file_name
stringlengths
17
81
original_function_name
stringlengths
1
716
stripped_function_name
stringlengths
3
46
decompiled_code_original
stringlengths
34
263k
decompiled_code_stripped
stringlengths
37
175k
assembly_code
stringlengths
3
168k
dataflowgraph_original
float64
dataflowgraph_stripped
float64
graphImage_original
float64
graphImage_stripped
float64
pcode_edges_original
stringlengths
11
5.24M
pcode_edges_stripped
stringlengths
11
4.19M
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
348
5.73M
S-Expression_decompiled_code_original
stringlengths
339
7.15M
S-Expression_decompiled_code_original_noisy
stringlengths
339
5.55M
S-Expression_decompiled_code_original_clean
stringlengths
176
528k
S-Expression_decompiled_code_original_root
stringlengths
347
5.61M
Replace_function_name_and_variable_name
stringlengths
39
247k
S-Expression_decompiled_code_stripped
float64
Root Node
stringlengths
244
744k
decompiled_code_original_masked
float64
decompiled_code_stripped_masked
stringlengths
35
175k
7720_powerpc-linux-gnu-dwp_and_powerpc-linux-gnu-dwp_strip.c
wstring
FUN_001eb2b0
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* std::wstring::wstring(unsigned int, wchar_t, std::allocator<wchar_t> const&) */ void __thiscall std::wstring::wstring(wstring *this,uint param_1,wchar_t param_2,allocator *param_3) { *(wstring **)this = this + 8; _M_construct(this,param_1,param_2); return; }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_001eb2b0(int *param_1,undefined4 param_2,undefined4 param_3) { *param_1 = (int)(param_1 + 2); FUN_001eab80(param_1,param_2,param_3); return; }
PUSH EBX CALL 0x00035840 ADD EBX,0x1a3d4a SUB ESP,0xc MOV EAX,dword ptr [ESP + 0x14] LEA EDX,[EAX + 0x8] MOV dword ptr [EAX],EDX PUSH dword ptr [ESP + 0x1c] PUSH dword ptr [ESP + 0x1c] PUSH EAX CALL 0x001eab80 ADD ESP,0x18 POP EBX RET
null
null
null
null
[('tmp_185', u'CAST_-1207848087'), ('tmp_187', u'CALL_-1207848186'), ('const-1', u'PTRADD_-1207848161'), ('tmp_185', u'CALL_-1207848186'), ('tmp_186', u'CALL_-1207848186'), ('const-8', u'PTRADD_-1207848161'), ('const-0', u'RETURN_-1207848158'), (u'CAST_-1207848087', u'STORE_-1207848217'), (u'PTRADD_-1207848161', u'STORE_-1207848217'), ('tmp_185', u'PTRADD_-1207848161'), ('const-417', u'STORE_-1207848217')]
[('const-2', u'PTRADD_-1207848094'), (u'PTRADD_-1207848094', u'CAST_-1207848091'), ('tmp_315', u'CALL_-1207848186'), ('tmp_316', u'CALL_-1207848186'), ('const-4', u'PTRADD_-1207848094'), ('tmp_314', u'PTRADD_-1207848094'), ('const-417', u'STORE_-1207848217'), (u'CAST_-1207848091', u'STORE_-1207848217'), ('tmp_314', u'CALL_-1207848186'), ('tmp_314', u'STORE_-1207848217'), ('const-0', u'RETURN_-1207848158')]
null
null
001eb2b0
x86
O2
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_001eb2b0(int *param_1,undefined4 param_2,undefined4 param_3)\n\n{\n *param_1 = (int)(param_1 + 2);\n FUN_001eab80(param_1,param_2,param_3);\n return;\n}\n\n" comment (function_definition "void FUN_001eb2b0(int *param_1,undefined4 param_2,undefined4 param_3)\n\n{\n *param_1 = (int)(param_1 + 2);\n FUN_001eab80(param_1,param_2,param_3);\n return;\n}" primitive_type (function_declarator "FUN_001eb2b0(int *param_1,undefined4 param_2,undefined4 param_3)" identifier (parameter_list "(int *param_1,undefined4 param_2,undefined4 param_3)" ( (parameter_declaration "int *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "undefined4 param_3" type_identifier identifier) ))) (compound_statement "{\n *param_1 = (int)(param_1 + 2);\n FUN_001eab80(param_1,param_2,param_3);\n return;\n}" { (expression_statement "*param_1 = (int)(param_1 + 2);" (assignment_expression "*param_1 = (int)(param_1 + 2)" (pointer_expression "*param_1" * identifier) = (cast_expression "(int)(param_1 + 2)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(param_1 + 2)" ( (binary_expression "param_1 + 2" identifier + number_literal) )))) ;) (expression_statement "FUN_001eab80(param_1,param_2,param_3);" (call_expression "FUN_001eab80(param_1,param_2,param_3)" identifier (argument_list "(param_1,param_2,param_3)" ( identifier , identifier , identifier ))) ;) (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* std::wstring::wstring(unsigned int, wchar_t, std::allocator<wchar_t> const&) */\n\nvoid __thiscall std::wstring::wstring(wstring *this,uint param_1,wchar_t param_2,allocator *param_3)\n\n{\n *(wstring **)this = this + 8;\n _M_construct(this,param_1,param_2);\n return;\n}\n\n" comment comment (function_definition "void __thiscall std::wstring::wstring(wstring *this,uint param_1,wchar_t param_2,allocator *param_3)\n\n{\n *(wstring **)this = this + 8;\n _M_construct(this,param_1,param_2);\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::wstring::" identifier : : identifier : :) (function_declarator "wstring(wstring *this,uint param_1,wchar_t param_2,allocator *param_3)" identifier (parameter_list "(wstring *this,uint param_1,wchar_t param_2,allocator *param_3)" ( (parameter_declaration "wstring *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "uint param_1" type_identifier identifier) , (parameter_declaration "wchar_t param_2" type_identifier identifier) , (parameter_declaration "allocator *param_3" type_identifier (pointer_declarator "*param_3" * identifier)) ))) (compound_statement "{\n *(wstring **)this = this + 8;\n _M_construct(this,param_1,param_2);\n return;\n}" { (expression_statement "*(wstring **)this = this + 8;" (assignment_expression "*(wstring **)this = this + 8" (pointer_expression "*(wstring **)this" * (cast_expression "(wstring **)this" ( (type_descriptor "wstring **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier)) = (binary_expression "this + 8" identifier + number_literal)) ;) (expression_statement "_M_construct(this,param_1,param_2);" (call_expression "_M_construct(this,param_1,param_2)" identifier (argument_list "(this,param_1,param_2)" ( identifier , identifier , identifier ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void FUN_001eb2b0(int *param_1,undefined4 param_2,undefined4 param_3)\n\n{\n *param_1 = (int)(param_1 + 2);\n FUN_001eab80(param_1,param_2,param_3);\n return;\n}\n\n" (function_definition "void FUN_001eb2b0(int *param_1,undefined4 param_2,undefined4 param_3)\n\n{\n *param_1 = (int)(param_1 + 2);\n FUN_001eab80(param_1,param_2,param_3);\n return;\n}" primitive_type (function_declarator "FUN_001eb2b0(int *param_1,undefined4 param_2,undefined4 param_3)" identifier (parameter_list "(int *param_1,undefined4 param_2,undefined4 param_3)" ( (parameter_declaration "int *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "undefined4 param_3" type_identifier identifier) ))) (compound_statement "{\n *param_1 = (int)(param_1 + 2);\n FUN_001eab80(param_1,param_2,param_3);\n return;\n}" { (expression_statement "*param_1 = (int)(param_1 + 2);" (assignment_expression "*param_1 = (int)(param_1 + 2)" (pointer_expression "*param_1" * identifier) = (cast_expression "(int)(param_1 + 2)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(param_1 + 2)" ( (binary_expression "param_1 + 2" identifier + number_literal) )))) ;) (expression_statement "FUN_001eab80(param_1,param_2,param_3);" (call_expression "FUN_001eab80(param_1,param_2,param_3)" identifier (argument_list "(param_1,param_2,param_3)" ( identifier , identifier , 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) ))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT ))) ;) (return_statement return ;) })))
(function_definition "void FUN_001eb2b0(int *param_1,undefined4 param_2,undefined4 param_3)\n\n{\n *param_1 = (int)(param_1 + 2);\n FUN_001eab80(param_1,param_2,param_3);\n return;\n}" (primitive_type "void") (function_declarator "FUN_001eb2b0(int *param_1,undefined4 param_2,undefined4 param_3)" (identifier "FUN_001eb2b0") (parameter_list "(int *param_1,undefined4 param_2,undefined4 param_3)" (( "(") (parameter_declaration "int *param_1" (primitive_type "int") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "undefined4 param_2" (type_identifier "undefined4") (identifier "param_2")) (, ",") (parameter_declaration "undefined4 param_3" (type_identifier "undefined4") (identifier "param_3")) () ")"))) (compound_statement "{\n *param_1 = (int)(param_1 + 2);\n FUN_001eab80(param_1,param_2,param_3);\n return;\n}" ({ "{") (expression_statement "*param_1 = (int)(param_1 + 2);" (assignment_expression "*param_1 = (int)(param_1 + 2)" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (cast_expression "(int)(param_1 + 2)" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (parenthesized_expression "(param_1 + 2)" (( "(") (binary_expression "param_1 + 2" (identifier "param_1") (+ "+") (number_literal "2")) () ")")))) (; ";")) (expression_statement "FUN_001eab80(param_1,param_2,param_3);" (call_expression "FUN_001eab80(param_1,param_2,param_3)" (identifier "FUN_001eab80") (argument_list "(param_1,param_2,param_3)" (( "(") (identifier "param_1") (, ",") (identifier "param_2") (, ",") (identifier "param_3") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* std::wstring::wstring(unsigned int, wchar_t, std::allocator<wchar_t> const&) */ void __thiscall std::function_1::function_1(function_1 *var_1,type_1 param_1,type_2 param_2,type_3 *param_3) { *(function_1 **)var_1 = var_1 + 8; var_2(var_1,param_1,param_2); 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: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier)))) (return_statement))))
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(int *param_1,undefined4 param_2,undefined4 param_3) { *param_1 = (int)(param_1 + 2); FUN_001eab80(param_1,param_2,param_3); return; }
11437_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c
flush
FUN_003ba8d0
/* std::ostream::flush() */ ostream * __thiscall std::ostream::flush(ostream *this) { int *piVar1; int iVar2; __x86_get_pc_thunk_di(); piVar1 = *(int **)(this + *(int *)(*(int *)this + -0xc) + 0x78); if (piVar1 != (int *)0x0) { /* try { // try from 003ba8fa to 003ba8fc has its CatchHandler @ 003ba936 */ iVar2 = (**(code **)(*piVar1 + 0x18))(piVar1); if (iVar2 == -1) { ios::clear((_Ios_Iostate)(this + *(int *)(*(int *)this + -0xc))); return this; } } return this; }
int * FUN_003ba8d0(int *param_1) { int *piVar1; int iVar2; FUN_00074f0a(); piVar1 = *(int **)((int)param_1 + *(int *)(*param_1 + -0xc) + 0x78); if (piVar1 != (int *)0x0) { /* try { // try from 003ba8fa to 003ba8fc has its CatchHandler @ 003ba936 */ iVar2 = (**(code **)(*piVar1 + 0x18))(piVar1); if (iVar2 == -1) { iVar2 = *(int *)(*param_1 + -0xc) + (int)param_1; FUN_003d7ed0(iVar2,*(uint *)(iVar2 + 0x14) | 1); return param_1; } } return param_1; }
PUSH EBP MOV EBP,ESP PUSH EDI CALL 0x00074f0a ADD EDI,0x22f727 PUSH ESI PUSH EBX SUB ESP,0xc MOV ESI,dword ptr [EBP + 0x8] MOV EAX,dword ptr [ESI] MOV EAX,dword ptr [EAX + -0xc] MOV EAX,dword ptr [ESI + EAX*0x1 + 0x78] TEST EAX,EAX JZ 0x003ba905 MOV EDX,dword ptr [EAX] SUB ESP,0xc PUSH EAX CALL dword ptr [EDX + 0x18] ADD ESP,0x10 CMP EAX,-0x1 JZ 0x003ba910 LEA ESP,[EBP + -0xc] MOV EAX,ESI POP EBX POP ESI POP EDI POP EBP RET MOV EAX,dword ptr [ESI] SUB ESP,0x8 MOV EBX,EDI MOV EDX,dword ptr [EAX + -0xc] ADD EDX,ESI MOV EAX,dword ptr [EDX + 0x14] OR EAX,0x1 PUSH EAX PUSH EDX CALL 0x003d7ed0 ADD ESP,0x10 LEA ESP,[EBP + -0xc] MOV EAX,ESI POP EBX POP ESI POP EDI POP EBP RET
null
null
null
null
[(u'CAST_-1205556654', u'LOAD_-1205556978'), (u'INT_NOTEQUAL_-1205556945', u'CBRANCH_-1205556945'), (u'CAST_-1205556587', u'CALL_-1205556786'), ('const-417', u'LOAD_-1205556945'), (u'CAST_-1205556651', u'LOAD_-1205556973'), ('const-4294967284', u'INT_ADD_-1205556957'), (u'CAST_-1205556601', u'LOAD_-1205556835'), (u'LOAD_-1205556855', u'INT_ADD_-1205556819'), ('const-417', u'LOAD_-1205556965'), (u'LOAD_-1205556973', u'INT_ADD_-1205556695'), ('const-0', u'INT_NOTEQUAL_-1205556945'), (u'INT_ADD_-1205556695', u'PTRADD_-1205556903'), (u'LOAD_-1205556965', u'INT_NOTEQUAL_-1205556945'), (u'LOAD_-1205556965', u'LOAD_-1205556945'), ('tmp_153', u'CBRANCH_-1205556945'), ('tmp_263', u'CBRANCH_-1205556888'), (u'PTRADD_-1205556903', u'CAST_-1205556647'), (u'LOAD_-1205556965', u'CALLIND_-1205556914'), ('const-4294967295', u'INT_EQUAL_-1205556890'), ('tmp_535', u'COPY_-1205556884'), ('tmp_535', u'CAST_-1205556654'), (u'COPY_-1205556769', u'RETURN_-1205556735'), (u'INT_ADD_-1205556957', u'CAST_-1205556651'), (u'LOAD_-1205556924', u'CALLIND_-1205556914'), (u'COPY_-1205556884', u'RETURN_-1205556850'), ('const-120', u'INT_ADD_-1205556695'), (u'INT_ADD_-1205556908', u'CAST_-1205556632'), ('const-0', u'RETURN_-1205556850'), ('tmp_535', u'PTRADD_-1205556903'), (u'CAST_-1205556632', u'LOAD_-1205556924'), ('tmp_535', u'COPY_-1205556769'), ('const-417', u'LOAD_-1205556835'), ('tmp_535', u'PTRADD_-1205556765'), (u'PTRADD_-1205556765', u'CAST_-1205556587'), (u'INT_ADD_-1205556819', u'CAST_-1205556601'), ('const-417', u'LOAD_-1205556924'), ('const-1', u'PTRADD_-1205556765'), (u'LOAD_-1205556835', u'PTRADD_-1205556765'), (u'CALLIND_-1205556914', u'INT_EQUAL_-1205556890'), (u'CAST_-1205556609', u'LOAD_-1205556855'), (u'LOAD_-1205556978', u'INT_ADD_-1205556957'), ('const-1', u'PTRADD_-1205556903'), (u'INT_EQUAL_-1205556890', u'CBRANCH_-1205556888'), ('const-417', u'LOAD_-1205556973'), ('const-4294967284', u'INT_ADD_-1205556819'), ('tmp_535', u'CAST_-1205556609'), ('const-417', u'LOAD_-1205556978'), (u'CAST_-1205556647', u'LOAD_-1205556965'), ('const-417', u'LOAD_-1205556855'), (u'LOAD_-1205556945', u'INT_ADD_-1205556908'), ('const-24', u'INT_ADD_-1205556908'), ('const-0', u'RETURN_-1205556735')]
[('tmp_917', u'CAST_-1205556648'), (u'INT_NOTEQUAL_-1205556945', u'CBRANCH_-1205556945'), (u'LOAD_-1205556818', u'INT_OR_-1205556785'), ('const-4294967284', u'INT_ADD_-1205556957'), (u'LOAD_-1205556855', u'INT_ADD_-1205556819'), (u'INT_ADD_-1205556811', u'CALL_-1205556786'), (u'CAST_-1205556648', u'INT_ADD_-1205556949'), ('tmp_917', u'COPY_-1205556769'), (u'LOAD_-1205556973', u'INT_ADD_-1205556695'), ('const-0', u'INT_NOTEQUAL_-1205556945'), (u'INT_ADD_-1205556957', u'CAST_-1205556652'), (u'CAST_-1205556652', u'LOAD_-1205556973'), (u'LOAD_-1205556965', u'INT_NOTEQUAL_-1205556945'), (u'LOAD_-1205556965', u'LOAD_-1205556945'), ('tmp_153', u'CBRANCH_-1205556945'), (u'INT_ADD_-1205556949', u'CAST_-1205556647'), ('const-4294967295', u'INT_EQUAL_-1205556890'), ('tmp_263', u'CBRANCH_-1205556888'), (u'LOAD_-1205556835', u'INT_ADD_-1205556811'), (u'LOAD_-1205556965', u'CALLIND_-1205556914'), ('const-120', u'INT_ADD_-1205556695'), ('const-417', u'LOAD_-1205556835'), ('const-417', u'LOAD_-1205556924'), ('tmp_917', u'LOAD_-1205556978'), (u'COPY_-1205556769', u'RETURN_-1205556735'), ('const-417', u'LOAD_-1205556818'), (u'LOAD_-1205556924', u'CALLIND_-1205556914'), (u'COPY_-1205556884', u'RETURN_-1205556850'), (u'CAST_-1205556602', u'LOAD_-1205556835'), (u'INT_ADD_-1205556908', u'CAST_-1205556632'), ('tmp_917', u'COPY_-1205556884'), ('const-0', u'RETURN_-1205556850'), (u'CAST_-1205556632', u'LOAD_-1205556924'), ('const-417', u'LOAD_-1205556855'), (u'INT_ADD_-1205556802', u'CAST_-1205556595'), (u'CALLIND_-1205556914', u'INT_EQUAL_-1205556890'), (u'LOAD_-1205556978', u'INT_ADD_-1205556957'), (u'CAST_-1205556598', u'INT_ADD_-1205556811'), ('const-417', u'LOAD_-1205556978'), (u'INT_ADD_-1205556819', u'CAST_-1205556602'), (u'CAST_-1205556595', u'LOAD_-1205556818'), ('const-417', u'LOAD_-1205556965'), ('const-417', u'LOAD_-1205556945'), (u'INT_EQUAL_-1205556890', u'CBRANCH_-1205556888'), ('const-1', u'INT_OR_-1205556785'), (u'INT_ADD_-1205556811', u'INT_ADD_-1205556802'), ('const-4294967284', u'INT_ADD_-1205556819'), ('tmp_917', u'LOAD_-1205556855'), ('tmp_917', u'CAST_-1205556598'), (u'INT_ADD_-1205556695', u'INT_ADD_-1205556949'), (u'INT_OR_-1205556785', u'CALL_-1205556786'), ('const-417', u'LOAD_-1205556973'), (u'CAST_-1205556647', u'LOAD_-1205556965'), (u'LOAD_-1205556945', u'INT_ADD_-1205556908'), ('const-24', u'INT_ADD_-1205556908'), ('const-0', u'RETURN_-1205556735'), ('const-20', u'INT_ADD_-1205556802')]
null
null
003ba8d0
x86
O2
(translation_unit "int * FUN_003ba8d0(int *param_1)\n\n{\n int *piVar1;\n int iVar2;\n \n FUN_00074f0a();\n piVar1 = *(int **)((int)param_1 + *(int *)(*param_1 + -0xc) + 0x78);\n if (piVar1 != (int *)0x0) {\n /* try { // try from 003ba8fa to 003ba8fc has its CatchHandler @ 003ba936 */\n iVar2 = (**(code **)(*piVar1 + 0x18))(piVar1);\n if (iVar2 == -1) {\n iVar2 = *(int *)(*param_1 + -0xc) + (int)param_1;\n FUN_003d7ed0(iVar2,*(uint *)(iVar2 + 0x14) | 1);\n return param_1;\n }\n }\n return param_1;\n}\n\n" (function_definition "int * FUN_003ba8d0(int *param_1)\n\n{\n int *piVar1;\n int iVar2;\n \n FUN_00074f0a();\n piVar1 = *(int **)((int)param_1 + *(int *)(*param_1 + -0xc) + 0x78);\n if (piVar1 != (int *)0x0) {\n /* try { // try from 003ba8fa to 003ba8fc has its CatchHandler @ 003ba936 */\n iVar2 = (**(code **)(*piVar1 + 0x18))(piVar1);\n if (iVar2 == -1) {\n iVar2 = *(int *)(*param_1 + -0xc) + (int)param_1;\n FUN_003d7ed0(iVar2,*(uint *)(iVar2 + 0x14) | 1);\n return param_1;\n }\n }\n return param_1;\n}" primitive_type (pointer_declarator "* FUN_003ba8d0(int *param_1)" * (function_declarator "FUN_003ba8d0(int *param_1)" identifier (parameter_list "(int *param_1)" ( (parameter_declaration "int *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) )))) (compound_statement "{\n int *piVar1;\n int iVar2;\n \n FUN_00074f0a();\n piVar1 = *(int **)((int)param_1 + *(int *)(*param_1 + -0xc) + 0x78);\n if (piVar1 != (int *)0x0) {\n /* try { // try from 003ba8fa to 003ba8fc has its CatchHandler @ 003ba936 */\n iVar2 = (**(code **)(*piVar1 + 0x18))(piVar1);\n if (iVar2 == -1) {\n iVar2 = *(int *)(*param_1 + -0xc) + (int)param_1;\n FUN_003d7ed0(iVar2,*(uint *)(iVar2 + 0x14) | 1);\n return param_1;\n }\n }\n return param_1;\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (declaration "int iVar2;" primitive_type identifier ;) (expression_statement "FUN_00074f0a();" (call_expression "FUN_00074f0a()" identifier (argument_list "()" ( ))) ;) (expression_statement "piVar1 = *(int **)((int)param_1 + *(int *)(*param_1 + -0xc) + 0x78);" (assignment_expression "piVar1 = *(int **)((int)param_1 + *(int *)(*param_1 + -0xc) + 0x78)" identifier = (pointer_expression "*(int **)((int)param_1 + *(int *)(*param_1 + -0xc) + 0x78)" * (cast_expression "(int **)((int)param_1 + *(int *)(*param_1 + -0xc) + 0x78)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)param_1 + *(int *)(*param_1 + -0xc) + 0x78)" ( (binary_expression "(int)param_1 + *(int *)(*param_1 + -0xc) + 0x78" (binary_expression "(int)param_1 + *(int *)(*param_1 + -0xc)" (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier) + (pointer_expression "*(int *)(*param_1 + -0xc)" * (cast_expression "(int *)(*param_1 + -0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_1 + -0xc)" ( (binary_expression "*param_1 + -0xc" (pointer_expression "*param_1" * identifier) + number_literal) ))))) + number_literal) ))))) ;) (if_statement "if (piVar1 != (int *)0x0) {\n /* try { // try from 003ba8fa to 003ba8fc has its CatchHandler @ 003ba936 */\n iVar2 = (**(code **)(*piVar1 + 0x18))(piVar1);\n if (iVar2 == -1) {\n iVar2 = *(int *)(*param_1 + -0xc) + (int)param_1;\n FUN_003d7ed0(iVar2,*(uint *)(iVar2 + 0x14) | 1);\n return param_1;\n }\n }" if (parenthesized_expression "(piVar1 != (int *)0x0)" ( (binary_expression "piVar1 != (int *)0x0" identifier != (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n /* try { // try from 003ba8fa to 003ba8fc has its CatchHandler @ 003ba936 */\n iVar2 = (**(code **)(*piVar1 + 0x18))(piVar1);\n if (iVar2 == -1) {\n iVar2 = *(int *)(*param_1 + -0xc) + (int)param_1;\n FUN_003d7ed0(iVar2,*(uint *)(iVar2 + 0x14) | 1);\n return param_1;\n }\n }" { comment (expression_statement "iVar2 = (**(code **)(*piVar1 + 0x18))(piVar1);" (assignment_expression "iVar2 = (**(code **)(*piVar1 + 0x18))(piVar1)" identifier = (call_expression "(**(code **)(*piVar1 + 0x18))(piVar1)" (parenthesized_expression "(**(code **)(*piVar1 + 0x18))" ( (pointer_expression "**(code **)(*piVar1 + 0x18)" * (pointer_expression "*(code **)(*piVar1 + 0x18)" * (cast_expression "(code **)(*piVar1 + 0x18)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*piVar1 + 0x18)" ( (binary_expression "*piVar1 + 0x18" (pointer_expression "*piVar1" * identifier) + number_literal) ))))) )) (argument_list "(piVar1)" ( identifier )))) ;) (if_statement "if (iVar2 == -1) {\n iVar2 = *(int *)(*param_1 + -0xc) + (int)param_1;\n FUN_003d7ed0(iVar2,*(uint *)(iVar2 + 0x14) | 1);\n return param_1;\n }" if (parenthesized_expression "(iVar2 == -1)" ( (binary_expression "iVar2 == -1" identifier == number_literal) )) (compound_statement "{\n iVar2 = *(int *)(*param_1 + -0xc) + (int)param_1;\n FUN_003d7ed0(iVar2,*(uint *)(iVar2 + 0x14) | 1);\n return param_1;\n }" { (expression_statement "iVar2 = *(int *)(*param_1 + -0xc) + (int)param_1;" (assignment_expression "iVar2 = *(int *)(*param_1 + -0xc) + (int)param_1" identifier = (binary_expression "*(int *)(*param_1 + -0xc) + (int)param_1" (pointer_expression "*(int *)(*param_1 + -0xc)" * (cast_expression "(int *)(*param_1 + -0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_1 + -0xc)" ( (binary_expression "*param_1 + -0xc" (pointer_expression "*param_1" * identifier) + number_literal) )))) + (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier))) ;) (expression_statement "FUN_003d7ed0(iVar2,*(uint *)(iVar2 + 0x14) | 1);" (call_expression "FUN_003d7ed0(iVar2,*(uint *)(iVar2 + 0x14) | 1)" identifier (argument_list "(iVar2,*(uint *)(iVar2 + 0x14) | 1)" ( identifier , (binary_expression "*(uint *)(iVar2 + 0x14) | 1" (pointer_expression "*(uint *)(iVar2 + 0x14)" * (cast_expression "(uint *)(iVar2 + 0x14)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar2 + 0x14)" ( (binary_expression "iVar2 + 0x14" identifier + number_literal) )))) | number_literal) ))) ;) (return_statement "return param_1;" return identifier ;) })) })) (return_statement "return param_1;" return identifier ;) })))
(translation_unit "/* std::ostream::flush() */\n\nostream * __thiscall std::ostream::flush(ostream *this)\n\n{\n int *piVar1;\n int iVar2;\n \n __x86_get_pc_thunk_di();\n piVar1 = *(int **)(this + *(int *)(*(int *)this + -0xc) + 0x78);\n if (piVar1 != (int *)0x0) {\n /* try { // try from 003ba8fa to 003ba8fc has its CatchHandler @ 003ba936 */\n iVar2 = (**(code **)(*piVar1 + 0x18))(piVar1);\n if (iVar2 == -1) {\n ios::clear((_Ios_Iostate)(this + *(int *)(*(int *)this + -0xc)));\n return this;\n }\n }\n return this;\n}\n\n" comment (ERROR "ostream * __thiscall std::ostream::flush(ostream *this)" (binary_expression "ostream * __thiscall std::ostream::flush(ostream *this" (binary_expression "ostream * __thiscall" identifier * identifier) (ERROR "std::ostream::flush(ostream" identifier : : identifier : : identifier ( identifier) * identifier) )) (compound_statement "{\n int *piVar1;\n int iVar2;\n \n __x86_get_pc_thunk_di();\n piVar1 = *(int **)(this + *(int *)(*(int *)this + -0xc) + 0x78);\n if (piVar1 != (int *)0x0) {\n /* try { // try from 003ba8fa to 003ba8fc has its CatchHandler @ 003ba936 */\n iVar2 = (**(code **)(*piVar1 + 0x18))(piVar1);\n if (iVar2 == -1) {\n ios::clear((_Ios_Iostate)(this + *(int *)(*(int *)this + -0xc)));\n return this;\n }\n }\n return this;\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (declaration "int iVar2;" primitive_type identifier ;) (expression_statement "__x86_get_pc_thunk_di();" (call_expression "__x86_get_pc_thunk_di()" identifier (argument_list "()" ( ))) ;) (expression_statement "piVar1 = *(int **)(this + *(int *)(*(int *)this + -0xc) + 0x78);" (assignment_expression "piVar1 = *(int **)(this + *(int *)(*(int *)this + -0xc) + 0x78)" identifier = (pointer_expression "*(int **)(this + *(int *)(*(int *)this + -0xc) + 0x78)" * (cast_expression "(int **)(this + *(int *)(*(int *)this + -0xc) + 0x78)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(this + *(int *)(*(int *)this + -0xc) + 0x78)" ( (binary_expression "this + *(int *)(*(int *)this + -0xc) + 0x78" (binary_expression "this + *(int *)(*(int *)this + -0xc)" identifier + (pointer_expression "*(int *)(*(int *)this + -0xc)" * (cast_expression "(int *)(*(int *)this + -0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)this + -0xc)" ( (binary_expression "*(int *)this + -0xc" (pointer_expression "*(int *)this" * (cast_expression "(int *)this" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier)) + number_literal) ))))) + number_literal) ))))) ;) (if_statement "if (piVar1 != (int *)0x0) {\n /* try { // try from 003ba8fa to 003ba8fc has its CatchHandler @ 003ba936 */\n iVar2 = (**(code **)(*piVar1 + 0x18))(piVar1);\n if (iVar2 == -1) {\n ios::clear((_Ios_Iostate)(this + *(int *)(*(int *)this + -0xc)));\n return this;\n }\n }" if (parenthesized_expression "(piVar1 != (int *)0x0)" ( (binary_expression "piVar1 != (int *)0x0" identifier != (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n /* try { // try from 003ba8fa to 003ba8fc has its CatchHandler @ 003ba936 */\n iVar2 = (**(code **)(*piVar1 + 0x18))(piVar1);\n if (iVar2 == -1) {\n ios::clear((_Ios_Iostate)(this + *(int *)(*(int *)this + -0xc)));\n return this;\n }\n }" { comment (expression_statement "iVar2 = (**(code **)(*piVar1 + 0x18))(piVar1);" (assignment_expression "iVar2 = (**(code **)(*piVar1 + 0x18))(piVar1)" identifier = (call_expression "(**(code **)(*piVar1 + 0x18))(piVar1)" (parenthesized_expression "(**(code **)(*piVar1 + 0x18))" ( (pointer_expression "**(code **)(*piVar1 + 0x18)" * (pointer_expression "*(code **)(*piVar1 + 0x18)" * (cast_expression "(code **)(*piVar1 + 0x18)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*piVar1 + 0x18)" ( (binary_expression "*piVar1 + 0x18" (pointer_expression "*piVar1" * identifier) + number_literal) ))))) )) (argument_list "(piVar1)" ( identifier )))) ;) (if_statement "if (iVar2 == -1) {\n ios::clear((_Ios_Iostate)(this + *(int *)(*(int *)this + -0xc)));\n return this;\n }" if (parenthesized_expression "(iVar2 == -1)" ( (binary_expression "iVar2 == -1" identifier == number_literal) )) (compound_statement "{\n ios::clear((_Ios_Iostate)(this + *(int *)(*(int *)this + -0xc)));\n return this;\n }" { (labeled_statement "ios::clear((_Ios_Iostate)(this + *(int *)(*(int *)this + -0xc)));" statement_identifier : (ERROR ":" :) (expression_statement "clear((_Ios_Iostate)(this + *(int *)(*(int *)this + -0xc)));" (call_expression "clear((_Ios_Iostate)(this + *(int *)(*(int *)this + -0xc)))" identifier (argument_list "((_Ios_Iostate)(this + *(int *)(*(int *)this + -0xc)))" ( (call_expression "(_Ios_Iostate)(this + *(int *)(*(int *)this + -0xc))" (parenthesized_expression "(_Ios_Iostate)" ( identifier )) (argument_list "(this + *(int *)(*(int *)this + -0xc))" ( (binary_expression "this + *(int *)(*(int *)this + -0xc)" identifier + (pointer_expression "*(int *)(*(int *)this + -0xc)" * (cast_expression "(int *)(*(int *)this + -0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)this + -0xc)" ( (binary_expression "*(int *)this + -0xc" (pointer_expression "*(int *)this" * (cast_expression "(int *)this" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier)) + number_literal) ))))) ))) ))) ;)) (return_statement "return this;" return identifier ;) })) })) (return_statement "return this;" return identifier ;) }))
(translation_unit "int * FUN_003ba8d0(int *param_1)\n\n{\n int *piVar1;\n int iVar2;\n \n FUN_00074f0a();\n piVar1 = *(int **)((int)param_1 + *(int *)(*param_1 + -0xc) + 0x78);\n if (piVar1 != (int *)0x0) {\n \n iVar2 = (**(code **)(*piVar1 + 0x18))(piVar1);\n if (iVar2 == -1) {\n iVar2 = *(int *)(*param_1 + -0xc) + (int)param_1;\n FUN_003d7ed0(iVar2,*(uint *)(iVar2 + 0x14) | 1);\n return param_1;\n }\n }\n return param_1;\n}\n\n" (function_definition "int * FUN_003ba8d0(int *param_1)\n\n{\n int *piVar1;\n int iVar2;\n \n FUN_00074f0a();\n piVar1 = *(int **)((int)param_1 + *(int *)(*param_1 + -0xc) + 0x78);\n if (piVar1 != (int *)0x0) {\n \n iVar2 = (**(code **)(*piVar1 + 0x18))(piVar1);\n if (iVar2 == -1) {\n iVar2 = *(int *)(*param_1 + -0xc) + (int)param_1;\n FUN_003d7ed0(iVar2,*(uint *)(iVar2 + 0x14) | 1);\n return param_1;\n }\n }\n return param_1;\n}" primitive_type (pointer_declarator "* FUN_003ba8d0(int *param_1)" * (function_declarator "FUN_003ba8d0(int *param_1)" identifier (parameter_list "(int *param_1)" ( (parameter_declaration "int *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) )))) (compound_statement "{\n int *piVar1;\n int iVar2;\n \n FUN_00074f0a();\n piVar1 = *(int **)((int)param_1 + *(int *)(*param_1 + -0xc) + 0x78);\n if (piVar1 != (int *)0x0) {\n \n iVar2 = (**(code **)(*piVar1 + 0x18))(piVar1);\n if (iVar2 == -1) {\n iVar2 = *(int *)(*param_1 + -0xc) + (int)param_1;\n FUN_003d7ed0(iVar2,*(uint *)(iVar2 + 0x14) | 1);\n return param_1;\n }\n }\n return param_1;\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (declaration "int iVar2;" primitive_type identifier ;) (expression_statement "FUN_00074f0a();" (call_expression "FUN_00074f0a()" identifier (argument_list "()" ( ))) ;) (expression_statement "piVar1 = *(int **)((int)param_1 + *(int *)(*param_1 + -0xc) + 0x78);" (assignment_expression "piVar1 = *(int **)((int)param_1 + *(int *)(*param_1 + -0xc) + 0x78)" identifier = (pointer_expression "*(int **)((int)param_1 + *(int *)(*param_1 + -0xc) + 0x78)" * (cast_expression "(int **)((int)param_1 + *(int *)(*param_1 + -0xc) + 0x78)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)param_1 + *(int *)(*param_1 + -0xc) + 0x78)" ( (binary_expression "(int)param_1 + *(int *)(*param_1 + -0xc) + 0x78" (binary_expression "(int)param_1 + *(int *)(*param_1 + -0xc)" (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier) + (pointer_expression "*(int *)(*param_1 + -0xc)" * (cast_expression "(int *)(*param_1 + -0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_1 + -0xc)" ( (binary_expression "*param_1 + -0xc" (pointer_expression "*param_1" * identifier) + number_literal) ))))) + number_literal) ))))) ;) (if_statement "if (piVar1 != (int *)0x0) {\n \n iVar2 = (**(code **)(*piVar1 + 0x18))(piVar1);\n if (iVar2 == -1) {\n iVar2 = *(int *)(*param_1 + -0xc) + (int)param_1;\n FUN_003d7ed0(iVar2,*(uint *)(iVar2 + 0x14) | 1);\n return param_1;\n }\n }" if (parenthesized_expression "(piVar1 != (int *)0x0)" ( (binary_expression "piVar1 != (int *)0x0" identifier != (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n \n iVar2 = (**(code **)(*piVar1 + 0x18))(piVar1);\n if (iVar2 == -1) {\n iVar2 = *(int *)(*param_1 + -0xc) + (int)param_1;\n FUN_003d7ed0(iVar2,*(uint *)(iVar2 + 0x14) | 1);\n return param_1;\n }\n }" { (expression_statement "iVar2 = (**(code **)(*piVar1 + 0x18))(piVar1);" (assignment_expression "iVar2 = (**(code **)(*piVar1 + 0x18))(piVar1)" identifier = (call_expression "(**(code **)(*piVar1 + 0x18))(piVar1)" (parenthesized_expression "(**(code **)(*piVar1 + 0x18))" ( (pointer_expression "**(code **)(*piVar1 + 0x18)" * (pointer_expression "*(code **)(*piVar1 + 0x18)" * (cast_expression "(code **)(*piVar1 + 0x18)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*piVar1 + 0x18)" ( (binary_expression "*piVar1 + 0x18" (pointer_expression "*piVar1" * identifier) + number_literal) ))))) )) (argument_list "(piVar1)" ( identifier )))) ;) (if_statement "if (iVar2 == -1) {\n iVar2 = *(int *)(*param_1 + -0xc) + (int)param_1;\n FUN_003d7ed0(iVar2,*(uint *)(iVar2 + 0x14) | 1);\n return param_1;\n }" if (parenthesized_expression "(iVar2 == -1)" ( (binary_expression "iVar2 == -1" identifier == number_literal) )) (compound_statement "{\n iVar2 = *(int *)(*param_1 + -0xc) + (int)param_1;\n FUN_003d7ed0(iVar2,*(uint *)(iVar2 + 0x14) | 1);\n return param_1;\n }" { (expression_statement "iVar2 = *(int *)(*param_1 + -0xc) + (int)param_1;" (assignment_expression "iVar2 = *(int *)(*param_1 + -0xc) + (int)param_1" identifier = (binary_expression "*(int *)(*param_1 + -0xc) + (int)param_1" (pointer_expression "*(int *)(*param_1 + -0xc)" * (cast_expression "(int *)(*param_1 + -0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_1 + -0xc)" ( (binary_expression "*param_1 + -0xc" (pointer_expression "*param_1" * identifier) + number_literal) )))) + (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier))) ;) (expression_statement "FUN_003d7ed0(iVar2,*(uint *)(iVar2 + 0x14) | 1);" (call_expression "FUN_003d7ed0(iVar2,*(uint *)(iVar2 + 0x14) | 1)" identifier (argument_list "(iVar2,*(uint *)(iVar2 + 0x14) | 1)" ( identifier , (binary_expression "*(uint *)(iVar2 + 0x14) | 1" (pointer_expression "*(uint *)(iVar2 + 0x14)" * (cast_expression "(uint *)(iVar2 + 0x14)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar2 + 0x14)" ( (binary_expression "iVar2 + 0x14" identifier + number_literal) )))) | number_literal) ))) ;) (return_statement "return param_1;" return identifier ;) })) })) (return_statement "return param_1;" 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) ;) (declaration TYPE IDENT ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) + 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 (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 )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) )))) + (cast_expression ( (type_descriptor TYPE) ) IDENT))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , (binary_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 IDENT ;) })))
(function_definition "int * FUN_003ba8d0(int *param_1)\n\n{\n int *piVar1;\n int iVar2;\n \n FUN_00074f0a();\n piVar1 = *(int **)((int)param_1 + *(int *)(*param_1 + -0xc) + 0x78);\n if (piVar1 != (int *)0x0) {\n \n iVar2 = (**(code **)(*piVar1 + 0x18))(piVar1);\n if (iVar2 == -1) {\n iVar2 = *(int *)(*param_1 + -0xc) + (int)param_1;\n FUN_003d7ed0(iVar2,*(uint *)(iVar2 + 0x14) | 1);\n return param_1;\n }\n }\n return param_1;\n}" (primitive_type "int") (pointer_declarator "* FUN_003ba8d0(int *param_1)" (* "*") (function_declarator "FUN_003ba8d0(int *param_1)" (identifier "FUN_003ba8d0") (parameter_list "(int *param_1)" (( "(") (parameter_declaration "int *param_1" (primitive_type "int") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")")))) (compound_statement "{\n int *piVar1;\n int iVar2;\n \n FUN_00074f0a();\n piVar1 = *(int **)((int)param_1 + *(int *)(*param_1 + -0xc) + 0x78);\n if (piVar1 != (int *)0x0) {\n \n iVar2 = (**(code **)(*piVar1 + 0x18))(piVar1);\n if (iVar2 == -1) {\n iVar2 = *(int *)(*param_1 + -0xc) + (int)param_1;\n FUN_003d7ed0(iVar2,*(uint *)(iVar2 + 0x14) | 1);\n return param_1;\n }\n }\n return param_1;\n}" ({ "{") (declaration "int *piVar1;" (primitive_type "int") (pointer_declarator "*piVar1" (* "*") (identifier "piVar1")) (; ";")) (declaration "int iVar2;" (primitive_type "int") (identifier "iVar2") (; ";")) (expression_statement "FUN_00074f0a();" (call_expression "FUN_00074f0a()" (identifier "FUN_00074f0a") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "piVar1 = *(int **)((int)param_1 + *(int *)(*param_1 + -0xc) + 0x78);" (assignment_expression "piVar1 = *(int **)((int)param_1 + *(int *)(*param_1 + -0xc) + 0x78)" (identifier "piVar1") (= "=") (pointer_expression "*(int **)((int)param_1 + *(int *)(*param_1 + -0xc) + 0x78)" (* "*") (cast_expression "(int **)((int)param_1 + *(int *)(*param_1 + -0xc) + 0x78)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "((int)param_1 + *(int *)(*param_1 + -0xc) + 0x78)" (( "(") (binary_expression "(int)param_1 + *(int *)(*param_1 + -0xc) + 0x78" (binary_expression "(int)param_1 + *(int *)(*param_1 + -0xc)" (cast_expression "(int)param_1" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "param_1")) (+ "+") (pointer_expression "*(int *)(*param_1 + -0xc)" (* "*") (cast_expression "(int *)(*param_1 + -0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*param_1 + -0xc)" (( "(") (binary_expression "*param_1 + -0xc" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "-0xc")) () ")"))))) (+ "+") (number_literal "0x78")) () ")"))))) (; ";")) (if_statement "if (piVar1 != (int *)0x0) {\n \n iVar2 = (**(code **)(*piVar1 + 0x18))(piVar1);\n if (iVar2 == -1) {\n iVar2 = *(int *)(*param_1 + -0xc) + (int)param_1;\n FUN_003d7ed0(iVar2,*(uint *)(iVar2 + 0x14) | 1);\n return param_1;\n }\n }" (if "if") (parenthesized_expression "(piVar1 != (int *)0x0)" (( "(") (binary_expression "piVar1 != (int *)0x0" (identifier "piVar1") (!= "!=") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n \n iVar2 = (**(code **)(*piVar1 + 0x18))(piVar1);\n if (iVar2 == -1) {\n iVar2 = *(int *)(*param_1 + -0xc) + (int)param_1;\n FUN_003d7ed0(iVar2,*(uint *)(iVar2 + 0x14) | 1);\n return param_1;\n }\n }" ({ "{") (expression_statement "iVar2 = (**(code **)(*piVar1 + 0x18))(piVar1);" (assignment_expression "iVar2 = (**(code **)(*piVar1 + 0x18))(piVar1)" (identifier "iVar2") (= "=") (call_expression "(**(code **)(*piVar1 + 0x18))(piVar1)" (parenthesized_expression "(**(code **)(*piVar1 + 0x18))" (( "(") (pointer_expression "**(code **)(*piVar1 + 0x18)" (* "*") (pointer_expression "*(code **)(*piVar1 + 0x18)" (* "*") (cast_expression "(code **)(*piVar1 + 0x18)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*piVar1 + 0x18)" (( "(") (binary_expression "*piVar1 + 0x18" (pointer_expression "*piVar1" (* "*") (identifier "piVar1")) (+ "+") (number_literal "0x18")) () ")"))))) () ")")) (argument_list "(piVar1)" (( "(") (identifier "piVar1") () ")")))) (; ";")) (if_statement "if (iVar2 == -1) {\n iVar2 = *(int *)(*param_1 + -0xc) + (int)param_1;\n FUN_003d7ed0(iVar2,*(uint *)(iVar2 + 0x14) | 1);\n return param_1;\n }" (if "if") (parenthesized_expression "(iVar2 == -1)" (( "(") (binary_expression "iVar2 == -1" (identifier "iVar2") (== "==") (number_literal "-1")) () ")")) (compound_statement "{\n iVar2 = *(int *)(*param_1 + -0xc) + (int)param_1;\n FUN_003d7ed0(iVar2,*(uint *)(iVar2 + 0x14) | 1);\n return param_1;\n }" ({ "{") (expression_statement "iVar2 = *(int *)(*param_1 + -0xc) + (int)param_1;" (assignment_expression "iVar2 = *(int *)(*param_1 + -0xc) + (int)param_1" (identifier "iVar2") (= "=") (binary_expression "*(int *)(*param_1 + -0xc) + (int)param_1" (pointer_expression "*(int *)(*param_1 + -0xc)" (* "*") (cast_expression "(int *)(*param_1 + -0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*param_1 + -0xc)" (( "(") (binary_expression "*param_1 + -0xc" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "-0xc")) () ")")))) (+ "+") (cast_expression "(int)param_1" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "param_1")))) (; ";")) (expression_statement "FUN_003d7ed0(iVar2,*(uint *)(iVar2 + 0x14) | 1);" (call_expression "FUN_003d7ed0(iVar2,*(uint *)(iVar2 + 0x14) | 1)" (identifier "FUN_003d7ed0") (argument_list "(iVar2,*(uint *)(iVar2 + 0x14) | 1)" (( "(") (identifier "iVar2") (, ",") (binary_expression "*(uint *)(iVar2 + 0x14) | 1" (pointer_expression "*(uint *)(iVar2 + 0x14)" (* "*") (cast_expression "(uint *)(iVar2 + 0x14)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar2 + 0x14)" (( "(") (binary_expression "iVar2 + 0x14" (identifier "iVar2") (+ "+") (number_literal "0x14")) () ")")))) (| "|") (number_literal "1")) () ")"))) (; ";")) (return_statement "return param_1;" (return "return") (identifier "param_1") (; ";")) (} "}"))) (} "}"))) (return_statement "return param_1;" (return "return") (identifier "param_1") (; ";")) (} "}")))
/* std::ostream::flush() */ ostream * __thiscall std::ostream::flush(ostream *var_2) { int *var_3; int var_4; var_1(); var_3 = *(int **)(var_2 + *(int *)(*(int *)var_2 + -0xc) + 0x78); if (var_3 != (int *)0x0) { /* try { // try from 003ba8fa to 003ba8fc has its CatchHandler @ 003ba936 */ var_4 = (**(type_1 **)(*var_3 + 0x18))(var_3); if (var_4 == -1) { ios::var_5((_Ios_Iostate)(var_2 + *(int *)(*(int *)var_2 + -0xc))); return var_2; } } return var_2; }
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: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (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 declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (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: (number_literal)))))) 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: (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))))) (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: (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: (number_literal))))) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (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 (identifier)))))) (return_statement (identifier)))))
null
int * MASKED(int *param_1) { int *piVar1; int iVar2; FUN_00074f0a(); piVar1 = *(int **)((int)param_1 + *(int *)(*param_1 + -0xc) + 0x78); if (piVar1 != (int *)0x0) { /* try { // try from 003ba8fa to 003ba8fc has its CatchHandler @ 003ba936 */ iVar2 = (**(code **)(*piVar1 + 0x18))(piVar1); if (iVar2 == -1) { iVar2 = *(int *)(*param_1 + -0xc) + (int)param_1; FUN_003d7ed0(iVar2,*(uint *)(iVar2 + 0x14) | 1); return param_1; } } return param_1; }
62_i686-linux-gnu-strip_and_i686-linux-gnu-strip_strip.c
strerror
strerror
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * strerror(int __errnum) { char *pcVar1; pcVar1 = (char *)(*(code *)PTR_strerror_000400fc)(); return pcVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * strerror(int __errnum) { char *pcVar1; pcVar1 = (char *)(*(code *)PTR_strerror_000400fc)(); return pcVar1; }
JMP dword ptr [EBX + 0xfc]
null
null
null
null
[(u'CALLIND_-1205980150', u'INDIRECT_-1205980077'), ('tmp_67', u'CAST_-1205980071'), (u'CAST_-1205980071', u'CALLIND_-1205980150'), (u'CAST_-1205980070', u'RETURN_-1205980147'), (u'INDIRECT_-1205980077', u'COPY_-1205980136'), ('const-0', u'RETURN_-1205980147'), (u'CALLIND_-1205980150', u'CAST_-1205980070')]
[(u'CALLIND_-1205980150', u'INDIRECT_-1205980077'), ('tmp_67', u'CAST_-1205980071'), (u'CAST_-1205980071', u'CALLIND_-1205980150'), (u'CAST_-1205980070', u'RETURN_-1205980147'), (u'INDIRECT_-1205980077', u'COPY_-1205980136'), ('const-0', u'RETURN_-1205980147'), (u'CALLIND_-1205980150', u'CAST_-1205980070')]
null
null
00013400
x86
O2
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * strerror(int __errnum)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strerror_000400fc)();\n return pcVar1;\n}\n\n" comment (function_definition "char * strerror(int __errnum)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strerror_000400fc)();\n return pcVar1;\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 char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strerror_000400fc)();\n return pcVar1;\n}" { (declaration "char *pcVar1;" primitive_type (pointer_declarator "*pcVar1" * identifier) ;) (expression_statement "pcVar1 = (char *)(*(code *)PTR_strerror_000400fc)();" (assignment_expression "pcVar1 = (char *)(*(code *)PTR_strerror_000400fc)()" identifier = (cast_expression "(char *)(*(code *)PTR_strerror_000400fc)()" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "(*(code *)PTR_strerror_000400fc)()" (parenthesized_expression "(*(code *)PTR_strerror_000400fc)" ( (pointer_expression "*(code *)PTR_strerror_000400fc" * (cast_expression "(code *)PTR_strerror_000400fc" ( (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 * strerror(int __errnum)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strerror_000400fc)();\n return pcVar1;\n}\n\n" comment (function_definition "char * strerror(int __errnum)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strerror_000400fc)();\n return pcVar1;\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 char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strerror_000400fc)();\n return pcVar1;\n}" { (declaration "char *pcVar1;" primitive_type (pointer_declarator "*pcVar1" * identifier) ;) (expression_statement "pcVar1 = (char *)(*(code *)PTR_strerror_000400fc)();" (assignment_expression "pcVar1 = (char *)(*(code *)PTR_strerror_000400fc)()" identifier = (cast_expression "(char *)(*(code *)PTR_strerror_000400fc)()" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "(*(code *)PTR_strerror_000400fc)()" (parenthesized_expression "(*(code *)PTR_strerror_000400fc)" ( (pointer_expression "*(code *)PTR_strerror_000400fc" * (cast_expression "(code *)PTR_strerror_000400fc" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))))) ;) (return_statement "return pcVar1;" return identifier ;) })))
(translation_unit "char * strerror(int __errnum)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strerror_000400fc)();\n return pcVar1;\n}\n\n" (function_definition "char * strerror(int __errnum)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strerror_000400fc)();\n return pcVar1;\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 char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strerror_000400fc)();\n return pcVar1;\n}" { (declaration "char *pcVar1;" primitive_type (pointer_declarator "*pcVar1" * identifier) ;) (expression_statement "pcVar1 = (char *)(*(code *)PTR_strerror_000400fc)();" (assignment_expression "pcVar1 = (char *)(*(code *)PTR_strerror_000400fc)()" identifier = (cast_expression "(char *)(*(code *)PTR_strerror_000400fc)()" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "(*(code *)PTR_strerror_000400fc)()" (parenthesized_expression "(*(code *)PTR_strerror_000400fc)" ( (pointer_expression "*(code *)PTR_strerror_000400fc" * (cast_expression "(code *)PTR_strerror_000400fc" ( (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 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 * strerror(int __errnum)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strerror_000400fc)();\n return pcVar1;\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 char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strerror_000400fc)();\n return pcVar1;\n}" ({ "{") (declaration "char *pcVar1;" (primitive_type "char") (pointer_declarator "*pcVar1" (* "*") (identifier "pcVar1")) (; ";")) (expression_statement "pcVar1 = (char *)(*(code *)PTR_strerror_000400fc)();" (assignment_expression "pcVar1 = (char *)(*(code *)PTR_strerror_000400fc)()" (identifier "pcVar1") (= "=") (cast_expression "(char *)(*(code *)PTR_strerror_000400fc)()" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "(*(code *)PTR_strerror_000400fc)()" (parenthesized_expression "(*(code *)PTR_strerror_000400fc)" (( "(") (pointer_expression "*(code *)PTR_strerror_000400fc" (* "*") (cast_expression "(code *)PTR_strerror_000400fc" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_strerror_000400fc"))) () ")")) (argument_list "()" (( "(") () ")"))))) (; ";")) (return_statement "return pcVar1;" (return "return") (identifier "pcVar1") (; ";")) (} "}")))
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * function_1(int __errnum) { char *pcVar1; pcVar1 = (char *)(*(type_1 *)PTR_strerror_000400fc)(); return pcVar1; }
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 (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(int __errnum) { char *pcVar1; pcVar1 = (char *)(*(code *)PTR_MASKED_000400fc)(); return pcVar1; }
2075_i686-linux-gnu-ld_and_i686-linux-gnu-ld_strip.c
__x86.get_pc_thunk.ax
__i686.get_pc_thunk.ax
/* WARNING: This is an inlined function */ undefined4 __x86_get_pc_thunk_ax(void) { undefined4 unaff_retaddr; return unaff_retaddr; }
/* WARNING: This is an inlined function */ undefined4 __i686_get_pc_thunk_ax(void) { undefined4 unaff_retaddr; return unaff_retaddr; }
MOV EAX,dword ptr [ESP] RET
null
null
null
null
[('tmp_18', u'COPY_-1206219708'), (u'COPY_-1206219708', u'RETURN_-1206219693'), ('const-0', u'RETURN_-1206219693')]
[('tmp_18', u'COPY_-1206219708'), (u'COPY_-1206219708', u'RETURN_-1206219693'), ('const-0', u'RETURN_-1206219693')]
null
null
00058c42
x86
O2
(translation_unit "/* WARNING: This is an inlined function */\n\nundefined4 __i686_get_pc_thunk_ax(void)\n\n{\n undefined4 unaff_retaddr;\n \n return unaff_retaddr;\n}\n\n" comment (function_definition "undefined4 __i686_get_pc_thunk_ax(void)\n\n{\n undefined4 unaff_retaddr;\n \n return unaff_retaddr;\n}" type_identifier (function_declarator "__i686_get_pc_thunk_ax(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n undefined4 unaff_retaddr;\n \n return unaff_retaddr;\n}" { (declaration "undefined4 unaff_retaddr;" type_identifier identifier ;) (return_statement "return unaff_retaddr;" return identifier ;) })))
(translation_unit "/* WARNING: This is an inlined function */\n\nundefined4 __x86_get_pc_thunk_ax(void)\n\n{\n undefined4 unaff_retaddr;\n \n return unaff_retaddr;\n}\n\n" comment (function_definition "undefined4 __x86_get_pc_thunk_ax(void)\n\n{\n undefined4 unaff_retaddr;\n \n return unaff_retaddr;\n}" type_identifier (function_declarator "__x86_get_pc_thunk_ax(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n undefined4 unaff_retaddr;\n \n return unaff_retaddr;\n}" { (declaration "undefined4 unaff_retaddr;" type_identifier identifier ;) (return_statement "return unaff_retaddr;" return identifier ;) })))
(translation_unit "undefined4 __i686_get_pc_thunk_ax(void)\n\n{\n undefined4 unaff_retaddr;\n \n return unaff_retaddr;\n}\n\n" (function_definition "undefined4 __i686_get_pc_thunk_ax(void)\n\n{\n undefined4 unaff_retaddr;\n \n return unaff_retaddr;\n}" type_identifier (function_declarator "__i686_get_pc_thunk_ax(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n undefined4 unaff_retaddr;\n \n return unaff_retaddr;\n}" { (declaration "undefined4 unaff_retaddr;" type_identifier identifier ;) (return_statement "return unaff_retaddr;" return identifier ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE IDENT ;) (return_statement return IDENT ;) })))
(function_definition "undefined4 __i686_get_pc_thunk_ax(void)\n\n{\n undefined4 unaff_retaddr;\n \n return unaff_retaddr;\n}" (type_identifier "undefined4") (function_declarator "__i686_get_pc_thunk_ax(void)" (identifier "__i686_get_pc_thunk_ax") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n undefined4 unaff_retaddr;\n \n return unaff_retaddr;\n}" ({ "{") (declaration "undefined4 unaff_retaddr;" (type_identifier "undefined4") (identifier "unaff_retaddr") (; ";")) (return_statement "return unaff_retaddr;" (return "return") (identifier "unaff_retaddr") (; ";")) (} "}")))
/* WARNING: This is an inlined function */ type_1 function_1(void) { type_1 unaff_retaddr; return unaff_retaddr; }
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: (type_identifier) declarator: (identifier)) (return_statement (identifier)))))
null
/* WARNING: This is an inlined function */ undefined4 __i686_get_pc_thunk_ax(void) { undefined4 unaff_retaddr; return unaff_retaddr; }
615_m68k-linux-gnu-as_and_m68k-linux-gnu-as_strip.c
symbol_get_bfdsym
FUN_0003baf0
/* WARNING: Function: __x86.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */ asymbol * symbol_get_bfdsym(symbolS *s) { symbolS *psVar1; segT paVar2; paVar2 = (segT)s->bsym; if (((uint)s->sy_flags & 1) != 0) { if (reg_section == paVar2) { return ((s->sy_value).X_op_symbol)->bsym; } psVar1 = local_symbol_convert((local_symbol *)s); paVar2 = (segT)psVar1->bsym; } return (asymbol *)paVar2; }
/* WARNING: Function: __i686.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */ int FUN_0003baf0(byte *param_1) { int iVar1; iVar1 = *(int *)(param_1 + 4); if ((*param_1 & 1) != 0) { if (DAT_00081680 == iVar1) { return *(int *)(*(int *)(param_1 + 0xc) + 4); } iVar1 = FUN_00038c50(); iVar1 = *(int *)(iVar1 + 4); } return iVar1; }
CALL 0x0001ad15 ADD ECX,0x3c50b SUB ESP,0xc MOV EDX,dword ptr [ESP + 0x10] MOV EAX,dword ptr [EDX + 0x4] TEST byte ptr [EDX],0x1 JZ 0x0003bb1e LEA ECX,[ECX + 0x9680] CMP dword ptr [ECX],EAX JZ 0x0003bb28 MOV EAX,EDX CALL 0x00038c50 MOV EAX,dword ptr [EAX + 0x4] ADD ESP,0xc RET MOV EAX,dword ptr [EDX + 0xc] MOV EAX,dword ptr [EAX + 0x4] ADD ESP,0xc RET
null
null
null
null
[('tmp_425', u'INT_EQUAL_-1206076599'), ('tmp_425', u'MULTIEQUAL_-1206076442'), (u'INT_NOTEQUAL_-1206076623', u'CBRANCH_-1206076622'), ('const-417', u'LOAD_-1206076636'), ('tmp_103', u'CBRANCH_-1206076622'), (u'CALL_-1206076588', u'PTRSUB_-1206076436'), (u'PTRSUB_-1206076419', u'LOAD_-1206076558'), (u'LOAD_-1206076643', u'CAST_-1206076458'), ('const-4', u'PTRSUB_-1206076436'), (u'CAST_-1206076458', u'MULTIEQUAL_-1206076476'), ('const-4', u'PTRSUB_-1206076463'), (u'PTRSUB_-1206076459', u'LOAD_-1206076636'), (u'CAST_-1206076423', u'RETURN_-1206076559'), (u'PTRSUB_-1206076463', u'LOAD_-1206076643'), ('tmp_258', u'CAST_-1206076436'), ('tmp_258', u'PTRSUB_-1206076463'), (u'MULTIEQUAL_-1206076476', u'CAST_-1206076423'), (u'LOAD_-1206076558', u'PTRSUB_-1206076417'), ('const-4', u'PTRSUB_-1206076417'), ('const-8', u'PTRSUB_-1206076422'), (u'PTRSUB_-1206076417', u'LOAD_-1206076552'), (u'INT_EQUAL_-1206076599', u'CBRANCH_-1206076598'), (u'LOAD_-1206076552', u'COPY_-1206076552'), (u'INDIRECT_-1206076452', u'MULTIEQUAL_-1206076442'), (u'PTRSUB_-1206076422', u'PTRSUB_-1206076419'), (u'LOAD_-1206076586', u'CAST_-1206076430'), (u'COPY_-1206076552', u'RETURN_-1206076525'), (u'LOAD_-1206076636', u'CAST_-1206076454'), (u'PTRSUB_-1206076436', u'LOAD_-1206076586'), (u'CAST_-1206076436', u'CALL_-1206076588'), ('const-1', u'INT_AND_-1206076610'), ('const-417', u'LOAD_-1206076552'), ('tmp_141', u'CBRANCH_-1206076598'), (u'CALL_-1206076588', u'INDIRECT_-1206076452'), (u'INT_AND_-1206076610', u'INT_NOTEQUAL_-1206076623'), (u'CAST_-1206076430', u'MULTIEQUAL_-1206076476'), ('const-417', u'LOAD_-1206076643'), (u'CAST_-1206076454', u'INT_AND_-1206076610'), ('tmp_425', u'COPY_-1206076483'), ('const-417', u'LOAD_-1206076558'), ('const-417', u'LOAD_-1206076586'), ('const-0', u'PTRSUB_-1206076459'), (u'CAST_-1206076458', u'INT_EQUAL_-1206076599'), ('const-0', u'RETURN_-1206076559'), ('const-0', u'INT_NOTEQUAL_-1206076623'), ('const-4', u'PTRSUB_-1206076419'), (u'MULTIEQUAL_-1206076442', u'COPY_-1206076500'), ('const-0', u'RETURN_-1206076525'), ('tmp_258', u'PTRSUB_-1206076459'), ('tmp_258', u'PTRSUB_-1206076422')]
[(u'CAST_-1206076436', u'LOAD_-1206076586'), ('tmp_410', u'PTRADD_-1206076581'), ('tmp_430', u'MULTIEQUAL_-1206076441'), (u'INT_NOTEQUAL_-1206076623', u'CBRANCH_-1206076622'), ('const-4', u'INT_ADD_-1206076536'), ('tmp_103', u'CBRANCH_-1206076622'), (u'MULTIEQUAL_-1206076441', u'COPY_-1206076499'), (u'PTRADD_-1206076581', u'CAST_-1206076464'), (u'LOAD_-1206076636', u'INT_AND_-1206076610'), ('const-12', u'PTRADD_-1206076496'), (u'INT_ADD_-1206076570', u'CAST_-1206076436'), ('const-1', u'PTRADD_-1206076496'), ('const-4', u'PTRADD_-1206076581'), ('tmp_141', u'CBRANCH_-1206076598'), (u'PTRADD_-1206076496', u'CAST_-1206076425'), (u'CALL_-1206076588', u'INT_ADD_-1206076570'), ('tmp_410', u'LOAD_-1206076636'), ('tmp_430', u'COPY_-1206076482'), ('const-417', u'LOAD_-1206076643'), (u'CAST_-1206076421', u'LOAD_-1206076552'), ('const-417', u'LOAD_-1206076636'), (u'INT_AND_-1206076610', u'INT_NOTEQUAL_-1206076623'), ('tmp_430', u'INT_EQUAL_-1206076599'), (u'LOAD_-1206076558', u'INT_ADD_-1206076536'), (u'LOAD_-1206076586', u'MULTIEQUAL_-1206076475'), ('const-417', u'LOAD_-1206076558'), ('const-417', u'LOAD_-1206076552'), (u'LOAD_-1206076643', u'MULTIEQUAL_-1206076475'), (u'LOAD_-1206076643', u'INT_EQUAL_-1206076599'), (u'INT_ADD_-1206076536', u'CAST_-1206076421'), (u'INT_EQUAL_-1206076599', u'CBRANCH_-1206076598'), (u'INDIRECT_-1206076451', u'MULTIEQUAL_-1206076441'), (u'CALL_-1206076588', u'INDIRECT_-1206076451'), (u'MULTIEQUAL_-1206076475', u'RETURN_-1206076559'), ('const-1', u'INT_AND_-1206076610'), ('tmp_410', u'PTRADD_-1206076496'), (u'LOAD_-1206076552', u'COPY_-1206076552'), (u'CAST_-1206076464', u'LOAD_-1206076643'), ('const-0', u'INT_NOTEQUAL_-1206076623'), ('const-0', u'RETURN_-1206076559'), ('const-4', u'INT_ADD_-1206076570'), ('const-417', u'LOAD_-1206076586'), ('const-1', u'PTRADD_-1206076581'), (u'COPY_-1206076552', u'RETURN_-1206076525'), (u'CAST_-1206076425', u'LOAD_-1206076558'), ('const-0', u'RETURN_-1206076525')]
null
null
0003baf0
x86
O2
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */\n\nint FUN_0003baf0(byte *param_1)\n\n{\n int iVar1;\n \n iVar1 = *(int *)(param_1 + 4);\n if ((*param_1 & 1) != 0) {\n if (DAT_00081680 == iVar1) {\n return *(int *)(*(int *)(param_1 + 0xc) + 4);\n }\n iVar1 = FUN_00038c50();\n iVar1 = *(int *)(iVar1 + 4);\n }\n return iVar1;\n}\n\n" comment (function_definition "int FUN_0003baf0(byte *param_1)\n\n{\n int iVar1;\n \n iVar1 = *(int *)(param_1 + 4);\n if ((*param_1 & 1) != 0) {\n if (DAT_00081680 == iVar1) {\n return *(int *)(*(int *)(param_1 + 0xc) + 4);\n }\n iVar1 = FUN_00038c50();\n iVar1 = *(int *)(iVar1 + 4);\n }\n return iVar1;\n}" primitive_type (function_declarator "FUN_0003baf0(byte *param_1)" identifier (parameter_list "(byte *param_1)" ( (parameter_declaration "byte *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = *(int *)(param_1 + 4);\n if ((*param_1 & 1) != 0) {\n if (DAT_00081680 == iVar1) {\n return *(int *)(*(int *)(param_1 + 0xc) + 4);\n }\n iVar1 = FUN_00038c50();\n iVar1 = *(int *)(iVar1 + 4);\n }\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = *(int *)(param_1 + 4);" (assignment_expression "iVar1 = *(int *)(param_1 + 4)" identifier = (pointer_expression "*(int *)(param_1 + 4)" * (cast_expression "(int *)(param_1 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 4)" ( (binary_expression "param_1 + 4" identifier + number_literal) ))))) ;) (if_statement "if ((*param_1 & 1) != 0) {\n if (DAT_00081680 == iVar1) {\n return *(int *)(*(int *)(param_1 + 0xc) + 4);\n }\n iVar1 = FUN_00038c50();\n iVar1 = *(int *)(iVar1 + 4);\n }" if (parenthesized_expression "((*param_1 & 1) != 0)" ( (binary_expression "(*param_1 & 1) != 0" (parenthesized_expression "(*param_1 & 1)" ( (binary_expression "*param_1 & 1" (pointer_expression "*param_1" * identifier) & number_literal) )) != number_literal) )) (compound_statement "{\n if (DAT_00081680 == iVar1) {\n return *(int *)(*(int *)(param_1 + 0xc) + 4);\n }\n iVar1 = FUN_00038c50();\n iVar1 = *(int *)(iVar1 + 4);\n }" { (if_statement "if (DAT_00081680 == iVar1) {\n return *(int *)(*(int *)(param_1 + 0xc) + 4);\n }" if (parenthesized_expression "(DAT_00081680 == iVar1)" ( (binary_expression "DAT_00081680 == iVar1" identifier == identifier) )) (compound_statement "{\n return *(int *)(*(int *)(param_1 + 0xc) + 4);\n }" { (return_statement "return *(int *)(*(int *)(param_1 + 0xc) + 4);" return (pointer_expression "*(int *)(*(int *)(param_1 + 0xc) + 4)" * (cast_expression "(int *)(*(int *)(param_1 + 0xc) + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(param_1 + 0xc) + 4)" ( (binary_expression "*(int *)(param_1 + 0xc) + 4" (pointer_expression "*(int *)(param_1 + 0xc)" * (cast_expression "(int *)(param_1 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xc)" ( (binary_expression "param_1 + 0xc" identifier + number_literal) )))) + number_literal) )))) ;) })) (expression_statement "iVar1 = FUN_00038c50();" (assignment_expression "iVar1 = FUN_00038c50()" identifier = (call_expression "FUN_00038c50()" identifier (argument_list "()" ( )))) ;) (expression_statement "iVar1 = *(int *)(iVar1 + 4);" (assignment_expression "iVar1 = *(int *)(iVar1 + 4)" identifier = (pointer_expression "*(int *)(iVar1 + 4)" * (cast_expression "(int *)(iVar1 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 4)" ( (binary_expression "iVar1 + 4" identifier + number_literal) ))))) ;) })) (return_statement "return iVar1;" return identifier ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */\n\nasymbol * symbol_get_bfdsym(symbolS *s)\n\n{\n symbolS *psVar1;\n segT paVar2;\n \n paVar2 = (segT)s->bsym;\n if (((uint)s->sy_flags & 1) != 0) {\n if (reg_section == paVar2) {\n return ((s->sy_value).X_op_symbol)->bsym;\n }\n psVar1 = local_symbol_convert((local_symbol *)s);\n paVar2 = (segT)psVar1->bsym;\n }\n return (asymbol *)paVar2;\n}\n\n" comment (function_definition "asymbol * symbol_get_bfdsym(symbolS *s)\n\n{\n symbolS *psVar1;\n segT paVar2;\n \n paVar2 = (segT)s->bsym;\n if (((uint)s->sy_flags & 1) != 0) {\n if (reg_section == paVar2) {\n return ((s->sy_value).X_op_symbol)->bsym;\n }\n psVar1 = local_symbol_convert((local_symbol *)s);\n paVar2 = (segT)psVar1->bsym;\n }\n return (asymbol *)paVar2;\n}" type_identifier (pointer_declarator "* symbol_get_bfdsym(symbolS *s)" * (function_declarator "symbol_get_bfdsym(symbolS *s)" identifier (parameter_list "(symbolS *s)" ( (parameter_declaration "symbolS *s" type_identifier (pointer_declarator "*s" * identifier)) )))) (compound_statement "{\n symbolS *psVar1;\n segT paVar2;\n \n paVar2 = (segT)s->bsym;\n if (((uint)s->sy_flags & 1) != 0) {\n if (reg_section == paVar2) {\n return ((s->sy_value).X_op_symbol)->bsym;\n }\n psVar1 = local_symbol_convert((local_symbol *)s);\n paVar2 = (segT)psVar1->bsym;\n }\n return (asymbol *)paVar2;\n}" { (declaration "symbolS *psVar1;" type_identifier (pointer_declarator "*psVar1" * identifier) ;) (declaration "segT paVar2;" type_identifier identifier ;) (expression_statement "paVar2 = (segT)s->bsym;" (assignment_expression "paVar2 = (segT)s->bsym" identifier = (cast_expression "(segT)s->bsym" ( (type_descriptor "segT" type_identifier) ) (field_expression "s->bsym" identifier -> field_identifier))) ;) (if_statement "if (((uint)s->sy_flags & 1) != 0) {\n if (reg_section == paVar2) {\n return ((s->sy_value).X_op_symbol)->bsym;\n }\n psVar1 = local_symbol_convert((local_symbol *)s);\n paVar2 = (segT)psVar1->bsym;\n }" if (parenthesized_expression "(((uint)s->sy_flags & 1) != 0)" ( (binary_expression "((uint)s->sy_flags & 1) != 0" (parenthesized_expression "((uint)s->sy_flags & 1)" ( (binary_expression "(uint)s->sy_flags & 1" (cast_expression "(uint)s->sy_flags" ( (type_descriptor "uint" type_identifier) ) (field_expression "s->sy_flags" identifier -> field_identifier)) & number_literal) )) != number_literal) )) (compound_statement "{\n if (reg_section == paVar2) {\n return ((s->sy_value).X_op_symbol)->bsym;\n }\n psVar1 = local_symbol_convert((local_symbol *)s);\n paVar2 = (segT)psVar1->bsym;\n }" { (if_statement "if (reg_section == paVar2) {\n return ((s->sy_value).X_op_symbol)->bsym;\n }" if (parenthesized_expression "(reg_section == paVar2)" ( (binary_expression "reg_section == paVar2" identifier == identifier) )) (compound_statement "{\n return ((s->sy_value).X_op_symbol)->bsym;\n }" { (return_statement "return ((s->sy_value).X_op_symbol)->bsym;" return (field_expression "((s->sy_value).X_op_symbol)->bsym" (parenthesized_expression "((s->sy_value).X_op_symbol)" ( (field_expression "(s->sy_value).X_op_symbol" (parenthesized_expression "(s->sy_value)" ( (field_expression "s->sy_value" identifier -> field_identifier) )) . field_identifier) )) -> field_identifier) ;) })) (expression_statement "psVar1 = local_symbol_convert((local_symbol *)s);" (assignment_expression "psVar1 = local_symbol_convert((local_symbol *)s)" identifier = (call_expression "local_symbol_convert((local_symbol *)s)" identifier (argument_list "((local_symbol *)s)" ( (cast_expression "(local_symbol *)s" ( (type_descriptor "local_symbol *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) )))) ;) (expression_statement "paVar2 = (segT)psVar1->bsym;" (assignment_expression "paVar2 = (segT)psVar1->bsym" identifier = (cast_expression "(segT)psVar1->bsym" ( (type_descriptor "segT" type_identifier) ) (field_expression "psVar1->bsym" identifier -> field_identifier))) ;) })) (return_statement "return (asymbol *)paVar2;" return (cast_expression "(asymbol *)paVar2" ( (type_descriptor "asymbol *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) ;) })))
(translation_unit "int FUN_0003baf0(byte *param_1)\n\n{\n int iVar1;\n \n iVar1 = *(int *)(param_1 + 4);\n if ((*param_1 & 1) != 0) {\n if (DAT_00081680 == iVar1) {\n return *(int *)(*(int *)(param_1 + 0xc) + 4);\n }\n iVar1 = FUN_00038c50();\n iVar1 = *(int *)(iVar1 + 4);\n }\n return iVar1;\n}\n\n" (function_definition "int FUN_0003baf0(byte *param_1)\n\n{\n int iVar1;\n \n iVar1 = *(int *)(param_1 + 4);\n if ((*param_1 & 1) != 0) {\n if (DAT_00081680 == iVar1) {\n return *(int *)(*(int *)(param_1 + 0xc) + 4);\n }\n iVar1 = FUN_00038c50();\n iVar1 = *(int *)(iVar1 + 4);\n }\n return iVar1;\n}" primitive_type (function_declarator "FUN_0003baf0(byte *param_1)" identifier (parameter_list "(byte *param_1)" ( (parameter_declaration "byte *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = *(int *)(param_1 + 4);\n if ((*param_1 & 1) != 0) {\n if (DAT_00081680 == iVar1) {\n return *(int *)(*(int *)(param_1 + 0xc) + 4);\n }\n iVar1 = FUN_00038c50();\n iVar1 = *(int *)(iVar1 + 4);\n }\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = *(int *)(param_1 + 4);" (assignment_expression "iVar1 = *(int *)(param_1 + 4)" identifier = (pointer_expression "*(int *)(param_1 + 4)" * (cast_expression "(int *)(param_1 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 4)" ( (binary_expression "param_1 + 4" identifier + number_literal) ))))) ;) (if_statement "if ((*param_1 & 1) != 0) {\n if (DAT_00081680 == iVar1) {\n return *(int *)(*(int *)(param_1 + 0xc) + 4);\n }\n iVar1 = FUN_00038c50();\n iVar1 = *(int *)(iVar1 + 4);\n }" if (parenthesized_expression "((*param_1 & 1) != 0)" ( (binary_expression "(*param_1 & 1) != 0" (parenthesized_expression "(*param_1 & 1)" ( (binary_expression "*param_1 & 1" (pointer_expression "*param_1" * identifier) & number_literal) )) != number_literal) )) (compound_statement "{\n if (DAT_00081680 == iVar1) {\n return *(int *)(*(int *)(param_1 + 0xc) + 4);\n }\n iVar1 = FUN_00038c50();\n iVar1 = *(int *)(iVar1 + 4);\n }" { (if_statement "if (DAT_00081680 == iVar1) {\n return *(int *)(*(int *)(param_1 + 0xc) + 4);\n }" if (parenthesized_expression "(DAT_00081680 == iVar1)" ( (binary_expression "DAT_00081680 == iVar1" identifier == identifier) )) (compound_statement "{\n return *(int *)(*(int *)(param_1 + 0xc) + 4);\n }" { (return_statement "return *(int *)(*(int *)(param_1 + 0xc) + 4);" return (pointer_expression "*(int *)(*(int *)(param_1 + 0xc) + 4)" * (cast_expression "(int *)(*(int *)(param_1 + 0xc) + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(param_1 + 0xc) + 4)" ( (binary_expression "*(int *)(param_1 + 0xc) + 4" (pointer_expression "*(int *)(param_1 + 0xc)" * (cast_expression "(int *)(param_1 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xc)" ( (binary_expression "param_1 + 0xc" identifier + number_literal) )))) + number_literal) )))) ;) })) (expression_statement "iVar1 = FUN_00038c50();" (assignment_expression "iVar1 = FUN_00038c50()" identifier = (call_expression "FUN_00038c50()" identifier (argument_list "()" ( )))) ;) (expression_statement "iVar1 = *(int *)(iVar1 + 4);" (assignment_expression "iVar1 = *(int *)(iVar1 + 4)" identifier = (pointer_expression "*(int *)(iVar1 + 4)" * (cast_expression "(int *)(iVar1 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 4)" ( (binary_expression "iVar1 + 4" identifier + number_literal) ))))) ;) })) (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 = (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 (pointer_expression * IDENT) & LIT) )) != LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == 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 TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) )))) ;) })) (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) ))))) ;) })) (return_statement return IDENT ;) })))
(function_definition "int FUN_0003baf0(byte *param_1)\n\n{\n int iVar1;\n \n iVar1 = *(int *)(param_1 + 4);\n if ((*param_1 & 1) != 0) {\n if (DAT_00081680 == iVar1) {\n return *(int *)(*(int *)(param_1 + 0xc) + 4);\n }\n iVar1 = FUN_00038c50();\n iVar1 = *(int *)(iVar1 + 4);\n }\n return iVar1;\n}" (primitive_type "int") (function_declarator "FUN_0003baf0(byte *param_1)" (identifier "FUN_0003baf0") (parameter_list "(byte *param_1)" (( "(") (parameter_declaration "byte *param_1" (type_identifier "byte") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n int iVar1;\n \n iVar1 = *(int *)(param_1 + 4);\n if ((*param_1 & 1) != 0) {\n if (DAT_00081680 == iVar1) {\n return *(int *)(*(int *)(param_1 + 0xc) + 4);\n }\n iVar1 = FUN_00038c50();\n iVar1 = *(int *)(iVar1 + 4);\n }\n return iVar1;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (expression_statement "iVar1 = *(int *)(param_1 + 4);" (assignment_expression "iVar1 = *(int *)(param_1 + 4)" (identifier "iVar1") (= "=") (pointer_expression "*(int *)(param_1 + 4)" (* "*") (cast_expression "(int *)(param_1 + 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 4)" (( "(") (binary_expression "param_1 + 4" (identifier "param_1") (+ "+") (number_literal "4")) () ")"))))) (; ";")) (if_statement "if ((*param_1 & 1) != 0) {\n if (DAT_00081680 == iVar1) {\n return *(int *)(*(int *)(param_1 + 0xc) + 4);\n }\n iVar1 = FUN_00038c50();\n iVar1 = *(int *)(iVar1 + 4);\n }" (if "if") (parenthesized_expression "((*param_1 & 1) != 0)" (( "(") (binary_expression "(*param_1 & 1) != 0" (parenthesized_expression "(*param_1 & 1)" (( "(") (binary_expression "*param_1 & 1" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (& "&") (number_literal "1")) () ")")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n if (DAT_00081680 == iVar1) {\n return *(int *)(*(int *)(param_1 + 0xc) + 4);\n }\n iVar1 = FUN_00038c50();\n iVar1 = *(int *)(iVar1 + 4);\n }" ({ "{") (if_statement "if (DAT_00081680 == iVar1) {\n return *(int *)(*(int *)(param_1 + 0xc) + 4);\n }" (if "if") (parenthesized_expression "(DAT_00081680 == iVar1)" (( "(") (binary_expression "DAT_00081680 == iVar1" (identifier "DAT_00081680") (== "==") (identifier "iVar1")) () ")")) (compound_statement "{\n return *(int *)(*(int *)(param_1 + 0xc) + 4);\n }" ({ "{") (return_statement "return *(int *)(*(int *)(param_1 + 0xc) + 4);" (return "return") (pointer_expression "*(int *)(*(int *)(param_1 + 0xc) + 4)" (* "*") (cast_expression "(int *)(*(int *)(param_1 + 0xc) + 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(int *)(param_1 + 0xc) + 4)" (( "(") (binary_expression "*(int *)(param_1 + 0xc) + 4" (pointer_expression "*(int *)(param_1 + 0xc)" (* "*") (cast_expression "(int *)(param_1 + 0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xc)" (( "(") (binary_expression "param_1 + 0xc" (identifier "param_1") (+ "+") (number_literal "0xc")) () ")")))) (+ "+") (number_literal "4")) () ")")))) (; ";")) (} "}"))) (expression_statement "iVar1 = FUN_00038c50();" (assignment_expression "iVar1 = FUN_00038c50()" (identifier "iVar1") (= "=") (call_expression "FUN_00038c50()" (identifier "FUN_00038c50") (argument_list "()" (( "(") () ")")))) (; ";")) (expression_statement "iVar1 = *(int *)(iVar1 + 4);" (assignment_expression "iVar1 = *(int *)(iVar1 + 4)" (identifier "iVar1") (= "=") (pointer_expression "*(int *)(iVar1 + 4)" (* "*") (cast_expression "(int *)(iVar1 + 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar1 + 4)" (( "(") (binary_expression "iVar1 + 4" (identifier "iVar1") (+ "+") (number_literal "4")) () ")"))))) (; ";")) (} "}"))) (return_statement "return iVar1;" (return "return") (identifier "iVar1") (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */ type_1 * function_1(type_2 *s) { type_2 *psVar1; type_3 var_2; var_2 = (type_3)s->bsym; if (((type_4)s->sy_flags & 1) != 0) { if (var_1 == var_2) { return ((s->sy_value).X_op_symbol)->bsym; } psVar1 = var_3((type_5 *)s); var_2 = (type_3)psVar1->bsym; } return (type_1 *)var_2; }
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: (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: (pointer_expression argument: (identifier)) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (return_statement (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: (primitive_type) 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: (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))))))))) (return_statement (identifier)))))
null
/* WARNING: Function: __i686.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */ int MASKED(byte *param_1) { int iVar1; iVar1 = *(int *)(param_1 + 4); if ((*param_1 & 1) != 0) { if (DAT_00081680 == iVar1) { return *(int *)(*(int *)(param_1 + 0xc) + 4); } iVar1 = FUN_00038c50(); iVar1 = *(int *)(iVar1 + 4); } return iVar1; }
4899_x86_64-kfreebsd-gnu-dwp_and_x86_64-kfreebsd-gnu-dwp_strip.c
add_output_section_relative
FUN_001181c0
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Type propagation algorithm not settling */ /* DWARF original prototype: void add_output_section_relative(Output_data_reloc<9,_true,_32,_false> * this, Output_section * os, uint type, Output_data * od, Sized_relobj<32,_false> * relobj, uint shndx, Address address) */ void __thiscall gold::Output_data_reloc<9,_true,_32,_false>::add_output_section_relative (Output_data_reloc<9,_true,_32,_false> *this,Output_section *os,uint type,Output_data *od, Sized_relobj<32,_false> *relobj,uint shndx,Address address) { size_t *psVar1; iterator __position; uint uVar2; Output_reloc<9,_true,_32,_false> *pOVar3; int iVar4; anon_union_4_4_c82d8563_for_u1_ local_34; Sized_relobj<32,_false> *local_30; Address local_2c; uint local_28; uint local_24; uint local_20; undefined4 uStack_14; uStack_14 = 0x1181c9; Output_reloc<9,_true,_32,_false>::Output_reloc ((Output_reloc<9,_true,_32,_false> *)&local_34,os,type,relobj,shndx,address,true); __position._M_current = (this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_. super__Vector_base<gold::Output_reloc<9,_true,_32,_false>,_std::allocator<gold::Output_reloc<9,_true,_32,_false>_>_> ._M_impl._M_finish; if (__position._M_current == (this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_. super__Vector_base<gold::Output_reloc<9,_true,_32,_false>,_std::allocator<gold::Output_reloc<9,_true,_32,_false>_>_> ._M_impl._M_end_of_storage) { std:: vector<gold::Output_reloc<9,_true,_32,_false>,_std::allocator<gold::Output_reloc<9,_true,_32,_false>_>_> ::_M_realloc_insert<const_gold::Output_reloc<9,_true,_32,_false>&> (&(this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_,__position, (Output_reloc<9,_true,_32,_false> *)&local_34); pOVar3 = (this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_. super__Vector_base<gold::Output_reloc<9,_true,_32,_false>,_std::allocator<gold::Output_reloc<9,_true,_32,_false>_>_> ._M_impl._M_finish; } else { pOVar3 = __position._M_current + 1; (__position._M_current)->u1_ = local_34; ((__position._M_current)->u2_).relobj = local_30; (__position._M_current)->address_ = local_2c; (__position._M_current)->local_sym_index_ = local_28; *(uint *)&(__position._M_current)->field_0x10 = local_24; (__position._M_current)->shndx_ = local_20; (this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_. super__Vector_base<gold::Output_reloc<9,_true,_32,_false>,_std::allocator<gold::Output_reloc<9,_true,_32,_false>_>_> ._M_impl._M_finish = pOVar3; } iVar4 = (int)pOVar3 - (int)(this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_. super__Vector_base<gold::Output_reloc<9,_true,_32,_false>,_std::allocator<gold::Output_reloc<9,_true,_32,_false>_>_> ._M_impl._M_start >> 3; if (((this->super_Output_data_reloc_base<9,_true,_32,_false>).super_Output_data_reloc_generic. super_Output_section_data_build.super_Output_section_data.super_Output_data.field_0x1c & 2) == 0) { *(int *)&(this->super_Output_data_reloc_base<9,_true,_32,_false>). super_Output_data_reloc_generic.super_Output_section_data_build. super_Output_section_data.super_Output_data.data_size_ = iVar4 * 0x55555558; *(undefined4 *) ((int)&(this->super_Output_data_reloc_base<9,_true,_32,_false>).super_Output_data_reloc_generic .super_Output_section_data_build.super_Output_section_data.super_Output_data.data_size_ + 4) = 0; od->field_0x1c = od->field_0x1c | 0x10; if ((local_24 & 0x10000000) != 0) { psVar1 = &(this->super_Output_data_reloc_base<9,_true,_32,_false>). super_Output_data_reloc_generic.relative_reloc_count_; *psVar1 = *psVar1 + 1; } if ((local_20 != 0xfffffffc) && (local_30 != (Sized_relobj<32,_false> *)0x0)) { uVar2 = (local_30->super_Relobj).dyn_reloc_count_; if (uVar2 == 0) { (local_30->super_Relobj).first_dyn_reloc_ = iVar4 * -0x55555555 - 1; } (local_30->super_Relobj).dyn_reloc_count_ = uVar2 + 1; } return; } /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/output.h",0x231,"set_current_data_size_for_child"); }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_001181c0(int param_1,undefined4 param_2,undefined4 param_3,int param_4,undefined4 param_5, undefined4 param_6,undefined4 param_7) { int iVar1; undefined4 *puVar2; undefined4 *puVar3; int iVar4; undefined4 local_34; int local_30; undefined4 local_2c; undefined4 local_28; uint local_24; int local_20; undefined4 uStack_14; uStack_14 = 0x1181c9; FUN_000feea0(&local_34,param_2,param_3,param_5,param_6,param_7,1); puVar2 = *(undefined4 **)(param_1 + 0x38); if (puVar2 == *(undefined4 **)(param_1 + 0x3c)) { FUN_00116e70(param_1 + 0x34,puVar2,&local_34); puVar3 = *(undefined4 **)(param_1 + 0x38); } else { puVar3 = puVar2 + 6; *puVar2 = local_34; puVar2[1] = local_30; puVar2[2] = local_2c; puVar2[3] = local_28; puVar2[4] = local_24; puVar2[5] = local_20; *(undefined4 **)(param_1 + 0x38) = puVar3; } iVar4 = (int)puVar3 - *(int *)(param_1 + 0x34) >> 3; iVar1 = iVar4 * 0x55555558; if ((*(byte *)(param_1 + 0x1c) & 2) == 0) { *(int *)(param_1 + 0xc) = iVar1; *(undefined4 *)(param_1 + 0x10) = 0; *(byte *)(param_4 + 0x1c) = *(byte *)(param_4 + 0x1c) | 0x10; if ((local_24 & 0x10000000) != 0) { *(int *)(param_1 + 0x2c) = *(int *)(param_1 + 0x2c) + 1; } if ((local_20 != -4) && (local_30 != 0)) { if (*(int *)(local_30 + 100) == 0) { *(int *)(local_30 + 0x60) = iVar4 * -0x55555555 + -1; } *(int *)(local_30 + 100) = *(int *)(local_30 + 100) + 1; } return; } /* WARNING: Subroutine does not return */ FUN_00069d00("../../gold/output.h",0x231,"set_current_data_size_for_child",iVar1); }
PUSH EBP PUSH EDI PUSH ESI PUSH EBX CALL 0x00035840 ADD EBX,0x276e37 SUB ESP,0x30 MOV EDI,dword ptr [ESP + 0x44] MOV ESI,dword ptr [ESP + 0x50] PUSH 0x1 PUSH dword ptr [ESP + 0x60] PUSH dword ptr [ESP + 0x60] PUSH dword ptr [ESP + 0x60] PUSH dword ptr [ESP + 0x5c] PUSH dword ptr [ESP + 0x5c] LEA EBP,[ESP + 0x24] PUSH EBP CALL 0x000feea0 MOV EAX,dword ptr [EDI + 0x38] ADD ESP,0x20 CMP EAX,dword ptr [EDI + 0x3c] JZ 0x001182b0 MOV EDX,dword ptr [ESP + 0x8] ADD EAX,0x18 MOV dword ptr [EAX + -0x18],EDX MOV EDX,dword ptr [ESP + 0xc] MOV dword ptr [EAX + -0x14],EDX MOV EDX,dword ptr [ESP + 0x10] MOV dword ptr [EAX + -0x10],EDX MOV EDX,dword ptr [ESP + 0x14] MOV dword ptr [EAX + -0xc],EDX MOV EDX,dword ptr [ESP + 0x18] MOV dword ptr [EAX + -0x8],EDX MOV EDX,dword ptr [ESP + 0x1c] MOV dword ptr [EAX + -0x4],EDX MOV dword ptr [EDI + 0x38],EAX SUB EAX,dword ptr [EDI + 0x34] XOR EDX,EDX SAR EAX,0x3 IMUL ECX,EAX,-0x55555555 LEA EAX,[ECX*0x8 + 0x0] TEST byte ptr [EDI + 0x1c],0x2 JNZ 0x001182c9 MOV dword ptr [EDI + 0xc],EAX MOV dword ptr [EDI + 0x10],EDX OR byte ptr [ESI + 0x1c],0x10 TEST byte ptr [ESP + 0x1b],0x10 JNZ 0x00118290 CMP dword ptr [ESP + 0x1c],-0x4 JZ 0x00118281 MOV EDX,dword ptr [ESP + 0xc] TEST EDX,EDX JZ 0x00118281 MOV EBX,dword ptr [EDX + 0x64] TEST EBX,EBX JZ 0x001182a0 ADD EBX,0x1 MOV dword ptr [EDX + 0x64],EBX ADD ESP,0x2c POP EBX POP ESI POP EDI POP EBP RET ADD dword ptr [EDI + 0x2c],0x1 JMP 0x00118265 SUB ECX,0x1 MOV dword ptr [EDX + 0x60],ECX JMP 0x0011827b SUB ESP,0x4 PUSH EBP PUSH EAX LEA EAX,[EDI + 0x34] PUSH EAX CALL 0x00116e70 MOV EAX,dword ptr [EDI + 0x38] ADD ESP,0x10 JMP 0x00118239 PUSH EAX LEA EAX,[EBX + 0xfff051c0] PUSH EAX LEA EAX,[EBX + 0xffef8eac] PUSH 0x231 PUSH EAX CALL 0x00069d00
null
null
null
null
[(u'INDIRECT_-1207007639', u'MULTIEQUAL_-1207007756'), (u'INDIRECT_-1207007696', u'MULTIEQUAL_-1207007813'), (u'INT_ADD_-1207008323', u'STORE_-1207008327'), ('const-1431655768', u'INT_MULT_-1207008453'), (u'PTRSUB_-1207007700', u'PTRSUB_-1207007603'), ('const-0', u'PTRSUB_-1207007595'), (u'PTRSUB_-1207007648', u'LOAD_-1207008696'), ('const-417', u'STORE_-1207008570'), (u'INDIRECT_-1207007836', u'MULTIEQUAL_-1207007756'), (u'INT_EQUAL_-1207008458', u'CBRANCH_-1207008454'), (u'PTRSUB_-1207007657', u'PTRSUB_-1207007631'), ('const-0', u'PTRSUB_-1207007603'), ('const-4', u'PTRSUB_-1207007700'), (u'PTRSUB_-1207007684', u'STORE_-1207008596'), (u'PTRSUB_-1207007617', u'LOAD_-1207008439'), ('const-100', u'PTRSUB_-1207007564'), ('tmp_1548', u'PTRSUB_-1207007746'), ('tmp_1183', u'PTRSUB_-1207007727'), ('const-2', u'INT_AND_-1207008444'), ('const-100', u'PTRSUB_-1207007553'), (u'MULTIEQUAL_-1207007770', u'INT_AND_-1207007680'), (u'PTRSUB_-1207007543', u'CAST_-1207007536'), (u'PTRSUB_-1207007517', u'PTRSUB_-1207007494'), (u'COPY_-1207007575', u'CALL_-1207008150'), (u'INDIRECT_-1207007893', u'MULTIEQUAL_-1207007813'), ('const-1', u'RETURN_-1207008145'), (u'LOAD_-1207008696', u'PTRSUB_-1207007676'), ('const-417', u'STORE_-1207008583'), (u'PTRSUB_-1207007617', u'STORE_-1207008436'), ('const-0', u'INT_NOTEQUAL_-1207008407'), (u'INT_MULT_-1207008453', u'STORE_-1207008451'), ('const-417', u'LOAD_-1207008696'), (u'PTRSUB_-1207007600', u'PTRSUB_-1207007579'), ('const-28', u'PTRSUB_-1207007617'), ('const-20', u'PTRSUB_-1207007668'), (u'CAST_-1207007535', u'STORE_-1207008445'), (u'INT_NOTEQUAL_-1207008386', u'CBRANCH_-1207008383'), ('const-0', u'PTRSUB_-1207007517'), (u'INDIRECT_-1207007836', u'STORE_-1207008570'), (u'CALL_-1207008698', u'INDIRECT_-1207007879'), ('tmp_1187', u'CALL_-1207008698'), (u'MULTIEQUAL_-1207007813', u'PTRSUB_-1207007537'), (u'LOAD_-1207008696', u'PTRSUB_-1207007684'), ('const-0', u'PTRSUB_-1207007559'), (u'LOAD_-1207008696', u'PTRSUB_-1207007692'), (u'INDIRECT_-1207007822', u'MULTIEQUAL_-1207007742'), ('const-0', u'INT_EQUAL_-1207008458'), ('tmp_716', u'CBRANCH_-1207008403'), ('const-417', u'STORE_-1207008564'), ('const-4', u'PTRSUB_-1207007443'), (u'MULTIEQUAL_-1207007756', u'INT_NOTEQUAL_-1207008386'), ('const-12', u'PTRSUB_-1207007543'), ('const-52', u'PTRSUB_-1207007692'), (u'PTRSUB_-1207007494', u'CALL_-1207008161'), (u'PTRSUB_-1207007668', u'STORE_-1207008570'), ('const-0', u'PTRSUB_-1207007454'), (u'PTRSUB_-1207007590', u'PTRSUB_-1207007564'), (u'PTRSUB_-1207007692', u'PTRSUB_-1207007670'), (u'PTRSUB_-1207007608', u'PTRSUB_-1207007587'), (u'INT_NOTEQUAL_-1207008407', u'CBRANCH_-1207008403'), (u'INT_NOTEQUAL_-1207008362', u'CBRANCH_-1207008362'), ('const-44', u'PTRSUB_-1207007515'), (u'PTRSUB_-1207007513', u'STORE_-1207008250'), ('const-4294967244', u'PTRSUB_-1207007746'), ('const-0', u'PTRSUB_-1207007600'), (u'CAST_-1207007568', u'INT_SUB_-1207008537'), (u'CALL_-1207008161', u'INDIRECT_-1207007696'), ('const-28', u'PTRSUB_-1207007554'), (u'PTRSUB_-1207007537', u'PTRSUB_-1207007513'), ('tmp_1189', u'CALL_-1207008698'), ('const-0', u'PTRSUB_-1207007537'), ('const-0', u'PTRSUB_-1207007635'), (u'PTRSUB_-1207007622', u'PTRSUB_-1207007595'), ('const-0', u'PTRSUB_-1207007664'), ('const-0', u'PTRSUB_-1207007558'), (u'PTRSUB_-1207007443', u'LOAD_-1207008159'), (u'CALL_-1207008698', u'INDIRECT_-1207007822'), ('tmp_1185', u'CALL_-1207008698'), (u'PTRSUB_-1207007454', u'PTRSUB_-1207007443'), (u'COPY_-1207007576', u'CALL_-1207008150'), (u'PTRSUB_-1207007662', u'PTRSUB_-1207007648'), (u'LOAD_-1207008696', u'PTRADD_-1207007713'), ('const-417', u'STORE_-1207008327'), (u'CALL_-1207008698', u'INDIRECT_-1207007865'), (u'INT_ADD_-1207007589', u'CAST_-1207007535'), ('const-8', u'PTRSUB_-1207007641'), ('const-417', u'STORE_-1207008250'), (u'CALL_-1207008161', u'INDIRECT_-1207007653'), (u'PTRSUB_-1207007587', u'PTRSUB_-1207007572'), (u'PTRSUB_-1207007558', u'PTRSUB_-1207007534'), ('const-0', u'RETURN_-1207008282'), ('const-1147337', u'COPY_-1207008814'), (u'PTRSUB_-1207007515', u'LOAD_-1207008263'), (u'PTRSUB_-1207007586', u'STORE_-1207008564'), ('tmp_1183', u'PTRSUB_-1207007659'), ('const-0', u'PTRSUB_-1207007468'), (u'INDIRECT_-1207007653', u'MULTIEQUAL_-1207007770'), ('tmp_1183', u'PTRSUB_-1207007635'), ('const-4', u'INT_ADD_-1207007589'), (u'PTRSUB_-1207007564', u'LOAD_-1207008361'), (u'INT_MULT_-1207008465', u'INT_SUB_-1207008245'), (u'CAST_-1207007641', u'CALL_-1207008698'), ('const-0', u'PTRSUB_-1207007609'), (u'PTRSUB_-1207007598', u'PTRSUB_-1207007586'), ('const-1', u'INT_SUB_-1207008245'), ('const-0', u'PTRSUB_-1207007534'), (u'INT_SUB_-1207008537', u'INT_SRIGHT_-1207008503'), (u'PTRSUB_-1207007572', u'PTRSUB_-1207007561'), ('const-417', u'STORE_-1207008260'), (u'PTRSUB_-1207007654', u'PTRSUB_-1207007641'), (u'PTRSUB_-1207007574', u'PTRSUB_-1207007559'), (u'INDIRECT_-1207007850', u'MULTIEQUAL_-1207007770'), (u'PTRSUB_-1207007746', u'CAST_-1207007641'), (u'PTRSUB_-1207007515', u'STORE_-1207008260'), (u'CALL_-1207008698', u'INDIRECT_-1207007907'), (u'INDIRECT_-1207007879', u'STORE_-1207008609'), (u'LOAD_-1207008696', u'PTRSUB_-1207007708'), (u'PTRSUB_-1207007641', u'LOAD_-1207008678'), ('const-8', u'PTRSUB_-1207007692'), (u'INT_AND_-1207008444', u'INT_EQUAL_-1207008458'), (u'CALL_-1207008698', u'INDIRECT_-1207007893'), ('const-0', u'PTRSUB_-1207007579'), (u'PTRSUB_-1207007708', u'STORE_-1207008635'), (u'PTRSUB_-1207007553', u'PTRSUB_-1207007547'), ('const-0', u'PTRSUB_-1207007548'), (u'CAST_-1207007583', u'STORE_-1207008583'), ('tmp_820', u'CBRANCH_-1207008342'), ('const-0', u'PTRSUB_-1207007659'), ('const-0', u'PTRSUB_-1207007564'), (u'PTRADD_-1207007713', u'STORE_-1207008564'), (u'MULTIEQUAL_-1207007813', u'PTRSUB_-1207007578'), ('const-417', u'STORE_-1207008622'), ('const-4', u'PTRSUB_-1207007586'), (u'PTRSUB_-1207007506', u'PTRSUB_-1207007484'), ('const-417', u'LOAD_-1207008678'), (u'CAST_-1207007536', u'INT_ADD_-1207007589'), ('const-96', u'PTRSUB_-1207007513'), ('const-0', u'INT_EQUAL_-1207008343'), ('const-24', u'PTRADD_-1207007713'), ('tmp_1183', u'PTRSUB_-1207007627'), ('const-2703808', u'COPY_-1207007575'), ('const-0', u'PTRSUB_-1207007662'), (u'PTRSUB_-1207007664', u'PTRSUB_-1207007636'), (u'INDIRECT_-1207007850', u'STORE_-1207008583'), ('const-0', u'PTRSUB_-1207007614'), (u'MULTIEQUAL_-1207007813', u'INT_NOTEQUAL_-1207008362'), ('const-0', u'PTRSUB_-1207007608'), (u'PTRSUB_-1207007635', u'PTRSUB_-1207007608'), (u'CALL_-1207008161', u'INDIRECT_-1207007639'), ('const-0', u'PTRSUB_-1207007735'), (u'CAST_-1207007540', u'STORE_-1207008451'), ('const-3', u'INT_SRIGHT_-1207008503'), (u'CAST_-1207007444', u'CALL_-1207008161'), (u'PTRSUB_-1207007700', u'PTRSUB_-1207007678'), (u'LOAD_-1207008159', u'MULTIEQUAL_-1207008152'), ('tmp_963', u'BRANCH_-1207008245'), ('const-0', u'PTRSUB_-1207007587'), ('tmp_275', u'CBRANCH_-1207008661'), (u'CALL_-1207008698', u'INDIRECT_-1207007850'), (u'PTRSUB_-1207007636', u'PTRSUB_-1207007614'), ('tmp_1188', u'CALL_-1207008698'), ('const-417', u'STORE_-1207008596'), ('const-417', u'LOAD_-1207008556'), ('const-52', u'PTRSUB_-1207007484'), (u'PTRSUB_-1207007548', u'PTRSUB_-1207007543'), (u'PTRSUB_-1207007595', u'PTRSUB_-1207007574'), ('const-16', u'INT_OR_-1207008412'), ('const-0', u'PTRSUB_-1207007678'), ('tmp_624', u'CBRANCH_-1207008454'), (u'PTRSUB_-1207007559', u'PTRSUB_-1207007548'), ('tmp_1183', u'PTRSUB_-1207007735'), (u'PTRSUB_-1207007676', u'CAST_-1207007583'), (u'PTRSUB_-1207007692', u'STORE_-1207008609'), (u'MULTIEQUAL_-1207008152', u'CAST_-1207007569'), (u'LOAD_-1207008696', u'PTRSUB_-1207007668'), ('const-0', u'PTRSUB_-1207007627'), (u'PTRSUB_-1207007627', u'PTRSUB_-1207007600'), (u'INDIRECT_-1207007865', u'STORE_-1207008596'), ('const-0', u'PTRSUB_-1207007506'), (u'PTRSUB_-1207007554', u'LOAD_-1207008470'), (u'PTRSUB_-1207007578', u'PTRSUB_-1207007553'), ('const-1', u'INT_ADD_-1207008245'), (u'CALL_-1207008161', u'INDIRECT_-1207007625'), ('const-417', u'STORE_-1207008609'), ('const-417', u'LOAD_-1207008159'), ('const-0', u'PTRSUB_-1207007631'), ('const-0', u'STORE_-1207008445'), (u'INT_ADD_-1207008245', u'STORE_-1207008260'), ('const-0', u'PTRSUB_-1207007561'), (u'CALL_-1207008698', u'INDIRECT_-1207007836'), (u'PTRSUB_-1207007561', u'PTRSUB_-1207007554'), (u'PTRSUB_-1207007735', u'PTRSUB_-1207007700'), (u'LOAD_-1207008696', u'PTRSUB_-1207007700'), (u'PTRSUB_-1207007547', u'CAST_-1207007540'), ('const-561', u'CALL_-1207008150'), (u'CALL_-1207008150', u'INDIRECT_-1207007588'), ('tmp_1014', u'BRANCH_-1207008245'), (u'LOAD_-1207008470', u'INT_AND_-1207008444'), ('const-0', u'PTRSUB_-1207007574'), ('const-0', u'PTRSUB_-1207007598'), ('const-52', u'PTRSUB_-1207007494'), ('const-4', u'PTRSUB_-1207007648'), (u'PTRSUB_-1207007614', u'PTRSUB_-1207007598'), ('const-52', u'PTRSUB_-1207007630'), (u'LOAD_-1207008439', u'INT_OR_-1207008412'), ('const-417', u'LOAD_-1207008439'), (u'INT_AND_-1207007680', u'INT_NOTEQUAL_-1207008407'), ('const-417', u'STORE_-1207008445'), ('tmp_1183', u'PTRSUB_-1207007664'), ('const-16', u'PTRSUB_-1207007676'), (u'LOAD_-1207008263', u'INT_ADD_-1207008245'), (u'PTRSUB_-1207007534', u'PTRSUB_-1207007515'), (u'INDIRECT_-1207007907', u'STORE_-1207008635'), ('const-0', u'PTRSUB_-1207007572'), (u'PTRSUB_-1207007579', u'PTRSUB_-1207007564'), ('const-0', u'PTRSUB_-1207007553'), (u'PTRSUB_-1207007631', u'PTRSUB_-1207007609'), ('const-0', u'PTRSUB_-1207007708'), (u'INDIRECT_-1207007893', u'STORE_-1207008622'), ('tmp_1183', u'PTRSUB_-1207007622'), ('const-417', u'LOAD_-1207008361'), ('const-0', u'PTRSUB_-1207007654'), ('tmp_752', u'CBRANCH_-1207008383'), ('tmp_1186', u'PTRSUB_-1207007617'), (u'INT_EQUAL_-1207008343', u'CBRANCH_-1207008342'), (u'INDIRECT_-1207007625', u'MULTIEQUAL_-1207007742'), (u'PTRADD_-1207007713', u'MULTIEQUAL_-1207008152'), ('const-1', u'PTRADD_-1207007713'), ('const-417', u'STORE_-1207008436'), (u'MULTIEQUAL_-1207007813', u'PTRSUB_-1207007590'), (u'LOAD_-1207008361', u'INT_ADD_-1207008323'), ('const-417', u'LOAD_-1207008470'), (u'PTRSUB_-1207007484', u'PTRSUB_-1207007468'), (u'LOAD_-1207008361', u'INT_EQUAL_-1207008343'), ('const-0', u'PTRSUB_-1207007670'), (u'PTRSUB_-1207007678', u'PTRSUB_-1207007662'), (u'PTRSUB_-1207007553', u'STORE_-1207008327'), ('const-417', u'STORE_-1207008635'), (u'LOAD_-1207008556', u'CAST_-1207007568'), ('const-2863311531', u'INT_MULT_-1207008465'), ('tmp_786', u'CBRANCH_-1207008362'), ('const-4294967292', u'INT_NOTEQUAL_-1207008386'), ('const-0', u'PTRSUB_-1207007590'), (u'LOAD_-1207008696', u'CALL_-1207008161'), (u'PTRSUB_-1207007630', u'PTRSUB_-1207007657'), (u'INT_SRIGHT_-1207008503', u'INT_MULT_-1207008453'), ('tmp_1183', u'PTRSUB_-1207007506'), ('const-0', u'PTRSUB_-1207007657'), (u'PTRSUB_-1207007564', u'PTRSUB_-1207007553'), ('const-12', u'PTRSUB_-1207007547'), ('const-268435456', u'INT_AND_-1207007680'), (u'INT_SUB_-1207008245', u'STORE_-1207008250'), (u'CAST_-1207007569', u'INT_SUB_-1207008537'), ('const-0', u'PTRSUB_-1207007622'), (u'PTRSUB_-1207007746', u'CAST_-1207007444'), ('const-417', u'LOAD_-1207008263'), ('tmp_1183', u'PTRSUB_-1207007517'), (u'PTRSUB_-1207007468', u'PTRSUB_-1207007454'), ('const-0', u'PTRSUB_-1207007578'), ('const-12', u'PTRSUB_-1207007684'), (u'LOAD_-1207008696', u'INT_EQUAL_-1207008663'), ('const-0', u'PTRSUB_-1207007727'), ('const-1', u'INT_ADD_-1207008323'), ('const-417', u'STORE_-1207008451'), (u'PTRSUB_-1207007727', u'PTRSUB_-1207007692'), (u'PTRSUB_-1207007603', u'STORE_-1207008622'), (u'LOAD_-1207008678', u'INT_EQUAL_-1207008663'), ('const-52', u'PTRSUB_-1207007700'), (u'PTRSUB_-1207007659', u'PTRSUB_-1207007630'), (u'INT_OR_-1207008412', u'STORE_-1207008436'), ('const-2653868', u'COPY_-1207007576'), (u'INT_EQUAL_-1207008663', u'CBRANCH_-1207008661'), (u'PTRSUB_-1207007670', u'PTRSUB_-1207007654'), ('const-1', u'CALL_-1207008698'), (u'PTRSUB_-1207007609', u'LOAD_-1207008556'), ('tmp_1184', u'CALL_-1207008698'), (u'INT_SRIGHT_-1207008503', u'INT_MULT_-1207008465'), ('tmp_1164', u'BRANCH_-1207008140'), ('const-0', u'INT_NOTEQUAL_-1207008362'), ('const-52', u'PTRSUB_-1207007636'), ('tmp_1183', u'PTRSUB_-1207007558')]
[(u'INT_ADD_-1207008323', u'STORE_-1207008327'), (u'INDIRECT_-1207007914', u'MULTIEQUAL_-1207007834'), (u'PTRADD_-1207007711', u'STORE_-1207008596'), (u'CALL_-1207008161', u'INDIRECT_-1207007660'), (u'MULTIEQUAL_-1207007791', u'INT_AND_-1207007701'), ('const-4', u'PTRADD_-1207007711'), (u'MULTIEQUAL_-1207007834', u'INT_ADD_-1207008313'), ('const-417', u'STORE_-1207008635'), (u'LOAD_-1207008556', u'INT_SUB_-1207008537'), ('const-417', u'LOAD_-1207008361'), (u'CAST_-1207007651', u'STORE_-1207008445'), ('const-56', u'INT_ADD_-1207008550'), (u'INT_EQUAL_-1207008458', u'CBRANCH_-1207008454'), (u'INT_MULT_-1207008465', u'INT_ADD_-1207008246'), ('tmp_3015', u'INT_ADD_-1207008550'), ('const-4294967292', u'INT_NOTEQUAL_-1207008386'), ('const-417', u'LOAD_-1207008439'), ('const-2', u'INT_AND_-1207008444'), (u'CAST_-1207007684', u'INT_SUB_-1207008537'), (u'LOAD_-1207008696', u'PTRADD_-1207007695'), ('const-1', u'RETURN_-1207008145'), (u'LOAD_-1207008696', u'PTRADD_-1207007719'), (u'MULTIEQUAL_-1207008172', u'CAST_-1207007684'), (u'INT_MULT_-1207008453', u'STORE_-1207008451'), ('const-5', u'PTRADD_-1207007695'), ('const-417', u'STORE_-1207008596'), ('tmp_3015', u'INT_ADD_-1207008251'), (u'CALL_-1207008698', u'INDIRECT_-1207007900'), ('tmp_3019', u'CALL_-1207008698'), ('const-56', u'INT_ADD_-1207008143'), (u'INT_NOTEQUAL_-1207008386', u'CBRANCH_-1207008383'), (u'INT_ADD_-1207008456', u'CAST_-1207007662'), ('tmp_3018', u'CALL_-1207008698'), ('const-16', u'INT_ADD_-1207008431'), ('tmp_3016', u'INT_ADD_-1207008425'), (u'CAST_-1207007607', u'STORE_-1207008327'), (u'CAST_-1207007571', u'STORE_-1207008250'), (u'INDIRECT_-1207007900', u'STORE_-1207008609'), ('const-0', u'INT_EQUAL_-1207008458'), ('tmp_716', u'CBRANCH_-1207008403'), ('const-0', u'INT_NOTEQUAL_-1207008407'), ('const-28', u'INT_ADD_-1207008456'), ('const-417', u'STORE_-1207008436'), ('const-417', u'LOAD_-1207008678'), (u'MULTIEQUAL_-1207007777', u'INT_NOTEQUAL_-1207008386'), (u'INT_ADD_-1207008143', u'CAST_-1207007554'), (u'PTRADD_-1207007738', u'MULTIEQUAL_-1207008172'), (u'INT_ADD_-1207008544', u'CAST_-1207007685'), (u'PTRSUB_-1207007767', u'CALL_-1207008698'), ('tmp_3021', u'CALL_-1207008698'), (u'INT_NOTEQUAL_-1207008407', u'CBRANCH_-1207008403'), (u'INT_NOTEQUAL_-1207008362', u'CBRANCH_-1207008362'), ('const-100', u'INT_ADD_-1207008313'), (u'CALL_-1207008698', u'INDIRECT_-1207007871'), (u'CAST_-1207007745', u'LOAD_-1207008678'), ('const-561', u'CALL_-1207008150'), ('const-52', u'INT_ADD_-1207008544'), (u'INT_ADD_-1207008680', u'CAST_-1207007752'), (u'CAST_-1207007647', u'LOAD_-1207008439'), ('const-28', u'INT_ADD_-1207008425'), (u'CAST_-1207007592', u'LOAD_-1207008263'), (u'INDIRECT_-1207007674', u'MULTIEQUAL_-1207007791'), ('const-2863311531', u'INT_MULT_-1207008465'), ('const-4294967244', u'PTRSUB_-1207007767'), ('tmp_3017', u'CALL_-1207008698'), (u'INDIRECT_-1207007717', u'MULTIEQUAL_-1207007834'), ('const-0', u'RETURN_-1207008282'), ('const-1147337', u'COPY_-1207008814'), (u'MULTIEQUAL_-1207007834', u'INT_ADD_-1207008345'), (u'MULTIEQUAL_-1207007834', u'INT_NOTEQUAL_-1207008362'), (u'PTRADD_-1207007703', u'STORE_-1207008583'), (u'INT_SUB_-1207008537', u'INT_SRIGHT_-1207008503'), (u'INT_AND_-1207007701', u'INT_NOTEQUAL_-1207008407'), ('tmp_1493', u'PTRSUB_-1207007767'), ('const-268435456', u'INT_AND_-1207007701'), (u'INT_ADD_-1207008246', u'STORE_-1207008250'), ('const-417', u'STORE_-1207008327'), (u'CALL_-1207008161', u'INDIRECT_-1207007646'), (u'INT_AND_-1207008444', u'INT_EQUAL_-1207008458'), (u'CALL_-1207008698', u'INDIRECT_-1207007857'), (u'PTRADD_-1207007695', u'STORE_-1207008570'), ('tmp_820', u'CBRANCH_-1207008342'), ('const-60', u'INT_ADD_-1207008662'), (u'LOAD_-1207008159', u'MULTIEQUAL_-1207008172'), (u'CAST_-1207007554', u'LOAD_-1207008159'), ('const-2703808', u'COPY_-1207007596'), ('const-417', u'STORE_-1207008609'), (u'INDIRECT_-1207007914', u'STORE_-1207008622'), ('tmp_3015', u'INT_ADD_-1207008456'), ('tmp_3015', u'INT_ADD_-1207008662'), ('const-0', u'INT_EQUAL_-1207008343'), ('const-4294967295', u'INT_ADD_-1207008246'), (u'CAST_-1207007655', u'STORE_-1207008451'), (u'INDIRECT_-1207007928', u'STORE_-1207008635'), (u'INT_ADD_-1207008236', u'CAST_-1207007571'), (u'INDIRECT_-1207007843', u'MULTIEQUAL_-1207007763'), (u'PTRSUB_-1207007767', u'CALL_-1207008161'), (u'CAST_-1207007752', u'LOAD_-1207008696'), ('const-4', u'PTRADD_-1207007703'), ('const-4', u'PTRADD_-1207007703'), ('tmp_3015', u'INT_ADD_-1207008437'), ('tmp_3015', u'INT_ADD_-1207008680'), ('tmp_3015', u'INT_ADD_-1207008544'), (u'CAST_-1207007619', u'LOAD_-1207008361'), ('const-417', u'STORE_-1207008260'), (u'INT_ADD_-1207008251', u'CAST_-1207007592'), (u'INDIRECT_-1207007646', u'MULTIEQUAL_-1207007763'), ('const-4', u'PTRADD_-1207007719'), ('const-417', u'STORE_-1207008583'), ('const-417', u'STORE_-1207008564'), ('const-417', u'LOAD_-1207008159'), ('tmp_963', u'BRANCH_-1207008245'), (u'LOAD_-1207008696', u'PTRADD_-1207007738'), ('tmp_275', u'CBRANCH_-1207008661'), ('const-417', u'STORE_-1207008570'), ('tmp_3020', u'CALL_-1207008698'), (u'CALL_-1207008161', u'INDIRECT_-1207007674'), ('const-4', u'PTRADD_-1207007727'), (u'CAST_-1207007689', u'STORE_-1207008564'), ('const-417', u'LOAD_-1207008263'), ('const-16', u'INT_OR_-1207008412'), ('const-12', u'INT_ADD_-1207008437'), ('tmp_3015', u'INT_ADD_-1207008160'), ('tmp_624', u'CBRANCH_-1207008454'), ('const-417', u'LOAD_-1207008556'), ('const-1431655768', u'INT_MULT_-1207008453'), (u'INT_ADD_-1207008550', u'CAST_-1207007689'), ('const-1', u'INT_ADD_-1207008245'), (u'MULTIEQUAL_-1207007834', u'INT_ADD_-1207008236'), (u'INT_ADD_-1207008245', u'STORE_-1207008260'), (u'CAST_-1207007662', u'LOAD_-1207008470'), (u'PTRADD_-1207007719', u'STORE_-1207008609'), ('const-96', u'INT_ADD_-1207008236'), (u'PTRADD_-1207007727', u'STORE_-1207008622'), ('const-4', u'PTRADD_-1207007695'), ('tmp_3015', u'INT_ADD_-1207008143'), (u'LOAD_-1207008696', u'PTRADD_-1207007711'), ('tmp_1014', u'BRANCH_-1207008245'), (u'LOAD_-1207008470', u'INT_AND_-1207008444'), (u'INDIRECT_-1207007871', u'MULTIEQUAL_-1207007791'), (u'CAST_-1207007592', u'STORE_-1207008260'), (u'INDIRECT_-1207007660', u'MULTIEQUAL_-1207007777'), ('const-417', u'STORE_-1207008250'), (u'LOAD_-1207008439', u'INT_OR_-1207008412'), ('const-6', u'PTRADD_-1207007738'), (u'LOAD_-1207008263', u'INT_ADD_-1207008245'), (u'CALL_-1207008698', u'INDIRECT_-1207007928'), (u'CAST_-1207007647', u'STORE_-1207008436'), ('const-417', u'STORE_-1207008622'), ('const-417', u'LOAD_-1207008470'), ('const-0', u'STORE_-1207008445'), (u'COPY_-1207007597', u'CALL_-1207008150'), ('const-100', u'INT_ADD_-1207008345'), ('const-4', u'PTRADD_-1207007738'), ('const-3', u'INT_SRIGHT_-1207008503'), ('const-44', u'INT_ADD_-1207008251'), ('tmp_752', u'CBRANCH_-1207008383'), (u'PTRADD_-1207007738', u'STORE_-1207008564'), (u'LOAD_-1207008696', u'PTRADD_-1207007703'), (u'INT_EQUAL_-1207008343', u'CBRANCH_-1207008342'), ('const-2653868', u'COPY_-1207007597'), (u'INT_ADD_-1207008437', u'CAST_-1207007655'), (u'CALL_-1207008161', u'INDIRECT_-1207007717'), (u'INT_ADD_-1207008431', u'CAST_-1207007651'), (u'INT_ADD_-1207008662', u'CAST_-1207007745'), (u'INT_ADD_-1207008425', u'CAST_-1207007647'), (u'LOAD_-1207008361', u'INT_ADD_-1207008323'), (u'CALL_-1207008698', u'INDIRECT_-1207007914'), (u'LOAD_-1207008361', u'INT_EQUAL_-1207008343'), (u'INDIRECT_-1207007871', u'STORE_-1207008583'), ('const-3', u'PTRADD_-1207007711'), ('const-56', u'INT_ADD_-1207008680'), (u'LOAD_-1207008696', u'PTRADD_-1207007727'), ('tmp_786', u'CBRANCH_-1207008362'), (u'INT_ADD_-1207008313', u'CAST_-1207007607'), ('const-2', u'PTRADD_-1207007719'), ('const-417', u'STORE_-1207008445'), (u'LOAD_-1207008696', u'CALL_-1207008161'), ('tmp_3015', u'INT_ADD_-1207008431'), (u'INT_SRIGHT_-1207008503', u'INT_MULT_-1207008453'), ('const-52', u'INT_ADD_-1207008160'), (u'INDIRECT_-1207007857', u'MULTIEQUAL_-1207007777'), (u'INDIRECT_-1207007857', u'STORE_-1207008570'), ('const-1', u'CALL_-1207008698'), (u'COPY_-1207007596', u'CALL_-1207008150'), (u'INT_ADD_-1207008160', u'CALL_-1207008161'), (u'LOAD_-1207008696', u'INT_EQUAL_-1207008663'), (u'CAST_-1207007685', u'LOAD_-1207008556'), ('const-417', u'LOAD_-1207008696'), (u'CALL_-1207008698', u'INDIRECT_-1207007886'), ('const-1', u'INT_ADD_-1207008323'), (u'INT_ADD_-1207008345', u'CAST_-1207007619'), (u'LOAD_-1207008678', u'INT_EQUAL_-1207008663'), (u'LOAD_-1207008696', u'STORE_-1207008635'), (u'INT_OR_-1207008412', u'STORE_-1207008436'), (u'CALL_-1207008150', u'INDIRECT_-1207007609'), ('const-1', u'PTRADD_-1207007727'), (u'INT_EQUAL_-1207008663', u'CBRANCH_-1207008661'), (u'INT_MULT_-1207008453', u'CALL_-1207008150'), (u'CALL_-1207008698', u'INDIRECT_-1207007843'), (u'INT_SRIGHT_-1207008503', u'INT_MULT_-1207008465'), ('tmp_1164', u'BRANCH_-1207008140'), ('const-0', u'INT_NOTEQUAL_-1207008362'), ('const-417', u'STORE_-1207008451'), (u'INDIRECT_-1207007886', u'STORE_-1207008596')]
null
null
001181c0
x86
O2
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_001181c0(int param_1,undefined4 param_2,undefined4 param_3,int param_4,undefined4 param_5,\n undefined4 param_6,undefined4 param_7)\n\n{\n int iVar1;\n undefined4 *puVar2;\n undefined4 *puVar3;\n int iVar4;\n undefined4 local_34;\n int local_30;\n undefined4 local_2c;\n undefined4 local_28;\n uint local_24;\n int local_20;\n undefined4 uStack_14;\n \n uStack_14 = 0x1181c9;\n FUN_000feea0(&local_34,param_2,param_3,param_5,param_6,param_7,1);\n puVar2 = *(undefined4 **)(param_1 + 0x38);\n if (puVar2 == *(undefined4 **)(param_1 + 0x3c)) {\n FUN_00116e70(param_1 + 0x34,puVar2,&local_34);\n puVar3 = *(undefined4 **)(param_1 + 0x38);\n }\n else {\n puVar3 = puVar2 + 6;\n *puVar2 = local_34;\n puVar2[1] = local_30;\n puVar2[2] = local_2c;\n puVar2[3] = local_28;\n puVar2[4] = local_24;\n puVar2[5] = local_20;\n *(undefined4 **)(param_1 + 0x38) = puVar3;\n }\n iVar4 = (int)puVar3 - *(int *)(param_1 + 0x34) >> 3;\n iVar1 = iVar4 * 0x55555558;\n if ((*(byte *)(param_1 + 0x1c) & 2) == 0) {\n *(int *)(param_1 + 0xc) = iVar1;\n *(undefined4 *)(param_1 + 0x10) = 0;\n *(byte *)(param_4 + 0x1c) = *(byte *)(param_4 + 0x1c) | 0x10;\n if ((local_24 & 0x10000000) != 0) {\n *(int *)(param_1 + 0x2c) = *(int *)(param_1 + 0x2c) + 1;\n }\n if ((local_20 != -4) && (local_30 != 0)) {\n if (*(int *)(local_30 + 100) == 0) {\n *(int *)(local_30 + 0x60) = iVar4 * -0x55555555 + -1;\n }\n *(int *)(local_30 + 100) = *(int *)(local_30 + 100) + 1;\n }\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_00069d00("../../gold/output.h",0x231,"set_current_data_size_for_child",iVar1);\n}\n\n" comment (function_definition "void FUN_001181c0(int param_1,undefined4 param_2,undefined4 param_3,int param_4,undefined4 param_5,\n undefined4 param_6,undefined4 param_7)\n\n{\n int iVar1;\n undefined4 *puVar2;\n undefined4 *puVar3;\n int iVar4;\n undefined4 local_34;\n int local_30;\n undefined4 local_2c;\n undefined4 local_28;\n uint local_24;\n int local_20;\n undefined4 uStack_14;\n \n uStack_14 = 0x1181c9;\n FUN_000feea0(&local_34,param_2,param_3,param_5,param_6,param_7,1);\n puVar2 = *(undefined4 **)(param_1 + 0x38);\n if (puVar2 == *(undefined4 **)(param_1 + 0x3c)) {\n FUN_00116e70(param_1 + 0x34,puVar2,&local_34);\n puVar3 = *(undefined4 **)(param_1 + 0x38);\n }\n else {\n puVar3 = puVar2 + 6;\n *puVar2 = local_34;\n puVar2[1] = local_30;\n puVar2[2] = local_2c;\n puVar2[3] = local_28;\n puVar2[4] = local_24;\n puVar2[5] = local_20;\n *(undefined4 **)(param_1 + 0x38) = puVar3;\n }\n iVar4 = (int)puVar3 - *(int *)(param_1 + 0x34) >> 3;\n iVar1 = iVar4 * 0x55555558;\n if ((*(byte *)(param_1 + 0x1c) & 2) == 0) {\n *(int *)(param_1 + 0xc) = iVar1;\n *(undefined4 *)(param_1 + 0x10) = 0;\n *(byte *)(param_4 + 0x1c) = *(byte *)(param_4 + 0x1c) | 0x10;\n if ((local_24 & 0x10000000) != 0) {\n *(int *)(param_1 + 0x2c) = *(int *)(param_1 + 0x2c) + 1;\n }\n if ((local_20 != -4) && (local_30 != 0)) {\n if (*(int *)(local_30 + 100) == 0) {\n *(int *)(local_30 + 0x60) = iVar4 * -0x55555555 + -1;\n }\n *(int *)(local_30 + 100) = *(int *)(local_30 + 100) + 1;\n }\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_00069d00("../../gold/output.h",0x231,"set_current_data_size_for_child",iVar1);\n}" primitive_type (function_declarator "FUN_001181c0(int param_1,undefined4 param_2,undefined4 param_3,int param_4,undefined4 param_5,\n undefined4 param_6,undefined4 param_7)" identifier (parameter_list "(int param_1,undefined4 param_2,undefined4 param_3,int param_4,undefined4 param_5,\n undefined4 param_6,undefined4 param_7)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "undefined4 param_3" type_identifier identifier) , (parameter_declaration "int param_4" primitive_type identifier) , (parameter_declaration "undefined4 param_5" type_identifier identifier) , (parameter_declaration "undefined4 param_6" type_identifier identifier) , (parameter_declaration "undefined4 param_7" type_identifier identifier) ))) (compound_statement "{\n int iVar1;\n undefined4 *puVar2;\n undefined4 *puVar3;\n int iVar4;\n undefined4 local_34;\n int local_30;\n undefined4 local_2c;\n undefined4 local_28;\n uint local_24;\n int local_20;\n undefined4 uStack_14;\n \n uStack_14 = 0x1181c9;\n FUN_000feea0(&local_34,param_2,param_3,param_5,param_6,param_7,1);\n puVar2 = *(undefined4 **)(param_1 + 0x38);\n if (puVar2 == *(undefined4 **)(param_1 + 0x3c)) {\n FUN_00116e70(param_1 + 0x34,puVar2,&local_34);\n puVar3 = *(undefined4 **)(param_1 + 0x38);\n }\n else {\n puVar3 = puVar2 + 6;\n *puVar2 = local_34;\n puVar2[1] = local_30;\n puVar2[2] = local_2c;\n puVar2[3] = local_28;\n puVar2[4] = local_24;\n puVar2[5] = local_20;\n *(undefined4 **)(param_1 + 0x38) = puVar3;\n }\n iVar4 = (int)puVar3 - *(int *)(param_1 + 0x34) >> 3;\n iVar1 = iVar4 * 0x55555558;\n if ((*(byte *)(param_1 + 0x1c) & 2) == 0) {\n *(int *)(param_1 + 0xc) = iVar1;\n *(undefined4 *)(param_1 + 0x10) = 0;\n *(byte *)(param_4 + 0x1c) = *(byte *)(param_4 + 0x1c) | 0x10;\n if ((local_24 & 0x10000000) != 0) {\n *(int *)(param_1 + 0x2c) = *(int *)(param_1 + 0x2c) + 1;\n }\n if ((local_20 != -4) && (local_30 != 0)) {\n if (*(int *)(local_30 + 100) == 0) {\n *(int *)(local_30 + 0x60) = iVar4 * -0x55555555 + -1;\n }\n *(int *)(local_30 + 100) = *(int *)(local_30 + 100) + 1;\n }\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_00069d00("../../gold/output.h",0x231,"set_current_data_size_for_child",iVar1);\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "undefined4 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "undefined4 *puVar3;" type_identifier (pointer_declarator "*puVar3" * identifier) ;) (declaration "int iVar4;" primitive_type identifier ;) (declaration "undefined4 local_34;" type_identifier identifier ;) (declaration "int local_30;" primitive_type identifier ;) (declaration "undefined4 local_2c;" type_identifier identifier ;) (declaration "undefined4 local_28;" type_identifier identifier ;) (declaration "uint local_24;" type_identifier identifier ;) (declaration "int local_20;" primitive_type identifier ;) (declaration "undefined4 uStack_14;" type_identifier identifier ;) (expression_statement "uStack_14 = 0x1181c9;" (assignment_expression "uStack_14 = 0x1181c9" identifier = number_literal) ;) (expression_statement "FUN_000feea0(&local_34,param_2,param_3,param_5,param_6,param_7,1);" (call_expression "FUN_000feea0(&local_34,param_2,param_3,param_5,param_6,param_7,1)" identifier (argument_list "(&local_34,param_2,param_3,param_5,param_6,param_7,1)" ( (pointer_expression "&local_34" & identifier) , identifier , identifier , identifier , identifier , identifier , number_literal ))) ;) (expression_statement "puVar2 = *(undefined4 **)(param_1 + 0x38);" (assignment_expression "puVar2 = *(undefined4 **)(param_1 + 0x38)" identifier = (pointer_expression "*(undefined4 **)(param_1 + 0x38)" * (cast_expression "(undefined4 **)(param_1 + 0x38)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x38)" ( (binary_expression "param_1 + 0x38" identifier + number_literal) ))))) ;) (if_statement "if (puVar2 == *(undefined4 **)(param_1 + 0x3c)) {\n FUN_00116e70(param_1 + 0x34,puVar2,&local_34);\n puVar3 = *(undefined4 **)(param_1 + 0x38);\n }\n else {\n puVar3 = puVar2 + 6;\n *puVar2 = local_34;\n puVar2[1] = local_30;\n puVar2[2] = local_2c;\n puVar2[3] = local_28;\n puVar2[4] = local_24;\n puVar2[5] = local_20;\n *(undefined4 **)(param_1 + 0x38) = puVar3;\n }" if (parenthesized_expression "(puVar2 == *(undefined4 **)(param_1 + 0x3c))" ( (binary_expression "puVar2 == *(undefined4 **)(param_1 + 0x3c)" identifier == (pointer_expression "*(undefined4 **)(param_1 + 0x3c)" * (cast_expression "(undefined4 **)(param_1 + 0x3c)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x3c)" ( (binary_expression "param_1 + 0x3c" identifier + number_literal) ))))) )) (compound_statement "{\n FUN_00116e70(param_1 + 0x34,puVar2,&local_34);\n puVar3 = *(undefined4 **)(param_1 + 0x38);\n }" { (expression_statement "FUN_00116e70(param_1 + 0x34,puVar2,&local_34);" (call_expression "FUN_00116e70(param_1 + 0x34,puVar2,&local_34)" identifier (argument_list "(param_1 + 0x34,puVar2,&local_34)" ( (binary_expression "param_1 + 0x34" identifier + number_literal) , identifier , (pointer_expression "&local_34" & identifier) ))) ;) (expression_statement "puVar3 = *(undefined4 **)(param_1 + 0x38);" (assignment_expression "puVar3 = *(undefined4 **)(param_1 + 0x38)" identifier = (pointer_expression "*(undefined4 **)(param_1 + 0x38)" * (cast_expression "(undefined4 **)(param_1 + 0x38)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x38)" ( (binary_expression "param_1 + 0x38" identifier + number_literal) ))))) ;) }) (else_clause "else {\n puVar3 = puVar2 + 6;\n *puVar2 = local_34;\n puVar2[1] = local_30;\n puVar2[2] = local_2c;\n puVar2[3] = local_28;\n puVar2[4] = local_24;\n puVar2[5] = local_20;\n *(undefined4 **)(param_1 + 0x38) = puVar3;\n }" else (compound_statement "{\n puVar3 = puVar2 + 6;\n *puVar2 = local_34;\n puVar2[1] = local_30;\n puVar2[2] = local_2c;\n puVar2[3] = local_28;\n puVar2[4] = local_24;\n puVar2[5] = local_20;\n *(undefined4 **)(param_1 + 0x38) = puVar3;\n }" { (expression_statement "puVar3 = puVar2 + 6;" (assignment_expression "puVar3 = puVar2 + 6" identifier = (binary_expression "puVar2 + 6" identifier + number_literal)) ;) (expression_statement "*puVar2 = local_34;" (assignment_expression "*puVar2 = local_34" (pointer_expression "*puVar2" * identifier) = identifier) ;) (expression_statement "puVar2[1] = local_30;" (assignment_expression "puVar2[1] = local_30" (subscript_expression "puVar2[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar2[2] = local_2c;" (assignment_expression "puVar2[2] = local_2c" (subscript_expression "puVar2[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar2[3] = local_28;" (assignment_expression "puVar2[3] = local_28" (subscript_expression "puVar2[3]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar2[4] = local_24;" (assignment_expression "puVar2[4] = local_24" (subscript_expression "puVar2[4]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar2[5] = local_20;" (assignment_expression "puVar2[5] = local_20" (subscript_expression "puVar2[5]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*(undefined4 **)(param_1 + 0x38) = puVar3;" (assignment_expression "*(undefined4 **)(param_1 + 0x38) = puVar3" (pointer_expression "*(undefined4 **)(param_1 + 0x38)" * (cast_expression "(undefined4 **)(param_1 + 0x38)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x38)" ( (binary_expression "param_1 + 0x38" identifier + number_literal) )))) = identifier) ;) }))) (expression_statement "iVar4 = (int)puVar3 - *(int *)(param_1 + 0x34) >> 3;" (assignment_expression "iVar4 = (int)puVar3 - *(int *)(param_1 + 0x34) >> 3" identifier = (binary_expression "(int)puVar3 - *(int *)(param_1 + 0x34) >> 3" (binary_expression "(int)puVar3 - *(int *)(param_1 + 0x34)" (cast_expression "(int)puVar3" ( (type_descriptor "int" primitive_type) ) identifier) - (pointer_expression "*(int *)(param_1 + 0x34)" * (cast_expression "(int *)(param_1 + 0x34)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x34)" ( (binary_expression "param_1 + 0x34" identifier + number_literal) ))))) >> number_literal)) ;) (expression_statement "iVar1 = iVar4 * 0x55555558;" (assignment_expression "iVar1 = iVar4 * 0x55555558" identifier = (binary_expression "iVar4 * 0x55555558" identifier * number_literal)) ;) (if_statement "if ((*(byte *)(param_1 + 0x1c) & 2) == 0) {\n *(int *)(param_1 + 0xc) = iVar1;\n *(undefined4 *)(param_1 + 0x10) = 0;\n *(byte *)(param_4 + 0x1c) = *(byte *)(param_4 + 0x1c) | 0x10;\n if ((local_24 & 0x10000000) != 0) {\n *(int *)(param_1 + 0x2c) = *(int *)(param_1 + 0x2c) + 1;\n }\n if ((local_20 != -4) && (local_30 != 0)) {\n if (*(int *)(local_30 + 100) == 0) {\n *(int *)(local_30 + 0x60) = iVar4 * -0x55555555 + -1;\n }\n *(int *)(local_30 + 100) = *(int *)(local_30 + 100) + 1;\n }\n return;\n }" if (parenthesized_expression "((*(byte *)(param_1 + 0x1c) & 2) == 0)" ( (binary_expression "(*(byte *)(param_1 + 0x1c) & 2) == 0" (parenthesized_expression "(*(byte *)(param_1 + 0x1c) & 2)" ( (binary_expression "*(byte *)(param_1 + 0x1c) & 2" (pointer_expression "*(byte *)(param_1 + 0x1c)" * (cast_expression "(byte *)(param_1 + 0x1c)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x1c)" ( (binary_expression "param_1 + 0x1c" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\n *(int *)(param_1 + 0xc) = iVar1;\n *(undefined4 *)(param_1 + 0x10) = 0;\n *(byte *)(param_4 + 0x1c) = *(byte *)(param_4 + 0x1c) | 0x10;\n if ((local_24 & 0x10000000) != 0) {\n *(int *)(param_1 + 0x2c) = *(int *)(param_1 + 0x2c) + 1;\n }\n if ((local_20 != -4) && (local_30 != 0)) {\n if (*(int *)(local_30 + 100) == 0) {\n *(int *)(local_30 + 0x60) = iVar4 * -0x55555555 + -1;\n }\n *(int *)(local_30 + 100) = *(int *)(local_30 + 100) + 1;\n }\n return;\n }" { (expression_statement "*(int *)(param_1 + 0xc) = iVar1;" (assignment_expression "*(int *)(param_1 + 0xc) = iVar1" (pointer_expression "*(int *)(param_1 + 0xc)" * (cast_expression "(int *)(param_1 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xc)" ( (binary_expression "param_1 + 0xc" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(undefined4 *)(param_1 + 0x10) = 0;" (assignment_expression "*(undefined4 *)(param_1 + 0x10) = 0" (pointer_expression "*(undefined4 *)(param_1 + 0x10)" * (cast_expression "(undefined4 *)(param_1 + 0x10)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(byte *)(param_4 + 0x1c) = *(byte *)(param_4 + 0x1c) | 0x10;" (assignment_expression "*(byte *)(param_4 + 0x1c) = *(byte *)(param_4 + 0x1c) | 0x10" (pointer_expression "*(byte *)(param_4 + 0x1c)" * (cast_expression "(byte *)(param_4 + 0x1c)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_4 + 0x1c)" ( (binary_expression "param_4 + 0x1c" identifier + number_literal) )))) = (binary_expression "*(byte *)(param_4 + 0x1c) | 0x10" (pointer_expression "*(byte *)(param_4 + 0x1c)" * (cast_expression "(byte *)(param_4 + 0x1c)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_4 + 0x1c)" ( (binary_expression "param_4 + 0x1c" identifier + number_literal) )))) | number_literal)) ;) (if_statement "if ((local_24 & 0x10000000) != 0) {\n *(int *)(param_1 + 0x2c) = *(int *)(param_1 + 0x2c) + 1;\n }" if (parenthesized_expression "((local_24 & 0x10000000) != 0)" ( (binary_expression "(local_24 & 0x10000000) != 0" (parenthesized_expression "(local_24 & 0x10000000)" ( (binary_expression "local_24 & 0x10000000" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n *(int *)(param_1 + 0x2c) = *(int *)(param_1 + 0x2c) + 1;\n }" { (expression_statement "*(int *)(param_1 + 0x2c) = *(int *)(param_1 + 0x2c) + 1;" (assignment_expression "*(int *)(param_1 + 0x2c) = *(int *)(param_1 + 0x2c) + 1" (pointer_expression "*(int *)(param_1 + 0x2c)" * (cast_expression "(int *)(param_1 + 0x2c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x2c)" ( (binary_expression "param_1 + 0x2c" identifier + number_literal) )))) = (binary_expression "*(int *)(param_1 + 0x2c) + 1" (pointer_expression "*(int *)(param_1 + 0x2c)" * (cast_expression "(int *)(param_1 + 0x2c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x2c)" ( (binary_expression "param_1 + 0x2c" identifier + number_literal) )))) + number_literal)) ;) })) (if_statement "if ((local_20 != -4) && (local_30 != 0)) {\n if (*(int *)(local_30 + 100) == 0) {\n *(int *)(local_30 + 0x60) = iVar4 * -0x55555555 + -1;\n }\n *(int *)(local_30 + 100) = *(int *)(local_30 + 100) + 1;\n }" if (parenthesized_expression "((local_20 != -4) && (local_30 != 0))" ( (binary_expression "(local_20 != -4) && (local_30 != 0)" (parenthesized_expression "(local_20 != -4)" ( (binary_expression "local_20 != -4" identifier != number_literal) )) && (parenthesized_expression "(local_30 != 0)" ( (binary_expression "local_30 != 0" identifier != number_literal) ))) )) (compound_statement "{\n if (*(int *)(local_30 + 100) == 0) {\n *(int *)(local_30 + 0x60) = iVar4 * -0x55555555 + -1;\n }\n *(int *)(local_30 + 100) = *(int *)(local_30 + 100) + 1;\n }" { (if_statement "if (*(int *)(local_30 + 100) == 0) {\n *(int *)(local_30 + 0x60) = iVar4 * -0x55555555 + -1;\n }" if (parenthesized_expression "(*(int *)(local_30 + 100) == 0)" ( (binary_expression "*(int *)(local_30 + 100) == 0" (pointer_expression "*(int *)(local_30 + 100)" * (cast_expression "(int *)(local_30 + 100)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_30 + 100)" ( (binary_expression "local_30 + 100" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n *(int *)(local_30 + 0x60) = iVar4 * -0x55555555 + -1;\n }" { (expression_statement "*(int *)(local_30 + 0x60) = iVar4 * -0x55555555 + -1;" (assignment_expression "*(int *)(local_30 + 0x60) = iVar4 * -0x55555555 + -1" (pointer_expression "*(int *)(local_30 + 0x60)" * (cast_expression "(int *)(local_30 + 0x60)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_30 + 0x60)" ( (binary_expression "local_30 + 0x60" identifier + number_literal) )))) = (binary_expression "iVar4 * -0x55555555 + -1" (binary_expression "iVar4 * -0x55555555" identifier * number_literal) + number_literal)) ;) })) (expression_statement "*(int *)(local_30 + 100) = *(int *)(local_30 + 100) + 1;" (assignment_expression "*(int *)(local_30 + 100) = *(int *)(local_30 + 100) + 1" (pointer_expression "*(int *)(local_30 + 100)" * (cast_expression "(int *)(local_30 + 100)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_30 + 100)" ( (binary_expression "local_30 + 100" identifier + number_literal) )))) = (binary_expression "*(int *)(local_30 + 100) + 1" (pointer_expression "*(int *)(local_30 + 100)" * (cast_expression "(int *)(local_30 + 100)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_30 + 100)" ( (binary_expression "local_30 + 100" identifier + number_literal) )))) + number_literal)) ;) })) (return_statement "return;" return ;) })) comment (expression_statement "FUN_00069d00("../../gold/output.h",0x231,"set_current_data_size_for_child",iVar1);" (call_expression "FUN_00069d00("../../gold/output.h",0x231,"set_current_data_size_for_child",iVar1)" identifier (argument_list "("../../gold/output.h",0x231,"set_current_data_size_for_child",iVar1)" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""set_current_data_size_for_child"" " string_content ") , identifier ))) ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Type propagation algorithm not settling */\n/* DWARF original prototype: void add_output_section_relative(Output_data_reloc<9,_true,_32,_false>\n * this, Output_section * os, uint type, Output_data * od, Sized_relobj<32,_false> * relobj, uint\n shndx, Address address) */\n\nvoid __thiscall\ngold::Output_data_reloc<9,_true,_32,_false>::add_output_section_relative\n (Output_data_reloc<9,_true,_32,_false> *this,Output_section *os,uint type,Output_data *od,\n Sized_relobj<32,_false> *relobj,uint shndx,Address address)\n\n{\n size_t *psVar1;\n iterator __position;\n uint uVar2;\n Output_reloc<9,_true,_32,_false> *pOVar3;\n int iVar4;\n anon_union_4_4_c82d8563_for_u1_ local_34;\n Sized_relobj<32,_false> *local_30;\n Address local_2c;\n uint local_28;\n uint local_24;\n uint local_20;\n undefined4 uStack_14;\n \n uStack_14 = 0x1181c9;\n Output_reloc<9,_true,_32,_false>::Output_reloc\n ((Output_reloc<9,_true,_32,_false> *)&local_34,os,type,relobj,shndx,address,true);\n __position._M_current =\n (this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_false>,_std::allocator<gold::Output_reloc<9,_true,_32,_false>_>_>\n ._M_impl._M_finish;\n if (__position._M_current ==\n (this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_false>,_std::allocator<gold::Output_reloc<9,_true,_32,_false>_>_>\n ._M_impl._M_end_of_storage) {\n std::\n vector<gold::Output_reloc<9,_true,_32,_false>,_std::allocator<gold::Output_reloc<9,_true,_32,_false>_>_>\n ::_M_realloc_insert<const_gold::Output_reloc<9,_true,_32,_false>&>\n (&(this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_,__position,\n (Output_reloc<9,_true,_32,_false> *)&local_34);\n pOVar3 = (this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_false>,_std::allocator<gold::Output_reloc<9,_true,_32,_false>_>_>\n ._M_impl._M_finish;\n }\n else {\n pOVar3 = __position._M_current + 1;\n (__position._M_current)->u1_ = local_34;\n ((__position._M_current)->u2_).relobj = local_30;\n (__position._M_current)->address_ = local_2c;\n (__position._M_current)->local_sym_index_ = local_28;\n *(uint *)&(__position._M_current)->field_0x10 = local_24;\n (__position._M_current)->shndx_ = local_20;\n (this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_false>,_std::allocator<gold::Output_reloc<9,_true,_32,_false>_>_>\n ._M_impl._M_finish = pOVar3;\n }\n iVar4 = (int)pOVar3 -\n (int)(this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_false>,_std::allocator<gold::Output_reloc<9,_true,_32,_false>_>_>\n ._M_impl._M_start >> 3;\n if (((this->super_Output_data_reloc_base<9,_true,_32,_false>).super_Output_data_reloc_generic.\n super_Output_section_data_build.super_Output_section_data.super_Output_data.field_0x1c & 2)\n == 0) {\n *(int *)&(this->super_Output_data_reloc_base<9,_true,_32,_false>).\n super_Output_data_reloc_generic.super_Output_section_data_build.\n super_Output_section_data.super_Output_data.data_size_ = iVar4 * 0x55555558;\n *(undefined4 *)\n ((int)&(this->super_Output_data_reloc_base<9,_true,_32,_false>).super_Output_data_reloc_generic\n .super_Output_section_data_build.super_Output_section_data.super_Output_data.data_size_\n + 4) = 0;\n od->field_0x1c = od->field_0x1c | 0x10;\n if ((local_24 & 0x10000000) != 0) {\n psVar1 = &(this->super_Output_data_reloc_base<9,_true,_32,_false>).\n super_Output_data_reloc_generic.relative_reloc_count_;\n *psVar1 = *psVar1 + 1;\n }\n if ((local_20 != 0xfffffffc) && (local_30 != (Sized_relobj<32,_false> *)0x0)) {\n uVar2 = (local_30->super_Relobj).dyn_reloc_count_;\n if (uVar2 == 0) {\n (local_30->super_Relobj).first_dyn_reloc_ = iVar4 * -0x55555555 - 1;\n }\n (local_30->super_Relobj).dyn_reloc_count_ = uVar2 + 1;\n }\n return;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x231,"set_current_data_size_for_child");\n}\n\n" comment comment comment (declaration "void __thiscall\ngold::Output_data_reloc<9,_true,_32,_false>::add_output_section_relative\n (Output_data_reloc<9,_true,_32,_false> *this,Output_section *os,uint type,Output_data *od,\n Sized_relobj<32,_false> *relobj,uint shndx,Address address)\n\n{\n size_t *psVar1;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<9" < number_literal) , identifier , identifier , (ERROR "_false>::add_output_section_relative\n (Output_data_reloc<9,_true,_32,_false> *this,Output_section *os,uint type,Output_data *od,\n Sized_relobj<32,_false> *relobj,uint shndx,Address address)\n\n{\n size_t" identifier > : : (function_declarator "add_output_section_relative\n (Output_data_reloc<9,_true,_32,_false> *this,Output_section *os,uint type,Output_data *od,\n Sized_relobj<32,_false> *relobj,uint shndx,Address address)" identifier (parameter_list "(Output_data_reloc<9,_true,_32,_false> *this,Output_section *os,uint type,Output_data *od,\n Sized_relobj<32,_false> *relobj,uint shndx,Address address)" ( (parameter_declaration "Output_data_reloc" type_identifier) (ERROR "<9" < number_literal) , (parameter_declaration "_true" type_identifier) , (parameter_declaration "_32" type_identifier) , (parameter_declaration "_false> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "Output_section *os" type_identifier (pointer_declarator "*os" * identifier)) , (parameter_declaration "uint type" type_identifier identifier) , (parameter_declaration "Output_data *od" type_identifier (pointer_declarator "*od" * identifier)) , (parameter_declaration "Sized_relobj" type_identifier) (ERROR "<32" < number_literal) , (parameter_declaration "_false> *relobj" type_identifier (ERROR ">" >) (pointer_declarator "*relobj" * identifier)) , (parameter_declaration "uint shndx" type_identifier identifier) , (parameter_declaration "Address address" type_identifier identifier) ))) { primitive_type) (pointer_declarator "*psVar1" * identifier) ;) (declaration "iterator __position;" type_identifier identifier ;) (declaration "uint uVar2;" type_identifier identifier ;) (expression_statement "Output_reloc<9,_true,_32,_false> *pOVar3;" (update_expression "Output_reloc<9,_true,_32,_false> *pOVar3" (binary_expression "Output_reloc<9,_true,_32,_false> *pOVar3" (binary_expression "Output_reloc<9" identifier < number_literal) (ERROR ",_true,_32,_false" , identifier , identifier , identifier) > (pointer_expression "*pOVar3" * identifier)) --) ;) (declaration "int iVar4;" primitive_type identifier ;) (declaration "anon_union_4_4_c82d8563_for_u1_ local_34;" type_identifier identifier ;) (expression_statement "Sized_relobj<32,_false> *local_30;" (update_expression "Sized_relobj<32,_false> *local_30" (binary_expression "Sized_relobj<32,_false> *local_30" (binary_expression "Sized_relobj<32" identifier < number_literal) (ERROR ",_false" , identifier) > (pointer_expression "*local_30" * identifier)) --) ;) (declaration "Address local_2c;" type_identifier identifier ;) (declaration "uint local_28;" type_identifier identifier ;) (declaration "uint local_24;" type_identifier identifier ;) (declaration "uint local_20;" type_identifier identifier ;) (declaration "undefined4 uStack_14;" type_identifier identifier ;) (expression_statement "uStack_14 = 0x1181c9;" (assignment_expression "uStack_14 = 0x1181c9" identifier = number_literal) ;) (ERROR "Output_reloc<9,_true,_32,_false>::Output_reloc\n ((Output_reloc<9,_true,_32,_false> *)&local_34,os,type,relobj,shndx,address,true);\n __position._M_current =\n (this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_false>,_std::allocator<gold::Output_reloc<9,_true,_32,_false>_>_>\n ._M_impl._M_finish;\n if (__position._M_current ==\n (this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_false>,_std::allocator<gold::Output_reloc<9,_true,_32,_false>_>_>\n ._M_impl._M_end_of_storage) {\n std::\n vector<gold::Output_reloc<9,_true,_32,_false>,_std::allocator<gold::Output_reloc<9,_true,_32,_false>_>_>\n ::_M_realloc_insert<const_gold::Output_reloc<9,_true,_32,_false>&>\n (&(this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_,__position,\n (Output_reloc<9,_true,_32,_false> *)&local_34);\n pOVar3 = (this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_false>,_std::allocator<gold::Output_reloc<9,_true,_32,_false>_>_>\n ._M_impl._M_finish;\n }\n else {\n pOVar3 = __position._M_current + 1;\n (__position._M_current)->u1_ = local_34;\n ((__position._M_current)->u2_).relobj = local_30;\n (__position._M_current)->address_ = local_2c;\n (__position._M_current)->local_sym_index_ = local_28;\n *(uint *)&(__position._M_current)->field_0x10 = local_24;\n (__position._M_current)->shndx_ = local_20;\n (this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_false>,_std::allocator<gold::Output_reloc<9,_true,_32,_false>_>_>\n ._M_impl._M_finish = pOVar3;\n }\n iVar4 = (int)pOVar3 -\n (int)(this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_false>,_std::allocator<gold::Output_reloc<9,_true,_32,_false>_>_>\n ._M_impl._M_start >> 3;\n if (((this->super_Output_data_reloc_base<9,_true,_32,_false>).super_Output_data_reloc_generic.\n super_Output_section_data_build.super_Output_section_data.super_Output_data.field_0x1c & 2)\n == 0) {\n *(int *)&(this->super_Output_data_reloc_base<9,_true,_32,_false>).\n super_Output_data_reloc_generic.super_Output_section_data_build.\n super_Output_section_data.super_Output_data.data_size_ = iVar4 * 0x55555558;\n *(undefined4 *)\n ((int)&(this->super_Output_data_reloc_base<9,_true,_32,_false>).super_Output_data_reloc_generic\n .super_Output_section_data_build.super_Output_section_data.super_Output_data.data_size_\n + 4) = 0;\n od->field_0x1c = od->field_0x1c | 0x10;\n if ((local_24 & 0x10000000) != 0) {\n psVar1 = &(this->super_Output_data_reloc_base<9,_true,_32,_false>).\n super_Output_data_reloc_generic.relative_reloc_count_;\n *psVar1 = *psVar1 + 1;\n }\n if ((local_20 != 0xfffffffc) && (local_30 != (Sized_relobj<32,_false> *)0x0)) {\n uVar2 = (local_30->super_Relobj).dyn_reloc_count_;\n if (uVar2 == 0) {\n (local_30->super_Relobj).first_dyn_reloc_ = iVar4 * -0x55555555 - 1;\n }\n (local_30->super_Relobj).dyn_reloc_count_ = uVar2 + 1;\n }\n return;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x231,"set_current_data_size_for_child");\n}" (binary_expression "Output_reloc<9" identifier < number_literal) (ERROR ",_true,_32,_false" , identifier , identifier , identifier) > (ERROR "::" : :) identifier ( (binary_expression "(Output_reloc<9,_true,_32,_false> *)&local_34,os,type,relobj,shndx,address,true);\n __position._M_current =\n (this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<9" (assignment_expression "(Output_reloc<9,_true,_32,_false> *)&local_34,os,type,relobj,shndx,address,true);\n __position._M_current =\n (this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base<gold" (field_expression "(Output_reloc<9,_true,_32,_false> *)&local_34,os,type,relobj,shndx,address,true);\n __position._M_current" (parenthesized_expression "(Output_reloc<9,_true,_32,_false> *)&local_34,os,type,relobj,shndx,address,true)" ( (comma_expression "Output_reloc<9,_true,_32,_false> *)&local_34,os,type,relobj,shndx,address,true" (binary_expression "Output_reloc<9" identifier < number_literal) , (comma_expression "_true,_32,_false> *)&local_34,os,type,relobj,shndx,address,true" identifier , (comma_expression "_32,_false> *)&local_34,os,type,relobj,shndx,address,true" identifier , (comma_expression "_false> *)&local_34,os,type,relobj,shndx,address,true" (binary_expression "_false> *)&local_34" identifier > (pointer_expression "*)&local_34" * (ERROR ")" )) (pointer_expression "&local_34" & identifier))) , (comma_expression "os,type,relobj,shndx,address,true" identifier , (comma_expression "type,relobj,shndx,address,true" identifier , (comma_expression "relobj,shndx,address,true" identifier , (comma_expression "shndx,address,true" identifier , (comma_expression "address,true" identifier , true))))))))) )) (ERROR ";\n __position" ; identifier) . field_identifier) = (binary_expression "(this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base<gold" (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base" (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_" (parenthesized_expression "(this->super_Output_data_reloc_base<9,_true,_32,_false>)" ( (comma_expression "this->super_Output_data_reloc_base<9,_true,_32,_false" (binary_expression "this->super_Output_data_reloc_base<9" (field_expression "this->super_Output_data_reloc_base" identifier -> field_identifier) < number_literal) , (comma_expression "_true,_32,_false" identifier , (comma_expression "_32,_false" identifier , identifier))) (ERROR ">" >) )) . field_identifier) . field_identifier) < identifier)) (ERROR "::Output_reloc" : : identifier) < number_literal) , identifier , identifier , identifier (ERROR ">" >) , (ERROR "_std::allocator<gold::" identifier : : (binary_expression "allocator<gold" identifier < identifier) : :) (binary_expression "Output_reloc<9" identifier < number_literal) , identifier , identifier , (binary_expression "_false>_>_>\n ._M_impl._M_finish;\n if (__position._M_current ==\n (this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_false>,_std::allocator<gold::Output_reloc<9,_true,_32,_false>_>_>\n ._M_impl._M_end_of_storage) {\n std::\n vector<gold::Output_reloc<9" (binary_expression "_false>_>_>\n ._M_impl._M_finish;\n if (__position._M_current ==\n (this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_false>,_std::allocator<gold::Output_reloc<9,_true,_32,_false>_>_>\n ._M_impl._M_end_of_storage) {\n std::\n vector<gold" (call_expression "_false>_>_>\n ._M_impl._M_finish;\n if (__position._M_current ==\n (this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_false>,_std::allocator<gold::Output_reloc<9,_true,_32,_false>_>_>\n ._M_impl._M_end_of_storage)" (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) (ERROR ";\n if" ; if) (argument_list "(__position._M_current ==\n (this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_false>,_std::allocator<gold::Output_reloc<9,_true,_32,_false>_>_>\n ._M_impl._M_end_of_storage)" ( (binary_expression "__position._M_current ==\n (this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<9" (binary_expression "__position._M_current ==\n (this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base<gold" (field_expression "__position._M_current" identifier . field_identifier) == (binary_expression "(this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base<gold" (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base" (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_" (parenthesized_expression "(this->super_Output_data_reloc_base<9,_true,_32,_false>)" ( (comma_expression "this->super_Output_data_reloc_base<9,_true,_32,_false" (binary_expression "this->super_Output_data_reloc_base<9" (field_expression "this->super_Output_data_reloc_base" identifier -> field_identifier) < number_literal) , (comma_expression "_true,_32,_false" identifier , (comma_expression "_32,_false" identifier , identifier))) (ERROR ">" >) )) . field_identifier) . field_identifier) < identifier)) (ERROR "::Output_reloc" : : identifier) < number_literal) , identifier , identifier , identifier (ERROR ">" >) , (ERROR "_std::allocator<gold::" identifier : : (binary_expression "allocator<gold" identifier < identifier) : :) (binary_expression "Output_reloc<9" identifier < number_literal) , identifier , identifier , (field_expression "_false>_>_>\n ._M_impl._M_end_of_storage" (field_expression "_false>_>_>\n ._M_impl" (binary_expression "_false>_>_" (binary_expression "_false>_" identifier > identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) ))) (ERROR "{\n std::\n vector" { identifier : : identifier) < identifier) (ERROR "::Output_reloc" : : identifier) < number_literal) , identifier , identifier , identifier (ERROR ">" >) , (ERROR "_std::allocator<gold::" identifier : : (binary_expression "allocator<gold" identifier < identifier) : :) (binary_expression "Output_reloc<9" identifier < number_literal) , identifier , identifier , (binary_expression "_false>_>_>\n ::_M_realloc_insert<const_gold::Output_reloc<9" (binary_expression "_false>_>_>\n ::_M_realloc_insert<const_gold" (binary_expression "_false>_>_>\n ::_M_realloc_insert" (binary_expression "_false>_>_" (binary_expression "_false>_" identifier > identifier) > identifier) > (ERROR "::" : :) identifier) < identifier) (ERROR "::Output_reloc" : : identifier) < number_literal) , identifier , identifier , identifier > & (ERROR ">" >) ( (ERROR "&(this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_,__position,\n (Output_reloc<9,_true,_32,_false> *)&local_34);\n pOVar3 = (this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_false>,_std::allocator<gold::Output_reloc<9,_true,_32,_false>_>_>\n ._M_impl._M_finish;\n }\n else {\n pOVar3 = __position._M_current + 1;\n (__position._M_current)->u1_ = local_34;\n ((__position._M_current)->u2_).relobj = local_30;\n (__position._M_current)->address_ = local_2c;\n (__position._M_current)->local_sym_index_ = local_28;\n *(uint *)&(__position._M_current)->field_0x10 = local_24;\n (__position._M_current)->shndx_ = local_20;\n (this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_false>,_std::allocator<gold::Output_reloc<9,_true,_32,_false>_>_>\n ._M_impl._M_finish = pOVar3;\n }\n iVar4 = (int)pOVar3 -\n (int)(this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_false>,_std::allocator<gold::Output_reloc<9,_true,_32,_false>_>_>\n ._M_impl._M_start >> 3;\n if (((this->super_Output_data_reloc_base<9,_true,_32,_false>).super_Output_data_reloc_generic.\n super_Output_section_data_build.super_Output_section_data.super_Output_data.field_0x1c & 2)\n == 0) {\n *(int *)&(this->super_Output_data_reloc_base<9,_true,_32,_false>).\n super_Output_data_reloc_generic.super_Output_section_data_build.\n super_Output_section_data.super_Output_data.data_size_ = iVar4 * 0x55555558;\n *(undefined4 *)\n ((int)&(this->super_Output_data_reloc_base<9,_true,_32,_false>).super_Output_data_reloc_generic\n .super_Output_section_data_build.super_Output_section_data.super_Output_data.data_size_\n + 4) = 0;\n od->field_0x1c = od->field_0x1c | 0x10;\n if ((local_24 & 0x10000000) != 0) {\n psVar1 = &(this->super_Output_data_reloc_base<9,_true,_32,_false>).\n super_Output_data_reloc_generic.relative_reloc_count_;\n *psVar1 = *psVar1 + 1;\n }\n if ((local_20 != 0xfffffffc) && (local_30 != (Sized_relobj<32,_false> *)0x0)) {\n uVar2 = (local_30->super_Relobj).dyn_reloc_count_;\n if (uVar2 == 0) {\n (local_30->super_Relobj).first_dyn_reloc_ = iVar4 * -0x55555555 - 1;\n }\n (local_30->super_Relobj).dyn_reloc_count_ = uVar2 + 1;\n }\n return;\n }" (comma_expression "&(this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_,__position,\n (Output_reloc<9,_true,_32,_false> *)&local_34)" (pointer_expression "&(this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_" & (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_" (parenthesized_expression "(this->super_Output_data_reloc_base<9,_true,_32,_false>)" ( (comma_expression "this->super_Output_data_reloc_base<9,_true,_32,_false" (binary_expression "this->super_Output_data_reloc_base<9" (field_expression "this->super_Output_data_reloc_base" identifier -> field_identifier) < number_literal) , (comma_expression "_true,_32,_false" identifier , (comma_expression "_32,_false" identifier , identifier))) (ERROR ">" >) )) . field_identifier)) , (comma_expression "__position,\n (Output_reloc<9,_true,_32,_false> *)&local_34)" identifier , (parenthesized_expression "(Output_reloc<9,_true,_32,_false> *)&local_34)" ( (comma_expression "Output_reloc<9,_true,_32,_false> *)&local_34" (binary_expression "Output_reloc<9" identifier < number_literal) , (comma_expression "_true,_32,_false> *)&local_34" identifier , (comma_expression "_32,_false> *)&local_34" identifier , (binary_expression "_false> *)&local_34" identifier > (pointer_expression "*)&local_34" * (ERROR ")" )) (pointer_expression "&local_34" & identifier)))))) )))) ; (assignment_expression "pOVar3 = (this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base<gold" identifier = (binary_expression "(this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base<gold" (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base" (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_" (parenthesized_expression "(this->super_Output_data_reloc_base<9,_true,_32,_false>)" ( (comma_expression "this->super_Output_data_reloc_base<9,_true,_32,_false" (binary_expression "this->super_Output_data_reloc_base<9" (field_expression "this->super_Output_data_reloc_base" identifier -> field_identifier) < number_literal) , (comma_expression "_true,_32,_false" identifier , (comma_expression "_32,_false" identifier , identifier))) (ERROR ">" >) )) . field_identifier) . field_identifier) < identifier)) : : (comma_expression "Output_reloc<9,_true,_32,_false>,_std" (binary_expression "Output_reloc<9" identifier < number_literal) , (comma_expression "_true,_32,_false>,_std" identifier , (comma_expression "_32,_false>,_std" identifier , (binary_expression "_false>,_std" identifier > (ERROR "," ,) identifier)))) : : (binary_expression "allocator<gold" identifier < identifier) : : (comma_expression "Output_reloc<9,_true,_32,_false>_>_>\n ._M_impl._M_finish" (binary_expression "Output_reloc<9" identifier < number_literal) , (comma_expression "_true,_32,_false>_>_>\n ._M_impl._M_finish" identifier , (comma_expression "_32,_false>_>_>\n ._M_impl._M_finish" identifier , (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)))) ; } else (compound_statement "{\n pOVar3 = __position._M_current + 1;\n (__position._M_current)->u1_ = local_34;\n ((__position._M_current)->u2_).relobj = local_30;\n (__position._M_current)->address_ = local_2c;\n (__position._M_current)->local_sym_index_ = local_28;\n *(uint *)&(__position._M_current)->field_0x10 = local_24;\n (__position._M_current)->shndx_ = local_20;\n (this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_false>,_std::allocator<gold::Output_reloc<9,_true,_32,_false>_>_>\n ._M_impl._M_finish = pOVar3;\n }" { (expression_statement "pOVar3 = __position._M_current + 1;" (assignment_expression "pOVar3 = __position._M_current + 1" identifier = (binary_expression "__position._M_current + 1" (field_expression "__position._M_current" identifier . field_identifier) + number_literal)) ;) (expression_statement "(__position._M_current)->u1_ = local_34;" (assignment_expression "(__position._M_current)->u1_ = local_34" (field_expression "(__position._M_current)->u1_" (parenthesized_expression "(__position._M_current)" ( (field_expression "__position._M_current" identifier . field_identifier) )) -> field_identifier) = identifier) ;) (expression_statement "((__position._M_current)->u2_).relobj = local_30;" (assignment_expression "((__position._M_current)->u2_).relobj = local_30" (field_expression "((__position._M_current)->u2_).relobj" (parenthesized_expression "((__position._M_current)->u2_)" ( (field_expression "(__position._M_current)->u2_" (parenthesized_expression "(__position._M_current)" ( (field_expression "__position._M_current" identifier . field_identifier) )) -> field_identifier) )) . field_identifier) = identifier) ;) (expression_statement "(__position._M_current)->address_ = local_2c;" (assignment_expression "(__position._M_current)->address_ = local_2c" (field_expression "(__position._M_current)->address_" (parenthesized_expression "(__position._M_current)" ( (field_expression "__position._M_current" identifier . field_identifier) )) -> field_identifier) = identifier) ;) (expression_statement "(__position._M_current)->local_sym_index_ = local_28;" (assignment_expression "(__position._M_current)->local_sym_index_ = local_28" (field_expression "(__position._M_current)->local_sym_index_" (parenthesized_expression "(__position._M_current)" ( (field_expression "__position._M_current" identifier . field_identifier) )) -> field_identifier) = identifier) ;) (expression_statement "*(uint *)&(__position._M_current)->field_0x10 = local_24;" (assignment_expression "*(uint *)&(__position._M_current)->field_0x10 = local_24" (pointer_expression "*(uint *)&(__position._M_current)->field_0x10" * (cast_expression "(uint *)&(__position._M_current)->field_0x10" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&(__position._M_current)->field_0x10" & (field_expression "(__position._M_current)->field_0x10" (parenthesized_expression "(__position._M_current)" ( (field_expression "__position._M_current" identifier . field_identifier) )) -> field_identifier)))) = identifier) ;) (expression_statement "(__position._M_current)->shndx_ = local_20;" (assignment_expression "(__position._M_current)->shndx_ = local_20" (field_expression "(__position._M_current)->shndx_" (parenthesized_expression "(__position._M_current)" ( (field_expression "__position._M_current" identifier . field_identifier) )) -> field_identifier) = identifier) ;) (ERROR "(this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_false>,_std::allocator<gold::" (comma_expression "(this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_false>,_std" (binary_expression "(this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<9" (binary_expression "(this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base<gold" (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base" (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_" (parenthesized_expression "(this->super_Output_data_reloc_base<9,_true,_32,_false>)" ( (comma_expression "this->super_Output_data_reloc_base<9,_true,_32,_false" (binary_expression "this->super_Output_data_reloc_base<9" (field_expression "this->super_Output_data_reloc_base" identifier -> field_identifier) < number_literal) , (comma_expression "_true,_32,_false" identifier , (comma_expression "_32,_false" identifier , identifier))) (ERROR ">" >) )) . field_identifier) . field_identifier) < identifier) (ERROR "::Output_reloc" : : identifier) < number_literal) , (comma_expression "_true,_32,_false>,_std" identifier , (comma_expression "_32,_false>,_std" identifier , (binary_expression "_false>,_std" identifier > (ERROR "," ,) identifier)))) : : (binary_expression "allocator<gold" identifier < identifier) : :) (expression_statement "Output_reloc<9,_true,_32,_false>_>_>\n ._M_impl._M_finish = pOVar3;" (comma_expression "Output_reloc<9,_true,_32,_false>_>_>\n ._M_impl._M_finish = pOVar3" (binary_expression "Output_reloc<9" identifier < number_literal) , (comma_expression "_true,_32,_false>_>_>\n ._M_impl._M_finish = pOVar3" identifier , (comma_expression "_32,_false>_>_>\n ._M_impl._M_finish = pOVar3" identifier , (assignment_expression "_false>_>_>\n ._M_impl._M_finish = pOVar3" (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)))) ;) }) (assignment_expression "iVar4 = (int)pOVar3 -\n (int)(this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base<gold" identifier = (binary_expression "(int)pOVar3 -\n (int)(this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base<gold" (binary_expression "(int)pOVar3 -\n (int)(this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base" (cast_expression "(int)pOVar3" ( (type_descriptor "int" primitive_type) ) identifier) - (cast_expression "(int)(this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base" ( (type_descriptor "int" primitive_type) ) (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_.\n super__Vector_base" (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_" (parenthesized_expression "(this->super_Output_data_reloc_base<9,_true,_32,_false>)" ( (comma_expression "this->super_Output_data_reloc_base<9,_true,_32,_false" (binary_expression "this->super_Output_data_reloc_base<9" (field_expression "this->super_Output_data_reloc_base" identifier -> field_identifier) < number_literal) , (comma_expression "_true,_32,_false" identifier , (comma_expression "_32,_false" identifier , identifier))) (ERROR ">" >) )) . field_identifier) . field_identifier))) < identifier)) : : (comma_expression "Output_reloc<9,_true,_32,_false>,_std" (binary_expression "Output_reloc<9" identifier < number_literal) , (comma_expression "_true,_32,_false>,_std" identifier , (comma_expression "_32,_false>,_std" identifier , (binary_expression "_false>,_std" identifier > (ERROR "," ,) identifier)))) : : (binary_expression "allocator<gold" identifier < identifier) : : (comma_expression "Output_reloc<9,_true,_32,_false>_>_>\n ._M_impl._M_start >> 3" (binary_expression "Output_reloc<9" identifier < number_literal) , (comma_expression "_true,_32,_false>_>_>\n ._M_impl._M_start >> 3" identifier , (comma_expression "_32,_false>_>_>\n ._M_impl._M_start >> 3" identifier , (binary_expression "_false>_>_>\n ._M_impl._M_start >> 3" (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) >> number_literal)))) ; if (parenthesized_expression "(((this->super_Output_data_reloc_base<9,_true,_32,_false>).super_Output_data_reloc_generic.\n super_Output_section_data_build.super_Output_section_data.super_Output_data.field_0x1c & 2)\n == 0)" ( (binary_expression "((this->super_Output_data_reloc_base<9,_true,_32,_false>).super_Output_data_reloc_generic.\n super_Output_section_data_build.super_Output_section_data.super_Output_data.field_0x1c & 2)\n == 0" (parenthesized_expression "((this->super_Output_data_reloc_base<9,_true,_32,_false>).super_Output_data_reloc_generic.\n super_Output_section_data_build.super_Output_section_data.super_Output_data.field_0x1c & 2)" ( (binary_expression "(this->super_Output_data_reloc_base<9,_true,_32,_false>).super_Output_data_reloc_generic.\n super_Output_section_data_build.super_Output_section_data.super_Output_data.field_0x1c & 2" (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_false>).super_Output_data_reloc_generic.\n super_Output_section_data_build.super_Output_section_data.super_Output_data.field_0x1c" (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_false>).super_Output_data_reloc_generic.\n super_Output_section_data_build.super_Output_section_data.super_Output_data" (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_false>).super_Output_data_reloc_generic.\n super_Output_section_data_build.super_Output_section_data" (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_false>).super_Output_data_reloc_generic.\n super_Output_section_data_build" (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_false>).super_Output_data_reloc_generic" (parenthesized_expression "(this->super_Output_data_reloc_base<9,_true,_32,_false>)" ( (comma_expression "this->super_Output_data_reloc_base<9,_true,_32,_false" (binary_expression "this->super_Output_data_reloc_base<9" (field_expression "this->super_Output_data_reloc_base" identifier -> field_identifier) < number_literal) , (comma_expression "_true,_32,_false" identifier , (comma_expression "_32,_false" identifier , identifier))) (ERROR ">" >) )) . field_identifier) . field_identifier) . field_identifier) . field_identifier) . field_identifier) & number_literal) )) == number_literal) )) (compound_statement "{\n *(int *)&(this->super_Output_data_reloc_base<9,_true,_32,_false>).\n super_Output_data_reloc_generic.super_Output_section_data_build.\n super_Output_section_data.super_Output_data.data_size_ = iVar4 * 0x55555558;\n *(undefined4 *)\n ((int)&(this->super_Output_data_reloc_base<9,_true,_32,_false>).super_Output_data_reloc_generic\n .super_Output_section_data_build.super_Output_section_data.super_Output_data.data_size_\n + 4) = 0;\n od->field_0x1c = od->field_0x1c | 0x10;\n if ((local_24 & 0x10000000) != 0) {\n psVar1 = &(this->super_Output_data_reloc_base<9,_true,_32,_false>).\n super_Output_data_reloc_generic.relative_reloc_count_;\n *psVar1 = *psVar1 + 1;\n }\n if ((local_20 != 0xfffffffc) && (local_30 != (Sized_relobj<32,_false> *)0x0)) {\n uVar2 = (local_30->super_Relobj).dyn_reloc_count_;\n if (uVar2 == 0) {\n (local_30->super_Relobj).first_dyn_reloc_ = iVar4 * -0x55555555 - 1;\n }\n (local_30->super_Relobj).dyn_reloc_count_ = uVar2 + 1;\n }\n return;\n }" { (expression_statement "*(int *)&(this->super_Output_data_reloc_base<9,_true,_32,_false>).\n super_Output_data_reloc_generic.super_Output_section_data_build.\n super_Output_section_data.super_Output_data.data_size_ = iVar4 * 0x55555558;" (assignment_expression "*(int *)&(this->super_Output_data_reloc_base<9,_true,_32,_false>).\n super_Output_data_reloc_generic.super_Output_section_data_build.\n super_Output_section_data.super_Output_data.data_size_ = iVar4 * 0x55555558" (pointer_expression "*(int *)&(this->super_Output_data_reloc_base<9,_true,_32,_false>).\n super_Output_data_reloc_generic.super_Output_section_data_build.\n super_Output_section_data.super_Output_data.data_size_" * (cast_expression "(int *)&(this->super_Output_data_reloc_base<9,_true,_32,_false>).\n super_Output_data_reloc_generic.super_Output_section_data_build.\n super_Output_section_data.super_Output_data.data_size_" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "&(this->super_Output_data_reloc_base<9,_true,_32,_false>).\n 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_base<9,_true,_32,_false>).\n 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_base<9,_true,_32,_false>).\n 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_base<9,_true,_32,_false>).\n super_Output_data_reloc_generic.super_Output_section_data_build.\n super_Output_section_data" (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_false>).\n super_Output_data_reloc_generic.super_Output_section_data_build" (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_false>).\n super_Output_data_reloc_generic" (parenthesized_expression "(this->super_Output_data_reloc_base<9,_true,_32,_false>)" ( (comma_expression "this->super_Output_data_reloc_base<9,_true,_32,_false" (binary_expression "this->super_Output_data_reloc_base<9" (field_expression "this->super_Output_data_reloc_base" identifier -> field_identifier) < number_literal) , (comma_expression "_true,_32,_false" identifier , (comma_expression "_32,_false" identifier , identifier))) (ERROR ">" >) )) . field_identifier) . field_identifier) . field_identifier) . field_identifier) . field_identifier)))) = (binary_expression "iVar4 * 0x55555558" identifier * number_literal)) ;) (expression_statement "*(undefined4 *)\n ((int)&(this->super_Output_data_reloc_base<9,_true,_32,_false>).super_Output_data_reloc_generic\n .super_Output_section_data_build.super_Output_section_data.super_Output_data.data_size_\n + 4) = 0;" (assignment_expression "*(undefined4 *)\n ((int)&(this->super_Output_data_reloc_base<9,_true,_32,_false>).super_Output_data_reloc_generic\n .super_Output_section_data_build.super_Output_section_data.super_Output_data.data_size_\n + 4) = 0" (pointer_expression "*(undefined4 *)\n ((int)&(this->super_Output_data_reloc_base<9,_true,_32,_false>).super_Output_data_reloc_generic\n .super_Output_section_data_build.super_Output_section_data.super_Output_data.data_size_\n + 4)" * (cast_expression "(undefined4 *)\n ((int)&(this->super_Output_data_reloc_base<9,_true,_32,_false>).super_Output_data_reloc_generic\n .super_Output_section_data_build.super_Output_section_data.super_Output_data.data_size_\n + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&(this->super_Output_data_reloc_base<9,_true,_32,_false>).super_Output_data_reloc_generic\n .super_Output_section_data_build.super_Output_section_data.super_Output_data.data_size_\n + 4)" ( (binary_expression "(int)&(this->super_Output_data_reloc_base<9,_true,_32,_false>).super_Output_data_reloc_generic\n .super_Output_section_data_build.super_Output_section_data.super_Output_data.data_size_\n + 4" (cast_expression "(int)&(this->super_Output_data_reloc_base<9,_true,_32,_false>).super_Output_data_reloc_generic\n .super_Output_section_data_build.super_Output_section_data.super_Output_data.data_size_" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&(this->super_Output_data_reloc_base<9,_true,_32,_false>).super_Output_data_reloc_generic\n .super_Output_section_data_build.super_Output_section_data.super_Output_data.data_size_" & (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_false>).super_Output_data_reloc_generic\n .super_Output_section_data_build.super_Output_section_data.super_Output_data.data_size_" (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_false>).super_Output_data_reloc_generic\n .super_Output_section_data_build.super_Output_section_data.super_Output_data" (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_false>).super_Output_data_reloc_generic\n .super_Output_section_data_build.super_Output_section_data" (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_false>).super_Output_data_reloc_generic\n .super_Output_section_data_build" (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_false>).super_Output_data_reloc_generic" (parenthesized_expression "(this->super_Output_data_reloc_base<9,_true,_32,_false>)" ( (comma_expression "this->super_Output_data_reloc_base<9,_true,_32,_false" (binary_expression "this->super_Output_data_reloc_base<9" (field_expression "this->super_Output_data_reloc_base" identifier -> field_identifier) < number_literal) , (comma_expression "_true,_32,_false" identifier , (comma_expression "_32,_false" identifier , identifier))) (ERROR ">" >) )) . field_identifier) . field_identifier) . field_identifier) . field_identifier) . field_identifier))) + number_literal) )))) = number_literal) ;) (expression_statement "od->field_0x1c = od->field_0x1c | 0x10;" (assignment_expression "od->field_0x1c = od->field_0x1c | 0x10" (field_expression "od->field_0x1c" identifier -> field_identifier) = (binary_expression "od->field_0x1c | 0x10" (field_expression "od->field_0x1c" identifier -> field_identifier) | number_literal)) ;) (if_statement "if ((local_24 & 0x10000000) != 0) {\n psVar1 = &(this->super_Output_data_reloc_base<9,_true,_32,_false>).\n super_Output_data_reloc_generic.relative_reloc_count_;\n *psVar1 = *psVar1 + 1;\n }" if (parenthesized_expression "((local_24 & 0x10000000) != 0)" ( (binary_expression "(local_24 & 0x10000000) != 0" (parenthesized_expression "(local_24 & 0x10000000)" ( (binary_expression "local_24 & 0x10000000" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n psVar1 = &(this->super_Output_data_reloc_base<9,_true,_32,_false>).\n super_Output_data_reloc_generic.relative_reloc_count_;\n *psVar1 = *psVar1 + 1;\n }" { (expression_statement "psVar1 = &(this->super_Output_data_reloc_base<9,_true,_32,_false>).\n super_Output_data_reloc_generic.relative_reloc_count_;" (assignment_expression "psVar1 = &(this->super_Output_data_reloc_base<9,_true,_32,_false>).\n super_Output_data_reloc_generic.relative_reloc_count_" identifier = (pointer_expression "&(this->super_Output_data_reloc_base<9,_true,_32,_false>).\n super_Output_data_reloc_generic.relative_reloc_count_" & (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_false>).\n super_Output_data_reloc_generic.relative_reloc_count_" (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_false>).\n super_Output_data_reloc_generic" (parenthesized_expression "(this->super_Output_data_reloc_base<9,_true,_32,_false>)" ( (comma_expression "this->super_Output_data_reloc_base<9,_true,_32,_false" (binary_expression "this->super_Output_data_reloc_base<9" (field_expression "this->super_Output_data_reloc_base" identifier -> field_identifier) < number_literal) , (comma_expression "_true,_32,_false" identifier , (comma_expression "_32,_false" identifier , identifier))) (ERROR ">" >) )) . field_identifier) . field_identifier))) ;) (expression_statement "*psVar1 = *psVar1 + 1;" (assignment_expression "*psVar1 = *psVar1 + 1" (pointer_expression "*psVar1" * identifier) = (binary_expression "*psVar1 + 1" (pointer_expression "*psVar1" * identifier) + number_literal)) ;) })) (if_statement "if ((local_20 != 0xfffffffc) && (local_30 != (Sized_relobj<32,_false> *)0x0)) {\n uVar2 = (local_30->super_Relobj).dyn_reloc_count_;\n if (uVar2 == 0) {\n (local_30->super_Relobj).first_dyn_reloc_ = iVar4 * -0x55555555 - 1;\n }\n (local_30->super_Relobj).dyn_reloc_count_ = uVar2 + 1;\n }" if (parenthesized_expression "((local_20 != 0xfffffffc) && (local_30 != (Sized_relobj<32,_false> *)0x0))" ( (binary_expression "(local_20 != 0xfffffffc) && (local_30 != (Sized_relobj<32,_false> *)0x0))" (parenthesized_expression "(local_20 != 0xfffffffc)" ( (binary_expression "local_20 != 0xfffffffc" identifier != number_literal) )) && (parenthesized_expression "(local_30 != (Sized_relobj<32,_false> *)0x0))" ( (binary_expression "local_30 != (Sized_relobj<32,_false> *)0x0)" identifier != (parenthesized_expression "(Sized_relobj<32,_false> *)0x0)" ( (comma_expression "Sized_relobj<32,_false> *)0x0" (binary_expression "Sized_relobj<32" identifier < number_literal) , (binary_expression "_false> *)0x0" identifier > (pointer_expression "*)0x0" * (ERROR ")" )) number_literal))) ))) ))) )) (compound_statement "{\n uVar2 = (local_30->super_Relobj).dyn_reloc_count_;\n if (uVar2 == 0) {\n (local_30->super_Relobj).first_dyn_reloc_ = iVar4 * -0x55555555 - 1;\n }\n (local_30->super_Relobj).dyn_reloc_count_ = uVar2 + 1;\n }" { (expression_statement "uVar2 = (local_30->super_Relobj).dyn_reloc_count_;" (assignment_expression "uVar2 = (local_30->super_Relobj).dyn_reloc_count_" identifier = (field_expression "(local_30->super_Relobj).dyn_reloc_count_" (parenthesized_expression "(local_30->super_Relobj)" ( (field_expression "local_30->super_Relobj" identifier -> field_identifier) )) . field_identifier)) ;) (if_statement "if (uVar2 == 0) {\n (local_30->super_Relobj).first_dyn_reloc_ = iVar4 * -0x55555555 - 1;\n }" if (parenthesized_expression "(uVar2 == 0)" ( (binary_expression "uVar2 == 0" identifier == number_literal) )) (compound_statement "{\n (local_30->super_Relobj).first_dyn_reloc_ = iVar4 * -0x55555555 - 1;\n }" { (expression_statement "(local_30->super_Relobj).first_dyn_reloc_ = iVar4 * -0x55555555 - 1;" (assignment_expression "(local_30->super_Relobj).first_dyn_reloc_ = iVar4 * -0x55555555 - 1" (field_expression "(local_30->super_Relobj).first_dyn_reloc_" (parenthesized_expression "(local_30->super_Relobj)" ( (field_expression "local_30->super_Relobj" identifier -> field_identifier) )) . field_identifier) = (binary_expression "iVar4 * -0x55555555 - 1" (binary_expression "iVar4 * -0x55555555" identifier * number_literal) - number_literal)) ;) })) (expression_statement "(local_30->super_Relobj).dyn_reloc_count_ = uVar2 + 1;" (assignment_expression "(local_30->super_Relobj).dyn_reloc_count_ = uVar2 + 1" (field_expression "(local_30->super_Relobj).dyn_reloc_count_" (parenthesized_expression "(local_30->super_Relobj)" ( (field_expression "local_30->super_Relobj" identifier -> field_identifier) )) . field_identifier) = (binary_expression "uVar2 + 1" identifier + number_literal)) ;) })) (return_statement "return;" return ;) })) comment (call_expression "do_gold_unreachable("../../gold/output.h",0x231,"set_current_data_size_for_child")" identifier (argument_list "("../../gold/output.h",0x231,"set_current_data_size_for_child")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""set_current_data_size_for_child"" " string_content ") ))) ; }))
(translation_unit "void FUN_001181c0(int param_1,undefined4 param_2,undefined4 param_3,int param_4,undefined4 param_5,\n undefined4 param_6,undefined4 param_7)\n\n{\n int iVar1;\n undefined4 *puVar2;\n undefined4 *puVar3;\n int iVar4;\n undefined4 local_34;\n int local_30;\n undefined4 local_2c;\n undefined4 local_28;\n uint local_24;\n int local_20;\n undefined4 uStack_14;\n \n uStack_14 = 0x1181c9;\n FUN_000feea0(&local_34,param_2,param_3,param_5,param_6,param_7,1);\n puVar2 = *(undefined4 **)(param_1 + 0x38);\n if (puVar2 == *(undefined4 **)(param_1 + 0x3c)) {\n FUN_00116e70(param_1 + 0x34,puVar2,&local_34);\n puVar3 = *(undefined4 **)(param_1 + 0x38);\n }\n else {\n puVar3 = puVar2 + 6;\n *puVar2 = local_34;\n puVar2[1] = local_30;\n puVar2[2] = local_2c;\n puVar2[3] = local_28;\n puVar2[4] = local_24;\n puVar2[5] = local_20;\n *(undefined4 **)(param_1 + 0x38) = puVar3;\n }\n iVar4 = (int)puVar3 - *(int *)(param_1 + 0x34) >> 3;\n iVar1 = iVar4 * 0x55555558;\n if ((*(byte *)(param_1 + 0x1c) & 2) == 0) {\n *(int *)(param_1 + 0xc) = iVar1;\n *(undefined4 *)(param_1 + 0x10) = 0;\n *(byte *)(param_4 + 0x1c) = *(byte *)(param_4 + 0x1c) | 0x10;\n if ((local_24 & 0x10000000) != 0) {\n *(int *)(param_1 + 0x2c) = *(int *)(param_1 + 0x2c) + 1;\n }\n if ((local_20 != -4) && (local_30 != 0)) {\n if (*(int *)(local_30 + 100) == 0) {\n *(int *)(local_30 + 0x60) = iVar4 * -0x55555555 + -1;\n }\n *(int *)(local_30 + 100) = *(int *)(local_30 + 100) + 1;\n }\n return;\n }\n \n FUN_00069d00("../../gold/output.h",0x231,"set_current_data_size_for_child",iVar1);\n}\n\n" (function_definition "void FUN_001181c0(int param_1,undefined4 param_2,undefined4 param_3,int param_4,undefined4 param_5,\n undefined4 param_6,undefined4 param_7)\n\n{\n int iVar1;\n undefined4 *puVar2;\n undefined4 *puVar3;\n int iVar4;\n undefined4 local_34;\n int local_30;\n undefined4 local_2c;\n undefined4 local_28;\n uint local_24;\n int local_20;\n undefined4 uStack_14;\n \n uStack_14 = 0x1181c9;\n FUN_000feea0(&local_34,param_2,param_3,param_5,param_6,param_7,1);\n puVar2 = *(undefined4 **)(param_1 + 0x38);\n if (puVar2 == *(undefined4 **)(param_1 + 0x3c)) {\n FUN_00116e70(param_1 + 0x34,puVar2,&local_34);\n puVar3 = *(undefined4 **)(param_1 + 0x38);\n }\n else {\n puVar3 = puVar2 + 6;\n *puVar2 = local_34;\n puVar2[1] = local_30;\n puVar2[2] = local_2c;\n puVar2[3] = local_28;\n puVar2[4] = local_24;\n puVar2[5] = local_20;\n *(undefined4 **)(param_1 + 0x38) = puVar3;\n }\n iVar4 = (int)puVar3 - *(int *)(param_1 + 0x34) >> 3;\n iVar1 = iVar4 * 0x55555558;\n if ((*(byte *)(param_1 + 0x1c) & 2) == 0) {\n *(int *)(param_1 + 0xc) = iVar1;\n *(undefined4 *)(param_1 + 0x10) = 0;\n *(byte *)(param_4 + 0x1c) = *(byte *)(param_4 + 0x1c) | 0x10;\n if ((local_24 & 0x10000000) != 0) {\n *(int *)(param_1 + 0x2c) = *(int *)(param_1 + 0x2c) + 1;\n }\n if ((local_20 != -4) && (local_30 != 0)) {\n if (*(int *)(local_30 + 100) == 0) {\n *(int *)(local_30 + 0x60) = iVar4 * -0x55555555 + -1;\n }\n *(int *)(local_30 + 100) = *(int *)(local_30 + 100) + 1;\n }\n return;\n }\n \n FUN_00069d00("../../gold/output.h",0x231,"set_current_data_size_for_child",iVar1);\n}" primitive_type (function_declarator "FUN_001181c0(int param_1,undefined4 param_2,undefined4 param_3,int param_4,undefined4 param_5,\n undefined4 param_6,undefined4 param_7)" identifier (parameter_list "(int param_1,undefined4 param_2,undefined4 param_3,int param_4,undefined4 param_5,\n undefined4 param_6,undefined4 param_7)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "undefined4 param_3" type_identifier identifier) , (parameter_declaration "int param_4" primitive_type identifier) , (parameter_declaration "undefined4 param_5" type_identifier identifier) , (parameter_declaration "undefined4 param_6" type_identifier identifier) , (parameter_declaration "undefined4 param_7" type_identifier identifier) ))) (compound_statement "{\n int iVar1;\n undefined4 *puVar2;\n undefined4 *puVar3;\n int iVar4;\n undefined4 local_34;\n int local_30;\n undefined4 local_2c;\n undefined4 local_28;\n uint local_24;\n int local_20;\n undefined4 uStack_14;\n \n uStack_14 = 0x1181c9;\n FUN_000feea0(&local_34,param_2,param_3,param_5,param_6,param_7,1);\n puVar2 = *(undefined4 **)(param_1 + 0x38);\n if (puVar2 == *(undefined4 **)(param_1 + 0x3c)) {\n FUN_00116e70(param_1 + 0x34,puVar2,&local_34);\n puVar3 = *(undefined4 **)(param_1 + 0x38);\n }\n else {\n puVar3 = puVar2 + 6;\n *puVar2 = local_34;\n puVar2[1] = local_30;\n puVar2[2] = local_2c;\n puVar2[3] = local_28;\n puVar2[4] = local_24;\n puVar2[5] = local_20;\n *(undefined4 **)(param_1 + 0x38) = puVar3;\n }\n iVar4 = (int)puVar3 - *(int *)(param_1 + 0x34) >> 3;\n iVar1 = iVar4 * 0x55555558;\n if ((*(byte *)(param_1 + 0x1c) & 2) == 0) {\n *(int *)(param_1 + 0xc) = iVar1;\n *(undefined4 *)(param_1 + 0x10) = 0;\n *(byte *)(param_4 + 0x1c) = *(byte *)(param_4 + 0x1c) | 0x10;\n if ((local_24 & 0x10000000) != 0) {\n *(int *)(param_1 + 0x2c) = *(int *)(param_1 + 0x2c) + 1;\n }\n if ((local_20 != -4) && (local_30 != 0)) {\n if (*(int *)(local_30 + 100) == 0) {\n *(int *)(local_30 + 0x60) = iVar4 * -0x55555555 + -1;\n }\n *(int *)(local_30 + 100) = *(int *)(local_30 + 100) + 1;\n }\n return;\n }\n \n FUN_00069d00("../../gold/output.h",0x231,"set_current_data_size_for_child",iVar1);\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "undefined4 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "undefined4 *puVar3;" type_identifier (pointer_declarator "*puVar3" * identifier) ;) (declaration "int iVar4;" primitive_type identifier ;) (declaration "undefined4 local_34;" type_identifier identifier ;) (declaration "int local_30;" primitive_type identifier ;) (declaration "undefined4 local_2c;" type_identifier identifier ;) (declaration "undefined4 local_28;" type_identifier identifier ;) (declaration "uint local_24;" type_identifier identifier ;) (declaration "int local_20;" primitive_type identifier ;) (declaration "undefined4 uStack_14;" type_identifier identifier ;) (expression_statement "uStack_14 = 0x1181c9;" (assignment_expression "uStack_14 = 0x1181c9" identifier = number_literal) ;) (expression_statement "FUN_000feea0(&local_34,param_2,param_3,param_5,param_6,param_7,1);" (call_expression "FUN_000feea0(&local_34,param_2,param_3,param_5,param_6,param_7,1)" identifier (argument_list "(&local_34,param_2,param_3,param_5,param_6,param_7,1)" ( (pointer_expression "&local_34" & identifier) , identifier , identifier , identifier , identifier , identifier , number_literal ))) ;) (expression_statement "puVar2 = *(undefined4 **)(param_1 + 0x38);" (assignment_expression "puVar2 = *(undefined4 **)(param_1 + 0x38)" identifier = (pointer_expression "*(undefined4 **)(param_1 + 0x38)" * (cast_expression "(undefined4 **)(param_1 + 0x38)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x38)" ( (binary_expression "param_1 + 0x38" identifier + number_literal) ))))) ;) (if_statement "if (puVar2 == *(undefined4 **)(param_1 + 0x3c)) {\n FUN_00116e70(param_1 + 0x34,puVar2,&local_34);\n puVar3 = *(undefined4 **)(param_1 + 0x38);\n }\n else {\n puVar3 = puVar2 + 6;\n *puVar2 = local_34;\n puVar2[1] = local_30;\n puVar2[2] = local_2c;\n puVar2[3] = local_28;\n puVar2[4] = local_24;\n puVar2[5] = local_20;\n *(undefined4 **)(param_1 + 0x38) = puVar3;\n }" if (parenthesized_expression "(puVar2 == *(undefined4 **)(param_1 + 0x3c))" ( (binary_expression "puVar2 == *(undefined4 **)(param_1 + 0x3c)" identifier == (pointer_expression "*(undefined4 **)(param_1 + 0x3c)" * (cast_expression "(undefined4 **)(param_1 + 0x3c)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x3c)" ( (binary_expression "param_1 + 0x3c" identifier + number_literal) ))))) )) (compound_statement "{\n FUN_00116e70(param_1 + 0x34,puVar2,&local_34);\n puVar3 = *(undefined4 **)(param_1 + 0x38);\n }" { (expression_statement "FUN_00116e70(param_1 + 0x34,puVar2,&local_34);" (call_expression "FUN_00116e70(param_1 + 0x34,puVar2,&local_34)" identifier (argument_list "(param_1 + 0x34,puVar2,&local_34)" ( (binary_expression "param_1 + 0x34" identifier + number_literal) , identifier , (pointer_expression "&local_34" & identifier) ))) ;) (expression_statement "puVar3 = *(undefined4 **)(param_1 + 0x38);" (assignment_expression "puVar3 = *(undefined4 **)(param_1 + 0x38)" identifier = (pointer_expression "*(undefined4 **)(param_1 + 0x38)" * (cast_expression "(undefined4 **)(param_1 + 0x38)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x38)" ( (binary_expression "param_1 + 0x38" identifier + number_literal) ))))) ;) }) (else_clause "else {\n puVar3 = puVar2 + 6;\n *puVar2 = local_34;\n puVar2[1] = local_30;\n puVar2[2] = local_2c;\n puVar2[3] = local_28;\n puVar2[4] = local_24;\n puVar2[5] = local_20;\n *(undefined4 **)(param_1 + 0x38) = puVar3;\n }" else (compound_statement "{\n puVar3 = puVar2 + 6;\n *puVar2 = local_34;\n puVar2[1] = local_30;\n puVar2[2] = local_2c;\n puVar2[3] = local_28;\n puVar2[4] = local_24;\n puVar2[5] = local_20;\n *(undefined4 **)(param_1 + 0x38) = puVar3;\n }" { (expression_statement "puVar3 = puVar2 + 6;" (assignment_expression "puVar3 = puVar2 + 6" identifier = (binary_expression "puVar2 + 6" identifier + number_literal)) ;) (expression_statement "*puVar2 = local_34;" (assignment_expression "*puVar2 = local_34" (pointer_expression "*puVar2" * identifier) = identifier) ;) (expression_statement "puVar2[1] = local_30;" (assignment_expression "puVar2[1] = local_30" (subscript_expression "puVar2[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar2[2] = local_2c;" (assignment_expression "puVar2[2] = local_2c" (subscript_expression "puVar2[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar2[3] = local_28;" (assignment_expression "puVar2[3] = local_28" (subscript_expression "puVar2[3]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar2[4] = local_24;" (assignment_expression "puVar2[4] = local_24" (subscript_expression "puVar2[4]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar2[5] = local_20;" (assignment_expression "puVar2[5] = local_20" (subscript_expression "puVar2[5]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*(undefined4 **)(param_1 + 0x38) = puVar3;" (assignment_expression "*(undefined4 **)(param_1 + 0x38) = puVar3" (pointer_expression "*(undefined4 **)(param_1 + 0x38)" * (cast_expression "(undefined4 **)(param_1 + 0x38)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x38)" ( (binary_expression "param_1 + 0x38" identifier + number_literal) )))) = identifier) ;) }))) (expression_statement "iVar4 = (int)puVar3 - *(int *)(param_1 + 0x34) >> 3;" (assignment_expression "iVar4 = (int)puVar3 - *(int *)(param_1 + 0x34) >> 3" identifier = (binary_expression "(int)puVar3 - *(int *)(param_1 + 0x34) >> 3" (binary_expression "(int)puVar3 - *(int *)(param_1 + 0x34)" (cast_expression "(int)puVar3" ( (type_descriptor "int" primitive_type) ) identifier) - (pointer_expression "*(int *)(param_1 + 0x34)" * (cast_expression "(int *)(param_1 + 0x34)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x34)" ( (binary_expression "param_1 + 0x34" identifier + number_literal) ))))) >> number_literal)) ;) (expression_statement "iVar1 = iVar4 * 0x55555558;" (assignment_expression "iVar1 = iVar4 * 0x55555558" identifier = (binary_expression "iVar4 * 0x55555558" identifier * number_literal)) ;) (if_statement "if ((*(byte *)(param_1 + 0x1c) & 2) == 0) {\n *(int *)(param_1 + 0xc) = iVar1;\n *(undefined4 *)(param_1 + 0x10) = 0;\n *(byte *)(param_4 + 0x1c) = *(byte *)(param_4 + 0x1c) | 0x10;\n if ((local_24 & 0x10000000) != 0) {\n *(int *)(param_1 + 0x2c) = *(int *)(param_1 + 0x2c) + 1;\n }\n if ((local_20 != -4) && (local_30 != 0)) {\n if (*(int *)(local_30 + 100) == 0) {\n *(int *)(local_30 + 0x60) = iVar4 * -0x55555555 + -1;\n }\n *(int *)(local_30 + 100) = *(int *)(local_30 + 100) + 1;\n }\n return;\n }" if (parenthesized_expression "((*(byte *)(param_1 + 0x1c) & 2) == 0)" ( (binary_expression "(*(byte *)(param_1 + 0x1c) & 2) == 0" (parenthesized_expression "(*(byte *)(param_1 + 0x1c) & 2)" ( (binary_expression "*(byte *)(param_1 + 0x1c) & 2" (pointer_expression "*(byte *)(param_1 + 0x1c)" * (cast_expression "(byte *)(param_1 + 0x1c)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x1c)" ( (binary_expression "param_1 + 0x1c" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\n *(int *)(param_1 + 0xc) = iVar1;\n *(undefined4 *)(param_1 + 0x10) = 0;\n *(byte *)(param_4 + 0x1c) = *(byte *)(param_4 + 0x1c) | 0x10;\n if ((local_24 & 0x10000000) != 0) {\n *(int *)(param_1 + 0x2c) = *(int *)(param_1 + 0x2c) + 1;\n }\n if ((local_20 != -4) && (local_30 != 0)) {\n if (*(int *)(local_30 + 100) == 0) {\n *(int *)(local_30 + 0x60) = iVar4 * -0x55555555 + -1;\n }\n *(int *)(local_30 + 100) = *(int *)(local_30 + 100) + 1;\n }\n return;\n }" { (expression_statement "*(int *)(param_1 + 0xc) = iVar1;" (assignment_expression "*(int *)(param_1 + 0xc) = iVar1" (pointer_expression "*(int *)(param_1 + 0xc)" * (cast_expression "(int *)(param_1 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xc)" ( (binary_expression "param_1 + 0xc" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(undefined4 *)(param_1 + 0x10) = 0;" (assignment_expression "*(undefined4 *)(param_1 + 0x10) = 0" (pointer_expression "*(undefined4 *)(param_1 + 0x10)" * (cast_expression "(undefined4 *)(param_1 + 0x10)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(byte *)(param_4 + 0x1c) = *(byte *)(param_4 + 0x1c) | 0x10;" (assignment_expression "*(byte *)(param_4 + 0x1c) = *(byte *)(param_4 + 0x1c) | 0x10" (pointer_expression "*(byte *)(param_4 + 0x1c)" * (cast_expression "(byte *)(param_4 + 0x1c)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_4 + 0x1c)" ( (binary_expression "param_4 + 0x1c" identifier + number_literal) )))) = (binary_expression "*(byte *)(param_4 + 0x1c) | 0x10" (pointer_expression "*(byte *)(param_4 + 0x1c)" * (cast_expression "(byte *)(param_4 + 0x1c)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_4 + 0x1c)" ( (binary_expression "param_4 + 0x1c" identifier + number_literal) )))) | number_literal)) ;) (if_statement "if ((local_24 & 0x10000000) != 0) {\n *(int *)(param_1 + 0x2c) = *(int *)(param_1 + 0x2c) + 1;\n }" if (parenthesized_expression "((local_24 & 0x10000000) != 0)" ( (binary_expression "(local_24 & 0x10000000) != 0" (parenthesized_expression "(local_24 & 0x10000000)" ( (binary_expression "local_24 & 0x10000000" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n *(int *)(param_1 + 0x2c) = *(int *)(param_1 + 0x2c) + 1;\n }" { (expression_statement "*(int *)(param_1 + 0x2c) = *(int *)(param_1 + 0x2c) + 1;" (assignment_expression "*(int *)(param_1 + 0x2c) = *(int *)(param_1 + 0x2c) + 1" (pointer_expression "*(int *)(param_1 + 0x2c)" * (cast_expression "(int *)(param_1 + 0x2c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x2c)" ( (binary_expression "param_1 + 0x2c" identifier + number_literal) )))) = (binary_expression "*(int *)(param_1 + 0x2c) + 1" (pointer_expression "*(int *)(param_1 + 0x2c)" * (cast_expression "(int *)(param_1 + 0x2c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x2c)" ( (binary_expression "param_1 + 0x2c" identifier + number_literal) )))) + number_literal)) ;) })) (if_statement "if ((local_20 != -4) && (local_30 != 0)) {\n if (*(int *)(local_30 + 100) == 0) {\n *(int *)(local_30 + 0x60) = iVar4 * -0x55555555 + -1;\n }\n *(int *)(local_30 + 100) = *(int *)(local_30 + 100) + 1;\n }" if (parenthesized_expression "((local_20 != -4) && (local_30 != 0))" ( (binary_expression "(local_20 != -4) && (local_30 != 0)" (parenthesized_expression "(local_20 != -4)" ( (binary_expression "local_20 != -4" identifier != number_literal) )) && (parenthesized_expression "(local_30 != 0)" ( (binary_expression "local_30 != 0" identifier != number_literal) ))) )) (compound_statement "{\n if (*(int *)(local_30 + 100) == 0) {\n *(int *)(local_30 + 0x60) = iVar4 * -0x55555555 + -1;\n }\n *(int *)(local_30 + 100) = *(int *)(local_30 + 100) + 1;\n }" { (if_statement "if (*(int *)(local_30 + 100) == 0) {\n *(int *)(local_30 + 0x60) = iVar4 * -0x55555555 + -1;\n }" if (parenthesized_expression "(*(int *)(local_30 + 100) == 0)" ( (binary_expression "*(int *)(local_30 + 100) == 0" (pointer_expression "*(int *)(local_30 + 100)" * (cast_expression "(int *)(local_30 + 100)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_30 + 100)" ( (binary_expression "local_30 + 100" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n *(int *)(local_30 + 0x60) = iVar4 * -0x55555555 + -1;\n }" { (expression_statement "*(int *)(local_30 + 0x60) = iVar4 * -0x55555555 + -1;" (assignment_expression "*(int *)(local_30 + 0x60) = iVar4 * -0x55555555 + -1" (pointer_expression "*(int *)(local_30 + 0x60)" * (cast_expression "(int *)(local_30 + 0x60)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_30 + 0x60)" ( (binary_expression "local_30 + 0x60" identifier + number_literal) )))) = (binary_expression "iVar4 * -0x55555555 + -1" (binary_expression "iVar4 * -0x55555555" identifier * number_literal) + number_literal)) ;) })) (expression_statement "*(int *)(local_30 + 100) = *(int *)(local_30 + 100) + 1;" (assignment_expression "*(int *)(local_30 + 100) = *(int *)(local_30 + 100) + 1" (pointer_expression "*(int *)(local_30 + 100)" * (cast_expression "(int *)(local_30 + 100)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_30 + 100)" ( (binary_expression "local_30 + 100" identifier + number_literal) )))) = (binary_expression "*(int *)(local_30 + 100) + 1" (pointer_expression "*(int *)(local_30 + 100)" * (cast_expression "(int *)(local_30 + 100)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_30 + 100)" ( (binary_expression "local_30 + 100" identifier + number_literal) )))) + number_literal)) ;) })) (return_statement "return;" return ;) })) (expression_statement "FUN_00069d00("../../gold/output.h",0x231,"set_current_data_size_for_child",iVar1);" (call_expression "FUN_00069d00("../../gold/output.h",0x231,"set_current_data_size_for_child",iVar1)" identifier (argument_list "("../../gold/output.h",0x231,"set_current_data_size_for_child",iVar1)" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""set_current_data_size_for_child"" " string_content ") , 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) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE 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 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 (call_expression IDENT (argument_list ( (pointer_expression & IDENT) , IDENT , IDENT , IDENT , IDENT , IDENT , 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 == (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) , 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) ))))) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_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 (subscript_expression IDENT [ LIT ]) = 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) ;) (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 = (binary_expression (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) - (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)) ;) (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 (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) )))) = 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)) ;) (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) )))) = (binary_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 IDENT != LIT) )) && (parenthesized_expression ( (binary_expression IDENT != LIT) ))) )) (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 { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_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 (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 ") , IDENT ))) ;) })))
(function_definition "void FUN_001181c0(int param_1,undefined4 param_2,undefined4 param_3,int param_4,undefined4 param_5,\n undefined4 param_6,undefined4 param_7)\n\n{\n int iVar1;\n undefined4 *puVar2;\n undefined4 *puVar3;\n int iVar4;\n undefined4 local_34;\n int local_30;\n undefined4 local_2c;\n undefined4 local_28;\n uint local_24;\n int local_20;\n undefined4 uStack_14;\n \n uStack_14 = 0x1181c9;\n FUN_000feea0(&local_34,param_2,param_3,param_5,param_6,param_7,1);\n puVar2 = *(undefined4 **)(param_1 + 0x38);\n if (puVar2 == *(undefined4 **)(param_1 + 0x3c)) {\n FUN_00116e70(param_1 + 0x34,puVar2,&local_34);\n puVar3 = *(undefined4 **)(param_1 + 0x38);\n }\n else {\n puVar3 = puVar2 + 6;\n *puVar2 = local_34;\n puVar2[1] = local_30;\n puVar2[2] = local_2c;\n puVar2[3] = local_28;\n puVar2[4] = local_24;\n puVar2[5] = local_20;\n *(undefined4 **)(param_1 + 0x38) = puVar3;\n }\n iVar4 = (int)puVar3 - *(int *)(param_1 + 0x34) >> 3;\n iVar1 = iVar4 * 0x55555558;\n if ((*(byte *)(param_1 + 0x1c) & 2) == 0) {\n *(int *)(param_1 + 0xc) = iVar1;\n *(undefined4 *)(param_1 + 0x10) = 0;\n *(byte *)(param_4 + 0x1c) = *(byte *)(param_4 + 0x1c) | 0x10;\n if ((local_24 & 0x10000000) != 0) {\n *(int *)(param_1 + 0x2c) = *(int *)(param_1 + 0x2c) + 1;\n }\n if ((local_20 != -4) && (local_30 != 0)) {\n if (*(int *)(local_30 + 100) == 0) {\n *(int *)(local_30 + 0x60) = iVar4 * -0x55555555 + -1;\n }\n *(int *)(local_30 + 100) = *(int *)(local_30 + 100) + 1;\n }\n return;\n }\n \n FUN_00069d00("../../gold/output.h",0x231,"set_current_data_size_for_child",iVar1);\n}" (primitive_type "void") (function_declarator "FUN_001181c0(int param_1,undefined4 param_2,undefined4 param_3,int param_4,undefined4 param_5,\n undefined4 param_6,undefined4 param_7)" (identifier "FUN_001181c0") (parameter_list "(int param_1,undefined4 param_2,undefined4 param_3,int param_4,undefined4 param_5,\n undefined4 param_6,undefined4 param_7)" (( "(") (parameter_declaration "int param_1" (primitive_type "int") (identifier "param_1")) (, ",") (parameter_declaration "undefined4 param_2" (type_identifier "undefined4") (identifier "param_2")) (, ",") (parameter_declaration "undefined4 param_3" (type_identifier "undefined4") (identifier "param_3")) (, ",") (parameter_declaration "int param_4" (primitive_type "int") (identifier "param_4")) (, ",") (parameter_declaration "undefined4 param_5" (type_identifier "undefined4") (identifier "param_5")) (, ",") (parameter_declaration "undefined4 param_6" (type_identifier "undefined4") (identifier "param_6")) (, ",") (parameter_declaration "undefined4 param_7" (type_identifier "undefined4") (identifier "param_7")) () ")"))) (compound_statement "{\n int iVar1;\n undefined4 *puVar2;\n undefined4 *puVar3;\n int iVar4;\n undefined4 local_34;\n int local_30;\n undefined4 local_2c;\n undefined4 local_28;\n uint local_24;\n int local_20;\n undefined4 uStack_14;\n \n uStack_14 = 0x1181c9;\n FUN_000feea0(&local_34,param_2,param_3,param_5,param_6,param_7,1);\n puVar2 = *(undefined4 **)(param_1 + 0x38);\n if (puVar2 == *(undefined4 **)(param_1 + 0x3c)) {\n FUN_00116e70(param_1 + 0x34,puVar2,&local_34);\n puVar3 = *(undefined4 **)(param_1 + 0x38);\n }\n else {\n puVar3 = puVar2 + 6;\n *puVar2 = local_34;\n puVar2[1] = local_30;\n puVar2[2] = local_2c;\n puVar2[3] = local_28;\n puVar2[4] = local_24;\n puVar2[5] = local_20;\n *(undefined4 **)(param_1 + 0x38) = puVar3;\n }\n iVar4 = (int)puVar3 - *(int *)(param_1 + 0x34) >> 3;\n iVar1 = iVar4 * 0x55555558;\n if ((*(byte *)(param_1 + 0x1c) & 2) == 0) {\n *(int *)(param_1 + 0xc) = iVar1;\n *(undefined4 *)(param_1 + 0x10) = 0;\n *(byte *)(param_4 + 0x1c) = *(byte *)(param_4 + 0x1c) | 0x10;\n if ((local_24 & 0x10000000) != 0) {\n *(int *)(param_1 + 0x2c) = *(int *)(param_1 + 0x2c) + 1;\n }\n if ((local_20 != -4) && (local_30 != 0)) {\n if (*(int *)(local_30 + 100) == 0) {\n *(int *)(local_30 + 0x60) = iVar4 * -0x55555555 + -1;\n }\n *(int *)(local_30 + 100) = *(int *)(local_30 + 100) + 1;\n }\n return;\n }\n \n FUN_00069d00("../../gold/output.h",0x231,"set_current_data_size_for_child",iVar1);\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (declaration "undefined4 *puVar2;" (type_identifier "undefined4") (pointer_declarator "*puVar2" (* "*") (identifier "puVar2")) (; ";")) (declaration "undefined4 *puVar3;" (type_identifier "undefined4") (pointer_declarator "*puVar3" (* "*") (identifier "puVar3")) (; ";")) (declaration "int iVar4;" (primitive_type "int") (identifier "iVar4") (; ";")) (declaration "undefined4 local_34;" (type_identifier "undefined4") (identifier "local_34") (; ";")) (declaration "int local_30;" (primitive_type "int") (identifier "local_30") (; ";")) (declaration "undefined4 local_2c;" (type_identifier "undefined4") (identifier "local_2c") (; ";")) (declaration "undefined4 local_28;" (type_identifier "undefined4") (identifier "local_28") (; ";")) (declaration "uint local_24;" (type_identifier "uint") (identifier "local_24") (; ";")) (declaration "int local_20;" (primitive_type "int") (identifier "local_20") (; ";")) (declaration "undefined4 uStack_14;" (type_identifier "undefined4") (identifier "uStack_14") (; ";")) (expression_statement "uStack_14 = 0x1181c9;" (assignment_expression "uStack_14 = 0x1181c9" (identifier "uStack_14") (= "=") (number_literal "0x1181c9")) (; ";")) (expression_statement "FUN_000feea0(&local_34,param_2,param_3,param_5,param_6,param_7,1);" (call_expression "FUN_000feea0(&local_34,param_2,param_3,param_5,param_6,param_7,1)" (identifier "FUN_000feea0") (argument_list "(&local_34,param_2,param_3,param_5,param_6,param_7,1)" (( "(") (pointer_expression "&local_34" (& "&") (identifier "local_34")) (, ",") (identifier "param_2") (, ",") (identifier "param_3") (, ",") (identifier "param_5") (, ",") (identifier "param_6") (, ",") (identifier "param_7") (, ",") (number_literal "1") () ")"))) (; ";")) (expression_statement "puVar2 = *(undefined4 **)(param_1 + 0x38);" (assignment_expression "puVar2 = *(undefined4 **)(param_1 + 0x38)" (identifier "puVar2") (= "=") (pointer_expression "*(undefined4 **)(param_1 + 0x38)" (* "*") (cast_expression "(undefined4 **)(param_1 + 0x38)" (( "(") (type_descriptor "undefined4 **" (type_identifier "undefined4") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x38)" (( "(") (binary_expression "param_1 + 0x38" (identifier "param_1") (+ "+") (number_literal "0x38")) () ")"))))) (; ";")) (if_statement "if (puVar2 == *(undefined4 **)(param_1 + 0x3c)) {\n FUN_00116e70(param_1 + 0x34,puVar2,&local_34);\n puVar3 = *(undefined4 **)(param_1 + 0x38);\n }\n else {\n puVar3 = puVar2 + 6;\n *puVar2 = local_34;\n puVar2[1] = local_30;\n puVar2[2] = local_2c;\n puVar2[3] = local_28;\n puVar2[4] = local_24;\n puVar2[5] = local_20;\n *(undefined4 **)(param_1 + 0x38) = puVar3;\n }" (if "if") (parenthesized_expression "(puVar2 == *(undefined4 **)(param_1 + 0x3c))" (( "(") (binary_expression "puVar2 == *(undefined4 **)(param_1 + 0x3c)" (identifier "puVar2") (== "==") (pointer_expression "*(undefined4 **)(param_1 + 0x3c)" (* "*") (cast_expression "(undefined4 **)(param_1 + 0x3c)" (( "(") (type_descriptor "undefined4 **" (type_identifier "undefined4") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x3c)" (( "(") (binary_expression "param_1 + 0x3c" (identifier "param_1") (+ "+") (number_literal "0x3c")) () ")"))))) () ")")) (compound_statement "{\n FUN_00116e70(param_1 + 0x34,puVar2,&local_34);\n puVar3 = *(undefined4 **)(param_1 + 0x38);\n }" ({ "{") (expression_statement "FUN_00116e70(param_1 + 0x34,puVar2,&local_34);" (call_expression "FUN_00116e70(param_1 + 0x34,puVar2,&local_34)" (identifier "FUN_00116e70") (argument_list "(param_1 + 0x34,puVar2,&local_34)" (( "(") (binary_expression "param_1 + 0x34" (identifier "param_1") (+ "+") (number_literal "0x34")) (, ",") (identifier "puVar2") (, ",") (pointer_expression "&local_34" (& "&") (identifier "local_34")) () ")"))) (; ";")) (expression_statement "puVar3 = *(undefined4 **)(param_1 + 0x38);" (assignment_expression "puVar3 = *(undefined4 **)(param_1 + 0x38)" (identifier "puVar3") (= "=") (pointer_expression "*(undefined4 **)(param_1 + 0x38)" (* "*") (cast_expression "(undefined4 **)(param_1 + 0x38)" (( "(") (type_descriptor "undefined4 **" (type_identifier "undefined4") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x38)" (( "(") (binary_expression "param_1 + 0x38" (identifier "param_1") (+ "+") (number_literal "0x38")) () ")"))))) (; ";")) (} "}")) (else_clause "else {\n puVar3 = puVar2 + 6;\n *puVar2 = local_34;\n puVar2[1] = local_30;\n puVar2[2] = local_2c;\n puVar2[3] = local_28;\n puVar2[4] = local_24;\n puVar2[5] = local_20;\n *(undefined4 **)(param_1 + 0x38) = puVar3;\n }" (else "else") (compound_statement "{\n puVar3 = puVar2 + 6;\n *puVar2 = local_34;\n puVar2[1] = local_30;\n puVar2[2] = local_2c;\n puVar2[3] = local_28;\n puVar2[4] = local_24;\n puVar2[5] = local_20;\n *(undefined4 **)(param_1 + 0x38) = puVar3;\n }" ({ "{") (expression_statement "puVar3 = puVar2 + 6;" (assignment_expression "puVar3 = puVar2 + 6" (identifier "puVar3") (= "=") (binary_expression "puVar2 + 6" (identifier "puVar2") (+ "+") (number_literal "6"))) (; ";")) (expression_statement "*puVar2 = local_34;" (assignment_expression "*puVar2 = local_34" (pointer_expression "*puVar2" (* "*") (identifier "puVar2")) (= "=") (identifier "local_34")) (; ";")) (expression_statement "puVar2[1] = local_30;" (assignment_expression "puVar2[1] = local_30" (subscript_expression "puVar2[1]" (identifier "puVar2") ([ "[") (number_literal "1") (] "]")) (= "=") (identifier "local_30")) (; ";")) (expression_statement "puVar2[2] = local_2c;" (assignment_expression "puVar2[2] = local_2c" (subscript_expression "puVar2[2]" (identifier "puVar2") ([ "[") (number_literal "2") (] "]")) (= "=") (identifier "local_2c")) (; ";")) (expression_statement "puVar2[3] = local_28;" (assignment_expression "puVar2[3] = local_28" (subscript_expression "puVar2[3]" (identifier "puVar2") ([ "[") (number_literal "3") (] "]")) (= "=") (identifier "local_28")) (; ";")) (expression_statement "puVar2[4] = local_24;" (assignment_expression "puVar2[4] = local_24" (subscript_expression "puVar2[4]" (identifier "puVar2") ([ "[") (number_literal "4") (] "]")) (= "=") (identifier "local_24")) (; ";")) (expression_statement "puVar2[5] = local_20;" (assignment_expression "puVar2[5] = local_20" (subscript_expression "puVar2[5]" (identifier "puVar2") ([ "[") (number_literal "5") (] "]")) (= "=") (identifier "local_20")) (; ";")) (expression_statement "*(undefined4 **)(param_1 + 0x38) = puVar3;" (assignment_expression "*(undefined4 **)(param_1 + 0x38) = puVar3" (pointer_expression "*(undefined4 **)(param_1 + 0x38)" (* "*") (cast_expression "(undefined4 **)(param_1 + 0x38)" (( "(") (type_descriptor "undefined4 **" (type_identifier "undefined4") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x38)" (( "(") (binary_expression "param_1 + 0x38" (identifier "param_1") (+ "+") (number_literal "0x38")) () ")")))) (= "=") (identifier "puVar3")) (; ";")) (} "}")))) (expression_statement "iVar4 = (int)puVar3 - *(int *)(param_1 + 0x34) >> 3;" (assignment_expression "iVar4 = (int)puVar3 - *(int *)(param_1 + 0x34) >> 3" (identifier "iVar4") (= "=") (binary_expression "(int)puVar3 - *(int *)(param_1 + 0x34) >> 3" (binary_expression "(int)puVar3 - *(int *)(param_1 + 0x34)" (cast_expression "(int)puVar3" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "puVar3")) (- "-") (pointer_expression "*(int *)(param_1 + 0x34)" (* "*") (cast_expression "(int *)(param_1 + 0x34)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x34)" (( "(") (binary_expression "param_1 + 0x34" (identifier "param_1") (+ "+") (number_literal "0x34")) () ")"))))) (>> ">>") (number_literal "3"))) (; ";")) (expression_statement "iVar1 = iVar4 * 0x55555558;" (assignment_expression "iVar1 = iVar4 * 0x55555558" (identifier "iVar1") (= "=") (binary_expression "iVar4 * 0x55555558" (identifier "iVar4") (* "*") (number_literal "0x55555558"))) (; ";")) (if_statement "if ((*(byte *)(param_1 + 0x1c) & 2) == 0) {\n *(int *)(param_1 + 0xc) = iVar1;\n *(undefined4 *)(param_1 + 0x10) = 0;\n *(byte *)(param_4 + 0x1c) = *(byte *)(param_4 + 0x1c) | 0x10;\n if ((local_24 & 0x10000000) != 0) {\n *(int *)(param_1 + 0x2c) = *(int *)(param_1 + 0x2c) + 1;\n }\n if ((local_20 != -4) && (local_30 != 0)) {\n if (*(int *)(local_30 + 100) == 0) {\n *(int *)(local_30 + 0x60) = iVar4 * -0x55555555 + -1;\n }\n *(int *)(local_30 + 100) = *(int *)(local_30 + 100) + 1;\n }\n return;\n }" (if "if") (parenthesized_expression "((*(byte *)(param_1 + 0x1c) & 2) == 0)" (( "(") (binary_expression "(*(byte *)(param_1 + 0x1c) & 2) == 0" (parenthesized_expression "(*(byte *)(param_1 + 0x1c) & 2)" (( "(") (binary_expression "*(byte *)(param_1 + 0x1c) & 2" (pointer_expression "*(byte *)(param_1 + 0x1c)" (* "*") (cast_expression "(byte *)(param_1 + 0x1c)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x1c)" (( "(") (binary_expression "param_1 + 0x1c" (identifier "param_1") (+ "+") (number_literal "0x1c")) () ")")))) (& "&") (number_literal "2")) () ")")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n *(int *)(param_1 + 0xc) = iVar1;\n *(undefined4 *)(param_1 + 0x10) = 0;\n *(byte *)(param_4 + 0x1c) = *(byte *)(param_4 + 0x1c) | 0x10;\n if ((local_24 & 0x10000000) != 0) {\n *(int *)(param_1 + 0x2c) = *(int *)(param_1 + 0x2c) + 1;\n }\n if ((local_20 != -4) && (local_30 != 0)) {\n if (*(int *)(local_30 + 100) == 0) {\n *(int *)(local_30 + 0x60) = iVar4 * -0x55555555 + -1;\n }\n *(int *)(local_30 + 100) = *(int *)(local_30 + 100) + 1;\n }\n return;\n }" ({ "{") (expression_statement "*(int *)(param_1 + 0xc) = iVar1;" (assignment_expression "*(int *)(param_1 + 0xc) = iVar1" (pointer_expression "*(int *)(param_1 + 0xc)" (* "*") (cast_expression "(int *)(param_1 + 0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xc)" (( "(") (binary_expression "param_1 + 0xc" (identifier "param_1") (+ "+") (number_literal "0xc")) () ")")))) (= "=") (identifier "iVar1")) (; ";")) (expression_statement "*(undefined4 *)(param_1 + 0x10) = 0;" (assignment_expression "*(undefined4 *)(param_1 + 0x10) = 0" (pointer_expression "*(undefined4 *)(param_1 + 0x10)" (* "*") (cast_expression "(undefined4 *)(param_1 + 0x10)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(byte *)(param_4 + 0x1c) = *(byte *)(param_4 + 0x1c) | 0x10;" (assignment_expression "*(byte *)(param_4 + 0x1c) = *(byte *)(param_4 + 0x1c) | 0x10" (pointer_expression "*(byte *)(param_4 + 0x1c)" (* "*") (cast_expression "(byte *)(param_4 + 0x1c)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_4 + 0x1c)" (( "(") (binary_expression "param_4 + 0x1c" (identifier "param_4") (+ "+") (number_literal "0x1c")) () ")")))) (= "=") (binary_expression "*(byte *)(param_4 + 0x1c) | 0x10" (pointer_expression "*(byte *)(param_4 + 0x1c)" (* "*") (cast_expression "(byte *)(param_4 + 0x1c)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_4 + 0x1c)" (( "(") (binary_expression "param_4 + 0x1c" (identifier "param_4") (+ "+") (number_literal "0x1c")) () ")")))) (| "|") (number_literal "0x10"))) (; ";")) (if_statement "if ((local_24 & 0x10000000) != 0) {\n *(int *)(param_1 + 0x2c) = *(int *)(param_1 + 0x2c) + 1;\n }" (if "if") (parenthesized_expression "((local_24 & 0x10000000) != 0)" (( "(") (binary_expression "(local_24 & 0x10000000) != 0" (parenthesized_expression "(local_24 & 0x10000000)" (( "(") (binary_expression "local_24 & 0x10000000" (identifier "local_24") (& "&") (number_literal "0x10000000")) () ")")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n *(int *)(param_1 + 0x2c) = *(int *)(param_1 + 0x2c) + 1;\n }" ({ "{") (expression_statement "*(int *)(param_1 + 0x2c) = *(int *)(param_1 + 0x2c) + 1;" (assignment_expression "*(int *)(param_1 + 0x2c) = *(int *)(param_1 + 0x2c) + 1" (pointer_expression "*(int *)(param_1 + 0x2c)" (* "*") (cast_expression "(int *)(param_1 + 0x2c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x2c)" (( "(") (binary_expression "param_1 + 0x2c" (identifier "param_1") (+ "+") (number_literal "0x2c")) () ")")))) (= "=") (binary_expression "*(int *)(param_1 + 0x2c) + 1" (pointer_expression "*(int *)(param_1 + 0x2c)" (* "*") (cast_expression "(int *)(param_1 + 0x2c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x2c)" (( "(") (binary_expression "param_1 + 0x2c" (identifier "param_1") (+ "+") (number_literal "0x2c")) () ")")))) (+ "+") (number_literal "1"))) (; ";")) (} "}"))) (if_statement "if ((local_20 != -4) && (local_30 != 0)) {\n if (*(int *)(local_30 + 100) == 0) {\n *(int *)(local_30 + 0x60) = iVar4 * -0x55555555 + -1;\n }\n *(int *)(local_30 + 100) = *(int *)(local_30 + 100) + 1;\n }" (if "if") (parenthesized_expression "((local_20 != -4) && (local_30 != 0))" (( "(") (binary_expression "(local_20 != -4) && (local_30 != 0)" (parenthesized_expression "(local_20 != -4)" (( "(") (binary_expression "local_20 != -4" (identifier "local_20") (!= "!=") (number_literal "-4")) () ")")) (&& "&&") (parenthesized_expression "(local_30 != 0)" (( "(") (binary_expression "local_30 != 0" (identifier "local_30") (!= "!=") (number_literal "0")) () ")"))) () ")")) (compound_statement "{\n if (*(int *)(local_30 + 100) == 0) {\n *(int *)(local_30 + 0x60) = iVar4 * -0x55555555 + -1;\n }\n *(int *)(local_30 + 100) = *(int *)(local_30 + 100) + 1;\n }" ({ "{") (if_statement "if (*(int *)(local_30 + 100) == 0) {\n *(int *)(local_30 + 0x60) = iVar4 * -0x55555555 + -1;\n }" (if "if") (parenthesized_expression "(*(int *)(local_30 + 100) == 0)" (( "(") (binary_expression "*(int *)(local_30 + 100) == 0" (pointer_expression "*(int *)(local_30 + 100)" (* "*") (cast_expression "(int *)(local_30 + 100)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_30 + 100)" (( "(") (binary_expression "local_30 + 100" (identifier "local_30") (+ "+") (number_literal "100")) () ")")))) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n *(int *)(local_30 + 0x60) = iVar4 * -0x55555555 + -1;\n }" ({ "{") (expression_statement "*(int *)(local_30 + 0x60) = iVar4 * -0x55555555 + -1;" (assignment_expression "*(int *)(local_30 + 0x60) = iVar4 * -0x55555555 + -1" (pointer_expression "*(int *)(local_30 + 0x60)" (* "*") (cast_expression "(int *)(local_30 + 0x60)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_30 + 0x60)" (( "(") (binary_expression "local_30 + 0x60" (identifier "local_30") (+ "+") (number_literal "0x60")) () ")")))) (= "=") (binary_expression "iVar4 * -0x55555555 + -1" (binary_expression "iVar4 * -0x55555555" (identifier "iVar4") (* "*") (number_literal "-0x55555555")) (+ "+") (number_literal "-1"))) (; ";")) (} "}"))) (expression_statement "*(int *)(local_30 + 100) = *(int *)(local_30 + 100) + 1;" (assignment_expression "*(int *)(local_30 + 100) = *(int *)(local_30 + 100) + 1" (pointer_expression "*(int *)(local_30 + 100)" (* "*") (cast_expression "(int *)(local_30 + 100)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_30 + 100)" (( "(") (binary_expression "local_30 + 100" (identifier "local_30") (+ "+") (number_literal "100")) () ")")))) (= "=") (binary_expression "*(int *)(local_30 + 100) + 1" (pointer_expression "*(int *)(local_30 + 100)" (* "*") (cast_expression "(int *)(local_30 + 100)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_30 + 100)" (( "(") (binary_expression "local_30 + 100" (identifier "local_30") (+ "+") (number_literal "100")) () ")")))) (+ "+") (number_literal "1"))) (; ";")) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "FUN_00069d00("../../gold/output.h",0x231,"set_current_data_size_for_child",iVar1);" (call_expression "FUN_00069d00("../../gold/output.h",0x231,"set_current_data_size_for_child",iVar1)" (identifier "FUN_00069d00") (argument_list "("../../gold/output.h",0x231,"set_current_data_size_for_child",iVar1)" (( "(") (string_literal ""../../gold/output.h"" (" """) (string_content "../../gold/output.h") (" """)) (, ",") (number_literal "0x231") (, ",") (string_literal ""set_current_data_size_for_child"" (" """) (string_content "set_current_data_size_for_child") (" """)) (, ",") (identifier "iVar1") () ")"))) (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Type propagation algorithm not settling */ /* DWARF original prototype: void add_output_section_relative(Output_data_reloc<9,_true,_32,_false> * this, Output_section * os, uint type, Output_data * od, Sized_relobj<32,_false> * relobj, uint shndx, Address address) */ void __thiscall gold::Output_data_reloc<9,_true,_32,_false>::add_output_section_relative (Output_data_reloc<9,_true,_32,_false> *this,Output_section *os,type_2 type,Output_data *od, var_2<32,_false> *relobj,type_2 shndx,type_4 address) { size_t *psVar1; type_1 __position; type_2 uVar2; var_1<9,_true,_32,_false> *pOVar3; int iVar4; type_3 local_34; var_2<32,_false> *local_30; type_4 local_2c; type_2 local_28; type_2 local_24; type_2 local_20; type_5 uStack_14; uStack_14 = 0x1181c9; var_1<9,_true,_32,_false>::var_1 ((var_1<9,_true,_32,_false> *)&local_34,os,type,relobj,shndx,address,true); __position._M_current = (this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_. super__Vector_base<gold::var_1<9,_true,_32,_false>,_std::allocator<gold::var_1<9,_true,_32,_false>_>_> ._M_impl._M_finish; if (__position._M_current == (this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_. super__Vector_base<gold::var_1<9,_true,_32,_false>,_std::allocator<gold::var_1<9,_true,_32,_false>_>_> ._M_impl._M_end_of_storage) { std:: vector<gold::var_1<9,_true,_32,_false>,_std::allocator<gold::var_1<9,_true,_32,_false>_>_> ::_M_realloc_insert<const_gold::var_1<9,_true,_32,_false>&> (&(this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_,__position, (var_1<9,_true,_32,_false> *)&local_34); pOVar3 = (this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_. super__Vector_base<gold::var_1<9,_true,_32,_false>,_std::allocator<gold::var_1<9,_true,_32,_false>_>_> ._M_impl._M_finish; } else { pOVar3 = __position._M_current + 1; (__position._M_current)->u1_ = local_34; ((__position._M_current)->u2_).relobj = local_30; (__position._M_current)->address_ = local_2c; (__position._M_current)->local_sym_index_ = local_28; *(type_2 *)&(__position._M_current)->field_0x10 = local_24; (__position._M_current)->shndx_ = local_20; (this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_. super__Vector_base<gold::var_1<9,_true,_32,_false>,_std::allocator<gold::var_1<9,_true,_32,_false>_>_> ._M_impl._M_finish = pOVar3; } iVar4 = (int)pOVar3 - (int)(this->super_Output_data_reloc_base<9,_true,_32,_false>).relocs_. super__Vector_base<gold::var_1<9,_true,_32,_false>,_std::allocator<gold::var_1<9,_true,_32,_false>_>_> ._M_impl._M_start >> 3; if (((this->super_Output_data_reloc_base<9,_true,_32,_false>).super_Output_data_reloc_generic. super_Output_section_data_build.super_Output_section_data.super_Output_data.field_0x1c & 2) == 0) { *(int *)&(this->super_Output_data_reloc_base<9,_true,_32,_false>). super_Output_data_reloc_generic.super_Output_section_data_build. super_Output_section_data.super_Output_data.data_size_ = iVar4 * 0x55555558; *(type_5 *) ((int)&(this->super_Output_data_reloc_base<9,_true,_32,_false>).super_Output_data_reloc_generic .super_Output_section_data_build.super_Output_section_data.super_Output_data.data_size_ + 4) = 0; od->field_0x1c = od->field_0x1c | 0x10; if ((local_24 & 0x10000000) != 0) { psVar1 = &(this->super_Output_data_reloc_base<9,_true,_32,_false>). super_Output_data_reloc_generic.relative_reloc_count_; *psVar1 = *psVar1 + 1; } if ((local_20 != 0xfffffffc) && (local_30 != (var_2<32,_false> *)0x0)) { uVar2 = (local_30->super_Relobj).dyn_reloc_count_; if (uVar2 == 0) { (local_30->super_Relobj).first_dyn_reloc_ = iVar4 * -0x55555555 - 1; } (local_30->super_Relobj).dyn_reloc_count_ = uVar2 + 1; } return; } /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/output.h",0x231,"set_current_data_size_for_child"); }
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)) (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: (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: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)) (identifier) (identifier) (identifier) (identifier) (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 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: (type_identifier) declarator: (abstract_pointer_declarator 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 (binary_expression left: (identifier) right: (number_literal)) (identifier) (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)))))))) alternative: (else_clause (compound_statement (expression_statement (assignment_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: (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))) (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 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: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (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)))))) 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: (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: (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: (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: (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)))) (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: (primitive_type) 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: (primitive_type) 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: (identifier) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) 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 (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: (binary_expression left: (identifier) right: (number_literal)) 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: (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)))))) (return_statement))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content)) (identifier)))))))
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(int param_1,undefined4 param_2,undefined4 param_3,int param_4,undefined4 param_5, undefined4 param_6,undefined4 param_7) { int iVar1; undefined4 *puVar2; undefined4 *puVar3; int iVar4; undefined4 local_34; int local_30; undefined4 local_2c; undefined4 local_28; uint local_24; int local_20; undefined4 uStack_14; uStack_14 = 0x1181c9; FUN_000feea0(&local_34,param_2,param_3,param_5,param_6,param_7,1); puVar2 = *(undefined4 **)(param_1 + 0x38); if (puVar2 == *(undefined4 **)(param_1 + 0x3c)) { FUN_00116e70(param_1 + 0x34,puVar2,&local_34); puVar3 = *(undefined4 **)(param_1 + 0x38); } else { puVar3 = puVar2 + 6; *puVar2 = local_34; puVar2[1] = local_30; puVar2[2] = local_2c; puVar2[3] = local_28; puVar2[4] = local_24; puVar2[5] = local_20; *(undefined4 **)(param_1 + 0x38) = puVar3; } iVar4 = (int)puVar3 - *(int *)(param_1 + 0x34) >> 3; iVar1 = iVar4 * 0x55555558; if ((*(byte *)(param_1 + 0x1c) & 2) == 0) { *(int *)(param_1 + 0xc) = iVar1; *(undefined4 *)(param_1 + 0x10) = 0; *(byte *)(param_4 + 0x1c) = *(byte *)(param_4 + 0x1c) | 0x10; if ((local_24 & 0x10000000) != 0) { *(int *)(param_1 + 0x2c) = *(int *)(param_1 + 0x2c) + 1; } if ((local_20 != -4) && (local_30 != 0)) { if (*(int *)(local_30 + 100) == 0) { *(int *)(local_30 + 0x60) = iVar4 * -0x55555555 + -1; } *(int *)(local_30 + 100) = *(int *)(local_30 + 100) + 1; } return; } /* WARNING: Subroutine does not return */ FUN_00069d00("../../gold/output.h",0x231,"set_current_data_size_for_child",iVar1); }
3526_i686-kfreebsd-gnu-dwp_and_i686-kfreebsd-gnu-dwp_strip.c
do_addralign
thunk_FUN_000ba4f0
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original prototype: uint64_t do_addralign(Output_segment_headers * this) */ uint64_t __thiscall gold::Output_segment_headers::do_addralign(Output_segment_headers *this) { int iVar1; if (parameters->target_ == (Target *)0x0) { /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/parameters.h",0x69,"target"); } iVar1 = **(int **)(parameters->target_ + 4); if (iVar1 != 0x20) { if (iVar1 == 0x40) { return 8; } /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/output.cc",0xb8,"default_alignment_for_size"); } return 4; }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ undefined8 __regparm3 thunk_FUN_000ba4f0(undefined4 param_1,undefined4 param_2) { int iVar1; if (*(int *)(DAT_00302378 + 0xc) == 0) { /* WARNING: Subroutine does not return */ FUN_0005f0b0("../../gold/parameters.h",0x69,"target",param_2); } iVar1 = **(int **)(*(int *)(DAT_00302378 + 0xc) + 4); if (iVar1 != 0x20) { if (iVar1 == 0x40) { return 8; } /* WARNING: Subroutine does not return */ FUN_0005f0b0("../../gold/output.cc",0xb8,"default_alignment_for_size",iVar1); } return 4; }
JMP 0x000ba4f0
null
null
null
null
[('const-1', u'RETURN_-1206606364'), ('tmp_778', u'COPY_-1206606311'), (u'INDIRECT_-1206606216', u'COPY_-1206606271'), ('const-32', u'INT_NOTEQUAL_-1206606509'), (u'CALL_-1206606369', u'INDIRECT_-1206606190'), ('const-2276652', u'COPY_-1206606267'), ('tmp_111', u'CBRANCH_-1206606534'), ('const-0', u'INT_EQUAL_-1206606535'), (u'LOAD_-1206606553', u'INT_EQUAL_-1206606535'), ('const-1', u'PTRADD_-1206606471'), ('const-417', u'LOAD_-1206606553'), (u'LOAD_-1206606528', u'INT_EQUAL_-1206606494'), ('const-64', u'INT_EQUAL_-1206606494'), ('const-184', u'CALL_-1206606369'), ('tmp_154', u'CBRANCH_-1206606508'), (u'COPY_-1206606348', u'RETURN_-1206606381'), (u'LOAD_-1206606553', u'PTRADD_-1206606471'), (u'LOAD_-1206606533', u'LOAD_-1206606528'), ('const-12', u'PTRSUB_-1206606271'), (u'INT_EQUAL_-1206606494', u'CBRANCH_-1206606491'), ('const-4', u'COPY_-1206606348'), ('const-0', u'RETURN_-1206606447'), ('const-2270795', u'COPY_-1206606244'), ('const-105', u'CALL_-1206606347'), (u'PTRADD_-1206606471', u'CAST_-1206606265'), ('const-0', u'RETURN_-1206606381'), (u'COPY_-1206606370', u'RETURN_-1206606447'), (u'COPY_-1206606267', u'CALL_-1206606347'), (u'CALL_-1206606347', u'INDIRECT_-1206606216'), ('const-417', u'LOAD_-1206606533'), (u'INT_EQUAL_-1206606535', u'CBRANCH_-1206606534'), (u'COPY_-1206606244', u'CALL_-1206606369'), ('const-2276624', u'COPY_-1206606243'), (u'PTRSUB_-1206606271', u'LOAD_-1206606553'), (u'COPY_-1206606270', u'CALL_-1206606347'), (u'CAST_-1206606265', u'LOAD_-1206606533'), ('const-8', u'COPY_-1206606370'), ('const-1', u'RETURN_-1206606342'), (u'LOAD_-1206606528', u'INT_NOTEQUAL_-1206606509'), (u'COPY_-1206606243', u'CALL_-1206606369'), ('const-417', u'LOAD_-1206606528'), ('tmp_186', u'CBRANCH_-1206606491'), (u'INDIRECT_-1206606190', u'COPY_-1206606248'), ('tmp_778', u'PTRSUB_-1206606271'), ('tmp_778', u'COPY_-1206606290'), ('const-4', u'PTRADD_-1206606471'), (u'INT_NOTEQUAL_-1206606509', u'CBRANCH_-1206606508'), ('const-2230640', u'COPY_-1206606270')]
[('const-1', u'RETURN_-1206606364'), ('const-8', u'COPY_-1206606360'), ('tmp_734', u'INT_ADD_-1206606537'), (u'INT_ADD_-1206606517', u'CAST_-1206606279'), (u'COPY_-1206606258', u'CALL_-1206606369'), ('const-417', u'LOAD_-1206606528'), ('const-0', u'INT_EQUAL_-1206606535'), ('tmp_111', u'CBRANCH_-1206606534'), (u'LOAD_-1206606553', u'INT_EQUAL_-1206606535'), ('tmp_516', u'CALL_-1206606347'), ('const-2276624', u'COPY_-1206606257'), (u'COPY_-1206606360', u'RETURN_-1206606447'), (u'CAST_-1206606287', u'LOAD_-1206606553'), (u'LOAD_-1206606528', u'INT_EQUAL_-1206606494'), (u'LOAD_-1206606553', u'INT_ADD_-1206606517'), (u'COPY_-1206606281', u'CALL_-1206606347'), (u'COPY_-1206606257', u'CALL_-1206606369'), ('const-417', u'LOAD_-1206606533'), ('const-417', u'LOAD_-1206606553'), (u'INDIRECT_-1206606204', u'COPY_-1206606262'), ('const-105', u'CALL_-1206606347'), (u'COPY_-1206606284', u'CALL_-1206606347'), ('tmp_734', u'COPY_-1206606325'), ('const-64', u'INT_EQUAL_-1206606494'), ('tmp_154', u'CBRANCH_-1206606508'), (u'CAST_-1206606279', u'LOAD_-1206606533'), (u'LOAD_-1206606528', u'CALL_-1206606369'), (u'COPY_-1206606340', u'RETURN_-1206606381'), ('const-184', u'CALL_-1206606369'), (u'LOAD_-1206606533', u'LOAD_-1206606528'), (u'INT_EQUAL_-1206606494', u'CBRANCH_-1206606491'), ('const-0', u'RETURN_-1206606447'), (u'INT_ADD_-1206606537', u'CAST_-1206606287'), ('const-0', u'RETURN_-1206606381'), ('const-4', u'COPY_-1206606340'), ('tmp_734', u'COPY_-1206606304'), (u'INDIRECT_-1206606230', u'COPY_-1206606285'), (u'INT_EQUAL_-1206606535', u'CBRANCH_-1206606534'), ('const-12', u'INT_ADD_-1206606537'), ('const-1', u'RETURN_-1206606342'), (u'LOAD_-1206606528', u'INT_NOTEQUAL_-1206606509'), ('const-2276652', u'COPY_-1206606281'), ('const-4', u'INT_ADD_-1206606517'), (u'CALL_-1206606369', u'INDIRECT_-1206606204'), (u'CALL_-1206606347', u'INDIRECT_-1206606230'), ('const-32', u'INT_NOTEQUAL_-1206606509'), ('tmp_186', u'CBRANCH_-1206606491'), ('const-2230640', u'COPY_-1206606284'), ('const-2270795', u'COPY_-1206606258'), (u'INT_NOTEQUAL_-1206606509', u'CBRANCH_-1206606508')]
null
null
000c5d20
x86
O2
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nundefined8 __regparm3 thunk_FUN_000ba4f0(undefined4 param_1,undefined4 param_2)\n\n{\n int iVar1;\n \n if (*(int *)(DAT_00302378 + 0xc) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/parameters.h",0x69,"target",param_2);\n }\n iVar1 = **(int **)(*(int *)(DAT_00302378 + 0xc) + 4);\n if (iVar1 != 0x20) {\n if (iVar1 == 0x40) {\n return 8;\n }\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/output.cc",0xb8,"default_alignment_for_size",iVar1);\n }\n return 4;\n}\n\n" comment (function_definition "undefined8 __regparm3 thunk_FUN_000ba4f0(undefined4 param_1,undefined4 param_2)\n\n{\n int iVar1;\n \n if (*(int *)(DAT_00302378 + 0xc) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/parameters.h",0x69,"target",param_2);\n }\n iVar1 = **(int **)(*(int *)(DAT_00302378 + 0xc) + 4);\n if (iVar1 != 0x20) {\n if (iVar1 == 0x40) {\n return 8;\n }\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/output.cc",0xb8,"default_alignment_for_size",iVar1);\n }\n return 4;\n}" type_identifier (ERROR "__regparm3" identifier) (function_declarator "thunk_FUN_000ba4f0(undefined4 param_1,undefined4 param_2)" identifier (parameter_list "(undefined4 param_1,undefined4 param_2)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) ))) (compound_statement "{\n int iVar1;\n \n if (*(int *)(DAT_00302378 + 0xc) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/parameters.h",0x69,"target",param_2);\n }\n iVar1 = **(int **)(*(int *)(DAT_00302378 + 0xc) + 4);\n if (iVar1 != 0x20) {\n if (iVar1 == 0x40) {\n return 8;\n }\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/output.cc",0xb8,"default_alignment_for_size",iVar1);\n }\n return 4;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (if_statement "if (*(int *)(DAT_00302378 + 0xc) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/parameters.h",0x69,"target",param_2);\n }" if (parenthesized_expression "(*(int *)(DAT_00302378 + 0xc) == 0)" ( (binary_expression "*(int *)(DAT_00302378 + 0xc) == 0" (pointer_expression "*(int *)(DAT_00302378 + 0xc)" * (cast_expression "(int *)(DAT_00302378 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00302378 + 0xc)" ( (binary_expression "DAT_00302378 + 0xc" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/parameters.h",0x69,"target",param_2);\n }" { comment (expression_statement "FUN_0005f0b0("../../gold/parameters.h",0x69,"target",param_2);" (call_expression "FUN_0005f0b0("../../gold/parameters.h",0x69,"target",param_2)" identifier (argument_list "("../../gold/parameters.h",0x69,"target",param_2)" ( (string_literal ""../../gold/parameters.h"" " string_content ") , number_literal , (string_literal ""target"" " string_content ") , identifier ))) ;) })) (expression_statement "iVar1 = **(int **)(*(int *)(DAT_00302378 + 0xc) + 4);" (assignment_expression "iVar1 = **(int **)(*(int *)(DAT_00302378 + 0xc) + 4)" identifier = (pointer_expression "**(int **)(*(int *)(DAT_00302378 + 0xc) + 4)" * (pointer_expression "*(int **)(*(int *)(DAT_00302378 + 0xc) + 4)" * (cast_expression "(int **)(*(int *)(DAT_00302378 + 0xc) + 4)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(int *)(DAT_00302378 + 0xc) + 4)" ( (binary_expression "*(int *)(DAT_00302378 + 0xc) + 4" (pointer_expression "*(int *)(DAT_00302378 + 0xc)" * (cast_expression "(int *)(DAT_00302378 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00302378 + 0xc)" ( (binary_expression "DAT_00302378 + 0xc" identifier + number_literal) )))) + number_literal) )))))) ;) (if_statement "if (iVar1 != 0x20) {\n if (iVar1 == 0x40) {\n return 8;\n }\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/output.cc",0xb8,"default_alignment_for_size",iVar1);\n }" if (parenthesized_expression "(iVar1 != 0x20)" ( (binary_expression "iVar1 != 0x20" identifier != number_literal) )) (compound_statement "{\n if (iVar1 == 0x40) {\n return 8;\n }\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/output.cc",0xb8,"default_alignment_for_size",iVar1);\n }" { (if_statement "if (iVar1 == 0x40) {\n return 8;\n }" if (parenthesized_expression "(iVar1 == 0x40)" ( (binary_expression "iVar1 == 0x40" identifier == number_literal) )) (compound_statement "{\n return 8;\n }" { (return_statement "return 8;" return number_literal ;) })) comment (expression_statement "FUN_0005f0b0("../../gold/output.cc",0xb8,"default_alignment_for_size",iVar1);" (call_expression "FUN_0005f0b0("../../gold/output.cc",0xb8,"default_alignment_for_size",iVar1)" identifier (argument_list "("../../gold/output.cc",0xb8,"default_alignment_for_size",iVar1)" ( (string_literal ""../../gold/output.cc"" " string_content ") , number_literal , (string_literal ""default_alignment_for_size"" " string_content ") , identifier ))) ;) })) (return_statement "return 4;" return number_literal ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: uint64_t do_addralign(Output_segment_headers * this) */\n\nuint64_t __thiscall gold::Output_segment_headers::do_addralign(Output_segment_headers *this)\n\n{\n int iVar1;\n \n if (parameters->target_ == (Target *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x69,"target");\n }\n iVar1 = **(int **)(parameters->target_ + 4);\n if (iVar1 != 0x20) {\n if (iVar1 == 0x40) {\n return 8;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0xb8,"default_alignment_for_size");\n }\n return 4;\n}\n\n" comment comment comment (function_definition "uint64_t __thiscall gold::Output_segment_headers::do_addralign(Output_segment_headers *this)\n\n{\n int iVar1;\n \n if (parameters->target_ == (Target *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x69,"target");\n }\n iVar1 = **(int **)(parameters->target_ + 4);\n if (iVar1 != 0x20) {\n if (iVar1 == 0x40) {\n return 8;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0xb8,"default_alignment_for_size");\n }\n return 4;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::Output_segment_headers::" identifier : : identifier : :) (function_declarator "do_addralign(Output_segment_headers *this)" identifier (parameter_list "(Output_segment_headers *this)" ( (parameter_declaration "Output_segment_headers *this" type_identifier (pointer_declarator "*this" * identifier)) ))) (compound_statement "{\n int iVar1;\n \n if (parameters->target_ == (Target *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x69,"target");\n }\n iVar1 = **(int **)(parameters->target_ + 4);\n if (iVar1 != 0x20) {\n if (iVar1 == 0x40) {\n return 8;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0xb8,"default_alignment_for_size");\n }\n return 4;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (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 ") ))) ;) })) (expression_statement "iVar1 = **(int **)(parameters->target_ + 4);" (assignment_expression "iVar1 = **(int **)(parameters->target_ + 4)" identifier = (pointer_expression "**(int **)(parameters->target_ + 4)" * (pointer_expression "*(int **)(parameters->target_ + 4)" * (cast_expression "(int **)(parameters->target_ + 4)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(parameters->target_ + 4)" ( (binary_expression "parameters->target_ + 4" (field_expression "parameters->target_" identifier -> field_identifier) + number_literal) )))))) ;) (if_statement "if (iVar1 != 0x20) {\n if (iVar1 == 0x40) {\n return 8;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0xb8,"default_alignment_for_size");\n }" if (parenthesized_expression "(iVar1 != 0x20)" ( (binary_expression "iVar1 != 0x20" identifier != number_literal) )) (compound_statement "{\n if (iVar1 == 0x40) {\n return 8;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0xb8,"default_alignment_for_size");\n }" { (if_statement "if (iVar1 == 0x40) {\n return 8;\n }" if (parenthesized_expression "(iVar1 == 0x40)" ( (binary_expression "iVar1 == 0x40" identifier == number_literal) )) (compound_statement "{\n return 8;\n }" { (return_statement "return 8;" return number_literal ;) })) comment (expression_statement "do_gold_unreachable("../../gold/output.cc",0xb8,"default_alignment_for_size");" (call_expression "do_gold_unreachable("../../gold/output.cc",0xb8,"default_alignment_for_size")" identifier (argument_list "("../../gold/output.cc",0xb8,"default_alignment_for_size")" ( (string_literal ""../../gold/output.cc"" " string_content ") , number_literal , (string_literal ""default_alignment_for_size"" " string_content ") ))) ;) })) (return_statement "return 4;" return number_literal ;) })))
(translation_unit "undefined8 __regparm3 thunk_FUN_000ba4f0(undefined4 param_1,undefined4 param_2)\n\n{\n int iVar1;\n \n if (*(int *)(DAT_00302378 + 0xc) == 0) {\n \n FUN_0005f0b0("../../gold/parameters.h",0x69,"target",param_2);\n }\n iVar1 = **(int **)(*(int *)(DAT_00302378 + 0xc) + 4);\n if (iVar1 != 0x20) {\n if (iVar1 == 0x40) {\n return 8;\n }\n \n FUN_0005f0b0("../../gold/output.cc",0xb8,"default_alignment_for_size",iVar1);\n }\n return 4;\n}\n\n" (function_definition "undefined8 __regparm3 thunk_FUN_000ba4f0(undefined4 param_1,undefined4 param_2)\n\n{\n int iVar1;\n \n if (*(int *)(DAT_00302378 + 0xc) == 0) {\n \n FUN_0005f0b0("../../gold/parameters.h",0x69,"target",param_2);\n }\n iVar1 = **(int **)(*(int *)(DAT_00302378 + 0xc) + 4);\n if (iVar1 != 0x20) {\n if (iVar1 == 0x40) {\n return 8;\n }\n \n FUN_0005f0b0("../../gold/output.cc",0xb8,"default_alignment_for_size",iVar1);\n }\n return 4;\n}" type_identifier (ERROR "__regparm3" identifier) (function_declarator "thunk_FUN_000ba4f0(undefined4 param_1,undefined4 param_2)" identifier (parameter_list "(undefined4 param_1,undefined4 param_2)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) ))) (compound_statement "{\n int iVar1;\n \n if (*(int *)(DAT_00302378 + 0xc) == 0) {\n \n FUN_0005f0b0("../../gold/parameters.h",0x69,"target",param_2);\n }\n iVar1 = **(int **)(*(int *)(DAT_00302378 + 0xc) + 4);\n if (iVar1 != 0x20) {\n if (iVar1 == 0x40) {\n return 8;\n }\n \n FUN_0005f0b0("../../gold/output.cc",0xb8,"default_alignment_for_size",iVar1);\n }\n return 4;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (if_statement "if (*(int *)(DAT_00302378 + 0xc) == 0) {\n \n FUN_0005f0b0("../../gold/parameters.h",0x69,"target",param_2);\n }" if (parenthesized_expression "(*(int *)(DAT_00302378 + 0xc) == 0)" ( (binary_expression "*(int *)(DAT_00302378 + 0xc) == 0" (pointer_expression "*(int *)(DAT_00302378 + 0xc)" * (cast_expression "(int *)(DAT_00302378 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00302378 + 0xc)" ( (binary_expression "DAT_00302378 + 0xc" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n \n FUN_0005f0b0("../../gold/parameters.h",0x69,"target",param_2);\n }" { (expression_statement "FUN_0005f0b0("../../gold/parameters.h",0x69,"target",param_2);" (call_expression "FUN_0005f0b0("../../gold/parameters.h",0x69,"target",param_2)" identifier (argument_list "("../../gold/parameters.h",0x69,"target",param_2)" ( (string_literal ""../../gold/parameters.h"" " string_content ") , number_literal , (string_literal ""target"" " string_content ") , identifier ))) ;) })) (expression_statement "iVar1 = **(int **)(*(int *)(DAT_00302378 + 0xc) + 4);" (assignment_expression "iVar1 = **(int **)(*(int *)(DAT_00302378 + 0xc) + 4)" identifier = (pointer_expression "**(int **)(*(int *)(DAT_00302378 + 0xc) + 4)" * (pointer_expression "*(int **)(*(int *)(DAT_00302378 + 0xc) + 4)" * (cast_expression "(int **)(*(int *)(DAT_00302378 + 0xc) + 4)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(int *)(DAT_00302378 + 0xc) + 4)" ( (binary_expression "*(int *)(DAT_00302378 + 0xc) + 4" (pointer_expression "*(int *)(DAT_00302378 + 0xc)" * (cast_expression "(int *)(DAT_00302378 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00302378 + 0xc)" ( (binary_expression "DAT_00302378 + 0xc" identifier + number_literal) )))) + number_literal) )))))) ;) (if_statement "if (iVar1 != 0x20) {\n if (iVar1 == 0x40) {\n return 8;\n }\n \n FUN_0005f0b0("../../gold/output.cc",0xb8,"default_alignment_for_size",iVar1);\n }" if (parenthesized_expression "(iVar1 != 0x20)" ( (binary_expression "iVar1 != 0x20" identifier != number_literal) )) (compound_statement "{\n if (iVar1 == 0x40) {\n return 8;\n }\n \n FUN_0005f0b0("../../gold/output.cc",0xb8,"default_alignment_for_size",iVar1);\n }" { (if_statement "if (iVar1 == 0x40) {\n return 8;\n }" if (parenthesized_expression "(iVar1 == 0x40)" ( (binary_expression "iVar1 == 0x40" identifier == number_literal) )) (compound_statement "{\n return 8;\n }" { (return_statement "return 8;" return number_literal ;) })) (expression_statement "FUN_0005f0b0("../../gold/output.cc",0xb8,"default_alignment_for_size",iVar1);" (call_expression "FUN_0005f0b0("../../gold/output.cc",0xb8,"default_alignment_for_size",iVar1)" identifier (argument_list "("../../gold/output.cc",0xb8,"default_alignment_for_size",iVar1)" ( (string_literal ""../../gold/output.cc"" " string_content ") , number_literal , (string_literal ""default_alignment_for_size"" " string_content ") , identifier ))) ;) })) (return_statement "return 4;" return number_literal ;) })))
(translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (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 ( (string_literal " string_content ") , LIT , (string_literal " string_content ") , IDENT ))) ;) })) (expression_statement (assignment_expression IDENT = (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 TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) )))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (return_statement return LIT ;) })) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") , IDENT ))) ;) })) (return_statement return LIT ;) })))
(function_definition "undefined8 __regparm3 thunk_FUN_000ba4f0(undefined4 param_1,undefined4 param_2)\n\n{\n int iVar1;\n \n if (*(int *)(DAT_00302378 + 0xc) == 0) {\n \n FUN_0005f0b0("../../gold/parameters.h",0x69,"target",param_2);\n }\n iVar1 = **(int **)(*(int *)(DAT_00302378 + 0xc) + 4);\n if (iVar1 != 0x20) {\n if (iVar1 == 0x40) {\n return 8;\n }\n \n FUN_0005f0b0("../../gold/output.cc",0xb8,"default_alignment_for_size",iVar1);\n }\n return 4;\n}" (type_identifier "undefined8") (ERROR "__regparm3" (identifier "__regparm3")) (function_declarator "thunk_FUN_000ba4f0(undefined4 param_1,undefined4 param_2)" (identifier "thunk_FUN_000ba4f0") (parameter_list "(undefined4 param_1,undefined4 param_2)" (( "(") (parameter_declaration "undefined4 param_1" (type_identifier "undefined4") (identifier "param_1")) (, ",") (parameter_declaration "undefined4 param_2" (type_identifier "undefined4") (identifier "param_2")) () ")"))) (compound_statement "{\n int iVar1;\n \n if (*(int *)(DAT_00302378 + 0xc) == 0) {\n \n FUN_0005f0b0("../../gold/parameters.h",0x69,"target",param_2);\n }\n iVar1 = **(int **)(*(int *)(DAT_00302378 + 0xc) + 4);\n if (iVar1 != 0x20) {\n if (iVar1 == 0x40) {\n return 8;\n }\n \n FUN_0005f0b0("../../gold/output.cc",0xb8,"default_alignment_for_size",iVar1);\n }\n return 4;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (if_statement "if (*(int *)(DAT_00302378 + 0xc) == 0) {\n \n FUN_0005f0b0("../../gold/parameters.h",0x69,"target",param_2);\n }" (if "if") (parenthesized_expression "(*(int *)(DAT_00302378 + 0xc) == 0)" (( "(") (binary_expression "*(int *)(DAT_00302378 + 0xc) == 0" (pointer_expression "*(int *)(DAT_00302378 + 0xc)" (* "*") (cast_expression "(int *)(DAT_00302378 + 0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_00302378 + 0xc)" (( "(") (binary_expression "DAT_00302378 + 0xc" (identifier "DAT_00302378") (+ "+") (number_literal "0xc")) () ")")))) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n \n FUN_0005f0b0("../../gold/parameters.h",0x69,"target",param_2);\n }" ({ "{") (expression_statement "FUN_0005f0b0("../../gold/parameters.h",0x69,"target",param_2);" (call_expression "FUN_0005f0b0("../../gold/parameters.h",0x69,"target",param_2)" (identifier "FUN_0005f0b0") (argument_list "("../../gold/parameters.h",0x69,"target",param_2)" (( "(") (string_literal ""../../gold/parameters.h"" (" """) (string_content "../../gold/parameters.h") (" """)) (, ",") (number_literal "0x69") (, ",") (string_literal ""target"" (" """) (string_content "target") (" """)) (, ",") (identifier "param_2") () ")"))) (; ";")) (} "}"))) (expression_statement "iVar1 = **(int **)(*(int *)(DAT_00302378 + 0xc) + 4);" (assignment_expression "iVar1 = **(int **)(*(int *)(DAT_00302378 + 0xc) + 4)" (identifier "iVar1") (= "=") (pointer_expression "**(int **)(*(int *)(DAT_00302378 + 0xc) + 4)" (* "*") (pointer_expression "*(int **)(*(int *)(DAT_00302378 + 0xc) + 4)" (* "*") (cast_expression "(int **)(*(int *)(DAT_00302378 + 0xc) + 4)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*(int *)(DAT_00302378 + 0xc) + 4)" (( "(") (binary_expression "*(int *)(DAT_00302378 + 0xc) + 4" (pointer_expression "*(int *)(DAT_00302378 + 0xc)" (* "*") (cast_expression "(int *)(DAT_00302378 + 0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_00302378 + 0xc)" (( "(") (binary_expression "DAT_00302378 + 0xc" (identifier "DAT_00302378") (+ "+") (number_literal "0xc")) () ")")))) (+ "+") (number_literal "4")) () ")")))))) (; ";")) (if_statement "if (iVar1 != 0x20) {\n if (iVar1 == 0x40) {\n return 8;\n }\n \n FUN_0005f0b0("../../gold/output.cc",0xb8,"default_alignment_for_size",iVar1);\n }" (if "if") (parenthesized_expression "(iVar1 != 0x20)" (( "(") (binary_expression "iVar1 != 0x20" (identifier "iVar1") (!= "!=") (number_literal "0x20")) () ")")) (compound_statement "{\n if (iVar1 == 0x40) {\n return 8;\n }\n \n FUN_0005f0b0("../../gold/output.cc",0xb8,"default_alignment_for_size",iVar1);\n }" ({ "{") (if_statement "if (iVar1 == 0x40) {\n return 8;\n }" (if "if") (parenthesized_expression "(iVar1 == 0x40)" (( "(") (binary_expression "iVar1 == 0x40" (identifier "iVar1") (== "==") (number_literal "0x40")) () ")")) (compound_statement "{\n return 8;\n }" ({ "{") (return_statement "return 8;" (return "return") (number_literal "8") (; ";")) (} "}"))) (expression_statement "FUN_0005f0b0("../../gold/output.cc",0xb8,"default_alignment_for_size",iVar1);" (call_expression "FUN_0005f0b0("../../gold/output.cc",0xb8,"default_alignment_for_size",iVar1)" (identifier "FUN_0005f0b0") (argument_list "("../../gold/output.cc",0xb8,"default_alignment_for_size",iVar1)" (( "(") (string_literal ""../../gold/output.cc"" (" """) (string_content "../../gold/output.cc") (" """)) (, ",") (number_literal "0xb8") (, ",") (string_literal ""default_alignment_for_size"" (" """) (string_content "default_alignment_for_size") (" """)) (, ",") (identifier "iVar1") () ")"))) (; ";")) (} "}"))) (return_statement "return 4;" (return "return") (number_literal "4") (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original prototype: uint64_t do_addralign(Output_segment_headers * this) */ uint64_t __thiscall gold::type_1::function_1(type_1 *this) { int var_2; if (parameters->target_ == (type_2 *)0x0) { /* WARNING: Subroutine does not return */ var_1("../../gold/parameters.h",0x69,"target"); } var_2 = **(int **)(parameters->target_ + 4); if (var_2 != 0x20) { if (var_2 == 0x40) { return 8; } /* WARNING: Subroutine does not return */ var_1("../../gold/output.cc",0xb8,"default_alignment_for_size"); } return 4; }
null
(translation_unit (function_definition type: (type_identifier) (ERROR (identifier)) 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 (declaration type: (primitive_type) declarator: (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: (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)) (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (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: (primitive_type) 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 (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (return_statement (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content)) (identifier)))))) (return_statement (number_literal)))))
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ undefined8 __regparm3 MASKED(undefined4 param_1,undefined4 param_2) { int iVar1; if (*(int *)(DAT_00302378 + 0xc) == 0) { /* WARNING: Subroutine does not return */ FUN_0005f0b0("../../gold/parameters.h",0x69,"target",param_2); } iVar1 = **(int **)(*(int *)(DAT_00302378 + 0xc) + 4); if (iVar1 != 0x20) { if (iVar1 == 0x40) { return 8; } /* WARNING: Subroutine does not return */ FUN_0005f0b0("../../gold/output.cc",0xb8,"default_alignment_for_size",iVar1); } return 4; }
2240_i686-gnu-dwp_and_i686-gnu-dwp_strip.c
fatal
FUN_000651f0
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: noreturn void fatal(Errors * this, char * format, va_list args) */ void __thiscall gold::Errors::fatal(Errors *this,char *format,va_list args) { char *pcVar1; undefined *puVar2; char *__format; pcVar1 = this->program_name_; __format = (char *)gettext("%s: fatal error: "); puVar2 = PTR_stderr_0038ed28; fprintf(*(FILE **)PTR_stderr_0038ed28,__format,pcVar1); vfprintf(*(FILE **)puVar2,format,args); fputc(10,*(FILE **)puVar2); /* WARNING: Subroutine does not return */ gold_exit(GOLD_ERR); }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_000651f0(undefined4 *param_1,char *param_2,__gnuc_va_list param_3) { undefined4 uVar1; undefined *puVar2; char *__format; uVar1 = *param_1; __format = (char *)gettext("%s: fatal error: "); puVar2 = PTR_stderr_0038ed28; fprintf(*(FILE **)PTR_stderr_0038ed28,__format,uVar1); vfprintf(*(FILE **)puVar2,param_2,param_3); fputc(10,*(FILE **)puVar2); /* WARNING: Subroutine does not return */ FUN_00069c30(1); }
PUSH ESI PUSH EBX CALL 0x00035840 ADD EBX,0x329e09 SUB ESP,0x10 MOV EAX,dword ptr [ESP + 0x1c] MOV ESI,dword ptr [EAX] LEA EAX,[EBX + 0xffef81ca] PUSH EAX CALL 0x000293b0 ADD ESP,0xc PUSH ESI MOV ESI,dword ptr [EBX + 0xfffffd28] PUSH EAX PUSH dword ptr [ESI] CALL 0x00029750 ADD ESP,0xc PUSH dword ptr [ESP + 0x1c] PUSH dword ptr [ESP + 0x1c] PUSH dword ptr [ESI] CALL 0x000299b0 POP EAX POP EDX PUSH dword ptr [ESI] PUSH 0xa CALL 0x00029800 MOV dword ptr [ESP],0x1 CALL 0x00069c30
null
null
null
null
[(u'INDIRECT_-1206299837', u'COPY_-1206299889'), ('tmp_339', u'CALL_-1206300014'), ('const-417', u'LOAD_-1206300071'), (u'CAST_-1206299779', u'LOAD_-1206300003'), ('const-0', u'PTRSUB_-1206299834'), ('const-1', u'RETURN_-1206299963'), (u'COPY_-1206299891', u'CALL_-1206300101'), (u'CALL_-1206300101', u'INDIRECT_-1206299837'), (u'INDIRECT_-1206299774', u'COPY_-1206299833'), (u'CALL_-1206299968', u'INDIRECT_-1206299774'), (u'CALL_-1206300101', u'CAST_-1206299825'), (u'CAST_-1206299808', u'LOAD_-1206300071'), (u'LOAD_-1206300071', u'CALL_-1206300058'), (u'COPY_-1206299889', u'CAST_-1206299789'), (u'LOAD_-1206300003', u'CALL_-1206299985'), (u'INDIRECT_-1206299837', u'CAST_-1206299808'), ('tmp_337', u'PTRSUB_-1206299834'), ('const-2650570', u'COPY_-1206299891'), (u'CALL_-1206300058', u'INDIRECT_-1206299818'), ('const-417', u'LOAD_-1206300124'), (u'PTRSUB_-1206299834', u'LOAD_-1206300124'), (u'CAST_-1206299789', u'LOAD_-1206300027'), (u'CAST_-1206299825', u'CALL_-1206300058'), ('const-417', u'LOAD_-1206300027'), (u'CALL_-1206300014', u'INDIRECT_-1206299799'), ('tmp_338', u'CALL_-1206300014'), (u'LOAD_-1206300027', u'CALL_-1206300014'), ('const-10', u'CALL_-1206299985'), (u'COPY_-1206299889', u'CAST_-1206299779'), (u'LOAD_-1206300124', u'CALL_-1206300058'), ('const-417', u'LOAD_-1206300003'), (u'CALL_-1206299985', u'INDIRECT_-1206299787'), ('const-1', u'CALL_-1206299968')]
[(u'INDIRECT_-1206299837', u'COPY_-1206299890'), ('const-417', u'LOAD_-1206300071'), ('const-2650570', u'COPY_-1206299891'), (u'INDIRECT_-1206299837', u'CAST_-1206299809'), ('const-417', u'LOAD_-1206300027'), ('const-1', u'RETURN_-1206299963'), ('const-417', u'LOAD_-1206300124'), (u'CALL_-1206300101', u'CAST_-1206299826'), (u'CALL_-1206300101', u'INDIRECT_-1206299837'), (u'COPY_-1206299891', u'CALL_-1206300101'), (u'COPY_-1206299890', u'CAST_-1206299790'), (u'INDIRECT_-1206299774', u'COPY_-1206299833'), ('tmp_868', u'LOAD_-1206300124'), (u'CALL_-1206299968', u'INDIRECT_-1206299774'), (u'LOAD_-1206300071', u'CALL_-1206300058'), (u'CAST_-1206299790', u'LOAD_-1206300027'), ('const-417', u'LOAD_-1206300003'), (u'LOAD_-1206300003', u'CALL_-1206299985'), ('const-10', u'CALL_-1206299985'), (u'CAST_-1206299826', u'CALL_-1206300058'), (u'COPY_-1206299890', u'CAST_-1206299780'), (u'CALL_-1206300058', u'INDIRECT_-1206299818'), (u'CAST_-1206299809', u'LOAD_-1206300071'), ('tmp_870', u'CALL_-1206300014'), (u'CALL_-1206300014', u'INDIRECT_-1206299799'), ('const-1', u'CALL_-1206299968'), (u'LOAD_-1206300027', u'CALL_-1206300014'), (u'LOAD_-1206300124', u'CALL_-1206300058'), ('tmp_869', u'CALL_-1206300014'), (u'CALL_-1206299985', u'INDIRECT_-1206299787'), (u'CAST_-1206299780', u'LOAD_-1206300003')]
null
null
000651f0
x86
O2
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_000651f0(undefined4 *param_1,char *param_2,__gnuc_va_list param_3)\n\n{\n undefined4 uVar1;\n undefined *puVar2;\n char *__format;\n \n uVar1 = *param_1;\n __format = (char *)gettext("%s: fatal error: ");\n puVar2 = PTR_stderr_0038ed28;\n fprintf(*(FILE **)PTR_stderr_0038ed28,__format,uVar1);\n vfprintf(*(FILE **)puVar2,param_2,param_3);\n fputc(10,*(FILE **)puVar2);\n /* WARNING: Subroutine does not return */\n FUN_00069c30(1);\n}\n\n" comment (function_definition "void FUN_000651f0(undefined4 *param_1,char *param_2,__gnuc_va_list param_3)\n\n{\n undefined4 uVar1;\n undefined *puVar2;\n char *__format;\n \n uVar1 = *param_1;\n __format = (char *)gettext("%s: fatal error: ");\n puVar2 = PTR_stderr_0038ed28;\n fprintf(*(FILE **)PTR_stderr_0038ed28,__format,uVar1);\n vfprintf(*(FILE **)puVar2,param_2,param_3);\n fputc(10,*(FILE **)puVar2);\n /* WARNING: Subroutine does not return */\n FUN_00069c30(1);\n}" primitive_type (function_declarator "FUN_000651f0(undefined4 *param_1,char *param_2,__gnuc_va_list param_3)" identifier (parameter_list "(undefined4 *param_1,char *param_2,__gnuc_va_list param_3)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "char *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "__gnuc_va_list param_3" type_identifier identifier) ))) (compound_statement "{\n undefined4 uVar1;\n undefined *puVar2;\n char *__format;\n \n uVar1 = *param_1;\n __format = (char *)gettext("%s: fatal error: ");\n puVar2 = PTR_stderr_0038ed28;\n fprintf(*(FILE **)PTR_stderr_0038ed28,__format,uVar1);\n vfprintf(*(FILE **)puVar2,param_2,param_3);\n fputc(10,*(FILE **)puVar2);\n /* WARNING: Subroutine does not return */\n FUN_00069c30(1);\n}" { (declaration "undefined4 uVar1;" type_identifier identifier ;) (declaration "undefined *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "char *__format;" primitive_type (pointer_declarator "*__format" * identifier) ;) (expression_statement "uVar1 = *param_1;" (assignment_expression "uVar1 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "__format = (char *)gettext("%s: fatal error: ");" (assignment_expression "__format = (char *)gettext("%s: fatal error: ")" identifier = (cast_expression "(char *)gettext("%s: fatal error: ")" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "gettext("%s: fatal error: ")" identifier (argument_list "("%s: fatal error: ")" ( (string_literal ""%s: fatal error: "" " string_content ") ))))) ;) (expression_statement "puVar2 = PTR_stderr_0038ed28;" (assignment_expression "puVar2 = PTR_stderr_0038ed28" identifier = identifier) ;) (expression_statement "fprintf(*(FILE **)PTR_stderr_0038ed28,__format,uVar1);" (call_expression "fprintf(*(FILE **)PTR_stderr_0038ed28,__format,uVar1)" identifier (argument_list "(*(FILE **)PTR_stderr_0038ed28,__format,uVar1)" ( (pointer_expression "*(FILE **)PTR_stderr_0038ed28" * (cast_expression "(FILE **)PTR_stderr_0038ed28" ( (type_descriptor "FILE **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier)) , identifier , identifier ))) ;) (expression_statement "vfprintf(*(FILE **)puVar2,param_2,param_3);" (call_expression "vfprintf(*(FILE **)puVar2,param_2,param_3)" identifier (argument_list "(*(FILE **)puVar2,param_2,param_3)" ( (pointer_expression "*(FILE **)puVar2" * (cast_expression "(FILE **)puVar2" ( (type_descriptor "FILE **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier)) , identifier , identifier ))) ;) (expression_statement "fputc(10,*(FILE **)puVar2);" (call_expression "fputc(10,*(FILE **)puVar2)" identifier (argument_list "(10,*(FILE **)puVar2)" ( number_literal , (pointer_expression "*(FILE **)puVar2" * (cast_expression "(FILE **)puVar2" ( (type_descriptor "FILE **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier)) ))) ;) comment (expression_statement "FUN_00069c30(1);" (call_expression "FUN_00069c30(1)" identifier (argument_list "(1)" ( number_literal ))) ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: noreturn void fatal(Errors * this, char * format, va_list args) */\n\nvoid __thiscall gold::Errors::fatal(Errors *this,char *format,va_list args)\n\n{\n char *pcVar1;\n undefined *puVar2;\n char *__format;\n \n pcVar1 = this->program_name_;\n __format = (char *)gettext("%s: fatal error: ");\n puVar2 = PTR_stderr_0038ed28;\n fprintf(*(FILE **)PTR_stderr_0038ed28,__format,pcVar1);\n vfprintf(*(FILE **)puVar2,format,args);\n fputc(10,*(FILE **)puVar2);\n /* WARNING: Subroutine does not return */\n gold_exit(GOLD_ERR);\n}\n\n" comment comment (function_definition "void __thiscall gold::Errors::fatal(Errors *this,char *format,va_list args)\n\n{\n char *pcVar1;\n undefined *puVar2;\n char *__format;\n \n pcVar1 = this->program_name_;\n __format = (char *)gettext("%s: fatal error: ");\n puVar2 = PTR_stderr_0038ed28;\n fprintf(*(FILE **)PTR_stderr_0038ed28,__format,pcVar1);\n vfprintf(*(FILE **)puVar2,format,args);\n fputc(10,*(FILE **)puVar2);\n /* WARNING: Subroutine does not return */\n gold_exit(GOLD_ERR);\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::Errors::" identifier : : identifier : :) (function_declarator "fatal(Errors *this,char *format,va_list args)" identifier (parameter_list "(Errors *this,char *format,va_list args)" ( (parameter_declaration "Errors *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "char *format" primitive_type (pointer_declarator "*format" * identifier)) , (parameter_declaration "va_list args" type_identifier identifier) ))) (compound_statement "{\n char *pcVar1;\n undefined *puVar2;\n char *__format;\n \n pcVar1 = this->program_name_;\n __format = (char *)gettext("%s: fatal error: ");\n puVar2 = PTR_stderr_0038ed28;\n fprintf(*(FILE **)PTR_stderr_0038ed28,__format,pcVar1);\n vfprintf(*(FILE **)puVar2,format,args);\n fputc(10,*(FILE **)puVar2);\n /* WARNING: Subroutine does not return */\n gold_exit(GOLD_ERR);\n}" { (declaration "char *pcVar1;" primitive_type (pointer_declarator "*pcVar1" * identifier) ;) (declaration "undefined *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "char *__format;" primitive_type (pointer_declarator "*__format" * identifier) ;) (expression_statement "pcVar1 = this->program_name_;" (assignment_expression "pcVar1 = this->program_name_" identifier = (field_expression "this->program_name_" identifier -> field_identifier)) ;) (expression_statement "__format = (char *)gettext("%s: fatal error: ");" (assignment_expression "__format = (char *)gettext("%s: fatal error: ")" identifier = (cast_expression "(char *)gettext("%s: fatal error: ")" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "gettext("%s: fatal error: ")" identifier (argument_list "("%s: fatal error: ")" ( (string_literal ""%s: fatal error: "" " string_content ") ))))) ;) (expression_statement "puVar2 = PTR_stderr_0038ed28;" (assignment_expression "puVar2 = PTR_stderr_0038ed28" identifier = identifier) ;) (expression_statement "fprintf(*(FILE **)PTR_stderr_0038ed28,__format,pcVar1);" (call_expression "fprintf(*(FILE **)PTR_stderr_0038ed28,__format,pcVar1)" identifier (argument_list "(*(FILE **)PTR_stderr_0038ed28,__format,pcVar1)" ( (pointer_expression "*(FILE **)PTR_stderr_0038ed28" * (cast_expression "(FILE **)PTR_stderr_0038ed28" ( (type_descriptor "FILE **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier)) , identifier , identifier ))) ;) (expression_statement "vfprintf(*(FILE **)puVar2,format,args);" (call_expression "vfprintf(*(FILE **)puVar2,format,args)" identifier (argument_list "(*(FILE **)puVar2,format,args)" ( (pointer_expression "*(FILE **)puVar2" * (cast_expression "(FILE **)puVar2" ( (type_descriptor "FILE **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier)) , identifier , identifier ))) ;) (expression_statement "fputc(10,*(FILE **)puVar2);" (call_expression "fputc(10,*(FILE **)puVar2)" identifier (argument_list "(10,*(FILE **)puVar2)" ( number_literal , (pointer_expression "*(FILE **)puVar2" * (cast_expression "(FILE **)puVar2" ( (type_descriptor "FILE **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier)) ))) ;) comment (expression_statement "gold_exit(GOLD_ERR);" (call_expression "gold_exit(GOLD_ERR)" identifier (argument_list "(GOLD_ERR)" ( identifier ))) ;) })))
(translation_unit "void FUN_000651f0(undefined4 *param_1,char *param_2,__gnuc_va_list param_3)\n\n{\n undefined4 uVar1;\n undefined *puVar2;\n char *__format;\n \n uVar1 = *param_1;\n __format = (char *)gettext("%s: fatal error: ");\n puVar2 = PTR_stderr_0038ed28;\n fprintf(*(FILE **)PTR_stderr_0038ed28,__format,uVar1);\n vfprintf(*(FILE **)puVar2,param_2,param_3);\n fputc(10,*(FILE **)puVar2);\n \n FUN_00069c30(1);\n}\n\n" (function_definition "void FUN_000651f0(undefined4 *param_1,char *param_2,__gnuc_va_list param_3)\n\n{\n undefined4 uVar1;\n undefined *puVar2;\n char *__format;\n \n uVar1 = *param_1;\n __format = (char *)gettext("%s: fatal error: ");\n puVar2 = PTR_stderr_0038ed28;\n fprintf(*(FILE **)PTR_stderr_0038ed28,__format,uVar1);\n vfprintf(*(FILE **)puVar2,param_2,param_3);\n fputc(10,*(FILE **)puVar2);\n \n FUN_00069c30(1);\n}" primitive_type (function_declarator "FUN_000651f0(undefined4 *param_1,char *param_2,__gnuc_va_list param_3)" identifier (parameter_list "(undefined4 *param_1,char *param_2,__gnuc_va_list param_3)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "char *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "__gnuc_va_list param_3" type_identifier identifier) ))) (compound_statement "{\n undefined4 uVar1;\n undefined *puVar2;\n char *__format;\n \n uVar1 = *param_1;\n __format = (char *)gettext("%s: fatal error: ");\n puVar2 = PTR_stderr_0038ed28;\n fprintf(*(FILE **)PTR_stderr_0038ed28,__format,uVar1);\n vfprintf(*(FILE **)puVar2,param_2,param_3);\n fputc(10,*(FILE **)puVar2);\n \n FUN_00069c30(1);\n}" { (declaration "undefined4 uVar1;" type_identifier identifier ;) (declaration "undefined *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "char *__format;" primitive_type (pointer_declarator "*__format" * identifier) ;) (expression_statement "uVar1 = *param_1;" (assignment_expression "uVar1 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "__format = (char *)gettext("%s: fatal error: ");" (assignment_expression "__format = (char *)gettext("%s: fatal error: ")" identifier = (cast_expression "(char *)gettext("%s: fatal error: ")" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "gettext("%s: fatal error: ")" identifier (argument_list "("%s: fatal error: ")" ( (string_literal ""%s: fatal error: "" " string_content ") ))))) ;) (expression_statement "puVar2 = PTR_stderr_0038ed28;" (assignment_expression "puVar2 = PTR_stderr_0038ed28" identifier = identifier) ;) (expression_statement "fprintf(*(FILE **)PTR_stderr_0038ed28,__format,uVar1);" (call_expression "fprintf(*(FILE **)PTR_stderr_0038ed28,__format,uVar1)" identifier (argument_list "(*(FILE **)PTR_stderr_0038ed28,__format,uVar1)" ( (pointer_expression "*(FILE **)PTR_stderr_0038ed28" * (cast_expression "(FILE **)PTR_stderr_0038ed28" ( (type_descriptor "FILE **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier)) , identifier , identifier ))) ;) (expression_statement "vfprintf(*(FILE **)puVar2,param_2,param_3);" (call_expression "vfprintf(*(FILE **)puVar2,param_2,param_3)" identifier (argument_list "(*(FILE **)puVar2,param_2,param_3)" ( (pointer_expression "*(FILE **)puVar2" * (cast_expression "(FILE **)puVar2" ( (type_descriptor "FILE **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier)) , identifier , identifier ))) ;) (expression_statement "fputc(10,*(FILE **)puVar2);" (call_expression "fputc(10,*(FILE **)puVar2)" identifier (argument_list "(10,*(FILE **)puVar2)" ( number_literal , (pointer_expression "*(FILE **)puVar2" * (cast_expression "(FILE **)puVar2" ( (type_descriptor "FILE **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier)) ))) ;) (expression_statement "FUN_00069c30(1);" (call_expression "FUN_00069c30(1)" identifier (argument_list "(1)" ( number_literal ))) ;) })))
(translation_unit (function_definition TYPE (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 = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( (string_literal " string_content ") ))))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) IDENT)) , IDENT , IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) IDENT)) , IDENT , IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( LIT , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) IDENT)) ))) ;) (expression_statement (call_expression IDENT (argument_list ( LIT ))) ;) })))
(function_definition "void FUN_000651f0(undefined4 *param_1,char *param_2,__gnuc_va_list param_3)\n\n{\n undefined4 uVar1;\n undefined *puVar2;\n char *__format;\n \n uVar1 = *param_1;\n __format = (char *)gettext("%s: fatal error: ");\n puVar2 = PTR_stderr_0038ed28;\n fprintf(*(FILE **)PTR_stderr_0038ed28,__format,uVar1);\n vfprintf(*(FILE **)puVar2,param_2,param_3);\n fputc(10,*(FILE **)puVar2);\n \n FUN_00069c30(1);\n}" (primitive_type "void") (function_declarator "FUN_000651f0(undefined4 *param_1,char *param_2,__gnuc_va_list param_3)" (identifier "FUN_000651f0") (parameter_list "(undefined4 *param_1,char *param_2,__gnuc_va_list param_3)" (( "(") (parameter_declaration "undefined4 *param_1" (type_identifier "undefined4") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "char *param_2" (primitive_type "char") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) (, ",") (parameter_declaration "__gnuc_va_list param_3" (type_identifier "__gnuc_va_list") (identifier "param_3")) () ")"))) (compound_statement "{\n undefined4 uVar1;\n undefined *puVar2;\n char *__format;\n \n uVar1 = *param_1;\n __format = (char *)gettext("%s: fatal error: ");\n puVar2 = PTR_stderr_0038ed28;\n fprintf(*(FILE **)PTR_stderr_0038ed28,__format,uVar1);\n vfprintf(*(FILE **)puVar2,param_2,param_3);\n fputc(10,*(FILE **)puVar2);\n \n FUN_00069c30(1);\n}" ({ "{") (declaration "undefined4 uVar1;" (type_identifier "undefined4") (identifier "uVar1") (; ";")) (declaration "undefined *puVar2;" (type_identifier "undefined") (pointer_declarator "*puVar2" (* "*") (identifier "puVar2")) (; ";")) (declaration "char *__format;" (primitive_type "char") (pointer_declarator "*__format" (* "*") (identifier "__format")) (; ";")) (expression_statement "uVar1 = *param_1;" (assignment_expression "uVar1 = *param_1" (identifier "uVar1") (= "=") (pointer_expression "*param_1" (* "*") (identifier "param_1"))) (; ";")) (expression_statement "__format = (char *)gettext("%s: fatal error: ");" (assignment_expression "__format = (char *)gettext("%s: fatal error: ")" (identifier "__format") (= "=") (cast_expression "(char *)gettext("%s: fatal error: ")" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "gettext("%s: fatal error: ")" (identifier "gettext") (argument_list "("%s: fatal error: ")" (( "(") (string_literal ""%s: fatal error: "" (" """) (string_content "%s: fatal error: ") (" """)) () ")"))))) (; ";")) (expression_statement "puVar2 = PTR_stderr_0038ed28;" (assignment_expression "puVar2 = PTR_stderr_0038ed28" (identifier "puVar2") (= "=") (identifier "PTR_stderr_0038ed28")) (; ";")) (expression_statement "fprintf(*(FILE **)PTR_stderr_0038ed28,__format,uVar1);" (call_expression "fprintf(*(FILE **)PTR_stderr_0038ed28,__format,uVar1)" (identifier "fprintf") (argument_list "(*(FILE **)PTR_stderr_0038ed28,__format,uVar1)" (( "(") (pointer_expression "*(FILE **)PTR_stderr_0038ed28" (* "*") (cast_expression "(FILE **)PTR_stderr_0038ed28" (( "(") (type_descriptor "FILE **" (type_identifier "FILE") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (identifier "PTR_stderr_0038ed28"))) (, ",") (identifier "__format") (, ",") (identifier "uVar1") () ")"))) (; ";")) (expression_statement "vfprintf(*(FILE **)puVar2,param_2,param_3);" (call_expression "vfprintf(*(FILE **)puVar2,param_2,param_3)" (identifier "vfprintf") (argument_list "(*(FILE **)puVar2,param_2,param_3)" (( "(") (pointer_expression "*(FILE **)puVar2" (* "*") (cast_expression "(FILE **)puVar2" (( "(") (type_descriptor "FILE **" (type_identifier "FILE") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (identifier "puVar2"))) (, ",") (identifier "param_2") (, ",") (identifier "param_3") () ")"))) (; ";")) (expression_statement "fputc(10,*(FILE **)puVar2);" (call_expression "fputc(10,*(FILE **)puVar2)" (identifier "fputc") (argument_list "(10,*(FILE **)puVar2)" (( "(") (number_literal "10") (, ",") (pointer_expression "*(FILE **)puVar2" (* "*") (cast_expression "(FILE **)puVar2" (( "(") (type_descriptor "FILE **" (type_identifier "FILE") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (identifier "puVar2"))) () ")"))) (; ";")) (expression_statement "FUN_00069c30(1);" (call_expression "FUN_00069c30(1)" (identifier "FUN_00069c30") (argument_list "(1)" (( "(") (number_literal "1") () ")"))) (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: noreturn void fatal(Errors * this, char * format, va_list args) */ void __thiscall gold::type_1::function_1(type_1 *this,char *format,type_2 args) { char *pcVar1; type_3 *puVar2; char *__format; pcVar1 = this->program_name_; __format = (char *)var_1("%s: fatal error: "); puVar2 = PTR_stderr_0038ed28; var_2(*(type_4 **)PTR_stderr_0038ed28,__format,pcVar1); var_3(*(type_4 **)puVar2,format,args); var_4(10,*(type_4 **)puVar2); /* WARNING: Subroutine does not return */ var_5(GOLD_ERR); }
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))) (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: (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: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content))))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (identifier))) (identifier) (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (identifier))) (identifier) (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (number_literal) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (identifier)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (number_literal)))))))
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(undefined4 *param_1,char *param_2,__gnuc_va_list param_3) { undefined4 uVar1; undefined *puVar2; char *__format; uVar1 = *param_1; __format = (char *)gettext("%s: fatal error: "); puVar2 = PTR_stderr_0038ed28; fprintf(*(FILE **)PTR_stderr_0038ed28,__format,uVar1); vfprintf(*(FILE **)puVar2,param_2,param_3); fputc(10,*(FILE **)puVar2); /* WARNING: Subroutine does not return */ FUN_00069c30(1); }
806_sh4-linux-gnu-as_and_sh4-linux-gnu-as_strip.c
dcgettext
dcgettext
/* WARNING: Control flow encountered bad instruction data */ void dcgettext(void) { /* WARNING: Bad instruction - Truncating control flow here */ /* dcgettext@@GLIBC_2.0 */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ void dcgettext(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1206329230')]
[('const-1', u'RETURN_-1206329230')]
null
null
0007e068
x86
O2
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid dcgettext(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void dcgettext(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "dcgettext(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 dcgettext(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* dcgettext@@GLIBC_2.0 */\n halt_baddata();\n}\n\n" comment (function_definition "void dcgettext(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* dcgettext@@GLIBC_2.0 */\n halt_baddata();\n}" primitive_type (function_declarator "dcgettext(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* dcgettext@@GLIBC_2.0 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "void dcgettext(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void dcgettext(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "dcgettext(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 dcgettext(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "dcgettext(void)" (identifier "dcgettext") (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 */ /* dcgettext@@GLIBC_2.0 */ 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(); }
724_i686-gnu-ld_and_i686-gnu-ld_strip.c
bfd_link_add_undef
bfd_link_add_undef
/* WARNING: Control flow encountered bad instruction data */ void bfd_link_add_undef(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ void bfd_link_add_undef(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1206599326')]
[('const-1', u'RETURN_-1206599326')]
null
null
000bc158
x86
O2
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_link_add_undef(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_link_add_undef(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "bfd_link_add_undef(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_link_add_undef(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_link_add_undef(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "bfd_link_add_undef(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_link_add_undef(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void bfd_link_add_undef(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "bfd_link_add_undef(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_link_add_undef(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "bfd_link_add_undef(void)" (identifier "bfd_link_add_undef") (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(); }
6488_i686-linux-gnu-gold_and_i686-linux-gnu-gold_strip.c
unlink_if_ordinary
FUN_001aa220
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ int unlink_if_ordinary(char *name) { int iVar1; stat st; iVar1 = __lxstat64(3,name,(stat64 *)&st); if ((iVar1 == 0) && ((st.st_mode & 0xd000) == 0x8000)) { iVar1 = unlink(name); return iVar1; } return 1; }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ int FUN_001aa220(char *param_1) { int iVar1; stat64 local_6c; undefined4 uStack_c; uStack_c = 0x1aa227; iVar1 = __lxstat64(3,param_1,&local_6c); if ((iVar1 == 0) && ((local_6c.st_mode & 0xd000) == 0x8000)) { iVar1 = unlink(param_1); return iVar1; } return 1; }
PUSH ESI PUSH EBX CALL 0x00035680 ADD EBX,0x194dd9 SUB ESP,0x68 MOV ESI,dword ptr [ESP + 0x74] LEA EAX,[ESP + 0x4] PUSH EAX PUSH ESI PUSH 0x3 CALL 0x00028440 ADD ESP,0x10 MOV EDX,0x1 TEST EAX,EAX JNZ 0x001aa25d MOV EAX,dword ptr [ESP + 0x10] AND EAX,0xd000 CMP EAX,0x8000 JZ 0x001aa268 ADD ESP,0x64 MOV EAX,EDX POP EBX POP ESI RET SUB ESP,0xc PUSH ESI CALL 0x00028640 ADD ESP,0x10 ADD ESP,0x64 MOV EDX,EAX MOV EAX,EDX POP EBX POP ESI RET
null
null
null
null
[('const-53248', u'INT_AND_-1207590222'), ('tmp_235', u'CBRANCH_-1207590218'), (u'COPY_-1207590207', u'RETURN_-1207590183'), ('const-1', u'COPY_-1207590207'), (u'INT_EQUAL_-1207590258', u'CBRANCH_-1207590256'), ('const-0', u'INT_EQUAL_-1207590258'), (u'CALL_-1207590290', u'INDIRECT_-1207590062'), (u'CALL_-1207590290', u'INT_EQUAL_-1207590258'), (u'INT_AND_-1207590222', u'INT_EQUAL_-1207590222'), ('const-4294967188', u'PTRSUB_-1207590056'), (u'CALL_-1207590163', u'COPY_-1207590136'), ('tmp_175', u'CBRANCH_-1207590256'), (u'PTRSUB_-1207590056', u'CAST_-1207590057'), ('tmp_435', u'CALL_-1207590163'), ('const-3', u'CALL_-1207590290'), ('tmp_543', u'PTRSUB_-1207590056'), ('const-0', u'RETURN_-1207590112'), (u'INDIRECT_-1207590062', u'INT_AND_-1207590222'), ('const-32768', u'INT_EQUAL_-1207590222'), (u'CAST_-1207590057', u'CALL_-1207590290'), ('tmp_435', u'CALL_-1207590290'), (u'INT_EQUAL_-1207590222', u'CBRANCH_-1207590218'), ('const-0', u'RETURN_-1207590183'), (u'COPY_-1207590136', u'RETURN_-1207590112')]
[('const-53248', u'INT_AND_-1207590222'), ('tmp_235', u'CBRANCH_-1207590218'), (u'COPY_-1207590207', u'RETURN_-1207590183'), ('const-4294967188', u'PTRSUB_-1207590056'), ('const-1', u'COPY_-1207590207'), (u'INT_EQUAL_-1207590258', u'CBRANCH_-1207590256'), ('const-0', u'INT_EQUAL_-1207590258'), (u'CALL_-1207590290', u'INDIRECT_-1207590062'), (u'CALL_-1207590290', u'INT_EQUAL_-1207590258'), (u'INT_AND_-1207590222', u'INT_EQUAL_-1207590222'), (u'PTRSUB_-1207590056', u'CALL_-1207590290'), (u'CALL_-1207590163', u'COPY_-1207590136'), ('tmp_175', u'CBRANCH_-1207590256'), ('const-1745447', u'COPY_-1207590358'), ('tmp_544', u'PTRSUB_-1207590056'), ('const-32768', u'INT_EQUAL_-1207590222'), ('tmp_705', u'CALL_-1207590163'), ('const-0', u'RETURN_-1207590112'), (u'INDIRECT_-1207590062', u'INT_AND_-1207590222'), (u'CALL_-1207590163', u'INDIRECT_-1207590011'), ('const-3', u'CALL_-1207590290'), ('tmp_705', u'CALL_-1207590290'), (u'CALL_-1207590290', u'INDIRECT_-1207590060'), (u'INT_EQUAL_-1207590222', u'CBRANCH_-1207590218'), ('const-0', u'RETURN_-1207590183'), (u'COPY_-1207590136', u'RETURN_-1207590112')]
null
null
001aa220
x86
O2
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nint FUN_001aa220(char *param_1)\n\n{\n int iVar1;\n stat64 local_6c;\n undefined4 uStack_c;\n \n uStack_c = 0x1aa227;\n iVar1 = __lxstat64(3,param_1,&local_6c);\n if ((iVar1 == 0) && ((local_6c.st_mode & 0xd000) == 0x8000)) {\n iVar1 = unlink(param_1);\n return iVar1;\n }\n return 1;\n}\n\n" comment (function_definition "int FUN_001aa220(char *param_1)\n\n{\n int iVar1;\n stat64 local_6c;\n undefined4 uStack_c;\n \n uStack_c = 0x1aa227;\n iVar1 = __lxstat64(3,param_1,&local_6c);\n if ((iVar1 == 0) && ((local_6c.st_mode & 0xd000) == 0x8000)) {\n iVar1 = unlink(param_1);\n return iVar1;\n }\n return 1;\n}" primitive_type (function_declarator "FUN_001aa220(char *param_1)" identifier (parameter_list "(char *param_1)" ( (parameter_declaration "char *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n int iVar1;\n stat64 local_6c;\n undefined4 uStack_c;\n \n uStack_c = 0x1aa227;\n iVar1 = __lxstat64(3,param_1,&local_6c);\n if ((iVar1 == 0) && ((local_6c.st_mode & 0xd000) == 0x8000)) {\n iVar1 = unlink(param_1);\n return iVar1;\n }\n return 1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "stat64 local_6c;" type_identifier identifier ;) (declaration "undefined4 uStack_c;" type_identifier identifier ;) (expression_statement "uStack_c = 0x1aa227;" (assignment_expression "uStack_c = 0x1aa227" identifier = number_literal) ;) (expression_statement "iVar1 = __lxstat64(3,param_1,&local_6c);" (assignment_expression "iVar1 = __lxstat64(3,param_1,&local_6c)" identifier = (call_expression "__lxstat64(3,param_1,&local_6c)" identifier (argument_list "(3,param_1,&local_6c)" ( number_literal , identifier , (pointer_expression "&local_6c" & identifier) )))) ;) (if_statement "if ((iVar1 == 0) && ((local_6c.st_mode & 0xd000) == 0x8000)) {\n iVar1 = unlink(param_1);\n return iVar1;\n }" if (parenthesized_expression "((iVar1 == 0) && ((local_6c.st_mode & 0xd000) == 0x8000))" ( (binary_expression "(iVar1 == 0) && ((local_6c.st_mode & 0xd000) == 0x8000)" (parenthesized_expression "(iVar1 == 0)" ( (binary_expression "iVar1 == 0" identifier == number_literal) )) && (parenthesized_expression "((local_6c.st_mode & 0xd000) == 0x8000)" ( (binary_expression "(local_6c.st_mode & 0xd000) == 0x8000" (parenthesized_expression "(local_6c.st_mode & 0xd000)" ( (binary_expression "local_6c.st_mode & 0xd000" (field_expression "local_6c.st_mode" identifier . field_identifier) & number_literal) )) == number_literal) ))) )) (compound_statement "{\n iVar1 = unlink(param_1);\n return iVar1;\n }" { (expression_statement "iVar1 = unlink(param_1);" (assignment_expression "iVar1 = unlink(param_1)" identifier = (call_expression "unlink(param_1)" identifier (argument_list "(param_1)" ( identifier )))) ;) (return_statement "return iVar1;" return identifier ;) })) (return_statement "return 1;" return number_literal ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nint unlink_if_ordinary(char *name)\n\n{\n int iVar1;\n stat st;\n \n iVar1 = __lxstat64(3,name,(stat64 *)&st);\n if ((iVar1 == 0) && ((st.st_mode & 0xd000) == 0x8000)) {\n iVar1 = unlink(name);\n return iVar1;\n }\n return 1;\n}\n\n" comment comment (function_definition "int unlink_if_ordinary(char *name)\n\n{\n int iVar1;\n stat st;\n \n iVar1 = __lxstat64(3,name,(stat64 *)&st);\n if ((iVar1 == 0) && ((st.st_mode & 0xd000) == 0x8000)) {\n iVar1 = unlink(name);\n return iVar1;\n }\n return 1;\n}" primitive_type (function_declarator "unlink_if_ordinary(char *name)" identifier (parameter_list "(char *name)" ( (parameter_declaration "char *name" primitive_type (pointer_declarator "*name" * identifier)) ))) (compound_statement "{\n int iVar1;\n stat st;\n \n iVar1 = __lxstat64(3,name,(stat64 *)&st);\n if ((iVar1 == 0) && ((st.st_mode & 0xd000) == 0x8000)) {\n iVar1 = unlink(name);\n return iVar1;\n }\n return 1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "stat st;" type_identifier identifier ;) (expression_statement "iVar1 = __lxstat64(3,name,(stat64 *)&st);" (assignment_expression "iVar1 = __lxstat64(3,name,(stat64 *)&st)" identifier = (call_expression "__lxstat64(3,name,(stat64 *)&st)" identifier (argument_list "(3,name,(stat64 *)&st)" ( number_literal , identifier , (cast_expression "(stat64 *)&st" ( (type_descriptor "stat64 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&st" & identifier)) )))) ;) (if_statement "if ((iVar1 == 0) && ((st.st_mode & 0xd000) == 0x8000)) {\n iVar1 = unlink(name);\n return iVar1;\n }" if (parenthesized_expression "((iVar1 == 0) && ((st.st_mode & 0xd000) == 0x8000))" ( (binary_expression "(iVar1 == 0) && ((st.st_mode & 0xd000) == 0x8000)" (parenthesized_expression "(iVar1 == 0)" ( (binary_expression "iVar1 == 0" identifier == number_literal) )) && (parenthesized_expression "((st.st_mode & 0xd000) == 0x8000)" ( (binary_expression "(st.st_mode & 0xd000) == 0x8000" (parenthesized_expression "(st.st_mode & 0xd000)" ( (binary_expression "st.st_mode & 0xd000" (field_expression "st.st_mode" identifier . field_identifier) & number_literal) )) == number_literal) ))) )) (compound_statement "{\n iVar1 = unlink(name);\n return iVar1;\n }" { (expression_statement "iVar1 = unlink(name);" (assignment_expression "iVar1 = unlink(name)" identifier = (call_expression "unlink(name)" identifier (argument_list "(name)" ( identifier )))) ;) (return_statement "return iVar1;" return identifier ;) })) (return_statement "return 1;" return number_literal ;) })))
(translation_unit "int FUN_001aa220(char *param_1)\n\n{\n int iVar1;\n stat64 local_6c;\n undefined4 uStack_c;\n \n uStack_c = 0x1aa227;\n iVar1 = __lxstat64(3,param_1,&local_6c);\n if ((iVar1 == 0) && ((local_6c.st_mode & 0xd000) == 0x8000)) {\n iVar1 = unlink(param_1);\n return iVar1;\n }\n return 1;\n}\n\n" (function_definition "int FUN_001aa220(char *param_1)\n\n{\n int iVar1;\n stat64 local_6c;\n undefined4 uStack_c;\n \n uStack_c = 0x1aa227;\n iVar1 = __lxstat64(3,param_1,&local_6c);\n if ((iVar1 == 0) && ((local_6c.st_mode & 0xd000) == 0x8000)) {\n iVar1 = unlink(param_1);\n return iVar1;\n }\n return 1;\n}" primitive_type (function_declarator "FUN_001aa220(char *param_1)" identifier (parameter_list "(char *param_1)" ( (parameter_declaration "char *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n int iVar1;\n stat64 local_6c;\n undefined4 uStack_c;\n \n uStack_c = 0x1aa227;\n iVar1 = __lxstat64(3,param_1,&local_6c);\n if ((iVar1 == 0) && ((local_6c.st_mode & 0xd000) == 0x8000)) {\n iVar1 = unlink(param_1);\n return iVar1;\n }\n return 1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "stat64 local_6c;" type_identifier identifier ;) (declaration "undefined4 uStack_c;" type_identifier identifier ;) (expression_statement "uStack_c = 0x1aa227;" (assignment_expression "uStack_c = 0x1aa227" identifier = number_literal) ;) (expression_statement "iVar1 = __lxstat64(3,param_1,&local_6c);" (assignment_expression "iVar1 = __lxstat64(3,param_1,&local_6c)" identifier = (call_expression "__lxstat64(3,param_1,&local_6c)" identifier (argument_list "(3,param_1,&local_6c)" ( number_literal , identifier , (pointer_expression "&local_6c" & identifier) )))) ;) (if_statement "if ((iVar1 == 0) && ((local_6c.st_mode & 0xd000) == 0x8000)) {\n iVar1 = unlink(param_1);\n return iVar1;\n }" if (parenthesized_expression "((iVar1 == 0) && ((local_6c.st_mode & 0xd000) == 0x8000))" ( (binary_expression "(iVar1 == 0) && ((local_6c.st_mode & 0xd000) == 0x8000)" (parenthesized_expression "(iVar1 == 0)" ( (binary_expression "iVar1 == 0" identifier == number_literal) )) && (parenthesized_expression "((local_6c.st_mode & 0xd000) == 0x8000)" ( (binary_expression "(local_6c.st_mode & 0xd000) == 0x8000" (parenthesized_expression "(local_6c.st_mode & 0xd000)" ( (binary_expression "local_6c.st_mode & 0xd000" (field_expression "local_6c.st_mode" identifier . field_identifier) & number_literal) )) == number_literal) ))) )) (compound_statement "{\n iVar1 = unlink(param_1);\n return iVar1;\n }" { (expression_statement "iVar1 = unlink(param_1);" (assignment_expression "iVar1 = unlink(param_1)" identifier = (call_expression "unlink(param_1)" identifier (argument_list "(param_1)" ( identifier )))) ;) (return_statement "return iVar1;" return identifier ;) })) (return_statement "return 1;" return number_literal ;) })))
(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 IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , IDENT , (pointer_expression & IDENT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT == LIT) )) && (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (field_expression IDENT . field_identifier) & LIT) )) == LIT) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (return_statement return IDENT ;) })) (return_statement return LIT ;) })))
(function_definition "int FUN_001aa220(char *param_1)\n\n{\n int iVar1;\n stat64 local_6c;\n undefined4 uStack_c;\n \n uStack_c = 0x1aa227;\n iVar1 = __lxstat64(3,param_1,&local_6c);\n if ((iVar1 == 0) && ((local_6c.st_mode & 0xd000) == 0x8000)) {\n iVar1 = unlink(param_1);\n return iVar1;\n }\n return 1;\n}" (primitive_type "int") (function_declarator "FUN_001aa220(char *param_1)" (identifier "FUN_001aa220") (parameter_list "(char *param_1)" (( "(") (parameter_declaration "char *param_1" (primitive_type "char") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n int iVar1;\n stat64 local_6c;\n undefined4 uStack_c;\n \n uStack_c = 0x1aa227;\n iVar1 = __lxstat64(3,param_1,&local_6c);\n if ((iVar1 == 0) && ((local_6c.st_mode & 0xd000) == 0x8000)) {\n iVar1 = unlink(param_1);\n return iVar1;\n }\n return 1;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (declaration "stat64 local_6c;" (type_identifier "stat64") (identifier "local_6c") (; ";")) (declaration "undefined4 uStack_c;" (type_identifier "undefined4") (identifier "uStack_c") (; ";")) (expression_statement "uStack_c = 0x1aa227;" (assignment_expression "uStack_c = 0x1aa227" (identifier "uStack_c") (= "=") (number_literal "0x1aa227")) (; ";")) (expression_statement "iVar1 = __lxstat64(3,param_1,&local_6c);" (assignment_expression "iVar1 = __lxstat64(3,param_1,&local_6c)" (identifier "iVar1") (= "=") (call_expression "__lxstat64(3,param_1,&local_6c)" (identifier "__lxstat64") (argument_list "(3,param_1,&local_6c)" (( "(") (number_literal "3") (, ",") (identifier "param_1") (, ",") (pointer_expression "&local_6c" (& "&") (identifier "local_6c")) () ")")))) (; ";")) (if_statement "if ((iVar1 == 0) && ((local_6c.st_mode & 0xd000) == 0x8000)) {\n iVar1 = unlink(param_1);\n return iVar1;\n }" (if "if") (parenthesized_expression "((iVar1 == 0) && ((local_6c.st_mode & 0xd000) == 0x8000))" (( "(") (binary_expression "(iVar1 == 0) && ((local_6c.st_mode & 0xd000) == 0x8000)" (parenthesized_expression "(iVar1 == 0)" (( "(") (binary_expression "iVar1 == 0" (identifier "iVar1") (== "==") (number_literal "0")) () ")")) (&& "&&") (parenthesized_expression "((local_6c.st_mode & 0xd000) == 0x8000)" (( "(") (binary_expression "(local_6c.st_mode & 0xd000) == 0x8000" (parenthesized_expression "(local_6c.st_mode & 0xd000)" (( "(") (binary_expression "local_6c.st_mode & 0xd000" (field_expression "local_6c.st_mode" (identifier "local_6c") (. ".") (field_identifier "st_mode")) (& "&") (number_literal "0xd000")) () ")")) (== "==") (number_literal "0x8000")) () ")"))) () ")")) (compound_statement "{\n iVar1 = unlink(param_1);\n return iVar1;\n }" ({ "{") (expression_statement "iVar1 = unlink(param_1);" (assignment_expression "iVar1 = unlink(param_1)" (identifier "iVar1") (= "=") (call_expression "unlink(param_1)" (identifier "unlink") (argument_list "(param_1)" (( "(") (identifier "param_1") () ")")))) (; ";")) (return_statement "return iVar1;" (return "return") (identifier "iVar1") (; ";")) (} "}"))) (return_statement "return 1;" (return "return") (number_literal "1") (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ int function_1(char *name) { int var_2; type_1 st; var_2 = var_1(3,name,(type_2 *)&st); if ((var_2 == 0) && ((st.st_mode & 0xd000) == 0x8000)) { var_2 = var_3(name); return var_2; } return 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 (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 (number_literal) (identifier) (pointer_expression argument: (identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (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: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (return_statement (identifier)))) (return_statement (number_literal)))))
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ int MASKED(char *param_1) { int iVar1; stat64 local_6c; undefined4 uStack_c; uStack_c = 0x1aa227; iVar1 = __lxstat64(3,param_1,&local_6c); if ((iVar1 == 0) && ((local_6c.st_mode & 0xd000) == 0x8000)) { iVar1 = unlink(param_1); return iVar1; } return 1; }
3627_powerpc64-linux-gnu-ld_and_powerpc64-linux-gnu-ld_strip.c
~Incremental_dynobj_entry
FUN_000e5f20
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void ~Incremental_dynobj_entry(Incremental_dynobj_entry * this, int __in_chrg) */ void __thiscall gold::Incremental_dynobj_entry::~Incremental_dynobj_entry (Incremental_dynobj_entry *this,int __in_chrg) { }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_000e5f20(undefined4 param_1) { FUN_00248200(param_1,0x2c); return; }
PUSH EBX CALL 0x0003a210 ADD EBX,0x32e0da SUB ESP,0x10 PUSH 0x2c PUSH dword ptr [ESP + 0x1c] CALL 0x00248200 ADD ESP,0x18 POP EBX RET
null
null
null
null
[('const-1', u'RETURN_-1206821070')]
[('tmp_250', u'CALL_-1206821026'), ('const-44', u'CALL_-1206821026'), ('const-0', u'RETURN_-1206820998')]
null
null
000e5f20
x86
O2
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_000e5f20(undefined4 param_1)\n\n{\n FUN_00248200(param_1,0x2c);\n return;\n}\n\n" comment (function_definition "void FUN_000e5f20(undefined4 param_1)\n\n{\n FUN_00248200(param_1,0x2c);\n return;\n}" primitive_type (function_declarator "FUN_000e5f20(undefined4 param_1)" identifier (parameter_list "(undefined4 param_1)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) ))) (compound_statement "{\n FUN_00248200(param_1,0x2c);\n return;\n}" { (expression_statement "FUN_00248200(param_1,0x2c);" (call_expression "FUN_00248200(param_1,0x2c)" identifier (argument_list "(param_1,0x2c)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void ~Incremental_dynobj_entry(Incremental_dynobj_entry * this, int\n __in_chrg) */\n\nvoid __thiscall\ngold::Incremental_dynobj_entry::~Incremental_dynobj_entry\n (Incremental_dynobj_entry *this,int __in_chrg)\n\n{\n}\n\n" comment comment (function_definition "void __thiscall\ngold::Incremental_dynobj_entry::~Incremental_dynobj_entry\n (Incremental_dynobj_entry *this,int __in_chrg)\n\n{\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::Incremental_dynobj_entry::~" identifier : : identifier : : ~) (function_declarator "Incremental_dynobj_entry\n (Incremental_dynobj_entry *this,int __in_chrg)" identifier (parameter_list "(Incremental_dynobj_entry *this,int __in_chrg)" ( (parameter_declaration "Incremental_dynobj_entry *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "int __in_chrg" primitive_type identifier) ))) (compound_statement "{\n}" { })))
(translation_unit "void FUN_000e5f20(undefined4 param_1)\n\n{\n FUN_00248200(param_1,0x2c);\n return;\n}\n\n" (function_definition "void FUN_000e5f20(undefined4 param_1)\n\n{\n FUN_00248200(param_1,0x2c);\n return;\n}" primitive_type (function_declarator "FUN_000e5f20(undefined4 param_1)" identifier (parameter_list "(undefined4 param_1)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) ))) (compound_statement "{\n FUN_00248200(param_1,0x2c);\n return;\n}" { (expression_statement "FUN_00248200(param_1,0x2c);" (call_expression "FUN_00248200(param_1,0x2c)" identifier (argument_list "(param_1,0x2c)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT ))) ;) (return_statement return ;) })))
(function_definition "void FUN_000e5f20(undefined4 param_1)\n\n{\n FUN_00248200(param_1,0x2c);\n return;\n}" (primitive_type "void") (function_declarator "FUN_000e5f20(undefined4 param_1)" (identifier "FUN_000e5f20") (parameter_list "(undefined4 param_1)" (( "(") (parameter_declaration "undefined4 param_1" (type_identifier "undefined4") (identifier "param_1")) () ")"))) (compound_statement "{\n FUN_00248200(param_1,0x2c);\n return;\n}" ({ "{") (expression_statement "FUN_00248200(param_1,0x2c);" (call_expression "FUN_00248200(param_1,0x2c)" (identifier "FUN_00248200") (argument_list "(param_1,0x2c)" (( "(") (identifier "param_1") (, ",") (number_literal "0x2c") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void ~Incremental_dynobj_entry(Incremental_dynobj_entry * this, int __in_chrg) */ void __thiscall gold::function_1::~function_1 (function_1 *this,int __in_chrg) { }
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 (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal)))) (return_statement))))
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(undefined4 param_1) { FUN_00248200(param_1,0x2c); return; }
997_x86_64-linux-gnux32-dwp_and_x86_64-linux-gnux32-dwp_strip.c
local_symbol_count
FUN_000371d0
/* DWARF original prototype: uint local_symbol_count(Relobj * this) */ uint __thiscall gold::Relobj::local_symbol_count(Relobj *this) { uint uVar1; /* WARNING: Could not recover jumptable at 0x000371d6. Too many branches */ /* WARNING: Treating indirect jump as call */ uVar1 = (*(this->super_Object)._vptr_Object[0x2f])(); return uVar1; }
void FUN_000371d0(int *param_1) { /* WARNING: Could not recover jumptable at 0x000371d6. Too many branches */ /* WARNING: Treating indirect jump as call */ (**(code **)(*param_1 + 0xbc))(); return; }
MOV EAX,dword ptr [ESP + 0x4] MOV EAX,dword ptr [EAX] JMP dword ptr [EAX + 0xbc]
null
null
null
null
[(u'LOAD_-1206095394', u'CALLIND_-1206095387'), ('const-417', u'LOAD_-1206095394'), ('const-417', u'LOAD_-1206095399'), ('tmp_27', u'PTRSUB_-1206095323'), (u'LOAD_-1206095399', u'PTRADD_-1206095320'), ('const-0', u'PTRSUB_-1206095323'), (u'PTRADD_-1206095320', u'LOAD_-1206095394'), (u'PTRSUB_-1206095322', u'LOAD_-1206095399'), (u'PTRSUB_-1206095323', u'PTRSUB_-1206095322'), ('const-4', u'PTRADD_-1206095320'), ('const-1', u'RETURN_-1206095384'), (u'CALLIND_-1206095387', u'RETURN_-1206095384'), ('const-47', u'PTRADD_-1206095320'), ('const-0', u'PTRSUB_-1206095322')]
[(u'LOAD_-1206095394', u'CALLIND_-1206095387'), (u'INT_ADD_-1206095378', u'CAST_-1206095322'), ('tmp_45', u'LOAD_-1206095399'), ('const-188', u'INT_ADD_-1206095378'), (u'LOAD_-1206095399', u'INT_ADD_-1206095378'), ('const-417', u'LOAD_-1206095394'), ('const-417', u'LOAD_-1206095399'), ('const-1', u'RETURN_-1206095384'), (u'CAST_-1206095322', u'LOAD_-1206095394')]
null
null
000371d0
x86
O2
(translation_unit "void FUN_000371d0(int *param_1)\n\n{\n /* WARNING: Could not recover jumptable at 0x000371d6. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (**(code **)(*param_1 + 0xbc))();\n return;\n}\n\n" (function_definition "void FUN_000371d0(int *param_1)\n\n{\n /* WARNING: Could not recover jumptable at 0x000371d6. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (**(code **)(*param_1 + 0xbc))();\n return;\n}" primitive_type (function_declarator "FUN_000371d0(int *param_1)" identifier (parameter_list "(int *param_1)" ( (parameter_declaration "int *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n /* WARNING: Could not recover jumptable at 0x000371d6. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (**(code **)(*param_1 + 0xbc))();\n return;\n}" { comment comment (expression_statement "(**(code **)(*param_1 + 0xbc))();" (call_expression "(**(code **)(*param_1 + 0xbc))()" (parenthesized_expression "(**(code **)(*param_1 + 0xbc))" ( (pointer_expression "**(code **)(*param_1 + 0xbc)" * (pointer_expression "*(code **)(*param_1 + 0xbc)" * (cast_expression "(code **)(*param_1 + 0xbc)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0xbc)" ( (binary_expression "*param_1 + 0xbc" (pointer_expression "*param_1" * identifier) + number_literal) ))))) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "/* DWARF original prototype: uint local_symbol_count(Relobj * this) */\n\nuint __thiscall gold::Relobj::local_symbol_count(Relobj *this)\n\n{\n uint uVar1;\n \n /* WARNING: Could not recover jumptable at 0x000371d6. Too many branches */\n /* WARNING: Treating indirect jump as call */\n uVar1 = (*(this->super_Object)._vptr_Object[0x2f])();\n return uVar1;\n}\n\n" comment (function_definition "uint __thiscall gold::Relobj::local_symbol_count(Relobj *this)\n\n{\n uint uVar1;\n \n /* WARNING: Could not recover jumptable at 0x000371d6. Too many branches */\n /* WARNING: Treating indirect jump as call */\n uVar1 = (*(this->super_Object)._vptr_Object[0x2f])();\n return uVar1;\n}" type_identifier (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::Relobj::" identifier : : identifier : :) (function_declarator "local_symbol_count(Relobj *this)" identifier (parameter_list "(Relobj *this)" ( (parameter_declaration "Relobj *this" type_identifier (pointer_declarator "*this" * identifier)) ))) (compound_statement "{\n uint uVar1;\n \n /* WARNING: Could not recover jumptable at 0x000371d6. Too many branches */\n /* WARNING: Treating indirect jump as call */\n uVar1 = (*(this->super_Object)._vptr_Object[0x2f])();\n return uVar1;\n}" { (declaration "uint uVar1;" type_identifier identifier ;) comment comment (expression_statement "uVar1 = (*(this->super_Object)._vptr_Object[0x2f])();" (assignment_expression "uVar1 = (*(this->super_Object)._vptr_Object[0x2f])()" identifier = (call_expression "(*(this->super_Object)._vptr_Object[0x2f])()" (parenthesized_expression "(*(this->super_Object)._vptr_Object[0x2f])" ( (pointer_expression "*(this->super_Object)._vptr_Object[0x2f]" * (subscript_expression "(this->super_Object)._vptr_Object[0x2f]" (field_expression "(this->super_Object)._vptr_Object" (parenthesized_expression "(this->super_Object)" ( (field_expression "this->super_Object" identifier -> field_identifier) )) . field_identifier) [ number_literal ])) )) (argument_list "()" ( )))) ;) (return_statement "return uVar1;" return identifier ;) })))
(translation_unit "void FUN_000371d0(int *param_1)\n\n{\n \n \n (**(code **)(*param_1 + 0xbc))();\n return;\n}\n\n" (function_definition "void FUN_000371d0(int *param_1)\n\n{\n \n \n (**(code **)(*param_1 + 0xbc))();\n return;\n}" primitive_type (function_declarator "FUN_000371d0(int *param_1)" identifier (parameter_list "(int *param_1)" ( (parameter_declaration "int *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n \n \n (**(code **)(*param_1 + 0xbc))();\n return;\n}" { (expression_statement "(**(code **)(*param_1 + 0xbc))();" (call_expression "(**(code **)(*param_1 + 0xbc))()" (parenthesized_expression "(**(code **)(*param_1 + 0xbc))" ( (pointer_expression "**(code **)(*param_1 + 0xbc)" * (pointer_expression "*(code **)(*param_1 + 0xbc)" * (cast_expression "(code **)(*param_1 + 0xbc)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0xbc)" ( (binary_expression "*param_1 + 0xbc" (pointer_expression "*param_1" * identifier) + number_literal) ))))) )) (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 * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( ))) ;) (return_statement return ;) })))
(function_definition "void FUN_000371d0(int *param_1)\n\n{\n \n \n (**(code **)(*param_1 + 0xbc))();\n return;\n}" (primitive_type "void") (function_declarator "FUN_000371d0(int *param_1)" (identifier "FUN_000371d0") (parameter_list "(int *param_1)" (( "(") (parameter_declaration "int *param_1" (primitive_type "int") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n \n \n (**(code **)(*param_1 + 0xbc))();\n return;\n}" ({ "{") (expression_statement "(**(code **)(*param_1 + 0xbc))();" (call_expression "(**(code **)(*param_1 + 0xbc))()" (parenthesized_expression "(**(code **)(*param_1 + 0xbc))" (( "(") (pointer_expression "**(code **)(*param_1 + 0xbc)" (* "*") (pointer_expression "*(code **)(*param_1 + 0xbc)" (* "*") (cast_expression "(code **)(*param_1 + 0xbc)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_1 + 0xbc)" (( "(") (binary_expression "*param_1 + 0xbc" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "0xbc")) () ")"))))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* DWARF original prototype: uint local_symbol_count(Relobj * this) */ type_1 __thiscall gold::type_2::function_1(type_2 *this) { type_1 uVar1; /* WARNING: Could not recover jumptable at 0x000371d6. Too many branches */ /* WARNING: Treating indirect jump as call */ uVar1 = (*(this->super_Object)._vptr_Object[0x2f])(); return uVar1; }
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: (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))) (return_statement))))
null
void MASKED(int *param_1) { /* WARNING: Could not recover jumptable at 0x000371d6. Too many branches */ /* WARNING: Treating indirect jump as call */ (**(code **)(*param_1 + 0xbc))(); return; }
9391_aarch64-linux-gnu-dwp_and_aarch64-linux-gnu-dwp_strip.c
__money_get<wchar_t>
FUN_0022a980
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > std::__facet_shims::__money_get<wchar_t>(std::integral_constant<bool, false>, std::locale::facet const*, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> >, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> >, bool, std::ios_base&, std::_Ios_Iostate&, long double*, std::__facet_shims::__any_string*) */ undefined4 * std::__facet_shims::__money_get<wchar_t> (undefined4 *param_1,undefined4 param_2,int *param_3,undefined4 param_4,undefined4 param_5 ,undefined4 param_6,undefined4 param_7,undefined1 param_8,undefined4 param_9,int *param_10 ,int param_11,wstring *param_12) { int *piVar1; int iVar2; undefined4 local_34; undefined4 local_30; undefined *local_20 [4]; if (param_11 == 0) { local_20[0] = &DAT_00397f6c; /* try { // try from 0022aa07 to 0022aa93 has its CatchHandler @ 0022aac3 */ (**(code **)(*param_3 + 0xc)) (&local_34,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10, (wstring *)local_20); if (*param_10 == 0) { if (*(code **)(param_12 + 0x18) != (code *)0x0) { (**(code **)(param_12 + 0x18))(param_12); } std::wstring::wstring(param_12,(wstring *)local_20); *(undefined4 *)(param_12 + 4) = *(undefined4 *)(local_20[0] + -0xc); *(code **)(param_12 + 0x18) = (anonymous_namespace)::__destroy_string<wchar_t>; } *param_1 = local_34; param_1[1] = local_30; if ((allocator *)(local_20[0] + -0xc) != (allocator *)&std::wstring::_Rep::_S_empty_rep_storage) { if (PTR___pthread_key_create_0038ef24 == (undefined *)0x0) { iVar2 = *(int *)(local_20[0] + -4); *(int *)(local_20[0] + -4) = iVar2 + -1; } else { LOCK(); piVar1 = (int *)(local_20[0] + -4); iVar2 = *piVar1; *piVar1 = *piVar1 + -1; UNLOCK(); } if (iVar2 < 1) { std::wstring::_Rep::_M_destroy((allocator *)(local_20[0] + -0xc)); } } } else { (**(code **)(*param_3 + 8)) (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10,param_11); } return param_1; }
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ undefined4 * FUN_0022a980(undefined4 *param_1,undefined4 param_2,int *param_3,undefined4 param_4, undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined1 param_8, undefined4 param_9,int *param_10,int param_11,int param_12) { int *piVar1; int iVar2; undefined4 local_34; undefined4 local_30; undefined1 local_21; undefined *local_20 [4]; if (param_11 == 0) { local_20[0] = &DAT_00397f6c; /* try { // try from 0022aa07 to 0022aa93 has its CatchHandler @ 0022aac3 */ (**(code **)(*param_3 + 0xc)) (&local_34,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10,local_20); if (*param_10 == 0) { if (*(code **)(param_12 + 0x18) != (code *)0x0) { (**(code **)(param_12 + 0x18))(param_12); } FUN_0026b560(param_12,local_20); *(undefined4 *)(param_12 + 4) = *(undefined4 *)(local_20[0] + -0xc); *(code **)(param_12 + 0x18) = FUN_00228610; } *param_1 = local_34; param_1[1] = local_30; if ((undefined4 *)(local_20[0] + -0xc) != &DAT_00397f60) { if (PTR___pthread_key_create_0038ef24 == (undefined *)0x0) { iVar2 = *(int *)(local_20[0] + -4); *(int *)(local_20[0] + -4) = iVar2 + -1; } else { LOCK(); piVar1 = (int *)(local_20[0] + -4); iVar2 = *piVar1; *piVar1 = *piVar1 + -1; UNLOCK(); } if (iVar2 < 1) { FUN_00269d10(local_20[0] + -0xc,&local_21); } } } else { (**(code **)(*param_3 + 8)) (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10,param_11); } return param_1; }
CALL 0x000559e6 ADD EAX,0x16467b PUSH EBP MOV EBP,ESP PUSH EDI PUSH ESI PUSH EBX SUB ESP,0x2c MOV EBX,dword ptr [EBP + 0x30] MOV EDI,dword ptr [EBP + 0x28] MOV dword ptr [EBP + -0x34],EAX MOV EAX,dword ptr [EBP + 0x10] MOVZX ECX,byte ptr [EBP + 0x24] MOV EDX,dword ptr [EAX] TEST EBX,EBX JZ 0x0022a9d8 SUB ESP,0x8 PUSH EBX PUSH dword ptr [EBP + 0x2c] PUSH EDI PUSH ECX PUSH dword ptr [EBP + 0x20] PUSH dword ptr [EBP + 0x1c] PUSH dword ptr [EBP + 0x18] PUSH dword ptr [EBP + 0x14] PUSH EAX PUSH dword ptr [EBP + 0x8] CALL dword ptr [EDX + 0x8] ADD ESP,0x2c MOV EAX,dword ptr [EBP + 0x8] LEA ESP,[EBP + -0xc] POP EBX POP ESI POP EDI POP EBP RET 0x4 MOV ESI,dword ptr [EBP + -0x34] SUB ESP,0x8 LEA ESI,[ESI + 0x8f60] LEA EBX,[ESI + 0xc] MOV dword ptr [EBP + -0x38],ESI LEA ESI,[EBP + -0x30] MOV dword ptr [EBP + -0x1c],EBX LEA EBX,[EBP + -0x1c] PUSH EBX PUSH dword ptr [EBP + 0x2c] PUSH EDI PUSH ECX PUSH dword ptr [EBP + 0x20] PUSH dword ptr [EBP + 0x1c] PUSH dword ptr [EBP + 0x18] PUSH dword ptr [EBP + 0x14] PUSH EAX PUSH ESI CALL dword ptr [EDX + 0xc] MOV EAX,dword ptr [EBP + 0x2c] MOV ESI,dword ptr [EBP + -0x30] ADD ESP,0x2c MOV EDI,dword ptr [EBP + -0x2c] MOV EAX,dword ptr [EAX] TEST EAX,EAX JZ 0x0022aa70 MOV EAX,dword ptr [EBP + -0x1c] MOV ECX,dword ptr [EBP + 0x8] LEA EDX,[EAX + -0xc] MOV dword ptr [ECX],ESI MOV dword ptr [ECX + 0x4],EDI CMP EDX,dword ptr [EBP + -0x38] JZ 0x0022a9c8 MOV EDI,dword ptr [EBP + -0x34] MOV ECX,dword ptr [EDI + 0xffffff24] TEST ECX,ECX JZ 0x0022aab8 MOV ECX,0xffffffff XADD.LOCK dword ptr [EAX + -0x4],ECX TEST ECX,ECX JG 0x0022a9c8 SUB ESP,0x8 LEA EAX,[EBP + -0x1d] MOV EBX,dword ptr [EBP + -0x34] PUSH EAX PUSH EDX CALL 0x00269d10 ADD ESP,0x10 JMP 0x0022a9c8 MOV EAX,dword ptr [EBP + 0x34] MOV EAX,dword ptr [EAX + 0x18] TEST EAX,EAX JZ 0x0022aa85 SUB ESP,0xc PUSH dword ptr [EBP + 0x34] CALL EAX ADD ESP,0x10 SUB ESP,0x8 PUSH EBX MOV EBX,dword ptr [EBP + -0x34] PUSH dword ptr [EBP + 0x34] CALL 0x0026b560 MOV EAX,dword ptr [EBP + -0x1c] MOV EBX,dword ptr [EBP + 0x34] ADD ESP,0x10 MOV ECX,dword ptr [EBP + -0x34] MOV EDX,dword ptr [EAX + -0xc] MOV dword ptr [EBX + 0x4],EDX LEA EDX,[ECX + 0xffe99610] MOV dword ptr [EBX + 0x18],EDX JMP 0x0022aa1f MOV ECX,dword ptr [EAX + -0x4] LEA EBX,[ECX + -0x1] MOV dword ptr [EAX + -0x4],EBX JMP 0x0022aa46
null
null
null
null
[('const-417', u'LOAD_-1203918283'), (u'PTRSUB_-1203917228', u'CAST_-1203917228'), ('const-0', u'PTRSUB_-1203918132'), ('const-1', u'PTRADD_-1203917636'), (u'CAST_-1203917035', u'STORE_-1203917696'), ('const-1', u'PTRADD_-1203917650'), ('const-4', u'PTRADD_-1203917173'), (u'CALL_-1203917889', u'INDIRECT_-1203917208'), ('const-1', u'PTRADD_-1203917782'), (u'PTRSUB_-1203917172', u'CAST_-1203917163'), (u'STORE_-1203917774', u'INDIRECT_-1203917038'), ('const-24', u'PTRADD_-1203917782'), ('const-4294967244', u'PTRSUB_-1203917235'), ('tmp_3407', u'CALLIND_-1203918273'), ('tmp_685', u'CBRANCH_-1203918052'), ('const-0', u'INT_NOTEQUAL_-1203917825'), ('const-417', u'LOAD_-1203917787'), (u'CAST_-1203917020', u'LOAD_-1203917787'), (u'PTRADD_-1203917725', u'CAST_-1203917020'), (u'LOAD_-1203917718', u'STORE_-1203917710'), (u'LOAD_-1203917787', u'MULTIEQUAL_-1203917665'), ('const-4294967292', u'PTRADD_-1203917714'), (u'INDIRECT_-1203917191', u'MULTIEQUAL_-1203917282'), ('tmp_3409', u'LOAD_-1203918378'), (u'LOAD_-1203917964', u'MULTIEQUAL_-1203917665'), ('const-417', u'LOAD_-1203918070'), (u'INT_EQUAL_-1203918361', u'CBRANCH_-1203918360'), ('tmp_3411', u'CALLIND_-1203918273'), (u'PTRSUB_-1203917235', u'CALLIND_-1203918098'), (u'CAST_-1203917049', u'LOAD_-1203917718'), ('const-4294967284', u'PTRADD_-1203917977'), ('const-417', u'LOAD_-1203917966'), ('const-417', u'STORE_-1203917710'), (u'LOAD_-1203917844', u'CALLIND_-1203917796'), ('const-1', u'PTRADD_-1203917725'), ('const-0', u'PTRSUB_-1203917172'), ('tmp_3407', u'INT_EQUAL_-1203918361'), ('tmp_3411', u'CALLIND_-1203918098'), (u'INDIRECT_-1203917295', u'MULTIEQUAL_-1203917282'), (u'CAST_-1203917163', u'INT_NOTEQUAL_-1203918008'), (u'STORE_-1203917960', u'INDIRECT_-1203917164'), ('const-2262544', u'PTRSUB_-1203917043'), ('const-12', u'INT_ADD_-1203918092'), (u'INT_ADD_-1203917765', u'STORE_-1203917774'), ('tmp_755', u'CBRANCH_-1203918007'), (u'CAST_-1203917263', u'LOAD_-1203918283'), ('const-417', u'STORE_-1203918033'), (u'CAST_-1203917172', u'CALL_-1203917889'), ('const-1', u'PTRADD_-1203917977'), (u'INT_ADD_-1203917948', u'STORE_-1203917960'), (u'CALLIND_-1203918098', u'INDIRECT_-1203917317'), ('tmp_3416', u'COPY_-1203918262'), ('const-0', u'RETURN_-1203918221'), ('const-18', u'CALLOTHER_-1203917947'), ('tmp_3417', u'CALL_-1203917750'), ('tmp_3411', u'LOAD_-1203918070'), (u'LOAD_-1203917966', u'INT_ADD_-1203917948'), ('const-1', u'INT_SLESS_-1203917924'), (u'STORE_-1203918033', u'INDIRECT_-1203917194'), (u'CAST_-1203917137', u'STORE_-1203917960'), ('const-0', u'INT_EQUAL_-1203918053'), ('tmp_1037', u'CBRANCH_-1203917825'), (u'INDIRECT_-1203917171', u'MULTIEQUAL_-1203917157'), (u'MULTIEQUAL_-1203917260', u'PTRADD_-1203917714'), (u'INT_ADD_-1203918267', u'CAST_-1203917263'), (u'INT_EQUAL_-1203918053', u'CBRANCH_-1203918052'), (u'CALLIND_-1203917796', u'INDIRECT_-1203917108'), (u'MULTIEQUAL_-1203917282', u'COPY_-1203917338'), ('const-4294967284', u'PTRADD_-1203917656'), ('const-4', u'PTRADD_-1203917650'), (u'CAST_-1203917228', u'CALL_-1203917750'), ('tmp_3415', u'CALLIND_-1203918098'), (u'PTRADD_-1203917173', u'STORE_-1203918028'), (u'INDIRECT_-1203917230', u'MULTIEQUAL_-1203917090'), ('const-8', u'INT_ADD_-1203918267'), (u'PTRADD_-1203917908', u'CAST_-1203917137'), ('tmp_3416', u'CALLIND_-1203918273'), ('const-417', u'LOAD_-1203918108'), ('tmp_3417', u'PTRADD_-1203917650'), ('const-4294967295', u'INT_ADD_-1203917765'), (u'LOAD_-1203918283', u'CALLIND_-1203918273'), ('tmp_3408', u'CALLIND_-1203918098'), ('const-0', u'INT_EQUAL_-1203917979'), ('tmp_3416', u'STORE_-1203918033'), ('const-417', u'LOAD_-1203918378'), ('tmp_1776', u'PTRSUB_-1203917235'), ('tmp_883', u'CBRANCH_-1203917931'), (u'PTRADD_-1203917977', u'CAST_-1203917172'), (u'MULTIEQUAL_-1203917260', u'PTRADD_-1203917977'), ('const-4294967295', u'INT_ADD_-1203917948'), (u'INDIRECT_-1203917164', u'MULTIEQUAL_-1203917155'), (u'PTRADD_-1203917782', u'CAST_-1203917095'), ('tmp_3416', u'PTRADD_-1203917173'), (u'CAST_-1203917137', u'LOAD_-1203917964'), (u'INDIRECT_-1203917145', u'MULTIEQUAL_-1203917282'), ('tmp_3412', u'CALLIND_-1203918273'), (u'INDIRECT_-1203917293', u'MULTIEQUAL_-1203917157'), ('const-4294967292', u'PTRADD_-1203917725'), (u'CAST_-1203917095', u'LOAD_-1203917844'), ('const-0', u'INT_EQUAL_-1203918361'), ('tmp_3409', u'CALLIND_-1203918273'), ('const-1', u'PTRADD_-1203917714'), (u'CALL_-1203917750', u'INDIRECT_-1203917155'), (u'INT_SLESS_-1203917924', u'CBRANCH_-1203917931'), (u'LOAD_-1203917844', u'INT_NOTEQUAL_-1203917825'), ('tmp_3410', u'CALLIND_-1203918273'), (u'CAST_-1203917172', u'INT_NOTEQUAL_-1203918008'), (u'CALLIND_-1203917796', u'INDIRECT_-1203917171'), (u'INDIRECT_-1203917108', u'MULTIEQUAL_-1203917090'), ('const-417', u'STORE_-1203918028'), (u'INT_EQUAL_-1203917979', u'CBRANCH_-1203917978'), (u'STORE_-1203917710', u'INDIRECT_-1203917064'), (u'INDIRECT_-1203917305', u'STORE_-1203918028'), ('const-3768172', u'PTRSUB_-1203918132'), (u'MULTIEQUAL_-1203917155', u'MULTIEQUAL_-1203917282'), ('const-4294967292', u'PTRADD_-1203917908'), ('tmp_1257', u'BRANCH_-1203917691'), (u'INDIRECT_-1203917317', u'STORE_-1203918033'), (u'LOAD_-1203918378', u'INT_ADD_-1203918267'), ('const-1', u'PTRADD_-1203917173'), ('const-4294967264', u'PTRSUB_-1203917228'), ('const-417', u'LOAD_-1203917844'), (u'PTRADD_-1203917636', u'CAST_-1203917035'), (u'CAST_-1203917204', u'LOAD_-1203918108'), ('tmp_1776', u'PTRSUB_-1203917228'), (u'MULTIEQUAL_-1203917260', u'PTRADD_-1203917908'), ('tmp_3413', u'CALLIND_-1203918098'), ('const-417', u'LOAD_-1203917964'), (u'MULTIEQUAL_-1203917665', u'INT_SLESS_-1203917924'), (u'STORE_-1203918028', u'INDIRECT_-1203917191'), (u'COPY_-1203918262', u'RETURN_-1203918221'), ('const-1', u'PTRADD_-1203917908'), (u'CAST_-1203917045', u'STORE_-1203917710'), ('tmp_3408', u'CALLIND_-1203918273'), (u'INDIRECT_-1203917155', u'MULTIEQUAL_-1203917260'), (u'LOAD_-1203917787', u'INT_ADD_-1203917765'), ('tmp_163', u'CBRANCH_-1203918360'), ('tmp_3413', u'CALLIND_-1203918273'), ('const-417', u'STORE_-1203917696'), (u'CAST_-1203917137', u'LOAD_-1203917966'), (u'INDIRECT_-1203917293', u'MULTIEQUAL_-1203917260'), ('const-417', u'STORE_-1203917960'), ('tmp_3414', u'CALLIND_-1203918098'), (u'CALLIND_-1203918098', u'INDIRECT_-1203917230'), ('const-17', u'CALLOTHER_-1203917965'), ('tmp_3415', u'CALLIND_-1203918273'), (u'INT_NOTEQUAL_-1203918008', u'CBRANCH_-1203918007'), (u'INT_NOTEQUAL_-1203917825', u'CBRANCH_-1203917825'), ('const-0', u'PTRSUB_-1203917043'), ('const-417', u'STORE_-1203917774'), (u'LOAD_-1203918378', u'INT_ADD_-1203918092'), (u'LOAD_-1203918108', u'CALLIND_-1203918098'), (u'INDIRECT_-1203917191', u'INT_EQUAL_-1203917979'), (u'CAST_-1203917228', u'CALLIND_-1203918098'), (u'PTRADD_-1203917650', u'CAST_-1203917045'), ('tmp_3409', u'CALLIND_-1203918098'), (u'STORE_-1203917696', u'INDIRECT_-1203917054'), ('tmp_3414', u'CALLIND_-1203918273'), (u'LOAD_-1203918070', u'INT_EQUAL_-1203918053'), ('tmp_3417', u'CALLIND_-1203917796'), (u'INDIRECT_-1203917155', u'PTRADD_-1203917656'), (u'CALLIND_-1203918098', u'INDIRECT_-1203917305'), ('tmp_3412', u'CALLIND_-1203918098'), ('const-3768160', u'PTRSUB_-1203917172'), ('tmp_996', u'BRANCH_-1203917769'), (u'PTRADD_-1203917714', u'CAST_-1203917013'), ('tmp_974', u'BRANCH_-1203917874'), ('tmp_3417', u'PTRADD_-1203917782'), (u'CALL_-1203917750', u'INDIRECT_-1203917092'), ('const-24', u'PTRADD_-1203917636'), (u'CAST_-1203917013', u'STORE_-1203917774'), (u'INDIRECT_-1203917054', u'MULTIEQUAL_-1203917193'), (u'MULTIEQUAL_-1203917260', u'PTRADD_-1203917725'), (u'CALLIND_-1203918273', u'INDIRECT_-1203917295'), ('tmp_797', u'CBRANCH_-1203917978'), ('const-417', u'LOAD_-1203917718'), ('tmp_3410', u'CALLIND_-1203918098'), (u'INDIRECT_-1203917230', u'MULTIEQUAL_-1203917193'), (u'PTRSUB_-1203917043', u'STORE_-1203917696'), (u'CALLIND_-1203918098', u'INDIRECT_-1203917293'), (u'INT_ADD_-1203918092', u'CAST_-1203917204'), (u'PTRADD_-1203917656', u'CAST_-1203917049'), ('tmp_3417', u'PTRADD_-1203917636'), (u'INDIRECT_-1203917038', u'MULTIEQUAL_-1203917155'), ('const-1', u'PTRADD_-1203917656'), (u'CALL_-1203917889', u'INDIRECT_-1203917145')]
[('tmp_3453', u'INT_ADD_-1203917682'), (u'CAST_-1203917016', u'STORE_-1203917774'), (u'INDIRECT_-1203917157', u'MULTIEQUAL_-1203917262'), (u'CAST_-1203917051', u'LOAD_-1203917718'), (u'INDIRECT_-1203917193', u'INT_EQUAL_-1203917979'), ('const-4', u'PTRADD_-1203917175'), (u'PTRADD_-1203917977', u'CAST_-1203917166'), ('tmp_685', u'CBRANCH_-1203918052'), (u'INDIRECT_-1203917040', u'MULTIEQUAL_-1203917157'), ('const-0', u'INT_NOTEQUAL_-1203917825'), (u'INT_ADD_-1203918267', u'CAST_-1203917266'), ('tmp_3451', u'CALLIND_-1203918098'), (u'PTRADD_-1203917725', u'CAST_-1203917023'), (u'LOAD_-1203917718', u'STORE_-1203917710'), (u'STORE_-1203917696', u'INDIRECT_-1203917056'), ('const-4294967292', u'PTRADD_-1203917714'), (u'INDIRECT_-1203917173', u'MULTIEQUAL_-1203917159'), (u'INT_EQUAL_-1203918361', u'CBRANCH_-1203918360'), ('const-1', u'PTRADD_-1203917725'), (u'STORE_-1203917710', u'INDIRECT_-1203917066'), (u'MULTIEQUAL_-1203917262', u'PTRADD_-1203917714'), (u'PTRADD_-1203917977', u'CALL_-1203917889'), ('const-4294967284', u'PTRADD_-1203917977'), (u'LOAD_-1203917844', u'CALLIND_-1203917796'), ('const-1', u'INT_SLESS_-1203917924'), ('const-4294967263', u'PTRSUB_-1203917131'), ('const-1', u'PTRADD_-1203917714'), ('const-12', u'INT_ADD_-1203918092'), (u'INT_ADD_-1203917765', u'STORE_-1203917774'), (u'INDIRECT_-1203917297', u'MULTIEQUAL_-1203917284'), ('tmp_3449', u'CALLIND_-1203918098'), ('tmp_755', u'CBRANCH_-1203918007'), (u'CAST_-1203917206', u'LOAD_-1203918108'), (u'INDIRECT_-1203917193', u'MULTIEQUAL_-1203917284'), (u'INT_ADD_-1203918092', u'CAST_-1203917206'), (u'MULTIEQUAL_-1203917262', u'PTRADD_-1203917908'), (u'INT_ADD_-1203917948', u'STORE_-1203917960'), ('tmp_3447', u'LOAD_-1203918070'), ('const-0', u'RETURN_-1203918221'), ('const-18', u'CALLOTHER_-1203917947'), (u'LOAD_-1203917966', u'INT_ADD_-1203917948'), ('tmp_3443', u'INT_EQUAL_-1203918361'), ('const-4', u'INT_ADD_-1203917696'), ('const-0', u'INT_EQUAL_-1203918053'), ('tmp_1037', u'CBRANCH_-1203917825'), ('tmp_3452', u'COPY_-1203918262'), (u'INT_EQUAL_-1203918053', u'CBRANCH_-1203918052'), (u'INDIRECT_-1203917295', u'MULTIEQUAL_-1203917262'), ('tmp_3452', u'PTRADD_-1203917175'), ('const-4294967284', u'PTRADD_-1203917656'), (u'PTRSUB_-1203917045', u'STORE_-1203917696'), ('tmp_3453', u'INT_ADD_-1203917828'), (u'CALLIND_-1203918273', u'INDIRECT_-1203917297'), ('tmp_3446', u'CALLIND_-1203918098'), ('const-417', u'LOAD_-1203917966'), (u'PTRSUB_-1203917131', u'CALL_-1203917889'), (u'MULTIEQUAL_-1203917262', u'PTRADD_-1203917725'), ('const-8', u'INT_ADD_-1203918267'), ('tmp_3449', u'CALLIND_-1203918273'), (u'PTRSUB_-1203917237', u'CALLIND_-1203918098'), ('const-417', u'STORE_-1203918028'), ('tmp_3452', u'CALLIND_-1203918273'), (u'CALL_-1203917750', u'INDIRECT_-1203917094'), ('const-1', u'PTRADD_-1203917908'), ('const-4294967295', u'INT_ADD_-1203917765'), (u'LOAD_-1203918283', u'CALLIND_-1203918273'), ('const-0', u'INT_EQUAL_-1203917979'), ('const-417', u'STORE_-1203917696'), ('const-4294967244', u'PTRSUB_-1203917237'), ('const-417', u'LOAD_-1203918108'), ('tmp_3453', u'INT_ADD_-1203917696'), ('tmp_883', u'CBRANCH_-1203917931'), (u'CALL_-1203917750', u'INDIRECT_-1203917157'), ('tmp_3446', u'CALLIND_-1203918273'), (u'INDIRECT_-1203917307', u'STORE_-1203918028'), (u'MULTIEQUAL_-1203917262', u'PTRADD_-1203917977'), (u'CAST_-1203917097', u'LOAD_-1203917844'), (u'CAST_-1203917140', u'LOAD_-1203917966'), (u'PTRSUB_-1203917174', u'INT_NOTEQUAL_-1203918008'), ('const-417', u'STORE_-1203917960'), ('const-417', u'STORE_-1203918033'), ('tmp_3445', u'CALLIND_-1203918098'), (u'CALLIND_-1203918098', u'INDIRECT_-1203917307'), ('const-417', u'LOAD_-1203918283'), ('tmp_3448', u'CALLIND_-1203918098'), ('const-417', u'LOAD_-1203918378'), (u'CAST_-1203917140', u'LOAD_-1203917964'), ('tmp_3445', u'CALLIND_-1203918273'), (u'INDIRECT_-1203917157', u'PTRADD_-1203917656'), ('const-4294967292', u'PTRADD_-1203917725'), ('const-0', u'INT_EQUAL_-1203918361'), ('const-2262544', u'PTRSUB_-1203917045'), ('tmp_3450', u'CALLIND_-1203918098'), (u'INT_SLESS_-1203917924', u'CBRANCH_-1203917931'), (u'LOAD_-1203917844', u'INT_NOTEQUAL_-1203917825'), ('const-0', u'PTRSUB_-1203917174'), (u'LOAD_-1203917787', u'MULTIEQUAL_-1203917667'), ('tmp_3443', u'CALLIND_-1203918273'), (u'STORE_-1203917960', u'INDIRECT_-1203917166'), (u'PTRSUB_-1203917230', u'CALLIND_-1203918098'), (u'INT_EQUAL_-1203917979', u'CBRANCH_-1203917978'), (u'PTRADD_-1203917908', u'CAST_-1203917140'), (u'CAST_-1203917047', u'STORE_-1203917710'), ('const-4294967292', u'PTRADD_-1203917908'), ('const-417', u'LOAD_-1203917718'), ('tmp_1257', u'BRANCH_-1203917691'), ('tmp_3452', u'STORE_-1203918033'), (u'MULTIEQUAL_-1203917284', u'COPY_-1203917340'), (u'LOAD_-1203918378', u'INT_ADD_-1203918267'), ('const-1', u'PTRADD_-1203917656'), ('tmp_3450', u'CALLIND_-1203918273'), ('const-1', u'PTRADD_-1203917977'), ('const-417', u'LOAD_-1203917787'), ('const-24', u'INT_ADD_-1203917828'), (u'CAST_-1203917023', u'LOAD_-1203917787'), ('const-417', u'LOAD_-1203918070'), (u'CALL_-1203917889', u'INDIRECT_-1203917210'), ('tmp_3448', u'CALLIND_-1203918273'), ('const-0', u'PTRSUB_-1203917045'), ('tmp_1771', u'PTRSUB_-1203917237'), (u'INDIRECT_-1203917110', u'MULTIEQUAL_-1203917092'), (u'LOAD_-1203917964', u'MULTIEQUAL_-1203917667'), (u'INT_ADD_-1203917696', u'CAST_-1203917047'), (u'INDIRECT_-1203917295', u'MULTIEQUAL_-1203917159'), (u'COPY_-1203918262', u'RETURN_-1203918221'), ('const-417', u'STORE_-1203917774'), (u'CAST_-1203917140', u'STORE_-1203917960'), ('tmp_3444', u'CALLIND_-1203918098'), ('const-417', u'STORE_-1203917710'), (u'INDIRECT_-1203917319', u'STORE_-1203918033'), (u'LOAD_-1203917787', u'INT_ADD_-1203917765'), ('tmp_163', u'CBRANCH_-1203918360'), (u'PTRADD_-1203917656', u'CAST_-1203917051'), (u'CALL_-1203917889', u'INDIRECT_-1203917147'), ('tmp_3453', u'CALL_-1203917750'), (u'CALLIND_-1203918098', u'INDIRECT_-1203917232'), ('const-1', u'PTRADD_-1203917175'), (u'STORE_-1203918033', u'INDIRECT_-1203917196'), ('tmp_3453', u'CALLIND_-1203917796'), ('tmp_1771', u'PTRSUB_-1203917131'), (u'CAST_-1203917166', u'INT_NOTEQUAL_-1203918008'), ('const-17', u'CALLOTHER_-1203917965'), (u'INT_ADD_-1203917682', u'CAST_-1203917037'), (u'INT_NOTEQUAL_-1203918008', u'CBRANCH_-1203918007'), (u'INT_NOTEQUAL_-1203917825', u'CBRANCH_-1203917825'), ('const-0', u'PTRSUB_-1203918132'), ('tmp_3444', u'CALLIND_-1203918273'), (u'CALLIND_-1203918098', u'INDIRECT_-1203917295'), (u'LOAD_-1203918378', u'INT_ADD_-1203918092'), (u'PTRADD_-1203917175', u'STORE_-1203918028'), (u'MULTIEQUAL_-1203917667', u'INT_SLESS_-1203917924'), (u'LOAD_-1203918108', u'CALLIND_-1203918098'), (u'CALLIND_-1203918098', u'INDIRECT_-1203917319'), (u'STORE_-1203917774', u'INDIRECT_-1203917040'), ('tmp_3447', u'CALLIND_-1203918273'), ('const-3768172', u'PTRSUB_-1203918132'), (u'LOAD_-1203918070', u'INT_EQUAL_-1203918053'), (u'INDIRECT_-1203917056', u'MULTIEQUAL_-1203917195'), ('const-417', u'LOAD_-1203917964'), (u'INDIRECT_-1203917232', u'MULTIEQUAL_-1203917092'), ('const-4294967264', u'PTRSUB_-1203917230'), ('tmp_3447', u'CALLIND_-1203918098'), (u'MULTIEQUAL_-1203917157', u'MULTIEQUAL_-1203917284'), ('tmp_996', u'BRANCH_-1203917769'), (u'INDIRECT_-1203917166', u'MULTIEQUAL_-1203917157'), ('const-4294967295', u'INT_ADD_-1203917948'), ('tmp_974', u'BRANCH_-1203917874'), ('const-24', u'INT_ADD_-1203917682'), (u'INDIRECT_-1203917232', u'MULTIEQUAL_-1203917195'), (u'CALLIND_-1203917796', u'INDIRECT_-1203917173'), (u'CAST_-1203917037', u'STORE_-1203917696'), ('tmp_3445', u'LOAD_-1203918378'), (u'STORE_-1203918028', u'INDIRECT_-1203917193'), (u'INDIRECT_-1203917147', u'MULTIEQUAL_-1203917284'), ('tmp_1771', u'PTRSUB_-1203917230'), (u'CAST_-1203917266', u'LOAD_-1203918283'), ('const-417', u'LOAD_-1203917844'), ('tmp_797', u'CBRANCH_-1203917978'), (u'PTRSUB_-1203917230', u'CALL_-1203917750'), ('tmp_3451', u'CALLIND_-1203918273'), (u'PTRADD_-1203917714', u'CAST_-1203917016'), (u'CALLIND_-1203917796', u'INDIRECT_-1203917110'), (u'INT_ADD_-1203917828', u'CAST_-1203917097'), ('const-3768160', u'PTRSUB_-1203917174')]
null
null
0022a980
x86
O2
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nundefined4 *\nFUN_0022a980(undefined4 *param_1,undefined4 param_2,int *param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined1 param_8,\n undefined4 param_9,int *param_10,int param_11,int param_12)\n\n{\n int *piVar1;\n int iVar2;\n undefined4 local_34;\n undefined4 local_30;\n undefined1 local_21;\n undefined *local_20 [4];\n \n if (param_11 == 0) {\n local_20[0] = &DAT_00397f6c;\n /* try { // try from 0022aa07 to 0022aa93 has its CatchHandler @ 0022aac3 */\n (**(code **)(*param_3 + 0xc))\n (&local_34,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10,local_20);\n if (*param_10 == 0) {\n if (*(code **)(param_12 + 0x18) != (code *)0x0) {\n (**(code **)(param_12 + 0x18))(param_12);\n }\n FUN_0026b560(param_12,local_20);\n *(undefined4 *)(param_12 + 4) = *(undefined4 *)(local_20[0] + -0xc);\n *(code **)(param_12 + 0x18) = FUN_00228610;\n }\n *param_1 = local_34;\n param_1[1] = local_30;\n if ((undefined4 *)(local_20[0] + -0xc) != &DAT_00397f60) {\n if (PTR___pthread_key_create_0038ef24 == (undefined *)0x0) {\n iVar2 = *(int *)(local_20[0] + -4);\n *(int *)(local_20[0] + -4) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_20[0] + -4);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n FUN_00269d10(local_20[0] + -0xc,&local_21);\n }\n }\n }\n else {\n (**(code **)(*param_3 + 8))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10,param_11);\n }\n return param_1;\n}\n\n" comment (function_definition "undefined4 *\nFUN_0022a980(undefined4 *param_1,undefined4 param_2,int *param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined1 param_8,\n undefined4 param_9,int *param_10,int param_11,int param_12)\n\n{\n int *piVar1;\n int iVar2;\n undefined4 local_34;\n undefined4 local_30;\n undefined1 local_21;\n undefined *local_20 [4];\n \n if (param_11 == 0) {\n local_20[0] = &DAT_00397f6c;\n /* try { // try from 0022aa07 to 0022aa93 has its CatchHandler @ 0022aac3 */\n (**(code **)(*param_3 + 0xc))\n (&local_34,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10,local_20);\n if (*param_10 == 0) {\n if (*(code **)(param_12 + 0x18) != (code *)0x0) {\n (**(code **)(param_12 + 0x18))(param_12);\n }\n FUN_0026b560(param_12,local_20);\n *(undefined4 *)(param_12 + 4) = *(undefined4 *)(local_20[0] + -0xc);\n *(code **)(param_12 + 0x18) = FUN_00228610;\n }\n *param_1 = local_34;\n param_1[1] = local_30;\n if ((undefined4 *)(local_20[0] + -0xc) != &DAT_00397f60) {\n if (PTR___pthread_key_create_0038ef24 == (undefined *)0x0) {\n iVar2 = *(int *)(local_20[0] + -4);\n *(int *)(local_20[0] + -4) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_20[0] + -4);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n FUN_00269d10(local_20[0] + -0xc,&local_21);\n }\n }\n }\n else {\n (**(code **)(*param_3 + 8))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10,param_11);\n }\n return param_1;\n}" type_identifier (pointer_declarator "*\nFUN_0022a980(undefined4 *param_1,undefined4 param_2,int *param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined1 param_8,\n undefined4 param_9,int *param_10,int param_11,int param_12)" * (function_declarator "FUN_0022a980(undefined4 *param_1,undefined4 param_2,int *param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined1 param_8,\n undefined4 param_9,int *param_10,int param_11,int param_12)" identifier (parameter_list "(undefined4 *param_1,undefined4 param_2,int *param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined1 param_8,\n undefined4 param_9,int *param_10,int param_11,int param_12)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "int *param_3" primitive_type (pointer_declarator "*param_3" * identifier)) , (parameter_declaration "undefined4 param_4" type_identifier identifier) , (parameter_declaration "undefined4 param_5" type_identifier identifier) , (parameter_declaration "undefined4 param_6" type_identifier identifier) , (parameter_declaration "undefined4 param_7" type_identifier identifier) , (parameter_declaration "undefined1 param_8" type_identifier identifier) , (parameter_declaration "undefined4 param_9" type_identifier identifier) , (parameter_declaration "int *param_10" primitive_type (pointer_declarator "*param_10" * identifier)) , (parameter_declaration "int param_11" primitive_type identifier) , (parameter_declaration "int param_12" primitive_type identifier) )))) (compound_statement "{\n int *piVar1;\n int iVar2;\n undefined4 local_34;\n undefined4 local_30;\n undefined1 local_21;\n undefined *local_20 [4];\n \n if (param_11 == 0) {\n local_20[0] = &DAT_00397f6c;\n /* try { // try from 0022aa07 to 0022aa93 has its CatchHandler @ 0022aac3 */\n (**(code **)(*param_3 + 0xc))\n (&local_34,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10,local_20);\n if (*param_10 == 0) {\n if (*(code **)(param_12 + 0x18) != (code *)0x0) {\n (**(code **)(param_12 + 0x18))(param_12);\n }\n FUN_0026b560(param_12,local_20);\n *(undefined4 *)(param_12 + 4) = *(undefined4 *)(local_20[0] + -0xc);\n *(code **)(param_12 + 0x18) = FUN_00228610;\n }\n *param_1 = local_34;\n param_1[1] = local_30;\n if ((undefined4 *)(local_20[0] + -0xc) != &DAT_00397f60) {\n if (PTR___pthread_key_create_0038ef24 == (undefined *)0x0) {\n iVar2 = *(int *)(local_20[0] + -4);\n *(int *)(local_20[0] + -4) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_20[0] + -4);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n FUN_00269d10(local_20[0] + -0xc,&local_21);\n }\n }\n }\n else {\n (**(code **)(*param_3 + 8))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10,param_11);\n }\n return param_1;\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "undefined4 local_34;" type_identifier identifier ;) (declaration "undefined4 local_30;" type_identifier identifier ;) (declaration "undefined1 local_21;" type_identifier identifier ;) (declaration "undefined *local_20 [4];" type_identifier (pointer_declarator "*local_20 [4]" * (array_declarator "local_20 [4]" identifier [ number_literal ])) ;) (if_statement "if (param_11 == 0) {\n local_20[0] = &DAT_00397f6c;\n /* try { // try from 0022aa07 to 0022aa93 has its CatchHandler @ 0022aac3 */\n (**(code **)(*param_3 + 0xc))\n (&local_34,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10,local_20);\n if (*param_10 == 0) {\n if (*(code **)(param_12 + 0x18) != (code *)0x0) {\n (**(code **)(param_12 + 0x18))(param_12);\n }\n FUN_0026b560(param_12,local_20);\n *(undefined4 *)(param_12 + 4) = *(undefined4 *)(local_20[0] + -0xc);\n *(code **)(param_12 + 0x18) = FUN_00228610;\n }\n *param_1 = local_34;\n param_1[1] = local_30;\n if ((undefined4 *)(local_20[0] + -0xc) != &DAT_00397f60) {\n if (PTR___pthread_key_create_0038ef24 == (undefined *)0x0) {\n iVar2 = *(int *)(local_20[0] + -4);\n *(int *)(local_20[0] + -4) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_20[0] + -4);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n FUN_00269d10(local_20[0] + -0xc,&local_21);\n }\n }\n }\n else {\n (**(code **)(*param_3 + 8))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10,param_11);\n }" if (parenthesized_expression "(param_11 == 0)" ( (binary_expression "param_11 == 0" identifier == number_literal) )) (compound_statement "{\n local_20[0] = &DAT_00397f6c;\n /* try { // try from 0022aa07 to 0022aa93 has its CatchHandler @ 0022aac3 */\n (**(code **)(*param_3 + 0xc))\n (&local_34,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10,local_20);\n if (*param_10 == 0) {\n if (*(code **)(param_12 + 0x18) != (code *)0x0) {\n (**(code **)(param_12 + 0x18))(param_12);\n }\n FUN_0026b560(param_12,local_20);\n *(undefined4 *)(param_12 + 4) = *(undefined4 *)(local_20[0] + -0xc);\n *(code **)(param_12 + 0x18) = FUN_00228610;\n }\n *param_1 = local_34;\n param_1[1] = local_30;\n if ((undefined4 *)(local_20[0] + -0xc) != &DAT_00397f60) {\n if (PTR___pthread_key_create_0038ef24 == (undefined *)0x0) {\n iVar2 = *(int *)(local_20[0] + -4);\n *(int *)(local_20[0] + -4) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_20[0] + -4);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n FUN_00269d10(local_20[0] + -0xc,&local_21);\n }\n }\n }" { (expression_statement "local_20[0] = &DAT_00397f6c;" (assignment_expression "local_20[0] = &DAT_00397f6c" (subscript_expression "local_20[0]" identifier [ number_literal ]) = (pointer_expression "&DAT_00397f6c" & identifier)) ;) comment (expression_statement "(**(code **)(*param_3 + 0xc))\n (&local_34,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10,local_20);" (call_expression "(**(code **)(*param_3 + 0xc))\n (&local_34,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10,local_20)" (parenthesized_expression "(**(code **)(*param_3 + 0xc))" ( (pointer_expression "**(code **)(*param_3 + 0xc)" * (pointer_expression "*(code **)(*param_3 + 0xc)" * (cast_expression "(code **)(*param_3 + 0xc)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_3 + 0xc)" ( (binary_expression "*param_3 + 0xc" (pointer_expression "*param_3" * identifier) + number_literal) ))))) )) (argument_list "(&local_34,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10,local_20)" ( (pointer_expression "&local_34" & identifier) , identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier ))) ;) (if_statement "if (*param_10 == 0) {\n if (*(code **)(param_12 + 0x18) != (code *)0x0) {\n (**(code **)(param_12 + 0x18))(param_12);\n }\n FUN_0026b560(param_12,local_20);\n *(undefined4 *)(param_12 + 4) = *(undefined4 *)(local_20[0] + -0xc);\n *(code **)(param_12 + 0x18) = FUN_00228610;\n }" if (parenthesized_expression "(*param_10 == 0)" ( (binary_expression "*param_10 == 0" (pointer_expression "*param_10" * identifier) == number_literal) )) (compound_statement "{\n if (*(code **)(param_12 + 0x18) != (code *)0x0) {\n (**(code **)(param_12 + 0x18))(param_12);\n }\n FUN_0026b560(param_12,local_20);\n *(undefined4 *)(param_12 + 4) = *(undefined4 *)(local_20[0] + -0xc);\n *(code **)(param_12 + 0x18) = FUN_00228610;\n }" { (if_statement "if (*(code **)(param_12 + 0x18) != (code *)0x0) {\n (**(code **)(param_12 + 0x18))(param_12);\n }" if (parenthesized_expression "(*(code **)(param_12 + 0x18) != (code *)0x0)" ( (binary_expression "*(code **)(param_12 + 0x18) != (code *)0x0" (pointer_expression "*(code **)(param_12 + 0x18)" * (cast_expression "(code **)(param_12 + 0x18)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_12 + 0x18)" ( (binary_expression "param_12 + 0x18" identifier + number_literal) )))) != (cast_expression "(code *)0x0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n (**(code **)(param_12 + 0x18))(param_12);\n }" { (expression_statement "(**(code **)(param_12 + 0x18))(param_12);" (call_expression "(**(code **)(param_12 + 0x18))(param_12)" (parenthesized_expression "(**(code **)(param_12 + 0x18))" ( (pointer_expression "**(code **)(param_12 + 0x18)" * (pointer_expression "*(code **)(param_12 + 0x18)" * (cast_expression "(code **)(param_12 + 0x18)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_12 + 0x18)" ( (binary_expression "param_12 + 0x18" identifier + number_literal) ))))) )) (argument_list "(param_12)" ( identifier ))) ;) })) (expression_statement "FUN_0026b560(param_12,local_20);" (call_expression "FUN_0026b560(param_12,local_20)" identifier (argument_list "(param_12,local_20)" ( identifier , identifier ))) ;) (expression_statement "*(undefined4 *)(param_12 + 4) = *(undefined4 *)(local_20[0] + -0xc);" (assignment_expression "*(undefined4 *)(param_12 + 4) = *(undefined4 *)(local_20[0] + -0xc)" (pointer_expression "*(undefined4 *)(param_12 + 4)" * (cast_expression "(undefined4 *)(param_12 + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_12 + 4)" ( (binary_expression "param_12 + 4" identifier + number_literal) )))) = (pointer_expression "*(undefined4 *)(local_20[0] + -0xc)" * (cast_expression "(undefined4 *)(local_20[0] + -0xc)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_20[0] + -0xc)" ( (binary_expression "local_20[0] + -0xc" (subscript_expression "local_20[0]" identifier [ number_literal ]) + number_literal) ))))) ;) (expression_statement "*(code **)(param_12 + 0x18) = FUN_00228610;" (assignment_expression "*(code **)(param_12 + 0x18) = FUN_00228610" (pointer_expression "*(code **)(param_12 + 0x18)" * (cast_expression "(code **)(param_12 + 0x18)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_12 + 0x18)" ( (binary_expression "param_12 + 0x18" identifier + number_literal) )))) = identifier) ;) })) (expression_statement "*param_1 = local_34;" (assignment_expression "*param_1 = local_34" (pointer_expression "*param_1" * identifier) = identifier) ;) (expression_statement "param_1[1] = local_30;" (assignment_expression "param_1[1] = local_30" (subscript_expression "param_1[1]" identifier [ number_literal ]) = identifier) ;) (if_statement "if ((undefined4 *)(local_20[0] + -0xc) != &DAT_00397f60) {\n if (PTR___pthread_key_create_0038ef24 == (undefined *)0x0) {\n iVar2 = *(int *)(local_20[0] + -4);\n *(int *)(local_20[0] + -4) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_20[0] + -4);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n FUN_00269d10(local_20[0] + -0xc,&local_21);\n }\n }" if (parenthesized_expression "((undefined4 *)(local_20[0] + -0xc) != &DAT_00397f60)" ( (binary_expression "(undefined4 *)(local_20[0] + -0xc) != &DAT_00397f60" (cast_expression "(undefined4 *)(local_20[0] + -0xc)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_20[0] + -0xc)" ( (binary_expression "local_20[0] + -0xc" (subscript_expression "local_20[0]" identifier [ number_literal ]) + number_literal) ))) != (pointer_expression "&DAT_00397f60" & identifier)) )) (compound_statement "{\n if (PTR___pthread_key_create_0038ef24 == (undefined *)0x0) {\n iVar2 = *(int *)(local_20[0] + -4);\n *(int *)(local_20[0] + -4) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_20[0] + -4);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n FUN_00269d10(local_20[0] + -0xc,&local_21);\n }\n }" { (if_statement "if (PTR___pthread_key_create_0038ef24 == (undefined *)0x0) {\n iVar2 = *(int *)(local_20[0] + -4);\n *(int *)(local_20[0] + -4) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_20[0] + -4);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" if (parenthesized_expression "(PTR___pthread_key_create_0038ef24 == (undefined *)0x0)" ( (binary_expression "PTR___pthread_key_create_0038ef24 == (undefined *)0x0" identifier == (cast_expression "(undefined *)0x0" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n iVar2 = *(int *)(local_20[0] + -4);\n *(int *)(local_20[0] + -4) = iVar2 + -1;\n }" { (expression_statement "iVar2 = *(int *)(local_20[0] + -4);" (assignment_expression "iVar2 = *(int *)(local_20[0] + -4)" identifier = (pointer_expression "*(int *)(local_20[0] + -4)" * (cast_expression "(int *)(local_20[0] + -4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_20[0] + -4)" ( (binary_expression "local_20[0] + -4" (subscript_expression "local_20[0]" identifier [ number_literal ]) + number_literal) ))))) ;) (expression_statement "*(int *)(local_20[0] + -4) = iVar2 + -1;" (assignment_expression "*(int *)(local_20[0] + -4) = iVar2 + -1" (pointer_expression "*(int *)(local_20[0] + -4)" * (cast_expression "(int *)(local_20[0] + -4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_20[0] + -4)" ( (binary_expression "local_20[0] + -4" (subscript_expression "local_20[0]" identifier [ number_literal ]) + number_literal) )))) = (binary_expression "iVar2 + -1" identifier + number_literal)) ;) }) (else_clause "else {\n LOCK();\n piVar1 = (int *)(local_20[0] + -4);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" else (compound_statement "{\n LOCK();\n piVar1 = (int *)(local_20[0] + -4);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" { (expression_statement "LOCK();" (call_expression "LOCK()" identifier (argument_list "()" ( ))) ;) (expression_statement "piVar1 = (int *)(local_20[0] + -4);" (assignment_expression "piVar1 = (int *)(local_20[0] + -4)" identifier = (cast_expression "(int *)(local_20[0] + -4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_20[0] + -4)" ( (binary_expression "local_20[0] + -4" (subscript_expression "local_20[0]" identifier [ number_literal ]) + 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 FUN_00269d10(local_20[0] + -0xc,&local_21);\n }" if (parenthesized_expression "(iVar2 < 1)" ( (binary_expression "iVar2 < 1" identifier < number_literal) )) (compound_statement "{\n FUN_00269d10(local_20[0] + -0xc,&local_21);\n }" { (expression_statement "FUN_00269d10(local_20[0] + -0xc,&local_21);" (call_expression "FUN_00269d10(local_20[0] + -0xc,&local_21)" identifier (argument_list "(local_20[0] + -0xc,&local_21)" ( (binary_expression "local_20[0] + -0xc" (subscript_expression "local_20[0]" identifier [ number_literal ]) + number_literal) , (pointer_expression "&local_21" & identifier) ))) ;) })) })) }) (else_clause "else {\n (**(code **)(*param_3 + 8))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10,param_11);\n }" else (compound_statement "{\n (**(code **)(*param_3 + 8))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10,param_11);\n }" { (expression_statement "(**(code **)(*param_3 + 8))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10,param_11);" (call_expression "(**(code **)(*param_3 + 8))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10,param_11)" (parenthesized_expression "(**(code **)(*param_3 + 8))" ( (pointer_expression "**(code **)(*param_3 + 8)" * (pointer_expression "*(code **)(*param_3 + 8)" * (cast_expression "(code **)(*param_3 + 8)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_3 + 8)" ( (binary_expression "*param_3 + 8" (pointer_expression "*param_3" * identifier) + number_literal) ))))) )) (argument_list "(param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10,param_11)" ( identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier ))) ;) }))) (return_statement "return param_1;" return identifier ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> >\n std::__facet_shims::__money_get<wchar_t>(std::integral_constant<bool, false>, std::locale::facet\n const*, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> >,\n std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> >, bool, std::ios_base&,\n std::_Ios_Iostate&, long double*, std::__facet_shims::__any_string*) */\n\nundefined4 *\nstd::__facet_shims::__money_get<wchar_t>\n (undefined4 *param_1,undefined4 param_2,int *param_3,undefined4 param_4,undefined4 param_5\n ,undefined4 param_6,undefined4 param_7,undefined1 param_8,undefined4 param_9,int *param_10\n ,int param_11,wstring *param_12)\n\n{\n int *piVar1;\n int iVar2;\n undefined4 local_34;\n undefined4 local_30;\n undefined *local_20 [4];\n \n if (param_11 == 0) {\n local_20[0] = &DAT_00397f6c;\n /* try { // try from 0022aa07 to 0022aa93 has its CatchHandler @ 0022aac3 */\n (**(code **)(*param_3 + 0xc))\n (&local_34,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10,\n (wstring *)local_20);\n if (*param_10 == 0) {\n if (*(code **)(param_12 + 0x18) != (code *)0x0) {\n (**(code **)(param_12 + 0x18))(param_12);\n }\n std::wstring::wstring(param_12,(wstring *)local_20);\n *(undefined4 *)(param_12 + 4) = *(undefined4 *)(local_20[0] + -0xc);\n *(code **)(param_12 + 0x18) = (anonymous_namespace)::__destroy_string<wchar_t>;\n }\n *param_1 = local_34;\n param_1[1] = local_30;\n if ((allocator *)(local_20[0] + -0xc) != (allocator *)&std::wstring::_Rep::_S_empty_rep_storage)\n {\n if (PTR___pthread_key_create_0038ef24 == (undefined *)0x0) {\n iVar2 = *(int *)(local_20[0] + -4);\n *(int *)(local_20[0] + -4) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_20[0] + -4);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n std::wstring::_Rep::_M_destroy((allocator *)(local_20[0] + -0xc));\n }\n }\n }\n else {\n (**(code **)(*param_3 + 8))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10,param_11);\n }\n return param_1;\n}\n\n" comment comment (ERROR "undefined4 *\nstd::" (binary_expression "undefined4 *\nstd" identifier * identifier) : :) (labeled_statement "__facet_shims::__money_get<wchar_t>\n (undefined4 *param_1,undefined4 param_2,int *param_3,undefined4 param_4,undefined4 param_5\n ,undefined4 param_6,undefined4 param_7,undefined1 param_8,undefined4 param_9,int *param_10\n ,int param_11,wstring *param_12)" statement_identifier : (ERROR ":" :) (expression_statement "__money_get<wchar_t>\n (undefined4 *param_1,undefined4 param_2,int *param_3,undefined4 param_4,undefined4 param_5\n ,undefined4 param_6,undefined4 param_7,undefined1 param_8,undefined4 param_9,int *param_10\n ,int param_11,wstring *param_12)" (binary_expression "__money_get<wchar_t>\n (undefined4 *param_1,undefined4 param_2,int *param_3,undefined4 param_4,undefined4 param_5\n ,undefined4 param_6,undefined4 param_7,undefined1 param_8,undefined4 param_9,int *param_10\n ,int param_11,wstring *param_12)" (binary_expression "__money_get<wchar_t" identifier < identifier) > (parenthesized_expression "(undefined4 *param_1,undefined4 param_2,int *param_3,undefined4 param_4,undefined4 param_5\n ,undefined4 param_6,undefined4 param_7,undefined1 param_8,undefined4 param_9,int *param_10\n ,int param_11,wstring *param_12)" ( (comma_expression "undefined4 *param_1,undefined4 param_2,int *param_3,undefined4 param_4,undefined4 param_5\n ,undefined4 param_6,undefined4 param_7,undefined1 param_8,undefined4 param_9,int *param_10\n ,int param_11,wstring *param_12" (binary_expression "undefined4 *param_1" identifier * identifier) , (comma_expression "undefined4 param_2,int *param_3,undefined4 param_4,undefined4 param_5\n ,undefined4 param_6,undefined4 param_7,undefined1 param_8,undefined4 param_9,int *param_10\n ,int param_11,wstring *param_12" identifier (ERROR "param_2" identifier) , (comma_expression "int *param_3,undefined4 param_4,undefined4 param_5\n ,undefined4 param_6,undefined4 param_7,undefined1 param_8,undefined4 param_9,int *param_10\n ,int param_11,wstring *param_12" (binary_expression "int *param_3" identifier * identifier) , (comma_expression "undefined4 param_4,undefined4 param_5\n ,undefined4 param_6,undefined4 param_7,undefined1 param_8,undefined4 param_9,int *param_10\n ,int param_11,wstring *param_12" identifier (ERROR "param_4" identifier) , (comma_expression "undefined4 param_5\n ,undefined4 param_6,undefined4 param_7,undefined1 param_8,undefined4 param_9,int *param_10\n ,int param_11,wstring *param_12" identifier (ERROR "param_5" identifier) , (comma_expression "undefined4 param_6,undefined4 param_7,undefined1 param_8,undefined4 param_9,int *param_10\n ,int param_11,wstring *param_12" identifier (ERROR "param_6" identifier) , (comma_expression "undefined4 param_7,undefined1 param_8,undefined4 param_9,int *param_10\n ,int param_11,wstring *param_12" identifier (ERROR "param_7" identifier) , (comma_expression "undefined1 param_8,undefined4 param_9,int *param_10\n ,int param_11,wstring *param_12" identifier (ERROR "param_8" identifier) , (ERROR "undefined4" identifier) (comma_expression "param_9,int *param_10\n ,int param_11,wstring *param_12" identifier , (comma_expression "int *param_10\n ,int param_11,wstring *param_12" (binary_expression "int *param_10" identifier * identifier) , (ERROR "int" identifier) (comma_expression "param_11,wstring *param_12" identifier , (binary_expression "wstring *param_12" identifier * identifier)))))))))))) ))) ;)) (compound_statement "{\n int *piVar1;\n int iVar2;\n undefined4 local_34;\n undefined4 local_30;\n undefined *local_20 [4];\n \n if (param_11 == 0) {\n local_20[0] = &DAT_00397f6c;\n /* try { // try from 0022aa07 to 0022aa93 has its CatchHandler @ 0022aac3 */\n (**(code **)(*param_3 + 0xc))\n (&local_34,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10,\n (wstring *)local_20);\n if (*param_10 == 0) {\n if (*(code **)(param_12 + 0x18) != (code *)0x0) {\n (**(code **)(param_12 + 0x18))(param_12);\n }\n std::wstring::wstring(param_12,(wstring *)local_20);\n *(undefined4 *)(param_12 + 4) = *(undefined4 *)(local_20[0] + -0xc);\n *(code **)(param_12 + 0x18) = (anonymous_namespace)::__destroy_string<wchar_t>;\n }\n *param_1 = local_34;\n param_1[1] = local_30;\n if ((allocator *)(local_20[0] + -0xc) != (allocator *)&std::wstring::_Rep::_S_empty_rep_storage)\n {\n if (PTR___pthread_key_create_0038ef24 == (undefined *)0x0) {\n iVar2 = *(int *)(local_20[0] + -4);\n *(int *)(local_20[0] + -4) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_20[0] + -4);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n std::wstring::_Rep::_M_destroy((allocator *)(local_20[0] + -0xc));\n }\n }\n }\n else {\n (**(code **)(*param_3 + 8))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10,param_11);\n }\n return param_1;\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "undefined4 local_34;" type_identifier identifier ;) (declaration "undefined4 local_30;" type_identifier identifier ;) (declaration "undefined *local_20 [4];" type_identifier (pointer_declarator "*local_20 [4]" * (array_declarator "local_20 [4]" identifier [ number_literal ])) ;) (if_statement "if (param_11 == 0) {\n local_20[0] = &DAT_00397f6c;\n /* try { // try from 0022aa07 to 0022aa93 has its CatchHandler @ 0022aac3 */\n (**(code **)(*param_3 + 0xc))\n (&local_34,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10,\n (wstring *)local_20);\n if (*param_10 == 0) {\n if (*(code **)(param_12 + 0x18) != (code *)0x0) {\n (**(code **)(param_12 + 0x18))(param_12);\n }\n std::wstring::wstring(param_12,(wstring *)local_20);\n *(undefined4 *)(param_12 + 4) = *(undefined4 *)(local_20[0] + -0xc);\n *(code **)(param_12 + 0x18) = (anonymous_namespace)::__destroy_string<wchar_t>;\n }\n *param_1 = local_34;\n param_1[1] = local_30;\n if ((allocator *)(local_20[0] + -0xc) != (allocator *)&std::wstring::_Rep::_S_empty_rep_storage)\n {\n if (PTR___pthread_key_create_0038ef24 == (undefined *)0x0) {\n iVar2 = *(int *)(local_20[0] + -4);\n *(int *)(local_20[0] + -4) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_20[0] + -4);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n std::wstring::_Rep::_M_destroy((allocator *)(local_20[0] + -0xc));\n }\n }\n }\n else {\n (**(code **)(*param_3 + 8))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10,param_11);\n }" if (parenthesized_expression "(param_11 == 0)" ( (binary_expression "param_11 == 0" identifier == number_literal) )) (compound_statement "{\n local_20[0] = &DAT_00397f6c;\n /* try { // try from 0022aa07 to 0022aa93 has its CatchHandler @ 0022aac3 */\n (**(code **)(*param_3 + 0xc))\n (&local_34,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10,\n (wstring *)local_20);\n if (*param_10 == 0) {\n if (*(code **)(param_12 + 0x18) != (code *)0x0) {\n (**(code **)(param_12 + 0x18))(param_12);\n }\n std::wstring::wstring(param_12,(wstring *)local_20);\n *(undefined4 *)(param_12 + 4) = *(undefined4 *)(local_20[0] + -0xc);\n *(code **)(param_12 + 0x18) = (anonymous_namespace)::__destroy_string<wchar_t>;\n }\n *param_1 = local_34;\n param_1[1] = local_30;\n if ((allocator *)(local_20[0] + -0xc) != (allocator *)&std::wstring::_Rep::_S_empty_rep_storage)\n {\n if (PTR___pthread_key_create_0038ef24 == (undefined *)0x0) {\n iVar2 = *(int *)(local_20[0] + -4);\n *(int *)(local_20[0] + -4) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_20[0] + -4);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n std::wstring::_Rep::_M_destroy((allocator *)(local_20[0] + -0xc));\n }\n }\n }" { (expression_statement "local_20[0] = &DAT_00397f6c;" (assignment_expression "local_20[0] = &DAT_00397f6c" (subscript_expression "local_20[0]" identifier [ number_literal ]) = (pointer_expression "&DAT_00397f6c" & identifier)) ;) comment (expression_statement "(**(code **)(*param_3 + 0xc))\n (&local_34,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10,\n (wstring *)local_20);" (call_expression "(**(code **)(*param_3 + 0xc))\n (&local_34,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10,\n (wstring *)local_20)" (parenthesized_expression "(**(code **)(*param_3 + 0xc))" ( (pointer_expression "**(code **)(*param_3 + 0xc)" * (pointer_expression "*(code **)(*param_3 + 0xc)" * (cast_expression "(code **)(*param_3 + 0xc)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_3 + 0xc)" ( (binary_expression "*param_3 + 0xc" (pointer_expression "*param_3" * identifier) + number_literal) ))))) )) (argument_list "(&local_34,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10,\n (wstring *)local_20)" ( (pointer_expression "&local_34" & identifier) , identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier , (cast_expression "(wstring *)local_20" ( (type_descriptor "wstring *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) ))) ;) (if_statement "if (*param_10 == 0) {\n if (*(code **)(param_12 + 0x18) != (code *)0x0) {\n (**(code **)(param_12 + 0x18))(param_12);\n }\n std::wstring::wstring(param_12,(wstring *)local_20);\n *(undefined4 *)(param_12 + 4) = *(undefined4 *)(local_20[0] + -0xc);\n *(code **)(param_12 + 0x18) = (anonymous_namespace)::__destroy_string<wchar_t>;\n }" if (parenthesized_expression "(*param_10 == 0)" ( (binary_expression "*param_10 == 0" (pointer_expression "*param_10" * identifier) == number_literal) )) (compound_statement "{\n if (*(code **)(param_12 + 0x18) != (code *)0x0) {\n (**(code **)(param_12 + 0x18))(param_12);\n }\n std::wstring::wstring(param_12,(wstring *)local_20);\n *(undefined4 *)(param_12 + 4) = *(undefined4 *)(local_20[0] + -0xc);\n *(code **)(param_12 + 0x18) = (anonymous_namespace)::__destroy_string<wchar_t>;\n }" { (if_statement "if (*(code **)(param_12 + 0x18) != (code *)0x0) {\n (**(code **)(param_12 + 0x18))(param_12);\n }" if (parenthesized_expression "(*(code **)(param_12 + 0x18) != (code *)0x0)" ( (binary_expression "*(code **)(param_12 + 0x18) != (code *)0x0" (pointer_expression "*(code **)(param_12 + 0x18)" * (cast_expression "(code **)(param_12 + 0x18)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_12 + 0x18)" ( (binary_expression "param_12 + 0x18" identifier + number_literal) )))) != (cast_expression "(code *)0x0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n (**(code **)(param_12 + 0x18))(param_12);\n }" { (expression_statement "(**(code **)(param_12 + 0x18))(param_12);" (call_expression "(**(code **)(param_12 + 0x18))(param_12)" (parenthesized_expression "(**(code **)(param_12 + 0x18))" ( (pointer_expression "**(code **)(param_12 + 0x18)" * (pointer_expression "*(code **)(param_12 + 0x18)" * (cast_expression "(code **)(param_12 + 0x18)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_12 + 0x18)" ( (binary_expression "param_12 + 0x18" identifier + number_literal) ))))) )) (argument_list "(param_12)" ( identifier ))) ;) })) (labeled_statement "std::wstring::wstring(param_12,(wstring *)local_20);" statement_identifier : (ERROR ":" :) (labeled_statement "wstring::wstring(param_12,(wstring *)local_20);" statement_identifier : (ERROR ":" :) (expression_statement "wstring(param_12,(wstring *)local_20);" (call_expression "wstring(param_12,(wstring *)local_20)" identifier (argument_list "(param_12,(wstring *)local_20)" ( identifier , (cast_expression "(wstring *)local_20" ( (type_descriptor "wstring *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) ))) ;))) (expression_statement "*(undefined4 *)(param_12 + 4) = *(undefined4 *)(local_20[0] + -0xc);" (assignment_expression "*(undefined4 *)(param_12 + 4) = *(undefined4 *)(local_20[0] + -0xc)" (pointer_expression "*(undefined4 *)(param_12 + 4)" * (cast_expression "(undefined4 *)(param_12 + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_12 + 4)" ( (binary_expression "param_12 + 4" identifier + number_literal) )))) = (pointer_expression "*(undefined4 *)(local_20[0] + -0xc)" * (cast_expression "(undefined4 *)(local_20[0] + -0xc)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_20[0] + -0xc)" ( (binary_expression "local_20[0] + -0xc" (subscript_expression "local_20[0]" identifier [ number_literal ]) + number_literal) ))))) ;) (expression_statement "*(code **)(param_12 + 0x18) = (anonymous_namespace)::__destroy_string<wchar_t>;" (binary_expression "*(code **)(param_12 + 0x18) = (anonymous_namespace)::__destroy_string<wchar_t>" (binary_expression "*(code **)(param_12 + 0x18) = (anonymous_namespace)::__destroy_string<wchar_t" (assignment_expression "*(code **)(param_12 + 0x18) = (anonymous_namespace)" (pointer_expression "*(code **)(param_12 + 0x18)" * (cast_expression "(code **)(param_12 + 0x18)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_12 + 0x18)" ( (binary_expression "param_12 + 0x18" identifier + number_literal) )))) = (parenthesized_expression "(anonymous_namespace)" ( identifier ))) (ERROR "::__destroy_string" : : identifier) < identifier) > identifier) ;) })) (expression_statement "*param_1 = local_34;" (assignment_expression "*param_1 = local_34" (pointer_expression "*param_1" * identifier) = identifier) ;) (expression_statement "param_1[1] = local_30;" (assignment_expression "param_1[1] = local_30" (subscript_expression "param_1[1]" identifier [ number_literal ]) = identifier) ;) (if_statement "if ((allocator *)(local_20[0] + -0xc) != (allocator *)&std::wstring::_Rep::_S_empty_rep_storage)\n {\n if (PTR___pthread_key_create_0038ef24 == (undefined *)0x0) {\n iVar2 = *(int *)(local_20[0] + -4);\n *(int *)(local_20[0] + -4) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_20[0] + -4);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n std::wstring::_Rep::_M_destroy((allocator *)(local_20[0] + -0xc));\n }\n }" if (parenthesized_expression "((allocator *)(local_20[0] + -0xc) != (allocator *)&std::wstring::_Rep::_S_empty_rep_storage)" ( (binary_expression "(allocator *)(local_20[0] + -0xc) != (allocator *)&std" (cast_expression "(allocator *)(local_20[0] + -0xc)" ( (type_descriptor "allocator *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_20[0] + -0xc)" ( (binary_expression "local_20[0] + -0xc" (subscript_expression "local_20[0]" identifier [ number_literal ]) + number_literal) ))) != (cast_expression "(allocator *)&std" ( (type_descriptor "allocator *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&std" & identifier))) (ERROR "::wstring::_Rep::_S_empty_rep_storage" : : identifier : : identifier : : identifier) )) (compound_statement "{\n if (PTR___pthread_key_create_0038ef24 == (undefined *)0x0) {\n iVar2 = *(int *)(local_20[0] + -4);\n *(int *)(local_20[0] + -4) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_20[0] + -4);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n std::wstring::_Rep::_M_destroy((allocator *)(local_20[0] + -0xc));\n }\n }" { (if_statement "if (PTR___pthread_key_create_0038ef24 == (undefined *)0x0) {\n iVar2 = *(int *)(local_20[0] + -4);\n *(int *)(local_20[0] + -4) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_20[0] + -4);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" if (parenthesized_expression "(PTR___pthread_key_create_0038ef24 == (undefined *)0x0)" ( (binary_expression "PTR___pthread_key_create_0038ef24 == (undefined *)0x0" identifier == (cast_expression "(undefined *)0x0" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n iVar2 = *(int *)(local_20[0] + -4);\n *(int *)(local_20[0] + -4) = iVar2 + -1;\n }" { (expression_statement "iVar2 = *(int *)(local_20[0] + -4);" (assignment_expression "iVar2 = *(int *)(local_20[0] + -4)" identifier = (pointer_expression "*(int *)(local_20[0] + -4)" * (cast_expression "(int *)(local_20[0] + -4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_20[0] + -4)" ( (binary_expression "local_20[0] + -4" (subscript_expression "local_20[0]" identifier [ number_literal ]) + number_literal) ))))) ;) (expression_statement "*(int *)(local_20[0] + -4) = iVar2 + -1;" (assignment_expression "*(int *)(local_20[0] + -4) = iVar2 + -1" (pointer_expression "*(int *)(local_20[0] + -4)" * (cast_expression "(int *)(local_20[0] + -4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_20[0] + -4)" ( (binary_expression "local_20[0] + -4" (subscript_expression "local_20[0]" identifier [ number_literal ]) + number_literal) )))) = (binary_expression "iVar2 + -1" identifier + number_literal)) ;) }) (else_clause "else {\n LOCK();\n piVar1 = (int *)(local_20[0] + -4);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" else (compound_statement "{\n LOCK();\n piVar1 = (int *)(local_20[0] + -4);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" { (expression_statement "LOCK();" (call_expression "LOCK()" identifier (argument_list "()" ( ))) ;) (expression_statement "piVar1 = (int *)(local_20[0] + -4);" (assignment_expression "piVar1 = (int *)(local_20[0] + -4)" identifier = (cast_expression "(int *)(local_20[0] + -4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_20[0] + -4)" ( (binary_expression "local_20[0] + -4" (subscript_expression "local_20[0]" identifier [ number_literal ]) + 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 std::wstring::_Rep::_M_destroy((allocator *)(local_20[0] + -0xc));\n }" if (parenthesized_expression "(iVar2 < 1)" ( (binary_expression "iVar2 < 1" identifier < number_literal) )) (compound_statement "{\n std::wstring::_Rep::_M_destroy((allocator *)(local_20[0] + -0xc));\n }" { (labeled_statement "std::wstring::_Rep::_M_destroy((allocator *)(local_20[0] + -0xc));" statement_identifier : (ERROR ":" :) (labeled_statement "wstring::_Rep::_M_destroy((allocator *)(local_20[0] + -0xc));" statement_identifier : (ERROR ":" :) (labeled_statement "_Rep::_M_destroy((allocator *)(local_20[0] + -0xc));" statement_identifier : (ERROR ":" :) (expression_statement "_M_destroy((allocator *)(local_20[0] + -0xc));" (call_expression "_M_destroy((allocator *)(local_20[0] + -0xc))" identifier (argument_list "((allocator *)(local_20[0] + -0xc))" ( (cast_expression "(allocator *)(local_20[0] + -0xc)" ( (type_descriptor "allocator *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_20[0] + -0xc)" ( (binary_expression "local_20[0] + -0xc" (subscript_expression "local_20[0]" identifier [ number_literal ]) + number_literal) ))) ))) ;)))) })) })) }) (else_clause "else {\n (**(code **)(*param_3 + 8))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10,param_11);\n }" else (compound_statement "{\n (**(code **)(*param_3 + 8))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10,param_11);\n }" { (expression_statement "(**(code **)(*param_3 + 8))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10,param_11);" (call_expression "(**(code **)(*param_3 + 8))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10,param_11)" (parenthesized_expression "(**(code **)(*param_3 + 8))" ( (pointer_expression "**(code **)(*param_3 + 8)" * (pointer_expression "*(code **)(*param_3 + 8)" * (cast_expression "(code **)(*param_3 + 8)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_3 + 8)" ( (binary_expression "*param_3 + 8" (pointer_expression "*param_3" * identifier) + number_literal) ))))) )) (argument_list "(param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10,param_11)" ( identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier ))) ;) }))) (return_statement "return param_1;" return identifier ;) }))
(translation_unit "undefined4 *\nFUN_0022a980(undefined4 *param_1,undefined4 param_2,int *param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined1 param_8,\n undefined4 param_9,int *param_10,int param_11,int param_12)\n\n{\n int *piVar1;\n int iVar2;\n undefined4 local_34;\n undefined4 local_30;\n undefined1 local_21;\n undefined *local_20 [4];\n \n if (param_11 == 0) {\n local_20[0] = &DAT_00397f6c;\n \n (**(code **)(*param_3 + 0xc))\n (&local_34,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10,local_20);\n if (*param_10 == 0) {\n if (*(code **)(param_12 + 0x18) != (code *)0x0) {\n (**(code **)(param_12 + 0x18))(param_12);\n }\n FUN_0026b560(param_12,local_20);\n *(undefined4 *)(param_12 + 4) = *(undefined4 *)(local_20[0] + -0xc);\n *(code **)(param_12 + 0x18) = FUN_00228610;\n }\n *param_1 = local_34;\n param_1[1] = local_30;\n if ((undefined4 *)(local_20[0] + -0xc) != &DAT_00397f60) {\n if (PTR___pthread_key_create_0038ef24 == (undefined *)0x0) {\n iVar2 = *(int *)(local_20[0] + -4);\n *(int *)(local_20[0] + -4) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_20[0] + -4);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n FUN_00269d10(local_20[0] + -0xc,&local_21);\n }\n }\n }\n else {\n (**(code **)(*param_3 + 8))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10,param_11);\n }\n return param_1;\n}\n\n" (function_definition "undefined4 *\nFUN_0022a980(undefined4 *param_1,undefined4 param_2,int *param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined1 param_8,\n undefined4 param_9,int *param_10,int param_11,int param_12)\n\n{\n int *piVar1;\n int iVar2;\n undefined4 local_34;\n undefined4 local_30;\n undefined1 local_21;\n undefined *local_20 [4];\n \n if (param_11 == 0) {\n local_20[0] = &DAT_00397f6c;\n \n (**(code **)(*param_3 + 0xc))\n (&local_34,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10,local_20);\n if (*param_10 == 0) {\n if (*(code **)(param_12 + 0x18) != (code *)0x0) {\n (**(code **)(param_12 + 0x18))(param_12);\n }\n FUN_0026b560(param_12,local_20);\n *(undefined4 *)(param_12 + 4) = *(undefined4 *)(local_20[0] + -0xc);\n *(code **)(param_12 + 0x18) = FUN_00228610;\n }\n *param_1 = local_34;\n param_1[1] = local_30;\n if ((undefined4 *)(local_20[0] + -0xc) != &DAT_00397f60) {\n if (PTR___pthread_key_create_0038ef24 == (undefined *)0x0) {\n iVar2 = *(int *)(local_20[0] + -4);\n *(int *)(local_20[0] + -4) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_20[0] + -4);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n FUN_00269d10(local_20[0] + -0xc,&local_21);\n }\n }\n }\n else {\n (**(code **)(*param_3 + 8))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10,param_11);\n }\n return param_1;\n}" type_identifier (pointer_declarator "*\nFUN_0022a980(undefined4 *param_1,undefined4 param_2,int *param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined1 param_8,\n undefined4 param_9,int *param_10,int param_11,int param_12)" * (function_declarator "FUN_0022a980(undefined4 *param_1,undefined4 param_2,int *param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined1 param_8,\n undefined4 param_9,int *param_10,int param_11,int param_12)" identifier (parameter_list "(undefined4 *param_1,undefined4 param_2,int *param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined1 param_8,\n undefined4 param_9,int *param_10,int param_11,int param_12)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "int *param_3" primitive_type (pointer_declarator "*param_3" * identifier)) , (parameter_declaration "undefined4 param_4" type_identifier identifier) , (parameter_declaration "undefined4 param_5" type_identifier identifier) , (parameter_declaration "undefined4 param_6" type_identifier identifier) , (parameter_declaration "undefined4 param_7" type_identifier identifier) , (parameter_declaration "undefined1 param_8" type_identifier identifier) , (parameter_declaration "undefined4 param_9" type_identifier identifier) , (parameter_declaration "int *param_10" primitive_type (pointer_declarator "*param_10" * identifier)) , (parameter_declaration "int param_11" primitive_type identifier) , (parameter_declaration "int param_12" primitive_type identifier) )))) (compound_statement "{\n int *piVar1;\n int iVar2;\n undefined4 local_34;\n undefined4 local_30;\n undefined1 local_21;\n undefined *local_20 [4];\n \n if (param_11 == 0) {\n local_20[0] = &DAT_00397f6c;\n \n (**(code **)(*param_3 + 0xc))\n (&local_34,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10,local_20);\n if (*param_10 == 0) {\n if (*(code **)(param_12 + 0x18) != (code *)0x0) {\n (**(code **)(param_12 + 0x18))(param_12);\n }\n FUN_0026b560(param_12,local_20);\n *(undefined4 *)(param_12 + 4) = *(undefined4 *)(local_20[0] + -0xc);\n *(code **)(param_12 + 0x18) = FUN_00228610;\n }\n *param_1 = local_34;\n param_1[1] = local_30;\n if ((undefined4 *)(local_20[0] + -0xc) != &DAT_00397f60) {\n if (PTR___pthread_key_create_0038ef24 == (undefined *)0x0) {\n iVar2 = *(int *)(local_20[0] + -4);\n *(int *)(local_20[0] + -4) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_20[0] + -4);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n FUN_00269d10(local_20[0] + -0xc,&local_21);\n }\n }\n }\n else {\n (**(code **)(*param_3 + 8))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10,param_11);\n }\n return param_1;\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "undefined4 local_34;" type_identifier identifier ;) (declaration "undefined4 local_30;" type_identifier identifier ;) (declaration "undefined1 local_21;" type_identifier identifier ;) (declaration "undefined *local_20 [4];" type_identifier (pointer_declarator "*local_20 [4]" * (array_declarator "local_20 [4]" identifier [ number_literal ])) ;) (if_statement "if (param_11 == 0) {\n local_20[0] = &DAT_00397f6c;\n \n (**(code **)(*param_3 + 0xc))\n (&local_34,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10,local_20);\n if (*param_10 == 0) {\n if (*(code **)(param_12 + 0x18) != (code *)0x0) {\n (**(code **)(param_12 + 0x18))(param_12);\n }\n FUN_0026b560(param_12,local_20);\n *(undefined4 *)(param_12 + 4) = *(undefined4 *)(local_20[0] + -0xc);\n *(code **)(param_12 + 0x18) = FUN_00228610;\n }\n *param_1 = local_34;\n param_1[1] = local_30;\n if ((undefined4 *)(local_20[0] + -0xc) != &DAT_00397f60) {\n if (PTR___pthread_key_create_0038ef24 == (undefined *)0x0) {\n iVar2 = *(int *)(local_20[0] + -4);\n *(int *)(local_20[0] + -4) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_20[0] + -4);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n FUN_00269d10(local_20[0] + -0xc,&local_21);\n }\n }\n }\n else {\n (**(code **)(*param_3 + 8))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10,param_11);\n }" if (parenthesized_expression "(param_11 == 0)" ( (binary_expression "param_11 == 0" identifier == number_literal) )) (compound_statement "{\n local_20[0] = &DAT_00397f6c;\n \n (**(code **)(*param_3 + 0xc))\n (&local_34,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10,local_20);\n if (*param_10 == 0) {\n if (*(code **)(param_12 + 0x18) != (code *)0x0) {\n (**(code **)(param_12 + 0x18))(param_12);\n }\n FUN_0026b560(param_12,local_20);\n *(undefined4 *)(param_12 + 4) = *(undefined4 *)(local_20[0] + -0xc);\n *(code **)(param_12 + 0x18) = FUN_00228610;\n }\n *param_1 = local_34;\n param_1[1] = local_30;\n if ((undefined4 *)(local_20[0] + -0xc) != &DAT_00397f60) {\n if (PTR___pthread_key_create_0038ef24 == (undefined *)0x0) {\n iVar2 = *(int *)(local_20[0] + -4);\n *(int *)(local_20[0] + -4) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_20[0] + -4);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n FUN_00269d10(local_20[0] + -0xc,&local_21);\n }\n }\n }" { (expression_statement "local_20[0] = &DAT_00397f6c;" (assignment_expression "local_20[0] = &DAT_00397f6c" (subscript_expression "local_20[0]" identifier [ number_literal ]) = (pointer_expression "&DAT_00397f6c" & identifier)) ;) (expression_statement "(**(code **)(*param_3 + 0xc))\n (&local_34,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10,local_20);" (call_expression "(**(code **)(*param_3 + 0xc))\n (&local_34,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10,local_20)" (parenthesized_expression "(**(code **)(*param_3 + 0xc))" ( (pointer_expression "**(code **)(*param_3 + 0xc)" * (pointer_expression "*(code **)(*param_3 + 0xc)" * (cast_expression "(code **)(*param_3 + 0xc)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_3 + 0xc)" ( (binary_expression "*param_3 + 0xc" (pointer_expression "*param_3" * identifier) + number_literal) ))))) )) (argument_list "(&local_34,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10,local_20)" ( (pointer_expression "&local_34" & identifier) , identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier ))) ;) (if_statement "if (*param_10 == 0) {\n if (*(code **)(param_12 + 0x18) != (code *)0x0) {\n (**(code **)(param_12 + 0x18))(param_12);\n }\n FUN_0026b560(param_12,local_20);\n *(undefined4 *)(param_12 + 4) = *(undefined4 *)(local_20[0] + -0xc);\n *(code **)(param_12 + 0x18) = FUN_00228610;\n }" if (parenthesized_expression "(*param_10 == 0)" ( (binary_expression "*param_10 == 0" (pointer_expression "*param_10" * identifier) == number_literal) )) (compound_statement "{\n if (*(code **)(param_12 + 0x18) != (code *)0x0) {\n (**(code **)(param_12 + 0x18))(param_12);\n }\n FUN_0026b560(param_12,local_20);\n *(undefined4 *)(param_12 + 4) = *(undefined4 *)(local_20[0] + -0xc);\n *(code **)(param_12 + 0x18) = FUN_00228610;\n }" { (if_statement "if (*(code **)(param_12 + 0x18) != (code *)0x0) {\n (**(code **)(param_12 + 0x18))(param_12);\n }" if (parenthesized_expression "(*(code **)(param_12 + 0x18) != (code *)0x0)" ( (binary_expression "*(code **)(param_12 + 0x18) != (code *)0x0" (pointer_expression "*(code **)(param_12 + 0x18)" * (cast_expression "(code **)(param_12 + 0x18)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_12 + 0x18)" ( (binary_expression "param_12 + 0x18" identifier + number_literal) )))) != (cast_expression "(code *)0x0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n (**(code **)(param_12 + 0x18))(param_12);\n }" { (expression_statement "(**(code **)(param_12 + 0x18))(param_12);" (call_expression "(**(code **)(param_12 + 0x18))(param_12)" (parenthesized_expression "(**(code **)(param_12 + 0x18))" ( (pointer_expression "**(code **)(param_12 + 0x18)" * (pointer_expression "*(code **)(param_12 + 0x18)" * (cast_expression "(code **)(param_12 + 0x18)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_12 + 0x18)" ( (binary_expression "param_12 + 0x18" identifier + number_literal) ))))) )) (argument_list "(param_12)" ( identifier ))) ;) })) (expression_statement "FUN_0026b560(param_12,local_20);" (call_expression "FUN_0026b560(param_12,local_20)" identifier (argument_list "(param_12,local_20)" ( identifier , identifier ))) ;) (expression_statement "*(undefined4 *)(param_12 + 4) = *(undefined4 *)(local_20[0] + -0xc);" (assignment_expression "*(undefined4 *)(param_12 + 4) = *(undefined4 *)(local_20[0] + -0xc)" (pointer_expression "*(undefined4 *)(param_12 + 4)" * (cast_expression "(undefined4 *)(param_12 + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_12 + 4)" ( (binary_expression "param_12 + 4" identifier + number_literal) )))) = (pointer_expression "*(undefined4 *)(local_20[0] + -0xc)" * (cast_expression "(undefined4 *)(local_20[0] + -0xc)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_20[0] + -0xc)" ( (binary_expression "local_20[0] + -0xc" (subscript_expression "local_20[0]" identifier [ number_literal ]) + number_literal) ))))) ;) (expression_statement "*(code **)(param_12 + 0x18) = FUN_00228610;" (assignment_expression "*(code **)(param_12 + 0x18) = FUN_00228610" (pointer_expression "*(code **)(param_12 + 0x18)" * (cast_expression "(code **)(param_12 + 0x18)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_12 + 0x18)" ( (binary_expression "param_12 + 0x18" identifier + number_literal) )))) = identifier) ;) })) (expression_statement "*param_1 = local_34;" (assignment_expression "*param_1 = local_34" (pointer_expression "*param_1" * identifier) = identifier) ;) (expression_statement "param_1[1] = local_30;" (assignment_expression "param_1[1] = local_30" (subscript_expression "param_1[1]" identifier [ number_literal ]) = identifier) ;) (if_statement "if ((undefined4 *)(local_20[0] + -0xc) != &DAT_00397f60) {\n if (PTR___pthread_key_create_0038ef24 == (undefined *)0x0) {\n iVar2 = *(int *)(local_20[0] + -4);\n *(int *)(local_20[0] + -4) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_20[0] + -4);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n FUN_00269d10(local_20[0] + -0xc,&local_21);\n }\n }" if (parenthesized_expression "((undefined4 *)(local_20[0] + -0xc) != &DAT_00397f60)" ( (binary_expression "(undefined4 *)(local_20[0] + -0xc) != &DAT_00397f60" (cast_expression "(undefined4 *)(local_20[0] + -0xc)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_20[0] + -0xc)" ( (binary_expression "local_20[0] + -0xc" (subscript_expression "local_20[0]" identifier [ number_literal ]) + number_literal) ))) != (pointer_expression "&DAT_00397f60" & identifier)) )) (compound_statement "{\n if (PTR___pthread_key_create_0038ef24 == (undefined *)0x0) {\n iVar2 = *(int *)(local_20[0] + -4);\n *(int *)(local_20[0] + -4) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_20[0] + -4);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n FUN_00269d10(local_20[0] + -0xc,&local_21);\n }\n }" { (if_statement "if (PTR___pthread_key_create_0038ef24 == (undefined *)0x0) {\n iVar2 = *(int *)(local_20[0] + -4);\n *(int *)(local_20[0] + -4) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_20[0] + -4);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" if (parenthesized_expression "(PTR___pthread_key_create_0038ef24 == (undefined *)0x0)" ( (binary_expression "PTR___pthread_key_create_0038ef24 == (undefined *)0x0" identifier == (cast_expression "(undefined *)0x0" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n iVar2 = *(int *)(local_20[0] + -4);\n *(int *)(local_20[0] + -4) = iVar2 + -1;\n }" { (expression_statement "iVar2 = *(int *)(local_20[0] + -4);" (assignment_expression "iVar2 = *(int *)(local_20[0] + -4)" identifier = (pointer_expression "*(int *)(local_20[0] + -4)" * (cast_expression "(int *)(local_20[0] + -4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_20[0] + -4)" ( (binary_expression "local_20[0] + -4" (subscript_expression "local_20[0]" identifier [ number_literal ]) + number_literal) ))))) ;) (expression_statement "*(int *)(local_20[0] + -4) = iVar2 + -1;" (assignment_expression "*(int *)(local_20[0] + -4) = iVar2 + -1" (pointer_expression "*(int *)(local_20[0] + -4)" * (cast_expression "(int *)(local_20[0] + -4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_20[0] + -4)" ( (binary_expression "local_20[0] + -4" (subscript_expression "local_20[0]" identifier [ number_literal ]) + number_literal) )))) = (binary_expression "iVar2 + -1" identifier + number_literal)) ;) }) (else_clause "else {\n LOCK();\n piVar1 = (int *)(local_20[0] + -4);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" else (compound_statement "{\n LOCK();\n piVar1 = (int *)(local_20[0] + -4);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" { (expression_statement "LOCK();" (call_expression "LOCK()" identifier (argument_list "()" ( ))) ;) (expression_statement "piVar1 = (int *)(local_20[0] + -4);" (assignment_expression "piVar1 = (int *)(local_20[0] + -4)" identifier = (cast_expression "(int *)(local_20[0] + -4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_20[0] + -4)" ( (binary_expression "local_20[0] + -4" (subscript_expression "local_20[0]" identifier [ number_literal ]) + 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 FUN_00269d10(local_20[0] + -0xc,&local_21);\n }" if (parenthesized_expression "(iVar2 < 1)" ( (binary_expression "iVar2 < 1" identifier < number_literal) )) (compound_statement "{\n FUN_00269d10(local_20[0] + -0xc,&local_21);\n }" { (expression_statement "FUN_00269d10(local_20[0] + -0xc,&local_21);" (call_expression "FUN_00269d10(local_20[0] + -0xc,&local_21)" identifier (argument_list "(local_20[0] + -0xc,&local_21)" ( (binary_expression "local_20[0] + -0xc" (subscript_expression "local_20[0]" identifier [ number_literal ]) + number_literal) , (pointer_expression "&local_21" & identifier) ))) ;) })) })) }) (else_clause "else {\n (**(code **)(*param_3 + 8))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10,param_11);\n }" else (compound_statement "{\n (**(code **)(*param_3 + 8))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10,param_11);\n }" { (expression_statement "(**(code **)(*param_3 + 8))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10,param_11);" (call_expression "(**(code **)(*param_3 + 8))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10,param_11)" (parenthesized_expression "(**(code **)(*param_3 + 8))" ( (pointer_expression "**(code **)(*param_3 + 8)" * (pointer_expression "*(code **)(*param_3 + 8)" * (cast_expression "(code **)(*param_3 + 8)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_3 + 8)" ( (binary_expression "*param_3 + 8" (pointer_expression "*param_3" * identifier) + number_literal) ))))) )) (argument_list "(param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10,param_11)" ( identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier ))) ;) }))) (return_statement "return param_1;" return identifier ;) })))
(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)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE 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) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * (array_declarator IDENT [ LIT ])) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (pointer_expression & 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 ( (pointer_expression & IDENT) , IDENT , IDENT , IDENT , IDENT , IDENT , IDENT , IDENT , IDENT , IDENT ))) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) == LIT) )) (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 IDENT + LIT) )))) != (cast_expression ( (type_descriptor TYPE (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 IDENT + LIT) ))))) )) (argument_list ( IDENT ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (expression_statement (assignment_expression (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 (subscript_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 * IDENT) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) + LIT) ))) != (pointer_expression & 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 (subscript_expression IDENT [ LIT ]) + LIT) ))))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) + 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 (subscript_expression IDENT [ LIT ]) + 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 ( (binary_expression (subscript_expression IDENT [ LIT ]) + LIT) , (pointer_expression & 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 * IDENT) + LIT) ))))) )) (argument_list ( IDENT , IDENT , IDENT , IDENT , IDENT , IDENT , IDENT , IDENT , IDENT , IDENT ))) ;) }))) (return_statement return IDENT ;) })))
(function_definition "undefined4 *\nFUN_0022a980(undefined4 *param_1,undefined4 param_2,int *param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined1 param_8,\n undefined4 param_9,int *param_10,int param_11,int param_12)\n\n{\n int *piVar1;\n int iVar2;\n undefined4 local_34;\n undefined4 local_30;\n undefined1 local_21;\n undefined *local_20 [4];\n \n if (param_11 == 0) {\n local_20[0] = &DAT_00397f6c;\n \n (**(code **)(*param_3 + 0xc))\n (&local_34,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10,local_20);\n if (*param_10 == 0) {\n if (*(code **)(param_12 + 0x18) != (code *)0x0) {\n (**(code **)(param_12 + 0x18))(param_12);\n }\n FUN_0026b560(param_12,local_20);\n *(undefined4 *)(param_12 + 4) = *(undefined4 *)(local_20[0] + -0xc);\n *(code **)(param_12 + 0x18) = FUN_00228610;\n }\n *param_1 = local_34;\n param_1[1] = local_30;\n if ((undefined4 *)(local_20[0] + -0xc) != &DAT_00397f60) {\n if (PTR___pthread_key_create_0038ef24 == (undefined *)0x0) {\n iVar2 = *(int *)(local_20[0] + -4);\n *(int *)(local_20[0] + -4) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_20[0] + -4);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n FUN_00269d10(local_20[0] + -0xc,&local_21);\n }\n }\n }\n else {\n (**(code **)(*param_3 + 8))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10,param_11);\n }\n return param_1;\n}" (type_identifier "undefined4") (pointer_declarator "*\nFUN_0022a980(undefined4 *param_1,undefined4 param_2,int *param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined1 param_8,\n undefined4 param_9,int *param_10,int param_11,int param_12)" (* "*") (function_declarator "FUN_0022a980(undefined4 *param_1,undefined4 param_2,int *param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined1 param_8,\n undefined4 param_9,int *param_10,int param_11,int param_12)" (identifier "FUN_0022a980") (parameter_list "(undefined4 *param_1,undefined4 param_2,int *param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined1 param_8,\n undefined4 param_9,int *param_10,int param_11,int param_12)" (( "(") (parameter_declaration "undefined4 *param_1" (type_identifier "undefined4") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "undefined4 param_2" (type_identifier "undefined4") (identifier "param_2")) (, ",") (parameter_declaration "int *param_3" (primitive_type "int") (pointer_declarator "*param_3" (* "*") (identifier "param_3"))) (, ",") (parameter_declaration "undefined4 param_4" (type_identifier "undefined4") (identifier "param_4")) (, ",") (parameter_declaration "undefined4 param_5" (type_identifier "undefined4") (identifier "param_5")) (, ",") (parameter_declaration "undefined4 param_6" (type_identifier "undefined4") (identifier "param_6")) (, ",") (parameter_declaration "undefined4 param_7" (type_identifier "undefined4") (identifier "param_7")) (, ",") (parameter_declaration "undefined1 param_8" (type_identifier "undefined1") (identifier "param_8")) (, ",") (parameter_declaration "undefined4 param_9" (type_identifier "undefined4") (identifier "param_9")) (, ",") (parameter_declaration "int *param_10" (primitive_type "int") (pointer_declarator "*param_10" (* "*") (identifier "param_10"))) (, ",") (parameter_declaration "int param_11" (primitive_type "int") (identifier "param_11")) (, ",") (parameter_declaration "int param_12" (primitive_type "int") (identifier "param_12")) () ")")))) (compound_statement "{\n int *piVar1;\n int iVar2;\n undefined4 local_34;\n undefined4 local_30;\n undefined1 local_21;\n undefined *local_20 [4];\n \n if (param_11 == 0) {\n local_20[0] = &DAT_00397f6c;\n \n (**(code **)(*param_3 + 0xc))\n (&local_34,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10,local_20);\n if (*param_10 == 0) {\n if (*(code **)(param_12 + 0x18) != (code *)0x0) {\n (**(code **)(param_12 + 0x18))(param_12);\n }\n FUN_0026b560(param_12,local_20);\n *(undefined4 *)(param_12 + 4) = *(undefined4 *)(local_20[0] + -0xc);\n *(code **)(param_12 + 0x18) = FUN_00228610;\n }\n *param_1 = local_34;\n param_1[1] = local_30;\n if ((undefined4 *)(local_20[0] + -0xc) != &DAT_00397f60) {\n if (PTR___pthread_key_create_0038ef24 == (undefined *)0x0) {\n iVar2 = *(int *)(local_20[0] + -4);\n *(int *)(local_20[0] + -4) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_20[0] + -4);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n FUN_00269d10(local_20[0] + -0xc,&local_21);\n }\n }\n }\n else {\n (**(code **)(*param_3 + 8))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10,param_11);\n }\n return param_1;\n}" ({ "{") (declaration "int *piVar1;" (primitive_type "int") (pointer_declarator "*piVar1" (* "*") (identifier "piVar1")) (; ";")) (declaration "int iVar2;" (primitive_type "int") (identifier "iVar2") (; ";")) (declaration "undefined4 local_34;" (type_identifier "undefined4") (identifier "local_34") (; ";")) (declaration "undefined4 local_30;" (type_identifier "undefined4") (identifier "local_30") (; ";")) (declaration "undefined1 local_21;" (type_identifier "undefined1") (identifier "local_21") (; ";")) (declaration "undefined *local_20 [4];" (type_identifier "undefined") (pointer_declarator "*local_20 [4]" (* "*") (array_declarator "local_20 [4]" (identifier "local_20") ([ "[") (number_literal "4") (] "]"))) (; ";")) (if_statement "if (param_11 == 0) {\n local_20[0] = &DAT_00397f6c;\n \n (**(code **)(*param_3 + 0xc))\n (&local_34,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10,local_20);\n if (*param_10 == 0) {\n if (*(code **)(param_12 + 0x18) != (code *)0x0) {\n (**(code **)(param_12 + 0x18))(param_12);\n }\n FUN_0026b560(param_12,local_20);\n *(undefined4 *)(param_12 + 4) = *(undefined4 *)(local_20[0] + -0xc);\n *(code **)(param_12 + 0x18) = FUN_00228610;\n }\n *param_1 = local_34;\n param_1[1] = local_30;\n if ((undefined4 *)(local_20[0] + -0xc) != &DAT_00397f60) {\n if (PTR___pthread_key_create_0038ef24 == (undefined *)0x0) {\n iVar2 = *(int *)(local_20[0] + -4);\n *(int *)(local_20[0] + -4) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_20[0] + -4);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n FUN_00269d10(local_20[0] + -0xc,&local_21);\n }\n }\n }\n else {\n (**(code **)(*param_3 + 8))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10,param_11);\n }" (if "if") (parenthesized_expression "(param_11 == 0)" (( "(") (binary_expression "param_11 == 0" (identifier "param_11") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n local_20[0] = &DAT_00397f6c;\n \n (**(code **)(*param_3 + 0xc))\n (&local_34,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10,local_20);\n if (*param_10 == 0) {\n if (*(code **)(param_12 + 0x18) != (code *)0x0) {\n (**(code **)(param_12 + 0x18))(param_12);\n }\n FUN_0026b560(param_12,local_20);\n *(undefined4 *)(param_12 + 4) = *(undefined4 *)(local_20[0] + -0xc);\n *(code **)(param_12 + 0x18) = FUN_00228610;\n }\n *param_1 = local_34;\n param_1[1] = local_30;\n if ((undefined4 *)(local_20[0] + -0xc) != &DAT_00397f60) {\n if (PTR___pthread_key_create_0038ef24 == (undefined *)0x0) {\n iVar2 = *(int *)(local_20[0] + -4);\n *(int *)(local_20[0] + -4) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_20[0] + -4);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n FUN_00269d10(local_20[0] + -0xc,&local_21);\n }\n }\n }" ({ "{") (expression_statement "local_20[0] = &DAT_00397f6c;" (assignment_expression "local_20[0] = &DAT_00397f6c" (subscript_expression "local_20[0]" (identifier "local_20") ([ "[") (number_literal "0") (] "]")) (= "=") (pointer_expression "&DAT_00397f6c" (& "&") (identifier "DAT_00397f6c"))) (; ";")) (expression_statement "(**(code **)(*param_3 + 0xc))\n (&local_34,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10,local_20);" (call_expression "(**(code **)(*param_3 + 0xc))\n (&local_34,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10,local_20)" (parenthesized_expression "(**(code **)(*param_3 + 0xc))" (( "(") (pointer_expression "**(code **)(*param_3 + 0xc)" (* "*") (pointer_expression "*(code **)(*param_3 + 0xc)" (* "*") (cast_expression "(code **)(*param_3 + 0xc)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_3 + 0xc)" (( "(") (binary_expression "*param_3 + 0xc" (pointer_expression "*param_3" (* "*") (identifier "param_3")) (+ "+") (number_literal "0xc")) () ")"))))) () ")")) (argument_list "(&local_34,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10,local_20)" (( "(") (pointer_expression "&local_34" (& "&") (identifier "local_34")) (, ",") (identifier "param_3") (, ",") (identifier "param_4") (, ",") (identifier "param_5") (, ",") (identifier "param_6") (, ",") (identifier "param_7") (, ",") (identifier "param_8") (, ",") (identifier "param_9") (, ",") (identifier "param_10") (, ",") (identifier "local_20") () ")"))) (; ";")) (if_statement "if (*param_10 == 0) {\n if (*(code **)(param_12 + 0x18) != (code *)0x0) {\n (**(code **)(param_12 + 0x18))(param_12);\n }\n FUN_0026b560(param_12,local_20);\n *(undefined4 *)(param_12 + 4) = *(undefined4 *)(local_20[0] + -0xc);\n *(code **)(param_12 + 0x18) = FUN_00228610;\n }" (if "if") (parenthesized_expression "(*param_10 == 0)" (( "(") (binary_expression "*param_10 == 0" (pointer_expression "*param_10" (* "*") (identifier "param_10")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n if (*(code **)(param_12 + 0x18) != (code *)0x0) {\n (**(code **)(param_12 + 0x18))(param_12);\n }\n FUN_0026b560(param_12,local_20);\n *(undefined4 *)(param_12 + 4) = *(undefined4 *)(local_20[0] + -0xc);\n *(code **)(param_12 + 0x18) = FUN_00228610;\n }" ({ "{") (if_statement "if (*(code **)(param_12 + 0x18) != (code *)0x0) {\n (**(code **)(param_12 + 0x18))(param_12);\n }" (if "if") (parenthesized_expression "(*(code **)(param_12 + 0x18) != (code *)0x0)" (( "(") (binary_expression "*(code **)(param_12 + 0x18) != (code *)0x0" (pointer_expression "*(code **)(param_12 + 0x18)" (* "*") (cast_expression "(code **)(param_12 + 0x18)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_12 + 0x18)" (( "(") (binary_expression "param_12 + 0x18" (identifier "param_12") (+ "+") (number_literal "0x18")) () ")")))) (!= "!=") (cast_expression "(code *)0x0" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n (**(code **)(param_12 + 0x18))(param_12);\n }" ({ "{") (expression_statement "(**(code **)(param_12 + 0x18))(param_12);" (call_expression "(**(code **)(param_12 + 0x18))(param_12)" (parenthesized_expression "(**(code **)(param_12 + 0x18))" (( "(") (pointer_expression "**(code **)(param_12 + 0x18)" (* "*") (pointer_expression "*(code **)(param_12 + 0x18)" (* "*") (cast_expression "(code **)(param_12 + 0x18)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_12 + 0x18)" (( "(") (binary_expression "param_12 + 0x18" (identifier "param_12") (+ "+") (number_literal "0x18")) () ")"))))) () ")")) (argument_list "(param_12)" (( "(") (identifier "param_12") () ")"))) (; ";")) (} "}"))) (expression_statement "FUN_0026b560(param_12,local_20);" (call_expression "FUN_0026b560(param_12,local_20)" (identifier "FUN_0026b560") (argument_list "(param_12,local_20)" (( "(") (identifier "param_12") (, ",") (identifier "local_20") () ")"))) (; ";")) (expression_statement "*(undefined4 *)(param_12 + 4) = *(undefined4 *)(local_20[0] + -0xc);" (assignment_expression "*(undefined4 *)(param_12 + 4) = *(undefined4 *)(local_20[0] + -0xc)" (pointer_expression "*(undefined4 *)(param_12 + 4)" (* "*") (cast_expression "(undefined4 *)(param_12 + 4)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_12 + 4)" (( "(") (binary_expression "param_12 + 4" (identifier "param_12") (+ "+") (number_literal "4")) () ")")))) (= "=") (pointer_expression "*(undefined4 *)(local_20[0] + -0xc)" (* "*") (cast_expression "(undefined4 *)(local_20[0] + -0xc)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_20[0] + -0xc)" (( "(") (binary_expression "local_20[0] + -0xc" (subscript_expression "local_20[0]" (identifier "local_20") ([ "[") (number_literal "0") (] "]")) (+ "+") (number_literal "-0xc")) () ")"))))) (; ";")) (expression_statement "*(code **)(param_12 + 0x18) = FUN_00228610;" (assignment_expression "*(code **)(param_12 + 0x18) = FUN_00228610" (pointer_expression "*(code **)(param_12 + 0x18)" (* "*") (cast_expression "(code **)(param_12 + 0x18)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_12 + 0x18)" (( "(") (binary_expression "param_12 + 0x18" (identifier "param_12") (+ "+") (number_literal "0x18")) () ")")))) (= "=") (identifier "FUN_00228610")) (; ";")) (} "}"))) (expression_statement "*param_1 = local_34;" (assignment_expression "*param_1 = local_34" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (identifier "local_34")) (; ";")) (expression_statement "param_1[1] = local_30;" (assignment_expression "param_1[1] = local_30" (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) (= "=") (identifier "local_30")) (; ";")) (if_statement "if ((undefined4 *)(local_20[0] + -0xc) != &DAT_00397f60) {\n if (PTR___pthread_key_create_0038ef24 == (undefined *)0x0) {\n iVar2 = *(int *)(local_20[0] + -4);\n *(int *)(local_20[0] + -4) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_20[0] + -4);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n FUN_00269d10(local_20[0] + -0xc,&local_21);\n }\n }" (if "if") (parenthesized_expression "((undefined4 *)(local_20[0] + -0xc) != &DAT_00397f60)" (( "(") (binary_expression "(undefined4 *)(local_20[0] + -0xc) != &DAT_00397f60" (cast_expression "(undefined4 *)(local_20[0] + -0xc)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_20[0] + -0xc)" (( "(") (binary_expression "local_20[0] + -0xc" (subscript_expression "local_20[0]" (identifier "local_20") ([ "[") (number_literal "0") (] "]")) (+ "+") (number_literal "-0xc")) () ")"))) (!= "!=") (pointer_expression "&DAT_00397f60" (& "&") (identifier "DAT_00397f60"))) () ")")) (compound_statement "{\n if (PTR___pthread_key_create_0038ef24 == (undefined *)0x0) {\n iVar2 = *(int *)(local_20[0] + -4);\n *(int *)(local_20[0] + -4) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_20[0] + -4);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n FUN_00269d10(local_20[0] + -0xc,&local_21);\n }\n }" ({ "{") (if_statement "if (PTR___pthread_key_create_0038ef24 == (undefined *)0x0) {\n iVar2 = *(int *)(local_20[0] + -4);\n *(int *)(local_20[0] + -4) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_20[0] + -4);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" (if "if") (parenthesized_expression "(PTR___pthread_key_create_0038ef24 == (undefined *)0x0)" (( "(") (binary_expression "PTR___pthread_key_create_0038ef24 == (undefined *)0x0" (identifier "PTR___pthread_key_create_0038ef24") (== "==") (cast_expression "(undefined *)0x0" (( "(") (type_descriptor "undefined *" (type_identifier "undefined") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n iVar2 = *(int *)(local_20[0] + -4);\n *(int *)(local_20[0] + -4) = iVar2 + -1;\n }" ({ "{") (expression_statement "iVar2 = *(int *)(local_20[0] + -4);" (assignment_expression "iVar2 = *(int *)(local_20[0] + -4)" (identifier "iVar2") (= "=") (pointer_expression "*(int *)(local_20[0] + -4)" (* "*") (cast_expression "(int *)(local_20[0] + -4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_20[0] + -4)" (( "(") (binary_expression "local_20[0] + -4" (subscript_expression "local_20[0]" (identifier "local_20") ([ "[") (number_literal "0") (] "]")) (+ "+") (number_literal "-4")) () ")"))))) (; ";")) (expression_statement "*(int *)(local_20[0] + -4) = iVar2 + -1;" (assignment_expression "*(int *)(local_20[0] + -4) = iVar2 + -1" (pointer_expression "*(int *)(local_20[0] + -4)" (* "*") (cast_expression "(int *)(local_20[0] + -4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_20[0] + -4)" (( "(") (binary_expression "local_20[0] + -4" (subscript_expression "local_20[0]" (identifier "local_20") ([ "[") (number_literal "0") (] "]")) (+ "+") (number_literal "-4")) () ")")))) (= "=") (binary_expression "iVar2 + -1" (identifier "iVar2") (+ "+") (number_literal "-1"))) (; ";")) (} "}")) (else_clause "else {\n LOCK();\n piVar1 = (int *)(local_20[0] + -4);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" (else "else") (compound_statement "{\n LOCK();\n piVar1 = (int *)(local_20[0] + -4);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" ({ "{") (expression_statement "LOCK();" (call_expression "LOCK()" (identifier "LOCK") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "piVar1 = (int *)(local_20[0] + -4);" (assignment_expression "piVar1 = (int *)(local_20[0] + -4)" (identifier "piVar1") (= "=") (cast_expression "(int *)(local_20[0] + -4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_20[0] + -4)" (( "(") (binary_expression "local_20[0] + -4" (subscript_expression "local_20[0]" (identifier "local_20") ([ "[") (number_literal "0") (] "]")) (+ "+") (number_literal "-4")) () ")")))) (; ";")) (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 FUN_00269d10(local_20[0] + -0xc,&local_21);\n }" (if "if") (parenthesized_expression "(iVar2 < 1)" (( "(") (binary_expression "iVar2 < 1" (identifier "iVar2") (< "<") (number_literal "1")) () ")")) (compound_statement "{\n FUN_00269d10(local_20[0] + -0xc,&local_21);\n }" ({ "{") (expression_statement "FUN_00269d10(local_20[0] + -0xc,&local_21);" (call_expression "FUN_00269d10(local_20[0] + -0xc,&local_21)" (identifier "FUN_00269d10") (argument_list "(local_20[0] + -0xc,&local_21)" (( "(") (binary_expression "local_20[0] + -0xc" (subscript_expression "local_20[0]" (identifier "local_20") ([ "[") (number_literal "0") (] "]")) (+ "+") (number_literal "-0xc")) (, ",") (pointer_expression "&local_21" (& "&") (identifier "local_21")) () ")"))) (; ";")) (} "}"))) (} "}"))) (} "}")) (else_clause "else {\n (**(code **)(*param_3 + 8))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10,param_11);\n }" (else "else") (compound_statement "{\n (**(code **)(*param_3 + 8))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10,param_11);\n }" ({ "{") (expression_statement "(**(code **)(*param_3 + 8))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10,param_11);" (call_expression "(**(code **)(*param_3 + 8))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10,param_11)" (parenthesized_expression "(**(code **)(*param_3 + 8))" (( "(") (pointer_expression "**(code **)(*param_3 + 8)" (* "*") (pointer_expression "*(code **)(*param_3 + 8)" (* "*") (cast_expression "(code **)(*param_3 + 8)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_3 + 8)" (( "(") (binary_expression "*param_3 + 8" (pointer_expression "*param_3" (* "*") (identifier "param_3")) (+ "+") (number_literal "8")) () ")"))))) () ")")) (argument_list "(param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10,param_11)" (( "(") (identifier "param_1") (, ",") (identifier "param_3") (, ",") (identifier "param_4") (, ",") (identifier "param_5") (, ",") (identifier "param_6") (, ",") (identifier "param_7") (, ",") (identifier "param_8") (, ",") (identifier "param_9") (, ",") (identifier "param_10") (, ",") (identifier "param_11") () ")"))) (; ";")) (} "}")))) (return_statement "return param_1;" (return "return") (identifier "param_1") (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > std::__facet_shims::__money_get<wchar_t>(std::integral_constant<bool, false>, std::locale::facet const*, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> >, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> >, bool, std::ios_base&, std::_Ios_Iostate&, long double*, std::__facet_shims::__any_string*) */ var_3 * std::__facet_shims::var_1<var_2> (var_3 *var_4,var_3 param_2,var_5 *var_6,var_3 param_4,var_3 param_5 ,var_3 param_6,var_3 param_7,undefined1 param_8,var_3 param_9,var_5 *var_7 ,var_5 var_10,var_8 *var_9) { int *piVar1; int var_13; var_3 local_34; var_3 local_30; type_1 *local_20 [4]; if (var_10 == 0) { local_20[0] = &DAT_00397f6c; /* try { // try from 0022aa07 to 0022aa93 has its CatchHandler @ 0022aac3 */ (**(type_2 **)(*var_6 + 0xc)) (&local_34,var_6,param_4,param_5,param_6,param_7,param_8,param_9,var_7, (var_8 *)local_20); if (*var_7 == 0) { if (*(type_2 **)(var_9 + 0x18) != (type_2 *)0x0) { (**(type_2 **)(var_9 + 0x18))(var_9); } std::wstring::var_8(var_9,(var_8 *)local_20); *(var_3 *)(var_9 + 4) = *(var_3 *)(local_20[0] + -0xc); *(type_2 **)(var_9 + 0x18) = (anonymous_namespace)::__destroy_string<var_2>var_11; } *var_4 = local_34; var_4[1] = local_30; if ((type_3 *)(local_20[0] + -0xc) != (type_3 *)&std::var_8::_Rep::_S_empty_rep_storage) { if (var_12 == (type_1 *)0x0) { var_13 = *(int *)(local_20[0] + -4); *(int *)(local_20[0] + -4) = var_13 + -1; } else { var_14(); piVar1 = (int *)(local_20[0] + -4); var_13 = *piVar1; *piVar1 = *piVar1 + -1; var_15(); } if (var_13 < 1) { std::wstring::_Rep::var_16((type_3 *)(local_20[0] + -0xc)); } } } else { (**(type_2 **)(*var_6 + 8)) (var_4,var_6,param_4,param_5,param_6,param_7,param_8,param_9,var_7,var_10); } return var_4; }
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: (type_identifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) 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: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) declarator: (pointer_declarator 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: (pointer_declarator declarator: (array_declarator declarator: (identifier) size: (number_literal)))) (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: (pointer_expression argument: (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 (pointer_expression argument: (identifier)) (identifier) (identifier) (identifier) (identifier) (identifier) (identifier) (identifier) (identifier) (identifier)))) (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: (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: (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: (identifier) right: (number_literal))))))) arguments: (argument_list (identifier)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (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: (pointer_expression argument: (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: (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: (identifier)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (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: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal)))) right: (pointer_expression argument: (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: (subscript_expression argument: (identifier) index: (number_literal)) 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: (subscript_expression argument: (identifier) index: (number_literal)) 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: (subscript_expression argument: (identifier) index: (number_literal)) 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 (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal)) (pointer_expression argument: (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: (identifier)) right: (number_literal))))))) arguments: (argument_list (identifier) (identifier) (identifier) (identifier) (identifier) (identifier) (identifier) (identifier) (identifier) (identifier))))))) (return_statement (identifier)))))
null
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ undefined4 * MASKED(undefined4 *param_1,undefined4 param_2,int *param_3,undefined4 param_4, undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined1 param_8, undefined4 param_9,int *param_10,int param_11,int param_12) { int *piVar1; int iVar2; undefined4 local_34; undefined4 local_30; undefined1 local_21; undefined *local_20 [4]; if (param_11 == 0) { local_20[0] = &DAT_00397f6c; /* try { // try from 0022aa07 to 0022aa93 has its CatchHandler @ 0022aac3 */ (**(code **)(*param_3 + 0xc)) (&local_34,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10,local_20); if (*param_10 == 0) { if (*(code **)(param_12 + 0x18) != (code *)0x0) { (**(code **)(param_12 + 0x18))(param_12); } FUN_0026b560(param_12,local_20); *(undefined4 *)(param_12 + 4) = *(undefined4 *)(local_20[0] + -0xc); *(code **)(param_12 + 0x18) = FUN_00228610; } *param_1 = local_34; param_1[1] = local_30; if ((undefined4 *)(local_20[0] + -0xc) != &DAT_00397f60) { if (PTR___pthread_key_create_0038ef24 == (undefined *)0x0) { iVar2 = *(int *)(local_20[0] + -4); *(int *)(local_20[0] + -4) = iVar2 + -1; } else { LOCK(); piVar1 = (int *)(local_20[0] + -4); iVar2 = *piVar1; *piVar1 = *piVar1 + -1; UNLOCK(); } if (iVar2 < 1) { FUN_00269d10(local_20[0] + -0xc,&local_21); } } } else { (**(code **)(*param_3 + 8)) (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10,param_11); } return param_1; }
5296_i686-linux-gnu-ld_and_i686-linux-gnu-ld_strip.c
script_string_list_append
FUN_00145350
/* WARNING: Unknown calling convention */ String_list_ptr script_string_list_append(String_list_ptr pv1,String_list_ptr pv2) { if (pv1 != (String_list_ptr)0x0) { if (pv2 != (String_list_ptr)0x0) { 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>_>_>_> :: _M_range_insert<__gnu_cxx::__normal_iterator<std::__cxx11::basic_string<char>*,_std::vector<std::__cxx11::basic_string<char>_>_>_> (pv1,(pv1-> 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, (pv2-> 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, (pv2-> 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,0); } return pv1; } return pv2; }
undefined4 * FUN_00145350(undefined4 *param_1,undefined4 *param_2) { if (param_1 != (undefined4 *)0x0) { if (param_2 != (undefined4 *)0x0) { FUN_00147a80(param_1,param_1[1],*param_2,param_2[1],0); } return param_1; } return param_2; }
PUSH EBX SUB ESP,0x8 MOV EBX,dword ptr [ESP + 0x10] MOV EAX,dword ptr [ESP + 0x14] TEST EBX,EBX JZ 0x00145388 TEST EAX,EAX JZ 0x0014537a SUB ESP,0xc PUSH 0x0 PUSH dword ptr [EAX + 0x4] PUSH dword ptr [EAX] PUSH dword ptr [EBX + 0x4] PUSH EBX CALL 0x00147a80 ADD ESP,0x20 ADD ESP,0x8 MOV EAX,EBX POP EBX RET MOV EBX,EAX ADD ESP,0x8 MOV EAX,EBX POP EBX RET
null
null
null
null
[('const-0', u'PTRSUB_-1207217056'), ('tmp_319', u'INT_NOTEQUAL_-1207217268'), (u'PTRSUB_-1207217056', u'LOAD_-1207217250'), ('const-0', u'PTRSUB_-1207217052'), (u'LOAD_-1207217236', u'CALL_-1207217218'), (u'INT_NOTEQUAL_-1207217268', u'CBRANCH_-1207217268'), (u'PTRSUB_-1207217066', u'PTRSUB_-1207217061'), ('tmp_318', u'CALL_-1207217218'), ('tmp_319', u'PTRSUB_-1207217061'), ('const-0', u'PTRSUB_-1207217061'), ('tmp_318', u'PTRSUB_-1207217058'), (u'PTRSUB_-1207217052', u'LOAD_-1207217243'), ('const-0', u'PTRSUB_-1207217058'), ('const-0', u'RETURN_-1207217175'), (u'PTRSUB_-1207217058', u'PTRSUB_-1207217053'), (u'PTRSUB_-1207217049', u'LOAD_-1207217236'), ('const-417', u'LOAD_-1207217243'), (u'COPY_-1207217194', u'RETURN_-1207217175'), ('const-4', u'PTRSUB_-1207217049'), ('tmp_319', u'COPY_-1207217160'), (u'LOAD_-1207217250', u'CALL_-1207217218'), (u'PTRSUB_-1207217061', u'PTRSUB_-1207217056'), (u'PTRSUB_-1207217061', u'PTRSUB_-1207217056'), (u'INT_NOTEQUAL_-1207217282', u'CBRANCH_-1207217282'), ('const-0', u'CALL_-1207217218'), ('const-0', u'INT_NOTEQUAL_-1207217268'), ('const-417', u'LOAD_-1207217250'), (u'LOAD_-1207217243', u'CALL_-1207217218'), ('const-0', u'PTRSUB_-1207217066'), ('const-0', u'PTRSUB_-1207217061'), ('tmp_319', u'PTRSUB_-1207217066'), ('tmp_74', u'CBRANCH_-1207217282'), ('const-0', u'RETURN_-1207217141'), (u'COPY_-1207217160', u'RETURN_-1207217141'), ('const-0', u'PTRSUB_-1207217053'), ('const-4', u'PTRSUB_-1207217056'), (u'PTRSUB_-1207217053', u'PTRSUB_-1207217049'), ('const-417', u'LOAD_-1207217236'), ('tmp_318', u'INT_NOTEQUAL_-1207217282'), ('tmp_100', u'CBRANCH_-1207217268'), (u'PTRSUB_-1207217056', u'PTRSUB_-1207217052'), ('tmp_318', u'COPY_-1207217194'), ('const-0', u'INT_NOTEQUAL_-1207217282')]
[('tmp_529', u'COPY_-1207217194'), (u'LOAD_-1207217236', u'CALL_-1207217218'), ('const-0', u'CALL_-1207217218'), (u'INT_NOTEQUAL_-1207217268', u'CBRANCH_-1207217268'), (u'PTRADD_-1207217067', u'LOAD_-1207217250'), ('const-417', u'LOAD_-1207217250'), ('const-0', u'RETURN_-1207217175'), ('const-417', u'LOAD_-1207217236'), (u'COPY_-1207217194', u'RETURN_-1207217175'), ('tmp_530', u'INT_NOTEQUAL_-1207217268'), (u'LOAD_-1207217250', u'CALL_-1207217218'), (u'INT_NOTEQUAL_-1207217282', u'CBRANCH_-1207217282'), ('tmp_529', u'PTRADD_-1207217061'), ('const-0', u'INT_NOTEQUAL_-1207217268'), ('tmp_530', u'COPY_-1207217160'), ('tmp_530', u'LOAD_-1207217243'), (u'LOAD_-1207217243', u'CALL_-1207217218'), ('const-4', u'PTRADD_-1207217061'), ('tmp_74', u'CBRANCH_-1207217282'), ('const-0', u'RETURN_-1207217141'), (u'COPY_-1207217160', u'RETURN_-1207217141'), ('const-1', u'PTRADD_-1207217067'), ('tmp_529', u'CALL_-1207217218'), ('tmp_530', u'PTRADD_-1207217067'), ('const-4', u'PTRADD_-1207217067'), ('const-1', u'PTRADD_-1207217061'), ('const-417', u'LOAD_-1207217243'), ('tmp_100', u'CBRANCH_-1207217268'), ('tmp_529', u'INT_NOTEQUAL_-1207217282'), (u'PTRADD_-1207217061', u'LOAD_-1207217236'), ('const-0', u'INT_NOTEQUAL_-1207217282')]
null
null
00145350
x86
O2
(translation_unit "undefined4 * FUN_00145350(undefined4 *param_1,undefined4 *param_2)\n\n{\n if (param_1 != (undefined4 *)0x0) {\n if (param_2 != (undefined4 *)0x0) {\n FUN_00147a80(param_1,param_1[1],*param_2,param_2[1],0);\n }\n return param_1;\n }\n return param_2;\n}\n\n" (function_definition "undefined4 * FUN_00145350(undefined4 *param_1,undefined4 *param_2)\n\n{\n if (param_1 != (undefined4 *)0x0) {\n if (param_2 != (undefined4 *)0x0) {\n FUN_00147a80(param_1,param_1[1],*param_2,param_2[1],0);\n }\n return param_1;\n }\n return param_2;\n}" type_identifier (pointer_declarator "* FUN_00145350(undefined4 *param_1,undefined4 *param_2)" * (function_declarator "FUN_00145350(undefined4 *param_1,undefined4 *param_2)" identifier (parameter_list "(undefined4 *param_1,undefined4 *param_2)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined4 *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) )))) (compound_statement "{\n if (param_1 != (undefined4 *)0x0) {\n if (param_2 != (undefined4 *)0x0) {\n FUN_00147a80(param_1,param_1[1],*param_2,param_2[1],0);\n }\n return param_1;\n }\n return param_2;\n}" { (if_statement "if (param_1 != (undefined4 *)0x0) {\n if (param_2 != (undefined4 *)0x0) {\n FUN_00147a80(param_1,param_1[1],*param_2,param_2[1],0);\n }\n return param_1;\n }" if (parenthesized_expression "(param_1 != (undefined4 *)0x0)" ( (binary_expression "param_1 != (undefined4 *)0x0" identifier != (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n if (param_2 != (undefined4 *)0x0) {\n FUN_00147a80(param_1,param_1[1],*param_2,param_2[1],0);\n }\n return param_1;\n }" { (if_statement "if (param_2 != (undefined4 *)0x0) {\n FUN_00147a80(param_1,param_1[1],*param_2,param_2[1],0);\n }" if (parenthesized_expression "(param_2 != (undefined4 *)0x0)" ( (binary_expression "param_2 != (undefined4 *)0x0" identifier != (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n FUN_00147a80(param_1,param_1[1],*param_2,param_2[1],0);\n }" { (expression_statement "FUN_00147a80(param_1,param_1[1],*param_2,param_2[1],0);" (call_expression "FUN_00147a80(param_1,param_1[1],*param_2,param_2[1],0)" identifier (argument_list "(param_1,param_1[1],*param_2,param_2[1],0)" ( identifier , (subscript_expression "param_1[1]" identifier [ number_literal ]) , (pointer_expression "*param_2" * identifier) , (subscript_expression "param_2[1]" identifier [ number_literal ]) , number_literal ))) ;) })) (return_statement "return param_1;" return identifier ;) })) (return_statement "return param_2;" return identifier ;) })))
(translation_unit "/* WARNING: Unknown calling convention */\n\nString_list_ptr script_string_list_append(String_list_ptr pv1,String_list_ptr pv2)\n\n{\n if (pv1 != (String_list_ptr)0x0) {\n if (pv2 != (String_list_ptr)0x0) {\n std::\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 ::\n _M_range_insert<__gnu_cxx::__normal_iterator<std::__cxx11::basic_string<char>*,_std::vector<std::__cxx11::basic_string<char>_>_>_>\n (pv1,(pv1->\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 (pv2->\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 (pv2->\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,0);\n }\n return pv1;\n }\n return pv2;\n}\n\n" comment (function_definition "String_list_ptr script_string_list_append(String_list_ptr pv1,String_list_ptr pv2)\n\n{\n if (pv1 != (String_list_ptr)0x0) {\n if (pv2 != (String_list_ptr)0x0) {\n std::\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 ::\n _M_range_insert<__gnu_cxx::__normal_iterator<std::__cxx11::basic_string<char>*,_std::vector<std::__cxx11::basic_string<char>_>_>_>\n (pv1,(pv1->\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 (pv2->\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 (pv2->\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,0);\n }\n return pv1;\n }\n return pv2;\n}" type_identifier (function_declarator "script_string_list_append(String_list_ptr pv1,String_list_ptr pv2)" identifier (parameter_list "(String_list_ptr pv1,String_list_ptr pv2)" ( (parameter_declaration "String_list_ptr pv1" type_identifier identifier) , (parameter_declaration "String_list_ptr pv2" type_identifier identifier) ))) (compound_statement "{\n if (pv1 != (String_list_ptr)0x0) {\n if (pv2 != (String_list_ptr)0x0) {\n std::\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 ::\n _M_range_insert<__gnu_cxx::__normal_iterator<std::__cxx11::basic_string<char>*,_std::vector<std::__cxx11::basic_string<char>_>_>_>\n (pv1,(pv1->\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 (pv2->\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 (pv2->\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,0);\n }\n return pv1;\n }\n return pv2;\n}" { (if_statement "if (pv1 != (String_list_ptr)0x0) {\n if (pv2 != (String_list_ptr)0x0) {\n std::\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 ::\n _M_range_insert<__gnu_cxx::__normal_iterator<std::__cxx11::basic_string<char>*,_std::vector<std::__cxx11::basic_string<char>_>_>_>\n (pv1,(pv1->\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 (pv2->\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 (pv2->\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,0);\n }\n return pv1;\n }" if (parenthesized_expression "(pv1 != (String_list_ptr)0x0)" ( (binary_expression "pv1 != (String_list_ptr)0x0" identifier != (cast_expression "(String_list_ptr)0x0" ( (type_descriptor "String_list_ptr" type_identifier) ) number_literal)) )) (compound_statement "{\n if (pv2 != (String_list_ptr)0x0) {\n std::\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 ::\n _M_range_insert<__gnu_cxx::__normal_iterator<std::__cxx11::basic_string<char>*,_std::vector<std::__cxx11::basic_string<char>_>_>_>\n (pv1,(pv1->\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 (pv2->\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 (pv2->\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,0);\n }\n return pv1;\n }" { (if_statement "if (pv2 != (String_list_ptr)0x0) {\n std::\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 ::\n _M_range_insert<__gnu_cxx::__normal_iterator<std::__cxx11::basic_string<char>*,_std::vector<std::__cxx11::basic_string<char>_>_>_>\n (pv1,(pv1->\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 (pv2->\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 (pv2->\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,0);\n }" if (parenthesized_expression "(pv2 != (String_list_ptr)0x0)" ( (binary_expression "pv2 != (String_list_ptr)0x0" identifier != (cast_expression "(String_list_ptr)0x0" ( (type_descriptor "String_list_ptr" type_identifier) ) number_literal)) )) (compound_statement "{\n std::\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 ::\n _M_range_insert<__gnu_cxx::__normal_iterator<std::__cxx11::basic_string<char>*,_std::vector<std::__cxx11::basic_string<char>_>_>_>\n (pv1,(pv1->\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 (pv2->\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 (pv2->\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,0);\n }" { (ERROR "std::\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 ::\n _M_range_insert<__gnu_cxx::__normal_iterator<std::" (comma_expression "std::\n vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std" identifier (ERROR "::\n vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>" : : (binary_expression "vector<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) : : (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) >) , 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) : : (binary_expression "allocator<char>_>_>_>\n ::\n _M_range_insert<__gnu_cxx" (binary_expression "allocator<char>_>_>_>\n ::\n _M_range_insert" (binary_expression "allocator<char>_>_>_" (binary_expression "allocator<char>_>_" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > identifier) > identifier) > (ERROR "::" : :) identifier) < identifier) : : (binary_expression "__normal_iterator<std" identifier < identifier) : :) (labeled_statement "__cxx11::basic_string<char>*,_std::vector<std::__cxx11::basic_string<char>_>_>_>\n (pv1,(pv1->\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 (pv2->\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 (pv2->\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,0);" statement_identifier (ERROR "::basic_string<char>*,_std::vector<std:" : : (binary_expression "basic_string<char>*,_std" (binary_expression "basic_string<char" identifier < identifier) > (pointer_expression "*,_std" * (ERROR "," ,) identifier)) : : (binary_expression "vector<std" identifier < identifier) :) : (labeled_statement "__cxx11::basic_string<char>_>_>_>\n (pv1,(pv1->\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 (pv2->\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 (pv2->\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,0);" statement_identifier : (ERROR ":" :) (expression_statement "basic_string<char>_>_>_>\n (pv1,(pv1->\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 (pv2->\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 (pv2->\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,0);" (binary_expression "basic_string<char>_>_>_>\n (pv1,(pv1->\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 (pv2->\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 (pv2->\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,0)" (binary_expression "basic_string<char>_>_>_" (binary_expression "basic_string<char>_>_" (binary_expression "basic_string<char>_" (binary_expression "basic_string<char" identifier < identifier) > identifier) > identifier) > identifier) > (parenthesized_expression "(pv1,(pv1->\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 (pv2->\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 (pv2->\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,0)" ( (comma_expression "pv1,(pv1->\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 (pv2->\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 (pv2->\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,0" identifier , (comma_expression "(pv1->\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 (pv2->\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 (pv2->\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,0" (field_expression "(pv1->\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 "(pv1->\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 "(pv1->\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 "pv1->\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 "pv1->\n super__Vector_base<std::__cxx11::basic_string<char,_std" (binary_expression "pv1->\n super__Vector_base<std::__cxx11::basic_string<char" (binary_expression "pv1->\n super__Vector_base<std" (field_expression "pv1->\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) , (comma_expression "(pv2->\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 (pv2->\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,0" (field_expression "(pv2->\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 "(pv2->\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 "(pv2->\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 "pv2->\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 "pv2->\n super__Vector_base<std::__cxx11::basic_string<char,_std" (binary_expression "pv2->\n super__Vector_base<std::__cxx11::basic_string<char" (binary_expression "pv2->\n super__Vector_base<std" (field_expression "pv2->\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) , (comma_expression "(pv2->\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,0" (field_expression "(pv2->\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 "(pv2->\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 "(pv2->\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 "pv2->\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 "pv2->\n super__Vector_base<std::__cxx11::basic_string<char,_std" (binary_expression "pv2->\n super__Vector_base<std::__cxx11::basic_string<char" (binary_expression "pv2->\n super__Vector_base<std" (field_expression "pv2->\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) , number_literal)))) ))) ;))) })) (return_statement "return pv1;" return identifier ;) })) (return_statement "return pv2;" return identifier ;) })))
(translation_unit "undefined4 * FUN_00145350(undefined4 *param_1,undefined4 *param_2)\n\n{\n if (param_1 != (undefined4 *)0x0) {\n if (param_2 != (undefined4 *)0x0) {\n FUN_00147a80(param_1,param_1[1],*param_2,param_2[1],0);\n }\n return param_1;\n }\n return param_2;\n}\n\n" (function_definition "undefined4 * FUN_00145350(undefined4 *param_1,undefined4 *param_2)\n\n{\n if (param_1 != (undefined4 *)0x0) {\n if (param_2 != (undefined4 *)0x0) {\n FUN_00147a80(param_1,param_1[1],*param_2,param_2[1],0);\n }\n return param_1;\n }\n return param_2;\n}" type_identifier (pointer_declarator "* FUN_00145350(undefined4 *param_1,undefined4 *param_2)" * (function_declarator "FUN_00145350(undefined4 *param_1,undefined4 *param_2)" identifier (parameter_list "(undefined4 *param_1,undefined4 *param_2)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined4 *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) )))) (compound_statement "{\n if (param_1 != (undefined4 *)0x0) {\n if (param_2 != (undefined4 *)0x0) {\n FUN_00147a80(param_1,param_1[1],*param_2,param_2[1],0);\n }\n return param_1;\n }\n return param_2;\n}" { (if_statement "if (param_1 != (undefined4 *)0x0) {\n if (param_2 != (undefined4 *)0x0) {\n FUN_00147a80(param_1,param_1[1],*param_2,param_2[1],0);\n }\n return param_1;\n }" if (parenthesized_expression "(param_1 != (undefined4 *)0x0)" ( (binary_expression "param_1 != (undefined4 *)0x0" identifier != (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n if (param_2 != (undefined4 *)0x0) {\n FUN_00147a80(param_1,param_1[1],*param_2,param_2[1],0);\n }\n return param_1;\n }" { (if_statement "if (param_2 != (undefined4 *)0x0) {\n FUN_00147a80(param_1,param_1[1],*param_2,param_2[1],0);\n }" if (parenthesized_expression "(param_2 != (undefined4 *)0x0)" ( (binary_expression "param_2 != (undefined4 *)0x0" identifier != (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n FUN_00147a80(param_1,param_1[1],*param_2,param_2[1],0);\n }" { (expression_statement "FUN_00147a80(param_1,param_1[1],*param_2,param_2[1],0);" (call_expression "FUN_00147a80(param_1,param_1[1],*param_2,param_2[1],0)" identifier (argument_list "(param_1,param_1[1],*param_2,param_2[1],0)" ( identifier , (subscript_expression "param_1[1]" identifier [ number_literal ]) , (pointer_expression "*param_2" * identifier) , (subscript_expression "param_2[1]" identifier [ number_literal ]) , number_literal ))) ;) })) (return_statement "return param_1;" return identifier ;) })) (return_statement "return param_2;" return identifier ;) })))
(translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) )))) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (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 ( IDENT , (subscript_expression IDENT [ LIT ]) , (pointer_expression * IDENT) , (subscript_expression IDENT [ LIT ]) , LIT ))) ;) })) (return_statement return IDENT ;) })) (return_statement return IDENT ;) })))
(function_definition "undefined4 * FUN_00145350(undefined4 *param_1,undefined4 *param_2)\n\n{\n if (param_1 != (undefined4 *)0x0) {\n if (param_2 != (undefined4 *)0x0) {\n FUN_00147a80(param_1,param_1[1],*param_2,param_2[1],0);\n }\n return param_1;\n }\n return param_2;\n}" (type_identifier "undefined4") (pointer_declarator "* FUN_00145350(undefined4 *param_1,undefined4 *param_2)" (* "*") (function_declarator "FUN_00145350(undefined4 *param_1,undefined4 *param_2)" (identifier "FUN_00145350") (parameter_list "(undefined4 *param_1,undefined4 *param_2)" (( "(") (parameter_declaration "undefined4 *param_1" (type_identifier "undefined4") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "undefined4 *param_2" (type_identifier "undefined4") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) () ")")))) (compound_statement "{\n if (param_1 != (undefined4 *)0x0) {\n if (param_2 != (undefined4 *)0x0) {\n FUN_00147a80(param_1,param_1[1],*param_2,param_2[1],0);\n }\n return param_1;\n }\n return param_2;\n}" ({ "{") (if_statement "if (param_1 != (undefined4 *)0x0) {\n if (param_2 != (undefined4 *)0x0) {\n FUN_00147a80(param_1,param_1[1],*param_2,param_2[1],0);\n }\n return param_1;\n }" (if "if") (parenthesized_expression "(param_1 != (undefined4 *)0x0)" (( "(") (binary_expression "param_1 != (undefined4 *)0x0" (identifier "param_1") (!= "!=") (cast_expression "(undefined4 *)0x0" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n if (param_2 != (undefined4 *)0x0) {\n FUN_00147a80(param_1,param_1[1],*param_2,param_2[1],0);\n }\n return param_1;\n }" ({ "{") (if_statement "if (param_2 != (undefined4 *)0x0) {\n FUN_00147a80(param_1,param_1[1],*param_2,param_2[1],0);\n }" (if "if") (parenthesized_expression "(param_2 != (undefined4 *)0x0)" (( "(") (binary_expression "param_2 != (undefined4 *)0x0" (identifier "param_2") (!= "!=") (cast_expression "(undefined4 *)0x0" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n FUN_00147a80(param_1,param_1[1],*param_2,param_2[1],0);\n }" ({ "{") (expression_statement "FUN_00147a80(param_1,param_1[1],*param_2,param_2[1],0);" (call_expression "FUN_00147a80(param_1,param_1[1],*param_2,param_2[1],0)" (identifier "FUN_00147a80") (argument_list "(param_1,param_1[1],*param_2,param_2[1],0)" (( "(") (identifier "param_1") (, ",") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) (, ",") (pointer_expression "*param_2" (* "*") (identifier "param_2")) (, ",") (subscript_expression "param_2[1]" (identifier "param_2") ([ "[") (number_literal "1") (] "]")) (, ",") (number_literal "0") () ")"))) (; ";")) (} "}"))) (return_statement "return param_1;" (return "return") (identifier "param_1") (; ";")) (} "}"))) (return_statement "return param_2;" (return "return") (identifier "param_2") (; ";")) (} "}")))
/* WARNING: Unknown calling convention */ type_1 function_1(type_1 var_1,type_1 var_2) { if (var_1 != (type_1)0x0) { if (var_2 != (type_1)0x0) { std:: vector<std::__cxx11::var_3<var_4,_std::char_traits<var_4>,_std::var_6<var_4>var_5>,_std::var_6<std::__cxx11::var_3<var_4,_std::char_traits<var_4>,_std::var_6<var_4>var_5>var_5>var_5> :: _M_range_insert<__gnu_cxx::__normal_iterator<std::__cxx11::var_3<var_4>*,_std::vector<std::__cxx11::var_3<var_4>var_5>var_5>var_5> (var_1,(var_1-> super__Vector_base<std::__cxx11::var_3<var_4,_std::char_traits<var_4>,_std::var_6<var_4>var_5>,_std::var_6<std::__cxx11::var_3<var_4,_std::char_traits<var_4>,_std::var_6<var_4>var_5>var_5>var_5>var_7 )._M_impl._M_finish, (var_2-> super__Vector_base<std::__cxx11::var_3<var_4,_std::char_traits<var_4>,_std::var_6<var_4>var_5>,_std::var_6<std::__cxx11::var_3<var_4,_std::char_traits<var_4>,_std::var_6<var_4>var_5>var_5>var_5>var_7 )._M_impl._M_start, (var_2-> super__Vector_base<std::__cxx11::var_3<var_4,_std::char_traits<var_4>,_std::var_6<var_4>var_5>,_std::var_6<std::__cxx11::var_3<var_4,_std::char_traits<var_4>,_std::var_6<var_4>var_5>var_5>var_5>var_7 )._M_impl._M_finish,0); } return var_1; } 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: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier)))))) 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 (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 (identifier) (subscript_expression argument: (identifier) index: (number_literal)) (pointer_expression argument: (identifier)) (subscript_expression argument: (identifier) index: (number_literal)) (number_literal)))))) (return_statement (identifier)))) (return_statement (identifier)))))
null
undefined4 * MASKED(undefined4 *param_1,undefined4 *param_2) { if (param_1 != (undefined4 *)0x0) { if (param_2 != (undefined4 *)0x0) { FUN_00147a80(param_1,param_1[1],*param_2,param_2[1],0); } return param_1; } return param_2; }
699_aarch64-linux-gnu-ld_and_aarch64-linux-gnu-ld_strip.c
aarch64_elf_before_allocation
FUN_00046600
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ void aarch64_elf_before_allocation(void) { uint uVar1; uint uVar2; uint uVar3; uint uVar4; undefined4 uVar5; int iVar6; wildcard_list *pwVar7; bfd_link_hash_table_type bVar8; bfd *pbVar9; int iVar10; size_t sVar11; int iVar12; char *pcVar13; char *pcVar14; lang_statement_union *plVar15; char *local_6c; undefined4 *local_58; undefined1 local_4d; asection *sinterp; undefined4 local_3c; undefined4 local_38; undefined4 local_34; undefined4 local_30; undefined4 local_2c; undefined4 local_28; undefined4 local_24; undefined4 local_20; undefined4 uStack_14; uStack_14 = 0x46609; if ((link_info.hash[1].table.newfunc == (_func_bfd_hash_entry_ptr_bfd_hash_entry_ptr_bfd_hash_table_ptr_char_ptr *)0x0) && (plVar15 = file_chain.head, file_chain.head != (lang_statement_union *)0x0)) { do { bfd_elf32_aarch64_init_maps((plVar15->wild_statement).section_list); plVar15 = (plVar15->wild_statement).children.head; } while (plVar15 != (lang_statement_union *)0x0); bVar8 = (link_info.hash)->type; } else { bVar8 = (link_info.hash)->type; } local_58 = (undefined4 *)0x0; if (bVar8 == bfd_link_elf_hash_table) { _bfd_elf_tls_setup(link_info.output_bfd,&link_info); if ((((link_info._0_1_ & 3) == 2) || (local_58 = (undefined4 *)bfd_link_hash_lookup(link_info.hash,"__ehdr_start",0,0,1), local_58 == (undefined4 *)0x0)) || ((2 < *(byte *)(local_58 + 3) && (*(byte *)(local_58 + 3) != 5)))) { local_58 = (undefined4 *)0x0; } else { (**(code **)((int)(link_info.output_bfd)->xvec->backend_data + 0xf4))(&link_info,local_58,1); if ((*(byte *)((int)local_58 + 0x41) & 3) != 1) { *(byte *)((int)local_58 + 0x41) = *(byte *)((int)local_58 + 0x41) & 0xfc | 2; } local_3c = *local_58; local_38 = local_58[1]; local_34 = local_58[2]; local_30 = local_58[3]; local_2c = local_58[4]; local_28 = local_58[5]; local_24 = local_58[6]; local_58[6] = 0; local_20 = local_58[7]; local_58[7] = 0; local_4d = *(undefined1 *)(local_58 + 3); *(undefined1 *)(local_58 + 3) = 3; local_58[5] = PTR__bfd_std_section_001c1fd4 + 0x180; } lang_for_each_statement(gldaarch64elf32b_find_statement_assignment); } local_6c = command_line.rpath; if (((command_line.rpath == (char *)0x0) && (local_6c = getenv("LD_RUN_PATH"), local_6c == (char *)0x0)) || (pbVar9 = link_info.input_bfds, *local_6c == '\0')) { local_6c = (char *)0x0; pbVar9 = link_info.input_bfds; } joined_r0x00046685: do { if (pbVar9 == (bfd *)0x0) { iVar10 = bfd_elf_size_dynamic_sections (link_info.output_bfd,command_line.soname,local_6c, command_line.filter_shlib,audit,depaudit,command_line.auxiliary_filters, &link_info,&sinterp); if (iVar10 == 0) { pcVar14 = (char *)dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5); einfo(pcVar14); } pcVar14 = command_line.interpreter; plVar15 = file_chain.head; if ((command_line.interpreter != (char *)0x0) && (sinterp != (asection *)0x0)) { sinterp->contents = (uchar *)command_line.interpreter; sVar11 = strlen(pcVar14); *(undefined4 *)((int)&sinterp->size + 4) = 0; *(size_t *)&sinterp->size = sVar11 + 1; plVar15 = file_chain.head; } for (; plVar15 != (lang_statement_union *)0x0; plVar15 = (plVar15->wild_statement).children.head) { if ((((uint)(plVar15->wild_statement).walk_wild_section_handler & 0x10) == 0) && (iVar10 = bfd_get_section_by_name((plVar15->wild_statement).section_list,".gnu.warning"), iVar10 != 0)) { uVar5 = *(undefined4 *)(iVar10 + 0x30); iVar6 = *(int *)(iVar10 + 0x2c); pcVar14 = (char *)xmalloc(iVar6 + 1); iVar12 = bfd_get_section_contents ((plVar15->wild_statement).section_list,iVar10,pcVar14,0,0,iVar6,uVar5) ; if (iVar12 == 0) { pwVar7 = (plVar15->wild_statement).section_list; pcVar13 = (char *)dcgettext(0, "%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n" ,5); einfo(pcVar13,pwVar7); } pcVar14[iVar6] = '\0'; (*(link_info.callbacks)->warning) (&link_info,pcVar14,(char *)0x0,(plVar15->input_statement).the_bfd, (asection *)0x0,0); free(pcVar14); iVar6 = *(int *)(iVar10 + 0x54); if (iVar6 != 0) { uVar1 = *(uint *)(iVar6 + 0x34); uVar2 = *(uint *)(iVar6 + 0x38); uVar3 = *(uint *)(iVar10 + 0x30); uVar4 = *(uint *)(iVar10 + 0x2c); if (uVar3 <= uVar2 && (uint)(uVar1 < uVar4) <= uVar2 - uVar3) { *(uint *)(iVar6 + 0x34) = uVar1 - uVar4; *(uint *)(iVar6 + 0x38) = (uVar2 - uVar3) - (uint)(uVar1 < uVar4); } } *(uint *)(iVar10 + 0x14) = *(uint *)(iVar10 + 0x14) | 0x208000; *(undefined4 *)(iVar10 + 0x2c) = 0; *(undefined4 *)(iVar10 + 0x30) = 0; } } before_allocation_default(); iVar10 = bfd_elf_size_dynsym_hash_dynstr(link_info.output_bfd,&link_info); if (iVar10 == 0) { pcVar14 = (char *)dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5); einfo(pcVar14); } if (local_58 != (undefined4 *)0x0) { *(undefined1 *)(local_58 + 3) = local_4d; local_58[4] = local_2c; local_58[5] = local_28; local_58[6] = local_24; local_58[7] = local_20; } return; } if (((pbVar9->xvec->flavour == bfd_target_elf_flavour) && (pcVar14 = ((pbVar9->tdata).elf_obj_data)->dt_audit, pcVar14 != (char *)0x0)) && (*pcVar14 != '\0')) { pcVar14 = (char *)xstrdup(pcVar14); do { pcVar13 = strchr(pcVar14,(int)config.rpath_separator); if (pcVar13 == (char *)0x0) { if (*pcVar14 != '\0') { gldaarch64elf32b_append_to_separated_string(&depaudit,pcVar14); pbVar9 = (pbVar9->link).next; goto joined_r0x00046685; } break; } *pcVar13 = '\0'; if (*pcVar14 != '\0') { gldaarch64elf32b_append_to_separated_string(&depaudit,pcVar14); } pcVar14 = pcVar13 + 1; } while (pcVar14 != (char *)0x0); } pbVar9 = (pbVar9->link).next; } while( true ); }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_00046600(void) { int *piVar1; uint uVar2; uint uVar3; uint uVar4; uint uVar5; int iVar6; char *pcVar7; char *pcVar8; int iVar9; size_t sVar10; int iVar11; void *__ptr; int iVar12; undefined4 uVar13; undefined4 uVar14; char *local_6c; undefined4 *local_58; undefined1 local_4d; int local_40; undefined4 local_3c; undefined4 local_38; undefined4 local_34; undefined4 local_30; undefined4 local_2c; undefined4 local_28; undefined4 local_24; undefined4 local_20; undefined4 uStack_14; uStack_14 = 0x46609; if ((*(int *)(DAT_001c4600 + 0x30) == 0) && (iVar9 = DAT_001c385c, DAT_001c385c != 0)) { do { bfd_elf32_aarch64_init_maps(*(undefined4 *)(iVar9 + 0x10)); piVar1 = (int *)(iVar9 + 0x18); iVar9 = *piVar1; } while (*piVar1 != 0); iVar9 = *(int *)(DAT_001c4600 + 0x28); } else { iVar9 = *(int *)(DAT_001c4600 + 0x28); } local_58 = (undefined4 *)0x0; if (iVar9 == 1) { _bfd_elf_tls_setup(DAT_001c4614,&DAT_001c45e0); if ((((DAT_001c45e0 & 3) == 2) || (local_58 = (undefined4 *)bfd_link_hash_lookup(DAT_001c4600,"__ehdr_start",0,0,1), local_58 == (undefined4 *)0x0)) || ((2 < *(byte *)(local_58 + 3) && (*(byte *)(local_58 + 3) != 5)))) { local_58 = (undefined4 *)0x0; } else { (**(code **)(*(int *)(*(int *)(DAT_001c4614 + 4) + 0x1c0) + 0xf4))(&DAT_001c45e0,local_58,1); if ((*(byte *)((int)local_58 + 0x41) & 3) != 1) { *(byte *)((int)local_58 + 0x41) = *(byte *)((int)local_58 + 0x41) & 0xfc | 2; } local_3c = *local_58; local_38 = local_58[1]; local_34 = local_58[2]; local_30 = local_58[3]; local_2c = local_58[4]; local_28 = local_58[5]; local_24 = local_58[6]; local_58[6] = 0; local_20 = local_58[7]; local_58[7] = 0; local_4d = *(undefined1 *)(local_58 + 3); *(undefined1 *)(local_58 + 3) = 3; local_58[5] = PTR__bfd_std_section_001c1fd4 + 0x180; } FUN_00023e80(FUN_00046c60); } local_6c = DAT_001c46c4; if (((DAT_001c46c4 == (char *)0x0) && (local_6c = getenv("LD_RUN_PATH"), local_6c == (char *)0x0)) || (iVar9 = DAT_001c461c, *local_6c == '\0')) { local_6c = (char *)0x0; iVar9 = DAT_001c461c; } joined_r0x00046685: do { if (iVar9 == 0) { iVar9 = bfd_elf_size_dynamic_sections (DAT_001c4614,DAT_001c46c0,local_6c,DAT_001c46cc,DAT_001c3d6c,DAT_001c3d68, DAT_001c46d0,&DAT_001c45e0,&local_40); if (iVar9 == 0) { uVar14 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5); FUN_00034dc0(uVar14); } pcVar7 = DAT_001c46bc; iVar9 = DAT_001c385c; if ((DAT_001c46bc != (char *)0x0) && (local_40 != 0)) { *(char **)(local_40 + 0x84) = DAT_001c46bc; sVar10 = strlen(pcVar7); *(undefined4 *)(local_40 + 0x30) = 0; *(size_t *)(local_40 + 0x2c) = sVar10 + 1; iVar9 = DAT_001c385c; } for (; iVar9 != 0; iVar9 = *(int *)(iVar9 + 0x18)) { if (((*(byte *)(iVar9 + 0x24) & 0x10) == 0) && (iVar11 = bfd_get_section_by_name(*(undefined4 *)(iVar9 + 0x10),".gnu.warning"), iVar11 != 0)) { uVar14 = *(undefined4 *)(iVar11 + 0x30); iVar6 = *(int *)(iVar11 + 0x2c); __ptr = (void *)xmalloc(iVar6 + 1); iVar12 = bfd_get_section_contents (*(undefined4 *)(iVar9 + 0x10),iVar11,__ptr,0,0,iVar6,uVar14); if (iVar12 == 0) { uVar14 = *(undefined4 *)(iVar9 + 0x10); uVar13 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5); FUN_00034dc0(uVar13,uVar14); } *(undefined1 *)((int)__ptr + iVar6) = 0; (**(code **)(DAT_001c45fc + 0x14)) (&DAT_001c45e0,__ptr,0,*(undefined4 *)(iVar9 + 0x10),0,0,0); free(__ptr); iVar6 = *(int *)(iVar11 + 0x54); if (iVar6 != 0) { uVar2 = *(uint *)(iVar6 + 0x34); uVar3 = *(uint *)(iVar6 + 0x38); uVar4 = *(uint *)(iVar11 + 0x30); uVar5 = *(uint *)(iVar11 + 0x2c); if (uVar4 <= uVar3 && (uint)(uVar2 < uVar5) <= uVar3 - uVar4) { *(uint *)(iVar6 + 0x34) = uVar2 - uVar5; *(uint *)(iVar6 + 0x38) = (uVar3 - uVar4) - (uint)(uVar2 < uVar5); } } *(uint *)(iVar11 + 0x14) = *(uint *)(iVar11 + 0x14) | 0x208000; *(undefined4 *)(iVar11 + 0x2c) = 0; *(undefined4 *)(iVar11 + 0x30) = 0; } } FUN_00033a20(); iVar9 = bfd_elf_size_dynsym_hash_dynstr(DAT_001c4614,&DAT_001c45e0); if (iVar9 == 0) { uVar14 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5); FUN_00034dc0(uVar14); } if (local_58 != (undefined4 *)0x0) { *(undefined1 *)(local_58 + 3) = local_4d; local_58[4] = local_2c; local_58[5] = local_28; local_58[6] = local_24; local_58[7] = local_20; } return; } if (((*(int *)(*(int *)(iVar9 + 4) + 4) == 5) && (pcVar7 = *(char **)(*(int *)(iVar9 + 0xa0) + 0x2b4), pcVar7 != (char *)0x0)) && (*pcVar7 != '\0')) { pcVar7 = (char *)xstrdup(pcVar7); do { pcVar8 = strchr(pcVar7,(int)DAT_001c4728); if (pcVar8 == (char *)0x0) { if (*pcVar7 != '\0') { FUN_000453b0(); iVar9 = *(int *)(iVar9 + 0x9c); goto joined_r0x00046685; } break; } *pcVar8 = '\0'; if (*pcVar7 != '\0') { FUN_000453b0(); } pcVar7 = pcVar8 + 1; } while (pcVar7 != (char *)0x0); } iVar9 = *(int *)(iVar9 + 0x9c); } while( true ); }
PUSH EBP PUSH EDI PUSH ESI PUSH EBX CALL 0x00017c50 ADD EBX,0x17b9f7 SUB ESP,0x6c LEA EAX,[EBX + 0x25e0] MOV dword ptr [ESP + 0x18],EAX MOV EAX,dword ptr [EAX + 0x20] MOV EDI,dword ptr [EAX + 0x30] TEST EDI,EDI JZ 0x00046978 LEA EDI,[EBX + 0x185c] MOV dword ptr [ESP + 0x1c],EDI CMP dword ptr [EAX + 0x28],0x1 MOV dword ptr [ESP + 0x24],0x0 JZ 0x000469be LEA EBP,[EBX + 0x2680] MOV EAX,dword ptr [EBP + 0x44] MOV dword ptr [ESP + 0x10],EAX TEST EAX,EAX JZ 0x000468f0 MOV EAX,dword ptr [ESP + 0x10] CMP byte ptr [EAX],0x0 JZ 0x0004690e MOV EAX,dword ptr [ESP + 0x18] MOV ESI,dword ptr [EAX + 0x3c] LEA EAX,[EBX + 0x26e0] MOV dword ptr [ESP + 0xc],EAX LEA EAX,[EBX + 0x1d68] MOV dword ptr [ESP + 0x20],EAX TEST ESI,ESI JNZ 0x0004669e JMP 0x00046728 MOV ESI,dword ptr [ESI + 0x9c] TEST ESI,ESI JZ 0x00046728 MOV EAX,dword ptr [ESI + 0x4] CMP dword ptr [EAX + 0x4],0x5 JNZ 0x00046690 MOV EAX,dword ptr [ESI + 0xa0] MOV EAX,dword ptr [EAX + 0x2b4] TEST EAX,EAX JZ 0x00046690 CMP byte ptr [EAX],0x0 JZ 0x00046690 SUB ESP,0xc PUSH EAX CALL 0x00016570 ADD ESP,0x10 MOV dword ptr [ESP + 0x28],ESI MOV ESI,EAX JMP 0x000466e7 MOV byte ptr [EAX],0x0 CMP byte ptr [ESI],0x0 JNZ 0x00046b30 ADD EDI,0x1 MOV ESI,EDI JZ 0x00046b50 SUB ESP,0x8 MOV EAX,dword ptr [ESP + 0x14] MOVSX EAX,byte ptr [EAX + 0x48] PUSH EAX PUSH ESI CALL 0x00016840 ADD ESP,0x10 MOV EDI,EAX TEST EAX,EAX JNZ 0x000466d0 MOV EDX,ESI MOV ESI,dword ptr [ESP + 0x28] CMP byte ptr [EDX],0x0 JZ 0x00046690 MOV EAX,dword ptr [ESP + 0x20] CALL 0x000453b0 MOV ESI,dword ptr [ESI + 0x9c] TEST ESI,ESI JNZ 0x0004669e LEA ESI,[ESI] SUB ESP,0xc LEA EAX,[ESP + 0x48] PUSH EAX MOV EAX,dword ptr [ESP + 0x28] PUSH EAX PUSH dword ptr [EBP + 0x50] PUSH dword ptr [EBX + 0x1d68] PUSH dword ptr [EBX + 0x1d6c] PUSH dword ptr [EBP + 0x4c] PUSH dword ptr [ESP + 0x34] PUSH dword ptr [EBP + 0x40] PUSH dword ptr [EAX + 0x34] CALL 0x00016950 ADD ESP,0x30 TEST EAX,EAX JZ 0x00046a28 MOV EAX,dword ptr [EBP + 0x3c] TEST EAX,EAX JZ 0x0004678f MOV ESI,dword ptr [ESP + 0x3c] TEST ESI,ESI JZ 0x0004678f SUB ESP,0xc MOV dword ptr [ESI + 0x84],EAX PUSH EAX CALL 0x00016870 MOV dword ptr [ESI + 0x30],0x0 ADD ESP,0x10 ADD EAX,0x1 MOV dword ptr [ESI + 0x2c],EAX MOV EAX,dword ptr [ESP + 0x1c] MOV EBP,dword ptr [EAX] LEA EAX,[EBX + 0xffeed7b3] MOV dword ptr [ESP + 0x20],EAX LEA EAX,[EBX + 0xffeed1c8] MOV dword ptr [ESP + 0x28],EAX TEST EBP,EBP JNZ 0x0004684b JMP 0x00046920 SUB ESP,0x4 MOV byte ptr [ESI + ECX*0x1],0x0 MOV ECX,dword ptr [ESP + 0x1c] MOV EAX,dword ptr [ECX + 0x1c] PUSH 0x0 PUSH 0x0 PUSH 0x0 PUSH dword ptr [EBP + 0x10] PUSH 0x0 PUSH ESI PUSH ECX CALL dword ptr [EAX + 0x14] ADD ESP,0x14 PUSH ESI CALL 0x00016e80 MOV EAX,dword ptr [ESP + 0x1c] ADD ESP,0x10 MOV ECX,dword ptr [EAX + 0x54] TEST ECX,ECX JZ 0x00046827 MOV EAX,dword ptr [ESP + 0xc] MOV ESI,dword ptr [ECX + 0x34] MOV EDI,dword ptr [ECX + 0x38] MOV EDX,dword ptr [EAX + 0x30] MOV EAX,dword ptr [EAX + 0x2c] MOV dword ptr [ESP + 0x10],ESI MOV dword ptr [ESP + 0x14],EDI CMP ESI,EAX MOV ESI,EDI SBB ESI,EDX JC 0x00046827 MOV ESI,dword ptr [ESP + 0x10] MOV EDI,dword ptr [ESP + 0x14] SUB ESI,EAX SBB EDI,EDX MOV dword ptr [ECX + 0x34],ESI MOV dword ptr [ECX + 0x38],EDI MOV EAX,dword ptr [ESP + 0xc] OR dword ptr [EAX + 0x14],0x208000 MOV dword ptr [EAX + 0x2c],0x0 MOV dword ptr [EAX + 0x30],0x0 MOV EBP,dword ptr [EBP + 0x18] TEST EBP,EBP JZ 0x00046920 TEST byte ptr [EBP + 0x24],0x10 JNZ 0x00046840 SUB ESP,0x8 PUSH dword ptr [ESP + 0x28] PUSH dword ptr [EBP + 0x10] CALL 0x00016600 MOV dword ptr [ESP + 0x1c],EAX ADD ESP,0x10 MOV ESI,dword ptr [ESP + 0xc] TEST ESI,ESI JZ 0x00046840 MOV EAX,dword ptr [ESP + 0xc] SUB ESP,0xc MOV EDX,dword ptr [EAX + 0x30] MOV EAX,dword ptr [EAX + 0x2c] MOV dword ptr [ESP + 0x20],EDX MOV ECX,EAX MOV dword ptr [ESP + 0x1c],EAX LEA EAX,[EAX + 0x1] MOV dword ptr [ESP + 0x28],ECX PUSH EAX CALL 0x00016e98 ADD ESP,0xc PUSH dword ptr [ESP + 0x18] MOV ESI,EAX PUSH dword ptr [ESP + 0x18] PUSH 0x0 PUSH 0x0 PUSH EAX PUSH dword ptr [ESP + 0x24] PUSH dword ptr [EBP + 0x10] CALL 0x00016360 ADD ESP,0x20 MOV ECX,dword ptr [ESP + 0x1c] TEST EAX,EAX JNZ 0x000467c0 MOV EDX,dword ptr [EBP + 0x10] SUB ESP,0x4 MOV dword ptr [ESP + 0x14],EDX PUSH 0x5 PUSH dword ptr [ESP + 0x30] PUSH 0x0 CALL 0x00016380 POP EDX POP ECX MOV EDX,dword ptr [ESP + 0x18] PUSH EDX PUSH EAX CALL 0x00034dc0 ADD ESP,0x10 MOV ECX,dword ptr [ESP + 0x1c] JMP 0x000467c0 SUB ESP,0xc LEA EAX,[EBX + 0xffeed78c] PUSH EAX CALL 0x000166d0 MOV dword ptr [ESP + 0x20],EAX ADD ESP,0x10 TEST EAX,EAX JNZ 0x0004665b MOV dword ptr [ESP + 0x10],0x0 JMP 0x00046668 CALL 0x00033a20 SUB ESP,0x8 MOV EAX,dword ptr [ESP + 0x20] PUSH EAX PUSH dword ptr [EAX + 0x34] CALL 0x00016b80 ADD ESP,0x10 TEST EAX,EAX JZ 0x00046a00 MOV EDX,dword ptr [ESP + 0x24] TEST EDX,EDX JZ 0x0004696c MOVZX EAX,byte ptr [ESP + 0x2f] MOV byte ptr [EDX + 0xc],AL MOV EAX,dword ptr [ESP + 0x50] MOV dword ptr [EDX + 0x10],EAX MOV EAX,dword ptr [ESP + 0x54] MOV dword ptr [EDX + 0x14],EAX MOV EAX,dword ptr [ESP + 0x58] MOV dword ptr [EDX + 0x18],EAX MOV EAX,dword ptr [ESP + 0x5c] MOV dword ptr [EDX + 0x1c],EAX ADD ESP,0x6c POP EBX POP ESI POP EDI POP EBP RET LEA ECX,[EBX + 0x185c] MOV ESI,dword ptr [ECX] MOV dword ptr [ESP + 0x1c],ECX TEST ESI,ESI JZ 0x00046634 LEA ESI,[ESI] SUB ESP,0xc PUSH dword ptr [ESI + 0x10] CALL 0x000169e0 MOV ESI,dword ptr [ESI + 0x18] ADD ESP,0x10 TEST ESI,ESI JNZ 0x00046990 MOV EAX,dword ptr [ESP + 0x18] MOV dword ptr [ESP + 0x24],0x0 MOV EAX,dword ptr [EAX + 0x20] CMP dword ptr [EAX + 0x28],0x1 JNZ 0x00046646 SUB ESP,0x8 MOV EDI,dword ptr [ESP + 0x20] PUSH EDI PUSH dword ptr [EDI + 0x34] CALL 0x000162d0 MOVZX EAX,byte ptr [EDI] MOV byte ptr [ESP + 0x1c],AL AND EAX,0x3 ADD ESP,0x10 CMP AL,0x2 JNZ 0x00046a50 MOV dword ptr [ESP + 0x24],0x0 SUB ESP,0xc LEA EAX,[EBX + 0xffe84c60] PUSH EAX CALL 0x00023e80 ADD ESP,0x10 JMP 0x00046646 SUB ESP,0x4 LEA EAX,[EBX + 0xffeed198] PUSH 0x5 PUSH EAX PUSH 0x0 CALL 0x00016380 MOV dword ptr [ESP],EAX CALL 0x00034dc0 ADD ESP,0x10 JMP 0x00046940 SUB ESP,0x4 LEA EAX,[EBX + 0xffeed198] PUSH 0x5 PUSH EAX PUSH 0x0 CALL 0x00016380 MOV dword ptr [ESP],EAX CALL 0x00034dc0 ADD ESP,0x10 JMP 0x00046761 SUB ESP,0xc LEA EAX,[EBX + 0xffeed77f] PUSH 0x1 PUSH 0x0 PUSH 0x0 PUSH EAX MOV EAX,dword ptr [ESP + 0x34] PUSH dword ptr [EAX + 0x20] CALL 0x00016650 MOV dword ptr [ESP + 0x44],EAX ADD ESP,0x20 TEST EAX,EAX JZ 0x000469df MOVZX EAX,byte ptr [EAX + 0xc] CMP AL,0x2 JBE 0x00046a8b CMP AL,0x5 JNZ 0x000469df SUB ESP,0x4 MOV ECX,dword ptr [ESP + 0x1c] MOV EAX,dword ptr [ECX + 0x34] MOV EAX,dword ptr [EAX + 0x4] MOV EAX,dword ptr [EAX + 0x1c0] PUSH 0x1 MOV EDI,dword ptr [ESP + 0x2c] PUSH EDI PUSH ECX CALL dword ptr [EAX + 0xf4] MOVZX EAX,byte ptr [EDI + 0x41] MOV EDX,EAX ADD ESP,0x10 AND EDX,0x3 CMP DL,0x1 JZ 0x00046ac6 AND EAX,0xfffffffc OR EAX,0x2 MOV byte ptr [EDI + 0x41],AL MOV ECX,dword ptr [ESP + 0x24] MOV EAX,dword ptr [ECX] MOV dword ptr [ESP + 0x40],EAX MOV EAX,dword ptr [ECX + 0x4] MOV dword ptr [ESP + 0x44],EAX MOV EAX,dword ptr [ECX + 0x8] MOV dword ptr [ESP + 0x48],EAX MOV EAX,dword ptr [ECX + 0xc] MOV dword ptr [ESP + 0x4c],EAX MOV EAX,dword ptr [ECX + 0x10] MOV dword ptr [ESP + 0x50],EAX MOV EAX,dword ptr [ECX + 0x14] MOV dword ptr [ESP + 0x54],EAX MOV EAX,dword ptr [ECX + 0x18] MOV dword ptr [ECX + 0x18],0x0 MOV dword ptr [ESP + 0x58],EAX MOV EAX,dword ptr [ECX + 0x1c] MOV dword ptr [ECX + 0x1c],0x0 MOV dword ptr [ESP + 0x5c],EAX MOVZX EAX,byte ptr [ECX + 0xc] MOV byte ptr [ECX + 0xc],0x3 MOV byte ptr [ESP + 0x2f],AL MOV EAX,dword ptr [EBX + 0xffffffd4] ADD EAX,0x180 MOV dword ptr [ECX + 0x14],EAX JMP 0x000469e7 MOV EAX,dword ptr [ESP + 0x20] MOV EDX,ESI CALL 0x000453b0 ADD EDI,0x1 MOV ESI,EDI JNZ 0x000466e7 LEA ESI,[ESI] LEA ESI,[ESI] MOV ESI,dword ptr [ESP + 0x28] JMP 0x00046690
null
null
null
null
[(u'CALL_-1206162812', u'INDIRECT_-1206157947'), ('const-417', u'LOAD_-1206161407'), (u'PTRADD_-1206156529', u'LOAD_-1206161268'), (u'MULTIEQUAL_-1206157545', u'MULTIEQUAL_-1206158451'), (u'STORE_-1206161148', u'INDIRECT_-1206156752'), (u'MULTIEQUAL_-1206158582', u'MULTIEQUAL_-1206158564'), (u'INDIRECT_-1206158580', u'MULTIEQUAL_-1206158844'), (u'STORE_-1206161148', u'INDIRECT_-1206157511'), (u'MULTIEQUAL_-1206157553', u'MULTIEQUAL_-1206159269'), ('tmp_20314', u'MULTIEQUAL_-1206157283'), (u'INT_SUB_-1206162611', u'INT_LESSEQUAL_-1206162614'), (u'MULTIEQUAL_-1206157607', u'INT_SEXT_-1206162692'), (u'MULTIEQUAL_-1206157207', u'MULTIEQUAL_-1206157166'), (u'CALL_-1206162778', u'INDIRECT_-1206158242'), (u'STORE_-1206162516', u'INDIRECT_-1206157763'), ('const-4', u'PTRADD_-1206156485'), (u'STORE_-1206161148', u'INDIRECT_-1206156821'), ('const-0', u'CALL_-1206162588'), (u'CAST_-1206156417', u'LOAD_-1206161378'), ('const-5', u'CALL_-1206162588'), (u'PTRSUB_-1206156800', u'CALL_-1206161680'), ('tmp_20312', u'MULTIEQUAL_-1206157145'), (u'INDIRECT_-1206157947', u'MULTIEQUAL_-1206157282'), ('const-20', u'PTRSUB_-1206157304'), (u'CALL_-1206162851', u'INDIRECT_-1206158386'), (u'STORE_-1206161148', u'INDIRECT_-1206156959'), (u'MULTIEQUAL_-1206157291', u'MULTIEQUAL_-1206158591'), (u'INDIRECT_-1206158117', u'MULTIEQUAL_-1206156314'), (u'CALL_-1206162464', u'INDIRECT_-1206157715'), (u'STORE_-1206162710', u'INDIRECT_-1206157680'), (u'INDIRECT_-1206158365', u'MULTIEQUAL_-1206157545'), (u'LOAD_-1206162869', u'INT_EQUAL_-1206162854'), (u'MULTIEQUAL_-1206156296', u'MULTIEQUAL_-1206157761'), (u'CALL_-1206163431', u'INDIRECT_-1206159175'), (u'MULTIEQUAL_-1206159115', u'MULTIEQUAL_-1206157296'), ('const-4', u'PTRADD_-1206156521'), (u'CALL_-1206161518', u'INDIRECT_-1206157587'), (u'INT_NOTEQUAL_-1206161475', u'CBRANCH_-1206161470'), (u'INDIRECT_-1206158024', u'PTRSUB_-1206157304'), (u'CALLIND_-1206162753', u'INDIRECT_-1206158153'), (u'INDIRECT_-1206157742', u'MULTIEQUAL_-1206158357'), (u'MULTIEQUAL_-1206157289', u'PTRSUB_-1206157006'), (u'CALL_-1206162812', u'INDIRECT_-1206157671'), (u'STORE_-1206161290', u'INDIRECT_-1206156904'), (u'INDIRECT_-1206157328', u'MULTIEQUAL_-1206157251'), (u'MULTIEQUAL_-1206161423', u'CALL_-1206161490'), (u'MULTIEQUAL_-1206157490', u'MULTIEQUAL_-1206158375'), (u'STORE_-1206161290', u'INDIRECT_-1206157249'), (u'CALL_-1206162778', u'INDIRECT_-1206159387'), (u'LOAD_-1206161479', u'INT_NOTEQUAL_-1206161444'), ('const-4', u'PTRADD_-1206156432'), (u'STORE_-1206162655', u'INDIRECT_-1206157640'), (u'INDIRECT_-1206156628', u'MULTIEQUAL_-1206156607'), (u'CALL_-1206161471', u'INDIRECT_-1206158856'), (u'CALL_-1206162464', u'INDIRECT_-1206158200'), (u'STORE_-1206161195', u'INDIRECT_-1206156921'), (u'INDIRECT_-1206157491', u'MULTIEQUAL_-1206157797'), (u'CALL_-1206162678', u'INDIRECT_-1206158507'), (u'INDIRECT_-1206157884', u'MULTIEQUAL_-1206157798'), (u'INDIRECT_-1206157039', u'MULTIEQUAL_-1206156938'), (u'CALL_-1206161967', u'INDIRECT_-1206158181'), (u'MULTIEQUAL_-1206157284', u'MULTIEQUAL_-1206157887'), (u'CALL_-1206161471', u'INDIRECT_-1206158478'), (u'CALL_-1206162555', u'INDIRECT_-1206158032'), (u'INDIRECT_-1206158389', u'MULTIEQUAL_-1206158577'), (u'STORE_-1206162561', u'INDIRECT_-1206157511'), (u'PTRSUB_-1206157628', u'LOAD_-1206162869'), (u'CALL_-1206162616', u'INDIRECT_-1206159051'), ('tmp_3105', u'CBRANCH_-1206161470'), (u'MULTIEQUAL_-1206158533', u'MULTIEQUAL_-1206158533'), (u'LOAD_-1206162733', u'COPY_-1206157526'), (u'CALL_-1206162555', u'INDIRECT_-1206157411'), ('const-0', u'INT_NOTEQUAL_-1206162760'), (u'STORE_-1206161195', u'INDIRECT_-1206157542'), (u'MULTIEQUAL_-1206159367', u'PTRSUB_-1206157385'), (u'INDIRECT_-1206157592', u'MULTIEQUAL_-1206157504'), (u'MULTIEQUAL_-1206159521', u'MULTIEQUAL_-1206157557'), (u'CALL_-1206163327', u'INDIRECT_-1206159320'), (u'INDIRECT_-1206158566', u'MULTIEQUAL_-1206158492'), ('tmp_20319', u'MULTIEQUAL_-1206157697'), (u'CALL_-1206162477', u'INDIRECT_-1206156827'), (u'CALL_-1206162027', u'INDIRECT_-1206157673'), ('const-717208', u'COPY_-1206156794'), (u'CALL_-1206162732', u'INDIRECT_-1206158007'), (u'INDIRECT_-1206158558', u'MULTIEQUAL_-1206158514'), (u'CALL_-1206161967', u'INDIRECT_-1206157282'), (u'INDIRECT_-1206156695', u'MULTIEQUAL_-1206156607'), (u'MULTIEQUAL_-1206157557', u'MULTIEQUAL_-1206159521'), (u'CALL_-1206162778', u'INDIRECT_-1206158173'), (u'CALL_-1206162732', u'INDIRECT_-1206157524'), (u'CALL_-1206161967', u'INDIRECT_-1206157420'), (u'STORE_-1206162723', u'INDIRECT_-1206157550'), ('const-5', u'CALL_-1206161967'), (u'CALL_-1206162555', u'INDIRECT_-1206157549'), (u'INDIRECT_-1206157539', u'MULTIEQUAL_-1206157453'), (u'CALLIND_-1206162753', u'INDIRECT_-1206158776'), ('tmp_3227', u'CBRANCH_-1206161992'), (u'LOAD_-1206162840', u'CALL_-1206162778'), (u'INDIRECT_-1206157772', u'MULTIEQUAL_-1206158651'), (u'MULTIEQUAL_-1206158659', u'MULTIEQUAL_-1206158659'), ('const-417', u'LOAD_-1206162647'), (u'CALL_-1206162616', u'INDIRECT_-1206159303'), ('const-4', u'PTRADD_-1206156912'), (u'INDIRECT_-1206157050', u'MULTIEQUAL_-1206157000'), (u'PTRADD_-1206156617', u'CAST_-1206156462'), (u'MULTIEQUAL_-1206156317', u'MULTIEQUAL_-1206159373'), (u'MULTIEQUAL_-1206157621', u'MULTIEQUAL_-1206157580'), ('tmp_20309', u'MULTIEQUAL_-1206156979'), (u'CAST_-1206156385', u'INT_ADD_-1206161276'), (u'LOAD_-1206162652', u'INT_NOTEQUAL_-1206162636'), (u'STORE_-1206162710', u'INDIRECT_-1206157266'), (u'INDIRECT_-1206157591', u'MULTIEQUAL_-1206157490'), (u'CALL_-1206163327', u'INDIRECT_-1206157980'), ('const-417', u'STORE_-1206162561'), (u'CALL_-1206162862', u'INDIRECT_-1206158842'), (u'CALL_-1206162750', u'INDIRECT_-1206158664'), (u'CALL_-1206162862', u'INDIRECT_-1206157754'), (u'PTRSUB_-1206157116', u'PTRSUB_-1206157312'), ('const-0', u'STORE_-1206163323'), (u'CALL_-1206161518', u'INDIRECT_-1206157380'), ('tmp_20306', u'MULTIEQUAL_-1206157462'), (u'PTRSUB_-1206157508', u'PTRSUB_-1206157289'), (u'INDIRECT_-1206157660', u'MULTIEQUAL_-1206157559'), (u'MULTIEQUAL_-1206157540', u'INT_EQUAL_-1206163698'), (u'CALL_-1206163327', u'INDIRECT_-1206159194'), (u'CALLIND_-1206161368', u'INDIRECT_-1206158014'), (u'INDIRECT_-1206157982', u'MULTIEQUAL_-1206158037'), (u'INDIRECT_-1206158509', u'MULTIEQUAL_-1206159395'), (u'PTRADD_-1206156432', u'STORE_-1206161111'), ('const-0', u'INT_NOTEQUAL_-1206161507'), (u'LOAD_-1206162614', u'COPY_-1206157393'), (u'CAST_-1206156483', u'LOAD_-1206161280'), (u'LOAD_-1206162647', u'INT_NOTEQUAL_-1206162631'), (u'INDIRECT_-1206157549', u'MULTIEQUAL_-1206157807'), (u'CALL_-1206161680', u'INDIRECT_-1206157082'), (u'CALL_-1206161518', u'INDIRECT_-1206156759'), (u'INDIRECT_-1206157625', u'MULTIEQUAL_-1206157611'), (u'INDIRECT_-1206157456', u'MULTIEQUAL_-1206157435'), ('tmp_20317', u'MULTIEQUAL_-1206157600'), (u'INDIRECT_-1206157662', u'MULTIEQUAL_-1206157568'), (u'INDIRECT_-1206157810', u'MULTIEQUAL_-1206157787'), ('const-417', u'LOAD_-1206161469'), (u'STORE_-1206163323', u'INDIRECT_-1206157547'), (u'INDIRECT_-1206157311', u'MULTIEQUAL_-1206157384'), ('const-0', u'INT_EQUAL_-1206162902'), (u'CALL_-1206161967', u'INDIRECT_-1206157627'), (u'MULTIEQUAL_-1206157535', u'CALL_-1206163431'), ('const-417', u'STORE_-1206162749'), ('const-5', u'PTRADD_-1206156497'), (u'STORE_-1206162526', u'INDIRECT_-1206157564'), (u'CALL_-1206161954', u'INDIRECT_-1206157204'), (u'CALL_-1206162027', u'INDIRECT_-1206159007'), (u'CALL_-1206161774', u'INDIRECT_-1206157125'), (u'INDIRECT_-1206156594', u'MULTIEQUAL_-1206156900'), (u'STORE_-1206162736', u'INDIRECT_-1206157972'), (u'INDIRECT_-1206159271', u'MULTIEQUAL_-1206159332'), (u'STORE_-1206162817', u'INDIRECT_-1206158024'), (u'INDIRECT_-1206159145', u'MULTIEQUAL_-1206156313'), (u'STORE_-1206162567', u'INDIRECT_-1206158067'), (u'STORE_-1206163323', u'INDIRECT_-1206157823'), (u'INDIRECT_-1206158223', u'MULTIEQUAL_-1206157286'), (u'MULTIEQUAL_-1206159032', u'MULTIEQUAL_-1206157298'), (u'MULTIEQUAL_-1206158564', u'MULTIEQUAL_-1206157872'), (u'CALL_-1206162477', u'INDIRECT_-1206156896'), (u'MULTIEQUAL_-1206157533', u'MULTIEQUAL_-1206157692'), (u'CALL_-1206162862', u'INDIRECT_-1206158716'), ('const-4', u'PTRSUB_-1206156589'), (u'PTRADD_-1206156452', u'CAST_-1206156302'), (u'INDIRECT_-1206157565', u'MULTIEQUAL_-1206158444'), (u'INDIRECT_-1206158267', u'MULTIEQUAL_-1206158344'), (u'MULTIEQUAL_-1206157285', u'MULTIEQUAL_-1206157956'), (u'CALL_-1206162616', u'INDIRECT_-1206157606'), (u'STORE_-1206162710', u'INDIRECT_-1206157749'), (u'CALL_-1206162732', u'INDIRECT_-1206158145'), (u'STORE_-1206162516', u'INDIRECT_-1206158246'), ('const-692', u'PTRSUB_-1206157614'), (u'CALL_-1206161774', u'INDIRECT_-1206158615'), (u'CALL_-1206163327', u'INDIRECT_-1206157842'), ('const-0', u'CALL_-1206161518'), (u'CALL_-1206163431', u'INDIRECT_-1206158923'), (u'STORE_-1206162545', u'INDIRECT_-1206158124'), (u'CALL_-1206162555', u'INDIRECT_-1206158517'), (u'INDIRECT_-1206157522', u'MULTIEQUAL_-1206157421'), (u'MULTIEQUAL_-1206156868', u'INT_EQUAL_-1206161397'), (u'CALL_-1206161774', u'INDIRECT_-1206158426'), ('const-417', u'LOAD_-1206162733'), (u'STORE_-1206161148', u'INDIRECT_-1206157442'), (u'MULTIEQUAL_-1206159269', u'MULTIEQUAL_-1206157553'), (u'MULTIEQUAL_-1206157458', u'COPY_-1206156886'), (u'INDIRECT_-1206158141', u'MULTIEQUAL_-1206158218'), ('const-417', u'STORE_-1206161172'), ('const-417', u'LOAD_-1206162666'), (u'MULTIEQUAL_-1206157611', u'MULTIEQUAL_-1206157280'), (u'STORE_-1206162516', u'INDIRECT_-1206157832'), (u'PTRSUB_-1206157175', u'LOAD_-1206162876'), (u'INDIRECT_-1206157035', u'MULTIEQUAL_-1206157108'), (u'MULTIEQUAL_-1206156304', u'MULTIEQUAL_-1206158228'), (u'INDIRECT_-1206156971', u'MULTIEQUAL_-1206156883'), (u'INDIRECT_-1206157703', u'MULTIEQUAL_-1206158582'), (u'INT_NOTEQUAL_-1206162802', u'CBRANCH_-1206162801'), (u'CALL_-1206162750', u'INDIRECT_-1206157219'), (u'CALL_-1206162477', u'INDIRECT_-1206158587'), (u'MULTIEQUAL_-1206159647', u'MULTIEQUAL_-1206159625'), (u'STORE_-1206162723', u'INDIRECT_-1206157274'), (u'CALL_-1206161471', u'INDIRECT_-1206157660'), (u'CALLIND_-1206162753', u'INDIRECT_-1206157946'), (u'CALL_-1206163431', u'INDIRECT_-1206157748'), (u'MULTIEQUAL_-1206157889', u'MULTIEQUAL_-1206157281'), (u'STORE_-1206161195', u'INDIRECT_-1206157128'), (u'INDIRECT_-1206157318', u'MULTIEQUAL_-1206157297'), (u'INDIRECT_-1206157257', u'MULTIEQUAL_-1206157207'), (u'INDIRECT_-1206158426', u'MULTIEQUAL_-1206158344'), (u'LOAD_-1206161255', u'MULTIEQUAL_-1206158533'), (u'INDIRECT_-1206157618', u'MULTIEQUAL_-1206158303'), (u'INDIRECT_-1206157395', u'MULTIEQUAL_-1206157345'), (u'CALL_-1206162688', u'INDIRECT_-1206159082'), ('tmp_1681', u'CBRANCH_-1206162643'), (u'MULTIEQUAL_-1206156316', u'MULTIEQUAL_-1206159395'), (u'PTRSUB_-1206157304', u'LOAD_-1206162763'), (u'INDIRECT_-1206157606', u'MULTIEQUAL_-1206157533'), (u'LOAD_-1206162711', u'INT_ADD_-1206162668'), (u'INDIRECT_-1206157466', u'MULTIEQUAL_-1206157389'), (u'CALL_-1206161680', u'INDIRECT_-1206157496'), ('tmp_360', u'CBRANCH_-1206163696'), ('tmp_16534', u'MULTIEQUAL_-1206158366'), (u'STORE_-1206161290', u'INDIRECT_-1206157594'), (u'CALL_-1206162588', u'INDIRECT_-1206158531'), (u'CALL_-1206161967', u'INDIRECT_-1206158685'), (u'INDIRECT_-1206158755', u'MULTIEQUAL_-1206158681'), (u'CALL_-1206161518', u'INDIRECT_-1206157173'), (u'INT_AND_-1206159999', u'INT_NOTEQUAL_-1206161318'), (u'INDIRECT_-1206158487', u'MULTIEQUAL_-1206159178'), ('tmp_1276', u'CBRANCH_-1206162898'), (u'STORE_-1206162545', u'INDIRECT_-1206157296'), ('tmp_952', u'CBRANCH_-1206162785'), (u'INDIRECT_-1206157604', u'MULTIEQUAL_-1206157527'), (u'CALL_-1206162750', u'INDIRECT_-1206157633'), ('const-4', u'PTRADD_-1206156513'), ('const-417', u'STORE_-1206162567'), (u'CALL_-1206162862', u'INDIRECT_-1206158905'), ('tmp_16542', u'MULTIEQUAL_-1206158785'), (u'CALL_-1206162678', u'INDIRECT_-1206158696'), (u'INDIRECT_-1206157856', u'MULTIEQUAL_-1206157844'), (u'CALLIND_-1206162753', u'INDIRECT_-1206157808'), (u'CAST_-1206156483', u'PTRADD_-1206156505'), (u'INDIRECT_-1206158132', u'MULTIEQUAL_-1206158120'), (u'COPY_-1206156754', u'MULTIEQUAL_-1206160737'), (u'INDIRECT_-1206158755', u'MULTIEQUAL_-1206159373'), (u'INDIRECT_-1206157397', u'MULTIEQUAL_-1206157320'), (u'INDIRECT_-1206159271', u'MULTIEQUAL_-1206156315'), (u'CALL_-1206162616', u'INDIRECT_-1206158434'), (u'INDIRECT_-1206158300', u'MULTIEQUAL_-1206158234'), (u'CALL_-1206161471', u'INDIRECT_-1206157384'), ('tmp_2724', u'BRANCH_-1206162753'), (u'INDIRECT_-1206157798', u'MULTIEQUAL_-1206157697'), (u'MULTIEQUAL_-1206158382', u'MULTIEQUAL_-1206157544'), (u'MULTIEQUAL_-1206158717', u'MULTIEQUAL_-1206157293'), (u'MULTIEQUAL_-1206157335', u'MULTIEQUAL_-1206157276'), (u'INT_NOTEQUAL_-1206162631', u'CBRANCH_-1206162630'), (u'STORE_-1206161195', u'INDIRECT_-1206157473'), (u'CALL_-1206162464', u'INDIRECT_-1206158326'), (u'INDIRECT_-1206157784', u'MULTIEQUAL_-1206157966'), (u'CALL_-1206162555', u'INDIRECT_-1206157204'), (u'MULTIEQUAL_-1206159178', u'MULTIEQUAL_-1206157297'), (u'CALL_-1206162027', u'INDIRECT_-1206158629'), (u'MULTIEQUAL_-1206159121', u'MULTIEQUAL_-1206158429'), (u'CALL_-1206162732', u'INDIRECT_-1206157938'), (u'LOAD_-1206162672', u'INT_SUB_-1206162611'), (u'STORE_-1206162561', u'INDIRECT_-1206158132'), (u'INDIRECT_-1206158956', u'MULTIEQUAL_-1206159017'), ('const-1', u'CALLIND_-1206161368'), (u'INDIRECT_-1206158832', u'MULTIEQUAL_-1206159096'), (u'INT_EQUAL_-1206163787', u'CBRANCH_-1206163786'), (u'MULTIEQUAL_-1206158441', u'MULTIEQUAL_-1206157290'), (u'INDIRECT_-1206157744', u'MULTIEQUAL_-1206157535'), ('const-417', u'LOAD_-1206162763'), (u'CALL_-1206162678', u'INDIRECT_-1206158759'), ('tmp_4373', u'CBRANCH_-1206161393'), (u'CALL_-1206161774', u'INDIRECT_-1206158552'), (u'INT_AND_-1206162888', u'INT_EQUAL_-1206162902'), (u'CALL_-1206161471', u'INDIRECT_-1206157453'), (u'CALL_-1206163431', u'INDIRECT_-1206159427'), (u'INDIRECT_-1206158424', u'MULTIEQUAL_-1206159115'), (u'INDIRECT_-1206157580', u'MULTIEQUAL_-1206157568'), (u'INDIRECT_-1206157374', u'MULTIEQUAL_-1206156307'), (u'CALL_-1206162688', u'INDIRECT_-1206159271'), (u'INDIRECT_-1206158076', u'MULTIEQUAL_-1206157982'), (u'INDIRECT_-1206157271', u'MULTIEQUAL_-1206157266'), (u'INDIRECT_-1206157167', u'MULTIEQUAL_-1206156304'), (u'STORE_-1206162817', u'INDIRECT_-1206158300'), (u'INDIRECT_-1206158087', u'MULTIEQUAL_-1206158010'), (u'MULTIEQUAL_-1206157830', u'MULTIEQUAL_-1206157535'), (u'CALL_-1206162678', u'INDIRECT_-1206158154'), (u'MULTIEQUAL_-1206157007', u'MULTIEQUAL_-1206157892'), (u'CALL_-1206162555', u'INDIRECT_-1206158832'), (u'STORE_-1206163323', u'INDIRECT_-1206157685'), (u'MULTIEQUAL_-1206159837', u'PTRADD_-1206156920'), (u'INDIRECT_-1206158856', u'MULTIEQUAL_-1206157913'), ('const-0', u'CALLIND_-1206162753'), (u'MULTIEQUAL_-1206159247', u'MULTIEQUAL_-1206157552'), ('const-44', u'PTRADD_-1206157765'), (u'CALL_-1206161680', u'INDIRECT_-1206157220'), (u'MULTIEQUAL_-1206156315', u'MULTIEQUAL_-1206159332'), (u'PTRADD_-1206156904', u'STORE_-1206162710'), (u'INDIRECT_-1206158054', u'MULTIEQUAL_-1206156313'), ('const-0', u'PTRSUB_-1206156607'), (u'CALL_-1206162732', u'INDIRECT_-1206159146'), (u'MULTIEQUAL_-1206158012', u'MULTIEQUAL_-1206157320'), (u'PTRSUB_-1206157202', u'PTRSUB_-1206157201'), (u'MULTIEQUAL_-1206156298', u'MULTIEQUAL_-1206157899'), (u'MULTIEQUAL_-1206157279', u'MULTIEQUAL_-1206157542'), (u'CALL_-1206161490', u'INDIRECT_-1206158054'), (u'INDIRECT_-1206157759', u'MULTIEQUAL_-1206157676'), (u'MULTIEQUAL_-1206158372', u'COPY_-1206157324'), (u'STORE_-1206163344', u'INDIRECT_-1206157836'), (u'STORE_-1206162710', u'INDIRECT_-1206157335'), (u'COPY_-1206157393', u'MULTIEQUAL_-1206157540'), (u'CALL_-1206162555', u'INDIRECT_-1206157618'), (u'CALL_-1206162732', u'INDIRECT_-1206158831'), (u'INDIRECT_-1206157121', u'MULTIEQUAL_-1206157736'), (u'CALL_-1206161490', u'INDIRECT_-1206157098'), (u'STORE_-1206162567', u'INDIRECT_-1206158205'), (u'INDIRECT_-1206157259', u'MULTIEQUAL_-1206157182'), (u'CALL_-1206162812', u'INDIRECT_-1206157119'), (u'INDIRECT_-1206158270', u'MULTIEQUAL_-1206158258'), (u'CAST_-1206157067', u'LOAD_-1206162666'), (u'CALL_-1206161680', u'INDIRECT_-1206158698'), (u'INDIRECT_-1206157878', u'MULTIEQUAL_-1206157281'), (u'CALL_-1206161774', u'INDIRECT_-1206157746'), (u'CALL_-1206162688', u'INDIRECT_-1206158396'), (u'MULTIEQUAL_-1206159121', u'MULTIEQUAL_-1206157550'), (u'CALL_-1206161954', u'INDIRECT_-1206157480'), (u'INDIRECT_-1206157756', u'MULTIEQUAL_-1206158014'), ('const-56', u'INT_ADD_-1206162547'), (u'STORE_-1206162567', u'INDIRECT_-1206157860'), (u'CALL_-1206161471', u'INDIRECT_-1206158730'), (u'STORE_-1206162723', u'INDIRECT_-1206157205'), (u'INDIRECT_-1206157449', u'MULTIEQUAL_-1206157522'), (u'MULTIEQUAL_-1206160737', u'PTRSUB_-1206156695'), (u'CALL_-1206163327', u'INDIRECT_-1206157911'), ('tmp_20317', u'MULTIEQUAL_-1206157559'), (u'CALL_-1206161954', u'INDIRECT_-1206158424'), (u'MULTIEQUAL_-1206159625', u'MULTIEQUAL_-1206157558'), (u'CALL_-1206162555', u'INDIRECT_-1206157135'), (u'MULTIEQUAL_-1206156310', u'MULTIEQUAL_-1206159017'), (u'INDIRECT_-1206158621', u'MULTIEQUAL_-1206158577'), (u'CALL_-1206162778', u'INDIRECT_-1206157966'), (u'STORE_-1206162697', u'INDIRECT_-1206157534'), (u'INT_ADD_-1206161276', u'CAST_-1206156384'), (u'MULTIEQUAL_-1206157546', u'MULTIEQUAL_-1206158520'), ('const-417', u'STORE_-1206163344'), (u'CALL_-1206162588', u'CAST_-1206156865'), (u'MULTIEQUAL_-1206158926', u'MULTIEQUAL_-1206157293'), ('const-0', u'STORE_-1206161195'), (u'CALL_-1206162678', u'INDIRECT_-1206157878'), (u'INDIRECT_-1206157671', u'MULTIEQUAL_-1206157621'), (u'INDIRECT_-1206157411', u'MULTIEQUAL_-1206158096'), (u'CAST_-1206156384', u'STORE_-1206161290'), (u'MULTIEQUAL_-1206159017', u'MULTIEQUAL_-1206157549'), (u'STORE_-1206161290', u'INDIRECT_-1206157111'), (u'CALL_-1206163431', u'INDIRECT_-1206157679'), (u'INT_SUB_-1206162561', u'STORE_-1206162561'), (u'CALL_-1206163327', u'INDIRECT_-1206158187'), (u'COPY_-1206157333', u'CALL_-1206163327'), (u'CALL_-1206162588', u'INDIRECT_-1206157839'), (u'STORE_-1206162516', u'INDIRECT_-1206157418'), (u'CALL_-1206161774', u'INDIRECT_-1206158678'), (u'INDIRECT_-1206158396', u'MULTIEQUAL_-1206158451'), (u'MULTIEQUAL_-1206156319', u'MULTIEQUAL_-1206159499'), (u'INDIRECT_-1206158759', u'MULTIEQUAL_-1206158970'), ('const-417', u'LOAD_-1206161157'), (u'MULTIEQUAL_-1206157734', u'MULTIEQUAL_-1206157544'), (u'CALL_-1206162812', u'INDIRECT_-1206157740'), (u'CALL_-1206161680', u'INDIRECT_-1206157358'), (u'CALLIND_-1206162753', u'INDIRECT_-1206158222'), (u'INDIRECT_-1206157342', u'MULTIEQUAL_-1206157600'), (u'STORE_-1206161290', u'INDIRECT_-1206157387'), ('tmp_20318', u'MULTIEQUAL_-1206157628'), (u'STORE_-1206161290', u'INDIRECT_-1206157525'), (u'MULTIEQUAL_-1206157352', u'CALL_-1206161774'), (u'STORE_-1206162736', u'INDIRECT_-1206157075'), (u'CALL_-1206161471', u'INDIRECT_-1206157729'), (u'INDIRECT_-1206158035', u'MULTIEQUAL_-1206157952'), ('tmp_608', u'CBRANCH_-1206163380'), (u'CALL_-1206162812', u'INDIRECT_-1206158432'), (u'MULTIEQUAL_-1206157097', u'COPY_-1206157178'), (u'INDIRECT_-1206158361', u'MULTIEQUAL_-1206159052'), (u'INT_NOTEQUAL_-1206161318', u'CBRANCH_-1206161317'), (u'INDIRECT_-1206158582', u'MULTIEQUAL_-1206158659'), (u'MULTIEQUAL_-1206158388', u'STORE_-1206162697'), (u'MULTIEQUAL_-1206158785', u'MULTIEQUAL_-1206159710'), (u'CALL_-1206162688', u'INDIRECT_-1206158956'), (u'INDIRECT_-1206157373', u'MULTIEQUAL_-1206157361'), (u'STORE_-1206161195', u'INDIRECT_-1206157197'), (u'STORE_-1206161111', u'INDIRECT_-1206156870'), (u'CALL_-1206162616', u'INDIRECT_-1206158089'), ('const-4', u'PTRADD_-1206156489'), ('const-417', u'LOAD_-1206161180'), (u'CALLIND_-1206162753', u'INDIRECT_-1206157877'), (u'CALL_-1206162862', u'CALL_-1206162678'), (u'CALL_-1206162851', u'INDIRECT_-1206158449'), (u'INDIRECT_-1206158014', u'MULTIEQUAL_-1206158156'), (u'CALL_-1206162851', u'INDIRECT_-1206158575'), (u'CALL_-1206162027', u'INDIRECT_-1206157397'), (u'CALL_-1206162616', u'INDIRECT_-1206158158'), (u'CALL_-1206162851', u'INDIRECT_-1206157343'), (u'MULTIEQUAL_-1206158407', u'MULTIEQUAL_-1206158407'), (u'INDIRECT_-1206156859', u'MULTIEQUAL_-1206157544'), (u'CALL_-1206161490', u'INDIRECT_-1206157236'), (u'INDIRECT_-1206158988', u'MULTIEQUAL_-1206157550'), (u'MULTIEQUAL_-1206158618', u'MULTIEQUAL_-1206157553'), (u'INDIRECT_-1206158923', u'MULTIEQUAL_-1206158863'), ('tmp_2219', u'CBRANCH_-1206162612'), (u'INDIRECT_-1206158168', u'MULTIEQUAL_-1206158163'), (u'MULTIEQUAL_-1206157925', u'COPY_-1206158006'), (u'LOAD_-1206162711', u'INT_NOTEQUAL_-1206162692'), (u'INDIRECT_-1206157385', u'MULTIEQUAL_-1206157297'), (u'MULTIEQUAL_-1206158702', u'MULTIEQUAL_-1206158010'), (u'INDIRECT_-1206158986', u'MULTIEQUAL_-1206158926'), (u'MULTIEQUAL_-1206157961', u'INT_EQUAL_-1206163787'), (u'CALL_-1206162464', u'INDIRECT_-1206157163'), (u'MULTIEQUAL_-1206159373', u'MULTIEQUAL_-1206157554'), (u'CALL_-1206161774', u'INDIRECT_-1206157332'), (u'INDIRECT_-1206159427', u'MULTIEQUAL_-1206159367'), ('const-0', u'PTRSUB_-1206156695'), (u'STORE_-1206161290', u'INDIRECT_-1206157318'), (u'INDIRECT_-1206159082', u'MULTIEQUAL_-1206159143'), (u'CALL_-1206162464', u'INDIRECT_-1206158137'), ('tmp_16539', u'MULTIEQUAL_-1206158681'), (u'INDIRECT_-1206158235', u'MULTIEQUAL_-1206158926'), (u'INT_NOTEQUAL_-1206162636', u'CBRANCH_-1206162634'), (u'MULTIEQUAL_-1206159080', u'MULTIEQUAL_-1206157550'), (u'INDIRECT_-1206158054', u'MULTIEQUAL_-1206156301'), (u'CALL_-1206162477', u'INDIRECT_-1206158146'), (u'CALL_-1206162477', u'INDIRECT_-1206158461'), (u'MULTIEQUAL_-1206157289', u'INT_NOTEQUAL_-1206163231'), ('tmp_16535', u'MULTIEQUAL_-1206158429'), (u'INT_EQUAL_-1206163875', u'CBRANCH_-1206163874'), (u'MULTIEQUAL_-1206156317', u'MULTIEQUAL_-1206159458'), (u'CAST_-1206157228', u'STORE_-1206163344'), (u'CAST_-1206156483', u'PTRADD_-1206156617'), ('tmp_574', u'CBRANCH_-1206163404'), (u'MULTIEQUAL_-1206157692', u'MULTIEQUAL_-1206157533'), (u'INDIRECT_-1206159492', u'MULTIEQUAL_-1206157558'), ('const-1', u'INT_ADD_-1206162756'), (u'CALL_-1206161774', u'INDIRECT_-1206158741'), (u'MULTIEQUAL_-1206161423', u'LOAD_-1206162652'), (u'CALL_-1206162464', u'INDIRECT_-1206158578'), (u'CAST_-1206156483', u'PTRADD_-1206156452'), (u'STORE_-1206162526', u'INDIRECT_-1206157702'), (u'INDIRECT_-1206157880', u'MULTIEQUAL_-1206157803'), (u'STORE_-1206162817', u'INDIRECT_-1206157817'), (u'CALL_-1206161774', u'INDIRECT_-1206158237'), (u'STORE_-1206163344', u'INDIRECT_-1206157974'), (u'STORE_-1206162817', u'INDIRECT_-1206157472'), (u'STORE_-1206162561', u'INDIRECT_-1206157994'), (u'CALL_-1206162750', u'INDIRECT_-1206157840'), (u'INDIRECT_-1206158667', u'MULTIEQUAL_-1206158618'), (u'INDIRECT_-1206158296', u'MULTIEQUAL_-1206157544'), (u'INDIRECT_-1206156833', u'MULTIEQUAL_-1206156745'), (u'PTRSUB_-1206156906', u'PTRSUB_-1206157093'), (u'STORE_-1206163323', u'INDIRECT_-1206158375'), (u'STORE_-1206163344', u'INDIRECT_-1206157560'), (u'MULTIEQUAL_-1206157246', u'MULTIEQUAL_-1206157245'), (u'CALL_-1206161967', u'INDIRECT_-1206158244'), (u'CAST_-1206157075', u'LOAD_-1206162678'), (u'CALL_-1206162027', u'INDIRECT_-1206158018'), ('tmp_20319', u'MULTIEQUAL_-1206157738'), (u'MULTIEQUAL_-1206157547', u'MULTIEQUAL_-1206158589'), (u'CALL_-1206162862', u'INT_ADD_-1206162534'), (u'INT_ADD_-1206162547', u'CAST_-1206157031'), (u'MULTIEQUAL_-1206158912', u'MULTIEQUAL_-1206159837'), (u'CALL_-1206162678', u'INDIRECT_-1206158948'), (u'MULTIEQUAL_-1206157475', u'MULTIEQUAL_-1206157275'), ('const-65', u'INT_ADD_-1206161276'), ('const-3', u'PTRADD_-1206156452'), (u'CALL_-1206162750', u'INDIRECT_-1206158601'), (u'CALL_-1206162027', u'INDIRECT_-1206158881'), (u'CALL_-1206163431', u'INDIRECT_-1206159049'), (u'INDIRECT_-1206159020', u'MULTIEQUAL_-1206158906'), (u'CALL_-1206162678', u'INDIRECT_-1206157464'), (u'INDIRECT_-1206159198', u'MULTIEQUAL_-1206159121'), (u'CAST_-1206156410', u'INT_ADD_-1206161350'), (u'INDIRECT_-1206158158', u'MULTIEQUAL_-1206157542'), (u'INDIRECT_-1206157464', u'MULTIEQUAL_-1206157275'), (u'CALL_-1206162778', u'INDIRECT_-1206158587'), (u'CALL_-1206162812', u'INDIRECT_-1206157257'), ('const-1', u'PTRADD_-1206161063'), (u'INDIRECT_-1206157928', u'MULTIEQUAL_-1206156311'), (u'INDIRECT_-1206157524', u'MULTIEQUAL_-1206157430'), (u'MULTIEQUAL_-1206158306', u'MULTIEQUAL_-1206158288'), (u'LOAD_-1206162548', u'INT_OR_-1206162521'), (u'INDIRECT_-1206156822', u'MULTIEQUAL_-1206156299'), (u'MULTIEQUAL_-1206157537', u'MULTIEQUAL_-1206157968'), (u'INDIRECT_-1206157602', u'MULTIEQUAL_-1206157552'), (u'INDIRECT_-1206157661', u'MULTIEQUAL_-1206157573'), ('const-0', u'INT_NOTEQUAL_-1206162818'), (u'MULTIEQUAL_-1206159395', u'MULTIEQUAL_-1206157555'), (u'STORE_-1206163344', u'INDIRECT_-1206157491'), (u'INDIRECT_-1206156960', u'MULTIEQUAL_-1206156301'), (u'CALL_-1206161954', u'INDIRECT_-1206158550'), (u'INDIRECT_-1206156732', u'MULTIEQUAL_-1206157038'), (u'STORE_-1206163344', u'INDIRECT_-1206158250'), (u'CALL_-1206161518', u'INDIRECT_-1206158393'), (u'MULTIEQUAL_-1206157908', u'MULTIEQUAL_-1206159332'), (u'MULTIEQUAL_-1206157276', u'MULTIEQUAL_-1206157335'), (u'CALL_-1206162851', u'INDIRECT_-1206158827'), (u'MULTIEQUAL_-1206156313', u'MULTIEQUAL_-1206159206'), (u'CAST_-1206156483', u'PTRADD_-1206156497'), (u'INDIRECT_-1206157454', u'MULTIEQUAL_-1206157366'), ('const-0', u'CALLIND_-1206162753'), (u'INDIRECT_-1206157478', u'MULTIEQUAL_-1206157473'), (u'CAST_-1206156522', u'CALL_-1206161954'), (u'PTRADD_-1206161063', u'STORE_-1206161111'), (u'MULTIEQUAL_-1206157289', u'PTRSUB_-1206156991'), (u'CALL_-1206162778', u'INDIRECT_-1206159072'), ('const-0', u'PTRSUB_-1206157006'), ('tmp_2569', u'CBRANCH_-1206162850'), (u'STORE_-1206162561', u'INDIRECT_-1206157580'), (u'INDIRECT_-1206157913', u'MULTIEQUAL_-1206157968'), (u'STORE_-1206163289', u'INDIRECT_-1206158016'), (u'CALL_-1206162851', u'INDIRECT_-1206157136'), (u'PTRSUB_-1206157763', u'PTRSUB_-1206157660'), (u'INDIRECT_-1206158468', u'MULTIEQUAL_-1206156307'), (u'COPY_-1206157149', u'CALL_-1206162588'), (u'CALL_-1206161471', u'INDIRECT_-1206158604'), (u'CALL_-1206161967', u'INDIRECT_-1206158496'), (u'CALL_-1206163431', u'INDIRECT_-1206157886'), (u'INDIRECT_-1206157690', u'MULTIEQUAL_-1206157607'), (u'INDIRECT_-1206158258', u'MULTIEQUAL_-1206158313'), (u'CALL_-1206161967', u'INDIRECT_-1206156799'), (u'CALL_-1206161954', u'INDIRECT_-1206156790'), (u'INDIRECT_-1206157556', u'MULTIEQUAL_-1206157542'), (u'CALL_-1206162477', u'INDIRECT_-1206158524'), (u'PTRADD_-1206157765', u'PTRSUB_-1206157763'), (u'STORE_-1206162655', u'INDIRECT_-1206158468'), (u'MULTIEQUAL_-1206156300', u'MULTIEQUAL_-1206158037'), (u'CALL_-1206162616', u'INDIRECT_-1206158988'), (u'STORE_-1206162710', u'INDIRECT_-1206157197'), (u'INT_EQUAL_-1206161397', u'CBRANCH_-1206161393'), (u'CALL_-1206161490', u'INDIRECT_-1206158369'), (u'CALL_-1206161490', u'INDIRECT_-1206156546'), (u'INDIRECT_-1206158243', u'MULTIEQUAL_-1206156316'), (u'INDIRECT_-1206157763', u'MULTIEQUAL_-1206157749'), (u'CALL_-1206162851', u'INDIRECT_-1206157826'), (u'STORE_-1206162655', u'INDIRECT_-1206157778'), (u'INDIRECT_-1206156790', u'MULTIEQUAL_-1206157475'), (u'MULTIEQUAL_-1206156959', u'COPY_-1206157040'), (u'INDIRECT_-1206158517', u'MULTIEQUAL_-1206158781'), (u'CALL_-1206162778', u'INDIRECT_-1206159576'), (u'CALL_-1206162588', u'INDIRECT_-1206158115'), (u'LOAD_-1206162801', u'CALL_-1206162678'), (u'MULTIEQUAL_-1206157539', u'MULTIEQUAL_-1206158106'), (u'STORE_-1206161172', u'INDIRECT_-1206157389'), (u'MULTIEQUAL_-1206158150', u'COPY_-1206157579'), (u'CALL_-1206161954', u'INDIRECT_-1206158172'), (u'STORE_-1206162697', u'INDIRECT_-1206157327'), ('const-156', u'PTRSUB_-1206157508'), (u'INDIRECT_-1206158629', u'MULTIEQUAL_-1206159247'), ('const-417', u'LOAD_-1206163775'), (u'STORE_-1206162655', u'INDIRECT_-1206158261'), (u'INDIRECT_-1206156939', u'MULTIEQUAL_-1206157245'), (u'MULTIEQUAL_-1206158589', u'MULTIEQUAL_-1206157547'), ('tmp_16537', u'MULTIEQUAL_-1206158555'), (u'STORE_-1206161172', u'INDIRECT_-1206156630'), (u'INDIRECT_-1206158905', u'MULTIEQUAL_-1206158906'), ('const-0', u'PTRSUB_-1206157459'), (u'INDIRECT_-1206157706', u'MULTIEQUAL_-1206157761'), (u'INDIRECT_-1206157867', u'MULTIEQUAL_-1206157766'), (u'CALL_-1206163327', u'INDIRECT_-1206158394'), ('const-417', u'LOAD_-1206162795'), (u'MULTIEQUAL_-1206158150', u'MULTIEQUAL_-1206157458'), (u'INDIRECT_-1206158656', u'MULTIEQUAL_-1206158573'), (u'MULTIEQUAL_-1206157540', u'PTRSUB_-1206157632'), (u'INDIRECT_-1206157878', u'MULTIEQUAL_-1206158083'), (u'INDIRECT_-1206159320', u'MULTIEQUAL_-1206157299'), (u'MULTIEQUAL_-1206157280', u'MULTIEQUAL_-1206157611'), (u'INDIRECT_-1206157242', u'MULTIEQUAL_-1206157315'), (u'CALL_-1206162588', u'INDIRECT_-1206158972'), (u'CALL_-1206162851', u'INDIRECT_-1206158890'), ('tmp_16533', u'MULTIEQUAL_-1206157905'), ('const-0', u'INT_NOTEQUAL_-1206161438'), (u'INDIRECT_-1206156928', u'MULTIEQUAL_-1206157613'), (u'LOAD_-1206161157', u'MULTIEQUAL_-1206158785'), (u'MULTIEQUAL_-1206157904', u'MULTIEQUAL_-1206159080'), ('tmp_827', u'CBRANCH_-1206163230'), (u'MULTIEQUAL_-1206157542', u'MULTIEQUAL_-1206158244'), (u'CALL_-1206163431', u'INDIRECT_-1206158986'), (u'INDIRECT_-1206157535', u'MULTIEQUAL_-1206158150'), (u'CALL_-1206162778', u'INDIRECT_-1206157690'), (u'CALL_-1206161490', u'INDIRECT_-1206158243'), (u'INT_SEXT_-1206162692', u'CALL_-1206162688'), (u'CALL_-1206162862', u'INDIRECT_-1206158168'), (u'CALL_-1206162477', u'INDIRECT_-1206157517'), (u'STORE_-1206162736', u'INDIRECT_-1206157144'), ('const-417', u'STORE_-1206162710'), (u'CALL_-1206163327', u'INDIRECT_-1206158463'), (u'CALL_-1206162812', u'INDIRECT_-1206158684'), (u'INDIRECT_-1206156828', u'MULTIEQUAL_-1206156901'), ('const-417', u'LOAD_-1206162614'), (u'INDIRECT_-1206159019', u'MULTIEQUAL_-1206159080'), (u'CALL_-1206162616', u'INDIRECT_-1206158925'), (u'INDIRECT_-1206158925', u'MULTIEQUAL_-1206157549'), (u'INDIRECT_-1206156897', u'MULTIEQUAL_-1206156970'), ('const-1', u'INT_NOTEQUAL_-1206161318'), ('const-0', u'PTRSUB_-1206156997'), (u'CALLIND_-1206162753', u'INDIRECT_-1206158839'), (u'STORE_-1206162516', u'INDIRECT_-1206158039'), (u'CALL_-1206162862', u'INT_NOTEQUAL_-1206162821'), (u'PTRSUB_-1206157459', u'CALL_-1206163431'), (u'INDIRECT_-1206159513', u'MULTIEQUAL_-1206159436'), (u'STORE_-1206162817', u'INDIRECT_-1206158162'), (u'LOAD_-1206161412', u'MULTIEQUAL_-1206156868'), (u'STORE_-1206162526', u'INDIRECT_-1206157909'), (u'MULTIEQUAL_-1206156301', u'MULTIEQUAL_-1206158106'), (u'CALL_-1206162812', u'INDIRECT_-1206157395'), (u'PTRADD_-1206156489', u'LOAD_-1206161203'), (u'MULTIEQUAL_-1206157304', u'COPY_-1206157385'), (u'INT_ADD_-1206161350', u'CAST_-1206156409'), (u'INDIRECT_-1206157326', u'MULTIEQUAL_-1206157531'), (u'CAST_-1206156483', u'MULTIEQUAL_-1206158912'), ('tmp_20320', u'MULTIEQUAL_-1206157876'), (u'INDIRECT_-1206159114', u'MULTIEQUAL_-1206157552'), (u'MULTIEQUAL_-1206159367', u'INT_NOTEQUAL_-1206163359'), (u'CAST_-1206157214', u'STORE_-1206163323'), (u'CALL_-1206162678', u'INDIRECT_-1206157188'), ('const-718719', u'COPY_-1206156743'), (u'MULTIEQUAL_-1206156295', u'MULTIEQUAL_-1206157607'), (u'INDIRECT_-1206158629', u'MULTIEQUAL_-1206158555'), (u'INDIRECT_-1206156766', u'MULTIEQUAL_-1206156745'), (u'INDIRECT_-1206159049', u'MULTIEQUAL_-1206158989'), (u'MULTIEQUAL_-1206159562', u'MULTIEQUAL_-1206158870'), (u'MULTIEQUAL_-1206157628', u'MULTIEQUAL_-1206158513'), (u'INDIRECT_-1206158237', u'MULTIEQUAL_-1206158232'), (u'INT_EQUAL_-1206162659', u'CBRANCH_-1206162657'), (u'INDIRECT_-1206158507', u'MULTIEQUAL_-1206158441'), (u'STORE_-1206162545', u'INDIRECT_-1206158055'), ('const-6', u'PTRADD_-1206156489'), (u'CALL_-1206161774', u'INDIRECT_-1206156918'), (u'INDIRECT_-1206158093', u'MULTIEQUAL_-1206158027'), (u'MULTIEQUAL_-1206158150', u'MULTIEQUAL_-1206157539'), (u'CALL_-1206161471', u'INDIRECT_-1206157522'), (u'MULTIEQUAL_-1206157287', u'MULTIEQUAL_-1206158094'), (u'CALL_-1206162732', u'INDIRECT_-1206157593'), (u'CALL_-1206162688', u'INDIRECT_-1206157706'), (u'MULTIEQUAL_-1206157718', u'COPY_-1206157799'), (u'CALL_-1206162732', u'INDIRECT_-1206157662'), (u'INDIRECT_-1206157994', u'MULTIEQUAL_-1206157982'), (u'MULTIEQUAL_-1206157352', u'MULTIEQUAL_-1206158237'), (u'CALL_-1206162464', u'INDIRECT_-1206157232'), (u'PTRSUB_-1206157069', u'LOAD_-1206162638'), (u'MULTIEQUAL_-1206156302', u'MULTIEQUAL_-1206158090'), (u'MULTIEQUAL_-1206156306', u'MULTIEQUAL_-1206158451'), (u'CALL_-1206162812', u'INDIRECT_-1206158621'), (u'INDIRECT_-1206158016', u'MULTIEQUAL_-1206157966'), (u'INDIRECT_-1206157163', u'MULTIEQUAL_-1206157345'), (u'CALL_-1206162477', u'INDIRECT_-1206158650'), (u'INDIRECT_-1206157798', u'MULTIEQUAL_-1206157738'), (u'MULTIEQUAL_-1206160129', u'MULTIEQUAL_-1206157501'), (u'CALL_-1206162555', u'INDIRECT_-1206158958'), ('const-417', u'STORE_-1206161195'), (u'CALL_-1206162732', u'INDIRECT_-1206159020'), ('const-417', u'STORE_-1206162516'), (u'INDIRECT_-1206157649', u'MULTIEQUAL_-1206157637'), (u'STORE_-1206161195', u'INDIRECT_-1206156645'), (u'INDIRECT_-1206157056', u'MULTIEQUAL_-1206156970'), (u'CALL_-1206162688', u'INDIRECT_-1206158465'), (u'CALL_-1206163431', u'INDIRECT_-1206158860'), (u'MULTIEQUAL_-1206157887', u'MULTIEQUAL_-1206157284'), (u'LOAD_-1206162763', u'CALLIND_-1206162753'), (u'MULTIEQUAL_-1206156318', u'MULTIEQUAL_-1206159521'), (u'CALL_-1206162688', u'INDIRECT_-1206159019'), (u'INDIRECT_-1206157951', u'MULTIEQUAL_-1206157538'), (u'MULTIEQUAL_-1206159143', u'MULTIEQUAL_-1206157551'), (u'STORE_-1206161195', u'INDIRECT_-1206157404'), (u'CALL_-1206161680', u'INDIRECT_-1206157772'), (u'INDIRECT_-1206156956', u'MULTIEQUAL_-1206157138'), (u'INDIRECT_-1206158816', u'MULTIEQUAL_-1206157291'), (u'CALL_-1206162616', u'INDIRECT_-1206159114'), (u'MULTIEQUAL_-1206157404', u'MULTIEQUAL_-1206157277'), (u'INDIRECT_-1206158327', u'MULTIEQUAL_-1206158382'), (u'CALL_-1206162588', u'INDIRECT_-1206157977'), (u'CALL_-1206163431', u'INT_EQUAL_-1206163405'), (u'INT_EQUAL_-1206162902', u'CBRANCH_-1206162898'), (u'INDIRECT_-1206157948', u'MULTIEQUAL_-1206157925'), (u'STORE_-1206162567', u'INDIRECT_-1206157653'), (u'MULTIEQUAL_-1206157108', u'MULTIEQUAL_-1206157107'), (u'INDIRECT_-1206158306', u'MULTIEQUAL_-1206156317'), (u'INDIRECT_-1206158730', u'MULTIEQUAL_-1206157911'), (u'CALL_-1206161774', u'INDIRECT_-1206157263'), ('const-44', u'PTRSUB_-1206157400'), (u'STORE_-1206162723', u'INDIRECT_-1206157067'), ('const-417', u'LOAD_-1206162784'), (u'LOAD_-1206162795', u'PTRADD_-1206162757'), (u'MULTIEQUAL_-1206157113', u'MULTIEQUAL_-1206157534'), (u'CALL_-1206162555', u'INDIRECT_-1206158706'), ('tmp_20306', u'PTRSUB_-1206157740'), (u'INDIRECT_-1206157533', u'MULTIEQUAL_-1206157276'), (u'MULTIEQUAL_-1206158357', u'MULTIEQUAL_-1206157665'), (u'INDIRECT_-1206157340', u'MULTIEQUAL_-1206157335'), (u'CALL_-1206161954', u'INDIRECT_-1206157342'), (u'CALL_-1206162464', u'INDIRECT_-1206157025'), ('const-3', u'INT_AND_-1206160259'), (u'CALL_-1206162750', u'INDIRECT_-1206158116'), (u'PTRADD_-1206156513', u'LOAD_-1206161242'), (u'INDIRECT_-1206158881', u'MULTIEQUAL_-1206158807'), ('const-1852896', u'PTRSUB_-1206156829'), (u'CAST_-1206157031', u'STORE_-1206162561'), (u'INDIRECT_-1206157742', u'MULTIEQUAL_-1206157665'), (u'LOAD_-1206162711', u'INT_ADD_-1206162553'), (u'INDIRECT_-1206157232', u'MULTIEQUAL_-1206157414'), (u'STORE_-1206162697', u'INDIRECT_-1206157120'), (u'CALL_-1206161680', u'INDIRECT_-1206157634'), (u'INDIRECT_-1206158154', u'MULTIEQUAL_-1206158359'), ('const-417', u'LOAD_-1206162801'), (u'CALL_-1206161490', u'INDIRECT_-1206158117'), (u'CALLIND_-1206162753', u'INDIRECT_-1206157601'), (u'PTRSUB_-1206156686', u'PTRSUB_-1206156843'), (u'INDIRECT_-1206157257', u'MULTIEQUAL_-1206157462'), (u'CALL_-1206162555', u'INDIRECT_-1206157825'), (u'MULTIEQUAL_-1206157453', u'MULTIEQUAL_-1206157452'), (u'INDIRECT_-1206156902', u'MULTIEQUAL_-1206156814'), (u'INDIRECT_-1206157013', u'MULTIEQUAL_-1206157892'), ('const-1850728', u'PTRSUB_-1206156467'), (u'STORE_-1206162710', u'INDIRECT_-1206157818'), (u'CALL_-1206162750', u'INDIRECT_-1206158979'), (u'INDIRECT_-1206158099', u'MULTIEQUAL_-1206158094'), (u'PTRSUB_-1206156589', u'LOAD_-1206161413'), (u'CALL_-1206163431', u'INDIRECT_-1206159112'), (u'INDIRECT_-1206157511', u'PTRADD_-1206161063'), ('const-132', u'PTRSUB_-1206157413'), (u'LOAD_-1206162684', u'INT_LESS_-1206162585'), ('const-0', u'STORE_-1206162655'), (u'MULTIEQUAL_-1206159710', u'STORE_-1206162749'), (u'INT_ADD_-1206162695', u'CAST_-1206157091'), ('const-0', u'INT_EQUAL_-1206163760'), (u'MULTIEQUAL_-1206158633', u'MULTIEQUAL_-1206157941'), (u'CALL_-1206161471', u'INDIRECT_-1206158667'), (u'CALL_-1206161967', u'INDIRECT_-1206158622'), (u'CALL_-1206161954', u'INDIRECT_-1206156997'), (u'INDIRECT_-1206157729', u'MULTIEQUAL_-1206157628'), (u'INDIRECT_-1206157259', u'MULTIEQUAL_-1206157874'), ('const-417', u'STORE_-1206162697'), (u'INT_NOTEQUAL_-1206162692', u'CBRANCH_-1206162692'), (u'CALL_-1206162750', u'INDIRECT_-1206158790'), (u'MULTIEQUAL_-1206158633', u'MULTIEQUAL_-1206157547'), (u'MULTIEQUAL_-1206157076', u'MULTIEQUAL_-1206157961'), ('tmp_16534', u'MULTIEQUAL_-1206157906'), (u'STORE_-1206161148', u'INDIRECT_-1206157097'), (u'CALLIND_-1206162753', u'INDIRECT_-1206159217'), (u'MULTIEQUAL_-1206157729', u'MULTIEQUAL_-1206157728'), (u'MULTIEQUAL_-1206158596', u'MULTIEQUAL_-1206158596'), ('const-48', u'INT_ADD_-1206162656'), (u'MULTIEQUAL_-1206157290', u'MULTIEQUAL_-1206158232'), (u'INDIRECT_-1206157246', u'MULTIEQUAL_-1206157186'), (u'LOAD_-1206162818', u'INT_NOTEQUAL_-1206162802'), (u'CALL_-1206163431', u'INDIRECT_-1206157541'), (u'CALL_-1206162851', u'INDIRECT_-1206157205'), (u'INDIRECT_-1206159145', u'MULTIEQUAL_-1206159206'), (u'MULTIEQUAL_-1206157545', u'CALL_-1206163431'), (u'INDIRECT_-1206158503', u'MULTIEQUAL_-1206159121'), ('const-252', u'INT_AND_-1206159993'), (u'CALL_-1206162688', u'INDIRECT_-1206158189'), (u'STORE_-1206162526', u'INDIRECT_-1206157840'), (u'INDIRECT_-1206157525', u'MULTIEQUAL_-1206157504'), (u'MULTIEQUAL_-1206157421', u'MULTIEQUAL_-1206158306'), (u'INDIRECT_-1206158369', u'MULTIEQUAL_-1206156318'), ('const-84', u'INT_ADD_-1206162695'), (u'CALL_-1206162688', u'INDIRECT_-1206159523'), (u'CALL_-1206162750', u'INDIRECT_-1206157357'), (u'CALL_-1206162477', u'INDIRECT_-1206158272'), (u'MULTIEQUAL_-1206157549', u'MULTIEQUAL_-1206159017'), (u'CALL_-1206162812', u'INDIRECT_-1206157050'), (u'MULTIEQUAL_-1206159058', u'MULTIEQUAL_-1206157549'), (u'PTRADD_-1206156928', u'CAST_-1206156728'), (u'INDIRECT_-1206157675', u'MULTIEQUAL_-1206157534'), ('const-0', u'PTRSUB_-1206157325'), (u'INDIRECT_-1206157815', u'MULTIEQUAL_-1206157729'), ('tmp_16538', u'MULTIEQUAL_-1206157910'), (u'STORE_-1206161148', u'INDIRECT_-1206156683'), (u'STORE_-1206162526', u'INDIRECT_-1206157495'), ('const-24', u'PTRSUB_-1206156843'), (u'CALL_-1206161967', u'CAST_-1206156522'), (u'CALL_-1206162778', u'INDIRECT_-1206158518'), (u'INDIRECT_-1206156697', u'MULTIEQUAL_-1206156676'), (u'INDIRECT_-1206156525', u'MULTIEQUAL_-1206156831'), (u'LOAD_-1206162678', u'INT_LESSEQUAL_-1206162617'), (u'INDIRECT_-1206158123', u'MULTIEQUAL_-1206156302'), (u'CALL_-1206162851', u'INDIRECT_-1206157688'), (u'CALL_-1206161518', u'INDIRECT_-1206158078'), (u'INDIRECT_-1206158507', u'MULTIEQUAL_-1206158718'), (u'MULTIEQUAL_-1206157805', u'MULTIEQUAL_-1206157534'), (u'INDIRECT_-1206158478', u'MULTIEQUAL_-1206158429'), (u'CALL_-1206162464', u'INDIRECT_-1206158263'), (u'INT_NOTEQUAL_-1206161507', u'CBRANCH_-1206161507'), ('const-44', u'INT_ADD_-1206162512'), (u'COPY_-1206157324', u'MULTIEQUAL_-1206157289'), (u'LOAD_-1206163775', u'INT_EQUAL_-1206163760'), ('const-417', u'LOAD_-1206161242'), (u'MULTIEQUAL_-1206159837', u'INT_NOTEQUAL_-1206162760'), ('const-2129920', u'INT_OR_-1206162521'), (u'STORE_-1206162526', u'INDIRECT_-1206157357'), (u'INDIRECT_-1206156684', u'MULTIEQUAL_-1206156297'), (u'INDIRECT_-1206157418', u'MULTIEQUAL_-1206157404'), (u'INDIRECT_-1206158541', u'MULTIEQUAL_-1206157908'), (u'INDIRECT_-1206158434', u'MULTIEQUAL_-1206157546'), (u'INDIRECT_-1206157121', u'MULTIEQUAL_-1206157044'), (u'STORE_-1206162655', u'INDIRECT_-1206158123'), ('const-289888', u'PTRSUB_-1206156800'), ('const-0', u'INT_NOTEQUAL_-1206162692'), ('const-1', u'PTRADD_-1206162757'), (u'INDIRECT_-1206158189', u'MULTIEQUAL_-1206158244'), (u'PTRSUB_-1206156843', u'PTRSUB_-1206156842'), (u'CALL_-1206162688', u'INDIRECT_-1206157775'), (u'MULTIEQUAL_-1206156305', u'MULTIEQUAL_-1206158382'), (u'INDIRECT_-1206159011', u'MULTIEQUAL_-1206159222'), (u'MULTIEQUAL_-1206159332', u'MULTIEQUAL_-1206157554'), (u'CALL_-1206162588', u'INDIRECT_-1206158783'), (u'INDIRECT_-1206157098', u'MULTIEQUAL_-1206156303'), (u'CALL_-1206162555', u'INDIRECT_-1206158643'), (u'CALL_-1206162778', u'INDIRECT_-1206157828'), (u'PTRSUB_-1206156842', u'LOAD_-1206161469'), (u'CALL_-1206162678', u'INDIRECT_-1206157326'), (u'CALL_-1206162862', u'INDIRECT_-1206158779'), (u'INDIRECT_-1206157672', u'MULTIEQUAL_-1206157649'), (u'STORE_-1206161290', u'INDIRECT_-1206156697'), (u'STORE_-1206163289', u'INDIRECT_-1206157533'), (u'CALL_-1206162688', u'INDIRECT_-1206158327'), (u'LOAD_-1206162914', u'CAST_-1206157007'), (u'CALL_-1206162477', u'INDIRECT_-1206157172'), ('const-417', u'LOAD_-1206163893'), (u'CALL_-1206162616', u'INDIRECT_-1206159240'), ('const-40', u'PTRSUB_-1206156816'), (u'INDIRECT_-1206158108', u'MULTIEQUAL_-1206158094'), (u'CALL_-1206161490', u'INDIRECT_-1206157928'), (u'INT_EQUAL_-1206162854', u'CBRANCH_-1206162850'), (u'INT_ADD_-1206162553', u'CAST_-1206157035'), (u'CALL_-1206161954', u'INDIRECT_-1206157756'), (u'MULTIEQUAL_-1206156313', u'MULTIEQUAL_-1206159121'), (u'MULTIEQUAL_-1206157787', u'COPY_-1206157868'), (u'LOAD_-1206163854', u'MULTIEQUAL_-1206156868'), (u'STORE_-1206163323', u'INDIRECT_-1206158099'), ('const-0', u'PTRSUB_-1206157116'), (u'INDIRECT_-1206159303', u'MULTIEQUAL_-1206157555'), ('tmp_16535', u'MULTIEQUAL_-1206157907'), (u'INDIRECT_-1206158085', u'MULTIEQUAL_-1206157284'), (u'CALL_-1206162812', u'INDIRECT_-1206157326'), (u'CALL_-1206162862', u'INT_ADD_-1206162656'), ('const-4', u'PTRADD_-1206156452'), (u'CAST_-1206157200', u'STORE_-1206163289'), (u'MULTIEQUAL_-1206157534', u'CALL_-1206163431'), (u'MULTIEQUAL_-1206157276', u'MULTIEQUAL_-1206157235'), ('const-0', u'COPY_-1206157979'), (u'INDIRECT_-1206159523', u'MULTIEQUAL_-1206159584'), (u'MULTIEQUAL_-1206158555', u'MULTIEQUAL_-1206157552'), (u'MULTIEQUAL_-1206157501', u'MULTIEQUAL_-1206157501'), (u'INDIRECT_-1206158231', u'MULTIEQUAL_-1206158165'), (u'CALL_-1206161518', u'INDIRECT_-1206158582'), (u'MULTIEQUAL_-1206157910', u'MULTIEQUAL_-1206159458'), (u'INDIRECT_-1206158020', u'MULTIEQUAL_-1206157539'), (u'INDIRECT_-1206157535', u'MULTIEQUAL_-1206157458'), ('tmp_249', u'CBRANCH_-1206163786'), (u'INDIRECT_-1206157258', u'MULTIEQUAL_-1206157235'), (u'CALL_-1206161518', u'INDIRECT_-1206157449'), (u'STORE_-1206162561', u'INDIRECT_-1206157304'), (u'INDIRECT_-1206159366', u'MULTIEQUAL_-1206157556'), (u'MULTIEQUAL_-1206157028', u'COPY_-1206157109'), (u'STORE_-1206163289', u'INDIRECT_-1206157464'), (u'CAST_-1206156483', u'PTRADD_-1206156485'), (u'CALL_-1206162688', u'INT_EQUAL_-1206162659'), (u'CALL_-1206161490', u'INDIRECT_-1206158306'), (u'INDIRECT_-1206157411', u'MULTIEQUAL_-1206157669'), ('const-417', u'LOAD_-1206161412'), (u'PTRADD_-1206156316', u'INT_NOTEQUAL_-1206161475'), (u'MULTIEQUAL_-1206157943', u'MULTIEQUAL_-1206157251'), (u'INDIRECT_-1206158456', u'MULTIEQUAL_-1206158533'), ('const-417', u'STORE_-1206161111'), (u'INDIRECT_-1206157236', u'MULTIEQUAL_-1206156305'), ('const-384', u'PTRADD_-1206161063'), (u'INDIRECT_-1206157328', u'MULTIEQUAL_-1206157943'), (u'STORE_-1206162655', u'INDIRECT_-1206158054'), (u'INT_OR_-1206159988', u'STORE_-1206161290'), (u'INDIRECT_-1206157523', u'MULTIEQUAL_-1206157435'), (u'MULTIEQUAL_-1206157941', u'MULTIEQUAL_-1206157547'), (u'STORE_-1206162736', u'INDIRECT_-1206157834'), (u'CALL_-1206161954', u'INDIRECT_-1206158676'), ('tmp_3658', u'CBRANCH_-1206161458'), (u'COPY_-1206157265', u'CALL_-1206162862'), (u'INDIRECT_-1206158399', u'MULTIEQUAL_-1206156306'), ('const-16', u'PTRSUB_-1206157312'), (u'MULTIEQUAL_-1206158591', u'MULTIEQUAL_-1206157291'), (u'CALL_-1206163431', u'INDIRECT_-1206158024'), (u'MULTIEQUAL_-1206157296', u'MULTIEQUAL_-1206158906'), (u'CALL_-1206161518', u'CAST_-1206156483'), (u'CALL_-1206162588', u'INDIRECT_-1206157701'), (u'INDIRECT_-1206156759', u'MULTIEQUAL_-1206156832'), (u'INT_ADD_-1206162656', u'CAST_-1206157071'), (u'CALL_-1206162555', u'INDIRECT_-1206157273'), (u'CALL_-1206162027', u'INDIRECT_-1206158692'), (u'CALL_-1206162851', u'INDIRECT_-1206157412'), (u'MULTIEQUAL_-1206159499', u'MULTIEQUAL_-1206158807'), (u'CAST_-1206156483', u'CAST_-1206156410'), ('tmp_20315', u'MULTIEQUAL_-1206157352'), (u'CALL_-1206162678', u'INDIRECT_-1206157671'), (u'INDIRECT_-1206156973', u'MULTIEQUAL_-1206156952'), ('const-0', u'INT_EQUAL_-1206163787'), (u'INDIRECT_-1206157304', u'MULTIEQUAL_-1206157292'), (u'INDIRECT_-1206158415', u'MULTIEQUAL_-1206157906'), (u'INT_LESS_-1206162585', u'INT_ZEXT_-1206162572'), (u'CALL_-1206161954', u'INDIRECT_-1206156859'), (u'MULTIEQUAL_-1206157697', u'MULTIEQUAL_-1206158582'), (u'CALL_-1206162862', u'INDIRECT_-1206157409'), (u'CALL_-1206162555', u'INDIRECT_-1206158454'), (u'CALL_-1206161471', u'INDIRECT_-1206158793'), (u'MULTIEQUAL_-1206161423', u'CALL_-1206162616'), (u'LOAD_-1206161280', u'MULTIEQUAL_-1206158659'), ('tmp_20307', u'COPY_-1206156782'), (u'PTRADD_-1206156316', u'MULTIEQUAL_-1206161423'), (u'CALL_-1206161680', u'INDIRECT_-1206158635'), (u'LOAD_-1206162795', u'INT_ADD_-1206162756'), (u'MULTIEQUAL_-1206158744', u'MULTIEQUAL_-1206157555'), (u'CAST_-1206157091', u'LOAD_-1206162711'), (u'STORE_-1206162817', u'INDIRECT_-1206158093'), (u'CALL_-1206162555', u'INDIRECT_-1206157963'), (u'STORE_-1206163344', u'INDIRECT_-1206158112'), (u'CALL_-1206162812', u'INDIRECT_-1206157602'), (u'CAST_-1206156936', u'CALLIND_-1206162753'), (u'INDIRECT_-1206157985', u'MULTIEQUAL_-1206156300'), (u'INDIRECT_-1206157869', u'MULTIEQUAL_-1206157775'), (u'MULTIEQUAL_-1206159395', u'MULTIEQUAL_-1206159373'), ('const-16', u'PTRSUB_-1206156852'), (u'INDIRECT_-1206157709', u'MULTIEQUAL_-1206156296'), (u'INDIRECT_-1206157894', u'MULTIEQUAL_-1206158152'), ('tmp_16533', u'MULTIEQUAL_-1206158303'), (u'CALL_-1206162862', u'INDIRECT_-1206158099'), (u'COPY_-1206156743', u'CALL_-1206161518'), (u'INDIRECT_-1206157332', u'MULTIEQUAL_-1206157246'), (u'INDIRECT_-1206158162', u'MULTIEQUAL_-1206158096'), (u'INT_EQUAL_-1206162645', u'CBRANCH_-1206162643'), (u'CALL_-1206162750', u'INDIRECT_-1206157771'), (u'COPY_-1206157579', u'MULTIEQUAL_-1206157540'), (u'CALL_-1206163431', u'INDIRECT_-1206157817'), ('const-3', u'PTRADD_-1206156513'), ('tmp_20311', u'MULTIEQUAL_-1206157117'), (u'PTRSUB_-1206157632', u'LOAD_-1206162875'), (u'STORE_-1206162567', u'INDIRECT_-1206157584'), (u'CALL_-1206162588', u'INDIRECT_-1206157287'), (u'MULTIEQUAL_-1206157660', u'MULTIEQUAL_-1206157659'), (u'MULTIEQUAL_-1206158564', u'MULTIEQUAL_-1206157546'), (u'INDIRECT_-1206157289', u'MULTIEQUAL_-1206158168'), (u'INDIRECT_-1206157718', u'MULTIEQUAL_-1206157706'), (u'CALL_-1206161518', u'INDIRECT_-1206157518'), (u'CALL_-1206163327', u'INDIRECT_-1206157497'), (u'MULTIEQUAL_-1206157541', u'MULTIEQUAL_-1206158175'), ('const-417', u'LOAD_-1206162684'), (u'STORE_-1206162723', u'INDIRECT_-1206157136'), (u'CAST_-1206156865', u'CALL_-1206162555'), ('const-417', u'LOAD_-1206162638'), (u'MULTIEQUAL_-1206157540', u'PTRSUB_-1206157621'), (u'STORE_-1206162749', u'INDIRECT_-1206157083'), (u'CALL_-1206161518', u'INDIRECT_-1206158456'), (u'MULTIEQUAL_-1206158444', u'MULTIEQUAL_-1206158426'), ('tmp_20307', u'MULTIEQUAL_-1206157766'), (u'CALL_-1206162812', u'INDIRECT_-1206158016'), (u'CALL_-1206162464', u'INDIRECT_-1206157784'), (u'INDIRECT_-1206158446', u'MULTIEQUAL_-1206159332'), (u'INDIRECT_-1206157188', u'MULTIEQUAL_-1206157393'), (u'MULTIEQUAL_-1206157736', u'MULTIEQUAL_-1206157533'), (u'MULTIEQUAL_-1206158375', u'MULTIEQUAL_-1206158357'), ('tmp_16541', u'MULTIEQUAL_-1206158807'), (u'CALL_-1206162851', u'INDIRECT_-1206157895'), (u'CALL_-1206162778', u'INDIRECT_-1206158311'), (u'PTRADD_-1206156912', u'STORE_-1206162723'), (u'CALL_-1206162588', u'INDIRECT_-1206158909'), (u'INDIRECT_-1206157746', u'MULTIEQUAL_-1206157660'), (u'MULTIEQUAL_-1206157818', u'MULTIEQUAL_-1206157283'), (u'MULTIEQUAL_-1206157759', u'MULTIEQUAL_-1206157718'), (u'LOAD_-1206162711', u'INT_ADD_-1206162662'), (u'STORE_-1206163323', u'INDIRECT_-1206158237'), (u'MULTIEQUAL_-1206157872', u'MULTIEQUAL_-1206157546'), (u'INDIRECT_-1206158957', u'MULTIEQUAL_-1206158843'), (u'MULTIEQUAL_-1206158933', u'MULTIEQUAL_-1206157558'), ('const-48', u'INT_ADD_-1206162785'), (u'CALLIND_-1206162753', u'INDIRECT_-1206158902'), ('const-0', u'COPY_-1206162031'), (u'STORE_-1206161195', u'INDIRECT_-1206157266'), (u'CALL_-1206162588', u'INDIRECT_-1206158046'), (u'INT_ADD_-1206161362', u'CAST_-1206156417'), (u'MULTIEQUAL_-1206157956', u'MULTIEQUAL_-1206157285'), ('const-0', u'INT_NOTEQUAL_-1206161475'), (u'CALL_-1206162862', u'INDIRECT_-1206158590'), (u'STORE_-1206161195', u'INDIRECT_-1206156714'), (u'INDIRECT_-1206158465', u'MULTIEQUAL_-1206158520'), (u'LOAD_-1206161378', u'CALLIND_-1206161368'), ('const-288265', u'COPY_-1206163950'), (u'CALL_-1206162678', u'INDIRECT_-1206157533'), (u'INDIRECT_-1206157867', u'MULTIEQUAL_-1206157807'), (u'INDIRECT_-1206157646', u'MULTIEQUAL_-1206157828'), (u'INDIRECT_-1206159576', u'MULTIEQUAL_-1206159499'), (u'PTRSUB_-1206157006', u'PTRSUB_-1206157189'), ('tmp_16539', u'MULTIEQUAL_-1206157911'), (u'CAST_-1206156536', u'CALL_-1206162464'), (u'INDIRECT_-1206159051', u'MULTIEQUAL_-1206157551'), (u'STORE_-1206162561', u'INDIRECT_-1206157442'), (u'INDIRECT_-1206157125', u'MULTIEQUAL_-1206157039'), (u'STORE_-1206163344', u'INDIRECT_-1206157698'), (u'MULTIEQUAL_-1206158513', u'MULTIEQUAL_-1206158495'), (u'INDIRECT_-1206158173', u'MULTIEQUAL_-1206158090'), (u'INDIRECT_-1206157610', u'MULTIEQUAL_-1206157544'), (u'MULTIEQUAL_-1206158218', u'MULTIEQUAL_-1206158218'), (u'INDIRECT_-1206157800', u'MULTIEQUAL_-1206157706'), (u'CALL_-1206161774', u'INDIRECT_-1206156987'), (u'INDIRECT_-1206157778', u'MULTIEQUAL_-1206156297'), (u'INDIRECT_-1206158615', u'MULTIEQUAL_-1206158533'), (u'MULTIEQUAL_-1206159304', u'MULTIEQUAL_-1206157299'), (u'STORE_-1206162516', u'INDIRECT_-1206157349'), (u'INDIRECT_-1206159460', u'MULTIEQUAL_-1206156318'), (u'CALL_-1206161680', u'INDIRECT_-1206157013'), (u'STORE_-1206162516', u'INDIRECT_-1206157625'), (u'MULTIEQUAL_-1206157913', u'MULTIEQUAL_-1206159647'), (u'INDIRECT_-1206157189', u'MULTIEQUAL_-1206157166'), (u'INDIRECT_-1206157470', u'CALL_-1206161518'), ('tmp_20320', u'MULTIEQUAL_-1206157835'), (u'INDIRECT_-1206157082', u'MULTIEQUAL_-1206157961'), (u'INDIRECT_-1206157897', u'MULTIEQUAL_-1206157814'), (u'MULTIEQUAL_-1206158969', u'MULTIEQUAL_-1206157297'), (u'INDIRECT_-1206156982', u'MULTIEQUAL_-1206156959'), (u'INDIRECT_-1206158768', u'MULTIEQUAL_-1206158654'), ('const-417', u'STORE_-1206162545'), (u'INDIRECT_-1206157809', u'MULTIEQUAL_-1206158014'), (u'STORE_-1206162655', u'INDIRECT_-1206158192'), (u'MULTIEQUAL_-1206159458', u'MULTIEQUAL_-1206157556'), (u'INT_OR_-1206162521', u'STORE_-1206162545'), (u'MULTIEQUAL_-1206157000', u'MULTIEQUAL_-1206156959'), (u'CALL_-1206162688', u'INDIRECT_-1206158603'), (u'INDIRECT_-1206158363', u'MULTIEQUAL_-1206158281'), (u'CALL_-1206162616', u'INDIRECT_-1206157813'), (u'INDIRECT_-1206158570', u'MULTIEQUAL_-1206158781'), (u'CALL_-1206162750', u'INDIRECT_-1206157909'), (u'CALL_-1206162616', u'INDIRECT_-1206157675'), (u'INDIRECT_-1206157740', u'MULTIEQUAL_-1206157279'), (u'PTRADD_-1206162757', u'STORE_-1206162817'), (u'MULTIEQUAL_-1206157288', u'MULTIEQUAL_-1206158163'), (u'INDIRECT_-1206157591', u'MULTIEQUAL_-1206157531'), (u'CAST_-1206157379', u'MULTIEQUAL_-1206161423'), ('const-0', u'INT_EQUAL_-1206162786'), (u'PTRSUB_-1206157403', u'LOAD_-1206162849'), (u'INDIRECT_-1206157273', u'MULTIEQUAL_-1206157531'), (u'STORE_-1206161111', u'INDIRECT_-1206156801'), (u'MULTIEQUAL_-1206157613', u'MULTIEQUAL_-1206157277'), (u'CALL_-1206162555', u'INDIRECT_-1206158769'), (u'CALL_-1206162027', u'INDIRECT_-1206158440'), (u'STORE_-1206162723', u'INDIRECT_-1206157757'), (u'STORE_-1206162749', u'INDIRECT_-1206157152'), (u'CALL_-1206162812', u'INT_EQUAL_-1206162786'), (u'CALL_-1206162464', u'INDIRECT_-1206156956'), (u'CALL_-1206162862', u'INT_ADD_-1206162779'), (u'PTRSUB_-1206157093', u'LOAD_-1206162692'), (u'INDIRECT_-1206158550', u'MULTIEQUAL_-1206159241'), (u'CALL_-1206162778', u'INDIRECT_-1206159324'), (u'INDIRECT_-1206157878', u'MULTIEQUAL_-1206157828'), (u'CAST_-1206156462', u'LOAD_-1206161479'), ('tmp_20310', u'MULTIEQUAL_-1206157007'), (u'MULTIEQUAL_-1206158429', u'MULTIEQUAL_-1206157550'), (u'MULTIEQUAL_-1206157554', u'MULTIEQUAL_-1206159332'), (u'MULTIEQUAL_-1206156302', u'MULTIEQUAL_-1206158175'), (u'CALL_-1206162678', u'INDIRECT_-1206159011'), (u'MULTIEQUAL_-1206157527', u'MULTIEQUAL_-1206157541'), (u'CALL_-1206162477', u'INDIRECT_-1206157724'), (u'MULTIEQUAL_-1206156312', u'MULTIEQUAL_-1206159143'), (u'CALL_-1206162851', u'INDIRECT_-1206158512'), (u'LOAD_-1206161413', u'PTRSUB_-1206156585'), (u'CALL_-1206161518', u'INDIRECT_-1206157656'), (u'COPY_-1206157284', u'MULTIEQUAL_-1206157289'), (u'STORE_-1206162697', u'INDIRECT_-1206157189'), (u'STORE_-1206162526', u'INDIRECT_-1206157426'), (u'STORE_-1206162655', u'INDIRECT_-1206157709'), (u'INDIRECT_-1206157384', u'MULTIEQUAL_-1206157283'), (u'INDIRECT_-1206157938', u'MULTIEQUAL_-1206157844'), (u'MULTIEQUAL_-1206156307', u'MULTIEQUAL_-1206158435'), (u'STORE_-1206162697', u'INDIRECT_-1206157810'), (u'INDIRECT_-1206157025', u'MULTIEQUAL_-1206157207'), (u'MULTIEQUAL_-1206157558', u'MULTIEQUAL_-1206159584'), (u'CALL_-1206162750', u'INDIRECT_-1206157564'), (u'MULTIEQUAL_-1206158357', u'MULTIEQUAL_-1206157543'), (u'INDIRECT_-1206157748', u'MULTIEQUAL_-1206157682'), ('const-417', u'LOAD_-1206162672'), ('tmp_20313', u'MULTIEQUAL_-1206157255'), (u'INDIRECT_-1206158289', u'MULTIEQUAL_-1206157904'), (u'STORE_-1206162567', u'INDIRECT_-1206157791'), (u'INDIRECT_-1206158705', u'MULTIEQUAL_-1206158591'), (u'CALL_-1206161490', u'INDIRECT_-1206157167'), ('tmp_16537', u'MULTIEQUAL_-1206157909'), (u'INDIRECT_-1206159238', u'MULTIEQUAL_-1206159178'), (u'STORE_-1206162545', u'INDIRECT_-1206157986'), (u'CALL_-1206161680', u'INDIRECT_-1206158761'), (u'CALL_-1206161518', u'INDIRECT_-1206156828'), (u'INDIRECT_-1206158667', u'MULTIEQUAL_-1206157910'), (u'STORE_-1206162817', u'INDIRECT_-1206157748'), (u'INDIRECT_-1206157879', u'MULTIEQUAL_-1206157856'), (u'STORE_-1206162567', u'INDIRECT_-1206158274'), (u'INDIRECT_-1206158831', u'MULTIEQUAL_-1206158717'), (u'STORE_-1206162516', u'INDIRECT_-1206157694'), ('const-2', u'PTRADD_-1206156521'), (u'INT_ADD_-1206162785', u'CAST_-1206156962'), (u'INDIRECT_-1206157151', u'MULTIEQUAL_-1206158030'), (u'INDIRECT_-1206158944', u'MULTIEQUAL_-1206158870'), (u'MULTIEQUAL_-1206158906', u'MULTIEQUAL_-1206157296'), (u'CALL_-1206161471', u'INDIRECT_-1206157108'), (u'INDIRECT_-1206158956', u'MULTIEQUAL_-1206156310'), ('const-417', u'LOAD_-1206162652'), (u'INDIRECT_-1206158478', u'MULTIEQUAL_-1206157907'), (u'CALL_-1206162862', u'INT_ADD_-1206162695'), (u'MULTIEQUAL_-1206157235', u'COPY_-1206157316'), (u'INDIRECT_-1206158257', u'MULTIEQUAL_-1206159143'), (u'INDIRECT_-1206157593', u'MULTIEQUAL_-1206157499'), (u'INDIRECT_-1206157443', u'MULTIEQUAL_-1206156308'), (u'CALL_-1206162464', u'INDIRECT_-1206157439'), (u'STORE_-1206161195', u'INDIRECT_-1206156852'), (u'STORE_-1206162561', u'INDIRECT_-1206158201'), (u'INT_ADD_-1206162779', u'CAST_-1206156958'), (u'STORE_-1206163323', u'INDIRECT_-1206157961'), (u'CALL_-1206162588', u'INDIRECT_-1206157149'), ('const-4', u'PTRADD_-1206156529'), (u'CALL_-1206162851', u'INDIRECT_-1206157274'), (u'STORE_-1206163289', u'INDIRECT_-1206157809'), (u'CALL_-1206162851', u'INDIRECT_-1206157481'), (u'CAST_-1206157035', u'STORE_-1206162567'), (u'STORE_-1206162567', u'INDIRECT_-1206157446'), ('tmp_2524', u'BRANCH_-1206161939'), (u'LOAD_-1206162692', u'CALL_-1206162678'), (u'MULTIEQUAL_-1206157177', u'MULTIEQUAL_-1206157176'), (u'STORE_-1206162567', u'INDIRECT_-1206157308'), (u'INDIRECT_-1206158283', u'MULTIEQUAL_-1206158189'), (u'INDIRECT_-1206157242', u'PTRSUB_-1206156589'), (u'MULTIEQUAL_-1206159206', u'MULTIEQUAL_-1206159184'), (u'INDIRECT_-1206159301', u'MULTIEQUAL_-1206159241'), (u'STORE_-1206162561', u'INDIRECT_-1206157856'), (u'INDIRECT_-1206156997', u'MULTIEQUAL_-1206157682'), (u'MULTIEQUAL_-1206156295', u'MULTIEQUAL_-1206157692'), ('const-4', u'PTRADD_-1206156457'), (u'INDIRECT_-1206158087', u'MULTIEQUAL_-1206158702'), (u'STORE_-1206162736', u'INDIRECT_-1206157696'), (u'CALL_-1206162750', u'INDIRECT_-1206158727'), (u'INDIRECT_-1206157549', u'MULTIEQUAL_-1206158234'), (u'CALL_-1206162732', u'INDIRECT_-1206158076'), (u'INDIRECT_-1206158104', u'MULTIEQUAL_-1206158021'), (u'STORE_-1206162697', u'INDIRECT_-1206157879'), (u'STORE_-1206162526', u'INDIRECT_-1206157978'), (u'INDIRECT_-1206158793', u'MULTIEQUAL_-1206158744'), (u'CALL_-1206161967', u'INDIRECT_-1206157075'), (u'STORE_-1206161195', u'INDIRECT_-1206157059'), ('const-5', u'PTRADD_-1206156432'), (u'INT_ADD_-1206162756', u'CALL_-1206162750'), (u'MULTIEQUAL_-1206157912', u'MULTIEQUAL_-1206159584'), ('const-0', u'INT_EQUAL_-1206163698'), (u'INDIRECT_-1206156753', u'MULTIEQUAL_-1206156298'), (u'CAST_-1206156936', u'PTRADD_-1206162757'), ('const-4', u'PTRADD_-1206156497'), ('tmp_20307', u'MULTIEQUAL_-1206157807'), (u'STORE_-1206161290', u'INDIRECT_-1206156835'), (u'STORE_-1206162567', u'INDIRECT_-1206157377'), (u'MULTIEQUAL_-1206157289', u'PTRSUB_-1206157116'), (u'CALL_-1206162464', u'INDIRECT_-1206156887'), (u'CALLIND_-1206161368', u'INDIRECT_-1206157316'), (u'MULTIEQUAL_-1206156318', u'MULTIEQUAL_-1206159436'), (u'INDIRECT_-1206157422', u'MULTIEQUAL_-1206157728'), (u'INDIRECT_-1206158154', u'MULTIEQUAL_-1206157285'), (u'CALL_-1206162477', u'INDIRECT_-1206157103'), ('const-0', u'PTRSUB_-1206156800'), (u'CAST_-1206157071', u'LOAD_-1206162672'), (u'PTRADD_-1206156505', u'LOAD_-1206161229'), (u'STORE_-1206163344', u'INDIRECT_-1206157905'), (u'INDIRECT_-1206158804', u'MULTIEQUAL_-1206158722'), (u'INDIRECT_-1206157215', u'MULTIEQUAL_-1206157521'), (u'MULTIEQUAL_-1206158010', u'MULTIEQUAL_-1206157548'), (u'CALL_-1206162732', u'INDIRECT_-1206157731'), (u'INDIRECT_-1206157817', u'MULTIEQUAL_-1206157751'), (u'CAST_-1206157079', u'LOAD_-1206162684'), (u'MULTIEQUAL_-1206157275', u'MULTIEQUAL_-1206157266'), (u'INDIRECT_-1206158032', u'MULTIEQUAL_-1206158290'), (u'PTRSUB_-1206156882', u'PTRSUB_-1206157069'), ('const-417', u'STORE_-1206162736'), ('const-417', u'STORE_-1206162655'), (u'STORE_-1206161111', u'INDIRECT_-1206157284'), (u'STORE_-1206161111', u'INDIRECT_-1206156939'), (u'MULTIEQUAL_-1206158492', u'MULTIEQUAL_-1206157551'), (u'CALLIND_-1206162753', u'INDIRECT_-1206159154'), ('const-417', u'STORE_-1206162817'), (u'INDIRECT_-1206156801', u'MULTIEQUAL_-1206157107'), (u'CAST_-1206156483', u'PTRADD_-1206156457'), (u'INDIRECT_-1206157358', u'MULTIEQUAL_-1206158237'), (u'INDIRECT_-1206157936', u'MULTIEQUAL_-1206157835'), (u'INT_NOTEQUAL_-1206163231', u'CBRANCH_-1206163230'), (u'CALL_-1206162778', u'INDIRECT_-1206158449'), (u'CALL_-1206161680', u'INDIRECT_-1206158572'), (u'CALL_-1206162862', u'INT_ADD_-1206162785'), (u'CALL_-1206162851', u'INDIRECT_-1206157619'), (u'CALL_-1206161518', u'INDIRECT_-1206157104'), ('const-0', u'COPY_-1206161721'), (u'CALL_-1206161774', u'INDIRECT_-1206157815'), (u'INDIRECT_-1206157518', u'MULTIEQUAL_-1206157591'), ('const-0', u'INT_EQUAL_-1206161485'), (u'INDIRECT_-1206158948', u'MULTIEQUAL_-1206159159'), (u'CALL_-1206162616', u'INDIRECT_-1206157744'), ('const-3', u'INT_AND_-1206159999'), ('const-718771', u'COPY_-1206157265'), (u'STORE_-1206162697', u'INDIRECT_-1206157948'), (u'INDIRECT_-1206158604', u'MULTIEQUAL_-1206157909'), (u'STORE_-1206162697', u'INDIRECT_-1206156982'), (u'MULTIEQUAL_-1206156308', u'MULTIEQUAL_-1206158504'), (u'LOAD_-1206161407', u'CAST_-1206156418'), (u'STORE_-1206162561', u'INDIRECT_-1206157649'), (u'CALL_-1206162851', u'INDIRECT_-1206158638'), (u'CALL_-1206161774', u'INDIRECT_-1206157470'), (u'CALLIND_-1206162753', u'INDIRECT_-1206158291'), (u'INDIRECT_-1206157466', u'MULTIEQUAL_-1206158081'), (u'CALL_-1206161518', u'INDIRECT_-1206158519'), (u'INDIRECT_-1206157832', u'MULTIEQUAL_-1206157818'), ('const-417', u'LOAD_-1206161229'), ('tmp_16541', u'MULTIEQUAL_-1206157913'), (u'CALL_-1206162732', u'INDIRECT_-1206158768'), (u'MULTIEQUAL_-1206157943', u'MULTIEQUAL_-1206157536'), (u'MULTIEQUAL_-1206159436', u'MULTIEQUAL_-1206157555'), ('tmp_3119', u'BRANCH_-1206162019'), (u'INDIRECT_-1206158024', u'MULTIEQUAL_-1206157958'), (u'STORE_-1206163323', u'INDIRECT_-1206157892'), (u'INDIRECT_-1206157602', u'MULTIEQUAL_-1206157807'), (u'CALL_-1206162688', u'INDIRECT_-1206157982'), (u'CALLIND_-1206162753', u'INDIRECT_-1206158713'), ('const-417', u'STORE_-1206161290'), (u'CALL_-1206162812', u'INDIRECT_-1206158810'), (u'STORE_-1206163289', u'INDIRECT_-1206158430'), (u'LOAD_-1206162666', u'INT_LESS_-1206162585'), (u'LOAD_-1206161469', u'INT_NOTEQUAL_-1206161438'), (u'INDIRECT_-1206157577', u'MULTIEQUAL_-1206157759'), (u'CALL_-1206162588', u'INDIRECT_-1206158468'), (u'STORE_-1206161148', u'INDIRECT_-1206157373'), (u'CAST_-1206156307', u'LOAD_-1206161157'), (u'MULTIEQUAL_-1206158658', u'MULTIEQUAL_-1206157548'), (u'CALL_-1206162688', u'INDIRECT_-1206159334'), (u'MULTIEQUAL_-1206157251', u'MULTIEQUAL_-1206157536'), (u'INT_LESS_-1206161449', u'CBRANCH_-1206161458'), ('const-0', u'CALL_-1206162678'), (u'MULTIEQUAL_-1206159373', u'MULTIEQUAL_-1206158681'), ('const-1850728', u'PTRSUB_-1206157529'), (u'INDIRECT_-1206158879', u'MULTIEQUAL_-1206157292'), (u'PTRADD_-1206156473', u'LOAD_-1206161180'), (u'INDIRECT_-1206157284', u'MULTIEQUAL_-1206157590'), (u'MULTIEQUAL_-1206156970', u'MULTIEQUAL_-1206156969'), (u'STORE_-1206161172', u'INDIRECT_-1206156837'), (u'STORE_-1206162561', u'INDIRECT_-1206158063'), ('const-0', u'INT_EQUAL_-1206162645'), (u'MULTIEQUAL_-1206157289', u'PTRSUB_-1206156997'), (u'INDIRECT_-1206158415', u'MULTIEQUAL_-1206158366'), (u'INDIRECT_-1206158440', u'MULTIEQUAL_-1206158366'), (u'STORE_-1206162655', u'INDIRECT_-1206157985'), (u'INDIRECT_-1206157533', u'MULTIEQUAL_-1206157738'), (u'INDIRECT_-1206158018', u'MULTIEQUAL_-1206157941'), (u'INDIRECT_-1206157439', u'MULTIEQUAL_-1206157621'), (u'INDIRECT_-1206157671', u'MULTIEQUAL_-1206157278'), ('const-5', u'INT_EQUAL_-1206162854'), (u'CALL_-1206162862', u'INDIRECT_-1206157340'), (u'INDIRECT_-1206156887', u'MULTIEQUAL_-1206157069'), (u'CALL_-1206162678', u'INDIRECT_-1206158570'), (u'INDIRECT_-1206157966', u'MULTIEQUAL_-1206157883'), (u'CALL_-1206161954', u'INDIRECT_-1206158109'), (u'INDIRECT_-1206157480', u'MULTIEQUAL_-1206157738'), (u'MULTIEQUAL_-1206157874', u'MULTIEQUAL_-1206157535'), (u'STORE_-1206162736', u'INDIRECT_-1206157903'), (u'MULTIEQUAL_-1206157754', u'MULTIEQUAL_-1206157736'), (u'CALL_-1206162732', u'INDIRECT_-1206158705'), (u'STORE_-1206161290', u'INDIRECT_-1206156628'), (u'CALL_-1206163327', u'INDIRECT_-1206158049'), (u'STORE_-1206162817', u'INDIRECT_-1206157886'), (u'CALL_-1206161680', u'INDIRECT_-1206157841'), (u'CALL_-1206162732', u'INDIRECT_-1206158957'), (u'STORE_-1206163323', u'INDIRECT_-1206158444'), (u'CALLIND_-1206162753', u'INDIRECT_-1206157463'), (u'INDIRECT_-1206157731', u'MULTIEQUAL_-1206157637'), (u'CALL_-1206161471', u'INDIRECT_-1206156970'), (u'CALL_-1206162750', u'INDIRECT_-1206158185'), (u'INDIRECT_-1206157637', u'MULTIEQUAL_-1206157692'), (u'MULTIEQUAL_-1206158989', u'MULTIEQUAL_-1206157294'), (u'COPY_-1206157526', u'MULTIEQUAL_-1206157540'), (u'CAST_-1206157023', u'LOAD_-1206162548'), (u'MULTIEQUAL_-1206156299', u'MULTIEQUAL_-1206157883'), (u'MULTIEQUAL_-1206157591', u'MULTIEQUAL_-1206157590'), (u'CALL_-1206162477', u'INDIRECT_-1206158335'), (u'CALL_-1206162862', u'INDIRECT_-1206157547'), (u'STORE_-1206161148', u'INDIRECT_-1206157028'), (u'MULTIEQUAL_-1206157550', u'MULTIEQUAL_-1206159080'), ('tmp_2088', u'CBRANCH_-1206162692'), (u'MULTIEQUAL_-1206157892', u'MULTIEQUAL_-1206157874'), (u'MULTIEQUAL_-1206158234', u'MULTIEQUAL_-1206157286'), (u'MULTIEQUAL_-1206159584', u'MULTIEQUAL_-1206159562'), (u'CALL_-1206161490', u'INDIRECT_-1206157029'), (u'STORE_-1206161172', u'INDIRECT_-1206156768'), (u'CALL_-1206161490', u'INDIRECT_-1206156891'), (u'CALL_-1206161774', u'INDIRECT_-1206157608'), (u'INDIRECT_-1206157247', u'MULTIEQUAL_-1206157159'), (u'MULTIEQUAL_-1206157294', u'MULTIEQUAL_-1206158780'), (u'INDIRECT_-1206158696', u'MULTIEQUAL_-1206158907'), (u'MULTIEQUAL_-1206156311', u'MULTIEQUAL_-1206158995'), (u'CALL_-1206163431', u'INDIRECT_-1206159301'), (u'INDIRECT_-1206157326', u'MULTIEQUAL_-1206157276'), (u'CALL_-1206162688', u'INDIRECT_-1206159397'), ('const-417', u'LOAD_-1206161366'), (u'STORE_-1206163289', u'INDIRECT_-1206157947'), (u'CALL_-1206162616', u'INDIRECT_-1206157951'), (u'MULTIEQUAL_-1206157536', u'MULTIEQUAL_-1206157899'), (u'MULTIEQUAL_-1206159562', u'MULTIEQUAL_-1206157557'), (u'INDIRECT_-1206158566', u'MULTIEQUAL_-1206159184'), (u'INDIRECT_-1206157397', u'MULTIEQUAL_-1206158012'), (u'LOAD_-1206161366', u'INT_AND_-1206159999'), (u'CALL_-1206162027', u'INDIRECT_-1206157328'), (u'INDIRECT_-1206158246', u'MULTIEQUAL_-1206158232'), (u'CAST_-1206156483', u'PTRADD_-1206156432'), (u'INDIRECT_-1206159387', u'MULTIEQUAL_-1206159310'), (u'INDIRECT_-1206156970', u'MULTIEQUAL_-1206156910'), (u'CALL_-1206162678', u'INDIRECT_-1206157740'), (u'CALL_-1206162812', u'INDIRECT_-1206157533'), (u'MULTIEQUAL_-1206157537', u'CALL_-1206163431'), (u'MULTIEQUAL_-1206157277', u'MULTIEQUAL_-1206157404'), (u'CALL_-1206163431', u'INDIRECT_-1206158507'), (u'CALL_-1206162027', u'INDIRECT_-1206157190'), ('const-417', u'LOAD_-1206162711'), (u'MULTIEQUAL_-1206157546', u'CALL_-1206163431'), (u'INDIRECT_-1206157039', u'MULTIEQUAL_-1206156979'), (u'INT_AND_-1206159993', u'INT_OR_-1206159988'), (u'STORE_-1206162545', u'INDIRECT_-1206157917'), (u'PTRADD_-1206156920', u'STORE_-1206162736'), (u'STORE_-1206161290', u'INDIRECT_-1206157042'), (u'CALL_-1206161680', u'INDIRECT_-1206157565'), ('tmp_3688', u'CBRANCH_-1206161443'), (u'INDIRECT_-1206157949', u'MULTIEQUAL_-1206158564'), ('const-16', u'PTRSUB_-1206157069'), (u'INT_LESS_-1206162633', u'INT_ZEXT_-1206162617'), (u'MULTIEQUAL_-1206157182', u'MULTIEQUAL_-1206157535'), (u'INDIRECT_-1206158438', u'MULTIEQUAL_-1206158372'), (u'MULTIEQUAL_-1206157278', u'MULTIEQUAL_-1206157473'), (u'INDIRECT_-1206158604', u'MULTIEQUAL_-1206158555'), (u'MULTIEQUAL_-1206158654', u'MULTIEQUAL_-1206157292'), (u'INDIRECT_-1206158200', u'MULTIEQUAL_-1206158388'), (u'MULTIEQUAL_-1206157544', u'MULTIEQUAL_-1206157276'), (u'STORE_-1206162516', u'INDIRECT_-1206158108'), (u'CALLIND_-1206162753', u'INDIRECT_-1206157670'), (u'MULTIEQUAL_-1206157552', u'MULTIEQUAL_-1206157511'), (u'MULTIEQUAL_-1206159367', u'PTRSUB_-1206157400'), (u'INDIRECT_-1206159094', u'MULTIEQUAL_-1206159095'), (u'INDIRECT_-1206159135', u'MULTIEQUAL_-1206159058'), (u'INDIRECT_-1206158194', u'MULTIEQUAL_-1206159080'), (u'MULTIEQUAL_-1206158106', u'MULTIEQUAL_-1206157539'), (u'INDIRECT_-1206158552', u'MULTIEQUAL_-1206158470'), ('const-0', u'CALLIND_-1206162753'), (u'STORE_-1206162697', u'INDIRECT_-1206157051'), (u'MULTIEQUAL_-1206157961', u'COPY_-1206163813'), (u'CALL_-1206162862', u'INDIRECT_-1206157892'), (u'INDIRECT_-1206158779', u'MULTIEQUAL_-1206158780'), (u'CALL_-1206162588', u'INDIRECT_-1206158720'), (u'INT_EQUAL_-1206161994', u'CBRANCH_-1206161992'), (u'CALL_-1206162464', u'INDIRECT_-1206158452'), (u'MULTIEQUAL_-1206159058', u'MULTIEQUAL_-1206158366'), (u'CALL_-1206161774', u'INDIRECT_-1206158489'), (u'CALL_-1206162851', u'INDIRECT_-1206158701'), (u'STORE_-1206162749', u'INDIRECT_-1206157359'), (u'MULTIEQUAL_-1206157649', u'COPY_-1206157730'), (u'CALL_-1206161967', u'INDIRECT_-1206157144'), ('const-0', u'INT_NOTEQUAL_-1206163231'), (u'STORE_-1206161148', u'INDIRECT_-1206156545'), (u'CALL_-1206162688', u'INDIRECT_-1206157913'), (u'STORE_-1206162561', u'INDIRECT_-1206158270'), ('const-417', u'LOAD_-1206162508'), ('tmp_20316', u'MULTIEQUAL_-1206157490'), (u'CALL_-1206161518', u'INDIRECT_-1206156966'), (u'INDIRECT_-1206157947', u'MULTIEQUAL_-1206157897'), ('const-4', u'PTRADD_-1206156473'), (u'INDIRECT_-1206157811', u'MULTIEQUAL_-1206158426'), (u'INT_ADD_-1206163285', u'STORE_-1206163289'), (u'PTRADD_-1206156497', u'LOAD_-1206161216'), (u'CALLIND_-1206162753', u'INDIRECT_-1206158084'), (u'CALLIND_-1206161368', u'INDIRECT_-1206156833'), (u'INDIRECT_-1206157694', u'MULTIEQUAL_-1206157680'), (u'INDIRECT_-1206158587', u'MULTIEQUAL_-1206158504'), (u'CALL_-1206162588', u'INDIRECT_-1206157563'), (u'COPY_-1206163950', u'MULTIEQUAL_-1206157904'), ('const-20', u'INT_ADD_-1206162534'), (u'INDIRECT_-1206157616', u'MULTIEQUAL_-1206157611'), (u'INDIRECT_-1206159082', u'MULTIEQUAL_-1206156312'), (u'CALL_-1206161518', u'INDIRECT_-1206157242'), (u'PTRSUB_-1206157647', u'PTRSUB_-1206157424'), (u'MULTIEQUAL_-1206157596', u'MULTIEQUAL_-1206157542'), (u'INDIRECT_-1206158300', u'MULTIEQUAL_-1206158218'), (u'INDIRECT_-1206157511', u'MULTIEQUAL_-1206157499'), ('tmp_7600', u'PTRSUB_-1206157486'), (u'MULTIEQUAL_-1206156308', u'MULTIEQUAL_-1206158589'), (u'CALL_-1206161518', u'INDIRECT_-1206157311'), (u'STORE_-1206163289', u'INDIRECT_-1206158154'), (u'INDIRECT_-1206157190', u'MULTIEQUAL_-1206157805'), (u'INDIRECT_-1206157608', u'INT_AND_-1206160259'), ('const-0', u'INT_NOTEQUAL_-1206162631'), (u'MULTIEQUAL_-1206156316', u'MULTIEQUAL_-1206159310'), (u'STORE_-1206161172', u'INDIRECT_-1206157320'), (u'STORE_-1206161172', u'INDIRECT_-1206156975'), ('const-0', u'STORE_-1206162516'), (u'CALL_-1206161680', u'INDIRECT_-1206158194'), ('const-4', u'PTRADD_-1206156469'), (u'STORE_-1206162561', u'INDIRECT_-1206157718'), (u'STORE_-1206162561', u'INDIRECT_-1206157373'), (u'CALL_-1206162027', u'INDIRECT_-1206158944'), (u'MULTIEQUAL_-1206157345', u'MULTIEQUAL_-1206157304'), (u'CALL_-1206161471', u'INDIRECT_-1206157798'), (u'CALLIND_-1206162753', u'INDIRECT_-1206158360'), ('const-4', u'PTRADD_-1206156920'), (u'INDIRECT_-1206157522', u'PTRSUB_-1206156816'), (u'CALL_-1206162778', u'INDIRECT_-1206159450'), ('tmp_4199', u'CBRANCH_-1206161507'), (u'CALL_-1206161471', u'INDIRECT_-1206157177'), (u'CALL_-1206163327', u'INDIRECT_-1206158256'), ('tmp_1406', u'CBRANCH_-1206162821'), (u'MULTIEQUAL_-1206158219', u'MULTIEQUAL_-1206157527'), (u'STORE_-1206161172', u'INDIRECT_-1206157182'), (u'INDIRECT_-1206158769', u'MULTIEQUAL_-1206159033'), (u'CALL_-1206162812', u'INDIRECT_-1206157809'), (u'INDIRECT_-1206158393', u'MULTIEQUAL_-1206158470'), (u'INDIRECT_-1206157512', u'MULTIEQUAL_-1206156309'), (u'MULTIEQUAL_-1206158163', u'MULTIEQUAL_-1206157288'), (u'STORE_-1206162817', u'INDIRECT_-1206157541'), (u'INDIRECT_-1206158881', u'MULTIEQUAL_-1206159499'), (u'INDIRECT_-1206158692', u'MULTIEQUAL_-1206158618'), (u'INDIRECT_-1206157204', u'MULTIEQUAL_-1206157462'), (u'MULTIEQUAL_-1206157483', u'MULTIEQUAL_-1206157442'), (u'CALL_-1206162732', u'INDIRECT_-1206157455'), (u'STORE_-1206162567', u'INDIRECT_-1206158136'), (u'INDIRECT_-1206157534', u'MULTIEQUAL_-1206157511'), (u'INT_NOTEQUAL_-1206161444', u'CBRANCH_-1206161443'), (u'STORE_-1206161148', u'INDIRECT_-1206156614'), (u'INT_LESSEQUAL_-1206162617', u'BOOL_AND_-1206158374'), ('const-4', u'PTRADD_-1206156617'), (u'INT_EQUAL_-1206163405', u'CBRANCH_-1206163404'), (u'CALL_-1206163431', u'INDIRECT_-1206158231'), (u'INDIRECT_-1206159131', u'MULTIEQUAL_-1206157296'), ('tmp_16536', u'MULTIEQUAL_-1206157908'), (u'INDIRECT_-1206157104', u'MULTIEQUAL_-1206157177'), (u'INT_SUB_-1206162566', u'INT_SUB_-1206162561'), (u'CALL_-1206161967', u'INDIRECT_-1206158433'), (u'INDIRECT_-1206157787', u'MULTIEQUAL_-1206157775'), (u'CALL_-1206161954', u'INDIRECT_-1206156928'), (u'CALL_-1206162555', u'INDIRECT_-1206158580'), (u'CALL_-1206161471', u'INDIRECT_-1206157867'), (u'INDIRECT_-1206157178', u'MULTIEQUAL_-1206157090'), (u'INDIRECT_-1206158440', u'MULTIEQUAL_-1206159058'), (u'INDIRECT_-1206157936', u'MULTIEQUAL_-1206157876'), (u'CALL_-1206162555', u'INDIRECT_-1206157687'), (u'CALL_-1206162464', u'INDIRECT_-1206157094'), (u'INDIRECT_-1206157916', u'MULTIEQUAL_-1206156299'), (u'INDIRECT_-1206158942', u'MULTIEQUAL_-1206157293'), (u'CALL_-1206162812', u'INDIRECT_-1206157188'), (u'INDIRECT_-1206158633', u'MULTIEQUAL_-1206158844'), (u'CALL_-1206162588', u'INDIRECT_-1206157494'), (u'CALL_-1206162027', u'INDIRECT_-1206157949'), (u'PTRSUB_-1206157424', u'LOAD_-1206162733'), (u'CALL_-1206162588', u'INDIRECT_-1206157425'), (u'CALL_-1206161471', u'INDIRECT_-1206157936'), ('const-0', u'INT_EQUAL_-1206163405'), (u'INDIRECT_-1206158495', u'MULTIEQUAL_-1206158451'), (u'STORE_-1206162749', u'INDIRECT_-1206157014'), (u'CALL_-1206162688', u'INDIRECT_-1206158120'), ('tmp_290', u'CBRANCH_-1206163758'), (u'STORE_-1206162710', u'INDIRECT_-1206157404'), (u'INDIRECT_-1206158885', u'MULTIEQUAL_-1206159096'), (u'CALL_-1206161954', u'INDIRECT_-1206158298'), ('const-4', u'INT_ADD_-1206157446'), (u'MULTIEQUAL_-1206159184', u'MULTIEQUAL_-1206158492'), (u'STORE_-1206162723', u'INDIRECT_-1206157619'), ('const-4', u'PTRADD_-1206156896'), ('const-417', u'LOAD_-1206161203'), (u'STORE_-1206163344', u'INDIRECT_-1206158043'), (u'CALL_-1206162688', u'INDIRECT_-1206157844'), (u'COPY_-1206163950', u'MULTIEQUAL_-1206158240'), (u'INDIRECT_-1206157687', u'MULTIEQUAL_-1206158372'), (u'MULTIEQUAL_-1206159367', u'PTRSUB_-1206157413'), (u'CAST_-1206157007', u'STORE_-1206162516'), (u'INDIRECT_-1206156987', u'MULTIEQUAL_-1206156901'), (u'INDIRECT_-1206157602', u'MULTIEQUAL_-1206157277'), (u'INT_NOTEQUAL_-1206162760', u'CBRANCH_-1206162760'), (u'PTRSUB_-1206156607', u'CALLIND_-1206161368'), (u'INDIRECT_-1206158706', u'MULTIEQUAL_-1206158970'), (u'INT_SUB_-1206162578', u'STORE_-1206162567'), (u'CALLIND_-1206162753', u'INDIRECT_-1206157394'), (u'INDIRECT_-1206157991', u'MULTIEQUAL_-1206156312'), (u'CALL_-1206162851', u'INDIRECT_-1206157550'), (u'MULTIEQUAL_-1206159095', u'MULTIEQUAL_-1206157299'), (u'LOAD_-1206161229', u'MULTIEQUAL_-1206158407'), (u'STORE_-1206162817', u'INDIRECT_-1206157679'), (u'STORE_-1206163289', u'INDIRECT_-1206157602'), (u'STORE_-1206162526', u'INDIRECT_-1206158047'), (u'STORE_-1206161172', u'INDIRECT_-1206156561'), ('const-0', u'INT_EQUAL_-1206162659'), (u'CALL_-1206162477', u'INDIRECT_-1206158209'), ('tmp_2845', u'CBRANCH_-1206162657'), (u'PTRADD_-1206156485', u'STORE_-1206161195'), (u'INDIRECT_-1206157756', u'MULTIEQUAL_-1206158441'), (u'STORE_-1206162749', u'INDIRECT_-1206157428'), (u'CALL_-1206162555', u'INDIRECT_-1206157342'), (u'INDIRECT_-1206157550', u'CALL_-1206162812'), (u'CALL_-1206162555', u'INDIRECT_-1206157480'), (u'CALL_-1206162851', u'INDIRECT_-1206158764'), (u'MULTIEQUAL_-1206157556', u'MULTIEQUAL_-1206159458'), (u'STORE_-1206163289', u'INDIRECT_-1206158223'), (u'INDIRECT_-1206159208', u'MULTIEQUAL_-1206156314'), (u'INDIRECT_-1206157949', u'MULTIEQUAL_-1206157872'), (u'INDIRECT_-1206158016', u'MULTIEQUAL_-1206157283'), (u'INDIRECT_-1206157673', u'MULTIEQUAL_-1206157596'), ('tmp_20316', u'MULTIEQUAL_-1206157531'), (u'INDIRECT_-1206158201', u'MULTIEQUAL_-1206158189'), (u'INDIRECT_-1206158180', u'MULTIEQUAL_-1206156315'), (u'INDIRECT_-1206159031', u'MULTIEQUAL_-1206159032'), (u'MULTIEQUAL_-1206157544', u'MULTIEQUAL_-1206158382'), (u'MULTIEQUAL_-1206159206', u'MULTIEQUAL_-1206157552'), (u'INDIRECT_-1206159072', u'MULTIEQUAL_-1206158995'), (u'INDIRECT_-1206158968', u'MULTIEQUAL_-1206158969'), (u'CALL_-1206162477', u'INDIRECT_-1206157793'), (u'MULTIEQUAL_-1206158372', u'MULTIEQUAL_-1206157288'), ('const-417', u'LOAD_-1206161413'), (u'INDIRECT_-1206159009', u'MULTIEQUAL_-1206158932'), (u'CALL_-1206162778', u'CAST_-1206157379'), (u'CALL_-1206161967', u'INDIRECT_-1206157489'), (u'INDIRECT_-1206157301', u'MULTIEQUAL_-1206157483'), (u'STORE_-1206162723', u'INDIRECT_-1206157826'), (u'STORE_-1206162526', u'INDIRECT_-1206158254'), (u'INDIRECT_-1206157464', u'MULTIEQUAL_-1206157669'), (u'CALL_-1206161490', u'INDIRECT_-1206158180'), (u'INDIRECT_-1206158361', u'MULTIEQUAL_-1206157288'), (u'CALL_-1206162750', u'INDIRECT_-1206157288'), (u'INT_ADD_-1206162662', u'CAST_-1206157075'), (u'PTRSUB_-1206156467', u'CALL_-1206161490'), (u'MULTIEQUAL_-1206159584', u'MULTIEQUAL_-1206157558'), (u'INDIRECT_-1206158227', u'MULTIEQUAL_-1206157543'), (u'MULTIEQUAL_-1206157389', u'MULTIEQUAL_-1206157538'), (u'MULTIEQUAL_-1206159837', u'PTRADD_-1206156928'), (u'CALL_-1206162750', u'INDIRECT_-1206157978'), (u'STORE_-1206162567', u'INDIRECT_-1206157998'), (u'CALL_-1206162464', u'INDIRECT_-1206158389'), (u'STORE_-1206163289', u'INDIRECT_-1206157671'), (u'INDIRECT_-1206157220', u'MULTIEQUAL_-1206158099'), (u'MULTIEQUAL_-1206156309', u'MULTIEQUAL_-1206158573'), ('const-48', u'INT_ADD_-1206162502'), (u'CALL_-1206162616', u'INDIRECT_-1206158296'), (u'STORE_-1206162817', u'INDIRECT_-1206158231'), (u'CALL_-1206161680', u'INDIRECT_-1206157703'), ('const-0', u'PTRSUB_-1206157289'), ('const-0', u'PTRSUB_-1206156991'), (u'INDIRECT_-1206157823', u'MULTIEQUAL_-1206157818'), (u'CALL_-1206161967', u'INDIRECT_-1206158559'), ('tmp_2644', u'CBRANCH_-1206162801'), (u'STORE_-1206162736', u'INDIRECT_-1206157627'), (u'CALL_-1206162812', u'INDIRECT_-1206158747'), (u'INDIRECT_-1206157886', u'MULTIEQUAL_-1206157820'), (u'INDIRECT_-1206159324', u'MULTIEQUAL_-1206159247'), ('const-0', u'PTRSUB_-1206156842'), (u'MULTIEQUAL_-1206157555', u'MULTIEQUAL_-1206159395'), (u'MULTIEQUAL_-1206159332', u'MULTIEQUAL_-1206159310'), (u'INDIRECT_-1206158449', u'MULTIEQUAL_-1206158366'), (u'INDIRECT_-1206158352', u'MULTIEQUAL_-1206157905'), (u'INDIRECT_-1206158818', u'MULTIEQUAL_-1206158744'), ('const-4', u'PTRADD_-1206156928'), (u'PTRSUB_-1206157413', u'STORE_-1206163344'), ('const-0', u'STORE_-1206162526'), (u'MULTIEQUAL_-1206156314', u'MULTIEQUAL_-1206159269'), (u'INDIRECT_-1206157892', u'MULTIEQUAL_-1206157887'), (u'CALL_-1206163431', u'INDIRECT_-1206157955'), (u'STORE_-1206162655', u'INDIRECT_-1206157916'), (u'STORE_-1206162710', u'INDIRECT_-1206156990'), (u'CALL_-1206161967', u'INDIRECT_-1206157006'), (u'MULTIEQUAL_-1206156307', u'MULTIEQUAL_-1206158520'), (u'CALL_-1206162678', u'INDIRECT_-1206157257'), (u'MULTIEQUAL_-1206158219', u'MULTIEQUAL_-1206157541'), (u'CALL_-1206161954', u'INDIRECT_-1206157411'), (u'INDIRECT_-1206157496', u'MULTIEQUAL_-1206158375'), (u'CALL_-1206162616', u'INDIRECT_-1206158572'), (u'INDIRECT_-1206156870', u'MULTIEQUAL_-1206157176'), (u'STORE_-1206161172', u'INDIRECT_-1206157113'), (u'STORE_-1206161111', u'INDIRECT_-1206156663'), (u'INDIRECT_-1206157725', u'MULTIEQUAL_-1206157798'), (u'STORE_-1206161195', u'INDIRECT_-1206157335'), (u'CALL_-1206161490', u'INDIRECT_-1206157374'), (u'STORE_-1206162710', u'INDIRECT_-1206157611'), (u'CALL_-1206161774', u'INDIRECT_-1206158300'), (u'MULTIEQUAL_-1206158012', u'MULTIEQUAL_-1206157537'), (u'CALL_-1206162851', u'INDIRECT_-1206157964'), (u'CALLIND_-1206161368', u'INDIRECT_-1206157109'), (u'INDIRECT_-1206159240', u'MULTIEQUAL_-1206157554'), ('const-417', u'LOAD_-1206161216'), ('const-1', u'INT_ADD_-1206163285'), (u'CALL_-1206162678', u'INDIRECT_-1206157395'), (u'MULTIEQUAL_-1206157295', u'MULTIEQUAL_-1206158843'), ('tmp_1849', u'BRANCH_-1206162533'), (u'CALL_-1206162027', u'INT_EQUAL_-1206161994'), ('const-7', u'PTRADD_-1206156473'), (u'STORE_-1206161111', u'INDIRECT_-1206157077'), (u'MULTIEQUAL_-1206156306', u'MULTIEQUAL_-1206158366'), ('const-3', u'STORE_-1206161148'), (u'MULTIEQUAL_-1206156304', u'MULTIEQUAL_-1206158313'), (u'CALLIND_-1206162753', u'INDIRECT_-1206157739'), ('const-1852896', u'PTRSUB_-1206157459'), (u'STORE_-1206162526', u'INDIRECT_-1206157633'), (u'INDIRECT_-1206157263', u'MULTIEQUAL_-1206157177'), (u'INDIRECT_-1206157865', u'MULTIEQUAL_-1206156310'), (u'INDIRECT_-1206157327', u'MULTIEQUAL_-1206157304'), ('tmp_3384', u'CBRANCH_-1206161722'), (u'MULTIEQUAL_-1206157320', u'MULTIEQUAL_-1206157537'), (u'CALL_-1206161680', u'INDIRECT_-1206158509'), ('const-1', u'PTRADD_-1206156529'), (u'CALL_-1206161471', u'INDIRECT_-1206158289'), (u'INDIRECT_-1206158030', u'MULTIEQUAL_-1206158025'), (u'CALL_-1206162027', u'INDIRECT_-1206157604'), (u'CALLIND_-1206161368', u'INDIRECT_-1206157178'), (u'CAST_-1206156483', u'PTRADD_-1206156529'), (u'MULTIEQUAL_-1206157289', u'PTRSUB_-1206156882'), (u'INDIRECT_-1206157880', u'MULTIEQUAL_-1206158495'), (u'CALL_-1206161954', u'INDIRECT_-1206157066'), (u'INDIRECT_-1206159208', u'MULTIEQUAL_-1206159269'), ('const-417', u'LOAD_-1206162914'), (u'INDIRECT_-1206159177', u'MULTIEQUAL_-1206157553'), (u'STORE_-1206162526', u'INDIRECT_-1206158116'), (u'MULTIEQUAL_-1206158096', u'MULTIEQUAL_-1206157284'), (u'LOAD_-1206162638', u'CALL_-1206162555'), (u'CALL_-1206162464', u'INDIRECT_-1206156818'), (u'INDIRECT_-1206159146', u'MULTIEQUAL_-1206159032'), (u'INDIRECT_-1206157342', u'MULTIEQUAL_-1206158027'), (u'CALL_-1206161774', u'INDIRECT_-1206158363'), (u'CALL_-1206162750', u'INDIRECT_-1206158916'), (u'MULTIEQUAL_-1206157736', u'MULTIEQUAL_-1206157044'), (u'CALL_-1206162688', u'INDIRECT_-1206158534'), (u'MULTIEQUAL_-1206157820', u'INT_NOTEQUAL_-1206163380'), (u'STORE_-1206161290', u'INDIRECT_-1206156766'), ('const-0', u'PTRSUB_-1206157763'), (u'STORE_-1206163323', u'INDIRECT_-1206157616'), (u'INDIRECT_-1206157541', u'MULTIEQUAL_-1206157475'), (u'MULTIEQUAL_-1206159080', u'MULTIEQUAL_-1206159058'), (u'CALLIND_-1206162753', u'INDIRECT_-1206159091'), (u'INDIRECT_-1206156904', u'MULTIEQUAL_-1206156883'), (u'CALL_-1206162555', u'INDIRECT_-1206157894'), ('const-0', u'INT_EQUAL_-1206161994'), (u'MULTIEQUAL_-1206157266', u'MULTIEQUAL_-1206157275'), (u'INDIRECT_-1206157825', u'MULTIEQUAL_-1206158083'), (u'MULTIEQUAL_-1206156319', u'MULTIEQUAL_-1206159584'), ('const-156', u'PTRSUB_-1206157647'), (u'INDIRECT_-1206157671', u'MULTIEQUAL_-1206157876'), (u'MULTIEQUAL_-1206159184', u'MULTIEQUAL_-1206157551'), ('const-417', u'STORE_-1206162526'), (u'INDIRECT_-1206157547', u'MULTIEQUAL_-1206157542'), (u'CAST_-1206156483', u'PTRADD_-1206156521'), (u'CAST_-1206157015', u'STORE_-1206162526'), (u'CALL_-1206162027', u'INDIRECT_-1206157742'), (u'CALL_-1206161680', u'INDIRECT_-1206158446'), (u'INDIRECT_-1206157775', u'MULTIEQUAL_-1206157830'), (u'COPY_-1206156782', u'MULTIEQUAL_-1206160737'), ('tmp_986', u'CBRANCH_-1206162760'), (u'CALL_-1206162588', u'INDIRECT_-1206157356'), (u'MULTIEQUAL_-1206158094', u'MULTIEQUAL_-1206157287'), (u'CALL_-1206162678', u'INDIRECT_-1206158016'), (u'MULTIEQUAL_-1206157820', u'MULTIEQUAL_-1206157280'), (u'CALL_-1206161774', u'INDIRECT_-1206157539'), (u'INDIRECT_-1206157442', u'MULTIEQUAL_-1206157430'), (u'STORE_-1206161172', u'INDIRECT_-1206157458'), (u'CALL_-1206161490', u'INDIRECT_-1206158432'), (u'CALL_-1206162732', u'INDIRECT_-1206158352'), ('const-44', u'INT_ADD_-1206162779'), (u'CALL_-1206161774', u'INDIRECT_-1206158804'), (u'LOAD_-1206162684', u'INT_LESS_-1206162633'), (u'CALL_-1206162464', u'INDIRECT_-1206158515'), ('tmp_3883', u'CBRANCH_-1206161317'), (u'PTRSUB_-1206157614', u'LOAD_-1206162840'), (u'CAST_-1206156483', u'PTRADD_-1206156489'), (u'INDIRECT_-1206158537', u'MULTIEQUAL_-1206156308'), (u'STORE_-1206163289', u'INDIRECT_-1206157740'), (u'LOAD_-1206162875', u'PTRSUB_-1206157628'), ('tmp_3016', u'CBRANCH_-1206162634'), (u'LOAD_-1206161216', u'MULTIEQUAL_-1206158344'), (u'INDIRECT_-1206157111', u'MULTIEQUAL_-1206157090'), (u'MULTIEQUAL_-1206156869', u'MULTIEQUAL_-1206157754'), (u'INDIRECT_-1206158432', u'MULTIEQUAL_-1206156319'), (u'CALL_-1206162616', u'INDIRECT_-1206157882'), (u'MULTIEQUAL_-1206157820', u'COPY_-1206157333'), (u'MULTIEQUAL_-1206159521', u'MULTIEQUAL_-1206159499'), (u'CALL_-1206162477', u'CAST_-1206156536'), (u'INDIRECT_-1206157120', u'MULTIEQUAL_-1206157097'), (u'MULTIEQUAL_-1206157761', u'MULTIEQUAL_-1206157534'), (u'CALL_-1206162862', u'INDIRECT_-1206157685'), ('tmp_16538', u'MULTIEQUAL_-1206158618'), (u'CALL_-1206162812', u'INDIRECT_-1206157464'), (u'CALL_-1206162750', u'INDIRECT_-1206157702'), (u'STORE_-1206163344', u'INDIRECT_-1206158319'), (u'STORE_-1206162817', u'INDIRECT_-1206157955'), (u'MULTIEQUAL_-1206157543', u'MULTIEQUAL_-1206158313'), (u'INDIRECT_-1206157608', u'MULTIEQUAL_-1206157522'), (u'STORE_-1206162655', u'INDIRECT_-1206158537'), (u'CALL_-1206163327', u'INDIRECT_-1206158816'), (u'CALL_-1206163327', u'INT_ADD_-1206163285'), (u'COPY_-1206157102', u'MULTIEQUAL_-1206157289'), (u'STORE_-1206162817', u'INDIRECT_-1206158369'), ('const-718732', u'COPY_-1206157107'), (u'STORE_-1206162710', u'INDIRECT_-1206157059'), (u'CALLIND_-1206161368', u'INDIRECT_-1206157661'), (u'MULTIEQUAL_-1206158807', u'MULTIEQUAL_-1206157556'), ('const-417', u'STORE_-1206161148'), (u'MULTIEQUAL_-1206156297', u'MULTIEQUAL_-1206157745'), (u'INT_ADD_-1206157446', u'CAST_-1206157214'), (u'CALL_-1206163327', u'INDIRECT_-1206157566'), (u'INDIRECT_-1206158177', u'MULTIEQUAL_-1206158163'), (u'INDIRECT_-1206158741', u'MULTIEQUAL_-1206158659'), (u'CALL_-1206161471', u'INDIRECT_-1206158415'), (u'CALL_-1206161490', u'INDIRECT_-1206157865'), (u'CALL_-1206161680', u'INDIRECT_-1206158257'), (u'CALL_-1206161518', u'INDIRECT_-1206157725'), (u'STORE_-1206162697', u'INDIRECT_-1206157465'), (u'CALL_-1206162477', u'INDIRECT_-1206157310'), (u'CALL_-1206162862', u'INDIRECT_-1206158030'), (u'INDIRECT_-1206158383', u'MULTIEQUAL_-1206159269'), ('const-160', u'PTRSUB_-1206157621'), ('const-0', u'RETURN_-1206162652'), (u'CALL_-1206161954', u'INDIRECT_-1206157687'), ('const-417', u'LOAD_-1206162849'), (u'LOAD_-1206162508', u'COPY_-1206157102'), (u'INDIRECT_-1206157008', u'MULTIEQUAL_-1206157314'), (u'STORE_-1206162526', u'INDIRECT_-1206157288'), (u'MULTIEQUAL_-1206158313', u'MULTIEQUAL_-1206157543'), (u'INDIRECT_-1206157533', u'MULTIEQUAL_-1206157483'), ('const-717256', u'COPY_-1206157149'), (u'CALL_-1206161967', u'INDIRECT_-1206157765'), (u'STORE_-1206161195', u'INDIRECT_-1206156783'), (u'CALL_-1206162862', u'INDIRECT_-1206157961'), (u'MULTIEQUAL_-1206156314', u'MULTIEQUAL_-1206159184'), (u'MULTIEQUAL_-1206157823', u'MULTIEQUAL_-1206157805'), (u'INDIRECT_-1206159257', u'MULTIEQUAL_-1206157298'), (u'CALL_-1206163431', u'INDIRECT_-1206157610'), (u'CAST_-1206156728', u'STORE_-1206162749'), (u'CALL_-1206161774', u'INDIRECT_-1206157401'), (u'MULTIEQUAL_-1206157281', u'MULTIEQUAL_-1206157680'), (u'INDIRECT_-1206157177', u'MULTIEQUAL_-1206157117'), (u'MULTIEQUAL_-1206158344', u'MULTIEQUAL_-1206158344'), (u'MULTIEQUAL_-1206156296', u'MULTIEQUAL_-1206157676'), (u'INDIRECT_-1206158581', u'MULTIEQUAL_-1206158723'), ('const-56', u'INT_ADD_-1206162662'), (u'CAST_-1206157007', u'INT_AND_-1206162888'), (u'STORE_-1206162545', u'INDIRECT_-1206157572'), (u'MULTIEQUAL_-1206157145', u'MULTIEQUAL_-1206158030'), (u'INDIRECT_-1206156970', u'MULTIEQUAL_-1206156869'), (u'CALL_-1206162862', u'INDIRECT_-1206157616'), (u'MULTIEQUAL_-1206158175', u'MULTIEQUAL_-1206157541'), (u'COPY_-1206162031', u'MULTIEQUAL_-1206157501'), (u'INDIRECT_-1206158369', u'MULTIEQUAL_-1206158303'), (u'INDIRECT_-1206159194', u'MULTIEQUAL_-1206157297'), (u'CALLIND_-1206162753', u'INDIRECT_-1206159028'), (u'STORE_-1206161111', u'INDIRECT_-1206157215'), (u'MULTIEQUAL_-1206158426', u'MULTIEQUAL_-1206157734'), (u'CALL_-1206162678', u'INDIRECT_-1206157602'), ('const-4', u'PTRADD_-1206156904'), (u'CALL_-1206162616', u'INDIRECT_-1206159492'), (u'CALL_-1206162750', u'INDIRECT_-1206158853'), (u'MULTIEQUAL_-1206157283', u'MULTIEQUAL_-1206157818'), ('tmp_20312', u'MULTIEQUAL_-1206157186'), (u'CALL_-1206163431', u'INDIRECT_-1206158438'), (u'MULTIEQUAL_-1206157665', u'MULTIEQUAL_-1206157543'), (u'INDIRECT_-1206157841', u'MULTIEQUAL_-1206158720'), (u'STORE_-1206161172', u'INDIRECT_-1206157527'), ('const-16', u'PTRSUB_-1206157093'), (u'INDIRECT_-1206158204', u'MULTIEQUAL_-1206158281'), ('const-0', u'PTRSUB_-1206157403'), ('const-44', u'PTRSUB_-1206157385'), (u'INDIRECT_-1206157349', u'MULTIEQUAL_-1206157335'), ('const-65', u'INT_ADD_-1206161350'), (u'STORE_-1206162545', u'INDIRECT_-1206157641'), ('const-24', u'PTRSUB_-1206157202'), (u'MULTIEQUAL_-1206158281', u'MULTIEQUAL_-1206158281'), (u'MULTIEQUAL_-1206157044', u'MULTIEQUAL_-1206157533'), (u'STORE_-1206161111', u'INDIRECT_-1206156525'), (u'CALLIND_-1206162753', u'INDIRECT_-1206158965'), (u'CALL_-1206162555', u'INDIRECT_-1206157756'), (u'CALL_-1206162812', u'INDIRECT_-1206157878'), (u'INDIRECT_-1206157135', u'MULTIEQUAL_-1206157820'), (u'CALL_-1206162862', u'INT_ADD_-1206162502'), ('const-4', u'PTRSUB_-1206157660'), (u'INDIRECT_-1206158761', u'MULTIEQUAL_-1206159647'), (u'INT_ADD_-1206162512', u'CAST_-1206157015'), (u'MULTIEQUAL_-1206159247', u'MULTIEQUAL_-1206158555'), (u'MULTIEQUAL_-1206158027', u'MULTIEQUAL_-1206157283'), (u'INDIRECT_-1206156546', u'MULTIEQUAL_-1206156295'), (u'INDIRECT_-1206158192', u'MULTIEQUAL_-1206156303'), (u'INDIRECT_-1206158635', u'MULTIEQUAL_-1206159521'), (u'CALL_-1206161967', u'INDIRECT_-1206157696'), (u'INDIRECT_-1206157729', u'MULTIEQUAL_-1206157669'), (u'INDIRECT_-1206157109', u'MULTIEQUAL_-1206157021'), (u'MULTIEQUAL_-1206157534', u'MULTIEQUAL_-1206157761'), (u'MULTIEQUAL_-1206157293', u'MULTIEQUAL_-1206158717'), (u'INDIRECT_-1206158503', u'MULTIEQUAL_-1206158429'), (u'CALLIND_-1206161368', u'INDIRECT_-1206157454'), (u'STORE_-1206162697', u'INDIRECT_-1206157603'), (u'INDIRECT_-1206158289', u'MULTIEQUAL_-1206158240'), ('tmp_20318', u'MULTIEQUAL_-1206157669'), (u'INDIRECT_-1206158380', u'MULTIEQUAL_-1206158297'), (u'CALL_-1206162588', u'INDIRECT_-1206157908'), ('const-417', u'LOAD_-1206162548'), (u'CALL_-1206162588', u'INDIRECT_-1206157770'), (u'MULTIEQUAL_-1206157551', u'MULTIEQUAL_-1206159143'), (u'CALL_-1206163431', u'INDIRECT_-1206158162'), (u'LOAD_-1206162876', u'CALL_-1206162862'), (u'CALL_-1206161774', u'INDIRECT_-1206157884'), (u'CAST_-1206156483', u'CALLIND_-1206161368'), (u'CALLIND_-1206161368', u'INDIRECT_-1206156902'), (u'INDIRECT_-1206156615', u'MULTIEQUAL_-1206156296'), (u'INDIRECT_-1206157453', u'MULTIEQUAL_-1206157352'), (u'INDIRECT_-1206157587', u'MULTIEQUAL_-1206157660'), ('const-417', u'LOAD_-1206161378'), (u'STORE_-1206161172', u'INDIRECT_-1206156699'), (u'CALL_-1206163327', u'INDIRECT_-1206158118'), (u'STORE_-1206163344', u'INDIRECT_-1206158181'), (u'INDIRECT_-1206157040', u'MULTIEQUAL_-1206156952'), (u'MULTIEQUAL_-1206157580', u'COPY_-1206157661'), (u'CAST_-1206156936', u'CALL_-1206162678'), (u'INDIRECT_-1206158643', u'MULTIEQUAL_-1206158907'), (u'CALL_-1206162477', u'INDIRECT_-1206157655'), (u'MULTIEQUAL_-1206157442', u'COPY_-1206157523'), (u'INDIRECT_-1206158242', u'MULTIEQUAL_-1206158159'), ('const-417', u'STORE_-1206163289'), (u'LOAD_-1206162784', u'CALLIND_-1206162753'), (u'INDIRECT_-1206157066', u'MULTIEQUAL_-1206157751'), (u'PTRADD_-1206156521', u'LOAD_-1206161255'), (u'INDIRECT_-1206159007', u'MULTIEQUAL_-1206159625'), (u'INDIRECT_-1206157634', u'MULTIEQUAL_-1206158513'), (u'MULTIEQUAL_-1206160737', u'PTRSUB_-1206156686'), (u'INDIRECT_-1206158172', u'MULTIEQUAL_-1206158863'), (u'PTRSUB_-1206156585', u'LOAD_-1206161407'), ('const-0', u'INT_EQUAL_-1206163875'), (u'INDIRECT_-1206158944', u'MULTIEQUAL_-1206159562'), (u'INT_ADD_-1206162502', u'CAST_-1206157007'), (u'INDIRECT_-1206157108', u'MULTIEQUAL_-1206157007'), (u'MULTIEQUAL_-1206156938', u'MULTIEQUAL_-1206157823'), (u'CALL_-1206162688', u'INDIRECT_-1206159460'), (u'INDIRECT_-1206158590', u'MULTIEQUAL_-1206158591'), (u'INDIRECT_-1206158039', u'MULTIEQUAL_-1206158025'), ('const-5', u'PTRADD_-1206156912'), (u'CALLIND_-1206161368', u'INDIRECT_-1206156764'), (u'CALL_-1206161967', u'INDIRECT_-1206158118'), (u'CALL_-1206162027', u'MULTIEQUAL_-1206160129'), (u'MULTIEQUAL_-1206157541', u'CALL_-1206163431'), (u'INDIRECT_-1206158676', u'MULTIEQUAL_-1206159367'), (u'STORE_-1206162516', u'INDIRECT_-1206158177'), (u'MULTIEQUAL_-1206159052', u'MULTIEQUAL_-1206157295'), (u'COPY_-1206161721', u'MULTIEQUAL_-1206158912'), (u'CALL_-1206161680', u'INDIRECT_-1206157151'), (u'STORE_-1206163289', u'INDIRECT_-1206158292'), (u'INDIRECT_-1206158793', u'MULTIEQUAL_-1206157912'), (u'CALL_-1206162588', u'INDIRECT_-1206158657'), ('const-1852896', u'PTRSUB_-1206156983'), (u'MULTIEQUAL_-1206158366', u'MULTIEQUAL_-1206157549'), (u'INDIRECT_-1206157480', u'MULTIEQUAL_-1206158165'), ('const-0', u'PTRSUB_-1206156686'), ('tmp_20311', u'MULTIEQUAL_-1206157076'), (u'MULTIEQUAL_-1206157542', u'MULTIEQUAL_-1206157279'), (u'CALL_-1206163431', u'INDIRECT_-1206159364'), (u'INDIRECT_-1206159334', u'MULTIEQUAL_-1206156316'), ('const-0', u'INT_NOTEQUAL_-1206163359'), (u'CALL_-1206163327', u'INDIRECT_-1206159005'), (u'CALL_-1206162732', u'INDIRECT_-1206157386'), (u'CALL_-1206161680', u'INDIRECT_-1206156944'), (u'PTRADD_-1206156469', u'STORE_-1206161172'), (u'CALL_-1206162555', u'INDIRECT_-1206158101'), (u'LOAD_-1206162672', u'INT_LESSEQUAL_-1206162617'), (u'MULTIEQUAL_-1206158081', u'MULTIEQUAL_-1206157538'), (u'INDIRECT_-1206158145', u'MULTIEQUAL_-1206158051'), (u'CALL_-1206162477', u'INDIRECT_-1206158398'), (u'INDIRECT_-1206158958', u'MULTIEQUAL_-1206159222'), (u'CALL_-1206163327', u'INDIRECT_-1206157635'), (u'MULTIEQUAL_-1206157286', u'MULTIEQUAL_-1206158025'), (u'MULTIEQUAL_-1206157905', u'MULTIEQUAL_-1206159143'), (u'STORE_-1206162736', u'INDIRECT_-1206157213'), (u'MULTIEQUAL_-1206157906', u'MULTIEQUAL_-1206159206'), (u'INDIRECT_-1206157042', u'MULTIEQUAL_-1206157021'), (u'STORE_-1206162723', u'INDIRECT_-1206157688'), (u'MULTIEQUAL_-1206157458', u'MULTIEQUAL_-1206157539'), (u'MULTIEQUAL_-1206157373', u'COPY_-1206157454'), (u'STORE_-1206162655', u'INDIRECT_-1206158330'), (u'MULTIEQUAL_-1206157682', u'MULTIEQUAL_-1206157278'), (u'CAST_-1206156962', u'LOAD_-1206162801'), (u'MULTIEQUAL_-1206158651', u'MULTIEQUAL_-1206158633'), (u'CALL_-1206162862', u'INDIRECT_-1206158968'), (u'CALL_-1206162464', u'INDIRECT_-1206157370'), ('const-0', u'INT_NOTEQUAL_-1206162821'), (u'MULTIEQUAL_-1206157897', u'MULTIEQUAL_-1206157856'), (u'MULTIEQUAL_-1206158470', u'MULTIEQUAL_-1206158470'), ('const-417', u'LOAD_-1206161485'), (u'STORE_-1206162545', u'INDIRECT_-1206157365'), (u'INDIRECT_-1206157465', u'MULTIEQUAL_-1206157442'), (u'CALLIND_-1206161368', u'INDIRECT_-1206157385'), (u'CALL_-1206161518', u'INDIRECT_-1206158141'), (u'MULTIEQUAL_-1206157874', u'MULTIEQUAL_-1206157182'), (u'INDIRECT_-1206157522', u'MULTIEQUAL_-1206157462'), (u'CALL_-1206162027', u'INDIRECT_-1206158818'), (u'CALL_-1206162750', u'CAST_-1206156936'), (u'MULTIEQUAL_-1206159310', u'MULTIEQUAL_-1206157553'), (u'CALL_-1206162750', u'INDIRECT_-1206158047'), (u'CALL_-1206162862', u'INDIRECT_-1206158653'), (u'CALL_-1206162678', u'INDIRECT_-1206158633'), (u'CALL_-1206162732', u'INDIRECT_-1206158894'), (u'LOAD_-1206161479', u'INT_LESS_-1206161449'), (u'STORE_-1206162697', u'INDIRECT_-1206157396'), (u'MULTIEQUAL_-1206156305', u'MULTIEQUAL_-1206158297'), ('const-0', u'PTRSUB_-1206157201'), (u'CALLIND_-1206161368', u'INDIRECT_-1206157592'), (u'MULTIEQUAL_-1206156300', u'MULTIEQUAL_-1206157952'), (u'INDIRECT_-1206159334', u'MULTIEQUAL_-1206159395'), (u'INDIRECT_-1206158101', u'MULTIEQUAL_-1206158359'), (u'CALL_-1206162750', u'INDIRECT_-1206159042'), (u'CALL_-1206162588', u'INDIRECT_-1206158846'), (u'CALL_-1206161490', u'INDIRECT_-1206156684'), (u'INDIRECT_-1206158109', u'MULTIEQUAL_-1206158800'), (u'CALL_-1206161490', u'INDIRECT_-1206157991'), (u'STORE_-1206163323', u'INDIRECT_-1206158168'), (u'INDIRECT_-1206157188', u'MULTIEQUAL_-1206157138'), (u'CALL_-1206162027', u'INDIRECT_-1206157811'), (u'INDIRECT_-1206157685', u'MULTIEQUAL_-1206157680'), (u'MULTIEQUAL_-1206158232', u'MULTIEQUAL_-1206157290'), (u'CALL_-1206163431', u'INDIRECT_-1206158369'), (u'CALL_-1206162778', u'INDIRECT_-1206158380'), ('const-1', u'INT_EQUAL_-1206161397'), (u'CAST_-1206156483', u'PTRADD_-1206156469'), ('tmp_3467', u'BRANCH_-1206161665'), (u'INDIRECT_-1206157204', u'MULTIEQUAL_-1206157889'), (u'CALL_-1206163327', u'INDIRECT_-1206159131'), (u'STORE_-1206162697', u'INDIRECT_-1206157741'), (u'INDIRECT_-1206157273', u'MULTIEQUAL_-1206157958'), (u'INDIRECT_-1206158326', u'MULTIEQUAL_-1206158514'), (u'INDIRECT_-1206158454', u'MULTIEQUAL_-1206158718'), (u'INDIRECT_-1206158603', u'MULTIEQUAL_-1206158658'), (u'INDIRECT_-1206157508', u'MULTIEQUAL_-1206157690'), (u'STORE_-1206162545', u'INDIRECT_-1206157848'), (u'INDIRECT_-1206157882', u'MULTIEQUAL_-1206157537'), (u'INDIRECT_-1206157618', u'MULTIEQUAL_-1206157876'), (u'MULTIEQUAL_-1206157911', u'MULTIEQUAL_-1206159521'), (u'CALL_-1206162616', u'INDIRECT_-1206158503'), (u'STORE_-1206163289', u'INDIRECT_-1206158085'), (u'INDIRECT_-1206158361', u'COPY_-1206157284'), ('const-417', u'LOAD_-1206162678'), (u'INDIRECT_-1206158320', u'MULTIEQUAL_-1206159206'), (u'INDIRECT_-1206158120', u'MULTIEQUAL_-1206158175'), (u'STORE_-1206162723', u'INDIRECT_-1206157343'), (u'STORE_-1206163323', u'INDIRECT_-1206158306'), (u'CALL_-1206162778', u'INDIRECT_-1206158104'), (u'CAST_-1206157215', u'INT_ADD_-1206157446'), (u'BOOL_AND_-1206158374', u'CBRANCH_-1206162612'), (u'STORE_-1206161148', u'INDIRECT_-1206157166'), (u'CALL_-1206161954', u'INDIRECT_-1206157273'), (u'MULTIEQUAL_-1206158037', u'MULTIEQUAL_-1206157538'), ('const-44', u'INT_ADD_-1206162650'), (u'CALL_-1206161471', u'INDIRECT_-1206157039'), (u'MULTIEQUAL_-1206158843', u'MULTIEQUAL_-1206157295'), (u'MULTIEQUAL_-1206158237', u'MULTIEQUAL_-1206158219'), (u'STORE_-1206161111', u'INDIRECT_-1206157422'), (u'PTRSUB_-1206156997', u'PTRSUB_-1206157202'), (u'MULTIEQUAL_-1206158081', u'MULTIEQUAL_-1206157389'), ('const-52', u'INT_ADD_-1206162553'), (u'STORE_-1206161111', u'INDIRECT_-1206156732'), (u'CALL_-1206162862', u'INDIRECT_-1206157823'), (u'INDIRECT_-1206157715', u'MULTIEQUAL_-1206157897'), (u'PTRSUB_-1206156829', u'CALL_-1206161774'), (u'INDIRECT_-1206157427', u'MULTIEQUAL_-1206158306'), ('tmp_16536', u'MULTIEQUAL_-1206158492'), (u'MULTIEQUAL_-1206157820', u'CAST_-1206157228'), (u'MULTIEQUAL_-1206156299', u'MULTIEQUAL_-1206157968'), (u'CALL_-1206161471', u'INDIRECT_-1206157591'), (u'CALL_-1206161680', u'INDIRECT_-1206158383'), (u'CALL_-1206161967', u'INDIRECT_-1206156868'), (u'MULTIEQUAL_-1206157958', u'MULTIEQUAL_-1206157282'), (u'CALL_-1206161680', u'INDIRECT_-1206156875'), (u'CALL_-1206162778', u'INDIRECT_-1206159009'), (u'STORE_-1206162723', u'INDIRECT_-1206157895'), (u'CALL_-1206161954', u'INDIRECT_-1206157135'), (u'COPY_-1206163813', u'MULTIEQUAL_-1206160129'), (u'STORE_-1206162749', u'INDIRECT_-1206157842'), (u'INDIRECT_-1206159083', u'MULTIEQUAL_-1206158969'), (u'INDIRECT_-1206158606', u'MULTIEQUAL_-1206156309'), (u'INDIRECT_-1206157741', u'MULTIEQUAL_-1206157718'), (u'MULTIEQUAL_-1206157538', u'MULTIEQUAL_-1206158037'), (u'LOAD_-1206162666', u'INT_LESS_-1206162633'), ('const-7', u'PTRADD_-1206156469'), (u'STORE_-1206163344', u'INDIRECT_-1206158457'), (u'INDIRECT_-1206157740', u'MULTIEQUAL_-1206157945'), (u'LOAD_-1206162678', u'INT_SUB_-1206162566'), (u'LOAD_-1206161242', u'MULTIEQUAL_-1206158470'), (u'INDIRECT_-1206158352', u'MULTIEQUAL_-1206158303'), (u'INT_NOTEQUAL_-1206163380', u'CBRANCH_-1206163380'), (u'CALL_-1206161518', u'INDIRECT_-1206158204'), (u'STORE_-1206162817', u'INDIRECT_-1206157610'), (u'CALL_-1206161490', u'INDIRECT_-1206156753'), (u'INDIRECT_-1206157901', u'MULTIEQUAL_-1206157887'), (u'MULTIEQUAL_-1206156303', u'MULTIEQUAL_-1206158159'), ('const-1', u'PTRADD_-1206156316'), (u'MULTIEQUAL_-1206158030', u'MULTIEQUAL_-1206158012'), ('const-5', u'INT_NOTEQUAL_-1206161444'), ('tmp_20308', u'MULTIEQUAL_-1206156910'), (u'MULTIEQUAL_-1206157798', u'MULTIEQUAL_-1206157797'), (u'PTRSUB_-1206156991', u'PTRSUB_-1206157175'), ('const-0', u'CALL_-1206162678'), (u'CALL_-1206162750', u'INDIRECT_-1206158538'), ('const-16', u'INT_AND_-1206162888'), (u'CALL_-1206162688', u'INDIRECT_-1206159145'), (u'MULTIEQUAL_-1206157535', u'MULTIEQUAL_-1206157830'), (u'CALL_-1206161774', u'INDIRECT_-1206157056'), (u'INDIRECT_-1206157194', u'MULTIEQUAL_-1206157108'), ('const-1', u'CALL_-1206161518'), (u'CALL_-1206162732', u'INDIRECT_-1206159083'), (u'CALL_-1206162588', u'INDIRECT_-1206158594'), (u'CALL_-1206161680', u'INDIRECT_-1206158320'), (u'INDIRECT_-1206159019', u'MULTIEQUAL_-1206156311'), (u'STORE_-1206162526', u'INDIRECT_-1206157771'), (u'MULTIEQUAL_-1206156311', u'MULTIEQUAL_-1206159080'), (u'INDIRECT_-1206157828', u'MULTIEQUAL_-1206157745'), ('tmp_4311', u'CBRANCH_-1206161437'), ('const-0', u'PTRSUB_-1206156882'), ('const-2', u'INT_LESS_-1206161449'), (u'INDIRECT_-1206157246', u'MULTIEQUAL_-1206157145'), ('const-0', u'INT_NOTEQUAL_-1206162636'), (u'CALL_-1206162862', u'INDIRECT_-1206157271'), (u'INDIRECT_-1206156663', u'MULTIEQUAL_-1206156969'), (u'INDIRECT_-1206157135', u'MULTIEQUAL_-1206157393'), (u'CALL_-1206162750', u'INDIRECT_-1206157495'), (u'CALL_-1206162851', u'INDIRECT_-1206158033'), (u'INDIRECT_-1206157180', u'MULTIEQUAL_-1206157159'), (u'INDIRECT_-1206158698', u'MULTIEQUAL_-1206159584'), (u'INDIRECT_-1206156944', u'MULTIEQUAL_-1206157823'), (u'INDIRECT_-1206158860', u'MULTIEQUAL_-1206158800'), (u'MULTIEQUAL_-1206157690', u'MULTIEQUAL_-1206157649'), (u'STORE_-1206161172', u'INDIRECT_-1206156906'), (u'STORE_-1206162545', u'INDIRECT_-1206157434'), (u'INDIRECT_-1206157077', u'MULTIEQUAL_-1206157383'), (u'MULTIEQUAL_-1206158168', u'MULTIEQUAL_-1206158150'), (u'MULTIEQUAL_-1206157909', u'MULTIEQUAL_-1206159395'), (u'INDIRECT_-1206157809', u'MULTIEQUAL_-1206157280'), (u'LOAD_-1206162666', u'INT_SUB_-1206162578'), ('const-717208', u'COPY_-1206156835'), (u'STORE_-1206163344', u'INDIRECT_-1206158388'), ('const-1', u'PTRADD_-1206156316'), (u'STORE_-1206162749', u'INDIRECT_-1206157635'), (u'INDIRECT_-1206157401', u'MULTIEQUAL_-1206157315'), (u'INDIRECT_-1206158432', u'MULTIEQUAL_-1206158388'), ('const-0', u'PTRSUB_-1206157529'), ('const-417', u'LOAD_-1206161280'), (u'CAST_-1206157023', u'STORE_-1206162545'), (u'INT_NOTEQUAL_-1206163359', u'CBRANCH_-1206163359'), (u'STORE_-1206161111', u'INDIRECT_-1206157353'), (u'PTRSUB_-1206157201', u'LOAD_-1206162508'), (u'STORE_-1206162736', u'INDIRECT_-1206157006'), (u'CALL_-1206161518', u'INDIRECT_-1206158267'), (u'CALL_-1206161518', u'INDIRECT_-1206157035'), (u'MULTIEQUAL_-1206158426', u'MULTIEQUAL_-1206157544'), (u'CALL_-1206161967', u'INDIRECT_-1206157351'), (u'MULTIEQUAL_-1206157961', u'MULTIEQUAL_-1206157943'), (u'INDIRECT_-1206158311', u'MULTIEQUAL_-1206158228'), (u'INDIRECT_-1206159068', u'MULTIEQUAL_-1206157295'), (u'STORE_-1206162561', u'INDIRECT_-1206157787'), (u'STORE_-1206162817', u'INDIRECT_-1206157403'), ('const-3', u'PTRADD_-1206156928'), (u'INDIRECT_-1206157687', u'MULTIEQUAL_-1206157945'), (u'INDIRECT_-1206158214', u'MULTIEQUAL_-1206158120'), (u'MULTIEQUAL_-1206158451', u'MULTIEQUAL_-1206157545'), (u'MULTIEQUAL_-1206158520', u'MULTIEQUAL_-1206157546'), (u'MULTIEQUAL_-1206161423', u'LOAD_-1206162647'), (u'STORE_-1206162710', u'INDIRECT_-1206157128'), (u'INDIRECT_-1206157970', u'MULTIEQUAL_-1206157956'), (u'INDIRECT_-1206158261', u'MULTIEQUAL_-1206156304'), (u'CALL_-1206163431', u'INDIRECT_-1206158300'), (u'MULTIEQUAL_-1206158288', u'MULTIEQUAL_-1206157542'), (u'INDIRECT_-1206157173', u'MULTIEQUAL_-1206157246'), (u'CALL_-1206162862', u'INT_ADD_-1206162650'), (u'STORE_-1206162567', u'INDIRECT_-1206157929'), (u'INDIRECT_-1206158678', u'MULTIEQUAL_-1206158596'), ('const-417', u'LOAD_-1206161479'), (u'STORE_-1206161290', u'INDIRECT_-1206157180'), ('const-16', u'PTRSUB_-1206157175'), (u'MULTIEQUAL_-1206157540', u'PTRSUB_-1206157508'), (u'MULTIEQUAL_-1206159143', u'MULTIEQUAL_-1206159121'), (u'STORE_-1206162749', u'INDIRECT_-1206157566'), ('tmp_16540', u'MULTIEQUAL_-1206157912'), (u'CALL_-1206161680', u'INDIRECT_-1206157289'), (u'INDIRECT_-1206157108', u'MULTIEQUAL_-1206157048'), (u'INDIRECT_-1206156918', u'MULTIEQUAL_-1206156832'), (u'MULTIEQUAL_-1206157803', u'MULTIEQUAL_-1206157545'), (u'MULTIEQUAL_-1206158244', u'MULTIEQUAL_-1206157542'), ('tmp_1243', u'BRANCH_-1206162449'), (u'CALL_-1206162464', u'INDIRECT_-1206157577'), (u'MULTIEQUAL_-1206157315', u'MULTIEQUAL_-1206157314'), (u'PTRSUB_-1206157312', u'LOAD_-1206162784'), (u'STORE_-1206162567', u'INDIRECT_-1206157515'), (u'INDIRECT_-1206156966', u'MULTIEQUAL_-1206157039'), (u'CALL_-1206161490', u'INDIRECT_-1206156615'), (u'MULTIEQUAL_-1206159241', u'MULTIEQUAL_-1206157298'), (u'LOAD_-1206162849', u'PTRSUB_-1206157614'), (u'INDIRECT_-1206159429', u'MULTIEQUAL_-1206157557'), ('const-4', u'PTRADD_-1206156505'), (u'MULTIEQUAL_-1206158863', u'MULTIEQUAL_-1206157292'), (u'CAST_-1206156302', u'STORE_-1206161148'), (u'STORE_-1206163323', u'INDIRECT_-1206157754'), (u'INDIRECT_-1206157146', u'MULTIEQUAL_-1206157452'), (u'MULTIEQUAL_-1206158720', u'MULTIEQUAL_-1206158702'), (u'LOAD_-1206162684', u'INT_SUB_-1206162578'), (u'CALL_-1206161967', u'INDIRECT_-1206158370'), (u'INDIRECT_-1206156835', u'MULTIEQUAL_-1206156814'), (u'COPY_-1206156835', u'CALL_-1206162477'), (u'CALL_-1206162862', u'INT_ADD_-1206162512'), (u'CALL_-1206162688', u'INDIRECT_-1206158258'), (u'MULTIEQUAL_-1206161423', u'CALL_-1206162688'), (u'PTRSUB_-1206157400', u'CAST_-1206157215'), (u'CALL_-1206162732', u'INDIRECT_-1206158283'), ('const-417', u'LOAD_-1206162876'), (u'INDIRECT_-1206157387', u'MULTIEQUAL_-1206157366'), (u'INDIRECT_-1206157811', u'MULTIEQUAL_-1206157734'), (u'INDIRECT_-1206157051', u'MULTIEQUAL_-1206157028'), (u'INDIRECT_-1206157305', u'MULTIEQUAL_-1206156306'), (u'INDIRECT_-1206157961', u'MULTIEQUAL_-1206157956'), (u'CALL_-1206162678', u'INDIRECT_-1206158822'), (u'STORE_-1206161172', u'INDIRECT_-1206157251'), ('tmp_16542', u'MULTIEQUAL_-1206159710'), (u'INDIRECT_-1206159450', u'MULTIEQUAL_-1206159373'), (u'INDIRECT_-1206158489', u'MULTIEQUAL_-1206158407'), (u'CALL_-1206162688', u'INDIRECT_-1206158051'), (u'MULTIEQUAL_-1206157511', u'COPY_-1206157592'), (u'CALL_-1206162778', u'INDIRECT_-1206158656'), ('const-417', u'LOAD_-1206161268'), (u'LOAD_-1206162795', u'CALL_-1206162678'), (u'CALL_-1206162862', u'INDIRECT_-1206158237'), (u'INDIRECT_-1206157384', u'MULTIEQUAL_-1206157324'), (u'INT_EQUAL_-1206161724', u'CBRANCH_-1206161722'), (u'INDIRECT_-1206156891', u'MULTIEQUAL_-1206156300'), (u'INT_NOTEQUAL_-1206162818', u'CBRANCH_-1206162818'), (u'MULTIEQUAL_-1206159837', u'PTRADD_-1206156904'), (u'CALLIND_-1206161368', u'INDIRECT_-1206157247'), (u'STORE_-1206161111', u'INDIRECT_-1206157008'), (u'INT_EQUAL_-1206162786', u'CBRANCH_-1206162785'), (u'MULTIEQUAL_-1206158514', u'STORE_-1206162723'), (u'LOAD_-1206161203', u'MULTIEQUAL_-1206158281'), (u'CALL_-1206162851', u'INDIRECT_-1206157757'), (u'PTRSUB_-1206156852', u'LOAD_-1206161485'), (u'INDIRECT_-1206158298', u'MULTIEQUAL_-1206158989'), (u'CALL_-1206162732', u'INDIRECT_-1206158214'), (u'CALL_-1206162616', u'INDIRECT_-1206158365'), (u'CALL_-1206161967', u'INDIRECT_-1206157558'), (u'CALLIND_-1206161368', u'INDIRECT_-1206158581'), ('tmp_20308', u'MULTIEQUAL_-1206156869'), (u'MULTIEQUAL_-1206158800', u'MULTIEQUAL_-1206157291'), (u'INDIRECT_-1206159261', u'MULTIEQUAL_-1206159184'), (u'MULTIEQUAL_-1206157766', u'MULTIEQUAL_-1206158651'), (u'INDIRECT_-1206158894', u'MULTIEQUAL_-1206158780'), (u'INDIRECT_-1206158330', u'MULTIEQUAL_-1206156305'), (u'MULTIEQUAL_-1206156315', u'MULTIEQUAL_-1206159247'), (u'CALL_-1206161774', u'INDIRECT_-1206157194'), (u'COPY_-1206156794', u'CALL_-1206161967'), (u'MULTIEQUAL_-1206157835', u'MULTIEQUAL_-1206158720'), (u'INDIRECT_-1206157963', u'MULTIEQUAL_-1206158221'), (u'COPY_-1206157979', u'MULTIEQUAL_-1206159837'), (u'INDIRECT_-1206157603', u'MULTIEQUAL_-1206157580'), (u'INDIRECT_-1206158503', u'MULTIEQUAL_-1206157547'), (u'LOAD_-1206163893', u'INT_EQUAL_-1206163875'), (u'LOAD_-1206162678', u'INT_SUB_-1206162611'), (u'LOAD_-1206161485', u'CALL_-1206161471'), ('tmp_3619', u'CBRANCH_-1206161484'), (u'INDIRECT_-1206157353', u'MULTIEQUAL_-1206157659'), (u'CALL_-1206162477', u'INDIRECT_-1206156965'), ('const-448', u'PTRSUB_-1206156585'), (u'CALL_-1206162688', u'INDIRECT_-1206159208'), (u'CALL_-1206161490', u'INDIRECT_-1206157305'), (u'INDIRECT_-1206157604', u'MULTIEQUAL_-1206158219'), ('const-0', u'PTRSUB_-1206156829'), (u'PTRSUB_-1206157289', u'LOAD_-1206162614'), (u'MULTIEQUAL_-1206158870', u'MULTIEQUAL_-1206157557'), ('const-6', u'PTRADD_-1206156485'), (u'STORE_-1206161148', u'INDIRECT_-1206157304'), (u'INDIRECT_-1206159397', u'MULTIEQUAL_-1206156317'), (u'CALL_-1206161967', u'INDIRECT_-1206156937'), (u'MULTIEQUAL_-1206157282', u'MULTIEQUAL_-1206157749'), (u'LOAD_-1206161268', u'MULTIEQUAL_-1206158596'), (u'CALL_-1206163327', u'INDIRECT_-1206158325'), (u'INDIRECT_-1206158007', u'MULTIEQUAL_-1206157913'), (u'STORE_-1206161290', u'INDIRECT_-1206156973'), (u'CALL_-1206162678', u'INDIRECT_-1206158885'), (u'STORE_-1206162723', u'INDIRECT_-1206156998'), ('const-1852896', u'PTRSUB_-1206157325'), (u'INDIRECT_-1206158519', u'MULTIEQUAL_-1206158596'), (u'INDIRECT_-1206156764', u'MULTIEQUAL_-1206156676'), (u'MULTIEQUAL_-1206157214', u'MULTIEQUAL_-1206158099'), (u'INDIRECT_-1206157316', u'MULTIEQUAL_-1206157228'), ('tmp_2888', u'CBRANCH_-1206162630'), (u'INDIRECT_-1206158716', u'MULTIEQUAL_-1206158717'), (u'INDIRECT_-1206159112', u'MULTIEQUAL_-1206159052'), (u'STORE_-1206162697', u'INDIRECT_-1206157672'), (u'CALL_-1206162778', u'INDIRECT_-1206158035'), (u'CALLIND_-1206161368', u'INDIRECT_-1206156695'), ('const-0', u'PTRSUB_-1206156983'), (u'INDIRECT_-1206159007', u'MULTIEQUAL_-1206158933'), (u'INDIRECT_-1206157190', u'MULTIEQUAL_-1206157113'), ('tmp_4156', u'BRANCH_-1206161106'), (u'MULTIEQUAL_-1206159499', u'MULTIEQUAL_-1206157556'), (u'CALL_-1206162477', u'INDIRECT_-1206157034'), (u'CALL_-1206162678', u'INDIRECT_-1206157809'), (u'CALL_-1206161954', u'INDIRECT_-1206158487'), (u'STORE_-1206162545', u'INDIRECT_-1206157779'), (u'CALL_-1206162464', u'INDIRECT_-1206157508'), (u'STORE_-1206162749', u'INDIRECT_-1206157221'), (u'CALL_-1206162678', u'INDIRECT_-1206157947'), (u'INDIRECT_-1206156818', u'MULTIEQUAL_-1206157000'), (u'INDIRECT_-1206158352', u'MULTIEQUAL_-1206158258'), (u'MULTIEQUAL_-1206158025', u'MULTIEQUAL_-1206157286'), (u'MULTIEQUAL_-1206157166', u'COPY_-1206157247'), (u'CALL_-1206162812', u'INDIRECT_-1206158558'), (u'INDIRECT_-1206157813', u'MULTIEQUAL_-1206157536'), ('const-5', u'CALL_-1206162477'), (u'INDIRECT_-1206159523', u'MULTIEQUAL_-1206156319'), ('tmp_20306', u'MULTIEQUAL_-1206157421'), (u'INT_EQUAL_-1206163760', u'CBRANCH_-1206163758'), (u'INDIRECT_-1206157947', u'MULTIEQUAL_-1206158152'), (u'STORE_-1206162749', u'INDIRECT_-1206157773'), (u'INDIRECT_-1206157453', u'MULTIEQUAL_-1206157393'), (u'CALL_-1206163327', u'INDIRECT_-1206159068'), (u'CALL_-1206162732', u'INDIRECT_-1206157869'), (u'INDIRECT_-1206156875', u'MULTIEQUAL_-1206157754'), ('const-417', u'STORE_-1206162723'), (u'CALL_-1206162688', u'INDIRECT_-1206157637'), (u'CALL_-1206163327', u'INDIRECT_-1206157773'), ('const-0', u'CALL_-1206161518'), ('const-1852896', u'PTRSUB_-1206156607'), (u'MULTIEQUAL_-1206158303', u'MULTIEQUAL_-1206157287'), (u'INDIRECT_-1206157844', u'MULTIEQUAL_-1206157899'), (u'INDIRECT_-1206157177', u'MULTIEQUAL_-1206157076'), (u'CALL_-1206162477', u'INDIRECT_-1206157379'), (u'CALL_-1206163431', u'INDIRECT_-1206159238'), (u'MULTIEQUAL_-1206157069', u'MULTIEQUAL_-1206157028'), (u'INDIRECT_-1206158534', u'MULTIEQUAL_-1206158589'), (u'INT_ADD_-1206162534', u'CAST_-1206157023'), (u'INDIRECT_-1206157396', u'MULTIEQUAL_-1206157373'), (u'INDIRECT_-1206157660', u'MULTIEQUAL_-1206157600'), (u'MULTIEQUAL_-1206157856', u'COPY_-1206157937'), (u'MULTIEQUAL_-1206157283', u'MULTIEQUAL_-1206158168'), (u'CALL_-1206161471', u'INDIRECT_-1206158352'), (u'STORE_-1206161148', u'INDIRECT_-1206157235'), (u'INDIRECT_-1206159460', u'MULTIEQUAL_-1206159521'), ('const-36', u'PTRSUB_-1206157189'), (u'INDIRECT_-1206158692', u'MULTIEQUAL_-1206159310'), (u'STORE_-1206162567', u'INDIRECT_-1206157722'), (u'LOAD_-1206161469', u'COPY_-1206156754'), (u'CALL_-1206162027', u'INDIRECT_-1206158566'), ('const-4294967232', u'PTRSUB_-1206157486'), (u'LOAD_-1206162711', u'INT_ADD_-1206162547'), (u'CALL_-1206161490', u'INDIRECT_-1206156960'), (u'LOAD_-1206161180', u'MULTIEQUAL_-1206158218'), (u'INDIRECT_-1206157955', u'MULTIEQUAL_-1206157889'), (u'INDIRECT_-1206157470', u'MULTIEQUAL_-1206157384'), (u'MULTIEQUAL_-1206156301', u'MULTIEQUAL_-1206158021'), ('tmp_2611', u'CBRANCH_-1206162818'), ('tmp_20307', u'INT_NOTEQUAL_-1206161507'), (u'INDIRECT_-1206158063', u'MULTIEQUAL_-1206158051'), (u'CALL_-1206162027', u'INDIRECT_-1206157259'), (u'INDIRECT_-1206158016', u'MULTIEQUAL_-1206158221'), (u'CALL_-1206162688', u'PTRADD_-1206156316'), (u'MULTIEQUAL_-1206159269', u'MULTIEQUAL_-1206159247'), ('const-0', u'PTRSUB_-1206157424'), (u'INDIRECT_-1206157249', u'MULTIEQUAL_-1206157228'), (u'CALL_-1206162778', u'INDIRECT_-1206159135'), (u'INDIRECT_-1206158292', u'MULTIEQUAL_-1206157287'), (u'STORE_-1206162516', u'INDIRECT_-1206157556'), (u'CALL_-1206162851', u'INDIRECT_-1206157067'), (u'CALL_-1206162732', u'INDIRECT_-1206157800'), (u'PTRSUB_-1206156816', u'LOAD_-1206161412'), (u'INDIRECT_-1206157395', u'MULTIEQUAL_-1206157600'), (u'MULTIEQUAL_-1206157289', u'PTRSUB_-1206156906'), ('const-244', u'INT_ADD_-1206161362'), (u'MULTIEQUAL_-1206159837', u'PTRADD_-1206156912'), (u'CALL_-1206162464', u'INDIRECT_-1206158641'), (u'CAST_-1206156483', u'PTRADD_-1206156473'), (u'CALL_-1206162616', u'INDIRECT_-1206159177'), (u'INDIRECT_-1206157464', u'MULTIEQUAL_-1206157414'), (u'INDIRECT_-1206157656', u'MULTIEQUAL_-1206157729'), (u'INDIRECT_-1206158842', u'MULTIEQUAL_-1206158843'), (u'MULTIEQUAL_-1206156298', u'MULTIEQUAL_-1206157814'), (u'CALL_-1206161774', u'INDIRECT_-1206157677'), (u'STORE_-1206161111', u'INDIRECT_-1206157146'), (u'STORE_-1206161195', u'INDIRECT_-1206156576'), (u'CALL_-1206161954', u'INDIRECT_-1206158361'), (u'MULTIEQUAL_-1206158288', u'MULTIEQUAL_-1206157596'), (u'INDIRECT_-1206158237', u'MULTIEQUAL_-1206158155'), (u'CALL_-1206161518', u'INDIRECT_-1206156897'), ('const-0', u'STORE_-1206162817'), (u'INDIRECT_-1206157679', u'MULTIEQUAL_-1206157613'), (u'STORE_-1206162736', u'INDIRECT_-1206157351'), (u'MULTIEQUAL_-1206157414', u'MULTIEQUAL_-1206157373'), (u'STORE_-1206162655', u'INDIRECT_-1206157847'), (u'CALL_-1206162027', u'INDIRECT_-1206158503'), (u'MULTIEQUAL_-1206160129', u'LOAD_-1206163775'), (u'INDIRECT_-1206157925', u'MULTIEQUAL_-1206157913'), (u'CALL_-1206162678', u'INDIRECT_-1206158085'), (u'CALL_-1206162678', u'INT_EQUAL_-1206162645'), ('const-417', u'LOAD_-1206162692'), ('const-40', u'PTRSUB_-1206157740'), (u'INDIRECT_-1206159397', u'MULTIEQUAL_-1206159458'), (u'INDIRECT_-1206158818', u'MULTIEQUAL_-1206159436'), (u'INT_ADD_-1206162650', u'CAST_-1206157067'), (u'CALLIND_-1206161368', u'INDIRECT_-1206157040'), (u'STORE_-1206162545', u'INDIRECT_-1206157710'), ('const-7', u'PTRADD_-1206156896'), (u'STORE_-1206162516', u'INDIRECT_-1206157970'), (u'CALL_-1206162588', u'INDIRECT_-1206157218'), ('const-417', u'LOAD_-1206162840'), (u'CALL_-1206162778', u'INDIRECT_-1206159513'), (u'INDIRECT_-1206159209', u'MULTIEQUAL_-1206159095'), (u'PTRSUB_-1206156695', u'PTRSUB_-1206156852'), (u'CALL_-1206162750', u'INDIRECT_-1206157426'), (u'CALL_-1206162778', u'INDIRECT_-1206159198'), (u'MULTIEQUAL_-1206158780', u'MULTIEQUAL_-1206157294'), (u'INDIRECT_-1206157640', u'MULTIEQUAL_-1206156295'), (u'CALL_-1206162027', u'INDIRECT_-1206158087'), (u'PTRSUB_-1206157189', u'LOAD_-1206162914'), (u'CALL_-1206162555', u'INDIRECT_-1206158895'), (u'INDIRECT_-1206158613', u'MULTIEQUAL_-1206159304'), (u'MULTIEQUAL_-1206157473', u'MULTIEQUAL_-1206157278'), (u'INDIRECT_-1206158051', u'MULTIEQUAL_-1206158106'), (u'CALL_-1206162688', u'STORE_-1206162655'), ('const-417', u'LOAD_-1206162875'), (u'STORE_-1206162749', u'INDIRECT_-1206157290'), (u'STORE_-1206163323', u'INDIRECT_-1206158030'), (u'STORE_-1206161148', u'INDIRECT_-1206156890'), (u'INDIRECT_-1206157315', u'MULTIEQUAL_-1206157255'), ('const-3', u'PTRADD_-1206156457'), (u'MULTIEQUAL_-1206157540', u'PTRSUB_-1206157647'), (u'INDIRECT_-1206157409', u'MULTIEQUAL_-1206157404'), (u'MULTIEQUAL_-1206158451', u'STORE_-1206162710'), (u'MULTIEQUAL_-1206158577', u'STORE_-1206162736'), ('const-417', u'LOAD_-1206161255'), (u'INDIRECT_-1206158089', u'MULTIEQUAL_-1206157541'), ('tmp_642', u'CBRANCH_-1206163359'), (u'MULTIEQUAL_-1206157907', u'MULTIEQUAL_-1206159269'), (u'INDIRECT_-1206158430', u'MULTIEQUAL_-1206157290'), (u'INDIRECT_-1206158822', u'MULTIEQUAL_-1206159033'), (u'CALL_-1206163327', u'INDIRECT_-1206158879'), (u'INDIRECT_-1206158653', u'MULTIEQUAL_-1206158654'), (u'CAST_-1206156418', u'INT_ADD_-1206161362'), (u'PTRSUB_-1206157660', u'LOAD_-1206163893'), (u'INT_ZEXT_-1206162617', u'INT_LESSEQUAL_-1206162614'), (u'INDIRECT_-1206157455', u'MULTIEQUAL_-1206157361'), (u'MULTIEQUAL_-1206158495', u'MULTIEQUAL_-1206157803'), (u'CALL_-1206162027', u'INDIRECT_-1206157466'), ('const-417', u'STORE_-1206163323'), (u'STORE_-1206162710', u'INDIRECT_-1206157473'), (u'INDIRECT_-1206157673', u'MULTIEQUAL_-1206158288'), (u'STORE_-1206162736', u'INDIRECT_-1206157489'), ('const-417', u'LOAD_-1206162869'), ('tmp_20313', u'MULTIEQUAL_-1206157214'), (u'INDIRECT_-1206157386', u'MULTIEQUAL_-1206157292'), (u'STORE_-1206162723', u'INDIRECT_-1206157964'), (u'CAST_-1206156483', u'INT_EQUAL_-1206161485'), (u'CALL_-1206161954', u'INDIRECT_-1206157618'), (u'MULTIEQUAL_-1206157680', u'MULTIEQUAL_-1206157281'), (u'STORE_-1206163289', u'INDIRECT_-1206158361'), (u'CALL_-1206162477', u'INDIRECT_-1206157448'), (u'CAST_-1206156483', u'PTRADD_-1206156513'), ('const-52', u'INT_ADD_-1206162668'), (u'INDIRECT_-1206158572', u'MULTIEQUAL_-1206159458'), (u'PTRSUB_-1206157529', u'CALL_-1206162616'), (u'CALL_-1206162477', u'INDIRECT_-1206157586'), (u'INT_AND_-1206160259', u'INT_EQUAL_-1206161724'), (u'CALL_-1206162464', u'INDIRECT_-1206157301'), (u'MULTIEQUAL_-1206156297', u'MULTIEQUAL_-1206157830'), (u'CALLIND_-1206161368', u'INDIRECT_-1206157523'), ('tmp_20315', u'MULTIEQUAL_-1206157393'), (u'INDIRECT_-1206157809', u'MULTIEQUAL_-1206157759'), (u'PTRSUB_-1206157740', u'LOAD_-1206163854'), ('const-6', u'PTRADD_-1206156904'), (u'STORE_-1206162655', u'INDIRECT_-1206158399'), ('const-1', u'PTRADD_-1206157765'), (u'CALL_-1206162862', u'INDIRECT_-1206159031'), (u'STORE_-1206161111', u'INDIRECT_-1206156594'), ('const-2', u'INT_EQUAL_-1206161724'), (u'STORE_-1206162516', u'INDIRECT_-1206157487'), (u'CALL_-1206162778', u'INDIRECT_-1206157759'), (u'CALL_-1206162616', u'INDIRECT_-1206159429'), (u'MULTIEQUAL_-1206158099', u'MULTIEQUAL_-1206158081'), (u'INDIRECT_-1206158263', u'MULTIEQUAL_-1206158451'), ('const-0', u'CALL_-1206162477'), (u'MULTIEQUAL_-1206157559', u'MULTIEQUAL_-1206158444'), (u'INDIRECT_-1206157370', u'MULTIEQUAL_-1206157552'), (u'CALL_-1206162464', u'INDIRECT_-1206157646'), (u'CALL_-1206161967', u'INDIRECT_-1206157213'), ('const-4', u'PTRSUB_-1206157628'), (u'INDIRECT_-1206158856', u'MULTIEQUAL_-1206158807'), (u'INDIRECT_-1206157380', u'MULTIEQUAL_-1206157453'), (u'PTRSUB_-1206157325', u'CALLIND_-1206162753'), (u'MULTIEQUAL_-1206156832', u'MULTIEQUAL_-1206156831'), ('tmp_20306', u'PTRADD_-1206157765'), ('tmp_20309', u'MULTIEQUAL_-1206156938'), (u'CAST_-1206156936', u'CALL_-1206162732'), (u'CALL_-1206161954', u'INDIRECT_-1206158235'), (u'MULTIEQUAL_-1206157384', u'MULTIEQUAL_-1206157383'), (u'INDIRECT_-1206158018', u'MULTIEQUAL_-1206158633'), (u'CALL_-1206162588', u'INDIRECT_-1206157632'), (u'MULTIEQUAL_-1206157805', u'MULTIEQUAL_-1206157113'), (u'MULTIEQUAL_-1206157828', u'MULTIEQUAL_-1206157787'), (u'INDIRECT_-1206158330', u'MULTIEQUAL_-1206158407'), (u'INDIRECT_-1206157847', u'MULTIEQUAL_-1206156298'), (u'CALL_-1206162812', u'INDIRECT_-1206158873'), (u'STORE_-1206162749', u'INDIRECT_-1206157497'), (u'INT_LESSEQUAL_-1206162614', u'BOOL_AND_-1206158374'), (u'MULTIEQUAL_-1206157298', u'MULTIEQUAL_-1206159032'), (u'CALLIND_-1206162753', u'INDIRECT_-1206157532'), (u'LOAD_-1206161366', u'INT_AND_-1206159993'), (u'MULTIEQUAL_-1206156310', u'MULTIEQUAL_-1206158932'), (u'STORE_-1206162545', u'INDIRECT_-1206157503'), (u'CALL_-1206161490', u'INDIRECT_-1206157512'), (u'STORE_-1206162736', u'INDIRECT_-1206157558'), (u'INDIRECT_-1206158085', u'MULTIEQUAL_-1206158290'), (u'MULTIEQUAL_-1206159837', u'PTRADD_-1206156896'), (u'INT_EQUAL_-1206161485', u'CBRANCH_-1206161484'), (u'STORE_-1206162697', u'INDIRECT_-1206157258'), (u'MULTIEQUAL_-1206157968', u'MULTIEQUAL_-1206157537'), (u'CALL_-1206162616', u'INDIRECT_-1206158227'), (u'MULTIEQUAL_-1206157299', u'MULTIEQUAL_-1206159095'), (u'STORE_-1206162749', u'INDIRECT_-1206157911'), (u'MULTIEQUAL_-1206156312', u'MULTIEQUAL_-1206159058'), (u'MULTIEQUAL_-1206157297', u'MULTIEQUAL_-1206158969'), (u'CALL_-1206161518', u'INDIRECT_-1206158645'), (u'CALL_-1206162778', u'INDIRECT_-1206159261'), (u'MULTIEQUAL_-1206159458', u'MULTIEQUAL_-1206159436'), (u'STORE_-1206163289', u'INDIRECT_-1206157878'), (u'INDIRECT_-1206158518', u'MULTIEQUAL_-1206158435'), (u'STORE_-1206161111', u'INDIRECT_-1206157491'), (u'MULTIEQUAL_-1206156901', u'MULTIEQUAL_-1206156900'), (u'MULTIEQUAL_-1206157749', u'MULTIEQUAL_-1206157282'), (u'STORE_-1206162736', u'INDIRECT_-1206157765'), (u'INDIRECT_-1206158730', u'MULTIEQUAL_-1206158681'), (u'INDIRECT_-1206157119', u'MULTIEQUAL_-1206157069'), (u'CALL_-1206161471', u'INDIRECT_-1206157246'), (u'INDIRECT_-1206158895', u'MULTIEQUAL_-1206159159'), (u'STORE_-1206162723', u'INDIRECT_-1206157481'), (u'CALL_-1206162027', u'INDIRECT_-1206158755'), ('const-417', u'LOAD_-1206162818'), (u'INDIRECT_-1206157487', u'MULTIEQUAL_-1206157473'), (u'INDIRECT_-1206159005', u'MULTIEQUAL_-1206157294'), (u'INT_NOTEQUAL_-1206162821', u'CBRANCH_-1206162821'), (u'STORE_-1206162516', u'INDIRECT_-1206157901'), (u'CALL_-1206162027', u'INDIRECT_-1206157880'), (u'STORE_-1206162710', u'INDIRECT_-1206157542'), (u'CALL_-1206161680', u'INDIRECT_-1206157427'), (u'MULTIEQUAL_-1206159310', u'MULTIEQUAL_-1206158618'), ('const-0', u'CALL_-1206161967'), (u'MULTIEQUAL_-1206157039', u'MULTIEQUAL_-1206157038'), (u'MULTIEQUAL_-1206157292', u'MULTIEQUAL_-1206158654'), (u'CALL_-1206162616', u'INDIRECT_-1206159366'), (u'STORE_-1206162561', u'INDIRECT_-1206157925'), ('tmp_20314', u'MULTIEQUAL_-1206157324'), ('const-4', u'PTRADD_-1206156505'), (u'STORE_-1206162710', u'INDIRECT_-1206157956'), (u'MULTIEQUAL_-1206158495', u'MULTIEQUAL_-1206157545'), (u'STORE_-1206161195', u'INDIRECT_-1206156990'), (u'CALL_-1206161518', u'INDIRECT_-1206158330'), (u'INDIRECT_-1206157754', u'MULTIEQUAL_-1206157749'), (u'STORE_-1206162723', u'INDIRECT_-1206157412'), (u'PTRSUB_-1206157385', u'CAST_-1206157200'), (u'MULTIEQUAL_-1206157966', u'MULTIEQUAL_-1206157925'), (u'CAST_-1206156958', u'LOAD_-1206162795'), ('const-4', u'PTRSUB_-1206157632'), ('tmp_145', u'CBRANCH_-1206163874'), ('const-4', u'PTRADD_-1206156920'), ('const-0', u'PTRSUB_-1206156467'), (u'STORE_-1206162655', u'INDIRECT_-1206158606'), (u'STORE_-1206163344', u'INDIRECT_-1206157629'), ('const-417', u'LOAD_-1206163854'), (u'CALL_-1206161967', u'INDIRECT_-1206158307'), (u'MULTIEQUAL_-1206156303', u'MULTIEQUAL_-1206158244'), (u'COPY_-1206156886', u'MULTIEQUAL_-1206157540'), (u'MULTIEQUAL_-1206157899', u'MULTIEQUAL_-1206157536'), (u'PTRSUB_-1206157486', u'CALL_-1206163431'), (u'INT_ADD_-1206162668', u'CAST_-1206157079'), (u'STORE_-1206162545', u'INDIRECT_-1206158262'), (u'CALL_-1206161490', u'INDIRECT_-1206157443'), (u'INDIRECT_-1206158572', u'MULTIEQUAL_-1206157548'), (u'INT_EQUAL_-1206163698', u'CBRANCH_-1206163696'), (u'CAST_-1206156483', u'CAST_-1206156385'), (u'CALL_-1206162477', u'INDIRECT_-1206157241'), (u'STORE_-1206162710', u'INDIRECT_-1206157887'), (u'LOAD_-1206162840', u'LOAD_-1206162818'), (u'LOAD_-1206162840', u'INT_NOTEQUAL_-1206162818'), (u'INDIRECT_-1206157029', u'MULTIEQUAL_-1206156302'), (u'PTRADD_-1206156457', u'CAST_-1206156307'), (u'INDIRECT_-1206157280', u'MULTIEQUAL_-1206157266'), (u'CALL_-1206162812', u'INDIRECT_-1206158495'), (u'CALL_-1206162027', u'INDIRECT_-1206157121'), (u'MULTIEQUAL_-1206158722', u'MULTIEQUAL_-1206158723'), (u'INDIRECT_-1206159175', u'MULTIEQUAL_-1206159115'), ('const-2', u'INT_OR_-1206159988'), (u'MULTIEQUAL_-1206157552', u'MULTIEQUAL_-1206159206'), (u'MULTIEQUAL_-1206156309', u'MULTIEQUAL_-1206158658'), (u'MULTIEQUAL_-1206158155', u'MULTIEQUAL_-1206158156'), (u'STORE_-1206162736', u'INDIRECT_-1206157282'), (u'MULTIEQUAL_-1206157522', u'MULTIEQUAL_-1206157521'), (u'CAST_-1206156409', u'LOAD_-1206161366'), (u'CALL_-1206162778', u'INDIRECT_-1206157897'), (u'CALL_-1206162812', u'INDIRECT_-1206158369'), (u'MULTIEQUAL_-1206158702', u'MULTIEQUAL_-1206157548'), (u'CALL_-1206162732', u'INDIRECT_-1206159209'), (u'STORE_-1206162736', u'INDIRECT_-1206157420'), (u'COPY_-1206157107', u'CALL_-1206162027'), (u'INDIRECT_-1206158078', u'MULTIEQUAL_-1206158155'), (u'PTRADD_-1206156896', u'STORE_-1206162697'), ('const-0', u'INT_NOTEQUAL_-1206162802'), (u'MULTIEQUAL_-1206157751', u'MULTIEQUAL_-1206157279'), (u'STORE_-1206162749', u'INDIRECT_-1206157980'), (u'STORE_-1206162749', u'INDIRECT_-1206157704'), (u'STORE_-1206162516', u'INDIRECT_-1206157280'), ('tmp_16540', u'MULTIEQUAL_-1206158744'), (u'CALL_-1206161954', u'INDIRECT_-1206157549'), (u'MULTIEQUAL_-1206158681', u'MULTIEQUAL_-1206157554'), (u'STORE_-1206161172', u'INDIRECT_-1206157044'), (u'CALLIND_-1206162753', u'INDIRECT_-1206158015'), (u'STORE_-1206162545', u'INDIRECT_-1206158193'), (u'STORE_-1206163344', u'INDIRECT_-1206157767'), (u'MULTIEQUAL_-1206157138', u'MULTIEQUAL_-1206157097'), (u'CALL_-1206163327', u'INDIRECT_-1206159257'), (u'CALL_-1206161471', u'INDIRECT_-1206157315'), (u'MULTIEQUAL_-1206159436', u'MULTIEQUAL_-1206158744'), (u'CALL_-1206161471', u'INDIRECT_-1206158541'), (u'STORE_-1206162526', u'INDIRECT_-1206158185'), (u'CALLIND_-1206161368', u'INDIRECT_-1206156971'), (u'INDIRECT_-1206159364', u'MULTIEQUAL_-1206159304'), (u'INT_ZEXT_-1206162572', u'INT_SUB_-1206162561'), (u'INDIRECT_-1206157677', u'MULTIEQUAL_-1206157591'), (u'MULTIEQUAL_-1206157548', u'MULTIEQUAL_-1206158658'), (u'INDIRECT_-1206157094', u'MULTIEQUAL_-1206157276'), (u'INT_NOTEQUAL_-1206161438', u'CBRANCH_-1206161437'), ('const-0', u'INT_NOTEQUAL_-1206163380'), ('const-3', u'PTRADD_-1206156617'), (u'CALL_-1206163327', u'INDIRECT_-1206158942'), (u'LOAD_-1206162672', u'INT_SUB_-1206162566'), (u'INDIRECT_-1206158645', u'MULTIEQUAL_-1206158722'), (u'PTRSUB_-1206157621', u'PTRSUB_-1206157403'), (u'MULTIEQUAL_-1206159625', u'MULTIEQUAL_-1206158933'), (u'CALL_-1206162862', u'INDIRECT_-1206157478'), (u'INDIRECT_-1206158541', u'MULTIEQUAL_-1206158492'), (u'INDIRECT_-1206157315', u'MULTIEQUAL_-1206157214'), (u'CALL_-1206162862', u'INDIRECT_-1206159094'), (u'STORE_-1206163323', u'INDIRECT_-1206157478'), (u'INDIRECT_-1206157594', u'MULTIEQUAL_-1206157573'), (u'INDIRECT_-1206157740', u'MULTIEQUAL_-1206157690'), (u'CALL_-1206161490', u'INDIRECT_-1206156822'), ('const-0', u'PTRSUB_-1206156906'), ('tmp_20310', u'MULTIEQUAL_-1206157048'), (u'STORE_-1206161290', u'INDIRECT_-1206157456'), ('const-0', u'STORE_-1206161172'), (u'MULTIEQUAL_-1206158165', u'MULTIEQUAL_-1206157285'), (u'CALL_-1206163327', u'INDIRECT_-1206157704'), (u'CALL_-1206162616', u'INDIRECT_-1206158020'), (u'CALL_-1206163431', u'INDIRECT_-1206158093'), (u'CALL_-1206161954', u'INDIRECT_-1206158613'), (u'PTRSUB_-1206156983', u'CALL_-1206162812'), (u'CALL_-1206162027', u'INDIRECT_-1206157535'), (u'MULTIEQUAL_-1206157501', u'CALL_-1206163431')]
[(u'CALL_-1206162588', u'INDIRECT_-1206158548'), (u'CALL_-1206161954', u'INDIRECT_-1206157152'), (u'INT_ADD_-1206162622', u'CAST_-1206156931'), (u'INDIRECT_-1206158747', u'MULTIEQUAL_-1206157928'), (u'CALL_-1206162688', u'INDIRECT_-1206158482'), (u'MULTIEQUAL_-1206156346', u'MULTIEQUAL_-1206157916'), (u'CALL_-1206162588', u'INDIRECT_-1206158926'), (u'INDIRECT_-1206158709', u'MULTIEQUAL_-1206158635'), (u'INDIRECT_-1206158587', u'MULTIEQUAL_-1206158798'), (u'INDIRECT_-1206157757', u'MULTIEQUAL_-1206157326'), (u'STORE_-1206161148', u'INDIRECT_-1206156838'), (u'INT_SUB_-1206162611', u'INT_LESSEQUAL_-1206162614'), (u'MULTIEQUAL_-1206157916', u'MULTIEQUAL_-1206157584'), (u'INDIRECT_-1206157550', u'MULTIEQUAL_-1206157500'), (u'INT_ADD_-1206163877', u'CAST_-1206157629'), (u'MULTIEQUAL_-1206158739', u'MULTIEQUAL_-1206158740'), (u'MULTIEQUAL_-1206157329', u'MULTIEQUAL_-1206157766'), (u'INT_ADD_-1206162824', u'CAST_-1206157442'), (u'MULTIEQUAL_-1206157677', u'MULTIEQUAL_-1206157676'), (u'CALL_-1206162464', u'INDIRECT_-1206158217'), (u'INDIRECT_-1206157895', u'MULTIEQUAL_-1206158100'), (u'CALLIND_-1206161368', u'INDIRECT_-1206157126'), (u'CALL_-1206161774', u'INDIRECT_-1206158380'), (u'STORE_-1206161290', u'INDIRECT_-1206156714'), (u'MULTIEQUAL_-1206157549', u'MULTIEQUAL_-1206157549'), (u'INDIRECT_-1206157483', u'MULTIEQUAL_-1206157406'), (u'PTRADD_-1206156536', u'LOAD_-1206161203'), (u'INDIRECT_-1206158495', u'MULTIEQUAL_-1206158446'), (u'INDIRECT_-1206157897', u'MULTIEQUAL_-1206158512'), (u'LOAD_-1206162869', u'INT_EQUAL_-1206162854'), (u'CALL_-1206162588', u'INDIRECT_-1206157511'), (u'INDIRECT_-1206157470', u'MULTIEQUAL_-1206157410'), (u'MULTIEQUAL_-1206157927', u'MULTIEQUAL_-1206159475'), (u'LOAD_-1206162614', u'COPY_-1206157441'), ('const-0', u'STORE_-1206162526'), (u'INDIRECT_-1206157757', u'MULTIEQUAL_-1206157962'), (u'INT_NOTEQUAL_-1206161475', u'CBRANCH_-1206161470'), (u'INDIRECT_-1206158337', u'MULTIEQUAL_-1206159223'), (u'MULTIEQUAL_-1206156352', u'MULTIEQUAL_-1206158330'), (u'STORE_-1206162817', u'INDIRECT_-1206157903'), (u'STORE_-1206162817', u'INDIRECT_-1206157972'), (u'INDIRECT_-1206159163', u'MULTIEQUAL_-1206159049'), (u'LOAD_-1206161479', u'INT_NOTEQUAL_-1206161444'), (u'CALL_-1206162678', u'INDIRECT_-1206157964'), (u'INDIRECT_-1206159351', u'MULTIEQUAL_-1206159412'), (u'INT_ADD_-1206162747', u'CAST_-1206157156'), (u'MULTIEQUAL_-1206157707', u'MULTIEQUAL_-1206157666'), (u'INDIRECT_-1206158723', u'MULTIEQUAL_-1206158987'), ('tmp_20423', u'MULTIEQUAL_-1206157024'), (u'MULTIEQUAL_-1206157362', u'MULTIEQUAL_-1206157321'), (u'INDIRECT_-1206157690', u'MULTIEQUAL_-1206158305'), (u'INDIRECT_-1206157999', u'MULTIEQUAL_-1206158054'), (u'CALL_-1206161954', u'INDIRECT_-1206158315'), (u'CALL_-1206162862', u'INDIRECT_-1206158607'), (u'INDIRECT_-1206158973', u'MULTIEQUAL_-1206159034'), (u'STORE_-1206162655', u'INDIRECT_-1206158002'), (u'CALL_-1206161471', u'INDIRECT_-1206157263'), (u'INDIRECT_-1206158526', u'MULTIEQUAL_-1206159412'), (u'MULTIEQUAL_-1206157333', u'MULTIEQUAL_-1206158042'), (u'INDIRECT_-1206156680', u'MULTIEQUAL_-1206156986'), ('const-0', u'CALL_-1206161518'), (u'INDIRECT_-1206158536', u'MULTIEQUAL_-1206158613'), (u'INDIRECT_-1206159341', u'MULTIEQUAL_-1206159264'), ('const-16', u'INT_ADD_-1206162622'), (u'CALL_-1206162778', u'INDIRECT_-1206158673'), ('tmp_3105', u'CBRANCH_-1206161470'), (u'PTRADD_-1206156504', u'CAST_-1206156351'), (u'MULTIEQUAL_-1206157753', u'MULTIEQUAL_-1206157061'), (u'CALL_-1206162477', u'INDIRECT_-1206158478'), (u'MULTIEQUAL_-1206156362', u'MULTIEQUAL_-1206159286'), ('const-0', u'INT_NOTEQUAL_-1206162760'), (u'STORE_-1206162697', u'INDIRECT_-1206157413'), ('const-417', u'STORE_-1206161172'), (u'CALL_-1206162688', u'INDIRECT_-1206157930'), (u'CALL_-1206162616', u'INDIRECT_-1206157830'), (u'STORE_-1206161290', u'INDIRECT_-1206157059'), (u'INT_ADD_-1206161397', u'CAST_-1206156480'), (u'MULTIEQUAL_-1206157753', u'MULTIEQUAL_-1206157581'), (u'CAST_-1206157005', u'LOAD_-1206162795'), (u'MULTIEQUAL_-1206157923', u'MULTIEQUAL_-1206159223'), (u'INDIRECT_-1206158102', u'MULTIEQUAL_-1206158307'), (u'CAST_-1206156528', u'LOAD_-1206161280'), (u'MULTIEQUAL_-1206159475', u'MULTIEQUAL_-1206157604'), (u'INDIRECT_-1206158306', u'MULTIEQUAL_-1206157921'), (u'INDIRECT_-1206157795', u'MULTIEQUAL_-1206156345'), (u'CALL_-1206162678', u'INDIRECT_-1206157619'), (u'STORE_-1206162697', u'INDIRECT_-1206157482'), ('const-6', u'PTRADD_-1206156536'), ('tmp_3227', u'CBRANCH_-1206161992'), (u'INT_ADD_-1206161396', u'CAST_-1206156708'), (u'MULTIEQUAL_-1206156987', u'MULTIEQUAL_-1206156986'), (u'LOAD_-1206162840', u'CALL_-1206162778'), (u'STORE_-1206161195', u'INDIRECT_-1206157145'), (u'MULTIEQUAL_-1206157438', u'MULTIEQUAL_-1206158323'), (u'STORE_-1206162567', u'INDIRECT_-1206157946'), (u'LOAD_-1206162652', u'INT_NOTEQUAL_-1206162636'), (u'STORE_-1206163289', u'INDIRECT_-1206157757'), (u'INT_ADD_-1206162502', u'CAST_-1206157052'), (u'CALL_-1206161490', u'INDIRECT_-1206156908'), (u'STORE_-1206163344', u'INDIRECT_-1206158336'), (u'MULTIEQUAL_-1206157973', u'MULTIEQUAL_-1206157332'), (u'STORE_-1206161172', u'INDIRECT_-1206156923'), (u'CALL_-1206162616', u'INDIRECT_-1206159446'), (u'INDIRECT_-1206157387', u'MULTIEQUAL_-1206157569'), (u'CALL_-1206162778', u'CAST_-1206157422'), (u'STORE_-1206162749', u'INDIRECT_-1206157031'), ('const-5', u'CALL_-1206161967'), (u'CALL_-1206161518', u'INDIRECT_-1206158473'), (u'STORE_-1206162561', u'INDIRECT_-1206158218'), (u'MULTIEQUAL_-1206157339', u'MULTIEQUAL_-1206158671'), (u'STORE_-1206162749', u'INDIRECT_-1206157790'), (u'CALL_-1206163431', u'INDIRECT_-1206159381'), (u'MULTIEQUAL_-1206157778', u'MULTIEQUAL_-1206157582'), (u'INDIRECT_-1206156987', u'MULTIEQUAL_-1206156927'), (u'CALL_-1206162027', u'INDIRECT_-1206158709'), (u'STORE_-1206161290', u'INDIRECT_-1206157404'), (u'MULTIEQUAL_-1206157322', u'MULTIEQUAL_-1206157283'), (u'CALL_-1206162688', u'INDIRECT_-1206157861'), (u'INDIRECT_-1206156783', u'MULTIEQUAL_-1206156762'), (u'MULTIEQUAL_-1206158581', u'MULTIEQUAL_-1206157594'), (u'INDIRECT_-1206157322', u'MULTIEQUAL_-1206156354'), ('const-0', u'INT_NOTEQUAL_-1206161507'), (u'STORE_-1206162723', u'INDIRECT_-1206157912'), (u'MULTIEQUAL_-1206158468', u'MULTIEQUAL_-1206157593'), (u'LOAD_-1206162647', u'INT_NOTEQUAL_-1206162631'), (u'STORE_-1206163289', u'INDIRECT_-1206157688'), (u'MULTIEQUAL_-1206158389', u'MULTIEQUAL_-1206157335'), (u'MULTIEQUAL_-1206158320', u'MULTIEQUAL_-1206157334'), (u'CALL_-1206163431', u'INDIRECT_-1206157972'), (u'INDIRECT_-1206158961', u'MULTIEQUAL_-1206158887'), (u'INDIRECT_-1206157301', u'MULTIEQUAL_-1206157607'), (u'CALL_-1206162862', u'INDIRECT_-1206157633'), (u'CALL_-1206162588', u'INDIRECT_-1206157718'), (u'CALL_-1206162477', u'INDIRECT_-1206157534'), ('const-417', u'LOAD_-1206162849'), (u'STORE_-1206161148', u'INDIRECT_-1206156700'), (u'CALL_-1206162851', u'INDIRECT_-1206157498'), ('tmp_16581', u'MULTIEQUAL_-1206158698'), (u'STORE_-1206161290', u'INDIRECT_-1206157128'), (u'MULTIEQUAL_-1206156343', u'MULTIEQUAL_-1206157709'), (u'STORE_-1206163323', u'INDIRECT_-1206158185'), ('const-4', u'PTRADD_-1206156552'), (u'INDIRECT_-1206157056', u'MULTIEQUAL_-1206156996'), (u'COPY_-1206163950', u'MULTIEQUAL_-1206158257'), (u'CALL_-1206163431', u'INDIRECT_-1206159129'), (u'INDIRECT_-1206158432', u'MULTIEQUAL_-1206158383'), ('const-3', u'PTRADD_-1206156969'), (u'LOAD_-1206161413', u'INT_ADD_-1206161391'), (u'INDIRECT_-1206157402', u'MULTIEQUAL_-1206157314'), (u'STORE_-1206162697', u'INDIRECT_-1206157206'), (u'CALL_-1206162688', u'INDIRECT_-1206158413'), (u'INDIRECT_-1206158839', u'MULTIEQUAL_-1206159050'), (u'STORE_-1206162817', u'INDIRECT_-1206158248'), ('const-417', u'LOAD_-1206161485'), (u'CALL_-1206161954', u'INDIRECT_-1206156807'), (u'CALL_-1206162812', u'INDIRECT_-1206158827'), (u'CALL_-1206161490', u'INDIRECT_-1206157253'), ('const-0', u'COPY_-1206157996'), (u'STORE_-1206162736', u'INDIRECT_-1206157230'), ('const-417', u'STORE_-1206161148'), (u'CALL_-1206162588', u'INDIRECT_-1206158485'), (u'CALL_-1206162464', u'INDIRECT_-1206158154'), ('const-417', u'LOAD_-1206163893'), (u'INDIRECT_-1206157263', u'MULTIEQUAL_-1206157162'), (u'CALL_-1206161680', u'INDIRECT_-1206158778'), ('const-20', u'INT_ADD_-1206162747'), (u'PTRADD_-1206156552', u'LOAD_-1206161229'), ('const-1', u'INT_NOTEQUAL_-1206161318'), (u'INDIRECT_-1206158031', u'MULTIEQUAL_-1206158173'), (u'MULTIEQUAL_-1206159516', u'MULTIEQUAL_-1206157604'), (u'CALL_-1206162477', u'INDIRECT_-1206158604'), (u'MULTIEQUAL_-1206159390', u'MULTIEQUAL_-1206157602'), (u'CALL_-1206162862', u'INDIRECT_-1206157495'), (u'CALL_-1206161680', u'INDIRECT_-1206158211'), (u'CAST_-1206157442', u'LOAD_-1206162840'), (u'MULTIEQUAL_-1206157549', u'CALL_-1206163431'), (u'STORE_-1206162723', u'INDIRECT_-1206157015'), (u'INDIRECT_-1206157845', u'MULTIEQUAL_-1206157762'), (u'STORE_-1206162736', u'INDIRECT_-1206157368'), (u'CALL_-1206161967', u'INDIRECT_-1206157161'), (u'CALL_-1206161967', u'INDIRECT_-1206157023'), (u'CALL_-1206162027', u'INDIRECT_-1206158835'), (u'MULTIEQUAL_-1206157593', u'MULTIEQUAL_-1206158468'), (u'CALL_-1206162812', u'INDIRECT_-1206157343'), (u'INDIRECT_-1206157623', u'MULTIEQUAL_-1206157581'), (u'STORE_-1206161111', u'INDIRECT_-1206156887'), (u'MULTIEQUAL_-1206157837', u'COPY_-1206157381'), (u'MULTIEQUAL_-1206159854', u'PTRADD_-1206156961'), (u'INDIRECT_-1206157471', u'MULTIEQUAL_-1206157383'), (u'STORE_-1206163344', u'INDIRECT_-1206158267'), (u'INT_NOTEQUAL_-1206162802', u'CBRANCH_-1206162801'), (u'MULTIEQUAL_-1206157699', u'MULTIEQUAL_-1206157325'), ('const-4', u'PTRADD_-1206156961'), (u'CALL_-1206162732', u'INDIRECT_-1206158974'), (u'INDIRECT_-1206158912', u'MULTIEQUAL_-1206159176'), (u'CALL_-1206162464', u'INDIRECT_-1206157042'), (u'STORE_-1206163289', u'INDIRECT_-1206157481'), (u'CALLIND_-1206162753', u'INDIRECT_-1206158793'), (u'MULTIEQUAL_-1206156361', u'MULTIEQUAL_-1206159223'), (u'STORE_-1206161148', u'INDIRECT_-1206157459'), (u'CALL_-1206162778', u'INDIRECT_-1206159278'), ('tmp_1681', u'CBRANCH_-1206162643'), (u'INDIRECT_-1206159099', u'MULTIEQUAL_-1206159160'), (u'LOAD_-1206162711', u'INT_ADD_-1206162668'), ('const-160', u'INT_ADD_-1206162833'), (u'INDIRECT_-1206156935', u'MULTIEQUAL_-1206156849'), (u'PTRADD_-1206156516', u'STORE_-1206161172'), (u'MULTIEQUAL_-1206159195', u'MULTIEQUAL_-1206157344'), (u'CALLIND_-1206162753', u'INDIRECT_-1206157963'), ('tmp_360', u'CBRANCH_-1206163696'), (u'INDIRECT_-1206158071', u'MULTIEQUAL_-1206156349'), (u'INDIRECT_-1206157873', u'MULTIEQUAL_-1206157861'), (u'INDIRECT_-1206159024', u'MULTIEQUAL_-1206158950'), (u'INDIRECT_-1206157573', u'MULTIEQUAL_-1206157559'), (u'MULTIEQUAL_-1206157263', u'MULTIEQUAL_-1206157262'), (u'STORE_-1206161111', u'INDIRECT_-1206157301'), (u'CALL_-1206161774', u'INDIRECT_-1206158254'), (u'STORE_-1206162736', u'INDIRECT_-1206157092'), ('tmp_1276', u'CBRANCH_-1206162898'), (u'MULTIEQUAL_-1206156345', u'MULTIEQUAL_-1206157847'), ('tmp_952', u'CBRANCH_-1206162785'), (u'INDIRECT_-1206157237', u'MULTIEQUAL_-1206158116'), (u'CALL_-1206162477', u'INDIRECT_-1206157810'), (u'MULTIEQUAL_-1206156344', u'MULTIEQUAL_-1206157778'), (u'COPY_-1206157332', u'MULTIEQUAL_-1206157336'), (u'INDIRECT_-1206158638', u'MULTIEQUAL_-1206158594'), (u'INDIRECT_-1206159089', u'MULTIEQUAL_-1206159012'), ('const-417', u'STORE_-1206161195'), ('const-417', u'STORE_-1206163289'), (u'CALL_-1206161471', u'INDIRECT_-1206157194'), (u'INDIRECT_-1206158080', u'MULTIEQUAL_-1206158068'), (u'CALL_-1206161967', u'INDIRECT_-1206158576'), (u'CAST_-1206157607', u'LOAD_-1206163854'), (u'INDIRECT_-1206159100', u'MULTIEQUAL_-1206158986'), (u'CAST_-1206156528', u'CALLIND_-1206161368'), (u'MULTIEQUAL_-1206158887', u'MULTIEQUAL_-1206157605'), (u'INDIRECT_-1206158898', u'MULTIEQUAL_-1206159516'), (u'CALL_-1206162678', u'INDIRECT_-1206159028'), (u'INDIRECT_-1206158583', u'MULTIEQUAL_-1206158509'), (u'STORE_-1206162749', u'INDIRECT_-1206157652'), ('tmp_2724', u'BRANCH_-1206162753'), (u'INT_NOTEQUAL_-1206162631', u'CBRANCH_-1206162630'), (u'CALL_-1206162477', u'INDIRECT_-1206158352'), (u'INDIRECT_-1206157540', u'MULTIEQUAL_-1206157452'), (u'CALL_-1206162750', u'INDIRECT_-1206159059'), (u'CAST_-1206156983', u'CALL_-1206162678'), (u'INDIRECT_-1206156919', u'MULTIEQUAL_-1206156831'), (u'MULTIEQUAL_-1206157840', u'MULTIEQUAL_-1206157822'), (u'STORE_-1206162817', u'INDIRECT_-1206157489'), ('const-417', u'LOAD_-1206162548'), (u'CALL_-1206162027', u'INDIRECT_-1206158898'), (u'INDIRECT_-1206157972', u'MULTIEQUAL_-1206157906'), (u'LOAD_-1206162672', u'INT_SUB_-1206162611'), (u'MULTIEQUAL_-1206159384', u'INT_NOTEQUAL_-1206163359'), (u'CALL_-1206161490', u'INDIRECT_-1206158134'), (u'INT_EQUAL_-1206163787', u'CBRANCH_-1206163786'), (u'STORE_-1206162526', u'INDIRECT_-1206157788'), (u'MULTIEQUAL_-1206156348', u'MULTIEQUAL_-1206157969'), (u'CALL_-1206161774', u'INDIRECT_-1206157832'), ('tmp_4373', u'CBRANCH_-1206161393'), (u'CALL_-1206162688', u'INDIRECT_-1206157723'), (u'INT_AND_-1206162888', u'INT_EQUAL_-1206162902'), (u'STORE_-1206162697', u'INDIRECT_-1206157827'), (u'MULTIEQUAL_-1206158236', u'MULTIEQUAL_-1206157544'), (u'MULTIEQUAL_-1206158374', u'MULTIEQUAL_-1206157682'), ('const-5', u'INT_EQUAL_-1206162854'), (u'INDIRECT_-1206157481', u'MULTIEQUAL_-1206157322'), (u'INDIRECT_-1206156712', u'MULTIEQUAL_-1206156624'), ('tmp_20419', u'INT_ADD_-1206163877'), (u'STORE_-1206162526', u'INDIRECT_-1206157512'), (u'CALLIND_-1206161368', u'INDIRECT_-1206157471'), (u'INDIRECT_-1206157909', u'MULTIEQUAL_-1206157904'), (u'INDIRECT_-1206158158', u'MULTIEQUAL_-1206158235'), (u'MULTIEQUAL_-1206157327', u'MULTIEQUAL_-1206157628'), (u'CALL_-1206162750', u'INDIRECT_-1206158555'), (u'CAST_-1206157449', u'LOAD_-1206162849'), ('const-0', u'PTRSUB_-1206157002'), (u'CALL_-1206162688', u'INDIRECT_-1206158275'), (u'INDIRECT_-1206157886', u'MULTIEQUAL_-1206157792'), (u'MULTIEQUAL_-1206159223', u'MULTIEQUAL_-1206157600'), (u'STORE_-1206162545', u'INDIRECT_-1206158003'), (u'INDIRECT_-1206157582', u'MULTIEQUAL_-1206158461'), ('tmp_20421', u'MULTIEQUAL_-1206156927'), (u'STORE_-1206162749', u'INDIRECT_-1206157376'), (u'INT_ADD_-1206162900', u'CAST_-1206157054'), ('const-16', u'INT_ADD_-1206161469'), (u'CALL_-1206162778', u'INDIRECT_-1206159530'), (u'INDIRECT_-1206158670', u'MULTIEQUAL_-1206158671'), (u'CALL_-1206162862', u'INDIRECT_-1206157771'), ('const-24', u'INT_ADD_-1206162492'), (u'STORE_-1206161290', u'INDIRECT_-1206156990'), (u'CALL_-1206162477', u'INDIRECT_-1206157051'), (u'INDIRECT_-1206157621', u'MULTIEQUAL_-1206157544'), ('tmp_20432', u'MULTIEQUAL_-1206157755'), (u'INDIRECT_-1206158317', u'MULTIEQUAL_-1206158235'), (u'STORE_-1206162710', u'INDIRECT_-1206157145'), (u'INDIRECT_-1206157428', u'MULTIEQUAL_-1206158113'), (u'INDIRECT_-1206157152', u'MULTIEQUAL_-1206157410'), ('const-417', u'LOAD_-1206162711'), (u'STORE_-1206162545', u'INDIRECT_-1206157796'), (u'CALL_-1206162778', u'INDIRECT_-1206158604'), (u'CALL_-1206162851', u'INDIRECT_-1206158907'), (u'INDIRECT_-1206158495', u'MULTIEQUAL_-1206157924'), (u'MULTIEQUAL_-1206156349', u'MULTIEQUAL_-1206158038'), (u'CALL_-1206162778', u'INDIRECT_-1206157983'), (u'MULTIEQUAL_-1206157804', u'COPY_-1206157885'), (u'INDIRECT_-1206158275', u'MULTIEQUAL_-1206158330'), (u'CALLIND_-1206161368', u'INDIRECT_-1206157057'), ('tmp_20427', u'MULTIEQUAL_-1206157341'), (u'STORE_-1206163323', u'INDIRECT_-1206158254'), (u'STORE_-1206163344', u'INDIRECT_-1206157784'), (u'CALL_-1206161967', u'INDIRECT_-1206157713'), ('const-56', u'INT_ADD_-1206162547'), ('const-417', u'STORE_-1206162526'), (u'STORE_-1206161111', u'INDIRECT_-1206157163'), (u'CALLIND_-1206162753', u'INDIRECT_-1206158170'), (u'INDIRECT_-1206157702', u'MULTIEQUAL_-1206157697'), ('const-0', u'CALL_-1206162678'), (u'INT_ADD_-1206162785', u'CAST_-1206157009'), (u'CALL_-1206161471', u'INDIRECT_-1206157539'), (u'CALL_-1206162862', u'INDIRECT_-1206158859'), (u'CALL_-1206162732', u'INDIRECT_-1206158300'), (u'CALL_-1206163327', u'INDIRECT_-1206158066'), (u'CALL_-1206162477', u'INDIRECT_-1206157465'), (u'INDIRECT_-1206158713', u'MULTIEQUAL_-1206158924'), (u'CALL_-1206161954', u'INDIRECT_-1206158126'), (u'CALL_-1206161490', u'INDIRECT_-1206157184'), (u'CALL_-1206162750', u'INDIRECT_-1206157995'), (u'INDIRECT_-1206157259', u'INT_ADD_-1206161397'), (u'CAST_-1206156453', u'LOAD_-1206161366'), (u'CALL_-1206161490', u'INDIRECT_-1206158008'), ('const-417', u'LOAD_-1206163775'), (u'INDIRECT_-1206157849', u'MULTIEQUAL_-1206157835'), (u'CAST_-1206156528', u'PTRADD_-1206156568'), (u'INT_SUB_-1206162561', u'STORE_-1206162561'), (u'STORE_-1206163344', u'INDIRECT_-1206157991'), (u'STORE_-1206162561', u'INDIRECT_-1206157942'), (u'CALL_-1206162750', u'INDIRECT_-1206158064'), (u'CALL_-1206162464', u'INDIRECT_-1206157663'), (u'INDIRECT_-1206158137', u'MULTIEQUAL_-1206158192'), ('const-417', u'LOAD_-1206162876'), (u'CALL_-1206162851', u'INDIRECT_-1206157567'), (u'CALLIND_-1206161368', u'INDIRECT_-1206157678'), (u'CALL_-1206162616', u'INDIRECT_-1206159383'), (u'CALL_-1206162778', u'INDIRECT_-1206158466'), (u'CALL_-1206162616', u'INDIRECT_-1206158313'), (u'MULTIEQUAL_-1206156354', u'MULTIEQUAL_-1206158468'), (u'STORE_-1206162723', u'INDIRECT_-1206157360'), (u'STORE_-1206162561', u'INDIRECT_-1206158011'), (u'INDIRECT_-1206157597', u'MULTIEQUAL_-1206157585'), ('tmp_608', u'CBRANCH_-1206163380'), (u'STORE_-1206162697', u'INDIRECT_-1206157137'), (u'INDIRECT_-1206157884', u'MULTIEQUAL_-1206157824'), (u'CALL_-1206161774', u'INDIRECT_-1206157487'), (u'INDIRECT_-1206158589', u'MULTIEQUAL_-1206157596'), (u'CALL_-1206162555', u'INDIRECT_-1206157221'), ('const-1', u'INT_EQUAL_-1206161397'), (u'MULTIEQUAL_-1206157978', u'INT_EQUAL_-1206163787'), (u'INT_NOTEQUAL_-1206161318', u'CBRANCH_-1206161317'), (u'INDIRECT_-1206158785', u'MULTIEQUAL_-1206158671'), (u'CALLIND_-1206162753', u'INDIRECT_-1206157411'), (u'INDIRECT_-1206157842', u'MULTIEQUAL_-1206158100'), (u'CALL_-1206162555', u'INDIRECT_-1206157428'), (u'INDIRECT_-1206157290', u'MULTIEQUAL_-1206157548'), (u'MULTIEQUAL_-1206158650', u'MULTIEQUAL_-1206157595'), (u'MULTIEQUAL_-1206157605', u'MULTIEQUAL_-1206159538'), (u'INDIRECT_-1206157735', u'MULTIEQUAL_-1206157723'), (u'MULTIEQUAL_-1206159538', u'MULTIEQUAL_-1206159516'), (u'MULTIEQUAL_-1206157628', u'MULTIEQUAL_-1206157327'), (u'CALL_-1206162862', u'CALL_-1206162678'), (u'INDIRECT_-1206157619', u'MULTIEQUAL_-1206157824'), (u'CALL_-1206161967', u'INDIRECT_-1206158261'), (u'CALL_-1206161954', u'INDIRECT_-1206157014'), (u'INDIRECT_-1206156977', u'MULTIEQUAL_-1206156349'), (u'INDIRECT_-1206159288', u'MULTIEQUAL_-1206159349'), (u'STORE_-1206162561', u'INDIRECT_-1206157390'), ('const-3', u'PTRADD_-1206156499'), (u'CALL_-1206161490', u'INDIRECT_-1206157529'), (u'CALL_-1206162588', u'INDIRECT_-1206157994'), (u'INDIRECT_-1206157404', u'MULTIEQUAL_-1206157383'), (u'STORE_-1206162736', u'INDIRECT_-1206157920'), (u'INDIRECT_-1206158328', u'MULTIEQUAL_-1206158245'), (u'LOAD_-1206163854', u'MULTIEQUAL_-1206156885'), ('tmp_16580', u'MULTIEQUAL_-1206158635'), (u'MULTIEQUAL_-1206156345', u'MULTIEQUAL_-1206157762'), ('tmp_2219', u'CBRANCH_-1206162612'), (u'CALL_-1206161967', u'INDIRECT_-1206157368'), (u'INDIRECT_-1206157138', u'MULTIEQUAL_-1206157061'), ('const-1852896', u'PTRSUB_-1206157344'), (u'CALL_-1206162688', u'INDIRECT_-1206159540'), (u'MULTIEQUAL_-1206157597', u'COPY_-1206157678'), (u'INDIRECT_-1206157163', u'MULTIEQUAL_-1206157469'), (u'MULTIEQUAL_-1206159264', u'MULTIEQUAL_-1206158572'), ('const-3', u'PTRADD_-1206156662'), (u'CALL_-1206161490', u'INDIRECT_-1206157945'), (u'INDIRECT_-1206157495', u'MULTIEQUAL_-1206157490'), (u'STORE_-1206162710', u'INDIRECT_-1206157973'), (u'LOAD_-1206162711', u'INT_NOTEQUAL_-1206162692'), (u'CALL_-1206162750', u'INDIRECT_-1206157650'), (u'STORE_-1206161148', u'INDIRECT_-1206156907'), (u'STORE_-1206162817', u'INDIRECT_-1206157558'), (u'CALL_-1206162851', u'INDIRECT_-1206157843'), (u'CALL_-1206161490', u'INDIRECT_-1206156770'), (u'INDIRECT_-1206157297', u'MULTIEQUAL_-1206157283'), (u'INDIRECT_-1206156887', u'MULTIEQUAL_-1206157193'), (u'MULTIEQUAL_-1206159327', u'MULTIEQUAL_-1206157601'), (u'INDIRECT_-1206159003', u'MULTIEQUAL_-1206158943'), (u'CALL_-1206161471', u'INDIRECT_-1206158369'), (u'MULTIEQUAL_-1206159160', u'MULTIEQUAL_-1206157599'), (u'STORE_-1206163289', u'INDIRECT_-1206158102'), ('const-2', u'INT_LESS_-1206161449'), (u'INDIRECT_-1206157482', u'MULTIEQUAL_-1206157459'), (u'CALL_-1206162778', u'INDIRECT_-1206157707'), (u'INDIRECT_-1206157206', u'MULTIEQUAL_-1206157183'), ('const-4', u'PTRADD_-1206156560'), (u'INDIRECT_-1206158959', u'MULTIEQUAL_-1206157340'), (u'INT_NOTEQUAL_-1206162636', u'CBRANCH_-1206162634'), (u'INDIRECT_-1206157412', u'MULTIEQUAL_-1206157362'), (u'CALL_-1206161954', u'INDIRECT_-1206157359'), (u'COPY_-1206156811', u'CALL_-1206161967'), (u'STORE_-1206161172', u'INDIRECT_-1206157406'), (u'CAST_-1206156528', u'PTRADD_-1206156516'), (u'INDIRECT_-1206157726', u'MULTIEQUAL_-1206156344'), (u'INT_EQUAL_-1206163875', u'CBRANCH_-1206163874'), (u'MULTIEQUAL_-1206158860', u'MULTIEQUAL_-1206157342'), (u'MULTIEQUAL_-1206158594', u'STORE_-1206162736'), (u'CALL_-1206162688', u'INDIRECT_-1206158973'), (u'MULTIEQUAL_-1206157528', u'COPY_-1206157609'), (u'MULTIEQUAL_-1206159112', u'MULTIEQUAL_-1206157346'), ('tmp_574', u'CBRANCH_-1206163404'), (u'INDIRECT_-1206158035', u'MULTIEQUAL_-1206158650'), (u'INDIRECT_-1206157056', u'MULTIEQUAL_-1206156955'), (u'INDIRECT_-1206158597', u'MULTIEQUAL_-1206158861'), (u'STORE_-1206163344', u'INDIRECT_-1206157508'), ('const-1', u'INT_ADD_-1206162756'), (u'CALL_-1206162678', u'INDIRECT_-1206157550'), (u'CALL_-1206163327', u'INDIRECT_-1206157859'), (u'INDIRECT_-1206159215', u'MULTIEQUAL_-1206159138'), (u'INDIRECT_-1206157980', u'MULTIEQUAL_-1206158238'), (u'INDIRECT_-1206158344', u'MULTIEQUAL_-1206158399'), (u'STORE_-1206162817', u'INDIRECT_-1206157420'), (u'INDIRECT_-1206158189', u'MULTIEQUAL_-1206158880'), (u'MULTIEQUAL_-1206158986', u'MULTIEQUAL_-1206157344'), (u'INDIRECT_-1206157197', u'MULTIEQUAL_-1206157176'), (u'CALL_-1206161518', u'INDIRECT_-1206156845'), (u'CALL_-1206162678', u'INDIRECT_-1206157412'), (u'INDIRECT_-1206157335', u'MULTIEQUAL_-1206157314'), (u'MULTIEQUAL_-1206159642', u'MULTIEQUAL_-1206158950'), (u'CALL_-1206162862', u'INT_ADD_-1206162534'), (u'MULTIEQUAL_-1206159321', u'MULTIEQUAL_-1206157346'), (u'MULTIEQUAL_-1206157330', u'MULTIEQUAL_-1206157835'), (u'INT_ADD_-1206162492', u'CAST_-1206157044'), ('const-65', u'INT_ADD_-1206161276'), (u'STORE_-1206162545', u'INDIRECT_-1206158279'), (u'INDIRECT_-1206157195', u'MULTIEQUAL_-1206157107'), (u'INDIRECT_-1206157966', u'MULTIEQUAL_-1206157889'), (u'INDIRECT_-1206158287', u'MULTIEQUAL_-1206158275'), (u'CALL_-1206162477', u'INDIRECT_-1206156982'), (u'CAST_-1206156528', u'INT_EQUAL_-1206161485'), (u'CALL_-1206161490', u'INDIRECT_-1206158197'), (u'CALL_-1206162477', u'INDIRECT_-1206158226'), (u'STORE_-1206162817', u'INDIRECT_-1206158041'), ('const-0', u'COPY_-1206162031'), (u'CALL_-1206162851', u'INDIRECT_-1206158529'), (u'MULTIEQUAL_-1206157321', u'COPY_-1206157402'), (u'INDIRECT_-1206157439', u'MULTIEQUAL_-1206157745'), (u'INT_ADD_-1206162695', u'CAST_-1206157136'), (u'CALL_-1206162688', u'INDIRECT_-1206158206'), (u'INDIRECT_-1206157025', u'MULTIEQUAL_-1206157331'), (u'MULTIEQUAL_-1206159349', u'MULTIEQUAL_-1206159327'), (u'CALL_-1206161954', u'INDIRECT_-1206157773'), ('tmp_16583', u'MULTIEQUAL_-1206158824'), (u'MULTIEQUAL_-1206159006', u'MULTIEQUAL_-1206157341'), (u'INDIRECT_-1206157723', u'MULTIEQUAL_-1206157778'), (u'INDIRECT_-1206157483', u'MULTIEQUAL_-1206158098'), (u'CALL_-1206162688', u'INDIRECT_-1206157654'), (u'MULTIEQUAL_-1206157766', u'MULTIEQUAL_-1206157329'), (u'LOAD_-1206162548', u'INT_OR_-1206162521'), (u'CAST_-1206156774', u'STORE_-1206162749'), ('const-0', u'INT_NOTEQUAL_-1206162818'), (u'MULTIEQUAL_-1206157815', u'MULTIEQUAL_-1206157814'), (u'INDIRECT_-1206157610', u'MULTIEQUAL_-1206157516'), (u'INDIRECT_-1206158386', u'MULTIEQUAL_-1206158320'), (u'CALL_-1206161518', u'INDIRECT_-1206156914'), (u'CALL_-1206163327', u'INDIRECT_-1206158833'), ('tmp_16579', u'MULTIEQUAL_-1206158572'), (u'MULTIEQUAL_-1206157344', u'MULTIEQUAL_-1206158986'), (u'CALL_-1206161471', u'INDIRECT_-1206157884'), (u'CALL_-1206162477', u'INDIRECT_-1206156844'), ('const-4294967232', u'PTRSUB_-1206157515'), (u'STORE_-1206163323', u'INDIRECT_-1206157909'), (u'CALL_-1206161954', u'INDIRECT_-1206156876'), ('const-417', u'STORE_-1206161290'), (u'CALL_-1206162732', u'INDIRECT_-1206158911'), ('const-2', u'INT_EQUAL_-1206161724'), (u'MULTIEQUAL_-1206157930', u'MULTIEQUAL_-1206159664'), (u'MULTIEQUAL_-1206157539', u'MULTIEQUAL_-1206157538'), (u'PTRADD_-1206161063', u'STORE_-1206161111'), (u'INDIRECT_-1206159530', u'MULTIEQUAL_-1206159453'), (u'CALL_-1206162555', u'INDIRECT_-1206158534'), (u'INDIRECT_-1206159036', u'MULTIEQUAL_-1206156359'), (u'INDIRECT_-1206157551', u'MULTIEQUAL_-1206157528'), (u'INDIRECT_-1206158037', u'MULTIEQUAL_-1206157587'), (u'STORE_-1206161111', u'INDIRECT_-1206156818'), ('const-718771', u'COPY_-1206157282'), ('tmp_2569', u'CBRANCH_-1206162850'), (u'PTRSUB_-1206156848', u'CALL_-1206161774'), (u'CALL_-1206162678', u'INDIRECT_-1206158839'), (u'INDIRECT_-1206157690', u'MULTIEQUAL_-1206157613'), (u'INDIRECT_-1206157349', u'MULTIEQUAL_-1206157263'), (u'CALL_-1206162477', u'INDIRECT_-1206156913'), (u'MULTIEQUAL_-1206157845', u'MULTIEQUAL_-1206157804'), (u'STORE_-1206161111', u'INDIRECT_-1206156680'), (u'INDIRECT_-1206158942', u'MULTIEQUAL_-1206157597'), (u'CALL_-1206162616', u'INDIRECT_-1206157968'), (u'STORE_-1206162516', u'INDIRECT_-1206157573'), (u'INT_EQUAL_-1206161397', u'CBRANCH_-1206161393'), (u'INDIRECT_-1206157473', u'MULTIEQUAL_-1206157452'), (u'INT_ADD_-1206163330', u'CAST_-1206157273'), (u'CALL_-1206162027', u'INDIRECT_-1206158104'), (u'MULTIEQUAL_-1206156349', u'MULTIEQUAL_-1206158123'), ('const-0', u'CALLIND_-1206162753'), (u'INDIRECT_-1206157679', u'MULTIEQUAL_-1206157585'), (u'STORE_-1206162723', u'INDIRECT_-1206157084'), (u'INDIRECT_-1206156961', u'MULTIEQUAL_-1206157840'), (u'CALL_-1206162778', u'INDIRECT_-1206158328'), (u'CALL_-1206162678', u'INDIRECT_-1206158902'), (u'INDIRECT_-1206157758', u'MULTIEQUAL_-1206157735'), (u'STORE_-1206162723', u'INDIRECT_-1206157153'), (u'LOAD_-1206162801', u'CALL_-1206162678'), (u'CAST_-1206157260', u'STORE_-1206163323'), (u'MULTIEQUAL_-1206157926', u'MULTIEQUAL_-1206159412'), (u'STORE_-1206162516', u'INDIRECT_-1206157642'), (u'CAST_-1206156528', u'PTRADD_-1206156552'), (u'CALL_-1206161518', u'INDIRECT_-1206158284'), (u'STORE_-1206161195', u'INDIRECT_-1206157559'), (u'CALL_-1206162851', u'INDIRECT_-1206158718'), (u'CALL_-1206162555', u'INDIRECT_-1206157911'), (u'CALL_-1206162812', u'INDIRECT_-1206157205'), (u'CAST_-1206157068', u'LOAD_-1206162548'), (u'PTRADD_-1206156499', u'CAST_-1206156346'), (u'CALL_-1206162732', u'INDIRECT_-1206159163'), (u'CALL_-1206161518', u'INDIRECT_-1206156776'), (u'STORE_-1206162561', u'INDIRECT_-1206157735'), (u'CALL_-1206162862', u'INDIRECT_-1206158796'), (u'CALL_-1206161471', u'INDIRECT_-1206158306'), (u'CALL_-1206162750', u'INDIRECT_-1206158618'), (u'CALL_-1206162616', u'INDIRECT_-1206158451'), (u'CALL_-1206162555', u'INDIRECT_-1206158660'), (u'CALL_-1206162464', u'INDIRECT_-1206157111'), (u'MULTIEQUAL_-1206157586', u'MULTIEQUAL_-1206158054'), (u'CALL_-1206162851', u'INDIRECT_-1206158592'), (u'CALL_-1206162616', u'INDIRECT_-1206158175'), (u'STORE_-1206163323', u'INDIRECT_-1206158116'), (u'MULTIEQUAL_-1206159069', u'MULTIEQUAL_-1206157342'), (u'CALLIND_-1206161368', u'INDIRECT_-1206157609'), (u'MULTIEQUAL_-1206157335', u'MULTIEQUAL_-1206158180'), (u'CALL_-1206162678', u'INDIRECT_-1206158171'), ('const-0', u'INT_NOTEQUAL_-1206161438'), ('const-417', u'LOAD_-1206161216'), (u'INDIRECT_-1206156892', u'MULTIEQUAL_-1206157771'), (u'CAST_-1206157164', u'LOAD_-1206162784'), ('const-417', u'LOAD_-1206161203'), ('tmp_827', u'CBRANCH_-1206163230'), ('tmp_20419', u'MULTIEQUAL_-1206157479'), (u'MULTIEQUAL_-1206157581', u'MULTIEQUAL_-1206157709'), (u'INDIRECT_-1206158309', u'MULTIEQUAL_-1206157334'), (u'STORE_-1206161172', u'INDIRECT_-1206156647'), (u'INDIRECT_-1206157964', u'MULTIEQUAL_-1206158169'), (u'MULTIEQUAL_-1206156353', u'MULTIEQUAL_-1206158314'), (u'MULTIEQUAL_-1206158042', u'MULTIEQUAL_-1206157333'), (u'INT_SEXT_-1206162692', u'CALL_-1206162688'), (u'INDIRECT_-1206156835', u'MULTIEQUAL_-1206157017'), (u'INDIRECT_-1206158621', u'MULTIEQUAL_-1206158572'), (u'INDIRECT_-1206157815', u'MULTIEQUAL_-1206157714'), (u'INDIRECT_-1206158306', u'MULTIEQUAL_-1206158257'), (u'INDIRECT_-1206158049', u'MULTIEQUAL_-1206158307'), (u'INDIRECT_-1206159318', u'MULTIEQUAL_-1206159258'), (u'MULTIEQUAL_-1206156358', u'MULTIEQUAL_-1206159034'), (u'INDIRECT_-1206157604', u'MULTIEQUAL_-1206157677'), (u'STORE_-1206162655', u'INDIRECT_-1206157933'), (u'CALL_-1206162862', u'INT_NOTEQUAL_-1206162821'), (u'MULTIEQUAL_-1206156367', u'MULTIEQUAL_-1206159516'), (u'CALL_-1206162750', u'INDIRECT_-1206157719'), (u'CALLIND_-1206162753', u'INDIRECT_-1206159171'), (u'STORE_-1206162545', u'INDIRECT_-1206157313'), (u'STORE_-1206162749', u'INDIRECT_-1206157859'), (u'INDIRECT_-1206159048', u'MULTIEQUAL_-1206159049'), (u'INDIRECT_-1206157564', u'MULTIEQUAL_-1206157559'), (u'MULTIEQUAL_-1206159516', u'MULTIEQUAL_-1206158824'), (u'CALL_-1206163327', u'INDIRECT_-1206157790'), (u'CALL_-1206162555', u'INDIRECT_-1206157359'), ('const-44', u'INT_ADD_-1206163275'), (u'INDIRECT_-1206158451', u'MULTIEQUAL_-1206157594'), (u'INDIRECT_-1206157403', u'MULTIEQUAL_-1206157309'), (u'INDIRECT_-1206157211', u'MULTIEQUAL_-1206157125'), (u'MULTIEQUAL_-1206157904', u'MULTIEQUAL_-1206157331'), (u'INDIRECT_-1206159068', u'MULTIEQUAL_-1206157599'), (u'INDIRECT_-1206157541', u'MULTIEQUAL_-1206157447'), (u'INDIRECT_-1206157780', u'MULTIEQUAL_-1206157766'), (u'STORE_-1206162749', u'INDIRECT_-1206157169'), (u'INDIRECT_-1206156701', u'MULTIEQUAL_-1206156345'), (u'MULTIEQUAL_-1206157820', u'MULTIEQUAL_-1206157593'), (u'MULTIEQUAL_-1206157590', u'MULTIEQUAL_-1206158261'), (u'INDIRECT_-1206158104', u'MULTIEQUAL_-1206158719'), (u'MULTIEQUAL_-1206158802', u'MULTIEQUAL_-1206159727'), (u'MULTIEQUAL_-1206158261', u'MULTIEQUAL_-1206157590'), (u'INDIRECT_-1206158206', u'MULTIEQUAL_-1206158261'), (u'INDIRECT_-1206157826', u'MULTIEQUAL_-1206157327'), (u'INDIRECT_-1206158776', u'MULTIEQUAL_-1206158987'), (u'CALL_-1206162750', u'INDIRECT_-1206157857'), (u'INT_ADD_-1206163838', u'CAST_-1206157607'), (u'MULTIEQUAL_-1206157507', u'MULTIEQUAL_-1206158392'), (u'STORE_-1206162710', u'INDIRECT_-1206157559'), (u'PTRADD_-1206156560', u'LOAD_-1206161242'), (u'CALL_-1206162778', u'INDIRECT_-1206159341'), (u'INDIRECT_-1206159278', u'MULTIEQUAL_-1206159201'), (u'INT_EQUAL_-1206162659', u'CBRANCH_-1206162657'), (u'INDIRECT_-1206157318', u'MULTIEQUAL_-1206157500'), (u'STORE_-1206162736', u'INDIRECT_-1206157161'), (u'CALL_-1206162750', u'INDIRECT_-1206157581'), ('const-718732', u'COPY_-1206157124'), (u'MULTIEQUAL_-1206158123', u'MULTIEQUAL_-1206157587'), ('const-16', u'INT_ADD_-1206162860'), (u'MULTIEQUAL_-1206157569', u'MULTIEQUAL_-1206157528'), (u'MULTIEQUAL_-1206157588', u'INT_ADD_-1206162717'), (u'INDIRECT_-1206158535', u'MULTIEQUAL_-1206158452'), ('tmp_20431', u'MULTIEQUAL_-1206157645'), (u'MULTIEQUAL_-1206158537', u'MULTIEQUAL_-1206157594'), (u'STORE_-1206162516', u'INDIRECT_-1206158125'), (u'CALL_-1206162464', u'INDIRECT_-1206157180'), (u'PTRADD_-1206156576', u'LOAD_-1206161268'), (u'CALL_-1206162588', u'INDIRECT_-1206158863'), ('tmp_20429', u'MULTIEQUAL_-1206157507'), (u'MULTIEQUAL_-1206158443', u'MULTIEQUAL_-1206157751'), (u'INDIRECT_-1206158447', u'MULTIEQUAL_-1206157337'), (u'CALL_-1206162778', u'INDIRECT_-1206158259'), (u'INDIRECT_-1206157125', u'MULTIEQUAL_-1206157024'), (u'INDIRECT_-1206157232', u'MULTIEQUAL_-1206157538'), ('const-0', u'STORE_-1206161195'), (u'CALL_-1206162588', u'INDIRECT_-1206158989'), (u'CAST_-1206156428', u'STORE_-1206161290'), (u'STORE_-1206162567', u'INDIRECT_-1206157325'), ('const-1', u'PTRADD_-1206156364'), (u'INDIRECT_-1206157067', u'MULTIEQUAL_-1206157017'), (u'MULTIEQUAL_-1206158550', u'MULTIEQUAL_-1206158550'), (u'INDIRECT_-1206157792', u'MULTIEQUAL_-1206157847'), (u'STORE_-1206162697', u'INDIRECT_-1206157758'), (u'INDIRECT_-1206157552', u'MULTIEQUAL_-1206158167'), (u'INDIRECT_-1206158263', u'MULTIEQUAL_-1206158249'), (u'INDIRECT_-1206156945', u'MULTIEQUAL_-1206157630'), (u'CALL_-1206162778', u'INDIRECT_-1206158535'), (u'INDIRECT_-1206157914', u'MULTIEQUAL_-1206157831'), (u'INDIRECT_-1206159288', u'MULTIEQUAL_-1206156363'), (u'INDIRECT_-1206157609', u'MULTIEQUAL_-1206157521'), (u'COPY_-1206157441', u'MULTIEQUAL_-1206157588'), (u'INDIRECT_-1206159026', u'MULTIEQUAL_-1206158949'), (u'MULTIEQUAL_-1206156351', u'MULTIEQUAL_-1206158176'), (u'INDIRECT_-1206159005', u'MULTIEQUAL_-1206157598'), (u'MULTIEQUAL_-1206156364', u'MULTIEQUAL_-1206159327'), (u'MULTIEQUAL_-1206157985', u'MULTIEQUAL_-1206157585'), (u'INDIRECT_-1206157689', u'MULTIEQUAL_-1206157666'), ('const-417', u'LOAD_-1206162869'), (u'STORE_-1206162736', u'INDIRECT_-1206157437'), (u'COPY_-1206156802', u'MULTIEQUAL_-1206160753'), (u'LOAD_-1206162763', u'CALLIND_-1206162753'), (u'CALL_-1206162750', u'INDIRECT_-1206158744'), (u'CALL_-1206162555', u'INDIRECT_-1206158849'), (u'INDIRECT_-1206158660', u'MULTIEQUAL_-1206158924'), (u'CALL_-1206161518', u'INDIRECT_-1206158158'), (u'CALL_-1206162778', u'INDIRECT_-1206159404'), (u'CALL_-1206162732', u'INDIRECT_-1206157541'), (u'LOAD_-1206162849', u'INT_ADD_-1206162824'), (u'INDIRECT_-1206157942', u'MULTIEQUAL_-1206157930'), (u'INDIRECT_-1206158598', u'MULTIEQUAL_-1206158740'), (u'INT_LESSEQUAL_-1206162614', u'BOOL_AND_-1206158391'), (u'CALL_-1206162616', u'INDIRECT_-1206159005'), ('tmp_20423', u'MULTIEQUAL_-1206157065'), (u'MULTIEQUAL_-1206157369', u'CALL_-1206161774'), (u'INDIRECT_-1206157864', u'MULTIEQUAL_-1206156346'), (u'CALL_-1206163431', u'INT_EQUAL_-1206163405'), (u'COPY_-1206157381', u'CALL_-1206163327'), (u'INT_EQUAL_-1206162902', u'CBRANCH_-1206162898'), ('const-417', u'LOAD_-1206162818'), (u'CALL_-1206162464', u'INDIRECT_-1206157318'), (u'INDIRECT_-1206158859', u'MULTIEQUAL_-1206158860'), (u'CALL_-1206161680', u'INDIRECT_-1206157444'), (u'STORE_-1206162817', u'INDIRECT_-1206157834'), (u'STORE_-1206162561', u'INDIRECT_-1206157597'), (u'CALL_-1206163431', u'INDIRECT_-1206159255'), ('tmp_16579', u'MULTIEQUAL_-1206157926'), (u'MULTIEQUAL_-1206157608', u'MULTIEQUAL_-1206157607'), (u'MULTIEQUAL_-1206157602', u'MULTIEQUAL_-1206159349'), (u'STORE_-1206162749', u'INDIRECT_-1206157997'), (u'INDIRECT_-1206158873', u'MULTIEQUAL_-1206157930'), (u'INDIRECT_-1206158410', u'MULTIEQUAL_-1206158487'), (u'CALL_-1206163327', u'INDIRECT_-1206158959'), (u'CALL_-1206162616', u'INDIRECT_-1206158244'), (u'STORE_-1206162567', u'INDIRECT_-1206157670'), (u'CALL_-1206161954', u'INDIRECT_-1206157635'), (u'INDIRECT_-1206157111', u'MULTIEQUAL_-1206157293'), (u'INDIRECT_-1206158121', u'MULTIEQUAL_-1206158038'), (u'CALL_-1206163327', u'INDIRECT_-1206158480'), (u'STORE_-1206162710', u'INDIRECT_-1206157490'), (u'INDIRECT_-1206157964', u'MULTIEQUAL_-1206157329'), (u'MULTIEQUAL_-1206158424', u'MULTIEQUAL_-1206158424'), (u'STORE_-1206163344', u'INDIRECT_-1206158129'), (u'CALL_-1206162027', u'INDIRECT_-1206157966'), (u'MULTIEQUAL_-1206156365', u'MULTIEQUAL_-1206159390'), (u'CALL_-1206162812', u'INDIRECT_-1206157481'), (u'CALL_-1206161490', u'INDIRECT_-1206158323'), (u'CALL_-1206161518', u'INDIRECT_-1206158221'), (u'INDIRECT_-1206157677', u'MULTIEQUAL_-1206157576'), (u'INDIRECT_-1206158965', u'MULTIEQUAL_-1206159176'), ('const-0', u'INT_NOTEQUAL_-1206162631'), (u'INDIRECT_-1206159540', u'MULTIEQUAL_-1206159601'), ('const-16', u'INT_AND_-1206162888'), (u'INDIRECT_-1206157264', u'MULTIEQUAL_-1206157176'), (u'MULTIEQUAL_-1206157093', u'MULTIEQUAL_-1206157978'), (u'CALL_-1206162862', u'INDIRECT_-1206157357'), (u'CALL_-1206162555', u'INDIRECT_-1206158723'), (u'LOAD_-1206162711', u'INT_ADD_-1206162553'), (u'INDIRECT_-1206157357', u'MULTIEQUAL_-1206157352'), (u'INDIRECT_-1206157542', u'MULTIEQUAL_-1206157521'), ('tmp_20432', u'MULTIEQUAL_-1206157714'), (u'CALL_-1206161967', u'INDIRECT_-1206158198'), ('const-1', u'PTRADD_-1206161063'), (u'CALL_-1206163327', u'INDIRECT_-1206157652'), ('const-4', u'PTRADD_-1206156544'), (u'INDIRECT_-1206157804', u'MULTIEQUAL_-1206157792'), (u'INDIRECT_-1206157625', u'MULTIEQUAL_-1206157539'), (u'CALL_-1206161518', u'INDIRECT_-1206157259'), (u'INDIRECT_-1206157487', u'MULTIEQUAL_-1206157401'), (u'INDIRECT_-1206157748', u'MULTIEQUAL_-1206157654'), ('const-717256', u'COPY_-1206157166'), (u'CALL_-1206162027', u'INDIRECT_-1206157552'), (u'STORE_-1206161172', u'INDIRECT_-1206157199'), (u'MULTIEQUAL_-1206157588', u'INT_ADD_-1206162833'), (u'STORE_-1206161148', u'INDIRECT_-1206157183'), (u'INDIRECT_-1206158056', u'MULTIEQUAL_-1206158042'), (u'INDIRECT_-1206158397', u'MULTIEQUAL_-1206158314'), (u'INDIRECT_-1206157651', u'MULTIEQUAL_-1206158530'), ('const-0', u'CALLIND_-1206162753'), (u'INDIRECT_-1206157059', u'MULTIEQUAL_-1206157038'), (u'INDIRECT_-1206156987', u'MULTIEQUAL_-1206156886'), (u'INDIRECT_-1206158632', u'MULTIEQUAL_-1206158550'), (u'CAST_-1206156528', u'PTRADD_-1206156560'), (u'INDIRECT_-1206159351', u'MULTIEQUAL_-1206156364'), (u'CALL_-1206162616', u'INDIRECT_-1206159509'), (u'MULTIEQUAL_-1206157268', u'MULTIEQUAL_-1206157584'), (u'LOAD_-1206162684', u'INT_LESS_-1206162585'), (u'MULTIEQUAL_-1206156350', u'MULTIEQUAL_-1206158192'), (u'CALL_-1206162812', u'INDIRECT_-1206158449'), (u'CALLIND_-1206162753', u'INDIRECT_-1206159045'), (u'CALL_-1206161518', u'INDIRECT_-1206158095'), (u'INDIRECT_-1206157263', u'MULTIEQUAL_-1206157203'), (u'STORE_-1206163323', u'INDIRECT_-1206157978'), (u'INT_NOTEQUAL_-1206162692', u'CBRANCH_-1206162692'), ('const-417', u'STORE_-1206162749'), (u'CAST_-1206157052', u'STORE_-1206162516'), (u'STORE_-1206162710', u'INDIRECT_-1206157007'), (u'CALL_-1206163431', u'INDIRECT_-1206158317'), (u'MULTIEQUAL_-1206159201', u'MULTIEQUAL_-1206157599'), (u'INDIRECT_-1206158833', u'MULTIEQUAL_-1206157338'), ('tmp_16578', u'MULTIEQUAL_-1206157925'), (u'INDIRECT_-1206158821', u'MULTIEQUAL_-1206158739'), (u'INDIRECT_-1206158118', u'MULTIEQUAL_-1206158376'), (u'STORE_-1206163289', u'INDIRECT_-1206158171'), ('const-48', u'INT_ADD_-1206162656'), (u'MULTIEQUAL_-1206157475', u'COPY_-1206156934'), (u'MULTIEQUAL_-1206158361', u'MULTIEQUAL_-1206158361'), (u'LOAD_-1206162818', u'INT_NOTEQUAL_-1206162802'), (u'COPY_-1206157150', u'MULTIEQUAL_-1206157336'), (u'INDIRECT_-1206159414', u'MULTIEQUAL_-1206159475'), (u'STORE_-1206162567', u'INDIRECT_-1206158015'), (u'INDIRECT_-1206158416', u'MULTIEQUAL_-1206156354'), (u'INDIRECT_-1206157983', u'MULTIEQUAL_-1206157900'), (u'MULTIEQUAL_-1206157500', u'MULTIEQUAL_-1206157459'), (u'STORE_-1206163323', u'INDIRECT_-1206157495'), (u'CAST_-1206157183', u'INT_ADD_-1206162803'), (u'MULTIEQUAL_-1206158172', u'MULTIEQUAL_-1206158173'), (u'INDIRECT_-1206158413', u'MULTIEQUAL_-1206158468'), (u'CAST_-1206156983', u'CALL_-1206162732'), ('const-417', u'STORE_-1206161111'), (u'MULTIEQUAL_-1206157155', u'MULTIEQUAL_-1206157114'), (u'INDIRECT_-1206157625', u'INT_AND_-1206160275'), (u'MULTIEQUAL_-1206157978', u'COPY_-1206163813'), ('const-84', u'INT_ADD_-1206162695'), (u'LOAD_-1206161242', u'MULTIEQUAL_-1206158487'), (u'CALL_-1206162555', u'INDIRECT_-1206158786'), (u'MULTIEQUAL_-1206159201', u'MULTIEQUAL_-1206158509'), (u'LOAD_-1206161229', u'MULTIEQUAL_-1206158424'), (u'CALL_-1206161954', u'INDIRECT_-1206158567'), (u'STORE_-1206163323', u'INDIRECT_-1206158461'), (u'INDIRECT_-1206159148', u'MULTIEQUAL_-1206157343'), ('const-4', u'INT_ADD_-1206162859'), (u'STORE_-1206162655', u'INDIRECT_-1206157795'), (u'STORE_-1206162655', u'INDIRECT_-1206158623'), (u'LOAD_-1206162678', u'INT_LESSEQUAL_-1206162617'), (u'INDIRECT_-1206156904', u'MULTIEQUAL_-1206157086'), (u'MULTIEQUAL_-1206157346', u'MULTIEQUAL_-1206159112'), (u'MULTIEQUAL_-1206157045', u'COPY_-1206157126'), (u'MULTIEQUAL_-1206157929', u'MULTIEQUAL_-1206159601'), (u'CALL_-1206162732', u'INDIRECT_-1206157403'), (u'CALL_-1206161680', u'INDIRECT_-1206158715'), (u'STORE_-1206161195', u'INDIRECT_-1206156662'), (u'INDIRECT_-1206157099', u'MULTIEQUAL_-1206157978'), (u'INDIRECT_-1206157801', u'MULTIEQUAL_-1206157983'), (u'INT_NOTEQUAL_-1206161507', u'CBRANCH_-1206161507'), ('const-44', u'INT_ADD_-1206162512'), (u'INDIRECT_-1206159066', u'MULTIEQUAL_-1206159006'), (u'LOAD_-1206163775', u'INT_EQUAL_-1206163760'), (u'MULTIEQUAL_-1206158676', u'MULTIEQUAL_-1206158676'), (u'MULTIEQUAL_-1206157582', u'MULTIEQUAL_-1206157778'), (u'MULTIEQUAL_-1206158251', u'MULTIEQUAL_-1206157333'), ('const-2129920', u'INT_OR_-1206162521'), (u'CALL_-1206162851', u'INDIRECT_-1206157774'), ('const-692', u'INT_ADD_-1206162824'), (u'INDIRECT_-1206158457', u'MULTIEQUAL_-1206159075'), (u'MULTIEQUAL_-1206157342', u'MULTIEQUAL_-1206158860'), (u'MULTIEQUAL_-1206158458', u'MULTIEQUAL_-1206157337'), (u'INDIRECT_-1206158569', u'MULTIEQUAL_-1206158487'), ('const-417', u'LOAD_-1206162684'), (u'INDIRECT_-1206158449', u'MULTIEQUAL_-1206158405'), (u'CALL_-1206162027', u'INDIRECT_-1206157276'), ('const-0', u'INT_NOTEQUAL_-1206162692'), ('const-1', u'PTRADD_-1206156576'), (u'INDIRECT_-1206157882', u'MULTIEQUAL_-1206156358'), (u'MULTIEQUAL_-1206156358', u'MULTIEQUAL_-1206158949'), (u'INDIRECT_-1206158041', u'INT_ADD_-1206162747'), (u'MULTIEQUAL_-1206157588', u'INT_ADD_-1206162598'), (u'INDIRECT_-1206158849', u'MULTIEQUAL_-1206159113'), (u'CALL_-1206161954', u'INDIRECT_-1206156945'), (u'CALL_-1206162851', u'INDIRECT_-1206158655'), (u'STORE_-1206163289', u'INDIRECT_-1206157895'), (u'CALL_-1206161471', u'INDIRECT_-1206156987'), (u'STORE_-1206163323', u'INDIRECT_-1206157840'), (u'MULTIEQUAL_-1206156355', u'MULTIEQUAL_-1206158452'), (u'INDIRECT_-1206158190', u'MULTIEQUAL_-1206158107'), ('const-289888', u'PTRSUB_-1206156817'), (u'MULTIEQUAL_-1206157585', u'CALL_-1206163431'), (u'CAST_-1206157060', u'STORE_-1206162526'), (u'CALL_-1206162678', u'INDIRECT_-1206158524'), (u'INDIRECT_-1206157759', u'MULTIEQUAL_-1206157682'), (u'PTRADD_-1206156479', u'STORE_-1206161111'), ('const-417', u'STORE_-1206162567'), (u'INT_ADD_-1206161362', u'CAST_-1206156461'), (u'MULTIEQUAL_-1206157431', u'MULTIEQUAL_-1206157390'), (u'MULTIEQUAL_-1206157592', u'MULTIEQUAL_-1206158399'), (u'CALL_-1206161518', u'INDIRECT_-1206157190'), (u'MULTIEQUAL_-1206159160', u'MULTIEQUAL_-1206159138'), (u'STORE_-1206162723', u'INDIRECT_-1206157843'), (u'STORE_-1206162561', u'INDIRECT_-1206157459'), (u'INDIRECT_-1206157688', u'MULTIEQUAL_-1206157893'), (u'MULTIEQUAL_-1206157331', u'MULTIEQUAL_-1206157904'), (u'MULTIEQUAL_-1206157624', u'INT_SEXT_-1206162692'), (u'INDIRECT_-1206157333', u'MULTIEQUAL_-1206157245'), (u'INT_EQUAL_-1206162854', u'CBRANCH_-1206162850'), (u'INT_ADD_-1206162598', u'CAST_-1206157334'), (u'STORE_-1206162567', u'INDIRECT_-1206158291'), (u'CALL_-1206161954', u'INDIRECT_-1206158504'), (u'CALL_-1206162851', u'INDIRECT_-1206157981'), (u'CALLIND_-1206162753', u'INDIRECT_-1206158101'), (u'CALL_-1206162862', u'INT_ADD_-1206162656'), (u'MULTIEQUAL_-1206157598', u'MULTIEQUAL_-1206159097'), (u'MULTIEQUAL_-1206158668', u'MULTIEQUAL_-1206158650'), (u'INDIRECT_-1206158347', u'MULTIEQUAL_-1206158424'), (u'STORE_-1206162655', u'INDIRECT_-1206158485'), (u'STORE_-1206162655', u'INDIRECT_-1206158071'), (u'MULTIEQUAL_-1206158405', u'STORE_-1206162697'), ('const-1', u'CALLIND_-1206161368'), (u'CALLIND_-1206162753', u'INDIRECT_-1206158856'), (u'PTRADD_-1206156937', u'STORE_-1206162697'), (u'CALL_-1206162778', u'INDIRECT_-1206158397'), ('tmp_249', u'CBRANCH_-1206163786'), (u'INDIRECT_-1206158317', u'MULTIEQUAL_-1206158251'), (u'STORE_-1206163323', u'INDIRECT_-1206157633'), (u'STORE_-1206161290', u'INDIRECT_-1206157197'), (u'MULTIEQUAL_-1206158383', u'MULTIEQUAL_-1206157597'), (u'CALL_-1206162688', u'INT_EQUAL_-1206162659'), (u'INDIRECT_-1206157815', u'MULTIEQUAL_-1206157755'), (u'INDIRECT_-1206157094', u'MULTIEQUAL_-1206157400'), (u'STORE_-1206162710', u'INDIRECT_-1206157697'), (u'MULTIEQUAL_-1206156365', u'MULTIEQUAL_-1206159475'), (u'CALL_-1206161954', u'INDIRECT_-1206157428'), (u'INDIRECT_-1206158369', u'MULTIEQUAL_-1206158320'), (u'CALLIND_-1206161368', u'INDIRECT_-1206158031'), (u'CALL_-1206161490', u'INDIRECT_-1206157460'), (u'STORE_-1206161195', u'INDIRECT_-1206156731'), (u'CALL_-1206162812', u'INDIRECT_-1206158575'), ('const-384', u'PTRADD_-1206161063'), (u'INDIRECT_-1206158259', u'MULTIEQUAL_-1206158176'), (u'STORE_-1206162710', u'INDIRECT_-1206157283'), (u'STORE_-1206161290', u'INDIRECT_-1206156921'), (u'MULTIEQUAL_-1206156366', u'MULTIEQUAL_-1206159453'), (u'STORE_-1206161172', u'INDIRECT_-1206156785'), (u'STORE_-1206163344', u'INDIRECT_-1206158060'), (u'CALL_-1206162588', u'INDIRECT_-1206158063'), (u'INDIRECT_-1206158940', u'MULTIEQUAL_-1206158880'), ('tmp_3658', u'CBRANCH_-1206161458'), (u'CALL_-1206161680', u'INDIRECT_-1206157237'), (u'INDIRECT_-1206159162', u'MULTIEQUAL_-1206156361'), (u'INDIRECT_-1206157620', u'MULTIEQUAL_-1206157597'), (u'CALL_-1206161967', u'INDIRECT_-1206158639'), (u'MULTIEQUAL_-1206158098', u'MULTIEQUAL_-1206157586'), (u'INDIRECT_-1206157964', u'MULTIEQUAL_-1206157914'), (u'MULTIEQUAL_-1206159097', u'MULTIEQUAL_-1206157598'), (u'INDIRECT_-1206157194', u'MULTIEQUAL_-1206157093'), (u'MULTIEQUAL_-1206157336', u'INT_ADD_-1206162768'), (u'STORE_-1206162723', u'INDIRECT_-1206157498'), (u'CALL_-1206162688', u'INDIRECT_-1206159036'), (u'CALL_-1206163327', u'INDIRECT_-1206158411'), (u'INDIRECT_-1206158471', u'MULTIEQUAL_-1206158735'), ('const-0', u'INT_EQUAL_-1206163787'), ('tmp_20420', u'INT_NOTEQUAL_-1206161507'), (u'INT_LESS_-1206162585', u'INT_ZEXT_-1206162572'), (u'INDIRECT_-1206157594', u'MULTIEQUAL_-1206157776'), (u'CALL_-1206161471', u'INDIRECT_-1206158432'), (u'INDIRECT_-1206159111', u'MULTIEQUAL_-1206159112'), (u'LOAD_-1206162795', u'INT_ADD_-1206162803'), (u'STORE_-1206162817', u'INDIRECT_-1206157627'), (u'CALL_-1206162688', u'INDIRECT_-1206159351'), (u'INDIRECT_-1206158922', u'MULTIEQUAL_-1206158923'), (u'LOAD_-1206162795', u'INT_ADD_-1206162756'), (u'CALL_-1206161774', u'INDIRECT_-1206157211'), (u'CALL_-1206161471', u'INDIRECT_-1206157677'), (u'INDIRECT_-1206157611', u'MULTIEQUAL_-1206157590'), (u'INDIRECT_-1206157654', u'MULTIEQUAL_-1206157709'), (u'INT_ADD_-1206162803', u'CAST_-1206157182'), (u'INDIRECT_-1206159036', u'MULTIEQUAL_-1206159097'), (u'CALL_-1206161471', u'INDIRECT_-1206157746'), (u'STORE_-1206162545', u'INDIRECT_-1206158072'), (u'CAST_-1206157116', u'LOAD_-1206162672'), (u'CALL_-1206162678', u'INDIRECT_-1206158587'), (u'CALL_-1206163431', u'INDIRECT_-1206159444'), (u'INT_EQUAL_-1206162645', u'CBRANCH_-1206162643'), (u'CALL_-1206161774', u'INDIRECT_-1206158821'), (u'INDIRECT_-1206157306', u'MULTIEQUAL_-1206158185'), (u'MULTIEQUAL_-1206157594', u'CALL_-1206163431'), (u'CALL_-1206162477', u'INDIRECT_-1206158667'), (u'STORE_-1206161195', u'INDIRECT_-1206157490'), (u'PTRADD_-1206156364', u'INT_NOTEQUAL_-1206161475'), ('tmp_20426', u'MULTIEQUAL_-1206157272'), (u'INDIRECT_-1206157619', u'MULTIEQUAL_-1206157569'), (u'INDIRECT_-1206158171', u'MULTIEQUAL_-1206157332'), (u'MULTIEQUAL_-1206158167', u'MULTIEQUAL_-1206157475'), (u'LOAD_-1206161407', u'INT_ADD_-1206161362'), (u'CALL_-1206162616', u'INDIRECT_-1206158520'), (u'INDIRECT_-1206158506', u'MULTIEQUAL_-1206158424'), (u'CALL_-1206162812', u'INDIRECT_-1206158638'), (u'CALL_-1206162778', u'INDIRECT_-1206158052'), (u'CALL_-1206162616', u'INDIRECT_-1206159320'), (u'CALL_-1206162750', u'INDIRECT_-1206158933'), (u'STORE_-1206162545', u'INDIRECT_-1206158141'), (u'CAST_-1206156528', u'PTRADD_-1206156504'), (u'MULTIEQUAL_-1206157338', u'MULTIEQUAL_-1206158608'), (u'MULTIEQUAL_-1206157847', u'MULTIEQUAL_-1206157583'), ('tmp_16576', u'MULTIEQUAL_-1206157923'), (u'CALL_-1206162862', u'INDIRECT_-1206158670'), (u'CALL_-1206161967', u'INDIRECT_-1206156885'), (u'CAST_-1206157182', u'STORE_-1206162817'), (u'INDIRECT_-1206157497', u'MULTIEQUAL_-1206158182'), (u'LOAD_-1206162711', u'INT_ADD_-1206162662'), (u'MULTIEQUAL_-1206158797', u'MULTIEQUAL_-1206157341'), (u'STORE_-1206161148', u'INDIRECT_-1206157390'), (u'CALL_-1206162862', u'INDIRECT_-1206159048'), ('const-48', u'INT_ADD_-1206162785'), (u'MULTIEQUAL_-1206159138', u'MULTIEQUAL_-1206157598'), (u'INDIRECT_-1206159337', u'MULTIEQUAL_-1206157346'), (u'CALL_-1206162477', u'INDIRECT_-1206158289'), (u'STORE_-1206161111', u'INDIRECT_-1206156956'), (u'CAST_-1206156528', u'CAST_-1206156429'), (u'INDIRECT_-1206157930', u'MULTIEQUAL_-1206157985'), (u'STORE_-1206162516', u'INDIRECT_-1206157366'), ('const-16', u'INT_ADD_-1206162768'), ('tmp_16575', u'MULTIEQUAL_-1206158320'), ('const-0', u'INT_NOTEQUAL_-1206161475'), (u'STORE_-1206161195', u'INDIRECT_-1206157214'), (u'LOAD_-1206161378', u'CALLIND_-1206161368'), (u'INDIRECT_-1206159152', u'MULTIEQUAL_-1206159075'), ('const-288265', u'COPY_-1206163950'), (u'CALL_-1206163431', u'INDIRECT_-1206158524'), (u'INT_ADD_-1206162676', u'CAST_-1206156955'), (u'STORE_-1206162545', u'INDIRECT_-1206157520'), (u'STORE_-1206162567', u'INDIRECT_-1206158153'), (u'CAST_-1206157112', u'LOAD_-1206162666'), (u'INDIRECT_-1206157332', u'MULTIEQUAL_-1206157272'), (u'CALL_-1206162750', u'CAST_-1206156983'), (u'INDIRECT_-1206157757', u'MULTIEQUAL_-1206157707'), ('const-417', u'LOAD_-1206162914'), (u'COPY_-1206157166', u'CALL_-1206162588'), (u'CALL_-1206162750', u'INDIRECT_-1206158681'), (u'CALL_-1206161774', u'INDIRECT_-1206157349'), (u'INDIRECT_-1206158620', u'MULTIEQUAL_-1206158675'), (u'MULTIEQUAL_-1206157682', u'MULTIEQUAL_-1206157591'), (u'STORE_-1206162545', u'INDIRECT_-1206158210'), (u'CALL_-1206162678', u'INDIRECT_-1206157757'), (u'MULTIEQUAL_-1206156918', u'MULTIEQUAL_-1206156917'), (u'MULTIEQUAL_-1206157341', u'MULTIEQUAL_-1206158797'), (u'CALL_-1206162027', u'INDIRECT_-1206157345'), (u'MULTIEQUAL_-1206159854', u'PTRADD_-1206156969'), (u'INDIRECT_-1206158149', u'MULTIEQUAL_-1206158137'), (u'INDIRECT_-1206157911', u'MULTIEQUAL_-1206158169'), (u'CAST_-1206157136', u'LOAD_-1206162711'), (u'MULTIEQUAL_-1206158323', u'MULTIEQUAL_-1206158305'), (u'MULTIEQUAL_-1206158236', u'MULTIEQUAL_-1206157589'), (u'CALL_-1206162862', u'INDIRECT_-1206158185'), (u'MULTIEQUAL_-1206158608', u'MULTIEQUAL_-1206157338'), ('tmp_20419', u'INT_ADD_-1206163838'), (u'STORE_-1206162749', u'INDIRECT_-1206157238'), (u'CALL_-1206162750', u'INDIRECT_-1206158870'), (u'STORE_-1206162710', u'INDIRECT_-1206157835'), ('const-417', u'LOAD_-1206162508'), (u'INDIRECT_-1206157221', u'MULTIEQUAL_-1206157479'), (u'INDIRECT_-1206157773', u'MULTIEQUAL_-1206158458'), (u'MULTIEQUAL_-1206157401', u'MULTIEQUAL_-1206157400'), (u'CALL_-1206162688', u'INDIRECT_-1206159099'), ('tmp_20420', u'MULTIEQUAL_-1206157824'), (u'CALL_-1206161967', u'INDIRECT_-1206158135'), (u'MULTIEQUAL_-1206158399', u'MULTIEQUAL_-1206157592'), (u'INT_OR_-1206162521', u'STORE_-1206162545'), (u'STORE_-1206162723', u'INDIRECT_-1206157291'), (u'INDIRECT_-1206157152', u'MULTIEQUAL_-1206157837'), (u'CAST_-1206156528', u'PTRADD_-1206156520'), (u'CAST_-1206157156', u'LOAD_-1206162763'), (u'CALL_-1206162732', u'INDIRECT_-1206159226'), ('const-0', u'INT_EQUAL_-1206163760'), (u'STORE_-1206162567', u'INDIRECT_-1206157601'), (u'INDIRECT_-1206157619', u'MULTIEQUAL_-1206157324'), (u'CAST_-1206157076', u'STORE_-1206162561'), (u'CALL_-1206161471', u'INDIRECT_-1206158810'), (u'MULTIEQUAL_-1206157336', u'INT_ADD_-1206162622'), (u'MULTIEQUAL_-1206159138', u'MULTIEQUAL_-1206158446'), (u'CALL_-1206162616', u'INDIRECT_-1206158037'), (u'MULTIEQUAL_-1206158650', u'MULTIEQUAL_-1206157958'), (u'MULTIEQUAL_-1206157024', u'MULTIEQUAL_-1206157909'), ('const-0', u'INT_EQUAL_-1206162786'), (u'INDIRECT_-1206156839', u'MULTIEQUAL_-1206156347'), (u'CALLIND_-1206162753', u'INDIRECT_-1206157756'), (u'CALL_-1206161774', u'INDIRECT_-1206158506'), (u'CALL_-1206162616', u'INDIRECT_-1206158589'), (u'INDIRECT_-1206158449', u'MULTIEQUAL_-1206156367'), (u'INDIRECT_-1206157194', u'MULTIEQUAL_-1206157134'), (u'CALL_-1206162812', u'INT_EQUAL_-1206162786'), (u'CALL_-1206161954', u'INDIRECT_-1206157704'), (u'INDIRECT_-1206157746', u'MULTIEQUAL_-1206157686'), (u'CAST_-1206156528', u'CAST_-1206156454'), (u'CALL_-1206162862', u'INT_ADD_-1206162779'), (u'STORE_-1206162526', u'INDIRECT_-1206158064'), (u'CALLIND_-1206162753', u'INDIRECT_-1206159108'), (u'STORE_-1206162697', u'INDIRECT_-1206157620'), (u'INT_ADD_-1206161469', u'CAST_-1206156743'), (u'INDIRECT_-1206156852', u'MULTIEQUAL_-1206156831'), (u'STORE_-1206161195', u'INDIRECT_-1206157283'), (u'INT_ADD_-1206162512', u'CAST_-1206157060'), ('const-417', u'LOAD_-1206161280'), (u'MULTIEQUAL_-1206159384', u'INT_ADD_-1206163275'), (u'CALL_-1206161490', u'INDIRECT_-1206157882'), (u'MULTIEQUAL_-1206158392', u'MULTIEQUAL_-1206158374'), (u'CALL_-1206162812', u'INDIRECT_-1206157067'), (u'CALL_-1206161490', u'INDIRECT_-1206158260'), (u'CALL_-1206163431', u'INDIRECT_-1206158877'), ('tmp_20424', u'MULTIEQUAL_-1206157134'), (u'INDIRECT_-1206157343', u'MULTIEQUAL_-1206157548'), (u'MULTIEQUAL_-1206157597', u'MULTIEQUAL_-1206159034'), (u'INDIRECT_-1206158343', u'MULTIEQUAL_-1206158531'), (u'LOAD_-1206161216', u'MULTIEQUAL_-1206158361'), (u'CALL_-1206161680', u'INDIRECT_-1206157030'), (u'MULTIEQUAL_-1206156362', u'MULTIEQUAL_-1206159201'), (u'MULTIEQUAL_-1206157162', u'MULTIEQUAL_-1206158047'), (u'CALL_-1206162778', u'INDIRECT_-1206159026'), (u'INDIRECT_-1206159540', u'MULTIEQUAL_-1206156367'), ('const-36', u'INT_ADD_-1206162900'), (u'CALL_-1206162477', u'CALL_-1206162464'), (u'CALL_-1206162588', u'INDIRECT_-1206158611'), (u'INDIRECT_-1206157137', u'MULTIEQUAL_-1206157114'), (u'CALL_-1206162464', u'INDIRECT_-1206158469'), (u'PTRSUB_-1206157344', u'CALLIND_-1206162753'), (u'INDIRECT_-1206158254', u'MULTIEQUAL_-1206158249'), (u'INDIRECT_-1206157539', u'INT_ADD_-1206161396'), (u'STORE_-1206162526', u'INDIRECT_-1206157719'), (u'INDIRECT_-1206157673', u'MULTIEQUAL_-1206157746'), (u'PTRADD_-1206156961', u'STORE_-1206162736'), (u'CALL_-1206162678', u'INDIRECT_-1206158650'), (u'CALL_-1206162862', u'INT_ADD_-1206162695'), (u'STORE_-1206161172', u'INDIRECT_-1206157061'), (u'CALL_-1206161518', u'INDIRECT_-1206157742'), ('const-417', u'STORE_-1206163344'), (u'MULTIEQUAL_-1206158116', u'MULTIEQUAL_-1206158098'), (u'INDIRECT_-1206158218', u'MULTIEQUAL_-1206158206'), ('tmp_2524', u'BRANCH_-1206161939'), (u'INDIRECT_-1206159162', u'MULTIEQUAL_-1206159223'), (u'INDIRECT_-1206157142', u'MULTIEQUAL_-1206157056'), (u'LOAD_-1206162692', u'CALL_-1206162678'), (u'STORE_-1206161195', u'INDIRECT_-1206156869'), (u'CAST_-1206156461', u'LOAD_-1206161378'), (u'STORE_-1206162655', u'INDIRECT_-1206157657'), (u'INDIRECT_-1206158512', u'MULTIEQUAL_-1206158468'), ('const-0', u'PTRSUB_-1206156848'), (u'INDIRECT_-1206157688', u'MULTIEQUAL_-1206157638'), (u'CALL_-1206161680', u'INDIRECT_-1206158400'), (u'STORE_-1206163344', u'INDIRECT_-1206158474'), (u'MULTIEQUAL_-1206159538', u'MULTIEQUAL_-1206157605'), (u'INDIRECT_-1206157030', u'MULTIEQUAL_-1206157909'), (u'CAST_-1206157246', u'STORE_-1206163289'), (u'MULTIEQUAL_-1206157332', u'MULTIEQUAL_-1206157331'), (u'MULTIEQUAL_-1206157645', u'MULTIEQUAL_-1206158530'), (u'CALL_-1206161967', u'INDIRECT_-1206157644'), ('const-40', u'INT_ADD_-1206163838'), (u'INDIRECT_-1206158185', u'MULTIEQUAL_-1206158180'), (u'INDIRECT_-1206158284', u'MULTIEQUAL_-1206158361'), (u'INDIRECT_-1206157136', u'MULTIEQUAL_-1206157086'), (u'CALL_-1206162688', u'INDIRECT_-1206157999'), (u'CALL_-1206162812', u'INDIRECT_-1206158890'), (u'INT_ADD_-1206162756', u'CALL_-1206162750'), (u'CALL_-1206162732', u'INDIRECT_-1206158785'), ('const-417', u'STORE_-1206162561'), (u'CALL_-1206162862', u'INDIRECT_-1206159111'), (u'INDIRECT_-1206157759', u'MULTIEQUAL_-1206158374'), ('const-0', u'INT_EQUAL_-1206163698'), (u'CALL_-1206162027', u'INDIRECT_-1206158457'), (u'MULTIEQUAL_-1206157283', u'MULTIEQUAL_-1206157322'), (u'INDIRECT_-1206158432', u'MULTIEQUAL_-1206157923'), (u'STORE_-1206163323', u'INDIRECT_-1206157771'), (u'INDIRECT_-1206157288', u'MULTIEQUAL_-1206157283'), (u'STORE_-1206163289', u'INDIRECT_-1206158033'), (u'MULTIEQUAL_-1206157914', u'MULTIEQUAL_-1206157873'), (u'MULTIEQUAL_-1206158374', u'MULTIEQUAL_-1206157591'), (u'CALL_-1206162616', u'INDIRECT_-1206157623'), (u'CALL_-1206163327', u'INDIRECT_-1206158204'), (u'INDIRECT_-1206158400', u'MULTIEQUAL_-1206159286'), (u'CALLIND_-1206161368', u'INDIRECT_-1206156712'), ('const-5', u'PTRADD_-1206156479'), (u'CALL_-1206161490', u'INDIRECT_-1206156701'), (u'CALL_-1206162555', u'INDIRECT_-1206158975'), (u'CALL_-1206162862', u'INDIRECT_-1206157564'), (u'MULTIEQUAL_-1206159854', u'PTRADD_-1206156953'), (u'INDIRECT_-1206157840', u'MULTIEQUAL_-1206157835'), (u'CALL_-1206163327', u'INDIRECT_-1206158135'), (u'INDIRECT_-1206157776', u'MULTIEQUAL_-1206157693'), (u'CALLIND_-1206161368', u'INDIRECT_-1206157402'), (u'INDIRECT_-1206158646', u'MULTIEQUAL_-1206158572'), (u'STORE_-1206161111', u'INDIRECT_-1206156542'), (u'CALL_-1206162778', u'INDIRECT_-1206157776'), (u'STORE_-1206161195', u'INDIRECT_-1206157421'), (u'INDIRECT_-1206157567', u'CALL_-1206162812'), (u'MULTIEQUAL_-1206157300', u'MULTIEQUAL_-1206158185'), (u'PTRADD_-1206156662', u'CAST_-1206156507'), (u'INDIRECT_-1206159131', u'MULTIEQUAL_-1206157600'), (u'INDIRECT_-1206158457', u'MULTIEQUAL_-1206158383'), (u'MULTIEQUAL_-1206157771', u'MULTIEQUAL_-1206157753'), ('const-0', u'STORE_-1206162655'), (u'MULTIEQUAL_-1206157942', u'COPY_-1206158023'), (u'STORE_-1206162545', u'INDIRECT_-1206157727'), (u'INDIRECT_-1206157953', u'MULTIEQUAL_-1206157852'), (u'INDIRECT_-1206157621', u'MULTIEQUAL_-1206158236'), (u'MULTIEQUAL_-1206157194', u'MULTIEQUAL_-1206157193'), (u'MULTIEQUAL_-1206157584', u'MULTIEQUAL_-1206157916'), (u'INDIRECT_-1206158024', u'MULTIEQUAL_-1206157930'), (u'PTRADD_-1206156945', u'STORE_-1206162710'), (u'INDIRECT_-1206158873', u'MULTIEQUAL_-1206158824'), ('const-1852896', u'PTRSUB_-1206157478'), (u'INT_NOTEQUAL_-1206163231', u'CBRANCH_-1206163230'), (u'INDIRECT_-1206157933', u'MULTIEQUAL_-1206156347'), (u'CALL_-1206162851', u'INDIRECT_-1206158466'), (u'INDIRECT_-1206158106', u'MULTIEQUAL_-1206157589'), ('const-7', u'PTRADD_-1206156937'), ('const-417', u'STORE_-1206162710'), (u'CALL_-1206162862', u'INT_ADD_-1206162785'), ('const-4', u'PTRADD_-1206156479'), (u'PTRADD_-1206156544', u'LOAD_-1206161216'), (u'INDIRECT_-1206158221', u'MULTIEQUAL_-1206158298'), (u'STORE_-1206162516', u'INDIRECT_-1206158056'), ('const-417', u'LOAD_-1206161412'), ('const-0', u'INT_EQUAL_-1206161485'), (u'INDIRECT_-1206157042', u'MULTIEQUAL_-1206157224'), (u'INDIRECT_-1206156921', u'MULTIEQUAL_-1206156900'), (u'CALL_-1206161490', u'INDIRECT_-1206157391'), (u'CALL_-1206162778', u'INDIRECT_-1206157914'), ('const-417', u'STORE_-1206162817'), (u'MULTIEQUAL_-1206157852', u'MULTIEQUAL_-1206158737'), (u'STORE_-1206162655', u'INDIRECT_-1206158416'), (u'MULTIEQUAL_-1206157325', u'MULTIEQUAL_-1206157490'), (u'CALL_-1206161680', u'INDIRECT_-1206157306'), (u'CALL_-1206162732', u'INDIRECT_-1206157817'), (u'CALL_-1206162732', u'INDIRECT_-1206158093'), ('tmp_16584', u'MULTIEQUAL_-1206158802'), ('const-2', u'PTRADD_-1206156568'), (u'STORE_-1206162749', u'INDIRECT_-1206157445'), (u'INDIRECT_-1206158211', u'MULTIEQUAL_-1206159097'), (u'CALL_-1206161490', u'INDIRECT_-1206158071'), (u'MULTIEQUAL_-1206157369', u'MULTIEQUAL_-1206158254'), ('const-417', u'LOAD_-1206161180'), (u'INDIRECT_-1206157558', u'MULTIEQUAL_-1206157492'), (u'INDIRECT_-1206158520', u'MULTIEQUAL_-1206157595'), (u'INDIRECT_-1206157207', u'MULTIEQUAL_-1206157130'), (u'MULTIEQUAL_-1206158719', u'MULTIEQUAL_-1206157596'), (u'INDIRECT_-1206158378', u'COPY_-1206157332'), (u'STORE_-1206162526', u'INDIRECT_-1206157926'), ('tmp_3119', u'BRANCH_-1206162019'), (u'CALL_-1206161680', u'INDIRECT_-1206157858'), (u'CALL_-1206162027', u'INDIRECT_-1206157690'), (u'MULTIEQUAL_-1206156364', u'MULTIEQUAL_-1206159412'), (u'CALL_-1206162778', u'INDIRECT_-1206158190'), (u'INDIRECT_-1206158171', u'MULTIEQUAL_-1206158376'), (u'PTRADD_-1206156532', u'STORE_-1206161195'), (u'CALL_-1206163431', u'INDIRECT_-1206158386'), (u'CALL_-1206161471', u'INDIRECT_-1206158558'), (u'LOAD_-1206162666', u'INT_LESS_-1206162585'), (u'INDIRECT_-1206158524', u'MULTIEQUAL_-1206158735'), (u'CALL_-1206163431', u'INDIRECT_-1206158179'), (u'LOAD_-1206161469', u'INT_NOTEQUAL_-1206161438'), (u'INDIRECT_-1206157688', u'MULTIEQUAL_-1206157325'), (u'INDIRECT_-1206157459', u'MULTIEQUAL_-1206157447'), (u'INDIRECT_-1206158011', u'MULTIEQUAL_-1206157999'), (u'MULTIEQUAL_-1206159264', u'MULTIEQUAL_-1206157600'), (u'INDIRECT_-1206157057', u'MULTIEQUAL_-1206156969'), (u'INDIRECT_-1206159192', u'MULTIEQUAL_-1206159132'), (u'INDIRECT_-1206158033', u'MULTIEQUAL_-1206157983'), (u'CALLIND_-1206161368', u'INDIRECT_-1206157195'), (u'INT_LESS_-1206161449', u'CBRANCH_-1206161458'), (u'CAST_-1206156429', u'INT_ADD_-1206161276'), ('const-417', u'LOAD_-1206162795'), (u'INDIRECT_-1206156714', u'MULTIEQUAL_-1206156693'), (u'INDIRECT_-1206157566', u'MULTIEQUAL_-1206158251'), (u'LOAD_-1206161412', u'MULTIEQUAL_-1206156885'), (u'CALL_-1206161774', u'INDIRECT_-1206157418'), (u'STORE_-1206161290', u'INDIRECT_-1206156645'), (u'CALL_-1206162027', u'INDIRECT_-1206157207'), (u'CALL_-1206162862', u'INDIRECT_-1206158047'), (u'CALL_-1206162812', u'INDIRECT_-1206158033'), (u'STORE_-1206163323', u'INDIRECT_-1206157702'), (u'MULTIEQUAL_-1206158606', u'MULTIEQUAL_-1206157595'), (u'STORE_-1206162736', u'INDIRECT_-1206157023'), (u'INDIRECT_-1206158650', u'MULTIEQUAL_-1206158861'), ('const-0', u'INT_EQUAL_-1206162645'), (u'INDIRECT_-1206157275', u'MULTIEQUAL_-1206157252'), (u'BOOL_AND_-1206158391', u'CBRANCH_-1206162612'), (u'MULTIEQUAL_-1206161439', u'LOAD_-1206162652'), (u'STORE_-1206163323', u'INDIRECT_-1206157564'), (u'CALL_-1206162778', u'INDIRECT_-1206157845'), (u'MULTIEQUAL_-1206159412', u'MULTIEQUAL_-1206157603'), (u'CAST_-1206156528', u'PTRADD_-1206156662'), (u'CALL_-1206161471', u'INDIRECT_-1206157125'), (u'INDIRECT_-1206158607', u'MULTIEQUAL_-1206158608'), (u'STORE_-1206162697', u'INDIRECT_-1206156999'), (u'MULTIEQUAL_-1206161439', u'LOAD_-1206162647'), (u'MULTIEQUAL_-1206156955', u'MULTIEQUAL_-1206157840'), (u'CALL_-1206162851', u'INDIRECT_-1206158781'), (u'MULTIEQUAL_-1206161439', u'CALL_-1206162688'), (u'CALL_-1206162588', u'INDIRECT_-1206158132'), (u'CALL_-1206162477', u'INDIRECT_-1206157120'), (u'STORE_-1206162655', u'INDIRECT_-1206158278'), (u'STORE_-1206161111', u'INDIRECT_-1206156749'), (u'MULTIEQUAL_-1206159727', u'STORE_-1206162749'), ('tmp_16577', u'MULTIEQUAL_-1206157924'), (u'INDIRECT_-1206158110', u'MULTIEQUAL_-1206158044'), (u'INDIRECT_-1206157401', u'MULTIEQUAL_-1206157341'), (u'INDIRECT_-1206157550', u'MULTIEQUAL_-1206157755'), (u'CALL_-1206162851', u'INDIRECT_-1206157360'), (u'INDIRECT_-1206156807', u'MULTIEQUAL_-1206157492'), (u'STORE_-1206161172', u'INDIRECT_-1206156578'), (u'INDIRECT_-1206158209', u'MULTIEQUAL_-1206156351'), (u'CALL_-1206162027', u'INDIRECT_-1206158520'), (u'STORE_-1206162526', u'INDIRECT_-1206157443'), (u'CALL_-1206162812', u'INDIRECT_-1206157895'), (u'STORE_-1206163344', u'INDIRECT_-1206157853'), (u'STORE_-1206162697', u'INDIRECT_-1206157068'), (u'STORE_-1206163289', u'INDIRECT_-1206158447'), (u'CALL_-1206162588', u'INDIRECT_-1206157166'), (u'STORE_-1206161290', u'INDIRECT_-1206157266'), (u'INDIRECT_-1206158877', u'MULTIEQUAL_-1206158817'), (u'STORE_-1206162516', u'INDIRECT_-1206157435'), (u'MULTIEQUAL_-1206158530', u'MULTIEQUAL_-1206158512'), ('tmp_2088', u'CBRANCH_-1206162692'), (u'MULTIEQUAL_-1206156363', u'MULTIEQUAL_-1206159264'), (u'INDIRECT_-1206156973', u'MULTIEQUAL_-1206157155'), (u'STORE_-1206161111', u'INDIRECT_-1206157025'), (u'STORE_-1206162567', u'INDIRECT_-1206157739'), (u'INDIRECT_-1206158898', u'MULTIEQUAL_-1206158824'), (u'INDIRECT_-1206157328', u'MULTIEQUAL_-1206157401'), (u'CALL_-1206161967', u'INDIRECT_-1206158450'), (u'INDIRECT_-1206158466', u'MULTIEQUAL_-1206158383'), (u'INDIRECT_-1206158162', u'MULTIEQUAL_-1206158068'), (u'MULTIEQUAL_-1206156356', u'MULTIEQUAL_-1206158521'), (u'INDIRECT_-1206158558', u'MULTIEQUAL_-1206157925'), ('const-417', u'LOAD_-1206162647'), (u'INDIRECT_-1206157732', u'MULTIEQUAL_-1206157914'), (u'CALL_-1206162588', u'INDIRECT_-1206158737'), (u'CALL_-1206162027', u'INDIRECT_-1206157897'), (u'CALL_-1206161518', u'INDIRECT_-1206157604'), (u'MULTIEQUAL_-1206157293', u'MULTIEQUAL_-1206157252'), (u'CALL_-1206163431', u'INDIRECT_-1206158940'), (u'CALL_-1206161471', u'INDIRECT_-1206157953'), ('const-417', u'LOAD_-1206161469'), (u'MULTIEQUAL_-1206158182', u'MULTIEQUAL_-1206157332'), ('const-417', u'STORE_-1206162545'), (u'MULTIEQUAL_-1206156347', u'MULTIEQUAL_-1206157985'), (u'CALL_-1206162616', u'INDIRECT_-1206157761'), (u'CALL_-1206162555', u'INDIRECT_-1206157704'), (u'MULTIEQUAL_-1206157835', u'MULTIEQUAL_-1206157330'), (u'STORE_-1206162545', u'INDIRECT_-1206157934'), (u'CALL_-1206163327', u'INDIRECT_-1206159148'), (u'INDIRECT_-1206158599', u'MULTIEQUAL_-1206158676'), (u'INDIRECT_-1206158693', u'MULTIEQUAL_-1206159384'), (u'CALL_-1206162477', u'INDIRECT_-1206157327'), (u'STORE_-1206161111', u'INDIRECT_-1206157439'), (u'MULTIEQUAL_-1206157561', u'MULTIEQUAL_-1206157323'), (u'INDIRECT_-1206156632', u'MULTIEQUAL_-1206156344'), (u'CALL_-1206163431', u'INDIRECT_-1206159318'), (u'INDIRECT_-1206157817', u'MULTIEQUAL_-1206157723'), (u'INDIRECT_-1206158485', u'MULTIEQUAL_-1206156355'), (u'MULTIEQUAL_-1206157630', u'MULTIEQUAL_-1206157324'), (u'INDIRECT_-1206157550', u'MULTIEQUAL_-1206157323'), (u'CAST_-1206157044', u'LOAD_-1206162508'), (u'MULTIEQUAL_-1206158443', u'MULTIEQUAL_-1206157592'), (u'CAST_-1206157460', u'LOAD_-1206162875'), (u'INDIRECT_-1206158047', u'MULTIEQUAL_-1206158042'), ('const-4', u'PTRADD_-1206156953'), (u'CALL_-1206162732', u'INDIRECT_-1206159037'), (u'CALLIND_-1206161368', u'INDIRECT_-1206157540'), (u'MULTIEQUAL_-1206157891', u'MULTIEQUAL_-1206157199'), (u'MULTIEQUAL_-1206158943', u'MULTIEQUAL_-1206157340'), (u'MULTIEQUAL_-1206158044', u'MULTIEQUAL_-1206157330'), (u'INDIRECT_-1206157720', u'MULTIEQUAL_-1206158599'), (u'MULTIEQUAL_-1206157922', u'MULTIEQUAL_-1206159160'), (u'INDIRECT_-1206157121', u'MULTIEQUAL_-1206157194'), ('tmp_3688', u'CBRANCH_-1206161443'), (u'STORE_-1206161111', u'INDIRECT_-1206157094'), (u'INT_LESS_-1206162633', u'INT_ZEXT_-1206162617'), (u'INT_ADD_-1206161276', u'CAST_-1206156428'), (u'CAST_-1206156528', u'PTRADD_-1206156576'), (u'STORE_-1206162710', u'INDIRECT_-1206157214'), ('const-6', u'PTRADD_-1206156945'), (u'INDIRECT_-1206158630', u'MULTIEQUAL_-1206159321'), (u'STORE_-1206163344', u'INDIRECT_-1206157922'), (u'INDIRECT_-1206158575', u'MULTIEQUAL_-1206158531'), (u'CALL_-1206161774', u'INDIRECT_-1206157280'), (u'CALL_-1206161774', u'INDIRECT_-1206157073'), (u'CALL_-1206162588', u'INDIRECT_-1206157235'), ('const-1852896', u'PTRSUB_-1206157002'), (u'CALL_-1206162464', u'INDIRECT_-1206157456'), (u'PTRSUB_-1206157002', u'CALL_-1206162812'), (u'INDIRECT_-1206157125', u'MULTIEQUAL_-1206157065'), (u'CALL_-1206162851', u'INDIRECT_-1206157705'), (u'CALL_-1206162732', u'INDIRECT_-1206158231'), (u'CALL_-1206162027', u'INDIRECT_-1206158772'), (u'STORE_-1206163323', u'INDIRECT_-1206158392'), (u'MULTIEQUAL_-1206160753', u'INT_ADD_-1206161469'), ('const-1', u'PTRADD_-1206156364'), ('const-417', u'LOAD_-1206163854'), (u'INT_EQUAL_-1206161994', u'CBRANCH_-1206161992'), (u'INDIRECT_-1206158551', u'MULTIEQUAL_-1206158606'), (u'INDIRECT_-1206157412', u'MULTIEQUAL_-1206157617'), (u'STORE_-1206162526', u'INDIRECT_-1206157857'), ('const-0', u'INT_NOTEQUAL_-1206163231'), (u'STORE_-1206162749', u'INDIRECT_-1206157721'), (u'CALLIND_-1206162753', u'INDIRECT_-1206157687'), (u'INT_ADD_-1206163285', u'STORE_-1206163289'), (u'CALL_-1206161774', u'INDIRECT_-1206157004'), (u'CALL_-1206161680', u'INDIRECT_-1206157513'), (u'INDIRECT_-1206157965', u'MULTIEQUAL_-1206157942'), (u'MULTIEQUAL_-1206157593', u'CALL_-1206163431'), ('const-20', u'INT_ADD_-1206162534'), (u'MULTIEQUAL_-1206157340', u'MULTIEQUAL_-1206158734'), ('const-417', u'LOAD_-1206162652'), (u'STORE_-1206161195', u'INDIRECT_-1206156593'), (u'CALL_-1206162678', u'INDIRECT_-1206157481'), ('const-4', u'PTRADD_-1206156520'), (u'CALL_-1206162678', u'INDIRECT_-1206157274'), (u'MULTIEQUAL_-1206158027', u'MULTIEQUAL_-1206157596'), (u'INDIRECT_-1206157428', u'MULTIEQUAL_-1206157686'), (u'MULTIEQUAL_-1206157583', u'CALL_-1206163431'), (u'INDIRECT_-1206157528', u'PTRADD_-1206161063'), (u'INT_ADD_-1206162833', u'CAST_-1206157449'), (u'INDIRECT_-1206158406', u'MULTIEQUAL_-1206158594'), (u'MULTIEQUAL_-1206158029', u'MULTIEQUAL_-1206157585'), (u'INDIRECT_-1206158125', u'MULTIEQUAL_-1206158111'), (u'STORE_-1206162710', u'INDIRECT_-1206157352'), (u'MULTIEQUAL_-1206158761', u'MULTIEQUAL_-1206157603'), (u'CALL_-1206161954', u'INDIRECT_-1206158630'), (u'INDIRECT_-1206159225', u'MULTIEQUAL_-1206156362'), (u'CALL_-1206161680', u'INDIRECT_-1206157099'), (u'MULTIEQUAL_-1206158468', u'STORE_-1206162710'), ('const-417', u'LOAD_-1206162801'), (u'CALL_-1206162588', u'CALL_-1206162555'), (u'INDIRECT_-1206158758', u'MULTIEQUAL_-1206158676'), (u'LOAD_-1206161180', u'MULTIEQUAL_-1206158235'), (u'MULTIEQUAL_-1206159854', u'INT_NOTEQUAL_-1206162760'), (u'STORE_-1206161290', u'INDIRECT_-1206157611'), ('tmp_4199', u'CBRANCH_-1206161507'), (u'CALL_-1206161774', u'INDIRECT_-1206157142'), (u'INDIRECT_-1206156563', u'MULTIEQUAL_-1206156343'), (u'MULTIEQUAL_-1206159453', u'MULTIEQUAL_-1206157603'), ('tmp_1406', u'CBRANCH_-1206162821'), (u'COPY_-1206163813', u'MULTIEQUAL_-1206160146'), (u'STORE_-1206162516', u'INDIRECT_-1206157504'), (u'CALL_-1206162750', u'INDIRECT_-1206157236'), ('const-718719', u'COPY_-1206156760'), (u'MULTIEQUAL_-1206157603', u'MULTIEQUAL_-1206159412'), (u'INDIRECT_-1206157987', u'MULTIEQUAL_-1206157973'), (u'CALL_-1206162464', u'INDIRECT_-1206158532'), (u'CALL_-1206161471', u'INDIRECT_-1206157332'), (u'CAST_-1206157054', u'LOAD_-1206162914'), (u'STORE_-1206162723', u'INDIRECT_-1206157567'), ('const-0', u'CALLIND_-1206162753'), (u'INT_NOTEQUAL_-1206161444', u'CBRANCH_-1206161443'), (u'CALL_-1206161967', u'INDIRECT_-1206158324'), (u'STORE_-1206163323', u'INDIRECT_-1206158047'), (u'INDIRECT_-1206157694', u'MULTIEQUAL_-1206157608'), (u'INDIRECT_-1206158835', u'MULTIEQUAL_-1206159453'), (u'CALL_-1206162851', u'INDIRECT_-1206157912'), (u'INDIRECT_-1206157413', u'MULTIEQUAL_-1206157390'), (u'INT_EQUAL_-1206163405', u'CBRANCH_-1206163404'), (u'INDIRECT_-1206157566', u'MULTIEQUAL_-1206157824'), (u'INDIRECT_-1206158126', u'MULTIEQUAL_-1206158817'), (u'INDIRECT_-1206158323', u'MULTIEQUAL_-1206156365'), (u'STORE_-1206162655', u'INDIRECT_-1206158347'), ('tmp_20428', u'MULTIEQUAL_-1206157369'), (u'INT_SUB_-1206162566', u'INT_SUB_-1206162561'), (u'MULTIEQUAL_-1206157492', u'MULTIEQUAL_-1206157322'), (u'CALL_-1206162555', u'INDIRECT_-1206157152'), (u'COPY_-1206157124', u'CALL_-1206162027'), (u'COPY_-1206156830', u'MULTIEQUAL_-1206160753'), (u'MULTIEQUAL_-1206159854', u'PTRADD_-1206156937'), (u'CALL_-1206161490', u'INDIRECT_-1206157322'), (u'INDIRECT_-1206157435', u'MULTIEQUAL_-1206157421'), (u'MULTIEQUAL_-1206156849', u'MULTIEQUAL_-1206156848'), (u'STORE_-1206162545', u'INDIRECT_-1206157451'), (u'STORE_-1206162516', u'INDIRECT_-1206157918'), (u'MULTIEQUAL_-1206157324', u'MULTIEQUAL_-1206157421'), (u'INDIRECT_-1206158695', u'MULTIEQUAL_-1206158613'), (u'INDIRECT_-1206156983', u'MULTIEQUAL_-1206157056'), (u'CALL_-1206161490', u'INDIRECT_-1206158449'), (u'MULTIEQUAL_-1206157837', u'STORE_-1206163344'), (u'INDIRECT_-1206157426', u'MULTIEQUAL_-1206157421'), (u'CALL_-1206161967', u'INDIRECT_-1206157437'), ('const-0', u'INT_EQUAL_-1206163405'), (u'CAST_-1206157068', u'STORE_-1206162545'), ('const-4', u'PTRADD_-1206156516'), ('tmp_290', u'CBRANCH_-1206163758'), (u'CAST_-1206157629', u'LOAD_-1206163893'), (u'PTRADD_-1206156953', u'STORE_-1206162723'), (u'CALL_-1206162678', u'INDIRECT_-1206158033'), (u'MULTIEQUAL_-1206157336', u'INT_NOTEQUAL_-1206163231'), (u'INDIRECT_-1206157771', u'MULTIEQUAL_-1206157766'), (u'INDIRECT_-1206158140', u'MULTIEQUAL_-1206156350'), (u'STORE_-1206161148', u'INDIRECT_-1206157321'), (u'INDIRECT_-1206158260', u'MULTIEQUAL_-1206156364'), (u'INDIRECT_-1206159593', u'MULTIEQUAL_-1206159516'), (u'STORE_-1206162516', u'INDIRECT_-1206157987'), (u'MULTIEQUAL_-1206157958', u'MULTIEQUAL_-1206157595'), (u'CALL_-1206162555', u'INDIRECT_-1206157842'), (u'INT_NOTEQUAL_-1206162760', u'CBRANCH_-1206162760'), (u'STORE_-1206161290', u'INDIRECT_-1206157335'), (u'INDIRECT_-1206159255', u'MULTIEQUAL_-1206159195'), (u'STORE_-1206162736', u'INDIRECT_-1206157299'), (u'INT_SUB_-1206162578', u'STORE_-1206162567'), (u'CALL_-1206162862', u'INDIRECT_-1206157978'), (u'MULTIEQUAL_-1206159412', u'MULTIEQUAL_-1206159390'), (u'MULTIEQUAL_-1206158098', u'MULTIEQUAL_-1206157406'), (u'STORE_-1206161148', u'INDIRECT_-1206156769'), ('const-0', u'PTRSUB_-1206156626'), (u'CALL_-1206162588', u'INDIRECT_-1206157373'), (u'INDIRECT_-1206157414', u'MULTIEQUAL_-1206158029'), (u'MULTIEQUAL_-1206156356', u'MULTIEQUAL_-1206158606'), (u'CALL_-1206162616', u'INDIRECT_-1206157899'), (u'MULTIEQUAL_-1206159642', u'MULTIEQUAL_-1206157606'), ('const-417', u'LOAD_-1206161268'), (u'INDIRECT_-1206157663', u'MULTIEQUAL_-1206157845'), (u'STORE_-1206161148', u'INDIRECT_-1206157045'), ('const-0', u'INT_EQUAL_-1206162659'), (u'STORE_-1206161290', u'INDIRECT_-1206156852'), (u'INDIRECT_-1206159022', u'MULTIEQUAL_-1206157341'), (u'INDIRECT_-1206157742', u'MULTIEQUAL_-1206157815'), (u'STORE_-1206161290', u'INDIRECT_-1206157542'), ('tmp_2845', u'CBRANCH_-1206162657'), (u'CALL_-1206161954', u'INDIRECT_-1206157290'), (u'INDIRECT_-1206157608', u'MULTIEQUAL_-1206157548'), (u'INDIRECT_-1206158052', u'MULTIEQUAL_-1206157969'), (u'STORE_-1206162561', u'INDIRECT_-1206157873'), (u'STORE_-1206161148', u'INDIRECT_-1206157114'), ('const-5', u'PTRADD_-1206156544'), (u'INDIRECT_-1206156542', u'MULTIEQUAL_-1206156848'), (u'INDIRECT_-1206156645', u'MULTIEQUAL_-1206156624'), (u'CALL_-1206162862', u'INDIRECT_-1206157909'), (u'MULTIEQUAL_-1206158113', u'MULTIEQUAL_-1206157331'), (u'CALL_-1206162778', u'INDIRECT_-1206159467'), (u'MULTIEQUAL_-1206160753', u'INT_ADD_-1206161453'), (u'INDIRECT_-1206158280', u'MULTIEQUAL_-1206158468'), (u'CALL_-1206161967', u'INDIRECT_-1206158513'), (u'INDIRECT_-1206158772', u'MULTIEQUAL_-1206158698'), (u'INDIRECT_-1206158175', u'MULTIEQUAL_-1206157590'), (u'INDIRECT_-1206158369', u'MULTIEQUAL_-1206157922'), (u'CALL_-1206161680', u'INDIRECT_-1206157582'), (u'STORE_-1206161172', u'INDIRECT_-1206157475'), (u'MULTIEQUAL_-1206159384', u'INT_ADD_-1206163330'), (u'INDIRECT_-1206158033', u'MULTIEQUAL_-1206157330'), (u'INDIRECT_-1206156850', u'MULTIEQUAL_-1206156762'), (u'MULTIEQUAL_-1206158167', u'MULTIEQUAL_-1206157587'), ('const-417', u'LOAD_-1206161255'), (u'CAST_-1206156983', u'CALLIND_-1206162753'), ('tmp_7558', u'PTRSUB_-1206157515'), (u'INDIRECT_-1206159028', u'MULTIEQUAL_-1206159239'), (u'STORE_-1206162697', u'INDIRECT_-1206157275'), (u'MULTIEQUAL_-1206159453', u'MULTIEQUAL_-1206158761'), (u'INDIRECT_-1206159085', u'MULTIEQUAL_-1206157342'), (u'STORE_-1206162655', u'INDIRECT_-1206158140'), (u'MULTIEQUAL_-1206158180', u'MULTIEQUAL_-1206157335'), ('const-417', u'LOAD_-1206161413'), (u'INDIRECT_-1206158382', u'MULTIEQUAL_-1206157593'), ('const-417', u'LOAD_-1206161229'), (u'INDIRECT_-1206159274', u'MULTIEQUAL_-1206157345'), (u'INDIRECT_-1206158684', u'MULTIEQUAL_-1206158635'), (u'INDIRECT_-1206157677', u'MULTIEQUAL_-1206157617'), (u'CALL_-1206163327', u'INDIRECT_-1206157928'), ('const-4', u'PTRADD_-1206156576'), (u'INDIRECT_-1206158102', u'MULTIEQUAL_-1206157331'), (u'INDIRECT_-1206159381', u'MULTIEQUAL_-1206159321'), (u'CALL_-1206161967', u'INDIRECT_-1206156816'), ('const-48', u'INT_ADD_-1206162502'), (u'STORE_-1206163289', u'INDIRECT_-1206158240'), ('tmp_20420', u'COPY_-1206156830'), (u'MULTIEQUAL_-1206156360', u'MULTIEQUAL_-1206159075'), (u'CALL_-1206162750', u'INDIRECT_-1206157512'), ('tmp_2644', u'CBRANCH_-1206162801'), (u'CALL_-1206162464', u'INDIRECT_-1206158280'), (u'MULTIEQUAL_-1206158298', u'MULTIEQUAL_-1206158298'), (u'INDIRECT_-1206157460', u'MULTIEQUAL_-1206156356'), (u'INT_ADD_-1206162668', u'CAST_-1206157124'), (u'MULTIEQUAL_-1206156352', u'MULTIEQUAL_-1206158245'), (u'STORE_-1206162567', u'INDIRECT_-1206158084'), (u'INDIRECT_-1206157899', u'MULTIEQUAL_-1206157585'), (u'INDIRECT_-1206158810', u'MULTIEQUAL_-1206158761'), (u'INDIRECT_-1206157901', u'MULTIEQUAL_-1206157815'), (u'CALL_-1206162477', u'INDIRECT_-1206158163'), (u'CALL_-1206161967', u'INDIRECT_-1206158387'), (u'MULTIEQUAL_-1206156359', u'MULTIEQUAL_-1206159097'), (u'INDIRECT_-1206157470', u'MULTIEQUAL_-1206157369'), (u'INDIRECT_-1206157552', u'MULTIEQUAL_-1206157475'), (u'CALL_-1206161774', u'INDIRECT_-1206158695'), (u'CALL_-1206162678', u'INDIRECT_-1206157205'), (u'CALL_-1206163431', u'INDIRECT_-1206159066'), ('tmp_20422', u'MULTIEQUAL_-1206156955'), ('const-417', u'STORE_-1206163323'), (u'INT_AND_-1206160275', u'INT_EQUAL_-1206161724'), (u'CALLIND_-1206161368', u'INDIRECT_-1206157333'), (u'STORE_-1206162749', u'INDIRECT_-1206157583'), (u'CALL_-1206161518', u'INDIRECT_-1206158662'), (u'MULTIEQUAL_-1206157544', u'MULTIEQUAL_-1206157589'), (u'CALL_-1206162477', u'INDIRECT_-1206157396'), (u'INDIRECT_-1206158278', u'MULTIEQUAL_-1206156352'), (u'MULTIEQUAL_-1206157475', u'MULTIEQUAL_-1206157587'), (u'STORE_-1206161195', u'INDIRECT_-1206157076'), (u'MULTIEQUAL_-1206157576', u'MULTIEQUAL_-1206158461'), (u'CALL_-1206162812', u'INDIRECT_-1206157412'), (u'CAST_-1206156983', u'CAST_-1206157183'), (u'STORE_-1206161290', u'INDIRECT_-1206156783'), (u'INDIRECT_-1206158554', u'MULTIEQUAL_-1206156356'), (u'CAST_-1206157040', u'LOAD_-1206162876'), (u'MULTIEQUAL_-1206158698', u'MULTIEQUAL_-1206157602'), (u'CALL_-1206162750', u'INDIRECT_-1206157788'), (u'INDIRECT_-1206157633', u'MULTIEQUAL_-1206157628'), (u'MULTIEQUAL_-1206157061', u'MULTIEQUAL_-1206157581'), (u'MULTIEQUAL_-1206156886', u'MULTIEQUAL_-1206157771'), (u'CALL_-1206162477', u'INDIRECT_-1206157189'), ('const-1', u'INT_ADD_-1206163285'), (u'CALL_-1206162851', u'INDIRECT_-1206157636'), (u'CALL_-1206162588', u'INDIRECT_-1206157580'), (u'CAST_-1206156351', u'LOAD_-1206161157'), (u'CALL_-1206161774', u'INDIRECT_-1206158758'), ('tmp_1849', u'BRANCH_-1206162533'), (u'CALL_-1206162464', u'INDIRECT_-1206157387'), (u'CALL_-1206162027', u'INT_EQUAL_-1206161994'), (u'CALL_-1206162812', u'INDIRECT_-1206157550'), (u'CALL_-1206162616', u'INDIRECT_-1206157692'), ('const-4', u'PTRADD_-1206156568'), (u'INDIRECT_-1206159444', u'MULTIEQUAL_-1206159384'), (u'STORE_-1206163289', u'INDIRECT_-1206158378'), (u'INDIRECT_-1206157014', u'MULTIEQUAL_-1206157699'), (u'CALL_-1206162862', u'INDIRECT_-1206157288'), ('const-5', u'PTRADD_-1206156953'), (u'CALL_-1206162027', u'INDIRECT_-1206157414'), (u'CALL_-1206162750', u'INDIRECT_-1206158807'), (u'STORE_-1206162710', u'INDIRECT_-1206157628'), ('tmp_3384', u'CBRANCH_-1206161722'), (u'INDIRECT_-1206158473', u'MULTIEQUAL_-1206158550'), (u'CALL_-1206162688', u'INDIRECT_-1206159225'), (u'MULTIEQUAL_-1206157697', u'MULTIEQUAL_-1206157328'), (u'INDIRECT_-1206156845', u'MULTIEQUAL_-1206156918'), (u'MULTIEQUAL_-1206157334', u'MULTIEQUAL_-1206158111'), (u'INDIRECT_-1206157073', u'MULTIEQUAL_-1206156987'), (u'INDIRECT_-1206157414', u'MULTIEQUAL_-1206157337'), (u'MULTIEQUAL_-1206158824', u'MULTIEQUAL_-1206157604'), (u'STORE_-1206162736', u'INDIRECT_-1206157644'), (u'CAST_-1206156528', u'PTRADD_-1206156544'), (u'CALL_-1206163327', u'INDIRECT_-1206158342'), (u'STORE_-1206162561', u'INDIRECT_-1206158080'), (u'INDIRECT_-1206159404', u'MULTIEQUAL_-1206159327'), (u'CALL_-1206161490', u'INDIRECT_-1206156839'), (u'LOAD_-1206162638', u'CALL_-1206162555'), (u'CALL_-1206162750', u'INDIRECT_-1206157926'), (u'MULTIEQUAL_-1206157928', u'MULTIEQUAL_-1206159538'), (u'INDIRECT_-1206158583', u'MULTIEQUAL_-1206159201'), (u'STORE_-1206163289', u'INDIRECT_-1206157826'), (u'MULTIEQUAL_-1206158734', u'MULTIEQUAL_-1206157340'), (u'INDIRECT_-1206158008', u'MULTIEQUAL_-1206156360'), ('const-417', u'STORE_-1206162516'), (u'INDIRECT_-1206156999', u'MULTIEQUAL_-1206156976'), (u'CALL_-1206162588', u'INDIRECT_-1206157649'), (u'CALLIND_-1206162753', u'INDIRECT_-1206157825'), (u'INDIRECT_-1206157266', u'MULTIEQUAL_-1206157245'), ('const-0', u'INT_EQUAL_-1206161994'), (u'INDIRECT_-1206157472', u'MULTIEQUAL_-1206157378'), (u'CALL_-1206162862', u'INDIRECT_-1206158733'), ('tmp_986', u'CBRANCH_-1206162760'), (u'CALL_-1206162732', u'INDIRECT_-1206157472'), (u'CALL_-1206162588', u'INDIRECT_-1206157925'), (u'INDIRECT_-1206158093', u'MULTIEQUAL_-1206157999'), (u'CALL_-1206161471', u'INDIRECT_-1206157470'), (u'MULTIEQUAL_-1206157588', u'INT_ADD_-1206162859'), ('const-44', u'INT_ADD_-1206162779'), (u'STORE_-1206162723', u'INDIRECT_-1206157222'), (u'INDIRECT_-1206157953', u'MULTIEQUAL_-1206157893'), (u'INDIRECT_-1206156818', u'MULTIEQUAL_-1206157124'), (u'CALL_-1206162778', u'INDIRECT_-1206159089'), (u'LOAD_-1206162684', u'INT_LESS_-1206162633'), ('tmp_3883', u'CBRANCH_-1206161317'), (u'STORE_-1206162697', u'INDIRECT_-1206157896'), (u'CALL_-1206162464', u'INDIRECT_-1206157594'), ('const-417', u'LOAD_-1206161479'), (u'STORE_-1206162749', u'INDIRECT_-1206157928'), (u'CALL_-1206161680', u'INDIRECT_-1206158526'), (u'CALL_-1206162464', u'INDIRECT_-1206158658'), (u'INDIRECT_-1206158244', u'MULTIEQUAL_-1206157591'), ('tmp_20431', u'MULTIEQUAL_-1206157686'), (u'MULTIEQUAL_-1206158487', u'MULTIEQUAL_-1206158487'), ('tmp_3016', u'CBRANCH_-1206162634'), ('const-3', u'PTRADD_-1206156504'), ('const-417', u'LOAD_-1206162840'), (u'MULTIEQUAL_-1206158029', u'MULTIEQUAL_-1206157337'), (u'CALLIND_-1206161368', u'INDIRECT_-1206156919'), (u'STORE_-1206162561', u'INDIRECT_-1206158287'), (u'CALL_-1206163327', u'INDIRECT_-1206159211'), (u'INDIRECT_-1206157666', u'MULTIEQUAL_-1206157654'), (u'CALL_-1206162851', u'INDIRECT_-1206157153'), (u'CALL_-1206161471', u'INDIRECT_-1206157815'), (u'INDIRECT_-1206158524', u'MULTIEQUAL_-1206158458'), (u'CALL_-1206162688', u'INDIRECT_-1206158620'), (u'LOAD_-1206161203', u'MULTIEQUAL_-1206158298'), (u'MULTIEQUAL_-1206156346', u'MULTIEQUAL_-1206157831'), (u'MULTIEQUAL_-1206157891', u'MULTIEQUAL_-1206157583'), (u'MULTIEQUAL_-1206157983', u'MULTIEQUAL_-1206157942'), (u'INDIRECT_-1206157343', u'MULTIEQUAL_-1206157293'), (u'MULTIEQUAL_-1206157114', u'COPY_-1206157195'), (u'LOAD_-1206161268', u'MULTIEQUAL_-1206158613'), (u'CALL_-1206161954', u'INDIRECT_-1206158189'), (u'CALL_-1206163327', u'INT_ADD_-1206163285'), (u'CALL_-1206162477', u'INDIRECT_-1206158415'), (u'STORE_-1206163344', u'INDIRECT_-1206158198'), (u'CALLIND_-1206162753', u'INDIRECT_-1206159234'), (u'MULTIEQUAL_-1206157924', u'MULTIEQUAL_-1206159286'), (u'CALL_-1206161967', u'CALL_-1206161954'), (u'MULTIEQUAL_-1206157751', u'MULTIEQUAL_-1206157592'), ('const-156', u'INT_ADD_-1206162717'), (u'MULTIEQUAL_-1206158737', u'MULTIEQUAL_-1206158719'), (u'CALL_-1206162750', u'INDIRECT_-1206158996'), ('tmp_20424', u'MULTIEQUAL_-1206157093'), (u'CALL_-1206161518', u'INDIRECT_-1206158599'), (u'MULTIEQUAL_-1206158047', u'MULTIEQUAL_-1206158029'), (u'STORE_-1206162516', u'INDIRECT_-1206157849'), (u'STORE_-1206162526', u'INDIRECT_-1206157650'), (u'INDIRECT_-1206158254', u'MULTIEQUAL_-1206158172'), (u'CALL_-1206163327', u'INDIRECT_-1206157997'), (u'MULTIEQUAL_-1206157768', u'MULTIEQUAL_-1206157326'), (u'MULTIEQUAL_-1206156976', u'COPY_-1206157057'), (u'CALL_-1206163327', u'INDIRECT_-1206159022'), (u'LOAD_-1206161280', u'MULTIEQUAL_-1206158676'), (u'STORE_-1206161195', u'INDIRECT_-1206157352'), (u'INDIRECT_-1206156908', u'MULTIEQUAL_-1206156348'), (u'INDIRECT_-1206159099', u'MULTIEQUAL_-1206156360'), (u'INDIRECT_-1206158975', u'MULTIEQUAL_-1206159239'), ('const-0', u'RETURN_-1206162652'), (u'CALL_-1206161954', u'INDIRECT_-1206158378'), (u'CALL_-1206161774', u'INDIRECT_-1206157556'), (u'MULTIEQUAL_-1206157909', u'MULTIEQUAL_-1206157891'), (u'MULTIEQUAL_-1206158389', u'COPY_-1206157372'), (u'CALL_-1206161518', u'INDIRECT_-1206157397'), (u'MULTIEQUAL_-1206158599', u'MULTIEQUAL_-1206158581'), (u'CALL_-1206162616', u'INDIRECT_-1206158382'), (u'CALL_-1206162477', u'INDIRECT_-1206157672'), (u'PTRADD_-1206156568', u'LOAD_-1206161255'), (u'STORE_-1206161148', u'INDIRECT_-1206157528'), (u'MULTIEQUAL_-1206157583', u'MULTIEQUAL_-1206157847'), (u'MULTIEQUAL_-1206157336', u'INT_ADD_-1206162676'), (u'CAST_-1206156346', u'STORE_-1206161148'), ('const-417', u'STORE_-1206162736'), (u'CALL_-1206162732', u'INDIRECT_-1206157679'), (u'CALL_-1206161967', u'INDIRECT_-1206158702'), (u'STORE_-1206162561', u'INDIRECT_-1206157528'), (u'MULTIEQUAL_-1206157343', u'MULTIEQUAL_-1206158923'), ('const-56', u'INT_ADD_-1206162662'), (u'CALL_-1206163327', u'INDIRECT_-1206159085'), (u'CALL_-1206162732', u'INDIRECT_-1206158024'), (u'COPY_-1206156852', u'CALL_-1206162477'), (u'INDIRECT_-1206156749', u'MULTIEQUAL_-1206157055'), (u'CALL_-1206162027', u'INDIRECT_-1206157759'), (u'STORE_-1206162817', u'INDIRECT_-1206158317'), (u'CALL_-1206162862', u'INDIRECT_-1206158254'), (u'MULTIEQUAL_-1206157470', u'MULTIEQUAL_-1206157469'), (u'PTRSUB_-1206157478', u'CALL_-1206163431'), (u'CALL_-1206162688', u'INDIRECT_-1206158137'), (u'STORE_-1206162561', u'INDIRECT_-1206158149'), (u'INDIRECT_-1206158646', u'MULTIEQUAL_-1206159264'), (u'STORE_-1206162526', u'INDIRECT_-1206158133'), (u'INDIRECT_-1206157418', u'MULTIEQUAL_-1206157332'), ('tmp_20427', u'MULTIEQUAL_-1206157300'), (u'INDIRECT_-1206158520', u'MULTIEQUAL_-1206159138'), (u'INDIRECT_-1206158231', u'MULTIEQUAL_-1206158137'), ('const-417', u'LOAD_-1206161157'), (u'MULTIEQUAL_-1206158446', u'MULTIEQUAL_-1206157598'), ('const-417', u'LOAD_-1206161407'), ('const-417', u'LOAD_-1206161378'), (u'CALL_-1206162851', u'INDIRECT_-1206157084'), (u'CALL_-1206161680', u'INDIRECT_-1206158652'), (u'CALLIND_-1206162753', u'INDIRECT_-1206157549'), (u'CALL_-1206163431', u'INDIRECT_-1206157903'), (u'INT_ADD_-1206162534', u'CAST_-1206157068'), ('const-65', u'INT_ADD_-1206161350'), (u'STORE_-1206161172', u'INDIRECT_-1206157130'), (u'INT_AND_-1206160009', u'INT_OR_-1206160004'), (u'MULTIEQUAL_-1206159327', u'MULTIEQUAL_-1206158635'), (u'CALL_-1206161967', u'INDIRECT_-1206157506'), ('const-4', u'INT_ADD_-1206161397'), (u'MULTIEQUAL_-1206157604', u'MULTIEQUAL_-1206159475'), (u'MULTIEQUAL_-1206157490', u'MULTIEQUAL_-1206157325'), (u'CALL_-1206162862', u'INT_ADD_-1206162502'), (u'INDIRECT_-1206158482', u'MULTIEQUAL_-1206158537'), (u'INDIRECT_-1206158534', u'MULTIEQUAL_-1206158798'), (u'CALL_-1206162862', u'INDIRECT_-1206158116'), (u'INDIRECT_-1206157375', u'MULTIEQUAL_-1206158254'), (u'CALL_-1206161774', u'INDIRECT_-1206157625'), (u'MULTIEQUAL_-1206158305', u'MULTIEQUAL_-1206157590'), (u'STORE_-1206162545', u'INDIRECT_-1206157589'), (u'CALL_-1206162027', u'INDIRECT_-1206158035'), (u'CALL_-1206161518', u'CAST_-1206156528'), (u'STORE_-1206161148', u'INDIRECT_-1206156976'), (u'MULTIEQUAL_-1206159390', u'MULTIEQUAL_-1206158698'), ('const-417', u'STORE_-1206162723'), (u'CALL_-1206161471', u'INDIRECT_-1206157608'), (u'INDIRECT_-1206158772', u'MULTIEQUAL_-1206159390'), (u'STORE_-1206162697', u'INDIRECT_-1206157689'), (u'INDIRECT_-1206156781', u'MULTIEQUAL_-1206156693'), (u'CALL_-1206162678', u'INDIRECT_-1206157895'), (u'INDIRECT_-1206158104', u'MULTIEQUAL_-1206158027'), (u'CALL_-1206161471', u'INDIRECT_-1206158684'), (u'INDIRECT_-1206158369', u'MULTIEQUAL_-1206158275'), (u'CALL_-1206162812', u'INDIRECT_-1206158386'), (u'INDIRECT_-1206157539', u'MULTIEQUAL_-1206157438'), (u'CALL_-1206162688', u'INDIRECT_-1206159288'), (u'CALL_-1206161774', u'INDIRECT_-1206158317'), (u'INDIRECT_-1206159257', u'MULTIEQUAL_-1206157602'), (u'STORE_-1206163289', u'INDIRECT_-1206157550'), (u'MULTIEQUAL_-1206158185', u'MULTIEQUAL_-1206158167'), (u'INDIRECT_-1206158071', u'MULTIEQUAL_-1206156361'), (u'LOAD_-1206162876', u'CALL_-1206162862'), ('const-252', u'INT_AND_-1206160009'), (u'MULTIEQUAL_-1206157056', u'MULTIEQUAL_-1206157055'), (u'CALL_-1206161518', u'INDIRECT_-1206157673'), ('tmp_20419', u'MULTIEQUAL_-1206157438'), (u'CALL_-1206162851', u'INDIRECT_-1206158403'), (u'INT_ADD_-1206162768', u'CAST_-1206157164'), (u'MULTIEQUAL_-1206158950', u'MULTIEQUAL_-1206157606'), (u'INDIRECT_-1206157884', u'MULTIEQUAL_-1206157783'), (u'INDIRECT_-1206157290', u'MULTIEQUAL_-1206157975'), (u'PTRSUB_-1206157515', u'CALL_-1206163431'), (u'INDIRECT_-1206157707', u'MULTIEQUAL_-1206157624'), (u'INDIRECT_-1206157221', u'MULTIEQUAL_-1206157906'), (u'CALL_-1206161518', u'INDIRECT_-1206157466'), (u'INDIRECT_-1206157397', u'MULTIEQUAL_-1206157470'), (u'STORE_-1206163323', u'INDIRECT_-1206158323'), (u'LOAD_-1206162784', u'CALLIND_-1206162753'), (u'INDIRECT_-1206157456', u'MULTIEQUAL_-1206157638'), (u'CALL_-1206162464', u'INDIRECT_-1206157525'), ('const-156', u'INT_ADD_-1206162598'), (u'CALL_-1206162555', u'INDIRECT_-1206157566'), (u'INDIRECT_-1206157789', u'MULTIEQUAL_-1206158668'), (u'CALL_-1206163327', u'INDIRECT_-1206158273'), (u'STORE_-1206162526', u'INDIRECT_-1206158271'), (u'INDIRECT_-1206158033', u'MULTIEQUAL_-1206158238'), ('const-0', u'INT_EQUAL_-1206163875'), (u'CALL_-1206162812', u'INDIRECT_-1206158512'), ('const-417', u'LOAD_-1206162672'), (u'CALL_-1206162862', u'INDIRECT_-1206157702'), (u'INDIRECT_-1206157274', u'MULTIEQUAL_-1206157479'), (u'MULTIEQUAL_-1206157336', u'INT_ADD_-1206162900'), ('const-0', u'CALL_-1206161518'), (u'MULTIEQUAL_-1206159664', u'MULTIEQUAL_-1206159642'), (u'MULTIEQUAL_-1206158330', u'MULTIEQUAL_-1206157591'), (u'CALL_-1206162678', u'INDIRECT_-1206158713'), ('const-0', u'INT_NOTEQUAL_-1206162802'), (u'CALL_-1206161518', u'INDIRECT_-1206157535'), (u'MULTIEQUAL_-1206157709', u'MULTIEQUAL_-1206157581'), (u'INT_ADD_-1206162662', u'CAST_-1206157120'), (u'MULTIEQUAL_-1206157587', u'MULTIEQUAL_-1206158123'), (u'INDIRECT_-1206158274', u'MULTIEQUAL_-1206159160'), (u'MULTIEQUAL_-1206157889', u'MULTIEQUAL_-1206157594'), (u'INDIRECT_-1206156776', u'MULTIEQUAL_-1206156849'), (u'MULTIEQUAL_-1206160146', u'LOAD_-1206163775'), (u'MULTIEQUAL_-1206157231', u'MULTIEQUAL_-1206158116'), (u'MULTIEQUAL_-1206158581', u'MULTIEQUAL_-1206157889'), (u'COPY_-1206161721', u'MULTIEQUAL_-1206158929'), (u'CALLIND_-1206161368', u'INDIRECT_-1206156850'), ('const-3', u'STORE_-1206161148'), (u'CAST_-1206157080', u'STORE_-1206162567'), (u'CALL_-1206162555', u'INDIRECT_-1206157290'), (u'CAST_-1206156454', u'INT_ADD_-1206161350'), (u'CALL_-1206162750', u'INDIRECT_-1206158202'), (u'INDIRECT_-1206157746', u'MULTIEQUAL_-1206157645'), (u'CAST_-1206157009', u'LOAD_-1206162801'), (u'STORE_-1206163289', u'INDIRECT_-1206157619'), (u'INDIRECT_-1206159129', u'MULTIEQUAL_-1206159069'), (u'INDIRECT_-1206158902', u'MULTIEQUAL_-1206159113'), (u'MULTIEQUAL_-1206157337', u'MULTIEQUAL_-1206158249'), (u'CALL_-1206161680', u'INDIRECT_-1206158463'), ('const-0', u'INT_NOTEQUAL_-1206163359'), (u'CALLIND_-1206162753', u'INDIRECT_-1206158919'), (u'STORE_-1206161195', u'INDIRECT_-1206156938'), (u'CALL_-1206162812', u'INDIRECT_-1206158701'), (u'CALL_-1206161471', u'INDIRECT_-1206158747'), (u'STORE_-1206162561', u'INDIRECT_-1206157321'), (u'LOAD_-1206162672', u'INT_LESSEQUAL_-1206162617'), ('const-0', u'STORE_-1206161172'), (u'CALL_-1206162862', u'INDIRECT_-1206158922'), (u'MULTIEQUAL_-1206156367', u'MULTIEQUAL_-1206159601'), (u'STORE_-1206161172', u'INDIRECT_-1206157544'), (u'MULTIEQUAL_-1206157822', u'MULTIEQUAL_-1206157582'), (u'STORE_-1206162710', u'INDIRECT_-1206157421'), (u'CALLIND_-1206162753', u'INDIRECT_-1206157480'), (u'INDIRECT_-1206157401', u'MULTIEQUAL_-1206157300'), (u'INDIRECT_-1206157858', u'MULTIEQUAL_-1206158737'), (u'STORE_-1206161148', u'INDIRECT_-1206156631'), (u'STORE_-1206163344', u'INDIRECT_-1206157715'), (u'CALL_-1206161518', u'INDIRECT_-1206157121'), (u'STORE_-1206161148', u'INDIRECT_-1206156562'), ('const-0', u'INT_NOTEQUAL_-1206162821'), (u'CALL_-1206162588', u'INDIRECT_-1206157787'), (u'STORE_-1206163344', u'INDIRECT_-1206158405'), (u'STORE_-1206161290', u'INDIRECT_-1206157473'), (u'STORE_-1206162655', u'INDIRECT_-1206158554'), (u'CALL_-1206162851', u'INDIRECT_-1206157429'), (u'INDIRECT_-1206157525', u'MULTIEQUAL_-1206157707'), (u'STORE_-1206161111', u'INDIRECT_-1206157508'), (u'MULTIEQUAL_-1206157589', u'CALL_-1206163431'), (u'STORE_-1206162817', u'INDIRECT_-1206158386'), (u'MULTIEQUAL_-1206159097', u'MULTIEQUAL_-1206159075'), (u'INDIRECT_-1206159477', u'MULTIEQUAL_-1206159538'), (u'INDIRECT_-1206158786', u'MULTIEQUAL_-1206159050'), (u'CALL_-1206162732', u'INDIRECT_-1206157748'), (u'INDIRECT_-1206156770', u'MULTIEQUAL_-1206156346'), (u'CALL_-1206162616', u'INDIRECT_-1206159131'), ('const-417', u'LOAD_-1206162763'), (u'CALLIND_-1206162753', u'INDIRECT_-1206158239'), (u'INDIRECT_-1206157205', u'MULTIEQUAL_-1206157155'), (u'MULTIEQUAL_-1206157595', u'MULTIEQUAL_-1206158606'), ('tmp_16583', u'MULTIEQUAL_-1206157930'), (u'MULTIEQUAL_-1206157336', u'INT_ADD_-1206162860'), (u'CALL_-1206162688', u'INDIRECT_-1206159162'), (u'LOAD_-1206161479', u'INT_LESS_-1206161449'), (u'CALL_-1206162464', u'INDIRECT_-1206156973'), (u'CALL_-1206162616', u'INDIRECT_-1206159194'), (u'INDIRECT_-1206157696', u'MULTIEQUAL_-1206157630'), (u'CALL_-1206162732', u'INDIRECT_-1206158162'), ('const-0', u'PTRSUB_-1206157344'), (u'MULTIEQUAL_-1206159075', u'MULTIEQUAL_-1206157597'), (u'MULTIEQUAL_-1206159132', u'MULTIEQUAL_-1206157343'), ('const-0', u'PTRSUB_-1206156817'), (u'MULTIEQUAL_-1206158512', u'MULTIEQUAL_-1206157820'), (u'CALL_-1206161954', u'INDIRECT_-1206157083'), ('const-0', u'CALL_-1206162678'), (u'STORE_-1206161148', u'INDIRECT_-1206157252'), (u'MULTIEQUAL_-1206156347', u'MULTIEQUAL_-1206157900'), (u'STORE_-1206162817', u'INDIRECT_-1206157696'), ('const-417', u'LOAD_-1206161366'), (u'INDIRECT_-1206157345', u'MULTIEQUAL_-1206157960'), (u'INDIRECT_-1206157635', u'MULTIEQUAL_-1206157893'), ('tmp_3467', u'BRANCH_-1206161665'), (u'CALL_-1206162588', u'INDIRECT_-1206158674'), (u'CALL_-1206162588', u'INDIRECT_-1206157856'), (u'STORE_-1206162710', u'INDIRECT_-1206157904'), (u'INDIRECT_-1206158380', u'MULTIEQUAL_-1206158298'), (u'COPY_-1206157996', u'MULTIEQUAL_-1206159854'), (u'CALL_-1206162616', u'INDIRECT_-1206159257'), (u'INDIRECT_-1206157138', u'MULTIEQUAL_-1206157753'), (u'INDIRECT_-1206157274', u'MULTIEQUAL_-1206157224'), (u'CALL_-1206161967', u'INDIRECT_-1206157575'), (u'MULTIEQUAL_-1206156359', u'MULTIEQUAL_-1206159012'), ('const-48', u'INT_ADD_-1206163877'), (u'STORE_-1206162516', u'INDIRECT_-1206157780'), (u'MULTIEQUAL_-1206156344', u'MULTIEQUAL_-1206157693'), (u'INDIRECT_-1206157966', u'MULTIEQUAL_-1206158581'), (u'CALL_-1206162555', u'INDIRECT_-1206158118'), (u'MULTIEQUAL_-1206158531', u'STORE_-1206162723'), (u'STORE_-1206162736', u'INDIRECT_-1206157989'), (u'STORE_-1206163344', u'INDIRECT_-1206157577'), (u'CAST_-1206157456', u'LOAD_-1206162869'), (u'STORE_-1206162749', u'INDIRECT_-1206157100'), ('const-417', u'LOAD_-1206162733'), ('tmp_20430', u'MULTIEQUAL_-1206157617'), (u'CALL_-1206161967', u'INDIRECT_-1206157299'), (u'CALL_-1206163431', u'INDIRECT_-1206157765'), (u'CALL_-1206163327', u'INDIRECT_-1206158896'), (u'CALL_-1206163327', u'INDIRECT_-1206157721'), ('const-417', u'LOAD_-1206162638'), ('const-4', u'PTRADD_-1206156945'), (u'INDIRECT_-1206158041', u'MULTIEQUAL_-1206157975'), (u'CALL_-1206162851', u'INDIRECT_-1206157222'), (u'MULTIEQUAL_-1206157352', u'MULTIEQUAL_-1206157323'), (u'CALL_-1206162588', u'INDIRECT_-1206157304'), ('const-44', u'INT_ADD_-1206162650'), (u'MULTIEQUAL_-1206156885', u'INT_EQUAL_-1206161397'), (u'INDIRECT_-1206157711', u'MULTIEQUAL_-1206157697'), (u'STORE_-1206161172', u'INDIRECT_-1206156716'), ('const-717208', u'COPY_-1206156811'), (u'MULTIEQUAL_-1206157336', u'INT_ADD_-1206162492'), (u'MULTIEQUAL_-1206158235', u'MULTIEQUAL_-1206158235'), ('const-0', u'STORE_-1206162817'), (u'STORE_-1206162516', u'INDIRECT_-1206157297'), ('const-0', u'STORE_-1206163323'), (u'INDIRECT_-1206157528', u'MULTIEQUAL_-1206157516'), (u'INDIRECT_-1206157466', u'MULTIEQUAL_-1206157539'), (u'STORE_-1206162526', u'INDIRECT_-1206157581'), ('const-52', u'INT_ADD_-1206162553'), (u'CALL_-1206163327', u'INDIRECT_-1206159337'), (u'MULTIEQUAL_-1206157735', u'COPY_-1206157816'), (u'INDIRECT_-1206157259', u'MULTIEQUAL_-1206157332'), (u'INDIRECT_-1206158715', u'MULTIEQUAL_-1206159601'), (u'CALL_-1206162477', u'INDIRECT_-1206157741'), (u'CALL_-1206162851', u'INDIRECT_-1206157291'), (u'INDIRECT_-1206156988', u'MULTIEQUAL_-1206156900'), (u'STORE_-1206162710', u'INDIRECT_-1206157766'), ('const-24', u'INT_ADD_-1206161453'), (u'CALL_-1206162555', u'INDIRECT_-1206157773'), (u'INDIRECT_-1206157344', u'MULTIEQUAL_-1206157321'), (u'MULTIEQUAL_-1206157596', u'MULTIEQUAL_-1206158675'), ('const-417', u'STORE_-1206162697'), (u'INDIRECT_-1206157207', u'MULTIEQUAL_-1206157822'), (u'CALLIND_-1206162753', u'INDIRECT_-1206158982'), (u'CALL_-1206162862', u'INDIRECT_-1206157426'), (u'MULTIEQUAL_-1206157837', u'INT_NOTEQUAL_-1206163380'), (u'STORE_-1206162545', u'INDIRECT_-1206157382'), (u'STORE_-1206162723', u'INDIRECT_-1206157636'), (u'MULTIEQUAL_-1206159384', u'INT_ADD_-1206163309'), (u'CALL_-1206162555', u'INDIRECT_-1206157980'), (u'INDIRECT_-1206157828', u'MULTIEQUAL_-1206157751'), (u'LOAD_-1206162666', u'INT_LESS_-1206162633'), (u'LOAD_-1206162678', u'INT_SUB_-1206162566'), (u'INDIRECT_-1206157180', u'MULTIEQUAL_-1206157362'), (u'CALL_-1206162464', u'INDIRECT_-1206156904'), (u'STORE_-1206161111', u'INDIRECT_-1206156611'), (u'INT_NOTEQUAL_-1206163380', u'CBRANCH_-1206163380'), (u'INDIRECT_-1206157678', u'MULTIEQUAL_-1206157590'), (u'MULTIEQUAL_-1206159349', u'MULTIEQUAL_-1206157602'), (u'CALL_-1206162851', u'INDIRECT_-1206158844'), (u'INDIRECT_-1206157657', u'MULTIEQUAL_-1206156343'), (u'CALL_-1206162555', u'INDIRECT_-1206157635'), (u'INDIRECT_-1206157827', u'MULTIEQUAL_-1206157804'), (u'INDIRECT_-1206156914', u'MULTIEQUAL_-1206156987'), (u'STORE_-1206162567', u'INDIRECT_-1206157808'), (u'CALL_-1206162027', u'INDIRECT_-1206158961'), ('const-417', u'LOAD_-1206162666'), ('const-1852896', u'PTRSUB_-1206156626'), (u'CALL_-1206161954', u'INDIRECT_-1206157221'), ('tmp_20425', u'MULTIEQUAL_-1206157162'), (u'STORE_-1206162655', u'INDIRECT_-1206157864'), (u'CALL_-1206162812', u'INDIRECT_-1206157274'), (u'CALLIND_-1206162753', u'INDIRECT_-1206157894'), ('tmp_20429', u'MULTIEQUAL_-1206157548'), (u'INDIRECT_-1206157332', u'MULTIEQUAL_-1206157231'), (u'INDIRECT_-1206159194', u'MULTIEQUAL_-1206157601'), (u'INDIRECT_-1206157556', u'MULTIEQUAL_-1206157470'), (u'INDIRECT_-1206158095', u'MULTIEQUAL_-1206158172'), (u'MULTIEQUAL_-1206157666', u'COPY_-1206157747'), (u'MULTIEQUAL_-1206157873', u'COPY_-1206157954'), ('tmp_20420', u'MULTIEQUAL_-1206157783'), (u'MULTIEQUAL_-1206160146', u'MULTIEQUAL_-1206157549'), (u'CALL_-1206162027', u'INDIRECT_-1206157621'), (u'PTRADD_-1206156520', u'LOAD_-1206161180'), (u'CALL_-1206161680', u'INDIRECT_-1206156892'), (u'INDIRECT_-1206158134', u'MULTIEQUAL_-1206156362'), ('const-0', u'CALL_-1206162477'), (u'LOAD_-1206162914', u'INT_AND_-1206162888'), (u'CALL_-1206161518', u'INDIRECT_-1206158347'), (u'INDIRECT_-1206157529', u'MULTIEQUAL_-1206156357'), ('tmp_4311', u'CBRANCH_-1206161437'), (u'CALL_-1206162477', u'INDIRECT_-1206157603'), (u'CALL_-1206161680', u'INDIRECT_-1206158589'), (u'CALL_-1206162555', u'INDIRECT_-1206158049'), ('const-717208', u'COPY_-1206156852'), (u'MULTIEQUAL_-1206157459', u'COPY_-1206157540'), (u'LOAD_-1206162666', u'INT_SUB_-1206162578'), (u'INDIRECT_-1206157832', u'MULTIEQUAL_-1206157746'), ('tmp_20433', u'MULTIEQUAL_-1206157893'), (u'CALLIND_-1206162753', u'INDIRECT_-1206158308'), (u'MULTIEQUAL_-1206158167', u'COPY_-1206157627'), ('const-1', u'CALL_-1206161518'), (u'INDIRECT_-1206156876', u'MULTIEQUAL_-1206157561'), (u'CALL_-1206162778', u'INDIRECT_-1206159593'), (u'INDIRECT_-1206158835', u'MULTIEQUAL_-1206158761'), (u'INDIRECT_-1206157897', u'MULTIEQUAL_-1206157820'), (u'CALL_-1206162678', u'INDIRECT_-1206158776'), (u'CALL_-1206161954', u'INDIRECT_-1206158252'), (u'INT_NOTEQUAL_-1206163359', u'CBRANCH_-1206163359'), (u'CALL_-1206162778', u'INDIRECT_-1206158121'), (u'INDIRECT_-1206157895', u'MULTIEQUAL_-1206157845'), ('const-3', u'INT_AND_-1206160275'), (u'INDIRECT_-1206157391', u'MULTIEQUAL_-1206156355'), (u'MULTIEQUAL_-1206157332', u'MULTIEQUAL_-1206157973'), (u'MULTIEQUAL_-1206157822', u'MULTIEQUAL_-1206157130'), (u'MULTIEQUAL_-1206159034', u'MULTIEQUAL_-1206157597'), (u'STORE_-1206162567', u'INDIRECT_-1206157463'), (u'STORE_-1206161172', u'INDIRECT_-1206156992'), (u'CALL_-1206162027', u'MULTIEQUAL_-1206160146'), (u'MULTIEQUAL_-1206159286', u'MULTIEQUAL_-1206159264'), ('const-417', u'LOAD_-1206162784'), (u'STORE_-1206162516', u'INDIRECT_-1206158194'), (u'CALL_-1206161490', u'INDIRECT_-1206156632'), (u'STORE_-1206162655', u'INDIRECT_-1206157726'), ('const-5', u'CALL_-1206162588'), (u'CAST_-1206156528', u'PTRADD_-1206156532'), (u'CALL_-1206162616', u'INDIRECT_-1206158942'), ('tmp_16582', u'MULTIEQUAL_-1206158761'), (u'MULTIEQUAL_-1206157326', u'MULTIEQUAL_-1206157559'), (u'INDIRECT_-1206157280', u'MULTIEQUAL_-1206157194'), (u'INDIRECT_-1206158810', u'MULTIEQUAL_-1206157929'), (u'STORE_-1206161111', u'INDIRECT_-1206157232'), (u'INT_ADD_-1206162859', u'CAST_-1206157460'), (u'MULTIEQUAL_-1206158111', u'MULTIEQUAL_-1206157334'), (u'CALL_-1206162862', u'INT_ADD_-1206162650'), (u'MULTIEQUAL_-1206157589', u'MULTIEQUAL_-1206158192'), (u'MULTIEQUAL_-1206156355', u'MULTIEQUAL_-1206158537'), (u'STORE_-1206162723', u'INDIRECT_-1206157429'), ('tmp_16582', u'MULTIEQUAL_-1206157929'), (u'MULTIEQUAL_-1206157978', u'MULTIEQUAL_-1206157960'), (u'CALL_-1206162732', u'INDIRECT_-1206157886'), (u'MULTIEQUAL_-1206157406', u'MULTIEQUAL_-1206157586'), (u'INDIRECT_-1206159467', u'MULTIEQUAL_-1206159390'), (u'CALL_-1206163431', u'INDIRECT_-1206158248'), (u'MULTIEQUAL_-1206157337', u'MULTIEQUAL_-1206157585'), (u'MULTIEQUAL_-1206158613', u'MULTIEQUAL_-1206158613'), (u'INDIRECT_-1206157390', u'MULTIEQUAL_-1206157378'), ('tmp_1243', u'BRANCH_-1206162449'), (u'INDIRECT_-1206159225', u'MULTIEQUAL_-1206159286'), (u'CALL_-1206162778', u'INDIRECT_-1206159152'), (u'INDIRECT_-1206158621', u'MULTIEQUAL_-1206157926'), (u'MULTIEQUAL_-1206157591', u'MULTIEQUAL_-1206158330'), (u'INT_ADD_-1206162547', u'CAST_-1206157076'), (u'CALL_-1206161680', u'INDIRECT_-1206157789'), (u'MULTIEQUAL_-1206156343', u'MULTIEQUAL_-1206157624'), (u'CAST_-1206156528', u'PTRADD_-1206156536'), (u'MULTIEQUAL_-1206158635', u'MULTIEQUAL_-1206157601'), (u'INT_AND_-1206160015', u'INT_NOTEQUAL_-1206161318'), (u'INDIRECT_-1206157184', u'MULTIEQUAL_-1206156352'), (u'INDIRECT_-1206157444', u'MULTIEQUAL_-1206158323'), (u'CALL_-1206162862', u'INDIRECT_-1206158985'), (u'MULTIEQUAL_-1206159579', u'MULTIEQUAL_-1206157605'), (u'INDIRECT_-1206159383', u'MULTIEQUAL_-1206157604'), (u'CALL_-1206161680', u'INDIRECT_-1206157375'), (u'STORE_-1206162723', u'INDIRECT_-1206157981'), (u'CALL_-1206162464', u'INDIRECT_-1206156835'), ('const-4', u'PTRADD_-1206156662'), (u'INDIRECT_-1206157642', u'MULTIEQUAL_-1206157628'), (u'MULTIEQUAL_-1206156348', u'MULTIEQUAL_-1206158054'), (u'INT_LESSEQUAL_-1206162617', u'BOOL_AND_-1206158391'), (u'STORE_-1206161172', u'INDIRECT_-1206156854'), (u'CALL_-1206161967', u'INDIRECT_-1206157230'), (u'CALLIND_-1206161368', u'INDIRECT_-1206156988'), (u'INDIRECT_-1206157126', u'MULTIEQUAL_-1206157038'), (u'MULTIEQUAL_-1206157559', u'MULTIEQUAL_-1206157326'), ('const-2', u'INT_OR_-1206160004'), (u'INT_OR_-1206160004', u'STORE_-1206161290'), ('tmp_16580', u'MULTIEQUAL_-1206157927'), (u'INT_ADD_-1206162650', u'CAST_-1206157112'), (u'LOAD_-1206162684', u'INT_SUB_-1206162578'), (u'STORE_-1206162749', u'INDIRECT_-1206157514'), (u'CALL_-1206162862', u'INT_ADD_-1206162512'), ('tmp_20426', u'MULTIEQUAL_-1206157231'), ('const-4', u'INT_ADD_-1206162853'), (u'MULTIEQUAL_-1206157086', u'MULTIEQUAL_-1206157045'), ('const-417', u'LOAD_-1206161242'), (u'INT_ADD_-1206162717', u'CAST_-1206157469'), (u'INDIRECT_-1206157968', u'MULTIEQUAL_-1206157586'), (u'MULTIEQUAL_-1206157837', u'MULTIEQUAL_-1206157327'), (u'INDIRECT_-1206158035', u'MULTIEQUAL_-1206157958'), ('tmp_20425', u'MULTIEQUAL_-1206157203'), (u'STORE_-1206163344', u'INDIRECT_-1206157646'), (u'CALL_-1206161490', u'INDIRECT_-1206158386'), (u'INT_ADD_-1206162860', u'CAST_-1206157040'), (u'CALL_-1206162732', u'INDIRECT_-1206157610'), (u'MULTIEQUAL_-1206156363', u'MULTIEQUAL_-1206159349'), (u'CALL_-1206161954', u'INDIRECT_-1206158441'), (u'INDIRECT_-1206157861', u'MULTIEQUAL_-1206157916'), (u'CALL_-1206163431', u'INDIRECT_-1206159192'), (u'STORE_-1206162736', u'INDIRECT_-1206157713'), (u'MULTIEQUAL_-1206159854', u'PTRADD_-1206156945'), (u'STORE_-1206162817', u'INDIRECT_-1206157765'), (u'STORE_-1206163289', u'INDIRECT_-1206157964'), (u'STORE_-1206162567', u'INDIRECT_-1206157877'), (u'LOAD_-1206161366', u'INT_AND_-1206160009'), (u'INDIRECT_-1206157826', u'MULTIEQUAL_-1206158031'), (u'MULTIEQUAL_-1206156357', u'MULTIEQUAL_-1206158590'), ('const-7', u'PTRADD_-1206156520'), (u'LOAD_-1206161469', u'COPY_-1206156802'), (u'MULTIEQUAL_-1206156357', u'MULTIEQUAL_-1206158675'), (u'MULTIEQUAL_-1206157125', u'MULTIEQUAL_-1206157124'), (u'INDIRECT_-1206158985', u'MULTIEQUAL_-1206158986'), (u'STORE_-1206162723', u'INDIRECT_-1206157774'), (u'LOAD_-1206162795', u'CALL_-1206162678'), (u'INDIRECT_-1206157830', u'MULTIEQUAL_-1206157584'), (u'MULTIEQUAL_-1206156366', u'MULTIEQUAL_-1206159538'), (u'CALL_-1206161518', u'INDIRECT_-1206157052'), (u'CALL_-1206161774', u'INDIRECT_-1206158443'), (u'INT_EQUAL_-1206161724', u'CBRANCH_-1206161722'), (u'INT_NOTEQUAL_-1206162818', u'CBRANCH_-1206162818'), (u'CALL_-1206162750', u'INDIRECT_-1206158133'), (u'INT_EQUAL_-1206162786', u'CBRANCH_-1206162785'), (u'MULTIEQUAL_-1206158305', u'MULTIEQUAL_-1206157613'), (u'MULTIEQUAL_-1206156361', u'MULTIEQUAL_-1206159138'), ('const-417', u'STORE_-1206162655'), (u'CALL_-1206161680', u'INDIRECT_-1206157168'), (u'LOAD_-1206162875', u'INT_ADD_-1206162853'), (u'STORE_-1206162545', u'INDIRECT_-1206157658'), ('const-417', u'LOAD_-1206162614'), (u'MULTIEQUAL_-1206158572', u'MULTIEQUAL_-1206157600'), (u'MULTIEQUAL_-1206157199', u'MULTIEQUAL_-1206157583'), (u'INDIRECT_-1206157761', u'MULTIEQUAL_-1206157583'), (u'CALL_-1206162588', u'INDIRECT_-1206157442'), (u'INDIRECT_-1206157895', u'MULTIEQUAL_-1206157328'), (u'INDIRECT_-1206157190', u'MULTIEQUAL_-1206157263'), ('const-7', u'PTRADD_-1206156516'), (u'CALL_-1206162812', u'INDIRECT_-1206158764'), (u'CALL_-1206161954', u'INDIRECT_-1206157566'), (u'LOAD_-1206163893', u'INT_EQUAL_-1206163875'), (u'MULTIEQUAL_-1206156360', u'MULTIEQUAL_-1206159160'), (u'INDIRECT_-1206157004', u'MULTIEQUAL_-1206156918'), (u'INDIRECT_-1206157168', u'MULTIEQUAL_-1206158047'), (u'STORE_-1206162516', u'INDIRECT_-1206158263'), (u'INT_ADD_-1206162853', u'CAST_-1206157456'), (u'LOAD_-1206162678', u'INT_SUB_-1206162611'), (u'LOAD_-1206161485', u'CALL_-1206161471'), (u'INDIRECT_-1206158455', u'MULTIEQUAL_-1206158389'), (u'INDIRECT_-1206158217', u'MULTIEQUAL_-1206158405'), ('tmp_3619', u'CBRANCH_-1206161484'), (u'INDIRECT_-1206158116', u'MULTIEQUAL_-1206158111'), ('const-4', u'PTRADD_-1206156961'), (u'MULTIEQUAL_-1206157601', u'MULTIEQUAL_-1206159286'), (u'CALL_-1206161518', u'INDIRECT_-1206158536'), (u'COPY_-1206157372', u'MULTIEQUAL_-1206157336'), (u'CALLIND_-1206161368', u'INDIRECT_-1206157264'), ('const-6', u'PTRADD_-1206156532'), (u'STORE_-1206161195', u'INDIRECT_-1206156800'), (u'INT_ADD_-1206161350', u'CAST_-1206156453'), (u'INDIRECT_-1206157481', u'MULTIEQUAL_-1206157686'), (u'INDIRECT_-1206157608', u'MULTIEQUAL_-1206157507'), (u'CALL_-1206163431', u'INDIRECT_-1206157627'), (u'STORE_-1206162545', u'INDIRECT_-1206157865'), ('const-417', u'LOAD_-1206162875'), (u'CAST_-1206156480', u'LOAD_-1206161413'), (u'MULTIEQUAL_-1206156354', u'MULTIEQUAL_-1206158383'), (u'MULTIEQUAL_-1206157323', u'MULTIEQUAL_-1206157352'), (u'INDIRECT_-1206157508', u'MULTIEQUAL_-1206157814'), (u'MULTIEQUAL_-1206157594', u'MULTIEQUAL_-1206158537'), (u'CALL_-1206163327', u'INDIRECT_-1206159274'), (u'MULTIEQUAL_-1206159579', u'MULTIEQUAL_-1206158887'), (u'INDIRECT_-1206158961', u'MULTIEQUAL_-1206159579'), (u'CAST_-1206156734', u'LOAD_-1206161469'), ('tmp_2888', u'CBRANCH_-1206162630'), (u'LOAD_-1206161157', u'MULTIEQUAL_-1206158802'), (u'INDIRECT_-1206158604', u'MULTIEQUAL_-1206158521'), (u'CAST_-1206156708', u'LOAD_-1206161412'), ('const-0', u'INT_NOTEQUAL_-1206162636'), (u'INDIRECT_-1206157052', u'MULTIEQUAL_-1206157125'), ('const-417', u'LOAD_-1206162692'), (u'CALL_-1206161954', u'INDIRECT_-1206157497'), ('tmp_4156', u'BRANCH_-1206161106'), (u'COPY_-1206162031', u'MULTIEQUAL_-1206157549'), (u'INDIRECT_-1206158896', u'MULTIEQUAL_-1206157339'), (u'INDIRECT_-1206158378', u'MULTIEQUAL_-1206159069'), ('const-4', u'PTRADD_-1206156552'), (u'CALL_-1206163431', u'INDIRECT_-1206157834'), (u'CAST_-1206156528', u'PTRADD_-1206156499'), (u'MULTIEQUAL_-1206158880', u'MULTIEQUAL_-1206157339'), (u'CALLIND_-1206162753', u'INDIRECT_-1206158377'), (u'INDIRECT_-1206158194', u'MULTIEQUAL_-1206158180'), (u'CAST_-1206156931', u'LOAD_-1206162638'), (u'INT_ADD_-1206163309', u'CAST_-1206157260'), (u'CALL_-1206161954', u'INDIRECT_-1206158693'), (u'INDIRECT_-1206158347', u'MULTIEQUAL_-1206156353'), (u'CALL_-1206161967', u'INDIRECT_-1206157782'), (u'STORE_-1206161172', u'INDIRECT_-1206157337'), (u'CALL_-1206162688', u'INDIRECT_-1206157792'), (u'CALL_-1206163431', u'INDIRECT_-1206158455'), (u'CALL_-1206163327', u'INDIRECT_-1206157514'), (u'MULTIEQUAL_-1206158461', u'MULTIEQUAL_-1206158443'), (u'CALL_-1206162477', u'INDIRECT_-1206158541'), (u'INT_ADD_-1206162553', u'CAST_-1206157080'), (u'STORE_-1206162817', u'INDIRECT_-1206158110'), (u'INDIRECT_-1206157321', u'MULTIEQUAL_-1206157309'), (u'INDIRECT_-1206158848', u'MULTIEQUAL_-1206158734'), (u'INT_ADD_-1206161391', u'CAST_-1206156476'), (u'INDIRECT_-1206159446', u'MULTIEQUAL_-1206157605'), (u'INT_EQUAL_-1206163760', u'CBRANCH_-1206163758'), (u'CALL_-1206161490', u'INDIRECT_-1206156977'), (u'MULTIEQUAL_-1206157582', u'CALL_-1206163431'), ('tmp_20428', u'MULTIEQUAL_-1206157410'), (u'CALL_-1206161680', u'INDIRECT_-1206158337'), (u'CALL_-1206163431', u'INDIRECT_-1206157696'), (u'INDIRECT_-1206158252', u'MULTIEQUAL_-1206158943'), (u'INDIRECT_-1206158463', u'MULTIEQUAL_-1206159349'), (u'INDIRECT_-1206157249', u'MULTIEQUAL_-1206157431'), (u'STORE_-1206162561', u'INDIRECT_-1206157804'), (u'CALL_-1206161774', u'INDIRECT_-1206157901'), (u'CALL_-1206161680', u'INDIRECT_-1206156961'), (u'INDIRECT_-1206158240', u'MULTIEQUAL_-1206157333'), (u'CALL_-1206162688', u'INDIRECT_-1206158344'), (u'MULTIEQUAL_-1206156353', u'MULTIEQUAL_-1206158399'), (u'MULTIEQUAL_-1206157746', u'MULTIEQUAL_-1206157745'), (u'CALL_-1206161680', u'INDIRECT_-1206157720'), (u'INDIRECT_-1206157826', u'MULTIEQUAL_-1206157776'), (u'CALL_-1206161490', u'INDIRECT_-1206157115'), ('tmp_16575', u'MULTIEQUAL_-1206157922'), (u'INDIRECT_-1206157513', u'MULTIEQUAL_-1206158392'), (u'STORE_-1206162736', u'INDIRECT_-1206157506'), (u'MULTIEQUAL_-1206157606', u'MULTIEQUAL_-1206159601'), (u'CAST_-1206156955', u'LOAD_-1206162692'), (u'CALL_-1206162464', u'INDIRECT_-1206157732'), (u'CALL_-1206162555', u'INDIRECT_-1206158597'), (u'INDIRECT_-1206158747', u'MULTIEQUAL_-1206158698'), ('tmp_16581', u'MULTIEQUAL_-1206157928'), (u'CAST_-1206156507', u'LOAD_-1206161479'), ('tmp_16577', u'MULTIEQUAL_-1206158446'), (u'CALL_-1206161518', u'INDIRECT_-1206156983'), (u'LOAD_-1206162711', u'INT_ADD_-1206162547'), (u'MULTIEQUAL_-1206158054', u'MULTIEQUAL_-1206157586'), (u'INDIRECT_-1206157773', u'MULTIEQUAL_-1206158031'), (u'CALL_-1206162616', u'INDIRECT_-1206158106'), (u'INT_ADD_-1206162779', u'CAST_-1206157005'), (u'PTRADD_-1206156969', u'CAST_-1206156774'), ('tmp_2611', u'CBRANCH_-1206162818'), (u'CAST_-1206157334', u'LOAD_-1206162614'), (u'CALL_-1206163431', u'INDIRECT_-1206158110'), (u'CALL_-1206162027', u'INDIRECT_-1206157483'), (u'INDIRECT_-1206158179', u'MULTIEQUAL_-1206158113'), ('const-0', u'COPY_-1206161721'), ('const-16', u'INT_ADD_-1206162676'), (u'STORE_-1206161172', u'INDIRECT_-1206157268'), (u'INDIRECT_-1206157083', u'MULTIEQUAL_-1206157768'), (u'STORE_-1206162736', u'INDIRECT_-1206157575'), (u'INDIRECT_-1206157205', u'MULTIEQUAL_-1206157410'), ('const-244', u'INT_ADD_-1206161362'), (u'MULTIEQUAL_-1206159075', u'MULTIEQUAL_-1206158383'), (u'MULTIEQUAL_-1206158192', u'MULTIEQUAL_-1206157589'), (u'INDIRECT_-1206157128', u'MULTIEQUAL_-1206157107'), ('const-0', u'PTRSUB_-1206157478'), (u'INDIRECT_-1206157253', u'MULTIEQUAL_-1206156353'), (u'MULTIEQUAL_-1206158675', u'MULTIEQUAL_-1206157596'), (u'MULTIEQUAL_-1206158923', u'MULTIEQUAL_-1206157343'), (u'PTRADD_-1206156364', u'MULTIEQUAL_-1206161439'), (u'INDIRECT_-1206157828', u'MULTIEQUAL_-1206158443'), (u'CALL_-1206162812', u'INDIRECT_-1206157826'), ('const-1852896', u'PTRSUB_-1206156848'), (u'MULTIEQUAL_-1206157960', u'MULTIEQUAL_-1206157584'), (u'CALL_-1206162616', u'INDIRECT_-1206159068'), (u'CALL_-1206162027', u'INDIRECT_-1206158646'), (u'INDIRECT_-1206158796', u'MULTIEQUAL_-1206158797'), (u'CALL_-1206162027', u'INDIRECT_-1206157828'), (u'MULTIEQUAL_-1206157328', u'MULTIEQUAL_-1206157697'), (u'CALL_-1206162812', u'INDIRECT_-1206157964'), (u'CALL_-1206162678', u'INT_EQUAL_-1206162645'), (u'STORE_-1206162723', u'INDIRECT_-1206157705'), (u'CALL_-1206162464', u'INDIRECT_-1206158595'), (u'CALL_-1206162688', u'INDIRECT_-1206159477'), (u'INDIRECT_-1206157046', u'MULTIEQUAL_-1206156350'), (u'INDIRECT_-1206158443', u'MULTIEQUAL_-1206158361'), (u'INDIRECT_-1206158002', u'MULTIEQUAL_-1206156348'), (u'MULTIEQUAL_-1206157585', u'MULTIEQUAL_-1206157985'), (u'CALL_-1206162750', u'INDIRECT_-1206157305'), (u'CAST_-1206156528', u'PTRADD_-1206156479'), (u'MULTIEQUAL_-1206158512', u'MULTIEQUAL_-1206157593'), (u'STORE_-1206162561', u'INDIRECT_-1206157666'), (u'CALL_-1206161518', u'INDIRECT_-1206157328'), (u'INDIRECT_-1206157918', u'MULTIEQUAL_-1206157904'), (u'MULTIEQUAL_-1206159049', u'MULTIEQUAL_-1206157345'), (u'MULTIEQUAL_-1206157345', u'MULTIEQUAL_-1206159049'), ('const-0', u'CALL_-1206161967'), (u'CALL_-1206161967', u'INDIRECT_-1206156954'), ('tmp_16584', u'MULTIEQUAL_-1206159727'), (u'INDIRECT_-1206156611', u'MULTIEQUAL_-1206156917'), ('const-3', u'PTRADD_-1206156560'), (u'CALL_-1206162688', u'STORE_-1206162655'), ('const-4', u'PTRADD_-1206156532'), ('const-0', u'CALLIND_-1206162753'), ('const-417', u'LOAD_-1206162678'), (u'CALLIND_-1206161368', u'INDIRECT_-1206156781'), (u'MULTIEQUAL_-1206157783', u'MULTIEQUAL_-1206158668'), (u'CALL_-1206163431', u'INDIRECT_-1206157558'), (u'INDIRECT_-1206157115', u'MULTIEQUAL_-1206156351'), (u'LOAD_-1206162733', u'COPY_-1206157574'), ('tmp_642', u'CBRANCH_-1206163359'), (u'INDIRECT_-1206158778', u'MULTIEQUAL_-1206159664'), (u'INDIRECT_-1206159477', u'MULTIEQUAL_-1206156366'), (u'STORE_-1206162697', u'INDIRECT_-1206157965'), (u'PTRSUB_-1206156817', u'CALL_-1206161680'), (u'COPY_-1206163950', u'MULTIEQUAL_-1206157921'), ('const-4', u'PTRADD_-1206156499'), (u'MULTIEQUAL_-1206158254', u'MULTIEQUAL_-1206158236'), (u'LOAD_-1206161366', u'INT_AND_-1206160015'), (u'CAST_-1206157469', u'LOAD_-1206162733'), (u'INDIRECT_-1206159037', u'MULTIEQUAL_-1206158923'), (u'INDIRECT_-1206158248', u'MULTIEQUAL_-1206158182'), (u'STORE_-1206162567', u'INDIRECT_-1206157532'), (u'CALL_-1206162688', u'INDIRECT_-1206159414'), (u'MULTIEQUAL_-1206157599', u'MULTIEQUAL_-1206159160'), (u'INT_ZEXT_-1206162617', u'INT_LESSEQUAL_-1206162614'), (u'INDIRECT_-1206158722', u'MULTIEQUAL_-1206158608'), (u'MULTIEQUAL_-1206156350', u'MULTIEQUAL_-1206158107'), (u'INT_ADD_-1206161453', u'CAST_-1206156734'), (u'CALL_-1206162812', u'INDIRECT_-1206157757'), (u'INDIRECT_-1206157504', u'MULTIEQUAL_-1206157490'), (u'CALL_-1206162027', u'INDIRECT_-1206158583'), (u'STORE_-1206162516', u'INDIRECT_-1206157711'), (u'CALL_-1206162555', u'INDIRECT_-1206157497'), (u'STORE_-1206162526', u'INDIRECT_-1206158202'), (u'CALL_-1206162750', u'INDIRECT_-1206157374'), ('const-52', u'INT_ADD_-1206162668'), (u'CALL_-1206161774', u'INDIRECT_-1206156935'), (u'CALL_-1206162732', u'INDIRECT_-1206158722'), (u'INDIRECT_-1206157068', u'MULTIEQUAL_-1206157045'), (u'INDIRECT_-1206157765', u'MULTIEQUAL_-1206157699'), (u'CALLIND_-1206162753', u'INDIRECT_-1206158032'), (u'CALL_-1206162688', u'PTRADD_-1206156364'), (u'INDIRECT_-1206158709', u'MULTIEQUAL_-1206159327'), (u'CALL_-1206162678', u'INDIRECT_-1206157688'), ('tmp_20433', u'MULTIEQUAL_-1206157852'), (u'CALL_-1206161774', u'INDIRECT_-1206158569'), (u'CALL_-1206161471', u'INDIRECT_-1206157401'), (u'CALL_-1206162678', u'INDIRECT_-1206158965'), (u'CALL_-1206162862', u'INDIRECT_-1206157840'), (u'INDIRECT_-1206157692', u'MULTIEQUAL_-1206157582'), (u'MULTIEQUAL_-1206158671', u'MULTIEQUAL_-1206157339'), (u'CAST_-1206157422', u'MULTIEQUAL_-1206161439'), (u'CALL_-1206161490', u'INDIRECT_-1206156563'), (u'INDIRECT_-1206158652', u'MULTIEQUAL_-1206159538'), (u'MULTIEQUAL_-1206157714', u'MULTIEQUAL_-1206158599'), (u'INDIRECT_-1206157896', u'MULTIEQUAL_-1206157873'), (u'INDIRECT_-1206158300', u'MULTIEQUAL_-1206158206'), (u'CALL_-1206163431', u'INDIRECT_-1206158041'), ('tmp_20430', u'MULTIEQUAL_-1206157576'), (u'INDIRECT_-1206158567', u'MULTIEQUAL_-1206159258'), (u'INDIRECT_-1206159509', u'MULTIEQUAL_-1206157606'), ('tmp_20422', u'MULTIEQUAL_-1206156996'), (u'INDIRECT_-1206158673', u'MULTIEQUAL_-1206158590'), (u'CALL_-1206161680', u'INDIRECT_-1206157651'), (u'INDIRECT_-1206157276', u'MULTIEQUAL_-1206157891'), (u'INDIRECT_-1206157627', u'MULTIEQUAL_-1206157561'), (u'CALL_-1206161490', u'INDIRECT_-1206157046'), (u'MULTIEQUAL_-1206159258', u'MULTIEQUAL_-1206157345'), (u'CALL_-1206162812', u'INDIRECT_-1206157136'), (u'INDIRECT_-1206159414', u'MULTIEQUAL_-1206156365'), (u'CAST_-1206156528', u'MULTIEQUAL_-1206158929'), (u'INDIRECT_-1206157945', u'MULTIEQUAL_-1206156359'), (u'INDIRECT_-1206158068', u'MULTIEQUAL_-1206158123'), (u'CALL_-1206161774', u'INDIRECT_-1206158632'), (u'STORE_-1206161195', u'INDIRECT_-1206157007'), (u'MULTIEQUAL_-1206157224', u'MULTIEQUAL_-1206157183'), (u'CALL_-1206162812', u'INDIRECT_-1206157619'), (u'INDIRECT_-1206158197', u'MULTIEQUAL_-1206156363'), (u'INDIRECT_-1206158662', u'MULTIEQUAL_-1206158739'), (u'MULTIEQUAL_-1206157638', u'MULTIEQUAL_-1206157597'), (u'INDIRECT_-1206158733', u'MULTIEQUAL_-1206158734'), (u'STORE_-1206162749', u'INDIRECT_-1206157307'), (u'STORE_-1206162697', u'INDIRECT_-1206157551'), ('const-5', u'INT_NOTEQUAL_-1206161444'), (u'CALLIND_-1206161368', u'INDIRECT_-1206158598'), (u'CALL_-1206161471', u'INDIRECT_-1206158873'), ('const-132', u'INT_ADD_-1206163330'), (u'COPY_-1206157627', u'MULTIEQUAL_-1206157588'), (u'CAST_-1206156743', u'LOAD_-1206161485'), (u'CALL_-1206162464', u'INDIRECT_-1206157249'), (u'INT_EQUAL_-1206161485', u'CBRANCH_-1206161484'), (u'INDIRECT_-1206157955', u'MULTIEQUAL_-1206157861'), (u'COPY_-1206157574', u'MULTIEQUAL_-1206157588'), (u'INDIRECT_-1206157366', u'MULTIEQUAL_-1206157352'), (u'MULTIEQUAL_-1206157921', u'MULTIEQUAL_-1206159097'), (u'INDIRECT_-1206157539', u'MULTIEQUAL_-1206157479'), (u'INDIRECT_-1206158973', u'MULTIEQUAL_-1206156358'), (u'CALL_-1206162588', u'INDIRECT_-1206158800'), (u'CALLIND_-1206162753', u'INDIRECT_-1206157618'), ('const-4', u'PTRADD_-1206156504'), (u'STORE_-1206162526', u'INDIRECT_-1206157305'), (u'INDIRECT_-1206157345', u'MULTIEQUAL_-1206157268'), (u'CALL_-1206161471', u'INDIRECT_-1206158621'), (u'CALL_-1206161518', u'INDIRECT_-1206158410'), ('const-0', u'CALL_-1206162588'), (u'STORE_-1206162526', u'INDIRECT_-1206157995'), (u'STORE_-1206162736', u'INDIRECT_-1206157851'), (u'INT_NOTEQUAL_-1206162821', u'CBRANCH_-1206162821'), (u'MULTIEQUAL_-1206157252', u'COPY_-1206157333'), (u'INDIRECT_-1206157370', u'MULTIEQUAL_-1206157676'), (u'CALL_-1206162027', u'INDIRECT_-1206157138'), (u'CALL_-1206162555', u'INDIRECT_-1206158912'), (u'CALL_-1206162678', u'INDIRECT_-1206158102'), ('tmp_20421', u'MULTIEQUAL_-1206156886'), (u'CALL_-1206161967', u'INDIRECT_-1206157092'), (u'MULTIEQUAL_-1206157960', u'MULTIEQUAL_-1206157268'), (u'INDIRECT_-1206158623', u'MULTIEQUAL_-1206156357'), (u'INDIRECT_-1206157487', u'CALL_-1206161518'), (u'MULTIEQUAL_-1206159286', u'MULTIEQUAL_-1206157601'), (u'STORE_-1206162697', u'INDIRECT_-1206157344'), (u'INDIRECT_-1206159320', u'MULTIEQUAL_-1206157603'), (u'CALL_-1206162678', u'INDIRECT_-1206157343'), ('const-4', u'PTRADD_-1206156536'), (u'MULTIEQUAL_-1206157130', u'MULTIEQUAL_-1206157582'), (u'MULTIEQUAL_-1206157183', u'COPY_-1206157264'), (u'INDIRECT_-1206159024', u'MULTIEQUAL_-1206159642'), (u'STORE_-1206162567', u'INDIRECT_-1206158222'), ('tmp_16578', u'MULTIEQUAL_-1206158509'), ('const-4', u'PTRADD_-1206156969'), (u'STORE_-1206162710', u'INDIRECT_-1206157076'), (u'CALL_-1206162688', u'INDIRECT_-1206158551'), ('const-5', u'CALL_-1206162477'), ('tmp_145', u'CBRANCH_-1206163874'), (u'MULTIEQUAL_-1206158509', u'MULTIEQUAL_-1206157599'), (u'MULTIEQUAL_-1206157613', u'MULTIEQUAL_-1206157590'), (u'MULTIEQUAL_-1206159223', u'MULTIEQUAL_-1206159201'), (u'INDIRECT_-1206157978', u'MULTIEQUAL_-1206157973'), (u'INDIRECT_-1206158589', u'MULTIEQUAL_-1206159475'), (u'LOAD_-1206162508', u'COPY_-1206157150'), (u'MULTIEQUAL_-1206159601', u'MULTIEQUAL_-1206157606'), (u'CALL_-1206162732', u'INDIRECT_-1206158848'), (u'INT_EQUAL_-1206163698', u'CBRANCH_-1206163696'), (u'CAST_-1206157124', u'LOAD_-1206162684'), (u'INDIRECT_-1206159211', u'MULTIEQUAL_-1206157344'), (u'LOAD_-1206162840', u'INT_NOTEQUAL_-1206162818'), (u'LOAD_-1206162840', u'LOAD_-1206162818'), (u'MULTIEQUAL_-1206157421', u'MULTIEQUAL_-1206157324'), (u'STORE_-1206162817', u'INDIRECT_-1206158179'), (u'INDIRECT_-1206158974', u'MULTIEQUAL_-1206158860'), (u'INDIRECT_-1206158441', u'MULTIEQUAL_-1206159132'), (u'INDIRECT_-1206157763', u'MULTIEQUAL_-1206157677'), (u'CALL_-1206162555', u'INDIRECT_-1206158471'), (u'STORE_-1206161111', u'INDIRECT_-1206157370'), (u'CALL_-1206161471', u'INDIRECT_-1206158495'), (u'STORE_-1206162526', u'INDIRECT_-1206157374'), ('const-0', u'INT_EQUAL_-1206162902'), (u'MULTIEQUAL_-1206157776', u'MULTIEQUAL_-1206157735'), (u'MULTIEQUAL_-1206159601', u'MULTIEQUAL_-1206159579'), (u'STORE_-1206162567', u'INDIRECT_-1206157394'), (u'CALL_-1206162812', u'INDIRECT_-1206157688'), (u'INDIRECT_-1206157635', u'MULTIEQUAL_-1206158320'), (u'INDIRECT_-1206158386', u'MULTIEQUAL_-1206156366'), (u'INDIRECT_-1206157276', u'MULTIEQUAL_-1206157199'), (u'CALL_-1206162678', u'INDIRECT_-1206157826'), (u'MULTIEQUAL_-1206157600', u'MULTIEQUAL_-1206159223'), (u'INDIRECT_-1206158315', u'MULTIEQUAL_-1206159006'), ('const-40', u'INT_ADD_-1206161396'), (u'MULTIEQUAL_-1206158817', u'MULTIEQUAL_-1206157338'), (u'INDIRECT_-1206157704', u'MULTIEQUAL_-1206157962'), (u'MULTIEQUAL_-1206157588', u'INT_EQUAL_-1206163698'), (u'LOAD_-1206161255', u'MULTIEQUAL_-1206158550'), (u'MULTIEQUAL_-1206158249', u'MULTIEQUAL_-1206157337'), (u'INDIRECT_-1206157903', u'MULTIEQUAL_-1206157837'), (u'STORE_-1206163289', u'INDIRECT_-1206158309'), (u'STORE_-1206162655', u'INDIRECT_-1206158209'), (u'CALLIND_-1206162753', u'INDIRECT_-1206158730'), (u'MULTIEQUAL_-1206156351', u'MULTIEQUAL_-1206158261'), (u'INDIRECT_-1206157359', u'MULTIEQUAL_-1206158044'), ('const-48', u'INT_ADD_-1206163309'), (u'CALL_-1206162688', u'INDIRECT_-1206158068'), (u'INDIRECT_-1206159226', u'MULTIEQUAL_-1206159112'), (u'CALL_-1206161774', u'INDIRECT_-1206157763'), (u'CALL_-1206162464', u'INDIRECT_-1206158343'), (u'INDIRECT_-1206157481', u'MULTIEQUAL_-1206157431'), (u'CALL_-1206161471', u'INDIRECT_-1206157056'), (u'CALL_-1206162464', u'INDIRECT_-1206158406'), (u'INT_ADD_-1206162656', u'CAST_-1206157116'), (u'CALL_-1206163327', u'INDIRECT_-1206157583'), (u'CALL_-1206162778', u'INDIRECT_-1206159215'), ('tmp_16576', u'MULTIEQUAL_-1206158383'), (u'INDIRECT_-1206156990', u'MULTIEQUAL_-1206156969'), (u'MULTIEQUAL_-1206157017', u'MULTIEQUAL_-1206156976'), (u'CALL_-1206162027', u'INDIRECT_-1206159024'), (u'MULTIEQUAL_-1206157906', u'MULTIEQUAL_-1206157328'), (u'COPY_-1206156934', u'MULTIEQUAL_-1206157588'), (u'CALL_-1206162732', u'INDIRECT_-1206158369'), (u'CALL_-1206162732', u'INDIRECT_-1206159100'), (u'MULTIEQUAL_-1206159475', u'MULTIEQUAL_-1206159453'), ('const-3', u'INT_AND_-1206160015'), (u'COPY_-1206157282', u'CALL_-1206162862'), (u'INDIRECT_-1206157834', u'MULTIEQUAL_-1206157768'), (u'INDIRECT_-1206158313', u'MULTIEQUAL_-1206157592'), (u'INDIRECT_-1206157497', u'MULTIEQUAL_-1206157755'), (u'INT_ZEXT_-1206162572', u'INT_SUB_-1206162561'), (u'CALL_-1206161680', u'INDIRECT_-1206158274'), (u'CALL_-1206162750', u'INDIRECT_-1206157443'), (u'INT_NOTEQUAL_-1206161438', u'CBRANCH_-1206161437'), ('const-0', u'INT_NOTEQUAL_-1206163380'), (u'CAST_-1206156476', u'LOAD_-1206161407'), (u'INDIRECT_-1206158684', u'MULTIEQUAL_-1206157927'), (u'LOAD_-1206162672', u'INT_SUB_-1206162566'), (u'MULTIEQUAL_-1206157925', u'MULTIEQUAL_-1206159349'), (u'CALL_-1206162477', u'INDIRECT_-1206157258'), (u'CALL_-1206162464', u'INDIRECT_-1206157801'), (u'CALL_-1206161774', u'INDIRECT_-1206157694'), (u'INDIRECT_-1206158520', u'MULTIEQUAL_-1206158446'), (u'STORE_-1206162736', u'INDIRECT_-1206157782'), (u'INDIRECT_-1206158378', u'MULTIEQUAL_-1206157335'), (u'CAST_-1206157120', u'LOAD_-1206162678'), (u'MULTIEQUAL_-1206158929', u'MULTIEQUAL_-1206159854'), (u'PTRSUB_-1206156626', u'CALLIND_-1206161368'), ('const-4', u'PTRADD_-1206156937'), (u'CALL_-1206162732', u'INDIRECT_-1206157955'), (u'MULTIEQUAL_-1206157390', u'COPY_-1206157471'), (u'INT_ADD_-1206163275', u'CAST_-1206157246'), ('const-448', u'INT_ADD_-1206161391'), (u'MULTIEQUAL_-1206158719', u'MULTIEQUAL_-1206158027'), (u'INDIRECT_-1206158558', u'MULTIEQUAL_-1206158509'), (u'INDIRECT_-1206156956', u'MULTIEQUAL_-1206157262'), ('const-0', u'STORE_-1206162516'), (u'INDIRECT_-1206157359', u'MULTIEQUAL_-1206157617'), (u'MULTIEQUAL_-1206157975', u'MULTIEQUAL_-1206157329'), (u'INDIRECT_-1206157535', u'MULTIEQUAL_-1206157608'), (u'COPY_-1206156760', u'CALL_-1206161518'), (u'CAST_-1206157273', u'STORE_-1206163344'), (u'CALL_-1206162851', u'INDIRECT_-1206158050'), (u'CALL_-1206163431', u'INDIRECT_-1206159003'), (u'INDIRECT_-1206158504', u'MULTIEQUAL_-1206159195'), (u'INDIRECT_-1206157704', u'MULTIEQUAL_-1206158389'), (u'INDIRECT_-1206158911', u'MULTIEQUAL_-1206158797')]
null
null
00046600
x86
O2
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00046600(void)\n\n{\n int *piVar1;\n uint uVar2;\n uint uVar3;\n uint uVar4;\n uint uVar5;\n int iVar6;\n char *pcVar7;\n char *pcVar8;\n int iVar9;\n size_t sVar10;\n int iVar11;\n void *__ptr;\n int iVar12;\n undefined4 uVar13;\n undefined4 uVar14;\n char *local_6c;\n undefined4 *local_58;\n undefined1 local_4d;\n int local_40;\n undefined4 local_3c;\n undefined4 local_38;\n undefined4 local_34;\n undefined4 local_30;\n undefined4 local_2c;\n undefined4 local_28;\n undefined4 local_24;\n undefined4 local_20;\n undefined4 uStack_14;\n \n uStack_14 = 0x46609;\n if ((*(int *)(DAT_001c4600 + 0x30) == 0) && (iVar9 = DAT_001c385c, DAT_001c385c != 0)) {\n do {\n bfd_elf32_aarch64_init_maps(*(undefined4 *)(iVar9 + 0x10));\n piVar1 = (int *)(iVar9 + 0x18);\n iVar9 = *piVar1;\n } while (*piVar1 != 0);\n iVar9 = *(int *)(DAT_001c4600 + 0x28);\n }\n else {\n iVar9 = *(int *)(DAT_001c4600 + 0x28);\n }\n local_58 = (undefined4 *)0x0;\n if (iVar9 == 1) {\n _bfd_elf_tls_setup(DAT_001c4614,&DAT_001c45e0);\n if ((((DAT_001c45e0 & 3) == 2) ||\n (local_58 = (undefined4 *)bfd_link_hash_lookup(DAT_001c4600,"__ehdr_start",0,0,1),\n local_58 == (undefined4 *)0x0)) ||\n ((2 < *(byte *)(local_58 + 3) && (*(byte *)(local_58 + 3) != 5)))) {\n local_58 = (undefined4 *)0x0;\n }\n else {\n (**(code **)(*(int *)(*(int *)(DAT_001c4614 + 4) + 0x1c0) + 0xf4))(&DAT_001c45e0,local_58,1);\n if ((*(byte *)((int)local_58 + 0x41) & 3) != 1) {\n *(byte *)((int)local_58 + 0x41) = *(byte *)((int)local_58 + 0x41) & 0xfc | 2;\n }\n local_3c = *local_58;\n local_38 = local_58[1];\n local_34 = local_58[2];\n local_30 = local_58[3];\n local_2c = local_58[4];\n local_28 = local_58[5];\n local_24 = local_58[6];\n local_58[6] = 0;\n local_20 = local_58[7];\n local_58[7] = 0;\n local_4d = *(undefined1 *)(local_58 + 3);\n *(undefined1 *)(local_58 + 3) = 3;\n local_58[5] = PTR__bfd_std_section_001c1fd4 + 0x180;\n }\n FUN_00023e80(FUN_00046c60);\n }\n local_6c = DAT_001c46c4;\n if (((DAT_001c46c4 == (char *)0x0) && (local_6c = getenv("LD_RUN_PATH"), local_6c == (char *)0x0))\n || (iVar9 = DAT_001c461c, *local_6c == '\0')) {\n local_6c = (char *)0x0;\n iVar9 = DAT_001c461c;\n }\njoined_r0x00046685:\n do {\n if (iVar9 == 0) {\n iVar9 = bfd_elf_size_dynamic_sections\n (DAT_001c4614,DAT_001c46c0,local_6c,DAT_001c46cc,DAT_001c3d6c,DAT_001c3d68,\n DAT_001c46d0,&DAT_001c45e0,&local_40);\n if (iVar9 == 0) {\n uVar14 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00034dc0(uVar14);\n }\n pcVar7 = DAT_001c46bc;\n iVar9 = DAT_001c385c;\n if ((DAT_001c46bc != (char *)0x0) && (local_40 != 0)) {\n *(char **)(local_40 + 0x84) = DAT_001c46bc;\n sVar10 = strlen(pcVar7);\n *(undefined4 *)(local_40 + 0x30) = 0;\n *(size_t *)(local_40 + 0x2c) = sVar10 + 1;\n iVar9 = DAT_001c385c;\n }\n for (; iVar9 != 0; iVar9 = *(int *)(iVar9 + 0x18)) {\n if (((*(byte *)(iVar9 + 0x24) & 0x10) == 0) &&\n (iVar11 = bfd_get_section_by_name(*(undefined4 *)(iVar9 + 0x10),".gnu.warning"),\n iVar11 != 0)) {\n uVar14 = *(undefined4 *)(iVar11 + 0x30);\n iVar6 = *(int *)(iVar11 + 0x2c);\n __ptr = (void *)xmalloc(iVar6 + 1);\n iVar12 = bfd_get_section_contents\n (*(undefined4 *)(iVar9 + 0x10),iVar11,__ptr,0,0,iVar6,uVar14);\n if (iVar12 == 0) {\n uVar14 = *(undefined4 *)(iVar9 + 0x10);\n uVar13 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);\n FUN_00034dc0(uVar13,uVar14);\n }\n *(undefined1 *)((int)__ptr + iVar6) = 0;\n (**(code **)(DAT_001c45fc + 0x14))\n (&DAT_001c45e0,__ptr,0,*(undefined4 *)(iVar9 + 0x10),0,0,0);\n free(__ptr);\n iVar6 = *(int *)(iVar11 + 0x54);\n if (iVar6 != 0) {\n uVar2 = *(uint *)(iVar6 + 0x34);\n uVar3 = *(uint *)(iVar6 + 0x38);\n uVar4 = *(uint *)(iVar11 + 0x30);\n uVar5 = *(uint *)(iVar11 + 0x2c);\n if (uVar4 <= uVar3 && (uint)(uVar2 < uVar5) <= uVar3 - uVar4) {\n *(uint *)(iVar6 + 0x34) = uVar2 - uVar5;\n *(uint *)(iVar6 + 0x38) = (uVar3 - uVar4) - (uint)(uVar2 < uVar5);\n }\n }\n *(uint *)(iVar11 + 0x14) = *(uint *)(iVar11 + 0x14) | 0x208000;\n *(undefined4 *)(iVar11 + 0x2c) = 0;\n *(undefined4 *)(iVar11 + 0x30) = 0;\n }\n }\n FUN_00033a20();\n iVar9 = bfd_elf_size_dynsym_hash_dynstr(DAT_001c4614,&DAT_001c45e0);\n if (iVar9 == 0) {\n uVar14 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00034dc0(uVar14);\n }\n if (local_58 != (undefined4 *)0x0) {\n *(undefined1 *)(local_58 + 3) = local_4d;\n local_58[4] = local_2c;\n local_58[5] = local_28;\n local_58[6] = local_24;\n local_58[7] = local_20;\n }\n return;\n }\n if (((*(int *)(*(int *)(iVar9 + 4) + 4) == 5) &&\n (pcVar7 = *(char **)(*(int *)(iVar9 + 0xa0) + 0x2b4), pcVar7 != (char *)0x0)) &&\n (*pcVar7 != '\0')) {\n pcVar7 = (char *)xstrdup(pcVar7);\n do {\n pcVar8 = strchr(pcVar7,(int)DAT_001c4728);\n if (pcVar8 == (char *)0x0) {\n if (*pcVar7 != '\0') {\n FUN_000453b0();\n iVar9 = *(int *)(iVar9 + 0x9c);\n goto joined_r0x00046685;\n }\n break;\n }\n *pcVar8 = '\0';\n if (*pcVar7 != '\0') {\n FUN_000453b0();\n }\n pcVar7 = pcVar8 + 1;\n } while (pcVar7 != (char *)0x0);\n }\n iVar9 = *(int *)(iVar9 + 0x9c);\n } while( true );\n}\n\n" comment (function_definition "void FUN_00046600(void)\n\n{\n int *piVar1;\n uint uVar2;\n uint uVar3;\n uint uVar4;\n uint uVar5;\n int iVar6;\n char *pcVar7;\n char *pcVar8;\n int iVar9;\n size_t sVar10;\n int iVar11;\n void *__ptr;\n int iVar12;\n undefined4 uVar13;\n undefined4 uVar14;\n char *local_6c;\n undefined4 *local_58;\n undefined1 local_4d;\n int local_40;\n undefined4 local_3c;\n undefined4 local_38;\n undefined4 local_34;\n undefined4 local_30;\n undefined4 local_2c;\n undefined4 local_28;\n undefined4 local_24;\n undefined4 local_20;\n undefined4 uStack_14;\n \n uStack_14 = 0x46609;\n if ((*(int *)(DAT_001c4600 + 0x30) == 0) && (iVar9 = DAT_001c385c, DAT_001c385c != 0)) {\n do {\n bfd_elf32_aarch64_init_maps(*(undefined4 *)(iVar9 + 0x10));\n piVar1 = (int *)(iVar9 + 0x18);\n iVar9 = *piVar1;\n } while (*piVar1 != 0);\n iVar9 = *(int *)(DAT_001c4600 + 0x28);\n }\n else {\n iVar9 = *(int *)(DAT_001c4600 + 0x28);\n }\n local_58 = (undefined4 *)0x0;\n if (iVar9 == 1) {\n _bfd_elf_tls_setup(DAT_001c4614,&DAT_001c45e0);\n if ((((DAT_001c45e0 & 3) == 2) ||\n (local_58 = (undefined4 *)bfd_link_hash_lookup(DAT_001c4600,"__ehdr_start",0,0,1),\n local_58 == (undefined4 *)0x0)) ||\n ((2 < *(byte *)(local_58 + 3) && (*(byte *)(local_58 + 3) != 5)))) {\n local_58 = (undefined4 *)0x0;\n }\n else {\n (**(code **)(*(int *)(*(int *)(DAT_001c4614 + 4) + 0x1c0) + 0xf4))(&DAT_001c45e0,local_58,1);\n if ((*(byte *)((int)local_58 + 0x41) & 3) != 1) {\n *(byte *)((int)local_58 + 0x41) = *(byte *)((int)local_58 + 0x41) & 0xfc | 2;\n }\n local_3c = *local_58;\n local_38 = local_58[1];\n local_34 = local_58[2];\n local_30 = local_58[3];\n local_2c = local_58[4];\n local_28 = local_58[5];\n local_24 = local_58[6];\n local_58[6] = 0;\n local_20 = local_58[7];\n local_58[7] = 0;\n local_4d = *(undefined1 *)(local_58 + 3);\n *(undefined1 *)(local_58 + 3) = 3;\n local_58[5] = PTR__bfd_std_section_001c1fd4 + 0x180;\n }\n FUN_00023e80(FUN_00046c60);\n }\n local_6c = DAT_001c46c4;\n if (((DAT_001c46c4 == (char *)0x0) && (local_6c = getenv("LD_RUN_PATH"), local_6c == (char *)0x0))\n || (iVar9 = DAT_001c461c, *local_6c == '\0')) {\n local_6c = (char *)0x0;\n iVar9 = DAT_001c461c;\n }\njoined_r0x00046685:\n do {\n if (iVar9 == 0) {\n iVar9 = bfd_elf_size_dynamic_sections\n (DAT_001c4614,DAT_001c46c0,local_6c,DAT_001c46cc,DAT_001c3d6c,DAT_001c3d68,\n DAT_001c46d0,&DAT_001c45e0,&local_40);\n if (iVar9 == 0) {\n uVar14 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00034dc0(uVar14);\n }\n pcVar7 = DAT_001c46bc;\n iVar9 = DAT_001c385c;\n if ((DAT_001c46bc != (char *)0x0) && (local_40 != 0)) {\n *(char **)(local_40 + 0x84) = DAT_001c46bc;\n sVar10 = strlen(pcVar7);\n *(undefined4 *)(local_40 + 0x30) = 0;\n *(size_t *)(local_40 + 0x2c) = sVar10 + 1;\n iVar9 = DAT_001c385c;\n }\n for (; iVar9 != 0; iVar9 = *(int *)(iVar9 + 0x18)) {\n if (((*(byte *)(iVar9 + 0x24) & 0x10) == 0) &&\n (iVar11 = bfd_get_section_by_name(*(undefined4 *)(iVar9 + 0x10),".gnu.warning"),\n iVar11 != 0)) {\n uVar14 = *(undefined4 *)(iVar11 + 0x30);\n iVar6 = *(int *)(iVar11 + 0x2c);\n __ptr = (void *)xmalloc(iVar6 + 1);\n iVar12 = bfd_get_section_contents\n (*(undefined4 *)(iVar9 + 0x10),iVar11,__ptr,0,0,iVar6,uVar14);\n if (iVar12 == 0) {\n uVar14 = *(undefined4 *)(iVar9 + 0x10);\n uVar13 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);\n FUN_00034dc0(uVar13,uVar14);\n }\n *(undefined1 *)((int)__ptr + iVar6) = 0;\n (**(code **)(DAT_001c45fc + 0x14))\n (&DAT_001c45e0,__ptr,0,*(undefined4 *)(iVar9 + 0x10),0,0,0);\n free(__ptr);\n iVar6 = *(int *)(iVar11 + 0x54);\n if (iVar6 != 0) {\n uVar2 = *(uint *)(iVar6 + 0x34);\n uVar3 = *(uint *)(iVar6 + 0x38);\n uVar4 = *(uint *)(iVar11 + 0x30);\n uVar5 = *(uint *)(iVar11 + 0x2c);\n if (uVar4 <= uVar3 && (uint)(uVar2 < uVar5) <= uVar3 - uVar4) {\n *(uint *)(iVar6 + 0x34) = uVar2 - uVar5;\n *(uint *)(iVar6 + 0x38) = (uVar3 - uVar4) - (uint)(uVar2 < uVar5);\n }\n }\n *(uint *)(iVar11 + 0x14) = *(uint *)(iVar11 + 0x14) | 0x208000;\n *(undefined4 *)(iVar11 + 0x2c) = 0;\n *(undefined4 *)(iVar11 + 0x30) = 0;\n }\n }\n FUN_00033a20();\n iVar9 = bfd_elf_size_dynsym_hash_dynstr(DAT_001c4614,&DAT_001c45e0);\n if (iVar9 == 0) {\n uVar14 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00034dc0(uVar14);\n }\n if (local_58 != (undefined4 *)0x0) {\n *(undefined1 *)(local_58 + 3) = local_4d;\n local_58[4] = local_2c;\n local_58[5] = local_28;\n local_58[6] = local_24;\n local_58[7] = local_20;\n }\n return;\n }\n if (((*(int *)(*(int *)(iVar9 + 4) + 4) == 5) &&\n (pcVar7 = *(char **)(*(int *)(iVar9 + 0xa0) + 0x2b4), pcVar7 != (char *)0x0)) &&\n (*pcVar7 != '\0')) {\n pcVar7 = (char *)xstrdup(pcVar7);\n do {\n pcVar8 = strchr(pcVar7,(int)DAT_001c4728);\n if (pcVar8 == (char *)0x0) {\n if (*pcVar7 != '\0') {\n FUN_000453b0();\n iVar9 = *(int *)(iVar9 + 0x9c);\n goto joined_r0x00046685;\n }\n break;\n }\n *pcVar8 = '\0';\n if (*pcVar7 != '\0') {\n FUN_000453b0();\n }\n pcVar7 = pcVar8 + 1;\n } while (pcVar7 != (char *)0x0);\n }\n iVar9 = *(int *)(iVar9 + 0x9c);\n } while( true );\n}" primitive_type (function_declarator "FUN_00046600(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n int *piVar1;\n uint uVar2;\n uint uVar3;\n uint uVar4;\n uint uVar5;\n int iVar6;\n char *pcVar7;\n char *pcVar8;\n int iVar9;\n size_t sVar10;\n int iVar11;\n void *__ptr;\n int iVar12;\n undefined4 uVar13;\n undefined4 uVar14;\n char *local_6c;\n undefined4 *local_58;\n undefined1 local_4d;\n int local_40;\n undefined4 local_3c;\n undefined4 local_38;\n undefined4 local_34;\n undefined4 local_30;\n undefined4 local_2c;\n undefined4 local_28;\n undefined4 local_24;\n undefined4 local_20;\n undefined4 uStack_14;\n \n uStack_14 = 0x46609;\n if ((*(int *)(DAT_001c4600 + 0x30) == 0) && (iVar9 = DAT_001c385c, DAT_001c385c != 0)) {\n do {\n bfd_elf32_aarch64_init_maps(*(undefined4 *)(iVar9 + 0x10));\n piVar1 = (int *)(iVar9 + 0x18);\n iVar9 = *piVar1;\n } while (*piVar1 != 0);\n iVar9 = *(int *)(DAT_001c4600 + 0x28);\n }\n else {\n iVar9 = *(int *)(DAT_001c4600 + 0x28);\n }\n local_58 = (undefined4 *)0x0;\n if (iVar9 == 1) {\n _bfd_elf_tls_setup(DAT_001c4614,&DAT_001c45e0);\n if ((((DAT_001c45e0 & 3) == 2) ||\n (local_58 = (undefined4 *)bfd_link_hash_lookup(DAT_001c4600,"__ehdr_start",0,0,1),\n local_58 == (undefined4 *)0x0)) ||\n ((2 < *(byte *)(local_58 + 3) && (*(byte *)(local_58 + 3) != 5)))) {\n local_58 = (undefined4 *)0x0;\n }\n else {\n (**(code **)(*(int *)(*(int *)(DAT_001c4614 + 4) + 0x1c0) + 0xf4))(&DAT_001c45e0,local_58,1);\n if ((*(byte *)((int)local_58 + 0x41) & 3) != 1) {\n *(byte *)((int)local_58 + 0x41) = *(byte *)((int)local_58 + 0x41) & 0xfc | 2;\n }\n local_3c = *local_58;\n local_38 = local_58[1];\n local_34 = local_58[2];\n local_30 = local_58[3];\n local_2c = local_58[4];\n local_28 = local_58[5];\n local_24 = local_58[6];\n local_58[6] = 0;\n local_20 = local_58[7];\n local_58[7] = 0;\n local_4d = *(undefined1 *)(local_58 + 3);\n *(undefined1 *)(local_58 + 3) = 3;\n local_58[5] = PTR__bfd_std_section_001c1fd4 + 0x180;\n }\n FUN_00023e80(FUN_00046c60);\n }\n local_6c = DAT_001c46c4;\n if (((DAT_001c46c4 == (char *)0x0) && (local_6c = getenv("LD_RUN_PATH"), local_6c == (char *)0x0))\n || (iVar9 = DAT_001c461c, *local_6c == '\0')) {\n local_6c = (char *)0x0;\n iVar9 = DAT_001c461c;\n }\njoined_r0x00046685:\n do {\n if (iVar9 == 0) {\n iVar9 = bfd_elf_size_dynamic_sections\n (DAT_001c4614,DAT_001c46c0,local_6c,DAT_001c46cc,DAT_001c3d6c,DAT_001c3d68,\n DAT_001c46d0,&DAT_001c45e0,&local_40);\n if (iVar9 == 0) {\n uVar14 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00034dc0(uVar14);\n }\n pcVar7 = DAT_001c46bc;\n iVar9 = DAT_001c385c;\n if ((DAT_001c46bc != (char *)0x0) && (local_40 != 0)) {\n *(char **)(local_40 + 0x84) = DAT_001c46bc;\n sVar10 = strlen(pcVar7);\n *(undefined4 *)(local_40 + 0x30) = 0;\n *(size_t *)(local_40 + 0x2c) = sVar10 + 1;\n iVar9 = DAT_001c385c;\n }\n for (; iVar9 != 0; iVar9 = *(int *)(iVar9 + 0x18)) {\n if (((*(byte *)(iVar9 + 0x24) & 0x10) == 0) &&\n (iVar11 = bfd_get_section_by_name(*(undefined4 *)(iVar9 + 0x10),".gnu.warning"),\n iVar11 != 0)) {\n uVar14 = *(undefined4 *)(iVar11 + 0x30);\n iVar6 = *(int *)(iVar11 + 0x2c);\n __ptr = (void *)xmalloc(iVar6 + 1);\n iVar12 = bfd_get_section_contents\n (*(undefined4 *)(iVar9 + 0x10),iVar11,__ptr,0,0,iVar6,uVar14);\n if (iVar12 == 0) {\n uVar14 = *(undefined4 *)(iVar9 + 0x10);\n uVar13 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);\n FUN_00034dc0(uVar13,uVar14);\n }\n *(undefined1 *)((int)__ptr + iVar6) = 0;\n (**(code **)(DAT_001c45fc + 0x14))\n (&DAT_001c45e0,__ptr,0,*(undefined4 *)(iVar9 + 0x10),0,0,0);\n free(__ptr);\n iVar6 = *(int *)(iVar11 + 0x54);\n if (iVar6 != 0) {\n uVar2 = *(uint *)(iVar6 + 0x34);\n uVar3 = *(uint *)(iVar6 + 0x38);\n uVar4 = *(uint *)(iVar11 + 0x30);\n uVar5 = *(uint *)(iVar11 + 0x2c);\n if (uVar4 <= uVar3 && (uint)(uVar2 < uVar5) <= uVar3 - uVar4) {\n *(uint *)(iVar6 + 0x34) = uVar2 - uVar5;\n *(uint *)(iVar6 + 0x38) = (uVar3 - uVar4) - (uint)(uVar2 < uVar5);\n }\n }\n *(uint *)(iVar11 + 0x14) = *(uint *)(iVar11 + 0x14) | 0x208000;\n *(undefined4 *)(iVar11 + 0x2c) = 0;\n *(undefined4 *)(iVar11 + 0x30) = 0;\n }\n }\n FUN_00033a20();\n iVar9 = bfd_elf_size_dynsym_hash_dynstr(DAT_001c4614,&DAT_001c45e0);\n if (iVar9 == 0) {\n uVar14 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00034dc0(uVar14);\n }\n if (local_58 != (undefined4 *)0x0) {\n *(undefined1 *)(local_58 + 3) = local_4d;\n local_58[4] = local_2c;\n local_58[5] = local_28;\n local_58[6] = local_24;\n local_58[7] = local_20;\n }\n return;\n }\n if (((*(int *)(*(int *)(iVar9 + 4) + 4) == 5) &&\n (pcVar7 = *(char **)(*(int *)(iVar9 + 0xa0) + 0x2b4), pcVar7 != (char *)0x0)) &&\n (*pcVar7 != '\0')) {\n pcVar7 = (char *)xstrdup(pcVar7);\n do {\n pcVar8 = strchr(pcVar7,(int)DAT_001c4728);\n if (pcVar8 == (char *)0x0) {\n if (*pcVar7 != '\0') {\n FUN_000453b0();\n iVar9 = *(int *)(iVar9 + 0x9c);\n goto joined_r0x00046685;\n }\n break;\n }\n *pcVar8 = '\0';\n if (*pcVar7 != '\0') {\n FUN_000453b0();\n }\n pcVar7 = pcVar8 + 1;\n } while (pcVar7 != (char *)0x0);\n }\n iVar9 = *(int *)(iVar9 + 0x9c);\n } while( true );\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (declaration "uint uVar2;" type_identifier identifier ;) (declaration "uint uVar3;" type_identifier identifier ;) (declaration "uint uVar4;" type_identifier identifier ;) (declaration "uint uVar5;" type_identifier identifier ;) (declaration "int iVar6;" primitive_type identifier ;) (declaration "char *pcVar7;" primitive_type (pointer_declarator "*pcVar7" * identifier) ;) (declaration "char *pcVar8;" primitive_type (pointer_declarator "*pcVar8" * identifier) ;) (declaration "int iVar9;" primitive_type identifier ;) (declaration "size_t sVar10;" primitive_type identifier ;) (declaration "int iVar11;" primitive_type identifier ;) (declaration "void *__ptr;" primitive_type (pointer_declarator "*__ptr" * identifier) ;) (declaration "int iVar12;" primitive_type identifier ;) (declaration "undefined4 uVar13;" type_identifier identifier ;) (declaration "undefined4 uVar14;" type_identifier identifier ;) (declaration "char *local_6c;" primitive_type (pointer_declarator "*local_6c" * identifier) ;) (declaration "undefined4 *local_58;" type_identifier (pointer_declarator "*local_58" * identifier) ;) (declaration "undefined1 local_4d;" type_identifier identifier ;) (declaration "int local_40;" primitive_type identifier ;) (declaration "undefined4 local_3c;" type_identifier identifier ;) (declaration "undefined4 local_38;" type_identifier identifier ;) (declaration "undefined4 local_34;" type_identifier identifier ;) (declaration "undefined4 local_30;" type_identifier identifier ;) (declaration "undefined4 local_2c;" type_identifier identifier ;) (declaration "undefined4 local_28;" type_identifier identifier ;) (declaration "undefined4 local_24;" type_identifier identifier ;) (declaration "undefined4 local_20;" type_identifier identifier ;) (declaration "undefined4 uStack_14;" type_identifier identifier ;) (expression_statement "uStack_14 = 0x46609;" (assignment_expression "uStack_14 = 0x46609" identifier = number_literal) ;) (if_statement "if ((*(int *)(DAT_001c4600 + 0x30) == 0) && (iVar9 = DAT_001c385c, DAT_001c385c != 0)) {\n do {\n bfd_elf32_aarch64_init_maps(*(undefined4 *)(iVar9 + 0x10));\n piVar1 = (int *)(iVar9 + 0x18);\n iVar9 = *piVar1;\n } while (*piVar1 != 0);\n iVar9 = *(int *)(DAT_001c4600 + 0x28);\n }\n else {\n iVar9 = *(int *)(DAT_001c4600 + 0x28);\n }" if (parenthesized_expression "((*(int *)(DAT_001c4600 + 0x30) == 0) && (iVar9 = DAT_001c385c, DAT_001c385c != 0))" ( (binary_expression "(*(int *)(DAT_001c4600 + 0x30) == 0) && (iVar9 = DAT_001c385c, DAT_001c385c != 0)" (parenthesized_expression "(*(int *)(DAT_001c4600 + 0x30) == 0)" ( (binary_expression "*(int *)(DAT_001c4600 + 0x30) == 0" (pointer_expression "*(int *)(DAT_001c4600 + 0x30)" * (cast_expression "(int *)(DAT_001c4600 + 0x30)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_001c4600 + 0x30)" ( (binary_expression "DAT_001c4600 + 0x30" identifier + number_literal) )))) == number_literal) )) && (parenthesized_expression "(iVar9 = DAT_001c385c, DAT_001c385c != 0)" ( (comma_expression "iVar9 = DAT_001c385c, DAT_001c385c != 0" (assignment_expression "iVar9 = DAT_001c385c" identifier = identifier) , (binary_expression "DAT_001c385c != 0" identifier != number_literal)) ))) )) (compound_statement "{\n do {\n bfd_elf32_aarch64_init_maps(*(undefined4 *)(iVar9 + 0x10));\n piVar1 = (int *)(iVar9 + 0x18);\n iVar9 = *piVar1;\n } while (*piVar1 != 0);\n iVar9 = *(int *)(DAT_001c4600 + 0x28);\n }" { (do_statement "do {\n bfd_elf32_aarch64_init_maps(*(undefined4 *)(iVar9 + 0x10));\n piVar1 = (int *)(iVar9 + 0x18);\n iVar9 = *piVar1;\n } while (*piVar1 != 0);" do (compound_statement "{\n bfd_elf32_aarch64_init_maps(*(undefined4 *)(iVar9 + 0x10));\n piVar1 = (int *)(iVar9 + 0x18);\n iVar9 = *piVar1;\n }" { (expression_statement "bfd_elf32_aarch64_init_maps(*(undefined4 *)(iVar9 + 0x10));" (call_expression "bfd_elf32_aarch64_init_maps(*(undefined4 *)(iVar9 + 0x10))" identifier (argument_list "(*(undefined4 *)(iVar9 + 0x10))" ( (pointer_expression "*(undefined4 *)(iVar9 + 0x10)" * (cast_expression "(undefined4 *)(iVar9 + 0x10)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + 0x10)" ( (binary_expression "iVar9 + 0x10" identifier + number_literal) )))) ))) ;) (expression_statement "piVar1 = (int *)(iVar9 + 0x18);" (assignment_expression "piVar1 = (int *)(iVar9 + 0x18)" identifier = (cast_expression "(int *)(iVar9 + 0x18)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + 0x18)" ( (binary_expression "iVar9 + 0x18" identifier + number_literal) )))) ;) (expression_statement "iVar9 = *piVar1;" (assignment_expression "iVar9 = *piVar1" identifier = (pointer_expression "*piVar1" * identifier)) ;) }) while (parenthesized_expression "(*piVar1 != 0)" ( (binary_expression "*piVar1 != 0" (pointer_expression "*piVar1" * identifier) != number_literal) )) ;) (expression_statement "iVar9 = *(int *)(DAT_001c4600 + 0x28);" (assignment_expression "iVar9 = *(int *)(DAT_001c4600 + 0x28)" identifier = (pointer_expression "*(int *)(DAT_001c4600 + 0x28)" * (cast_expression "(int *)(DAT_001c4600 + 0x28)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_001c4600 + 0x28)" ( (binary_expression "DAT_001c4600 + 0x28" identifier + number_literal) ))))) ;) }) (else_clause "else {\n iVar9 = *(int *)(DAT_001c4600 + 0x28);\n }" else (compound_statement "{\n iVar9 = *(int *)(DAT_001c4600 + 0x28);\n }" { (expression_statement "iVar9 = *(int *)(DAT_001c4600 + 0x28);" (assignment_expression "iVar9 = *(int *)(DAT_001c4600 + 0x28)" identifier = (pointer_expression "*(int *)(DAT_001c4600 + 0x28)" * (cast_expression "(int *)(DAT_001c4600 + 0x28)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_001c4600 + 0x28)" ( (binary_expression "DAT_001c4600 + 0x28" identifier + number_literal) ))))) ;) }))) (expression_statement "local_58 = (undefined4 *)0x0;" (assignment_expression "local_58 = (undefined4 *)0x0" identifier = (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (if_statement "if (iVar9 == 1) {\n _bfd_elf_tls_setup(DAT_001c4614,&DAT_001c45e0);\n if ((((DAT_001c45e0 & 3) == 2) ||\n (local_58 = (undefined4 *)bfd_link_hash_lookup(DAT_001c4600,"__ehdr_start",0,0,1),\n local_58 == (undefined4 *)0x0)) ||\n ((2 < *(byte *)(local_58 + 3) && (*(byte *)(local_58 + 3) != 5)))) {\n local_58 = (undefined4 *)0x0;\n }\n else {\n (**(code **)(*(int *)(*(int *)(DAT_001c4614 + 4) + 0x1c0) + 0xf4))(&DAT_001c45e0,local_58,1);\n if ((*(byte *)((int)local_58 + 0x41) & 3) != 1) {\n *(byte *)((int)local_58 + 0x41) = *(byte *)((int)local_58 + 0x41) & 0xfc | 2;\n }\n local_3c = *local_58;\n local_38 = local_58[1];\n local_34 = local_58[2];\n local_30 = local_58[3];\n local_2c = local_58[4];\n local_28 = local_58[5];\n local_24 = local_58[6];\n local_58[6] = 0;\n local_20 = local_58[7];\n local_58[7] = 0;\n local_4d = *(undefined1 *)(local_58 + 3);\n *(undefined1 *)(local_58 + 3) = 3;\n local_58[5] = PTR__bfd_std_section_001c1fd4 + 0x180;\n }\n FUN_00023e80(FUN_00046c60);\n }" if (parenthesized_expression "(iVar9 == 1)" ( (binary_expression "iVar9 == 1" identifier == number_literal) )) (compound_statement "{\n _bfd_elf_tls_setup(DAT_001c4614,&DAT_001c45e0);\n if ((((DAT_001c45e0 & 3) == 2) ||\n (local_58 = (undefined4 *)bfd_link_hash_lookup(DAT_001c4600,"__ehdr_start",0,0,1),\n local_58 == (undefined4 *)0x0)) ||\n ((2 < *(byte *)(local_58 + 3) && (*(byte *)(local_58 + 3) != 5)))) {\n local_58 = (undefined4 *)0x0;\n }\n else {\n (**(code **)(*(int *)(*(int *)(DAT_001c4614 + 4) + 0x1c0) + 0xf4))(&DAT_001c45e0,local_58,1);\n if ((*(byte *)((int)local_58 + 0x41) & 3) != 1) {\n *(byte *)((int)local_58 + 0x41) = *(byte *)((int)local_58 + 0x41) & 0xfc | 2;\n }\n local_3c = *local_58;\n local_38 = local_58[1];\n local_34 = local_58[2];\n local_30 = local_58[3];\n local_2c = local_58[4];\n local_28 = local_58[5];\n local_24 = local_58[6];\n local_58[6] = 0;\n local_20 = local_58[7];\n local_58[7] = 0;\n local_4d = *(undefined1 *)(local_58 + 3);\n *(undefined1 *)(local_58 + 3) = 3;\n local_58[5] = PTR__bfd_std_section_001c1fd4 + 0x180;\n }\n FUN_00023e80(FUN_00046c60);\n }" { (expression_statement "_bfd_elf_tls_setup(DAT_001c4614,&DAT_001c45e0);" (call_expression "_bfd_elf_tls_setup(DAT_001c4614,&DAT_001c45e0)" identifier (argument_list "(DAT_001c4614,&DAT_001c45e0)" ( identifier , (pointer_expression "&DAT_001c45e0" & identifier) ))) ;) (if_statement "if ((((DAT_001c45e0 & 3) == 2) ||\n (local_58 = (undefined4 *)bfd_link_hash_lookup(DAT_001c4600,"__ehdr_start",0,0,1),\n local_58 == (undefined4 *)0x0)) ||\n ((2 < *(byte *)(local_58 + 3) && (*(byte *)(local_58 + 3) != 5)))) {\n local_58 = (undefined4 *)0x0;\n }\n else {\n (**(code **)(*(int *)(*(int *)(DAT_001c4614 + 4) + 0x1c0) + 0xf4))(&DAT_001c45e0,local_58,1);\n if ((*(byte *)((int)local_58 + 0x41) & 3) != 1) {\n *(byte *)((int)local_58 + 0x41) = *(byte *)((int)local_58 + 0x41) & 0xfc | 2;\n }\n local_3c = *local_58;\n local_38 = local_58[1];\n local_34 = local_58[2];\n local_30 = local_58[3];\n local_2c = local_58[4];\n local_28 = local_58[5];\n local_24 = local_58[6];\n local_58[6] = 0;\n local_20 = local_58[7];\n local_58[7] = 0;\n local_4d = *(undefined1 *)(local_58 + 3);\n *(undefined1 *)(local_58 + 3) = 3;\n local_58[5] = PTR__bfd_std_section_001c1fd4 + 0x180;\n }" if (parenthesized_expression "((((DAT_001c45e0 & 3) == 2) ||\n (local_58 = (undefined4 *)bfd_link_hash_lookup(DAT_001c4600,"__ehdr_start",0,0,1),\n local_58 == (undefined4 *)0x0)) ||\n ((2 < *(byte *)(local_58 + 3) && (*(byte *)(local_58 + 3) != 5))))" ( (binary_expression "(((DAT_001c45e0 & 3) == 2) ||\n (local_58 = (undefined4 *)bfd_link_hash_lookup(DAT_001c4600,"__ehdr_start",0,0,1),\n local_58 == (undefined4 *)0x0)) ||\n ((2 < *(byte *)(local_58 + 3) && (*(byte *)(local_58 + 3) != 5)))" (parenthesized_expression "(((DAT_001c45e0 & 3) == 2) ||\n (local_58 = (undefined4 *)bfd_link_hash_lookup(DAT_001c4600,"__ehdr_start",0,0,1),\n local_58 == (undefined4 *)0x0))" ( (binary_expression "((DAT_001c45e0 & 3) == 2) ||\n (local_58 = (undefined4 *)bfd_link_hash_lookup(DAT_001c4600,"__ehdr_start",0,0,1),\n local_58 == (undefined4 *)0x0)" (parenthesized_expression "((DAT_001c45e0 & 3) == 2)" ( (binary_expression "(DAT_001c45e0 & 3) == 2" (parenthesized_expression "(DAT_001c45e0 & 3)" ( (binary_expression "DAT_001c45e0 & 3" identifier & number_literal) )) == number_literal) )) || (parenthesized_expression "(local_58 = (undefined4 *)bfd_link_hash_lookup(DAT_001c4600,"__ehdr_start",0,0,1),\n local_58 == (undefined4 *)0x0)" ( (comma_expression "local_58 = (undefined4 *)bfd_link_hash_lookup(DAT_001c4600,"__ehdr_start",0,0,1),\n local_58 == (undefined4 *)0x0" (assignment_expression "local_58 = (undefined4 *)bfd_link_hash_lookup(DAT_001c4600,"__ehdr_start",0,0,1)" identifier = (cast_expression "(undefined4 *)bfd_link_hash_lookup(DAT_001c4600,"__ehdr_start",0,0,1)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "bfd_link_hash_lookup(DAT_001c4600,"__ehdr_start",0,0,1)" identifier (argument_list "(DAT_001c4600,"__ehdr_start",0,0,1)" ( identifier , (string_literal ""__ehdr_start"" " string_content ") , number_literal , number_literal , number_literal ))))) , (binary_expression "local_58 == (undefined4 *)0x0" identifier == (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal))) ))) )) || (parenthesized_expression "((2 < *(byte *)(local_58 + 3) && (*(byte *)(local_58 + 3) != 5)))" ( (parenthesized_expression "(2 < *(byte *)(local_58 + 3) && (*(byte *)(local_58 + 3) != 5))" ( (binary_expression "2 < *(byte *)(local_58 + 3) && (*(byte *)(local_58 + 3) != 5)" (binary_expression "2 < *(byte *)(local_58 + 3)" number_literal < (pointer_expression "*(byte *)(local_58 + 3)" * (cast_expression "(byte *)(local_58 + 3)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_58 + 3)" ( (binary_expression "local_58 + 3" identifier + number_literal) ))))) && (parenthesized_expression "(*(byte *)(local_58 + 3) != 5)" ( (binary_expression "*(byte *)(local_58 + 3) != 5" (pointer_expression "*(byte *)(local_58 + 3)" * (cast_expression "(byte *)(local_58 + 3)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_58 + 3)" ( (binary_expression "local_58 + 3" identifier + number_literal) )))) != number_literal) ))) )) ))) )) (compound_statement "{\n local_58 = (undefined4 *)0x0;\n }" { (expression_statement "local_58 = (undefined4 *)0x0;" (assignment_expression "local_58 = (undefined4 *)0x0" identifier = (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) }) (else_clause "else {\n (**(code **)(*(int *)(*(int *)(DAT_001c4614 + 4) + 0x1c0) + 0xf4))(&DAT_001c45e0,local_58,1);\n if ((*(byte *)((int)local_58 + 0x41) & 3) != 1) {\n *(byte *)((int)local_58 + 0x41) = *(byte *)((int)local_58 + 0x41) & 0xfc | 2;\n }\n local_3c = *local_58;\n local_38 = local_58[1];\n local_34 = local_58[2];\n local_30 = local_58[3];\n local_2c = local_58[4];\n local_28 = local_58[5];\n local_24 = local_58[6];\n local_58[6] = 0;\n local_20 = local_58[7];\n local_58[7] = 0;\n local_4d = *(undefined1 *)(local_58 + 3);\n *(undefined1 *)(local_58 + 3) = 3;\n local_58[5] = PTR__bfd_std_section_001c1fd4 + 0x180;\n }" else (compound_statement "{\n (**(code **)(*(int *)(*(int *)(DAT_001c4614 + 4) + 0x1c0) + 0xf4))(&DAT_001c45e0,local_58,1);\n if ((*(byte *)((int)local_58 + 0x41) & 3) != 1) {\n *(byte *)((int)local_58 + 0x41) = *(byte *)((int)local_58 + 0x41) & 0xfc | 2;\n }\n local_3c = *local_58;\n local_38 = local_58[1];\n local_34 = local_58[2];\n local_30 = local_58[3];\n local_2c = local_58[4];\n local_28 = local_58[5];\n local_24 = local_58[6];\n local_58[6] = 0;\n local_20 = local_58[7];\n local_58[7] = 0;\n local_4d = *(undefined1 *)(local_58 + 3);\n *(undefined1 *)(local_58 + 3) = 3;\n local_58[5] = PTR__bfd_std_section_001c1fd4 + 0x180;\n }" { (expression_statement "(**(code **)(*(int *)(*(int *)(DAT_001c4614 + 4) + 0x1c0) + 0xf4))(&DAT_001c45e0,local_58,1);" (call_expression "(**(code **)(*(int *)(*(int *)(DAT_001c4614 + 4) + 0x1c0) + 0xf4))(&DAT_001c45e0,local_58,1)" (parenthesized_expression "(**(code **)(*(int *)(*(int *)(DAT_001c4614 + 4) + 0x1c0) + 0xf4))" ( (pointer_expression "**(code **)(*(int *)(*(int *)(DAT_001c4614 + 4) + 0x1c0) + 0xf4)" * (pointer_expression "*(code **)(*(int *)(*(int *)(DAT_001c4614 + 4) + 0x1c0) + 0xf4)" * (cast_expression "(code **)(*(int *)(*(int *)(DAT_001c4614 + 4) + 0x1c0) + 0xf4)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(int *)(*(int *)(DAT_001c4614 + 4) + 0x1c0) + 0xf4)" ( (binary_expression "*(int *)(*(int *)(DAT_001c4614 + 4) + 0x1c0) + 0xf4" (pointer_expression "*(int *)(*(int *)(DAT_001c4614 + 4) + 0x1c0)" * (cast_expression "(int *)(*(int *)(DAT_001c4614 + 4) + 0x1c0)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(DAT_001c4614 + 4) + 0x1c0)" ( (binary_expression "*(int *)(DAT_001c4614 + 4) + 0x1c0" (pointer_expression "*(int *)(DAT_001c4614 + 4)" * (cast_expression "(int *)(DAT_001c4614 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_001c4614 + 4)" ( (binary_expression "DAT_001c4614 + 4" identifier + number_literal) )))) + number_literal) )))) + number_literal) ))))) )) (argument_list "(&DAT_001c45e0,local_58,1)" ( (pointer_expression "&DAT_001c45e0" & identifier) , identifier , number_literal ))) ;) (if_statement "if ((*(byte *)((int)local_58 + 0x41) & 3) != 1) {\n *(byte *)((int)local_58 + 0x41) = *(byte *)((int)local_58 + 0x41) & 0xfc | 2;\n }" if (parenthesized_expression "((*(byte *)((int)local_58 + 0x41) & 3) != 1)" ( (binary_expression "(*(byte *)((int)local_58 + 0x41) & 3) != 1" (parenthesized_expression "(*(byte *)((int)local_58 + 0x41) & 3)" ( (binary_expression "*(byte *)((int)local_58 + 0x41) & 3" (pointer_expression "*(byte *)((int)local_58 + 0x41)" * (cast_expression "(byte *)((int)local_58 + 0x41)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)local_58 + 0x41)" ( (binary_expression "(int)local_58 + 0x41" (cast_expression "(int)local_58" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) & number_literal) )) != number_literal) )) (compound_statement "{\n *(byte *)((int)local_58 + 0x41) = *(byte *)((int)local_58 + 0x41) & 0xfc | 2;\n }" { (expression_statement "*(byte *)((int)local_58 + 0x41) = *(byte *)((int)local_58 + 0x41) & 0xfc | 2;" (assignment_expression "*(byte *)((int)local_58 + 0x41) = *(byte *)((int)local_58 + 0x41) & 0xfc | 2" (pointer_expression "*(byte *)((int)local_58 + 0x41)" * (cast_expression "(byte *)((int)local_58 + 0x41)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)local_58 + 0x41)" ( (binary_expression "(int)local_58 + 0x41" (cast_expression "(int)local_58" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = (binary_expression "*(byte *)((int)local_58 + 0x41) & 0xfc | 2" (binary_expression "*(byte *)((int)local_58 + 0x41) & 0xfc" (pointer_expression "*(byte *)((int)local_58 + 0x41)" * (cast_expression "(byte *)((int)local_58 + 0x41)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)local_58 + 0x41)" ( (binary_expression "(int)local_58 + 0x41" (cast_expression "(int)local_58" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) & number_literal) | number_literal)) ;) })) (expression_statement "local_3c = *local_58;" (assignment_expression "local_3c = *local_58" identifier = (pointer_expression "*local_58" * identifier)) ;) (expression_statement "local_38 = local_58[1];" (assignment_expression "local_38 = local_58[1]" identifier = (subscript_expression "local_58[1]" identifier [ number_literal ])) ;) (expression_statement "local_34 = local_58[2];" (assignment_expression "local_34 = local_58[2]" identifier = (subscript_expression "local_58[2]" identifier [ number_literal ])) ;) (expression_statement "local_30 = local_58[3];" (assignment_expression "local_30 = local_58[3]" identifier = (subscript_expression "local_58[3]" identifier [ number_literal ])) ;) (expression_statement "local_2c = local_58[4];" (assignment_expression "local_2c = local_58[4]" identifier = (subscript_expression "local_58[4]" identifier [ number_literal ])) ;) (expression_statement "local_28 = local_58[5];" (assignment_expression "local_28 = local_58[5]" identifier = (subscript_expression "local_58[5]" identifier [ number_literal ])) ;) (expression_statement "local_24 = local_58[6];" (assignment_expression "local_24 = local_58[6]" identifier = (subscript_expression "local_58[6]" identifier [ number_literal ])) ;) (expression_statement "local_58[6] = 0;" (assignment_expression "local_58[6] = 0" (subscript_expression "local_58[6]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "local_20 = local_58[7];" (assignment_expression "local_20 = local_58[7]" identifier = (subscript_expression "local_58[7]" identifier [ number_literal ])) ;) (expression_statement "local_58[7] = 0;" (assignment_expression "local_58[7] = 0" (subscript_expression "local_58[7]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "local_4d = *(undefined1 *)(local_58 + 3);" (assignment_expression "local_4d = *(undefined1 *)(local_58 + 3)" identifier = (pointer_expression "*(undefined1 *)(local_58 + 3)" * (cast_expression "(undefined1 *)(local_58 + 3)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_58 + 3)" ( (binary_expression "local_58 + 3" identifier + number_literal) ))))) ;) (expression_statement "*(undefined1 *)(local_58 + 3) = 3;" (assignment_expression "*(undefined1 *)(local_58 + 3) = 3" (pointer_expression "*(undefined1 *)(local_58 + 3)" * (cast_expression "(undefined1 *)(local_58 + 3)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_58 + 3)" ( (binary_expression "local_58 + 3" identifier + number_literal) )))) = number_literal) ;) (expression_statement "local_58[5] = PTR__bfd_std_section_001c1fd4 + 0x180;" (assignment_expression "local_58[5] = PTR__bfd_std_section_001c1fd4 + 0x180" (subscript_expression "local_58[5]" identifier [ number_literal ]) = (binary_expression "PTR__bfd_std_section_001c1fd4 + 0x180" identifier + number_literal)) ;) }))) (expression_statement "FUN_00023e80(FUN_00046c60);" (call_expression "FUN_00023e80(FUN_00046c60)" identifier (argument_list "(FUN_00046c60)" ( identifier ))) ;) })) (expression_statement "local_6c = DAT_001c46c4;" (assignment_expression "local_6c = DAT_001c46c4" identifier = identifier) ;) (if_statement "if (((DAT_001c46c4 == (char *)0x0) && (local_6c = getenv("LD_RUN_PATH"), local_6c == (char *)0x0))\n || (iVar9 = DAT_001c461c, *local_6c == '\0')) {\n local_6c = (char *)0x0;\n iVar9 = DAT_001c461c;\n }" if (parenthesized_expression "(((DAT_001c46c4 == (char *)0x0) && (local_6c = getenv("LD_RUN_PATH"), local_6c == (char *)0x0))\n || (iVar9 = DAT_001c461c, *local_6c == '\0'))" ( (binary_expression "((DAT_001c46c4 == (char *)0x0) && (local_6c = getenv("LD_RUN_PATH"), local_6c == (char *)0x0))\n || (iVar9 = DAT_001c461c, *local_6c == '\0')" (parenthesized_expression "((DAT_001c46c4 == (char *)0x0) && (local_6c = getenv("LD_RUN_PATH"), local_6c == (char *)0x0))" ( (binary_expression "(DAT_001c46c4 == (char *)0x0) && (local_6c = getenv("LD_RUN_PATH"), local_6c == (char *)0x0)" (parenthesized_expression "(DAT_001c46c4 == (char *)0x0)" ( (binary_expression "DAT_001c46c4 == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(local_6c = getenv("LD_RUN_PATH"), local_6c == (char *)0x0)" ( (comma_expression "local_6c = getenv("LD_RUN_PATH"), local_6c == (char *)0x0" (assignment_expression "local_6c = getenv("LD_RUN_PATH")" identifier = (call_expression "getenv("LD_RUN_PATH")" identifier (argument_list "("LD_RUN_PATH")" ( (string_literal ""LD_RUN_PATH"" " string_content ") )))) , (binary_expression "local_6c == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal))) ))) )) || (parenthesized_expression "(iVar9 = DAT_001c461c, *local_6c == '\0')" ( (comma_expression "iVar9 = DAT_001c461c, *local_6c == '\0'" (assignment_expression "iVar9 = DAT_001c461c" identifier = identifier) , (binary_expression "*local_6c == '\0'" (pointer_expression "*local_6c" * identifier) == (char_literal "'\0'" ' escape_sequence '))) ))) )) (compound_statement "{\n local_6c = (char *)0x0;\n iVar9 = DAT_001c461c;\n }" { (expression_statement "local_6c = (char *)0x0;" (assignment_expression "local_6c = (char *)0x0" identifier = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "iVar9 = DAT_001c461c;" (assignment_expression "iVar9 = DAT_001c461c" identifier = identifier) ;) })) (labeled_statement "joined_r0x00046685:\n do {\n if (iVar9 == 0) {\n iVar9 = bfd_elf_size_dynamic_sections\n (DAT_001c4614,DAT_001c46c0,local_6c,DAT_001c46cc,DAT_001c3d6c,DAT_001c3d68,\n DAT_001c46d0,&DAT_001c45e0,&local_40);\n if (iVar9 == 0) {\n uVar14 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00034dc0(uVar14);\n }\n pcVar7 = DAT_001c46bc;\n iVar9 = DAT_001c385c;\n if ((DAT_001c46bc != (char *)0x0) && (local_40 != 0)) {\n *(char **)(local_40 + 0x84) = DAT_001c46bc;\n sVar10 = strlen(pcVar7);\n *(undefined4 *)(local_40 + 0x30) = 0;\n *(size_t *)(local_40 + 0x2c) = sVar10 + 1;\n iVar9 = DAT_001c385c;\n }\n for (; iVar9 != 0; iVar9 = *(int *)(iVar9 + 0x18)) {\n if (((*(byte *)(iVar9 + 0x24) & 0x10) == 0) &&\n (iVar11 = bfd_get_section_by_name(*(undefined4 *)(iVar9 + 0x10),".gnu.warning"),\n iVar11 != 0)) {\n uVar14 = *(undefined4 *)(iVar11 + 0x30);\n iVar6 = *(int *)(iVar11 + 0x2c);\n __ptr = (void *)xmalloc(iVar6 + 1);\n iVar12 = bfd_get_section_contents\n (*(undefined4 *)(iVar9 + 0x10),iVar11,__ptr,0,0,iVar6,uVar14);\n if (iVar12 == 0) {\n uVar14 = *(undefined4 *)(iVar9 + 0x10);\n uVar13 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);\n FUN_00034dc0(uVar13,uVar14);\n }\n *(undefined1 *)((int)__ptr + iVar6) = 0;\n (**(code **)(DAT_001c45fc + 0x14))\n (&DAT_001c45e0,__ptr,0,*(undefined4 *)(iVar9 + 0x10),0,0,0);\n free(__ptr);\n iVar6 = *(int *)(iVar11 + 0x54);\n if (iVar6 != 0) {\n uVar2 = *(uint *)(iVar6 + 0x34);\n uVar3 = *(uint *)(iVar6 + 0x38);\n uVar4 = *(uint *)(iVar11 + 0x30);\n uVar5 = *(uint *)(iVar11 + 0x2c);\n if (uVar4 <= uVar3 && (uint)(uVar2 < uVar5) <= uVar3 - uVar4) {\n *(uint *)(iVar6 + 0x34) = uVar2 - uVar5;\n *(uint *)(iVar6 + 0x38) = (uVar3 - uVar4) - (uint)(uVar2 < uVar5);\n }\n }\n *(uint *)(iVar11 + 0x14) = *(uint *)(iVar11 + 0x14) | 0x208000;\n *(undefined4 *)(iVar11 + 0x2c) = 0;\n *(undefined4 *)(iVar11 + 0x30) = 0;\n }\n }\n FUN_00033a20();\n iVar9 = bfd_elf_size_dynsym_hash_dynstr(DAT_001c4614,&DAT_001c45e0);\n if (iVar9 == 0) {\n uVar14 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00034dc0(uVar14);\n }\n if (local_58 != (undefined4 *)0x0) {\n *(undefined1 *)(local_58 + 3) = local_4d;\n local_58[4] = local_2c;\n local_58[5] = local_28;\n local_58[6] = local_24;\n local_58[7] = local_20;\n }\n return;\n }\n if (((*(int *)(*(int *)(iVar9 + 4) + 4) == 5) &&\n (pcVar7 = *(char **)(*(int *)(iVar9 + 0xa0) + 0x2b4), pcVar7 != (char *)0x0)) &&\n (*pcVar7 != '\0')) {\n pcVar7 = (char *)xstrdup(pcVar7);\n do {\n pcVar8 = strchr(pcVar7,(int)DAT_001c4728);\n if (pcVar8 == (char *)0x0) {\n if (*pcVar7 != '\0') {\n FUN_000453b0();\n iVar9 = *(int *)(iVar9 + 0x9c);\n goto joined_r0x00046685;\n }\n break;\n }\n *pcVar8 = '\0';\n if (*pcVar7 != '\0') {\n FUN_000453b0();\n }\n pcVar7 = pcVar8 + 1;\n } while (pcVar7 != (char *)0x0);\n }\n iVar9 = *(int *)(iVar9 + 0x9c);\n } while( true );" statement_identifier : (do_statement "do {\n if (iVar9 == 0) {\n iVar9 = bfd_elf_size_dynamic_sections\n (DAT_001c4614,DAT_001c46c0,local_6c,DAT_001c46cc,DAT_001c3d6c,DAT_001c3d68,\n DAT_001c46d0,&DAT_001c45e0,&local_40);\n if (iVar9 == 0) {\n uVar14 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00034dc0(uVar14);\n }\n pcVar7 = DAT_001c46bc;\n iVar9 = DAT_001c385c;\n if ((DAT_001c46bc != (char *)0x0) && (local_40 != 0)) {\n *(char **)(local_40 + 0x84) = DAT_001c46bc;\n sVar10 = strlen(pcVar7);\n *(undefined4 *)(local_40 + 0x30) = 0;\n *(size_t *)(local_40 + 0x2c) = sVar10 + 1;\n iVar9 = DAT_001c385c;\n }\n for (; iVar9 != 0; iVar9 = *(int *)(iVar9 + 0x18)) {\n if (((*(byte *)(iVar9 + 0x24) & 0x10) == 0) &&\n (iVar11 = bfd_get_section_by_name(*(undefined4 *)(iVar9 + 0x10),".gnu.warning"),\n iVar11 != 0)) {\n uVar14 = *(undefined4 *)(iVar11 + 0x30);\n iVar6 = *(int *)(iVar11 + 0x2c);\n __ptr = (void *)xmalloc(iVar6 + 1);\n iVar12 = bfd_get_section_contents\n (*(undefined4 *)(iVar9 + 0x10),iVar11,__ptr,0,0,iVar6,uVar14);\n if (iVar12 == 0) {\n uVar14 = *(undefined4 *)(iVar9 + 0x10);\n uVar13 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);\n FUN_00034dc0(uVar13,uVar14);\n }\n *(undefined1 *)((int)__ptr + iVar6) = 0;\n (**(code **)(DAT_001c45fc + 0x14))\n (&DAT_001c45e0,__ptr,0,*(undefined4 *)(iVar9 + 0x10),0,0,0);\n free(__ptr);\n iVar6 = *(int *)(iVar11 + 0x54);\n if (iVar6 != 0) {\n uVar2 = *(uint *)(iVar6 + 0x34);\n uVar3 = *(uint *)(iVar6 + 0x38);\n uVar4 = *(uint *)(iVar11 + 0x30);\n uVar5 = *(uint *)(iVar11 + 0x2c);\n if (uVar4 <= uVar3 && (uint)(uVar2 < uVar5) <= uVar3 - uVar4) {\n *(uint *)(iVar6 + 0x34) = uVar2 - uVar5;\n *(uint *)(iVar6 + 0x38) = (uVar3 - uVar4) - (uint)(uVar2 < uVar5);\n }\n }\n *(uint *)(iVar11 + 0x14) = *(uint *)(iVar11 + 0x14) | 0x208000;\n *(undefined4 *)(iVar11 + 0x2c) = 0;\n *(undefined4 *)(iVar11 + 0x30) = 0;\n }\n }\n FUN_00033a20();\n iVar9 = bfd_elf_size_dynsym_hash_dynstr(DAT_001c4614,&DAT_001c45e0);\n if (iVar9 == 0) {\n uVar14 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00034dc0(uVar14);\n }\n if (local_58 != (undefined4 *)0x0) {\n *(undefined1 *)(local_58 + 3) = local_4d;\n local_58[4] = local_2c;\n local_58[5] = local_28;\n local_58[6] = local_24;\n local_58[7] = local_20;\n }\n return;\n }\n if (((*(int *)(*(int *)(iVar9 + 4) + 4) == 5) &&\n (pcVar7 = *(char **)(*(int *)(iVar9 + 0xa0) + 0x2b4), pcVar7 != (char *)0x0)) &&\n (*pcVar7 != '\0')) {\n pcVar7 = (char *)xstrdup(pcVar7);\n do {\n pcVar8 = strchr(pcVar7,(int)DAT_001c4728);\n if (pcVar8 == (char *)0x0) {\n if (*pcVar7 != '\0') {\n FUN_000453b0();\n iVar9 = *(int *)(iVar9 + 0x9c);\n goto joined_r0x00046685;\n }\n break;\n }\n *pcVar8 = '\0';\n if (*pcVar7 != '\0') {\n FUN_000453b0();\n }\n pcVar7 = pcVar8 + 1;\n } while (pcVar7 != (char *)0x0);\n }\n iVar9 = *(int *)(iVar9 + 0x9c);\n } while( true );" do (compound_statement "{\n if (iVar9 == 0) {\n iVar9 = bfd_elf_size_dynamic_sections\n (DAT_001c4614,DAT_001c46c0,local_6c,DAT_001c46cc,DAT_001c3d6c,DAT_001c3d68,\n DAT_001c46d0,&DAT_001c45e0,&local_40);\n if (iVar9 == 0) {\n uVar14 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00034dc0(uVar14);\n }\n pcVar7 = DAT_001c46bc;\n iVar9 = DAT_001c385c;\n if ((DAT_001c46bc != (char *)0x0) && (local_40 != 0)) {\n *(char **)(local_40 + 0x84) = DAT_001c46bc;\n sVar10 = strlen(pcVar7);\n *(undefined4 *)(local_40 + 0x30) = 0;\n *(size_t *)(local_40 + 0x2c) = sVar10 + 1;\n iVar9 = DAT_001c385c;\n }\n for (; iVar9 != 0; iVar9 = *(int *)(iVar9 + 0x18)) {\n if (((*(byte *)(iVar9 + 0x24) & 0x10) == 0) &&\n (iVar11 = bfd_get_section_by_name(*(undefined4 *)(iVar9 + 0x10),".gnu.warning"),\n iVar11 != 0)) {\n uVar14 = *(undefined4 *)(iVar11 + 0x30);\n iVar6 = *(int *)(iVar11 + 0x2c);\n __ptr = (void *)xmalloc(iVar6 + 1);\n iVar12 = bfd_get_section_contents\n (*(undefined4 *)(iVar9 + 0x10),iVar11,__ptr,0,0,iVar6,uVar14);\n if (iVar12 == 0) {\n uVar14 = *(undefined4 *)(iVar9 + 0x10);\n uVar13 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);\n FUN_00034dc0(uVar13,uVar14);\n }\n *(undefined1 *)((int)__ptr + iVar6) = 0;\n (**(code **)(DAT_001c45fc + 0x14))\n (&DAT_001c45e0,__ptr,0,*(undefined4 *)(iVar9 + 0x10),0,0,0);\n free(__ptr);\n iVar6 = *(int *)(iVar11 + 0x54);\n if (iVar6 != 0) {\n uVar2 = *(uint *)(iVar6 + 0x34);\n uVar3 = *(uint *)(iVar6 + 0x38);\n uVar4 = *(uint *)(iVar11 + 0x30);\n uVar5 = *(uint *)(iVar11 + 0x2c);\n if (uVar4 <= uVar3 && (uint)(uVar2 < uVar5) <= uVar3 - uVar4) {\n *(uint *)(iVar6 + 0x34) = uVar2 - uVar5;\n *(uint *)(iVar6 + 0x38) = (uVar3 - uVar4) - (uint)(uVar2 < uVar5);\n }\n }\n *(uint *)(iVar11 + 0x14) = *(uint *)(iVar11 + 0x14) | 0x208000;\n *(undefined4 *)(iVar11 + 0x2c) = 0;\n *(undefined4 *)(iVar11 + 0x30) = 0;\n }\n }\n FUN_00033a20();\n iVar9 = bfd_elf_size_dynsym_hash_dynstr(DAT_001c4614,&DAT_001c45e0);\n if (iVar9 == 0) {\n uVar14 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00034dc0(uVar14);\n }\n if (local_58 != (undefined4 *)0x0) {\n *(undefined1 *)(local_58 + 3) = local_4d;\n local_58[4] = local_2c;\n local_58[5] = local_28;\n local_58[6] = local_24;\n local_58[7] = local_20;\n }\n return;\n }\n if (((*(int *)(*(int *)(iVar9 + 4) + 4) == 5) &&\n (pcVar7 = *(char **)(*(int *)(iVar9 + 0xa0) + 0x2b4), pcVar7 != (char *)0x0)) &&\n (*pcVar7 != '\0')) {\n pcVar7 = (char *)xstrdup(pcVar7);\n do {\n pcVar8 = strchr(pcVar7,(int)DAT_001c4728);\n if (pcVar8 == (char *)0x0) {\n if (*pcVar7 != '\0') {\n FUN_000453b0();\n iVar9 = *(int *)(iVar9 + 0x9c);\n goto joined_r0x00046685;\n }\n break;\n }\n *pcVar8 = '\0';\n if (*pcVar7 != '\0') {\n FUN_000453b0();\n }\n pcVar7 = pcVar8 + 1;\n } while (pcVar7 != (char *)0x0);\n }\n iVar9 = *(int *)(iVar9 + 0x9c);\n }" { (if_statement "if (iVar9 == 0) {\n iVar9 = bfd_elf_size_dynamic_sections\n (DAT_001c4614,DAT_001c46c0,local_6c,DAT_001c46cc,DAT_001c3d6c,DAT_001c3d68,\n DAT_001c46d0,&DAT_001c45e0,&local_40);\n if (iVar9 == 0) {\n uVar14 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00034dc0(uVar14);\n }\n pcVar7 = DAT_001c46bc;\n iVar9 = DAT_001c385c;\n if ((DAT_001c46bc != (char *)0x0) && (local_40 != 0)) {\n *(char **)(local_40 + 0x84) = DAT_001c46bc;\n sVar10 = strlen(pcVar7);\n *(undefined4 *)(local_40 + 0x30) = 0;\n *(size_t *)(local_40 + 0x2c) = sVar10 + 1;\n iVar9 = DAT_001c385c;\n }\n for (; iVar9 != 0; iVar9 = *(int *)(iVar9 + 0x18)) {\n if (((*(byte *)(iVar9 + 0x24) & 0x10) == 0) &&\n (iVar11 = bfd_get_section_by_name(*(undefined4 *)(iVar9 + 0x10),".gnu.warning"),\n iVar11 != 0)) {\n uVar14 = *(undefined4 *)(iVar11 + 0x30);\n iVar6 = *(int *)(iVar11 + 0x2c);\n __ptr = (void *)xmalloc(iVar6 + 1);\n iVar12 = bfd_get_section_contents\n (*(undefined4 *)(iVar9 + 0x10),iVar11,__ptr,0,0,iVar6,uVar14);\n if (iVar12 == 0) {\n uVar14 = *(undefined4 *)(iVar9 + 0x10);\n uVar13 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);\n FUN_00034dc0(uVar13,uVar14);\n }\n *(undefined1 *)((int)__ptr + iVar6) = 0;\n (**(code **)(DAT_001c45fc + 0x14))\n (&DAT_001c45e0,__ptr,0,*(undefined4 *)(iVar9 + 0x10),0,0,0);\n free(__ptr);\n iVar6 = *(int *)(iVar11 + 0x54);\n if (iVar6 != 0) {\n uVar2 = *(uint *)(iVar6 + 0x34);\n uVar3 = *(uint *)(iVar6 + 0x38);\n uVar4 = *(uint *)(iVar11 + 0x30);\n uVar5 = *(uint *)(iVar11 + 0x2c);\n if (uVar4 <= uVar3 && (uint)(uVar2 < uVar5) <= uVar3 - uVar4) {\n *(uint *)(iVar6 + 0x34) = uVar2 - uVar5;\n *(uint *)(iVar6 + 0x38) = (uVar3 - uVar4) - (uint)(uVar2 < uVar5);\n }\n }\n *(uint *)(iVar11 + 0x14) = *(uint *)(iVar11 + 0x14) | 0x208000;\n *(undefined4 *)(iVar11 + 0x2c) = 0;\n *(undefined4 *)(iVar11 + 0x30) = 0;\n }\n }\n FUN_00033a20();\n iVar9 = bfd_elf_size_dynsym_hash_dynstr(DAT_001c4614,&DAT_001c45e0);\n if (iVar9 == 0) {\n uVar14 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00034dc0(uVar14);\n }\n if (local_58 != (undefined4 *)0x0) {\n *(undefined1 *)(local_58 + 3) = local_4d;\n local_58[4] = local_2c;\n local_58[5] = local_28;\n local_58[6] = local_24;\n local_58[7] = local_20;\n }\n return;\n }" if (parenthesized_expression "(iVar9 == 0)" ( (binary_expression "iVar9 == 0" identifier == number_literal) )) (compound_statement "{\n iVar9 = bfd_elf_size_dynamic_sections\n (DAT_001c4614,DAT_001c46c0,local_6c,DAT_001c46cc,DAT_001c3d6c,DAT_001c3d68,\n DAT_001c46d0,&DAT_001c45e0,&local_40);\n if (iVar9 == 0) {\n uVar14 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00034dc0(uVar14);\n }\n pcVar7 = DAT_001c46bc;\n iVar9 = DAT_001c385c;\n if ((DAT_001c46bc != (char *)0x0) && (local_40 != 0)) {\n *(char **)(local_40 + 0x84) = DAT_001c46bc;\n sVar10 = strlen(pcVar7);\n *(undefined4 *)(local_40 + 0x30) = 0;\n *(size_t *)(local_40 + 0x2c) = sVar10 + 1;\n iVar9 = DAT_001c385c;\n }\n for (; iVar9 != 0; iVar9 = *(int *)(iVar9 + 0x18)) {\n if (((*(byte *)(iVar9 + 0x24) & 0x10) == 0) &&\n (iVar11 = bfd_get_section_by_name(*(undefined4 *)(iVar9 + 0x10),".gnu.warning"),\n iVar11 != 0)) {\n uVar14 = *(undefined4 *)(iVar11 + 0x30);\n iVar6 = *(int *)(iVar11 + 0x2c);\n __ptr = (void *)xmalloc(iVar6 + 1);\n iVar12 = bfd_get_section_contents\n (*(undefined4 *)(iVar9 + 0x10),iVar11,__ptr,0,0,iVar6,uVar14);\n if (iVar12 == 0) {\n uVar14 = *(undefined4 *)(iVar9 + 0x10);\n uVar13 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);\n FUN_00034dc0(uVar13,uVar14);\n }\n *(undefined1 *)((int)__ptr + iVar6) = 0;\n (**(code **)(DAT_001c45fc + 0x14))\n (&DAT_001c45e0,__ptr,0,*(undefined4 *)(iVar9 + 0x10),0,0,0);\n free(__ptr);\n iVar6 = *(int *)(iVar11 + 0x54);\n if (iVar6 != 0) {\n uVar2 = *(uint *)(iVar6 + 0x34);\n uVar3 = *(uint *)(iVar6 + 0x38);\n uVar4 = *(uint *)(iVar11 + 0x30);\n uVar5 = *(uint *)(iVar11 + 0x2c);\n if (uVar4 <= uVar3 && (uint)(uVar2 < uVar5) <= uVar3 - uVar4) {\n *(uint *)(iVar6 + 0x34) = uVar2 - uVar5;\n *(uint *)(iVar6 + 0x38) = (uVar3 - uVar4) - (uint)(uVar2 < uVar5);\n }\n }\n *(uint *)(iVar11 + 0x14) = *(uint *)(iVar11 + 0x14) | 0x208000;\n *(undefined4 *)(iVar11 + 0x2c) = 0;\n *(undefined4 *)(iVar11 + 0x30) = 0;\n }\n }\n FUN_00033a20();\n iVar9 = bfd_elf_size_dynsym_hash_dynstr(DAT_001c4614,&DAT_001c45e0);\n if (iVar9 == 0) {\n uVar14 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00034dc0(uVar14);\n }\n if (local_58 != (undefined4 *)0x0) {\n *(undefined1 *)(local_58 + 3) = local_4d;\n local_58[4] = local_2c;\n local_58[5] = local_28;\n local_58[6] = local_24;\n local_58[7] = local_20;\n }\n return;\n }" { (expression_statement "iVar9 = bfd_elf_size_dynamic_sections\n (DAT_001c4614,DAT_001c46c0,local_6c,DAT_001c46cc,DAT_001c3d6c,DAT_001c3d68,\n DAT_001c46d0,&DAT_001c45e0,&local_40);" (assignment_expression "iVar9 = bfd_elf_size_dynamic_sections\n (DAT_001c4614,DAT_001c46c0,local_6c,DAT_001c46cc,DAT_001c3d6c,DAT_001c3d68,\n DAT_001c46d0,&DAT_001c45e0,&local_40)" identifier = (call_expression "bfd_elf_size_dynamic_sections\n (DAT_001c4614,DAT_001c46c0,local_6c,DAT_001c46cc,DAT_001c3d6c,DAT_001c3d68,\n DAT_001c46d0,&DAT_001c45e0,&local_40)" identifier (argument_list "(DAT_001c4614,DAT_001c46c0,local_6c,DAT_001c46cc,DAT_001c3d6c,DAT_001c3d68,\n DAT_001c46d0,&DAT_001c45e0,&local_40)" ( identifier , identifier , identifier , identifier , identifier , identifier , identifier , (pointer_expression "&DAT_001c45e0" & identifier) , (pointer_expression "&local_40" & identifier) )))) ;) (if_statement "if (iVar9 == 0) {\n uVar14 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00034dc0(uVar14);\n }" if (parenthesized_expression "(iVar9 == 0)" ( (binary_expression "iVar9 == 0" identifier == number_literal) )) (compound_statement "{\n uVar14 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00034dc0(uVar14);\n }" { (expression_statement "uVar14 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);" (assignment_expression "uVar14 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5)" identifier = (call_expression "dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5)" identifier (argument_list "(0,"%F%P: failed to set dynamic section sizes: %E\n",5)" ( number_literal , (string_literal ""%F%P: failed to set dynamic section sizes: %E\n"" " string_content escape_sequence ") , number_literal )))) ;) (expression_statement "FUN_00034dc0(uVar14);" (call_expression "FUN_00034dc0(uVar14)" identifier (argument_list "(uVar14)" ( identifier ))) ;) })) (expression_statement "pcVar7 = DAT_001c46bc;" (assignment_expression "pcVar7 = DAT_001c46bc" identifier = identifier) ;) (expression_statement "iVar9 = DAT_001c385c;" (assignment_expression "iVar9 = DAT_001c385c" identifier = identifier) ;) (if_statement "if ((DAT_001c46bc != (char *)0x0) && (local_40 != 0)) {\n *(char **)(local_40 + 0x84) = DAT_001c46bc;\n sVar10 = strlen(pcVar7);\n *(undefined4 *)(local_40 + 0x30) = 0;\n *(size_t *)(local_40 + 0x2c) = sVar10 + 1;\n iVar9 = DAT_001c385c;\n }" if (parenthesized_expression "((DAT_001c46bc != (char *)0x0) && (local_40 != 0))" ( (binary_expression "(DAT_001c46bc != (char *)0x0) && (local_40 != 0)" (parenthesized_expression "(DAT_001c46bc != (char *)0x0)" ( (binary_expression "DAT_001c46bc != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(local_40 != 0)" ( (binary_expression "local_40 != 0" identifier != number_literal) ))) )) (compound_statement "{\n *(char **)(local_40 + 0x84) = DAT_001c46bc;\n sVar10 = strlen(pcVar7);\n *(undefined4 *)(local_40 + 0x30) = 0;\n *(size_t *)(local_40 + 0x2c) = sVar10 + 1;\n iVar9 = DAT_001c385c;\n }" { (expression_statement "*(char **)(local_40 + 0x84) = DAT_001c46bc;" (assignment_expression "*(char **)(local_40 + 0x84) = DAT_001c46bc" (pointer_expression "*(char **)(local_40 + 0x84)" * (cast_expression "(char **)(local_40 + 0x84)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(local_40 + 0x84)" ( (binary_expression "local_40 + 0x84" identifier + number_literal) )))) = identifier) ;) (expression_statement "sVar10 = strlen(pcVar7);" (assignment_expression "sVar10 = strlen(pcVar7)" identifier = (call_expression "strlen(pcVar7)" identifier (argument_list "(pcVar7)" ( identifier )))) ;) (expression_statement "*(undefined4 *)(local_40 + 0x30) = 0;" (assignment_expression "*(undefined4 *)(local_40 + 0x30) = 0" (pointer_expression "*(undefined4 *)(local_40 + 0x30)" * (cast_expression "(undefined4 *)(local_40 + 0x30)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40 + 0x30)" ( (binary_expression "local_40 + 0x30" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(size_t *)(local_40 + 0x2c) = sVar10 + 1;" (assignment_expression "*(size_t *)(local_40 + 0x2c) = sVar10 + 1" (pointer_expression "*(size_t *)(local_40 + 0x2c)" * (cast_expression "(size_t *)(local_40 + 0x2c)" ( (type_descriptor "size_t *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40 + 0x2c)" ( (binary_expression "local_40 + 0x2c" identifier + number_literal) )))) = (binary_expression "sVar10 + 1" identifier + number_literal)) ;) (expression_statement "iVar9 = DAT_001c385c;" (assignment_expression "iVar9 = DAT_001c385c" identifier = identifier) ;) })) (for_statement "for (; iVar9 != 0; iVar9 = *(int *)(iVar9 + 0x18)) {\n if (((*(byte *)(iVar9 + 0x24) & 0x10) == 0) &&\n (iVar11 = bfd_get_section_by_name(*(undefined4 *)(iVar9 + 0x10),".gnu.warning"),\n iVar11 != 0)) {\n uVar14 = *(undefined4 *)(iVar11 + 0x30);\n iVar6 = *(int *)(iVar11 + 0x2c);\n __ptr = (void *)xmalloc(iVar6 + 1);\n iVar12 = bfd_get_section_contents\n (*(undefined4 *)(iVar9 + 0x10),iVar11,__ptr,0,0,iVar6,uVar14);\n if (iVar12 == 0) {\n uVar14 = *(undefined4 *)(iVar9 + 0x10);\n uVar13 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);\n FUN_00034dc0(uVar13,uVar14);\n }\n *(undefined1 *)((int)__ptr + iVar6) = 0;\n (**(code **)(DAT_001c45fc + 0x14))\n (&DAT_001c45e0,__ptr,0,*(undefined4 *)(iVar9 + 0x10),0,0,0);\n free(__ptr);\n iVar6 = *(int *)(iVar11 + 0x54);\n if (iVar6 != 0) {\n uVar2 = *(uint *)(iVar6 + 0x34);\n uVar3 = *(uint *)(iVar6 + 0x38);\n uVar4 = *(uint *)(iVar11 + 0x30);\n uVar5 = *(uint *)(iVar11 + 0x2c);\n if (uVar4 <= uVar3 && (uint)(uVar2 < uVar5) <= uVar3 - uVar4) {\n *(uint *)(iVar6 + 0x34) = uVar2 - uVar5;\n *(uint *)(iVar6 + 0x38) = (uVar3 - uVar4) - (uint)(uVar2 < uVar5);\n }\n }\n *(uint *)(iVar11 + 0x14) = *(uint *)(iVar11 + 0x14) | 0x208000;\n *(undefined4 *)(iVar11 + 0x2c) = 0;\n *(undefined4 *)(iVar11 + 0x30) = 0;\n }\n }" for ( ; (binary_expression "iVar9 != 0" identifier != number_literal) ; (assignment_expression "iVar9 = *(int *)(iVar9 + 0x18)" identifier = (pointer_expression "*(int *)(iVar9 + 0x18)" * (cast_expression "(int *)(iVar9 + 0x18)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + 0x18)" ( (binary_expression "iVar9 + 0x18" identifier + number_literal) ))))) ) (compound_statement "{\n if (((*(byte *)(iVar9 + 0x24) & 0x10) == 0) &&\n (iVar11 = bfd_get_section_by_name(*(undefined4 *)(iVar9 + 0x10),".gnu.warning"),\n iVar11 != 0)) {\n uVar14 = *(undefined4 *)(iVar11 + 0x30);\n iVar6 = *(int *)(iVar11 + 0x2c);\n __ptr = (void *)xmalloc(iVar6 + 1);\n iVar12 = bfd_get_section_contents\n (*(undefined4 *)(iVar9 + 0x10),iVar11,__ptr,0,0,iVar6,uVar14);\n if (iVar12 == 0) {\n uVar14 = *(undefined4 *)(iVar9 + 0x10);\n uVar13 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);\n FUN_00034dc0(uVar13,uVar14);\n }\n *(undefined1 *)((int)__ptr + iVar6) = 0;\n (**(code **)(DAT_001c45fc + 0x14))\n (&DAT_001c45e0,__ptr,0,*(undefined4 *)(iVar9 + 0x10),0,0,0);\n free(__ptr);\n iVar6 = *(int *)(iVar11 + 0x54);\n if (iVar6 != 0) {\n uVar2 = *(uint *)(iVar6 + 0x34);\n uVar3 = *(uint *)(iVar6 + 0x38);\n uVar4 = *(uint *)(iVar11 + 0x30);\n uVar5 = *(uint *)(iVar11 + 0x2c);\n if (uVar4 <= uVar3 && (uint)(uVar2 < uVar5) <= uVar3 - uVar4) {\n *(uint *)(iVar6 + 0x34) = uVar2 - uVar5;\n *(uint *)(iVar6 + 0x38) = (uVar3 - uVar4) - (uint)(uVar2 < uVar5);\n }\n }\n *(uint *)(iVar11 + 0x14) = *(uint *)(iVar11 + 0x14) | 0x208000;\n *(undefined4 *)(iVar11 + 0x2c) = 0;\n *(undefined4 *)(iVar11 + 0x30) = 0;\n }\n }" { (if_statement "if (((*(byte *)(iVar9 + 0x24) & 0x10) == 0) &&\n (iVar11 = bfd_get_section_by_name(*(undefined4 *)(iVar9 + 0x10),".gnu.warning"),\n iVar11 != 0)) {\n uVar14 = *(undefined4 *)(iVar11 + 0x30);\n iVar6 = *(int *)(iVar11 + 0x2c);\n __ptr = (void *)xmalloc(iVar6 + 1);\n iVar12 = bfd_get_section_contents\n (*(undefined4 *)(iVar9 + 0x10),iVar11,__ptr,0,0,iVar6,uVar14);\n if (iVar12 == 0) {\n uVar14 = *(undefined4 *)(iVar9 + 0x10);\n uVar13 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);\n FUN_00034dc0(uVar13,uVar14);\n }\n *(undefined1 *)((int)__ptr + iVar6) = 0;\n (**(code **)(DAT_001c45fc + 0x14))\n (&DAT_001c45e0,__ptr,0,*(undefined4 *)(iVar9 + 0x10),0,0,0);\n free(__ptr);\n iVar6 = *(int *)(iVar11 + 0x54);\n if (iVar6 != 0) {\n uVar2 = *(uint *)(iVar6 + 0x34);\n uVar3 = *(uint *)(iVar6 + 0x38);\n uVar4 = *(uint *)(iVar11 + 0x30);\n uVar5 = *(uint *)(iVar11 + 0x2c);\n if (uVar4 <= uVar3 && (uint)(uVar2 < uVar5) <= uVar3 - uVar4) {\n *(uint *)(iVar6 + 0x34) = uVar2 - uVar5;\n *(uint *)(iVar6 + 0x38) = (uVar3 - uVar4) - (uint)(uVar2 < uVar5);\n }\n }\n *(uint *)(iVar11 + 0x14) = *(uint *)(iVar11 + 0x14) | 0x208000;\n *(undefined4 *)(iVar11 + 0x2c) = 0;\n *(undefined4 *)(iVar11 + 0x30) = 0;\n }" if (parenthesized_expression "(((*(byte *)(iVar9 + 0x24) & 0x10) == 0) &&\n (iVar11 = bfd_get_section_by_name(*(undefined4 *)(iVar9 + 0x10),".gnu.warning"),\n iVar11 != 0))" ( (binary_expression "((*(byte *)(iVar9 + 0x24) & 0x10) == 0) &&\n (iVar11 = bfd_get_section_by_name(*(undefined4 *)(iVar9 + 0x10),".gnu.warning"),\n iVar11 != 0)" (parenthesized_expression "((*(byte *)(iVar9 + 0x24) & 0x10) == 0)" ( (binary_expression "(*(byte *)(iVar9 + 0x24) & 0x10) == 0" (parenthesized_expression "(*(byte *)(iVar9 + 0x24) & 0x10)" ( (binary_expression "*(byte *)(iVar9 + 0x24) & 0x10" (pointer_expression "*(byte *)(iVar9 + 0x24)" * (cast_expression "(byte *)(iVar9 + 0x24)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + 0x24)" ( (binary_expression "iVar9 + 0x24" identifier + number_literal) )))) & number_literal) )) == number_literal) )) && (parenthesized_expression "(iVar11 = bfd_get_section_by_name(*(undefined4 *)(iVar9 + 0x10),".gnu.warning"),\n iVar11 != 0)" ( (comma_expression "iVar11 = bfd_get_section_by_name(*(undefined4 *)(iVar9 + 0x10),".gnu.warning"),\n iVar11 != 0" (assignment_expression "iVar11 = bfd_get_section_by_name(*(undefined4 *)(iVar9 + 0x10),".gnu.warning")" identifier = (call_expression "bfd_get_section_by_name(*(undefined4 *)(iVar9 + 0x10),".gnu.warning")" identifier (argument_list "(*(undefined4 *)(iVar9 + 0x10),".gnu.warning")" ( (pointer_expression "*(undefined4 *)(iVar9 + 0x10)" * (cast_expression "(undefined4 *)(iVar9 + 0x10)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + 0x10)" ( (binary_expression "iVar9 + 0x10" identifier + number_literal) )))) , (string_literal "".gnu.warning"" " string_content ") )))) , (binary_expression "iVar11 != 0" identifier != number_literal)) ))) )) (compound_statement "{\n uVar14 = *(undefined4 *)(iVar11 + 0x30);\n iVar6 = *(int *)(iVar11 + 0x2c);\n __ptr = (void *)xmalloc(iVar6 + 1);\n iVar12 = bfd_get_section_contents\n (*(undefined4 *)(iVar9 + 0x10),iVar11,__ptr,0,0,iVar6,uVar14);\n if (iVar12 == 0) {\n uVar14 = *(undefined4 *)(iVar9 + 0x10);\n uVar13 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);\n FUN_00034dc0(uVar13,uVar14);\n }\n *(undefined1 *)((int)__ptr + iVar6) = 0;\n (**(code **)(DAT_001c45fc + 0x14))\n (&DAT_001c45e0,__ptr,0,*(undefined4 *)(iVar9 + 0x10),0,0,0);\n free(__ptr);\n iVar6 = *(int *)(iVar11 + 0x54);\n if (iVar6 != 0) {\n uVar2 = *(uint *)(iVar6 + 0x34);\n uVar3 = *(uint *)(iVar6 + 0x38);\n uVar4 = *(uint *)(iVar11 + 0x30);\n uVar5 = *(uint *)(iVar11 + 0x2c);\n if (uVar4 <= uVar3 && (uint)(uVar2 < uVar5) <= uVar3 - uVar4) {\n *(uint *)(iVar6 + 0x34) = uVar2 - uVar5;\n *(uint *)(iVar6 + 0x38) = (uVar3 - uVar4) - (uint)(uVar2 < uVar5);\n }\n }\n *(uint *)(iVar11 + 0x14) = *(uint *)(iVar11 + 0x14) | 0x208000;\n *(undefined4 *)(iVar11 + 0x2c) = 0;\n *(undefined4 *)(iVar11 + 0x30) = 0;\n }" { (expression_statement "uVar14 = *(undefined4 *)(iVar11 + 0x30);" (assignment_expression "uVar14 = *(undefined4 *)(iVar11 + 0x30)" identifier = (pointer_expression "*(undefined4 *)(iVar11 + 0x30)" * (cast_expression "(undefined4 *)(iVar11 + 0x30)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar11 + 0x30)" ( (binary_expression "iVar11 + 0x30" identifier + number_literal) ))))) ;) (expression_statement "iVar6 = *(int *)(iVar11 + 0x2c);" (assignment_expression "iVar6 = *(int *)(iVar11 + 0x2c)" identifier = (pointer_expression "*(int *)(iVar11 + 0x2c)" * (cast_expression "(int *)(iVar11 + 0x2c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar11 + 0x2c)" ( (binary_expression "iVar11 + 0x2c" identifier + number_literal) ))))) ;) (expression_statement "__ptr = (void *)xmalloc(iVar6 + 1);" (assignment_expression "__ptr = (void *)xmalloc(iVar6 + 1)" identifier = (cast_expression "(void *)xmalloc(iVar6 + 1)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(iVar6 + 1)" identifier (argument_list "(iVar6 + 1)" ( (binary_expression "iVar6 + 1" identifier + number_literal) ))))) ;) (expression_statement "iVar12 = bfd_get_section_contents\n (*(undefined4 *)(iVar9 + 0x10),iVar11,__ptr,0,0,iVar6,uVar14);" (assignment_expression "iVar12 = bfd_get_section_contents\n (*(undefined4 *)(iVar9 + 0x10),iVar11,__ptr,0,0,iVar6,uVar14)" identifier = (call_expression "bfd_get_section_contents\n (*(undefined4 *)(iVar9 + 0x10),iVar11,__ptr,0,0,iVar6,uVar14)" identifier (argument_list "(*(undefined4 *)(iVar9 + 0x10),iVar11,__ptr,0,0,iVar6,uVar14)" ( (pointer_expression "*(undefined4 *)(iVar9 + 0x10)" * (cast_expression "(undefined4 *)(iVar9 + 0x10)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + 0x10)" ( (binary_expression "iVar9 + 0x10" identifier + number_literal) )))) , identifier , identifier , number_literal , number_literal , identifier , identifier )))) ;) (if_statement "if (iVar12 == 0) {\n uVar14 = *(undefined4 *)(iVar9 + 0x10);\n uVar13 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);\n FUN_00034dc0(uVar13,uVar14);\n }" if (parenthesized_expression "(iVar12 == 0)" ( (binary_expression "iVar12 == 0" identifier == number_literal) )) (compound_statement "{\n uVar14 = *(undefined4 *)(iVar9 + 0x10);\n uVar13 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);\n FUN_00034dc0(uVar13,uVar14);\n }" { (expression_statement "uVar14 = *(undefined4 *)(iVar9 + 0x10);" (assignment_expression "uVar14 = *(undefined4 *)(iVar9 + 0x10)" identifier = (pointer_expression "*(undefined4 *)(iVar9 + 0x10)" * (cast_expression "(undefined4 *)(iVar9 + 0x10)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + 0x10)" ( (binary_expression "iVar9 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "uVar13 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);" (assignment_expression "uVar13 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5)" identifier = (call_expression "dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5)" identifier (argument_list "(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5)" ( number_literal , (string_literal ""%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n"" " string_content escape_sequence string_content escape_sequence ") , number_literal )))) ;) (expression_statement "FUN_00034dc0(uVar13,uVar14);" (call_expression "FUN_00034dc0(uVar13,uVar14)" identifier (argument_list "(uVar13,uVar14)" ( identifier , identifier ))) ;) })) (expression_statement "*(undefined1 *)((int)__ptr + iVar6) = 0;" (assignment_expression "*(undefined1 *)((int)__ptr + iVar6) = 0" (pointer_expression "*(undefined1 *)((int)__ptr + iVar6)" * (cast_expression "(undefined1 *)((int)__ptr + iVar6)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)__ptr + iVar6)" ( (binary_expression "(int)__ptr + iVar6" (cast_expression "(int)__ptr" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) )))) = number_literal) ;) (expression_statement "(**(code **)(DAT_001c45fc + 0x14))\n (&DAT_001c45e0,__ptr,0,*(undefined4 *)(iVar9 + 0x10),0,0,0);" (call_expression "(**(code **)(DAT_001c45fc + 0x14))\n (&DAT_001c45e0,__ptr,0,*(undefined4 *)(iVar9 + 0x10),0,0,0)" (parenthesized_expression "(**(code **)(DAT_001c45fc + 0x14))" ( (pointer_expression "**(code **)(DAT_001c45fc + 0x14)" * (pointer_expression "*(code **)(DAT_001c45fc + 0x14)" * (cast_expression "(code **)(DAT_001c45fc + 0x14)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(DAT_001c45fc + 0x14)" ( (binary_expression "DAT_001c45fc + 0x14" identifier + number_literal) ))))) )) (argument_list "(&DAT_001c45e0,__ptr,0,*(undefined4 *)(iVar9 + 0x10),0,0,0)" ( (pointer_expression "&DAT_001c45e0" & identifier) , identifier , number_literal , (pointer_expression "*(undefined4 *)(iVar9 + 0x10)" * (cast_expression "(undefined4 *)(iVar9 + 0x10)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + 0x10)" ( (binary_expression "iVar9 + 0x10" identifier + number_literal) )))) , number_literal , number_literal , number_literal ))) ;) (expression_statement "free(__ptr);" (call_expression "free(__ptr)" identifier (argument_list "(__ptr)" ( identifier ))) ;) (expression_statement "iVar6 = *(int *)(iVar11 + 0x54);" (assignment_expression "iVar6 = *(int *)(iVar11 + 0x54)" identifier = (pointer_expression "*(int *)(iVar11 + 0x54)" * (cast_expression "(int *)(iVar11 + 0x54)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar11 + 0x54)" ( (binary_expression "iVar11 + 0x54" identifier + number_literal) ))))) ;) (if_statement "if (iVar6 != 0) {\n uVar2 = *(uint *)(iVar6 + 0x34);\n uVar3 = *(uint *)(iVar6 + 0x38);\n uVar4 = *(uint *)(iVar11 + 0x30);\n uVar5 = *(uint *)(iVar11 + 0x2c);\n if (uVar4 <= uVar3 && (uint)(uVar2 < uVar5) <= uVar3 - uVar4) {\n *(uint *)(iVar6 + 0x34) = uVar2 - uVar5;\n *(uint *)(iVar6 + 0x38) = (uVar3 - uVar4) - (uint)(uVar2 < uVar5);\n }\n }" if (parenthesized_expression "(iVar6 != 0)" ( (binary_expression "iVar6 != 0" identifier != number_literal) )) (compound_statement "{\n uVar2 = *(uint *)(iVar6 + 0x34);\n uVar3 = *(uint *)(iVar6 + 0x38);\n uVar4 = *(uint *)(iVar11 + 0x30);\n uVar5 = *(uint *)(iVar11 + 0x2c);\n if (uVar4 <= uVar3 && (uint)(uVar2 < uVar5) <= uVar3 - uVar4) {\n *(uint *)(iVar6 + 0x34) = uVar2 - uVar5;\n *(uint *)(iVar6 + 0x38) = (uVar3 - uVar4) - (uint)(uVar2 < uVar5);\n }\n }" { (expression_statement "uVar2 = *(uint *)(iVar6 + 0x34);" (assignment_expression "uVar2 = *(uint *)(iVar6 + 0x34)" identifier = (pointer_expression "*(uint *)(iVar6 + 0x34)" * (cast_expression "(uint *)(iVar6 + 0x34)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 0x34)" ( (binary_expression "iVar6 + 0x34" identifier + number_literal) ))))) ;) (expression_statement "uVar3 = *(uint *)(iVar6 + 0x38);" (assignment_expression "uVar3 = *(uint *)(iVar6 + 0x38)" identifier = (pointer_expression "*(uint *)(iVar6 + 0x38)" * (cast_expression "(uint *)(iVar6 + 0x38)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 0x38)" ( (binary_expression "iVar6 + 0x38" identifier + number_literal) ))))) ;) (expression_statement "uVar4 = *(uint *)(iVar11 + 0x30);" (assignment_expression "uVar4 = *(uint *)(iVar11 + 0x30)" identifier = (pointer_expression "*(uint *)(iVar11 + 0x30)" * (cast_expression "(uint *)(iVar11 + 0x30)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar11 + 0x30)" ( (binary_expression "iVar11 + 0x30" identifier + number_literal) ))))) ;) (expression_statement "uVar5 = *(uint *)(iVar11 + 0x2c);" (assignment_expression "uVar5 = *(uint *)(iVar11 + 0x2c)" identifier = (pointer_expression "*(uint *)(iVar11 + 0x2c)" * (cast_expression "(uint *)(iVar11 + 0x2c)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar11 + 0x2c)" ( (binary_expression "iVar11 + 0x2c" identifier + number_literal) ))))) ;) (if_statement "if (uVar4 <= uVar3 && (uint)(uVar2 < uVar5) <= uVar3 - uVar4) {\n *(uint *)(iVar6 + 0x34) = uVar2 - uVar5;\n *(uint *)(iVar6 + 0x38) = (uVar3 - uVar4) - (uint)(uVar2 < uVar5);\n }" if (parenthesized_expression "(uVar4 <= uVar3 && (uint)(uVar2 < uVar5) <= uVar3 - uVar4)" ( (binary_expression "uVar4 <= uVar3 && (uint)(uVar2 < uVar5) <= uVar3 - uVar4" (binary_expression "uVar4 <= uVar3" identifier <= identifier) && (binary_expression "(uint)(uVar2 < uVar5) <= uVar3 - uVar4" (call_expression "(uint)(uVar2 < uVar5)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(uVar2 < uVar5)" ( (binary_expression "uVar2 < uVar5" identifier < identifier) ))) <= (binary_expression "uVar3 - uVar4" identifier - identifier))) )) (compound_statement "{\n *(uint *)(iVar6 + 0x34) = uVar2 - uVar5;\n *(uint *)(iVar6 + 0x38) = (uVar3 - uVar4) - (uint)(uVar2 < uVar5);\n }" { (expression_statement "*(uint *)(iVar6 + 0x34) = uVar2 - uVar5;" (assignment_expression "*(uint *)(iVar6 + 0x34) = uVar2 - uVar5" (pointer_expression "*(uint *)(iVar6 + 0x34)" * (cast_expression "(uint *)(iVar6 + 0x34)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 0x34)" ( (binary_expression "iVar6 + 0x34" identifier + number_literal) )))) = (binary_expression "uVar2 - uVar5" identifier - identifier)) ;) (expression_statement "*(uint *)(iVar6 + 0x38) = (uVar3 - uVar4) - (uint)(uVar2 < uVar5);" (assignment_expression "*(uint *)(iVar6 + 0x38) = (uVar3 - uVar4) - (uint)(uVar2 < uVar5)" (pointer_expression "*(uint *)(iVar6 + 0x38)" * (cast_expression "(uint *)(iVar6 + 0x38)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 0x38)" ( (binary_expression "iVar6 + 0x38" identifier + number_literal) )))) = (binary_expression "(uVar3 - uVar4) - (uint)(uVar2 < uVar5)" (parenthesized_expression "(uVar3 - uVar4)" ( (binary_expression "uVar3 - uVar4" identifier - identifier) )) - (call_expression "(uint)(uVar2 < uVar5)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(uVar2 < uVar5)" ( (binary_expression "uVar2 < uVar5" identifier < identifier) ))))) ;) })) })) (expression_statement "*(uint *)(iVar11 + 0x14) = *(uint *)(iVar11 + 0x14) | 0x208000;" (assignment_expression "*(uint *)(iVar11 + 0x14) = *(uint *)(iVar11 + 0x14) | 0x208000" (pointer_expression "*(uint *)(iVar11 + 0x14)" * (cast_expression "(uint *)(iVar11 + 0x14)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar11 + 0x14)" ( (binary_expression "iVar11 + 0x14" identifier + number_literal) )))) = (binary_expression "*(uint *)(iVar11 + 0x14) | 0x208000" (pointer_expression "*(uint *)(iVar11 + 0x14)" * (cast_expression "(uint *)(iVar11 + 0x14)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar11 + 0x14)" ( (binary_expression "iVar11 + 0x14" identifier + number_literal) )))) | number_literal)) ;) (expression_statement "*(undefined4 *)(iVar11 + 0x2c) = 0;" (assignment_expression "*(undefined4 *)(iVar11 + 0x2c) = 0" (pointer_expression "*(undefined4 *)(iVar11 + 0x2c)" * (cast_expression "(undefined4 *)(iVar11 + 0x2c)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar11 + 0x2c)" ( (binary_expression "iVar11 + 0x2c" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined4 *)(iVar11 + 0x30) = 0;" (assignment_expression "*(undefined4 *)(iVar11 + 0x30) = 0" (pointer_expression "*(undefined4 *)(iVar11 + 0x30)" * (cast_expression "(undefined4 *)(iVar11 + 0x30)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar11 + 0x30)" ( (binary_expression "iVar11 + 0x30" identifier + number_literal) )))) = number_literal) ;) })) })) (expression_statement "FUN_00033a20();" (call_expression "FUN_00033a20()" identifier (argument_list "()" ( ))) ;) (expression_statement "iVar9 = bfd_elf_size_dynsym_hash_dynstr(DAT_001c4614,&DAT_001c45e0);" (assignment_expression "iVar9 = bfd_elf_size_dynsym_hash_dynstr(DAT_001c4614,&DAT_001c45e0)" identifier = (call_expression "bfd_elf_size_dynsym_hash_dynstr(DAT_001c4614,&DAT_001c45e0)" identifier (argument_list "(DAT_001c4614,&DAT_001c45e0)" ( identifier , (pointer_expression "&DAT_001c45e0" & identifier) )))) ;) (if_statement "if (iVar9 == 0) {\n uVar14 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00034dc0(uVar14);\n }" if (parenthesized_expression "(iVar9 == 0)" ( (binary_expression "iVar9 == 0" identifier == number_literal) )) (compound_statement "{\n uVar14 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00034dc0(uVar14);\n }" { (expression_statement "uVar14 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);" (assignment_expression "uVar14 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5)" identifier = (call_expression "dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5)" identifier (argument_list "(0,"%F%P: failed to set dynamic section sizes: %E\n",5)" ( number_literal , (string_literal ""%F%P: failed to set dynamic section sizes: %E\n"" " string_content escape_sequence ") , number_literal )))) ;) (expression_statement "FUN_00034dc0(uVar14);" (call_expression "FUN_00034dc0(uVar14)" identifier (argument_list "(uVar14)" ( identifier ))) ;) })) (if_statement "if (local_58 != (undefined4 *)0x0) {\n *(undefined1 *)(local_58 + 3) = local_4d;\n local_58[4] = local_2c;\n local_58[5] = local_28;\n local_58[6] = local_24;\n local_58[7] = local_20;\n }" if (parenthesized_expression "(local_58 != (undefined4 *)0x0)" ( (binary_expression "local_58 != (undefined4 *)0x0" identifier != (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n *(undefined1 *)(local_58 + 3) = local_4d;\n local_58[4] = local_2c;\n local_58[5] = local_28;\n local_58[6] = local_24;\n local_58[7] = local_20;\n }" { (expression_statement "*(undefined1 *)(local_58 + 3) = local_4d;" (assignment_expression "*(undefined1 *)(local_58 + 3) = local_4d" (pointer_expression "*(undefined1 *)(local_58 + 3)" * (cast_expression "(undefined1 *)(local_58 + 3)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_58 + 3)" ( (binary_expression "local_58 + 3" identifier + number_literal) )))) = identifier) ;) (expression_statement "local_58[4] = local_2c;" (assignment_expression "local_58[4] = local_2c" (subscript_expression "local_58[4]" identifier [ number_literal ]) = identifier) ;) (expression_statement "local_58[5] = local_28;" (assignment_expression "local_58[5] = local_28" (subscript_expression "local_58[5]" identifier [ number_literal ]) = identifier) ;) (expression_statement "local_58[6] = local_24;" (assignment_expression "local_58[6] = local_24" (subscript_expression "local_58[6]" identifier [ number_literal ]) = identifier) ;) (expression_statement "local_58[7] = local_20;" (assignment_expression "local_58[7] = local_20" (subscript_expression "local_58[7]" identifier [ number_literal ]) = identifier) ;) })) (return_statement "return;" return ;) })) (if_statement "if (((*(int *)(*(int *)(iVar9 + 4) + 4) == 5) &&\n (pcVar7 = *(char **)(*(int *)(iVar9 + 0xa0) + 0x2b4), pcVar7 != (char *)0x0)) &&\n (*pcVar7 != '\0')) {\n pcVar7 = (char *)xstrdup(pcVar7);\n do {\n pcVar8 = strchr(pcVar7,(int)DAT_001c4728);\n if (pcVar8 == (char *)0x0) {\n if (*pcVar7 != '\0') {\n FUN_000453b0();\n iVar9 = *(int *)(iVar9 + 0x9c);\n goto joined_r0x00046685;\n }\n break;\n }\n *pcVar8 = '\0';\n if (*pcVar7 != '\0') {\n FUN_000453b0();\n }\n pcVar7 = pcVar8 + 1;\n } while (pcVar7 != (char *)0x0);\n }" if (parenthesized_expression "(((*(int *)(*(int *)(iVar9 + 4) + 4) == 5) &&\n (pcVar7 = *(char **)(*(int *)(iVar9 + 0xa0) + 0x2b4), pcVar7 != (char *)0x0)) &&\n (*pcVar7 != '\0'))" ( (binary_expression "((*(int *)(*(int *)(iVar9 + 4) + 4) == 5) &&\n (pcVar7 = *(char **)(*(int *)(iVar9 + 0xa0) + 0x2b4), pcVar7 != (char *)0x0)) &&\n (*pcVar7 != '\0')" (parenthesized_expression "((*(int *)(*(int *)(iVar9 + 4) + 4) == 5) &&\n (pcVar7 = *(char **)(*(int *)(iVar9 + 0xa0) + 0x2b4), pcVar7 != (char *)0x0))" ( (binary_expression "(*(int *)(*(int *)(iVar9 + 4) + 4) == 5) &&\n (pcVar7 = *(char **)(*(int *)(iVar9 + 0xa0) + 0x2b4), pcVar7 != (char *)0x0)" (parenthesized_expression "(*(int *)(*(int *)(iVar9 + 4) + 4) == 5)" ( (binary_expression "*(int *)(*(int *)(iVar9 + 4) + 4) == 5" (pointer_expression "*(int *)(*(int *)(iVar9 + 4) + 4)" * (cast_expression "(int *)(*(int *)(iVar9 + 4) + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(iVar9 + 4) + 4)" ( (binary_expression "*(int *)(iVar9 + 4) + 4" (pointer_expression "*(int *)(iVar9 + 4)" * (cast_expression "(int *)(iVar9 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + 4)" ( (binary_expression "iVar9 + 4" identifier + number_literal) )))) + number_literal) )))) == number_literal) )) && (parenthesized_expression "(pcVar7 = *(char **)(*(int *)(iVar9 + 0xa0) + 0x2b4), pcVar7 != (char *)0x0)" ( (comma_expression "pcVar7 = *(char **)(*(int *)(iVar9 + 0xa0) + 0x2b4), pcVar7 != (char *)0x0" (assignment_expression "pcVar7 = *(char **)(*(int *)(iVar9 + 0xa0) + 0x2b4)" identifier = (pointer_expression "*(char **)(*(int *)(iVar9 + 0xa0) + 0x2b4)" * (cast_expression "(char **)(*(int *)(iVar9 + 0xa0) + 0x2b4)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(int *)(iVar9 + 0xa0) + 0x2b4)" ( (binary_expression "*(int *)(iVar9 + 0xa0) + 0x2b4" (pointer_expression "*(int *)(iVar9 + 0xa0)" * (cast_expression "(int *)(iVar9 + 0xa0)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + 0xa0)" ( (binary_expression "iVar9 + 0xa0" identifier + number_literal) )))) + number_literal) ))))) , (binary_expression "pcVar7 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal))) ))) )) && (parenthesized_expression "(*pcVar7 != '\0')" ( (binary_expression "*pcVar7 != '\0'" (pointer_expression "*pcVar7" * identifier) != (char_literal "'\0'" ' escape_sequence ')) ))) )) (compound_statement "{\n pcVar7 = (char *)xstrdup(pcVar7);\n do {\n pcVar8 = strchr(pcVar7,(int)DAT_001c4728);\n if (pcVar8 == (char *)0x0) {\n if (*pcVar7 != '\0') {\n FUN_000453b0();\n iVar9 = *(int *)(iVar9 + 0x9c);\n goto joined_r0x00046685;\n }\n break;\n }\n *pcVar8 = '\0';\n if (*pcVar7 != '\0') {\n FUN_000453b0();\n }\n pcVar7 = pcVar8 + 1;\n } while (pcVar7 != (char *)0x0);\n }" { (expression_statement "pcVar7 = (char *)xstrdup(pcVar7);" (assignment_expression "pcVar7 = (char *)xstrdup(pcVar7)" identifier = (cast_expression "(char *)xstrdup(pcVar7)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "xstrdup(pcVar7)" identifier (argument_list "(pcVar7)" ( identifier ))))) ;) (do_statement "do {\n pcVar8 = strchr(pcVar7,(int)DAT_001c4728);\n if (pcVar8 == (char *)0x0) {\n if (*pcVar7 != '\0') {\n FUN_000453b0();\n iVar9 = *(int *)(iVar9 + 0x9c);\n goto joined_r0x00046685;\n }\n break;\n }\n *pcVar8 = '\0';\n if (*pcVar7 != '\0') {\n FUN_000453b0();\n }\n pcVar7 = pcVar8 + 1;\n } while (pcVar7 != (char *)0x0);" do (compound_statement "{\n pcVar8 = strchr(pcVar7,(int)DAT_001c4728);\n if (pcVar8 == (char *)0x0) {\n if (*pcVar7 != '\0') {\n FUN_000453b0();\n iVar9 = *(int *)(iVar9 + 0x9c);\n goto joined_r0x00046685;\n }\n break;\n }\n *pcVar8 = '\0';\n if (*pcVar7 != '\0') {\n FUN_000453b0();\n }\n pcVar7 = pcVar8 + 1;\n }" { (expression_statement "pcVar8 = strchr(pcVar7,(int)DAT_001c4728);" (assignment_expression "pcVar8 = strchr(pcVar7,(int)DAT_001c4728)" identifier = (call_expression "strchr(pcVar7,(int)DAT_001c4728)" identifier (argument_list "(pcVar7,(int)DAT_001c4728)" ( identifier , (cast_expression "(int)DAT_001c4728" ( (type_descriptor "int" primitive_type) ) identifier) )))) ;) (if_statement "if (pcVar8 == (char *)0x0) {\n if (*pcVar7 != '\0') {\n FUN_000453b0();\n iVar9 = *(int *)(iVar9 + 0x9c);\n goto joined_r0x00046685;\n }\n break;\n }" 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)) )) (compound_statement "{\n if (*pcVar7 != '\0') {\n FUN_000453b0();\n iVar9 = *(int *)(iVar9 + 0x9c);\n goto joined_r0x00046685;\n }\n break;\n }" { (if_statement "if (*pcVar7 != '\0') {\n FUN_000453b0();\n iVar9 = *(int *)(iVar9 + 0x9c);\n goto joined_r0x00046685;\n }" if (parenthesized_expression "(*pcVar7 != '\0')" ( (binary_expression "*pcVar7 != '\0'" (pointer_expression "*pcVar7" * identifier) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n FUN_000453b0();\n iVar9 = *(int *)(iVar9 + 0x9c);\n goto joined_r0x00046685;\n }" { (expression_statement "FUN_000453b0();" (call_expression "FUN_000453b0()" identifier (argument_list "()" ( ))) ;) (expression_statement "iVar9 = *(int *)(iVar9 + 0x9c);" (assignment_expression "iVar9 = *(int *)(iVar9 + 0x9c)" identifier = (pointer_expression "*(int *)(iVar9 + 0x9c)" * (cast_expression "(int *)(iVar9 + 0x9c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + 0x9c)" ( (binary_expression "iVar9 + 0x9c" identifier + number_literal) ))))) ;) (goto_statement "goto joined_r0x00046685;" goto statement_identifier ;) })) (break_statement "break;" break ;) })) (expression_statement "*pcVar8 = '\0';" (assignment_expression "*pcVar8 = '\0'" (pointer_expression "*pcVar8" * identifier) = (char_literal "'\0'" ' escape_sequence ')) ;) (if_statement "if (*pcVar7 != '\0') {\n FUN_000453b0();\n }" if (parenthesized_expression "(*pcVar7 != '\0')" ( (binary_expression "*pcVar7 != '\0'" (pointer_expression "*pcVar7" * identifier) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n FUN_000453b0();\n }" { (expression_statement "FUN_000453b0();" (call_expression "FUN_000453b0()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "pcVar7 = pcVar8 + 1;" (assignment_expression "pcVar7 = pcVar8 + 1" identifier = (binary_expression "pcVar8 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(pcVar7 != (char *)0x0)" ( (binary_expression "pcVar7 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) ;) })) (expression_statement "iVar9 = *(int *)(iVar9 + 0x9c);" (assignment_expression "iVar9 = *(int *)(iVar9 + 0x9c)" identifier = (pointer_expression "*(int *)(iVar9 + 0x9c)" * (cast_expression "(int *)(iVar9 + 0x9c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + 0x9c)" ( (binary_expression "iVar9 + 0x9c" identifier + number_literal) ))))) ;) }) while (parenthesized_expression "( true )" ( true )) ;)) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid aarch64_elf_before_allocation(void)\n\n{\n uint uVar1;\n uint uVar2;\n uint uVar3;\n uint uVar4;\n undefined4 uVar5;\n int iVar6;\n wildcard_list *pwVar7;\n bfd_link_hash_table_type bVar8;\n bfd *pbVar9;\n int iVar10;\n size_t sVar11;\n int iVar12;\n char *pcVar13;\n char *pcVar14;\n lang_statement_union *plVar15;\n char *local_6c;\n undefined4 *local_58;\n undefined1 local_4d;\n asection *sinterp;\n undefined4 local_3c;\n undefined4 local_38;\n undefined4 local_34;\n undefined4 local_30;\n undefined4 local_2c;\n undefined4 local_28;\n undefined4 local_24;\n undefined4 local_20;\n undefined4 uStack_14;\n \n uStack_14 = 0x46609;\n if ((link_info.hash[1].table.newfunc ==\n (_func_bfd_hash_entry_ptr_bfd_hash_entry_ptr_bfd_hash_table_ptr_char_ptr *)0x0) &&\n (plVar15 = file_chain.head, file_chain.head != (lang_statement_union *)0x0)) {\n do {\n bfd_elf32_aarch64_init_maps((plVar15->wild_statement).section_list);\n plVar15 = (plVar15->wild_statement).children.head;\n } while (plVar15 != (lang_statement_union *)0x0);\n bVar8 = (link_info.hash)->type;\n }\n else {\n bVar8 = (link_info.hash)->type;\n }\n local_58 = (undefined4 *)0x0;\n if (bVar8 == bfd_link_elf_hash_table) {\n _bfd_elf_tls_setup(link_info.output_bfd,&link_info);\n if ((((link_info._0_1_ & 3) == 2) ||\n (local_58 = (undefined4 *)bfd_link_hash_lookup(link_info.hash,"__ehdr_start",0,0,1),\n local_58 == (undefined4 *)0x0)) ||\n ((2 < *(byte *)(local_58 + 3) && (*(byte *)(local_58 + 3) != 5)))) {\n local_58 = (undefined4 *)0x0;\n }\n else {\n (**(code **)((int)(link_info.output_bfd)->xvec->backend_data + 0xf4))(&link_info,local_58,1);\n if ((*(byte *)((int)local_58 + 0x41) & 3) != 1) {\n *(byte *)((int)local_58 + 0x41) = *(byte *)((int)local_58 + 0x41) & 0xfc | 2;\n }\n local_3c = *local_58;\n local_38 = local_58[1];\n local_34 = local_58[2];\n local_30 = local_58[3];\n local_2c = local_58[4];\n local_28 = local_58[5];\n local_24 = local_58[6];\n local_58[6] = 0;\n local_20 = local_58[7];\n local_58[7] = 0;\n local_4d = *(undefined1 *)(local_58 + 3);\n *(undefined1 *)(local_58 + 3) = 3;\n local_58[5] = PTR__bfd_std_section_001c1fd4 + 0x180;\n }\n lang_for_each_statement(gldaarch64elf32b_find_statement_assignment);\n }\n local_6c = command_line.rpath;\n if (((command_line.rpath == (char *)0x0) &&\n (local_6c = getenv("LD_RUN_PATH"), local_6c == (char *)0x0)) ||\n (pbVar9 = link_info.input_bfds, *local_6c == '\0')) {\n local_6c = (char *)0x0;\n pbVar9 = link_info.input_bfds;\n }\njoined_r0x00046685:\n do {\n if (pbVar9 == (bfd *)0x0) {\n iVar10 = bfd_elf_size_dynamic_sections\n (link_info.output_bfd,command_line.soname,local_6c,\n command_line.filter_shlib,audit,depaudit,command_line.auxiliary_filters,\n &link_info,&sinterp);\n if (iVar10 == 0) {\n pcVar14 = (char *)dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n einfo(pcVar14);\n }\n pcVar14 = command_line.interpreter;\n plVar15 = file_chain.head;\n if ((command_line.interpreter != (char *)0x0) && (sinterp != (asection *)0x0)) {\n sinterp->contents = (uchar *)command_line.interpreter;\n sVar11 = strlen(pcVar14);\n *(undefined4 *)((int)&sinterp->size + 4) = 0;\n *(size_t *)&sinterp->size = sVar11 + 1;\n plVar15 = file_chain.head;\n }\n for (; plVar15 != (lang_statement_union *)0x0;\n plVar15 = (plVar15->wild_statement).children.head) {\n if ((((uint)(plVar15->wild_statement).walk_wild_section_handler & 0x10) == 0) &&\n (iVar10 = bfd_get_section_by_name((plVar15->wild_statement).section_list,".gnu.warning"),\n iVar10 != 0)) {\n uVar5 = *(undefined4 *)(iVar10 + 0x30);\n iVar6 = *(int *)(iVar10 + 0x2c);\n pcVar14 = (char *)xmalloc(iVar6 + 1);\n iVar12 = bfd_get_section_contents\n ((plVar15->wild_statement).section_list,iVar10,pcVar14,0,0,iVar6,uVar5)\n ;\n if (iVar12 == 0) {\n pwVar7 = (plVar15->wild_statement).section_list;\n pcVar13 = (char *)dcgettext(0,\n "%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n"\n ,5);\n einfo(pcVar13,pwVar7);\n }\n pcVar14[iVar6] = '\0';\n (*(link_info.callbacks)->warning)\n (&link_info,pcVar14,(char *)0x0,(plVar15->input_statement).the_bfd,\n (asection *)0x0,0);\n free(pcVar14);\n iVar6 = *(int *)(iVar10 + 0x54);\n if (iVar6 != 0) {\n uVar1 = *(uint *)(iVar6 + 0x34);\n uVar2 = *(uint *)(iVar6 + 0x38);\n uVar3 = *(uint *)(iVar10 + 0x30);\n uVar4 = *(uint *)(iVar10 + 0x2c);\n if (uVar3 <= uVar2 && (uint)(uVar1 < uVar4) <= uVar2 - uVar3) {\n *(uint *)(iVar6 + 0x34) = uVar1 - uVar4;\n *(uint *)(iVar6 + 0x38) = (uVar2 - uVar3) - (uint)(uVar1 < uVar4);\n }\n }\n *(uint *)(iVar10 + 0x14) = *(uint *)(iVar10 + 0x14) | 0x208000;\n *(undefined4 *)(iVar10 + 0x2c) = 0;\n *(undefined4 *)(iVar10 + 0x30) = 0;\n }\n }\n before_allocation_default();\n iVar10 = bfd_elf_size_dynsym_hash_dynstr(link_info.output_bfd,&link_info);\n if (iVar10 == 0) {\n pcVar14 = (char *)dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n einfo(pcVar14);\n }\n if (local_58 != (undefined4 *)0x0) {\n *(undefined1 *)(local_58 + 3) = local_4d;\n local_58[4] = local_2c;\n local_58[5] = local_28;\n local_58[6] = local_24;\n local_58[7] = local_20;\n }\n return;\n }\n if (((pbVar9->xvec->flavour == bfd_target_elf_flavour) &&\n (pcVar14 = ((pbVar9->tdata).elf_obj_data)->dt_audit, pcVar14 != (char *)0x0)) &&\n (*pcVar14 != '\0')) {\n pcVar14 = (char *)xstrdup(pcVar14);\n do {\n pcVar13 = strchr(pcVar14,(int)config.rpath_separator);\n if (pcVar13 == (char *)0x0) {\n if (*pcVar14 != '\0') {\n gldaarch64elf32b_append_to_separated_string(&depaudit,pcVar14);\n pbVar9 = (pbVar9->link).next;\n goto joined_r0x00046685;\n }\n break;\n }\n *pcVar13 = '\0';\n if (*pcVar14 != '\0') {\n gldaarch64elf32b_append_to_separated_string(&depaudit,pcVar14);\n }\n pcVar14 = pcVar13 + 1;\n } while (pcVar14 != (char *)0x0);\n }\n pbVar9 = (pbVar9->link).next;\n } while( true );\n}\n\n" comment comment (function_definition "void aarch64_elf_before_allocation(void)\n\n{\n uint uVar1;\n uint uVar2;\n uint uVar3;\n uint uVar4;\n undefined4 uVar5;\n int iVar6;\n wildcard_list *pwVar7;\n bfd_link_hash_table_type bVar8;\n bfd *pbVar9;\n int iVar10;\n size_t sVar11;\n int iVar12;\n char *pcVar13;\n char *pcVar14;\n lang_statement_union *plVar15;\n char *local_6c;\n undefined4 *local_58;\n undefined1 local_4d;\n asection *sinterp;\n undefined4 local_3c;\n undefined4 local_38;\n undefined4 local_34;\n undefined4 local_30;\n undefined4 local_2c;\n undefined4 local_28;\n undefined4 local_24;\n undefined4 local_20;\n undefined4 uStack_14;\n \n uStack_14 = 0x46609;\n if ((link_info.hash[1].table.newfunc ==\n (_func_bfd_hash_entry_ptr_bfd_hash_entry_ptr_bfd_hash_table_ptr_char_ptr *)0x0) &&\n (plVar15 = file_chain.head, file_chain.head != (lang_statement_union *)0x0)) {\n do {\n bfd_elf32_aarch64_init_maps((plVar15->wild_statement).section_list);\n plVar15 = (plVar15->wild_statement).children.head;\n } while (plVar15 != (lang_statement_union *)0x0);\n bVar8 = (link_info.hash)->type;\n }\n else {\n bVar8 = (link_info.hash)->type;\n }\n local_58 = (undefined4 *)0x0;\n if (bVar8 == bfd_link_elf_hash_table) {\n _bfd_elf_tls_setup(link_info.output_bfd,&link_info);\n if ((((link_info._0_1_ & 3) == 2) ||\n (local_58 = (undefined4 *)bfd_link_hash_lookup(link_info.hash,"__ehdr_start",0,0,1),\n local_58 == (undefined4 *)0x0)) ||\n ((2 < *(byte *)(local_58 + 3) && (*(byte *)(local_58 + 3) != 5)))) {\n local_58 = (undefined4 *)0x0;\n }\n else {\n (**(code **)((int)(link_info.output_bfd)->xvec->backend_data + 0xf4))(&link_info,local_58,1);\n if ((*(byte *)((int)local_58 + 0x41) & 3) != 1) {\n *(byte *)((int)local_58 + 0x41) = *(byte *)((int)local_58 + 0x41) & 0xfc | 2;\n }\n local_3c = *local_58;\n local_38 = local_58[1];\n local_34 = local_58[2];\n local_30 = local_58[3];\n local_2c = local_58[4];\n local_28 = local_58[5];\n local_24 = local_58[6];\n local_58[6] = 0;\n local_20 = local_58[7];\n local_58[7] = 0;\n local_4d = *(undefined1 *)(local_58 + 3);\n *(undefined1 *)(local_58 + 3) = 3;\n local_58[5] = PTR__bfd_std_section_001c1fd4 + 0x180;\n }\n lang_for_each_statement(gldaarch64elf32b_find_statement_assignment);\n }\n local_6c = command_line.rpath;\n if (((command_line.rpath == (char *)0x0) &&\n (local_6c = getenv("LD_RUN_PATH"), local_6c == (char *)0x0)) ||\n (pbVar9 = link_info.input_bfds, *local_6c == '\0')) {\n local_6c = (char *)0x0;\n pbVar9 = link_info.input_bfds;\n }\njoined_r0x00046685:\n do {\n if (pbVar9 == (bfd *)0x0) {\n iVar10 = bfd_elf_size_dynamic_sections\n (link_info.output_bfd,command_line.soname,local_6c,\n command_line.filter_shlib,audit,depaudit,command_line.auxiliary_filters,\n &link_info,&sinterp);\n if (iVar10 == 0) {\n pcVar14 = (char *)dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n einfo(pcVar14);\n }\n pcVar14 = command_line.interpreter;\n plVar15 = file_chain.head;\n if ((command_line.interpreter != (char *)0x0) && (sinterp != (asection *)0x0)) {\n sinterp->contents = (uchar *)command_line.interpreter;\n sVar11 = strlen(pcVar14);\n *(undefined4 *)((int)&sinterp->size + 4) = 0;\n *(size_t *)&sinterp->size = sVar11 + 1;\n plVar15 = file_chain.head;\n }\n for (; plVar15 != (lang_statement_union *)0x0;\n plVar15 = (plVar15->wild_statement).children.head) {\n if ((((uint)(plVar15->wild_statement).walk_wild_section_handler & 0x10) == 0) &&\n (iVar10 = bfd_get_section_by_name((plVar15->wild_statement).section_list,".gnu.warning"),\n iVar10 != 0)) {\n uVar5 = *(undefined4 *)(iVar10 + 0x30);\n iVar6 = *(int *)(iVar10 + 0x2c);\n pcVar14 = (char *)xmalloc(iVar6 + 1);\n iVar12 = bfd_get_section_contents\n ((plVar15->wild_statement).section_list,iVar10,pcVar14,0,0,iVar6,uVar5)\n ;\n if (iVar12 == 0) {\n pwVar7 = (plVar15->wild_statement).section_list;\n pcVar13 = (char *)dcgettext(0,\n "%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n"\n ,5);\n einfo(pcVar13,pwVar7);\n }\n pcVar14[iVar6] = '\0';\n (*(link_info.callbacks)->warning)\n (&link_info,pcVar14,(char *)0x0,(plVar15->input_statement).the_bfd,\n (asection *)0x0,0);\n free(pcVar14);\n iVar6 = *(int *)(iVar10 + 0x54);\n if (iVar6 != 0) {\n uVar1 = *(uint *)(iVar6 + 0x34);\n uVar2 = *(uint *)(iVar6 + 0x38);\n uVar3 = *(uint *)(iVar10 + 0x30);\n uVar4 = *(uint *)(iVar10 + 0x2c);\n if (uVar3 <= uVar2 && (uint)(uVar1 < uVar4) <= uVar2 - uVar3) {\n *(uint *)(iVar6 + 0x34) = uVar1 - uVar4;\n *(uint *)(iVar6 + 0x38) = (uVar2 - uVar3) - (uint)(uVar1 < uVar4);\n }\n }\n *(uint *)(iVar10 + 0x14) = *(uint *)(iVar10 + 0x14) | 0x208000;\n *(undefined4 *)(iVar10 + 0x2c) = 0;\n *(undefined4 *)(iVar10 + 0x30) = 0;\n }\n }\n before_allocation_default();\n iVar10 = bfd_elf_size_dynsym_hash_dynstr(link_info.output_bfd,&link_info);\n if (iVar10 == 0) {\n pcVar14 = (char *)dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n einfo(pcVar14);\n }\n if (local_58 != (undefined4 *)0x0) {\n *(undefined1 *)(local_58 + 3) = local_4d;\n local_58[4] = local_2c;\n local_58[5] = local_28;\n local_58[6] = local_24;\n local_58[7] = local_20;\n }\n return;\n }\n if (((pbVar9->xvec->flavour == bfd_target_elf_flavour) &&\n (pcVar14 = ((pbVar9->tdata).elf_obj_data)->dt_audit, pcVar14 != (char *)0x0)) &&\n (*pcVar14 != '\0')) {\n pcVar14 = (char *)xstrdup(pcVar14);\n do {\n pcVar13 = strchr(pcVar14,(int)config.rpath_separator);\n if (pcVar13 == (char *)0x0) {\n if (*pcVar14 != '\0') {\n gldaarch64elf32b_append_to_separated_string(&depaudit,pcVar14);\n pbVar9 = (pbVar9->link).next;\n goto joined_r0x00046685;\n }\n break;\n }\n *pcVar13 = '\0';\n if (*pcVar14 != '\0') {\n gldaarch64elf32b_append_to_separated_string(&depaudit,pcVar14);\n }\n pcVar14 = pcVar13 + 1;\n } while (pcVar14 != (char *)0x0);\n }\n pbVar9 = (pbVar9->link).next;\n } while( true );\n}" primitive_type (function_declarator "aarch64_elf_before_allocation(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n uint uVar1;\n uint uVar2;\n uint uVar3;\n uint uVar4;\n undefined4 uVar5;\n int iVar6;\n wildcard_list *pwVar7;\n bfd_link_hash_table_type bVar8;\n bfd *pbVar9;\n int iVar10;\n size_t sVar11;\n int iVar12;\n char *pcVar13;\n char *pcVar14;\n lang_statement_union *plVar15;\n char *local_6c;\n undefined4 *local_58;\n undefined1 local_4d;\n asection *sinterp;\n undefined4 local_3c;\n undefined4 local_38;\n undefined4 local_34;\n undefined4 local_30;\n undefined4 local_2c;\n undefined4 local_28;\n undefined4 local_24;\n undefined4 local_20;\n undefined4 uStack_14;\n \n uStack_14 = 0x46609;\n if ((link_info.hash[1].table.newfunc ==\n (_func_bfd_hash_entry_ptr_bfd_hash_entry_ptr_bfd_hash_table_ptr_char_ptr *)0x0) &&\n (plVar15 = file_chain.head, file_chain.head != (lang_statement_union *)0x0)) {\n do {\n bfd_elf32_aarch64_init_maps((plVar15->wild_statement).section_list);\n plVar15 = (plVar15->wild_statement).children.head;\n } while (plVar15 != (lang_statement_union *)0x0);\n bVar8 = (link_info.hash)->type;\n }\n else {\n bVar8 = (link_info.hash)->type;\n }\n local_58 = (undefined4 *)0x0;\n if (bVar8 == bfd_link_elf_hash_table) {\n _bfd_elf_tls_setup(link_info.output_bfd,&link_info);\n if ((((link_info._0_1_ & 3) == 2) ||\n (local_58 = (undefined4 *)bfd_link_hash_lookup(link_info.hash,"__ehdr_start",0,0,1),\n local_58 == (undefined4 *)0x0)) ||\n ((2 < *(byte *)(local_58 + 3) && (*(byte *)(local_58 + 3) != 5)))) {\n local_58 = (undefined4 *)0x0;\n }\n else {\n (**(code **)((int)(link_info.output_bfd)->xvec->backend_data + 0xf4))(&link_info,local_58,1);\n if ((*(byte *)((int)local_58 + 0x41) & 3) != 1) {\n *(byte *)((int)local_58 + 0x41) = *(byte *)((int)local_58 + 0x41) & 0xfc | 2;\n }\n local_3c = *local_58;\n local_38 = local_58[1];\n local_34 = local_58[2];\n local_30 = local_58[3];\n local_2c = local_58[4];\n local_28 = local_58[5];\n local_24 = local_58[6];\n local_58[6] = 0;\n local_20 = local_58[7];\n local_58[7] = 0;\n local_4d = *(undefined1 *)(local_58 + 3);\n *(undefined1 *)(local_58 + 3) = 3;\n local_58[5] = PTR__bfd_std_section_001c1fd4 + 0x180;\n }\n lang_for_each_statement(gldaarch64elf32b_find_statement_assignment);\n }\n local_6c = command_line.rpath;\n if (((command_line.rpath == (char *)0x0) &&\n (local_6c = getenv("LD_RUN_PATH"), local_6c == (char *)0x0)) ||\n (pbVar9 = link_info.input_bfds, *local_6c == '\0')) {\n local_6c = (char *)0x0;\n pbVar9 = link_info.input_bfds;\n }\njoined_r0x00046685:\n do {\n if (pbVar9 == (bfd *)0x0) {\n iVar10 = bfd_elf_size_dynamic_sections\n (link_info.output_bfd,command_line.soname,local_6c,\n command_line.filter_shlib,audit,depaudit,command_line.auxiliary_filters,\n &link_info,&sinterp);\n if (iVar10 == 0) {\n pcVar14 = (char *)dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n einfo(pcVar14);\n }\n pcVar14 = command_line.interpreter;\n plVar15 = file_chain.head;\n if ((command_line.interpreter != (char *)0x0) && (sinterp != (asection *)0x0)) {\n sinterp->contents = (uchar *)command_line.interpreter;\n sVar11 = strlen(pcVar14);\n *(undefined4 *)((int)&sinterp->size + 4) = 0;\n *(size_t *)&sinterp->size = sVar11 + 1;\n plVar15 = file_chain.head;\n }\n for (; plVar15 != (lang_statement_union *)0x0;\n plVar15 = (plVar15->wild_statement).children.head) {\n if ((((uint)(plVar15->wild_statement).walk_wild_section_handler & 0x10) == 0) &&\n (iVar10 = bfd_get_section_by_name((plVar15->wild_statement).section_list,".gnu.warning"),\n iVar10 != 0)) {\n uVar5 = *(undefined4 *)(iVar10 + 0x30);\n iVar6 = *(int *)(iVar10 + 0x2c);\n pcVar14 = (char *)xmalloc(iVar6 + 1);\n iVar12 = bfd_get_section_contents\n ((plVar15->wild_statement).section_list,iVar10,pcVar14,0,0,iVar6,uVar5)\n ;\n if (iVar12 == 0) {\n pwVar7 = (plVar15->wild_statement).section_list;\n pcVar13 = (char *)dcgettext(0,\n "%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n"\n ,5);\n einfo(pcVar13,pwVar7);\n }\n pcVar14[iVar6] = '\0';\n (*(link_info.callbacks)->warning)\n (&link_info,pcVar14,(char *)0x0,(plVar15->input_statement).the_bfd,\n (asection *)0x0,0);\n free(pcVar14);\n iVar6 = *(int *)(iVar10 + 0x54);\n if (iVar6 != 0) {\n uVar1 = *(uint *)(iVar6 + 0x34);\n uVar2 = *(uint *)(iVar6 + 0x38);\n uVar3 = *(uint *)(iVar10 + 0x30);\n uVar4 = *(uint *)(iVar10 + 0x2c);\n if (uVar3 <= uVar2 && (uint)(uVar1 < uVar4) <= uVar2 - uVar3) {\n *(uint *)(iVar6 + 0x34) = uVar1 - uVar4;\n *(uint *)(iVar6 + 0x38) = (uVar2 - uVar3) - (uint)(uVar1 < uVar4);\n }\n }\n *(uint *)(iVar10 + 0x14) = *(uint *)(iVar10 + 0x14) | 0x208000;\n *(undefined4 *)(iVar10 + 0x2c) = 0;\n *(undefined4 *)(iVar10 + 0x30) = 0;\n }\n }\n before_allocation_default();\n iVar10 = bfd_elf_size_dynsym_hash_dynstr(link_info.output_bfd,&link_info);\n if (iVar10 == 0) {\n pcVar14 = (char *)dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n einfo(pcVar14);\n }\n if (local_58 != (undefined4 *)0x0) {\n *(undefined1 *)(local_58 + 3) = local_4d;\n local_58[4] = local_2c;\n local_58[5] = local_28;\n local_58[6] = local_24;\n local_58[7] = local_20;\n }\n return;\n }\n if (((pbVar9->xvec->flavour == bfd_target_elf_flavour) &&\n (pcVar14 = ((pbVar9->tdata).elf_obj_data)->dt_audit, pcVar14 != (char *)0x0)) &&\n (*pcVar14 != '\0')) {\n pcVar14 = (char *)xstrdup(pcVar14);\n do {\n pcVar13 = strchr(pcVar14,(int)config.rpath_separator);\n if (pcVar13 == (char *)0x0) {\n if (*pcVar14 != '\0') {\n gldaarch64elf32b_append_to_separated_string(&depaudit,pcVar14);\n pbVar9 = (pbVar9->link).next;\n goto joined_r0x00046685;\n }\n break;\n }\n *pcVar13 = '\0';\n if (*pcVar14 != '\0') {\n gldaarch64elf32b_append_to_separated_string(&depaudit,pcVar14);\n }\n pcVar14 = pcVar13 + 1;\n } while (pcVar14 != (char *)0x0);\n }\n pbVar9 = (pbVar9->link).next;\n } while( true );\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (declaration "uint uVar2;" type_identifier identifier ;) (declaration "uint uVar3;" type_identifier identifier ;) (declaration "uint uVar4;" type_identifier identifier ;) (declaration "undefined4 uVar5;" type_identifier identifier ;) (declaration "int iVar6;" primitive_type identifier ;) (declaration "wildcard_list *pwVar7;" type_identifier (pointer_declarator "*pwVar7" * identifier) ;) (declaration "bfd_link_hash_table_type bVar8;" type_identifier identifier ;) (declaration "bfd *pbVar9;" type_identifier (pointer_declarator "*pbVar9" * identifier) ;) (declaration "int iVar10;" primitive_type identifier ;) (declaration "size_t sVar11;" primitive_type identifier ;) (declaration "int iVar12;" primitive_type identifier ;) (declaration "char *pcVar13;" primitive_type (pointer_declarator "*pcVar13" * identifier) ;) (declaration "char *pcVar14;" primitive_type (pointer_declarator "*pcVar14" * identifier) ;) (declaration "lang_statement_union *plVar15;" type_identifier (pointer_declarator "*plVar15" * identifier) ;) (declaration "char *local_6c;" primitive_type (pointer_declarator "*local_6c" * identifier) ;) (declaration "undefined4 *local_58;" type_identifier (pointer_declarator "*local_58" * identifier) ;) (declaration "undefined1 local_4d;" type_identifier identifier ;) (declaration "asection *sinterp;" type_identifier (pointer_declarator "*sinterp" * identifier) ;) (declaration "undefined4 local_3c;" type_identifier identifier ;) (declaration "undefined4 local_38;" type_identifier identifier ;) (declaration "undefined4 local_34;" type_identifier identifier ;) (declaration "undefined4 local_30;" type_identifier identifier ;) (declaration "undefined4 local_2c;" type_identifier identifier ;) (declaration "undefined4 local_28;" type_identifier identifier ;) (declaration "undefined4 local_24;" type_identifier identifier ;) (declaration "undefined4 local_20;" type_identifier identifier ;) (declaration "undefined4 uStack_14;" type_identifier identifier ;) (expression_statement "uStack_14 = 0x46609;" (assignment_expression "uStack_14 = 0x46609" identifier = number_literal) ;) (if_statement "if ((link_info.hash[1].table.newfunc ==\n (_func_bfd_hash_entry_ptr_bfd_hash_entry_ptr_bfd_hash_table_ptr_char_ptr *)0x0) &&\n (plVar15 = file_chain.head, file_chain.head != (lang_statement_union *)0x0)) {\n do {\n bfd_elf32_aarch64_init_maps((plVar15->wild_statement).section_list);\n plVar15 = (plVar15->wild_statement).children.head;\n } while (plVar15 != (lang_statement_union *)0x0);\n bVar8 = (link_info.hash)->type;\n }\n else {\n bVar8 = (link_info.hash)->type;\n }" if (parenthesized_expression "((link_info.hash[1].table.newfunc ==\n (_func_bfd_hash_entry_ptr_bfd_hash_entry_ptr_bfd_hash_table_ptr_char_ptr *)0x0) &&\n (plVar15 = file_chain.head, file_chain.head != (lang_statement_union *)0x0))" ( (binary_expression "(link_info.hash[1].table.newfunc ==\n (_func_bfd_hash_entry_ptr_bfd_hash_entry_ptr_bfd_hash_table_ptr_char_ptr *)0x0) &&\n (plVar15 = file_chain.head, file_chain.head != (lang_statement_union *)0x0)" (parenthesized_expression "(link_info.hash[1].table.newfunc ==\n (_func_bfd_hash_entry_ptr_bfd_hash_entry_ptr_bfd_hash_table_ptr_char_ptr *)0x0)" ( (binary_expression "link_info.hash[1].table.newfunc ==\n (_func_bfd_hash_entry_ptr_bfd_hash_entry_ptr_bfd_hash_table_ptr_char_ptr *)0x0" (field_expression "link_info.hash[1].table.newfunc" (field_expression "link_info.hash[1].table" (subscript_expression "link_info.hash[1]" (field_expression "link_info.hash" identifier . field_identifier) [ number_literal ]) . field_identifier) . field_identifier) == (cast_expression "(_func_bfd_hash_entry_ptr_bfd_hash_entry_ptr_bfd_hash_table_ptr_char_ptr *)0x0" ( (type_descriptor "_func_bfd_hash_entry_ptr_bfd_hash_entry_ptr_bfd_hash_table_ptr_char_ptr *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(plVar15 = file_chain.head, file_chain.head != (lang_statement_union *)0x0)" ( (comma_expression "plVar15 = file_chain.head, file_chain.head != (lang_statement_union *)0x0" (assignment_expression "plVar15 = file_chain.head" identifier = (field_expression "file_chain.head" identifier . field_identifier)) , (binary_expression "file_chain.head != (lang_statement_union *)0x0" (field_expression "file_chain.head" identifier . field_identifier) != (cast_expression "(lang_statement_union *)0x0" ( (type_descriptor "lang_statement_union *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal))) ))) )) (compound_statement "{\n do {\n bfd_elf32_aarch64_init_maps((plVar15->wild_statement).section_list);\n plVar15 = (plVar15->wild_statement).children.head;\n } while (plVar15 != (lang_statement_union *)0x0);\n bVar8 = (link_info.hash)->type;\n }" { (do_statement "do {\n bfd_elf32_aarch64_init_maps((plVar15->wild_statement).section_list);\n plVar15 = (plVar15->wild_statement).children.head;\n } while (plVar15 != (lang_statement_union *)0x0);" do (compound_statement "{\n bfd_elf32_aarch64_init_maps((plVar15->wild_statement).section_list);\n plVar15 = (plVar15->wild_statement).children.head;\n }" { (expression_statement "bfd_elf32_aarch64_init_maps((plVar15->wild_statement).section_list);" (call_expression "bfd_elf32_aarch64_init_maps((plVar15->wild_statement).section_list)" identifier (argument_list "((plVar15->wild_statement).section_list)" ( (field_expression "(plVar15->wild_statement).section_list" (parenthesized_expression "(plVar15->wild_statement)" ( (field_expression "plVar15->wild_statement" identifier -> field_identifier) )) . field_identifier) ))) ;) (expression_statement "plVar15 = (plVar15->wild_statement).children.head;" (assignment_expression "plVar15 = (plVar15->wild_statement).children.head" identifier = (field_expression "(plVar15->wild_statement).children.head" (field_expression "(plVar15->wild_statement).children" (parenthesized_expression "(plVar15->wild_statement)" ( (field_expression "plVar15->wild_statement" identifier -> field_identifier) )) . field_identifier) . field_identifier)) ;) }) while (parenthesized_expression "(plVar15 != (lang_statement_union *)0x0)" ( (binary_expression "plVar15 != (lang_statement_union *)0x0" identifier != (cast_expression "(lang_statement_union *)0x0" ( (type_descriptor "lang_statement_union *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) ;) (expression_statement "bVar8 = (link_info.hash)->type;" (assignment_expression "bVar8 = (link_info.hash)->type" identifier = (field_expression "(link_info.hash)->type" (parenthesized_expression "(link_info.hash)" ( (field_expression "link_info.hash" identifier . field_identifier) )) -> field_identifier)) ;) }) (else_clause "else {\n bVar8 = (link_info.hash)->type;\n }" else (compound_statement "{\n bVar8 = (link_info.hash)->type;\n }" { (expression_statement "bVar8 = (link_info.hash)->type;" (assignment_expression "bVar8 = (link_info.hash)->type" identifier = (field_expression "(link_info.hash)->type" (parenthesized_expression "(link_info.hash)" ( (field_expression "link_info.hash" identifier . field_identifier) )) -> field_identifier)) ;) }))) (expression_statement "local_58 = (undefined4 *)0x0;" (assignment_expression "local_58 = (undefined4 *)0x0" identifier = (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (if_statement "if (bVar8 == bfd_link_elf_hash_table) {\n _bfd_elf_tls_setup(link_info.output_bfd,&link_info);\n if ((((link_info._0_1_ & 3) == 2) ||\n (local_58 = (undefined4 *)bfd_link_hash_lookup(link_info.hash,"__ehdr_start",0,0,1),\n local_58 == (undefined4 *)0x0)) ||\n ((2 < *(byte *)(local_58 + 3) && (*(byte *)(local_58 + 3) != 5)))) {\n local_58 = (undefined4 *)0x0;\n }\n else {\n (**(code **)((int)(link_info.output_bfd)->xvec->backend_data + 0xf4))(&link_info,local_58,1);\n if ((*(byte *)((int)local_58 + 0x41) & 3) != 1) {\n *(byte *)((int)local_58 + 0x41) = *(byte *)((int)local_58 + 0x41) & 0xfc | 2;\n }\n local_3c = *local_58;\n local_38 = local_58[1];\n local_34 = local_58[2];\n local_30 = local_58[3];\n local_2c = local_58[4];\n local_28 = local_58[5];\n local_24 = local_58[6];\n local_58[6] = 0;\n local_20 = local_58[7];\n local_58[7] = 0;\n local_4d = *(undefined1 *)(local_58 + 3);\n *(undefined1 *)(local_58 + 3) = 3;\n local_58[5] = PTR__bfd_std_section_001c1fd4 + 0x180;\n }\n lang_for_each_statement(gldaarch64elf32b_find_statement_assignment);\n }" if (parenthesized_expression "(bVar8 == bfd_link_elf_hash_table)" ( (binary_expression "bVar8 == bfd_link_elf_hash_table" identifier == identifier) )) (compound_statement "{\n _bfd_elf_tls_setup(link_info.output_bfd,&link_info);\n if ((((link_info._0_1_ & 3) == 2) ||\n (local_58 = (undefined4 *)bfd_link_hash_lookup(link_info.hash,"__ehdr_start",0,0,1),\n local_58 == (undefined4 *)0x0)) ||\n ((2 < *(byte *)(local_58 + 3) && (*(byte *)(local_58 + 3) != 5)))) {\n local_58 = (undefined4 *)0x0;\n }\n else {\n (**(code **)((int)(link_info.output_bfd)->xvec->backend_data + 0xf4))(&link_info,local_58,1);\n if ((*(byte *)((int)local_58 + 0x41) & 3) != 1) {\n *(byte *)((int)local_58 + 0x41) = *(byte *)((int)local_58 + 0x41) & 0xfc | 2;\n }\n local_3c = *local_58;\n local_38 = local_58[1];\n local_34 = local_58[2];\n local_30 = local_58[3];\n local_2c = local_58[4];\n local_28 = local_58[5];\n local_24 = local_58[6];\n local_58[6] = 0;\n local_20 = local_58[7];\n local_58[7] = 0;\n local_4d = *(undefined1 *)(local_58 + 3);\n *(undefined1 *)(local_58 + 3) = 3;\n local_58[5] = PTR__bfd_std_section_001c1fd4 + 0x180;\n }\n lang_for_each_statement(gldaarch64elf32b_find_statement_assignment);\n }" { (expression_statement "_bfd_elf_tls_setup(link_info.output_bfd,&link_info);" (call_expression "_bfd_elf_tls_setup(link_info.output_bfd,&link_info)" identifier (argument_list "(link_info.output_bfd,&link_info)" ( (field_expression "link_info.output_bfd" identifier . field_identifier) , (pointer_expression "&link_info" & identifier) ))) ;) (if_statement "if ((((link_info._0_1_ & 3) == 2) ||\n (local_58 = (undefined4 *)bfd_link_hash_lookup(link_info.hash,"__ehdr_start",0,0,1),\n local_58 == (undefined4 *)0x0)) ||\n ((2 < *(byte *)(local_58 + 3) && (*(byte *)(local_58 + 3) != 5)))) {\n local_58 = (undefined4 *)0x0;\n }\n else {\n (**(code **)((int)(link_info.output_bfd)->xvec->backend_data + 0xf4))(&link_info,local_58,1);\n if ((*(byte *)((int)local_58 + 0x41) & 3) != 1) {\n *(byte *)((int)local_58 + 0x41) = *(byte *)((int)local_58 + 0x41) & 0xfc | 2;\n }\n local_3c = *local_58;\n local_38 = local_58[1];\n local_34 = local_58[2];\n local_30 = local_58[3];\n local_2c = local_58[4];\n local_28 = local_58[5];\n local_24 = local_58[6];\n local_58[6] = 0;\n local_20 = local_58[7];\n local_58[7] = 0;\n local_4d = *(undefined1 *)(local_58 + 3);\n *(undefined1 *)(local_58 + 3) = 3;\n local_58[5] = PTR__bfd_std_section_001c1fd4 + 0x180;\n }" if (parenthesized_expression "((((link_info._0_1_ & 3) == 2) ||\n (local_58 = (undefined4 *)bfd_link_hash_lookup(link_info.hash,"__ehdr_start",0,0,1),\n local_58 == (undefined4 *)0x0)) ||\n ((2 < *(byte *)(local_58 + 3) && (*(byte *)(local_58 + 3) != 5))))" ( (binary_expression "(((link_info._0_1_ & 3) == 2) ||\n (local_58 = (undefined4 *)bfd_link_hash_lookup(link_info.hash,"__ehdr_start",0,0,1),\n local_58 == (undefined4 *)0x0)) ||\n ((2 < *(byte *)(local_58 + 3) && (*(byte *)(local_58 + 3) != 5)))" (parenthesized_expression "(((link_info._0_1_ & 3) == 2) ||\n (local_58 = (undefined4 *)bfd_link_hash_lookup(link_info.hash,"__ehdr_start",0,0,1),\n local_58 == (undefined4 *)0x0))" ( (binary_expression "((link_info._0_1_ & 3) == 2) ||\n (local_58 = (undefined4 *)bfd_link_hash_lookup(link_info.hash,"__ehdr_start",0,0,1),\n local_58 == (undefined4 *)0x0)" (parenthesized_expression "((link_info._0_1_ & 3) == 2)" ( (binary_expression "(link_info._0_1_ & 3) == 2" (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) )) || (parenthesized_expression "(local_58 = (undefined4 *)bfd_link_hash_lookup(link_info.hash,"__ehdr_start",0,0,1),\n local_58 == (undefined4 *)0x0)" ( (comma_expression "local_58 = (undefined4 *)bfd_link_hash_lookup(link_info.hash,"__ehdr_start",0,0,1),\n local_58 == (undefined4 *)0x0" (assignment_expression "local_58 = (undefined4 *)bfd_link_hash_lookup(link_info.hash,"__ehdr_start",0,0,1)" identifier = (cast_expression "(undefined4 *)bfd_link_hash_lookup(link_info.hash,"__ehdr_start",0,0,1)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "bfd_link_hash_lookup(link_info.hash,"__ehdr_start",0,0,1)" identifier (argument_list "(link_info.hash,"__ehdr_start",0,0,1)" ( (field_expression "link_info.hash" identifier . field_identifier) , (string_literal ""__ehdr_start"" " string_content ") , number_literal , number_literal , number_literal ))))) , (binary_expression "local_58 == (undefined4 *)0x0" identifier == (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal))) ))) )) || (parenthesized_expression "((2 < *(byte *)(local_58 + 3) && (*(byte *)(local_58 + 3) != 5)))" ( (parenthesized_expression "(2 < *(byte *)(local_58 + 3) && (*(byte *)(local_58 + 3) != 5))" ( (binary_expression "2 < *(byte *)(local_58 + 3) && (*(byte *)(local_58 + 3) != 5)" (binary_expression "2 < *(byte *)(local_58 + 3)" number_literal < (pointer_expression "*(byte *)(local_58 + 3)" * (cast_expression "(byte *)(local_58 + 3)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_58 + 3)" ( (binary_expression "local_58 + 3" identifier + number_literal) ))))) && (parenthesized_expression "(*(byte *)(local_58 + 3) != 5)" ( (binary_expression "*(byte *)(local_58 + 3) != 5" (pointer_expression "*(byte *)(local_58 + 3)" * (cast_expression "(byte *)(local_58 + 3)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_58 + 3)" ( (binary_expression "local_58 + 3" identifier + number_literal) )))) != number_literal) ))) )) ))) )) (compound_statement "{\n local_58 = (undefined4 *)0x0;\n }" { (expression_statement "local_58 = (undefined4 *)0x0;" (assignment_expression "local_58 = (undefined4 *)0x0" identifier = (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) }) (else_clause "else {\n (**(code **)((int)(link_info.output_bfd)->xvec->backend_data + 0xf4))(&link_info,local_58,1);\n if ((*(byte *)((int)local_58 + 0x41) & 3) != 1) {\n *(byte *)((int)local_58 + 0x41) = *(byte *)((int)local_58 + 0x41) & 0xfc | 2;\n }\n local_3c = *local_58;\n local_38 = local_58[1];\n local_34 = local_58[2];\n local_30 = local_58[3];\n local_2c = local_58[4];\n local_28 = local_58[5];\n local_24 = local_58[6];\n local_58[6] = 0;\n local_20 = local_58[7];\n local_58[7] = 0;\n local_4d = *(undefined1 *)(local_58 + 3);\n *(undefined1 *)(local_58 + 3) = 3;\n local_58[5] = PTR__bfd_std_section_001c1fd4 + 0x180;\n }" else (compound_statement "{\n (**(code **)((int)(link_info.output_bfd)->xvec->backend_data + 0xf4))(&link_info,local_58,1);\n if ((*(byte *)((int)local_58 + 0x41) & 3) != 1) {\n *(byte *)((int)local_58 + 0x41) = *(byte *)((int)local_58 + 0x41) & 0xfc | 2;\n }\n local_3c = *local_58;\n local_38 = local_58[1];\n local_34 = local_58[2];\n local_30 = local_58[3];\n local_2c = local_58[4];\n local_28 = local_58[5];\n local_24 = local_58[6];\n local_58[6] = 0;\n local_20 = local_58[7];\n local_58[7] = 0;\n local_4d = *(undefined1 *)(local_58 + 3);\n *(undefined1 *)(local_58 + 3) = 3;\n local_58[5] = PTR__bfd_std_section_001c1fd4 + 0x180;\n }" { (expression_statement "(**(code **)((int)(link_info.output_bfd)->xvec->backend_data + 0xf4))(&link_info,local_58,1);" (call_expression "(**(code **)((int)(link_info.output_bfd)->xvec->backend_data + 0xf4))(&link_info,local_58,1)" (parenthesized_expression "(**(code **)((int)(link_info.output_bfd)->xvec->backend_data + 0xf4))" ( (pointer_expression "**(code **)((int)(link_info.output_bfd)->xvec->backend_data + 0xf4)" * (pointer_expression "*(code **)((int)(link_info.output_bfd)->xvec->backend_data + 0xf4)" * (cast_expression "(code **)((int)(link_info.output_bfd)->xvec->backend_data + 0xf4)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)(link_info.output_bfd)->xvec->backend_data + 0xf4)" ( (binary_expression "(int)(link_info.output_bfd)->xvec->backend_data + 0xf4" (cast_expression "(int)(link_info.output_bfd)->xvec->backend_data" ( (type_descriptor "int" primitive_type) ) (field_expression "(link_info.output_bfd)->xvec->backend_data" (field_expression "(link_info.output_bfd)->xvec" (parenthesized_expression "(link_info.output_bfd)" ( (field_expression "link_info.output_bfd" identifier . field_identifier) )) -> field_identifier) -> field_identifier)) + number_literal) ))))) )) (argument_list "(&link_info,local_58,1)" ( (pointer_expression "&link_info" & identifier) , identifier , number_literal ))) ;) (if_statement "if ((*(byte *)((int)local_58 + 0x41) & 3) != 1) {\n *(byte *)((int)local_58 + 0x41) = *(byte *)((int)local_58 + 0x41) & 0xfc | 2;\n }" if (parenthesized_expression "((*(byte *)((int)local_58 + 0x41) & 3) != 1)" ( (binary_expression "(*(byte *)((int)local_58 + 0x41) & 3) != 1" (parenthesized_expression "(*(byte *)((int)local_58 + 0x41) & 3)" ( (binary_expression "*(byte *)((int)local_58 + 0x41) & 3" (pointer_expression "*(byte *)((int)local_58 + 0x41)" * (cast_expression "(byte *)((int)local_58 + 0x41)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)local_58 + 0x41)" ( (binary_expression "(int)local_58 + 0x41" (cast_expression "(int)local_58" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) & number_literal) )) != number_literal) )) (compound_statement "{\n *(byte *)((int)local_58 + 0x41) = *(byte *)((int)local_58 + 0x41) & 0xfc | 2;\n }" { (expression_statement "*(byte *)((int)local_58 + 0x41) = *(byte *)((int)local_58 + 0x41) & 0xfc | 2;" (assignment_expression "*(byte *)((int)local_58 + 0x41) = *(byte *)((int)local_58 + 0x41) & 0xfc | 2" (pointer_expression "*(byte *)((int)local_58 + 0x41)" * (cast_expression "(byte *)((int)local_58 + 0x41)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)local_58 + 0x41)" ( (binary_expression "(int)local_58 + 0x41" (cast_expression "(int)local_58" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = (binary_expression "*(byte *)((int)local_58 + 0x41) & 0xfc | 2" (binary_expression "*(byte *)((int)local_58 + 0x41) & 0xfc" (pointer_expression "*(byte *)((int)local_58 + 0x41)" * (cast_expression "(byte *)((int)local_58 + 0x41)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)local_58 + 0x41)" ( (binary_expression "(int)local_58 + 0x41" (cast_expression "(int)local_58" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) & number_literal) | number_literal)) ;) })) (expression_statement "local_3c = *local_58;" (assignment_expression "local_3c = *local_58" identifier = (pointer_expression "*local_58" * identifier)) ;) (expression_statement "local_38 = local_58[1];" (assignment_expression "local_38 = local_58[1]" identifier = (subscript_expression "local_58[1]" identifier [ number_literal ])) ;) (expression_statement "local_34 = local_58[2];" (assignment_expression "local_34 = local_58[2]" identifier = (subscript_expression "local_58[2]" identifier [ number_literal ])) ;) (expression_statement "local_30 = local_58[3];" (assignment_expression "local_30 = local_58[3]" identifier = (subscript_expression "local_58[3]" identifier [ number_literal ])) ;) (expression_statement "local_2c = local_58[4];" (assignment_expression "local_2c = local_58[4]" identifier = (subscript_expression "local_58[4]" identifier [ number_literal ])) ;) (expression_statement "local_28 = local_58[5];" (assignment_expression "local_28 = local_58[5]" identifier = (subscript_expression "local_58[5]" identifier [ number_literal ])) ;) (expression_statement "local_24 = local_58[6];" (assignment_expression "local_24 = local_58[6]" identifier = (subscript_expression "local_58[6]" identifier [ number_literal ])) ;) (expression_statement "local_58[6] = 0;" (assignment_expression "local_58[6] = 0" (subscript_expression "local_58[6]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "local_20 = local_58[7];" (assignment_expression "local_20 = local_58[7]" identifier = (subscript_expression "local_58[7]" identifier [ number_literal ])) ;) (expression_statement "local_58[7] = 0;" (assignment_expression "local_58[7] = 0" (subscript_expression "local_58[7]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "local_4d = *(undefined1 *)(local_58 + 3);" (assignment_expression "local_4d = *(undefined1 *)(local_58 + 3)" identifier = (pointer_expression "*(undefined1 *)(local_58 + 3)" * (cast_expression "(undefined1 *)(local_58 + 3)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_58 + 3)" ( (binary_expression "local_58 + 3" identifier + number_literal) ))))) ;) (expression_statement "*(undefined1 *)(local_58 + 3) = 3;" (assignment_expression "*(undefined1 *)(local_58 + 3) = 3" (pointer_expression "*(undefined1 *)(local_58 + 3)" * (cast_expression "(undefined1 *)(local_58 + 3)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_58 + 3)" ( (binary_expression "local_58 + 3" identifier + number_literal) )))) = number_literal) ;) (expression_statement "local_58[5] = PTR__bfd_std_section_001c1fd4 + 0x180;" (assignment_expression "local_58[5] = PTR__bfd_std_section_001c1fd4 + 0x180" (subscript_expression "local_58[5]" identifier [ number_literal ]) = (binary_expression "PTR__bfd_std_section_001c1fd4 + 0x180" identifier + number_literal)) ;) }))) (expression_statement "lang_for_each_statement(gldaarch64elf32b_find_statement_assignment);" (call_expression "lang_for_each_statement(gldaarch64elf32b_find_statement_assignment)" identifier (argument_list "(gldaarch64elf32b_find_statement_assignment)" ( identifier ))) ;) })) (expression_statement "local_6c = command_line.rpath;" (assignment_expression "local_6c = command_line.rpath" identifier = (field_expression "command_line.rpath" identifier . field_identifier)) ;) (if_statement "if (((command_line.rpath == (char *)0x0) &&\n (local_6c = getenv("LD_RUN_PATH"), local_6c == (char *)0x0)) ||\n (pbVar9 = link_info.input_bfds, *local_6c == '\0')) {\n local_6c = (char *)0x0;\n pbVar9 = link_info.input_bfds;\n }" if (parenthesized_expression "(((command_line.rpath == (char *)0x0) &&\n (local_6c = getenv("LD_RUN_PATH"), local_6c == (char *)0x0)) ||\n (pbVar9 = link_info.input_bfds, *local_6c == '\0'))" ( (binary_expression "((command_line.rpath == (char *)0x0) &&\n (local_6c = getenv("LD_RUN_PATH"), local_6c == (char *)0x0)) ||\n (pbVar9 = link_info.input_bfds, *local_6c == '\0')" (parenthesized_expression "((command_line.rpath == (char *)0x0) &&\n (local_6c = getenv("LD_RUN_PATH"), local_6c == (char *)0x0))" ( (binary_expression "(command_line.rpath == (char *)0x0) &&\n (local_6c = getenv("LD_RUN_PATH"), local_6c == (char *)0x0)" (parenthesized_expression "(command_line.rpath == (char *)0x0)" ( (binary_expression "command_line.rpath == (char *)0x0" (field_expression "command_line.rpath" identifier . field_identifier) == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(local_6c = getenv("LD_RUN_PATH"), local_6c == (char *)0x0)" ( (comma_expression "local_6c = getenv("LD_RUN_PATH"), local_6c == (char *)0x0" (assignment_expression "local_6c = getenv("LD_RUN_PATH")" identifier = (call_expression "getenv("LD_RUN_PATH")" identifier (argument_list "("LD_RUN_PATH")" ( (string_literal ""LD_RUN_PATH"" " string_content ") )))) , (binary_expression "local_6c == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal))) ))) )) || (parenthesized_expression "(pbVar9 = link_info.input_bfds, *local_6c == '\0')" ( (comma_expression "pbVar9 = link_info.input_bfds, *local_6c == '\0'" (assignment_expression "pbVar9 = link_info.input_bfds" identifier = (field_expression "link_info.input_bfds" identifier . field_identifier)) , (binary_expression "*local_6c == '\0'" (pointer_expression "*local_6c" * identifier) == (char_literal "'\0'" ' escape_sequence '))) ))) )) (compound_statement "{\n local_6c = (char *)0x0;\n pbVar9 = link_info.input_bfds;\n }" { (expression_statement "local_6c = (char *)0x0;" (assignment_expression "local_6c = (char *)0x0" identifier = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "pbVar9 = link_info.input_bfds;" (assignment_expression "pbVar9 = link_info.input_bfds" identifier = (field_expression "link_info.input_bfds" identifier . field_identifier)) ;) })) (labeled_statement "joined_r0x00046685:\n do {\n if (pbVar9 == (bfd *)0x0) {\n iVar10 = bfd_elf_size_dynamic_sections\n (link_info.output_bfd,command_line.soname,local_6c,\n command_line.filter_shlib,audit,depaudit,command_line.auxiliary_filters,\n &link_info,&sinterp);\n if (iVar10 == 0) {\n pcVar14 = (char *)dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n einfo(pcVar14);\n }\n pcVar14 = command_line.interpreter;\n plVar15 = file_chain.head;\n if ((command_line.interpreter != (char *)0x0) && (sinterp != (asection *)0x0)) {\n sinterp->contents = (uchar *)command_line.interpreter;\n sVar11 = strlen(pcVar14);\n *(undefined4 *)((int)&sinterp->size + 4) = 0;\n *(size_t *)&sinterp->size = sVar11 + 1;\n plVar15 = file_chain.head;\n }\n for (; plVar15 != (lang_statement_union *)0x0;\n plVar15 = (plVar15->wild_statement).children.head) {\n if ((((uint)(plVar15->wild_statement).walk_wild_section_handler & 0x10) == 0) &&\n (iVar10 = bfd_get_section_by_name((plVar15->wild_statement).section_list,".gnu.warning"),\n iVar10 != 0)) {\n uVar5 = *(undefined4 *)(iVar10 + 0x30);\n iVar6 = *(int *)(iVar10 + 0x2c);\n pcVar14 = (char *)xmalloc(iVar6 + 1);\n iVar12 = bfd_get_section_contents\n ((plVar15->wild_statement).section_list,iVar10,pcVar14,0,0,iVar6,uVar5)\n ;\n if (iVar12 == 0) {\n pwVar7 = (plVar15->wild_statement).section_list;\n pcVar13 = (char *)dcgettext(0,\n "%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n"\n ,5);\n einfo(pcVar13,pwVar7);\n }\n pcVar14[iVar6] = '\0';\n (*(link_info.callbacks)->warning)\n (&link_info,pcVar14,(char *)0x0,(plVar15->input_statement).the_bfd,\n (asection *)0x0,0);\n free(pcVar14);\n iVar6 = *(int *)(iVar10 + 0x54);\n if (iVar6 != 0) {\n uVar1 = *(uint *)(iVar6 + 0x34);\n uVar2 = *(uint *)(iVar6 + 0x38);\n uVar3 = *(uint *)(iVar10 + 0x30);\n uVar4 = *(uint *)(iVar10 + 0x2c);\n if (uVar3 <= uVar2 && (uint)(uVar1 < uVar4) <= uVar2 - uVar3) {\n *(uint *)(iVar6 + 0x34) = uVar1 - uVar4;\n *(uint *)(iVar6 + 0x38) = (uVar2 - uVar3) - (uint)(uVar1 < uVar4);\n }\n }\n *(uint *)(iVar10 + 0x14) = *(uint *)(iVar10 + 0x14) | 0x208000;\n *(undefined4 *)(iVar10 + 0x2c) = 0;\n *(undefined4 *)(iVar10 + 0x30) = 0;\n }\n }\n before_allocation_default();\n iVar10 = bfd_elf_size_dynsym_hash_dynstr(link_info.output_bfd,&link_info);\n if (iVar10 == 0) {\n pcVar14 = (char *)dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n einfo(pcVar14);\n }\n if (local_58 != (undefined4 *)0x0) {\n *(undefined1 *)(local_58 + 3) = local_4d;\n local_58[4] = local_2c;\n local_58[5] = local_28;\n local_58[6] = local_24;\n local_58[7] = local_20;\n }\n return;\n }\n if (((pbVar9->xvec->flavour == bfd_target_elf_flavour) &&\n (pcVar14 = ((pbVar9->tdata).elf_obj_data)->dt_audit, pcVar14 != (char *)0x0)) &&\n (*pcVar14 != '\0')) {\n pcVar14 = (char *)xstrdup(pcVar14);\n do {\n pcVar13 = strchr(pcVar14,(int)config.rpath_separator);\n if (pcVar13 == (char *)0x0) {\n if (*pcVar14 != '\0') {\n gldaarch64elf32b_append_to_separated_string(&depaudit,pcVar14);\n pbVar9 = (pbVar9->link).next;\n goto joined_r0x00046685;\n }\n break;\n }\n *pcVar13 = '\0';\n if (*pcVar14 != '\0') {\n gldaarch64elf32b_append_to_separated_string(&depaudit,pcVar14);\n }\n pcVar14 = pcVar13 + 1;\n } while (pcVar14 != (char *)0x0);\n }\n pbVar9 = (pbVar9->link).next;\n } while( true );" statement_identifier : (do_statement "do {\n if (pbVar9 == (bfd *)0x0) {\n iVar10 = bfd_elf_size_dynamic_sections\n (link_info.output_bfd,command_line.soname,local_6c,\n command_line.filter_shlib,audit,depaudit,command_line.auxiliary_filters,\n &link_info,&sinterp);\n if (iVar10 == 0) {\n pcVar14 = (char *)dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n einfo(pcVar14);\n }\n pcVar14 = command_line.interpreter;\n plVar15 = file_chain.head;\n if ((command_line.interpreter != (char *)0x0) && (sinterp != (asection *)0x0)) {\n sinterp->contents = (uchar *)command_line.interpreter;\n sVar11 = strlen(pcVar14);\n *(undefined4 *)((int)&sinterp->size + 4) = 0;\n *(size_t *)&sinterp->size = sVar11 + 1;\n plVar15 = file_chain.head;\n }\n for (; plVar15 != (lang_statement_union *)0x0;\n plVar15 = (plVar15->wild_statement).children.head) {\n if ((((uint)(plVar15->wild_statement).walk_wild_section_handler & 0x10) == 0) &&\n (iVar10 = bfd_get_section_by_name((plVar15->wild_statement).section_list,".gnu.warning"),\n iVar10 != 0)) {\n uVar5 = *(undefined4 *)(iVar10 + 0x30);\n iVar6 = *(int *)(iVar10 + 0x2c);\n pcVar14 = (char *)xmalloc(iVar6 + 1);\n iVar12 = bfd_get_section_contents\n ((plVar15->wild_statement).section_list,iVar10,pcVar14,0,0,iVar6,uVar5)\n ;\n if (iVar12 == 0) {\n pwVar7 = (plVar15->wild_statement).section_list;\n pcVar13 = (char *)dcgettext(0,\n "%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n"\n ,5);\n einfo(pcVar13,pwVar7);\n }\n pcVar14[iVar6] = '\0';\n (*(link_info.callbacks)->warning)\n (&link_info,pcVar14,(char *)0x0,(plVar15->input_statement).the_bfd,\n (asection *)0x0,0);\n free(pcVar14);\n iVar6 = *(int *)(iVar10 + 0x54);\n if (iVar6 != 0) {\n uVar1 = *(uint *)(iVar6 + 0x34);\n uVar2 = *(uint *)(iVar6 + 0x38);\n uVar3 = *(uint *)(iVar10 + 0x30);\n uVar4 = *(uint *)(iVar10 + 0x2c);\n if (uVar3 <= uVar2 && (uint)(uVar1 < uVar4) <= uVar2 - uVar3) {\n *(uint *)(iVar6 + 0x34) = uVar1 - uVar4;\n *(uint *)(iVar6 + 0x38) = (uVar2 - uVar3) - (uint)(uVar1 < uVar4);\n }\n }\n *(uint *)(iVar10 + 0x14) = *(uint *)(iVar10 + 0x14) | 0x208000;\n *(undefined4 *)(iVar10 + 0x2c) = 0;\n *(undefined4 *)(iVar10 + 0x30) = 0;\n }\n }\n before_allocation_default();\n iVar10 = bfd_elf_size_dynsym_hash_dynstr(link_info.output_bfd,&link_info);\n if (iVar10 == 0) {\n pcVar14 = (char *)dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n einfo(pcVar14);\n }\n if (local_58 != (undefined4 *)0x0) {\n *(undefined1 *)(local_58 + 3) = local_4d;\n local_58[4] = local_2c;\n local_58[5] = local_28;\n local_58[6] = local_24;\n local_58[7] = local_20;\n }\n return;\n }\n if (((pbVar9->xvec->flavour == bfd_target_elf_flavour) &&\n (pcVar14 = ((pbVar9->tdata).elf_obj_data)->dt_audit, pcVar14 != (char *)0x0)) &&\n (*pcVar14 != '\0')) {\n pcVar14 = (char *)xstrdup(pcVar14);\n do {\n pcVar13 = strchr(pcVar14,(int)config.rpath_separator);\n if (pcVar13 == (char *)0x0) {\n if (*pcVar14 != '\0') {\n gldaarch64elf32b_append_to_separated_string(&depaudit,pcVar14);\n pbVar9 = (pbVar9->link).next;\n goto joined_r0x00046685;\n }\n break;\n }\n *pcVar13 = '\0';\n if (*pcVar14 != '\0') {\n gldaarch64elf32b_append_to_separated_string(&depaudit,pcVar14);\n }\n pcVar14 = pcVar13 + 1;\n } while (pcVar14 != (char *)0x0);\n }\n pbVar9 = (pbVar9->link).next;\n } while( true );" do (compound_statement "{\n if (pbVar9 == (bfd *)0x0) {\n iVar10 = bfd_elf_size_dynamic_sections\n (link_info.output_bfd,command_line.soname,local_6c,\n command_line.filter_shlib,audit,depaudit,command_line.auxiliary_filters,\n &link_info,&sinterp);\n if (iVar10 == 0) {\n pcVar14 = (char *)dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n einfo(pcVar14);\n }\n pcVar14 = command_line.interpreter;\n plVar15 = file_chain.head;\n if ((command_line.interpreter != (char *)0x0) && (sinterp != (asection *)0x0)) {\n sinterp->contents = (uchar *)command_line.interpreter;\n sVar11 = strlen(pcVar14);\n *(undefined4 *)((int)&sinterp->size + 4) = 0;\n *(size_t *)&sinterp->size = sVar11 + 1;\n plVar15 = file_chain.head;\n }\n for (; plVar15 != (lang_statement_union *)0x0;\n plVar15 = (plVar15->wild_statement).children.head) {\n if ((((uint)(plVar15->wild_statement).walk_wild_section_handler & 0x10) == 0) &&\n (iVar10 = bfd_get_section_by_name((plVar15->wild_statement).section_list,".gnu.warning"),\n iVar10 != 0)) {\n uVar5 = *(undefined4 *)(iVar10 + 0x30);\n iVar6 = *(int *)(iVar10 + 0x2c);\n pcVar14 = (char *)xmalloc(iVar6 + 1);\n iVar12 = bfd_get_section_contents\n ((plVar15->wild_statement).section_list,iVar10,pcVar14,0,0,iVar6,uVar5)\n ;\n if (iVar12 == 0) {\n pwVar7 = (plVar15->wild_statement).section_list;\n pcVar13 = (char *)dcgettext(0,\n "%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n"\n ,5);\n einfo(pcVar13,pwVar7);\n }\n pcVar14[iVar6] = '\0';\n (*(link_info.callbacks)->warning)\n (&link_info,pcVar14,(char *)0x0,(plVar15->input_statement).the_bfd,\n (asection *)0x0,0);\n free(pcVar14);\n iVar6 = *(int *)(iVar10 + 0x54);\n if (iVar6 != 0) {\n uVar1 = *(uint *)(iVar6 + 0x34);\n uVar2 = *(uint *)(iVar6 + 0x38);\n uVar3 = *(uint *)(iVar10 + 0x30);\n uVar4 = *(uint *)(iVar10 + 0x2c);\n if (uVar3 <= uVar2 && (uint)(uVar1 < uVar4) <= uVar2 - uVar3) {\n *(uint *)(iVar6 + 0x34) = uVar1 - uVar4;\n *(uint *)(iVar6 + 0x38) = (uVar2 - uVar3) - (uint)(uVar1 < uVar4);\n }\n }\n *(uint *)(iVar10 + 0x14) = *(uint *)(iVar10 + 0x14) | 0x208000;\n *(undefined4 *)(iVar10 + 0x2c) = 0;\n *(undefined4 *)(iVar10 + 0x30) = 0;\n }\n }\n before_allocation_default();\n iVar10 = bfd_elf_size_dynsym_hash_dynstr(link_info.output_bfd,&link_info);\n if (iVar10 == 0) {\n pcVar14 = (char *)dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n einfo(pcVar14);\n }\n if (local_58 != (undefined4 *)0x0) {\n *(undefined1 *)(local_58 + 3) = local_4d;\n local_58[4] = local_2c;\n local_58[5] = local_28;\n local_58[6] = local_24;\n local_58[7] = local_20;\n }\n return;\n }\n if (((pbVar9->xvec->flavour == bfd_target_elf_flavour) &&\n (pcVar14 = ((pbVar9->tdata).elf_obj_data)->dt_audit, pcVar14 != (char *)0x0)) &&\n (*pcVar14 != '\0')) {\n pcVar14 = (char *)xstrdup(pcVar14);\n do {\n pcVar13 = strchr(pcVar14,(int)config.rpath_separator);\n if (pcVar13 == (char *)0x0) {\n if (*pcVar14 != '\0') {\n gldaarch64elf32b_append_to_separated_string(&depaudit,pcVar14);\n pbVar9 = (pbVar9->link).next;\n goto joined_r0x00046685;\n }\n break;\n }\n *pcVar13 = '\0';\n if (*pcVar14 != '\0') {\n gldaarch64elf32b_append_to_separated_string(&depaudit,pcVar14);\n }\n pcVar14 = pcVar13 + 1;\n } while (pcVar14 != (char *)0x0);\n }\n pbVar9 = (pbVar9->link).next;\n }" { (if_statement "if (pbVar9 == (bfd *)0x0) {\n iVar10 = bfd_elf_size_dynamic_sections\n (link_info.output_bfd,command_line.soname,local_6c,\n command_line.filter_shlib,audit,depaudit,command_line.auxiliary_filters,\n &link_info,&sinterp);\n if (iVar10 == 0) {\n pcVar14 = (char *)dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n einfo(pcVar14);\n }\n pcVar14 = command_line.interpreter;\n plVar15 = file_chain.head;\n if ((command_line.interpreter != (char *)0x0) && (sinterp != (asection *)0x0)) {\n sinterp->contents = (uchar *)command_line.interpreter;\n sVar11 = strlen(pcVar14);\n *(undefined4 *)((int)&sinterp->size + 4) = 0;\n *(size_t *)&sinterp->size = sVar11 + 1;\n plVar15 = file_chain.head;\n }\n for (; plVar15 != (lang_statement_union *)0x0;\n plVar15 = (plVar15->wild_statement).children.head) {\n if ((((uint)(plVar15->wild_statement).walk_wild_section_handler & 0x10) == 0) &&\n (iVar10 = bfd_get_section_by_name((plVar15->wild_statement).section_list,".gnu.warning"),\n iVar10 != 0)) {\n uVar5 = *(undefined4 *)(iVar10 + 0x30);\n iVar6 = *(int *)(iVar10 + 0x2c);\n pcVar14 = (char *)xmalloc(iVar6 + 1);\n iVar12 = bfd_get_section_contents\n ((plVar15->wild_statement).section_list,iVar10,pcVar14,0,0,iVar6,uVar5)\n ;\n if (iVar12 == 0) {\n pwVar7 = (plVar15->wild_statement).section_list;\n pcVar13 = (char *)dcgettext(0,\n "%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n"\n ,5);\n einfo(pcVar13,pwVar7);\n }\n pcVar14[iVar6] = '\0';\n (*(link_info.callbacks)->warning)\n (&link_info,pcVar14,(char *)0x0,(plVar15->input_statement).the_bfd,\n (asection *)0x0,0);\n free(pcVar14);\n iVar6 = *(int *)(iVar10 + 0x54);\n if (iVar6 != 0) {\n uVar1 = *(uint *)(iVar6 + 0x34);\n uVar2 = *(uint *)(iVar6 + 0x38);\n uVar3 = *(uint *)(iVar10 + 0x30);\n uVar4 = *(uint *)(iVar10 + 0x2c);\n if (uVar3 <= uVar2 && (uint)(uVar1 < uVar4) <= uVar2 - uVar3) {\n *(uint *)(iVar6 + 0x34) = uVar1 - uVar4;\n *(uint *)(iVar6 + 0x38) = (uVar2 - uVar3) - (uint)(uVar1 < uVar4);\n }\n }\n *(uint *)(iVar10 + 0x14) = *(uint *)(iVar10 + 0x14) | 0x208000;\n *(undefined4 *)(iVar10 + 0x2c) = 0;\n *(undefined4 *)(iVar10 + 0x30) = 0;\n }\n }\n before_allocation_default();\n iVar10 = bfd_elf_size_dynsym_hash_dynstr(link_info.output_bfd,&link_info);\n if (iVar10 == 0) {\n pcVar14 = (char *)dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n einfo(pcVar14);\n }\n if (local_58 != (undefined4 *)0x0) {\n *(undefined1 *)(local_58 + 3) = local_4d;\n local_58[4] = local_2c;\n local_58[5] = local_28;\n local_58[6] = local_24;\n local_58[7] = local_20;\n }\n return;\n }" if (parenthesized_expression "(pbVar9 == (bfd *)0x0)" ( (binary_expression "pbVar9 == (bfd *)0x0" identifier == (cast_expression "(bfd *)0x0" ( (type_descriptor "bfd *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n iVar10 = bfd_elf_size_dynamic_sections\n (link_info.output_bfd,command_line.soname,local_6c,\n command_line.filter_shlib,audit,depaudit,command_line.auxiliary_filters,\n &link_info,&sinterp);\n if (iVar10 == 0) {\n pcVar14 = (char *)dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n einfo(pcVar14);\n }\n pcVar14 = command_line.interpreter;\n plVar15 = file_chain.head;\n if ((command_line.interpreter != (char *)0x0) && (sinterp != (asection *)0x0)) {\n sinterp->contents = (uchar *)command_line.interpreter;\n sVar11 = strlen(pcVar14);\n *(undefined4 *)((int)&sinterp->size + 4) = 0;\n *(size_t *)&sinterp->size = sVar11 + 1;\n plVar15 = file_chain.head;\n }\n for (; plVar15 != (lang_statement_union *)0x0;\n plVar15 = (plVar15->wild_statement).children.head) {\n if ((((uint)(plVar15->wild_statement).walk_wild_section_handler & 0x10) == 0) &&\n (iVar10 = bfd_get_section_by_name((plVar15->wild_statement).section_list,".gnu.warning"),\n iVar10 != 0)) {\n uVar5 = *(undefined4 *)(iVar10 + 0x30);\n iVar6 = *(int *)(iVar10 + 0x2c);\n pcVar14 = (char *)xmalloc(iVar6 + 1);\n iVar12 = bfd_get_section_contents\n ((plVar15->wild_statement).section_list,iVar10,pcVar14,0,0,iVar6,uVar5)\n ;\n if (iVar12 == 0) {\n pwVar7 = (plVar15->wild_statement).section_list;\n pcVar13 = (char *)dcgettext(0,\n "%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n"\n ,5);\n einfo(pcVar13,pwVar7);\n }\n pcVar14[iVar6] = '\0';\n (*(link_info.callbacks)->warning)\n (&link_info,pcVar14,(char *)0x0,(plVar15->input_statement).the_bfd,\n (asection *)0x0,0);\n free(pcVar14);\n iVar6 = *(int *)(iVar10 + 0x54);\n if (iVar6 != 0) {\n uVar1 = *(uint *)(iVar6 + 0x34);\n uVar2 = *(uint *)(iVar6 + 0x38);\n uVar3 = *(uint *)(iVar10 + 0x30);\n uVar4 = *(uint *)(iVar10 + 0x2c);\n if (uVar3 <= uVar2 && (uint)(uVar1 < uVar4) <= uVar2 - uVar3) {\n *(uint *)(iVar6 + 0x34) = uVar1 - uVar4;\n *(uint *)(iVar6 + 0x38) = (uVar2 - uVar3) - (uint)(uVar1 < uVar4);\n }\n }\n *(uint *)(iVar10 + 0x14) = *(uint *)(iVar10 + 0x14) | 0x208000;\n *(undefined4 *)(iVar10 + 0x2c) = 0;\n *(undefined4 *)(iVar10 + 0x30) = 0;\n }\n }\n before_allocation_default();\n iVar10 = bfd_elf_size_dynsym_hash_dynstr(link_info.output_bfd,&link_info);\n if (iVar10 == 0) {\n pcVar14 = (char *)dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n einfo(pcVar14);\n }\n if (local_58 != (undefined4 *)0x0) {\n *(undefined1 *)(local_58 + 3) = local_4d;\n local_58[4] = local_2c;\n local_58[5] = local_28;\n local_58[6] = local_24;\n local_58[7] = local_20;\n }\n return;\n }" { (expression_statement "iVar10 = bfd_elf_size_dynamic_sections\n (link_info.output_bfd,command_line.soname,local_6c,\n command_line.filter_shlib,audit,depaudit,command_line.auxiliary_filters,\n &link_info,&sinterp);" (assignment_expression "iVar10 = bfd_elf_size_dynamic_sections\n (link_info.output_bfd,command_line.soname,local_6c,\n command_line.filter_shlib,audit,depaudit,command_line.auxiliary_filters,\n &link_info,&sinterp)" identifier = (call_expression "bfd_elf_size_dynamic_sections\n (link_info.output_bfd,command_line.soname,local_6c,\n command_line.filter_shlib,audit,depaudit,command_line.auxiliary_filters,\n &link_info,&sinterp)" identifier (argument_list "(link_info.output_bfd,command_line.soname,local_6c,\n command_line.filter_shlib,audit,depaudit,command_line.auxiliary_filters,\n &link_info,&sinterp)" ( (field_expression "link_info.output_bfd" identifier . field_identifier) , (field_expression "command_line.soname" identifier . field_identifier) , identifier , (field_expression "command_line.filter_shlib" identifier . field_identifier) , identifier , identifier , (field_expression "command_line.auxiliary_filters" identifier . field_identifier) , (pointer_expression "&link_info" & identifier) , (pointer_expression "&sinterp" & identifier) )))) ;) (if_statement "if (iVar10 == 0) {\n pcVar14 = (char *)dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n einfo(pcVar14);\n }" if (parenthesized_expression "(iVar10 == 0)" ( (binary_expression "iVar10 == 0" identifier == number_literal) )) (compound_statement "{\n pcVar14 = (char *)dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n einfo(pcVar14);\n }" { (expression_statement "pcVar14 = (char *)dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);" (assignment_expression "pcVar14 = (char *)dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5)" identifier = (cast_expression "(char *)dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5)" identifier (argument_list "(0,"%F%P: failed to set dynamic section sizes: %E\n",5)" ( number_literal , (string_literal ""%F%P: failed to set dynamic section sizes: %E\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "einfo(pcVar14);" (call_expression "einfo(pcVar14)" identifier (argument_list "(pcVar14)" ( identifier ))) ;) })) (expression_statement "pcVar14 = command_line.interpreter;" (assignment_expression "pcVar14 = command_line.interpreter" identifier = (field_expression "command_line.interpreter" identifier . field_identifier)) ;) (expression_statement "plVar15 = file_chain.head;" (assignment_expression "plVar15 = file_chain.head" identifier = (field_expression "file_chain.head" identifier . field_identifier)) ;) (if_statement "if ((command_line.interpreter != (char *)0x0) && (sinterp != (asection *)0x0)) {\n sinterp->contents = (uchar *)command_line.interpreter;\n sVar11 = strlen(pcVar14);\n *(undefined4 *)((int)&sinterp->size + 4) = 0;\n *(size_t *)&sinterp->size = sVar11 + 1;\n plVar15 = file_chain.head;\n }" if (parenthesized_expression "((command_line.interpreter != (char *)0x0) && (sinterp != (asection *)0x0))" ( (binary_expression "(command_line.interpreter != (char *)0x0) && (sinterp != (asection *)0x0)" (parenthesized_expression "(command_line.interpreter != (char *)0x0)" ( (binary_expression "command_line.interpreter != (char *)0x0" (field_expression "command_line.interpreter" identifier . field_identifier) != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(sinterp != (asection *)0x0)" ( (binary_expression "sinterp != (asection *)0x0" identifier != (cast_expression "(asection *)0x0" ( (type_descriptor "asection *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ))) )) (compound_statement "{\n sinterp->contents = (uchar *)command_line.interpreter;\n sVar11 = strlen(pcVar14);\n *(undefined4 *)((int)&sinterp->size + 4) = 0;\n *(size_t *)&sinterp->size = sVar11 + 1;\n plVar15 = file_chain.head;\n }" { (expression_statement "sinterp->contents = (uchar *)command_line.interpreter;" (assignment_expression "sinterp->contents = (uchar *)command_line.interpreter" (field_expression "sinterp->contents" identifier -> field_identifier) = (cast_expression "(uchar *)command_line.interpreter" ( (type_descriptor "uchar *" type_identifier (abstract_pointer_declarator "*" *)) ) (field_expression "command_line.interpreter" identifier . field_identifier))) ;) (expression_statement "sVar11 = strlen(pcVar14);" (assignment_expression "sVar11 = strlen(pcVar14)" identifier = (call_expression "strlen(pcVar14)" identifier (argument_list "(pcVar14)" ( identifier )))) ;) (expression_statement "*(undefined4 *)((int)&sinterp->size + 4) = 0;" (assignment_expression "*(undefined4 *)((int)&sinterp->size + 4) = 0" (pointer_expression "*(undefined4 *)((int)&sinterp->size + 4)" * (cast_expression "(undefined4 *)((int)&sinterp->size + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&sinterp->size + 4)" ( (binary_expression "(int)&sinterp->size + 4" (cast_expression "(int)&sinterp->size" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&sinterp->size" & (field_expression "sinterp->size" identifier -> field_identifier))) + number_literal) )))) = number_literal) ;) (expression_statement "*(size_t *)&sinterp->size = sVar11 + 1;" (assignment_expression "*(size_t *)&sinterp->size = sVar11 + 1" (pointer_expression "*(size_t *)&sinterp->size" * (cast_expression "(size_t *)&sinterp->size" ( (type_descriptor "size_t *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "&sinterp->size" & (field_expression "sinterp->size" identifier -> field_identifier)))) = (binary_expression "sVar11 + 1" identifier + number_literal)) ;) (expression_statement "plVar15 = file_chain.head;" (assignment_expression "plVar15 = file_chain.head" identifier = (field_expression "file_chain.head" identifier . field_identifier)) ;) })) (for_statement "for (; plVar15 != (lang_statement_union *)0x0;\n plVar15 = (plVar15->wild_statement).children.head) {\n if ((((uint)(plVar15->wild_statement).walk_wild_section_handler & 0x10) == 0) &&\n (iVar10 = bfd_get_section_by_name((plVar15->wild_statement).section_list,".gnu.warning"),\n iVar10 != 0)) {\n uVar5 = *(undefined4 *)(iVar10 + 0x30);\n iVar6 = *(int *)(iVar10 + 0x2c);\n pcVar14 = (char *)xmalloc(iVar6 + 1);\n iVar12 = bfd_get_section_contents\n ((plVar15->wild_statement).section_list,iVar10,pcVar14,0,0,iVar6,uVar5)\n ;\n if (iVar12 == 0) {\n pwVar7 = (plVar15->wild_statement).section_list;\n pcVar13 = (char *)dcgettext(0,\n "%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n"\n ,5);\n einfo(pcVar13,pwVar7);\n }\n pcVar14[iVar6] = '\0';\n (*(link_info.callbacks)->warning)\n (&link_info,pcVar14,(char *)0x0,(plVar15->input_statement).the_bfd,\n (asection *)0x0,0);\n free(pcVar14);\n iVar6 = *(int *)(iVar10 + 0x54);\n if (iVar6 != 0) {\n uVar1 = *(uint *)(iVar6 + 0x34);\n uVar2 = *(uint *)(iVar6 + 0x38);\n uVar3 = *(uint *)(iVar10 + 0x30);\n uVar4 = *(uint *)(iVar10 + 0x2c);\n if (uVar3 <= uVar2 && (uint)(uVar1 < uVar4) <= uVar2 - uVar3) {\n *(uint *)(iVar6 + 0x34) = uVar1 - uVar4;\n *(uint *)(iVar6 + 0x38) = (uVar2 - uVar3) - (uint)(uVar1 < uVar4);\n }\n }\n *(uint *)(iVar10 + 0x14) = *(uint *)(iVar10 + 0x14) | 0x208000;\n *(undefined4 *)(iVar10 + 0x2c) = 0;\n *(undefined4 *)(iVar10 + 0x30) = 0;\n }\n }" for ( ; (binary_expression "plVar15 != (lang_statement_union *)0x0" identifier != (cast_expression "(lang_statement_union *)0x0" ( (type_descriptor "lang_statement_union *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ; (assignment_expression "plVar15 = (plVar15->wild_statement).children.head" identifier = (field_expression "(plVar15->wild_statement).children.head" (field_expression "(plVar15->wild_statement).children" (parenthesized_expression "(plVar15->wild_statement)" ( (field_expression "plVar15->wild_statement" identifier -> field_identifier) )) . field_identifier) . field_identifier)) ) (compound_statement "{\n if ((((uint)(plVar15->wild_statement).walk_wild_section_handler & 0x10) == 0) &&\n (iVar10 = bfd_get_section_by_name((plVar15->wild_statement).section_list,".gnu.warning"),\n iVar10 != 0)) {\n uVar5 = *(undefined4 *)(iVar10 + 0x30);\n iVar6 = *(int *)(iVar10 + 0x2c);\n pcVar14 = (char *)xmalloc(iVar6 + 1);\n iVar12 = bfd_get_section_contents\n ((plVar15->wild_statement).section_list,iVar10,pcVar14,0,0,iVar6,uVar5)\n ;\n if (iVar12 == 0) {\n pwVar7 = (plVar15->wild_statement).section_list;\n pcVar13 = (char *)dcgettext(0,\n "%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n"\n ,5);\n einfo(pcVar13,pwVar7);\n }\n pcVar14[iVar6] = '\0';\n (*(link_info.callbacks)->warning)\n (&link_info,pcVar14,(char *)0x0,(plVar15->input_statement).the_bfd,\n (asection *)0x0,0);\n free(pcVar14);\n iVar6 = *(int *)(iVar10 + 0x54);\n if (iVar6 != 0) {\n uVar1 = *(uint *)(iVar6 + 0x34);\n uVar2 = *(uint *)(iVar6 + 0x38);\n uVar3 = *(uint *)(iVar10 + 0x30);\n uVar4 = *(uint *)(iVar10 + 0x2c);\n if (uVar3 <= uVar2 && (uint)(uVar1 < uVar4) <= uVar2 - uVar3) {\n *(uint *)(iVar6 + 0x34) = uVar1 - uVar4;\n *(uint *)(iVar6 + 0x38) = (uVar2 - uVar3) - (uint)(uVar1 < uVar4);\n }\n }\n *(uint *)(iVar10 + 0x14) = *(uint *)(iVar10 + 0x14) | 0x208000;\n *(undefined4 *)(iVar10 + 0x2c) = 0;\n *(undefined4 *)(iVar10 + 0x30) = 0;\n }\n }" { (if_statement "if ((((uint)(plVar15->wild_statement).walk_wild_section_handler & 0x10) == 0) &&\n (iVar10 = bfd_get_section_by_name((plVar15->wild_statement).section_list,".gnu.warning"),\n iVar10 != 0)) {\n uVar5 = *(undefined4 *)(iVar10 + 0x30);\n iVar6 = *(int *)(iVar10 + 0x2c);\n pcVar14 = (char *)xmalloc(iVar6 + 1);\n iVar12 = bfd_get_section_contents\n ((plVar15->wild_statement).section_list,iVar10,pcVar14,0,0,iVar6,uVar5)\n ;\n if (iVar12 == 0) {\n pwVar7 = (plVar15->wild_statement).section_list;\n pcVar13 = (char *)dcgettext(0,\n "%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n"\n ,5);\n einfo(pcVar13,pwVar7);\n }\n pcVar14[iVar6] = '\0';\n (*(link_info.callbacks)->warning)\n (&link_info,pcVar14,(char *)0x0,(plVar15->input_statement).the_bfd,\n (asection *)0x0,0);\n free(pcVar14);\n iVar6 = *(int *)(iVar10 + 0x54);\n if (iVar6 != 0) {\n uVar1 = *(uint *)(iVar6 + 0x34);\n uVar2 = *(uint *)(iVar6 + 0x38);\n uVar3 = *(uint *)(iVar10 + 0x30);\n uVar4 = *(uint *)(iVar10 + 0x2c);\n if (uVar3 <= uVar2 && (uint)(uVar1 < uVar4) <= uVar2 - uVar3) {\n *(uint *)(iVar6 + 0x34) = uVar1 - uVar4;\n *(uint *)(iVar6 + 0x38) = (uVar2 - uVar3) - (uint)(uVar1 < uVar4);\n }\n }\n *(uint *)(iVar10 + 0x14) = *(uint *)(iVar10 + 0x14) | 0x208000;\n *(undefined4 *)(iVar10 + 0x2c) = 0;\n *(undefined4 *)(iVar10 + 0x30) = 0;\n }" if (parenthesized_expression "((((uint)(plVar15->wild_statement).walk_wild_section_handler & 0x10) == 0) &&\n (iVar10 = bfd_get_section_by_name((plVar15->wild_statement).section_list,".gnu.warning"),\n iVar10 != 0))" ( (binary_expression "(((uint)(plVar15->wild_statement).walk_wild_section_handler & 0x10) == 0) &&\n (iVar10 = bfd_get_section_by_name((plVar15->wild_statement).section_list,".gnu.warning"),\n iVar10 != 0)" (parenthesized_expression "(((uint)(plVar15->wild_statement).walk_wild_section_handler & 0x10) == 0)" ( (binary_expression "((uint)(plVar15->wild_statement).walk_wild_section_handler & 0x10) == 0" (parenthesized_expression "((uint)(plVar15->wild_statement).walk_wild_section_handler & 0x10)" ( (binary_expression "(uint)(plVar15->wild_statement).walk_wild_section_handler & 0x10" (field_expression "(uint)(plVar15->wild_statement).walk_wild_section_handler" (call_expression "(uint)(plVar15->wild_statement)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(plVar15->wild_statement)" ( (field_expression "plVar15->wild_statement" identifier -> field_identifier) ))) . field_identifier) & number_literal) )) == number_literal) )) && (parenthesized_expression "(iVar10 = bfd_get_section_by_name((plVar15->wild_statement).section_list,".gnu.warning"),\n iVar10 != 0)" ( (comma_expression "iVar10 = bfd_get_section_by_name((plVar15->wild_statement).section_list,".gnu.warning"),\n iVar10 != 0" (assignment_expression "iVar10 = bfd_get_section_by_name((plVar15->wild_statement).section_list,".gnu.warning")" identifier = (call_expression "bfd_get_section_by_name((plVar15->wild_statement).section_list,".gnu.warning")" identifier (argument_list "((plVar15->wild_statement).section_list,".gnu.warning")" ( (field_expression "(plVar15->wild_statement).section_list" (parenthesized_expression "(plVar15->wild_statement)" ( (field_expression "plVar15->wild_statement" identifier -> field_identifier) )) . field_identifier) , (string_literal "".gnu.warning"" " string_content ") )))) , (binary_expression "iVar10 != 0" identifier != number_literal)) ))) )) (compound_statement "{\n uVar5 = *(undefined4 *)(iVar10 + 0x30);\n iVar6 = *(int *)(iVar10 + 0x2c);\n pcVar14 = (char *)xmalloc(iVar6 + 1);\n iVar12 = bfd_get_section_contents\n ((plVar15->wild_statement).section_list,iVar10,pcVar14,0,0,iVar6,uVar5)\n ;\n if (iVar12 == 0) {\n pwVar7 = (plVar15->wild_statement).section_list;\n pcVar13 = (char *)dcgettext(0,\n "%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n"\n ,5);\n einfo(pcVar13,pwVar7);\n }\n pcVar14[iVar6] = '\0';\n (*(link_info.callbacks)->warning)\n (&link_info,pcVar14,(char *)0x0,(plVar15->input_statement).the_bfd,\n (asection *)0x0,0);\n free(pcVar14);\n iVar6 = *(int *)(iVar10 + 0x54);\n if (iVar6 != 0) {\n uVar1 = *(uint *)(iVar6 + 0x34);\n uVar2 = *(uint *)(iVar6 + 0x38);\n uVar3 = *(uint *)(iVar10 + 0x30);\n uVar4 = *(uint *)(iVar10 + 0x2c);\n if (uVar3 <= uVar2 && (uint)(uVar1 < uVar4) <= uVar2 - uVar3) {\n *(uint *)(iVar6 + 0x34) = uVar1 - uVar4;\n *(uint *)(iVar6 + 0x38) = (uVar2 - uVar3) - (uint)(uVar1 < uVar4);\n }\n }\n *(uint *)(iVar10 + 0x14) = *(uint *)(iVar10 + 0x14) | 0x208000;\n *(undefined4 *)(iVar10 + 0x2c) = 0;\n *(undefined4 *)(iVar10 + 0x30) = 0;\n }" { (expression_statement "uVar5 = *(undefined4 *)(iVar10 + 0x30);" (assignment_expression "uVar5 = *(undefined4 *)(iVar10 + 0x30)" identifier = (pointer_expression "*(undefined4 *)(iVar10 + 0x30)" * (cast_expression "(undefined4 *)(iVar10 + 0x30)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar10 + 0x30)" ( (binary_expression "iVar10 + 0x30" identifier + number_literal) ))))) ;) (expression_statement "iVar6 = *(int *)(iVar10 + 0x2c);" (assignment_expression "iVar6 = *(int *)(iVar10 + 0x2c)" identifier = (pointer_expression "*(int *)(iVar10 + 0x2c)" * (cast_expression "(int *)(iVar10 + 0x2c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar10 + 0x2c)" ( (binary_expression "iVar10 + 0x2c" identifier + number_literal) ))))) ;) (expression_statement "pcVar14 = (char *)xmalloc(iVar6 + 1);" (assignment_expression "pcVar14 = (char *)xmalloc(iVar6 + 1)" identifier = (cast_expression "(char *)xmalloc(iVar6 + 1)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(iVar6 + 1)" identifier (argument_list "(iVar6 + 1)" ( (binary_expression "iVar6 + 1" identifier + number_literal) ))))) ;) (expression_statement "iVar12 = bfd_get_section_contents\n ((plVar15->wild_statement).section_list,iVar10,pcVar14,0,0,iVar6,uVar5)\n ;" (assignment_expression "iVar12 = bfd_get_section_contents\n ((plVar15->wild_statement).section_list,iVar10,pcVar14,0,0,iVar6,uVar5)" identifier = (call_expression "bfd_get_section_contents\n ((plVar15->wild_statement).section_list,iVar10,pcVar14,0,0,iVar6,uVar5)" identifier (argument_list "((plVar15->wild_statement).section_list,iVar10,pcVar14,0,0,iVar6,uVar5)" ( (field_expression "(plVar15->wild_statement).section_list" (parenthesized_expression "(plVar15->wild_statement)" ( (field_expression "plVar15->wild_statement" identifier -> field_identifier) )) . field_identifier) , identifier , identifier , number_literal , number_literal , identifier , identifier )))) ;) (if_statement "if (iVar12 == 0) {\n pwVar7 = (plVar15->wild_statement).section_list;\n pcVar13 = (char *)dcgettext(0,\n "%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n"\n ,5);\n einfo(pcVar13,pwVar7);\n }" if (parenthesized_expression "(iVar12 == 0)" ( (binary_expression "iVar12 == 0" identifier == number_literal) )) (compound_statement "{\n pwVar7 = (plVar15->wild_statement).section_list;\n pcVar13 = (char *)dcgettext(0,\n "%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n"\n ,5);\n einfo(pcVar13,pwVar7);\n }" { (expression_statement "pwVar7 = (plVar15->wild_statement).section_list;" (assignment_expression "pwVar7 = (plVar15->wild_statement).section_list" identifier = (field_expression "(plVar15->wild_statement).section_list" (parenthesized_expression "(plVar15->wild_statement)" ( (field_expression "plVar15->wild_statement" identifier -> field_identifier) )) . field_identifier)) ;) (expression_statement "pcVar13 = (char *)dcgettext(0,\n "%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n"\n ,5);" (assignment_expression "pcVar13 = (char *)dcgettext(0,\n "%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n"\n ,5)" identifier = (cast_expression "(char *)dcgettext(0,\n "%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n"\n ,5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,\n "%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n"\n ,5)" identifier (argument_list "(0,\n "%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n"\n ,5)" ( number_literal , (string_literal ""%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n"" " string_content escape_sequence string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "einfo(pcVar13,pwVar7);" (call_expression "einfo(pcVar13,pwVar7)" identifier (argument_list "(pcVar13,pwVar7)" ( identifier , identifier ))) ;) })) (expression_statement "pcVar14[iVar6] = '\0';" (assignment_expression "pcVar14[iVar6] = '\0'" (subscript_expression "pcVar14[iVar6]" identifier [ identifier ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "(*(link_info.callbacks)->warning)\n (&link_info,pcVar14,(char *)0x0,(plVar15->input_statement).the_bfd,\n (asection *)0x0,0);" (call_expression "(*(link_info.callbacks)->warning)\n (&link_info,pcVar14,(char *)0x0,(plVar15->input_statement).the_bfd,\n (asection *)0x0,0)" (parenthesized_expression "(*(link_info.callbacks)->warning)" ( (pointer_expression "*(link_info.callbacks)->warning" * (field_expression "(link_info.callbacks)->warning" (parenthesized_expression "(link_info.callbacks)" ( (field_expression "link_info.callbacks" identifier . field_identifier) )) -> field_identifier)) )) (argument_list "(&link_info,pcVar14,(char *)0x0,(plVar15->input_statement).the_bfd,\n (asection *)0x0,0)" ( (pointer_expression "&link_info" & identifier) , identifier , (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal) , (field_expression "(plVar15->input_statement).the_bfd" (parenthesized_expression "(plVar15->input_statement)" ( (field_expression "plVar15->input_statement" identifier -> field_identifier) )) . field_identifier) , (cast_expression "(asection *)0x0" ( (type_descriptor "asection *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) , number_literal ))) ;) (expression_statement "free(pcVar14);" (call_expression "free(pcVar14)" identifier (argument_list "(pcVar14)" ( identifier ))) ;) (expression_statement "iVar6 = *(int *)(iVar10 + 0x54);" (assignment_expression "iVar6 = *(int *)(iVar10 + 0x54)" identifier = (pointer_expression "*(int *)(iVar10 + 0x54)" * (cast_expression "(int *)(iVar10 + 0x54)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar10 + 0x54)" ( (binary_expression "iVar10 + 0x54" identifier + number_literal) ))))) ;) (if_statement "if (iVar6 != 0) {\n uVar1 = *(uint *)(iVar6 + 0x34);\n uVar2 = *(uint *)(iVar6 + 0x38);\n uVar3 = *(uint *)(iVar10 + 0x30);\n uVar4 = *(uint *)(iVar10 + 0x2c);\n if (uVar3 <= uVar2 && (uint)(uVar1 < uVar4) <= uVar2 - uVar3) {\n *(uint *)(iVar6 + 0x34) = uVar1 - uVar4;\n *(uint *)(iVar6 + 0x38) = (uVar2 - uVar3) - (uint)(uVar1 < uVar4);\n }\n }" if (parenthesized_expression "(iVar6 != 0)" ( (binary_expression "iVar6 != 0" identifier != number_literal) )) (compound_statement "{\n uVar1 = *(uint *)(iVar6 + 0x34);\n uVar2 = *(uint *)(iVar6 + 0x38);\n uVar3 = *(uint *)(iVar10 + 0x30);\n uVar4 = *(uint *)(iVar10 + 0x2c);\n if (uVar3 <= uVar2 && (uint)(uVar1 < uVar4) <= uVar2 - uVar3) {\n *(uint *)(iVar6 + 0x34) = uVar1 - uVar4;\n *(uint *)(iVar6 + 0x38) = (uVar2 - uVar3) - (uint)(uVar1 < uVar4);\n }\n }" { (expression_statement "uVar1 = *(uint *)(iVar6 + 0x34);" (assignment_expression "uVar1 = *(uint *)(iVar6 + 0x34)" identifier = (pointer_expression "*(uint *)(iVar6 + 0x34)" * (cast_expression "(uint *)(iVar6 + 0x34)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 0x34)" ( (binary_expression "iVar6 + 0x34" identifier + number_literal) ))))) ;) (expression_statement "uVar2 = *(uint *)(iVar6 + 0x38);" (assignment_expression "uVar2 = *(uint *)(iVar6 + 0x38)" identifier = (pointer_expression "*(uint *)(iVar6 + 0x38)" * (cast_expression "(uint *)(iVar6 + 0x38)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 0x38)" ( (binary_expression "iVar6 + 0x38" identifier + number_literal) ))))) ;) (expression_statement "uVar3 = *(uint *)(iVar10 + 0x30);" (assignment_expression "uVar3 = *(uint *)(iVar10 + 0x30)" identifier = (pointer_expression "*(uint *)(iVar10 + 0x30)" * (cast_expression "(uint *)(iVar10 + 0x30)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar10 + 0x30)" ( (binary_expression "iVar10 + 0x30" identifier + number_literal) ))))) ;) (expression_statement "uVar4 = *(uint *)(iVar10 + 0x2c);" (assignment_expression "uVar4 = *(uint *)(iVar10 + 0x2c)" identifier = (pointer_expression "*(uint *)(iVar10 + 0x2c)" * (cast_expression "(uint *)(iVar10 + 0x2c)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar10 + 0x2c)" ( (binary_expression "iVar10 + 0x2c" identifier + number_literal) ))))) ;) (if_statement "if (uVar3 <= uVar2 && (uint)(uVar1 < uVar4) <= uVar2 - uVar3) {\n *(uint *)(iVar6 + 0x34) = uVar1 - uVar4;\n *(uint *)(iVar6 + 0x38) = (uVar2 - uVar3) - (uint)(uVar1 < uVar4);\n }" if (parenthesized_expression "(uVar3 <= uVar2 && (uint)(uVar1 < uVar4) <= uVar2 - uVar3)" ( (binary_expression "uVar3 <= uVar2 && (uint)(uVar1 < uVar4) <= uVar2 - uVar3" (binary_expression "uVar3 <= uVar2" identifier <= identifier) && (binary_expression "(uint)(uVar1 < uVar4) <= uVar2 - uVar3" (call_expression "(uint)(uVar1 < uVar4)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(uVar1 < uVar4)" ( (binary_expression "uVar1 < uVar4" identifier < identifier) ))) <= (binary_expression "uVar2 - uVar3" identifier - identifier))) )) (compound_statement "{\n *(uint *)(iVar6 + 0x34) = uVar1 - uVar4;\n *(uint *)(iVar6 + 0x38) = (uVar2 - uVar3) - (uint)(uVar1 < uVar4);\n }" { (expression_statement "*(uint *)(iVar6 + 0x34) = uVar1 - uVar4;" (assignment_expression "*(uint *)(iVar6 + 0x34) = uVar1 - uVar4" (pointer_expression "*(uint *)(iVar6 + 0x34)" * (cast_expression "(uint *)(iVar6 + 0x34)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 0x34)" ( (binary_expression "iVar6 + 0x34" identifier + number_literal) )))) = (binary_expression "uVar1 - uVar4" identifier - identifier)) ;) (expression_statement "*(uint *)(iVar6 + 0x38) = (uVar2 - uVar3) - (uint)(uVar1 < uVar4);" (assignment_expression "*(uint *)(iVar6 + 0x38) = (uVar2 - uVar3) - (uint)(uVar1 < uVar4)" (pointer_expression "*(uint *)(iVar6 + 0x38)" * (cast_expression "(uint *)(iVar6 + 0x38)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 0x38)" ( (binary_expression "iVar6 + 0x38" identifier + number_literal) )))) = (binary_expression "(uVar2 - uVar3) - (uint)(uVar1 < uVar4)" (parenthesized_expression "(uVar2 - uVar3)" ( (binary_expression "uVar2 - uVar3" identifier - identifier) )) - (call_expression "(uint)(uVar1 < uVar4)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(uVar1 < uVar4)" ( (binary_expression "uVar1 < uVar4" identifier < identifier) ))))) ;) })) })) (expression_statement "*(uint *)(iVar10 + 0x14) = *(uint *)(iVar10 + 0x14) | 0x208000;" (assignment_expression "*(uint *)(iVar10 + 0x14) = *(uint *)(iVar10 + 0x14) | 0x208000" (pointer_expression "*(uint *)(iVar10 + 0x14)" * (cast_expression "(uint *)(iVar10 + 0x14)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar10 + 0x14)" ( (binary_expression "iVar10 + 0x14" identifier + number_literal) )))) = (binary_expression "*(uint *)(iVar10 + 0x14) | 0x208000" (pointer_expression "*(uint *)(iVar10 + 0x14)" * (cast_expression "(uint *)(iVar10 + 0x14)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar10 + 0x14)" ( (binary_expression "iVar10 + 0x14" identifier + number_literal) )))) | number_literal)) ;) (expression_statement "*(undefined4 *)(iVar10 + 0x2c) = 0;" (assignment_expression "*(undefined4 *)(iVar10 + 0x2c) = 0" (pointer_expression "*(undefined4 *)(iVar10 + 0x2c)" * (cast_expression "(undefined4 *)(iVar10 + 0x2c)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar10 + 0x2c)" ( (binary_expression "iVar10 + 0x2c" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined4 *)(iVar10 + 0x30) = 0;" (assignment_expression "*(undefined4 *)(iVar10 + 0x30) = 0" (pointer_expression "*(undefined4 *)(iVar10 + 0x30)" * (cast_expression "(undefined4 *)(iVar10 + 0x30)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar10 + 0x30)" ( (binary_expression "iVar10 + 0x30" identifier + number_literal) )))) = number_literal) ;) })) })) (expression_statement "before_allocation_default();" (call_expression "before_allocation_default()" identifier (argument_list "()" ( ))) ;) (expression_statement "iVar10 = bfd_elf_size_dynsym_hash_dynstr(link_info.output_bfd,&link_info);" (assignment_expression "iVar10 = bfd_elf_size_dynsym_hash_dynstr(link_info.output_bfd,&link_info)" identifier = (call_expression "bfd_elf_size_dynsym_hash_dynstr(link_info.output_bfd,&link_info)" identifier (argument_list "(link_info.output_bfd,&link_info)" ( (field_expression "link_info.output_bfd" identifier . field_identifier) , (pointer_expression "&link_info" & identifier) )))) ;) (if_statement "if (iVar10 == 0) {\n pcVar14 = (char *)dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n einfo(pcVar14);\n }" if (parenthesized_expression "(iVar10 == 0)" ( (binary_expression "iVar10 == 0" identifier == number_literal) )) (compound_statement "{\n pcVar14 = (char *)dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n einfo(pcVar14);\n }" { (expression_statement "pcVar14 = (char *)dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);" (assignment_expression "pcVar14 = (char *)dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5)" identifier = (cast_expression "(char *)dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5)" identifier (argument_list "(0,"%F%P: failed to set dynamic section sizes: %E\n",5)" ( number_literal , (string_literal ""%F%P: failed to set dynamic section sizes: %E\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "einfo(pcVar14);" (call_expression "einfo(pcVar14)" identifier (argument_list "(pcVar14)" ( identifier ))) ;) })) (if_statement "if (local_58 != (undefined4 *)0x0) {\n *(undefined1 *)(local_58 + 3) = local_4d;\n local_58[4] = local_2c;\n local_58[5] = local_28;\n local_58[6] = local_24;\n local_58[7] = local_20;\n }" if (parenthesized_expression "(local_58 != (undefined4 *)0x0)" ( (binary_expression "local_58 != (undefined4 *)0x0" identifier != (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n *(undefined1 *)(local_58 + 3) = local_4d;\n local_58[4] = local_2c;\n local_58[5] = local_28;\n local_58[6] = local_24;\n local_58[7] = local_20;\n }" { (expression_statement "*(undefined1 *)(local_58 + 3) = local_4d;" (assignment_expression "*(undefined1 *)(local_58 + 3) = local_4d" (pointer_expression "*(undefined1 *)(local_58 + 3)" * (cast_expression "(undefined1 *)(local_58 + 3)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_58 + 3)" ( (binary_expression "local_58 + 3" identifier + number_literal) )))) = identifier) ;) (expression_statement "local_58[4] = local_2c;" (assignment_expression "local_58[4] = local_2c" (subscript_expression "local_58[4]" identifier [ number_literal ]) = identifier) ;) (expression_statement "local_58[5] = local_28;" (assignment_expression "local_58[5] = local_28" (subscript_expression "local_58[5]" identifier [ number_literal ]) = identifier) ;) (expression_statement "local_58[6] = local_24;" (assignment_expression "local_58[6] = local_24" (subscript_expression "local_58[6]" identifier [ number_literal ]) = identifier) ;) (expression_statement "local_58[7] = local_20;" (assignment_expression "local_58[7] = local_20" (subscript_expression "local_58[7]" identifier [ number_literal ]) = identifier) ;) })) (return_statement "return;" return ;) })) (if_statement "if (((pbVar9->xvec->flavour == bfd_target_elf_flavour) &&\n (pcVar14 = ((pbVar9->tdata).elf_obj_data)->dt_audit, pcVar14 != (char *)0x0)) &&\n (*pcVar14 != '\0')) {\n pcVar14 = (char *)xstrdup(pcVar14);\n do {\n pcVar13 = strchr(pcVar14,(int)config.rpath_separator);\n if (pcVar13 == (char *)0x0) {\n if (*pcVar14 != '\0') {\n gldaarch64elf32b_append_to_separated_string(&depaudit,pcVar14);\n pbVar9 = (pbVar9->link).next;\n goto joined_r0x00046685;\n }\n break;\n }\n *pcVar13 = '\0';\n if (*pcVar14 != '\0') {\n gldaarch64elf32b_append_to_separated_string(&depaudit,pcVar14);\n }\n pcVar14 = pcVar13 + 1;\n } while (pcVar14 != (char *)0x0);\n }" if (parenthesized_expression "(((pbVar9->xvec->flavour == bfd_target_elf_flavour) &&\n (pcVar14 = ((pbVar9->tdata).elf_obj_data)->dt_audit, pcVar14 != (char *)0x0)) &&\n (*pcVar14 != '\0'))" ( (binary_expression "((pbVar9->xvec->flavour == bfd_target_elf_flavour) &&\n (pcVar14 = ((pbVar9->tdata).elf_obj_data)->dt_audit, pcVar14 != (char *)0x0)) &&\n (*pcVar14 != '\0')" (parenthesized_expression "((pbVar9->xvec->flavour == bfd_target_elf_flavour) &&\n (pcVar14 = ((pbVar9->tdata).elf_obj_data)->dt_audit, pcVar14 != (char *)0x0))" ( (binary_expression "(pbVar9->xvec->flavour == bfd_target_elf_flavour) &&\n (pcVar14 = ((pbVar9->tdata).elf_obj_data)->dt_audit, pcVar14 != (char *)0x0)" (parenthesized_expression "(pbVar9->xvec->flavour == bfd_target_elf_flavour)" ( (binary_expression "pbVar9->xvec->flavour == bfd_target_elf_flavour" (field_expression "pbVar9->xvec->flavour" (field_expression "pbVar9->xvec" identifier -> field_identifier) -> field_identifier) == identifier) )) && (parenthesized_expression "(pcVar14 = ((pbVar9->tdata).elf_obj_data)->dt_audit, pcVar14 != (char *)0x0)" ( (comma_expression "pcVar14 = ((pbVar9->tdata).elf_obj_data)->dt_audit, pcVar14 != (char *)0x0" (assignment_expression "pcVar14 = ((pbVar9->tdata).elf_obj_data)->dt_audit" identifier = (field_expression "((pbVar9->tdata).elf_obj_data)->dt_audit" (parenthesized_expression "((pbVar9->tdata).elf_obj_data)" ( (field_expression "(pbVar9->tdata).elf_obj_data" (parenthesized_expression "(pbVar9->tdata)" ( (field_expression "pbVar9->tdata" identifier -> field_identifier) )) . field_identifier) )) -> field_identifier)) , (binary_expression "pcVar14 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal))) ))) )) && (parenthesized_expression "(*pcVar14 != '\0')" ( (binary_expression "*pcVar14 != '\0'" (pointer_expression "*pcVar14" * identifier) != (char_literal "'\0'" ' escape_sequence ')) ))) )) (compound_statement "{\n pcVar14 = (char *)xstrdup(pcVar14);\n do {\n pcVar13 = strchr(pcVar14,(int)config.rpath_separator);\n if (pcVar13 == (char *)0x0) {\n if (*pcVar14 != '\0') {\n gldaarch64elf32b_append_to_separated_string(&depaudit,pcVar14);\n pbVar9 = (pbVar9->link).next;\n goto joined_r0x00046685;\n }\n break;\n }\n *pcVar13 = '\0';\n if (*pcVar14 != '\0') {\n gldaarch64elf32b_append_to_separated_string(&depaudit,pcVar14);\n }\n pcVar14 = pcVar13 + 1;\n } while (pcVar14 != (char *)0x0);\n }" { (expression_statement "pcVar14 = (char *)xstrdup(pcVar14);" (assignment_expression "pcVar14 = (char *)xstrdup(pcVar14)" identifier = (cast_expression "(char *)xstrdup(pcVar14)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "xstrdup(pcVar14)" identifier (argument_list "(pcVar14)" ( identifier ))))) ;) (do_statement "do {\n pcVar13 = strchr(pcVar14,(int)config.rpath_separator);\n if (pcVar13 == (char *)0x0) {\n if (*pcVar14 != '\0') {\n gldaarch64elf32b_append_to_separated_string(&depaudit,pcVar14);\n pbVar9 = (pbVar9->link).next;\n goto joined_r0x00046685;\n }\n break;\n }\n *pcVar13 = '\0';\n if (*pcVar14 != '\0') {\n gldaarch64elf32b_append_to_separated_string(&depaudit,pcVar14);\n }\n pcVar14 = pcVar13 + 1;\n } while (pcVar14 != (char *)0x0);" do (compound_statement "{\n pcVar13 = strchr(pcVar14,(int)config.rpath_separator);\n if (pcVar13 == (char *)0x0) {\n if (*pcVar14 != '\0') {\n gldaarch64elf32b_append_to_separated_string(&depaudit,pcVar14);\n pbVar9 = (pbVar9->link).next;\n goto joined_r0x00046685;\n }\n break;\n }\n *pcVar13 = '\0';\n if (*pcVar14 != '\0') {\n gldaarch64elf32b_append_to_separated_string(&depaudit,pcVar14);\n }\n pcVar14 = pcVar13 + 1;\n }" { (expression_statement "pcVar13 = strchr(pcVar14,(int)config.rpath_separator);" (assignment_expression "pcVar13 = strchr(pcVar14,(int)config.rpath_separator)" identifier = (call_expression "strchr(pcVar14,(int)config.rpath_separator)" identifier (argument_list "(pcVar14,(int)config.rpath_separator)" ( identifier , (cast_expression "(int)config.rpath_separator" ( (type_descriptor "int" primitive_type) ) (field_expression "config.rpath_separator" identifier . field_identifier)) )))) ;) (if_statement "if (pcVar13 == (char *)0x0) {\n if (*pcVar14 != '\0') {\n gldaarch64elf32b_append_to_separated_string(&depaudit,pcVar14);\n pbVar9 = (pbVar9->link).next;\n goto joined_r0x00046685;\n }\n break;\n }" if (parenthesized_expression "(pcVar13 == (char *)0x0)" ( (binary_expression "pcVar13 == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n if (*pcVar14 != '\0') {\n gldaarch64elf32b_append_to_separated_string(&depaudit,pcVar14);\n pbVar9 = (pbVar9->link).next;\n goto joined_r0x00046685;\n }\n break;\n }" { (if_statement "if (*pcVar14 != '\0') {\n gldaarch64elf32b_append_to_separated_string(&depaudit,pcVar14);\n pbVar9 = (pbVar9->link).next;\n goto joined_r0x00046685;\n }" if (parenthesized_expression "(*pcVar14 != '\0')" ( (binary_expression "*pcVar14 != '\0'" (pointer_expression "*pcVar14" * identifier) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n gldaarch64elf32b_append_to_separated_string(&depaudit,pcVar14);\n pbVar9 = (pbVar9->link).next;\n goto joined_r0x00046685;\n }" { (expression_statement "gldaarch64elf32b_append_to_separated_string(&depaudit,pcVar14);" (call_expression "gldaarch64elf32b_append_to_separated_string(&depaudit,pcVar14)" identifier (argument_list "(&depaudit,pcVar14)" ( (pointer_expression "&depaudit" & identifier) , identifier ))) ;) (expression_statement "pbVar9 = (pbVar9->link).next;" (assignment_expression "pbVar9 = (pbVar9->link).next" identifier = (field_expression "(pbVar9->link).next" (parenthesized_expression "(pbVar9->link)" ( (field_expression "pbVar9->link" identifier -> field_identifier) )) . field_identifier)) ;) (goto_statement "goto joined_r0x00046685;" goto statement_identifier ;) })) (break_statement "break;" break ;) })) (expression_statement "*pcVar13 = '\0';" (assignment_expression "*pcVar13 = '\0'" (pointer_expression "*pcVar13" * identifier) = (char_literal "'\0'" ' escape_sequence ')) ;) (if_statement "if (*pcVar14 != '\0') {\n gldaarch64elf32b_append_to_separated_string(&depaudit,pcVar14);\n }" if (parenthesized_expression "(*pcVar14 != '\0')" ( (binary_expression "*pcVar14 != '\0'" (pointer_expression "*pcVar14" * identifier) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n gldaarch64elf32b_append_to_separated_string(&depaudit,pcVar14);\n }" { (expression_statement "gldaarch64elf32b_append_to_separated_string(&depaudit,pcVar14);" (call_expression "gldaarch64elf32b_append_to_separated_string(&depaudit,pcVar14)" identifier (argument_list "(&depaudit,pcVar14)" ( (pointer_expression "&depaudit" & identifier) , identifier ))) ;) })) (expression_statement "pcVar14 = pcVar13 + 1;" (assignment_expression "pcVar14 = pcVar13 + 1" identifier = (binary_expression "pcVar13 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(pcVar14 != (char *)0x0)" ( (binary_expression "pcVar14 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) ;) })) (expression_statement "pbVar9 = (pbVar9->link).next;" (assignment_expression "pbVar9 = (pbVar9->link).next" identifier = (field_expression "(pbVar9->link).next" (parenthesized_expression "(pbVar9->link)" ( (field_expression "pbVar9->link" identifier -> field_identifier) )) . field_identifier)) ;) }) while (parenthesized_expression "( true )" ( true )) ;)) })))
(translation_unit "void FUN_00046600(void)\n\n{\n int *piVar1;\n uint uVar2;\n uint uVar3;\n uint uVar4;\n uint uVar5;\n int iVar6;\n char *pcVar7;\n char *pcVar8;\n int iVar9;\n size_t sVar10;\n int iVar11;\n void *__ptr;\n int iVar12;\n undefined4 uVar13;\n undefined4 uVar14;\n char *local_6c;\n undefined4 *local_58;\n undefined1 local_4d;\n int local_40;\n undefined4 local_3c;\n undefined4 local_38;\n undefined4 local_34;\n undefined4 local_30;\n undefined4 local_2c;\n undefined4 local_28;\n undefined4 local_24;\n undefined4 local_20;\n undefined4 uStack_14;\n \n uStack_14 = 0x46609;\n if ((*(int *)(DAT_001c4600 + 0x30) == 0) && (iVar9 = DAT_001c385c, DAT_001c385c != 0)) {\n do {\n bfd_elf32_aarch64_init_maps(*(undefined4 *)(iVar9 + 0x10));\n piVar1 = (int *)(iVar9 + 0x18);\n iVar9 = *piVar1;\n } while (*piVar1 != 0);\n iVar9 = *(int *)(DAT_001c4600 + 0x28);\n }\n else {\n iVar9 = *(int *)(DAT_001c4600 + 0x28);\n }\n local_58 = (undefined4 *)0x0;\n if (iVar9 == 1) {\n _bfd_elf_tls_setup(DAT_001c4614,&DAT_001c45e0);\n if ((((DAT_001c45e0 & 3) == 2) ||\n (local_58 = (undefined4 *)bfd_link_hash_lookup(DAT_001c4600,"__ehdr_start",0,0,1),\n local_58 == (undefined4 *)0x0)) ||\n ((2 < *(byte *)(local_58 + 3) && (*(byte *)(local_58 + 3) != 5)))) {\n local_58 = (undefined4 *)0x0;\n }\n else {\n (**(code **)(*(int *)(*(int *)(DAT_001c4614 + 4) + 0x1c0) + 0xf4))(&DAT_001c45e0,local_58,1);\n if ((*(byte *)((int)local_58 + 0x41) & 3) != 1) {\n *(byte *)((int)local_58 + 0x41) = *(byte *)((int)local_58 + 0x41) & 0xfc | 2;\n }\n local_3c = *local_58;\n local_38 = local_58[1];\n local_34 = local_58[2];\n local_30 = local_58[3];\n local_2c = local_58[4];\n local_28 = local_58[5];\n local_24 = local_58[6];\n local_58[6] = 0;\n local_20 = local_58[7];\n local_58[7] = 0;\n local_4d = *(undefined1 *)(local_58 + 3);\n *(undefined1 *)(local_58 + 3) = 3;\n local_58[5] = PTR__bfd_std_section_001c1fd4 + 0x180;\n }\n FUN_00023e80(FUN_00046c60);\n }\n local_6c = DAT_001c46c4;\n if (((DAT_001c46c4 == (char *)0x0) && (local_6c = getenv("LD_RUN_PATH"), local_6c == (char *)0x0))\n || (iVar9 = DAT_001c461c, *local_6c == '\0')) {\n local_6c = (char *)0x0;\n iVar9 = DAT_001c461c;\n }\njoined_r0x00046685:\n do {\n if (iVar9 == 0) {\n iVar9 = bfd_elf_size_dynamic_sections\n (DAT_001c4614,DAT_001c46c0,local_6c,DAT_001c46cc,DAT_001c3d6c,DAT_001c3d68,\n DAT_001c46d0,&DAT_001c45e0,&local_40);\n if (iVar9 == 0) {\n uVar14 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00034dc0(uVar14);\n }\n pcVar7 = DAT_001c46bc;\n iVar9 = DAT_001c385c;\n if ((DAT_001c46bc != (char *)0x0) && (local_40 != 0)) {\n *(char **)(local_40 + 0x84) = DAT_001c46bc;\n sVar10 = strlen(pcVar7);\n *(undefined4 *)(local_40 + 0x30) = 0;\n *(size_t *)(local_40 + 0x2c) = sVar10 + 1;\n iVar9 = DAT_001c385c;\n }\n for (; iVar9 != 0; iVar9 = *(int *)(iVar9 + 0x18)) {\n if (((*(byte *)(iVar9 + 0x24) & 0x10) == 0) &&\n (iVar11 = bfd_get_section_by_name(*(undefined4 *)(iVar9 + 0x10),".gnu.warning"),\n iVar11 != 0)) {\n uVar14 = *(undefined4 *)(iVar11 + 0x30);\n iVar6 = *(int *)(iVar11 + 0x2c);\n __ptr = (void *)xmalloc(iVar6 + 1);\n iVar12 = bfd_get_section_contents\n (*(undefined4 *)(iVar9 + 0x10),iVar11,__ptr,0,0,iVar6,uVar14);\n if (iVar12 == 0) {\n uVar14 = *(undefined4 *)(iVar9 + 0x10);\n uVar13 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);\n FUN_00034dc0(uVar13,uVar14);\n }\n *(undefined1 *)((int)__ptr + iVar6) = 0;\n (**(code **)(DAT_001c45fc + 0x14))\n (&DAT_001c45e0,__ptr,0,*(undefined4 *)(iVar9 + 0x10),0,0,0);\n free(__ptr);\n iVar6 = *(int *)(iVar11 + 0x54);\n if (iVar6 != 0) {\n uVar2 = *(uint *)(iVar6 + 0x34);\n uVar3 = *(uint *)(iVar6 + 0x38);\n uVar4 = *(uint *)(iVar11 + 0x30);\n uVar5 = *(uint *)(iVar11 + 0x2c);\n if (uVar4 <= uVar3 && (uint)(uVar2 < uVar5) <= uVar3 - uVar4) {\n *(uint *)(iVar6 + 0x34) = uVar2 - uVar5;\n *(uint *)(iVar6 + 0x38) = (uVar3 - uVar4) - (uint)(uVar2 < uVar5);\n }\n }\n *(uint *)(iVar11 + 0x14) = *(uint *)(iVar11 + 0x14) | 0x208000;\n *(undefined4 *)(iVar11 + 0x2c) = 0;\n *(undefined4 *)(iVar11 + 0x30) = 0;\n }\n }\n FUN_00033a20();\n iVar9 = bfd_elf_size_dynsym_hash_dynstr(DAT_001c4614,&DAT_001c45e0);\n if (iVar9 == 0) {\n uVar14 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00034dc0(uVar14);\n }\n if (local_58 != (undefined4 *)0x0) {\n *(undefined1 *)(local_58 + 3) = local_4d;\n local_58[4] = local_2c;\n local_58[5] = local_28;\n local_58[6] = local_24;\n local_58[7] = local_20;\n }\n return;\n }\n if (((*(int *)(*(int *)(iVar9 + 4) + 4) == 5) &&\n (pcVar7 = *(char **)(*(int *)(iVar9 + 0xa0) + 0x2b4), pcVar7 != (char *)0x0)) &&\n (*pcVar7 != '\0')) {\n pcVar7 = (char *)xstrdup(pcVar7);\n do {\n pcVar8 = strchr(pcVar7,(int)DAT_001c4728);\n if (pcVar8 == (char *)0x0) {\n if (*pcVar7 != '\0') {\n FUN_000453b0();\n iVar9 = *(int *)(iVar9 + 0x9c);\n goto joined_r0x00046685;\n }\n break;\n }\n *pcVar8 = '\0';\n if (*pcVar7 != '\0') {\n FUN_000453b0();\n }\n pcVar7 = pcVar8 + 1;\n } while (pcVar7 != (char *)0x0);\n }\n iVar9 = *(int *)(iVar9 + 0x9c);\n } while( true );\n}\n\n" (function_definition "void FUN_00046600(void)\n\n{\n int *piVar1;\n uint uVar2;\n uint uVar3;\n uint uVar4;\n uint uVar5;\n int iVar6;\n char *pcVar7;\n char *pcVar8;\n int iVar9;\n size_t sVar10;\n int iVar11;\n void *__ptr;\n int iVar12;\n undefined4 uVar13;\n undefined4 uVar14;\n char *local_6c;\n undefined4 *local_58;\n undefined1 local_4d;\n int local_40;\n undefined4 local_3c;\n undefined4 local_38;\n undefined4 local_34;\n undefined4 local_30;\n undefined4 local_2c;\n undefined4 local_28;\n undefined4 local_24;\n undefined4 local_20;\n undefined4 uStack_14;\n \n uStack_14 = 0x46609;\n if ((*(int *)(DAT_001c4600 + 0x30) == 0) && (iVar9 = DAT_001c385c, DAT_001c385c != 0)) {\n do {\n bfd_elf32_aarch64_init_maps(*(undefined4 *)(iVar9 + 0x10));\n piVar1 = (int *)(iVar9 + 0x18);\n iVar9 = *piVar1;\n } while (*piVar1 != 0);\n iVar9 = *(int *)(DAT_001c4600 + 0x28);\n }\n else {\n iVar9 = *(int *)(DAT_001c4600 + 0x28);\n }\n local_58 = (undefined4 *)0x0;\n if (iVar9 == 1) {\n _bfd_elf_tls_setup(DAT_001c4614,&DAT_001c45e0);\n if ((((DAT_001c45e0 & 3) == 2) ||\n (local_58 = (undefined4 *)bfd_link_hash_lookup(DAT_001c4600,"__ehdr_start",0,0,1),\n local_58 == (undefined4 *)0x0)) ||\n ((2 < *(byte *)(local_58 + 3) && (*(byte *)(local_58 + 3) != 5)))) {\n local_58 = (undefined4 *)0x0;\n }\n else {\n (**(code **)(*(int *)(*(int *)(DAT_001c4614 + 4) + 0x1c0) + 0xf4))(&DAT_001c45e0,local_58,1);\n if ((*(byte *)((int)local_58 + 0x41) & 3) != 1) {\n *(byte *)((int)local_58 + 0x41) = *(byte *)((int)local_58 + 0x41) & 0xfc | 2;\n }\n local_3c = *local_58;\n local_38 = local_58[1];\n local_34 = local_58[2];\n local_30 = local_58[3];\n local_2c = local_58[4];\n local_28 = local_58[5];\n local_24 = local_58[6];\n local_58[6] = 0;\n local_20 = local_58[7];\n local_58[7] = 0;\n local_4d = *(undefined1 *)(local_58 + 3);\n *(undefined1 *)(local_58 + 3) = 3;\n local_58[5] = PTR__bfd_std_section_001c1fd4 + 0x180;\n }\n FUN_00023e80(FUN_00046c60);\n }\n local_6c = DAT_001c46c4;\n if (((DAT_001c46c4 == (char *)0x0) && (local_6c = getenv("LD_RUN_PATH"), local_6c == (char *)0x0))\n || (iVar9 = DAT_001c461c, *local_6c == '\0')) {\n local_6c = (char *)0x0;\n iVar9 = DAT_001c461c;\n }\njoined_r0x00046685:\n do {\n if (iVar9 == 0) {\n iVar9 = bfd_elf_size_dynamic_sections\n (DAT_001c4614,DAT_001c46c0,local_6c,DAT_001c46cc,DAT_001c3d6c,DAT_001c3d68,\n DAT_001c46d0,&DAT_001c45e0,&local_40);\n if (iVar9 == 0) {\n uVar14 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00034dc0(uVar14);\n }\n pcVar7 = DAT_001c46bc;\n iVar9 = DAT_001c385c;\n if ((DAT_001c46bc != (char *)0x0) && (local_40 != 0)) {\n *(char **)(local_40 + 0x84) = DAT_001c46bc;\n sVar10 = strlen(pcVar7);\n *(undefined4 *)(local_40 + 0x30) = 0;\n *(size_t *)(local_40 + 0x2c) = sVar10 + 1;\n iVar9 = DAT_001c385c;\n }\n for (; iVar9 != 0; iVar9 = *(int *)(iVar9 + 0x18)) {\n if (((*(byte *)(iVar9 + 0x24) & 0x10) == 0) &&\n (iVar11 = bfd_get_section_by_name(*(undefined4 *)(iVar9 + 0x10),".gnu.warning"),\n iVar11 != 0)) {\n uVar14 = *(undefined4 *)(iVar11 + 0x30);\n iVar6 = *(int *)(iVar11 + 0x2c);\n __ptr = (void *)xmalloc(iVar6 + 1);\n iVar12 = bfd_get_section_contents\n (*(undefined4 *)(iVar9 + 0x10),iVar11,__ptr,0,0,iVar6,uVar14);\n if (iVar12 == 0) {\n uVar14 = *(undefined4 *)(iVar9 + 0x10);\n uVar13 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);\n FUN_00034dc0(uVar13,uVar14);\n }\n *(undefined1 *)((int)__ptr + iVar6) = 0;\n (**(code **)(DAT_001c45fc + 0x14))\n (&DAT_001c45e0,__ptr,0,*(undefined4 *)(iVar9 + 0x10),0,0,0);\n free(__ptr);\n iVar6 = *(int *)(iVar11 + 0x54);\n if (iVar6 != 0) {\n uVar2 = *(uint *)(iVar6 + 0x34);\n uVar3 = *(uint *)(iVar6 + 0x38);\n uVar4 = *(uint *)(iVar11 + 0x30);\n uVar5 = *(uint *)(iVar11 + 0x2c);\n if (uVar4 <= uVar3 && (uint)(uVar2 < uVar5) <= uVar3 - uVar4) {\n *(uint *)(iVar6 + 0x34) = uVar2 - uVar5;\n *(uint *)(iVar6 + 0x38) = (uVar3 - uVar4) - (uint)(uVar2 < uVar5);\n }\n }\n *(uint *)(iVar11 + 0x14) = *(uint *)(iVar11 + 0x14) | 0x208000;\n *(undefined4 *)(iVar11 + 0x2c) = 0;\n *(undefined4 *)(iVar11 + 0x30) = 0;\n }\n }\n FUN_00033a20();\n iVar9 = bfd_elf_size_dynsym_hash_dynstr(DAT_001c4614,&DAT_001c45e0);\n if (iVar9 == 0) {\n uVar14 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00034dc0(uVar14);\n }\n if (local_58 != (undefined4 *)0x0) {\n *(undefined1 *)(local_58 + 3) = local_4d;\n local_58[4] = local_2c;\n local_58[5] = local_28;\n local_58[6] = local_24;\n local_58[7] = local_20;\n }\n return;\n }\n if (((*(int *)(*(int *)(iVar9 + 4) + 4) == 5) &&\n (pcVar7 = *(char **)(*(int *)(iVar9 + 0xa0) + 0x2b4), pcVar7 != (char *)0x0)) &&\n (*pcVar7 != '\0')) {\n pcVar7 = (char *)xstrdup(pcVar7);\n do {\n pcVar8 = strchr(pcVar7,(int)DAT_001c4728);\n if (pcVar8 == (char *)0x0) {\n if (*pcVar7 != '\0') {\n FUN_000453b0();\n iVar9 = *(int *)(iVar9 + 0x9c);\n goto joined_r0x00046685;\n }\n break;\n }\n *pcVar8 = '\0';\n if (*pcVar7 != '\0') {\n FUN_000453b0();\n }\n pcVar7 = pcVar8 + 1;\n } while (pcVar7 != (char *)0x0);\n }\n iVar9 = *(int *)(iVar9 + 0x9c);\n } while( true );\n}" primitive_type (function_declarator "FUN_00046600(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n int *piVar1;\n uint uVar2;\n uint uVar3;\n uint uVar4;\n uint uVar5;\n int iVar6;\n char *pcVar7;\n char *pcVar8;\n int iVar9;\n size_t sVar10;\n int iVar11;\n void *__ptr;\n int iVar12;\n undefined4 uVar13;\n undefined4 uVar14;\n char *local_6c;\n undefined4 *local_58;\n undefined1 local_4d;\n int local_40;\n undefined4 local_3c;\n undefined4 local_38;\n undefined4 local_34;\n undefined4 local_30;\n undefined4 local_2c;\n undefined4 local_28;\n undefined4 local_24;\n undefined4 local_20;\n undefined4 uStack_14;\n \n uStack_14 = 0x46609;\n if ((*(int *)(DAT_001c4600 + 0x30) == 0) && (iVar9 = DAT_001c385c, DAT_001c385c != 0)) {\n do {\n bfd_elf32_aarch64_init_maps(*(undefined4 *)(iVar9 + 0x10));\n piVar1 = (int *)(iVar9 + 0x18);\n iVar9 = *piVar1;\n } while (*piVar1 != 0);\n iVar9 = *(int *)(DAT_001c4600 + 0x28);\n }\n else {\n iVar9 = *(int *)(DAT_001c4600 + 0x28);\n }\n local_58 = (undefined4 *)0x0;\n if (iVar9 == 1) {\n _bfd_elf_tls_setup(DAT_001c4614,&DAT_001c45e0);\n if ((((DAT_001c45e0 & 3) == 2) ||\n (local_58 = (undefined4 *)bfd_link_hash_lookup(DAT_001c4600,"__ehdr_start",0,0,1),\n local_58 == (undefined4 *)0x0)) ||\n ((2 < *(byte *)(local_58 + 3) && (*(byte *)(local_58 + 3) != 5)))) {\n local_58 = (undefined4 *)0x0;\n }\n else {\n (**(code **)(*(int *)(*(int *)(DAT_001c4614 + 4) + 0x1c0) + 0xf4))(&DAT_001c45e0,local_58,1);\n if ((*(byte *)((int)local_58 + 0x41) & 3) != 1) {\n *(byte *)((int)local_58 + 0x41) = *(byte *)((int)local_58 + 0x41) & 0xfc | 2;\n }\n local_3c = *local_58;\n local_38 = local_58[1];\n local_34 = local_58[2];\n local_30 = local_58[3];\n local_2c = local_58[4];\n local_28 = local_58[5];\n local_24 = local_58[6];\n local_58[6] = 0;\n local_20 = local_58[7];\n local_58[7] = 0;\n local_4d = *(undefined1 *)(local_58 + 3);\n *(undefined1 *)(local_58 + 3) = 3;\n local_58[5] = PTR__bfd_std_section_001c1fd4 + 0x180;\n }\n FUN_00023e80(FUN_00046c60);\n }\n local_6c = DAT_001c46c4;\n if (((DAT_001c46c4 == (char *)0x0) && (local_6c = getenv("LD_RUN_PATH"), local_6c == (char *)0x0))\n || (iVar9 = DAT_001c461c, *local_6c == '\0')) {\n local_6c = (char *)0x0;\n iVar9 = DAT_001c461c;\n }\njoined_r0x00046685:\n do {\n if (iVar9 == 0) {\n iVar9 = bfd_elf_size_dynamic_sections\n (DAT_001c4614,DAT_001c46c0,local_6c,DAT_001c46cc,DAT_001c3d6c,DAT_001c3d68,\n DAT_001c46d0,&DAT_001c45e0,&local_40);\n if (iVar9 == 0) {\n uVar14 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00034dc0(uVar14);\n }\n pcVar7 = DAT_001c46bc;\n iVar9 = DAT_001c385c;\n if ((DAT_001c46bc != (char *)0x0) && (local_40 != 0)) {\n *(char **)(local_40 + 0x84) = DAT_001c46bc;\n sVar10 = strlen(pcVar7);\n *(undefined4 *)(local_40 + 0x30) = 0;\n *(size_t *)(local_40 + 0x2c) = sVar10 + 1;\n iVar9 = DAT_001c385c;\n }\n for (; iVar9 != 0; iVar9 = *(int *)(iVar9 + 0x18)) {\n if (((*(byte *)(iVar9 + 0x24) & 0x10) == 0) &&\n (iVar11 = bfd_get_section_by_name(*(undefined4 *)(iVar9 + 0x10),".gnu.warning"),\n iVar11 != 0)) {\n uVar14 = *(undefined4 *)(iVar11 + 0x30);\n iVar6 = *(int *)(iVar11 + 0x2c);\n __ptr = (void *)xmalloc(iVar6 + 1);\n iVar12 = bfd_get_section_contents\n (*(undefined4 *)(iVar9 + 0x10),iVar11,__ptr,0,0,iVar6,uVar14);\n if (iVar12 == 0) {\n uVar14 = *(undefined4 *)(iVar9 + 0x10);\n uVar13 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);\n FUN_00034dc0(uVar13,uVar14);\n }\n *(undefined1 *)((int)__ptr + iVar6) = 0;\n (**(code **)(DAT_001c45fc + 0x14))\n (&DAT_001c45e0,__ptr,0,*(undefined4 *)(iVar9 + 0x10),0,0,0);\n free(__ptr);\n iVar6 = *(int *)(iVar11 + 0x54);\n if (iVar6 != 0) {\n uVar2 = *(uint *)(iVar6 + 0x34);\n uVar3 = *(uint *)(iVar6 + 0x38);\n uVar4 = *(uint *)(iVar11 + 0x30);\n uVar5 = *(uint *)(iVar11 + 0x2c);\n if (uVar4 <= uVar3 && (uint)(uVar2 < uVar5) <= uVar3 - uVar4) {\n *(uint *)(iVar6 + 0x34) = uVar2 - uVar5;\n *(uint *)(iVar6 + 0x38) = (uVar3 - uVar4) - (uint)(uVar2 < uVar5);\n }\n }\n *(uint *)(iVar11 + 0x14) = *(uint *)(iVar11 + 0x14) | 0x208000;\n *(undefined4 *)(iVar11 + 0x2c) = 0;\n *(undefined4 *)(iVar11 + 0x30) = 0;\n }\n }\n FUN_00033a20();\n iVar9 = bfd_elf_size_dynsym_hash_dynstr(DAT_001c4614,&DAT_001c45e0);\n if (iVar9 == 0) {\n uVar14 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00034dc0(uVar14);\n }\n if (local_58 != (undefined4 *)0x0) {\n *(undefined1 *)(local_58 + 3) = local_4d;\n local_58[4] = local_2c;\n local_58[5] = local_28;\n local_58[6] = local_24;\n local_58[7] = local_20;\n }\n return;\n }\n if (((*(int *)(*(int *)(iVar9 + 4) + 4) == 5) &&\n (pcVar7 = *(char **)(*(int *)(iVar9 + 0xa0) + 0x2b4), pcVar7 != (char *)0x0)) &&\n (*pcVar7 != '\0')) {\n pcVar7 = (char *)xstrdup(pcVar7);\n do {\n pcVar8 = strchr(pcVar7,(int)DAT_001c4728);\n if (pcVar8 == (char *)0x0) {\n if (*pcVar7 != '\0') {\n FUN_000453b0();\n iVar9 = *(int *)(iVar9 + 0x9c);\n goto joined_r0x00046685;\n }\n break;\n }\n *pcVar8 = '\0';\n if (*pcVar7 != '\0') {\n FUN_000453b0();\n }\n pcVar7 = pcVar8 + 1;\n } while (pcVar7 != (char *)0x0);\n }\n iVar9 = *(int *)(iVar9 + 0x9c);\n } while( true );\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (declaration "uint uVar2;" type_identifier identifier ;) (declaration "uint uVar3;" type_identifier identifier ;) (declaration "uint uVar4;" type_identifier identifier ;) (declaration "uint uVar5;" type_identifier identifier ;) (declaration "int iVar6;" primitive_type identifier ;) (declaration "char *pcVar7;" primitive_type (pointer_declarator "*pcVar7" * identifier) ;) (declaration "char *pcVar8;" primitive_type (pointer_declarator "*pcVar8" * identifier) ;) (declaration "int iVar9;" primitive_type identifier ;) (declaration "size_t sVar10;" primitive_type identifier ;) (declaration "int iVar11;" primitive_type identifier ;) (declaration "void *__ptr;" primitive_type (pointer_declarator "*__ptr" * identifier) ;) (declaration "int iVar12;" primitive_type identifier ;) (declaration "undefined4 uVar13;" type_identifier identifier ;) (declaration "undefined4 uVar14;" type_identifier identifier ;) (declaration "char *local_6c;" primitive_type (pointer_declarator "*local_6c" * identifier) ;) (declaration "undefined4 *local_58;" type_identifier (pointer_declarator "*local_58" * identifier) ;) (declaration "undefined1 local_4d;" type_identifier identifier ;) (declaration "int local_40;" primitive_type identifier ;) (declaration "undefined4 local_3c;" type_identifier identifier ;) (declaration "undefined4 local_38;" type_identifier identifier ;) (declaration "undefined4 local_34;" type_identifier identifier ;) (declaration "undefined4 local_30;" type_identifier identifier ;) (declaration "undefined4 local_2c;" type_identifier identifier ;) (declaration "undefined4 local_28;" type_identifier identifier ;) (declaration "undefined4 local_24;" type_identifier identifier ;) (declaration "undefined4 local_20;" type_identifier identifier ;) (declaration "undefined4 uStack_14;" type_identifier identifier ;) (expression_statement "uStack_14 = 0x46609;" (assignment_expression "uStack_14 = 0x46609" identifier = number_literal) ;) (if_statement "if ((*(int *)(DAT_001c4600 + 0x30) == 0) && (iVar9 = DAT_001c385c, DAT_001c385c != 0)) {\n do {\n bfd_elf32_aarch64_init_maps(*(undefined4 *)(iVar9 + 0x10));\n piVar1 = (int *)(iVar9 + 0x18);\n iVar9 = *piVar1;\n } while (*piVar1 != 0);\n iVar9 = *(int *)(DAT_001c4600 + 0x28);\n }\n else {\n iVar9 = *(int *)(DAT_001c4600 + 0x28);\n }" if (parenthesized_expression "((*(int *)(DAT_001c4600 + 0x30) == 0) && (iVar9 = DAT_001c385c, DAT_001c385c != 0))" ( (binary_expression "(*(int *)(DAT_001c4600 + 0x30) == 0) && (iVar9 = DAT_001c385c, DAT_001c385c != 0)" (parenthesized_expression "(*(int *)(DAT_001c4600 + 0x30) == 0)" ( (binary_expression "*(int *)(DAT_001c4600 + 0x30) == 0" (pointer_expression "*(int *)(DAT_001c4600 + 0x30)" * (cast_expression "(int *)(DAT_001c4600 + 0x30)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_001c4600 + 0x30)" ( (binary_expression "DAT_001c4600 + 0x30" identifier + number_literal) )))) == number_literal) )) && (parenthesized_expression "(iVar9 = DAT_001c385c, DAT_001c385c != 0)" ( (comma_expression "iVar9 = DAT_001c385c, DAT_001c385c != 0" (assignment_expression "iVar9 = DAT_001c385c" identifier = identifier) , (binary_expression "DAT_001c385c != 0" identifier != number_literal)) ))) )) (compound_statement "{\n do {\n bfd_elf32_aarch64_init_maps(*(undefined4 *)(iVar9 + 0x10));\n piVar1 = (int *)(iVar9 + 0x18);\n iVar9 = *piVar1;\n } while (*piVar1 != 0);\n iVar9 = *(int *)(DAT_001c4600 + 0x28);\n }" { (do_statement "do {\n bfd_elf32_aarch64_init_maps(*(undefined4 *)(iVar9 + 0x10));\n piVar1 = (int *)(iVar9 + 0x18);\n iVar9 = *piVar1;\n } while (*piVar1 != 0);" do (compound_statement "{\n bfd_elf32_aarch64_init_maps(*(undefined4 *)(iVar9 + 0x10));\n piVar1 = (int *)(iVar9 + 0x18);\n iVar9 = *piVar1;\n }" { (expression_statement "bfd_elf32_aarch64_init_maps(*(undefined4 *)(iVar9 + 0x10));" (call_expression "bfd_elf32_aarch64_init_maps(*(undefined4 *)(iVar9 + 0x10))" identifier (argument_list "(*(undefined4 *)(iVar9 + 0x10))" ( (pointer_expression "*(undefined4 *)(iVar9 + 0x10)" * (cast_expression "(undefined4 *)(iVar9 + 0x10)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + 0x10)" ( (binary_expression "iVar9 + 0x10" identifier + number_literal) )))) ))) ;) (expression_statement "piVar1 = (int *)(iVar9 + 0x18);" (assignment_expression "piVar1 = (int *)(iVar9 + 0x18)" identifier = (cast_expression "(int *)(iVar9 + 0x18)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + 0x18)" ( (binary_expression "iVar9 + 0x18" identifier + number_literal) )))) ;) (expression_statement "iVar9 = *piVar1;" (assignment_expression "iVar9 = *piVar1" identifier = (pointer_expression "*piVar1" * identifier)) ;) }) while (parenthesized_expression "(*piVar1 != 0)" ( (binary_expression "*piVar1 != 0" (pointer_expression "*piVar1" * identifier) != number_literal) )) ;) (expression_statement "iVar9 = *(int *)(DAT_001c4600 + 0x28);" (assignment_expression "iVar9 = *(int *)(DAT_001c4600 + 0x28)" identifier = (pointer_expression "*(int *)(DAT_001c4600 + 0x28)" * (cast_expression "(int *)(DAT_001c4600 + 0x28)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_001c4600 + 0x28)" ( (binary_expression "DAT_001c4600 + 0x28" identifier + number_literal) ))))) ;) }) (else_clause "else {\n iVar9 = *(int *)(DAT_001c4600 + 0x28);\n }" else (compound_statement "{\n iVar9 = *(int *)(DAT_001c4600 + 0x28);\n }" { (expression_statement "iVar9 = *(int *)(DAT_001c4600 + 0x28);" (assignment_expression "iVar9 = *(int *)(DAT_001c4600 + 0x28)" identifier = (pointer_expression "*(int *)(DAT_001c4600 + 0x28)" * (cast_expression "(int *)(DAT_001c4600 + 0x28)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_001c4600 + 0x28)" ( (binary_expression "DAT_001c4600 + 0x28" identifier + number_literal) ))))) ;) }))) (expression_statement "local_58 = (undefined4 *)0x0;" (assignment_expression "local_58 = (undefined4 *)0x0" identifier = (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (if_statement "if (iVar9 == 1) {\n _bfd_elf_tls_setup(DAT_001c4614,&DAT_001c45e0);\n if ((((DAT_001c45e0 & 3) == 2) ||\n (local_58 = (undefined4 *)bfd_link_hash_lookup(DAT_001c4600,"__ehdr_start",0,0,1),\n local_58 == (undefined4 *)0x0)) ||\n ((2 < *(byte *)(local_58 + 3) && (*(byte *)(local_58 + 3) != 5)))) {\n local_58 = (undefined4 *)0x0;\n }\n else {\n (**(code **)(*(int *)(*(int *)(DAT_001c4614 + 4) + 0x1c0) + 0xf4))(&DAT_001c45e0,local_58,1);\n if ((*(byte *)((int)local_58 + 0x41) & 3) != 1) {\n *(byte *)((int)local_58 + 0x41) = *(byte *)((int)local_58 + 0x41) & 0xfc | 2;\n }\n local_3c = *local_58;\n local_38 = local_58[1];\n local_34 = local_58[2];\n local_30 = local_58[3];\n local_2c = local_58[4];\n local_28 = local_58[5];\n local_24 = local_58[6];\n local_58[6] = 0;\n local_20 = local_58[7];\n local_58[7] = 0;\n local_4d = *(undefined1 *)(local_58 + 3);\n *(undefined1 *)(local_58 + 3) = 3;\n local_58[5] = PTR__bfd_std_section_001c1fd4 + 0x180;\n }\n FUN_00023e80(FUN_00046c60);\n }" if (parenthesized_expression "(iVar9 == 1)" ( (binary_expression "iVar9 == 1" identifier == number_literal) )) (compound_statement "{\n _bfd_elf_tls_setup(DAT_001c4614,&DAT_001c45e0);\n if ((((DAT_001c45e0 & 3) == 2) ||\n (local_58 = (undefined4 *)bfd_link_hash_lookup(DAT_001c4600,"__ehdr_start",0,0,1),\n local_58 == (undefined4 *)0x0)) ||\n ((2 < *(byte *)(local_58 + 3) && (*(byte *)(local_58 + 3) != 5)))) {\n local_58 = (undefined4 *)0x0;\n }\n else {\n (**(code **)(*(int *)(*(int *)(DAT_001c4614 + 4) + 0x1c0) + 0xf4))(&DAT_001c45e0,local_58,1);\n if ((*(byte *)((int)local_58 + 0x41) & 3) != 1) {\n *(byte *)((int)local_58 + 0x41) = *(byte *)((int)local_58 + 0x41) & 0xfc | 2;\n }\n local_3c = *local_58;\n local_38 = local_58[1];\n local_34 = local_58[2];\n local_30 = local_58[3];\n local_2c = local_58[4];\n local_28 = local_58[5];\n local_24 = local_58[6];\n local_58[6] = 0;\n local_20 = local_58[7];\n local_58[7] = 0;\n local_4d = *(undefined1 *)(local_58 + 3);\n *(undefined1 *)(local_58 + 3) = 3;\n local_58[5] = PTR__bfd_std_section_001c1fd4 + 0x180;\n }\n FUN_00023e80(FUN_00046c60);\n }" { (expression_statement "_bfd_elf_tls_setup(DAT_001c4614,&DAT_001c45e0);" (call_expression "_bfd_elf_tls_setup(DAT_001c4614,&DAT_001c45e0)" identifier (argument_list "(DAT_001c4614,&DAT_001c45e0)" ( identifier , (pointer_expression "&DAT_001c45e0" & identifier) ))) ;) (if_statement "if ((((DAT_001c45e0 & 3) == 2) ||\n (local_58 = (undefined4 *)bfd_link_hash_lookup(DAT_001c4600,"__ehdr_start",0,0,1),\n local_58 == (undefined4 *)0x0)) ||\n ((2 < *(byte *)(local_58 + 3) && (*(byte *)(local_58 + 3) != 5)))) {\n local_58 = (undefined4 *)0x0;\n }\n else {\n (**(code **)(*(int *)(*(int *)(DAT_001c4614 + 4) + 0x1c0) + 0xf4))(&DAT_001c45e0,local_58,1);\n if ((*(byte *)((int)local_58 + 0x41) & 3) != 1) {\n *(byte *)((int)local_58 + 0x41) = *(byte *)((int)local_58 + 0x41) & 0xfc | 2;\n }\n local_3c = *local_58;\n local_38 = local_58[1];\n local_34 = local_58[2];\n local_30 = local_58[3];\n local_2c = local_58[4];\n local_28 = local_58[5];\n local_24 = local_58[6];\n local_58[6] = 0;\n local_20 = local_58[7];\n local_58[7] = 0;\n local_4d = *(undefined1 *)(local_58 + 3);\n *(undefined1 *)(local_58 + 3) = 3;\n local_58[5] = PTR__bfd_std_section_001c1fd4 + 0x180;\n }" if (parenthesized_expression "((((DAT_001c45e0 & 3) == 2) ||\n (local_58 = (undefined4 *)bfd_link_hash_lookup(DAT_001c4600,"__ehdr_start",0,0,1),\n local_58 == (undefined4 *)0x0)) ||\n ((2 < *(byte *)(local_58 + 3) && (*(byte *)(local_58 + 3) != 5))))" ( (binary_expression "(((DAT_001c45e0 & 3) == 2) ||\n (local_58 = (undefined4 *)bfd_link_hash_lookup(DAT_001c4600,"__ehdr_start",0,0,1),\n local_58 == (undefined4 *)0x0)) ||\n ((2 < *(byte *)(local_58 + 3) && (*(byte *)(local_58 + 3) != 5)))" (parenthesized_expression "(((DAT_001c45e0 & 3) == 2) ||\n (local_58 = (undefined4 *)bfd_link_hash_lookup(DAT_001c4600,"__ehdr_start",0,0,1),\n local_58 == (undefined4 *)0x0))" ( (binary_expression "((DAT_001c45e0 & 3) == 2) ||\n (local_58 = (undefined4 *)bfd_link_hash_lookup(DAT_001c4600,"__ehdr_start",0,0,1),\n local_58 == (undefined4 *)0x0)" (parenthesized_expression "((DAT_001c45e0 & 3) == 2)" ( (binary_expression "(DAT_001c45e0 & 3) == 2" (parenthesized_expression "(DAT_001c45e0 & 3)" ( (binary_expression "DAT_001c45e0 & 3" identifier & number_literal) )) == number_literal) )) || (parenthesized_expression "(local_58 = (undefined4 *)bfd_link_hash_lookup(DAT_001c4600,"__ehdr_start",0,0,1),\n local_58 == (undefined4 *)0x0)" ( (comma_expression "local_58 = (undefined4 *)bfd_link_hash_lookup(DAT_001c4600,"__ehdr_start",0,0,1),\n local_58 == (undefined4 *)0x0" (assignment_expression "local_58 = (undefined4 *)bfd_link_hash_lookup(DAT_001c4600,"__ehdr_start",0,0,1)" identifier = (cast_expression "(undefined4 *)bfd_link_hash_lookup(DAT_001c4600,"__ehdr_start",0,0,1)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "bfd_link_hash_lookup(DAT_001c4600,"__ehdr_start",0,0,1)" identifier (argument_list "(DAT_001c4600,"__ehdr_start",0,0,1)" ( identifier , (string_literal ""__ehdr_start"" " string_content ") , number_literal , number_literal , number_literal ))))) , (binary_expression "local_58 == (undefined4 *)0x0" identifier == (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal))) ))) )) || (parenthesized_expression "((2 < *(byte *)(local_58 + 3) && (*(byte *)(local_58 + 3) != 5)))" ( (parenthesized_expression "(2 < *(byte *)(local_58 + 3) && (*(byte *)(local_58 + 3) != 5))" ( (binary_expression "2 < *(byte *)(local_58 + 3) && (*(byte *)(local_58 + 3) != 5)" (binary_expression "2 < *(byte *)(local_58 + 3)" number_literal < (pointer_expression "*(byte *)(local_58 + 3)" * (cast_expression "(byte *)(local_58 + 3)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_58 + 3)" ( (binary_expression "local_58 + 3" identifier + number_literal) ))))) && (parenthesized_expression "(*(byte *)(local_58 + 3) != 5)" ( (binary_expression "*(byte *)(local_58 + 3) != 5" (pointer_expression "*(byte *)(local_58 + 3)" * (cast_expression "(byte *)(local_58 + 3)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_58 + 3)" ( (binary_expression "local_58 + 3" identifier + number_literal) )))) != number_literal) ))) )) ))) )) (compound_statement "{\n local_58 = (undefined4 *)0x0;\n }" { (expression_statement "local_58 = (undefined4 *)0x0;" (assignment_expression "local_58 = (undefined4 *)0x0" identifier = (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) }) (else_clause "else {\n (**(code **)(*(int *)(*(int *)(DAT_001c4614 + 4) + 0x1c0) + 0xf4))(&DAT_001c45e0,local_58,1);\n if ((*(byte *)((int)local_58 + 0x41) & 3) != 1) {\n *(byte *)((int)local_58 + 0x41) = *(byte *)((int)local_58 + 0x41) & 0xfc | 2;\n }\n local_3c = *local_58;\n local_38 = local_58[1];\n local_34 = local_58[2];\n local_30 = local_58[3];\n local_2c = local_58[4];\n local_28 = local_58[5];\n local_24 = local_58[6];\n local_58[6] = 0;\n local_20 = local_58[7];\n local_58[7] = 0;\n local_4d = *(undefined1 *)(local_58 + 3);\n *(undefined1 *)(local_58 + 3) = 3;\n local_58[5] = PTR__bfd_std_section_001c1fd4 + 0x180;\n }" else (compound_statement "{\n (**(code **)(*(int *)(*(int *)(DAT_001c4614 + 4) + 0x1c0) + 0xf4))(&DAT_001c45e0,local_58,1);\n if ((*(byte *)((int)local_58 + 0x41) & 3) != 1) {\n *(byte *)((int)local_58 + 0x41) = *(byte *)((int)local_58 + 0x41) & 0xfc | 2;\n }\n local_3c = *local_58;\n local_38 = local_58[1];\n local_34 = local_58[2];\n local_30 = local_58[3];\n local_2c = local_58[4];\n local_28 = local_58[5];\n local_24 = local_58[6];\n local_58[6] = 0;\n local_20 = local_58[7];\n local_58[7] = 0;\n local_4d = *(undefined1 *)(local_58 + 3);\n *(undefined1 *)(local_58 + 3) = 3;\n local_58[5] = PTR__bfd_std_section_001c1fd4 + 0x180;\n }" { (expression_statement "(**(code **)(*(int *)(*(int *)(DAT_001c4614 + 4) + 0x1c0) + 0xf4))(&DAT_001c45e0,local_58,1);" (call_expression "(**(code **)(*(int *)(*(int *)(DAT_001c4614 + 4) + 0x1c0) + 0xf4))(&DAT_001c45e0,local_58,1)" (parenthesized_expression "(**(code **)(*(int *)(*(int *)(DAT_001c4614 + 4) + 0x1c0) + 0xf4))" ( (pointer_expression "**(code **)(*(int *)(*(int *)(DAT_001c4614 + 4) + 0x1c0) + 0xf4)" * (pointer_expression "*(code **)(*(int *)(*(int *)(DAT_001c4614 + 4) + 0x1c0) + 0xf4)" * (cast_expression "(code **)(*(int *)(*(int *)(DAT_001c4614 + 4) + 0x1c0) + 0xf4)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(int *)(*(int *)(DAT_001c4614 + 4) + 0x1c0) + 0xf4)" ( (binary_expression "*(int *)(*(int *)(DAT_001c4614 + 4) + 0x1c0) + 0xf4" (pointer_expression "*(int *)(*(int *)(DAT_001c4614 + 4) + 0x1c0)" * (cast_expression "(int *)(*(int *)(DAT_001c4614 + 4) + 0x1c0)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(DAT_001c4614 + 4) + 0x1c0)" ( (binary_expression "*(int *)(DAT_001c4614 + 4) + 0x1c0" (pointer_expression "*(int *)(DAT_001c4614 + 4)" * (cast_expression "(int *)(DAT_001c4614 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_001c4614 + 4)" ( (binary_expression "DAT_001c4614 + 4" identifier + number_literal) )))) + number_literal) )))) + number_literal) ))))) )) (argument_list "(&DAT_001c45e0,local_58,1)" ( (pointer_expression "&DAT_001c45e0" & identifier) , identifier , number_literal ))) ;) (if_statement "if ((*(byte *)((int)local_58 + 0x41) & 3) != 1) {\n *(byte *)((int)local_58 + 0x41) = *(byte *)((int)local_58 + 0x41) & 0xfc | 2;\n }" if (parenthesized_expression "((*(byte *)((int)local_58 + 0x41) & 3) != 1)" ( (binary_expression "(*(byte *)((int)local_58 + 0x41) & 3) != 1" (parenthesized_expression "(*(byte *)((int)local_58 + 0x41) & 3)" ( (binary_expression "*(byte *)((int)local_58 + 0x41) & 3" (pointer_expression "*(byte *)((int)local_58 + 0x41)" * (cast_expression "(byte *)((int)local_58 + 0x41)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)local_58 + 0x41)" ( (binary_expression "(int)local_58 + 0x41" (cast_expression "(int)local_58" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) & number_literal) )) != number_literal) )) (compound_statement "{\n *(byte *)((int)local_58 + 0x41) = *(byte *)((int)local_58 + 0x41) & 0xfc | 2;\n }" { (expression_statement "*(byte *)((int)local_58 + 0x41) = *(byte *)((int)local_58 + 0x41) & 0xfc | 2;" (assignment_expression "*(byte *)((int)local_58 + 0x41) = *(byte *)((int)local_58 + 0x41) & 0xfc | 2" (pointer_expression "*(byte *)((int)local_58 + 0x41)" * (cast_expression "(byte *)((int)local_58 + 0x41)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)local_58 + 0x41)" ( (binary_expression "(int)local_58 + 0x41" (cast_expression "(int)local_58" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = (binary_expression "*(byte *)((int)local_58 + 0x41) & 0xfc | 2" (binary_expression "*(byte *)((int)local_58 + 0x41) & 0xfc" (pointer_expression "*(byte *)((int)local_58 + 0x41)" * (cast_expression "(byte *)((int)local_58 + 0x41)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)local_58 + 0x41)" ( (binary_expression "(int)local_58 + 0x41" (cast_expression "(int)local_58" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) & number_literal) | number_literal)) ;) })) (expression_statement "local_3c = *local_58;" (assignment_expression "local_3c = *local_58" identifier = (pointer_expression "*local_58" * identifier)) ;) (expression_statement "local_38 = local_58[1];" (assignment_expression "local_38 = local_58[1]" identifier = (subscript_expression "local_58[1]" identifier [ number_literal ])) ;) (expression_statement "local_34 = local_58[2];" (assignment_expression "local_34 = local_58[2]" identifier = (subscript_expression "local_58[2]" identifier [ number_literal ])) ;) (expression_statement "local_30 = local_58[3];" (assignment_expression "local_30 = local_58[3]" identifier = (subscript_expression "local_58[3]" identifier [ number_literal ])) ;) (expression_statement "local_2c = local_58[4];" (assignment_expression "local_2c = local_58[4]" identifier = (subscript_expression "local_58[4]" identifier [ number_literal ])) ;) (expression_statement "local_28 = local_58[5];" (assignment_expression "local_28 = local_58[5]" identifier = (subscript_expression "local_58[5]" identifier [ number_literal ])) ;) (expression_statement "local_24 = local_58[6];" (assignment_expression "local_24 = local_58[6]" identifier = (subscript_expression "local_58[6]" identifier [ number_literal ])) ;) (expression_statement "local_58[6] = 0;" (assignment_expression "local_58[6] = 0" (subscript_expression "local_58[6]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "local_20 = local_58[7];" (assignment_expression "local_20 = local_58[7]" identifier = (subscript_expression "local_58[7]" identifier [ number_literal ])) ;) (expression_statement "local_58[7] = 0;" (assignment_expression "local_58[7] = 0" (subscript_expression "local_58[7]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "local_4d = *(undefined1 *)(local_58 + 3);" (assignment_expression "local_4d = *(undefined1 *)(local_58 + 3)" identifier = (pointer_expression "*(undefined1 *)(local_58 + 3)" * (cast_expression "(undefined1 *)(local_58 + 3)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_58 + 3)" ( (binary_expression "local_58 + 3" identifier + number_literal) ))))) ;) (expression_statement "*(undefined1 *)(local_58 + 3) = 3;" (assignment_expression "*(undefined1 *)(local_58 + 3) = 3" (pointer_expression "*(undefined1 *)(local_58 + 3)" * (cast_expression "(undefined1 *)(local_58 + 3)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_58 + 3)" ( (binary_expression "local_58 + 3" identifier + number_literal) )))) = number_literal) ;) (expression_statement "local_58[5] = PTR__bfd_std_section_001c1fd4 + 0x180;" (assignment_expression "local_58[5] = PTR__bfd_std_section_001c1fd4 + 0x180" (subscript_expression "local_58[5]" identifier [ number_literal ]) = (binary_expression "PTR__bfd_std_section_001c1fd4 + 0x180" identifier + number_literal)) ;) }))) (expression_statement "FUN_00023e80(FUN_00046c60);" (call_expression "FUN_00023e80(FUN_00046c60)" identifier (argument_list "(FUN_00046c60)" ( identifier ))) ;) })) (expression_statement "local_6c = DAT_001c46c4;" (assignment_expression "local_6c = DAT_001c46c4" identifier = identifier) ;) (if_statement "if (((DAT_001c46c4 == (char *)0x0) && (local_6c = getenv("LD_RUN_PATH"), local_6c == (char *)0x0))\n || (iVar9 = DAT_001c461c, *local_6c == '\0')) {\n local_6c = (char *)0x0;\n iVar9 = DAT_001c461c;\n }" if (parenthesized_expression "(((DAT_001c46c4 == (char *)0x0) && (local_6c = getenv("LD_RUN_PATH"), local_6c == (char *)0x0))\n || (iVar9 = DAT_001c461c, *local_6c == '\0'))" ( (binary_expression "((DAT_001c46c4 == (char *)0x0) && (local_6c = getenv("LD_RUN_PATH"), local_6c == (char *)0x0))\n || (iVar9 = DAT_001c461c, *local_6c == '\0')" (parenthesized_expression "((DAT_001c46c4 == (char *)0x0) && (local_6c = getenv("LD_RUN_PATH"), local_6c == (char *)0x0))" ( (binary_expression "(DAT_001c46c4 == (char *)0x0) && (local_6c = getenv("LD_RUN_PATH"), local_6c == (char *)0x0)" (parenthesized_expression "(DAT_001c46c4 == (char *)0x0)" ( (binary_expression "DAT_001c46c4 == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(local_6c = getenv("LD_RUN_PATH"), local_6c == (char *)0x0)" ( (comma_expression "local_6c = getenv("LD_RUN_PATH"), local_6c == (char *)0x0" (assignment_expression "local_6c = getenv("LD_RUN_PATH")" identifier = (call_expression "getenv("LD_RUN_PATH")" identifier (argument_list "("LD_RUN_PATH")" ( (string_literal ""LD_RUN_PATH"" " string_content ") )))) , (binary_expression "local_6c == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal))) ))) )) || (parenthesized_expression "(iVar9 = DAT_001c461c, *local_6c == '\0')" ( (comma_expression "iVar9 = DAT_001c461c, *local_6c == '\0'" (assignment_expression "iVar9 = DAT_001c461c" identifier = identifier) , (binary_expression "*local_6c == '\0'" (pointer_expression "*local_6c" * identifier) == (char_literal "'\0'" ' escape_sequence '))) ))) )) (compound_statement "{\n local_6c = (char *)0x0;\n iVar9 = DAT_001c461c;\n }" { (expression_statement "local_6c = (char *)0x0;" (assignment_expression "local_6c = (char *)0x0" identifier = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "iVar9 = DAT_001c461c;" (assignment_expression "iVar9 = DAT_001c461c" identifier = identifier) ;) })) (labeled_statement "joined_r0x00046685:\n do {\n if (iVar9 == 0) {\n iVar9 = bfd_elf_size_dynamic_sections\n (DAT_001c4614,DAT_001c46c0,local_6c,DAT_001c46cc,DAT_001c3d6c,DAT_001c3d68,\n DAT_001c46d0,&DAT_001c45e0,&local_40);\n if (iVar9 == 0) {\n uVar14 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00034dc0(uVar14);\n }\n pcVar7 = DAT_001c46bc;\n iVar9 = DAT_001c385c;\n if ((DAT_001c46bc != (char *)0x0) && (local_40 != 0)) {\n *(char **)(local_40 + 0x84) = DAT_001c46bc;\n sVar10 = strlen(pcVar7);\n *(undefined4 *)(local_40 + 0x30) = 0;\n *(size_t *)(local_40 + 0x2c) = sVar10 + 1;\n iVar9 = DAT_001c385c;\n }\n for (; iVar9 != 0; iVar9 = *(int *)(iVar9 + 0x18)) {\n if (((*(byte *)(iVar9 + 0x24) & 0x10) == 0) &&\n (iVar11 = bfd_get_section_by_name(*(undefined4 *)(iVar9 + 0x10),".gnu.warning"),\n iVar11 != 0)) {\n uVar14 = *(undefined4 *)(iVar11 + 0x30);\n iVar6 = *(int *)(iVar11 + 0x2c);\n __ptr = (void *)xmalloc(iVar6 + 1);\n iVar12 = bfd_get_section_contents\n (*(undefined4 *)(iVar9 + 0x10),iVar11,__ptr,0,0,iVar6,uVar14);\n if (iVar12 == 0) {\n uVar14 = *(undefined4 *)(iVar9 + 0x10);\n uVar13 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);\n FUN_00034dc0(uVar13,uVar14);\n }\n *(undefined1 *)((int)__ptr + iVar6) = 0;\n (**(code **)(DAT_001c45fc + 0x14))\n (&DAT_001c45e0,__ptr,0,*(undefined4 *)(iVar9 + 0x10),0,0,0);\n free(__ptr);\n iVar6 = *(int *)(iVar11 + 0x54);\n if (iVar6 != 0) {\n uVar2 = *(uint *)(iVar6 + 0x34);\n uVar3 = *(uint *)(iVar6 + 0x38);\n uVar4 = *(uint *)(iVar11 + 0x30);\n uVar5 = *(uint *)(iVar11 + 0x2c);\n if (uVar4 <= uVar3 && (uint)(uVar2 < uVar5) <= uVar3 - uVar4) {\n *(uint *)(iVar6 + 0x34) = uVar2 - uVar5;\n *(uint *)(iVar6 + 0x38) = (uVar3 - uVar4) - (uint)(uVar2 < uVar5);\n }\n }\n *(uint *)(iVar11 + 0x14) = *(uint *)(iVar11 + 0x14) | 0x208000;\n *(undefined4 *)(iVar11 + 0x2c) = 0;\n *(undefined4 *)(iVar11 + 0x30) = 0;\n }\n }\n FUN_00033a20();\n iVar9 = bfd_elf_size_dynsym_hash_dynstr(DAT_001c4614,&DAT_001c45e0);\n if (iVar9 == 0) {\n uVar14 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00034dc0(uVar14);\n }\n if (local_58 != (undefined4 *)0x0) {\n *(undefined1 *)(local_58 + 3) = local_4d;\n local_58[4] = local_2c;\n local_58[5] = local_28;\n local_58[6] = local_24;\n local_58[7] = local_20;\n }\n return;\n }\n if (((*(int *)(*(int *)(iVar9 + 4) + 4) == 5) &&\n (pcVar7 = *(char **)(*(int *)(iVar9 + 0xa0) + 0x2b4), pcVar7 != (char *)0x0)) &&\n (*pcVar7 != '\0')) {\n pcVar7 = (char *)xstrdup(pcVar7);\n do {\n pcVar8 = strchr(pcVar7,(int)DAT_001c4728);\n if (pcVar8 == (char *)0x0) {\n if (*pcVar7 != '\0') {\n FUN_000453b0();\n iVar9 = *(int *)(iVar9 + 0x9c);\n goto joined_r0x00046685;\n }\n break;\n }\n *pcVar8 = '\0';\n if (*pcVar7 != '\0') {\n FUN_000453b0();\n }\n pcVar7 = pcVar8 + 1;\n } while (pcVar7 != (char *)0x0);\n }\n iVar9 = *(int *)(iVar9 + 0x9c);\n } while( true );" statement_identifier : (do_statement "do {\n if (iVar9 == 0) {\n iVar9 = bfd_elf_size_dynamic_sections\n (DAT_001c4614,DAT_001c46c0,local_6c,DAT_001c46cc,DAT_001c3d6c,DAT_001c3d68,\n DAT_001c46d0,&DAT_001c45e0,&local_40);\n if (iVar9 == 0) {\n uVar14 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00034dc0(uVar14);\n }\n pcVar7 = DAT_001c46bc;\n iVar9 = DAT_001c385c;\n if ((DAT_001c46bc != (char *)0x0) && (local_40 != 0)) {\n *(char **)(local_40 + 0x84) = DAT_001c46bc;\n sVar10 = strlen(pcVar7);\n *(undefined4 *)(local_40 + 0x30) = 0;\n *(size_t *)(local_40 + 0x2c) = sVar10 + 1;\n iVar9 = DAT_001c385c;\n }\n for (; iVar9 != 0; iVar9 = *(int *)(iVar9 + 0x18)) {\n if (((*(byte *)(iVar9 + 0x24) & 0x10) == 0) &&\n (iVar11 = bfd_get_section_by_name(*(undefined4 *)(iVar9 + 0x10),".gnu.warning"),\n iVar11 != 0)) {\n uVar14 = *(undefined4 *)(iVar11 + 0x30);\n iVar6 = *(int *)(iVar11 + 0x2c);\n __ptr = (void *)xmalloc(iVar6 + 1);\n iVar12 = bfd_get_section_contents\n (*(undefined4 *)(iVar9 + 0x10),iVar11,__ptr,0,0,iVar6,uVar14);\n if (iVar12 == 0) {\n uVar14 = *(undefined4 *)(iVar9 + 0x10);\n uVar13 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);\n FUN_00034dc0(uVar13,uVar14);\n }\n *(undefined1 *)((int)__ptr + iVar6) = 0;\n (**(code **)(DAT_001c45fc + 0x14))\n (&DAT_001c45e0,__ptr,0,*(undefined4 *)(iVar9 + 0x10),0,0,0);\n free(__ptr);\n iVar6 = *(int *)(iVar11 + 0x54);\n if (iVar6 != 0) {\n uVar2 = *(uint *)(iVar6 + 0x34);\n uVar3 = *(uint *)(iVar6 + 0x38);\n uVar4 = *(uint *)(iVar11 + 0x30);\n uVar5 = *(uint *)(iVar11 + 0x2c);\n if (uVar4 <= uVar3 && (uint)(uVar2 < uVar5) <= uVar3 - uVar4) {\n *(uint *)(iVar6 + 0x34) = uVar2 - uVar5;\n *(uint *)(iVar6 + 0x38) = (uVar3 - uVar4) - (uint)(uVar2 < uVar5);\n }\n }\n *(uint *)(iVar11 + 0x14) = *(uint *)(iVar11 + 0x14) | 0x208000;\n *(undefined4 *)(iVar11 + 0x2c) = 0;\n *(undefined4 *)(iVar11 + 0x30) = 0;\n }\n }\n FUN_00033a20();\n iVar9 = bfd_elf_size_dynsym_hash_dynstr(DAT_001c4614,&DAT_001c45e0);\n if (iVar9 == 0) {\n uVar14 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00034dc0(uVar14);\n }\n if (local_58 != (undefined4 *)0x0) {\n *(undefined1 *)(local_58 + 3) = local_4d;\n local_58[4] = local_2c;\n local_58[5] = local_28;\n local_58[6] = local_24;\n local_58[7] = local_20;\n }\n return;\n }\n if (((*(int *)(*(int *)(iVar9 + 4) + 4) == 5) &&\n (pcVar7 = *(char **)(*(int *)(iVar9 + 0xa0) + 0x2b4), pcVar7 != (char *)0x0)) &&\n (*pcVar7 != '\0')) {\n pcVar7 = (char *)xstrdup(pcVar7);\n do {\n pcVar8 = strchr(pcVar7,(int)DAT_001c4728);\n if (pcVar8 == (char *)0x0) {\n if (*pcVar7 != '\0') {\n FUN_000453b0();\n iVar9 = *(int *)(iVar9 + 0x9c);\n goto joined_r0x00046685;\n }\n break;\n }\n *pcVar8 = '\0';\n if (*pcVar7 != '\0') {\n FUN_000453b0();\n }\n pcVar7 = pcVar8 + 1;\n } while (pcVar7 != (char *)0x0);\n }\n iVar9 = *(int *)(iVar9 + 0x9c);\n } while( true );" do (compound_statement "{\n if (iVar9 == 0) {\n iVar9 = bfd_elf_size_dynamic_sections\n (DAT_001c4614,DAT_001c46c0,local_6c,DAT_001c46cc,DAT_001c3d6c,DAT_001c3d68,\n DAT_001c46d0,&DAT_001c45e0,&local_40);\n if (iVar9 == 0) {\n uVar14 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00034dc0(uVar14);\n }\n pcVar7 = DAT_001c46bc;\n iVar9 = DAT_001c385c;\n if ((DAT_001c46bc != (char *)0x0) && (local_40 != 0)) {\n *(char **)(local_40 + 0x84) = DAT_001c46bc;\n sVar10 = strlen(pcVar7);\n *(undefined4 *)(local_40 + 0x30) = 0;\n *(size_t *)(local_40 + 0x2c) = sVar10 + 1;\n iVar9 = DAT_001c385c;\n }\n for (; iVar9 != 0; iVar9 = *(int *)(iVar9 + 0x18)) {\n if (((*(byte *)(iVar9 + 0x24) & 0x10) == 0) &&\n (iVar11 = bfd_get_section_by_name(*(undefined4 *)(iVar9 + 0x10),".gnu.warning"),\n iVar11 != 0)) {\n uVar14 = *(undefined4 *)(iVar11 + 0x30);\n iVar6 = *(int *)(iVar11 + 0x2c);\n __ptr = (void *)xmalloc(iVar6 + 1);\n iVar12 = bfd_get_section_contents\n (*(undefined4 *)(iVar9 + 0x10),iVar11,__ptr,0,0,iVar6,uVar14);\n if (iVar12 == 0) {\n uVar14 = *(undefined4 *)(iVar9 + 0x10);\n uVar13 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);\n FUN_00034dc0(uVar13,uVar14);\n }\n *(undefined1 *)((int)__ptr + iVar6) = 0;\n (**(code **)(DAT_001c45fc + 0x14))\n (&DAT_001c45e0,__ptr,0,*(undefined4 *)(iVar9 + 0x10),0,0,0);\n free(__ptr);\n iVar6 = *(int *)(iVar11 + 0x54);\n if (iVar6 != 0) {\n uVar2 = *(uint *)(iVar6 + 0x34);\n uVar3 = *(uint *)(iVar6 + 0x38);\n uVar4 = *(uint *)(iVar11 + 0x30);\n uVar5 = *(uint *)(iVar11 + 0x2c);\n if (uVar4 <= uVar3 && (uint)(uVar2 < uVar5) <= uVar3 - uVar4) {\n *(uint *)(iVar6 + 0x34) = uVar2 - uVar5;\n *(uint *)(iVar6 + 0x38) = (uVar3 - uVar4) - (uint)(uVar2 < uVar5);\n }\n }\n *(uint *)(iVar11 + 0x14) = *(uint *)(iVar11 + 0x14) | 0x208000;\n *(undefined4 *)(iVar11 + 0x2c) = 0;\n *(undefined4 *)(iVar11 + 0x30) = 0;\n }\n }\n FUN_00033a20();\n iVar9 = bfd_elf_size_dynsym_hash_dynstr(DAT_001c4614,&DAT_001c45e0);\n if (iVar9 == 0) {\n uVar14 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00034dc0(uVar14);\n }\n if (local_58 != (undefined4 *)0x0) {\n *(undefined1 *)(local_58 + 3) = local_4d;\n local_58[4] = local_2c;\n local_58[5] = local_28;\n local_58[6] = local_24;\n local_58[7] = local_20;\n }\n return;\n }\n if (((*(int *)(*(int *)(iVar9 + 4) + 4) == 5) &&\n (pcVar7 = *(char **)(*(int *)(iVar9 + 0xa0) + 0x2b4), pcVar7 != (char *)0x0)) &&\n (*pcVar7 != '\0')) {\n pcVar7 = (char *)xstrdup(pcVar7);\n do {\n pcVar8 = strchr(pcVar7,(int)DAT_001c4728);\n if (pcVar8 == (char *)0x0) {\n if (*pcVar7 != '\0') {\n FUN_000453b0();\n iVar9 = *(int *)(iVar9 + 0x9c);\n goto joined_r0x00046685;\n }\n break;\n }\n *pcVar8 = '\0';\n if (*pcVar7 != '\0') {\n FUN_000453b0();\n }\n pcVar7 = pcVar8 + 1;\n } while (pcVar7 != (char *)0x0);\n }\n iVar9 = *(int *)(iVar9 + 0x9c);\n }" { (if_statement "if (iVar9 == 0) {\n iVar9 = bfd_elf_size_dynamic_sections\n (DAT_001c4614,DAT_001c46c0,local_6c,DAT_001c46cc,DAT_001c3d6c,DAT_001c3d68,\n DAT_001c46d0,&DAT_001c45e0,&local_40);\n if (iVar9 == 0) {\n uVar14 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00034dc0(uVar14);\n }\n pcVar7 = DAT_001c46bc;\n iVar9 = DAT_001c385c;\n if ((DAT_001c46bc != (char *)0x0) && (local_40 != 0)) {\n *(char **)(local_40 + 0x84) = DAT_001c46bc;\n sVar10 = strlen(pcVar7);\n *(undefined4 *)(local_40 + 0x30) = 0;\n *(size_t *)(local_40 + 0x2c) = sVar10 + 1;\n iVar9 = DAT_001c385c;\n }\n for (; iVar9 != 0; iVar9 = *(int *)(iVar9 + 0x18)) {\n if (((*(byte *)(iVar9 + 0x24) & 0x10) == 0) &&\n (iVar11 = bfd_get_section_by_name(*(undefined4 *)(iVar9 + 0x10),".gnu.warning"),\n iVar11 != 0)) {\n uVar14 = *(undefined4 *)(iVar11 + 0x30);\n iVar6 = *(int *)(iVar11 + 0x2c);\n __ptr = (void *)xmalloc(iVar6 + 1);\n iVar12 = bfd_get_section_contents\n (*(undefined4 *)(iVar9 + 0x10),iVar11,__ptr,0,0,iVar6,uVar14);\n if (iVar12 == 0) {\n uVar14 = *(undefined4 *)(iVar9 + 0x10);\n uVar13 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);\n FUN_00034dc0(uVar13,uVar14);\n }\n *(undefined1 *)((int)__ptr + iVar6) = 0;\n (**(code **)(DAT_001c45fc + 0x14))\n (&DAT_001c45e0,__ptr,0,*(undefined4 *)(iVar9 + 0x10),0,0,0);\n free(__ptr);\n iVar6 = *(int *)(iVar11 + 0x54);\n if (iVar6 != 0) {\n uVar2 = *(uint *)(iVar6 + 0x34);\n uVar3 = *(uint *)(iVar6 + 0x38);\n uVar4 = *(uint *)(iVar11 + 0x30);\n uVar5 = *(uint *)(iVar11 + 0x2c);\n if (uVar4 <= uVar3 && (uint)(uVar2 < uVar5) <= uVar3 - uVar4) {\n *(uint *)(iVar6 + 0x34) = uVar2 - uVar5;\n *(uint *)(iVar6 + 0x38) = (uVar3 - uVar4) - (uint)(uVar2 < uVar5);\n }\n }\n *(uint *)(iVar11 + 0x14) = *(uint *)(iVar11 + 0x14) | 0x208000;\n *(undefined4 *)(iVar11 + 0x2c) = 0;\n *(undefined4 *)(iVar11 + 0x30) = 0;\n }\n }\n FUN_00033a20();\n iVar9 = bfd_elf_size_dynsym_hash_dynstr(DAT_001c4614,&DAT_001c45e0);\n if (iVar9 == 0) {\n uVar14 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00034dc0(uVar14);\n }\n if (local_58 != (undefined4 *)0x0) {\n *(undefined1 *)(local_58 + 3) = local_4d;\n local_58[4] = local_2c;\n local_58[5] = local_28;\n local_58[6] = local_24;\n local_58[7] = local_20;\n }\n return;\n }" if (parenthesized_expression "(iVar9 == 0)" ( (binary_expression "iVar9 == 0" identifier == number_literal) )) (compound_statement "{\n iVar9 = bfd_elf_size_dynamic_sections\n (DAT_001c4614,DAT_001c46c0,local_6c,DAT_001c46cc,DAT_001c3d6c,DAT_001c3d68,\n DAT_001c46d0,&DAT_001c45e0,&local_40);\n if (iVar9 == 0) {\n uVar14 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00034dc0(uVar14);\n }\n pcVar7 = DAT_001c46bc;\n iVar9 = DAT_001c385c;\n if ((DAT_001c46bc != (char *)0x0) && (local_40 != 0)) {\n *(char **)(local_40 + 0x84) = DAT_001c46bc;\n sVar10 = strlen(pcVar7);\n *(undefined4 *)(local_40 + 0x30) = 0;\n *(size_t *)(local_40 + 0x2c) = sVar10 + 1;\n iVar9 = DAT_001c385c;\n }\n for (; iVar9 != 0; iVar9 = *(int *)(iVar9 + 0x18)) {\n if (((*(byte *)(iVar9 + 0x24) & 0x10) == 0) &&\n (iVar11 = bfd_get_section_by_name(*(undefined4 *)(iVar9 + 0x10),".gnu.warning"),\n iVar11 != 0)) {\n uVar14 = *(undefined4 *)(iVar11 + 0x30);\n iVar6 = *(int *)(iVar11 + 0x2c);\n __ptr = (void *)xmalloc(iVar6 + 1);\n iVar12 = bfd_get_section_contents\n (*(undefined4 *)(iVar9 + 0x10),iVar11,__ptr,0,0,iVar6,uVar14);\n if (iVar12 == 0) {\n uVar14 = *(undefined4 *)(iVar9 + 0x10);\n uVar13 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);\n FUN_00034dc0(uVar13,uVar14);\n }\n *(undefined1 *)((int)__ptr + iVar6) = 0;\n (**(code **)(DAT_001c45fc + 0x14))\n (&DAT_001c45e0,__ptr,0,*(undefined4 *)(iVar9 + 0x10),0,0,0);\n free(__ptr);\n iVar6 = *(int *)(iVar11 + 0x54);\n if (iVar6 != 0) {\n uVar2 = *(uint *)(iVar6 + 0x34);\n uVar3 = *(uint *)(iVar6 + 0x38);\n uVar4 = *(uint *)(iVar11 + 0x30);\n uVar5 = *(uint *)(iVar11 + 0x2c);\n if (uVar4 <= uVar3 && (uint)(uVar2 < uVar5) <= uVar3 - uVar4) {\n *(uint *)(iVar6 + 0x34) = uVar2 - uVar5;\n *(uint *)(iVar6 + 0x38) = (uVar3 - uVar4) - (uint)(uVar2 < uVar5);\n }\n }\n *(uint *)(iVar11 + 0x14) = *(uint *)(iVar11 + 0x14) | 0x208000;\n *(undefined4 *)(iVar11 + 0x2c) = 0;\n *(undefined4 *)(iVar11 + 0x30) = 0;\n }\n }\n FUN_00033a20();\n iVar9 = bfd_elf_size_dynsym_hash_dynstr(DAT_001c4614,&DAT_001c45e0);\n if (iVar9 == 0) {\n uVar14 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00034dc0(uVar14);\n }\n if (local_58 != (undefined4 *)0x0) {\n *(undefined1 *)(local_58 + 3) = local_4d;\n local_58[4] = local_2c;\n local_58[5] = local_28;\n local_58[6] = local_24;\n local_58[7] = local_20;\n }\n return;\n }" { (expression_statement "iVar9 = bfd_elf_size_dynamic_sections\n (DAT_001c4614,DAT_001c46c0,local_6c,DAT_001c46cc,DAT_001c3d6c,DAT_001c3d68,\n DAT_001c46d0,&DAT_001c45e0,&local_40);" (assignment_expression "iVar9 = bfd_elf_size_dynamic_sections\n (DAT_001c4614,DAT_001c46c0,local_6c,DAT_001c46cc,DAT_001c3d6c,DAT_001c3d68,\n DAT_001c46d0,&DAT_001c45e0,&local_40)" identifier = (call_expression "bfd_elf_size_dynamic_sections\n (DAT_001c4614,DAT_001c46c0,local_6c,DAT_001c46cc,DAT_001c3d6c,DAT_001c3d68,\n DAT_001c46d0,&DAT_001c45e0,&local_40)" identifier (argument_list "(DAT_001c4614,DAT_001c46c0,local_6c,DAT_001c46cc,DAT_001c3d6c,DAT_001c3d68,\n DAT_001c46d0,&DAT_001c45e0,&local_40)" ( identifier , identifier , identifier , identifier , identifier , identifier , identifier , (pointer_expression "&DAT_001c45e0" & identifier) , (pointer_expression "&local_40" & identifier) )))) ;) (if_statement "if (iVar9 == 0) {\n uVar14 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00034dc0(uVar14);\n }" if (parenthesized_expression "(iVar9 == 0)" ( (binary_expression "iVar9 == 0" identifier == number_literal) )) (compound_statement "{\n uVar14 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00034dc0(uVar14);\n }" { (expression_statement "uVar14 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);" (assignment_expression "uVar14 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5)" identifier = (call_expression "dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5)" identifier (argument_list "(0,"%F%P: failed to set dynamic section sizes: %E\n",5)" ( number_literal , (string_literal ""%F%P: failed to set dynamic section sizes: %E\n"" " string_content escape_sequence ") , number_literal )))) ;) (expression_statement "FUN_00034dc0(uVar14);" (call_expression "FUN_00034dc0(uVar14)" identifier (argument_list "(uVar14)" ( identifier ))) ;) })) (expression_statement "pcVar7 = DAT_001c46bc;" (assignment_expression "pcVar7 = DAT_001c46bc" identifier = identifier) ;) (expression_statement "iVar9 = DAT_001c385c;" (assignment_expression "iVar9 = DAT_001c385c" identifier = identifier) ;) (if_statement "if ((DAT_001c46bc != (char *)0x0) && (local_40 != 0)) {\n *(char **)(local_40 + 0x84) = DAT_001c46bc;\n sVar10 = strlen(pcVar7);\n *(undefined4 *)(local_40 + 0x30) = 0;\n *(size_t *)(local_40 + 0x2c) = sVar10 + 1;\n iVar9 = DAT_001c385c;\n }" if (parenthesized_expression "((DAT_001c46bc != (char *)0x0) && (local_40 != 0))" ( (binary_expression "(DAT_001c46bc != (char *)0x0) && (local_40 != 0)" (parenthesized_expression "(DAT_001c46bc != (char *)0x0)" ( (binary_expression "DAT_001c46bc != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(local_40 != 0)" ( (binary_expression "local_40 != 0" identifier != number_literal) ))) )) (compound_statement "{\n *(char **)(local_40 + 0x84) = DAT_001c46bc;\n sVar10 = strlen(pcVar7);\n *(undefined4 *)(local_40 + 0x30) = 0;\n *(size_t *)(local_40 + 0x2c) = sVar10 + 1;\n iVar9 = DAT_001c385c;\n }" { (expression_statement "*(char **)(local_40 + 0x84) = DAT_001c46bc;" (assignment_expression "*(char **)(local_40 + 0x84) = DAT_001c46bc" (pointer_expression "*(char **)(local_40 + 0x84)" * (cast_expression "(char **)(local_40 + 0x84)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(local_40 + 0x84)" ( (binary_expression "local_40 + 0x84" identifier + number_literal) )))) = identifier) ;) (expression_statement "sVar10 = strlen(pcVar7);" (assignment_expression "sVar10 = strlen(pcVar7)" identifier = (call_expression "strlen(pcVar7)" identifier (argument_list "(pcVar7)" ( identifier )))) ;) (expression_statement "*(undefined4 *)(local_40 + 0x30) = 0;" (assignment_expression "*(undefined4 *)(local_40 + 0x30) = 0" (pointer_expression "*(undefined4 *)(local_40 + 0x30)" * (cast_expression "(undefined4 *)(local_40 + 0x30)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40 + 0x30)" ( (binary_expression "local_40 + 0x30" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(size_t *)(local_40 + 0x2c) = sVar10 + 1;" (assignment_expression "*(size_t *)(local_40 + 0x2c) = sVar10 + 1" (pointer_expression "*(size_t *)(local_40 + 0x2c)" * (cast_expression "(size_t *)(local_40 + 0x2c)" ( (type_descriptor "size_t *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40 + 0x2c)" ( (binary_expression "local_40 + 0x2c" identifier + number_literal) )))) = (binary_expression "sVar10 + 1" identifier + number_literal)) ;) (expression_statement "iVar9 = DAT_001c385c;" (assignment_expression "iVar9 = DAT_001c385c" identifier = identifier) ;) })) (for_statement "for (; iVar9 != 0; iVar9 = *(int *)(iVar9 + 0x18)) {\n if (((*(byte *)(iVar9 + 0x24) & 0x10) == 0) &&\n (iVar11 = bfd_get_section_by_name(*(undefined4 *)(iVar9 + 0x10),".gnu.warning"),\n iVar11 != 0)) {\n uVar14 = *(undefined4 *)(iVar11 + 0x30);\n iVar6 = *(int *)(iVar11 + 0x2c);\n __ptr = (void *)xmalloc(iVar6 + 1);\n iVar12 = bfd_get_section_contents\n (*(undefined4 *)(iVar9 + 0x10),iVar11,__ptr,0,0,iVar6,uVar14);\n if (iVar12 == 0) {\n uVar14 = *(undefined4 *)(iVar9 + 0x10);\n uVar13 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);\n FUN_00034dc0(uVar13,uVar14);\n }\n *(undefined1 *)((int)__ptr + iVar6) = 0;\n (**(code **)(DAT_001c45fc + 0x14))\n (&DAT_001c45e0,__ptr,0,*(undefined4 *)(iVar9 + 0x10),0,0,0);\n free(__ptr);\n iVar6 = *(int *)(iVar11 + 0x54);\n if (iVar6 != 0) {\n uVar2 = *(uint *)(iVar6 + 0x34);\n uVar3 = *(uint *)(iVar6 + 0x38);\n uVar4 = *(uint *)(iVar11 + 0x30);\n uVar5 = *(uint *)(iVar11 + 0x2c);\n if (uVar4 <= uVar3 && (uint)(uVar2 < uVar5) <= uVar3 - uVar4) {\n *(uint *)(iVar6 + 0x34) = uVar2 - uVar5;\n *(uint *)(iVar6 + 0x38) = (uVar3 - uVar4) - (uint)(uVar2 < uVar5);\n }\n }\n *(uint *)(iVar11 + 0x14) = *(uint *)(iVar11 + 0x14) | 0x208000;\n *(undefined4 *)(iVar11 + 0x2c) = 0;\n *(undefined4 *)(iVar11 + 0x30) = 0;\n }\n }" for ( ; (binary_expression "iVar9 != 0" identifier != number_literal) ; (assignment_expression "iVar9 = *(int *)(iVar9 + 0x18)" identifier = (pointer_expression "*(int *)(iVar9 + 0x18)" * (cast_expression "(int *)(iVar9 + 0x18)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + 0x18)" ( (binary_expression "iVar9 + 0x18" identifier + number_literal) ))))) ) (compound_statement "{\n if (((*(byte *)(iVar9 + 0x24) & 0x10) == 0) &&\n (iVar11 = bfd_get_section_by_name(*(undefined4 *)(iVar9 + 0x10),".gnu.warning"),\n iVar11 != 0)) {\n uVar14 = *(undefined4 *)(iVar11 + 0x30);\n iVar6 = *(int *)(iVar11 + 0x2c);\n __ptr = (void *)xmalloc(iVar6 + 1);\n iVar12 = bfd_get_section_contents\n (*(undefined4 *)(iVar9 + 0x10),iVar11,__ptr,0,0,iVar6,uVar14);\n if (iVar12 == 0) {\n uVar14 = *(undefined4 *)(iVar9 + 0x10);\n uVar13 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);\n FUN_00034dc0(uVar13,uVar14);\n }\n *(undefined1 *)((int)__ptr + iVar6) = 0;\n (**(code **)(DAT_001c45fc + 0x14))\n (&DAT_001c45e0,__ptr,0,*(undefined4 *)(iVar9 + 0x10),0,0,0);\n free(__ptr);\n iVar6 = *(int *)(iVar11 + 0x54);\n if (iVar6 != 0) {\n uVar2 = *(uint *)(iVar6 + 0x34);\n uVar3 = *(uint *)(iVar6 + 0x38);\n uVar4 = *(uint *)(iVar11 + 0x30);\n uVar5 = *(uint *)(iVar11 + 0x2c);\n if (uVar4 <= uVar3 && (uint)(uVar2 < uVar5) <= uVar3 - uVar4) {\n *(uint *)(iVar6 + 0x34) = uVar2 - uVar5;\n *(uint *)(iVar6 + 0x38) = (uVar3 - uVar4) - (uint)(uVar2 < uVar5);\n }\n }\n *(uint *)(iVar11 + 0x14) = *(uint *)(iVar11 + 0x14) | 0x208000;\n *(undefined4 *)(iVar11 + 0x2c) = 0;\n *(undefined4 *)(iVar11 + 0x30) = 0;\n }\n }" { (if_statement "if (((*(byte *)(iVar9 + 0x24) & 0x10) == 0) &&\n (iVar11 = bfd_get_section_by_name(*(undefined4 *)(iVar9 + 0x10),".gnu.warning"),\n iVar11 != 0)) {\n uVar14 = *(undefined4 *)(iVar11 + 0x30);\n iVar6 = *(int *)(iVar11 + 0x2c);\n __ptr = (void *)xmalloc(iVar6 + 1);\n iVar12 = bfd_get_section_contents\n (*(undefined4 *)(iVar9 + 0x10),iVar11,__ptr,0,0,iVar6,uVar14);\n if (iVar12 == 0) {\n uVar14 = *(undefined4 *)(iVar9 + 0x10);\n uVar13 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);\n FUN_00034dc0(uVar13,uVar14);\n }\n *(undefined1 *)((int)__ptr + iVar6) = 0;\n (**(code **)(DAT_001c45fc + 0x14))\n (&DAT_001c45e0,__ptr,0,*(undefined4 *)(iVar9 + 0x10),0,0,0);\n free(__ptr);\n iVar6 = *(int *)(iVar11 + 0x54);\n if (iVar6 != 0) {\n uVar2 = *(uint *)(iVar6 + 0x34);\n uVar3 = *(uint *)(iVar6 + 0x38);\n uVar4 = *(uint *)(iVar11 + 0x30);\n uVar5 = *(uint *)(iVar11 + 0x2c);\n if (uVar4 <= uVar3 && (uint)(uVar2 < uVar5) <= uVar3 - uVar4) {\n *(uint *)(iVar6 + 0x34) = uVar2 - uVar5;\n *(uint *)(iVar6 + 0x38) = (uVar3 - uVar4) - (uint)(uVar2 < uVar5);\n }\n }\n *(uint *)(iVar11 + 0x14) = *(uint *)(iVar11 + 0x14) | 0x208000;\n *(undefined4 *)(iVar11 + 0x2c) = 0;\n *(undefined4 *)(iVar11 + 0x30) = 0;\n }" if (parenthesized_expression "(((*(byte *)(iVar9 + 0x24) & 0x10) == 0) &&\n (iVar11 = bfd_get_section_by_name(*(undefined4 *)(iVar9 + 0x10),".gnu.warning"),\n iVar11 != 0))" ( (binary_expression "((*(byte *)(iVar9 + 0x24) & 0x10) == 0) &&\n (iVar11 = bfd_get_section_by_name(*(undefined4 *)(iVar9 + 0x10),".gnu.warning"),\n iVar11 != 0)" (parenthesized_expression "((*(byte *)(iVar9 + 0x24) & 0x10) == 0)" ( (binary_expression "(*(byte *)(iVar9 + 0x24) & 0x10) == 0" (parenthesized_expression "(*(byte *)(iVar9 + 0x24) & 0x10)" ( (binary_expression "*(byte *)(iVar9 + 0x24) & 0x10" (pointer_expression "*(byte *)(iVar9 + 0x24)" * (cast_expression "(byte *)(iVar9 + 0x24)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + 0x24)" ( (binary_expression "iVar9 + 0x24" identifier + number_literal) )))) & number_literal) )) == number_literal) )) && (parenthesized_expression "(iVar11 = bfd_get_section_by_name(*(undefined4 *)(iVar9 + 0x10),".gnu.warning"),\n iVar11 != 0)" ( (comma_expression "iVar11 = bfd_get_section_by_name(*(undefined4 *)(iVar9 + 0x10),".gnu.warning"),\n iVar11 != 0" (assignment_expression "iVar11 = bfd_get_section_by_name(*(undefined4 *)(iVar9 + 0x10),".gnu.warning")" identifier = (call_expression "bfd_get_section_by_name(*(undefined4 *)(iVar9 + 0x10),".gnu.warning")" identifier (argument_list "(*(undefined4 *)(iVar9 + 0x10),".gnu.warning")" ( (pointer_expression "*(undefined4 *)(iVar9 + 0x10)" * (cast_expression "(undefined4 *)(iVar9 + 0x10)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + 0x10)" ( (binary_expression "iVar9 + 0x10" identifier + number_literal) )))) , (string_literal "".gnu.warning"" " string_content ") )))) , (binary_expression "iVar11 != 0" identifier != number_literal)) ))) )) (compound_statement "{\n uVar14 = *(undefined4 *)(iVar11 + 0x30);\n iVar6 = *(int *)(iVar11 + 0x2c);\n __ptr = (void *)xmalloc(iVar6 + 1);\n iVar12 = bfd_get_section_contents\n (*(undefined4 *)(iVar9 + 0x10),iVar11,__ptr,0,0,iVar6,uVar14);\n if (iVar12 == 0) {\n uVar14 = *(undefined4 *)(iVar9 + 0x10);\n uVar13 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);\n FUN_00034dc0(uVar13,uVar14);\n }\n *(undefined1 *)((int)__ptr + iVar6) = 0;\n (**(code **)(DAT_001c45fc + 0x14))\n (&DAT_001c45e0,__ptr,0,*(undefined4 *)(iVar9 + 0x10),0,0,0);\n free(__ptr);\n iVar6 = *(int *)(iVar11 + 0x54);\n if (iVar6 != 0) {\n uVar2 = *(uint *)(iVar6 + 0x34);\n uVar3 = *(uint *)(iVar6 + 0x38);\n uVar4 = *(uint *)(iVar11 + 0x30);\n uVar5 = *(uint *)(iVar11 + 0x2c);\n if (uVar4 <= uVar3 && (uint)(uVar2 < uVar5) <= uVar3 - uVar4) {\n *(uint *)(iVar6 + 0x34) = uVar2 - uVar5;\n *(uint *)(iVar6 + 0x38) = (uVar3 - uVar4) - (uint)(uVar2 < uVar5);\n }\n }\n *(uint *)(iVar11 + 0x14) = *(uint *)(iVar11 + 0x14) | 0x208000;\n *(undefined4 *)(iVar11 + 0x2c) = 0;\n *(undefined4 *)(iVar11 + 0x30) = 0;\n }" { (expression_statement "uVar14 = *(undefined4 *)(iVar11 + 0x30);" (assignment_expression "uVar14 = *(undefined4 *)(iVar11 + 0x30)" identifier = (pointer_expression "*(undefined4 *)(iVar11 + 0x30)" * (cast_expression "(undefined4 *)(iVar11 + 0x30)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar11 + 0x30)" ( (binary_expression "iVar11 + 0x30" identifier + number_literal) ))))) ;) (expression_statement "iVar6 = *(int *)(iVar11 + 0x2c);" (assignment_expression "iVar6 = *(int *)(iVar11 + 0x2c)" identifier = (pointer_expression "*(int *)(iVar11 + 0x2c)" * (cast_expression "(int *)(iVar11 + 0x2c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar11 + 0x2c)" ( (binary_expression "iVar11 + 0x2c" identifier + number_literal) ))))) ;) (expression_statement "__ptr = (void *)xmalloc(iVar6 + 1);" (assignment_expression "__ptr = (void *)xmalloc(iVar6 + 1)" identifier = (cast_expression "(void *)xmalloc(iVar6 + 1)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(iVar6 + 1)" identifier (argument_list "(iVar6 + 1)" ( (binary_expression "iVar6 + 1" identifier + number_literal) ))))) ;) (expression_statement "iVar12 = bfd_get_section_contents\n (*(undefined4 *)(iVar9 + 0x10),iVar11,__ptr,0,0,iVar6,uVar14);" (assignment_expression "iVar12 = bfd_get_section_contents\n (*(undefined4 *)(iVar9 + 0x10),iVar11,__ptr,0,0,iVar6,uVar14)" identifier = (call_expression "bfd_get_section_contents\n (*(undefined4 *)(iVar9 + 0x10),iVar11,__ptr,0,0,iVar6,uVar14)" identifier (argument_list "(*(undefined4 *)(iVar9 + 0x10),iVar11,__ptr,0,0,iVar6,uVar14)" ( (pointer_expression "*(undefined4 *)(iVar9 + 0x10)" * (cast_expression "(undefined4 *)(iVar9 + 0x10)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + 0x10)" ( (binary_expression "iVar9 + 0x10" identifier + number_literal) )))) , identifier , identifier , number_literal , number_literal , identifier , identifier )))) ;) (if_statement "if (iVar12 == 0) {\n uVar14 = *(undefined4 *)(iVar9 + 0x10);\n uVar13 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);\n FUN_00034dc0(uVar13,uVar14);\n }" if (parenthesized_expression "(iVar12 == 0)" ( (binary_expression "iVar12 == 0" identifier == number_literal) )) (compound_statement "{\n uVar14 = *(undefined4 *)(iVar9 + 0x10);\n uVar13 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);\n FUN_00034dc0(uVar13,uVar14);\n }" { (expression_statement "uVar14 = *(undefined4 *)(iVar9 + 0x10);" (assignment_expression "uVar14 = *(undefined4 *)(iVar9 + 0x10)" identifier = (pointer_expression "*(undefined4 *)(iVar9 + 0x10)" * (cast_expression "(undefined4 *)(iVar9 + 0x10)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + 0x10)" ( (binary_expression "iVar9 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "uVar13 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);" (assignment_expression "uVar13 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5)" identifier = (call_expression "dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5)" identifier (argument_list "(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5)" ( number_literal , (string_literal ""%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n"" " string_content escape_sequence string_content escape_sequence ") , number_literal )))) ;) (expression_statement "FUN_00034dc0(uVar13,uVar14);" (call_expression "FUN_00034dc0(uVar13,uVar14)" identifier (argument_list "(uVar13,uVar14)" ( identifier , identifier ))) ;) })) (expression_statement "*(undefined1 *)((int)__ptr + iVar6) = 0;" (assignment_expression "*(undefined1 *)((int)__ptr + iVar6) = 0" (pointer_expression "*(undefined1 *)((int)__ptr + iVar6)" * (cast_expression "(undefined1 *)((int)__ptr + iVar6)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)__ptr + iVar6)" ( (binary_expression "(int)__ptr + iVar6" (cast_expression "(int)__ptr" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) )))) = number_literal) ;) (expression_statement "(**(code **)(DAT_001c45fc + 0x14))\n (&DAT_001c45e0,__ptr,0,*(undefined4 *)(iVar9 + 0x10),0,0,0);" (call_expression "(**(code **)(DAT_001c45fc + 0x14))\n (&DAT_001c45e0,__ptr,0,*(undefined4 *)(iVar9 + 0x10),0,0,0)" (parenthesized_expression "(**(code **)(DAT_001c45fc + 0x14))" ( (pointer_expression "**(code **)(DAT_001c45fc + 0x14)" * (pointer_expression "*(code **)(DAT_001c45fc + 0x14)" * (cast_expression "(code **)(DAT_001c45fc + 0x14)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(DAT_001c45fc + 0x14)" ( (binary_expression "DAT_001c45fc + 0x14" identifier + number_literal) ))))) )) (argument_list "(&DAT_001c45e0,__ptr,0,*(undefined4 *)(iVar9 + 0x10),0,0,0)" ( (pointer_expression "&DAT_001c45e0" & identifier) , identifier , number_literal , (pointer_expression "*(undefined4 *)(iVar9 + 0x10)" * (cast_expression "(undefined4 *)(iVar9 + 0x10)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + 0x10)" ( (binary_expression "iVar9 + 0x10" identifier + number_literal) )))) , number_literal , number_literal , number_literal ))) ;) (expression_statement "free(__ptr);" (call_expression "free(__ptr)" identifier (argument_list "(__ptr)" ( identifier ))) ;) (expression_statement "iVar6 = *(int *)(iVar11 + 0x54);" (assignment_expression "iVar6 = *(int *)(iVar11 + 0x54)" identifier = (pointer_expression "*(int *)(iVar11 + 0x54)" * (cast_expression "(int *)(iVar11 + 0x54)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar11 + 0x54)" ( (binary_expression "iVar11 + 0x54" identifier + number_literal) ))))) ;) (if_statement "if (iVar6 != 0) {\n uVar2 = *(uint *)(iVar6 + 0x34);\n uVar3 = *(uint *)(iVar6 + 0x38);\n uVar4 = *(uint *)(iVar11 + 0x30);\n uVar5 = *(uint *)(iVar11 + 0x2c);\n if (uVar4 <= uVar3 && (uint)(uVar2 < uVar5) <= uVar3 - uVar4) {\n *(uint *)(iVar6 + 0x34) = uVar2 - uVar5;\n *(uint *)(iVar6 + 0x38) = (uVar3 - uVar4) - (uint)(uVar2 < uVar5);\n }\n }" if (parenthesized_expression "(iVar6 != 0)" ( (binary_expression "iVar6 != 0" identifier != number_literal) )) (compound_statement "{\n uVar2 = *(uint *)(iVar6 + 0x34);\n uVar3 = *(uint *)(iVar6 + 0x38);\n uVar4 = *(uint *)(iVar11 + 0x30);\n uVar5 = *(uint *)(iVar11 + 0x2c);\n if (uVar4 <= uVar3 && (uint)(uVar2 < uVar5) <= uVar3 - uVar4) {\n *(uint *)(iVar6 + 0x34) = uVar2 - uVar5;\n *(uint *)(iVar6 + 0x38) = (uVar3 - uVar4) - (uint)(uVar2 < uVar5);\n }\n }" { (expression_statement "uVar2 = *(uint *)(iVar6 + 0x34);" (assignment_expression "uVar2 = *(uint *)(iVar6 + 0x34)" identifier = (pointer_expression "*(uint *)(iVar6 + 0x34)" * (cast_expression "(uint *)(iVar6 + 0x34)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 0x34)" ( (binary_expression "iVar6 + 0x34" identifier + number_literal) ))))) ;) (expression_statement "uVar3 = *(uint *)(iVar6 + 0x38);" (assignment_expression "uVar3 = *(uint *)(iVar6 + 0x38)" identifier = (pointer_expression "*(uint *)(iVar6 + 0x38)" * (cast_expression "(uint *)(iVar6 + 0x38)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 0x38)" ( (binary_expression "iVar6 + 0x38" identifier + number_literal) ))))) ;) (expression_statement "uVar4 = *(uint *)(iVar11 + 0x30);" (assignment_expression "uVar4 = *(uint *)(iVar11 + 0x30)" identifier = (pointer_expression "*(uint *)(iVar11 + 0x30)" * (cast_expression "(uint *)(iVar11 + 0x30)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar11 + 0x30)" ( (binary_expression "iVar11 + 0x30" identifier + number_literal) ))))) ;) (expression_statement "uVar5 = *(uint *)(iVar11 + 0x2c);" (assignment_expression "uVar5 = *(uint *)(iVar11 + 0x2c)" identifier = (pointer_expression "*(uint *)(iVar11 + 0x2c)" * (cast_expression "(uint *)(iVar11 + 0x2c)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar11 + 0x2c)" ( (binary_expression "iVar11 + 0x2c" identifier + number_literal) ))))) ;) (if_statement "if (uVar4 <= uVar3 && (uint)(uVar2 < uVar5) <= uVar3 - uVar4) {\n *(uint *)(iVar6 + 0x34) = uVar2 - uVar5;\n *(uint *)(iVar6 + 0x38) = (uVar3 - uVar4) - (uint)(uVar2 < uVar5);\n }" if (parenthesized_expression "(uVar4 <= uVar3 && (uint)(uVar2 < uVar5) <= uVar3 - uVar4)" ( (binary_expression "uVar4 <= uVar3 && (uint)(uVar2 < uVar5) <= uVar3 - uVar4" (binary_expression "uVar4 <= uVar3" identifier <= identifier) && (binary_expression "(uint)(uVar2 < uVar5) <= uVar3 - uVar4" (call_expression "(uint)(uVar2 < uVar5)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(uVar2 < uVar5)" ( (binary_expression "uVar2 < uVar5" identifier < identifier) ))) <= (binary_expression "uVar3 - uVar4" identifier - identifier))) )) (compound_statement "{\n *(uint *)(iVar6 + 0x34) = uVar2 - uVar5;\n *(uint *)(iVar6 + 0x38) = (uVar3 - uVar4) - (uint)(uVar2 < uVar5);\n }" { (expression_statement "*(uint *)(iVar6 + 0x34) = uVar2 - uVar5;" (assignment_expression "*(uint *)(iVar6 + 0x34) = uVar2 - uVar5" (pointer_expression "*(uint *)(iVar6 + 0x34)" * (cast_expression "(uint *)(iVar6 + 0x34)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 0x34)" ( (binary_expression "iVar6 + 0x34" identifier + number_literal) )))) = (binary_expression "uVar2 - uVar5" identifier - identifier)) ;) (expression_statement "*(uint *)(iVar6 + 0x38) = (uVar3 - uVar4) - (uint)(uVar2 < uVar5);" (assignment_expression "*(uint *)(iVar6 + 0x38) = (uVar3 - uVar4) - (uint)(uVar2 < uVar5)" (pointer_expression "*(uint *)(iVar6 + 0x38)" * (cast_expression "(uint *)(iVar6 + 0x38)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 0x38)" ( (binary_expression "iVar6 + 0x38" identifier + number_literal) )))) = (binary_expression "(uVar3 - uVar4) - (uint)(uVar2 < uVar5)" (parenthesized_expression "(uVar3 - uVar4)" ( (binary_expression "uVar3 - uVar4" identifier - identifier) )) - (call_expression "(uint)(uVar2 < uVar5)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(uVar2 < uVar5)" ( (binary_expression "uVar2 < uVar5" identifier < identifier) ))))) ;) })) })) (expression_statement "*(uint *)(iVar11 + 0x14) = *(uint *)(iVar11 + 0x14) | 0x208000;" (assignment_expression "*(uint *)(iVar11 + 0x14) = *(uint *)(iVar11 + 0x14) | 0x208000" (pointer_expression "*(uint *)(iVar11 + 0x14)" * (cast_expression "(uint *)(iVar11 + 0x14)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar11 + 0x14)" ( (binary_expression "iVar11 + 0x14" identifier + number_literal) )))) = (binary_expression "*(uint *)(iVar11 + 0x14) | 0x208000" (pointer_expression "*(uint *)(iVar11 + 0x14)" * (cast_expression "(uint *)(iVar11 + 0x14)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar11 + 0x14)" ( (binary_expression "iVar11 + 0x14" identifier + number_literal) )))) | number_literal)) ;) (expression_statement "*(undefined4 *)(iVar11 + 0x2c) = 0;" (assignment_expression "*(undefined4 *)(iVar11 + 0x2c) = 0" (pointer_expression "*(undefined4 *)(iVar11 + 0x2c)" * (cast_expression "(undefined4 *)(iVar11 + 0x2c)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar11 + 0x2c)" ( (binary_expression "iVar11 + 0x2c" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined4 *)(iVar11 + 0x30) = 0;" (assignment_expression "*(undefined4 *)(iVar11 + 0x30) = 0" (pointer_expression "*(undefined4 *)(iVar11 + 0x30)" * (cast_expression "(undefined4 *)(iVar11 + 0x30)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar11 + 0x30)" ( (binary_expression "iVar11 + 0x30" identifier + number_literal) )))) = number_literal) ;) })) })) (expression_statement "FUN_00033a20();" (call_expression "FUN_00033a20()" identifier (argument_list "()" ( ))) ;) (expression_statement "iVar9 = bfd_elf_size_dynsym_hash_dynstr(DAT_001c4614,&DAT_001c45e0);" (assignment_expression "iVar9 = bfd_elf_size_dynsym_hash_dynstr(DAT_001c4614,&DAT_001c45e0)" identifier = (call_expression "bfd_elf_size_dynsym_hash_dynstr(DAT_001c4614,&DAT_001c45e0)" identifier (argument_list "(DAT_001c4614,&DAT_001c45e0)" ( identifier , (pointer_expression "&DAT_001c45e0" & identifier) )))) ;) (if_statement "if (iVar9 == 0) {\n uVar14 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00034dc0(uVar14);\n }" if (parenthesized_expression "(iVar9 == 0)" ( (binary_expression "iVar9 == 0" identifier == number_literal) )) (compound_statement "{\n uVar14 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00034dc0(uVar14);\n }" { (expression_statement "uVar14 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);" (assignment_expression "uVar14 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5)" identifier = (call_expression "dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5)" identifier (argument_list "(0,"%F%P: failed to set dynamic section sizes: %E\n",5)" ( number_literal , (string_literal ""%F%P: failed to set dynamic section sizes: %E\n"" " string_content escape_sequence ") , number_literal )))) ;) (expression_statement "FUN_00034dc0(uVar14);" (call_expression "FUN_00034dc0(uVar14)" identifier (argument_list "(uVar14)" ( identifier ))) ;) })) (if_statement "if (local_58 != (undefined4 *)0x0) {\n *(undefined1 *)(local_58 + 3) = local_4d;\n local_58[4] = local_2c;\n local_58[5] = local_28;\n local_58[6] = local_24;\n local_58[7] = local_20;\n }" if (parenthesized_expression "(local_58 != (undefined4 *)0x0)" ( (binary_expression "local_58 != (undefined4 *)0x0" identifier != (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n *(undefined1 *)(local_58 + 3) = local_4d;\n local_58[4] = local_2c;\n local_58[5] = local_28;\n local_58[6] = local_24;\n local_58[7] = local_20;\n }" { (expression_statement "*(undefined1 *)(local_58 + 3) = local_4d;" (assignment_expression "*(undefined1 *)(local_58 + 3) = local_4d" (pointer_expression "*(undefined1 *)(local_58 + 3)" * (cast_expression "(undefined1 *)(local_58 + 3)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_58 + 3)" ( (binary_expression "local_58 + 3" identifier + number_literal) )))) = identifier) ;) (expression_statement "local_58[4] = local_2c;" (assignment_expression "local_58[4] = local_2c" (subscript_expression "local_58[4]" identifier [ number_literal ]) = identifier) ;) (expression_statement "local_58[5] = local_28;" (assignment_expression "local_58[5] = local_28" (subscript_expression "local_58[5]" identifier [ number_literal ]) = identifier) ;) (expression_statement "local_58[6] = local_24;" (assignment_expression "local_58[6] = local_24" (subscript_expression "local_58[6]" identifier [ number_literal ]) = identifier) ;) (expression_statement "local_58[7] = local_20;" (assignment_expression "local_58[7] = local_20" (subscript_expression "local_58[7]" identifier [ number_literal ]) = identifier) ;) })) (return_statement "return;" return ;) })) (if_statement "if (((*(int *)(*(int *)(iVar9 + 4) + 4) == 5) &&\n (pcVar7 = *(char **)(*(int *)(iVar9 + 0xa0) + 0x2b4), pcVar7 != (char *)0x0)) &&\n (*pcVar7 != '\0')) {\n pcVar7 = (char *)xstrdup(pcVar7);\n do {\n pcVar8 = strchr(pcVar7,(int)DAT_001c4728);\n if (pcVar8 == (char *)0x0) {\n if (*pcVar7 != '\0') {\n FUN_000453b0();\n iVar9 = *(int *)(iVar9 + 0x9c);\n goto joined_r0x00046685;\n }\n break;\n }\n *pcVar8 = '\0';\n if (*pcVar7 != '\0') {\n FUN_000453b0();\n }\n pcVar7 = pcVar8 + 1;\n } while (pcVar7 != (char *)0x0);\n }" if (parenthesized_expression "(((*(int *)(*(int *)(iVar9 + 4) + 4) == 5) &&\n (pcVar7 = *(char **)(*(int *)(iVar9 + 0xa0) + 0x2b4), pcVar7 != (char *)0x0)) &&\n (*pcVar7 != '\0'))" ( (binary_expression "((*(int *)(*(int *)(iVar9 + 4) + 4) == 5) &&\n (pcVar7 = *(char **)(*(int *)(iVar9 + 0xa0) + 0x2b4), pcVar7 != (char *)0x0)) &&\n (*pcVar7 != '\0')" (parenthesized_expression "((*(int *)(*(int *)(iVar9 + 4) + 4) == 5) &&\n (pcVar7 = *(char **)(*(int *)(iVar9 + 0xa0) + 0x2b4), pcVar7 != (char *)0x0))" ( (binary_expression "(*(int *)(*(int *)(iVar9 + 4) + 4) == 5) &&\n (pcVar7 = *(char **)(*(int *)(iVar9 + 0xa0) + 0x2b4), pcVar7 != (char *)0x0)" (parenthesized_expression "(*(int *)(*(int *)(iVar9 + 4) + 4) == 5)" ( (binary_expression "*(int *)(*(int *)(iVar9 + 4) + 4) == 5" (pointer_expression "*(int *)(*(int *)(iVar9 + 4) + 4)" * (cast_expression "(int *)(*(int *)(iVar9 + 4) + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(iVar9 + 4) + 4)" ( (binary_expression "*(int *)(iVar9 + 4) + 4" (pointer_expression "*(int *)(iVar9 + 4)" * (cast_expression "(int *)(iVar9 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + 4)" ( (binary_expression "iVar9 + 4" identifier + number_literal) )))) + number_literal) )))) == number_literal) )) && (parenthesized_expression "(pcVar7 = *(char **)(*(int *)(iVar9 + 0xa0) + 0x2b4), pcVar7 != (char *)0x0)" ( (comma_expression "pcVar7 = *(char **)(*(int *)(iVar9 + 0xa0) + 0x2b4), pcVar7 != (char *)0x0" (assignment_expression "pcVar7 = *(char **)(*(int *)(iVar9 + 0xa0) + 0x2b4)" identifier = (pointer_expression "*(char **)(*(int *)(iVar9 + 0xa0) + 0x2b4)" * (cast_expression "(char **)(*(int *)(iVar9 + 0xa0) + 0x2b4)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(int *)(iVar9 + 0xa0) + 0x2b4)" ( (binary_expression "*(int *)(iVar9 + 0xa0) + 0x2b4" (pointer_expression "*(int *)(iVar9 + 0xa0)" * (cast_expression "(int *)(iVar9 + 0xa0)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + 0xa0)" ( (binary_expression "iVar9 + 0xa0" identifier + number_literal) )))) + number_literal) ))))) , (binary_expression "pcVar7 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal))) ))) )) && (parenthesized_expression "(*pcVar7 != '\0')" ( (binary_expression "*pcVar7 != '\0'" (pointer_expression "*pcVar7" * identifier) != (char_literal "'\0'" ' escape_sequence ')) ))) )) (compound_statement "{\n pcVar7 = (char *)xstrdup(pcVar7);\n do {\n pcVar8 = strchr(pcVar7,(int)DAT_001c4728);\n if (pcVar8 == (char *)0x0) {\n if (*pcVar7 != '\0') {\n FUN_000453b0();\n iVar9 = *(int *)(iVar9 + 0x9c);\n goto joined_r0x00046685;\n }\n break;\n }\n *pcVar8 = '\0';\n if (*pcVar7 != '\0') {\n FUN_000453b0();\n }\n pcVar7 = pcVar8 + 1;\n } while (pcVar7 != (char *)0x0);\n }" { (expression_statement "pcVar7 = (char *)xstrdup(pcVar7);" (assignment_expression "pcVar7 = (char *)xstrdup(pcVar7)" identifier = (cast_expression "(char *)xstrdup(pcVar7)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "xstrdup(pcVar7)" identifier (argument_list "(pcVar7)" ( identifier ))))) ;) (do_statement "do {\n pcVar8 = strchr(pcVar7,(int)DAT_001c4728);\n if (pcVar8 == (char *)0x0) {\n if (*pcVar7 != '\0') {\n FUN_000453b0();\n iVar9 = *(int *)(iVar9 + 0x9c);\n goto joined_r0x00046685;\n }\n break;\n }\n *pcVar8 = '\0';\n if (*pcVar7 != '\0') {\n FUN_000453b0();\n }\n pcVar7 = pcVar8 + 1;\n } while (pcVar7 != (char *)0x0);" do (compound_statement "{\n pcVar8 = strchr(pcVar7,(int)DAT_001c4728);\n if (pcVar8 == (char *)0x0) {\n if (*pcVar7 != '\0') {\n FUN_000453b0();\n iVar9 = *(int *)(iVar9 + 0x9c);\n goto joined_r0x00046685;\n }\n break;\n }\n *pcVar8 = '\0';\n if (*pcVar7 != '\0') {\n FUN_000453b0();\n }\n pcVar7 = pcVar8 + 1;\n }" { (expression_statement "pcVar8 = strchr(pcVar7,(int)DAT_001c4728);" (assignment_expression "pcVar8 = strchr(pcVar7,(int)DAT_001c4728)" identifier = (call_expression "strchr(pcVar7,(int)DAT_001c4728)" identifier (argument_list "(pcVar7,(int)DAT_001c4728)" ( identifier , (cast_expression "(int)DAT_001c4728" ( (type_descriptor "int" primitive_type) ) identifier) )))) ;) (if_statement "if (pcVar8 == (char *)0x0) {\n if (*pcVar7 != '\0') {\n FUN_000453b0();\n iVar9 = *(int *)(iVar9 + 0x9c);\n goto joined_r0x00046685;\n }\n break;\n }" 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)) )) (compound_statement "{\n if (*pcVar7 != '\0') {\n FUN_000453b0();\n iVar9 = *(int *)(iVar9 + 0x9c);\n goto joined_r0x00046685;\n }\n break;\n }" { (if_statement "if (*pcVar7 != '\0') {\n FUN_000453b0();\n iVar9 = *(int *)(iVar9 + 0x9c);\n goto joined_r0x00046685;\n }" if (parenthesized_expression "(*pcVar7 != '\0')" ( (binary_expression "*pcVar7 != '\0'" (pointer_expression "*pcVar7" * identifier) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n FUN_000453b0();\n iVar9 = *(int *)(iVar9 + 0x9c);\n goto joined_r0x00046685;\n }" { (expression_statement "FUN_000453b0();" (call_expression "FUN_000453b0()" identifier (argument_list "()" ( ))) ;) (expression_statement "iVar9 = *(int *)(iVar9 + 0x9c);" (assignment_expression "iVar9 = *(int *)(iVar9 + 0x9c)" identifier = (pointer_expression "*(int *)(iVar9 + 0x9c)" * (cast_expression "(int *)(iVar9 + 0x9c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + 0x9c)" ( (binary_expression "iVar9 + 0x9c" identifier + number_literal) ))))) ;) (goto_statement "goto joined_r0x00046685;" goto statement_identifier ;) })) (break_statement "break;" break ;) })) (expression_statement "*pcVar8 = '\0';" (assignment_expression "*pcVar8 = '\0'" (pointer_expression "*pcVar8" * identifier) = (char_literal "'\0'" ' escape_sequence ')) ;) (if_statement "if (*pcVar7 != '\0') {\n FUN_000453b0();\n }" if (parenthesized_expression "(*pcVar7 != '\0')" ( (binary_expression "*pcVar7 != '\0'" (pointer_expression "*pcVar7" * identifier) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n FUN_000453b0();\n }" { (expression_statement "FUN_000453b0();" (call_expression "FUN_000453b0()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "pcVar7 = pcVar8 + 1;" (assignment_expression "pcVar7 = pcVar8 + 1" identifier = (binary_expression "pcVar8 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(pcVar7 != (char *)0x0)" ( (binary_expression "pcVar7 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) ;) })) (expression_statement "iVar9 = *(int *)(iVar9 + 0x9c);" (assignment_expression "iVar9 = *(int *)(iVar9 + 0x9c)" identifier = (pointer_expression "*(int *)(iVar9 + 0x9c)" * (cast_expression "(int *)(iVar9 + 0x9c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + 0x9c)" ( (binary_expression "iVar9 + 0x9c" identifier + number_literal) ))))) ;) }) while (parenthesized_expression "( true )" ( true )) ;)) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE 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 IDENT ;) (declaration TYPE (pointer_declarator * 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 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 ;) (expression_statement (assignment_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) )) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = IDENT) , (binary_expression IDENT != LIT)) ))) )) (compound_statement { (do_statement do (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (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 (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) }) while (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) != LIT) )) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (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 TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (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 == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , (pointer_expression & IDENT) ))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) == LIT) )) || (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( IDENT , (string_literal " string_content ") , LIT , LIT , LIT ))))) , (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT))) ))) )) || (parenthesized_expression ( (parenthesized_expression ( (binary_expression (binary_expression LIT < (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) && (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 (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) }) (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 TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) )))) + LIT) ))))) )) (argument_list ( (pointer_expression & IDENT) , 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 (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) )))) & LIT) )) != 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 TYPE) ) IDENT) + LIT) )))) = (binary_expression (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) )))) & LIT) | LIT)) ;) })) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression (subscript_expression 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 (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression IDENT + LIT)) ;) }))) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) })) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (call_expression IDENT (argument_list ( (string_literal " string_content ") )))) , (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT))) ))) )) || (parenthesized_expression ( (comma_expression (assignment_expression IDENT = IDENT) , (binary_expression (pointer_expression * IDENT) == (char_literal ' escape_sequence '))) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) })) (labeled_statement statement_identifier : (do_statement do (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT , IDENT , IDENT , IDENT , IDENT , (pointer_expression & IDENT) , (pointer_expression & 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 ") , LIT )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) })) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression 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 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 ( IDENT )))) ;) (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) )))) = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) })) (for_statement for ( ; (binary_expression IDENT != LIT) ; (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ) (compound_statement { (if_statement if (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 ( (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) )))) , (string_literal " string_content ") )))) , (binary_expression IDENT != 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 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 (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (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 , IDENT , LIT , LIT , 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 *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (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 ))) ;) })) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + 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 IDENT + LIT) ))))) )) (argument_list ( (pointer_expression & IDENT) , IDENT , LIT , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , LIT , LIT , LIT ))) ;) (expression_statement (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 IDENT != 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 IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (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 IDENT + LIT) ))))) ;) (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 (binary_expression IDENT <= IDENT) && (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression IDENT < IDENT) ))) <= (binary_expression IDENT - IDENT))) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression IDENT - IDENT)) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression (parenthesized_expression ( (binary_expression IDENT - IDENT) )) - (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression IDENT < IDENT) ))))) ;) })) })) (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 *)) ) (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 (call_expression IDENT (argument_list ( ))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , (pointer_expression & 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 ") , LIT )))) ;) (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)) )) (compound_statement { (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 (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 ;) })) (if_statement if (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 (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_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 (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) ))))) , (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT))) ))) )) && (parenthesized_expression ( (binary_expression (pointer_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 ( IDENT ))))) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , (cast_expression ( (type_descriptor TYPE) ) IDENT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) != (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (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) ))))) ;) (goto_statement goto statement_identifier ;) })) (break_statement break ;) })) (expression_statement (assignment_expression (pointer_expression * IDENT) = (char_literal ' escape_sequence ')) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) != (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) ;) })) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) }) while (parenthesized_expression ( BOOL )) ;)) })))
(function_definition "void FUN_00046600(void)\n\n{\n int *piVar1;\n uint uVar2;\n uint uVar3;\n uint uVar4;\n uint uVar5;\n int iVar6;\n char *pcVar7;\n char *pcVar8;\n int iVar9;\n size_t sVar10;\n int iVar11;\n void *__ptr;\n int iVar12;\n undefined4 uVar13;\n undefined4 uVar14;\n char *local_6c;\n undefined4 *local_58;\n undefined1 local_4d;\n int local_40;\n undefined4 local_3c;\n undefined4 local_38;\n undefined4 local_34;\n undefined4 local_30;\n undefined4 local_2c;\n undefined4 local_28;\n undefined4 local_24;\n undefined4 local_20;\n undefined4 uStack_14;\n \n uStack_14 = 0x46609;\n if ((*(int *)(DAT_001c4600 + 0x30) == 0) && (iVar9 = DAT_001c385c, DAT_001c385c != 0)) {\n do {\n bfd_elf32_aarch64_init_maps(*(undefined4 *)(iVar9 + 0x10));\n piVar1 = (int *)(iVar9 + 0x18);\n iVar9 = *piVar1;\n } while (*piVar1 != 0);\n iVar9 = *(int *)(DAT_001c4600 + 0x28);\n }\n else {\n iVar9 = *(int *)(DAT_001c4600 + 0x28);\n }\n local_58 = (undefined4 *)0x0;\n if (iVar9 == 1) {\n _bfd_elf_tls_setup(DAT_001c4614,&DAT_001c45e0);\n if ((((DAT_001c45e0 & 3) == 2) ||\n (local_58 = (undefined4 *)bfd_link_hash_lookup(DAT_001c4600,"__ehdr_start",0,0,1),\n local_58 == (undefined4 *)0x0)) ||\n ((2 < *(byte *)(local_58 + 3) && (*(byte *)(local_58 + 3) != 5)))) {\n local_58 = (undefined4 *)0x0;\n }\n else {\n (**(code **)(*(int *)(*(int *)(DAT_001c4614 + 4) + 0x1c0) + 0xf4))(&DAT_001c45e0,local_58,1);\n if ((*(byte *)((int)local_58 + 0x41) & 3) != 1) {\n *(byte *)((int)local_58 + 0x41) = *(byte *)((int)local_58 + 0x41) & 0xfc | 2;\n }\n local_3c = *local_58;\n local_38 = local_58[1];\n local_34 = local_58[2];\n local_30 = local_58[3];\n local_2c = local_58[4];\n local_28 = local_58[5];\n local_24 = local_58[6];\n local_58[6] = 0;\n local_20 = local_58[7];\n local_58[7] = 0;\n local_4d = *(undefined1 *)(local_58 + 3);\n *(undefined1 *)(local_58 + 3) = 3;\n local_58[5] = PTR__bfd_std_section_001c1fd4 + 0x180;\n }\n FUN_00023e80(FUN_00046c60);\n }\n local_6c = DAT_001c46c4;\n if (((DAT_001c46c4 == (char *)0x0) && (local_6c = getenv("LD_RUN_PATH"), local_6c == (char *)0x0))\n || (iVar9 = DAT_001c461c, *local_6c == '\0')) {\n local_6c = (char *)0x0;\n iVar9 = DAT_001c461c;\n }\njoined_r0x00046685:\n do {\n if (iVar9 == 0) {\n iVar9 = bfd_elf_size_dynamic_sections\n (DAT_001c4614,DAT_001c46c0,local_6c,DAT_001c46cc,DAT_001c3d6c,DAT_001c3d68,\n DAT_001c46d0,&DAT_001c45e0,&local_40);\n if (iVar9 == 0) {\n uVar14 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00034dc0(uVar14);\n }\n pcVar7 = DAT_001c46bc;\n iVar9 = DAT_001c385c;\n if ((DAT_001c46bc != (char *)0x0) && (local_40 != 0)) {\n *(char **)(local_40 + 0x84) = DAT_001c46bc;\n sVar10 = strlen(pcVar7);\n *(undefined4 *)(local_40 + 0x30) = 0;\n *(size_t *)(local_40 + 0x2c) = sVar10 + 1;\n iVar9 = DAT_001c385c;\n }\n for (; iVar9 != 0; iVar9 = *(int *)(iVar9 + 0x18)) {\n if (((*(byte *)(iVar9 + 0x24) & 0x10) == 0) &&\n (iVar11 = bfd_get_section_by_name(*(undefined4 *)(iVar9 + 0x10),".gnu.warning"),\n iVar11 != 0)) {\n uVar14 = *(undefined4 *)(iVar11 + 0x30);\n iVar6 = *(int *)(iVar11 + 0x2c);\n __ptr = (void *)xmalloc(iVar6 + 1);\n iVar12 = bfd_get_section_contents\n (*(undefined4 *)(iVar9 + 0x10),iVar11,__ptr,0,0,iVar6,uVar14);\n if (iVar12 == 0) {\n uVar14 = *(undefined4 *)(iVar9 + 0x10);\n uVar13 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);\n FUN_00034dc0(uVar13,uVar14);\n }\n *(undefined1 *)((int)__ptr + iVar6) = 0;\n (**(code **)(DAT_001c45fc + 0x14))\n (&DAT_001c45e0,__ptr,0,*(undefined4 *)(iVar9 + 0x10),0,0,0);\n free(__ptr);\n iVar6 = *(int *)(iVar11 + 0x54);\n if (iVar6 != 0) {\n uVar2 = *(uint *)(iVar6 + 0x34);\n uVar3 = *(uint *)(iVar6 + 0x38);\n uVar4 = *(uint *)(iVar11 + 0x30);\n uVar5 = *(uint *)(iVar11 + 0x2c);\n if (uVar4 <= uVar3 && (uint)(uVar2 < uVar5) <= uVar3 - uVar4) {\n *(uint *)(iVar6 + 0x34) = uVar2 - uVar5;\n *(uint *)(iVar6 + 0x38) = (uVar3 - uVar4) - (uint)(uVar2 < uVar5);\n }\n }\n *(uint *)(iVar11 + 0x14) = *(uint *)(iVar11 + 0x14) | 0x208000;\n *(undefined4 *)(iVar11 + 0x2c) = 0;\n *(undefined4 *)(iVar11 + 0x30) = 0;\n }\n }\n FUN_00033a20();\n iVar9 = bfd_elf_size_dynsym_hash_dynstr(DAT_001c4614,&DAT_001c45e0);\n if (iVar9 == 0) {\n uVar14 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00034dc0(uVar14);\n }\n if (local_58 != (undefined4 *)0x0) {\n *(undefined1 *)(local_58 + 3) = local_4d;\n local_58[4] = local_2c;\n local_58[5] = local_28;\n local_58[6] = local_24;\n local_58[7] = local_20;\n }\n return;\n }\n if (((*(int *)(*(int *)(iVar9 + 4) + 4) == 5) &&\n (pcVar7 = *(char **)(*(int *)(iVar9 + 0xa0) + 0x2b4), pcVar7 != (char *)0x0)) &&\n (*pcVar7 != '\0')) {\n pcVar7 = (char *)xstrdup(pcVar7);\n do {\n pcVar8 = strchr(pcVar7,(int)DAT_001c4728);\n if (pcVar8 == (char *)0x0) {\n if (*pcVar7 != '\0') {\n FUN_000453b0();\n iVar9 = *(int *)(iVar9 + 0x9c);\n goto joined_r0x00046685;\n }\n break;\n }\n *pcVar8 = '\0';\n if (*pcVar7 != '\0') {\n FUN_000453b0();\n }\n pcVar7 = pcVar8 + 1;\n } while (pcVar7 != (char *)0x0);\n }\n iVar9 = *(int *)(iVar9 + 0x9c);\n } while( true );\n}" (primitive_type "void") (function_declarator "FUN_00046600(void)" (identifier "FUN_00046600") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n int *piVar1;\n uint uVar2;\n uint uVar3;\n uint uVar4;\n uint uVar5;\n int iVar6;\n char *pcVar7;\n char *pcVar8;\n int iVar9;\n size_t sVar10;\n int iVar11;\n void *__ptr;\n int iVar12;\n undefined4 uVar13;\n undefined4 uVar14;\n char *local_6c;\n undefined4 *local_58;\n undefined1 local_4d;\n int local_40;\n undefined4 local_3c;\n undefined4 local_38;\n undefined4 local_34;\n undefined4 local_30;\n undefined4 local_2c;\n undefined4 local_28;\n undefined4 local_24;\n undefined4 local_20;\n undefined4 uStack_14;\n \n uStack_14 = 0x46609;\n if ((*(int *)(DAT_001c4600 + 0x30) == 0) && (iVar9 = DAT_001c385c, DAT_001c385c != 0)) {\n do {\n bfd_elf32_aarch64_init_maps(*(undefined4 *)(iVar9 + 0x10));\n piVar1 = (int *)(iVar9 + 0x18);\n iVar9 = *piVar1;\n } while (*piVar1 != 0);\n iVar9 = *(int *)(DAT_001c4600 + 0x28);\n }\n else {\n iVar9 = *(int *)(DAT_001c4600 + 0x28);\n }\n local_58 = (undefined4 *)0x0;\n if (iVar9 == 1) {\n _bfd_elf_tls_setup(DAT_001c4614,&DAT_001c45e0);\n if ((((DAT_001c45e0 & 3) == 2) ||\n (local_58 = (undefined4 *)bfd_link_hash_lookup(DAT_001c4600,"__ehdr_start",0,0,1),\n local_58 == (undefined4 *)0x0)) ||\n ((2 < *(byte *)(local_58 + 3) && (*(byte *)(local_58 + 3) != 5)))) {\n local_58 = (undefined4 *)0x0;\n }\n else {\n (**(code **)(*(int *)(*(int *)(DAT_001c4614 + 4) + 0x1c0) + 0xf4))(&DAT_001c45e0,local_58,1);\n if ((*(byte *)((int)local_58 + 0x41) & 3) != 1) {\n *(byte *)((int)local_58 + 0x41) = *(byte *)((int)local_58 + 0x41) & 0xfc | 2;\n }\n local_3c = *local_58;\n local_38 = local_58[1];\n local_34 = local_58[2];\n local_30 = local_58[3];\n local_2c = local_58[4];\n local_28 = local_58[5];\n local_24 = local_58[6];\n local_58[6] = 0;\n local_20 = local_58[7];\n local_58[7] = 0;\n local_4d = *(undefined1 *)(local_58 + 3);\n *(undefined1 *)(local_58 + 3) = 3;\n local_58[5] = PTR__bfd_std_section_001c1fd4 + 0x180;\n }\n FUN_00023e80(FUN_00046c60);\n }\n local_6c = DAT_001c46c4;\n if (((DAT_001c46c4 == (char *)0x0) && (local_6c = getenv("LD_RUN_PATH"), local_6c == (char *)0x0))\n || (iVar9 = DAT_001c461c, *local_6c == '\0')) {\n local_6c = (char *)0x0;\n iVar9 = DAT_001c461c;\n }\njoined_r0x00046685:\n do {\n if (iVar9 == 0) {\n iVar9 = bfd_elf_size_dynamic_sections\n (DAT_001c4614,DAT_001c46c0,local_6c,DAT_001c46cc,DAT_001c3d6c,DAT_001c3d68,\n DAT_001c46d0,&DAT_001c45e0,&local_40);\n if (iVar9 == 0) {\n uVar14 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00034dc0(uVar14);\n }\n pcVar7 = DAT_001c46bc;\n iVar9 = DAT_001c385c;\n if ((DAT_001c46bc != (char *)0x0) && (local_40 != 0)) {\n *(char **)(local_40 + 0x84) = DAT_001c46bc;\n sVar10 = strlen(pcVar7);\n *(undefined4 *)(local_40 + 0x30) = 0;\n *(size_t *)(local_40 + 0x2c) = sVar10 + 1;\n iVar9 = DAT_001c385c;\n }\n for (; iVar9 != 0; iVar9 = *(int *)(iVar9 + 0x18)) {\n if (((*(byte *)(iVar9 + 0x24) & 0x10) == 0) &&\n (iVar11 = bfd_get_section_by_name(*(undefined4 *)(iVar9 + 0x10),".gnu.warning"),\n iVar11 != 0)) {\n uVar14 = *(undefined4 *)(iVar11 + 0x30);\n iVar6 = *(int *)(iVar11 + 0x2c);\n __ptr = (void *)xmalloc(iVar6 + 1);\n iVar12 = bfd_get_section_contents\n (*(undefined4 *)(iVar9 + 0x10),iVar11,__ptr,0,0,iVar6,uVar14);\n if (iVar12 == 0) {\n uVar14 = *(undefined4 *)(iVar9 + 0x10);\n uVar13 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);\n FUN_00034dc0(uVar13,uVar14);\n }\n *(undefined1 *)((int)__ptr + iVar6) = 0;\n (**(code **)(DAT_001c45fc + 0x14))\n (&DAT_001c45e0,__ptr,0,*(undefined4 *)(iVar9 + 0x10),0,0,0);\n free(__ptr);\n iVar6 = *(int *)(iVar11 + 0x54);\n if (iVar6 != 0) {\n uVar2 = *(uint *)(iVar6 + 0x34);\n uVar3 = *(uint *)(iVar6 + 0x38);\n uVar4 = *(uint *)(iVar11 + 0x30);\n uVar5 = *(uint *)(iVar11 + 0x2c);\n if (uVar4 <= uVar3 && (uint)(uVar2 < uVar5) <= uVar3 - uVar4) {\n *(uint *)(iVar6 + 0x34) = uVar2 - uVar5;\n *(uint *)(iVar6 + 0x38) = (uVar3 - uVar4) - (uint)(uVar2 < uVar5);\n }\n }\n *(uint *)(iVar11 + 0x14) = *(uint *)(iVar11 + 0x14) | 0x208000;\n *(undefined4 *)(iVar11 + 0x2c) = 0;\n *(undefined4 *)(iVar11 + 0x30) = 0;\n }\n }\n FUN_00033a20();\n iVar9 = bfd_elf_size_dynsym_hash_dynstr(DAT_001c4614,&DAT_001c45e0);\n if (iVar9 == 0) {\n uVar14 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00034dc0(uVar14);\n }\n if (local_58 != (undefined4 *)0x0) {\n *(undefined1 *)(local_58 + 3) = local_4d;\n local_58[4] = local_2c;\n local_58[5] = local_28;\n local_58[6] = local_24;\n local_58[7] = local_20;\n }\n return;\n }\n if (((*(int *)(*(int *)(iVar9 + 4) + 4) == 5) &&\n (pcVar7 = *(char **)(*(int *)(iVar9 + 0xa0) + 0x2b4), pcVar7 != (char *)0x0)) &&\n (*pcVar7 != '\0')) {\n pcVar7 = (char *)xstrdup(pcVar7);\n do {\n pcVar8 = strchr(pcVar7,(int)DAT_001c4728);\n if (pcVar8 == (char *)0x0) {\n if (*pcVar7 != '\0') {\n FUN_000453b0();\n iVar9 = *(int *)(iVar9 + 0x9c);\n goto joined_r0x00046685;\n }\n break;\n }\n *pcVar8 = '\0';\n if (*pcVar7 != '\0') {\n FUN_000453b0();\n }\n pcVar7 = pcVar8 + 1;\n } while (pcVar7 != (char *)0x0);\n }\n iVar9 = *(int *)(iVar9 + 0x9c);\n } while( true );\n}" ({ "{") (declaration "int *piVar1;" (primitive_type "int") (pointer_declarator "*piVar1" (* "*") (identifier "piVar1")) (; ";")) (declaration "uint uVar2;" (type_identifier "uint") (identifier "uVar2") (; ";")) (declaration "uint uVar3;" (type_identifier "uint") (identifier "uVar3") (; ";")) (declaration "uint uVar4;" (type_identifier "uint") (identifier "uVar4") (; ";")) (declaration "uint uVar5;" (type_identifier "uint") (identifier "uVar5") (; ";")) (declaration "int iVar6;" (primitive_type "int") (identifier "iVar6") (; ";")) (declaration "char *pcVar7;" (primitive_type "char") (pointer_declarator "*pcVar7" (* "*") (identifier "pcVar7")) (; ";")) (declaration "char *pcVar8;" (primitive_type "char") (pointer_declarator "*pcVar8" (* "*") (identifier "pcVar8")) (; ";")) (declaration "int iVar9;" (primitive_type "int") (identifier "iVar9") (; ";")) (declaration "size_t sVar10;" (primitive_type "size_t") (identifier "sVar10") (; ";")) (declaration "int iVar11;" (primitive_type "int") (identifier "iVar11") (; ";")) (declaration "void *__ptr;" (primitive_type "void") (pointer_declarator "*__ptr" (* "*") (identifier "__ptr")) (; ";")) (declaration "int iVar12;" (primitive_type "int") (identifier "iVar12") (; ";")) (declaration "undefined4 uVar13;" (type_identifier "undefined4") (identifier "uVar13") (; ";")) (declaration "undefined4 uVar14;" (type_identifier "undefined4") (identifier "uVar14") (; ";")) (declaration "char *local_6c;" (primitive_type "char") (pointer_declarator "*local_6c" (* "*") (identifier "local_6c")) (; ";")) (declaration "undefined4 *local_58;" (type_identifier "undefined4") (pointer_declarator "*local_58" (* "*") (identifier "local_58")) (; ";")) (declaration "undefined1 local_4d;" (type_identifier "undefined1") (identifier "local_4d") (; ";")) (declaration "int local_40;" (primitive_type "int") (identifier "local_40") (; ";")) (declaration "undefined4 local_3c;" (type_identifier "undefined4") (identifier "local_3c") (; ";")) (declaration "undefined4 local_38;" (type_identifier "undefined4") (identifier "local_38") (; ";")) (declaration "undefined4 local_34;" (type_identifier "undefined4") (identifier "local_34") (; ";")) (declaration "undefined4 local_30;" (type_identifier "undefined4") (identifier "local_30") (; ";")) (declaration "undefined4 local_2c;" (type_identifier "undefined4") (identifier "local_2c") (; ";")) (declaration "undefined4 local_28;" (type_identifier "undefined4") (identifier "local_28") (; ";")) (declaration "undefined4 local_24;" (type_identifier "undefined4") (identifier "local_24") (; ";")) (declaration "undefined4 local_20;" (type_identifier "undefined4") (identifier "local_20") (; ";")) (declaration "undefined4 uStack_14;" (type_identifier "undefined4") (identifier "uStack_14") (; ";")) (expression_statement "uStack_14 = 0x46609;" (assignment_expression "uStack_14 = 0x46609" (identifier "uStack_14") (= "=") (number_literal "0x46609")) (; ";")) (if_statement "if ((*(int *)(DAT_001c4600 + 0x30) == 0) && (iVar9 = DAT_001c385c, DAT_001c385c != 0)) {\n do {\n bfd_elf32_aarch64_init_maps(*(undefined4 *)(iVar9 + 0x10));\n piVar1 = (int *)(iVar9 + 0x18);\n iVar9 = *piVar1;\n } while (*piVar1 != 0);\n iVar9 = *(int *)(DAT_001c4600 + 0x28);\n }\n else {\n iVar9 = *(int *)(DAT_001c4600 + 0x28);\n }" (if "if") (parenthesized_expression "((*(int *)(DAT_001c4600 + 0x30) == 0) && (iVar9 = DAT_001c385c, DAT_001c385c != 0))" (( "(") (binary_expression "(*(int *)(DAT_001c4600 + 0x30) == 0) && (iVar9 = DAT_001c385c, DAT_001c385c != 0)" (parenthesized_expression "(*(int *)(DAT_001c4600 + 0x30) == 0)" (( "(") (binary_expression "*(int *)(DAT_001c4600 + 0x30) == 0" (pointer_expression "*(int *)(DAT_001c4600 + 0x30)" (* "*") (cast_expression "(int *)(DAT_001c4600 + 0x30)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_001c4600 + 0x30)" (( "(") (binary_expression "DAT_001c4600 + 0x30" (identifier "DAT_001c4600") (+ "+") (number_literal "0x30")) () ")")))) (== "==") (number_literal "0")) () ")")) (&& "&&") (parenthesized_expression "(iVar9 = DAT_001c385c, DAT_001c385c != 0)" (( "(") (comma_expression "iVar9 = DAT_001c385c, DAT_001c385c != 0" (assignment_expression "iVar9 = DAT_001c385c" (identifier "iVar9") (= "=") (identifier "DAT_001c385c")) (, ",") (binary_expression "DAT_001c385c != 0" (identifier "DAT_001c385c") (!= "!=") (number_literal "0"))) () ")"))) () ")")) (compound_statement "{\n do {\n bfd_elf32_aarch64_init_maps(*(undefined4 *)(iVar9 + 0x10));\n piVar1 = (int *)(iVar9 + 0x18);\n iVar9 = *piVar1;\n } while (*piVar1 != 0);\n iVar9 = *(int *)(DAT_001c4600 + 0x28);\n }" ({ "{") (do_statement "do {\n bfd_elf32_aarch64_init_maps(*(undefined4 *)(iVar9 + 0x10));\n piVar1 = (int *)(iVar9 + 0x18);\n iVar9 = *piVar1;\n } while (*piVar1 != 0);" (do "do") (compound_statement "{\n bfd_elf32_aarch64_init_maps(*(undefined4 *)(iVar9 + 0x10));\n piVar1 = (int *)(iVar9 + 0x18);\n iVar9 = *piVar1;\n }" ({ "{") (expression_statement "bfd_elf32_aarch64_init_maps(*(undefined4 *)(iVar9 + 0x10));" (call_expression "bfd_elf32_aarch64_init_maps(*(undefined4 *)(iVar9 + 0x10))" (identifier "bfd_elf32_aarch64_init_maps") (argument_list "(*(undefined4 *)(iVar9 + 0x10))" (( "(") (pointer_expression "*(undefined4 *)(iVar9 + 0x10)" (* "*") (cast_expression "(undefined4 *)(iVar9 + 0x10)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar9 + 0x10)" (( "(") (binary_expression "iVar9 + 0x10" (identifier "iVar9") (+ "+") (number_literal "0x10")) () ")")))) () ")"))) (; ";")) (expression_statement "piVar1 = (int *)(iVar9 + 0x18);" (assignment_expression "piVar1 = (int *)(iVar9 + 0x18)" (identifier "piVar1") (= "=") (cast_expression "(int *)(iVar9 + 0x18)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar9 + 0x18)" (( "(") (binary_expression "iVar9 + 0x18" (identifier "iVar9") (+ "+") (number_literal "0x18")) () ")")))) (; ";")) (expression_statement "iVar9 = *piVar1;" (assignment_expression "iVar9 = *piVar1" (identifier "iVar9") (= "=") (pointer_expression "*piVar1" (* "*") (identifier "piVar1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(*piVar1 != 0)" (( "(") (binary_expression "*piVar1 != 0" (pointer_expression "*piVar1" (* "*") (identifier "piVar1")) (!= "!=") (number_literal "0")) () ")")) (; ";")) (expression_statement "iVar9 = *(int *)(DAT_001c4600 + 0x28);" (assignment_expression "iVar9 = *(int *)(DAT_001c4600 + 0x28)" (identifier "iVar9") (= "=") (pointer_expression "*(int *)(DAT_001c4600 + 0x28)" (* "*") (cast_expression "(int *)(DAT_001c4600 + 0x28)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_001c4600 + 0x28)" (( "(") (binary_expression "DAT_001c4600 + 0x28" (identifier "DAT_001c4600") (+ "+") (number_literal "0x28")) () ")"))))) (; ";")) (} "}")) (else_clause "else {\n iVar9 = *(int *)(DAT_001c4600 + 0x28);\n }" (else "else") (compound_statement "{\n iVar9 = *(int *)(DAT_001c4600 + 0x28);\n }" ({ "{") (expression_statement "iVar9 = *(int *)(DAT_001c4600 + 0x28);" (assignment_expression "iVar9 = *(int *)(DAT_001c4600 + 0x28)" (identifier "iVar9") (= "=") (pointer_expression "*(int *)(DAT_001c4600 + 0x28)" (* "*") (cast_expression "(int *)(DAT_001c4600 + 0x28)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_001c4600 + 0x28)" (( "(") (binary_expression "DAT_001c4600 + 0x28" (identifier "DAT_001c4600") (+ "+") (number_literal "0x28")) () ")"))))) (; ";")) (} "}")))) (expression_statement "local_58 = (undefined4 *)0x0;" (assignment_expression "local_58 = (undefined4 *)0x0" (identifier "local_58") (= "=") (cast_expression "(undefined4 *)0x0" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (if_statement "if (iVar9 == 1) {\n _bfd_elf_tls_setup(DAT_001c4614,&DAT_001c45e0);\n if ((((DAT_001c45e0 & 3) == 2) ||\n (local_58 = (undefined4 *)bfd_link_hash_lookup(DAT_001c4600,"__ehdr_start",0,0,1),\n local_58 == (undefined4 *)0x0)) ||\n ((2 < *(byte *)(local_58 + 3) && (*(byte *)(local_58 + 3) != 5)))) {\n local_58 = (undefined4 *)0x0;\n }\n else {\n (**(code **)(*(int *)(*(int *)(DAT_001c4614 + 4) + 0x1c0) + 0xf4))(&DAT_001c45e0,local_58,1);\n if ((*(byte *)((int)local_58 + 0x41) & 3) != 1) {\n *(byte *)((int)local_58 + 0x41) = *(byte *)((int)local_58 + 0x41) & 0xfc | 2;\n }\n local_3c = *local_58;\n local_38 = local_58[1];\n local_34 = local_58[2];\n local_30 = local_58[3];\n local_2c = local_58[4];\n local_28 = local_58[5];\n local_24 = local_58[6];\n local_58[6] = 0;\n local_20 = local_58[7];\n local_58[7] = 0;\n local_4d = *(undefined1 *)(local_58 + 3);\n *(undefined1 *)(local_58 + 3) = 3;\n local_58[5] = PTR__bfd_std_section_001c1fd4 + 0x180;\n }\n FUN_00023e80(FUN_00046c60);\n }" (if "if") (parenthesized_expression "(iVar9 == 1)" (( "(") (binary_expression "iVar9 == 1" (identifier "iVar9") (== "==") (number_literal "1")) () ")")) (compound_statement "{\n _bfd_elf_tls_setup(DAT_001c4614,&DAT_001c45e0);\n if ((((DAT_001c45e0 & 3) == 2) ||\n (local_58 = (undefined4 *)bfd_link_hash_lookup(DAT_001c4600,"__ehdr_start",0,0,1),\n local_58 == (undefined4 *)0x0)) ||\n ((2 < *(byte *)(local_58 + 3) && (*(byte *)(local_58 + 3) != 5)))) {\n local_58 = (undefined4 *)0x0;\n }\n else {\n (**(code **)(*(int *)(*(int *)(DAT_001c4614 + 4) + 0x1c0) + 0xf4))(&DAT_001c45e0,local_58,1);\n if ((*(byte *)((int)local_58 + 0x41) & 3) != 1) {\n *(byte *)((int)local_58 + 0x41) = *(byte *)((int)local_58 + 0x41) & 0xfc | 2;\n }\n local_3c = *local_58;\n local_38 = local_58[1];\n local_34 = local_58[2];\n local_30 = local_58[3];\n local_2c = local_58[4];\n local_28 = local_58[5];\n local_24 = local_58[6];\n local_58[6] = 0;\n local_20 = local_58[7];\n local_58[7] = 0;\n local_4d = *(undefined1 *)(local_58 + 3);\n *(undefined1 *)(local_58 + 3) = 3;\n local_58[5] = PTR__bfd_std_section_001c1fd4 + 0x180;\n }\n FUN_00023e80(FUN_00046c60);\n }" ({ "{") (expression_statement "_bfd_elf_tls_setup(DAT_001c4614,&DAT_001c45e0);" (call_expression "_bfd_elf_tls_setup(DAT_001c4614,&DAT_001c45e0)" (identifier "_bfd_elf_tls_setup") (argument_list "(DAT_001c4614,&DAT_001c45e0)" (( "(") (identifier "DAT_001c4614") (, ",") (pointer_expression "&DAT_001c45e0" (& "&") (identifier "DAT_001c45e0")) () ")"))) (; ";")) (if_statement "if ((((DAT_001c45e0 & 3) == 2) ||\n (local_58 = (undefined4 *)bfd_link_hash_lookup(DAT_001c4600,"__ehdr_start",0,0,1),\n local_58 == (undefined4 *)0x0)) ||\n ((2 < *(byte *)(local_58 + 3) && (*(byte *)(local_58 + 3) != 5)))) {\n local_58 = (undefined4 *)0x0;\n }\n else {\n (**(code **)(*(int *)(*(int *)(DAT_001c4614 + 4) + 0x1c0) + 0xf4))(&DAT_001c45e0,local_58,1);\n if ((*(byte *)((int)local_58 + 0x41) & 3) != 1) {\n *(byte *)((int)local_58 + 0x41) = *(byte *)((int)local_58 + 0x41) & 0xfc | 2;\n }\n local_3c = *local_58;\n local_38 = local_58[1];\n local_34 = local_58[2];\n local_30 = local_58[3];\n local_2c = local_58[4];\n local_28 = local_58[5];\n local_24 = local_58[6];\n local_58[6] = 0;\n local_20 = local_58[7];\n local_58[7] = 0;\n local_4d = *(undefined1 *)(local_58 + 3);\n *(undefined1 *)(local_58 + 3) = 3;\n local_58[5] = PTR__bfd_std_section_001c1fd4 + 0x180;\n }" (if "if") (parenthesized_expression "((((DAT_001c45e0 & 3) == 2) ||\n (local_58 = (undefined4 *)bfd_link_hash_lookup(DAT_001c4600,"__ehdr_start",0,0,1),\n local_58 == (undefined4 *)0x0)) ||\n ((2 < *(byte *)(local_58 + 3) && (*(byte *)(local_58 + 3) != 5))))" (( "(") (binary_expression "(((DAT_001c45e0 & 3) == 2) ||\n (local_58 = (undefined4 *)bfd_link_hash_lookup(DAT_001c4600,"__ehdr_start",0,0,1),\n local_58 == (undefined4 *)0x0)) ||\n ((2 < *(byte *)(local_58 + 3) && (*(byte *)(local_58 + 3) != 5)))" (parenthesized_expression "(((DAT_001c45e0 & 3) == 2) ||\n (local_58 = (undefined4 *)bfd_link_hash_lookup(DAT_001c4600,"__ehdr_start",0,0,1),\n local_58 == (undefined4 *)0x0))" (( "(") (binary_expression "((DAT_001c45e0 & 3) == 2) ||\n (local_58 = (undefined4 *)bfd_link_hash_lookup(DAT_001c4600,"__ehdr_start",0,0,1),\n local_58 == (undefined4 *)0x0)" (parenthesized_expression "((DAT_001c45e0 & 3) == 2)" (( "(") (binary_expression "(DAT_001c45e0 & 3) == 2" (parenthesized_expression "(DAT_001c45e0 & 3)" (( "(") (binary_expression "DAT_001c45e0 & 3" (identifier "DAT_001c45e0") (& "&") (number_literal "3")) () ")")) (== "==") (number_literal "2")) () ")")) (|| "||") (parenthesized_expression "(local_58 = (undefined4 *)bfd_link_hash_lookup(DAT_001c4600,"__ehdr_start",0,0,1),\n local_58 == (undefined4 *)0x0)" (( "(") (comma_expression "local_58 = (undefined4 *)bfd_link_hash_lookup(DAT_001c4600,"__ehdr_start",0,0,1),\n local_58 == (undefined4 *)0x0" (assignment_expression "local_58 = (undefined4 *)bfd_link_hash_lookup(DAT_001c4600,"__ehdr_start",0,0,1)" (identifier "local_58") (= "=") (cast_expression "(undefined4 *)bfd_link_hash_lookup(DAT_001c4600,"__ehdr_start",0,0,1)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "bfd_link_hash_lookup(DAT_001c4600,"__ehdr_start",0,0,1)" (identifier "bfd_link_hash_lookup") (argument_list "(DAT_001c4600,"__ehdr_start",0,0,1)" (( "(") (identifier "DAT_001c4600") (, ",") (string_literal ""__ehdr_start"" (" """) (string_content "__ehdr_start") (" """)) (, ",") (number_literal "0") (, ",") (number_literal "0") (, ",") (number_literal "1") () ")"))))) (, ",") (binary_expression "local_58 == (undefined4 *)0x0" (identifier "local_58") (== "==") (cast_expression "(undefined4 *)0x0" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0")))) () ")"))) () ")")) (|| "||") (parenthesized_expression "((2 < *(byte *)(local_58 + 3) && (*(byte *)(local_58 + 3) != 5)))" (( "(") (parenthesized_expression "(2 < *(byte *)(local_58 + 3) && (*(byte *)(local_58 + 3) != 5))" (( "(") (binary_expression "2 < *(byte *)(local_58 + 3) && (*(byte *)(local_58 + 3) != 5)" (binary_expression "2 < *(byte *)(local_58 + 3)" (number_literal "2") (< "<") (pointer_expression "*(byte *)(local_58 + 3)" (* "*") (cast_expression "(byte *)(local_58 + 3)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_58 + 3)" (( "(") (binary_expression "local_58 + 3" (identifier "local_58") (+ "+") (number_literal "3")) () ")"))))) (&& "&&") (parenthesized_expression "(*(byte *)(local_58 + 3) != 5)" (( "(") (binary_expression "*(byte *)(local_58 + 3) != 5" (pointer_expression "*(byte *)(local_58 + 3)" (* "*") (cast_expression "(byte *)(local_58 + 3)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_58 + 3)" (( "(") (binary_expression "local_58 + 3" (identifier "local_58") (+ "+") (number_literal "3")) () ")")))) (!= "!=") (number_literal "5")) () ")"))) () ")")) () ")"))) () ")")) (compound_statement "{\n local_58 = (undefined4 *)0x0;\n }" ({ "{") (expression_statement "local_58 = (undefined4 *)0x0;" (assignment_expression "local_58 = (undefined4 *)0x0" (identifier "local_58") (= "=") (cast_expression "(undefined4 *)0x0" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (} "}")) (else_clause "else {\n (**(code **)(*(int *)(*(int *)(DAT_001c4614 + 4) + 0x1c0) + 0xf4))(&DAT_001c45e0,local_58,1);\n if ((*(byte *)((int)local_58 + 0x41) & 3) != 1) {\n *(byte *)((int)local_58 + 0x41) = *(byte *)((int)local_58 + 0x41) & 0xfc | 2;\n }\n local_3c = *local_58;\n local_38 = local_58[1];\n local_34 = local_58[2];\n local_30 = local_58[3];\n local_2c = local_58[4];\n local_28 = local_58[5];\n local_24 = local_58[6];\n local_58[6] = 0;\n local_20 = local_58[7];\n local_58[7] = 0;\n local_4d = *(undefined1 *)(local_58 + 3);\n *(undefined1 *)(local_58 + 3) = 3;\n local_58[5] = PTR__bfd_std_section_001c1fd4 + 0x180;\n }" (else "else") (compound_statement "{\n (**(code **)(*(int *)(*(int *)(DAT_001c4614 + 4) + 0x1c0) + 0xf4))(&DAT_001c45e0,local_58,1);\n if ((*(byte *)((int)local_58 + 0x41) & 3) != 1) {\n *(byte *)((int)local_58 + 0x41) = *(byte *)((int)local_58 + 0x41) & 0xfc | 2;\n }\n local_3c = *local_58;\n local_38 = local_58[1];\n local_34 = local_58[2];\n local_30 = local_58[3];\n local_2c = local_58[4];\n local_28 = local_58[5];\n local_24 = local_58[6];\n local_58[6] = 0;\n local_20 = local_58[7];\n local_58[7] = 0;\n local_4d = *(undefined1 *)(local_58 + 3);\n *(undefined1 *)(local_58 + 3) = 3;\n local_58[5] = PTR__bfd_std_section_001c1fd4 + 0x180;\n }" ({ "{") (expression_statement "(**(code **)(*(int *)(*(int *)(DAT_001c4614 + 4) + 0x1c0) + 0xf4))(&DAT_001c45e0,local_58,1);" (call_expression "(**(code **)(*(int *)(*(int *)(DAT_001c4614 + 4) + 0x1c0) + 0xf4))(&DAT_001c45e0,local_58,1)" (parenthesized_expression "(**(code **)(*(int *)(*(int *)(DAT_001c4614 + 4) + 0x1c0) + 0xf4))" (( "(") (pointer_expression "**(code **)(*(int *)(*(int *)(DAT_001c4614 + 4) + 0x1c0) + 0xf4)" (* "*") (pointer_expression "*(code **)(*(int *)(*(int *)(DAT_001c4614 + 4) + 0x1c0) + 0xf4)" (* "*") (cast_expression "(code **)(*(int *)(*(int *)(DAT_001c4614 + 4) + 0x1c0) + 0xf4)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*(int *)(*(int *)(DAT_001c4614 + 4) + 0x1c0) + 0xf4)" (( "(") (binary_expression "*(int *)(*(int *)(DAT_001c4614 + 4) + 0x1c0) + 0xf4" (pointer_expression "*(int *)(*(int *)(DAT_001c4614 + 4) + 0x1c0)" (* "*") (cast_expression "(int *)(*(int *)(DAT_001c4614 + 4) + 0x1c0)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(int *)(DAT_001c4614 + 4) + 0x1c0)" (( "(") (binary_expression "*(int *)(DAT_001c4614 + 4) + 0x1c0" (pointer_expression "*(int *)(DAT_001c4614 + 4)" (* "*") (cast_expression "(int *)(DAT_001c4614 + 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_001c4614 + 4)" (( "(") (binary_expression "DAT_001c4614 + 4" (identifier "DAT_001c4614") (+ "+") (number_literal "4")) () ")")))) (+ "+") (number_literal "0x1c0")) () ")")))) (+ "+") (number_literal "0xf4")) () ")"))))) () ")")) (argument_list "(&DAT_001c45e0,local_58,1)" (( "(") (pointer_expression "&DAT_001c45e0" (& "&") (identifier "DAT_001c45e0")) (, ",") (identifier "local_58") (, ",") (number_literal "1") () ")"))) (; ";")) (if_statement "if ((*(byte *)((int)local_58 + 0x41) & 3) != 1) {\n *(byte *)((int)local_58 + 0x41) = *(byte *)((int)local_58 + 0x41) & 0xfc | 2;\n }" (if "if") (parenthesized_expression "((*(byte *)((int)local_58 + 0x41) & 3) != 1)" (( "(") (binary_expression "(*(byte *)((int)local_58 + 0x41) & 3) != 1" (parenthesized_expression "(*(byte *)((int)local_58 + 0x41) & 3)" (( "(") (binary_expression "*(byte *)((int)local_58 + 0x41) & 3" (pointer_expression "*(byte *)((int)local_58 + 0x41)" (* "*") (cast_expression "(byte *)((int)local_58 + 0x41)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)local_58 + 0x41)" (( "(") (binary_expression "(int)local_58 + 0x41" (cast_expression "(int)local_58" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "local_58")) (+ "+") (number_literal "0x41")) () ")")))) (& "&") (number_literal "3")) () ")")) (!= "!=") (number_literal "1")) () ")")) (compound_statement "{\n *(byte *)((int)local_58 + 0x41) = *(byte *)((int)local_58 + 0x41) & 0xfc | 2;\n }" ({ "{") (expression_statement "*(byte *)((int)local_58 + 0x41) = *(byte *)((int)local_58 + 0x41) & 0xfc | 2;" (assignment_expression "*(byte *)((int)local_58 + 0x41) = *(byte *)((int)local_58 + 0x41) & 0xfc | 2" (pointer_expression "*(byte *)((int)local_58 + 0x41)" (* "*") (cast_expression "(byte *)((int)local_58 + 0x41)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)local_58 + 0x41)" (( "(") (binary_expression "(int)local_58 + 0x41" (cast_expression "(int)local_58" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "local_58")) (+ "+") (number_literal "0x41")) () ")")))) (= "=") (binary_expression "*(byte *)((int)local_58 + 0x41) & 0xfc | 2" (binary_expression "*(byte *)((int)local_58 + 0x41) & 0xfc" (pointer_expression "*(byte *)((int)local_58 + 0x41)" (* "*") (cast_expression "(byte *)((int)local_58 + 0x41)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)local_58 + 0x41)" (( "(") (binary_expression "(int)local_58 + 0x41" (cast_expression "(int)local_58" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "local_58")) (+ "+") (number_literal "0x41")) () ")")))) (& "&") (number_literal "0xfc")) (| "|") (number_literal "2"))) (; ";")) (} "}"))) (expression_statement "local_3c = *local_58;" (assignment_expression "local_3c = *local_58" (identifier "local_3c") (= "=") (pointer_expression "*local_58" (* "*") (identifier "local_58"))) (; ";")) (expression_statement "local_38 = local_58[1];" (assignment_expression "local_38 = local_58[1]" (identifier "local_38") (= "=") (subscript_expression "local_58[1]" (identifier "local_58") ([ "[") (number_literal "1") (] "]"))) (; ";")) (expression_statement "local_34 = local_58[2];" (assignment_expression "local_34 = local_58[2]" (identifier "local_34") (= "=") (subscript_expression "local_58[2]" (identifier "local_58") ([ "[") (number_literal "2") (] "]"))) (; ";")) (expression_statement "local_30 = local_58[3];" (assignment_expression "local_30 = local_58[3]" (identifier "local_30") (= "=") (subscript_expression "local_58[3]" (identifier "local_58") ([ "[") (number_literal "3") (] "]"))) (; ";")) (expression_statement "local_2c = local_58[4];" (assignment_expression "local_2c = local_58[4]" (identifier "local_2c") (= "=") (subscript_expression "local_58[4]" (identifier "local_58") ([ "[") (number_literal "4") (] "]"))) (; ";")) (expression_statement "local_28 = local_58[5];" (assignment_expression "local_28 = local_58[5]" (identifier "local_28") (= "=") (subscript_expression "local_58[5]" (identifier "local_58") ([ "[") (number_literal "5") (] "]"))) (; ";")) (expression_statement "local_24 = local_58[6];" (assignment_expression "local_24 = local_58[6]" (identifier "local_24") (= "=") (subscript_expression "local_58[6]" (identifier "local_58") ([ "[") (number_literal "6") (] "]"))) (; ";")) (expression_statement "local_58[6] = 0;" (assignment_expression "local_58[6] = 0" (subscript_expression "local_58[6]" (identifier "local_58") ([ "[") (number_literal "6") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "local_20 = local_58[7];" (assignment_expression "local_20 = local_58[7]" (identifier "local_20") (= "=") (subscript_expression "local_58[7]" (identifier "local_58") ([ "[") (number_literal "7") (] "]"))) (; ";")) (expression_statement "local_58[7] = 0;" (assignment_expression "local_58[7] = 0" (subscript_expression "local_58[7]" (identifier "local_58") ([ "[") (number_literal "7") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "local_4d = *(undefined1 *)(local_58 + 3);" (assignment_expression "local_4d = *(undefined1 *)(local_58 + 3)" (identifier "local_4d") (= "=") (pointer_expression "*(undefined1 *)(local_58 + 3)" (* "*") (cast_expression "(undefined1 *)(local_58 + 3)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_58 + 3)" (( "(") (binary_expression "local_58 + 3" (identifier "local_58") (+ "+") (number_literal "3")) () ")"))))) (; ";")) (expression_statement "*(undefined1 *)(local_58 + 3) = 3;" (assignment_expression "*(undefined1 *)(local_58 + 3) = 3" (pointer_expression "*(undefined1 *)(local_58 + 3)" (* "*") (cast_expression "(undefined1 *)(local_58 + 3)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_58 + 3)" (( "(") (binary_expression "local_58 + 3" (identifier "local_58") (+ "+") (number_literal "3")) () ")")))) (= "=") (number_literal "3")) (; ";")) (expression_statement "local_58[5] = PTR__bfd_std_section_001c1fd4 + 0x180;" (assignment_expression "local_58[5] = PTR__bfd_std_section_001c1fd4 + 0x180" (subscript_expression "local_58[5]" (identifier "local_58") ([ "[") (number_literal "5") (] "]")) (= "=") (binary_expression "PTR__bfd_std_section_001c1fd4 + 0x180" (identifier "PTR__bfd_std_section_001c1fd4") (+ "+") (number_literal "0x180"))) (; ";")) (} "}")))) (expression_statement "FUN_00023e80(FUN_00046c60);" (call_expression "FUN_00023e80(FUN_00046c60)" (identifier "FUN_00023e80") (argument_list "(FUN_00046c60)" (( "(") (identifier "FUN_00046c60") () ")"))) (; ";")) (} "}"))) (expression_statement "local_6c = DAT_001c46c4;" (assignment_expression "local_6c = DAT_001c46c4" (identifier "local_6c") (= "=") (identifier "DAT_001c46c4")) (; ";")) (if_statement "if (((DAT_001c46c4 == (char *)0x0) && (local_6c = getenv("LD_RUN_PATH"), local_6c == (char *)0x0))\n || (iVar9 = DAT_001c461c, *local_6c == '\0')) {\n local_6c = (char *)0x0;\n iVar9 = DAT_001c461c;\n }" (if "if") (parenthesized_expression "(((DAT_001c46c4 == (char *)0x0) && (local_6c = getenv("LD_RUN_PATH"), local_6c == (char *)0x0))\n || (iVar9 = DAT_001c461c, *local_6c == '\0'))" (( "(") (binary_expression "((DAT_001c46c4 == (char *)0x0) && (local_6c = getenv("LD_RUN_PATH"), local_6c == (char *)0x0))\n || (iVar9 = DAT_001c461c, *local_6c == '\0')" (parenthesized_expression "((DAT_001c46c4 == (char *)0x0) && (local_6c = getenv("LD_RUN_PATH"), local_6c == (char *)0x0))" (( "(") (binary_expression "(DAT_001c46c4 == (char *)0x0) && (local_6c = getenv("LD_RUN_PATH"), local_6c == (char *)0x0)" (parenthesized_expression "(DAT_001c46c4 == (char *)0x0)" (( "(") (binary_expression "DAT_001c46c4 == (char *)0x0" (identifier "DAT_001c46c4") (== "==") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (&& "&&") (parenthesized_expression "(local_6c = getenv("LD_RUN_PATH"), local_6c == (char *)0x0)" (( "(") (comma_expression "local_6c = getenv("LD_RUN_PATH"), local_6c == (char *)0x0" (assignment_expression "local_6c = getenv("LD_RUN_PATH")" (identifier "local_6c") (= "=") (call_expression "getenv("LD_RUN_PATH")" (identifier "getenv") (argument_list "("LD_RUN_PATH")" (( "(") (string_literal ""LD_RUN_PATH"" (" """) (string_content "LD_RUN_PATH") (" """)) () ")")))) (, ",") (binary_expression "local_6c == (char *)0x0" (identifier "local_6c") (== "==") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0")))) () ")"))) () ")")) (|| "||") (parenthesized_expression "(iVar9 = DAT_001c461c, *local_6c == '\0')" (( "(") (comma_expression "iVar9 = DAT_001c461c, *local_6c == '\0'" (assignment_expression "iVar9 = DAT_001c461c" (identifier "iVar9") (= "=") (identifier "DAT_001c461c")) (, ",") (binary_expression "*local_6c == '\0'" (pointer_expression "*local_6c" (* "*") (identifier "local_6c")) (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'")))) () ")"))) () ")")) (compound_statement "{\n local_6c = (char *)0x0;\n iVar9 = DAT_001c461c;\n }" ({ "{") (expression_statement "local_6c = (char *)0x0;" (assignment_expression "local_6c = (char *)0x0" (identifier "local_6c") (= "=") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "iVar9 = DAT_001c461c;" (assignment_expression "iVar9 = DAT_001c461c" (identifier "iVar9") (= "=") (identifier "DAT_001c461c")) (; ";")) (} "}"))) (labeled_statement "joined_r0x00046685:\n do {\n if (iVar9 == 0) {\n iVar9 = bfd_elf_size_dynamic_sections\n (DAT_001c4614,DAT_001c46c0,local_6c,DAT_001c46cc,DAT_001c3d6c,DAT_001c3d68,\n DAT_001c46d0,&DAT_001c45e0,&local_40);\n if (iVar9 == 0) {\n uVar14 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00034dc0(uVar14);\n }\n pcVar7 = DAT_001c46bc;\n iVar9 = DAT_001c385c;\n if ((DAT_001c46bc != (char *)0x0) && (local_40 != 0)) {\n *(char **)(local_40 + 0x84) = DAT_001c46bc;\n sVar10 = strlen(pcVar7);\n *(undefined4 *)(local_40 + 0x30) = 0;\n *(size_t *)(local_40 + 0x2c) = sVar10 + 1;\n iVar9 = DAT_001c385c;\n }\n for (; iVar9 != 0; iVar9 = *(int *)(iVar9 + 0x18)) {\n if (((*(byte *)(iVar9 + 0x24) & 0x10) == 0) &&\n (iVar11 = bfd_get_section_by_name(*(undefined4 *)(iVar9 + 0x10),".gnu.warning"),\n iVar11 != 0)) {\n uVar14 = *(undefined4 *)(iVar11 + 0x30);\n iVar6 = *(int *)(iVar11 + 0x2c);\n __ptr = (void *)xmalloc(iVar6 + 1);\n iVar12 = bfd_get_section_contents\n (*(undefined4 *)(iVar9 + 0x10),iVar11,__ptr,0,0,iVar6,uVar14);\n if (iVar12 == 0) {\n uVar14 = *(undefined4 *)(iVar9 + 0x10);\n uVar13 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);\n FUN_00034dc0(uVar13,uVar14);\n }\n *(undefined1 *)((int)__ptr + iVar6) = 0;\n (**(code **)(DAT_001c45fc + 0x14))\n (&DAT_001c45e0,__ptr,0,*(undefined4 *)(iVar9 + 0x10),0,0,0);\n free(__ptr);\n iVar6 = *(int *)(iVar11 + 0x54);\n if (iVar6 != 0) {\n uVar2 = *(uint *)(iVar6 + 0x34);\n uVar3 = *(uint *)(iVar6 + 0x38);\n uVar4 = *(uint *)(iVar11 + 0x30);\n uVar5 = *(uint *)(iVar11 + 0x2c);\n if (uVar4 <= uVar3 && (uint)(uVar2 < uVar5) <= uVar3 - uVar4) {\n *(uint *)(iVar6 + 0x34) = uVar2 - uVar5;\n *(uint *)(iVar6 + 0x38) = (uVar3 - uVar4) - (uint)(uVar2 < uVar5);\n }\n }\n *(uint *)(iVar11 + 0x14) = *(uint *)(iVar11 + 0x14) | 0x208000;\n *(undefined4 *)(iVar11 + 0x2c) = 0;\n *(undefined4 *)(iVar11 + 0x30) = 0;\n }\n }\n FUN_00033a20();\n iVar9 = bfd_elf_size_dynsym_hash_dynstr(DAT_001c4614,&DAT_001c45e0);\n if (iVar9 == 0) {\n uVar14 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00034dc0(uVar14);\n }\n if (local_58 != (undefined4 *)0x0) {\n *(undefined1 *)(local_58 + 3) = local_4d;\n local_58[4] = local_2c;\n local_58[5] = local_28;\n local_58[6] = local_24;\n local_58[7] = local_20;\n }\n return;\n }\n if (((*(int *)(*(int *)(iVar9 + 4) + 4) == 5) &&\n (pcVar7 = *(char **)(*(int *)(iVar9 + 0xa0) + 0x2b4), pcVar7 != (char *)0x0)) &&\n (*pcVar7 != '\0')) {\n pcVar7 = (char *)xstrdup(pcVar7);\n do {\n pcVar8 = strchr(pcVar7,(int)DAT_001c4728);\n if (pcVar8 == (char *)0x0) {\n if (*pcVar7 != '\0') {\n FUN_000453b0();\n iVar9 = *(int *)(iVar9 + 0x9c);\n goto joined_r0x00046685;\n }\n break;\n }\n *pcVar8 = '\0';\n if (*pcVar7 != '\0') {\n FUN_000453b0();\n }\n pcVar7 = pcVar8 + 1;\n } while (pcVar7 != (char *)0x0);\n }\n iVar9 = *(int *)(iVar9 + 0x9c);\n } while( true );" (statement_identifier "joined_r0x00046685") (: ":") (do_statement "do {\n if (iVar9 == 0) {\n iVar9 = bfd_elf_size_dynamic_sections\n (DAT_001c4614,DAT_001c46c0,local_6c,DAT_001c46cc,DAT_001c3d6c,DAT_001c3d68,\n DAT_001c46d0,&DAT_001c45e0,&local_40);\n if (iVar9 == 0) {\n uVar14 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00034dc0(uVar14);\n }\n pcVar7 = DAT_001c46bc;\n iVar9 = DAT_001c385c;\n if ((DAT_001c46bc != (char *)0x0) && (local_40 != 0)) {\n *(char **)(local_40 + 0x84) = DAT_001c46bc;\n sVar10 = strlen(pcVar7);\n *(undefined4 *)(local_40 + 0x30) = 0;\n *(size_t *)(local_40 + 0x2c) = sVar10 + 1;\n iVar9 = DAT_001c385c;\n }\n for (; iVar9 != 0; iVar9 = *(int *)(iVar9 + 0x18)) {\n if (((*(byte *)(iVar9 + 0x24) & 0x10) == 0) &&\n (iVar11 = bfd_get_section_by_name(*(undefined4 *)(iVar9 + 0x10),".gnu.warning"),\n iVar11 != 0)) {\n uVar14 = *(undefined4 *)(iVar11 + 0x30);\n iVar6 = *(int *)(iVar11 + 0x2c);\n __ptr = (void *)xmalloc(iVar6 + 1);\n iVar12 = bfd_get_section_contents\n (*(undefined4 *)(iVar9 + 0x10),iVar11,__ptr,0,0,iVar6,uVar14);\n if (iVar12 == 0) {\n uVar14 = *(undefined4 *)(iVar9 + 0x10);\n uVar13 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);\n FUN_00034dc0(uVar13,uVar14);\n }\n *(undefined1 *)((int)__ptr + iVar6) = 0;\n (**(code **)(DAT_001c45fc + 0x14))\n (&DAT_001c45e0,__ptr,0,*(undefined4 *)(iVar9 + 0x10),0,0,0);\n free(__ptr);\n iVar6 = *(int *)(iVar11 + 0x54);\n if (iVar6 != 0) {\n uVar2 = *(uint *)(iVar6 + 0x34);\n uVar3 = *(uint *)(iVar6 + 0x38);\n uVar4 = *(uint *)(iVar11 + 0x30);\n uVar5 = *(uint *)(iVar11 + 0x2c);\n if (uVar4 <= uVar3 && (uint)(uVar2 < uVar5) <= uVar3 - uVar4) {\n *(uint *)(iVar6 + 0x34) = uVar2 - uVar5;\n *(uint *)(iVar6 + 0x38) = (uVar3 - uVar4) - (uint)(uVar2 < uVar5);\n }\n }\n *(uint *)(iVar11 + 0x14) = *(uint *)(iVar11 + 0x14) | 0x208000;\n *(undefined4 *)(iVar11 + 0x2c) = 0;\n *(undefined4 *)(iVar11 + 0x30) = 0;\n }\n }\n FUN_00033a20();\n iVar9 = bfd_elf_size_dynsym_hash_dynstr(DAT_001c4614,&DAT_001c45e0);\n if (iVar9 == 0) {\n uVar14 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00034dc0(uVar14);\n }\n if (local_58 != (undefined4 *)0x0) {\n *(undefined1 *)(local_58 + 3) = local_4d;\n local_58[4] = local_2c;\n local_58[5] = local_28;\n local_58[6] = local_24;\n local_58[7] = local_20;\n }\n return;\n }\n if (((*(int *)(*(int *)(iVar9 + 4) + 4) == 5) &&\n (pcVar7 = *(char **)(*(int *)(iVar9 + 0xa0) + 0x2b4), pcVar7 != (char *)0x0)) &&\n (*pcVar7 != '\0')) {\n pcVar7 = (char *)xstrdup(pcVar7);\n do {\n pcVar8 = strchr(pcVar7,(int)DAT_001c4728);\n if (pcVar8 == (char *)0x0) {\n if (*pcVar7 != '\0') {\n FUN_000453b0();\n iVar9 = *(int *)(iVar9 + 0x9c);\n goto joined_r0x00046685;\n }\n break;\n }\n *pcVar8 = '\0';\n if (*pcVar7 != '\0') {\n FUN_000453b0();\n }\n pcVar7 = pcVar8 + 1;\n } while (pcVar7 != (char *)0x0);\n }\n iVar9 = *(int *)(iVar9 + 0x9c);\n } while( true );" (do "do") (compound_statement "{\n if (iVar9 == 0) {\n iVar9 = bfd_elf_size_dynamic_sections\n (DAT_001c4614,DAT_001c46c0,local_6c,DAT_001c46cc,DAT_001c3d6c,DAT_001c3d68,\n DAT_001c46d0,&DAT_001c45e0,&local_40);\n if (iVar9 == 0) {\n uVar14 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00034dc0(uVar14);\n }\n pcVar7 = DAT_001c46bc;\n iVar9 = DAT_001c385c;\n if ((DAT_001c46bc != (char *)0x0) && (local_40 != 0)) {\n *(char **)(local_40 + 0x84) = DAT_001c46bc;\n sVar10 = strlen(pcVar7);\n *(undefined4 *)(local_40 + 0x30) = 0;\n *(size_t *)(local_40 + 0x2c) = sVar10 + 1;\n iVar9 = DAT_001c385c;\n }\n for (; iVar9 != 0; iVar9 = *(int *)(iVar9 + 0x18)) {\n if (((*(byte *)(iVar9 + 0x24) & 0x10) == 0) &&\n (iVar11 = bfd_get_section_by_name(*(undefined4 *)(iVar9 + 0x10),".gnu.warning"),\n iVar11 != 0)) {\n uVar14 = *(undefined4 *)(iVar11 + 0x30);\n iVar6 = *(int *)(iVar11 + 0x2c);\n __ptr = (void *)xmalloc(iVar6 + 1);\n iVar12 = bfd_get_section_contents\n (*(undefined4 *)(iVar9 + 0x10),iVar11,__ptr,0,0,iVar6,uVar14);\n if (iVar12 == 0) {\n uVar14 = *(undefined4 *)(iVar9 + 0x10);\n uVar13 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);\n FUN_00034dc0(uVar13,uVar14);\n }\n *(undefined1 *)((int)__ptr + iVar6) = 0;\n (**(code **)(DAT_001c45fc + 0x14))\n (&DAT_001c45e0,__ptr,0,*(undefined4 *)(iVar9 + 0x10),0,0,0);\n free(__ptr);\n iVar6 = *(int *)(iVar11 + 0x54);\n if (iVar6 != 0) {\n uVar2 = *(uint *)(iVar6 + 0x34);\n uVar3 = *(uint *)(iVar6 + 0x38);\n uVar4 = *(uint *)(iVar11 + 0x30);\n uVar5 = *(uint *)(iVar11 + 0x2c);\n if (uVar4 <= uVar3 && (uint)(uVar2 < uVar5) <= uVar3 - uVar4) {\n *(uint *)(iVar6 + 0x34) = uVar2 - uVar5;\n *(uint *)(iVar6 + 0x38) = (uVar3 - uVar4) - (uint)(uVar2 < uVar5);\n }\n }\n *(uint *)(iVar11 + 0x14) = *(uint *)(iVar11 + 0x14) | 0x208000;\n *(undefined4 *)(iVar11 + 0x2c) = 0;\n *(undefined4 *)(iVar11 + 0x30) = 0;\n }\n }\n FUN_00033a20();\n iVar9 = bfd_elf_size_dynsym_hash_dynstr(DAT_001c4614,&DAT_001c45e0);\n if (iVar9 == 0) {\n uVar14 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00034dc0(uVar14);\n }\n if (local_58 != (undefined4 *)0x0) {\n *(undefined1 *)(local_58 + 3) = local_4d;\n local_58[4] = local_2c;\n local_58[5] = local_28;\n local_58[6] = local_24;\n local_58[7] = local_20;\n }\n return;\n }\n if (((*(int *)(*(int *)(iVar9 + 4) + 4) == 5) &&\n (pcVar7 = *(char **)(*(int *)(iVar9 + 0xa0) + 0x2b4), pcVar7 != (char *)0x0)) &&\n (*pcVar7 != '\0')) {\n pcVar7 = (char *)xstrdup(pcVar7);\n do {\n pcVar8 = strchr(pcVar7,(int)DAT_001c4728);\n if (pcVar8 == (char *)0x0) {\n if (*pcVar7 != '\0') {\n FUN_000453b0();\n iVar9 = *(int *)(iVar9 + 0x9c);\n goto joined_r0x00046685;\n }\n break;\n }\n *pcVar8 = '\0';\n if (*pcVar7 != '\0') {\n FUN_000453b0();\n }\n pcVar7 = pcVar8 + 1;\n } while (pcVar7 != (char *)0x0);\n }\n iVar9 = *(int *)(iVar9 + 0x9c);\n }" ({ "{") (if_statement "if (iVar9 == 0) {\n iVar9 = bfd_elf_size_dynamic_sections\n (DAT_001c4614,DAT_001c46c0,local_6c,DAT_001c46cc,DAT_001c3d6c,DAT_001c3d68,\n DAT_001c46d0,&DAT_001c45e0,&local_40);\n if (iVar9 == 0) {\n uVar14 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00034dc0(uVar14);\n }\n pcVar7 = DAT_001c46bc;\n iVar9 = DAT_001c385c;\n if ((DAT_001c46bc != (char *)0x0) && (local_40 != 0)) {\n *(char **)(local_40 + 0x84) = DAT_001c46bc;\n sVar10 = strlen(pcVar7);\n *(undefined4 *)(local_40 + 0x30) = 0;\n *(size_t *)(local_40 + 0x2c) = sVar10 + 1;\n iVar9 = DAT_001c385c;\n }\n for (; iVar9 != 0; iVar9 = *(int *)(iVar9 + 0x18)) {\n if (((*(byte *)(iVar9 + 0x24) & 0x10) == 0) &&\n (iVar11 = bfd_get_section_by_name(*(undefined4 *)(iVar9 + 0x10),".gnu.warning"),\n iVar11 != 0)) {\n uVar14 = *(undefined4 *)(iVar11 + 0x30);\n iVar6 = *(int *)(iVar11 + 0x2c);\n __ptr = (void *)xmalloc(iVar6 + 1);\n iVar12 = bfd_get_section_contents\n (*(undefined4 *)(iVar9 + 0x10),iVar11,__ptr,0,0,iVar6,uVar14);\n if (iVar12 == 0) {\n uVar14 = *(undefined4 *)(iVar9 + 0x10);\n uVar13 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);\n FUN_00034dc0(uVar13,uVar14);\n }\n *(undefined1 *)((int)__ptr + iVar6) = 0;\n (**(code **)(DAT_001c45fc + 0x14))\n (&DAT_001c45e0,__ptr,0,*(undefined4 *)(iVar9 + 0x10),0,0,0);\n free(__ptr);\n iVar6 = *(int *)(iVar11 + 0x54);\n if (iVar6 != 0) {\n uVar2 = *(uint *)(iVar6 + 0x34);\n uVar3 = *(uint *)(iVar6 + 0x38);\n uVar4 = *(uint *)(iVar11 + 0x30);\n uVar5 = *(uint *)(iVar11 + 0x2c);\n if (uVar4 <= uVar3 && (uint)(uVar2 < uVar5) <= uVar3 - uVar4) {\n *(uint *)(iVar6 + 0x34) = uVar2 - uVar5;\n *(uint *)(iVar6 + 0x38) = (uVar3 - uVar4) - (uint)(uVar2 < uVar5);\n }\n }\n *(uint *)(iVar11 + 0x14) = *(uint *)(iVar11 + 0x14) | 0x208000;\n *(undefined4 *)(iVar11 + 0x2c) = 0;\n *(undefined4 *)(iVar11 + 0x30) = 0;\n }\n }\n FUN_00033a20();\n iVar9 = bfd_elf_size_dynsym_hash_dynstr(DAT_001c4614,&DAT_001c45e0);\n if (iVar9 == 0) {\n uVar14 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00034dc0(uVar14);\n }\n if (local_58 != (undefined4 *)0x0) {\n *(undefined1 *)(local_58 + 3) = local_4d;\n local_58[4] = local_2c;\n local_58[5] = local_28;\n local_58[6] = local_24;\n local_58[7] = local_20;\n }\n return;\n }" (if "if") (parenthesized_expression "(iVar9 == 0)" (( "(") (binary_expression "iVar9 == 0" (identifier "iVar9") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n iVar9 = bfd_elf_size_dynamic_sections\n (DAT_001c4614,DAT_001c46c0,local_6c,DAT_001c46cc,DAT_001c3d6c,DAT_001c3d68,\n DAT_001c46d0,&DAT_001c45e0,&local_40);\n if (iVar9 == 0) {\n uVar14 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00034dc0(uVar14);\n }\n pcVar7 = DAT_001c46bc;\n iVar9 = DAT_001c385c;\n if ((DAT_001c46bc != (char *)0x0) && (local_40 != 0)) {\n *(char **)(local_40 + 0x84) = DAT_001c46bc;\n sVar10 = strlen(pcVar7);\n *(undefined4 *)(local_40 + 0x30) = 0;\n *(size_t *)(local_40 + 0x2c) = sVar10 + 1;\n iVar9 = DAT_001c385c;\n }\n for (; iVar9 != 0; iVar9 = *(int *)(iVar9 + 0x18)) {\n if (((*(byte *)(iVar9 + 0x24) & 0x10) == 0) &&\n (iVar11 = bfd_get_section_by_name(*(undefined4 *)(iVar9 + 0x10),".gnu.warning"),\n iVar11 != 0)) {\n uVar14 = *(undefined4 *)(iVar11 + 0x30);\n iVar6 = *(int *)(iVar11 + 0x2c);\n __ptr = (void *)xmalloc(iVar6 + 1);\n iVar12 = bfd_get_section_contents\n (*(undefined4 *)(iVar9 + 0x10),iVar11,__ptr,0,0,iVar6,uVar14);\n if (iVar12 == 0) {\n uVar14 = *(undefined4 *)(iVar9 + 0x10);\n uVar13 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);\n FUN_00034dc0(uVar13,uVar14);\n }\n *(undefined1 *)((int)__ptr + iVar6) = 0;\n (**(code **)(DAT_001c45fc + 0x14))\n (&DAT_001c45e0,__ptr,0,*(undefined4 *)(iVar9 + 0x10),0,0,0);\n free(__ptr);\n iVar6 = *(int *)(iVar11 + 0x54);\n if (iVar6 != 0) {\n uVar2 = *(uint *)(iVar6 + 0x34);\n uVar3 = *(uint *)(iVar6 + 0x38);\n uVar4 = *(uint *)(iVar11 + 0x30);\n uVar5 = *(uint *)(iVar11 + 0x2c);\n if (uVar4 <= uVar3 && (uint)(uVar2 < uVar5) <= uVar3 - uVar4) {\n *(uint *)(iVar6 + 0x34) = uVar2 - uVar5;\n *(uint *)(iVar6 + 0x38) = (uVar3 - uVar4) - (uint)(uVar2 < uVar5);\n }\n }\n *(uint *)(iVar11 + 0x14) = *(uint *)(iVar11 + 0x14) | 0x208000;\n *(undefined4 *)(iVar11 + 0x2c) = 0;\n *(undefined4 *)(iVar11 + 0x30) = 0;\n }\n }\n FUN_00033a20();\n iVar9 = bfd_elf_size_dynsym_hash_dynstr(DAT_001c4614,&DAT_001c45e0);\n if (iVar9 == 0) {\n uVar14 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00034dc0(uVar14);\n }\n if (local_58 != (undefined4 *)0x0) {\n *(undefined1 *)(local_58 + 3) = local_4d;\n local_58[4] = local_2c;\n local_58[5] = local_28;\n local_58[6] = local_24;\n local_58[7] = local_20;\n }\n return;\n }" ({ "{") (expression_statement "iVar9 = bfd_elf_size_dynamic_sections\n (DAT_001c4614,DAT_001c46c0,local_6c,DAT_001c46cc,DAT_001c3d6c,DAT_001c3d68,\n DAT_001c46d0,&DAT_001c45e0,&local_40);" (assignment_expression "iVar9 = bfd_elf_size_dynamic_sections\n (DAT_001c4614,DAT_001c46c0,local_6c,DAT_001c46cc,DAT_001c3d6c,DAT_001c3d68,\n DAT_001c46d0,&DAT_001c45e0,&local_40)" (identifier "iVar9") (= "=") (call_expression "bfd_elf_size_dynamic_sections\n (DAT_001c4614,DAT_001c46c0,local_6c,DAT_001c46cc,DAT_001c3d6c,DAT_001c3d68,\n DAT_001c46d0,&DAT_001c45e0,&local_40)" (identifier "bfd_elf_size_dynamic_sections") (argument_list "(DAT_001c4614,DAT_001c46c0,local_6c,DAT_001c46cc,DAT_001c3d6c,DAT_001c3d68,\n DAT_001c46d0,&DAT_001c45e0,&local_40)" (( "(") (identifier "DAT_001c4614") (, ",") (identifier "DAT_001c46c0") (, ",") (identifier "local_6c") (, ",") (identifier "DAT_001c46cc") (, ",") (identifier "DAT_001c3d6c") (, ",") (identifier "DAT_001c3d68") (, ",") (identifier "DAT_001c46d0") (, ",") (pointer_expression "&DAT_001c45e0" (& "&") (identifier "DAT_001c45e0")) (, ",") (pointer_expression "&local_40" (& "&") (identifier "local_40")) () ")")))) (; ";")) (if_statement "if (iVar9 == 0) {\n uVar14 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00034dc0(uVar14);\n }" (if "if") (parenthesized_expression "(iVar9 == 0)" (( "(") (binary_expression "iVar9 == 0" (identifier "iVar9") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n uVar14 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00034dc0(uVar14);\n }" ({ "{") (expression_statement "uVar14 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);" (assignment_expression "uVar14 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5)" (identifier "uVar14") (= "=") (call_expression "dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5)" (identifier "dcgettext") (argument_list "(0,"%F%P: failed to set dynamic section sizes: %E\n",5)" (( "(") (number_literal "0") (, ",") (string_literal ""%F%P: failed to set dynamic section sizes: %E\n"" (" """) (string_content "%F%P: failed to set dynamic section sizes: %E") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")")))) (; ";")) (expression_statement "FUN_00034dc0(uVar14);" (call_expression "FUN_00034dc0(uVar14)" (identifier "FUN_00034dc0") (argument_list "(uVar14)" (( "(") (identifier "uVar14") () ")"))) (; ";")) (} "}"))) (expression_statement "pcVar7 = DAT_001c46bc;" (assignment_expression "pcVar7 = DAT_001c46bc" (identifier "pcVar7") (= "=") (identifier "DAT_001c46bc")) (; ";")) (expression_statement "iVar9 = DAT_001c385c;" (assignment_expression "iVar9 = DAT_001c385c" (identifier "iVar9") (= "=") (identifier "DAT_001c385c")) (; ";")) (if_statement "if ((DAT_001c46bc != (char *)0x0) && (local_40 != 0)) {\n *(char **)(local_40 + 0x84) = DAT_001c46bc;\n sVar10 = strlen(pcVar7);\n *(undefined4 *)(local_40 + 0x30) = 0;\n *(size_t *)(local_40 + 0x2c) = sVar10 + 1;\n iVar9 = DAT_001c385c;\n }" (if "if") (parenthesized_expression "((DAT_001c46bc != (char *)0x0) && (local_40 != 0))" (( "(") (binary_expression "(DAT_001c46bc != (char *)0x0) && (local_40 != 0)" (parenthesized_expression "(DAT_001c46bc != (char *)0x0)" (( "(") (binary_expression "DAT_001c46bc != (char *)0x0" (identifier "DAT_001c46bc") (!= "!=") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (&& "&&") (parenthesized_expression "(local_40 != 0)" (( "(") (binary_expression "local_40 != 0" (identifier "local_40") (!= "!=") (number_literal "0")) () ")"))) () ")")) (compound_statement "{\n *(char **)(local_40 + 0x84) = DAT_001c46bc;\n sVar10 = strlen(pcVar7);\n *(undefined4 *)(local_40 + 0x30) = 0;\n *(size_t *)(local_40 + 0x2c) = sVar10 + 1;\n iVar9 = DAT_001c385c;\n }" ({ "{") (expression_statement "*(char **)(local_40 + 0x84) = DAT_001c46bc;" (assignment_expression "*(char **)(local_40 + 0x84) = DAT_001c46bc" (pointer_expression "*(char **)(local_40 + 0x84)" (* "*") (cast_expression "(char **)(local_40 + 0x84)" (( "(") (type_descriptor "char **" (primitive_type "char") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(local_40 + 0x84)" (( "(") (binary_expression "local_40 + 0x84" (identifier "local_40") (+ "+") (number_literal "0x84")) () ")")))) (= "=") (identifier "DAT_001c46bc")) (; ";")) (expression_statement "sVar10 = strlen(pcVar7);" (assignment_expression "sVar10 = strlen(pcVar7)" (identifier "sVar10") (= "=") (call_expression "strlen(pcVar7)" (identifier "strlen") (argument_list "(pcVar7)" (( "(") (identifier "pcVar7") () ")")))) (; ";")) (expression_statement "*(undefined4 *)(local_40 + 0x30) = 0;" (assignment_expression "*(undefined4 *)(local_40 + 0x30) = 0" (pointer_expression "*(undefined4 *)(local_40 + 0x30)" (* "*") (cast_expression "(undefined4 *)(local_40 + 0x30)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_40 + 0x30)" (( "(") (binary_expression "local_40 + 0x30" (identifier "local_40") (+ "+") (number_literal "0x30")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(size_t *)(local_40 + 0x2c) = sVar10 + 1;" (assignment_expression "*(size_t *)(local_40 + 0x2c) = sVar10 + 1" (pointer_expression "*(size_t *)(local_40 + 0x2c)" (* "*") (cast_expression "(size_t *)(local_40 + 0x2c)" (( "(") (type_descriptor "size_t *" (primitive_type "size_t") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_40 + 0x2c)" (( "(") (binary_expression "local_40 + 0x2c" (identifier "local_40") (+ "+") (number_literal "0x2c")) () ")")))) (= "=") (binary_expression "sVar10 + 1" (identifier "sVar10") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "iVar9 = DAT_001c385c;" (assignment_expression "iVar9 = DAT_001c385c" (identifier "iVar9") (= "=") (identifier "DAT_001c385c")) (; ";")) (} "}"))) (for_statement "for (; iVar9 != 0; iVar9 = *(int *)(iVar9 + 0x18)) {\n if (((*(byte *)(iVar9 + 0x24) & 0x10) == 0) &&\n (iVar11 = bfd_get_section_by_name(*(undefined4 *)(iVar9 + 0x10),".gnu.warning"),\n iVar11 != 0)) {\n uVar14 = *(undefined4 *)(iVar11 + 0x30);\n iVar6 = *(int *)(iVar11 + 0x2c);\n __ptr = (void *)xmalloc(iVar6 + 1);\n iVar12 = bfd_get_section_contents\n (*(undefined4 *)(iVar9 + 0x10),iVar11,__ptr,0,0,iVar6,uVar14);\n if (iVar12 == 0) {\n uVar14 = *(undefined4 *)(iVar9 + 0x10);\n uVar13 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);\n FUN_00034dc0(uVar13,uVar14);\n }\n *(undefined1 *)((int)__ptr + iVar6) = 0;\n (**(code **)(DAT_001c45fc + 0x14))\n (&DAT_001c45e0,__ptr,0,*(undefined4 *)(iVar9 + 0x10),0,0,0);\n free(__ptr);\n iVar6 = *(int *)(iVar11 + 0x54);\n if (iVar6 != 0) {\n uVar2 = *(uint *)(iVar6 + 0x34);\n uVar3 = *(uint *)(iVar6 + 0x38);\n uVar4 = *(uint *)(iVar11 + 0x30);\n uVar5 = *(uint *)(iVar11 + 0x2c);\n if (uVar4 <= uVar3 && (uint)(uVar2 < uVar5) <= uVar3 - uVar4) {\n *(uint *)(iVar6 + 0x34) = uVar2 - uVar5;\n *(uint *)(iVar6 + 0x38) = (uVar3 - uVar4) - (uint)(uVar2 < uVar5);\n }\n }\n *(uint *)(iVar11 + 0x14) = *(uint *)(iVar11 + 0x14) | 0x208000;\n *(undefined4 *)(iVar11 + 0x2c) = 0;\n *(undefined4 *)(iVar11 + 0x30) = 0;\n }\n }" (for "for") (( "(") (; ";") (binary_expression "iVar9 != 0" (identifier "iVar9") (!= "!=") (number_literal "0")) (; ";") (assignment_expression "iVar9 = *(int *)(iVar9 + 0x18)" (identifier "iVar9") (= "=") (pointer_expression "*(int *)(iVar9 + 0x18)" (* "*") (cast_expression "(int *)(iVar9 + 0x18)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar9 + 0x18)" (( "(") (binary_expression "iVar9 + 0x18" (identifier "iVar9") (+ "+") (number_literal "0x18")) () ")"))))) () ")") (compound_statement "{\n if (((*(byte *)(iVar9 + 0x24) & 0x10) == 0) &&\n (iVar11 = bfd_get_section_by_name(*(undefined4 *)(iVar9 + 0x10),".gnu.warning"),\n iVar11 != 0)) {\n uVar14 = *(undefined4 *)(iVar11 + 0x30);\n iVar6 = *(int *)(iVar11 + 0x2c);\n __ptr = (void *)xmalloc(iVar6 + 1);\n iVar12 = bfd_get_section_contents\n (*(undefined4 *)(iVar9 + 0x10),iVar11,__ptr,0,0,iVar6,uVar14);\n if (iVar12 == 0) {\n uVar14 = *(undefined4 *)(iVar9 + 0x10);\n uVar13 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);\n FUN_00034dc0(uVar13,uVar14);\n }\n *(undefined1 *)((int)__ptr + iVar6) = 0;\n (**(code **)(DAT_001c45fc + 0x14))\n (&DAT_001c45e0,__ptr,0,*(undefined4 *)(iVar9 + 0x10),0,0,0);\n free(__ptr);\n iVar6 = *(int *)(iVar11 + 0x54);\n if (iVar6 != 0) {\n uVar2 = *(uint *)(iVar6 + 0x34);\n uVar3 = *(uint *)(iVar6 + 0x38);\n uVar4 = *(uint *)(iVar11 + 0x30);\n uVar5 = *(uint *)(iVar11 + 0x2c);\n if (uVar4 <= uVar3 && (uint)(uVar2 < uVar5) <= uVar3 - uVar4) {\n *(uint *)(iVar6 + 0x34) = uVar2 - uVar5;\n *(uint *)(iVar6 + 0x38) = (uVar3 - uVar4) - (uint)(uVar2 < uVar5);\n }\n }\n *(uint *)(iVar11 + 0x14) = *(uint *)(iVar11 + 0x14) | 0x208000;\n *(undefined4 *)(iVar11 + 0x2c) = 0;\n *(undefined4 *)(iVar11 + 0x30) = 0;\n }\n }" ({ "{") (if_statement "if (((*(byte *)(iVar9 + 0x24) & 0x10) == 0) &&\n (iVar11 = bfd_get_section_by_name(*(undefined4 *)(iVar9 + 0x10),".gnu.warning"),\n iVar11 != 0)) {\n uVar14 = *(undefined4 *)(iVar11 + 0x30);\n iVar6 = *(int *)(iVar11 + 0x2c);\n __ptr = (void *)xmalloc(iVar6 + 1);\n iVar12 = bfd_get_section_contents\n (*(undefined4 *)(iVar9 + 0x10),iVar11,__ptr,0,0,iVar6,uVar14);\n if (iVar12 == 0) {\n uVar14 = *(undefined4 *)(iVar9 + 0x10);\n uVar13 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);\n FUN_00034dc0(uVar13,uVar14);\n }\n *(undefined1 *)((int)__ptr + iVar6) = 0;\n (**(code **)(DAT_001c45fc + 0x14))\n (&DAT_001c45e0,__ptr,0,*(undefined4 *)(iVar9 + 0x10),0,0,0);\n free(__ptr);\n iVar6 = *(int *)(iVar11 + 0x54);\n if (iVar6 != 0) {\n uVar2 = *(uint *)(iVar6 + 0x34);\n uVar3 = *(uint *)(iVar6 + 0x38);\n uVar4 = *(uint *)(iVar11 + 0x30);\n uVar5 = *(uint *)(iVar11 + 0x2c);\n if (uVar4 <= uVar3 && (uint)(uVar2 < uVar5) <= uVar3 - uVar4) {\n *(uint *)(iVar6 + 0x34) = uVar2 - uVar5;\n *(uint *)(iVar6 + 0x38) = (uVar3 - uVar4) - (uint)(uVar2 < uVar5);\n }\n }\n *(uint *)(iVar11 + 0x14) = *(uint *)(iVar11 + 0x14) | 0x208000;\n *(undefined4 *)(iVar11 + 0x2c) = 0;\n *(undefined4 *)(iVar11 + 0x30) = 0;\n }" (if "if") (parenthesized_expression "(((*(byte *)(iVar9 + 0x24) & 0x10) == 0) &&\n (iVar11 = bfd_get_section_by_name(*(undefined4 *)(iVar9 + 0x10),".gnu.warning"),\n iVar11 != 0))" (( "(") (binary_expression "((*(byte *)(iVar9 + 0x24) & 0x10) == 0) &&\n (iVar11 = bfd_get_section_by_name(*(undefined4 *)(iVar9 + 0x10),".gnu.warning"),\n iVar11 != 0)" (parenthesized_expression "((*(byte *)(iVar9 + 0x24) & 0x10) == 0)" (( "(") (binary_expression "(*(byte *)(iVar9 + 0x24) & 0x10) == 0" (parenthesized_expression "(*(byte *)(iVar9 + 0x24) & 0x10)" (( "(") (binary_expression "*(byte *)(iVar9 + 0x24) & 0x10" (pointer_expression "*(byte *)(iVar9 + 0x24)" (* "*") (cast_expression "(byte *)(iVar9 + 0x24)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar9 + 0x24)" (( "(") (binary_expression "iVar9 + 0x24" (identifier "iVar9") (+ "+") (number_literal "0x24")) () ")")))) (& "&") (number_literal "0x10")) () ")")) (== "==") (number_literal "0")) () ")")) (&& "&&") (parenthesized_expression "(iVar11 = bfd_get_section_by_name(*(undefined4 *)(iVar9 + 0x10),".gnu.warning"),\n iVar11 != 0)" (( "(") (comma_expression "iVar11 = bfd_get_section_by_name(*(undefined4 *)(iVar9 + 0x10),".gnu.warning"),\n iVar11 != 0" (assignment_expression "iVar11 = bfd_get_section_by_name(*(undefined4 *)(iVar9 + 0x10),".gnu.warning")" (identifier "iVar11") (= "=") (call_expression "bfd_get_section_by_name(*(undefined4 *)(iVar9 + 0x10),".gnu.warning")" (identifier "bfd_get_section_by_name") (argument_list "(*(undefined4 *)(iVar9 + 0x10),".gnu.warning")" (( "(") (pointer_expression "*(undefined4 *)(iVar9 + 0x10)" (* "*") (cast_expression "(undefined4 *)(iVar9 + 0x10)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar9 + 0x10)" (( "(") (binary_expression "iVar9 + 0x10" (identifier "iVar9") (+ "+") (number_literal "0x10")) () ")")))) (, ",") (string_literal "".gnu.warning"" (" """) (string_content ".gnu.warning") (" """)) () ")")))) (, ",") (binary_expression "iVar11 != 0" (identifier "iVar11") (!= "!=") (number_literal "0"))) () ")"))) () ")")) (compound_statement "{\n uVar14 = *(undefined4 *)(iVar11 + 0x30);\n iVar6 = *(int *)(iVar11 + 0x2c);\n __ptr = (void *)xmalloc(iVar6 + 1);\n iVar12 = bfd_get_section_contents\n (*(undefined4 *)(iVar9 + 0x10),iVar11,__ptr,0,0,iVar6,uVar14);\n if (iVar12 == 0) {\n uVar14 = *(undefined4 *)(iVar9 + 0x10);\n uVar13 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);\n FUN_00034dc0(uVar13,uVar14);\n }\n *(undefined1 *)((int)__ptr + iVar6) = 0;\n (**(code **)(DAT_001c45fc + 0x14))\n (&DAT_001c45e0,__ptr,0,*(undefined4 *)(iVar9 + 0x10),0,0,0);\n free(__ptr);\n iVar6 = *(int *)(iVar11 + 0x54);\n if (iVar6 != 0) {\n uVar2 = *(uint *)(iVar6 + 0x34);\n uVar3 = *(uint *)(iVar6 + 0x38);\n uVar4 = *(uint *)(iVar11 + 0x30);\n uVar5 = *(uint *)(iVar11 + 0x2c);\n if (uVar4 <= uVar3 && (uint)(uVar2 < uVar5) <= uVar3 - uVar4) {\n *(uint *)(iVar6 + 0x34) = uVar2 - uVar5;\n *(uint *)(iVar6 + 0x38) = (uVar3 - uVar4) - (uint)(uVar2 < uVar5);\n }\n }\n *(uint *)(iVar11 + 0x14) = *(uint *)(iVar11 + 0x14) | 0x208000;\n *(undefined4 *)(iVar11 + 0x2c) = 0;\n *(undefined4 *)(iVar11 + 0x30) = 0;\n }" ({ "{") (expression_statement "uVar14 = *(undefined4 *)(iVar11 + 0x30);" (assignment_expression "uVar14 = *(undefined4 *)(iVar11 + 0x30)" (identifier "uVar14") (= "=") (pointer_expression "*(undefined4 *)(iVar11 + 0x30)" (* "*") (cast_expression "(undefined4 *)(iVar11 + 0x30)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar11 + 0x30)" (( "(") (binary_expression "iVar11 + 0x30" (identifier "iVar11") (+ "+") (number_literal "0x30")) () ")"))))) (; ";")) (expression_statement "iVar6 = *(int *)(iVar11 + 0x2c);" (assignment_expression "iVar6 = *(int *)(iVar11 + 0x2c)" (identifier "iVar6") (= "=") (pointer_expression "*(int *)(iVar11 + 0x2c)" (* "*") (cast_expression "(int *)(iVar11 + 0x2c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar11 + 0x2c)" (( "(") (binary_expression "iVar11 + 0x2c" (identifier "iVar11") (+ "+") (number_literal "0x2c")) () ")"))))) (; ";")) (expression_statement "__ptr = (void *)xmalloc(iVar6 + 1);" (assignment_expression "__ptr = (void *)xmalloc(iVar6 + 1)" (identifier "__ptr") (= "=") (cast_expression "(void *)xmalloc(iVar6 + 1)" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "xmalloc(iVar6 + 1)" (identifier "xmalloc") (argument_list "(iVar6 + 1)" (( "(") (binary_expression "iVar6 + 1" (identifier "iVar6") (+ "+") (number_literal "1")) () ")"))))) (; ";")) (expression_statement "iVar12 = bfd_get_section_contents\n (*(undefined4 *)(iVar9 + 0x10),iVar11,__ptr,0,0,iVar6,uVar14);" (assignment_expression "iVar12 = bfd_get_section_contents\n (*(undefined4 *)(iVar9 + 0x10),iVar11,__ptr,0,0,iVar6,uVar14)" (identifier "iVar12") (= "=") (call_expression "bfd_get_section_contents\n (*(undefined4 *)(iVar9 + 0x10),iVar11,__ptr,0,0,iVar6,uVar14)" (identifier "bfd_get_section_contents") (argument_list "(*(undefined4 *)(iVar9 + 0x10),iVar11,__ptr,0,0,iVar6,uVar14)" (( "(") (pointer_expression "*(undefined4 *)(iVar9 + 0x10)" (* "*") (cast_expression "(undefined4 *)(iVar9 + 0x10)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar9 + 0x10)" (( "(") (binary_expression "iVar9 + 0x10" (identifier "iVar9") (+ "+") (number_literal "0x10")) () ")")))) (, ",") (identifier "iVar11") (, ",") (identifier "__ptr") (, ",") (number_literal "0") (, ",") (number_literal "0") (, ",") (identifier "iVar6") (, ",") (identifier "uVar14") () ")")))) (; ";")) (if_statement "if (iVar12 == 0) {\n uVar14 = *(undefined4 *)(iVar9 + 0x10);\n uVar13 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);\n FUN_00034dc0(uVar13,uVar14);\n }" (if "if") (parenthesized_expression "(iVar12 == 0)" (( "(") (binary_expression "iVar12 == 0" (identifier "iVar12") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n uVar14 = *(undefined4 *)(iVar9 + 0x10);\n uVar13 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);\n FUN_00034dc0(uVar13,uVar14);\n }" ({ "{") (expression_statement "uVar14 = *(undefined4 *)(iVar9 + 0x10);" (assignment_expression "uVar14 = *(undefined4 *)(iVar9 + 0x10)" (identifier "uVar14") (= "=") (pointer_expression "*(undefined4 *)(iVar9 + 0x10)" (* "*") (cast_expression "(undefined4 *)(iVar9 + 0x10)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar9 + 0x10)" (( "(") (binary_expression "iVar9 + 0x10" (identifier "iVar9") (+ "+") (number_literal "0x10")) () ")"))))) (; ";")) (expression_statement "uVar13 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);" (assignment_expression "uVar13 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5)" (identifier "uVar13") (= "=") (call_expression "dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5)" (identifier "dcgettext") (argument_list "(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5)" (( "(") (number_literal "0") (, ",") (string_literal ""%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n"" (" """) (string_content "%F%P: %pB: can") (escape_sequence "\'") (string_content "t read contents of section .gnu.warning: %E") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")")))) (; ";")) (expression_statement "FUN_00034dc0(uVar13,uVar14);" (call_expression "FUN_00034dc0(uVar13,uVar14)" (identifier "FUN_00034dc0") (argument_list "(uVar13,uVar14)" (( "(") (identifier "uVar13") (, ",") (identifier "uVar14") () ")"))) (; ";")) (} "}"))) (expression_statement "*(undefined1 *)((int)__ptr + iVar6) = 0;" (assignment_expression "*(undefined1 *)((int)__ptr + iVar6) = 0" (pointer_expression "*(undefined1 *)((int)__ptr + iVar6)" (* "*") (cast_expression "(undefined1 *)((int)__ptr + iVar6)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)__ptr + iVar6)" (( "(") (binary_expression "(int)__ptr + iVar6" (cast_expression "(int)__ptr" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "__ptr")) (+ "+") (identifier "iVar6")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "(**(code **)(DAT_001c45fc + 0x14))\n (&DAT_001c45e0,__ptr,0,*(undefined4 *)(iVar9 + 0x10),0,0,0);" (call_expression "(**(code **)(DAT_001c45fc + 0x14))\n (&DAT_001c45e0,__ptr,0,*(undefined4 *)(iVar9 + 0x10),0,0,0)" (parenthesized_expression "(**(code **)(DAT_001c45fc + 0x14))" (( "(") (pointer_expression "**(code **)(DAT_001c45fc + 0x14)" (* "*") (pointer_expression "*(code **)(DAT_001c45fc + 0x14)" (* "*") (cast_expression "(code **)(DAT_001c45fc + 0x14)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(DAT_001c45fc + 0x14)" (( "(") (binary_expression "DAT_001c45fc + 0x14" (identifier "DAT_001c45fc") (+ "+") (number_literal "0x14")) () ")"))))) () ")")) (argument_list "(&DAT_001c45e0,__ptr,0,*(undefined4 *)(iVar9 + 0x10),0,0,0)" (( "(") (pointer_expression "&DAT_001c45e0" (& "&") (identifier "DAT_001c45e0")) (, ",") (identifier "__ptr") (, ",") (number_literal "0") (, ",") (pointer_expression "*(undefined4 *)(iVar9 + 0x10)" (* "*") (cast_expression "(undefined4 *)(iVar9 + 0x10)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar9 + 0x10)" (( "(") (binary_expression "iVar9 + 0x10" (identifier "iVar9") (+ "+") (number_literal "0x10")) () ")")))) (, ",") (number_literal "0") (, ",") (number_literal "0") (, ",") (number_literal "0") () ")"))) (; ";")) (expression_statement "free(__ptr);" (call_expression "free(__ptr)" (identifier "free") (argument_list "(__ptr)" (( "(") (identifier "__ptr") () ")"))) (; ";")) (expression_statement "iVar6 = *(int *)(iVar11 + 0x54);" (assignment_expression "iVar6 = *(int *)(iVar11 + 0x54)" (identifier "iVar6") (= "=") (pointer_expression "*(int *)(iVar11 + 0x54)" (* "*") (cast_expression "(int *)(iVar11 + 0x54)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar11 + 0x54)" (( "(") (binary_expression "iVar11 + 0x54" (identifier "iVar11") (+ "+") (number_literal "0x54")) () ")"))))) (; ";")) (if_statement "if (iVar6 != 0) {\n uVar2 = *(uint *)(iVar6 + 0x34);\n uVar3 = *(uint *)(iVar6 + 0x38);\n uVar4 = *(uint *)(iVar11 + 0x30);\n uVar5 = *(uint *)(iVar11 + 0x2c);\n if (uVar4 <= uVar3 && (uint)(uVar2 < uVar5) <= uVar3 - uVar4) {\n *(uint *)(iVar6 + 0x34) = uVar2 - uVar5;\n *(uint *)(iVar6 + 0x38) = (uVar3 - uVar4) - (uint)(uVar2 < uVar5);\n }\n }" (if "if") (parenthesized_expression "(iVar6 != 0)" (( "(") (binary_expression "iVar6 != 0" (identifier "iVar6") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n uVar2 = *(uint *)(iVar6 + 0x34);\n uVar3 = *(uint *)(iVar6 + 0x38);\n uVar4 = *(uint *)(iVar11 + 0x30);\n uVar5 = *(uint *)(iVar11 + 0x2c);\n if (uVar4 <= uVar3 && (uint)(uVar2 < uVar5) <= uVar3 - uVar4) {\n *(uint *)(iVar6 + 0x34) = uVar2 - uVar5;\n *(uint *)(iVar6 + 0x38) = (uVar3 - uVar4) - (uint)(uVar2 < uVar5);\n }\n }" ({ "{") (expression_statement "uVar2 = *(uint *)(iVar6 + 0x34);" (assignment_expression "uVar2 = *(uint *)(iVar6 + 0x34)" (identifier "uVar2") (= "=") (pointer_expression "*(uint *)(iVar6 + 0x34)" (* "*") (cast_expression "(uint *)(iVar6 + 0x34)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar6 + 0x34)" (( "(") (binary_expression "iVar6 + 0x34" (identifier "iVar6") (+ "+") (number_literal "0x34")) () ")"))))) (; ";")) (expression_statement "uVar3 = *(uint *)(iVar6 + 0x38);" (assignment_expression "uVar3 = *(uint *)(iVar6 + 0x38)" (identifier "uVar3") (= "=") (pointer_expression "*(uint *)(iVar6 + 0x38)" (* "*") (cast_expression "(uint *)(iVar6 + 0x38)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar6 + 0x38)" (( "(") (binary_expression "iVar6 + 0x38" (identifier "iVar6") (+ "+") (number_literal "0x38")) () ")"))))) (; ";")) (expression_statement "uVar4 = *(uint *)(iVar11 + 0x30);" (assignment_expression "uVar4 = *(uint *)(iVar11 + 0x30)" (identifier "uVar4") (= "=") (pointer_expression "*(uint *)(iVar11 + 0x30)" (* "*") (cast_expression "(uint *)(iVar11 + 0x30)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar11 + 0x30)" (( "(") (binary_expression "iVar11 + 0x30" (identifier "iVar11") (+ "+") (number_literal "0x30")) () ")"))))) (; ";")) (expression_statement "uVar5 = *(uint *)(iVar11 + 0x2c);" (assignment_expression "uVar5 = *(uint *)(iVar11 + 0x2c)" (identifier "uVar5") (= "=") (pointer_expression "*(uint *)(iVar11 + 0x2c)" (* "*") (cast_expression "(uint *)(iVar11 + 0x2c)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar11 + 0x2c)" (( "(") (binary_expression "iVar11 + 0x2c" (identifier "iVar11") (+ "+") (number_literal "0x2c")) () ")"))))) (; ";")) (if_statement "if (uVar4 <= uVar3 && (uint)(uVar2 < uVar5) <= uVar3 - uVar4) {\n *(uint *)(iVar6 + 0x34) = uVar2 - uVar5;\n *(uint *)(iVar6 + 0x38) = (uVar3 - uVar4) - (uint)(uVar2 < uVar5);\n }" (if "if") (parenthesized_expression "(uVar4 <= uVar3 && (uint)(uVar2 < uVar5) <= uVar3 - uVar4)" (( "(") (binary_expression "uVar4 <= uVar3 && (uint)(uVar2 < uVar5) <= uVar3 - uVar4" (binary_expression "uVar4 <= uVar3" (identifier "uVar4") (<= "<=") (identifier "uVar3")) (&& "&&") (binary_expression "(uint)(uVar2 < uVar5) <= uVar3 - uVar4" (call_expression "(uint)(uVar2 < uVar5)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "(uVar2 < uVar5)" (( "(") (binary_expression "uVar2 < uVar5" (identifier "uVar2") (< "<") (identifier "uVar5")) () ")"))) (<= "<=") (binary_expression "uVar3 - uVar4" (identifier "uVar3") (- "-") (identifier "uVar4")))) () ")")) (compound_statement "{\n *(uint *)(iVar6 + 0x34) = uVar2 - uVar5;\n *(uint *)(iVar6 + 0x38) = (uVar3 - uVar4) - (uint)(uVar2 < uVar5);\n }" ({ "{") (expression_statement "*(uint *)(iVar6 + 0x34) = uVar2 - uVar5;" (assignment_expression "*(uint *)(iVar6 + 0x34) = uVar2 - uVar5" (pointer_expression "*(uint *)(iVar6 + 0x34)" (* "*") (cast_expression "(uint *)(iVar6 + 0x34)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar6 + 0x34)" (( "(") (binary_expression "iVar6 + 0x34" (identifier "iVar6") (+ "+") (number_literal "0x34")) () ")")))) (= "=") (binary_expression "uVar2 - uVar5" (identifier "uVar2") (- "-") (identifier "uVar5"))) (; ";")) (expression_statement "*(uint *)(iVar6 + 0x38) = (uVar3 - uVar4) - (uint)(uVar2 < uVar5);" (assignment_expression "*(uint *)(iVar6 + 0x38) = (uVar3 - uVar4) - (uint)(uVar2 < uVar5)" (pointer_expression "*(uint *)(iVar6 + 0x38)" (* "*") (cast_expression "(uint *)(iVar6 + 0x38)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar6 + 0x38)" (( "(") (binary_expression "iVar6 + 0x38" (identifier "iVar6") (+ "+") (number_literal "0x38")) () ")")))) (= "=") (binary_expression "(uVar3 - uVar4) - (uint)(uVar2 < uVar5)" (parenthesized_expression "(uVar3 - uVar4)" (( "(") (binary_expression "uVar3 - uVar4" (identifier "uVar3") (- "-") (identifier "uVar4")) () ")")) (- "-") (call_expression "(uint)(uVar2 < uVar5)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "(uVar2 < uVar5)" (( "(") (binary_expression "uVar2 < uVar5" (identifier "uVar2") (< "<") (identifier "uVar5")) () ")"))))) (; ";")) (} "}"))) (} "}"))) (expression_statement "*(uint *)(iVar11 + 0x14) = *(uint *)(iVar11 + 0x14) | 0x208000;" (assignment_expression "*(uint *)(iVar11 + 0x14) = *(uint *)(iVar11 + 0x14) | 0x208000" (pointer_expression "*(uint *)(iVar11 + 0x14)" (* "*") (cast_expression "(uint *)(iVar11 + 0x14)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar11 + 0x14)" (( "(") (binary_expression "iVar11 + 0x14" (identifier "iVar11") (+ "+") (number_literal "0x14")) () ")")))) (= "=") (binary_expression "*(uint *)(iVar11 + 0x14) | 0x208000" (pointer_expression "*(uint *)(iVar11 + 0x14)" (* "*") (cast_expression "(uint *)(iVar11 + 0x14)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar11 + 0x14)" (( "(") (binary_expression "iVar11 + 0x14" (identifier "iVar11") (+ "+") (number_literal "0x14")) () ")")))) (| "|") (number_literal "0x208000"))) (; ";")) (expression_statement "*(undefined4 *)(iVar11 + 0x2c) = 0;" (assignment_expression "*(undefined4 *)(iVar11 + 0x2c) = 0" (pointer_expression "*(undefined4 *)(iVar11 + 0x2c)" (* "*") (cast_expression "(undefined4 *)(iVar11 + 0x2c)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar11 + 0x2c)" (( "(") (binary_expression "iVar11 + 0x2c" (identifier "iVar11") (+ "+") (number_literal "0x2c")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(undefined4 *)(iVar11 + 0x30) = 0;" (assignment_expression "*(undefined4 *)(iVar11 + 0x30) = 0" (pointer_expression "*(undefined4 *)(iVar11 + 0x30)" (* "*") (cast_expression "(undefined4 *)(iVar11 + 0x30)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar11 + 0x30)" (( "(") (binary_expression "iVar11 + 0x30" (identifier "iVar11") (+ "+") (number_literal "0x30")) () ")")))) (= "=") (number_literal "0")) (; ";")) (} "}"))) (} "}"))) (expression_statement "FUN_00033a20();" (call_expression "FUN_00033a20()" (identifier "FUN_00033a20") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "iVar9 = bfd_elf_size_dynsym_hash_dynstr(DAT_001c4614,&DAT_001c45e0);" (assignment_expression "iVar9 = bfd_elf_size_dynsym_hash_dynstr(DAT_001c4614,&DAT_001c45e0)" (identifier "iVar9") (= "=") (call_expression "bfd_elf_size_dynsym_hash_dynstr(DAT_001c4614,&DAT_001c45e0)" (identifier "bfd_elf_size_dynsym_hash_dynstr") (argument_list "(DAT_001c4614,&DAT_001c45e0)" (( "(") (identifier "DAT_001c4614") (, ",") (pointer_expression "&DAT_001c45e0" (& "&") (identifier "DAT_001c45e0")) () ")")))) (; ";")) (if_statement "if (iVar9 == 0) {\n uVar14 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00034dc0(uVar14);\n }" (if "if") (parenthesized_expression "(iVar9 == 0)" (( "(") (binary_expression "iVar9 == 0" (identifier "iVar9") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n uVar14 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00034dc0(uVar14);\n }" ({ "{") (expression_statement "uVar14 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);" (assignment_expression "uVar14 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5)" (identifier "uVar14") (= "=") (call_expression "dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5)" (identifier "dcgettext") (argument_list "(0,"%F%P: failed to set dynamic section sizes: %E\n",5)" (( "(") (number_literal "0") (, ",") (string_literal ""%F%P: failed to set dynamic section sizes: %E\n"" (" """) (string_content "%F%P: failed to set dynamic section sizes: %E") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")")))) (; ";")) (expression_statement "FUN_00034dc0(uVar14);" (call_expression "FUN_00034dc0(uVar14)" (identifier "FUN_00034dc0") (argument_list "(uVar14)" (( "(") (identifier "uVar14") () ")"))) (; ";")) (} "}"))) (if_statement "if (local_58 != (undefined4 *)0x0) {\n *(undefined1 *)(local_58 + 3) = local_4d;\n local_58[4] = local_2c;\n local_58[5] = local_28;\n local_58[6] = local_24;\n local_58[7] = local_20;\n }" (if "if") (parenthesized_expression "(local_58 != (undefined4 *)0x0)" (( "(") (binary_expression "local_58 != (undefined4 *)0x0" (identifier "local_58") (!= "!=") (cast_expression "(undefined4 *)0x0" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n *(undefined1 *)(local_58 + 3) = local_4d;\n local_58[4] = local_2c;\n local_58[5] = local_28;\n local_58[6] = local_24;\n local_58[7] = local_20;\n }" ({ "{") (expression_statement "*(undefined1 *)(local_58 + 3) = local_4d;" (assignment_expression "*(undefined1 *)(local_58 + 3) = local_4d" (pointer_expression "*(undefined1 *)(local_58 + 3)" (* "*") (cast_expression "(undefined1 *)(local_58 + 3)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_58 + 3)" (( "(") (binary_expression "local_58 + 3" (identifier "local_58") (+ "+") (number_literal "3")) () ")")))) (= "=") (identifier "local_4d")) (; ";")) (expression_statement "local_58[4] = local_2c;" (assignment_expression "local_58[4] = local_2c" (subscript_expression "local_58[4]" (identifier "local_58") ([ "[") (number_literal "4") (] "]")) (= "=") (identifier "local_2c")) (; ";")) (expression_statement "local_58[5] = local_28;" (assignment_expression "local_58[5] = local_28" (subscript_expression "local_58[5]" (identifier "local_58") ([ "[") (number_literal "5") (] "]")) (= "=") (identifier "local_28")) (; ";")) (expression_statement "local_58[6] = local_24;" (assignment_expression "local_58[6] = local_24" (subscript_expression "local_58[6]" (identifier "local_58") ([ "[") (number_literal "6") (] "]")) (= "=") (identifier "local_24")) (; ";")) (expression_statement "local_58[7] = local_20;" (assignment_expression "local_58[7] = local_20" (subscript_expression "local_58[7]" (identifier "local_58") ([ "[") (number_literal "7") (] "]")) (= "=") (identifier "local_20")) (; ";")) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}"))) (if_statement "if (((*(int *)(*(int *)(iVar9 + 4) + 4) == 5) &&\n (pcVar7 = *(char **)(*(int *)(iVar9 + 0xa0) + 0x2b4), pcVar7 != (char *)0x0)) &&\n (*pcVar7 != '\0')) {\n pcVar7 = (char *)xstrdup(pcVar7);\n do {\n pcVar8 = strchr(pcVar7,(int)DAT_001c4728);\n if (pcVar8 == (char *)0x0) {\n if (*pcVar7 != '\0') {\n FUN_000453b0();\n iVar9 = *(int *)(iVar9 + 0x9c);\n goto joined_r0x00046685;\n }\n break;\n }\n *pcVar8 = '\0';\n if (*pcVar7 != '\0') {\n FUN_000453b0();\n }\n pcVar7 = pcVar8 + 1;\n } while (pcVar7 != (char *)0x0);\n }" (if "if") (parenthesized_expression "(((*(int *)(*(int *)(iVar9 + 4) + 4) == 5) &&\n (pcVar7 = *(char **)(*(int *)(iVar9 + 0xa0) + 0x2b4), pcVar7 != (char *)0x0)) &&\n (*pcVar7 != '\0'))" (( "(") (binary_expression "((*(int *)(*(int *)(iVar9 + 4) + 4) == 5) &&\n (pcVar7 = *(char **)(*(int *)(iVar9 + 0xa0) + 0x2b4), pcVar7 != (char *)0x0)) &&\n (*pcVar7 != '\0')" (parenthesized_expression "((*(int *)(*(int *)(iVar9 + 4) + 4) == 5) &&\n (pcVar7 = *(char **)(*(int *)(iVar9 + 0xa0) + 0x2b4), pcVar7 != (char *)0x0))" (( "(") (binary_expression "(*(int *)(*(int *)(iVar9 + 4) + 4) == 5) &&\n (pcVar7 = *(char **)(*(int *)(iVar9 + 0xa0) + 0x2b4), pcVar7 != (char *)0x0)" (parenthesized_expression "(*(int *)(*(int *)(iVar9 + 4) + 4) == 5)" (( "(") (binary_expression "*(int *)(*(int *)(iVar9 + 4) + 4) == 5" (pointer_expression "*(int *)(*(int *)(iVar9 + 4) + 4)" (* "*") (cast_expression "(int *)(*(int *)(iVar9 + 4) + 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(int *)(iVar9 + 4) + 4)" (( "(") (binary_expression "*(int *)(iVar9 + 4) + 4" (pointer_expression "*(int *)(iVar9 + 4)" (* "*") (cast_expression "(int *)(iVar9 + 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar9 + 4)" (( "(") (binary_expression "iVar9 + 4" (identifier "iVar9") (+ "+") (number_literal "4")) () ")")))) (+ "+") (number_literal "4")) () ")")))) (== "==") (number_literal "5")) () ")")) (&& "&&") (parenthesized_expression "(pcVar7 = *(char **)(*(int *)(iVar9 + 0xa0) + 0x2b4), pcVar7 != (char *)0x0)" (( "(") (comma_expression "pcVar7 = *(char **)(*(int *)(iVar9 + 0xa0) + 0x2b4), pcVar7 != (char *)0x0" (assignment_expression "pcVar7 = *(char **)(*(int *)(iVar9 + 0xa0) + 0x2b4)" (identifier "pcVar7") (= "=") (pointer_expression "*(char **)(*(int *)(iVar9 + 0xa0) + 0x2b4)" (* "*") (cast_expression "(char **)(*(int *)(iVar9 + 0xa0) + 0x2b4)" (( "(") (type_descriptor "char **" (primitive_type "char") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*(int *)(iVar9 + 0xa0) + 0x2b4)" (( "(") (binary_expression "*(int *)(iVar9 + 0xa0) + 0x2b4" (pointer_expression "*(int *)(iVar9 + 0xa0)" (* "*") (cast_expression "(int *)(iVar9 + 0xa0)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar9 + 0xa0)" (( "(") (binary_expression "iVar9 + 0xa0" (identifier "iVar9") (+ "+") (number_literal "0xa0")) () ")")))) (+ "+") (number_literal "0x2b4")) () ")"))))) (, ",") (binary_expression "pcVar7 != (char *)0x0" (identifier "pcVar7") (!= "!=") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0")))) () ")"))) () ")")) (&& "&&") (parenthesized_expression "(*pcVar7 != '\0')" (( "(") (binary_expression "*pcVar7 != '\0'" (pointer_expression "*pcVar7" (* "*") (identifier "pcVar7")) (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")"))) () ")")) (compound_statement "{\n pcVar7 = (char *)xstrdup(pcVar7);\n do {\n pcVar8 = strchr(pcVar7,(int)DAT_001c4728);\n if (pcVar8 == (char *)0x0) {\n if (*pcVar7 != '\0') {\n FUN_000453b0();\n iVar9 = *(int *)(iVar9 + 0x9c);\n goto joined_r0x00046685;\n }\n break;\n }\n *pcVar8 = '\0';\n if (*pcVar7 != '\0') {\n FUN_000453b0();\n }\n pcVar7 = pcVar8 + 1;\n } while (pcVar7 != (char *)0x0);\n }" ({ "{") (expression_statement "pcVar7 = (char *)xstrdup(pcVar7);" (assignment_expression "pcVar7 = (char *)xstrdup(pcVar7)" (identifier "pcVar7") (= "=") (cast_expression "(char *)xstrdup(pcVar7)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "xstrdup(pcVar7)" (identifier "xstrdup") (argument_list "(pcVar7)" (( "(") (identifier "pcVar7") () ")"))))) (; ";")) (do_statement "do {\n pcVar8 = strchr(pcVar7,(int)DAT_001c4728);\n if (pcVar8 == (char *)0x0) {\n if (*pcVar7 != '\0') {\n FUN_000453b0();\n iVar9 = *(int *)(iVar9 + 0x9c);\n goto joined_r0x00046685;\n }\n break;\n }\n *pcVar8 = '\0';\n if (*pcVar7 != '\0') {\n FUN_000453b0();\n }\n pcVar7 = pcVar8 + 1;\n } while (pcVar7 != (char *)0x0);" (do "do") (compound_statement "{\n pcVar8 = strchr(pcVar7,(int)DAT_001c4728);\n if (pcVar8 == (char *)0x0) {\n if (*pcVar7 != '\0') {\n FUN_000453b0();\n iVar9 = *(int *)(iVar9 + 0x9c);\n goto joined_r0x00046685;\n }\n break;\n }\n *pcVar8 = '\0';\n if (*pcVar7 != '\0') {\n FUN_000453b0();\n }\n pcVar7 = pcVar8 + 1;\n }" ({ "{") (expression_statement "pcVar8 = strchr(pcVar7,(int)DAT_001c4728);" (assignment_expression "pcVar8 = strchr(pcVar7,(int)DAT_001c4728)" (identifier "pcVar8") (= "=") (call_expression "strchr(pcVar7,(int)DAT_001c4728)" (identifier "strchr") (argument_list "(pcVar7,(int)DAT_001c4728)" (( "(") (identifier "pcVar7") (, ",") (cast_expression "(int)DAT_001c4728" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "DAT_001c4728")) () ")")))) (; ";")) (if_statement "if (pcVar8 == (char *)0x0) {\n if (*pcVar7 != '\0') {\n FUN_000453b0();\n iVar9 = *(int *)(iVar9 + 0x9c);\n goto joined_r0x00046685;\n }\n break;\n }" (if "if") (parenthesized_expression "(pcVar8 == (char *)0x0)" (( "(") (binary_expression "pcVar8 == (char *)0x0" (identifier "pcVar8") (== "==") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n if (*pcVar7 != '\0') {\n FUN_000453b0();\n iVar9 = *(int *)(iVar9 + 0x9c);\n goto joined_r0x00046685;\n }\n break;\n }" ({ "{") (if_statement "if (*pcVar7 != '\0') {\n FUN_000453b0();\n iVar9 = *(int *)(iVar9 + 0x9c);\n goto joined_r0x00046685;\n }" (if "if") (parenthesized_expression "(*pcVar7 != '\0')" (( "(") (binary_expression "*pcVar7 != '\0'" (pointer_expression "*pcVar7" (* "*") (identifier "pcVar7")) (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n FUN_000453b0();\n iVar9 = *(int *)(iVar9 + 0x9c);\n goto joined_r0x00046685;\n }" ({ "{") (expression_statement "FUN_000453b0();" (call_expression "FUN_000453b0()" (identifier "FUN_000453b0") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "iVar9 = *(int *)(iVar9 + 0x9c);" (assignment_expression "iVar9 = *(int *)(iVar9 + 0x9c)" (identifier "iVar9") (= "=") (pointer_expression "*(int *)(iVar9 + 0x9c)" (* "*") (cast_expression "(int *)(iVar9 + 0x9c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar9 + 0x9c)" (( "(") (binary_expression "iVar9 + 0x9c" (identifier "iVar9") (+ "+") (number_literal "0x9c")) () ")"))))) (; ";")) (goto_statement "goto joined_r0x00046685;" (goto "goto") (statement_identifier "joined_r0x00046685") (; ";")) (} "}"))) (break_statement "break;" (break "break") (; ";")) (} "}"))) (expression_statement "*pcVar8 = '\0';" (assignment_expression "*pcVar8 = '\0'" (pointer_expression "*pcVar8" (* "*") (identifier "pcVar8")) (= "=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) (; ";")) (if_statement "if (*pcVar7 != '\0') {\n FUN_000453b0();\n }" (if "if") (parenthesized_expression "(*pcVar7 != '\0')" (( "(") (binary_expression "*pcVar7 != '\0'" (pointer_expression "*pcVar7" (* "*") (identifier "pcVar7")) (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n FUN_000453b0();\n }" ({ "{") (expression_statement "FUN_000453b0();" (call_expression "FUN_000453b0()" (identifier "FUN_000453b0") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "pcVar7 = pcVar8 + 1;" (assignment_expression "pcVar7 = pcVar8 + 1" (identifier "pcVar7") (= "=") (binary_expression "pcVar8 + 1" (identifier "pcVar8") (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(pcVar7 != (char *)0x0)" (( "(") (binary_expression "pcVar7 != (char *)0x0" (identifier "pcVar7") (!= "!=") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (; ";")) (} "}"))) (expression_statement "iVar9 = *(int *)(iVar9 + 0x9c);" (assignment_expression "iVar9 = *(int *)(iVar9 + 0x9c)" (identifier "iVar9") (= "=") (pointer_expression "*(int *)(iVar9 + 0x9c)" (* "*") (cast_expression "(int *)(iVar9 + 0x9c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar9 + 0x9c)" (( "(") (binary_expression "iVar9 + 0x9c" (identifier "iVar9") (+ "+") (number_literal "0x9c")) () ")"))))) (; ";")) (} "}")) (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (; ";"))) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ void function_1(void) { type_1 var_28; type_1 var_27; type_1 var_26; type_1 var_29; type_2 uVar5; int var_22; type_3 *pwVar7; type_4 var_3; type_5 *var_12; int var_14; size_t var_19; int var_24; char *var_36; char *var_33; type_6 *var_2; char *var_11; type_2 *var_7; type_7 local_4d; type_8 *var_17; type_2 local_3c; type_2 local_38; type_2 local_34; type_2 local_30; type_2 local_2c; type_2 local_28; type_2 local_24; type_2 local_20; type_2 uStack_14; uStack_14 = 0x46609; if ((link_info.hash[1].table.newfunc == (type_9 *)0x0) && (var_2 = file_chain.head, file_chain.head != (type_6 *)0x0)) { do { var_1((var_2->wild_statement).section_list); var_2 = (var_2->wild_statement).children.head; } while (var_2 != (type_6 *)0x0); var_3 = (link_info.hash)->type; } else { var_3 = (link_info.hash)->type; } var_7 = (type_2 *)0x0; if (var_3 == var_4) { var_5(link_info.output_bfd,&link_info); if ((((link_info._0_1_ & 3) == 2) || (var_7 = (type_2 *)var_6(link_info.hash,"__ehdr_start",0,0,1), var_7 == (type_2 *)0x0)) || ((2 < *(type_10 *)(var_7 + 3) && (*(type_10 *)(var_7 + 3) != 5)))) { var_7 = (type_2 *)0x0; } else { (**(type_11 **)((int)(link_info.output_bfd)->xvec->backend_data + 0xf4))(&link_info,var_7,1); if ((*(type_10 *)((int)var_7 + 0x41) & 3) != 1) { *(type_10 *)((int)var_7 + 0x41) = *(type_10 *)((int)var_7 + 0x41) & 0xfc | 2; } local_3c = *var_7; local_38 = var_7[1]; local_34 = var_7[2]; local_30 = var_7[3]; local_2c = var_7[4]; local_28 = var_7[5]; local_24 = var_7[6]; var_7[6] = 0; local_20 = var_7[7]; var_7[7] = 0; local_4d = *(type_7 *)(var_7 + 3); *(type_7 *)(var_7 + 3) = 3; var_7[5] = var_8 + 0x180; } var_9(gldaarch64elf32b_find_statement_assignment); } var_11 = command_line.rpath; if (((command_line.rpath == (char *)0x0) && (var_11 = var_10("LD_RUN_PATH"), var_11 == (char *)0x0)) || (var_12 = link_info.input_bfds, *var_11 == '\0')) { var_11 = (char *)0x0; var_12 = link_info.input_bfds; } joined_r0x00046685: do { if (var_12 == (type_5 *)0x0) { var_14 = var_13 (link_info.output_bfd,command_line.soname,var_11, command_line.filter_shlib,audit,depaudit,command_line.auxiliary_filters, &link_info,&var_17); if (var_14 == 0) { var_33 = (char *)var_15(0,"%F%P: failed to set dynamic section sizes: %E\n",5); var_16(var_33); } var_33 = command_line.interpreter; var_2 = file_chain.head; if ((command_line.interpreter != (char *)0x0) && (var_17 != (type_8 *)0x0)) { var_17->contents = (type_12 *)command_line.interpreter; var_19 = var_18(var_33); *(type_2 *)((int)&var_17->size + 4) = 0; *(size_t *)&var_17->size = var_19 + 1; var_2 = file_chain.head; } for (; var_2 != (type_6 *)0x0; var_2 = (var_2->wild_statement).children.head) { if ((((type_1)(var_2->wild_statement).walk_wild_section_handler & 0x10) == 0) && (var_14 = var_20((var_2->wild_statement).section_list,".gnu.warning"), var_14 != 0)) { uVar5 = *(type_2 *)(var_14 + 0x30); var_22 = *(int *)(var_14 + 0x2c); var_33 = (char *)var_21(var_22 + 1); var_24 = var_23 ((var_2->wild_statement).section_list,var_14,var_33,0,0,var_22,uVar5) ; if (var_24 == 0) { pwVar7 = (var_2->wild_statement).section_list; var_36 = (char *)var_15(0, "%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n" ,5); var_16(var_36,pwVar7); } var_33[var_22] = '\0'; (*(link_info.callbacks)->warning) (&link_info,var_33,(char *)0x0,(var_2->input_statement).the_bfd, (type_8 *)0x0,0); var_25(var_33); var_22 = *(int *)(var_14 + 0x54); if (var_22 != 0) { var_28 = *(type_1 *)(var_22 + 0x34); var_27 = *(type_1 *)(var_22 + 0x38); var_26 = *(type_1 *)(var_14 + 0x30); var_29 = *(type_1 *)(var_14 + 0x2c); if (var_26 <= var_27 && (type_1)(var_28 < var_29) <= var_27 - var_26) { *(type_1 *)(var_22 + 0x34) = var_28 - var_29; *(type_1 *)(var_22 + 0x38) = (var_27 - var_26) - (type_1)(var_28 < var_29); } } *(type_1 *)(var_14 + 0x14) = *(type_1 *)(var_14 + 0x14) | 0x208000; *(type_2 *)(var_14 + 0x2c) = 0; *(type_2 *)(var_14 + 0x30) = 0; } } var_30(); var_14 = var_31(link_info.output_bfd,&link_info); if (var_14 == 0) { var_33 = (char *)var_15(0,"%F%P: failed to set dynamic section sizes: %E\n",5); var_16(var_33); } if (var_7 != (type_2 *)0x0) { *(type_7 *)(var_7 + 3) = local_4d; var_7[4] = local_2c; var_7[5] = local_28; var_7[6] = local_24; var_7[7] = local_20; } return; } if (((var_12->xvec->flavour == var_32) && (var_33 = ((var_12->tdata).elf_obj_data)->dt_audit, var_33 != (char *)0x0)) && (*var_33 != '\0')) { var_33 = (char *)var_34(var_33); do { var_36 = var_35(var_33,(int)config.rpath_separator); if (var_36 == (char *)0x0) { if (*var_33 != '\0') { var_37(&depaudit,var_33); var_12 = (var_12->link).next; goto joined_r0x00046685; } break; } *var_36 = '\0'; if (*var_33 != '\0') { var_37(&depaudit,var_33); } var_33 = var_36 + 1; } while (var_33 != (char *)0x0); } var_12 = (var_12->link).next; } while( true ); }
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))) (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: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) 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: (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: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (assignment_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: (number_literal))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (identifier)) right: (binary_expression left: (identifier) right: (number_literal)))))) consequence: (compound_statement (do_statement body: (compound_statement (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)))))))) (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))))) condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (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)) 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: (primitive_type) 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) declarator: (abstract_pointer_declarator)) value: (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) (pointer_expression argument: (identifier))))) (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: (number_literal))) 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) (string_literal (string_content)) (number_literal) (number_literal) (number_literal))))) right: (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal))))))) right: (parenthesized_expression (parenthesized_expression (binary_expression left: (binary_expression left: (number_literal) 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)))))) 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: (identifier) right: (number_literal))))) 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: (number_literal))))) 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: (primitive_type) declarator: (abstract_pointer_declarator)) value: (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: (number_literal))))))) arguments: (argument_list (pointer_expression argument: (identifier)) (identifier) (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: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) 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: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal))))) 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: (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: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (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: (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: (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: (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: (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: (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: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (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 (comma_expression left: (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content))))) right: (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal))))))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (identifier)) right: (binary_expression left: (pointer_expression argument: (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: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))))) (labeled_statement label: (statement_identifier) (do_statement 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: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier) (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 (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: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (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: (identifier) right: (number_literal))))) consequence: (compound_statement (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))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (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: (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)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))))) (for_statement condition: (binary_expression left: (identifier) right: (number_literal)) update: (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)))))) 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: (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 (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))))) (string_literal (string_content))))) right: (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: (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: (primitive_type) 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: (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 (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) (number_literal) (number_literal) (identifier) (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)) value: (parenthesized_expression (binary_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) (escape_sequence) (string_content) (escape_sequence)) (number_literal))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (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: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (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: (identifier) right: (number_literal))))))) arguments: (argument_list (pointer_expression argument: (identifier)) (identifier) (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))))) (number_literal) (number_literal) (number_literal)))) (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: (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 (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: (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: (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: (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: (binary_expression left: (identifier) right: (identifier)) right: (binary_expression left: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (identifier) right: (identifier)))) right: (binary_expression left: (identifier) right: (identifier))))) 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: (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: (number_literal))))) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) right: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (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: (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)) 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))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (pointer_expression argument: (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)) (number_literal))))) (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: (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: (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))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))))) (return_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: (primitive_type) declarator: (abstract_pointer_declarator)) value: (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: (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: (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: (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: (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 (identifier)))))) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (cast_expression type: (type_descriptor type: (primitive_type)) value: (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 (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (char_literal (escape_sequence)))) consequence: (compound_statement (expression_statement (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))))))) (goto_statement label: (statement_identifier)))) (break_statement))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (char_literal (escape_sequence)))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (char_literal (escape_sequence)))) 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: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal))))))) (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)))))))) condition: (parenthesized_expression (true)))))))
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(void) { int *piVar1; uint uVar2; uint uVar3; uint uVar4; uint uVar5; int iVar6; char *pcVar7; char *pcVar8; int iVar9; size_t sVar10; int iVar11; void *__ptr; int iVar12; undefined4 uVar13; undefined4 uVar14; char *local_6c; undefined4 *local_58; undefined1 local_4d; int local_40; undefined4 local_3c; undefined4 local_38; undefined4 local_34; undefined4 local_30; undefined4 local_2c; undefined4 local_28; undefined4 local_24; undefined4 local_20; undefined4 uStack_14; uStack_14 = 0x46609; if ((*(int *)(DAT_001c4600 + 0x30) == 0) && (iVar9 = DAT_001c385c, DAT_001c385c != 0)) { do { bfd_elf32_aarch64_init_maps(*(undefined4 *)(iVar9 + 0x10)); piVar1 = (int *)(iVar9 + 0x18); iVar9 = *piVar1; } while (*piVar1 != 0); iVar9 = *(int *)(DAT_001c4600 + 0x28); } else { iVar9 = *(int *)(DAT_001c4600 + 0x28); } local_58 = (undefined4 *)0x0; if (iVar9 == 1) { _bfd_elf_tls_setup(DAT_001c4614,&DAT_001c45e0); if ((((DAT_001c45e0 & 3) == 2) || (local_58 = (undefined4 *)bfd_link_hash_lookup(DAT_001c4600,"__ehdr_start",0,0,1), local_58 == (undefined4 *)0x0)) || ((2 < *(byte *)(local_58 + 3) && (*(byte *)(local_58 + 3) != 5)))) { local_58 = (undefined4 *)0x0; } else { (**(code **)(*(int *)(*(int *)(DAT_001c4614 + 4) + 0x1c0) + 0xf4))(&DAT_001c45e0,local_58,1); if ((*(byte *)((int)local_58 + 0x41) & 3) != 1) { *(byte *)((int)local_58 + 0x41) = *(byte *)((int)local_58 + 0x41) & 0xfc | 2; } local_3c = *local_58; local_38 = local_58[1]; local_34 = local_58[2]; local_30 = local_58[3]; local_2c = local_58[4]; local_28 = local_58[5]; local_24 = local_58[6]; local_58[6] = 0; local_20 = local_58[7]; local_58[7] = 0; local_4d = *(undefined1 *)(local_58 + 3); *(undefined1 *)(local_58 + 3) = 3; local_58[5] = PTR__bfd_std_section_001c1fd4 + 0x180; } FUN_00023e80(FUN_00046c60); } local_6c = DAT_001c46c4; if (((DAT_001c46c4 == (char *)0x0) && (local_6c = getenv("LD_RUN_PATH"), local_6c == (char *)0x0)) || (iVar9 = DAT_001c461c, *local_6c == '\0')) { local_6c = (char *)0x0; iVar9 = DAT_001c461c; } joined_r0x00046685: do { if (iVar9 == 0) { iVar9 = bfd_elf_size_dynamic_sections (DAT_001c4614,DAT_001c46c0,local_6c,DAT_001c46cc,DAT_001c3d6c,DAT_001c3d68, DAT_001c46d0,&DAT_001c45e0,&local_40); if (iVar9 == 0) { uVar14 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5); FUN_00034dc0(uVar14); } pcVar7 = DAT_001c46bc; iVar9 = DAT_001c385c; if ((DAT_001c46bc != (char *)0x0) && (local_40 != 0)) { *(char **)(local_40 + 0x84) = DAT_001c46bc; sVar10 = strlen(pcVar7); *(undefined4 *)(local_40 + 0x30) = 0; *(size_t *)(local_40 + 0x2c) = sVar10 + 1; iVar9 = DAT_001c385c; } for (; iVar9 != 0; iVar9 = *(int *)(iVar9 + 0x18)) { if (((*(byte *)(iVar9 + 0x24) & 0x10) == 0) && (iVar11 = bfd_get_section_by_name(*(undefined4 *)(iVar9 + 0x10),".gnu.warning"), iVar11 != 0)) { uVar14 = *(undefined4 *)(iVar11 + 0x30); iVar6 = *(int *)(iVar11 + 0x2c); __ptr = (void *)xmalloc(iVar6 + 1); iVar12 = bfd_get_section_contents (*(undefined4 *)(iVar9 + 0x10),iVar11,__ptr,0,0,iVar6,uVar14); if (iVar12 == 0) { uVar14 = *(undefined4 *)(iVar9 + 0x10); uVar13 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5); FUN_00034dc0(uVar13,uVar14); } *(undefined1 *)((int)__ptr + iVar6) = 0; (**(code **)(DAT_001c45fc + 0x14)) (&DAT_001c45e0,__ptr,0,*(undefined4 *)(iVar9 + 0x10),0,0,0); free(__ptr); iVar6 = *(int *)(iVar11 + 0x54); if (iVar6 != 0) { uVar2 = *(uint *)(iVar6 + 0x34); uVar3 = *(uint *)(iVar6 + 0x38); uVar4 = *(uint *)(iVar11 + 0x30); uVar5 = *(uint *)(iVar11 + 0x2c); if (uVar4 <= uVar3 && (uint)(uVar2 < uVar5) <= uVar3 - uVar4) { *(uint *)(iVar6 + 0x34) = uVar2 - uVar5; *(uint *)(iVar6 + 0x38) = (uVar3 - uVar4) - (uint)(uVar2 < uVar5); } } *(uint *)(iVar11 + 0x14) = *(uint *)(iVar11 + 0x14) | 0x208000; *(undefined4 *)(iVar11 + 0x2c) = 0; *(undefined4 *)(iVar11 + 0x30) = 0; } } FUN_00033a20(); iVar9 = bfd_elf_size_dynsym_hash_dynstr(DAT_001c4614,&DAT_001c45e0); if (iVar9 == 0) { uVar14 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5); FUN_00034dc0(uVar14); } if (local_58 != (undefined4 *)0x0) { *(undefined1 *)(local_58 + 3) = local_4d; local_58[4] = local_2c; local_58[5] = local_28; local_58[6] = local_24; local_58[7] = local_20; } return; } if (((*(int *)(*(int *)(iVar9 + 4) + 4) == 5) && (pcVar7 = *(char **)(*(int *)(iVar9 + 0xa0) + 0x2b4), pcVar7 != (char *)0x0)) && (*pcVar7 != '\0')) { pcVar7 = (char *)xstrdup(pcVar7); do { pcVar8 = strchr(pcVar7,(int)DAT_001c4728); if (pcVar8 == (char *)0x0) { if (*pcVar7 != '\0') { FUN_000453b0(); iVar9 = *(int *)(iVar9 + 0x9c); goto joined_r0x00046685; } break; } *pcVar8 = '\0'; if (*pcVar7 != '\0') { FUN_000453b0(); } pcVar7 = pcVar8 + 1; } while (pcVar7 != (char *)0x0); } iVar9 = *(int *)(iVar9 + 0x9c); } while( true ); }
54_touch_and_touch_strip.c
flockfile
flockfile
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void flockfile(FILE *__stream) { (*(code *)PTR_flockfile_0002e0e4)(); return; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void flockfile(FILE *__stream) { (*(code *)PTR_flockfile_0002e0e4)(); return; }
JMP dword ptr [EBX + 0xe4]
null
null
null
null
[(u'CALLIND_-1205984342', u'INDIRECT_-1205984270'), (u'CAST_-1205984264', u'CALLIND_-1205984342'), ('tmp_63', u'CAST_-1205984264'), (u'INDIRECT_-1205984270', u'COPY_-1205984329'), ('const-0', u'RETURN_-1205984339')]
[(u'CALLIND_-1205984342', u'INDIRECT_-1205984270'), (u'CAST_-1205984264', u'CALLIND_-1205984342'), ('tmp_63', u'CAST_-1205984264'), (u'INDIRECT_-1205984270', u'COPY_-1205984329'), ('const-0', u'RETURN_-1205984339')]
null
null
000123a0
x86
O2
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid flockfile(FILE *__stream)\n\n{\n (*(code *)PTR_flockfile_0002e0e4)();\n return;\n}\n\n" comment (function_definition "void flockfile(FILE *__stream)\n\n{\n (*(code *)PTR_flockfile_0002e0e4)();\n return;\n}" primitive_type (function_declarator "flockfile(FILE *__stream)" identifier (parameter_list "(FILE *__stream)" ( (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) ))) (compound_statement "{\n (*(code *)PTR_flockfile_0002e0e4)();\n return;\n}" { (expression_statement "(*(code *)PTR_flockfile_0002e0e4)();" (call_expression "(*(code *)PTR_flockfile_0002e0e4)()" (parenthesized_expression "(*(code *)PTR_flockfile_0002e0e4)" ( (pointer_expression "*(code *)PTR_flockfile_0002e0e4" * (cast_expression "(code *)PTR_flockfile_0002e0e4" ( (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 flockfile(FILE *__stream)\n\n{\n (*(code *)PTR_flockfile_0002e0e4)();\n return;\n}\n\n" comment (function_definition "void flockfile(FILE *__stream)\n\n{\n (*(code *)PTR_flockfile_0002e0e4)();\n return;\n}" primitive_type (function_declarator "flockfile(FILE *__stream)" identifier (parameter_list "(FILE *__stream)" ( (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) ))) (compound_statement "{\n (*(code *)PTR_flockfile_0002e0e4)();\n return;\n}" { (expression_statement "(*(code *)PTR_flockfile_0002e0e4)();" (call_expression "(*(code *)PTR_flockfile_0002e0e4)()" (parenthesized_expression "(*(code *)PTR_flockfile_0002e0e4)" ( (pointer_expression "*(code *)PTR_flockfile_0002e0e4" * (cast_expression "(code *)PTR_flockfile_0002e0e4" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void flockfile(FILE *__stream)\n\n{\n (*(code *)PTR_flockfile_0002e0e4)();\n return;\n}\n\n" (function_definition "void flockfile(FILE *__stream)\n\n{\n (*(code *)PTR_flockfile_0002e0e4)();\n return;\n}" primitive_type (function_declarator "flockfile(FILE *__stream)" identifier (parameter_list "(FILE *__stream)" ( (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) ))) (compound_statement "{\n (*(code *)PTR_flockfile_0002e0e4)();\n return;\n}" { (expression_statement "(*(code *)PTR_flockfile_0002e0e4)();" (call_expression "(*(code *)PTR_flockfile_0002e0e4)()" (parenthesized_expression "(*(code *)PTR_flockfile_0002e0e4)" ( (pointer_expression "*(code *)PTR_flockfile_0002e0e4" * (cast_expression "(code *)PTR_flockfile_0002e0e4" ( (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 flockfile(FILE *__stream)\n\n{\n (*(code *)PTR_flockfile_0002e0e4)();\n return;\n}" (primitive_type "void") (function_declarator "flockfile(FILE *__stream)" (identifier "flockfile") (parameter_list "(FILE *__stream)" (( "(") (parameter_declaration "FILE *__stream" (type_identifier "FILE") (pointer_declarator "*__stream" (* "*") (identifier "__stream"))) () ")"))) (compound_statement "{\n (*(code *)PTR_flockfile_0002e0e4)();\n return;\n}" ({ "{") (expression_statement "(*(code *)PTR_flockfile_0002e0e4)();" (call_expression "(*(code *)PTR_flockfile_0002e0e4)()" (parenthesized_expression "(*(code *)PTR_flockfile_0002e0e4)" (( "(") (pointer_expression "*(code *)PTR_flockfile_0002e0e4" (* "*") (cast_expression "(code *)PTR_flockfile_0002e0e4" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_flockfile_0002e0e4"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void function_1(type_1 *__stream) { (*(type_2 *)PTR_flockfile_0002e0e4)(); 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(FILE *__stream) { (*(code *)PTR_MASKED_0002e0e4)(); return; }
351_sqldiff_and_sqldiff_strip.c
fts5ApiPhraseCount
FUN_000200f0
/* WARNING: Unknown calling convention */ int fts5ApiPhraseCount(void) { int iVar1; Fts5Cursor *pCsr; iVar1 = 0; if (pCsr->pExpr != (Fts5Expr *)0x0) { iVar1 = pCsr->pExpr->nPhrase; } return iVar1; }
undefined4 FUN_000200f0(int param_1) { undefined4 uVar1; uVar1 = 0; if (*(int *)(param_1 + 0x30) != 0) { uVar1 = *(undefined4 *)(*(int *)(param_1 + 0x30) + 0x10); } return uVar1; }
MOV EAX,dword ptr [ESP + 0x4] MOV EDX,dword ptr [EAX + 0x30] XOR EAX,EAX TEST EDX,EDX JZ 0x00020100 MOV EAX,dword ptr [EDX + 0x10] RET
null
null
null
null
[('const-0', u'INT_NOTEQUAL_-1206058728'), ('tmp_97', u'PTRSUB_-1206058662'), (u'LOAD_-1206058727', u'MULTIEQUAL_-1206058658'), (u'PTRSUB_-1206058662', u'LOAD_-1206058758'), (u'COPY_-1206058752', u'MULTIEQUAL_-1206058658'), (u'MULTIEQUAL_-1206058658', u'RETURN_-1206058712'), ('const-48', u'PTRSUB_-1206058662'), ('const-417', u'LOAD_-1206058758'), (u'LOAD_-1206058758', u'INT_NOTEQUAL_-1206058728'), (u'PTRSUB_-1206058652', u'LOAD_-1206058727'), ('const-16', u'PTRSUB_-1206058652'), ('const-417', u'LOAD_-1206058727'), ('const-0', u'RETURN_-1206058712'), ('const-0', u'COPY_-1206058752'), (u'LOAD_-1206058758', u'PTRSUB_-1206058652'), (u'INT_NOTEQUAL_-1206058728', u'CBRANCH_-1206058728'), ('tmp_64', u'CBRANCH_-1206058728')]
[('const-0', u'INT_NOTEQUAL_-1206058728'), ('const-0', u'COPY_-1206058752'), (u'LOAD_-1206058727', u'MULTIEQUAL_-1206058658'), (u'CAST_-1206058654', u'LOAD_-1206058727'), (u'COPY_-1206058752', u'MULTIEQUAL_-1206058658'), (u'MULTIEQUAL_-1206058658', u'RETURN_-1206058712'), (u'INT_ADD_-1206058742', u'CAST_-1206058664'), (u'CAST_-1206058664', u'LOAD_-1206058758'), ('const-417', u'LOAD_-1206058758'), ('const-16', u'INT_ADD_-1206058711'), (u'LOAD_-1206058758', u'INT_NOTEQUAL_-1206058728'), ('const-48', u'INT_ADD_-1206058742'), (u'LOAD_-1206058758', u'INT_ADD_-1206058711'), ('const-417', u'LOAD_-1206058727'), ('const-0', u'RETURN_-1206058712'), (u'INT_ADD_-1206058711', u'CAST_-1206058654'), (u'INT_NOTEQUAL_-1206058728', u'CBRANCH_-1206058728'), ('tmp_98', u'INT_ADD_-1206058742'), ('tmp_64', u'CBRANCH_-1206058728')]
null
null
000200f0
x86
O2
(translation_unit "undefined4 FUN_000200f0(int param_1)\n\n{\n undefined4 uVar1;\n \n uVar1 = 0;\n if (*(int *)(param_1 + 0x30) != 0) {\n uVar1 = *(undefined4 *)(*(int *)(param_1 + 0x30) + 0x10);\n }\n return uVar1;\n}\n\n" (function_definition "undefined4 FUN_000200f0(int param_1)\n\n{\n undefined4 uVar1;\n \n uVar1 = 0;\n if (*(int *)(param_1 + 0x30) != 0) {\n uVar1 = *(undefined4 *)(*(int *)(param_1 + 0x30) + 0x10);\n }\n return uVar1;\n}" type_identifier (function_declarator "FUN_000200f0(int param_1)" identifier (parameter_list "(int param_1)" ( (parameter_declaration "int param_1" primitive_type identifier) ))) (compound_statement "{\n undefined4 uVar1;\n \n uVar1 = 0;\n if (*(int *)(param_1 + 0x30) != 0) {\n uVar1 = *(undefined4 *)(*(int *)(param_1 + 0x30) + 0x10);\n }\n return uVar1;\n}" { (declaration "undefined4 uVar1;" type_identifier identifier ;) (expression_statement "uVar1 = 0;" (assignment_expression "uVar1 = 0" identifier = number_literal) ;) (if_statement "if (*(int *)(param_1 + 0x30) != 0) {\n uVar1 = *(undefined4 *)(*(int *)(param_1 + 0x30) + 0x10);\n }" if (parenthesized_expression "(*(int *)(param_1 + 0x30) != 0)" ( (binary_expression "*(int *)(param_1 + 0x30) != 0" (pointer_expression "*(int *)(param_1 + 0x30)" * (cast_expression "(int *)(param_1 + 0x30)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x30)" ( (binary_expression "param_1 + 0x30" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n uVar1 = *(undefined4 *)(*(int *)(param_1 + 0x30) + 0x10);\n }" { (expression_statement "uVar1 = *(undefined4 *)(*(int *)(param_1 + 0x30) + 0x10);" (assignment_expression "uVar1 = *(undefined4 *)(*(int *)(param_1 + 0x30) + 0x10)" identifier = (pointer_expression "*(undefined4 *)(*(int *)(param_1 + 0x30) + 0x10)" * (cast_expression "(undefined4 *)(*(int *)(param_1 + 0x30) + 0x10)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(param_1 + 0x30) + 0x10)" ( (binary_expression "*(int *)(param_1 + 0x30) + 0x10" (pointer_expression "*(int *)(param_1 + 0x30)" * (cast_expression "(int *)(param_1 + 0x30)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x30)" ( (binary_expression "param_1 + 0x30" identifier + number_literal) )))) + number_literal) ))))) ;) })) (return_statement "return uVar1;" return identifier ;) })))
(translation_unit "/* WARNING: Unknown calling convention */\n\nint fts5ApiPhraseCount(void)\n\n{\n int iVar1;\n Fts5Cursor *pCsr;\n \n iVar1 = 0;\n if (pCsr->pExpr != (Fts5Expr *)0x0) {\n iVar1 = pCsr->pExpr->nPhrase;\n }\n return iVar1;\n}\n\n" comment (function_definition "int fts5ApiPhraseCount(void)\n\n{\n int iVar1;\n Fts5Cursor *pCsr;\n \n iVar1 = 0;\n if (pCsr->pExpr != (Fts5Expr *)0x0) {\n iVar1 = pCsr->pExpr->nPhrase;\n }\n return iVar1;\n}" primitive_type (function_declarator "fts5ApiPhraseCount(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n int iVar1;\n Fts5Cursor *pCsr;\n \n iVar1 = 0;\n if (pCsr->pExpr != (Fts5Expr *)0x0) {\n iVar1 = pCsr->pExpr->nPhrase;\n }\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "Fts5Cursor *pCsr;" type_identifier (pointer_declarator "*pCsr" * identifier) ;) (expression_statement "iVar1 = 0;" (assignment_expression "iVar1 = 0" identifier = number_literal) ;) (if_statement "if (pCsr->pExpr != (Fts5Expr *)0x0) {\n iVar1 = pCsr->pExpr->nPhrase;\n }" if (parenthesized_expression "(pCsr->pExpr != (Fts5Expr *)0x0)" ( (binary_expression "pCsr->pExpr != (Fts5Expr *)0x0" (field_expression "pCsr->pExpr" identifier -> field_identifier) != (cast_expression "(Fts5Expr *)0x0" ( (type_descriptor "Fts5Expr *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n iVar1 = pCsr->pExpr->nPhrase;\n }" { (expression_statement "iVar1 = pCsr->pExpr->nPhrase;" (assignment_expression "iVar1 = pCsr->pExpr->nPhrase" identifier = (field_expression "pCsr->pExpr->nPhrase" (field_expression "pCsr->pExpr" identifier -> field_identifier) -> field_identifier)) ;) })) (return_statement "return iVar1;" return identifier ;) })))
(translation_unit "undefined4 FUN_000200f0(int param_1)\n\n{\n undefined4 uVar1;\n \n uVar1 = 0;\n if (*(int *)(param_1 + 0x30) != 0) {\n uVar1 = *(undefined4 *)(*(int *)(param_1 + 0x30) + 0x10);\n }\n return uVar1;\n}\n\n" (function_definition "undefined4 FUN_000200f0(int param_1)\n\n{\n undefined4 uVar1;\n \n uVar1 = 0;\n if (*(int *)(param_1 + 0x30) != 0) {\n uVar1 = *(undefined4 *)(*(int *)(param_1 + 0x30) + 0x10);\n }\n return uVar1;\n}" type_identifier (function_declarator "FUN_000200f0(int param_1)" identifier (parameter_list "(int param_1)" ( (parameter_declaration "int param_1" primitive_type identifier) ))) (compound_statement "{\n undefined4 uVar1;\n \n uVar1 = 0;\n if (*(int *)(param_1 + 0x30) != 0) {\n uVar1 = *(undefined4 *)(*(int *)(param_1 + 0x30) + 0x10);\n }\n return uVar1;\n}" { (declaration "undefined4 uVar1;" type_identifier identifier ;) (expression_statement "uVar1 = 0;" (assignment_expression "uVar1 = 0" identifier = number_literal) ;) (if_statement "if (*(int *)(param_1 + 0x30) != 0) {\n uVar1 = *(undefined4 *)(*(int *)(param_1 + 0x30) + 0x10);\n }" if (parenthesized_expression "(*(int *)(param_1 + 0x30) != 0)" ( (binary_expression "*(int *)(param_1 + 0x30) != 0" (pointer_expression "*(int *)(param_1 + 0x30)" * (cast_expression "(int *)(param_1 + 0x30)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x30)" ( (binary_expression "param_1 + 0x30" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n uVar1 = *(undefined4 *)(*(int *)(param_1 + 0x30) + 0x10);\n }" { (expression_statement "uVar1 = *(undefined4 *)(*(int *)(param_1 + 0x30) + 0x10);" (assignment_expression "uVar1 = *(undefined4 *)(*(int *)(param_1 + 0x30) + 0x10)" identifier = (pointer_expression "*(undefined4 *)(*(int *)(param_1 + 0x30) + 0x10)" * (cast_expression "(undefined4 *)(*(int *)(param_1 + 0x30) + 0x10)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(param_1 + 0x30) + 0x10)" ( (binary_expression "*(int *)(param_1 + 0x30) + 0x10" (pointer_expression "*(int *)(param_1 + 0x30)" * (cast_expression "(int *)(param_1 + 0x30)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x30)" ( (binary_expression "param_1 + 0x30" identifier + number_literal) )))) + number_literal) ))))) ;) })) (return_statement "return uVar1;" return identifier ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression 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) )))) != LIT) )) (compound_statement { (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 TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) ))))) ;) })) (return_statement return IDENT ;) })))
(function_definition "undefined4 FUN_000200f0(int param_1)\n\n{\n undefined4 uVar1;\n \n uVar1 = 0;\n if (*(int *)(param_1 + 0x30) != 0) {\n uVar1 = *(undefined4 *)(*(int *)(param_1 + 0x30) + 0x10);\n }\n return uVar1;\n}" (type_identifier "undefined4") (function_declarator "FUN_000200f0(int param_1)" (identifier "FUN_000200f0") (parameter_list "(int param_1)" (( "(") (parameter_declaration "int param_1" (primitive_type "int") (identifier "param_1")) () ")"))) (compound_statement "{\n undefined4 uVar1;\n \n uVar1 = 0;\n if (*(int *)(param_1 + 0x30) != 0) {\n uVar1 = *(undefined4 *)(*(int *)(param_1 + 0x30) + 0x10);\n }\n return uVar1;\n}" ({ "{") (declaration "undefined4 uVar1;" (type_identifier "undefined4") (identifier "uVar1") (; ";")) (expression_statement "uVar1 = 0;" (assignment_expression "uVar1 = 0" (identifier "uVar1") (= "=") (number_literal "0")) (; ";")) (if_statement "if (*(int *)(param_1 + 0x30) != 0) {\n uVar1 = *(undefined4 *)(*(int *)(param_1 + 0x30) + 0x10);\n }" (if "if") (parenthesized_expression "(*(int *)(param_1 + 0x30) != 0)" (( "(") (binary_expression "*(int *)(param_1 + 0x30) != 0" (pointer_expression "*(int *)(param_1 + 0x30)" (* "*") (cast_expression "(int *)(param_1 + 0x30)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x30)" (( "(") (binary_expression "param_1 + 0x30" (identifier "param_1") (+ "+") (number_literal "0x30")) () ")")))) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n uVar1 = *(undefined4 *)(*(int *)(param_1 + 0x30) + 0x10);\n }" ({ "{") (expression_statement "uVar1 = *(undefined4 *)(*(int *)(param_1 + 0x30) + 0x10);" (assignment_expression "uVar1 = *(undefined4 *)(*(int *)(param_1 + 0x30) + 0x10)" (identifier "uVar1") (= "=") (pointer_expression "*(undefined4 *)(*(int *)(param_1 + 0x30) + 0x10)" (* "*") (cast_expression "(undefined4 *)(*(int *)(param_1 + 0x30) + 0x10)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(int *)(param_1 + 0x30) + 0x10)" (( "(") (binary_expression "*(int *)(param_1 + 0x30) + 0x10" (pointer_expression "*(int *)(param_1 + 0x30)" (* "*") (cast_expression "(int *)(param_1 + 0x30)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x30)" (( "(") (binary_expression "param_1 + 0x30" (identifier "param_1") (+ "+") (number_literal "0x30")) () ")")))) (+ "+") (number_literal "0x10")) () ")"))))) (; ";")) (} "}"))) (return_statement "return uVar1;" (return "return") (identifier "uVar1") (; ";")) (} "}")))
/* WARNING: Unknown calling convention */ int function_1(void) { int iVar1; type_1 *pCsr; iVar1 = 0; if (pCsr->pExpr != (type_2 *)0x0) { iVar1 = pCsr->pExpr->nPhrase; } return iVar1; }
null
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (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: (primitive_type) 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: (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: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))))))) (return_statement (identifier)))))
null
undefined4 MASKED(int param_1) { undefined4 uVar1; uVar1 = 0; if (*(int *)(param_1 + 0x30) != 0) { uVar1 = *(undefined4 *)(*(int *)(param_1 + 0x30) + 0x10); } return uVar1; }
6468_s390x-linux-gnu-ld_and_s390x-linux-gnu-ld_strip.c
gc_mark_symbol
FUN_0018b920
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Enum "DT": Some values do not have unique names */ /* WARNING: Enum "ELFOSABI": Some values do not have unique names */ /* DWARF original prototype: void gc_mark_symbol(Symbol_table * this, Symbol * sym) */ void __thiscall gold::Symbol_table::gc_mark_symbol(Symbol_table *this,Symbol *sym) { uint uVar1; Target *pTVar2; Output_segment *pOVar3; Garbage_collection *this_00; iterator __position; pair<gold::Relobj*,_unsigned_int> local_14; local_14.second = 0x18b928; if ((sym->field_0x2a & 7) != 0) { /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/symtab.h",0xaa,"shndx"); } uVar1 = (sym->u2_).shndx; if ((((sym->field_0x2b & 0x20) != 0) && (uVar1 != 0)) && (pOVar3 = (sym->u1_).output_segment, (((Object *)pOVar3->output_lists_)->field_0x2c & 1) == 0)) { this_00 = this->gc_; if (this_00 == (Garbage_collection *)0x0) { /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/symtab.cc",0x293,"gc_mark_symbol"); } __position._M_current = (this_00->work_list_). super__Vector_base<std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std::pair<gold::Relobj*,_unsigned_int>_>_> ._M_impl._M_finish; local_14.first = (Relobj *)pOVar3; local_14.second = uVar1; if (__position._M_current == (this_00->work_list_). super__Vector_base<std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std::pair<gold::Relobj*,_unsigned_int>_>_> ._M_impl._M_end_of_storage) { std:: vector<std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std::pair<gold::Relobj*,_unsigned_int>_>_> ::_M_realloc_insert<std::pair<gold::Relobj*,_unsigned_int>_> (&this_00->work_list_,__position,&local_14); } else { (__position._M_current)->first = (Relobj *)pOVar3; (__position._M_current)->second = uVar1; (this_00->work_list_). super__Vector_base<std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std::pair<gold::Relobj*,_unsigned_int>_>_> ._M_impl._M_finish = __position._M_current + 1; } } pTVar2 = parameters->target_; if (pTVar2 != (Target *)0x0) { if (pTVar2->_vptr_Target[0x23] == Target::do_gc_mark_symbol) { return; } (*pTVar2->_vptr_Target[0x23])(pTVar2,this,sym); return; } /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/parameters.h",0x69,"target"); }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void __regparm3 FUN_0018b920(undefined4 param_1,undefined4 param_2,undefined4 param_3,int param_4,int param_5) { int iVar1; int *piVar2; int iVar3; int iVar4; int local_14; int local_10; local_10 = 0x18b928; if ((*(byte *)(param_5 + 0x2a) & 7) != 0) { /* WARNING: Subroutine does not return */ FUN_0007d010("../../gold/symtab.h",0xaa,"shndx",param_3); } iVar1 = *(int *)(param_5 + 0xc); if ((((*(byte *)(param_5 + 0x2b) & 0x20) != 0) && (iVar1 != 0)) && (iVar3 = *(int *)(param_5 + 8), (*(byte *)(iVar3 + 0x2c) & 1) == 0)) { iVar4 = *(int *)(param_4 + 0x158); if (iVar4 == 0) { /* WARNING: Subroutine does not return */ FUN_0007d010("../../gold/symtab.cc",0x293,"gc_mark_symbol",param_2); } piVar2 = *(int **)(iVar4 + 4); local_14 = iVar3; local_10 = iVar1; if (piVar2 == *(int **)(iVar4 + 8)) { FUN_000621b0(iVar4,piVar2,&local_14); } else { *piVar2 = iVar3; piVar2[1] = iVar1; *(int **)(iVar4 + 4) = piVar2 + 2; } } piVar2 = *(int **)(DAT_003af408 + 0xc); if (piVar2 != (int *)0x0) { if (*(code **)(*piVar2 + 0x8c) == FUN_0005cc60) { return; } (**(code **)(*piVar2 + 0x8c))(piVar2,param_4,param_5); return; } /* WARNING: Subroutine does not return */ FUN_0007d010("../../gold/parameters.h",0x69,"target",0); }
PUSH EDI PUSH ESI PUSH EBX CALL 0x00036f20 ADD EBX,0x2236d8 SUB ESP,0x10 MOV ESI,dword ptr [ESP + 0x24] TEST byte ptr [ESI + 0x2a],0x7 JNZ 0x0018b9e7 MOV EAX,dword ptr [ESI + 0xc] TEST byte ptr [ESI + 0x2b],0x20 JZ 0x0018b94c TEST EAX,EAX JNZ 0x0018b980 LEA EAX,[EBX + 0x408] MOV EAX,dword ptr [EAX] MOV EAX,dword ptr [EAX + 0xc] TEST EAX,EAX JZ 0x0018ba00 MOV EDX,dword ptr [EAX] LEA ECX,[EBX + 0xffcadc60] MOV EDX,dword ptr [EDX + 0x8c] CMP EDX,ECX JNZ 0x0018b9b8 ADD ESP,0x10 POP EBX POP ESI POP EDI RET MOV ECX,dword ptr [ESI + 0x8] TEST byte ptr [ECX + 0x2c],0x1 JNZ 0x0018b94c MOV EDI,dword ptr [ESP + 0x20] MOV EDI,dword ptr [EDI + 0x158] TEST EDI,EDI JZ 0x0018ba16 MOV dword ptr [ESP + 0x8],ECX MOV EDX,dword ptr [EDI + 0x4] MOV dword ptr [ESP + 0xc],EAX CMP EDX,dword ptr [EDI + 0x8] JZ 0x0018b9d0 MOV dword ptr [EDX],ECX ADD EDX,0x8 MOV dword ptr [EDX + -0x4],EAX MOV dword ptr [EDI + 0x4],EDX JMP 0x0018b94c SUB ESP,0x4 PUSH ESI PUSH dword ptr [ESP + 0x28] PUSH EAX CALL EDX ADD ESP,0x10 ADD ESP,0x10 POP EBX POP ESI POP EDI RET SUB ESP,0x4 LEA EAX,[ESP + 0xc] PUSH EAX PUSH EDX PUSH EDI CALL 0x000621b0 ADD ESP,0x10 JMP 0x0018b94c LEA EAX,[EBX + 0xfff06fe8] PUSH ECX PUSH EAX LEA EAX,[EBX + 0xffeee411] PUSH 0xaa PUSH EAX CALL 0x0007d010 PUSH EAX LEA EAX,[EBX + 0xfff06fd0] PUSH EAX LEA EAX,[EBX + 0xffee926d] PUSH 0x69 PUSH EAX CALL 0x0007d010 LEA EAX,[EBX + 0xfff06f2c] PUSH EDX PUSH EAX LEA EAX,[EBX + 0xfff063f1] PUSH 0x293 PUSH EAX CALL 0x0007d010
null
null
null
null
[(u'PTRSUB_-1207452716', u'LOAD_-1207453349'), (u'LOAD_-1207453091', u'INT_AND_-1207453065'), (u'INT_EQUAL_-1207453009', u'CBRANCH_-1207453007'), (u'LOAD_-1207453037', u'PTRSUB_-1207452589'), (u'PTRSUB_-1207452565', u'STORE_-1207452982'), (u'PTRSUB_-1207452598', u'LOAD_-1207453099'), (u'LOAD_-1207453241', u'INT_EQUAL_-1207453219'), (u'COPY_-1207452733', u'MULTIEQUAL_-1207452749'), ('const-0', u'PTRSUB_-1207452664'), ('tmp_838', u'BRANCH_-1207452896'), ('tmp_164', u'CBRANCH_-1207453305'), ('const-0', u'INT_EQUAL_-1207453079'), ('const-2839537', u'COPY_-1207452540'), (u'LOAD_-1207453037', u'PTRSUB_-1207452582'), ('const-44', u'PTRSUB_-1207452618'), (u'INT_AND_-1207453294', u'INT_NOTEQUAL_-1207453307'), (u'LOAD_-1207453099', u'CAST_-1207452555'), (u'COPY_-1207452629', u'MULTIEQUAL_-1207452749'), ('const-7', u'INT_AND_-1207453323'), (u'INDIRECT_-1207452519', u'COPY_-1207452575'), (u'CALL_-1207452802', u'INDIRECT_-1207452496'), ('const-170', u'CALL_-1207452828'), (u'PTRSUB_-1207452670', u'LOAD_-1207453254'), ('const-0', u'INT_NOTEQUAL_-1207453336'), (u'INDIRECT_-1207452608', u'MULTIEQUAL_-1207452707'), ('const-0', u'PTRSUB_-1207452578'), (u'PTRSUB_-1207452579', u'LOAD_-1207453024'), (u'INDIRECT_-1207452598', u'COPY_-1207452645'), (u'PTRADD_-1207452648', u'LOAD_-1207453241'), (u'CALL_-1207452953', u'INDIRECT_-1207452547'), (u'MULTIEQUAL_-1207452707', u'PTRSUB_-1207452682'), (u'LOAD_-1207453277', u'PTRSUB_-1207452670'), (u'LOAD_-1207453328', u'INT_NOTEQUAL_-1207453291'), ('tmp_1930', u'COPY_-1207452666'), ('const-0', u'PTRSUB_-1207452569'), (u'CALL_-1207452828', u'INDIRECT_-1207452572'), (u'LOAD_-1207453277', u'CALLIND_-1207453084'), (u'CALL_-1207452911', u'INDIRECT_-1207452609'), (u'LOAD_-1207453037', u'CALL_-1207452911'), ('tmp_1930', u'COPY_-1207452733'), (u'LOAD_-1207453037', u'PTRADD_-1207452587'), ('const-659', u'CALL_-1207452802'), ('const-0', u'PTRSUB_-1207452596'), (u'CAST_-1207452555', u'STORE_-1207453005'), (u'STORE_-1207453005', u'INDIRECT_-1207452618'), (u'LOAD_-1207453241', u'CALLIND_-1207453084'), (u'PTRSUB_-1207452632', u'CAST_-1207452596'), ('const-0', u'PTRSUB_-1207452584'), ('tmp_699', u'CBRANCH_-1207453007'), (u'PTRSUB_-1207452544', u'PTRSUB_-1207452569'), (u'PTRSUB_-1207452561', u'PTRSUB_-1207452584'), ('const-0', u'INT_NOTEQUAL_-1207453291'), ('tmp_748', u'BRANCH_-1207452977'), ('const-344', u'PTRSUB_-1207452620'), (u'INT_AND_-1207453323', u'INT_NOTEQUAL_-1207453336'), ('const-0', u'PTRSUB_-1207452569'), (u'COPY_-1207452540', u'CALL_-1207452802'), (u'COPY_-1207452723', u'MULTIEQUAL_-1207452743'), ('const-2842576', u'COPY_-1207452563'), ('tmp_968', u'CALLIND_-1207453084'), ('tmp_1930', u'COPY_-1207452728'), ('const-1', u'PTRADD_-1207452587'), ('const-0', u'PTRSUB_-1207452598'), (u'COPY_-1207452588', u'CALL_-1207452828'), ('tmp_968', u'PTRSUB_-1207452620'), ('const-0', u'INT_NOTEQUAL_-1207453258'), (u'CALL_-1207452802', u'INDIRECT_-1207452524'), (u'LOAD_-1207453024', u'INT_EQUAL_-1207453009'), (u'PTRSUB_-1207452620', u'LOAD_-1207453067'), ('const-0', u'PTRSUB_-1207452561'), ('const-12', u'PTRSUB_-1207452682'), (u'CALLIND_-1207453084', u'INDIRECT_-1207452598'), (u'INDIRECT_-1207452603', u'MULTIEQUAL_-1207452743'), ('const-417', u'LOAD_-1207453099'), (u'LOAD_-1207453254', u'PTRADD_-1207452648'), (u'PTRSUB_-1207452584', u'PTRSUB_-1207452579'), (u'COPY_-1207452661', u'MULTIEQUAL_-1207452743'), (u'COPY_-1207453394', u'COPY_-1207452661'), ('const-35', u'PTRADD_-1207452648'), (u'PTRSUB_-1207452540', u'CALL_-1207452911'), ('const-417', u'LOAD_-1207453067'), ('const-105', u'CALL_-1207452953'), (u'LOAD_-1207453067', u'INT_EQUAL_-1207453046'), (u'CALL_-1207452953', u'INDIRECT_-1207452553'), (u'INT_NOTEQUAL_-1207453258', u'CBRANCH_-1207453258'), (u'PTRSUB_-1207452596', u'PTRSUB_-1207452561'), (u'LOAD_-1207453037', u'INT_EQUAL_-1207453009'), ('const-380000', u'PTRSUB_-1207452667'), ('tmp_969', u'PTRSUB_-1207452705'), (u'CALL_-1207452911', u'INDIRECT_-1207452575'), (u'PTRSUB_-1207452593', u'PTRSUB_-1207452587'), ('const-2741265', u'COPY_-1207452588'), (u'PTRSUB_-1207452569', u'PTRSUB_-1207452593'), (u'COPY_-1207452728', u'MULTIEQUAL_-1207452743'), ('const-0', u'PTRSUB_-1207452503'), (u'PTRADD_-1207452587', u'STORE_-1207452982'), ('tmp_1364', u'PTRSUB_-1207452540'), (u'STORE_-1207452982', u'INDIRECT_-1207452608'), (u'COPY_-1207453394', u'COPY_-1207452728'), (u'INT_NOTEQUAL_-1207453307', u'CBRANCH_-1207453305'), ('const-1', u'INT_AND_-1207453065'), (u'INT_AND_-1207453065', u'INT_EQUAL_-1207453079'), ('const-0', u'PTRSUB_-1207452589'), ('const-2842412', u'COPY_-1207452539'), ('const-417', u'STORE_-1207453005'), ('const-417', u'LOAD_-1207453241'), ('tmp_969', u'PTRSUB_-1207452636'), (u'COPY_-1207452563', u'CALL_-1207452953'), (u'PTRSUB_-1207452682', u'LOAD_-1207453277'), ('const-417', u'LOAD_-1207453328'), (u'PTRSUB_-1207452587', u'LOAD_-1207453037'), (u'PTRSUB_-1207452578', u'PTRSUB_-1207452544'), ('const-4', u'PTRSUB_-1207452582'), (u'INDIRECT_-1207452496', u'COPY_-1207452549'), (u'INT_EQUAL_-1207453079', u'CBRANCH_-1207453075'), (u'PTRSUB_-1207452589', u'STORE_-1207453005'), ('const-0', u'INT_NOTEQUAL_-1207453307'), ('tmp_124', u'CBRANCH_-1207453333'), (u'PTRSUB_-1207452667', u'INT_EQUAL_-1207453219'), ('const-8', u'PTRADD_-1207452587'), (u'PTRSUB_-1207452605', u'PTRSUB_-1207452569'), (u'INDIRECT_-1207452609', u'MULTIEQUAL_-1207452749'), (u'LOAD_-1207453328', u'COPY_-1207452628'), ('const-1', u'RETURN_-1207452823'), ('const-43', u'PTRSUB_-1207452701'), (u'LOAD_-1207453320', u'INT_AND_-1207453294'), ('const-2842600', u'COPY_-1207452584'), ('const-1', u'RETURN_-1207452948'), ('const-417', u'STORE_-1207452982'), ('const-0', u'PTRSUB_-1207452544'), (u'LOAD_-1207453067', u'PTRSUB_-1207452605'), (u'LOAD_-1207453277', u'INT_NOTEQUAL_-1207453258'), ('const-417', u'LOAD_-1207453091'), (u'COPY_-1207453394', u'COPY_-1207452723'), ('const-0', u'PTRSUB_-1207452593'), ('const-4294967276', u'PTRSUB_-1207452540'), ('const-8', u'PTRSUB_-1207452579'), (u'COPY_-1207452584', u'CALL_-1207452828'), ('tmp_969', u'CALLIND_-1207453084'), (u'CALL_-1207452953', u'INDIRECT_-1207452519'), (u'LOAD_-1207453099', u'CAST_-1207452559'), ('const-32', u'INT_AND_-1207453294'), (u'PTRSUB_-1207452636', u'PTRSUB_-1207452598'), ('const-0', u'PTRSUB_-1207452670'), (u'PTRSUB_-1207452503', u'CALL_-1207452911'), ('const-417', u'LOAD_-1207453349'), ('const-0', u'PTRSUB_-1207452667'), (u'LOAD_-1207453328', u'STORE_-1207452988'), ('const-2720365', u'COPY_-1207452567'), (u'LOAD_-1207453067', u'PTRSUB_-1207452503'), (u'CAST_-1207452559', u'COPY_-1207452629'), ('const-4', u'PTRSUB_-1207452587'), (u'PTRSUB_-1207452705', u'PTRSUB_-1207452664'), (u'INT_EQUAL_-1207453219', u'CBRANCH_-1207453217'), ('const-417', u'STORE_-1207452988'), (u'PTRSUB_-1207452701', u'LOAD_-1207453320'), ('const-417', u'LOAD_-1207453277'), (u'PTRSUB_-1207452569', u'PTRSUB_-1207452565'), (u'COPY_-1207452628', u'MULTIEQUAL_-1207452743'), (u'PTRSUB_-1207452582', u'STORE_-1207452988'), ('const-1', u'RETURN_-1207452797'), ('tmp_192', u'CBRANCH_-1207453290'), (u'CAST_-1207452596', u'PTRSUB_-1207452618'), ('const-0', u'PTRSUB_-1207452632'), ('const-417', u'LOAD_-1207453254'), ('tmp_286', u'CBRANCH_-1207453217'), ('const-417', u'LOAD_-1207453037'), ('const-417', u'LOAD_-1207453024'), ('const-42', u'PTRSUB_-1207452716'), ('tmp_969', u'PTRSUB_-1207452701'), ('const-8', u'PTRSUB_-1207452636'), ('tmp_969', u'PTRSUB_-1207452716'), ('const-0', u'INT_EQUAL_-1207453046'), (u'LOAD_-1207453349', u'INT_AND_-1207453323'), ('const-0', u'RETURN_-1207453038'), (u'LOAD_-1207453067', u'PTRSUB_-1207452578'), ('const-0', u'PTRSUB_-1207452605'), (u'LOAD_-1207453099', u'PTRSUB_-1207452632'), (u'CALL_-1207452828', u'INDIRECT_-1207452544'), (u'CALLIND_-1207453084', u'INDIRECT_-1207452632'), ('const-4', u'PTRADD_-1207452648'), (u'LOAD_-1207453067', u'PTRSUB_-1207452596'), ('const-4', u'PTRSUB_-1207452565'), (u'INT_EQUAL_-1207453046', u'CBRANCH_-1207453045'), (u'INT_NOTEQUAL_-1207453336', u'CBRANCH_-1207453333'), ('const-12', u'PTRSUB_-1207452705'), (u'STORE_-1207452988', u'INDIRECT_-1207452612'), ('tmp_597', u'CBRANCH_-1207453075'), ('tmp_2034', u'MULTIEQUAL_-1207452707'), (u'CALLIND_-1207453084', u'INDIRECT_-1207452626'), (u'CALL_-1207452911', u'INDIRECT_-1207452603'), ('const-417', u'LOAD_-1207453320'), ('tmp_236', u'CBRANCH_-1207453258'), (u'PTRSUB_-1207452618', u'LOAD_-1207453091'), (u'COPY_-1207452728', u'MULTIEQUAL_-1207452749'), ('const-1620264', u'COPY_-1207453394'), (u'COPY_-1207452539', u'CALL_-1207452802'), ('tmp_639', u'CBRANCH_-1207453045'), (u'INT_NOTEQUAL_-1207453291', u'CBRANCH_-1207453290'), ('const-0', u'RETURN_-1207453180'), (u'INDIRECT_-1207452544', u'COPY_-1207452595'), (u'MULTIEQUAL_-1207452707', u'COPY_-1207452731'), (u'COPY_-1207452666', u'MULTIEQUAL_-1207452749'), (u'INDIRECT_-1207452575', u'MULTIEQUAL_-1207452707'), (u'PTRSUB_-1207452664', u'LOAD_-1207453328'), (u'COPY_-1207452567', u'CALL_-1207452953')]
[('const-380000', u'PTRSUB_-1207452682'), (u'COPY_-1207452603', u'CALL_-1207452828'), (u'COPY_-1207452703', u'MULTIEQUAL_-1207452758'), ('const-417', u'LOAD_-1207453254'), (u'LOAD_-1207453091', u'INT_AND_-1207453065'), (u'LOAD_-1207453099', u'COPY_-1207452671'), (u'LOAD_-1207453099', u'STORE_-1207453005'), (u'INT_EQUAL_-1207453009', u'CBRANCH_-1207453007'), (u'COPY_-1207452765', u'MULTIEQUAL_-1207452758'), ('const-4', u'INT_ADD_-1207453021'), (u'CAST_-1207452602', u'LOAD_-1207453024'), ('const-12', u'INT_ADD_-1207453312'), (u'CALL_-1207452953', u'INDIRECT_-1207452568'), ('const-417', u'LOAD_-1207453349'), ('const-417', u'LOAD_-1207453091'), ('tmp_1902', u'COPY_-1207452708'), ('const-0', u'PTRSUB_-1207452682'), (u'INT_EQUAL_-1207453079', u'CBRANCH_-1207453075'), (u'LOAD_-1207453241', u'INT_EQUAL_-1207453219'), ('tmp_1900', u'INT_ADD_-1207453306'), ('const-0', u'INT_NOTEQUAL_-1207453307'), ('const-417', u'LOAD_-1207453024'), ('tmp_124', u'CBRANCH_-1207453333'), (u'COPY_-1207452708', u'MULTIEQUAL_-1207452764'), ('const-8', u'INT_ADD_-1207453083'), ('tmp_838', u'BRANCH_-1207452896'), ('tmp_164', u'CBRANCH_-1207453305'), (u'COPY_-1207452770', u'MULTIEQUAL_-1207452764'), ('const-0', u'INT_EQUAL_-1207453079'), ('const-2842412', u'COPY_-1207452554'), ('tmp_2030', u'MULTIEQUAL_-1207452722'), (u'CAST_-1207452658', u'LOAD_-1207453241'), (u'CALL_-1207452911', u'INDIRECT_-1207452624'), ('tmp_1333', u'CALL_-1207452802'), (u'INT_AND_-1207453294', u'INT_NOTEQUAL_-1207453307'), ('const-1', u'RETURN_-1207452823'), ('const-417', u'STORE_-1207452988'), (u'INT_ADD_-1207453077', u'CAST_-1207452636'), ('const-2842600', u'COPY_-1207452599'), (u'CALL_-1207452802', u'INDIRECT_-1207452539'), ('const-7', u'INT_AND_-1207453323'), (u'INDIRECT_-1207452618', u'MULTIEQUAL_-1207452758'), (u'LOAD_-1207453320', u'INT_AND_-1207453294'), ('tmp_1902', u'COPY_-1207452775'), ('const-2839537', u'COPY_-1207452555'), ('const-1', u'RETURN_-1207452948'), (u'INDIRECT_-1207452624', u'MULTIEQUAL_-1207452764'), (u'LOAD_-1207453037', u'STORE_-1207453005'), ('const-417', u'LOAD_-1207453037'), ('tmp_1900', u'INT_ADD_-1207453335'), (u'LOAD_-1207453277', u'INT_NOTEQUAL_-1207453258'), (u'MULTIEQUAL_-1207452722', u'COPY_-1207452746'), ('const-417', u'LOAD_-1207453099'), ('tmp_1901', u'CALLIND_-1207453084'), (u'INT_ADD_-1207453306', u'CAST_-1207452703'), ('const-0', u'INT_NOTEQUAL_-1207453336'), (u'PTRSUB_-1207452682', u'INT_EQUAL_-1207453219'), (u'INT_ADD_-1207453225', u'CAST_-1207452658'), (u'CALLIND_-1207453084', u'INDIRECT_-1207452647'), (u'LOAD_-1207453067', u'INT_ADD_-1207453008'), (u'INT_ADD_-1207453312', u'CAST_-1207452707'), ('const-170', u'CALL_-1207452828'), ('const-417', u'LOAD_-1207453277'), (u'LOAD_-1207453328', u'INT_NOTEQUAL_-1207453291'), ('const-32', u'INT_AND_-1207453294'), (u'LOAD_-1207453277', u'LOAD_-1207453254'), ('const-1', u'PTRADD_-1207452612'), (u'COPY_-1207453394', u'COPY_-1207452770'), ('tmp_1900', u'INT_ADD_-1207453083'), (u'LOAD_-1207453277', u'CALLIND_-1207453084'), (u'INT_ADD_-1207452968', u'CAST_-1207452588'), ('const-417', u'STORE_-1207453005'), ('const-2', u'PTRADD_-1207452616'), (u'LOAD_-1207453328', u'STORE_-1207452988'), (u'LOAD_-1207453099', u'INT_ADD_-1207453077'), (u'LOAD_-1207453067', u'INT_ADD_-1207452968'), ('const-43', u'INT_ADD_-1207453306'), (u'PTRSUB_-1207452571', u'CALL_-1207452911'), (u'CALLIND_-1207453084', u'INDIRECT_-1207452613'), (u'CALL_-1207452828', u'INDIRECT_-1207452587'), ('const-417', u'LOAD_-1207453320'), ('const-105', u'CALL_-1207452953'), (u'LOAD_-1207453037', u'CALL_-1207452911'), (u'CAST_-1207452636', u'LOAD_-1207453091'), (u'LOAD_-1207453254', u'INT_ADD_-1207453225'), (u'INT_EQUAL_-1207453219', u'CBRANCH_-1207453217'), (u'CAST_-1207452678', u'LOAD_-1207453277'), (u'COPY_-1207452670', u'MULTIEQUAL_-1207452758'), (u'LOAD_-1207453328', u'COPY_-1207452670'), (u'COPY_-1207452582', u'CALL_-1207452953'), ('const-4', u'INT_ADD_-1207452968'), ('const-417', u'LOAD_-1207453241'), (u'LOAD_-1207453241', u'CALLIND_-1207453084'), ('const-417', u'LOAD_-1207453328'), (u'INDIRECT_-1207452534', u'COPY_-1207452590'), (u'CAST_-1207452625', u'LOAD_-1207453067'), (u'CALL_-1207452911', u'INDIRECT_-1207452618'), (u'INT_ADD_-1207453051', u'CAST_-1207452625'), ('const-4', u'PTRADD_-1207452612'), ('tmp_699', u'CBRANCH_-1207453007'), (u'LOAD_-1207453067', u'CALL_-1207452911'), (u'MULTIEQUAL_-1207452722', u'INT_ADD_-1207453261'), (u'CAST_-1207452610', u'LOAD_-1207453037'), ('const-659', u'CALL_-1207452802'), ('const-0', u'INT_NOTEQUAL_-1207453291'), (u'COPY_-1207452770', u'MULTIEQUAL_-1207452758'), ('const-2720365', u'COPY_-1207452582'), ('const-1', u'RETURN_-1207452797'), ('tmp_192', u'CBRANCH_-1207453290'), (u'CAST_-1207452588', u'STORE_-1207452982'), ('tmp_748', u'BRANCH_-1207452977'), ('tmp_1902', u'COPY_-1207452770'), ('const-4', u'PTRADD_-1207452616'), (u'CAST_-1207452640', u'LOAD_-1207453099'), (u'COPY_-1207452775', u'MULTIEQUAL_-1207452764'), ('const-2741265', u'COPY_-1207452603'), (u'INT_AND_-1207453323', u'INT_NOTEQUAL_-1207453336'), ('tmp_286', u'CBRANCH_-1207453217'), (u'INDIRECT_-1207452613', u'COPY_-1207452660'), ('const-2842576', u'COPY_-1207452578'), (u'CALL_-1207452911', u'INDIRECT_-1207452590'), (u'STORE_-1207453005', u'INDIRECT_-1207452633'), (u'COPY_-1207452578', u'CALL_-1207452953'), (u'CAST_-1207452707', u'LOAD_-1207453328'), ('const-0', u'INT_EQUAL_-1207453046'), (u'LOAD_-1207453349', u'INT_AND_-1207453323'), ('const-344', u'INT_ADD_-1207453051'), (u'PTRADD_-1207452616', u'STORE_-1207452982'), ('const-0', u'RETURN_-1207453038'), ('const-0', u'INT_NOTEQUAL_-1207453258'), (u'COPY_-1207453394', u'COPY_-1207452765'), (u'LOAD_-1207453024', u'INT_EQUAL_-1207453009'), ('const-42', u'INT_ADD_-1207453335'), (u'CALL_-1207452953', u'INDIRECT_-1207452534'), (u'LOAD_-1207453037', u'PTRADD_-1207452616'), (u'PTRADD_-1207452612', u'STORE_-1207452988'), ('const-12', u'INT_ADD_-1207453261'), ('tmp_1901', u'INT_ADD_-1207453051'), ('const-0', u'CALL_-1207452953'), (u'COPY_-1207452555', u'CALL_-1207452802'), ('const-4294967276', u'PTRSUB_-1207452571'), (u'INT_EQUAL_-1207453046', u'CBRANCH_-1207453045'), (u'INT_NOTEQUAL_-1207453336', u'CBRANCH_-1207453333'), (u'STORE_-1207452988', u'INDIRECT_-1207452627'), (u'INDIRECT_-1207452559', u'COPY_-1207452610'), (u'CALLIND_-1207453084', u'INDIRECT_-1207452641'), ('tmp_1328', u'PTRSUB_-1207452571'), (u'CAST_-1207452703', u'LOAD_-1207453320'), ('tmp_597', u'CBRANCH_-1207453075'), (u'INT_ADD_-1207453008', u'CAST_-1207452602'), (u'COPY_-1207453394', u'COPY_-1207452703'), ('const-8', u'INT_ADD_-1207453008'), ('tmp_236', u'CBRANCH_-1207453258'), (u'LOAD_-1207453067', u'INT_EQUAL_-1207453046'), (u'INT_NOTEQUAL_-1207453258', u'CBRANCH_-1207453258'), (u'LOAD_-1207453037', u'INT_EQUAL_-1207453009'), (u'CALL_-1207452953', u'INDIRECT_-1207452562'), (u'CALL_-1207452802', u'INDIRECT_-1207452511'), ('const-140', u'INT_ADD_-1207453225'), (u'COPY_-1207452554', u'CALL_-1207452802'), ('const-1620264', u'COPY_-1207453394'), ('tmp_1331', u'CALL_-1207452828'), (u'INDIRECT_-1207452590', u'MULTIEQUAL_-1207452722'), ('const-44', u'INT_ADD_-1207453077'), (u'INT_ADD_-1207453083', u'CAST_-1207452640'), (u'COPY_-1207452671', u'MULTIEQUAL_-1207452764'), ('tmp_639', u'CBRANCH_-1207453045'), ('tmp_1900', u'INT_ADD_-1207453312'), (u'INT_ADD_-1207453021', u'CAST_-1207452610'), (u'CAST_-1207452718', u'LOAD_-1207453349'), (u'INT_NOTEQUAL_-1207453291', u'CBRANCH_-1207453290'), ('const-0', u'RETURN_-1207453180'), (u'INDIRECT_-1207452511', u'COPY_-1207452564'), (u'INDIRECT_-1207452623', u'MULTIEQUAL_-1207452722'), (u'LOAD_-1207453067', u'INT_ADD_-1207453021'), (u'CALL_-1207452828', u'INDIRECT_-1207452559'), ('tmp_1900', u'CALLIND_-1207453084'), (u'INT_NOTEQUAL_-1207453307', u'CBRANCH_-1207453305'), ('const-1', u'INT_AND_-1207453065'), (u'INT_AND_-1207453065', u'INT_EQUAL_-1207453079'), (u'COPY_-1207452599', u'CALL_-1207452828'), ('const-417', u'LOAD_-1207453067'), (u'LOAD_-1207453037', u'PTRADD_-1207452612'), ('const-417', u'STORE_-1207452982'), (u'INT_ADD_-1207453261', u'CAST_-1207452678'), (u'INT_ADD_-1207453335', u'CAST_-1207452718'), (u'STORE_-1207452982', u'INDIRECT_-1207452623')]
null
null
0018b920
x86
O2
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid __regparm3\nFUN_0018b920(undefined4 param_1,undefined4 param_2,undefined4 param_3,int param_4,int param_5)\n\n{\n int iVar1;\n int *piVar2;\n int iVar3;\n int iVar4;\n int local_14;\n int local_10;\n \n local_10 = 0x18b928;\n if ((*(byte *)(param_5 + 0x2a) & 7) != 0) {\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/symtab.h",0xaa,"shndx",param_3);\n }\n iVar1 = *(int *)(param_5 + 0xc);\n if ((((*(byte *)(param_5 + 0x2b) & 0x20) != 0) && (iVar1 != 0)) &&\n (iVar3 = *(int *)(param_5 + 8), (*(byte *)(iVar3 + 0x2c) & 1) == 0)) {\n iVar4 = *(int *)(param_4 + 0x158);\n if (iVar4 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/symtab.cc",0x293,"gc_mark_symbol",param_2);\n }\n piVar2 = *(int **)(iVar4 + 4);\n local_14 = iVar3;\n local_10 = iVar1;\n if (piVar2 == *(int **)(iVar4 + 8)) {\n FUN_000621b0(iVar4,piVar2,&local_14);\n }\n else {\n *piVar2 = iVar3;\n piVar2[1] = iVar1;\n *(int **)(iVar4 + 4) = piVar2 + 2;\n }\n }\n piVar2 = *(int **)(DAT_003af408 + 0xc);\n if (piVar2 != (int *)0x0) {\n if (*(code **)(*piVar2 + 0x8c) == FUN_0005cc60) {\n return;\n }\n (**(code **)(*piVar2 + 0x8c))(piVar2,param_4,param_5);\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/parameters.h",0x69,"target",0);\n}\n\n" comment (function_definition "void __regparm3\nFUN_0018b920(undefined4 param_1,undefined4 param_2,undefined4 param_3,int param_4,int param_5)\n\n{\n int iVar1;\n int *piVar2;\n int iVar3;\n int iVar4;\n int local_14;\n int local_10;\n \n local_10 = 0x18b928;\n if ((*(byte *)(param_5 + 0x2a) & 7) != 0) {\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/symtab.h",0xaa,"shndx",param_3);\n }\n iVar1 = *(int *)(param_5 + 0xc);\n if ((((*(byte *)(param_5 + 0x2b) & 0x20) != 0) && (iVar1 != 0)) &&\n (iVar3 = *(int *)(param_5 + 8), (*(byte *)(iVar3 + 0x2c) & 1) == 0)) {\n iVar4 = *(int *)(param_4 + 0x158);\n if (iVar4 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/symtab.cc",0x293,"gc_mark_symbol",param_2);\n }\n piVar2 = *(int **)(iVar4 + 4);\n local_14 = iVar3;\n local_10 = iVar1;\n if (piVar2 == *(int **)(iVar4 + 8)) {\n FUN_000621b0(iVar4,piVar2,&local_14);\n }\n else {\n *piVar2 = iVar3;\n piVar2[1] = iVar1;\n *(int **)(iVar4 + 4) = piVar2 + 2;\n }\n }\n piVar2 = *(int **)(DAT_003af408 + 0xc);\n if (piVar2 != (int *)0x0) {\n if (*(code **)(*piVar2 + 0x8c) == FUN_0005cc60) {\n return;\n }\n (**(code **)(*piVar2 + 0x8c))(piVar2,param_4,param_5);\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/parameters.h",0x69,"target",0);\n}" primitive_type (ERROR "__regparm3" identifier) (function_declarator "FUN_0018b920(undefined4 param_1,undefined4 param_2,undefined4 param_3,int param_4,int param_5)" identifier (parameter_list "(undefined4 param_1,undefined4 param_2,undefined4 param_3,int param_4,int param_5)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "undefined4 param_3" type_identifier identifier) , (parameter_declaration "int param_4" primitive_type identifier) , (parameter_declaration "int param_5" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n int *piVar2;\n int iVar3;\n int iVar4;\n int local_14;\n int local_10;\n \n local_10 = 0x18b928;\n if ((*(byte *)(param_5 + 0x2a) & 7) != 0) {\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/symtab.h",0xaa,"shndx",param_3);\n }\n iVar1 = *(int *)(param_5 + 0xc);\n if ((((*(byte *)(param_5 + 0x2b) & 0x20) != 0) && (iVar1 != 0)) &&\n (iVar3 = *(int *)(param_5 + 8), (*(byte *)(iVar3 + 0x2c) & 1) == 0)) {\n iVar4 = *(int *)(param_4 + 0x158);\n if (iVar4 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/symtab.cc",0x293,"gc_mark_symbol",param_2);\n }\n piVar2 = *(int **)(iVar4 + 4);\n local_14 = iVar3;\n local_10 = iVar1;\n if (piVar2 == *(int **)(iVar4 + 8)) {\n FUN_000621b0(iVar4,piVar2,&local_14);\n }\n else {\n *piVar2 = iVar3;\n piVar2[1] = iVar1;\n *(int **)(iVar4 + 4) = piVar2 + 2;\n }\n }\n piVar2 = *(int **)(DAT_003af408 + 0xc);\n if (piVar2 != (int *)0x0) {\n if (*(code **)(*piVar2 + 0x8c) == FUN_0005cc60) {\n return;\n }\n (**(code **)(*piVar2 + 0x8c))(piVar2,param_4,param_5);\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/parameters.h",0x69,"target",0);\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "int *piVar2;" primitive_type (pointer_declarator "*piVar2" * identifier) ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "int iVar4;" primitive_type identifier ;) (declaration "int local_14;" primitive_type identifier ;) (declaration "int local_10;" primitive_type identifier ;) (expression_statement "local_10 = 0x18b928;" (assignment_expression "local_10 = 0x18b928" identifier = number_literal) ;) (if_statement "if ((*(byte *)(param_5 + 0x2a) & 7) != 0) {\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/symtab.h",0xaa,"shndx",param_3);\n }" if (parenthesized_expression "((*(byte *)(param_5 + 0x2a) & 7) != 0)" ( (binary_expression "(*(byte *)(param_5 + 0x2a) & 7) != 0" (parenthesized_expression "(*(byte *)(param_5 + 0x2a) & 7)" ( (binary_expression "*(byte *)(param_5 + 0x2a) & 7" (pointer_expression "*(byte *)(param_5 + 0x2a)" * (cast_expression "(byte *)(param_5 + 0x2a)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_5 + 0x2a)" ( (binary_expression "param_5 + 0x2a" identifier + number_literal) )))) & number_literal) )) != number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/symtab.h",0xaa,"shndx",param_3);\n }" { comment (expression_statement "FUN_0007d010("../../gold/symtab.h",0xaa,"shndx",param_3);" (call_expression "FUN_0007d010("../../gold/symtab.h",0xaa,"shndx",param_3)" identifier (argument_list "("../../gold/symtab.h",0xaa,"shndx",param_3)" ( (string_literal ""../../gold/symtab.h"" " string_content ") , number_literal , (string_literal ""shndx"" " string_content ") , identifier ))) ;) })) (expression_statement "iVar1 = *(int *)(param_5 + 0xc);" (assignment_expression "iVar1 = *(int *)(param_5 + 0xc)" identifier = (pointer_expression "*(int *)(param_5 + 0xc)" * (cast_expression "(int *)(param_5 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_5 + 0xc)" ( (binary_expression "param_5 + 0xc" identifier + number_literal) ))))) ;) (if_statement "if ((((*(byte *)(param_5 + 0x2b) & 0x20) != 0) && (iVar1 != 0)) &&\n (iVar3 = *(int *)(param_5 + 8), (*(byte *)(iVar3 + 0x2c) & 1) == 0)) {\n iVar4 = *(int *)(param_4 + 0x158);\n if (iVar4 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/symtab.cc",0x293,"gc_mark_symbol",param_2);\n }\n piVar2 = *(int **)(iVar4 + 4);\n local_14 = iVar3;\n local_10 = iVar1;\n if (piVar2 == *(int **)(iVar4 + 8)) {\n FUN_000621b0(iVar4,piVar2,&local_14);\n }\n else {\n *piVar2 = iVar3;\n piVar2[1] = iVar1;\n *(int **)(iVar4 + 4) = piVar2 + 2;\n }\n }" if (parenthesized_expression "((((*(byte *)(param_5 + 0x2b) & 0x20) != 0) && (iVar1 != 0)) &&\n (iVar3 = *(int *)(param_5 + 8), (*(byte *)(iVar3 + 0x2c) & 1) == 0))" ( (binary_expression "(((*(byte *)(param_5 + 0x2b) & 0x20) != 0) && (iVar1 != 0)) &&\n (iVar3 = *(int *)(param_5 + 8), (*(byte *)(iVar3 + 0x2c) & 1) == 0)" (parenthesized_expression "(((*(byte *)(param_5 + 0x2b) & 0x20) != 0) && (iVar1 != 0))" ( (binary_expression "((*(byte *)(param_5 + 0x2b) & 0x20) != 0) && (iVar1 != 0)" (parenthesized_expression "((*(byte *)(param_5 + 0x2b) & 0x20) != 0)" ( (binary_expression "(*(byte *)(param_5 + 0x2b) & 0x20) != 0" (parenthesized_expression "(*(byte *)(param_5 + 0x2b) & 0x20)" ( (binary_expression "*(byte *)(param_5 + 0x2b) & 0x20" (pointer_expression "*(byte *)(param_5 + 0x2b)" * (cast_expression "(byte *)(param_5 + 0x2b)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_5 + 0x2b)" ( (binary_expression "param_5 + 0x2b" identifier + number_literal) )))) & number_literal) )) != number_literal) )) && (parenthesized_expression "(iVar1 != 0)" ( (binary_expression "iVar1 != 0" identifier != number_literal) ))) )) && (parenthesized_expression "(iVar3 = *(int *)(param_5 + 8), (*(byte *)(iVar3 + 0x2c) & 1) == 0)" ( (comma_expression "iVar3 = *(int *)(param_5 + 8), (*(byte *)(iVar3 + 0x2c) & 1) == 0" (assignment_expression "iVar3 = *(int *)(param_5 + 8)" identifier = (pointer_expression "*(int *)(param_5 + 8)" * (cast_expression "(int *)(param_5 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_5 + 8)" ( (binary_expression "param_5 + 8" identifier + number_literal) ))))) , (binary_expression "(*(byte *)(iVar3 + 0x2c) & 1) == 0" (parenthesized_expression "(*(byte *)(iVar3 + 0x2c) & 1)" ( (binary_expression "*(byte *)(iVar3 + 0x2c) & 1" (pointer_expression "*(byte *)(iVar3 + 0x2c)" * (cast_expression "(byte *)(iVar3 + 0x2c)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar3 + 0x2c)" ( (binary_expression "iVar3 + 0x2c" identifier + number_literal) )))) & number_literal) )) == number_literal)) ))) )) (compound_statement "{\n iVar4 = *(int *)(param_4 + 0x158);\n if (iVar4 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/symtab.cc",0x293,"gc_mark_symbol",param_2);\n }\n piVar2 = *(int **)(iVar4 + 4);\n local_14 = iVar3;\n local_10 = iVar1;\n if (piVar2 == *(int **)(iVar4 + 8)) {\n FUN_000621b0(iVar4,piVar2,&local_14);\n }\n else {\n *piVar2 = iVar3;\n piVar2[1] = iVar1;\n *(int **)(iVar4 + 4) = piVar2 + 2;\n }\n }" { (expression_statement "iVar4 = *(int *)(param_4 + 0x158);" (assignment_expression "iVar4 = *(int *)(param_4 + 0x158)" identifier = (pointer_expression "*(int *)(param_4 + 0x158)" * (cast_expression "(int *)(param_4 + 0x158)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_4 + 0x158)" ( (binary_expression "param_4 + 0x158" identifier + number_literal) ))))) ;) (if_statement "if (iVar4 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/symtab.cc",0x293,"gc_mark_symbol",param_2);\n }" if (parenthesized_expression "(iVar4 == 0)" ( (binary_expression "iVar4 == 0" identifier == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/symtab.cc",0x293,"gc_mark_symbol",param_2);\n }" { comment (expression_statement "FUN_0007d010("../../gold/symtab.cc",0x293,"gc_mark_symbol",param_2);" (call_expression "FUN_0007d010("../../gold/symtab.cc",0x293,"gc_mark_symbol",param_2)" identifier (argument_list "("../../gold/symtab.cc",0x293,"gc_mark_symbol",param_2)" ( (string_literal ""../../gold/symtab.cc"" " string_content ") , number_literal , (string_literal ""gc_mark_symbol"" " string_content ") , identifier ))) ;) })) (expression_statement "piVar2 = *(int **)(iVar4 + 4);" (assignment_expression "piVar2 = *(int **)(iVar4 + 4)" identifier = (pointer_expression "*(int **)(iVar4 + 4)" * (cast_expression "(int **)(iVar4 + 4)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar4 + 4)" ( (binary_expression "iVar4 + 4" identifier + number_literal) ))))) ;) (expression_statement "local_14 = iVar3;" (assignment_expression "local_14 = iVar3" identifier = identifier) ;) (expression_statement "local_10 = iVar1;" (assignment_expression "local_10 = iVar1" identifier = identifier) ;) (if_statement "if (piVar2 == *(int **)(iVar4 + 8)) {\n FUN_000621b0(iVar4,piVar2,&local_14);\n }\n else {\n *piVar2 = iVar3;\n piVar2[1] = iVar1;\n *(int **)(iVar4 + 4) = piVar2 + 2;\n }" if (parenthesized_expression "(piVar2 == *(int **)(iVar4 + 8))" ( (binary_expression "piVar2 == *(int **)(iVar4 + 8)" identifier == (pointer_expression "*(int **)(iVar4 + 8)" * (cast_expression "(int **)(iVar4 + 8)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar4 + 8)" ( (binary_expression "iVar4 + 8" identifier + number_literal) ))))) )) (compound_statement "{\n FUN_000621b0(iVar4,piVar2,&local_14);\n }" { (expression_statement "FUN_000621b0(iVar4,piVar2,&local_14);" (call_expression "FUN_000621b0(iVar4,piVar2,&local_14)" identifier (argument_list "(iVar4,piVar2,&local_14)" ( identifier , identifier , (pointer_expression "&local_14" & identifier) ))) ;) }) (else_clause "else {\n *piVar2 = iVar3;\n piVar2[1] = iVar1;\n *(int **)(iVar4 + 4) = piVar2 + 2;\n }" else (compound_statement "{\n *piVar2 = iVar3;\n piVar2[1] = iVar1;\n *(int **)(iVar4 + 4) = piVar2 + 2;\n }" { (expression_statement "*piVar2 = iVar3;" (assignment_expression "*piVar2 = iVar3" (pointer_expression "*piVar2" * identifier) = identifier) ;) (expression_statement "piVar2[1] = iVar1;" (assignment_expression "piVar2[1] = iVar1" (subscript_expression "piVar2[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*(int **)(iVar4 + 4) = piVar2 + 2;" (assignment_expression "*(int **)(iVar4 + 4) = piVar2 + 2" (pointer_expression "*(int **)(iVar4 + 4)" * (cast_expression "(int **)(iVar4 + 4)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar4 + 4)" ( (binary_expression "iVar4 + 4" identifier + number_literal) )))) = (binary_expression "piVar2 + 2" identifier + number_literal)) ;) }))) })) (expression_statement "piVar2 = *(int **)(DAT_003af408 + 0xc);" (assignment_expression "piVar2 = *(int **)(DAT_003af408 + 0xc)" identifier = (pointer_expression "*(int **)(DAT_003af408 + 0xc)" * (cast_expression "(int **)(DAT_003af408 + 0xc)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(DAT_003af408 + 0xc)" ( (binary_expression "DAT_003af408 + 0xc" identifier + number_literal) ))))) ;) (if_statement "if (piVar2 != (int *)0x0) {\n if (*(code **)(*piVar2 + 0x8c) == FUN_0005cc60) {\n return;\n }\n (**(code **)(*piVar2 + 0x8c))(piVar2,param_4,param_5);\n return;\n }" 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)) )) (compound_statement "{\n if (*(code **)(*piVar2 + 0x8c) == FUN_0005cc60) {\n return;\n }\n (**(code **)(*piVar2 + 0x8c))(piVar2,param_4,param_5);\n return;\n }" { (if_statement "if (*(code **)(*piVar2 + 0x8c) == FUN_0005cc60) {\n return;\n }" if (parenthesized_expression "(*(code **)(*piVar2 + 0x8c) == FUN_0005cc60)" ( (binary_expression "*(code **)(*piVar2 + 0x8c) == FUN_0005cc60" (pointer_expression "*(code **)(*piVar2 + 0x8c)" * (cast_expression "(code **)(*piVar2 + 0x8c)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*piVar2 + 0x8c)" ( (binary_expression "*piVar2 + 0x8c" (pointer_expression "*piVar2" * identifier) + number_literal) )))) == identifier) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "(**(code **)(*piVar2 + 0x8c))(piVar2,param_4,param_5);" (call_expression "(**(code **)(*piVar2 + 0x8c))(piVar2,param_4,param_5)" (parenthesized_expression "(**(code **)(*piVar2 + 0x8c))" ( (pointer_expression "**(code **)(*piVar2 + 0x8c)" * (pointer_expression "*(code **)(*piVar2 + 0x8c)" * (cast_expression "(code **)(*piVar2 + 0x8c)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*piVar2 + 0x8c)" ( (binary_expression "*piVar2 + 0x8c" (pointer_expression "*piVar2" * identifier) + number_literal) ))))) )) (argument_list "(piVar2,param_4,param_5)" ( identifier , identifier , identifier ))) ;) (return_statement "return;" return ;) })) comment (expression_statement "FUN_0007d010("../../gold/parameters.h",0x69,"target",0);" (call_expression "FUN_0007d010("../../gold/parameters.h",0x69,"target",0)" identifier (argument_list "("../../gold/parameters.h",0x69,"target",0)" ( (string_literal ""../../gold/parameters.h"" " string_content ") , number_literal , (string_literal ""target"" " string_content ") , number_literal ))) ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* 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: void gc_mark_symbol(Symbol_table * this, Symbol * sym) */\n\nvoid __thiscall gold::Symbol_table::gc_mark_symbol(Symbol_table *this,Symbol *sym)\n\n{\n uint uVar1;\n Target *pTVar2;\n Output_segment *pOVar3;\n Garbage_collection *this_00;\n iterator __position;\n pair<gold::Relobj*,_unsigned_int> local_14;\n \n local_14.second = 0x18b928;\n if ((sym->field_0x2a & 7) != 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/symtab.h",0xaa,"shndx");\n }\n uVar1 = (sym->u2_).shndx;\n if ((((sym->field_0x2b & 0x20) != 0) && (uVar1 != 0)) &&\n (pOVar3 = (sym->u1_).output_segment, (((Object *)pOVar3->output_lists_)->field_0x2c & 1) == 0))\n {\n this_00 = this->gc_;\n if (this_00 == (Garbage_collection *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/symtab.cc",0x293,"gc_mark_symbol");\n }\n __position._M_current =\n (this_00->work_list_).\n super__Vector_base<std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std::pair<gold::Relobj*,_unsigned_int>_>_>\n ._M_impl._M_finish;\n local_14.first = (Relobj *)pOVar3;\n local_14.second = uVar1;\n if (__position._M_current ==\n (this_00->work_list_).\n super__Vector_base<std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std::pair<gold::Relobj*,_unsigned_int>_>_>\n ._M_impl._M_end_of_storage) {\n std::\n vector<std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std::pair<gold::Relobj*,_unsigned_int>_>_>\n ::_M_realloc_insert<std::pair<gold::Relobj*,_unsigned_int>_>\n (&this_00->work_list_,__position,&local_14);\n }\n else {\n (__position._M_current)->first = (Relobj *)pOVar3;\n (__position._M_current)->second = uVar1;\n (this_00->work_list_).\n super__Vector_base<std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std::pair<gold::Relobj*,_unsigned_int>_>_>\n ._M_impl._M_finish = __position._M_current + 1;\n }\n }\n pTVar2 = parameters->target_;\n if (pTVar2 != (Target *)0x0) {\n if (pTVar2->_vptr_Target[0x23] == Target::do_gc_mark_symbol) {\n return;\n }\n (*pTVar2->_vptr_Target[0x23])(pTVar2,this,sym);\n return;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x69,"target");\n}\n\n" comment comment comment comment (function_definition "void __thiscall gold::Symbol_table::gc_mark_symbol(Symbol_table *this,Symbol *sym)\n\n{\n uint uVar1;\n Target *pTVar2;\n Output_segment *pOVar3;\n Garbage_collection *this_00;\n iterator __position;\n pair<gold::Relobj*,_unsigned_int> local_14;\n \n local_14.second = 0x18b928;\n if ((sym->field_0x2a & 7) != 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/symtab.h",0xaa,"shndx");\n }\n uVar1 = (sym->u2_).shndx;\n if ((((sym->field_0x2b & 0x20) != 0) && (uVar1 != 0)) &&\n (pOVar3 = (sym->u1_).output_segment, (((Object *)pOVar3->output_lists_)->field_0x2c & 1) == 0))\n {\n this_00 = this->gc_;\n if (this_00 == (Garbage_collection *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/symtab.cc",0x293,"gc_mark_symbol");\n }\n __position._M_current =\n (this_00->work_list_).\n super__Vector_base<std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std::pair<gold::Relobj*,_unsigned_int>_>_>\n ._M_impl._M_finish;\n local_14.first = (Relobj *)pOVar3;\n local_14.second = uVar1;\n if (__position._M_current ==\n (this_00->work_list_).\n super__Vector_base<std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std::pair<gold::Relobj*,_unsigned_int>_>_>\n ._M_impl._M_end_of_storage) {\n std::\n vector<std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std::pair<gold::Relobj*,_unsigned_int>_>_>\n ::_M_realloc_insert<std::pair<gold::Relobj*,_unsigned_int>_>\n (&this_00->work_list_,__position,&local_14);\n }\n else {\n (__position._M_current)->first = (Relobj *)pOVar3;\n (__position._M_current)->second = uVar1;\n (this_00->work_list_).\n super__Vector_base<std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std::pair<gold::Relobj*,_unsigned_int>_>_>\n ._M_impl._M_finish = __position._M_current + 1;\n }\n }\n pTVar2 = parameters->target_;\n if (pTVar2 != (Target *)0x0) {\n if (pTVar2->_vptr_Target[0x23] == Target::do_gc_mark_symbol) {\n return;\n }\n (*pTVar2->_vptr_Target[0x23])(pTVar2,this,sym);\n return;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x69,"target");\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::Symbol_table::" identifier : : identifier : :) (function_declarator "gc_mark_symbol(Symbol_table *this,Symbol *sym)" identifier (parameter_list "(Symbol_table *this,Symbol *sym)" ( (parameter_declaration "Symbol_table *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "Symbol *sym" type_identifier (pointer_declarator "*sym" * identifier)) ))) (compound_statement "{\n uint uVar1;\n Target *pTVar2;\n Output_segment *pOVar3;\n Garbage_collection *this_00;\n iterator __position;\n pair<gold::Relobj*,_unsigned_int> local_14;\n \n local_14.second = 0x18b928;\n if ((sym->field_0x2a & 7) != 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/symtab.h",0xaa,"shndx");\n }\n uVar1 = (sym->u2_).shndx;\n if ((((sym->field_0x2b & 0x20) != 0) && (uVar1 != 0)) &&\n (pOVar3 = (sym->u1_).output_segment, (((Object *)pOVar3->output_lists_)->field_0x2c & 1) == 0))\n {\n this_00 = this->gc_;\n if (this_00 == (Garbage_collection *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/symtab.cc",0x293,"gc_mark_symbol");\n }\n __position._M_current =\n (this_00->work_list_).\n super__Vector_base<std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std::pair<gold::Relobj*,_unsigned_int>_>_>\n ._M_impl._M_finish;\n local_14.first = (Relobj *)pOVar3;\n local_14.second = uVar1;\n if (__position._M_current ==\n (this_00->work_list_).\n super__Vector_base<std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std::pair<gold::Relobj*,_unsigned_int>_>_>\n ._M_impl._M_end_of_storage) {\n std::\n vector<std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std::pair<gold::Relobj*,_unsigned_int>_>_>\n ::_M_realloc_insert<std::pair<gold::Relobj*,_unsigned_int>_>\n (&this_00->work_list_,__position,&local_14);\n }\n else {\n (__position._M_current)->first = (Relobj *)pOVar3;\n (__position._M_current)->second = uVar1;\n (this_00->work_list_).\n super__Vector_base<std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std::pair<gold::Relobj*,_unsigned_int>_>_>\n ._M_impl._M_finish = __position._M_current + 1;\n }\n }\n pTVar2 = parameters->target_;\n if (pTVar2 != (Target *)0x0) {\n if (pTVar2->_vptr_Target[0x23] == Target::do_gc_mark_symbol) {\n return;\n }\n (*pTVar2->_vptr_Target[0x23])(pTVar2,this,sym);\n return;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x69,"target");\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (declaration "Target *pTVar2;" type_identifier (pointer_declarator "*pTVar2" * identifier) ;) (declaration "Output_segment *pOVar3;" type_identifier (pointer_declarator "*pOVar3" * identifier) ;) (declaration "Garbage_collection *this_00;" type_identifier (pointer_declarator "*this_00" * identifier) ;) (declaration "iterator __position;" type_identifier identifier ;) (expression_statement "pair<gold::Relobj*,_unsigned_int> local_14;" (binary_expression "pair<gold::Relobj*,_unsigned_int> local_14" (binary_expression "pair<gold::Relobj*,_unsigned_int" (binary_expression "pair<gold" identifier < identifier) (ERROR "::Relobj" : : identifier) * (ERROR "," ,) identifier) > identifier) ;) (expression_statement "local_14.second = 0x18b928;" (assignment_expression "local_14.second = 0x18b928" (field_expression "local_14.second" identifier . field_identifier) = number_literal) ;) (if_statement "if ((sym->field_0x2a & 7) != 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/symtab.h",0xaa,"shndx");\n }" if (parenthesized_expression "((sym->field_0x2a & 7) != 0)" ( (binary_expression "(sym->field_0x2a & 7) != 0" (parenthesized_expression "(sym->field_0x2a & 7)" ( (binary_expression "sym->field_0x2a & 7" (field_expression "sym->field_0x2a" identifier -> field_identifier) & number_literal) )) != number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/symtab.h",0xaa,"shndx");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/symtab.h",0xaa,"shndx");" (call_expression "do_gold_unreachable("../../gold/symtab.h",0xaa,"shndx")" identifier (argument_list "("../../gold/symtab.h",0xaa,"shndx")" ( (string_literal ""../../gold/symtab.h"" " string_content ") , number_literal , (string_literal ""shndx"" " string_content ") ))) ;) })) (expression_statement "uVar1 = (sym->u2_).shndx;" (assignment_expression "uVar1 = (sym->u2_).shndx" identifier = (field_expression "(sym->u2_).shndx" (parenthesized_expression "(sym->u2_)" ( (field_expression "sym->u2_" identifier -> field_identifier) )) . field_identifier)) ;) (if_statement "if ((((sym->field_0x2b & 0x20) != 0) && (uVar1 != 0)) &&\n (pOVar3 = (sym->u1_).output_segment, (((Object *)pOVar3->output_lists_)->field_0x2c & 1) == 0))\n {\n this_00 = this->gc_;\n if (this_00 == (Garbage_collection *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/symtab.cc",0x293,"gc_mark_symbol");\n }\n __position._M_current =\n (this_00->work_list_).\n super__Vector_base<std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std::pair<gold::Relobj*,_unsigned_int>_>_>\n ._M_impl._M_finish;\n local_14.first = (Relobj *)pOVar3;\n local_14.second = uVar1;\n if (__position._M_current ==\n (this_00->work_list_).\n super__Vector_base<std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std::pair<gold::Relobj*,_unsigned_int>_>_>\n ._M_impl._M_end_of_storage) {\n std::\n vector<std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std::pair<gold::Relobj*,_unsigned_int>_>_>\n ::_M_realloc_insert<std::pair<gold::Relobj*,_unsigned_int>_>\n (&this_00->work_list_,__position,&local_14);\n }\n else {\n (__position._M_current)->first = (Relobj *)pOVar3;\n (__position._M_current)->second = uVar1;\n (this_00->work_list_).\n super__Vector_base<std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std::pair<gold::Relobj*,_unsigned_int>_>_>\n ._M_impl._M_finish = __position._M_current + 1;\n }\n }" if (parenthesized_expression "((((sym->field_0x2b & 0x20) != 0) && (uVar1 != 0)) &&\n (pOVar3 = (sym->u1_).output_segment, (((Object *)pOVar3->output_lists_)->field_0x2c & 1) == 0))" ( (binary_expression "(((sym->field_0x2b & 0x20) != 0) && (uVar1 != 0)) &&\n (pOVar3 = (sym->u1_).output_segment, (((Object *)pOVar3->output_lists_)->field_0x2c & 1) == 0)" (parenthesized_expression "(((sym->field_0x2b & 0x20) != 0) && (uVar1 != 0))" ( (binary_expression "((sym->field_0x2b & 0x20) != 0) && (uVar1 != 0)" (parenthesized_expression "((sym->field_0x2b & 0x20) != 0)" ( (binary_expression "(sym->field_0x2b & 0x20) != 0" (parenthesized_expression "(sym->field_0x2b & 0x20)" ( (binary_expression "sym->field_0x2b & 0x20" (field_expression "sym->field_0x2b" identifier -> field_identifier) & number_literal) )) != number_literal) )) && (parenthesized_expression "(uVar1 != 0)" ( (binary_expression "uVar1 != 0" identifier != number_literal) ))) )) && (parenthesized_expression "(pOVar3 = (sym->u1_).output_segment, (((Object *)pOVar3->output_lists_)->field_0x2c & 1) == 0)" ( (comma_expression "pOVar3 = (sym->u1_).output_segment, (((Object *)pOVar3->output_lists_)->field_0x2c & 1) == 0" (assignment_expression "pOVar3 = (sym->u1_).output_segment" identifier = (field_expression "(sym->u1_).output_segment" (parenthesized_expression "(sym->u1_)" ( (field_expression "sym->u1_" identifier -> field_identifier) )) . field_identifier)) , (binary_expression "(((Object *)pOVar3->output_lists_)->field_0x2c & 1) == 0" (parenthesized_expression "(((Object *)pOVar3->output_lists_)->field_0x2c & 1)" ( (binary_expression "((Object *)pOVar3->output_lists_)->field_0x2c & 1" (field_expression "((Object *)pOVar3->output_lists_)->field_0x2c" (parenthesized_expression "((Object *)pOVar3->output_lists_)" ( (cast_expression "(Object *)pOVar3->output_lists_" ( (type_descriptor "Object *" type_identifier (abstract_pointer_declarator "*" *)) ) (field_expression "pOVar3->output_lists_" identifier -> field_identifier)) )) -> field_identifier) & number_literal) )) == number_literal)) ))) )) (compound_statement "{\n this_00 = this->gc_;\n if (this_00 == (Garbage_collection *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/symtab.cc",0x293,"gc_mark_symbol");\n }\n __position._M_current =\n (this_00->work_list_).\n super__Vector_base<std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std::pair<gold::Relobj*,_unsigned_int>_>_>\n ._M_impl._M_finish;\n local_14.first = (Relobj *)pOVar3;\n local_14.second = uVar1;\n if (__position._M_current ==\n (this_00->work_list_).\n super__Vector_base<std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std::pair<gold::Relobj*,_unsigned_int>_>_>\n ._M_impl._M_end_of_storage) {\n std::\n vector<std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std::pair<gold::Relobj*,_unsigned_int>_>_>\n ::_M_realloc_insert<std::pair<gold::Relobj*,_unsigned_int>_>\n (&this_00->work_list_,__position,&local_14);\n }\n else {\n (__position._M_current)->first = (Relobj *)pOVar3;\n (__position._M_current)->second = uVar1;\n (this_00->work_list_).\n super__Vector_base<std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std::pair<gold::Relobj*,_unsigned_int>_>_>\n ._M_impl._M_finish = __position._M_current + 1;\n }\n }" { (expression_statement "this_00 = this->gc_;" (assignment_expression "this_00 = this->gc_" identifier = (field_expression "this->gc_" identifier -> field_identifier)) ;) (if_statement "if (this_00 == (Garbage_collection *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/symtab.cc",0x293,"gc_mark_symbol");\n }" if (parenthesized_expression "(this_00 == (Garbage_collection *)0x0)" ( (binary_expression "this_00 == (Garbage_collection *)0x0" identifier == (cast_expression "(Garbage_collection *)0x0" ( (type_descriptor "Garbage_collection *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/symtab.cc",0x293,"gc_mark_symbol");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/symtab.cc",0x293,"gc_mark_symbol");" (call_expression "do_gold_unreachable("../../gold/symtab.cc",0x293,"gc_mark_symbol")" identifier (argument_list "("../../gold/symtab.cc",0x293,"gc_mark_symbol")" ( (string_literal ""../../gold/symtab.cc"" " string_content ") , number_literal , (string_literal ""gc_mark_symbol"" " string_content ") ))) ;) })) (expression_statement "__position._M_current =\n (this_00->work_list_).\n super__Vector_base<std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std::pair<gold::Relobj*,_unsigned_int>_>_>\n ._M_impl._M_finish;" (field_expression "__position._M_current =\n (this_00->work_list_).\n super__Vector_base<std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std::pair<gold::Relobj*,_unsigned_int>_>_>\n ._M_impl._M_finish" (field_expression "__position._M_current =\n (this_00->work_list_).\n super__Vector_base<std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std::pair<gold::Relobj*,_unsigned_int>_>_>\n ._M_impl" (binary_expression "__position._M_current =\n (this_00->work_list_).\n super__Vector_base<std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std::pair<gold::Relobj*,_unsigned_int>_>_" (binary_expression "__position._M_current =\n (this_00->work_list_).\n super__Vector_base<std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std::pair<gold::Relobj*,_unsigned_int>_" (binary_expression "__position._M_current =\n (this_00->work_list_).\n super__Vector_base<std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std::pair<gold::Relobj*,_unsigned_int" (binary_expression "__position._M_current =\n (this_00->work_list_).\n super__Vector_base<std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std::pair<gold" (binary_expression "__position._M_current =\n (this_00->work_list_).\n super__Vector_base<std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std" (binary_expression "__position._M_current =\n (this_00->work_list_).\n super__Vector_base<std::pair<gold::Relobj*,_unsigned_int>,_std" (binary_expression "__position._M_current =\n (this_00->work_list_).\n super__Vector_base<std::pair<gold::Relobj*,_unsigned_int" (binary_expression "__position._M_current =\n (this_00->work_list_).\n super__Vector_base<std::pair<gold" (assignment_expression "__position._M_current =\n (this_00->work_list_).\n super__Vector_base<std" (field_expression "__position._M_current" identifier . field_identifier) = (binary_expression "(this_00->work_list_).\n super__Vector_base<std" (field_expression "(this_00->work_list_).\n super__Vector_base" (parenthesized_expression "(this_00->work_list_)" ( (field_expression "this_00->work_list_" identifier -> field_identifier) )) . field_identifier) < identifier)) (ERROR "::pair" : : identifier) < identifier) (ERROR "::Relobj" : : identifier) * (ERROR "," ,) identifier) > (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::pair" : : identifier) < identifier) (ERROR "::Relobj" : : identifier) * (ERROR "," ,) identifier) > identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) ;) (expression_statement "local_14.first = (Relobj *)pOVar3;" (assignment_expression "local_14.first = (Relobj *)pOVar3" (field_expression "local_14.first" identifier . field_identifier) = (cast_expression "(Relobj *)pOVar3" ( (type_descriptor "Relobj *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;) (expression_statement "local_14.second = uVar1;" (assignment_expression "local_14.second = uVar1" (field_expression "local_14.second" identifier . field_identifier) = identifier) ;) (if_statement "if (__position._M_current ==\n (this_00->work_list_).\n super__Vector_base<std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std::pair<gold::Relobj*,_unsigned_int>_>_>\n ._M_impl._M_end_of_storage) {\n std::\n vector<std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std::pair<gold::Relobj*,_unsigned_int>_>_>\n ::_M_realloc_insert<std::pair<gold::Relobj*,_unsigned_int>_>\n (&this_00->work_list_,__position,&local_14);\n }\n else {\n (__position._M_current)->first = (Relobj *)pOVar3;\n (__position._M_current)->second = uVar1;\n (this_00->work_list_).\n super__Vector_base<std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std::pair<gold::Relobj*,_unsigned_int>_>_>\n ._M_impl._M_finish = __position._M_current + 1;\n }" if (parenthesized_expression "(__position._M_current ==\n (this_00->work_list_).\n super__Vector_base<std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std::pair<gold::Relobj*,_unsigned_int>_>_>\n ._M_impl._M_end_of_storage)" ( (field_expression "__position._M_current ==\n (this_00->work_list_).\n super__Vector_base<std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std::pair<gold::Relobj*,_unsigned_int>_>_>\n ._M_impl._M_end_of_storage" (field_expression "__position._M_current ==\n (this_00->work_list_).\n super__Vector_base<std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std::pair<gold::Relobj*,_unsigned_int>_>_>\n ._M_impl" (binary_expression "__position._M_current ==\n (this_00->work_list_).\n super__Vector_base<std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std::pair<gold::Relobj*,_unsigned_int>_>_" (binary_expression "__position._M_current ==\n (this_00->work_list_).\n super__Vector_base<std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std::pair<gold::Relobj*,_unsigned_int>_" (binary_expression "__position._M_current ==\n (this_00->work_list_).\n super__Vector_base<std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std::pair<gold::Relobj*,_unsigned_int" (binary_expression "__position._M_current ==\n (this_00->work_list_).\n super__Vector_base<std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std::pair<gold" (binary_expression "__position._M_current ==\n (this_00->work_list_).\n super__Vector_base<std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std" (binary_expression "__position._M_current ==\n (this_00->work_list_).\n super__Vector_base<std::pair<gold::Relobj*,_unsigned_int>,_std" (binary_expression "__position._M_current ==\n (this_00->work_list_).\n super__Vector_base<std::pair<gold::Relobj*,_unsigned_int" (binary_expression "__position._M_current ==\n (this_00->work_list_).\n super__Vector_base<std::pair<gold" (binary_expression "__position._M_current ==\n (this_00->work_list_).\n super__Vector_base<std" (field_expression "__position._M_current" identifier . field_identifier) == (binary_expression "(this_00->work_list_).\n super__Vector_base<std" (field_expression "(this_00->work_list_).\n super__Vector_base" (parenthesized_expression "(this_00->work_list_)" ( (field_expression "this_00->work_list_" identifier -> field_identifier) )) . field_identifier) < identifier)) (ERROR "::pair" : : identifier) < identifier) (ERROR "::Relobj" : : identifier) * (ERROR "," ,) identifier) > (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::pair" : : identifier) < identifier) (ERROR "::Relobj" : : identifier) * (ERROR "," ,) identifier) > identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) )) (compound_statement "{\n std::\n vector<std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std::pair<gold::Relobj*,_unsigned_int>_>_>\n ::_M_realloc_insert<std::pair<gold::Relobj*,_unsigned_int>_>\n (&this_00->work_list_,__position,&local_14);\n }" { (ERROR "std::\n vector<std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std::pair<gold::Relobj*,_unsigned_int>_>_>\n ::_M_realloc_insert<std::pair<gold::" (comma_expression "std::\n vector<std::pair<gold::Relobj*,_unsigned_int>,_std" identifier (ERROR "::\n vector<std::pair<gold::Relobj*,_unsigned_int>" : : (binary_expression "vector<std" identifier < identifier) : : (binary_expression "pair<gold" identifier < identifier) : : identifier * , identifier >) , identifier) : : (binary_expression "allocator<std" identifier < identifier) : : (binary_expression "pair<gold" identifier < identifier) : : (binary_expression "Relobj*,_unsigned_int>_>_>\n ::_M_realloc_insert<std" (binary_expression "Relobj*,_unsigned_int>_>_>\n ::_M_realloc_insert" (binary_expression "Relobj*,_unsigned_int>_>_" (binary_expression "Relobj*,_unsigned_int>_" (binary_expression "Relobj*,_unsigned_int" identifier * (ERROR "," ,) identifier) > identifier) > identifier) > (ERROR "::" : :) identifier) < identifier) : : (binary_expression "pair<gold" identifier < identifier) : :) (expression_statement "Relobj*,_unsigned_int>_>\n (&this_00->work_list_,__position,&local_14);" (binary_expression "Relobj*,_unsigned_int>_>\n (&this_00->work_list_,__position,&local_14)" (binary_expression "Relobj*,_unsigned_int>_" (binary_expression "Relobj*,_unsigned_int" identifier * (ERROR "," ,) identifier) > identifier) > (parenthesized_expression "(&this_00->work_list_,__position,&local_14)" ( (comma_expression "&this_00->work_list_,__position,&local_14" (pointer_expression "&this_00->work_list_" & (field_expression "this_00->work_list_" identifier -> field_identifier)) , (comma_expression "__position,&local_14" identifier , (pointer_expression "&local_14" & identifier))) ))) ;) }) (else_clause "else {\n (__position._M_current)->first = (Relobj *)pOVar3;\n (__position._M_current)->second = uVar1;\n (this_00->work_list_).\n super__Vector_base<std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std::pair<gold::Relobj*,_unsigned_int>_>_>\n ._M_impl._M_finish = __position._M_current + 1;\n }" else (compound_statement "{\n (__position._M_current)->first = (Relobj *)pOVar3;\n (__position._M_current)->second = uVar1;\n (this_00->work_list_).\n super__Vector_base<std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std::pair<gold::Relobj*,_unsigned_int>_>_>\n ._M_impl._M_finish = __position._M_current + 1;\n }" { (expression_statement "(__position._M_current)->first = (Relobj *)pOVar3;" (assignment_expression "(__position._M_current)->first = (Relobj *)pOVar3" (field_expression "(__position._M_current)->first" (parenthesized_expression "(__position._M_current)" ( (field_expression "__position._M_current" identifier . field_identifier) )) -> field_identifier) = (cast_expression "(Relobj *)pOVar3" ( (type_descriptor "Relobj *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;) (expression_statement "(__position._M_current)->second = uVar1;" (assignment_expression "(__position._M_current)->second = uVar1" (field_expression "(__position._M_current)->second" (parenthesized_expression "(__position._M_current)" ( (field_expression "__position._M_current" identifier . field_identifier) )) -> field_identifier) = identifier) ;) (expression_statement "(this_00->work_list_).\n super__Vector_base<std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std::pair<gold::Relobj*,_unsigned_int>_>_>\n ._M_impl._M_finish = __position._M_current + 1;" (assignment_expression "(this_00->work_list_).\n super__Vector_base<std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std::pair<gold::Relobj*,_unsigned_int>_>_>\n ._M_impl._M_finish = __position._M_current + 1" (field_expression "(this_00->work_list_).\n super__Vector_base<std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std::pair<gold::Relobj*,_unsigned_int>_>_>\n ._M_impl._M_finish" (field_expression "(this_00->work_list_).\n super__Vector_base<std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std::pair<gold::Relobj*,_unsigned_int>_>_>\n ._M_impl" (binary_expression "(this_00->work_list_).\n super__Vector_base<std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std::pair<gold::Relobj*,_unsigned_int>_>_" (binary_expression "(this_00->work_list_).\n super__Vector_base<std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std::pair<gold::Relobj*,_unsigned_int>_" (binary_expression "(this_00->work_list_).\n super__Vector_base<std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std::pair<gold::Relobj*,_unsigned_int" (binary_expression "(this_00->work_list_).\n super__Vector_base<std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std::pair<gold" (binary_expression "(this_00->work_list_).\n super__Vector_base<std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std" (binary_expression "(this_00->work_list_).\n super__Vector_base<std::pair<gold::Relobj*,_unsigned_int>,_std" (binary_expression "(this_00->work_list_).\n super__Vector_base<std::pair<gold::Relobj*,_unsigned_int" (binary_expression "(this_00->work_list_).\n super__Vector_base<std::pair<gold" (binary_expression "(this_00->work_list_).\n super__Vector_base<std" (field_expression "(this_00->work_list_).\n super__Vector_base" (parenthesized_expression "(this_00->work_list_)" ( (field_expression "this_00->work_list_" identifier -> field_identifier) )) . field_identifier) < identifier) (ERROR "::pair" : : identifier) < identifier) (ERROR "::Relobj" : : identifier) * (ERROR "," ,) identifier) > (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::pair" : : identifier) < identifier) (ERROR "::Relobj" : : identifier) * (ERROR "," ,) identifier) > identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) = (binary_expression "__position._M_current + 1" (field_expression "__position._M_current" identifier . field_identifier) + number_literal)) ;) }))) })) (expression_statement "pTVar2 = parameters->target_;" (assignment_expression "pTVar2 = parameters->target_" identifier = (field_expression "parameters->target_" identifier -> field_identifier)) ;) (if_statement "if (pTVar2 != (Target *)0x0) {\n if (pTVar2->_vptr_Target[0x23] == Target::do_gc_mark_symbol) {\n return;\n }\n (*pTVar2->_vptr_Target[0x23])(pTVar2,this,sym);\n return;\n }" if (parenthesized_expression "(pTVar2 != (Target *)0x0)" ( (binary_expression "pTVar2 != (Target *)0x0" identifier != (cast_expression "(Target *)0x0" ( (type_descriptor "Target *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n if (pTVar2->_vptr_Target[0x23] == Target::do_gc_mark_symbol) {\n return;\n }\n (*pTVar2->_vptr_Target[0x23])(pTVar2,this,sym);\n return;\n }" { (if_statement "if (pTVar2->_vptr_Target[0x23] == Target::do_gc_mark_symbol) {\n return;\n }" if (parenthesized_expression "(pTVar2->_vptr_Target[0x23] == Target::do_gc_mark_symbol)" ( (binary_expression "pTVar2->_vptr_Target[0x23] == Target" (subscript_expression "pTVar2->_vptr_Target[0x23]" (field_expression "pTVar2->_vptr_Target" identifier -> field_identifier) [ number_literal ]) == identifier) (ERROR "::do_gc_mark_symbol" : : identifier) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "(*pTVar2->_vptr_Target[0x23])(pTVar2,this,sym);" (call_expression "(*pTVar2->_vptr_Target[0x23])(pTVar2,this,sym)" (parenthesized_expression "(*pTVar2->_vptr_Target[0x23])" ( (pointer_expression "*pTVar2->_vptr_Target[0x23]" * (subscript_expression "pTVar2->_vptr_Target[0x23]" (field_expression "pTVar2->_vptr_Target" identifier -> field_identifier) [ number_literal ])) )) (argument_list "(pTVar2,this,sym)" ( identifier , identifier , identifier ))) ;) (return_statement "return;" return ;) })) 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 ") ))) ;) })))
(translation_unit "void __regparm3\nFUN_0018b920(undefined4 param_1,undefined4 param_2,undefined4 param_3,int param_4,int param_5)\n\n{\n int iVar1;\n int *piVar2;\n int iVar3;\n int iVar4;\n int local_14;\n int local_10;\n \n local_10 = 0x18b928;\n if ((*(byte *)(param_5 + 0x2a) & 7) != 0) {\n \n FUN_0007d010("../../gold/symtab.h",0xaa,"shndx",param_3);\n }\n iVar1 = *(int *)(param_5 + 0xc);\n if ((((*(byte *)(param_5 + 0x2b) & 0x20) != 0) && (iVar1 != 0)) &&\n (iVar3 = *(int *)(param_5 + 8), (*(byte *)(iVar3 + 0x2c) & 1) == 0)) {\n iVar4 = *(int *)(param_4 + 0x158);\n if (iVar4 == 0) {\n \n FUN_0007d010("../../gold/symtab.cc",0x293,"gc_mark_symbol",param_2);\n }\n piVar2 = *(int **)(iVar4 + 4);\n local_14 = iVar3;\n local_10 = iVar1;\n if (piVar2 == *(int **)(iVar4 + 8)) {\n FUN_000621b0(iVar4,piVar2,&local_14);\n }\n else {\n *piVar2 = iVar3;\n piVar2[1] = iVar1;\n *(int **)(iVar4 + 4) = piVar2 + 2;\n }\n }\n piVar2 = *(int **)(DAT_003af408 + 0xc);\n if (piVar2 != (int *)0x0) {\n if (*(code **)(*piVar2 + 0x8c) == FUN_0005cc60) {\n return;\n }\n (**(code **)(*piVar2 + 0x8c))(piVar2,param_4,param_5);\n return;\n }\n \n FUN_0007d010("../../gold/parameters.h",0x69,"target",0);\n}\n\n" (function_definition "void __regparm3\nFUN_0018b920(undefined4 param_1,undefined4 param_2,undefined4 param_3,int param_4,int param_5)\n\n{\n int iVar1;\n int *piVar2;\n int iVar3;\n int iVar4;\n int local_14;\n int local_10;\n \n local_10 = 0x18b928;\n if ((*(byte *)(param_5 + 0x2a) & 7) != 0) {\n \n FUN_0007d010("../../gold/symtab.h",0xaa,"shndx",param_3);\n }\n iVar1 = *(int *)(param_5 + 0xc);\n if ((((*(byte *)(param_5 + 0x2b) & 0x20) != 0) && (iVar1 != 0)) &&\n (iVar3 = *(int *)(param_5 + 8), (*(byte *)(iVar3 + 0x2c) & 1) == 0)) {\n iVar4 = *(int *)(param_4 + 0x158);\n if (iVar4 == 0) {\n \n FUN_0007d010("../../gold/symtab.cc",0x293,"gc_mark_symbol",param_2);\n }\n piVar2 = *(int **)(iVar4 + 4);\n local_14 = iVar3;\n local_10 = iVar1;\n if (piVar2 == *(int **)(iVar4 + 8)) {\n FUN_000621b0(iVar4,piVar2,&local_14);\n }\n else {\n *piVar2 = iVar3;\n piVar2[1] = iVar1;\n *(int **)(iVar4 + 4) = piVar2 + 2;\n }\n }\n piVar2 = *(int **)(DAT_003af408 + 0xc);\n if (piVar2 != (int *)0x0) {\n if (*(code **)(*piVar2 + 0x8c) == FUN_0005cc60) {\n return;\n }\n (**(code **)(*piVar2 + 0x8c))(piVar2,param_4,param_5);\n return;\n }\n \n FUN_0007d010("../../gold/parameters.h",0x69,"target",0);\n}" primitive_type (ERROR "__regparm3" identifier) (function_declarator "FUN_0018b920(undefined4 param_1,undefined4 param_2,undefined4 param_3,int param_4,int param_5)" identifier (parameter_list "(undefined4 param_1,undefined4 param_2,undefined4 param_3,int param_4,int param_5)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "undefined4 param_3" type_identifier identifier) , (parameter_declaration "int param_4" primitive_type identifier) , (parameter_declaration "int param_5" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n int *piVar2;\n int iVar3;\n int iVar4;\n int local_14;\n int local_10;\n \n local_10 = 0x18b928;\n if ((*(byte *)(param_5 + 0x2a) & 7) != 0) {\n \n FUN_0007d010("../../gold/symtab.h",0xaa,"shndx",param_3);\n }\n iVar1 = *(int *)(param_5 + 0xc);\n if ((((*(byte *)(param_5 + 0x2b) & 0x20) != 0) && (iVar1 != 0)) &&\n (iVar3 = *(int *)(param_5 + 8), (*(byte *)(iVar3 + 0x2c) & 1) == 0)) {\n iVar4 = *(int *)(param_4 + 0x158);\n if (iVar4 == 0) {\n \n FUN_0007d010("../../gold/symtab.cc",0x293,"gc_mark_symbol",param_2);\n }\n piVar2 = *(int **)(iVar4 + 4);\n local_14 = iVar3;\n local_10 = iVar1;\n if (piVar2 == *(int **)(iVar4 + 8)) {\n FUN_000621b0(iVar4,piVar2,&local_14);\n }\n else {\n *piVar2 = iVar3;\n piVar2[1] = iVar1;\n *(int **)(iVar4 + 4) = piVar2 + 2;\n }\n }\n piVar2 = *(int **)(DAT_003af408 + 0xc);\n if (piVar2 != (int *)0x0) {\n if (*(code **)(*piVar2 + 0x8c) == FUN_0005cc60) {\n return;\n }\n (**(code **)(*piVar2 + 0x8c))(piVar2,param_4,param_5);\n return;\n }\n \n FUN_0007d010("../../gold/parameters.h",0x69,"target",0);\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "int *piVar2;" primitive_type (pointer_declarator "*piVar2" * identifier) ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "int iVar4;" primitive_type identifier ;) (declaration "int local_14;" primitive_type identifier ;) (declaration "int local_10;" primitive_type identifier ;) (expression_statement "local_10 = 0x18b928;" (assignment_expression "local_10 = 0x18b928" identifier = number_literal) ;) (if_statement "if ((*(byte *)(param_5 + 0x2a) & 7) != 0) {\n \n FUN_0007d010("../../gold/symtab.h",0xaa,"shndx",param_3);\n }" if (parenthesized_expression "((*(byte *)(param_5 + 0x2a) & 7) != 0)" ( (binary_expression "(*(byte *)(param_5 + 0x2a) & 7) != 0" (parenthesized_expression "(*(byte *)(param_5 + 0x2a) & 7)" ( (binary_expression "*(byte *)(param_5 + 0x2a) & 7" (pointer_expression "*(byte *)(param_5 + 0x2a)" * (cast_expression "(byte *)(param_5 + 0x2a)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_5 + 0x2a)" ( (binary_expression "param_5 + 0x2a" identifier + number_literal) )))) & number_literal) )) != number_literal) )) (compound_statement "{\n \n FUN_0007d010("../../gold/symtab.h",0xaa,"shndx",param_3);\n }" { (expression_statement "FUN_0007d010("../../gold/symtab.h",0xaa,"shndx",param_3);" (call_expression "FUN_0007d010("../../gold/symtab.h",0xaa,"shndx",param_3)" identifier (argument_list "("../../gold/symtab.h",0xaa,"shndx",param_3)" ( (string_literal ""../../gold/symtab.h"" " string_content ") , number_literal , (string_literal ""shndx"" " string_content ") , identifier ))) ;) })) (expression_statement "iVar1 = *(int *)(param_5 + 0xc);" (assignment_expression "iVar1 = *(int *)(param_5 + 0xc)" identifier = (pointer_expression "*(int *)(param_5 + 0xc)" * (cast_expression "(int *)(param_5 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_5 + 0xc)" ( (binary_expression "param_5 + 0xc" identifier + number_literal) ))))) ;) (if_statement "if ((((*(byte *)(param_5 + 0x2b) & 0x20) != 0) && (iVar1 != 0)) &&\n (iVar3 = *(int *)(param_5 + 8), (*(byte *)(iVar3 + 0x2c) & 1) == 0)) {\n iVar4 = *(int *)(param_4 + 0x158);\n if (iVar4 == 0) {\n \n FUN_0007d010("../../gold/symtab.cc",0x293,"gc_mark_symbol",param_2);\n }\n piVar2 = *(int **)(iVar4 + 4);\n local_14 = iVar3;\n local_10 = iVar1;\n if (piVar2 == *(int **)(iVar4 + 8)) {\n FUN_000621b0(iVar4,piVar2,&local_14);\n }\n else {\n *piVar2 = iVar3;\n piVar2[1] = iVar1;\n *(int **)(iVar4 + 4) = piVar2 + 2;\n }\n }" if (parenthesized_expression "((((*(byte *)(param_5 + 0x2b) & 0x20) != 0) && (iVar1 != 0)) &&\n (iVar3 = *(int *)(param_5 + 8), (*(byte *)(iVar3 + 0x2c) & 1) == 0))" ( (binary_expression "(((*(byte *)(param_5 + 0x2b) & 0x20) != 0) && (iVar1 != 0)) &&\n (iVar3 = *(int *)(param_5 + 8), (*(byte *)(iVar3 + 0x2c) & 1) == 0)" (parenthesized_expression "(((*(byte *)(param_5 + 0x2b) & 0x20) != 0) && (iVar1 != 0))" ( (binary_expression "((*(byte *)(param_5 + 0x2b) & 0x20) != 0) && (iVar1 != 0)" (parenthesized_expression "((*(byte *)(param_5 + 0x2b) & 0x20) != 0)" ( (binary_expression "(*(byte *)(param_5 + 0x2b) & 0x20) != 0" (parenthesized_expression "(*(byte *)(param_5 + 0x2b) & 0x20)" ( (binary_expression "*(byte *)(param_5 + 0x2b) & 0x20" (pointer_expression "*(byte *)(param_5 + 0x2b)" * (cast_expression "(byte *)(param_5 + 0x2b)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_5 + 0x2b)" ( (binary_expression "param_5 + 0x2b" identifier + number_literal) )))) & number_literal) )) != number_literal) )) && (parenthesized_expression "(iVar1 != 0)" ( (binary_expression "iVar1 != 0" identifier != number_literal) ))) )) && (parenthesized_expression "(iVar3 = *(int *)(param_5 + 8), (*(byte *)(iVar3 + 0x2c) & 1) == 0)" ( (comma_expression "iVar3 = *(int *)(param_5 + 8), (*(byte *)(iVar3 + 0x2c) & 1) == 0" (assignment_expression "iVar3 = *(int *)(param_5 + 8)" identifier = (pointer_expression "*(int *)(param_5 + 8)" * (cast_expression "(int *)(param_5 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_5 + 8)" ( (binary_expression "param_5 + 8" identifier + number_literal) ))))) , (binary_expression "(*(byte *)(iVar3 + 0x2c) & 1) == 0" (parenthesized_expression "(*(byte *)(iVar3 + 0x2c) & 1)" ( (binary_expression "*(byte *)(iVar3 + 0x2c) & 1" (pointer_expression "*(byte *)(iVar3 + 0x2c)" * (cast_expression "(byte *)(iVar3 + 0x2c)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar3 + 0x2c)" ( (binary_expression "iVar3 + 0x2c" identifier + number_literal) )))) & number_literal) )) == number_literal)) ))) )) (compound_statement "{\n iVar4 = *(int *)(param_4 + 0x158);\n if (iVar4 == 0) {\n \n FUN_0007d010("../../gold/symtab.cc",0x293,"gc_mark_symbol",param_2);\n }\n piVar2 = *(int **)(iVar4 + 4);\n local_14 = iVar3;\n local_10 = iVar1;\n if (piVar2 == *(int **)(iVar4 + 8)) {\n FUN_000621b0(iVar4,piVar2,&local_14);\n }\n else {\n *piVar2 = iVar3;\n piVar2[1] = iVar1;\n *(int **)(iVar4 + 4) = piVar2 + 2;\n }\n }" { (expression_statement "iVar4 = *(int *)(param_4 + 0x158);" (assignment_expression "iVar4 = *(int *)(param_4 + 0x158)" identifier = (pointer_expression "*(int *)(param_4 + 0x158)" * (cast_expression "(int *)(param_4 + 0x158)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_4 + 0x158)" ( (binary_expression "param_4 + 0x158" identifier + number_literal) ))))) ;) (if_statement "if (iVar4 == 0) {\n \n FUN_0007d010("../../gold/symtab.cc",0x293,"gc_mark_symbol",param_2);\n }" if (parenthesized_expression "(iVar4 == 0)" ( (binary_expression "iVar4 == 0" identifier == number_literal) )) (compound_statement "{\n \n FUN_0007d010("../../gold/symtab.cc",0x293,"gc_mark_symbol",param_2);\n }" { (expression_statement "FUN_0007d010("../../gold/symtab.cc",0x293,"gc_mark_symbol",param_2);" (call_expression "FUN_0007d010("../../gold/symtab.cc",0x293,"gc_mark_symbol",param_2)" identifier (argument_list "("../../gold/symtab.cc",0x293,"gc_mark_symbol",param_2)" ( (string_literal ""../../gold/symtab.cc"" " string_content ") , number_literal , (string_literal ""gc_mark_symbol"" " string_content ") , identifier ))) ;) })) (expression_statement "piVar2 = *(int **)(iVar4 + 4);" (assignment_expression "piVar2 = *(int **)(iVar4 + 4)" identifier = (pointer_expression "*(int **)(iVar4 + 4)" * (cast_expression "(int **)(iVar4 + 4)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar4 + 4)" ( (binary_expression "iVar4 + 4" identifier + number_literal) ))))) ;) (expression_statement "local_14 = iVar3;" (assignment_expression "local_14 = iVar3" identifier = identifier) ;) (expression_statement "local_10 = iVar1;" (assignment_expression "local_10 = iVar1" identifier = identifier) ;) (if_statement "if (piVar2 == *(int **)(iVar4 + 8)) {\n FUN_000621b0(iVar4,piVar2,&local_14);\n }\n else {\n *piVar2 = iVar3;\n piVar2[1] = iVar1;\n *(int **)(iVar4 + 4) = piVar2 + 2;\n }" if (parenthesized_expression "(piVar2 == *(int **)(iVar4 + 8))" ( (binary_expression "piVar2 == *(int **)(iVar4 + 8)" identifier == (pointer_expression "*(int **)(iVar4 + 8)" * (cast_expression "(int **)(iVar4 + 8)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar4 + 8)" ( (binary_expression "iVar4 + 8" identifier + number_literal) ))))) )) (compound_statement "{\n FUN_000621b0(iVar4,piVar2,&local_14);\n }" { (expression_statement "FUN_000621b0(iVar4,piVar2,&local_14);" (call_expression "FUN_000621b0(iVar4,piVar2,&local_14)" identifier (argument_list "(iVar4,piVar2,&local_14)" ( identifier , identifier , (pointer_expression "&local_14" & identifier) ))) ;) }) (else_clause "else {\n *piVar2 = iVar3;\n piVar2[1] = iVar1;\n *(int **)(iVar4 + 4) = piVar2 + 2;\n }" else (compound_statement "{\n *piVar2 = iVar3;\n piVar2[1] = iVar1;\n *(int **)(iVar4 + 4) = piVar2 + 2;\n }" { (expression_statement "*piVar2 = iVar3;" (assignment_expression "*piVar2 = iVar3" (pointer_expression "*piVar2" * identifier) = identifier) ;) (expression_statement "piVar2[1] = iVar1;" (assignment_expression "piVar2[1] = iVar1" (subscript_expression "piVar2[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*(int **)(iVar4 + 4) = piVar2 + 2;" (assignment_expression "*(int **)(iVar4 + 4) = piVar2 + 2" (pointer_expression "*(int **)(iVar4 + 4)" * (cast_expression "(int **)(iVar4 + 4)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar4 + 4)" ( (binary_expression "iVar4 + 4" identifier + number_literal) )))) = (binary_expression "piVar2 + 2" identifier + number_literal)) ;) }))) })) (expression_statement "piVar2 = *(int **)(DAT_003af408 + 0xc);" (assignment_expression "piVar2 = *(int **)(DAT_003af408 + 0xc)" identifier = (pointer_expression "*(int **)(DAT_003af408 + 0xc)" * (cast_expression "(int **)(DAT_003af408 + 0xc)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(DAT_003af408 + 0xc)" ( (binary_expression "DAT_003af408 + 0xc" identifier + number_literal) ))))) ;) (if_statement "if (piVar2 != (int *)0x0) {\n if (*(code **)(*piVar2 + 0x8c) == FUN_0005cc60) {\n return;\n }\n (**(code **)(*piVar2 + 0x8c))(piVar2,param_4,param_5);\n return;\n }" 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)) )) (compound_statement "{\n if (*(code **)(*piVar2 + 0x8c) == FUN_0005cc60) {\n return;\n }\n (**(code **)(*piVar2 + 0x8c))(piVar2,param_4,param_5);\n return;\n }" { (if_statement "if (*(code **)(*piVar2 + 0x8c) == FUN_0005cc60) {\n return;\n }" if (parenthesized_expression "(*(code **)(*piVar2 + 0x8c) == FUN_0005cc60)" ( (binary_expression "*(code **)(*piVar2 + 0x8c) == FUN_0005cc60" (pointer_expression "*(code **)(*piVar2 + 0x8c)" * (cast_expression "(code **)(*piVar2 + 0x8c)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*piVar2 + 0x8c)" ( (binary_expression "*piVar2 + 0x8c" (pointer_expression "*piVar2" * identifier) + number_literal) )))) == identifier) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "(**(code **)(*piVar2 + 0x8c))(piVar2,param_4,param_5);" (call_expression "(**(code **)(*piVar2 + 0x8c))(piVar2,param_4,param_5)" (parenthesized_expression "(**(code **)(*piVar2 + 0x8c))" ( (pointer_expression "**(code **)(*piVar2 + 0x8c)" * (pointer_expression "*(code **)(*piVar2 + 0x8c)" * (cast_expression "(code **)(*piVar2 + 0x8c)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*piVar2 + 0x8c)" ( (binary_expression "*piVar2 + 0x8c" (pointer_expression "*piVar2" * identifier) + number_literal) ))))) )) (argument_list "(piVar2,param_4,param_5)" ( identifier , identifier , identifier ))) ;) (return_statement "return;" return ;) })) (expression_statement "FUN_0007d010("../../gold/parameters.h",0x69,"target",0);" (call_expression "FUN_0007d010("../../gold/parameters.h",0x69,"target",0)" identifier (argument_list "("../../gold/parameters.h",0x69,"target",0)" ( (string_literal ""../../gold/parameters.h"" " string_content ") , number_literal , (string_literal ""target"" " string_content ") , number_literal ))) ;) })))
(translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE 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 TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_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 ") , 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 (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 = (pointer_expression * (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 TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT) )) == LIT)) ))) )) (compound_statement { (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 { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") , 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 = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , (pointer_expression & IDENT) ))) ;) }) (else_clause else (compound_statement { (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 * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (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 IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (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 { (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 * IDENT) + LIT) ))))) )) (argument_list ( IDENT , IDENT , IDENT ))) ;) (return_statement return ;) })) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") , LIT ))) ;) })))
(function_definition "void __regparm3\nFUN_0018b920(undefined4 param_1,undefined4 param_2,undefined4 param_3,int param_4,int param_5)\n\n{\n int iVar1;\n int *piVar2;\n int iVar3;\n int iVar4;\n int local_14;\n int local_10;\n \n local_10 = 0x18b928;\n if ((*(byte *)(param_5 + 0x2a) & 7) != 0) {\n \n FUN_0007d010("../../gold/symtab.h",0xaa,"shndx",param_3);\n }\n iVar1 = *(int *)(param_5 + 0xc);\n if ((((*(byte *)(param_5 + 0x2b) & 0x20) != 0) && (iVar1 != 0)) &&\n (iVar3 = *(int *)(param_5 + 8), (*(byte *)(iVar3 + 0x2c) & 1) == 0)) {\n iVar4 = *(int *)(param_4 + 0x158);\n if (iVar4 == 0) {\n \n FUN_0007d010("../../gold/symtab.cc",0x293,"gc_mark_symbol",param_2);\n }\n piVar2 = *(int **)(iVar4 + 4);\n local_14 = iVar3;\n local_10 = iVar1;\n if (piVar2 == *(int **)(iVar4 + 8)) {\n FUN_000621b0(iVar4,piVar2,&local_14);\n }\n else {\n *piVar2 = iVar3;\n piVar2[1] = iVar1;\n *(int **)(iVar4 + 4) = piVar2 + 2;\n }\n }\n piVar2 = *(int **)(DAT_003af408 + 0xc);\n if (piVar2 != (int *)0x0) {\n if (*(code **)(*piVar2 + 0x8c) == FUN_0005cc60) {\n return;\n }\n (**(code **)(*piVar2 + 0x8c))(piVar2,param_4,param_5);\n return;\n }\n \n FUN_0007d010("../../gold/parameters.h",0x69,"target",0);\n}" (primitive_type "void") (ERROR "__regparm3" (identifier "__regparm3")) (function_declarator "FUN_0018b920(undefined4 param_1,undefined4 param_2,undefined4 param_3,int param_4,int param_5)" (identifier "FUN_0018b920") (parameter_list "(undefined4 param_1,undefined4 param_2,undefined4 param_3,int param_4,int param_5)" (( "(") (parameter_declaration "undefined4 param_1" (type_identifier "undefined4") (identifier "param_1")) (, ",") (parameter_declaration "undefined4 param_2" (type_identifier "undefined4") (identifier "param_2")) (, ",") (parameter_declaration "undefined4 param_3" (type_identifier "undefined4") (identifier "param_3")) (, ",") (parameter_declaration "int param_4" (primitive_type "int") (identifier "param_4")) (, ",") (parameter_declaration "int param_5" (primitive_type "int") (identifier "param_5")) () ")"))) (compound_statement "{\n int iVar1;\n int *piVar2;\n int iVar3;\n int iVar4;\n int local_14;\n int local_10;\n \n local_10 = 0x18b928;\n if ((*(byte *)(param_5 + 0x2a) & 7) != 0) {\n \n FUN_0007d010("../../gold/symtab.h",0xaa,"shndx",param_3);\n }\n iVar1 = *(int *)(param_5 + 0xc);\n if ((((*(byte *)(param_5 + 0x2b) & 0x20) != 0) && (iVar1 != 0)) &&\n (iVar3 = *(int *)(param_5 + 8), (*(byte *)(iVar3 + 0x2c) & 1) == 0)) {\n iVar4 = *(int *)(param_4 + 0x158);\n if (iVar4 == 0) {\n \n FUN_0007d010("../../gold/symtab.cc",0x293,"gc_mark_symbol",param_2);\n }\n piVar2 = *(int **)(iVar4 + 4);\n local_14 = iVar3;\n local_10 = iVar1;\n if (piVar2 == *(int **)(iVar4 + 8)) {\n FUN_000621b0(iVar4,piVar2,&local_14);\n }\n else {\n *piVar2 = iVar3;\n piVar2[1] = iVar1;\n *(int **)(iVar4 + 4) = piVar2 + 2;\n }\n }\n piVar2 = *(int **)(DAT_003af408 + 0xc);\n if (piVar2 != (int *)0x0) {\n if (*(code **)(*piVar2 + 0x8c) == FUN_0005cc60) {\n return;\n }\n (**(code **)(*piVar2 + 0x8c))(piVar2,param_4,param_5);\n return;\n }\n \n FUN_0007d010("../../gold/parameters.h",0x69,"target",0);\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (declaration "int *piVar2;" (primitive_type "int") (pointer_declarator "*piVar2" (* "*") (identifier "piVar2")) (; ";")) (declaration "int iVar3;" (primitive_type "int") (identifier "iVar3") (; ";")) (declaration "int iVar4;" (primitive_type "int") (identifier "iVar4") (; ";")) (declaration "int local_14;" (primitive_type "int") (identifier "local_14") (; ";")) (declaration "int local_10;" (primitive_type "int") (identifier "local_10") (; ";")) (expression_statement "local_10 = 0x18b928;" (assignment_expression "local_10 = 0x18b928" (identifier "local_10") (= "=") (number_literal "0x18b928")) (; ";")) (if_statement "if ((*(byte *)(param_5 + 0x2a) & 7) != 0) {\n \n FUN_0007d010("../../gold/symtab.h",0xaa,"shndx",param_3);\n }" (if "if") (parenthesized_expression "((*(byte *)(param_5 + 0x2a) & 7) != 0)" (( "(") (binary_expression "(*(byte *)(param_5 + 0x2a) & 7) != 0" (parenthesized_expression "(*(byte *)(param_5 + 0x2a) & 7)" (( "(") (binary_expression "*(byte *)(param_5 + 0x2a) & 7" (pointer_expression "*(byte *)(param_5 + 0x2a)" (* "*") (cast_expression "(byte *)(param_5 + 0x2a)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_5 + 0x2a)" (( "(") (binary_expression "param_5 + 0x2a" (identifier "param_5") (+ "+") (number_literal "0x2a")) () ")")))) (& "&") (number_literal "7")) () ")")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n \n FUN_0007d010("../../gold/symtab.h",0xaa,"shndx",param_3);\n }" ({ "{") (expression_statement "FUN_0007d010("../../gold/symtab.h",0xaa,"shndx",param_3);" (call_expression "FUN_0007d010("../../gold/symtab.h",0xaa,"shndx",param_3)" (identifier "FUN_0007d010") (argument_list "("../../gold/symtab.h",0xaa,"shndx",param_3)" (( "(") (string_literal ""../../gold/symtab.h"" (" """) (string_content "../../gold/symtab.h") (" """)) (, ",") (number_literal "0xaa") (, ",") (string_literal ""shndx"" (" """) (string_content "shndx") (" """)) (, ",") (identifier "param_3") () ")"))) (; ";")) (} "}"))) (expression_statement "iVar1 = *(int *)(param_5 + 0xc);" (assignment_expression "iVar1 = *(int *)(param_5 + 0xc)" (identifier "iVar1") (= "=") (pointer_expression "*(int *)(param_5 + 0xc)" (* "*") (cast_expression "(int *)(param_5 + 0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_5 + 0xc)" (( "(") (binary_expression "param_5 + 0xc" (identifier "param_5") (+ "+") (number_literal "0xc")) () ")"))))) (; ";")) (if_statement "if ((((*(byte *)(param_5 + 0x2b) & 0x20) != 0) && (iVar1 != 0)) &&\n (iVar3 = *(int *)(param_5 + 8), (*(byte *)(iVar3 + 0x2c) & 1) == 0)) {\n iVar4 = *(int *)(param_4 + 0x158);\n if (iVar4 == 0) {\n \n FUN_0007d010("../../gold/symtab.cc",0x293,"gc_mark_symbol",param_2);\n }\n piVar2 = *(int **)(iVar4 + 4);\n local_14 = iVar3;\n local_10 = iVar1;\n if (piVar2 == *(int **)(iVar4 + 8)) {\n FUN_000621b0(iVar4,piVar2,&local_14);\n }\n else {\n *piVar2 = iVar3;\n piVar2[1] = iVar1;\n *(int **)(iVar4 + 4) = piVar2 + 2;\n }\n }" (if "if") (parenthesized_expression "((((*(byte *)(param_5 + 0x2b) & 0x20) != 0) && (iVar1 != 0)) &&\n (iVar3 = *(int *)(param_5 + 8), (*(byte *)(iVar3 + 0x2c) & 1) == 0))" (( "(") (binary_expression "(((*(byte *)(param_5 + 0x2b) & 0x20) != 0) && (iVar1 != 0)) &&\n (iVar3 = *(int *)(param_5 + 8), (*(byte *)(iVar3 + 0x2c) & 1) == 0)" (parenthesized_expression "(((*(byte *)(param_5 + 0x2b) & 0x20) != 0) && (iVar1 != 0))" (( "(") (binary_expression "((*(byte *)(param_5 + 0x2b) & 0x20) != 0) && (iVar1 != 0)" (parenthesized_expression "((*(byte *)(param_5 + 0x2b) & 0x20) != 0)" (( "(") (binary_expression "(*(byte *)(param_5 + 0x2b) & 0x20) != 0" (parenthesized_expression "(*(byte *)(param_5 + 0x2b) & 0x20)" (( "(") (binary_expression "*(byte *)(param_5 + 0x2b) & 0x20" (pointer_expression "*(byte *)(param_5 + 0x2b)" (* "*") (cast_expression "(byte *)(param_5 + 0x2b)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_5 + 0x2b)" (( "(") (binary_expression "param_5 + 0x2b" (identifier "param_5") (+ "+") (number_literal "0x2b")) () ")")))) (& "&") (number_literal "0x20")) () ")")) (!= "!=") (number_literal "0")) () ")")) (&& "&&") (parenthesized_expression "(iVar1 != 0)" (( "(") (binary_expression "iVar1 != 0" (identifier "iVar1") (!= "!=") (number_literal "0")) () ")"))) () ")")) (&& "&&") (parenthesized_expression "(iVar3 = *(int *)(param_5 + 8), (*(byte *)(iVar3 + 0x2c) & 1) == 0)" (( "(") (comma_expression "iVar3 = *(int *)(param_5 + 8), (*(byte *)(iVar3 + 0x2c) & 1) == 0" (assignment_expression "iVar3 = *(int *)(param_5 + 8)" (identifier "iVar3") (= "=") (pointer_expression "*(int *)(param_5 + 8)" (* "*") (cast_expression "(int *)(param_5 + 8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_5 + 8)" (( "(") (binary_expression "param_5 + 8" (identifier "param_5") (+ "+") (number_literal "8")) () ")"))))) (, ",") (binary_expression "(*(byte *)(iVar3 + 0x2c) & 1) == 0" (parenthesized_expression "(*(byte *)(iVar3 + 0x2c) & 1)" (( "(") (binary_expression "*(byte *)(iVar3 + 0x2c) & 1" (pointer_expression "*(byte *)(iVar3 + 0x2c)" (* "*") (cast_expression "(byte *)(iVar3 + 0x2c)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar3 + 0x2c)" (( "(") (binary_expression "iVar3 + 0x2c" (identifier "iVar3") (+ "+") (number_literal "0x2c")) () ")")))) (& "&") (number_literal "1")) () ")")) (== "==") (number_literal "0"))) () ")"))) () ")")) (compound_statement "{\n iVar4 = *(int *)(param_4 + 0x158);\n if (iVar4 == 0) {\n \n FUN_0007d010("../../gold/symtab.cc",0x293,"gc_mark_symbol",param_2);\n }\n piVar2 = *(int **)(iVar4 + 4);\n local_14 = iVar3;\n local_10 = iVar1;\n if (piVar2 == *(int **)(iVar4 + 8)) {\n FUN_000621b0(iVar4,piVar2,&local_14);\n }\n else {\n *piVar2 = iVar3;\n piVar2[1] = iVar1;\n *(int **)(iVar4 + 4) = piVar2 + 2;\n }\n }" ({ "{") (expression_statement "iVar4 = *(int *)(param_4 + 0x158);" (assignment_expression "iVar4 = *(int *)(param_4 + 0x158)" (identifier "iVar4") (= "=") (pointer_expression "*(int *)(param_4 + 0x158)" (* "*") (cast_expression "(int *)(param_4 + 0x158)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_4 + 0x158)" (( "(") (binary_expression "param_4 + 0x158" (identifier "param_4") (+ "+") (number_literal "0x158")) () ")"))))) (; ";")) (if_statement "if (iVar4 == 0) {\n \n FUN_0007d010("../../gold/symtab.cc",0x293,"gc_mark_symbol",param_2);\n }" (if "if") (parenthesized_expression "(iVar4 == 0)" (( "(") (binary_expression "iVar4 == 0" (identifier "iVar4") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n \n FUN_0007d010("../../gold/symtab.cc",0x293,"gc_mark_symbol",param_2);\n }" ({ "{") (expression_statement "FUN_0007d010("../../gold/symtab.cc",0x293,"gc_mark_symbol",param_2);" (call_expression "FUN_0007d010("../../gold/symtab.cc",0x293,"gc_mark_symbol",param_2)" (identifier "FUN_0007d010") (argument_list "("../../gold/symtab.cc",0x293,"gc_mark_symbol",param_2)" (( "(") (string_literal ""../../gold/symtab.cc"" (" """) (string_content "../../gold/symtab.cc") (" """)) (, ",") (number_literal "0x293") (, ",") (string_literal ""gc_mark_symbol"" (" """) (string_content "gc_mark_symbol") (" """)) (, ",") (identifier "param_2") () ")"))) (; ";")) (} "}"))) (expression_statement "piVar2 = *(int **)(iVar4 + 4);" (assignment_expression "piVar2 = *(int **)(iVar4 + 4)" (identifier "piVar2") (= "=") (pointer_expression "*(int **)(iVar4 + 4)" (* "*") (cast_expression "(int **)(iVar4 + 4)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(iVar4 + 4)" (( "(") (binary_expression "iVar4 + 4" (identifier "iVar4") (+ "+") (number_literal "4")) () ")"))))) (; ";")) (expression_statement "local_14 = iVar3;" (assignment_expression "local_14 = iVar3" (identifier "local_14") (= "=") (identifier "iVar3")) (; ";")) (expression_statement "local_10 = iVar1;" (assignment_expression "local_10 = iVar1" (identifier "local_10") (= "=") (identifier "iVar1")) (; ";")) (if_statement "if (piVar2 == *(int **)(iVar4 + 8)) {\n FUN_000621b0(iVar4,piVar2,&local_14);\n }\n else {\n *piVar2 = iVar3;\n piVar2[1] = iVar1;\n *(int **)(iVar4 + 4) = piVar2 + 2;\n }" (if "if") (parenthesized_expression "(piVar2 == *(int **)(iVar4 + 8))" (( "(") (binary_expression "piVar2 == *(int **)(iVar4 + 8)" (identifier "piVar2") (== "==") (pointer_expression "*(int **)(iVar4 + 8)" (* "*") (cast_expression "(int **)(iVar4 + 8)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(iVar4 + 8)" (( "(") (binary_expression "iVar4 + 8" (identifier "iVar4") (+ "+") (number_literal "8")) () ")"))))) () ")")) (compound_statement "{\n FUN_000621b0(iVar4,piVar2,&local_14);\n }" ({ "{") (expression_statement "FUN_000621b0(iVar4,piVar2,&local_14);" (call_expression "FUN_000621b0(iVar4,piVar2,&local_14)" (identifier "FUN_000621b0") (argument_list "(iVar4,piVar2,&local_14)" (( "(") (identifier "iVar4") (, ",") (identifier "piVar2") (, ",") (pointer_expression "&local_14" (& "&") (identifier "local_14")) () ")"))) (; ";")) (} "}")) (else_clause "else {\n *piVar2 = iVar3;\n piVar2[1] = iVar1;\n *(int **)(iVar4 + 4) = piVar2 + 2;\n }" (else "else") (compound_statement "{\n *piVar2 = iVar3;\n piVar2[1] = iVar1;\n *(int **)(iVar4 + 4) = piVar2 + 2;\n }" ({ "{") (expression_statement "*piVar2 = iVar3;" (assignment_expression "*piVar2 = iVar3" (pointer_expression "*piVar2" (* "*") (identifier "piVar2")) (= "=") (identifier "iVar3")) (; ";")) (expression_statement "piVar2[1] = iVar1;" (assignment_expression "piVar2[1] = iVar1" (subscript_expression "piVar2[1]" (identifier "piVar2") ([ "[") (number_literal "1") (] "]")) (= "=") (identifier "iVar1")) (; ";")) (expression_statement "*(int **)(iVar4 + 4) = piVar2 + 2;" (assignment_expression "*(int **)(iVar4 + 4) = piVar2 + 2" (pointer_expression "*(int **)(iVar4 + 4)" (* "*") (cast_expression "(int **)(iVar4 + 4)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(iVar4 + 4)" (( "(") (binary_expression "iVar4 + 4" (identifier "iVar4") (+ "+") (number_literal "4")) () ")")))) (= "=") (binary_expression "piVar2 + 2" (identifier "piVar2") (+ "+") (number_literal "2"))) (; ";")) (} "}")))) (} "}"))) (expression_statement "piVar2 = *(int **)(DAT_003af408 + 0xc);" (assignment_expression "piVar2 = *(int **)(DAT_003af408 + 0xc)" (identifier "piVar2") (= "=") (pointer_expression "*(int **)(DAT_003af408 + 0xc)" (* "*") (cast_expression "(int **)(DAT_003af408 + 0xc)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(DAT_003af408 + 0xc)" (( "(") (binary_expression "DAT_003af408 + 0xc" (identifier "DAT_003af408") (+ "+") (number_literal "0xc")) () ")"))))) (; ";")) (if_statement "if (piVar2 != (int *)0x0) {\n if (*(code **)(*piVar2 + 0x8c) == FUN_0005cc60) {\n return;\n }\n (**(code **)(*piVar2 + 0x8c))(piVar2,param_4,param_5);\n return;\n }" (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"))) () ")")) (compound_statement "{\n if (*(code **)(*piVar2 + 0x8c) == FUN_0005cc60) {\n return;\n }\n (**(code **)(*piVar2 + 0x8c))(piVar2,param_4,param_5);\n return;\n }" ({ "{") (if_statement "if (*(code **)(*piVar2 + 0x8c) == FUN_0005cc60) {\n return;\n }" (if "if") (parenthesized_expression "(*(code **)(*piVar2 + 0x8c) == FUN_0005cc60)" (( "(") (binary_expression "*(code **)(*piVar2 + 0x8c) == FUN_0005cc60" (pointer_expression "*(code **)(*piVar2 + 0x8c)" (* "*") (cast_expression "(code **)(*piVar2 + 0x8c)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*piVar2 + 0x8c)" (( "(") (binary_expression "*piVar2 + 0x8c" (pointer_expression "*piVar2" (* "*") (identifier "piVar2")) (+ "+") (number_literal "0x8c")) () ")")))) (== "==") (identifier "FUN_0005cc60")) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "(**(code **)(*piVar2 + 0x8c))(piVar2,param_4,param_5);" (call_expression "(**(code **)(*piVar2 + 0x8c))(piVar2,param_4,param_5)" (parenthesized_expression "(**(code **)(*piVar2 + 0x8c))" (( "(") (pointer_expression "**(code **)(*piVar2 + 0x8c)" (* "*") (pointer_expression "*(code **)(*piVar2 + 0x8c)" (* "*") (cast_expression "(code **)(*piVar2 + 0x8c)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*piVar2 + 0x8c)" (( "(") (binary_expression "*piVar2 + 0x8c" (pointer_expression "*piVar2" (* "*") (identifier "piVar2")) (+ "+") (number_literal "0x8c")) () ")"))))) () ")")) (argument_list "(piVar2,param_4,param_5)" (( "(") (identifier "piVar2") (, ",") (identifier "param_4") (, ",") (identifier "param_5") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "FUN_0007d010("../../gold/parameters.h",0x69,"target",0);" (call_expression "FUN_0007d010("../../gold/parameters.h",0x69,"target",0)" (identifier "FUN_0007d010") (argument_list "("../../gold/parameters.h",0x69,"target",0)" (( "(") (string_literal ""../../gold/parameters.h"" (" """) (string_content "../../gold/parameters.h") (" """)) (, ",") (number_literal "0x69") (, ",") (string_literal ""target"" (" """) (string_content "target") (" """)) (, ",") (number_literal "0") () ")"))) (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Enum "DT": Some values do not have unique names */ /* WARNING: Enum "ELFOSABI": Some values do not have unique names */ /* DWARF original prototype: void gc_mark_symbol(Symbol_table * this, Symbol * sym) */ void __thiscall var_2::type_1::function_1(type_1 *this,type_2 *sym) { type_3 var_6; type_4 *var_11; type_5 *pOVar3; type_6 *var_7; type_7 __position; var_1<var_2::type_9*,var_3> var_4; var_4.second = 0x18b928; if ((sym->field_0x2a & 7) != 0) { /* WARNING: Subroutine does not return */ var_5("../../gold/symtab.h",0xaa,"shndx"); } var_6 = (sym->u2_).shndx; if ((((sym->field_0x2b & 0x20) != 0) && (var_6 != 0)) && (pOVar3 = (sym->u1_).output_segment, (((type_8 *)pOVar3->output_lists_)->field_0x2c & 1) == 0)) { var_7 = this->gc_; if (var_7 == (type_6 *)0x0) { /* WARNING: Subroutine does not return */ var_5("../../gold/symtab.cc",0x293,"gc_mark_symbol"); } __position._M_current = (var_7->work_list_). super__Vector_base<var_8::var_1<var_2::type_9*,var_3>,var_9::allocator<var_8::var_1<var_2::type_9*,var_3>var_10>var_10> ._M_impl._M_finish; var_4.first = (type_9 *)pOVar3; var_4.second = var_6; if (__position._M_current == (var_7->work_list_). super__Vector_base<var_8::var_1<var_2::type_9*,var_3>,var_9::allocator<var_8::var_1<var_2::type_9*,var_3>var_10>var_10> ._M_impl._M_end_of_storage) { var_8:: vector<var_8::var_1<var_2::type_9*,var_3>,var_9::allocator<var_8::var_1<var_2::type_9*,var_3>var_10>var_10> ::_M_realloc_insert<var_8::var_1<var_2::type_9*,var_3>var_10> (&var_7->work_list_,__position,&var_4); } else { (__position._M_current)->first = (type_9 *)pOVar3; (__position._M_current)->second = var_6; (var_7->work_list_). super__Vector_base<var_8::var_1<var_2::type_9*,var_3>,var_9::allocator<var_8::var_1<var_2::type_9*,var_3>var_10>var_10> ._M_impl._M_finish = __position._M_current + 1; } } var_11 = parameters->target_; if (var_11 != (type_4 *)0x0) { if (var_11->_vptr_Target[0x23] == type_4::do_gc_mark_symbol) { return; } (*var_11->_vptr_Target[0x23])(var_11,this,sym); return; } /* WARNING: Subroutine does not return */ var_5("../../gold/parameters.h",0x69,"target"); }
null
(translation_unit (function_definition type: (primitive_type) (ERROR (identifier)) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (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)) (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: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_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)) (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: (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: (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: (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: (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 (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content)) (identifier)))))) (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))))))) (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: (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))))))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (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: (subscript_expression argument: (identifier) index: (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: (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: (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 (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 (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: (identifier)) right: (number_literal))))))) arguments: (argument_list (identifier) (identifier) (identifier)))) (return_statement))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content)) (number_literal)))))))
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void __regparm3 MASKED(undefined4 param_1,undefined4 param_2,undefined4 param_3,int param_4,int param_5) { int iVar1; int *piVar2; int iVar3; int iVar4; int local_14; int local_10; local_10 = 0x18b928; if ((*(byte *)(param_5 + 0x2a) & 7) != 0) { /* WARNING: Subroutine does not return */ FUN_0007d010("../../gold/symtab.h",0xaa,"shndx",param_3); } iVar1 = *(int *)(param_5 + 0xc); if ((((*(byte *)(param_5 + 0x2b) & 0x20) != 0) && (iVar1 != 0)) && (iVar3 = *(int *)(param_5 + 8), (*(byte *)(iVar3 + 0x2c) & 1) == 0)) { iVar4 = *(int *)(param_4 + 0x158); if (iVar4 == 0) { /* WARNING: Subroutine does not return */ FUN_0007d010("../../gold/symtab.cc",0x293,"gc_mark_symbol",param_2); } piVar2 = *(int **)(iVar4 + 4); local_14 = iVar3; local_10 = iVar1; if (piVar2 == *(int **)(iVar4 + 8)) { FUN_000621b0(iVar4,piVar2,&local_14); } else { *piVar2 = iVar3; piVar2[1] = iVar1; *(int **)(iVar4 + 4) = piVar2 + 2; } } piVar2 = *(int **)(DAT_003af408 + 0xc); if (piVar2 != (int *)0x0) { if (*(code **)(*piVar2 + 0x8c) == FUN_0005cc60) { return; } (**(code **)(*piVar2 + 0x8c))(piVar2,param_4,param_5); return; } /* WARNING: Subroutine does not return */ FUN_0007d010("../../gold/parameters.h",0x69,"target",0); }
144_sort_and_sort_strip.c
find_unit_order
FUN_00015a90
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ int __regparm3 find_unit_order(char *number) { char cVar1; byte bVar2; int iVar3; int in_GS_OFFSET; char *p; int local_10; undefined4 uStack_c; uStack_c = 0x15a99; cVar1 = *number; local_10 = *(int *)(in_GS_OFFSET + 0x14); p = number + (cVar1 == '-'); bVar2 = traverse_raw_number(&p); iVar3 = 0; if (0x30 < bVar2) { iVar3 = (int)""[(byte)*p]; if (cVar1 == '-') { iVar3 = -(int)""[(byte)*p]; } } if (local_10 == *(int *)(in_GS_OFFSET + 0x14)) { return iVar3; } /* WARNING: Subroutine does not return */ __stack_chk_fail_local(); }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ int __regparm3 FUN_00015a90(char *param_1) { char cVar1; int iVar2; byte bVar3; int iVar4; int in_GS_OFFSET; cVar1 = *param_1; iVar2 = *(int *)(in_GS_OFFSET + 0x14); bVar3 = FUN_000159a0(); iVar4 = 0; if (0x30 < bVar3) { iVar4 = (int)(char)(&DAT_00026560)[(byte)param_1[cVar1 == '-']]; if (cVar1 == '-') { iVar4 = -(int)(char)(&DAT_00026560)[(byte)param_1[cVar1 == '-']]; } } if (iVar2 == *(int *)(in_GS_OFFSET + 0x14)) { return iVar4; } /* WARNING: Subroutine does not return */ FUN_00025060(); }
PUSH ESI XOR EDX,EDX PUSH EBX CALL 0x00015830 ADD EBX,0x1b567 SUB ESP,0x14 MOVZX ESI,byte ptr [EAX] MOV ECX,dword ptr GS:[0x14] MOV dword ptr [ESP + 0xc],ECX XOR ECX,ECX MOV ECX,ESI CMP CL,0x2d SETZ DL ADD EAX,EDX MOV dword ptr [ESP + 0x8],EAX LEA EAX,[ESP + 0x8] CALL 0x000159a0 XOR EDX,EDX CMP AL,0x30 JBE 0x00015aea MOV EAX,dword ptr [ESP + 0x8] MOVZX EAX,byte ptr [EAX] MOVSX EDX,byte ptr [EBX + EAX*0x1 + 0xffff5560] MOV EBX,ESI MOV EAX,EDX NEG EAX CMP BL,0x2d CMOVZ EDX,EAX MOV EBX,dword ptr [ESP + 0xc] XOR EBX,dword ptr GS:[0x14] MOV EAX,EDX JNZ 0x00015aff ADD ESP,0x14 POP EBX POP ESI RET CALL 0x00025060
null
null
null
null
[('const-417', u'LOAD_-1205970232'), ('tmp_698', u'INT_ADD_-1205970210'), (u'CALL_-1205970148', u'INT_LESS_-1205970112'), (u'LOAD_-1205970232', u'INT_EQUAL_-1205970182'), (u'LOAD_-1205970114', u'CAST_-1205969874'), (u'MULTIEQUAL_-1205969913', u'COPY_-1205970035'), (u'COPY_-1205969920', u'MULTIEQUAL_-1205969913'), (u'INT_SEXT_-1205970089', u'INT_2COMP_-1205970066'), ('tmp_494', u'PTRADD_-1205970114'), (u'INT_ZEXT_-1205970010', u'PTRADD_-1205970114'), ('const-157024', u'COPY_-1205969940'), (u'COPY_-1205969947', u'MULTIEQUAL_-1205969913'), (u'INT_ADD_-1205970210', u'CAST_-1205969921'), (u'CAST_-1205969874', u'INT_ZEXT_-1205970098'), (u'CAST_-1205969921', u'LOAD_-1205970226'), (u'LOAD_-1205970049', u'INT_EQUAL_-1205970037'), (u'INT_EQUAL_-1205970182', u'INT_ZEXT_-1205970010'), (u'COPY_-1205969919', u'MULTIEQUAL_-1205969913'), (u'CALL_-1205969994', u'INDIRECT_-1205969849'), ('tmp_413', u'CBRANCH_-1205970027'), (u'PTRADD_-1205970044', u'LOAD_-1205970106'), (u'CALL_-1205970148', u'INDIRECT_-1205969909'), ('const-417', u'LOAD_-1205970114'), ('const-48', u'INT_LESS_-1205970112'), ('const-417', u'LOAD_-1205970226'), ('const-417', u'LOAD_-1205970106'), (u'INT_SEXT_-1205970089', u'COPY_-1205969920'), ('const-20', u'INT_ADD_-1205970210'), (u'COPY_-1205970146', u'COPY_-1205969947'), ('tmp_367', u'CBRANCH_-1205970061'), (u'CALL_-1205969994', u'INDIRECT_-1205969851'), (u'INT_2COMP_-1205970066', u'COPY_-1205969919'), (u'CALL_-1205969994', u'INDIRECT_-1205969847'), ('const-1', u'PTRADD_-1205970114'), ('const-1', u'PTRADD_-1205970044'), (u'INT_ZEXT_-1205970098', u'PTRADD_-1205970044'), ('const-20', u'INT_ADD_-1205970035'), (u'INT_EQUAL_-1205970037', u'CBRANCH_-1205970027'), (u'COPY_-1205970035', u'RETURN_-1205969995'), (u'LOAD_-1205970106', u'INT_SEXT_-1205970089'), ('tmp_277', u'CBRANCH_-1205970121'), ('const-417', u'LOAD_-1205970049'), ('const-88729', u'COPY_-1205970267'), ('const-4294967276', u'PTRSUB_-1205969896'), (u'INT_ADD_-1205970035', u'CAST_-1205969846'), (u'INT_EQUAL_-1205970065', u'CBRANCH_-1205970061'), (u'INDIRECT_-1205969911', u'LOAD_-1205970114'), (u'CALL_-1205970148', u'INDIRECT_-1205969911'), (u'CALL_-1205970148', u'INDIRECT_-1205969907'), (u'CAST_-1205969846', u'LOAD_-1205970049'), ('tmp_494', u'LOAD_-1205970232'), ('const-0', u'RETURN_-1205969995'), (u'LOAD_-1205970232', u'INT_EQUAL_-1205970065'), ('const-45', u'INT_EQUAL_-1205970182'), (u'COPY_-1205969940', u'PTRADD_-1205970044'), (u'CALL_-1205970148', u'INDIRECT_-1205969947'), (u'INT_LESS_-1205970112', u'CBRANCH_-1205970121'), (u'PTRSUB_-1205969896', u'CALL_-1205970148'), ('const-1', u'RETURN_-1205969989'), (u'INDIRECT_-1205969947', u'INT_ADD_-1205970035'), ('const-0', u'COPY_-1205970146'), ('const-45', u'INT_EQUAL_-1205970065'), ('tmp_694', u'PTRSUB_-1205969896'), (u'INDIRECT_-1205969909', u'INT_EQUAL_-1205970037')]
[(u'CALL_-1205970148', u'INT_LESS_-1205970112'), (u'LOAD_-1205970232', u'INT_EQUAL_-1205970182'), ('const-0', u'PTRSUB_-1205969877'), (u'LOAD_-1205970106', u'CAST_-1205969873'), (u'INT_SEXT_-1205970089', u'INT_2COMP_-1205970066'), (u'PTRSUB_-1205969877', u'PTRADD_-1205970044'), (u'LOAD_-1205970049', u'INT_EQUAL_-1205970037'), (u'INT_ADD_-1205970210', u'CAST_-1205969924'), ('const-157024', u'PTRSUB_-1205969877'), (u'LOAD_-1205970226', u'INT_EQUAL_-1205970037'), ('tmp_413', u'CBRANCH_-1205970027'), ('const-1', u'PTRADD_-1205970114'), (u'PTRADD_-1205970044', u'LOAD_-1205970106'), (u'CAST_-1205969877', u'INT_ZEXT_-1205970098'), (u'INT_ADD_-1205970035', u'CAST_-1205969848'), ('const-20', u'INT_ADD_-1205970210'), ('tmp_367', u'CBRANCH_-1205970061'), (u'INT_SEXT_-1205970089', u'COPY_-1205969923'), ('const-45', u'INT_EQUAL_-1205970065'), (u'MULTIEQUAL_-1205969915', u'COPY_-1205970035'), (u'CAST_-1205969873', u'INT_SEXT_-1205970089'), ('const-417', u'LOAD_-1205970106'), (u'CAST_-1205969924', u'LOAD_-1205970226'), ('const-417', u'LOAD_-1205970049'), (u'CALL_-1205970148', u'INDIRECT_-1205969949'), (u'COPY_-1205969922', u'MULTIEQUAL_-1205969915'), (u'COPY_-1205970146', u'COPY_-1205969950'), (u'INT_EQUAL_-1205970182', u'INT_ZEXT_-1205970012'), ('const-48', u'INT_LESS_-1205970112'), (u'INT_ZEXT_-1205970098', u'PTRADD_-1205970044'), ('const-20', u'INT_ADD_-1205970035'), (u'INT_EQUAL_-1205970037', u'CBRANCH_-1205970027'), ('const-417', u'LOAD_-1205970232'), (u'COPY_-1205970035', u'RETURN_-1205969995'), ('tmp_277', u'CBRANCH_-1205970121'), ('tmp_691', u'PTRADD_-1205970114'), (u'CAST_-1205969848', u'LOAD_-1205970049'), ('const-1', u'PTRADD_-1205970044'), (u'INT_EQUAL_-1205970065', u'CBRANCH_-1205970061'), (u'COPY_-1205969923', u'MULTIEQUAL_-1205969915'), (u'INT_2COMP_-1205970066', u'COPY_-1205969922'), ('const-45', u'INT_EQUAL_-1205970182'), (u'INDIRECT_-1205969949', u'INT_ADD_-1205970035'), ('const-417', u'LOAD_-1205970114'), ('tmp_691', u'LOAD_-1205970232'), (u'COPY_-1205969950', u'MULTIEQUAL_-1205969915'), ('const-0', u'RETURN_-1205969995'), (u'LOAD_-1205970232', u'INT_EQUAL_-1205970065'), ('tmp_692', u'INT_ADD_-1205970210'), ('const-0', u'COPY_-1205970146'), ('const-417', u'LOAD_-1205970226'), (u'INT_LESS_-1205970112', u'CBRANCH_-1205970121'), (u'INT_ZEXT_-1205970012', u'PTRADD_-1205970114'), ('const-1', u'RETURN_-1205969989'), (u'PTRADD_-1205970114', u'LOAD_-1205970114'), (u'LOAD_-1205970114', u'CAST_-1205969877')]
null
null
00015a90
x86
O2
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nint __regparm3 FUN_00015a90(char *param_1)\n\n{\n char cVar1;\n int iVar2;\n byte bVar3;\n int iVar4;\n int in_GS_OFFSET;\n \n cVar1 = *param_1;\n iVar2 = *(int *)(in_GS_OFFSET + 0x14);\n bVar3 = FUN_000159a0();\n iVar4 = 0;\n if (0x30 < bVar3) {\n iVar4 = (int)(char)(&DAT_00026560)[(byte)param_1[cVar1 == '-']];\n if (cVar1 == '-') {\n iVar4 = -(int)(char)(&DAT_00026560)[(byte)param_1[cVar1 == '-']];\n }\n }\n if (iVar2 == *(int *)(in_GS_OFFSET + 0x14)) {\n return iVar4;\n }\n /* WARNING: Subroutine does not return */\n FUN_00025060();\n}\n\n" comment (function_definition "int __regparm3 FUN_00015a90(char *param_1)\n\n{\n char cVar1;\n int iVar2;\n byte bVar3;\n int iVar4;\n int in_GS_OFFSET;\n \n cVar1 = *param_1;\n iVar2 = *(int *)(in_GS_OFFSET + 0x14);\n bVar3 = FUN_000159a0();\n iVar4 = 0;\n if (0x30 < bVar3) {\n iVar4 = (int)(char)(&DAT_00026560)[(byte)param_1[cVar1 == '-']];\n if (cVar1 == '-') {\n iVar4 = -(int)(char)(&DAT_00026560)[(byte)param_1[cVar1 == '-']];\n }\n }\n if (iVar2 == *(int *)(in_GS_OFFSET + 0x14)) {\n return iVar4;\n }\n /* WARNING: Subroutine does not return */\n FUN_00025060();\n}" primitive_type (ERROR "__regparm3" identifier) (function_declarator "FUN_00015a90(char *param_1)" identifier (parameter_list "(char *param_1)" ( (parameter_declaration "char *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n char cVar1;\n int iVar2;\n byte bVar3;\n int iVar4;\n int in_GS_OFFSET;\n \n cVar1 = *param_1;\n iVar2 = *(int *)(in_GS_OFFSET + 0x14);\n bVar3 = FUN_000159a0();\n iVar4 = 0;\n if (0x30 < bVar3) {\n iVar4 = (int)(char)(&DAT_00026560)[(byte)param_1[cVar1 == '-']];\n if (cVar1 == '-') {\n iVar4 = -(int)(char)(&DAT_00026560)[(byte)param_1[cVar1 == '-']];\n }\n }\n if (iVar2 == *(int *)(in_GS_OFFSET + 0x14)) {\n return iVar4;\n }\n /* WARNING: Subroutine does not return */\n FUN_00025060();\n}" { (declaration "char cVar1;" primitive_type identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "byte bVar3;" type_identifier identifier ;) (declaration "int iVar4;" primitive_type identifier ;) (declaration "int in_GS_OFFSET;" primitive_type identifier ;) (expression_statement "cVar1 = *param_1;" (assignment_expression "cVar1 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "iVar2 = *(int *)(in_GS_OFFSET + 0x14);" (assignment_expression "iVar2 = *(int *)(in_GS_OFFSET + 0x14)" identifier = (pointer_expression "*(int *)(in_GS_OFFSET + 0x14)" * (cast_expression "(int *)(in_GS_OFFSET + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_GS_OFFSET + 0x14)" ( (binary_expression "in_GS_OFFSET + 0x14" identifier + number_literal) ))))) ;) (expression_statement "bVar3 = FUN_000159a0();" (assignment_expression "bVar3 = FUN_000159a0()" identifier = (call_expression "FUN_000159a0()" identifier (argument_list "()" ( )))) ;) (expression_statement "iVar4 = 0;" (assignment_expression "iVar4 = 0" identifier = number_literal) ;) (if_statement "if (0x30 < bVar3) {\n iVar4 = (int)(char)(&DAT_00026560)[(byte)param_1[cVar1 == '-']];\n if (cVar1 == '-') {\n iVar4 = -(int)(char)(&DAT_00026560)[(byte)param_1[cVar1 == '-']];\n }\n }" if (parenthesized_expression "(0x30 < bVar3)" ( (binary_expression "0x30 < bVar3" number_literal < identifier) )) (compound_statement "{\n iVar4 = (int)(char)(&DAT_00026560)[(byte)param_1[cVar1 == '-']];\n if (cVar1 == '-') {\n iVar4 = -(int)(char)(&DAT_00026560)[(byte)param_1[cVar1 == '-']];\n }\n }" { (expression_statement "iVar4 = (int)(char)(&DAT_00026560)[(byte)param_1[cVar1 == '-']];" (assignment_expression "iVar4 = (int)(char)(&DAT_00026560)[(byte)param_1[cVar1 == '-']]" identifier = (cast_expression "(int)(char)(&DAT_00026560)[(byte)param_1[cVar1 == '-']]" ( (type_descriptor "int" primitive_type) ) (cast_expression "(char)(&DAT_00026560)[(byte)param_1[cVar1 == '-']]" ( (type_descriptor "char" primitive_type) ) (subscript_expression "(&DAT_00026560)[(byte)param_1[cVar1 == '-']]" (parenthesized_expression "(&DAT_00026560)" ( (pointer_expression "&DAT_00026560" & identifier) )) [ (cast_expression "(byte)param_1[cVar1 == '-']" ( (type_descriptor "byte" type_identifier) ) (subscript_expression "param_1[cVar1 == '-']" identifier [ (binary_expression "cVar1 == '-'" identifier == (char_literal "'-'" ' character ')) ])) ])))) ;) (if_statement "if (cVar1 == '-') {\n iVar4 = -(int)(char)(&DAT_00026560)[(byte)param_1[cVar1 == '-']];\n }" if (parenthesized_expression "(cVar1 == '-')" ( (binary_expression "cVar1 == '-'" identifier == (char_literal "'-'" ' character ')) )) (compound_statement "{\n iVar4 = -(int)(char)(&DAT_00026560)[(byte)param_1[cVar1 == '-']];\n }" { (expression_statement "iVar4 = -(int)(char)(&DAT_00026560)[(byte)param_1[cVar1 == '-']];" (assignment_expression "iVar4 = -(int)(char)(&DAT_00026560)[(byte)param_1[cVar1 == '-']]" identifier = (unary_expression "-(int)(char)(&DAT_00026560)[(byte)param_1[cVar1 == '-']]" - (cast_expression "(int)(char)(&DAT_00026560)[(byte)param_1[cVar1 == '-']]" ( (type_descriptor "int" primitive_type) ) (cast_expression "(char)(&DAT_00026560)[(byte)param_1[cVar1 == '-']]" ( (type_descriptor "char" primitive_type) ) (subscript_expression "(&DAT_00026560)[(byte)param_1[cVar1 == '-']]" (parenthesized_expression "(&DAT_00026560)" ( (pointer_expression "&DAT_00026560" & identifier) )) [ (cast_expression "(byte)param_1[cVar1 == '-']" ( (type_descriptor "byte" type_identifier) ) (subscript_expression "param_1[cVar1 == '-']" identifier [ (binary_expression "cVar1 == '-'" identifier == (char_literal "'-'" ' character ')) ])) ]))))) ;) })) })) (if_statement "if (iVar2 == *(int *)(in_GS_OFFSET + 0x14)) {\n return iVar4;\n }" if (parenthesized_expression "(iVar2 == *(int *)(in_GS_OFFSET + 0x14))" ( (binary_expression "iVar2 == *(int *)(in_GS_OFFSET + 0x14)" identifier == (pointer_expression "*(int *)(in_GS_OFFSET + 0x14)" * (cast_expression "(int *)(in_GS_OFFSET + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_GS_OFFSET + 0x14)" ( (binary_expression "in_GS_OFFSET + 0x14" identifier + number_literal) ))))) )) (compound_statement "{\n return iVar4;\n }" { (return_statement "return iVar4;" return identifier ;) })) comment (expression_statement "FUN_00025060();" (call_expression "FUN_00025060()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nint __regparm3 find_unit_order(char *number)\n\n{\n char cVar1;\n byte bVar2;\n int iVar3;\n int in_GS_OFFSET;\n char *p;\n int local_10;\n undefined4 uStack_c;\n \n uStack_c = 0x15a99;\n cVar1 = *number;\n local_10 = *(int *)(in_GS_OFFSET + 0x14);\n p = number + (cVar1 == '-');\n bVar2 = traverse_raw_number(&p);\n iVar3 = 0;\n if (0x30 < bVar2) {\n iVar3 = (int)""[(byte)*p];\n if (cVar1 == '-') {\n iVar3 = -(int)""[(byte)*p];\n }\n }\n if (local_10 == *(int *)(in_GS_OFFSET + 0x14)) {\n return iVar3;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail_local();\n}\n\n" comment (function_definition "int __regparm3 find_unit_order(char *number)\n\n{\n char cVar1;\n byte bVar2;\n int iVar3;\n int in_GS_OFFSET;\n char *p;\n int local_10;\n undefined4 uStack_c;\n \n uStack_c = 0x15a99;\n cVar1 = *number;\n local_10 = *(int *)(in_GS_OFFSET + 0x14);\n p = number + (cVar1 == '-');\n bVar2 = traverse_raw_number(&p);\n iVar3 = 0;\n if (0x30 < bVar2) {\n iVar3 = (int)""[(byte)*p];\n if (cVar1 == '-') {\n iVar3 = -(int)""[(byte)*p];\n }\n }\n if (local_10 == *(int *)(in_GS_OFFSET + 0x14)) {\n return iVar3;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail_local();\n}" primitive_type (ERROR "__regparm3" identifier) (function_declarator "find_unit_order(char *number)" identifier (parameter_list "(char *number)" ( (parameter_declaration "char *number" primitive_type (pointer_declarator "*number" * identifier)) ))) (compound_statement "{\n char cVar1;\n byte bVar2;\n int iVar3;\n int in_GS_OFFSET;\n char *p;\n int local_10;\n undefined4 uStack_c;\n \n uStack_c = 0x15a99;\n cVar1 = *number;\n local_10 = *(int *)(in_GS_OFFSET + 0x14);\n p = number + (cVar1 == '-');\n bVar2 = traverse_raw_number(&p);\n iVar3 = 0;\n if (0x30 < bVar2) {\n iVar3 = (int)""[(byte)*p];\n if (cVar1 == '-') {\n iVar3 = -(int)""[(byte)*p];\n }\n }\n if (local_10 == *(int *)(in_GS_OFFSET + 0x14)) {\n return iVar3;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail_local();\n}" { (declaration "char cVar1;" primitive_type identifier ;) (declaration "byte bVar2;" type_identifier identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "int in_GS_OFFSET;" primitive_type identifier ;) (declaration "char *p;" primitive_type (pointer_declarator "*p" * identifier) ;) (declaration "int local_10;" primitive_type identifier ;) (declaration "undefined4 uStack_c;" type_identifier identifier ;) (expression_statement "uStack_c = 0x15a99;" (assignment_expression "uStack_c = 0x15a99" identifier = number_literal) ;) (expression_statement "cVar1 = *number;" (assignment_expression "cVar1 = *number" identifier = (pointer_expression "*number" * identifier)) ;) (expression_statement "local_10 = *(int *)(in_GS_OFFSET + 0x14);" (assignment_expression "local_10 = *(int *)(in_GS_OFFSET + 0x14)" identifier = (pointer_expression "*(int *)(in_GS_OFFSET + 0x14)" * (cast_expression "(int *)(in_GS_OFFSET + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_GS_OFFSET + 0x14)" ( (binary_expression "in_GS_OFFSET + 0x14" identifier + number_literal) ))))) ;) (expression_statement "p = number + (cVar1 == '-');" (assignment_expression "p = number + (cVar1 == '-')" identifier = (binary_expression "number + (cVar1 == '-')" identifier + (parenthesized_expression "(cVar1 == '-')" ( (binary_expression "cVar1 == '-'" identifier == (char_literal "'-'" ' character ')) )))) ;) (expression_statement "bVar2 = traverse_raw_number(&p);" (assignment_expression "bVar2 = traverse_raw_number(&p)" identifier = (call_expression "traverse_raw_number(&p)" identifier (argument_list "(&p)" ( (pointer_expression "&p" & identifier) )))) ;) (expression_statement "iVar3 = 0;" (assignment_expression "iVar3 = 0" identifier = number_literal) ;) (if_statement "if (0x30 < bVar2) {\n iVar3 = (int)""[(byte)*p];\n if (cVar1 == '-') {\n iVar3 = -(int)""[(byte)*p];\n }\n }" if (parenthesized_expression "(0x30 < bVar2)" ( (binary_expression "0x30 < bVar2" number_literal < identifier) )) (compound_statement "{\n iVar3 = (int)""[(byte)*p];\n if (cVar1 == '-') {\n iVar3 = -(int)""[(byte)*p];\n }\n }" { (expression_statement "iVar3 = (int)""[(byte)*p];" (assignment_expression "iVar3 = (int)""[(byte)*p]" identifier = (cast_expression "(int)""[(byte)*p]" ( (type_descriptor "int" primitive_type) ) (subscript_expression """[(byte)*p]" (string_literal """" " ") [ (binary_expression "(byte)*p" (parenthesized_expression "(byte)" ( identifier )) * identifier) ]))) ;) (if_statement "if (cVar1 == '-') {\n iVar3 = -(int)""[(byte)*p];\n }" if (parenthesized_expression "(cVar1 == '-')" ( (binary_expression "cVar1 == '-'" identifier == (char_literal "'-'" ' character ')) )) (compound_statement "{\n iVar3 = -(int)""[(byte)*p];\n }" { (expression_statement "iVar3 = -(int)""[(byte)*p];" (assignment_expression "iVar3 = -(int)""[(byte)*p]" identifier = (unary_expression "-(int)""[(byte)*p]" - (cast_expression "(int)""[(byte)*p]" ( (type_descriptor "int" primitive_type) ) (subscript_expression """[(byte)*p]" (string_literal """" " ") [ (binary_expression "(byte)*p" (parenthesized_expression "(byte)" ( identifier )) * identifier) ])))) ;) })) })) (if_statement "if (local_10 == *(int *)(in_GS_OFFSET + 0x14)) {\n return iVar3;\n }" if (parenthesized_expression "(local_10 == *(int *)(in_GS_OFFSET + 0x14))" ( (binary_expression "local_10 == *(int *)(in_GS_OFFSET + 0x14)" identifier == (pointer_expression "*(int *)(in_GS_OFFSET + 0x14)" * (cast_expression "(int *)(in_GS_OFFSET + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_GS_OFFSET + 0x14)" ( (binary_expression "in_GS_OFFSET + 0x14" identifier + number_literal) ))))) )) (compound_statement "{\n return iVar3;\n }" { (return_statement "return iVar3;" return identifier ;) })) comment (expression_statement "__stack_chk_fail_local();" (call_expression "__stack_chk_fail_local()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "int __regparm3 FUN_00015a90(char *param_1)\n\n{\n char cVar1;\n int iVar2;\n byte bVar3;\n int iVar4;\n int in_GS_OFFSET;\n \n cVar1 = *param_1;\n iVar2 = *(int *)(in_GS_OFFSET + 0x14);\n bVar3 = FUN_000159a0();\n iVar4 = 0;\n if (0x30 < bVar3) {\n iVar4 = (int)(char)(&DAT_00026560)[(byte)param_1[cVar1 == '-']];\n if (cVar1 == '-') {\n iVar4 = -(int)(char)(&DAT_00026560)[(byte)param_1[cVar1 == '-']];\n }\n }\n if (iVar2 == *(int *)(in_GS_OFFSET + 0x14)) {\n return iVar4;\n }\n \n FUN_00025060();\n}\n\n" (function_definition "int __regparm3 FUN_00015a90(char *param_1)\n\n{\n char cVar1;\n int iVar2;\n byte bVar3;\n int iVar4;\n int in_GS_OFFSET;\n \n cVar1 = *param_1;\n iVar2 = *(int *)(in_GS_OFFSET + 0x14);\n bVar3 = FUN_000159a0();\n iVar4 = 0;\n if (0x30 < bVar3) {\n iVar4 = (int)(char)(&DAT_00026560)[(byte)param_1[cVar1 == '-']];\n if (cVar1 == '-') {\n iVar4 = -(int)(char)(&DAT_00026560)[(byte)param_1[cVar1 == '-']];\n }\n }\n if (iVar2 == *(int *)(in_GS_OFFSET + 0x14)) {\n return iVar4;\n }\n \n FUN_00025060();\n}" primitive_type (ERROR "__regparm3" identifier) (function_declarator "FUN_00015a90(char *param_1)" identifier (parameter_list "(char *param_1)" ( (parameter_declaration "char *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n char cVar1;\n int iVar2;\n byte bVar3;\n int iVar4;\n int in_GS_OFFSET;\n \n cVar1 = *param_1;\n iVar2 = *(int *)(in_GS_OFFSET + 0x14);\n bVar3 = FUN_000159a0();\n iVar4 = 0;\n if (0x30 < bVar3) {\n iVar4 = (int)(char)(&DAT_00026560)[(byte)param_1[cVar1 == '-']];\n if (cVar1 == '-') {\n iVar4 = -(int)(char)(&DAT_00026560)[(byte)param_1[cVar1 == '-']];\n }\n }\n if (iVar2 == *(int *)(in_GS_OFFSET + 0x14)) {\n return iVar4;\n }\n \n FUN_00025060();\n}" { (declaration "char cVar1;" primitive_type identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "byte bVar3;" type_identifier identifier ;) (declaration "int iVar4;" primitive_type identifier ;) (declaration "int in_GS_OFFSET;" primitive_type identifier ;) (expression_statement "cVar1 = *param_1;" (assignment_expression "cVar1 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "iVar2 = *(int *)(in_GS_OFFSET + 0x14);" (assignment_expression "iVar2 = *(int *)(in_GS_OFFSET + 0x14)" identifier = (pointer_expression "*(int *)(in_GS_OFFSET + 0x14)" * (cast_expression "(int *)(in_GS_OFFSET + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_GS_OFFSET + 0x14)" ( (binary_expression "in_GS_OFFSET + 0x14" identifier + number_literal) ))))) ;) (expression_statement "bVar3 = FUN_000159a0();" (assignment_expression "bVar3 = FUN_000159a0()" identifier = (call_expression "FUN_000159a0()" identifier (argument_list "()" ( )))) ;) (expression_statement "iVar4 = 0;" (assignment_expression "iVar4 = 0" identifier = number_literal) ;) (if_statement "if (0x30 < bVar3) {\n iVar4 = (int)(char)(&DAT_00026560)[(byte)param_1[cVar1 == '-']];\n if (cVar1 == '-') {\n iVar4 = -(int)(char)(&DAT_00026560)[(byte)param_1[cVar1 == '-']];\n }\n }" if (parenthesized_expression "(0x30 < bVar3)" ( (binary_expression "0x30 < bVar3" number_literal < identifier) )) (compound_statement "{\n iVar4 = (int)(char)(&DAT_00026560)[(byte)param_1[cVar1 == '-']];\n if (cVar1 == '-') {\n iVar4 = -(int)(char)(&DAT_00026560)[(byte)param_1[cVar1 == '-']];\n }\n }" { (expression_statement "iVar4 = (int)(char)(&DAT_00026560)[(byte)param_1[cVar1 == '-']];" (assignment_expression "iVar4 = (int)(char)(&DAT_00026560)[(byte)param_1[cVar1 == '-']]" identifier = (cast_expression "(int)(char)(&DAT_00026560)[(byte)param_1[cVar1 == '-']]" ( (type_descriptor "int" primitive_type) ) (cast_expression "(char)(&DAT_00026560)[(byte)param_1[cVar1 == '-']]" ( (type_descriptor "char" primitive_type) ) (subscript_expression "(&DAT_00026560)[(byte)param_1[cVar1 == '-']]" (parenthesized_expression "(&DAT_00026560)" ( (pointer_expression "&DAT_00026560" & identifier) )) [ (cast_expression "(byte)param_1[cVar1 == '-']" ( (type_descriptor "byte" type_identifier) ) (subscript_expression "param_1[cVar1 == '-']" identifier [ (binary_expression "cVar1 == '-'" identifier == (char_literal "'-'" ' character ')) ])) ])))) ;) (if_statement "if (cVar1 == '-') {\n iVar4 = -(int)(char)(&DAT_00026560)[(byte)param_1[cVar1 == '-']];\n }" if (parenthesized_expression "(cVar1 == '-')" ( (binary_expression "cVar1 == '-'" identifier == (char_literal "'-'" ' character ')) )) (compound_statement "{\n iVar4 = -(int)(char)(&DAT_00026560)[(byte)param_1[cVar1 == '-']];\n }" { (expression_statement "iVar4 = -(int)(char)(&DAT_00026560)[(byte)param_1[cVar1 == '-']];" (assignment_expression "iVar4 = -(int)(char)(&DAT_00026560)[(byte)param_1[cVar1 == '-']]" identifier = (unary_expression "-(int)(char)(&DAT_00026560)[(byte)param_1[cVar1 == '-']]" - (cast_expression "(int)(char)(&DAT_00026560)[(byte)param_1[cVar1 == '-']]" ( (type_descriptor "int" primitive_type) ) (cast_expression "(char)(&DAT_00026560)[(byte)param_1[cVar1 == '-']]" ( (type_descriptor "char" primitive_type) ) (subscript_expression "(&DAT_00026560)[(byte)param_1[cVar1 == '-']]" (parenthesized_expression "(&DAT_00026560)" ( (pointer_expression "&DAT_00026560" & identifier) )) [ (cast_expression "(byte)param_1[cVar1 == '-']" ( (type_descriptor "byte" type_identifier) ) (subscript_expression "param_1[cVar1 == '-']" identifier [ (binary_expression "cVar1 == '-'" identifier == (char_literal "'-'" ' character ')) ])) ]))))) ;) })) })) (if_statement "if (iVar2 == *(int *)(in_GS_OFFSET + 0x14)) {\n return iVar4;\n }" if (parenthesized_expression "(iVar2 == *(int *)(in_GS_OFFSET + 0x14))" ( (binary_expression "iVar2 == *(int *)(in_GS_OFFSET + 0x14)" identifier == (pointer_expression "*(int *)(in_GS_OFFSET + 0x14)" * (cast_expression "(int *)(in_GS_OFFSET + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_GS_OFFSET + 0x14)" ( (binary_expression "in_GS_OFFSET + 0x14" identifier + number_literal) ))))) )) (compound_statement "{\n return iVar4;\n }" { (return_statement "return iVar4;" return identifier ;) })) (expression_statement "FUN_00025060();" (call_expression "FUN_00025060()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE 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 *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression LIT < IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) (cast_expression ( (type_descriptor TYPE) ) (subscript_expression (parenthesized_expression ( (pointer_expression & IDENT) )) [ (cast_expression ( (type_descriptor TYPE) ) (subscript_expression IDENT [ (binary_expression IDENT == (char_literal ' character ')) ])) ])))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (char_literal ' character ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = (unary_expression - (cast_expression ( (type_descriptor TYPE) ) (cast_expression ( (type_descriptor TYPE) ) (subscript_expression (parenthesized_expression ( (pointer_expression & IDENT) )) [ (cast_expression ( (type_descriptor TYPE) ) (subscript_expression IDENT [ (binary_expression IDENT == (char_literal ' character ')) ])) ]))))) ;) })) })) (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 { (return_statement return IDENT ;) })) (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(function_definition "int __regparm3 FUN_00015a90(char *param_1)\n\n{\n char cVar1;\n int iVar2;\n byte bVar3;\n int iVar4;\n int in_GS_OFFSET;\n \n cVar1 = *param_1;\n iVar2 = *(int *)(in_GS_OFFSET + 0x14);\n bVar3 = FUN_000159a0();\n iVar4 = 0;\n if (0x30 < bVar3) {\n iVar4 = (int)(char)(&DAT_00026560)[(byte)param_1[cVar1 == '-']];\n if (cVar1 == '-') {\n iVar4 = -(int)(char)(&DAT_00026560)[(byte)param_1[cVar1 == '-']];\n }\n }\n if (iVar2 == *(int *)(in_GS_OFFSET + 0x14)) {\n return iVar4;\n }\n \n FUN_00025060();\n}" (primitive_type "int") (ERROR "__regparm3" (identifier "__regparm3")) (function_declarator "FUN_00015a90(char *param_1)" (identifier "FUN_00015a90") (parameter_list "(char *param_1)" (( "(") (parameter_declaration "char *param_1" (primitive_type "char") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n char cVar1;\n int iVar2;\n byte bVar3;\n int iVar4;\n int in_GS_OFFSET;\n \n cVar1 = *param_1;\n iVar2 = *(int *)(in_GS_OFFSET + 0x14);\n bVar3 = FUN_000159a0();\n iVar4 = 0;\n if (0x30 < bVar3) {\n iVar4 = (int)(char)(&DAT_00026560)[(byte)param_1[cVar1 == '-']];\n if (cVar1 == '-') {\n iVar4 = -(int)(char)(&DAT_00026560)[(byte)param_1[cVar1 == '-']];\n }\n }\n if (iVar2 == *(int *)(in_GS_OFFSET + 0x14)) {\n return iVar4;\n }\n \n FUN_00025060();\n}" ({ "{") (declaration "char cVar1;" (primitive_type "char") (identifier "cVar1") (; ";")) (declaration "int iVar2;" (primitive_type "int") (identifier "iVar2") (; ";")) (declaration "byte bVar3;" (type_identifier "byte") (identifier "bVar3") (; ";")) (declaration "int iVar4;" (primitive_type "int") (identifier "iVar4") (; ";")) (declaration "int in_GS_OFFSET;" (primitive_type "int") (identifier "in_GS_OFFSET") (; ";")) (expression_statement "cVar1 = *param_1;" (assignment_expression "cVar1 = *param_1" (identifier "cVar1") (= "=") (pointer_expression "*param_1" (* "*") (identifier "param_1"))) (; ";")) (expression_statement "iVar2 = *(int *)(in_GS_OFFSET + 0x14);" (assignment_expression "iVar2 = *(int *)(in_GS_OFFSET + 0x14)" (identifier "iVar2") (= "=") (pointer_expression "*(int *)(in_GS_OFFSET + 0x14)" (* "*") (cast_expression "(int *)(in_GS_OFFSET + 0x14)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(in_GS_OFFSET + 0x14)" (( "(") (binary_expression "in_GS_OFFSET + 0x14" (identifier "in_GS_OFFSET") (+ "+") (number_literal "0x14")) () ")"))))) (; ";")) (expression_statement "bVar3 = FUN_000159a0();" (assignment_expression "bVar3 = FUN_000159a0()" (identifier "bVar3") (= "=") (call_expression "FUN_000159a0()" (identifier "FUN_000159a0") (argument_list "()" (( "(") () ")")))) (; ";")) (expression_statement "iVar4 = 0;" (assignment_expression "iVar4 = 0" (identifier "iVar4") (= "=") (number_literal "0")) (; ";")) (if_statement "if (0x30 < bVar3) {\n iVar4 = (int)(char)(&DAT_00026560)[(byte)param_1[cVar1 == '-']];\n if (cVar1 == '-') {\n iVar4 = -(int)(char)(&DAT_00026560)[(byte)param_1[cVar1 == '-']];\n }\n }" (if "if") (parenthesized_expression "(0x30 < bVar3)" (( "(") (binary_expression "0x30 < bVar3" (number_literal "0x30") (< "<") (identifier "bVar3")) () ")")) (compound_statement "{\n iVar4 = (int)(char)(&DAT_00026560)[(byte)param_1[cVar1 == '-']];\n if (cVar1 == '-') {\n iVar4 = -(int)(char)(&DAT_00026560)[(byte)param_1[cVar1 == '-']];\n }\n }" ({ "{") (expression_statement "iVar4 = (int)(char)(&DAT_00026560)[(byte)param_1[cVar1 == '-']];" (assignment_expression "iVar4 = (int)(char)(&DAT_00026560)[(byte)param_1[cVar1 == '-']]" (identifier "iVar4") (= "=") (cast_expression "(int)(char)(&DAT_00026560)[(byte)param_1[cVar1 == '-']]" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (cast_expression "(char)(&DAT_00026560)[(byte)param_1[cVar1 == '-']]" (( "(") (type_descriptor "char" (primitive_type "char")) () ")") (subscript_expression "(&DAT_00026560)[(byte)param_1[cVar1 == '-']]" (parenthesized_expression "(&DAT_00026560)" (( "(") (pointer_expression "&DAT_00026560" (& "&") (identifier "DAT_00026560")) () ")")) ([ "[") (cast_expression "(byte)param_1[cVar1 == '-']" (( "(") (type_descriptor "byte" (type_identifier "byte")) () ")") (subscript_expression "param_1[cVar1 == '-']" (identifier "param_1") ([ "[") (binary_expression "cVar1 == '-'" (identifier "cVar1") (== "==") (char_literal "'-'" (' "'") (character "-") (' "'"))) (] "]"))) (] "]"))))) (; ";")) (if_statement "if (cVar1 == '-') {\n iVar4 = -(int)(char)(&DAT_00026560)[(byte)param_1[cVar1 == '-']];\n }" (if "if") (parenthesized_expression "(cVar1 == '-')" (( "(") (binary_expression "cVar1 == '-'" (identifier "cVar1") (== "==") (char_literal "'-'" (' "'") (character "-") (' "'"))) () ")")) (compound_statement "{\n iVar4 = -(int)(char)(&DAT_00026560)[(byte)param_1[cVar1 == '-']];\n }" ({ "{") (expression_statement "iVar4 = -(int)(char)(&DAT_00026560)[(byte)param_1[cVar1 == '-']];" (assignment_expression "iVar4 = -(int)(char)(&DAT_00026560)[(byte)param_1[cVar1 == '-']]" (identifier "iVar4") (= "=") (unary_expression "-(int)(char)(&DAT_00026560)[(byte)param_1[cVar1 == '-']]" (- "-") (cast_expression "(int)(char)(&DAT_00026560)[(byte)param_1[cVar1 == '-']]" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (cast_expression "(char)(&DAT_00026560)[(byte)param_1[cVar1 == '-']]" (( "(") (type_descriptor "char" (primitive_type "char")) () ")") (subscript_expression "(&DAT_00026560)[(byte)param_1[cVar1 == '-']]" (parenthesized_expression "(&DAT_00026560)" (( "(") (pointer_expression "&DAT_00026560" (& "&") (identifier "DAT_00026560")) () ")")) ([ "[") (cast_expression "(byte)param_1[cVar1 == '-']" (( "(") (type_descriptor "byte" (type_identifier "byte")) () ")") (subscript_expression "param_1[cVar1 == '-']" (identifier "param_1") ([ "[") (binary_expression "cVar1 == '-'" (identifier "cVar1") (== "==") (char_literal "'-'" (' "'") (character "-") (' "'"))) (] "]"))) (] "]")))))) (; ";")) (} "}"))) (} "}"))) (if_statement "if (iVar2 == *(int *)(in_GS_OFFSET + 0x14)) {\n return iVar4;\n }" (if "if") (parenthesized_expression "(iVar2 == *(int *)(in_GS_OFFSET + 0x14))" (( "(") (binary_expression "iVar2 == *(int *)(in_GS_OFFSET + 0x14)" (identifier "iVar2") (== "==") (pointer_expression "*(int *)(in_GS_OFFSET + 0x14)" (* "*") (cast_expression "(int *)(in_GS_OFFSET + 0x14)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(in_GS_OFFSET + 0x14)" (( "(") (binary_expression "in_GS_OFFSET + 0x14" (identifier "in_GS_OFFSET") (+ "+") (number_literal "0x14")) () ")"))))) () ")")) (compound_statement "{\n return iVar4;\n }" ({ "{") (return_statement "return iVar4;" (return "return") (identifier "iVar4") (; ";")) (} "}"))) (expression_statement "FUN_00025060();" (call_expression "FUN_00025060()" (identifier "FUN_00025060") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ int __regparm3 function_1(char *var_2) { char var_3; type_1 var_5; int iVar3; int var_1; char *var_6; int var_7; type_2 uStack_c; uStack_c = 0x15a99; var_3 = *var_2; var_7 = *(int *)(var_1 + 0x14); var_6 = var_2 + (var_3 == '-'); var_5 = var_4(&var_6); iVar3 = 0; if (0x30 < var_5) { iVar3 = (int)""[(type_1)*var_6]; if (var_3 == '-') { iVar3 = -(int)""[(type_1)*var_6]; } } if (var_7 == *(int *)(var_1 + 0x14)) { return iVar3; } /* WARNING: Subroutine does not return */ var_8(); }
null
(translation_unit (function_definition type: (primitive_type) (ERROR (identifier)) 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: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) 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: (primitive_type) 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)))) (expression_statement (assignment_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: (cast_expression type: (type_descriptor type: (primitive_type)) value: (cast_expression type: (type_descriptor type: (primitive_type)) value: (subscript_expression argument: (parenthesized_expression (pointer_expression argument: (identifier))) index: (cast_expression type: (type_descriptor type: (type_identifier)) value: (subscript_expression argument: (identifier) index: (binary_expression left: (identifier) right: (char_literal (character)))))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (character)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (unary_expression argument: (cast_expression type: (type_descriptor type: (primitive_type)) value: (cast_expression type: (type_descriptor type: (primitive_type)) value: (subscript_expression argument: (parenthesized_expression (pointer_expression argument: (identifier))) index: (cast_expression type: (type_descriptor type: (type_identifier)) value: (subscript_expression argument: (identifier) index: (binary_expression left: (identifier) right: (char_literal (character))))))))))))))) (if_statement condition: (parenthesized_expression (binary_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))))))) consequence: (compound_statement (return_statement (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ int __regparm3 MASKED(char *param_1) { char cVar1; int iVar2; byte bVar3; int iVar4; int in_GS_OFFSET; cVar1 = *param_1; iVar2 = *(int *)(in_GS_OFFSET + 0x14); bVar3 = FUN_000159a0(); iVar4 = 0; if (0x30 < bVar3) { iVar4 = (int)(char)(&DAT_00026560)[(byte)param_1[cVar1 == '-']]; if (cVar1 == '-') { iVar4 = -(int)(char)(&DAT_00026560)[(byte)param_1[cVar1 == '-']]; } } if (iVar2 == *(int *)(in_GS_OFFSET + 0x14)) { return iVar4; } /* WARNING: Subroutine does not return */ FUN_00025060(); }
1532_i686-linux-gnu-ld_and_i686-linux-gnu-ld_strip.c
~Struct_detect_odr_violations
FUN_0003fba0
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void ~Struct_detect_odr_violations(Struct_detect_odr_violations * this, int __in_chrg) */ void __thiscall gold::General_options::Struct_detect_odr_violations::~Struct_detect_odr_violations (Struct_detect_odr_violations *this,int __in_chrg) { pointer pcVar1; (this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_00331aec; 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); } return; }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_0003fba0(undefined4 *param_1) { *param_1 = &PTR_FUN_00331aec; if ((undefined4 *)param_1[1] != param_1 + 3) { FUN_001ac470((undefined4 *)param_1[1]); } return; }
PUSH EBX CALL 0x00035680 ADD EBX,0x2ff45a SUB ESP,0x8 MOV EAX,dword ptr [ESP + 0x10] ADD EAX,0xc LEA EDX,[EBX + 0xffff2aec] MOV dword ptr [EAX + -0xc],EDX MOV EDX,dword ptr [EAX + -0x8] CMP EDX,EAX JZ 0x0003fbd2 SUB ESP,0xc PUSH EDX CALL 0x001ac470 ADD ESP,0x10 ADD ESP,0x8 POP EBX RET
null
null
null
null
[('const-0', u'PTRSUB_-1206059878'), ('const-0', u'PTRSUB_-1206059882'), (u'PTRSUB_-1206059890', u'CAST_-1206059880'), ('const-8', u'PTRSUB_-1206059889'), ('const-0', u'RETURN_-1206059970'), ('const-417', u'LOAD_-1206060053'), ('const-0', u'PTRSUB_-1206059876'), (u'LOAD_-1206060053', u'CAST_-1206059873'), ('const-417', u'STORE_-1206060057'), (u'PTRSUB_-1206059889', u'INT_NOTEQUAL_-1206060033'), (u'PTRSUB_-1206059898', u'PTRSUB_-1206059893'), (u'PTRSUB_-1206059883', u'PTRSUB_-1206059882'), (u'PTRSUB_-1206059893', u'PTRSUB_-1206059889'), ('const-0', u'PTRSUB_-1206059882'), ('const-0', u'PTRSUB_-1206059890'), ('tmp_276', u'PTRSUB_-1206059887'), (u'INT_NOTEQUAL_-1206060033', u'CBRANCH_-1206060033'), ('const-4', u'PTRSUB_-1206059898'), (u'PTRSUB_-1206059887', u'PTRSUB_-1206059882'), (u'LOAD_-1206060053', u'CALL_-1206060010'), (u'CAST_-1206059880', u'STORE_-1206060057'), ('tmp_276', u'PTRSUB_-1206059898'), ('const-0', u'PTRSUB_-1206059887'), (u'CAST_-1206059873', u'INT_NOTEQUAL_-1206060033'), ('tmp_276', u'PTRSUB_-1206059883'), ('tmp_151', u'CBRANCH_-1206060033'), (u'PTRSUB_-1206059882', u'STORE_-1206060057'), (u'PTRSUB_-1206059882', u'PTRSUB_-1206059878'), ('const-3349228', u'PTRSUB_-1206059890'), (u'PTRSUB_-1206059876', u'LOAD_-1206060053'), ('const-0', u'PTRSUB_-1206059893'), ('const-4', u'PTRSUB_-1206059883'), (u'PTRSUB_-1206059878', u'PTRSUB_-1206059876')]
[('const-4', u'PTRADD_-1206059888'), ('const-0', u'RETURN_-1206059970'), (u'PTRSUB_-1206059892', u'STORE_-1206060057'), (u'INT_NOTEQUAL_-1206060033', u'CBRANCH_-1206060033'), ('const-4', u'PTRADD_-1206059901'), ('const-3349228', u'PTRSUB_-1206059892'), (u'PTRADD_-1206059901', u'INT_NOTEQUAL_-1206060033'), ('const-417', u'LOAD_-1206060053'), ('tmp_439', u'STORE_-1206060057'), ('tmp_151', u'CBRANCH_-1206060033'), ('const-1', u'PTRADD_-1206059888'), ('const-3', u'PTRADD_-1206059901'), (u'CAST_-1206059888', u'INT_NOTEQUAL_-1206060033'), (u'PTRADD_-1206059888', u'LOAD_-1206060053'), (u'LOAD_-1206060053', u'CAST_-1206059888'), ('tmp_439', u'PTRADD_-1206059901'), ('const-417', u'STORE_-1206060057'), ('tmp_439', u'PTRADD_-1206059888'), ('const-0', u'PTRSUB_-1206059892'), (u'CAST_-1206059888', u'CALL_-1206060010')]
null
null
0003fba0
x86
O2
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0003fba0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_00331aec;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001ac470((undefined4 *)param_1[1]);\n }\n return;\n}\n\n" comment (function_definition "void FUN_0003fba0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_00331aec;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001ac470((undefined4 *)param_1[1]);\n }\n return;\n}" primitive_type (function_declarator "FUN_0003fba0(undefined4 *param_1)" identifier (parameter_list "(undefined4 *param_1)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n *param_1 = &PTR_FUN_00331aec;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001ac470((undefined4 *)param_1[1]);\n }\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_00331aec;" (assignment_expression "*param_1 = &PTR_FUN_00331aec" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_00331aec" & identifier)) ;) (if_statement "if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001ac470((undefined4 *)param_1[1]);\n }" if (parenthesized_expression "((undefined4 *)param_1[1] != param_1 + 3)" ( (binary_expression "(undefined4 *)param_1[1] != param_1 + 3" (cast_expression "(undefined4 *)param_1[1]" ( (type_descriptor "undefined4 *" 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_001ac470((undefined4 *)param_1[1]);\n }" { (expression_statement "FUN_001ac470((undefined4 *)param_1[1]);" (call_expression "FUN_001ac470((undefined4 *)param_1[1])" identifier (argument_list "((undefined4 *)param_1[1])" ( (cast_expression "(undefined4 *)param_1[1]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) ))) ;) })) (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void ~Struct_detect_odr_violations(Struct_detect_odr_violations * this,\n int __in_chrg) */\n\nvoid __thiscall\ngold::General_options::Struct_detect_odr_violations::~Struct_detect_odr_violations\n (Struct_detect_odr_violations *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_00331aec;\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 return;\n}\n\n" comment comment (function_definition "void __thiscall\ngold::General_options::Struct_detect_odr_violations::~Struct_detect_odr_violations\n (Struct_detect_odr_violations *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_00331aec;\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 return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::General_options::Struct_detect_odr_violations::~" identifier : : identifier : : identifier : : ~) (function_declarator "Struct_detect_odr_violations\n (Struct_detect_odr_violations *this,int __in_chrg)" identifier (parameter_list "(Struct_detect_odr_violations *this,int __in_chrg)" ( (parameter_declaration "Struct_detect_odr_violations *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_00331aec;\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 return;\n}" { (declaration "pointer pcVar1;" type_identifier identifier ;) (expression_statement "(this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_00331aec;" (assignment_expression "(this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_00331aec" (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_00331aec" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&PTR_parse_to_value_00331aec" & 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 ))) ;) })) (return_statement "return;" return ;) })))
(translation_unit "void FUN_0003fba0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_00331aec;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001ac470((undefined4 *)param_1[1]);\n }\n return;\n}\n\n" (function_definition "void FUN_0003fba0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_00331aec;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001ac470((undefined4 *)param_1[1]);\n }\n return;\n}" primitive_type (function_declarator "FUN_0003fba0(undefined4 *param_1)" identifier (parameter_list "(undefined4 *param_1)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n *param_1 = &PTR_FUN_00331aec;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001ac470((undefined4 *)param_1[1]);\n }\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_00331aec;" (assignment_expression "*param_1 = &PTR_FUN_00331aec" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_00331aec" & identifier)) ;) (if_statement "if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001ac470((undefined4 *)param_1[1]);\n }" if (parenthesized_expression "((undefined4 *)param_1[1] != param_1 + 3)" ( (binary_expression "(undefined4 *)param_1[1] != param_1 + 3" (cast_expression "(undefined4 *)param_1[1]" ( (type_descriptor "undefined4 *" 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_001ac470((undefined4 *)param_1[1]);\n }" { (expression_statement "FUN_001ac470((undefined4 *)param_1[1]);" (call_expression "FUN_001ac470((undefined4 *)param_1[1])" identifier (argument_list "((undefined4 *)param_1[1])" ( (cast_expression "(undefined4 *)param_1[1]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" 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 ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) ))) ;) })) (return_statement return ;) })))
(function_definition "void FUN_0003fba0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_00331aec;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001ac470((undefined4 *)param_1[1]);\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_0003fba0(undefined4 *param_1)" (identifier "FUN_0003fba0") (parameter_list "(undefined4 *param_1)" (( "(") (parameter_declaration "undefined4 *param_1" (type_identifier "undefined4") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n *param_1 = &PTR_FUN_00331aec;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001ac470((undefined4 *)param_1[1]);\n }\n return;\n}" ({ "{") (expression_statement "*param_1 = &PTR_FUN_00331aec;" (assignment_expression "*param_1 = &PTR_FUN_00331aec" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&PTR_FUN_00331aec" (& "&") (identifier "PTR_FUN_00331aec"))) (; ";")) (if_statement "if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001ac470((undefined4 *)param_1[1]);\n }" (if "if") (parenthesized_expression "((undefined4 *)param_1[1] != param_1 + 3)" (( "(") (binary_expression "(undefined4 *)param_1[1] != param_1 + 3" (cast_expression "(undefined4 *)param_1[1]" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (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_001ac470((undefined4 *)param_1[1]);\n }" ({ "{") (expression_statement "FUN_001ac470((undefined4 *)param_1[1]);" (call_expression "FUN_001ac470((undefined4 *)param_1[1])" (identifier "FUN_001ac470") (argument_list "((undefined4 *)param_1[1])" (( "(") (cast_expression "(undefined4 *)param_1[1]" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]"))) () ")"))) (; ";")) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void ~Struct_detect_odr_violations(Struct_detect_odr_violations * 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_00331aec; 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); } 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))))
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(undefined4 *param_1) { *param_1 = &PTR_FUN_00331aec; if ((undefined4 *)param_1[1] != param_1 + 3) { FUN_001ac470((undefined4 *)param_1[1]); } return; }
5269_powerpc-linux-gnuspe-dwp_and_powerpc-linux-gnuspe-dwp_strip.c
sort_before
FUN_001285f0
/* DWARF original prototype: bool sort_before(Output_reloc<4,_false,_32,_false> * this, Output_reloc<4,_false,_32,_false> * r2) */ bool __thiscall gold::Output_reloc<4,_false,_32,_false>::sort_before (Output_reloc<4,_false,_32,_false> *this,Output_reloc<4,_false,_32,_false> *r2) { int iVar1; bool bVar2; iVar1 = Output_reloc<9,_false,_32,_false>::compare(&this->rel_,&r2->rel_); bVar2 = true; if ((-1 < iVar1) && (bVar2 = false, iVar1 == 0)) { return this->addend_ < r2->addend_; } return bVar2; }
bool FUN_001285f0(int param_1,int param_2) { int iVar1; bool bVar2; iVar1 = FUN_00128530(param_1,param_2); bVar2 = true; if ((-1 < iVar1) && (bVar2 = false, iVar1 == 0)) { return *(uint *)(param_1 + 0x18) < *(uint *)(param_2 + 0x18); } return bVar2; }
PUSH ESI PUSH EBX SUB ESP,0xc MOV ESI,dword ptr [ESP + 0x18] MOV EBX,dword ptr [ESP + 0x1c] PUSH EBX PUSH ESI CALL 0x00128530 ADD ESP,0x10 MOV EDX,0x1 TEST EAX,EAX JS 0x00128617 MOV EDX,0x0 JZ 0x00128620 ADD ESP,0x4 MOV EAX,EDX POP EBX POP ESI RET MOV EAX,dword ptr [EBX + 0x18] CMP dword ptr [ESI + 0x18],EAX SETC DL ADD ESP,0x4 MOV EAX,EDX POP EBX POP ESI RET
null
null
null
null
[(u'PTRSUB_-1207073033', u'LOAD_-1207073172'), (u'INT_EQUAL_-1207073213', u'CBRANCH_-1207073203'), (u'PTRSUB_-1207073029', u'LOAD_-1207073166'), (u'INT_LESS_-1207073151', u'COPY_-1207073114'), ('const-417', u'LOAD_-1207073172'), (u'CALL_-1207073245', u'INT_SLESS_-1207073212'), (u'MULTIEQUAL_-1207073062', u'COPY_-1207073133'), ('tmp_303', u'PTRSUB_-1207073029'), ('const-24', u'PTRSUB_-1207073033'), ('tmp_303', u'PTRSUB_-1207073064'), (u'LOAD_-1207073172', u'INT_LESS_-1207073151'), ('tmp_304', u'PTRSUB_-1207073063'), (u'COPY_-1207073133', u'RETURN_-1207073168'), ('const-1', u'COPY_-1207073134'), ('const-0', u'RETURN_-1207073168'), ('const-0', u'PTRSUB_-1207073064'), ('tmp_134', u'CBRANCH_-1207073212'), ('const-0', u'COPY_-1207073126'), (u'COPY_-1207073114', u'RETURN_-1207073113'), (u'CALL_-1207073245', u'INT_EQUAL_-1207073213'), ('tmp_304', u'PTRSUB_-1207073033'), ('const-4294967295', u'INT_SLESS_-1207073212'), (u'LOAD_-1207073166', u'INT_LESS_-1207073151'), (u'COPY_-1207073134', u'MULTIEQUAL_-1207073062'), ('const-417', u'LOAD_-1207073166'), (u'PTRSUB_-1207073064', u'CALL_-1207073245'), ('const-0', u'RETURN_-1207073113'), ('tmp_138', u'CBRANCH_-1207073203'), ('const-0', u'INT_EQUAL_-1207073213'), (u'INT_SLESS_-1207073212', u'CBRANCH_-1207073212'), ('const-0', u'PTRSUB_-1207073063'), (u'COPY_-1207073126', u'MULTIEQUAL_-1207073062'), (u'PTRSUB_-1207073063', u'CALL_-1207073245'), ('const-24', u'PTRSUB_-1207073029')]
[('const-1', u'COPY_-1207073127'), (u'INT_ADD_-1207073156', u'CAST_-1207073038'), (u'INT_EQUAL_-1207073213', u'CBRANCH_-1207073203'), (u'MULTIEQUAL_-1207073054', u'COPY_-1207073111'), (u'CALL_-1207073245', u'INT_SLESS_-1207073212'), (u'COPY_-1207073127', u'MULTIEQUAL_-1207073054'), ('const-417', u'LOAD_-1207073172'), ('const-24', u'INT_ADD_-1207073150'), ('const-417', u'LOAD_-1207073166'), (u'COPY_-1207073094', u'RETURN_-1207073113'), ('const-4294967295', u'INT_SLESS_-1207073212'), (u'LOAD_-1207073172', u'INT_LESS_-1207073151'), (u'INT_LESS_-1207073151', u'COPY_-1207073094'), ('tmp_422', u'INT_ADD_-1207073156'), ('const-0', u'RETURN_-1207073168'), (u'COPY_-1207073111', u'RETURN_-1207073168'), ('tmp_134', u'CBRANCH_-1207073212'), (u'CALL_-1207073245', u'INT_EQUAL_-1207073213'), (u'LOAD_-1207073166', u'INT_LESS_-1207073151'), (u'CAST_-1207073034', u'LOAD_-1207073166'), ('tmp_422', u'CALL_-1207073245'), (u'COPY_-1207073119', u'MULTIEQUAL_-1207073054'), (u'INT_ADD_-1207073150', u'CAST_-1207073034'), ('const-24', u'INT_ADD_-1207073156'), ('const-0', u'RETURN_-1207073113'), ('tmp_138', u'CBRANCH_-1207073203'), ('const-0', u'INT_EQUAL_-1207073213'), ('tmp_421', u'INT_ADD_-1207073150'), (u'INT_SLESS_-1207073212', u'CBRANCH_-1207073212'), (u'CAST_-1207073038', u'LOAD_-1207073172'), ('const-0', u'COPY_-1207073119'), ('tmp_421', u'CALL_-1207073245')]
null
null
001285f0
x86
O2
(translation_unit "bool FUN_001285f0(int param_1,int param_2)\n\n{\n int iVar1;\n bool bVar2;\n \n iVar1 = FUN_00128530(param_1,param_2);\n bVar2 = true;\n if ((-1 < iVar1) && (bVar2 = false, iVar1 == 0)) {\n return *(uint *)(param_1 + 0x18) < *(uint *)(param_2 + 0x18);\n }\n return bVar2;\n}\n\n" (function_definition "bool FUN_001285f0(int param_1,int param_2)\n\n{\n int iVar1;\n bool bVar2;\n \n iVar1 = FUN_00128530(param_1,param_2);\n bVar2 = true;\n if ((-1 < iVar1) && (bVar2 = false, iVar1 == 0)) {\n return *(uint *)(param_1 + 0x18) < *(uint *)(param_2 + 0x18);\n }\n return bVar2;\n}" primitive_type (function_declarator "FUN_001285f0(int param_1,int param_2)" identifier (parameter_list "(int param_1,int param_2)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "int param_2" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n bool bVar2;\n \n iVar1 = FUN_00128530(param_1,param_2);\n bVar2 = true;\n if ((-1 < iVar1) && (bVar2 = false, iVar1 == 0)) {\n return *(uint *)(param_1 + 0x18) < *(uint *)(param_2 + 0x18);\n }\n return bVar2;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "bool bVar2;" primitive_type identifier ;) (expression_statement "iVar1 = FUN_00128530(param_1,param_2);" (assignment_expression "iVar1 = FUN_00128530(param_1,param_2)" identifier = (call_expression "FUN_00128530(param_1,param_2)" identifier (argument_list "(param_1,param_2)" ( identifier , identifier )))) ;) (expression_statement "bVar2 = true;" (assignment_expression "bVar2 = true" identifier = true) ;) (if_statement "if ((-1 < iVar1) && (bVar2 = false, iVar1 == 0)) {\n return *(uint *)(param_1 + 0x18) < *(uint *)(param_2 + 0x18);\n }" if (parenthesized_expression "((-1 < iVar1) && (bVar2 = false, iVar1 == 0))" ( (binary_expression "(-1 < iVar1) && (bVar2 = false, iVar1 == 0)" (parenthesized_expression "(-1 < iVar1)" ( (binary_expression "-1 < iVar1" number_literal < identifier) )) && (parenthesized_expression "(bVar2 = false, iVar1 == 0)" ( (comma_expression "bVar2 = false, iVar1 == 0" (assignment_expression "bVar2 = false" identifier = false) , (binary_expression "iVar1 == 0" identifier == number_literal)) ))) )) (compound_statement "{\n return *(uint *)(param_1 + 0x18) < *(uint *)(param_2 + 0x18);\n }" { (return_statement "return *(uint *)(param_1 + 0x18) < *(uint *)(param_2 + 0x18);" return (binary_expression "*(uint *)(param_1 + 0x18) < *(uint *)(param_2 + 0x18)" (pointer_expression "*(uint *)(param_1 + 0x18)" * (cast_expression "(uint *)(param_1 + 0x18)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) )))) < (pointer_expression "*(uint *)(param_2 + 0x18)" * (cast_expression "(uint *)(param_2 + 0x18)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x18)" ( (binary_expression "param_2 + 0x18" identifier + number_literal) ))))) ;) })) (return_statement "return bVar2;" return identifier ;) })))
(translation_unit "/* DWARF original prototype: bool sort_before(Output_reloc<4,_false,_32,_false> * this,\n Output_reloc<4,_false,_32,_false> * r2) */\n\nbool __thiscall\ngold::Output_reloc<4,_false,_32,_false>::sort_before\n (Output_reloc<4,_false,_32,_false> *this,Output_reloc<4,_false,_32,_false> *r2)\n\n{\n int iVar1;\n bool bVar2;\n \n iVar1 = Output_reloc<9,_false,_32,_false>::compare(&this->rel_,&r2->rel_);\n bVar2 = true;\n if ((-1 < iVar1) && (bVar2 = false, iVar1 == 0)) {\n return this->addend_ < r2->addend_;\n }\n return bVar2;\n}\n\n" comment (declaration "bool __thiscall\ngold::Output_reloc<4,_false,_32,_false>::sort_before\n (Output_reloc<4,_false,_32,_false> *this,Output_reloc<4,_false,_32,_false> *r2)\n\n{\n int iVar1;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<4" < number_literal) , identifier , identifier , (ERROR "_false>::sort_before\n (Output_reloc<4,_false,_32,_false> *this,Output_reloc<4,_false,_32,_false> *r2)\n\n{\n int" identifier > : : (function_declarator "sort_before\n (Output_reloc<4,_false,_32,_false> *this,Output_reloc<4,_false,_32,_false> *r2)" identifier (parameter_list "(Output_reloc<4,_false,_32,_false> *this,Output_reloc<4,_false,_32,_false> *r2)" ( (parameter_declaration "Output_reloc" type_identifier) (ERROR "<4" < number_literal) , (parameter_declaration "_false" type_identifier) , (parameter_declaration "_32" type_identifier) , (parameter_declaration "_false> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "Output_reloc" type_identifier) (ERROR "<4" < number_literal) , (parameter_declaration "_false" type_identifier) , (parameter_declaration "_32" type_identifier) , (parameter_declaration "_false> *r2" type_identifier (ERROR ">" >) (pointer_declarator "*r2" * identifier)) ))) { primitive_type) identifier ;) (declaration "bool bVar2;" primitive_type identifier ;) (expression_statement "iVar1 = Output_reloc<9,_false,_32,_false>::compare(&this->rel_,&r2->rel_);" (update_expression "iVar1 = Output_reloc<9,_false,_32,_false>::compare(&this->rel_,&r2->rel_)" (binary_expression "iVar1 = Output_reloc<9,_false,_32,_false>::compare(&this->rel_,&r2->rel_)" (assignment_expression "iVar1 = Output_reloc<9" identifier = (binary_expression "Output_reloc<9" identifier < number_literal)) (ERROR ",_false,_32,_false" , identifier , identifier , identifier) > (ERROR "::" : :) (call_expression "compare(&this->rel_,&r2->rel_)" identifier (argument_list "(&this->rel_,&r2->rel_)" ( (pointer_expression "&this->rel_" & (field_expression "this->rel_" identifier -> field_identifier)) , (pointer_expression "&r2->rel_" & (field_expression "r2->rel_" identifier -> field_identifier)) )))) --) ;) (expression_statement "bVar2 = true;" (assignment_expression "bVar2 = true" identifier = true) ;) (if_statement "if ((-1 < iVar1) && (bVar2 = false, iVar1 == 0)) {\n return this->addend_ < r2->addend_;\n }" if (parenthesized_expression "((-1 < iVar1) && (bVar2 = false, iVar1 == 0))" ( (binary_expression "(-1 < iVar1) && (bVar2 = false, iVar1 == 0)" (parenthesized_expression "(-1 < iVar1)" ( (binary_expression "-1 < iVar1" number_literal < identifier) )) && (parenthesized_expression "(bVar2 = false, iVar1 == 0)" ( (comma_expression "bVar2 = false, iVar1 == 0" (assignment_expression "bVar2 = false" identifier = false) , (binary_expression "iVar1 == 0" identifier == number_literal)) ))) )) (compound_statement "{\n return this->addend_ < r2->addend_;\n }" { (return_statement "return this->addend_ < r2->addend_;" return (binary_expression "this->addend_ < r2->addend_" (field_expression "this->addend_" identifier -> field_identifier) < (field_expression "r2->addend_" identifier -> field_identifier)) ;) })) (return_statement "return bVar2;" return identifier ;) (ERROR "}" }))
(translation_unit "bool FUN_001285f0(int param_1,int param_2)\n\n{\n int iVar1;\n bool bVar2;\n \n iVar1 = FUN_00128530(param_1,param_2);\n bVar2 = true;\n if ((-1 < iVar1) && (bVar2 = false, iVar1 == 0)) {\n return *(uint *)(param_1 + 0x18) < *(uint *)(param_2 + 0x18);\n }\n return bVar2;\n}\n\n" (function_definition "bool FUN_001285f0(int param_1,int param_2)\n\n{\n int iVar1;\n bool bVar2;\n \n iVar1 = FUN_00128530(param_1,param_2);\n bVar2 = true;\n if ((-1 < iVar1) && (bVar2 = false, iVar1 == 0)) {\n return *(uint *)(param_1 + 0x18) < *(uint *)(param_2 + 0x18);\n }\n return bVar2;\n}" primitive_type (function_declarator "FUN_001285f0(int param_1,int param_2)" identifier (parameter_list "(int param_1,int param_2)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "int param_2" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n bool bVar2;\n \n iVar1 = FUN_00128530(param_1,param_2);\n bVar2 = true;\n if ((-1 < iVar1) && (bVar2 = false, iVar1 == 0)) {\n return *(uint *)(param_1 + 0x18) < *(uint *)(param_2 + 0x18);\n }\n return bVar2;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "bool bVar2;" primitive_type identifier ;) (expression_statement "iVar1 = FUN_00128530(param_1,param_2);" (assignment_expression "iVar1 = FUN_00128530(param_1,param_2)" identifier = (call_expression "FUN_00128530(param_1,param_2)" identifier (argument_list "(param_1,param_2)" ( identifier , identifier )))) ;) (expression_statement "bVar2 = true;" (assignment_expression "bVar2 = true" identifier = true) ;) (if_statement "if ((-1 < iVar1) && (bVar2 = false, iVar1 == 0)) {\n return *(uint *)(param_1 + 0x18) < *(uint *)(param_2 + 0x18);\n }" if (parenthesized_expression "((-1 < iVar1) && (bVar2 = false, iVar1 == 0))" ( (binary_expression "(-1 < iVar1) && (bVar2 = false, iVar1 == 0)" (parenthesized_expression "(-1 < iVar1)" ( (binary_expression "-1 < iVar1" number_literal < identifier) )) && (parenthesized_expression "(bVar2 = false, iVar1 == 0)" ( (comma_expression "bVar2 = false, iVar1 == 0" (assignment_expression "bVar2 = false" identifier = false) , (binary_expression "iVar1 == 0" identifier == number_literal)) ))) )) (compound_statement "{\n return *(uint *)(param_1 + 0x18) < *(uint *)(param_2 + 0x18);\n }" { (return_statement "return *(uint *)(param_1 + 0x18) < *(uint *)(param_2 + 0x18);" return (binary_expression "*(uint *)(param_1 + 0x18) < *(uint *)(param_2 + 0x18)" (pointer_expression "*(uint *)(param_1 + 0x18)" * (cast_expression "(uint *)(param_1 + 0x18)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) )))) < (pointer_expression "*(uint *)(param_2 + 0x18)" * (cast_expression "(uint *)(param_2 + 0x18)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x18)" ( (binary_expression "param_2 + 0x18" identifier + number_literal) ))))) ;) })) (return_statement "return bVar2;" return identifier ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT )))) ;) (expression_statement (assignment_expression IDENT = BOOL) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression LIT < IDENT) )) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = BOOL) , (binary_expression IDENT == LIT)) ))) )) (compound_statement { (return_statement return (binary_expression (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) ))))) ;) })) (return_statement return IDENT ;) })))
(function_definition "bool FUN_001285f0(int param_1,int param_2)\n\n{\n int iVar1;\n bool bVar2;\n \n iVar1 = FUN_00128530(param_1,param_2);\n bVar2 = true;\n if ((-1 < iVar1) && (bVar2 = false, iVar1 == 0)) {\n return *(uint *)(param_1 + 0x18) < *(uint *)(param_2 + 0x18);\n }\n return bVar2;\n}" (primitive_type "bool") (function_declarator "FUN_001285f0(int param_1,int param_2)" (identifier "FUN_001285f0") (parameter_list "(int param_1,int param_2)" (( "(") (parameter_declaration "int param_1" (primitive_type "int") (identifier "param_1")) (, ",") (parameter_declaration "int param_2" (primitive_type "int") (identifier "param_2")) () ")"))) (compound_statement "{\n int iVar1;\n bool bVar2;\n \n iVar1 = FUN_00128530(param_1,param_2);\n bVar2 = true;\n if ((-1 < iVar1) && (bVar2 = false, iVar1 == 0)) {\n return *(uint *)(param_1 + 0x18) < *(uint *)(param_2 + 0x18);\n }\n return bVar2;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (declaration "bool bVar2;" (primitive_type "bool") (identifier "bVar2") (; ";")) (expression_statement "iVar1 = FUN_00128530(param_1,param_2);" (assignment_expression "iVar1 = FUN_00128530(param_1,param_2)" (identifier "iVar1") (= "=") (call_expression "FUN_00128530(param_1,param_2)" (identifier "FUN_00128530") (argument_list "(param_1,param_2)" (( "(") (identifier "param_1") (, ",") (identifier "param_2") () ")")))) (; ";")) (expression_statement "bVar2 = true;" (assignment_expression "bVar2 = true" (identifier "bVar2") (= "=") (true "true")) (; ";")) (if_statement "if ((-1 < iVar1) && (bVar2 = false, iVar1 == 0)) {\n return *(uint *)(param_1 + 0x18) < *(uint *)(param_2 + 0x18);\n }" (if "if") (parenthesized_expression "((-1 < iVar1) && (bVar2 = false, iVar1 == 0))" (( "(") (binary_expression "(-1 < iVar1) && (bVar2 = false, iVar1 == 0)" (parenthesized_expression "(-1 < iVar1)" (( "(") (binary_expression "-1 < iVar1" (number_literal "-1") (< "<") (identifier "iVar1")) () ")")) (&& "&&") (parenthesized_expression "(bVar2 = false, iVar1 == 0)" (( "(") (comma_expression "bVar2 = false, iVar1 == 0" (assignment_expression "bVar2 = false" (identifier "bVar2") (= "=") (false "false")) (, ",") (binary_expression "iVar1 == 0" (identifier "iVar1") (== "==") (number_literal "0"))) () ")"))) () ")")) (compound_statement "{\n return *(uint *)(param_1 + 0x18) < *(uint *)(param_2 + 0x18);\n }" ({ "{") (return_statement "return *(uint *)(param_1 + 0x18) < *(uint *)(param_2 + 0x18);" (return "return") (binary_expression "*(uint *)(param_1 + 0x18) < *(uint *)(param_2 + 0x18)" (pointer_expression "*(uint *)(param_1 + 0x18)" (* "*") (cast_expression "(uint *)(param_1 + 0x18)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x18)" (( "(") (binary_expression "param_1 + 0x18" (identifier "param_1") (+ "+") (number_literal "0x18")) () ")")))) (< "<") (pointer_expression "*(uint *)(param_2 + 0x18)" (* "*") (cast_expression "(uint *)(param_2 + 0x18)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x18)" (( "(") (binary_expression "param_2 + 0x18" (identifier "param_2") (+ "+") (number_literal "0x18")) () ")"))))) (; ";")) (} "}"))) (return_statement "return bVar2;" (return "return") (identifier "bVar2") (; ";")) (} "}")))
/* DWARF original prototype: bool sort_before(Output_reloc<4,_false,_32,_false> * this, Output_reloc<4,_false,_32,_false> * r2) */ bool __thiscall gold::var_1<4,_false,_32,_false>::sort_before (var_1<4,_false,_32,_false> *this,var_1<4,_false,_32,_false> *r2) { int var_3; bool bVar2; var_3 = var_1<9,_false,_32,_false>::var_2(&this->rel_,&r2->rel_); bVar2 = true; if ((-1 < var_3) && (bVar2 = false, var_3 == 0)) { return this->addend_ < r2->addend_; } return bVar2; }
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: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (true))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (number_literal) right: (identifier))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (false)) right: (binary_expression left: (identifier) right: (number_literal)))))) consequence: (compound_statement (return_statement (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: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))))) (return_statement (identifier)))))
null
bool MASKED(int param_1,int param_2) { int iVar1; bool bVar2; iVar1 = FUN_00128530(param_1,param_2); bVar2 = true; if ((-1 < iVar1) && (bVar2 = false, iVar1 == 0)) { return *(uint *)(param_1 + 0x18) < *(uint *)(param_2 + 0x18); } return bVar2; }
691_x86_64-kfreebsd-gnu-as_and_x86_64-kfreebsd-gnu-as_strip.c
output_invalid
FUN_00046660
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ char * __regparm3 output_invalid(int c) { char *__format; uint uVar1; uVar1 = c & 0xff; if ((PTR__sch_istable_0007ff74[uVar1 * 2] & 0x10) == 0) { __format = "(0x%x)"; } else { __format = "\'%c\'"; uVar1 = c; } snprintf(output_invalid_buf,8,__format,uVar1); return output_invalid_buf; }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ undefined * __regparm3 FUN_00046660(uint param_1) { char *__format; uint uVar1; uVar1 = param_1 & 0xff; if ((PTR__sch_istable_0007ff74[uVar1 * 2] & 0x10) == 0) { __format = "(0x%x)"; } else { __format = "\'%c\'"; uVar1 = param_1; } snprintf(&DAT_00088e78,8,__format,uVar1); return &DAT_00088e78; }
PUSH ESI MOVZX EDX,AL PUSH EBX CALL 0x00016000 ADD EBX,0x39996 SUB ESP,0x4 MOV ECX,dword ptr [EBX + 0xffffff74] TEST byte ptr [ECX + EDX*0x2],0x10 JZ 0x000466a0 PUSH EAX LEA EAX,[EBX + 0xfffddbb1] LEA ESI,[EBX + 0x8e78] PUSH EAX PUSH 0x8 PUSH ESI CALL 0x000144c0 ADD ESP,0x10 MOV EAX,ESI ADD ESP,0x4 POP EBX POP ESI RET PUSH EDX LEA EAX,[EBX + 0xfffe3ca2] JMP 0x00046686
null
null
null
null
[(u'INT_AND_-1206163841', u'MULTIEQUAL_-1206163631'), ('const-8', u'CALL_-1206163755'), (u'PTRSUB_-1206163678', u'RETURN_-1206163707'), ('const-0', u'RETURN_-1206163707'), ('const-0', u'INT_EQUAL_-1206163798'), (u'COPY_-1206163792', u'MULTIEQUAL_-1206163657'), (u'MULTIEQUAL_-1206163657', u'CALL_-1206163755'), (u'LOAD_-1206163810', u'INT_AND_-1206163784'), (u'INT_AND_-1206163784', u'INT_EQUAL_-1206163798'), ('const-417', u'LOAD_-1206163810'), ('const-408738', u'COPY_-1206163710'), ('tmp_265', u'BRANCH_-1206163699'), ('const-0', u'PTRSUB_-1206163678'), ('const-0', u'PTRSUB_-1206163608'), ('const-16', u'INT_AND_-1206163784'), ('tmp_119', u'CBRANCH_-1206163795'), (u'INDIRECT_-1206163616', u'COPY_-1206163660'), (u'PTRADD_-1206163750', u'LOAD_-1206163810'), (u'COPY_-1206163710', u'MULTIEQUAL_-1206163657'), ('tmp_279', u'COPY_-1206163688'), (u'CALL_-1206163755', u'INDIRECT_-1206163616'), ('const-383921', u'COPY_-1206163792'), (u'MULTIEQUAL_-1206163631', u'CALL_-1206163755'), ('const-2', u'INT_MULT_-1206163784'), (u'INT_EQUAL_-1206163798', u'CBRANCH_-1206163795'), (u'INT_MULT_-1206163784', u'PTRADD_-1206163750'), ('const-560760', u'PTRSUB_-1206163678'), (u'INT_AND_-1206163841', u'INT_MULT_-1206163784'), ('const-1', u'PTRADD_-1206163750'), ('tmp_499', u'PTRADD_-1206163750'), ('const-255', u'INT_AND_-1206163841'), (u'COPY_-1206163688', u'MULTIEQUAL_-1206163631'), ('const-560760', u'PTRSUB_-1206163608'), ('tmp_279', u'INT_AND_-1206163841'), (u'PTRSUB_-1206163608', u'CALL_-1206163755')]
[(u'INT_AND_-1206163841', u'MULTIEQUAL_-1206163631'), ('const-8', u'CALL_-1206163755'), (u'PTRSUB_-1206163678', u'RETURN_-1206163707'), ('tmp_350', u'INT_AND_-1206163841'), ('const-0', u'RETURN_-1206163707'), ('const-0', u'INT_EQUAL_-1206163798'), (u'COPY_-1206163792', u'MULTIEQUAL_-1206163657'), (u'MULTIEQUAL_-1206163657', u'CALL_-1206163755'), (u'LOAD_-1206163810', u'INT_AND_-1206163784'), (u'INT_AND_-1206163784', u'INT_EQUAL_-1206163798'), ('const-417', u'LOAD_-1206163810'), ('const-408738', u'COPY_-1206163710'), ('tmp_265', u'BRANCH_-1206163699'), ('const-0', u'PTRSUB_-1206163678'), ('const-0', u'PTRSUB_-1206163608'), ('const-16', u'INT_AND_-1206163784'), ('tmp_119', u'CBRANCH_-1206163795'), (u'INDIRECT_-1206163616', u'COPY_-1206163660'), (u'PTRADD_-1206163750', u'LOAD_-1206163810'), (u'COPY_-1206163710', u'MULTIEQUAL_-1206163657'), ('tmp_350', u'COPY_-1206163688'), (u'CALL_-1206163755', u'INDIRECT_-1206163616'), ('const-383921', u'COPY_-1206163792'), (u'MULTIEQUAL_-1206163631', u'CALL_-1206163755'), ('const-2', u'INT_MULT_-1206163784'), (u'INT_EQUAL_-1206163798', u'CBRANCH_-1206163795'), (u'INT_MULT_-1206163784', u'PTRADD_-1206163750'), ('const-560760', u'PTRSUB_-1206163678'), (u'INT_AND_-1206163841', u'INT_MULT_-1206163784'), ('const-1', u'PTRADD_-1206163750'), ('tmp_499', u'PTRADD_-1206163750'), ('const-255', u'INT_AND_-1206163841'), (u'COPY_-1206163688', u'MULTIEQUAL_-1206163631'), ('const-560760', u'PTRSUB_-1206163608'), (u'PTRSUB_-1206163608', u'CALL_-1206163755')]
null
null
00046660
x86
O2
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nundefined * __regparm3 FUN_00046660(uint param_1)\n\n{\n char *__format;\n uint uVar1;\n \n uVar1 = param_1 & 0xff;\n if ((PTR__sch_istable_0007ff74[uVar1 * 2] & 0x10) == 0) {\n __format = "(0x%x)";\n }\n else {\n __format = "\'%c\'";\n uVar1 = param_1;\n }\n snprintf(&DAT_00088e78,8,__format,uVar1);\n return &DAT_00088e78;\n}\n\n" comment (ERROR "undefined * __regparm3 FUN_00046660(uint param_1)" (binary_expression "undefined * __regparm3 FUN_00046660(uint param_1)" identifier * (ERROR "__regparm3" identifier) (call_expression "FUN_00046660(uint param_1)" identifier (argument_list "(uint param_1)" ( (ERROR "uint" identifier) identifier ))))) (compound_statement "{\n char *__format;\n uint uVar1;\n \n uVar1 = param_1 & 0xff;\n if ((PTR__sch_istable_0007ff74[uVar1 * 2] & 0x10) == 0) {\n __format = "(0x%x)";\n }\n else {\n __format = "\'%c\'";\n uVar1 = param_1;\n }\n snprintf(&DAT_00088e78,8,__format,uVar1);\n return &DAT_00088e78;\n}" { (declaration "char *__format;" primitive_type (pointer_declarator "*__format" * identifier) ;) (declaration "uint uVar1;" type_identifier identifier ;) (expression_statement "uVar1 = param_1 & 0xff;" (assignment_expression "uVar1 = param_1 & 0xff" identifier = (binary_expression "param_1 & 0xff" identifier & number_literal)) ;) (if_statement "if ((PTR__sch_istable_0007ff74[uVar1 * 2] & 0x10) == 0) {\n __format = "(0x%x)";\n }\n else {\n __format = "\'%c\'";\n uVar1 = param_1;\n }" if (parenthesized_expression "((PTR__sch_istable_0007ff74[uVar1 * 2] & 0x10) == 0)" ( (binary_expression "(PTR__sch_istable_0007ff74[uVar1 * 2] & 0x10) == 0" (parenthesized_expression "(PTR__sch_istable_0007ff74[uVar1 * 2] & 0x10)" ( (binary_expression "PTR__sch_istable_0007ff74[uVar1 * 2] & 0x10" (subscript_expression "PTR__sch_istable_0007ff74[uVar1 * 2]" identifier [ (binary_expression "uVar1 * 2" identifier * number_literal) ]) & number_literal) )) == number_literal) )) (compound_statement "{\n __format = "(0x%x)";\n }" { (expression_statement "__format = "(0x%x)";" (assignment_expression "__format = "(0x%x)"" identifier = (string_literal ""(0x%x)"" " string_content ")) ;) }) (else_clause "else {\n __format = "\'%c\'";\n uVar1 = param_1;\n }" else (compound_statement "{\n __format = "\'%c\'";\n uVar1 = param_1;\n }" { (expression_statement "__format = "\'%c\'";" (assignment_expression "__format = "\'%c\'"" identifier = (string_literal ""\'%c\'"" " escape_sequence string_content escape_sequence ")) ;) (expression_statement "uVar1 = param_1;" (assignment_expression "uVar1 = param_1" identifier = identifier) ;) }))) (expression_statement "snprintf(&DAT_00088e78,8,__format,uVar1);" (call_expression "snprintf(&DAT_00088e78,8,__format,uVar1)" identifier (argument_list "(&DAT_00088e78,8,__format,uVar1)" ( (pointer_expression "&DAT_00088e78" & identifier) , number_literal , identifier , identifier ))) ;) (return_statement "return &DAT_00088e78;" return (pointer_expression "&DAT_00088e78" & identifier) ;) }))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nchar * __regparm3 output_invalid(int c)\n\n{\n char *__format;\n uint uVar1;\n \n uVar1 = c & 0xff;\n if ((PTR__sch_istable_0007ff74[uVar1 * 2] & 0x10) == 0) {\n __format = "(0x%x)";\n }\n else {\n __format = "\'%c\'";\n uVar1 = c;\n }\n snprintf(output_invalid_buf,8,__format,uVar1);\n return output_invalid_buf;\n}\n\n" comment (function_definition "char * __regparm3 output_invalid(int c)\n\n{\n char *__format;\n uint uVar1;\n \n uVar1 = c & 0xff;\n if ((PTR__sch_istable_0007ff74[uVar1 * 2] & 0x10) == 0) {\n __format = "(0x%x)";\n }\n else {\n __format = "\'%c\'";\n uVar1 = c;\n }\n snprintf(output_invalid_buf,8,__format,uVar1);\n return output_invalid_buf;\n}" primitive_type (pointer_declarator "* __regparm3 output_invalid(int c)" * (ERROR "__regparm3" identifier) (function_declarator "output_invalid(int c)" identifier (parameter_list "(int c)" ( (parameter_declaration "int c" primitive_type identifier) )))) (compound_statement "{\n char *__format;\n uint uVar1;\n \n uVar1 = c & 0xff;\n if ((PTR__sch_istable_0007ff74[uVar1 * 2] & 0x10) == 0) {\n __format = "(0x%x)";\n }\n else {\n __format = "\'%c\'";\n uVar1 = c;\n }\n snprintf(output_invalid_buf,8,__format,uVar1);\n return output_invalid_buf;\n}" { (declaration "char *__format;" primitive_type (pointer_declarator "*__format" * identifier) ;) (declaration "uint uVar1;" type_identifier identifier ;) (expression_statement "uVar1 = c & 0xff;" (assignment_expression "uVar1 = c & 0xff" identifier = (binary_expression "c & 0xff" identifier & number_literal)) ;) (if_statement "if ((PTR__sch_istable_0007ff74[uVar1 * 2] & 0x10) == 0) {\n __format = "(0x%x)";\n }\n else {\n __format = "\'%c\'";\n uVar1 = c;\n }" if (parenthesized_expression "((PTR__sch_istable_0007ff74[uVar1 * 2] & 0x10) == 0)" ( (binary_expression "(PTR__sch_istable_0007ff74[uVar1 * 2] & 0x10) == 0" (parenthesized_expression "(PTR__sch_istable_0007ff74[uVar1 * 2] & 0x10)" ( (binary_expression "PTR__sch_istable_0007ff74[uVar1 * 2] & 0x10" (subscript_expression "PTR__sch_istable_0007ff74[uVar1 * 2]" identifier [ (binary_expression "uVar1 * 2" identifier * number_literal) ]) & number_literal) )) == number_literal) )) (compound_statement "{\n __format = "(0x%x)";\n }" { (expression_statement "__format = "(0x%x)";" (assignment_expression "__format = "(0x%x)"" identifier = (string_literal ""(0x%x)"" " string_content ")) ;) }) (else_clause "else {\n __format = "\'%c\'";\n uVar1 = c;\n }" else (compound_statement "{\n __format = "\'%c\'";\n uVar1 = c;\n }" { (expression_statement "__format = "\'%c\'";" (assignment_expression "__format = "\'%c\'"" identifier = (string_literal ""\'%c\'"" " escape_sequence string_content escape_sequence ")) ;) (expression_statement "uVar1 = c;" (assignment_expression "uVar1 = c" identifier = identifier) ;) }))) (expression_statement "snprintf(output_invalid_buf,8,__format,uVar1);" (call_expression "snprintf(output_invalid_buf,8,__format,uVar1)" identifier (argument_list "(output_invalid_buf,8,__format,uVar1)" ( identifier , number_literal , identifier , identifier ))) ;) (return_statement "return output_invalid_buf;" return identifier ;) })))
(translation_unit "undefined * __regparm3 FUN_00046660(uint param_1)\n\n{\n char *__format;\n uint uVar1;\n \n uVar1 = param_1 & 0xff;\n if ((PTR__sch_istable_0007ff74[uVar1 * 2] & 0x10) == 0) {\n __format = "(0x%x)";\n }\n else {\n __format = "\'%c\'";\n uVar1 = param_1;\n }\n snprintf(&DAT_00088e78,8,__format,uVar1);\n return &DAT_00088e78;\n}\n\n" (ERROR "undefined * __regparm3 FUN_00046660(uint param_1)" (binary_expression "undefined * __regparm3 FUN_00046660(uint param_1)" identifier * (ERROR "__regparm3" identifier) (call_expression "FUN_00046660(uint param_1)" identifier (argument_list "(uint param_1)" ( (ERROR "uint" identifier) identifier ))))) (compound_statement "{\n char *__format;\n uint uVar1;\n \n uVar1 = param_1 & 0xff;\n if ((PTR__sch_istable_0007ff74[uVar1 * 2] & 0x10) == 0) {\n __format = "(0x%x)";\n }\n else {\n __format = "\'%c\'";\n uVar1 = param_1;\n }\n snprintf(&DAT_00088e78,8,__format,uVar1);\n return &DAT_00088e78;\n}" { (declaration "char *__format;" primitive_type (pointer_declarator "*__format" * identifier) ;) (declaration "uint uVar1;" type_identifier identifier ;) (expression_statement "uVar1 = param_1 & 0xff;" (assignment_expression "uVar1 = param_1 & 0xff" identifier = (binary_expression "param_1 & 0xff" identifier & number_literal)) ;) (if_statement "if ((PTR__sch_istable_0007ff74[uVar1 * 2] & 0x10) == 0) {\n __format = "(0x%x)";\n }\n else {\n __format = "\'%c\'";\n uVar1 = param_1;\n }" if (parenthesized_expression "((PTR__sch_istable_0007ff74[uVar1 * 2] & 0x10) == 0)" ( (binary_expression "(PTR__sch_istable_0007ff74[uVar1 * 2] & 0x10) == 0" (parenthesized_expression "(PTR__sch_istable_0007ff74[uVar1 * 2] & 0x10)" ( (binary_expression "PTR__sch_istable_0007ff74[uVar1 * 2] & 0x10" (subscript_expression "PTR__sch_istable_0007ff74[uVar1 * 2]" identifier [ (binary_expression "uVar1 * 2" identifier * number_literal) ]) & number_literal) )) == number_literal) )) (compound_statement "{\n __format = "(0x%x)";\n }" { (expression_statement "__format = "(0x%x)";" (assignment_expression "__format = "(0x%x)"" identifier = (string_literal ""(0x%x)"" " string_content ")) ;) }) (else_clause "else {\n __format = "\'%c\'";\n uVar1 = param_1;\n }" else (compound_statement "{\n __format = "\'%c\'";\n uVar1 = param_1;\n }" { (expression_statement "__format = "\'%c\'";" (assignment_expression "__format = "\'%c\'"" identifier = (string_literal ""\'%c\'"" " escape_sequence string_content escape_sequence ")) ;) (expression_statement "uVar1 = param_1;" (assignment_expression "uVar1 = param_1" identifier = identifier) ;) }))) (expression_statement "snprintf(&DAT_00088e78,8,__format,uVar1);" (call_expression "snprintf(&DAT_00088e78,8,__format,uVar1)" identifier (argument_list "(&DAT_00088e78,8,__format,uVar1)" ( (pointer_expression "&DAT_00088e78" & identifier) , number_literal , identifier , identifier ))) ;) (return_statement "return &DAT_00088e78;" return (pointer_expression "&DAT_00088e78" & identifier) ;) }))
(translation_unit (ERROR (binary_expression IDENT * (ERROR IDENT) (call_expression IDENT (argument_list ( (ERROR IDENT) IDENT ))))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT & LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ (binary_expression IDENT * LIT) ]) & LIT) )) == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (string_literal " string_content ")) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (string_literal " escape_sequence string_content escape_sequence ")) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) }))) (expression_statement (call_expression IDENT (argument_list ( (pointer_expression & IDENT) , LIT , IDENT , IDENT ))) ;) (return_statement return (pointer_expression & IDENT) ;) }))
(ERROR "undefined * __regparm3 FUN_00046660(uint param_1)" (binary_expression "undefined * __regparm3 FUN_00046660(uint param_1)" (identifier "undefined") (* "*") (ERROR "__regparm3" (identifier "__regparm3")) (call_expression "FUN_00046660(uint param_1)" (identifier "FUN_00046660") (argument_list "(uint param_1)" (( "(") (ERROR "uint" (identifier "uint")) (identifier "param_1") () ")"))))) (compound_statement "{\n char *__format;\n uint uVar1;\n \n uVar1 = param_1 & 0xff;\n if ((PTR__sch_istable_0007ff74[uVar1 * 2] & 0x10) == 0) {\n __format = "(0x%x)";\n }\n else {\n __format = "\'%c\'";\n uVar1 = param_1;\n }\n snprintf(&DAT_00088e78,8,__format,uVar1);\n return &DAT_00088e78;\n}" ({ "{") (declaration "char *__format;" (primitive_type "char") (pointer_declarator "*__format" (* "*") (identifier "__format")) (; ";")) (declaration "uint uVar1;" (type_identifier "uint") (identifier "uVar1") (; ";")) (expression_statement "uVar1 = param_1 & 0xff;" (assignment_expression "uVar1 = param_1 & 0xff" (identifier "uVar1") (= "=") (binary_expression "param_1 & 0xff" (identifier "param_1") (& "&") (number_literal "0xff"))) (; ";")) (if_statement "if ((PTR__sch_istable_0007ff74[uVar1 * 2] & 0x10) == 0) {\n __format = "(0x%x)";\n }\n else {\n __format = "\'%c\'";\n uVar1 = param_1;\n }" (if "if") (parenthesized_expression "((PTR__sch_istable_0007ff74[uVar1 * 2] & 0x10) == 0)" (( "(") (binary_expression "(PTR__sch_istable_0007ff74[uVar1 * 2] & 0x10) == 0" (parenthesized_expression "(PTR__sch_istable_0007ff74[uVar1 * 2] & 0x10)" (( "(") (binary_expression "PTR__sch_istable_0007ff74[uVar1 * 2] & 0x10" (subscript_expression "PTR__sch_istable_0007ff74[uVar1 * 2]" (identifier "PTR__sch_istable_0007ff74") ([ "[") (binary_expression "uVar1 * 2" (identifier "uVar1") (* "*") (number_literal "2")) (] "]")) (& "&") (number_literal "0x10")) () ")")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n __format = "(0x%x)";\n }" ({ "{") (expression_statement "__format = "(0x%x)";" (assignment_expression "__format = "(0x%x)"" (identifier "__format") (= "=") (string_literal ""(0x%x)"" (" """) (string_content "(0x%x)") (" """))) (; ";")) (} "}")) (else_clause "else {\n __format = "\'%c\'";\n uVar1 = param_1;\n }" (else "else") (compound_statement "{\n __format = "\'%c\'";\n uVar1 = param_1;\n }" ({ "{") (expression_statement "__format = "\'%c\'";" (assignment_expression "__format = "\'%c\'"" (identifier "__format") (= "=") (string_literal ""\'%c\'"" (" """) (escape_sequence "\'") (string_content "%c") (escape_sequence "\'") (" """))) (; ";")) (expression_statement "uVar1 = param_1;" (assignment_expression "uVar1 = param_1" (identifier "uVar1") (= "=") (identifier "param_1")) (; ";")) (} "}")))) (expression_statement "snprintf(&DAT_00088e78,8,__format,uVar1);" (call_expression "snprintf(&DAT_00088e78,8,__format,uVar1)" (identifier "snprintf") (argument_list "(&DAT_00088e78,8,__format,uVar1)" (( "(") (pointer_expression "&DAT_00088e78" (& "&") (identifier "DAT_00088e78")) (, ",") (number_literal "8") (, ",") (identifier "__format") (, ",") (identifier "uVar1") () ")"))) (; ";")) (return_statement "return &DAT_00088e78;" (return "return") (pointer_expression "&DAT_00088e78" (& "&") (identifier "DAT_00088e78")) (; ";")) (} "}"))
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ char * __regparm3 function_1(int var_1) { char *__format; type_1 var_2; var_2 = var_1 & 0xff; if ((PTR__sch_istable_0007ff74[var_2 * 2] & 0x10) == 0) { __format = "(0x%x)"; } else { __format = "\'%c\'"; var_2 = var_1; } var_3(output_invalid_buf,8,__format,var_2); return output_invalid_buf; }
null
(translation_unit (ERROR (binary_expression left: (identifier) (ERROR (identifier)) right: (call_expression function: (identifier) arguments: (argument_list (ERROR (identifier)) (identifier))))) (compound_statement (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (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: (subscript_expression argument: (identifier) index: (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (string_literal (string_content))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (string_literal (escape_sequence) (string_content) (escape_sequence)))) (expression_statement (assignment_expression left: (identifier) right: (identifier)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)) (number_literal) (identifier) (identifier)))) (return_statement (pointer_expression argument: (identifier)))))
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ undefined * __regparm3 MASKED(uint param_1) { char *__format; uint uVar1; uVar1 = param_1 & 0xff; if ((PTR__sch_istable_0007ff74[uVar1 * 2] & 0x10) == 0) { __format = "(0x%x)"; } else { __format = "\'%c\'"; uVar1 = param_1; } snprintf(&DAT_00088e78,8,__format,uVar1); return &DAT_00088e78; }
8860_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c
size_and_endianness
FUN_0030abc0
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Enum "DT": Some values do not have unique names */ /* WARNING: Enum "ELFOSABI": Some values do not have unique names */ /* DWARF original prototype: Target_size_endianness size_and_endianness(Parameters * this) */ Target_size_endianness __thiscall gold::Parameters::size_and_endianness(Parameters *this) { }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ char __regparm2 FUN_0030abc0(undefined4 param_1,undefined4 param_2,int param_3) { int *piVar1; if (*(int *)(param_3 + 0xc) != 0) { piVar1 = *(int **)(*(int *)(param_3 + 0xc) + 4); if (*piVar1 == 0x20) { return (char)piVar1[1]; } if (*(int *)(DAT_005ea7c8 + 0xc) != 0) { piVar1 = *(int **)(*(int *)(DAT_005ea7c8 + 0xc) + 4); if (*piVar1 == 0x40) { return ((char)piVar1[1] != '\0') + '\x02'; } /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/parameters.cc",199,"size_and_endianness",piVar1); } } /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/parameters.h",0x69,"target",param_2); }
PUSH EBX CALL 0x00050b50 ADD EBX,0x2df43a SUB ESP,0x8 MOV EAX,dword ptr [ESP + 0x10] MOV EAX,dword ptr [EAX + 0xc] TEST EAX,EAX JZ 0x0030ac19 MOV EAX,dword ptr [EAX + 0x4] CMP dword ptr [EAX],0x20 JZ 0x0030ac10 MOV EAX,dword ptr [EBX + 0x7c8] MOV EAX,dword ptr [EAX + 0xc] TEST EAX,EAX JZ 0x0030ac19 MOV EAX,dword ptr [EAX + 0x4] CMP dword ptr [EAX],0x40 JNZ 0x0030ac2f CMP byte ptr [EAX + 0x4],0x0 SETNZ AL ADD ESP,0x8 MOVZX EAX,AL POP EBX ADD EAX,0x2 RET MOVZX EAX,byte ptr [EAX + 0x4] ADD ESP,0x8 POP EBX RET LEA EAX,[EBX + 0xffeaa560] PUSH EDX PUSH EAX LEA EAX,[EBX + 0xffe5e26d] PUSH 0x69 PUSH EAX CALL 0x002446e0 PUSH EAX LEA EAX,[EBX + 0xffeaa568] PUSH EAX LEA EAX,[EBX + 0xffeaa426] PUSH 0xc7 PUSH EAX CALL 0x002446e0
null
null
null
null
[('const-1', u'RETURN_-1204835374')]
[('const-1', u'PTRADD_-1204834986'), ('const-417', u'LOAD_-1204835271'), (u'INT_ADD_-1204835307', u'CAST_-1204835011'), ('tmp_108', u'CBRANCH_-1204835324'), ('tmp_234', u'CBRANCH_-1204835248'), (u'LOAD_-1204835291', u'INT_ADD_-1204835255'), ('const-0', u'RETURN_-1204835184'), ('const-417', u'LOAD_-1204835318'), ('const-417', u'LOAD_-1204835323'), ('const-4801574', u'COPY_-1204834977'), ('const-4', u'PTRADD_-1204834986'), (u'INT_ADD_-1204835327', u'CAST_-1204835019'), ('tmp_191', u'CBRANCH_-1204835272'), ('const-2', u'INT_ADD_-1204835030'), (u'LOAD_-1204835271', u'LOAD_-1204835266'), ('const-32', u'INT_EQUAL_-1204835303'), (u'LOAD_-1204835140', u'SUBPIECE_-1204834960'), ('const-1', u'RETURN_-1204835104'), (u'INT_NOTEQUAL_-1204835324', u'CBRANCH_-1204835324'), (u'CAST_-1204835011', u'LOAD_-1204835323'), ('const-12', u'INT_ADD_-1204835327'), ('const-417', u'LOAD_-1204835343'), (u'CAST_-1204834988', u'LOAD_-1204835271'), (u'PTRADD_-1204834960', u'LOAD_-1204835140'), (u'INT_EQUAL_-1204835303', u'CBRANCH_-1204835301'), ('const-1', u'RETURN_-1204835108'), (u'COPY_-1204835036', u'RETURN_-1204835107'), (u'LOAD_-1204835271', u'CALL_-1204835109'), ('const-417', u'LOAD_-1204835140'), ('const-0', u'SUBPIECE_-1204834986'), (u'LOAD_-1204835323', u'LOAD_-1204835318'), ('const-1', u'PTRADD_-1204834960'), ('const-4489837', u'COPY_-1204835003'), (u'LOAD_-1204835343', u'INT_ADD_-1204835307'), ('tmp_883', u'COPY_-1204835022'), (u'PTRADD_-1204834986', u'LOAD_-1204835247'), (u'LOAD_-1204835323', u'PTRADD_-1204834960'), (u'COPY_-1204834975', u'CALL_-1204835109'), (u'CALL_-1204835109', u'INDIRECT_-1204834923'), ('const-4', u'INT_ADD_-1204835307'), ('tmp_831', u'INT_ADD_-1204835327'), ('const-417', u'LOAD_-1204835266'), ('const-199', u'CALL_-1204835109'), (u'LOAD_-1204835266', u'INT_EQUAL_-1204835251'), ('const-0', u'INT_NOTEQUAL_-1204835324'), (u'INT_ADD_-1204835030', u'RETURN_-1204835184'), (u'COPY_-1204835001', u'CALL_-1204835113'), (u'LOAD_-1204835318', u'INT_EQUAL_-1204835303'), (u'COPY_-1204834977', u'CALL_-1204835109'), (u'SUBPIECE_-1204834960', u'COPY_-1204835036'), (u'COPY_-1204835003', u'CALL_-1204835113'), ('tmp_149', u'CBRANCH_-1204835301'), ('tmp_883', u'INT_ADD_-1204835275'), ('const-417', u'LOAD_-1204835291'), ('const-0', u'INT_NOTEQUAL_-1204835231'), (u'CALL_-1204835113', u'INDIRECT_-1204834949'), (u'LOAD_-1204835291', u'INT_NOTEQUAL_-1204835272'), (u'INDIRECT_-1204834949', u'COPY_-1204835005'), (u'SUBPIECE_-1204834986', u'INT_NOTEQUAL_-1204835231'), ('tmp_650', u'CALL_-1204835113'), (u'CAST_-1204834996', u'LOAD_-1204835291'), ('const-417', u'LOAD_-1204835247'), (u'INDIRECT_-1204834923', u'COPY_-1204834981'), (u'INT_NOTEQUAL_-1204835272', u'CBRANCH_-1204835272'), (u'INT_NOTEQUAL_-1204835231', u'INT_ADD_-1204835030'), (u'INT_ADD_-1204835255', u'CAST_-1204834988'), ('const-0', u'SUBPIECE_-1204834960'), ('const-4', u'PTRADD_-1204834960'), (u'LOAD_-1204835271', u'PTRADD_-1204834986'), (u'CAST_-1204835019', u'LOAD_-1204835343'), ('const-4801888', u'COPY_-1204835001'), ('tmp_883', u'COPY_-1204835041'), ('const-0', u'RETURN_-1204835107'), (u'LOAD_-1204835247', u'SUBPIECE_-1204834986'), ('const-12', u'INT_ADD_-1204835275'), (u'INT_EQUAL_-1204835251', u'CBRANCH_-1204835248'), (u'LOAD_-1204835343', u'INT_NOTEQUAL_-1204835324'), ('const-0', u'INT_NOTEQUAL_-1204835272'), ('const-105', u'CALL_-1204835113'), ('const-4801896', u'COPY_-1204834975'), (u'INT_ADD_-1204835275', u'CAST_-1204834996'), ('const-4', u'INT_ADD_-1204835255'), ('const-64', u'INT_EQUAL_-1204835251')]
null
null
0030abc0
x86
O2
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nchar __regparm2 FUN_0030abc0(undefined4 param_1,undefined4 param_2,int param_3)\n\n{\n int *piVar1;\n \n if (*(int *)(param_3 + 0xc) != 0) {\n piVar1 = *(int **)(*(int *)(param_3 + 0xc) + 4);\n if (*piVar1 == 0x20) {\n return (char)piVar1[1];\n }\n if (*(int *)(DAT_005ea7c8 + 0xc) != 0) {\n piVar1 = *(int **)(*(int *)(DAT_005ea7c8 + 0xc) + 4);\n if (*piVar1 == 0x40) {\n return ((char)piVar1[1] != '\0') + '\x02';\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.cc",199,"size_and_endianness",piVar1);\n }\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x69,"target",param_2);\n}\n\n" comment (function_definition "char __regparm2 FUN_0030abc0(undefined4 param_1,undefined4 param_2,int param_3)\n\n{\n int *piVar1;\n \n if (*(int *)(param_3 + 0xc) != 0) {\n piVar1 = *(int **)(*(int *)(param_3 + 0xc) + 4);\n if (*piVar1 == 0x20) {\n return (char)piVar1[1];\n }\n if (*(int *)(DAT_005ea7c8 + 0xc) != 0) {\n piVar1 = *(int **)(*(int *)(DAT_005ea7c8 + 0xc) + 4);\n if (*piVar1 == 0x40) {\n return ((char)piVar1[1] != '\0') + '\x02';\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.cc",199,"size_and_endianness",piVar1);\n }\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x69,"target",param_2);\n}" primitive_type (ERROR "__regparm2" identifier) (function_declarator "FUN_0030abc0(undefined4 param_1,undefined4 param_2,int param_3)" identifier (parameter_list "(undefined4 param_1,undefined4 param_2,int param_3)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "int param_3" primitive_type identifier) ))) (compound_statement "{\n int *piVar1;\n \n if (*(int *)(param_3 + 0xc) != 0) {\n piVar1 = *(int **)(*(int *)(param_3 + 0xc) + 4);\n if (*piVar1 == 0x20) {\n return (char)piVar1[1];\n }\n if (*(int *)(DAT_005ea7c8 + 0xc) != 0) {\n piVar1 = *(int **)(*(int *)(DAT_005ea7c8 + 0xc) + 4);\n if (*piVar1 == 0x40) {\n return ((char)piVar1[1] != '\0') + '\x02';\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.cc",199,"size_and_endianness",piVar1);\n }\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x69,"target",param_2);\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (if_statement "if (*(int *)(param_3 + 0xc) != 0) {\n piVar1 = *(int **)(*(int *)(param_3 + 0xc) + 4);\n if (*piVar1 == 0x20) {\n return (char)piVar1[1];\n }\n if (*(int *)(DAT_005ea7c8 + 0xc) != 0) {\n piVar1 = *(int **)(*(int *)(DAT_005ea7c8 + 0xc) + 4);\n if (*piVar1 == 0x40) {\n return ((char)piVar1[1] != '\0') + '\x02';\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.cc",199,"size_and_endianness",piVar1);\n }\n }" if (parenthesized_expression "(*(int *)(param_3 + 0xc) != 0)" ( (binary_expression "*(int *)(param_3 + 0xc) != 0" (pointer_expression "*(int *)(param_3 + 0xc)" * (cast_expression "(int *)(param_3 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0xc)" ( (binary_expression "param_3 + 0xc" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n piVar1 = *(int **)(*(int *)(param_3 + 0xc) + 4);\n if (*piVar1 == 0x20) {\n return (char)piVar1[1];\n }\n if (*(int *)(DAT_005ea7c8 + 0xc) != 0) {\n piVar1 = *(int **)(*(int *)(DAT_005ea7c8 + 0xc) + 4);\n if (*piVar1 == 0x40) {\n return ((char)piVar1[1] != '\0') + '\x02';\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.cc",199,"size_and_endianness",piVar1);\n }\n }" { (expression_statement "piVar1 = *(int **)(*(int *)(param_3 + 0xc) + 4);" (assignment_expression "piVar1 = *(int **)(*(int *)(param_3 + 0xc) + 4)" identifier = (pointer_expression "*(int **)(*(int *)(param_3 + 0xc) + 4)" * (cast_expression "(int **)(*(int *)(param_3 + 0xc) + 4)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(int *)(param_3 + 0xc) + 4)" ( (binary_expression "*(int *)(param_3 + 0xc) + 4" (pointer_expression "*(int *)(param_3 + 0xc)" * (cast_expression "(int *)(param_3 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0xc)" ( (binary_expression "param_3 + 0xc" identifier + number_literal) )))) + number_literal) ))))) ;) (if_statement "if (*piVar1 == 0x20) {\n return (char)piVar1[1];\n }" if (parenthesized_expression "(*piVar1 == 0x20)" ( (binary_expression "*piVar1 == 0x20" (pointer_expression "*piVar1" * identifier) == number_literal) )) (compound_statement "{\n return (char)piVar1[1];\n }" { (return_statement "return (char)piVar1[1];" return (cast_expression "(char)piVar1[1]" ( (type_descriptor "char" primitive_type) ) (subscript_expression "piVar1[1]" identifier [ number_literal ])) ;) })) (if_statement "if (*(int *)(DAT_005ea7c8 + 0xc) != 0) {\n piVar1 = *(int **)(*(int *)(DAT_005ea7c8 + 0xc) + 4);\n if (*piVar1 == 0x40) {\n return ((char)piVar1[1] != '\0') + '\x02';\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.cc",199,"size_and_endianness",piVar1);\n }" if (parenthesized_expression "(*(int *)(DAT_005ea7c8 + 0xc) != 0)" ( (binary_expression "*(int *)(DAT_005ea7c8 + 0xc) != 0" (pointer_expression "*(int *)(DAT_005ea7c8 + 0xc)" * (cast_expression "(int *)(DAT_005ea7c8 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_005ea7c8 + 0xc)" ( (binary_expression "DAT_005ea7c8 + 0xc" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n piVar1 = *(int **)(*(int *)(DAT_005ea7c8 + 0xc) + 4);\n if (*piVar1 == 0x40) {\n return ((char)piVar1[1] != '\0') + '\x02';\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.cc",199,"size_and_endianness",piVar1);\n }" { (expression_statement "piVar1 = *(int **)(*(int *)(DAT_005ea7c8 + 0xc) + 4);" (assignment_expression "piVar1 = *(int **)(*(int *)(DAT_005ea7c8 + 0xc) + 4)" identifier = (pointer_expression "*(int **)(*(int *)(DAT_005ea7c8 + 0xc) + 4)" * (cast_expression "(int **)(*(int *)(DAT_005ea7c8 + 0xc) + 4)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(int *)(DAT_005ea7c8 + 0xc) + 4)" ( (binary_expression "*(int *)(DAT_005ea7c8 + 0xc) + 4" (pointer_expression "*(int *)(DAT_005ea7c8 + 0xc)" * (cast_expression "(int *)(DAT_005ea7c8 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_005ea7c8 + 0xc)" ( (binary_expression "DAT_005ea7c8 + 0xc" identifier + number_literal) )))) + number_literal) ))))) ;) (if_statement "if (*piVar1 == 0x40) {\n return ((char)piVar1[1] != '\0') + '\x02';\n }" if (parenthesized_expression "(*piVar1 == 0x40)" ( (binary_expression "*piVar1 == 0x40" (pointer_expression "*piVar1" * identifier) == number_literal) )) (compound_statement "{\n return ((char)piVar1[1] != '\0') + '\x02';\n }" { (return_statement "return ((char)piVar1[1] != '\0') + '\x02';" return (binary_expression "((char)piVar1[1] != '\0') + '\x02'" (parenthesized_expression "((char)piVar1[1] != '\0')" ( (binary_expression "(char)piVar1[1] != '\0'" (cast_expression "(char)piVar1[1]" ( (type_descriptor "char" primitive_type) ) (subscript_expression "piVar1[1]" identifier [ number_literal ])) != (char_literal "'\0'" ' escape_sequence ')) )) + (char_literal "'\x02'" ' escape_sequence ')) ;) })) comment (expression_statement "FUN_002446e0("../../gold/parameters.cc",199,"size_and_endianness",piVar1);" (call_expression "FUN_002446e0("../../gold/parameters.cc",199,"size_and_endianness",piVar1)" identifier (argument_list "("../../gold/parameters.cc",199,"size_and_endianness",piVar1)" ( (string_literal ""../../gold/parameters.cc"" " string_content ") , number_literal , (string_literal ""size_and_endianness"" " string_content ") , identifier ))) ;) })) })) comment (expression_statement "FUN_002446e0("../../gold/parameters.h",0x69,"target",param_2);" (call_expression "FUN_002446e0("../../gold/parameters.h",0x69,"target",param_2)" identifier (argument_list "("../../gold/parameters.h",0x69,"target",param_2)" ( (string_literal ""../../gold/parameters.h"" " string_content ") , number_literal , (string_literal ""target"" " string_content ") , identifier ))) ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* 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: Target_size_endianness size_and_endianness(Parameters * this) */\n\nTarget_size_endianness __thiscall gold::Parameters::size_and_endianness(Parameters *this)\n\n{\n}\n\n" comment comment comment comment (function_definition "Target_size_endianness __thiscall gold::Parameters::size_and_endianness(Parameters *this)\n\n{\n}" type_identifier (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::Parameters::" identifier : : identifier : :) (function_declarator "size_and_endianness(Parameters *this)" identifier (parameter_list "(Parameters *this)" ( (parameter_declaration "Parameters *this" type_identifier (pointer_declarator "*this" * identifier)) ))) (compound_statement "{\n}" { })))
(translation_unit "char __regparm2 FUN_0030abc0(undefined4 param_1,undefined4 param_2,int param_3)\n\n{\n int *piVar1;\n \n if (*(int *)(param_3 + 0xc) != 0) {\n piVar1 = *(int **)(*(int *)(param_3 + 0xc) + 4);\n if (*piVar1 == 0x20) {\n return (char)piVar1[1];\n }\n if (*(int *)(DAT_005ea7c8 + 0xc) != 0) {\n piVar1 = *(int **)(*(int *)(DAT_005ea7c8 + 0xc) + 4);\n if (*piVar1 == 0x40) {\n return ((char)piVar1[1] != '\0') + '\x02';\n }\n \n FUN_002446e0("../../gold/parameters.cc",199,"size_and_endianness",piVar1);\n }\n }\n \n FUN_002446e0("../../gold/parameters.h",0x69,"target",param_2);\n}\n\n" (function_definition "char __regparm2 FUN_0030abc0(undefined4 param_1,undefined4 param_2,int param_3)\n\n{\n int *piVar1;\n \n if (*(int *)(param_3 + 0xc) != 0) {\n piVar1 = *(int **)(*(int *)(param_3 + 0xc) + 4);\n if (*piVar1 == 0x20) {\n return (char)piVar1[1];\n }\n if (*(int *)(DAT_005ea7c8 + 0xc) != 0) {\n piVar1 = *(int **)(*(int *)(DAT_005ea7c8 + 0xc) + 4);\n if (*piVar1 == 0x40) {\n return ((char)piVar1[1] != '\0') + '\x02';\n }\n \n FUN_002446e0("../../gold/parameters.cc",199,"size_and_endianness",piVar1);\n }\n }\n \n FUN_002446e0("../../gold/parameters.h",0x69,"target",param_2);\n}" primitive_type (ERROR "__regparm2" identifier) (function_declarator "FUN_0030abc0(undefined4 param_1,undefined4 param_2,int param_3)" identifier (parameter_list "(undefined4 param_1,undefined4 param_2,int param_3)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "int param_3" primitive_type identifier) ))) (compound_statement "{\n int *piVar1;\n \n if (*(int *)(param_3 + 0xc) != 0) {\n piVar1 = *(int **)(*(int *)(param_3 + 0xc) + 4);\n if (*piVar1 == 0x20) {\n return (char)piVar1[1];\n }\n if (*(int *)(DAT_005ea7c8 + 0xc) != 0) {\n piVar1 = *(int **)(*(int *)(DAT_005ea7c8 + 0xc) + 4);\n if (*piVar1 == 0x40) {\n return ((char)piVar1[1] != '\0') + '\x02';\n }\n \n FUN_002446e0("../../gold/parameters.cc",199,"size_and_endianness",piVar1);\n }\n }\n \n FUN_002446e0("../../gold/parameters.h",0x69,"target",param_2);\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (if_statement "if (*(int *)(param_3 + 0xc) != 0) {\n piVar1 = *(int **)(*(int *)(param_3 + 0xc) + 4);\n if (*piVar1 == 0x20) {\n return (char)piVar1[1];\n }\n if (*(int *)(DAT_005ea7c8 + 0xc) != 0) {\n piVar1 = *(int **)(*(int *)(DAT_005ea7c8 + 0xc) + 4);\n if (*piVar1 == 0x40) {\n return ((char)piVar1[1] != '\0') + '\x02';\n }\n \n FUN_002446e0("../../gold/parameters.cc",199,"size_and_endianness",piVar1);\n }\n }" if (parenthesized_expression "(*(int *)(param_3 + 0xc) != 0)" ( (binary_expression "*(int *)(param_3 + 0xc) != 0" (pointer_expression "*(int *)(param_3 + 0xc)" * (cast_expression "(int *)(param_3 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0xc)" ( (binary_expression "param_3 + 0xc" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n piVar1 = *(int **)(*(int *)(param_3 + 0xc) + 4);\n if (*piVar1 == 0x20) {\n return (char)piVar1[1];\n }\n if (*(int *)(DAT_005ea7c8 + 0xc) != 0) {\n piVar1 = *(int **)(*(int *)(DAT_005ea7c8 + 0xc) + 4);\n if (*piVar1 == 0x40) {\n return ((char)piVar1[1] != '\0') + '\x02';\n }\n \n FUN_002446e0("../../gold/parameters.cc",199,"size_and_endianness",piVar1);\n }\n }" { (expression_statement "piVar1 = *(int **)(*(int *)(param_3 + 0xc) + 4);" (assignment_expression "piVar1 = *(int **)(*(int *)(param_3 + 0xc) + 4)" identifier = (pointer_expression "*(int **)(*(int *)(param_3 + 0xc) + 4)" * (cast_expression "(int **)(*(int *)(param_3 + 0xc) + 4)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(int *)(param_3 + 0xc) + 4)" ( (binary_expression "*(int *)(param_3 + 0xc) + 4" (pointer_expression "*(int *)(param_3 + 0xc)" * (cast_expression "(int *)(param_3 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0xc)" ( (binary_expression "param_3 + 0xc" identifier + number_literal) )))) + number_literal) ))))) ;) (if_statement "if (*piVar1 == 0x20) {\n return (char)piVar1[1];\n }" if (parenthesized_expression "(*piVar1 == 0x20)" ( (binary_expression "*piVar1 == 0x20" (pointer_expression "*piVar1" * identifier) == number_literal) )) (compound_statement "{\n return (char)piVar1[1];\n }" { (return_statement "return (char)piVar1[1];" return (cast_expression "(char)piVar1[1]" ( (type_descriptor "char" primitive_type) ) (subscript_expression "piVar1[1]" identifier [ number_literal ])) ;) })) (if_statement "if (*(int *)(DAT_005ea7c8 + 0xc) != 0) {\n piVar1 = *(int **)(*(int *)(DAT_005ea7c8 + 0xc) + 4);\n if (*piVar1 == 0x40) {\n return ((char)piVar1[1] != '\0') + '\x02';\n }\n \n FUN_002446e0("../../gold/parameters.cc",199,"size_and_endianness",piVar1);\n }" if (parenthesized_expression "(*(int *)(DAT_005ea7c8 + 0xc) != 0)" ( (binary_expression "*(int *)(DAT_005ea7c8 + 0xc) != 0" (pointer_expression "*(int *)(DAT_005ea7c8 + 0xc)" * (cast_expression "(int *)(DAT_005ea7c8 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_005ea7c8 + 0xc)" ( (binary_expression "DAT_005ea7c8 + 0xc" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n piVar1 = *(int **)(*(int *)(DAT_005ea7c8 + 0xc) + 4);\n if (*piVar1 == 0x40) {\n return ((char)piVar1[1] != '\0') + '\x02';\n }\n \n FUN_002446e0("../../gold/parameters.cc",199,"size_and_endianness",piVar1);\n }" { (expression_statement "piVar1 = *(int **)(*(int *)(DAT_005ea7c8 + 0xc) + 4);" (assignment_expression "piVar1 = *(int **)(*(int *)(DAT_005ea7c8 + 0xc) + 4)" identifier = (pointer_expression "*(int **)(*(int *)(DAT_005ea7c8 + 0xc) + 4)" * (cast_expression "(int **)(*(int *)(DAT_005ea7c8 + 0xc) + 4)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(int *)(DAT_005ea7c8 + 0xc) + 4)" ( (binary_expression "*(int *)(DAT_005ea7c8 + 0xc) + 4" (pointer_expression "*(int *)(DAT_005ea7c8 + 0xc)" * (cast_expression "(int *)(DAT_005ea7c8 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_005ea7c8 + 0xc)" ( (binary_expression "DAT_005ea7c8 + 0xc" identifier + number_literal) )))) + number_literal) ))))) ;) (if_statement "if (*piVar1 == 0x40) {\n return ((char)piVar1[1] != '\0') + '\x02';\n }" if (parenthesized_expression "(*piVar1 == 0x40)" ( (binary_expression "*piVar1 == 0x40" (pointer_expression "*piVar1" * identifier) == number_literal) )) (compound_statement "{\n return ((char)piVar1[1] != '\0') + '\x02';\n }" { (return_statement "return ((char)piVar1[1] != '\0') + '\x02';" return (binary_expression "((char)piVar1[1] != '\0') + '\x02'" (parenthesized_expression "((char)piVar1[1] != '\0')" ( (binary_expression "(char)piVar1[1] != '\0'" (cast_expression "(char)piVar1[1]" ( (type_descriptor "char" primitive_type) ) (subscript_expression "piVar1[1]" identifier [ number_literal ])) != (char_literal "'\0'" ' escape_sequence ')) )) + (char_literal "'\x02'" ' escape_sequence ')) ;) })) (expression_statement "FUN_002446e0("../../gold/parameters.cc",199,"size_and_endianness",piVar1);" (call_expression "FUN_002446e0("../../gold/parameters.cc",199,"size_and_endianness",piVar1)" identifier (argument_list "("../../gold/parameters.cc",199,"size_and_endianness",piVar1)" ( (string_literal ""../../gold/parameters.cc"" " string_content ") , number_literal , (string_literal ""size_and_endianness"" " string_content ") , identifier ))) ;) })) })) (expression_statement "FUN_002446e0("../../gold/parameters.h",0x69,"target",param_2);" (call_expression "FUN_002446e0("../../gold/parameters.h",0x69,"target",param_2)" identifier (argument_list "("../../gold/parameters.h",0x69,"target",param_2)" ( (string_literal ""../../gold/parameters.h"" " string_content ") , number_literal , (string_literal ""target"" " string_content ") , identifier ))) ;) })))
(translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (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 (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 TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) == LIT) )) (compound_statement { (return_statement return (cast_expression ( (type_descriptor TYPE) ) (subscript_expression 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) )))) != 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 (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 * IDENT) == LIT) )) (compound_statement { (return_statement return (binary_expression (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) (subscript_expression IDENT [ LIT ])) != (char_literal ' escape_sequence ')) )) + (char_literal ' escape_sequence ')) ;) })) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") , IDENT ))) ;) })) })) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") , IDENT ))) ;) })))
(function_definition "char __regparm2 FUN_0030abc0(undefined4 param_1,undefined4 param_2,int param_3)\n\n{\n int *piVar1;\n \n if (*(int *)(param_3 + 0xc) != 0) {\n piVar1 = *(int **)(*(int *)(param_3 + 0xc) + 4);\n if (*piVar1 == 0x20) {\n return (char)piVar1[1];\n }\n if (*(int *)(DAT_005ea7c8 + 0xc) != 0) {\n piVar1 = *(int **)(*(int *)(DAT_005ea7c8 + 0xc) + 4);\n if (*piVar1 == 0x40) {\n return ((char)piVar1[1] != '\0') + '\x02';\n }\n \n FUN_002446e0("../../gold/parameters.cc",199,"size_and_endianness",piVar1);\n }\n }\n \n FUN_002446e0("../../gold/parameters.h",0x69,"target",param_2);\n}" (primitive_type "char") (ERROR "__regparm2" (identifier "__regparm2")) (function_declarator "FUN_0030abc0(undefined4 param_1,undefined4 param_2,int param_3)" (identifier "FUN_0030abc0") (parameter_list "(undefined4 param_1,undefined4 param_2,int param_3)" (( "(") (parameter_declaration "undefined4 param_1" (type_identifier "undefined4") (identifier "param_1")) (, ",") (parameter_declaration "undefined4 param_2" (type_identifier "undefined4") (identifier "param_2")) (, ",") (parameter_declaration "int param_3" (primitive_type "int") (identifier "param_3")) () ")"))) (compound_statement "{\n int *piVar1;\n \n if (*(int *)(param_3 + 0xc) != 0) {\n piVar1 = *(int **)(*(int *)(param_3 + 0xc) + 4);\n if (*piVar1 == 0x20) {\n return (char)piVar1[1];\n }\n if (*(int *)(DAT_005ea7c8 + 0xc) != 0) {\n piVar1 = *(int **)(*(int *)(DAT_005ea7c8 + 0xc) + 4);\n if (*piVar1 == 0x40) {\n return ((char)piVar1[1] != '\0') + '\x02';\n }\n \n FUN_002446e0("../../gold/parameters.cc",199,"size_and_endianness",piVar1);\n }\n }\n \n FUN_002446e0("../../gold/parameters.h",0x69,"target",param_2);\n}" ({ "{") (declaration "int *piVar1;" (primitive_type "int") (pointer_declarator "*piVar1" (* "*") (identifier "piVar1")) (; ";")) (if_statement "if (*(int *)(param_3 + 0xc) != 0) {\n piVar1 = *(int **)(*(int *)(param_3 + 0xc) + 4);\n if (*piVar1 == 0x20) {\n return (char)piVar1[1];\n }\n if (*(int *)(DAT_005ea7c8 + 0xc) != 0) {\n piVar1 = *(int **)(*(int *)(DAT_005ea7c8 + 0xc) + 4);\n if (*piVar1 == 0x40) {\n return ((char)piVar1[1] != '\0') + '\x02';\n }\n \n FUN_002446e0("../../gold/parameters.cc",199,"size_and_endianness",piVar1);\n }\n }" (if "if") (parenthesized_expression "(*(int *)(param_3 + 0xc) != 0)" (( "(") (binary_expression "*(int *)(param_3 + 0xc) != 0" (pointer_expression "*(int *)(param_3 + 0xc)" (* "*") (cast_expression "(int *)(param_3 + 0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_3 + 0xc)" (( "(") (binary_expression "param_3 + 0xc" (identifier "param_3") (+ "+") (number_literal "0xc")) () ")")))) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n piVar1 = *(int **)(*(int *)(param_3 + 0xc) + 4);\n if (*piVar1 == 0x20) {\n return (char)piVar1[1];\n }\n if (*(int *)(DAT_005ea7c8 + 0xc) != 0) {\n piVar1 = *(int **)(*(int *)(DAT_005ea7c8 + 0xc) + 4);\n if (*piVar1 == 0x40) {\n return ((char)piVar1[1] != '\0') + '\x02';\n }\n \n FUN_002446e0("../../gold/parameters.cc",199,"size_and_endianness",piVar1);\n }\n }" ({ "{") (expression_statement "piVar1 = *(int **)(*(int *)(param_3 + 0xc) + 4);" (assignment_expression "piVar1 = *(int **)(*(int *)(param_3 + 0xc) + 4)" (identifier "piVar1") (= "=") (pointer_expression "*(int **)(*(int *)(param_3 + 0xc) + 4)" (* "*") (cast_expression "(int **)(*(int *)(param_3 + 0xc) + 4)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*(int *)(param_3 + 0xc) + 4)" (( "(") (binary_expression "*(int *)(param_3 + 0xc) + 4" (pointer_expression "*(int *)(param_3 + 0xc)" (* "*") (cast_expression "(int *)(param_3 + 0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_3 + 0xc)" (( "(") (binary_expression "param_3 + 0xc" (identifier "param_3") (+ "+") (number_literal "0xc")) () ")")))) (+ "+") (number_literal "4")) () ")"))))) (; ";")) (if_statement "if (*piVar1 == 0x20) {\n return (char)piVar1[1];\n }" (if "if") (parenthesized_expression "(*piVar1 == 0x20)" (( "(") (binary_expression "*piVar1 == 0x20" (pointer_expression "*piVar1" (* "*") (identifier "piVar1")) (== "==") (number_literal "0x20")) () ")")) (compound_statement "{\n return (char)piVar1[1];\n }" ({ "{") (return_statement "return (char)piVar1[1];" (return "return") (cast_expression "(char)piVar1[1]" (( "(") (type_descriptor "char" (primitive_type "char")) () ")") (subscript_expression "piVar1[1]" (identifier "piVar1") ([ "[") (number_literal "1") (] "]"))) (; ";")) (} "}"))) (if_statement "if (*(int *)(DAT_005ea7c8 + 0xc) != 0) {\n piVar1 = *(int **)(*(int *)(DAT_005ea7c8 + 0xc) + 4);\n if (*piVar1 == 0x40) {\n return ((char)piVar1[1] != '\0') + '\x02';\n }\n \n FUN_002446e0("../../gold/parameters.cc",199,"size_and_endianness",piVar1);\n }" (if "if") (parenthesized_expression "(*(int *)(DAT_005ea7c8 + 0xc) != 0)" (( "(") (binary_expression "*(int *)(DAT_005ea7c8 + 0xc) != 0" (pointer_expression "*(int *)(DAT_005ea7c8 + 0xc)" (* "*") (cast_expression "(int *)(DAT_005ea7c8 + 0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_005ea7c8 + 0xc)" (( "(") (binary_expression "DAT_005ea7c8 + 0xc" (identifier "DAT_005ea7c8") (+ "+") (number_literal "0xc")) () ")")))) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n piVar1 = *(int **)(*(int *)(DAT_005ea7c8 + 0xc) + 4);\n if (*piVar1 == 0x40) {\n return ((char)piVar1[1] != '\0') + '\x02';\n }\n \n FUN_002446e0("../../gold/parameters.cc",199,"size_and_endianness",piVar1);\n }" ({ "{") (expression_statement "piVar1 = *(int **)(*(int *)(DAT_005ea7c8 + 0xc) + 4);" (assignment_expression "piVar1 = *(int **)(*(int *)(DAT_005ea7c8 + 0xc) + 4)" (identifier "piVar1") (= "=") (pointer_expression "*(int **)(*(int *)(DAT_005ea7c8 + 0xc) + 4)" (* "*") (cast_expression "(int **)(*(int *)(DAT_005ea7c8 + 0xc) + 4)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*(int *)(DAT_005ea7c8 + 0xc) + 4)" (( "(") (binary_expression "*(int *)(DAT_005ea7c8 + 0xc) + 4" (pointer_expression "*(int *)(DAT_005ea7c8 + 0xc)" (* "*") (cast_expression "(int *)(DAT_005ea7c8 + 0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_005ea7c8 + 0xc)" (( "(") (binary_expression "DAT_005ea7c8 + 0xc" (identifier "DAT_005ea7c8") (+ "+") (number_literal "0xc")) () ")")))) (+ "+") (number_literal "4")) () ")"))))) (; ";")) (if_statement "if (*piVar1 == 0x40) {\n return ((char)piVar1[1] != '\0') + '\x02';\n }" (if "if") (parenthesized_expression "(*piVar1 == 0x40)" (( "(") (binary_expression "*piVar1 == 0x40" (pointer_expression "*piVar1" (* "*") (identifier "piVar1")) (== "==") (number_literal "0x40")) () ")")) (compound_statement "{\n return ((char)piVar1[1] != '\0') + '\x02';\n }" ({ "{") (return_statement "return ((char)piVar1[1] != '\0') + '\x02';" (return "return") (binary_expression "((char)piVar1[1] != '\0') + '\x02'" (parenthesized_expression "((char)piVar1[1] != '\0')" (( "(") (binary_expression "(char)piVar1[1] != '\0'" (cast_expression "(char)piVar1[1]" (( "(") (type_descriptor "char" (primitive_type "char")) () ")") (subscript_expression "piVar1[1]" (identifier "piVar1") ([ "[") (number_literal "1") (] "]"))) (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (+ "+") (char_literal "'\x02'" (' "'") (escape_sequence "\x02") (' "'"))) (; ";")) (} "}"))) (expression_statement "FUN_002446e0("../../gold/parameters.cc",199,"size_and_endianness",piVar1);" (call_expression "FUN_002446e0("../../gold/parameters.cc",199,"size_and_endianness",piVar1)" (identifier "FUN_002446e0") (argument_list "("../../gold/parameters.cc",199,"size_and_endianness",piVar1)" (( "(") (string_literal ""../../gold/parameters.cc"" (" """) (string_content "../../gold/parameters.cc") (" """)) (, ",") (number_literal "199") (, ",") (string_literal ""size_and_endianness"" (" """) (string_content "size_and_endianness") (" """)) (, ",") (identifier "piVar1") () ")"))) (; ";")) (} "}"))) (} "}"))) (expression_statement "FUN_002446e0("../../gold/parameters.h",0x69,"target",param_2);" (call_expression "FUN_002446e0("../../gold/parameters.h",0x69,"target",param_2)" (identifier "FUN_002446e0") (argument_list "("../../gold/parameters.h",0x69,"target",param_2)" (( "(") (string_literal ""../../gold/parameters.h"" (" """) (string_content "../../gold/parameters.h") (" """)) (, ",") (number_literal "0x69") (, ",") (string_literal ""target"" (" """) (string_content "target") (" """)) (, ",") (identifier "param_2") () ")"))) (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Enum "DT": Some values do not have unique names */ /* WARNING: Enum "ELFOSABI": Some values do not have unique names */ /* DWARF original prototype: Target_size_endianness size_and_endianness(Parameters * this) */ type_1 __thiscall gold::type_2::function_1(type_2 *this) { }
null
(translation_unit (function_definition type: (primitive_type) (ERROR (identifier)) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (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: (pointer_declarator declarator: (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: (identifier) 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: (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: (primitive_type) 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: (identifier)) right: (number_literal))) consequence: (compound_statement (return_statement (cast_expression type: (type_descriptor type: (primitive_type)) value: (subscript_expression argument: (identifier) index: (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 (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: (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))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))) consequence: (compound_statement (return_statement (binary_expression left: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (char_literal (escape_sequence)))) right: (char_literal (escape_sequence)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content)) (identifier)))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content)) (identifier)))))))
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ char __regparm2 MASKED(undefined4 param_1,undefined4 param_2,int param_3) { int *piVar1; if (*(int *)(param_3 + 0xc) != 0) { piVar1 = *(int **)(*(int *)(param_3 + 0xc) + 4); if (*piVar1 == 0x20) { return (char)piVar1[1]; } if (*(int *)(DAT_005ea7c8 + 0xc) != 0) { piVar1 = *(int **)(*(int *)(DAT_005ea7c8 + 0xc) + 4); if (*piVar1 == 0x40) { return ((char)piVar1[1] != '\0') + '\x02'; } /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/parameters.cc",199,"size_and_endianness",piVar1); } } /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/parameters.h",0x69,"target",param_2); }
10264_s390x-linux-gnu-dwp_and_s390x-linux-gnu-dwp_strip.c
get_date
FUN_002623d0
/* std::time_get<char, std::istreambuf_iterator<char, std::char_traits<char> > >::get_date(std::istreambuf_iterator<char, std::char_traits<char> >, std::istreambuf_iterator<char, std::char_traits<char> >, std::ios_base&, std::_Ios_Iostate&, tm*) const */ undefined4 std::time_get<char,std::istreambuf_iterator<char,std::char_traits<char>>>::get_date (undefined4 param_1,int *param_2,undefined4 param_3,undefined4 param_4,undefined4 param_5, undefined4 param_6,undefined4 param_7,undefined4 param_8,undefined4 param_9) { (**(code **)(*param_2 + 0x10)) (param_1,param_2,param_3,param_4,param_5,param_6,param_7,param_8,param_9); return param_1; }
undefined4 FUN_002623d0(undefined4 param_1,int *param_2,undefined4 param_3,undefined4 param_4, undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8, undefined4 param_9) { (**(code **)(*param_2 + 0x10)) (param_1,param_2,param_3,param_4,param_5,param_6,param_7,param_8,param_9); return param_1; }
PUSH EBX SUB ESP,0x14 MOV EAX,dword ptr [ESP + 0x20] MOV EBX,dword ptr [ESP + 0x1c] MOV EDX,dword ptr [EAX] PUSH dword ptr [ESP + 0x3c] PUSH dword ptr [ESP + 0x3c] PUSH dword ptr [ESP + 0x3c] PUSH dword ptr [ESP + 0x3c] PUSH dword ptr [ESP + 0x3c] PUSH dword ptr [ESP + 0x3c] PUSH dword ptr [ESP + 0x3c] PUSH EAX PUSH EBX CALL dword ptr [EDX + 0x10] MOV EAX,EBX ADD ESP,0x34 POP EBX RET 0x4
null
null
null
null
[('tmp_454', u'LOAD_-1204214800'), ('const-417', u'LOAD_-1204214724'), ('const-0', u'RETURN_-1204214685'), (u'LOAD_-1204214724', u'CALLIND_-1204214714'), ('const-417', u'LOAD_-1204214800'), (u'INT_ADD_-1204214708', u'CAST_-1204214594'), ('tmp_455', u'COPY_-1204214717'), ('tmp_454', u'CALLIND_-1204214714'), (u'CAST_-1204214594', u'LOAD_-1204214724'), ('tmp_461', u'CALLIND_-1204214714'), ('tmp_458', u'CALLIND_-1204214714'), ('tmp_456', u'CALLIND_-1204214714'), (u'COPY_-1204214717', u'RETURN_-1204214685'), ('tmp_460', u'CALLIND_-1204214714'), ('tmp_462', u'CALLIND_-1204214714'), ('const-16', u'INT_ADD_-1204214708'), ('tmp_455', u'CALLIND_-1204214714'), ('tmp_457', u'CALLIND_-1204214714'), (u'LOAD_-1204214800', u'INT_ADD_-1204214708'), ('tmp_459', u'CALLIND_-1204214714')]
[('tmp_454', u'LOAD_-1204214800'), ('const-417', u'LOAD_-1204214724'), ('const-0', u'RETURN_-1204214685'), (u'LOAD_-1204214724', u'CALLIND_-1204214714'), ('const-417', u'LOAD_-1204214800'), (u'INT_ADD_-1204214708', u'CAST_-1204214594'), ('tmp_455', u'COPY_-1204214717'), ('tmp_454', u'CALLIND_-1204214714'), (u'CAST_-1204214594', u'LOAD_-1204214724'), ('tmp_461', u'CALLIND_-1204214714'), ('tmp_458', u'CALLIND_-1204214714'), ('tmp_456', u'CALLIND_-1204214714'), (u'COPY_-1204214717', u'RETURN_-1204214685'), ('tmp_460', u'CALLIND_-1204214714'), ('tmp_462', u'CALLIND_-1204214714'), ('const-16', u'INT_ADD_-1204214708'), ('tmp_455', u'CALLIND_-1204214714'), ('tmp_457', u'CALLIND_-1204214714'), (u'LOAD_-1204214800', u'INT_ADD_-1204214708'), ('tmp_459', u'CALLIND_-1204214714')]
null
null
002623d0
x86
O2
(translation_unit "undefined4\nFUN_002623d0(undefined4 param_1,int *param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8,\n undefined4 param_9)\n\n{\n (**(code **)(*param_2 + 0x10))\n (param_1,param_2,param_3,param_4,param_5,param_6,param_7,param_8,param_9);\n return param_1;\n}\n\n" (function_definition "undefined4\nFUN_002623d0(undefined4 param_1,int *param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8,\n undefined4 param_9)\n\n{\n (**(code **)(*param_2 + 0x10))\n (param_1,param_2,param_3,param_4,param_5,param_6,param_7,param_8,param_9);\n return param_1;\n}" type_identifier (function_declarator "FUN_002623d0(undefined4 param_1,int *param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8,\n undefined4 param_9)" identifier (parameter_list "(undefined4 param_1,int *param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8,\n undefined4 param_9)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "int *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "undefined4 param_3" type_identifier identifier) , (parameter_declaration "undefined4 param_4" type_identifier identifier) , (parameter_declaration "undefined4 param_5" type_identifier identifier) , (parameter_declaration "undefined4 param_6" type_identifier identifier) , (parameter_declaration "undefined4 param_7" type_identifier identifier) , (parameter_declaration "undefined4 param_8" type_identifier identifier) , (parameter_declaration "undefined4 param_9" type_identifier identifier) ))) (compound_statement "{\n (**(code **)(*param_2 + 0x10))\n (param_1,param_2,param_3,param_4,param_5,param_6,param_7,param_8,param_9);\n return param_1;\n}" { (expression_statement "(**(code **)(*param_2 + 0x10))\n (param_1,param_2,param_3,param_4,param_5,param_6,param_7,param_8,param_9);" (call_expression "(**(code **)(*param_2 + 0x10))\n (param_1,param_2,param_3,param_4,param_5,param_6,param_7,param_8,param_9)" (parenthesized_expression "(**(code **)(*param_2 + 0x10))" ( (pointer_expression "**(code **)(*param_2 + 0x10)" * (pointer_expression "*(code **)(*param_2 + 0x10)" * (cast_expression "(code **)(*param_2 + 0x10)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_2 + 0x10)" ( (binary_expression "*param_2 + 0x10" (pointer_expression "*param_2" * identifier) + number_literal) ))))) )) (argument_list "(param_1,param_2,param_3,param_4,param_5,param_6,param_7,param_8,param_9)" ( identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier ))) ;) (return_statement "return param_1;" return identifier ;) })))
(translation_unit "/* std::time_get<char, std::istreambuf_iterator<char, std::char_traits<char> >\n >::get_date(std::istreambuf_iterator<char, std::char_traits<char> >,\n std::istreambuf_iterator<char, std::char_traits<char> >, std::ios_base&, std::_Ios_Iostate&, tm*)\n const */\n\nundefined4\nstd::time_get<char,std::istreambuf_iterator<char,std::char_traits<char>>>::get_date\n (undefined4 param_1,int *param_2,undefined4 param_3,undefined4 param_4,undefined4 param_5,\n undefined4 param_6,undefined4 param_7,undefined4 param_8,undefined4 param_9)\n\n{\n (**(code **)(*param_2 + 0x10))\n (param_1,param_2,param_3,param_4,param_5,param_6,param_7,param_8,param_9);\n return param_1;\n}\n\n" comment (declaration "undefined4\nstd::time_get<char,std::istreambuf_iterator<char,std::char_traits<char>>>::get_date\n (undefined4 param_1,int *param_2,undefined4 param_3,undefined4 param_4,undefined4 param_5,\n undefined4 param_6,undefined4 param_7,undefined4 param_8,undefined4 param_9)\n\n{\n (**(code **)(*param_2 + 0x10))\n (param_1,param_2,param_3,param_4,param_5,param_6,param_7,param_8,param_9);" type_identifier (ERROR "std::" identifier : :) identifier (ERROR "<char" < primitive_type) , (ERROR "std::" identifier : :) identifier (ERROR "<char" < primitive_type) , (ERROR "std::char_traits<char>>>::" identifier : : identifier < primitive_type >> > : :) (function_declarator "get_date\n (undefined4 param_1,int *param_2,undefined4 param_3,undefined4 param_4,undefined4 param_5,\n undefined4 param_6,undefined4 param_7,undefined4 param_8,undefined4 param_9)\n\n{\n (**(code **)(*param_2 + 0x10))\n (param_1,param_2,param_3,param_4,param_5,param_6,param_7,param_8,param_9)" (function_declarator "get_date\n (undefined4 param_1,int *param_2,undefined4 param_3,undefined4 param_4,undefined4 param_5,\n undefined4 param_6,undefined4 param_7,undefined4 param_8,undefined4 param_9)\n\n{\n (**(code **)(*param_2 + 0x10))" (function_declarator "get_date\n (undefined4 param_1,int *param_2,undefined4 param_3,undefined4 param_4,undefined4 param_5,\n undefined4 param_6,undefined4 param_7,undefined4 param_8,undefined4 param_9)" identifier (parameter_list "(undefined4 param_1,int *param_2,undefined4 param_3,undefined4 param_4,undefined4 param_5,\n undefined4 param_6,undefined4 param_7,undefined4 param_8,undefined4 param_9)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "int *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "undefined4 param_3" type_identifier identifier) , (parameter_declaration "undefined4 param_4" type_identifier identifier) , (parameter_declaration "undefined4 param_5" type_identifier identifier) , (parameter_declaration "undefined4 param_6" type_identifier identifier) , (parameter_declaration "undefined4 param_7" type_identifier identifier) , (parameter_declaration "undefined4 param_8" type_identifier identifier) , (parameter_declaration "undefined4 param_9" type_identifier identifier) ))) (ERROR "{" {) (parameter_list "(**(code **)(*param_2 + 0x10))" ( (parameter_declaration "**(code **)(*param_2 + 0x10)" type_identifier (abstract_pointer_declarator "**(code **)(*param_2 + 0x10)" * (abstract_pointer_declarator "*(code **)(*param_2 + 0x10)" * (abstract_function_declarator "(code **)(*param_2 + 0x10)" (abstract_function_declarator "(code **)" (parameter_list "(code **)" ( (parameter_declaration "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ))) (parameter_list "(*param_2 + 0x10)" ( (ERROR "*" *) (parameter_declaration "param_2" type_identifier) (ERROR "+ 0x10" + number_literal) )))))) ))) (parameter_list "(param_1,param_2,param_3,param_4,param_5,param_6,param_7,param_8,param_9)" ( (parameter_declaration "param_1" type_identifier) , (parameter_declaration "param_2" type_identifier) , (parameter_declaration "param_3" type_identifier) , (parameter_declaration "param_4" type_identifier) , (parameter_declaration "param_5" type_identifier) , (parameter_declaration "param_6" type_identifier) , (parameter_declaration "param_7" type_identifier) , (parameter_declaration "param_8" type_identifier) , (parameter_declaration "param_9" type_identifier) ))) ;) (return_statement "return param_1;" return identifier ;) (ERROR "}" }))
(translation_unit "undefined4\nFUN_002623d0(undefined4 param_1,int *param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8,\n undefined4 param_9)\n\n{\n (**(code **)(*param_2 + 0x10))\n (param_1,param_2,param_3,param_4,param_5,param_6,param_7,param_8,param_9);\n return param_1;\n}\n\n" (function_definition "undefined4\nFUN_002623d0(undefined4 param_1,int *param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8,\n undefined4 param_9)\n\n{\n (**(code **)(*param_2 + 0x10))\n (param_1,param_2,param_3,param_4,param_5,param_6,param_7,param_8,param_9);\n return param_1;\n}" type_identifier (function_declarator "FUN_002623d0(undefined4 param_1,int *param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8,\n undefined4 param_9)" identifier (parameter_list "(undefined4 param_1,int *param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8,\n undefined4 param_9)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "int *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "undefined4 param_3" type_identifier identifier) , (parameter_declaration "undefined4 param_4" type_identifier identifier) , (parameter_declaration "undefined4 param_5" type_identifier identifier) , (parameter_declaration "undefined4 param_6" type_identifier identifier) , (parameter_declaration "undefined4 param_7" type_identifier identifier) , (parameter_declaration "undefined4 param_8" type_identifier identifier) , (parameter_declaration "undefined4 param_9" type_identifier identifier) ))) (compound_statement "{\n (**(code **)(*param_2 + 0x10))\n (param_1,param_2,param_3,param_4,param_5,param_6,param_7,param_8,param_9);\n return param_1;\n}" { (expression_statement "(**(code **)(*param_2 + 0x10))\n (param_1,param_2,param_3,param_4,param_5,param_6,param_7,param_8,param_9);" (call_expression "(**(code **)(*param_2 + 0x10))\n (param_1,param_2,param_3,param_4,param_5,param_6,param_7,param_8,param_9)" (parenthesized_expression "(**(code **)(*param_2 + 0x10))" ( (pointer_expression "**(code **)(*param_2 + 0x10)" * (pointer_expression "*(code **)(*param_2 + 0x10)" * (cast_expression "(code **)(*param_2 + 0x10)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_2 + 0x10)" ( (binary_expression "*param_2 + 0x10" (pointer_expression "*param_2" * identifier) + number_literal) ))))) )) (argument_list "(param_1,param_2,param_3,param_4,param_5,param_6,param_7,param_8,param_9)" ( identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier ))) ;) (return_statement "return param_1;" return identifier ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (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) , (parameter_declaration TYPE IDENT) , (parameter_declaration 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 * IDENT) + LIT) ))))) )) (argument_list ( IDENT , IDENT , IDENT , IDENT , IDENT , IDENT , IDENT , IDENT , IDENT ))) ;) (return_statement return IDENT ;) })))
(function_definition "undefined4\nFUN_002623d0(undefined4 param_1,int *param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8,\n undefined4 param_9)\n\n{\n (**(code **)(*param_2 + 0x10))\n (param_1,param_2,param_3,param_4,param_5,param_6,param_7,param_8,param_9);\n return param_1;\n}" (type_identifier "undefined4") (function_declarator "FUN_002623d0(undefined4 param_1,int *param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8,\n undefined4 param_9)" (identifier "FUN_002623d0") (parameter_list "(undefined4 param_1,int *param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8,\n undefined4 param_9)" (( "(") (parameter_declaration "undefined4 param_1" (type_identifier "undefined4") (identifier "param_1")) (, ",") (parameter_declaration "int *param_2" (primitive_type "int") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) (, ",") (parameter_declaration "undefined4 param_3" (type_identifier "undefined4") (identifier "param_3")) (, ",") (parameter_declaration "undefined4 param_4" (type_identifier "undefined4") (identifier "param_4")) (, ",") (parameter_declaration "undefined4 param_5" (type_identifier "undefined4") (identifier "param_5")) (, ",") (parameter_declaration "undefined4 param_6" (type_identifier "undefined4") (identifier "param_6")) (, ",") (parameter_declaration "undefined4 param_7" (type_identifier "undefined4") (identifier "param_7")) (, ",") (parameter_declaration "undefined4 param_8" (type_identifier "undefined4") (identifier "param_8")) (, ",") (parameter_declaration "undefined4 param_9" (type_identifier "undefined4") (identifier "param_9")) () ")"))) (compound_statement "{\n (**(code **)(*param_2 + 0x10))\n (param_1,param_2,param_3,param_4,param_5,param_6,param_7,param_8,param_9);\n return param_1;\n}" ({ "{") (expression_statement "(**(code **)(*param_2 + 0x10))\n (param_1,param_2,param_3,param_4,param_5,param_6,param_7,param_8,param_9);" (call_expression "(**(code **)(*param_2 + 0x10))\n (param_1,param_2,param_3,param_4,param_5,param_6,param_7,param_8,param_9)" (parenthesized_expression "(**(code **)(*param_2 + 0x10))" (( "(") (pointer_expression "**(code **)(*param_2 + 0x10)" (* "*") (pointer_expression "*(code **)(*param_2 + 0x10)" (* "*") (cast_expression "(code **)(*param_2 + 0x10)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_2 + 0x10)" (( "(") (binary_expression "*param_2 + 0x10" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (+ "+") (number_literal "0x10")) () ")"))))) () ")")) (argument_list "(param_1,param_2,param_3,param_4,param_5,param_6,param_7,param_8,param_9)" (( "(") (identifier "param_1") (, ",") (identifier "param_2") (, ",") (identifier "param_3") (, ",") (identifier "param_4") (, ",") (identifier "param_5") (, ",") (identifier "param_6") (, ",") (identifier "param_7") (, ",") (identifier "param_8") (, ",") (identifier "param_9") () ")"))) (; ";")) (return_statement "return param_1;" (return "return") (identifier "param_1") (; ";")) (} "}")))
/* std::time_get<char, std::istreambuf_iterator<char, std::char_traits<char> > >::get_date(std::istreambuf_iterator<char, std::char_traits<char> >, std::istreambuf_iterator<char, std::char_traits<char> >, std::ios_base&, std::_Ios_Iostate&, tm*) const */ type_1 std::time_get<char,std::istreambuf_iterator<char,std::char_traits<char>>>::function_1 (type_1 type_5,int *type_4,type_1 type_6,type_1 type_7,type_1 type_8, type_1 type_9,type_1 type_10,type_1 type_11,type_1 type_12) { (type_2**(type_3 **)(*type_4 + 0x10)) (type_5,type_4,type_6,type_7,type_8,type_9,type_10,type_11,type_12); return type_5; }
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: (primitive_type) 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: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (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) (identifier) (identifier) (identifier) (identifier) (identifier)))) (return_statement (identifier)))))
null
undefined4 MASKED(undefined4 param_1,int *param_2,undefined4 param_3,undefined4 param_4, undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8, undefined4 param_9) { (**(code **)(*param_2 + 0x10)) (param_1,param_2,param_3,param_4,param_5,param_6,param_7,param_8,param_9); return param_1; }
7730_x86_64-linux-gnu-dwp_and_x86_64-linux-gnu-dwp_strip.c
push_back
FUN_001b9a70
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* std::string::push_back(char) */ void __thiscall std::string::push_back(string *this,char param_1) { uint uVar1; int iVar2; int iVar3; iVar2 = *(int *)this; iVar3 = *(int *)(iVar2 + -0xc); uVar1 = iVar3 + 1; if ((*(uint *)(iVar2 + -8) < uVar1) || (0 < *(int *)(iVar2 + -4))) { reserve(this,uVar1); } *(char *)(*(int *)this + *(int *)(*(int *)this + -0xc)) = param_1; iVar2 = *(int *)this; if ((undefined *)(iVar2 + -0xc) != PTR__S_empty_rep_storage_00301cdc) { *(undefined4 *)(iVar2 + -4) = 0; *(uint *)(iVar2 + -0xc) = uVar1; *(undefined1 *)(iVar2 + 1 + iVar3) = 0; } return; }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_001b9a70(int *param_1,undefined1 param_2) { uint uVar1; int iVar2; int iVar3; iVar2 = *param_1; iVar3 = *(int *)(iVar2 + -0xc); uVar1 = iVar3 + 1; if ((*(uint *)(iVar2 + -8) < uVar1) || (0 < *(int *)(iVar2 + -4))) { FUN_001b9450(param_1,uVar1); } *(undefined1 *)(*param_1 + *(int *)(*param_1 + -0xc)) = param_2; iVar2 = *param_1; if ((undefined *)(iVar2 + -0xc) != PTR_DAT_00301cdc) { *(undefined4 *)(iVar2 + -4) = 0; *(uint *)(iVar2 + -0xc) = uVar1; *(undefined1 *)(iVar2 + 1 + iVar3) = 0; } return; }
PUSH EBP PUSH EDI PUSH ESI PUSH EBX CALL 0x00032730 ADD EBX,0x148587 SUB ESP,0x1c MOV ESI,dword ptr [ESP + 0x30] MOV EDX,dword ptr [ESP + 0x34] MOV EAX,dword ptr [ESI] MOV EBP,dword ptr [EAX + -0xc] LEA EDI,[EBP + 0x1] CMP EDI,dword ptr [EAX + -0x8] JA 0x001b9a9e MOV EAX,dword ptr [EAX + -0x4] TEST EAX,EAX JLE 0x001b9ab3 MOV dword ptr [ESP + 0xc],EDX SUB ESP,0x8 PUSH EDI PUSH ESI CALL 0x001b9450 ADD ESP,0x10 MOV EDX,dword ptr [ESP + 0xc] MOV EAX,dword ptr [ESI] MOV ECX,dword ptr [EAX + -0xc] MOV byte ptr [EAX + ECX*0x1],DL MOV EAX,dword ptr [ESI] LEA EDX,[EAX + -0xc] CMP EDX,dword ptr [EBX + 0xfffffcdc] JNZ 0x001b9ad0 ADD ESP,0x1c POP EBX POP ESI POP EDI POP EBP RET MOV dword ptr [EAX + -0x4],0x0 MOV dword ptr [EAX + -0xc],EDI MOV byte ptr [EAX + EBP*0x1 + 0x1],0x0 JMP 0x001b9ac8
null
null
null
null
[('tmp_165', u'CBRANCH_-1207657770'), ('const-417', u'LOAD_-1207657800'), ('tmp_488', u'STORE_-1207657680'), (u'LOAD_-1207657789', u'INT_LESS_-1207657761'), (u'STORE_-1207657597', u'INDIRECT_-1207657428'), ('tmp_474', u'BRANCH_-1207657582'), ('tmp_487', u'CAST_-1207657442'), ('const-0', u'STORE_-1207657589'), (u'LOAD_-1207657689', u'INT_ADD_-1207657666'), (u'INDIRECT_-1207657480', u'MULTIEQUAL_-1207657462'), ('const-417', u'LOAD_-1207657805'), ('tmp_369', u'CBRANCH_-1207657646'), (u'LOAD_-1207657800', u'INT_ADD_-1207657778'), (u'INT_ADD_-1207657753', u'CAST_-1207657482'), ('const-417', u'LOAD_-1207657677'), ('const-417', u'LOAD_-1207657694'), (u'CAST_-1207657482', u'LOAD_-1207657769'), (u'CAST_-1207657442', u'LOAD_-1207657677'), (u'INT_ADD_-1207657673', u'CAST_-1207657450'), (u'INT_ADD_-1207657656', u'CAST_-1207657439'), (u'INDIRECT_-1207657424', u'MULTIEQUAL_-1207657442'), ('const-1', u'INT_ADD_-1207657577'), ('tmp_205', u'CBRANCH_-1207657748'), (u'INT_ADD_-1207657577', u'INT_ADD_-1207657575'), ('const-4294967288', u'INT_ADD_-1207657773'), (u'INT_ADD_-1207657778', u'CALL_-1207657714'), (u'LOAD_-1207657805', u'INT_ADD_-1207657753'), (u'INT_ADD_-1207657593', u'CAST_-1207657419'), (u'LOAD_-1207657800', u'INT_ADD_-1207657575'), (u'INT_ADD_-1207657666', u'CAST_-1207657446'), (u'CAST_-1207657419', u'STORE_-1207657607'), (u'STORE_-1207657589', u'INDIRECT_-1207657424'), (u'CAST_-1207657446', u'STORE_-1207657680'), ('const-417', u'STORE_-1207657607'), ('const-4294967292', u'INT_ADD_-1207657593'), (u'CAST_-1207657488', u'LOAD_-1207657789'), ('const-4294967284', u'INT_ADD_-1207657673'), (u'LOAD_-1207657677', u'INT_ADD_-1207657583'), ('tmp_487', u'CALL_-1207657714'), (u'INDIRECT_-1207657461', u'INT_NOTEQUAL_-1207657651'), ('const-417', u'STORE_-1207657589'), (u'LOAD_-1207657769', u'INT_SLESS_-1207657741'), ('tmp_487', u'CAST_-1207657498'), ('const-417', u'LOAD_-1207657789'), ('const-0', u'INT_SLESS_-1207657741'), (u'CAST_-1207657450', u'LOAD_-1207657689'), ('const-4294967284', u'INT_ADD_-1207657784'), (u'CAST_-1207657439', u'INT_NOTEQUAL_-1207657651'), ('const-417', u'STORE_-1207657597'), ('const-417', u'STORE_-1207657680'), (u'STORE_-1207657680', u'INDIRECT_-1207657461'), (u'INDIRECT_-1207657461', u'MULTIEQUAL_-1207657442'), ('const-0', u'RETURN_-1207657604'), (u'LOAD_-1207657694', u'INT_ADD_-1207657666'), (u'CALL_-1207657714', u'INDIRECT_-1207657480'), (u'CAST_-1207657407', u'STORE_-1207657589'), (u'CAST_-1207657495', u'LOAD_-1207657800'), (u'MULTIEQUAL_-1207657442', u'COPY_-1207657499'), (u'INT_LESS_-1207657761', u'CBRANCH_-1207657770'), (u'CAST_-1207657411', u'STORE_-1207657597'), (u'INT_ADD_-1207657778', u'INT_LESS_-1207657761'), ('const-0', u'STORE_-1207657607'), (u'STORE_-1207657607', u'INDIRECT_-1207657436'), ('const-417', u'LOAD_-1207657769'), ('const-4294967284', u'INT_ADD_-1207657656'), ('tmp_882', u'MULTIEQUAL_-1207657462'), (u'CAST_-1207657498', u'LOAD_-1207657805'), (u'INT_SLESS_-1207657741', u'CBRANCH_-1207657748'), (u'INT_ADD_-1207657575', u'CAST_-1207657407'), ('const-417', u'LOAD_-1207657689'), ('tmp_487', u'CAST_-1207657453'), (u'LOAD_-1207657677', u'INT_ADD_-1207657656'), (u'INT_ADD_-1207657784', u'CAST_-1207657495'), (u'LOAD_-1207657677', u'INT_ADD_-1207657577'), ('const-4294967292', u'INT_ADD_-1207657753'), (u'LOAD_-1207657677', u'INT_ADD_-1207657593'), (u'INT_ADD_-1207657778', u'STORE_-1207657597'), (u'LOAD_-1207657694', u'INT_ADD_-1207657673'), (u'INT_NOTEQUAL_-1207657651', u'CBRANCH_-1207657646'), (u'CAST_-1207657453', u'LOAD_-1207657694'), ('const-4294967284', u'INT_ADD_-1207657583'), (u'LOAD_-1207657805', u'INT_ADD_-1207657773'), (u'LOAD_-1207657805', u'INT_ADD_-1207657784'), ('const-1', u'INT_ADD_-1207657778'), (u'INT_ADD_-1207657583', u'CAST_-1207657411'), (u'INT_ADD_-1207657773', u'CAST_-1207657488')]
[(u'INT_ADD_-1207657656', u'CAST_-1207657445'), (u'INT_ADD_-1207657666', u'CAST_-1207657451'), ('tmp_165', u'CBRANCH_-1207657770'), (u'LOAD_-1207657789', u'INT_LESS_-1207657761'), ('tmp_474', u'BRANCH_-1207657582'), ('const-417', u'LOAD_-1207657694'), ('const-417', u'LOAD_-1207657677'), (u'LOAD_-1207657689', u'INT_ADD_-1207657666'), ('const-417', u'LOAD_-1207657769'), ('tmp_369', u'CBRANCH_-1207657646'), (u'INT_ADD_-1207657673', u'CAST_-1207657455'), (u'LOAD_-1207657800', u'INT_ADD_-1207657778'), (u'CAST_-1207657413', u'STORE_-1207657589'), (u'INT_ADD_-1207657753', u'CAST_-1207657486'), ('const-1', u'INT_ADD_-1207657577'), (u'CAST_-1207657499', u'LOAD_-1207657800'), ('tmp_205', u'CBRANCH_-1207657748'), (u'INT_ADD_-1207657577', u'INT_ADD_-1207657575'), ('tmp_842', u'LOAD_-1207657805'), ('const-4294967288', u'INT_ADD_-1207657773'), (u'INT_ADD_-1207657778', u'CALL_-1207657714'), ('const-417', u'LOAD_-1207657689'), (u'LOAD_-1207657805', u'INT_ADD_-1207657753'), ('tmp_842', u'LOAD_-1207657677'), (u'LOAD_-1207657800', u'INT_ADD_-1207657575'), ('const-417', u'STORE_-1207657607'), ('tmp_842', u'LOAD_-1207657694'), (u'STORE_-1207657597', u'INDIRECT_-1207657431'), ('const-4294967292', u'INT_ADD_-1207657593'), ('const-417', u'LOAD_-1207657800'), (u'STORE_-1207657680', u'INDIRECT_-1207657464'), ('const-4294967284', u'INT_ADD_-1207657673'), (u'INDIRECT_-1207657483', u'MULTIEQUAL_-1207657465'), (u'CALL_-1207657714', u'INDIRECT_-1207657483'), (u'INDIRECT_-1207657464', u'INT_NOTEQUAL_-1207657651'), ('const-0', u'STORE_-1207657589'), (u'LOAD_-1207657677', u'INT_ADD_-1207657583'), (u'CAST_-1207657417', u'STORE_-1207657597'), ('tmp_885', u'MULTIEQUAL_-1207657465'), (u'LOAD_-1207657769', u'INT_SLESS_-1207657741'), ('const-417', u'STORE_-1207657589'), (u'INT_ADD_-1207657784', u'CAST_-1207657499'), ('const-417', u'STORE_-1207657680'), (u'INDIRECT_-1207657464', u'MULTIEQUAL_-1207657445'), (u'CAST_-1207657451', u'STORE_-1207657680'), (u'CAST_-1207657492', u'LOAD_-1207657789'), ('const-4294967284', u'INT_ADD_-1207657784'), ('tmp_842', u'CALL_-1207657714'), ('const-0', u'INT_SLESS_-1207657741'), ('const-0', u'RETURN_-1207657604'), ('const-0', u'STORE_-1207657607'), (u'LOAD_-1207657694', u'INT_ADD_-1207657666'), (u'INDIRECT_-1207657427', u'MULTIEQUAL_-1207657445'), (u'MULTIEQUAL_-1207657445', u'COPY_-1207657502'), ('const-417', u'LOAD_-1207657789'), (u'INT_LESS_-1207657761', u'CBRANCH_-1207657770'), (u'INT_ADD_-1207657778', u'INT_LESS_-1207657761'), (u'INT_ADD_-1207657575', u'CAST_-1207657413'), ('const-417', u'STORE_-1207657597'), ('const-4294967284', u'INT_ADD_-1207657656'), (u'CAST_-1207657455', u'LOAD_-1207657689'), (u'INT_SLESS_-1207657741', u'CBRANCH_-1207657748'), (u'CAST_-1207657425', u'STORE_-1207657607'), (u'INT_ADD_-1207657773', u'CAST_-1207657492'), (u'LOAD_-1207657677', u'INT_ADD_-1207657656'), (u'LOAD_-1207657677', u'INT_ADD_-1207657577'), ('const-4294967292', u'INT_ADD_-1207657753'), ('const-417', u'LOAD_-1207657805'), (u'INT_ADD_-1207657593', u'CAST_-1207657425'), (u'STORE_-1207657589', u'INDIRECT_-1207657427'), (u'CAST_-1207657486', u'LOAD_-1207657769'), (u'LOAD_-1207657677', u'INT_ADD_-1207657593'), (u'INT_ADD_-1207657778', u'STORE_-1207657597'), (u'INT_ADD_-1207657583', u'CAST_-1207657417'), ('tmp_887', u'STORE_-1207657680'), (u'LOAD_-1207657694', u'INT_ADD_-1207657673'), (u'CAST_-1207657445', u'INT_NOTEQUAL_-1207657651'), (u'INT_NOTEQUAL_-1207657651', u'CBRANCH_-1207657646'), (u'STORE_-1207657607', u'INDIRECT_-1207657439'), ('const-4294967284', u'INT_ADD_-1207657583'), (u'LOAD_-1207657805', u'INT_ADD_-1207657773'), (u'LOAD_-1207657805', u'INT_ADD_-1207657784'), ('const-1', u'INT_ADD_-1207657778')]
null
null
001b9a70
x86
O2
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_001b9a70(int *param_1,undefined1 param_2)\n\n{\n uint uVar1;\n int iVar2;\n int iVar3;\n \n iVar2 = *param_1;\n iVar3 = *(int *)(iVar2 + -0xc);\n uVar1 = iVar3 + 1;\n if ((*(uint *)(iVar2 + -8) < uVar1) || (0 < *(int *)(iVar2 + -4))) {\n FUN_001b9450(param_1,uVar1);\n }\n *(undefined1 *)(*param_1 + *(int *)(*param_1 + -0xc)) = param_2;\n iVar2 = *param_1;\n if ((undefined *)(iVar2 + -0xc) != PTR_DAT_00301cdc) {\n *(undefined4 *)(iVar2 + -4) = 0;\n *(uint *)(iVar2 + -0xc) = uVar1;\n *(undefined1 *)(iVar2 + 1 + iVar3) = 0;\n }\n return;\n}\n\n" comment (function_definition "void FUN_001b9a70(int *param_1,undefined1 param_2)\n\n{\n uint uVar1;\n int iVar2;\n int iVar3;\n \n iVar2 = *param_1;\n iVar3 = *(int *)(iVar2 + -0xc);\n uVar1 = iVar3 + 1;\n if ((*(uint *)(iVar2 + -8) < uVar1) || (0 < *(int *)(iVar2 + -4))) {\n FUN_001b9450(param_1,uVar1);\n }\n *(undefined1 *)(*param_1 + *(int *)(*param_1 + -0xc)) = param_2;\n iVar2 = *param_1;\n if ((undefined *)(iVar2 + -0xc) != PTR_DAT_00301cdc) {\n *(undefined4 *)(iVar2 + -4) = 0;\n *(uint *)(iVar2 + -0xc) = uVar1;\n *(undefined1 *)(iVar2 + 1 + iVar3) = 0;\n }\n return;\n}" primitive_type (function_declarator "FUN_001b9a70(int *param_1,undefined1 param_2)" identifier (parameter_list "(int *param_1,undefined1 param_2)" ( (parameter_declaration "int *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined1 param_2" type_identifier identifier) ))) (compound_statement "{\n uint uVar1;\n int iVar2;\n int iVar3;\n \n iVar2 = *param_1;\n iVar3 = *(int *)(iVar2 + -0xc);\n uVar1 = iVar3 + 1;\n if ((*(uint *)(iVar2 + -8) < uVar1) || (0 < *(int *)(iVar2 + -4))) {\n FUN_001b9450(param_1,uVar1);\n }\n *(undefined1 *)(*param_1 + *(int *)(*param_1 + -0xc)) = param_2;\n iVar2 = *param_1;\n if ((undefined *)(iVar2 + -0xc) != PTR_DAT_00301cdc) {\n *(undefined4 *)(iVar2 + -4) = 0;\n *(uint *)(iVar2 + -0xc) = uVar1;\n *(undefined1 *)(iVar2 + 1 + iVar3) = 0;\n }\n return;\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (expression_statement "iVar2 = *param_1;" (assignment_expression "iVar2 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "iVar3 = *(int *)(iVar2 + -0xc);" (assignment_expression "iVar3 = *(int *)(iVar2 + -0xc)" identifier = (pointer_expression "*(int *)(iVar2 + -0xc)" * (cast_expression "(int *)(iVar2 + -0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar2 + -0xc)" ( (binary_expression "iVar2 + -0xc" identifier + number_literal) ))))) ;) (expression_statement "uVar1 = iVar3 + 1;" (assignment_expression "uVar1 = iVar3 + 1" identifier = (binary_expression "iVar3 + 1" identifier + number_literal)) ;) (if_statement "if ((*(uint *)(iVar2 + -8) < uVar1) || (0 < *(int *)(iVar2 + -4))) {\n FUN_001b9450(param_1,uVar1);\n }" if (parenthesized_expression "((*(uint *)(iVar2 + -8) < uVar1) || (0 < *(int *)(iVar2 + -4)))" ( (binary_expression "(*(uint *)(iVar2 + -8) < uVar1) || (0 < *(int *)(iVar2 + -4))" (parenthesized_expression "(*(uint *)(iVar2 + -8) < uVar1)" ( (binary_expression "*(uint *)(iVar2 + -8) < uVar1" (pointer_expression "*(uint *)(iVar2 + -8)" * (cast_expression "(uint *)(iVar2 + -8)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar2 + -8)" ( (binary_expression "iVar2 + -8" identifier + number_literal) )))) < identifier) )) || (parenthesized_expression "(0 < *(int *)(iVar2 + -4))" ( (binary_expression "0 < *(int *)(iVar2 + -4)" number_literal < (pointer_expression "*(int *)(iVar2 + -4)" * (cast_expression "(int *)(iVar2 + -4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar2 + -4)" ( (binary_expression "iVar2 + -4" identifier + number_literal) ))))) ))) )) (compound_statement "{\n FUN_001b9450(param_1,uVar1);\n }" { (expression_statement "FUN_001b9450(param_1,uVar1);" (call_expression "FUN_001b9450(param_1,uVar1)" identifier (argument_list "(param_1,uVar1)" ( identifier , identifier ))) ;) })) (expression_statement "*(undefined1 *)(*param_1 + *(int *)(*param_1 + -0xc)) = param_2;" (assignment_expression "*(undefined1 *)(*param_1 + *(int *)(*param_1 + -0xc)) = param_2" (pointer_expression "*(undefined1 *)(*param_1 + *(int *)(*param_1 + -0xc))" * (cast_expression "(undefined1 *)(*param_1 + *(int *)(*param_1 + -0xc))" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_1 + *(int *)(*param_1 + -0xc))" ( (binary_expression "*param_1 + *(int *)(*param_1 + -0xc)" (pointer_expression "*param_1" * identifier) + (pointer_expression "*(int *)(*param_1 + -0xc)" * (cast_expression "(int *)(*param_1 + -0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_1 + -0xc)" ( (binary_expression "*param_1 + -0xc" (pointer_expression "*param_1" * identifier) + number_literal) ))))) )))) = identifier) ;) (expression_statement "iVar2 = *param_1;" (assignment_expression "iVar2 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (if_statement "if ((undefined *)(iVar2 + -0xc) != PTR_DAT_00301cdc) {\n *(undefined4 *)(iVar2 + -4) = 0;\n *(uint *)(iVar2 + -0xc) = uVar1;\n *(undefined1 *)(iVar2 + 1 + iVar3) = 0;\n }" if (parenthesized_expression "((undefined *)(iVar2 + -0xc) != PTR_DAT_00301cdc)" ( (binary_expression "(undefined *)(iVar2 + -0xc) != PTR_DAT_00301cdc" (cast_expression "(undefined *)(iVar2 + -0xc)" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar2 + -0xc)" ( (binary_expression "iVar2 + -0xc" identifier + number_literal) ))) != identifier) )) (compound_statement "{\n *(undefined4 *)(iVar2 + -4) = 0;\n *(uint *)(iVar2 + -0xc) = uVar1;\n *(undefined1 *)(iVar2 + 1 + iVar3) = 0;\n }" { (expression_statement "*(undefined4 *)(iVar2 + -4) = 0;" (assignment_expression "*(undefined4 *)(iVar2 + -4) = 0" (pointer_expression "*(undefined4 *)(iVar2 + -4)" * (cast_expression "(undefined4 *)(iVar2 + -4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar2 + -4)" ( (binary_expression "iVar2 + -4" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(uint *)(iVar2 + -0xc) = uVar1;" (assignment_expression "*(uint *)(iVar2 + -0xc) = uVar1" (pointer_expression "*(uint *)(iVar2 + -0xc)" * (cast_expression "(uint *)(iVar2 + -0xc)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar2 + -0xc)" ( (binary_expression "iVar2 + -0xc" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(undefined1 *)(iVar2 + 1 + iVar3) = 0;" (assignment_expression "*(undefined1 *)(iVar2 + 1 + iVar3) = 0" (pointer_expression "*(undefined1 *)(iVar2 + 1 + iVar3)" * (cast_expression "(undefined1 *)(iVar2 + 1 + iVar3)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar2 + 1 + iVar3)" ( (binary_expression "iVar2 + 1 + iVar3" (binary_expression "iVar2 + 1" identifier + number_literal) + identifier) )))) = number_literal) ;) })) (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* std::string::push_back(char) */\n\nvoid __thiscall std::string::push_back(string *this,char param_1)\n\n{\n uint uVar1;\n int iVar2;\n int iVar3;\n \n iVar2 = *(int *)this;\n iVar3 = *(int *)(iVar2 + -0xc);\n uVar1 = iVar3 + 1;\n if ((*(uint *)(iVar2 + -8) < uVar1) || (0 < *(int *)(iVar2 + -4))) {\n reserve(this,uVar1);\n }\n *(char *)(*(int *)this + *(int *)(*(int *)this + -0xc)) = param_1;\n iVar2 = *(int *)this;\n if ((undefined *)(iVar2 + -0xc) != PTR__S_empty_rep_storage_00301cdc) {\n *(undefined4 *)(iVar2 + -4) = 0;\n *(uint *)(iVar2 + -0xc) = uVar1;\n *(undefined1 *)(iVar2 + 1 + iVar3) = 0;\n }\n return;\n}\n\n" comment comment (function_definition "void __thiscall std::string::push_back(string *this,char param_1)\n\n{\n uint uVar1;\n int iVar2;\n int iVar3;\n \n iVar2 = *(int *)this;\n iVar3 = *(int *)(iVar2 + -0xc);\n uVar1 = iVar3 + 1;\n if ((*(uint *)(iVar2 + -8) < uVar1) || (0 < *(int *)(iVar2 + -4))) {\n reserve(this,uVar1);\n }\n *(char *)(*(int *)this + *(int *)(*(int *)this + -0xc)) = param_1;\n iVar2 = *(int *)this;\n if ((undefined *)(iVar2 + -0xc) != PTR__S_empty_rep_storage_00301cdc) {\n *(undefined4 *)(iVar2 + -4) = 0;\n *(uint *)(iVar2 + -0xc) = uVar1;\n *(undefined1 *)(iVar2 + 1 + iVar3) = 0;\n }\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::string::" identifier : : identifier : :) (function_declarator "push_back(string *this,char param_1)" identifier (parameter_list "(string *this,char param_1)" ( (parameter_declaration "string *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "char param_1" primitive_type identifier) ))) (compound_statement "{\n uint uVar1;\n int iVar2;\n int iVar3;\n \n iVar2 = *(int *)this;\n iVar3 = *(int *)(iVar2 + -0xc);\n uVar1 = iVar3 + 1;\n if ((*(uint *)(iVar2 + -8) < uVar1) || (0 < *(int *)(iVar2 + -4))) {\n reserve(this,uVar1);\n }\n *(char *)(*(int *)this + *(int *)(*(int *)this + -0xc)) = param_1;\n iVar2 = *(int *)this;\n if ((undefined *)(iVar2 + -0xc) != PTR__S_empty_rep_storage_00301cdc) {\n *(undefined4 *)(iVar2 + -4) = 0;\n *(uint *)(iVar2 + -0xc) = uVar1;\n *(undefined1 *)(iVar2 + 1 + iVar3) = 0;\n }\n return;\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (expression_statement "iVar2 = *(int *)this;" (assignment_expression "iVar2 = *(int *)this" identifier = (pointer_expression "*(int *)this" * (cast_expression "(int *)this" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier))) ;) (expression_statement "iVar3 = *(int *)(iVar2 + -0xc);" (assignment_expression "iVar3 = *(int *)(iVar2 + -0xc)" identifier = (pointer_expression "*(int *)(iVar2 + -0xc)" * (cast_expression "(int *)(iVar2 + -0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar2 + -0xc)" ( (binary_expression "iVar2 + -0xc" identifier + number_literal) ))))) ;) (expression_statement "uVar1 = iVar3 + 1;" (assignment_expression "uVar1 = iVar3 + 1" identifier = (binary_expression "iVar3 + 1" identifier + number_literal)) ;) (if_statement "if ((*(uint *)(iVar2 + -8) < uVar1) || (0 < *(int *)(iVar2 + -4))) {\n reserve(this,uVar1);\n }" if (parenthesized_expression "((*(uint *)(iVar2 + -8) < uVar1) || (0 < *(int *)(iVar2 + -4)))" ( (binary_expression "(*(uint *)(iVar2 + -8) < uVar1) || (0 < *(int *)(iVar2 + -4))" (parenthesized_expression "(*(uint *)(iVar2 + -8) < uVar1)" ( (binary_expression "*(uint *)(iVar2 + -8) < uVar1" (pointer_expression "*(uint *)(iVar2 + -8)" * (cast_expression "(uint *)(iVar2 + -8)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar2 + -8)" ( (binary_expression "iVar2 + -8" identifier + number_literal) )))) < identifier) )) || (parenthesized_expression "(0 < *(int *)(iVar2 + -4))" ( (binary_expression "0 < *(int *)(iVar2 + -4)" number_literal < (pointer_expression "*(int *)(iVar2 + -4)" * (cast_expression "(int *)(iVar2 + -4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar2 + -4)" ( (binary_expression "iVar2 + -4" identifier + number_literal) ))))) ))) )) (compound_statement "{\n reserve(this,uVar1);\n }" { (expression_statement "reserve(this,uVar1);" (call_expression "reserve(this,uVar1)" identifier (argument_list "(this,uVar1)" ( identifier , identifier ))) ;) })) (expression_statement "*(char *)(*(int *)this + *(int *)(*(int *)this + -0xc)) = param_1;" (assignment_expression "*(char *)(*(int *)this + *(int *)(*(int *)this + -0xc)) = param_1" (pointer_expression "*(char *)(*(int *)this + *(int *)(*(int *)this + -0xc))" * (cast_expression "(char *)(*(int *)this + *(int *)(*(int *)this + -0xc))" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)this + *(int *)(*(int *)this + -0xc))" ( (binary_expression "*(int *)this + *(int *)(*(int *)this + -0xc)" (pointer_expression "*(int *)this" * (cast_expression "(int *)this" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier)) + (pointer_expression "*(int *)(*(int *)this + -0xc)" * (cast_expression "(int *)(*(int *)this + -0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)this + -0xc)" ( (binary_expression "*(int *)this + -0xc" (pointer_expression "*(int *)this" * (cast_expression "(int *)this" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier)) + number_literal) ))))) )))) = identifier) ;) (expression_statement "iVar2 = *(int *)this;" (assignment_expression "iVar2 = *(int *)this" identifier = (pointer_expression "*(int *)this" * (cast_expression "(int *)this" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier))) ;) (if_statement "if ((undefined *)(iVar2 + -0xc) != PTR__S_empty_rep_storage_00301cdc) {\n *(undefined4 *)(iVar2 + -4) = 0;\n *(uint *)(iVar2 + -0xc) = uVar1;\n *(undefined1 *)(iVar2 + 1 + iVar3) = 0;\n }" if (parenthesized_expression "((undefined *)(iVar2 + -0xc) != PTR__S_empty_rep_storage_00301cdc)" ( (binary_expression "(undefined *)(iVar2 + -0xc) != PTR__S_empty_rep_storage_00301cdc" (cast_expression "(undefined *)(iVar2 + -0xc)" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar2 + -0xc)" ( (binary_expression "iVar2 + -0xc" identifier + number_literal) ))) != identifier) )) (compound_statement "{\n *(undefined4 *)(iVar2 + -4) = 0;\n *(uint *)(iVar2 + -0xc) = uVar1;\n *(undefined1 *)(iVar2 + 1 + iVar3) = 0;\n }" { (expression_statement "*(undefined4 *)(iVar2 + -4) = 0;" (assignment_expression "*(undefined4 *)(iVar2 + -4) = 0" (pointer_expression "*(undefined4 *)(iVar2 + -4)" * (cast_expression "(undefined4 *)(iVar2 + -4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar2 + -4)" ( (binary_expression "iVar2 + -4" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(uint *)(iVar2 + -0xc) = uVar1;" (assignment_expression "*(uint *)(iVar2 + -0xc) = uVar1" (pointer_expression "*(uint *)(iVar2 + -0xc)" * (cast_expression "(uint *)(iVar2 + -0xc)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar2 + -0xc)" ( (binary_expression "iVar2 + -0xc" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(undefined1 *)(iVar2 + 1 + iVar3) = 0;" (assignment_expression "*(undefined1 *)(iVar2 + 1 + iVar3) = 0" (pointer_expression "*(undefined1 *)(iVar2 + 1 + iVar3)" * (cast_expression "(undefined1 *)(iVar2 + 1 + iVar3)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar2 + 1 + iVar3)" ( (binary_expression "iVar2 + 1 + iVar3" (binary_expression "iVar2 + 1" identifier + number_literal) + identifier) )))) = number_literal) ;) })) (return_statement "return;" return ;) })))
(translation_unit "void FUN_001b9a70(int *param_1,undefined1 param_2)\n\n{\n uint uVar1;\n int iVar2;\n int iVar3;\n \n iVar2 = *param_1;\n iVar3 = *(int *)(iVar2 + -0xc);\n uVar1 = iVar3 + 1;\n if ((*(uint *)(iVar2 + -8) < uVar1) || (0 < *(int *)(iVar2 + -4))) {\n FUN_001b9450(param_1,uVar1);\n }\n *(undefined1 *)(*param_1 + *(int *)(*param_1 + -0xc)) = param_2;\n iVar2 = *param_1;\n if ((undefined *)(iVar2 + -0xc) != PTR_DAT_00301cdc) {\n *(undefined4 *)(iVar2 + -4) = 0;\n *(uint *)(iVar2 + -0xc) = uVar1;\n *(undefined1 *)(iVar2 + 1 + iVar3) = 0;\n }\n return;\n}\n\n" (function_definition "void FUN_001b9a70(int *param_1,undefined1 param_2)\n\n{\n uint uVar1;\n int iVar2;\n int iVar3;\n \n iVar2 = *param_1;\n iVar3 = *(int *)(iVar2 + -0xc);\n uVar1 = iVar3 + 1;\n if ((*(uint *)(iVar2 + -8) < uVar1) || (0 < *(int *)(iVar2 + -4))) {\n FUN_001b9450(param_1,uVar1);\n }\n *(undefined1 *)(*param_1 + *(int *)(*param_1 + -0xc)) = param_2;\n iVar2 = *param_1;\n if ((undefined *)(iVar2 + -0xc) != PTR_DAT_00301cdc) {\n *(undefined4 *)(iVar2 + -4) = 0;\n *(uint *)(iVar2 + -0xc) = uVar1;\n *(undefined1 *)(iVar2 + 1 + iVar3) = 0;\n }\n return;\n}" primitive_type (function_declarator "FUN_001b9a70(int *param_1,undefined1 param_2)" identifier (parameter_list "(int *param_1,undefined1 param_2)" ( (parameter_declaration "int *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined1 param_2" type_identifier identifier) ))) (compound_statement "{\n uint uVar1;\n int iVar2;\n int iVar3;\n \n iVar2 = *param_1;\n iVar3 = *(int *)(iVar2 + -0xc);\n uVar1 = iVar3 + 1;\n if ((*(uint *)(iVar2 + -8) < uVar1) || (0 < *(int *)(iVar2 + -4))) {\n FUN_001b9450(param_1,uVar1);\n }\n *(undefined1 *)(*param_1 + *(int *)(*param_1 + -0xc)) = param_2;\n iVar2 = *param_1;\n if ((undefined *)(iVar2 + -0xc) != PTR_DAT_00301cdc) {\n *(undefined4 *)(iVar2 + -4) = 0;\n *(uint *)(iVar2 + -0xc) = uVar1;\n *(undefined1 *)(iVar2 + 1 + iVar3) = 0;\n }\n return;\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (expression_statement "iVar2 = *param_1;" (assignment_expression "iVar2 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "iVar3 = *(int *)(iVar2 + -0xc);" (assignment_expression "iVar3 = *(int *)(iVar2 + -0xc)" identifier = (pointer_expression "*(int *)(iVar2 + -0xc)" * (cast_expression "(int *)(iVar2 + -0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar2 + -0xc)" ( (binary_expression "iVar2 + -0xc" identifier + number_literal) ))))) ;) (expression_statement "uVar1 = iVar3 + 1;" (assignment_expression "uVar1 = iVar3 + 1" identifier = (binary_expression "iVar3 + 1" identifier + number_literal)) ;) (if_statement "if ((*(uint *)(iVar2 + -8) < uVar1) || (0 < *(int *)(iVar2 + -4))) {\n FUN_001b9450(param_1,uVar1);\n }" if (parenthesized_expression "((*(uint *)(iVar2 + -8) < uVar1) || (0 < *(int *)(iVar2 + -4)))" ( (binary_expression "(*(uint *)(iVar2 + -8) < uVar1) || (0 < *(int *)(iVar2 + -4))" (parenthesized_expression "(*(uint *)(iVar2 + -8) < uVar1)" ( (binary_expression "*(uint *)(iVar2 + -8) < uVar1" (pointer_expression "*(uint *)(iVar2 + -8)" * (cast_expression "(uint *)(iVar2 + -8)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar2 + -8)" ( (binary_expression "iVar2 + -8" identifier + number_literal) )))) < identifier) )) || (parenthesized_expression "(0 < *(int *)(iVar2 + -4))" ( (binary_expression "0 < *(int *)(iVar2 + -4)" number_literal < (pointer_expression "*(int *)(iVar2 + -4)" * (cast_expression "(int *)(iVar2 + -4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar2 + -4)" ( (binary_expression "iVar2 + -4" identifier + number_literal) ))))) ))) )) (compound_statement "{\n FUN_001b9450(param_1,uVar1);\n }" { (expression_statement "FUN_001b9450(param_1,uVar1);" (call_expression "FUN_001b9450(param_1,uVar1)" identifier (argument_list "(param_1,uVar1)" ( identifier , identifier ))) ;) })) (expression_statement "*(undefined1 *)(*param_1 + *(int *)(*param_1 + -0xc)) = param_2;" (assignment_expression "*(undefined1 *)(*param_1 + *(int *)(*param_1 + -0xc)) = param_2" (pointer_expression "*(undefined1 *)(*param_1 + *(int *)(*param_1 + -0xc))" * (cast_expression "(undefined1 *)(*param_1 + *(int *)(*param_1 + -0xc))" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_1 + *(int *)(*param_1 + -0xc))" ( (binary_expression "*param_1 + *(int *)(*param_1 + -0xc)" (pointer_expression "*param_1" * identifier) + (pointer_expression "*(int *)(*param_1 + -0xc)" * (cast_expression "(int *)(*param_1 + -0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_1 + -0xc)" ( (binary_expression "*param_1 + -0xc" (pointer_expression "*param_1" * identifier) + number_literal) ))))) )))) = identifier) ;) (expression_statement "iVar2 = *param_1;" (assignment_expression "iVar2 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (if_statement "if ((undefined *)(iVar2 + -0xc) != PTR_DAT_00301cdc) {\n *(undefined4 *)(iVar2 + -4) = 0;\n *(uint *)(iVar2 + -0xc) = uVar1;\n *(undefined1 *)(iVar2 + 1 + iVar3) = 0;\n }" if (parenthesized_expression "((undefined *)(iVar2 + -0xc) != PTR_DAT_00301cdc)" ( (binary_expression "(undefined *)(iVar2 + -0xc) != PTR_DAT_00301cdc" (cast_expression "(undefined *)(iVar2 + -0xc)" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar2 + -0xc)" ( (binary_expression "iVar2 + -0xc" identifier + number_literal) ))) != identifier) )) (compound_statement "{\n *(undefined4 *)(iVar2 + -4) = 0;\n *(uint *)(iVar2 + -0xc) = uVar1;\n *(undefined1 *)(iVar2 + 1 + iVar3) = 0;\n }" { (expression_statement "*(undefined4 *)(iVar2 + -4) = 0;" (assignment_expression "*(undefined4 *)(iVar2 + -4) = 0" (pointer_expression "*(undefined4 *)(iVar2 + -4)" * (cast_expression "(undefined4 *)(iVar2 + -4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar2 + -4)" ( (binary_expression "iVar2 + -4" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(uint *)(iVar2 + -0xc) = uVar1;" (assignment_expression "*(uint *)(iVar2 + -0xc) = uVar1" (pointer_expression "*(uint *)(iVar2 + -0xc)" * (cast_expression "(uint *)(iVar2 + -0xc)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar2 + -0xc)" ( (binary_expression "iVar2 + -0xc" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(undefined1 *)(iVar2 + 1 + iVar3) = 0;" (assignment_expression "*(undefined1 *)(iVar2 + 1 + iVar3) = 0" (pointer_expression "*(undefined1 *)(iVar2 + 1 + iVar3)" * (cast_expression "(undefined1 *)(iVar2 + 1 + iVar3)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar2 + 1 + iVar3)" ( (binary_expression "iVar2 + 1 + iVar3" (binary_expression "iVar2 + 1" identifier + number_literal) + 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) ))) (compound_statement { (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 *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (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) )))) < IDENT) )) || (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 ( IDENT , IDENT ))) ;) })) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )))) = IDENT) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))) != IDENT) )) (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 (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 (binary_expression IDENT + LIT) + IDENT) )))) = LIT) ;) })) (return_statement return ;) })))
(function_definition "void FUN_001b9a70(int *param_1,undefined1 param_2)\n\n{\n uint uVar1;\n int iVar2;\n int iVar3;\n \n iVar2 = *param_1;\n iVar3 = *(int *)(iVar2 + -0xc);\n uVar1 = iVar3 + 1;\n if ((*(uint *)(iVar2 + -8) < uVar1) || (0 < *(int *)(iVar2 + -4))) {\n FUN_001b9450(param_1,uVar1);\n }\n *(undefined1 *)(*param_1 + *(int *)(*param_1 + -0xc)) = param_2;\n iVar2 = *param_1;\n if ((undefined *)(iVar2 + -0xc) != PTR_DAT_00301cdc) {\n *(undefined4 *)(iVar2 + -4) = 0;\n *(uint *)(iVar2 + -0xc) = uVar1;\n *(undefined1 *)(iVar2 + 1 + iVar3) = 0;\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_001b9a70(int *param_1,undefined1 param_2)" (identifier "FUN_001b9a70") (parameter_list "(int *param_1,undefined1 param_2)" (( "(") (parameter_declaration "int *param_1" (primitive_type "int") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "undefined1 param_2" (type_identifier "undefined1") (identifier "param_2")) () ")"))) (compound_statement "{\n uint uVar1;\n int iVar2;\n int iVar3;\n \n iVar2 = *param_1;\n iVar3 = *(int *)(iVar2 + -0xc);\n uVar1 = iVar3 + 1;\n if ((*(uint *)(iVar2 + -8) < uVar1) || (0 < *(int *)(iVar2 + -4))) {\n FUN_001b9450(param_1,uVar1);\n }\n *(undefined1 *)(*param_1 + *(int *)(*param_1 + -0xc)) = param_2;\n iVar2 = *param_1;\n if ((undefined *)(iVar2 + -0xc) != PTR_DAT_00301cdc) {\n *(undefined4 *)(iVar2 + -4) = 0;\n *(uint *)(iVar2 + -0xc) = uVar1;\n *(undefined1 *)(iVar2 + 1 + iVar3) = 0;\n }\n return;\n}" ({ "{") (declaration "uint uVar1;" (type_identifier "uint") (identifier "uVar1") (; ";")) (declaration "int iVar2;" (primitive_type "int") (identifier "iVar2") (; ";")) (declaration "int iVar3;" (primitive_type "int") (identifier "iVar3") (; ";")) (expression_statement "iVar2 = *param_1;" (assignment_expression "iVar2 = *param_1" (identifier "iVar2") (= "=") (pointer_expression "*param_1" (* "*") (identifier "param_1"))) (; ";")) (expression_statement "iVar3 = *(int *)(iVar2 + -0xc);" (assignment_expression "iVar3 = *(int *)(iVar2 + -0xc)" (identifier "iVar3") (= "=") (pointer_expression "*(int *)(iVar2 + -0xc)" (* "*") (cast_expression "(int *)(iVar2 + -0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar2 + -0xc)" (( "(") (binary_expression "iVar2 + -0xc" (identifier "iVar2") (+ "+") (number_literal "-0xc")) () ")"))))) (; ";")) (expression_statement "uVar1 = iVar3 + 1;" (assignment_expression "uVar1 = iVar3 + 1" (identifier "uVar1") (= "=") (binary_expression "iVar3 + 1" (identifier "iVar3") (+ "+") (number_literal "1"))) (; ";")) (if_statement "if ((*(uint *)(iVar2 + -8) < uVar1) || (0 < *(int *)(iVar2 + -4))) {\n FUN_001b9450(param_1,uVar1);\n }" (if "if") (parenthesized_expression "((*(uint *)(iVar2 + -8) < uVar1) || (0 < *(int *)(iVar2 + -4)))" (( "(") (binary_expression "(*(uint *)(iVar2 + -8) < uVar1) || (0 < *(int *)(iVar2 + -4))" (parenthesized_expression "(*(uint *)(iVar2 + -8) < uVar1)" (( "(") (binary_expression "*(uint *)(iVar2 + -8) < uVar1" (pointer_expression "*(uint *)(iVar2 + -8)" (* "*") (cast_expression "(uint *)(iVar2 + -8)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar2 + -8)" (( "(") (binary_expression "iVar2 + -8" (identifier "iVar2") (+ "+") (number_literal "-8")) () ")")))) (< "<") (identifier "uVar1")) () ")")) (|| "||") (parenthesized_expression "(0 < *(int *)(iVar2 + -4))" (( "(") (binary_expression "0 < *(int *)(iVar2 + -4)" (number_literal "0") (< "<") (pointer_expression "*(int *)(iVar2 + -4)" (* "*") (cast_expression "(int *)(iVar2 + -4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar2 + -4)" (( "(") (binary_expression "iVar2 + -4" (identifier "iVar2") (+ "+") (number_literal "-4")) () ")"))))) () ")"))) () ")")) (compound_statement "{\n FUN_001b9450(param_1,uVar1);\n }" ({ "{") (expression_statement "FUN_001b9450(param_1,uVar1);" (call_expression "FUN_001b9450(param_1,uVar1)" (identifier "FUN_001b9450") (argument_list "(param_1,uVar1)" (( "(") (identifier "param_1") (, ",") (identifier "uVar1") () ")"))) (; ";")) (} "}"))) (expression_statement "*(undefined1 *)(*param_1 + *(int *)(*param_1 + -0xc)) = param_2;" (assignment_expression "*(undefined1 *)(*param_1 + *(int *)(*param_1 + -0xc)) = param_2" (pointer_expression "*(undefined1 *)(*param_1 + *(int *)(*param_1 + -0xc))" (* "*") (cast_expression "(undefined1 *)(*param_1 + *(int *)(*param_1 + -0xc))" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*param_1 + *(int *)(*param_1 + -0xc))" (( "(") (binary_expression "*param_1 + *(int *)(*param_1 + -0xc)" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (pointer_expression "*(int *)(*param_1 + -0xc)" (* "*") (cast_expression "(int *)(*param_1 + -0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*param_1 + -0xc)" (( "(") (binary_expression "*param_1 + -0xc" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "-0xc")) () ")"))))) () ")")))) (= "=") (identifier "param_2")) (; ";")) (expression_statement "iVar2 = *param_1;" (assignment_expression "iVar2 = *param_1" (identifier "iVar2") (= "=") (pointer_expression "*param_1" (* "*") (identifier "param_1"))) (; ";")) (if_statement "if ((undefined *)(iVar2 + -0xc) != PTR_DAT_00301cdc) {\n *(undefined4 *)(iVar2 + -4) = 0;\n *(uint *)(iVar2 + -0xc) = uVar1;\n *(undefined1 *)(iVar2 + 1 + iVar3) = 0;\n }" (if "if") (parenthesized_expression "((undefined *)(iVar2 + -0xc) != PTR_DAT_00301cdc)" (( "(") (binary_expression "(undefined *)(iVar2 + -0xc) != PTR_DAT_00301cdc" (cast_expression "(undefined *)(iVar2 + -0xc)" (( "(") (type_descriptor "undefined *" (type_identifier "undefined") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar2 + -0xc)" (( "(") (binary_expression "iVar2 + -0xc" (identifier "iVar2") (+ "+") (number_literal "-0xc")) () ")"))) (!= "!=") (identifier "PTR_DAT_00301cdc")) () ")")) (compound_statement "{\n *(undefined4 *)(iVar2 + -4) = 0;\n *(uint *)(iVar2 + -0xc) = uVar1;\n *(undefined1 *)(iVar2 + 1 + iVar3) = 0;\n }" ({ "{") (expression_statement "*(undefined4 *)(iVar2 + -4) = 0;" (assignment_expression "*(undefined4 *)(iVar2 + -4) = 0" (pointer_expression "*(undefined4 *)(iVar2 + -4)" (* "*") (cast_expression "(undefined4 *)(iVar2 + -4)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar2 + -4)" (( "(") (binary_expression "iVar2 + -4" (identifier "iVar2") (+ "+") (number_literal "-4")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(uint *)(iVar2 + -0xc) = uVar1;" (assignment_expression "*(uint *)(iVar2 + -0xc) = uVar1" (pointer_expression "*(uint *)(iVar2 + -0xc)" (* "*") (cast_expression "(uint *)(iVar2 + -0xc)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar2 + -0xc)" (( "(") (binary_expression "iVar2 + -0xc" (identifier "iVar2") (+ "+") (number_literal "-0xc")) () ")")))) (= "=") (identifier "uVar1")) (; ";")) (expression_statement "*(undefined1 *)(iVar2 + 1 + iVar3) = 0;" (assignment_expression "*(undefined1 *)(iVar2 + 1 + iVar3) = 0" (pointer_expression "*(undefined1 *)(iVar2 + 1 + iVar3)" (* "*") (cast_expression "(undefined1 *)(iVar2 + 1 + iVar3)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar2 + 1 + iVar3)" (( "(") (binary_expression "iVar2 + 1 + iVar3" (binary_expression "iVar2 + 1" (identifier "iVar2") (+ "+") (number_literal "1")) (+ "+") (identifier "iVar3")) () ")")))) (= "=") (number_literal "0")) (; ";")) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* std::string::push_back(char) */ void __thiscall std::type_1::function_1(type_1 *this,char param_1) { type_2 var_3; int var_1; int var_2; var_1 = *(int *)this; var_2 = *(int *)(var_1 + -0xc); var_3 = var_2 + 1; if ((*(type_2 *)(var_1 + -8) < var_3) || (0 < *(int *)(var_1 + -4))) { var_4(this,var_3); } *(char *)(*(int *)this + *(int *)(*(int *)this + -0xc)) = param_1; var_1 = *(int *)this; if ((type_3 *)(var_1 + -0xc) != var_5) { *(type_4 *)(var_1 + -4) = 0; *(type_2 *)(var_1 + -0xc) = var_3; *(type_5 *)(var_1 + 1 + var_2) = 0; } 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: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) 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: (primitive_type) 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)))) (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: (identifier))) right: (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 (identifier) (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: (identifier)) right: (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: (number_literal))))))))) right: (identifier))) (expression_statement (assignment_expression left: (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: (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: (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: (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: (number_literal))))) (return_statement))))
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(int *param_1,undefined1 param_2) { uint uVar1; int iVar2; int iVar3; iVar2 = *param_1; iVar3 = *(int *)(iVar2 + -0xc); uVar1 = iVar3 + 1; if ((*(uint *)(iVar2 + -8) < uVar1) || (0 < *(int *)(iVar2 + -4))) { FUN_001b9450(param_1,uVar1); } *(undefined1 *)(*param_1 + *(int *)(*param_1 + -0xc)) = param_2; iVar2 = *param_1; if ((undefined *)(iVar2 + -0xc) != PTR_DAT_00301cdc) { *(undefined4 *)(iVar2 + -4) = 0; *(uint *)(iVar2 + -0xc) = uVar1; *(undefined1 *)(iVar2 + 1 + iVar3) = 0; } return; }
509_powerpc64le-linux-gnu-objcopy_and_powerpc64le-linux-gnu-objcopy_strip.c
cplus_demangle
cplus_demangle
/* WARNING: Control flow encountered bad instruction data */ void cplus_demangle(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ void cplus_demangle(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1206185522')]
[('const-1', u'RETURN_-1206185522')]
null
null
000411c4
x86
O2
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid cplus_demangle(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void cplus_demangle(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "cplus_demangle(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 cplus_demangle(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void cplus_demangle(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "cplus_demangle(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 cplus_demangle(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void cplus_demangle(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "cplus_demangle(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 cplus_demangle(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "cplus_demangle(void)" (identifier "cplus_demangle") (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(); }
4684_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c
do_make_elf_object
FUN_001745c0
/* WARNING: Type propagation algorithm not settling */ /* WARNING: Enum "DT": Some values do not have unique names */ /* WARNING: Enum "ELFOSABI": Some values do not have unique names */ /* DWARF original prototype: Object * do_make_elf_object(Target_mips<32,_true> * this, string * name, Input_file * input_file, off_t offset, Ehdr<32,_true> * ehdr) */ Object * __thiscall anon_unknown.dwarf_d7d43e::Target_mips<32,_true>::do_make_elf_object (Target_mips<32,_true> *this,string *name,Input_file *input_file,off_t offset, Ehdr<32,_true> *ehdr) { Xindex **ppXVar1; Object_merge_map **ppOVar2; uint *puVar3; _Prime_rehash_policy *p_Var4; byte bVar5; ushort uVar6; pointer pcVar7; Ehdr_data<32> *pEVar8; byte bVar9; bool bVar10; Object *pOVar11; char *format; Sized_relobj_file<32,_true> *this_00; uint uVar12; int unaff_EDI; __x86_get_pc_thunk_di(); uVar6 = ehdr->p_->e_type; uVar12 = (uint)(ushort)(uVar6 << 8 | uVar6 >> 8); if (uVar12 != 1) { if (uVar12 == 2) { bVar10 = gold::Input_file::just_symbols(input_file); if (bVar10) goto LAB_00174680; } else if (uVar12 == 3) { pOVar11 = gold::Target::do_make_elf_object((Target *)this,name,input_file,offset,ehdr); return pOVar11; } pcVar7 = (name->_M_dataplus)._M_p; format = (char *)gettext(&UNK_002f2517 + unaff_EDI); gold::gold_error(format,pcVar7,uVar12); return (Object *)0x0; } LAB_00174680: this_00 = (Sized_relobj_file<32,_true> *)operator_new(0x248); /* try { // try from 001746ab to 001746af has its CatchHandler @ 00174971 */ gold::Sized_relobj_file<32,_true>::Sized_relobj_file(this_00,name,input_file,offset,ehdr); this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object._vptr_Object = (_func_int_varargs **)0x0; (this_00->super_Sized_relobj<32,_true>).super_Relobj.super_Object._vptr_Object = (_func_int_varargs **)("R_ARM_GOTRELAX" + unaff_EDI + 5); ppXVar1 = &this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object.xindex_; this_00[1].super_Sized_relobj<32,_true>.super_Relobj.output_sections_. super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl._M_start = (pointer)ppXVar1; this_00[1].super_Sized_relobj<32,_true>.super_Relobj.output_sections_. super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl. _M_finish = (pointer)ppXVar1; ppOVar2 = &this_00[1].super_Sized_relobj<32,_true>.super_Relobj.object_merge_map_; this_00[1].super_Sized_relobj<32,_true>.super_Relobj.rd_ = (Read_relocs_data *)ppOVar2; this_00[1].super_Sized_relobj<32,_true>.super_Relobj.sd_ = (Symbols_data *)ppOVar2; puVar3 = &this_00[1].super_Sized_relobj<32,_true>.super_Relobj.first_dyn_reloc_; this_00[1].super_Sized_relobj<32,_true>.local_got_offsets_._M_h._M_buckets = (__bucket_type *)puVar3; this_00[1].super_Sized_relobj<32,_true>.local_got_offsets_._M_h._M_bucket_count = (size_type)puVar3; p_Var4 = &this_00[1].super_Sized_relobj<32,_true>.local_got_offsets_._M_h._M_rehash_policy; this_00[1].super_Sized_relobj<32,_true>.local_got_offsets_._M_h._M_single_bucket = (__bucket_type)p_Var4; this_00[1].super_Sized_relobj<32,_true>.section_offsets_. super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl._M_start = (pointer)p_Var4 ; this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object.name_._M_dataplus._M_p = (pointer)0x0; this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object.name_._M_string_length = 0; this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object.name_.field_2. _M_allocated_capacity = 0; *(undefined4 *) ((int)&this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object.name_.field_2 + 4) = 0; *(undefined4 *) ((int)&this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object.name_.field_2 + 8) = 0; *(undefined4 *) ((int)&this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object.name_.field_2 + 0xc) = 0 ; this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object.input_file_ = (Input_file *)0x0; *(undefined4 *)&this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object.offset_ = 0; *(undefined4 *) ((int)&this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object.offset_ + 4) = 0; this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object.shnum_ = 0; this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object.xindex_ = (Xindex *)0x0; this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object.compressed_sections_ = (Compressed_section_map *)0x0; this_00[1].super_Sized_relobj<32,_true>.super_Relobj.output_sections_. super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl. _M_end_of_storage = (pointer)0x0; this_00[1].super_Sized_relobj<32,_true>.super_Relobj.object_merge_map_ = (Object_merge_map *)0x0; *(undefined4 *) &this_00[1].super_Sized_relobj<32,_true>.super_Relobj.relocs_must_follow_section_writes_ = 0; this_00[1].super_Sized_relobj<32,_true>.super_Relobj.reloc_counts_ = (uint *)0x0; this_00[1].super_Sized_relobj<32,_true>.super_Relobj.first_dyn_reloc_ = 0; this_00[1].super_Sized_relobj<32,_true>.super_Relobj.dyn_reloc_count_ = 0; this_00[1].super_Sized_relobj<32,_true>.local_got_offsets_._M_h._M_before_begin._M_nxt = (_Hash_node_base *)0x0; this_00[1].super_Sized_relobj<32,_true>.local_got_offsets_._M_h._M_rehash_policy. _M_max_load_factor = 0.0; this_00[1].super_Sized_relobj<32,_true>.local_got_offsets_._M_h._M_rehash_policy._M_next_resize = 0; this_00[1].super_Sized_relobj<32,_true>.section_offsets_. super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl._M_finish = (pointer)0x0; this_00[1].elf_file_.file_ = (Object *)0x0; bVar5 = (byte)this_00[1].e_type_; *(Elf_file<32,_true,_gold::Object> **)((int)&this_00[1].elf_file_.shoff_ + 4) = &this_00[1].elf_file_; this_00[1].elf_file_.shnum_ = (uint)&this_00[1].elf_file_; *(undefined4 *)&this_00[1].elf_file_.shoff_ = 0; *(byte *)&this_00[1].e_type_ = bVar5 & 0xf3 | 8; this_00[1].elf_file_.shstrndx_ = 0; this_00[1].elf_file_.large_shndx_offset_ = 0; this_00[1].symtab_shndx_ = 0; this_00[1].local_symbol_count_ = 0; this_00[1].output_local_symbol_count_ = 0; this_00[1].output_local_dynsym_count_ = 0; this_00[1].symbols_.super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl. _M_start = (pointer)0x0; this_00[1].symbols_.super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl. _M_finish = (pointer)0x0; this_00[1].symbols_.super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl. _M_end_of_storage = (pointer)0x0; this_00[1].defined_count_ = 0; *(undefined4 *)&this_00[1].local_symbol_offset_ = 0; *(undefined4 *)((int)&this_00[1].local_symbol_offset_ + 4) = 0; *(undefined4 *)&this_00[1].local_dynsym_offset_ = 0; *(undefined4 *)((int)&this_00[1].local_dynsym_offset_ + 4) = 0; this_00[1].local_values_. super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold::Symbol_value<32>_>_>._M_impl. _M_start = (pointer)0x0; this_00[1].local_values_. super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold::Symbol_value<32>_>_>._M_impl. _M_finish = (pointer)0x0; this_00[1].local_values_. super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold::Symbol_value<32>_>_>._M_impl. _M_end_of_storage = (pointer)0x0; this_00[1].local_plt_offsets_._M_h._M_buckets = (__bucket_type *)0x0; this_00[1].local_plt_offsets_._M_h._M_bucket_count = 0xffffffff; this_00[1].local_plt_offsets_._M_h._M_before_begin._M_nxt = (_Hash_node_base *)0x0; this_00[1].local_plt_offsets_._M_h._M_element_count = 0; this_00[1].local_plt_offsets_._M_h._M_rehash_policy._M_max_load_factor = 0.0; this_00[1].local_plt_offsets_._M_h._M_rehash_policy._M_next_resize = 0; this_00[1].local_plt_offsets_._M_h._M_single_bucket = (__bucket_type)0x0; *(undefined4 *)&this_00[1].kept_comdat_sections_._M_t._M_impl = 0; this_00[1].kept_comdat_sections_._M_t._M_impl.super__Rb_tree_header._M_header._M_color = _S_red; pEVar8 = ehdr->p_; bVar9 = (byte)(pEVar8->e_flags >> 0x19) & 1; *(byte *)&this_00[1].e_type_ = bVar5 & 0xf2 | 8 | bVar9; *(byte *)&this_00[1].e_type_ = (char)((pEVar8->e_flags >> 0x18 & 0x20) >> 5) * '\x02' | bVar5 & 0xf0 | 8 | bVar9; gold::Sized_relobj_file<32,_true>::do_setup(this_00); return (Object *)this_00; }
int * FUN_001745c0(undefined4 param_1,undefined4 *param_2,undefined4 param_3,undefined4 param_4, undefined4 param_5,int *param_6) { byte bVar1; undefined4 uVar2; int iVar3; byte bVar4; char cVar5; int *piVar6; undefined4 uVar7; ushort uVar8; int unaff_EDI; FUN_00074f0a(); uVar8 = *(ushort *)(*param_6 + 0x10) << 8 | *(ushort *)(*param_6 + 0x10) >> 8; if (uVar8 != 1) { if (uVar8 == 2) { cVar5 = FUN_0023df40(param_3); if (cVar5 != '\0') goto LAB_00174680; } else if (uVar8 == 3) { piVar6 = (int *)FUN_00364830(param_1,param_2,param_3,param_4,param_5,param_6); return piVar6; } uVar2 = *param_2; uVar7 = gettext(unaff_EDI + 0x2f2517); FUN_0023b810(uVar7,uVar2,uVar8); return (int *)0x0; } LAB_00174680: piVar6 = (int *)FUN_003ac4d0(0x248); /* try { // try from 001746ab to 001746af has its CatchHandler @ 00174971 */ FUN_0029f2f0(piVar6,param_2,param_3,param_4,param_5,param_6); piVar6[0x4f] = 0; *piVar6 = (int)("R_ARM_GOTRELAX" + unaff_EDI + 5); piVar6[0x5d] = (int)(piVar6 + 0x5b); piVar6[0x5e] = (int)(piVar6 + 0x5b); piVar6[99] = (int)(piVar6 + 0x61); piVar6[100] = (int)(piVar6 + 0x61); piVar6[0x69] = (int)(piVar6 + 0x67); piVar6[0x6a] = (int)(piVar6 + 0x67); piVar6[0x6f] = (int)(piVar6 + 0x6d); piVar6[0x70] = (int)(piVar6 + 0x6d); piVar6[0x50] = 0; piVar6[0x51] = 0; piVar6[0x52] = 0; piVar6[0x53] = 0; piVar6[0x54] = 0; piVar6[0x55] = 0; piVar6[0x56] = 0; piVar6[0x57] = 0; piVar6[0x58] = 0; piVar6[0x59] = 0; piVar6[0x5b] = 0; piVar6[0x5c] = 0; piVar6[0x5f] = 0; piVar6[0x61] = 0; piVar6[0x62] = 0; piVar6[0x65] = 0; piVar6[0x67] = 0; piVar6[0x68] = 0; piVar6[0x6b] = 0; piVar6[0x6d] = 0; piVar6[0x6e] = 0; piVar6[0x71] = 0; piVar6[0x73] = 0; bVar1 = *(byte *)(piVar6 + 0x79); piVar6[0x75] = (int)(piVar6 + 0x73); piVar6[0x76] = (int)(piVar6 + 0x73); piVar6[0x74] = 0; *(byte *)(piVar6 + 0x79) = bVar1 & 0xf3 | 8; piVar6[0x77] = 0; piVar6[0x78] = 0; piVar6[0x7a] = 0; piVar6[0x7b] = 0; piVar6[0x7c] = 0; piVar6[0x7d] = 0; piVar6[0x7e] = 0; piVar6[0x7f] = 0; piVar6[0x80] = 0; piVar6[0x81] = 0; piVar6[0x82] = 0; piVar6[0x83] = 0; piVar6[0x84] = 0; piVar6[0x85] = 0; piVar6[0x86] = 0; piVar6[0x87] = 0; piVar6[0x88] = 0; piVar6[0x89] = 0; piVar6[0x8a] = -1; piVar6[0x8b] = 0; piVar6[0x8c] = 0; piVar6[0x8d] = 0; piVar6[0x8e] = 0; piVar6[0x8f] = 0; piVar6[0x90] = 0; piVar6[0x91] = 0; iVar3 = *param_6; bVar4 = (byte)((uint)*(undefined4 *)(iVar3 + 0x24) >> 0x19) & 1; *(byte *)(piVar6 + 0x79) = bVar1 & 0xf2 | 8 | bVar4; *(byte *)(piVar6 + 0x79) = (char)((*(uint *)(iVar3 + 0x24) >> 0x18 & 0x20) >> 5) * '\x02' | bVar1 & 0xf0 | 8 | bVar4; FUN_00294830(piVar6); return piVar6; }
PUSH EBP MOV EBP,ESP PUSH EDI CALL 0x00074f0a ADD EDI,0x475a37 PUSH ESI PUSH EBX SUB ESP,0x1c MOV EAX,dword ptr [EBP + 0x1c] MOV EDX,dword ptr [EBP + 0x14] MOV ECX,dword ptr [EBP + 0x18] MOV EAX,dword ptr [EAX] MOVZX ESI,word ptr [EAX + 0x10] ROL SI,0x8 MOVZX ESI,SI CMP ESI,0x1 JZ 0x00174680 CMP ESI,0x2 JZ 0x00174660 CMP ESI,0x3 JNZ 0x00174628 SUB ESP,0x8 PUSH dword ptr [EBP + 0x1c] MOV EBX,EDI PUSH ECX PUSH EDX PUSH dword ptr [EBP + 0x10] PUSH dword ptr [EBP + 0xc] PUSH dword ptr [EBP + 0x8] CALL 0x00364830 ADD ESP,0x20 LEA ESP,[EBP + -0xc] MOV ESI,EAX POP EBX MOV EAX,ESI POP ESI POP EDI POP EBP RET MOV EAX,dword ptr [EBP + 0xc] SUB ESP,0xc MOV EBX,EDI MOV EAX,dword ptr [EAX] MOV dword ptr [EBP + -0x20],EAX LEA EAX,[EDI + 0xffe7cae0] PUSH EAX CALL 0x00039440 ADD ESP,0xc PUSH ESI XOR ESI,ESI PUSH dword ptr [EBP + -0x20] PUSH EAX CALL 0x0023b810 ADD ESP,0x10 LEA ESP,[EBP + -0xc] MOV EAX,ESI POP EBX POP ESI POP EDI POP EBP RET SUB ESP,0xc PUSH dword ptr [EBP + 0x10] MOV EBX,EDI MOV dword ptr [EBP + -0x20],EDX MOV dword ptr [EBP + -0x1c],ECX CALL 0x0023df40 ADD ESP,0x10 MOV EDX,dword ptr [EBP + -0x20] MOV ECX,dword ptr [EBP + -0x1c] TEST AL,AL JZ 0x00174628 SUB ESP,0xc MOV EBX,EDI MOV dword ptr [EBP + -0x20],EDX PUSH 0x248 MOV dword ptr [EBP + -0x1c],ECX CALL 0x003ac4d0 POP ECX MOV EDX,dword ptr [EBP + -0x20] MOV ECX,dword ptr [EBP + -0x1c] MOV ESI,EAX POP EAX PUSH dword ptr [EBP + 0x1c] PUSH ECX PUSH EDX PUSH dword ptr [EBP + 0x10] PUSH dword ptr [EBP + 0xc] PUSH ESI CALL 0x0029f2f0 LEA EAX,[EDI + 0xffff6d48] ADD ESP,0x14 MOV dword ptr [ESI + 0x13c],0x0 MOV dword ptr [ESI],EAX LEA EAX,[ESI + 0x16c] MOV dword ptr [ESI + 0x174],EAX MOV dword ptr [ESI + 0x178],EAX LEA EAX,[ESI + 0x184] MOV dword ptr [ESI + 0x18c],EAX MOV dword ptr [ESI + 0x190],EAX LEA EAX,[ESI + 0x19c] MOV dword ptr [ESI + 0x1a4],EAX MOV dword ptr [ESI + 0x1a8],EAX LEA EAX,[ESI + 0x1b4] MOV dword ptr [ESI + 0x1bc],EAX MOV dword ptr [ESI + 0x1c0],EAX LEA EAX,[ESI + 0x1cc] MOV dword ptr [ESI + 0x140],0x0 MOV dword ptr [ESI + 0x144],0x0 MOV dword ptr [ESI + 0x148],0x0 MOV dword ptr [ESI + 0x14c],0x0 MOV dword ptr [ESI + 0x150],0x0 MOV dword ptr [ESI + 0x154],0x0 MOV dword ptr [ESI + 0x158],0x0 MOV dword ptr [ESI + 0x15c],0x0 MOV dword ptr [ESI + 0x160],0x0 MOV dword ptr [ESI + 0x164],0x0 MOV dword ptr [ESI + 0x16c],0x0 MOV dword ptr [ESI + 0x170],0x0 MOV dword ptr [ESI + 0x17c],0x0 MOV dword ptr [ESI + 0x184],0x0 MOV dword ptr [ESI + 0x188],0x0 MOV dword ptr [ESI + 0x194],0x0 MOV dword ptr [ESI + 0x19c],0x0 MOV dword ptr [ESI + 0x1a0],0x0 MOV dword ptr [ESI + 0x1ac],0x0 MOV dword ptr [ESI + 0x1b4],0x0 MOV dword ptr [ESI + 0x1b8],0x0 MOV dword ptr [ESI + 0x1c4],0x0 MOV dword ptr [ESI + 0x1cc],0x0 MOVZX EDX,byte ptr [ESI + 0x1e4] MOV dword ptr [ESI + 0x1d4],EAX MOV dword ptr [ESI + 0x1d8],EAX AND EDX,0xfffffff3 MOV EAX,dword ptr [EBP + 0x1c] MOV dword ptr [ESI + 0x1d0],0x0 OR EDX,0x8 MOV byte ptr [ESI + 0x1e4],DL MOV dword ptr [ESI + 0x1dc],0x0 MOV dword ptr [ESI + 0x1e0],0x0 MOV dword ptr [ESI + 0x1e8],0x0 MOV dword ptr [ESI + 0x1ec],0x0 MOV dword ptr [ESI + 0x1f0],0x0 MOV dword ptr [ESI + 0x1f4],0x0 MOV dword ptr [ESI + 0x1f8],0x0 MOV dword ptr [ESI + 0x1fc],0x0 MOV dword ptr [ESI + 0x200],0x0 MOV dword ptr [ESI + 0x204],0x0 MOV dword ptr [ESI + 0x208],0x0 MOV dword ptr [ESI + 0x20c],0x0 MOV dword ptr [ESI + 0x210],0x0 MOV dword ptr [ESI + 0x214],0x0 MOV dword ptr [ESI + 0x218],0x0 MOV dword ptr [ESI + 0x21c],0x0 MOV dword ptr [ESI + 0x220],0x0 MOV dword ptr [ESI + 0x224],0x0 MOV dword ptr [ESI + 0x228],0xffffffff MOV dword ptr [ESI + 0x22c],0x0 MOV dword ptr [ESI + 0x230],0x0 MOV dword ptr [ESI + 0x234],0x0 MOV dword ptr [ESI + 0x238],0x0 MOV dword ptr [ESI + 0x23c],0x0 MOV dword ptr [ESI + 0x240],0x0 MOV dword ptr [ESI + 0x244],0x0 MOV EBX,dword ptr [EAX] MOV EAX,dword ptr [EBX + 0x24] BSWAP EAX SHR EAX,0x1 MOV ECX,EAX MOV EAX,EDX AND ECX,0x1 AND EAX,0xfffffffe OR EAX,ECX MOV byte ptr [ESI + 0x1e4],AL MOV EDX,dword ptr [EBX + 0x24] AND EAX,0xfffffffd MOV EBX,EDI BSWAP EDX SHR EDX,0x5 AND EDX,0x1 ADD EDX,EDX OR EDX,EAX MOV byte ptr [ESI + 0x1e4],DL PUSH ESI CALL 0x00294830 ADD ESP,0x10 LEA ESP,[EBP + -0xc] MOV EAX,ESI POP EBX POP ESI POP EDI POP EBP RET
null
null
null
null
[('const-0', u'PTRSUB_-1207414885'), (u'PTRSUB_-1207415182', u'CAST_-1207414862'), ('const-240', u'INT_AND_-1207415457'), (u'COPY_-1207417014', u'RETURN_-1207416980'), (u'PTRADD_-1207415345', u'PTRSUB_-1207415343'), ('const-0', u'STORE_-1207416443'), ('const-0', u'PTRSUB_-1207415165'), (u'PTRADD_-1207415549', u'PTRSUB_-1207415547'), (u'CAST_-1207415208', u'INT_ADD_-1207415278'), (u'PTRSUB_-1207415304', u'PTRSUB_-1207415210'), ('const-4', u'PTRSUB_-1207414885'), ('const-1', u'PTRADD_-1207415688'), (u'PTRSUB_-1207415328', u'PTRSUB_-1207415263'), ('const-316', u'PTRADD_-1207415588'), (u'PTRSUB_-1207415409', u'STORE_-1207416755'), ('const-24', u'PTRSUB_-1207415341'), ('const-1', u'PTRADD_-1207415575'), (u'PTRSUB_-1207415182', u'CAST_-1207414994'), (u'CAST_-1207415404', u'PTRADD_-1207415321'), (u'CAST_-1207415404', u'PTRADD_-1207415497'), ('const-1', u'PTRADD_-1207415445'), (u'PTRADD_-1207415247', u'PTRSUB_-1207415245'), ('const-0', u'PTRSUB_-1207415292'), ('const-417', u'STORE_-1207416521'), ('const-1', u'PTRADD_-1207415234'), (u'CAST_-1207415404', u'PTRADD_-1207415458'), ('const-316', u'PTRADD_-1207415680'), ('const-0', u'PTRSUB_-1207414980'), ('const-0', u'PTRSUB_-1207415352'), ('const-1', u'PTRADD_-1207415378'), ('const-316', u'PTRADD_-1207415094'), (u'PTRSUB_-1207415194', u'CAST_-1207414873'), ('const-1', u'PTRADD_-1207415184'), ('const-0', u'PTRSUB_-1207415812'), (u'PTRSUB_-1207415751', u'PTRSUB_-1207415547'), (u'PTRSUB_-1207415484', u'PTRSUB_-1207415388'), (u'PTRSUB_-1207415169', u'CAST_-1207414850'), ('const-0', u'PTRSUB_-1207415714'), ('const-417', u'STORE_-1207415986'), (u'PTRADD_-1207415471', u'PTRSUB_-1207415469'), (u'COPY_-1207415893', u'PTRADD_-1207416727'), ('const-316', u'PTRADD_-1207415133'), (u'PTRADD_-1207415001', u'PTRSUB_-1207414999'), (u'PTRADD_-1207415762', u'PTRSUB_-1207415760'), (u'PTRSUB_-1207415316', u'PTRSUB_-1207415251'), (u'PTRSUB_-1207415389', u'PTRSUB_-1207415388'), ('const-220', u'PTRSUB_-1207415144'), ('const-0', u'PTRSUB_-1207415638'), ('const-417', u'STORE_-1207416391'), (u'CAST_-1207415404', u'PTRADD_-1207415171'), ('const-417', u'STORE_-1207416090'), (u'PTRSUB_-1207415521', u'PTRSUB_-1207415340'), ('const-0', u'STORE_-1207416573'), (u'PTRSUB_-1207415038', u'PTRSUB_-1207414921'), ('const-316', u'PTRADD_-1207415780'), (u'CAST_-1207415404', u'PTRADD_-1207415404'), (u'PTRADD_-1207415484', u'PTRSUB_-1207415482'), ('const-1', u'PTRADD_-1207415321'), (u'PTRSUB_-1207415563', u'PTRSUB_-1207415459'), ('const-316', u'PTRADD_-1207415014'), ('const-0', u'PTRSUB_-1207415486'), (u'PTRSUB_-1207415415', u'PTRSUB_-1207415244'), (u'CAST_-1207415404', u'PTRADD_-1207415159'), ('const-1', u'PTRADD_-1207415369'), (u'CAST_-1207415404', u'PTRADD_-1207415575'), ('const-316', u'PTRADD_-1207415120'), ('const-0', u'PTRSUB_-1207415160'), ('const-316', u'PTRADD_-1207415360'), (u'PTRSUB_-1207415322', u'PTRSUB_-1207415676'), ('const-56', u'PTRSUB_-1207415244'), ('const-0', u'PTRSUB_-1207415376'), ('const-4', u'PTRSUB_-1207415355'), (u'PTRSUB_-1207415676', u'PTRSUB_-1207415485'), (u'PTRSUB_-1207415376', u'PTRSUB_-1207415280'), (u'PTRSUB_-1207415078', u'STORE_-1207416378'), (u'PTRSUB_-1207415801', u'PTRSUB_-1207415591'), (u'CAST_-1207415404', u'PTRADD_-1207414935'), (u'PTRSUB_-1207415015', u'PTRSUB_-1207414930'), ('const-12', u'PTRSUB_-1207415195'), ('const-0', u'PTRSUB_-1207415340'), ('const-1', u'PTRADD_-1207416727'), ('const-417', u'STORE_-1207415728'), ('const-584', u'CALL_-1207416860'), (u'CALL_-1207416860', u'CAST_-1207415404'), ('const-417', u'STORE_-1207416495'), (u'PTRADD_-1207415588', u'PTRSUB_-1207415586'), (u'PTRSUB_-1207415299', u'PTRSUB_-1207415267'), ('const-316', u'PTRADD_-1207415391'), (u'PTRSUB_-1207415267', u'PTRSUB_-1207415241'), ('const-316', u'PTRADD_-1207415549'), (u'PTRSUB_-1207415499', u'PTRSUB_-1207415401'), ('const-4', u'INT_ADD_-1207415275'), ('const-1', u'PTRADD_-1207415471'), ('const-0', u'PTRSUB_-1207415456'), ('const-32', u'PTRSUB_-1207415240'), ('const-0', u'PTRSUB_-1207414992'), ('const-8', u'PTRSUB_-1207415244'), (u'PTRSUB_-1207415341', u'STORE_-1207416664'), ('const-0', u'STORE_-1207416038'), (u'PTRSUB_-1207415731', u'PTRSUB_-1207415531'), ('const-417', u'STORE_-1207415999'), (u'PTRSUB_-1207415441', u'STORE_-1207416404'), ('const-0', u'PTRSUB_-1207415089'), ('const-242', u'INT_AND_-1207415452'), ('const-0', u'STORE_-1207416599'), (u'PTRADD_-1207417034', u'CALL_-1207417078'), ('const-4', u'PTRSUB_-1207415287'), (u'PTRSUB_-1207415077', u'STORE_-1207416012'), (u'PTRSUB_-1207415162', u'STORE_-1207416259'), (u'CAST_-1207415404', u'PTRADD_-1207415627'), ('const-417', u'STORE_-1207415845'), ('const-0', u'RETURN_-1207415660'), (u'CAST_-1207415283', u'STORE_-1207416664'), (u'PTRSUB_-1207415100', u'PTRSUB_-1207415015'), ('const-1', u'PTRADD_-1207415133'), (u'CAST_-1207415404', u'PTRADD_-1207415184'), ('const-417', u'STORE_-1207416767'), (u'CAST_-1207415404', u'PTRADD_-1207415196'), ('const-188', u'PTRSUB_-1207415219'), ('tmp_2181', u'CALL_-1207417180'), (u'CAST_-1207415404', u'PTRADD_-1207415295'), (u'PTRSUB_-1207415678', u'PTRSUB_-1207415484'), ('const-0', u'PTRSUB_-1207415651'), ('const-316', u'PTRADD_-1207415196'), ('const-417', u'STORE_-1207416417'), (u'PTRSUB_-1207414955', u'LOAD_-1207415838'), (u'PTRSUB_-1207415452', u'STORE_-1207416716'), ('const-417', u'STORE_-1207416404'), ('const-1', u'PTRADD_-1207415094'), ('const-1', u'PTRADD_-1207415196'), ('const-417', u'STORE_-1207416259'), ('const-0', u'STORE_-1207415973'), (u'LOAD_-1207415924', u'PTRSUB_-1207414955'), (u'PTRADD_-1207415391', u'PTRSUB_-1207415389'), ('const-316', u'PTRADD_-1207415234'), ('const-0', u'PTRSUB_-1207415393'), (u'CAST_-1207415404', u'PTRADD_-1207415345'), ('const-0', u'STORE_-1207416064'), ('const-0', u'PTRSUB_-1207415448'), (u'PTRADD_-1207415208', u'PTRSUB_-1207415206'), ('const-417', u'STORE_-1207416220'), ('const-417', u'STORE_-1207416443'), (u'CAST_-1207415404', u'PTRADD_-1207415814'), (u'PTRSUB_-1207415420', u'STORE_-1207416767'), (u'PTRSUB_-1207415547', u'PTRSUB_-1207415364'), (u'CAST_-1207415404', u'PTRADD_-1207415601'), (u'PTRADD_-1207415295', u'PTRSUB_-1207415293'), (u'INT_ADD_-1207415870', u'PTRADD_-1207416727'), ('const-316', u'PTRADD_-1207415040'), ('const-0', u'PTRSUB_-1207415436'), (u'PTRSUB_-1207415105', u'PTRSUB_-1207415104'), (u'PTRSUB_-1207414874', u'PTRSUB_-1207415077'), ('const-0', u'STORE_-1207416378'), ('const-3089687', u'PTRSUB_-1207415952'), (u'PTRSUB_-1207415625', u'PTRSUB_-1207415436'), ('const-1', u'PTRADD_-1207415040'), (u'CALL_-1207416941', u'CBRANCH_-1207416902'), ('const-4', u'INT_ADD_-1207415203'), (u'PTRSUB_-1207415445', u'STORE_-1207416707'), (u'PTRSUB_-1207415448', u'PTRSUB_-1207415352'), (u'PTRSUB_-1207415508', u'PTRSUB_-1207415328'), (u'PTRSUB_-1207415122', u'PTRSUB_-1207415441'), (u'INT_AND_-1207415416', u'INT_RIGHT_-1207415735'), (u'CAST_-1207415404', u'PTRADD_-1207415688'), (u'PTRADD_-1207415133', u'PTRSUB_-1207415131'), (u'CAST_-1207415007', u'STORE_-1207416320'), (u'PTRSUB_-1207415555', u'PTRSUB_-1207415452'), ('const-0', u'PTRSUB_-1207415376'), ('const-0', u'STORE_-1207415999'), ('const-417', u'STORE_-1207416129'), ('const-0', u'PTRSUB_-1207415004'), ('const-316', u'PTRADD_-1207415054'), (u'PTRSUB_-1207415530', u'PTRSUB_-1207415731'), ('tmp_2178', u'CALL_-1207416791'), ('const-260', u'PTRSUB_-1207414999'), ('const-1', u'PTRADD_-1207415484'), ('const-316', u'PTRADD_-1207415027'), ('const-417', u'STORE_-1207416573'), ('const-0', u'PTRSUB_-1207415256'), (u'PTRSUB_-1207414933', u'PTRSUB_-1207414852'), (u'CAST_-1207415404', u'PTRADD_-1207415208'), ('const-316', u'PTRADD_-1207415753'), ('const-316', u'PTRADD_-1207415107'), ('tmp_2675', u'INT_ADD_-1207415870'), (u'CAST_-1207415404', u'PTRADD_-1207415378'), (u'PTRSUB_-1207415952', u'PTRSUB_-1207415740'), (u'PTRSUB_-1207415686', u'STORE_-1207416329'), (u'PTRSUB_-1207414767', u'PTRSUB_-1207414997'), ('const-232', u'PTRSUB_-1207415052'), ('const-316', u'PTRADD_-1207415814'), (u'PTRSUB_-1207415244', u'PTRSUB_-1207415153'), (u'CAST_-1207415207', u'STORE_-1207416573'), (u'PTRSUB_-1207415281', u'STORE_-1207416220'), ('const-0', u'PTRSUB_-1207415004'), ('const-417', u'STORE_-1207416716'), ('const-188', u'PTRSUB_-1207415232'), ('const-184', u'PTRSUB_-1207415257'), (u'CAST_-1207415404', u'PTRADD_-1207415562'), ('const-0', u'PTRSUB_-1207415011'), ('const-316', u'PTRADD_-1207415799'), ('const-16', u'PTRSUB_-1207415100'), ('const-0', u'STORE_-1207416168'), (u'CAST_-1207415276', u'STORE_-1207416655'), (u'PTRADD_-1207415027', u'PTRSUB_-1207415025'), (u'PTRSUB_-1207415340', u'PTRSUB_-1207415275'), ('const-417', u'LOAD_-1207416341'), ('const-316', u'PTRADD_-1207415184'), ('const-76', u'PTRSUB_-1207415221'), ('const-417', u'LOAD_-1207415924'), ('const-28', u'PTRSUB_-1207415251'), ('const-8', u'INT_OR_-1207415458'), (u'PTRADD_-1207415234', u'PTRSUB_-1207415232'), ('const-0', u'PTRSUB_-1207415484'), ('const-0', u'STORE_-1207416090'), ('const-104', u'PTRSUB_-1207415244'), (u'PTRADD_-1207415259', u'PTRSUB_-1207415257'), ('tmp_219', u'CBRANCH_-1207417279'), ('const-1', u'PTRADD_-1207415171'), (u'CAST_-1207415174', u'STORE_-1207416534'), ('const-1', u'PTRADD_-1207415081'), ('const-0', u'PTRSUB_-1207415241'), (u'CAST_-1207415404', u'PTRADD_-1207415680'), ('const-4', u'PTRSUB_-1207414798'), (u'PTRSUB_-1207415376', u'LOAD_-1207416341'), (u'PTRSUB_-1207414999', u'PTRSUB_-1207414885'), (u'PTRSUB_-1207415812', u'PTRSUB_-1207415602'), ('const-204', u'PTRSUB_-1207415182'), ('const-1', u'PTRADD_-1207415431'), ('const-1', u'PTRADD_-1207415221'), (u'CAST_-1207415404', u'PTRADD_-1207415308'), ('const-1', u'PTRADD_-1207414935'), (u'PTRSUB_-1207415459', u'CAST_-1207415316'), (u'INT_ZEXT_-1207417284', u'CALL_-1207417031'), (u'PTRSUB_-1207414969', u'PTRSUB_-1207414885'), ('const-0', u'PTRSUB_-1207415015'), ('const-316', u'PTRADD_-1207415159'), (u'CAST_-1207415452', u'CALL_-1207417031'), ('const-0', u'PTRSUB_-1207415952'), ('const-0', u'PTRSUB_-1207415531'), ('const-8', u'INT_ADD_-1207415290'), (u'PTRSUB_-1207415306', u'PTRSUB_-1207415151'), (u'CAST_-1207414873', u'STORE_-1207416129'), ('const-0', u'STORE_-1207416612'), ('const-0', u'PTRSUB_-1207415316'), ('const-0', u'STORE_-1207416181'), ('const-0', u'STORE_-1207416259'), ('const-417', u'STORE_-1207416599'), (u'PTRSUB_-1207415515', u'PTRSUB_-1207415417'), ('const-0', u'STORE_-1207416456'), ('const-8', u'INT_RIGHT_-1207417292'), (u'PTRSUB_-1207415534', u'PTRSUB_-1207415352'), ('tmp_2180', u'CALL_-1207416791'), ('const-0', u'PTRSUB_-1207415412'), ('const-1', u'PTRADD_-1207417034'), (u'PTRSUB_-1207415206', u'STORE_-1207416508'), ('const-0', u'PTRSUB_-1207414969'), (u'CAST_-1207415404', u'PTRADD_-1207415094'), (u'CAST_-1207415404', u'PTRADD_-1207415234'), ('const-417', u'STORE_-1207416482'), ('const-417', u'STORE_-1207416547'), (u'PTRADD_-1207415329', u'PTRSUB_-1207415327'), (u'PTRSUB_-1207415425', u'PTRSUB_-1207415355'), ('const-0', u'PTRSUB_-1207415104'), (u'PTRSUB_-1207415599', u'PTRSUB_-1207415412'), (u'PTRSUB_-1207414897', u'CAST_-1207414727'), ('const-417', u'STORE_-1207416707'), (u'PTRSUB_-1207415778', u'PTRSUB_-1207415571'), (u'PTRADD_-1207415054', u'PTRSUB_-1207415052'), (u'PTRSUB_-1207415245', u'PTRSUB_-1207415244'), (u'PTRADD_-1207415799', u'PTRSUB_-1207415797'), (u'PTRSUB_-1207415217', u'STORE_-1207416521'), (u'PTRSUB_-1207415769', u'PTRSUB_-1207415563'), ('const-4', u'PTRSUB_-1207414767'), ('const-417', u'STORE_-1207416207'), ('const-417', u'STORE_-1207416051'), ('const-0', u'PTRSUB_-1207415141'), (u'LOAD_-1207415924', u'PTRSUB_-1207414983'), (u'CAST_-1207414861', u'STORE_-1207416116'), (u'PTRSUB_-1207414957', u'PTRSUB_-1207414874'), (u'PTRSUB_-1207415651', u'PTRSUB_-1207415460'), ('const-1', u'PTRADD_-1207415753'), (u'PTRSUB_-1207415100', u'PTRSUB_-1207415078'), (u'PTRSUB_-1207414921', u'PTRSUB_-1207414841'), ('const-4638586', u'COPY_-1207415893'), (u'CAST_-1207415323', u'STORE_-1207416716'), (u'PTRSUB_-1207415705', u'PTRSUB_-1207415507'), (u'PTRADD_-1207416727', u'CAST_-1207415352'), ('const-4', u'PTRSUB_-1207415311'), ('const-417', u'LOAD_-1207417107'), ('const-0', u'PTRSUB_-1207415388'), ('const-1', u'PTRADD_-1207415417'), ('const-8', u'INT_OR_-1207415843'), ('const-316', u'PTRADD_-1207415614'), (u'PTRSUB_-1207415206', u'STORE_-1207416142'), ('const-0', u'STORE_-1207415960'), ('const-316', u'PTRADD_-1207415666'), (u'PTRADD_-1207415184', u'PTRSUB_-1207415182'), ('const-417', u'STORE_-1207415934'), ('const-417', u'STORE_-1207416664'), ('const-1', u'PTRADD_-1207415549'), ('const-232', u'PTRSUB_-1207415092'), ('const-0', u'PTRSUB_-1207415184'), ('const-0', u'STORE_-1207416482'), ('const-316', u'PTRADD_-1207415295'), (u'CAST_-1207415404', u'PTRADD_-1207415588'), ('const-180', u'PTRSUB_-1207415269'), ('const-0', u'STORE_-1207416077'), (u'PTRSUB_-1207415586', u'PTRSUB_-1207415400'), (u'INT_LEFT_-1207417295', u'INT_OR_-1207417293'), ('tmp_2179', u'CALL_-1207416941'), ('const-0', u'PTRSUB_-1207415573'), ('const-2', u'INT_EQUAL_-1207417261'), ('const-0', u'PTRSUB_-1207415733'), (u'CAST_-1207415404', u'PTRADD_-1207415360'), ('const-1', u'PTRADD_-1207415744'), (u'PTRSUB_-1207415244', u'PTRSUB_-1207415100'), (u'PTRSUB_-1207415393', u'PTRSUB_-1207415356'), (u'PTRADD_-1207415107', u'PTRSUB_-1207415105'), (u'PTRSUB_-1207415523', u'PTRSUB_-1207415425'), ('const-1', u'PTRADD_-1207415308'), ('const-316', u'PTRADD_-1207415283'), (u'PTRSUB_-1207415143', u'PTRSUB_-1207415015'), (u'CAST_-1207415404', u'PTRADD_-1207415771'), ('const-0', u'PTRSUB_-1207415591'), (u'PTRADD_-1207415321', u'PTRSUB_-1207415319'), ('const-4', u'INT_ADD_-1207415249'), ('const-0', u'PTRSUB_-1207415460'), ('const-1', u'PTRADD_-1207415107'), (u'PTRSUB_-1207415092', u'PTRSUB_-1207414969'), (u'PTRSUB_-1207415304', u'PTRSUB_-1207415240'), ('const-0', u'PTRSUB_-1207415280'), ('const-16', u'PTRSUB_-1207415111'), ('const-100', u'PTRSUB_-1207415188'), ('const-316', u'PTRADD_-1207415369'), ('const-1', u'PTRADD_-1207415120'), ('const-417', u'STORE_-1207416681'), (u'PTRSUB_-1207415240', u'CAST_-1207415186'), ('const-4', u'PTRSUB_-1207414952'), (u'PTRSUB_-1207415694', u'PTRSUB_-1207415499'), ('const-0', u'STORE_-1207416051'), (u'PTRSUB_-1207415257', u'STORE_-1207416194'), ('const-0', u'PTRSUB_-1207415485'), (u'PTRSUB_-1207414841', u'PTRSUB_-1207414798'), (u'CAST_-1207415404', u'PTRADD_-1207415735'), ('const-48', u'PTRSUB_-1207415406'), (u'PTRSUB_-1207415638', u'PTRSUB_-1207415448'), (u'PTRSUB_-1207415188', u'STORE_-1207416417'), ('const-1', u'PTRADD_-1207415259'), (u'CAST_-1207415404', u'PTRADD_-1207414964'), ('const-316', u'PTRADD_-1207415562'), ('const-0', u'STORE_-1207416391'), ('const-417', u'STORE_-1207416320'), ('const-417', u'STORE_-1207416378'), ('const-316', u'PTRADD_-1207415345'), ('const-417', u'STORE_-1207416181'), ('const-32', u'PTRSUB_-1207415229'), ('const-0', u'PTRSUB_-1207415555'), ('const-0', u'PTRSUB_-1207415731'), ('const-0', u'STORE_-1207416246'), (u'PTRADD_-1207415735', u'PTRSUB_-1207415733'), (u'PTRADD_-1207415814', u'PTRSUB_-1207415812'), (u'CAST_-1207415232', u'INT_ADD_-1207415302'), ('const-0', u'STORE_-1207416495'), (u'PTRSUB_-1207415483', u'PTRSUB_-1207415406'), (u'SUBPIECE_-1207415047', u'INT_AND_-1207415457'), ('const-316', u'PTRADD_-1207415698'), ('const-417', u'STORE_-1207416233'), (u'PTRSUB_-1207415280', u'PTRSUB_-1207415188'), (u'CAST_-1207415574', u'INT_ZEXT_-1207417284'), ('const-3', u'INT_EQUAL_-1207417245'), ('const-417', u'STORE_-1207416655'), ('const-0', u'PTRSUB_-1207414986'), ('const-316', u'PTRADD_-1207415744'), (u'PTRADD_-1207415497', u'PTRSUB_-1207415495'), (u'PTRADD_-1207415171', u'PTRSUB_-1207415169'), ('const-4', u'PTRSUB_-1207415275'), (u'INT_RIGHT_-1207415735', u'SUBPIECE_-1207415393'), ('const-0', u'PTRSUB_-1207415499'), (u'PTRSUB_-1207414886', u'STORE_-1207415934'), (u'PTRADD_-1207415780', u'PTRSUB_-1207415778'), (u'CAST_-1207415404', u'PTRADD_-1207415725'), (u'PTRSUB_-1207415348', u'CAST_-1207415283'), ('const-144', u'PTRSUB_-1207415343'), ('const-0', u'PTRSUB_-1207415409'), (u'CAST_-1207415404', u'PTRADD_-1207415471'), (u'INT_AND_-1207415738', u'INT_OR_-1207415720'), (u'CAST_-1207415404', u'PTRADD_-1207415369'), ('const-0', u'STORE_-1207416233'), (u'PTRADD_-1207415081', u'PTRSUB_-1207415079'), ('const-0', u'PTRSUB_-1207415420'), ('const-0', u'STORE_-1207416638'), (u'PTRSUB_-1207415456', u'PTRSUB_-1207415280'), ('const-1', u'PTRADD_-1207415247'), ('const-0', u'PTRSUB_-1207415100'), ('const-12', u'PTRSUB_-1207414863'), ('const-0', u'PTRSUB_-1207415694'), ('const-417', u'STORE_-1207416586'), (u'CAST_-1207415404', u'PTRADD_-1207415417'), ('const-0', u'PTRSUB_-1207415352'), ('const-0', u'STORE_-1207416625'), ('const-0', u'PTRSUB_-1207415328'), (u'PTRSUB_-1207415571', u'PTRSUB_-1207415467'), ('const-0', u'PTRSUB_-1207415244'), ('const-0', u'PTRSUB_-1207415483'), (u'PTRSUB_-1207414885', u'PTRSUB_-1207414808'), ('const-1', u'PTRADD_-1207415653'), ('const-1', u'PTRADD_-1207415614'), ('const-1', u'PTRADD_-1207415814'), ('const-188', u'PTRSUB_-1207415245'), ('const-0', u'PTRSUB_-1207415579'), (u'CAST_-1207415404', u'PTRADD_-1207415247'), ('tmp_281', u'CBRANCH_-1207417242'), ('const-8', u'PTRSUB_-1207414941'), (u'PTRSUB_-1207415696', u'PTRSUB_-1207415498'), (u'PTRSUB_-1207415560', u'PTRSUB_-1207415376'), ('const-316', u'PTRADD_-1207414964'), (u'CAST_-1207415404', u'PTRADD_-1207415146'), ('tmp_2180', u'CALL_-1207417180'), (u'PTRSUB_-1207415352', u'PTRSUB_-1207415256'), ('const-1', u'PTRADD_-1207415159'), ('const-20', u'PTRSUB_-1207415151'), (u'PTRSUB_-1207415269', u'STORE_-1207416207'), ('const-1', u'PTRADD_-1207415208'), (u'CAST_-1207415404', u'PTRADD_-1207415054'), (u'PTRSUB_-1207415232', u'CAST_-1207415208'), ('const-104', u'PTRSUB_-1207415515'), (u'PTRSUB_-1207415401', u'STORE_-1207416655'), ('const-0', u'PTRSUB_-1207415409'), ('const-0', u'PTRSUB_-1207415441'), (u'PTRSUB_-1207415952', u'PTRADD_-1207417034'), (u'PTRADD_-1207415627', u'PTRSUB_-1207415625'), ('const-1', u'PTRADD_-1207415054'), ('const-56', u'PTRSUB_-1207415474'), (u'PTRSUB_-1207415292', u'PTRSUB_-1207415199'), (u'CAST_-1207414980', u'STORE_-1207416268'), (u'PTRSUB_-1207415580', u'PTRSUB_-1207415475'), (u'CAST_-1207415404', u'PTRADD_-1207415391'), ('const-0', u'PTRSUB_-1207415599'), (u'CAST_-1207415404', u'PTRADD_-1207415510'), (u'PTRSUB_-1207415244', u'CAST_-1207415220'), ('tmp_2181', u'PTRSUB_-1207414986'), ('const-8', u'PTRSUB_-1207415256'), ('const-1', u'PTRADD_-1207415027'), (u'PTRADD_-1207414964', u'PTRSUB_-1207414962'), (u'PTRSUB_-1207415343', u'PTRSUB_-1207415182'), (u'PTRSUB_-1207415077', u'PTRSUB_-1207414992'), ('const-260', u'PTRSUB_-1207415012'), (u'CAST_-1207415404', u'PTRADD_-1207415027'), (u'PTRSUB_-1207414983', u'LOAD_-1207415919'), ('const-0', u'PTRSUB_-1207415077'), (u'PTRSUB_-1207415427', u'STORE_-1207416391'), (u'INT_ADD_-1207415249', u'CAST_-1207415014'), (u'CAST_-1207415404', u'PTRADD_-1207415640'), ('const-417', u'STORE_-1207416077'), (u'PTRSUB_-1207415579', u'PTRSUB_-1207415474'), ('const-316', u'PTRADD_-1207415329'), (u'CAST_-1207415404', u'PTRADD_-1207415484'), (u'PTRSUB_-1207415364', u'PTRSUB_-1207415268'), (u'PTRSUB_-1207415495', u'PTRSUB_-1207415316'), (u'PTRADD_-1207415601', u'PTRSUB_-1207415599'), ('const-0', u'PTRSUB_-1207415469'), (u'PTRSUB_-1207414798', u'STORE_-1207415973'), ('const-316', u'PTRADD_-1207415458'), (u'INT_ADD_-1207415278', u'CAST_-1207415207'), (u'CAST_-1207415404', u'PTRADD_-1207415707'), (u'CAST_-1207415404', u'PTRADD_-1207415698'), ('const-417', u'STORE_-1207415960'), ('const-0', u'PTRSUB_-1207415740'), (u'INT_RIGHT_-1207414754', u'SUBPIECE_-1207415181'), (u'INT_ZEXT_-1207417284', u'INT_NOTEQUAL_-1207417280'), ('const-0', u'PTRSUB_-1207414886'), (u'INT_ADD_-1207415302', u'CAST_-1207415231'), ('const-0', u'PTRSUB_-1207415534'), ('const-316', u'PTRADD_-1207415404'), (u'PTRSUB_-1207415203', u'CAST_-1207415015'), (u'CAST_-1207415404', u'PTRADD_-1207415259'), (u'CAST_-1207415404', u'PTRADD_-1207415653'), ('const-0', u'PTRSUB_-1207415723'), (u'LOAD_-1207417329', u'INT_RIGHT_-1207417292'), ('const-1', u'PTRADD_-1207415680'), ('const-4', u'PTRSUB_-1207414870'), (u'PTRSUB_-1207414885', u'STORE_-1207416025'), ('const-4', u'PTRSUB_-1207415263'), (u'CAST_-1207415113', u'STORE_-1207416456'), (u'PTRSUB_-1207415004', u'PTRSUB_-1207414952'), ('const-417', u'STORE_-1207416025'), (u'PTRADD_-1207415040', u'PTRSUB_-1207415038'), ('const-0', u'PTRSUB_-1207415364'), (u'CAST_-1207414862', u'INT_ADD_-1207415228'), (u'PTRADD_-1207415404', u'PTRSUB_-1207415402'), (u'PTRADD_-1207415790', u'PTRSUB_-1207415788'), ('const-0', u'STORE_-1207416116'), (u'PTRADD_-1207415369', u'PTRSUB_-1207415367'), (u'CAST_-1207415404', u'PTRADD_-1207415283'), (u'CAST_-1207414633', u'RETURN_-1207415660'), (u'PTRSUB_-1207415467', u'PTRSUB_-1207415393'), (u'CAST_-1207415404', u'PTRADD_-1207415666'), ('const-104', u'PTRSUB_-1207415268'), ('const-0', u'PTRSUB_-1207415797'), (u'INT_OR_-1207415843', u'INT_OR_-1207415831'), (u'PTRSUB_-1207415460', u'PTRSUB_-1207415364'), ('const-417', u'STORE_-1207416103'), (u'CAST_-1207415404', u'PTRADD_-1207415067'), (u'PTRSUB_-1207415664', u'PTRSUB_-1207415472'), (u'PTRADD_-1207415562', u'PTRSUB_-1207415560'), (u'CAST_-1207415404', u'PTRADD_-1207415614'), ('const-0', u'RETURN_-1207417126'), (u'CAST_-1207415404', u'COPY_-1207415694'), ('const-0', u'PTRSUB_-1207415760'), ('const-0', u'STORE_-1207416129'), (u'PTRSUB_-1207415788', u'PTRSUB_-1207415579'), ('const-0', u'STORE_-1207416469'), (u'SUBPIECE_-1207415393', u'INT_MULT_-1207415435'), (u'PTRSUB_-1207415612', u'PTRSUB_-1207415424'), ('const-0', u'PTRSUB_-1207415443'), ('const-0', u'PTRSUB_-1207415050'), ('const-0', u'PTRSUB_-1207414921'), (u'PTRSUB_-1207415507', u'PTRSUB_-1207415409'), (u'INT_OR_-1207417293', u'CAST_-1207415574'), ('const-0', u'PTRSUB_-1207415586'), ('const-24', u'INT_RIGHT_-1207415789'), (u'PTRSUB_-1207415469', u'PTRSUB_-1207415292'), (u'PTRSUB_-1207415177', u'PTRSUB_-1207415122'), (u'INT_AND_-1207415856', u'INT_OR_-1207415805'), ('const-417', u'STORE_-1207416456'), (u'PTRSUB_-1207415486', u'PTRSUB_-1207415409'), ('const-0', u'STORE_-1207416142'), (u'CALL_-1207417180', u'COPY_-1207417155'), ('const-16', u'PTRSUB_-1207415162'), ('const-417', u'LOAD_-1207417334'), (u'INT_RIGHT_-1207417292', u'INT_OR_-1207417293'), (u'CAST_-1207414850', u'STORE_-1207416103'), ('const-32', u'INT_AND_-1207415416'), ('const-0', u'PTRSUB_-1207414957'), (u'LOAD_-1207417334', u'PTRSUB_-1207416034'), ('const-0', u'PTRSUB_-1207415521'), ('const-1', u'PTRADD_-1207415510'), (u'PTRSUB_-1207415141', u'PTRSUB_-1207415088'), (u'PTRSUB_-1207415067', u'STORE_-1207416365'), (u'PTRSUB_-1207415424', u'PTRSUB_-1207415328'), ('const-0', u'STORE_-1207415986'), ('const-16', u'PTRSUB_-1207414841'), (u'PTRADD_-1207415283', u'PTRSUB_-1207415281'), (u'CAST_-1207415404', u'PTRADD_-1207415081'), (u'PTRSUB_-1207415232', u'PTRSUB_-1207415141'), ('const-1', u'PTRADD_-1207415780'), (u'CAST_-1207414838', u'STORE_-1207416090'), ('const-0', u'PTRSUB_-1207414808'), (u'PTRSUB_-1207415275', u'PTRSUB_-1207415244'), (u'PTRSUB_-1207415004', u'PTRSUB_-1207414919'), ('const-417', u'STORE_-1207416329'), ('const-144', u'PTRSUB_-1207415367'), ('const-417', u'STORE_-1207416155'), (u'LOAD_-1207415919', u'INT_RIGHT_-1207414754'), (u'INT_EQUAL_-1207417261', u'CBRANCH_-1207417259'), ('const-0', u'PTRSUB_-1207415705'), ('const-417', u'STORE_-1207416534'), (u'PTRSUB_-1207415079', u'PTRSUB_-1207414957'), (u'INT_ZEXT_-1207417284', u'INT_EQUAL_-1207417261'), ('const-0', u'COPY_-1207417014'), (u'PTRSUB_-1207414829', u'STORE_-1207415960'), (u'CAST_-1207415175', u'INT_ADD_-1207415275'), ('const-0', u'STORE_-1207416194'), ('const-0', u'PTRSUB_-1207415177'), ('const-417', u'STORE_-1207416012'), (u'PTRADD_-1207415510', u'PTRSUB_-1207415508'), (u'PTRADD_-1207415614', u'PTRSUB_-1207415612'), (u'PTRADD_-1207415666', u'PTRSUB_-1207415664'), (u'PTRSUB_-1207415088', u'PTRSUB_-1207415067'), (u'CAST_-1207415404', u'PTRADD_-1207415107'), ('const-0', u'STORE_-1207416767'), ('const-0', u'PTRSUB_-1207415364'), ('const-168', u'PTRSUB_-1207415327'), (u'SUBPIECE_-1207415181', u'INT_AND_-1207415856'), ('const-1', u'PTRADD_-1207415698'), ('const-0', u'STORE_-1207416365'), ('const-417', u'STORE_-1207416690'), ('const-316', u'PTRADD_-1207415575'), ('const-232', u'PTRSUB_-1207415065'), ('const-0', u'STORE_-1207416352'), (u'CAST_-1207415404', u'PTRADD_-1207415536'), ('const-0', u'STORE_-1207416012'), ('const-132', u'PTRSUB_-1207415498'), ('const-96', u'PTRSUB_-1207415438'), (u'PTRSUB_-1207415256', u'CAST_-1207415232'), ('const-1', u'PTRADD_-1207415536'), (u'INT_OR_-1207415805', u'INT_OR_-1207415714'), (u'CAST_-1207414727', u'STORE_-1207415947'), ('const-0', u'SUBPIECE_-1207415181'), (u'PTRADD_-1207415725', u'PTRSUB_-1207415723'), ('const-0', u'PTRSUB_-1207415316'), ('const-80', u'PTRSUB_-1207415452'), (u'CAST_-1207415404', u'PTRADD_-1207415133'), ('tmp_2675', u'PTRADD_-1207417034'), (u'CAST_-1207415220', u'INT_ADD_-1207415290'), ('const-40', u'PTRSUB_-1207415217'), ('const-0', u'PTRSUB_-1207414897'), (u'PTRSUB_-1207414992', u'PTRSUB_-1207414941'), ('const-316', u'PTRADD_-1207415707'), (u'PTRSUB_-1207415485', u'STORE_-1207416638'), (u'PTRSUB_-1207414952', u'STORE_-1207416168'), (u'PTRSUB_-1207415195', u'STORE_-1207416320'), (u'INT_AND_-1207415452', u'INT_OR_-1207415843'), (u'PTRSUB_-1207415364', u'PTRSUB_-1207415299'), (u'PTRSUB_-1207415591', u'PTRSUB_-1207415486'), ('const-316', u'PTRADD_-1207414935'), (u'PTRADD_-1207415196', u'PTRSUB_-1207415194'), ('const-204', u'PTRSUB_-1207415194'), (u'PTRADD_-1207415753', u'PTRSUB_-1207415751'), ('const-0', u'PTRSUB_-1207415401'), ('const-0', u'STORE_-1207416155'), ('const-1', u'PTRADD_-1207415523'), ('const-168', u'PTRSUB_-1207415376'), ('const-417', u'STORE_-1207416733'), ('const-243', u'INT_AND_-1207415738'), (u'CAST_-1207415404', u'PTRADD_-1207415329'), (u'PTRSUB_-1207415472', u'PTRSUB_-1207415376'), (u'PTRSUB_-1207415131', u'PTRSUB_-1207415004'), (u'PTRSUB_-1207415367', u'PTRSUB_-1207415203'), (u'LOAD_-1207415838', u'INT_RIGHT_-1207415789'), (u'CAST_-1207415404', u'PTRADD_-1207415120'), ('tmp_2179', u'CALL_-1207417180'), ('const-316', u'PTRADD_-1207415640'), ('const-36', u'PTRSUB_-1207414955'), ('const-0', u'PTRSUB_-1207415015'), (u'PTRSUB_-1207415015', u'STORE_-1207416181'), ('const-1', u'PTRADD_-1207415345'), (u'INT_ZEXT_-1207417284', u'INT_EQUAL_-1207417245'), (u'PTRSUB_-1207415348', u'CAST_-1207415276'), (u'PTRSUB_-1207415475', u'STORE_-1207416742'), ('const-316', u'PTRADD_-1207415171'), ('const-56', u'PTRSUB_-1207415467'), ('const-0', u'STORE_-1207416220'), (u'CAST_-1207415404', u'PTRADD_-1207415523'), (u'PTRSUB_-1207415531', u'STORE_-1207416690'), (u'CAST_-1207414658', u'STORE_-1207415728'), (u'PTRSUB_-1207415104', u'PTRSUB_-1207414980'), (u'PTRSUB_-1207415443', u'PTRSUB_-1207415268'), (u'PTRSUB_-1207415144', u'PTRSUB_-1207415143'), (u'PTRSUB_-1207414907', u'PTRSUB_-1207414859'), ('const-0', u'RETURN_-1207416980'), ('const-4', u'INT_ADD_-1207415228'), ('const-16', u'PTRSUB_-1207416034'), ('const-316', u'PTRADD_-1207415431'), ('const-1', u'PTRADD_-1207415391'), (u'CAST_-1207415343', u'STORE_-1207416742'), (u'INT_OR_-1207415714', u'STORE_-1207415728'), (u'PTRSUB_-1207415406', u'CAST_-1207415343'), (u'PTRSUB_-1207415388', u'PTRSUB_-1207415292'), (u'COPY_-1207415694', u'CAST_-1207414633'), (u'PTRSUB_-1207416037', u'LOAD_-1207417334'), (u'INT_EQUAL_-1207417245', u'CBRANCH_-1207417242'), ('const-0', u'PTRSUB_-1207415547'), ('const-0', u'PTRSUB_-1207415356'), ('const-4', u'PTRSUB_-1207415182'), (u'PTRSUB_-1207415497', u'PTRSUB_-1207415420'), ('const-104', u'PTRSUB_-1207415507'), ('const-8', u'PTRSUB_-1207415122'), ('const-144', u'PTRSUB_-1207415389'), ('const-417', u'LOAD_-1207415838'), ('const-0', u'STORE_-1207415934'), ('const-417', u'STORE_-1207416742'), ('const-316', u'PTRADD_-1207415471'), ('const-316', u'PTRADD_-1207415378'), (u'PTRADD_-1207415536', u'PTRSUB_-1207415534'), ('tmp_2177', u'CAST_-1207415495'), ('const-0', u'PTRSUB_-1207415539'), ('const-172', u'PTRSUB_-1207415293'), (u'PTRSUB_-1207414863', u'STORE_-1207415999'), ('const-0', u'PTRSUB_-1207415788'), (u'PTRADD_-1207415146', u'PTRSUB_-1207415144'), (u'PTRSUB_-1207414870', u'STORE_-1207416064'), ('const-200', u'PTRSUB_-1207415206'), (u'CAST_-1207415495', u'CALL_-1207417180'), (u'INT_OR_-1207415458', u'INT_OR_-1207415805'), ('const-0', u'PTRSUB_-1207415328'), ('const-1', u'PTRADD_-1207415762'), ('const-417', u'STORE_-1207416638'), (u'SUBPIECE_-1207415047', u'INT_AND_-1207415738'), (u'PTRSUB_-1207414997', u'PTRSUB_-1207414886'), ('const-4', u'INT_ADD_-1207415302'), (u'PTRSUB_-1207415293', u'STORE_-1207416233'), (u'INT_AND_-1207415457', u'INT_OR_-1207415458'), (u'PTRADD_-1207415417', u'PTRSUB_-1207415415'), (u'PTRSUB_-1207415256', u'PTRSUB_-1207415165'), (u'PTRSUB_-1207415327', u'CAST_-1207414980'), ('const-316', u'PTRADD_-1207415321'), (u'PTRSUB_-1207415210', u'STORE_-1207416443'), (u'PTRSUB_-1207415089', u'PTRSUB_-1207415004'), (u'CAST_-1207415352', u'STORE_-1207416755'), ('const-0', u'STORE_-1207415947'), ('const-0', u'PTRSUB_-1207415482'), (u'CAST_-1207414994', u'STORE_-1207416293'), (u'PTRADD_-1207415640', u'PTRSUB_-1207415638'), (u'PTRSUB_-1207415263', u'PTRSUB_-1207415232'), ('tmp_2181', u'PTRSUB_-1207416037'), (u'PTRSUB_-1207415342', u'STORE_-1207416733'), ('const-417', u'STORE_-1207416293'), ('const-232', u'PTRSUB_-1207415038'), ('const-0', u'SUBPIECE_-1207415393'), (u'PTRADD_-1207415067', u'PTRSUB_-1207415065'), ('const-0', u'PTRSUB_-1207415427'), ('const-0', u'STORE_-1207416293'), ('const-4', u'PTRSUB_-1207415067'), (u'PTRSUB_-1207414919', u'PTRSUB_-1207414870'), ('const-1', u'PTRADD_-1207415640'), ('const-316', u'PTRADD_-1207415510'), ('const-316', u'PTRADD_-1207415536'), ('const-417', u'STORE_-1207416168'), (u'PTRSUB_-1207415438', u'CAST_-1207415296'), (u'PTRADD_-1207415771', u'PTRSUB_-1207415769'), (u'CAST_-1207415015', u'INT_ADD_-1207415249'), (u'CAST_-1207415404', u'PTRADD_-1207415549'), ('const-5', u'INT_ADD_-1207415870'), ('const-0', u'PTRSUB_-1207415678'), ('const-316', u'PTRADD_-1207415417'), (u'PTRADD_-1207415308', u'PTRSUB_-1207415306'), ('const-316', u'PTRADD_-1207415790'), (u'PTRSUB_-1207415602', u'PTRSUB_-1207415497'), ('const-417', u'STORE_-1207416625'), ('const-0', u'PTRSUB_-1207415077'), (u'PTRSUB_-1207415482', u'PTRSUB_-1207415304'), ('const-0', u'STORE_-1207416547'), (u'PTRADD_-1207415716', u'PTRSUB_-1207415714'), ('const-0', u'PTRSUB_-1207415424'), ('const-417', u'STORE_-1207416194'), (u'LOAD_-1207416341', u'SUBPIECE_-1207415047'), ('const-4', u'PTRSUB_-1207415342'), (u'INT_ADD_-1207415290', u'CAST_-1207415219'), (u'PTRSUB_-1207415547', u'PTRSUB_-1207415445'), ('const-0', u'PTRSUB_-1207415268'), ('tmp_2181', u'CALL_-1207416791'), (u'PTRADD_-1207415575', u'PTRSUB_-1207415573'), ('const-52', u'PTRSUB_-1207415195'), ('const-0', u'PTRSUB_-1207415664'), (u'CAST_-1207415404', u'PTRADD_-1207415431'), ('const-232', u'PTRSUB_-1207415025'), (u'PTRADD_-1207415014', u'PTRSUB_-1207415012'), (u'PTRSUB_-1207415412', u'PTRSUB_-1207415316'), ('const-0', u'PTRSUB_-1207415143'), (u'CAST_-1207415404', u'CALL_-1207416791'), ('const-0', u'PTRSUB_-1207415563'), (u'PTRSUB_-1207414909', u'PTRSUB_-1207414829'), ('const-212', u'PTRSUB_-1207415169'), (u'CAST_-1207414685', u'STORE_-1207415845'), ('const-417', u'STORE_-1207416268'), (u'PTRADD_-1207415458', u'PTRSUB_-1207415456'), (u'PTRSUB_-1207415340', u'PTRSUB_-1207415244'), ('const-0', u'PTRSUB_-1207415580'), ('const-8', u'PTRSUB_-1207415155'), (u'INT_MULT_-1207415435', u'INT_OR_-1207415714'), (u'PTRSUB_-1207415221', u'CAST_-1207415113'), ('const-88', u'PTRSUB_-1207415210'), (u'PTRSUB_-1207415050', u'STORE_-1207415986'), ('const-0', u'PTRSUB_-1207415475'), ('const-0', u'STORE_-1207416534'), ('const-5', u'INT_RIGHT_-1207415735'), ('const-1', u'PTRADD_-1207415799'), (u'PTRSUB_-1207415376', u'PTRSUB_-1207415311'), ('const-0', u'PTRSUB_-1207415280'), ('const-316', u'PTRADD_-1207415688'), ('const-316', u'PTRADD_-1207415653'), (u'PTRSUB_-1207415686', u'CAST_-1207415007'), (u'PTRSUB_-1207415328', u'PTRSUB_-1207415232'), (u'PTRSUB_-1207415356', u'PTRSUB_-1207415342'), ('const-0', u'PTRSUB_-1207415304'), (u'CAST_-1207415404', u'PTRADD_-1207415040'), (u'CAST_-1207415404', u'PTRADD_-1207415780'), (u'PTRSUB_-1207415118', u'PTRSUB_-1207414992'), ('const-0', u'PTRSUB_-1207414933'), (u'PTRSUB_-1207415241', u'STORE_-1207416612'), ('const-4', u'PTRSUB_-1207415203'), ('const-0', u'PTRSUB_-1207414907'), ('const-0', u'PTRSUB_-1207415801'), ('const-8', u'PTRSUB_-1207415232'), ('const-1', u'PTRADD_-1207415329'), (u'PTRADD_-1207415159', u'PTRSUB_-1207415157'), ('const-0', u'PTRSUB_-1207415952'), (u'PTRADD_-1207415523', u'PTRSUB_-1207415521'), ('const-0', u'PTRSUB_-1207415751'), (u'PTRSUB_-1207414941', u'STORE_-1207416155'), ('const-0', u'PTRSUB_-1207415778'), (u'PTRADD_-1207415445', u'PTRSUB_-1207415443'), (u'CAST_-1207415336', u'STORE_-1207416733'), (u'PTRSUB_-1207415588', u'PTRSUB_-1207415483'), (u'PTRSUB_-1207415355', u'STORE_-1207416681'), ('const-8', u'PTRSUB_-1207414874'), ('const-25', u'INT_RIGHT_-1207414754'), ('tmp_843', u'CBRANCH_-1207416902'), ('const-144', u'PTRSUB_-1207415319'), ('const-4', u'PTRSUB_-1207415278'), ('const-232', u'PTRSUB_-1207415079'), (u'CAST_-1207415404', u'PTRADD_-1207415762'), (u'INT_ADD_-1207415228', u'CAST_-1207414861'), ('const-72', u'PTRSUB_-1207415232'), ('const-1', u'PTRADD_-1207415283'), ('const-0', u'PTRSUB_-1207415400'), ('const-144', u'PTRSUB_-1207415306'), ('const-417', u'STORE_-1207416469'), ('const-316', u'PTRADD_-1207415627'), ('const-4', u'PTRSUB_-1207415078'), ('const-1', u'PTRADD_-1207415771'), (u'PTRSUB_-1207415388', u'PTRSUB_-1207415322'), ('const-1', u'PTRADD_-1207415404'), (u'PTRSUB_-1207415157', u'CAST_-1207414839'), (u'CAST_-1207415219', u'STORE_-1207416586'), (u'SUBPIECE_-1207415047', u'INT_AND_-1207415452'), (u'PTRSUB_-1207415797', u'PTRSUB_-1207415588'), ('tmp_2179', u'CALL_-1207416791'), ('const-144', u'PTRSUB_-1207415358'), ('const-0', u'PTRSUB_-1207415429'), (u'PTRSUB_-1207415268', u'PTRSUB_-1207415206'), (u'PTRSUB_-1207415165', u'PTRSUB_-1207415111'), ('const-0', u'PTRSUB_-1207414945'), ('const-316', u'PTRADD_-1207415484'), ('const-0', u'PTRSUB_-1207414919'), ('const-316', u'PTRADD_-1207415601'), ('const-232', u'PTRSUB_-1207415105'), (u'PTRADD_-1207415360', u'PTRSUB_-1207415358'), (u'PTRSUB_-1207415760', u'PTRSUB_-1207415555'), ('const-1', u'PTRADD_-1207415735'), ('const-0', u'STORE_-1207416521'), (u'PTRSUB_-1207415417', u'PTRSUB_-1207415348'), (u'PTRSUB_-1207414933', u'CAST_-1207414658'), (u'PTRSUB_-1207414945', u'PTRSUB_-1207414863'), ('const-0', u'PTRSUB_-1207415571'), (u'PTRSUB_-1207415406', u'CAST_-1207415336'), (u'PTRSUB_-1207415459', u'CAST_-1207415323'), ('const-0', u'PTRSUB_-1207415588'), (u'INT_AND_-1207415856', u'INT_OR_-1207415831'), ('const-0', u'PTRSUB_-1207415602'), (u'CAST_-1207415296', u'STORE_-1207416681'), (u'CAST_-1207415316', u'STORE_-1207416707'), ('const-417', u'LOAD_-1207415919'), (u'CAST_-1207415404', u'CALL_-1207415711'), ('const-1', u'PTRADD_-1207415001'), ('const-417', u'STORE_-1207416064'), (u'PTRADD_-1207415707', u'PTRSUB_-1207415705'), (u'PTRSUB_-1207415723', u'PTRSUB_-1207415523'), ('const-417', u'STORE_-1207416352'), ('const-1', u'PTRADD_-1207415067'), (u'INT_OR_-1207415720', u'STORE_-1207416268'), ('const-1', u'PTRADD_-1207415014'), ('const-220', u'PTRSUB_-1207415131'), ('tmp_249', u'CBRANCH_-1207417259'), (u'PTRSUB_-1207415244', u'PTRSUB_-1207415184'), ('const-0', u'STORE_-1207416430'), ('const-316', u'PTRADD_-1207415271'), ('const-417', u'STORE_-1207416246'), (u'CAST_-1207415186', u'STORE_-1207416547'), ('const-316', u'PTRADD_-1207415716'), (u'PTRSUB_-1207415065', u'PTRSUB_-1207414945'), (u'PTRSUB_-1207415311', u'PTRSUB_-1207415278'), ('const-0', u'STORE_-1207416417'), ('const-0', u'STORE_-1207416586'), (u'PTRSUB_-1207415740', u'LOAD_-1207417107'), ('const-1', u'PTRADD_-1207415716'), (u'PTRADD_-1207415221', u'PTRSUB_-1207415219'), ('const-0', u'PTRSUB_-1207415560'), ('const-417', u'STORE_-1207416560'), (u'CAST_-1207415404', u'PTRADD_-1207415753'), (u'PTRSUB_-1207415474', u'PTRSUB_-1207415786'), (u'PTRSUB_-1207415280', u'PTRSUB_-1207415217'), (u'PTRSUB_-1207415195', u'STORE_-1207416495'), ('const-417', u'STORE_-1207415947'), (u'CAST_-1207415014', u'STORE_-1207416329'), (u'CAST_-1207415404', u'PTRADD_-1207415271'), ('const-1', u'PTRADD_-1207415497'), ('const-417', u'STORE_-1207416755'), ('const-104', u'PTRSUB_-1207415530'), (u'PTRSUB_-1207415229', u'CAST_-1207415175'), (u'PTRSUB_-1207414852', u'PTRSUB_-1207415050'), ('const-1', u'PTRADD_-1207415360'), ('const-1', u'PTRADD_-1207415146'), ('const-0', u'PTRSUB_-1207415292'), (u'PTRSUB_-1207415025', u'PTRSUB_-1207414909'), ('const-316', u'PTRADD_-1207415762'), ('const-4', u'PTRSUB_-1207415322'), ('const-0', u'PTRSUB_-1207415153'), (u'PTRSUB_-1207415151', u'STORE_-1207416246'), ('const-316', u'PTRADD_-1207415725'), ('tmp_2178', u'PTRSUB_-1207415952'), (u'PTRSUB_-1207415436', u'PTRSUB_-1207415340'), ('const-1', u'PTRADD_-1207415790'), ('const-0', u'PTRSUB_-1207415425'), ('const-0', u'STORE_-1207416404'), (u'PTRSUB_-1207415438', u'CAST_-1207415303'), ('const-0', u'PTRSUB_-1207415696'), ('const-0', u'PTRSUB_-1207415508'), (u'CAST_-1207415404', u'PTRADD_-1207415014'), (u'PTRSUB_-1207415573', u'PTRSUB_-1207415388'), (u'CAST_-1207415404', u'PTRADD_-1207415445'), ('const-0', u'PTRSUB_-1207415625'), (u'PTRSUB_-1207416034', u'LOAD_-1207417329'), ('const-417', u'STORE_-1207416142'), ('const-8', u'INT_LEFT_-1207417295'), (u'PTRSUB_-1207415012', u'PTRSUB_-1207415011'), ('const-417', u'STORE_-1207416612'), ('const-1', u'PTRADD_-1207415562'), ('const-417', u'STORE_-1207416365'), ('const-0', u'PTRSUB_-1207414992'), ('const-36', u'PTRSUB_-1207414983'), ('const-104', u'PTRSUB_-1207415256'), ('const-0', u'PTRSUB_-1207415547'), ('const-417', u'STORE_-1207415973'), ('const-316', u'PTRADD_-1207415067'), (u'PTRADD_-1207415744', u'PTRSUB_-1207415742'), ('const-132', u'PTRSUB_-1207415232'), ('const-0', u'PTRSUB_-1207415340'), ('const-4294967295', u'STORE_-1207416025'), ('const-1', u'PTRADD_-1207415601'), (u'PTRSUB_-1207415733', u'PTRSUB_-1207415530'), (u'PTRSUB_-1207414962', u'CAST_-1207414685'), (u'INT_NOTEQUAL_-1207417280', u'CBRANCH_-1207417279'), (u'PTRSUB_-1207415155', u'STORE_-1207416482'), ('const-144', u'PTRSUB_-1207415686'), (u'PTRADD_-1207414935', u'PTRSUB_-1207414933'), (u'CAST_-1207415404', u'PTRADD_-1207415001'), ('const-1', u'PTRADD_-1207415666'), ('const-16', u'PTRSUB_-1207415348'), (u'PTRSUB_-1207415278', u'STORE_-1207416625'), ('const-168', u'PTRSUB_-1207414933'), ('const-212', u'PTRSUB_-1207415157'), ('const-0', u'STORE_-1207416103'), ('const-48', u'PTRSUB_-1207415206'), ('const-24', u'PTRSUB_-1207414829'), (u'PTRSUB_-1207414859', u'STORE_-1207416051'), (u'CALL_-1207417078', u'CAST_-1207415452'), (u'PTRSUB_-1207415319', u'PTRSUB_-1207415162'), (u'PTRSUB_-1207415153', u'PTRSUB_-1207415100'), (u'PTRSUB_-1207415402', u'PTRSUB_-1207415232'), ('const-0', u'PTRSUB_-1207414930'), ('const-16', u'PTRSUB_-1207414852'), (u'PTRSUB_-1207414808', u'PTRSUB_-1207414767'), (u'PTRSUB_-1207414980', u'STORE_-1207416038'), ('const-0', u'PTRSUB_-1207415786'), ('const-316', u'PTRADD_-1207415735'), (u'CAST_-1207414839', u'INT_ADD_-1207415203'), (u'LOAD_-1207417107', u'CALL_-1207417031'), (u'PTRSUB_-1207415232', u'PTRSUB_-1207415089'), (u'PTRSUB_-1207415400', u'PTRSUB_-1207415304'), (u'CAST_-1207415404', u'PTRADD_-1207415716'), (u'PTRSUB_-1207415268', u'PTRSUB_-1207415177'), (u'CAST_-1207415231', u'STORE_-1207416599'), ('const-316', u'PTRADD_-1207415771'), (u'PTRADD_-1207415688', u'PTRSUB_-1207415686'), (u'PTRADD_-1207415698', u'PTRSUB_-1207415696'), (u'PTRSUB_-1207415429', u'PTRSUB_-1207415256'), (u'CAST_-1207415303', u'STORE_-1207416690'), (u'PTRSUB_-1207415358', u'PTRSUB_-1207415195'), ('const-0', u'PTRSUB_-1207415676'), (u'INT_OR_-1207415831', u'STORE_-1207415845'), (u'PTRSUB_-1207415498', u'PTRSUB_-1207415694'), ('const-0', u'PTRSUB_-1207415088'), ('const-104', u'PTRSUB_-1207415523'), (u'PTRSUB_-1207414930', u'STORE_-1207416077'), (u'PTRADD_-1207415094', u'PTRSUB_-1207415092'), (u'PTRADD_-1207415680', u'PTRSUB_-1207415678'), (u'INT_ADD_-1207415203', u'CAST_-1207414838'), ('const-316', u'PTRADD_-1207415146'), ('const-0', u'PTRSUB_-1207414997'), (u'CAST_-1207415404', u'PTRADD_-1207415799'), ('const-0', u'PTRSUB_-1207415304'), ('const-0', u'PTRSUB_-1207415415'), ('const-1', u'INT_NOTEQUAL_-1207417280'), ('const-417', u'STORE_-1207416038'), (u'PTRADD_-1207415653', u'PTRSUB_-1207415651'), (u'PTRSUB_-1207415184', u'PTRSUB_-1207415160'), ('const-316', u'PTRADD_-1207415308'), (u'COPY_-1207417155', u'RETURN_-1207417126'), ('const-417', u'STORE_-1207416430'), ('const-8', u'PTRSUB_-1207414859'), ('const-0', u'PTRSUB_-1207415388'), ('const-316', u'PTRADD_-1207415523'), (u'CAST_-1207415404', u'PTRADD_-1207415221'), ('const-0', u'PTRSUB_-1207416037'), ('const-0', u'PTRSUB_-1207415472'), ('const-2', u'INT_MULT_-1207415435'), ('const-1', u'PTRADD_-1207415588'), (u'CAST_-1207415404', u'PTRSUB_-1207415801'), (u'PTRSUB_-1207415714', u'PTRSUB_-1207415515'), ('const-0', u'PTRSUB_-1207415612'), ('const-417', u'STORE_-1207416508'), ('const-316', u'PTRADD_-1207415081'), ('const-316', u'PTRADD_-1207415221'), ('const-176', u'PTRSUB_-1207415281'), ('const-0', u'PTRSUB_-1207415497'), (u'PTRADD_-1207415431', u'PTRSUB_-1207415429'), ('tmp_2178', u'CALL_-1207417180'), ('const-316', u'PTRADD_-1207415497'), ('const-316', u'PTRADD_-1207415247'), (u'PTRSUB_-1207415219', u'PTRSUB_-1207415077'), ('const-96', u'PTRSUB_-1207415199'), ('const-220', u'PTRSUB_-1207415118'), ('const-1', u'PTRADD_-1207415271'), (u'PTRSUB_-1207415256', u'PTRSUB_-1207415195'), (u'PTRSUB_-1207415052', u'PTRSUB_-1207414933'), (u'PTRSUB_-1207415292', u'PTRSUB_-1207415229'), ('const-1', u'PTRADD_-1207415725'), (u'PTRSUB_-1207415287', u'PTRSUB_-1207415256'), ('const-0', u'PTRSUB_-1207415495'), ('const-0', u'STORE_-1207416508'), (u'PTRADD_-1207415271', u'PTRSUB_-1207415269'), (u'PTRSUB_-1207415111', u'PTRSUB_-1207415427'), (u'PTRSUB_-1207415539', u'PTRSUB_-1207415438'), (u'PTRSUB_-1207415160', u'PTRSUB_-1207415155'), ('const-1', u'PTRADD_-1207414964'), ('const-8', u'PTRSUB_-1207415267'), (u'PTRSUB_-1207415232', u'STORE_-1207416469'), ('const-417', u'STORE_-1207416116'), (u'PTRADD_-1207415378', u'PTRSUB_-1207415376'), ('const-0', u'PTRSUB_-1207415417'), ('const-12', u'INT_ADD_-1207415278'), (u'PTRSUB_-1207414992', u'PTRSUB_-1207414907'), ('const-316', u'PTRADD_-1207415001'), ('const-1', u'PTRADD_-1207415295'), ('const-0', u'PTRSUB_-1207415742'), (u'PTRSUB_-1207415409', u'PTRSUB_-1207415341'), (u'PTRSUB_-1207415316', u'PTRSUB_-1207415221'), ('const-0', u'PTRSUB_-1207414909'), (u'INT_RIGHT_-1207415789', u'INT_AND_-1207415416'), ('const-0', u'PTRSUB_-1207415769'), ('const-0', u'PTRSUB_-1207415402'), (u'PTRSUB_-1207415251', u'STORE_-1207416560'), ('const-8', u'INT_OR_-1207415720'), ('const-316', u'PTRADD_-1207415259'), ('const-1', u'PTRADD_-1207415458'), ('const-0', u'STORE_-1207416560'), (u'PTRADD_-1207415120', u'PTRSUB_-1207415118'), (u'CAST_-1207415404', u'PTRADD_-1207415744'), ('const-168', u'PTRSUB_-1207414962'), ('const-1', u'PTRADD_-1207415627'), ('const-0', u'STORE_-1207416207'), (u'CAST_-1207415404', u'PTRADD_-1207415790'), ('const-1', u'PTRADD_-1207415707'), (u'PTRSUB_-1207415011', u'PTRSUB_-1207414897'), (u'LOAD_-1207417329', u'INT_LEFT_-1207417295'), (u'PTRSUB_-1207415786', u'PTRSUB_-1207415580'), ('const-72', u'PTRSUB_-1207415459'), (u'PTRSUB_-1207414986', u'LOAD_-1207415924'), (u'PTRSUB_-1207415388', u'STORE_-1207416352'), ('const-1', u'INT_AND_-1207415856'), ('const-0', u'SUBPIECE_-1207415047'), (u'PTRSUB_-1207415352', u'PTRSUB_-1207415287'), ('const-316', u'PTRADD_-1207415445'), ('const-4', u'PTRSUB_-1207415299'), (u'INT_ADD_-1207415275', u'CAST_-1207415174'), ('const-417', u'LOAD_-1207417329'), (u'PTRSUB_-1207415742', u'PTRSUB_-1207415539'), ('const-316', u'PTRADD_-1207415208'), ('const-84', u'PTRSUB_-1207415445'), (u'PTRSUB_-1207415199', u'STORE_-1207416430'), ('const-0', u'PTRSUB_-1207415388')]
[('const-0', u'STORE_-1207416352'), ('const-0', u'RETURN_-1207417126'), (u'CALL_-1207417078', u'CALL_-1207417031'), (u'COPY_-1207417014', u'RETURN_-1207416980'), ('const-4', u'PTRADD_-1207415543'), ('const-417', u'STORE_-1207416181'), ('const-121', u'PTRADD_-1207415446'), ('const-2', u'INT_MULT_-1207415453'), (u'PTRADD_-1207415446', u'CAST_-1207415403'), (u'CAST_-1207415815', u'PTRADD_-1207415329'), (u'CAST_-1207415815', u'PTRADD_-1207415598'), ('const-417', u'STORE_-1207416103'), ('const-94', u'PTRADD_-1207415818'), (u'CAST_-1207415815', u'PTRADD_-1207415825'), ('tmp_3877', u'CALL_-1207416791'), (u'CAST_-1207415687', u'STORE_-1207416655'), (u'CAST_-1207415815', u'PTRADD_-1207415609'), ('tmp_3877', u'CALL_-1207416941'), (u'PTRADD_-1207415499', u'STORE_-1207416352'), ('const-417', u'STORE_-1207416534'), (u'CAST_-1207415815', u'STORE_-1207416755'), (u'CAST_-1207415403', u'STORE_-1207416268'), ('const-24', u'INT_RIGHT_-1207415789'), (u'CAST_-1207415815', u'PTRADD_-1207415748'), (u'PTRADD_-1207415252', u'STORE_-1207416038'), (u'INT_AND_-1207415856', u'INT_OR_-1207415805'), (u'INT_ADD_-1207415901', u'PTRADD_-1207416727'), ('const-417', u'STORE_-1207415986'), ('const-4', u'PTRADD_-1207415186'), (u'PTRADD_-1207415719', u'STORE_-1207416612'), ('const-107', u'PTRADD_-1207415543'), ('const-0', u'STORE_-1207416469'), (u'PTRADD_-1207415175', u'STORE_-1207415947'), (u'PTRADD_-1207415769', u'CAST_-1207415687'), ('const-417', u'LOAD_-1207417107'), ('const-4', u'PTRADD_-1207415296'), (u'CAST_-1207415444', u'LOAD_-1207416341'), (u'CAST_-1207415815', u'PTRADD_-1207415543'), ('const-115', u'PTRADD_-1207415748'), (u'CAST_-1207415815', u'PTRADD_-1207415631'), (u'CAST_-1207415924', u'COPY_-1207417155'), (u'PTRADD_-1207415285', u'STORE_-1207416077'), (u'PTRADD_-1207415373', u'STORE_-1207416181'), (u'CAST_-1207415747', u'STORE_-1207416733'), (u'INT_RIGHT_-1207417292', u'INT_OR_-1207417293'), (u'CAST_-1207415815', u'PTRADD_-1207415521'), (u'CALL_-1207417180', u'CAST_-1207415924'), ('const-417', u'LOAD_-1207417329'), ('const-0', u'STORE_-1207416051'), (u'PTRADD_-1207415197', u'STORE_-1207415973'), ('const-0', u'STORE_-1207416443'), (u'PTRADD_-1207415565', u'STORE_-1207416430'), ('const-4', u'PTRADD_-1207415532'), ('const-0', u'STORE_-1207416482'), (u'CAST_-1207415815', u'PTRADD_-1207415488'), ('const-4', u'PTRADD_-1207415762'), ('const-417', u'LOAD_-1207416341'), ('const-4', u'PTRADD_-1207415832'), (u'PTRADD_-1207415748', u'CAST_-1207415429'), (u'PTRADD_-1207415832', u'CAST_-1207415747'), ('const-4', u'PTRADD_-1207415686'), ('const-4', u'PTRADD_-1207415609'), (u'INT_ADD_-1207415903', u'CAST_-1207415134'), ('const-0', u'STORE_-1207416547'), (u'CAST_-1207415815', u'PTRADD_-1207415769'), (u'INT_OR_-1207417293', u'INT_NOTEQUAL_-1207417280'), (u'PTRADD_-1207415521', u'STORE_-1207416378'), ('const-1', u'INT_NOTEQUAL_-1207417280'), (u'INT_EQUAL_-1207417261', u'CBRANCH_-1207417259'), ('const-125', u'PTRADD_-1207415384'), (u'CAST_-1207415694', u'STORE_-1207416664'), ('const-417', u'STORE_-1207416064'), ('tmp_3880', u'CALL_-1207417180'), ('const-4', u'PTRADD_-1207415776'), ('const-4', u'PTRADD_-1207415318'), ('const-4', u'PTRADD_-1207415804'), ('const-110', u'PTRADD_-1207415521'), (u'CAST_-1207415815', u'PTRADD_-1207415252'), ('const-143', u'PTRADD_-1207415186'), ('const-133', u'PTRADD_-1207415296'), (u'LOAD_-1207415924', u'INT_ADD_-1207415903'), (u'CAST_-1207415754', u'STORE_-1207416742'), (u'CAST_-1207415815', u'PTRADD_-1207415783'), ('const-417', u'STORE_-1207416508'), ('const-136', u'PTRADD_-1207415263'), ('const-0', u'STORE_-1207416638'), ('const-417', u'STORE_-1207416573'), ('tmp_3876', u'LOAD_-1207417107'), ('const-0', u'STORE_-1207415999'), ('const-1', u'PTRADD_-1207416727'), (u'PTRADD_-1207415208', u'STORE_-1207415986'), ('const-0', u'STORE_-1207416181'), ('const-140', u'PTRADD_-1207415219'), ('const-417', u'STORE_-1207416220'), ('const-4', u'PTRADD_-1207415730'), ('tmp_2627', u'INT_ADD_-1207415901'), (u'INT_OR_-1207415805', u'INT_OR_-1207415714'), ('const-0', u'STORE_-1207416625'), (u'PTRADD_-1207415769', u'CAST_-1207415694'), ('const-417', u'STORE_-1207416430'), ('const-417', u'STORE_-1207416560'), ('const-84', u'PTRADD_-1207415697'), ('const-5', u'INT_ADD_-1207415901'), (u'PTRADD_-1207415480', u'STORE_-1207416329'), ('const-112', u'PTRADD_-1207415755'), (u'INT_AND_-1207415756', u'INT_OR_-1207415738'), ('const-97', u'PTRADD_-1207415811'), ('const-0', u'STORE_-1207416404'), (u'CAST_-1207415429', u'STORE_-1207416320'), ('const-417', u'STORE_-1207416194'), (u'CAST_-1207415815', u'PTRADD_-1207415274'), (u'PTRADD_-1207415417', u'STORE_-1207416233'), ('const-0', u'COPY_-1207417014'), (u'CAST_-1207415815', u'PTRADD_-1207415554'), (u'CAST_-1207415815', u'PTRADD_-1207415510'), (u'CAST_-1207415815', u'PTRADD_-1207415175'), ('const-417', u'STORE_-1207416521'), (u'INT_AND_-1207415470', u'INT_OR_-1207415843'), ('const-4', u'PTRADD_-1207415748'), (u'CAST_-1207415815', u'PTRADD_-1207415395'), ('const-111', u'PTRADD_-1207415762'), ('const-121', u'PTRADD_-1207415132'), (u'CAST_-1207415815', u'PTRADD_-1207415790'), ('const-145', u'PTRADD_-1207415164'), ('const-417', u'STORE_-1207416681'), ('const-0', u'RETURN_-1207415660'), ('const-4', u'PTRADD_-1207415825'), ('const-4', u'PTRADD_-1207415488'), ('const-417', u'STORE_-1207416664'), (u'PTRADD_-1207415587', u'STORE_-1207416456'), (u'LOAD_-1207415838', u'INT_RIGHT_-1207415789'), (u'CAST_-1207415815', u'PTRADD_-1207415219'), ('const-417', u'STORE_-1207416716'), (u'CAST_-1207415815', u'PTRADD_-1207415230'), (u'CAST_-1207415815', u'PTRADD_-1207415620'), ('const-92', u'PTRADD_-1207415620'), (u'PTRADD_-1207415428', u'STORE_-1207416246'), ('const-417', u'LOAD_-1207415924'), (u'COPY_-1207415921', u'PTRADD_-1207416727'), ('const-3', u'INT_EQUAL_-1207417245'), (u'CAST_-1207415815', u'PTRADD_-1207415473'), ('const-4', u'PTRADD_-1207415230'), ('const-104', u'PTRADD_-1207415554'), ('const-242', u'INT_AND_-1207415470'), ('const-139', u'PTRADD_-1207415230'), (u'CAST_-1207415815', u'CALL_-1207415711'), ('const-4', u'PTRADD_-1207415790'), ('const-88', u'PTRADD_-1207415653'), (u'PTRADD_-1207415811', u'CAST_-1207415727'), (u'CAST_-1207415815', u'PTRADD_-1207415417'), ('const-417', u'STORE_-1207416233'), ('const-0', u'RETURN_-1207416980'), ('const-131', u'PTRADD_-1207415318'), (u'CAST_-1207415815', u'PTRADD_-1207415197'), ('const-135', u'PTRADD_-1207415274'), (u'PTRADD_-1207415811', u'CAST_-1207415734'), (u'PTRADD_-1207415219', u'STORE_-1207415999'), ('const-81', u'PTRADD_-1207415730'), (u'INT_OR_-1207415714', u'STORE_-1207415728'), ('const-417', u'LOAD_-1207415919'), (u'CAST_-1207415815', u'PTRADD_-1207415532'), (u'CAST_-1207415815', u'PTRADD_-1207415499'), ('const-4', u'PTRADD_-1207415428'), ('const-417', u'STORE_-1207416365'), ('const-89', u'PTRADD_-1207415642'), ('const-417', u'STORE_-1207415999'), (u'PTRADD_-1207415776', u'STORE_-1207416681'), (u'INT_EQUAL_-1207417245', u'CBRANCH_-1207417242'), ('const-4', u'PTRADD_-1207415521'), ('const-417', u'STORE_-1207416168'), ('const-0', u'STORE_-1207416391'), (u'PTRADD_-1207415263', u'STORE_-1207416051'), (u'CAST_-1207415085', u'STORE_-1207415728'), (u'CAST_-1207415815', u'PTRADD_-1207415480'), ('const-141', u'PTRADD_-1207415208'), ('const-106', u'PTRADD_-1207415776'), (u'PTRADD_-1207415340', u'STORE_-1207416142'), ('const-4', u'PTRADD_-1207415197'), (u'PTRADD_-1207415825', u'STORE_-1207416742'), (u'PTRADD_-1207415532', u'STORE_-1207416391'), (u'PTRADD_-1207415675', u'STORE_-1207416560'), (u'CAST_-1207415815', u'CALL_-1207416791'), (u'CALL_-1207416941', u'INT_NOTEQUAL_-1207416902'), (u'CAST_-1207415815', u'PTRADD_-1207415263'), (u'CAST_-1207415707', u'STORE_-1207416681'), ('const-87', u'PTRADD_-1207415664'), (u'INT_ADD_-1207417080', u'CALL_-1207417078'), (u'PTRADD_-1207415741', u'STORE_-1207416638'), ('const-0', u'STORE_-1207416103'), ('const-0', u'STORE_-1207416534'), (u'CAST_-1207415734', u'STORE_-1207416716'), ('const-417', u'STORE_-1207416469'), (u'SUBPIECE_-1207415209', u'INT_AND_-1207415856'), ('const-0', u'STORE_-1207416168'), ('const-417', u'STORE_-1207416077'), ('const-4', u'PTRADD_-1207415373'), (u'CAST_-1207415815', u'PTRADD_-1207415384'), ('const-417', u'STORE_-1207416599'), ('const-134', u'PTRADD_-1207415285'), ('const-4', u'PTRADD_-1207415631'), (u'CAST_-1207415815', u'PTRADD_-1207415460'), ('const-4', u'PTRADD_-1207415417'), ('const-0', u'STORE_-1207416155'), ('tmp_3879', u'CALL_-1207417180'), ('const-0', u'STORE_-1207416767'), (u'PTRADD_-1207415609', u'STORE_-1207416482'), ('const-0', u'STORE_-1207416207'), ('const-130', u'PTRADD_-1207415329'), (u'CAST_-1207415815', u'PTRADD_-1207415686'), ('tmp_3876', u'CALL_-1207416791'), ('const-115', u'PTRADD_-1207415499'), (u'CAST_-1207415815', u'PTRADD_-1207415708'), ('const-121', u'PTRADD_-1207415488'), ('const-4', u'PTRADD_-1207415769'), (u'PTRADD_-1207415653', u'STORE_-1207416534'), ('const-120', u'PTRADD_-1207415428'), ('const-0', u'STORE_-1207416560'), (u'INT_ADD_-1207415822', u'CAST_-1207415106'), ('const-417', u'STORE_-1207416320'), ('const-417', u'STORE_-1207416352'), ('const-417', u'STORE_-1207416329'), (u'LOAD_-1207416341', u'INT_AND_-1207415475'), ('const-4', u'PTRADD_-1207415818'), (u'PTRADD_-1207415473', u'STORE_-1207416320'), ('const-103', u'PTRADD_-1207415565'), (u'CAST_-1207415815', u'PTRADD_-1207415762'), (u'CAST_-1207415815', u'PTRADD_-1207415697'), (u'PTRADD_-1207415620', u'STORE_-1207416495'), ('const-417', u'STORE_-1207416742'), ('const-105', u'PTRADD_-1207415783'), ('const-8', u'INT_LEFT_-1207417295'), ('const-417', u'STORE_-1207416612'), ('const-4', u'PTRADD_-1207415473'), (u'PTRADD_-1207415748', u'CAST_-1207415436'), (u'CAST_-1207415815', u'PTRADD_-1207415446'), (u'INT_RIGHT_-1207415735', u'SUBPIECE_-1207415411'), ('const-4', u'PTRADD_-1207415446'), ('const-417', u'LOAD_-1207417334'), (u'CAST_-1207415815', u'PTRADD_-1207415241'), (u'CAST_-1207415815', u'PTRADD_-1207415340'), (u'PTRADD_-1207415132', u'CAST_-1207415113'), ('const-4', u'PTRADD_-1207415460'), ('const-4', u'PTRADD_-1207415132'), (u'CAST_-1207415815', u'PTRADD_-1207415285'), ('const-417', u'STORE_-1207416038'), ('const-79', u'PTRADD_-1207415845'), ('const-417', u'STORE_-1207416690'), ('const-85', u'PTRADD_-1207415686'), ('tmp_3878', u'CALL_-1207417180'), ('const-0', u'STORE_-1207416194'), ('tmp_219', u'CBRANCH_-1207417279'), (u'INT_OR_-1207417293', u'INT_EQUAL_-1207417261'), ('const-417', u'STORE_-1207416625'), (u'PTRADD_-1207415708', u'STORE_-1207416599'), ('const-417', u'STORE_-1207415960'), ('const-4', u'PTRADD_-1207415285'), ('const-4', u'PTRADD_-1207415164'), (u'PTRADD_-1207415351', u'STORE_-1207416155'), ('const-8', u'INT_OR_-1207415476'), (u'CAST_-1207415815', u'PTRADD_-1207415164'), ('const-0', u'INT_NOTEQUAL_-1207416902'), (u'CAST_-1207415815', u'PTRADD_-1207415208'), (u'PTRADD_-1207415318', u'STORE_-1207416116'), (u'PTRADD_-1207415439', u'STORE_-1207416259'), (u'CAST_-1207415815', u'PTRADD_-1207415296'), ('tmp_2627', u'INT_ADD_-1207417080'), ('const-417', u'STORE_-1207416207'), (u'CAST_-1207415815', u'PTRADD_-1207415318'), (u'PTRADD_-1207415818', u'STORE_-1207416733'), ('const-417', u'STORE_-1207416638'), (u'PTRADD_-1207415832', u'CAST_-1207415754'), ('const-0', u'STORE_-1207416064'), ('const-4', u'PTRADD_-1207415499'), (u'CAST_-1207415815', u'PTRADD_-1207415428'), ('const-4', u'PTRADD_-1207415274'), ('const-4', u'PTRADD_-1207415241'), (u'PTRADD_-1207415790', u'CAST_-1207415707'), (u'CAST_-1207415815', u'PTRADD_-1207415642'), ('const-4', u'PTRADD_-1207415811'), ('const-99', u'PTRADD_-1207415804'), ('const-0', u'STORE_-1207415960'), ('const-4', u'PTRADD_-1207415741'), ('const-103', u'PTRADD_-1207415790'), ('const-417', u'STORE_-1207416443'), ('const-122', u'PTRADD_-1207415417'), (u'CAST_-1207415815', u'PTRADD_-1207415730'), ('const-0', u'STORE_-1207416599'), ('const-243', u'INT_AND_-1207415756'), ('const-82', u'PTRADD_-1207415719'), ('const-0', u'STORE_-1207416365'), ('const-0', u'STORE_-1207416220'), ('const-93', u'PTRADD_-1207415825'), ('const-0', u'STORE_-1207416417'), ('tmp_3880', u'LOAD_-1207417334'), ('const-5', u'INT_RIGHT_-1207415735'), ('tmp_3877', u'CALL_-1207417180'), ('const-0', u'STORE_-1207416233'), (u'CAST_-1207415727', u'STORE_-1207416707'), ('const-8', u'INT_OR_-1207415843'), ('const-417', u'STORE_-1207416268'), (u'CAST_-1207415815', u'COPY_-1207415694'), ('tmp_843', u'CBRANCH_-1207416902'), ('const-3089687', u'INT_ADD_-1207417080'), ('const-0', u'STORE_-1207416090'), ('const-0', u'STORE_-1207416430'), ('const-118', u'PTRADD_-1207415473'), (u'CAST_-1207415815', u'PTRADD_-1207415307'), ('const-128', u'PTRADD_-1207415351'), ('const-4', u'PTRADD_-1207415510'), ('const-417', u'STORE_-1207415728'), ('const-101', u'PTRADD_-1207415576'), (u'LOAD_-1207415924', u'INT_ADD_-1207415822'), (u'CAST_-1207415815', u'PTRADD_-1207415719'), ('const-129', u'PTRADD_-1207415340'), ('const-83', u'PTRADD_-1207415708'), (u'CAST_-1207415815', u'PTRADD_-1207415186'), ('const-4', u'PTRADD_-1207415783'), (u'CAST_-1207415815', u'PTRADD_-1207415587'), ('const-0', u'STORE_-1207416508'), (u'PTRADD_-1207415241', u'STORE_-1207416025'), (u'PTRADD_-1207415384', u'STORE_-1207416194'), ('const-91', u'PTRADD_-1207415631'), (u'PTRADD_-1207415730', u'STORE_-1207416625'), ('const-4', u'PTRADD_-1207415307'), ('const-417', u'STORE_-1207416404'), ('const-417', u'STORE_-1207416259'), (u'CAST_-1207415815', u'PTRADD_-1207415675'), ('const-4', u'PTRADD_-1207415208'), ('const-4', u'PTRADD_-1207415576'), ('const-4', u'PTRADD_-1207415395'), (u'INT_AND_-1207415856', u'INT_OR_-1207415831'), ('const-417', u'STORE_-1207416482'), ('const-0', u'STORE_-1207416612'), ('const-417', u'STORE_-1207416495'), ('const-8', u'INT_OR_-1207415738'), ('const-4', u'PTRADD_-1207415797'), (u'CAST_-1207415436', u'STORE_-1207416329'), (u'CAST_-1207415714', u'STORE_-1207416690'), ('const-113', u'PTRADD_-1207415510'), ('const-0', u'SUBPIECE_-1207415209'), ('const-121', u'PTRADD_-1207415105'), (u'CAST_-1207415815', u'PTRADD_-1207415776'), (u'CAST_-1207415815', u'PTRADD_-1207415362'), (u'INT_OR_-1207417293', u'INT_EQUAL_-1207417245'), ('const-95', u'PTRADD_-1207415609'), ('const-417', u'STORE_-1207416129'), (u'PTRADD_-1207415543', u'STORE_-1207416404'), ('const-417', u'STORE_-1207415845'), (u'INT_AND_-1207415434', u'INT_RIGHT_-1207415735'), (u'INT_LEFT_-1207417295', u'INT_OR_-1207417293'), ('tmp_249', u'CBRANCH_-1207417259'), (u'PTRADD_-1207415686', u'STORE_-1207416573'), ('const-142', u'PTRADD_-1207415197'), (u'CAST_-1207415815', u'PTRADD_-1207415845'), (u'PTRADD_-1207415845', u'STORE_-1207416767'), (u'PTRADD_-1207415274', u'STORE_-1207416064'), ('const-417', u'STORE_-1207416733'), ('const-4', u'PTRADD_-1207415329'), ('const-4', u'PTRADD_-1207415708'), ('const-4', u'PTRADD_-1207415439'), (u'PTRADD_-1207415762', u'STORE_-1207416664'), ('const-417', u'STORE_-1207416116'), (u'CAST_-1207415106', u'LOAD_-1207415838'), ('const-417', u'STORE_-1207416051'), ('const-0', u'STORE_-1207416573'), (u'CAST_-1207415815', u'PTRADD_-1207415439'), ('const-0', u'STORE_-1207416077'), ('const-126', u'PTRADD_-1207415373'), ('const-138', u'PTRADD_-1207415241'), (u'PTRADD_-1207415804', u'STORE_-1207416716'), (u'PTRADD_-1207415510', u'STORE_-1207416365'), ('tmp_3880', u'LOAD_-1207415924'), (u'CAST_-1207415134', u'LOAD_-1207415919'), (u'CAST_-1207415815', u'PTRADD_-1207415351'), ('const-417', u'STORE_-1207416155'), ('const-4', u'PTRADD_-1207415105'), ('const-137', u'PTRADD_-1207415252'), (u'PTRADD_-1207415329', u'STORE_-1207416129'), ('const-4', u'PTRADD_-1207415664'), (u'CAST_-1207415815', u'PTRADD_-1207415653'), (u'INT_RIGHT_-1207415165', u'SUBPIECE_-1207415209'), ('tmp_3875', u'CALL_-1207417180'), (u'PTRADD_-1207415554', u'STORE_-1207416417'), ('const-97', u'PTRADD_-1207415598'), ('const-417', u'STORE_-1207415934'), ('const-417', u'STORE_-1207416293'), (u'PTRADD_-1207415631', u'STORE_-1207416508'), (u'CAST_-1207415815', u'PTRADD_-1207415797'), ('const-132', u'PTRADD_-1207415307'), (u'INT_OR_-1207415476', u'INT_OR_-1207415805'), ('const-0', u'STORE_-1207416495'), ('const-584', u'CALL_-1207416860'), (u'PTRADD_-1207415395', u'STORE_-1207416207'), ('const-1', u'INT_AND_-1207415856'), ('const-4', u'PTRADD_-1207415845'), ('const-0', u'STORE_-1207416012'), ('const-4', u'PTRADD_-1207415175'), ('const-0', u'STORE_-1207415934'), ('const-417', u'STORE_-1207416707'), ('const-417', u'STORE_-1207415947'), ('const-4', u'PTRADD_-1207415719'), (u'COPY_-1207415694', u'RETURN_-1207415660'), ('const-123', u'PTRADD_-1207415406'), (u'PTRADD_-1207415598', u'STORE_-1207416469'), ('const-109', u'PTRADD_-1207415769'), (u'CAST_-1207415114', u'INT_RIGHT_-1207415165'), ('const-0', u'STORE_-1207416116'), (u'INT_NOTEQUAL_-1207417280', u'CBRANCH_-1207417279'), ('const-0', u'STORE_-1207416521'), (u'LOAD_-1207417334', u'INT_ADD_-1207417313'), (u'PTRADD_-1207415790', u'CAST_-1207415714'), (u'PTRADD_-1207415105', u'CAST_-1207415085'), (u'PTRADD_-1207415488', u'CAST_-1207415444'), ('const-119', u'PTRADD_-1207415439'), ('const-98', u'PTRADD_-1207415587'), (u'PTRADD_-1207415164', u'STORE_-1207415934'), (u'CAST_-1207415815', u'PTRADD_-1207415804'), (u'PTRADD_-1207415296', u'STORE_-1207416090'), (u'CALL_-1207416860', u'CAST_-1207415815'), ('const-4', u'PTRADD_-1207415263'), ('const-240', u'INT_AND_-1207415475'), ('const-127', u'PTRADD_-1207415362'), (u'PTRADD_-1207415230', u'STORE_-1207416012'), ('const-36', u'INT_ADD_-1207415903'), (u'CAST_-1207415815', u'PTRADD_-1207415832'), ('const-4', u'PTRADD_-1207415406'), (u'CAST_-1207415815', u'PTRADD_-1207415741'), (u'CAST_-1207415815', u'PTRADD_-1207415811'), (u'PTRADD_-1207415664', u'STORE_-1207416547'), ('const-91', u'PTRADD_-1207415832'), ('const-4638586', u'COPY_-1207415921'), ('tmp_3880', u'CALL_-1207416791'), ('const-4', u'PTRADD_-1207415565'), (u'LOAD_-1207417107', u'CALL_-1207417031'), (u'CAST_-1207415815', u'PTRADD_-1207415373'), ('const-116', u'PTRADD_-1207415460'), ('const-86', u'PTRADD_-1207415675'), ('tmp_281', u'CBRANCH_-1207417242'), ('const-417', u'STORE_-1207416417'), ('const-25', u'INT_RIGHT_-1207415165'), ('const-0', u'STORE_-1207416293'), ('const-4', u'PTRADD_-1207415480'), ('const-144', u'PTRADD_-1207415175'), (u'CAST_-1207415763', u'STORE_-1207416755'), ('const-4', u'PTRADD_-1207415697'), (u'INT_OR_-1207415831', u'STORE_-1207415845'), (u'PTRADD_-1207416727', u'CAST_-1207415763'), (u'PTRADD_-1207415797', u'STORE_-1207416707'), (u'INT_OR_-1207415738', u'STORE_-1207416268'), (u'INT_MULT_-1207415453', u'INT_OR_-1207415714'), ('const-417', u'STORE_-1207416547'), (u'CAST_-1207415993', u'LOAD_-1207417329'), ('const-0', u'STORE_-1207416378'), ('const-417', u'LOAD_-1207415838'), ('const-0', u'SUBPIECE_-1207415411'), ('const-417', u'STORE_-1207415973'), ('const-0', u'STORE_-1207415973'), ('const-8', u'INT_RIGHT_-1207417292'), ('const-36', u'INT_ADD_-1207415822'), (u'PTRADD_-1207415642', u'STORE_-1207416521'), ('const-2', u'INT_EQUAL_-1207417261'), (u'CAST_-1207415815', u'PTRADD_-1207415755'), ('const-0', u'STORE_-1207416259'), (u'CAST_-1207415815', u'PTRADD_-1207415818'), ('const-417', u'STORE_-1207416767'), (u'CAST_-1207415815', u'PTRADD_-1207415576'), (u'CAST_-1207415815', u'PTRADD_-1207415664'), (u'COPY_-1207417155', u'RETURN_-1207417126'), ('const-417', u'STORE_-1207416755'), (u'CAST_-1207415815', u'PTRADD_-1207415406'), ('const-4', u'PTRADD_-1207415252'), ('const-0', u'STORE_-1207416142'), ('tmp_3879', u'CALL_-1207416791'), ('const-100', u'PTRADD_-1207415797'), ('const-4', u'PTRADD_-1207415642'), ('const-4294967295', u'STORE_-1207416025'), ('const-0', u'STORE_-1207415986'), ('const-0', u'STORE_-1207416586'), ('const-4', u'PTRADD_-1207415554'), ('tmp_3878', u'CALL_-1207416791'), (u'INT_AND_-1207415475', u'INT_OR_-1207415476'), (u'LOAD_-1207416341', u'INT_AND_-1207415470'), (u'PTRADD_-1207415755', u'STORE_-1207416655'), (u'PTRADD_-1207415576', u'STORE_-1207416443'), ('const-4', u'PTRADD_-1207415362'), (u'PTRADD_-1207415186', u'STORE_-1207415960'), ('const-4', u'PTRADD_-1207415620'), ('tmp_3876', u'CALL_-1207417180'), ('const-417', u'STORE_-1207416655'), ('const-4', u'PTRADD_-1207415351'), (u'PTRADD_-1207415307', u'STORE_-1207416103'), (u'CAST_-1207415815', u'PTRADD_-1207415132'), (u'INT_ADD_-1207417313', u'CAST_-1207415993'), (u'INT_NOTEQUAL_-1207416902', u'CBRANCH_-1207416902'), ('const-0', u'STORE_-1207416129'), ('const-417', u'STORE_-1207416012'), ('const-0', u'STORE_-1207416246'), ('const-4', u'PTRADD_-1207415384'), ('const-417', u'STORE_-1207416025'), ('const-417', u'STORE_-1207416378'), (u'PTRADD_-1207415362', u'STORE_-1207416168'), (u'PTRADD_-1207415697', u'STORE_-1207416586'), (u'PTRADD_-1207415406', u'STORE_-1207416220'), ('const-417', u'STORE_-1207416142'), (u'LOAD_-1207416341', u'INT_AND_-1207415756'), (u'PTRADD_-1207415460', u'STORE_-1207416293'), ('const-4', u'PTRADD_-1207415587'), (u'SUBPIECE_-1207415411', u'INT_MULT_-1207415453'), (u'LOAD_-1207417329', u'INT_RIGHT_-1207417292'), (u'LOAD_-1207415919', u'CAST_-1207415114'), ('const-80', u'PTRADD_-1207415741'), ('const-4', u'PTRADD_-1207415598'), ('const-32', u'INT_AND_-1207415434'), ('const-117', u'PTRADD_-1207415480'), ('const-417', u'STORE_-1207416246'), ('const-417', u'STORE_-1207416586'), (u'PTRADD_-1207415783', u'STORE_-1207416690'), ('const-124', u'PTRADD_-1207415395'), (u'CAST_-1207415815', u'PTRADD_-1207415105'), ('const-417', u'STORE_-1207416090'), ('const-4', u'PTRADD_-1207415675'), ('const-417', u'STORE_-1207416391'), (u'CAST_-1207415113', u'STORE_-1207415845'), ('const-4', u'PTRADD_-1207415340'), (u'INT_RIGHT_-1207415789', u'INT_AND_-1207415434'), (u'LOAD_-1207417329', u'INT_LEFT_-1207417295'), ('const-0', u'STORE_-1207416456'), ('const-4', u'PTRADD_-1207415755'), ('const-417', u'STORE_-1207416456'), (u'INT_OR_-1207417293', u'CALL_-1207417031'), ('const-4', u'PTRADD_-1207415219'), ('const-4', u'PTRADD_-1207415653'), ('const-109', u'PTRADD_-1207415532'), ('const-16', u'INT_ADD_-1207417313'), ('const-0', u'STORE_-1207416038'), (u'INT_OR_-1207415843', u'INT_OR_-1207415831'), (u'CAST_-1207415815', u'PTRADD_-1207415565'), ('const-0', u'STORE_-1207415947')]
null
null
001745c0
x86
O2
(translation_unit "int * FUN_001745c0(undefined4 param_1,undefined4 *param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,int *param_6)\n\n{\n byte bVar1;\n undefined4 uVar2;\n int iVar3;\n byte bVar4;\n char cVar5;\n int *piVar6;\n undefined4 uVar7;\n ushort uVar8;\n int unaff_EDI;\n \n FUN_00074f0a();\n uVar8 = *(ushort *)(*param_6 + 0x10) << 8 | *(ushort *)(*param_6 + 0x10) >> 8;\n if (uVar8 != 1) {\n if (uVar8 == 2) {\n cVar5 = FUN_0023df40(param_3);\n if (cVar5 != '\0') goto LAB_00174680;\n }\n else if (uVar8 == 3) {\n piVar6 = (int *)FUN_00364830(param_1,param_2,param_3,param_4,param_5,param_6);\n return piVar6;\n }\n uVar2 = *param_2;\n uVar7 = gettext(unaff_EDI + 0x2f2517);\n FUN_0023b810(uVar7,uVar2,uVar8);\n return (int *)0x0;\n }\nLAB_00174680:\n piVar6 = (int *)FUN_003ac4d0(0x248);\n /* try { // try from 001746ab to 001746af has its CatchHandler @ 00174971 */\n FUN_0029f2f0(piVar6,param_2,param_3,param_4,param_5,param_6);\n piVar6[0x4f] = 0;\n *piVar6 = (int)("R_ARM_GOTRELAX" + unaff_EDI + 5);\n piVar6[0x5d] = (int)(piVar6 + 0x5b);\n piVar6[0x5e] = (int)(piVar6 + 0x5b);\n piVar6[99] = (int)(piVar6 + 0x61);\n piVar6[100] = (int)(piVar6 + 0x61);\n piVar6[0x69] = (int)(piVar6 + 0x67);\n piVar6[0x6a] = (int)(piVar6 + 0x67);\n piVar6[0x6f] = (int)(piVar6 + 0x6d);\n piVar6[0x70] = (int)(piVar6 + 0x6d);\n piVar6[0x50] = 0;\n piVar6[0x51] = 0;\n piVar6[0x52] = 0;\n piVar6[0x53] = 0;\n piVar6[0x54] = 0;\n piVar6[0x55] = 0;\n piVar6[0x56] = 0;\n piVar6[0x57] = 0;\n piVar6[0x58] = 0;\n piVar6[0x59] = 0;\n piVar6[0x5b] = 0;\n piVar6[0x5c] = 0;\n piVar6[0x5f] = 0;\n piVar6[0x61] = 0;\n piVar6[0x62] = 0;\n piVar6[0x65] = 0;\n piVar6[0x67] = 0;\n piVar6[0x68] = 0;\n piVar6[0x6b] = 0;\n piVar6[0x6d] = 0;\n piVar6[0x6e] = 0;\n piVar6[0x71] = 0;\n piVar6[0x73] = 0;\n bVar1 = *(byte *)(piVar6 + 0x79);\n piVar6[0x75] = (int)(piVar6 + 0x73);\n piVar6[0x76] = (int)(piVar6 + 0x73);\n piVar6[0x74] = 0;\n *(byte *)(piVar6 + 0x79) = bVar1 & 0xf3 | 8;\n piVar6[0x77] = 0;\n piVar6[0x78] = 0;\n piVar6[0x7a] = 0;\n piVar6[0x7b] = 0;\n piVar6[0x7c] = 0;\n piVar6[0x7d] = 0;\n piVar6[0x7e] = 0;\n piVar6[0x7f] = 0;\n piVar6[0x80] = 0;\n piVar6[0x81] = 0;\n piVar6[0x82] = 0;\n piVar6[0x83] = 0;\n piVar6[0x84] = 0;\n piVar6[0x85] = 0;\n piVar6[0x86] = 0;\n piVar6[0x87] = 0;\n piVar6[0x88] = 0;\n piVar6[0x89] = 0;\n piVar6[0x8a] = -1;\n piVar6[0x8b] = 0;\n piVar6[0x8c] = 0;\n piVar6[0x8d] = 0;\n piVar6[0x8e] = 0;\n piVar6[0x8f] = 0;\n piVar6[0x90] = 0;\n piVar6[0x91] = 0;\n iVar3 = *param_6;\n bVar4 = (byte)((uint)*(undefined4 *)(iVar3 + 0x24) >> 0x19) & 1;\n *(byte *)(piVar6 + 0x79) = bVar1 & 0xf2 | 8 | bVar4;\n *(byte *)(piVar6 + 0x79) =\n (char)((*(uint *)(iVar3 + 0x24) >> 0x18 & 0x20) >> 5) * '\x02' | bVar1 & 0xf0 | 8 | bVar4;\n FUN_00294830(piVar6);\n return piVar6;\n}\n\n" (function_definition "int * FUN_001745c0(undefined4 param_1,undefined4 *param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,int *param_6)\n\n{\n byte bVar1;\n undefined4 uVar2;\n int iVar3;\n byte bVar4;\n char cVar5;\n int *piVar6;\n undefined4 uVar7;\n ushort uVar8;\n int unaff_EDI;\n \n FUN_00074f0a();\n uVar8 = *(ushort *)(*param_6 + 0x10) << 8 | *(ushort *)(*param_6 + 0x10) >> 8;\n if (uVar8 != 1) {\n if (uVar8 == 2) {\n cVar5 = FUN_0023df40(param_3);\n if (cVar5 != '\0') goto LAB_00174680;\n }\n else if (uVar8 == 3) {\n piVar6 = (int *)FUN_00364830(param_1,param_2,param_3,param_4,param_5,param_6);\n return piVar6;\n }\n uVar2 = *param_2;\n uVar7 = gettext(unaff_EDI + 0x2f2517);\n FUN_0023b810(uVar7,uVar2,uVar8);\n return (int *)0x0;\n }\nLAB_00174680:\n piVar6 = (int *)FUN_003ac4d0(0x248);\n /* try { // try from 001746ab to 001746af has its CatchHandler @ 00174971 */\n FUN_0029f2f0(piVar6,param_2,param_3,param_4,param_5,param_6);\n piVar6[0x4f] = 0;\n *piVar6 = (int)("R_ARM_GOTRELAX" + unaff_EDI + 5);\n piVar6[0x5d] = (int)(piVar6 + 0x5b);\n piVar6[0x5e] = (int)(piVar6 + 0x5b);\n piVar6[99] = (int)(piVar6 + 0x61);\n piVar6[100] = (int)(piVar6 + 0x61);\n piVar6[0x69] = (int)(piVar6 + 0x67);\n piVar6[0x6a] = (int)(piVar6 + 0x67);\n piVar6[0x6f] = (int)(piVar6 + 0x6d);\n piVar6[0x70] = (int)(piVar6 + 0x6d);\n piVar6[0x50] = 0;\n piVar6[0x51] = 0;\n piVar6[0x52] = 0;\n piVar6[0x53] = 0;\n piVar6[0x54] = 0;\n piVar6[0x55] = 0;\n piVar6[0x56] = 0;\n piVar6[0x57] = 0;\n piVar6[0x58] = 0;\n piVar6[0x59] = 0;\n piVar6[0x5b] = 0;\n piVar6[0x5c] = 0;\n piVar6[0x5f] = 0;\n piVar6[0x61] = 0;\n piVar6[0x62] = 0;\n piVar6[0x65] = 0;\n piVar6[0x67] = 0;\n piVar6[0x68] = 0;\n piVar6[0x6b] = 0;\n piVar6[0x6d] = 0;\n piVar6[0x6e] = 0;\n piVar6[0x71] = 0;\n piVar6[0x73] = 0;\n bVar1 = *(byte *)(piVar6 + 0x79);\n piVar6[0x75] = (int)(piVar6 + 0x73);\n piVar6[0x76] = (int)(piVar6 + 0x73);\n piVar6[0x74] = 0;\n *(byte *)(piVar6 + 0x79) = bVar1 & 0xf3 | 8;\n piVar6[0x77] = 0;\n piVar6[0x78] = 0;\n piVar6[0x7a] = 0;\n piVar6[0x7b] = 0;\n piVar6[0x7c] = 0;\n piVar6[0x7d] = 0;\n piVar6[0x7e] = 0;\n piVar6[0x7f] = 0;\n piVar6[0x80] = 0;\n piVar6[0x81] = 0;\n piVar6[0x82] = 0;\n piVar6[0x83] = 0;\n piVar6[0x84] = 0;\n piVar6[0x85] = 0;\n piVar6[0x86] = 0;\n piVar6[0x87] = 0;\n piVar6[0x88] = 0;\n piVar6[0x89] = 0;\n piVar6[0x8a] = -1;\n piVar6[0x8b] = 0;\n piVar6[0x8c] = 0;\n piVar6[0x8d] = 0;\n piVar6[0x8e] = 0;\n piVar6[0x8f] = 0;\n piVar6[0x90] = 0;\n piVar6[0x91] = 0;\n iVar3 = *param_6;\n bVar4 = (byte)((uint)*(undefined4 *)(iVar3 + 0x24) >> 0x19) & 1;\n *(byte *)(piVar6 + 0x79) = bVar1 & 0xf2 | 8 | bVar4;\n *(byte *)(piVar6 + 0x79) =\n (char)((*(uint *)(iVar3 + 0x24) >> 0x18 & 0x20) >> 5) * '\x02' | bVar1 & 0xf0 | 8 | bVar4;\n FUN_00294830(piVar6);\n return piVar6;\n}" primitive_type (pointer_declarator "* FUN_001745c0(undefined4 param_1,undefined4 *param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,int *param_6)" * (function_declarator "FUN_001745c0(undefined4 param_1,undefined4 *param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,int *param_6)" identifier (parameter_list "(undefined4 param_1,undefined4 *param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,int *param_6)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "undefined4 *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "undefined4 param_3" type_identifier identifier) , (parameter_declaration "undefined4 param_4" type_identifier identifier) , (parameter_declaration "undefined4 param_5" type_identifier identifier) , (parameter_declaration "int *param_6" primitive_type (pointer_declarator "*param_6" * identifier)) )))) (compound_statement "{\n byte bVar1;\n undefined4 uVar2;\n int iVar3;\n byte bVar4;\n char cVar5;\n int *piVar6;\n undefined4 uVar7;\n ushort uVar8;\n int unaff_EDI;\n \n FUN_00074f0a();\n uVar8 = *(ushort *)(*param_6 + 0x10) << 8 | *(ushort *)(*param_6 + 0x10) >> 8;\n if (uVar8 != 1) {\n if (uVar8 == 2) {\n cVar5 = FUN_0023df40(param_3);\n if (cVar5 != '\0') goto LAB_00174680;\n }\n else if (uVar8 == 3) {\n piVar6 = (int *)FUN_00364830(param_1,param_2,param_3,param_4,param_5,param_6);\n return piVar6;\n }\n uVar2 = *param_2;\n uVar7 = gettext(unaff_EDI + 0x2f2517);\n FUN_0023b810(uVar7,uVar2,uVar8);\n return (int *)0x0;\n }\nLAB_00174680:\n piVar6 = (int *)FUN_003ac4d0(0x248);\n /* try { // try from 001746ab to 001746af has its CatchHandler @ 00174971 */\n FUN_0029f2f0(piVar6,param_2,param_3,param_4,param_5,param_6);\n piVar6[0x4f] = 0;\n *piVar6 = (int)("R_ARM_GOTRELAX" + unaff_EDI + 5);\n piVar6[0x5d] = (int)(piVar6 + 0x5b);\n piVar6[0x5e] = (int)(piVar6 + 0x5b);\n piVar6[99] = (int)(piVar6 + 0x61);\n piVar6[100] = (int)(piVar6 + 0x61);\n piVar6[0x69] = (int)(piVar6 + 0x67);\n piVar6[0x6a] = (int)(piVar6 + 0x67);\n piVar6[0x6f] = (int)(piVar6 + 0x6d);\n piVar6[0x70] = (int)(piVar6 + 0x6d);\n piVar6[0x50] = 0;\n piVar6[0x51] = 0;\n piVar6[0x52] = 0;\n piVar6[0x53] = 0;\n piVar6[0x54] = 0;\n piVar6[0x55] = 0;\n piVar6[0x56] = 0;\n piVar6[0x57] = 0;\n piVar6[0x58] = 0;\n piVar6[0x59] = 0;\n piVar6[0x5b] = 0;\n piVar6[0x5c] = 0;\n piVar6[0x5f] = 0;\n piVar6[0x61] = 0;\n piVar6[0x62] = 0;\n piVar6[0x65] = 0;\n piVar6[0x67] = 0;\n piVar6[0x68] = 0;\n piVar6[0x6b] = 0;\n piVar6[0x6d] = 0;\n piVar6[0x6e] = 0;\n piVar6[0x71] = 0;\n piVar6[0x73] = 0;\n bVar1 = *(byte *)(piVar6 + 0x79);\n piVar6[0x75] = (int)(piVar6 + 0x73);\n piVar6[0x76] = (int)(piVar6 + 0x73);\n piVar6[0x74] = 0;\n *(byte *)(piVar6 + 0x79) = bVar1 & 0xf3 | 8;\n piVar6[0x77] = 0;\n piVar6[0x78] = 0;\n piVar6[0x7a] = 0;\n piVar6[0x7b] = 0;\n piVar6[0x7c] = 0;\n piVar6[0x7d] = 0;\n piVar6[0x7e] = 0;\n piVar6[0x7f] = 0;\n piVar6[0x80] = 0;\n piVar6[0x81] = 0;\n piVar6[0x82] = 0;\n piVar6[0x83] = 0;\n piVar6[0x84] = 0;\n piVar6[0x85] = 0;\n piVar6[0x86] = 0;\n piVar6[0x87] = 0;\n piVar6[0x88] = 0;\n piVar6[0x89] = 0;\n piVar6[0x8a] = -1;\n piVar6[0x8b] = 0;\n piVar6[0x8c] = 0;\n piVar6[0x8d] = 0;\n piVar6[0x8e] = 0;\n piVar6[0x8f] = 0;\n piVar6[0x90] = 0;\n piVar6[0x91] = 0;\n iVar3 = *param_6;\n bVar4 = (byte)((uint)*(undefined4 *)(iVar3 + 0x24) >> 0x19) & 1;\n *(byte *)(piVar6 + 0x79) = bVar1 & 0xf2 | 8 | bVar4;\n *(byte *)(piVar6 + 0x79) =\n (char)((*(uint *)(iVar3 + 0x24) >> 0x18 & 0x20) >> 5) * '\x02' | bVar1 & 0xf0 | 8 | bVar4;\n FUN_00294830(piVar6);\n return piVar6;\n}" { (declaration "byte bVar1;" type_identifier identifier ;) (declaration "undefined4 uVar2;" type_identifier identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "byte bVar4;" type_identifier identifier ;) (declaration "char cVar5;" primitive_type identifier ;) (declaration "int *piVar6;" primitive_type (pointer_declarator "*piVar6" * identifier) ;) (declaration "undefined4 uVar7;" type_identifier identifier ;) (declaration "ushort uVar8;" type_identifier identifier ;) (declaration "int unaff_EDI;" primitive_type identifier ;) (expression_statement "FUN_00074f0a();" (call_expression "FUN_00074f0a()" identifier (argument_list "()" ( ))) ;) (expression_statement "uVar8 = *(ushort *)(*param_6 + 0x10) << 8 | *(ushort *)(*param_6 + 0x10) >> 8;" (assignment_expression "uVar8 = *(ushort *)(*param_6 + 0x10) << 8 | *(ushort *)(*param_6 + 0x10) >> 8" identifier = (binary_expression "*(ushort *)(*param_6 + 0x10) << 8 | *(ushort *)(*param_6 + 0x10) >> 8" (binary_expression "*(ushort *)(*param_6 + 0x10) << 8" (pointer_expression "*(ushort *)(*param_6 + 0x10)" * (cast_expression "(ushort *)(*param_6 + 0x10)" ( (type_descriptor "ushort *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_6 + 0x10)" ( (binary_expression "*param_6 + 0x10" (pointer_expression "*param_6" * identifier) + number_literal) )))) << number_literal) | (binary_expression "*(ushort *)(*param_6 + 0x10) >> 8" (pointer_expression "*(ushort *)(*param_6 + 0x10)" * (cast_expression "(ushort *)(*param_6 + 0x10)" ( (type_descriptor "ushort *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_6 + 0x10)" ( (binary_expression "*param_6 + 0x10" (pointer_expression "*param_6" * identifier) + number_literal) )))) >> number_literal))) ;) (if_statement "if (uVar8 != 1) {\n if (uVar8 == 2) {\n cVar5 = FUN_0023df40(param_3);\n if (cVar5 != '\0') goto LAB_00174680;\n }\n else if (uVar8 == 3) {\n piVar6 = (int *)FUN_00364830(param_1,param_2,param_3,param_4,param_5,param_6);\n return piVar6;\n }\n uVar2 = *param_2;\n uVar7 = gettext(unaff_EDI + 0x2f2517);\n FUN_0023b810(uVar7,uVar2,uVar8);\n return (int *)0x0;\n }" if (parenthesized_expression "(uVar8 != 1)" ( (binary_expression "uVar8 != 1" identifier != number_literal) )) (compound_statement "{\n if (uVar8 == 2) {\n cVar5 = FUN_0023df40(param_3);\n if (cVar5 != '\0') goto LAB_00174680;\n }\n else if (uVar8 == 3) {\n piVar6 = (int *)FUN_00364830(param_1,param_2,param_3,param_4,param_5,param_6);\n return piVar6;\n }\n uVar2 = *param_2;\n uVar7 = gettext(unaff_EDI + 0x2f2517);\n FUN_0023b810(uVar7,uVar2,uVar8);\n return (int *)0x0;\n }" { (if_statement "if (uVar8 == 2) {\n cVar5 = FUN_0023df40(param_3);\n if (cVar5 != '\0') goto LAB_00174680;\n }\n else if (uVar8 == 3) {\n piVar6 = (int *)FUN_00364830(param_1,param_2,param_3,param_4,param_5,param_6);\n return piVar6;\n }" if (parenthesized_expression "(uVar8 == 2)" ( (binary_expression "uVar8 == 2" identifier == number_literal) )) (compound_statement "{\n cVar5 = FUN_0023df40(param_3);\n if (cVar5 != '\0') goto LAB_00174680;\n }" { (expression_statement "cVar5 = FUN_0023df40(param_3);" (assignment_expression "cVar5 = FUN_0023df40(param_3)" identifier = (call_expression "FUN_0023df40(param_3)" identifier (argument_list "(param_3)" ( identifier )))) ;) (if_statement "if (cVar5 != '\0') goto LAB_00174680;" if (parenthesized_expression "(cVar5 != '\0')" ( (binary_expression "cVar5 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (goto_statement "goto LAB_00174680;" goto statement_identifier ;)) }) (else_clause "else if (uVar8 == 3) {\n piVar6 = (int *)FUN_00364830(param_1,param_2,param_3,param_4,param_5,param_6);\n return piVar6;\n }" else (if_statement "if (uVar8 == 3) {\n piVar6 = (int *)FUN_00364830(param_1,param_2,param_3,param_4,param_5,param_6);\n return piVar6;\n }" if (parenthesized_expression "(uVar8 == 3)" ( (binary_expression "uVar8 == 3" identifier == number_literal) )) (compound_statement "{\n piVar6 = (int *)FUN_00364830(param_1,param_2,param_3,param_4,param_5,param_6);\n return piVar6;\n }" { (expression_statement "piVar6 = (int *)FUN_00364830(param_1,param_2,param_3,param_4,param_5,param_6);" (assignment_expression "piVar6 = (int *)FUN_00364830(param_1,param_2,param_3,param_4,param_5,param_6)" identifier = (cast_expression "(int *)FUN_00364830(param_1,param_2,param_3,param_4,param_5,param_6)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00364830(param_1,param_2,param_3,param_4,param_5,param_6)" identifier (argument_list "(param_1,param_2,param_3,param_4,param_5,param_6)" ( identifier , identifier , identifier , identifier , identifier , identifier ))))) ;) (return_statement "return piVar6;" return identifier ;) })))) (expression_statement "uVar2 = *param_2;" (assignment_expression "uVar2 = *param_2" identifier = (pointer_expression "*param_2" * identifier)) ;) (expression_statement "uVar7 = gettext(unaff_EDI + 0x2f2517);" (assignment_expression "uVar7 = gettext(unaff_EDI + 0x2f2517)" identifier = (call_expression "gettext(unaff_EDI + 0x2f2517)" identifier (argument_list "(unaff_EDI + 0x2f2517)" ( (binary_expression "unaff_EDI + 0x2f2517" identifier + number_literal) )))) ;) (expression_statement "FUN_0023b810(uVar7,uVar2,uVar8);" (call_expression "FUN_0023b810(uVar7,uVar2,uVar8)" identifier (argument_list "(uVar7,uVar2,uVar8)" ( identifier , identifier , identifier ))) ;) (return_statement "return (int *)0x0;" return (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal) ;) })) (labeled_statement "LAB_00174680:\n piVar6 = (int *)FUN_003ac4d0(0x248);" statement_identifier : (expression_statement "piVar6 = (int *)FUN_003ac4d0(0x248);" (assignment_expression "piVar6 = (int *)FUN_003ac4d0(0x248)" identifier = (cast_expression "(int *)FUN_003ac4d0(0x248)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_003ac4d0(0x248)" identifier (argument_list "(0x248)" ( number_literal ))))) ;)) comment (expression_statement "FUN_0029f2f0(piVar6,param_2,param_3,param_4,param_5,param_6);" (call_expression "FUN_0029f2f0(piVar6,param_2,param_3,param_4,param_5,param_6)" identifier (argument_list "(piVar6,param_2,param_3,param_4,param_5,param_6)" ( identifier , identifier , identifier , identifier , identifier , identifier ))) ;) (expression_statement "piVar6[0x4f] = 0;" (assignment_expression "piVar6[0x4f] = 0" (subscript_expression "piVar6[0x4f]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*piVar6 = (int)("R_ARM_GOTRELAX" + unaff_EDI + 5);" (assignment_expression "*piVar6 = (int)("R_ARM_GOTRELAX" + unaff_EDI + 5)" (pointer_expression "*piVar6" * identifier) = (cast_expression "(int)("R_ARM_GOTRELAX" + unaff_EDI + 5)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "("R_ARM_GOTRELAX" + unaff_EDI + 5)" ( (binary_expression ""R_ARM_GOTRELAX" + unaff_EDI + 5" (binary_expression ""R_ARM_GOTRELAX" + unaff_EDI" (string_literal ""R_ARM_GOTRELAX"" " string_content ") + identifier) + number_literal) )))) ;) (expression_statement "piVar6[0x5d] = (int)(piVar6 + 0x5b);" (assignment_expression "piVar6[0x5d] = (int)(piVar6 + 0x5b)" (subscript_expression "piVar6[0x5d]" identifier [ number_literal ]) = (cast_expression "(int)(piVar6 + 0x5b)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(piVar6 + 0x5b)" ( (binary_expression "piVar6 + 0x5b" identifier + number_literal) )))) ;) (expression_statement "piVar6[0x5e] = (int)(piVar6 + 0x5b);" (assignment_expression "piVar6[0x5e] = (int)(piVar6 + 0x5b)" (subscript_expression "piVar6[0x5e]" identifier [ number_literal ]) = (cast_expression "(int)(piVar6 + 0x5b)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(piVar6 + 0x5b)" ( (binary_expression "piVar6 + 0x5b" identifier + number_literal) )))) ;) (expression_statement "piVar6[99] = (int)(piVar6 + 0x61);" (assignment_expression "piVar6[99] = (int)(piVar6 + 0x61)" (subscript_expression "piVar6[99]" identifier [ number_literal ]) = (cast_expression "(int)(piVar6 + 0x61)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(piVar6 + 0x61)" ( (binary_expression "piVar6 + 0x61" identifier + number_literal) )))) ;) (expression_statement "piVar6[100] = (int)(piVar6 + 0x61);" (assignment_expression "piVar6[100] = (int)(piVar6 + 0x61)" (subscript_expression "piVar6[100]" identifier [ number_literal ]) = (cast_expression "(int)(piVar6 + 0x61)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(piVar6 + 0x61)" ( (binary_expression "piVar6 + 0x61" identifier + number_literal) )))) ;) (expression_statement "piVar6[0x69] = (int)(piVar6 + 0x67);" (assignment_expression "piVar6[0x69] = (int)(piVar6 + 0x67)" (subscript_expression "piVar6[0x69]" identifier [ number_literal ]) = (cast_expression "(int)(piVar6 + 0x67)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(piVar6 + 0x67)" ( (binary_expression "piVar6 + 0x67" identifier + number_literal) )))) ;) (expression_statement "piVar6[0x6a] = (int)(piVar6 + 0x67);" (assignment_expression "piVar6[0x6a] = (int)(piVar6 + 0x67)" (subscript_expression "piVar6[0x6a]" identifier [ number_literal ]) = (cast_expression "(int)(piVar6 + 0x67)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(piVar6 + 0x67)" ( (binary_expression "piVar6 + 0x67" identifier + number_literal) )))) ;) (expression_statement "piVar6[0x6f] = (int)(piVar6 + 0x6d);" (assignment_expression "piVar6[0x6f] = (int)(piVar6 + 0x6d)" (subscript_expression "piVar6[0x6f]" identifier [ number_literal ]) = (cast_expression "(int)(piVar6 + 0x6d)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(piVar6 + 0x6d)" ( (binary_expression "piVar6 + 0x6d" identifier + number_literal) )))) ;) (expression_statement "piVar6[0x70] = (int)(piVar6 + 0x6d);" (assignment_expression "piVar6[0x70] = (int)(piVar6 + 0x6d)" (subscript_expression "piVar6[0x70]" identifier [ number_literal ]) = (cast_expression "(int)(piVar6 + 0x6d)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(piVar6 + 0x6d)" ( (binary_expression "piVar6 + 0x6d" identifier + number_literal) )))) ;) (expression_statement "piVar6[0x50] = 0;" (assignment_expression "piVar6[0x50] = 0" (subscript_expression "piVar6[0x50]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x51] = 0;" (assignment_expression "piVar6[0x51] = 0" (subscript_expression "piVar6[0x51]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x52] = 0;" (assignment_expression "piVar6[0x52] = 0" (subscript_expression "piVar6[0x52]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x53] = 0;" (assignment_expression "piVar6[0x53] = 0" (subscript_expression "piVar6[0x53]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x54] = 0;" (assignment_expression "piVar6[0x54] = 0" (subscript_expression "piVar6[0x54]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x55] = 0;" (assignment_expression "piVar6[0x55] = 0" (subscript_expression "piVar6[0x55]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x56] = 0;" (assignment_expression "piVar6[0x56] = 0" (subscript_expression "piVar6[0x56]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x57] = 0;" (assignment_expression "piVar6[0x57] = 0" (subscript_expression "piVar6[0x57]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x58] = 0;" (assignment_expression "piVar6[0x58] = 0" (subscript_expression "piVar6[0x58]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x59] = 0;" (assignment_expression "piVar6[0x59] = 0" (subscript_expression "piVar6[0x59]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x5b] = 0;" (assignment_expression "piVar6[0x5b] = 0" (subscript_expression "piVar6[0x5b]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x5c] = 0;" (assignment_expression "piVar6[0x5c] = 0" (subscript_expression "piVar6[0x5c]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x5f] = 0;" (assignment_expression "piVar6[0x5f] = 0" (subscript_expression "piVar6[0x5f]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x61] = 0;" (assignment_expression "piVar6[0x61] = 0" (subscript_expression "piVar6[0x61]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x62] = 0;" (assignment_expression "piVar6[0x62] = 0" (subscript_expression "piVar6[0x62]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x65] = 0;" (assignment_expression "piVar6[0x65] = 0" (subscript_expression "piVar6[0x65]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x67] = 0;" (assignment_expression "piVar6[0x67] = 0" (subscript_expression "piVar6[0x67]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x68] = 0;" (assignment_expression "piVar6[0x68] = 0" (subscript_expression "piVar6[0x68]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x6b] = 0;" (assignment_expression "piVar6[0x6b] = 0" (subscript_expression "piVar6[0x6b]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x6d] = 0;" (assignment_expression "piVar6[0x6d] = 0" (subscript_expression "piVar6[0x6d]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x6e] = 0;" (assignment_expression "piVar6[0x6e] = 0" (subscript_expression "piVar6[0x6e]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x71] = 0;" (assignment_expression "piVar6[0x71] = 0" (subscript_expression "piVar6[0x71]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x73] = 0;" (assignment_expression "piVar6[0x73] = 0" (subscript_expression "piVar6[0x73]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "bVar1 = *(byte *)(piVar6 + 0x79);" (assignment_expression "bVar1 = *(byte *)(piVar6 + 0x79)" identifier = (pointer_expression "*(byte *)(piVar6 + 0x79)" * (cast_expression "(byte *)(piVar6 + 0x79)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(piVar6 + 0x79)" ( (binary_expression "piVar6 + 0x79" identifier + number_literal) ))))) ;) (expression_statement "piVar6[0x75] = (int)(piVar6 + 0x73);" (assignment_expression "piVar6[0x75] = (int)(piVar6 + 0x73)" (subscript_expression "piVar6[0x75]" identifier [ number_literal ]) = (cast_expression "(int)(piVar6 + 0x73)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(piVar6 + 0x73)" ( (binary_expression "piVar6 + 0x73" identifier + number_literal) )))) ;) (expression_statement "piVar6[0x76] = (int)(piVar6 + 0x73);" (assignment_expression "piVar6[0x76] = (int)(piVar6 + 0x73)" (subscript_expression "piVar6[0x76]" identifier [ number_literal ]) = (cast_expression "(int)(piVar6 + 0x73)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(piVar6 + 0x73)" ( (binary_expression "piVar6 + 0x73" identifier + number_literal) )))) ;) (expression_statement "piVar6[0x74] = 0;" (assignment_expression "piVar6[0x74] = 0" (subscript_expression "piVar6[0x74]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*(byte *)(piVar6 + 0x79) = bVar1 & 0xf3 | 8;" (assignment_expression "*(byte *)(piVar6 + 0x79) = bVar1 & 0xf3 | 8" (pointer_expression "*(byte *)(piVar6 + 0x79)" * (cast_expression "(byte *)(piVar6 + 0x79)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(piVar6 + 0x79)" ( (binary_expression "piVar6 + 0x79" identifier + number_literal) )))) = (binary_expression "bVar1 & 0xf3 | 8" (binary_expression "bVar1 & 0xf3" identifier & number_literal) | number_literal)) ;) (expression_statement "piVar6[0x77] = 0;" (assignment_expression "piVar6[0x77] = 0" (subscript_expression "piVar6[0x77]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x78] = 0;" (assignment_expression "piVar6[0x78] = 0" (subscript_expression "piVar6[0x78]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x7a] = 0;" (assignment_expression "piVar6[0x7a] = 0" (subscript_expression "piVar6[0x7a]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x7b] = 0;" (assignment_expression "piVar6[0x7b] = 0" (subscript_expression "piVar6[0x7b]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x7c] = 0;" (assignment_expression "piVar6[0x7c] = 0" (subscript_expression "piVar6[0x7c]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x7d] = 0;" (assignment_expression "piVar6[0x7d] = 0" (subscript_expression "piVar6[0x7d]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x7e] = 0;" (assignment_expression "piVar6[0x7e] = 0" (subscript_expression "piVar6[0x7e]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x7f] = 0;" (assignment_expression "piVar6[0x7f] = 0" (subscript_expression "piVar6[0x7f]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x80] = 0;" (assignment_expression "piVar6[0x80] = 0" (subscript_expression "piVar6[0x80]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x81] = 0;" (assignment_expression "piVar6[0x81] = 0" (subscript_expression "piVar6[0x81]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x82] = 0;" (assignment_expression "piVar6[0x82] = 0" (subscript_expression "piVar6[0x82]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x83] = 0;" (assignment_expression "piVar6[0x83] = 0" (subscript_expression "piVar6[0x83]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x84] = 0;" (assignment_expression "piVar6[0x84] = 0" (subscript_expression "piVar6[0x84]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x85] = 0;" (assignment_expression "piVar6[0x85] = 0" (subscript_expression "piVar6[0x85]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x86] = 0;" (assignment_expression "piVar6[0x86] = 0" (subscript_expression "piVar6[0x86]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x87] = 0;" (assignment_expression "piVar6[0x87] = 0" (subscript_expression "piVar6[0x87]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x88] = 0;" (assignment_expression "piVar6[0x88] = 0" (subscript_expression "piVar6[0x88]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x89] = 0;" (assignment_expression "piVar6[0x89] = 0" (subscript_expression "piVar6[0x89]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x8a] = -1;" (assignment_expression "piVar6[0x8a] = -1" (subscript_expression "piVar6[0x8a]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x8b] = 0;" (assignment_expression "piVar6[0x8b] = 0" (subscript_expression "piVar6[0x8b]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x8c] = 0;" (assignment_expression "piVar6[0x8c] = 0" (subscript_expression "piVar6[0x8c]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x8d] = 0;" (assignment_expression "piVar6[0x8d] = 0" (subscript_expression "piVar6[0x8d]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x8e] = 0;" (assignment_expression "piVar6[0x8e] = 0" (subscript_expression "piVar6[0x8e]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x8f] = 0;" (assignment_expression "piVar6[0x8f] = 0" (subscript_expression "piVar6[0x8f]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x90] = 0;" (assignment_expression "piVar6[0x90] = 0" (subscript_expression "piVar6[0x90]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x91] = 0;" (assignment_expression "piVar6[0x91] = 0" (subscript_expression "piVar6[0x91]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "iVar3 = *param_6;" (assignment_expression "iVar3 = *param_6" identifier = (pointer_expression "*param_6" * identifier)) ;) (expression_statement "bVar4 = (byte)((uint)*(undefined4 *)(iVar3 + 0x24) >> 0x19) & 1;" (assignment_expression "bVar4 = (byte)((uint)*(undefined4 *)(iVar3 + 0x24) >> 0x19) & 1" identifier = (binary_expression "(byte)((uint)*(undefined4 *)(iVar3 + 0x24) >> 0x19) & 1" (call_expression "(byte)((uint)*(undefined4 *)(iVar3 + 0x24) >> 0x19)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "((uint)*(undefined4 *)(iVar3 + 0x24) >> 0x19)" ( (binary_expression "(uint)*(undefined4 *)(iVar3 + 0x24) >> 0x19" (binary_expression "(uint)*(undefined4 *)(iVar3 + 0x24)" (parenthesized_expression "(uint)" ( identifier )) * (cast_expression "(undefined4 *)(iVar3 + 0x24)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar3 + 0x24)" ( (binary_expression "iVar3 + 0x24" identifier + number_literal) )))) >> number_literal) ))) & number_literal)) ;) (expression_statement "*(byte *)(piVar6 + 0x79) = bVar1 & 0xf2 | 8 | bVar4;" (assignment_expression "*(byte *)(piVar6 + 0x79) = bVar1 & 0xf2 | 8 | bVar4" (pointer_expression "*(byte *)(piVar6 + 0x79)" * (cast_expression "(byte *)(piVar6 + 0x79)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(piVar6 + 0x79)" ( (binary_expression "piVar6 + 0x79" identifier + number_literal) )))) = (binary_expression "bVar1 & 0xf2 | 8 | bVar4" (binary_expression "bVar1 & 0xf2 | 8" (binary_expression "bVar1 & 0xf2" identifier & number_literal) | number_literal) | identifier)) ;) (expression_statement "*(byte *)(piVar6 + 0x79) =\n (char)((*(uint *)(iVar3 + 0x24) >> 0x18 & 0x20) >> 5) * '\x02' | bVar1 & 0xf0 | 8 | bVar4;" (assignment_expression "*(byte *)(piVar6 + 0x79) =\n (char)((*(uint *)(iVar3 + 0x24) >> 0x18 & 0x20) >> 5) * '\x02' | bVar1 & 0xf0 | 8 | bVar4" (pointer_expression "*(byte *)(piVar6 + 0x79)" * (cast_expression "(byte *)(piVar6 + 0x79)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(piVar6 + 0x79)" ( (binary_expression "piVar6 + 0x79" identifier + number_literal) )))) = (binary_expression "(char)((*(uint *)(iVar3 + 0x24) >> 0x18 & 0x20) >> 5) * '\x02' | bVar1 & 0xf0 | 8 | bVar4" (binary_expression "(char)((*(uint *)(iVar3 + 0x24) >> 0x18 & 0x20) >> 5) * '\x02' | bVar1 & 0xf0 | 8" (binary_expression "(char)((*(uint *)(iVar3 + 0x24) >> 0x18 & 0x20) >> 5) * '\x02' | bVar1 & 0xf0" (binary_expression "(char)((*(uint *)(iVar3 + 0x24) >> 0x18 & 0x20) >> 5) * '\x02'" (cast_expression "(char)((*(uint *)(iVar3 + 0x24) >> 0x18 & 0x20) >> 5)" ( (type_descriptor "char" primitive_type) ) (parenthesized_expression "((*(uint *)(iVar3 + 0x24) >> 0x18 & 0x20) >> 5)" ( (binary_expression "(*(uint *)(iVar3 + 0x24) >> 0x18 & 0x20) >> 5" (parenthesized_expression "(*(uint *)(iVar3 + 0x24) >> 0x18 & 0x20)" ( (binary_expression "*(uint *)(iVar3 + 0x24) >> 0x18 & 0x20" (binary_expression "*(uint *)(iVar3 + 0x24) >> 0x18" (pointer_expression "*(uint *)(iVar3 + 0x24)" * (cast_expression "(uint *)(iVar3 + 0x24)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar3 + 0x24)" ( (binary_expression "iVar3 + 0x24" identifier + number_literal) )))) >> number_literal) & number_literal) )) >> number_literal) ))) * (char_literal "'\x02'" ' escape_sequence ')) | (binary_expression "bVar1 & 0xf0" identifier & number_literal)) | number_literal) | identifier)) ;) (expression_statement "FUN_00294830(piVar6);" (call_expression "FUN_00294830(piVar6)" identifier (argument_list "(piVar6)" ( identifier ))) ;) (return_statement "return piVar6;" return identifier ;) })))
(translation_unit "/* WARNING: Type propagation algorithm not settling */\n/* 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: Object * do_make_elf_object(Target_mips<32,_true> * this, string *\n name, Input_file * input_file, off_t offset, Ehdr<32,_true> * ehdr) */\n\nObject * __thiscall\nanon_unknown.dwarf_d7d43e::Target_mips<32,_true>::do_make_elf_object\n (Target_mips<32,_true> *this,string *name,Input_file *input_file,off_t offset,\n Ehdr<32,_true> *ehdr)\n\n{\n Xindex **ppXVar1;\n Object_merge_map **ppOVar2;\n uint *puVar3;\n _Prime_rehash_policy *p_Var4;\n byte bVar5;\n ushort uVar6;\n pointer pcVar7;\n Ehdr_data<32> *pEVar8;\n byte bVar9;\n bool bVar10;\n Object *pOVar11;\n char *format;\n Sized_relobj_file<32,_true> *this_00;\n uint uVar12;\n int unaff_EDI;\n \n __x86_get_pc_thunk_di();\n uVar6 = ehdr->p_->e_type;\n uVar12 = (uint)(ushort)(uVar6 << 8 | uVar6 >> 8);\n if (uVar12 != 1) {\n if (uVar12 == 2) {\n bVar10 = gold::Input_file::just_symbols(input_file);\n if (bVar10) goto LAB_00174680;\n }\n else if (uVar12 == 3) {\n pOVar11 = gold::Target::do_make_elf_object((Target *)this,name,input_file,offset,ehdr);\n return pOVar11;\n }\n pcVar7 = (name->_M_dataplus)._M_p;\n format = (char *)gettext(&UNK_002f2517 + unaff_EDI);\n gold::gold_error(format,pcVar7,uVar12);\n return (Object *)0x0;\n }\nLAB_00174680:\n this_00 = (Sized_relobj_file<32,_true> *)operator_new(0x248);\n /* try { // try from 001746ab to 001746af has its CatchHandler @ 00174971 */\n gold::Sized_relobj_file<32,_true>::Sized_relobj_file(this_00,name,input_file,offset,ehdr);\n this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object._vptr_Object =\n (_func_int_varargs **)0x0;\n (this_00->super_Sized_relobj<32,_true>).super_Relobj.super_Object._vptr_Object =\n (_func_int_varargs **)("R_ARM_GOTRELAX" + unaff_EDI + 5);\n ppXVar1 = &this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object.xindex_;\n this_00[1].super_Sized_relobj<32,_true>.super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl._M_start\n = (pointer)ppXVar1;\n this_00[1].super_Sized_relobj<32,_true>.super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl.\n _M_finish = (pointer)ppXVar1;\n ppOVar2 = &this_00[1].super_Sized_relobj<32,_true>.super_Relobj.object_merge_map_;\n this_00[1].super_Sized_relobj<32,_true>.super_Relobj.rd_ = (Read_relocs_data *)ppOVar2;\n this_00[1].super_Sized_relobj<32,_true>.super_Relobj.sd_ = (Symbols_data *)ppOVar2;\n puVar3 = &this_00[1].super_Sized_relobj<32,_true>.super_Relobj.first_dyn_reloc_;\n this_00[1].super_Sized_relobj<32,_true>.local_got_offsets_._M_h._M_buckets =\n (__bucket_type *)puVar3;\n this_00[1].super_Sized_relobj<32,_true>.local_got_offsets_._M_h._M_bucket_count =\n (size_type)puVar3;\n p_Var4 = &this_00[1].super_Sized_relobj<32,_true>.local_got_offsets_._M_h._M_rehash_policy;\n this_00[1].super_Sized_relobj<32,_true>.local_got_offsets_._M_h._M_single_bucket =\n (__bucket_type)p_Var4;\n this_00[1].super_Sized_relobj<32,_true>.section_offsets_.\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl._M_start = (pointer)p_Var4\n ;\n this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object.name_._M_dataplus._M_p =\n (pointer)0x0;\n this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object.name_._M_string_length = 0;\n this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object.name_.field_2.\n _M_allocated_capacity = 0;\n *(undefined4 *)\n ((int)&this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object.name_.field_2 + 4) = 0;\n *(undefined4 *)\n ((int)&this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object.name_.field_2 + 8) = 0;\n *(undefined4 *)\n ((int)&this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object.name_.field_2 + 0xc) = 0\n ;\n this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object.input_file_ = (Input_file *)0x0;\n *(undefined4 *)&this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object.offset_ = 0;\n *(undefined4 *)\n ((int)&this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object.offset_ + 4) = 0;\n this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object.shnum_ = 0;\n this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object.xindex_ = (Xindex *)0x0;\n this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object.compressed_sections_ =\n (Compressed_section_map *)0x0;\n this_00[1].super_Sized_relobj<32,_true>.super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl.\n _M_end_of_storage = (pointer)0x0;\n this_00[1].super_Sized_relobj<32,_true>.super_Relobj.object_merge_map_ = (Object_merge_map *)0x0;\n *(undefined4 *)\n &this_00[1].super_Sized_relobj<32,_true>.super_Relobj.relocs_must_follow_section_writes_ = 0;\n this_00[1].super_Sized_relobj<32,_true>.super_Relobj.reloc_counts_ = (uint *)0x0;\n this_00[1].super_Sized_relobj<32,_true>.super_Relobj.first_dyn_reloc_ = 0;\n this_00[1].super_Sized_relobj<32,_true>.super_Relobj.dyn_reloc_count_ = 0;\n this_00[1].super_Sized_relobj<32,_true>.local_got_offsets_._M_h._M_before_begin._M_nxt =\n (_Hash_node_base *)0x0;\n this_00[1].super_Sized_relobj<32,_true>.local_got_offsets_._M_h._M_rehash_policy.\n _M_max_load_factor = 0.0;\n this_00[1].super_Sized_relobj<32,_true>.local_got_offsets_._M_h._M_rehash_policy._M_next_resize =\n 0;\n this_00[1].super_Sized_relobj<32,_true>.section_offsets_.\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl._M_finish = (pointer)0x0;\n this_00[1].elf_file_.file_ = (Object *)0x0;\n bVar5 = (byte)this_00[1].e_type_;\n *(Elf_file<32,_true,_gold::Object> **)((int)&this_00[1].elf_file_.shoff_ + 4) =\n &this_00[1].elf_file_;\n this_00[1].elf_file_.shnum_ = (uint)&this_00[1].elf_file_;\n *(undefined4 *)&this_00[1].elf_file_.shoff_ = 0;\n *(byte *)&this_00[1].e_type_ = bVar5 & 0xf3 | 8;\n this_00[1].elf_file_.shstrndx_ = 0;\n this_00[1].elf_file_.large_shndx_offset_ = 0;\n this_00[1].symtab_shndx_ = 0;\n this_00[1].local_symbol_count_ = 0;\n this_00[1].output_local_symbol_count_ = 0;\n this_00[1].output_local_dynsym_count_ = 0;\n this_00[1].symbols_.super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl.\n _M_start = (pointer)0x0;\n this_00[1].symbols_.super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl.\n _M_finish = (pointer)0x0;\n this_00[1].symbols_.super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl.\n _M_end_of_storage = (pointer)0x0;\n this_00[1].defined_count_ = 0;\n *(undefined4 *)&this_00[1].local_symbol_offset_ = 0;\n *(undefined4 *)((int)&this_00[1].local_symbol_offset_ + 4) = 0;\n *(undefined4 *)&this_00[1].local_dynsym_offset_ = 0;\n *(undefined4 *)((int)&this_00[1].local_dynsym_offset_ + 4) = 0;\n this_00[1].local_values_.\n super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold::Symbol_value<32>_>_>._M_impl.\n _M_start = (pointer)0x0;\n this_00[1].local_values_.\n super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold::Symbol_value<32>_>_>._M_impl.\n _M_finish = (pointer)0x0;\n this_00[1].local_values_.\n super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold::Symbol_value<32>_>_>._M_impl.\n _M_end_of_storage = (pointer)0x0;\n this_00[1].local_plt_offsets_._M_h._M_buckets = (__bucket_type *)0x0;\n this_00[1].local_plt_offsets_._M_h._M_bucket_count = 0xffffffff;\n this_00[1].local_plt_offsets_._M_h._M_before_begin._M_nxt = (_Hash_node_base *)0x0;\n this_00[1].local_plt_offsets_._M_h._M_element_count = 0;\n this_00[1].local_plt_offsets_._M_h._M_rehash_policy._M_max_load_factor = 0.0;\n this_00[1].local_plt_offsets_._M_h._M_rehash_policy._M_next_resize = 0;\n this_00[1].local_plt_offsets_._M_h._M_single_bucket = (__bucket_type)0x0;\n *(undefined4 *)&this_00[1].kept_comdat_sections_._M_t._M_impl = 0;\n this_00[1].kept_comdat_sections_._M_t._M_impl.super__Rb_tree_header._M_header._M_color = _S_red;\n pEVar8 = ehdr->p_;\n bVar9 = (byte)(pEVar8->e_flags >> 0x19) & 1;\n *(byte *)&this_00[1].e_type_ = bVar5 & 0xf2 | 8 | bVar9;\n *(byte *)&this_00[1].e_type_ =\n (char)((pEVar8->e_flags >> 0x18 & 0x20) >> 5) * '\x02' | bVar5 & 0xf0 | 8 | bVar9;\n gold::Sized_relobj_file<32,_true>::do_setup(this_00);\n return (Object *)this_00;\n}\n\n" comment comment comment comment (expression_statement "Object * __thiscall\nanon_unknown.dwarf_d7d43e::Target_mips<32,_true>::do_make_elf_object\n (Target_mips<32,_true> *this,string *name,Input_file *input_file,off_t offset,\n Ehdr<32,_true> *ehdr)\n\n{\n Xindex **ppXVar1;" (update_expression "Object * __thiscall\nanon_unknown.dwarf_d7d43e::Target_mips<32,_true>::do_make_elf_object\n (Target_mips<32,_true> *this,string *name,Input_file *input_file,off_t offset,\n Ehdr<32,_true> *ehdr)\n\n{\n Xindex **ppXVar1" (binary_expression "Object * __thiscall\nanon_unknown.dwarf_d7d43e::Target_mips<32,_true>::do_make_elf_object\n (Target_mips<32,_true> *this,string *name,Input_file *input_file,off_t offset,\n Ehdr<32,_true> *ehdr)\n\n{\n Xindex **ppXVar1" (binary_expression "Object * __thiscall\nanon_unknown.dwarf_d7d43e::Target_mips<32" (binary_expression "Object * __thiscall\nanon_unknown.dwarf_d7d43e" identifier * (ERROR "__thiscall" identifier) (field_expression "anon_unknown.dwarf_d7d43e" identifier . field_identifier)) (ERROR "::Target_mips" : : identifier) < number_literal) (ERROR ",_true" , identifier) > (ERROR "::do_make_elf_object\n (Target_mips<32,_true> *this,string *name,Input_file *input_file,off_t offset,\n Ehdr<32,_true> *ehdr)\n\n{" : : (call_expression "do_make_elf_object\n (Target_mips<32,_true> *this,string *name,Input_file *input_file,off_t offset,\n Ehdr<32,_true> *ehdr)" identifier (argument_list "(Target_mips<32,_true> *this,string *name,Input_file *input_file,off_t offset,\n Ehdr<32,_true> *ehdr)" ( (binary_expression "Target_mips<32" identifier < number_literal) , (binary_expression "_true> *this" identifier > (pointer_expression "*this" * identifier)) , (binary_expression "string *name" identifier * identifier) , (binary_expression "Input_file *input_file" identifier * identifier) , (ERROR "off_t" identifier) identifier , (binary_expression "Ehdr<32" identifier < number_literal) , (binary_expression "_true> *ehdr" identifier > (pointer_expression "*ehdr" * identifier)) ))) {) (binary_expression "Xindex **ppXVar1" identifier * (pointer_expression "*ppXVar1" * identifier))) --) ;) (declaration "Object_merge_map **ppOVar2;" type_identifier (pointer_declarator "**ppOVar2" * (pointer_declarator "*ppOVar2" * identifier)) ;) (declaration "uint *puVar3;" type_identifier (pointer_declarator "*puVar3" * identifier) ;) (declaration "_Prime_rehash_policy *p_Var4;" type_identifier (pointer_declarator "*p_Var4" * identifier) ;) (declaration "byte bVar5;" type_identifier identifier ;) (declaration "ushort uVar6;" type_identifier identifier ;) (declaration "pointer pcVar7;" type_identifier identifier ;) (expression_statement "Ehdr_data<32> *pEVar8;" (update_expression "Ehdr_data<32> *pEVar8" (binary_expression "Ehdr_data<32> *pEVar8" (binary_expression "Ehdr_data<32" identifier < number_literal) > (pointer_expression "*pEVar8" * identifier)) --) ;) (declaration "byte bVar9;" type_identifier identifier ;) (declaration "bool bVar10;" primitive_type identifier ;) (declaration "Object *pOVar11;" type_identifier (pointer_declarator "*pOVar11" * identifier) ;) (declaration "char *format;" primitive_type (pointer_declarator "*format" * identifier) ;) (expression_statement "Sized_relobj_file<32,_true> *this_00;" (update_expression "Sized_relobj_file<32,_true> *this_00" (binary_expression "Sized_relobj_file<32,_true> *this_00" (binary_expression "Sized_relobj_file<32" identifier < number_literal) (ERROR ",_true" , identifier) > (pointer_expression "*this_00" * identifier)) --) ;) (declaration "uint uVar12;" type_identifier identifier ;) (declaration "int unaff_EDI;" primitive_type identifier ;) (expression_statement "__x86_get_pc_thunk_di();" (call_expression "__x86_get_pc_thunk_di()" identifier (argument_list "()" ( ))) ;) (expression_statement "uVar6 = ehdr->p_->e_type;" (assignment_expression "uVar6 = ehdr->p_->e_type" identifier = (field_expression "ehdr->p_->e_type" (field_expression "ehdr->p_" identifier -> field_identifier) -> field_identifier)) ;) (expression_statement "uVar12 = (uint)(ushort)(uVar6 << 8 | uVar6 >> 8);" (assignment_expression "uVar12 = (uint)(ushort)(uVar6 << 8 | uVar6 >> 8)" identifier = (call_expression "(uint)(ushort)(uVar6 << 8 | uVar6 >> 8)" (call_expression "(uint)(ushort)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(ushort)" ( identifier ))) (argument_list "(uVar6 << 8 | uVar6 >> 8)" ( (binary_expression "uVar6 << 8 | uVar6 >> 8" (binary_expression "uVar6 << 8" identifier << number_literal) | (binary_expression "uVar6 >> 8" identifier >> number_literal)) )))) ;) (if_statement "if (uVar12 != 1) {\n if (uVar12 == 2) {\n bVar10 = gold::Input_file::just_symbols(input_file);\n if (bVar10) goto LAB_00174680;\n }\n else if (uVar12 == 3) {\n pOVar11 = gold::Target::do_make_elf_object((Target *)this,name,input_file,offset,ehdr);\n return pOVar11;\n }\n pcVar7 = (name->_M_dataplus)._M_p;\n format = (char *)gettext(&UNK_002f2517 + unaff_EDI);\n gold::gold_error(format,pcVar7,uVar12);\n return (Object *)0x0;\n }" if (parenthesized_expression "(uVar12 != 1)" ( (binary_expression "uVar12 != 1" identifier != number_literal) )) (compound_statement "{\n if (uVar12 == 2) {\n bVar10 = gold::Input_file::just_symbols(input_file);\n if (bVar10) goto LAB_00174680;\n }\n else if (uVar12 == 3) {\n pOVar11 = gold::Target::do_make_elf_object((Target *)this,name,input_file,offset,ehdr);\n return pOVar11;\n }\n pcVar7 = (name->_M_dataplus)._M_p;\n format = (char *)gettext(&UNK_002f2517 + unaff_EDI);\n gold::gold_error(format,pcVar7,uVar12);\n return (Object *)0x0;\n }" { (if_statement "if (uVar12 == 2) {\n bVar10 = gold::Input_file::just_symbols(input_file);\n if (bVar10) goto LAB_00174680;\n }\n else if (uVar12 == 3) {\n pOVar11 = gold::Target::do_make_elf_object((Target *)this,name,input_file,offset,ehdr);\n return pOVar11;\n }" if (parenthesized_expression "(uVar12 == 2)" ( (binary_expression "uVar12 == 2" identifier == number_literal) )) (compound_statement "{\n bVar10 = gold::Input_file::just_symbols(input_file);\n if (bVar10) goto LAB_00174680;\n }" { (ERROR "bVar10 = gold::" (assignment_expression "bVar10 = gold" identifier = identifier) : :) (labeled_statement "Input_file::just_symbols(input_file);" statement_identifier : (ERROR ":" :) (expression_statement "just_symbols(input_file);" (call_expression "just_symbols(input_file)" identifier (argument_list "(input_file)" ( identifier ))) ;)) (if_statement "if (bVar10) goto LAB_00174680;" if (parenthesized_expression "(bVar10)" ( identifier )) (goto_statement "goto LAB_00174680;" goto statement_identifier ;)) }) (else_clause "else if (uVar12 == 3) {\n pOVar11 = gold::Target::do_make_elf_object((Target *)this,name,input_file,offset,ehdr);\n return pOVar11;\n }" else (if_statement "if (uVar12 == 3) {\n pOVar11 = gold::Target::do_make_elf_object((Target *)this,name,input_file,offset,ehdr);\n return pOVar11;\n }" if (parenthesized_expression "(uVar12 == 3)" ( (binary_expression "uVar12 == 3" identifier == number_literal) )) (compound_statement "{\n pOVar11 = gold::Target::do_make_elf_object((Target *)this,name,input_file,offset,ehdr);\n return pOVar11;\n }" { (ERROR "pOVar11 = gold::" (assignment_expression "pOVar11 = gold" identifier = identifier) : :) (labeled_statement "Target::do_make_elf_object((Target *)this,name,input_file,offset,ehdr);" statement_identifier : (ERROR ":" :) (expression_statement "do_make_elf_object((Target *)this,name,input_file,offset,ehdr);" (call_expression "do_make_elf_object((Target *)this,name,input_file,offset,ehdr)" identifier (argument_list "((Target *)this,name,input_file,offset,ehdr)" ( (cast_expression "(Target *)this" ( (type_descriptor "Target *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , identifier , identifier , identifier , identifier ))) ;)) (return_statement "return pOVar11;" return identifier ;) })))) (expression_statement "pcVar7 = (name->_M_dataplus)._M_p;" (assignment_expression "pcVar7 = (name->_M_dataplus)._M_p" identifier = (field_expression "(name->_M_dataplus)._M_p" (parenthesized_expression "(name->_M_dataplus)" ( (field_expression "name->_M_dataplus" identifier -> field_identifier) )) . field_identifier)) ;) (expression_statement "format = (char *)gettext(&UNK_002f2517 + unaff_EDI);" (assignment_expression "format = (char *)gettext(&UNK_002f2517 + unaff_EDI)" identifier = (cast_expression "(char *)gettext(&UNK_002f2517 + unaff_EDI)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "gettext(&UNK_002f2517 + unaff_EDI)" identifier (argument_list "(&UNK_002f2517 + unaff_EDI)" ( (binary_expression "&UNK_002f2517 + unaff_EDI" (pointer_expression "&UNK_002f2517" & identifier) + identifier) ))))) ;) (labeled_statement "gold::gold_error(format,pcVar7,uVar12);" statement_identifier : (ERROR ":" :) (expression_statement "gold_error(format,pcVar7,uVar12);" (call_expression "gold_error(format,pcVar7,uVar12)" identifier (argument_list "(format,pcVar7,uVar12)" ( identifier , identifier , identifier ))) ;)) (return_statement "return (Object *)0x0;" return (cast_expression "(Object *)0x0" ( (type_descriptor "Object *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) ;) })) (labeled_statement "LAB_00174680:\n this_00 = (Sized_relobj_file<32,_true> *)operator_new(0x248);" statement_identifier : (expression_statement "this_00 = (Sized_relobj_file<32,_true> *)operator_new(0x248);" (assignment_expression "this_00 = (Sized_relobj_file<32,_true> *)operator_new(0x248)" identifier = (parenthesized_expression "(Sized_relobj_file<32,_true> *)operator_new(0x248)" ( (comma_expression "Sized_relobj_file<32,_true> *)operator_new(0x248)" (binary_expression "Sized_relobj_file<32" identifier < number_literal) , (binary_expression "_true> *)operator_new(0x248)" identifier > (pointer_expression "*)operator_new(0x248)" * (ERROR ")" )) (call_expression "operator_new(0x248)" identifier (argument_list "(0x248)" ( number_literal )))))) ))) ;)) comment (labeled_statement "gold::Sized_relobj_file<32,_true>::Sized_relobj_file(this_00,name,input_file,offset,ehdr);" statement_identifier : (ERROR ":" :) (expression_statement "Sized_relobj_file<32,_true>::Sized_relobj_file(this_00,name,input_file,offset,ehdr);" (comma_expression "Sized_relobj_file<32,_true>::Sized_relobj_file(this_00,name,input_file,offset,ehdr)" (binary_expression "Sized_relobj_file<32" identifier < number_literal) , (binary_expression "_true>::Sized_relobj_file(this_00,name,input_file,offset,ehdr)" identifier > (ERROR "::" : :) (call_expression "Sized_relobj_file(this_00,name,input_file,offset,ehdr)" identifier (argument_list "(this_00,name,input_file,offset,ehdr)" ( identifier , identifier , identifier , identifier , identifier ))))) ;)) (expression_statement "this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object._vptr_Object =\n (_func_int_varargs **)0x0;" (assignment_expression "this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object._vptr_Object =\n (_func_int_varargs **)0x0" (field_expression "this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object._vptr_Object" (field_expression "this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object" (field_expression "this_00[1].super_Sized_relobj<32,_true>.super_Relobj" (binary_expression "this_00[1].super_Sized_relobj<32" (field_expression "this_00[1].super_Sized_relobj" (subscript_expression "this_00[1]" identifier [ number_literal ]) . field_identifier) < number_literal) (ERROR ",_true>" , identifier >) . field_identifier) . field_identifier) . field_identifier) = (cast_expression "(_func_int_varargs **)0x0" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) number_literal)) ;) (expression_statement "(this_00->super_Sized_relobj<32,_true>).super_Relobj.super_Object._vptr_Object =\n (_func_int_varargs **)("R_ARM_GOTRELAX" + unaff_EDI + 5);" (assignment_expression "(this_00->super_Sized_relobj<32,_true>).super_Relobj.super_Object._vptr_Object =\n (_func_int_varargs **)("R_ARM_GOTRELAX" + unaff_EDI + 5)" (field_expression "(this_00->super_Sized_relobj<32,_true>).super_Relobj.super_Object._vptr_Object" (field_expression "(this_00->super_Sized_relobj<32,_true>).super_Relobj.super_Object" (field_expression "(this_00->super_Sized_relobj<32,_true>).super_Relobj" (parenthesized_expression "(this_00->super_Sized_relobj<32,_true>)" ( (comma_expression "this_00->super_Sized_relobj<32,_true" (binary_expression "this_00->super_Sized_relobj<32" (field_expression "this_00->super_Sized_relobj" identifier -> field_identifier) < number_literal) , identifier) (ERROR ">" >) )) . field_identifier) . field_identifier) . field_identifier) = (cast_expression "(_func_int_varargs **)("R_ARM_GOTRELAX" + unaff_EDI + 5)" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "("R_ARM_GOTRELAX" + unaff_EDI + 5)" ( (binary_expression ""R_ARM_GOTRELAX" + unaff_EDI + 5" (binary_expression ""R_ARM_GOTRELAX" + unaff_EDI" (string_literal ""R_ARM_GOTRELAX"" " string_content ") + identifier) + number_literal) )))) ;) (expression_statement "ppXVar1 = &this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object.xindex_;" (field_expression "ppXVar1 = &this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object.xindex_" (field_expression "ppXVar1 = &this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object" (field_expression "ppXVar1 = &this_00[1].super_Sized_relobj<32,_true>.super_Relobj" (assignment_expression "ppXVar1 = &this_00[1].super_Sized_relobj<32" identifier = (binary_expression "&this_00[1].super_Sized_relobj<32" (pointer_expression "&this_00[1].super_Sized_relobj" & (field_expression "this_00[1].super_Sized_relobj" (subscript_expression "this_00[1]" identifier [ number_literal ]) . field_identifier)) < number_literal)) (ERROR ",_true>" , identifier >) . field_identifier) . field_identifier) . field_identifier) ;) (expression_statement "this_00[1].super_Sized_relobj<32,_true>.super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl._M_start\n = (pointer)ppXVar1;" (assignment_expression "this_00[1].super_Sized_relobj<32,_true>.super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl._M_start\n = (pointer)ppXVar1" (field_expression "this_00[1].super_Sized_relobj<32,_true>.super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl._M_start" (field_expression "this_00[1].super_Sized_relobj<32,_true>.super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl" (binary_expression "this_00[1].super_Sized_relobj<32,_true>.super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_" (binary_expression "this_00[1].super_Sized_relobj<32,_true>.super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold" (binary_expression "this_00[1].super_Sized_relobj<32,_true>.super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std" (binary_expression "this_00[1].super_Sized_relobj<32,_true>.super_Relobj.output_sections_.\n super__Vector_base<gold" (field_expression "this_00[1].super_Sized_relobj<32,_true>.super_Relobj.output_sections_.\n super__Vector_base" (field_expression "this_00[1].super_Sized_relobj<32,_true>.super_Relobj.output_sections_" (field_expression "this_00[1].super_Sized_relobj<32,_true>.super_Relobj" (binary_expression "this_00[1].super_Sized_relobj<32" (field_expression "this_00[1].super_Sized_relobj" (subscript_expression "this_00[1]" identifier [ number_literal ]) . field_identifier) < number_literal) (ERROR ",_true>" , 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) = (cast_expression "(pointer)ppXVar1" ( (type_descriptor "pointer" type_identifier) ) identifier)) ;) (expression_statement "this_00[1].super_Sized_relobj<32,_true>.super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl.\n _M_finish = (pointer)ppXVar1;" (assignment_expression "this_00[1].super_Sized_relobj<32,_true>.super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl.\n _M_finish = (pointer)ppXVar1" (field_expression "this_00[1].super_Sized_relobj<32,_true>.super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl.\n _M_finish" (field_expression "this_00[1].super_Sized_relobj<32,_true>.super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl" (binary_expression "this_00[1].super_Sized_relobj<32,_true>.super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_" (binary_expression "this_00[1].super_Sized_relobj<32,_true>.super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold" (binary_expression "this_00[1].super_Sized_relobj<32,_true>.super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std" (binary_expression "this_00[1].super_Sized_relobj<32,_true>.super_Relobj.output_sections_.\n super__Vector_base<gold" (field_expression "this_00[1].super_Sized_relobj<32,_true>.super_Relobj.output_sections_.\n super__Vector_base" (field_expression "this_00[1].super_Sized_relobj<32,_true>.super_Relobj.output_sections_" (field_expression "this_00[1].super_Sized_relobj<32,_true>.super_Relobj" (binary_expression "this_00[1].super_Sized_relobj<32" (field_expression "this_00[1].super_Sized_relobj" (subscript_expression "this_00[1]" identifier [ number_literal ]) . field_identifier) < number_literal) (ERROR ",_true>" , 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) = (cast_expression "(pointer)ppXVar1" ( (type_descriptor "pointer" type_identifier) ) identifier)) ;) (expression_statement "ppOVar2 = &this_00[1].super_Sized_relobj<32,_true>.super_Relobj.object_merge_map_;" (field_expression "ppOVar2 = &this_00[1].super_Sized_relobj<32,_true>.super_Relobj.object_merge_map_" (field_expression "ppOVar2 = &this_00[1].super_Sized_relobj<32,_true>.super_Relobj" (assignment_expression "ppOVar2 = &this_00[1].super_Sized_relobj<32" identifier = (binary_expression "&this_00[1].super_Sized_relobj<32" (pointer_expression "&this_00[1].super_Sized_relobj" & (field_expression "this_00[1].super_Sized_relobj" (subscript_expression "this_00[1]" identifier [ number_literal ]) . field_identifier)) < number_literal)) (ERROR ",_true>" , identifier >) . field_identifier) . field_identifier) ;) (expression_statement "this_00[1].super_Sized_relobj<32,_true>.super_Relobj.rd_ = (Read_relocs_data *)ppOVar2;" (assignment_expression "this_00[1].super_Sized_relobj<32,_true>.super_Relobj.rd_ = (Read_relocs_data *)ppOVar2" (field_expression "this_00[1].super_Sized_relobj<32,_true>.super_Relobj.rd_" (field_expression "this_00[1].super_Sized_relobj<32,_true>.super_Relobj" (binary_expression "this_00[1].super_Sized_relobj<32" (field_expression "this_00[1].super_Sized_relobj" (subscript_expression "this_00[1]" identifier [ number_literal ]) . field_identifier) < number_literal) (ERROR ",_true>" , identifier >) . field_identifier) . field_identifier) = (cast_expression "(Read_relocs_data *)ppOVar2" ( (type_descriptor "Read_relocs_data *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;) (expression_statement "this_00[1].super_Sized_relobj<32,_true>.super_Relobj.sd_ = (Symbols_data *)ppOVar2;" (assignment_expression "this_00[1].super_Sized_relobj<32,_true>.super_Relobj.sd_ = (Symbols_data *)ppOVar2" (field_expression "this_00[1].super_Sized_relobj<32,_true>.super_Relobj.sd_" (field_expression "this_00[1].super_Sized_relobj<32,_true>.super_Relobj" (binary_expression "this_00[1].super_Sized_relobj<32" (field_expression "this_00[1].super_Sized_relobj" (subscript_expression "this_00[1]" identifier [ number_literal ]) . field_identifier) < number_literal) (ERROR ",_true>" , identifier >) . field_identifier) . field_identifier) = (cast_expression "(Symbols_data *)ppOVar2" ( (type_descriptor "Symbols_data *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;) (expression_statement "puVar3 = &this_00[1].super_Sized_relobj<32,_true>.super_Relobj.first_dyn_reloc_;" (field_expression "puVar3 = &this_00[1].super_Sized_relobj<32,_true>.super_Relobj.first_dyn_reloc_" (field_expression "puVar3 = &this_00[1].super_Sized_relobj<32,_true>.super_Relobj" (assignment_expression "puVar3 = &this_00[1].super_Sized_relobj<32" identifier = (binary_expression "&this_00[1].super_Sized_relobj<32" (pointer_expression "&this_00[1].super_Sized_relobj" & (field_expression "this_00[1].super_Sized_relobj" (subscript_expression "this_00[1]" identifier [ number_literal ]) . field_identifier)) < number_literal)) (ERROR ",_true>" , identifier >) . field_identifier) . field_identifier) ;) (expression_statement "this_00[1].super_Sized_relobj<32,_true>.local_got_offsets_._M_h._M_buckets =\n (__bucket_type *)puVar3;" (assignment_expression "this_00[1].super_Sized_relobj<32,_true>.local_got_offsets_._M_h._M_buckets =\n (__bucket_type *)puVar3" (field_expression "this_00[1].super_Sized_relobj<32,_true>.local_got_offsets_._M_h._M_buckets" (field_expression "this_00[1].super_Sized_relobj<32,_true>.local_got_offsets_._M_h" (field_expression "this_00[1].super_Sized_relobj<32,_true>.local_got_offsets_" (binary_expression "this_00[1].super_Sized_relobj<32" (field_expression "this_00[1].super_Sized_relobj" (subscript_expression "this_00[1]" identifier [ number_literal ]) . field_identifier) < number_literal) (ERROR ",_true>" , identifier >) . field_identifier) . field_identifier) . field_identifier) = (cast_expression "(__bucket_type *)puVar3" ( (type_descriptor "__bucket_type *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;) (expression_statement "this_00[1].super_Sized_relobj<32,_true>.local_got_offsets_._M_h._M_bucket_count =\n (size_type)puVar3;" (assignment_expression "this_00[1].super_Sized_relobj<32,_true>.local_got_offsets_._M_h._M_bucket_count =\n (size_type)puVar3" (field_expression "this_00[1].super_Sized_relobj<32,_true>.local_got_offsets_._M_h._M_bucket_count" (field_expression "this_00[1].super_Sized_relobj<32,_true>.local_got_offsets_._M_h" (field_expression "this_00[1].super_Sized_relobj<32,_true>.local_got_offsets_" (binary_expression "this_00[1].super_Sized_relobj<32" (field_expression "this_00[1].super_Sized_relobj" (subscript_expression "this_00[1]" identifier [ number_literal ]) . field_identifier) < number_literal) (ERROR ",_true>" , identifier >) . field_identifier) . field_identifier) . field_identifier) = (cast_expression "(size_type)puVar3" ( (type_descriptor "size_type" type_identifier) ) identifier)) ;) (expression_statement "p_Var4 = &this_00[1].super_Sized_relobj<32,_true>.local_got_offsets_._M_h._M_rehash_policy;" (field_expression "p_Var4 = &this_00[1].super_Sized_relobj<32,_true>.local_got_offsets_._M_h._M_rehash_policy" (field_expression "p_Var4 = &this_00[1].super_Sized_relobj<32,_true>.local_got_offsets_._M_h" (field_expression "p_Var4 = &this_00[1].super_Sized_relobj<32,_true>.local_got_offsets_" (assignment_expression "p_Var4 = &this_00[1].super_Sized_relobj<32" identifier = (binary_expression "&this_00[1].super_Sized_relobj<32" (pointer_expression "&this_00[1].super_Sized_relobj" & (field_expression "this_00[1].super_Sized_relobj" (subscript_expression "this_00[1]" identifier [ number_literal ]) . field_identifier)) < number_literal)) (ERROR ",_true>" , identifier >) . field_identifier) . field_identifier) . field_identifier) ;) (expression_statement "this_00[1].super_Sized_relobj<32,_true>.local_got_offsets_._M_h._M_single_bucket =\n (__bucket_type)p_Var4;" (assignment_expression "this_00[1].super_Sized_relobj<32,_true>.local_got_offsets_._M_h._M_single_bucket =\n (__bucket_type)p_Var4" (field_expression "this_00[1].super_Sized_relobj<32,_true>.local_got_offsets_._M_h._M_single_bucket" (field_expression "this_00[1].super_Sized_relobj<32,_true>.local_got_offsets_._M_h" (field_expression "this_00[1].super_Sized_relobj<32,_true>.local_got_offsets_" (binary_expression "this_00[1].super_Sized_relobj<32" (field_expression "this_00[1].super_Sized_relobj" (subscript_expression "this_00[1]" identifier [ number_literal ]) . field_identifier) < number_literal) (ERROR ",_true>" , identifier >) . field_identifier) . field_identifier) . field_identifier) = (cast_expression "(__bucket_type)p_Var4" ( (type_descriptor "__bucket_type" type_identifier) ) identifier)) ;) (expression_statement "this_00[1].super_Sized_relobj<32,_true>.section_offsets_.\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl._M_start = (pointer)p_Var4\n ;" (assignment_expression "this_00[1].super_Sized_relobj<32,_true>.section_offsets_.\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl._M_start = (pointer)p_Var4" (field_expression "this_00[1].super_Sized_relobj<32,_true>.section_offsets_.\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl._M_start" (field_expression "this_00[1].super_Sized_relobj<32,_true>.section_offsets_.\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl" (binary_expression "this_00[1].super_Sized_relobj<32,_true>.section_offsets_.\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_" (binary_expression "this_00[1].super_Sized_relobj<32,_true>.section_offsets_.\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int" (binary_expression "this_00[1].super_Sized_relobj<32,_true>.section_offsets_.\n super__Vector_base<unsigned_int" (field_expression "this_00[1].super_Sized_relobj<32,_true>.section_offsets_.\n super__Vector_base" (field_expression "this_00[1].super_Sized_relobj<32,_true>.section_offsets_" (binary_expression "this_00[1].super_Sized_relobj<32" (field_expression "this_00[1].super_Sized_relobj" (subscript_expression "this_00[1]" identifier [ number_literal ]) . field_identifier) < number_literal) (ERROR ",_true>" , identifier >) . field_identifier) . field_identifier) < identifier) (ERROR ",_std::allocator" , identifier : : identifier) < identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) = (cast_expression "(pointer)p_Var4" ( (type_descriptor "pointer" type_identifier) ) identifier)) ;) (expression_statement "this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object.name_._M_dataplus._M_p =\n (pointer)0x0;" (assignment_expression "this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object.name_._M_dataplus._M_p =\n (pointer)0x0" (field_expression "this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object.name_._M_dataplus._M_p" (field_expression "this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object.name_._M_dataplus" (field_expression "this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object.name_" (field_expression "this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object" (field_expression "this_00[1].super_Sized_relobj<32,_true>.super_Relobj" (binary_expression "this_00[1].super_Sized_relobj<32" (field_expression "this_00[1].super_Sized_relobj" (subscript_expression "this_00[1]" identifier [ number_literal ]) . field_identifier) < number_literal) (ERROR ",_true>" , identifier >) . field_identifier) . field_identifier) . field_identifier) . field_identifier) . field_identifier) = (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal)) ;) (expression_statement "this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object.name_._M_string_length = 0;" (assignment_expression "this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object.name_._M_string_length = 0" (field_expression "this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object.name_._M_string_length" (field_expression "this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object.name_" (field_expression "this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object" (field_expression "this_00[1].super_Sized_relobj<32,_true>.super_Relobj" (binary_expression "this_00[1].super_Sized_relobj<32" (field_expression "this_00[1].super_Sized_relobj" (subscript_expression "this_00[1]" identifier [ number_literal ]) . field_identifier) < number_literal) (ERROR ",_true>" , identifier >) . field_identifier) . field_identifier) . field_identifier) . field_identifier) = number_literal) ;) (expression_statement "this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object.name_.field_2.\n _M_allocated_capacity = 0;" (assignment_expression "this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object.name_.field_2.\n _M_allocated_capacity = 0" (field_expression "this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object.name_.field_2.\n _M_allocated_capacity" (field_expression "this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object.name_.field_2" (field_expression "this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object.name_" (field_expression "this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object" (field_expression "this_00[1].super_Sized_relobj<32,_true>.super_Relobj" (binary_expression "this_00[1].super_Sized_relobj<32" (field_expression "this_00[1].super_Sized_relobj" (subscript_expression "this_00[1]" identifier [ number_literal ]) . field_identifier) < number_literal) (ERROR ",_true>" , identifier >) . field_identifier) . field_identifier) . field_identifier) . field_identifier) . field_identifier) = number_literal) ;) (expression_statement "*(undefined4 *)\n ((int)&this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object.name_.field_2 + 4) = 0;" (assignment_expression "*(undefined4 *)\n ((int)&this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object.name_.field_2 + 4) = 0" (pointer_expression "*(undefined4 *)\n ((int)&this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object.name_.field_2 + 4)" * (cast_expression "(undefined4 *)\n ((int)&this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object.name_.field_2 + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object.name_.field_2 + 4)" ( (comma_expression "(int)&this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object.name_.field_2 + 4" (binary_expression "(int)&this_00[1].super_Sized_relobj<32" (cast_expression "(int)&this_00[1].super_Sized_relobj" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&this_00[1].super_Sized_relobj" & (field_expression "this_00[1].super_Sized_relobj" (subscript_expression "this_00[1]" identifier [ number_literal ]) . field_identifier))) < number_literal) , (binary_expression "_true>.super_Relobj.super_Object.name_.field_2 + 4" (field_expression "_true>.super_Relobj.super_Object.name_.field_2" (field_expression "_true>.super_Relobj.super_Object.name_" (field_expression "_true>.super_Relobj.super_Object" (field_expression "_true>.super_Relobj" identifier (ERROR ">" >) . field_identifier) . field_identifier) . field_identifier) . field_identifier) + number_literal)) )))) = number_literal) ;) (expression_statement "*(undefined4 *)\n ((int)&this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object.name_.field_2 + 8) = 0;" (assignment_expression "*(undefined4 *)\n ((int)&this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object.name_.field_2 + 8) = 0" (pointer_expression "*(undefined4 *)\n ((int)&this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object.name_.field_2 + 8)" * (cast_expression "(undefined4 *)\n ((int)&this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object.name_.field_2 + 8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object.name_.field_2 + 8)" ( (comma_expression "(int)&this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object.name_.field_2 + 8" (binary_expression "(int)&this_00[1].super_Sized_relobj<32" (cast_expression "(int)&this_00[1].super_Sized_relobj" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&this_00[1].super_Sized_relobj" & (field_expression "this_00[1].super_Sized_relobj" (subscript_expression "this_00[1]" identifier [ number_literal ]) . field_identifier))) < number_literal) , (binary_expression "_true>.super_Relobj.super_Object.name_.field_2 + 8" (field_expression "_true>.super_Relobj.super_Object.name_.field_2" (field_expression "_true>.super_Relobj.super_Object.name_" (field_expression "_true>.super_Relobj.super_Object" (field_expression "_true>.super_Relobj" identifier (ERROR ">" >) . field_identifier) . field_identifier) . field_identifier) . field_identifier) + number_literal)) )))) = number_literal) ;) (expression_statement "*(undefined4 *)\n ((int)&this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object.name_.field_2 + 0xc) = 0\n ;" (assignment_expression "*(undefined4 *)\n ((int)&this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object.name_.field_2 + 0xc) = 0" (pointer_expression "*(undefined4 *)\n ((int)&this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object.name_.field_2 + 0xc)" * (cast_expression "(undefined4 *)\n ((int)&this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object.name_.field_2 + 0xc)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object.name_.field_2 + 0xc)" ( (comma_expression "(int)&this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object.name_.field_2 + 0xc" (binary_expression "(int)&this_00[1].super_Sized_relobj<32" (cast_expression "(int)&this_00[1].super_Sized_relobj" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&this_00[1].super_Sized_relobj" & (field_expression "this_00[1].super_Sized_relobj" (subscript_expression "this_00[1]" identifier [ number_literal ]) . field_identifier))) < number_literal) , (binary_expression "_true>.super_Relobj.super_Object.name_.field_2 + 0xc" (field_expression "_true>.super_Relobj.super_Object.name_.field_2" (field_expression "_true>.super_Relobj.super_Object.name_" (field_expression "_true>.super_Relobj.super_Object" (field_expression "_true>.super_Relobj" identifier (ERROR ">" >) . field_identifier) . field_identifier) . field_identifier) . field_identifier) + number_literal)) )))) = number_literal) ;) (expression_statement "this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object.input_file_ = (Input_file *)0x0;" (assignment_expression "this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object.input_file_ = (Input_file *)0x0" (field_expression "this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object.input_file_" (field_expression "this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object" (field_expression "this_00[1].super_Sized_relobj<32,_true>.super_Relobj" (binary_expression "this_00[1].super_Sized_relobj<32" (field_expression "this_00[1].super_Sized_relobj" (subscript_expression "this_00[1]" identifier [ number_literal ]) . field_identifier) < number_literal) (ERROR ",_true>" , identifier >) . field_identifier) . field_identifier) . field_identifier) = (cast_expression "(Input_file *)0x0" ( (type_descriptor "Input_file *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "*(undefined4 *)&this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object.offset_ = 0;" (assignment_expression "*(undefined4 *)&this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object.offset_ = 0" (field_expression "*(undefined4 *)&this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object.offset_" (field_expression "*(undefined4 *)&this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object" (field_expression "*(undefined4 *)&this_00[1].super_Sized_relobj<32,_true>.super_Relobj" (binary_expression "*(undefined4 *)&this_00[1].super_Sized_relobj<32" (pointer_expression "*(undefined4 *)&this_00[1].super_Sized_relobj" * (cast_expression "(undefined4 *)&this_00[1].super_Sized_relobj" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&this_00[1].super_Sized_relobj" & (field_expression "this_00[1].super_Sized_relobj" (subscript_expression "this_00[1]" identifier [ number_literal ]) . field_identifier)))) < number_literal) (ERROR ",_true>" , identifier >) . field_identifier) . field_identifier) . field_identifier) = number_literal) ;) (expression_statement "*(undefined4 *)\n ((int)&this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object.offset_ + 4) = 0;" (assignment_expression "*(undefined4 *)\n ((int)&this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object.offset_ + 4) = 0" (pointer_expression "*(undefined4 *)\n ((int)&this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object.offset_ + 4)" * (cast_expression "(undefined4 *)\n ((int)&this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object.offset_ + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object.offset_ + 4)" ( (comma_expression "(int)&this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object.offset_ + 4" (binary_expression "(int)&this_00[1].super_Sized_relobj<32" (cast_expression "(int)&this_00[1].super_Sized_relobj" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&this_00[1].super_Sized_relobj" & (field_expression "this_00[1].super_Sized_relobj" (subscript_expression "this_00[1]" identifier [ number_literal ]) . field_identifier))) < number_literal) , (binary_expression "_true>.super_Relobj.super_Object.offset_ + 4" (field_expression "_true>.super_Relobj.super_Object.offset_" (field_expression "_true>.super_Relobj.super_Object" (field_expression "_true>.super_Relobj" identifier (ERROR ">" >) . field_identifier) . field_identifier) . field_identifier) + number_literal)) )))) = number_literal) ;) (expression_statement "this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object.shnum_ = 0;" (assignment_expression "this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object.shnum_ = 0" (field_expression "this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object.shnum_" (field_expression "this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object" (field_expression "this_00[1].super_Sized_relobj<32,_true>.super_Relobj" (binary_expression "this_00[1].super_Sized_relobj<32" (field_expression "this_00[1].super_Sized_relobj" (subscript_expression "this_00[1]" identifier [ number_literal ]) . field_identifier) < number_literal) (ERROR ",_true>" , identifier >) . field_identifier) . field_identifier) . field_identifier) = number_literal) ;) (expression_statement "this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object.xindex_ = (Xindex *)0x0;" (assignment_expression "this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object.xindex_ = (Xindex *)0x0" (field_expression "this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object.xindex_" (field_expression "this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object" (field_expression "this_00[1].super_Sized_relobj<32,_true>.super_Relobj" (binary_expression "this_00[1].super_Sized_relobj<32" (field_expression "this_00[1].super_Sized_relobj" (subscript_expression "this_00[1]" identifier [ number_literal ]) . field_identifier) < number_literal) (ERROR ",_true>" , identifier >) . field_identifier) . field_identifier) . field_identifier) = (cast_expression "(Xindex *)0x0" ( (type_descriptor "Xindex *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object.compressed_sections_ =\n (Compressed_section_map *)0x0;" (assignment_expression "this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object.compressed_sections_ =\n (Compressed_section_map *)0x0" (field_expression "this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object.compressed_sections_" (field_expression "this_00[1].super_Sized_relobj<32,_true>.super_Relobj.super_Object" (field_expression "this_00[1].super_Sized_relobj<32,_true>.super_Relobj" (binary_expression "this_00[1].super_Sized_relobj<32" (field_expression "this_00[1].super_Sized_relobj" (subscript_expression "this_00[1]" identifier [ number_literal ]) . field_identifier) < number_literal) (ERROR ",_true>" , identifier >) . field_identifier) . field_identifier) . field_identifier) = (cast_expression "(Compressed_section_map *)0x0" ( (type_descriptor "Compressed_section_map *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "this_00[1].super_Sized_relobj<32,_true>.super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl.\n _M_end_of_storage = (pointer)0x0;" (assignment_expression "this_00[1].super_Sized_relobj<32,_true>.super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl.\n _M_end_of_storage = (pointer)0x0" (field_expression "this_00[1].super_Sized_relobj<32,_true>.super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl.\n _M_end_of_storage" (field_expression "this_00[1].super_Sized_relobj<32,_true>.super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl" (binary_expression "this_00[1].super_Sized_relobj<32,_true>.super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_" (binary_expression "this_00[1].super_Sized_relobj<32,_true>.super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold" (binary_expression "this_00[1].super_Sized_relobj<32,_true>.super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std" (binary_expression "this_00[1].super_Sized_relobj<32,_true>.super_Relobj.output_sections_.\n super__Vector_base<gold" (field_expression "this_00[1].super_Sized_relobj<32,_true>.super_Relobj.output_sections_.\n super__Vector_base" (field_expression "this_00[1].super_Sized_relobj<32,_true>.super_Relobj.output_sections_" (field_expression "this_00[1].super_Sized_relobj<32,_true>.super_Relobj" (binary_expression "this_00[1].super_Sized_relobj<32" (field_expression "this_00[1].super_Sized_relobj" (subscript_expression "this_00[1]" identifier [ number_literal ]) . field_identifier) < number_literal) (ERROR ",_true>" , 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) = (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal)) ;) (expression_statement "this_00[1].super_Sized_relobj<32,_true>.super_Relobj.object_merge_map_ = (Object_merge_map *)0x0;" (assignment_expression "this_00[1].super_Sized_relobj<32,_true>.super_Relobj.object_merge_map_ = (Object_merge_map *)0x0" (field_expression "this_00[1].super_Sized_relobj<32,_true>.super_Relobj.object_merge_map_" (field_expression "this_00[1].super_Sized_relobj<32,_true>.super_Relobj" (binary_expression "this_00[1].super_Sized_relobj<32" (field_expression "this_00[1].super_Sized_relobj" (subscript_expression "this_00[1]" identifier [ number_literal ]) . field_identifier) < number_literal) (ERROR ",_true>" , identifier >) . field_identifier) . field_identifier) = (cast_expression "(Object_merge_map *)0x0" ( (type_descriptor "Object_merge_map *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "*(undefined4 *)\n &this_00[1].super_Sized_relobj<32,_true>.super_Relobj.relocs_must_follow_section_writes_ = 0;" (assignment_expression "*(undefined4 *)\n &this_00[1].super_Sized_relobj<32,_true>.super_Relobj.relocs_must_follow_section_writes_ = 0" (field_expression "*(undefined4 *)\n &this_00[1].super_Sized_relobj<32,_true>.super_Relobj.relocs_must_follow_section_writes_" (field_expression "*(undefined4 *)\n &this_00[1].super_Sized_relobj<32,_true>.super_Relobj" (binary_expression "*(undefined4 *)\n &this_00[1].super_Sized_relobj<32" (pointer_expression "*(undefined4 *)\n &this_00[1].super_Sized_relobj" * (cast_expression "(undefined4 *)\n &this_00[1].super_Sized_relobj" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&this_00[1].super_Sized_relobj" & (field_expression "this_00[1].super_Sized_relobj" (subscript_expression "this_00[1]" identifier [ number_literal ]) . field_identifier)))) < number_literal) (ERROR ",_true>" , identifier >) . field_identifier) . field_identifier) = number_literal) ;) (expression_statement "this_00[1].super_Sized_relobj<32,_true>.super_Relobj.reloc_counts_ = (uint *)0x0;" (assignment_expression "this_00[1].super_Sized_relobj<32,_true>.super_Relobj.reloc_counts_ = (uint *)0x0" (field_expression "this_00[1].super_Sized_relobj<32,_true>.super_Relobj.reloc_counts_" (field_expression "this_00[1].super_Sized_relobj<32,_true>.super_Relobj" (binary_expression "this_00[1].super_Sized_relobj<32" (field_expression "this_00[1].super_Sized_relobj" (subscript_expression "this_00[1]" identifier [ number_literal ]) . field_identifier) < number_literal) (ERROR ",_true>" , identifier >) . field_identifier) . field_identifier) = (cast_expression "(uint *)0x0" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "this_00[1].super_Sized_relobj<32,_true>.super_Relobj.first_dyn_reloc_ = 0;" (assignment_expression "this_00[1].super_Sized_relobj<32,_true>.super_Relobj.first_dyn_reloc_ = 0" (field_expression "this_00[1].super_Sized_relobj<32,_true>.super_Relobj.first_dyn_reloc_" (field_expression "this_00[1].super_Sized_relobj<32,_true>.super_Relobj" (binary_expression "this_00[1].super_Sized_relobj<32" (field_expression "this_00[1].super_Sized_relobj" (subscript_expression "this_00[1]" identifier [ number_literal ]) . field_identifier) < number_literal) (ERROR ",_true>" , identifier >) . field_identifier) . field_identifier) = number_literal) ;) (expression_statement "this_00[1].super_Sized_relobj<32,_true>.super_Relobj.dyn_reloc_count_ = 0;" (assignment_expression "this_00[1].super_Sized_relobj<32,_true>.super_Relobj.dyn_reloc_count_ = 0" (field_expression "this_00[1].super_Sized_relobj<32,_true>.super_Relobj.dyn_reloc_count_" (field_expression "this_00[1].super_Sized_relobj<32,_true>.super_Relobj" (binary_expression "this_00[1].super_Sized_relobj<32" (field_expression "this_00[1].super_Sized_relobj" (subscript_expression "this_00[1]" identifier [ number_literal ]) . field_identifier) < number_literal) (ERROR ",_true>" , identifier >) . field_identifier) . field_identifier) = number_literal) ;) (expression_statement "this_00[1].super_Sized_relobj<32,_true>.local_got_offsets_._M_h._M_before_begin._M_nxt =\n (_Hash_node_base *)0x0;" (assignment_expression "this_00[1].super_Sized_relobj<32,_true>.local_got_offsets_._M_h._M_before_begin._M_nxt =\n (_Hash_node_base *)0x0" (field_expression "this_00[1].super_Sized_relobj<32,_true>.local_got_offsets_._M_h._M_before_begin._M_nxt" (field_expression "this_00[1].super_Sized_relobj<32,_true>.local_got_offsets_._M_h._M_before_begin" (field_expression "this_00[1].super_Sized_relobj<32,_true>.local_got_offsets_._M_h" (field_expression "this_00[1].super_Sized_relobj<32,_true>.local_got_offsets_" (binary_expression "this_00[1].super_Sized_relobj<32" (field_expression "this_00[1].super_Sized_relobj" (subscript_expression "this_00[1]" identifier [ number_literal ]) . field_identifier) < number_literal) (ERROR ",_true>" , identifier >) . field_identifier) . field_identifier) . field_identifier) . field_identifier) = (cast_expression "(_Hash_node_base *)0x0" ( (type_descriptor "_Hash_node_base *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "this_00[1].super_Sized_relobj<32,_true>.local_got_offsets_._M_h._M_rehash_policy.\n _M_max_load_factor = 0.0;" (assignment_expression "this_00[1].super_Sized_relobj<32,_true>.local_got_offsets_._M_h._M_rehash_policy.\n _M_max_load_factor = 0.0" (field_expression "this_00[1].super_Sized_relobj<32,_true>.local_got_offsets_._M_h._M_rehash_policy.\n _M_max_load_factor" (field_expression "this_00[1].super_Sized_relobj<32,_true>.local_got_offsets_._M_h._M_rehash_policy" (field_expression "this_00[1].super_Sized_relobj<32,_true>.local_got_offsets_._M_h" (field_expression "this_00[1].super_Sized_relobj<32,_true>.local_got_offsets_" (binary_expression "this_00[1].super_Sized_relobj<32" (field_expression "this_00[1].super_Sized_relobj" (subscript_expression "this_00[1]" identifier [ number_literal ]) . field_identifier) < number_literal) (ERROR ",_true>" , identifier >) . field_identifier) . field_identifier) . field_identifier) . field_identifier) = number_literal) ;) (expression_statement "this_00[1].super_Sized_relobj<32,_true>.local_got_offsets_._M_h._M_rehash_policy._M_next_resize =\n 0;" (assignment_expression "this_00[1].super_Sized_relobj<32,_true>.local_got_offsets_._M_h._M_rehash_policy._M_next_resize =\n 0" (field_expression "this_00[1].super_Sized_relobj<32,_true>.local_got_offsets_._M_h._M_rehash_policy._M_next_resize" (field_expression "this_00[1].super_Sized_relobj<32,_true>.local_got_offsets_._M_h._M_rehash_policy" (field_expression "this_00[1].super_Sized_relobj<32,_true>.local_got_offsets_._M_h" (field_expression "this_00[1].super_Sized_relobj<32,_true>.local_got_offsets_" (binary_expression "this_00[1].super_Sized_relobj<32" (field_expression "this_00[1].super_Sized_relobj" (subscript_expression "this_00[1]" identifier [ number_literal ]) . field_identifier) < number_literal) (ERROR ",_true>" , identifier >) . field_identifier) . field_identifier) . field_identifier) . field_identifier) = number_literal) ;) (expression_statement "this_00[1].super_Sized_relobj<32,_true>.section_offsets_.\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl._M_finish = (pointer)0x0;" (assignment_expression "this_00[1].super_Sized_relobj<32,_true>.section_offsets_.\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl._M_finish = (pointer)0x0" (field_expression "this_00[1].super_Sized_relobj<32,_true>.section_offsets_.\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl._M_finish" (field_expression "this_00[1].super_Sized_relobj<32,_true>.section_offsets_.\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl" (binary_expression "this_00[1].super_Sized_relobj<32,_true>.section_offsets_.\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_" (binary_expression "this_00[1].super_Sized_relobj<32,_true>.section_offsets_.\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int" (binary_expression "this_00[1].super_Sized_relobj<32,_true>.section_offsets_.\n super__Vector_base<unsigned_int" (field_expression "this_00[1].super_Sized_relobj<32,_true>.section_offsets_.\n super__Vector_base" (field_expression "this_00[1].super_Sized_relobj<32,_true>.section_offsets_" (binary_expression "this_00[1].super_Sized_relobj<32" (field_expression "this_00[1].super_Sized_relobj" (subscript_expression "this_00[1]" identifier [ number_literal ]) . field_identifier) < number_literal) (ERROR ",_true>" , identifier >) . field_identifier) . field_identifier) < identifier) (ERROR ",_std::allocator" , identifier : : identifier) < identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) = (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal)) ;) (expression_statement "this_00[1].elf_file_.file_ = (Object *)0x0;" (assignment_expression "this_00[1].elf_file_.file_ = (Object *)0x0" (field_expression "this_00[1].elf_file_.file_" (field_expression "this_00[1].elf_file_" (subscript_expression "this_00[1]" identifier [ number_literal ]) . field_identifier) . field_identifier) = (cast_expression "(Object *)0x0" ( (type_descriptor "Object *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "bVar5 = (byte)this_00[1].e_type_;" (assignment_expression "bVar5 = (byte)this_00[1].e_type_" identifier = (cast_expression "(byte)this_00[1].e_type_" ( (type_descriptor "byte" type_identifier) ) (field_expression "this_00[1].e_type_" (subscript_expression "this_00[1]" identifier [ number_literal ]) . field_identifier))) ;) (expression_statement "*(Elf_file<32,_true,_gold::Object> **)((int)&this_00[1].elf_file_.shoff_ + 4) =\n &this_00[1].elf_file_;" (assignment_expression "*(Elf_file<32,_true,_gold::Object> **)((int)&this_00[1].elf_file_.shoff_ + 4) =\n &this_00[1].elf_file_" (pointer_expression "*(Elf_file<32,_true,_gold::Object> **)((int)&this_00[1].elf_file_.shoff_ + 4)" * (call_expression "(Elf_file<32,_true,_gold::Object> **)((int)&this_00[1].elf_file_.shoff_ + 4)" (parenthesized_expression "(Elf_file<32,_true,_gold::Object> **)" ( (ERROR "Elf_file<32,_true,_gold::" (comma_expression "Elf_file<32,_true,_gold" (binary_expression "Elf_file<32" identifier < number_literal) , (comma_expression "_true,_gold" identifier , identifier)) : :) (binary_expression "Object> **" identifier > (pointer_expression "**" * (pointer_expression "*" * identifier))) )) (argument_list "((int)&this_00[1].elf_file_.shoff_ + 4)" ( (binary_expression "(int)&this_00[1].elf_file_.shoff_ + 4" (cast_expression "(int)&this_00[1].elf_file_.shoff_" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&this_00[1].elf_file_.shoff_" & (field_expression "this_00[1].elf_file_.shoff_" (field_expression "this_00[1].elf_file_" (subscript_expression "this_00[1]" identifier [ number_literal ]) . field_identifier) . field_identifier))) + number_literal) )))) = (pointer_expression "&this_00[1].elf_file_" & (field_expression "this_00[1].elf_file_" (subscript_expression "this_00[1]" identifier [ number_literal ]) . field_identifier))) ;) (expression_statement "this_00[1].elf_file_.shnum_ = (uint)&this_00[1].elf_file_;" (assignment_expression "this_00[1].elf_file_.shnum_ = (uint)&this_00[1].elf_file_" (field_expression "this_00[1].elf_file_.shnum_" (field_expression "this_00[1].elf_file_" (subscript_expression "this_00[1]" identifier [ number_literal ]) . field_identifier) . field_identifier) = (binary_expression "(uint)&this_00[1].elf_file_" (parenthesized_expression "(uint)" ( identifier )) & (field_expression "this_00[1].elf_file_" (subscript_expression "this_00[1]" identifier [ number_literal ]) . field_identifier))) ;) (expression_statement "*(undefined4 *)&this_00[1].elf_file_.shoff_ = 0;" (assignment_expression "*(undefined4 *)&this_00[1].elf_file_.shoff_ = 0" (pointer_expression "*(undefined4 *)&this_00[1].elf_file_.shoff_" * (cast_expression "(undefined4 *)&this_00[1].elf_file_.shoff_" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&this_00[1].elf_file_.shoff_" & (field_expression "this_00[1].elf_file_.shoff_" (field_expression "this_00[1].elf_file_" (subscript_expression "this_00[1]" identifier [ number_literal ]) . field_identifier) . field_identifier)))) = number_literal) ;) (expression_statement "*(byte *)&this_00[1].e_type_ = bVar5 & 0xf3 | 8;" (assignment_expression "*(byte *)&this_00[1].e_type_ = bVar5 & 0xf3 | 8" (pointer_expression "*(byte *)&this_00[1].e_type_" * (cast_expression "(byte *)&this_00[1].e_type_" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&this_00[1].e_type_" & (field_expression "this_00[1].e_type_" (subscript_expression "this_00[1]" identifier [ number_literal ]) . field_identifier)))) = (binary_expression "bVar5 & 0xf3 | 8" (binary_expression "bVar5 & 0xf3" identifier & number_literal) | number_literal)) ;) (expression_statement "this_00[1].elf_file_.shstrndx_ = 0;" (assignment_expression "this_00[1].elf_file_.shstrndx_ = 0" (field_expression "this_00[1].elf_file_.shstrndx_" (field_expression "this_00[1].elf_file_" (subscript_expression "this_00[1]" identifier [ number_literal ]) . field_identifier) . field_identifier) = number_literal) ;) (expression_statement "this_00[1].elf_file_.large_shndx_offset_ = 0;" (assignment_expression "this_00[1].elf_file_.large_shndx_offset_ = 0" (field_expression "this_00[1].elf_file_.large_shndx_offset_" (field_expression "this_00[1].elf_file_" (subscript_expression "this_00[1]" identifier [ number_literal ]) . field_identifier) . field_identifier) = number_literal) ;) (expression_statement "this_00[1].symtab_shndx_ = 0;" (assignment_expression "this_00[1].symtab_shndx_ = 0" (field_expression "this_00[1].symtab_shndx_" (subscript_expression "this_00[1]" identifier [ number_literal ]) . field_identifier) = number_literal) ;) (expression_statement "this_00[1].local_symbol_count_ = 0;" (assignment_expression "this_00[1].local_symbol_count_ = 0" (field_expression "this_00[1].local_symbol_count_" (subscript_expression "this_00[1]" identifier [ number_literal ]) . field_identifier) = number_literal) ;) (expression_statement "this_00[1].output_local_symbol_count_ = 0;" (assignment_expression "this_00[1].output_local_symbol_count_ = 0" (field_expression "this_00[1].output_local_symbol_count_" (subscript_expression "this_00[1]" identifier [ number_literal ]) . field_identifier) = number_literal) ;) (expression_statement "this_00[1].output_local_dynsym_count_ = 0;" (assignment_expression "this_00[1].output_local_dynsym_count_ = 0" (field_expression "this_00[1].output_local_dynsym_count_" (subscript_expression "this_00[1]" identifier [ number_literal ]) . field_identifier) = number_literal) ;) (expression_statement "this_00[1].symbols_.super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl.\n _M_start = (pointer)0x0;" (assignment_expression "this_00[1].symbols_.super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl.\n _M_start = (pointer)0x0" (field_expression "this_00[1].symbols_.super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl.\n _M_start" (field_expression "this_00[1].symbols_.super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl" (binary_expression "this_00[1].symbols_.super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_" (binary_expression "this_00[1].symbols_.super__Vector_base<gold::Symbol*,_std::allocator<gold" (binary_expression "this_00[1].symbols_.super__Vector_base<gold::Symbol*,_std" (binary_expression "this_00[1].symbols_.super__Vector_base<gold" (field_expression "this_00[1].symbols_.super__Vector_base" (field_expression "this_00[1].symbols_" (subscript_expression "this_00[1]" identifier [ number_literal ]) . 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 "this_00[1].symbols_.super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl.\n _M_finish = (pointer)0x0;" (assignment_expression "this_00[1].symbols_.super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl.\n _M_finish = (pointer)0x0" (field_expression "this_00[1].symbols_.super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl.\n _M_finish" (field_expression "this_00[1].symbols_.super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl" (binary_expression "this_00[1].symbols_.super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_" (binary_expression "this_00[1].symbols_.super__Vector_base<gold::Symbol*,_std::allocator<gold" (binary_expression "this_00[1].symbols_.super__Vector_base<gold::Symbol*,_std" (binary_expression "this_00[1].symbols_.super__Vector_base<gold" (field_expression "this_00[1].symbols_.super__Vector_base" (field_expression "this_00[1].symbols_" (subscript_expression "this_00[1]" identifier [ number_literal ]) . 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 "this_00[1].symbols_.super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl.\n _M_end_of_storage = (pointer)0x0;" (assignment_expression "this_00[1].symbols_.super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl.\n _M_end_of_storage = (pointer)0x0" (field_expression "this_00[1].symbols_.super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl.\n _M_end_of_storage" (field_expression "this_00[1].symbols_.super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl" (binary_expression "this_00[1].symbols_.super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_" (binary_expression "this_00[1].symbols_.super__Vector_base<gold::Symbol*,_std::allocator<gold" (binary_expression "this_00[1].symbols_.super__Vector_base<gold::Symbol*,_std" (binary_expression "this_00[1].symbols_.super__Vector_base<gold" (field_expression "this_00[1].symbols_.super__Vector_base" (field_expression "this_00[1].symbols_" (subscript_expression "this_00[1]" identifier [ number_literal ]) . 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 "this_00[1].defined_count_ = 0;" (assignment_expression "this_00[1].defined_count_ = 0" (field_expression "this_00[1].defined_count_" (subscript_expression "this_00[1]" identifier [ number_literal ]) . field_identifier) = number_literal) ;) (expression_statement "*(undefined4 *)&this_00[1].local_symbol_offset_ = 0;" (assignment_expression "*(undefined4 *)&this_00[1].local_symbol_offset_ = 0" (pointer_expression "*(undefined4 *)&this_00[1].local_symbol_offset_" * (cast_expression "(undefined4 *)&this_00[1].local_symbol_offset_" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&this_00[1].local_symbol_offset_" & (field_expression "this_00[1].local_symbol_offset_" (subscript_expression "this_00[1]" identifier [ number_literal ]) . field_identifier)))) = number_literal) ;) (expression_statement "*(undefined4 *)((int)&this_00[1].local_symbol_offset_ + 4) = 0;" (assignment_expression "*(undefined4 *)((int)&this_00[1].local_symbol_offset_ + 4) = 0" (pointer_expression "*(undefined4 *)((int)&this_00[1].local_symbol_offset_ + 4)" * (cast_expression "(undefined4 *)((int)&this_00[1].local_symbol_offset_ + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&this_00[1].local_symbol_offset_ + 4)" ( (binary_expression "(int)&this_00[1].local_symbol_offset_ + 4" (cast_expression "(int)&this_00[1].local_symbol_offset_" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&this_00[1].local_symbol_offset_" & (field_expression "this_00[1].local_symbol_offset_" (subscript_expression "this_00[1]" identifier [ number_literal ]) . field_identifier))) + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined4 *)&this_00[1].local_dynsym_offset_ = 0;" (assignment_expression "*(undefined4 *)&this_00[1].local_dynsym_offset_ = 0" (pointer_expression "*(undefined4 *)&this_00[1].local_dynsym_offset_" * (cast_expression "(undefined4 *)&this_00[1].local_dynsym_offset_" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&this_00[1].local_dynsym_offset_" & (field_expression "this_00[1].local_dynsym_offset_" (subscript_expression "this_00[1]" identifier [ number_literal ]) . field_identifier)))) = number_literal) ;) (expression_statement "*(undefined4 *)((int)&this_00[1].local_dynsym_offset_ + 4) = 0;" (assignment_expression "*(undefined4 *)((int)&this_00[1].local_dynsym_offset_ + 4) = 0" (pointer_expression "*(undefined4 *)((int)&this_00[1].local_dynsym_offset_ + 4)" * (cast_expression "(undefined4 *)((int)&this_00[1].local_dynsym_offset_ + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&this_00[1].local_dynsym_offset_ + 4)" ( (binary_expression "(int)&this_00[1].local_dynsym_offset_ + 4" (cast_expression "(int)&this_00[1].local_dynsym_offset_" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&this_00[1].local_dynsym_offset_" & (field_expression "this_00[1].local_dynsym_offset_" (subscript_expression "this_00[1]" identifier [ number_literal ]) . field_identifier))) + number_literal) )))) = number_literal) ;) (expression_statement "this_00[1].local_values_.\n super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold::Symbol_value<32>_>_>._M_impl.\n _M_start = (pointer)0x0;" (assignment_expression "this_00[1].local_values_.\n super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold::Symbol_value<32>_>_>._M_impl.\n _M_start = (pointer)0x0" (field_expression "this_00[1].local_values_.\n super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold::Symbol_value<32>_>_>._M_impl.\n _M_start" (field_expression "this_00[1].local_values_.\n super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold::Symbol_value<32>_>_>._M_impl" (binary_expression "this_00[1].local_values_.\n super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold::Symbol_value<32>_>_" (binary_expression "this_00[1].local_values_.\n super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold::Symbol_value<32>_" (binary_expression "this_00[1].local_values_.\n super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold::Symbol_value<32" (binary_expression "this_00[1].local_values_.\n super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold" (binary_expression "this_00[1].local_values_.\n super__Vector_base<gold::Symbol_value<32>,_std" (binary_expression "this_00[1].local_values_.\n super__Vector_base<gold::Symbol_value<32" (binary_expression "this_00[1].local_values_.\n super__Vector_base<gold" (field_expression "this_00[1].local_values_.\n super__Vector_base" (field_expression "this_00[1].local_values_" (subscript_expression "this_00[1]" identifier [ number_literal ]) . field_identifier) . field_identifier) < identifier) (ERROR "::Symbol_value" : : identifier) < number_literal) > (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Symbol_value" : : identifier) < number_literal) > identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) = (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal)) ;) (expression_statement "this_00[1].local_values_.\n super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold::Symbol_value<32>_>_>._M_impl.\n _M_finish = (pointer)0x0;" (assignment_expression "this_00[1].local_values_.\n super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold::Symbol_value<32>_>_>._M_impl.\n _M_finish = (pointer)0x0" (field_expression "this_00[1].local_values_.\n super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold::Symbol_value<32>_>_>._M_impl.\n _M_finish" (field_expression "this_00[1].local_values_.\n super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold::Symbol_value<32>_>_>._M_impl" (binary_expression "this_00[1].local_values_.\n super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold::Symbol_value<32>_>_" (binary_expression "this_00[1].local_values_.\n super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold::Symbol_value<32>_" (binary_expression "this_00[1].local_values_.\n super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold::Symbol_value<32" (binary_expression "this_00[1].local_values_.\n super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold" (binary_expression "this_00[1].local_values_.\n super__Vector_base<gold::Symbol_value<32>,_std" (binary_expression "this_00[1].local_values_.\n super__Vector_base<gold::Symbol_value<32" (binary_expression "this_00[1].local_values_.\n super__Vector_base<gold" (field_expression "this_00[1].local_values_.\n super__Vector_base" (field_expression "this_00[1].local_values_" (subscript_expression "this_00[1]" identifier [ number_literal ]) . field_identifier) . field_identifier) < identifier) (ERROR "::Symbol_value" : : identifier) < number_literal) > (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Symbol_value" : : identifier) < number_literal) > identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) = (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal)) ;) (expression_statement "this_00[1].local_values_.\n super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold::Symbol_value<32>_>_>._M_impl.\n _M_end_of_storage = (pointer)0x0;" (assignment_expression "this_00[1].local_values_.\n super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold::Symbol_value<32>_>_>._M_impl.\n _M_end_of_storage = (pointer)0x0" (field_expression "this_00[1].local_values_.\n super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold::Symbol_value<32>_>_>._M_impl.\n _M_end_of_storage" (field_expression "this_00[1].local_values_.\n super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold::Symbol_value<32>_>_>._M_impl" (binary_expression "this_00[1].local_values_.\n super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold::Symbol_value<32>_>_" (binary_expression "this_00[1].local_values_.\n super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold::Symbol_value<32>_" (binary_expression "this_00[1].local_values_.\n super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold::Symbol_value<32" (binary_expression "this_00[1].local_values_.\n super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold" (binary_expression "this_00[1].local_values_.\n super__Vector_base<gold::Symbol_value<32>,_std" (binary_expression "this_00[1].local_values_.\n super__Vector_base<gold::Symbol_value<32" (binary_expression "this_00[1].local_values_.\n super__Vector_base<gold" (field_expression "this_00[1].local_values_.\n super__Vector_base" (field_expression "this_00[1].local_values_" (subscript_expression "this_00[1]" identifier [ number_literal ]) . field_identifier) . field_identifier) < identifier) (ERROR "::Symbol_value" : : identifier) < number_literal) > (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Symbol_value" : : identifier) < number_literal) > identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) = (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal)) ;) (expression_statement "this_00[1].local_plt_offsets_._M_h._M_buckets = (__bucket_type *)0x0;" (assignment_expression "this_00[1].local_plt_offsets_._M_h._M_buckets = (__bucket_type *)0x0" (field_expression "this_00[1].local_plt_offsets_._M_h._M_buckets" (field_expression "this_00[1].local_plt_offsets_._M_h" (field_expression "this_00[1].local_plt_offsets_" (subscript_expression "this_00[1]" identifier [ number_literal ]) . field_identifier) . field_identifier) . field_identifier) = (cast_expression "(__bucket_type *)0x0" ( (type_descriptor "__bucket_type *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "this_00[1].local_plt_offsets_._M_h._M_bucket_count = 0xffffffff;" (assignment_expression "this_00[1].local_plt_offsets_._M_h._M_bucket_count = 0xffffffff" (field_expression "this_00[1].local_plt_offsets_._M_h._M_bucket_count" (field_expression "this_00[1].local_plt_offsets_._M_h" (field_expression "this_00[1].local_plt_offsets_" (subscript_expression "this_00[1]" identifier [ number_literal ]) . field_identifier) . field_identifier) . field_identifier) = number_literal) ;) (expression_statement "this_00[1].local_plt_offsets_._M_h._M_before_begin._M_nxt = (_Hash_node_base *)0x0;" (assignment_expression "this_00[1].local_plt_offsets_._M_h._M_before_begin._M_nxt = (_Hash_node_base *)0x0" (field_expression "this_00[1].local_plt_offsets_._M_h._M_before_begin._M_nxt" (field_expression "this_00[1].local_plt_offsets_._M_h._M_before_begin" (field_expression "this_00[1].local_plt_offsets_._M_h" (field_expression "this_00[1].local_plt_offsets_" (subscript_expression "this_00[1]" identifier [ number_literal ]) . field_identifier) . field_identifier) . field_identifier) . field_identifier) = (cast_expression "(_Hash_node_base *)0x0" ( (type_descriptor "_Hash_node_base *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "this_00[1].local_plt_offsets_._M_h._M_element_count = 0;" (assignment_expression "this_00[1].local_plt_offsets_._M_h._M_element_count = 0" (field_expression "this_00[1].local_plt_offsets_._M_h._M_element_count" (field_expression "this_00[1].local_plt_offsets_._M_h" (field_expression "this_00[1].local_plt_offsets_" (subscript_expression "this_00[1]" identifier [ number_literal ]) . field_identifier) . field_identifier) . field_identifier) = number_literal) ;) (expression_statement "this_00[1].local_plt_offsets_._M_h._M_rehash_policy._M_max_load_factor = 0.0;" (assignment_expression "this_00[1].local_plt_offsets_._M_h._M_rehash_policy._M_max_load_factor = 0.0" (field_expression "this_00[1].local_plt_offsets_._M_h._M_rehash_policy._M_max_load_factor" (field_expression "this_00[1].local_plt_offsets_._M_h._M_rehash_policy" (field_expression "this_00[1].local_plt_offsets_._M_h" (field_expression "this_00[1].local_plt_offsets_" (subscript_expression "this_00[1]" identifier [ number_literal ]) . field_identifier) . field_identifier) . field_identifier) . field_identifier) = number_literal) ;) (expression_statement "this_00[1].local_plt_offsets_._M_h._M_rehash_policy._M_next_resize = 0;" (assignment_expression "this_00[1].local_plt_offsets_._M_h._M_rehash_policy._M_next_resize = 0" (field_expression "this_00[1].local_plt_offsets_._M_h._M_rehash_policy._M_next_resize" (field_expression "this_00[1].local_plt_offsets_._M_h._M_rehash_policy" (field_expression "this_00[1].local_plt_offsets_._M_h" (field_expression "this_00[1].local_plt_offsets_" (subscript_expression "this_00[1]" identifier [ number_literal ]) . field_identifier) . field_identifier) . field_identifier) . field_identifier) = number_literal) ;) (expression_statement "this_00[1].local_plt_offsets_._M_h._M_single_bucket = (__bucket_type)0x0;" (assignment_expression "this_00[1].local_plt_offsets_._M_h._M_single_bucket = (__bucket_type)0x0" (field_expression "this_00[1].local_plt_offsets_._M_h._M_single_bucket" (field_expression "this_00[1].local_plt_offsets_._M_h" (field_expression "this_00[1].local_plt_offsets_" (subscript_expression "this_00[1]" identifier [ number_literal ]) . field_identifier) . field_identifier) . field_identifier) = (cast_expression "(__bucket_type)0x0" ( (type_descriptor "__bucket_type" type_identifier) ) number_literal)) ;) (expression_statement "*(undefined4 *)&this_00[1].kept_comdat_sections_._M_t._M_impl = 0;" (assignment_expression "*(undefined4 *)&this_00[1].kept_comdat_sections_._M_t._M_impl = 0" (pointer_expression "*(undefined4 *)&this_00[1].kept_comdat_sections_._M_t._M_impl" * (cast_expression "(undefined4 *)&this_00[1].kept_comdat_sections_._M_t._M_impl" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&this_00[1].kept_comdat_sections_._M_t._M_impl" & (field_expression "this_00[1].kept_comdat_sections_._M_t._M_impl" (field_expression "this_00[1].kept_comdat_sections_._M_t" (field_expression "this_00[1].kept_comdat_sections_" (subscript_expression "this_00[1]" identifier [ number_literal ]) . field_identifier) . field_identifier) . field_identifier)))) = number_literal) ;) (expression_statement "this_00[1].kept_comdat_sections_._M_t._M_impl.super__Rb_tree_header._M_header._M_color = _S_red;" (assignment_expression "this_00[1].kept_comdat_sections_._M_t._M_impl.super__Rb_tree_header._M_header._M_color = _S_red" (field_expression "this_00[1].kept_comdat_sections_._M_t._M_impl.super__Rb_tree_header._M_header._M_color" (field_expression "this_00[1].kept_comdat_sections_._M_t._M_impl.super__Rb_tree_header._M_header" (field_expression "this_00[1].kept_comdat_sections_._M_t._M_impl.super__Rb_tree_header" (field_expression "this_00[1].kept_comdat_sections_._M_t._M_impl" (field_expression "this_00[1].kept_comdat_sections_._M_t" (field_expression "this_00[1].kept_comdat_sections_" (subscript_expression "this_00[1]" identifier [ number_literal ]) . field_identifier) . field_identifier) . field_identifier) . field_identifier) . field_identifier) . field_identifier) = identifier) ;) (expression_statement "pEVar8 = ehdr->p_;" (assignment_expression "pEVar8 = ehdr->p_" identifier = (field_expression "ehdr->p_" identifier -> field_identifier)) ;) (expression_statement "bVar9 = (byte)(pEVar8->e_flags >> 0x19) & 1;" (assignment_expression "bVar9 = (byte)(pEVar8->e_flags >> 0x19) & 1" identifier = (binary_expression "(byte)(pEVar8->e_flags >> 0x19) & 1" (call_expression "(byte)(pEVar8->e_flags >> 0x19)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "(pEVar8->e_flags >> 0x19)" ( (binary_expression "pEVar8->e_flags >> 0x19" (field_expression "pEVar8->e_flags" identifier -> field_identifier) >> number_literal) ))) & number_literal)) ;) (expression_statement "*(byte *)&this_00[1].e_type_ = bVar5 & 0xf2 | 8 | bVar9;" (assignment_expression "*(byte *)&this_00[1].e_type_ = bVar5 & 0xf2 | 8 | bVar9" (pointer_expression "*(byte *)&this_00[1].e_type_" * (cast_expression "(byte *)&this_00[1].e_type_" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&this_00[1].e_type_" & (field_expression "this_00[1].e_type_" (subscript_expression "this_00[1]" identifier [ number_literal ]) . field_identifier)))) = (binary_expression "bVar5 & 0xf2 | 8 | bVar9" (binary_expression "bVar5 & 0xf2 | 8" (binary_expression "bVar5 & 0xf2" identifier & number_literal) | number_literal) | identifier)) ;) (expression_statement "*(byte *)&this_00[1].e_type_ =\n (char)((pEVar8->e_flags >> 0x18 & 0x20) >> 5) * '\x02' | bVar5 & 0xf0 | 8 | bVar9;" (assignment_expression "*(byte *)&this_00[1].e_type_ =\n (char)((pEVar8->e_flags >> 0x18 & 0x20) >> 5) * '\x02' | bVar5 & 0xf0 | 8 | bVar9" (pointer_expression "*(byte *)&this_00[1].e_type_" * (cast_expression "(byte *)&this_00[1].e_type_" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&this_00[1].e_type_" & (field_expression "this_00[1].e_type_" (subscript_expression "this_00[1]" identifier [ number_literal ]) . field_identifier)))) = (binary_expression "(char)((pEVar8->e_flags >> 0x18 & 0x20) >> 5) * '\x02' | bVar5 & 0xf0 | 8 | bVar9" (binary_expression "(char)((pEVar8->e_flags >> 0x18 & 0x20) >> 5) * '\x02' | bVar5 & 0xf0 | 8" (binary_expression "(char)((pEVar8->e_flags >> 0x18 & 0x20) >> 5) * '\x02' | bVar5 & 0xf0" (binary_expression "(char)((pEVar8->e_flags >> 0x18 & 0x20) >> 5) * '\x02'" (cast_expression "(char)((pEVar8->e_flags >> 0x18 & 0x20) >> 5)" ( (type_descriptor "char" primitive_type) ) (parenthesized_expression "((pEVar8->e_flags >> 0x18 & 0x20) >> 5)" ( (binary_expression "(pEVar8->e_flags >> 0x18 & 0x20) >> 5" (parenthesized_expression "(pEVar8->e_flags >> 0x18 & 0x20)" ( (binary_expression "pEVar8->e_flags >> 0x18 & 0x20" (binary_expression "pEVar8->e_flags >> 0x18" (field_expression "pEVar8->e_flags" identifier -> field_identifier) >> number_literal) & number_literal) )) >> number_literal) ))) * (char_literal "'\x02'" ' escape_sequence ')) | (binary_expression "bVar5 & 0xf0" identifier & number_literal)) | number_literal) | identifier)) ;) (labeled_statement "gold::Sized_relobj_file<32,_true>::do_setup(this_00);" statement_identifier : (ERROR ":" :) (expression_statement "Sized_relobj_file<32,_true>::do_setup(this_00);" (comma_expression "Sized_relobj_file<32,_true>::do_setup(this_00)" (binary_expression "Sized_relobj_file<32" identifier < number_literal) , (binary_expression "_true>::do_setup(this_00)" identifier > (ERROR "::" : :) (call_expression "do_setup(this_00)" identifier (argument_list "(this_00)" ( identifier ))))) ;)) (return_statement "return (Object *)this_00;" return (cast_expression "(Object *)this_00" ( (type_descriptor "Object *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) ;) (ERROR "}" }))
(translation_unit "int * FUN_001745c0(undefined4 param_1,undefined4 *param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,int *param_6)\n\n{\n byte bVar1;\n undefined4 uVar2;\n int iVar3;\n byte bVar4;\n char cVar5;\n int *piVar6;\n undefined4 uVar7;\n ushort uVar8;\n int unaff_EDI;\n \n FUN_00074f0a();\n uVar8 = *(ushort *)(*param_6 + 0x10) << 8 | *(ushort *)(*param_6 + 0x10) >> 8;\n if (uVar8 != 1) {\n if (uVar8 == 2) {\n cVar5 = FUN_0023df40(param_3);\n if (cVar5 != '\0') goto LAB_00174680;\n }\n else if (uVar8 == 3) {\n piVar6 = (int *)FUN_00364830(param_1,param_2,param_3,param_4,param_5,param_6);\n return piVar6;\n }\n uVar2 = *param_2;\n uVar7 = gettext(unaff_EDI + 0x2f2517);\n FUN_0023b810(uVar7,uVar2,uVar8);\n return (int *)0x0;\n }\nLAB_00174680:\n piVar6 = (int *)FUN_003ac4d0(0x248);\n \n FUN_0029f2f0(piVar6,param_2,param_3,param_4,param_5,param_6);\n piVar6[0x4f] = 0;\n *piVar6 = (int)("R_ARM_GOTRELAX" + unaff_EDI + 5);\n piVar6[0x5d] = (int)(piVar6 + 0x5b);\n piVar6[0x5e] = (int)(piVar6 + 0x5b);\n piVar6[99] = (int)(piVar6 + 0x61);\n piVar6[100] = (int)(piVar6 + 0x61);\n piVar6[0x69] = (int)(piVar6 + 0x67);\n piVar6[0x6a] = (int)(piVar6 + 0x67);\n piVar6[0x6f] = (int)(piVar6 + 0x6d);\n piVar6[0x70] = (int)(piVar6 + 0x6d);\n piVar6[0x50] = 0;\n piVar6[0x51] = 0;\n piVar6[0x52] = 0;\n piVar6[0x53] = 0;\n piVar6[0x54] = 0;\n piVar6[0x55] = 0;\n piVar6[0x56] = 0;\n piVar6[0x57] = 0;\n piVar6[0x58] = 0;\n piVar6[0x59] = 0;\n piVar6[0x5b] = 0;\n piVar6[0x5c] = 0;\n piVar6[0x5f] = 0;\n piVar6[0x61] = 0;\n piVar6[0x62] = 0;\n piVar6[0x65] = 0;\n piVar6[0x67] = 0;\n piVar6[0x68] = 0;\n piVar6[0x6b] = 0;\n piVar6[0x6d] = 0;\n piVar6[0x6e] = 0;\n piVar6[0x71] = 0;\n piVar6[0x73] = 0;\n bVar1 = *(byte *)(piVar6 + 0x79);\n piVar6[0x75] = (int)(piVar6 + 0x73);\n piVar6[0x76] = (int)(piVar6 + 0x73);\n piVar6[0x74] = 0;\n *(byte *)(piVar6 + 0x79) = bVar1 & 0xf3 | 8;\n piVar6[0x77] = 0;\n piVar6[0x78] = 0;\n piVar6[0x7a] = 0;\n piVar6[0x7b] = 0;\n piVar6[0x7c] = 0;\n piVar6[0x7d] = 0;\n piVar6[0x7e] = 0;\n piVar6[0x7f] = 0;\n piVar6[0x80] = 0;\n piVar6[0x81] = 0;\n piVar6[0x82] = 0;\n piVar6[0x83] = 0;\n piVar6[0x84] = 0;\n piVar6[0x85] = 0;\n piVar6[0x86] = 0;\n piVar6[0x87] = 0;\n piVar6[0x88] = 0;\n piVar6[0x89] = 0;\n piVar6[0x8a] = -1;\n piVar6[0x8b] = 0;\n piVar6[0x8c] = 0;\n piVar6[0x8d] = 0;\n piVar6[0x8e] = 0;\n piVar6[0x8f] = 0;\n piVar6[0x90] = 0;\n piVar6[0x91] = 0;\n iVar3 = *param_6;\n bVar4 = (byte)((uint)*(undefined4 *)(iVar3 + 0x24) >> 0x19) & 1;\n *(byte *)(piVar6 + 0x79) = bVar1 & 0xf2 | 8 | bVar4;\n *(byte *)(piVar6 + 0x79) =\n (char)((*(uint *)(iVar3 + 0x24) >> 0x18 & 0x20) >> 5) * '\x02' | bVar1 & 0xf0 | 8 | bVar4;\n FUN_00294830(piVar6);\n return piVar6;\n}\n\n" (function_definition "int * FUN_001745c0(undefined4 param_1,undefined4 *param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,int *param_6)\n\n{\n byte bVar1;\n undefined4 uVar2;\n int iVar3;\n byte bVar4;\n char cVar5;\n int *piVar6;\n undefined4 uVar7;\n ushort uVar8;\n int unaff_EDI;\n \n FUN_00074f0a();\n uVar8 = *(ushort *)(*param_6 + 0x10) << 8 | *(ushort *)(*param_6 + 0x10) >> 8;\n if (uVar8 != 1) {\n if (uVar8 == 2) {\n cVar5 = FUN_0023df40(param_3);\n if (cVar5 != '\0') goto LAB_00174680;\n }\n else if (uVar8 == 3) {\n piVar6 = (int *)FUN_00364830(param_1,param_2,param_3,param_4,param_5,param_6);\n return piVar6;\n }\n uVar2 = *param_2;\n uVar7 = gettext(unaff_EDI + 0x2f2517);\n FUN_0023b810(uVar7,uVar2,uVar8);\n return (int *)0x0;\n }\nLAB_00174680:\n piVar6 = (int *)FUN_003ac4d0(0x248);\n \n FUN_0029f2f0(piVar6,param_2,param_3,param_4,param_5,param_6);\n piVar6[0x4f] = 0;\n *piVar6 = (int)("R_ARM_GOTRELAX" + unaff_EDI + 5);\n piVar6[0x5d] = (int)(piVar6 + 0x5b);\n piVar6[0x5e] = (int)(piVar6 + 0x5b);\n piVar6[99] = (int)(piVar6 + 0x61);\n piVar6[100] = (int)(piVar6 + 0x61);\n piVar6[0x69] = (int)(piVar6 + 0x67);\n piVar6[0x6a] = (int)(piVar6 + 0x67);\n piVar6[0x6f] = (int)(piVar6 + 0x6d);\n piVar6[0x70] = (int)(piVar6 + 0x6d);\n piVar6[0x50] = 0;\n piVar6[0x51] = 0;\n piVar6[0x52] = 0;\n piVar6[0x53] = 0;\n piVar6[0x54] = 0;\n piVar6[0x55] = 0;\n piVar6[0x56] = 0;\n piVar6[0x57] = 0;\n piVar6[0x58] = 0;\n piVar6[0x59] = 0;\n piVar6[0x5b] = 0;\n piVar6[0x5c] = 0;\n piVar6[0x5f] = 0;\n piVar6[0x61] = 0;\n piVar6[0x62] = 0;\n piVar6[0x65] = 0;\n piVar6[0x67] = 0;\n piVar6[0x68] = 0;\n piVar6[0x6b] = 0;\n piVar6[0x6d] = 0;\n piVar6[0x6e] = 0;\n piVar6[0x71] = 0;\n piVar6[0x73] = 0;\n bVar1 = *(byte *)(piVar6 + 0x79);\n piVar6[0x75] = (int)(piVar6 + 0x73);\n piVar6[0x76] = (int)(piVar6 + 0x73);\n piVar6[0x74] = 0;\n *(byte *)(piVar6 + 0x79) = bVar1 & 0xf3 | 8;\n piVar6[0x77] = 0;\n piVar6[0x78] = 0;\n piVar6[0x7a] = 0;\n piVar6[0x7b] = 0;\n piVar6[0x7c] = 0;\n piVar6[0x7d] = 0;\n piVar6[0x7e] = 0;\n piVar6[0x7f] = 0;\n piVar6[0x80] = 0;\n piVar6[0x81] = 0;\n piVar6[0x82] = 0;\n piVar6[0x83] = 0;\n piVar6[0x84] = 0;\n piVar6[0x85] = 0;\n piVar6[0x86] = 0;\n piVar6[0x87] = 0;\n piVar6[0x88] = 0;\n piVar6[0x89] = 0;\n piVar6[0x8a] = -1;\n piVar6[0x8b] = 0;\n piVar6[0x8c] = 0;\n piVar6[0x8d] = 0;\n piVar6[0x8e] = 0;\n piVar6[0x8f] = 0;\n piVar6[0x90] = 0;\n piVar6[0x91] = 0;\n iVar3 = *param_6;\n bVar4 = (byte)((uint)*(undefined4 *)(iVar3 + 0x24) >> 0x19) & 1;\n *(byte *)(piVar6 + 0x79) = bVar1 & 0xf2 | 8 | bVar4;\n *(byte *)(piVar6 + 0x79) =\n (char)((*(uint *)(iVar3 + 0x24) >> 0x18 & 0x20) >> 5) * '\x02' | bVar1 & 0xf0 | 8 | bVar4;\n FUN_00294830(piVar6);\n return piVar6;\n}" primitive_type (pointer_declarator "* FUN_001745c0(undefined4 param_1,undefined4 *param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,int *param_6)" * (function_declarator "FUN_001745c0(undefined4 param_1,undefined4 *param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,int *param_6)" identifier (parameter_list "(undefined4 param_1,undefined4 *param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,int *param_6)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "undefined4 *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "undefined4 param_3" type_identifier identifier) , (parameter_declaration "undefined4 param_4" type_identifier identifier) , (parameter_declaration "undefined4 param_5" type_identifier identifier) , (parameter_declaration "int *param_6" primitive_type (pointer_declarator "*param_6" * identifier)) )))) (compound_statement "{\n byte bVar1;\n undefined4 uVar2;\n int iVar3;\n byte bVar4;\n char cVar5;\n int *piVar6;\n undefined4 uVar7;\n ushort uVar8;\n int unaff_EDI;\n \n FUN_00074f0a();\n uVar8 = *(ushort *)(*param_6 + 0x10) << 8 | *(ushort *)(*param_6 + 0x10) >> 8;\n if (uVar8 != 1) {\n if (uVar8 == 2) {\n cVar5 = FUN_0023df40(param_3);\n if (cVar5 != '\0') goto LAB_00174680;\n }\n else if (uVar8 == 3) {\n piVar6 = (int *)FUN_00364830(param_1,param_2,param_3,param_4,param_5,param_6);\n return piVar6;\n }\n uVar2 = *param_2;\n uVar7 = gettext(unaff_EDI + 0x2f2517);\n FUN_0023b810(uVar7,uVar2,uVar8);\n return (int *)0x0;\n }\nLAB_00174680:\n piVar6 = (int *)FUN_003ac4d0(0x248);\n \n FUN_0029f2f0(piVar6,param_2,param_3,param_4,param_5,param_6);\n piVar6[0x4f] = 0;\n *piVar6 = (int)("R_ARM_GOTRELAX" + unaff_EDI + 5);\n piVar6[0x5d] = (int)(piVar6 + 0x5b);\n piVar6[0x5e] = (int)(piVar6 + 0x5b);\n piVar6[99] = (int)(piVar6 + 0x61);\n piVar6[100] = (int)(piVar6 + 0x61);\n piVar6[0x69] = (int)(piVar6 + 0x67);\n piVar6[0x6a] = (int)(piVar6 + 0x67);\n piVar6[0x6f] = (int)(piVar6 + 0x6d);\n piVar6[0x70] = (int)(piVar6 + 0x6d);\n piVar6[0x50] = 0;\n piVar6[0x51] = 0;\n piVar6[0x52] = 0;\n piVar6[0x53] = 0;\n piVar6[0x54] = 0;\n piVar6[0x55] = 0;\n piVar6[0x56] = 0;\n piVar6[0x57] = 0;\n piVar6[0x58] = 0;\n piVar6[0x59] = 0;\n piVar6[0x5b] = 0;\n piVar6[0x5c] = 0;\n piVar6[0x5f] = 0;\n piVar6[0x61] = 0;\n piVar6[0x62] = 0;\n piVar6[0x65] = 0;\n piVar6[0x67] = 0;\n piVar6[0x68] = 0;\n piVar6[0x6b] = 0;\n piVar6[0x6d] = 0;\n piVar6[0x6e] = 0;\n piVar6[0x71] = 0;\n piVar6[0x73] = 0;\n bVar1 = *(byte *)(piVar6 + 0x79);\n piVar6[0x75] = (int)(piVar6 + 0x73);\n piVar6[0x76] = (int)(piVar6 + 0x73);\n piVar6[0x74] = 0;\n *(byte *)(piVar6 + 0x79) = bVar1 & 0xf3 | 8;\n piVar6[0x77] = 0;\n piVar6[0x78] = 0;\n piVar6[0x7a] = 0;\n piVar6[0x7b] = 0;\n piVar6[0x7c] = 0;\n piVar6[0x7d] = 0;\n piVar6[0x7e] = 0;\n piVar6[0x7f] = 0;\n piVar6[0x80] = 0;\n piVar6[0x81] = 0;\n piVar6[0x82] = 0;\n piVar6[0x83] = 0;\n piVar6[0x84] = 0;\n piVar6[0x85] = 0;\n piVar6[0x86] = 0;\n piVar6[0x87] = 0;\n piVar6[0x88] = 0;\n piVar6[0x89] = 0;\n piVar6[0x8a] = -1;\n piVar6[0x8b] = 0;\n piVar6[0x8c] = 0;\n piVar6[0x8d] = 0;\n piVar6[0x8e] = 0;\n piVar6[0x8f] = 0;\n piVar6[0x90] = 0;\n piVar6[0x91] = 0;\n iVar3 = *param_6;\n bVar4 = (byte)((uint)*(undefined4 *)(iVar3 + 0x24) >> 0x19) & 1;\n *(byte *)(piVar6 + 0x79) = bVar1 & 0xf2 | 8 | bVar4;\n *(byte *)(piVar6 + 0x79) =\n (char)((*(uint *)(iVar3 + 0x24) >> 0x18 & 0x20) >> 5) * '\x02' | bVar1 & 0xf0 | 8 | bVar4;\n FUN_00294830(piVar6);\n return piVar6;\n}" { (declaration "byte bVar1;" type_identifier identifier ;) (declaration "undefined4 uVar2;" type_identifier identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "byte bVar4;" type_identifier identifier ;) (declaration "char cVar5;" primitive_type identifier ;) (declaration "int *piVar6;" primitive_type (pointer_declarator "*piVar6" * identifier) ;) (declaration "undefined4 uVar7;" type_identifier identifier ;) (declaration "ushort uVar8;" type_identifier identifier ;) (declaration "int unaff_EDI;" primitive_type identifier ;) (expression_statement "FUN_00074f0a();" (call_expression "FUN_00074f0a()" identifier (argument_list "()" ( ))) ;) (expression_statement "uVar8 = *(ushort *)(*param_6 + 0x10) << 8 | *(ushort *)(*param_6 + 0x10) >> 8;" (assignment_expression "uVar8 = *(ushort *)(*param_6 + 0x10) << 8 | *(ushort *)(*param_6 + 0x10) >> 8" identifier = (binary_expression "*(ushort *)(*param_6 + 0x10) << 8 | *(ushort *)(*param_6 + 0x10) >> 8" (binary_expression "*(ushort *)(*param_6 + 0x10) << 8" (pointer_expression "*(ushort *)(*param_6 + 0x10)" * (cast_expression "(ushort *)(*param_6 + 0x10)" ( (type_descriptor "ushort *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_6 + 0x10)" ( (binary_expression "*param_6 + 0x10" (pointer_expression "*param_6" * identifier) + number_literal) )))) << number_literal) | (binary_expression "*(ushort *)(*param_6 + 0x10) >> 8" (pointer_expression "*(ushort *)(*param_6 + 0x10)" * (cast_expression "(ushort *)(*param_6 + 0x10)" ( (type_descriptor "ushort *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_6 + 0x10)" ( (binary_expression "*param_6 + 0x10" (pointer_expression "*param_6" * identifier) + number_literal) )))) >> number_literal))) ;) (if_statement "if (uVar8 != 1) {\n if (uVar8 == 2) {\n cVar5 = FUN_0023df40(param_3);\n if (cVar5 != '\0') goto LAB_00174680;\n }\n else if (uVar8 == 3) {\n piVar6 = (int *)FUN_00364830(param_1,param_2,param_3,param_4,param_5,param_6);\n return piVar6;\n }\n uVar2 = *param_2;\n uVar7 = gettext(unaff_EDI + 0x2f2517);\n FUN_0023b810(uVar7,uVar2,uVar8);\n return (int *)0x0;\n }" if (parenthesized_expression "(uVar8 != 1)" ( (binary_expression "uVar8 != 1" identifier != number_literal) )) (compound_statement "{\n if (uVar8 == 2) {\n cVar5 = FUN_0023df40(param_3);\n if (cVar5 != '\0') goto LAB_00174680;\n }\n else if (uVar8 == 3) {\n piVar6 = (int *)FUN_00364830(param_1,param_2,param_3,param_4,param_5,param_6);\n return piVar6;\n }\n uVar2 = *param_2;\n uVar7 = gettext(unaff_EDI + 0x2f2517);\n FUN_0023b810(uVar7,uVar2,uVar8);\n return (int *)0x0;\n }" { (if_statement "if (uVar8 == 2) {\n cVar5 = FUN_0023df40(param_3);\n if (cVar5 != '\0') goto LAB_00174680;\n }\n else if (uVar8 == 3) {\n piVar6 = (int *)FUN_00364830(param_1,param_2,param_3,param_4,param_5,param_6);\n return piVar6;\n }" if (parenthesized_expression "(uVar8 == 2)" ( (binary_expression "uVar8 == 2" identifier == number_literal) )) (compound_statement "{\n cVar5 = FUN_0023df40(param_3);\n if (cVar5 != '\0') goto LAB_00174680;\n }" { (expression_statement "cVar5 = FUN_0023df40(param_3);" (assignment_expression "cVar5 = FUN_0023df40(param_3)" identifier = (call_expression "FUN_0023df40(param_3)" identifier (argument_list "(param_3)" ( identifier )))) ;) (if_statement "if (cVar5 != '\0') goto LAB_00174680;" if (parenthesized_expression "(cVar5 != '\0')" ( (binary_expression "cVar5 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (goto_statement "goto LAB_00174680;" goto statement_identifier ;)) }) (else_clause "else if (uVar8 == 3) {\n piVar6 = (int *)FUN_00364830(param_1,param_2,param_3,param_4,param_5,param_6);\n return piVar6;\n }" else (if_statement "if (uVar8 == 3) {\n piVar6 = (int *)FUN_00364830(param_1,param_2,param_3,param_4,param_5,param_6);\n return piVar6;\n }" if (parenthesized_expression "(uVar8 == 3)" ( (binary_expression "uVar8 == 3" identifier == number_literal) )) (compound_statement "{\n piVar6 = (int *)FUN_00364830(param_1,param_2,param_3,param_4,param_5,param_6);\n return piVar6;\n }" { (expression_statement "piVar6 = (int *)FUN_00364830(param_1,param_2,param_3,param_4,param_5,param_6);" (assignment_expression "piVar6 = (int *)FUN_00364830(param_1,param_2,param_3,param_4,param_5,param_6)" identifier = (cast_expression "(int *)FUN_00364830(param_1,param_2,param_3,param_4,param_5,param_6)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00364830(param_1,param_2,param_3,param_4,param_5,param_6)" identifier (argument_list "(param_1,param_2,param_3,param_4,param_5,param_6)" ( identifier , identifier , identifier , identifier , identifier , identifier ))))) ;) (return_statement "return piVar6;" return identifier ;) })))) (expression_statement "uVar2 = *param_2;" (assignment_expression "uVar2 = *param_2" identifier = (pointer_expression "*param_2" * identifier)) ;) (expression_statement "uVar7 = gettext(unaff_EDI + 0x2f2517);" (assignment_expression "uVar7 = gettext(unaff_EDI + 0x2f2517)" identifier = (call_expression "gettext(unaff_EDI + 0x2f2517)" identifier (argument_list "(unaff_EDI + 0x2f2517)" ( (binary_expression "unaff_EDI + 0x2f2517" identifier + number_literal) )))) ;) (expression_statement "FUN_0023b810(uVar7,uVar2,uVar8);" (call_expression "FUN_0023b810(uVar7,uVar2,uVar8)" identifier (argument_list "(uVar7,uVar2,uVar8)" ( identifier , identifier , identifier ))) ;) (return_statement "return (int *)0x0;" return (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal) ;) })) (labeled_statement "LAB_00174680:\n piVar6 = (int *)FUN_003ac4d0(0x248);" statement_identifier : (expression_statement "piVar6 = (int *)FUN_003ac4d0(0x248);" (assignment_expression "piVar6 = (int *)FUN_003ac4d0(0x248)" identifier = (cast_expression "(int *)FUN_003ac4d0(0x248)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_003ac4d0(0x248)" identifier (argument_list "(0x248)" ( number_literal ))))) ;)) (expression_statement "FUN_0029f2f0(piVar6,param_2,param_3,param_4,param_5,param_6);" (call_expression "FUN_0029f2f0(piVar6,param_2,param_3,param_4,param_5,param_6)" identifier (argument_list "(piVar6,param_2,param_3,param_4,param_5,param_6)" ( identifier , identifier , identifier , identifier , identifier , identifier ))) ;) (expression_statement "piVar6[0x4f] = 0;" (assignment_expression "piVar6[0x4f] = 0" (subscript_expression "piVar6[0x4f]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*piVar6 = (int)("R_ARM_GOTRELAX" + unaff_EDI + 5);" (assignment_expression "*piVar6 = (int)("R_ARM_GOTRELAX" + unaff_EDI + 5)" (pointer_expression "*piVar6" * identifier) = (cast_expression "(int)("R_ARM_GOTRELAX" + unaff_EDI + 5)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "("R_ARM_GOTRELAX" + unaff_EDI + 5)" ( (binary_expression ""R_ARM_GOTRELAX" + unaff_EDI + 5" (binary_expression ""R_ARM_GOTRELAX" + unaff_EDI" (string_literal ""R_ARM_GOTRELAX"" " string_content ") + identifier) + number_literal) )))) ;) (expression_statement "piVar6[0x5d] = (int)(piVar6 + 0x5b);" (assignment_expression "piVar6[0x5d] = (int)(piVar6 + 0x5b)" (subscript_expression "piVar6[0x5d]" identifier [ number_literal ]) = (cast_expression "(int)(piVar6 + 0x5b)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(piVar6 + 0x5b)" ( (binary_expression "piVar6 + 0x5b" identifier + number_literal) )))) ;) (expression_statement "piVar6[0x5e] = (int)(piVar6 + 0x5b);" (assignment_expression "piVar6[0x5e] = (int)(piVar6 + 0x5b)" (subscript_expression "piVar6[0x5e]" identifier [ number_literal ]) = (cast_expression "(int)(piVar6 + 0x5b)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(piVar6 + 0x5b)" ( (binary_expression "piVar6 + 0x5b" identifier + number_literal) )))) ;) (expression_statement "piVar6[99] = (int)(piVar6 + 0x61);" (assignment_expression "piVar6[99] = (int)(piVar6 + 0x61)" (subscript_expression "piVar6[99]" identifier [ number_literal ]) = (cast_expression "(int)(piVar6 + 0x61)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(piVar6 + 0x61)" ( (binary_expression "piVar6 + 0x61" identifier + number_literal) )))) ;) (expression_statement "piVar6[100] = (int)(piVar6 + 0x61);" (assignment_expression "piVar6[100] = (int)(piVar6 + 0x61)" (subscript_expression "piVar6[100]" identifier [ number_literal ]) = (cast_expression "(int)(piVar6 + 0x61)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(piVar6 + 0x61)" ( (binary_expression "piVar6 + 0x61" identifier + number_literal) )))) ;) (expression_statement "piVar6[0x69] = (int)(piVar6 + 0x67);" (assignment_expression "piVar6[0x69] = (int)(piVar6 + 0x67)" (subscript_expression "piVar6[0x69]" identifier [ number_literal ]) = (cast_expression "(int)(piVar6 + 0x67)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(piVar6 + 0x67)" ( (binary_expression "piVar6 + 0x67" identifier + number_literal) )))) ;) (expression_statement "piVar6[0x6a] = (int)(piVar6 + 0x67);" (assignment_expression "piVar6[0x6a] = (int)(piVar6 + 0x67)" (subscript_expression "piVar6[0x6a]" identifier [ number_literal ]) = (cast_expression "(int)(piVar6 + 0x67)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(piVar6 + 0x67)" ( (binary_expression "piVar6 + 0x67" identifier + number_literal) )))) ;) (expression_statement "piVar6[0x6f] = (int)(piVar6 + 0x6d);" (assignment_expression "piVar6[0x6f] = (int)(piVar6 + 0x6d)" (subscript_expression "piVar6[0x6f]" identifier [ number_literal ]) = (cast_expression "(int)(piVar6 + 0x6d)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(piVar6 + 0x6d)" ( (binary_expression "piVar6 + 0x6d" identifier + number_literal) )))) ;) (expression_statement "piVar6[0x70] = (int)(piVar6 + 0x6d);" (assignment_expression "piVar6[0x70] = (int)(piVar6 + 0x6d)" (subscript_expression "piVar6[0x70]" identifier [ number_literal ]) = (cast_expression "(int)(piVar6 + 0x6d)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(piVar6 + 0x6d)" ( (binary_expression "piVar6 + 0x6d" identifier + number_literal) )))) ;) (expression_statement "piVar6[0x50] = 0;" (assignment_expression "piVar6[0x50] = 0" (subscript_expression "piVar6[0x50]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x51] = 0;" (assignment_expression "piVar6[0x51] = 0" (subscript_expression "piVar6[0x51]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x52] = 0;" (assignment_expression "piVar6[0x52] = 0" (subscript_expression "piVar6[0x52]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x53] = 0;" (assignment_expression "piVar6[0x53] = 0" (subscript_expression "piVar6[0x53]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x54] = 0;" (assignment_expression "piVar6[0x54] = 0" (subscript_expression "piVar6[0x54]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x55] = 0;" (assignment_expression "piVar6[0x55] = 0" (subscript_expression "piVar6[0x55]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x56] = 0;" (assignment_expression "piVar6[0x56] = 0" (subscript_expression "piVar6[0x56]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x57] = 0;" (assignment_expression "piVar6[0x57] = 0" (subscript_expression "piVar6[0x57]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x58] = 0;" (assignment_expression "piVar6[0x58] = 0" (subscript_expression "piVar6[0x58]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x59] = 0;" (assignment_expression "piVar6[0x59] = 0" (subscript_expression "piVar6[0x59]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x5b] = 0;" (assignment_expression "piVar6[0x5b] = 0" (subscript_expression "piVar6[0x5b]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x5c] = 0;" (assignment_expression "piVar6[0x5c] = 0" (subscript_expression "piVar6[0x5c]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x5f] = 0;" (assignment_expression "piVar6[0x5f] = 0" (subscript_expression "piVar6[0x5f]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x61] = 0;" (assignment_expression "piVar6[0x61] = 0" (subscript_expression "piVar6[0x61]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x62] = 0;" (assignment_expression "piVar6[0x62] = 0" (subscript_expression "piVar6[0x62]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x65] = 0;" (assignment_expression "piVar6[0x65] = 0" (subscript_expression "piVar6[0x65]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x67] = 0;" (assignment_expression "piVar6[0x67] = 0" (subscript_expression "piVar6[0x67]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x68] = 0;" (assignment_expression "piVar6[0x68] = 0" (subscript_expression "piVar6[0x68]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x6b] = 0;" (assignment_expression "piVar6[0x6b] = 0" (subscript_expression "piVar6[0x6b]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x6d] = 0;" (assignment_expression "piVar6[0x6d] = 0" (subscript_expression "piVar6[0x6d]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x6e] = 0;" (assignment_expression "piVar6[0x6e] = 0" (subscript_expression "piVar6[0x6e]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x71] = 0;" (assignment_expression "piVar6[0x71] = 0" (subscript_expression "piVar6[0x71]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x73] = 0;" (assignment_expression "piVar6[0x73] = 0" (subscript_expression "piVar6[0x73]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "bVar1 = *(byte *)(piVar6 + 0x79);" (assignment_expression "bVar1 = *(byte *)(piVar6 + 0x79)" identifier = (pointer_expression "*(byte *)(piVar6 + 0x79)" * (cast_expression "(byte *)(piVar6 + 0x79)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(piVar6 + 0x79)" ( (binary_expression "piVar6 + 0x79" identifier + number_literal) ))))) ;) (expression_statement "piVar6[0x75] = (int)(piVar6 + 0x73);" (assignment_expression "piVar6[0x75] = (int)(piVar6 + 0x73)" (subscript_expression "piVar6[0x75]" identifier [ number_literal ]) = (cast_expression "(int)(piVar6 + 0x73)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(piVar6 + 0x73)" ( (binary_expression "piVar6 + 0x73" identifier + number_literal) )))) ;) (expression_statement "piVar6[0x76] = (int)(piVar6 + 0x73);" (assignment_expression "piVar6[0x76] = (int)(piVar6 + 0x73)" (subscript_expression "piVar6[0x76]" identifier [ number_literal ]) = (cast_expression "(int)(piVar6 + 0x73)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(piVar6 + 0x73)" ( (binary_expression "piVar6 + 0x73" identifier + number_literal) )))) ;) (expression_statement "piVar6[0x74] = 0;" (assignment_expression "piVar6[0x74] = 0" (subscript_expression "piVar6[0x74]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*(byte *)(piVar6 + 0x79) = bVar1 & 0xf3 | 8;" (assignment_expression "*(byte *)(piVar6 + 0x79) = bVar1 & 0xf3 | 8" (pointer_expression "*(byte *)(piVar6 + 0x79)" * (cast_expression "(byte *)(piVar6 + 0x79)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(piVar6 + 0x79)" ( (binary_expression "piVar6 + 0x79" identifier + number_literal) )))) = (binary_expression "bVar1 & 0xf3 | 8" (binary_expression "bVar1 & 0xf3" identifier & number_literal) | number_literal)) ;) (expression_statement "piVar6[0x77] = 0;" (assignment_expression "piVar6[0x77] = 0" (subscript_expression "piVar6[0x77]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x78] = 0;" (assignment_expression "piVar6[0x78] = 0" (subscript_expression "piVar6[0x78]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x7a] = 0;" (assignment_expression "piVar6[0x7a] = 0" (subscript_expression "piVar6[0x7a]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x7b] = 0;" (assignment_expression "piVar6[0x7b] = 0" (subscript_expression "piVar6[0x7b]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x7c] = 0;" (assignment_expression "piVar6[0x7c] = 0" (subscript_expression "piVar6[0x7c]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x7d] = 0;" (assignment_expression "piVar6[0x7d] = 0" (subscript_expression "piVar6[0x7d]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x7e] = 0;" (assignment_expression "piVar6[0x7e] = 0" (subscript_expression "piVar6[0x7e]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x7f] = 0;" (assignment_expression "piVar6[0x7f] = 0" (subscript_expression "piVar6[0x7f]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x80] = 0;" (assignment_expression "piVar6[0x80] = 0" (subscript_expression "piVar6[0x80]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x81] = 0;" (assignment_expression "piVar6[0x81] = 0" (subscript_expression "piVar6[0x81]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x82] = 0;" (assignment_expression "piVar6[0x82] = 0" (subscript_expression "piVar6[0x82]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x83] = 0;" (assignment_expression "piVar6[0x83] = 0" (subscript_expression "piVar6[0x83]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x84] = 0;" (assignment_expression "piVar6[0x84] = 0" (subscript_expression "piVar6[0x84]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x85] = 0;" (assignment_expression "piVar6[0x85] = 0" (subscript_expression "piVar6[0x85]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x86] = 0;" (assignment_expression "piVar6[0x86] = 0" (subscript_expression "piVar6[0x86]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x87] = 0;" (assignment_expression "piVar6[0x87] = 0" (subscript_expression "piVar6[0x87]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x88] = 0;" (assignment_expression "piVar6[0x88] = 0" (subscript_expression "piVar6[0x88]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x89] = 0;" (assignment_expression "piVar6[0x89] = 0" (subscript_expression "piVar6[0x89]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x8a] = -1;" (assignment_expression "piVar6[0x8a] = -1" (subscript_expression "piVar6[0x8a]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x8b] = 0;" (assignment_expression "piVar6[0x8b] = 0" (subscript_expression "piVar6[0x8b]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x8c] = 0;" (assignment_expression "piVar6[0x8c] = 0" (subscript_expression "piVar6[0x8c]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x8d] = 0;" (assignment_expression "piVar6[0x8d] = 0" (subscript_expression "piVar6[0x8d]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x8e] = 0;" (assignment_expression "piVar6[0x8e] = 0" (subscript_expression "piVar6[0x8e]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x8f] = 0;" (assignment_expression "piVar6[0x8f] = 0" (subscript_expression "piVar6[0x8f]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x90] = 0;" (assignment_expression "piVar6[0x90] = 0" (subscript_expression "piVar6[0x90]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar6[0x91] = 0;" (assignment_expression "piVar6[0x91] = 0" (subscript_expression "piVar6[0x91]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "iVar3 = *param_6;" (assignment_expression "iVar3 = *param_6" identifier = (pointer_expression "*param_6" * identifier)) ;) (expression_statement "bVar4 = (byte)((uint)*(undefined4 *)(iVar3 + 0x24) >> 0x19) & 1;" (assignment_expression "bVar4 = (byte)((uint)*(undefined4 *)(iVar3 + 0x24) >> 0x19) & 1" identifier = (binary_expression "(byte)((uint)*(undefined4 *)(iVar3 + 0x24) >> 0x19) & 1" (call_expression "(byte)((uint)*(undefined4 *)(iVar3 + 0x24) >> 0x19)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "((uint)*(undefined4 *)(iVar3 + 0x24) >> 0x19)" ( (binary_expression "(uint)*(undefined4 *)(iVar3 + 0x24) >> 0x19" (binary_expression "(uint)*(undefined4 *)(iVar3 + 0x24)" (parenthesized_expression "(uint)" ( identifier )) * (cast_expression "(undefined4 *)(iVar3 + 0x24)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar3 + 0x24)" ( (binary_expression "iVar3 + 0x24" identifier + number_literal) )))) >> number_literal) ))) & number_literal)) ;) (expression_statement "*(byte *)(piVar6 + 0x79) = bVar1 & 0xf2 | 8 | bVar4;" (assignment_expression "*(byte *)(piVar6 + 0x79) = bVar1 & 0xf2 | 8 | bVar4" (pointer_expression "*(byte *)(piVar6 + 0x79)" * (cast_expression "(byte *)(piVar6 + 0x79)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(piVar6 + 0x79)" ( (binary_expression "piVar6 + 0x79" identifier + number_literal) )))) = (binary_expression "bVar1 & 0xf2 | 8 | bVar4" (binary_expression "bVar1 & 0xf2 | 8" (binary_expression "bVar1 & 0xf2" identifier & number_literal) | number_literal) | identifier)) ;) (expression_statement "*(byte *)(piVar6 + 0x79) =\n (char)((*(uint *)(iVar3 + 0x24) >> 0x18 & 0x20) >> 5) * '\x02' | bVar1 & 0xf0 | 8 | bVar4;" (assignment_expression "*(byte *)(piVar6 + 0x79) =\n (char)((*(uint *)(iVar3 + 0x24) >> 0x18 & 0x20) >> 5) * '\x02' | bVar1 & 0xf0 | 8 | bVar4" (pointer_expression "*(byte *)(piVar6 + 0x79)" * (cast_expression "(byte *)(piVar6 + 0x79)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(piVar6 + 0x79)" ( (binary_expression "piVar6 + 0x79" identifier + number_literal) )))) = (binary_expression "(char)((*(uint *)(iVar3 + 0x24) >> 0x18 & 0x20) >> 5) * '\x02' | bVar1 & 0xf0 | 8 | bVar4" (binary_expression "(char)((*(uint *)(iVar3 + 0x24) >> 0x18 & 0x20) >> 5) * '\x02' | bVar1 & 0xf0 | 8" (binary_expression "(char)((*(uint *)(iVar3 + 0x24) >> 0x18 & 0x20) >> 5) * '\x02' | bVar1 & 0xf0" (binary_expression "(char)((*(uint *)(iVar3 + 0x24) >> 0x18 & 0x20) >> 5) * '\x02'" (cast_expression "(char)((*(uint *)(iVar3 + 0x24) >> 0x18 & 0x20) >> 5)" ( (type_descriptor "char" primitive_type) ) (parenthesized_expression "((*(uint *)(iVar3 + 0x24) >> 0x18 & 0x20) >> 5)" ( (binary_expression "(*(uint *)(iVar3 + 0x24) >> 0x18 & 0x20) >> 5" (parenthesized_expression "(*(uint *)(iVar3 + 0x24) >> 0x18 & 0x20)" ( (binary_expression "*(uint *)(iVar3 + 0x24) >> 0x18 & 0x20" (binary_expression "*(uint *)(iVar3 + 0x24) >> 0x18" (pointer_expression "*(uint *)(iVar3 + 0x24)" * (cast_expression "(uint *)(iVar3 + 0x24)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar3 + 0x24)" ( (binary_expression "iVar3 + 0x24" identifier + number_literal) )))) >> number_literal) & number_literal) )) >> number_literal) ))) * (char_literal "'\x02'" ' escape_sequence ')) | (binary_expression "bVar1 & 0xf0" identifier & number_literal)) | number_literal) | identifier)) ;) (expression_statement "FUN_00294830(piVar6);" (call_expression "FUN_00294830(piVar6)" identifier (argument_list "(piVar6)" ( identifier ))) ;) (return_statement "return piVar6;" return identifier ;) })))
(translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) )))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (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) + LIT) )))) << LIT) | (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) )))) >> LIT))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == 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 ')) )) (goto_statement goto statement_identifier ;)) }) (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 *)) ) (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT , IDENT , IDENT , IDENT ))))) ;) (return_statement return IDENT ;) })))) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT ))) ;) (return_statement return (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT) ;) })) (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 (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT , IDENT , IDENT , IDENT ))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_expression (binary_expression (string_literal " string_content ") + IDENT) + LIT) )))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression 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 ]) = (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (cast_expression ( (type_descriptor TYPE) ) (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) )))) = (binary_expression (binary_expression IDENT & LIT) | LIT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (binary_expression (parenthesized_expression ( IDENT )) * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) >> LIT) ))) & LIT)) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression (binary_expression (binary_expression IDENT & LIT) | LIT) | IDENT)) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression (binary_expression (binary_expression (binary_expression (cast_expression ( (type_descriptor TYPE) ) (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) ))) * (char_literal ' escape_sequence ')) | (binary_expression IDENT & LIT)) | LIT) | IDENT)) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (return_statement return IDENT ;) })))
(function_definition "int * FUN_001745c0(undefined4 param_1,undefined4 *param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,int *param_6)\n\n{\n byte bVar1;\n undefined4 uVar2;\n int iVar3;\n byte bVar4;\n char cVar5;\n int *piVar6;\n undefined4 uVar7;\n ushort uVar8;\n int unaff_EDI;\n \n FUN_00074f0a();\n uVar8 = *(ushort *)(*param_6 + 0x10) << 8 | *(ushort *)(*param_6 + 0x10) >> 8;\n if (uVar8 != 1) {\n if (uVar8 == 2) {\n cVar5 = FUN_0023df40(param_3);\n if (cVar5 != '\0') goto LAB_00174680;\n }\n else if (uVar8 == 3) {\n piVar6 = (int *)FUN_00364830(param_1,param_2,param_3,param_4,param_5,param_6);\n return piVar6;\n }\n uVar2 = *param_2;\n uVar7 = gettext(unaff_EDI + 0x2f2517);\n FUN_0023b810(uVar7,uVar2,uVar8);\n return (int *)0x0;\n }\nLAB_00174680:\n piVar6 = (int *)FUN_003ac4d0(0x248);\n \n FUN_0029f2f0(piVar6,param_2,param_3,param_4,param_5,param_6);\n piVar6[0x4f] = 0;\n *piVar6 = (int)("R_ARM_GOTRELAX" + unaff_EDI + 5);\n piVar6[0x5d] = (int)(piVar6 + 0x5b);\n piVar6[0x5e] = (int)(piVar6 + 0x5b);\n piVar6[99] = (int)(piVar6 + 0x61);\n piVar6[100] = (int)(piVar6 + 0x61);\n piVar6[0x69] = (int)(piVar6 + 0x67);\n piVar6[0x6a] = (int)(piVar6 + 0x67);\n piVar6[0x6f] = (int)(piVar6 + 0x6d);\n piVar6[0x70] = (int)(piVar6 + 0x6d);\n piVar6[0x50] = 0;\n piVar6[0x51] = 0;\n piVar6[0x52] = 0;\n piVar6[0x53] = 0;\n piVar6[0x54] = 0;\n piVar6[0x55] = 0;\n piVar6[0x56] = 0;\n piVar6[0x57] = 0;\n piVar6[0x58] = 0;\n piVar6[0x59] = 0;\n piVar6[0x5b] = 0;\n piVar6[0x5c] = 0;\n piVar6[0x5f] = 0;\n piVar6[0x61] = 0;\n piVar6[0x62] = 0;\n piVar6[0x65] = 0;\n piVar6[0x67] = 0;\n piVar6[0x68] = 0;\n piVar6[0x6b] = 0;\n piVar6[0x6d] = 0;\n piVar6[0x6e] = 0;\n piVar6[0x71] = 0;\n piVar6[0x73] = 0;\n bVar1 = *(byte *)(piVar6 + 0x79);\n piVar6[0x75] = (int)(piVar6 + 0x73);\n piVar6[0x76] = (int)(piVar6 + 0x73);\n piVar6[0x74] = 0;\n *(byte *)(piVar6 + 0x79) = bVar1 & 0xf3 | 8;\n piVar6[0x77] = 0;\n piVar6[0x78] = 0;\n piVar6[0x7a] = 0;\n piVar6[0x7b] = 0;\n piVar6[0x7c] = 0;\n piVar6[0x7d] = 0;\n piVar6[0x7e] = 0;\n piVar6[0x7f] = 0;\n piVar6[0x80] = 0;\n piVar6[0x81] = 0;\n piVar6[0x82] = 0;\n piVar6[0x83] = 0;\n piVar6[0x84] = 0;\n piVar6[0x85] = 0;\n piVar6[0x86] = 0;\n piVar6[0x87] = 0;\n piVar6[0x88] = 0;\n piVar6[0x89] = 0;\n piVar6[0x8a] = -1;\n piVar6[0x8b] = 0;\n piVar6[0x8c] = 0;\n piVar6[0x8d] = 0;\n piVar6[0x8e] = 0;\n piVar6[0x8f] = 0;\n piVar6[0x90] = 0;\n piVar6[0x91] = 0;\n iVar3 = *param_6;\n bVar4 = (byte)((uint)*(undefined4 *)(iVar3 + 0x24) >> 0x19) & 1;\n *(byte *)(piVar6 + 0x79) = bVar1 & 0xf2 | 8 | bVar4;\n *(byte *)(piVar6 + 0x79) =\n (char)((*(uint *)(iVar3 + 0x24) >> 0x18 & 0x20) >> 5) * '\x02' | bVar1 & 0xf0 | 8 | bVar4;\n FUN_00294830(piVar6);\n return piVar6;\n}" (primitive_type "int") (pointer_declarator "* FUN_001745c0(undefined4 param_1,undefined4 *param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,int *param_6)" (* "*") (function_declarator "FUN_001745c0(undefined4 param_1,undefined4 *param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,int *param_6)" (identifier "FUN_001745c0") (parameter_list "(undefined4 param_1,undefined4 *param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,int *param_6)" (( "(") (parameter_declaration "undefined4 param_1" (type_identifier "undefined4") (identifier "param_1")) (, ",") (parameter_declaration "undefined4 *param_2" (type_identifier "undefined4") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) (, ",") (parameter_declaration "undefined4 param_3" (type_identifier "undefined4") (identifier "param_3")) (, ",") (parameter_declaration "undefined4 param_4" (type_identifier "undefined4") (identifier "param_4")) (, ",") (parameter_declaration "undefined4 param_5" (type_identifier "undefined4") (identifier "param_5")) (, ",") (parameter_declaration "int *param_6" (primitive_type "int") (pointer_declarator "*param_6" (* "*") (identifier "param_6"))) () ")")))) (compound_statement "{\n byte bVar1;\n undefined4 uVar2;\n int iVar3;\n byte bVar4;\n char cVar5;\n int *piVar6;\n undefined4 uVar7;\n ushort uVar8;\n int unaff_EDI;\n \n FUN_00074f0a();\n uVar8 = *(ushort *)(*param_6 + 0x10) << 8 | *(ushort *)(*param_6 + 0x10) >> 8;\n if (uVar8 != 1) {\n if (uVar8 == 2) {\n cVar5 = FUN_0023df40(param_3);\n if (cVar5 != '\0') goto LAB_00174680;\n }\n else if (uVar8 == 3) {\n piVar6 = (int *)FUN_00364830(param_1,param_2,param_3,param_4,param_5,param_6);\n return piVar6;\n }\n uVar2 = *param_2;\n uVar7 = gettext(unaff_EDI + 0x2f2517);\n FUN_0023b810(uVar7,uVar2,uVar8);\n return (int *)0x0;\n }\nLAB_00174680:\n piVar6 = (int *)FUN_003ac4d0(0x248);\n \n FUN_0029f2f0(piVar6,param_2,param_3,param_4,param_5,param_6);\n piVar6[0x4f] = 0;\n *piVar6 = (int)("R_ARM_GOTRELAX" + unaff_EDI + 5);\n piVar6[0x5d] = (int)(piVar6 + 0x5b);\n piVar6[0x5e] = (int)(piVar6 + 0x5b);\n piVar6[99] = (int)(piVar6 + 0x61);\n piVar6[100] = (int)(piVar6 + 0x61);\n piVar6[0x69] = (int)(piVar6 + 0x67);\n piVar6[0x6a] = (int)(piVar6 + 0x67);\n piVar6[0x6f] = (int)(piVar6 + 0x6d);\n piVar6[0x70] = (int)(piVar6 + 0x6d);\n piVar6[0x50] = 0;\n piVar6[0x51] = 0;\n piVar6[0x52] = 0;\n piVar6[0x53] = 0;\n piVar6[0x54] = 0;\n piVar6[0x55] = 0;\n piVar6[0x56] = 0;\n piVar6[0x57] = 0;\n piVar6[0x58] = 0;\n piVar6[0x59] = 0;\n piVar6[0x5b] = 0;\n piVar6[0x5c] = 0;\n piVar6[0x5f] = 0;\n piVar6[0x61] = 0;\n piVar6[0x62] = 0;\n piVar6[0x65] = 0;\n piVar6[0x67] = 0;\n piVar6[0x68] = 0;\n piVar6[0x6b] = 0;\n piVar6[0x6d] = 0;\n piVar6[0x6e] = 0;\n piVar6[0x71] = 0;\n piVar6[0x73] = 0;\n bVar1 = *(byte *)(piVar6 + 0x79);\n piVar6[0x75] = (int)(piVar6 + 0x73);\n piVar6[0x76] = (int)(piVar6 + 0x73);\n piVar6[0x74] = 0;\n *(byte *)(piVar6 + 0x79) = bVar1 & 0xf3 | 8;\n piVar6[0x77] = 0;\n piVar6[0x78] = 0;\n piVar6[0x7a] = 0;\n piVar6[0x7b] = 0;\n piVar6[0x7c] = 0;\n piVar6[0x7d] = 0;\n piVar6[0x7e] = 0;\n piVar6[0x7f] = 0;\n piVar6[0x80] = 0;\n piVar6[0x81] = 0;\n piVar6[0x82] = 0;\n piVar6[0x83] = 0;\n piVar6[0x84] = 0;\n piVar6[0x85] = 0;\n piVar6[0x86] = 0;\n piVar6[0x87] = 0;\n piVar6[0x88] = 0;\n piVar6[0x89] = 0;\n piVar6[0x8a] = -1;\n piVar6[0x8b] = 0;\n piVar6[0x8c] = 0;\n piVar6[0x8d] = 0;\n piVar6[0x8e] = 0;\n piVar6[0x8f] = 0;\n piVar6[0x90] = 0;\n piVar6[0x91] = 0;\n iVar3 = *param_6;\n bVar4 = (byte)((uint)*(undefined4 *)(iVar3 + 0x24) >> 0x19) & 1;\n *(byte *)(piVar6 + 0x79) = bVar1 & 0xf2 | 8 | bVar4;\n *(byte *)(piVar6 + 0x79) =\n (char)((*(uint *)(iVar3 + 0x24) >> 0x18 & 0x20) >> 5) * '\x02' | bVar1 & 0xf0 | 8 | bVar4;\n FUN_00294830(piVar6);\n return piVar6;\n}" ({ "{") (declaration "byte bVar1;" (type_identifier "byte") (identifier "bVar1") (; ";")) (declaration "undefined4 uVar2;" (type_identifier "undefined4") (identifier "uVar2") (; ";")) (declaration "int iVar3;" (primitive_type "int") (identifier "iVar3") (; ";")) (declaration "byte bVar4;" (type_identifier "byte") (identifier "bVar4") (; ";")) (declaration "char cVar5;" (primitive_type "char") (identifier "cVar5") (; ";")) (declaration "int *piVar6;" (primitive_type "int") (pointer_declarator "*piVar6" (* "*") (identifier "piVar6")) (; ";")) (declaration "undefined4 uVar7;" (type_identifier "undefined4") (identifier "uVar7") (; ";")) (declaration "ushort uVar8;" (type_identifier "ushort") (identifier "uVar8") (; ";")) (declaration "int unaff_EDI;" (primitive_type "int") (identifier "unaff_EDI") (; ";")) (expression_statement "FUN_00074f0a();" (call_expression "FUN_00074f0a()" (identifier "FUN_00074f0a") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "uVar8 = *(ushort *)(*param_6 + 0x10) << 8 | *(ushort *)(*param_6 + 0x10) >> 8;" (assignment_expression "uVar8 = *(ushort *)(*param_6 + 0x10) << 8 | *(ushort *)(*param_6 + 0x10) >> 8" (identifier "uVar8") (= "=") (binary_expression "*(ushort *)(*param_6 + 0x10) << 8 | *(ushort *)(*param_6 + 0x10) >> 8" (binary_expression "*(ushort *)(*param_6 + 0x10) << 8" (pointer_expression "*(ushort *)(*param_6 + 0x10)" (* "*") (cast_expression "(ushort *)(*param_6 + 0x10)" (( "(") (type_descriptor "ushort *" (type_identifier "ushort") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*param_6 + 0x10)" (( "(") (binary_expression "*param_6 + 0x10" (pointer_expression "*param_6" (* "*") (identifier "param_6")) (+ "+") (number_literal "0x10")) () ")")))) (<< "<<") (number_literal "8")) (| "|") (binary_expression "*(ushort *)(*param_6 + 0x10) >> 8" (pointer_expression "*(ushort *)(*param_6 + 0x10)" (* "*") (cast_expression "(ushort *)(*param_6 + 0x10)" (( "(") (type_descriptor "ushort *" (type_identifier "ushort") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*param_6 + 0x10)" (( "(") (binary_expression "*param_6 + 0x10" (pointer_expression "*param_6" (* "*") (identifier "param_6")) (+ "+") (number_literal "0x10")) () ")")))) (>> ">>") (number_literal "8")))) (; ";")) (if_statement "if (uVar8 != 1) {\n if (uVar8 == 2) {\n cVar5 = FUN_0023df40(param_3);\n if (cVar5 != '\0') goto LAB_00174680;\n }\n else if (uVar8 == 3) {\n piVar6 = (int *)FUN_00364830(param_1,param_2,param_3,param_4,param_5,param_6);\n return piVar6;\n }\n uVar2 = *param_2;\n uVar7 = gettext(unaff_EDI + 0x2f2517);\n FUN_0023b810(uVar7,uVar2,uVar8);\n return (int *)0x0;\n }" (if "if") (parenthesized_expression "(uVar8 != 1)" (( "(") (binary_expression "uVar8 != 1" (identifier "uVar8") (!= "!=") (number_literal "1")) () ")")) (compound_statement "{\n if (uVar8 == 2) {\n cVar5 = FUN_0023df40(param_3);\n if (cVar5 != '\0') goto LAB_00174680;\n }\n else if (uVar8 == 3) {\n piVar6 = (int *)FUN_00364830(param_1,param_2,param_3,param_4,param_5,param_6);\n return piVar6;\n }\n uVar2 = *param_2;\n uVar7 = gettext(unaff_EDI + 0x2f2517);\n FUN_0023b810(uVar7,uVar2,uVar8);\n return (int *)0x0;\n }" ({ "{") (if_statement "if (uVar8 == 2) {\n cVar5 = FUN_0023df40(param_3);\n if (cVar5 != '\0') goto LAB_00174680;\n }\n else if (uVar8 == 3) {\n piVar6 = (int *)FUN_00364830(param_1,param_2,param_3,param_4,param_5,param_6);\n return piVar6;\n }" (if "if") (parenthesized_expression "(uVar8 == 2)" (( "(") (binary_expression "uVar8 == 2" (identifier "uVar8") (== "==") (number_literal "2")) () ")")) (compound_statement "{\n cVar5 = FUN_0023df40(param_3);\n if (cVar5 != '\0') goto LAB_00174680;\n }" ({ "{") (expression_statement "cVar5 = FUN_0023df40(param_3);" (assignment_expression "cVar5 = FUN_0023df40(param_3)" (identifier "cVar5") (= "=") (call_expression "FUN_0023df40(param_3)" (identifier "FUN_0023df40") (argument_list "(param_3)" (( "(") (identifier "param_3") () ")")))) (; ";")) (if_statement "if (cVar5 != '\0') goto LAB_00174680;" (if "if") (parenthesized_expression "(cVar5 != '\0')" (( "(") (binary_expression "cVar5 != '\0'" (identifier "cVar5") (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (goto_statement "goto LAB_00174680;" (goto "goto") (statement_identifier "LAB_00174680") (; ";"))) (} "}")) (else_clause "else if (uVar8 == 3) {\n piVar6 = (int *)FUN_00364830(param_1,param_2,param_3,param_4,param_5,param_6);\n return piVar6;\n }" (else "else") (if_statement "if (uVar8 == 3) {\n piVar6 = (int *)FUN_00364830(param_1,param_2,param_3,param_4,param_5,param_6);\n return piVar6;\n }" (if "if") (parenthesized_expression "(uVar8 == 3)" (( "(") (binary_expression "uVar8 == 3" (identifier "uVar8") (== "==") (number_literal "3")) () ")")) (compound_statement "{\n piVar6 = (int *)FUN_00364830(param_1,param_2,param_3,param_4,param_5,param_6);\n return piVar6;\n }" ({ "{") (expression_statement "piVar6 = (int *)FUN_00364830(param_1,param_2,param_3,param_4,param_5,param_6);" (assignment_expression "piVar6 = (int *)FUN_00364830(param_1,param_2,param_3,param_4,param_5,param_6)" (identifier "piVar6") (= "=") (cast_expression "(int *)FUN_00364830(param_1,param_2,param_3,param_4,param_5,param_6)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_00364830(param_1,param_2,param_3,param_4,param_5,param_6)" (identifier "FUN_00364830") (argument_list "(param_1,param_2,param_3,param_4,param_5,param_6)" (( "(") (identifier "param_1") (, ",") (identifier "param_2") (, ",") (identifier "param_3") (, ",") (identifier "param_4") (, ",") (identifier "param_5") (, ",") (identifier "param_6") () ")"))))) (; ";")) (return_statement "return piVar6;" (return "return") (identifier "piVar6") (; ";")) (} "}"))))) (expression_statement "uVar2 = *param_2;" (assignment_expression "uVar2 = *param_2" (identifier "uVar2") (= "=") (pointer_expression "*param_2" (* "*") (identifier "param_2"))) (; ";")) (expression_statement "uVar7 = gettext(unaff_EDI + 0x2f2517);" (assignment_expression "uVar7 = gettext(unaff_EDI + 0x2f2517)" (identifier "uVar7") (= "=") (call_expression "gettext(unaff_EDI + 0x2f2517)" (identifier "gettext") (argument_list "(unaff_EDI + 0x2f2517)" (( "(") (binary_expression "unaff_EDI + 0x2f2517" (identifier "unaff_EDI") (+ "+") (number_literal "0x2f2517")) () ")")))) (; ";")) (expression_statement "FUN_0023b810(uVar7,uVar2,uVar8);" (call_expression "FUN_0023b810(uVar7,uVar2,uVar8)" (identifier "FUN_0023b810") (argument_list "(uVar7,uVar2,uVar8)" (( "(") (identifier "uVar7") (, ",") (identifier "uVar2") (, ",") (identifier "uVar8") () ")"))) (; ";")) (return_statement "return (int *)0x0;" (return "return") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0")) (; ";")) (} "}"))) (labeled_statement "LAB_00174680:\n piVar6 = (int *)FUN_003ac4d0(0x248);" (statement_identifier "LAB_00174680") (: ":") (expression_statement "piVar6 = (int *)FUN_003ac4d0(0x248);" (assignment_expression "piVar6 = (int *)FUN_003ac4d0(0x248)" (identifier "piVar6") (= "=") (cast_expression "(int *)FUN_003ac4d0(0x248)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_003ac4d0(0x248)" (identifier "FUN_003ac4d0") (argument_list "(0x248)" (( "(") (number_literal "0x248") () ")"))))) (; ";"))) (expression_statement "FUN_0029f2f0(piVar6,param_2,param_3,param_4,param_5,param_6);" (call_expression "FUN_0029f2f0(piVar6,param_2,param_3,param_4,param_5,param_6)" (identifier "FUN_0029f2f0") (argument_list "(piVar6,param_2,param_3,param_4,param_5,param_6)" (( "(") (identifier "piVar6") (, ",") (identifier "param_2") (, ",") (identifier "param_3") (, ",") (identifier "param_4") (, ",") (identifier "param_5") (, ",") (identifier "param_6") () ")"))) (; ";")) (expression_statement "piVar6[0x4f] = 0;" (assignment_expression "piVar6[0x4f] = 0" (subscript_expression "piVar6[0x4f]" (identifier "piVar6") ([ "[") (number_literal "0x4f") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "*piVar6 = (int)("R_ARM_GOTRELAX" + unaff_EDI + 5);" (assignment_expression "*piVar6 = (int)("R_ARM_GOTRELAX" + unaff_EDI + 5)" (pointer_expression "*piVar6" (* "*") (identifier "piVar6")) (= "=") (cast_expression "(int)("R_ARM_GOTRELAX" + unaff_EDI + 5)" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (parenthesized_expression "("R_ARM_GOTRELAX" + unaff_EDI + 5)" (( "(") (binary_expression ""R_ARM_GOTRELAX" + unaff_EDI + 5" (binary_expression ""R_ARM_GOTRELAX" + unaff_EDI" (string_literal ""R_ARM_GOTRELAX"" (" """) (string_content "R_ARM_GOTRELAX") (" """)) (+ "+") (identifier "unaff_EDI")) (+ "+") (number_literal "5")) () ")")))) (; ";")) (expression_statement "piVar6[0x5d] = (int)(piVar6 + 0x5b);" (assignment_expression "piVar6[0x5d] = (int)(piVar6 + 0x5b)" (subscript_expression "piVar6[0x5d]" (identifier "piVar6") ([ "[") (number_literal "0x5d") (] "]")) (= "=") (cast_expression "(int)(piVar6 + 0x5b)" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (parenthesized_expression "(piVar6 + 0x5b)" (( "(") (binary_expression "piVar6 + 0x5b" (identifier "piVar6") (+ "+") (number_literal "0x5b")) () ")")))) (; ";")) (expression_statement "piVar6[0x5e] = (int)(piVar6 + 0x5b);" (assignment_expression "piVar6[0x5e] = (int)(piVar6 + 0x5b)" (subscript_expression "piVar6[0x5e]" (identifier "piVar6") ([ "[") (number_literal "0x5e") (] "]")) (= "=") (cast_expression "(int)(piVar6 + 0x5b)" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (parenthesized_expression "(piVar6 + 0x5b)" (( "(") (binary_expression "piVar6 + 0x5b" (identifier "piVar6") (+ "+") (number_literal "0x5b")) () ")")))) (; ";")) (expression_statement "piVar6[99] = (int)(piVar6 + 0x61);" (assignment_expression "piVar6[99] = (int)(piVar6 + 0x61)" (subscript_expression "piVar6[99]" (identifier "piVar6") ([ "[") (number_literal "99") (] "]")) (= "=") (cast_expression "(int)(piVar6 + 0x61)" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (parenthesized_expression "(piVar6 + 0x61)" (( "(") (binary_expression "piVar6 + 0x61" (identifier "piVar6") (+ "+") (number_literal "0x61")) () ")")))) (; ";")) (expression_statement "piVar6[100] = (int)(piVar6 + 0x61);" (assignment_expression "piVar6[100] = (int)(piVar6 + 0x61)" (subscript_expression "piVar6[100]" (identifier "piVar6") ([ "[") (number_literal "100") (] "]")) (= "=") (cast_expression "(int)(piVar6 + 0x61)" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (parenthesized_expression "(piVar6 + 0x61)" (( "(") (binary_expression "piVar6 + 0x61" (identifier "piVar6") (+ "+") (number_literal "0x61")) () ")")))) (; ";")) (expression_statement "piVar6[0x69] = (int)(piVar6 + 0x67);" (assignment_expression "piVar6[0x69] = (int)(piVar6 + 0x67)" (subscript_expression "piVar6[0x69]" (identifier "piVar6") ([ "[") (number_literal "0x69") (] "]")) (= "=") (cast_expression "(int)(piVar6 + 0x67)" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (parenthesized_expression "(piVar6 + 0x67)" (( "(") (binary_expression "piVar6 + 0x67" (identifier "piVar6") (+ "+") (number_literal "0x67")) () ")")))) (; ";")) (expression_statement "piVar6[0x6a] = (int)(piVar6 + 0x67);" (assignment_expression "piVar6[0x6a] = (int)(piVar6 + 0x67)" (subscript_expression "piVar6[0x6a]" (identifier "piVar6") ([ "[") (number_literal "0x6a") (] "]")) (= "=") (cast_expression "(int)(piVar6 + 0x67)" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (parenthesized_expression "(piVar6 + 0x67)" (( "(") (binary_expression "piVar6 + 0x67" (identifier "piVar6") (+ "+") (number_literal "0x67")) () ")")))) (; ";")) (expression_statement "piVar6[0x6f] = (int)(piVar6 + 0x6d);" (assignment_expression "piVar6[0x6f] = (int)(piVar6 + 0x6d)" (subscript_expression "piVar6[0x6f]" (identifier "piVar6") ([ "[") (number_literal "0x6f") (] "]")) (= "=") (cast_expression "(int)(piVar6 + 0x6d)" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (parenthesized_expression "(piVar6 + 0x6d)" (( "(") (binary_expression "piVar6 + 0x6d" (identifier "piVar6") (+ "+") (number_literal "0x6d")) () ")")))) (; ";")) (expression_statement "piVar6[0x70] = (int)(piVar6 + 0x6d);" (assignment_expression "piVar6[0x70] = (int)(piVar6 + 0x6d)" (subscript_expression "piVar6[0x70]" (identifier "piVar6") ([ "[") (number_literal "0x70") (] "]")) (= "=") (cast_expression "(int)(piVar6 + 0x6d)" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (parenthesized_expression "(piVar6 + 0x6d)" (( "(") (binary_expression "piVar6 + 0x6d" (identifier "piVar6") (+ "+") (number_literal "0x6d")) () ")")))) (; ";")) (expression_statement "piVar6[0x50] = 0;" (assignment_expression "piVar6[0x50] = 0" (subscript_expression "piVar6[0x50]" (identifier "piVar6") ([ "[") (number_literal "0x50") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "piVar6[0x51] = 0;" (assignment_expression "piVar6[0x51] = 0" (subscript_expression "piVar6[0x51]" (identifier "piVar6") ([ "[") (number_literal "0x51") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "piVar6[0x52] = 0;" (assignment_expression "piVar6[0x52] = 0" (subscript_expression "piVar6[0x52]" (identifier "piVar6") ([ "[") (number_literal "0x52") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "piVar6[0x53] = 0;" (assignment_expression "piVar6[0x53] = 0" (subscript_expression "piVar6[0x53]" (identifier "piVar6") ([ "[") (number_literal "0x53") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "piVar6[0x54] = 0;" (assignment_expression "piVar6[0x54] = 0" (subscript_expression "piVar6[0x54]" (identifier "piVar6") ([ "[") (number_literal "0x54") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "piVar6[0x55] = 0;" (assignment_expression "piVar6[0x55] = 0" (subscript_expression "piVar6[0x55]" (identifier "piVar6") ([ "[") (number_literal "0x55") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "piVar6[0x56] = 0;" (assignment_expression "piVar6[0x56] = 0" (subscript_expression "piVar6[0x56]" (identifier "piVar6") ([ "[") (number_literal "0x56") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "piVar6[0x57] = 0;" (assignment_expression "piVar6[0x57] = 0" (subscript_expression "piVar6[0x57]" (identifier "piVar6") ([ "[") (number_literal "0x57") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "piVar6[0x58] = 0;" (assignment_expression "piVar6[0x58] = 0" (subscript_expression "piVar6[0x58]" (identifier "piVar6") ([ "[") (number_literal "0x58") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "piVar6[0x59] = 0;" (assignment_expression "piVar6[0x59] = 0" (subscript_expression "piVar6[0x59]" (identifier "piVar6") ([ "[") (number_literal "0x59") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "piVar6[0x5b] = 0;" (assignment_expression "piVar6[0x5b] = 0" (subscript_expression "piVar6[0x5b]" (identifier "piVar6") ([ "[") (number_literal "0x5b") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "piVar6[0x5c] = 0;" (assignment_expression "piVar6[0x5c] = 0" (subscript_expression "piVar6[0x5c]" (identifier "piVar6") ([ "[") (number_literal "0x5c") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "piVar6[0x5f] = 0;" (assignment_expression "piVar6[0x5f] = 0" (subscript_expression "piVar6[0x5f]" (identifier "piVar6") ([ "[") (number_literal "0x5f") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "piVar6[0x61] = 0;" (assignment_expression "piVar6[0x61] = 0" (subscript_expression "piVar6[0x61]" (identifier "piVar6") ([ "[") (number_literal "0x61") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "piVar6[0x62] = 0;" (assignment_expression "piVar6[0x62] = 0" (subscript_expression "piVar6[0x62]" (identifier "piVar6") ([ "[") (number_literal "0x62") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "piVar6[0x65] = 0;" (assignment_expression "piVar6[0x65] = 0" (subscript_expression "piVar6[0x65]" (identifier "piVar6") ([ "[") (number_literal "0x65") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "piVar6[0x67] = 0;" (assignment_expression "piVar6[0x67] = 0" (subscript_expression "piVar6[0x67]" (identifier "piVar6") ([ "[") (number_literal "0x67") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "piVar6[0x68] = 0;" (assignment_expression "piVar6[0x68] = 0" (subscript_expression "piVar6[0x68]" (identifier "piVar6") ([ "[") (number_literal "0x68") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "piVar6[0x6b] = 0;" (assignment_expression "piVar6[0x6b] = 0" (subscript_expression "piVar6[0x6b]" (identifier "piVar6") ([ "[") (number_literal "0x6b") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "piVar6[0x6d] = 0;" (assignment_expression "piVar6[0x6d] = 0" (subscript_expression "piVar6[0x6d]" (identifier "piVar6") ([ "[") (number_literal "0x6d") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "piVar6[0x6e] = 0;" (assignment_expression "piVar6[0x6e] = 0" (subscript_expression "piVar6[0x6e]" (identifier "piVar6") ([ "[") (number_literal "0x6e") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "piVar6[0x71] = 0;" (assignment_expression "piVar6[0x71] = 0" (subscript_expression "piVar6[0x71]" (identifier "piVar6") ([ "[") (number_literal "0x71") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "piVar6[0x73] = 0;" (assignment_expression "piVar6[0x73] = 0" (subscript_expression "piVar6[0x73]" (identifier "piVar6") ([ "[") (number_literal "0x73") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "bVar1 = *(byte *)(piVar6 + 0x79);" (assignment_expression "bVar1 = *(byte *)(piVar6 + 0x79)" (identifier "bVar1") (= "=") (pointer_expression "*(byte *)(piVar6 + 0x79)" (* "*") (cast_expression "(byte *)(piVar6 + 0x79)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(piVar6 + 0x79)" (( "(") (binary_expression "piVar6 + 0x79" (identifier "piVar6") (+ "+") (number_literal "0x79")) () ")"))))) (; ";")) (expression_statement "piVar6[0x75] = (int)(piVar6 + 0x73);" (assignment_expression "piVar6[0x75] = (int)(piVar6 + 0x73)" (subscript_expression "piVar6[0x75]" (identifier "piVar6") ([ "[") (number_literal "0x75") (] "]")) (= "=") (cast_expression "(int)(piVar6 + 0x73)" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (parenthesized_expression "(piVar6 + 0x73)" (( "(") (binary_expression "piVar6 + 0x73" (identifier "piVar6") (+ "+") (number_literal "0x73")) () ")")))) (; ";")) (expression_statement "piVar6[0x76] = (int)(piVar6 + 0x73);" (assignment_expression "piVar6[0x76] = (int)(piVar6 + 0x73)" (subscript_expression "piVar6[0x76]" (identifier "piVar6") ([ "[") (number_literal "0x76") (] "]")) (= "=") (cast_expression "(int)(piVar6 + 0x73)" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (parenthesized_expression "(piVar6 + 0x73)" (( "(") (binary_expression "piVar6 + 0x73" (identifier "piVar6") (+ "+") (number_literal "0x73")) () ")")))) (; ";")) (expression_statement "piVar6[0x74] = 0;" (assignment_expression "piVar6[0x74] = 0" (subscript_expression "piVar6[0x74]" (identifier "piVar6") ([ "[") (number_literal "0x74") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(byte *)(piVar6 + 0x79) = bVar1 & 0xf3 | 8;" (assignment_expression "*(byte *)(piVar6 + 0x79) = bVar1 & 0xf3 | 8" (pointer_expression "*(byte *)(piVar6 + 0x79)" (* "*") (cast_expression "(byte *)(piVar6 + 0x79)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(piVar6 + 0x79)" (( "(") (binary_expression "piVar6 + 0x79" (identifier "piVar6") (+ "+") (number_literal "0x79")) () ")")))) (= "=") (binary_expression "bVar1 & 0xf3 | 8" (binary_expression "bVar1 & 0xf3" (identifier "bVar1") (& "&") (number_literal "0xf3")) (| "|") (number_literal "8"))) (; ";")) (expression_statement "piVar6[0x77] = 0;" (assignment_expression "piVar6[0x77] = 0" (subscript_expression "piVar6[0x77]" (identifier "piVar6") ([ "[") (number_literal "0x77") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "piVar6[0x78] = 0;" (assignment_expression "piVar6[0x78] = 0" (subscript_expression "piVar6[0x78]" (identifier "piVar6") ([ "[") (number_literal "0x78") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "piVar6[0x7a] = 0;" (assignment_expression "piVar6[0x7a] = 0" (subscript_expression "piVar6[0x7a]" (identifier "piVar6") ([ "[") (number_literal "0x7a") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "piVar6[0x7b] = 0;" (assignment_expression "piVar6[0x7b] = 0" (subscript_expression "piVar6[0x7b]" (identifier "piVar6") ([ "[") (number_literal "0x7b") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "piVar6[0x7c] = 0;" (assignment_expression "piVar6[0x7c] = 0" (subscript_expression "piVar6[0x7c]" (identifier "piVar6") ([ "[") (number_literal "0x7c") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "piVar6[0x7d] = 0;" (assignment_expression "piVar6[0x7d] = 0" (subscript_expression "piVar6[0x7d]" (identifier "piVar6") ([ "[") (number_literal "0x7d") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "piVar6[0x7e] = 0;" (assignment_expression "piVar6[0x7e] = 0" (subscript_expression "piVar6[0x7e]" (identifier "piVar6") ([ "[") (number_literal "0x7e") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "piVar6[0x7f] = 0;" (assignment_expression "piVar6[0x7f] = 0" (subscript_expression "piVar6[0x7f]" (identifier "piVar6") ([ "[") (number_literal "0x7f") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "piVar6[0x80] = 0;" (assignment_expression "piVar6[0x80] = 0" (subscript_expression "piVar6[0x80]" (identifier "piVar6") ([ "[") (number_literal "0x80") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "piVar6[0x81] = 0;" (assignment_expression "piVar6[0x81] = 0" (subscript_expression "piVar6[0x81]" (identifier "piVar6") ([ "[") (number_literal "0x81") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "piVar6[0x82] = 0;" (assignment_expression "piVar6[0x82] = 0" (subscript_expression "piVar6[0x82]" (identifier "piVar6") ([ "[") (number_literal "0x82") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "piVar6[0x83] = 0;" (assignment_expression "piVar6[0x83] = 0" (subscript_expression "piVar6[0x83]" (identifier "piVar6") ([ "[") (number_literal "0x83") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "piVar6[0x84] = 0;" (assignment_expression "piVar6[0x84] = 0" (subscript_expression "piVar6[0x84]" (identifier "piVar6") ([ "[") (number_literal "0x84") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "piVar6[0x85] = 0;" (assignment_expression "piVar6[0x85] = 0" (subscript_expression "piVar6[0x85]" (identifier "piVar6") ([ "[") (number_literal "0x85") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "piVar6[0x86] = 0;" (assignment_expression "piVar6[0x86] = 0" (subscript_expression "piVar6[0x86]" (identifier "piVar6") ([ "[") (number_literal "0x86") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "piVar6[0x87] = 0;" (assignment_expression "piVar6[0x87] = 0" (subscript_expression "piVar6[0x87]" (identifier "piVar6") ([ "[") (number_literal "0x87") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "piVar6[0x88] = 0;" (assignment_expression "piVar6[0x88] = 0" (subscript_expression "piVar6[0x88]" (identifier "piVar6") ([ "[") (number_literal "0x88") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "piVar6[0x89] = 0;" (assignment_expression "piVar6[0x89] = 0" (subscript_expression "piVar6[0x89]" (identifier "piVar6") ([ "[") (number_literal "0x89") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "piVar6[0x8a] = -1;" (assignment_expression "piVar6[0x8a] = -1" (subscript_expression "piVar6[0x8a]" (identifier "piVar6") ([ "[") (number_literal "0x8a") (] "]")) (= "=") (number_literal "-1")) (; ";")) (expression_statement "piVar6[0x8b] = 0;" (assignment_expression "piVar6[0x8b] = 0" (subscript_expression "piVar6[0x8b]" (identifier "piVar6") ([ "[") (number_literal "0x8b") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "piVar6[0x8c] = 0;" (assignment_expression "piVar6[0x8c] = 0" (subscript_expression "piVar6[0x8c]" (identifier "piVar6") ([ "[") (number_literal "0x8c") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "piVar6[0x8d] = 0;" (assignment_expression "piVar6[0x8d] = 0" (subscript_expression "piVar6[0x8d]" (identifier "piVar6") ([ "[") (number_literal "0x8d") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "piVar6[0x8e] = 0;" (assignment_expression "piVar6[0x8e] = 0" (subscript_expression "piVar6[0x8e]" (identifier "piVar6") ([ "[") (number_literal "0x8e") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "piVar6[0x8f] = 0;" (assignment_expression "piVar6[0x8f] = 0" (subscript_expression "piVar6[0x8f]" (identifier "piVar6") ([ "[") (number_literal "0x8f") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "piVar6[0x90] = 0;" (assignment_expression "piVar6[0x90] = 0" (subscript_expression "piVar6[0x90]" (identifier "piVar6") ([ "[") (number_literal "0x90") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "piVar6[0x91] = 0;" (assignment_expression "piVar6[0x91] = 0" (subscript_expression "piVar6[0x91]" (identifier "piVar6") ([ "[") (number_literal "0x91") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "iVar3 = *param_6;" (assignment_expression "iVar3 = *param_6" (identifier "iVar3") (= "=") (pointer_expression "*param_6" (* "*") (identifier "param_6"))) (; ";")) (expression_statement "bVar4 = (byte)((uint)*(undefined4 *)(iVar3 + 0x24) >> 0x19) & 1;" (assignment_expression "bVar4 = (byte)((uint)*(undefined4 *)(iVar3 + 0x24) >> 0x19) & 1" (identifier "bVar4") (= "=") (binary_expression "(byte)((uint)*(undefined4 *)(iVar3 + 0x24) >> 0x19) & 1" (call_expression "(byte)((uint)*(undefined4 *)(iVar3 + 0x24) >> 0x19)" (parenthesized_expression "(byte)" (( "(") (identifier "byte") () ")")) (argument_list "((uint)*(undefined4 *)(iVar3 + 0x24) >> 0x19)" (( "(") (binary_expression "(uint)*(undefined4 *)(iVar3 + 0x24) >> 0x19" (binary_expression "(uint)*(undefined4 *)(iVar3 + 0x24)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (* "*") (cast_expression "(undefined4 *)(iVar3 + 0x24)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar3 + 0x24)" (( "(") (binary_expression "iVar3 + 0x24" (identifier "iVar3") (+ "+") (number_literal "0x24")) () ")")))) (>> ">>") (number_literal "0x19")) () ")"))) (& "&") (number_literal "1"))) (; ";")) (expression_statement "*(byte *)(piVar6 + 0x79) = bVar1 & 0xf2 | 8 | bVar4;" (assignment_expression "*(byte *)(piVar6 + 0x79) = bVar1 & 0xf2 | 8 | bVar4" (pointer_expression "*(byte *)(piVar6 + 0x79)" (* "*") (cast_expression "(byte *)(piVar6 + 0x79)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(piVar6 + 0x79)" (( "(") (binary_expression "piVar6 + 0x79" (identifier "piVar6") (+ "+") (number_literal "0x79")) () ")")))) (= "=") (binary_expression "bVar1 & 0xf2 | 8 | bVar4" (binary_expression "bVar1 & 0xf2 | 8" (binary_expression "bVar1 & 0xf2" (identifier "bVar1") (& "&") (number_literal "0xf2")) (| "|") (number_literal "8")) (| "|") (identifier "bVar4"))) (; ";")) (expression_statement "*(byte *)(piVar6 + 0x79) =\n (char)((*(uint *)(iVar3 + 0x24) >> 0x18 & 0x20) >> 5) * '\x02' | bVar1 & 0xf0 | 8 | bVar4;" (assignment_expression "*(byte *)(piVar6 + 0x79) =\n (char)((*(uint *)(iVar3 + 0x24) >> 0x18 & 0x20) >> 5) * '\x02' | bVar1 & 0xf0 | 8 | bVar4" (pointer_expression "*(byte *)(piVar6 + 0x79)" (* "*") (cast_expression "(byte *)(piVar6 + 0x79)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(piVar6 + 0x79)" (( "(") (binary_expression "piVar6 + 0x79" (identifier "piVar6") (+ "+") (number_literal "0x79")) () ")")))) (= "=") (binary_expression "(char)((*(uint *)(iVar3 + 0x24) >> 0x18 & 0x20) >> 5) * '\x02' | bVar1 & 0xf0 | 8 | bVar4" (binary_expression "(char)((*(uint *)(iVar3 + 0x24) >> 0x18 & 0x20) >> 5) * '\x02' | bVar1 & 0xf0 | 8" (binary_expression "(char)((*(uint *)(iVar3 + 0x24) >> 0x18 & 0x20) >> 5) * '\x02' | bVar1 & 0xf0" (binary_expression "(char)((*(uint *)(iVar3 + 0x24) >> 0x18 & 0x20) >> 5) * '\x02'" (cast_expression "(char)((*(uint *)(iVar3 + 0x24) >> 0x18 & 0x20) >> 5)" (( "(") (type_descriptor "char" (primitive_type "char")) () ")") (parenthesized_expression "((*(uint *)(iVar3 + 0x24) >> 0x18 & 0x20) >> 5)" (( "(") (binary_expression "(*(uint *)(iVar3 + 0x24) >> 0x18 & 0x20) >> 5" (parenthesized_expression "(*(uint *)(iVar3 + 0x24) >> 0x18 & 0x20)" (( "(") (binary_expression "*(uint *)(iVar3 + 0x24) >> 0x18 & 0x20" (binary_expression "*(uint *)(iVar3 + 0x24) >> 0x18" (pointer_expression "*(uint *)(iVar3 + 0x24)" (* "*") (cast_expression "(uint *)(iVar3 + 0x24)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar3 + 0x24)" (( "(") (binary_expression "iVar3 + 0x24" (identifier "iVar3") (+ "+") (number_literal "0x24")) () ")")))) (>> ">>") (number_literal "0x18")) (& "&") (number_literal "0x20")) () ")")) (>> ">>") (number_literal "5")) () ")"))) (* "*") (char_literal "'\x02'" (' "'") (escape_sequence "\x02") (' "'"))) (| "|") (binary_expression "bVar1 & 0xf0" (identifier "bVar1") (& "&") (number_literal "0xf0"))) (| "|") (number_literal "8")) (| "|") (identifier "bVar4"))) (; ";")) (expression_statement "FUN_00294830(piVar6);" (call_expression "FUN_00294830(piVar6)" (identifier "FUN_00294830") (argument_list "(piVar6)" (( "(") (identifier "piVar6") () ")"))) (; ";")) (return_statement "return piVar6;" (return "return") (identifier "piVar6") (; ";")) (} "}")))
/* WARNING: Type propagation algorithm not settling */ /* WARNING: Enum "DT": Some values do not have unique names */ /* WARNING: Enum "ELFOSABI": Some values do not have unique names */ /* DWARF original prototype: Object * do_make_elf_object(Target_mips<32,_true> * this, string * name, Input_file * input_file, off_t offset, Ehdr<32,_true> * ehdr) */ var_1 * __thiscall anon_unknown.dwarf_d7d43e::Target_mips<32,var_13>::var_9 (Target_mips<32,var_13> *this,string *name,type_14 *input_file,off_t offset, Ehdr<32,var_13> *ehdr) { var_2 **ppXVar1; type_1 **ppOVar2; type_2 *puVar3; type_3 *p_Var4; type_4 var_19; type_5 var_6; type_6 pcVar7; var_3<32> *pEVar8; type_4 var_20; bool bVar10; var_1 *pOVar11; char *format; var_4<32,var_13> *this_00; type_2 var_7; int var_11; var_5(); var_6 = ehdr->p_->e_type; var_7 = (type_2)(type_5)(var_6 << 8 | var_6 >> 8); if (var_7 != 1) { if (var_7 == 2) { bVar10 = var_15::Input_file::var_8(input_file); if (bVar10) goto LAB_00174680; } else if (var_7 == 3) { pOVar11 = var_15::Target::var_9((type_7 *)this,name,input_file,offset,ehdr); return pOVar11; } pcVar7 = (name->_M_dataplus)._M_p; format = (char *)var_10(&UNK_002f2517 + var_11); gold::var_12(format,pcVar7,var_7); return (var_1 *)0x0; } LAB_00174680: this_00 = (var_4<32,var_13> *)var_14(0x248); /* try { // try from 001746ab to 001746af has its CatchHandler @ 00174971 */ gold::var_4<32,var_13>::var_4(this_00,name,input_file,offset,ehdr); this_00[1].super_Sized_relobj<32,var_13>.super_Relobj.super_Object._vptr_Object = (type_8 **)0x0; (this_00->super_Sized_relobj<32,var_13>).super_Relobj.super_Object._vptr_Object = (type_8 **)("R_ARM_GOTRELAX" + var_11 + 5); ppXVar1 = &this_00[1].super_Sized_relobj<32,var_13>.super_Relobj.super_Object.xindex_; this_00[1].super_Sized_relobj<32,var_13>.super_Relobj.output_sections_. super__Vector_base<var_15::Output_section*,var_16::allocator<var_15::Output_section*>var_17>._M_impl._M_start = (type_6)ppXVar1; this_00[1].super_Sized_relobj<32,var_13>.super_Relobj.output_sections_. super__Vector_base<var_15::Output_section*,var_16::allocator<var_15::Output_section*>var_17>._M_impl. _M_finish = (type_6)ppXVar1; ppOVar2 = &this_00[1].super_Sized_relobj<32,var_13>.super_Relobj.object_merge_map_; this_00[1].super_Sized_relobj<32,var_13>.super_Relobj.rd_ = (type_9 *)ppOVar2; this_00[1].super_Sized_relobj<32,var_13>.super_Relobj.sd_ = (type_10 *)ppOVar2; puVar3 = &this_00[1].super_Sized_relobj<32,var_13>.super_Relobj.first_dyn_reloc_; this_00[1].super_Sized_relobj<32,var_13>.local_got_offsets_._M_h._M_buckets = (type_11 *)puVar3; this_00[1].super_Sized_relobj<32,var_13>.local_got_offsets_._M_h._M_bucket_count = (type_12)puVar3; p_Var4 = &this_00[1].super_Sized_relobj<32,var_13>.local_got_offsets_._M_h._M_rehash_policy; this_00[1].super_Sized_relobj<32,var_13>.local_got_offsets_._M_h._M_single_bucket = (type_11)p_Var4; this_00[1].super_Sized_relobj<32,var_13>.section_offsets_. super__Vector_base<var_18,var_16::allocator<var_18>var_17>._M_impl._M_start = (type_6)p_Var4 ; this_00[1].super_Sized_relobj<32,var_13>.super_Relobj.super_Object.name_._M_dataplus._M_p = (type_6)0x0; this_00[1].super_Sized_relobj<32,var_13>.super_Relobj.super_Object.name_._M_string_length = 0; this_00[1].super_Sized_relobj<32,var_13>.super_Relobj.super_Object.name_.field_2. _M_allocated_capacity = 0; *(type_13 *) ((int)&this_00[1].super_Sized_relobj<32,var_13>.super_Relobj.super_Object.name_.field_2 + 4) = 0; *(type_13 *) ((int)&this_00[1].super_Sized_relobj<32,var_13>.super_Relobj.super_Object.name_.field_2 + 8) = 0; *(type_13 *) ((int)&this_00[1].super_Sized_relobj<32,var_13>.super_Relobj.super_Object.name_.field_2 + 0xc) = 0 ; this_00[1].super_Sized_relobj<32,var_13>.super_Relobj.super_Object.input_file_ = (type_14 *)0x0; *(type_13 *)&this_00[1].super_Sized_relobj<32,var_13>.super_Relobj.super_Object.offset_ = 0; *(type_13 *) ((int)&this_00[1].super_Sized_relobj<32,var_13>.super_Relobj.super_Object.offset_ + 4) = 0; this_00[1].super_Sized_relobj<32,var_13>.super_Relobj.super_Object.shnum_ = 0; this_00[1].super_Sized_relobj<32,var_13>.super_Relobj.super_Object.xindex_ = (var_2 *)0x0; this_00[1].super_Sized_relobj<32,var_13>.super_Relobj.super_Object.compressed_sections_ = (type_15 *)0x0; this_00[1].super_Sized_relobj<32,var_13>.super_Relobj.output_sections_. super__Vector_base<var_15::Output_section*,var_16::allocator<var_15::Output_section*>var_17>._M_impl. _M_end_of_storage = (type_6)0x0; this_00[1].super_Sized_relobj<32,var_13>.super_Relobj.object_merge_map_ = (type_1 *)0x0; *(type_13 *) &this_00[1].super_Sized_relobj<32,var_13>.super_Relobj.relocs_must_follow_section_writes_ = 0; this_00[1].super_Sized_relobj<32,var_13>.super_Relobj.reloc_counts_ = (type_2 *)0x0; this_00[1].super_Sized_relobj<32,var_13>.super_Relobj.first_dyn_reloc_ = 0; this_00[1].super_Sized_relobj<32,var_13>.super_Relobj.dyn_reloc_count_ = 0; this_00[1].super_Sized_relobj<32,var_13>.local_got_offsets_._M_h._M_before_begin._M_nxt = (type_16 *)0x0; this_00[1].super_Sized_relobj<32,var_13>.local_got_offsets_._M_h._M_rehash_policy. _M_max_load_factor = 0.0; this_00[1].super_Sized_relobj<32,var_13>.local_got_offsets_._M_h._M_rehash_policy._M_next_resize = 0; this_00[1].super_Sized_relobj<32,var_13>.section_offsets_. super__Vector_base<var_18,var_16::allocator<var_18>var_17>._M_impl._M_finish = (type_6)0x0; this_00[1].elf_file_.file_ = (var_1 *)0x0; var_19 = (type_4)this_00[1].e_type_; *(Elf_file<32,var_13,_gold::var_1> **)((int)&this_00[1].elf_file_.shoff_ + 4) = &this_00[1].elf_file_; this_00[1].elf_file_.shnum_ = (type_2)&this_00[1].elf_file_; *(type_13 *)&this_00[1].elf_file_.shoff_ = 0; *(type_4 *)&this_00[1].e_type_ = var_19 & 0xf3 | 8; this_00[1].elf_file_.shstrndx_ = 0; this_00[1].elf_file_.large_shndx_offset_ = 0; this_00[1].symtab_shndx_ = 0; this_00[1].local_symbol_count_ = 0; this_00[1].output_local_symbol_count_ = 0; this_00[1].output_local_dynsym_count_ = 0; this_00[1].symbols_.super__Vector_base<var_15::Symbol*,var_16::allocator<var_15::Symbol*>var_17>._M_impl. _M_start = (type_6)0x0; this_00[1].symbols_.super__Vector_base<var_15::Symbol*,var_16::allocator<var_15::Symbol*>var_17>._M_impl. _M_finish = (type_6)0x0; this_00[1].symbols_.super__Vector_base<var_15::Symbol*,var_16::allocator<var_15::Symbol*>var_17>._M_impl. _M_end_of_storage = (type_6)0x0; this_00[1].defined_count_ = 0; *(type_13 *)&this_00[1].local_symbol_offset_ = 0; *(type_13 *)((int)&this_00[1].local_symbol_offset_ + 4) = 0; *(type_13 *)&this_00[1].local_dynsym_offset_ = 0; *(type_13 *)((int)&this_00[1].local_dynsym_offset_ + 4) = 0; this_00[1].local_values_. super__Vector_base<var_15::Symbol_value<32>,var_16::allocator<var_15::Symbol_value<32>var_17>var_17>._M_impl. _M_start = (type_6)0x0; this_00[1].local_values_. super__Vector_base<var_15::Symbol_value<32>,var_16::allocator<var_15::Symbol_value<32>var_17>var_17>._M_impl. _M_finish = (type_6)0x0; this_00[1].local_values_. super__Vector_base<var_15::Symbol_value<32>,var_16::allocator<var_15::Symbol_value<32>var_17>var_17>._M_impl. _M_end_of_storage = (type_6)0x0; this_00[1].local_plt_offsets_._M_h._M_buckets = (type_11 *)0x0; this_00[1].local_plt_offsets_._M_h._M_bucket_count = 0xffffffff; this_00[1].local_plt_offsets_._M_h._M_before_begin._M_nxt = (type_16 *)0x0; this_00[1].local_plt_offsets_._M_h._M_element_count = 0; this_00[1].local_plt_offsets_._M_h._M_rehash_policy._M_max_load_factor = 0.0; this_00[1].local_plt_offsets_._M_h._M_rehash_policy._M_next_resize = 0; this_00[1].local_plt_offsets_._M_h._M_single_bucket = (type_11)0x0; *(type_13 *)&this_00[1].kept_comdat_sections_._M_t._M_impl = 0; this_00[1].kept_comdat_sections_._M_t._M_impl.super__Rb_tree_header._M_header._M_color = _S_red; pEVar8 = ehdr->p_; var_20 = (type_4)(pEVar8->e_flags >> 0x19) & 1; *(type_4 *)&this_00[1].e_type_ = var_19 & 0xf2 | 8 | var_20; *(type_4 *)&this_00[1].e_type_ = (char)((pEVar8->e_flags >> 0x18 & 0x20) >> 5) * '\x02' | var_19 & 0xf0 | 8 | var_20; gold::var_4<32,var_13>::var_21(this_00); return (var_1 *)this_00; }
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)) (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: (primitive_type) declarator: (pointer_declarator declarator: (identifier)))))) body: (compound_statement (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: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (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: (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: (pointer_expression argument: (identifier)) right: (number_literal))))) 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: (identifier) right: (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: (goto_statement label: (statement_identifier)))) 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: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier) (identifier) (identifier) (identifier)))))) (return_statement (identifier)))))) (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 (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier)))) (return_statement (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (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: (call_expression function: (identifier) arguments: (argument_list (number_literal))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier) (identifier) (identifier) (identifier)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (string_literal (string_content)) right: (identifier)) right: (number_literal)))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (cast_expression type: (type_descriptor type: (primitive_type)) 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: (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))) (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))) (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))) (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))) (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))) (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))) (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))) (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))) (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))) (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))) (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))) (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: (cast_expression type: (type_descriptor type: (primitive_type)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (cast_expression type: (type_descriptor type: (primitive_type)) 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: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) 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))) (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))) (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))) (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))) (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))) (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))) (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))) (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))) (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))) (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))) (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))) (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))) (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))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (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: (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: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) 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: (binary_expression left: (binary_expression left: (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (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)))) right: (char_literal (escape_sequence))) right: (binary_expression left: (identifier) right: (number_literal))) right: (number_literal)) right: (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (return_statement (identifier)))))
null
int * MASKED(undefined4 param_1,undefined4 *param_2,undefined4 param_3,undefined4 param_4, undefined4 param_5,int *param_6) { byte bVar1; undefined4 uVar2; int iVar3; byte bVar4; char cVar5; int *piVar6; undefined4 uVar7; ushort uVar8; int unaff_EDI; FUN_00074f0a(); uVar8 = *(ushort *)(*param_6 + 0x10) << 8 | *(ushort *)(*param_6 + 0x10) >> 8; if (uVar8 != 1) { if (uVar8 == 2) { cVar5 = FUN_0023df40(param_3); if (cVar5 != '\0') goto LAB_00174680; } else if (uVar8 == 3) { piVar6 = (int *)FUN_00364830(param_1,param_2,param_3,param_4,param_5,param_6); return piVar6; } uVar2 = *param_2; uVar7 = gettext(unaff_EDI + 0x2f2517); FUN_0023b810(uVar7,uVar2,uVar8); return (int *)0x0; } LAB_00174680: piVar6 = (int *)FUN_003ac4d0(0x248); /* try { // try from 001746ab to 001746af has its CatchHandler @ 00174971 */ FUN_0029f2f0(piVar6,param_2,param_3,param_4,param_5,param_6); piVar6[0x4f] = 0; *piVar6 = (int)("R_ARM_GOTRELAX" + unaff_EDI + 5); piVar6[0x5d] = (int)(piVar6 + 0x5b); piVar6[0x5e] = (int)(piVar6 + 0x5b); piVar6[99] = (int)(piVar6 + 0x61); piVar6[100] = (int)(piVar6 + 0x61); piVar6[0x69] = (int)(piVar6 + 0x67); piVar6[0x6a] = (int)(piVar6 + 0x67); piVar6[0x6f] = (int)(piVar6 + 0x6d); piVar6[0x70] = (int)(piVar6 + 0x6d); piVar6[0x50] = 0; piVar6[0x51] = 0; piVar6[0x52] = 0; piVar6[0x53] = 0; piVar6[0x54] = 0; piVar6[0x55] = 0; piVar6[0x56] = 0; piVar6[0x57] = 0; piVar6[0x58] = 0; piVar6[0x59] = 0; piVar6[0x5b] = 0; piVar6[0x5c] = 0; piVar6[0x5f] = 0; piVar6[0x61] = 0; piVar6[0x62] = 0; piVar6[0x65] = 0; piVar6[0x67] = 0; piVar6[0x68] = 0; piVar6[0x6b] = 0; piVar6[0x6d] = 0; piVar6[0x6e] = 0; piVar6[0x71] = 0; piVar6[0x73] = 0; bVar1 = *(byte *)(piVar6 + 0x79); piVar6[0x75] = (int)(piVar6 + 0x73); piVar6[0x76] = (int)(piVar6 + 0x73); piVar6[0x74] = 0; *(byte *)(piVar6 + 0x79) = bVar1 & 0xf3 | 8; piVar6[0x77] = 0; piVar6[0x78] = 0; piVar6[0x7a] = 0; piVar6[0x7b] = 0; piVar6[0x7c] = 0; piVar6[0x7d] = 0; piVar6[0x7e] = 0; piVar6[0x7f] = 0; piVar6[0x80] = 0; piVar6[0x81] = 0; piVar6[0x82] = 0; piVar6[0x83] = 0; piVar6[0x84] = 0; piVar6[0x85] = 0; piVar6[0x86] = 0; piVar6[0x87] = 0; piVar6[0x88] = 0; piVar6[0x89] = 0; piVar6[0x8a] = -1; piVar6[0x8b] = 0; piVar6[0x8c] = 0; piVar6[0x8d] = 0; piVar6[0x8e] = 0; piVar6[0x8f] = 0; piVar6[0x90] = 0; piVar6[0x91] = 0; iVar3 = *param_6; bVar4 = (byte)((uint)*(undefined4 *)(iVar3 + 0x24) >> 0x19) & 1; *(byte *)(piVar6 + 0x79) = bVar1 & 0xf2 | 8 | bVar4; *(byte *)(piVar6 + 0x79) = (char)((*(uint *)(iVar3 + 0x24) >> 0x18 & 0x20) >> 5) * '\x02' | bVar1 & 0xf0 | 8 | bVar4; FUN_00294830(piVar6); return piVar6; }
1249_puttytel_and_puttytel_strip.c
set_gtk_widget_background
FUN_00059610
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ void set_gtk_widget_background(GtkWidget *widget,GdkColor *col) { undefined4 uVar1; char *__ptr; char *__ptr_00; undefined4 uVar2; undefined4 uVar3; uVar1 = gtk_css_provider_new(); __ptr = colour_to_css(col); __ptr_00 = dupprintf("#drawing-area, #top-level { background-color: %s; }\n",__ptr); gtk_css_provider_load_from_data(uVar1,__ptr_00,0xffffffff,0); uVar2 = gtk_widget_get_style_context(widget); uVar3 = gtk_style_provider_get_type(); uVar1 = g_type_check_instance_cast(uVar1,uVar3); gtk_style_context_add_provider(uVar2,uVar1,600); free(__ptr_00); free(__ptr); return; }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_00059610(undefined4 param_1,undefined4 param_2) { undefined4 uVar1; void *__ptr; void *__ptr_00; undefined4 uVar2; undefined4 uVar3; uVar1 = gtk_css_provider_new(); __ptr = (void *)FUN_00059580(param_2); __ptr_00 = (void *)FUN_0002d860("#drawing-area, #top-level { background-color: %s; }\n",__ptr); gtk_css_provider_load_from_data(uVar1,__ptr_00,0xffffffff,0); uVar2 = gtk_widget_get_style_context(param_1); uVar3 = gtk_style_provider_get_type(); uVar1 = g_type_check_instance_cast(uVar1,uVar3); gtk_style_context_add_provider(uVar2,uVar1,600); free(__ptr_00); free(__ptr); return; }
PUSH EBP PUSH EDI PUSH ESI PUSH EBX CALL 0x0001b410 ADD EBX,0x5718b SUB ESP,0x1c CALL 0x0001ace0 SUB ESP,0xc PUSH dword ptr [ESP + 0x40] MOV EDI,EAX CALL 0x00059580 MOV ESI,EAX POP EAX LEA EAX,[EBX + 0xfffd4528] POP EDX PUSH ESI PUSH EAX CALL 0x0002d860 PUSH 0x0 PUSH -0x1 MOV EBP,EAX PUSH EAX PUSH EDI CALL 0x0001a8e0 ADD ESP,0x14 PUSH dword ptr [ESP + 0x3c] CALL 0x00019980 MOV dword ptr [ESP + 0x1c],EAX CALL 0x00019180 POP ECX POP EDX PUSH EAX PUSH EDI CALL 0x00019590 ADD ESP,0xc PUSH 0x258 PUSH EAX MOV EDX,dword ptr [ESP + 0x18] PUSH EDX CALL 0x00019840 MOV dword ptr [ESP],EBP CALL 0x0001a390 MOV dword ptr [ESP],ESI CALL 0x0001a390 ADD ESP,0x2c POP EBX POP ESI POP EDI POP EBP RET
null
null
null
null
[(u'CALL_-1206217013', u'CALL_-1206216929'), ('const-600', u'CALL_-1206216929'), (u'CALL_-1206217071', u'CALL_-1206216916'), ('const-4294967295', u'CALL_-1206217042'), (u'CALL_-1206217140', u'CALL_-1206216972'), ('tmp_556', u'CALL_-1206217108'), (u'CALL_-1206217108', u'CALL_-1206217071'), (u'CALL_-1206216972', u'CALL_-1206216929'), (u'COPY_-1206216625', u'CALL_-1206217071'), (u'CALL_-1206217140', u'CALL_-1206217042'), (u'CALL_-1206217071', u'CALL_-1206217042'), (u'CALL_-1206216998', u'CALL_-1206216972'), ('tmp_555', u'CALL_-1206217013'), (u'CALL_-1206217108', u'CALL_-1206216903'), ('const-0', u'CALL_-1206217042'), ('const-0', u'RETURN_-1206216860'), ('const-543948', u'COPY_-1206216625')]
[(u'CAST_-1206216578', u'CALL_-1206217071'), (u'CALL_-1206217013', u'CALL_-1206216929'), (u'CALL_-1206217071', u'CAST_-1206216560'), (u'CALL_-1206217140', u'CALL_-1206216972'), ('tmp_1785', u'CALL_-1206217013'), ('tmp_1786', u'CALL_-1206217108'), (u'CAST_-1206216560', u'CALL_-1206217042'), (u'CALL_-1206216972', u'CALL_-1206216929'), (u'COPY_-1206216625', u'CALL_-1206217071'), (u'CALL_-1206217140', u'CALL_-1206217042'), ('const-543948', u'COPY_-1206216625'), (u'CALL_-1206217108', u'CAST_-1206216578'), (u'CALL_-1206216998', u'CALL_-1206216972'), ('const-4294967295', u'CALL_-1206217042'), ('const-0', u'CALL_-1206217042'), ('const-600', u'CALL_-1206216929'), (u'CAST_-1206216560', u'CALL_-1206216916'), (u'CAST_-1206216578', u'CALL_-1206216903'), ('const-0', u'RETURN_-1206216860')]
null
null
00059610
x86
O2
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00059610(undefined4 param_1,undefined4 param_2)\n\n{\n undefined4 uVar1;\n void *__ptr;\n void *__ptr_00;\n undefined4 uVar2;\n undefined4 uVar3;\n \n uVar1 = gtk_css_provider_new();\n __ptr = (void *)FUN_00059580(param_2);\n __ptr_00 = (void *)FUN_0002d860("#drawing-area, #top-level { background-color: %s; }\n",__ptr);\n gtk_css_provider_load_from_data(uVar1,__ptr_00,0xffffffff,0);\n uVar2 = gtk_widget_get_style_context(param_1);\n uVar3 = gtk_style_provider_get_type();\n uVar1 = g_type_check_instance_cast(uVar1,uVar3);\n gtk_style_context_add_provider(uVar2,uVar1,600);\n free(__ptr_00);\n free(__ptr);\n return;\n}\n\n" comment (function_definition "void FUN_00059610(undefined4 param_1,undefined4 param_2)\n\n{\n undefined4 uVar1;\n void *__ptr;\n void *__ptr_00;\n undefined4 uVar2;\n undefined4 uVar3;\n \n uVar1 = gtk_css_provider_new();\n __ptr = (void *)FUN_00059580(param_2);\n __ptr_00 = (void *)FUN_0002d860("#drawing-area, #top-level { background-color: %s; }\n",__ptr);\n gtk_css_provider_load_from_data(uVar1,__ptr_00,0xffffffff,0);\n uVar2 = gtk_widget_get_style_context(param_1);\n uVar3 = gtk_style_provider_get_type();\n uVar1 = g_type_check_instance_cast(uVar1,uVar3);\n gtk_style_context_add_provider(uVar2,uVar1,600);\n free(__ptr_00);\n free(__ptr);\n return;\n}" primitive_type (function_declarator "FUN_00059610(undefined4 param_1,undefined4 param_2)" identifier (parameter_list "(undefined4 param_1,undefined4 param_2)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) ))) (compound_statement "{\n undefined4 uVar1;\n void *__ptr;\n void *__ptr_00;\n undefined4 uVar2;\n undefined4 uVar3;\n \n uVar1 = gtk_css_provider_new();\n __ptr = (void *)FUN_00059580(param_2);\n __ptr_00 = (void *)FUN_0002d860("#drawing-area, #top-level { background-color: %s; }\n",__ptr);\n gtk_css_provider_load_from_data(uVar1,__ptr_00,0xffffffff,0);\n uVar2 = gtk_widget_get_style_context(param_1);\n uVar3 = gtk_style_provider_get_type();\n uVar1 = g_type_check_instance_cast(uVar1,uVar3);\n gtk_style_context_add_provider(uVar2,uVar1,600);\n free(__ptr_00);\n free(__ptr);\n return;\n}" { (declaration "undefined4 uVar1;" type_identifier identifier ;) (declaration "void *__ptr;" primitive_type (pointer_declarator "*__ptr" * identifier) ;) (declaration "void *__ptr_00;" primitive_type (pointer_declarator "*__ptr_00" * identifier) ;) (declaration "undefined4 uVar2;" type_identifier identifier ;) (declaration "undefined4 uVar3;" type_identifier identifier ;) (expression_statement "uVar1 = gtk_css_provider_new();" (assignment_expression "uVar1 = gtk_css_provider_new()" identifier = (call_expression "gtk_css_provider_new()" identifier (argument_list "()" ( )))) ;) (expression_statement "__ptr = (void *)FUN_00059580(param_2);" (assignment_expression "__ptr = (void *)FUN_00059580(param_2)" identifier = (cast_expression "(void *)FUN_00059580(param_2)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00059580(param_2)" identifier (argument_list "(param_2)" ( identifier ))))) ;) (expression_statement "__ptr_00 = (void *)FUN_0002d860("#drawing-area, #top-level { background-color: %s; }\n",__ptr);" (assignment_expression "__ptr_00 = (void *)FUN_0002d860("#drawing-area, #top-level { background-color: %s; }\n",__ptr)" identifier = (cast_expression "(void *)FUN_0002d860("#drawing-area, #top-level { background-color: %s; }\n",__ptr)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_0002d860("#drawing-area, #top-level { background-color: %s; }\n",__ptr)" identifier (argument_list "("#drawing-area, #top-level { background-color: %s; }\n",__ptr)" ( (string_literal ""#drawing-area, #top-level { background-color: %s; }\n"" " string_content escape_sequence ") , identifier ))))) ;) (expression_statement "gtk_css_provider_load_from_data(uVar1,__ptr_00,0xffffffff,0);" (call_expression "gtk_css_provider_load_from_data(uVar1,__ptr_00,0xffffffff,0)" identifier (argument_list "(uVar1,__ptr_00,0xffffffff,0)" ( identifier , identifier , number_literal , number_literal ))) ;) (expression_statement "uVar2 = gtk_widget_get_style_context(param_1);" (assignment_expression "uVar2 = gtk_widget_get_style_context(param_1)" identifier = (call_expression "gtk_widget_get_style_context(param_1)" identifier (argument_list "(param_1)" ( identifier )))) ;) (expression_statement "uVar3 = gtk_style_provider_get_type();" (assignment_expression "uVar3 = gtk_style_provider_get_type()" identifier = (call_expression "gtk_style_provider_get_type()" identifier (argument_list "()" ( )))) ;) (expression_statement "uVar1 = g_type_check_instance_cast(uVar1,uVar3);" (assignment_expression "uVar1 = g_type_check_instance_cast(uVar1,uVar3)" identifier = (call_expression "g_type_check_instance_cast(uVar1,uVar3)" identifier (argument_list "(uVar1,uVar3)" ( identifier , identifier )))) ;) (expression_statement "gtk_style_context_add_provider(uVar2,uVar1,600);" (call_expression "gtk_style_context_add_provider(uVar2,uVar1,600)" identifier (argument_list "(uVar2,uVar1,600)" ( identifier , identifier , number_literal ))) ;) (expression_statement "free(__ptr_00);" (call_expression "free(__ptr_00)" identifier (argument_list "(__ptr_00)" ( identifier ))) ;) (expression_statement "free(__ptr);" (call_expression "free(__ptr)" identifier (argument_list "(__ptr)" ( identifier ))) ;) (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nvoid set_gtk_widget_background(GtkWidget *widget,GdkColor *col)\n\n{\n undefined4 uVar1;\n char *__ptr;\n char *__ptr_00;\n undefined4 uVar2;\n undefined4 uVar3;\n \n uVar1 = gtk_css_provider_new();\n __ptr = colour_to_css(col);\n __ptr_00 = dupprintf("#drawing-area, #top-level { background-color: %s; }\n",__ptr);\n gtk_css_provider_load_from_data(uVar1,__ptr_00,0xffffffff,0);\n uVar2 = gtk_widget_get_style_context(widget);\n uVar3 = gtk_style_provider_get_type();\n uVar1 = g_type_check_instance_cast(uVar1,uVar3);\n gtk_style_context_add_provider(uVar2,uVar1,600);\n free(__ptr_00);\n free(__ptr);\n return;\n}\n\n" comment comment (function_definition "void set_gtk_widget_background(GtkWidget *widget,GdkColor *col)\n\n{\n undefined4 uVar1;\n char *__ptr;\n char *__ptr_00;\n undefined4 uVar2;\n undefined4 uVar3;\n \n uVar1 = gtk_css_provider_new();\n __ptr = colour_to_css(col);\n __ptr_00 = dupprintf("#drawing-area, #top-level { background-color: %s; }\n",__ptr);\n gtk_css_provider_load_from_data(uVar1,__ptr_00,0xffffffff,0);\n uVar2 = gtk_widget_get_style_context(widget);\n uVar3 = gtk_style_provider_get_type();\n uVar1 = g_type_check_instance_cast(uVar1,uVar3);\n gtk_style_context_add_provider(uVar2,uVar1,600);\n free(__ptr_00);\n free(__ptr);\n return;\n}" primitive_type (function_declarator "set_gtk_widget_background(GtkWidget *widget,GdkColor *col)" identifier (parameter_list "(GtkWidget *widget,GdkColor *col)" ( (parameter_declaration "GtkWidget *widget" type_identifier (pointer_declarator "*widget" * identifier)) , (parameter_declaration "GdkColor *col" type_identifier (pointer_declarator "*col" * identifier)) ))) (compound_statement "{\n undefined4 uVar1;\n char *__ptr;\n char *__ptr_00;\n undefined4 uVar2;\n undefined4 uVar3;\n \n uVar1 = gtk_css_provider_new();\n __ptr = colour_to_css(col);\n __ptr_00 = dupprintf("#drawing-area, #top-level { background-color: %s; }\n",__ptr);\n gtk_css_provider_load_from_data(uVar1,__ptr_00,0xffffffff,0);\n uVar2 = gtk_widget_get_style_context(widget);\n uVar3 = gtk_style_provider_get_type();\n uVar1 = g_type_check_instance_cast(uVar1,uVar3);\n gtk_style_context_add_provider(uVar2,uVar1,600);\n free(__ptr_00);\n free(__ptr);\n return;\n}" { (declaration "undefined4 uVar1;" type_identifier identifier ;) (declaration "char *__ptr;" primitive_type (pointer_declarator "*__ptr" * identifier) ;) (declaration "char *__ptr_00;" primitive_type (pointer_declarator "*__ptr_00" * identifier) ;) (declaration "undefined4 uVar2;" type_identifier identifier ;) (declaration "undefined4 uVar3;" type_identifier identifier ;) (expression_statement "uVar1 = gtk_css_provider_new();" (assignment_expression "uVar1 = gtk_css_provider_new()" identifier = (call_expression "gtk_css_provider_new()" identifier (argument_list "()" ( )))) ;) (expression_statement "__ptr = colour_to_css(col);" (assignment_expression "__ptr = colour_to_css(col)" identifier = (call_expression "colour_to_css(col)" identifier (argument_list "(col)" ( identifier )))) ;) (expression_statement "__ptr_00 = dupprintf("#drawing-area, #top-level { background-color: %s; }\n",__ptr);" (assignment_expression "__ptr_00 = dupprintf("#drawing-area, #top-level { background-color: %s; }\n",__ptr)" identifier = (call_expression "dupprintf("#drawing-area, #top-level { background-color: %s; }\n",__ptr)" identifier (argument_list "("#drawing-area, #top-level { background-color: %s; }\n",__ptr)" ( (string_literal ""#drawing-area, #top-level { background-color: %s; }\n"" " string_content escape_sequence ") , identifier )))) ;) (expression_statement "gtk_css_provider_load_from_data(uVar1,__ptr_00,0xffffffff,0);" (call_expression "gtk_css_provider_load_from_data(uVar1,__ptr_00,0xffffffff,0)" identifier (argument_list "(uVar1,__ptr_00,0xffffffff,0)" ( identifier , identifier , number_literal , number_literal ))) ;) (expression_statement "uVar2 = gtk_widget_get_style_context(widget);" (assignment_expression "uVar2 = gtk_widget_get_style_context(widget)" identifier = (call_expression "gtk_widget_get_style_context(widget)" identifier (argument_list "(widget)" ( identifier )))) ;) (expression_statement "uVar3 = gtk_style_provider_get_type();" (assignment_expression "uVar3 = gtk_style_provider_get_type()" identifier = (call_expression "gtk_style_provider_get_type()" identifier (argument_list "()" ( )))) ;) (expression_statement "uVar1 = g_type_check_instance_cast(uVar1,uVar3);" (assignment_expression "uVar1 = g_type_check_instance_cast(uVar1,uVar3)" identifier = (call_expression "g_type_check_instance_cast(uVar1,uVar3)" identifier (argument_list "(uVar1,uVar3)" ( identifier , identifier )))) ;) (expression_statement "gtk_style_context_add_provider(uVar2,uVar1,600);" (call_expression "gtk_style_context_add_provider(uVar2,uVar1,600)" identifier (argument_list "(uVar2,uVar1,600)" ( identifier , identifier , number_literal ))) ;) (expression_statement "free(__ptr_00);" (call_expression "free(__ptr_00)" identifier (argument_list "(__ptr_00)" ( identifier ))) ;) (expression_statement "free(__ptr);" (call_expression "free(__ptr)" identifier (argument_list "(__ptr)" ( identifier ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void FUN_00059610(undefined4 param_1,undefined4 param_2)\n\n{\n undefined4 uVar1;\n void *__ptr;\n void *__ptr_00;\n undefined4 uVar2;\n undefined4 uVar3;\n \n uVar1 = gtk_css_provider_new();\n __ptr = (void *)FUN_00059580(param_2);\n __ptr_00 = (void *)FUN_0002d860("#drawing-area, #top-level { background-color: %s; }\n",__ptr);\n gtk_css_provider_load_from_data(uVar1,__ptr_00,0xffffffff,0);\n uVar2 = gtk_widget_get_style_context(param_1);\n uVar3 = gtk_style_provider_get_type();\n uVar1 = g_type_check_instance_cast(uVar1,uVar3);\n gtk_style_context_add_provider(uVar2,uVar1,600);\n free(__ptr_00);\n free(__ptr);\n return;\n}\n\n" (function_definition "void FUN_00059610(undefined4 param_1,undefined4 param_2)\n\n{\n undefined4 uVar1;\n void *__ptr;\n void *__ptr_00;\n undefined4 uVar2;\n undefined4 uVar3;\n \n uVar1 = gtk_css_provider_new();\n __ptr = (void *)FUN_00059580(param_2);\n __ptr_00 = (void *)FUN_0002d860("#drawing-area, #top-level { background-color: %s; }\n",__ptr);\n gtk_css_provider_load_from_data(uVar1,__ptr_00,0xffffffff,0);\n uVar2 = gtk_widget_get_style_context(param_1);\n uVar3 = gtk_style_provider_get_type();\n uVar1 = g_type_check_instance_cast(uVar1,uVar3);\n gtk_style_context_add_provider(uVar2,uVar1,600);\n free(__ptr_00);\n free(__ptr);\n return;\n}" primitive_type (function_declarator "FUN_00059610(undefined4 param_1,undefined4 param_2)" identifier (parameter_list "(undefined4 param_1,undefined4 param_2)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) ))) (compound_statement "{\n undefined4 uVar1;\n void *__ptr;\n void *__ptr_00;\n undefined4 uVar2;\n undefined4 uVar3;\n \n uVar1 = gtk_css_provider_new();\n __ptr = (void *)FUN_00059580(param_2);\n __ptr_00 = (void *)FUN_0002d860("#drawing-area, #top-level { background-color: %s; }\n",__ptr);\n gtk_css_provider_load_from_data(uVar1,__ptr_00,0xffffffff,0);\n uVar2 = gtk_widget_get_style_context(param_1);\n uVar3 = gtk_style_provider_get_type();\n uVar1 = g_type_check_instance_cast(uVar1,uVar3);\n gtk_style_context_add_provider(uVar2,uVar1,600);\n free(__ptr_00);\n free(__ptr);\n return;\n}" { (declaration "undefined4 uVar1;" type_identifier identifier ;) (declaration "void *__ptr;" primitive_type (pointer_declarator "*__ptr" * identifier) ;) (declaration "void *__ptr_00;" primitive_type (pointer_declarator "*__ptr_00" * identifier) ;) (declaration "undefined4 uVar2;" type_identifier identifier ;) (declaration "undefined4 uVar3;" type_identifier identifier ;) (expression_statement "uVar1 = gtk_css_provider_new();" (assignment_expression "uVar1 = gtk_css_provider_new()" identifier = (call_expression "gtk_css_provider_new()" identifier (argument_list "()" ( )))) ;) (expression_statement "__ptr = (void *)FUN_00059580(param_2);" (assignment_expression "__ptr = (void *)FUN_00059580(param_2)" identifier = (cast_expression "(void *)FUN_00059580(param_2)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00059580(param_2)" identifier (argument_list "(param_2)" ( identifier ))))) ;) (expression_statement "__ptr_00 = (void *)FUN_0002d860("#drawing-area, #top-level { background-color: %s; }\n",__ptr);" (assignment_expression "__ptr_00 = (void *)FUN_0002d860("#drawing-area, #top-level { background-color: %s; }\n",__ptr)" identifier = (cast_expression "(void *)FUN_0002d860("#drawing-area, #top-level { background-color: %s; }\n",__ptr)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_0002d860("#drawing-area, #top-level { background-color: %s; }\n",__ptr)" identifier (argument_list "("#drawing-area, #top-level { background-color: %s; }\n",__ptr)" ( (string_literal ""#drawing-area, #top-level { background-color: %s; }\n"" " string_content escape_sequence ") , identifier ))))) ;) (expression_statement "gtk_css_provider_load_from_data(uVar1,__ptr_00,0xffffffff,0);" (call_expression "gtk_css_provider_load_from_data(uVar1,__ptr_00,0xffffffff,0)" identifier (argument_list "(uVar1,__ptr_00,0xffffffff,0)" ( identifier , identifier , number_literal , number_literal ))) ;) (expression_statement "uVar2 = gtk_widget_get_style_context(param_1);" (assignment_expression "uVar2 = gtk_widget_get_style_context(param_1)" identifier = (call_expression "gtk_widget_get_style_context(param_1)" identifier (argument_list "(param_1)" ( identifier )))) ;) (expression_statement "uVar3 = gtk_style_provider_get_type();" (assignment_expression "uVar3 = gtk_style_provider_get_type()" identifier = (call_expression "gtk_style_provider_get_type()" identifier (argument_list "()" ( )))) ;) (expression_statement "uVar1 = g_type_check_instance_cast(uVar1,uVar3);" (assignment_expression "uVar1 = g_type_check_instance_cast(uVar1,uVar3)" identifier = (call_expression "g_type_check_instance_cast(uVar1,uVar3)" identifier (argument_list "(uVar1,uVar3)" ( identifier , identifier )))) ;) (expression_statement "gtk_style_context_add_provider(uVar2,uVar1,600);" (call_expression "gtk_style_context_add_provider(uVar2,uVar1,600)" identifier (argument_list "(uVar2,uVar1,600)" ( identifier , identifier , number_literal ))) ;) (expression_statement "free(__ptr_00);" (call_expression "free(__ptr_00)" identifier (argument_list "(__ptr_00)" ( identifier ))) ;) (expression_statement "free(__ptr);" (call_expression "free(__ptr)" identifier (argument_list "(__ptr)" ( 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 { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( IDENT ))))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( (string_literal " string_content escape_sequence ") , IDENT ))))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , LIT , LIT ))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , LIT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (return_statement return ;) })))
(function_definition "void FUN_00059610(undefined4 param_1,undefined4 param_2)\n\n{\n undefined4 uVar1;\n void *__ptr;\n void *__ptr_00;\n undefined4 uVar2;\n undefined4 uVar3;\n \n uVar1 = gtk_css_provider_new();\n __ptr = (void *)FUN_00059580(param_2);\n __ptr_00 = (void *)FUN_0002d860("#drawing-area, #top-level { background-color: %s; }\n",__ptr);\n gtk_css_provider_load_from_data(uVar1,__ptr_00,0xffffffff,0);\n uVar2 = gtk_widget_get_style_context(param_1);\n uVar3 = gtk_style_provider_get_type();\n uVar1 = g_type_check_instance_cast(uVar1,uVar3);\n gtk_style_context_add_provider(uVar2,uVar1,600);\n free(__ptr_00);\n free(__ptr);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00059610(undefined4 param_1,undefined4 param_2)" (identifier "FUN_00059610") (parameter_list "(undefined4 param_1,undefined4 param_2)" (( "(") (parameter_declaration "undefined4 param_1" (type_identifier "undefined4") (identifier "param_1")) (, ",") (parameter_declaration "undefined4 param_2" (type_identifier "undefined4") (identifier "param_2")) () ")"))) (compound_statement "{\n undefined4 uVar1;\n void *__ptr;\n void *__ptr_00;\n undefined4 uVar2;\n undefined4 uVar3;\n \n uVar1 = gtk_css_provider_new();\n __ptr = (void *)FUN_00059580(param_2);\n __ptr_00 = (void *)FUN_0002d860("#drawing-area, #top-level { background-color: %s; }\n",__ptr);\n gtk_css_provider_load_from_data(uVar1,__ptr_00,0xffffffff,0);\n uVar2 = gtk_widget_get_style_context(param_1);\n uVar3 = gtk_style_provider_get_type();\n uVar1 = g_type_check_instance_cast(uVar1,uVar3);\n gtk_style_context_add_provider(uVar2,uVar1,600);\n free(__ptr_00);\n free(__ptr);\n return;\n}" ({ "{") (declaration "undefined4 uVar1;" (type_identifier "undefined4") (identifier "uVar1") (; ";")) (declaration "void *__ptr;" (primitive_type "void") (pointer_declarator "*__ptr" (* "*") (identifier "__ptr")) (; ";")) (declaration "void *__ptr_00;" (primitive_type "void") (pointer_declarator "*__ptr_00" (* "*") (identifier "__ptr_00")) (; ";")) (declaration "undefined4 uVar2;" (type_identifier "undefined4") (identifier "uVar2") (; ";")) (declaration "undefined4 uVar3;" (type_identifier "undefined4") (identifier "uVar3") (; ";")) (expression_statement "uVar1 = gtk_css_provider_new();" (assignment_expression "uVar1 = gtk_css_provider_new()" (identifier "uVar1") (= "=") (call_expression "gtk_css_provider_new()" (identifier "gtk_css_provider_new") (argument_list "()" (( "(") () ")")))) (; ";")) (expression_statement "__ptr = (void *)FUN_00059580(param_2);" (assignment_expression "__ptr = (void *)FUN_00059580(param_2)" (identifier "__ptr") (= "=") (cast_expression "(void *)FUN_00059580(param_2)" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_00059580(param_2)" (identifier "FUN_00059580") (argument_list "(param_2)" (( "(") (identifier "param_2") () ")"))))) (; ";")) (expression_statement "__ptr_00 = (void *)FUN_0002d860("#drawing-area, #top-level { background-color: %s; }\n",__ptr);" (assignment_expression "__ptr_00 = (void *)FUN_0002d860("#drawing-area, #top-level { background-color: %s; }\n",__ptr)" (identifier "__ptr_00") (= "=") (cast_expression "(void *)FUN_0002d860("#drawing-area, #top-level { background-color: %s; }\n",__ptr)" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_0002d860("#drawing-area, #top-level { background-color: %s; }\n",__ptr)" (identifier "FUN_0002d860") (argument_list "("#drawing-area, #top-level { background-color: %s; }\n",__ptr)" (( "(") (string_literal ""#drawing-area, #top-level { background-color: %s; }\n"" (" """) (string_content "#drawing-area, #top-level { background-color: %s; }") (escape_sequence "\n") (" """)) (, ",") (identifier "__ptr") () ")"))))) (; ";")) (expression_statement "gtk_css_provider_load_from_data(uVar1,__ptr_00,0xffffffff,0);" (call_expression "gtk_css_provider_load_from_data(uVar1,__ptr_00,0xffffffff,0)" (identifier "gtk_css_provider_load_from_data") (argument_list "(uVar1,__ptr_00,0xffffffff,0)" (( "(") (identifier "uVar1") (, ",") (identifier "__ptr_00") (, ",") (number_literal "0xffffffff") (, ",") (number_literal "0") () ")"))) (; ";")) (expression_statement "uVar2 = gtk_widget_get_style_context(param_1);" (assignment_expression "uVar2 = gtk_widget_get_style_context(param_1)" (identifier "uVar2") (= "=") (call_expression "gtk_widget_get_style_context(param_1)" (identifier "gtk_widget_get_style_context") (argument_list "(param_1)" (( "(") (identifier "param_1") () ")")))) (; ";")) (expression_statement "uVar3 = gtk_style_provider_get_type();" (assignment_expression "uVar3 = gtk_style_provider_get_type()" (identifier "uVar3") (= "=") (call_expression "gtk_style_provider_get_type()" (identifier "gtk_style_provider_get_type") (argument_list "()" (( "(") () ")")))) (; ";")) (expression_statement "uVar1 = g_type_check_instance_cast(uVar1,uVar3);" (assignment_expression "uVar1 = g_type_check_instance_cast(uVar1,uVar3)" (identifier "uVar1") (= "=") (call_expression "g_type_check_instance_cast(uVar1,uVar3)" (identifier "g_type_check_instance_cast") (argument_list "(uVar1,uVar3)" (( "(") (identifier "uVar1") (, ",") (identifier "uVar3") () ")")))) (; ";")) (expression_statement "gtk_style_context_add_provider(uVar2,uVar1,600);" (call_expression "gtk_style_context_add_provider(uVar2,uVar1,600)" (identifier "gtk_style_context_add_provider") (argument_list "(uVar2,uVar1,600)" (( "(") (identifier "uVar2") (, ",") (identifier "uVar1") (, ",") (number_literal "600") () ")"))) (; ";")) (expression_statement "free(__ptr_00);" (call_expression "free(__ptr_00)" (identifier "free") (argument_list "(__ptr_00)" (( "(") (identifier "__ptr_00") () ")"))) (; ";")) (expression_statement "free(__ptr);" (call_expression "free(__ptr)" (identifier "free") (argument_list "(__ptr)" (( "(") (identifier "__ptr") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ void function_1(type_1 *widget,type_2 *col) { type_3 uVar1; char *__ptr; char *__ptr_00; type_3 uVar2; type_3 uVar3; uVar1 = var_1(); __ptr = var_2(col); __ptr_00 = var_3("#drawing-area, #top-level { background-color: %s; }\n",__ptr); var_4(uVar1,__ptr_00,0xffffffff,0); uVar2 = var_5(widget); uVar3 = var_6(); uVar1 = var_7(uVar1,uVar3); var_8(uVar2,uVar1,600); var_9(__ptr_00); var_9(__ptr); 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: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) 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: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (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 (string_literal (string_content) (escape_sequence)) (identifier)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (number_literal) (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)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (return_statement))))
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(undefined4 param_1,undefined4 param_2) { undefined4 uVar1; void *__ptr; void *__ptr_00; undefined4 uVar2; undefined4 uVar3; uVar1 = gtk_css_provider_new(); __ptr = (void *)FUN_00059580(param_2); __ptr_00 = (void *)FUN_0002d860("#drawing-area, #top-level { background-color: %s; }\n",__ptr); gtk_css_provider_load_from_data(uVar1,__ptr_00,0xffffffff,0); uVar2 = gtk_widget_get_style_context(param_1); uVar3 = gtk_style_provider_get_type(); uVar1 = g_type_check_instance_cast(uVar1,uVar3); gtk_style_context_add_provider(uVar2,uVar1,600); free(__ptr_00); free(__ptr); return; }
1782_i686-kfreebsd-gnu-dwp_and_i686-kfreebsd-gnu-dwp_strip.c
parse_to_value
FUN_00043ed0
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original prototype: void parse_to_value(Struct_mmap_output_file * this, char * option_name, char * arg, Command_line * param_3, General_options * param_4) */ void __thiscall gold::General_options::Struct_mmap_output_file::parse_to_value (Struct_mmap_output_file *this,char *option_name,char *arg,Command_line *param_4, General_options *param_5) { gold::options::parse_bool(option_name,arg,&this->value); this->user_set_via_option = true; return; }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_00043ed0(int param_1,undefined4 param_2,undefined4 param_3) { FUN_000aa120(param_2,param_3,param_1 + 0x3d); *(undefined1 *)(param_1 + 0x3c) = 1; return; }
PUSH ESI PUSH EBX CALL 0x00032730 ADD EBX,0x2be129 SUB ESP,0x8 MOV ESI,dword ptr [ESP + 0x14] LEA EAX,[ESI + 0x3d] PUSH EAX PUSH dword ptr [ESP + 0x20] PUSH dword ptr [ESP + 0x20] CALL 0x000aa120 MOV byte ptr [ESI + 0x3c],0x1 ADD ESP,0x14 POP EBX POP ESI RET
null
null
null
null
[('tmp_206', u'PTRSUB_-1206173805'), ('tmp_207', u'CALL_-1206173914'), ('const-1', u'STORE_-1206173910'), ('const-60', u'PTRSUB_-1206173787'), (u'PTRSUB_-1206173787', u'STORE_-1206173910'), ('tmp_208', u'CALL_-1206173914'), ('const-417', u'STORE_-1206173910'), (u'PTRSUB_-1206173805', u'CALL_-1206173914'), ('const-61', u'PTRSUB_-1206173805'), ('const-0', u'RETURN_-1206173874'), ('tmp_206', u'PTRSUB_-1206173787')]
[('tmp_345', u'CALL_-1206173914'), (u'INT_ADD_-1206173896', u'CAST_-1206173796'), ('tmp_346', u'CALL_-1206173914'), ('const-61', u'INT_ADD_-1206173931'), ('tmp_344', u'INT_ADD_-1206173896'), ('const-60', u'INT_ADD_-1206173896'), (u'INT_ADD_-1206173931', u'CALL_-1206173914'), ('const-1', u'STORE_-1206173910'), (u'CAST_-1206173796', u'STORE_-1206173910'), ('tmp_344', u'INT_ADD_-1206173931'), ('const-0', u'RETURN_-1206173874'), ('const-417', u'STORE_-1206173910')]
null
null
00043ed0
x86
O2
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00043ed0(int param_1,undefined4 param_2,undefined4 param_3)\n\n{\n FUN_000aa120(param_2,param_3,param_1 + 0x3d);\n *(undefined1 *)(param_1 + 0x3c) = 1;\n return;\n}\n\n" comment (function_definition "void FUN_00043ed0(int param_1,undefined4 param_2,undefined4 param_3)\n\n{\n FUN_000aa120(param_2,param_3,param_1 + 0x3d);\n *(undefined1 *)(param_1 + 0x3c) = 1;\n return;\n}" primitive_type (function_declarator "FUN_00043ed0(int param_1,undefined4 param_2,undefined4 param_3)" identifier (parameter_list "(int param_1,undefined4 param_2,undefined4 param_3)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "undefined4 param_3" type_identifier identifier) ))) (compound_statement "{\n FUN_000aa120(param_2,param_3,param_1 + 0x3d);\n *(undefined1 *)(param_1 + 0x3c) = 1;\n return;\n}" { (expression_statement "FUN_000aa120(param_2,param_3,param_1 + 0x3d);" (call_expression "FUN_000aa120(param_2,param_3,param_1 + 0x3d)" identifier (argument_list "(param_2,param_3,param_1 + 0x3d)" ( identifier , identifier , (binary_expression "param_1 + 0x3d" identifier + number_literal) ))) ;) (expression_statement "*(undefined1 *)(param_1 + 0x3c) = 1;" (assignment_expression "*(undefined1 *)(param_1 + 0x3c) = 1" (pointer_expression "*(undefined1 *)(param_1 + 0x3c)" * (cast_expression "(undefined1 *)(param_1 + 0x3c)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x3c)" ( (binary_expression "param_1 + 0x3c" identifier + number_literal) )))) = number_literal) ;) (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: void parse_to_value(Struct_mmap_output_file * this, char * option_name,\n char * arg, Command_line * param_3, General_options * param_4) */\n\nvoid __thiscall\ngold::General_options::Struct_mmap_output_file::parse_to_value\n (Struct_mmap_output_file *this,char *option_name,char *arg,Command_line *param_4,\n General_options *param_5)\n\n{\n gold::options::parse_bool(option_name,arg,&this->value);\n this->user_set_via_option = true;\n return;\n}\n\n" comment comment comment (function_definition "void __thiscall\ngold::General_options::Struct_mmap_output_file::parse_to_value\n (Struct_mmap_output_file *this,char *option_name,char *arg,Command_line *param_4,\n General_options *param_5)\n\n{\n gold::options::parse_bool(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_mmap_output_file::" identifier : : identifier : : identifier : :) (function_declarator "parse_to_value\n (Struct_mmap_output_file *this,char *option_name,char *arg,Command_line *param_4,\n General_options *param_5)" identifier (parameter_list "(Struct_mmap_output_file *this,char *option_name,char *arg,Command_line *param_4,\n General_options *param_5)" ( (parameter_declaration "Struct_mmap_output_file *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_4" type_identifier (pointer_declarator "*param_4" * identifier)) , (parameter_declaration "General_options *param_5" type_identifier (pointer_declarator "*param_5" * identifier)) ))) (compound_statement "{\n gold::options::parse_bool(option_name,arg,&this->value);\n this->user_set_via_option = true;\n return;\n}" { (labeled_statement "gold::options::parse_bool(option_name,arg,&this->value);" statement_identifier : (ERROR ":" :) (labeled_statement "options::parse_bool(option_name,arg,&this->value);" statement_identifier : (ERROR ":" :) (expression_statement "parse_bool(option_name,arg,&this->value);" (call_expression "parse_bool(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_00043ed0(int param_1,undefined4 param_2,undefined4 param_3)\n\n{\n FUN_000aa120(param_2,param_3,param_1 + 0x3d);\n *(undefined1 *)(param_1 + 0x3c) = 1;\n return;\n}\n\n" (function_definition "void FUN_00043ed0(int param_1,undefined4 param_2,undefined4 param_3)\n\n{\n FUN_000aa120(param_2,param_3,param_1 + 0x3d);\n *(undefined1 *)(param_1 + 0x3c) = 1;\n return;\n}" primitive_type (function_declarator "FUN_00043ed0(int param_1,undefined4 param_2,undefined4 param_3)" identifier (parameter_list "(int param_1,undefined4 param_2,undefined4 param_3)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "undefined4 param_3" type_identifier identifier) ))) (compound_statement "{\n FUN_000aa120(param_2,param_3,param_1 + 0x3d);\n *(undefined1 *)(param_1 + 0x3c) = 1;\n return;\n}" { (expression_statement "FUN_000aa120(param_2,param_3,param_1 + 0x3d);" (call_expression "FUN_000aa120(param_2,param_3,param_1 + 0x3d)" identifier (argument_list "(param_2,param_3,param_1 + 0x3d)" ( identifier , identifier , (binary_expression "param_1 + 0x3d" identifier + number_literal) ))) ;) (expression_statement "*(undefined1 *)(param_1 + 0x3c) = 1;" (assignment_expression "*(undefined1 *)(param_1 + 0x3c) = 1" (pointer_expression "*(undefined1 *)(param_1 + 0x3c)" * (cast_expression "(undefined1 *)(param_1 + 0x3c)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x3c)" ( (binary_expression "param_1 + 0x3c" 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 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_00043ed0(int param_1,undefined4 param_2,undefined4 param_3)\n\n{\n FUN_000aa120(param_2,param_3,param_1 + 0x3d);\n *(undefined1 *)(param_1 + 0x3c) = 1;\n return;\n}" (primitive_type "void") (function_declarator "FUN_00043ed0(int param_1,undefined4 param_2,undefined4 param_3)" (identifier "FUN_00043ed0") (parameter_list "(int param_1,undefined4 param_2,undefined4 param_3)" (( "(") (parameter_declaration "int param_1" (primitive_type "int") (identifier "param_1")) (, ",") (parameter_declaration "undefined4 param_2" (type_identifier "undefined4") (identifier "param_2")) (, ",") (parameter_declaration "undefined4 param_3" (type_identifier "undefined4") (identifier "param_3")) () ")"))) (compound_statement "{\n FUN_000aa120(param_2,param_3,param_1 + 0x3d);\n *(undefined1 *)(param_1 + 0x3c) = 1;\n return;\n}" ({ "{") (expression_statement "FUN_000aa120(param_2,param_3,param_1 + 0x3d);" (call_expression "FUN_000aa120(param_2,param_3,param_1 + 0x3d)" (identifier "FUN_000aa120") (argument_list "(param_2,param_3,param_1 + 0x3d)" (( "(") (identifier "param_2") (, ",") (identifier "param_3") (, ",") (binary_expression "param_1 + 0x3d" (identifier "param_1") (+ "+") (number_literal "0x3d")) () ")"))) (; ";")) (expression_statement "*(undefined1 *)(param_1 + 0x3c) = 1;" (assignment_expression "*(undefined1 *)(param_1 + 0x3c) = 1" (pointer_expression "*(undefined1 *)(param_1 + 0x3c)" (* "*") (cast_expression "(undefined1 *)(param_1 + 0x3c)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x3c)" (( "(") (binary_expression "param_1 + 0x3c" (identifier "param_1") (+ "+") (number_literal "0x3c")) () ")")))) (= "=") (number_literal "1")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original prototype: void parse_to_value(Struct_mmap_output_file * 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_4, type_3 *param_5) { 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: (primitive_type) 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
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(int param_1,undefined4 param_2,undefined4 param_3) { FUN_000aa120(param_2,param_3,param_1 + 0x3d); *(undefined1 *)(param_1 + 0x3c) = 1; return; }
8379_powerpc-linux-gnu-dwp_and_powerpc-linux-gnu-dwp_strip.c
grouping
FUN_001fa720
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* std::numpunct<char>::grouping() const */ string * std::numpunct<char>::grouping(void) { string *in_stack_00000004; int *in_stack_00000008; allocator local_d; undefined4 uStack_c; uStack_c = 0x1fa727; if (*(code **)(*in_stack_00000008 + 0x10) == (code *)PTR_do_grouping_0038ef44) { std::string::string(in_stack_00000004,*(char **)(in_stack_00000008[2] + 8),&local_d); return in_stack_00000004; } (**(code **)(*in_stack_00000008 + 0x10))(); return in_stack_00000004; }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ undefined4 FUN_001fa720(undefined4 param_1,int *param_2) { undefined1 local_d; undefined4 uStack_c; uStack_c = 0x1fa727; if (*(code **)(*param_2 + 0x10) == (code *)PTR_FUN_0038ef44) { FUN_00220d30(param_1,*(undefined4 *)(param_2[2] + 8),&local_d); return param_1; } (**(code **)(*param_2 + 0x10))(param_1,param_2); return param_1; }
PUSH ESI PUSH EBX CALL 0x00035840 ADD EBX,0x1948d9 SUB ESP,0x14 MOV EAX,dword ptr [ESP + 0x24] MOV ESI,dword ptr [ESP + 0x20] MOV EDX,dword ptr [EAX] MOV EDX,dword ptr [EDX + 0x10] CMP EDX,dword ptr [EBX + 0xffffff44] JNZ 0x001fa770 SUB ESP,0x4 MOV EAX,dword ptr [EAX + 0x8] LEA EDX,[ESP + 0x13] PUSH EDX PUSH dword ptr [EAX + 0x8] PUSH ESI CALL 0x00220d30 ADD ESP,0x10 MOV EAX,ESI ADD ESP,0x14 POP EBX POP ESI RET 0x4 SUB ESP,0x8 PUSH EAX PUSH ESI CALL EDX MOV EAX,ESI ADD ESP,0xc ADD ESP,0x14 POP EBX POP ESI RET 0x4
null
null
null
null
[('const-417', u'LOAD_-1207916704'), ('const-417', u'LOAD_-1207916648'), ('const-8', u'INT_ADD_-1207916632'), (u'PTRADD_-1207916434', u'LOAD_-1207916664'), (u'CAST_-1207916423', u'LOAD_-1207916648'), (u'CALL_-1207916630', u'INDIRECT_-1207916429'), (u'LOAD_-1207916704', u'CALLIND_-1207916546'), (u'CALLIND_-1207916546', u'INDIRECT_-1207916397'), (u'PTRSUB_-1207916429', u'CALL_-1207916630'), ('tmp_711', u'CALL_-1207916630'), (u'LOAD_-1207916664', u'INT_ADD_-1207916632'), ('const-2074407', u'COPY_-1207916758'), (u'INT_ADD_-1207916632', u'CAST_-1207916423'), (u'CALL_-1207916630', u'INDIRECT_-1207916436'), ('const-2', u'PTRADD_-1207916434'), ('tmp_141', u'CBRANCH_-1207916677'), ('const-417', u'LOAD_-1207916664'), (u'INDIRECT_-1207916429', u'COPY_-1207916473'), ('const-4294967283', u'PTRSUB_-1207916429'), ('tmp_711', u'COPY_-1207916618'), (u'CAST_-1207916443', u'INT_EQUAL_-1207916683'), ('tmp_710', u'LOAD_-1207916709'), ('tmp_534', u'PTRSUB_-1207916429'), (u'LOAD_-1207916648', u'CALL_-1207916630'), (u'CALLIND_-1207916546', u'INDIRECT_-1207916404'), ('const-0', u'RETURN_-1207916501'), (u'LOAD_-1207916704', u'INT_EQUAL_-1207916683'), (u'INT_EQUAL_-1207916683', u'CBRANCH_-1207916677'), ('tmp_710', u'PTRADD_-1207916434'), ('tmp_738', u'CAST_-1207916443'), (u'CAST_-1207916447', u'LOAD_-1207916704'), (u'LOAD_-1207916709', u'INT_ADD_-1207916688'), ('const-417', u'LOAD_-1207916709'), ('tmp_711', u'COPY_-1207916550'), (u'COPY_-1207916550', u'RETURN_-1207916501'), ('const-0', u'RETURN_-1207916581'), (u'INDIRECT_-1207916397', u'COPY_-1207916442'), ('const-16', u'INT_ADD_-1207916688'), (u'INT_ADD_-1207916688', u'CAST_-1207916447'), ('const-4', u'PTRADD_-1207916434'), (u'COPY_-1207916618', u'RETURN_-1207916581')]
[('const-4294967283', u'PTRSUB_-1207916433'), ('tmp_730', u'CAST_-1207916447'), ('const-8', u'INT_ADD_-1207916632'), (u'LOAD_-1207916704', u'CALLIND_-1207916546'), (u'CAST_-1207916427', u'LOAD_-1207916648'), (u'CALLIND_-1207916546', u'INDIRECT_-1207916401'), (u'CAST_-1207916447', u'INT_EQUAL_-1207916683'), ('const-417', u'LOAD_-1207916664'), (u'PTRADD_-1207916438', u'LOAD_-1207916664'), (u'LOAD_-1207916664', u'INT_ADD_-1207916632'), ('const-2074407', u'COPY_-1207916758'), (u'CALLIND_-1207916546', u'INDIRECT_-1207916408'), (u'CAST_-1207916451', u'LOAD_-1207916704'), (u'INT_ADD_-1207916688', u'CAST_-1207916451'), ('tmp_700', u'CALLIND_-1207916546'), ('const-417', u'LOAD_-1207916709'), (u'PTRSUB_-1207916433', u'CALL_-1207916630'), ('tmp_141', u'CBRANCH_-1207916677'), (u'INDIRECT_-1207916433', u'COPY_-1207916477'), ('tmp_700', u'COPY_-1207916618'), ('tmp_700', u'COPY_-1207916550'), ('const-2', u'PTRADD_-1207916438'), ('tmp_699', u'LOAD_-1207916709'), (u'CALL_-1207916630', u'INDIRECT_-1207916440'), ('const-417', u'LOAD_-1207916704'), ('const-417', u'LOAD_-1207916648'), (u'LOAD_-1207916648', u'CALL_-1207916630'), ('const-0', u'RETURN_-1207916501'), (u'LOAD_-1207916704', u'INT_EQUAL_-1207916683'), (u'INT_EQUAL_-1207916683', u'CBRANCH_-1207916677'), (u'CALL_-1207916630', u'INDIRECT_-1207916433'), (u'INT_ADD_-1207916632', u'CAST_-1207916427'), ('tmp_699', u'PTRADD_-1207916438'), ('tmp_699', u'CALLIND_-1207916546'), (u'LOAD_-1207916709', u'INT_ADD_-1207916688'), (u'INDIRECT_-1207916401', u'COPY_-1207916446'), ('const-4', u'PTRADD_-1207916438'), (u'COPY_-1207916550', u'RETURN_-1207916501'), ('tmp_700', u'CALL_-1207916630'), ('const-0', u'RETURN_-1207916581'), ('const-16', u'INT_ADD_-1207916688'), ('tmp_524', u'PTRSUB_-1207916433'), (u'COPY_-1207916618', u'RETURN_-1207916581')]
null
null
001fa720
x86
O2
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nundefined4 FUN_001fa720(undefined4 param_1,int *param_2)\n\n{\n undefined1 local_d;\n undefined4 uStack_c;\n \n uStack_c = 0x1fa727;\n if (*(code **)(*param_2 + 0x10) == (code *)PTR_FUN_0038ef44) {\n FUN_00220d30(param_1,*(undefined4 *)(param_2[2] + 8),&local_d);\n return param_1;\n }\n (**(code **)(*param_2 + 0x10))(param_1,param_2);\n return param_1;\n}\n\n" comment (function_definition "undefined4 FUN_001fa720(undefined4 param_1,int *param_2)\n\n{\n undefined1 local_d;\n undefined4 uStack_c;\n \n uStack_c = 0x1fa727;\n if (*(code **)(*param_2 + 0x10) == (code *)PTR_FUN_0038ef44) {\n FUN_00220d30(param_1,*(undefined4 *)(param_2[2] + 8),&local_d);\n return param_1;\n }\n (**(code **)(*param_2 + 0x10))(param_1,param_2);\n return param_1;\n}" type_identifier (function_declarator "FUN_001fa720(undefined4 param_1,int *param_2)" identifier (parameter_list "(undefined4 param_1,int *param_2)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "int *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n undefined1 local_d;\n undefined4 uStack_c;\n \n uStack_c = 0x1fa727;\n if (*(code **)(*param_2 + 0x10) == (code *)PTR_FUN_0038ef44) {\n FUN_00220d30(param_1,*(undefined4 *)(param_2[2] + 8),&local_d);\n return param_1;\n }\n (**(code **)(*param_2 + 0x10))(param_1,param_2);\n return param_1;\n}" { (declaration "undefined1 local_d;" type_identifier identifier ;) (declaration "undefined4 uStack_c;" type_identifier identifier ;) (expression_statement "uStack_c = 0x1fa727;" (assignment_expression "uStack_c = 0x1fa727" identifier = number_literal) ;) (if_statement "if (*(code **)(*param_2 + 0x10) == (code *)PTR_FUN_0038ef44) {\n FUN_00220d30(param_1,*(undefined4 *)(param_2[2] + 8),&local_d);\n return param_1;\n }" if (parenthesized_expression "(*(code **)(*param_2 + 0x10) == (code *)PTR_FUN_0038ef44)" ( (binary_expression "*(code **)(*param_2 + 0x10) == (code *)PTR_FUN_0038ef44" (pointer_expression "*(code **)(*param_2 + 0x10)" * (cast_expression "(code **)(*param_2 + 0x10)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_2 + 0x10)" ( (binary_expression "*param_2 + 0x10" (pointer_expression "*param_2" * identifier) + number_literal) )))) == (cast_expression "(code *)PTR_FUN_0038ef44" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (compound_statement "{\n FUN_00220d30(param_1,*(undefined4 *)(param_2[2] + 8),&local_d);\n return param_1;\n }" { (expression_statement "FUN_00220d30(param_1,*(undefined4 *)(param_2[2] + 8),&local_d);" (call_expression "FUN_00220d30(param_1,*(undefined4 *)(param_2[2] + 8),&local_d)" identifier (argument_list "(param_1,*(undefined4 *)(param_2[2] + 8),&local_d)" ( identifier , (pointer_expression "*(undefined4 *)(param_2[2] + 8)" * (cast_expression "(undefined4 *)(param_2[2] + 8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2[2] + 8)" ( (binary_expression "param_2[2] + 8" (subscript_expression "param_2[2]" identifier [ number_literal ]) + number_literal) )))) , (pointer_expression "&local_d" & identifier) ))) ;) (return_statement "return param_1;" return identifier ;) })) (expression_statement "(**(code **)(*param_2 + 0x10))(param_1,param_2);" (call_expression "(**(code **)(*param_2 + 0x10))(param_1,param_2)" (parenthesized_expression "(**(code **)(*param_2 + 0x10))" ( (pointer_expression "**(code **)(*param_2 + 0x10)" * (pointer_expression "*(code **)(*param_2 + 0x10)" * (cast_expression "(code **)(*param_2 + 0x10)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_2 + 0x10)" ( (binary_expression "*param_2 + 0x10" (pointer_expression "*param_2" * identifier) + number_literal) ))))) )) (argument_list "(param_1,param_2)" ( identifier , identifier ))) ;) (return_statement "return param_1;" return identifier ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* std::numpunct<char>::grouping() const */\n\nstring * std::numpunct<char>::grouping(void)\n\n{\n string *in_stack_00000004;\n int *in_stack_00000008;\n allocator local_d;\n undefined4 uStack_c;\n \n uStack_c = 0x1fa727;\n if (*(code **)(*in_stack_00000008 + 0x10) == (code *)PTR_do_grouping_0038ef44) {\n std::string::string(in_stack_00000004,*(char **)(in_stack_00000008[2] + 8),&local_d);\n return in_stack_00000004;\n }\n (**(code **)(*in_stack_00000008 + 0x10))();\n return in_stack_00000004;\n}\n\n" comment comment (ERROR "string * std::numpunct<char>::grouping(void)" (binary_expression "string * std::numpunct<char>::grouping(void)" (binary_expression "string * std::numpunct<char" (binary_expression "string * std" identifier * identifier) (ERROR "::numpunct" : : identifier) < identifier) > (ERROR "::" : :) (call_expression "grouping(void)" identifier (argument_list "(void)" ( identifier ))))) (compound_statement "{\n string *in_stack_00000004;\n int *in_stack_00000008;\n allocator local_d;\n undefined4 uStack_c;\n \n uStack_c = 0x1fa727;\n if (*(code **)(*in_stack_00000008 + 0x10) == (code *)PTR_do_grouping_0038ef44) {\n std::string::string(in_stack_00000004,*(char **)(in_stack_00000008[2] + 8),&local_d);\n return in_stack_00000004;\n }\n (**(code **)(*in_stack_00000008 + 0x10))();\n return in_stack_00000004;\n}" { (declaration "string *in_stack_00000004;" type_identifier (pointer_declarator "*in_stack_00000004" * identifier) ;) (declaration "int *in_stack_00000008;" primitive_type (pointer_declarator "*in_stack_00000008" * identifier) ;) (declaration "allocator local_d;" type_identifier identifier ;) (declaration "undefined4 uStack_c;" type_identifier identifier ;) (expression_statement "uStack_c = 0x1fa727;" (assignment_expression "uStack_c = 0x1fa727" identifier = number_literal) ;) (if_statement "if (*(code **)(*in_stack_00000008 + 0x10) == (code *)PTR_do_grouping_0038ef44) {\n std::string::string(in_stack_00000004,*(char **)(in_stack_00000008[2] + 8),&local_d);\n return in_stack_00000004;\n }" if (parenthesized_expression "(*(code **)(*in_stack_00000008 + 0x10) == (code *)PTR_do_grouping_0038ef44)" ( (binary_expression "*(code **)(*in_stack_00000008 + 0x10) == (code *)PTR_do_grouping_0038ef44" (pointer_expression "*(code **)(*in_stack_00000008 + 0x10)" * (cast_expression "(code **)(*in_stack_00000008 + 0x10)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*in_stack_00000008 + 0x10)" ( (binary_expression "*in_stack_00000008 + 0x10" (pointer_expression "*in_stack_00000008" * identifier) + number_literal) )))) == (cast_expression "(code *)PTR_do_grouping_0038ef44" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (compound_statement "{\n std::string::string(in_stack_00000004,*(char **)(in_stack_00000008[2] + 8),&local_d);\n return in_stack_00000004;\n }" { (labeled_statement "std::string::string(in_stack_00000004,*(char **)(in_stack_00000008[2] + 8),&local_d);" statement_identifier : (ERROR ":" :) (labeled_statement "string::string(in_stack_00000004,*(char **)(in_stack_00000008[2] + 8),&local_d);" statement_identifier : (ERROR ":" :) (expression_statement "string(in_stack_00000004,*(char **)(in_stack_00000008[2] + 8),&local_d);" (call_expression "string(in_stack_00000004,*(char **)(in_stack_00000008[2] + 8),&local_d)" identifier (argument_list "(in_stack_00000004,*(char **)(in_stack_00000008[2] + 8),&local_d)" ( identifier , (pointer_expression "*(char **)(in_stack_00000008[2] + 8)" * (cast_expression "(char **)(in_stack_00000008[2] + 8)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(in_stack_00000008[2] + 8)" ( (binary_expression "in_stack_00000008[2] + 8" (subscript_expression "in_stack_00000008[2]" identifier [ number_literal ]) + number_literal) )))) , (pointer_expression "&local_d" & identifier) ))) ;))) (return_statement "return in_stack_00000004;" return identifier ;) })) (expression_statement "(**(code **)(*in_stack_00000008 + 0x10))();" (call_expression "(**(code **)(*in_stack_00000008 + 0x10))()" (parenthesized_expression "(**(code **)(*in_stack_00000008 + 0x10))" ( (pointer_expression "**(code **)(*in_stack_00000008 + 0x10)" * (pointer_expression "*(code **)(*in_stack_00000008 + 0x10)" * (cast_expression "(code **)(*in_stack_00000008 + 0x10)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*in_stack_00000008 + 0x10)" ( (binary_expression "*in_stack_00000008 + 0x10" (pointer_expression "*in_stack_00000008" * identifier) + number_literal) ))))) )) (argument_list "()" ( ))) ;) (return_statement "return in_stack_00000004;" return identifier ;) }))
(translation_unit "undefined4 FUN_001fa720(undefined4 param_1,int *param_2)\n\n{\n undefined1 local_d;\n undefined4 uStack_c;\n \n uStack_c = 0x1fa727;\n if (*(code **)(*param_2 + 0x10) == (code *)PTR_FUN_0038ef44) {\n FUN_00220d30(param_1,*(undefined4 *)(param_2[2] + 8),&local_d);\n return param_1;\n }\n (**(code **)(*param_2 + 0x10))(param_1,param_2);\n return param_1;\n}\n\n" (function_definition "undefined4 FUN_001fa720(undefined4 param_1,int *param_2)\n\n{\n undefined1 local_d;\n undefined4 uStack_c;\n \n uStack_c = 0x1fa727;\n if (*(code **)(*param_2 + 0x10) == (code *)PTR_FUN_0038ef44) {\n FUN_00220d30(param_1,*(undefined4 *)(param_2[2] + 8),&local_d);\n return param_1;\n }\n (**(code **)(*param_2 + 0x10))(param_1,param_2);\n return param_1;\n}" type_identifier (function_declarator "FUN_001fa720(undefined4 param_1,int *param_2)" identifier (parameter_list "(undefined4 param_1,int *param_2)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "int *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n undefined1 local_d;\n undefined4 uStack_c;\n \n uStack_c = 0x1fa727;\n if (*(code **)(*param_2 + 0x10) == (code *)PTR_FUN_0038ef44) {\n FUN_00220d30(param_1,*(undefined4 *)(param_2[2] + 8),&local_d);\n return param_1;\n }\n (**(code **)(*param_2 + 0x10))(param_1,param_2);\n return param_1;\n}" { (declaration "undefined1 local_d;" type_identifier identifier ;) (declaration "undefined4 uStack_c;" type_identifier identifier ;) (expression_statement "uStack_c = 0x1fa727;" (assignment_expression "uStack_c = 0x1fa727" identifier = number_literal) ;) (if_statement "if (*(code **)(*param_2 + 0x10) == (code *)PTR_FUN_0038ef44) {\n FUN_00220d30(param_1,*(undefined4 *)(param_2[2] + 8),&local_d);\n return param_1;\n }" if (parenthesized_expression "(*(code **)(*param_2 + 0x10) == (code *)PTR_FUN_0038ef44)" ( (binary_expression "*(code **)(*param_2 + 0x10) == (code *)PTR_FUN_0038ef44" (pointer_expression "*(code **)(*param_2 + 0x10)" * (cast_expression "(code **)(*param_2 + 0x10)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_2 + 0x10)" ( (binary_expression "*param_2 + 0x10" (pointer_expression "*param_2" * identifier) + number_literal) )))) == (cast_expression "(code *)PTR_FUN_0038ef44" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (compound_statement "{\n FUN_00220d30(param_1,*(undefined4 *)(param_2[2] + 8),&local_d);\n return param_1;\n }" { (expression_statement "FUN_00220d30(param_1,*(undefined4 *)(param_2[2] + 8),&local_d);" (call_expression "FUN_00220d30(param_1,*(undefined4 *)(param_2[2] + 8),&local_d)" identifier (argument_list "(param_1,*(undefined4 *)(param_2[2] + 8),&local_d)" ( identifier , (pointer_expression "*(undefined4 *)(param_2[2] + 8)" * (cast_expression "(undefined4 *)(param_2[2] + 8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2[2] + 8)" ( (binary_expression "param_2[2] + 8" (subscript_expression "param_2[2]" identifier [ number_literal ]) + number_literal) )))) , (pointer_expression "&local_d" & identifier) ))) ;) (return_statement "return param_1;" return identifier ;) })) (expression_statement "(**(code **)(*param_2 + 0x10))(param_1,param_2);" (call_expression "(**(code **)(*param_2 + 0x10))(param_1,param_2)" (parenthesized_expression "(**(code **)(*param_2 + 0x10))" ( (pointer_expression "**(code **)(*param_2 + 0x10)" * (pointer_expression "*(code **)(*param_2 + 0x10)" * (cast_expression "(code **)(*param_2 + 0x10)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_2 + 0x10)" ( (binary_expression "*param_2 + 0x10" (pointer_expression "*param_2" * identifier) + number_literal) ))))) )) (argument_list "(param_1,param_2)" ( identifier , identifier ))) ;) (return_statement "return param_1;" return identifier ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_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 (pointer_expression * IDENT) + LIT) )))) == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) + LIT) )))) , (pointer_expression & IDENT) ))) ;) (return_statement return 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 ))) ;) (return_statement return IDENT ;) })))
(function_definition "undefined4 FUN_001fa720(undefined4 param_1,int *param_2)\n\n{\n undefined1 local_d;\n undefined4 uStack_c;\n \n uStack_c = 0x1fa727;\n if (*(code **)(*param_2 + 0x10) == (code *)PTR_FUN_0038ef44) {\n FUN_00220d30(param_1,*(undefined4 *)(param_2[2] + 8),&local_d);\n return param_1;\n }\n (**(code **)(*param_2 + 0x10))(param_1,param_2);\n return param_1;\n}" (type_identifier "undefined4") (function_declarator "FUN_001fa720(undefined4 param_1,int *param_2)" (identifier "FUN_001fa720") (parameter_list "(undefined4 param_1,int *param_2)" (( "(") (parameter_declaration "undefined4 param_1" (type_identifier "undefined4") (identifier "param_1")) (, ",") (parameter_declaration "int *param_2" (primitive_type "int") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) () ")"))) (compound_statement "{\n undefined1 local_d;\n undefined4 uStack_c;\n \n uStack_c = 0x1fa727;\n if (*(code **)(*param_2 + 0x10) == (code *)PTR_FUN_0038ef44) {\n FUN_00220d30(param_1,*(undefined4 *)(param_2[2] + 8),&local_d);\n return param_1;\n }\n (**(code **)(*param_2 + 0x10))(param_1,param_2);\n return param_1;\n}" ({ "{") (declaration "undefined1 local_d;" (type_identifier "undefined1") (identifier "local_d") (; ";")) (declaration "undefined4 uStack_c;" (type_identifier "undefined4") (identifier "uStack_c") (; ";")) (expression_statement "uStack_c = 0x1fa727;" (assignment_expression "uStack_c = 0x1fa727" (identifier "uStack_c") (= "=") (number_literal "0x1fa727")) (; ";")) (if_statement "if (*(code **)(*param_2 + 0x10) == (code *)PTR_FUN_0038ef44) {\n FUN_00220d30(param_1,*(undefined4 *)(param_2[2] + 8),&local_d);\n return param_1;\n }" (if "if") (parenthesized_expression "(*(code **)(*param_2 + 0x10) == (code *)PTR_FUN_0038ef44)" (( "(") (binary_expression "*(code **)(*param_2 + 0x10) == (code *)PTR_FUN_0038ef44" (pointer_expression "*(code **)(*param_2 + 0x10)" (* "*") (cast_expression "(code **)(*param_2 + 0x10)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_2 + 0x10)" (( "(") (binary_expression "*param_2 + 0x10" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (+ "+") (number_literal "0x10")) () ")")))) (== "==") (cast_expression "(code *)PTR_FUN_0038ef44" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_FUN_0038ef44"))) () ")")) (compound_statement "{\n FUN_00220d30(param_1,*(undefined4 *)(param_2[2] + 8),&local_d);\n return param_1;\n }" ({ "{") (expression_statement "FUN_00220d30(param_1,*(undefined4 *)(param_2[2] + 8),&local_d);" (call_expression "FUN_00220d30(param_1,*(undefined4 *)(param_2[2] + 8),&local_d)" (identifier "FUN_00220d30") (argument_list "(param_1,*(undefined4 *)(param_2[2] + 8),&local_d)" (( "(") (identifier "param_1") (, ",") (pointer_expression "*(undefined4 *)(param_2[2] + 8)" (* "*") (cast_expression "(undefined4 *)(param_2[2] + 8)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2[2] + 8)" (( "(") (binary_expression "param_2[2] + 8" (subscript_expression "param_2[2]" (identifier "param_2") ([ "[") (number_literal "2") (] "]")) (+ "+") (number_literal "8")) () ")")))) (, ",") (pointer_expression "&local_d" (& "&") (identifier "local_d")) () ")"))) (; ";")) (return_statement "return param_1;" (return "return") (identifier "param_1") (; ";")) (} "}"))) (expression_statement "(**(code **)(*param_2 + 0x10))(param_1,param_2);" (call_expression "(**(code **)(*param_2 + 0x10))(param_1,param_2)" (parenthesized_expression "(**(code **)(*param_2 + 0x10))" (( "(") (pointer_expression "**(code **)(*param_2 + 0x10)" (* "*") (pointer_expression "*(code **)(*param_2 + 0x10)" (* "*") (cast_expression "(code **)(*param_2 + 0x10)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_2 + 0x10)" (( "(") (binary_expression "*param_2 + 0x10" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (+ "+") (number_literal "0x10")) () ")"))))) () ")")) (argument_list "(param_1,param_2)" (( "(") (identifier "param_1") (, ",") (identifier "param_2") () ")"))) (; ";")) (return_statement "return param_1;" (return "return") (identifier "param_1") (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* std::numpunct<char>::grouping() const */ type_1 * std::numpunct<char>::grouping(void) { type_1 *in_stack_00000004; int *in_stack_00000008; type_2 local_d; type_3 uStack_c; uStack_c = 0x1fa727; if (*(type_4 **)(*in_stack_00000008 + 0x10) == (type_4 *)PTR_do_grouping_0038ef44) { std::string::type_1(in_stack_00000004,*(char **)(in_stack_00000008[2] + 8),&local_d); return in_stack_00000004; } (**(type_4 **)(*in_stack_00000008 + 0x10))(); return in_stack_00000004; }
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: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (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: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) consequence: (compound_statement (expression_statement (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: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))))) (pointer_expression argument: (identifier))))) (return_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: (identifier)) right: (number_literal))))))) arguments: (argument_list (identifier) (identifier)))) (return_statement (identifier)))))
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ undefined4 MASKED(undefined4 param_1,int *param_2) { undefined1 local_d; undefined4 uStack_c; uStack_c = 0x1fa727; if (*(code **)(*param_2 + 0x10) == (code *)PTR_FUN_0038ef44) { FUN_00220d30(param_1,*(undefined4 *)(param_2[2] + 8),&local_d); return param_1; } (**(code **)(*param_2 + 0x10))(param_1,param_2); return param_1; }
10596_sparc64-linux-gnu-ld_and_sparc64-linux-gnu-ld_strip.c
replace
FUN_002820e0
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* std::wstring::replace(unsigned int, unsigned int, wchar_t const*) */ void __thiscall std::wstring::replace(wstring *this,uint param_1,uint param_2,wchar_t *param_3) { size_t sVar1; sVar1 = wcslen(param_3); replace(this,param_1,param_2,param_3,sVar1); return; }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_002820e0(undefined4 param_1,undefined4 param_2,undefined4 param_3,wchar_t *param_4) { size_t sVar1; sVar1 = wcslen(param_4); FUN_00281e30(param_1,param_2,param_3,param_4,sVar1); return; }
PUSH ESI PUSH EBX CALL 0x00036db0 ADD EBX,0x127f19 SUB ESP,0x10 MOV ESI,dword ptr [ESP + 0x28] PUSH ESI CALL 0x0002a280 MOV dword ptr [ESP],EAX PUSH ESI PUSH dword ptr [ESP + 0x2c] PUSH dword ptr [ESP + 0x2c] PUSH dword ptr [ESP + 0x2c] CALL 0x00281e30 ADD ESP,0x24 POP EBX POP ESI RET
null
null
null
null
[('tmp_234', u'CALL_-1204346549'), (u'CALL_-1204346593', u'CALL_-1204346549'), ('tmp_232', u'CALL_-1204346549'), ('tmp_234', u'CALL_-1204346593'), ('tmp_231', u'CALL_-1204346549'), ('tmp_233', u'CALL_-1204346549'), ('const-0', u'RETURN_-1204346516')]
[('tmp_473', u'CALL_-1204346549'), (u'CALL_-1204346593', u'CALL_-1204346549'), ('tmp_475', u'CALL_-1204346549'), ('tmp_473', u'CALL_-1204346593'), ('const-0', u'RETURN_-1204346516'), ('tmp_476', u'CALL_-1204346549'), ('tmp_474', u'CALL_-1204346549')]
null
null
002820e0
x86
O2
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_002820e0(undefined4 param_1,undefined4 param_2,undefined4 param_3,wchar_t *param_4)\n\n{\n size_t sVar1;\n \n sVar1 = wcslen(param_4);\n FUN_00281e30(param_1,param_2,param_3,param_4,sVar1);\n return;\n}\n\n" comment (function_definition "void FUN_002820e0(undefined4 param_1,undefined4 param_2,undefined4 param_3,wchar_t *param_4)\n\n{\n size_t sVar1;\n \n sVar1 = wcslen(param_4);\n FUN_00281e30(param_1,param_2,param_3,param_4,sVar1);\n return;\n}" primitive_type (function_declarator "FUN_002820e0(undefined4 param_1,undefined4 param_2,undefined4 param_3,wchar_t *param_4)" identifier (parameter_list "(undefined4 param_1,undefined4 param_2,undefined4 param_3,wchar_t *param_4)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "undefined4 param_3" type_identifier identifier) , (parameter_declaration "wchar_t *param_4" type_identifier (pointer_declarator "*param_4" * identifier)) ))) (compound_statement "{\n size_t sVar1;\n \n sVar1 = wcslen(param_4);\n FUN_00281e30(param_1,param_2,param_3,param_4,sVar1);\n return;\n}" { (declaration "size_t sVar1;" primitive_type identifier ;) (expression_statement "sVar1 = wcslen(param_4);" (assignment_expression "sVar1 = wcslen(param_4)" identifier = (call_expression "wcslen(param_4)" identifier (argument_list "(param_4)" ( identifier )))) ;) (expression_statement "FUN_00281e30(param_1,param_2,param_3,param_4,sVar1);" (call_expression "FUN_00281e30(param_1,param_2,param_3,param_4,sVar1)" identifier (argument_list "(param_1,param_2,param_3,param_4,sVar1)" ( identifier , identifier , identifier , identifier , identifier ))) ;) (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* std::wstring::replace(unsigned int, unsigned int, wchar_t const*) */\n\nvoid __thiscall std::wstring::replace(wstring *this,uint param_1,uint param_2,wchar_t *param_3)\n\n{\n size_t sVar1;\n \n sVar1 = wcslen(param_3);\n replace(this,param_1,param_2,param_3,sVar1);\n return;\n}\n\n" comment comment (function_definition "void __thiscall std::wstring::replace(wstring *this,uint param_1,uint param_2,wchar_t *param_3)\n\n{\n size_t sVar1;\n \n sVar1 = wcslen(param_3);\n replace(this,param_1,param_2,param_3,sVar1);\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::wstring::" identifier : : identifier : :) (function_declarator "replace(wstring *this,uint param_1,uint param_2,wchar_t *param_3)" identifier (parameter_list "(wstring *this,uint param_1,uint param_2,wchar_t *param_3)" ( (parameter_declaration "wstring *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "uint param_1" type_identifier identifier) , (parameter_declaration "uint param_2" type_identifier identifier) , (parameter_declaration "wchar_t *param_3" type_identifier (pointer_declarator "*param_3" * identifier)) ))) (compound_statement "{\n size_t sVar1;\n \n sVar1 = wcslen(param_3);\n replace(this,param_1,param_2,param_3,sVar1);\n return;\n}" { (declaration "size_t sVar1;" primitive_type identifier ;) (expression_statement "sVar1 = wcslen(param_3);" (assignment_expression "sVar1 = wcslen(param_3)" identifier = (call_expression "wcslen(param_3)" identifier (argument_list "(param_3)" ( identifier )))) ;) (expression_statement "replace(this,param_1,param_2,param_3,sVar1);" (call_expression "replace(this,param_1,param_2,param_3,sVar1)" identifier (argument_list "(this,param_1,param_2,param_3,sVar1)" ( identifier , identifier , identifier , identifier , identifier ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void FUN_002820e0(undefined4 param_1,undefined4 param_2,undefined4 param_3,wchar_t *param_4)\n\n{\n size_t sVar1;\n \n sVar1 = wcslen(param_4);\n FUN_00281e30(param_1,param_2,param_3,param_4,sVar1);\n return;\n}\n\n" (function_definition "void FUN_002820e0(undefined4 param_1,undefined4 param_2,undefined4 param_3,wchar_t *param_4)\n\n{\n size_t sVar1;\n \n sVar1 = wcslen(param_4);\n FUN_00281e30(param_1,param_2,param_3,param_4,sVar1);\n return;\n}" primitive_type (function_declarator "FUN_002820e0(undefined4 param_1,undefined4 param_2,undefined4 param_3,wchar_t *param_4)" identifier (parameter_list "(undefined4 param_1,undefined4 param_2,undefined4 param_3,wchar_t *param_4)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "undefined4 param_3" type_identifier identifier) , (parameter_declaration "wchar_t *param_4" type_identifier (pointer_declarator "*param_4" * identifier)) ))) (compound_statement "{\n size_t sVar1;\n \n sVar1 = wcslen(param_4);\n FUN_00281e30(param_1,param_2,param_3,param_4,sVar1);\n return;\n}" { (declaration "size_t sVar1;" primitive_type identifier ;) (expression_statement "sVar1 = wcslen(param_4);" (assignment_expression "sVar1 = wcslen(param_4)" identifier = (call_expression "wcslen(param_4)" identifier (argument_list "(param_4)" ( identifier )))) ;) (expression_statement "FUN_00281e30(param_1,param_2,param_3,param_4,sVar1);" (call_expression "FUN_00281e30(param_1,param_2,param_3,param_4,sVar1)" identifier (argument_list "(param_1,param_2,param_3,param_4,sVar1)" ( identifier , identifier , identifier , identifier , identifier ))) ;) (return_statement "return;" return ;) })))
(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 (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT , IDENT , IDENT ))) ;) (return_statement return ;) })))
(function_definition "void FUN_002820e0(undefined4 param_1,undefined4 param_2,undefined4 param_3,wchar_t *param_4)\n\n{\n size_t sVar1;\n \n sVar1 = wcslen(param_4);\n FUN_00281e30(param_1,param_2,param_3,param_4,sVar1);\n return;\n}" (primitive_type "void") (function_declarator "FUN_002820e0(undefined4 param_1,undefined4 param_2,undefined4 param_3,wchar_t *param_4)" (identifier "FUN_002820e0") (parameter_list "(undefined4 param_1,undefined4 param_2,undefined4 param_3,wchar_t *param_4)" (( "(") (parameter_declaration "undefined4 param_1" (type_identifier "undefined4") (identifier "param_1")) (, ",") (parameter_declaration "undefined4 param_2" (type_identifier "undefined4") (identifier "param_2")) (, ",") (parameter_declaration "undefined4 param_3" (type_identifier "undefined4") (identifier "param_3")) (, ",") (parameter_declaration "wchar_t *param_4" (type_identifier "wchar_t") (pointer_declarator "*param_4" (* "*") (identifier "param_4"))) () ")"))) (compound_statement "{\n size_t sVar1;\n \n sVar1 = wcslen(param_4);\n FUN_00281e30(param_1,param_2,param_3,param_4,sVar1);\n return;\n}" ({ "{") (declaration "size_t sVar1;" (primitive_type "size_t") (identifier "sVar1") (; ";")) (expression_statement "sVar1 = wcslen(param_4);" (assignment_expression "sVar1 = wcslen(param_4)" (identifier "sVar1") (= "=") (call_expression "wcslen(param_4)" (identifier "wcslen") (argument_list "(param_4)" (( "(") (identifier "param_4") () ")")))) (; ";")) (expression_statement "FUN_00281e30(param_1,param_2,param_3,param_4,sVar1);" (call_expression "FUN_00281e30(param_1,param_2,param_3,param_4,sVar1)" (identifier "FUN_00281e30") (argument_list "(param_1,param_2,param_3,param_4,sVar1)" (( "(") (identifier "param_1") (, ",") (identifier "param_2") (, ",") (identifier "param_3") (, ",") (identifier "param_4") (, ",") (identifier "sVar1") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* std::wstring::replace(unsigned int, unsigned int, wchar_t const*) */ void __thiscall std::type_1::function_1(type_1 *this,type_2 param_1,type_2 param_2,type_3 *param_3) { size_t sVar1; sVar1 = var_1(param_3); function_1(this,param_1,param_2,param_3,sVar1); 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: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (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: (identifier) arguments: (argument_list (identifier))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier) (identifier) (identifier)))) (return_statement))))
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(undefined4 param_1,undefined4 param_2,undefined4 param_3,wchar_t *param_4) { size_t sVar1; sVar1 = wcslen(param_4); FUN_00281e30(param_1,param_2,param_3,param_4,sVar1); return; }
167_sort_and_sort_strip.c
compare_nodes
FUN_00017790
int compare_nodes(void *a,void *b) { if (*(uint *)((int)a + 0x28) != *(uint *)((int)b + 0x28)) { return (uint)(*(uint *)((int)a + 0x28) < *(uint *)((int)b + 0x28)); } return (uint)((uint)(*(int *)((int)a + 0x18) + *(int *)((int)a + 0x14)) < (uint)(*(int *)((int)b + 0x18) + *(int *)((int)b + 0x14))); }
bool FUN_00017790(int param_1,int param_2) { if (*(uint *)(param_1 + 0x28) != *(uint *)(param_2 + 0x28)) { return *(uint *)(param_1 + 0x28) < *(uint *)(param_2 + 0x28); } return (uint)(*(int *)(param_1 + 0x18) + *(int *)(param_1 + 0x14)) < (uint)(*(int *)(param_2 + 0x18) + *(int *)(param_2 + 0x14)); }
MOV EAX,dword ptr [ESP + 0x8] MOV EDX,dword ptr [ESP + 0x4] MOV ECX,dword ptr [EAX + 0x28] CMP dword ptr [EDX + 0x28],ECX JZ 0x000177b0 SETC AL MOVZX EAX,AL RET MOV ECX,dword ptr [EDX + 0x18] ADD ECX,dword ptr [EDX + 0x14] MOV EDX,dword ptr [EAX + 0x18] ADD EDX,dword ptr [EAX + 0x14] CMP ECX,EDX SETC AL MOVZX EAX,AL RET
null
null
null
null
[(u'CAST_-1205962668', u'LOAD_-1205962780'), (u'CAST_-1205962701', u'LOAD_-1205962841'), ('const-0', u'RETURN_-1205962806'), ('const-417', u'LOAD_-1205962792'), ('tmp_208', u'CAST_-1205962702'), (u'CAST_-1205962664', u'INT_ADD_-1205962758'), (u'INT_NOTEQUAL_-1205962825', u'CBRANCH_-1205962824'), (u'INT_ZEXT_-1205962805', u'RETURN_-1205962806'), (u'INT_ADD_-1205962786', u'CAST_-1205962678'), (u'LOAD_-1205962847', u'INT_LESS_-1205962826'), (u'CAST_-1205962706', u'LOAD_-1205962847'), (u'INT_LESS_-1205962826', u'INT_ZEXT_-1205962805'), (u'CAST_-1205962663', u'LOAD_-1205962770'), (u'CAST_-1205962678', u'LOAD_-1205962802'), ('const-417', u'LOAD_-1205962841'), (u'CAST_-1205962702', u'INT_ADD_-1205962825'), ('tmp_209', u'CAST_-1205962664'), (u'LOAD_-1205962841', u'INT_LESS_-1205962826'), (u'INT_LESS_-1205962745', u'INT_ZEXT_-1205962728'), ('const-417', u'LOAD_-1205962770'), (u'INT_ADD_-1205962752', u'CAST_-1205962658'), ('const-417', u'LOAD_-1205962847'), ('tmp_209', u'CAST_-1205962669'), ('const-40', u'INT_ADD_-1205962831'), (u'LOAD_-1205962802', u'INT_ADD_-1205962774'), (u'CAST_-1205962679', u'INT_ADD_-1205962786'), ('const-24', u'INT_ADD_-1205962786'), (u'INT_ADD_-1205962825', u'CAST_-1205962701'), ('const-417', u'LOAD_-1205962780'), ('const-20', u'INT_ADD_-1205962780'), (u'CAST_-1205962674', u'INT_ADD_-1205962780'), (u'CAST_-1205962669', u'INT_ADD_-1205962764'), (u'INT_ZEXT_-1205962728', u'RETURN_-1205962729'), (u'CAST_-1205962658', u'INT_LESS_-1205962745'), (u'CAST_-1205962707', u'INT_ADD_-1205962831'), (u'INT_ADD_-1205962831', u'CAST_-1205962706'), (u'LOAD_-1205962847', u'INT_NOTEQUAL_-1205962825'), (u'LOAD_-1205962792', u'INT_ADD_-1205962774'), (u'LOAD_-1205962770', u'INT_ADD_-1205962752'), ('const-24', u'INT_ADD_-1205962764'), ('tmp_208', u'CAST_-1205962679'), (u'INT_ADD_-1205962780', u'CAST_-1205962673'), (u'INT_ADD_-1205962764', u'CAST_-1205962668'), ('const-417', u'LOAD_-1205962802'), (u'INT_ADD_-1205962774', u'CAST_-1205962659'), (u'CAST_-1205962659', u'INT_LESS_-1205962745'), (u'LOAD_-1205962841', u'INT_NOTEQUAL_-1205962825'), (u'CAST_-1205962673', u'LOAD_-1205962792'), ('tmp_208', u'CAST_-1205962674'), ('const-0', u'RETURN_-1205962729'), ('tmp_209', u'CAST_-1205962707'), ('tmp_58', u'CBRANCH_-1205962824'), ('const-40', u'INT_ADD_-1205962825'), ('const-20', u'INT_ADD_-1205962758'), (u'LOAD_-1205962780', u'INT_ADD_-1205962752'), (u'INT_ADD_-1205962758', u'CAST_-1205962663')]
[(u'CAST_-1205962701', u'LOAD_-1205962841'), (u'CAST_-1205962679', u'LOAD_-1205962802'), ('tmp_231', u'INT_ADD_-1205962758'), ('const-0', u'RETURN_-1205962806'), (u'CAST_-1205962675', u'LOAD_-1205962792'), (u'CAST_-1205962662', u'INT_LESS_-1205962745'), (u'CAST_-1205962705', u'LOAD_-1205962847'), (u'INT_ADD_-1205962758', u'CAST_-1205962667'), (u'INT_NOTEQUAL_-1205962825', u'CBRANCH_-1205962824'), (u'LOAD_-1205962847', u'INT_LESS_-1205962826'), ('const-417', u'LOAD_-1205962847'), (u'INT_ADD_-1205962774', u'CAST_-1205962663'), (u'INT_ADD_-1205962831', u'CAST_-1205962705'), ('const-417', u'LOAD_-1205962792'), ('const-417', u'LOAD_-1205962802'), ('tmp_231', u'INT_ADD_-1205962764'), ('tmp_232', u'INT_ADD_-1205962825'), (u'COPY_-1205962759', u'RETURN_-1205962806'), (u'LOAD_-1205962841', u'INT_LESS_-1205962826'), (u'INT_LESS_-1205962745', u'COPY_-1205962728'), (u'CAST_-1205962663', u'INT_LESS_-1205962745'), ('const-40', u'INT_ADD_-1205962831'), (u'INT_LESS_-1205962826', u'COPY_-1205962759'), (u'LOAD_-1205962802', u'INT_ADD_-1205962774'), (u'CAST_-1205962671', u'LOAD_-1205962780'), ('const-24', u'INT_ADD_-1205962786'), (u'INT_ADD_-1205962825', u'CAST_-1205962701'), ('tmp_232', u'INT_ADD_-1205962780'), ('const-20', u'INT_ADD_-1205962780'), (u'INT_ADD_-1205962780', u'CAST_-1205962675'), (u'INT_ADD_-1205962764', u'CAST_-1205962671'), ('const-417', u'LOAD_-1205962770'), (u'COPY_-1205962728', u'RETURN_-1205962729'), (u'LOAD_-1205962847', u'INT_NOTEQUAL_-1205962825'), (u'LOAD_-1205962792', u'INT_ADD_-1205962774'), ('const-417', u'LOAD_-1205962841'), (u'LOAD_-1205962770', u'INT_ADD_-1205962752'), ('const-24', u'INT_ADD_-1205962764'), ('tmp_231', u'INT_ADD_-1205962831'), (u'INT_ADD_-1205962752', u'CAST_-1205962662'), (u'LOAD_-1205962841', u'INT_NOTEQUAL_-1205962825'), ('const-417', u'LOAD_-1205962780'), (u'INT_ADD_-1205962786', u'CAST_-1205962679'), ('const-0', u'RETURN_-1205962729'), ('tmp_58', u'CBRANCH_-1205962824'), ('const-20', u'INT_ADD_-1205962758'), ('const-40', u'INT_ADD_-1205962825'), (u'LOAD_-1205962780', u'INT_ADD_-1205962752'), ('tmp_232', u'INT_ADD_-1205962786'), (u'CAST_-1205962667', u'LOAD_-1205962770')]
null
null
00017790
x86
O2
(translation_unit "bool FUN_00017790(int param_1,int param_2)\n\n{\n if (*(uint *)(param_1 + 0x28) != *(uint *)(param_2 + 0x28)) {\n return *(uint *)(param_1 + 0x28) < *(uint *)(param_2 + 0x28);\n }\n return (uint)(*(int *)(param_1 + 0x18) + *(int *)(param_1 + 0x14)) <\n (uint)(*(int *)(param_2 + 0x18) + *(int *)(param_2 + 0x14));\n}\n\n" (function_definition "bool FUN_00017790(int param_1,int param_2)\n\n{\n if (*(uint *)(param_1 + 0x28) != *(uint *)(param_2 + 0x28)) {\n return *(uint *)(param_1 + 0x28) < *(uint *)(param_2 + 0x28);\n }\n return (uint)(*(int *)(param_1 + 0x18) + *(int *)(param_1 + 0x14)) <\n (uint)(*(int *)(param_2 + 0x18) + *(int *)(param_2 + 0x14));\n}" primitive_type (function_declarator "FUN_00017790(int param_1,int param_2)" identifier (parameter_list "(int param_1,int param_2)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "int param_2" primitive_type identifier) ))) (compound_statement "{\n if (*(uint *)(param_1 + 0x28) != *(uint *)(param_2 + 0x28)) {\n return *(uint *)(param_1 + 0x28) < *(uint *)(param_2 + 0x28);\n }\n return (uint)(*(int *)(param_1 + 0x18) + *(int *)(param_1 + 0x14)) <\n (uint)(*(int *)(param_2 + 0x18) + *(int *)(param_2 + 0x14));\n}" { (if_statement "if (*(uint *)(param_1 + 0x28) != *(uint *)(param_2 + 0x28)) {\n return *(uint *)(param_1 + 0x28) < *(uint *)(param_2 + 0x28);\n }" if (parenthesized_expression "(*(uint *)(param_1 + 0x28) != *(uint *)(param_2 + 0x28))" ( (binary_expression "*(uint *)(param_1 + 0x28) != *(uint *)(param_2 + 0x28)" (pointer_expression "*(uint *)(param_1 + 0x28)" * (cast_expression "(uint *)(param_1 + 0x28)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x28)" ( (binary_expression "param_1 + 0x28" identifier + number_literal) )))) != (pointer_expression "*(uint *)(param_2 + 0x28)" * (cast_expression "(uint *)(param_2 + 0x28)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x28)" ( (binary_expression "param_2 + 0x28" identifier + number_literal) ))))) )) (compound_statement "{\n return *(uint *)(param_1 + 0x28) < *(uint *)(param_2 + 0x28);\n }" { (return_statement "return *(uint *)(param_1 + 0x28) < *(uint *)(param_2 + 0x28);" return (binary_expression "*(uint *)(param_1 + 0x28) < *(uint *)(param_2 + 0x28)" (pointer_expression "*(uint *)(param_1 + 0x28)" * (cast_expression "(uint *)(param_1 + 0x28)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x28)" ( (binary_expression "param_1 + 0x28" identifier + number_literal) )))) < (pointer_expression "*(uint *)(param_2 + 0x28)" * (cast_expression "(uint *)(param_2 + 0x28)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x28)" ( (binary_expression "param_2 + 0x28" identifier + number_literal) ))))) ;) })) (return_statement "return (uint)(*(int *)(param_1 + 0x18) + *(int *)(param_1 + 0x14)) <\n (uint)(*(int *)(param_2 + 0x18) + *(int *)(param_2 + 0x14));" return (binary_expression "(uint)(*(int *)(param_1 + 0x18) + *(int *)(param_1 + 0x14)) <\n (uint)(*(int *)(param_2 + 0x18) + *(int *)(param_2 + 0x14))" (call_expression "(uint)(*(int *)(param_1 + 0x18) + *(int *)(param_1 + 0x14))" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(*(int *)(param_1 + 0x18) + *(int *)(param_1 + 0x14))" ( (binary_expression "*(int *)(param_1 + 0x18) + *(int *)(param_1 + 0x14)" (pointer_expression "*(int *)(param_1 + 0x18)" * (cast_expression "(int *)(param_1 + 0x18)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) )))) + (pointer_expression "*(int *)(param_1 + 0x14)" * (cast_expression "(int *)(param_1 + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x14)" ( (binary_expression "param_1 + 0x14" identifier + number_literal) ))))) ))) < (call_expression "(uint)(*(int *)(param_2 + 0x18) + *(int *)(param_2 + 0x14))" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(*(int *)(param_2 + 0x18) + *(int *)(param_2 + 0x14))" ( (binary_expression "*(int *)(param_2 + 0x18) + *(int *)(param_2 + 0x14)" (pointer_expression "*(int *)(param_2 + 0x18)" * (cast_expression "(int *)(param_2 + 0x18)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x18)" ( (binary_expression "param_2 + 0x18" identifier + number_literal) )))) + (pointer_expression "*(int *)(param_2 + 0x14)" * (cast_expression "(int *)(param_2 + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x14)" ( (binary_expression "param_2 + 0x14" identifier + number_literal) ))))) )))) ;) })))
(translation_unit "int compare_nodes(void *a,void *b)\n\n{\n if (*(uint *)((int)a + 0x28) != *(uint *)((int)b + 0x28)) {\n return (uint)(*(uint *)((int)a + 0x28) < *(uint *)((int)b + 0x28));\n }\n return (uint)((uint)(*(int *)((int)a + 0x18) + *(int *)((int)a + 0x14)) <\n (uint)(*(int *)((int)b + 0x18) + *(int *)((int)b + 0x14)));\n}\n\n" (function_definition "int compare_nodes(void *a,void *b)\n\n{\n if (*(uint *)((int)a + 0x28) != *(uint *)((int)b + 0x28)) {\n return (uint)(*(uint *)((int)a + 0x28) < *(uint *)((int)b + 0x28));\n }\n return (uint)((uint)(*(int *)((int)a + 0x18) + *(int *)((int)a + 0x14)) <\n (uint)(*(int *)((int)b + 0x18) + *(int *)((int)b + 0x14)));\n}" primitive_type (function_declarator "compare_nodes(void *a,void *b)" identifier (parameter_list "(void *a,void *b)" ( (parameter_declaration "void *a" primitive_type (pointer_declarator "*a" * identifier)) , (parameter_declaration "void *b" primitive_type (pointer_declarator "*b" * identifier)) ))) (compound_statement "{\n if (*(uint *)((int)a + 0x28) != *(uint *)((int)b + 0x28)) {\n return (uint)(*(uint *)((int)a + 0x28) < *(uint *)((int)b + 0x28));\n }\n return (uint)((uint)(*(int *)((int)a + 0x18) + *(int *)((int)a + 0x14)) <\n (uint)(*(int *)((int)b + 0x18) + *(int *)((int)b + 0x14)));\n}" { (if_statement "if (*(uint *)((int)a + 0x28) != *(uint *)((int)b + 0x28)) {\n return (uint)(*(uint *)((int)a + 0x28) < *(uint *)((int)b + 0x28));\n }" if (parenthesized_expression "(*(uint *)((int)a + 0x28) != *(uint *)((int)b + 0x28))" ( (binary_expression "*(uint *)((int)a + 0x28) != *(uint *)((int)b + 0x28)" (pointer_expression "*(uint *)((int)a + 0x28)" * (cast_expression "(uint *)((int)a + 0x28)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)a + 0x28)" ( (binary_expression "(int)a + 0x28" (cast_expression "(int)a" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) != (pointer_expression "*(uint *)((int)b + 0x28)" * (cast_expression "(uint *)((int)b + 0x28)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)b + 0x28)" ( (binary_expression "(int)b + 0x28" (cast_expression "(int)b" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) ))))) )) (compound_statement "{\n return (uint)(*(uint *)((int)a + 0x28) < *(uint *)((int)b + 0x28));\n }" { (return_statement "return (uint)(*(uint *)((int)a + 0x28) < *(uint *)((int)b + 0x28));" return (call_expression "(uint)(*(uint *)((int)a + 0x28) < *(uint *)((int)b + 0x28))" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(*(uint *)((int)a + 0x28) < *(uint *)((int)b + 0x28))" ( (binary_expression "*(uint *)((int)a + 0x28) < *(uint *)((int)b + 0x28)" (pointer_expression "*(uint *)((int)a + 0x28)" * (cast_expression "(uint *)((int)a + 0x28)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)a + 0x28)" ( (binary_expression "(int)a + 0x28" (cast_expression "(int)a" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) < (pointer_expression "*(uint *)((int)b + 0x28)" * (cast_expression "(uint *)((int)b + 0x28)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)b + 0x28)" ( (binary_expression "(int)b + 0x28" (cast_expression "(int)b" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) ))))) ))) ;) })) (return_statement "return (uint)((uint)(*(int *)((int)a + 0x18) + *(int *)((int)a + 0x14)) <\n (uint)(*(int *)((int)b + 0x18) + *(int *)((int)b + 0x14)));" return (call_expression "(uint)((uint)(*(int *)((int)a + 0x18) + *(int *)((int)a + 0x14)) <\n (uint)(*(int *)((int)b + 0x18) + *(int *)((int)b + 0x14)))" (parenthesized_expression "(uint)" ( identifier )) (argument_list "((uint)(*(int *)((int)a + 0x18) + *(int *)((int)a + 0x14)) <\n (uint)(*(int *)((int)b + 0x18) + *(int *)((int)b + 0x14)))" ( (binary_expression "(uint)(*(int *)((int)a + 0x18) + *(int *)((int)a + 0x14)) <\n (uint)(*(int *)((int)b + 0x18) + *(int *)((int)b + 0x14))" (call_expression "(uint)(*(int *)((int)a + 0x18) + *(int *)((int)a + 0x14))" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(*(int *)((int)a + 0x18) + *(int *)((int)a + 0x14))" ( (binary_expression "*(int *)((int)a + 0x18) + *(int *)((int)a + 0x14)" (pointer_expression "*(int *)((int)a + 0x18)" * (cast_expression "(int *)((int)a + 0x18)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)a + 0x18)" ( (binary_expression "(int)a + 0x18" (cast_expression "(int)a" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) + (pointer_expression "*(int *)((int)a + 0x14)" * (cast_expression "(int *)((int)a + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)a + 0x14)" ( (binary_expression "(int)a + 0x14" (cast_expression "(int)a" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) ))))) ))) < (call_expression "(uint)(*(int *)((int)b + 0x18) + *(int *)((int)b + 0x14))" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(*(int *)((int)b + 0x18) + *(int *)((int)b + 0x14))" ( (binary_expression "*(int *)((int)b + 0x18) + *(int *)((int)b + 0x14)" (pointer_expression "*(int *)((int)b + 0x18)" * (cast_expression "(int *)((int)b + 0x18)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)b + 0x18)" ( (binary_expression "(int)b + 0x18" (cast_expression "(int)b" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) + (pointer_expression "*(int *)((int)b + 0x14)" * (cast_expression "(int *)((int)b + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)b + 0x14)" ( (binary_expression "(int)b + 0x14" (cast_expression "(int)b" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) ))))) )))) ))) ;) })))
(translation_unit "bool FUN_00017790(int param_1,int param_2)\n\n{\n if (*(uint *)(param_1 + 0x28) != *(uint *)(param_2 + 0x28)) {\n return *(uint *)(param_1 + 0x28) < *(uint *)(param_2 + 0x28);\n }\n return (uint)(*(int *)(param_1 + 0x18) + *(int *)(param_1 + 0x14)) <\n (uint)(*(int *)(param_2 + 0x18) + *(int *)(param_2 + 0x14));\n}\n\n" (function_definition "bool FUN_00017790(int param_1,int param_2)\n\n{\n if (*(uint *)(param_1 + 0x28) != *(uint *)(param_2 + 0x28)) {\n return *(uint *)(param_1 + 0x28) < *(uint *)(param_2 + 0x28);\n }\n return (uint)(*(int *)(param_1 + 0x18) + *(int *)(param_1 + 0x14)) <\n (uint)(*(int *)(param_2 + 0x18) + *(int *)(param_2 + 0x14));\n}" primitive_type (function_declarator "FUN_00017790(int param_1,int param_2)" identifier (parameter_list "(int param_1,int param_2)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "int param_2" primitive_type identifier) ))) (compound_statement "{\n if (*(uint *)(param_1 + 0x28) != *(uint *)(param_2 + 0x28)) {\n return *(uint *)(param_1 + 0x28) < *(uint *)(param_2 + 0x28);\n }\n return (uint)(*(int *)(param_1 + 0x18) + *(int *)(param_1 + 0x14)) <\n (uint)(*(int *)(param_2 + 0x18) + *(int *)(param_2 + 0x14));\n}" { (if_statement "if (*(uint *)(param_1 + 0x28) != *(uint *)(param_2 + 0x28)) {\n return *(uint *)(param_1 + 0x28) < *(uint *)(param_2 + 0x28);\n }" if (parenthesized_expression "(*(uint *)(param_1 + 0x28) != *(uint *)(param_2 + 0x28))" ( (binary_expression "*(uint *)(param_1 + 0x28) != *(uint *)(param_2 + 0x28)" (pointer_expression "*(uint *)(param_1 + 0x28)" * (cast_expression "(uint *)(param_1 + 0x28)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x28)" ( (binary_expression "param_1 + 0x28" identifier + number_literal) )))) != (pointer_expression "*(uint *)(param_2 + 0x28)" * (cast_expression "(uint *)(param_2 + 0x28)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x28)" ( (binary_expression "param_2 + 0x28" identifier + number_literal) ))))) )) (compound_statement "{\n return *(uint *)(param_1 + 0x28) < *(uint *)(param_2 + 0x28);\n }" { (return_statement "return *(uint *)(param_1 + 0x28) < *(uint *)(param_2 + 0x28);" return (binary_expression "*(uint *)(param_1 + 0x28) < *(uint *)(param_2 + 0x28)" (pointer_expression "*(uint *)(param_1 + 0x28)" * (cast_expression "(uint *)(param_1 + 0x28)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x28)" ( (binary_expression "param_1 + 0x28" identifier + number_literal) )))) < (pointer_expression "*(uint *)(param_2 + 0x28)" * (cast_expression "(uint *)(param_2 + 0x28)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x28)" ( (binary_expression "param_2 + 0x28" identifier + number_literal) ))))) ;) })) (return_statement "return (uint)(*(int *)(param_1 + 0x18) + *(int *)(param_1 + 0x14)) <\n (uint)(*(int *)(param_2 + 0x18) + *(int *)(param_2 + 0x14));" return (binary_expression "(uint)(*(int *)(param_1 + 0x18) + *(int *)(param_1 + 0x14)) <\n (uint)(*(int *)(param_2 + 0x18) + *(int *)(param_2 + 0x14))" (call_expression "(uint)(*(int *)(param_1 + 0x18) + *(int *)(param_1 + 0x14))" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(*(int *)(param_1 + 0x18) + *(int *)(param_1 + 0x14))" ( (binary_expression "*(int *)(param_1 + 0x18) + *(int *)(param_1 + 0x14)" (pointer_expression "*(int *)(param_1 + 0x18)" * (cast_expression "(int *)(param_1 + 0x18)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) )))) + (pointer_expression "*(int *)(param_1 + 0x14)" * (cast_expression "(int *)(param_1 + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x14)" ( (binary_expression "param_1 + 0x14" identifier + number_literal) ))))) ))) < (call_expression "(uint)(*(int *)(param_2 + 0x18) + *(int *)(param_2 + 0x14))" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(*(int *)(param_2 + 0x18) + *(int *)(param_2 + 0x14))" ( (binary_expression "*(int *)(param_2 + 0x18) + *(int *)(param_2 + 0x14)" (pointer_expression "*(int *)(param_2 + 0x18)" * (cast_expression "(int *)(param_2 + 0x18)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x18)" ( (binary_expression "param_2 + 0x18" identifier + number_literal) )))) + (pointer_expression "*(int *)(param_2 + 0x14)" * (cast_expression "(int *)(param_2 + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x14)" ( (binary_expression "param_2 + 0x14" identifier + number_literal) ))))) )))) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE 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) )))) != (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (compound_statement { (return_statement return (binary_expression (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) ))))) ;) })) (return_statement return (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (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) ))))) ))) < (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (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) ))))) )))) ;) })))
(function_definition "bool FUN_00017790(int param_1,int param_2)\n\n{\n if (*(uint *)(param_1 + 0x28) != *(uint *)(param_2 + 0x28)) {\n return *(uint *)(param_1 + 0x28) < *(uint *)(param_2 + 0x28);\n }\n return (uint)(*(int *)(param_1 + 0x18) + *(int *)(param_1 + 0x14)) <\n (uint)(*(int *)(param_2 + 0x18) + *(int *)(param_2 + 0x14));\n}" (primitive_type "bool") (function_declarator "FUN_00017790(int param_1,int param_2)" (identifier "FUN_00017790") (parameter_list "(int param_1,int param_2)" (( "(") (parameter_declaration "int param_1" (primitive_type "int") (identifier "param_1")) (, ",") (parameter_declaration "int param_2" (primitive_type "int") (identifier "param_2")) () ")"))) (compound_statement "{\n if (*(uint *)(param_1 + 0x28) != *(uint *)(param_2 + 0x28)) {\n return *(uint *)(param_1 + 0x28) < *(uint *)(param_2 + 0x28);\n }\n return (uint)(*(int *)(param_1 + 0x18) + *(int *)(param_1 + 0x14)) <\n (uint)(*(int *)(param_2 + 0x18) + *(int *)(param_2 + 0x14));\n}" ({ "{") (if_statement "if (*(uint *)(param_1 + 0x28) != *(uint *)(param_2 + 0x28)) {\n return *(uint *)(param_1 + 0x28) < *(uint *)(param_2 + 0x28);\n }" (if "if") (parenthesized_expression "(*(uint *)(param_1 + 0x28) != *(uint *)(param_2 + 0x28))" (( "(") (binary_expression "*(uint *)(param_1 + 0x28) != *(uint *)(param_2 + 0x28)" (pointer_expression "*(uint *)(param_1 + 0x28)" (* "*") (cast_expression "(uint *)(param_1 + 0x28)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x28)" (( "(") (binary_expression "param_1 + 0x28" (identifier "param_1") (+ "+") (number_literal "0x28")) () ")")))) (!= "!=") (pointer_expression "*(uint *)(param_2 + 0x28)" (* "*") (cast_expression "(uint *)(param_2 + 0x28)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x28)" (( "(") (binary_expression "param_2 + 0x28" (identifier "param_2") (+ "+") (number_literal "0x28")) () ")"))))) () ")")) (compound_statement "{\n return *(uint *)(param_1 + 0x28) < *(uint *)(param_2 + 0x28);\n }" ({ "{") (return_statement "return *(uint *)(param_1 + 0x28) < *(uint *)(param_2 + 0x28);" (return "return") (binary_expression "*(uint *)(param_1 + 0x28) < *(uint *)(param_2 + 0x28)" (pointer_expression "*(uint *)(param_1 + 0x28)" (* "*") (cast_expression "(uint *)(param_1 + 0x28)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x28)" (( "(") (binary_expression "param_1 + 0x28" (identifier "param_1") (+ "+") (number_literal "0x28")) () ")")))) (< "<") (pointer_expression "*(uint *)(param_2 + 0x28)" (* "*") (cast_expression "(uint *)(param_2 + 0x28)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x28)" (( "(") (binary_expression "param_2 + 0x28" (identifier "param_2") (+ "+") (number_literal "0x28")) () ")"))))) (; ";")) (} "}"))) (return_statement "return (uint)(*(int *)(param_1 + 0x18) + *(int *)(param_1 + 0x14)) <\n (uint)(*(int *)(param_2 + 0x18) + *(int *)(param_2 + 0x14));" (return "return") (binary_expression "(uint)(*(int *)(param_1 + 0x18) + *(int *)(param_1 + 0x14)) <\n (uint)(*(int *)(param_2 + 0x18) + *(int *)(param_2 + 0x14))" (call_expression "(uint)(*(int *)(param_1 + 0x18) + *(int *)(param_1 + 0x14))" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "(*(int *)(param_1 + 0x18) + *(int *)(param_1 + 0x14))" (( "(") (binary_expression "*(int *)(param_1 + 0x18) + *(int *)(param_1 + 0x14)" (pointer_expression "*(int *)(param_1 + 0x18)" (* "*") (cast_expression "(int *)(param_1 + 0x18)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x18)" (( "(") (binary_expression "param_1 + 0x18" (identifier "param_1") (+ "+") (number_literal "0x18")) () ")")))) (+ "+") (pointer_expression "*(int *)(param_1 + 0x14)" (* "*") (cast_expression "(int *)(param_1 + 0x14)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x14)" (( "(") (binary_expression "param_1 + 0x14" (identifier "param_1") (+ "+") (number_literal "0x14")) () ")"))))) () ")"))) (< "<") (call_expression "(uint)(*(int *)(param_2 + 0x18) + *(int *)(param_2 + 0x14))" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "(*(int *)(param_2 + 0x18) + *(int *)(param_2 + 0x14))" (( "(") (binary_expression "*(int *)(param_2 + 0x18) + *(int *)(param_2 + 0x14)" (pointer_expression "*(int *)(param_2 + 0x18)" (* "*") (cast_expression "(int *)(param_2 + 0x18)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x18)" (( "(") (binary_expression "param_2 + 0x18" (identifier "param_2") (+ "+") (number_literal "0x18")) () ")")))) (+ "+") (pointer_expression "*(int *)(param_2 + 0x14)" (* "*") (cast_expression "(int *)(param_2 + 0x14)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x14)" (( "(") (binary_expression "param_2 + 0x14" (identifier "param_2") (+ "+") (number_literal "0x14")) () ")"))))) () ")")))) (; ";")) (} "}")))
int function_1(void *a,void *b) { if (*(type_1 *)((int)a + 0x28) != *(type_1 *)((int)b + 0x28)) { return (type_1)(*(type_1 *)((int)a + 0x28) < *(type_1 *)((int)b + 0x28)); } return (type_1)((type_1)(*(int *)((int)a + 0x18) + *(int *)((int)a + 0x14)) < (type_1)(*(int *)((int)b + 0x18) + *(int *)((int)b + 0x14))); }
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: (primitive_type) declarator: (identifier)))) 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)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) 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 (return_statement (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: (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: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (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: (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: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (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: (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)))))))))))))
null
bool MASKED(int param_1,int param_2) { if (*(uint *)(param_1 + 0x28) != *(uint *)(param_2 + 0x28)) { return *(uint *)(param_1 + 0x28) < *(uint *)(param_2 + 0x28); } return (uint)(*(int *)(param_1 + 0x18) + *(int *)(param_1 + 0x14)) < (uint)(*(int *)(param_2 + 0x18) + *(int *)(param_2 + 0x14)); }
8266_i686-kfreebsd-gnu-dwp_and_i686-kfreebsd-gnu-dwp_strip.c
~codecvt
FUN_001d2150
/* WARNING: Function: __x86.get_pc_thunk.si replaced with injection: get_pc_thunk_si */ /* std::codecvt<wchar_t, char, __mbstate_t>::~codecvt() */ void __thiscall std::codecvt<wchar_t,char,__mbstate_t>::~codecvt(codecvt<wchar_t,char,__mbstate_t> *this) { /* try { // try from 001d216a to 001d216e has its CatchHandler @ 001d2182 */ ~codecvt(this); operator_delete(this); return; }
/* WARNING: Function: __i686.get_pc_thunk.si replaced with injection: get_pc_thunk_si */ void FUN_001d2150(undefined4 param_1) { /* try { // try from 001d216a to 001d216e has its CatchHandler @ 001d2182 */ FUN_001d20f0(param_1); FUN_001807a0(param_1); return; }
PUSH EBP MOV EBP,ESP PUSH EDI PUSH ESI CALL 0x0004fb7a ADD ESI,0x12fea6 PUSH EBX SUB ESP,0x28 MOV EDI,dword ptr [EBP + 0x8] PUSH EDI MOV EBX,ESI CALL 0x001d20f0 MOV dword ptr [ESP],EDI CALL 0x001807a0 ADD ESP,0x10 LEA ESP,[EBP + -0xc] POP EBX POP ESI POP EDI POP EBP RET
null
null
null
null
[('tmp_226', u'CALL_-1207819863'), ('const-0', u'RETURN_-1207819815'), ('tmp_226', u'CALL_-1207819876')]
[('const-0', u'RETURN_-1207819815'), ('tmp_401', u'CALL_-1207819863'), ('tmp_401', u'CALL_-1207819876')]
null
null
001d2150
x86
O2
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.si replaced with injection: get_pc_thunk_si */\n\nvoid FUN_001d2150(undefined4 param_1)\n\n{\n /* try { // try from 001d216a to 001d216e has its CatchHandler @ 001d2182 */\n FUN_001d20f0(param_1);\n FUN_001807a0(param_1);\n return;\n}\n\n" comment (function_definition "void FUN_001d2150(undefined4 param_1)\n\n{\n /* try { // try from 001d216a to 001d216e has its CatchHandler @ 001d2182 */\n FUN_001d20f0(param_1);\n FUN_001807a0(param_1);\n return;\n}" primitive_type (function_declarator "FUN_001d2150(undefined4 param_1)" identifier (parameter_list "(undefined4 param_1)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) ))) (compound_statement "{\n /* try { // try from 001d216a to 001d216e has its CatchHandler @ 001d2182 */\n FUN_001d20f0(param_1);\n FUN_001807a0(param_1);\n return;\n}" { comment (expression_statement "FUN_001d20f0(param_1);" (call_expression "FUN_001d20f0(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;) (expression_statement "FUN_001807a0(param_1);" (call_expression "FUN_001807a0(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;) (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.si replaced with injection: get_pc_thunk_si */\n/* std::codecvt<wchar_t, char, __mbstate_t>::~codecvt() */\n\nvoid __thiscall\nstd::codecvt<wchar_t,char,__mbstate_t>::~codecvt(codecvt<wchar_t,char,__mbstate_t> *this)\n\n{\n /* try { // try from 001d216a to 001d216e has its CatchHandler @ 001d2182 */\n ~codecvt(this);\n operator_delete(this);\n return;\n}\n\n" comment comment (declaration "void __thiscall\nstd::codecvt<wchar_t,char,__mbstate_t>::~codecvt(codecvt<wchar_t,char,__mbstate_t> *this)\n\n{\n /* try { // try from 001d216a to 001d216e has its CatchHandler @ 001d2182 */\n ~codecvt(this);" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::codecvt<" identifier : : identifier <) identifier , identifier , (ERROR "__mbstate_t>::~codecvt(codecvt<wchar_t,char,__mbstate_t> *this)\n\n{\n /* try { // try from 001d216a to 001d216e has its CatchHandler @ 001d2182 */\n ~" identifier > : : ~ (function_declarator "codecvt(codecvt<wchar_t,char,__mbstate_t> *this)" identifier (parameter_list "(codecvt<wchar_t,char,__mbstate_t> *this)" ( (parameter_declaration "codecvt<wchar_t" type_identifier (ERROR "<" <) identifier) , (parameter_declaration "char" primitive_type) , (parameter_declaration "__mbstate_t> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) ))) { comment ~) (function_declarator "codecvt(this)" identifier (parameter_list "(this)" ( (parameter_declaration "this" type_identifier) ))) ;) (expression_statement "operator_delete(this);" (call_expression "operator_delete(this)" identifier (argument_list "(this)" ( identifier ))) ;) (return_statement "return;" return ;) (ERROR "}" }))
(translation_unit "void FUN_001d2150(undefined4 param_1)\n\n{\n \n FUN_001d20f0(param_1);\n FUN_001807a0(param_1);\n return;\n}\n\n" (function_definition "void FUN_001d2150(undefined4 param_1)\n\n{\n \n FUN_001d20f0(param_1);\n FUN_001807a0(param_1);\n return;\n}" primitive_type (function_declarator "FUN_001d2150(undefined4 param_1)" identifier (parameter_list "(undefined4 param_1)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) ))) (compound_statement "{\n \n FUN_001d20f0(param_1);\n FUN_001807a0(param_1);\n return;\n}" { (expression_statement "FUN_001d20f0(param_1);" (call_expression "FUN_001d20f0(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;) (expression_statement "FUN_001807a0(param_1);" (call_expression "FUN_001807a0(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 IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (return_statement return ;) })))
(function_definition "void FUN_001d2150(undefined4 param_1)\n\n{\n \n FUN_001d20f0(param_1);\n FUN_001807a0(param_1);\n return;\n}" (primitive_type "void") (function_declarator "FUN_001d2150(undefined4 param_1)" (identifier "FUN_001d2150") (parameter_list "(undefined4 param_1)" (( "(") (parameter_declaration "undefined4 param_1" (type_identifier "undefined4") (identifier "param_1")) () ")"))) (compound_statement "{\n \n FUN_001d20f0(param_1);\n FUN_001807a0(param_1);\n return;\n}" ({ "{") (expression_statement "FUN_001d20f0(param_1);" (call_expression "FUN_001d20f0(param_1)" (identifier "FUN_001d20f0") (argument_list "(param_1)" (( "(") (identifier "param_1") () ")"))) (; ";")) (expression_statement "FUN_001807a0(param_1);" (call_expression "FUN_001807a0(param_1)" (identifier "FUN_001807a0") (argument_list "(param_1)" (( "(") (identifier "param_1") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.si replaced with injection: get_pc_thunk_si */ /* std::codecvt<wchar_t, char, __mbstate_t>::~codecvt() */ void __thiscall std::function_1<wchar_t,char,__mbstate_t>::~function_1(function_1<wchar_t,char,__mbstate_t> *type_1) { /* try { // try from 001d216a to 001d216e has its CatchHandler @ 001d2182 */ ~function_1(type_1); var_1(type_1); 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 (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (return_statement))))
null
/* WARNING: Function: __i686.get_pc_thunk.si replaced with injection: get_pc_thunk_si */ void MASKED(undefined4 param_1) { /* try { // try from 001d216a to 001d216e has its CatchHandler @ 001d2182 */ FUN_001d20f0(param_1); FUN_001807a0(param_1); return; }
652_i686-gnu-ld_and_i686-gnu-ld_strip.c
read
read
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ ssize_t read(int __fd,void *__buf,size_t __nbytes) { /* WARNING: Bad instruction - Truncating control flow here */ /* read@@GLIBC_2.0 */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ ssize_t read(int __fd,void *__buf,size_t __nbytes) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1206599630')]
[('const-1', u'RETURN_-1206599630')]
null
null
000bc028
x86
O2
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nssize_t read(int __fd,void *__buf,size_t __nbytes)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "ssize_t read(int __fd,void *__buf,size_t __nbytes)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "read(int __fd,void *__buf,size_t __nbytes)" identifier (parameter_list "(int __fd,void *__buf,size_t __nbytes)" ( (parameter_declaration "int __fd" primitive_type identifier) , (parameter_declaration "void *__buf" primitive_type (pointer_declarator "*__buf" * identifier)) , (parameter_declaration "size_t __nbytes" 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\nssize_t read(int __fd,void *__buf,size_t __nbytes)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* read@@GLIBC_2.0 */\n halt_baddata();\n}\n\n" comment comment (function_definition "ssize_t read(int __fd,void *__buf,size_t __nbytes)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* read@@GLIBC_2.0 */\n halt_baddata();\n}" primitive_type (function_declarator "read(int __fd,void *__buf,size_t __nbytes)" identifier (parameter_list "(int __fd,void *__buf,size_t __nbytes)" ( (parameter_declaration "int __fd" primitive_type identifier) , (parameter_declaration "void *__buf" primitive_type (pointer_declarator "*__buf" * identifier)) , (parameter_declaration "size_t __nbytes" primitive_type identifier) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* read@@GLIBC_2.0 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "ssize_t read(int __fd,void *__buf,size_t __nbytes)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "ssize_t read(int __fd,void *__buf,size_t __nbytes)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "read(int __fd,void *__buf,size_t __nbytes)" identifier (parameter_list "(int __fd,void *__buf,size_t __nbytes)" ( (parameter_declaration "int __fd" primitive_type identifier) , (parameter_declaration "void *__buf" primitive_type (pointer_declarator "*__buf" * identifier)) , (parameter_declaration "size_t __nbytes" 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) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(function_definition "ssize_t read(int __fd,void *__buf,size_t __nbytes)\n\n{\n \n halt_baddata();\n}" (primitive_type "ssize_t") (function_declarator "read(int __fd,void *__buf,size_t __nbytes)" (identifier "read") (parameter_list "(int __fd,void *__buf,size_t __nbytes)" (( "(") (parameter_declaration "int __fd" (primitive_type "int") (identifier "__fd")) (, ",") (parameter_declaration "void *__buf" (primitive_type "void") (pointer_declarator "*__buf" (* "*") (identifier "__buf"))) (, ",") (parameter_declaration "size_t __nbytes" (primitive_type "size_t") (identifier "__nbytes")) () ")"))) (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 */ ssize_t function_1(int __fd,void *__buf,size_t __nbytes) { /* WARNING: Bad instruction - Truncating control flow here */ /* read@@GLIBC_2.0 */ 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)) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (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 */ ssize_t MASKED(int __fd,void *__buf,size_t __nbytes) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
56_x86_64-linux-gnu-elfedit_and_x86_64-linux-gnu-elfedit_strip.c
process_object
FUN_00011c00
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ int __regparm3 process_object(char *file_name,FILE *file) { bfd_vma bVar1; bfd_size_type bVar2; long __off; size_t sVar3; char *pcVar4; int iVar5; Elf32_External_Ehdr *__ptr; int *piVar6; elfclass eVar7; elfclass eVar8; bool bVar9; elf_vma eVar10; elfclass eVar11; char *pcVar12; FILE *pFVar13; uint uVar14; uchar *puVar15; __off = ftell((FILE *)file); sVar3 = fread(&elf_header,0x10,1,(FILE *)file); if (sVar3 != 1) goto LAB_00011c39; pFVar13 = file; if (elf_header.e_ident[5] == '\x02') { byte_get = byte_get_big_endian; byte_put = byte_put_big_endian; if (elf_header.e_ident[4] != '\x01') goto LAB_00011ca7; LAB_00011d08: puVar15 = ehdr32.e_type; sVar3 = fread(ehdr32.e_type,0x24,1,(FILE *)file); if (sVar3 != 1) goto LAB_00011c39; eVar10 = (*byte_get)(puVar15,2); elf_header.e_type = (ushort)eVar10; eVar10 = (*byte_get)(ehdr32.e_machine,2); elf_header.e_machine = (ushort)eVar10; eVar10 = (*byte_get)(ehdr32.e_version,4); elf_header.e_version = (ulong)eVar10; elf_header.e_entry = (*byte_get)(ehdr32.e_entry,4); elf_header.e_phoff = (*byte_get)(ehdr32.e_phoff,4); elf_header.e_shoff = (*byte_get)(ehdr32.e_shoff,4); eVar10 = (*byte_get)(ehdr32.e_flags,4); elf_header.e_flags = (ulong)eVar10; eVar10 = (*byte_get)(ehdr32.e_ehsize,2); elf_header.e_ehsize = (uint)eVar10; eVar10 = (*byte_get)(ehdr32.e_phentsize,2); elf_header.e_phentsize = (uint)eVar10; eVar10 = (*byte_get)(ehdr32.e_phnum,2); elf_header.e_phnum = (uint)eVar10; eVar10 = (*byte_get)(ehdr32.e_shentsize,2); elf_header.e_shentsize = (uint)eVar10; eVar10 = (*byte_get)(ehdr32.e_shnum,2); elf_header.e_shnum = (uint)eVar10; eVar10 = (*byte_get)(ehdr32.e_shstrndx,2); elf_header.e_shstrndx = (uint)eVar10; ehdr32.e_ident[0] = elf_header.e_ident[0]; ehdr32.e_ident[1] = elf_header.e_ident[1]; ehdr32.e_ident[2] = elf_header.e_ident[2]; ehdr32.e_ident[3] = elf_header.e_ident[3]; ehdr32.e_ident[4] = elf_header.e_ident[4]; ehdr32.e_ident[5] = elf_header.e_ident[5]; ehdr32.e_ident[6] = elf_header.e_ident[6]; ehdr32.e_ident[7] = elf_header.e_ident[7]; ehdr32.e_ident[8] = elf_header.e_ident[8]; ehdr32.e_ident[9] = elf_header.e_ident[9]; ehdr32.e_ident[10] = elf_header.e_ident[10]; ehdr32.e_ident[0xb] = elf_header.e_ident[0xb]; ehdr32.e_ident[0xc] = elf_header.e_ident[0xc]; ehdr32.e_ident[0xd] = elf_header.e_ident[0xd]; ehdr32.e_ident[0xe] = elf_header.e_ident[0xe]; ehdr32.e_ident[0xf] = elf_header.e_ident[0xf]; LAB_00011fce: iVar5 = fseek((FILE *)file,__off,0); if (iVar5 != 0) { pcVar4 = (char *)dcgettext(0,"%s: Failed to seek to ELF header\n",5); error(pcVar4,file_name); } eVar11 = input_elf_machine; if (elf_header.e_ident._0_4_ == 0x464c457f) { if (elf_header.e_ident[6] != '\x01') { eVar8 = (elfclass)elf_header.e_ident[6]; pcVar4 = (char *)dcgettext(0,"%s: Unsupported EI_VERSION: %d is not %d\n",5,pFVar13, file_name,eVar8); eVar11 = ELF_CLASS_32; eVar8 = eVar8 & 0xff; goto LAB_0001223f; } eVar7 = (elfclass)elf_header.e_machine; bVar1 = elf_header.e_entry; bVar2 = elf_header.e_shoff; if (eVar7 != output_elf_machine) { eVar8 = elf_header.e_ident._4_4_ & 0xff; if (input_elf_class == ELF_CLASS_UNKNOWN) { if (elf_header.e_machine == 6) { LAB_00012338: bVar9 = eVar8 != ELF_CLASS_32; input_elf_class = ELF_CLASS_32; goto LAB_00012050; } if (elf_header.e_machine < 7) { if (elf_header.e_machine == 3) goto LAB_00012338; } else if ((ushort)(elf_header.e_machine - 0xb4) < 2) { bVar9 = eVar8 != ELF_CLASS_64; input_elf_class = ELF_CLASS_64; goto LAB_00012050; } input_elf_class = ELF_CLASS_BOTH; LAB_00012058: if ((output_elf_class == ELF_CLASS_BOTH) || (eVar8 == output_elf_class)) { if ((input_elf_machine != -1) && (eVar7 != input_elf_machine)) { eVar8 = eVar7; pcVar4 = (char *)dcgettext(0,"%s: Unmatched e_machine: %d is not %d\n",5,pFVar13, file_name,eVar7); goto LAB_0001223f; } eVar8 = (elfclass)elf_header.e_type; if ((input_elf_type == -1) || (eVar8 == input_elf_type)) { eVar8 = (uint)elf_header.e_ident._4_4_ >> 0x18; if ((input_elf_osabi == -1) || (eVar8 == input_elf_osabi)) { if (elf_header.e_ident[4] == '\x01') { if (output_elf_machine != -1) { (*byte_put)(ehdr32.e_machine,(longlong)output_elf_machine,2); } if (output_elf_type != -1) { (*byte_put)(ehdr32.e_type,(longlong)output_elf_type,2); } if (output_elf_osabi != -1) { ehdr32.e_ident[7] = (uchar)output_elf_osabi; } __ptr = &ehdr32; sVar3 = 0x34; } else { if (elf_header.e_ident[4] != '\x02') { /* WARNING: Subroutine does not return */ abort(); } if (output_elf_machine != -1) { (*byte_put)(ehdr64.e_machine,(longlong)output_elf_machine,2); } if (output_elf_type != -1) { (*byte_put)(ehdr64.e_type,(longlong)output_elf_type,2); } if (output_elf_osabi != -1) { ehdr64.e_ident[7] = (uchar)output_elf_osabi; } sVar3 = 0x40; __ptr = (Elf32_External_Ehdr *)&ehdr64; } sVar3 = fwrite(__ptr,sVar3,1,(FILE *)file); bVar1 = elf_header.e_entry; bVar2 = elf_header.e_shoff; if (sVar3 != 1) { piVar6 = __errno_location(); pcVar12 = strerror(*piVar6); pcVar4 = (char *)dcgettext(0,"%s: Failed to update ELF header: %s\n",5); goto LAB_00011c4e; } goto LAB_00012260; } pcVar4 = "%s: Unmatched EI_OSABI: %d is not %d\n"; eVar11 = input_elf_osabi; } else { pcVar4 = "%s: Unmatched e_type: %d is not %d\n"; eVar11 = input_elf_type; } } else { pcVar4 = "%s: Unmatched output EI_CLASS: %d is not %d\n"; eVar11 = output_elf_class; } } else { bVar9 = input_elf_class != ELF_CLASS_BOTH && eVar8 != input_elf_class; LAB_00012050: if (!bVar9) goto LAB_00012058; pcVar4 = "%s: Unmatched input EI_CLASS: %d is not %d\n"; eVar11 = input_elf_class; } pcVar4 = (char *)dcgettext(0,pcVar4,5); LAB_0001223f: error(pcVar4,file_name,eVar8,eVar11); return 1; } LAB_00012260: iVar5 = 0; goto LAB_00011c60; } pcVar12 = (char *)0x5; pcVar4 = (char *)dcgettext(0,"%s: Not an ELF file - wrong magic bytes at the start\n",5); } else { byte_get = byte_get_little_endian; byte_put = byte_put_little_endian; if (elf_header.e_ident[4] == '\x01') goto LAB_00011d08; LAB_00011ca7: uVar14 = elf_header.e_ident._4_4_ & 0xff; if (elf_header.e_ident[4] == '\x02') { puVar15 = ehdr64.e_type; sVar3 = fread(ehdr64.e_type,0x30,1,(FILE *)file); if (sVar3 != 1) goto LAB_00011c39; eVar10 = (*byte_get)(puVar15,2); elf_header.e_type = (ushort)eVar10; eVar10 = (*byte_get)(ehdr64.e_machine,2); elf_header.e_machine = (ushort)eVar10; eVar10 = (*byte_get)(ehdr64.e_version,4); elf_header.e_version = (ulong)eVar10; elf_header.e_entry = (*byte_get)(ehdr64.e_entry,8); elf_header.e_phoff = (*byte_get)(ehdr64.e_phoff,8); elf_header.e_shoff = (*byte_get)(ehdr64.e_shoff,8); eVar10 = (*byte_get)(ehdr64.e_flags,4); elf_header.e_flags = (ulong)eVar10; eVar10 = (*byte_get)(ehdr64.e_ehsize,2); elf_header.e_ehsize = (uint)eVar10; eVar10 = (*byte_get)(ehdr64.e_phentsize,2); elf_header.e_phentsize = (uint)eVar10; eVar10 = (*byte_get)(ehdr64.e_phnum,2); elf_header.e_phnum = (uint)eVar10; eVar10 = (*byte_get)(ehdr64.e_shentsize,2); elf_header.e_shentsize = (uint)eVar10; eVar10 = (*byte_get)(ehdr64.e_shnum,2); elf_header.e_shnum = (uint)eVar10; eVar10 = (*byte_get)(ehdr64.e_shstrndx,2); elf_header.e_shstrndx = (uint)eVar10; ehdr64.e_ident[0] = elf_header.e_ident[0]; ehdr64.e_ident[1] = elf_header.e_ident[1]; ehdr64.e_ident[2] = elf_header.e_ident[2]; ehdr64.e_ident[3] = elf_header.e_ident[3]; ehdr64.e_ident[4] = elf_header.e_ident[4]; ehdr64.e_ident[5] = elf_header.e_ident[5]; ehdr64.e_ident[6] = elf_header.e_ident[6]; ehdr64.e_ident[7] = elf_header.e_ident[7]; ehdr64.e_ident[8] = elf_header.e_ident[8]; ehdr64.e_ident[9] = elf_header.e_ident[9]; ehdr64.e_ident[10] = elf_header.e_ident[10]; ehdr64.e_ident[0xb] = elf_header.e_ident[0xb]; ehdr64.e_ident[0xc] = elf_header.e_ident[0xc]; ehdr64.e_ident[0xd] = elf_header.e_ident[0xd]; ehdr64.e_ident[0xe] = elf_header.e_ident[0xe]; ehdr64.e_ident[0xf] = elf_header.e_ident[0xf]; goto LAB_00011fce; } pcVar4 = (char *)dcgettext(0,"Unsupported EI_CLASS: %d\n",5); error(pcVar4,uVar14 & 0xff); LAB_00011c39: pcVar12 = (char *)0x5; pcVar4 = (char *)dcgettext(0,"%s: Failed to read ELF header\n",5); } LAB_00011c4e: error(pcVar4,file_name,pcVar12); iVar5 = 1; bVar1 = elf_header.e_entry; bVar2 = elf_header.e_shoff; LAB_00011c60: elf_header.e_shoff._4_4_ = (undefined4)(bVar2 >> 0x20); elf_header.e_shoff._0_4_ = (undefined4)bVar2; elf_header.e_entry._4_4_ = (undefined4)(bVar1 >> 0x20); elf_header.e_entry._0_4_ = (undefined4)bVar1; return iVar5; }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Globals starting with '_' overlap smaller symbols at the same address */ undefined4 __regparm3 FUN_00011c00(undefined4 param_1,FILE *param_2) { long __off; size_t sVar1; undefined4 uVar2; int iVar3; undefined4 *__ptr; int *piVar4; uint uVar5; uint uVar6; bool bVar7; undefined8 uVar8; uint uVar9; char *pcVar10; FILE *pFVar11; undefined4 extraout_var; undefined4 uVar12; undefined *puVar13; __off = ftell(param_2); uVar12 = extraout_var; sVar1 = fread(&DAT_00019240,0x10,1,param_2); if (sVar1 == 1) { pFVar11 = param_2; if (DAT_00019245 == '\x02') { DAT_00019294 = FUN_00012800; DAT_00019298 = FUN_00012dd0; if (DAT_00019244 != '\x01') goto LAB_00011ca7; LAB_00011d08: puVar13 = &DAT_00019210; sVar1 = fread(&DAT_00019210,0x24,1,param_2); if (sVar1 != 1) goto LAB_00011c39; DAT_00019270 = (*DAT_00019294)(puVar13,2); DAT_00019272 = (*DAT_00019294)(&DAT_00019212,2); DAT_00019268 = (*DAT_00019294)(&DAT_00019214,4); uVar8 = (*DAT_00019294)(&DAT_00019218,4); DAT_00019254 = (undefined4)((ulonglong)uVar8 >> 0x20); DAT_00019250 = (undefined4)uVar8; uVar8 = (*DAT_00019294)(&DAT_0001921c,4); DAT_0001925c = (undefined4)((ulonglong)uVar8 >> 0x20); DAT_00019258 = (undefined4)uVar8; uVar8 = (*DAT_00019294)(&DAT_00019220,4); DAT_00019264 = (undefined4)((ulonglong)uVar8 >> 0x20); DAT_00019260 = (undefined4)uVar8; DAT_0001926c = (*DAT_00019294)(&DAT_00019224,4); DAT_00019274 = (*DAT_00019294)(&DAT_00019228,2); DAT_00019278 = (*DAT_00019294)(&DAT_0001922a,2); DAT_0001927c = (*DAT_00019294)(&DAT_0001922c,2); DAT_00019280 = (*DAT_00019294)(&DAT_0001922e,2); DAT_00019284 = (*DAT_00019294)(&DAT_00019230,2); DAT_00019288 = (*DAT_00019294)(&DAT_00019232,2); DAT_00019200 = DAT_00019240; DAT_00019204 = _DAT_00019244; DAT_00019208 = DAT_00019248; DAT_0001920c = DAT_0001924c; LAB_00011fce: iVar3 = fseek(param_2,__off,0); if (iVar3 != 0) { uVar2 = dcgettext(0,"%s: Failed to seek to ELF header\n",5); error(uVar2,uVar12); } uVar9 = DAT_000190e4; if (DAT_00019240 != 0x464c457f) { pcVar10 = (char *)0x5; uVar2 = dcgettext(0,"%s: Not an ELF file - wrong magic bytes at the start\n",5); goto LAB_00011c4e; } if (DAT_00019246 != 1) { uVar6 = (uint)DAT_00019246; uVar2 = dcgettext(0,"%s: Unsupported EI_VERSION: %d is not %d\n",5,pFVar11,uVar12,uVar6); uVar9 = 1; uVar6 = uVar6 & 0xff; goto LAB_0001223f; } uVar5 = (uint)DAT_00019272; if (uVar5 == DAT_000190e0) { return 0; } uVar6 = _DAT_00019244 & 0xff; if (DAT_000190cc == 0xffffffff) { if (DAT_00019272 == 6) { LAB_00012338: bVar7 = uVar6 != 1; DAT_000190cc = 1; goto LAB_00012050; } if (DAT_00019272 < 7) { if (DAT_00019272 == 3) goto LAB_00012338; } else if ((ushort)(DAT_00019272 - 0xb4) < 2) { bVar7 = uVar6 != 2; DAT_000190cc = 2; goto LAB_00012050; } DAT_000190cc = 3; LAB_00012058: if ((DAT_000190c8 == 3) || (uVar6 == DAT_000190c8)) { if ((DAT_000190e4 != 0xffffffff) && (uVar5 != DAT_000190e4)) { uVar6 = uVar5; uVar2 = dcgettext(0,"%s: Unmatched e_machine: %d is not %d\n",5,pFVar11,uVar12,uVar5); goto LAB_0001223f; } uVar6 = (uint)DAT_00019270; if ((DAT_000190dc == 0xffffffff) || (uVar6 == DAT_000190dc)) { uVar6 = _DAT_00019244 >> 0x18; if ((DAT_000190d4 == 0xffffffff) || (uVar6 == DAT_000190d4)) { if (DAT_00019244 == '\x01') { if (DAT_000190e0 != 0xffffffff) { (*DAT_00019298)(&DAT_00019212,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2); } if (DAT_000190d8 != -1) { (*DAT_00019298)(&DAT_00019210,DAT_000190d8,DAT_000190d8 >> 0x1f,2); } if (DAT_000190d0 != -1) { DAT_00019204 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_00019204); } __ptr = &DAT_00019200; sVar1 = 0x34; } else { if (DAT_00019244 != '\x02') { /* WARNING: Subroutine does not return */ abort(); } if (DAT_000190e0 != 0xffffffff) { (*DAT_00019298)(&DAT_000191d2,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2); } if (DAT_000190d8 != -1) { (*DAT_00019298)(&DAT_000191d0,DAT_000190d8,DAT_000190d8 >> 0x1f,2); } if (DAT_000190d0 != -1) { DAT_000191c4 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_000191c4); } __ptr = &DAT_000191c0; sVar1 = 0x40; } sVar1 = fwrite(__ptr,sVar1,1,param_2); if (sVar1 == 1) { return 0; } piVar4 = __errno_location(); pcVar10 = strerror(*piVar4); uVar2 = dcgettext(0,"%s: Failed to update ELF header: %s\n",5); goto LAB_00011c4e; } pcVar10 = "%s: Unmatched EI_OSABI: %d is not %d\n"; uVar9 = DAT_000190d4; } else { pcVar10 = "%s: Unmatched e_type: %d is not %d\n"; uVar9 = DAT_000190dc; } } else { pcVar10 = "%s: Unmatched output EI_CLASS: %d is not %d\n"; uVar9 = DAT_000190c8; } } else { bVar7 = DAT_000190cc != 3 && uVar6 != DAT_000190cc; LAB_00012050: if (!bVar7) goto LAB_00012058; pcVar10 = "%s: Unmatched input EI_CLASS: %d is not %d\n"; uVar9 = DAT_000190cc; } uVar2 = dcgettext(0,pcVar10,5); LAB_0001223f: error(uVar2,uVar12,uVar6,uVar9); return 1; } DAT_00019294 = FUN_00012e50; DAT_00019298 = FUN_00012d40; if (DAT_00019244 == '\x01') goto LAB_00011d08; LAB_00011ca7: uVar9 = _DAT_00019244 & 0xff; if (DAT_00019244 == '\x02') { puVar13 = &DAT_000191d0; sVar1 = fread(&DAT_000191d0,0x30,1,param_2); if (sVar1 == 1) { DAT_00019270 = (*DAT_00019294)(puVar13,2); DAT_00019272 = (*DAT_00019294)(&DAT_000191d2,2); DAT_00019268 = (*DAT_00019294)(&DAT_000191d4,4); uVar8 = (*DAT_00019294)(&DAT_000191d8,8); DAT_00019254 = (undefined4)((ulonglong)uVar8 >> 0x20); DAT_00019250 = (undefined4)uVar8; uVar8 = (*DAT_00019294)(&DAT_000191e0,8); DAT_0001925c = (undefined4)((ulonglong)uVar8 >> 0x20); DAT_00019258 = (undefined4)uVar8; uVar8 = (*DAT_00019294)(&DAT_000191e8,8); DAT_00019264 = (undefined4)((ulonglong)uVar8 >> 0x20); DAT_00019260 = (undefined4)uVar8; DAT_0001926c = (*DAT_00019294)(&DAT_000191f0,4); DAT_00019274 = (*DAT_00019294)(&DAT_000191f4,2); DAT_00019278 = (*DAT_00019294)(&DAT_000191f6,2); DAT_0001927c = (*DAT_00019294)(&DAT_000191f8,2); DAT_00019280 = (*DAT_00019294)(&DAT_000191fa,2); DAT_00019284 = (*DAT_00019294)(&DAT_000191fc,2); DAT_00019288 = (*DAT_00019294)(&DAT_000191fe,2); DAT_000191c0 = DAT_00019240; DAT_000191c4 = _DAT_00019244; DAT_000191c8 = DAT_00019248; DAT_000191cc = DAT_0001924c; goto LAB_00011fce; } } else { uVar2 = dcgettext(0,"Unsupported EI_CLASS: %d\n",5); error(uVar2,uVar9 & 0xff); } } LAB_00011c39: pcVar10 = (char *)0x5; uVar2 = dcgettext(0,"%s: Failed to read ELF header\n",5); LAB_00011c4e: error(uVar2,uVar12,pcVar10); return 1; }
PUSH EBP PUSH EDI PUSH ESI MOV ESI,EDX PUSH EBX CALL 0x000117c0 ADD EBX,0x73f5 SUB ESP,0x28 MOV dword ptr [ESP + 0xc],EAX PUSH EDX CALL 0x000111e0 PUSH ESI MOV EBP,EAX LEA EAX,[EBX + 0x240] PUSH 0x1 PUSH 0x10 PUSH EAX CALL 0x00011130 ADD ESP,0x20 CMP EAX,0x1 JZ 0x00011c70 SUB ESP,0x4 LEA EAX,[EBX + 0xffffc264] PUSH 0x5 PUSH EAX PUSH 0x0 CALL 0x000110d0 POP EDX POP ECX PUSH dword ptr [ESP + 0x8] PUSH EAX CALL 0x00012790 ADD ESP,0x10 MOV EAX,0x1 ADD ESP,0x1c POP EBX POP ESI POP EDI POP EBP RET CMP byte ptr [EBX + 0x245],0x2 LEA EDI,[EBX + 0x294] JZ 0x00011ce0 LEA EAX,[EBX + 0xffff9e50] MOVZX EDX,byte ptr [EBX + 0x244] MOV dword ptr [EDI],EAX LEA EAX,[EBX + 0x298] MOV ECX,EAX MOV dword ptr [ESP + 0x8],EAX LEA EAX,[EBX + 0xffff9d40] MOV dword ptr [ECX],EAX CMP DL,0x1 JZ 0x00011d08 CMP DL,0x2 MOV byte ptr [ESP + 0x4],DL JZ 0x00011e70 SUB ESP,0x4 LEA EAX,[EBX + 0xffffc5c2] PUSH 0x5 PUSH EAX PUSH 0x0 CALL 0x000110d0 POP EDX POP ECX MOVZX EDX,byte ptr [ESP + 0xc] PUSH EDX PUSH EAX CALL 0x00012790 ADD ESP,0x10 JMP 0x00011c39 LEA EAX,[EBX + 0xffff9800] MOVZX EDX,byte ptr [EBX + 0x244] MOV dword ptr [EDI],EAX LEA EAX,[EBX + 0x298] MOV ECX,EAX MOV dword ptr [ESP + 0x8],EAX LEA EAX,[EBX + 0xffff9dd0] MOV dword ptr [ECX],EAX CMP DL,0x1 JNZ 0x00011ca7 LEA EDX,[EBX + 0x210] PUSH ESI PUSH 0x1 PUSH 0x24 PUSH EDX MOV dword ptr [ESP + 0x14],EDX CALL 0x00011130 ADD ESP,0x10 CMP EAX,0x1 JNZ 0x00011c39 SUB ESP,0x8 PUSH 0x2 MOV EDX,dword ptr [ESP + 0x10] PUSH EDX CALL dword ptr [EDI] MOV word ptr [EBX + 0x270],AX POP EAX LEA EAX,[EBX + 0x212] POP EDX PUSH 0x2 PUSH EAX CALL dword ptr [EDI] POP ECX MOV word ptr [EBX + 0x272],AX POP EAX LEA EAX,[EBX + 0x214] PUSH 0x4 PUSH EAX CALL dword ptr [EDI] MOV dword ptr [EBX + 0x268],EAX POP EAX LEA EAX,[EBX + 0x218] POP EDX PUSH 0x4 PUSH EAX CALL dword ptr [EDI] POP ECX MOV dword ptr [EBX + 0x250],EAX POP EAX LEA EAX,[EBX + 0x21c] PUSH 0x4 MOV dword ptr [EBX + 0x254],EDX PUSH EAX CALL dword ptr [EDI] MOV dword ptr [EBX + 0x258],EAX POP EAX LEA EAX,[EBX + 0x220] MOV dword ptr [EBX + 0x25c],EDX POP EDX PUSH 0x4 PUSH EAX CALL dword ptr [EDI] POP ECX MOV dword ptr [EBX + 0x260],EAX POP EAX LEA EAX,[EBX + 0x224] PUSH 0x4 MOV dword ptr [EBX + 0x264],EDX PUSH EAX CALL dword ptr [EDI] MOV dword ptr [EBX + 0x26c],EAX POP EAX LEA EAX,[EBX + 0x228] POP EDX PUSH 0x2 PUSH EAX CALL dword ptr [EDI] POP ECX MOV dword ptr [EBX + 0x274],EAX POP EAX LEA EAX,[EBX + 0x22a] PUSH 0x2 PUSH EAX CALL dword ptr [EDI] MOV dword ptr [EBX + 0x278],EAX POP EAX LEA EAX,[EBX + 0x22c] POP EDX PUSH 0x2 PUSH EAX CALL dword ptr [EDI] POP ECX MOV dword ptr [EBX + 0x27c],EAX POP EAX LEA EAX,[EBX + 0x22e] PUSH 0x2 PUSH EAX CALL dword ptr [EDI] MOV dword ptr [EBX + 0x280],EAX POP EAX LEA EAX,[EBX + 0x230] POP EDX PUSH 0x2 PUSH EAX CALL dword ptr [EDI] POP ECX MOV dword ptr [EBX + 0x284],EAX POP EAX LEA EAX,[EBX + 0x232] PUSH 0x2 PUSH EAX CALL dword ptr [EDI] MOV dword ptr [EBX + 0x288],EAX MOV EAX,dword ptr [EBX + 0x240] ADD ESP,0x10 MOV dword ptr [EBX + 0x200],EAX MOV EAX,dword ptr [EBX + 0x244] MOV dword ptr [EBX + 0x204],EAX MOV EAX,dword ptr [EBX + 0x248] MOV dword ptr [EBX + 0x208],EAX MOV EAX,dword ptr [EBX + 0x24c] MOV dword ptr [EBX + 0x20c],EAX JMP 0x00011fce LEA EDX,[EBX + 0x1d0] PUSH ESI PUSH 0x1 PUSH 0x30 PUSH EDX MOV dword ptr [ESP + 0x14],EDX CALL 0x00011130 ADD ESP,0x10 CMP EAX,0x1 JNZ 0x00011c39 SUB ESP,0x8 PUSH 0x2 MOV EDX,dword ptr [ESP + 0x10] PUSH EDX CALL dword ptr [EDI] MOV word ptr [EBX + 0x270],AX POP EAX LEA EAX,[EBX + 0x1d2] POP EDX PUSH 0x2 PUSH EAX CALL dword ptr [EDI] POP ECX MOV word ptr [EBX + 0x272],AX POP EAX LEA EAX,[EBX + 0x1d4] PUSH 0x4 PUSH EAX CALL dword ptr [EDI] MOV dword ptr [EBX + 0x268],EAX POP EAX LEA EAX,[EBX + 0x1d8] POP EDX PUSH 0x8 PUSH EAX CALL dword ptr [EDI] POP ECX MOV dword ptr [EBX + 0x250],EAX POP EAX LEA EAX,[EBX + 0x1e0] PUSH 0x8 MOV dword ptr [EBX + 0x254],EDX PUSH EAX CALL dword ptr [EDI] MOV dword ptr [EBX + 0x258],EAX POP EAX LEA EAX,[EBX + 0x1e8] MOV dword ptr [EBX + 0x25c],EDX POP EDX PUSH 0x8 PUSH EAX CALL dword ptr [EDI] POP ECX MOV dword ptr [EBX + 0x260],EAX POP EAX LEA EAX,[EBX + 0x1f0] PUSH 0x4 MOV dword ptr [EBX + 0x264],EDX PUSH EAX CALL dword ptr [EDI] MOV dword ptr [EBX + 0x26c],EAX POP EAX LEA EAX,[EBX + 0x1f4] POP EDX PUSH 0x2 PUSH EAX CALL dword ptr [EDI] POP ECX MOV dword ptr [EBX + 0x274],EAX POP EAX LEA EAX,[EBX + 0x1f6] PUSH 0x2 PUSH EAX CALL dword ptr [EDI] MOV dword ptr [EBX + 0x278],EAX POP EAX LEA EAX,[EBX + 0x1f8] POP EDX PUSH 0x2 PUSH EAX CALL dword ptr [EDI] POP ECX MOV dword ptr [EBX + 0x27c],EAX POP EAX LEA EAX,[EBX + 0x1fa] PUSH 0x2 PUSH EAX CALL dword ptr [EDI] MOV dword ptr [EBX + 0x280],EAX POP EAX LEA EAX,[EBX + 0x1fc] POP EDX PUSH 0x2 PUSH EAX CALL dword ptr [EDI] POP ECX MOV dword ptr [EBX + 0x284],EAX POP EAX LEA EAX,[EBX + 0x1fe] PUSH 0x2 PUSH EAX CALL dword ptr [EDI] MOV dword ptr [EBX + 0x288],EAX MOV EAX,dword ptr [EBX + 0x240] ADD ESP,0x10 MOV dword ptr [EBX + 0x1c0],EAX MOV EAX,dword ptr [EBX + 0x244] MOV dword ptr [EBX + 0x1c4],EAX MOV EAX,dword ptr [EBX + 0x248] MOV dword ptr [EBX + 0x1c8],EAX MOV EAX,dword ptr [EBX + 0x24c] MOV dword ptr [EBX + 0x1cc],EAX SUB ESP,0x4 PUSH 0x0 PUSH EBP PUSH ESI CALL 0x00011100 ADD ESP,0x10 TEST EAX,EAX JNZ 0x000121f8 CMP dword ptr [EBX + 0x240],0x464c457f JNZ 0x000121d8 MOVZX EDX,byte ptr [EBX + 0x246] CMP DL,0x1 JNZ 0x00012220 MOVZX ECX,word ptr [EBX + 0x272] MOV EDI,dword ptr [EBX + 0xe0] MOV EAX,ECX MOV dword ptr [ESP + 0x4],EDI CMP ECX,EDI JZ 0x00012260 MOVZX EBP,byte ptr [EBX + 0x244] MOV EDI,dword ptr [EBX + 0xcc] MOV EDX,EBP MOV byte ptr [ESP + 0xf],DL CMP EDI,-0x1 JZ 0x00012270 CMP EDI,0x3 SETNZ AL CMP EBP,EDI SETNZ byte ptr [ESP + 0xe] MOVZX EDX,byte ptr [ESP + 0xe] AND EAX,EDX TEST AL,AL JNZ 0x000122c0 MOV EDI,dword ptr [EBX + 0xc8] CMP EDI,0x3 JZ 0x0001206b CMP EBP,EDI JNZ 0x00012300 MOV EDI,dword ptr [EBX + 0xe4] CMP EDI,-0x1 JZ 0x0001207e CMP ECX,EDI JNZ 0x00012310 MOV EDI,dword ptr [EBX + 0xdc] MOVZX EBP,word ptr [EBX + 0x270] CMP EDI,-0x1 JZ 0x00012098 CMP EBP,EDI JNZ 0x000122e0 MOV EDI,dword ptr [EBX + 0xd4] MOVZX EBP,byte ptr [EBX + 0x247] CMP EDI,-0x1 JZ 0x000120b2 CMP EBP,EDI JNZ 0x000122f0 MOVZX EAX,byte ptr [ESP + 0xf] CMP AL,0x1 JNZ 0x00012168 MOV ECX,dword ptr [ESP + 0x4] CMP ECX,-0x1 JZ 0x000120df MOV EAX,ECX PUSH 0x2 CDQ LEA EAX,[EBX + 0x212] PUSH EDX PUSH ECX PUSH EAX MOV EAX,dword ptr [ESP + 0x18] CALL dword ptr [EAX] ADD ESP,0x10 MOV EAX,dword ptr [EBX + 0xd8] CMP EAX,-0x1 JZ 0x000120ff CDQ PUSH 0x2 PUSH EDX PUSH EAX LEA EAX,[EBX + 0x210] PUSH EAX MOV EAX,dword ptr [ESP + 0x18] CALL dword ptr [EAX] ADD ESP,0x10 MOV EAX,dword ptr [EBX + 0xd0] CMP EAX,-0x1 JZ 0x00012110 MOV byte ptr [EBX + 0x207],AL PUSH ESI LEA EAX,[EBX + 0x200] PUSH 0x1 PUSH 0x34 PUSH EAX CALL 0x00011120 ADD ESP,0x10 CMP EAX,0x1 SETZ AL MOVZX EAX,AL CMP EAX,0x1 JZ 0x00012260 CALL 0x00011200 SUB ESP,0xc PUSH dword ptr [EAX] CALL 0x00011160 ADD ESP,0xc MOV ESI,EAX LEA EAX,[EBX + 0xffffc3dc] PUSH 0x5 PUSH EAX PUSH 0x0 CALL 0x000110d0 ADD ESP,0xc PUSH ESI JMP 0x00011c4e CMP AL,0x2 JNZ 0x00012348 MOV ECX,dword ptr [ESP + 0x4] CMP ECX,-0x1 JZ 0x00012190 MOV EAX,ECX PUSH 0x2 CDQ LEA EAX,[EBX + 0x1d2] PUSH EDX PUSH ECX PUSH EAX MOV EAX,dword ptr [ESP + 0x18] CALL dword ptr [EAX] ADD ESP,0x10 MOV EAX,dword ptr [EBX + 0xd8] CMP EAX,-0x1 JZ 0x000121b0 CDQ PUSH 0x2 PUSH EDX PUSH EAX LEA EAX,[EBX + 0x1d0] PUSH EAX MOV EAX,dword ptr [ESP + 0x18] CALL dword ptr [EAX] ADD ESP,0x10 MOV EAX,dword ptr [EBX + 0xd0] CMP EAX,-0x1 JZ 0x000121c1 MOV byte ptr [EBX + 0x1c7],AL PUSH ESI LEA EAX,[EBX + 0x1c0] PUSH 0x1 PUSH 0x40 JMP 0x0001211b SUB ESP,0x4 LEA EAX,[EBX + 0xffffc2a8] PUSH 0x5 PUSH EAX PUSH 0x0 CALL 0x000110d0 POP EDX POP ECX JMP 0x00011c4e SUB ESP,0x4 LEA EAX,[EBX + 0xffffc284] PUSH 0x5 PUSH EAX PUSH 0x0 CALL 0x000110d0 POP EDI POP EBP PUSH dword ptr [ESP + 0x8] PUSH EAX CALL 0x00012790 ADD ESP,0x10 JMP 0x00011fe5 MOV byte ptr [ESP + 0x4],DL LEA EAX,[EBX + 0xffffc2e0] SUB ESP,0x4 PUSH 0x5 PUSH EAX PUSH 0x0 CALL 0x000110d0 PUSH 0x1 MOVZX EDX,byte ptr [ESP + 0x18] PUSH EDX PUSH dword ptr [ESP + 0x18] PUSH EAX CALL 0x00012790 ADD ESP,0x20 MOV EAX,0x1 ADD ESP,0x1c POP EBX POP ESI POP EDI POP EBP RET XOR EAX,EAX JMP 0x00011c60 CMP CX,0x6 JZ 0x00012338 JBE 0x000122a0 SUB AX,0xb4 CMP AX,0x1 JA 0x000122aa CMP EBP,0x2 MOV EDI,0x2 SETNZ AL MOV dword ptr [EBX + 0xcc],EDI JMP 0x00012050 CMP CX,0x3 JZ 0x00012338 MOV dword ptr [EBX + 0xcc],0x3 JMP 0x00012058 SUB ESP,0x4 LEA EAX,[EBX + 0xffffc30c] PUSH 0x5 PUSH EAX PUSH 0x0 CALL 0x000110d0 PUSH EDI PUSH EBP JMP 0x0001223f SUB ESP,0x4 LEA EAX,[EBX + 0xffffc390] PUSH 0x5 JMP 0x000122cb SUB ESP,0x4 LEA EAX,[EBX + 0xffffc3b4] PUSH 0x5 JMP 0x000122cb SUB ESP,0x4 LEA EAX,[EBX + 0xffffc338] PUSH 0x5 JMP 0x000122cb MOV dword ptr [ESP + 0x4],ECX LEA EAX,[EBX + 0xffffc368] SUB ESP,0x4 PUSH 0x5 PUSH EAX PUSH 0x0 CALL 0x000110d0 PUSH EDI MOV ECX,dword ptr [ESP + 0x18] PUSH ECX JMP 0x0001223f CMP EBP,0x1 MOV EDI,0x1 SETNZ AL JMP 0x00012291 CALL 0x00011260
null
null
null
null
[(u'CALL_-1205986230', u'CALL_-1205984628'), (u'INT_AND_-1205984460', u'MULTIEQUAL_-1205981444'), ('const-0', u'SUBPIECE_-1205983013'), (u'CALLIND_-1205983984', u'INDIRECT_-1205979854'), (u'INDIRECT_-1205977157', u'MULTIEQUAL_-1205977118'), ('const-102912', u'PTRSUB_-1205978087'), (u'INDIRECT_-1205979451', u'PIECE_-1205978589'), (u'PTRSUB_-1205977737', u'PTRSUB_-1205977671'), (u'CALL_-1205983212', u'INDIRECT_-1205977727'), (u'CALLIND_-1205983744', u'INDIRECT_-1205978427'), (u'INDIRECT_-1205979309', u'MULTIEQUAL_-1205979511'), (u'CALL_-1205986230', u'INDIRECT_-1205980413'), (u'CALL_-1205983105', u'INDIRECT_-1205979198'), (u'CALL_-1205983116', u'INDIRECT_-1205977471'), (u'CALLIND_-1205984202', u'INDIRECT_-1205980839'), (u'INDIRECT_-1205980660', u'MULTIEQUAL_-1205980585'), (u'INDIRECT_-1205977732', u'COPY_-1205977756'), (u'CALL_-1205983116', u'INDIRECT_-1205978065'), (u'PIECE_-1205977475', u'PIECE_-1205977474'), (u'CALL_-1205985829', u'INDIRECT_-1205981576'), (u'MULTIEQUAL_-1205978369', u'MULTIEQUAL_-1205978342'), (u'MULTIEQUAL_-1205978487', u'MULTIEQUAL_-1205978458'), ('const-16', u'PTRSUB_-1205977210'), (u'MULTIEQUAL_-1205977297', u'MULTIEQUAL_-1205977268'), (u'CALLIND_-1205984750', u'INDIRECT_-1205977901'), (u'INDIRECT_-1205979089', u'SUBPIECE_-1205977478'), (u'CALLIND_-1205985251', u'INDIRECT_-1205978602'), (u'MULTIEQUAL_-1205979371', u'MULTIEQUAL_-1205979344'), ('const-0', u'PTRSUB_-1205977785'), ('const-0', u'SUBPIECE_-1205982992'), (u'MULTIEQUAL_-1205979044', u'MULTIEQUAL_-1205978414'), (u'INDIRECT_-1205978574', u'SUBPIECE_-1205979436'), (u'MULTIEQUAL_-1205977716', u'MULTIEQUAL_-1205977086'), (u'INDIRECT_-1205980783', u'MULTIEQUAL_-1205980768'), (u'CALLIND_-1205984202', u'INDIRECT_-1205979438'), (u'INDIRECT_-1205976848', u'MULTIEQUAL_-1205977046'), (u'CALLIND_-1205983984', u'INDIRECT_-1205977461'), (u'CALLIND_-1205984063', u'INDIRECT_-1205980706'), (u'INDIRECT_-1205978362', u'MULTIEQUAL_-1205978312'), (u'MULTIEQUAL_-1205979710', u'MULTIEQUAL_-1205979466'), ('const-5', u'CALL_-1205983125'), (u'MULTIEQUAL_-1205979776', u'INT_EQUAL_-1205984222'), (u'MULTIEQUAL_-1205979948', u'COPY_-1205980011'), (u'CALL_-1205983212', u'INDIRECT_-1205977925'), (u'INDIRECT_-1205978473', u'CALLIND_-1205984063'), (u'INDIRECT_-1205980093', u'MULTIEQUAL_-1205980040'), (u'INDIRECT_-1205977153', u'MULTIEQUAL_-1205977166'), (u'INDIRECT_-1205979108', u'MULTIEQUAL_-1205979084'), (u'CALLIND_-1205984836', u'INDIRECT_-1205978271'), (u'MULTIEQUAL_-1205980614', u'COPY_-1205980677'), (u'CALLIND_-1205983916', u'INDIRECT_-1205979431'), ('tmp_2520', u'CBRANCH_-1205984138'), (u'CALL_-1205983212', u'INDIRECT_-1205976848'), ('const-75776', u'PTRSUB_-1205983917'), (u'CALLIND_-1205984879', u'INDIRECT_-1205978159'), (u'CALLIND_-1205984879', u'INDIRECT_-1205979287'), (u'INDIRECT_-1205977787', u'MULTIEQUAL_-1205978312'), (u'CALLIND_-1205983984', u'INDIRECT_-1205978387'), (u'CALLIND_-1205984115', u'INDIRECT_-1205980267'), (u'INDIRECT_-1205978629', u'MULTIEQUAL_-1205978791'), (u'CALL_-1205986230', u'INDIRECT_-1205980614'), (u'CALLIND_-1205983648', u'INDIRECT_-1205977519'), ('const-417', u'LOAD_-1205983834'), (u'CALLIND_-1205984011', u'INDIRECT_-1205978751'), (u'INDIRECT_-1205977195', u'SUBPIECE_-1205978309'), (u'MULTIEQUAL_-1205978223', u'MULTIEQUAL_-1205978194'), ('const-0', u'SUBPIECE_-1205979283'), (u'COPY_-1205977938', u'PIECE_-1205977878'), (u'CALLIND_-1205985008', u'INDIRECT_-1205980346'), (u'CALL_-1205985829', u'INDIRECT_-1205978655'), ('const-2', u'INT_NOTEQUAL_-1205983102'), (u'COPY_-1205977162', u'PIECE_-1205979014'), (u'CALL_-1205983074', u'INDIRECT_-1205978918'), (u'INDIRECT_-1205980181', u'MULTIEQUAL_-1205980717'), (u'PIECE_-1205979014', u'MULTIEQUAL_-1205978953'), ('const-0', u'SUBPIECE_-1205978771'), (u'CALL_-1205984628', u'INDIRECT_-1205978296'), (u'INDIRECT_-1205978589', u'MULTIEQUAL_-1205978725'), (u'MULTIEQUAL_-1205978048', u'MULTIEQUAL_-1205977629'), (u'MULTIEQUAL_-1205979569', u'MULTIEQUAL_-1205979542'), (u'INT_NOTEQUAL_-1205983724', u'CBRANCH_-1205983723'), (u'MULTIEQUAL_-1205979578', u'MULTIEQUAL_-1205978948'), (u'CALL_-1205983105', u'INDIRECT_-1205979264'), (u'MULTIEQUAL_-1205979110', u'MULTIEQUAL_-1205978480'), (u'CALL_-1205983125', u'INDIRECT_-1205977489'), (u'INDIRECT_-1205980259', u'CALL_-1205983074'), (u'CALL_-1205985829', u'INDIRECT_-1205979579'), ('const-5', u'CALL_-1205983105'), (u'CALLIND_-1205984246', u'INDIRECT_-1205979129'), ('const-0', u'SUBPIECE_-1205978284'), (u'CALLIND_-1205985060', u'INDIRECT_-1205979706'), (u'CALLIND_-1205985112', u'INDIRECT_-1205978469'), (u'CALLIND_-1205983701', u'INDIRECT_-1205979463'), (u'INDIRECT_-1205980888', u'MULTIEQUAL_-1205981050'), (u'INDIRECT_-1205977760', u'MULTIEQUAL_-1205977738'), (u'CALLIND_-1205984836', u'INDIRECT_-1205980991'), ('const-86752', u'COPY_-1205977059'), (u'MULTIEQUAL_-1205978903', u'MULTIEQUAL_-1205978876'), (u'INDIRECT_-1205978180', u'SUBPIECE_-1205979105'), ('const-2', u'CALLIND_-1205983830'), (u'CALLIND_-1205983744', u'INDIRECT_-1205978691'), (u'CALLIND_-1205984063', u'INDIRECT_-1205981497'), (u'INDIRECT_-1205980060', u'MULTIEQUAL_-1205979985'), (u'MULTIEQUAL_-1205978879', u'MULTIEQUAL_-1205980413'), (u'INDIRECT_-1205979488', u'MULTIEQUAL_-1205979466'), (u'CALLIND_-1205985295', u'INDIRECT_-1205980219'), (u'INDIRECT_-1205978265', u'SUBPIECE_-1205979185'), (u'CALLIND_-1205984922', u'INDIRECT_-1205980306'), (u'CALLIND_-1205984965', u'INDIRECT_-1205980988'), ('tmp_5731', u'CAST_-1205977729'), (u'CALLIND_-1205983787', u'INDIRECT_-1205979974'), (u'INDIRECT_-1205980159', u'MULTIEQUAL_-1205980109'), (u'INDIRECT_-1205981176', u'MULTIEQUAL_-1205981715'), ('const-0', u'SUBPIECE_-1205978582'), ('const-4', u'SUBPIECE_-1205978943'), ('const-0', u'SUBPIECE_-1205978929'), (u'CALLIND_-1205984115', u'INDIRECT_-1205979865'), (u'CALLIND_-1205983648', u'INDIRECT_-1205977453'), ('const-1', u'INT_NOTEQUAL_-1205984541'), ('const-0', u'SUBPIECE_-1205977906'), (u'INDIRECT_-1205977204', u'COPY_-1205977228'), ('const-2', u'SUBPIECE_-1205979020'), (u'INDIRECT_-1205977842', u'SUBPIECE_-1205978705'), ('const-0', u'SUBPIECE_-1205983034'), (u'CALLIND_-1205983984', u'INDIRECT_-1205978988'), (u'CALLIND_-1205984879', u'INDIRECT_-1205978291'), (u'CALLIND_-1205984879', u'INDIRECT_-1205977961'), (u'CALLIND_-1205985251', u'INDIRECT_-1205979934'), (u'INDIRECT_-1205979887', u'MULTIEQUAL_-1205979865'), ('const-102848', u'PTRSUB_-1205977812'), (u'MULTIEQUAL_-1205978444', u'MULTIEQUAL_-1205977814'), (u'CALL_-1205983031', u'INDIRECT_-1205978106'), (u'CALL_-1205983908', u'INDIRECT_-1205978754'), (u'INDIRECT_-1205980515', u'MULTIEQUAL_-1205980651'), (u'INDIRECT_-1205977366', u'MULTIEQUAL_-1205978642'), (u'CALL_-1205983105', u'INDIRECT_-1205978328'), (u'INDIRECT_-1205977325', u'MULTIEQUAL_-1205977850'), (u'CALLIND_-1205983744', u'INDIRECT_-1205980021'), (u'CALLIND_-1205983959', u'INDIRECT_-1205978264'), (u'MULTIEQUAL_-1205980347', u'COPY_-1205980410'), (u'CALLIND_-1205983787', u'INDIRECT_-1205978777'), (u'CALL_-1205983105', u'INDIRECT_-1205978664'), (u'CALLIND_-1205983830', u'INDIRECT_-1205978797'), (u'CALLIND_-1205984879', u'INDIRECT_-1205979887'), ('const-4', u'SUBPIECE_-1205978180'), (u'CALL_-1205986193', u'INDIRECT_-1205980792'), ('const-0', u'PTRSUB_-1205977632'), (u'INDIRECT_-1205978106', u'MULTIEQUAL_-1205978308'), (u'MULTIEQUAL_-1205980176', u'CALL_-1205983332'), (u'INDIRECT_-1205978159', u'SUBPIECE_-1205979019'), (u'CALL_-1205984318', u'INDIRECT_-1205980687'), (u'COPY_-1205977912', u'PIECE_-1205977857'), (u'INDIRECT_-1205977780', u'SUBPIECE_-1205978909'), (u'MULTIEQUAL_-1205978392', u'MULTIEQUAL_-1205978540'), (u'INDIRECT_-1205978542', u'MULTIEQUAL_-1205978524'), (u'INDIRECT_-1205978083', u'MULTIEQUAL_-1205978044'), (u'CALL_-1205985829', u'INDIRECT_-1205979117'), (u'CALL_-1205984318', u'INDIRECT_-1205978695'), (u'CALLIND_-1205984965', u'SUBPIECE_-1205983013'), (u'CALL_-1205983847', u'INDIRECT_-1205977467'), (u'CALLIND_-1205984750', u'INDIRECT_-1205977833'), (u'CALLIND_-1205983873', u'INDIRECT_-1205980545'), ('const-36', u'PTRSUB_-1205978065'), (u'INDIRECT_-1205979349', u'MULTIEQUAL_-1205979310'), ('const-0', u'SUBPIECE_-1205977994'), (u'CALL_-1205986092', u'INDIRECT_-1205981037'), (u'INDIRECT_-1205979679', u'MULTIEQUAL_-1205979661'), (u'CALLIND_-1205984115', u'INDIRECT_-1205978869'), ('const-2', u'INT_EQUAL_-1205986013'), (u'INDIRECT_-1205977141', u'COPY_-1205977187'), (u'INDIRECT_-1205978090', u'MULTIEQUAL_-1205978068'), (u'INDIRECT_-1205979463', u'SUBPIECE_-1205977880'), (u'CALLIND_-1205984836', u'INDIRECT_-1205978403'), (u'INDIRECT_-1205979160', u'MULTIEQUAL_-1205980435'), (u'INDIRECT_-1205979319', u'MULTIEQUAL_-1205979304'), (u'CALL_-1205985367', u'INDIRECT_-1205978519'), (u'CALL_-1205983169', u'INDIRECT_-1205977698'), (u'MULTIEQUAL_-1205979060', u'SUBPIECE_-1205979104'), (u'CALLIND_-1205984063', u'INDIRECT_-1205980637'), (u'INDIRECT_-1205977956', u'MULTIEQUAL_-1205977616'), (u'CALLIND_-1205984063', u'INDIRECT_-1205977628'), (u'CALL_-1205983908', u'INDIRECT_-1205979153'), ('const-64', u'COPY_-1205983508'), (u'CALLIND_-1205984158', u'INDIRECT_-1205979417'), (u'INDIRECT_-1205978424', u'MULTIEQUAL_-1205979832'), (u'CALLIND_-1205984063', u'INDIRECT_-1205978618'), (u'PTRSUB_-1205977210', u'CALLIND_-1205983984'), (u'INDIRECT_-1205978490', u'MULTIEQUAL_-1205979766'), (u'INDIRECT_-1205977035', u'SUBPIECE_-1205977928'), (u'CALL_-1205983074', u'INDIRECT_-1205977919'), (u'CALLIND_-1205983873', u'INDIRECT_-1205979747'), (u'CALLIND_-1205984158', u'INDIRECT_-1205979753'), (u'CALLIND_-1205983873', u'SUBPIECE_-1205983378'), ('const-2', u'CALLIND_-1205983648'), (u'CALL_-1205984318', u'INDIRECT_-1205978563'), (u'CALL_-1205986230', u'INDIRECT_-1205979282'), (u'CALLIND_-1205985008', u'INDIRECT_-1205979680'), (u'MULTIEQUAL_-1205979836', u'MULTIEQUAL_-1205979809'), (u'INDIRECT_-1205978660', u'MULTIEQUAL_-1205978779'), (u'CALL_-1205984318', u'INDIRECT_-1205978629'), (u'CALL_-1205983908', u'INT_NOTEQUAL_-1205983880'), (u'INDIRECT_-1205979759', u'MULTIEQUAL_-1205981035'), (u'INDIRECT_-1205978930', u'COPY_-1205978954'), (u'CALL_-1205985367', u'INDIRECT_-1205978849'), (u'INDIRECT_-1205977921', u'CALLIND_-1205984750'), (u'LOAD_-1205983834', u'CALL_-1205983821'), (u'CALL_-1205983908', u'INDIRECT_-1205977758'), (u'SUBPIECE_-1205977477', u'COPY_-1205977532'), (u'CALL_-1205983074', u'INDIRECT_-1205978117'), (u'INDIRECT_-1205980135', u'MULTIEQUAL_-1205979669'), (u'INDIRECT_-1205977843', u'SUBPIECE_-1205978903'), (u'CALLIND_-1205985251', u'INDIRECT_-1205978206'), (u'MULTIEQUAL_-1205977511', u'MULTIEQUAL_-1205977484'), (u'CALL_-1205983116', u'INDIRECT_-1205978869'), (u'CALLIND_-1205983787', u'INDIRECT_-1205979437'), (u'CALL_-1205986123', u'INDIRECT_-1205980051'), (u'CALLIND_-1205984158', u'INDIRECT_-1205979615'), (u'CALLIND_-1205985295', u'INDIRECT_-1205979487'), (u'INDIRECT_-1205979160', u'MULTIEQUAL_-1205979110'), (u'PTRSUB_-1205983458', u'CAST_-1205976876'), (u'INDIRECT_-1205979515', u'MULTIEQUAL_-1205980051'), (u'PIECE_-1205977498', u'PIECE_-1205977497'), (u'CALLIND_-1205984793', u'INDIRECT_-1205977780'), (u'CAST_-1205978174', u'CALL_-1205985829'), (u'INDIRECT_-1205977555', u'MULTIEQUAL_-1205977516'), (u'CALLIND_-1205983959', u'INDIRECT_-1205980720'), (u'CALLIND_-1205984836', u'INDIRECT_-1205980131'), (u'MULTIEQUAL_-1205979503', u'MULTIEQUAL_-1205979476'), (u'INDIRECT_-1205978269', u'COPY_-1205978315'), (u'CALLIND_-1205985112', u'INDIRECT_-1205979195'), ('tmp_3199', u'CBRANCH_-1205983696'), (u'CALLIND_-1205985251', u'INDIRECT_-1205979599'), (u'CALLIND_-1205984246', u'INDIRECT_-1205980329'), ('const-4', u'SUBPIECE_-1205978685'), (u'CALLIND_-1205983569', u'INDIRECT_-1205977750'), ('const-102912', u'PTRSUB_-1205978141'), (u'INDIRECT_-1205979570', u'MULTIEQUAL_-1205979546'), (u'CALLIND_-1205985251', u'INDIRECT_-1205978404'), (u'CALLIND_-1205985112', u'INDIRECT_-1205978667'), (u'MULTIEQUAL_-1205981750', u'CALL_-1205983332'), (u'CALLIND_-1205985008', u'INDIRECT_-1205980013'), (u'CALLIND_-1205984063', u'INDIRECT_-1205980173'), (u'CALL_-1205983776', u'INDIRECT_-1205979093'), (u'CALL_-1205986230', u'INDIRECT_-1205979876'), (u'CALL_-1205983332', u'INDIRECT_-1205977035'), (u'CALLIND_-1205984202', u'INDIRECT_-1205979570'), (u'INDIRECT_-1205978622', u'MULTIEQUAL_-1205979898'), ('const-4', u'SUBPIECE_-1205979369'), (u'CALLIND_-1205985164', u'INDIRECT_-1205980025'), ('const-0', u'PTRSUB_-1205983887'), (u'MULTIEQUAL_-1205979776', u'COPY_-1205976677'), (u'CALL_-1205983116', u'INDIRECT_-1205978737'), (u'SUBPIECE_-1205977834', u'COPY_-1205977889'), (u'MULTIEQUAL_-1205979776', u'MULTIEQUAL_-1205979357'), (u'INDIRECT_-1205979089', u'SUBPIECE_-1205977479'), (u'CALLIND_-1205985008', u'INDIRECT_-1205978879'), (u'CALL_-1205983332', u'INDIRECT_-1205979394'), (u'CALLIND_-1205985112', u'INDIRECT_-1205979465'), (u'INDIRECT_-1205979854', u'MULTIEQUAL_-1205979836'), (u'CALLIND_-1205984011', u'INDIRECT_-1205979147'), (u'COPY_-1205977531', u'PIECE_-1205977476'), (u'CALL_-1205986193', u'INDIRECT_-1205979460'), (u'CALLIND_-1205984879', u'INDIRECT_-1205980151'), (u'INDIRECT_-1205980201', u'MULTIEQUAL_-1205979735'), (u'MULTIEQUAL_-1205978246', u'INT_SUB_-1205983129'), (u'INDIRECT_-1205977842', u'MULTIEQUAL_-1205978044'), (u'SUBPIECE_-1205979014', u'PIECE_-1205979014'), (u'INDIRECT_-1205979934', u'MULTIEQUAL_-1205979468'), (u'CALLIND_-1205983787', u'INDIRECT_-1205980574'), (u'COPY_-1205983320', u'RETURN_-1205983271'), (u'CALL_-1205986230', u'INDIRECT_-1205980680'), (u'CALLIND_-1205984063', u'INDIRECT_-1205978888'), (u'CALL_-1205983125', u'INDIRECT_-1205977621'), ('const-0', u'SUBPIECE_-1205979363'), (u'CALL_-1205985863', u'INDIRECT_-1205981591'), (u'CALLIND_-1205985295', u'INDIRECT_-1205979620'), (u'CAST_-1205977385', u'CALL_-1205984628'), (u'INDIRECT_-1205979355', u'MULTIEQUAL_-1205979517'), (u'INDIRECT_-1205978849', u'MULTIEQUAL_-1205979385'), (u'INDIRECT_-1205979249', u'MULTIEQUAL_-1205979385'), (u'INDIRECT_-1205979096', u'MULTIEQUAL_-1205980504'), (u'CALL_-1205985863', u'INDIRECT_-1205978536'), (u'INDIRECT_-1205979760', u'MULTIEQUAL_-1205979710'), (u'INT_ZEXT_-1205984245', u'INT_EQUAL_-1205984222'), (u'MULTIEQUAL_-1205980501', u'MULTIEQUAL_-1205980474'), (u'CALLIND_-1205984750', u'INDIRECT_-1205979959'), (u'CALLIND_-1205984063', u'INDIRECT_-1205977694'), (u'MULTIEQUAL_-1205977443', u'MULTIEQUAL_-1205977416'), (u'CALLIND_-1205985112', u'INDIRECT_-1205980131'), (u'CALL_-1205983105', u'INDIRECT_-1205979396'), (u'CALLIND_-1205983830', u'INDIRECT_-1205980327'), (u'MULTIEQUAL_-1205981013', u'COPY_-1205981076'), (u'MULTIEQUAL_-1205980774', u'MULTIEQUAL_-1205980530'), (u'INDIRECT_-1205979535', u'SUBPIECE_-1205977903'), ('const-4294967295', u'INT_NOTEQUAL_-1205983951'), (u'CALL_-1205983212', u'INDIRECT_-1205977661'), (u'CALLIND_-1205984879', u'INDIRECT_-1205979687'), (u'CALL_-1205986193', u'INDIRECT_-1205980660'), ('const-0', u'SUBPIECE_-1205983315'), ('const-2', u'CALLIND_-1205984922'), (u'CALLIND_-1205984011', u'INDIRECT_-1205978883'), (u'MULTIEQUAL_-1205979212', u'MULTIEQUAL_-1205980746'), (u'INDIRECT_-1205977900', u'MULTIEQUAL_-1205977850'), (u'CALLIND_-1205983873', u'INDIRECT_-1205979882'), (u'INDIRECT_-1205979428', u'MULTIEQUAL_-1205979336'), (u'INDIRECT_-1205978998', u'COPY_-1205979022'), (u'INDIRECT_-1205977864', u'SUBPIECE_-1205978923'), (u'CALLIND_-1205984115', u'INDIRECT_-1205979265'), (u'CALL_-1205984628', u'INDIRECT_-1205979293'), ('const-20', u'PTRSUB_-1205977789'), (u'INDIRECT_-1205979724', u'MULTIEQUAL_-1205979649'), (u'CALLIND_-1205984879', u'INDIRECT_-1205980286'), (u'INDIRECT_-1205977270', u'COPY_-1205977294'), (u'INDIRECT_-1205976765', u'COPY_-1205976823'), (u'INDIRECT_-1205977318', u'MULTIEQUAL_-1205977319'), (u'CALL_-1205985829', u'INDIRECT_-1205978589'), ('tmp_5731', u'CAST_-1205978326'), (u'CALLIND_-1205985295', u'INDIRECT_-1205979553'), (u'PTRSUB_-1205983887', u'MULTIEQUAL_-1205978448'), (u'INDIRECT_-1205979781', u'MULTIEQUAL_-1205979766'), (u'CALL_-1205986193', u'INDIRECT_-1205979790'), (u'CALLIND_-1205984793', u'INDIRECT_-1205979647'), (u'MULTIEQUAL_-1205979644', u'INT_NOTEQUAL_-1205984292'), (u'CALLIND_-1205983959', u'INDIRECT_-1205979583'), (u'CALL_-1205983031', u'INDIRECT_-1205978172'), (u'PTRSUB_-1205977717', u'CALLIND_-1205985060'), (u'CALLIND_-1205985207', u'INDIRECT_-1205978317'), (u'CALLIND_-1205985207', u'INDIRECT_-1205980444'), (u'CALL_-1205983074', u'INDIRECT_-1205977523'), ('const-1', u'RETURN_-1205983111'), (u'CALLIND_-1205985295', u'INDIRECT_-1205978359'), (u'MULTIEQUAL_-1205977336', u'MULTIEQUAL_-1205977484'), (u'CALLIND_-1205984879', u'INDIRECT_-1205979821'), (u'MULTIEQUAL_-1205980665', u'CALL_-1205983908'), (u'INDIRECT_-1205981059', u'MULTIEQUAL_-1205980981'), (u'CALLIND_-1205983916', u'INDIRECT_-1205978441'), (u'MULTIEQUAL_-1205979044', u'INT_EQUAL_-1205984580'), (u'CALL_-1205983332', u'INDIRECT_-1205978530'), ('const-0', u'PTRSUB_-1205977860'), (u'CALL_-1205983125', u'INDIRECT_-1205978551'), (u'INDIRECT_-1205977885', u'MULTIEQUAL_-1205977846'), (u'INT_NOTEQUAL_-1205982892', u'MULTIEQUAL_-1205980083'), (u'CALLIND_-1205983744', u'INDIRECT_-1205978757'), (u'CALLIND_-1205983959', u'INDIRECT_-1205978725'), (u'MULTIEQUAL_-1205979974', u'MULTIEQUAL_-1205979730'), (u'INDIRECT_-1205977240', u'MULTIEQUAL_-1205978582'), (u'INDIRECT_-1205980448', u'MULTIEQUAL_-1205980981'), (u'MULTIEQUAL_-1205981827', u'CALL_-1205986092'), ('const-0', u'SUBPIECE_-1205978624'), (u'CALLIND_-1205983787', u'INDIRECT_-1205980241'), (u'INDIRECT_-1205978651', u'MULTIEQUAL_-1205979187'), (u'CALLIND_-1205985251', u'INDIRECT_-1205979866'), ('const-0', u'SUBPIECE_-1205978791'), ('const-3', u'SUBPIECE_-1205977476'), (u'CALL_-1205983074', u'INDIRECT_-1205978381'), (u'COPY_-1205977555', u'PIECE_-1205977499'), (u'CALL_-1205985367', u'INDIRECT_-1205978981'), (u'INDIRECT_-1205977199', u'MULTIEQUAL_-1205977318'), (u'INDIRECT_-1205978976', u'MULTIEQUAL_-1205978952'), (u'CALL_-1205983169', u'INDIRECT_-1205979561'), ('const-40', u'PTRSUB_-1205978045'), (u'INDIRECT_-1205979788', u'MULTIEQUAL_-1205979770'), (u'CALLIND_-1205983959', u'INDIRECT_-1205980121'), (u'CALLIND_-1205984158', u'INDIRECT_-1205980419'), (u'INDIRECT_-1205979427', u'MULTIEQUAL_-1205979377'), (u'CALLIND_-1205984063', u'INDIRECT_-1205979488'), (u'INDIRECT_-1205978721', u'MULTIEQUAL_-1205978857'), (u'INDIRECT_-1205977692', u'MULTIEQUAL_-1205977352'), (u'MULTIEQUAL_-1205977709', u'MULTIEQUAL_-1205977682'), (u'CALLIND_-1205984879', u'INDIRECT_-1205979149'), (u'MULTIEQUAL_-1205979974', u'MULTIEQUAL_-1205979555'), (u'CALL_-1205985829', u'INDIRECT_-1205978985'), (u'CALLIND_-1205985207', u'INDIRECT_-1205980378'), ('const-48', u'CALL_-1205985367'), (u'CALLIND_-1205983959', u'INDIRECT_-1205979787'), (u'INDIRECT_-1205978575', u'SUBPIECE_-1205979634'), (u'MULTIEQUAL_-1205978906', u'MULTIEQUAL_-1205978662'), (u'CALL_-1205983105', u'INDIRECT_-1205977204'), (u'CALLIND_-1205984202', u'INDIRECT_-1205978778'), (u'CALLIND_-1205985207', u'INDIRECT_-1205980111'), (u'CALLIND_-1205984011', u'INDIRECT_-1205978291'), ('const-0', u'PTRSUB_-1205977150'), (u'CALLIND_-1205985251', u'INDIRECT_-1205980330'), (u'CALL_-1205983169', u'INDIRECT_-1205979028'), (u'INDIRECT_-1205979492', u'MULTIEQUAL_-1205980768'), (u'CALLIND_-1205985251', u'INDIRECT_-1205978272'), (u'MULTIEQUAL_-1205977761', u'MULTIEQUAL_-1205977732'), (u'CALL_-1205986092', u'INDIRECT_-1205979174'), (u'INDIRECT_-1205979535', u'SUBPIECE_-1205977906'), (u'CALLIND_-1205985164', u'INDIRECT_-1205978495'), (u'CALLIND_-1205985251', u'INDIRECT_-1205979532'), (u'CALL_-1205986123', u'INDIRECT_-1205980184'), (u'MULTIEQUAL_-1205978688', u'COPY_-1205978751'), (u'CALLIND_-1205984158', u'INDIRECT_-1205979681'), (u'CALLIND_-1205984115', u'INDIRECT_-1205978405'), (u'CALLIND_-1205984922', u'INDIRECT_-1205979907'), (u'INDIRECT_-1205979331', u'SUBPIECE_-1205977837'), (u'INDIRECT_-1205977991', u'MULTIEQUAL_-1205977973'), (u'CALLIND_-1205985164', u'INDIRECT_-1205979959'), ('const-1', u'COPY_-1205983123'), (u'CALLIND_-1205984793', u'INDIRECT_-1205979781'), ('const-0', u'SUBPIECE_-1205979502'), (u'CALLIND_-1205984011', u'INDIRECT_-1205979279'), (u'INDIRECT_-1205980399', u'MULTIEQUAL_-1205979933'), (u'CALLIND_-1205983744', u'INDIRECT_-1205978295'), (u'CALLIND_-1205985251', u'INDIRECT_-1205980066'), (u'CALLIND_-1205984115', u'INDIRECT_-1205978539'), (u'MULTIEQUAL_-1205979661', u'MULTIEQUAL_-1205979809'), (u'INDIRECT_-1205978161', u'CALLIND_-1205985251'), (u'COPY_-1205983097', u'MULTIEQUAL_-1205981612'), (u'CALL_-1205985829', u'INDIRECT_-1205979645'), ('const-2', u'SUBPIECE_-1205977835'), (u'CALL_-1205983332', u'INDIRECT_-1205978930'), (u'CALL_-1205985863', u'INDIRECT_-1205980794'), (u'INDIRECT_-1205978470', u'COPY_-1205978516'), (u'MULTIEQUAL_-1205978276', u'MULTIEQUAL_-1205979810'), ('tmp_5731', u'CAST_-1205978346'), (u'INDIRECT_-1205977585', u'MULTIEQUAL_-1205977563'), (u'INDIRECT_-1205978561', u'MULTIEQUAL_-1205978469'), (u'INDIRECT_-1205977628', u'MULTIEQUAL_-1205977606'), (u'SUBPIECE_-1205977860', u'COPY_-1205977915'), (u'CALLIND_-1205983830', u'INDIRECT_-1205980525'), (u'CALLIND_-1205985251', u'INDIRECT_-1205980399'), (u'MULTIEQUAL_-1205977286', u'MULTIEQUAL_-1205978820'), (u'CALL_-1205983031', u'INDIRECT_-1205977512'), (u'CALL_-1205983847', u'INDIRECT_-1205980454'), (u'CALLIND_-1205983830', u'INDIRECT_-1205980261'), (u'CALL_-1205983908', u'INDIRECT_-1205977304'), (u'CALL_-1205986123', u'INDIRECT_-1205981712'), (u'CALLIND_-1205983701', u'INDIRECT_-1205978539'), (u'INDIRECT_-1205978014', u'MULTIEQUAL_-1205977996'), (u'MULTIEQUAL_-1205977973', u'MULTIEQUAL_-1205977946'), (u'CALL_-1205983847', u'INDIRECT_-1205977533'), (u'CALLIND_-1205984158', u'INDIRECT_-1205978559'), (u'CALLIND_-1205985164', u'INDIRECT_-1205978693'), (u'COPY_-1205982895', u'MULTIEQUAL_-1205979938'), (u'CALL_-1205983821', u'INDIRECT_-1205978915'), (u'CALL_-1205986123', u'INDIRECT_-1205978791'), (u'CALL_-1205985829', u'INDIRECT_-1205980779'), (u'CALLIND_-1205983830', u'INDIRECT_-1205980459'), (u'CALL_-1205983776', u'INDIRECT_-1205977366'), (u'CALLIND_-1205983830', u'INDIRECT_-1205978202'), (u'CALLIND_-1205984063', u'INDIRECT_-1205979635'), (u'INDIRECT_-1205978160', u'MULTIEQUAL_-1205979568'), ('const-0', u'SUBPIECE_-1205979061'), ('const-0', u'PTRSUB_-1205977674'), (u'CALL_-1205985863', u'INDIRECT_-1205980464'), (u'CALL_-1205985829', u'INDIRECT_-1205979183'), ('const-102912', u'PTRSUB_-1205978213'), (u'MULTIEQUAL_-1205979644', u'MULTIEQUAL_-1205979225'), (u'CALL_-1205983908', u'INDIRECT_-1205977626'), (u'INDIRECT_-1205978976', u'MULTIEQUAL_-1205979178'), (u'INDIRECT_-1205978644', u'MULTIEQUAL_-1205978620'), (u'INDIRECT_-1205979972', u'MULTIEQUAL_-1205979948'), (u'CALLIND_-1205984158', u'INDIRECT_-1205980551'), (u'CALLIND_-1205984011', u'INDIRECT_-1205981471'), (u'INDIRECT_-1205978861', u'MULTIEQUAL_-1205978980'), (u'INDIRECT_-1205978495', u'MULTIEQUAL_-1205978657'), (u'CALL_-1205985863', u'INDIRECT_-1205980530'), (u'SUBPIECE_-1205979104', u'PIECE_-1205979104'), (u'INT_ZEXT_-1205984245', u'MULTIEQUAL_-1205981444'), (u'INDIRECT_-1205977958', u'MULTIEQUAL_-1205977936'), (u'CALLIND_-1205984922', u'INDIRECT_-1205977842'), (u'CALL_-1205983169', u'INDIRECT_-1205977368'), (u'MULTIEQUAL_-1205977484', u'MULTIEQUAL_-1205979018'), (u'CALLIND_-1205984246', u'INDIRECT_-1205978601'), (u'CALLIND_-1205983984', u'INDIRECT_-1205978789'), ('const-0', u'PTRSUB_-1205978114'), ('const-4', u'SUBPIECE_-1205978999'), (u'MULTIEQUAL_-1205979236', u'MULTIEQUAL_-1205979210'), (u'CALL_-1205986092', u'INDIRECT_-1205978844'), (u'MULTIEQUAL_-1205979133', u'MULTIEQUAL_-1205979104'), (u'INDIRECT_-1205978355', u'CALLIND_-1205983830'), (u'INDIRECT_-1205977264', u'SUBPIECE_-1205978444'), (u'MULTIEQUAL_-1205980559', u'CALL_-1205983332'), (u'CALL_-1205983125', u'INDIRECT_-1205977885'), (u'CALLIND_-1205983744', u'INDIRECT_-1205979621'), (u'INDIRECT_-1205978201', u'SUBPIECE_-1205979059'), ('tmp_2186', u'CBRANCH_-1205984365'), (u'INDIRECT_-1205979397', u'SUBPIECE_-1205977858'), (u'CALL_-1205983908', u'INDIRECT_-1205977692'), (u'CALLIND_-1205983873', u'INDIRECT_-1205978287'), (u'INDIRECT_-1205979217', u'MULTIEQUAL_-1205979178'), (u'CALL_-1205985367', u'INDIRECT_-1205981107'), ('const-0', u'SUBPIECE_-1205983294'), (u'INDIRECT_-1205978695', u'MULTIEQUAL_-1205978857'), (u'INDIRECT_-1205979221', u'MULTIEQUAL_-1205979199'), (u'CALLIND_-1205985060', u'INDIRECT_-1205979103'), (u'INDIRECT_-1205978156', u'MULTIEQUAL_-1205978134'), (u'COPY_-1205977486', u'PIECE_-1205977430'), (u'MULTIEQUAL_-1205979291', u'MULTIEQUAL_-1205979262'), (u'CALL_-1205983169', u'INDIRECT_-1205977434'), (u'CALLIND_-1205984879', u'INDIRECT_-1205979488'), (u'CALL_-1205986230', u'INDIRECT_-1205981807'), ('const-0', u'SUBPIECE_-1205977733'), (u'INDIRECT_-1205978202', u'SUBPIECE_-1205979323'), (u'CALLIND_-1205984246', u'INDIRECT_-1205979994'), (u'PIECE_-1205977903', u'PIECE_-1205977902'), (u'INDIRECT_-1205979243', u'MULTIEQUAL_-1205979445'), (u'CALLIND_-1205984202', u'INDIRECT_-1205979702'), (u'INDIRECT_-1205979397', u'MULTIEQUAL_-1205978931'), (u'CALL_-1205986092', u'INDIRECT_-1205979972'), (u'CALLIND_-1205984063', u'INDIRECT_-1205979021'), (u'INDIRECT_-1205978321', u'MULTIEQUAL_-1205978857'), (u'CALL_-1205983212', u'INDIRECT_-1205979191'), (u'PTRSUB_-1205977031', u'CALLIND_-1205983569'), (u'CALL_-1205983821', u'INDIRECT_-1205977264'), (u'INDIRECT_-1205977523', u'MULTIEQUAL_-1205978048'), (u'INDIRECT_-1205978881', u'MULTIEQUAL_-1205978863'), ('const-0', u'SUBPIECE_-1205977479'), ('const-0', u'PTRSUB_-1205977653'), (u'INDIRECT_-1205978535', u'CALLIND_-1205984202'), (u'CALLIND_-1205984115', u'INDIRECT_-1205978803'), (u'INDIRECT_-1205978980', u'MULTIEQUAL_-1205978958'), (u'CALLIND_-1205984063', u'INDIRECT_-1205978447'), ('const-0', u'SUBPIECE_-1205978550'), (u'MULTIEQUAL_-1205977672', u'MULTIEQUAL_-1205977643'), (u'PTRSUB_-1205977632', u'PTRSUB_-1205977571'), (u'CALL_-1205983105', u'INDIRECT_-1205978532'), (u'CALL_-1205983074', u'INDIRECT_-1205978985'), (u'INDIRECT_-1205978352', u'MULTIEQUAL_-1205978012'), (u'CALLIND_-1205984922', u'INDIRECT_-1205979707'), ('const-86660', u'COPY_-1205977105'), (u'CALL_-1205986193', u'INDIRECT_-1205980858'), (u'CALLIND_-1205983916', u'INDIRECT_-1205978243'), (u'CALLIND_-1205985207', u'INDIRECT_-1205979379'), (u'CALL_-1205986123', u'INDIRECT_-1205979385'), (u'MULTIEQUAL_-1205979242', u'MULTIEQUAL_-1205978612'), (u'CALL_-1205985367', u'INT_NOTEQUAL_-1205985339'), (u'CALLIND_-1205984063', u'INDIRECT_-1205981434'), (u'CALL_-1205983776', u'INDIRECT_-1205977241'), (u'CALL_-1205985829', u'INDIRECT_-1205979315'), (u'CALL_-1205983776', u'INDIRECT_-1205979492'), (u'MULTIEQUAL_-1205979176', u'MULTIEQUAL_-1205978757'), (u'INDIRECT_-1205977182', u'MULTIEQUAL_-1205977384'), (u'CALL_-1205983031', u'INDIRECT_-1205978643'), (u'INDIRECT_-1205977195', u'SUBPIECE_-1205978375'), (u'CALLIND_-1205984063', u'INDIRECT_-1205979155'), (u'INDIRECT_-1205977276', u'SUBPIECE_-1205978389'), (u'MULTIEQUAL_-1205977959', u'MULTIEQUAL_-1205977930'), (u'CALLIND_-1205983916', u'INDIRECT_-1205978507'), (u'CALLIND_-1205983916', u'INDIRECT_-1205979497'), (u'MULTIEQUAL_-1205979348', u'COPY_-1205979411'), (u'CALL_-1205986230', u'INDIRECT_-1205979150'), (u'INDIRECT_-1205977241', u'MULTIEQUAL_-1205978585'), (u'PTRSUB_-1205977884', u'PTRSUB_-1205977810'), (u'CALLIND_-1205984879', u'INDIRECT_-1205978027'), (u'CALLIND_-1205984246', u'INDIRECT_-1205980659'), (u'INDIRECT_-1205977618', u'MULTIEQUAL_-1205977600'), (u'MULTIEQUAL_-1205977916', u'MULTIEQUAL_-1205977286'), (u'CALLIND_-1205984115', u'INDIRECT_-1205980132'), (u'INDIRECT_-1205979627', u'MULTIEQUAL_-1205981035'), (u'INDIRECT_-1205977621', u'MULTIEQUAL_-1205977582'), (u'CALLIND_-1205983701', u'INDIRECT_-1205978207'), (u'CALLIND_-1205984158', u'INDIRECT_-1205979549'), (u'CALL_-1205986230', u'INDIRECT_-1205978820'), (u'CALLIND_-1205983984', u'INDIRECT_-1205979188'), ('const-4', u'SUBPIECE_-1205977906'), (u'CALLIND_-1205985060', u'INDIRECT_-1205977979'), (u'CALLIND_-1205983873', u'INDIRECT_-1205980614'), (u'CALLIND_-1205985207', u'INDIRECT_-1205978647'), ('const-16', u'PTRSUB_-1205977875'), (u'INDIRECT_-1205979089', u'SUBPIECE_-1205977477'), (u'CALLIND_-1205984011', u'INDIRECT_-1205980281'), (u'CALLIND_-1205984793', u'INDIRECT_-1205978515'), (u'CALLIND_-1205983648', u'INDIRECT_-1205977319'), (u'INDIRECT_-1205979719', u'MULTIEQUAL_-1205979701'), (u'CALL_-1205983776', u'INDIRECT_-1205978961'), (u'INDIRECT_-1205978655', u'MULTIEQUAL_-1205978791'), (u'CALL_-1205983116', u'INDIRECT_-1205978470'), (u'CALLIND_-1205984115', u'INDIRECT_-1205979529'), (u'INDIRECT_-1205977801', u'SUBPIECE_-1205978863'), (u'MULTIEQUAL_-1205979242', u'MULTIEQUAL_-1205978823'), (u'CALLIND_-1205985251', u'INDIRECT_-1205979130'), (u'CALLIND_-1205984879', u'INDIRECT_-1205979755'), (u'CALL_-1205983821', u'INDIRECT_-1205979049'), (u'CALL_-1205986230', u'INDIRECT_-1205980080'), (u'CALLIND_-1205984011', u'INDIRECT_-1205978685'), (u'INDIRECT_-1205977067', u'MULTIEQUAL_-1205977186'), (u'MULTIEQUAL_-1205978662', u'MULTIEQUAL_-1205978633'), (u'CALLIND_-1205983648', u'INDIRECT_-1205979181'), (u'CALL_-1205983125', u'INDIRECT_-1205977225'), (u'INDIRECT_-1205979019', u'MULTIEQUAL_-1205978980'), (u'CALLIND_-1205985164', u'INDIRECT_-1205981149'), ('const-32', u'PTRSUB_-1205978091'), (u'CALL_-1205986193', u'INDIRECT_-1205980594'), (u'CALLIND_-1205984202', u'INDIRECT_-1205979774'), (u'INT_SEXT_-1205980827', u'CALLIND_-1205984063'), (u'CALLIND_-1205985112', u'INDIRECT_-1205979799'), (u'CALLIND_-1205984158', u'INDIRECT_-1205979021'), (u'CALL_-1205983031', u'CAST_-1205976536'), (u'MULTIEQUAL_-1205977352', u'MULTIEQUAL_-1205978886'), (u'CALL_-1205983169', u'INDIRECT_-1205977302'), (u'PIECE_-1205977452', u'PIECE_-1205977451'), ('const-2', u'CALLIND_-1205983916'), (u'CALL_-1205985367', u'INDIRECT_-1205980247'), (u'CALLIND_-1205984793', u'INDIRECT_-1205978581'), (u'PTRSUB_-1205977769', u'CALLIND_-1205985164'), ('const-54', u'PTRSUB_-1205977651'), (u'CALL_-1205986193', u'INDIRECT_-1205981787'), (u'INDIRECT_-1205977666', u'COPY_-1205977690'), (u'CALL_-1205983332', u'INDIRECT_-1205979463'), (u'CALLIND_-1205983787', u'INDIRECT_-1205979575'), (u'CALL_-1205983212', u'INDIRECT_-1205978726'), (u'CALL_-1205983847', u'INDIRECT_-1205977929'), ('const-1', u'INT_NOTEQUAL_-1205983880'), (u'CALL_-1205983105', u'INDIRECT_-1205978394'), (u'SUBPIECE_-1205979020', u'INT_ZEXT_-1205980240'), (u'CALLIND_-1205984879', u'INDIRECT_-1205980948'), (u'COPY_-1205977485', u'PIECE_-1205977430'), (u'CALL_-1205985829', u'INDIRECT_-1205979981'), (u'CALL_-1205983332', u'INDIRECT_-1205979262'), (u'INDIRECT_-1205977063', u'SUBPIECE_-1205977949'), (u'MULTIEQUAL_-1205978553', u'MULTIEQUAL_-1205978524'), (u'INDIRECT_-1205977589', u'MULTIEQUAL_-1205978114'), (u'INDIRECT_-1205979579', u'MULTIEQUAL_-1205979715'), (u'MULTIEQUAL_-1205979532', u'MULTIEQUAL_-1205979503'), (u'CALL_-1205985829', u'INDIRECT_-1205978919'), ('const-0', u'SUBPIECE_-1205978213'), (u'MULTIEQUAL_-1205978972', u'MULTIEQUAL_-1205978342'), (u'PIECE_-1205977476', u'PIECE_-1205977475'), (u'INDIRECT_-1205978791', u'MULTIEQUAL_-1205978776'), (u'MULTIEQUAL_-1205979908', u'MULTIEQUAL_-1205979664'), (u'MULTIEQUAL_-1205978444', u'MULTIEQUAL_-1205978200'), (u'INDIRECT_-1205979421', u'MULTIEQUAL_-1205979583'), (u'CALL_-1205984318', u'INDIRECT_-1205980888'), (u'SUBPIECE_-1205977456', u'COPY_-1205977511'), (u'INDIRECT_-1205978783', u'MULTIEQUAL_-1205979319'), (u'INDIRECT_-1205977759', u'SUBPIECE_-1205978889'), (u'CALL_-1205983169', u'INDIRECT_-1205978358'), (u'INDIRECT_-1205976999', u'MULTIEQUAL_-1205977118'), ('const-0', u'SUBPIECE_-1205978247'), (u'CALL_-1205983031', u'INDIRECT_-1205977380'), (u'MULTIEQUAL_-1205980040', u'MULTIEQUAL_-1205979413'), (u'INDIRECT_-1205978297', u'MULTIEQUAL_-1205978205'), (u'INDIRECT_-1205977286', u'MULTIEQUAL_-1205977268'), (u'CALLIND_-1205983830', u'INDIRECT_-1205978467'), (u'CALL_-1205984318', u'INDIRECT_-1205979487'), (u'CALL_-1205986193', u'INDIRECT_-1205980259'), (u'CALLIND_-1205984063', u'INDIRECT_-1205979821'), ('tmp_5731', u'COPY_-1205978310'), (u'CAST_-1205976615', u'MULTIEQUAL_-1205981750'), (u'COPY_-1205977914', u'PIECE_-1205977856'), (u'MULTIEQUAL_-1205978972', u'INT_AND_-1205984460'), (u'CALL_-1205983821', u'INDIRECT_-1205978578'), (u'CALLIND_-1205983787', u'INDIRECT_-1205978909'), (u'CALLIND_-1205983916', u'INDIRECT_-1205978705'), ('const-42', u'PTRSUB_-1205978025'), ('const-18', u'PTRSUB_-1205977810'), (u'INDIRECT_-1205977560', u'MULTIEQUAL_-1205977220'), (u'CALLIND_-1205984922', u'INDIRECT_-1205978245'), (u'INDIRECT_-1205977863', u'SUBPIECE_-1205978725'), (u'INT_NOTEQUAL_-1205983102', u'MULTIEQUAL_-1205980083'), (u'COPY_-1205977453', u'MULTIEQUAL_-1205980496'), (u'INDIRECT_-1205978443', u'MULTIEQUAL_-1205978421'), (u'CALLIND_-1205983744', u'INDIRECT_-1205981282'), ('const-2', u'CALLIND_-1205985295'), (u'INT_ZEXT_-1205984518', u'COPY_-1205976616'), ('const-0', u'SUBPIECE_-1205978711'), (u'CALLIND_-1205983701', u'INDIRECT_-1205979397'), (u'CALL_-1205983169', u'INDIRECT_-1205978424'), (u'INDIRECT_-1205976806', u'MULTIEQUAL_-1205977046'), (u'MULTIEQUAL_-1205978246', u'MULTIEQUAL_-1205977827'), ('const-3', u'INT_EQUAL_-1205983056'), (u'MULTIEQUAL_-1205979443', u'MULTIEQUAL_-1205978813'), (u'CALLIND_-1205983569', u'INDIRECT_-1205979346'), (u'SUBPIECE_-1205977883', u'COPY_-1205977938'), (u'PTRSUB_-1205978087', u'PTRSUB_-1205978065'), ('tmp_1904', u'CBRANCH_-1205984570'), ('const-1', u'INT_NOTEQUAL_-1205982892'), (u'CALL_-1205985829', u'INDIRECT_-1205979051'), (u'CALL_-1205985367', u'INDIRECT_-1205979047'), (u'CALLIND_-1205984879', u'INDIRECT_-1205979083'), (u'CALLIND_-1205984202', u'INDIRECT_-1205981564'), (u'CALLIND_-1205983959', u'INDIRECT_-1205979721'), (u'CALLIND_-1205985112', u'INDIRECT_-1205978601'), (u'MULTIEQUAL_-1205979908', u'INT_EQUAL_-1205984167'), (u'CALL_-1205983125', u'INDIRECT_-1205977063'), (u'INDIRECT_-1205977273', u'COPY_-1205977319'), (u'CALLIND_-1205983787', u'INDIRECT_-1205980109'), (u'MULTIEQUAL_-1205978180', u'MULTIEQUAL_-1205977761'), (u'CALLIND_-1205985251', u'INDIRECT_-1205981190'), (u'CALLIND_-1205984202', u'INDIRECT_-1205979504'), (u'CALLIND_-1205983959', u'INDIRECT_-1205979922'), (u'CALL_-1205985829', u'INDIRECT_-1205980248'), (u'INDIRECT_-1205979761', u'MULTIEQUAL_-1205979669'), (u'INDIRECT_-1205978040', u'MULTIEQUAL_-1205978242'), ('const-40', u'PTRSUB_-1205977717'), (u'CALLIND_-1205983701', u'INDIRECT_-1205979535'), (u'PIECE_-1205977453', u'PIECE_-1205977452'), ('const-86628', u'COPY_-1205978577'), (u'INDIRECT_-1205978021', u'CALLIND_-1205984965'), (u'INDIRECT_-1205979716', u'MULTIEQUAL_-1205980252'), (u'INDIRECT_-1205978574', u'COPY_-1205978349'), (u'CALL_-1205986092', u'INDIRECT_-1205978976'), ('const-0', u'CALL_-1205983031'), ('const-0', u'PTRSUB_-1205977122'), (u'CALLIND_-1205984836', u'INDIRECT_-1205977873'), (u'MULTIEQUAL_-1205980837', u'CALL_-1205983031'), (u'CALLIND_-1205983648', u'INDIRECT_-1205977981'), (u'CALL_-1205983332', u'INDIRECT_-1205979130'), (u'INDIRECT_-1205978358', u'MULTIEQUAL_-1205979766'), (u'CALLIND_-1205983984', u'INDIRECT_-1205977595'), ('const-2', u'CALLIND_-1205983701'), (u'CALLIND_-1205984063', u'INDIRECT_-1205977352'), (u'CALLIND_-1205983701', u'INDIRECT_-1205980600'), ('const-102848', u'PTRSUB_-1205977839'), (u'CALL_-1205983776', u'INDIRECT_-1205980421'), (u'INDIRECT_-1205981481', u'CALLIND_-1205984246'), (u'CALL_-1205983031', u'INDIRECT_-1205977248'), (u'CALLIND_-1205984965', u'INDIRECT_-1205980191'), (u'CALL_-1205983821', u'INDIRECT_-1205977388'), ('tmp_3161', u'CBRANCH_-1205983723'), ('const-0', u'SUBPIECE_-1205977972'), (u'INDIRECT_-1205977925', u'MULTIEQUAL_-1205978044'), (u'CALLIND_-1205983916', u'INDIRECT_-1205980235'), (u'CALL_-1205983821', u'INDIRECT_-1205978116'), (u'CALL_-1205986092', u'INDIRECT_-1205979372'), (u'CALLIND_-1205985207', u'INDIRECT_-1205978713'), (u'CALLIND_-1205984750', u'INDIRECT_-1205979560'), (u'CALL_-1205983125', u'INDIRECT_-1205978752'), ('const-8', u'CALLIND_-1205985060'), (u'CALL_-1205983908', u'INDIRECT_-1205979552'), (u'COPY_-1205978577', u'CALL_-1205986123'), (u'CALLIND_-1205985295', u'INDIRECT_-1205979955'), (u'CALL_-1205984628', u'INDIRECT_-1205977900'), (u'CALLIND_-1205983873', u'INDIRECT_-1205978619'), (u'CALLIND_-1205984246', u'INDIRECT_-1205980261'), ('const-0', u'SUBPIECE_-1205979477'), (u'CALLIND_-1205983701', u'INDIRECT_-1205980135'), (u'INDIRECT_-1205978473', u'MULTIEQUAL_-1205978007'), (u'CALL_-1205983821', u'INDIRECT_-1205979182'), (u'MULTIEQUAL_-1205977431', u'MULTIEQUAL_-1205977402'), (u'MULTIEQUAL_-1205977716', u'CALLIND_-1205984063'), (u'MULTIEQUAL_-1205979664', u'MULTIEQUAL_-1205979635'), (u'CALLIND_-1205984063', u'INDIRECT_-1205980772'), ('const-0', u'SUBPIECE_-1205982908'), (u'CALLIND_-1205985295', u'INDIRECT_-1205978093'), (u'CALL_-1205983074', u'INDIRECT_-1205978852'), ('tmp_5563', u'CBRANCH_-1205983931'), (u'MULTIEQUAL_-1205979776', u'MULTIEQUAL_-1205979532'), (u'INDIRECT_-1205980516', u'MULTIEQUAL_-1205980501'), (u'CALLIND_-1205984836', u'INDIRECT_-1205979735'), (u'CALLIND_-1205984879', u'INDIRECT_-1205978489'), (u'MULTIEQUAL_-1205979196', u'MULTIEQUAL_-1205979344'), (u'MULTIEQUAL_-1205979413', u'MULTIEQUAL_-1205980944'), (u'CALLIND_-1205984246', u'INDIRECT_-1205979723'), (u'INT_AND_-1205984460', u'INT_NOTEQUAL_-1205982892'), (u'INT_NOTEQUAL_-1205984290', u'CBRANCH_-1205984288'), (u'CALLIND_-1205985164', u'INDIRECT_-1205980223'), (u'MULTIEQUAL_-1205979080', u'MULTIEQUAL_-1205980614'), (u'INDIRECT_-1205979056', u'MULTIEQUAL_-1205979038'), (u'INDIRECT_-1205980143', u'INT_AND_-1205983092'), (u'INDIRECT_-1205978989', u'MULTIEQUAL_-1205978974'), (u'CALLIND_-1205984063', u'INDIRECT_-1205980571'), (u'CALLIND_-1205984202', u'INDIRECT_-1205979906'), (u'INDIRECT_-1205978921', u'MULTIEQUAL_-1205978903'), (u'CALL_-1205983169', u'INDIRECT_-1205978961'), (u'CALL_-1205983125', u'INDIRECT_-1205977753'), ('const-4', u'SUBPIECE_-1205978026'), (u'PIECE_-1205977902', u'PIECE_-1205977901'), (u'INDIRECT_-1205978869', u'MULTIEQUAL_-1205978403'), (u'CALLIND_-1205983648', u'INDIRECT_-1205977849'), (u'INDIRECT_-1205978317', u'SUBPIECE_-1205979435'), (u'CALL_-1205983074', u'INDIRECT_-1205977589'), (u'CALL_-1205984628', u'INDIRECT_-1205980884'), (u'MULTIEQUAL_-1205983248', u'RETURN_-1205986031'), (u'CALL_-1205986230', u'INDIRECT_-1205980878'), (u'CALLIND_-1205985008', u'INDIRECT_-1205978681'), (u'CALL_-1205983074', u'INDIRECT_-1205980246'), (u'INDIRECT_-1205980069', u'MULTIEQUAL_-1205979603'), (u'CALL_-1205986193', u'INDIRECT_-1205980126'), (u'INDIRECT_-1205978713', u'MULTIEQUAL_-1205978691'), (u'CALL_-1205983847', u'INDIRECT_-1205979126'), (u'CALLIND_-1205985295', u'INDIRECT_-1205978293'), (u'CALLIND_-1205983916', u'INDIRECT_-1205979834'), ('const-4', u'SUBPIECE_-1205978224'), (u'CALL_-1205984318', u'INDIRECT_-1205979091'), ('const-0', u'PTRSUB_-1205977812'), (u'MULTIEQUAL_-1205978633', u'MULTIEQUAL_-1205978606'), (u'CALLIND_-1205984836', u'INDIRECT_-1205978997'), (u'INDIRECT_-1205980924', u'MULTIEQUAL_-1205980849'), (u'INDIRECT_-1205978428', u'MULTIEQUAL_-1205978378'), ('const-0', u'PTRSUB_-1205978003'), (u'CALL_-1205983116', u'INDIRECT_-1205977273'), (u'CALL_-1205983169', u'INDIRECT_-1205979294'), (u'INDIRECT_-1205979306', u'MULTIEQUAL_-1205979282'), (u'INDIRECT_-1205978202', u'SUBPIECE_-1205979257'), ('tmp_3958', u'CBRANCH_-1205983157'), (u'INDIRECT_-1205978863', u'COPY_-1205978887'), (u'MULTIEQUAL_-1205979810', u'COPY_-1205979873'), (u'CALL_-1205985829', u'INDIRECT_-1205980713'), (u'INDIRECT_-1205979554', u'MULTIEQUAL_-1205979532'), (u'INDIRECT_-1205979022', u'MULTIEQUAL_-1205978972'), (u'MULTIEQUAL_-1205978728', u'MULTIEQUAL_-1205978876'), (u'CALLIND_-1205984965', u'INDIRECT_-1205978133'), (u'CALL_-1205983332', u'INDIRECT_-1205977204'), (u'INDIRECT_-1205979089', u'MULTIEQUAL_-1205978997'), (u'CALLIND_-1205983873', u'INDIRECT_-1205978553'), (u'CALLIND_-1205983787', u'INDIRECT_-1205980307'), (u'CALLIND_-1205984793', u'INDIRECT_-1205980971'), (u'CALL_-1205983332', u'INDIRECT_-1205978731'), (u'INDIRECT_-1205980914', u'MULTIEQUAL_-1205981050'), (u'CALLIND_-1205985295', u'SUBPIECE_-1205982749'), ('const-86696', u'COPY_-1205977136'), (u'CALL_-1205983332', u'INDIRECT_-1205977798'), (u'MULTIEQUAL_-1205978458', u'MULTIEQUAL_-1205978606'), (u'INDIRECT_-1205980506', u'MULTIEQUAL_-1205980482'), (u'INDIRECT_-1205979560', u'MULTIEQUAL_-1205979509'), (u'CALLIND_-1205984063', u'INDIRECT_-1205978684'), (u'CALLIND_-1205985112', u'INDIRECT_-1205979129'), (u'INDIRECT_-1205979493', u'MULTIEQUAL_-1205979443'), (u'CALLIND_-1205983984', u'INDIRECT_-1205978123'), ('const-2', u'CALLIND_-1205984202'), ('const-0', u'SUBPIECE_-1205979323'), (u'CALL_-1205983847', u'INDIRECT_-1205977276'), (u'CALLIND_-1205985207', u'INDIRECT_-1205980045'), (u'INDIRECT_-1205979183', u'MULTIEQUAL_-1205979319'), (u'MULTIEQUAL_-1205979624', u'MULTIEQUAL_-1205979595'), ('const-1', u'CALL_-1205983908'), (u'CALLIND_-1205985164', u'INDIRECT_-1205979221'), (u'CALL_-1205984318', u'INDIRECT_-1205979355'), (u'SUBPIECE_-1205979675', u'COPY_-1205979741'), (u'CALLIND_-1205984750', u'INDIRECT_-1205979695'), (u'CALLIND_-1205983830', u'INDIRECT_-1205979595'), (u'CALLIND_-1205984011', u'INDIRECT_-1205978421'), (u'CALL_-1205983116', u'INDIRECT_-1205978935'), (u'CALLIND_-1205983569', u'INDIRECT_-1205979013'), (u'MULTIEQUAL_-1205979423', u'MULTIEQUAL_-1205979394'), (u'MULTIEQUAL_-1205978558', u'SUBPIECE_-1205979477'), ('const-4', u'SUBPIECE_-1205978665'), (u'MULTIEQUAL_-1205978171', u'MULTIEQUAL_-1205978144'), (u'CALLIND_-1205985008', u'SUBPIECE_-1205983034'), (u'INDIRECT_-1205979913', u'MULTIEQUAL_-1205979898'), ('tmp_2404', u'CBRANCH_-1205984220'), (u'CALL_-1205985367', u'INDIRECT_-1205978255'), (u'CALLIND_-1205985112', u'INDIRECT_-1205979532'), ('const-1', u'CALL_-1205985367'), (u'INDIRECT_-1205977434', u'MULTIEQUAL_-1205978842'), (u'CALLIND_-1205984011', u'INDIRECT_-1205980215'), (u'CALL_-1205983074', u'INDIRECT_-1205977259'), (u'MULTIEQUAL_-1205978681', u'MULTIEQUAL_-1205980215'), ('const-2', u'SUBPIECE_-1205977500'), ('const-8', u'CALLIND_-1205985112'), (u'MULTIEQUAL_-1205979084', u'COPY_-1205979147'), (u'PTRSUB_-1205985916', u'MULTIEQUAL_-1205978612'), (u'CALLIND_-1205985295', u'INDIRECT_-1205978821'), (u'INDIRECT_-1205977331', u'MULTIEQUAL_-1205977450'), (u'CALLIND_-1205985112', u'INDIRECT_-1205978733'), (u'INDIRECT_-1205977798', u'COPY_-1205977822'), (u'INDIRECT_-1205980621', u'MULTIEQUAL_-1205980783'), (u'CALLIND_-1205985112', u'INDIRECT_-1205980197'), (u'CALLIND_-1205984922', u'INDIRECT_-1205979841'), (u'CALL_-1205986230', u'INDIRECT_-1205979546'), ('const-4', u'SUBPIECE_-1205978111'), (u'PTRSUB_-1205977965', u'CALLIND_-1205983744'), (u'CALLIND_-1205984011', u'INDIRECT_-1205979813'), (u'SUBPIECE_-1205977430', u'COPY_-1205977485'), ('const-2', u'CALLIND_-1205983984'), (u'INDIRECT_-1205980038', u'MULTIEQUAL_-1205980014'), ('const-4', u'SUBPIECE_-1205979217'), (u'CALL_-1205983105', u'INDIRECT_-1205978865'), (u'CALLIND_-1205984965', u'INDIRECT_-1205979993'), (u'CALL_-1205986123', u'INDIRECT_-1205979985'), (u'CALLIND_-1205983744', u'INDIRECT_-1205978889'), (u'CALLIND_-1205984793', u'INDIRECT_-1205980111'), (u'INDIRECT_-1205979753', u'MULTIEQUAL_-1205979413'), ('const-102912', u'PTRSUB_-1205978281'), (u'CALLIND_-1205985251', u'INDIRECT_-1205979667'), (u'CALLIND_-1205984063', u'INDIRECT_-1205978750'), (u'CALL_-1205983169', u'INDIRECT_-1205979492'), (u'CALLIND_-1205984063', u'INDIRECT_-1205978156'), (u'MULTIEQUAL_-1205978398', u'MULTIEQUAL_-1205978369'), (u'CALLIND_-1205985295', u'INDIRECT_-1205978557'), (u'CALLIND_-1205984922', u'INDIRECT_-1205979037'), (u'CALLIND_-1205985060', u'INDIRECT_-1205980105'), (u'CALLIND_-1205983830', u'INDIRECT_-1205980061'), ('const-0', u'SUBPIECE_-1205978517'), (u'CALLIND_-1205984202', u'INDIRECT_-1205979240'), (u'INDIRECT_-1205979113', u'MULTIEQUAL_-1205979090'), ('const-1', u'SUBPIECE_-1205977859'), (u'CALLIND_-1205983916', u'INDIRECT_-1205980565'), (u'CALLIND_-1205985008', u'INDIRECT_-1205979281'), (u'CALLIND_-1205983569', u'INDIRECT_-1205978680'), (u'INT_EQUAL_-1205984167', u'CBRANCH_-1205984165'), (u'CALLIND_-1205985295', u'INDIRECT_-1205979754'), (u'INDIRECT_-1205977352', u'SUBPIECE_-1205978550'), ('const-0', u'PTRSUB_-1205977952'), (u'CALLIND_-1205983873', u'INDIRECT_-1205978883'), (u'CALLIND_-1205983959', u'INDIRECT_-1205979655'), (u'CALL_-1205985367', u'INDIRECT_-1205979915'), (u'CALL_-1205983332', u'INDIRECT_-1205978260'), (u'CALLIND_-1205984115', u'INDIRECT_-1205979001'), (u'CALLIND_-1205985207', u'INDIRECT_-1205979979'), (u'CALL_-1205984628', u'INDIRECT_-1205980093'), (u'INDIRECT_-1205979463', u'COPY_-1205979487'), (u'PIECE_-1205977879', u'PIECE_-1205977878'), (u'CALLIND_-1205984793', u'INDIRECT_-1205980180'), ('const-0', u'SUBPIECE_-1205979343'), ('const-4', u'SUBPIECE_-1205978147'), (u'CALLIND_-1205985164', u'INDIRECT_-1205981086'), ('const-255', u'INT_AND_-1205983092'), (u'CALLIND_-1205984115', u'INDIRECT_-1205979733'), (u'INDIRECT_-1205979558', u'MULTIEQUAL_-1205980834'), (u'MULTIEQUAL_-1205979744', u'COPY_-1205979807'), (u'INDIRECT_-1205978099', u'CALLIND_-1205985112'), (u'INDIRECT_-1205979360', u'MULTIEQUAL_-1205980636'), (u'CALL_-1205983125', u'INDIRECT_-1205978617'), ('const-1', u'CALL_-1205986193'), (u'CALL_-1205983031', u'INDIRECT_-1205978511'), (u'PTRSUB_-1205977716', u'PTRSUB_-1205977651'), (u'INT_AND_-1205985825', u'CALL_-1205985829'), (u'CALLIND_-1205984793', u'INDIRECT_-1205979181'), (u'CALL_-1205983847', u'INDIRECT_-1205979193'), (u'CALLIND_-1205983873', u'INDIRECT_-1205978222'), (u'INT_EQUAL_-1205984238', u'CBRANCH_-1205984236'), (u'INDIRECT_-1205978264', u'SUBPIECE_-1205979383'), (u'CALLIND_-1205984750', u'INDIRECT_-1205978033'), (u'CALLIND_-1205983701', u'INDIRECT_-1205979868'), (u'CALLIND_-1205983569', u'INDIRECT_-1205979148'), (u'CALL_-1205983212', u'CAST_-1205976615'), (u'INDIRECT_-1205977826', u'MULTIEQUAL_-1205977804'), (u'MULTIEQUAL_-1205977716', u'MULTIEQUAL_-1205977297'), (u'PTRSUB_-1205978117', u'CALLIND_-1205984063'), (u'CALLIND_-1205984202', u'INDIRECT_-1205980308'), (u'CALL_-1205983212', u'INDIRECT_-1205977529'), (u'CALL_-1205986092', u'INDIRECT_-1205978910'), (u'MULTIEQUAL_-1205981700', u'CALL_-1205986092'), (u'CALLIND_-1205983916', u'INDIRECT_-1205980101'), ('const-5', u'CALL_-1205983031'), (u'CALLIND_-1205984922', u'INDIRECT_-1205978443'), (u'INDIRECT_-1205979196', u'MULTIEQUAL_-1205979121'), (u'MULTIEQUAL_-1205979466', u'MULTIEQUAL_-1205979437'), (u'INDIRECT_-1205978915', u'MULTIEQUAL_-1205979451'), ('const-1', u'INT_NOTEQUAL_-1205985339'), (u'CALL_-1205985829', u'INDIRECT_-1205979777'), (u'CALLIND_-1205984922', u'INDIRECT_-1205979169'), (u'CALLIND_-1205983648', u'INDIRECT_-1205979113'), (u'INDIRECT_-1205978985', u'MULTIEQUAL_-1205979121'), (u'CALL_-1205983074', u'INDIRECT_-1205978585'), (u'INDIRECT_-1205978223', u'SUBPIECE_-1205979277'), (u'INDIRECT_-1205979592', u'MULTIEQUAL_-1205979517'), (u'CALLIND_-1205984922', u'INDIRECT_-1205979307'), ('const-4', u'SUBPIECE_-1205979317'), (u'INDIRECT_-1205979354', u'MULTIEQUAL_-1205979014'), (u'CALLIND_-1205983873', u'INDIRECT_-1205979814'), (u'CALLIND_-1205984965', u'INDIRECT_-1205978595'), (u'INDIRECT_-1205978957', u'SUBPIECE_-1205977433'), ('const-18', u'PTRSUB_-1205977064'), (u'INDIRECT_-1205979958', u'MULTIEQUAL_-1205979908'), (u'MULTIEQUAL_-1205977297', u'CALLIND_-1205983569'), (u'MULTIEQUAL_-1205977695', u'MULTIEQUAL_-1205977666'), ('const-0', u'SUBPIECE_-1205983522'), (u'PTRSUB_-1205977839', u'PTRSUB_-1205977769'), (u'CALLIND_-1205983830', u'INDIRECT_-1205979794'), (u'INDIRECT_-1205979619', u'MULTIEQUAL_-1205979781'), (u'CALLIND_-1205983701', u'INDIRECT_-1205978473'), (u'COPY_-1205977557', u'PIECE_-1205977497'), (u'INDIRECT_-1205978761', u'MULTIEQUAL_-1205980168'), (u'INDIRECT_-1205977882', u'MULTIEQUAL_-1205977864'), (u'INDIRECT_-1205979463', u'SUBPIECE_-1205977882'), (u'CALL_-1205983074', u'INDIRECT_-1205979119'), (u'INDIRECT_-1205977783', u'MULTIEQUAL_-1205977761'), (u'INDIRECT_-1205978453', u'MULTIEQUAL_-1205978989'), (u'INDIRECT_-1205978138', u'SUBPIECE_-1205979065'), (u'CALLIND_-1205985112', u'INDIRECT_-1205979732'), (u'CALLIND_-1205985008', u'INDIRECT_-1205979209'), (u'CALLIND_-1205983959', u'INDIRECT_-1205980585'), (u'CALLIND_-1205984750', u'INDIRECT_-1205979627'), (u'CALLIND_-1205983873', u'INDIRECT_-1205980149'), (u'INDIRECT_-1205977194', u'SUBPIECE_-1205978111'), (u'MULTIEQUAL_-1205978246', u'INT_EQUAL_-1205983056'), (u'INDIRECT_-1205978651', u'MULTIEQUAL_-1205979176'), ('const-4', u'SUBPIECE_-1205978309'), (u'INDIRECT_-1205979094', u'MULTIEQUAL_-1205979044'), ('const-4', u'SUBPIECE_-1205978158'), (u'INDIRECT_-1205977336', u'COPY_-1205977360'), (u'INDIRECT_-1205980090', u'MULTIEQUAL_-1205980252'), ('const-4', u'SUBPIECE_-1205979059'), (u'INT_RIGHT_-1205978417', u'SUBPIECE_-1205979609'), (u'INDIRECT_-1205979223', u'MULTIEQUAL_-1205979385'), (u'CALLIND_-1205983873', u'INDIRECT_-1205978817'), ('const-0', u'SUBPIECE_-1205978909'), (u'INDIRECT_-1205979463', u'SUBPIECE_-1205977883'), (u'CALLIND_-1205985112', u'INDIRECT_-1205978073'), ('const-4', u'SUBPIECE_-1205978725'), (u'INDIRECT_-1205979262', u'MULTIEQUAL_-1205979187'), (u'MULTIEQUAL_-1205979024', u'MULTIEQUAL_-1205978995'), (u'CALL_-1205983908', u'INDIRECT_-1205977956'), (u'INDIRECT_-1205980600', u'MULTIEQUAL_-1205980134'), (u'INDIRECT_-1205979383', u'MULTIEQUAL_-1205979908'), ('const-0', u'SUBPIECE_-1205979035'), (u'INDIRECT_-1205979108', u'MULTIEQUAL_-1205979310'), ('const-0', u'PTRSUB_-1205978168'), (u'MULTIEQUAL_-1205978952', u'COPY_-1205979015'), (u'CALLIND_-1205983873', u'INDIRECT_-1205978223'), (u'CALLIND_-1205983701', u'INDIRECT_-1205981325'), (u'MULTIEQUAL_-1205977864', u'MULTIEQUAL_-1205978012'), (u'CALLIND_-1205983648', u'INDIRECT_-1205977717'), (u'CALLIND_-1205985060', u'INDIRECT_-1205981034'), (u'MULTIEQUAL_-1205978969', u'MULTIEQUAL_-1205978953'), (u'INDIRECT_-1205979255', u'MULTIEQUAL_-1205979236'), (u'INDIRECT_-1205978207', u'MULTIEQUAL_-1205977741'), (u'PTRSUB_-1205977122', u'PTRSUB_-1205977031'), (u'INDIRECT_-1205979162', u'MULTIEQUAL_-1205980570'), (u'INDIRECT_-1205978981', u'MULTIEQUAL_-1205979517'), (u'INDIRECT_-1205978317', u'SUBPIECE_-1205979369'), (u'CALL_-1205985863', u'INDIRECT_-1205979330'), (u'CALLIND_-1205985207', u'INDIRECT_-1205980309'), (u'INDIRECT_-1205979415', u'MULTIEQUAL_-1205979376'), (u'CALLIND_-1205984115', u'INDIRECT_-1205980399'), (u'INDIRECT_-1205978829', u'MULTIEQUAL_-1205980237'), (u'INDIRECT_-1205978957', u'SUBPIECE_-1205977431'), (u'INDIRECT_-1205978381', u'MULTIEQUAL_-1205978906'), (u'INDIRECT_-1205979220', u'MULTIEQUAL_-1205978879'), (u'CALLIND_-1205984879', u'INDIRECT_-1205977822'), (u'CALLIND_-1205984063', u'INDIRECT_-1205980549'), (u'INDIRECT_-1205978725', u'MULTIEQUAL_-1205978710'), (u'INDIRECT_-1205979346', u'MULTIEQUAL_-1205979328'), (u'CALLIND_-1205984965', u'INDIRECT_-1205978001'), (u'CALL_-1205983821', u'INDIRECT_-1205980443'), (u'PIECE_-1205977834', u'PIECE_-1205977833'), (u'CALL_-1205983031', u'INDIRECT_-1205979174'), (u'CALL_-1205983125', u'INDIRECT_-1205977555'), (u'CALLIND_-1205983916', u'INDIRECT_-1205979035'), (u'CALLIND_-1205983959', u'INDIRECT_-1205979253'), (u'INDIRECT_-1205981839', u'MULTIEQUAL_-1205981827'), (u'INDIRECT_-1205980555', u'MULTIEQUAL_-1205980717'), (u'CALLIND_-1205984158', u'INDIRECT_-1205981480'), (u'INDIRECT_-1205977155', u'SUBPIECE_-1205978092'), ('const-0', u'SUBPIECE_-1205977502'), (u'INDIRECT_-1205980289', u'MULTIEQUAL_-1205981700'), ('const-24', u'INT_RIGHT_-1205978883'), ('const-4', u'SUBPIECE_-1205978126'), (u'CALLIND_-1205985207', u'INDIRECT_-1205979778'), (u'CALL_-1205983074', u'INDIRECT_-1205978447'), (u'INDIRECT_-1205977009', u'COPY_-1205977055'), (u'CALL_-1205983074', u'INDIRECT_-1205979584'), (u'CALL_-1205983821', u'INDIRECT_-1205978983'), ('const-0', u'SUBPIECE_-1205983078'), (u'INDIRECT_-1205980341', u'MULTIEQUAL_-1205980326'), (u'INDIRECT_-1205980549', u'MULTIEQUAL_-1205980530'), (u'MULTIEQUAL_-1205980746', u'COPY_-1205980809'), (u'INDIRECT_-1205978327', u'MULTIEQUAL_-1205978446'), (u'COPY_-1205977136', u'CALL_-1205983169'), (u'INDIRECT_-1205979971', u'MULTIEQUAL_-1205980176'), (u'CALL_-1205983212', u'INDIRECT_-1205976999'), (u'PTRSUB_-1205978065', u'CALLIND_-1205983959'), (u'MULTIEQUAL_-1205979509', u'MULTIEQUAL_-1205979090'), (u'CALLIND_-1205985207', u'INDIRECT_-1205979109'), (u'CALL_-1205983776', u'INDIRECT_-1205977962'), (u'CALL_-1205986123', u'INDIRECT_-1205980717'), (u'INDIRECT_-1205979768', u'MULTIEQUAL_-1205979744'), (u'INDIRECT_-1205978189', u'CALLIND_-1205985295'), (u'INDIRECT_-1205977351', u'SUBPIECE_-1205978286'), (u'COPY_-1205976658', u'MULTIEQUAL_-1205981435'), (u'CALL_-1205983105', u'INDIRECT_-1205977404'), (u'INDIRECT_-1205977094', u'SUBPIECE_-1205978181'), (u'INDIRECT_-1205978421', u'CALLIND_-1205983959'), (u'CALL_-1205983105', u'INDIRECT_-1205978731'), (u'CALLIND_-1205983569', u'INDIRECT_-1205978212'), (u'INDIRECT_-1205978957', u'SUBPIECE_-1205977430'), (u'MULTIEQUAL_-1205979305', u'MULTIEQUAL_-1205979278'), (u'CALLIND_-1205985207', u'INDIRECT_-1205978119'), (u'CALLIND_-1205983830', u'INDIRECT_-1205979391'), (u'CALLIND_-1205984011', u'INDIRECT_-1205980479'), (u'CALLIND_-1205983830', u'INDIRECT_-1205981322'), (u'CALL_-1205983847', u'INDIRECT_-1205979261'), (u'CALLIND_-1205983984', u'INDIRECT_-1205979521'), (u'CALL_-1205983776', u'INDIRECT_-1205978094'), (u'CALLIND_-1205983648', u'INDIRECT_-1205977651'), ('const-102848', u'PTRSUB_-1205977632'), (u'CALL_-1205985829', u'INDIRECT_-1205980383'), ('const-4', u'SUBPIECE_-1205978078'), (u'CALLIND_-1205985207', u'INDIRECT_-1205979845'), (u'INDIRECT_-1205978094', u'MULTIEQUAL_-1205979370'), ('const-0', u'SUBPIECE_-1205977433'), ('tmp_2372', u'CBRANCH_-1205984236'), (u'INDIRECT_-1205977915', u'MULTIEQUAL_-1205977893'), (u'COPY_-1205977889', u'PIECE_-1205977834'), (u'MULTIEQUAL_-1205979526', u'INT_NOTEQUAL_-1205983536'), (u'CALL_-1205983332', u'INDIRECT_-1205977136'), (u'CALL_-1205983212', u'INDIRECT_-1205977397'), (u'CALLIND_-1205983959', u'INDIRECT_-1205980654'), (u'INDIRECT_-1205978245', u'MULTIEQUAL_-1205978223'), (u'CALLIND_-1205984063', u'INDIRECT_-1205978777'), (u'SUBPIECE_-1205977836', u'COPY_-1205977891'), (u'CALLIND_-1205985207', u'INDIRECT_-1205978845'), (u'CALL_-1205983169', u'INDIRECT_-1205978694'), (u'INDIRECT_-1205979023', u'SUBPIECE_-1205977456'), (u'CALLIND_-1205985008', u'INDIRECT_-1205978417'), (u'CALLIND_-1205984246', u'INDIRECT_-1205979261'), (u'CALLIND_-1205984063', u'INDIRECT_-1205979356'), (u'COPY_-1205977510', u'PIECE_-1205977452'), (u'PTRSUB_-1205977860', u'PTRSUB_-1205977789'), (u'CALLIND_-1205984750', u'INDIRECT_-1205979089'), (u'CALLIND_-1205985164', u'INDIRECT_-1205979626'), (u'INDIRECT_-1205979023', u'SUBPIECE_-1205977455'), ('const-4', u'SUBPIECE_-1205977949'), (u'CALLIND_-1205984836', u'INDIRECT_-1205980200'), (u'CALLIND_-1205985207', u'INDIRECT_-1205979241'), (u'CALLIND_-1205984965', u'INDIRECT_-1205979861'), (u'PTRSUB_-1205977812', u'PTRSUB_-1205977743'), (u'INDIRECT_-1205979042', u'MULTIEQUAL_-1205979244'), (u'CALL_-1205983105', u'INDIRECT_-1205977109'), (u'INDIRECT_-1205980333', u'MULTIEQUAL_-1205979867'), (u'CALL_-1205986193', u'INDIRECT_-1205979592'), (u'CALLIND_-1205983916', u'INDIRECT_-1205978903'), (u'INDIRECT_-1205978694', u'MULTIEQUAL_-1205980102'), (u'CALL_-1205984628', u'INDIRECT_-1205978956'), (u'PIECE_-1205977878', u'MULTIEQUAL_-1205979267'), (u'CALL_-1205986123', u'INDIRECT_-1205978657'), (u'CALLIND_-1205983648', u'INDIRECT_-1205979046'), (u'CALLIND_-1205985251', u'INDIRECT_-1205978470'), (u'CALLIND_-1205984793', u'INDIRECT_-1205979313'), (u'CALLIND_-1205983830', u'INDIRECT_-1205980195'), (u'INDIRECT_-1205977155', u'SUBPIECE_-1205978026'), (u'CALL_-1205983105', u'INDIRECT_-1205977338'), (u'INDIRECT_-1205977468', u'COPY_-1205977492'), (u'CALLIND_-1205985008', u'INDIRECT_-1205981008'), (u'CALLIND_-1205984922', u'INDIRECT_-1205978641'), (u'CALLIND_-1205985112', u'INDIRECT_-1205980065'), (u'CALLIND_-1205984011', u'INDIRECT_-1205979213'), ('const-4', u'SUBPIECE_-1205979634'), (u'CALL_-1205983116', u'INDIRECT_-1205979268'), (u'INDIRECT_-1205977339', u'COPY_-1205977385'), (u'INT_LESS_-1205983109', u'CBRANCH_-1205983117'), (u'CALLIND_-1205984202', u'INDIRECT_-1205980572'), (u'MULTIEQUAL_-1205979710', u'INT_NOTEQUAL_-1205984112'), ('const-4', u'SUBPIECE_-1205977983'), ('tmp_1866', u'CBRANCH_-1205984600'), (u'CALL_-1205986123', u'INDIRECT_-1205979847'), (u'INDIRECT_-1205980327', u'MULTIEQUAL_-1205980252'), (u'CALLIND_-1205983873', u'INDIRECT_-1205978487'), (u'COPY_-1205976644', u'MULTIEQUAL_-1205981435'), (u'CALLIND_-1205984011', u'INDIRECT_-1205979948'), (u'CALLIND_-1205983984', u'INDIRECT_-1205977859'), (u'CALLIND_-1205984965', u'INDIRECT_-1205979460'), (u'INT_NOTEQUAL_-1205985339', u'CBRANCH_-1205985337'), (u'CALL_-1205985863', u'INDIRECT_-1205979864'), (u'CALLIND_-1205984246', u'INDIRECT_-1205980794'), (u'CALLIND_-1205983830', u'INDIRECT_-1205979193'), ('const-0', u'SUBPIECE_-1205982749'), (u'INDIRECT_-1205978222', u'SUBPIECE_-1205979145'), (u'INDIRECT_-1205977962', u'MULTIEQUAL_-1205979238'), (u'PIECE_-1205977497', u'MULTIEQUAL_-1205979603'), (u'INDIRECT_-1205980902', u'MULTIEQUAL_-1205980878'), (u'CALLIND_-1205983701', u'INDIRECT_-1205979734'), (u'INT_EQUAL_-1205984444', u'CBRANCH_-1205984442'), (u'INDIRECT_-1205978914', u'MULTIEQUAL_-1205978892'), (u'PTRSUB_-1205977611', u'CALLIND_-1205984836'), (u'CALL_-1205983125', u'INDIRECT_-1205979415'), (u'INDIRECT_-1205977759', u'SUBPIECE_-1205978823'), (u'CALLIND_-1205984158', u'INDIRECT_-1205978493'), (u'INDIRECT_-1205977842', u'SUBPIECE_-1205978771'), ('const-0', u'SUBPIECE_-1205978092'), (u'CALLIND_-1205985207', u'SUBPIECE_-1205983136'), (u'INT_ZEXT_-1205984518', u'INT_NOTEQUAL_-1205984491'), (u'CALLIND_-1205984063', u'INDIRECT_-1205978317'), (u'CALL_-1205986193', u'INDIRECT_-1205978732'), (u'INT_NOTEQUAL_-1205984423', u'BOOL_AND_-1205981442'), (u'CALL_-1205983031', u'INDIRECT_-1205978976'), (u'CALLIND_-1205984793', u'INDIRECT_-1205980908'), (u'INDIRECT_-1205977727', u'MULTIEQUAL_-1205977709'), (u'INDIRECT_-1205977109', u'SUBPIECE_-1205977996'), (u'INDIRECT_-1205977397', u'MULTIEQUAL_-1205977516'), (u'CALL_-1205986193', u'INDIRECT_-1205980327'), (u'CALLIND_-1205985164', u'INDIRECT_-1205978031'), (u'CALL_-1205985367', u'INDIRECT_-1205979581'), (u'CALLIND_-1205984158', u'INDIRECT_-1205979885'), ('tmp_219', u'CBRANCH_-1205986164'), (u'CALLIND_-1205984158', u'INDIRECT_-1205980152'), (u'CALLIND_-1205985060', u'INDIRECT_-1205978443'), (u'INDIRECT_-1205977981', u'CALLIND_-1205984879'), (u'MULTIEQUAL_-1205977319', u'MULTIEQUAL_-1205977311'), (u'MULTIEQUAL_-1205979489', u'MULTIEQUAL_-1205979460'), (u'CALL_-1205985829', u'INDIRECT_-1205978521'), (u'CALLIND_-1205983787', u'INDIRECT_-1205978843'), ('const-0', u'SUBPIECE_-1205982134'), (u'INDIRECT_-1205979397', u'SUBPIECE_-1205977857'), ('const-0', u'SUBPIECE_-1205979165'), (u'CALLIND_-1205984063', u'INDIRECT_-1205979686'), (u'MULTIEQUAL_-1205979938', u'MULTIEQUAL_-1205979931'), (u'MULTIEQUAL_-1205979067', u'MULTIEQUAL_-1205979038'), (u'CALLIND_-1205983648', u'INDIRECT_-1205978914'), (u'COPY_-1205983508', u'MULTIEQUAL_-1205980665'), (u'INDIRECT_-1205979922', u'MULTIEQUAL_-1205979847'), (u'CALL_-1205986230', u'INDIRECT_-1205979678'), (u'PIECE_-1205977833', u'PIECE_-1205977832'), (u'CALLIND_-1205984965', u'INDIRECT_-1205979727'), (u'INDIRECT_-1205978585', u'MULTIEQUAL_-1205979121'), (u'INDIRECT_-1205977801', u'SUBPIECE_-1205978929'), ('const-5', u'CALL_-1205986123'), (u'INDIRECT_-1205979294', u'MULTIEQUAL_-1205980702'), (u'MULTIEQUAL_-1205979265', u'MULTIEQUAL_-1205979236'), (u'MULTIEQUAL_-1205979176', u'MULTIEQUAL_-1205978932'), (u'CALLIND_-1205984115', u'INDIRECT_-1205979799'), (u'CALLIND_-1205984063', u'INDIRECT_-1205979620'), (u'MULTIEQUAL_-1205978771', u'MULTIEQUAL_-1205978744'), ('const-4', u'SUBPIECE_-1205979079'), (u'INDIRECT_-1205977519', u'MULTIEQUAL_-1205977497'), (u'CALL_-1205983908', u'INDIRECT_-1205978550'), (u'CALL_-1205983105', u'INDIRECT_-1205979597'), (u'CALL_-1205984318', u'INDIRECT_-1205980822'), (u'CALL_-1205985863', u'INDIRECT_-1205981522'), (u'MULTIEQUAL_-1205978642', u'MULTIEQUAL_-1205978398'), (u'CALLIND_-1205983830', u'INDIRECT_-1205980594'), (u'CALL_-1205983776', u'INDIRECT_-1205978028'), ('tmp_3107', u'BRANCH_-1205983757'), (u'CALL_-1205984628', u'INDIRECT_-1205978164'), (u'MULTIEQUAL_-1205979710', u'MULTIEQUAL_-1205979291'), (u'CALL_-1205985863', u'INDIRECT_-1205979996'), (u'INDIRECT_-1205979326', u'MULTIEQUAL_-1205979445'), (u'CALLIND_-1205983830', u'INDIRECT_-1205978267'), (u'MULTIEQUAL_-1205979908', u'COPY_-1205976658'), (u'CALLIND_-1205983830', u'INDIRECT_-1205978929'), (u'CALLIND_-1205984202', u'INDIRECT_-1205980041'), (u'CALLIND_-1205983648', u'INDIRECT_-1205978047'), (u'INDIRECT_-1205979460', u'MULTIEQUAL_-1205979385'), (u'INDIRECT_-1205977420', u'MULTIEQUAL_-1205977402'), (u'INDIRECT_-1205978827', u'MULTIEQUAL_-1205978989'), (u'CALL_-1205983031', u'INDIRECT_-1205979108'), (u'CALLIND_-1205984011', u'INDIRECT_-1205980545'), (u'CALLIND_-1205983873', u'INDIRECT_-1205978751'), (u'INDIRECT_-1205977822', u'SUBPIECE_-1205978883'), (u'SUBPIECE_-1205977858', u'COPY_-1205977913'), (u'INDIRECT_-1205980289', u'MULTIEQUAL_-1205980450'), (u'INDIRECT_-1205978159', u'SUBPIECE_-1205979085'), (u'CALL_-1205983776', u'INDIRECT_-1205978893'), (u'CALL_-1205983031', u'INDIRECT_-1205977578'), ('const-4294967295', u'INT_NOTEQUAL_-1205984292'), (u'INT_NOTEQUAL_-1205984292', u'CBRANCH_-1205984291'), (u'CALLIND_-1205983873', u'INDIRECT_-1205979015'), (u'CALLIND_-1205983648', u'INDIRECT_-1205977195'), ('tmp_2256', u'CBRANCH_-1205984320'), (u'CALL_-1205986092', u'INDIRECT_-1205980506'), ('const-0', u'PTRSUB_-1205978189'), (u'INDIRECT_-1205977302', u'MULTIEQUAL_-1205978710'), ('tmp_4571', u'CBRANCH_-1205984288'), (u'CALL_-1205983074', u'INDIRECT_-1205979518'), (u'MULTIEQUAL_-1205977606', u'MULTIEQUAL_-1205977577'), (u'CALLIND_-1205984750', u'INDIRECT_-1205978561'), (u'CALL_-1205986092', u'INDIRECT_-1205979570'), (u'CALLIND_-1205985295', u'INDIRECT_-1205978161'), (u'SUBPIECE_-1205977502', u'COPY_-1205977557'), (u'COPY_-1205983105', u'MULTIEQUAL_-1205979938'), (u'INDIRECT_-1205977275', u'SUBPIECE_-1205978191'), ('const-0', u'PTRSUB_-1205985916'), (u'CALLIND_-1205984115', u'INDIRECT_-1205978605'), (u'CALLIND_-1205983959', u'INDIRECT_-1205980255'), (u'INDIRECT_-1205979262', u'COPY_-1205979286'), (u'INDIRECT_-1205980379', u'MULTIEQUAL_-1205980915'), (u'PIECE_-1205977832', u'MULTIEQUAL_-1205979135'), (u'CALLIND_-1205984011', u'INDIRECT_-1205980347'), (u'CALLIND_-1205984793', u'INDIRECT_-1205980045'), ('const-0', u'SUBPIECE_-1205978062'), (u'CALLIND_-1205984246', u'INDIRECT_-1205979459'), (u'INDIRECT_-1205978927', u'MULTIEQUAL_-1205979046'), (u'INDIRECT_-1205979826', u'MULTIEQUAL_-1205979776'), (u'PTRSUB_-1205977591', u'CALLIND_-1205984793'), (u'CALLIND_-1205983648', u'INDIRECT_-1205977783'), (u'CAST_-1205976876', u'COPY_-1205976965'), (u'PIECE_-1205978589', u'MULTIEQUAL_-1205978582'), (u'CALL_-1205984318', u'INDIRECT_-1205980423'), (u'INDIRECT_-1205980091', u'MULTIEQUAL_-1205979999'), (u'CALL_-1205986092', u'INDIRECT_-1205980038'), (u'INDIRECT_-1205980267', u'MULTIEQUAL_-1205979801'), ('const-1', u'SUBPIECE_-1205977836'), (u'PTRSUB_-1205978470', u'CALL_-1205986193'), (u'CALL_-1205983847', u'INDIRECT_-1205978061'), (u'CALL_-1205983116', u'INDIRECT_-1205976875'), (u'CAST_-1205977051', u'CALL_-1205983908'), ('tmp_585', u'CBRANCH_-1205985908'), (u'CALL_-1205986193', u'INDIRECT_-1205979196'), (u'MULTIEQUAL_-1205980413', u'COPY_-1205980477'), (u'INDIRECT_-1205979988', u'INT_AND_-1205981630'), (u'COPY_-1205976818', u'CALL_-1205983031'), (u'INDIRECT_-1205980022', u'MULTIEQUAL_-1205980183'), (u'INDIRECT_-1205977093', u'SUBPIECE_-1205977983'), (u'CALLIND_-1205985164', u'INDIRECT_-1205978825'), (u'COPY_-1205976709', u'MULTIEQUAL_-1205981435'), ('const-0', u'SUBPIECE_-1205978015'), ('const-6', u'INT_EQUAL_-1205983160'), (u'CALLIND_-1205985251', u'INDIRECT_-1205981127'), (u'MULTIEQUAL_-1205977154', u'MULTIEQUAL_-1205978688'), ('const-0', u'SUBPIECE_-1205979700'), (u'INDIRECT_-1205980888', u'MULTIEQUAL_-1205980799'), (u'CALLIND_-1205985008', u'INDIRECT_-1205978615'), (u'CALLIND_-1205983830', u'INDIRECT_-1205979994'), (u'INT_NOTEQUAL_-1205984030', u'CBRANCH_-1205984029'), (u'CALLIND_-1205985112', u'INDIRECT_-1205978931'), (u'INDIRECT_-1205979085', u'MULTIEQUAL_-1205979046'), (u'INDIRECT_-1205976943', u'COPY_-1205976989'), (u'INT_EQUAL_-1205983160', u'CBRANCH_-1205983157'), (u'CALL_-1205983821', u'INDIRECT_-1205977852'), (u'INDIRECT_-1205977884', u'SUBPIECE_-1205979009'), (u'INDIRECT_-1205978395', u'CALLIND_-1205983916'), (u'CALLIND_-1205984793', u'INDIRECT_-1205979448'), (u'INDIRECT_-1205977152', u'MULTIEQUAL_-1205977164'), (u'CALLIND_-1205984836', u'INDIRECT_-1205977800'), (u'CALL_-1205983169', u'INDIRECT_-1205979228'), (u'CALLIND_-1205983830', u'INDIRECT_-1205980660'), (u'CALLIND_-1205984158', u'INDIRECT_-1205980617'), (u'CALL_-1205983821', u'INDIRECT_-1205979448'), (u'CALL_-1205983125', u'INDIRECT_-1205979349'), (u'CALLIND_-1205983873', u'INDIRECT_-1205979615'), (u'CALLIND_-1205984793', u'INDIRECT_-1205977779'), (u'INT_AND_-1205984460', u'INT_NOTEQUAL_-1205984405'), (u'CALL_-1205983332', u'INDIRECT_-1205979529'), (u'INDIRECT_-1205978855', u'MULTIEQUAL_-1205978837'), ('const-4', u'SUBPIECE_-1205978218'), (u'CALL_-1205983105', u'INDIRECT_-1205977536'), (u'CALLIND_-1205984011', u'INDIRECT_-1205980147'), (u'CALLIND_-1205983569', u'INDIRECT_-1205977552'), (u'MULTIEQUAL_-1205979938', u'COPY_-1205976709'), (u'CALL_-1205983031', u'INDIRECT_-1205977314'), (u'MULTIEQUAL_-1205978998', u'MULTIEQUAL_-1205978969'), (u'CALL_-1205985367', u'INDIRECT_-1205979848'), (u'CALLIND_-1205985207', u'INDIRECT_-1205979307'), (u'INDIRECT_-1205977644', u'MULTIEQUAL_-1205977846'), (u'CALLIND_-1205983569', u'INDIRECT_-1205980341'), ('const-102848', u'PTRSUB_-1205977674'), ('tmp_3453', u'CBRANCH_-1205983535'), (u'CALLIND_-1205985295', u'INDIRECT_-1205978689'), (u'MULTIEQUAL_-1205979479', u'MULTIEQUAL_-1205981013'), (u'CALL_-1205986123', u'INDIRECT_-1205978923'), (u'CALLIND_-1205985295', u'INDIRECT_-1205978623'), (u'CALL_-1205983105', u'INDIRECT_-1205978130'), (u'CALL_-1205983105', u'INDIRECT_-1205977110'), (u'INDIRECT_-1205979492', u'MULTIEQUAL_-1205980900'), (u'CALL_-1205983847', u'INDIRECT_-1205977599'), ('const-102848', u'PTRSUB_-1205977150'), (u'CALL_-1205985863', u'INDIRECT_-1205980263'), (u'COPY_-1205977278', u'CALL_-1205983776'), (u'INDIRECT_-1205978988', u'MULTIEQUAL_-1205978969'), (u'CALL_-1205985829', u'INDIRECT_-1205980515'), (u'CALL_-1205983332', u'INDIRECT_-1205978062'), (u'PTRSUB_-1205978045', u'PTRSUB_-1205978025'), (u'INT_EQUAL_-1205984222', u'CBRANCH_-1205984220'), (u'INDIRECT_-1205977821', u'SUBPIECE_-1205978751'), ('const-0', u'SUBPIECE_-1205979009'), (u'CALLIND_-1205983959', u'INDIRECT_-1205978395'), (u'CALLIND_-1205984158', u'INDIRECT_-1205978889'), (u'CALL_-1205983116', u'INDIRECT_-1205977141'), (u'INDIRECT_-1205980049', u'MULTIEQUAL_-1205980585'), (u'CALLIND_-1205983984', u'INDIRECT_-1205979389'), (u'PTRSUB_-1205977935', u'PTRSUB_-1205977858'), (u'INDIRECT_-1205979517', u'PIECE_-1205978589'), (u'CALLIND_-1205984202', u'INDIRECT_-1205978712'), (u'INDIRECT_-1205977318', u'SUBPIECE_-1205978451'), (u'INDIRECT_-1205977152', u'SUBPIECE_-1205978078'), (u'CALLIND_-1205983916', u'INDIRECT_-1205978244'), (u'INDIRECT_-1205978684', u'MULTIEQUAL_-1205978644'), (u'CALLIND_-1205984063', u'INDIRECT_-1205979305'), (u'MULTIEQUAL_-1205980040', u'INT_NOTEQUAL_-1205984423'), (u'INDIRECT_-1205977566', u'MULTIEQUAL_-1205978842'), (u'INDIRECT_-1205979577', u'MULTIEQUAL_-1205979555'), ('const-102912', u'PTRSUB_-1205978114'), (u'CALLIND_-1205984922', u'INDIRECT_-1205980171'), (u'CALL_-1205983105', u'INDIRECT_-1205978460'), (u'INDIRECT_-1205979240', u'MULTIEQUAL_-1205979216'), (u'INDIRECT_-1205978447', u'CALLIND_-1205984011'), (u'INDIRECT_-1205977834', u'MULTIEQUAL_-1205977784'), (u'CALLIND_-1205983959', u'INDIRECT_-1205979854'), (u'CALLIND_-1205983701', u'INDIRECT_-1205981262'), ('const-2', u'CALLIND_-1205983873'), ('const-5', u'CALL_-1205983212'), (u'INDIRECT_-1205979067', u'COPY_-1205979113'), (u'INDIRECT_-1205979649', u'PIECE_-1205978592'), (u'CALLIND_-1205984836', u'INDIRECT_-1205980928'), (u'CALLIND_-1205985164', u'INDIRECT_-1205978363'), (u'CALLIND_-1205983787', u'INDIRECT_-1205979371'), (u'INDIRECT_-1205976847', u'MULTIEQUAL_-1205977043'), (u'INDIRECT_-1205979613', u'MULTIEQUAL_-1205979595'), (u'CALLIND_-1205984158', u'INDIRECT_-1205978625'), (u'CALLIND_-1205983701', u'INDIRECT_-1205979601'), (u'CALLIND_-1205983648', u'INDIRECT_-1205979577'), (u'CALL_-1205983074', u'INDIRECT_-1205979053'), ('const-3', u'SUBPIECE_-1205977834'), (u'CALLIND_-1205984922', u'INDIRECT_-1205978377'), (u'CALL_-1205983332', u'INDIRECT_-1205977036'), (u'CALL_-1205986193', u'INDIRECT_-1205978866'), (u'INDIRECT_-1205978275', u'MULTIEQUAL_-1205977809'), (u'CALLIND_-1205985008', u'INDIRECT_-1205979077'), (u'COPY_-1205977556', u'PIECE_-1205977498'), (u'INDIRECT_-1205978890', u'MULTIEQUAL_-1205978840'), (u'CALL_-1205985367', u'INDIRECT_-1205979515'), (u'INDIRECT_-1205978680', u'MULTIEQUAL_-1205978662'), (u'INDIRECT_-1205980884', u'MULTIEQUAL_-1205980837'), (u'CALL_-1205983169', u'INDIRECT_-1205978761'), (u'CALLIND_-1205983787', u'INDIRECT_-1205978180'), (u'CALLIND_-1205985060', u'INDIRECT_-1205978839'), (u'MULTIEQUAL_-1205980774', u'CALL_-1205983031'), (u'CALLIND_-1205983701', u'INDIRECT_-1205980201'), (u'INDIRECT_-1205977434', u'MULTIEQUAL_-1205978710'), (u'INDIRECT_-1205978643', u'MULTIEQUAL_-1205978845'), (u'MULTIEQUAL_-1205978969', u'SUBPIECE_-1205979014'), ('const-0', u'SUBPIECE_-1205977456'), (u'CALL_-1205984628', u'INDIRECT_-1205978032'), (u'INDIRECT_-1205978160', u'SUBPIECE_-1205979283'), (u'CALLIND_-1205985112', u'INDIRECT_-1205978535'), (u'INDIRECT_-1205978223', u'SUBPIECE_-1205979343'), (u'CALLIND_-1205985060', u'INDIRECT_-1205978575'), (u'CALL_-1205983332', u'INDIRECT_-1205978797'), ('const-0', u'SUBPIECE_-1205979383'), (u'MULTIEQUAL_-1205978246', u'INT_EQUAL_-1205983160'), (u'CALL_-1205986092', u'INDIRECT_-1205980438'), (u'MULTIEQUAL_-1205979644', u'INT_NOTEQUAL_-1205984276'), (u'PTRSUB_-1205978168', u'PTRSUB_-1205978143'), (u'INDIRECT_-1205979360', u'MULTIEQUAL_-1205979267'), (u'INT_RIGHT_-1205978883', u'MULTIEQUAL_-1205981444'), ('const-4', u'SUBPIECE_-1205978194'), (u'CALLIND_-1205984879', u'SUBPIECE_-1205982971'), ('const-4', u'SUBPIECE_-1205978558'), (u'CALLIND_-1205985060', u'INDIRECT_-1205978377'), (u'COPY_-1205983923', u'MULTIEQUAL_-1205980665'), (u'CALLIND_-1205983569', u'INDIRECT_-1205978476'), ('const-2', u'SUBPIECE_-1205977858'), (u'INT_AND_-1205984460', u'INT_EQUAL_-1205984322'), (u'CALL_-1205983908', u'INDIRECT_-1205979354'), (u'CALL_-1205983776', u'INDIRECT_-1205978694'), (u'MULTIEQUAL_-1205979938', u'MULTIEQUAL_-1205979302'), (u'CALLIND_-1205985112', u'INDIRECT_-1205978403'), (u'INDIRECT_-1205978574', u'SUBPIECE_-1205979502'), (u'CALLIND_-1205985295', u'INDIRECT_-1205979217'), (u'CALLIND_-1205985251', u'INDIRECT_-1205980264'), (u'INDIRECT_-1205977655', u'MULTIEQUAL_-1205978180'), ('const-0', u'SUBPIECE_-1205981952'), (u'CALLIND_-1205984246', u'INDIRECT_-1205979861'), (u'INDIRECT_-1205977093', u'MULTIEQUAL_-1205977671'), (u'INDIRECT_-1205977156', u'MULTIEQUAL_-1205978585'), (u'INDIRECT_-1205978536', u'COPY_-1205978582'), (u'CALLIND_-1205985060', u'INDIRECT_-1205978113'), (u'MULTIEQUAL_-1205978932', u'MULTIEQUAL_-1205978903'), (u'CALLIND_-1205985008', u'INDIRECT_-1205978549'), (u'CALL_-1205983125', u'INDIRECT_-1205977423'), (u'COPY_-1205977389', u'MULTIEQUAL_-1205977004'), (u'CALLIND_-1205984836', u'INDIRECT_-1205979933'), (u'CALL_-1205983332', u'INDIRECT_-1205978464'), ('const-86928', u'COPY_-1205983131'), (u'CALLIND_-1205984063', u'INDIRECT_-1205978579'), ('const-32', u'INT_RIGHT_-1205978417'), (u'CALLIND_-1205983959', u'INDIRECT_-1205979517'), (u'CALLIND_-1205983830', u'INDIRECT_-1205980129'), (u'MULTIEQUAL_-1205977563', u'MULTIEQUAL_-1205977534'), (u'MULTIEQUAL_-1205979509', u'MULTIEQUAL_-1205979265'), (u'CALL_-1205983908', u'INDIRECT_-1205977303'), (u'CALLIND_-1205983916', u'INDIRECT_-1205980433'), (u'INDIRECT_-1205979447', u'MULTIEQUAL_-1205979583'), ('const-1', u'COPY_-1205986080'), (u'CALLIND_-1205984836', u'INDIRECT_-1205977941'), (u'INDIRECT_-1205978485', u'MULTIEQUAL_-1205978446'), (u'INDIRECT_-1205979130', u'COPY_-1205979154'), (u'CALLIND_-1205983787', u'INDIRECT_-1205981365'), (u'MULTIEQUAL_-1205980109', u'INT_EQUAL_-1205984322'), (u'CALLIND_-1205983984', u'INDIRECT_-1205978585'), (u'CALLIND_-1205984879', u'INDIRECT_-1205979953'), (u'CALL_-1205983169', u'INDIRECT_-1205977962'), (u'CALL_-1205983031', u'INDIRECT_-1205976806'), (u'MULTIEQUAL_-1205979170', u'MULTIEQUAL_-1205979143'), (u'CALL_-1205983125', u'INDIRECT_-1205977157'), (u'CALLIND_-1205983916', u'INDIRECT_-1205978573'), ('const-2', u'CALLIND_-1205984750'), (u'CALLIND_-1205983701', u'SUBPIECE_-1205983294'), (u'MULTIEQUAL_-1205978414', u'MULTIEQUAL_-1205979948'), (u'MULTIEQUAL_-1205979578', u'MULTIEQUAL_-1205979159'), ('const-0', u'SUBPIECE_-1205983357'), (u'CALLIND_-1205984246', u'INDIRECT_-1205980395'), (u'INDIRECT_-1205979021', u'MULTIEQUAL_-1205978681'), ('const-4', u'SUBPIECE_-1205979197'), (u'INDIRECT_-1205979122', u'MULTIEQUAL_-1205979104'), ('tmp_4142', u'BRANCH_-1205982881'), (u'MULTIEQUAL_-1205979014', u'MULTIEQUAL_-1205980548'), (u'INT_EQUAL_-1205984140', u'CBRANCH_-1205984138'), (u'CALLIND_-1205984965', u'INDIRECT_-1205979189'), (u'INDIRECT_-1205980423', u'MULTIEQUAL_-1205980585'), (u'CALL_-1205986123', u'INDIRECT_-1205979253'), (u'CALL_-1205983847', u'INDIRECT_-1205977797'), (u'CALL_-1205983169', u'INDIRECT_-1205979096'), (u'CALLIND_-1205985251', u'INDIRECT_-1205978338'), (u'INDIRECT_-1205978347', u'MULTIEQUAL_-1205978308'), (u'PTRSUB_-1205978141', u'PTRSUB_-1205978117'), (u'CALLIND_-1205984965', u'INDIRECT_-1205978265'), (u'MULTIEQUAL_-1205980812', u'COPY_-1205980875'), (u'INDIRECT_-1205981125', u'MULTIEQUAL_-1205981050'), (u'MULTIEQUAL_-1205979710', u'INT_NOTEQUAL_-1205984491'), (u'CALLIND_-1205983916', u'INDIRECT_-1205979968'), (u'CALL_-1205986193', u'INDIRECT_-1205979724'), (u'CALLIND_-1205983959', u'INDIRECT_-1205979055'), (u'CALLIND_-1205985112', u'INDIRECT_-1205978139'), (u'INDIRECT_-1205978844', u'MULTIEQUAL_-1205978820'), (u'INT_SUB_-1205983129', u'CAST_-1205976695'), (u'CALLIND_-1205983744', u'INDIRECT_-1205979417'), (u'MULTIEQUAL_-1205980878', u'COPY_-1205980941'), (u'CALLIND_-1205983787', u'INDIRECT_-1205979173'), ('const-4', u'SUBPIECE_-1205978645'), (u'CALL_-1205983847', u'INDIRECT_-1205978127'), (u'CALL_-1205986092', u'INDIRECT_-1205979900'), (u'PTRSUB_-1205977571', u'CALLIND_-1205984750'), (u'CALLIND_-1205983984', u'INDIRECT_-1205977793'), (u'INDIRECT_-1205978614', u'MULTIEQUAL_-1205978596'), (u'CAST_-1205976993', u'MULTIEQUAL_-1205983275'), (u'MULTIEQUAL_-1205979710', u'INT_NOTEQUAL_-1205983697'), (u'INDIRECT_-1205981576', u'MULTIEQUAL_-1205981715'), (u'CALLIND_-1205984246', u'INDIRECT_-1205979063'), (u'CALL_-1205983776', u'INDIRECT_-1205979693'), (u'CALLIND_-1205985251', u'INDIRECT_-1205979400'), ('const-4', u'SUBPIECE_-1205979237'), (u'CALL_-1205984318', u'INDIRECT_-1205979955'), (u'MULTIEQUAL_-1205980109', u'MULTIEQUAL_-1205979479'), (u'CALLIND_-1205983984', u'INDIRECT_-1205979122'), (u'CALL_-1205985367', u'INDIRECT_-1205981176'), (u'CALLIND_-1205984063', u'INDIRECT_-1205980505'), (u'CALL_-1205985829', u'INDIRECT_-1205980647'), (u'INDIRECT_-1205977304', u'SUBPIECE_-1205978482'), (u'CALL_-1205983105', u'INDIRECT_-1205980322'), (u'CALLIND_-1205984158', u'INDIRECT_-1205978691'), (u'INDIRECT_-1205977357', u'MULTIEQUAL_-1205977318'), (u'CALLIND_-1205985164', u'INDIRECT_-1205978561'), (u'CALLIND_-1205983916', u'INDIRECT_-1205978771'), ('const-102912', u'PTRSUB_-1205978168'), (u'INDIRECT_-1205977684', u'MULTIEQUAL_-1205977666'), (u'INDIRECT_-1205979331', u'SUBPIECE_-1205977836'), (u'INT_EQUAL_-1205984338', u'CBRANCH_-1205984336'), (u'CALL_-1205985863', u'INDIRECT_-1205980596'), (u'CALLIND_-1205984011', u'INDIRECT_-1205979747'), ('tmp_3132', u'BRANCH_-1205983487'), (u'INDIRECT_-1205978407', u'MULTIEQUAL_-1205977941'), (u'INDIRECT_-1205978099', u'MULTIEQUAL_-1205978007'), ('const-0', u'SUBPIECE_-1205977857'), (u'INDIRECT_-1205980848', u'MULTIEQUAL_-1205980981'), (u'MULTIEQUAL_-1205979546', u'COPY_-1205979609'), ('const-2', u'COPY_-1205983105'), (u'INDIRECT_-1205978761', u'MULTIEQUAL_-1205978923'), (u'CALLIND_-1205983648', u'INDIRECT_-1205977915'), (u'INT_NOTEQUAL_-1205983951', u'CBRANCH_-1205983950'), ('tmp_3542', u'BRANCH_-1205983179'), ('const-0', u'SUBPIECE_-1205979185'), (u'CALL_-1205983776', u'INDIRECT_-1205977434'), (u'INDIRECT_-1205977489', u'MULTIEQUAL_-1205977450'), (u'CALL_-1205986230', u'INDIRECT_-1205979018'), (u'CALL_-1205983821', u'INDIRECT_-1205977522'), ('const-0', u'SUBPIECE_-1205978811'), (u'CALL_-1205983116', u'INDIRECT_-1205979001'), (u'CALLIND_-1205984158', u'INDIRECT_-1205979952'), (u'CALLIND_-1205984750', u'INDIRECT_-1205979227'), (u'MULTIEQUAL_-1205978194', u'MULTIEQUAL_-1205978342'), (u'CALL_-1205986123', u'INDIRECT_-1205980585'), (u'INDIRECT_-1205977766', u'MULTIEQUAL_-1205977716'), (u'CALL_-1205983332', u'INDIRECT_-1205977534'), (u'CALL_-1205986092', u'INDIRECT_-1205978644'), (u'CALL_-1205986230', u'INDIRECT_-1205980008'), (u'CALLIND_-1205984793', u'INDIRECT_-1205979913'), (u'CALL_-1205983908', u'INDIRECT_-1205978953'), (u'CALL_-1205983105', u'INDIRECT_-1205978931'), (u'MULTIEQUAL_-1205980109', u'INT_EQUAL_-1205984338'), (u'INDIRECT_-1205978663', u'COPY_-1205978687'), (u'INDIRECT_-1205978296', u'MULTIEQUAL_-1205978246'), (u'MULTIEQUAL_-1205978642', u'MULTIEQUAL_-1205978012'), (u'CALL_-1205983332', u'INDIRECT_-1205977402'), ('const-32', u'INT_RIGHT_-1205978416'), (u'INDIRECT_-1205977863', u'SUBPIECE_-1205978791'), ('const-86888', u'COPY_-1205976818'), (u'CALL_-1205985863', u'INDIRECT_-1205979132'), (u'CALLIND_-1205984836', u'INDIRECT_-1205979333'), (u'CALL_-1205986123', u'INDIRECT_-1205981839'), (u'INDIRECT_-1205978737', u'MULTIEQUAL_-1205978271'), (u'CALL_-1205983212', u'INDIRECT_-1205978927'), (u'CALLIND_-1205984793', u'INDIRECT_-1205979514'), (u'PTRSUB_-1205978213', u'PTRSUB_-1205978184'), (u'CALLIND_-1205984922', u'INDIRECT_-1205978113'), (u'INDIRECT_-1205979777', u'MULTIEQUAL_-1205979913'), (u'PIECE_-1205977857', u'PIECE_-1205977856'), (u'MULTIEQUAL_-1205979044', u'MULTIEQUAL_-1205978625'), (u'CALLIND_-1205983916', u'INDIRECT_-1205978969'), (u'CALL_-1205986123', u'INDIRECT_-1205979781'), (u'CALL_-1205984318', u'INDIRECT_-1205978761'), ('const-0', u'PTRSUB_-1205977758'), (u'CALLIND_-1205983648', u'INDIRECT_-1205978443'), (u'INDIRECT_-1205980821', u'MULTIEQUAL_-1205980774'), (u'INDIRECT_-1205980416', u'MULTIEQUAL_-1205981827'), (u'MULTIEQUAL_-1205977534', u'MULTIEQUAL_-1205977682'), (u'CALLIND_-1205983873', u'INDIRECT_-1205978685'), ('tmp_2056', u'CBRANCH_-1205984442'), (u'CALLIND_-1205983648', u'INDIRECT_-1205979445'), (u'INDIRECT_-1205977962', u'MULTIEQUAL_-1205979370'), (u'CALLIND_-1205984011', u'INDIRECT_-1205980611'), (u'CALL_-1205984628', u'INDIRECT_-1205980159'), (u'CALLIND_-1205983569', u'INDIRECT_-1205978614'), (u'SUBPIECE_-1205978582', u'INT_NOTEQUAL_-1205983933'), (u'MULTIEQUAL_-1205978953', u'MULTIEQUAL_-1205978943'), (u'INDIRECT_-1205979988', u'MULTIEQUAL_-1205979913'), ('const-4', u'CALLIND_-1205984158'), (u'CALLIND_-1205983569', u'INDIRECT_-1205977354'), ('const-102848', u'PTRSUB_-1205977785'), (u'MULTIEQUAL_-1205979644', u'MULTIEQUAL_-1205979014'), (u'CALLIND_-1205984158', u'INDIRECT_-1205979153'), (u'CALLIND_-1205985008', u'INDIRECT_-1205978351'), (u'INDIRECT_-1205977753', u'MULTIEQUAL_-1205977714'), (u'CALLIND_-1205985207', u'INDIRECT_-1205981169'), (u'CALLIND_-1205983873', u'INDIRECT_-1205980347'), ('const-2', u'SUBPIECE_-1205977881'), (u'INDIRECT_-1205980651', u'MULTIEQUAL_-1205980636'), (u'INDIRECT_-1205979028', u'MULTIEQUAL_-1205980435'), ('const-1', u'INT_EQUAL_-1205985933'), (u'INDIRECT_-1205979313', u'MULTIEQUAL_-1205979291'), (u'INDIRECT_-1205977500', u'MULTIEQUAL_-1205978776'), (u'CALLIND_-1205984246', u'INDIRECT_-1205979927'), (u'MULTIEQUAL_-1205978662', u'MULTIEQUAL_-1205978810'), ('const-7', u'INT_LESS_-1205983140'), ('const-0', u'CALL_-1205986123'), (u'INT_NOTEQUAL_-1205983615', u'CBRANCH_-1205983614'), (u'COPY_-1205977890', u'PIECE_-1205977834'), (u'MULTIEQUAL_-1205978114', u'MULTIEQUAL_-1205977870'), (u'PTRSUB_-1205977691', u'CALLIND_-1205985008'), (u'CALLIND_-1205983873', u'INDIRECT_-1205979213'), (u'SUBPIECE_-1205977859', u'COPY_-1205977914'), (u'INDIRECT_-1205978918', u'MULTIEQUAL_-1205979443'), (u'CALLIND_-1205984750', u'INDIRECT_-1205977759'), (u'CALL_-1205983169', u'INDIRECT_-1205979627'), ('const-4', u'SUBPIECE_-1205977708'), (u'CALL_-1205983116', u'INDIRECT_-1205978203'), (u'MULTIEQUAL_-1205980014', u'COPY_-1205980077'), (u'INDIRECT_-1205978033', u'MULTIEQUAL_-1205977941'), (u'CALL_-1205984318', u'INDIRECT_-1205979751'), (u'CALLIND_-1205985008', u'INDIRECT_-1205979614'), ('const-102848', u'PTRSUB_-1205977935'), (u'MULTIEQUAL_-1205980326', u'MULTIEQUAL_-1205980474'), (u'CALLIND_-1205984750', u'INDIRECT_-1205978429'), ('const-3', u'SUBPIECE_-1205977430'), ('const-1', u'INT_NOTEQUAL_-1205983933'), (u'SUBPIECE_-1205977905', u'COPY_-1205977960'), (u'CALLIND_-1205983648', u'INDIRECT_-1205979712'), (u'INDIRECT_-1205978585', u'MULTIEQUAL_-1205978567'), (u'CALLIND_-1205985251', u'INDIRECT_-1205978800'), (u'CALL_-1205983776', u'INDIRECT_-1205979558'), (u'CALL_-1205983332', u'INDIRECT_-1205977468'), (u'MULTIEQUAL_-1205979278', u'MULTIEQUAL_-1205980812'), (u'CALL_-1205985367', u'INDIRECT_-1205979983'), (u'INDIRECT_-1205979535', u'SUBPIECE_-1205977905'), (u'INDIRECT_-1205980753', u'MULTIEQUAL_-1205980915'), (u'CALLIND_-1205984115', u'INDIRECT_-1205980199'), (u'CALLIND_-1205985164', u'INDIRECT_-1205979089'), (u'INDIRECT_-1205980526', u'MULTIEQUAL_-1205980450'), (u'INDIRECT_-1205980309', u'MULTIEQUAL_-1205980837'), (u'INDIRECT_-1205977534', u'COPY_-1205977558'), (u'INDIRECT_-1205979988', u'SUBPIECE_-1205978582'), (u'INDIRECT_-1205979513', u'MULTIEQUAL_-1205979649'), (u'CALLIND_-1205984063', u'INDIRECT_-1205978954'), (u'INDIRECT_-1205977691', u'SUBPIECE_-1205978756'), ('const-0', u'PTRSUB_-1205977839'), (u'INDIRECT_-1205979023', u'MULTIEQUAL_-1205978931'), (u'CALLIND_-1205985060', u'INDIRECT_-1205979907'), (u'INDIRECT_-1205979247', u'MULTIEQUAL_-1205979225'), (u'CALL_-1205983821', u'INDIRECT_-1205979250'), (u'CALLIND_-1205985008', u'INDIRECT_-1205977953'), (u'INDIRECT_-1205979289', u'MULTIEQUAL_-1205979451'), (u'CALL_-1205983776', u'INDIRECT_-1205977500'), (u'CALLIND_-1205984965', u'INDIRECT_-1205978463'), (u'SUBPIECE_-1205978979', u'INT_EQUAL_-1205984140'), (u'INDIRECT_-1205980252', u'MULTIEQUAL_-1205980237'), (u'INDIRECT_-1205977275', u'SUBPIECE_-1205978257'), (u'CALL_-1205983169', u'INDIRECT_-1205978160'), (u'INDIRECT_-1205979782', u'MULTIEQUAL_-1205980318'), (u'INDIRECT_-1205978295', u'CALLIND_-1205983701'), (u'MULTIEQUAL_-1205979690', u'MULTIEQUAL_-1205979661'), (u'INDIRECT_-1205978230', u'MULTIEQUAL_-1205978180'), (u'SUBPIECE_-1205977903', u'COPY_-1205977958'), (u'CALL_-1205983908', u'INDIRECT_-1205978682'), (u'INDIRECT_-1205980489', u'MULTIEQUAL_-1205980651'), ('const-4', u'SUBPIECE_-1205979297'), (u'INT_LESS_-1205983140', u'CBRANCH_-1205983149'), (u'MULTIEQUAL_-1205978560', u'INT_RIGHT_-1205978417'), (u'CALL_-1205984318', u'INDIRECT_-1205979823'), (u'MULTIEQUAL_-1205977784', u'MULTIEQUAL_-1205977365'), (u'INDIRECT_-1205977764', u'MULTIEQUAL_-1205979172'), (u'INDIRECT_-1205977263', u'SUBPIECE_-1205978180'), (u'CALLIND_-1205984011', u'INDIRECT_-1205981408'), (u'INDIRECT_-1205979047', u'MULTIEQUAL_-1205979583'), (u'PTRSUB_-1205983917', u'MULTIEQUAL_-1205978516'), (u'CALL_-1205983116', u'INDIRECT_-1205977075'), (u'INDIRECT_-1205979331', u'MULTIEQUAL_-1205978865'), ('const-4', u'SUBPIECE_-1205978883'), (u'SUBPIECE_-1205977476', u'COPY_-1205977531'), (u'CALLIND_-1205984922', u'INDIRECT_-1205979640'), (u'INDIRECT_-1205976847', u'SUBPIECE_-1205977857'), (u'INDIRECT_-1205979253', u'MULTIEQUAL_-1205979238'), (u'CALLIND_-1205983701', u'INDIRECT_-1205980267'), (u'CALLIND_-1205983569', u'INDIRECT_-1205977286'), ('const-0', u'PTRSUB_-1205978470'), (u'CALL_-1205986123', u'INDIRECT_-1205980117'), (u'SUBPIECE_-1205979411', u'COPY_-1205979477'), (u'MULTIEQUAL_-1205979146', u'MULTIEQUAL_-1205980680'), (u'CALLIND_-1205983984', u'INDIRECT_-1205978855'), (u'INDIRECT_-1205978062', u'COPY_-1205978086'), (u'CALLIND_-1205984836', u'INDIRECT_-1205979267'), ('const-0', u'SUBPIECE_-1205978979'), (u'MULTIEQUAL_-1205978312', u'MULTIEQUAL_-1205978068'), ('const-4', u'SUBPIECE_-1205978253'), (u'CALL_-1205983125', u'INDIRECT_-1205978684'), (u'MULTIEQUAL_-1205978246', u'INT_ZEXT_-1205984518'), (u'MULTIEQUAL_-1205977682', u'MULTIEQUAL_-1205979216'), (u'CALLIND_-1205983787', u'INDIRECT_-1205978645'), (u'CALLIND_-1205983916', u'INDIRECT_-1205979233'), (u'CALLIND_-1205985164', u'INDIRECT_-1205978891'), (u'INDIRECT_-1205977391', u'MULTIEQUAL_-1205977916'), (u'CALL_-1205986230', u'INDIRECT_-1205978752'), (u'INDIRECT_-1205978189', u'MULTIEQUAL_-1205978308'), (u'CALLIND_-1205984063', u'INDIRECT_-1205980040'), (u'CALLIND_-1205984063', u'INDIRECT_-1205979752'), (u'INDIRECT_-1205980990', u'MULTIEQUAL_-1205980915'), (u'CALLIND_-1205984750', u'INDIRECT_-1205978495'), (u'INDIRECT_-1205978413', u'MULTIEQUAL_-1205978374'), (u'COPY_-1205977110', u'MULTIEQUAL_-1205977004'), (u'CALL_-1205985863', u'INDIRECT_-1205980131'), (u'CALL_-1205986230', u'INDIRECT_-1205979612'), (u'SUBPIECE_-1205977453', u'COPY_-1205977508'), (u'INDIRECT_-1205980247', u'MULTIEQUAL_-1205980783'), (u'MULTIEQUAL_-1205978728', u'MULTIEQUAL_-1205978699'), (u'INDIRECT_-1205979257', u'MULTIEQUAL_-1205979376'), (u'INDIRECT_-1205978813', u'MULTIEQUAL_-1205978795'), (u'INDIRECT_-1205977758', u'MULTIEQUAL_-1205977716'), (u'INDIRECT_-1205978682', u'MULTIEQUAL_-1205978342'), (u'INDIRECT_-1205978420', u'MULTIEQUAL_-1205978398'), (u'INDIRECT_-1205978575', u'COPY_-1205978350'), (u'CALLIND_-1205984202', u'INDIRECT_-1205979636'), (u'INDIRECT_-1205979834', u'MULTIEQUAL_-1205979810'), (u'CALL_-1205985863', u'CAST_-1205978174'), (u'CALLIND_-1205985295', u'INDIRECT_-1205980351'), (u'CALLIND_-1205984063', u'INDIRECT_-1205979974'), (u'CALL_-1205984318', u'INDIRECT_-1205979685'), (u'COPY_-1205977509', u'PIECE_-1205977453'), (u'MULTIEQUAL_-1205978180', u'MULTIEQUAL_-1205977550'), (u'CALLIND_-1205984836', u'INDIRECT_-1205979667'), ('const-46', u'PTRSUB_-1205977985'), ('tmp_5731', u'CAST_-1205977385'), (u'CALL_-1205983212', u'INDIRECT_-1205978393'), (u'CALL_-1205983116', u'INDIRECT_-1205978803'), (u'CALLIND_-1205983569', u'INDIRECT_-1205977618'), (u'CALL_-1205986230', u'INDIRECT_-1205979348'), (u'INDIRECT_-1205978556', u'MULTIEQUAL_-1205979832'), ('const-18', u'PTRSUB_-1205978184'), (u'CALLIND_-1205983787', u'INDIRECT_-1205980041'), (u'INDIRECT_-1205978718', u'MULTIEQUAL_-1205979242'), (u'CALLIND_-1205984965', u'INDIRECT_-1205979795'), (u'CALLIND_-1205984793', u'INDIRECT_-1205979979'), (u'MULTIEQUAL_-1205977738', u'MULTIEQUAL_-1205977709'), (u'CALL_-1205986230', u'INDIRECT_-1205981145'), (u'CALLIND_-1205983744', u'INDIRECT_-1205978159'), (u'INDIRECT_-1205980713', u'MULTIEQUAL_-1205980849'), ('const-0', u'SUBPIECE_-1205978342'), (u'CALLIND_-1205983916', u'INDIRECT_-1205980301'), (u'INDIRECT_-1205979133', u'MULTIEQUAL_-1205978667'), (u'PTRSUB_-1205985886', u'MULTIEQUAL_-1205978448'), (u'CALL_-1205983116', u'INDIRECT_-1205978335'), (u'INT_NOTEQUAL_-1205983880', u'CBRANCH_-1205983858'), ('const-0', u'PTRSUB_-1205978281'), (u'PTRSUB_-1205977243', u'CALLIND_-1205984063'), (u'INDIRECT_-1205979648', u'MULTIEQUAL_-1205980183'), (u'MULTIEQUAL_-1205977666', u'MULTIEQUAL_-1205977814'), (u'CALLIND_-1205984115', u'INDIRECT_-1205978935'), (u'CALL_-1205983821', u'INDIRECT_-1205977588'), (u'INDIRECT_-1205980054', u'MULTIEQUAL_-1205980176'), (u'CALL_-1205983212', u'INDIRECT_-1205979257'), (u'CALLIND_-1205985164', u'INDIRECT_-1205980289'), (u'CALLIND_-1205983569', u'INDIRECT_-1205978014'), ('const-0', u'COPY_-1205983499'), (u'MULTIEQUAL_-1205977616', u'MULTIEQUAL_-1205979150'), (u'CALLIND_-1205985060', u'INDIRECT_-1205978905'), (u'CALL_-1205983116', u'INDIRECT_-1205976766'), (u'INDIRECT_-1205980226', u'MULTIEQUAL_-1205980134'), (u'CALLIND_-1205984922', u'INDIRECT_-1205979241'), (u'MULTIEQUAL_-1205979262', u'MULTIEQUAL_-1205979410'), (u'CALL_-1205983212', u'INDIRECT_-1205979059'), (u'PTRSUB_-1205977743', u'CALLIND_-1205985112'), (u'INDIRECT_-1205977759', u'MULTIEQUAL_-1205977718'), ('const-0', u'SUBPIECE_-1205979104'), (u'INDIRECT_-1205978164', u'MULTIEQUAL_-1205978114'), (u'PIECE_-1205977499', u'PIECE_-1205977498'), (u'CALLIND_-1205985251', u'INDIRECT_-1205978734'), (u'MULTIEQUAL_-1205977472', u'MULTIEQUAL_-1205977443'), (u'CALLIND_-1205983701', u'INDIRECT_-1205978407'), (u'INDIRECT_-1205978605', u'MULTIEQUAL_-1205978139'), (u'CALL_-1205986193', u'INDIRECT_-1205981059'), (u'CALL_-1205984628', u'INDIRECT_-1205979022'), (u'INDIRECT_-1205979985', u'MULTIEQUAL_-1205979970'), ('const-4294967295', u'INT_NOTEQUAL_-1205984030'), (u'CALLIND_-1205983916', u'INDIRECT_-1205980367'), (u'CALLIND_-1205984922', u'INDIRECT_-1205978839'), (u'CALL_-1205983031', u'INDIRECT_-1205979902'), (u'CALLIND_-1205984202', u'INDIRECT_-1205978514'), ('const-0', u'SUBPIECE_-1205979085'), (u'CALLIND_-1205983648', u'INDIRECT_-1205979247'), (u'INDIRECT_-1205979293', u'MULTIEQUAL_-1205979201'), (u'INDIRECT_-1205978001', u'CALLIND_-1205984922'), (u'MULTIEQUAL_-1205978906', u'MULTIEQUAL_-1205978276'), (u'MULTIEQUAL_-1205979842', u'MULTIEQUAL_-1205979423'), (u'INDIRECT_-1205979392', u'MULTIEQUAL_-1205979511'), (u'CALLIND_-1205983569', u'INDIRECT_-1205978410'), (u'MULTIEQUAL_-1205978105', u'MULTIEQUAL_-1205978078'), (u'CALL_-1205986230', u'INDIRECT_-1205981079'), (u'INDIRECT_-1205980383', u'MULTIEQUAL_-1205980519'), (u'CALL_-1205983125', u'INDIRECT_-1205977687'), (u'CALLIND_-1205983744', u'INDIRECT_-1205979754'), (u'CALL_-1205984628', u'INDIRECT_-1205978230'), (u'MULTIEQUAL_-1205977629', u'MULTIEQUAL_-1205977600'), (u'INDIRECT_-1205976766', u'COPY_-1205976824'), (u'MULTIEQUAL_-1205979176', u'MULTIEQUAL_-1205978546'), ('const-0', u'SUBPIECE_-1205978049'), (u'INDIRECT_-1205978490', u'MULTIEQUAL_-1205979898'), (u'MULTIEQUAL_-1205978312', u'INT_ZEXT_-1205984245'), (u'COPY_-1205978349', u'MULTIEQUAL_-1205978558'), (u'MULTIEQUAL_-1205981612', u'CALL_-1205983212'), (u'INDIRECT_-1205978131', u'COPY_-1205978177'), (u'CALLIND_-1205984202', u'INDIRECT_-1205980374'), (u'CALLIND_-1205984879', u'INDIRECT_-1205981011'), ('tmp_3890', u'BRANCH_-1205983032'), ('const-0', u'SUBPIECE_-1205978969'), (u'INDIRECT_-1205979323', u'MULTIEQUAL_-1205979305'), (u'INDIRECT_-1205979584', u'MULTIEQUAL_-1205980109'), (u'INDIRECT_-1205977094', u'SUBPIECE_-1205978247'), (u'CALL_-1205986123', u'INDIRECT_-1205979649'), (u'MULTIEQUAL_-1205979931', u'MULTIEQUAL_-1205979624'), (u'CALLIND_-1205984158', u'INDIRECT_-1205979285'), (u'MULTIEQUAL_-1205980281', u'COPY_-1205980344'), (u'INDIRECT_-1205979529', u'COPY_-1205979553'), (u'INDIRECT_-1205978493', u'CALLIND_-1205984115'), (u'CALLIND_-1205984115', u'INDIRECT_-1205979463'), (u'CALL_-1205983105', u'INDIRECT_-1205977602'), (u'MULTIEQUAL_-1205979509', u'MULTIEQUAL_-1205978879'), (u'CALL_-1205983116', u'INDIRECT_-1205978402'), (u'INT_EQUAL_-1205984322', u'CBRANCH_-1205984320'), (u'INDIRECT_-1205977800', u'SUBPIECE_-1205978665'), (u'CAST_-1205978326', u'CALL_-1205986193'), (u'CALLIND_-1205984011', u'INDIRECT_-1205978353'), ('const-0', u'SUBPIECE_-1205978375'), (u'CALLIND_-1205984879', u'INDIRECT_-1205977893'), (u'CALLIND_-1205984879', u'INDIRECT_-1205977821'), (u'CALLIND_-1205985164', u'INDIRECT_-1205979359'), (u'CALLIND_-1205983873', u'INDIRECT_-1205979543'), (u'CALLIND_-1205983873', u'INDIRECT_-1205978421'), (u'CALLIND_-1205984158', u'INDIRECT_-1205980086'), (u'CALLIND_-1205984063', u'INDIRECT_-1205980439'), (u'SUBPIECE_-1205981952', u'COPY_-1205976984'), (u'CALLIND_-1205985112', u'INDIRECT_-1205979666'), (u'CALLIND_-1205983959', u'INDIRECT_-1205978791'), (u'CALLIND_-1205985008', u'INDIRECT_-1205978285'), (u'CALLIND_-1205983959', u'INDIRECT_-1205978527'), (u'INDIRECT_-1205979486', u'MULTIEQUAL_-1205979146'), (u'CALLIND_-1205984063', u'INDIRECT_-1205977826'), (u'COPY_-1205977533', u'PIECE_-1205977475'), (u'CALLIND_-1205985112', u'INDIRECT_-1205979867'), ('const-16', u'PTRSUB_-1205978249'), (u'CALLIND_-1205983916', u'INDIRECT_-1205978307'), (u'INDIRECT_-1205979892', u'MULTIEQUAL_-1205979842'), (u'CALLIND_-1205984922', u'SUBPIECE_-1205982992'), (u'SUBPIECE_-1205983294', u'MULTIEQUAL_-1205977875'), (u'COPY_-1205983048', u'MULTIEQUAL_-1205981612'), (u'CALL_-1205986123', u'INDIRECT_-1205979055'), ('const-0', u'SUBPIECE_-1205979609'), ('const-255', u'INT_AND_-1205981630'), (u'SUBPIECE_-1205977501', u'COPY_-1205977556'), (u'INDIRECT_-1205978786', u'MULTIEQUAL_-1205979311'), (u'CALLIND_-1205985207', u'INDIRECT_-1205979712'), (u'MULTIEQUAL_-1205977643', u'MULTIEQUAL_-1205977616'), (u'PIECE_-1205977856', u'PIECE_-1205977855'), (u'INDIRECT_-1205979624', u'MULTIEQUAL_-1205980900'), (u'CALL_-1205983169', u'INDIRECT_-1205977234'), (u'INDIRECT_-1205977094', u'MULTIEQUAL_-1205977673'), (u'MULTIEQUAL_-1205979110', u'MULTIEQUAL_-1205978866'), (u'INDIRECT_-1205980792', u'MULTIEQUAL_-1205980717'), (u'MULTIEQUAL_-1205977784', u'MULTIEQUAL_-1205977154'), (u'CALL_-1205983125', u'INDIRECT_-1205979217'), (u'CALLIND_-1205984202', u'INDIRECT_-1205980638'), (u'CALLIND_-1205984202', u'INDIRECT_-1205979973'), (u'CALLIND_-1205984793', u'INDIRECT_-1205979380'), (u'INDIRECT_-1205978726', u'MULTIEQUAL_-1205978845'), (u'CALL_-1205983821', u'INDIRECT_-1205978716'), (u'INDIRECT_-1205978140', u'CALLIND_-1205985207'), (u'CALLIND_-1205984793', u'SUBPIECE_-1205982929'), (u'CALLIND_-1205984011', u'INDIRECT_-1205980080'), (u'INDIRECT_-1205977248', u'MULTIEQUAL_-1205977450'), (u'INDIRECT_-1205978255', u'MULTIEQUAL_-1205978791'), (u'INDIRECT_-1205977240', u'SUBPIECE_-1205978158'), (u'CALLIND_-1205984922', u'INDIRECT_-1205979574'), ('const-2', u'CALLIND_-1205984793'), (u'CALLIND_-1205984158', u'INDIRECT_-1205980485'), (u'CALLIND_-1205983959', u'INDIRECT_-1205979988'), (u'INDIRECT_-1205976806', u'SUBPIECE_-1205977972'), (u'CALLIND_-1205985295', u'INDIRECT_-1205980420'), ('const-16', u'PTRSUB_-1205977031'), (u'MULTIEQUAL_-1205977936', u'MULTIEQUAL_-1205977907'), (u'CALL_-1205983169', u'INDIRECT_-1205977156'), (u'CALL_-1205983105', u'CAST_-1205976823'), (u'CALLIND_-1205984793', u'INDIRECT_-1205978185'), (u'CALL_-1205983212', u'INDIRECT_-1205977595'), (u'CALLIND_-1205983744', u'INDIRECT_-1205978559'), (u'CALL_-1205983125', u'INDIRECT_-1205980143'), (u'INDIRECT_-1205980192', u'MULTIEQUAL_-1205980117'), (u'CALLIND_-1205985008', u'INDIRECT_-1205979881'), (u'CALL_-1205983074', u'INDIRECT_-1205978651'), (u'INDIRECT_-1205979288', u'MULTIEQUAL_-1205978948'), (u'INDIRECT_-1205977064', u'SUBPIECE_-1205978147'), (u'CALLIND_-1205983959', u'INDIRECT_-1205978327'), (u'CALLIND_-1205983701', u'INDIRECT_-1205979331'), (u'CALLIND_-1205985060', u'INDIRECT_-1205979640'), (u'CALL_-1205983169', u'INDIRECT_-1205979426'), (u'CALLIND_-1205985295', u'INDIRECT_-1205979887'), (u'CALLIND_-1205984063', u'INDIRECT_-1205978975'), (u'INDIRECT_-1205978291', u'SUBPIECE_-1205979409'), (u'CALL_-1205985829', u'INDIRECT_-1205980182'), (u'CALL_-1205983169', u'INDIRECT_-1205980416'), (u'INDIRECT_-1205978519', u'MULTIEQUAL_-1205979055'), (u'INDIRECT_-1205978476', u'MULTIEQUAL_-1205978458'), (u'CALL_-1205983125', u'INDIRECT_-1205978951'), (u'CALLIND_-1205984246', u'INDIRECT_-1205980128'), (u'CALLIND_-1205984246', u'INDIRECT_-1205980725'), (u'INDIRECT_-1205979420', u'MULTIEQUAL_-1205979080'), (u'INT_EQUAL_-1205983056', u'CBRANCH_-1205983053'), (u'INDIRECT_-1205977453', u'MULTIEQUAL_-1205977431'), (u'CALL_-1205986123', u'INDIRECT_-1205979583'), (u'INDIRECT_-1205980126', u'MULTIEQUAL_-1205980051'), (u'INDIRECT_-1205978563', u'CALLIND_-1205984246'), (u'CALLIND_-1205984793', u'INDIRECT_-1205978449'), (u'CALLIND_-1205983916', u'INDIRECT_-1205981425'), (u'CALL_-1205986123', u'INDIRECT_-1205980915'), ('const-3', u'SUBPIECE_-1205977857'), (u'INDIRECT_-1205977764', u'MULTIEQUAL_-1205979040'), (u'CALLIND_-1205984836', u'INDIRECT_-1205980266'), (u'CALL_-1205983125', u'INDIRECT_-1205980212'), (u'CALL_-1205983847', u'LOAD_-1205983834'), ('const-0', u'SUBPIECE_-1205979014'), (u'CALL_-1205983105', u'INDIRECT_-1205977734'), (u'CALLIND_-1205985008', u'INDIRECT_-1205977884'), (u'CALL_-1205983212', u'INDIRECT_-1205977133'), (u'CALL_-1205984628', u'INDIRECT_-1205979560'), (u'INDIRECT_-1205979001', u'COPY_-1205979047'), (u'CALL_-1205983776', u'INDIRECT_-1205978622'), (u'MULTIEQUAL_-1205979644', u'COPY_-1205977453'), (u'CALLIND_-1205983873', u'INDIRECT_-1205980081'), (u'INDIRECT_-1205977911', u'SUBPIECE_-1205978969'), (u'INDIRECT_-1205977780', u'SUBPIECE_-1205978843'), (u'INDIRECT_-1205979583', u'MULTIEQUAL_-1205979568'), (u'CALLIND_-1205985207', u'INDIRECT_-1205978977'), (u'CALLIND_-1205984965', u'INDIRECT_-1205978199'), (u'INDIRECT_-1205977632', u'MULTIEQUAL_-1205978908'), (u'CALLIND_-1205984793', u'INDIRECT_-1205978383'), (u'CALL_-1205986193', u'INDIRECT_-1205979262'), (u'CALLIND_-1205985164', u'INDIRECT_-1205978429'), (u'SUBPIECE_-1205977454', u'COPY_-1205977509'), (u'INDIRECT_-1205977303', u'COPY_-1205977108'), (u'INDIRECT_-1205979133', u'COPY_-1205979179'), (u'SUBPIECE_-1205977479', u'COPY_-1205977534'), (u'COPY_-1205977387', u'MULTIEQUAL_-1205977002'), (u'CALLIND_-1205983873', u'INDIRECT_-1205981405'), (u'CALLIND_-1205983873', u'INDIRECT_-1205980215'), ('const-4', u'CALLIND_-1205984063'), (u'CALL_-1205983847', u'INDIRECT_-1205979525'), (u'INDIRECT_-1205978910', u'MULTIEQUAL_-1205979112'), (u'MULTIEQUAL_-1205979865', u'MULTIEQUAL_-1205979836'), (u'COPY_-1205977105', u'CALL_-1205983105'), (u'CALL_-1205986123', u'INDIRECT_-1205979517'), (u'INDIRECT_-1205978123', u'MULTIEQUAL_-1205978242'), ('const-102848', u'PTRSUB_-1205977952'), (u'INDIRECT_-1205978387', u'MULTIEQUAL_-1205978923'), (u'INDIRECT_-1205977317', u'MULTIEQUAL_-1205977317'), (u'CALL_-1205983847', u'INDIRECT_-1205977665'), ('const-0', u'SUBPIECE_-1205982929'), (u'CALL_-1205986092', u'INDIRECT_-1205980371'), (u'MULTIEQUAL_-1205978342', u'MULTIEQUAL_-1205979876'), ('const-0', u'PTRSUB_-1205985886'), (u'INDIRECT_-1205978376', u'MULTIEQUAL_-1205978578'), (u'INDIRECT_-1205977463', u'MULTIEQUAL_-1205977582'), (u'CALL_-1205983116', u'INDIRECT_-1205978602'), (u'MULTIEQUAL_-1205978596', u'MULTIEQUAL_-1205978744'), (u'CALL_-1205983821', u'INDIRECT_-1205978512'), (u'PTRSUB_-1205983917', u'MULTIEQUAL_-1205978612'), (u'MULTIEQUAL_-1205979150', u'COPY_-1205979213'), (u'CALLIND_-1205984879', u'INDIRECT_-1205978621'), (u'INDIRECT_-1205980822', u'MULTIEQUAL_-1205980981'), (u'CALLIND_-1205984115', u'INDIRECT_-1205979133'), (u'CALLIND_-1205985207', u'INDIRECT_-1205978251'), (u'CALLIND_-1205984793', u'INDIRECT_-1205978977'), ('tmp_3754', u'BRANCH_-1205983115'), ('const-102912', u'PTRSUB_-1205978003'), (u'CALLIND_-1205984965', u'INDIRECT_-1205980059'), (u'INDIRECT_-1205978222', u'SUBPIECE_-1205979079'), (u'CALL_-1205984628', u'INDIRECT_-1205978692'), (u'CALLIND_-1205984202', u'INDIRECT_-1205978580'), (u'CALLIND_-1205985207', u'INDIRECT_-1205978383'), (u'CALL_-1205985863', u'INDIRECT_-1205980063'), (u'CALLIND_-1205984965', u'INDIRECT_-1205978859'), (u'INDIRECT_-1205977303', u'SUBPIECE_-1205978218'), (u'SUBPIECE_-1205979609', u'COPY_-1205979675'), (u'INDIRECT_-1205979526', u'MULTIEQUAL_-1205979451'), (u'INDIRECT_-1205977194', u'MULTIEQUAL_-1205977200'), (u'INDIRECT_-1205978139', u'SUBPIECE_-1205979197'), ('tmp_2812', u'CBRANCH_-1205983950'), (u'MULTIEQUAL_-1205977982', u'MULTIEQUAL_-1205977563'), (u'INDIRECT_-1205978893', u'MULTIEQUAL_-1205980168'), (u'CALLIND_-1205984750', u'INDIRECT_-1205978099'), (u'MULTIEQUAL_-1205981444', u'MULTIEQUAL_-1205980559'), (u'CALL_-1205983074', u'INDIRECT_-1205977094'), (u'INDIRECT_-1205979646', u'MULTIEQUAL_-1205979624'), (u'INDIRECT_-1205979331', u'SUBPIECE_-1205977834'), (u'INDIRECT_-1205977035', u'COPY_-1205977073'), ('const-3', u'COPY_-1205983063'), (u'MULTIEQUAL_-1205977402', u'MULTIEQUAL_-1205977550'), (u'MULTIEQUAL_-1205979443', u'MULTIEQUAL_-1205979199'), (u'INT_RIGHT_-1205978416', u'SUBPIECE_-1205979411'), (u'MULTIEQUAL_-1205979974', u'MULTIEQUAL_-1205979344'), (u'CALLIND_-1205984011', u'INDIRECT_-1205979609'), (u'CALL_-1205983031', u'INDIRECT_-1205976805'), (u'CALLIND_-1205983959', u'INDIRECT_-1205978923'), (u'CALLIND_-1205983984', u'INDIRECT_-1205977317'), (u'CALL_-1205983847', u'INDIRECT_-1205978325'), ('const-4', u'SUBPIECE_-1205978823'), (u'CALL_-1205984318', u'INDIRECT_-1205981481'), (u'CALLIND_-1205985164', u'INDIRECT_-1205978627'), (u'MULTIEQUAL_-1205977716', u'CALLIND_-1205983648'), (u'CALLIND_-1205983984', u'INDIRECT_-1205977727'), (u'COPY_-1205978350', u'MULTIEQUAL_-1205978560'), (u'INDIRECT_-1205979445', u'MULTIEQUAL_-1205979423'), (u'MULTIEQUAL_-1205978480', u'MULTIEQUAL_-1205980014'), ('const-102912', u'PTRSUB_-1205978045'), (u'INDIRECT_-1205980246', u'MULTIEQUAL_-1205980774'), (u'CALL_-1205983847', u'INDIRECT_-1205979591'), (u'MULTIEQUAL_-1205978800', u'MULTIEQUAL_-1205978771'), (u'CALLIND_-1205984793', u'INDIRECT_-1205979043'), (u'CALL_-1205986092', u'INDIRECT_-1205979768'), (u'CALL_-1205983847', u'INDIRECT_-1205978793'), ('tmp_2450', u'CBRANCH_-1205984181'), (u'MULTIEQUAL_-1205978560', u'SUBPIECE_-1205979675'), (u'CALLIND_-1205985164', u'INDIRECT_-1205979692'), (u'INDIRECT_-1205977351', u'MULTIEQUAL_-1205977353'), (u'CALL_-1205983847', u'INDIRECT_-1205977863'), (u'INDIRECT_-1205979658', u'MULTIEQUAL_-1205979583'), (u'MULTIEQUAL_-1205979400', u'MULTIEQUAL_-1205979371'), (u'CALLIND_-1205985251', u'INDIRECT_-1205980465'), ('const-60', u'PTRSUB_-1205977591'), (u'INDIRECT_-1205979064', u'COPY_-1205979088'), (u'INDIRECT_-1205979161', u'MULTIEQUAL_-1205979069'), (u'INDIRECT_-1205978852', u'MULTIEQUAL_-1205979377'), (u'MULTIEQUAL_-1205979104', u'MULTIEQUAL_-1205979077'), (u'CALL_-1205983074', u'INDIRECT_-1205977721'), (u'CALL_-1205986230', u'INDIRECT_-1205980812'), (u'CALLIND_-1205984750', u'INDIRECT_-1205979893'), (u'COPY_-1205977935', u'PIECE_-1205977880'), (u'CALL_-1205983332', u'INDIRECT_-1205979328'), (u'CALL_-1205985863', u'INDIRECT_-1205979066'), ('const-102912', u'PTRSUB_-1205977982'), ('const-4294967295', u'INT_NOTEQUAL_-1205984112'), (u'CALLIND_-1205985060', u'INDIRECT_-1205978179'), (u'CALLIND_-1205984115', u'INDIRECT_-1205980333'), (u'CALL_-1205985863', u'INDIRECT_-1205980728'), (u'CALLIND_-1205984836', u'INDIRECT_-1205978205'), (u'INDIRECT_-1205978231', u'MULTIEQUAL_-1205978139'), (u'CALL_-1205986123', u'INDIRECT_-1205980984'), (u'MULTIEQUAL_-1205977982', u'MULTIEQUAL_-1205977738'), (u'CALLIND_-1205983569', u'INDIRECT_-1205979214'), (u'CALLIND_-1205983959', u'SUBPIECE_-1205983420'), ('const-87004', u'COPY_-1205977278'), (u'INDIRECT_-1205979023', u'SUBPIECE_-1205977453'), (u'MULTIEQUAL_-1205978620', u'COPY_-1205978683'), (u'CALL_-1205985863', u'INDIRECT_-1205979000'), (u'INDIRECT_-1205978180', u'SUBPIECE_-1205979039'), (u'CALLIND_-1205983984', u'INDIRECT_-1205977529'), (u'INDIRECT_-1205977816', u'MULTIEQUAL_-1205977798'), (u'CALL_-1205983125', u'INDIRECT_-1205979085'), (u'CALL_-1205986193', u'INDIRECT_-1205980526'), (u'INDIRECT_-1205978779', u'MULTIEQUAL_-1205978757'), ('const-2', u'SUBPIECE_-1205977454'), (u'CALLIND_-1205985164', u'INDIRECT_-1205979155'), (u'SUBPIECE_-1205977432', u'COPY_-1205977487'), (u'CALL_-1205983031', u'INDIRECT_-1205977446'), (u'CALLIND_-1205984202', u'INDIRECT_-1205978844'), (u'COPY_-1205977891', u'PIECE_-1205977833'), (u'INDIRECT_-1205977035', u'SUBPIECE_-1205977994'), (u'CALL_-1205983116', u'INDIRECT_-1205977207'), (u'MULTIEQUAL_-1205979598', u'INT_NOTEQUAL_-1205984030'), (u'CALLIND_-1205985164', u'INDIRECT_-1205978957'), (u'CALL_-1205983125', u'INDIRECT_-1205978347'), (u'INDIRECT_-1205978264', u'SUBPIECE_-1205979317'), ('const-48', u'PTRSUB_-1205977965'), (u'SUBPIECE_-1205977478', u'COPY_-1205977533'), (u'SUBPIECE_-1205977882', u'COPY_-1205977937'), (u'INDIRECT_-1205980717', u'MULTIEQUAL_-1205980702'), (u'INDIRECT_-1205978550', u'MULTIEQUAL_-1205978210'), (u'CALLIND_-1205983873', u'INDIRECT_-1205980014'), (u'CALLIND_-1205985207', u'INDIRECT_-1205979175'), (u'CALLIND_-1205985060', u'INDIRECT_-1205978773'), ('const-4294967295', u'INT_NOTEQUAL_-1205983697'), (u'CALL_-1205983169', u'INDIRECT_-1205979162'), (u'INDIRECT_-1205977937', u'SUBPIECE_-1205978995'), (u'COPY_-1205977487', u'PIECE_-1205977429'), (u'CALLIND_-1205983701', u'INDIRECT_-1205980465'), (u'CALLIND_-1205984011', u'INDIRECT_-1205980413'), (u'CALL_-1205983821', u'INDIRECT_-1205978848'), (u'CALLIND_-1205984115', u'INDIRECT_-1205979932'), (u'CALLIND_-1205985295', u'INDIRECT_-1205979151'), (u'INDIRECT_-1205977116', u'MULTIEQUAL_-1205977318'), (u'INDIRECT_-1205979751', u'MULTIEQUAL_-1205979913'), (u'INDIRECT_-1205978602', u'COPY_-1205978648'), (u'INDIRECT_-1205978684', u'MULTIEQUAL_-1205978662'), ('const-0', u'PTRSUB_-1205978024'), ('const-0', u'SUBPIECE_-1205977860'), (u'CALL_-1205983105', u'INDIRECT_-1205978799'), (u'CALL_-1205986123', u'INDIRECT_-1205979451'), (u'INDIRECT_-1205978514', u'CALLIND_-1205984158'), (u'INDIRECT_-1205980117', u'MULTIEQUAL_-1205980102'), (u'CALLIND_-1205985295', u'INDIRECT_-1205980087'), (u'CALL_-1205983908', u'INDIRECT_-1205977560'), (u'CALLIND_-1205984011', u'INDIRECT_-1205980014'), (u'INDIRECT_-1205980421', u'MULTIEQUAL_-1205981700'), ('const-0', u'SUBPIECE_-1205978422'), (u'MULTIEQUAL_-1205980496', u'CALL_-1205983332'), (u'CALLIND_-1205984879', u'INDIRECT_-1205978423'), (u'INDIRECT_-1205980449', u'MULTIEQUAL_-1205980585'), (u'CALL_-1205985863', u'INDIRECT_-1205979264'), (u'INDIRECT_-1205977446', u'MULTIEQUAL_-1205977648'), (u'PTRSUB_-1205977945', u'CALLIND_-1205983701'), (u'CALLIND_-1205984202', u'INDIRECT_-1205979840'), (u'COPY_-1205983123', u'MULTIEQUAL_-1205980496'), (u'INDIRECT_-1205977240', u'SUBPIECE_-1205978224'), (u'CALL_-1205983212', u'INDIRECT_-1205977067'), (u'CALLIND_-1205985251', u'INDIRECT_-1205979466'), (u'CALLIND_-1205984246', u'INDIRECT_-1205980062'), (u'CALLIND_-1205983984', u'INDIRECT_-1205978921'), (u'INDIRECT_-1205977494', u'MULTIEQUAL_-1205977154'), (u'CALLIND_-1205983984', u'INDIRECT_-1205979653'), (u'MULTIEQUAL_-1205978840', u'MULTIEQUAL_-1205978210'), (u'CALL_-1205986123', u'INDIRECT_-1205981050'), ('const-0', u'PTRSUB_-1205977737'), (u'INDIRECT_-1205979478', u'MULTIEQUAL_-1205979460'), (u'CALL_-1205984318', u'INDIRECT_-1205979553'), (u'CALLIND_-1205983701', u'INDIRECT_-1205980534'), (u'CALL_-1205984318', u'INDIRECT_-1205979025'), (u'CALLIND_-1205983701', u'INDIRECT_-1205978605'), ('const-44', u'PTRSUB_-1205978005'), (u'CALLIND_-1205984750', u'INDIRECT_-1205980025'), (u'CALLIND_-1205985251', u'INDIRECT_-1205978140'), (u'INDIRECT_-1205978443', u'MULTIEQUAL_-1205978644'), (u'CALLIND_-1205985008', u'INDIRECT_-1205978483'), (u'CALL_-1205983125', u'INDIRECT_-1205978413'), (u'CALL_-1205986123', u'INDIRECT_-1205980519'), (u'INDIRECT_-1205978551', u'MULTIEQUAL_-1205978512'), (u'COPY_-1205983131', u'MULTIEQUAL_-1205981612'), (u'INDIRECT_-1205979693', u'MULTIEQUAL_-1205980969'), ('const-0', u'CALL_-1205983169'), (u'INDIRECT_-1205980171', u'MULTIEQUAL_-1205980146'), (u'CALLIND_-1205983744', u'INDIRECT_-1205980221'), (u'INDIRECT_-1205980239', u'MULTIEQUAL_-1205980215'), (u'CALLIND_-1205984750', u'INDIRECT_-1205979761'), (u'CALLIND_-1205983787', u'INDIRECT_-1205978315'), (u'CALL_-1205983847', u'INDIRECT_-1205979657'), (u'CALLIND_-1205984965', u'INDIRECT_-1205977864'), (u'MULTIEQUAL_-1205979635', u'MULTIEQUAL_-1205979608'), (u'CALL_-1205983031', u'INDIRECT_-1205978040'), (u'CALLIND_-1205984879', u'INDIRECT_-1205980220'), (u'CALLIND_-1205983569', u'INDIRECT_-1205977420'), (u'CALL_-1205986230', u'INDIRECT_-1205979942'), (u'PTRSUB_-1205978045', u'CALLIND_-1205983916'), (u'CALLIND_-1205983744', u'INDIRECT_-1205978160'), (u'CALL_-1205983908', u'INDIRECT_-1205978616'), (u'MULTIEQUAL_-1205977671', u'MULTIEQUAL_-1205977353'), (u'PTRSUB_-1205977631', u'CALLIND_-1205984879'), (u'MULTIEQUAL_-1205978246', u'INT_LESS_-1205983140'), (u'INDIRECT_-1205979381', u'MULTIEQUAL_-1205979517'), (u'INDIRECT_-1205979397', u'SUBPIECE_-1205977859'), ('const-50', u'PTRSUB_-1205977945'), (u'SUBPIECE_-1205979922', u'INT_EQUAL_-1205986013'), (u'CALL_-1205983908', u'INDIRECT_-1205978352'), (u'INDIRECT_-1205978201', u'SUBPIECE_-1205979125'), (u'CALL_-1205984628', u'INDIRECT_-1205979892'), (u'INDIRECT_-1205980971', u'MULTIEQUAL_-1205980944'), ('const-58', u'PTRSUB_-1205977611'), (u'CALLIND_-1205983569', u'INDIRECT_-1205978947'), (u'CALLIND_-1205984063', u'INDIRECT_-1205978909'), (u'CALLIND_-1205985251', u'INDIRECT_-1205978536'), ('const-102912', u'PTRSUB_-1205977268'), (u'MULTIEQUAL_-1205979377', u'MULTIEQUAL_-1205978958'), ('const-2', u'CALLIND_-1205984063'), ('const-52', u'PTRSUB_-1205977671'), (u'CALL_-1205985829', u'INDIRECT_-1205980116'), (u'CALLIND_-1205985112', u'INDIRECT_-1205979933'), ('const-1179403647', u'INT_EQUAL_-1205984580'), (u'INDIRECT_-1205980104', u'MULTIEQUAL_-1205980080'), (u'SUBPIECE_-1205977433', u'COPY_-1205977488'), (u'MULTIEQUAL_-1205978378', u'MULTIEQUAL_-1205978134'), (u'CALLIND_-1205984750', u'INDIRECT_-1205980226'), ('const-3', u'INT_EQUAL_-1205984338'), (u'CALLIND_-1205985295', u'INDIRECT_-1205978425'), (u'CALLIND_-1205984879', u'INDIRECT_-1205979554'), (u'CALLIND_-1205983744', u'INDIRECT_-1205979153'), (u'CALLIND_-1205984836', u'INDIRECT_-1205978337'), (u'MULTIEQUAL_-1205978813', u'MULTIEQUAL_-1205980347'), (u'INT_SEXT_-1205980615', u'CALLIND_-1205983569'), (u'INDIRECT_-1205979317', u'MULTIEQUAL_-1205979842'), (u'CALL_-1205983169', u'CAST_-1205976846'), (u'CALLIND_-1205983744', u'INDIRECT_-1205979822'), (u'CALLIND_-1205984115', u'INDIRECT_-1205981523'), (u'CALLIND_-1205985164', u'INDIRECT_-1205979558'), (u'CALLIND_-1205983984', u'INDIRECT_-1205978717'), (u'CALL_-1205983074', u'INDIRECT_-1205977391'), (u'CALL_-1205986193', u'INDIRECT_-1205980990'), (u'CALLIND_-1205984202', u'INDIRECT_-1205979042'), (u'CALLIND_-1205984063', u'INDIRECT_-1205979839'), ('const-4', u'SUBPIECE_-1205978923'), (u'PIECE_-1205977428', u'MULTIEQUAL_-1205979402'), ('const-0', u'SUBPIECE_-1205978177'), (u'MULTIEQUAL_-1205979225', u'MULTIEQUAL_-1205979196'), ('const-0', u'RETURN_-1205986031'), (u'CALLIND_-1205984063', u'INDIRECT_-1205979554'), (u'CALL_-1205984318', u'INDIRECT_-1205980156'), ('const-0', u'SUBPIECE_-1205983378'), (u'CALLIND_-1205984011', u'INDIRECT_-1205978553'), (u'INDIRECT_-1205977063', u'SUBPIECE_-1205978015'), (u'INDIRECT_-1205980770', u'MULTIEQUAL_-1205980746'), (u'CALLIND_-1205984063', u'INDIRECT_-1205980307'), (u'CALL_-1205983821', u'INDIRECT_-1205978782'), ('const-77120', u'PTRSUB_-1205985886'), (u'CALLIND_-1205985112', u'INDIRECT_-1205979600'), (u'MULTIEQUAL_-1205983275', u'CALL_-1205986092'), (u'MULTIEQUAL_-1205978840', u'MULTIEQUAL_-1205978596'), (u'CALLIND_-1205984158', u'INDIRECT_-1205980752'), (u'CALL_-1205983821', u'INDIRECT_-1205977720'), (u'CALLIND_-1205984922', u'INDIRECT_-1205979103'), (u'INDIRECT_-1205977691', u'SUBPIECE_-1205978822'), (u'CALLIND_-1205985112', u'INDIRECT_-1205978271'), ('const-20', u'PTRSUB_-1205978163'), (u'CALLIND_-1205984115', u'INDIRECT_-1205980798'), ('const-4', u'SUBPIECE_-1205978995'), (u'CALLIND_-1205984158', u'INDIRECT_-1205981543'), (u'CALLIND_-1205984115', u'INDIRECT_-1205980531'), (u'CALL_-1205983031', u'INDIRECT_-1205978844'), (u'CALLIND_-1205983830', u'SUBPIECE_-1205983357'), (u'INDIRECT_-1205977259', u'MULTIEQUAL_-1205977784'), ('const-2', u'SUBPIECE_-1205977477'), (u'INDIRECT_-1205977885', u'SUBPIECE_-1205978745'), ('const-1', u'SUBPIECE_-1205977455'), (u'INDIRECT_-1205978657', u'MULTIEQUAL_-1205978642'), (u'CALL_-1205986193', u'INDIRECT_-1205978932'), ('const-102912', u'PTRSUB_-1205983873'), (u'INDIRECT_-1205979377', u'MULTIEQUAL_-1205979913'), (u'CALLIND_-1205984922', u'INDIRECT_-1205977913'), (u'CALL_-1205983169', u'INDIRECT_-1205978562'), ('const-4', u'SUBPIECE_-1205979019'), (u'INDIRECT_-1205977314', u'MULTIEQUAL_-1205977516'), (u'CALLIND_-1205984011', u'INDIRECT_-1205979880'), (u'INDIRECT_-1205979422', u'MULTIEQUAL_-1205979400'), (u'CALLIND_-1205984063', u'INDIRECT_-1205977892'), (u'CALL_-1205986123', u'INDIRECT_-1205980318'), ('tmp_474', u'CBRANCH_-1205985999'), ('const-4', u'SUBPIECE_-1205978969'), (u'CALL_-1205985863', u'INDIRECT_-1205979462'), (u'CALLIND_-1205984922', u'INDIRECT_-1205977843'), ('tmp_728', u'BRANCH_-1205985814'), (u'INDIRECT_-1205979487', u'MULTIEQUAL_-1205979649'), (u'INDIRECT_-1205977155', u'MULTIEQUAL_-1205978582'), (u'INT_ZEXT_-1205980240', u'CALL_-1205983125'), (u'CALLIND_-1205985060', u'INDIRECT_-1205979169'), (u'CAST_-1205976846', u'MULTIEQUAL_-1205983275'), ('const-1', u'SUBPIECE_-1205977478'), (u'INDIRECT_-1205977352', u'MULTIEQUAL_-1205977355'), (u'INDIRECT_-1205977156', u'SUBPIECE_-1205978224'), (u'CALLIND_-1205984246', u'INDIRECT_-1205979195'), (u'CALLIND_-1205985112', u'INDIRECT_-1205979399'), (u'INDIRECT_-1205979653', u'MULTIEQUAL_-1205979635'), (u'MULTIEQUAL_-1205978866', u'MULTIEQUAL_-1205978837'), (u'CALLIND_-1205983787', u'INDIRECT_-1205980175'), (u'CALL_-1205983212', u'INDIRECT_-1205979125'), (u'INDIRECT_-1205979711', u'MULTIEQUAL_-1205979847'), ('const-0', u'PTRSUB_-1205978264'), (u'INDIRECT_-1205981107', u'CALLIND_-1205985295'), (u'INDIRECT_-1205979080', u'MULTIEQUAL_-1205979060'), (u'INDIRECT_-1205978138', u'MULTIEQUAL_-1205977716'), (u'PIECE_-1205978592', u'MULTIEQUAL_-1205978585'), (u'PTRSUB_-1205977671', u'CALLIND_-1205984965'), (u'CALLIND_-1205984246', u'INDIRECT_-1205978799'), (u'CALLIND_-1205985207', u'INDIRECT_-1205979511'), (u'CALL_-1205983125', u'INDIRECT_-1205978818'), ('const-2', u'SUBPIECE_-1205977431'), (u'CALLIND_-1205984202', u'INDIRECT_-1205979108'), (u'CALL_-1205985863', u'INDIRECT_-1205979930'), (u'CALL_-1205983776', u'INDIRECT_-1205979294'), (u'MULTIEQUAL_-1205979423', u'INT_SEXT_-1205980615'), (u'CALLIND_-1205984836', u'INDIRECT_-1205979468'), ('const-4', u'SUBPIECE_-1205979257'), (u'MULTIEQUAL_-1205977540', u'MULTIEQUAL_-1205977511'), (u'CALL_-1205983031', u'INDIRECT_-1205978710'), (u'CALL_-1205983116', u'INDIRECT_-1205976765'), (u'INDIRECT_-1205979902', u'MULTIEQUAL_-1205980559'), (u'SUBPIECE_-1205978979', u'INT_NOTEQUAL_-1205983724'), (u'CALL_-1205985829', u'INDIRECT_-1205980914'), (u'INDIRECT_-1205978212', u'MULTIEQUAL_-1205978194'), (u'CALL_-1205986230', u'INDIRECT_-1205978886'), (u'CALLIND_-1205983916', u'INDIRECT_-1205978375'), ('const-0', u'INT_NOTEQUAL_-1205984601'), (u'CALL_-1205985829', u'INDIRECT_-1205979513'), (u'CALL_-1205985367', u'INDIRECT_-1205978717'), (u'CALL_-1205983776', u'INDIRECT_-1205977764'), ('const-4', u'SUBPIECE_-1205978389'), (u'CALL_-1205983821', u'INDIRECT_-1205977918'), (u'CALL_-1205986092', u'INDIRECT_-1205980171'), (u'CALLIND_-1205985207', u'INDIRECT_-1205980177'), (u'CALLIND_-1205984836', u'INDIRECT_-1205979999'), (u'CALLIND_-1205984246', u'INDIRECT_-1205978667'), (u'INDIRECT_-1205979051', u'MULTIEQUAL_-1205979187'), (u'CALLIND_-1205983916', u'INDIRECT_-1205979767'), ('const-102976', u'PTRSUB_-1205978470'), (u'CALL_-1205985367', u'INDIRECT_-1205978585'), (u'MULTIEQUAL_-1205977002', u'MULTIEQUAL_-1205978558'), (u'INDIRECT_-1205978956', u'MULTIEQUAL_-1205978906'), (u'CALLIND_-1205984202', u'INDIRECT_-1205980773'), (u'INT_EQUAL_-1205985917', u'CBRANCH_-1205985908'), (u'CALL_-1205984628', u'INT_NOTEQUAL_-1205984601'), (u'CALLIND_-1205983959', u'INDIRECT_-1205981445'), (u'CALLIND_-1205984202', u'INDIRECT_-1205980173'), ('const-0', u'SUBPIECE_-1205982950'), (u'CALLIND_-1205984750', u'INDIRECT_-1205979161'), (u'CALLIND_-1205983959', u'INDIRECT_-1205980189'), (u'INDIRECT_-1205979148', u'MULTIEQUAL_-1205979130'), (u'CALL_-1205985863', u'INDIRECT_-1205980863'), (u'CALL_-1205983116', u'INDIRECT_-1205978269'), (u'CALL_-1205983074', u'INDIRECT_-1205977325'), (u'CALL_-1205983031', u'INDIRECT_-1205979042'), (u'CALLIND_-1205985295', u'INDIRECT_-1205978755'), (u'CALLIND_-1205984011', u'INDIRECT_-1205979681'), (u'INDIRECT_-1205978651', u'MULTIEQUAL_-1205978633'), (u'CALL_-1205986230', u'INDIRECT_-1205978952'), (u'CALLIND_-1205984246', u'INDIRECT_-1205981585'), (u'CALLIND_-1205984922', u'INDIRECT_-1205980240'), (u'PTRSUB_-1205978003', u'PTRSUB_-1205977985'), (u'MULTIEQUAL_-1205979311', u'MULTIEQUAL_-1205979067'), (u'INDIRECT_-1205979394', u'MULTIEQUAL_-1205979319'), (u'CALL_-1205983332', u'INDIRECT_-1205977864'), (u'CALL_-1205986092', u'INDIRECT_-1205980902'), (u'PIECE_-1205977880', u'PIECE_-1205977879'), ('const-0', u'SUBPIECE_-1205979303'), (u'INDIRECT_-1205978028', u'MULTIEQUAL_-1205979304'), (u'CALLIND_-1205985207', u'INDIRECT_-1205978051'), ('const-62', u'PTRSUB_-1205977571'), (u'INDIRECT_-1205979360', u'MULTIEQUAL_-1205980768'), (u'INDIRECT_-1205977690', u'SUBPIECE_-1205978558'), (u'CALLIND_-1205985060', u'INDIRECT_-1205980306'), (u'INDIRECT_-1205978731', u'COPY_-1205978755'), (u'INDIRECT_-1205978429', u'MULTIEQUAL_-1205978337'), (u'CALL_-1205983116', u'INDIRECT_-1205977009'), ('const-77392', u'PTRSUB_-1205985916'), (u'CALLIND_-1205983873', u'INDIRECT_-1205979681'), (u'CALLIND_-1205983984', u'INDIRECT_-1205979255'), (u'CALL_-1205983908', u'INDIRECT_-1205979220'), (u'CALLIND_-1205984063', u'INDIRECT_-1205977494'), ('const-1', u'SUBPIECE_-1205977432'), (u'CALL_-1205986123', u'INDIRECT_-1205978989'), (u'CALLIND_-1205984836', u'INDIRECT_-1205977801'), (u'INT_SEXT_-1205980648', u'CALLIND_-1205983648'), (u'INDIRECT_-1205978326', u'COPY_-1205978350'), (u'MULTIEQUAL_-1205979595', u'MULTIEQUAL_-1205979743'), (u'CALLIND_-1205984158', u'INDIRECT_-1205978955'), ('const-0', u'SUBPIECE_-1205978319'), (u'INDIRECT_-1205977050', u'MULTIEQUAL_-1205977252'), (u'INDIRECT_-1205980951', u'MULTIEQUAL_-1205980862'), (u'MULTIEQUAL_-1205977673', u'COPY_-1205977389'), (u'CALLIND_-1205985008', u'INDIRECT_-1205979815'), (u'INDIRECT_-1205977036', u'SUBPIECE_-1205978192'), (u'CALL_-1205984628', u'INDIRECT_-1205977691'), (u'CALLIND_-1205984011', u'INDIRECT_-1205980680'), (u'MULTIEQUAL_-1205979437', u'MULTIEQUAL_-1205979410'), (u'INT_NOTEQUAL_-1205984601', u'CBRANCH_-1205984600'), (u'INDIRECT_-1205977690', u'MULTIEQUAL_-1205977671'), (u'CALL_-1205986193', u'INDIRECT_-1205979526'), (u'CALLIND_-1205984879', u'INDIRECT_-1205978093'), (u'CALLIND_-1205985164', u'INDIRECT_-1205979425'), (u'MULTIEQUAL_-1205977716', u'MULTIEQUAL_-1205977472'), (u'CALLIND_-1205985295', u'INDIRECT_-1205978953'), (u'CALLIND_-1205985251', u'INDIRECT_-1205979196'), (u'CALL_-1205985829', u'INDIRECT_-1205979711'), (u'MULTIEQUAL_-1205979199', u'MULTIEQUAL_-1205979170'), (u'INT_RIGHT_-1205978883', u'INT_EQUAL_-1205984167'), (u'MULTIEQUAL_-1205977166', u'MULTIEQUAL_-1205977311'), (u'MULTIEQUAL_-1205979598', u'INT_SEXT_-1205980794'), (u'CALLIND_-1205985112', u'INDIRECT_-1205978799'), (u'CALL_-1205984628', u'INDIRECT_-1205979958'), (u'BOOL_NEGATE_-1205980102', u'CBRANCH_-1205984365'), (u'CALL_-1205984628', u'INDIRECT_-1205978098'), ('const-4', u'SUBPIECE_-1205979039'), (u'INDIRECT_-1205979379', u'MULTIEQUAL_-1205979357'), (u'CALL_-1205984318', u'INDIRECT_-1205979157'), (u'MULTIEQUAL_-1205980109', u'COPY_-1205976644'), (u'MULTIEQUAL_-1205980944', u'COPY_-1205981010'), (u'CALL_-1205983031', u'INDIRECT_-1205978443'), (u'INDIRECT_-1205978746', u'MULTIEQUAL_-1205978728'), (u'CALLIND_-1205985008', u'INDIRECT_-1205981071'), ('tmp_2294', u'CBRANCH_-1205984291'), (u'CALLIND_-1205985164', u'INDIRECT_-1205980358'), (u'CALLIND_-1205985251', u'INDIRECT_-1205979064'), (u'INDIRECT_-1205978778', u'MULTIEQUAL_-1205978754'), ('const-4', u'CALLIND_-1205985207'), (u'INDIRECT_-1205978203', u'COPY_-1205978249'), (u'INDIRECT_-1205980534', u'MULTIEQUAL_-1205980065'), ('const-0', u'SUBPIECE_-1205979435'), ('const-102848', u'PTRSUB_-1205977884'), (u'CALLIND_-1205983744', u'SUBPIECE_-1205983315'), (u'MULTIEQUAL_-1205977164', u'MULTIEQUAL_-1205977309'), (u'INDIRECT_-1205979055', u'MULTIEQUAL_-1205979040'), (u'INDIRECT_-1205977263', u'SUBPIECE_-1205978246'), (u'INDIRECT_-1205979848', u'MULTIEQUAL_-1205980384'), (u'CALL_-1205983031', u'INDIRECT_-1205977644'), ('const-0', u'SUBPIECE_-1205979125'), (u'INDIRECT_-1205979394', u'COPY_-1205979418'), (u'INDIRECT_-1205977691', u'MULTIEQUAL_-1205977673'), ('const-3', u'SUBPIECE_-1205977499'), (u'INDIRECT_-1205979544', u'MULTIEQUAL_-1205979526'), (u'CALL_-1205983776', u'INDIRECT_-1205977240'), (u'MULTIEQUAL_-1205980083', u'BOOL_NEGATE_-1205980102'), (u'CALL_-1205986092', u'INDIRECT_-1205978575'), (u'CALLIND_-1205983959', u'INDIRECT_-1205978593'), (u'INDIRECT_-1205979821', u'MULTIEQUAL_-1205979799'), (u'INDIRECT_-1205977512', u'MULTIEQUAL_-1205977714'), ('const-102912', u'PTRSUB_-1205978189'), (u'CALLIND_-1205985112', u'INDIRECT_-1205980332'), ('const-0', u'PTRSUB_-1205983873'), (u'CALL_-1205984628', u'INDIRECT_-1205979826'), (u'CALL_-1205985863', u'INDIRECT_-1205978802'), (u'INDIRECT_-1205978563', u'MULTIEQUAL_-1205978725'), ('const-16', u'PTRSUB_-1205977858'), (u'PTRSUB_-1205978189', u'PTRSUB_-1205978163'), ('tmp_3850', u'BRANCH_-1205983013'), (u'INDIRECT_-1205979983', u'MULTIEQUAL_-1205980519'), (u'CALLIND_-1205984922', u'INDIRECT_-1205980039'), (u'MULTIEQUAL_-1205977982', u'MULTIEQUAL_-1205977352'), (u'SUBPIECE_-1205978582', u'INT_EQUAL_-1205985917'), (u'INDIRECT_-1205978694', u'MULTIEQUAL_-1205979970'), (u'CALL_-1205983847', u'INDIRECT_-1205979327'), (u'INDIRECT_-1205979449', u'MULTIEQUAL_-1205979974'), (u'CALL_-1205983105', u'INDIRECT_-1205980259'), (u'CALLIND_-1205984246', u'SUBPIECE_-1205983100'), (u'MULTIEQUAL_-1205979090', u'MULTIEQUAL_-1205979060'), (u'CALLIND_-1205984246', u'INDIRECT_-1205978997'), ('const-0', u'PTRSUB_-1205977961'), (u'CALLIND_-1205984793', u'INDIRECT_-1205978317'), ('const-2', u'CALLIND_-1205983569'), (u'CALLIND_-1205984115', u'INDIRECT_-1205978473'), (u'INDIRECT_-1205978853', u'MULTIEQUAL_-1205978989'), (u'CALLIND_-1205984063', u'INDIRECT_-1205978090'), ('const-4294967295', u'INT_EQUAL_-1205984238'), (u'CALLIND_-1205983569', u'INDIRECT_-1205977882'), (u'CALL_-1205983125', u'INDIRECT_-1205979484'), (u'CALLIND_-1205984063', u'INDIRECT_-1205978222'), (u'CALLIND_-1205984836', u'SUBPIECE_-1205982950'), (u'CALLIND_-1205984965', u'INDIRECT_-1205979927'), (u'CALL_-1205983074', u'INDIRECT_-1205979383'), (u'CALL_-1205983776', u'INDIRECT_-1205979426'), (u'MULTIEQUAL_-1205977673', u'MULTIEQUAL_-1205977202'), (u'INDIRECT_-1205978292', u'MULTIEQUAL_-1205979568'), (u'CALLIND_-1205984836', u'INDIRECT_-1205979867'), (u'COPY_-1205977534', u'PIECE_-1205977474'), (u'CALLIND_-1205984965', u'INDIRECT_-1205978331'), (u'CALL_-1205986092', u'INDIRECT_-1205980971'), ('const-1', u'SUBPIECE_-1205977882'), ('const-56', u'PTRSUB_-1205977631'), (u'CALL_-1205986230', u'INDIRECT_-1205980746'), (u'INDIRECT_-1205979228', u'MULTIEQUAL_-1205980636'), (u'PTRSUB_-1205978005', u'CALLIND_-1205983830'), (u'CALL_-1205986123', u'INDIRECT_-1205978725'), (u'PTRSUB_-1205978114', u'PTRSUB_-1205978091'), (u'CALL_-1205983116', u'INDIRECT_-1205978536'), ('tmp_2224', u'CBRANCH_-1205984336'), (u'CALL_-1205983332', u'INDIRECT_-1205978998'), (u'CALLIND_-1205983701', u'INDIRECT_-1205979133'), ('const-86796', u'COPY_-1205983097'), (u'CALL_-1205983074', u'INDIRECT_-1205977093'), (u'CALLIND_-1205984836', u'INDIRECT_-1205979063'), (u'MULTIEQUAL_-1205979328', u'MULTIEQUAL_-1205979476'), (u'CALLIND_-1205984202', u'INDIRECT_-1205980440'), (u'CALLIND_-1205984750', u'INDIRECT_-1205980091'), (u'CALLIND_-1205984063', u'INDIRECT_-1205979089'), (u'CALL_-1205983847', u'INDIRECT_-1205978589'), (u'INDIRECT_-1205976765', u'SUBPIECE_-1205977733'), (u'MULTIEQUAL_-1205977996', u'MULTIEQUAL_-1205978144'), (u'CALLIND_-1205983648', u'INDIRECT_-1205978846'), (u'INDIRECT_-1205980212', u'MULTIEQUAL_-1205980176'), (u'CALLIND_-1205985008', u'INDIRECT_-1205980211'), (u'CALLIND_-1205984965', u'INDIRECT_-1205978397'), (u'INT_NOTEQUAL_-1205984541', u'CBRANCH_-1205984539'), (u'CALLIND_-1205985112', u'INDIRECT_-1205981060'), (u'INDIRECT_-1205978732', u'MULTIEQUAL_-1205978657'), (u'MULTIEQUAL_-1205977775', u'MULTIEQUAL_-1205977748'), (u'CALLIND_-1205985164', u'INDIRECT_-1205980091'), (u'MULTIEQUAL_-1205979526', u'MULTIEQUAL_-1205979674'), (u'CALL_-1205983821', u'INDIRECT_-1205979514'), (u'MULTIEQUAL_-1205979018', u'COPY_-1205979081'), (u'INDIRECT_-1205978119', u'CALLIND_-1205985164'), (u'CALL_-1205985367', u'INDIRECT_-1205980115'), (u'PTRSUB_-1205977858', u'CALL_-1205985367'), (u'INDIRECT_-1205979823', u'MULTIEQUAL_-1205979985'), (u'INDIRECT_-1205979426', u'MULTIEQUAL_-1205980702'), (u'CALLIND_-1205985295', u'INDIRECT_-1205979349'), (u'INDIRECT_-1205977354', u'MULTIEQUAL_-1205977336'), (u'CALL_-1205985367', u'INDIRECT_-1205980181'), (u'INDIRECT_-1205979089', u'MULTIEQUAL_-1205979067'), (u'INDIRECT_-1205978459', u'MULTIEQUAL_-1205978578'), (u'INDIRECT_-1205977064', u'MULTIEQUAL_-1205977046'), (u'CALL_-1205983908', u'INDIRECT_-1205978022'), (u'CALL_-1205985863', u'INDIRECT_-1205980197'), (u'PTRSUB_-1205977789', u'CALLIND_-1205985207'), (u'CALL_-1205983074', u'INDIRECT_-1205979317'), (u'INDIRECT_-1205979202', u'COPY_-1205979248'), ('const-0', u'SUBPIECE_-1205978989'), ('tmp_2482', u'CBRANCH_-1205984165'), (u'INDIRECT_-1205977500', u'MULTIEQUAL_-1205978908'), (u'MULTIEQUAL_-1205978546', u'MULTIEQUAL_-1205980080'), (u'CALLIND_-1205984063', u'INDIRECT_-1205977760'), (u'INDIRECT_-1205978335', u'CALLIND_-1205983787'), (u'CALLIND_-1205985207', u'INDIRECT_-1205981106'), (u'CALLIND_-1205984922', u'INDIRECT_-1205978311'), (u'CALLIND_-1205983959', u'INDIRECT_-1205978989'), (u'CALLIND_-1205983744', u'INDIRECT_-1205979954'), (u'INDIRECT_-1205977603', u'COPY_-1205977649'), (u'MULTIEQUAL_-1205977497', u'MULTIEQUAL_-1205977468'), (u'PTRSUB_-1205983873', u'MULTIEQUAL_-1205982050'), (u'CALLIND_-1205984202', u'INDIRECT_-1205978910'), (u'PTRSUB_-1205977695', u'PTRSUB_-1205977631'), (u'CALL_-1205983776', u'INDIRECT_-1205978556'), (u'CALL_-1205983908', u'INDIRECT_-1205979288'), (u'INDIRECT_-1205980459', u'MULTIEQUAL_-1205980384'), (u'CALLIND_-1205983916', u'INDIRECT_-1205978837'), (u'CALLIND_-1205985295', u'INDIRECT_-1205979820'), (u'SUBPIECE_-1205977880', u'COPY_-1205977935'), (u'CALLIND_-1205983648', u'INDIRECT_-1205978245'), (u'CALL_-1205983105', u'INDIRECT_-1205978598'), (u'INDIRECT_-1205976875', u'COPY_-1205976921'), (u'CALLIND_-1205983787', u'INDIRECT_-1205978975'), (u'CALLIND_-1205985008', u'INDIRECT_-1205978021'), (u'PTRSUB_-1205977810', u'CALLIND_-1205985251'), ('const-0', u'PTRSUB_-1205977884'), (u'CALLIND_-1205984750', u'INDIRECT_-1205980888'), (u'CALLIND_-1205984158', u'INDIRECT_-1205978757'), (u'INDIRECT_-1205979294', u'MULTIEQUAL_-1205980570'), (u'CALL_-1205983031', u'INDIRECT_-1205978376'), (u'CALLIND_-1205983830', u'INDIRECT_-1205978863'), (u'CALLIND_-1205984246', u'INDIRECT_-1205980194'), (u'CALL_-1205985367', u'INDIRECT_-1205978387'), (u'INT_EQUAL_-1205984183', u'CBRANCH_-1205984181'), (u'CALL_-1205983031', u'INDIRECT_-1205978244'), ('const-0', u'SUBPIECE_-1205982727'), (u'MULTIEQUAL_-1205977907', u'MULTIEQUAL_-1205977880'), (u'INDIRECT_-1205979412', u'MULTIEQUAL_-1205979394'), (u'CALL_-1205985829', u'INDIRECT_-1205979249'), (u'MULTIEQUAL_-1205978567', u'MULTIEQUAL_-1205978540'), (u'INDIRECT_-1205979228', u'MULTIEQUAL_-1205980504'), (u'CALLIND_-1205983569', u'INDIRECT_-1205979679'), (u'CALLIND_-1205985251', u'SUBPIECE_-1205982727'), (u'CALL_-1205985367', u'INDIRECT_-1205979648'), (u'CALL_-1205983908', u'INDIRECT_-1205979819'), (u'INDIRECT_-1205977885', u'SUBPIECE_-1205978811'), ('const-102848', u'PTRSUB_-1205977758'), (u'CALLIND_-1205983830', u'INDIRECT_-1205979727'), (u'INDIRECT_-1205979449', u'MULTIEQUAL_-1205979985'), (u'CALLIND_-1205984115', u'INDIRECT_-1205980597'), (u'INT_AND_-1205984460', u'INT_NOTEQUAL_-1205983102'), (u'CALLIND_-1205983701', u'INDIRECT_-1205978138'), (u'MULTIEQUAL_-1205979776', u'INT_EQUAL_-1205984238'), ('const-0', u'PTRSUB_-1205977695'), (u'INDIRECT_-1205978047', u'MULTIEQUAL_-1205978025'), (u'CALLIND_-1205984158', u'INDIRECT_-1205980683'), (u'INDIRECT_-1205977152', u'SUBPIECE_-1205978144'), (u'INDIRECT_-1205979196', u'COPY_-1205979220'), (u'CALLIND_-1205983873', u'INDIRECT_-1205981342'), (u'CALLIND_-1205984750', u'INDIRECT_-1205980160'), (u'INDIRECT_-1205978243', u'SUBPIECE_-1205979165'), (u'CALL_-1205983031', u'INDIRECT_-1205979243'), ('const-0', u'PTRSUB_-1205977296'), ('const-0', u'SUBPIECE_-1205978949'), ('const-4', u'SUBPIECE_-1205977928'), (u'CALL_-1205986230', u'INDIRECT_-1205980479'), (u'CALLIND_-1205985008', u'INDIRECT_-1205979413'), (u'INDIRECT_-1205977937', u'SUBPIECE_-1205979061'), (u'CALL_-1205983116', u'INDIRECT_-1205976943'), (u'INDIRECT_-1205979174', u'MULTIEQUAL_-1205979376'), (u'INDIRECT_-1205977352', u'SUBPIECE_-1205978484'), (u'CALL_-1205984628', u'INDIRECT_-1205977966'), (u'INDIRECT_-1205979900', u'MULTIEQUAL_-1205979876'), (u'CALL_-1205985863', u'INDIRECT_-1205979396'), (u'CALLIND_-1205983916', u'SUBPIECE_-1205983399'), (u'INDIRECT_-1205977884', u'SUBPIECE_-1205978943'), (u'INDIRECT_-1205979130', u'MULTIEQUAL_-1205979055'), ('tmp_547', u'CBRANCH_-1205985931'), (u'CALLIND_-1205984750', u'INDIRECT_-1205979428'), (u'CALLIND_-1205983569', u'INDIRECT_-1205979478'), (u'INDIRECT_-1205978189', u'MULTIEQUAL_-1205978171'), (u'INDIRECT_-1205977264', u'SUBPIECE_-1205978378'), (u'INDIRECT_-1205978577', u'MULTIEQUAL_-1205978779'), ('const-1', u'INT_NOTEQUAL_-1205986165'), (u'CALLIND_-1205984879', u'INDIRECT_-1205979353'), (u'INDIRECT_-1205977265', u'MULTIEQUAL_-1205977384'), ('tmp_4461', u'BRANCH_-1205983059'), (u'CALL_-1205983116', u'INDIRECT_-1205977999'), (u'CALL_-1205984318', u'INDIRECT_-1205978827'), (u'CALL_-1205983105', u'INDIRECT_-1205979132'), (u'CALL_-1205985829', u'INDIRECT_-1205979915'), (u'CALL_-1205983332', u'INDIRECT_-1205978392'), (u'INDIRECT_-1205980849', u'MULTIEQUAL_-1205980834'), (u'INDIRECT_-1205979021', u'MULTIEQUAL_-1205978998'), (u'CALLIND_-1205985060', u'INDIRECT_-1205979235'), (u'CALLIND_-1205985060', u'INDIRECT_-1205980372'), (u'INDIRECT_-1205978951', u'MULTIEQUAL_-1205978911'), (u'INDIRECT_-1205980156', u'MULTIEQUAL_-1205980318'), (u'CALL_-1205983074', u'INDIRECT_-1205980309'), (u'PTRSUB_-1205978281', u'PTRSUB_-1205978249'), (u'CALL_-1205985863', u'INDIRECT_-1205979198'), (u'INDIRECT_-1205979179', u'MULTIEQUAL_-1205979715'), ('tmp_3327', u'CBRANCH_-1205983614'), (u'INDIRECT_-1205979484', u'MULTIEQUAL_-1205979445'), (u'MULTIEQUAL_-1205978886', u'COPY_-1205978949'), (u'MULTIEQUAL_-1205978039', u'MULTIEQUAL_-1205978012'), (u'INDIRECT_-1205978511', u'MULTIEQUAL_-1205978713'), (u'CALLIND_-1205985008', u'INDIRECT_-1205980280'), (u'CALL_-1205983847', u'INDIRECT_-1205979393'), (u'INDIRECT_-1205978521', u'MULTIEQUAL_-1205978657'), (u'INDIRECT_-1205980182', u'MULTIEQUAL_-1205980318'), (u'PTRSUB_-1205977674', u'PTRSUB_-1205977611'), (u'INDIRECT_-1205977758', u'MULTIEQUAL_-1205977418'), ('const-102848', u'PTRSUB_-1205977653'), (u'INDIRECT_-1205979315', u'MULTIEQUAL_-1205979451'), (u'CALLIND_-1205984202', u'INDIRECT_-1205980107'), (u'CALLIND_-1205985295', u'INDIRECT_-1205978491'), (u'INDIRECT_-1205979214', u'MULTIEQUAL_-1205979196'), (u'CALLIND_-1205984246', u'INDIRECT_-1205980593'), (u'MULTIEQUAL_-1205979060', u'MULTIEQUAL_-1205979045'), (u'MULTIEQUAL_-1205979311', u'MULTIEQUAL_-1205978681'), ('const-0', u'SUBPIECE_-1205978055'), (u'INDIRECT_-1205978935', u'COPY_-1205978981'), (u'CALLIND_-1205983701', u'INDIRECT_-1205978935'), (u'PTRSUB_-1205977150', u'PTRSUB_-1205977064'), ('const-4', u'SUBPIECE_-1205979119'), (u'CALLIND_-1205984246', u'INDIRECT_-1205979591'), (u'INDIRECT_-1205977661', u'MULTIEQUAL_-1205977643'), ('const-0', u'CALL_-1205985863'), (u'INDIRECT_-1205980836', u'MULTIEQUAL_-1205980812'), (u'MULTIEQUAL_-1205977870', u'MULTIEQUAL_-1205977841'), ('const-0', u'CALL_-1205983125'), (u'MULTIEQUAL_-1205977268', u'MULTIEQUAL_-1205977416'), ('const-4', u'CALLIND_-1205984011'), (u'CALL_-1205986092', u'INDIRECT_-1205980104'), ('const-0', u'SUBPIECE_-1205983420'), (u'CALLIND_-1205983959', u'INDIRECT_-1205980453'), (u'CALLIND_-1205984202', u'INDIRECT_-1205980704'), ('const-0', u'SUBPIECE_-1205978889'), (u'CALLIND_-1205983984', u'INDIRECT_-1205979455'), (u'MULTIEQUAL_-1205978948', u'MULTIEQUAL_-1205980482'), (u'INDIRECT_-1205979550', u'MULTIEQUAL_-1205979511'), (u'MULTIEQUAL_-1205978596', u'MULTIEQUAL_-1205978567'), (u'INDIRECT_-1205979463', u'MULTIEQUAL_-1205978997'), (u'COPY_-1205977936', u'PIECE_-1205977880'), (u'CALLIND_-1205983984', u'INDIRECT_-1205978057'), (u'CALLIND_-1205983648', u'INDIRECT_-1205978980'), (u'CALLIND_-1205985060', u'INDIRECT_-1205978509'), (u'CALLIND_-1205983787', u'INDIRECT_-1205979842'), (u'INDIRECT_-1205977318', u'SUBPIECE_-1205978517'), (u'MULTIEQUAL_-1205978995', u'MULTIEQUAL_-1205979143'), (u'INDIRECT_-1205977552', u'MULTIEQUAL_-1205977534'), (u'SUBPIECE_-1205977837', u'COPY_-1205977892'), (u'CALL_-1205985863', u'INDIRECT_-1205978934'), (u'CALLIND_-1205984922', u'INDIRECT_-1205980105'), (u'INDIRECT_-1205977822', u'SUBPIECE_-1205978949'), (u'CALLIND_-1205984965', u'INDIRECT_-1205979528'), (u'INDIRECT_-1205978803', u'COPY_-1205978849'), (u'CALLIND_-1205984922', u'INDIRECT_-1205981031'), (u'INDIRECT_-1205978260', u'COPY_-1205978284'), (u'CALLIND_-1205985060', u'INDIRECT_-1205980171'), (u'CALLIND_-1205985008', u'INDIRECT_-1205979480'), (u'INDIRECT_-1205977925', u'MULTIEQUAL_-1205977907'), (u'CALL_-1205983031', u'INDIRECT_-1205976916'), (u'INDIRECT_-1205978787', u'MULTIEQUAL_-1205978923'), (u'CALL_-1205983847', u'INDIRECT_-1205979792'), ('tmp_2686', u'CBRANCH_-1205984029'), (u'CALLIND_-1205983984', u'INDIRECT_-1205977925'), (u'INDIRECT_-1205978047', u'CALLIND_-1205985008'), (u'CALL_-1205986230', u'INDIRECT_-1205980347'), (u'CALLIND_-1205985251', u'INDIRECT_-1205979799'), ('const-0', u'SUBPIECE_-1205979409'), ('tmp_3583', u'BRANCH_-1205983201'), (u'CALL_-1205983908', u'INDIRECT_-1205980481'), (u'INDIRECT_-1205979685', u'MULTIEQUAL_-1205979847'), (u'CALLIND_-1205984158', u'SUBPIECE_-1205983522'), (u'MULTIEQUAL_-1205977916', u'MULTIEQUAL_-1205977672'), (u'CALLIND_-1205983744', u'INDIRECT_-1205978493'), (u'COPY_-1205977488', u'PIECE_-1205977428'), (u'MULTIEQUAL_-1205979730', u'MULTIEQUAL_-1205979701'), (u'CALLIND_-1205983744', u'INDIRECT_-1205980419'), (u'CALL_-1205984628', u'INDIRECT_-1205978494'), ('tmp_4321', u'BRANCH_-1205983156'), (u'CALLIND_-1205985060', u'INDIRECT_-1205979841'), (u'INDIRECT_-1205978139', u'MULTIEQUAL_-1205977718'), (u'CALLIND_-1205984965', u'INDIRECT_-1205978529'), (u'INDIRECT_-1205977661', u'MULTIEQUAL_-1205977780'), (u'INDIRECT_-1205981037', u'MULTIEQUAL_-1205981013'), (u'CALLIND_-1205984063', u'INDIRECT_-1205979707'), (u'INDIRECT_-1205980259', u'MULTIEQUAL_-1205980183'), (u'PTRSUB_-1205985916', u'MULTIEQUAL_-1205978516'), (u'INDIRECT_-1205980318', u'MULTIEQUAL_-1205980303'), (u'CALLIND_-1205983648', u'INDIRECT_-1205980374'), (u'CALL_-1205983847', u'INDIRECT_-1205977731'), (u'CALLIND_-1205984063', u'INDIRECT_-1205977562'), (u'CALL_-1205986230', u'INDIRECT_-1205979810'), (u'CALL_-1205985367', u'INDIRECT_-1205979311'), (u'INDIRECT_-1205980315', u'MULTIEQUAL_-1205980450'), (u'CALL_-1205986092', u'INDIRECT_-1205979108'), (u'CALL_-1205983169', u'INDIRECT_-1205977830'), (u'INDIRECT_-1205978244', u'SUBPIECE_-1205979297'), (u'INDIRECT_-1205978717', u'MULTIEQUAL_-1205979253'), (u'INT_NOTEQUAL_-1205984112', u'CBRANCH_-1205984111'), (u'INDIRECT_-1205977595', u'MULTIEQUAL_-1205977577'), (u'CALLIND_-1205984246', u'INDIRECT_-1205978931'), (u'CALLIND_-1205983787', u'INDIRECT_-1205978381'), (u'INDIRECT_-1205980393', u'MULTIEQUAL_-1205980318'), (u'CALL_-1205983074', u'INDIRECT_-1205977853'), (u'INDIRECT_-1205978447', u'MULTIEQUAL_-1205978972'), (u'CALL_-1205986092', u'INDIRECT_-1205979240'), (u'CALL_-1205983105', u'INDIRECT_-1205977932'), (u'CALLIND_-1205985251', u'INDIRECT_-1205978998'), (u'BOOL_AND_-1205981442', u'MULTIEQUAL_-1205980083'), (u'CALLIND_-1205984063', u'INDIRECT_-1205979503'), (u'INDIRECT_-1205978594', u'MULTIEQUAL_-1205978713'), (u'INDIRECT_-1205979293', u'MULTIEQUAL_-1205979242'), (u'MULTIEQUAL_-1205980548', u'COPY_-1205980611'), (u'INDIRECT_-1205978818', u'MULTIEQUAL_-1205978779'), (u'CALL_-1205986092', u'INDIRECT_-1205980572'), (u'CALL_-1205986230', u'INDIRECT_-1205979414'), (u'CALLIND_-1205984158', u'INDIRECT_-1205980287'), (u'MULTIEQUAL_-1205980215', u'COPY_-1205980278'), (u'CALLIND_-1205985207', u'INDIRECT_-1205980243'), (u'INDIRECT_-1205980519', u'MULTIEQUAL_-1205980504'), (u'INDIRECT_-1205979064', u'MULTIEQUAL_-1205978989'), (u'CALL_-1205983212', u'INDIRECT_-1205979392'), (u'INDIRECT_-1205977207', u'COPY_-1205977253'), (u'SUBPIECE_-1205977455', u'COPY_-1205977510'), ('const-0', u'PTRSUB_-1205977982'), (u'CALL_-1205983074', u'INDIRECT_-1205979185'), (u'MULTIEQUAL_-1205977600', u'MULTIEQUAL_-1205977748'), (u'INDIRECT_-1205978154', u'MULTIEQUAL_-1205977814'), (u'CALLIND_-1205985207', u'INDIRECT_-1205979646'), (u'INDIRECT_-1205979581', u'MULTIEQUAL_-1205980117'), (u'INDIRECT_-1205977351', u'SUBPIECE_-1205978352'), (u'CALLIND_-1205985112', u'INDIRECT_-1205978205'), ('const-0', u'PTRSUB_-1205978045'), ('const-0', u'SUBPIECE_-1205978260'), (u'CALLIND_-1205984202', u'INDIRECT_-1205979306'), (u'INDIRECT_-1205981550', u'MULTIEQUAL_-1205981715'), (u'INDIRECT_-1205980438', u'MULTIEQUAL_-1205980413'), (u'CALL_-1205985367', u'INDIRECT_-1205979245'), (u'INDIRECT_-1205978710', u'MULTIEQUAL_-1205978911'), (u'INDIRECT_-1205978562', u'MULTIEQUAL_-1205979970'), (u'MULTIEQUAL_-1205977365', u'MULTIEQUAL_-1205977336'), (u'MULTIEQUAL_-1205978246', u'MULTIEQUAL_-1205977616'), (u'CALLIND_-1205984836', u'INDIRECT_-1205979534'), (u'INDIRECT_-1205979959', u'MULTIEQUAL_-1205979867'), (u'INDIRECT_-1205980313', u'MULTIEQUAL_-1205980849'), (u'SUBPIECE_-1205977906', u'COPY_-1205977961'), ('tmp_2000', u'CBRANCH_-1205984491'), (u'CALLIND_-1205983569', u'INDIRECT_-1205978881'), (u'CALLIND_-1205984202', u'INDIRECT_-1205979372'), (u'CALLIND_-1205983569', u'INDIRECT_-1205977816'), (u'CALL_-1205983212', u'INDIRECT_-1205978327'), ('const-4', u'SUBPIECE_-1205978843'), (u'CALLIND_-1205984011', u'INDIRECT_-1205978619'), (u'CALLIND_-1205983701', u'INDIRECT_-1205978275'), (u'INDIRECT_-1205977758', u'SUBPIECE_-1205978691'), (u'CALLIND_-1205985060', u'INDIRECT_-1205980039'), (u'CALLIND_-1205984158', u'INDIRECT_-1205978823'), (u'INDIRECT_-1205978886', u'MULTIEQUAL_-1205978546'), (u'MULTIEQUAL_-1205978840', u'MULTIEQUAL_-1205978421'), (u'INDIRECT_-1205976805', u'SUBPIECE_-1205977708'), (u'MULTIEQUAL_-1205978246', u'MULTIEQUAL_-1205978002'), (u'INDIRECT_-1205979827', u'MULTIEQUAL_-1205979735'), (u'CALL_-1205983847', u'INDIRECT_-1205978655'), (u'COPY_-1205976984', u'PIECE_-1205979104'), (u'INDIRECT_-1205978961', u'MULTIEQUAL_-1205980369'), (u'CALL_-1205983332', u'INDIRECT_-1205977600'), (u'CALLIND_-1205985164', u'INDIRECT_-1205978165'), (u'PTRSUB_-1205977985', u'CALLIND_-1205983787'), (u'CALLIND_-1205983701', u'INDIRECT_-1205979667'), (u'INDIRECT_-1205979684', u'MULTIEQUAL_-1205979344'), (u'INDIRECT_-1205978098', u'MULTIEQUAL_-1205978048'), (u'CALLIND_-1205985112', u'INDIRECT_-1205980398'), (u'INDIRECT_-1205980585', u'MULTIEQUAL_-1205980570'), (u'MULTIEQUAL_-1205978378', u'MULTIEQUAL_-1205977959'), (u'INDIRECT_-1205977537', u'COPY_-1205977583'), (u'CALLIND_-1205985008', u'INDIRECT_-1205979947'), (u'INDIRECT_-1205977687', u'MULTIEQUAL_-1205977648'), (u'INDIRECT_-1205977110', u'SUBPIECE_-1205978194'), (u'CALLIND_-1205985251', u'INDIRECT_-1205980132'), (u'CALLIND_-1205983984', u'INDIRECT_-1205979788'), (u'CAST_-1205977179', u'INT_RIGHT_-1205978883'), (u'INDIRECT_-1205977981', u'MULTIEQUAL_-1205977959'), (u'PTRSUB_-1205977064', u'CALLIND_-1205983648'), (u'INDIRECT_-1205977136', u'COPY_-1205977160'), (u'INDIRECT_-1205977600', u'COPY_-1205977624'), (u'CALL_-1205985367', u'INDIRECT_-1205979782'), (u'CALLIND_-1205984750', u'INDIRECT_-1205979827'), (u'INDIRECT_-1205977380', u'MULTIEQUAL_-1205977582'), (u'CALLIND_-1205983873', u'INDIRECT_-1205980680'), (u'INDIRECT_-1205980051', u'MULTIEQUAL_-1205980036'), ('const-4', u'SUBPIECE_-1205978756'), (u'INDIRECT_-1205976984', u'MULTIEQUAL_-1205977186'), (u'CALLIND_-1205984965', u'INDIRECT_-1205979057'), (u'CAST_-1205976778', u'MULTIEQUAL_-1205981750'), (u'CALL_-1205983908', u'INDIRECT_-1205979420'), (u'COPY_-1205977059', u'CALL_-1205983125'), ('const-1', u'COPY_-1205983320'), (u'COPY_-1205977958', u'PIECE_-1205977903'), (u'CALLIND_-1205983787', u'INDIRECT_-1205980439'), (u'CALLIND_-1205985060', u'INDIRECT_-1205978707'), (u'CALLIND_-1205983569', u'INDIRECT_-1205977486'), ('const-4', u'SUBPIECE_-1205978484'), (u'CALLIND_-1205985060', u'INDIRECT_-1205980237'), (u'INDIRECT_-1205979288', u'MULTIEQUAL_-1205979265'), (u'INDIRECT_-1205976848', u'SUBPIECE_-1205978055'), (u'CALL_-1205985367', u'INDIRECT_-1205979377'), ('const-0', u'PTRSUB_-1205977716'), (u'INT_NOTEQUAL_-1205983697', u'CBRANCH_-1205983696'), (u'CALL_-1205983125', u'INDIRECT_-1205978884'), (u'INDIRECT_-1205977793', u'MULTIEQUAL_-1205977775'), (u'INDIRECT_-1205978803', u'MULTIEQUAL_-1205978337'), (u'CALLIND_-1205984836', u'INDIRECT_-1205978007'), ('const-4', u'SUBPIECE_-1205978903'), (u'INDIRECT_-1205977966', u'MULTIEQUAL_-1205977916'), (u'CALLIND_-1205983701', u'INDIRECT_-1205979934'), (u'PTRSUB_-1205985886', u'MULTIEQUAL_-1205978544'), (u'CALLIND_-1205983787', u'INDIRECT_-1205979908'), (u'MULTIEQUAL_-1205978837', u'MULTIEQUAL_-1205978810'), (u'CALLIND_-1205985060', u'INDIRECT_-1205978311'), (u'INDIRECT_-1205979620', u'MULTIEQUAL_-1205979598'), (u'CALL_-1205983125', u'INDIRECT_-1205977357'), (u'CALLIND_-1205984879', u'INDIRECT_-1205979420'), (u'CALLIND_-1205984793', u'INDIRECT_-1205977853'), (u'CALL_-1205984318', u'INDIRECT_-1205980022'), (u'CALLIND_-1205985251', u'INDIRECT_-1205979328'), (u'MULTIEQUAL_-1205978134', u'MULTIEQUAL_-1205978105'), (u'CALL_-1205983821', u'INDIRECT_-1205979115'), (u'CALLIND_-1205984115', u'INDIRECT_-1205979199'), (u'CALL_-1205983125', u'INDIRECT_-1205977291'), (u'MULTIEQUAL_-1205978025', u'MULTIEQUAL_-1205977996'), (u'INDIRECT_-1205979151', u'MULTIEQUAL_-1205979112'), (u'INDIRECT_-1205978754', u'MULTIEQUAL_-1205978414'), (u'CALL_-1205983821', u'INDIRECT_-1205977263'), (u'CALLIND_-1205984115', u'INDIRECT_-1205981460'), (u'CALL_-1205984318', u'INDIRECT_-1205978959'), (u'CALL_-1205985863', u'INDIRECT_-1205979726'), (u'CALLIND_-1205983959', u'INDIRECT_-1205980387'), (u'INDIRECT_-1205977911', u'SUBPIECE_-1205979035'), (u'INDIRECT_-1205977241', u'SUBPIECE_-1205978356'), (u'INDIRECT_-1205979645', u'MULTIEQUAL_-1205979781'), (u'CALLIND_-1205985008', u'INDIRECT_-1205979747'), ('const-102912', u'PTRSUB_-1205977961'), (u'INDIRECT_-1205979389', u'MULTIEQUAL_-1205979371'), (u'MULTIEQUAL_-1205978972', u'MULTIEQUAL_-1205978553'), (u'CALL_-1205986123', u'INDIRECT_-1205980384'), (u'CALLIND_-1205983984', u'INDIRECT_-1205979587'), (u'INDIRECT_-1205978291', u'SUBPIECE_-1205979343'), (u'PTRSUB_-1205977653', u'PTRSUB_-1205977591'), (u'CALLIND_-1205983787', u'INDIRECT_-1205978447'), (u'CALLIND_-1205984158', u'INDIRECT_-1205979219'), (u'CALL_-1205983847', u'INDIRECT_-1205978926'), ('const-3', u'SUBPIECE_-1205977453'), (u'CALLIND_-1205984750', u'INDIRECT_-1205978957'), (u'CALLIND_-1205984063', u'INDIRECT_-1205978645'), ('const-0', u'SUBPIECE_-1205978751'), (u'CALLIND_-1205983916', u'INDIRECT_-1205980634'), (u'CALL_-1205983908', u'INDIRECT_-1205978886'), (u'INDIRECT_-1205980451', u'MULTIEQUAL_-1205980435'), (u'PIECE_-1205977901', u'MULTIEQUAL_-1205979336'), (u'PTRSUB_-1205978025', u'CALLIND_-1205983873'), (u'SUBPIECE_-1205977881', u'COPY_-1205977936'), (u'PTRSUB_-1205983887', u'MULTIEQUAL_-1205978544'), (u'SUBPIECE_-1205979020', u'INT_NOTEQUAL_-1205984541'), ('const-102848', u'PTRSUB_-1205983458'), (u'MULTIEQUAL_-1205977200', u'MULTIEQUAL_-1205977164'), (u'MULTIEQUAL_-1205978823', u'MULTIEQUAL_-1205978795'), (u'CALLIND_-1205984836', u'INDIRECT_-1205979801'), (u'CALLIND_-1205984246', u'INDIRECT_-1205979327'), (u'CALL_-1205983169', u'INDIRECT_-1205977500'), ('const-2', u'CALLIND_-1205984836'), (u'INDIRECT_-1205979042', u'MULTIEQUAL_-1205979018'), (u'CALLIND_-1205985295', u'INDIRECT_-1205980021'), (u'MULTIEQUAL_-1205978972', u'CAST_-1205977179'), (u'CALLIND_-1205984115', u'INDIRECT_-1205979397'), (u'PTRSUB_-1205977785', u'PTRSUB_-1205977717'), (u'CALLIND_-1205983648', u'INDIRECT_-1205978575'), (u'CALL_-1205986193', u'INDIRECT_-1205981125'), (u'CALLIND_-1205984115', u'INDIRECT_-1205980732'), (u'CALLIND_-1205984063', u'INDIRECT_-1205978379'), (u'COPY_-1205976677', u'MULTIEQUAL_-1205981435'), (u'PIECE_-1205977855', u'MULTIEQUAL_-1205979201'), (u'CALLIND_-1205985207', u'INDIRECT_-1205978779'), (u'INDIRECT_-1205979161', u'SUBPIECE_-1205977502'), (u'INDIRECT_-1205978585', u'MULTIEQUAL_-1205979110'), (u'INDIRECT_-1205980184', u'MULTIEQUAL_-1205980168'), (u'CALLIND_-1205984879', u'INDIRECT_-1205980085'), (u'CALLIND_-1205984063', u'INDIRECT_-1205979906'), ('const-0', u'PTRSUB_-1205977268'), (u'INDIRECT_-1205978160', u'SUBPIECE_-1205979217'), ('const-1', u'SUBPIECE_-1205979922'), ('const-4294967295', u'INT_EQUAL_-1205984183'), (u'INDIRECT_-1205978846', u'MULTIEQUAL_-1205978823'), (u'MULTIEQUAL_-1205980040', u'INT_NOTEQUAL_-1205984405'), (u'SUBPIECE_-1205982134', u'COPY_-1205977162'), ('const-0', u'CALL_-1205983105'), (u'CALL_-1205984318', u'INDIRECT_-1205980357'), (u'INDIRECT_-1205977036', u'SUBPIECE_-1205978126'), ('const-1', u'CALL_-1205984318'), ('const-4', u'SUBPIECE_-1205978451'), (u'INDIRECT_-1205979161', u'SUBPIECE_-1205977500'), (u'CALL_-1205983776', u'CAST_-1205976993'), (u'CALLIND_-1205985295', u'INDIRECT_-1205979688'), (u'INDIRECT_-1205979752', u'MULTIEQUAL_-1205979730'), (u'INDIRECT_-1205979686', u'MULTIEQUAL_-1205979664'), (u'INDIRECT_-1205977225', u'MULTIEQUAL_-1205977186'), (u'CALL_-1205986123', u'INDIRECT_-1205980252'), (u'CALL_-1205983908', u'INDIRECT_-1205979753'), (u'INT_ZEXT_-1205984518', u'CALL_-1205983031'), (u'CALL_-1205983212', u'INDIRECT_-1205977265'), ('const-0', u'SUBPIECE_-1205977837'), (u'CALLIND_-1205983569', u'INDIRECT_-1205977684'), (u'CALLIND_-1205984063', u'INDIRECT_-1205978513'), (u'INDIRECT_-1205980465', u'MULTIEQUAL_-1205979999'), (u'CALLIND_-1205983830', u'INDIRECT_-1205979928'), (u'CALLIND_-1205985295', u'INDIRECT_-1205979421'), (u'CALLIND_-1205985008', u'INDIRECT_-1205980145'), (u'CALLIND_-1205984063', u'INDIRECT_-1205979422'), (u'INT_NOTEQUAL_-1205986165', u'CBRANCH_-1205986164'), (u'CALL_-1205983116', u'INDIRECT_-1205979133'), (u'INDIRECT_-1205978778', u'MULTIEQUAL_-1205978980'), ('const-4', u'SUBPIECE_-1205977865'), (u'INDIRECT_-1205977896', u'MULTIEQUAL_-1205979304'), (u'CALLIND_-1205985295', u'INDIRECT_-1205979019'), (u'CALL_-1205983776', u'INDIRECT_-1205977698'), (u'CALL_-1205986123', u'INDIRECT_-1205980783'), (u'COPY_-1205983499', u'MULTIEQUAL_-1205983248'), (u'CALLIND_-1205983959', u'INDIRECT_-1205978265'), (u'CALLIND_-1205983830', u'INDIRECT_-1205980393'), (u'CALL_-1205984318', u'INDIRECT_-1205980090'), (u'MULTIEQUAL_-1205979334', u'MULTIEQUAL_-1205979305'), (u'MULTIEQUAL_-1205977472', u'CALLIND_-1205983984'), ('const-255', u'INT_AND_-1205984460'), (u'CALL_-1205983169', u'INDIRECT_-1205980289'), (u'INDIRECT_-1205978464', u'COPY_-1205978488'), (u'MULTIEQUAL_-1205979216', u'COPY_-1205979279'), ('const-2', u'CALLIND_-1205984879'), (u'PTRSUB_-1205977952', u'PTRSUB_-1205977875'), (u'CALL_-1205985829', u'INDIRECT_-1205979381'), (u'MULTIEQUAL_-1205977930', u'MULTIEQUAL_-1205978078'), (u'INDIRECT_-1205978172', u'MULTIEQUAL_-1205978374'), (u'CALL_-1205985829', u'INDIRECT_-1205980848'), (u'INDIRECT_-1205978281', u'MULTIEQUAL_-1205978242'), (u'CALLIND_-1205983648', u'INDIRECT_-1205978647'), (u'INDIRECT_-1205977036', u'COPY_-1205977074'), (u'INDIRECT_-1205978957', u'MULTIEQUAL_-1205978865'), ('const-0', u'CALL_-1205983212'), (u'CALLIND_-1205983701', u'INDIRECT_-1205979802'), ('const-0', u'SUBPIECE_-1205979065'), (u'CALL_-1205986123', u'INDIRECT_-1205980651'), ('const-0', u'SUBPIECE_-1205983136'), (u'CALLIND_-1205985008', u'INDIRECT_-1205979548'), (u'MULTIEQUAL_-1205979770', u'MULTIEQUAL_-1205979743'), (u'INDIRECT_-1205981522', u'INT_AND_-1205985825'), (u'CALLIND_-1205983916', u'INDIRECT_-1205980499'), (u'CALLIND_-1205984063', u'INDIRECT_-1205978420'), (u'CALLIND_-1205983959', u'INDIRECT_-1205978461'), (u'CALLIND_-1205984793', u'INDIRECT_-1205977921'), ('tmp_5489', u'BRANCH_-1205983609'), (u'INDIRECT_-1205978165', u'MULTIEQUAL_-1205978073'), (u'CALL_-1205986230', u'INDIRECT_-1205981010'), (u'CALL_-1205983031', u'INDIRECT_-1205977182'), ('tmp_3492', u'BRANCH_-1205983502'), ('const-0', u'CALL_-1205983776'), (u'INDIRECT_-1205977276', u'SUBPIECE_-1205978455'), (u'CALLIND_-1205984836', u'INDIRECT_-1205978073'), (u'INDIRECT_-1205979161', u'SUBPIECE_-1205977501'), (u'CALL_-1205986092', u'INDIRECT_-1205978712'), (u'MULTIEQUAL_-1205979377', u'MULTIEQUAL_-1205978747'), (u'CALL_-1205986230', u'INDIRECT_-1205980212'), (u'CALLIND_-1205984836', u'INDIRECT_-1205980065'), (u'CALLIND_-1205984879', u'INDIRECT_-1205978555'), ('const-4', u'SUBPIECE_-1205978705'), (u'INDIRECT_-1205978985', u'MULTIEQUAL_-1205979509'), (u'INDIRECT_-1205977919', u'MULTIEQUAL_-1205978444'), (u'CALLIND_-1205985251', u'INDIRECT_-1205980000'), (u'MULTIEQUAL_-1205979130', u'MULTIEQUAL_-1205979278'), (u'INDIRECT_-1205977303', u'SUBPIECE_-1205978284'), (u'CALLIND_-1205984246', u'INDIRECT_-1205978733'), (u'CALLIND_-1205985207', u'INDIRECT_-1205979445'), (u'CALL_-1205986193', u'INDIRECT_-1205979328'), (u'CALL_-1205983821', u'INDIRECT_-1205979781'), (u'CALLIND_-1205983648', u'INDIRECT_-1205979511'), (u'CALL_-1205983169', u'INDIRECT_-1205979360'), (u'CALL_-1205983908', u'INDIRECT_-1205978154'), (u'MULTIEQUAL_-1205978699', u'MULTIEQUAL_-1205978672'), ('const-0', u'SUBPIECE_-1205978731'), (u'MULTIEQUAL_-1205979908', u'INT_EQUAL_-1205984183'), ('const-2', u'CALLIND_-1205983787'), (u'CALL_-1205986092', u'INDIRECT_-1205980239'), (u'CALLIND_-1205985060', u'INDIRECT_-1205979307'), (u'CALL_-1205983105', u'INDIRECT_-1205977470'), (u'INDIRECT_-1205979226', u'MULTIEQUAL_-1205979176'), ('const-0', u'SUBPIECE_-1205978246'), ('const-5', u'CALL_-1205983776'), (u'PTRSUB_-1205978024', u'PTRSUB_-1205978005'), (u'INDIRECT_-1205977941', u'CALLIND_-1205984793'), (u'CALLIND_-1205985060', u'INDIRECT_-1205981097'), (u'CALLIND_-1205984063', u'INDIRECT_-1205977958'), (u'MULTIEQUAL_-1205980774', u'MULTIEQUAL_-1205980355'), (u'CALL_-1205983125', u'INDIRECT_-1205979019'), (u'CALL_-1205985829', u'INDIRECT_-1205979447'), (u'MULTIEQUAL_-1205979644', u'MULTIEQUAL_-1205979400'), (u'INDIRECT_-1205976805', u'MULTIEQUAL_-1205977043'), (u'CALL_-1205986230', u'INDIRECT_-1205979480'), (u'INDIRECT_-1205977191', u'MULTIEQUAL_-1205977716'), (u'INDIRECT_-1205978616', u'MULTIEQUAL_-1205978276'), (u'CALL_-1205983776', u'INDIRECT_-1205978490'), (u'CALL_-1205983074', u'INDIRECT_-1205979449'), (u'CALLIND_-1205983787', u'INDIRECT_-1205980373'), (u'CALLIND_-1205983984', u'INDIRECT_-1205977318'), (u'CALL_-1205986123', u'INDIRECT_-1205979319'), ('const-2', u'CALLIND_-1205983744'), (u'CALLIND_-1205983569', u'INDIRECT_-1205979613'), (u'CALL_-1205984318', u'INDIRECT_-1205978495'), (u'MULTIEQUAL_-1205979931', u'MULTIEQUAL_-1205979799'), (u'INDIRECT_-1205979955', u'MULTIEQUAL_-1205980117'), (u'MULTIEQUAL_-1205980837', u'CALL_-1205983125'), ('const-2', u'INT_EQUAL_-1205985917'), (u'INDIRECT_-1205977110', u'SUBPIECE_-1205978260'), (u'INDIRECT_-1205976766', u'SUBPIECE_-1205977865'), (u'CALLIND_-1205983984', u'INDIRECT_-1205978651'), (u'INDIRECT_-1205977779', u'SUBPIECE_-1205978711'), (u'CAST_-1205976823', u'CALL_-1205983074'), (u'CALLIND_-1205985207', u'INDIRECT_-1205978515'), (u'CALL_-1205983908', u'INDIRECT_-1205978088'), (u'INDIRECT_-1205979981', u'MULTIEQUAL_-1205980117'), (u'INDIRECT_-1205978998', u'MULTIEQUAL_-1205978923'), (u'CALL_-1205986092', u'INDIRECT_-1205979306'), (u'CALL_-1205983847', u'INDIRECT_-1205978523'), ('const-0', u'SUBPIECE_-1205977883'), (u'CALL_-1205983908', u'INDIRECT_-1205979486'), (u'INDIRECT_-1205978884', u'MULTIEQUAL_-1205978845'), (u'INDIRECT_-1205977999', u'COPY_-1205978045'), (u'CALLIND_-1205985060', u'INDIRECT_-1205977911'), (u'CALL_-1205985863', u'INDIRECT_-1205978868'), (u'COPY_-1205983195', u'MULTIEQUAL_-1205981612'), (u'INDIRECT_-1205978575', u'MULTIEQUAL_-1205978553'), (u'CALL_-1205983821', u'INDIRECT_-1205977984'), ('const-0', u'SUBPIECE_-1205979675'), (u'CALL_-1205985367', u'INDIRECT_-1205981239'), (u'INDIRECT_-1205979356', u'MULTIEQUAL_-1205979334'), (u'MULTIEQUAL_-1205979710', u'INT_SEXT_-1205980648'), (u'CALLIND_-1205984879', u'INDIRECT_-1205978819'), (u'INDIRECT_-1205979023', u'SUBPIECE_-1205977454'), (u'INDIRECT_-1205978255', u'MULTIEQUAL_-1205978374'), (u'CALLIND_-1205983744', u'INDIRECT_-1205980089'), (u'INDIRECT_-1205977896', u'MULTIEQUAL_-1205979172'), (u'CALLIND_-1205984922', u'INDIRECT_-1205979973'), (u'CALL_-1205984628', u'INDIRECT_-1205979361'), (u'CALLIND_-1205983830', u'INDIRECT_-1205979661'), ('tmp_4077', u'BRANCH_-1205983049'), (u'CALL_-1205986230', u'INDIRECT_-1205980944'), (u'CALL_-1205985367', u'INDIRECT_-1205980379'), (u'CALL_-1205983908', u'INDIRECT_-1205979021'), (u'CALLIND_-1205985207', u'INDIRECT_-1205978911'), (u'CALLIND_-1205983744', u'INDIRECT_-1205979351'), (u'CALL_-1205983074', u'INDIRECT_-1205978315'), (u'CALL_-1205983332', u'INDIRECT_-1205977336'), (u'CALLIND_-1205984793', u'INDIRECT_-1205979109'), (u'MULTIEQUAL_-1205978048', u'MULTIEQUAL_-1205977804'), (u'CALLIND_-1205985008', u'INDIRECT_-1205977885'), (u'INDIRECT_-1205978495', u'MULTIEQUAL_-1205978403'), (u'INDIRECT_-1205978993', u'MULTIEQUAL_-1205979112'), (u'CALL_-1205983821', u'INDIRECT_-1205979646'), (u'CALL_-1205983169', u'INDIRECT_-1205977764'), ('const-102848', u'PTRSUB_-1205977695'), (u'MULTIEQUAL_-1205977671', u'MULTIEQUAL_-1205977200'), (u'CALLIND_-1205983569', u'INDIRECT_-1205979080'), (u'CALL_-1205983212', u'INDIRECT_-1205978189'), (u'CALLIND_-1205985295', u'INDIRECT_-1205979283'), (u'CALL_-1205983332', u'INDIRECT_-1205978863'), (u'CALLIND_-1205984246', u'INDIRECT_-1205979393'), (u'CALL_-1205984318', u'INDIRECT_-1205980489'), (u'MULTIEQUAL_-1205979710', u'MULTIEQUAL_-1205979080'), (u'INDIRECT_-1205980357', u'MULTIEQUAL_-1205980519'), (u'INDIRECT_-1205979245', u'MULTIEQUAL_-1205979781'), (u'CALLIND_-1205983701', u'INDIRECT_-1205980001'), (u'MULTIEQUAL_-1205977732', u'MULTIEQUAL_-1205977880'), ('const-4294967295', u'INT_NOTEQUAL_-1205983615'), (u'CALL_-1205983125', u'INDIRECT_-1205977064'), (u'CALLIND_-1205985112', u'INDIRECT_-1205981123'), (u'CALLIND_-1205984011', u'INDIRECT_-1205980746'), ('const-5', u'CALL_-1205983169'), (u'INDIRECT_-1205978393', u'MULTIEQUAL_-1205978512'), (u'CALL_-1205985367', u'INDIRECT_-1205978321'), ('const-3', u'INT_NOTEQUAL_-1205984423'), (u'INDIRECT_-1205978893', u'MULTIEQUAL_-1205979055'), ('const-255', u'INT_AND_-1205985825'), (u'INDIRECT_-1205979161', u'SUBPIECE_-1205977499'), (u'CALLIND_-1205983959', u'INDIRECT_-1205980054'), (u'CALLIND_-1205984922', u'INDIRECT_-1205979440'), (u'CALLIND_-1205983744', u'INDIRECT_-1205978823'), (u'CALL_-1205986193', u'INDIRECT_-1205979130'), (u'SUBPIECE_-1205979477', u'COPY_-1205979543'), (u'INDIRECT_-1205978315', u'MULTIEQUAL_-1205978840'), (u'CALLIND_-1205985164', u'INDIRECT_-1205979287'), (u'CALLIND_-1205984922', u'INDIRECT_-1205978575'), (u'CALLIND_-1205984793', u'INDIRECT_-1205977987'), (u'CALLIND_-1205984750', u'INDIRECT_-1205979360'), (u'MULTIEQUAL_-1205979701', u'INT_NOTEQUAL_-1205983951'), (u'INDIRECT_-1205978022', u'MULTIEQUAL_-1205977682'), (u'INDIRECT_-1205980594', u'MULTIEQUAL_-1205980519'), (u'CALLIND_-1205984750', u'INDIRECT_-1205978297'), (u'CALLIND_-1205984011', u'INDIRECT_-1205979081'), (u'CALL_-1205983332', u'INDIRECT_-1205978326'), (u'CALL_-1205983031', u'INDIRECT_-1205979971'), (u'INDIRECT_-1205978895', u'MULTIEQUAL_-1205980303'), (u'CALLIND_-1205984246', u'INDIRECT_-1205978865'), (u'CALLIND_-1205985164', u'INDIRECT_-1205979023'), ('const-4', u'SUBPIECE_-1205977996'), (u'CALL_-1205983212', u'INDIRECT_-1205977199'), ('const-0', u'SUBPIECE_-1205983100'), (u'CALLIND_-1205983648', u'INDIRECT_-1205978509'), ('const-4', u'SUBPIECE_-1205977989'), (u'CALL_-1205983125', u'INDIRECT_-1205978083'), (u'CAST_-1205977729', u'CALL_-1205985367'), (u'PTRSUB_-1205978143', u'CALLIND_-1205984115'), (u'CALL_-1205983169', u'INDIRECT_-1205978490'), (u'CALLIND_-1205985060', u'INDIRECT_-1205979574'), (u'INDIRECT_-1205977461', u'MULTIEQUAL_-1205977443'), (u'INDIRECT_-1205979328', u'COPY_-1205979352'), (u'CALL_-1205983212', u'INDIRECT_-1205977463'), (u'COPY_-1205977915', u'PIECE_-1205977855'), (u'PTRSUB_-1205977268', u'PTRSUB_-1205977210'), (u'CALL_-1205983776', u'INDIRECT_-1205977566'), (u'CALL_-1205986123', u'INDIRECT_-1205979913'), (u'CALLIND_-1205983959', u'INDIRECT_-1205981382'), (u'CALL_-1205984628', u'INDIRECT_-1205979493'), (u'MULTIEQUAL_-1205980109', u'MULTIEQUAL_-1205979690'), (u'CALLIND_-1205984063', u'INDIRECT_-1205979288'), (u'PIECE_-1205977474', u'MULTIEQUAL_-1205979534'), (u'MULTIEQUAL_-1205977804', u'MULTIEQUAL_-1205977775'), (u'CALL_-1205983169', u'INDIRECT_-1205977566'), ('const-36', u'CALL_-1205984318'), ('const-4', u'CALLIND_-1205985008'), (u'CALL_-1205983847', u'INDIRECT_-1205978859'), ('const-0', u'SUBPIECE_-1205983399'), (u'CALLIND_-1205983830', u'INDIRECT_-1205978665'), (u'INDIRECT_-1205979361', u'MULTIEQUAL_-1205979311'), (u'MULTIEQUAL_-1205978972', u'SUBPIECE_-1205979020'), (u'CALLIND_-1205984922', u'INDIRECT_-1205978509'), (u'CALL_-1205985367', u'INDIRECT_-1205978915'), (u'CALLIND_-1205983648', u'INDIRECT_-1205979379'), (u'INDIRECT_-1205979174', u'MULTIEQUAL_-1205979150'), ('const-28', u'PTRSUB_-1205978117'), (u'CALL_-1205983116', u'INDIRECT_-1205979202'), (u'COPY_-1205977108', u'MULTIEQUAL_-1205977002'), (u'CALLIND_-1205984011', u'INDIRECT_-1205979477'), (u'CALLIND_-1205985112', u'INDIRECT_-1205979999'), ('const-0', u'SUBPIECE_-1205978257'), (u'INDIRECT_-1205979125', u'MULTIEQUAL_-1205979244'), (u'INDIRECT_-1205979157', u'MULTIEQUAL_-1205979319'), (u'INDIRECT_-1205976766', u'SUBPIECE_-1205977931'), ('const-4', u'SUBPIECE_-1205979099'), (u'INDIRECT_-1205980025', u'MULTIEQUAL_-1205979933'), (u'CALL_-1205986092', u'INDIRECT_-1205980836'), (u'INDIRECT_-1205977317', u'SUBPIECE_-1205978253'), ('tmp_2953', u'CBRANCH_-1205983858'), (u'CALL_-1205983212', u'INDIRECT_-1205978255'), ('const-0', u'SUBPIECE_-1205978192'), (u'CALLIND_-1205985164', u'INDIRECT_-1205980157'), (u'MULTIEQUAL_-1205980680', u'COPY_-1205980743'), (u'INDIRECT_-1205977153', u'SUBPIECE_-1205978342'), (u'INDIRECT_-1205978575', u'SUBPIECE_-1205979700'), ('const-18', u'PTRSUB_-1205977243'), (u'INDIRECT_-1205980024', u'MULTIEQUAL_-1205979974'), (u'MULTIEQUAL_-1205978612', u'MULTIEQUAL_-1205980146'), (u'CALL_-1205983212', u'INDIRECT_-1205980054'), (u'CALLIND_-1205983984', u'INDIRECT_-1205978189'), (u'CALLIND_-1205985295', u'INDIRECT_-1205978887'), (u'CALL_-1205985863', u'INDIRECT_-1205979792'), (u'MULTIEQUAL_-1205977468', u'MULTIEQUAL_-1205977616'), (u'INDIRECT_-1205980371', u'MULTIEQUAL_-1205980347'), (u'CALL_-1205983116', u'INDIRECT_-1205978131'), (u'PTRSUB_-1205978066', u'PTRSUB_-1205978045'), (u'CALLIND_-1205984965', u'INDIRECT_-1205980260'), (u'MULTIEQUAL_-1205978002', u'MULTIEQUAL_-1205977973'), (u'CAST_-1205976536', u'MULTIEQUAL_-1205981750'), (u'INDIRECT_-1205981787', u'MULTIEQUAL_-1205981715'), (u'CALL_-1205983169', u'INDIRECT_-1205977632'), (u'INDIRECT_-1205977529', u'MULTIEQUAL_-1205977511'), (u'CALLIND_-1205984879', u'INDIRECT_-1205979017'), (u'MULTIEQUAL_-1205979908', u'MULTIEQUAL_-1205979278'), (u'INDIRECT_-1205979280', u'MULTIEQUAL_-1205979262'), ('const-0', u'SUBPIECE_-1205979105'), (u'CALLIND_-1205983648', u'INDIRECT_-1205977585'), (u'MULTIEQUAL_-1205978114', u'MULTIEQUAL_-1205977484'), (u'INDIRECT_-1205979819', u'MULTIEQUAL_-1205979479'), (u'INT_NOTEQUAL_-1205983933', u'CBRANCH_-1205983931'), (u'MULTIEQUAL_-1205978958', u'MULTIEQUAL_-1205978929'), (u'INDIRECT_-1205978073', u'CALLIND_-1205985060'), (u'CALL_-1205985367', u'INDIRECT_-1205980049'), (u'INDIRECT_-1205977901', u'MULTIEQUAL_-1205977809'), (u'MULTIEQUAL_-1205979931', u'MULTIEQUAL_-1205979302'), ('const-24', u'PTRSUB_-1205978143'), (u'CALLIND_-1205985060', u'INDIRECT_-1205979506'), (u'PTRSUB_-1205977961', u'PTRSUB_-1205977945'), (u'MULTIEQUAL_-1205978929', u'MULTIEQUAL_-1205979077'), (u'CALL_-1205985829', u'INDIRECT_-1205980581'), (u'MULTIEQUAL_-1205982050', u'CALL_-1205983908'), (u'CALLIND_-1205985008', u'INDIRECT_-1205978153'), (u'INDIRECT_-1205977864', u'SUBPIECE_-1205978989'), (u'INDIRECT_-1205979553', u'MULTIEQUAL_-1205979715'), (u'CALLIND_-1205984246', u'INDIRECT_-1205978467'), (u'CALL_-1205983212', u'INDIRECT_-1205979326'), (u'MULTIEQUAL_-1205978642', u'MULTIEQUAL_-1205978223'), (u'CALLIND_-1205985207', u'INDIRECT_-1205978449'), (u'INDIRECT_-1205977387', u'MULTIEQUAL_-1205977365'), (u'CALL_-1205983074', u'INDIRECT_-1205978786'), (u'CALLIND_-1205984063', u'INDIRECT_-1205980373'), (u'INDIRECT_-1205978088', u'MULTIEQUAL_-1205977748'), (u'CALLIND_-1205985207', u'INDIRECT_-1205978581'), (u'MULTIEQUAL_-1205978524', u'MULTIEQUAL_-1205978672'), (u'CALLIND_-1205984793', u'INDIRECT_-1205979580'), (u'CALLIND_-1205983830', u'INDIRECT_-1205978335'), (u'CALL_-1205983212', u'INDIRECT_-1205978594'), (u'INDIRECT_-1205978671', u'MULTIEQUAL_-1205978205'), ('const-2', u'CALLIND_-1205985251'), (u'CALL_-1205986193', u'INDIRECT_-1205979922'), (u'INDIRECT_-1205977859', u'MULTIEQUAL_-1205977841'), (u'INDIRECT_-1205978363', u'MULTIEQUAL_-1205978271'), (u'CALLIND_-1205984158', u'INDIRECT_-1205979087'), (u'INDIRECT_-1205977833', u'MULTIEQUAL_-1205977741'), (u'CALL_-1205985829', u'INDIRECT_-1205980048'), (u'INDIRECT_-1205979153', u'MULTIEQUAL_-1205978813'), (u'MULTIEQUAL_-1205977086', u'MULTIEQUAL_-1205978620'), (u'MULTIEQUAL_-1205978210', u'MULTIEQUAL_-1205979744'), (u'CALL_-1205983116', u'INDIRECT_-1205977405'), (u'INDIRECT_-1205978953', u'MULTIEQUAL_-1205978612'), (u'INDIRECT_-1205976848', u'SUBPIECE_-1205977989'), (u'CALLIND_-1205984115', u'INDIRECT_-1205979067'), (u'CALLIND_-1205983830', u'INDIRECT_-1205981385'), (u'INDIRECT_-1205978310', u'MULTIEQUAL_-1205978512'), (u'CALLIND_-1205983916', u'INDIRECT_-1205979902'), (u'CALLIND_-1205983916', u'INDIRECT_-1205978639'), (u'CALLIND_-1205984793', u'INDIRECT_-1205980246'), (u'MULTIEQUAL_-1205980355', u'MULTIEQUAL_-1205980326'), (u'CALLIND_-1205983830', u'INDIRECT_-1205978995'), (u'CALL_-1205986092', u'INDIRECT_-1205979834'), (u'INDIRECT_-1205978335', u'COPY_-1205978381'), (u'INDIRECT_-1205977698', u'MULTIEQUAL_-1205978974'), (u'MULTIEQUAL_-1205977577', u'MULTIEQUAL_-1205977550'), ('const-4', u'CALLIND_-1205983959'), (u'INDIRECT_-1205979847', u'MULTIEQUAL_-1205979832'), (u'CALL_-1205983821', u'INDIRECT_-1205977456'), ('tmp_1944', u'CBRANCH_-1205984539'), (u'CALL_-1205985863', u'INDIRECT_-1205980662'), (u'CALL_-1205986123', u'CAST_-1205978284'), (u'CALL_-1205985863', u'INDIRECT_-1205979594'), (u'INDIRECT_-1205979893', u'MULTIEQUAL_-1205979801'), (u'INDIRECT_-1205980115', u'MULTIEQUAL_-1205980651'), (u'CALL_-1205983031', u'INDIRECT_-1205977842'), (u'INDIRECT_-1205977864', u'COPY_-1205977888'), (u'CALL_-1205983125', u'INDIRECT_-1205979283'), (u'MULTIEQUAL_-1205979908', u'MULTIEQUAL_-1205979489'), (u'CALLIND_-1205983701', u'INDIRECT_-1205980069'), (u'INDIRECT_-1205977234', u'MULTIEQUAL_-1205978642'), (u'CALLIND_-1205985112', u'INDIRECT_-1205977937'), (u'CALL_-1205983212', u'INDIRECT_-1205976847'), (u'MULTIEQUAL_-1205978757', u'MULTIEQUAL_-1205978728'), ('const-4', u'SUBPIECE_-1205978276'), (u'INDIRECT_-1205978923', u'MULTIEQUAL_-1205978908'), (u'CALLIND_-1205984965', u'INDIRECT_-1205979327'), ('const-0', u'SUBPIECE_-1205977931'), (u'CALLIND_-1205983959', u'INDIRECT_-1205980321'), (u'CALLIND_-1205984922', u'INDIRECT_-1205978047'), (u'MULTIEQUAL_-1205978200', u'MULTIEQUAL_-1205978171'), (u'MULTIEQUAL_-1205979159', u'MULTIEQUAL_-1205979130'), (u'CALLIND_-1205983569', u'INDIRECT_-1205977152'), (u'CALLIND_-1205984202', u'INDIRECT_-1205979174'), (u'INDIRECT_-1205977529', u'MULTIEQUAL_-1205977648'), (u'CALL_-1205983847', u'INDIRECT_-1205977995'), (u'CALLIND_-1205983984', u'INDIRECT_-1205979056'), (u'CALLIND_-1205985060', u'INDIRECT_-1205979373'), (u'MULTIEQUAL_-1205977827', u'MULTIEQUAL_-1205977798'), (u'CALL_-1205984628', u'INDIRECT_-1205979160'), (u'INDIRECT_-1205977578', u'MULTIEQUAL_-1205977780'), (u'CALLIND_-1205984965', u'INDIRECT_-1205977933'), ('const-4', u'SUBPIECE_-1205978625'), (u'CALLIND_-1205983873', u'INDIRECT_-1205979477'), (u'CALLIND_-1205983916', u'INDIRECT_-1205979701'), (u'CALLIND_-1205983830', u'INDIRECT_-1205978201'), (u'INDIRECT_-1205977750', u'MULTIEQUAL_-1205977732'), (u'CALLIND_-1205983959', u'INDIRECT_-1205980519'), (u'CALLIND_-1205985251', u'INDIRECT_-1205978072'), ('const-102912', u'PTRSUB_-1205978066'), (u'CALL_-1205983847', u'INDIRECT_-1205977275'), (u'MULTIEQUAL_-1205980530', u'MULTIEQUAL_-1205980501'), (u'MULTIEQUAL_-1205977850', u'MULTIEQUAL_-1205977431'), (u'CALL_-1205983212', u'INDIRECT_-1205978993'), (u'CALLIND_-1205983787', u'INDIRECT_-1205980640'), (u'CALLIND_-1205984750', u'SUBPIECE_-1205982908'), (u'INDIRECT_-1205979027', u'MULTIEQUAL_-1205980303'), (u'CALLIND_-1205984063', u'INDIRECT_-1205979887'), (u'MULTIEQUAL_-1205980040', u'INT_EQUAL_-1205984444'), (u'MULTIEQUAL_-1205979555', u'MULTIEQUAL_-1205979526'), (u'CALL_-1205986193', u'INDIRECT_-1205980060'), (u'CALLIND_-1205985112', u'INDIRECT_-1205978337'), (u'MULTIEQUAL_-1205979045', u'MULTIEQUAL_-1205979210'), (u'INDIRECT_-1205977153', u'SUBPIECE_-1205978276'), (u'CALLIND_-1205984158', u'INDIRECT_-1205980353'), ('tmp_5731', u'CAST_-1205977051'), (u'CALLIND_-1205984063', u'INDIRECT_-1205979041'), (u'CALLIND_-1205983916', u'INDIRECT_-1205979563'), (u'MULTIEQUAL_-1205979110', u'MULTIEQUAL_-1205978691'), (u'INDIRECT_-1205978800', u'MULTIEQUAL_-1205978725'), (u'CALL_-1205983116', u'INDIRECT_-1205977537'), ('const-4', u'SUBPIECE_-1205979277'), (u'INDIRECT_-1205978375', u'CALLIND_-1205983873'), (u'MULTIEQUAL_-1205977748', u'MULTIEQUAL_-1205979282'), (u'MULTIEQUAL_-1205980040', u'MULTIEQUAL_-1205979938'), ('const-4', u'SUBPIECE_-1205978181'), (u'CALL_-1205986092', u'INDIRECT_-1205978778'), (u'CALL_-1205986193', u'INDIRECT_-1205979856'), ('const-102848', u'PTRSUB_-1205977860'), (u'CALL_-1205986123', u'INDIRECT_-1205979121'), (u'INDIRECT_-1205977727', u'MULTIEQUAL_-1205977846'), (u'CALLIND_-1205984202', u'INDIRECT_-1205978446'), ('const-5', u'COPY_-1205983189'), (u'PTRSUB_-1205977296', u'PTRSUB_-1205977243'), (u'CALL_-1205983125', u'CAST_-1205976778'), (u'INDIRECT_-1205978243', u'SUBPIECE_-1205979099'), (u'INDIRECT_-1205977304', u'COPY_-1205977110'), (u'CALL_-1205986092', u'INDIRECT_-1205980305'), ('const-16', u'PTRSUB_-1205978232'), (u'INDIRECT_-1205979113', u'MULTIEQUAL_-1205979649'), (u'CAST_-1205978346', u'CALL_-1205986230'), (u'CALLIND_-1205983701', u'INDIRECT_-1205978139'), (u'INDIRECT_-1205979155', u'MULTIEQUAL_-1205979133'), (u'CALL_-1205983908', u'INDIRECT_-1205977426'), (u'CALL_-1205983908', u'INDIRECT_-1205979087'), ('const-1', u'SUBPIECE_-1205977501'), ('const-102848', u'PTRSUB_-1205977716'), ('const-4294967295', u'INT_NOTEQUAL_-1205983536'), (u'CALLIND_-1205985164', u'INDIRECT_-1205978759'), (u'CALL_-1205983776', u'INDIRECT_-1205977830'), (u'CALL_-1205983847', u'INDIRECT_-1205977399'), (u'INT_EQUAL_-1205986013', u'CBRANCH_-1205985999'), (u'INDIRECT_-1205980687', u'MULTIEQUAL_-1205980849'), (u'CALLIND_-1205983787', u'INDIRECT_-1205978247'), (u'CALL_-1205984628', u'INDIRECT_-1205977690'), (u'CALL_-1205983031', u'INDIRECT_-1205976984'), (u'CALLIND_-1205983701', u'INDIRECT_-1205978869'), (u'INDIRECT_-1205978181', u'SUBPIECE_-1205979237'), (u'COPY_-1205986080', u'MULTIEQUAL_-1205983248'), (u'CALLIND_-1205984836', u'INDIRECT_-1205978139'), (u'MULTIEQUAL_-1205977673', u'MULTIEQUAL_-1205977355'), (u'MULTIEQUAL_-1205979710', u'INT_SEXT_-1205980827'), (u'CALLIND_-1205984750', u'INDIRECT_-1205978165'), (u'CALLIND_-1205983744', u'INDIRECT_-1205978227'), (u'CALLIND_-1205983744', u'INDIRECT_-1205978625'), (u'CALLIND_-1205984793', u'INDIRECT_-1205978779'), (u'PIECE_-1205977451', u'MULTIEQUAL_-1205979468'), (u'INT_EQUAL_-1205985933', u'CBRANCH_-1205985931'), (u'MULTIEQUAL_-1205978421', u'MULTIEQUAL_-1205978392'), (u'CALL_-1205983074', u'INDIRECT_-1205977787'), (u'CALL_-1205985863', u'INDIRECT_-1205980398'), (u'INT_EQUAL_-1205984580', u'CBRANCH_-1205984570'), (u'CALL_-1205983105', u'INDIRECT_-1205979462'), (u'CALL_-1205986123', u'INDIRECT_-1205979715'), (u'CALLIND_-1205983744', u'INDIRECT_-1205981345'), ('tmp_4024', u'CBRANCH_-1205983117'), (u'INDIRECT_-1205979915', u'MULTIEQUAL_-1205980051'), (u'CALLIND_-1205985164', u'INDIRECT_-1205980424'), (u'CALLIND_-1205984011', u'INDIRECT_-1205979015'), (u'CALLIND_-1205985251', u'INDIRECT_-1205979733'), (u'CALL_-1205983776', u'INDIRECT_-1205979160'), (u'PIECE_-1205979104', u'MULTIEQUAL_-1205979045'), (u'CALLIND_-1205984836', u'INDIRECT_-1205979201'), (u'INT_NOTEQUAL_-1205984405', u'BOOL_AND_-1205981442'), (u'INDIRECT_-1205979915', u'MULTIEQUAL_-1205980450'), (u'INDIRECT_-1205980915', u'MULTIEQUAL_-1205980900'), (u'INDIRECT_-1205978494', u'MULTIEQUAL_-1205978444'), (u'INDIRECT_-1205978959', u'MULTIEQUAL_-1205979121'), (u'MULTIEQUAL_-1205980109', u'MULTIEQUAL_-1205979865'), (u'CALL_-1205985829', u'INDIRECT_-1205979849'), (u'MULTIEQUAL_-1205978820', u'COPY_-1205978883'), (u'CALL_-1205985367', u'INDIRECT_-1205978121'), (u'INDIRECT_-1205976806', u'SUBPIECE_-1205977906'), (u'SUBPIECE_-1205978582', u'INT_EQUAL_-1205985933'), ('tmp_5731', u'CAST_-1205978087'), (u'INDIRECT_-1205978797', u'COPY_-1205978821'), ('const-8', u'CALLIND_-1205985164'), ('const-0', u'SUBPIECE_-1205978455'), (u'CALLIND_-1205984965', u'INDIRECT_-1205979393'), (u'INDIRECT_-1205977890', u'MULTIEQUAL_-1205977550'), (u'CALL_-1205983776', u'INDIRECT_-1205978292'), ('const-87490', u'COPY_-1205978448'), (u'CALLIND_-1205983701', u'INDIRECT_-1205980399'), (u'INDIRECT_-1205979121', u'MULTIEQUAL_-1205979106'), (u'CALLIND_-1205983787', u'INDIRECT_-1205978579'), (u'CALL_-1205983212', u'INDIRECT_-1205978459'), (u'MULTIEQUAL_-1205978444', u'MULTIEQUAL_-1205978025'), (u'MULTIEQUAL_-1205979311', u'MULTIEQUAL_-1205978892'), (u'MULTIEQUAL_-1205977317', u'MULTIEQUAL_-1205977309'), (u'INDIRECT_-1205978265', u'SUBPIECE_-1205979119'), (u'CALLIND_-1205983787', u'INDIRECT_-1205981302'), (u'INDIRECT_-1205978717', u'MULTIEQUAL_-1205978699'), (u'CALL_-1205983105', u'INDIRECT_-1205977668'), (u'CALL_-1205984318', u'INDIRECT_-1205979223'), ('const-0', u'RETURN_-1205983271'), ('const-4', u'SUBPIECE_-1205979436'), (u'CALLIND_-1205984063', u'INDIRECT_-1205979221'), (u'CALL_-1205986193', u'INDIRECT_-1205979988'), (u'CALLIND_-1205983830', u'INDIRECT_-1205978599'), (u'CALL_-1205983212', u'INDIRECT_-1205978660'), (u'INT_ZEXT_-1205984518', u'INT_NOTEQUAL_-1205984276'), ('const-0', u'SUBPIECE_-1205978144'), ('const-4', u'SUBPIECE_-1205978286'), (u'INDIRECT_-1205977241', u'SUBPIECE_-1205978422'), (u'MULTIEQUAL_-1205977893', u'MULTIEQUAL_-1205977864'), (u'CALLIND_-1205983787', u'INDIRECT_-1205978711'), (u'CALL_-1205985367', u'INDIRECT_-1205979449'), (u'INDIRECT_-1205981712', u'MULTIEQUAL_-1205981700'), (u'COPY_-1205977937', u'PIECE_-1205977879'), (u'CALL_-1205985367', u'INDIRECT_-1205979716'), (u'CALLIND_-1205984158', u'INDIRECT_-1205978425'), (u'INT_NOTEQUAL_-1205983536', u'CBRANCH_-1205983535'), (u'INDIRECT_-1205977824', u'MULTIEQUAL_-1205977484'), (u'INDIRECT_-1205978410', u'MULTIEQUAL_-1205978392'), (u'CALLIND_-1205983916', u'INDIRECT_-1205980169'), (u'INDIRECT_-1205978957', u'SUBPIECE_-1205977432'), (u'INDIRECT_-1205979535', u'SUBPIECE_-1205977904'), (u'SUBPIECE_-1205982908', u'MULTIEQUAL_-1205977875'), (u'CALL_-1205983821', u'INDIRECT_-1205978644'), (u'CALL_-1205983169', u'INDIRECT_-1205977896'), (u'PTRSUB_-1205978264', u'PTRSUB_-1205978232'), (u'CALLIND_-1205984063', u'INDIRECT_-1205978822'), (u'INDIRECT_-1205977109', u'SUBPIECE_-1205978062'), (u'INDIRECT_-1205977319', u'MULTIEQUAL_-1205977297'), (u'INDIRECT_-1205977063', u'MULTIEQUAL_-1205977043'), (u'CALL_-1205984318', u'INDIRECT_-1205980289'), (u'INDIRECT_-1205978121', u'MULTIEQUAL_-1205978657'), (u'CALLIND_-1205983569', u'INDIRECT_-1205978813'), (u'CALLIND_-1205985295', u'INDIRECT_-1205978227'), (u'CALLIND_-1205985295', u'INDIRECT_-1205979085'), (u'PTRSUB_-1205977982', u'PTRSUB_-1205977965'), (u'MULTIEQUAL_-1205979423', u'INT_NOTEQUAL_-1205983615'), (u'INDIRECT_-1205978526', u'MULTIEQUAL_-1205978644'), ('const-0', u'SUBPIECE_-1205978482'), (u'INDIRECT_-1205979119', u'MULTIEQUAL_-1205979644'), (u'MULTIEQUAL_-1205979377', u'MULTIEQUAL_-1205979133'), (u'INDIRECT_-1205977721', u'MULTIEQUAL_-1205978246'), (u'CALL_-1205985367', u'INDIRECT_-1205980514'), (u'CALLIND_-1205984922', u'INDIRECT_-1205978179'), ('const-0', u'CALL_-1205984628'), (u'CALLIND_-1205984965', u'INDIRECT_-1205981051'), (u'CALLIND_-1205984158', u'INDIRECT_-1205979483'), (u'CALL_-1205984628', u'INDIRECT_-1205979694'), (u'CALLIND_-1205983569', u'INDIRECT_-1205978746'), (u'CALLIND_-1205983787', u'INDIRECT_-1205979707'), (u'CALL_-1205983908', u'INDIRECT_-1205977494'), (u'INDIRECT_-1205979185', u'MULTIEQUAL_-1205979710'), (u'CALL_-1205983332', u'INDIRECT_-1205977732'), (u'CALL_-1205984628', u'INDIRECT_-1205979226'), (u'CALL_-1205983847', u'INDIRECT_-1205979060'), (u'INDIRECT_-1205978869', u'COPY_-1205978915'), (u'CALLIND_-1205985295', u'INDIRECT_-1205980153'), (u'MULTIEQUAL_-1205977850', u'MULTIEQUAL_-1205977606'), (u'MULTIEQUAL_-1205977671', u'COPY_-1205977387'), (u'CALL_-1205983776', u'INDIRECT_-1205979624'), (u'INDIRECT_-1205977830', u'MULTIEQUAL_-1205979106'), (u'CALL_-1205983908', u'INDIRECT_-1205979618'), (u'MULTIEQUAL_-1205979842', u'MULTIEQUAL_-1205979212'), ('tmp_4106', u'CBRANCH_-1205983053'), (u'CAST_-1205978284', u'MULTIEQUAL_-1205983275'), (u'INDIRECT_-1205979331', u'SUBPIECE_-1205977835'), (u'MULTIEQUAL_-1205979701', u'MULTIEQUAL_-1205979674'), (u'CALLIND_-1205984202', u'INDIRECT_-1205981501'), (u'CALLIND_-1205983744', u'INDIRECT_-1205980620'), (u'INDIRECT_-1205978189', u'MULTIEQUAL_-1205978725'), (u'MULTIEQUAL_-1205978378', u'MULTIEQUAL_-1205977748'), (u'CALLIND_-1205985164', u'INDIRECT_-1205978099'), (u'CALL_-1205983847', u'INDIRECT_-1205979726'), ('const-102912', u'PTRSUB_-1205978024'), (u'INDIRECT_-1205979328', u'MULTIEQUAL_-1205979253'), ('const-86840', u'COPY_-1205983048'), (u'CALL_-1205983074', u'INDIRECT_-1205978718'), (u'INDIRECT_-1205979889', u'MULTIEQUAL_-1205980051'), (u'CALLIND_-1205985060', u'INDIRECT_-1205979773'), ('const-0', u'PTRSUB_-1205978087'), (u'CALLIND_-1205984750', u'INDIRECT_-1205978363'), (u'CALLIND_-1205984879', u'INDIRECT_-1205978225'), (u'INDIRECT_-1205978793', u'MULTIEQUAL_-1205978911'), (u'INDIRECT_-1205978244', u'SUBPIECE_-1205979363'), (u'CALL_-1205985367', u'INDIRECT_-1205979179'), (u'INDIRECT_-1205979628', u'MULTIEQUAL_-1205979578'), (u'MULTIEQUAL_-1205979799', u'MULTIEQUAL_-1205979770'), (u'CALL_-1205985829', u'INDIRECT_-1205980315'), (u'INDIRECT_-1205978737', u'COPY_-1205978783'), (u'CALL_-1205984318', u'INDIRECT_-1205980222'), (u'INDIRECT_-1205978759', u'MULTIEQUAL_-1205978667'), (u'CALLIND_-1205983984', u'INDIRECT_-1205979323'), (u'INDIRECT_-1205979511', u'MULTIEQUAL_-1205979489'), (u'CALLIND_-1205984115', u'INDIRECT_-1205980465'), (u'INDIRECT_-1205978032', u'MULTIEQUAL_-1205977982'), (u'CALL_-1205984628', u'INDIRECT_-1205979427'), (u'CALL_-1205984318', u'INDIRECT_-1205979889'), (u'CAST_-1205978087', u'CALL_-1205984318'), (u'CALL_-1205985367', u'INDIRECT_-1205978783'), (u'CALL_-1205983332', u'INDIRECT_-1205978596'), (u'MULTIEQUAL_-1205979038', u'MULTIEQUAL_-1205979011'), (u'CALL_-1205983169', u'INDIRECT_-1205978829'), (u'CALLIND_-1205985251', u'INDIRECT_-1205979262'), ('const-0', u'SUBPIECE_-1205978444'), (u'INDIRECT_-1205979561', u'MULTIEQUAL_-1205980969'), (u'MULTIEQUAL_-1205979876', u'COPY_-1205979939'), (u'INDIRECT_-1205979463', u'SUBPIECE_-1205977881'), (u'CALLIND_-1205985251', u'INDIRECT_-1205978866'), (u'INDIRECT_-1205978935', u'MULTIEQUAL_-1205978469'), (u'INDIRECT_-1205977632', u'MULTIEQUAL_-1205979040'), (u'CALLIND_-1205985008', u'INDIRECT_-1205980079'), (u'INDIRECT_-1205978402', u'COPY_-1205978448'), (u'CALLIND_-1205985008', u'INDIRECT_-1205978219'), (u'CALLIND_-1205984750', u'INDIRECT_-1205980951'), (u'CALL_-1205984318', u'INDIRECT_-1205979421'), (u'CALL_-1205986193', u'INDIRECT_-1205980393'), (u'CALL_-1205985863', u'INDIRECT_-1205980330'), ('const-0', u'PTRSUB_-1205978141'), (u'INDIRECT_-1205978628', u'MULTIEQUAL_-1205980036'), ('const-4', u'CALLIND_-1205984115'), (u'INDIRECT_-1205979988', u'SUBPIECE_-1205979922'), (u'CALL_-1205986230', u'INDIRECT_-1205980279'), (u'CALL_-1205983212', u'INDIRECT_-1205977331'), (u'PIECE_-1205977429', u'PIECE_-1205977428'), (u'INDIRECT_-1205977064', u'SUBPIECE_-1205978213'), (u'CALL_-1205984628', u'INDIRECT_-1205978890'), (u'INDIRECT_-1205977948', u'MULTIEQUAL_-1205977930'), (u'INDIRECT_-1205978024', u'MULTIEQUAL_-1205978002'), (u'CALL_-1205983116', u'INDIRECT_-1205977603'), (u'CALLIND_-1205984750', u'INDIRECT_-1205979293'), (u'INDIRECT_-1205979013', u'MULTIEQUAL_-1205978995'), ('const-0', u'PTRSUB_-1205978213'), (u'MULTIEQUAL_-1205979044', u'MULTIEQUAL_-1205978800'), ('const-4', u'SUBPIECE_-1205978191'), (u'INDIRECT_-1205977426', u'MULTIEQUAL_-1205977086'), (u'CALLIND_-1205984246', u'INDIRECT_-1205979525'), (u'CALL_-1205986092', u'INDIRECT_-1205980638'), (u'CALLIND_-1205983744', u'INDIRECT_-1205980155'), (u'INDIRECT_-1205978315', u'CALLIND_-1205983744'), (u'CALL_-1205983031', u'INDIRECT_-1205978910'), (u'CALLIND_-1205984246', u'INDIRECT_-1205981522'), (u'CALL_-1205984628', u'INDIRECT_-1205978428'), (u'CALL_-1205984628', u'INDIRECT_-1205977834'), (u'CALLIND_-1205985060', u'INDIRECT_-1205978641'), (u'CALLIND_-1205983648', u'INDIRECT_-1205978779'), (u'COPY_-1205983063', u'MULTIEQUAL_-1205979931'), (u'INDIRECT_-1205979618', u'MULTIEQUAL_-1205979278'), (u'CALLIND_-1205983873', u'INDIRECT_-1205978355'), (u'MULTIEQUAL_-1205978114', u'MULTIEQUAL_-1205977695'), (u'CALL_-1205986123', u'INDIRECT_-1205980451'), (u'CALLIND_-1205984115', u'INDIRECT_-1205978671'), (u'CALL_-1205983125', u'INDIRECT_-1205978485'), (u'INDIRECT_-1205979372', u'MULTIEQUAL_-1205979348'), (u'CALL_-1205983212', u'INDIRECT_-1205978123'), (u'INDIRECT_-1205978826', u'MULTIEQUAL_-1205980102'), (u'INDIRECT_-1205977779', u'SUBPIECE_-1205978645'), (u'CALLIND_-1205983787', u'INDIRECT_-1205980505'), (u'CALLIND_-1205985008', u'INDIRECT_-1205978087'), (u'SUBPIECE_-1205977904', u'COPY_-1205977959'), (u'MULTIEQUAL_-1205978863', u'MULTIEQUAL_-1205979011'), (u'CALL_-1205983821', u'INDIRECT_-1205978314'), (u'INDIRECT_-1205978692', u'MULTIEQUAL_-1205978642'), ('const-48', u'PTRSUB_-1205977691'), (u'INDIRECT_-1205977405', u'COPY_-1205977451'), (u'CALLIND_-1205984922', u'INDIRECT_-1205979373'), (u'CALLIND_-1205983648', u'INDIRECT_-1205977194'), (u'INDIRECT_-1205979268', u'COPY_-1205979314'), (u'MULTIEQUAL_-1205979598', u'MULTIEQUAL_-1205979569'), (u'CALLIND_-1205984965', u'INDIRECT_-1205979594'), (u'INDIRECT_-1205980248', u'MULTIEQUAL_-1205980384'), (u'INDIRECT_-1205978387', u'MULTIEQUAL_-1205978369'), (u'INDIRECT_-1205979790', u'MULTIEQUAL_-1205979715'), ('const-5', u'CALL_-1205985863'), (u'INDIRECT_-1205977566', u'MULTIEQUAL_-1205978974'), ('const-102848', u'PTRSUB_-1205977122'), (u'INDIRECT_-1205978617', u'MULTIEQUAL_-1205978578'), (u'INDIRECT_-1205977402', u'COPY_-1205977426'), (u'INDIRECT_-1205978954', u'MULTIEQUAL_-1205978932'), (u'CALLIND_-1205983648', u'INDIRECT_-1205977387'), (u'MULTIEQUAL_-1205977004', u'MULTIEQUAL_-1205978560'), (u'INDIRECT_-1205977830', u'MULTIEQUAL_-1205979238'), (u'CALLIND_-1205984836', u'INDIRECT_-1205979600'), (u'CALLIND_-1205984965', u'INDIRECT_-1205978661'), (u'MULTIEQUAL_-1205977784', u'MULTIEQUAL_-1205977540'), (u'CALL_-1205986193', u'INDIRECT_-1205980924'), ('const-1', u'COPY_-1205982895'), ('const-102912', u'PTRSUB_-1205977296'), (u'INDIRECT_-1205978117', u'MULTIEQUAL_-1205978642'), (u'CALLIND_-1205984158', u'INDIRECT_-1205980818'), (u'CALL_-1205983776', u'INDIRECT_-1205979360'), (u'CALL_-1205985367', u'INDIRECT_-1205978189'), (u'CALLIND_-1205984750', u'INDIRECT_-1205978231'), (u'CALL_-1205986193', u'INDIRECT_-1205980459'), (u'CALLIND_-1205983830', u'INDIRECT_-1205979523'), (u'INDIRECT_-1205978222', u'MULTIEQUAL_-1205978200'), (u'INDIRECT_-1205977758', u'SUBPIECE_-1205978625'), (u'CALLIND_-1205984115', u'INDIRECT_-1205980663'), (u'INDIRECT_-1205979455', u'MULTIEQUAL_-1205979437'), (u'INDIRECT_-1205979518', u'MULTIEQUAL_-1205980040'), (u'CALL_-1205983105', u'INDIRECT_-1205977866'), (u'CALL_-1205983031', u'INDIRECT_-1205978778'), (u'INDIRECT_-1205980704', u'MULTIEQUAL_-1205980680'), (u'INDIRECT_-1205979535', u'MULTIEQUAL_-1205979069'), (u'MULTIEQUAL_-1205977220', u'MULTIEQUAL_-1205978754'), (u'COPY_-1205977961', u'PIECE_-1205977901'), ('const-3', u'SUBPIECE_-1205977903'), (u'CALLIND_-1205985251', u'INDIRECT_-1205978932'), (u'INDIRECT_-1205979093', u'MULTIEQUAL_-1205980369'), (u'CALLIND_-1205984793', u'INDIRECT_-1205979847'), (u'INDIRECT_-1205977368', u'MULTIEQUAL_-1205978776'), (u'INDIRECT_-1205978844', u'MULTIEQUAL_-1205979046'), (u'INDIRECT_-1205978752', u'MULTIEQUAL_-1205978713'), (u'CALL_-1205983776', u'INDIRECT_-1205979027'), (u'INDIRECT_-1205977133', u'MULTIEQUAL_-1205977252'), (u'MULTIEQUAL_-1205980482', u'COPY_-1205980545'), ('const-4', u'SUBPIECE_-1205979343'), (u'CALLIND_-1205984115', u'INDIRECT_-1205980000'), (u'CALLIND_-1205984063', u'INDIRECT_-1205979173'), (u'SUBPIECE_-1205977500', u'COPY_-1205977555'), (u'CALL_-1205983776', u'INDIRECT_-1205979759'), ('const-0', u'PTRSUB_-1205978066'), (u'INDIRECT_-1205979046', u'MULTIEQUAL_-1205979024'), (u'INDIRECT_-1205980514', u'MULTIEQUAL_-1205981050'), (u'INDIRECT_-1205979712', u'MULTIEQUAL_-1205979690'), (u'INDIRECT_-1205979868', u'MULTIEQUAL_-1205979402'), (u'INDIRECT_-1205977075', u'COPY_-1205977121'), (u'MULTIEQUAL_-1205977550', u'MULTIEQUAL_-1205979084'), (u'CALLIND_-1205983648', u'INDIRECT_-1205978713'), ('const-77264', u'PTRSUB_-1205983887'), (u'CALLIND_-1205985295', u'INDIRECT_-1205980285'), (u'INDIRECT_-1205978181', u'SUBPIECE_-1205979303'), (u'CALL_-1205986230', u'INDIRECT_-1205979216'), (u'CALLIND_-1205985060', u'INDIRECT_-1205978047'), (u'CALLIND_-1205983959', u'INDIRECT_-1205978857'), (u'INDIRECT_-1205979849', u'MULTIEQUAL_-1205979985'), (u'CALLIND_-1205983830', u'INDIRECT_-1205978401'), (u'INT_SEXT_-1205980794', u'CALLIND_-1205983984'), (u'INDIRECT_-1205977694', u'MULTIEQUAL_-1205977672'), (u'CALLIND_-1205984793', u'INDIRECT_-1205978251'), (u'PTRSUB_-1205977651', u'CALLIND_-1205984922'), (u'CALLIND_-1205983701', u'INDIRECT_-1205978341'), (u'INDIRECT_-1205978947', u'MULTIEQUAL_-1205978929'), (u'INDIRECT_-1205977156', u'SUBPIECE_-1205978290'), (u'CALLIND_-1205984246', u'INDIRECT_-1205980860'), (u'MULTIEQUAL_-1205979443', u'MULTIEQUAL_-1205979024'), (u'CALLIND_-1205985295', u'INDIRECT_-1205980486'), (u'INDIRECT_-1205978822', u'MULTIEQUAL_-1205978800'), (u'INDIRECT_-1205981050', u'MULTIEQUAL_-1205981035'), ('const-0', u'PTRSUB_-1205977935'), (u'MULTIEQUAL_-1205978747', u'MULTIEQUAL_-1205980281'), (u'CALLIND_-1205983569', u'INDIRECT_-1205979280'), (u'CALLIND_-1205983873', u'INDIRECT_-1205979948'), (u'CALLIND_-1205984836', u'INDIRECT_-1205978799'), (u'CALL_-1205983776', u'INDIRECT_-1205977632'), (u'CALL_-1205986193', u'INDIRECT_-1205978998'), (u'MULTIEQUAL_-1205980080', u'COPY_-1205980143'), (u'CALLIND_-1205983744', u'INDIRECT_-1205979483'), (u'MULTIEQUAL_-1205979394', u'MULTIEQUAL_-1205979542'), (u'CALL_-1205983212', u'INDIRECT_-1205978793'), (u'CALL_-1205983908', u'INDIRECT_-1205979684'), (u'INDIRECT_-1205979188', u'MULTIEQUAL_-1205979170'), (u'INDIRECT_-1205978857', u'MULTIEQUAL_-1205978842'), (u'INDIRECT_-1205977717', u'MULTIEQUAL_-1205977695'), (u'CALLIND_-1205983744', u'INDIRECT_-1205980287'), (u'CALL_-1205984318', u'INDIRECT_-1205980555'), (u'CALL_-1205983169', u'INDIRECT_-1205977155'), (u'CALLIND_-1205984202', u'INDIRECT_-1205980506'), (u'CALLIND_-1205983569', u'INDIRECT_-1205977948'), (u'MULTIEQUAL_-1205980774', u'CALL_-1205983125'), (u'CALL_-1205986193', u'INDIRECT_-1205980726'), (u'INDIRECT_-1205978932', u'MULTIEQUAL_-1205978857'), (u'CALLIND_-1205983701', u'INDIRECT_-1205978803'), (u'CALL_-1205984318', u'INDIRECT_-1205980753'), (u'CALL_-1205985829', u'INDIRECT_-1205978853'), (u'MULTIEQUAL_-1205978691', u'MULTIEQUAL_-1205978662'), (u'MULTIEQUAL_-1205978972', u'MULTIEQUAL_-1205978728'), (u'INDIRECT_-1205979117', u'MULTIEQUAL_-1205979253'), (u'CALL_-1205986230', u'INDIRECT_-1205979084'), (u'CALLIND_-1205984750', u'INDIRECT_-1205977967'), (u'INDIRECT_-1205978789', u'MULTIEQUAL_-1205978771'), (u'INDIRECT_-1205976765', u'SUBPIECE_-1205977667'), (u'PTRSUB_-1205978184', u'CALLIND_-1205984202'), ('const-4', u'SUBPIECE_-1205978356'), (u'INDIRECT_-1205979091', u'MULTIEQUAL_-1205979253'), (u'CALL_-1205983332', u'INDIRECT_-1205978663'), ('const-180', u'INT_SUB_-1205983129'), (u'CALLIND_-1205985112', u'INDIRECT_-1205980263'), (u'INDIRECT_-1205979856', u'MULTIEQUAL_-1205979781'), (u'CALLIND_-1205984922', u'INDIRECT_-1205980968'), ('const-0', u'SUBPIECE_-1205979411'), (u'MULTIEQUAL_-1205978048', u'MULTIEQUAL_-1205977418'), (u'CALL_-1205983847', u'INDIRECT_-1205978994'), (u'CALL_-1205984628', u'INDIRECT_-1205979628'), (u'CALLIND_-1205984965', u'INDIRECT_-1205980125'), (u'CALL_-1205983847', u'INDIRECT_-1205979459'), (u'CALL_-1205983105', u'INDIRECT_-1205979330'), (u'CALLIND_-1205984246', u'INDIRECT_-1205980461'), (u'INDIRECT_-1205980858', u'MULTIEQUAL_-1205980783'), (u'CALL_-1205983821', u'MULTIEQUAL_-1205981827'), (u'CALLIND_-1205984158', u'INDIRECT_-1205980219'), (u'INDIRECT_-1205977291', u'MULTIEQUAL_-1205977252'), (u'MULTIEQUAL_-1205977916', u'MULTIEQUAL_-1205977497'), (u'INDIRECT_-1205979227', u'MULTIEQUAL_-1205979135'), (u'INDIRECT_-1205979059', u'MULTIEQUAL_-1205979178'), (u'INDIRECT_-1205978065', u'COPY_-1205978111'), (u'INDIRECT_-1205979694', u'MULTIEQUAL_-1205979644'), (u'CALLIND_-1205984965', u'INDIRECT_-1205978067'), (u'CALL_-1205985863', u'INDIRECT_-1205979660'), (u'CALL_-1205986193', u'INDIRECT_-1205980192'), (u'INDIRECT_-1205979426', u'MULTIEQUAL_-1205980834'), (u'CALL_-1205983821', u'INDIRECT_-1205979715'), (u'INDIRECT_-1205977194', u'SUBPIECE_-1205978177'), (u'CALL_-1205983125', u'INDIRECT_-1205978281'), (u'CALLIND_-1205983744', u'INDIRECT_-1205978361'), (u'CALL_-1205985863', u'INDIRECT_-1205978670'), (u'MULTIEQUAL_-1205977355', u'MULTIEQUAL_-1205977319'), ('tmp_3963', u'CBRANCH_-1205983149'), (u'CALLIND_-1205984965', u'INDIRECT_-1205979123'), (u'CALLIND_-1205984011', u'INDIRECT_-1205978949'), (u'CALLIND_-1205985060', u'INDIRECT_-1205978245'), (u'CALLIND_-1205983873', u'INDIRECT_-1205978949'), (u'CALL_-1205986123', u'INDIRECT_-1205978857'), (u'MULTIEQUAL_-1205978558', u'INT_RIGHT_-1205978416'), (u'CALLIND_-1205984965', u'INDIRECT_-1205977863'), (u'COPY_-1205977960', u'PIECE_-1205977902'), (u'INDIRECT_-1205977093', u'SUBPIECE_-1205978049'), (u'CALL_-1205983031', u'INDIRECT_-1205977050'), (u'MULTIEQUAL_-1205977202', u'MULTIEQUAL_-1205977166'), (u'CALLIND_-1205985164', u'INDIRECT_-1205979758'), (u'MULTIEQUAL_-1205981435', u'MULTIEQUAL_-1205980496'), (u'CALLIND_-1205984793', u'INDIRECT_-1205979247'), ('const-2', u'CALLIND_-1205984246'), (u'INDIRECT_-1205979397', u'SUBPIECE_-1205977860'), ('const-0', u'SUBPIECE_-1205978352'), ('const-0', u'SUBPIECE_-1205983336'), (u'INDIRECT_-1205978519', u'MULTIEQUAL_-1205979044'), (u'CALLIND_-1205984158', u'INDIRECT_-1205979819'), (u'MULTIEQUAL_-1205978068', u'MULTIEQUAL_-1205978039'), (u'INT_NOTEQUAL_-1205984276', u'CBRANCH_-1205984275'), (u'INDIRECT_-1205977457', u'MULTIEQUAL_-1205977982'), (u'MULTIEQUAL_-1205977418', u'MULTIEQUAL_-1205978952'), (u'CALLIND_-1205984246', u'INDIRECT_-1205978535'), (u'COPY_-1205977913', u'PIECE_-1205977857'), (u'INDIRECT_-1205978530', u'COPY_-1205978554'), (u'COPY_-1205977892', u'PIECE_-1205977832'), (u'INDIRECT_-1205979311', u'MULTIEQUAL_-1205979847'), (u'INDIRECT_-1205978910', u'MULTIEQUAL_-1205978886'), (u'INDIRECT_-1205977562', u'MULTIEQUAL_-1205977540'), (u'CALL_-1205983031', u'INDIRECT_-1205978310'), (u'CALLIND_-1205985060', u'INDIRECT_-1205979973'), (u'INDIRECT_-1205977471', u'COPY_-1205977517'), (u'CALL_-1205986193', u'INDIRECT_-1205978800'), (u'CALL_-1205983847', u'INDIRECT_-1205978727'), (u'PTRSUB_-1205978091', u'CALLIND_-1205984011'), (u'CALLIND_-1205985112', u'INDIRECT_-1205979333'), ('tmp_2558', u'CBRANCH_-1205984111'), (u'CALLIND_-1205984115', u'INDIRECT_-1205980066'), ('const-32', u'PTRSUB_-1205977743'), (u'INDIRECT_-1205979715', u'PIECE_-1205978592'), (u'CALLIND_-1205984836', u'INDIRECT_-1205979129'), (u'CALL_-1205983105', u'INDIRECT_-1205979531'), (u'CALLIND_-1205984063', u'INDIRECT_-1205979107'), (u'CALL_-1205986123', u'INDIRECT_-1205980849'), (u'CALL_-1205984628', u'INDIRECT_-1205980821'), (u'CALL_-1205986230', u'INDIRECT_-1205980546'), (u'CALLIND_-1205983787', u'INDIRECT_-1205978513'), (u'INDIRECT_-1205980116', u'MULTIEQUAL_-1205980252'), (u'CALL_-1205985829', u'INDIRECT_-1205978787'), (u'INDIRECT_-1205977821', u'SUBPIECE_-1205978685'), (u'CALL_-1205986230', u'INDIRECT_-1205980146'), (u'CALL_-1205983074', u'INDIRECT_-1205977457'), (u'INDIRECT_-1205977423', u'MULTIEQUAL_-1205977384'), (u'CALLIND_-1205984879', u'INDIRECT_-1205978357'), ('const-86964', u'COPY_-1205983195'), (u'CALL_-1205983125', u'INDIRECT_-1205979550'), (u'INDIRECT_-1205977853', u'MULTIEQUAL_-1205978378'), (u'CALL_-1205983116', u'INDIRECT_-1205977801'), ('const-1', u'SUBPIECE_-1205977905'), ('const-4', u'SUBPIECE_-1205978745'), (u'CALLIND_-1205984246', u'INDIRECT_-1205979657'), (u'INDIRECT_-1205978820', u'MULTIEQUAL_-1205978480'), (u'CALLIND_-1205985295', u'INDIRECT_-1205981148'), (u'CALLIND_-1205983569', u'INDIRECT_-1205978542'), (u'INDIRECT_-1205978669', u'COPY_-1205978715'), (u'SUBPIECE_-1205977835', u'COPY_-1205977890'), (u'CALLIND_-1205984965', u'INDIRECT_-1205979261'), (u'MULTIEQUAL_-1205977353', u'MULTIEQUAL_-1205977317'), (u'COPY_-1205978448', u'CALL_-1205985863'), (u'MULTIEQUAL_-1205979242', u'MULTIEQUAL_-1205978998'), (u'CALL_-1205983074', u'INDIRECT_-1205978519'), (u'CALL_-1205983332', u'INDIRECT_-1205979064'), (u'CALL_-1205986230', u'INDIRECT_-1205979744'), (u'INDIRECT_-1205980581', u'MULTIEQUAL_-1205980717'), (u'SUBPIECE_-1205977499', u'COPY_-1205977554'), (u'CALL_-1205983821', u'INDIRECT_-1205977786'), ('const-2', u'SUBPIECE_-1205977904'), (u'CALLIND_-1205983744', u'INDIRECT_-1205980554'), ('const-4', u'SUBPIECE_-1205977667'), ('tmp_2326', u'CBRANCH_-1205984275'), (u'CALL_-1205985367', u'INDIRECT_-1205978453'), (u'INDIRECT_-1205980160', u'MULTIEQUAL_-1205980065'), (u'INDIRECT_-1205977892', u'MULTIEQUAL_-1205977870'), (u'INDIRECT_-1205980984', u'MULTIEQUAL_-1205980969'), (u'CALLIND_-1205984115', u'INDIRECT_-1205978737'), (u'CALL_-1205985863', u'INDIRECT_-1205978604'), (u'CALLIND_-1205984063', u'INDIRECT_-1205980241'), (u'INT_NOTEQUAL_-1205984491', u'CBRANCH_-1205984491'), (u'CALLIND_-1205984063', u'INDIRECT_-1205980106'), (u'CALLIND_-1205984063', u'INDIRECT_-1205978711'), (u'CALLIND_-1205984879', u'INDIRECT_-1205979221'), (u'CALL_-1205983821', u'INDIRECT_-1205978050'), (u'CALL_-1205983074', u'INDIRECT_-1205977191'), (u'CALLIND_-1205983744', u'INDIRECT_-1205978955'), (u'COPY_-1205977554', u'PIECE_-1205977499'), (u'CALLIND_-1205983916', u'INDIRECT_-1205980034'), ('const-0', u'SUBPIECE_-1205978224'), (u'INDIRECT_-1205976805', u'SUBPIECE_-1205977774'), (u'INDIRECT_-1205978138', u'SUBPIECE_-1205978999'), (u'INDIRECT_-1205977690', u'SUBPIECE_-1205978624'), (u'CALLIND_-1205984879', u'INDIRECT_-1205980019'), ('const-0', u'PTRSUB_-1205983458'), (u'INDIRECT_-1205978392', u'COPY_-1205978416'), (u'INDIRECT_-1205977849', u'MULTIEQUAL_-1205977827'), (u'MULTIEQUAL_-1205977850', u'MULTIEQUAL_-1205977220'), (u'CALLIND_-1205985164', u'INDIRECT_-1205979825'), (u'CALLIND_-1205983787', u'INDIRECT_-1205979774'), (u'CALL_-1205983332', u'INDIRECT_-1205977666'), (u'INDIRECT_-1205977801', u'COPY_-1205977847'), (u'MULTIEQUAL_-1205978012', u'MULTIEQUAL_-1205979546'), (u'SUBPIECE_-1205977431', u'COPY_-1205977486'), (u'CALLIND_-1205985164', u'INDIRECT_-1205978231'), (u'INDIRECT_-1205979087', u'MULTIEQUAL_-1205978747'), (u'INDIRECT_-1205977819', u'MULTIEQUAL_-1205977780'), (u'CALLIND_-1205983984', u'INDIRECT_-1205979719'), (u'CALLIND_-1205983916', u'INDIRECT_-1205980700'), (u'CALL_-1205983821', u'INDIRECT_-1205979316'), (u'CALLIND_-1205983984', u'INDIRECT_-1205977991'), (u'INDIRECT_-1205978712', u'MULTIEQUAL_-1205978688'), (u'INDIRECT_-1205979053', u'MULTIEQUAL_-1205979578'), (u'CALLIND_-1205984965', u'INDIRECT_-1205979660'), (u'INDIRECT_-1205980726', u'MULTIEQUAL_-1205980651'), (u'MULTIEQUAL_-1205978795', u'MULTIEQUAL_-1205978943'), (u'INDIRECT_-1205978509', u'MULTIEQUAL_-1205978487'), (u'MULTIEQUAL_-1205978625', u'MULTIEQUAL_-1205978596'), (u'CALL_-1205983908', u'INDIRECT_-1205978820'), (u'CALLIND_-1205984011', u'INDIRECT_-1205979543'), ('tmp_838', u'CBRANCH_-1205985337'), (u'CALLIND_-1205983984', u'INDIRECT_-1205980516'), (u'CALLIND_-1205984965', u'INDIRECT_-1205980326'), (u'CALLIND_-1205984750', u'INDIRECT_-1205979023'), (u'CALLIND_-1205983959', u'INDIRECT_-1205978659'), (u'PTRSUB_-1205978163', u'CALLIND_-1205984158'), (u'CALL_-1205983212', u'INDIRECT_-1205978861'), (u'CALLIND_-1205983787', u'INDIRECT_-1205979641'), (u'CAST_-1205976695', u'INT_LESS_-1205983109'), (u'MULTIEQUAL_-1205978312', u'MULTIEQUAL_-1205977682'), ('const-0', u'SUBPIECE_-1205979145'), ('const-0', u'PTRSUB_-1205983917'), ('const-5', u'COPY_-1205986143'), (u'INDIRECT_-1205977961', u'CALLIND_-1205984836'), (u'CALL_-1205984628', u'INDIRECT_-1205979760'), (u'CALLIND_-1205983744', u'INDIRECT_-1205979555'), (u'CALL_-1205983776', u'INDIRECT_-1205977896'), (u'INDIRECT_-1205979191', u'MULTIEQUAL_-1205979310'), ('const-0', u'SUBPIECE_-1205978691'), (u'MULTIEQUAL_-1205979460', u'MULTIEQUAL_-1205979608'), (u'MULTIEQUAL_-1205978892', u'MULTIEQUAL_-1205978863'), (u'MULTIEQUAL_-1205979578', u'MULTIEQUAL_-1205979334'), (u'CALL_-1205983908', u'INDIRECT_-1205977824'), (u'CALL_-1205984318', u'INDIRECT_-1205978893'), (u'INDIRECT_-1205979181', u'MULTIEQUAL_-1205979159'), (u'CALLIND_-1205984836', u'INDIRECT_-1205978469'), (u'CALLIND_-1205983787', u'SUBPIECE_-1205983336'), (u'INDIRECT_-1205977800', u'SUBPIECE_-1205978731'), (u'CALL_-1205986193', u'INDIRECT_-1205979064'), (u'PTRSUB_-1205978232', u'CALL_-1205984318'), (u'CALLIND_-1205984750', u'INDIRECT_-1205979494'), (u'CALLIND_-1205984158', u'INDIRECT_-1205979351'), (u'CALLIND_-1205983873', u'INDIRECT_-1205980281'), (u'CALLIND_-1205983744', u'INDIRECT_-1205980353'), (u'INT_AND_-1205983092', u'MULTIEQUAL_-1205980559'), (u'CALL_-1205984628', u'INDIRECT_-1205980024'), (u'INDIRECT_-1205979089', u'SUBPIECE_-1205977476'), (u'SUBPIECE_-1205977857', u'COPY_-1205977912'), (u'INDIRECT_-1205980048', u'MULTIEQUAL_-1205980183'), (u'INDIRECT_-1205979521', u'MULTIEQUAL_-1205979503'), (u'INDIRECT_-1205978123', u'MULTIEQUAL_-1205978105'), (u'CALLIND_-1205985008', u'INDIRECT_-1205979143'), (u'CALLIND_-1205983830', u'INDIRECT_-1205979457'), ('const-102848', u'PTRSUB_-1205977737'), (u'INDIRECT_-1205978961', u'MULTIEQUAL_-1205980237'), (u'CALL_-1205984318', u'INT_NOTEQUAL_-1205984290'), ('const-4', u'SUBPIECE_-1205977791'), (u'CALLIND_-1205984063', u'INDIRECT_-1205979569'), ('const-2', u'INT_LESS_-1205983109'), (u'CALLIND_-1205985060', u'INDIRECT_-1205979439'), (u'CALL_-1205983116', u'INDIRECT_-1205978669'), (u'CALL_-1205984628', u'INDIRECT_-1205977766'), (u'CALLIND_-1205984115', u'INDIRECT_-1205979595'), (u'CALLIND_-1205984115', u'INDIRECT_-1205979331'), (u'MULTIEQUAL_-1205979282', u'COPY_-1205979345'), (u'CALLIND_-1205983569', u'INDIRECT_-1205979412'), (u'CALL_-1205983169', u'INDIRECT_-1205978628'), ('const-0', u'SUBPIECE_-1205982971'), (u'CALLIND_-1205983648', u'INDIRECT_-1205979313'), (u'CALLIND_-1205984063', u'INDIRECT_-1205979239'), ('const-4', u'SUBPIECE_-1205978378'), (u'CALLIND_-1205984922', u'INDIRECT_-1205979775'), (u'MULTIEQUAL_-1205977798', u'MULTIEQUAL_-1205977946'), (u'CALLIND_-1205983744', u'INDIRECT_-1205980485'), ('const-52', u'COPY_-1205983923'), (u'CALLIND_-1205985164', u'INDIRECT_-1205979893'), (u'INDIRECT_-1205978057', u'MULTIEQUAL_-1205978039'), (u'CALLIND_-1205985164', u'INDIRECT_-1205979491'), ('const-0', u'SUBPIECE_-1205978822'), (u'MULTIEQUAL_-1205979701', u'SUBPIECE_-1205982134'), (u'CALLIND_-1205985112', u'INDIRECT_-1205978865'), (u'COPY_-1205976965', u'MULTIEQUAL_-1205982050'), (u'CALL_-1205983332', u'INDIRECT_-1205977270'), (u'CALLIND_-1205984063', u'INDIRECT_-1205978843'), (u'INDIRECT_-1205978244', u'MULTIEQUAL_-1205978446'), ('const-0', u'SUBPIECE_-1205977774'), (u'CALL_-1205984628', u'INDIRECT_-1205978362'), (u'CALLIND_-1205985207', u'INDIRECT_-1205979043'), (u'CALL_-1205984318', u'INDIRECT_-1205979619'), (u'CALLIND_-1205984063', u'INDIRECT_-1205979773'), (u'CALL_-1205986092', u'INDIRECT_-1205980770'), (u'CALLIND_-1205983916', u'INDIRECT_-1205981362'), (u'INDIRECT_-1205976916', u'MULTIEQUAL_-1205977118'), ('const-4', u'SUBPIECE_-1205978416'), (u'CALL_-1205983074', u'INDIRECT_-1205977655'), (u'CALL_-1205985367', u'INDIRECT_-1205980313'), (u'CALLIND_-1205983787', u'INDIRECT_-1205978181'), (u'INDIRECT_-1205979187', u'MULTIEQUAL_-1205979172'), (u'INDIRECT_-1205978618', u'MULTIEQUAL_-1205978596'), (u'INDIRECT_-1205977317', u'SUBPIECE_-1205978319'), (u'CALL_-1205986092', u'INDIRECT_-1205979042'), (u'CALL_-1205983821', u'INDIRECT_-1205979580'), (u'MULTIEQUAL_-1205979526', u'SUBPIECE_-1205981952'), (u'CALL_-1205986193', u'INDIRECT_-1205979394'), (u'CALLIND_-1205985207', u'INDIRECT_-1205979578'), (u'CALL_-1205985863', u'INDIRECT_-1205979528'), (u'CALLIND_-1205985295', u'INDIRECT_-1205981211'), (u'CALL_-1205984318', u'INDIRECT_-1205979289'), (u'CALL_-1205983116', u'INDIRECT_-1205979067'), ('const-2', u'INT_NOTEQUAL_-1205983724'), (u'CALLIND_-1205985008', u'INDIRECT_-1205979347'), (u'COPY_-1205977959', u'PIECE_-1205977903'), (u'INDIRECT_-1205980384', u'MULTIEQUAL_-1205980369'), (u'CALLIND_-1205984793', u'INDIRECT_-1205979715'), (u'MULTIEQUAL_-1205977814', u'MULTIEQUAL_-1205979348'), (u'CALLIND_-1205985251', u'INDIRECT_-1205980198'), ('const-3', u'SUBPIECE_-1205977880'), (u'CALLIND_-1205984922', u'INDIRECT_-1205977981'), (u'CALL_-1205986193', u'INT_NOTEQUAL_-1205986165'), (u'CALL_-1205983125', u'INDIRECT_-1205977819'), (u'INDIRECT_-1205977486', u'MULTIEQUAL_-1205977468'), (u'COPY_-1205977532', u'PIECE_-1205977476'), (u'INDIRECT_-1205980572', u'MULTIEQUAL_-1205980548'), (u'COPY_-1205977511', u'PIECE_-1205977451'), (u'CALLIND_-1205984836', u'INDIRECT_-1205979400'), (u'INDIRECT_-1205977494', u'MULTIEQUAL_-1205977472'), (u'CALLIND_-1205983873', u'INDIRECT_-1205980413'), ('const-4294967295', u'INT_EQUAL_-1205984444'), (u'CALLIND_-1205984246', u'INDIRECT_-1205980527'), (u'INDIRECT_-1205977698', u'MULTIEQUAL_-1205979106'), (u'CALLIND_-1205983744', u'INDIRECT_-1205979888'), (u'CALL_-1205983821', u'INDIRECT_-1205977654'), (u'CALL_-1205983169', u'INDIRECT_-1205978895'), ('const-1', u'INT_NOTEQUAL_-1205984290'), (u'CALL_-1205983105', u'INDIRECT_-1205977800'), (u'CALL_-1205983074', u'INDIRECT_-1205979251'), (u'INDIRECT_-1205978866', u'MULTIEQUAL_-1205978791'), (u'INDIRECT_-1205979283', u'MULTIEQUAL_-1205979244'), (u'MULTIEQUAL_-1205979357', u'MULTIEQUAL_-1205979328'), (u'CALL_-1205983908', u'INDIRECT_-1205977890'), (u'INDIRECT_-1205979251', u'MULTIEQUAL_-1205979776'), (u'CALLIND_-1205985164', u'INDIRECT_-1205978297'), (u'CALL_-1205983031', u'INDIRECT_-1205978577'), (u'CALL_-1205985829', u'INDIRECT_-1205978721'), (u'CALL_-1205984318', u'INDIRECT_-1205980621'), (u'CALLIND_-1205983916', u'INDIRECT_-1205979635'), (u'CALLIND_-1205985207', u'INDIRECT_-1205978185'), (u'MULTIEQUAL_-1205978754', u'COPY_-1205978817'), (u'INDIRECT_-1205978539', u'MULTIEQUAL_-1205978073'), (u'CALL_-1205983332', u'INDIRECT_-1205979196'), (u'CALLIND_-1205985251', u'INDIRECT_-1205978668'), (u'INDIRECT_-1205980001', u'MULTIEQUAL_-1205979534'), (u'CALLIND_-1205985112', u'INDIRECT_-1205978005'), ('const-1', u'INT_EQUAL_-1205984140'), (u'CALLIND_-1205984246', u'INDIRECT_-1205979795'), (u'CALLIND_-1205984202', u'INDIRECT_-1205978646'), (u'CALLIND_-1205983873', u'INDIRECT_-1205979411'), (u'MULTIEQUAL_-1205979842', u'MULTIEQUAL_-1205979598'), (u'INDIRECT_-1205979025', u'MULTIEQUAL_-1205979187'), (u'CALL_-1205983821', u'INDIRECT_-1205979382'), (u'INDIRECT_-1205978760', u'MULTIEQUAL_-1205980036'), (u'CALLIND_-1205983830', u'INDIRECT_-1205978533'), (u'CALL_-1205986092', u'INDIRECT_-1205978574'), (u'INDIRECT_-1205979385', u'MULTIEQUAL_-1205979370'), (u'CALLIND_-1205983830', u'INDIRECT_-1205978731'), ('const-0', u'SUBPIECE_-1205979263'), (u'CALLIND_-1205984011', u'INDIRECT_-1205978487'), (u'INDIRECT_-1205977304', u'SUBPIECE_-1205978416'), (u'CALL_-1205983125', u'INDIRECT_-1205979151'), (u'CALLIND_-1205983959', u'INDIRECT_-1205979451'), (u'CALLIND_-1205983787', u'INDIRECT_-1205979503'), (u'INDIRECT_-1205978139', u'SUBPIECE_-1205979263'), (u'CALL_-1205985829', u'INDIRECT_-1205980449'), (u'CALLIND_-1205984750', u'INDIRECT_-1205978759'), (u'INDIRECT_-1205981262', u'MULTIEQUAL_-1205980799'), (u'INDIRECT_-1205980222', u'MULTIEQUAL_-1205980384'), (u'CALLIND_-1205984011', u'INDIRECT_-1205978817'), (u'CALLIND_-1205984879', u'INDIRECT_-1205979620'), (u'CALL_-1205983212', u'INDIRECT_-1205978526'), (u'CALLIND_-1205983701', u'INDIRECT_-1205980333'), ('const-16', u'CALL_-1205986193'), (u'INDIRECT_-1205980374', u'MULTIEQUAL_-1205980355'), ('const-102912', u'PTRSUB_-1205978264'), (u'INDIRECT_-1205979587', u'MULTIEQUAL_-1205979569'), (u'CALL_-1205983105', u'INDIRECT_-1205979066'), (u'CALL_-1205986092', u'INDIRECT_-1205980704'), (u'CALLIND_-1205985112', u'INDIRECT_-1205979261'), (u'PIECE_-1205977430', u'PIECE_-1205977429'), (u'INDIRECT_-1205977595', u'MULTIEQUAL_-1205977714'), (u'CALL_-1205983105', u'INDIRECT_-1205977272'), (u'INDIRECT_-1205980647', u'MULTIEQUAL_-1205980783'), (u'INDIRECT_-1205981325', u'MULTIEQUAL_-1205980862'), (u'INDIRECT_-1205978596', u'COPY_-1205978620'), (u'CALLIND_-1205983873', u'INDIRECT_-1205980479'), (u'INDIRECT_-1205980779', u'MULTIEQUAL_-1205980915'), (u'INDIRECT_-1205980638', u'MULTIEQUAL_-1205980614'), (u'COPY_-1205977508', u'PIECE_-1205977453'), (u'INDIRECT_-1205977626', u'MULTIEQUAL_-1205977286'), (u'CALL_-1205983031', u'INDIRECT_-1205979309'), (u'CALLIND_-1205984793', u'INDIRECT_-1205978053'), (u'CALLIND_-1205983648', u'INDIRECT_-1205979646'), (u'MULTIEQUAL_-1205979344', u'MULTIEQUAL_-1205980878'), ('const-0', u'SUBPIECE_-1205978290'), (u'CALL_-1205985367', u'INDIRECT_-1205978651'), (u'CALL_-1205984318', u'INDIRECT_-1205981613'), (u'MULTIEQUAL_-1205980146', u'COPY_-1205980210'), (u'CALLIND_-1205984158', u'INDIRECT_-1205980020'), (u'CALLIND_-1205984063', u'INDIRECT_-1205978024'), (u'CALL_-1205983776', u'INDIRECT_-1205979228'), (u'CALL_-1205986193', u'INDIRECT_-1205979658'), (u'CALL_-1205985367', u'INDIRECT_-1205980448'), (u'CALLIND_-1205984202', u'INDIRECT_-1205978976'), (u'INDIRECT_-1205978750', u'MULTIEQUAL_-1205978728'), (u'CALLIND_-1205985207', u'INDIRECT_-1205979913'), (u'CALL_-1205984628', u'INDIRECT_-1205979094'), (u'INDIRECT_-1205979552', u'MULTIEQUAL_-1205979212'), (u'CALLIND_-1205984202', u'INDIRECT_-1205980240'), (u'CALLIND_-1205983701', u'INDIRECT_-1205978737'), (u'CALLIND_-1205984750', u'INDIRECT_-1205977758'), (u'CALL_-1205985863', u'INDIRECT_-1205980929'), (u'CALL_-1205984318', u'INDIRECT_-1205981550'), (u'CALL_-1205983776', u'INDIRECT_-1205978826'), (u'INDIRECT_-1205977195', u'MULTIEQUAL_-1205977202'), (u'CALL_-1205986123', u'INDIRECT_-1205979187'), (u'INDIRECT_-1205976847', u'SUBPIECE_-1205977791'), (u'INDIRECT_-1205978647', u'MULTIEQUAL_-1205978625'), (u'MULTIEQUAL_-1205978312', u'MULTIEQUAL_-1205977893'), (u'PTRSUB_-1205977758', u'PTRSUB_-1205977691'), (u'CALL_-1205983105', u'INDIRECT_-1205978998'), (u'CALLIND_-1205983830', u'INDIRECT_-1205979862'), (u'CALLIND_-1205984836', u'INDIRECT_-1205978535'), (u'CALL_-1205983116', u'INDIRECT_-1205977339'), (u'CALLIND_-1205983701', u'INDIRECT_-1205978671'), (u'CALLIND_-1205984793', u'INDIRECT_-1205978119'), (u'CALL_-1205983776', u'INDIRECT_-1205978760'), (u'CALLIND_-1205983569', u'INDIRECT_-1205977153'), (u'CALLIND_-1205983984', u'INDIRECT_-1205977661'), (u'CALLIND_-1205984836', u'INDIRECT_-1205978601'), (u'CALL_-1205985863', u'INDIRECT_-1205978736'), ('const-2', u'CALLIND_-1205984965'), (u'INDIRECT_-1205977843', u'SUBPIECE_-1205978969'), (u'CALLIND_-1205983569', u'INDIRECT_-1205979544'), (u'MULTIEQUAL_-1205978972', u'SUBPIECE_-1205978979'), (u'MULTIEQUAL_-1205978180', u'MULTIEQUAL_-1205977936'), (u'MULTIEQUAL_-1205977841', u'MULTIEQUAL_-1205977814'), (u'CALLIND_-1205984115', u'INDIRECT_-1205979661'), (u'MULTIEQUAL_-1205979776', u'MULTIEQUAL_-1205979146'), (u'CALL_-1205983031', u'INDIRECT_-1205977116'), (u'CALLIND_-1205984202', u'SUBPIECE_-1205983078'), ('const-4', u'SUBPIECE_-1205978863'), (u'CALLIND_-1205984922', u'INDIRECT_-1205979508'), (u'CALLIND_-1205984063', u'INDIRECT_-1205977351'), (u'MULTIEQUAL_-1205978906', u'MULTIEQUAL_-1205978487'), (u'INDIRECT_-1205980305', u'MULTIEQUAL_-1205980281'), (u'CALL_-1205985367', u'INDIRECT_-1205979113'), (u'INDIRECT_-1205977651', u'MULTIEQUAL_-1205977629'), (u'INDIRECT_-1205978888', u'MULTIEQUAL_-1205978866'), (u'INDIRECT_-1205978919', u'MULTIEQUAL_-1205979055'), (u'CALLIND_-1205983744', u'INDIRECT_-1205979687'), ('const-24', u'PTRSUB_-1205977769')]
[(u'CALL_-1205986230', u'CALL_-1205984628'), (u'INDIRECT_-1205979197', u'MULTIEQUAL_-1205978731'), (u'MULTIEQUAL_-1205978353', u'MULTIEQUAL_-1205978324'), (u'INDIRECT_-1205978225', u'CALLIND_-1205985251'), (u'INDIRECT_-1205977983', u'MULTIEQUAL_-1205978508'), (u'CALL_-1205985829', u'INDIRECT_-1205979709'), (u'CALL_-1205983105', u'INDIRECT_-1205978728'), (u'CALL_-1205986230', u'INDIRECT_-1205979346'), (u'INDIRECT_-1205980702', u'COPY_-1205980737'), (u'INDIRECT_-1205977455', u'MULTIEQUAL_-1205977980'), (u'CALLIND_-1205984011', u'INDIRECT_-1205979211'), (u'CALLIND_-1205984879', u'INDIRECT_-1205981141'), (u'MULTIEQUAL_-1205978419', u'MULTIEQUAL_-1205978390'), ('const-102864', u'PTRSUB_-1205978108'), (u'MULTIEQUAL_-1205979754', u'MULTIEQUAL_-1205979725'), (u'INT_EQUAL_-1205984492', u'CBRANCH_-1205984491'), (u'CALLIND_-1205983959', u'INDIRECT_-1205980784'), ('const-4294967295', u'INT_NOTEQUAL_-1205983951'), (u'CALL_-1205983031', u'INDIRECT_-1205978707'), (u'CALLIND_-1205984750', u'INDIRECT_-1205978427'), (u'INDIRECT_-1205979643', u'MULTIEQUAL_-1205979779'), (u'CALLIND_-1205985060', u'INDIRECT_-1205981164'), (u'MULTIEQUAL_-1205977730', u'MULTIEQUAL_-1205977878'), (u'CALL_-1205986123', u'INDIRECT_-1205980847'), (u'INDIRECT_-1205978693', u'MULTIEQUAL_-1205978855'), (u'CALLIND_-1205983569', u'INDIRECT_-1205979011'), (u'CALL_-1205986092', u'INDIRECT_-1205980369'), (u'CALL_-1205986092', u'INDIRECT_-1205980435'), (u'CALL_-1205985829', u'INDIRECT_-1205980978'), (u'MULTIEQUAL_-1205977780', u'MULTIEQUAL_-1205977361'), (u'INDIRECT_-1205980369', u'COPY_-1205980404'), (u'CALL_-1205983847', u'INDIRECT_-1205977531'), (u'MULTIEQUAL_-1205979820', u'MULTIEQUAL_-1205979791'), (u'MULTIEQUAL_-1205978772', u'COPY_-1205978528'), (u'MULTIEQUAL_-1205978772', u'MULTIEQUAL_-1205978528'), (u'CALL_-1205985367', u'INDIRECT_-1205978319'), (u'INT_ZEXT_-1205984245', u'MULTIEQUAL_-1205981572'), (u'CALLIND_-1205985112', u'INDIRECT_-1205978665'), (u'CALLIND_-1205984011', u'SUBPIECE_-1205978350'), (u'INDIRECT_-1205978390', u'COPY_-1205978414'), (u'CALLIND_-1205983984', u'INDIRECT_-1205979118'), (u'INDIRECT_-1205977583', u'MULTIEQUAL_-1205977561'), (u'CALL_-1205983031', u'INDIRECT_-1205977708'), (u'CALL_-1205983116', u'INDIRECT_-1205978063'), (u'CALLIND_-1205985251', u'INDIRECT_-1205978534'), (u'CALL_-1205983212', u'INDIRECT_-1205978253'), (u'CALL_-1205985829', u'INDIRECT_-1205978653'), (u'CALL_-1205984628', u'INDIRECT_-1205979423'), (u'INDIRECT_-1205979398', u'COPY_-1205979444'), (u'CALL_-1205984318', u'INDIRECT_-1205979683'), (u'CALL_-1205984318', u'INDIRECT_-1205981018'), (u'INDIRECT_-1205978599', u'CALLIND_-1205984202'), ('tmp_2520', u'CBRANCH_-1205984138'), (u'CALLIND_-1205983701', u'INDIRECT_-1205978669'), (u'CALL_-1205983847', u'INDIRECT_-1205979922'), (u'INDIRECT_-1205979713', u'MULTIEQUAL_-1205979698'), (u'INDIRECT_-1205977298', u'MULTIEQUAL_-1205978706'), (u'CALLIND_-1205985251', u'INDIRECT_-1205980529'), (u'CALLIND_-1205983648', u'INDIRECT_-1205978045'), (u'CALLIND_-1205983916', u'INDIRECT_-1205980830'), (u'MULTIEQUAL_-1205978310', u'MULTIEQUAL_-1205977891'), (u'MULTIEQUAL_-1205978706', u'MULTIEQUAL_-1205978287'), (u'INDIRECT_-1205979688', u'MULTIEQUAL_-1205980964'), (u'CALL_-1205983105', u'INDIRECT_-1205978590'), (u'INDIRECT_-1205978192', u'COPY_-1205978216'), (u'CALL_-1205983116', u'INDIRECT_-1205977601'), (u'MULTIEQUAL_-1205978169', u'MULTIEQUAL_-1205978142'), (u'CALL_-1205983169', u'INDIRECT_-1205978758'), (u'CALL_-1205983116', u'INDIRECT_-1205977337'), (u'INDIRECT_-1205980022', u'MULTIEQUAL_-1205979972'), (u'INDIRECT_-1205978793', u'COPY_-1205978817'), (u'CALLIND_-1205985008', u'INDIRECT_-1205981201'), (u'CALLIND_-1205984246', u'INDIRECT_-1205979523'), (u'CALLIND_-1205983873', u'INDIRECT_-1205980744'), (u'CALLIND_-1205983744', u'INDIRECT_-1205980615'), (u'MULTIEQUAL_-1205979900', u'MULTIEQUAL_-1205979873'), (u'CALLIND_-1205985251', u'INDIRECT_-1205980460'), (u'INT_NOTEQUAL_-1205983724', u'CBRANCH_-1205983723'), (u'INDIRECT_-1205979292', u'MULTIEQUAL_-1205980700'), (u'INDIRECT_-1205979194', u'MULTIEQUAL_-1205979119'), (u'MULTIEQUAL_-1205979553', u'INT_NOTEQUAL_-1205983615'), (u'INDIRECT_-1205978691', u'MULTIEQUAL_-1205978599'), (u'INDIRECT_-1205978456', u'COPY_-1205978480'), (u'INDIRECT_-1205980221', u'MULTIEQUAL_-1205980129'), (u'CALL_-1205983125', u'INDIRECT_-1205977817'), (u'CALLIND_-1205983873', u'INDIRECT_-1205978617'), (u'INDIRECT_-1205978092', u'MULTIEQUAL_-1205979368'), (u'INDIRECT_-1205980644', u'MULTIEQUAL_-1205981180'), (u'CALLIND_-1205983830', u'INDIRECT_-1205979725'), (u'CALLIND_-1205985008', u'INDIRECT_-1205979207'), (u'INDIRECT_-1205980389', u'MULTIEQUAL_-1205980313'), (u'INDIRECT_-1205979020', u'MULTIEQUAL_-1205978970'), (u'CALLIND_-1205984879', u'INDIRECT_-1205978685'), ('const-0', u'PTRSUB_-1205977326'), (u'INDIRECT_-1205978550', u'MULTIEQUAL_-1205978528'), (u'CALL_-1205983125', u'INDIRECT_-1205978681'), (u'CALLIND_-1205985295', u'INDIRECT_-1205979750'), (u'CALL_-1205983821', u'INDIRECT_-1205978978'), ('const-255', u'INT_AND_-1205985825'), (u'CALLIND_-1205984063', u'INDIRECT_-1205979837'), (u'MULTIEQUAL_-1205979774', u'MULTIEQUAL_-1205979530'), (u'INDIRECT_-1205979680', u'MULTIEQUAL_-1205979641'), (u'MULTIEQUAL_-1205979840', u'COPY_-1205978544'), (u'CALLIND_-1205984246', u'INDIRECT_-1205979853'), (u'CALLIND_-1205984246', u'INDIRECT_-1205980990'), (u'CALL_-1205983125', u'MULTIEQUAL_-1205981878'), (u'INDIRECT_-1205979149', u'MULTIEQUAL_-1205979110'), ('const-5', u'COPY_-1205986143'), (u'INDIRECT_-1205978030', u'MULTIEQUAL_-1205977980'), (u'CALLIND_-1205985008', u'INDIRECT_-1205979411'), (u'INDIRECT_-1205979556', u'MULTIEQUAL_-1205980964'), (u'INDIRECT_-1205979158', u'MULTIEQUAL_-1205980565'), (u'CALL_-1205983031', u'INDIRECT_-1205979040'), (u'CALL_-1205984628', u'INDIRECT_-1205978690'), (u'BOOL_NEGATE_-1205980232', u'CBRANCH_-1205984365'), (u'CALLIND_-1205983916', u'INDIRECT_-1205979964'), (u'CALLIND_-1205985164', u'INDIRECT_-1205978955'), (u'INDIRECT_-1205978055', u'MULTIEQUAL_-1205978174'), (u'CALL_-1205983847', u'INDIRECT_-1205978653'), (u'MULTIEQUAL_-1205978023', u'MULTIEQUAL_-1205977994'), (u'CALLIND_-1205984202', u'INDIRECT_-1205979040'), (u'COPY_-1205977231', u'CALL_-1205983125'), ('tmp_9685', u'CALL_-1205983908'), (u'CALL_-1205985367', u'INDIRECT_-1205980113'), (u'MULTIEQUAL_-1205980061', u'MULTIEQUAL_-1205979754'), (u'CALL_-1205983776', u'INDIRECT_-1205977630'), (u'MULTIEQUAL_-1205977361', u'MULTIEQUAL_-1205977332'), (u'INDIRECT_-1205980513', u'MULTIEQUAL_-1205980649'), (u'CALLIND_-1205985112', u'INDIRECT_-1205979463'), ('const-102848', u'PTRSUB_-1205983458'), (u'CALLIND_-1205983701', u'INDIRECT_-1205978271'), (u'CALL_-1205983031', u'INDIRECT_-1205977246'), (u'MULTIEQUAL_-1205978792', u'MULTIEQUAL_-1205978763'), (u'INDIRECT_-1205977997', u'COPY_-1205978043'), (u'CALLIND_-1205984063', u'INDIRECT_-1205980679'), (u'INDIRECT_-1205978649', u'MULTIEQUAL_-1205979185'), (u'INDIRECT_-1205977430', u'MULTIEQUAL_-1205978706'), (u'INT_SUB_-1205983129', u'CAST_-1205976858'), (u'CALL_-1205983908', u'INDIRECT_-1205978950'), (u'CALLIND_-1205983916', u'INDIRECT_-1205978901'), (u'CALL_-1205983332', u'INDIRECT_-1205977664'), (u'CALLIND_-1205983959', u'INDIRECT_-1205978723'), (u'INDIRECT_-1205978360', u'MULTIEQUAL_-1205978310'), (u'CALL_-1205983212', u'INDIRECT_-1205978187'), (u'CALLIND_-1205983569', u'INDIRECT_-1205978276'), (u'INDIRECT_-1205979392', u'COPY_-1205979416'), (u'INDIRECT_-1205979757', u'MULTIEQUAL_-1205981165'), (u'INDIRECT_-1205978385', u'MULTIEQUAL_-1205978367'), (u'CALL_-1205985863', u'INDIRECT_-1205979790'), (u'CALLIND_-1205985060', u'INDIRECT_-1205979836'), (u'CALLIND_-1205984158', u'INDIRECT_-1205980882'), (u'CALLIND_-1205984750', u'INDIRECT_-1205978295'), (u'CALL_-1205983908', u'INDIRECT_-1205978020'), (u'CALL_-1205983908', u'INT_EQUAL_-1205983881'), (u'COPY_-1205979207', u'COPY_-1205979211'), (u'CALLIND_-1205983959', u'INDIRECT_-1205980319'), (u'CALLIND_-1205985251', u'INDIRECT_-1205981320'), (u'CALL_-1205986092', u'INDIRECT_-1205979436'), (u'CALLIND_-1205983787', u'INDIRECT_-1205979039'), (u'INDIRECT_-1205979898', u'COPY_-1205979933'), (u'CALLIND_-1205983830', u'INDIRECT_-1205979125'), (u'COPY_-1205977277', u'CALL_-1205983105'), (u'MULTIEQUAL_-1205979240', u'MULTIEQUAL_-1205978996'), (u'CALLIND_-1205984836', u'INDIRECT_-1205979664'), (u'CALLIND_-1205984115', u'INDIRECT_-1205980727'), (u'CALLIND_-1205985008', u'INDIRECT_-1205979945'), (u'INDIRECT_-1205977814', u'MULTIEQUAL_-1205977796'), (u'MULTIEQUAL_-1205979102', u'SUBPIECE_-1205979109'), (u'INDIRECT_-1205977781', u'MULTIEQUAL_-1205977759'), (u'CALLIND_-1205984793', u'INDIRECT_-1205979977'), ('const-102958', u'PTRSUB_-1205978204'), (u'CALL_-1205986123', u'INDIRECT_-1205980181'), (u'CALLIND_-1205983959', u'INDIRECT_-1205979383'), (u'CALLIND_-1205985060', u'CAST_-1205977751'), (u'CALL_-1205983776', u'INDIRECT_-1205978824'), (u'INDIRECT_-1205979281', u'MULTIEQUAL_-1205979242'), (u'INDIRECT_-1205977685', u'MULTIEQUAL_-1205977646'), (u'CALLIND_-1205984836', u'INDIRECT_-1205980261'), (u'INDIRECT_-1205978825', u'MULTIEQUAL_-1205978987'), (u'CALL_-1205984628', u'INDIRECT_-1205978360'), (u'INDIRECT_-1205979557', u'MULTIEQUAL_-1205979507'), (u'CALLIND_-1205983984', u'INDIRECT_-1205979651'), (u'INDIRECT_-1205979177', u'MULTIEQUAL_-1205979713'), (u'INDIRECT_-1205980088', u'MULTIEQUAL_-1205980038'), (u'CALLIND_-1205985112', u'INDIRECT_-1205978533'), (u'CALLIND_-1205983873', u'INDIRECT_-1205979079'), (u'CALL_-1205983074', u'INDIRECT_-1205979447'), (u'CALL_-1205985367', u'INDIRECT_-1205980644'), (u'CALLIND_-1205985112', u'INDIRECT_-1205981190'), (u'INDIRECT_-1205979458', u'MULTIEQUAL_-1205979383'), (u'CALL_-1205986123', u'MULTIEQUAL_-1205983403'), (u'CALL_-1205984318', u'INDIRECT_-1205978825'), (u'CALL_-1205984318', u'INDIRECT_-1205981611'), (u'CALLIND_-1205983787', u'INDIRECT_-1205979972'), (u'CALLIND_-1205983701', u'INDIRECT_-1205979731'), (u'CALLIND_-1205984922', u'INDIRECT_-1205979233'), (u'SUBPIECE_-1205978646', u'INT_EQUAL_-1205985917'), (u'CALL_-1205983125', u'INDIRECT_-1205978615'), (u'MULTIEQUAL_-1205977507', u'MULTIEQUAL_-1205977480'), (u'INDIRECT_-1205979783', u'MULTIEQUAL_-1205979765'), (u'LOAD_-1205983834', u'CALL_-1205983821'), (u'INDIRECT_-1205977946', u'MULTIEQUAL_-1205977928'), (u'CALLIND_-1205984158', u'INDIRECT_-1205979481'), (u'MULTIEQUAL_-1205978528', u'MULTIEQUAL_-1205978499'), (u'CALL_-1205986230', u'INDIRECT_-1205978816'), (u'CALL_-1205986092', u'INDIRECT_-1205979568'), (u'CALLIND_-1205984158', u'INDIRECT_-1205981610'), (u'CALLIND_-1205984793', u'INDIRECT_-1205978645'), (u'CALLIND_-1205983959', u'INDIRECT_-1205978987'), (u'INDIRECT_-1205978681', u'MULTIEQUAL_-1205978642'), (u'INDIRECT_-1205981969', u'MULTIEQUAL_-1205981957'), (u'CALLIND_-1205983744', u'INDIRECT_-1205979751'), (u'INDIRECT_-1205977965', u'MULTIEQUAL_-1205977873'), (u'CALL_-1205985829', u'INDIRECT_-1205980178'), (u'CALLIND_-1205983830', u'INDIRECT_-1205978861'), (u'PTRSUB_-1205978453', u'CALL_-1205984318'), (u'CALLIND_-1205983648', u'INDIRECT_-1205978777'), (u'CALLIND_-1205984879', u'INDIRECT_-1205980281'), ('tmp_3199', u'CBRANCH_-1205983696'), (u'CALLIND_-1205984115', u'SUBPIECE_-1205978404'), (u'CALLIND_-1205984965', u'INDIRECT_-1205980189'), (u'CALLIND_-1205985164', u'INDIRECT_-1205980554'), (u'CALL_-1205983169', u'INDIRECT_-1205978224'), (u'CALL_-1205986230', u'INDIRECT_-1205981275'), (u'CALLIND_-1205985112', u'INDIRECT_-1205979193'), (u'CALLIND_-1205984750', u'INDIRECT_-1205981018'), (u'CALL_-1205983031', u'INDIRECT_-1205977312'), (u'INDIRECT_-1205978319', u'MULTIEQUAL_-1205978301'), (u'INDIRECT_-1205980311', u'MULTIEQUAL_-1205980847'), (u'MULTIEQUAL_-1205979421', u'MULTIEQUAL_-1205979392'), (u'CALLIND_-1205984011', u'INDIRECT_-1205979409'), ('const-102932', u'PTRSUB_-1205978382'), (u'CALL_-1205983169', u'INDIRECT_-1205978620'), (u'CALLIND_-1205984836', u'INDIRECT_-1205979259'), (u'INDIRECT_-1205979172', u'COPY_-1205979207'), (u'CALLIND_-1205985060', u'INDIRECT_-1205978111'), (u'MULTIEQUAL_-1205979972', u'MULTIEQUAL_-1205979553'), ('const-86660', u'COPY_-1205977277'), (u'CALLIND_-1205984246', u'INDIRECT_-1205980525'), (u'INDIRECT_-1205979707', u'MULTIEQUAL_-1205979685'), (u'INDIRECT_-1205979373', u'MULTIEQUAL_-1205979575'), (u'CALLIND_-1205984011', u'INDIRECT_-1205979013'), (u'CALL_-1205986123', u'INDIRECT_-1205978721'), (u'CALLIND_-1205984793', u'INDIRECT_-1205979710'), (u'CALL_-1205986092', u'INDIRECT_-1205980636'), (u'COPY_-1205983105', u'MULTIEQUAL_-1205980068'), ('const-2', u'CALLIND_-1205984202'), (u'CALLIND_-1205985112', u'INDIRECT_-1205979796'), (u'CALLIND_-1205985060', u'INDIRECT_-1205980367'), (u'CALLIND_-1205984063', u'INDIRECT_-1205978880'), (u'CALLIND_-1205983701', u'INDIRECT_-1205979131'), (u'CALLIND_-1205984063', u'INDIRECT_-1205979303'), (u'INDIRECT_-1205979221', u'MULTIEQUAL_-1205979383'), (u'INDIRECT_-1205979953', u'MULTIEQUAL_-1205980115'), (u'MULTIEQUAL_-1205979662', u'MULTIEQUAL_-1205979633'), (u'CALLIND_-1205983873', u'INDIRECT_-1205979811'), (u'MULTIEQUAL_-1205979441', u'COPY_-1205978538'), (u'COPY_-1205983320', u'RETURN_-1205983271'), (u'MULTIEQUAL_-1205979289', u'MULTIEQUAL_-1205979260'), (u'INDIRECT_-1205978908', u'COPY_-1205978943'), (u'INDIRECT_-1205979891', u'MULTIEQUAL_-1205979799'), (u'MULTIEQUAL_-1205977848', u'COPY_-1205978514'), (u'CALLIND_-1205984115', u'INDIRECT_-1205978933'), (u'CALLIND_-1205984115', u'INDIRECT_-1205980397'), ('const-1', u'INT_EQUAL_-1205986166'), (u'CALL_-1205984628', u'INDIRECT_-1205978624'), (u'INDIRECT_-1205977337', u'COPY_-1205977383'), (u'CALLIND_-1205983569', u'INDIRECT_-1205978210'), ('const-0', u'COPY_-1205978644'), (u'INT_ZEXT_-1205984245', u'INT_EQUAL_-1205984222'), (u'INDIRECT_-1205978523', u'MULTIEQUAL_-1205978642'), (u'CALL_-1205985863', u'INDIRECT_-1205979658'), (u'MULTIEQUAL_-1205979774', u'COPY_-1205977608'), (u'MULTIEQUAL_-1205980104', u'MULTIEQUAL_-1205979860'), (u'CALLIND_-1205984879', u'INDIRECT_-1205978949'), ('const-4294967295', u'INT_NOTEQUAL_-1205984112'), (u'CALLIND_-1205983984', u'INDIRECT_-1205977857'), ('const-86696', u'COPY_-1205977308'), (u'CALLIND_-1205984158', u'INDIRECT_-1205979019'), (u'MULTIEQUAL_-1205978640', u'MULTIEQUAL_-1205978221'), (u'INDIRECT_-1205979344', u'MULTIEQUAL_-1205979326'), (u'CALLIND_-1205985112', u'INDIRECT_-1205978731'), ('const-8', u'CALLIND_-1205985060'), (u'CALLIND_-1205983873', u'INDIRECT_-1205979277'), (u'MULTIEQUAL_-1205979190', u'MULTIEQUAL_-1205979175'), (u'CALLIND_-1205984793', u'INDIRECT_-1205978975'), (u'INDIRECT_-1205977593', u'MULTIEQUAL_-1205977575'), ('const-4294967295', u'INT_NOTEQUAL_-1205983536'), (u'CALLIND_-1205984750', u'INDIRECT_-1205978361'), (u'MULTIEQUAL_-1205980038', u'INT_EQUAL_-1205984183'), (u'CALL_-1205983031', u'INDIRECT_-1205979373'), (u'CALLIND_-1205984115', u'INDIRECT_-1205980262'), (u'MULTIEQUAL_-1205977848', u'MULTIEQUAL_-1205977429'), (u'INDIRECT_-1205978726', u'COPY_-1205978750'), (u'CALL_-1205983116', u'INDIRECT_-1205978867'), (u'CALLIND_-1205983648', u'INDIRECT_-1205978441'), (u'CALLIND_-1205984115', u'INDIRECT_-1205979791'), (u'CALLIND_-1205984011', u'INDIRECT_-1205980876'), (u'INDIRECT_-1205979977', u'MULTIEQUAL_-1205979962'), (u'CALLIND_-1205984063', u'SUBPIECE_-1205978377'), (u'INDIRECT_-1205978715', u'MULTIEQUAL_-1205979251'), (u'PTRSUB_-1205977326', u'CALLIND_-1205983648'), (u'INDIRECT_-1205978974', u'COPY_-1205979009'), (u'CALL_-1205986230', u'INDIRECT_-1205979808'), (u'COPY_-1205976800', u'MULTIEQUAL_-1205981563'), (u'INDIRECT_-1205978715', u'MULTIEQUAL_-1205978697'), (u'CALL_-1205985367', u'INDIRECT_-1205979507'), (u'INDIRECT_-1205980286', u'MULTIEQUAL_-1205980448'), (u'INDIRECT_-1205979285', u'MULTIEQUAL_-1205979263'), (u'MULTIEQUAL_-1205980170', u'INT_NOTEQUAL_-1205984405'), (u'INT_RIGHT_-1205979013', u'INT_EQUAL_-1205984167'), (u'INDIRECT_-1205978356', u'MULTIEQUAL_-1205979632'), ('const-1', u'RETURN_-1205983111'), (u'CALL_-1205986193', u'INDIRECT_-1205980457'), (u'INDIRECT_-1205980913', u'MULTIEQUAL_-1205980898'), (u'CALL_-1205983847', u'INDIRECT_-1205978059'), (u'INDIRECT_-1205979189', u'MULTIEQUAL_-1205979308'), (u'INDIRECT_-1205977255', u'MULTIEQUAL_-1205977780'), (u'INDIRECT_-1205977822', u'COPY_-1205978604'), (u'CALLIND_-1205984879', u'INDIRECT_-1205979684'), ('const-102910', u'PTRSUB_-1205977819'), (u'CALL_-1205983776', u'INDIRECT_-1205979091'), (u'INDIRECT_-1205980342', u'MULTIEQUAL_-1205980306'), (u'CALLIND_-1205985251', u'INDIRECT_-1205979194'), (u'CALLIND_-1205984750', u'INDIRECT_-1205978163'), (u'CALL_-1205983847', u'INDIRECT_-1205978125'), (u'CALLIND_-1205983787', u'INDIRECT_-1205979435'), (u'MULTIEQUAL_-1205979507', u'MULTIEQUAL_-1205979088'), (u'CALLIND_-1205984158', u'INDIRECT_-1205979679'), ('const-0', u'PTRSUB_-1205977819'), (u'CALL_-1205983908', u'INDIRECT_-1205977756'), (u'CALLIND_-1205984115', u'INDIRECT_-1205978537'), (u'CALLIND_-1205984063', u'INDIRECT_-1205981564'), ('const-6', u'INT_EQUAL_-1205983160'), (u'INDIRECT_-1205978855', u'MULTIEQUAL_-1205978840'), (u'INDIRECT_-1205980322', u'MULTIEQUAL_-1205980247'), (u'CALLIND_-1205984793', u'INDIRECT_-1205978117'), (u'CALL_-1205983776', u'INDIRECT_-1205979157'), (u'CALL_-1205983776', u'INDIRECT_-1205977564'), (u'CALLIND_-1205983984', u'INDIRECT_-1205980646'), (u'CALLIND_-1205983984', u'INDIRECT_-1205979585'), (u'MULTIEQUAL_-1205980622', u'CALL_-1205983332'), (u'CALLIND_-1205985008', u'INDIRECT_-1205979744'), (u'CALL_-1205986230', u'INDIRECT_-1205979082'), (u'CALLIND_-1205984202', u'INDIRECT_-1205979172'), (u'INDIRECT_-1205978085', u'CALLIND_-1205984965'), (u'MULTIEQUAL_-1205979022', u'MULTIEQUAL_-1205978993'), (u'CALLIND_-1205984965', u'INDIRECT_-1205979187'), (u'CALLIND_-1205984011', u'INDIRECT_-1205978947'), (u'INDIRECT_-1205979490', u'MULTIEQUAL_-1205979397'), (u'CALLIND_-1205983830', u'INDIRECT_-1205978531'), (u'CALL_-1205986092', u'INDIRECT_-1205979700'), (u'CALL_-1205983821', u'INDIRECT_-1205978246'), (u'INDIRECT_-1205978416', u'COPY_-1205978613'), (u'CALL_-1205984628', u'INDIRECT_-1205979956'), (u'CALLIND_-1205983569', u'INDIRECT_-1205977880'), (u'CALL_-1205984318', u'INDIRECT_-1205980817'), ('const-102940', u'PTRSUB_-1205978336'), (u'CALL_-1205985367', u'INDIRECT_-1205979579'), (u'CALLIND_-1205983569', u'INDIRECT_-1205977550'), (u'INT_SRIGHT_-1205983999', u'CALLIND_-1205983984'), (u'INDIRECT_-1205979485', u'MULTIEQUAL_-1205979647'), (u'CALL_-1205983169', u'INDIRECT_-1205977432'), (u'CALLIND_-1205984246', u'INDIRECT_-1205979127'), (u'INDIRECT_-1205978796', u'MULTIEQUAL_-1205978721'), ('const-0', u'PTRSUB_-1205978037'), (u'CALLIND_-1205984750', u'INDIRECT_-1205980221'), (u'CALLIND_-1205985251', u'INDIRECT_-1205978732'), (u'SUBPIECE_-1205979109', u'INT_NOTEQUAL_-1205983724'), (u'CALLIND_-1205983569', u'INDIRECT_-1205977484'), (u'CALLIND_-1205985164', u'INDIRECT_-1205980089'), (u'CALLIND_-1205983830', u'INDIRECT_-1205979059'), (u'INDIRECT_-1205979186', u'MULTIEQUAL_-1205979168'), (u'INDIRECT_-1205977063', u'MULTIEQUAL_-1205977182'), (u'CALLIND_-1205983744', u'INDIRECT_-1205979685'), (u'INDIRECT_-1205979750', u'MULTIEQUAL_-1205979728'), (u'COPY_-1205976814', u'MULTIEQUAL_-1205981563'), (u'INDIRECT_-1205977593', u'MULTIEQUAL_-1205977712'), (u'INDIRECT_-1205979788', u'MULTIEQUAL_-1205979713'), (u'CALLIND_-1205983744', u'INDIRECT_-1205980549'), (u'CALL_-1205984318', u'INDIRECT_-1205979551'), (u'MULTIEQUAL_-1205979083', u'MULTIEQUAL_-1205979073'), (u'INDIRECT_-1205977007', u'COPY_-1205977053'), (u'CALLIND_-1205983744', u'INDIRECT_-1205979349'), (u'MULTIEQUAL_-1205979329', u'MULTIEQUAL_-1205979300'), (u'INT_SRIGHT_-1205980122', u'CALLIND_-1205983648'), (u'CALL_-1205984318', u'INDIRECT_-1205980952'), (u'INDIRECT_-1205979749', u'MULTIEQUAL_-1205979911'), (u'CALLIND_-1205984879', u'INDIRECT_-1205978223'), (u'MULTIEQUAL_-1205979791', u'MULTIEQUAL_-1205979939'), (u'CALLIND_-1205983873', u'INDIRECT_-1205978351'), (u'CALLIND_-1205983701', u'INDIRECT_-1205979864'), (u'MULTIEQUAL_-1205978640', u'MULTIEQUAL_-1205978396'), (u'CALL_-1205985829', u'INDIRECT_-1205979841'), (u'CALLIND_-1205984158', u'INDIRECT_-1205979613'), (u'CALLIND_-1205984922', u'INDIRECT_-1205978837'), (u'COPY_-1205979273', u'COPY_-1205979277'), (u'CALLIND_-1205985008', u'INDIRECT_-1205978547'), (u'CALLIND_-1205984836', u'INDIRECT_-1205978797'), (u'INDIRECT_-1205979608', u'MULTIEQUAL_-1205979590'), (u'CALLIND_-1205984011', u'INDIRECT_-1205978485'), (u'CALL_-1205985863', u'INDIRECT_-1205978734'), (u'CALLIND_-1205983569', u'INDIRECT_-1205979344'), (u'CALLIND_-1205984750', u'INDIRECT_-1205978757'), (u'INDIRECT_-1205979106', u'COPY_-1205979141'), (u'INDIRECT_-1205979016', u'COPY_-1205978622'), (u'INDIRECT_-1205978158', u'MULTIEQUAL_-1205979566'), (u'INDIRECT_-1205979065', u'COPY_-1205979111'), (u'INDIRECT_-1205977762', u'MULTIEQUAL_-1205979170'), (u'MULTIEQUAL_-1205978310', u'INT_EQUAL_-1205983056'), (u'CALLIND_-1205984879', u'INDIRECT_-1205980215'), (u'CALL_-1205984628', u'INDIRECT_-1205979290'), (u'INDIRECT_-1205979040', u'COPY_-1205979075'), (u'CALLIND_-1205985164', u'INDIRECT_-1205980287'), (u'INDIRECT_-1205980118', u'SUBPIECE_-1205978646'), (u'CALLIND_-1205984115', u'INDIRECT_-1205979593'), (u'MULTIEQUAL_-1205979507', u'MULTIEQUAL_-1205979263'), (u'CALL_-1205983074', u'INDIRECT_-1205977851'), (u'CALLIND_-1205984063', u'INDIRECT_-1205978907'), (u'CALLIND_-1205983959', u'INDIRECT_-1205980649'), (u'MULTIEQUAL_-1205978594', u'MULTIEQUAL_-1205978565'), (u'INDIRECT_-1205977857', u'MULTIEQUAL_-1205977976'), (u'INDIRECT_-1205978243', u'MULTIEQUAL_-1205978221'), ('const-0', u'PTRSUB_-1205978310'), (u'CALLIND_-1205984158', u'INDIRECT_-1205980015'), (u'CALLIND_-1205985207', u'INDIRECT_-1205980508'), (u'CALL_-1205983169', u'INDIRECT_-1205978290'), (u'CALLIND_-1205983873', u'INDIRECT_-1205980477'), (u'CALLIND_-1205983648', u'INDIRECT_-1205978309'), (u'CALLIND_-1205985008', u'INDIRECT_-1205979877'), (u'INDIRECT_-1205979956', u'MULTIEQUAL_-1205979906'), (u'MULTIEQUAL_-1205978132', u'MULTIEQUAL_-1205978103'), (u'MULTIEQUAL_-1205978829', u'MULTIEQUAL_-1205978802'), ('tmp_2186', u'CBRANCH_-1205984365'), (u'CALL_-1205984628', u'INDIRECT_-1205978954'), (u'CALLIND_-1205984063', u'INDIRECT_-1205979552'), (u'CALLIND_-1205983959', u'INDIRECT_-1205979917'), (u'CALL_-1205983847', u'INDIRECT_-1205979787'), (u'INDIRECT_-1205977444', u'MULTIEQUAL_-1205977646'), (u'CALLIND_-1205983569', u'INDIRECT_-1205977946'), (u'CALLIND_-1205984836', u'INDIRECT_-1205979797'), (u'INDIRECT_-1205977682', u'MULTIEQUAL_-1205977664'), (u'CALL_-1205986193', u'INDIRECT_-1205980052'), ('const-16', u'CALL_-1205986193'), (u'CALLIND_-1205984879', u'INDIRECT_-1205978487'), (u'INDIRECT_-1205977719', u'MULTIEQUAL_-1205978244'), (u'INDIRECT_-1205979579', u'MULTIEQUAL_-1205980104'), (u'CALL_-1205983074', u'INDIRECT_-1205979115'), (u'CALLIND_-1205985295', u'INDIRECT_-1205978753'), (u'CALLIND_-1205985164', u'SUBPIECE_-1205978038'), (u'CALL_-1205983116', u'INDIRECT_-1205977799'), (u'CALLIND_-1205984793', u'INDIRECT_-1205979311'), (u'INDIRECT_-1205977796', u'COPY_-1205977820'), (u'INDIRECT_-1205977799', u'COPY_-1205977845'), (u'MULTIEQUAL_-1205979840', u'CALLIND_-1205983648'), (u'CALL_-1205986230', u'INDIRECT_-1205979544'), (u'CALLIND_-1205983648', u'INDIRECT_-1205979509'), (u'CALL_-1205985367', u'INDIRECT_-1205978253'), (u'MULTIEQUAL_-1205978683', u'MULTIEQUAL_-1205978654'), (u'INDIRECT_-1205977659', u'MULTIEQUAL_-1205977641'), (u'INDIRECT_-1205979185', u'MULTIEQUAL_-1205979170'), (u'CALLIND_-1205984922', u'INDIRECT_-1205978705'), (u'CALL_-1205983116', u'INDIRECT_-1205978333'), (u'INDIRECT_-1205978115', u'MULTIEQUAL_-1205978640'), (u'CALLIND_-1205985112', u'INDIRECT_-1205981253'), (u'CALLIND_-1205984115', u'INDIRECT_-1205980529'), (u'CALL_-1205983116', u'INDIRECT_-1205977403'), (u'CALLIND_-1205985251', u'INDIRECT_-1205980064'), (u'CALL_-1205983031', u'INDIRECT_-1205977774'), ('const-102956', u'PTRSUB_-1205978224'), (u'CALL_-1205983031', u'INDIRECT_-1205978573'), (u'INDIRECT_-1205978759', u'MULTIEQUAL_-1205978921'), (u'MULTIEQUAL_-1205979685', u'MULTIEQUAL_-1205979656'), (u'INDIRECT_-1205977989', u'MULTIEQUAL_-1205978108'), (u'INDIRECT_-1205978583', u'MULTIEQUAL_-1205979119'), (u'CALL_-1205983169', u'INDIRECT_-1205979158'), (u'CALLIND_-1205983873', u'INDIRECT_-1205980810'), (u'CALLIND_-1205984965', u'INDIRECT_-1205978527'), (u'INDIRECT_-1205977791', u'MULTIEQUAL_-1205977910'), (u'MULTIEQUAL_-1205979102', u'COPY_-1205978533'), (u'CALLIND_-1205983787', u'INDIRECT_-1205978841'), (u'INDIRECT_-1205978220', u'MULTIEQUAL_-1205978198'), (u'CALL_-1205986193', u'INDIRECT_-1205979458'), (u'INDIRECT_-1205977847', u'MULTIEQUAL_-1205977825'), (u'CALLIND_-1205985008', u'INDIRECT_-1205979273'), (u'INDIRECT_-1205978719', u'MULTIEQUAL_-1205978855'), (u'CALL_-1205983074', u'INDIRECT_-1205977785'), ('const-1', u'CALL_-1205984318'), (u'CALL_-1205983908', u'INDIRECT_-1205978218'), (u'CALLIND_-1205985295', u'INDIRECT_-1205978621'), ('const-102928', u'PTRSUB_-1205984294'), ('const-86796', u'COPY_-1205983097'), (u'CALL_-1205985863', u'INDIRECT_-1205981721'), (u'CALLIND_-1205984750', u'INDIRECT_-1205978229'), (u'CALL_-1205983332', u'INDIRECT_-1205977466'), (u'CALL_-1205983116', u'INDIRECT_-1205978999'), (u'CALLIND_-1205985164', u'INDIRECT_-1205979285'), (u'CALL_-1205983074', u'INDIRECT_-1205979648'), (u'CALL_-1205983169', u'INDIRECT_-1205980419'), (u'CALLIND_-1205983787', u'INDIRECT_-1205979705'), (u'CALLIND_-1205984965', u'INDIRECT_-1205978857'), (u'CALLIND_-1205984965', u'INDIRECT_-1205979590'), (u'INT_SRIGHT_-1205983584', u'CALLIND_-1205983569'), (u'MULTIEQUAL_-1205977780', u'CALLIND_-1205984063'), (u'CALLIND_-1205984879', u'INDIRECT_-1205978817'), (u'INDIRECT_-1205979252', u'MULTIEQUAL_-1205979234'), (u'PTRSUB_-1205985916', u'MULTIEQUAL_-1205978676'), (u'CALLIND_-1205985112', u'INDIRECT_-1205978335'), (u'INDIRECT_-1205977791', u'MULTIEQUAL_-1205977773'), ('const-1', u'SUBPIECE_-1205980052'), (u'CALLIND_-1205985060', u'INDIRECT_-1205979101'), ('const-87490', u'COPY_-1205978620'), (u'INDIRECT_-1205978708', u'COPY_-1205978743'), (u'PTRSUB_-1205978224', u'CALLIND_-1205983830'), (u'MULTIEQUAL_-1205978508', u'MULTIEQUAL_-1205978089'), (u'CALL_-1205985829', u'INDIRECT_-1205979115'), (u'CALLIND_-1205984158', u'INDIRECT_-1205979811'), (u'INDIRECT_-1205981120', u'MULTIEQUAL_-1205981045'), (u'CALLIND_-1205985060', u'INDIRECT_-1205979704'), (u'INDIRECT_-1205979458', u'COPY_-1205979482'), (u'CALLIND_-1205983648', u'INDIRECT_-1205979776'), (u'CALLIND_-1205984965', u'INDIRECT_-1205979391'), (u'CALLIND_-1205984158', u'INDIRECT_-1205980747'), (u'CALLIND_-1205983916', u'INDIRECT_-1205980695'), (u'CALLIND_-1205985207', u'INDIRECT_-1205978579'), (u'INDIRECT_-1205977994', u'COPY_-1205978018'), (u'INDIRECT_-1205979846', u'MULTIEQUAL_-1205980382'), (u'CALL_-1205983908', u'INDIRECT_-1205978614'), (u'CALL_-1205984628', u'INDIRECT_-1205978822'), (u'INDIRECT_-1205980656', u'MULTIEQUAL_-1205980580'), (u'CALL_-1205984628', u'INDIRECT_-1205978096'), (u'CALL_-1205986193', u'INDIRECT_-1205979590'), (u'INDIRECT_-1205979128', u'MULTIEQUAL_-1205979053'), (u'CALLIND_-1205983830', u'INDIRECT_-1205978927'), (u'CALL_-1205984628', u'INDIRECT_-1205977964'), (u'CALLIND_-1205983787', u'INDIRECT_-1205980437'), (u'INDIRECT_-1205979513', u'MULTIEQUAL_-1205980038'), (u'CALLIND_-1205983744', u'INDIRECT_-1205978755'), (u'CALLIND_-1205983830', u'INDIRECT_-1205979924'), (u'CALLIND_-1205984922', u'INDIRECT_-1205979035'), (u'MULTIEQUAL_-1205979728', u'INT_SRIGHT_-1205983999'), (u'MULTIEQUAL_-1205979372', u'MULTIEQUAL_-1205978953'), (u'CALL_-1205983332', u'INDIRECT_-1205979128'), (u'MULTIEQUAL_-1205979507', u'COPY_-1205978539'), (u'INDIRECT_-1205977521', u'MULTIEQUAL_-1205978046'), (u'MULTIEQUAL_-1205980456', u'MULTIEQUAL_-1205980604'), (u'CALLIND_-1205984922', u'INDIRECT_-1205981098'), (u'CALL_-1205983031', u'INDIRECT_-1205978170'), (u'CALLIND_-1205984115', u'INDIRECT_-1205979995'), (u'INDIRECT_-1205978799', u'COPY_-1205978845'), (u'CALLIND_-1205985164', u'INDIRECT_-1205979087'), (u'INDIRECT_-1205978814', u'MULTIEQUAL_-1205978792'), (u'MULTIEQUAL_-1205978838', u'MULTIEQUAL_-1205978594'), (u'CALL_-1205985367', u'INDIRECT_-1205980377'), (u'INDIRECT_-1205977558', u'MULTIEQUAL_-1205977536'), (u'CALL_-1205983332', u'INDIRECT_-1205977994'), (u'MULTIEQUAL_-1205979168', u'MULTIEQUAL_-1205979141'), (u'INDIRECT_-1205979449', u'MULTIEQUAL_-1205979434'), (u'CALLIND_-1205985164', u'INDIRECT_-1205978823'), (u'CALLIND_-1205984965', u'INDIRECT_-1205978329'), (u'CALL_-1205985829', u'INDIRECT_-1205979379'), (u'CALLIND_-1205985164', u'INDIRECT_-1205979021'), (u'CALLIND_-1205984063', u'INDIRECT_-1205979151'), (u'CALL_-1205985829', u'INDIRECT_-1205980711'), (u'MULTIEQUAL_-1205979906', u'MULTIEQUAL_-1205979662'), (u'INDIRECT_-1205979057', u'MULTIEQUAL_-1205979176'), (u'CALL_-1205986193', u'INDIRECT_-1205980988'), (u'CALL_-1205984318', u'INDIRECT_-1205980152'), (u'CALL_-1205983776', u'INDIRECT_-1205979223'), (u'CALLIND_-1205985207', u'INDIRECT_-1205980241'), (u'CALLIND_-1205983648', u'INDIRECT_-1205978573'), (u'CALL_-1205983105', u'INDIRECT_-1205978062'), (u'INDIRECT_-1205978020', u'COPY_-1205978607'), (u'CALL_-1205983074', u'INDIRECT_-1205977255'), ('const-0', u'PTRSUB_-1205978059'), (u'CALLIND_-1205984202', u'INDIRECT_-1205981631'), (u'INDIRECT_-1205979617', u'MULTIEQUAL_-1205979779'), (u'PTRSUB_-1205983887', u'MULTIEQUAL_-1205978608'), (u'MULTIEQUAL_-1205978089', u'MULTIEQUAL_-1205978060'), ('const-0', u'PTRSUB_-1205978184'), (u'CALL_-1205983332', u'INDIRECT_-1205978793'), (u'CALLIND_-1205983701', u'INDIRECT_-1205980265'), (u'CALL_-1205983776', u'INDIRECT_-1205978422'), (u'INDIRECT_-1205978345', u'MULTIEQUAL_-1205978306'), (u'CALLIND_-1205984836', u'INDIRECT_-1205979397'), (u'CALL_-1205986230', u'INDIRECT_-1205979742'), (u'CALL_-1205983125', u'INDIRECT_-1205979680'), (u'CALLIND_-1205984793', u'INDIRECT_-1205978051'), (u'CALLIND_-1205985112', u'INDIRECT_-1205978203'), (u'CALL_-1205983116', u'INDIRECT_-1205978399'), (u'MULTIEQUAL_-1205979995', u'MULTIEQUAL_-1205979966'), ('tmp_9685', u'CALL_-1205984318'), (u'CALLIND_-1205984011', u'INDIRECT_-1205978417'), (u'CALL_-1205983125', u'INDIRECT_-1205977421'), ('const-2', u'INT_NOTEQUAL_-1205983724'), (u'INDIRECT_-1205978290', u'MULTIEQUAL_-1205979698'), (u'CALLIND_-1205983744', u'INDIRECT_-1205979151'), (u'INDIRECT_-1205978627', u'MULTIEQUAL_-1205978789'), (u'MULTIEQUAL_-1205978112', u'MULTIEQUAL_-1205977868'), (u'INT_EQUAL_-1205983881', u'CBRANCH_-1205983858'), (u'INDIRECT_-1205981917', u'MULTIEQUAL_-1205981845'), (u'CALL_-1205983116', u'INDIRECT_-1205978465'), (u'CALL_-1205983776', u'INDIRECT_-1205978026'), (u'CALLIND_-1205983830', u'INDIRECT_-1205980124'), (u'CALL_-1205983169', u'INDIRECT_-1205979622'), (u'MULTIEQUAL_-1205978433', u'MULTIEQUAL_-1205978406'), (u'CALLIND_-1205984246', u'INDIRECT_-1205981652'), (u'INDIRECT_-1205977890', u'MULTIEQUAL_-1205977868'), ('const-64', u'COPY_-1205983508'), ('const-86840', u'COPY_-1205983048'), (u'CALLIND_-1205984965', u'INDIRECT_-1205980456'), (u'INDIRECT_-1205981054', u'MULTIEQUAL_-1205980979'), (u'INDIRECT_-1205979775', u'MULTIEQUAL_-1205979911'), (u'CALLIND_-1205983830', u'INDIRECT_-1205978663'), (u'CALLIND_-1205984750', u'INDIRECT_-1205977897'), (u'CALLIND_-1205983701', u'INDIRECT_-1205980397'), (u'INDIRECT_-1205980664', u'MULTIEQUAL_-1205980195'), (u'INDIRECT_-1205978342', u'MULTIEQUAL_-1205978324'), ('const-77120', u'PTRSUB_-1205985886'), (u'INDIRECT_-1205980435', u'COPY_-1205980470'), (u'CALLIND_-1205984011', u'INDIRECT_-1205980078'), ('tmp_1904', u'CBRANCH_-1205984570'), (u'INDIRECT_-1205979832', u'COPY_-1205979867'), (u'INDIRECT_-1205980419', u'MULTIEQUAL_-1205980580'), (u'INDIRECT_-1205978111', u'MULTIEQUAL_-1205978089'), (u'INDIRECT_-1205977730', u'COPY_-1205977754'), (u'CALLIND_-1205985251', u'INDIRECT_-1205979996'), (u'COPY_-1205980404', u'COPY_-1205980408'), (u'INDIRECT_-1205979260', u'COPY_-1205979284'), (u'CALL_-1205984628', u'INDIRECT_-1205980154'), (u'CALLIND_-1205983830', u'INDIRECT_-1205979992'), (u'PTRSUB_-1205977899', u'CALLIND_-1205984922'), (u'CALL_-1205983116', u'INDIRECT_-1205979197'), (u'MULTIEQUAL_-1205979154', u'MULTIEQUAL_-1205979125'), (u'CALL_-1205983169', u'INDIRECT_-1205977894'), (u'INDIRECT_-1205977564', u'MULTIEQUAL_-1205978972'), (u'CALLIND_-1205983744', u'INDIRECT_-1205978291'), (u'CALL_-1205986193', u'INDIRECT_-1205981917'), ('const-4', u'CALLIND_-1205985008'), (u'INDIRECT_-1205978851', u'MULTIEQUAL_-1205978987'), (u'CALLIND_-1205985060', u'INDIRECT_-1205979569'), (u'INDIRECT_-1205978129', u'COPY_-1205978175'), (u'CALL_-1205986123', u'INDIRECT_-1205980382'), ('const-0', u'PTRSUB_-1205978284'), (u'INDIRECT_-1205977649', u'MULTIEQUAL_-1205977627'), (u'INDIRECT_-1205978554', u'MULTIEQUAL_-1205979830'), (u'CALL_-1205983847', u'INDIRECT_-1205977993'), (u'INDIRECT_-1205978253', u'MULTIEQUAL_-1205978235'), (u'CALL_-1205983776', u'INDIRECT_-1205978554'), (u'CALL_-1205986123', u'INDIRECT_-1205979647'), ('const-0', u'PTRSUB_-1205977458'), (u'CALLIND_-1205984922', u'INDIRECT_-1205978375'), (u'CALLIND_-1205983701', u'INDIRECT_-1205980064'), (u'INDIRECT_-1205978104', u'MULTIEQUAL_-1205978306'), (u'INDIRECT_-1205980523', u'MULTIEQUAL_-1205980448'), (u'INDIRECT_-1205978909', u'MULTIEQUAL_-1205978887'), (u'MULTIEQUAL_-1205979128', u'MULTIEQUAL_-1205979099'), (u'CALL_-1205986092', u'INDIRECT_-1205979238'), (u'CALL_-1205983332', u'INDIRECT_-1205977862'), (u'CALL_-1205986193', u'INDIRECT_-1205979656'), ('tmp_3161', u'CBRANCH_-1205983723'), (u'MULTIEQUAL_-1205979840', u'INT_NOTEQUAL_-1205983697'), (u'CALL_-1205984318', u'INDIRECT_-1205979089'), (u'CALLIND_-1205983744', u'INDIRECT_-1205980750'), (u'INDIRECT_-1205979519', u'MULTIEQUAL_-1205979501'), (u'MULTIEQUAL_-1205978235', u'MULTIEQUAL_-1205978208'), (u'CALL_-1205983821', u'INDIRECT_-1205979644'), (u'CALLIND_-1205983916', u'INDIRECT_-1205981492'), (u'MULTIEQUAL_-1205980631', u'MULTIEQUAL_-1205980604'), (u'CALLIND_-1205984063', u'INDIRECT_-1205979418'), (u'CALL_-1205983116', u'INDIRECT_-1205977931'), (u'CALLIND_-1205985251', u'INDIRECT_-1205979260'), (u'INDIRECT_-1205979153', u'COPY_-1205984686'), (u'INDIRECT_-1205978543', u'MULTIEQUAL_-1205978504'), (u'INDIRECT_-1205979911', u'MULTIEQUAL_-1205979896'), (u'CALLIND_-1205983959', u'INDIRECT_-1205979851'), (u'INDIRECT_-1205979854', u'MULTIEQUAL_-1205979779'), (u'INDIRECT_-1205980045', u'MULTIEQUAL_-1205980181'), (u'INDIRECT_-1205979815', u'MULTIEQUAL_-1205979977'), (u'CALLIND_-1205983701', u'INDIRECT_-1205980331'), ('tmp_5563', u'CBRANCH_-1205983931'), (u'CALL_-1205983125', u'INDIRECT_-1205979081'), (u'CALL_-1205983847', u'INDIRECT_-1205977861'), (u'MULTIEQUAL_-1205978244', u'MULTIEQUAL_-1205978000'), (u'CALL_-1205985863', u'INDIRECT_-1205980261'), (u'CALL_-1205986123', u'INDIRECT_-1205980043'), (u'CALLIND_-1205983744', u'INDIRECT_-1205978887'), (u'INDIRECT_-1205977350', u'MULTIEQUAL_-1205977332'), (u'CALL_-1205983332', u'INDIRECT_-1205978192'), (u'CALL_-1205983821', u'INDIRECT_-1205977982'), (u'MULTIEQUAL_-1205978310', u'INT_EQUAL_-1205983160'), (u'CALLIND_-1205984836', u'INDIRECT_-1205981121'), (u'CALLIND_-1205983984', u'INDIRECT_-1205977525'), (u'INT_AND_-1205984460', u'INT_NOTEQUAL_-1205982892'), (u'INT_NOTEQUAL_-1205984290', u'CBRANCH_-1205984288'), ('const-2', u'CALLIND_-1205983916'), (u'CALL_-1205986193', u'INDIRECT_-1205979854'), (u'COPY_-1205983637', u'MULTIEQUAL_-1205979331'), (u'INT_RIGHT_-1205978190', u'SUBPIECE_-1205978376'), (u'INDIRECT_-1205978441', u'MULTIEQUAL_-1205978419'), (u'CALLIND_-1205984750', u'INDIRECT_-1205979825'), (u'CALLIND_-1205984063', u'INDIRECT_-1205978643'), (u'INDIRECT_-1205978418', u'MULTIEQUAL_-1205978396'), ('const-0', u'PTRSUB_-1205978244'), (u'CALLIND_-1205984750', u'INDIRECT_-1205979957'), (u'CALL_-1205986123', u'INDIRECT_-1205979911'), (u'CALL_-1205986193', u'INDIRECT_-1205981120'), (u'MULTIEQUAL_-1205979240', u'MULTIEQUAL_-1205978821'), (u'INDIRECT_-1205980331', u'MULTIEQUAL_-1205979865'), (u'MULTIEQUAL_-1205978996', u'MULTIEQUAL_-1205978967'), (u'CALL_-1205983847', u'INDIRECT_-1205978989'), (u'CALLIND_-1205983569', u'INDIRECT_-1205979410'), (u'INDIRECT_-1205979143', u'MULTIEQUAL_-1205979125'), (u'CALL_-1205983105', u'INDIRECT_-1205978524'), (u'MULTIEQUAL_-1205977604', u'MULTIEQUAL_-1205977575'), (u'CALLIND_-1205984836', u'INDIRECT_-1205978269'), ('const-4294967295', u'INT_EQUAL_-1205984183'), (u'INDIRECT_-1205979816', u'MULTIEQUAL_-1205979794'), (u'INDIRECT_-1205978864', u'MULTIEQUAL_-1205978789'), (u'CALL_-1205983125', u'INDIRECT_-1205979479'), (u'PTRSUB_-1205978310', u'CALLIND_-1205984011'), (u'CALLIND_-1205984063', u'INDIRECT_-1205978286'), (u'COPY_-1205980536', u'COPY_-1205980540'), (u'INDIRECT_-1205977758', u'MULTIEQUAL_-1205977736'), (u'INDIRECT_-1205978517', u'MULTIEQUAL_-1205979053'), (u'CALLIND_-1205984063', u'INDIRECT_-1205980635'), (u'CALL_-1205983169', u'INDIRECT_-1205979091'), (u'COPY_-1205981067', u'COPY_-1205981071'), (u'CALLIND_-1205983569', u'INDIRECT_-1205978540'), ('tmp_3958', u'CBRANCH_-1205983157'), (u'CALLIND_-1205983701', u'INDIRECT_-1205980529'), (u'CALL_-1205984628', u'INDIRECT_-1205978030'), (u'INDIRECT_-1205980289', u'MULTIEQUAL_-1205980239'), (u'CALLIND_-1205983701', u'INDIRECT_-1205979998'), (u'CALL_-1205983821', u'INDIRECT_-1205979512'), (u'INDIRECT_-1205978577', u'MULTIEQUAL_-1205979102'), (u'INDIRECT_-1205978451', u'MULTIEQUAL_-1205978433'), (u'INDIRECT_-1205980951', u'MULTIEQUAL_-1205980904'), (u'CALLIND_-1205984063', u'INDIRECT_-1205977824'), (u'CALLIND_-1205983648', u'INDIRECT_-1205979707'), (u'MULTIEQUAL_-1205978046', u'COPY_-1205978517'), (u'CALLIND_-1205984793', u'INDIRECT_-1205980376'), (u'CALLIND_-1205984011', u'INDIRECT_-1205979145'), (u'CALLIND_-1205984202', u'INDIRECT_-1205978510'), (u'CALL_-1205985367', u'INDIRECT_-1205979375'), (u'INDIRECT_-1205978959', u'MULTIEQUAL_-1205980367'), (u'CALL_-1205983212', u'INDIRECT_-1205978589'), (u'INDIRECT_-1205979110', u'MULTIEQUAL_-1205979088'), (u'CALLIND_-1205983744', u'INDIRECT_-1205978623'), (u'CALL_-1205983105', u'INDIRECT_-1205978995'), (u'CALLIND_-1205985295', u'INDIRECT_-1205979347'), (u'INDIRECT_-1205979456', u'MULTIEQUAL_-1205979575'), (u'CALL_-1205983074', u'INDIRECT_-1205979714'), (u'CALL_-1205986123', u'INDIRECT_-1205979515'), (u'CALL_-1205983212', u'INDIRECT_-1205979123'), (u'CALL_-1205983776', u'INDIRECT_-1205978686'), (u'CALLIND_-1205983648', u'INDIRECT_-1205977715'), (u'INDIRECT_-1205980378', u'MULTIEQUAL_-1205980514'), (u'CALL_-1205986193', u'INDIRECT_-1205980256'), (u'CALLIND_-1205983916', u'INDIRECT_-1205980764'), (u'CALLIND_-1205983648', u'INDIRECT_-1205979044'), (u'CALLIND_-1205983959', u'INDIRECT_-1205978789'), (u'CALL_-1205985367', u'INDIRECT_-1205978979'), (u'MULTIEQUAL_-1205980170', u'COPY_-1205978549'), (u'INDIRECT_-1205978948', u'MULTIEQUAL_-1205978909'), (u'CALLIND_-1205984246', u'INDIRECT_-1205978929'), (u'CALL_-1205983908', u'INDIRECT_-1205977822'), (u'CALL_-1205983908', u'INDIRECT_-1205978086'), (u'CALL_-1205983212', u'INDIRECT_-1205979321'), (u'INDIRECT_-1205980724', u'MULTIEQUAL_-1205980649'), (u'CALLIND_-1205985295', u'INDIRECT_-1205978555'), (u'CALLIND_-1205983959', u'INDIRECT_-1205979515'), (u'CALLIND_-1205983648', u'INDIRECT_-1205977781'), (u'CALLIND_-1205985060', u'INDIRECT_-1205979503'), (u'INDIRECT_-1205978005', u'CALLIND_-1205984793'), ('const-0', u'PTRSUB_-1205977965'), (u'INDIRECT_-1205979918', u'MULTIEQUAL_-1205979900'), (u'INDIRECT_-1205977626', u'MULTIEQUAL_-1205977604'), (u'CALLIND_-1205985060', u'INDIRECT_-1205978705'), (u'CALLIND_-1205984011', u'INDIRECT_-1205980477'), (u'CALL_-1205983212', u'INDIRECT_-1205977527'), ('tmp_2404', u'CBRANCH_-1205984220'), (u'INDIRECT_-1205980645', u'MULTIEQUAL_-1205980781'), (u'CALL_-1205983031', u'MULTIEQUAL_-1205981878'), (u'INDIRECT_-1205977564', u'MULTIEQUAL_-1205978840'), ('const-5', u'CALL_-1205983169'), (u'CALLIND_-1205983916', u'INDIRECT_-1205978371'), (u'CALLIND_-1205983959', u'INDIRECT_-1205978657'), (u'MULTIEQUAL_-1205979831', u'MULTIEQUAL_-1205979804'), (u'CALL_-1205983169', u'INDIRECT_-1205977630'), (u'INDIRECT_-1205978185', u'MULTIEQUAL_-1205978721'), (u'INDIRECT_-1205979395', u'MULTIEQUAL_-1205978929'), (u'MULTIEQUAL_-1205980239', u'COPY_-1205978550'), (u'INDIRECT_-1205978253', u'MULTIEQUAL_-1205978372'), (u'CALL_-1205984628', u'INDIRECT_-1205980223'), (u'CALLIND_-1205985295', u'INDIRECT_-1205978819'), (u'CALL_-1205983821', u'INDIRECT_-1205980573'), (u'CALL_-1205985367', u'INDIRECT_-1205981369'), (u'CALLIND_-1205984836', u'INDIRECT_-1205979127'), (u'CALLIND_-1205985164', u'INDIRECT_-1205980221'), (u'INDIRECT_-1205980553', u'MULTIEQUAL_-1205980715'), (u'CALLIND_-1205984246', u'INDIRECT_-1205978797'), (u'MULTIEQUAL_-1205979441', u'MULTIEQUAL_-1205979022'), (u'CALL_-1205983116', u'INDIRECT_-1205978600'), (u'CALLIND_-1205984246', u'INDIRECT_-1205980192'), (u'INT_ZEXT_-1205984518', u'COPY_-1205976771'), (u'INDIRECT_-1205980504', u'MULTIEQUAL_-1205980485'), (u'CALLIND_-1205985295', u'INDIRECT_-1205978357'), (u'CALL_-1205983031', u'INDIRECT_-1205978104'), (u'CALLIND_-1205983916', u'INDIRECT_-1205980497'), (u'CALLIND_-1205985164', u'INDIRECT_-1205978889'), (u'MULTIEQUAL_-1205978654', u'MULTIEQUAL_-1205978802'), (u'CALL_-1205983908', u'INDIRECT_-1205978548'), ('const-2', u'CALLIND_-1205983984'), (u'CALL_-1205985863', u'INDIRECT_-1205980460'), (u'INDIRECT_-1205977525', u'MULTIEQUAL_-1205977507'), (u'CALLIND_-1205984202', u'INDIRECT_-1205980438'), (u'INDIRECT_-1205979219', u'MULTIEQUAL_-1205979127'), (u'MULTIEQUAL_-1205980685', u'CALL_-1205983332'), (u'CALL_-1205983908', u'INDIRECT_-1205977954'), (u'MULTIEQUAL_-1205978264', u'MULTIEQUAL_-1205978235'), (u'CALLIND_-1205985295', u'INDIRECT_-1205979083'), (u'MULTIEQUAL_-1205980967', u'CALL_-1205983031'), (u'CALLIND_-1205984965', u'INDIRECT_-1205978065'), (u'CALLIND_-1205984115', u'INDIRECT_-1205979065'), (u'CALL_-1205986123', u'INDIRECT_-1205978921'), (u'INT_AND_-1205984460', u'MULTIEQUAL_-1205981572'), (u'CALL_-1205985863', u'INDIRECT_-1205980924'), (u'CALLIND_-1205983959', u'INDIRECT_-1205979581'), (u'MULTIEQUAL_-1205980038', u'MULTIEQUAL_-1205979794'), ('const-2', u'SUBPIECE_-1205979150'), (u'CALL_-1205983776', u'INDIRECT_-1205980551'), (u'CALLIND_-1205984158', u'INDIRECT_-1205979085'), (u'INT_EQUAL_-1205984167', u'CBRANCH_-1205984165'), (u'INDIRECT_-1205980501', u'COPY_-1205980536'), (u'CALL_-1205983212', u'INDIRECT_-1205977197'), (u'CALL_-1205984318', u'INDIRECT_-1205978559'), (u'CALLIND_-1205984011', u'INDIRECT_-1205979475'), (u'CALLIND_-1205984793', u'INDIRECT_-1205980241'), (u'CALLIND_-1205984115', u'INDIRECT_-1205981590'), (u'CALL_-1205984318', u'INDIRECT_-1205980685'), (u'CALL_-1205985367', u'INDIRECT_-1205979778'), (u'INDIRECT_-1205978229', u'MULTIEQUAL_-1205978137'), (u'CALLIND_-1205983916', u'INDIRECT_-1205979765'), (u'INDIRECT_-1205978752', u'MULTIEQUAL_-1205980028'), (u'INDIRECT_-1205979084', u'MULTIEQUAL_-1205979062'), (u'CALL_-1205983074', u'INDIRECT_-1205978115'), (u'CALLIND_-1205985060', u'INDIRECT_-1205979903'), (u'CALLIND_-1205984922', u'INDIRECT_-1205979299'), (u'CALLIND_-1205983830', u'INDIRECT_-1205979323'), (u'INDIRECT_-1205979223', u'MULTIEQUAL_-1205980499'), (u'MULTIEQUAL_-1205980795', u'CALL_-1205983908'), (u'MULTIEQUAL_-1205979699', u'MULTIEQUAL_-1205979672'), (u'MULTIEQUAL_-1205978046', u'MULTIEQUAL_-1205977627'), (u'CALLIND_-1205985060', u'INDIRECT_-1205978441'), (u'INDIRECT_-1205978790', u'MULTIEQUAL_-1205978909'), (u'CALLIND_-1205985207', u'INDIRECT_-1205978975'), (u'INT_AND_-1205985825', u'CALL_-1205985829'), (u'CALLIND_-1205983830', u'INDIRECT_-1205980457'), (u'CALL_-1205983212', u'INDIRECT_-1205977593'), (u'CALLIND_-1205984063', u'INDIRECT_-1205979618'), (u'INT_EQUAL_-1205984238', u'CBRANCH_-1205984236'), (u'CALLIND_-1205985112', u'INDIRECT_-1205980063'), ('const-32', u'INT_RIGHT_-1205978164'), (u'CALLIND_-1205983569', u'INDIRECT_-1205977418'), (u'CALLIND_-1205984750', u'INDIRECT_-1205978559'), (u'CALL_-1205983169', u'INDIRECT_-1205978891'), (u'CALL_-1205985367', u'INDIRECT_-1205978385'), (u'MULTIEQUAL_-1205979553', u'CALLIND_-1205983569'), ('const-1', u'INT_EQUAL_-1205985933'), (u'CALLIND_-1205983984', u'INDIRECT_-1205979519'), (u'INDIRECT_-1205980377', u'MULTIEQUAL_-1205980913'), (u'CALLIND_-1205985164', u'INDIRECT_-1205979888'), (u'INDIRECT_-1205980966', u'COPY_-1205981001'), (u'CALLIND_-1205983830', u'INDIRECT_-1205979389'), (u'CALL_-1205986193', u'INDIRECT_-1205980922'), (u'MULTIEQUAL_-1205978574', u'COPY_-1205978525'), (u'CALLIND_-1205983701', u'INDIRECT_-1205979461'), (u'CALLIND_-1205983873', u'INDIRECT_-1205980345'), (u'CALLIND_-1205983744', u'INDIRECT_-1205979217'), (u'CALLIND_-1205984011', u'INDIRECT_-1205978683'), (u'CALLIND_-1205985008', u'INDIRECT_-1205978151'), (u'INDIRECT_-1205977200', u'COPY_-1205977224'), (u'CALLIND_-1205983830', u'INDIRECT_-1205978331'), (u'CALLIND_-1205983648', u'INDIRECT_-1205978375'), (u'CALLIND_-1205983569', u'INDIRECT_-1205977350'), (u'CALLIND_-1205983959', u'INDIRECT_-1205978391'), (u'INDIRECT_-1205980356', u'MULTIEQUAL_-1205980264'), (u'CALL_-1205986193', u'INDIRECT_-1205979326'), (u'CALLIND_-1205984965', u'INDIRECT_-1205978593'), (u'INDIRECT_-1205979502', u'COPY_-1205979537'), (u'CALLIND_-1205983959', u'INDIRECT_-1205980184'), (u'CALLIND_-1205984246', u'INDIRECT_-1205979787'), (u'CALLIND_-1205985164', u'INDIRECT_-1205979955'), (u'CALLIND_-1205984115', u'INDIRECT_-1205980062'), (u'CALLIND_-1205984063', u'INDIRECT_-1205979039'), (u'INT_SRIGHT_-1205980122', u'CALLIND_-1205984063'), (u'INDIRECT_-1205980847', u'MULTIEQUAL_-1205980832'), (u'CALL_-1205983908', u'INDIRECT_-1205979083'), (u'CALLIND_-1205983873', u'INDIRECT_-1205979343'), (u'MULTIEQUAL_-1205978887', u'MULTIEQUAL_-1205978858'), (u'CALL_-1205984318', u'INDIRECT_-1205979815'), (u'INDIRECT_-1205978422', u'MULTIEQUAL_-1205979830'), (u'INDIRECT_-1205978985', u'MULTIEQUAL_-1205978967'), ('const-4294967295', u'INT_EQUAL_-1205984444'), (u'MULTIEQUAL_-1205977802', u'MULTIEQUAL_-1205977773'), (u'INDIRECT_-1205980646', u'MULTIEQUAL_-1205980631'), (u'PTRSUB_-1205978362', u'CALLIND_-1205984115'), (u'INDIRECT_-1205979151', u'MULTIEQUAL_-1205979128'), (u'CALL_-1205986123', u'INDIRECT_-1205981114'), (u'CALL_-1205985367', u'INDIRECT_-1205978517'), (u'CALLIND_-1205984202', u'INDIRECT_-1205978776'), (u'CALLIND_-1205983959', u'INDIRECT_-1205979119'), (u'CALLIND_-1205984115', u'INDIRECT_-1205980463'), (u'INDIRECT_-1205977114', u'MULTIEQUAL_-1205977316'), (u'MULTIEQUAL_-1205978066', u'MULTIEQUAL_-1205978037'), (u'INDIRECT_-1205979224', u'MULTIEQUAL_-1205979174'), (u'CALL_-1205985367', u'INDIRECT_-1205979177'), ('const-102902', u'PTRSUB_-1205977899'), (u'CALL_-1205985829', u'INDIRECT_-1205980513'), (u'CALLIND_-1205983830', u'INDIRECT_-1205978399'), (u'CALL_-1205983908', u'INDIRECT_-1205977558'), (u'CALL_-1205986193', u'INDIRECT_-1205979788'), (u'INDIRECT_-1205977246', u'MULTIEQUAL_-1205977448'), (u'CALLIND_-1205984115', u'INDIRECT_-1205979263'), (u'CALLIND_-1205984063', u'INDIRECT_-1205979765'), (u'CALL_-1205983847', u'INDIRECT_-1205978857'), (u'CALL_-1205983105', u'INDIRECT_-1205978326'), (u'CALLIND_-1205984063', u'INDIRECT_-1205979969'), ('const-0', u'SUBPIECE_-1205978376'), (u'INDIRECT_-1205978026', u'MULTIEQUAL_-1205979302'), (u'CALLIND_-1205984793', u'INDIRECT_-1205980109'), (u'CALLIND_-1205984879', u'INDIRECT_-1205979279'), (u'INDIRECT_-1205979912', u'MULTIEQUAL_-1205980448'), (u'CALL_-1205984318', u'INDIRECT_-1205980619'), (u'CALL_-1205983332', u'INDIRECT_-1205978324'), (u'CALLIND_-1205983959', u'INDIRECT_-1205979185'), (u'CALLIND_-1205984115', u'INDIRECT_-1205979461'), (u'CALLIND_-1205983916', u'INDIRECT_-1205980231'), ('tmp_9685', u'COPY_-1205978471'), (u'CALLIND_-1205983744', u'INDIRECT_-1205978491'), (u'CALLIND_-1205984750', u'INDIRECT_-1205979219'), (u'CALLIND_-1205984115', u'INDIRECT_-1205980130'), (u'CALLIND_-1205983648', u'INDIRECT_-1205979377'), (u'CALLIND_-1205983830', u'INDIRECT_-1205980523'), (u'CALLIND_-1205985251', u'INDIRECT_-1205978996'), (u'COPY_-1205984686', u'MULTIEQUAL_-1205979598'), (u'INDIRECT_-1205979243', u'MULTIEQUAL_-1205979779'), (u'CALLIND_-1205984922', u'INDIRECT_-1205981161'), (u'INDIRECT_-1205978840', u'MULTIEQUAL_-1205979041'), (u'INDIRECT_-1205979623', u'MULTIEQUAL_-1205979573'), (u'CALLIND_-1205983744', u'INDIRECT_-1205978953'), (u'CALLIND_-1205983701', u'INDIRECT_-1205979797'), (u'SUBPIECE_-1205978646', u'INT_EQUAL_-1205985933'), (u'MULTIEQUAL_-1205979174', u'MULTIEQUAL_-1205978755'), (u'INDIRECT_-1205979370', u'COPY_-1205979405'), (u'INDIRECT_-1205977205', u'COPY_-1205977251'), (u'CALL_-1205986092', u'INDIRECT_-1205979766'), (u'MULTIEQUAL_-1205979033', u'MULTIEQUAL_-1205979006'), (u'CALLIND_-1205983959', u'INDIRECT_-1205979317'), (u'INDIRECT_-1205978163', u'MULTIEQUAL_-1205978071'), (u'MULTIEQUAL_-1205978046', u'MULTIEQUAL_-1205977802'), (u'INDIRECT_-1205980988', u'MULTIEQUAL_-1205980913'), (u'INDIRECT_-1205978735', u'MULTIEQUAL_-1205978269'), (u'CALL_-1205983116', u'INDIRECT_-1205978799'), (u'CALLIND_-1205984063', u'INDIRECT_-1205977626'), (u'INDIRECT_-1205978603', u'MULTIEQUAL_-1205978137'), (u'CALLIND_-1205984011', u'INDIRECT_-1205979079'), (u'CALLIND_-1205983701', u'INDIRECT_-1205978933'), (u'INDIRECT_-1205978656', u'MULTIEQUAL_-1205978774'), (u'INDIRECT_-1205979439', u'MULTIEQUAL_-1205979641'), (u'INDIRECT_-1205978399', u'CALLIND_-1205983787'), (u'CALL_-1205985367', u'INDIRECT_-1205978781'), (u'CALL_-1205986123', u'INDIRECT_-1205980781'), ('const-24', u'INT_RIGHT_-1205979013'), (u'CALLIND_-1205984836', u'INDIRECT_-1205979530'), (u'CALLIND_-1205985295', u'INDIRECT_-1205978291'), (u'CALLIND_-1205985207', u'INDIRECT_-1205979371'), (u'CALLIND_-1205984063', u'INDIRECT_-1205977758'), (u'MULTIEQUAL_-1205978631', u'MULTIEQUAL_-1205978604'), (u'CALL_-1205986193', u'INDIRECT_-1205980856'), (u'CALLIND_-1205984202', u'INDIRECT_-1205979700'), (u'CALLIND_-1205984011', u'INDIRECT_-1205981601'), (u'INDIRECT_-1205979842', u'MULTIEQUAL_-1205979820'), ('const-255', u'INT_AND_-1205984460'), (u'CALLIND_-1205983569', u'INDIRECT_-1205979608'), (u'CALL_-1205983125', u'INDIRECT_-1205977221'), (u'INDIRECT_-1205978261', u'COPY_-1205978307'), (u'COPY_-1205978943', u'COPY_-1205978947'), (u'CALL_-1205986092', u'INDIRECT_-1205980030'), (u'CALLIND_-1205985060', u'INDIRECT_-1205980235'), (u'CALLIND_-1205983916', u'INDIRECT_-1205978835'), (u'MULTIEQUAL_-1205978821', u'MULTIEQUAL_-1205978792'), (u'INDIRECT_-1205979260', u'MULTIEQUAL_-1205979185'), (u'CALL_-1205986092', u'INDIRECT_-1205980768'), (u'MULTIEQUAL_-1205979355', u'MULTIEQUAL_-1205979326'), (u'CALLIND_-1205983873', u'INDIRECT_-1205979607'), (u'CALL_-1205985863', u'INDIRECT_-1205980660'), (u'MULTIEQUAL_-1205977759', u'MULTIEQUAL_-1205977730'), (u'CALL_-1205983074', u'INDIRECT_-1205978313'), ('const-0', u'SUBPIECE_-1205978404'), (u'INDIRECT_-1205980199', u'MULTIEQUAL_-1205979733'), (u'CALL_-1205986193', u'INDIRECT_-1205978930'), (u'MULTIEQUAL_-1205978993', u'MULTIEQUAL_-1205979141'), (u'MULTIEQUAL_-1205978551', u'MULTIEQUAL_-1205978522'), (u'INDIRECT_-1205979907', u'MULTIEQUAL_-1205980043'), (u'CALLIND_-1205985060', u'INDIRECT_-1205979167'), (u'CALLIND_-1205983959', u'INDIRECT_-1205978855'), (u'CALL_-1205985829', u'INDIRECT_-1205980045'), (u'COPY_-1205984668', u'MULTIEQUAL_-1205979532'), (u'CALLIND_-1205983744', u'INDIRECT_-1205978359'), (u'INDIRECT_-1205979443', u'MULTIEQUAL_-1205979421'), (u'CALLIND_-1205983648', u'INDIRECT_-1205977649'), (u'CALLIND_-1205983787', u'INDIRECT_-1205979633'), ('tmp_2372', u'CBRANCH_-1205984236'), (u'CALL_-1205984628', u'INDIRECT_-1205977898'), (u'MULTIEQUAL_-1205978244', u'COPY_-1205978520'), (u'CALL_-1205983031', u'INDIRECT_-1205977840'), (u'PTRSUB_-1205985886', u'MULTIEQUAL_-1205978608'), (u'CALLIND_-1205983787', u'INDIRECT_-1205979567'), (u'CALLIND_-1205983744', u'INDIRECT_-1205980417'), ('const-0', u'PTRSUB_-1205983887'), ('const-0', u'PTRSUB_-1205985886'), (u'CALL_-1205983776', u'INDIRECT_-1205977894'), (u'CALL_-1205983105', u'INDIRECT_-1205979196'), (u'INDIRECT_-1205978313', u'MULTIEQUAL_-1205978838'), ('const-0', u'PTRSUB_-1205984294'), (u'CALLIND_-1205983873', u'INDIRECT_-1205979745'), (u'CALLIND_-1205983787', u'INDIRECT_-1205980239'), (u'INDIRECT_-1205977931', u'COPY_-1205977977'), (u'CALLIND_-1205983873', u'INDIRECT_-1205979541'), (u'INDIRECT_-1205978680', u'COPY_-1205978617'), (u'INDIRECT_-1205977659', u'MULTIEQUAL_-1205977778'), (u'CALLIND_-1205984836', u'INDIRECT_-1205980063'), (u'CALL_-1205983169', u'INDIRECT_-1205979292'), (u'MULTIEQUAL_-1205979372', u'MULTIEQUAL_-1205979128'), ('const-102944', u'PTRSUB_-1205978310'), (u'CALLIND_-1205984965', u'INDIRECT_-1205979055'), (u'INDIRECT_-1205978559', u'MULTIEQUAL_-1205978467'), ('const-0', u'SUBPIECE_-1205979144'), (u'CALLIND_-1205983701', u'INDIRECT_-1205978471'), (u'CALL_-1205984628', u'INDIRECT_-1205979890'), (u'CALL_-1205983074', u'INDIRECT_-1205977455'), ('const-5', u'CALL_-1205983212'), (u'INDIRECT_-1205977403', u'COPY_-1205977449'), (u'MULTIEQUAL_-1205978155', u'MULTIEQUAL_-1205978126'), (u'CALLIND_-1205984246', u'INDIRECT_-1205979655'), (u'INDIRECT_-1205979410', u'MULTIEQUAL_-1205979392'), (u'CALLIND_-1205983701', u'INDIRECT_-1205980199'), (u'INT_LESS_-1205983109', u'CBRANCH_-1205983117'), (u'INDIRECT_-1205979387', u'MULTIEQUAL_-1205979506'), (u'PTRSUB_-1205977839', u'CALLIND_-1205984793'), (u'CALL_-1205983105', u'INDIRECT_-1205977402'), (u'CALL_-1205983212', u'INDIRECT_-1205977791'), (u'CALLIND_-1205985008', u'INDIRECT_-1205979477'), ('tmp_1866', u'CBRANCH_-1205984600'), (u'INDIRECT_-1205979889', u'MULTIEQUAL_-1205981165'), (u'CALLIND_-1205985207', u'INDIRECT_-1205978115'), (u'MULTIEQUAL_-1205978258', u'MULTIEQUAL_-1205978406'), (u'INDIRECT_-1205979522', u'MULTIEQUAL_-1205979641'), (u'CALL_-1205986123', u'INDIRECT_-1205979977'), (u'CALL_-1205983821', u'INDIRECT_-1205979113'), ('const-102864', u'PTRSUB_-1205977296'), (u'INDIRECT_-1205978682', u'MULTIEQUAL_-1205978660'), (u'INDIRECT_-1205978361', u'MULTIEQUAL_-1205978269'), (u'MULTIEQUAL_-1205980068', u'COPY_-1205976865'), (u'CALLIND_-1205983959', u'INDIRECT_-1205978591'), (u'CALL_-1205986092', u'INDIRECT_-1205979964'), (u'MULTIEQUAL_-1205978376', u'MULTIEQUAL_-1205977957'), (u'COPY_-1205976865', u'MULTIEQUAL_-1205981563'), (u'INDIRECT_-1205980085', u'MULTIEQUAL_-1205980247'), ('const-2', u'CALLIND_-1205984750'), (u'CALLIND_-1205985207', u'INDIRECT_-1205978909'), (u'INDIRECT_-1205979476', u'MULTIEQUAL_-1205979458'), (u'CALLIND_-1205985295', u'INDIRECT_-1205980283'), (u'COPY_-1205980065', u'COPY_-1205980069'), (u'CALLIND_-1205983916', u'INDIRECT_-1205979099'), (u'CALLIND_-1205985060', u'INDIRECT_-1205978243'), (u'INT_EQUAL_-1205984444', u'CBRANCH_-1205984442'), (u'MULTIEQUAL_-1205978904', u'MULTIEQUAL_-1205978660'), (u'CALL_-1205983031', u'INDIRECT_-1205977378'), (u'CALL_-1205986230', u'INDIRECT_-1205979610'), (u'CALLIND_-1205983916', u'INDIRECT_-1205980629'), (u'CALL_-1205985829', u'INDIRECT_-1205979643'), (u'CALLIND_-1205984063', u'INDIRECT_-1205978682'), (u'CALL_-1205984628', u'INDIRECT_-1205979623'), (u'CALL_-1205983125', u'INDIRECT_-1205977289'), (u'CALLIND_-1205983744', u'INDIRECT_-1205979547'), (u'CALLIND_-1205984836', u'INDIRECT_-1205978731'), (u'CALLIND_-1205984965', u'INDIRECT_-1205978791'), (u'INDIRECT_-1205978987', u'MULTIEQUAL_-1205978972'), (u'COPY_-1205979867', u'COPY_-1205979871'), (u'CALL_-1205986092', u'INDIRECT_-1205978776'), (u'INDIRECT_-1205978162', u'MULTIEQUAL_-1205978112'), (u'PTRSUB_-1205977879', u'CALLIND_-1205984879'), (u'CALLIND_-1205984158', u'INDIRECT_-1205978557'), (u'INDIRECT_-1205979722', u'MULTIEQUAL_-1205979647'), (u'INDIRECT_-1205977923', u'MULTIEQUAL_-1205978042'), ('tmp_219', u'CBRANCH_-1205986164'), (u'MULTIEQUAL_-1205979656', u'MULTIEQUAL_-1205979804'), (u'CALLIND_-1205983873', u'INDIRECT_-1205979013'), (u'CALLIND_-1205985295', u'INDIRECT_-1205978157'), (u'INDIRECT_-1205978649', u'MULTIEQUAL_-1205978631'), (u'CALLIND_-1205983569', u'INDIRECT_-1205979210'), (u'INDIRECT_-1205978979', u'MULTIEQUAL_-1205979515'), (u'CALLIND_-1205984965', u'INDIRECT_-1205980321'), (u'INDIRECT_-1205977221', u'MULTIEQUAL_-1205977182'), (u'CALLIND_-1205984922', u'INDIRECT_-1205979837'), (u'INDIRECT_-1205978889', u'MULTIEQUAL_-1205978797'), (u'CALL_-1205983125', u'INDIRECT_-1205978015'), (u'INDIRECT_-1205978776', u'COPY_-1205978811'), (u'INDIRECT_-1205979424', u'MULTIEQUAL_-1205980700'), (u'MULTIEQUAL_-1205980061', u'MULTIEQUAL_-1205979929'), (u'CALLIND_-1205984965', u'INDIRECT_-1205979523'), (u'INDIRECT_-1205978789', u'MULTIEQUAL_-1205978774'), ('const-0', u'PTRSUB_-1205978108'), (u'CALLIND_-1205984836', u'INDIRECT_-1205978929'), (u'CALL_-1205985829', u'INDIRECT_-1205980645'), (u'INDIRECT_-1205979659', u'COPY_-1205979683'), (u'CALLIND_-1205983648', u'INDIRECT_-1205977451'), (u'CALLIND_-1205984965', u'INDIRECT_-1205977997'), (u'CALL_-1205985829', u'INDIRECT_-1205978983'), (u'CALLIND_-1205983984', u'INDIRECT_-1205978583'), (u'MULTIEQUAL_-1205979794', u'MULTIEQUAL_-1205979765'), (u'CALL_-1205983105', u'INDIRECT_-1205979262'), (u'CALLIND_-1205984202', u'INDIRECT_-1205979436'), (u'MULTIEQUAL_-1205978330', u'MULTIEQUAL_-1205978301'), (u'COPY_-1205978644', u'RETURN_-1205978589'), ('const-1', u'INT_EQUAL_-1205985340'), (u'CALLIND_-1205984011', u'INDIRECT_-1205980411'), ('const-2', u'CALLIND_-1205983701'), (u'INDIRECT_-1205978493', u'MULTIEQUAL_-1205978401'), (u'CALL_-1205986123', u'INDIRECT_-1205980649'), (u'CALLIND_-1205985295', u'INDIRECT_-1205980151'), (u'CALL_-1205984628', u'INDIRECT_-1205978426'), (u'CALLIND_-1205984879', u'INDIRECT_-1205978091'), (u'CALL_-1205985829', u'INDIRECT_-1205980378'), (u'INDIRECT_-1205980312', u'MULTIEQUAL_-1205980448'), (u'CALLIND_-1205984115', u'INDIRECT_-1205980196'), (u'CALLIND_-1205983569', u'INDIRECT_-1205978810'), ('const-102896', u'PTRSUB_-1205977939'), (u'MULTIEQUAL_-1205977575', u'MULTIEQUAL_-1205977548'), (u'CALLIND_-1205984965', u'INDIRECT_-1205980123'), ('tmp_3107', u'BRANCH_-1205983757'), (u'CALL_-1205983332', u'INDIRECT_-1205978861'), (u'CALL_-1205983776', u'INDIRECT_-1205979889'), (u'INDIRECT_-1205978589', u'MULTIEQUAL_-1205978708'), (u'INDIRECT_-1205978890', u'MULTIEQUAL_-1205980166'), (u'CALLIND_-1205984879', u'INDIRECT_-1205978751'), (u'CALLIND_-1205983744', u'INDIRECT_-1205980219'), (u'CALLIND_-1205983569', u'INDIRECT_-1205978342'), (u'CALL_-1205983105', u'INDIRECT_-1205978392'), (u'CALLIND_-1205983984', u'INDIRECT_-1205979186'), (u'INDIRECT_-1205978814', u'MULTIEQUAL_-1205978774'), (u'CALL_-1205983116', u'INDIRECT_-1205977733'), (u'CAST_-1205978166', u'INT_RIGHT_-1205978216'), (u'CALLIND_-1205984115', u'INDIRECT_-1205980862'), (u'INDIRECT_-1205979645', u'MULTIEQUAL_-1205980181'), (u'CALL_-1205983169', u'INDIRECT_-1205979025'), (u'INDIRECT_-1205979622', u'MULTIEQUAL_-1205980898'), (u'CALLIND_-1205984836', u'INDIRECT_-1205978071'), (u'CALLIND_-1205983787', u'INDIRECT_-1205980704'), (u'INDIRECT_-1205979317', u'MULTIEQUAL_-1205979302'), (u'INT_NOTEQUAL_-1205984292', u'CBRANCH_-1205984291'), (u'INDIRECT_-1205978861', u'COPY_-1205978885'), (u'CALLIND_-1205984793', u'INDIRECT_-1205978909'), (u'CALLIND_-1205985207', u'INDIRECT_-1205980439'), (u'CALL_-1205984628', u'INDIRECT_-1205980951'), ('tmp_2256', u'CBRANCH_-1205984320'), (u'CALL_-1205983116', u'INDIRECT_-1205977997'), (u'CALLIND_-1205984063', u'INDIRECT_-1205980104'), (u'CALLIND_-1205985008', u'INDIRECT_-1205979075'), (u'CALL_-1205983847', u'INDIRECT_-1205979523'), (u'CALLIND_-1205983984', u'INDIRECT_-1205978985'), ('const-102866', u'PTRSUB_-1205977326'), (u'CALLIND_-1205983701', u'INDIRECT_-1205978603'), (u'MULTIEQUAL_-1205978904', u'COPY_-1205978530'), (u'CALL_-1205983212', u'INDIRECT_-1205977923'), ('tmp_4571', u'CBRANCH_-1205984288'), (u'CALL_-1205983821', u'INDIRECT_-1205978180'), (u'CALLIND_-1205984793', u'INDIRECT_-1205979041'), (u'CALL_-1205983125', u'INDIRECT_-1205977619'), (u'CALL_-1205983125', u'INDIRECT_-1205978147'), (u'CALLIND_-1205983744', u'INDIRECT_-1205978821'), (u'CALL_-1205983169', u'INDIRECT_-1205978959'), (u'CALLIND_-1205983701', u'INDIRECT_-1205978405'), (u'CALL_-1205983031', u'INDIRECT_-1205977444'), (u'CALL_-1205983169', u'INDIRECT_-1205977828'), ('const-86964', u'COPY_-1205983195'), (u'INDIRECT_-1205979238', u'MULTIEQUAL_-1205979440'), (u'CALL_-1205983776', u'INDIRECT_-1205977498'), (u'CALLIND_-1205983648', u'INDIRECT_-1205979176'), (u'CALLIND_-1205983984', u'INDIRECT_-1205978055'), (u'CALLIND_-1205985251', u'INDIRECT_-1205980130'), (u'INDIRECT_-1205978012', u'MULTIEQUAL_-1205977994'), (u'CALL_-1205983847', u'INDIRECT_-1205979457'), ('const-0', u'SUBPIECE_-1205978377'), (u'MULTIEQUAL_-1205980904', u'CALL_-1205983125'), (u'CALLIND_-1205985207', u'INDIRECT_-1205978183'), (u'INDIRECT_-1205978276', u'MULTIEQUAL_-1205978258'), (u'MULTIEQUAL_-1205980213', u'BOOL_NEGATE_-1205980232'), (u'CALLIND_-1205985112', u'INDIRECT_-1205980393'), (u'CALLIND_-1205984965', u'INDIRECT_-1205980390'), (u'CALLIND_-1205984793', u'INDIRECT_-1205978249'), (u'INDIRECT_-1205977587', u'MULTIEQUAL_-1205978112'), (u'CALLIND_-1205985008', u'INDIRECT_-1205980209'), (u'CALLIND_-1205984965', u'INDIRECT_-1205979121'), (u'CALLIND_-1205983744', u'INDIRECT_-1205980084'), (u'CALL_-1205983169', u'INDIRECT_-1205980546'), (u'CALLIND_-1205984922', u'INDIRECT_-1205980169'), ('tmp_585', u'CBRANCH_-1205985908'), (u'CALLIND_-1205984922', u'INDIRECT_-1205979167'), ('const-102962', u'PTRSUB_-1205978164'), (u'INDIRECT_-1205978422', u'MULTIEQUAL_-1205979698'), (u'CALLIND_-1205983873', u'INDIRECT_-1205979409'), ('const-102952', u'PTRSUB_-1205978264'), (u'INDIRECT_-1205978333', u'COPY_-1205978379'), (u'INT_NOTEQUAL_-1205984030', u'CBRANCH_-1205984029'), (u'MULTIEQUAL_-1205978442', u'MULTIEQUAL_-1205978023'), (u'CALL_-1205983105', u'INDIRECT_-1205979526'), (u'INT_EQUAL_-1205983160', u'CBRANCH_-1205983157'), (u'INDIRECT_-1205977897', u'MULTIEQUAL_-1205977805'), (u'CALLIND_-1205983873', u'INDIRECT_-1205980543'), (u'INDIRECT_-1205978801', u'MULTIEQUAL_-1205978335'), (u'CALL_-1205985367', u'INDIRECT_-1205978185'), (u'INDIRECT_-1205980445', u'MULTIEQUAL_-1205980580'), (u'INDIRECT_-1205978471', u'MULTIEQUAL_-1205978005'), (u'INT_AND_-1205984460', u'INT_NOTEQUAL_-1205984405'), (u'CALL_-1205983125', u'INDIRECT_-1205977487'), (u'INDIRECT_-1205978999', u'MULTIEQUAL_-1205978533'), (u'COPY_-1205978877', u'COPY_-1205978881'), (u'CALL_-1205983116', u'INDIRECT_-1205978261'), (u'INDIRECT_-1205977630', u'MULTIEQUAL_-1205978906'), (u'CALL_-1205984628', u'INDIRECT_-1205978888'), (u'INDIRECT_-1205977888', u'COPY_-1205978605'), (u'INDIRECT_-1205979329', u'MULTIEQUAL_-1205978863'), ('tmp_3453', u'CBRANCH_-1205983535'), (u'CALL_-1205983169', u'INDIRECT_-1205979424'), (u'MULTIEQUAL_-1205979036', u'COPY_-1205978532'), (u'CALL_-1205983031', u'INDIRECT_-1205977642'), (u'CALLIND_-1205984750', u'INDIRECT_-1205980089'), (u'CALLIND_-1205983916', u'INDIRECT_-1205979693'), (u'CALL_-1205983105', u'INDIRECT_-1205979661'), (u'COPY_-1205978743', u'COPY_-1205978747'), (u'CALLIND_-1205984922', u'INDIRECT_-1205980301'), (u'CALL_-1205984318', u'INDIRECT_-1205979419'), (u'CALLIND_-1205984246', u'INDIRECT_-1205979259'), (u'INDIRECT_-1205979445', u'MULTIEQUAL_-1205979581'), (u'INDIRECT_-1205979593', u'MULTIEQUAL_-1205979127'), (u'INT_EQUAL_-1205984222', u'CBRANCH_-1205984220'), ('const-180', u'INT_SUB_-1205983129'), (u'INDIRECT_-1205979304', u'COPY_-1205979339'), (u'CALLIND_-1205984202', u'INDIRECT_-1205980370'), (u'INDIRECT_-1205978923', u'MULTIEQUAL_-1205979041'), (u'CALLIND_-1205985207', u'INDIRECT_-1205978711'), (u'CALL_-1205983169', u'INDIRECT_-1205977298'), (u'CALLIND_-1205985112', u'INDIRECT_-1205978995'), (u'CALLIND_-1205983984', u'INDIRECT_-1205978847'), (u'MULTIEQUAL_-1205979240', u'COPY_-1205978535'), (u'CALLIND_-1205985008', u'INDIRECT_-1205979678'), (u'CALLIND_-1205985008', u'INDIRECT_-1205978745'), (u'MULTIEQUAL_-1205978970', u'MULTIEQUAL_-1205978551'), (u'INDIRECT_-1205980118', u'MULTIEQUAL_-1205980043'), (u'INDIRECT_-1205980184', u'MULTIEQUAL_-1205980306'), (u'CALL_-1205986230', u'INDIRECT_-1205979214'), (u'CALLIND_-1205985112', u'INDIRECT_-1205980129'), (u'CALL_-1205985367', u'INDIRECT_-1205980509'), (u'CALL_-1205986123', u'INDIRECT_-1205978987'), (u'CALLIND_-1205984063', u'INDIRECT_-1205980017'), (u'INDIRECT_-1205978585', u'MULTIEQUAL_-1205978721'), (u'INDIRECT_-1205980817', u'MULTIEQUAL_-1205980979'), (u'CALL_-1205985829', u'INDIRECT_-1205979049'), (u'CALLIND_-1205985164', u'INDIRECT_-1205980353'), (u'INDIRECT_-1205979998', u'MULTIEQUAL_-1205979532'), (u'CALLIND_-1205983787', u'INDIRECT_-1205979837'), (u'CALLIND_-1205983830', u'INDIRECT_-1205980589'), (u'CALL_-1205986230', u'INDIRECT_-1205980409'), (u'INDIRECT_-1205979326', u'MULTIEQUAL_-1205979251'), (u'CALL_-1205983074', u'INDIRECT_-1205978649'), (u'CALLIND_-1205985207', u'INDIRECT_-1205978249'), (u'CALL_-1205983212', u'INDIRECT_-1205978457'), (u'CALL_-1205983776', u'INDIRECT_-1205979424'), ('const-2', u'INT_LESS_-1205983109'), (u'CALL_-1205986193', u'INDIRECT_-1205979920'), (u'CALL_-1205983031', u'INDIRECT_-1205978773'), (u'INDIRECT_-1205978732', u'COPY_-1205978778'), (u'MULTIEQUAL_-1205977796', u'MULTIEQUAL_-1205977944'), (u'CALLIND_-1205984202', u'INDIRECT_-1205980834'), (u'CALL_-1205983821', u'INDIRECT_-1205979911'), (u'CALLIND_-1205984836', u'INDIRECT_-1205977937'), (u'CALLIND_-1205984879', u'INDIRECT_-1205978157'), (u'COPY_-1205981133', u'COPY_-1205981140'), (u'CALLIND_-1205985164', u'INDIRECT_-1205980155'), (u'CALLIND_-1205985060', u'INDIRECT_-1205979233'), (u'INDIRECT_-1205979491', u'MULTIEQUAL_-1205979441'), (u'CALLIND_-1205984063', u'INDIRECT_-1205979501'), (u'CALL_-1205983847', u'INDIRECT_-1205977729'), (u'MULTIEQUAL_-1205980239', u'MULTIEQUAL_-1205979820'), (u'CALL_-1205983116', u'INDIRECT_-1205979332'), (u'MULTIEQUAL_-1205978462', u'MULTIEQUAL_-1205978433'), (u'CALLIND_-1205985112', u'INDIRECT_-1205979259'), (u'CALLIND_-1205984063', u'INDIRECT_-1205979219'), (u'CALL_-1205983908', u'INDIRECT_-1205977624'), (u'CALL_-1205983116', u'INDIRECT_-1205978933'), ('const-4294967295', u'INT_NOTEQUAL_-1205983697'), (u'CALLIND_-1205985295', u'INDIRECT_-1205979215'), (u'MULTIEQUAL_-1205978456', u'MULTIEQUAL_-1205978604'), (u'CALL_-1205983031', u'INDIRECT_-1205978840'), (u'INT_AND_-1205984460', u'INT_EQUAL_-1205984322'), (u'INDIRECT_-1205978484', u'MULTIEQUAL_-1205978462'), (u'INDIRECT_-1205978672', u'MULTIEQUAL_-1205978654'), (u'INDIRECT_-1205979743', u'MULTIEQUAL_-1205979725'), (u'INDIRECT_-1205980419', u'MULTIEQUAL_-1205981830'), (u'CALLIND_-1205984246', u'INDIRECT_-1205978531'), (u'CALLIND_-1205984063', u'INDIRECT_-1205980503'), (u'INDIRECT_-1205978224', u'MULTIEQUAL_-1205979500'), (u'CALLIND_-1205985251', u'INDIRECT_-1205979729'), (u'CALL_-1205983212', u'INDIRECT_-1205977659'), (u'CALLIND_-1205984750', u'INDIRECT_-1205979357'), (u'MULTIEQUAL_-1205979175', u'MULTIEQUAL_-1205979340'), (u'MULTIEQUAL_-1205979708', u'MULTIEQUAL_-1205979464'), (u'CALL_-1205983031', u'INDIRECT_-1205977510'), (u'INDIRECT_-1205978279', u'MULTIEQUAL_-1205978240'), (u'SUBPIECE_-1205982080', u'PIECE_-1205979234'), (u'CALL_-1205985829', u'INDIRECT_-1205979445'), (u'MULTIEQUAL_-1205979372', u'COPY_-1205978537'), (u'MULTIEQUAL_-1205977466', u'MULTIEQUAL_-1205977614'), (u'CALLIND_-1205983569', u'INDIRECT_-1205979278'), (u'INDIRECT_-1205978747', u'MULTIEQUAL_-1205978708'), (u'MULTIEQUAL_-1205979102', u'INT_AND_-1205984460'), (u'CALL_-1205984318', u'INDIRECT_-1205979881'), (u'INDIRECT_-1205978055', u'MULTIEQUAL_-1205978037'), (u'CALLIND_-1205984011', u'INDIRECT_-1205980741'), (u'PTRSUB_-1205978336', u'CALLIND_-1205984063'), (u'MULTIEQUAL_-1205979728', u'MULTIEQUAL_-1205979699'), (u'CALL_-1205986193', u'INDIRECT_-1205980656'), (u'CALLIND_-1205984836', u'INDIRECT_-1205978137'), (u'CALLIND_-1205983744', u'INDIRECT_-1205980151'), (u'MULTIEQUAL_-1205979553', u'INT_SRIGHT_-1205983584'), (u'COPY_-1205983435', u'RETURN_-1205986031'), (u'INDIRECT_-1205981180', u'MULTIEQUAL_-1205981165'), (u'CALLIND_-1205984115', u'INDIRECT_-1205979329'), (u'INDIRECT_-1205980301', u'COPY_-1205980335'), (u'COPY_-1205983508', u'MULTIEQUAL_-1205980795'), (u'CALLIND_-1205985164', u'INDIRECT_-1205978229'), (u'CALL_-1205983776', u'INDIRECT_-1205978956'), (u'INT_EQUAL_-1205986166', u'CBRANCH_-1205986164'), (u'MULTIEQUAL_-1205979929', u'MULTIEQUAL_-1205979900'), (u'INDIRECT_-1205980883', u'MULTIEQUAL_-1205981045'), (u'INDIRECT_-1205979062', u'MULTIEQUAL_-1205978987'), (u'MULTIEQUAL_-1205978763', u'MULTIEQUAL_-1205978736'), (u'CALLIND_-1205984158', u'INDIRECT_-1205979883'), (u'CALL_-1205985367', u'INDIRECT_-1205980311'), (u'CAST_-1205977751', u'INT_RIGHT_-1205977801'), (u'CALLIND_-1205984965', u'INDIRECT_-1205978263'), (u'CALLIND_-1205984202', u'INDIRECT_-1205980303'), (u'CALLIND_-1205985164', u'INDIRECT_-1205979555'), (u'CALL_-1205983125', u'INDIRECT_-1205979215'), (u'CALLIND_-1205983830', u'INDIRECT_-1205980058'), (u'CALLIND_-1205984202', u'INDIRECT_-1205978842'), ('tmp_4142', u'BRANCH_-1205982881'), (u'INT_EQUAL_-1205984140', u'CBRANCH_-1205984138'), (u'CALL_-1205986193', u'INDIRECT_-1205980724'), (u'CALL_-1205983332', u'INDIRECT_-1205978927'), (u'CALL_-1205983212', u'INDIRECT_-1205978991'), (u'CALL_-1205983776', u'INDIRECT_-1205977828'), (u'MULTIEQUAL_-1205979260', u'MULTIEQUAL_-1205979408'), (u'CALL_-1205983212', u'INDIRECT_-1205978121'), (u'CALLIND_-1205983701', u'INDIRECT_-1205981455'), (u'CALLIND_-1205985207', u'INDIRECT_-1205979975'), (u'INDIRECT_-1205977451', u'MULTIEQUAL_-1205977429'), (u'INDIRECT_-1205981018', u'MULTIEQUAL_-1205981180'), (u'CALLIND_-1205984750', u'INDIRECT_-1205979558'), (u'CALL_-1205986123', u'INDIRECT_-1205979449'), (u'CALL_-1205986123', u'INDIRECT_-1205980448'), (u'CALL_-1205985367', u'INDIRECT_-1205979711'), (u'CALL_-1205984318', u'INDIRECT_-1205978759'), (u'CALLIND_-1205983569', u'INDIRECT_-1205980471'), (u'CALLIND_-1205983787', u'INDIRECT_-1205980569'), (u'INDIRECT_-1205978375', u'MULTIEQUAL_-1205978353'), ('const-4', u'CALLIND_-1205985207'), (u'CALL_-1205985829', u'INDIRECT_-1205978719'), (u'INDIRECT_-1205978785', u'MULTIEQUAL_-1205978921'), (u'CALLIND_-1205983830', u'INDIRECT_-1205980790'), (u'CALLIND_-1205984879', u'INDIRECT_-1205979147'), (u'MULTIEQUAL_-1205978508', u'COPY_-1205978524'), (u'MULTIEQUAL_-1205979860', u'MULTIEQUAL_-1205979831'), (u'CALLIND_-1205983916', u'INDIRECT_-1205979297'), (u'CALLIND_-1205984965', u'INDIRECT_-1205978131'), (u'CALL_-1205984318', u'INDIRECT_-1205979617'), (u'INDIRECT_-1205977756', u'COPY_-1205978603'), (u'INDIRECT_-1205978339', u'MULTIEQUAL_-1205977873'), (u'MULTIEQUAL_-1205979765', u'MULTIEQUAL_-1205979738'), (u'MULTIEQUAL_-1205978967', u'MULTIEQUAL_-1205978940'), (u'INDIRECT_-1205978653', u'MULTIEQUAL_-1205978789'), (u'CALL_-1205986230', u'INDIRECT_-1205979148'), (u'MULTIEQUAL_-1205977928', u'MULTIEQUAL_-1205978076'), (u'CALLIND_-1205984922', u'INDIRECT_-1205978045'), ('const-1', u'CALL_-1205986193'), (u'CALLIND_-1205983830', u'INDIRECT_-1205979653'), (u'MULTIEQUAL_-1205977664', u'MULTIEQUAL_-1205977812'), (u'CALLIND_-1205985112', u'INDIRECT_-1205978467'), (u'INDIRECT_-1205978956', u'MULTIEQUAL_-1205980232'), (u'MULTIEQUAL_-1205979366', u'MULTIEQUAL_-1205979340'), (u'CALL_-1205983908', u'INDIRECT_-1205977490'), (u'INDIRECT_-1205979153', u'MULTIEQUAL_-1205979061'), (u'CALLIND_-1205984246', u'INDIRECT_-1205980124'), (u'CALLIND_-1205983830', u'INDIRECT_-1205981515'), (u'CALL_-1205983105', u'INDIRECT_-1205977666'), (u'INT_EQUAL_-1205984338', u'CBRANCH_-1205984336'), (u'INDIRECT_-1205979152', u'MULTIEQUAL_-1205979102'), (u'CALL_-1205983125', u'INDIRECT_-1205977949'), (u'CALL_-1205983332', u'INDIRECT_-1205978660'), (u'CALLIND_-1205983569', u'INDIRECT_-1205977682'), (u'CALLIND_-1205984965', u'INDIRECT_-1205979857'), (u'CALLIND_-1205985251', u'INDIRECT_-1205978336'), (u'CALLIND_-1205984965', u'INDIRECT_-1205979724'), (u'INDIRECT_-1205978882', u'MULTIEQUAL_-1205978843'), (u'CALL_-1205983332', u'INDIRECT_-1205977532'), ('const-2', u'COPY_-1205983105'), (u'INDIRECT_-1205979779', u'MULTIEQUAL_-1205979764'), (u'INT_NOTEQUAL_-1205983951', u'CBRANCH_-1205983950'), ('tmp_3542', u'BRANCH_-1205983179'), (u'CALL_-1205985367', u'INDIRECT_-1205979111'), (u'CALLIND_-1205984063', u'INDIRECT_-1205979237'), (u'CALL_-1205984318', u'INDIRECT_-1205978693'), (u'CALL_-1205983074', u'INDIRECT_-1205977521'), (u'INDIRECT_-1205979978', u'MULTIEQUAL_-1205980514'), (u'CALL_-1205983212', u'INDIRECT_-1205979189'), (u'CALLIND_-1205984793', u'INDIRECT_-1205979510'), (u'CALLIND_-1205984793', u'INDIRECT_-1205979644'), (u'CALL_-1205983125', u'INDIRECT_-1205979281'), (u'CALL_-1205983212', u'INDIRECT_-1205977063'), (u'CALLIND_-1205985112', u'INDIRECT_-1205980462'), (u'MULTIEQUAL_-1205978126', u'MULTIEQUAL_-1205978274'), ('const-102928', u'PTRSUB_-1205977458'), (u'CALL_-1205985863', u'INDIRECT_-1205980393'), (u'CALL_-1205983821', u'INDIRECT_-1205979710'), (u'CALLIND_-1205985008', u'INDIRECT_-1205978415'), ('const-7', u'INT_LESS_-1205983140'), (u'CALL_-1205986092', u'INDIRECT_-1205979040'), (u'INDIRECT_-1205981680', u'MULTIEQUAL_-1205981845'), (u'INDIRECT_-1205979018', u'MULTIEQUAL_-1205978996'), (u'CALL_-1205985863', u'INDIRECT_-1205980060'), (u'CALLIND_-1205984202', u'INDIRECT_-1205978710'), (u'MULTIEQUAL_-1205980239', u'INT_EQUAL_-1205984338'), (u'MULTIEQUAL_-1205979728', u'CALLIND_-1205983984'), (u'CALL_-1205983169', u'INDIRECT_-1205977366'), (u'CALL_-1205983169', u'INDIRECT_-1205979226'), (u'CALL_-1205984628', u'INDIRECT_-1205979020'), (u'CALLIND_-1205983830', u'INDIRECT_-1205979791'), (u'INDIRECT_-1205978952', u'MULTIEQUAL_-1205978930'), ('const-2', u'CALLIND_-1205984836'), (u'CALLIND_-1205983916', u'INDIRECT_-1205978505'), (u'CALL_-1205986092', u'INDIRECT_-1205979106'), (u'MULTIEQUAL_-1205979234', u'MULTIEQUAL_-1205979207'), ('const-1', u'INT_EQUAL_-1205984140'), (u'CALLIND_-1205984750', u'INDIRECT_-1205979757'), (u'INDIRECT_-1205979115', u'MULTIEQUAL_-1205979639'), (u'PTRSUB_-1205978164', u'CALLIND_-1205983701'), (u'CALLIND_-1205985207', u'INDIRECT_-1205979041'), (u'INT_EQUAL_-1205985340', u'CBRANCH_-1205985337'), (u'INDIRECT_-1205978847', u'MULTIEQUAL_-1205979383'), (u'CALLIND_-1205983959', u'INDIRECT_-1205980451'), ('tmp_2056', u'CBRANCH_-1205984442'), (u'CALL_-1205983908', u'INDIRECT_-1205978350'), (u'CALL_-1205986123', u'INDIRECT_-1205979251'), (u'CALLIND_-1205984063', u'INDIRECT_-1205979699'), (u'CALLIND_-1205983648', u'INDIRECT_-1205980504'), (u'INDIRECT_-1205978666', u'COPY_-1205978712'), (u'CALLIND_-1205983984', u'INDIRECT_-1205978319'), (u'CALL_-1205983776', u'INDIRECT_-1205978356'), (u'CALLIND_-1205984879', u'INDIRECT_-1205978883'), ('const-0', u'PTRSUB_-1205978204'), (u'INDIRECT_-1205979490', u'MULTIEQUAL_-1205980898'), (u'CALL_-1205983105', u'INDIRECT_-1205979460'), (u'CALL_-1205986123', u'INDIRECT_-1205978855'), (u'CALLIND_-1205984965', u'INDIRECT_-1205981181'), (u'MULTIEQUAL_-1205979306', u'MULTIEQUAL_-1205979062'), (u'INDIRECT_-1205977263', u'MULTIEQUAL_-1205977382'), (u'CALLIND_-1205984922', u'INDIRECT_-1205978573'), (u'CALLIND_-1205983787', u'INDIRECT_-1205978311'), (u'CALLIND_-1205985008', u'INDIRECT_-1205978811'), (u'CALLIND_-1205984063', u'INDIRECT_-1205979018'), (u'CALL_-1205983169', u'INDIRECT_-1205977960'), (u'INT_NOTEQUAL_-1205983615', u'CBRANCH_-1205983614'), (u'COPY_-1205976990', u'CALL_-1205983031'), (u'INDIRECT_-1205979823', u'MULTIEQUAL_-1205981099'), (u'CALLIND_-1205983648', u'INDIRECT_-1205978909'), (u'CALLIND_-1205985251', u'INDIRECT_-1205979662'), (u'CALLIND_-1205985295', u'INDIRECT_-1205978885'), (u'MULTIEQUAL_-1205977536', u'MULTIEQUAL_-1205977507'), (u'CALL_-1205983908', u'INDIRECT_-1205979814'), (u'CALL_-1205986230', u'INDIRECT_-1205981209'), (u'CALLIND_-1205984836', u'INDIRECT_-1205978665'), (u'CALL_-1205983125', u'INDIRECT_-1205977883'), (u'INDIRECT_-1205981114', u'MULTIEQUAL_-1205981099'), (u'INDIRECT_-1205978823', u'MULTIEQUAL_-1205978731'), (u'INDIRECT_-1205979023', u'MULTIEQUAL_-1205979185'), (u'INDIRECT_-1205978379', u'MULTIEQUAL_-1205978904'), (u'MULTIEQUAL_-1205978178', u'COPY_-1205978519'), (u'CAST_-1205977777', u'INT_RIGHT_-1205977827'), ('const-77264', u'PTRSUB_-1205983887'), (u'CALLIND_-1205983744', u'INDIRECT_-1205980351'), (u'INT_NOTEQUAL_-1205983102', u'MULTIEQUAL_-1205980213'), (u'MULTIEQUAL_-1205978726', u'MULTIEQUAL_-1205978697'), (u'INT_NOTEQUAL_-1205982892', u'MULTIEQUAL_-1205980213'), (u'INDIRECT_-1205979111', u'MULTIEQUAL_-1205979647'), (u'INDIRECT_-1205979131', u'COPY_-1205979177'), (u'INDIRECT_-1205978408', u'MULTIEQUAL_-1205978390'), (u'CALLIND_-1205985207', u'INDIRECT_-1205980043'), (u'CALLIND_-1205985008', u'INDIRECT_-1205978943'), (u'MULTIEQUAL_-1205979728', u'INT_NOTEQUAL_-1205984030'), (u'CALLIND_-1205985164', u'INDIRECT_-1205979489'), (u'CALLIND_-1205985251', u'INDIRECT_-1205978204'), (u'INDIRECT_-1205979551', u'MULTIEQUAL_-1205979713'), (u'CALL_-1205985863', u'INDIRECT_-1205978800'), (u'INDIRECT_-1205979814', u'COPY_-1205978634'), (u'CALLIND_-1205983873', u'INDIRECT_-1205981472'), (u'CALL_-1205983908', u'INDIRECT_-1205978482'), (u'CALL_-1205984318', u'INDIRECT_-1205980419'), (u'CALL_-1205983847', u'INDIRECT_-1205979856'), (u'CALLIND_-1205983830', u'INDIRECT_-1205978465'), ('const-0', u'PTRSUB_-1205977488'), (u'CALL_-1205986092', u'INDIRECT_-1205980102'), (u'INDIRECT_-1205978258', u'COPY_-1205978282'), (u'CALL_-1205983116', u'INDIRECT_-1205978195'), ('const-102930', u'PTRSUB_-1205977488'), (u'CALLIND_-1205984063', u'INDIRECT_-1205979105'), (u'CALLIND_-1205983830', u'INDIRECT_-1205980391'), (u'INT_LESS_-1205983140', u'CBRANCH_-1205983149'), (u'CALLIND_-1205984158', u'INDIRECT_-1205980615'), (u'CALLIND_-1205984965', u'INDIRECT_-1205978659'), (u'CALL_-1205986230', u'INDIRECT_-1205979478'), (u'CALLIND_-1205984246', u'INDIRECT_-1205978863'), (u'COPY_-1205983063', u'MULTIEQUAL_-1205980061'), (u'MULTIEQUAL_-1205979590', u'MULTIEQUAL_-1205979738'), (u'INDIRECT_-1205977484', u'MULTIEQUAL_-1205977466'), (u'INDIRECT_-1205979243', u'MULTIEQUAL_-1205979220'), (u'CALLIND_-1205984922', u'INDIRECT_-1205978771'), (u'CALL_-1205985829', u'INDIRECT_-1205981706'), (u'CALL_-1205986123', u'INDIRECT_-1205979779'), (u'INDIRECT_-1205981081', u'MULTIEQUAL_-1205980992'), (u'CALL_-1205985367', u'INDIRECT_-1205980578'), (u'CALLIND_-1205983984', u'INDIRECT_-1205977725'), (u'CALL_-1205983212', u'INDIRECT_-1205977725'), (u'CALLIND_-1205985207', u'INDIRECT_-1205979776'), (u'PTRSUB_-1205978017', u'CALLIND_-1205985164'), (u'CALLIND_-1205984879', u'INDIRECT_-1205979417'), (u'CALL_-1205984628', u'INDIRECT_-1205978492'), (u'CALL_-1205983116', u'INDIRECT_-1205978532'), (u'MULTIEQUAL_-1205979840', u'CAST_-1205977316'), (u'INDIRECT_-1205978477', u'MULTIEQUAL_-1205978438'), (u'CALLIND_-1205983569', u'INDIRECT_-1205978672'), (u'INDIRECT_-1205979778', u'MULTIEQUAL_-1205980313'), (u'CALLIND_-1205984158', u'INDIRECT_-1205979949'), ('const-3', u'INT_EQUAL_-1205983056'), (u'CALLIND_-1205984158', u'INDIRECT_-1205980549'), (u'INDIRECT_-1205979119', u'MULTIEQUAL_-1205979104'), (u'CALLIND_-1205984879', u'INDIRECT_-1205979951'), (u'CALLIND_-1205984202', u'INDIRECT_-1205979832'), (u'CALL_-1205985829', u'INDIRECT_-1205979247'), (u'CALLIND_-1205984063', u'INDIRECT_-1205978550'), (u'CALLIND_-1205984202', u'INDIRECT_-1205981694'), (u'CALLIND_-1205984879', u'INDIRECT_-1205979351'), (u'CALL_-1205983031', u'INDIRECT_-1205979304'), (u'CALL_-1205986230', u'INDIRECT_-1205979280'), (u'CALL_-1205983105', u'INDIRECT_-1205978794'), (u'CALL_-1205985829', u'INDIRECT_-1205979181'), (u'CALLIND_-1205983916', u'INDIRECT_-1205980098'), (u'CALLIND_-1205985008', u'INDIRECT_-1205978877'), (u'INDIRECT_-1205979375', u'MULTIEQUAL_-1205979911'), (u'INDIRECT_-1205978943', u'MULTIEQUAL_-1205978925'), ('const-2', u'CALLIND_-1205984246'), (u'MULTIEQUAL_-1205979174', u'COPY_-1205978534'), (u'INDIRECT_-1205978158', u'MULTIEQUAL_-1205979434'), (u'INDIRECT_-1205978781', u'MULTIEQUAL_-1205979306'), (u'INT_AND_-1205983092', u'MULTIEQUAL_-1205980685'), (u'INDIRECT_-1205979044', u'MULTIEQUAL_-1205979022'), (u'CALL_-1205986123', u'INDIRECT_-1205979845'), (u'MULTIEQUAL_-1205977773', u'MULTIEQUAL_-1205977746'), (u'INDIRECT_-1205977312', u'MULTIEQUAL_-1205977514'), (u'CALLIND_-1205985251', u'INDIRECT_-1205978798'), (u'INDIRECT_-1205978121', u'MULTIEQUAL_-1205978103'), (u'CALL_-1205983105', u'INDIRECT_-1205977268'), (u'INDIRECT_-1205980376', u'MULTIEQUAL_-1205980904'), (u'CALL_-1205983776', u'INDIRECT_-1205979358'), (u'INDIRECT_-1205978548', u'COPY_-1205978615'), (u'CALL_-1205986123', u'INDIRECT_-1205979317'), (u'INDIRECT_-1205979424', u'MULTIEQUAL_-1205980832'), (u'CALLIND_-1205984879', u'INDIRECT_-1205980017'), (u'INDIRECT_-1205980715', u'MULTIEQUAL_-1205980700'), (u'CALLIND_-1205983873', u'INDIRECT_-1205978749'), (u'CALL_-1205986230', u'INDIRECT_-1205980072'), (u'INDIRECT_-1205978583', u'MULTIEQUAL_-1205978565'), (u'CALLIND_-1205983701', u'INDIRECT_-1205980730'), (u'CALL_-1205986193', u'INDIRECT_-1205978864'), (u'INDIRECT_-1205979423', u'MULTIEQUAL_-1205979372'), (u'CALL_-1205986123', u'INDIRECT_-1205980115'), (u'CALL_-1205986230', u'INDIRECT_-1205981074'), (u'CALLIND_-1205983701', u'INDIRECT_-1205979395'), ('const-0', u'SUBPIECE_-1205978011'), (u'INDIRECT_-1205979318', u'MULTIEQUAL_-1205979300'), ('const-4', u'CALLIND_-1205984063'), ('const-102930', u'PTRSUB_-1205978404'), (u'MULTIEQUAL_-1205978925', u'MULTIEQUAL_-1205979073'), (u'MULTIEQUAL_-1205979831', u'INT_NOTEQUAL_-1205983951'), (u'CALLIND_-1205983648', u'INDIRECT_-1205979243'), (u'INDIRECT_-1205979219', u'COPY_-1205984704'), ('const-102904', u'PTRSUB_-1205977879'), (u'INDIRECT_-1205978294', u'MULTIEQUAL_-1205978244'), (u'BOOL_AND_-1205981566', u'MULTIEQUAL_-1205980213'), (u'CALLIND_-1205983984', u'INDIRECT_-1205978385'), (u'CALLIND_-1205984965', u'INDIRECT_-1205979790'), ('const-77392', u'PTRSUB_-1205985916'), (u'CALLIND_-1205984158', u'INDIRECT_-1205979349'), (u'INDIRECT_-1205978374', u'MULTIEQUAL_-1205978576'), ('const-2', u'CALLIND_-1205983744'), ('const-0', u'SUBPIECE_-1205979109'), (u'INDIRECT_-1205979665', u'COPY_-1205983673'), (u'CALLIND_-1205985060', u'INDIRECT_-1205979035'), (u'INDIRECT_-1205979123', u'MULTIEQUAL_-1205979242'), (u'CALLIND_-1205985251', u'INDIRECT_-1205978468'), (u'CALL_-1205983821', u'INDIRECT_-1205978048'), (u'CALLIND_-1205983830', u'INDIRECT_-1205978729'), (u'CALLIND_-1205985251', u'INDIRECT_-1205980595'), (u'CALL_-1205983908', u'INDIRECT_-1205978416'), (u'INDIRECT_-1205979290', u'MULTIEQUAL_-1205980565'), (u'CALL_-1205984318', u'INDIRECT_-1205980085'), (u'CALL_-1205985367', u'INDIRECT_-1205981306'), (u'CALL_-1205983847', u'INDIRECT_-1205977927'), (u'CALLIND_-1205984836', u'INDIRECT_-1205980195'), ('const-5', u'CALL_-1205983776'), (u'COPY_-1205984704', u'MULTIEQUAL_-1205979664'), (u'INDIRECT_-1205978411', u'MULTIEQUAL_-1205978372'), (u'INDIRECT_-1205981014', u'MULTIEQUAL_-1205980967'), ('tmp_3890', u'BRANCH_-1205983032'), (u'CALL_-1205986230', u'INDIRECT_-1205980676'), (u'CALLIND_-1205985060', u'INDIRECT_-1205980169'), (u'INDIRECT_-1205980389', u'CALL_-1205983074'), (u'INDIRECT_-1205980154', u'MULTIEQUAL_-1205980104'), (u'CALLIND_-1205985295', u'INDIRECT_-1205979617'), ('const-0', u'PTRSUB_-1205978224'), (u'COPY_-1205983123', u'MULTIEQUAL_-1205980622'), ('const-0', u'CALL_-1205986123'), ('const-0', u'SUBPIECE_-1205979234'), (u'INT_EQUAL_-1205984322', u'CBRANCH_-1205984320'), (u'CALLIND_-1205984793', u'INDIRECT_-1205978315'), (u'CALLIND_-1205983569', u'INDIRECT_-1205979542'), (u'CALLIND_-1205983648', u'INDIRECT_-1205979110'), (u'CALL_-1205983125', u'INDIRECT_-1205979014'), (u'CALL_-1205983821', u'INDIRECT_-1205978444'), (u'CALL_-1205983074', u'INDIRECT_-1205979381'), ('const-102960', u'PTRSUB_-1205978184'), (u'CALL_-1205983031', u'INDIRECT_-1205977576'), (u'INDIRECT_-1205979748', u'COPY_-1205978633'), (u'INDIRECT_-1205978319', u'MULTIEQUAL_-1205978438'), (u'CALLIND_-1205984750', u'INDIRECT_-1205978889'), (u'COPY_-1205983131', u'MULTIEQUAL_-1205981740'), (u'CALL_-1205983821', u'INDIRECT_-1205979776'), (u'CALLIND_-1205984246', u'INDIRECT_-1205979061'), (u'CALLIND_-1205984879', u'INDIRECT_-1205980149'), (u'INDIRECT_-1205980595', u'MULTIEQUAL_-1205980129'), (u'CALLIND_-1205984965', u'INDIRECT_-1205979253'), (u'CALLIND_-1205984922', u'INDIRECT_-1205978243'), (u'MULTIEQUAL_-1205980239', u'COPY_-1205976800'), (u'INDIRECT_-1205978982', u'MULTIEQUAL_-1205979507'), (u'MULTIEQUAL_-1205978103', u'MULTIEQUAL_-1205978076'), (u'CALL_-1205983332', u'INDIRECT_-1205979260'), (u'CALL_-1205986230', u'INDIRECT_-1205980810'), (u'MULTIEQUAL_-1205979972', u'MULTIEQUAL_-1205979728'), (u'INDIRECT_-1205978350', u'COPY_-1205978612'), (u'CALL_-1205983821', u'INDIRECT_-1205978576'), (u'CALLIND_-1205985207', u'INDIRECT_-1205978513'), (u'CALLIND_-1205984115', u'INDIRECT_-1205979863'), (u'CALLIND_-1205984836', u'INDIRECT_-1205979331'), (u'CALL_-1205983116', u'INDIRECT_-1205978732'), (u'CALL_-1205983847', u'INDIRECT_-1205979190'), (u'CALLIND_-1205983984', u'INDIRECT_-1205979453'), (u'CALL_-1205983821', u'INDIRECT_-1205979045'), (u'INDIRECT_-1205978757', u'MULTIEQUAL_-1205978665'), (u'CALL_-1205984628', u'INDIRECT_-1205979152'), (u'INDIRECT_-1205979883', u'COPY_-1205978635'), (u'CALLIND_-1205984922', u'INDIRECT_-1205980370'), (u'CALLIND_-1205984063', u'INDIRECT_-1205978154'), (u'INDIRECT_-1205977642', u'MULTIEQUAL_-1205977844'), (u'INDIRECT_-1205979651', u'MULTIEQUAL_-1205979633'), (u'CALLIND_-1205985251', u'INDIRECT_-1205980394'), (u'CALLIND_-1205983873', u'INDIRECT_-1205980012'), (u'INDIRECT_-1205979684', u'MULTIEQUAL_-1205979662'), (u'CALL_-1205983821', u'INDIRECT_-1205978774'), (u'CALLIND_-1205984965', u'INDIRECT_-1205978725'), (u'MULTIEQUAL_-1205980038', u'MULTIEQUAL_-1205979619'), (u'CALL_-1205983169', u'INDIRECT_-1205979757'), ('const-8', u'CALLIND_-1205985164'), (u'INDIRECT_-1205980781', u'MULTIEQUAL_-1205980766'), (u'CALLIND_-1205984922', u'INDIRECT_-1205978111'), ('const-5', u'CALL_-1205983105'), (u'CALLIND_-1205985207', u'INDIRECT_-1205979305'), (u'INDIRECT_-1205978488', u'MULTIEQUAL_-1205979764'), (u'CALLIND_-1205983569', u'INDIRECT_-1205978744'), ('const-2', u'CALLIND_-1205983569'), (u'PIECE_-1205979144', u'MULTIEQUAL_-1205979083'), (u'CALLIND_-1205983873', u'INDIRECT_-1205980144'), (u'CALLIND_-1205984246', u'INDIRECT_-1205980057'), (u'MULTIEQUAL_-1205979972', u'COPY_-1205978546'), (u'INDIRECT_-1205980152', u'MULTIEQUAL_-1205980313'), (u'MULTIEQUAL_-1205978706', u'MULTIEQUAL_-1205978462'), (u'INDIRECT_-1205979550', u'COPY_-1205978630'), (u'INDIRECT_-1205978558', u'MULTIEQUAL_-1205978508'), ('const-102908', u'PTRSUB_-1205977839'), (u'MULTIEQUAL_-1205978574', u'MULTIEQUAL_-1205978155'), (u'CALL_-1205985829', u'INDIRECT_-1205979577'), (u'MULTIEQUAL_-1205978772', u'MULTIEQUAL_-1205978353'), (u'CALL_-1205984318', u'INDIRECT_-1205978627'), (u'MULTIEQUAL_-1205980660', u'MULTIEQUAL_-1205980631'), (u'CALL_-1205986230', u'INDIRECT_-1205980876'), (u'COPY_-1205980137', u'COPY_-1205980141'), (u'CALL_-1205983821', u'INDIRECT_-1205977586'), ('const-102888', u'PTRSUB_-1205977965'), (u'CALL_-1205986092', u'INDIRECT_-1205978842'), (u'CALLIND_-1205985008', u'INDIRECT_-1205978017'), (u'MULTIEQUAL_-1205979725', u'MULTIEQUAL_-1205979873'), (u'INT_EQUAL_-1205983056', u'CBRANCH_-1205983053'), (u'MULTIEQUAL_-1205981740', u'CALL_-1205983212'), (u'CALL_-1205983776', u'INDIRECT_-1205978620'), (u'CALL_-1205983332', u'INDIRECT_-1205977334'), (u'COPY_-1205978558', u'RETURN_-1205978503'), ('const-1', u'COPY_-1205983435'), (u'MULTIEQUAL_-1205977868', u'MULTIEQUAL_-1205977839'), (u'INDIRECT_-1205977510', u'MULTIEQUAL_-1205977712'), (u'COPY_-1205980470', u'COPY_-1205980474'), (u'CALL_-1205983847', u'LOAD_-1205983834'), (u'MULTIEQUAL_-1205980061', u'MULTIEQUAL_-1205979432'), (u'INDIRECT_-1205980102', u'COPY_-1205980137'), (u'INDIRECT_-1205978692', u'MULTIEQUAL_-1205980100'), (u'INDIRECT_-1205978624', u'MULTIEQUAL_-1205978574'), (u'CALL_-1205983105', u'INDIRECT_-1205977534'), (u'CALL_-1205984628', u'INDIRECT_-1205979086'), (u'CALL_-1205983908', u'INDIRECT_-1205980611'), (u'CALLIND_-1205985112', u'INDIRECT_-1205978599'), (u'CALLIND_-1205984158', u'INDIRECT_-1205980216'), (u'CALL_-1205983908', u'INDIRECT_-1205979151'), ('const-1', u'INT_NOTEQUAL_-1205983933'), (u'INDIRECT_-1205979172', u'MULTIEQUAL_-1205979374'), (u'INDIRECT_-1205979634', u'COPY_-1205979669'), (u'CALLIND_-1205985251', u'INDIRECT_-1205978930'), (u'INDIRECT_-1205977865', u'COPY_-1205977911'), (u'CALL_-1205983031', u'INDIRECT_-1205977114'), (u'INDIRECT_-1205978876', u'MULTIEQUAL_-1205978858'), (u'CALLIND_-1205983787', u'INDIRECT_-1205978907'), ('const-102906', u'PTRSUB_-1205977859'), (u'CALLIND_-1205984202', u'INDIRECT_-1205979304'), (u'CALL_-1205983031', u'INDIRECT_-1205977906'), (u'CALL_-1205983169', u'INDIRECT_-1205978092'), (u'INDIRECT_-1205979507', u'MULTIEQUAL_-1205980043'), (u'CALLIND_-1205985164', u'INDIRECT_-1205979688'), (u'MULTIEQUAL_-1205978970', u'MULTIEQUAL_-1205978726'), (u'INDIRECT_-1205979347', u'MULTIEQUAL_-1205979308'), ('const-0', u'PTRSUB_-1205978382'), (u'INDIRECT_-1205979183', u'MULTIEQUAL_-1205979708'), (u'CALL_-1205983105', u'INDIRECT_-1205979727'), (u'INDIRECT_-1205978445', u'MULTIEQUAL_-1205978970'), (u'CALLIND_-1205984836', u'INDIRECT_-1205978335'), (u'INDIRECT_-1205980064', u'MULTIEQUAL_-1205979598'), (u'CALL_-1205986193', u'INDIRECT_-1205980389'), (u'INDIRECT_-1205980457', u'MULTIEQUAL_-1205980382'), (u'INDIRECT_-1205978822', u'MULTIEQUAL_-1205978772'), (u'PTRSUB_-1205978244', u'CALLIND_-1205983873'), (u'CALLIND_-1205983569', u'INDIRECT_-1205979674'), (u'MULTIEQUAL_-1205980104', u'MULTIEQUAL_-1205979685'), (u'CALLIND_-1205985112', u'INDIRECT_-1205978797'), (u'CALLIND_-1205984011', u'INDIRECT_-1205978881'), (u'CALLIND_-1205984879', u'INDIRECT_-1205980350'), (u'CALLIND_-1205984063', u'INDIRECT_-1205977956'), (u'CALLIND_-1205985060', u'INDIRECT_-1205979437'), (u'COPY_-1205980869', u'COPY_-1205980873'), (u'INDIRECT_-1205978482', u'COPY_-1205978614'), (u'COPY_-1205980269', u'COPY_-1205980273'), (u'CALLIND_-1205985251', u'INDIRECT_-1205980262'), (u'CALLIND_-1205984011', u'INDIRECT_-1205980810'), (u'CALL_-1205983212', u'INDIRECT_-1205978790'), (u'CALLIND_-1205985060', u'INDIRECT_-1205979636'), (u'INDIRECT_-1205977329', u'MULTIEQUAL_-1205977448'), (u'CALL_-1205985367', u'INDIRECT_-1205978583'), (u'CALLIND_-1205983569', u'INDIRECT_-1205978408'), (u'CALLIND_-1205983916', u'INDIRECT_-1205979429'), (u'CALL_-1205986123', u'INDIRECT_-1205980314'), (u'CALL_-1205984318', u'INDIRECT_-1205981743'), ('tmp_3754', u'BRANCH_-1205983115'), (u'INDIRECT_-1205980179', u'MULTIEQUAL_-1205980715'), (u'INDIRECT_-1205977334', u'COPY_-1205977358'), (u'CALL_-1205986230', u'INDIRECT_-1205981937'), (u'INDIRECT_-1205977830', u'MULTIEQUAL_-1205977780'), (u'INDIRECT_-1205979711', u'MULTIEQUAL_-1205980247'), (u'CALLIND_-1205984246', u'INDIRECT_-1205981715'), (u'CALLIND_-1205984246', u'INDIRECT_-1205978599'), (u'INDIRECT_-1205980397', u'MULTIEQUAL_-1205979931'), (u'CALL_-1205984628', u'INDIRECT_-1205977830'), (u'CALLIND_-1205983648', u'INDIRECT_-1205978507'), (u'CALLIND_-1205983959', u'INDIRECT_-1205980118'), ('tmp_2812', u'CBRANCH_-1205983950'), (u'INDIRECT_-1205979641', u'MULTIEQUAL_-1205979619'), (u'CALL_-1205983332', u'INDIRECT_-1205979060'), (u'INDIRECT_-1205978867', u'COPY_-1205978913'), (u'MULTIEQUAL_-1205979573', u'MULTIEQUAL_-1205979329'), (u'CALL_-1205983821', u'INDIRECT_-1205979245'), (u'CALLIND_-1205984063', u'INDIRECT_-1205980767'), ('const-0', u'CALL_-1205983776'), (u'INDIRECT_-1205977690', u'COPY_-1205978602'), (u'INDIRECT_-1205979577', u'MULTIEQUAL_-1205979713'), (u'MULTIEQUAL_-1205980170', u'INT_NOTEQUAL_-1205984423'), (u'CALLIND_-1205983984', u'INDIRECT_-1205979717'), (u'CALL_-1205983074', u'INDIRECT_-1205979048'), (u'CALLIND_-1205984063', u'INDIRECT_-1205979351'), (u'CALLIND_-1205983569', u'INDIRECT_-1205978474'), (u'CALLIND_-1205984793', u'INDIRECT_-1205979107'), (u'CALL_-1205983105', u'INDIRECT_-1205978194'), (u'INDIRECT_-1205979920', u'MULTIEQUAL_-1205979845'), (u'MULTIEQUAL_-1205980239', u'INT_EQUAL_-1205984322'), (u'CALLIND_-1205984836', u'INDIRECT_-1205979730'), (u'CALLIND_-1205984011', u'INDIRECT_-1205980675'), (u'MULTIEQUAL_-1205979774', u'INT_NOTEQUAL_-1205984276'), (u'MULTIEQUAL_-1205977641', u'MULTIEQUAL_-1205977614'), (u'INDIRECT_-1205977817', u'MULTIEQUAL_-1205977778'), (u'CALL_-1205985863', u'INDIRECT_-1205979526'), (u'INT_NOTEQUAL_-1205984423', u'BOOL_AND_-1205981566'), (u'INDIRECT_-1205979313', u'MULTIEQUAL_-1205979449'), (u'INDIRECT_-1205980045', u'MULTIEQUAL_-1205980580'), (u'CALLIND_-1205984158', u'INDIRECT_-1205979217'), (u'CALLIND_-1205984115', u'INDIRECT_-1205980329'), (u'CALLIND_-1205983959', u'INDIRECT_-1205980251'), ('const-1179403647', u'INT_NOTEQUAL_-1205984579'), (u'INDIRECT_-1205979479', u'MULTIEQUAL_-1205979440'), (u'CALLIND_-1205984750', u'INDIRECT_-1205977965'), (u'CALLIND_-1205985164', u'INDIRECT_-1205979756'), (u'PTRSUB_-1205983917', u'MULTIEQUAL_-1205978676'), (u'CALL_-1205984628', u'INDIRECT_-1205978558'), (u'CALL_-1205984318', u'INDIRECT_-1205979953'), (u'CALLIND_-1205983873', u'INDIRECT_-1205980078'), (u'CALLIND_-1205984011', u'INDIRECT_-1205979811'), (u'MULTIEQUAL_-1205982178', u'CALL_-1205983908'), (u'CALL_-1205983821', u'INDIRECT_-1205979312'), (u'INDIRECT_-1205981306', u'MULTIEQUAL_-1205981845'), (u'INDIRECT_-1205978183', u'CALLIND_-1205985164'), (u'CALLIND_-1205984879', u'INDIRECT_-1205979483'), (u'CALL_-1205986193', u'INDIRECT_-1205979722'), (u'CALLIND_-1205983916', u'INDIRECT_-1205981555'), (u'CALLIND_-1205985008', u'INDIRECT_-1205978613'), (u'MULTIEQUAL_-1205978755', u'MULTIEQUAL_-1205978726'), (u'INDIRECT_-1205979683', u'MULTIEQUAL_-1205979845'), (u'CALLIND_-1205983744', u'INDIRECT_-1205979884'), (u'INDIRECT_-1205977271', u'COPY_-1205977317'), (u'CALLIND_-1205984158', u'INDIRECT_-1205979415'), (u'INDIRECT_-1205978921', u'MULTIEQUAL_-1205978906'), (u'CALLIND_-1205984750', u'MULTIEQUAL_-1205977939'), (u'CALL_-1205983847', u'INDIRECT_-1205978587'), (u'CALL_-1205983821', u'INDIRECT_-1205977850'), ('tmp_2450', u'CBRANCH_-1205984181'), (u'CALLIND_-1205983959', u'INDIRECT_-1205980517'), (u'CALLIND_-1205983830', u'INDIRECT_-1205980191'), ('const-255', u'INT_AND_-1205983092'), (u'CALL_-1205983332', u'INDIRECT_-1205979659'), ('const-0', u'SUBPIECE_-1205977984'), (u'CALL_-1205985863', u'INDIRECT_-1205979724'), (u'MULTIEQUAL_-1205979633', u'MULTIEQUAL_-1205979606'), (u'MULTIEQUAL_-1205979300', u'MULTIEQUAL_-1205979273'), (u'INDIRECT_-1205979118', u'MULTIEQUAL_-1205979099'), (u'CALLIND_-1205985295', u'INDIRECT_-1205980085'), (u'INDIRECT_-1205978049', u'MULTIEQUAL_-1205978574'), (u'MULTIEQUAL_-1205978301', u'MULTIEQUAL_-1205978274'), (u'INDIRECT_-1205980463', u'MULTIEQUAL_-1205979997'), (u'CALL_-1205985829', u'INDIRECT_-1205979775'), (u'CALL_-1205983776', u'INDIRECT_-1205979823'), (u'CALL_-1205985863', u'INDIRECT_-1205980528'), (u'CALL_-1205983847', u'INDIRECT_-1205979056'), (u'CALL_-1205983776', u'INDIRECT_-1205978890'), (u'CALLIND_-1205984879', u'INDIRECT_-1205979550'), (u'CALL_-1205984318', u'INDIRECT_-1205980883'), (u'CALLIND_-1205985251', u'INDIRECT_-1205978666'), (u'MULTIEQUAL_-1205977914', u'MULTIEQUAL_-1205977495'), ('const-4294967295', u'INT_NOTEQUAL_-1205984292'), (u'CALLIND_-1205984202', u'INDIRECT_-1205979970'), (u'CALLIND_-1205984965', u'INDIRECT_-1205980057'), (u'CALLIND_-1205985295', u'INDIRECT_-1205980481'), (u'MULTIEQUAL_-1205979708', u'COPY_-1205978542'), (u'CALLIND_-1205984246', u'INDIRECT_-1205978665'), (u'CALLIND_-1205984011', u'INDIRECT_-1205979541'), (u'INDIRECT_-1205980581', u'MULTIEQUAL_-1205980565'), (u'CALLIND_-1205983701', u'INDIRECT_-1205981392'), (u'INDIRECT_-1205980679', u'MULTIEQUAL_-1205980660'), (u'CALLIND_-1205985207', u'INDIRECT_-1205979437'), (u'CALL_-1205983031', u'INDIRECT_-1205978641'), (u'CALLIND_-1205983916', u'INDIRECT_-1205979165'), (u'INDIRECT_-1205980101', u'MULTIEQUAL_-1205980306'), (u'CALLIND_-1205984158', u'INDIRECT_-1205979283'), (u'INDIRECT_-1205979392', u'MULTIEQUAL_-1205979317'), (u'CALLIND_-1205984158', u'INDIRECT_-1205978755'), (u'INDIRECT_-1205978154', u'MULTIEQUAL_-1205978132'), (u'INDIRECT_-1205978111', u'CALLIND_-1205985008'), (u'MULTIEQUAL_-1205979062', u'MULTIEQUAL_-1205979033'), (u'INDIRECT_-1205980751', u'MULTIEQUAL_-1205980913'), (u'CALL_-1205986193', u'INDIRECT_-1205980190'), (u'MULTIEQUAL_-1205978660', u'MULTIEQUAL_-1205978631'), (u'CALL_-1205983125', u'INDIRECT_-1205979413'), (u'INDIRECT_-1205980052', u'MULTIEQUAL_-1205979977'), (u'SUBPIECE_-1205979150', u'INT_NOTEQUAL_-1205984541'), (u'CALLIND_-1205983569', u'INDIRECT_-1205978606'), ('const-0', u'PTRSUB_-1205977859'), (u'CALL_-1205983074', u'INDIRECT_-1205977587'), (u'INDIRECT_-1205980032', u'MULTIEQUAL_-1205980685'), (u'CALL_-1205983031', u'INDIRECT_-1205977972'), (u'CALLIND_-1205983916', u'INDIRECT_-1205979831'), (u'CALLIND_-1205983830', u'INDIRECT_-1205978597'), (u'MULTIEQUAL_-1205978376', u'MULTIEQUAL_-1205978132'), (u'CALL_-1205983074', u'INDIRECT_-1205978715'), (u'CALL_-1205983074', u'INDIRECT_-1205978577'), (u'CALLIND_-1205983959', u'INDIRECT_-1205978921'), (u'CALL_-1205985829', u'INDIRECT_-1205980111'), (u'CALL_-1205983125', u'INDIRECT_-1205979149'), (u'CALLIND_-1205983959', u'INDIRECT_-1205979449'), (u'MULTIEQUAL_-1205979501', u'MULTIEQUAL_-1205979474'), (u'CALLIND_-1205984750', u'INDIRECT_-1205978955'), (u'INDIRECT_-1205978359', u'CALLIND_-1205983701'), (u'CALL_-1205983074', u'INDIRECT_-1205978247'), (u'MULTIEQUAL_-1205978485', u'MULTIEQUAL_-1205978456'), (u'CALL_-1205983776', u'INDIRECT_-1205979688'), (u'CALLIND_-1205985251', u'INDIRECT_-1205978402'), (u'MULTIEQUAL_-1205981572', u'MULTIEQUAL_-1205980685'), (u'CALLIND_-1205984922', u'INDIRECT_-1205979704'), (u'PTRSUB_-1205977819', u'CALLIND_-1205984750'), (u'CALLIND_-1205984879', u'INDIRECT_-1205980083'), (u'CALLIND_-1205983916', u'INDIRECT_-1205978439'), (u'CALLIND_-1205985060', u'INDIRECT_-1205978903'), (u'INDIRECT_-1205980509', u'MULTIEQUAL_-1205981045'), (u'CALL_-1205983074', u'INDIRECT_-1205978781'), (u'INDIRECT_-1205979890', u'MULTIEQUAL_-1205979840'), (u'CALL_-1205984318', u'INDIRECT_-1205980487'), (u'COPY_-1205983655', u'MULTIEQUAL_-1205979397'), (u'INDIRECT_-1205978092', u'MULTIEQUAL_-1205979500'), (u'INDIRECT_-1205979423', u'MULTIEQUAL_-1205979331'), (u'CALLIND_-1205983648', u'INDIRECT_-1205977583'), ('const-0', u'CALL_-1205983125'), (u'CALL_-1205983116', u'INDIRECT_-1205977667'), (u'CALLIND_-1205984063', u'INDIRECT_-1205980902'), ('const-0', u'PTRSUB_-1205983873'), (u'MULTIEQUAL_-1205978037', u'MULTIEQUAL_-1205978010'), (u'CALLIND_-1205984063', u'INDIRECT_-1205979750'), (u'CALL_-1205983169', u'INDIRECT_-1205978824'), (u'CALL_-1205985829', u'INDIRECT_-1205980777'), (u'CALL_-1205983776', u'INDIRECT_-1205978752'), (u'CALLIND_-1205984011', u'INDIRECT_-1205979673'), ('const-0', u'PTRSUB_-1205977899'), (u'CALL_-1205983105', u'INDIRECT_-1205979328'), (u'INDIRECT_-1205979957', u'MULTIEQUAL_-1205979865'), (u'CALL_-1205985863', u'INDIRECT_-1205979130'), ('const-0', u'COPY_-1205978558'), (u'CALL_-1205985829', u'INDIRECT_-1205978917'), (u'CALLIND_-1205985112', u'INDIRECT_-1205979529'), (u'CALLIND_-1205985295', u'INDIRECT_-1205978489'), (u'CALL_-1205983212', u'INDIRECT_-1205978319'), (u'INDIRECT_-1205979579', u'MULTIEQUAL_-1205980115'), (u'PTRSUB_-1205978404', u'CALLIND_-1205984202'), (u'CALL_-1205983031', u'INDIRECT_-1205978908'), (u'CALLIND_-1205984879', u'INDIRECT_-1205978553'), (u'CALLIND_-1205985207', u'INDIRECT_-1205978447'), (u'CALL_-1205986092', u'INDIRECT_-1205980834'), (u'INDIRECT_-1205980636', u'COPY_-1205980671'), (u'INDIRECT_-1205979321', u'MULTIEQUAL_-1205979440'), (u'CALLIND_-1205985251', u'INDIRECT_-1205978270'), (u'CALLIND_-1205984246', u'INDIRECT_-1205979721'), (u'CALLIND_-1205983787', u'INDIRECT_-1205979171'), (u'INDIRECT_-1205980979', u'MULTIEQUAL_-1205980964'), (u'CALLIND_-1205985164', u'INDIRECT_-1205978295'), (u'CALLIND_-1205984836', u'INDIRECT_-1205979061'), (u'CALL_-1205983074', u'INDIRECT_-1205978916'), (u'CALLIND_-1205985060', u'INDIRECT_-1205978639'), (u'CALLIND_-1205984158', u'INDIRECT_-1205979745'), (u'CALL_-1205983212', u'INDIRECT_-1205977131'), (u'CALLIND_-1205983701', u'INDIRECT_-1205980595'), (u'CALL_-1205986092', u'INDIRECT_-1205981032'), (u'CALLIND_-1205983959', u'INDIRECT_-1205981575'), (u'CALL_-1205984628', u'INDIRECT_-1205980088'), (u'CALLIND_-1205984063', u'INDIRECT_-1205980036'), (u'INDIRECT_-1205980089', u'MULTIEQUAL_-1205979997'), (u'INDIRECT_-1205978927', u'COPY_-1205978951'), (u'CALL_-1205984628', u'INDIRECT_-1205978162'), (u'CALLIND_-1205984115', u'INDIRECT_-1205979659'), (u'CALL_-1205983776', u'INDIRECT_-1205979622'), (u'CALL_-1205983116', u'INDIRECT_-1205979131'), (u'CALLIND_-1205985008', u'INDIRECT_-1205980011'), (u'CALL_-1205983105', u'INDIRECT_-1205978861'), (u'CALL_-1205983074', u'INDIRECT_-1205978848'), (u'INDIRECT_-1205978181', u'MULTIEQUAL_-1205978706'), (u'CALL_-1205986230', u'INDIRECT_-1205981008'), (u'CALL_-1205983332', u'INDIRECT_-1205979392'), (u'CALLIND_-1205984158', u'INDIRECT_-1205979151'), ('const-1', u'CALL_-1205985367'), (u'INDIRECT_-1205979251', u'MULTIEQUAL_-1205979236'), (u'CALLIND_-1205984011', u'INDIRECT_-1205980144'), (u'CALLIND_-1205983744', u'INDIRECT_-1205978689'), (u'INDIRECT_-1205979377', u'MULTIEQUAL_-1205979355'), (u'INDIRECT_-1205980471', u'MULTIEQUAL_-1205980456'), (u'CALL_-1205985829', u'INDIRECT_-1205980246'), (u'INDIRECT_-1205977667', u'COPY_-1205977713'), (u'CALL_-1205983847', u'INDIRECT_-1205977795'), (u'CALL_-1205985367', u'INDIRECT_-1205978715'), (u'CALLIND_-1205984836', u'INDIRECT_-1205979997'), (u'CALLIND_-1205984063', u'INDIRECT_-1205981627'), (u'INDIRECT_-1205978540', u'MULTIEQUAL_-1205978522'), (u'INDIRECT_-1205980568', u'COPY_-1205980602'), (u'MULTIEQUAL_-1205980306', u'CALL_-1205983332'), (u'CALLIND_-1205984063', u'INDIRECT_-1205980236'), (u'CALLIND_-1205984750', u'INDIRECT_-1205979690'), (u'CAST_-1205978114', u'INT_RIGHT_-1205978164'), (u'CALLIND_-1205985295', u'INDIRECT_-1205979683'), (u'COPY_-1205983097', u'MULTIEQUAL_-1205981740'), (u'COPY_-1205980803', u'COPY_-1205980807'), (u'INDIRECT_-1205979181', u'MULTIEQUAL_-1205979317'), (u'PTRSUB_-1205983873', u'MULTIEQUAL_-1205982178'), ('const-36', u'CALL_-1205984318'), (u'INDIRECT_-1205979585', u'MULTIEQUAL_-1205979567'), (u'MULTIEQUAL_-1205977971', u'MULTIEQUAL_-1205977944'), (u'CALLIND_-1205985164', u'INDIRECT_-1205979621'), (u'CALLIND_-1205984115', u'INDIRECT_-1205978867'), (u'CALL_-1205985367', u'INDIRECT_-1205980443'), (u'CALL_-1205986230', u'INDIRECT_-1205978950'), (u'CALLIND_-1205985251', u'INDIRECT_-1205979128'), (u'INDIRECT_-1205979618', u'MULTIEQUAL_-1205979596'), (u'MULTIEQUAL_-1205978396', u'MULTIEQUAL_-1205978367'), ('const-0', u'RETURN_-1205986031'), ('const-0', u'CALL_-1205983031'), (u'CALL_-1205985863', u'INDIRECT_-1205980726'), (u'INDIRECT_-1205978848', u'MULTIEQUAL_-1205979372'), (u'CALLIND_-1205983873', u'INDIRECT_-1205979877'), (u'CALL_-1205983116', u'INDIRECT_-1205978129'), (u'INDIRECT_-1205981652', u'INT_AND_-1205985825'), (u'MULTIEQUAL_-1205977561', u'MULTIEQUAL_-1205977532'), (u'CALL_-1205986193', u'INDIRECT_-1205979524'), (u'CALLIND_-1205984115', u'INDIRECT_-1205980661'), (u'PTRSUB_-1205978264', u'CALLIND_-1205983916'), (u'CALL_-1205983074', u'INDIRECT_-1205978049'), (u'CALLIND_-1205984202', u'INDIRECT_-1205980969'), (u'CALLIND_-1205983787', u'INDIRECT_-1205979369'), (u'MULTIEQUAL_-1205979306', u'MULTIEQUAL_-1205978887'), (u'CALLIND_-1205983959', u'INDIRECT_-1205979713'), (u'CALLIND_-1205983873', u'INDIRECT_-1205981535'), ('const-0', u'SUBPIECE_-1205978350'), (u'INDIRECT_-1205978616', u'MULTIEQUAL_-1205978594'), (u'CALLIND_-1205985060', u'INDIRECT_-1205979971'), (u'INDIRECT_-1205979776', u'MULTIEQUAL_-1205979754'), (u'INDIRECT_-1205981237', u'CALLIND_-1205985295'), (u'INDIRECT_-1205978746', u'COPY_-1205978618'), (u'CALL_-1205986193', u'INDIRECT_-1205981054'), (u'MULTIEQUAL_-1205977780', u'CALLIND_-1205983648'), (u'CALLIND_-1205984836', u'INDIRECT_-1205978467'), (u'PTRSUB_-1205978284', u'CALLIND_-1205983959'), (u'INDIRECT_-1205978686', u'MULTIEQUAL_-1205979962'), (u'CALLIND_-1205984836', u'INDIRECT_-1205978533'), (u'CALLIND_-1205984202', u'INDIRECT_-1205979568'), (u'CALLIND_-1205985295', u'INDIRECT_-1205979017'), (u'CALL_-1205983116', u'INDIRECT_-1205977139'), (u'CALLIND_-1205983873', u'INDIRECT_-1205978947'), ('tmp_9685', u'CALL_-1205985367'), (u'INDIRECT_-1205979048', u'MULTIEQUAL_-1205979573'), (u'CALL_-1205983105', u'INDIRECT_-1205978260'), (u'CALLIND_-1205983873', u'INDIRECT_-1205978881'), (u'CALL_-1205983105', u'INDIRECT_-1205978458'), (u'INT_NOTEQUAL_-1205984579', u'CBRANCH_-1205984570'), (u'MULTIEQUAL_-1205977736', u'MULTIEQUAL_-1205977707'), (u'MULTIEQUAL_-1205977429', u'MULTIEQUAL_-1205977400'), (u'CALL_-1205983332', u'INDIRECT_-1205978594'), (u'CALL_-1205985367', u'INDIRECT_-1205980045'), ('const-0', u'SUBPIECE_-1205978403'), (u'CALL_-1205983776', u'INDIRECT_-1205977696'), (u'CALLIND_-1205983787', u'INDIRECT_-1205979303'), ('tmp_474', u'CBRANCH_-1205985999'), (u'CALLIND_-1205984011', u'INDIRECT_-1205980010'), (u'INDIRECT_-1205979418', u'COPY_-1205978628'), (u'CALLIND_-1205985008', u'INDIRECT_-1205978349'), (u'INDIRECT_-1205978045', u'MULTIEQUAL_-1205978023'), (u'INDIRECT_-1205977073', u'COPY_-1205977119'), (u'CALLIND_-1205983959', u'INDIRECT_-1205980850'), ('tmp_728', u'BRANCH_-1205985814'), (u'CALL_-1205983776', u'INDIRECT_-1205979023'), (u'CALLIND_-1205985207', u'INDIRECT_-1205978843'), (u'MULTIEQUAL_-1205980967', u'CALL_-1205983125'), (u'CALLIND_-1205985164', u'INDIRECT_-1205979153'), (u'CALLIND_-1205985207', u'INDIRECT_-1205979239'), (u'CALL_-1205983125', u'INDIRECT_-1205978882'), (u'CALL_-1205986193', u'INDIRECT_-1205979194'), (u'CALL_-1205983821', u'INDIRECT_-1205978114'), (u'CALL_-1205985829', u'INDIRECT_-1205980312'), (u'CALLIND_-1205985164', u'INDIRECT_-1205980488'), (u'INDIRECT_-1205980768', u'COPY_-1205980803'), (u'CALLIND_-1205984158', u'INDIRECT_-1205981673'), (u'INDIRECT_-1205981032', u'COPY_-1205981067'), (u'CALLIND_-1205983984', u'INDIRECT_-1205978451'), (u'CALLIND_-1205984063', u'INDIRECT_-1205978775'), (u'CALL_-1205985863', u'INDIRECT_-1205979592'), (u'CALLIND_-1205983873', u'INDIRECT_-1205980675'), (u'INDIRECT_-1205980190', u'MULTIEQUAL_-1205980115'), (u'CALL_-1205985367', u'INDIRECT_-1205980179'), (u'INDIRECT_-1205978163', u'CALLIND_-1205985112'), (u'CALLIND_-1205984836', u'INDIRECT_-1205979193'), (u'COPY_-1205978749', u'CALL_-1205986123'), (u'INDIRECT_-1205978930', u'MULTIEQUAL_-1205978855'), (u'INDIRECT_-1205979255', u'MULTIEQUAL_-1205979374'), (u'INDIRECT_-1205980245', u'MULTIEQUAL_-1205980781'), (u'INDIRECT_-1205980155', u'MULTIEQUAL_-1205980063'), (u'INDIRECT_-1205978144', u'MULTIEQUAL_-1205978126'), (u'CALL_-1205983116', u'INDIRECT_-1205978666'), (u'INDIRECT_-1205979849', u'MULTIEQUAL_-1205979831'), (u'INDIRECT_-1205979951', u'MULTIEQUAL_-1205979929'), ('const-0', u'INT_NOTEQUAL_-1205984601'), (u'INDIRECT_-1205978705', u'MULTIEQUAL_-1205978683'), (u'INT_NOTEQUAL_-1205984405', u'BOOL_AND_-1205981566'), (u'INDIRECT_-1205978224', u'MULTIEQUAL_-1205979632'), (u'CAST_-1205977316', u'INT_SRIGHT_-1205980122'), (u'CALLIND_-1205984965', u'INDIRECT_-1205978989'), (u'CALL_-1205984628', u'INDIRECT_-1205978756'), (u'CALLIND_-1205984750', u'INDIRECT_-1205978691'), (u'CALLIND_-1205983873', u'INDIRECT_-1205979211'), (u'CALL_-1205986092', u'INDIRECT_-1205981101'), (u'CALL_-1205985367', u'INDIRECT_-1205979846'), (u'INT_EQUAL_-1205985917', u'CBRANCH_-1205985908'), (u'CALL_-1205984628', u'INT_NOTEQUAL_-1205984601'), (u'INDIRECT_-1205977418', u'MULTIEQUAL_-1205977400'), (u'INDIRECT_-1205981611', u'CALLIND_-1205984246'), (u'CALL_-1205986193', u'INDIRECT_-1205980523'), (u'CALLIND_-1205985112', u'INDIRECT_-1205979997'), (u'INDIRECT_-1205978488', u'MULTIEQUAL_-1205979896'), ('const-0', u'PTRSUB_-1205978674'), (u'INDIRECT_-1205977906', u'MULTIEQUAL_-1205978108'), ('const-0', u'SUBPIECE_-1205982262'), (u'INDIRECT_-1205979527', u'COPY_-1205983637'), (u'CALLIND_-1205984011', u'INDIRECT_-1205978749'), (u'MULTIEQUAL_-1205980904', u'MULTIEQUAL_-1205980485'), (u'MULTIEQUAL_-1205979099', u'MULTIEQUAL_-1205979083'), (u'CALL_-1205983074', u'INDIRECT_-1205977389'), (u'CALL_-1205986092', u'INDIRECT_-1205980501'), (u'INDIRECT_-1205979155', u'MULTIEQUAL_-1205979317'), (u'CALLIND_-1205983830', u'INDIRECT_-1205979455'), (u'INDIRECT_-1205978532', u'COPY_-1205978578'), (u'INDIRECT_-1205980131', u'MULTIEQUAL_-1205979664'), (u'CALLIND_-1205984202', u'INDIRECT_-1205980237'), (u'CALL_-1205984628', u'INDIRECT_-1205979224'), (u'CALL_-1205983212', u'INDIRECT_-1205979255'), (u'MULTIEQUAL_-1205978970', u'COPY_-1205978531'), (u'MULTIEQUAL_-1205978324', u'MULTIEQUAL_-1205978472'), (u'INDIRECT_-1205977917', u'MULTIEQUAL_-1205978442'), (u'INDIRECT_-1205978781', u'MULTIEQUAL_-1205979317'), (u'INDIRECT_-1205981937', u'COPY_-1205978554'), ('const-31', u'INT_SRIGHT_-1205983999'), (u'CALL_-1205986092', u'INDIRECT_-1205979172'), (u'CALL_-1205983031', u'INDIRECT_-1205979238'), (u'CALLIND_-1205984922', u'INDIRECT_-1205977977'), (u'INDIRECT_-1205978022', u'MULTIEQUAL_-1205978000'), (u'CALLIND_-1205985295', u'INDIRECT_-1205978951'), (u'CALL_-1205986193', u'INDIRECT_-1205979392'), (u'CALLIND_-1205983569', u'INDIRECT_-1205979476'), (u'CALLIND_-1205984246', u'INDIRECT_-1205980459'), (u'INT_RIGHT_-1205978216', u'SUBPIECE_-1205978403'), (u'COPY_-1205984722', u'MULTIEQUAL_-1205979733'), (u'CALL_-1205986193', u'INDIRECT_-1205979260'), (u'CALL_-1205986123', u'INDIRECT_-1205981842'), (u'INDIRECT_-1205978856', u'MULTIEQUAL_-1205978975'), (u'CALLIND_-1205983787', u'INDIRECT_-1205980770'), (u'MULTIEQUAL_-1205978221', u'MULTIEQUAL_-1205978192'), (u'CALLIND_-1205984115', u'INDIRECT_-1205979197'), (u'CALLIND_-1205985164', u'INDIRECT_-1205980023'), (u'CALLIND_-1205984011', u'INDIRECT_-1205980210'), (u'CALLIND_-1205984793', u'INDIRECT_-1205977985'), (u'CALL_-1205983105', u'INDIRECT_-1205977864'), (u'MULTIEQUAL_-1205977980', u'MULTIEQUAL_-1205977561'), (u'CALLIND_-1205983648', u'INDIRECT_-1205979575'), (u'CALLIND_-1205983701', u'INDIRECT_-1205978735'), (u'CALL_-1205983116', u'INDIRECT_-1205977535'), (u'INDIRECT_-1205978507', u'MULTIEQUAL_-1205978485'), (u'MULTIEQUAL_-1205979174', u'INT_NOTEQUAL_-1205984579'), ('const-2', u'CALLIND_-1205983648'), (u'INT_ZEXT_-1205984518', u'INT_EQUAL_-1205984492'), (u'MULTIEQUAL_-1205978901', u'MULTIEQUAL_-1205978874'), (u'MULTIEQUAL_-1205977862', u'MULTIEQUAL_-1205978010'), (u'CALL_-1205985829', u'INDIRECT_-1205979979'), (u'CALL_-1205986123', u'INDIRECT_-1205979581'), (u'INDIRECT_-1205978614', u'COPY_-1205978616'), ('const-5', u'CALL_-1205986123'), (u'CALLIND_-1205983916', u'INDIRECT_-1205979033'), (u'INDIRECT_-1205978919', u'MULTIEQUAL_-1205978901'), (u'CALLIND_-1205984063', u'INDIRECT_-1205979567'), (u'INT_NOTEQUAL_-1205984601', u'CBRANCH_-1205984600'), (u'CALLIND_-1205984063', u'INDIRECT_-1205980437'), (u'INDIRECT_-1205980290', u'MULTIEQUAL_-1205980195'), (u'SUBPIECE_-1205979144', u'PIECE_-1205979144'), (u'INDIRECT_-1205979413', u'MULTIEQUAL_-1205979374'), (u'INDIRECT_-1205978812', u'COPY_-1205978619'), (u'CALL_-1205985829', u'INDIRECT_-1205978585'), (u'CALLIND_-1205984202', u'INDIRECT_-1205979766'), (u'MULTIEQUAL_-1205979174', u'MULTIEQUAL_-1205978930'), (u'CALL_-1205983908', u'INDIRECT_-1205979550'), (u'CALLIND_-1205983787', u'INDIRECT_-1205979771'), (u'CALL_-1205983074', u'INDIRECT_-1205979249'), ('const-4294967295', u'INT_NOTEQUAL_-1205983615'), (u'INDIRECT_-1205979115', u'MULTIEQUAL_-1205979251'), (u'CALLIND_-1205984922', u'INDIRECT_-1205978507'), (u'INDIRECT_-1205978517', u'MULTIEQUAL_-1205978499'), (u'INDIRECT_-1205980017', u'MULTIEQUAL_-1205979995'), (u'CALLIND_-1205984793', u'INDIRECT_-1205978183'), ('tmp_2294', u'CBRANCH_-1205984291'), (u'CALLIND_-1205983959', u'INDIRECT_-1205980583'), (u'CALLIND_-1205983744', u'INDIRECT_-1205980285'), (u'INDIRECT_-1205980115', u'MULTIEQUAL_-1205980100'), (u'CALL_-1205983212', u'INDIRECT_-1205979387'), (u'CALLIND_-1205984246', u'INDIRECT_-1205980324'), (u'INT_RIGHT_-1205977853', u'SUBPIECE_-1205978037'), (u'MULTIEQUAL_-1205979088', u'MULTIEQUAL_-1205979059'), (u'INDIRECT_-1205979358', u'MULTIEQUAL_-1205980634'), (u'INDIRECT_-1205977696', u'MULTIEQUAL_-1205979104'), (u'CALLIND_-1205984836', u'INDIRECT_-1205978401'), (u'SUBPIECE_-1205979234', u'PIECE_-1205979234'), (u'INDIRECT_-1205978884', u'COPY_-1205978620'), (u'CALL_-1205983908', u'INDIRECT_-1205979016'), (u'INDIRECT_-1205979766', u'COPY_-1205979801'), (u'CALLIND_-1205984836', u'INDIRECT_-1205978203'), ('const-2', u'CALLIND_-1205983873'), (u'MULTIEQUAL_-1205978376', u'INT_ZEXT_-1205984245'), (u'CALLIND_-1205983959', u'INDIRECT_-1205979053'), (u'CALL_-1205983332', u'INDIRECT_-1205977598'), (u'INDIRECT_-1205979979', u'MULTIEQUAL_-1205980115'), (u'CALL_-1205983332', u'INDIRECT_-1205978993'), (u'PTRSUB_-1205977488', u'CALLIND_-1205984063'), (u'CALL_-1205985863', u'INDIRECT_-1205980993'), (u'CALLIND_-1205984158', u'INDIRECT_-1205978821'), (u'CALL_-1205986230', u'INDIRECT_-1205979412'), (u'CALLIND_-1205984793', u'INDIRECT_-1205980175'), (u'CALL_-1205984628', u'INDIRECT_-1205978294'), (u'CALLIND_-1205984836', u'INDIRECT_-1205979865'), (u'CALLIND_-1205983744', u'INDIRECT_-1205978557'), (u'CALLIND_-1205985207', u'INDIRECT_-1205980574'), (u'COPY_-1205978620', u'CALL_-1205985863'), (u'MULTIEQUAL_-1205978697', u'MULTIEQUAL_-1205978670'), (u'INDIRECT_-1205978707', u'MULTIEQUAL_-1205978909'), (u'INDIRECT_-1205977840', u'MULTIEQUAL_-1205978042'), (u'CALL_-1205983116', u'INDIRECT_-1205977865'), (u'CALLIND_-1205985295', u'INDIRECT_-1205979551'), (u'INDIRECT_-1205978639', u'MULTIEQUAL_-1205978617'), (u'MULTIEQUAL_-1205978060', u'MULTIEQUAL_-1205978208'), ('tmp_3850', u'BRANCH_-1205983013'), (u'CALLIND_-1205984158', u'INDIRECT_-1205980349'), ('const-102928', u'PTRSUB_-1205978453'), (u'INDIRECT_-1205978641', u'MULTIEQUAL_-1205978843'), (u'CALLIND_-1205983916', u'INDIRECT_-1205979495'), (u'CALLIND_-1205984246', u'INDIRECT_-1205979391'), (u'CALLIND_-1205985060', u'INDIRECT_-1205979365'), (u'INDIRECT_-1205979379', u'MULTIEQUAL_-1205979515'), (u'INDIRECT_-1205978253', u'MULTIEQUAL_-1205978789'), (u'COPY_-1205983195', u'MULTIEQUAL_-1205981740'), (u'CALLIND_-1205983916', u'INDIRECT_-1205980032'), (u'INDIRECT_-1205978015', u'MULTIEQUAL_-1205977976'), (u'CALLIND_-1205984793', u'INDIRECT_-1205979239'), (u'CALL_-1205983116', u'INDIRECT_-1205979065'), (u'CALLIND_-1205985295', u'INDIRECT_-1205979413'), (u'INDIRECT_-1205981018', u'MULTIEQUAL_-1205980929'), (u'INDIRECT_-1205980443', u'MULTIEQUAL_-1205980979'), (u'CALLIND_-1205984011', u'INDIRECT_-1205979943'), (u'MULTIEQUAL_-1205978565', u'MULTIEQUAL_-1205978538'), ('tmp_2224', u'CBRANCH_-1205984336'), (u'INDIRECT_-1205978474', u'MULTIEQUAL_-1205978456'), ('const-0', u'PTRSUB_-1205978164'), (u'CALL_-1205984318', u'INDIRECT_-1205980751'), (u'CALLIND_-1205983787', u'INDIRECT_-1205978775'), (u'MULTIEQUAL_-1205978442', u'COPY_-1205978523'), (u'CALLIND_-1205984011', u'INDIRECT_-1205979607'), (u'INDIRECT_-1205978744', u'MULTIEQUAL_-1205978726'), (u'CALLIND_-1205984793', u'INDIRECT_-1205979845'), (u'CALLIND_-1205984202', u'INDIRECT_-1205979634'), ('const-0', u'PTRSUB_-1205983458'), (u'CALLIND_-1205984793', u'INDIRECT_-1205978513'), (u'INDIRECT_-1205981392', u'MULTIEQUAL_-1205980929'), (u'INDIRECT_-1205979484', u'COPY_-1205978629'), (u'CALL_-1205986230', u'INDIRECT_-1205981140'), (u'INDIRECT_-1205977535', u'COPY_-1205977581'), (u'CALLIND_-1205984115', u'INDIRECT_-1205978603'), (u'CALLIND_-1205984750', u'INDIRECT_-1205979087'), (u'INDIRECT_-1205980529', u'MULTIEQUAL_-1205980063'), (u'CALLIND_-1205984115', u'CAST_-1205978166'), (u'CALLIND_-1205985207', u'INDIRECT_-1205980109'), (u'CALLIND_-1205984879', u'INDIRECT_-1205979213'), (u'INDIRECT_-1205979986', u'MULTIEQUAL_-1205979911'), (u'CALLIND_-1205984115', u'INDIRECT_-1205978735'), (u'INDIRECT_-1205979128', u'COPY_-1205979152'), (u'CALLIND_-1205984063', u'INDIRECT_-1205978220'), ('const-2', u'CALLIND_-1205983830'), (u'INT_NOTEQUAL_-1205984541', u'CBRANCH_-1205984539'), (u'CALLIND_-1205984922', u'INDIRECT_-1205979905'), (u'CALL_-1205983212', u'INDIRECT_-1205977461'), (u'CALL_-1205983776', u'INDIRECT_-1205978290'), (u'MULTIEQUAL_-1205979102', u'MULTIEQUAL_-1205978683'), (u'CALL_-1205983125', u'INDIRECT_-1205980342'), (u'CALL_-1205986230', u'INDIRECT_-1205980477'), (u'CALLIND_-1205984158', u'INDIRECT_-1205980282'), ('const-0', u'PTRSUB_-1205978404'), (u'CALLIND_-1205983916', u'INDIRECT_-1205980299'), (u'INDIRECT_-1205979291', u'COPY_-1205984722'), ('tmp_2482', u'CBRANCH_-1205984165'), (u'INDIRECT_-1205978295', u'MULTIEQUAL_-1205978203'), (u'CALLIND_-1205983701', u'INDIRECT_-1205980664'), (u'INDIRECT_-1205977979', u'MULTIEQUAL_-1205977957'), (u'COPY_-1205979471', u'COPY_-1205979475'), (u'CALLIND_-1205983701', u'INDIRECT_-1205980463'), (u'CALLIND_-1205985060', u'INDIRECT_-1205978043'), (u'CALLIND_-1205984202', u'INDIRECT_-1205980636'), (u'CALLIND_-1205984879', u'INDIRECT_-1205979750'), (u'INDIRECT_-1205979700', u'COPY_-1205979735'), (u'CALLIND_-1205984063', u'INDIRECT_-1205978709'), (u'CALL_-1205983847', u'INDIRECT_-1205979589'), (u'CALLIND_-1205984063', u'INDIRECT_-1205979369'), (u'CALLIND_-1205985112', u'INDIRECT_-1205979929'), ('const-2', u'CALLIND_-1205985295'), (u'CALLIND_-1205984965', u'INDIRECT_-1205981118'), (u'CALLIND_-1205983787', u'INDIRECT_-1205978379'), (u'INT_EQUAL_-1205984183', u'CBRANCH_-1205984181'), (u'MULTIEQUAL_-1205979263', u'MULTIEQUAL_-1205979234'), (u'CALLIND_-1205984922', u'INDIRECT_-1205979770'), (u'CALL_-1205985367', u'INDIRECT_-1205979978'), (u'INDIRECT_-1205979441', u'MULTIEQUAL_-1205979977'), (u'CALLIND_-1205984965', u'INDIRECT_-1205979457'), (u'CALL_-1205984628', u'INDIRECT_-1205981014'), (u'INDIRECT_-1205979263', u'COPY_-1205979309'), (u'INDIRECT_-1205980978', u'MULTIEQUAL_-1205981111'), ('const-0', u'SUBPIECE_-1205982080'), (u'MULTIEQUAL_-1205979567', u'MULTIEQUAL_-1205979540'), (u'CALLIND_-1205985295', u'INDIRECT_-1205980017'), (u'CALLIND_-1205985295', u'INDIRECT_-1205978423'), (u'PTRSUB_-1205977296', u'CALLIND_-1205983569'), (u'INDIRECT_-1205979025', u'MULTIEQUAL_-1205980433'), (u'CALL_-1205986123', u'INDIRECT_-1205979053'), (u'CALLIND_-1205983569', u'INDIRECT_-1205978943'), (u'INT_AND_-1205984460', u'INT_NOTEQUAL_-1205983102'), (u'MULTIEQUAL_-1205978640', u'COPY_-1205978526'), (u'CALLIND_-1205984202', u'INDIRECT_-1205980768'), (u'MULTIEQUAL_-1205980038', u'INT_EQUAL_-1205984167'), (u'CALL_-1205983776', u'INDIRECT_-1205979290'), (u'CALLIND_-1205984922', u'INDIRECT_-1205979371'), (u'CALL_-1205985863', u'INDIRECT_-1205979994'), (u'INDIRECT_-1205977355', u'MULTIEQUAL_-1205977316'), (u'CALL_-1205983105', u'INDIRECT_-1205978929'), (u'CALL_-1205985367', u'INDIRECT_-1205978847'), (u'CALL_-1205986092', u'INDIRECT_-1205980168'), (u'MULTIEQUAL_-1205977361', u'CALLIND_-1205983569'), (u'INDIRECT_-1205979083', u'COPY_-1205978623'), (u'MULTIEQUAL_-1205980104', u'COPY_-1205978548'), ('const-102912', u'PTRSUB_-1205983873'), ('const-8', u'CALLIND_-1205985112'), (u'CALL_-1205983169', u'INDIRECT_-1205979691'), (u'CALL_-1205983074', u'INDIRECT_-1205980439'), (u'INDIRECT_-1205979353', u'MULTIEQUAL_-1205979515'), (u'CALLIND_-1205983701', u'INDIRECT_-1205978537'), (u'INDIRECT_-1205979060', u'COPY_-1205979084'), (u'CALLIND_-1205984063', u'INDIRECT_-1205980371'), (u'CALL_-1205983105', u'INDIRECT_-1205977798'), (u'INDIRECT_-1205980234', u'COPY_-1205980269'), (u'CALL_-1205983821', u'INDIRECT_-1205978708'), (u'CALL_-1205986092', u'INDIRECT_-1205979832'), ('tmp_547', u'CBRANCH_-1205985931'), (u'CALL_-1205986123', u'INDIRECT_-1205979383'), (u'INDIRECT_-1205977851', u'MULTIEQUAL_-1205978376'), (u'CALLIND_-1205984750', u'INDIRECT_-1205979423'), ('const-0', u'RETURN_-1205978589'), (u'CALLIND_-1205984063', u'INDIRECT_-1205979435'), (u'CALLIND_-1205985060', u'INDIRECT_-1205978771'), ('tmp_4461', u'BRANCH_-1205983059'), (u'MULTIEQUAL_-1205979326', u'MULTIEQUAL_-1205979474'), (u'CALLIND_-1205984246', u'INDIRECT_-1205980723'), (u'CALL_-1205983908', u'INDIRECT_-1205978152'), (u'COPY_-1205979141', u'COPY_-1205979145'), (u'PTRSUB_-1205983917', u'MULTIEQUAL_-1205978580'), (u'CALLIND_-1205985060', u'INDIRECT_-1205980502'), (u'INDIRECT_-1205979614', u'MULTIEQUAL_-1205979575'), (u'CALLIND_-1205985112', u'INDIRECT_-1205978069'), (u'INDIRECT_-1205978933', u'MULTIEQUAL_-1205978467'), (u'CALL_-1205983125', u'INDIRECT_-1205978477'), ('const-2', u'INT_NOTEQUAL_-1205983102'), (u'CALLIND_-1205983830', u'INDIRECT_-1205979587'), ('tmp_3327', u'CBRANCH_-1205983614'), (u'CALL_-1205983212', u'INDIRECT_-1205978923'), (u'CALLIND_-1205984793', u'INDIRECT_-1205978381'), (u'CALL_-1205984628', u'INDIRECT_-1205979491'), (u'CALLIND_-1205985251', u'INDIRECT_-1205978136'), (u'INDIRECT_-1205979949', u'COPY_-1205978636'), ('const-32', u'INT_RIGHT_-1205977801'), (u'CALLIND_-1205985207', u'INDIRECT_-1205979107'), (u'INDIRECT_-1205980118', u'INT_AND_-1205981760'), (u'CALLIND_-1205985295', u'INDIRECT_-1205980616'), (u'INDIRECT_-1205980546', u'MULTIEQUAL_-1205981957'), (u'COPY_-1205983048', u'MULTIEQUAL_-1205981740'), (u'CALLIND_-1205984793', u'INDIRECT_-1205981101'), (u'CALLIND_-1205983916', u'INDIRECT_-1205979561'), (u'CALL_-1205983074', u'INDIRECT_-1205977719'), (u'CALLIND_-1205984202', u'INDIRECT_-1205980036'), (u'CALLIND_-1205985295', u'INDIRECT_-1205979950'), (u'CALLIND_-1205985008', u'INDIRECT_-1205978217'), (u'CALL_-1205983847', u'INDIRECT_-1205979323'), (u'INDIRECT_-1205979461', u'COPY_-1205983619'), (u'CALLIND_-1205985164', u'CAST_-1205977803'), (u'INDIRECT_-1205979291', u'MULTIEQUAL_-1205979199'), (u'INDIRECT_-1205978045', u'CALLIND_-1205984879'), (u'CALLIND_-1205985295', u'INDIRECT_-1205980415'), (u'MULTIEQUAL_-1205977914', u'COPY_-1205978515'), (u'MULTIEQUAL_-1205978953', u'MULTIEQUAL_-1205978925'), (u'MULTIEQUAL_-1205979708', u'MULTIEQUAL_-1205979289'), (u'CALLIND_-1205983916', u'INDIRECT_-1205978703'), (u'INDIRECT_-1205977857', u'MULTIEQUAL_-1205977839'), ('const-75776', u'PTRSUB_-1205983917'), (u'MULTIEQUAL_-1205977495', u'MULTIEQUAL_-1205977466'), (u'INDIRECT_-1205977532', u'COPY_-1205977556'), (u'INDIRECT_-1205978974', u'MULTIEQUAL_-1205979176'), (u'CALLIND_-1205984922', u'INDIRECT_-1205980037'), (u'CALLIND_-1205984063', u'INDIRECT_-1205977890'), (u'INDIRECT_-1205981167', u'COPY_-1205981202'), (u'CALLIND_-1205983873', u'INDIRECT_-1205979944'), ('const-32', u'INT_RIGHT_-1205978216'), (u'CALL_-1205983105', u'INDIRECT_-1205979128'), (u'CALLIND_-1205985112', u'INDIRECT_-1205978137'), (u'CALL_-1205983105', u'INDIRECT_-1205977732'), (u'CALLIND_-1205984063', u'INDIRECT_-1205977558'), (u'CALLIND_-1205983701', u'MULTIEQUAL_-1205977939'), (u'CALLIND_-1205985008', u'INDIRECT_-1205979610'), (u'MULTIEQUAL_-1205979190', u'SUBPIECE_-1205979234'), (u'INDIRECT_-1205979051', u'MULTIEQUAL_-1205979033'), (u'INDIRECT_-1205977197', u'MULTIEQUAL_-1205977316'), (u'CALLIND_-1205984246', u'INDIRECT_-1205980591'), (u'CALL_-1205986230', u'INDIRECT_-1205980609'), (u'MULTIEQUAL_-1205979099', u'SUBPIECE_-1205979144'), (u'CALL_-1205983116', u'INDIRECT_-1205977271'), (u'INDIRECT_-1205977550', u'MULTIEQUAL_-1205977532'), (u'CALL_-1205983821', u'INDIRECT_-1205978378'), ('tmp_2686', u'CBRANCH_-1205984029'), (u'INDIRECT_-1205977601', u'COPY_-1205977647'), (u'CALLIND_-1205983873', u'INDIRECT_-1205980411'), (u'MULTIEQUAL_-1205979966', u'MULTIEQUAL_-1205979939'), ('tmp_3583', u'BRANCH_-1205983201'), (u'CALLIND_-1205984063', u'INDIRECT_-1205979171'), (u'CALLIND_-1205984063', u'INDIRECT_-1205978952'), (u'INDIRECT_-1205980856', u'MULTIEQUAL_-1205980781'), (u'CALLIND_-1205983787', u'INDIRECT_-1205980171'), ('const-4', u'CALLIND_-1205984011'), (u'CALLIND_-1205985295', u'INDIRECT_-1205981341'), (u'INDIRECT_-1205978485', u'CALLIND_-1205983959'), (u'CALLIND_-1205984922', u'INDIRECT_-1205978177'), (u'INDIRECT_-1205977139', u'COPY_-1205977185'), (u'CALLIND_-1205983959', u'INDIRECT_-1205979251'), ('tmp_4321', u'BRANCH_-1205983156'), (u'INDIRECT_-1205980273', u'INT_AND_-1205983092'), (u'INDIRECT_-1205977751', u'MULTIEQUAL_-1205977712'), (u'CALLIND_-1205983916', u'INDIRECT_-1205978967'), (u'CALLIND_-1205984922', u'INDIRECT_-1205978903'), (u'CALL_-1205983125', u'INDIRECT_-1205980273'), (u'CALLIND_-1205984063', u'INDIRECT_-1205978841'), ('const-0', u'PTRSUB_-1205977991'), (u'CALL_-1205986092', u'INDIRECT_-1205979502'), (u'INDIRECT_-1205980439', u'MULTIEQUAL_-1205980967'), (u'MULTIEQUAL_-1205977707', u'MULTIEQUAL_-1205977680'), (u'INDIRECT_-1205980711', u'MULTIEQUAL_-1205980847'), (u'INT_RIGHT_-1205977801', u'SUBPIECE_-1205977983'), (u'INDIRECT_-1205979552', u'MULTIEQUAL_-1205979530'), (u'PTRSUB_-1205983458', u'MULTIEQUAL_-1205982178'), (u'MULTIEQUAL_-1205979906', u'COPY_-1205976833'), (u'MULTIEQUAL_-1205978574', u'MULTIEQUAL_-1205978330'), (u'CALLIND_-1205985008', u'INDIRECT_-1205980410'), (u'CALL_-1205983105', u'INDIRECT_-1205979061'), (u'MULTIEQUAL_-1205979102', u'SUBPIECE_-1205979150'), (u'CALLIND_-1205984115', u'INDIRECT_-1205980793'), (u'CALL_-1205983847', u'INDIRECT_-1205978191'), (u'CALL_-1205985863', u'INDIRECT_-1205979064'), (u'CALL_-1205985863', u'INDIRECT_-1205979262'), (u'INT_NOTEQUAL_-1205984112', u'CBRANCH_-1205984111'), (u'CALL_-1205984628', u'INDIRECT_-1205979758'), (u'CALLIND_-1205984063', u'INDIRECT_-1205978418'), (u'CALLIND_-1205984063', u'INDIRECT_-1205979684'), (u'CALLIND_-1205985060', u'INDIRECT_-1205978309'), (u'CALLIND_-1205983787', u'INDIRECT_-1205978511'), (u'CALLIND_-1205984836', u'INDIRECT_-1205978005'), (u'CALL_-1205983074', u'INDIRECT_-1205978511'), (u'INDIRECT_-1205979593', u'COPY_-1205979617'), (u'CALLIND_-1205983744', u'INDIRECT_-1205979817'), (u'CALL_-1205983821', u'INDIRECT_-1205979380'), (u'CALL_-1205986092', u'INDIRECT_-1205979370'), (u'CALLIND_-1205984836', u'INDIRECT_-1205980396'), (u'CALLIND_-1205984246', u'INDIRECT_-1205979193'), ('const-0', u'CALL_-1205983212'), (u'INDIRECT_-1205978976', u'MULTIEQUAL_-1205978953'), (u'INDIRECT_-1205979556', u'MULTIEQUAL_-1205980832'), (u'CALLIND_-1205984922', u'INDIRECT_-1205979101'), (u'CALL_-1205985367', u'INDIRECT_-1205979645'), (u'MULTIEQUAL_-1205981957', u'CALL_-1205986092'), (u'CALLIND_-1205983787', u'INDIRECT_-1205978643'), (u'MULTIEQUAL_-1205977532', u'MULTIEQUAL_-1205977680'), (u'MULTIEQUAL_-1205979220', u'MULTIEQUAL_-1205979190'), (u'CALLIND_-1205984879', u'INDIRECT_-1205981078'), (u'CALLIND_-1205984922', u'INDIRECT_-1205979971'), (u'INT_ZEXT_-1205980370', u'CALL_-1205983125'), (u'CALLIND_-1205984879', u'INDIRECT_-1205979885'), (u'CALLIND_-1205984158', u'INDIRECT_-1205979547'), (u'CALLIND_-1205983984', u'INDIRECT_-1205977593'), (u'CALLIND_-1205985164', u'INDIRECT_-1205979351'), (u'INDIRECT_-1205978439', u'CALLIND_-1205983873'), (u'CALL_-1205985829', u'INDIRECT_-1205979313'), (u'CALL_-1205983105', u'INDIRECT_-1205978662'), (u'INDIRECT_-1205978187', u'MULTIEQUAL_-1205978169'), (u'CALL_-1205983332', u'INDIRECT_-1205977268'), (u'CALLIND_-1205983873', u'INDIRECT_-1205980211'), (u'CALL_-1205983821', u'INDIRECT_-1205977784'), (u'CALLIND_-1205984115', u'INDIRECT_-1205978669'), ('tmp_2000', u'CBRANCH_-1205984491'), (u'CALLIND_-1205983701', u'INDIRECT_-1205978999'), (u'CALLIND_-1205983648', u'INDIRECT_-1205977913'), (u'MULTIEQUAL_-1205979553', u'MULTIEQUAL_-1205979524'), (u'INDIRECT_-1205977862', u'COPY_-1205977886'), (u'CALL_-1205984318', u'INDIRECT_-1205980019'), (u'CALLIND_-1205983984', u'INDIRECT_-1205978253'), (u'INDIRECT_-1205979511', u'MULTIEQUAL_-1205979647'), (u'CALL_-1205983908', u'INDIRECT_-1205979748'), (u'CALLIND_-1205984879', u'INDIRECT_-1205979618'), (u'CALLIND_-1205984246', u'INDIRECT_-1205979457'), (u'INDIRECT_-1205977824', u'MULTIEQUAL_-1205977802'), (u'CALL_-1205985863', u'CALL_-1205985829'), (u'CALL_-1205983031', u'INDIRECT_-1205978440'), (u'INDIRECT_-1205978756', u'MULTIEQUAL_-1205978706'), (u'CALLIND_-1205983648', u'INDIRECT_-1205978705'), (u'CALLIND_-1205983787', u'INDIRECT_-1205979904'), (u'CALL_-1205983776', u'INDIRECT_-1205978224'), (u'MULTIEQUAL_-1205979395', u'MULTIEQUAL_-1205979366'), (u'INDIRECT_-1205979091', u'MULTIEQUAL_-1205980367'), (u'CALL_-1205983821', u'INDIRECT_-1205977452'), (u'MULTIEQUAL_-1205977957', u'MULTIEQUAL_-1205977928'), (u'CALLIND_-1205984115', u'INDIRECT_-1205978801'), (u'INDIRECT_-1205978955', u'MULTIEQUAL_-1205978863'), (u'CALLIND_-1205984879', u'INDIRECT_-1205978619'), (u'CALLIND_-1205985112', u'SUBPIECE_-1205978011'), (u'CALLIND_-1205984246', u'INDIRECT_-1205979925'), ('const-2', u'CALLIND_-1205983787'), (u'PTRSUB_-1205977991', u'CALLIND_-1205985112'), (u'CALLIND_-1205984965', u'INDIRECT_-1205978395'), (u'INDIRECT_-1205978933', u'COPY_-1205978979'), (u'CALL_-1205986123', u'INDIRECT_-1205980715'), (u'CALLIND_-1205985060', u'SUBPIECE_-1205977984'), (u'CALLIND_-1205985164', u'INDIRECT_-1205978361'), (u'CALL_-1205983776', u'INDIRECT_-1205977430'), (u'SUBPIECE_-1205979150', u'INT_ZEXT_-1205980370'), (u'CALLIND_-1205985251', u'INDIRECT_-1205979596'), ('const-0', u'RETURN_-1205978503'), (u'CALLIND_-1205985295', u'INDIRECT_-1205979149'), (u'INDIRECT_-1205980246', u'MULTIEQUAL_-1205980382'), ('const-4', u'CALLIND_-1205984158'), (u'CALLIND_-1205985164', u'INDIRECT_-1205978757'), (u'PTRSUB_-1205985886', u'MULTIEQUAL_-1205978512'), ('const-1', u'COPY_-1205983320'), ('const-48', u'CALL_-1205985367'), (u'CALL_-1205983125', u'INDIRECT_-1205979545'), (u'CALLIND_-1205984922', u'INDIRECT_-1205979570'), (u'CALLIND_-1205984879', u'INDIRECT_-1205979015'), (u'INDIRECT_-1205978781', u'MULTIEQUAL_-1205978763'), (u'INDIRECT_-1205980649', u'MULTIEQUAL_-1205980634'), (u'CALL_-1205983847', u'INDIRECT_-1205977463'), (u'CALLIND_-1205985164', u'INDIRECT_-1205981216'), (u'CALL_-1205984318', u'INDIRECT_-1205980553'), (u'INT_NOTEQUAL_-1205983697', u'CBRANCH_-1205983696'), (u'INDIRECT_-1205977400', u'COPY_-1205977424'), (u'CALLIND_-1205983984', u'INDIRECT_-1205978121'), (u'CALLIND_-1205983984', u'INDIRECT_-1205977989'), (u'CALL_-1205983105', u'CALL_-1205983074'), (u'CALLIND_-1205984115', u'INDIRECT_-1205979131'), (u'INDIRECT_-1205978773', u'MULTIEQUAL_-1205978975'), (u'CALLIND_-1205985251', u'INDIRECT_-1205978600'), (u'COPY_-1205977308', u'CALL_-1205983169'), (u'CALLIND_-1205983648', u'INDIRECT_-1205978843'), ('const-102868', u'PTRSUB_-1205978037'), (u'CALLIND_-1205983701', u'INDIRECT_-1205978867'), (u'CALLIND_-1205984115', u'INDIRECT_-1205979527'), (u'CALL_-1205983847', u'INDIRECT_-1205980584'), (u'INDIRECT_-1205978891', u'MULTIEQUAL_-1205979053'), (u'CALL_-1205983031', u'INDIRECT_-1205977180'), (u'CALLIND_-1205985008', u'INDIRECT_-1205979339'), (u'CALLIND_-1205985008', u'INDIRECT_-1205978085'), ('const-0', u'PTRSUB_-1205977879'), (u'CALL_-1205986230', u'INDIRECT_-1205980276'), (u'INDIRECT_-1205979524', u'MULTIEQUAL_-1205979449'), (u'CALLIND_-1205984922', u'INDIRECT_-1205978309'), (u'CALLIND_-1205985008', u'INDIRECT_-1205978283'), (u'CALL_-1205986193', u'INDIRECT_-1205980322'), (u'CALLIND_-1205985164', u'INDIRECT_-1205978163'), (u'CALLIND_-1205984063', u'INDIRECT_-1205979084'), (u'INDIRECT_-1205978991', u'MULTIEQUAL_-1205979110'), (u'CALLIND_-1205984922', u'INDIRECT_-1205980436'), (u'CALLIND_-1205984922', u'INDIRECT_-1205980103'), (u'CALL_-1205983125', u'INDIRECT_-1205977751'), (u'INDIRECT_-1205978218', u'COPY_-1205978610'), (u'INDIRECT_-1205977389', u'MULTIEQUAL_-1205977914'), (u'INDIRECT_-1205981842', u'MULTIEQUAL_-1205981830'), (u'CALL_-1205984318', u'INDIRECT_-1205979485'), (u'MULTIEQUAL_-1205978838', u'MULTIEQUAL_-1205978419'), (u'MULTIEQUAL_-1205978930', u'MULTIEQUAL_-1205978901'), (u'MULTIEQUAL_-1205979102', u'MULTIEQUAL_-1205978858'), (u'CALLIND_-1205983959', u'INDIRECT_-1205979647'), (u'CALL_-1205986092', u'INDIRECT_-1205979634'), (u'CALL_-1205983125', u'INDIRECT_-1205978543'), (u'CALLIND_-1205984879', u'INDIRECT_-1205979817'), (u'CALL_-1205984318', u'INDIRECT_-1205978891'), (u'INDIRECT_-1205978038', u'MULTIEQUAL_-1205978240'), (u'CALLIND_-1205984011', u'INDIRECT_-1205980277'), (u'CALLIND_-1205983916', u'INDIRECT_-1205980431'), (u'MULTIEQUAL_-1205979840', u'CALLIND_-1205984063'), (u'INDIRECT_-1205978126', u'COPY_-1205978150'), (u'INDIRECT_-1205978957', u'MULTIEQUAL_-1205979119'), (u'PTRSUB_-1205985916', u'MULTIEQUAL_-1205978580'), (u'CALLIND_-1205984836', u'INDIRECT_-1205979931'), (u'INDIRECT_-1205979326', u'COPY_-1205979350'), (u'INDIRECT_-1205977624', u'COPY_-1205978601'), (u'CALLIND_-1205984011', u'INDIRECT_-1205978617'), (u'CALLIND_-1205985112', u'INDIRECT_-1205979391'), (u'MULTIEQUAL_-1205978442', u'MULTIEQUAL_-1205978198'), (u'INDIRECT_-1205979568', u'COPY_-1205979603'), (u'CALL_-1205985367', u'INDIRECT_-1205980245'), (u'CALL_-1205983776', u'INDIRECT_-1205977762'), (u'INDIRECT_-1205979447', u'MULTIEQUAL_-1205979972'), (u'COPY_-1205979603', u'COPY_-1205979607'), (u'INDIRECT_-1205977960', u'MULTIEQUAL_-1205979236'), (u'CALL_-1205983332', u'INDIRECT_-1205978456'), ('const-102900', u'PTRSUB_-1205977919'), (u'INDIRECT_-1205978170', u'MULTIEQUAL_-1205978372'), (u'CALL_-1205985863', u'INDIRECT_-1205981059'), (u'CALL_-1205983105', u'INDIRECT_-1205977996'), (u'CALLIND_-1205984750', u'INDIRECT_-1205980290'), (u'CALLIND_-1205983984', u'INDIRECT_-1205979783'), (u'CALLIND_-1205984158', u'INDIRECT_-1205978623'), (u'CALLIND_-1205983959', u'INDIRECT_-1205980052'), (u'CALLIND_-1205985060', u'INDIRECT_-1205980037'), (u'CALLIND_-1205983648', u'INDIRECT_-1205978976'), (u'CALLIND_-1205984011', u'INDIRECT_-1205980609'), (u'CALL_-1205983169', u'INDIRECT_-1205977564'), (u'CALL_-1205986193', u'INDIRECT_-1205979986'), (u'INDIRECT_-1205980111', u'MULTIEQUAL_-1205980247'), (u'COPY_-1205979537', u'COPY_-1205979541'), (u'CALLIND_-1205983787', u'INDIRECT_-1205980038'), (u'MULTIEQUAL_-1205978178', u'MULTIEQUAL_-1205977759'), (u'INDIRECT_-1205978600', u'COPY_-1205978646'), (u'INDIRECT_-1205979690', u'MULTIEQUAL_-1205979639'), ('const-2', u'CALLIND_-1205984922'), ('const-0', u'PTRSUB_-1205978017'), ('const-4294967295', u'INT_EQUAL_-1205984238'), (u'INDIRECT_-1205981455', u'MULTIEQUAL_-1205980992'), (u'CALL_-1205985367', u'INDIRECT_-1205979243'), (u'CALL_-1205983031', u'INDIRECT_-1205979106'), (u'INDIRECT_-1205977928', u'COPY_-1205977952'), (u'INT_ZEXT_-1205984518', u'CALL_-1205983031'), (u'INDIRECT_-1205977616', u'MULTIEQUAL_-1205977598'), (u'CALLIND_-1205985164', u'INDIRECT_-1205978691'), (u'CALLIND_-1205984158', u'INDIRECT_-1205980681'), (u'INDIRECT_-1205978060', u'COPY_-1205978084'), (u'MULTIEQUAL_-1205978858', u'MULTIEQUAL_-1205978829'), (u'CALLIND_-1205983569', u'INDIRECT_-1205978012'), ('const-0', u'PTRSUB_-1205985916'), (u'CALL_-1205983031', u'INDIRECT_-1205978374'), (u'INDIRECT_-1205978195', u'COPY_-1205978241'), (u'CALLIND_-1205984011', u'INDIRECT_-1205978815'), (u'CALLIND_-1205985008', u'INDIRECT_-1205979810'), (u'CALLIND_-1205984202', u'INDIRECT_-1205980504'), (u'INDIRECT_-1205980314', u'MULTIEQUAL_-1205980298'), (u'CALLIND_-1205985207', u'INDIRECT_-1205979708'), (u'CALLIND_-1205984158', u'INDIRECT_-1205980417'), (u'INDIRECT_-1205977553', u'MULTIEQUAL_-1205977514'), (u'CALLIND_-1205985164', u'INDIRECT_-1205979219'), (u'CALLIND_-1205985295', u'INDIRECT_-1205980349'), (u'CALLIND_-1205983648', u'INDIRECT_-1205979641'), (u'INDIRECT_-1205979714', u'MULTIEQUAL_-1205980239'), (u'CALL_-1205986092', u'INDIRECT_-1205980966'), (u'CALLIND_-1205983984', u'INDIRECT_-1205979385'), (u'INDIRECT_-1205979176', u'MULTIEQUAL_-1205979154'), (u'INDIRECT_-1205977828', u'MULTIEQUAL_-1205979236'), ('const-0', u'PTRSUB_-1205977939'), (u'INDIRECT_-1205978385', u'MULTIEQUAL_-1205978504'), (u'INDIRECT_-1205977619', u'MULTIEQUAL_-1205977580'), (u'CALLIND_-1205983984', u'INDIRECT_-1205977791'), (u'MULTIEQUAL_-1205979840', u'MULTIEQUAL_-1205979596'), (u'CALL_-1205983212', u'INDIRECT_-1205977329'), (u'CALL_-1205983776', u'INDIRECT_-1205978092'), ('const-0', u'PTRSUB_-1205985343'), (u'INDIRECT_-1205978309', u'MULTIEQUAL_-1205978287'), (u'CALL_-1205983074', u'INDIRECT_-1205980376'), (u'CALLIND_-1205984063', u'INDIRECT_-1205980303'), (u'INDIRECT_-1205978715', u'MULTIEQUAL_-1205979240'), (u'CALL_-1205986193', u'INDIRECT_-1205980790'), (u'CALLIND_-1205983916', u'INDIRECT_-1205979897'), (u'INDIRECT_-1205979381', u'MULTIEQUAL_-1205979906'), (u'INDIRECT_-1205977989', u'MULTIEQUAL_-1205977971'), (u'CALLIND_-1205984246', u'INDIRECT_-1205980924'), (u'INDIRECT_-1205979014', u'MULTIEQUAL_-1205978975'), (u'CALLIND_-1205983787', u'INDIRECT_-1205980104'), (u'INDIRECT_-1205978842', u'COPY_-1205978877'), (u'CALLIND_-1205984246', u'INDIRECT_-1205978995'), ('tmp_5489', u'BRANCH_-1205983609'), (u'CALLIND_-1205983744', u'INDIRECT_-1205981475'), (u'CALL_-1205983031', u'INDIRECT_-1205978038'), (u'MULTIEQUAL_-1205978112', u'MULTIEQUAL_-1205977693'), (u'CALLIND_-1205985112', u'INDIRECT_-1205980195'), (u'CALLIND_-1205985112', u'INDIRECT_-1205979595'), ('const-2', u'CALLIND_-1205984965'), ('const-4294967295', u'INT_NOTEQUAL_-1205984030'), ('tmp_3492', u'BRANCH_-1205983502'), (u'MULTIEQUAL_-1205979774', u'INT_NOTEQUAL_-1205984292'), (u'CALL_-1205983169', u'INDIRECT_-1205979358'), (u'CALLIND_-1205984750', u'INDIRECT_-1205981081'), (u'CALLIND_-1205985060', u'INDIRECT_-1205978507'), (u'CALLIND_-1205984965', u'INDIRECT_-1205979925'), (u'CALL_-1205983821', u'INDIRECT_-1205978642'), (u'CALLIND_-1205985207', u'INDIRECT_-1205981299'), (u'INDIRECT_-1205979524', u'COPY_-1205979548'), (u'CALLIND_-1205985112', u'INDIRECT_-1205979061'), (u'SUBPIECE_-1205979109', u'INT_EQUAL_-1205984140'), (u'COPY_-1205979669', u'COPY_-1205979673'), (u'MULTIEQUAL_-1205977839', u'MULTIEQUAL_-1205977812'), (u'INDIRECT_-1205977598', u'COPY_-1205977622'), (u'MULTIEQUAL_-1205980170', u'MULTIEQUAL_-1205980068'), ('const-32', u'INT_RIGHT_-1205977853'), (u'CALLIND_-1205985164', u'INDIRECT_-1205979417'), (u'INDIRECT_-1205980790', u'MULTIEQUAL_-1205980715'), (u'INDIRECT_-1205979131', u'MULTIEQUAL_-1205978665'), (u'CALL_-1205986230', u'INDIRECT_-1205979676'), (u'CALLIND_-1205984836', u'INDIRECT_-1205978863'), (u'CALLIND_-1205985112', u'INDIRECT_-1205978929'), ('const-1', u'INT_NOTEQUAL_-1205984541'), (u'CALLIND_-1205985207', u'INDIRECT_-1205979575'), (u'INDIRECT_-1205979086', u'MULTIEQUAL_-1205979036'), (u'INDIRECT_-1205980043', u'MULTIEQUAL_-1205980028'), (u'CALLIND_-1205985112', u'INDIRECT_-1205979662'), (u'CALL_-1205983908', u'INDIRECT_-1205979883'), (u'CALL_-1205985863', u'INDIRECT_-1205979394'), (u'CALLIND_-1205984011', u'INDIRECT_-1205980345'), (u'INDIRECT_-1205981045', u'MULTIEQUAL_-1205981030'), (u'INDIRECT_-1205979087', u'MULTIEQUAL_-1205978995'), (u'CALL_-1205983847', u'INDIRECT_-1205978785'), (u'CALLIND_-1205984965', u'INDIRECT_-1205979658'), (u'CALL_-1205983125', u'INDIRECT_-1205979347'), ('const-102936', u'PTRSUB_-1205978362'), (u'CALL_-1205983116', u'INDIRECT_-1205977205'), (u'INDIRECT_-1205978284', u'COPY_-1205978611'), (u'INDIRECT_-1205979461', u'MULTIEQUAL_-1205978995'), (u'CALLIND_-1205985164', u'INDIRECT_-1205980419'), (u'INDIRECT_-1205979091', u'MULTIEQUAL_-1205980499'), (u'INDIRECT_-1205980220', u'MULTIEQUAL_-1205980382'), (u'CALLIND_-1205985251', u'INDIRECT_-1205979530'), ('const-86752', u'COPY_-1205977231'), (u'MULTIEQUAL_-1205979774', u'MULTIEQUAL_-1205979355'), (u'CALL_-1205983847', u'INDIRECT_-1205979655'), (u'CALLIND_-1205984158', u'INDIRECT_-1205980813'), (u'CALL_-1205983212', u'INDIRECT_-1205978724'), (u'CALL_-1205983031', u'INDIRECT_-1205978236'), (u'INDIRECT_-1205979157', u'MULTIEQUAL_-1205980433'), (u'INDIRECT_-1205980900', u'COPY_-1205980935'), (u'INDIRECT_-1205980023', u'MULTIEQUAL_-1205979931'), (u'CALLIND_-1205985112', u'INDIRECT_-1205980261'), (u'CALLIND_-1205985008', u'INDIRECT_-1205978481'), (u'INDIRECT_-1205977421', u'MULTIEQUAL_-1205977382'), (u'INDIRECT_-1205979665', u'MULTIEQUAL_-1205979199'), ('const-87004', u'COPY_-1205977450'), (u'CALL_-1205983105', u'INDIRECT_-1205980389'), (u'INDIRECT_-1205977630', u'MULTIEQUAL_-1205979038'), (u'CALL_-1205983212', u'INDIRECT_-1205977395'), ('const-417', u'LOAD_-1205983834'), (u'INDIRECT_-1205978078', u'MULTIEQUAL_-1205978060'), (u'CALLIND_-1205983959', u'INDIRECT_-1205981512'), (u'INDIRECT_-1205979045', u'MULTIEQUAL_-1205979581'), (u'COPY_-1205979801', u'COPY_-1205979805'), (u'CALLIND_-1205984202', u'INDIRECT_-1205978644'), ('const-1', u'CALL_-1205983908'), (u'CALLIND_-1205983916', u'INDIRECT_-1205979363'), (u'MULTIEQUAL_-1205979059', u'MULTIEQUAL_-1205979207'), (u'CALLIND_-1205983787', u'INDIRECT_-1205980635'), (u'CALLIND_-1205984793', u'INDIRECT_-1205979443'), (u'CALL_-1205983908', u'INDIRECT_-1205979350'), (u'CALLIND_-1205985251', u'INDIRECT_-1205979326'), ('const-2', u'CALLIND_-1205984879'), (u'CALL_-1205983169', u'INDIRECT_-1205977762'), (u'CALL_-1205983908', u'INDIRECT_-1205977888'), (u'CALL_-1205985863', u'INDIRECT_-1205979922'), (u'CALLIND_-1205984063', u'INDIRECT_-1205979882'), (u'CALLIND_-1205985164', u'INDIRECT_-1205978559'), ('const-102976', u'PTRSUB_-1205978674'), (u'CALLIND_-1205985060', u'INDIRECT_-1205979299'), (u'INDIRECT_-1205978385', u'MULTIEQUAL_-1205978921'), (u'COPY_-1205981001', u'COPY_-1205981005'), (u'MULTIEQUAL_-1205979036', u'MULTIEQUAL_-1205978792'), (u'COPY_-1205980203', u'COPY_-1205980207'), (u'INDIRECT_-1205979964', u'COPY_-1205979999'), (u'CALLIND_-1205985207', u'INDIRECT_-1205980175'), ('tmp_4077', u'BRANCH_-1205983049'), (u'CALLIND_-1205985164', u'INDIRECT_-1205981279'), (u'CALLIND_-1205983830', u'INDIRECT_-1205979521'), (u'INDIRECT_-1205978573', u'MULTIEQUAL_-1205978774'), ('const-102864', u'PTRSUB_-1205985343'), (u'COPY_-1205977450', u'CALL_-1205983776'), (u'CALLIND_-1205983569', u'INDIRECT_-1205978876'), (u'INDIRECT_-1205979558', u'MULTIEQUAL_-1205979466'), (u'INDIRECT_-1205979622', u'MULTIEQUAL_-1205981030'), (u'MULTIEQUAL_-1205978367', u'MULTIEQUAL_-1205978340'), (u'INDIRECT_-1205977461', u'MULTIEQUAL_-1205977580'), ('const-2', u'CALLIND_-1205984793'), (u'CALL_-1205983125', u'INDIRECT_-1205978747'), (u'CALL_-1205983169', u'INDIRECT_-1205978422'), ('const-2', u'CALLIND_-1205984063'), (u'INDIRECT_-1205980113', u'MULTIEQUAL_-1205980649'), (u'INDIRECT_-1205979691', u'MULTIEQUAL_-1205981099'), (u'CALL_-1205983776', u'INDIRECT_-1205979490'), (u'CALL_-1205983776', u'INDIRECT_-1205978488'), (u'CALLIND_-1205984158', u'INDIRECT_-1205978489'), ('const-3', u'INT_NOTEQUAL_-1205984423'), (u'CALLIND_-1205983873', u'INDIRECT_-1205978419'), (u'INDIRECT_-1205978213', u'MULTIEQUAL_-1205978174'), (u'MULTIEQUAL_-1205978588', u'MULTIEQUAL_-1205978736'), (u'CALLIND_-1205983569', u'INDIRECT_-1205979077'), (u'CALLIND_-1205984246', u'INDIRECT_-1205980789'), (u'INDIRECT_-1205976980', u'MULTIEQUAL_-1205977182'), (u'INDIRECT_-1205978379', u'CALLIND_-1205983744'), (u'CALLIND_-1205985207', u'INDIRECT_-1205980307'), (u'INDIRECT_-1205977883', u'MULTIEQUAL_-1205977844'), (u'CALLIND_-1205985008', u'INDIRECT_-1205980143'), (u'CALL_-1205983212', u'INDIRECT_-1205977263'), ('const-0', u'PTRSUB_-1205978336'), (u'CALL_-1205986193', u'INDIRECT_-1205978796'), (u'CALLIND_-1205985008', u'INDIRECT_-1205979141'), (u'CALLIND_-1205984965', u'INDIRECT_-1205979991'), (u'INDIRECT_-1205980578', u'MULTIEQUAL_-1205981111'), (u'CALLIND_-1205983984', u'INDIRECT_-1205978715'), ('const-4', u'CALLIND_-1205983959'), (u'CALL_-1205983074', u'INDIRECT_-1205977653'), (u'CALL_-1205984318', u'INDIRECT_-1205979353'), (u'CALL_-1205986123', u'INDIRECT_-1205980913'), (u'CALLIND_-1205984922', u'INDIRECT_-1205978639'), (u'CALLIND_-1205985060', u'INDIRECT_-1205978177'), (u'CALLIND_-1205985251', u'INDIRECT_-1205980328'), (u'CALLIND_-1205983873', u'INDIRECT_-1205979673'), (u'MULTIEQUAL_-1205980170', u'INT_EQUAL_-1205984444'), (u'CALLIND_-1205983787', u'INDIRECT_-1205978709'), (u'CALL_-1205983212', u'INDIRECT_-1205978055'), (u'MULTIEQUAL_-1205978508', u'MULTIEQUAL_-1205978264'), (u'INDIRECT_-1205980909', u'MULTIEQUAL_-1205981045'), (u'CALL_-1205986092', u'INDIRECT_-1205979304'), (u'MULTIEQUAL_-1205978244', u'MULTIEQUAL_-1205977825'), (u'INDIRECT_-1205980168', u'COPY_-1205980203'), (u'MULTIEQUAL_-1205977780', u'MULTIEQUAL_-1205977536'), (u'MULTIEQUAL_-1205978706', u'COPY_-1205978527'), (u'CALLIND_-1205984793', u'INDIRECT_-1205980310'), ('const-102880', u'PTRSUB_-1205977991'), (u'CALLIND_-1205984836', u'INDIRECT_-1205980330'), (u'CALLIND_-1205984750', u'INDIRECT_-1205979624'), (u'CALLIND_-1205983984', u'INDIRECT_-1205978187'), (u'CALLIND_-1205984063', u'INDIRECT_-1205978814'), (u'CALL_-1205984628', u'INDIRECT_-1205979557'), (u'CALLIND_-1205983701', u'INDIRECT_-1205979593'), (u'CALL_-1205983847', u'INDIRECT_-1205978521'), (u'INDIRECT_-1205978690', u'MULTIEQUAL_-1205978640'), (u'CALL_-1205983125', u'INDIRECT_-1205979614'), (u'INDIRECT_-1205979383', u'MULTIEQUAL_-1205979368'), (u'CALL_-1205986193', u'INDIRECT_-1205979062'), (u'CALLIND_-1205983984', u'INDIRECT_-1205979849'), (u'CALL_-1205986123', u'INDIRECT_-1205979713'), (u'CALLIND_-1205984202', u'INDIRECT_-1205979370'), (u'CAST_-1205976858', u'INT_LESS_-1205983109'), (u'CALL_-1205983332', u'INDIRECT_-1205979326'), (u'CALL_-1205983847', u'INDIRECT_-1205977663'), (u'MULTIEQUAL_-1205979102', u'INT_RIGHT_-1205979013'), (u'CALLIND_-1205983916', u'INDIRECT_-1205980563'), (u'INDIRECT_-1205977733', u'COPY_-1205977779'), (u'CALL_-1205983212', u'INDIRECT_-1205977989'), (u'CALLIND_-1205984750', u'INDIRECT_-1205979291'), (u'INDIRECT_-1205979087', u'COPY_-1205984668'), (u'CALLIND_-1205983916', u'INDIRECT_-1205978571'), (u'INDIRECT_-1205979358', u'MULTIEQUAL_-1205980766'), (u'INDIRECT_-1205977894', u'MULTIEQUAL_-1205979302'), (u'INDIRECT_-1205977785', u'MULTIEQUAL_-1205978310'), (u'CALL_-1205983116', u'INDIRECT_-1205977073'), (u'CALLIND_-1205984246', u'INDIRECT_-1205979991'), (u'CALLIND_-1205985207', u'INDIRECT_-1205979842'), (u'CALL_-1205983821', u'INDIRECT_-1205977520'), (u'MULTIEQUAL_-1205978178', u'MULTIEQUAL_-1205977934'), (u'CALLIND_-1205984750', u'INDIRECT_-1205979891'), (u'INDIRECT_-1205978721', u'MULTIEQUAL_-1205978706'), (u'CALLIND_-1205983787', u'INDIRECT_-1205981495'), (u'INDIRECT_-1205978399', u'COPY_-1205978445'), (u'CALL_-1205985863', u'INDIRECT_-1205979196'), (u'CALLIND_-1205985060', u'INDIRECT_-1205981227'), (u'CALL_-1205983332', u'INDIRECT_-1205979458'), (u'CALL_-1205986123', u'INDIRECT_-1205978789'), ('tmp_2953', u'CBRANCH_-1205983858'), (u'CALL_-1205983212', u'INDIRECT_-1205979522'), (u'CALLIND_-1205983830', u'INDIRECT_-1205978795'), (u'MULTIEQUAL_-1205979906', u'INT_EQUAL_-1205984238'), (u'CALL_-1205983169', u'MULTIEQUAL_-1205983403'), (u'CALLIND_-1205984202', u'INDIRECT_-1205980903'), (u'MULTIEQUAL_-1205978726', u'MULTIEQUAL_-1205978874'), (u'CALLIND_-1205984202', u'INDIRECT_-1205979106'), (u'INDIRECT_-1205977913', u'MULTIEQUAL_-1205977891'), (u'CALL_-1205983908', u'INDIRECT_-1205979283'), (u'CALL_-1205983125', u'INDIRECT_-1205978948'), (u'CALLIND_-1205983916', u'INDIRECT_-1205979231'), (u'CALLIND_-1205983787', u'INDIRECT_-1205981432'), (u'CALLIND_-1205984750', u'INDIRECT_-1205978625'), (u'INDIRECT_-1205978210', u'MULTIEQUAL_-1205978192'), ('const-1', u'COPY_-1205983123'), (u'CALLIND_-1205984965', u'INDIRECT_-1205978197'), (u'INDIRECT_-1205979332', u'COPY_-1205979378'), (u'CALLIND_-1205983787', u'INDIRECT_-1205979501'), (u'CALLIND_-1205983916', u'INDIRECT_-1205980164'), (u'CALLIND_-1205983744', u'INDIRECT_-1205981412'), ('const-2', u'CALLIND_-1205985251'), (u'INDIRECT_-1205980118', u'SUBPIECE_-1205980052'), (u'INT_NOTEQUAL_-1205983933', u'CBRANCH_-1205983931'), (u'CALL_-1205983169', u'INDIRECT_-1205978158'), (u'INDIRECT_-1205977725', u'MULTIEQUAL_-1205977844'), (u'CALL_-1205984318', u'INDIRECT_-1205979155'), (u'CALLIND_-1205984063', u'INDIRECT_-1205979285'), (u'CALL_-1205984318', u'INDIRECT_-1205980352'), (u'INDIRECT_-1205978319', u'MULTIEQUAL_-1205978855'), (u'INDIRECT_-1205978777', u'MULTIEQUAL_-1205978755'), (u'CALL_-1205986092', u'INDIRECT_-1205980301'), ('const-5', u'CALL_-1205983031'), (u'CALLIND_-1205983569', u'INDIRECT_-1205977814'), (u'CALL_-1205985829', u'INDIRECT_-1205980445'), (u'CALL_-1205983031', u'INDIRECT_-1205979439'), (u'INDIRECT_-1205979436', u'COPY_-1205979471'), (u'COPY_-1205980602', u'COPY_-1205980607'), (u'CALL_-1205984628', u'INDIRECT_-1205979356'), (u'CALL_-1205984318', u'INDIRECT_-1205980220'), (u'CALLIND_-1205984063', u'INDIRECT_-1205980701'), (u'CALLIND_-1205983984', u'INDIRECT_-1205978919'), (u'CALL_-1205983821', u'INDIRECT_-1205977916'), ('const-0', u'SUBPIECE_-1205978010'), (u'INDIRECT_-1205977923', u'MULTIEQUAL_-1205977905'), (u'CALL_-1205983908', u'INDIRECT_-1205979484'), (u'INDIRECT_-1205978573', u'MULTIEQUAL_-1205978551'), ('const-3', u'COPY_-1205983063'), (u'CALL_-1205983169', u'INDIRECT_-1205977498'), (u'CALL_-1205983332', u'INDIRECT_-1205977796'), (u'CALLIND_-1205985295', u'INDIRECT_-1205979281'), (u'INDIRECT_-1205979053', u'MULTIEQUAL_-1205979038'), (u'INDIRECT_-1205977576', u'MULTIEQUAL_-1205977778'), (u'INDIRECT_-1205979278', u'MULTIEQUAL_-1205979260'), (u'CALL_-1205984628', u'INDIRECT_-1205979690'), (u'MULTIEQUAL_-1205980068', u'MULTIEQUAL_-1205979432'), (u'CALLIND_-1205985060', u'INDIRECT_-1205978969'), (u'MULTIEQUAL_-1205979530', u'MULTIEQUAL_-1205979501'), (u'CALL_-1205983847', u'INDIRECT_-1205979256'), (u'MULTIEQUAL_-1205979906', u'COPY_-1205978545'), (u'CALLIND_-1205985251', u'INDIRECT_-1205978864'), (u'INDIRECT_-1205979151', u'COPY_-1205978624'), (u'CALLIND_-1205984965', u'INDIRECT_-1205980255'), (u'CALL_-1205986230', u'INDIRECT_-1205980744'), (u'INDIRECT_-1205977960', u'MULTIEQUAL_-1205979368'), ('const-86628', u'COPY_-1205978749'), (u'INDIRECT_-1205978324', u'COPY_-1205978348'), (u'CALL_-1205986123', u'INDIRECT_-1205980514'), (u'PTRSUB_-1205978382', u'CALLIND_-1205984158'), (u'INDIRECT_-1205979106', u'MULTIEQUAL_-1205979308'), (u'INDIRECT_-1205979040', u'MULTIEQUAL_-1205979242'), (u'CALL_-1205983031', u'INDIRECT_-1205980101'), (u'COPY_-1205979009', u'COPY_-1205979013'), (u'MULTIEQUAL_-1205977905', u'MULTIEQUAL_-1205977878'), (u'MULTIEQUAL_-1205979639', u'MULTIEQUAL_-1205979220'), (u'CALLIND_-1205984793', u'INDIRECT_-1205979173'), (u'CALLIND_-1205983648', u'INDIRECT_-1205977383'), (u'CALLIND_-1205984063', u'INDIRECT_-1205978484'), (u'CALLIND_-1205984063', u'INDIRECT_-1205980170'), (u'INDIRECT_-1205978824', u'MULTIEQUAL_-1205980100'), (u'CALL_-1205983212', u'INDIRECT_-1205978385'), (u'CALLIND_-1205984063', u'INDIRECT_-1205978022'), (u'CALLIND_-1205983787', u'INDIRECT_-1205978973'), (u'CALLIND_-1205984879', u'INDIRECT_-1205979081'), ('tmp_1944', u'CBRANCH_-1205984539'), (u'INDIRECT_-1205980777', u'MULTIEQUAL_-1205980913'), (u'CALLIND_-1205984750', u'INDIRECT_-1205980155'), (u'CALL_-1205983908', u'INDIRECT_-1205979217'), (u'CALL_-1205985367', u'INT_EQUAL_-1205985340'), (u'CALLIND_-1205983569', u'INDIRECT_-1205979743'), (u'INDIRECT_-1205980178', u'MULTIEQUAL_-1205980313'), (u'CALLIND_-1205984063', u'INDIRECT_-1205978352'), (u'CALL_-1205983332', u'INDIRECT_-1205978726'), (u'CALLIND_-1205985207', u'INDIRECT_-1205980373'), (u'INDIRECT_-1205980843', u'MULTIEQUAL_-1205980979'), (u'CALLIND_-1205985112', u'INDIRECT_-1205980528'), (u'CALLIND_-1205984836', u'INDIRECT_-1205980129'), (u'CALLIND_-1205984158', u'INDIRECT_-1205978689'), (u'INDIRECT_-1205978065', u'CALLIND_-1205984922'), (u'INDIRECT_-1205978847', u'MULTIEQUAL_-1205978829'), (u'MULTIEQUAL_-1205978792', u'MULTIEQUAL_-1205978940'), (u'INDIRECT_-1205979647', u'MULTIEQUAL_-1205979632'), (u'CALL_-1205983105', u'INDIRECT_-1205977468'), (u'CALLIND_-1205985207', u'INDIRECT_-1205979641'), (u'CALL_-1205984318', u'INDIRECT_-1205981680'), (u'CALLIND_-1205985164', u'INDIRECT_-1205978095'), ('const-4', u'CALLIND_-1205984115'), (u'CALL_-1205983908', u'INDIRECT_-1205979682'), (u'CALL_-1205986123', u'INDIRECT_-1205979119'), (u'MULTIEQUAL_-1205979306', u'COPY_-1205978536'), (u'MULTIEQUAL_-1205978858', u'MULTIEQUAL_-1205979006'), (u'CALL_-1205983908', u'INDIRECT_-1205978884'), (u'CALL_-1205983105', u'INDIRECT_-1205979592'), (u'CALL_-1205985863', u'INDIRECT_-1205979328'), (u'CALL_-1205985863', u'INDIRECT_-1205978932'), (u'CALLIND_-1205983648', u'INDIRECT_-1205978243'), (u'INDIRECT_-1205978843', u'MULTIEQUAL_-1205978821'), (u'INDIRECT_-1205978097', u'MULTIEQUAL_-1205978005'), (u'CALLIND_-1205984246', u'INDIRECT_-1205980657'), ('const-0', u'PTRSUB_-1205977839'), (u'CALLIND_-1205985008', u'INDIRECT_-1205981138'), (u'CALLIND_-1205985251', u'INDIRECT_-1205979863'), (u'MULTIEQUAL_-1205977994', u'MULTIEQUAL_-1205978142'), (u'INDIRECT_-1205977954', u'COPY_-1205978606'), (u'MULTIEQUAL_-1205977891', u'MULTIEQUAL_-1205977862'), (u'INDIRECT_-1205977664', u'COPY_-1205977688'), (u'INDIRECT_-1205978627', u'CALLIND_-1205984246'), (u'CALLIND_-1205983744', u'INDIRECT_-1205978425'), (u'CALLIND_-1205985112', u'INDIRECT_-1205979862'), (u'INDIRECT_-1205978810', u'MULTIEQUAL_-1205978792'), (u'CALLIND_-1205984063', u'INDIRECT_-1205979816'), ('tmp_9685', u'CALL_-1205984628'), ('const-31', u'INT_SRIGHT_-1205983584'), (u'MULTIEQUAL_-1205979831', u'SUBPIECE_-1205982262'), (u'CALLIND_-1205985295', u'INDIRECT_-1205979818'), (u'INDIRECT_-1205981044', u'MULTIEQUAL_-1205981180'), (u'CALL_-1205985863', u'INDIRECT_-1205980858'), (u'CALLIND_-1205985008', u'INDIRECT_-1205980476'), (u'CALLIND_-1205983569', u'INDIRECT_-1205979809'), (u'CALL_-1205985829', u'INDIRECT_-1205978851'), (u'CALL_-1205983074', u'INDIRECT_-1205979183'), (u'INDIRECT_-1205979616', u'COPY_-1205978631'), (u'CALL_-1205983125', u'INDIRECT_-1205977685'), (u'INDIRECT_-1205981189', u'MULTIEQUAL_-1205981111'), (u'MULTIEQUAL_-1205978310', u'INT_ZEXT_-1205984518'), (u'INDIRECT_-1205980619', u'MULTIEQUAL_-1205980781'), (u'CALLIND_-1205985112', u'INDIRECT_-1205978401'), (u'CALLIND_-1205985060', u'INDIRECT_-1205978573'), (u'CALLIND_-1205985112', u'INDIRECT_-1205978863'), (u'INDIRECT_-1205979247', u'MULTIEQUAL_-1205979383'), (u'CALLIND_-1205984836', u'INDIRECT_-1205979463'), (u'CALL_-1205983116', u'INDIRECT_-1205979398'), (u'CALL_-1205983105', u'INDIRECT_-1205977930'), (u'CALL_-1205983908', u'INDIRECT_-1205978746'), ('const-52', u'COPY_-1205983923'), (u'INDIRECT_-1205977366', u'MULTIEQUAL_-1205978774'), (u'INT_RIGHT_-1205979013', u'MULTIEQUAL_-1205981572'), (u'INDIRECT_-1205978427', u'MULTIEQUAL_-1205978335'), (u'INT_EQUAL_-1205986013', u'CBRANCH_-1205985999'), (u'CALLIND_-1205984750', u'INDIRECT_-1205979021'), (u'INDIRECT_-1205978147', u'MULTIEQUAL_-1205978108'), (u'CALL_-1205983125', u'INDIRECT_-1205978213'), (u'CALL_-1205983821', u'MULTIEQUAL_-1205981957'), (u'INDIRECT_-1205979263', u'MULTIEQUAL_-1205978797'), (u'COPY_-1205978811', u'COPY_-1205978815'), (u'INT_EQUAL_-1205985933', u'CBRANCH_-1205985931'), (u'CALL_-1205985863', u'INDIRECT_-1205978668'), (u'INDIRECT_-1205978891', u'MULTIEQUAL_-1205980298'), (u'MULTIEQUAL_-1205979906', u'INT_EQUAL_-1205984222'), (u'CALLIND_-1205983648', u'INDIRECT_-1205979311'), (u'INDIRECT_-1205978352', u'MULTIEQUAL_-1205978330'), (u'MULTIEQUAL_-1205980068', u'MULTIEQUAL_-1205980061'), (u'CALL_-1205985367', u'INDIRECT_-1205979045'), (u'MULTIEQUAL_-1205978499', u'MULTIEQUAL_-1205978472'), (u'CALLIND_-1205983569', u'INDIRECT_-1205978078'), ('tmp_4024', u'CBRANCH_-1205983117'), (u'COPY_-1205983673', u'MULTIEQUAL_-1205979466'), (u'CALLIND_-1205985295', u'INDIRECT_-1205979884'), (u'CALL_-1205983847', u'INDIRECT_-1205978923'), (u'CALL_-1205983116', u'INDIRECT_-1205976939'), (u'CALLIND_-1205983701', u'INDIRECT_-1205979197'), (u'CALL_-1205986123', u'INDIRECT_-1205979185'), (u'CALLIND_-1205983569', u'INDIRECT_-1205977616'), (u'CALLIND_-1205984202', u'INDIRECT_-1205980103'), (u'CALL_-1205983212', u'INDIRECT_-1205978523'), (u'INDIRECT_-1205978511', u'MULTIEQUAL_-1205979036'), (u'CALLIND_-1205983916', u'INDIRECT_-1205979627'), (u'CALL_-1205985367', u'INDIRECT_-1205979309'), (u'CALL_-1205983332', u'INDIRECT_-1205977200'), (u'CALLIND_-1205984063', u'INDIRECT_-1205977692'), (u'INDIRECT_-1205977748', u'MULTIEQUAL_-1205977730'), (u'INDIRECT_-1205979515', u'MULTIEQUAL_-1205979500'), (u'INDIRECT_-1205977725', u'MULTIEQUAL_-1205977707'), (u'CALL_-1205983332', u'INDIRECT_-1205977928'), (u'CALLIND_-1205984793', u'INDIRECT_-1205978843'), (u'CALLIND_-1205984063', u'INDIRECT_-1205978577'), (u'INDIRECT_-1205977289', u'MULTIEQUAL_-1205977250'), (u'INDIRECT_-1205979356', u'MULTIEQUAL_-1205979306'), (u'INDIRECT_-1205979542', u'MULTIEQUAL_-1205979524'), (u'CALL_-1205984318', u'INDIRECT_-1205979287'), (u'MULTIEQUAL_-1205979906', u'MULTIEQUAL_-1205979487'), (u'COPY_-1205983923', u'MULTIEQUAL_-1205980795'), (u'CALL_-1205986092', u'INDIRECT_-1205978974'), (u'MULTIEQUAL_-1205979573', u'MULTIEQUAL_-1205979154'), (u'CALL_-1205986230', u'INDIRECT_-1205980210'), (u'CALL_-1205983074', u'INDIRECT_-1205979315'), (u'CALLIND_-1205985164', u'INDIRECT_-1205978493'), (u'INDIRECT_-1205978748', u'MULTIEQUAL_-1205978726'), (u'CALL_-1205986193', u'INT_EQUAL_-1205986166'), (u'MULTIEQUAL_-1205979487', u'MULTIEQUAL_-1205979458'), (u'MULTIEQUAL_-1205979197', u'MULTIEQUAL_-1205979168'), (u'CALLIND_-1205983873', u'INDIRECT_-1205978551'), (u'INT_RIGHT_-1205977827', u'SUBPIECE_-1205978010'), (u'CALL_-1205984628', u'INDIRECT_-1205978228'), (u'CALLIND_-1205984922', u'INDIRECT_-1205978441'), (u'CALL_-1205985829', u'INDIRECT_-1205980909'), (u'CALLIND_-1205984063', u'INDIRECT_-1205978088'), (u'CALL_-1205983169', u'INDIRECT_-1205978356'), (u'CALLIND_-1205984793', u'INDIRECT_-1205978447'), ('const-5', u'CALL_-1205983125'), (u'INDIRECT_-1205979089', u'MULTIEQUAL_-1205979251'), (u'CALLIND_-1205983873', u'INDIRECT_-1205979475'), (u'INDIRECT_-1205979581', u'MULTIEQUAL_-1205979566'), (u'CALLIND_-1205983873', u'INDIRECT_-1205978683'), (u'CALL_-1205983847', u'INDIRECT_-1205978719'), ('const-0', u'RETURN_-1205983271'), (u'CALLIND_-1205984011', u'INDIRECT_-1205979877'), (u'PTRSUB_-1205978204', u'CALLIND_-1205983787'), (u'CALL_-1205983031', u'INDIRECT_-1205978974'), (u'INDIRECT_-1205978724', u'MULTIEQUAL_-1205978843'), (u'INDIRECT_-1205978537', u'MULTIEQUAL_-1205978071'), (u'CALL_-1205983105', u'INDIRECT_-1205977600'), (u'INT_ZEXT_-1205984518', u'INT_NOTEQUAL_-1205984276'), (u'MULTIEQUAL_-1205979840', u'INT_NOTEQUAL_-1205984112'), (u'INDIRECT_-1205977432', u'MULTIEQUAL_-1205978840'), (u'CALL_-1205983074', u'INDIRECT_-1205979579'), (u'MULTIEQUAL_-1205981878', u'CALL_-1205983332'), (u'CALL_-1205985829', u'INDIRECT_-1205980579'), (u'INDIRECT_-1205978620', u'MULTIEQUAL_-1205979896'), (u'INDIRECT_-1205977383', u'MULTIEQUAL_-1205977361'), (u'MULTIEQUAL_-1205983403', u'CALL_-1205986092'), (u'INDIRECT_-1205979656', u'MULTIEQUAL_-1205979581'), (u'CALL_-1205983847', u'INDIRECT_-1205978257'), (u'CALLIND_-1205984922', u'INDIRECT_-1205979437'), (u'CALL_-1205983847', u'INDIRECT_-1205979391'), (u'CALLIND_-1205984246', u'INDIRECT_-1205979589'), (u'INT_NOTEQUAL_-1205983536', u'CBRANCH_-1205983535'), (u'INDIRECT_-1205978465', u'COPY_-1205978511'), (u'INDIRECT_-1205979351', u'MULTIEQUAL_-1205979329'), (u'CALLIND_-1205985251', u'INDIRECT_-1205980196'), (u'CALLIND_-1205984750', u'INDIRECT_-1205978823'), (u'CALL_-1205983776', u'INDIRECT_-1205977960'), (u'CALLIND_-1205985207', u'INDIRECT_-1205978315'), (u'CALLIND_-1205983984', u'INDIRECT_-1205979051'), (u'INDIRECT_-1205977898', u'MULTIEQUAL_-1205977848'), (u'CALLIND_-1205983787', u'INDIRECT_-1205980305'), (u'INDIRECT_-1205979217', u'COPY_-1205978625'), (u'CALL_-1205983821', u'INDIRECT_-1205977718'), (u'CALL_-1205983847', u'INDIRECT_-1205977597'), ('const-0', u'CALL_-1205983105'), (u'CALL_-1205986193', u'INDIRECT_-1205981189'), (u'CALL_-1205983074', u'INDIRECT_-1205978445'), (u'COPY_-1205977608', u'MULTIEQUAL_-1205980622'), (u'CALLIND_-1205983701', u'INDIRECT_-1205979665'), (u'CALL_-1205983074', u'INDIRECT_-1205978181'), (u'MULTIEQUAL_-1205977670', u'MULTIEQUAL_-1205977641'), (u'CALLIND_-1205985207', u'INDIRECT_-1205978645'), (u'CALLIND_-1205985251', u'INDIRECT_-1205979458'), (u'INDIRECT_-1205979315', u'MULTIEQUAL_-1205979840'), (u'INDIRECT_-1205980265', u'MULTIEQUAL_-1205979799'), (u'CALLIND_-1205984011', u'INDIRECT_-1205979739'), (u'CALLIND_-1205983744', u'INDIRECT_-1205980018'), (u'INDIRECT_-1205978649', u'MULTIEQUAL_-1205979174'), (u'CALL_-1205983776', u'INDIRECT_-1205979556'), (u'CALL_-1205984318', u'INDIRECT_-1205979221'), (u'CALLIND_-1205983744', u'INDIRECT_-1205980684'), (u'CALLIND_-1205985251', u'INDIRECT_-1205979929'), (u'INDIRECT_-1205978522', u'COPY_-1205978546'), (u'CALLIND_-1205983701', u'INDIRECT_-1205978339'), (u'CALLIND_-1205984202', u'INDIRECT_-1205978908'), (u'CALL_-1205983212', u'INDIRECT_-1205978856'), ('tmp_4106', u'CBRANCH_-1205983053'), (u'MULTIEQUAL_-1205977693', u'MULTIEQUAL_-1205977664'), (u'PTRSUB_-1205978059', u'CALLIND_-1205985251'), (u'PTRSUB_-1205977859', u'CALLIND_-1205984836'), (u'MULTIEQUAL_-1205978000', u'MULTIEQUAL_-1205977971'), (u'INDIRECT_-1205977894', u'MULTIEQUAL_-1205979170'), (u'INDIRECT_-1205978950', u'COPY_-1205978621'), (u'CALLIND_-1205985251', u'INDIRECT_-1205979392'), (u'CALL_-1205983125', u'INDIRECT_-1205978345'), (u'CALL_-1205983821', u'INDIRECT_-1205977652'), (u'INDIRECT_-1205978253', u'CALLIND_-1205985295'), (u'CALLIND_-1205984793', u'INDIRECT_-1205979911'), (u'CALLIND_-1205984202', u'INDIRECT_-1205979904'), (u'CALLIND_-1205983830', u'INDIRECT_-1205979257'), (u'MULTIEQUAL_-1205978617', u'MULTIEQUAL_-1205978588'), (u'INDIRECT_-1205979882', u'MULTIEQUAL_-1205979860'), (u'CALLIND_-1205985295', u'INDIRECT_-1205978225'), (u'CALLIND_-1205984063', u'INDIRECT_-1205978616'), (u'PTRSUB_-1205983887', u'MULTIEQUAL_-1205978512'), (u'INDIRECT_-1205979215', u'MULTIEQUAL_-1205979176'), (u'INDIRECT_-1205979304', u'MULTIEQUAL_-1205979506'), (u'CALL_-1205983031', u'INDIRECT_-1205980032'), (u'CALLIND_-1205984922', u'INDIRECT_-1205978969'), (u'COPY_-1205981202', u'COPY_-1205981206'), ('const-102948', u'PTRSUB_-1205978284'), (u'INDIRECT_-1205980256', u'MULTIEQUAL_-1205980181'), (u'CALLIND_-1205983648', u'INDIRECT_-1205977517'), (u'INDIRECT_-1205980448', u'MULTIEQUAL_-1205980433'), (u'CALL_-1205985863', u'INDIRECT_-1205980594'), (u'CALL_-1205983332', u'INDIRECT_-1205978126'), (u'INT_RIGHT_-1205978164', u'SUBPIECE_-1205978349'), (u'INDIRECT_-1205977708', u'MULTIEQUAL_-1205977910'), (u'INDIRECT_-1205979197', u'COPY_-1205979243'), (u'CALLIND_-1205985207', u'INDIRECT_-1205979908'), (u'CALLIND_-1205983984', u'INDIRECT_-1205977659'), (u'MULTIEQUAL_-1205977980', u'MULTIEQUAL_-1205977736'), (u'CALLIND_-1205984158', u'INDIRECT_-1205980948'), (u'INDIRECT_-1205977985', u'CALLIND_-1205984750'), (u'CALLIND_-1205984750', u'INDIRECT_-1205980023'), (u'CALLIND_-1205985295', u'INDIRECT_-1205980550'), (u'CALLIND_-1205984202', u'INDIRECT_-1205978974'), (u'CALLIND_-1205984115', u'INDIRECT_-1205979725'), (u'CAST_-1205978140', u'INT_RIGHT_-1205978190'), (u'CALL_-1205983908', u'INDIRECT_-1205978680'), (u'CALLIND_-1205983984', u'INDIRECT_-1205979918'), (u'MULTIEQUAL_-1205979464', u'MULTIEQUAL_-1205979435'), (u'INDIRECT_-1205978451', u'MULTIEQUAL_-1205978987'), (u'CALL_-1205983821', u'INDIRECT_-1205978510'), (u'CALL_-1205986230', u'INDIRECT_-1205980006'), (u'INDIRECT_-1205978660', u'COPY_-1205978684'), (u'MULTIEQUAL_-1205980904', u'MULTIEQUAL_-1205980660'), (u'INDIRECT_-1205976939', u'COPY_-1205976985'), (u'MULTIEQUAL_-1205979774', u'COPY_-1205978543'), (u'CALLIND_-1205985060', u'INDIRECT_-1205978837'), (u'CALLIND_-1205984246', u'INDIRECT_-1205980258'), (u'CALL_-1205986092', u'INDIRECT_-1205980702'), (u'CALLIND_-1205984836', u'INDIRECT_-1205978995'), (u'CALLIND_-1205985295', u'INDIRECT_-1205978687'), ('const-0', u'CALL_-1205984628'), (u'CALLIND_-1205983830', u'INDIRECT_-1205978993'), (u'MULTIEQUAL_-1205980038', u'COPY_-1205978547'), (u'PTRSUB_-1205978674', u'CALL_-1205986193'), (u'CALLIND_-1205984879', u'INDIRECT_-1205978025'), (u'CALLIND_-1205983744', u'INDIRECT_-1205979019'), (u'CALLIND_-1205984202', u'INDIRECT_-1205979238'), (u'CALLIND_-1205983648', u'INDIRECT_-1205978639'), ('const-0', u'SUBPIECE_-1205977983'), (u'CALL_-1205985829', u'INDIRECT_-1205981044'), (u'CALL_-1205983074', u'INDIRECT_-1205977983'), (u'CALLIND_-1205985207', u'INDIRECT_-1205981236'), (u'CALL_-1205985829', u'INDIRECT_-1205980843'), (u'INDIRECT_-1205979758', u'MULTIEQUAL_-1205979708'), (u'INDIRECT_-1205980223', u'MULTIEQUAL_-1205980170'), (u'CALLIND_-1205983744', u'INDIRECT_-1205979613'), (u'INDIRECT_-1205977762', u'MULTIEQUAL_-1205979038'), (u'CALLIND_-1205984965', u'INDIRECT_-1205978923'), (u'CALLIND_-1205984115', u'INDIRECT_-1205980595'), (u'INDIRECT_-1205977498', u'MULTIEQUAL_-1205978906'), (u'INDIRECT_-1205977956', u'MULTIEQUAL_-1205977934'), (u'CALLIND_-1205984011', u'INDIRECT_-1205978551'), ('const-0', u'PTRSUB_-1205983917'), (u'INDIRECT_-1205977469', u'COPY_-1205977515'), (u'INDIRECT_-1205978204', u'CALLIND_-1205985207'), (u'CALLIND_-1205983701', u'INDIRECT_-1205979263'), (u'CALL_-1205985367', u'INDIRECT_-1205981237'), (u'COPY_-1205982895', u'MULTIEQUAL_-1205980068'), (u'INDIRECT_-1205977949', u'MULTIEQUAL_-1205977910'), (u'PTRSUB_-1205978108', u'CALL_-1205985367'), (u'MULTIEQUAL_-1205977332', u'MULTIEQUAL_-1205977480'), (u'CALLIND_-1205984063', u'INDIRECT_-1205979951'), (u'MULTIEQUAL_-1205979441', u'MULTIEQUAL_-1205979197'), (u'CALLIND_-1205983830', u'INDIRECT_-1205981452'), (u'INDIRECT_-1205979527', u'MULTIEQUAL_-1205979061'), (u'INDIRECT_-1205977466', u'COPY_-1205977490'), (u'CALLIND_-1205985008', u'INDIRECT_-1205978679'), (u'CALL_-1205983332', u'INDIRECT_-1205977730'), (u'INDIRECT_-1205977517', u'MULTIEQUAL_-1205977495'), ('const-0', u'SUBPIECE_-1205978646'), (u'CALLIND_-1205983873', u'INDIRECT_-1205980609'), (u'INDIRECT_-1205979453', u'MULTIEQUAL_-1205979435'), (u'INDIRECT_-1205978506', u'MULTIEQUAL_-1205978708'), (u'CALLIND_-1205985112', u'INDIRECT_-1205980327'), (u'INDIRECT_-1205978247', u'MULTIEQUAL_-1205978772'), (u'INDIRECT_-1205977558', u'COPY_-1205978600'), (u'INDIRECT_-1205980382', u'MULTIEQUAL_-1205980367'), (u'PTRSUB_-1205978037', u'CALLIND_-1205985207'), (u'CALLIND_-1205984246', u'INDIRECT_-1205980855'), (u'MULTIEQUAL_-1205978838', u'COPY_-1205978529'), (u'INDIRECT_-1205979590', u'MULTIEQUAL_-1205979515'), (u'CALL_-1205983074', u'INDIRECT_-1205979513'), (u'INDIRECT_-1205979081', u'MULTIEQUAL_-1205979041'), (u'CALLIND_-1205984063', u'INDIRECT_-1205980569'), (u'INDIRECT_-1205979486', u'MULTIEQUAL_-1205979464'), ('const-1', u'COPY_-1205982895'), (u'MULTIEQUAL_-1205978112', u'COPY_-1205978518'), (u'CALLIND_-1205984879', u'INDIRECT_-1205978355'), (u'CALL_-1205985863', u'INDIRECT_-1205978866'), (u'CALLIND_-1205983916', u'INDIRECT_-1205980365'), (u'INDIRECT_-1205978557', u'CALLIND_-1205984115'), (u'CALLIND_-1205984879', u'INDIRECT_-1205978421'), (u'CALLIND_-1205983648', u'INDIRECT_-1205979842'), (u'CALL_-1205983169', u'INDIRECT_-1205979556'), (u'CALLIND_-1205983984', u'INDIRECT_-1205978649'), ('const-1', u'INT_EQUAL_-1205983881'), (u'INDIRECT_-1205977653', u'MULTIEQUAL_-1205978178'), (u'COPY_-1205980335', u'COPY_-1205980340'), (u'MULTIEQUAL_-1205980038', u'COPY_-1205976814'), (u'CALL_-1205984628', u'INDIRECT_-1205979824'), (u'INDIRECT_-1205977527', u'MULTIEQUAL_-1205977646'), (u'MULTIEQUAL_-1205977980', u'COPY_-1205978516'), (u'INDIRECT_-1205977048', u'MULTIEQUAL_-1205977250'), (u'CALL_-1205985367', u'INDIRECT_-1205979912'), (u'MULTIEQUAL_-1205981830', u'CALL_-1205986092'), (u'INDIRECT_-1205980030', u'COPY_-1205980065'), (u'INDIRECT_-1205978983', u'MULTIEQUAL_-1205979119'), (u'CALLIND_-1205985164', u'INDIRECT_-1205979822'), (u'INDIRECT_-1205978063', u'COPY_-1205978109'), (u'CALLIND_-1205984202', u'INDIRECT_-1205980171'), (u'CALL_-1205985863', u'INDIRECT_-1205978998'), (u'INDIRECT_-1205978908', u'MULTIEQUAL_-1205979110'), (u'INDIRECT_-1205981101', u'COPY_-1205981133'), (u'CALLIND_-1205983959', u'INDIRECT_-1205978459'), (u'INDIRECT_-1205978286', u'MULTIEQUAL_-1205978264'), (u'CALL_-1205983821', u'INDIRECT_-1205979179'), (u'INDIRECT_-1205979648', u'MULTIEQUAL_-1205980170'), (u'CALL_-1205985863', u'INDIRECT_-1205980193'), (u'COPY_-1205979405', u'COPY_-1205979409'), (u'MULTIEQUAL_-1205980904', u'CALL_-1205983031'), (u'CALL_-1205985863', u'INDIRECT_-1205980126'), (u'CALLIND_-1205984063', u'INDIRECT_-1205978748'), (u'CALLIND_-1205983744', u'INDIRECT_-1205980483'), (u'MULTIEQUAL_-1205979435', u'MULTIEQUAL_-1205979408'), (u'CALL_-1205986230', u'INDIRECT_-1205979016'), (u'INDIRECT_-1205977972', u'MULTIEQUAL_-1205978174'), (u'CALLIND_-1205984115', u'INDIRECT_-1205978999'), (u'CALLIND_-1205983984', u'INDIRECT_-1205978517'), (u'COPY_-1205979999', u'COPY_-1205980003'), (u'INDIRECT_-1205979219', u'MULTIEQUAL_-1205979197'), (u'CALLIND_-1205983787', u'INDIRECT_-1205978445'), (u'CALLIND_-1205983916', u'INDIRECT_-1205978637'), (u'CALLIND_-1205985112', u'INDIRECT_-1205978269'), (u'COPY_-1205979933', u'COPY_-1205979937'), (u'CALLIND_-1205985207', u'INDIRECT_-1205978381'), (u'CALL_-1205985829', u'INDIRECT_-1205979907'), (u'CALL_-1205983212', u'INDIRECT_-1205979456'), (u'CALLIND_-1205985207', u'INDIRECT_-1205979509'), (u'MULTIEQUAL_-1205977598', u'MULTIEQUAL_-1205977746'), (u'MULTIEQUAL_-1205979458', u'MULTIEQUAL_-1205979606'), (u'INDIRECT_-1205979682', u'COPY_-1205978632'), ('const-102954', u'PTRSUB_-1205978244'), (u'INDIRECT_-1205979077', u'MULTIEQUAL_-1205979059'), (u'INDIRECT_-1205978594', u'COPY_-1205978618'), (u'CALLIND_-1205985251', u'INDIRECT_-1205981257'), (u'CALLIND_-1205983648', u'INDIRECT_-1205977847'), (u'CALL_-1205983125', u'INDIRECT_-1205977355'), (u'MULTIEQUAL_-1205979639', u'COPY_-1205978541'), (u'CALL_-1205986193', u'INDIRECT_-1205979128'), ('const-1', u'INT_NOTEQUAL_-1205984290'), (u'CALLIND_-1205984202', u'INDIRECT_-1205979502'), (u'CALLIND_-1205983787', u'INDIRECT_-1205980371'), (u'INDIRECT_-1205979287', u'MULTIEQUAL_-1205979449'), (u'MULTIEQUAL_-1205977536', u'CALLIND_-1205983984'), (u'INDIRECT_-1205977828', u'MULTIEQUAL_-1205979104'), (u'CALLIND_-1205983648', u'INDIRECT_-1205979443'), (u'CALLIND_-1205984836', u'INDIRECT_-1205979598'), (u'CALLIND_-1205983787', u'INDIRECT_-1205979105'), ('tmp_9685', u'CALL_-1205986230'), (u'CALLIND_-1205983787', u'INDIRECT_-1205979237'), (u'CALL_-1205983125', u'INDIRECT_-1205978411'), (u'INDIRECT_-1205980589', u'MULTIEQUAL_-1205980514'), (u'MULTIEQUAL_-1205980485', u'MULTIEQUAL_-1205980456'), ('const-2', u'INT_EQUAL_-1205985917'), (u'CALL_-1205985829', u'INDIRECT_-1205978785'), ('const-0', u'SUBPIECE_-1205978349'), (u'INDIRECT_-1205978096', u'MULTIEQUAL_-1205978046'), (u'CALLIND_-1205983648', u'INDIRECT_-1205977979'), (u'CALLIND_-1205985060', u'INDIRECT_-1205979770'), ('const-31', u'INT_SRIGHT_-1205980122'), (u'CALLIND_-1205983648', u'INDIRECT_-1205978177'), (u'CALLIND_-1205985008', u'INDIRECT_-1205979009'), (u'CALL_-1205983908', u'INDIRECT_-1205977690'), (u'CALL_-1205983031', u'INDIRECT_-1205978302'), (u'INDIRECT_-1205979881', u'MULTIEQUAL_-1205980043'), (u'CALLIND_-1205983830', u'INDIRECT_-1205980655'), (u'INDIRECT_-1205978187', u'MULTIEQUAL_-1205978306'), (u'CALLIND_-1205983830', u'INDIRECT_-1205980325'), (u'CALLIND_-1205983873', u'INDIRECT_-1205978485'), (u'CALL_-1205983908', u'INDIRECT_-1205978812'), (u'INDIRECT_-1205979210', u'MULTIEQUAL_-1205979190'), (u'COPY_-1205980671', u'COPY_-1205980675'), (u'INDIRECT_-1205978302', u'MULTIEQUAL_-1205978504'), (u'INDIRECT_-1205978271', u'MULTIEQUAL_-1205977805'), ('const-5', u'COPY_-1205983189'), (u'CALLIND_-1205985207', u'INDIRECT_-1205978777'), (u'INDIRECT_-1205979283', u'COPY_-1205978626'), (u'INDIRECT_-1205977395', u'MULTIEQUAL_-1205977514'), ('const-86928', u'COPY_-1205983131'), (u'CALLIND_-1205984793', u'INDIRECT_-1205979377'), (u'INDIRECT_-1205980181', u'MULTIEQUAL_-1205980166'), (u'MULTIEQUAL_-1205977848', u'MULTIEQUAL_-1205977604'), (u'CALL_-1205983332', u'INDIRECT_-1205978060'), (u'CALLIND_-1205984793', u'INDIRECT_-1205980043'), (u'INDIRECT_-1205977180', u'MULTIEQUAL_-1205977382'), (u'INDIRECT_-1205978916', u'MULTIEQUAL_-1205979441'), (u'INDIRECT_-1205978457', u'MULTIEQUAL_-1205978576'), (u'CALLIND_-1205985112', u'INDIRECT_-1205979325'), (u'INDIRECT_-1205978426', u'MULTIEQUAL_-1205978376'), ('const-3', u'INT_EQUAL_-1205984338'), (u'CALLIND_-1205985207', u'INDIRECT_-1205979173'), (u'INDIRECT_-1205978880', u'MULTIEQUAL_-1205978858'), ('const-0', u'SUBPIECE_-1205978037'), (u'CALLIND_-1205983984', u'INDIRECT_-1205977923'), (u'CALL_-1205985367', u'INDIRECT_-1205978649'), (u'CALLIND_-1205985008', u'INDIRECT_-1205980275'), (u'CALLIND_-1205984922', u'INDIRECT_-1205979503'), (u'CALLIND_-1205983959', u'INDIRECT_-1205978525'), (u'CALLIND_-1205984115', u'INDIRECT_-1205978469'), (u'INDIRECT_-1205979509', u'MULTIEQUAL_-1205979487'), (u'CALLIND_-1205984246', u'INDIRECT_-1205980391'), (u'CALLIND_-1205983984', u'INDIRECT_-1205978781'), (u'CALL_-1205986092', u'INDIRECT_-1205980900'), ('tmp_3963', u'CBRANCH_-1205983149'), (u'CALL_-1205983332', u'INDIRECT_-1205977400'), ('const-255', u'INT_AND_-1205981760'), (u'CALLIND_-1205983744', u'INDIRECT_-1205979283'), (u'CALL_-1205983821', u'INDIRECT_-1205978846'), (u'MULTIEQUAL_-1205977780', u'COPY_-1205978513'), (u'INDIRECT_-1205979194', u'COPY_-1205979218'), (u'CAST_-1205977803', u'INT_RIGHT_-1205977853'), (u'INDIRECT_-1205978559', u'MULTIEQUAL_-1205978721'), (u'CALLIND_-1205984922', u'INDIRECT_-1205980235'), (u'CALL_-1205983212', u'INDIRECT_-1205979057'), (u'INDIRECT_-1205979824', u'MULTIEQUAL_-1205979774'), (u'INDIRECT_-1205978625', u'MULTIEQUAL_-1205978533'), ('const-32', u'INT_RIGHT_-1205977827'), (u'CALLIND_-1205984879', u'INDIRECT_-1205980416'), (u'CALL_-1205984628', u'INDIRECT_-1205980022'), (u'CALLIND_-1205983648', u'INDIRECT_-1205978111'), (u'INDIRECT_-1205980685', u'MULTIEQUAL_-1205980847'), (u'INDIRECT_-1205978177', u'MULTIEQUAL_-1205978155'), (u'CALLIND_-1205984793', u'INDIRECT_-1205979578'), (u'CALLIND_-1205984011', u'INDIRECT_-1205979277'), (u'CALLIND_-1205984965', u'INDIRECT_-1205979319'), (u'MULTIEQUAL_-1205979524', u'MULTIEQUAL_-1205979672'), (u'CALL_-1205983125', u'INDIRECT_-1205977553'), (u'CALL_-1205983105', u'INDIRECT_-1205977336'), (u'CALL_-1205983847', u'INDIRECT_-1205978455'), (u'CALLIND_-1205983569', u'INDIRECT_-1205977748'), (u'CALL_-1205986123', u'INDIRECT_-1205980581'), (u'MULTIEQUAL_-1205980239', u'MULTIEQUAL_-1205979995'), (u'MULTIEQUAL_-1205979619', u'MULTIEQUAL_-1205979590'), (u'CALL_-1205986230', u'INDIRECT_-1205978884'), (u'INT_NOTEQUAL_-1205984276', u'CBRANCH_-1205984275'), (u'CALL_-1205985367', u'INDIRECT_-1205978913'), (u'INDIRECT_-1205978888', u'MULTIEQUAL_-1205978838'), (u'INDIRECT_-1205978088', u'MULTIEQUAL_-1205978066'), (u'CALLIND_-1205983744', u'INDIRECT_-1205979481'), (u'CALL_-1205983074', u'INDIRECT_-1205978982'), (u'INDIRECT_-1205979709', u'MULTIEQUAL_-1205979845'), (u'INDIRECT_-1205978824', u'MULTIEQUAL_-1205980232'), (u'CALLIND_-1205983701', u'INDIRECT_-1205980131'), (u'CALL_-1205983169', u'INDIRECT_-1205979490'), (u'CALL_-1205983821', u'INDIRECT_-1205979845'), (u'CALL_-1205985863', u'INDIRECT_-1205980792'), (u'CALL_-1205985863', u'INDIRECT_-1205979460'), (u'INDIRECT_-1205977964', u'MULTIEQUAL_-1205977914'), (u'INDIRECT_-1205978620', u'MULTIEQUAL_-1205980028'), (u'CALL_-1205983821', u'INDIRECT_-1205978912'), (u'CALL_-1205986193', u'INDIRECT_-1205980589'), ('tmp_2558', u'CBRANCH_-1205984111'), (u'SUBPIECE_-1205978646', u'INT_NOTEQUAL_-1205983933'), (u'CALLIND_-1205984793', u'INDIRECT_-1205979777'), (u'INDIRECT_-1205978758', u'MULTIEQUAL_-1205980166'), (u'INDIRECT_-1205978554', u'MULTIEQUAL_-1205979962'), (u'CALL_-1205986123', u'INDIRECT_-1205981045'), (u'CALL_-1205986092', u'INDIRECT_-1205981167'), (u'INDIRECT_-1205978025', u'CALLIND_-1205984836'), (u'INDIRECT_-1205980352', u'MULTIEQUAL_-1205980514'), (u'MULTIEQUAL_-1205981563', u'MULTIEQUAL_-1205980622'), (u'MULTIEQUAL_-1205979125', u'MULTIEQUAL_-1205979273'), ('const-86888', u'COPY_-1205976990'), (u'INDIRECT_-1205978228', u'MULTIEQUAL_-1205978178'), (u'CALLIND_-1205983959', u'INDIRECT_-1205979984'), (u'CALLIND_-1205984063', u'INDIRECT_-1205979486'), (u'CALL_-1205983821', u'INDIRECT_-1205979446'), (u'PTRSUB_-1205978184', u'CALLIND_-1205983744'), (u'CALLIND_-1205984793', u'INDIRECT_-1205978711'), (u'CALL_-1205983031', u'INDIRECT_-1205977048'), (u'CALL_-1205983116', u'INDIRECT_-1205979263'), (u'PTRSUB_-1205977939', u'CALLIND_-1205985008'), (u'CALLIND_-1205984063', u'INDIRECT_-1205978443'), (u'INDIRECT_-1205977774', u'MULTIEQUAL_-1205977976'), ('const-0', u'PTRSUB_-1205978453'), ('tmp_2326', u'CBRANCH_-1205984275'), (u'MULTIEQUAL_-1205977914', u'MULTIEQUAL_-1205977670'), (u'CALL_-1205983776', u'INDIRECT_-1205978158'), (u'CALL_-1205985863', u'INDIRECT_-1205981652'), (u'CALLIND_-1205984793', u'INDIRECT_-1205978777'), (u'INDIRECT_-1205978996', u'MULTIEQUAL_-1205978921'), (u'CALLIND_-1205985008', u'INDIRECT_-1205979543'), (u'CALL_-1205983847', u'INDIRECT_-1205978389'), (u'CALL_-1205983125', u'INDIRECT_-1205978814'), (u'MULTIEQUAL_-1205977934', u'MULTIEQUAL_-1205977905'), (u'CALL_-1205985863', u'INDIRECT_-1205979856'), (u'CALLIND_-1205984115', u'INDIRECT_-1205981653'), (u'CALL_-1205983847', u'INDIRECT_-1205978323'), (u'CALL_-1205983105', u'INDIRECT_-1205979394'), (u'CALLIND_-1205984063', u'INDIRECT_-1205979903'), (u'CALLIND_-1205983787', u'INDIRECT_-1205978577'), (u'CALL_-1205983125', u'INDIRECT_-1205978279'), ('const-0', u'CALL_-1205985863'), (u'MULTIEQUAL_-1205979639', u'MULTIEQUAL_-1205979395'), (u'MULTIEQUAL_-1205979573', u'COPY_-1205978540'), (u'INDIRECT_-1205978290', u'MULTIEQUAL_-1205979566'), (u'CALLIND_-1205983701', u'INDIRECT_-1205979329'), (u'CALL_-1205985367', u'INDIRECT_-1205978451'), (u'CALLIND_-1205984063', u'INDIRECT_-1205979633'), (u'CALLIND_-1205983701', u'INDIRECT_-1205979527'), (u'MULTIEQUAL_-1205978390', u'MULTIEQUAL_-1205978538'), (u'CALLIND_-1205984750', u'INDIRECT_-1205978031'), (u'MULTIEQUAL_-1205979656', u'SUBPIECE_-1205982080'), (u'INDIRECT_-1205978578', u'CALLIND_-1205984158'), (u'CALLIND_-1205983959', u'INDIRECT_-1205980715'), (u'CALL_-1205986123', u'INDIRECT_-1205981180'), (u'MULTIEQUAL_-1205979596', u'MULTIEQUAL_-1205979567'), (u'CALL_-1205986193', u'INDIRECT_-1205981255'), (u'CALLIND_-1205984158', u'INDIRECT_-1205978953'), (u'INDIRECT_-1205979309', u'MULTIEQUAL_-1205979845'), (u'CALL_-1205983332', u'INDIRECT_-1205979524'), (u'CALL_-1205983169', u'INDIRECT_-1205978488'), (u'INDIRECT_-1205978086', u'COPY_-1205978608'), (u'CALLIND_-1205985164', u'INDIRECT_-1205978625'), (u'INDIRECT_-1205979754', u'MULTIEQUAL_-1205981030'), (u'INDIRECT_-1205978236', u'MULTIEQUAL_-1205978438'), (u'CALL_-1205984318', u'INDIRECT_-1205978957'), ('tmp_838', u'CBRANCH_-1205985337'), (u'CALL_-1205986092', u'INDIRECT_-1205980234'), (u'INDIRECT_-1205980487', u'MULTIEQUAL_-1205980649'), ('const-5', u'CALL_-1205985863'), (u'CALLIND_-1205983959', u'INDIRECT_-1205980385'), (u'CALL_-1205984628', u'INDIRECT_-1205980289'), (u'CALLIND_-1205984011', u'INDIRECT_-1205980543'), ('const-102872', u'PTRSUB_-1205978017'), (u'CALL_-1205985367', u'INDIRECT_-1205979441'), (u'CALLIND_-1205983873', u'INDIRECT_-1205978815'), (u'CALLIND_-1205984793', u'INDIRECT_-1205977917'), (u'INDIRECT_-1205978440', u'MULTIEQUAL_-1205978642'), (u'CALLIND_-1205985008', u'INDIRECT_-1205980077'), (u'INDIRECT_-1205978669', u'MULTIEQUAL_-1205978203'), (u'CALLIND_-1205983984', u'INDIRECT_-1205979984'), (u'CALLIND_-1205983959', u'INDIRECT_-1205979785'), ('const-32', u'INT_RIGHT_-1205978190'), (u'CALL_-1205986193', u'INDIRECT_-1205980118'), (u'CALLIND_-1205984202', u'INDIRECT_-1205980702'), (u'CALLIND_-1205984922', u'INDIRECT_-1205979638'), (u'PTRSUB_-1205977965', u'CALLIND_-1205985060'), (u'INDIRECT_-1205980247', u'MULTIEQUAL_-1205980232'), (u'INDIRECT_-1205979575', u'MULTIEQUAL_-1205979553'), (u'COPY_-1205979735', u'COPY_-1205979739'), (u'COPY_-1205976833', u'MULTIEQUAL_-1205981563'), (u'MULTIEQUAL_-1205979840', u'INT_EQUAL_-1205984492'), (u'CALLIND_-1205984202', u'INDIRECT_-1205980570'), (u'CALL_-1205983169', u'INDIRECT_-1205978692'), (u'CALL_-1205983847', u'INDIRECT_-1205979124'), (u'CALL_-1205984318', u'INDIRECT_-1205979023'), (u'CALL_-1205985863', u'INDIRECT_-1205978600'), (u'INDIRECT_-1205979809', u'MULTIEQUAL_-1205979791'), (u'CALL_-1205983332', u'INDIRECT_-1205978258'), (u'CALL_-1205983332', u'INDIRECT_-1205978390'), (u'CALLIND_-1205985060', u'INDIRECT_-1205980301'), (u'INDIRECT_-1205979593', u'COPY_-1205983655'), (u'CALL_-1205986092', u'INDIRECT_-1205980568'), (u'CALL_-1205983212', u'INDIRECT_-1205978656'), ('const-1', u'INT_NOTEQUAL_-1205982892'), (u'INDIRECT_-1205980952', u'MULTIEQUAL_-1205981111'), (u'MULTIEQUAL_-1205977400', u'MULTIEQUAL_-1205977548'), (u'INDIRECT_-1205978606', u'MULTIEQUAL_-1205978588'), (u'CALLIND_-1205983701', u'INDIRECT_-1205979065'), (u'INDIRECT_-1205978954', u'MULTIEQUAL_-1205978904'), (u'MULTIEQUAL_-1205978310', u'COPY_-1205978521'), (u'CALL_-1205984318', u'INT_NOTEQUAL_-1205984290'), (u'INDIRECT_-1205979065', u'MULTIEQUAL_-1205978599'), (u'PIECE_-1205979234', u'MULTIEQUAL_-1205979175'), (u'MULTIEQUAL_-1205979392', u'MULTIEQUAL_-1205979540'), (u'INDIRECT_-1205978137', u'CALLIND_-1205985060'), (u'INDIRECT_-1205977490', u'COPY_-1205978599'), (u'MULTIEQUAL_-1205978287', u'MULTIEQUAL_-1205978258'), (u'INDIRECT_-1205979023', u'MULTIEQUAL_-1205980298'), ('const-0', u'SUBPIECE_-1205978038'), (u'CALL_-1205983821', u'INDIRECT_-1205978312'), (u'INDIRECT_-1205979021', u'MULTIEQUAL_-1205978929'), (u'CALL_-1205983332', u'INDIRECT_-1205979194'), (u'CALL_-1205986230', u'INDIRECT_-1205980342'), (u'CALL_-1205983776', u'INDIRECT_-1205979754'), (u'INDIRECT_-1205978615', u'MULTIEQUAL_-1205978576'), (u'MULTIEQUAL_-1205978522', u'MULTIEQUAL_-1205978670'), (u'CALL_-1205986230', u'INDIRECT_-1205980942'), (u'PTRSUB_-1205977458', u'CALLIND_-1205983984'), (u'CALL_-1205983116', u'INDIRECT_-1205977469'), (u'MULTIEQUAL_-1205979840', u'MULTIEQUAL_-1205979421'), (u'MULTIEQUAL_-1205977825', u'MULTIEQUAL_-1205977796'), (u'INDIRECT_-1205980551', u'MULTIEQUAL_-1205981830'), (u'INDIRECT_-1205978152', u'COPY_-1205978609'), (u'CALL_-1205986092', u'INDIRECT_-1205978708'), (u'CALLIND_-1205984793', u'INDIRECT_-1205978579'), (u'CALL_-1205983332', u'INDIRECT_-1205979593'), (u'CALL_-1205983169', u'INDIRECT_-1205977696'), (u'MULTIEQUAL_-1205978904', u'MULTIEQUAL_-1205978485'), (u'CALLIND_-1205984750', u'INDIRECT_-1205979490'), (u'CALL_-1205983169', u'INDIRECT_-1205978554'), (u'INDIRECT_-1205977498', u'MULTIEQUAL_-1205978774'), (u'CALL_-1205983212', u'INDIRECT_-1205980184'), (u'INDIRECT_-1205980834', u'COPY_-1205980869'), (u'CALLIND_-1205984115', u'INDIRECT_-1205980928'), (u'CALLIND_-1205984115', u'INDIRECT_-1205979395'), (u'PTRSUB_-1205977919', u'CALLIND_-1205984965'), (u'CALLIND_-1205985112', u'INDIRECT_-1205979127'), ('tmp_9685', u'CALL_-1205986193'), (u'CALL_-1205983105', u'INDIRECT_-1205978128'), (u'CALLIND_-1205985112', u'CAST_-1205977777'), (u'CALL_-1205986193', u'INDIRECT_-1205978996'), (u'CALL_-1205983212', u'INDIRECT_-1205977857'), (u'CALLIND_-1205985060', u'INDIRECT_-1205980436'), (u'CALL_-1205983908', u'INDIRECT_-1205978284'), (u'INDIRECT_-1205977487', u'MULTIEQUAL_-1205977448'), (u'CALLIND_-1205984836', u'INDIRECT_-1205981058'), (u'CALLIND_-1205984063', u'CAST_-1205978140'), (u'CALLIND_-1205985251', u'INDIRECT_-1205979797'), (u'CALLIND_-1205984793', u'INDIRECT_-1205981038'), (u'CALLIND_-1205984750', u'INDIRECT_-1205978097'), (u'CALL_-1205984318', u'INDIRECT_-1205980286'), (u'CALL_-1205983074', u'INDIRECT_-1205978379'), (u'COPY_-1205979075', u'COPY_-1205979079'), (u'CALLIND_-1205984246', u'INDIRECT_-1205979325'), (u'CALLIND_-1205984750', u'INDIRECT_-1205978493'), (u'COPY_-1205983619', u'MULTIEQUAL_-1205979265'), (u'INDIRECT_-1205977323', u'MULTIEQUAL_-1205977848'), (u'CALLIND_-1205983984', u'INDIRECT_-1205979318'), (u'CALLIND_-1205983744', u'INDIRECT_-1205979085'), (u'COPY_-1205979339', u'COPY_-1205979343'), (u'INDIRECT_-1205981255', u'MULTIEQUAL_-1205981180'), (u'CALLIND_-1205985295', u'INDIRECT_-1205979479'), (u'INDIRECT_-1205978537', u'CALLIND_-1205984063'), (u'INDIRECT_-1205979545', u'MULTIEQUAL_-1205979506'), ('const-0', u'PTRSUB_-1205978362'), (u'MULTIEQUAL_-1205979036', u'MULTIEQUAL_-1205978617'), (u'CALLIND_-1205984879', u'INDIRECT_-1205977957'), (u'INDIRECT_-1205979226', u'MULTIEQUAL_-1205980634'), (u'INDIRECT_-1205977880', u'MULTIEQUAL_-1205977862'), (u'CALL_-1205983908', u'INDIRECT_-1205979418'), (u'INDIRECT_-1205980730', u'MULTIEQUAL_-1205980264'), (u'CALLIND_-1205983830', u'INDIRECT_-1205979857'), (u'MULTIEQUAL_-1205978192', u'MULTIEQUAL_-1205978340'), (u'CALL_-1205985829', u'INDIRECT_-1205979511'), (u'COPY_-1205980935', u'COPY_-1205980939'), (u'INDIRECT_-1205979049', u'MULTIEQUAL_-1205979185'), (u'INDIRECT_-1205978993', u'COPY_-1205979017'), (u'INDIRECT_-1205978121', u'MULTIEQUAL_-1205978240'), (u'INDIRECT_-1205978867', u'MULTIEQUAL_-1205978401'), (u'INDIRECT_-1205979290', u'MULTIEQUAL_-1205979240'), (u'INDIRECT_-1205978356', u'MULTIEQUAL_-1205979764'), (u'CALL_-1205983847', u'INDIRECT_-1205979721'), (u'INDIRECT_-1205980514', u'MULTIEQUAL_-1205980499'), (u'CALLIND_-1205984115', u'INDIRECT_-1205979929'), (u'MULTIEQUAL_-1205978310', u'INT_SUB_-1205983129'), (u'INDIRECT_-1205979385', u'MULTIEQUAL_-1205979366'), (u'CALL_-1205985863', u'INDIRECT_-1205980327'), (u'CALLIND_-1205983701', u'INDIRECT_-1205979932'), (u'CALLIND_-1205983873', u'INDIRECT_-1205979145'), (u'INDIRECT_-1205979674', u'MULTIEQUAL_-1205979656'), (u'CALLIND_-1205985008', u'INDIRECT_-1205980341'), (u'CALLIND_-1205983830', u'INDIRECT_-1205979191'), (u'CALLIND_-1205983569', u'INDIRECT_-1205978144'), (u'CALL_-1205983169', u'INDIRECT_-1205978026'), (u'MULTIEQUAL_-1205978310', u'INT_LESS_-1205983140'), (u'INDIRECT_-1205980019', u'MULTIEQUAL_-1205980181'), (u'MULTIEQUAL_-1205979656', u'INT_NOTEQUAL_-1205983536'), (u'CALL_-1205983031', u'INDIRECT_-1205978506'), (u'CALL_-1205983776', u'MULTIEQUAL_-1205983403'), ('const-0', u'PTRSUB_-1205977919'), (u'MULTIEQUAL_-1205978310', u'MULTIEQUAL_-1205978066'), (u'INDIRECT_-1205981706', u'MULTIEQUAL_-1205981845'), (u'CALL_-1205983074', u'INDIRECT_-1205977323'), (u'CALL_-1205983821', u'INDIRECT_-1205979578'), (u'CALL_-1205986123', u'INDIRECT_-1205980247'), ('const-0', u'PTRSUB_-1205978264'), (u'INDIRECT_-1205980922', u'MULTIEQUAL_-1205980847'), (u'CALLIND_-1205983916', u'INDIRECT_-1205978769'), (u'CALLIND_-1205984063', u'INDIRECT_-1205978511'), (u'MULTIEQUAL_-1205977627', u'MULTIEQUAL_-1205977598'), (u'INDIRECT_-1205979717', u'MULTIEQUAL_-1205979699'), (u'INDIRECT_-1205979357', u'MULTIEQUAL_-1205979265'), (u'INDIRECT_-1205979490', u'MULTIEQUAL_-1205980766'), (u'INDIRECT_-1205977692', u'MULTIEQUAL_-1205977670'), (u'CALLIND_-1205983701', u'INDIRECT_-1205978801'), (u'CALLIND_-1205984750', u'INDIRECT_-1205979153'), (u'INDIRECT_-1205978913', u'MULTIEQUAL_-1205979449'), (u'INDIRECT_-1205979011', u'MULTIEQUAL_-1205978993'), ('const-0', u'CALL_-1205983169'), (u'CALL_-1205983212', u'MULTIEQUAL_-1205981878'), (u'CALLIND_-1205985164', u'INDIRECT_-1205978427'), (u'INDIRECT_-1205979238', u'COPY_-1205979273'), (u'CALLIND_-1205983873', u'INDIRECT_-1205980279'), (u'CALL_-1205986230', u'INDIRECT_-1205979940'), (u'CALLIND_-1205984879', u'INDIRECT_-1205978289'), (u'CALLIND_-1205983787', u'INDIRECT_-1205980503'), (u'SUBPIECE_-1205982262', u'PIECE_-1205979144'), (u'INDIRECT_-1205979419', u'MULTIEQUAL_-1205979581'), (u'CALLIND_-1205985295', u'INDIRECT_-1205980217'), (u'CALLIND_-1205984965', u'INDIRECT_-1205978461'), (u'SUBPIECE_-1205980052', u'INT_EQUAL_-1205986013'), (u'INDIRECT_-1205979841', u'MULTIEQUAL_-1205979977'), (u'INDIRECT_-1205980579', u'MULTIEQUAL_-1205980715'), (u'INDIRECT_-1205979350', u'COPY_-1205978627'), (u'CALLIND_-1205983744', u'INDIRECT_-1205979952'), (u'CALLIND_-1205984750', u'INDIRECT_-1205980356'), (u'CALL_-1205986123', u'INDIRECT_-1205981969'), (u'MULTIEQUAL_-1205978198', u'MULTIEQUAL_-1205978169'), (u'CALL_-1205986230', u'INDIRECT_-1205979874'), (u'CALL_-1205986092', u'INDIRECT_-1205979898'), (u'INDIRECT_-1205978459', u'CALLIND_-1205983916'), (u'CALLIND_-1205985112', u'INDIRECT_-1205979730'), (u'INDIRECT_-1205979845', u'MULTIEQUAL_-1205979830'), (u'CALLIND_-1205983744', u'INDIRECT_-1205979415'), ('const-2', u'INT_EQUAL_-1205986013'), (u'COPY_-1205980737', u'COPY_-1205980741'), (u'INDIRECT_-1205978999', u'COPY_-1205979045'), (u'CALL_-1205986092', u'INDIRECT_-1205978908'), (u'INDIRECT_-1205978026', u'MULTIEQUAL_-1205979434'), (u'CALLIND_-1205984246', u'INDIRECT_-1205978731'), (u'CALLIND_-1205985295', u'INDIRECT_-1205981278'), (u'INDIRECT_-1205979249', u'MULTIEQUAL_-1205979774'), (u'CALL_-1205983031', u'INDIRECT_-1205979172'), (u'CALLIND_-1205984158', u'INDIRECT_-1205980150'), (u'CALLIND_-1205984836', u'INDIRECT_-1205978599'), (u'CALL_-1205986230', u'INDIRECT_-1205980138'), (u'CALLIND_-1205985060', u'INDIRECT_-1205980103'), (u'CALLIND_-1205984011', u'INDIRECT_-1205981538'), (u'CALL_-1205983031', u'INDIRECT_-1205976980'), (u'INDIRECT_-1205979418', u'MULTIEQUAL_-1205979395'), (u'CALL_-1205983908', u'INDIRECT_-1205979949'), (u'CALL_-1205983332', u'INDIRECT_-1205978522'), (u'INDIRECT_-1205978917', u'MULTIEQUAL_-1205979053'), (u'CALLIND_-1205983830', u'INDIRECT_-1205980259'), (u'CALLIND_-1205984063', u'INDIRECT_-1205978973'), (u'INDIRECT_-1205977378', u'MULTIEQUAL_-1205977580'), (u'INDIRECT_-1205978511', u'CALLIND_-1205984011'), (u'CALLIND_-1205984011', u'CAST_-1205978114'), (u'CALLIND_-1205984063', u'INDIRECT_-1205980836'), (u'CALLIND_-1205985251', u'INDIRECT_-1205979062'), (u'CALL_-1205983125', u'INDIRECT_-1205978081'), (u'INDIRECT_-1205978419', u'CALLIND_-1205983830'), (u'INDIRECT_-1205977131', u'MULTIEQUAL_-1205977250'), (u'CALLIND_-1205983830', u'INDIRECT_-1205980724'), (u'CALLIND_-1205984202', u'INDIRECT_-1205978578'), (u'CALLIND_-1205984158', u'INDIRECT_-1205978887'), (u'CALL_-1205986230', u'INDIRECT_-1205980543'), (u'CALL_-1205986123', u'INDIRECT_-1205980979'), (u'CALL_-1205983105', u'INDIRECT_-1205980452'), (u'INDIRECT_-1205979311', u'MULTIEQUAL_-1205979289'), (u'CALLIND_-1205985060', u'INDIRECT_-1205978375'), (u'CALLIND_-1205984158', u'INDIRECT_-1205980082'), (u'CALL_-1205983116', u'INDIRECT_-1205977007'), ('const-0', u'PTRSUB_-1205977296'), (u'INDIRECT_-1205977715', u'MULTIEQUAL_-1205977693'), ('const-102866', u'PTRSUB_-1205978059'), (u'CALL_-1205983908', u'INDIRECT_-1205979616'), (u'CALL_-1205983074', u'INDIRECT_-1205977917'), (u'CALLIND_-1205984011', u'INDIRECT_-1205979343'), (u'CALLIND_-1205984158', u'INDIRECT_-1205980483'), (u'INDIRECT_-1205978081', u'MULTIEQUAL_-1205978042'), (u'INDIRECT_-1205978492', u'MULTIEQUAL_-1205978442'), (u'INDIRECT_-1205977696', u'MULTIEQUAL_-1205978972'), (u'INDIRECT_-1205977268', u'COPY_-1205977292'), (u'CALLIND_-1205983569', u'INDIRECT_-1205979143'), (u'CALL_-1205984318', u'INDIRECT_-1205979749'), (u'MULTIEQUAL_-1205978376', u'COPY_-1205978522'), (u'CALLIND_-1205983984', u'INDIRECT_-1205979252'), (u'INDIRECT_-1205979984', u'MULTIEQUAL_-1205979966')]
null
null
00011c00
x86
O2
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */\n\nundefined4 __regparm3 FUN_00011c00(undefined4 param_1,FILE *param_2)\n\n{\n long __off;\n size_t sVar1;\n undefined4 uVar2;\n int iVar3;\n undefined4 *__ptr;\n int *piVar4;\n uint uVar5;\n uint uVar6;\n bool bVar7;\n undefined8 uVar8;\n uint uVar9;\n char *pcVar10;\n FILE *pFVar11;\n undefined4 extraout_var;\n undefined4 uVar12;\n undefined *puVar13;\n \n __off = ftell(param_2);\n uVar12 = extraout_var;\n sVar1 = fread(&DAT_00019240,0x10,1,param_2);\n if (sVar1 == 1) {\n pFVar11 = param_2;\n if (DAT_00019245 == '\x02') {\n DAT_00019294 = FUN_00012800;\n DAT_00019298 = FUN_00012dd0;\n if (DAT_00019244 != '\x01') goto LAB_00011ca7;\nLAB_00011d08:\n puVar13 = &DAT_00019210;\n sVar1 = fread(&DAT_00019210,0x24,1,param_2);\n if (sVar1 != 1) goto LAB_00011c39;\n DAT_00019270 = (*DAT_00019294)(puVar13,2);\n DAT_00019272 = (*DAT_00019294)(&DAT_00019212,2);\n DAT_00019268 = (*DAT_00019294)(&DAT_00019214,4);\n uVar8 = (*DAT_00019294)(&DAT_00019218,4);\n DAT_00019254 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019250 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_0001921c,4);\n DAT_0001925c = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019258 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_00019220,4);\n DAT_00019264 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019260 = (undefined4)uVar8;\n DAT_0001926c = (*DAT_00019294)(&DAT_00019224,4);\n DAT_00019274 = (*DAT_00019294)(&DAT_00019228,2);\n DAT_00019278 = (*DAT_00019294)(&DAT_0001922a,2);\n DAT_0001927c = (*DAT_00019294)(&DAT_0001922c,2);\n DAT_00019280 = (*DAT_00019294)(&DAT_0001922e,2);\n DAT_00019284 = (*DAT_00019294)(&DAT_00019230,2);\n DAT_00019288 = (*DAT_00019294)(&DAT_00019232,2);\n DAT_00019200 = DAT_00019240;\n DAT_00019204 = _DAT_00019244;\n DAT_00019208 = DAT_00019248;\n DAT_0001920c = DAT_0001924c;\nLAB_00011fce:\n iVar3 = fseek(param_2,__off,0);\n if (iVar3 != 0) {\n uVar2 = dcgettext(0,"%s: Failed to seek to ELF header\n",5);\n error(uVar2,uVar12);\n }\n uVar9 = DAT_000190e4;\n if (DAT_00019240 != 0x464c457f) {\n pcVar10 = (char *)0x5;\n uVar2 = dcgettext(0,"%s: Not an ELF file - wrong magic bytes at the start\n",5);\n goto LAB_00011c4e;\n }\n if (DAT_00019246 != 1) {\n uVar6 = (uint)DAT_00019246;\n uVar2 = dcgettext(0,"%s: Unsupported EI_VERSION: %d is not %d\n",5,pFVar11,uVar12,uVar6);\n uVar9 = 1;\n uVar6 = uVar6 & 0xff;\n goto LAB_0001223f;\n }\n uVar5 = (uint)DAT_00019272;\n if (uVar5 == DAT_000190e0) {\n return 0;\n }\n uVar6 = _DAT_00019244 & 0xff;\n if (DAT_000190cc == 0xffffffff) {\n if (DAT_00019272 == 6) {\nLAB_00012338:\n bVar7 = uVar6 != 1;\n DAT_000190cc = 1;\n goto LAB_00012050;\n }\n if (DAT_00019272 < 7) {\n if (DAT_00019272 == 3) goto LAB_00012338;\n }\n else if ((ushort)(DAT_00019272 - 0xb4) < 2) {\n bVar7 = uVar6 != 2;\n DAT_000190cc = 2;\n goto LAB_00012050;\n }\n DAT_000190cc = 3;\nLAB_00012058:\n if ((DAT_000190c8 == 3) || (uVar6 == DAT_000190c8)) {\n if ((DAT_000190e4 != 0xffffffff) && (uVar5 != DAT_000190e4)) {\n uVar6 = uVar5;\n uVar2 = dcgettext(0,"%s: Unmatched e_machine: %d is not %d\n",5,pFVar11,uVar12,uVar5);\n goto LAB_0001223f;\n }\n uVar6 = (uint)DAT_00019270;\n if ((DAT_000190dc == 0xffffffff) || (uVar6 == DAT_000190dc)) {\n uVar6 = _DAT_00019244 >> 0x18;\n if ((DAT_000190d4 == 0xffffffff) || (uVar6 == DAT_000190d4)) {\n if (DAT_00019244 == '\x01') {\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_00019212,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_00019210,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_00019204 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_00019204);\n }\n __ptr = &DAT_00019200;\n sVar1 = 0x34;\n }\n else {\n if (DAT_00019244 != '\x02') {\n /* WARNING: Subroutine does not return */\n abort();\n }\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_000191d2,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_000191d0,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_000191c4 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_000191c4);\n }\n __ptr = &DAT_000191c0;\n sVar1 = 0x40;\n }\n sVar1 = fwrite(__ptr,sVar1,1,param_2);\n if (sVar1 == 1) {\n return 0;\n }\n piVar4 = __errno_location();\n pcVar10 = strerror(*piVar4);\n uVar2 = dcgettext(0,"%s: Failed to update ELF header: %s\n",5);\n goto LAB_00011c4e;\n }\n pcVar10 = "%s: Unmatched EI_OSABI: %d is not %d\n";\n uVar9 = DAT_000190d4;\n }\n else {\n pcVar10 = "%s: Unmatched e_type: %d is not %d\n";\n uVar9 = DAT_000190dc;\n }\n }\n else {\n pcVar10 = "%s: Unmatched output EI_CLASS: %d is not %d\n";\n uVar9 = DAT_000190c8;\n }\n }\n else {\n bVar7 = DAT_000190cc != 3 && uVar6 != DAT_000190cc;\nLAB_00012050:\n if (!bVar7) goto LAB_00012058;\n pcVar10 = "%s: Unmatched input EI_CLASS: %d is not %d\n";\n uVar9 = DAT_000190cc;\n }\n uVar2 = dcgettext(0,pcVar10,5);\nLAB_0001223f:\n error(uVar2,uVar12,uVar6,uVar9);\n return 1;\n }\n DAT_00019294 = FUN_00012e50;\n DAT_00019298 = FUN_00012d40;\n if (DAT_00019244 == '\x01') goto LAB_00011d08;\nLAB_00011ca7:\n uVar9 = _DAT_00019244 & 0xff;\n if (DAT_00019244 == '\x02') {\n puVar13 = &DAT_000191d0;\n sVar1 = fread(&DAT_000191d0,0x30,1,param_2);\n if (sVar1 == 1) {\n DAT_00019270 = (*DAT_00019294)(puVar13,2);\n DAT_00019272 = (*DAT_00019294)(&DAT_000191d2,2);\n DAT_00019268 = (*DAT_00019294)(&DAT_000191d4,4);\n uVar8 = (*DAT_00019294)(&DAT_000191d8,8);\n DAT_00019254 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019250 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_000191e0,8);\n DAT_0001925c = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019258 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_000191e8,8);\n DAT_00019264 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019260 = (undefined4)uVar8;\n DAT_0001926c = (*DAT_00019294)(&DAT_000191f0,4);\n DAT_00019274 = (*DAT_00019294)(&DAT_000191f4,2);\n DAT_00019278 = (*DAT_00019294)(&DAT_000191f6,2);\n DAT_0001927c = (*DAT_00019294)(&DAT_000191f8,2);\n DAT_00019280 = (*DAT_00019294)(&DAT_000191fa,2);\n DAT_00019284 = (*DAT_00019294)(&DAT_000191fc,2);\n DAT_00019288 = (*DAT_00019294)(&DAT_000191fe,2);\n DAT_000191c0 = DAT_00019240;\n DAT_000191c4 = _DAT_00019244;\n DAT_000191c8 = DAT_00019248;\n DAT_000191cc = DAT_0001924c;\n goto LAB_00011fce;\n }\n }\n else {\n uVar2 = dcgettext(0,"Unsupported EI_CLASS: %d\n",5);\n error(uVar2,uVar9 & 0xff);\n }\n }\nLAB_00011c39:\n pcVar10 = (char *)0x5;\n uVar2 = dcgettext(0,"%s: Failed to read ELF header\n",5);\nLAB_00011c4e:\n error(uVar2,uVar12,pcVar10);\n return 1;\n}\n\n" comment comment (function_definition "undefined4 __regparm3 FUN_00011c00(undefined4 param_1,FILE *param_2)\n\n{\n long __off;\n size_t sVar1;\n undefined4 uVar2;\n int iVar3;\n undefined4 *__ptr;\n int *piVar4;\n uint uVar5;\n uint uVar6;\n bool bVar7;\n undefined8 uVar8;\n uint uVar9;\n char *pcVar10;\n FILE *pFVar11;\n undefined4 extraout_var;\n undefined4 uVar12;\n undefined *puVar13;\n \n __off = ftell(param_2);\n uVar12 = extraout_var;\n sVar1 = fread(&DAT_00019240,0x10,1,param_2);\n if (sVar1 == 1) {\n pFVar11 = param_2;\n if (DAT_00019245 == '\x02') {\n DAT_00019294 = FUN_00012800;\n DAT_00019298 = FUN_00012dd0;\n if (DAT_00019244 != '\x01') goto LAB_00011ca7;\nLAB_00011d08:\n puVar13 = &DAT_00019210;\n sVar1 = fread(&DAT_00019210,0x24,1,param_2);\n if (sVar1 != 1) goto LAB_00011c39;\n DAT_00019270 = (*DAT_00019294)(puVar13,2);\n DAT_00019272 = (*DAT_00019294)(&DAT_00019212,2);\n DAT_00019268 = (*DAT_00019294)(&DAT_00019214,4);\n uVar8 = (*DAT_00019294)(&DAT_00019218,4);\n DAT_00019254 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019250 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_0001921c,4);\n DAT_0001925c = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019258 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_00019220,4);\n DAT_00019264 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019260 = (undefined4)uVar8;\n DAT_0001926c = (*DAT_00019294)(&DAT_00019224,4);\n DAT_00019274 = (*DAT_00019294)(&DAT_00019228,2);\n DAT_00019278 = (*DAT_00019294)(&DAT_0001922a,2);\n DAT_0001927c = (*DAT_00019294)(&DAT_0001922c,2);\n DAT_00019280 = (*DAT_00019294)(&DAT_0001922e,2);\n DAT_00019284 = (*DAT_00019294)(&DAT_00019230,2);\n DAT_00019288 = (*DAT_00019294)(&DAT_00019232,2);\n DAT_00019200 = DAT_00019240;\n DAT_00019204 = _DAT_00019244;\n DAT_00019208 = DAT_00019248;\n DAT_0001920c = DAT_0001924c;\nLAB_00011fce:\n iVar3 = fseek(param_2,__off,0);\n if (iVar3 != 0) {\n uVar2 = dcgettext(0,"%s: Failed to seek to ELF header\n",5);\n error(uVar2,uVar12);\n }\n uVar9 = DAT_000190e4;\n if (DAT_00019240 != 0x464c457f) {\n pcVar10 = (char *)0x5;\n uVar2 = dcgettext(0,"%s: Not an ELF file - wrong magic bytes at the start\n",5);\n goto LAB_00011c4e;\n }\n if (DAT_00019246 != 1) {\n uVar6 = (uint)DAT_00019246;\n uVar2 = dcgettext(0,"%s: Unsupported EI_VERSION: %d is not %d\n",5,pFVar11,uVar12,uVar6);\n uVar9 = 1;\n uVar6 = uVar6 & 0xff;\n goto LAB_0001223f;\n }\n uVar5 = (uint)DAT_00019272;\n if (uVar5 == DAT_000190e0) {\n return 0;\n }\n uVar6 = _DAT_00019244 & 0xff;\n if (DAT_000190cc == 0xffffffff) {\n if (DAT_00019272 == 6) {\nLAB_00012338:\n bVar7 = uVar6 != 1;\n DAT_000190cc = 1;\n goto LAB_00012050;\n }\n if (DAT_00019272 < 7) {\n if (DAT_00019272 == 3) goto LAB_00012338;\n }\n else if ((ushort)(DAT_00019272 - 0xb4) < 2) {\n bVar7 = uVar6 != 2;\n DAT_000190cc = 2;\n goto LAB_00012050;\n }\n DAT_000190cc = 3;\nLAB_00012058:\n if ((DAT_000190c8 == 3) || (uVar6 == DAT_000190c8)) {\n if ((DAT_000190e4 != 0xffffffff) && (uVar5 != DAT_000190e4)) {\n uVar6 = uVar5;\n uVar2 = dcgettext(0,"%s: Unmatched e_machine: %d is not %d\n",5,pFVar11,uVar12,uVar5);\n goto LAB_0001223f;\n }\n uVar6 = (uint)DAT_00019270;\n if ((DAT_000190dc == 0xffffffff) || (uVar6 == DAT_000190dc)) {\n uVar6 = _DAT_00019244 >> 0x18;\n if ((DAT_000190d4 == 0xffffffff) || (uVar6 == DAT_000190d4)) {\n if (DAT_00019244 == '\x01') {\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_00019212,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_00019210,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_00019204 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_00019204);\n }\n __ptr = &DAT_00019200;\n sVar1 = 0x34;\n }\n else {\n if (DAT_00019244 != '\x02') {\n /* WARNING: Subroutine does not return */\n abort();\n }\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_000191d2,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_000191d0,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_000191c4 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_000191c4);\n }\n __ptr = &DAT_000191c0;\n sVar1 = 0x40;\n }\n sVar1 = fwrite(__ptr,sVar1,1,param_2);\n if (sVar1 == 1) {\n return 0;\n }\n piVar4 = __errno_location();\n pcVar10 = strerror(*piVar4);\n uVar2 = dcgettext(0,"%s: Failed to update ELF header: %s\n",5);\n goto LAB_00011c4e;\n }\n pcVar10 = "%s: Unmatched EI_OSABI: %d is not %d\n";\n uVar9 = DAT_000190d4;\n }\n else {\n pcVar10 = "%s: Unmatched e_type: %d is not %d\n";\n uVar9 = DAT_000190dc;\n }\n }\n else {\n pcVar10 = "%s: Unmatched output EI_CLASS: %d is not %d\n";\n uVar9 = DAT_000190c8;\n }\n }\n else {\n bVar7 = DAT_000190cc != 3 && uVar6 != DAT_000190cc;\nLAB_00012050:\n if (!bVar7) goto LAB_00012058;\n pcVar10 = "%s: Unmatched input EI_CLASS: %d is not %d\n";\n uVar9 = DAT_000190cc;\n }\n uVar2 = dcgettext(0,pcVar10,5);\nLAB_0001223f:\n error(uVar2,uVar12,uVar6,uVar9);\n return 1;\n }\n DAT_00019294 = FUN_00012e50;\n DAT_00019298 = FUN_00012d40;\n if (DAT_00019244 == '\x01') goto LAB_00011d08;\nLAB_00011ca7:\n uVar9 = _DAT_00019244 & 0xff;\n if (DAT_00019244 == '\x02') {\n puVar13 = &DAT_000191d0;\n sVar1 = fread(&DAT_000191d0,0x30,1,param_2);\n if (sVar1 == 1) {\n DAT_00019270 = (*DAT_00019294)(puVar13,2);\n DAT_00019272 = (*DAT_00019294)(&DAT_000191d2,2);\n DAT_00019268 = (*DAT_00019294)(&DAT_000191d4,4);\n uVar8 = (*DAT_00019294)(&DAT_000191d8,8);\n DAT_00019254 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019250 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_000191e0,8);\n DAT_0001925c = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019258 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_000191e8,8);\n DAT_00019264 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019260 = (undefined4)uVar8;\n DAT_0001926c = (*DAT_00019294)(&DAT_000191f0,4);\n DAT_00019274 = (*DAT_00019294)(&DAT_000191f4,2);\n DAT_00019278 = (*DAT_00019294)(&DAT_000191f6,2);\n DAT_0001927c = (*DAT_00019294)(&DAT_000191f8,2);\n DAT_00019280 = (*DAT_00019294)(&DAT_000191fa,2);\n DAT_00019284 = (*DAT_00019294)(&DAT_000191fc,2);\n DAT_00019288 = (*DAT_00019294)(&DAT_000191fe,2);\n DAT_000191c0 = DAT_00019240;\n DAT_000191c4 = _DAT_00019244;\n DAT_000191c8 = DAT_00019248;\n DAT_000191cc = DAT_0001924c;\n goto LAB_00011fce;\n }\n }\n else {\n uVar2 = dcgettext(0,"Unsupported EI_CLASS: %d\n",5);\n error(uVar2,uVar9 & 0xff);\n }\n }\nLAB_00011c39:\n pcVar10 = (char *)0x5;\n uVar2 = dcgettext(0,"%s: Failed to read ELF header\n",5);\nLAB_00011c4e:\n error(uVar2,uVar12,pcVar10);\n return 1;\n}" type_identifier (ERROR "__regparm3" identifier) (function_declarator "FUN_00011c00(undefined4 param_1,FILE *param_2)" identifier (parameter_list "(undefined4 param_1,FILE *param_2)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "FILE *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n long __off;\n size_t sVar1;\n undefined4 uVar2;\n int iVar3;\n undefined4 *__ptr;\n int *piVar4;\n uint uVar5;\n uint uVar6;\n bool bVar7;\n undefined8 uVar8;\n uint uVar9;\n char *pcVar10;\n FILE *pFVar11;\n undefined4 extraout_var;\n undefined4 uVar12;\n undefined *puVar13;\n \n __off = ftell(param_2);\n uVar12 = extraout_var;\n sVar1 = fread(&DAT_00019240,0x10,1,param_2);\n if (sVar1 == 1) {\n pFVar11 = param_2;\n if (DAT_00019245 == '\x02') {\n DAT_00019294 = FUN_00012800;\n DAT_00019298 = FUN_00012dd0;\n if (DAT_00019244 != '\x01') goto LAB_00011ca7;\nLAB_00011d08:\n puVar13 = &DAT_00019210;\n sVar1 = fread(&DAT_00019210,0x24,1,param_2);\n if (sVar1 != 1) goto LAB_00011c39;\n DAT_00019270 = (*DAT_00019294)(puVar13,2);\n DAT_00019272 = (*DAT_00019294)(&DAT_00019212,2);\n DAT_00019268 = (*DAT_00019294)(&DAT_00019214,4);\n uVar8 = (*DAT_00019294)(&DAT_00019218,4);\n DAT_00019254 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019250 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_0001921c,4);\n DAT_0001925c = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019258 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_00019220,4);\n DAT_00019264 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019260 = (undefined4)uVar8;\n DAT_0001926c = (*DAT_00019294)(&DAT_00019224,4);\n DAT_00019274 = (*DAT_00019294)(&DAT_00019228,2);\n DAT_00019278 = (*DAT_00019294)(&DAT_0001922a,2);\n DAT_0001927c = (*DAT_00019294)(&DAT_0001922c,2);\n DAT_00019280 = (*DAT_00019294)(&DAT_0001922e,2);\n DAT_00019284 = (*DAT_00019294)(&DAT_00019230,2);\n DAT_00019288 = (*DAT_00019294)(&DAT_00019232,2);\n DAT_00019200 = DAT_00019240;\n DAT_00019204 = _DAT_00019244;\n DAT_00019208 = DAT_00019248;\n DAT_0001920c = DAT_0001924c;\nLAB_00011fce:\n iVar3 = fseek(param_2,__off,0);\n if (iVar3 != 0) {\n uVar2 = dcgettext(0,"%s: Failed to seek to ELF header\n",5);\n error(uVar2,uVar12);\n }\n uVar9 = DAT_000190e4;\n if (DAT_00019240 != 0x464c457f) {\n pcVar10 = (char *)0x5;\n uVar2 = dcgettext(0,"%s: Not an ELF file - wrong magic bytes at the start\n",5);\n goto LAB_00011c4e;\n }\n if (DAT_00019246 != 1) {\n uVar6 = (uint)DAT_00019246;\n uVar2 = dcgettext(0,"%s: Unsupported EI_VERSION: %d is not %d\n",5,pFVar11,uVar12,uVar6);\n uVar9 = 1;\n uVar6 = uVar6 & 0xff;\n goto LAB_0001223f;\n }\n uVar5 = (uint)DAT_00019272;\n if (uVar5 == DAT_000190e0) {\n return 0;\n }\n uVar6 = _DAT_00019244 & 0xff;\n if (DAT_000190cc == 0xffffffff) {\n if (DAT_00019272 == 6) {\nLAB_00012338:\n bVar7 = uVar6 != 1;\n DAT_000190cc = 1;\n goto LAB_00012050;\n }\n if (DAT_00019272 < 7) {\n if (DAT_00019272 == 3) goto LAB_00012338;\n }\n else if ((ushort)(DAT_00019272 - 0xb4) < 2) {\n bVar7 = uVar6 != 2;\n DAT_000190cc = 2;\n goto LAB_00012050;\n }\n DAT_000190cc = 3;\nLAB_00012058:\n if ((DAT_000190c8 == 3) || (uVar6 == DAT_000190c8)) {\n if ((DAT_000190e4 != 0xffffffff) && (uVar5 != DAT_000190e4)) {\n uVar6 = uVar5;\n uVar2 = dcgettext(0,"%s: Unmatched e_machine: %d is not %d\n",5,pFVar11,uVar12,uVar5);\n goto LAB_0001223f;\n }\n uVar6 = (uint)DAT_00019270;\n if ((DAT_000190dc == 0xffffffff) || (uVar6 == DAT_000190dc)) {\n uVar6 = _DAT_00019244 >> 0x18;\n if ((DAT_000190d4 == 0xffffffff) || (uVar6 == DAT_000190d4)) {\n if (DAT_00019244 == '\x01') {\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_00019212,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_00019210,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_00019204 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_00019204);\n }\n __ptr = &DAT_00019200;\n sVar1 = 0x34;\n }\n else {\n if (DAT_00019244 != '\x02') {\n /* WARNING: Subroutine does not return */\n abort();\n }\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_000191d2,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_000191d0,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_000191c4 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_000191c4);\n }\n __ptr = &DAT_000191c0;\n sVar1 = 0x40;\n }\n sVar1 = fwrite(__ptr,sVar1,1,param_2);\n if (sVar1 == 1) {\n return 0;\n }\n piVar4 = __errno_location();\n pcVar10 = strerror(*piVar4);\n uVar2 = dcgettext(0,"%s: Failed to update ELF header: %s\n",5);\n goto LAB_00011c4e;\n }\n pcVar10 = "%s: Unmatched EI_OSABI: %d is not %d\n";\n uVar9 = DAT_000190d4;\n }\n else {\n pcVar10 = "%s: Unmatched e_type: %d is not %d\n";\n uVar9 = DAT_000190dc;\n }\n }\n else {\n pcVar10 = "%s: Unmatched output EI_CLASS: %d is not %d\n";\n uVar9 = DAT_000190c8;\n }\n }\n else {\n bVar7 = DAT_000190cc != 3 && uVar6 != DAT_000190cc;\nLAB_00012050:\n if (!bVar7) goto LAB_00012058;\n pcVar10 = "%s: Unmatched input EI_CLASS: %d is not %d\n";\n uVar9 = DAT_000190cc;\n }\n uVar2 = dcgettext(0,pcVar10,5);\nLAB_0001223f:\n error(uVar2,uVar12,uVar6,uVar9);\n return 1;\n }\n DAT_00019294 = FUN_00012e50;\n DAT_00019298 = FUN_00012d40;\n if (DAT_00019244 == '\x01') goto LAB_00011d08;\nLAB_00011ca7:\n uVar9 = _DAT_00019244 & 0xff;\n if (DAT_00019244 == '\x02') {\n puVar13 = &DAT_000191d0;\n sVar1 = fread(&DAT_000191d0,0x30,1,param_2);\n if (sVar1 == 1) {\n DAT_00019270 = (*DAT_00019294)(puVar13,2);\n DAT_00019272 = (*DAT_00019294)(&DAT_000191d2,2);\n DAT_00019268 = (*DAT_00019294)(&DAT_000191d4,4);\n uVar8 = (*DAT_00019294)(&DAT_000191d8,8);\n DAT_00019254 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019250 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_000191e0,8);\n DAT_0001925c = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019258 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_000191e8,8);\n DAT_00019264 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019260 = (undefined4)uVar8;\n DAT_0001926c = (*DAT_00019294)(&DAT_000191f0,4);\n DAT_00019274 = (*DAT_00019294)(&DAT_000191f4,2);\n DAT_00019278 = (*DAT_00019294)(&DAT_000191f6,2);\n DAT_0001927c = (*DAT_00019294)(&DAT_000191f8,2);\n DAT_00019280 = (*DAT_00019294)(&DAT_000191fa,2);\n DAT_00019284 = (*DAT_00019294)(&DAT_000191fc,2);\n DAT_00019288 = (*DAT_00019294)(&DAT_000191fe,2);\n DAT_000191c0 = DAT_00019240;\n DAT_000191c4 = _DAT_00019244;\n DAT_000191c8 = DAT_00019248;\n DAT_000191cc = DAT_0001924c;\n goto LAB_00011fce;\n }\n }\n else {\n uVar2 = dcgettext(0,"Unsupported EI_CLASS: %d\n",5);\n error(uVar2,uVar9 & 0xff);\n }\n }\nLAB_00011c39:\n pcVar10 = (char *)0x5;\n uVar2 = dcgettext(0,"%s: Failed to read ELF header\n",5);\nLAB_00011c4e:\n error(uVar2,uVar12,pcVar10);\n return 1;\n}" { (declaration "long __off;" (sized_type_specifier "long" long) identifier ;) (declaration "size_t sVar1;" primitive_type identifier ;) (declaration "undefined4 uVar2;" type_identifier identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "undefined4 *__ptr;" type_identifier (pointer_declarator "*__ptr" * identifier) ;) (declaration "int *piVar4;" primitive_type (pointer_declarator "*piVar4" * identifier) ;) (declaration "uint uVar5;" type_identifier identifier ;) (declaration "uint uVar6;" type_identifier identifier ;) (declaration "bool bVar7;" primitive_type identifier ;) (declaration "undefined8 uVar8;" type_identifier identifier ;) (declaration "uint uVar9;" type_identifier identifier ;) (declaration "char *pcVar10;" primitive_type (pointer_declarator "*pcVar10" * identifier) ;) (declaration "FILE *pFVar11;" type_identifier (pointer_declarator "*pFVar11" * identifier) ;) (declaration "undefined4 extraout_var;" type_identifier identifier ;) (declaration "undefined4 uVar12;" type_identifier identifier ;) (declaration "undefined *puVar13;" type_identifier (pointer_declarator "*puVar13" * identifier) ;) (expression_statement "__off = ftell(param_2);" (assignment_expression "__off = ftell(param_2)" identifier = (call_expression "ftell(param_2)" identifier (argument_list "(param_2)" ( identifier )))) ;) (expression_statement "uVar12 = extraout_var;" (assignment_expression "uVar12 = extraout_var" identifier = identifier) ;) (expression_statement "sVar1 = fread(&DAT_00019240,0x10,1,param_2);" (assignment_expression "sVar1 = fread(&DAT_00019240,0x10,1,param_2)" identifier = (call_expression "fread(&DAT_00019240,0x10,1,param_2)" identifier (argument_list "(&DAT_00019240,0x10,1,param_2)" ( (pointer_expression "&DAT_00019240" & identifier) , number_literal , number_literal , identifier )))) ;) (if_statement "if (sVar1 == 1) {\n pFVar11 = param_2;\n if (DAT_00019245 == '\x02') {\n DAT_00019294 = FUN_00012800;\n DAT_00019298 = FUN_00012dd0;\n if (DAT_00019244 != '\x01') goto LAB_00011ca7;\nLAB_00011d08:\n puVar13 = &DAT_00019210;\n sVar1 = fread(&DAT_00019210,0x24,1,param_2);\n if (sVar1 != 1) goto LAB_00011c39;\n DAT_00019270 = (*DAT_00019294)(puVar13,2);\n DAT_00019272 = (*DAT_00019294)(&DAT_00019212,2);\n DAT_00019268 = (*DAT_00019294)(&DAT_00019214,4);\n uVar8 = (*DAT_00019294)(&DAT_00019218,4);\n DAT_00019254 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019250 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_0001921c,4);\n DAT_0001925c = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019258 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_00019220,4);\n DAT_00019264 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019260 = (undefined4)uVar8;\n DAT_0001926c = (*DAT_00019294)(&DAT_00019224,4);\n DAT_00019274 = (*DAT_00019294)(&DAT_00019228,2);\n DAT_00019278 = (*DAT_00019294)(&DAT_0001922a,2);\n DAT_0001927c = (*DAT_00019294)(&DAT_0001922c,2);\n DAT_00019280 = (*DAT_00019294)(&DAT_0001922e,2);\n DAT_00019284 = (*DAT_00019294)(&DAT_00019230,2);\n DAT_00019288 = (*DAT_00019294)(&DAT_00019232,2);\n DAT_00019200 = DAT_00019240;\n DAT_00019204 = _DAT_00019244;\n DAT_00019208 = DAT_00019248;\n DAT_0001920c = DAT_0001924c;\nLAB_00011fce:\n iVar3 = fseek(param_2,__off,0);\n if (iVar3 != 0) {\n uVar2 = dcgettext(0,"%s: Failed to seek to ELF header\n",5);\n error(uVar2,uVar12);\n }\n uVar9 = DAT_000190e4;\n if (DAT_00019240 != 0x464c457f) {\n pcVar10 = (char *)0x5;\n uVar2 = dcgettext(0,"%s: Not an ELF file - wrong magic bytes at the start\n",5);\n goto LAB_00011c4e;\n }\n if (DAT_00019246 != 1) {\n uVar6 = (uint)DAT_00019246;\n uVar2 = dcgettext(0,"%s: Unsupported EI_VERSION: %d is not %d\n",5,pFVar11,uVar12,uVar6);\n uVar9 = 1;\n uVar6 = uVar6 & 0xff;\n goto LAB_0001223f;\n }\n uVar5 = (uint)DAT_00019272;\n if (uVar5 == DAT_000190e0) {\n return 0;\n }\n uVar6 = _DAT_00019244 & 0xff;\n if (DAT_000190cc == 0xffffffff) {\n if (DAT_00019272 == 6) {\nLAB_00012338:\n bVar7 = uVar6 != 1;\n DAT_000190cc = 1;\n goto LAB_00012050;\n }\n if (DAT_00019272 < 7) {\n if (DAT_00019272 == 3) goto LAB_00012338;\n }\n else if ((ushort)(DAT_00019272 - 0xb4) < 2) {\n bVar7 = uVar6 != 2;\n DAT_000190cc = 2;\n goto LAB_00012050;\n }\n DAT_000190cc = 3;\nLAB_00012058:\n if ((DAT_000190c8 == 3) || (uVar6 == DAT_000190c8)) {\n if ((DAT_000190e4 != 0xffffffff) && (uVar5 != DAT_000190e4)) {\n uVar6 = uVar5;\n uVar2 = dcgettext(0,"%s: Unmatched e_machine: %d is not %d\n",5,pFVar11,uVar12,uVar5);\n goto LAB_0001223f;\n }\n uVar6 = (uint)DAT_00019270;\n if ((DAT_000190dc == 0xffffffff) || (uVar6 == DAT_000190dc)) {\n uVar6 = _DAT_00019244 >> 0x18;\n if ((DAT_000190d4 == 0xffffffff) || (uVar6 == DAT_000190d4)) {\n if (DAT_00019244 == '\x01') {\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_00019212,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_00019210,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_00019204 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_00019204);\n }\n __ptr = &DAT_00019200;\n sVar1 = 0x34;\n }\n else {\n if (DAT_00019244 != '\x02') {\n /* WARNING: Subroutine does not return */\n abort();\n }\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_000191d2,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_000191d0,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_000191c4 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_000191c4);\n }\n __ptr = &DAT_000191c0;\n sVar1 = 0x40;\n }\n sVar1 = fwrite(__ptr,sVar1,1,param_2);\n if (sVar1 == 1) {\n return 0;\n }\n piVar4 = __errno_location();\n pcVar10 = strerror(*piVar4);\n uVar2 = dcgettext(0,"%s: Failed to update ELF header: %s\n",5);\n goto LAB_00011c4e;\n }\n pcVar10 = "%s: Unmatched EI_OSABI: %d is not %d\n";\n uVar9 = DAT_000190d4;\n }\n else {\n pcVar10 = "%s: Unmatched e_type: %d is not %d\n";\n uVar9 = DAT_000190dc;\n }\n }\n else {\n pcVar10 = "%s: Unmatched output EI_CLASS: %d is not %d\n";\n uVar9 = DAT_000190c8;\n }\n }\n else {\n bVar7 = DAT_000190cc != 3 && uVar6 != DAT_000190cc;\nLAB_00012050:\n if (!bVar7) goto LAB_00012058;\n pcVar10 = "%s: Unmatched input EI_CLASS: %d is not %d\n";\n uVar9 = DAT_000190cc;\n }\n uVar2 = dcgettext(0,pcVar10,5);\nLAB_0001223f:\n error(uVar2,uVar12,uVar6,uVar9);\n return 1;\n }\n DAT_00019294 = FUN_00012e50;\n DAT_00019298 = FUN_00012d40;\n if (DAT_00019244 == '\x01') goto LAB_00011d08;\nLAB_00011ca7:\n uVar9 = _DAT_00019244 & 0xff;\n if (DAT_00019244 == '\x02') {\n puVar13 = &DAT_000191d0;\n sVar1 = fread(&DAT_000191d0,0x30,1,param_2);\n if (sVar1 == 1) {\n DAT_00019270 = (*DAT_00019294)(puVar13,2);\n DAT_00019272 = (*DAT_00019294)(&DAT_000191d2,2);\n DAT_00019268 = (*DAT_00019294)(&DAT_000191d4,4);\n uVar8 = (*DAT_00019294)(&DAT_000191d8,8);\n DAT_00019254 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019250 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_000191e0,8);\n DAT_0001925c = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019258 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_000191e8,8);\n DAT_00019264 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019260 = (undefined4)uVar8;\n DAT_0001926c = (*DAT_00019294)(&DAT_000191f0,4);\n DAT_00019274 = (*DAT_00019294)(&DAT_000191f4,2);\n DAT_00019278 = (*DAT_00019294)(&DAT_000191f6,2);\n DAT_0001927c = (*DAT_00019294)(&DAT_000191f8,2);\n DAT_00019280 = (*DAT_00019294)(&DAT_000191fa,2);\n DAT_00019284 = (*DAT_00019294)(&DAT_000191fc,2);\n DAT_00019288 = (*DAT_00019294)(&DAT_000191fe,2);\n DAT_000191c0 = DAT_00019240;\n DAT_000191c4 = _DAT_00019244;\n DAT_000191c8 = DAT_00019248;\n DAT_000191cc = DAT_0001924c;\n goto LAB_00011fce;\n }\n }\n else {\n uVar2 = dcgettext(0,"Unsupported EI_CLASS: %d\n",5);\n error(uVar2,uVar9 & 0xff);\n }\n }" if (parenthesized_expression "(sVar1 == 1)" ( (binary_expression "sVar1 == 1" identifier == number_literal) )) (compound_statement "{\n pFVar11 = param_2;\n if (DAT_00019245 == '\x02') {\n DAT_00019294 = FUN_00012800;\n DAT_00019298 = FUN_00012dd0;\n if (DAT_00019244 != '\x01') goto LAB_00011ca7;\nLAB_00011d08:\n puVar13 = &DAT_00019210;\n sVar1 = fread(&DAT_00019210,0x24,1,param_2);\n if (sVar1 != 1) goto LAB_00011c39;\n DAT_00019270 = (*DAT_00019294)(puVar13,2);\n DAT_00019272 = (*DAT_00019294)(&DAT_00019212,2);\n DAT_00019268 = (*DAT_00019294)(&DAT_00019214,4);\n uVar8 = (*DAT_00019294)(&DAT_00019218,4);\n DAT_00019254 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019250 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_0001921c,4);\n DAT_0001925c = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019258 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_00019220,4);\n DAT_00019264 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019260 = (undefined4)uVar8;\n DAT_0001926c = (*DAT_00019294)(&DAT_00019224,4);\n DAT_00019274 = (*DAT_00019294)(&DAT_00019228,2);\n DAT_00019278 = (*DAT_00019294)(&DAT_0001922a,2);\n DAT_0001927c = (*DAT_00019294)(&DAT_0001922c,2);\n DAT_00019280 = (*DAT_00019294)(&DAT_0001922e,2);\n DAT_00019284 = (*DAT_00019294)(&DAT_00019230,2);\n DAT_00019288 = (*DAT_00019294)(&DAT_00019232,2);\n DAT_00019200 = DAT_00019240;\n DAT_00019204 = _DAT_00019244;\n DAT_00019208 = DAT_00019248;\n DAT_0001920c = DAT_0001924c;\nLAB_00011fce:\n iVar3 = fseek(param_2,__off,0);\n if (iVar3 != 0) {\n uVar2 = dcgettext(0,"%s: Failed to seek to ELF header\n",5);\n error(uVar2,uVar12);\n }\n uVar9 = DAT_000190e4;\n if (DAT_00019240 != 0x464c457f) {\n pcVar10 = (char *)0x5;\n uVar2 = dcgettext(0,"%s: Not an ELF file - wrong magic bytes at the start\n",5);\n goto LAB_00011c4e;\n }\n if (DAT_00019246 != 1) {\n uVar6 = (uint)DAT_00019246;\n uVar2 = dcgettext(0,"%s: Unsupported EI_VERSION: %d is not %d\n",5,pFVar11,uVar12,uVar6);\n uVar9 = 1;\n uVar6 = uVar6 & 0xff;\n goto LAB_0001223f;\n }\n uVar5 = (uint)DAT_00019272;\n if (uVar5 == DAT_000190e0) {\n return 0;\n }\n uVar6 = _DAT_00019244 & 0xff;\n if (DAT_000190cc == 0xffffffff) {\n if (DAT_00019272 == 6) {\nLAB_00012338:\n bVar7 = uVar6 != 1;\n DAT_000190cc = 1;\n goto LAB_00012050;\n }\n if (DAT_00019272 < 7) {\n if (DAT_00019272 == 3) goto LAB_00012338;\n }\n else if ((ushort)(DAT_00019272 - 0xb4) < 2) {\n bVar7 = uVar6 != 2;\n DAT_000190cc = 2;\n goto LAB_00012050;\n }\n DAT_000190cc = 3;\nLAB_00012058:\n if ((DAT_000190c8 == 3) || (uVar6 == DAT_000190c8)) {\n if ((DAT_000190e4 != 0xffffffff) && (uVar5 != DAT_000190e4)) {\n uVar6 = uVar5;\n uVar2 = dcgettext(0,"%s: Unmatched e_machine: %d is not %d\n",5,pFVar11,uVar12,uVar5);\n goto LAB_0001223f;\n }\n uVar6 = (uint)DAT_00019270;\n if ((DAT_000190dc == 0xffffffff) || (uVar6 == DAT_000190dc)) {\n uVar6 = _DAT_00019244 >> 0x18;\n if ((DAT_000190d4 == 0xffffffff) || (uVar6 == DAT_000190d4)) {\n if (DAT_00019244 == '\x01') {\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_00019212,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_00019210,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_00019204 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_00019204);\n }\n __ptr = &DAT_00019200;\n sVar1 = 0x34;\n }\n else {\n if (DAT_00019244 != '\x02') {\n /* WARNING: Subroutine does not return */\n abort();\n }\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_000191d2,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_000191d0,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_000191c4 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_000191c4);\n }\n __ptr = &DAT_000191c0;\n sVar1 = 0x40;\n }\n sVar1 = fwrite(__ptr,sVar1,1,param_2);\n if (sVar1 == 1) {\n return 0;\n }\n piVar4 = __errno_location();\n pcVar10 = strerror(*piVar4);\n uVar2 = dcgettext(0,"%s: Failed to update ELF header: %s\n",5);\n goto LAB_00011c4e;\n }\n pcVar10 = "%s: Unmatched EI_OSABI: %d is not %d\n";\n uVar9 = DAT_000190d4;\n }\n else {\n pcVar10 = "%s: Unmatched e_type: %d is not %d\n";\n uVar9 = DAT_000190dc;\n }\n }\n else {\n pcVar10 = "%s: Unmatched output EI_CLASS: %d is not %d\n";\n uVar9 = DAT_000190c8;\n }\n }\n else {\n bVar7 = DAT_000190cc != 3 && uVar6 != DAT_000190cc;\nLAB_00012050:\n if (!bVar7) goto LAB_00012058;\n pcVar10 = "%s: Unmatched input EI_CLASS: %d is not %d\n";\n uVar9 = DAT_000190cc;\n }\n uVar2 = dcgettext(0,pcVar10,5);\nLAB_0001223f:\n error(uVar2,uVar12,uVar6,uVar9);\n return 1;\n }\n DAT_00019294 = FUN_00012e50;\n DAT_00019298 = FUN_00012d40;\n if (DAT_00019244 == '\x01') goto LAB_00011d08;\nLAB_00011ca7:\n uVar9 = _DAT_00019244 & 0xff;\n if (DAT_00019244 == '\x02') {\n puVar13 = &DAT_000191d0;\n sVar1 = fread(&DAT_000191d0,0x30,1,param_2);\n if (sVar1 == 1) {\n DAT_00019270 = (*DAT_00019294)(puVar13,2);\n DAT_00019272 = (*DAT_00019294)(&DAT_000191d2,2);\n DAT_00019268 = (*DAT_00019294)(&DAT_000191d4,4);\n uVar8 = (*DAT_00019294)(&DAT_000191d8,8);\n DAT_00019254 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019250 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_000191e0,8);\n DAT_0001925c = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019258 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_000191e8,8);\n DAT_00019264 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019260 = (undefined4)uVar8;\n DAT_0001926c = (*DAT_00019294)(&DAT_000191f0,4);\n DAT_00019274 = (*DAT_00019294)(&DAT_000191f4,2);\n DAT_00019278 = (*DAT_00019294)(&DAT_000191f6,2);\n DAT_0001927c = (*DAT_00019294)(&DAT_000191f8,2);\n DAT_00019280 = (*DAT_00019294)(&DAT_000191fa,2);\n DAT_00019284 = (*DAT_00019294)(&DAT_000191fc,2);\n DAT_00019288 = (*DAT_00019294)(&DAT_000191fe,2);\n DAT_000191c0 = DAT_00019240;\n DAT_000191c4 = _DAT_00019244;\n DAT_000191c8 = DAT_00019248;\n DAT_000191cc = DAT_0001924c;\n goto LAB_00011fce;\n }\n }\n else {\n uVar2 = dcgettext(0,"Unsupported EI_CLASS: %d\n",5);\n error(uVar2,uVar9 & 0xff);\n }\n }" { (expression_statement "pFVar11 = param_2;" (assignment_expression "pFVar11 = param_2" identifier = identifier) ;) (if_statement "if (DAT_00019245 == '\x02') {\n DAT_00019294 = FUN_00012800;\n DAT_00019298 = FUN_00012dd0;\n if (DAT_00019244 != '\x01') goto LAB_00011ca7;\nLAB_00011d08:\n puVar13 = &DAT_00019210;\n sVar1 = fread(&DAT_00019210,0x24,1,param_2);\n if (sVar1 != 1) goto LAB_00011c39;\n DAT_00019270 = (*DAT_00019294)(puVar13,2);\n DAT_00019272 = (*DAT_00019294)(&DAT_00019212,2);\n DAT_00019268 = (*DAT_00019294)(&DAT_00019214,4);\n uVar8 = (*DAT_00019294)(&DAT_00019218,4);\n DAT_00019254 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019250 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_0001921c,4);\n DAT_0001925c = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019258 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_00019220,4);\n DAT_00019264 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019260 = (undefined4)uVar8;\n DAT_0001926c = (*DAT_00019294)(&DAT_00019224,4);\n DAT_00019274 = (*DAT_00019294)(&DAT_00019228,2);\n DAT_00019278 = (*DAT_00019294)(&DAT_0001922a,2);\n DAT_0001927c = (*DAT_00019294)(&DAT_0001922c,2);\n DAT_00019280 = (*DAT_00019294)(&DAT_0001922e,2);\n DAT_00019284 = (*DAT_00019294)(&DAT_00019230,2);\n DAT_00019288 = (*DAT_00019294)(&DAT_00019232,2);\n DAT_00019200 = DAT_00019240;\n DAT_00019204 = _DAT_00019244;\n DAT_00019208 = DAT_00019248;\n DAT_0001920c = DAT_0001924c;\nLAB_00011fce:\n iVar3 = fseek(param_2,__off,0);\n if (iVar3 != 0) {\n uVar2 = dcgettext(0,"%s: Failed to seek to ELF header\n",5);\n error(uVar2,uVar12);\n }\n uVar9 = DAT_000190e4;\n if (DAT_00019240 != 0x464c457f) {\n pcVar10 = (char *)0x5;\n uVar2 = dcgettext(0,"%s: Not an ELF file - wrong magic bytes at the start\n",5);\n goto LAB_00011c4e;\n }\n if (DAT_00019246 != 1) {\n uVar6 = (uint)DAT_00019246;\n uVar2 = dcgettext(0,"%s: Unsupported EI_VERSION: %d is not %d\n",5,pFVar11,uVar12,uVar6);\n uVar9 = 1;\n uVar6 = uVar6 & 0xff;\n goto LAB_0001223f;\n }\n uVar5 = (uint)DAT_00019272;\n if (uVar5 == DAT_000190e0) {\n return 0;\n }\n uVar6 = _DAT_00019244 & 0xff;\n if (DAT_000190cc == 0xffffffff) {\n if (DAT_00019272 == 6) {\nLAB_00012338:\n bVar7 = uVar6 != 1;\n DAT_000190cc = 1;\n goto LAB_00012050;\n }\n if (DAT_00019272 < 7) {\n if (DAT_00019272 == 3) goto LAB_00012338;\n }\n else if ((ushort)(DAT_00019272 - 0xb4) < 2) {\n bVar7 = uVar6 != 2;\n DAT_000190cc = 2;\n goto LAB_00012050;\n }\n DAT_000190cc = 3;\nLAB_00012058:\n if ((DAT_000190c8 == 3) || (uVar6 == DAT_000190c8)) {\n if ((DAT_000190e4 != 0xffffffff) && (uVar5 != DAT_000190e4)) {\n uVar6 = uVar5;\n uVar2 = dcgettext(0,"%s: Unmatched e_machine: %d is not %d\n",5,pFVar11,uVar12,uVar5);\n goto LAB_0001223f;\n }\n uVar6 = (uint)DAT_00019270;\n if ((DAT_000190dc == 0xffffffff) || (uVar6 == DAT_000190dc)) {\n uVar6 = _DAT_00019244 >> 0x18;\n if ((DAT_000190d4 == 0xffffffff) || (uVar6 == DAT_000190d4)) {\n if (DAT_00019244 == '\x01') {\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_00019212,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_00019210,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_00019204 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_00019204);\n }\n __ptr = &DAT_00019200;\n sVar1 = 0x34;\n }\n else {\n if (DAT_00019244 != '\x02') {\n /* WARNING: Subroutine does not return */\n abort();\n }\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_000191d2,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_000191d0,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_000191c4 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_000191c4);\n }\n __ptr = &DAT_000191c0;\n sVar1 = 0x40;\n }\n sVar1 = fwrite(__ptr,sVar1,1,param_2);\n if (sVar1 == 1) {\n return 0;\n }\n piVar4 = __errno_location();\n pcVar10 = strerror(*piVar4);\n uVar2 = dcgettext(0,"%s: Failed to update ELF header: %s\n",5);\n goto LAB_00011c4e;\n }\n pcVar10 = "%s: Unmatched EI_OSABI: %d is not %d\n";\n uVar9 = DAT_000190d4;\n }\n else {\n pcVar10 = "%s: Unmatched e_type: %d is not %d\n";\n uVar9 = DAT_000190dc;\n }\n }\n else {\n pcVar10 = "%s: Unmatched output EI_CLASS: %d is not %d\n";\n uVar9 = DAT_000190c8;\n }\n }\n else {\n bVar7 = DAT_000190cc != 3 && uVar6 != DAT_000190cc;\nLAB_00012050:\n if (!bVar7) goto LAB_00012058;\n pcVar10 = "%s: Unmatched input EI_CLASS: %d is not %d\n";\n uVar9 = DAT_000190cc;\n }\n uVar2 = dcgettext(0,pcVar10,5);\nLAB_0001223f:\n error(uVar2,uVar12,uVar6,uVar9);\n return 1;\n }" if (parenthesized_expression "(DAT_00019245 == '\x02')" ( (binary_expression "DAT_00019245 == '\x02'" identifier == (char_literal "'\x02'" ' escape_sequence ')) )) (compound_statement "{\n DAT_00019294 = FUN_00012800;\n DAT_00019298 = FUN_00012dd0;\n if (DAT_00019244 != '\x01') goto LAB_00011ca7;\nLAB_00011d08:\n puVar13 = &DAT_00019210;\n sVar1 = fread(&DAT_00019210,0x24,1,param_2);\n if (sVar1 != 1) goto LAB_00011c39;\n DAT_00019270 = (*DAT_00019294)(puVar13,2);\n DAT_00019272 = (*DAT_00019294)(&DAT_00019212,2);\n DAT_00019268 = (*DAT_00019294)(&DAT_00019214,4);\n uVar8 = (*DAT_00019294)(&DAT_00019218,4);\n DAT_00019254 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019250 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_0001921c,4);\n DAT_0001925c = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019258 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_00019220,4);\n DAT_00019264 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019260 = (undefined4)uVar8;\n DAT_0001926c = (*DAT_00019294)(&DAT_00019224,4);\n DAT_00019274 = (*DAT_00019294)(&DAT_00019228,2);\n DAT_00019278 = (*DAT_00019294)(&DAT_0001922a,2);\n DAT_0001927c = (*DAT_00019294)(&DAT_0001922c,2);\n DAT_00019280 = (*DAT_00019294)(&DAT_0001922e,2);\n DAT_00019284 = (*DAT_00019294)(&DAT_00019230,2);\n DAT_00019288 = (*DAT_00019294)(&DAT_00019232,2);\n DAT_00019200 = DAT_00019240;\n DAT_00019204 = _DAT_00019244;\n DAT_00019208 = DAT_00019248;\n DAT_0001920c = DAT_0001924c;\nLAB_00011fce:\n iVar3 = fseek(param_2,__off,0);\n if (iVar3 != 0) {\n uVar2 = dcgettext(0,"%s: Failed to seek to ELF header\n",5);\n error(uVar2,uVar12);\n }\n uVar9 = DAT_000190e4;\n if (DAT_00019240 != 0x464c457f) {\n pcVar10 = (char *)0x5;\n uVar2 = dcgettext(0,"%s: Not an ELF file - wrong magic bytes at the start\n",5);\n goto LAB_00011c4e;\n }\n if (DAT_00019246 != 1) {\n uVar6 = (uint)DAT_00019246;\n uVar2 = dcgettext(0,"%s: Unsupported EI_VERSION: %d is not %d\n",5,pFVar11,uVar12,uVar6);\n uVar9 = 1;\n uVar6 = uVar6 & 0xff;\n goto LAB_0001223f;\n }\n uVar5 = (uint)DAT_00019272;\n if (uVar5 == DAT_000190e0) {\n return 0;\n }\n uVar6 = _DAT_00019244 & 0xff;\n if (DAT_000190cc == 0xffffffff) {\n if (DAT_00019272 == 6) {\nLAB_00012338:\n bVar7 = uVar6 != 1;\n DAT_000190cc = 1;\n goto LAB_00012050;\n }\n if (DAT_00019272 < 7) {\n if (DAT_00019272 == 3) goto LAB_00012338;\n }\n else if ((ushort)(DAT_00019272 - 0xb4) < 2) {\n bVar7 = uVar6 != 2;\n DAT_000190cc = 2;\n goto LAB_00012050;\n }\n DAT_000190cc = 3;\nLAB_00012058:\n if ((DAT_000190c8 == 3) || (uVar6 == DAT_000190c8)) {\n if ((DAT_000190e4 != 0xffffffff) && (uVar5 != DAT_000190e4)) {\n uVar6 = uVar5;\n uVar2 = dcgettext(0,"%s: Unmatched e_machine: %d is not %d\n",5,pFVar11,uVar12,uVar5);\n goto LAB_0001223f;\n }\n uVar6 = (uint)DAT_00019270;\n if ((DAT_000190dc == 0xffffffff) || (uVar6 == DAT_000190dc)) {\n uVar6 = _DAT_00019244 >> 0x18;\n if ((DAT_000190d4 == 0xffffffff) || (uVar6 == DAT_000190d4)) {\n if (DAT_00019244 == '\x01') {\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_00019212,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_00019210,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_00019204 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_00019204);\n }\n __ptr = &DAT_00019200;\n sVar1 = 0x34;\n }\n else {\n if (DAT_00019244 != '\x02') {\n /* WARNING: Subroutine does not return */\n abort();\n }\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_000191d2,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_000191d0,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_000191c4 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_000191c4);\n }\n __ptr = &DAT_000191c0;\n sVar1 = 0x40;\n }\n sVar1 = fwrite(__ptr,sVar1,1,param_2);\n if (sVar1 == 1) {\n return 0;\n }\n piVar4 = __errno_location();\n pcVar10 = strerror(*piVar4);\n uVar2 = dcgettext(0,"%s: Failed to update ELF header: %s\n",5);\n goto LAB_00011c4e;\n }\n pcVar10 = "%s: Unmatched EI_OSABI: %d is not %d\n";\n uVar9 = DAT_000190d4;\n }\n else {\n pcVar10 = "%s: Unmatched e_type: %d is not %d\n";\n uVar9 = DAT_000190dc;\n }\n }\n else {\n pcVar10 = "%s: Unmatched output EI_CLASS: %d is not %d\n";\n uVar9 = DAT_000190c8;\n }\n }\n else {\n bVar7 = DAT_000190cc != 3 && uVar6 != DAT_000190cc;\nLAB_00012050:\n if (!bVar7) goto LAB_00012058;\n pcVar10 = "%s: Unmatched input EI_CLASS: %d is not %d\n";\n uVar9 = DAT_000190cc;\n }\n uVar2 = dcgettext(0,pcVar10,5);\nLAB_0001223f:\n error(uVar2,uVar12,uVar6,uVar9);\n return 1;\n }" { (expression_statement "DAT_00019294 = FUN_00012800;" (assignment_expression "DAT_00019294 = FUN_00012800" identifier = identifier) ;) (expression_statement "DAT_00019298 = FUN_00012dd0;" (assignment_expression "DAT_00019298 = FUN_00012dd0" identifier = identifier) ;) (if_statement "if (DAT_00019244 != '\x01') goto LAB_00011ca7;" if (parenthesized_expression "(DAT_00019244 != '\x01')" ( (binary_expression "DAT_00019244 != '\x01'" identifier != (char_literal "'\x01'" ' escape_sequence ')) )) (goto_statement "goto LAB_00011ca7;" goto statement_identifier ;)) (labeled_statement "LAB_00011d08:\n puVar13 = &DAT_00019210;" statement_identifier : (expression_statement "puVar13 = &DAT_00019210;" (assignment_expression "puVar13 = &DAT_00019210" identifier = (pointer_expression "&DAT_00019210" & identifier)) ;)) (expression_statement "sVar1 = fread(&DAT_00019210,0x24,1,param_2);" (assignment_expression "sVar1 = fread(&DAT_00019210,0x24,1,param_2)" identifier = (call_expression "fread(&DAT_00019210,0x24,1,param_2)" identifier (argument_list "(&DAT_00019210,0x24,1,param_2)" ( (pointer_expression "&DAT_00019210" & identifier) , number_literal , number_literal , identifier )))) ;) (if_statement "if (sVar1 != 1) goto LAB_00011c39;" if (parenthesized_expression "(sVar1 != 1)" ( (binary_expression "sVar1 != 1" identifier != number_literal) )) (goto_statement "goto LAB_00011c39;" goto statement_identifier ;)) (expression_statement "DAT_00019270 = (*DAT_00019294)(puVar13,2);" (assignment_expression "DAT_00019270 = (*DAT_00019294)(puVar13,2)" identifier = (call_expression "(*DAT_00019294)(puVar13,2)" (parenthesized_expression "(*DAT_00019294)" ( (pointer_expression "*DAT_00019294" * identifier) )) (argument_list "(puVar13,2)" ( identifier , number_literal )))) ;) (expression_statement "DAT_00019272 = (*DAT_00019294)(&DAT_00019212,2);" (assignment_expression "DAT_00019272 = (*DAT_00019294)(&DAT_00019212,2)" identifier = (call_expression "(*DAT_00019294)(&DAT_00019212,2)" (parenthesized_expression "(*DAT_00019294)" ( (pointer_expression "*DAT_00019294" * identifier) )) (argument_list "(&DAT_00019212,2)" ( (pointer_expression "&DAT_00019212" & identifier) , number_literal )))) ;) (expression_statement "DAT_00019268 = (*DAT_00019294)(&DAT_00019214,4);" (assignment_expression "DAT_00019268 = (*DAT_00019294)(&DAT_00019214,4)" identifier = (call_expression "(*DAT_00019294)(&DAT_00019214,4)" (parenthesized_expression "(*DAT_00019294)" ( (pointer_expression "*DAT_00019294" * identifier) )) (argument_list "(&DAT_00019214,4)" ( (pointer_expression "&DAT_00019214" & identifier) , number_literal )))) ;) (expression_statement "uVar8 = (*DAT_00019294)(&DAT_00019218,4);" (assignment_expression "uVar8 = (*DAT_00019294)(&DAT_00019218,4)" identifier = (call_expression "(*DAT_00019294)(&DAT_00019218,4)" (parenthesized_expression "(*DAT_00019294)" ( (pointer_expression "*DAT_00019294" * identifier) )) (argument_list "(&DAT_00019218,4)" ( (pointer_expression "&DAT_00019218" & identifier) , number_literal )))) ;) (expression_statement "DAT_00019254 = (undefined4)((ulonglong)uVar8 >> 0x20);" (assignment_expression "DAT_00019254 = (undefined4)((ulonglong)uVar8 >> 0x20)" identifier = (call_expression "(undefined4)((ulonglong)uVar8 >> 0x20)" (parenthesized_expression "(undefined4)" ( identifier )) (argument_list "((ulonglong)uVar8 >> 0x20)" ( (binary_expression "(ulonglong)uVar8 >> 0x20" (cast_expression "(ulonglong)uVar8" ( (type_descriptor "ulonglong" type_identifier) ) identifier) >> number_literal) )))) ;) (expression_statement "DAT_00019250 = (undefined4)uVar8;" (assignment_expression "DAT_00019250 = (undefined4)uVar8" identifier = (cast_expression "(undefined4)uVar8" ( (type_descriptor "undefined4" type_identifier) ) identifier)) ;) (expression_statement "uVar8 = (*DAT_00019294)(&DAT_0001921c,4);" (assignment_expression "uVar8 = (*DAT_00019294)(&DAT_0001921c,4)" identifier = (call_expression "(*DAT_00019294)(&DAT_0001921c,4)" (parenthesized_expression "(*DAT_00019294)" ( (pointer_expression "*DAT_00019294" * identifier) )) (argument_list "(&DAT_0001921c,4)" ( (pointer_expression "&DAT_0001921c" & identifier) , number_literal )))) ;) (expression_statement "DAT_0001925c = (undefined4)((ulonglong)uVar8 >> 0x20);" (assignment_expression "DAT_0001925c = (undefined4)((ulonglong)uVar8 >> 0x20)" identifier = (call_expression "(undefined4)((ulonglong)uVar8 >> 0x20)" (parenthesized_expression "(undefined4)" ( identifier )) (argument_list "((ulonglong)uVar8 >> 0x20)" ( (binary_expression "(ulonglong)uVar8 >> 0x20" (cast_expression "(ulonglong)uVar8" ( (type_descriptor "ulonglong" type_identifier) ) identifier) >> number_literal) )))) ;) (expression_statement "DAT_00019258 = (undefined4)uVar8;" (assignment_expression "DAT_00019258 = (undefined4)uVar8" identifier = (cast_expression "(undefined4)uVar8" ( (type_descriptor "undefined4" type_identifier) ) identifier)) ;) (expression_statement "uVar8 = (*DAT_00019294)(&DAT_00019220,4);" (assignment_expression "uVar8 = (*DAT_00019294)(&DAT_00019220,4)" identifier = (call_expression "(*DAT_00019294)(&DAT_00019220,4)" (parenthesized_expression "(*DAT_00019294)" ( (pointer_expression "*DAT_00019294" * identifier) )) (argument_list "(&DAT_00019220,4)" ( (pointer_expression "&DAT_00019220" & identifier) , number_literal )))) ;) (expression_statement "DAT_00019264 = (undefined4)((ulonglong)uVar8 >> 0x20);" (assignment_expression "DAT_00019264 = (undefined4)((ulonglong)uVar8 >> 0x20)" identifier = (call_expression "(undefined4)((ulonglong)uVar8 >> 0x20)" (parenthesized_expression "(undefined4)" ( identifier )) (argument_list "((ulonglong)uVar8 >> 0x20)" ( (binary_expression "(ulonglong)uVar8 >> 0x20" (cast_expression "(ulonglong)uVar8" ( (type_descriptor "ulonglong" type_identifier) ) identifier) >> number_literal) )))) ;) (expression_statement "DAT_00019260 = (undefined4)uVar8;" (assignment_expression "DAT_00019260 = (undefined4)uVar8" identifier = (cast_expression "(undefined4)uVar8" ( (type_descriptor "undefined4" type_identifier) ) identifier)) ;) (expression_statement "DAT_0001926c = (*DAT_00019294)(&DAT_00019224,4);" (assignment_expression "DAT_0001926c = (*DAT_00019294)(&DAT_00019224,4)" identifier = (call_expression "(*DAT_00019294)(&DAT_00019224,4)" (parenthesized_expression "(*DAT_00019294)" ( (pointer_expression "*DAT_00019294" * identifier) )) (argument_list "(&DAT_00019224,4)" ( (pointer_expression "&DAT_00019224" & identifier) , number_literal )))) ;) (expression_statement "DAT_00019274 = (*DAT_00019294)(&DAT_00019228,2);" (assignment_expression "DAT_00019274 = (*DAT_00019294)(&DAT_00019228,2)" identifier = (call_expression "(*DAT_00019294)(&DAT_00019228,2)" (parenthesized_expression "(*DAT_00019294)" ( (pointer_expression "*DAT_00019294" * identifier) )) (argument_list "(&DAT_00019228,2)" ( (pointer_expression "&DAT_00019228" & identifier) , number_literal )))) ;) (expression_statement "DAT_00019278 = (*DAT_00019294)(&DAT_0001922a,2);" (assignment_expression "DAT_00019278 = (*DAT_00019294)(&DAT_0001922a,2)" identifier = (call_expression "(*DAT_00019294)(&DAT_0001922a,2)" (parenthesized_expression "(*DAT_00019294)" ( (pointer_expression "*DAT_00019294" * identifier) )) (argument_list "(&DAT_0001922a,2)" ( (pointer_expression "&DAT_0001922a" & identifier) , number_literal )))) ;) (expression_statement "DAT_0001927c = (*DAT_00019294)(&DAT_0001922c,2);" (assignment_expression "DAT_0001927c = (*DAT_00019294)(&DAT_0001922c,2)" identifier = (call_expression "(*DAT_00019294)(&DAT_0001922c,2)" (parenthesized_expression "(*DAT_00019294)" ( (pointer_expression "*DAT_00019294" * identifier) )) (argument_list "(&DAT_0001922c,2)" ( (pointer_expression "&DAT_0001922c" & identifier) , number_literal )))) ;) (expression_statement "DAT_00019280 = (*DAT_00019294)(&DAT_0001922e,2);" (assignment_expression "DAT_00019280 = (*DAT_00019294)(&DAT_0001922e,2)" identifier = (call_expression "(*DAT_00019294)(&DAT_0001922e,2)" (parenthesized_expression "(*DAT_00019294)" ( (pointer_expression "*DAT_00019294" * identifier) )) (argument_list "(&DAT_0001922e,2)" ( (pointer_expression "&DAT_0001922e" & identifier) , number_literal )))) ;) (expression_statement "DAT_00019284 = (*DAT_00019294)(&DAT_00019230,2);" (assignment_expression "DAT_00019284 = (*DAT_00019294)(&DAT_00019230,2)" identifier = (call_expression "(*DAT_00019294)(&DAT_00019230,2)" (parenthesized_expression "(*DAT_00019294)" ( (pointer_expression "*DAT_00019294" * identifier) )) (argument_list "(&DAT_00019230,2)" ( (pointer_expression "&DAT_00019230" & identifier) , number_literal )))) ;) (expression_statement "DAT_00019288 = (*DAT_00019294)(&DAT_00019232,2);" (assignment_expression "DAT_00019288 = (*DAT_00019294)(&DAT_00019232,2)" identifier = (call_expression "(*DAT_00019294)(&DAT_00019232,2)" (parenthesized_expression "(*DAT_00019294)" ( (pointer_expression "*DAT_00019294" * identifier) )) (argument_list "(&DAT_00019232,2)" ( (pointer_expression "&DAT_00019232" & identifier) , number_literal )))) ;) (expression_statement "DAT_00019200 = DAT_00019240;" (assignment_expression "DAT_00019200 = DAT_00019240" identifier = identifier) ;) (expression_statement "DAT_00019204 = _DAT_00019244;" (assignment_expression "DAT_00019204 = _DAT_00019244" identifier = identifier) ;) (expression_statement "DAT_00019208 = DAT_00019248;" (assignment_expression "DAT_00019208 = DAT_00019248" identifier = identifier) ;) (expression_statement "DAT_0001920c = DAT_0001924c;" (assignment_expression "DAT_0001920c = DAT_0001924c" identifier = identifier) ;) (labeled_statement "LAB_00011fce:\n iVar3 = fseek(param_2,__off,0);" statement_identifier : (expression_statement "iVar3 = fseek(param_2,__off,0);" (assignment_expression "iVar3 = fseek(param_2,__off,0)" identifier = (call_expression "fseek(param_2,__off,0)" identifier (argument_list "(param_2,__off,0)" ( identifier , identifier , number_literal )))) ;)) (if_statement "if (iVar3 != 0) {\n uVar2 = dcgettext(0,"%s: Failed to seek to ELF header\n",5);\n error(uVar2,uVar12);\n }" if (parenthesized_expression "(iVar3 != 0)" ( (binary_expression "iVar3 != 0" identifier != number_literal) )) (compound_statement "{\n uVar2 = dcgettext(0,"%s: Failed to seek to ELF header\n",5);\n error(uVar2,uVar12);\n }" { (expression_statement "uVar2 = dcgettext(0,"%s: Failed to seek to ELF header\n",5);" (assignment_expression "uVar2 = dcgettext(0,"%s: Failed to seek to ELF header\n",5)" identifier = (call_expression "dcgettext(0,"%s: Failed to seek to ELF header\n",5)" identifier (argument_list "(0,"%s: Failed to seek to ELF header\n",5)" ( number_literal , (string_literal ""%s: Failed to seek to ELF header\n"" " string_content escape_sequence ") , number_literal )))) ;) (expression_statement "error(uVar2,uVar12);" (call_expression "error(uVar2,uVar12)" identifier (argument_list "(uVar2,uVar12)" ( identifier , identifier ))) ;) })) (expression_statement "uVar9 = DAT_000190e4;" (assignment_expression "uVar9 = DAT_000190e4" identifier = identifier) ;) (if_statement "if (DAT_00019240 != 0x464c457f) {\n pcVar10 = (char *)0x5;\n uVar2 = dcgettext(0,"%s: Not an ELF file - wrong magic bytes at the start\n",5);\n goto LAB_00011c4e;\n }" if (parenthesized_expression "(DAT_00019240 != 0x464c457f)" ( (binary_expression "DAT_00019240 != 0x464c457f" identifier != number_literal) )) (compound_statement "{\n pcVar10 = (char *)0x5;\n uVar2 = dcgettext(0,"%s: Not an ELF file - wrong magic bytes at the start\n",5);\n goto LAB_00011c4e;\n }" { (expression_statement "pcVar10 = (char *)0x5;" (assignment_expression "pcVar10 = (char *)0x5" identifier = (cast_expression "(char *)0x5" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "uVar2 = dcgettext(0,"%s: Not an ELF file - wrong magic bytes at the start\n",5);" (assignment_expression "uVar2 = dcgettext(0,"%s: Not an ELF file - wrong magic bytes at the start\n",5)" identifier = (call_expression "dcgettext(0,"%s: Not an ELF file - wrong magic bytes at the start\n",5)" identifier (argument_list "(0,"%s: Not an ELF file - wrong magic bytes at the start\n",5)" ( number_literal , (string_literal ""%s: Not an ELF file - wrong magic bytes at the start\n"" " string_content escape_sequence ") , number_literal )))) ;) (goto_statement "goto LAB_00011c4e;" goto statement_identifier ;) })) (if_statement "if (DAT_00019246 != 1) {\n uVar6 = (uint)DAT_00019246;\n uVar2 = dcgettext(0,"%s: Unsupported EI_VERSION: %d is not %d\n",5,pFVar11,uVar12,uVar6);\n uVar9 = 1;\n uVar6 = uVar6 & 0xff;\n goto LAB_0001223f;\n }" if (parenthesized_expression "(DAT_00019246 != 1)" ( (binary_expression "DAT_00019246 != 1" identifier != number_literal) )) (compound_statement "{\n uVar6 = (uint)DAT_00019246;\n uVar2 = dcgettext(0,"%s: Unsupported EI_VERSION: %d is not %d\n",5,pFVar11,uVar12,uVar6);\n uVar9 = 1;\n uVar6 = uVar6 & 0xff;\n goto LAB_0001223f;\n }" { (expression_statement "uVar6 = (uint)DAT_00019246;" (assignment_expression "uVar6 = (uint)DAT_00019246" identifier = (cast_expression "(uint)DAT_00019246" ( (type_descriptor "uint" type_identifier) ) identifier)) ;) (expression_statement "uVar2 = dcgettext(0,"%s: Unsupported EI_VERSION: %d is not %d\n",5,pFVar11,uVar12,uVar6);" (assignment_expression "uVar2 = dcgettext(0,"%s: Unsupported EI_VERSION: %d is not %d\n",5,pFVar11,uVar12,uVar6)" identifier = (call_expression "dcgettext(0,"%s: Unsupported EI_VERSION: %d is not %d\n",5,pFVar11,uVar12,uVar6)" identifier (argument_list "(0,"%s: Unsupported EI_VERSION: %d is not %d\n",5,pFVar11,uVar12,uVar6)" ( number_literal , (string_literal ""%s: Unsupported EI_VERSION: %d is not %d\n"" " string_content escape_sequence ") , number_literal , identifier , identifier , identifier )))) ;) (expression_statement "uVar9 = 1;" (assignment_expression "uVar9 = 1" identifier = number_literal) ;) (expression_statement "uVar6 = uVar6 & 0xff;" (assignment_expression "uVar6 = uVar6 & 0xff" identifier = (binary_expression "uVar6 & 0xff" identifier & number_literal)) ;) (goto_statement "goto LAB_0001223f;" goto statement_identifier ;) })) (expression_statement "uVar5 = (uint)DAT_00019272;" (assignment_expression "uVar5 = (uint)DAT_00019272" identifier = (cast_expression "(uint)DAT_00019272" ( (type_descriptor "uint" type_identifier) ) identifier)) ;) (if_statement "if (uVar5 == DAT_000190e0) {\n return 0;\n }" if (parenthesized_expression "(uVar5 == DAT_000190e0)" ( (binary_expression "uVar5 == DAT_000190e0" identifier == identifier) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) (expression_statement "uVar6 = _DAT_00019244 & 0xff;" (assignment_expression "uVar6 = _DAT_00019244 & 0xff" identifier = (binary_expression "_DAT_00019244 & 0xff" identifier & number_literal)) ;) (if_statement "if (DAT_000190cc == 0xffffffff) {\n if (DAT_00019272 == 6) {\nLAB_00012338:\n bVar7 = uVar6 != 1;\n DAT_000190cc = 1;\n goto LAB_00012050;\n }\n if (DAT_00019272 < 7) {\n if (DAT_00019272 == 3) goto LAB_00012338;\n }\n else if ((ushort)(DAT_00019272 - 0xb4) < 2) {\n bVar7 = uVar6 != 2;\n DAT_000190cc = 2;\n goto LAB_00012050;\n }\n DAT_000190cc = 3;\nLAB_00012058:\n if ((DAT_000190c8 == 3) || (uVar6 == DAT_000190c8)) {\n if ((DAT_000190e4 != 0xffffffff) && (uVar5 != DAT_000190e4)) {\n uVar6 = uVar5;\n uVar2 = dcgettext(0,"%s: Unmatched e_machine: %d is not %d\n",5,pFVar11,uVar12,uVar5);\n goto LAB_0001223f;\n }\n uVar6 = (uint)DAT_00019270;\n if ((DAT_000190dc == 0xffffffff) || (uVar6 == DAT_000190dc)) {\n uVar6 = _DAT_00019244 >> 0x18;\n if ((DAT_000190d4 == 0xffffffff) || (uVar6 == DAT_000190d4)) {\n if (DAT_00019244 == '\x01') {\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_00019212,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_00019210,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_00019204 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_00019204);\n }\n __ptr = &DAT_00019200;\n sVar1 = 0x34;\n }\n else {\n if (DAT_00019244 != '\x02') {\n /* WARNING: Subroutine does not return */\n abort();\n }\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_000191d2,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_000191d0,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_000191c4 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_000191c4);\n }\n __ptr = &DAT_000191c0;\n sVar1 = 0x40;\n }\n sVar1 = fwrite(__ptr,sVar1,1,param_2);\n if (sVar1 == 1) {\n return 0;\n }\n piVar4 = __errno_location();\n pcVar10 = strerror(*piVar4);\n uVar2 = dcgettext(0,"%s: Failed to update ELF header: %s\n",5);\n goto LAB_00011c4e;\n }\n pcVar10 = "%s: Unmatched EI_OSABI: %d is not %d\n";\n uVar9 = DAT_000190d4;\n }\n else {\n pcVar10 = "%s: Unmatched e_type: %d is not %d\n";\n uVar9 = DAT_000190dc;\n }\n }\n else {\n pcVar10 = "%s: Unmatched output EI_CLASS: %d is not %d\n";\n uVar9 = DAT_000190c8;\n }\n }\n else {\n bVar7 = DAT_000190cc != 3 && uVar6 != DAT_000190cc;\nLAB_00012050:\n if (!bVar7) goto LAB_00012058;\n pcVar10 = "%s: Unmatched input EI_CLASS: %d is not %d\n";\n uVar9 = DAT_000190cc;\n }" if (parenthesized_expression "(DAT_000190cc == 0xffffffff)" ( (binary_expression "DAT_000190cc == 0xffffffff" identifier == number_literal) )) (compound_statement "{\n if (DAT_00019272 == 6) {\nLAB_00012338:\n bVar7 = uVar6 != 1;\n DAT_000190cc = 1;\n goto LAB_00012050;\n }\n if (DAT_00019272 < 7) {\n if (DAT_00019272 == 3) goto LAB_00012338;\n }\n else if ((ushort)(DAT_00019272 - 0xb4) < 2) {\n bVar7 = uVar6 != 2;\n DAT_000190cc = 2;\n goto LAB_00012050;\n }\n DAT_000190cc = 3;\nLAB_00012058:\n if ((DAT_000190c8 == 3) || (uVar6 == DAT_000190c8)) {\n if ((DAT_000190e4 != 0xffffffff) && (uVar5 != DAT_000190e4)) {\n uVar6 = uVar5;\n uVar2 = dcgettext(0,"%s: Unmatched e_machine: %d is not %d\n",5,pFVar11,uVar12,uVar5);\n goto LAB_0001223f;\n }\n uVar6 = (uint)DAT_00019270;\n if ((DAT_000190dc == 0xffffffff) || (uVar6 == DAT_000190dc)) {\n uVar6 = _DAT_00019244 >> 0x18;\n if ((DAT_000190d4 == 0xffffffff) || (uVar6 == DAT_000190d4)) {\n if (DAT_00019244 == '\x01') {\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_00019212,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_00019210,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_00019204 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_00019204);\n }\n __ptr = &DAT_00019200;\n sVar1 = 0x34;\n }\n else {\n if (DAT_00019244 != '\x02') {\n /* WARNING: Subroutine does not return */\n abort();\n }\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_000191d2,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_000191d0,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_000191c4 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_000191c4);\n }\n __ptr = &DAT_000191c0;\n sVar1 = 0x40;\n }\n sVar1 = fwrite(__ptr,sVar1,1,param_2);\n if (sVar1 == 1) {\n return 0;\n }\n piVar4 = __errno_location();\n pcVar10 = strerror(*piVar4);\n uVar2 = dcgettext(0,"%s: Failed to update ELF header: %s\n",5);\n goto LAB_00011c4e;\n }\n pcVar10 = "%s: Unmatched EI_OSABI: %d is not %d\n";\n uVar9 = DAT_000190d4;\n }\n else {\n pcVar10 = "%s: Unmatched e_type: %d is not %d\n";\n uVar9 = DAT_000190dc;\n }\n }\n else {\n pcVar10 = "%s: Unmatched output EI_CLASS: %d is not %d\n";\n uVar9 = DAT_000190c8;\n }\n }" { (if_statement "if (DAT_00019272 == 6) {\nLAB_00012338:\n bVar7 = uVar6 != 1;\n DAT_000190cc = 1;\n goto LAB_00012050;\n }" if (parenthesized_expression "(DAT_00019272 == 6)" ( (binary_expression "DAT_00019272 == 6" identifier == number_literal) )) (compound_statement "{\nLAB_00012338:\n bVar7 = uVar6 != 1;\n DAT_000190cc = 1;\n goto LAB_00012050;\n }" { (labeled_statement "LAB_00012338:\n bVar7 = uVar6 != 1;" statement_identifier : (expression_statement "bVar7 = uVar6 != 1;" (assignment_expression "bVar7 = uVar6 != 1" identifier = (binary_expression "uVar6 != 1" identifier != number_literal)) ;)) (expression_statement "DAT_000190cc = 1;" (assignment_expression "DAT_000190cc = 1" identifier = number_literal) ;) (goto_statement "goto LAB_00012050;" goto statement_identifier ;) })) (if_statement "if (DAT_00019272 < 7) {\n if (DAT_00019272 == 3) goto LAB_00012338;\n }\n else if ((ushort)(DAT_00019272 - 0xb4) < 2) {\n bVar7 = uVar6 != 2;\n DAT_000190cc = 2;\n goto LAB_00012050;\n }" if (parenthesized_expression "(DAT_00019272 < 7)" ( (binary_expression "DAT_00019272 < 7" identifier < number_literal) )) (compound_statement "{\n if (DAT_00019272 == 3) goto LAB_00012338;\n }" { (if_statement "if (DAT_00019272 == 3) goto LAB_00012338;" if (parenthesized_expression "(DAT_00019272 == 3)" ( (binary_expression "DAT_00019272 == 3" identifier == number_literal) )) (goto_statement "goto LAB_00012338;" goto statement_identifier ;)) }) (else_clause "else if ((ushort)(DAT_00019272 - 0xb4) < 2) {\n bVar7 = uVar6 != 2;\n DAT_000190cc = 2;\n goto LAB_00012050;\n }" else (if_statement "if ((ushort)(DAT_00019272 - 0xb4) < 2) {\n bVar7 = uVar6 != 2;\n DAT_000190cc = 2;\n goto LAB_00012050;\n }" if (parenthesized_expression "((ushort)(DAT_00019272 - 0xb4) < 2)" ( (binary_expression "(ushort)(DAT_00019272 - 0xb4) < 2" (call_expression "(ushort)(DAT_00019272 - 0xb4)" (parenthesized_expression "(ushort)" ( identifier )) (argument_list "(DAT_00019272 - 0xb4)" ( (binary_expression "DAT_00019272 - 0xb4" identifier - number_literal) ))) < number_literal) )) (compound_statement "{\n bVar7 = uVar6 != 2;\n DAT_000190cc = 2;\n goto LAB_00012050;\n }" { (expression_statement "bVar7 = uVar6 != 2;" (assignment_expression "bVar7 = uVar6 != 2" identifier = (binary_expression "uVar6 != 2" identifier != number_literal)) ;) (expression_statement "DAT_000190cc = 2;" (assignment_expression "DAT_000190cc = 2" identifier = number_literal) ;) (goto_statement "goto LAB_00012050;" goto statement_identifier ;) })))) (expression_statement "DAT_000190cc = 3;" (assignment_expression "DAT_000190cc = 3" identifier = number_literal) ;) (labeled_statement "LAB_00012058:\n if ((DAT_000190c8 == 3) || (uVar6 == DAT_000190c8)) {\n if ((DAT_000190e4 != 0xffffffff) && (uVar5 != DAT_000190e4)) {\n uVar6 = uVar5;\n uVar2 = dcgettext(0,"%s: Unmatched e_machine: %d is not %d\n",5,pFVar11,uVar12,uVar5);\n goto LAB_0001223f;\n }\n uVar6 = (uint)DAT_00019270;\n if ((DAT_000190dc == 0xffffffff) || (uVar6 == DAT_000190dc)) {\n uVar6 = _DAT_00019244 >> 0x18;\n if ((DAT_000190d4 == 0xffffffff) || (uVar6 == DAT_000190d4)) {\n if (DAT_00019244 == '\x01') {\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_00019212,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_00019210,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_00019204 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_00019204);\n }\n __ptr = &DAT_00019200;\n sVar1 = 0x34;\n }\n else {\n if (DAT_00019244 != '\x02') {\n /* WARNING: Subroutine does not return */\n abort();\n }\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_000191d2,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_000191d0,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_000191c4 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_000191c4);\n }\n __ptr = &DAT_000191c0;\n sVar1 = 0x40;\n }\n sVar1 = fwrite(__ptr,sVar1,1,param_2);\n if (sVar1 == 1) {\n return 0;\n }\n piVar4 = __errno_location();\n pcVar10 = strerror(*piVar4);\n uVar2 = dcgettext(0,"%s: Failed to update ELF header: %s\n",5);\n goto LAB_00011c4e;\n }\n pcVar10 = "%s: Unmatched EI_OSABI: %d is not %d\n";\n uVar9 = DAT_000190d4;\n }\n else {\n pcVar10 = "%s: Unmatched e_type: %d is not %d\n";\n uVar9 = DAT_000190dc;\n }\n }\n else {\n pcVar10 = "%s: Unmatched output EI_CLASS: %d is not %d\n";\n uVar9 = DAT_000190c8;\n }" statement_identifier : (if_statement "if ((DAT_000190c8 == 3) || (uVar6 == DAT_000190c8)) {\n if ((DAT_000190e4 != 0xffffffff) && (uVar5 != DAT_000190e4)) {\n uVar6 = uVar5;\n uVar2 = dcgettext(0,"%s: Unmatched e_machine: %d is not %d\n",5,pFVar11,uVar12,uVar5);\n goto LAB_0001223f;\n }\n uVar6 = (uint)DAT_00019270;\n if ((DAT_000190dc == 0xffffffff) || (uVar6 == DAT_000190dc)) {\n uVar6 = _DAT_00019244 >> 0x18;\n if ((DAT_000190d4 == 0xffffffff) || (uVar6 == DAT_000190d4)) {\n if (DAT_00019244 == '\x01') {\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_00019212,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_00019210,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_00019204 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_00019204);\n }\n __ptr = &DAT_00019200;\n sVar1 = 0x34;\n }\n else {\n if (DAT_00019244 != '\x02') {\n /* WARNING: Subroutine does not return */\n abort();\n }\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_000191d2,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_000191d0,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_000191c4 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_000191c4);\n }\n __ptr = &DAT_000191c0;\n sVar1 = 0x40;\n }\n sVar1 = fwrite(__ptr,sVar1,1,param_2);\n if (sVar1 == 1) {\n return 0;\n }\n piVar4 = __errno_location();\n pcVar10 = strerror(*piVar4);\n uVar2 = dcgettext(0,"%s: Failed to update ELF header: %s\n",5);\n goto LAB_00011c4e;\n }\n pcVar10 = "%s: Unmatched EI_OSABI: %d is not %d\n";\n uVar9 = DAT_000190d4;\n }\n else {\n pcVar10 = "%s: Unmatched e_type: %d is not %d\n";\n uVar9 = DAT_000190dc;\n }\n }\n else {\n pcVar10 = "%s: Unmatched output EI_CLASS: %d is not %d\n";\n uVar9 = DAT_000190c8;\n }" if (parenthesized_expression "((DAT_000190c8 == 3) || (uVar6 == DAT_000190c8))" ( (binary_expression "(DAT_000190c8 == 3) || (uVar6 == DAT_000190c8)" (parenthesized_expression "(DAT_000190c8 == 3)" ( (binary_expression "DAT_000190c8 == 3" identifier == number_literal) )) || (parenthesized_expression "(uVar6 == DAT_000190c8)" ( (binary_expression "uVar6 == DAT_000190c8" identifier == identifier) ))) )) (compound_statement "{\n if ((DAT_000190e4 != 0xffffffff) && (uVar5 != DAT_000190e4)) {\n uVar6 = uVar5;\n uVar2 = dcgettext(0,"%s: Unmatched e_machine: %d is not %d\n",5,pFVar11,uVar12,uVar5);\n goto LAB_0001223f;\n }\n uVar6 = (uint)DAT_00019270;\n if ((DAT_000190dc == 0xffffffff) || (uVar6 == DAT_000190dc)) {\n uVar6 = _DAT_00019244 >> 0x18;\n if ((DAT_000190d4 == 0xffffffff) || (uVar6 == DAT_000190d4)) {\n if (DAT_00019244 == '\x01') {\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_00019212,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_00019210,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_00019204 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_00019204);\n }\n __ptr = &DAT_00019200;\n sVar1 = 0x34;\n }\n else {\n if (DAT_00019244 != '\x02') {\n /* WARNING: Subroutine does not return */\n abort();\n }\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_000191d2,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_000191d0,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_000191c4 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_000191c4);\n }\n __ptr = &DAT_000191c0;\n sVar1 = 0x40;\n }\n sVar1 = fwrite(__ptr,sVar1,1,param_2);\n if (sVar1 == 1) {\n return 0;\n }\n piVar4 = __errno_location();\n pcVar10 = strerror(*piVar4);\n uVar2 = dcgettext(0,"%s: Failed to update ELF header: %s\n",5);\n goto LAB_00011c4e;\n }\n pcVar10 = "%s: Unmatched EI_OSABI: %d is not %d\n";\n uVar9 = DAT_000190d4;\n }\n else {\n pcVar10 = "%s: Unmatched e_type: %d is not %d\n";\n uVar9 = DAT_000190dc;\n }\n }" { (if_statement "if ((DAT_000190e4 != 0xffffffff) && (uVar5 != DAT_000190e4)) {\n uVar6 = uVar5;\n uVar2 = dcgettext(0,"%s: Unmatched e_machine: %d is not %d\n",5,pFVar11,uVar12,uVar5);\n goto LAB_0001223f;\n }" if (parenthesized_expression "((DAT_000190e4 != 0xffffffff) && (uVar5 != DAT_000190e4))" ( (binary_expression "(DAT_000190e4 != 0xffffffff) && (uVar5 != DAT_000190e4)" (parenthesized_expression "(DAT_000190e4 != 0xffffffff)" ( (binary_expression "DAT_000190e4 != 0xffffffff" identifier != number_literal) )) && (parenthesized_expression "(uVar5 != DAT_000190e4)" ( (binary_expression "uVar5 != DAT_000190e4" identifier != identifier) ))) )) (compound_statement "{\n uVar6 = uVar5;\n uVar2 = dcgettext(0,"%s: Unmatched e_machine: %d is not %d\n",5,pFVar11,uVar12,uVar5);\n goto LAB_0001223f;\n }" { (expression_statement "uVar6 = uVar5;" (assignment_expression "uVar6 = uVar5" identifier = identifier) ;) (expression_statement "uVar2 = dcgettext(0,"%s: Unmatched e_machine: %d is not %d\n",5,pFVar11,uVar12,uVar5);" (assignment_expression "uVar2 = dcgettext(0,"%s: Unmatched e_machine: %d is not %d\n",5,pFVar11,uVar12,uVar5)" identifier = (call_expression "dcgettext(0,"%s: Unmatched e_machine: %d is not %d\n",5,pFVar11,uVar12,uVar5)" identifier (argument_list "(0,"%s: Unmatched e_machine: %d is not %d\n",5,pFVar11,uVar12,uVar5)" ( number_literal , (string_literal ""%s: Unmatched e_machine: %d is not %d\n"" " string_content escape_sequence ") , number_literal , identifier , identifier , identifier )))) ;) (goto_statement "goto LAB_0001223f;" goto statement_identifier ;) })) (expression_statement "uVar6 = (uint)DAT_00019270;" (assignment_expression "uVar6 = (uint)DAT_00019270" identifier = (cast_expression "(uint)DAT_00019270" ( (type_descriptor "uint" type_identifier) ) identifier)) ;) (if_statement "if ((DAT_000190dc == 0xffffffff) || (uVar6 == DAT_000190dc)) {\n uVar6 = _DAT_00019244 >> 0x18;\n if ((DAT_000190d4 == 0xffffffff) || (uVar6 == DAT_000190d4)) {\n if (DAT_00019244 == '\x01') {\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_00019212,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_00019210,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_00019204 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_00019204);\n }\n __ptr = &DAT_00019200;\n sVar1 = 0x34;\n }\n else {\n if (DAT_00019244 != '\x02') {\n /* WARNING: Subroutine does not return */\n abort();\n }\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_000191d2,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_000191d0,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_000191c4 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_000191c4);\n }\n __ptr = &DAT_000191c0;\n sVar1 = 0x40;\n }\n sVar1 = fwrite(__ptr,sVar1,1,param_2);\n if (sVar1 == 1) {\n return 0;\n }\n piVar4 = __errno_location();\n pcVar10 = strerror(*piVar4);\n uVar2 = dcgettext(0,"%s: Failed to update ELF header: %s\n",5);\n goto LAB_00011c4e;\n }\n pcVar10 = "%s: Unmatched EI_OSABI: %d is not %d\n";\n uVar9 = DAT_000190d4;\n }\n else {\n pcVar10 = "%s: Unmatched e_type: %d is not %d\n";\n uVar9 = DAT_000190dc;\n }" if (parenthesized_expression "((DAT_000190dc == 0xffffffff) || (uVar6 == DAT_000190dc))" ( (binary_expression "(DAT_000190dc == 0xffffffff) || (uVar6 == DAT_000190dc)" (parenthesized_expression "(DAT_000190dc == 0xffffffff)" ( (binary_expression "DAT_000190dc == 0xffffffff" identifier == number_literal) )) || (parenthesized_expression "(uVar6 == DAT_000190dc)" ( (binary_expression "uVar6 == DAT_000190dc" identifier == identifier) ))) )) (compound_statement "{\n uVar6 = _DAT_00019244 >> 0x18;\n if ((DAT_000190d4 == 0xffffffff) || (uVar6 == DAT_000190d4)) {\n if (DAT_00019244 == '\x01') {\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_00019212,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_00019210,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_00019204 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_00019204);\n }\n __ptr = &DAT_00019200;\n sVar1 = 0x34;\n }\n else {\n if (DAT_00019244 != '\x02') {\n /* WARNING: Subroutine does not return */\n abort();\n }\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_000191d2,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_000191d0,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_000191c4 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_000191c4);\n }\n __ptr = &DAT_000191c0;\n sVar1 = 0x40;\n }\n sVar1 = fwrite(__ptr,sVar1,1,param_2);\n if (sVar1 == 1) {\n return 0;\n }\n piVar4 = __errno_location();\n pcVar10 = strerror(*piVar4);\n uVar2 = dcgettext(0,"%s: Failed to update ELF header: %s\n",5);\n goto LAB_00011c4e;\n }\n pcVar10 = "%s: Unmatched EI_OSABI: %d is not %d\n";\n uVar9 = DAT_000190d4;\n }" { (expression_statement "uVar6 = _DAT_00019244 >> 0x18;" (assignment_expression "uVar6 = _DAT_00019244 >> 0x18" identifier = (binary_expression "_DAT_00019244 >> 0x18" identifier >> number_literal)) ;) (if_statement "if ((DAT_000190d4 == 0xffffffff) || (uVar6 == DAT_000190d4)) {\n if (DAT_00019244 == '\x01') {\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_00019212,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_00019210,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_00019204 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_00019204);\n }\n __ptr = &DAT_00019200;\n sVar1 = 0x34;\n }\n else {\n if (DAT_00019244 != '\x02') {\n /* WARNING: Subroutine does not return */\n abort();\n }\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_000191d2,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_000191d0,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_000191c4 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_000191c4);\n }\n __ptr = &DAT_000191c0;\n sVar1 = 0x40;\n }\n sVar1 = fwrite(__ptr,sVar1,1,param_2);\n if (sVar1 == 1) {\n return 0;\n }\n piVar4 = __errno_location();\n pcVar10 = strerror(*piVar4);\n uVar2 = dcgettext(0,"%s: Failed to update ELF header: %s\n",5);\n goto LAB_00011c4e;\n }" if (parenthesized_expression "((DAT_000190d4 == 0xffffffff) || (uVar6 == DAT_000190d4))" ( (binary_expression "(DAT_000190d4 == 0xffffffff) || (uVar6 == DAT_000190d4)" (parenthesized_expression "(DAT_000190d4 == 0xffffffff)" ( (binary_expression "DAT_000190d4 == 0xffffffff" identifier == number_literal) )) || (parenthesized_expression "(uVar6 == DAT_000190d4)" ( (binary_expression "uVar6 == DAT_000190d4" identifier == identifier) ))) )) (compound_statement "{\n if (DAT_00019244 == '\x01') {\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_00019212,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_00019210,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_00019204 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_00019204);\n }\n __ptr = &DAT_00019200;\n sVar1 = 0x34;\n }\n else {\n if (DAT_00019244 != '\x02') {\n /* WARNING: Subroutine does not return */\n abort();\n }\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_000191d2,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_000191d0,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_000191c4 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_000191c4);\n }\n __ptr = &DAT_000191c0;\n sVar1 = 0x40;\n }\n sVar1 = fwrite(__ptr,sVar1,1,param_2);\n if (sVar1 == 1) {\n return 0;\n }\n piVar4 = __errno_location();\n pcVar10 = strerror(*piVar4);\n uVar2 = dcgettext(0,"%s: Failed to update ELF header: %s\n",5);\n goto LAB_00011c4e;\n }" { (if_statement "if (DAT_00019244 == '\x01') {\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_00019212,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_00019210,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_00019204 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_00019204);\n }\n __ptr = &DAT_00019200;\n sVar1 = 0x34;\n }\n else {\n if (DAT_00019244 != '\x02') {\n /* WARNING: Subroutine does not return */\n abort();\n }\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_000191d2,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_000191d0,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_000191c4 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_000191c4);\n }\n __ptr = &DAT_000191c0;\n sVar1 = 0x40;\n }" if (parenthesized_expression "(DAT_00019244 == '\x01')" ( (binary_expression "DAT_00019244 == '\x01'" identifier == (char_literal "'\x01'" ' escape_sequence ')) )) (compound_statement "{\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_00019212,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_00019210,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_00019204 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_00019204);\n }\n __ptr = &DAT_00019200;\n sVar1 = 0x34;\n }" { (if_statement "if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_00019212,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }" if (parenthesized_expression "(DAT_000190e0 != 0xffffffff)" ( (binary_expression "DAT_000190e0 != 0xffffffff" identifier != number_literal) )) (compound_statement "{\n (*DAT_00019298)(&DAT_00019212,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }" { (expression_statement "(*DAT_00019298)(&DAT_00019212,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);" (call_expression "(*DAT_00019298)(&DAT_00019212,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2)" (parenthesized_expression "(*DAT_00019298)" ( (pointer_expression "*DAT_00019298" * identifier) )) (argument_list "(&DAT_00019212,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2)" ( (pointer_expression "&DAT_00019212" & identifier) , identifier , (binary_expression "(int)DAT_000190e0 >> 0x1f" (cast_expression "(int)DAT_000190e0" ( (type_descriptor "int" primitive_type) ) identifier) >> number_literal) , number_literal ))) ;) })) (if_statement "if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_00019210,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }" if (parenthesized_expression "(DAT_000190d8 != -1)" ( (binary_expression "DAT_000190d8 != -1" identifier != number_literal) )) (compound_statement "{\n (*DAT_00019298)(&DAT_00019210,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }" { (expression_statement "(*DAT_00019298)(&DAT_00019210,DAT_000190d8,DAT_000190d8 >> 0x1f,2);" (call_expression "(*DAT_00019298)(&DAT_00019210,DAT_000190d8,DAT_000190d8 >> 0x1f,2)" (parenthesized_expression "(*DAT_00019298)" ( (pointer_expression "*DAT_00019298" * identifier) )) (argument_list "(&DAT_00019210,DAT_000190d8,DAT_000190d8 >> 0x1f,2)" ( (pointer_expression "&DAT_00019210" & identifier) , identifier , (binary_expression "DAT_000190d8 >> 0x1f" identifier >> number_literal) , number_literal ))) ;) })) (if_statement "if (DAT_000190d0 != -1) {\n DAT_00019204 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_00019204);\n }" if (parenthesized_expression "(DAT_000190d0 != -1)" ( (binary_expression "DAT_000190d0 != -1" identifier != number_literal) )) (compound_statement "{\n DAT_00019204 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_00019204);\n }" { (expression_statement "DAT_00019204 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_00019204);" (assignment_expression "DAT_00019204 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_00019204)" identifier = (call_expression "CONCAT13((char)DAT_000190d0,(undefined3)DAT_00019204)" identifier (argument_list "((char)DAT_000190d0,(undefined3)DAT_00019204)" ( (cast_expression "(char)DAT_000190d0" ( (type_descriptor "char" primitive_type) ) identifier) , (cast_expression "(undefined3)DAT_00019204" ( (type_descriptor "undefined3" type_identifier) ) identifier) )))) ;) })) (expression_statement "__ptr = &DAT_00019200;" (assignment_expression "__ptr = &DAT_00019200" identifier = (pointer_expression "&DAT_00019200" & identifier)) ;) (expression_statement "sVar1 = 0x34;" (assignment_expression "sVar1 = 0x34" identifier = number_literal) ;) }) (else_clause "else {\n if (DAT_00019244 != '\x02') {\n /* WARNING: Subroutine does not return */\n abort();\n }\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_000191d2,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_000191d0,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_000191c4 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_000191c4);\n }\n __ptr = &DAT_000191c0;\n sVar1 = 0x40;\n }" else (compound_statement "{\n if (DAT_00019244 != '\x02') {\n /* WARNING: Subroutine does not return */\n abort();\n }\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_000191d2,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_000191d0,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_000191c4 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_000191c4);\n }\n __ptr = &DAT_000191c0;\n sVar1 = 0x40;\n }" { (if_statement "if (DAT_00019244 != '\x02') {\n /* WARNING: Subroutine does not return */\n abort();\n }" if (parenthesized_expression "(DAT_00019244 != '\x02')" ( (binary_expression "DAT_00019244 != '\x02'" identifier != (char_literal "'\x02'" ' escape_sequence ')) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n abort();\n }" { comment (expression_statement "abort();" (call_expression "abort()" identifier (argument_list "()" ( ))) ;) })) (if_statement "if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_000191d2,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }" if (parenthesized_expression "(DAT_000190e0 != 0xffffffff)" ( (binary_expression "DAT_000190e0 != 0xffffffff" identifier != number_literal) )) (compound_statement "{\n (*DAT_00019298)(&DAT_000191d2,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }" { (expression_statement "(*DAT_00019298)(&DAT_000191d2,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);" (call_expression "(*DAT_00019298)(&DAT_000191d2,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2)" (parenthesized_expression "(*DAT_00019298)" ( (pointer_expression "*DAT_00019298" * identifier) )) (argument_list "(&DAT_000191d2,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2)" ( (pointer_expression "&DAT_000191d2" & identifier) , identifier , (binary_expression "(int)DAT_000190e0 >> 0x1f" (cast_expression "(int)DAT_000190e0" ( (type_descriptor "int" primitive_type) ) identifier) >> number_literal) , number_literal ))) ;) })) (if_statement "if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_000191d0,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }" if (parenthesized_expression "(DAT_000190d8 != -1)" ( (binary_expression "DAT_000190d8 != -1" identifier != number_literal) )) (compound_statement "{\n (*DAT_00019298)(&DAT_000191d0,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }" { (expression_statement "(*DAT_00019298)(&DAT_000191d0,DAT_000190d8,DAT_000190d8 >> 0x1f,2);" (call_expression "(*DAT_00019298)(&DAT_000191d0,DAT_000190d8,DAT_000190d8 >> 0x1f,2)" (parenthesized_expression "(*DAT_00019298)" ( (pointer_expression "*DAT_00019298" * identifier) )) (argument_list "(&DAT_000191d0,DAT_000190d8,DAT_000190d8 >> 0x1f,2)" ( (pointer_expression "&DAT_000191d0" & identifier) , identifier , (binary_expression "DAT_000190d8 >> 0x1f" identifier >> number_literal) , number_literal ))) ;) })) (if_statement "if (DAT_000190d0 != -1) {\n DAT_000191c4 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_000191c4);\n }" if (parenthesized_expression "(DAT_000190d0 != -1)" ( (binary_expression "DAT_000190d0 != -1" identifier != number_literal) )) (compound_statement "{\n DAT_000191c4 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_000191c4);\n }" { (expression_statement "DAT_000191c4 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_000191c4);" (assignment_expression "DAT_000191c4 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_000191c4)" identifier = (call_expression "CONCAT13((char)DAT_000190d0,(undefined3)DAT_000191c4)" identifier (argument_list "((char)DAT_000190d0,(undefined3)DAT_000191c4)" ( (cast_expression "(char)DAT_000190d0" ( (type_descriptor "char" primitive_type) ) identifier) , (cast_expression "(undefined3)DAT_000191c4" ( (type_descriptor "undefined3" type_identifier) ) identifier) )))) ;) })) (expression_statement "__ptr = &DAT_000191c0;" (assignment_expression "__ptr = &DAT_000191c0" identifier = (pointer_expression "&DAT_000191c0" & identifier)) ;) (expression_statement "sVar1 = 0x40;" (assignment_expression "sVar1 = 0x40" identifier = number_literal) ;) }))) (expression_statement "sVar1 = fwrite(__ptr,sVar1,1,param_2);" (assignment_expression "sVar1 = fwrite(__ptr,sVar1,1,param_2)" identifier = (call_expression "fwrite(__ptr,sVar1,1,param_2)" identifier (argument_list "(__ptr,sVar1,1,param_2)" ( identifier , identifier , number_literal , identifier )))) ;) (if_statement "if (sVar1 == 1) {\n return 0;\n }" if (parenthesized_expression "(sVar1 == 1)" ( (binary_expression "sVar1 == 1" identifier == number_literal) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) (expression_statement "piVar4 = __errno_location();" (assignment_expression "piVar4 = __errno_location()" identifier = (call_expression "__errno_location()" identifier (argument_list "()" ( )))) ;) (expression_statement "pcVar10 = strerror(*piVar4);" (assignment_expression "pcVar10 = strerror(*piVar4)" identifier = (call_expression "strerror(*piVar4)" identifier (argument_list "(*piVar4)" ( (pointer_expression "*piVar4" * identifier) )))) ;) (expression_statement "uVar2 = dcgettext(0,"%s: Failed to update ELF header: %s\n",5);" (assignment_expression "uVar2 = dcgettext(0,"%s: Failed to update ELF header: %s\n",5)" identifier = (call_expression "dcgettext(0,"%s: Failed to update ELF header: %s\n",5)" identifier (argument_list "(0,"%s: Failed to update ELF header: %s\n",5)" ( number_literal , (string_literal ""%s: Failed to update ELF header: %s\n"" " string_content escape_sequence ") , number_literal )))) ;) (goto_statement "goto LAB_00011c4e;" goto statement_identifier ;) })) (expression_statement "pcVar10 = "%s: Unmatched EI_OSABI: %d is not %d\n";" (assignment_expression "pcVar10 = "%s: Unmatched EI_OSABI: %d is not %d\n"" identifier = (string_literal ""%s: Unmatched EI_OSABI: %d is not %d\n"" " string_content escape_sequence ")) ;) (expression_statement "uVar9 = DAT_000190d4;" (assignment_expression "uVar9 = DAT_000190d4" identifier = identifier) ;) }) (else_clause "else {\n pcVar10 = "%s: Unmatched e_type: %d is not %d\n";\n uVar9 = DAT_000190dc;\n }" else (compound_statement "{\n pcVar10 = "%s: Unmatched e_type: %d is not %d\n";\n uVar9 = DAT_000190dc;\n }" { (expression_statement "pcVar10 = "%s: Unmatched e_type: %d is not %d\n";" (assignment_expression "pcVar10 = "%s: Unmatched e_type: %d is not %d\n"" identifier = (string_literal ""%s: Unmatched e_type: %d is not %d\n"" " string_content escape_sequence ")) ;) (expression_statement "uVar9 = DAT_000190dc;" (assignment_expression "uVar9 = DAT_000190dc" identifier = identifier) ;) }))) }) (else_clause "else {\n pcVar10 = "%s: Unmatched output EI_CLASS: %d is not %d\n";\n uVar9 = DAT_000190c8;\n }" else (compound_statement "{\n pcVar10 = "%s: Unmatched output EI_CLASS: %d is not %d\n";\n uVar9 = DAT_000190c8;\n }" { (expression_statement "pcVar10 = "%s: Unmatched output EI_CLASS: %d is not %d\n";" (assignment_expression "pcVar10 = "%s: Unmatched output EI_CLASS: %d is not %d\n"" identifier = (string_literal ""%s: Unmatched output EI_CLASS: %d is not %d\n"" " string_content escape_sequence ")) ;) (expression_statement "uVar9 = DAT_000190c8;" (assignment_expression "uVar9 = DAT_000190c8" identifier = identifier) ;) })))) }) (else_clause "else {\n bVar7 = DAT_000190cc != 3 && uVar6 != DAT_000190cc;\nLAB_00012050:\n if (!bVar7) goto LAB_00012058;\n pcVar10 = "%s: Unmatched input EI_CLASS: %d is not %d\n";\n uVar9 = DAT_000190cc;\n }" else (compound_statement "{\n bVar7 = DAT_000190cc != 3 && uVar6 != DAT_000190cc;\nLAB_00012050:\n if (!bVar7) goto LAB_00012058;\n pcVar10 = "%s: Unmatched input EI_CLASS: %d is not %d\n";\n uVar9 = DAT_000190cc;\n }" { (expression_statement "bVar7 = DAT_000190cc != 3 && uVar6 != DAT_000190cc;" (assignment_expression "bVar7 = DAT_000190cc != 3 && uVar6 != DAT_000190cc" identifier = (binary_expression "DAT_000190cc != 3 && uVar6 != DAT_000190cc" (binary_expression "DAT_000190cc != 3" identifier != number_literal) && (binary_expression "uVar6 != DAT_000190cc" identifier != identifier))) ;) (labeled_statement "LAB_00012050:\n if (!bVar7) goto LAB_00012058;" statement_identifier : (if_statement "if (!bVar7) goto LAB_00012058;" if (parenthesized_expression "(!bVar7)" ( (unary_expression "!bVar7" ! identifier) )) (goto_statement "goto LAB_00012058;" goto statement_identifier ;))) (expression_statement "pcVar10 = "%s: Unmatched input EI_CLASS: %d is not %d\n";" (assignment_expression "pcVar10 = "%s: Unmatched input EI_CLASS: %d is not %d\n"" identifier = (string_literal ""%s: Unmatched input EI_CLASS: %d is not %d\n"" " string_content escape_sequence ")) ;) (expression_statement "uVar9 = DAT_000190cc;" (assignment_expression "uVar9 = DAT_000190cc" identifier = identifier) ;) }))) (expression_statement "uVar2 = dcgettext(0,pcVar10,5);" (assignment_expression "uVar2 = dcgettext(0,pcVar10,5)" identifier = (call_expression "dcgettext(0,pcVar10,5)" identifier (argument_list "(0,pcVar10,5)" ( number_literal , identifier , number_literal )))) ;) (labeled_statement "LAB_0001223f:\n error(uVar2,uVar12,uVar6,uVar9);" statement_identifier : (expression_statement "error(uVar2,uVar12,uVar6,uVar9);" (call_expression "error(uVar2,uVar12,uVar6,uVar9)" identifier (argument_list "(uVar2,uVar12,uVar6,uVar9)" ( identifier , identifier , identifier , identifier ))) ;)) (return_statement "return 1;" return number_literal ;) })) (expression_statement "DAT_00019294 = FUN_00012e50;" (assignment_expression "DAT_00019294 = FUN_00012e50" identifier = identifier) ;) (expression_statement "DAT_00019298 = FUN_00012d40;" (assignment_expression "DAT_00019298 = FUN_00012d40" identifier = identifier) ;) (if_statement "if (DAT_00019244 == '\x01') goto LAB_00011d08;" if (parenthesized_expression "(DAT_00019244 == '\x01')" ( (binary_expression "DAT_00019244 == '\x01'" identifier == (char_literal "'\x01'" ' escape_sequence ')) )) (goto_statement "goto LAB_00011d08;" goto statement_identifier ;)) (labeled_statement "LAB_00011ca7:\n uVar9 = _DAT_00019244 & 0xff;" statement_identifier : (expression_statement "uVar9 = _DAT_00019244 & 0xff;" (assignment_expression "uVar9 = _DAT_00019244 & 0xff" identifier = (binary_expression "_DAT_00019244 & 0xff" identifier & number_literal)) ;)) (if_statement "if (DAT_00019244 == '\x02') {\n puVar13 = &DAT_000191d0;\n sVar1 = fread(&DAT_000191d0,0x30,1,param_2);\n if (sVar1 == 1) {\n DAT_00019270 = (*DAT_00019294)(puVar13,2);\n DAT_00019272 = (*DAT_00019294)(&DAT_000191d2,2);\n DAT_00019268 = (*DAT_00019294)(&DAT_000191d4,4);\n uVar8 = (*DAT_00019294)(&DAT_000191d8,8);\n DAT_00019254 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019250 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_000191e0,8);\n DAT_0001925c = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019258 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_000191e8,8);\n DAT_00019264 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019260 = (undefined4)uVar8;\n DAT_0001926c = (*DAT_00019294)(&DAT_000191f0,4);\n DAT_00019274 = (*DAT_00019294)(&DAT_000191f4,2);\n DAT_00019278 = (*DAT_00019294)(&DAT_000191f6,2);\n DAT_0001927c = (*DAT_00019294)(&DAT_000191f8,2);\n DAT_00019280 = (*DAT_00019294)(&DAT_000191fa,2);\n DAT_00019284 = (*DAT_00019294)(&DAT_000191fc,2);\n DAT_00019288 = (*DAT_00019294)(&DAT_000191fe,2);\n DAT_000191c0 = DAT_00019240;\n DAT_000191c4 = _DAT_00019244;\n DAT_000191c8 = DAT_00019248;\n DAT_000191cc = DAT_0001924c;\n goto LAB_00011fce;\n }\n }\n else {\n uVar2 = dcgettext(0,"Unsupported EI_CLASS: %d\n",5);\n error(uVar2,uVar9 & 0xff);\n }" if (parenthesized_expression "(DAT_00019244 == '\x02')" ( (binary_expression "DAT_00019244 == '\x02'" identifier == (char_literal "'\x02'" ' escape_sequence ')) )) (compound_statement "{\n puVar13 = &DAT_000191d0;\n sVar1 = fread(&DAT_000191d0,0x30,1,param_2);\n if (sVar1 == 1) {\n DAT_00019270 = (*DAT_00019294)(puVar13,2);\n DAT_00019272 = (*DAT_00019294)(&DAT_000191d2,2);\n DAT_00019268 = (*DAT_00019294)(&DAT_000191d4,4);\n uVar8 = (*DAT_00019294)(&DAT_000191d8,8);\n DAT_00019254 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019250 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_000191e0,8);\n DAT_0001925c = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019258 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_000191e8,8);\n DAT_00019264 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019260 = (undefined4)uVar8;\n DAT_0001926c = (*DAT_00019294)(&DAT_000191f0,4);\n DAT_00019274 = (*DAT_00019294)(&DAT_000191f4,2);\n DAT_00019278 = (*DAT_00019294)(&DAT_000191f6,2);\n DAT_0001927c = (*DAT_00019294)(&DAT_000191f8,2);\n DAT_00019280 = (*DAT_00019294)(&DAT_000191fa,2);\n DAT_00019284 = (*DAT_00019294)(&DAT_000191fc,2);\n DAT_00019288 = (*DAT_00019294)(&DAT_000191fe,2);\n DAT_000191c0 = DAT_00019240;\n DAT_000191c4 = _DAT_00019244;\n DAT_000191c8 = DAT_00019248;\n DAT_000191cc = DAT_0001924c;\n goto LAB_00011fce;\n }\n }" { (expression_statement "puVar13 = &DAT_000191d0;" (assignment_expression "puVar13 = &DAT_000191d0" identifier = (pointer_expression "&DAT_000191d0" & identifier)) ;) (expression_statement "sVar1 = fread(&DAT_000191d0,0x30,1,param_2);" (assignment_expression "sVar1 = fread(&DAT_000191d0,0x30,1,param_2)" identifier = (call_expression "fread(&DAT_000191d0,0x30,1,param_2)" identifier (argument_list "(&DAT_000191d0,0x30,1,param_2)" ( (pointer_expression "&DAT_000191d0" & identifier) , number_literal , number_literal , identifier )))) ;) (if_statement "if (sVar1 == 1) {\n DAT_00019270 = (*DAT_00019294)(puVar13,2);\n DAT_00019272 = (*DAT_00019294)(&DAT_000191d2,2);\n DAT_00019268 = (*DAT_00019294)(&DAT_000191d4,4);\n uVar8 = (*DAT_00019294)(&DAT_000191d8,8);\n DAT_00019254 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019250 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_000191e0,8);\n DAT_0001925c = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019258 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_000191e8,8);\n DAT_00019264 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019260 = (undefined4)uVar8;\n DAT_0001926c = (*DAT_00019294)(&DAT_000191f0,4);\n DAT_00019274 = (*DAT_00019294)(&DAT_000191f4,2);\n DAT_00019278 = (*DAT_00019294)(&DAT_000191f6,2);\n DAT_0001927c = (*DAT_00019294)(&DAT_000191f8,2);\n DAT_00019280 = (*DAT_00019294)(&DAT_000191fa,2);\n DAT_00019284 = (*DAT_00019294)(&DAT_000191fc,2);\n DAT_00019288 = (*DAT_00019294)(&DAT_000191fe,2);\n DAT_000191c0 = DAT_00019240;\n DAT_000191c4 = _DAT_00019244;\n DAT_000191c8 = DAT_00019248;\n DAT_000191cc = DAT_0001924c;\n goto LAB_00011fce;\n }" if (parenthesized_expression "(sVar1 == 1)" ( (binary_expression "sVar1 == 1" identifier == number_literal) )) (compound_statement "{\n DAT_00019270 = (*DAT_00019294)(puVar13,2);\n DAT_00019272 = (*DAT_00019294)(&DAT_000191d2,2);\n DAT_00019268 = (*DAT_00019294)(&DAT_000191d4,4);\n uVar8 = (*DAT_00019294)(&DAT_000191d8,8);\n DAT_00019254 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019250 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_000191e0,8);\n DAT_0001925c = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019258 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_000191e8,8);\n DAT_00019264 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019260 = (undefined4)uVar8;\n DAT_0001926c = (*DAT_00019294)(&DAT_000191f0,4);\n DAT_00019274 = (*DAT_00019294)(&DAT_000191f4,2);\n DAT_00019278 = (*DAT_00019294)(&DAT_000191f6,2);\n DAT_0001927c = (*DAT_00019294)(&DAT_000191f8,2);\n DAT_00019280 = (*DAT_00019294)(&DAT_000191fa,2);\n DAT_00019284 = (*DAT_00019294)(&DAT_000191fc,2);\n DAT_00019288 = (*DAT_00019294)(&DAT_000191fe,2);\n DAT_000191c0 = DAT_00019240;\n DAT_000191c4 = _DAT_00019244;\n DAT_000191c8 = DAT_00019248;\n DAT_000191cc = DAT_0001924c;\n goto LAB_00011fce;\n }" { (expression_statement "DAT_00019270 = (*DAT_00019294)(puVar13,2);" (assignment_expression "DAT_00019270 = (*DAT_00019294)(puVar13,2)" identifier = (call_expression "(*DAT_00019294)(puVar13,2)" (parenthesized_expression "(*DAT_00019294)" ( (pointer_expression "*DAT_00019294" * identifier) )) (argument_list "(puVar13,2)" ( identifier , number_literal )))) ;) (expression_statement "DAT_00019272 = (*DAT_00019294)(&DAT_000191d2,2);" (assignment_expression "DAT_00019272 = (*DAT_00019294)(&DAT_000191d2,2)" identifier = (call_expression "(*DAT_00019294)(&DAT_000191d2,2)" (parenthesized_expression "(*DAT_00019294)" ( (pointer_expression "*DAT_00019294" * identifier) )) (argument_list "(&DAT_000191d2,2)" ( (pointer_expression "&DAT_000191d2" & identifier) , number_literal )))) ;) (expression_statement "DAT_00019268 = (*DAT_00019294)(&DAT_000191d4,4);" (assignment_expression "DAT_00019268 = (*DAT_00019294)(&DAT_000191d4,4)" identifier = (call_expression "(*DAT_00019294)(&DAT_000191d4,4)" (parenthesized_expression "(*DAT_00019294)" ( (pointer_expression "*DAT_00019294" * identifier) )) (argument_list "(&DAT_000191d4,4)" ( (pointer_expression "&DAT_000191d4" & identifier) , number_literal )))) ;) (expression_statement "uVar8 = (*DAT_00019294)(&DAT_000191d8,8);" (assignment_expression "uVar8 = (*DAT_00019294)(&DAT_000191d8,8)" identifier = (call_expression "(*DAT_00019294)(&DAT_000191d8,8)" (parenthesized_expression "(*DAT_00019294)" ( (pointer_expression "*DAT_00019294" * identifier) )) (argument_list "(&DAT_000191d8,8)" ( (pointer_expression "&DAT_000191d8" & identifier) , number_literal )))) ;) (expression_statement "DAT_00019254 = (undefined4)((ulonglong)uVar8 >> 0x20);" (assignment_expression "DAT_00019254 = (undefined4)((ulonglong)uVar8 >> 0x20)" identifier = (call_expression "(undefined4)((ulonglong)uVar8 >> 0x20)" (parenthesized_expression "(undefined4)" ( identifier )) (argument_list "((ulonglong)uVar8 >> 0x20)" ( (binary_expression "(ulonglong)uVar8 >> 0x20" (cast_expression "(ulonglong)uVar8" ( (type_descriptor "ulonglong" type_identifier) ) identifier) >> number_literal) )))) ;) (expression_statement "DAT_00019250 = (undefined4)uVar8;" (assignment_expression "DAT_00019250 = (undefined4)uVar8" identifier = (cast_expression "(undefined4)uVar8" ( (type_descriptor "undefined4" type_identifier) ) identifier)) ;) (expression_statement "uVar8 = (*DAT_00019294)(&DAT_000191e0,8);" (assignment_expression "uVar8 = (*DAT_00019294)(&DAT_000191e0,8)" identifier = (call_expression "(*DAT_00019294)(&DAT_000191e0,8)" (parenthesized_expression "(*DAT_00019294)" ( (pointer_expression "*DAT_00019294" * identifier) )) (argument_list "(&DAT_000191e0,8)" ( (pointer_expression "&DAT_000191e0" & identifier) , number_literal )))) ;) (expression_statement "DAT_0001925c = (undefined4)((ulonglong)uVar8 >> 0x20);" (assignment_expression "DAT_0001925c = (undefined4)((ulonglong)uVar8 >> 0x20)" identifier = (call_expression "(undefined4)((ulonglong)uVar8 >> 0x20)" (parenthesized_expression "(undefined4)" ( identifier )) (argument_list "((ulonglong)uVar8 >> 0x20)" ( (binary_expression "(ulonglong)uVar8 >> 0x20" (cast_expression "(ulonglong)uVar8" ( (type_descriptor "ulonglong" type_identifier) ) identifier) >> number_literal) )))) ;) (expression_statement "DAT_00019258 = (undefined4)uVar8;" (assignment_expression "DAT_00019258 = (undefined4)uVar8" identifier = (cast_expression "(undefined4)uVar8" ( (type_descriptor "undefined4" type_identifier) ) identifier)) ;) (expression_statement "uVar8 = (*DAT_00019294)(&DAT_000191e8,8);" (assignment_expression "uVar8 = (*DAT_00019294)(&DAT_000191e8,8)" identifier = (call_expression "(*DAT_00019294)(&DAT_000191e8,8)" (parenthesized_expression "(*DAT_00019294)" ( (pointer_expression "*DAT_00019294" * identifier) )) (argument_list "(&DAT_000191e8,8)" ( (pointer_expression "&DAT_000191e8" & identifier) , number_literal )))) ;) (expression_statement "DAT_00019264 = (undefined4)((ulonglong)uVar8 >> 0x20);" (assignment_expression "DAT_00019264 = (undefined4)((ulonglong)uVar8 >> 0x20)" identifier = (call_expression "(undefined4)((ulonglong)uVar8 >> 0x20)" (parenthesized_expression "(undefined4)" ( identifier )) (argument_list "((ulonglong)uVar8 >> 0x20)" ( (binary_expression "(ulonglong)uVar8 >> 0x20" (cast_expression "(ulonglong)uVar8" ( (type_descriptor "ulonglong" type_identifier) ) identifier) >> number_literal) )))) ;) (expression_statement "DAT_00019260 = (undefined4)uVar8;" (assignment_expression "DAT_00019260 = (undefined4)uVar8" identifier = (cast_expression "(undefined4)uVar8" ( (type_descriptor "undefined4" type_identifier) ) identifier)) ;) (expression_statement "DAT_0001926c = (*DAT_00019294)(&DAT_000191f0,4);" (assignment_expression "DAT_0001926c = (*DAT_00019294)(&DAT_000191f0,4)" identifier = (call_expression "(*DAT_00019294)(&DAT_000191f0,4)" (parenthesized_expression "(*DAT_00019294)" ( (pointer_expression "*DAT_00019294" * identifier) )) (argument_list "(&DAT_000191f0,4)" ( (pointer_expression "&DAT_000191f0" & identifier) , number_literal )))) ;) (expression_statement "DAT_00019274 = (*DAT_00019294)(&DAT_000191f4,2);" (assignment_expression "DAT_00019274 = (*DAT_00019294)(&DAT_000191f4,2)" identifier = (call_expression "(*DAT_00019294)(&DAT_000191f4,2)" (parenthesized_expression "(*DAT_00019294)" ( (pointer_expression "*DAT_00019294" * identifier) )) (argument_list "(&DAT_000191f4,2)" ( (pointer_expression "&DAT_000191f4" & identifier) , number_literal )))) ;) (expression_statement "DAT_00019278 = (*DAT_00019294)(&DAT_000191f6,2);" (assignment_expression "DAT_00019278 = (*DAT_00019294)(&DAT_000191f6,2)" identifier = (call_expression "(*DAT_00019294)(&DAT_000191f6,2)" (parenthesized_expression "(*DAT_00019294)" ( (pointer_expression "*DAT_00019294" * identifier) )) (argument_list "(&DAT_000191f6,2)" ( (pointer_expression "&DAT_000191f6" & identifier) , number_literal )))) ;) (expression_statement "DAT_0001927c = (*DAT_00019294)(&DAT_000191f8,2);" (assignment_expression "DAT_0001927c = (*DAT_00019294)(&DAT_000191f8,2)" identifier = (call_expression "(*DAT_00019294)(&DAT_000191f8,2)" (parenthesized_expression "(*DAT_00019294)" ( (pointer_expression "*DAT_00019294" * identifier) )) (argument_list "(&DAT_000191f8,2)" ( (pointer_expression "&DAT_000191f8" & identifier) , number_literal )))) ;) (expression_statement "DAT_00019280 = (*DAT_00019294)(&DAT_000191fa,2);" (assignment_expression "DAT_00019280 = (*DAT_00019294)(&DAT_000191fa,2)" identifier = (call_expression "(*DAT_00019294)(&DAT_000191fa,2)" (parenthesized_expression "(*DAT_00019294)" ( (pointer_expression "*DAT_00019294" * identifier) )) (argument_list "(&DAT_000191fa,2)" ( (pointer_expression "&DAT_000191fa" & identifier) , number_literal )))) ;) (expression_statement "DAT_00019284 = (*DAT_00019294)(&DAT_000191fc,2);" (assignment_expression "DAT_00019284 = (*DAT_00019294)(&DAT_000191fc,2)" identifier = (call_expression "(*DAT_00019294)(&DAT_000191fc,2)" (parenthesized_expression "(*DAT_00019294)" ( (pointer_expression "*DAT_00019294" * identifier) )) (argument_list "(&DAT_000191fc,2)" ( (pointer_expression "&DAT_000191fc" & identifier) , number_literal )))) ;) (expression_statement "DAT_00019288 = (*DAT_00019294)(&DAT_000191fe,2);" (assignment_expression "DAT_00019288 = (*DAT_00019294)(&DAT_000191fe,2)" identifier = (call_expression "(*DAT_00019294)(&DAT_000191fe,2)" (parenthesized_expression "(*DAT_00019294)" ( (pointer_expression "*DAT_00019294" * identifier) )) (argument_list "(&DAT_000191fe,2)" ( (pointer_expression "&DAT_000191fe" & identifier) , number_literal )))) ;) (expression_statement "DAT_000191c0 = DAT_00019240;" (assignment_expression "DAT_000191c0 = DAT_00019240" identifier = identifier) ;) (expression_statement "DAT_000191c4 = _DAT_00019244;" (assignment_expression "DAT_000191c4 = _DAT_00019244" identifier = identifier) ;) (expression_statement "DAT_000191c8 = DAT_00019248;" (assignment_expression "DAT_000191c8 = DAT_00019248" identifier = identifier) ;) (expression_statement "DAT_000191cc = DAT_0001924c;" (assignment_expression "DAT_000191cc = DAT_0001924c" identifier = identifier) ;) (goto_statement "goto LAB_00011fce;" goto statement_identifier ;) })) }) (else_clause "else {\n uVar2 = dcgettext(0,"Unsupported EI_CLASS: %d\n",5);\n error(uVar2,uVar9 & 0xff);\n }" else (compound_statement "{\n uVar2 = dcgettext(0,"Unsupported EI_CLASS: %d\n",5);\n error(uVar2,uVar9 & 0xff);\n }" { (expression_statement "uVar2 = dcgettext(0,"Unsupported EI_CLASS: %d\n",5);" (assignment_expression "uVar2 = dcgettext(0,"Unsupported EI_CLASS: %d\n",5)" identifier = (call_expression "dcgettext(0,"Unsupported EI_CLASS: %d\n",5)" identifier (argument_list "(0,"Unsupported EI_CLASS: %d\n",5)" ( number_literal , (string_literal ""Unsupported EI_CLASS: %d\n"" " string_content escape_sequence ") , number_literal )))) ;) (expression_statement "error(uVar2,uVar9 & 0xff);" (call_expression "error(uVar2,uVar9 & 0xff)" identifier (argument_list "(uVar2,uVar9 & 0xff)" ( identifier , (binary_expression "uVar9 & 0xff" identifier & number_literal) ))) ;) }))) })) (labeled_statement "LAB_00011c39:\n pcVar10 = (char *)0x5;" statement_identifier : (expression_statement "pcVar10 = (char *)0x5;" (assignment_expression "pcVar10 = (char *)0x5" identifier = (cast_expression "(char *)0x5" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;)) (expression_statement "uVar2 = dcgettext(0,"%s: Failed to read ELF header\n",5);" (assignment_expression "uVar2 = dcgettext(0,"%s: Failed to read ELF header\n",5)" identifier = (call_expression "dcgettext(0,"%s: Failed to read ELF header\n",5)" identifier (argument_list "(0,"%s: Failed to read ELF header\n",5)" ( number_literal , (string_literal ""%s: Failed to read ELF header\n"" " string_content escape_sequence ") , number_literal )))) ;) (labeled_statement "LAB_00011c4e:\n error(uVar2,uVar12,pcVar10);" statement_identifier : (expression_statement "error(uVar2,uVar12,pcVar10);" (call_expression "error(uVar2,uVar12,pcVar10)" identifier (argument_list "(uVar2,uVar12,pcVar10)" ( identifier , identifier , identifier ))) ;)) (return_statement "return 1;" return number_literal ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nint __regparm3 process_object(char *file_name,FILE *file)\n\n{\n bfd_vma bVar1;\n bfd_size_type bVar2;\n long __off;\n size_t sVar3;\n char *pcVar4;\n int iVar5;\n Elf32_External_Ehdr *__ptr;\n int *piVar6;\n elfclass eVar7;\n elfclass eVar8;\n bool bVar9;\n elf_vma eVar10;\n elfclass eVar11;\n char *pcVar12;\n FILE *pFVar13;\n uint uVar14;\n uchar *puVar15;\n \n __off = ftell((FILE *)file);\n sVar3 = fread(&elf_header,0x10,1,(FILE *)file);\n if (sVar3 != 1) goto LAB_00011c39;\n pFVar13 = file;\n if (elf_header.e_ident[5] == '\x02') {\n byte_get = byte_get_big_endian;\n byte_put = byte_put_big_endian;\n if (elf_header.e_ident[4] != '\x01') goto LAB_00011ca7;\nLAB_00011d08:\n puVar15 = ehdr32.e_type;\n sVar3 = fread(ehdr32.e_type,0x24,1,(FILE *)file);\n if (sVar3 != 1) goto LAB_00011c39;\n eVar10 = (*byte_get)(puVar15,2);\n elf_header.e_type = (ushort)eVar10;\n eVar10 = (*byte_get)(ehdr32.e_machine,2);\n elf_header.e_machine = (ushort)eVar10;\n eVar10 = (*byte_get)(ehdr32.e_version,4);\n elf_header.e_version = (ulong)eVar10;\n elf_header.e_entry = (*byte_get)(ehdr32.e_entry,4);\n elf_header.e_phoff = (*byte_get)(ehdr32.e_phoff,4);\n elf_header.e_shoff = (*byte_get)(ehdr32.e_shoff,4);\n eVar10 = (*byte_get)(ehdr32.e_flags,4);\n elf_header.e_flags = (ulong)eVar10;\n eVar10 = (*byte_get)(ehdr32.e_ehsize,2);\n elf_header.e_ehsize = (uint)eVar10;\n eVar10 = (*byte_get)(ehdr32.e_phentsize,2);\n elf_header.e_phentsize = (uint)eVar10;\n eVar10 = (*byte_get)(ehdr32.e_phnum,2);\n elf_header.e_phnum = (uint)eVar10;\n eVar10 = (*byte_get)(ehdr32.e_shentsize,2);\n elf_header.e_shentsize = (uint)eVar10;\n eVar10 = (*byte_get)(ehdr32.e_shnum,2);\n elf_header.e_shnum = (uint)eVar10;\n eVar10 = (*byte_get)(ehdr32.e_shstrndx,2);\n elf_header.e_shstrndx = (uint)eVar10;\n ehdr32.e_ident[0] = elf_header.e_ident[0];\n ehdr32.e_ident[1] = elf_header.e_ident[1];\n ehdr32.e_ident[2] = elf_header.e_ident[2];\n ehdr32.e_ident[3] = elf_header.e_ident[3];\n ehdr32.e_ident[4] = elf_header.e_ident[4];\n ehdr32.e_ident[5] = elf_header.e_ident[5];\n ehdr32.e_ident[6] = elf_header.e_ident[6];\n ehdr32.e_ident[7] = elf_header.e_ident[7];\n ehdr32.e_ident[8] = elf_header.e_ident[8];\n ehdr32.e_ident[9] = elf_header.e_ident[9];\n ehdr32.e_ident[10] = elf_header.e_ident[10];\n ehdr32.e_ident[0xb] = elf_header.e_ident[0xb];\n ehdr32.e_ident[0xc] = elf_header.e_ident[0xc];\n ehdr32.e_ident[0xd] = elf_header.e_ident[0xd];\n ehdr32.e_ident[0xe] = elf_header.e_ident[0xe];\n ehdr32.e_ident[0xf] = elf_header.e_ident[0xf];\nLAB_00011fce:\n iVar5 = fseek((FILE *)file,__off,0);\n if (iVar5 != 0) {\n pcVar4 = (char *)dcgettext(0,"%s: Failed to seek to ELF header\n",5);\n error(pcVar4,file_name);\n }\n eVar11 = input_elf_machine;\n if (elf_header.e_ident._0_4_ == 0x464c457f) {\n if (elf_header.e_ident[6] != '\x01') {\n eVar8 = (elfclass)elf_header.e_ident[6];\n pcVar4 = (char *)dcgettext(0,"%s: Unsupported EI_VERSION: %d is not %d\n",5,pFVar13,\n file_name,eVar8);\n eVar11 = ELF_CLASS_32;\n eVar8 = eVar8 & 0xff;\n goto LAB_0001223f;\n }\n eVar7 = (elfclass)elf_header.e_machine;\n bVar1 = elf_header.e_entry;\n bVar2 = elf_header.e_shoff;\n if (eVar7 != output_elf_machine) {\n eVar8 = elf_header.e_ident._4_4_ & 0xff;\n if (input_elf_class == ELF_CLASS_UNKNOWN) {\n if (elf_header.e_machine == 6) {\nLAB_00012338:\n bVar9 = eVar8 != ELF_CLASS_32;\n input_elf_class = ELF_CLASS_32;\n goto LAB_00012050;\n }\n if (elf_header.e_machine < 7) {\n if (elf_header.e_machine == 3) goto LAB_00012338;\n }\n else if ((ushort)(elf_header.e_machine - 0xb4) < 2) {\n bVar9 = eVar8 != ELF_CLASS_64;\n input_elf_class = ELF_CLASS_64;\n goto LAB_00012050;\n }\n input_elf_class = ELF_CLASS_BOTH;\nLAB_00012058:\n if ((output_elf_class == ELF_CLASS_BOTH) || (eVar8 == output_elf_class)) {\n if ((input_elf_machine != -1) && (eVar7 != input_elf_machine)) {\n eVar8 = eVar7;\n pcVar4 = (char *)dcgettext(0,"%s: Unmatched e_machine: %d is not %d\n",5,pFVar13,\n file_name,eVar7);\n goto LAB_0001223f;\n }\n eVar8 = (elfclass)elf_header.e_type;\n if ((input_elf_type == -1) || (eVar8 == input_elf_type)) {\n eVar8 = (uint)elf_header.e_ident._4_4_ >> 0x18;\n if ((input_elf_osabi == -1) || (eVar8 == input_elf_osabi)) {\n if (elf_header.e_ident[4] == '\x01') {\n if (output_elf_machine != -1) {\n (*byte_put)(ehdr32.e_machine,(longlong)output_elf_machine,2);\n }\n if (output_elf_type != -1) {\n (*byte_put)(ehdr32.e_type,(longlong)output_elf_type,2);\n }\n if (output_elf_osabi != -1) {\n ehdr32.e_ident[7] = (uchar)output_elf_osabi;\n }\n __ptr = &ehdr32;\n sVar3 = 0x34;\n }\n else {\n if (elf_header.e_ident[4] != '\x02') {\n /* WARNING: Subroutine does not return */\n abort();\n }\n if (output_elf_machine != -1) {\n (*byte_put)(ehdr64.e_machine,(longlong)output_elf_machine,2);\n }\n if (output_elf_type != -1) {\n (*byte_put)(ehdr64.e_type,(longlong)output_elf_type,2);\n }\n if (output_elf_osabi != -1) {\n ehdr64.e_ident[7] = (uchar)output_elf_osabi;\n }\n sVar3 = 0x40;\n __ptr = (Elf32_External_Ehdr *)&ehdr64;\n }\n sVar3 = fwrite(__ptr,sVar3,1,(FILE *)file);\n bVar1 = elf_header.e_entry;\n bVar2 = elf_header.e_shoff;\n if (sVar3 != 1) {\n piVar6 = __errno_location();\n pcVar12 = strerror(*piVar6);\n pcVar4 = (char *)dcgettext(0,"%s: Failed to update ELF header: %s\n",5);\n goto LAB_00011c4e;\n }\n goto LAB_00012260;\n }\n pcVar4 = "%s: Unmatched EI_OSABI: %d is not %d\n";\n eVar11 = input_elf_osabi;\n }\n else {\n pcVar4 = "%s: Unmatched e_type: %d is not %d\n";\n eVar11 = input_elf_type;\n }\n }\n else {\n pcVar4 = "%s: Unmatched output EI_CLASS: %d is not %d\n";\n eVar11 = output_elf_class;\n }\n }\n else {\n bVar9 = input_elf_class != ELF_CLASS_BOTH && eVar8 != input_elf_class;\nLAB_00012050:\n if (!bVar9) goto LAB_00012058;\n pcVar4 = "%s: Unmatched input EI_CLASS: %d is not %d\n";\n eVar11 = input_elf_class;\n }\n pcVar4 = (char *)dcgettext(0,pcVar4,5);\nLAB_0001223f:\n error(pcVar4,file_name,eVar8,eVar11);\n return 1;\n }\nLAB_00012260:\n iVar5 = 0;\n goto LAB_00011c60;\n }\n pcVar12 = (char *)0x5;\n pcVar4 = (char *)dcgettext(0,"%s: Not an ELF file - wrong magic bytes at the start\n",5);\n }\n else {\n byte_get = byte_get_little_endian;\n byte_put = byte_put_little_endian;\n if (elf_header.e_ident[4] == '\x01') goto LAB_00011d08;\nLAB_00011ca7:\n uVar14 = elf_header.e_ident._4_4_ & 0xff;\n if (elf_header.e_ident[4] == '\x02') {\n puVar15 = ehdr64.e_type;\n sVar3 = fread(ehdr64.e_type,0x30,1,(FILE *)file);\n if (sVar3 != 1) goto LAB_00011c39;\n eVar10 = (*byte_get)(puVar15,2);\n elf_header.e_type = (ushort)eVar10;\n eVar10 = (*byte_get)(ehdr64.e_machine,2);\n elf_header.e_machine = (ushort)eVar10;\n eVar10 = (*byte_get)(ehdr64.e_version,4);\n elf_header.e_version = (ulong)eVar10;\n elf_header.e_entry = (*byte_get)(ehdr64.e_entry,8);\n elf_header.e_phoff = (*byte_get)(ehdr64.e_phoff,8);\n elf_header.e_shoff = (*byte_get)(ehdr64.e_shoff,8);\n eVar10 = (*byte_get)(ehdr64.e_flags,4);\n elf_header.e_flags = (ulong)eVar10;\n eVar10 = (*byte_get)(ehdr64.e_ehsize,2);\n elf_header.e_ehsize = (uint)eVar10;\n eVar10 = (*byte_get)(ehdr64.e_phentsize,2);\n elf_header.e_phentsize = (uint)eVar10;\n eVar10 = (*byte_get)(ehdr64.e_phnum,2);\n elf_header.e_phnum = (uint)eVar10;\n eVar10 = (*byte_get)(ehdr64.e_shentsize,2);\n elf_header.e_shentsize = (uint)eVar10;\n eVar10 = (*byte_get)(ehdr64.e_shnum,2);\n elf_header.e_shnum = (uint)eVar10;\n eVar10 = (*byte_get)(ehdr64.e_shstrndx,2);\n elf_header.e_shstrndx = (uint)eVar10;\n ehdr64.e_ident[0] = elf_header.e_ident[0];\n ehdr64.e_ident[1] = elf_header.e_ident[1];\n ehdr64.e_ident[2] = elf_header.e_ident[2];\n ehdr64.e_ident[3] = elf_header.e_ident[3];\n ehdr64.e_ident[4] = elf_header.e_ident[4];\n ehdr64.e_ident[5] = elf_header.e_ident[5];\n ehdr64.e_ident[6] = elf_header.e_ident[6];\n ehdr64.e_ident[7] = elf_header.e_ident[7];\n ehdr64.e_ident[8] = elf_header.e_ident[8];\n ehdr64.e_ident[9] = elf_header.e_ident[9];\n ehdr64.e_ident[10] = elf_header.e_ident[10];\n ehdr64.e_ident[0xb] = elf_header.e_ident[0xb];\n ehdr64.e_ident[0xc] = elf_header.e_ident[0xc];\n ehdr64.e_ident[0xd] = elf_header.e_ident[0xd];\n ehdr64.e_ident[0xe] = elf_header.e_ident[0xe];\n ehdr64.e_ident[0xf] = elf_header.e_ident[0xf];\n goto LAB_00011fce;\n }\n pcVar4 = (char *)dcgettext(0,"Unsupported EI_CLASS: %d\n",5);\n error(pcVar4,uVar14 & 0xff);\nLAB_00011c39:\n pcVar12 = (char *)0x5;\n pcVar4 = (char *)dcgettext(0,"%s: Failed to read ELF header\n",5);\n }\nLAB_00011c4e:\n error(pcVar4,file_name,pcVar12);\n iVar5 = 1;\n bVar1 = elf_header.e_entry;\n bVar2 = elf_header.e_shoff;\nLAB_00011c60:\n elf_header.e_shoff._4_4_ = (undefined4)(bVar2 >> 0x20);\n elf_header.e_shoff._0_4_ = (undefined4)bVar2;\n elf_header.e_entry._4_4_ = (undefined4)(bVar1 >> 0x20);\n elf_header.e_entry._0_4_ = (undefined4)bVar1;\n return iVar5;\n}\n\n" comment (function_definition "int __regparm3 process_object(char *file_name,FILE *file)\n\n{\n bfd_vma bVar1;\n bfd_size_type bVar2;\n long __off;\n size_t sVar3;\n char *pcVar4;\n int iVar5;\n Elf32_External_Ehdr *__ptr;\n int *piVar6;\n elfclass eVar7;\n elfclass eVar8;\n bool bVar9;\n elf_vma eVar10;\n elfclass eVar11;\n char *pcVar12;\n FILE *pFVar13;\n uint uVar14;\n uchar *puVar15;\n \n __off = ftell((FILE *)file);\n sVar3 = fread(&elf_header,0x10,1,(FILE *)file);\n if (sVar3 != 1) goto LAB_00011c39;\n pFVar13 = file;\n if (elf_header.e_ident[5] == '\x02') {\n byte_get = byte_get_big_endian;\n byte_put = byte_put_big_endian;\n if (elf_header.e_ident[4] != '\x01') goto LAB_00011ca7;\nLAB_00011d08:\n puVar15 = ehdr32.e_type;\n sVar3 = fread(ehdr32.e_type,0x24,1,(FILE *)file);\n if (sVar3 != 1) goto LAB_00011c39;\n eVar10 = (*byte_get)(puVar15,2);\n elf_header.e_type = (ushort)eVar10;\n eVar10 = (*byte_get)(ehdr32.e_machine,2);\n elf_header.e_machine = (ushort)eVar10;\n eVar10 = (*byte_get)(ehdr32.e_version,4);\n elf_header.e_version = (ulong)eVar10;\n elf_header.e_entry = (*byte_get)(ehdr32.e_entry,4);\n elf_header.e_phoff = (*byte_get)(ehdr32.e_phoff,4);\n elf_header.e_shoff = (*byte_get)(ehdr32.e_shoff,4);\n eVar10 = (*byte_get)(ehdr32.e_flags,4);\n elf_header.e_flags = (ulong)eVar10;\n eVar10 = (*byte_get)(ehdr32.e_ehsize,2);\n elf_header.e_ehsize = (uint)eVar10;\n eVar10 = (*byte_get)(ehdr32.e_phentsize,2);\n elf_header.e_phentsize = (uint)eVar10;\n eVar10 = (*byte_get)(ehdr32.e_phnum,2);\n elf_header.e_phnum = (uint)eVar10;\n eVar10 = (*byte_get)(ehdr32.e_shentsize,2);\n elf_header.e_shentsize = (uint)eVar10;\n eVar10 = (*byte_get)(ehdr32.e_shnum,2);\n elf_header.e_shnum = (uint)eVar10;\n eVar10 = (*byte_get)(ehdr32.e_shstrndx,2);\n elf_header.e_shstrndx = (uint)eVar10;\n ehdr32.e_ident[0] = elf_header.e_ident[0];\n ehdr32.e_ident[1] = elf_header.e_ident[1];\n ehdr32.e_ident[2] = elf_header.e_ident[2];\n ehdr32.e_ident[3] = elf_header.e_ident[3];\n ehdr32.e_ident[4] = elf_header.e_ident[4];\n ehdr32.e_ident[5] = elf_header.e_ident[5];\n ehdr32.e_ident[6] = elf_header.e_ident[6];\n ehdr32.e_ident[7] = elf_header.e_ident[7];\n ehdr32.e_ident[8] = elf_header.e_ident[8];\n ehdr32.e_ident[9] = elf_header.e_ident[9];\n ehdr32.e_ident[10] = elf_header.e_ident[10];\n ehdr32.e_ident[0xb] = elf_header.e_ident[0xb];\n ehdr32.e_ident[0xc] = elf_header.e_ident[0xc];\n ehdr32.e_ident[0xd] = elf_header.e_ident[0xd];\n ehdr32.e_ident[0xe] = elf_header.e_ident[0xe];\n ehdr32.e_ident[0xf] = elf_header.e_ident[0xf];\nLAB_00011fce:\n iVar5 = fseek((FILE *)file,__off,0);\n if (iVar5 != 0) {\n pcVar4 = (char *)dcgettext(0,"%s: Failed to seek to ELF header\n",5);\n error(pcVar4,file_name);\n }\n eVar11 = input_elf_machine;\n if (elf_header.e_ident._0_4_ == 0x464c457f) {\n if (elf_header.e_ident[6] != '\x01') {\n eVar8 = (elfclass)elf_header.e_ident[6];\n pcVar4 = (char *)dcgettext(0,"%s: Unsupported EI_VERSION: %d is not %d\n",5,pFVar13,\n file_name,eVar8);\n eVar11 = ELF_CLASS_32;\n eVar8 = eVar8 & 0xff;\n goto LAB_0001223f;\n }\n eVar7 = (elfclass)elf_header.e_machine;\n bVar1 = elf_header.e_entry;\n bVar2 = elf_header.e_shoff;\n if (eVar7 != output_elf_machine) {\n eVar8 = elf_header.e_ident._4_4_ & 0xff;\n if (input_elf_class == ELF_CLASS_UNKNOWN) {\n if (elf_header.e_machine == 6) {\nLAB_00012338:\n bVar9 = eVar8 != ELF_CLASS_32;\n input_elf_class = ELF_CLASS_32;\n goto LAB_00012050;\n }\n if (elf_header.e_machine < 7) {\n if (elf_header.e_machine == 3) goto LAB_00012338;\n }\n else if ((ushort)(elf_header.e_machine - 0xb4) < 2) {\n bVar9 = eVar8 != ELF_CLASS_64;\n input_elf_class = ELF_CLASS_64;\n goto LAB_00012050;\n }\n input_elf_class = ELF_CLASS_BOTH;\nLAB_00012058:\n if ((output_elf_class == ELF_CLASS_BOTH) || (eVar8 == output_elf_class)) {\n if ((input_elf_machine != -1) && (eVar7 != input_elf_machine)) {\n eVar8 = eVar7;\n pcVar4 = (char *)dcgettext(0,"%s: Unmatched e_machine: %d is not %d\n",5,pFVar13,\n file_name,eVar7);\n goto LAB_0001223f;\n }\n eVar8 = (elfclass)elf_header.e_type;\n if ((input_elf_type == -1) || (eVar8 == input_elf_type)) {\n eVar8 = (uint)elf_header.e_ident._4_4_ >> 0x18;\n if ((input_elf_osabi == -1) || (eVar8 == input_elf_osabi)) {\n if (elf_header.e_ident[4] == '\x01') {\n if (output_elf_machine != -1) {\n (*byte_put)(ehdr32.e_machine,(longlong)output_elf_machine,2);\n }\n if (output_elf_type != -1) {\n (*byte_put)(ehdr32.e_type,(longlong)output_elf_type,2);\n }\n if (output_elf_osabi != -1) {\n ehdr32.e_ident[7] = (uchar)output_elf_osabi;\n }\n __ptr = &ehdr32;\n sVar3 = 0x34;\n }\n else {\n if (elf_header.e_ident[4] != '\x02') {\n /* WARNING: Subroutine does not return */\n abort();\n }\n if (output_elf_machine != -1) {\n (*byte_put)(ehdr64.e_machine,(longlong)output_elf_machine,2);\n }\n if (output_elf_type != -1) {\n (*byte_put)(ehdr64.e_type,(longlong)output_elf_type,2);\n }\n if (output_elf_osabi != -1) {\n ehdr64.e_ident[7] = (uchar)output_elf_osabi;\n }\n sVar3 = 0x40;\n __ptr = (Elf32_External_Ehdr *)&ehdr64;\n }\n sVar3 = fwrite(__ptr,sVar3,1,(FILE *)file);\n bVar1 = elf_header.e_entry;\n bVar2 = elf_header.e_shoff;\n if (sVar3 != 1) {\n piVar6 = __errno_location();\n pcVar12 = strerror(*piVar6);\n pcVar4 = (char *)dcgettext(0,"%s: Failed to update ELF header: %s\n",5);\n goto LAB_00011c4e;\n }\n goto LAB_00012260;\n }\n pcVar4 = "%s: Unmatched EI_OSABI: %d is not %d\n";\n eVar11 = input_elf_osabi;\n }\n else {\n pcVar4 = "%s: Unmatched e_type: %d is not %d\n";\n eVar11 = input_elf_type;\n }\n }\n else {\n pcVar4 = "%s: Unmatched output EI_CLASS: %d is not %d\n";\n eVar11 = output_elf_class;\n }\n }\n else {\n bVar9 = input_elf_class != ELF_CLASS_BOTH && eVar8 != input_elf_class;\nLAB_00012050:\n if (!bVar9) goto LAB_00012058;\n pcVar4 = "%s: Unmatched input EI_CLASS: %d is not %d\n";\n eVar11 = input_elf_class;\n }\n pcVar4 = (char *)dcgettext(0,pcVar4,5);\nLAB_0001223f:\n error(pcVar4,file_name,eVar8,eVar11);\n return 1;\n }\nLAB_00012260:\n iVar5 = 0;\n goto LAB_00011c60;\n }\n pcVar12 = (char *)0x5;\n pcVar4 = (char *)dcgettext(0,"%s: Not an ELF file - wrong magic bytes at the start\n",5);\n }\n else {\n byte_get = byte_get_little_endian;\n byte_put = byte_put_little_endian;\n if (elf_header.e_ident[4] == '\x01') goto LAB_00011d08;\nLAB_00011ca7:\n uVar14 = elf_header.e_ident._4_4_ & 0xff;\n if (elf_header.e_ident[4] == '\x02') {\n puVar15 = ehdr64.e_type;\n sVar3 = fread(ehdr64.e_type,0x30,1,(FILE *)file);\n if (sVar3 != 1) goto LAB_00011c39;\n eVar10 = (*byte_get)(puVar15,2);\n elf_header.e_type = (ushort)eVar10;\n eVar10 = (*byte_get)(ehdr64.e_machine,2);\n elf_header.e_machine = (ushort)eVar10;\n eVar10 = (*byte_get)(ehdr64.e_version,4);\n elf_header.e_version = (ulong)eVar10;\n elf_header.e_entry = (*byte_get)(ehdr64.e_entry,8);\n elf_header.e_phoff = (*byte_get)(ehdr64.e_phoff,8);\n elf_header.e_shoff = (*byte_get)(ehdr64.e_shoff,8);\n eVar10 = (*byte_get)(ehdr64.e_flags,4);\n elf_header.e_flags = (ulong)eVar10;\n eVar10 = (*byte_get)(ehdr64.e_ehsize,2);\n elf_header.e_ehsize = (uint)eVar10;\n eVar10 = (*byte_get)(ehdr64.e_phentsize,2);\n elf_header.e_phentsize = (uint)eVar10;\n eVar10 = (*byte_get)(ehdr64.e_phnum,2);\n elf_header.e_phnum = (uint)eVar10;\n eVar10 = (*byte_get)(ehdr64.e_shentsize,2);\n elf_header.e_shentsize = (uint)eVar10;\n eVar10 = (*byte_get)(ehdr64.e_shnum,2);\n elf_header.e_shnum = (uint)eVar10;\n eVar10 = (*byte_get)(ehdr64.e_shstrndx,2);\n elf_header.e_shstrndx = (uint)eVar10;\n ehdr64.e_ident[0] = elf_header.e_ident[0];\n ehdr64.e_ident[1] = elf_header.e_ident[1];\n ehdr64.e_ident[2] = elf_header.e_ident[2];\n ehdr64.e_ident[3] = elf_header.e_ident[3];\n ehdr64.e_ident[4] = elf_header.e_ident[4];\n ehdr64.e_ident[5] = elf_header.e_ident[5];\n ehdr64.e_ident[6] = elf_header.e_ident[6];\n ehdr64.e_ident[7] = elf_header.e_ident[7];\n ehdr64.e_ident[8] = elf_header.e_ident[8];\n ehdr64.e_ident[9] = elf_header.e_ident[9];\n ehdr64.e_ident[10] = elf_header.e_ident[10];\n ehdr64.e_ident[0xb] = elf_header.e_ident[0xb];\n ehdr64.e_ident[0xc] = elf_header.e_ident[0xc];\n ehdr64.e_ident[0xd] = elf_header.e_ident[0xd];\n ehdr64.e_ident[0xe] = elf_header.e_ident[0xe];\n ehdr64.e_ident[0xf] = elf_header.e_ident[0xf];\n goto LAB_00011fce;\n }\n pcVar4 = (char *)dcgettext(0,"Unsupported EI_CLASS: %d\n",5);\n error(pcVar4,uVar14 & 0xff);\nLAB_00011c39:\n pcVar12 = (char *)0x5;\n pcVar4 = (char *)dcgettext(0,"%s: Failed to read ELF header\n",5);\n }\nLAB_00011c4e:\n error(pcVar4,file_name,pcVar12);\n iVar5 = 1;\n bVar1 = elf_header.e_entry;\n bVar2 = elf_header.e_shoff;\nLAB_00011c60:\n elf_header.e_shoff._4_4_ = (undefined4)(bVar2 >> 0x20);\n elf_header.e_shoff._0_4_ = (undefined4)bVar2;\n elf_header.e_entry._4_4_ = (undefined4)(bVar1 >> 0x20);\n elf_header.e_entry._0_4_ = (undefined4)bVar1;\n return iVar5;\n}" primitive_type (ERROR "__regparm3" identifier) (function_declarator "process_object(char *file_name,FILE *file)" identifier (parameter_list "(char *file_name,FILE *file)" ( (parameter_declaration "char *file_name" primitive_type (pointer_declarator "*file_name" * identifier)) , (parameter_declaration "FILE *file" type_identifier (pointer_declarator "*file" * identifier)) ))) (compound_statement "{\n bfd_vma bVar1;\n bfd_size_type bVar2;\n long __off;\n size_t sVar3;\n char *pcVar4;\n int iVar5;\n Elf32_External_Ehdr *__ptr;\n int *piVar6;\n elfclass eVar7;\n elfclass eVar8;\n bool bVar9;\n elf_vma eVar10;\n elfclass eVar11;\n char *pcVar12;\n FILE *pFVar13;\n uint uVar14;\n uchar *puVar15;\n \n __off = ftell((FILE *)file);\n sVar3 = fread(&elf_header,0x10,1,(FILE *)file);\n if (sVar3 != 1) goto LAB_00011c39;\n pFVar13 = file;\n if (elf_header.e_ident[5] == '\x02') {\n byte_get = byte_get_big_endian;\n byte_put = byte_put_big_endian;\n if (elf_header.e_ident[4] != '\x01') goto LAB_00011ca7;\nLAB_00011d08:\n puVar15 = ehdr32.e_type;\n sVar3 = fread(ehdr32.e_type,0x24,1,(FILE *)file);\n if (sVar3 != 1) goto LAB_00011c39;\n eVar10 = (*byte_get)(puVar15,2);\n elf_header.e_type = (ushort)eVar10;\n eVar10 = (*byte_get)(ehdr32.e_machine,2);\n elf_header.e_machine = (ushort)eVar10;\n eVar10 = (*byte_get)(ehdr32.e_version,4);\n elf_header.e_version = (ulong)eVar10;\n elf_header.e_entry = (*byte_get)(ehdr32.e_entry,4);\n elf_header.e_phoff = (*byte_get)(ehdr32.e_phoff,4);\n elf_header.e_shoff = (*byte_get)(ehdr32.e_shoff,4);\n eVar10 = (*byte_get)(ehdr32.e_flags,4);\n elf_header.e_flags = (ulong)eVar10;\n eVar10 = (*byte_get)(ehdr32.e_ehsize,2);\n elf_header.e_ehsize = (uint)eVar10;\n eVar10 = (*byte_get)(ehdr32.e_phentsize,2);\n elf_header.e_phentsize = (uint)eVar10;\n eVar10 = (*byte_get)(ehdr32.e_phnum,2);\n elf_header.e_phnum = (uint)eVar10;\n eVar10 = (*byte_get)(ehdr32.e_shentsize,2);\n elf_header.e_shentsize = (uint)eVar10;\n eVar10 = (*byte_get)(ehdr32.e_shnum,2);\n elf_header.e_shnum = (uint)eVar10;\n eVar10 = (*byte_get)(ehdr32.e_shstrndx,2);\n elf_header.e_shstrndx = (uint)eVar10;\n ehdr32.e_ident[0] = elf_header.e_ident[0];\n ehdr32.e_ident[1] = elf_header.e_ident[1];\n ehdr32.e_ident[2] = elf_header.e_ident[2];\n ehdr32.e_ident[3] = elf_header.e_ident[3];\n ehdr32.e_ident[4] = elf_header.e_ident[4];\n ehdr32.e_ident[5] = elf_header.e_ident[5];\n ehdr32.e_ident[6] = elf_header.e_ident[6];\n ehdr32.e_ident[7] = elf_header.e_ident[7];\n ehdr32.e_ident[8] = elf_header.e_ident[8];\n ehdr32.e_ident[9] = elf_header.e_ident[9];\n ehdr32.e_ident[10] = elf_header.e_ident[10];\n ehdr32.e_ident[0xb] = elf_header.e_ident[0xb];\n ehdr32.e_ident[0xc] = elf_header.e_ident[0xc];\n ehdr32.e_ident[0xd] = elf_header.e_ident[0xd];\n ehdr32.e_ident[0xe] = elf_header.e_ident[0xe];\n ehdr32.e_ident[0xf] = elf_header.e_ident[0xf];\nLAB_00011fce:\n iVar5 = fseek((FILE *)file,__off,0);\n if (iVar5 != 0) {\n pcVar4 = (char *)dcgettext(0,"%s: Failed to seek to ELF header\n",5);\n error(pcVar4,file_name);\n }\n eVar11 = input_elf_machine;\n if (elf_header.e_ident._0_4_ == 0x464c457f) {\n if (elf_header.e_ident[6] != '\x01') {\n eVar8 = (elfclass)elf_header.e_ident[6];\n pcVar4 = (char *)dcgettext(0,"%s: Unsupported EI_VERSION: %d is not %d\n",5,pFVar13,\n file_name,eVar8);\n eVar11 = ELF_CLASS_32;\n eVar8 = eVar8 & 0xff;\n goto LAB_0001223f;\n }\n eVar7 = (elfclass)elf_header.e_machine;\n bVar1 = elf_header.e_entry;\n bVar2 = elf_header.e_shoff;\n if (eVar7 != output_elf_machine) {\n eVar8 = elf_header.e_ident._4_4_ & 0xff;\n if (input_elf_class == ELF_CLASS_UNKNOWN) {\n if (elf_header.e_machine == 6) {\nLAB_00012338:\n bVar9 = eVar8 != ELF_CLASS_32;\n input_elf_class = ELF_CLASS_32;\n goto LAB_00012050;\n }\n if (elf_header.e_machine < 7) {\n if (elf_header.e_machine == 3) goto LAB_00012338;\n }\n else if ((ushort)(elf_header.e_machine - 0xb4) < 2) {\n bVar9 = eVar8 != ELF_CLASS_64;\n input_elf_class = ELF_CLASS_64;\n goto LAB_00012050;\n }\n input_elf_class = ELF_CLASS_BOTH;\nLAB_00012058:\n if ((output_elf_class == ELF_CLASS_BOTH) || (eVar8 == output_elf_class)) {\n if ((input_elf_machine != -1) && (eVar7 != input_elf_machine)) {\n eVar8 = eVar7;\n pcVar4 = (char *)dcgettext(0,"%s: Unmatched e_machine: %d is not %d\n",5,pFVar13,\n file_name,eVar7);\n goto LAB_0001223f;\n }\n eVar8 = (elfclass)elf_header.e_type;\n if ((input_elf_type == -1) || (eVar8 == input_elf_type)) {\n eVar8 = (uint)elf_header.e_ident._4_4_ >> 0x18;\n if ((input_elf_osabi == -1) || (eVar8 == input_elf_osabi)) {\n if (elf_header.e_ident[4] == '\x01') {\n if (output_elf_machine != -1) {\n (*byte_put)(ehdr32.e_machine,(longlong)output_elf_machine,2);\n }\n if (output_elf_type != -1) {\n (*byte_put)(ehdr32.e_type,(longlong)output_elf_type,2);\n }\n if (output_elf_osabi != -1) {\n ehdr32.e_ident[7] = (uchar)output_elf_osabi;\n }\n __ptr = &ehdr32;\n sVar3 = 0x34;\n }\n else {\n if (elf_header.e_ident[4] != '\x02') {\n /* WARNING: Subroutine does not return */\n abort();\n }\n if (output_elf_machine != -1) {\n (*byte_put)(ehdr64.e_machine,(longlong)output_elf_machine,2);\n }\n if (output_elf_type != -1) {\n (*byte_put)(ehdr64.e_type,(longlong)output_elf_type,2);\n }\n if (output_elf_osabi != -1) {\n ehdr64.e_ident[7] = (uchar)output_elf_osabi;\n }\n sVar3 = 0x40;\n __ptr = (Elf32_External_Ehdr *)&ehdr64;\n }\n sVar3 = fwrite(__ptr,sVar3,1,(FILE *)file);\n bVar1 = elf_header.e_entry;\n bVar2 = elf_header.e_shoff;\n if (sVar3 != 1) {\n piVar6 = __errno_location();\n pcVar12 = strerror(*piVar6);\n pcVar4 = (char *)dcgettext(0,"%s: Failed to update ELF header: %s\n",5);\n goto LAB_00011c4e;\n }\n goto LAB_00012260;\n }\n pcVar4 = "%s: Unmatched EI_OSABI: %d is not %d\n";\n eVar11 = input_elf_osabi;\n }\n else {\n pcVar4 = "%s: Unmatched e_type: %d is not %d\n";\n eVar11 = input_elf_type;\n }\n }\n else {\n pcVar4 = "%s: Unmatched output EI_CLASS: %d is not %d\n";\n eVar11 = output_elf_class;\n }\n }\n else {\n bVar9 = input_elf_class != ELF_CLASS_BOTH && eVar8 != input_elf_class;\nLAB_00012050:\n if (!bVar9) goto LAB_00012058;\n pcVar4 = "%s: Unmatched input EI_CLASS: %d is not %d\n";\n eVar11 = input_elf_class;\n }\n pcVar4 = (char *)dcgettext(0,pcVar4,5);\nLAB_0001223f:\n error(pcVar4,file_name,eVar8,eVar11);\n return 1;\n }\nLAB_00012260:\n iVar5 = 0;\n goto LAB_00011c60;\n }\n pcVar12 = (char *)0x5;\n pcVar4 = (char *)dcgettext(0,"%s: Not an ELF file - wrong magic bytes at the start\n",5);\n }\n else {\n byte_get = byte_get_little_endian;\n byte_put = byte_put_little_endian;\n if (elf_header.e_ident[4] == '\x01') goto LAB_00011d08;\nLAB_00011ca7:\n uVar14 = elf_header.e_ident._4_4_ & 0xff;\n if (elf_header.e_ident[4] == '\x02') {\n puVar15 = ehdr64.e_type;\n sVar3 = fread(ehdr64.e_type,0x30,1,(FILE *)file);\n if (sVar3 != 1) goto LAB_00011c39;\n eVar10 = (*byte_get)(puVar15,2);\n elf_header.e_type = (ushort)eVar10;\n eVar10 = (*byte_get)(ehdr64.e_machine,2);\n elf_header.e_machine = (ushort)eVar10;\n eVar10 = (*byte_get)(ehdr64.e_version,4);\n elf_header.e_version = (ulong)eVar10;\n elf_header.e_entry = (*byte_get)(ehdr64.e_entry,8);\n elf_header.e_phoff = (*byte_get)(ehdr64.e_phoff,8);\n elf_header.e_shoff = (*byte_get)(ehdr64.e_shoff,8);\n eVar10 = (*byte_get)(ehdr64.e_flags,4);\n elf_header.e_flags = (ulong)eVar10;\n eVar10 = (*byte_get)(ehdr64.e_ehsize,2);\n elf_header.e_ehsize = (uint)eVar10;\n eVar10 = (*byte_get)(ehdr64.e_phentsize,2);\n elf_header.e_phentsize = (uint)eVar10;\n eVar10 = (*byte_get)(ehdr64.e_phnum,2);\n elf_header.e_phnum = (uint)eVar10;\n eVar10 = (*byte_get)(ehdr64.e_shentsize,2);\n elf_header.e_shentsize = (uint)eVar10;\n eVar10 = (*byte_get)(ehdr64.e_shnum,2);\n elf_header.e_shnum = (uint)eVar10;\n eVar10 = (*byte_get)(ehdr64.e_shstrndx,2);\n elf_header.e_shstrndx = (uint)eVar10;\n ehdr64.e_ident[0] = elf_header.e_ident[0];\n ehdr64.e_ident[1] = elf_header.e_ident[1];\n ehdr64.e_ident[2] = elf_header.e_ident[2];\n ehdr64.e_ident[3] = elf_header.e_ident[3];\n ehdr64.e_ident[4] = elf_header.e_ident[4];\n ehdr64.e_ident[5] = elf_header.e_ident[5];\n ehdr64.e_ident[6] = elf_header.e_ident[6];\n ehdr64.e_ident[7] = elf_header.e_ident[7];\n ehdr64.e_ident[8] = elf_header.e_ident[8];\n ehdr64.e_ident[9] = elf_header.e_ident[9];\n ehdr64.e_ident[10] = elf_header.e_ident[10];\n ehdr64.e_ident[0xb] = elf_header.e_ident[0xb];\n ehdr64.e_ident[0xc] = elf_header.e_ident[0xc];\n ehdr64.e_ident[0xd] = elf_header.e_ident[0xd];\n ehdr64.e_ident[0xe] = elf_header.e_ident[0xe];\n ehdr64.e_ident[0xf] = elf_header.e_ident[0xf];\n goto LAB_00011fce;\n }\n pcVar4 = (char *)dcgettext(0,"Unsupported EI_CLASS: %d\n",5);\n error(pcVar4,uVar14 & 0xff);\nLAB_00011c39:\n pcVar12 = (char *)0x5;\n pcVar4 = (char *)dcgettext(0,"%s: Failed to read ELF header\n",5);\n }\nLAB_00011c4e:\n error(pcVar4,file_name,pcVar12);\n iVar5 = 1;\n bVar1 = elf_header.e_entry;\n bVar2 = elf_header.e_shoff;\nLAB_00011c60:\n elf_header.e_shoff._4_4_ = (undefined4)(bVar2 >> 0x20);\n elf_header.e_shoff._0_4_ = (undefined4)bVar2;\n elf_header.e_entry._4_4_ = (undefined4)(bVar1 >> 0x20);\n elf_header.e_entry._0_4_ = (undefined4)bVar1;\n return iVar5;\n}" { (declaration "bfd_vma bVar1;" type_identifier identifier ;) (declaration "bfd_size_type bVar2;" type_identifier identifier ;) (declaration "long __off;" (sized_type_specifier "long" long) identifier ;) (declaration "size_t sVar3;" primitive_type identifier ;) (declaration "char *pcVar4;" primitive_type (pointer_declarator "*pcVar4" * identifier) ;) (declaration "int iVar5;" primitive_type identifier ;) (declaration "Elf32_External_Ehdr *__ptr;" type_identifier (pointer_declarator "*__ptr" * identifier) ;) (declaration "int *piVar6;" primitive_type (pointer_declarator "*piVar6" * identifier) ;) (declaration "elfclass eVar7;" type_identifier identifier ;) (declaration "elfclass eVar8;" type_identifier identifier ;) (declaration "bool bVar9;" primitive_type identifier ;) (declaration "elf_vma eVar10;" type_identifier identifier ;) (declaration "elfclass eVar11;" type_identifier identifier ;) (declaration "char *pcVar12;" primitive_type (pointer_declarator "*pcVar12" * identifier) ;) (declaration "FILE *pFVar13;" type_identifier (pointer_declarator "*pFVar13" * identifier) ;) (declaration "uint uVar14;" type_identifier identifier ;) (declaration "uchar *puVar15;" type_identifier (pointer_declarator "*puVar15" * identifier) ;) (expression_statement "__off = ftell((FILE *)file);" (assignment_expression "__off = ftell((FILE *)file)" identifier = (call_expression "ftell((FILE *)file)" identifier (argument_list "((FILE *)file)" ( (cast_expression "(FILE *)file" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) )))) ;) (expression_statement "sVar3 = fread(&elf_header,0x10,1,(FILE *)file);" (assignment_expression "sVar3 = fread(&elf_header,0x10,1,(FILE *)file)" identifier = (call_expression "fread(&elf_header,0x10,1,(FILE *)file)" identifier (argument_list "(&elf_header,0x10,1,(FILE *)file)" ( (pointer_expression "&elf_header" & identifier) , number_literal , number_literal , (cast_expression "(FILE *)file" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) )))) ;) (if_statement "if (sVar3 != 1) goto LAB_00011c39;" if (parenthesized_expression "(sVar3 != 1)" ( (binary_expression "sVar3 != 1" identifier != number_literal) )) (goto_statement "goto LAB_00011c39;" goto statement_identifier ;)) (expression_statement "pFVar13 = file;" (assignment_expression "pFVar13 = file" identifier = identifier) ;) (if_statement "if (elf_header.e_ident[5] == '\x02') {\n byte_get = byte_get_big_endian;\n byte_put = byte_put_big_endian;\n if (elf_header.e_ident[4] != '\x01') goto LAB_00011ca7;\nLAB_00011d08:\n puVar15 = ehdr32.e_type;\n sVar3 = fread(ehdr32.e_type,0x24,1,(FILE *)file);\n if (sVar3 != 1) goto LAB_00011c39;\n eVar10 = (*byte_get)(puVar15,2);\n elf_header.e_type = (ushort)eVar10;\n eVar10 = (*byte_get)(ehdr32.e_machine,2);\n elf_header.e_machine = (ushort)eVar10;\n eVar10 = (*byte_get)(ehdr32.e_version,4);\n elf_header.e_version = (ulong)eVar10;\n elf_header.e_entry = (*byte_get)(ehdr32.e_entry,4);\n elf_header.e_phoff = (*byte_get)(ehdr32.e_phoff,4);\n elf_header.e_shoff = (*byte_get)(ehdr32.e_shoff,4);\n eVar10 = (*byte_get)(ehdr32.e_flags,4);\n elf_header.e_flags = (ulong)eVar10;\n eVar10 = (*byte_get)(ehdr32.e_ehsize,2);\n elf_header.e_ehsize = (uint)eVar10;\n eVar10 = (*byte_get)(ehdr32.e_phentsize,2);\n elf_header.e_phentsize = (uint)eVar10;\n eVar10 = (*byte_get)(ehdr32.e_phnum,2);\n elf_header.e_phnum = (uint)eVar10;\n eVar10 = (*byte_get)(ehdr32.e_shentsize,2);\n elf_header.e_shentsize = (uint)eVar10;\n eVar10 = (*byte_get)(ehdr32.e_shnum,2);\n elf_header.e_shnum = (uint)eVar10;\n eVar10 = (*byte_get)(ehdr32.e_shstrndx,2);\n elf_header.e_shstrndx = (uint)eVar10;\n ehdr32.e_ident[0] = elf_header.e_ident[0];\n ehdr32.e_ident[1] = elf_header.e_ident[1];\n ehdr32.e_ident[2] = elf_header.e_ident[2];\n ehdr32.e_ident[3] = elf_header.e_ident[3];\n ehdr32.e_ident[4] = elf_header.e_ident[4];\n ehdr32.e_ident[5] = elf_header.e_ident[5];\n ehdr32.e_ident[6] = elf_header.e_ident[6];\n ehdr32.e_ident[7] = elf_header.e_ident[7];\n ehdr32.e_ident[8] = elf_header.e_ident[8];\n ehdr32.e_ident[9] = elf_header.e_ident[9];\n ehdr32.e_ident[10] = elf_header.e_ident[10];\n ehdr32.e_ident[0xb] = elf_header.e_ident[0xb];\n ehdr32.e_ident[0xc] = elf_header.e_ident[0xc];\n ehdr32.e_ident[0xd] = elf_header.e_ident[0xd];\n ehdr32.e_ident[0xe] = elf_header.e_ident[0xe];\n ehdr32.e_ident[0xf] = elf_header.e_ident[0xf];\nLAB_00011fce:\n iVar5 = fseek((FILE *)file,__off,0);\n if (iVar5 != 0) {\n pcVar4 = (char *)dcgettext(0,"%s: Failed to seek to ELF header\n",5);\n error(pcVar4,file_name);\n }\n eVar11 = input_elf_machine;\n if (elf_header.e_ident._0_4_ == 0x464c457f) {\n if (elf_header.e_ident[6] != '\x01') {\n eVar8 = (elfclass)elf_header.e_ident[6];\n pcVar4 = (char *)dcgettext(0,"%s: Unsupported EI_VERSION: %d is not %d\n",5,pFVar13,\n file_name,eVar8);\n eVar11 = ELF_CLASS_32;\n eVar8 = eVar8 & 0xff;\n goto LAB_0001223f;\n }\n eVar7 = (elfclass)elf_header.e_machine;\n bVar1 = elf_header.e_entry;\n bVar2 = elf_header.e_shoff;\n if (eVar7 != output_elf_machine) {\n eVar8 = elf_header.e_ident._4_4_ & 0xff;\n if (input_elf_class == ELF_CLASS_UNKNOWN) {\n if (elf_header.e_machine == 6) {\nLAB_00012338:\n bVar9 = eVar8 != ELF_CLASS_32;\n input_elf_class = ELF_CLASS_32;\n goto LAB_00012050;\n }\n if (elf_header.e_machine < 7) {\n if (elf_header.e_machine == 3) goto LAB_00012338;\n }\n else if ((ushort)(elf_header.e_machine - 0xb4) < 2) {\n bVar9 = eVar8 != ELF_CLASS_64;\n input_elf_class = ELF_CLASS_64;\n goto LAB_00012050;\n }\n input_elf_class = ELF_CLASS_BOTH;\nLAB_00012058:\n if ((output_elf_class == ELF_CLASS_BOTH) || (eVar8 == output_elf_class)) {\n if ((input_elf_machine != -1) && (eVar7 != input_elf_machine)) {\n eVar8 = eVar7;\n pcVar4 = (char *)dcgettext(0,"%s: Unmatched e_machine: %d is not %d\n",5,pFVar13,\n file_name,eVar7);\n goto LAB_0001223f;\n }\n eVar8 = (elfclass)elf_header.e_type;\n if ((input_elf_type == -1) || (eVar8 == input_elf_type)) {\n eVar8 = (uint)elf_header.e_ident._4_4_ >> 0x18;\n if ((input_elf_osabi == -1) || (eVar8 == input_elf_osabi)) {\n if (elf_header.e_ident[4] == '\x01') {\n if (output_elf_machine != -1) {\n (*byte_put)(ehdr32.e_machine,(longlong)output_elf_machine,2);\n }\n if (output_elf_type != -1) {\n (*byte_put)(ehdr32.e_type,(longlong)output_elf_type,2);\n }\n if (output_elf_osabi != -1) {\n ehdr32.e_ident[7] = (uchar)output_elf_osabi;\n }\n __ptr = &ehdr32;\n sVar3 = 0x34;\n }\n else {\n if (elf_header.e_ident[4] != '\x02') {\n /* WARNING: Subroutine does not return */\n abort();\n }\n if (output_elf_machine != -1) {\n (*byte_put)(ehdr64.e_machine,(longlong)output_elf_machine,2);\n }\n if (output_elf_type != -1) {\n (*byte_put)(ehdr64.e_type,(longlong)output_elf_type,2);\n }\n if (output_elf_osabi != -1) {\n ehdr64.e_ident[7] = (uchar)output_elf_osabi;\n }\n sVar3 = 0x40;\n __ptr = (Elf32_External_Ehdr *)&ehdr64;\n }\n sVar3 = fwrite(__ptr,sVar3,1,(FILE *)file);\n bVar1 = elf_header.e_entry;\n bVar2 = elf_header.e_shoff;\n if (sVar3 != 1) {\n piVar6 = __errno_location();\n pcVar12 = strerror(*piVar6);\n pcVar4 = (char *)dcgettext(0,"%s: Failed to update ELF header: %s\n",5);\n goto LAB_00011c4e;\n }\n goto LAB_00012260;\n }\n pcVar4 = "%s: Unmatched EI_OSABI: %d is not %d\n";\n eVar11 = input_elf_osabi;\n }\n else {\n pcVar4 = "%s: Unmatched e_type: %d is not %d\n";\n eVar11 = input_elf_type;\n }\n }\n else {\n pcVar4 = "%s: Unmatched output EI_CLASS: %d is not %d\n";\n eVar11 = output_elf_class;\n }\n }\n else {\n bVar9 = input_elf_class != ELF_CLASS_BOTH && eVar8 != input_elf_class;\nLAB_00012050:\n if (!bVar9) goto LAB_00012058;\n pcVar4 = "%s: Unmatched input EI_CLASS: %d is not %d\n";\n eVar11 = input_elf_class;\n }\n pcVar4 = (char *)dcgettext(0,pcVar4,5);\nLAB_0001223f:\n error(pcVar4,file_name,eVar8,eVar11);\n return 1;\n }\nLAB_00012260:\n iVar5 = 0;\n goto LAB_00011c60;\n }\n pcVar12 = (char *)0x5;\n pcVar4 = (char *)dcgettext(0,"%s: Not an ELF file - wrong magic bytes at the start\n",5);\n }\n else {\n byte_get = byte_get_little_endian;\n byte_put = byte_put_little_endian;\n if (elf_header.e_ident[4] == '\x01') goto LAB_00011d08;\nLAB_00011ca7:\n uVar14 = elf_header.e_ident._4_4_ & 0xff;\n if (elf_header.e_ident[4] == '\x02') {\n puVar15 = ehdr64.e_type;\n sVar3 = fread(ehdr64.e_type,0x30,1,(FILE *)file);\n if (sVar3 != 1) goto LAB_00011c39;\n eVar10 = (*byte_get)(puVar15,2);\n elf_header.e_type = (ushort)eVar10;\n eVar10 = (*byte_get)(ehdr64.e_machine,2);\n elf_header.e_machine = (ushort)eVar10;\n eVar10 = (*byte_get)(ehdr64.e_version,4);\n elf_header.e_version = (ulong)eVar10;\n elf_header.e_entry = (*byte_get)(ehdr64.e_entry,8);\n elf_header.e_phoff = (*byte_get)(ehdr64.e_phoff,8);\n elf_header.e_shoff = (*byte_get)(ehdr64.e_shoff,8);\n eVar10 = (*byte_get)(ehdr64.e_flags,4);\n elf_header.e_flags = (ulong)eVar10;\n eVar10 = (*byte_get)(ehdr64.e_ehsize,2);\n elf_header.e_ehsize = (uint)eVar10;\n eVar10 = (*byte_get)(ehdr64.e_phentsize,2);\n elf_header.e_phentsize = (uint)eVar10;\n eVar10 = (*byte_get)(ehdr64.e_phnum,2);\n elf_header.e_phnum = (uint)eVar10;\n eVar10 = (*byte_get)(ehdr64.e_shentsize,2);\n elf_header.e_shentsize = (uint)eVar10;\n eVar10 = (*byte_get)(ehdr64.e_shnum,2);\n elf_header.e_shnum = (uint)eVar10;\n eVar10 = (*byte_get)(ehdr64.e_shstrndx,2);\n elf_header.e_shstrndx = (uint)eVar10;\n ehdr64.e_ident[0] = elf_header.e_ident[0];\n ehdr64.e_ident[1] = elf_header.e_ident[1];\n ehdr64.e_ident[2] = elf_header.e_ident[2];\n ehdr64.e_ident[3] = elf_header.e_ident[3];\n ehdr64.e_ident[4] = elf_header.e_ident[4];\n ehdr64.e_ident[5] = elf_header.e_ident[5];\n ehdr64.e_ident[6] = elf_header.e_ident[6];\n ehdr64.e_ident[7] = elf_header.e_ident[7];\n ehdr64.e_ident[8] = elf_header.e_ident[8];\n ehdr64.e_ident[9] = elf_header.e_ident[9];\n ehdr64.e_ident[10] = elf_header.e_ident[10];\n ehdr64.e_ident[0xb] = elf_header.e_ident[0xb];\n ehdr64.e_ident[0xc] = elf_header.e_ident[0xc];\n ehdr64.e_ident[0xd] = elf_header.e_ident[0xd];\n ehdr64.e_ident[0xe] = elf_header.e_ident[0xe];\n ehdr64.e_ident[0xf] = elf_header.e_ident[0xf];\n goto LAB_00011fce;\n }\n pcVar4 = (char *)dcgettext(0,"Unsupported EI_CLASS: %d\n",5);\n error(pcVar4,uVar14 & 0xff);\nLAB_00011c39:\n pcVar12 = (char *)0x5;\n pcVar4 = (char *)dcgettext(0,"%s: Failed to read ELF header\n",5);\n }" if (parenthesized_expression "(elf_header.e_ident[5] == '\x02')" ( (binary_expression "elf_header.e_ident[5] == '\x02'" (subscript_expression "elf_header.e_ident[5]" (field_expression "elf_header.e_ident" identifier . field_identifier) [ number_literal ]) == (char_literal "'\x02'" ' escape_sequence ')) )) (compound_statement "{\n byte_get = byte_get_big_endian;\n byte_put = byte_put_big_endian;\n if (elf_header.e_ident[4] != '\x01') goto LAB_00011ca7;\nLAB_00011d08:\n puVar15 = ehdr32.e_type;\n sVar3 = fread(ehdr32.e_type,0x24,1,(FILE *)file);\n if (sVar3 != 1) goto LAB_00011c39;\n eVar10 = (*byte_get)(puVar15,2);\n elf_header.e_type = (ushort)eVar10;\n eVar10 = (*byte_get)(ehdr32.e_machine,2);\n elf_header.e_machine = (ushort)eVar10;\n eVar10 = (*byte_get)(ehdr32.e_version,4);\n elf_header.e_version = (ulong)eVar10;\n elf_header.e_entry = (*byte_get)(ehdr32.e_entry,4);\n elf_header.e_phoff = (*byte_get)(ehdr32.e_phoff,4);\n elf_header.e_shoff = (*byte_get)(ehdr32.e_shoff,4);\n eVar10 = (*byte_get)(ehdr32.e_flags,4);\n elf_header.e_flags = (ulong)eVar10;\n eVar10 = (*byte_get)(ehdr32.e_ehsize,2);\n elf_header.e_ehsize = (uint)eVar10;\n eVar10 = (*byte_get)(ehdr32.e_phentsize,2);\n elf_header.e_phentsize = (uint)eVar10;\n eVar10 = (*byte_get)(ehdr32.e_phnum,2);\n elf_header.e_phnum = (uint)eVar10;\n eVar10 = (*byte_get)(ehdr32.e_shentsize,2);\n elf_header.e_shentsize = (uint)eVar10;\n eVar10 = (*byte_get)(ehdr32.e_shnum,2);\n elf_header.e_shnum = (uint)eVar10;\n eVar10 = (*byte_get)(ehdr32.e_shstrndx,2);\n elf_header.e_shstrndx = (uint)eVar10;\n ehdr32.e_ident[0] = elf_header.e_ident[0];\n ehdr32.e_ident[1] = elf_header.e_ident[1];\n ehdr32.e_ident[2] = elf_header.e_ident[2];\n ehdr32.e_ident[3] = elf_header.e_ident[3];\n ehdr32.e_ident[4] = elf_header.e_ident[4];\n ehdr32.e_ident[5] = elf_header.e_ident[5];\n ehdr32.e_ident[6] = elf_header.e_ident[6];\n ehdr32.e_ident[7] = elf_header.e_ident[7];\n ehdr32.e_ident[8] = elf_header.e_ident[8];\n ehdr32.e_ident[9] = elf_header.e_ident[9];\n ehdr32.e_ident[10] = elf_header.e_ident[10];\n ehdr32.e_ident[0xb] = elf_header.e_ident[0xb];\n ehdr32.e_ident[0xc] = elf_header.e_ident[0xc];\n ehdr32.e_ident[0xd] = elf_header.e_ident[0xd];\n ehdr32.e_ident[0xe] = elf_header.e_ident[0xe];\n ehdr32.e_ident[0xf] = elf_header.e_ident[0xf];\nLAB_00011fce:\n iVar5 = fseek((FILE *)file,__off,0);\n if (iVar5 != 0) {\n pcVar4 = (char *)dcgettext(0,"%s: Failed to seek to ELF header\n",5);\n error(pcVar4,file_name);\n }\n eVar11 = input_elf_machine;\n if (elf_header.e_ident._0_4_ == 0x464c457f) {\n if (elf_header.e_ident[6] != '\x01') {\n eVar8 = (elfclass)elf_header.e_ident[6];\n pcVar4 = (char *)dcgettext(0,"%s: Unsupported EI_VERSION: %d is not %d\n",5,pFVar13,\n file_name,eVar8);\n eVar11 = ELF_CLASS_32;\n eVar8 = eVar8 & 0xff;\n goto LAB_0001223f;\n }\n eVar7 = (elfclass)elf_header.e_machine;\n bVar1 = elf_header.e_entry;\n bVar2 = elf_header.e_shoff;\n if (eVar7 != output_elf_machine) {\n eVar8 = elf_header.e_ident._4_4_ & 0xff;\n if (input_elf_class == ELF_CLASS_UNKNOWN) {\n if (elf_header.e_machine == 6) {\nLAB_00012338:\n bVar9 = eVar8 != ELF_CLASS_32;\n input_elf_class = ELF_CLASS_32;\n goto LAB_00012050;\n }\n if (elf_header.e_machine < 7) {\n if (elf_header.e_machine == 3) goto LAB_00012338;\n }\n else if ((ushort)(elf_header.e_machine - 0xb4) < 2) {\n bVar9 = eVar8 != ELF_CLASS_64;\n input_elf_class = ELF_CLASS_64;\n goto LAB_00012050;\n }\n input_elf_class = ELF_CLASS_BOTH;\nLAB_00012058:\n if ((output_elf_class == ELF_CLASS_BOTH) || (eVar8 == output_elf_class)) {\n if ((input_elf_machine != -1) && (eVar7 != input_elf_machine)) {\n eVar8 = eVar7;\n pcVar4 = (char *)dcgettext(0,"%s: Unmatched e_machine: %d is not %d\n",5,pFVar13,\n file_name,eVar7);\n goto LAB_0001223f;\n }\n eVar8 = (elfclass)elf_header.e_type;\n if ((input_elf_type == -1) || (eVar8 == input_elf_type)) {\n eVar8 = (uint)elf_header.e_ident._4_4_ >> 0x18;\n if ((input_elf_osabi == -1) || (eVar8 == input_elf_osabi)) {\n if (elf_header.e_ident[4] == '\x01') {\n if (output_elf_machine != -1) {\n (*byte_put)(ehdr32.e_machine,(longlong)output_elf_machine,2);\n }\n if (output_elf_type != -1) {\n (*byte_put)(ehdr32.e_type,(longlong)output_elf_type,2);\n }\n if (output_elf_osabi != -1) {\n ehdr32.e_ident[7] = (uchar)output_elf_osabi;\n }\n __ptr = &ehdr32;\n sVar3 = 0x34;\n }\n else {\n if (elf_header.e_ident[4] != '\x02') {\n /* WARNING: Subroutine does not return */\n abort();\n }\n if (output_elf_machine != -1) {\n (*byte_put)(ehdr64.e_machine,(longlong)output_elf_machine,2);\n }\n if (output_elf_type != -1) {\n (*byte_put)(ehdr64.e_type,(longlong)output_elf_type,2);\n }\n if (output_elf_osabi != -1) {\n ehdr64.e_ident[7] = (uchar)output_elf_osabi;\n }\n sVar3 = 0x40;\n __ptr = (Elf32_External_Ehdr *)&ehdr64;\n }\n sVar3 = fwrite(__ptr,sVar3,1,(FILE *)file);\n bVar1 = elf_header.e_entry;\n bVar2 = elf_header.e_shoff;\n if (sVar3 != 1) {\n piVar6 = __errno_location();\n pcVar12 = strerror(*piVar6);\n pcVar4 = (char *)dcgettext(0,"%s: Failed to update ELF header: %s\n",5);\n goto LAB_00011c4e;\n }\n goto LAB_00012260;\n }\n pcVar4 = "%s: Unmatched EI_OSABI: %d is not %d\n";\n eVar11 = input_elf_osabi;\n }\n else {\n pcVar4 = "%s: Unmatched e_type: %d is not %d\n";\n eVar11 = input_elf_type;\n }\n }\n else {\n pcVar4 = "%s: Unmatched output EI_CLASS: %d is not %d\n";\n eVar11 = output_elf_class;\n }\n }\n else {\n bVar9 = input_elf_class != ELF_CLASS_BOTH && eVar8 != input_elf_class;\nLAB_00012050:\n if (!bVar9) goto LAB_00012058;\n pcVar4 = "%s: Unmatched input EI_CLASS: %d is not %d\n";\n eVar11 = input_elf_class;\n }\n pcVar4 = (char *)dcgettext(0,pcVar4,5);\nLAB_0001223f:\n error(pcVar4,file_name,eVar8,eVar11);\n return 1;\n }\nLAB_00012260:\n iVar5 = 0;\n goto LAB_00011c60;\n }\n pcVar12 = (char *)0x5;\n pcVar4 = (char *)dcgettext(0,"%s: Not an ELF file - wrong magic bytes at the start\n",5);\n }" { (expression_statement "byte_get = byte_get_big_endian;" (assignment_expression "byte_get = byte_get_big_endian" identifier = identifier) ;) (expression_statement "byte_put = byte_put_big_endian;" (assignment_expression "byte_put = byte_put_big_endian" identifier = identifier) ;) (if_statement "if (elf_header.e_ident[4] != '\x01') goto LAB_00011ca7;" if (parenthesized_expression "(elf_header.e_ident[4] != '\x01')" ( (binary_expression "elf_header.e_ident[4] != '\x01'" (subscript_expression "elf_header.e_ident[4]" (field_expression "elf_header.e_ident" identifier . field_identifier) [ number_literal ]) != (char_literal "'\x01'" ' escape_sequence ')) )) (goto_statement "goto LAB_00011ca7;" goto statement_identifier ;)) (labeled_statement "LAB_00011d08:\n puVar15 = ehdr32.e_type;" statement_identifier : (expression_statement "puVar15 = ehdr32.e_type;" (assignment_expression "puVar15 = ehdr32.e_type" identifier = (field_expression "ehdr32.e_type" identifier . field_identifier)) ;)) (expression_statement "sVar3 = fread(ehdr32.e_type,0x24,1,(FILE *)file);" (assignment_expression "sVar3 = fread(ehdr32.e_type,0x24,1,(FILE *)file)" identifier = (call_expression "fread(ehdr32.e_type,0x24,1,(FILE *)file)" identifier (argument_list "(ehdr32.e_type,0x24,1,(FILE *)file)" ( (field_expression "ehdr32.e_type" identifier . field_identifier) , number_literal , number_literal , (cast_expression "(FILE *)file" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) )))) ;) (if_statement "if (sVar3 != 1) goto LAB_00011c39;" if (parenthesized_expression "(sVar3 != 1)" ( (binary_expression "sVar3 != 1" identifier != number_literal) )) (goto_statement "goto LAB_00011c39;" goto statement_identifier ;)) (expression_statement "eVar10 = (*byte_get)(puVar15,2);" (assignment_expression "eVar10 = (*byte_get)(puVar15,2)" identifier = (call_expression "(*byte_get)(puVar15,2)" (parenthesized_expression "(*byte_get)" ( (pointer_expression "*byte_get" * identifier) )) (argument_list "(puVar15,2)" ( identifier , number_literal )))) ;) (expression_statement "elf_header.e_type = (ushort)eVar10;" (assignment_expression "elf_header.e_type = (ushort)eVar10" (field_expression "elf_header.e_type" identifier . field_identifier) = (cast_expression "(ushort)eVar10" ( (type_descriptor "ushort" type_identifier) ) identifier)) ;) (expression_statement "eVar10 = (*byte_get)(ehdr32.e_machine,2);" (assignment_expression "eVar10 = (*byte_get)(ehdr32.e_machine,2)" identifier = (call_expression "(*byte_get)(ehdr32.e_machine,2)" (parenthesized_expression "(*byte_get)" ( (pointer_expression "*byte_get" * identifier) )) (argument_list "(ehdr32.e_machine,2)" ( (field_expression "ehdr32.e_machine" identifier . field_identifier) , number_literal )))) ;) (expression_statement "elf_header.e_machine = (ushort)eVar10;" (assignment_expression "elf_header.e_machine = (ushort)eVar10" (field_expression "elf_header.e_machine" identifier . field_identifier) = (cast_expression "(ushort)eVar10" ( (type_descriptor "ushort" type_identifier) ) identifier)) ;) (expression_statement "eVar10 = (*byte_get)(ehdr32.e_version,4);" (assignment_expression "eVar10 = (*byte_get)(ehdr32.e_version,4)" identifier = (call_expression "(*byte_get)(ehdr32.e_version,4)" (parenthesized_expression "(*byte_get)" ( (pointer_expression "*byte_get" * identifier) )) (argument_list "(ehdr32.e_version,4)" ( (field_expression "ehdr32.e_version" identifier . field_identifier) , number_literal )))) ;) (expression_statement "elf_header.e_version = (ulong)eVar10;" (assignment_expression "elf_header.e_version = (ulong)eVar10" (field_expression "elf_header.e_version" identifier . field_identifier) = (cast_expression "(ulong)eVar10" ( (type_descriptor "ulong" type_identifier) ) identifier)) ;) (expression_statement "elf_header.e_entry = (*byte_get)(ehdr32.e_entry,4);" (assignment_expression "elf_header.e_entry = (*byte_get)(ehdr32.e_entry,4)" (field_expression "elf_header.e_entry" identifier . field_identifier) = (call_expression "(*byte_get)(ehdr32.e_entry,4)" (parenthesized_expression "(*byte_get)" ( (pointer_expression "*byte_get" * identifier) )) (argument_list "(ehdr32.e_entry,4)" ( (field_expression "ehdr32.e_entry" identifier . field_identifier) , number_literal )))) ;) (expression_statement "elf_header.e_phoff = (*byte_get)(ehdr32.e_phoff,4);" (assignment_expression "elf_header.e_phoff = (*byte_get)(ehdr32.e_phoff,4)" (field_expression "elf_header.e_phoff" identifier . field_identifier) = (call_expression "(*byte_get)(ehdr32.e_phoff,4)" (parenthesized_expression "(*byte_get)" ( (pointer_expression "*byte_get" * identifier) )) (argument_list "(ehdr32.e_phoff,4)" ( (field_expression "ehdr32.e_phoff" identifier . field_identifier) , number_literal )))) ;) (expression_statement "elf_header.e_shoff = (*byte_get)(ehdr32.e_shoff,4);" (assignment_expression "elf_header.e_shoff = (*byte_get)(ehdr32.e_shoff,4)" (field_expression "elf_header.e_shoff" identifier . field_identifier) = (call_expression "(*byte_get)(ehdr32.e_shoff,4)" (parenthesized_expression "(*byte_get)" ( (pointer_expression "*byte_get" * identifier) )) (argument_list "(ehdr32.e_shoff,4)" ( (field_expression "ehdr32.e_shoff" identifier . field_identifier) , number_literal )))) ;) (expression_statement "eVar10 = (*byte_get)(ehdr32.e_flags,4);" (assignment_expression "eVar10 = (*byte_get)(ehdr32.e_flags,4)" identifier = (call_expression "(*byte_get)(ehdr32.e_flags,4)" (parenthesized_expression "(*byte_get)" ( (pointer_expression "*byte_get" * identifier) )) (argument_list "(ehdr32.e_flags,4)" ( (field_expression "ehdr32.e_flags" identifier . field_identifier) , number_literal )))) ;) (expression_statement "elf_header.e_flags = (ulong)eVar10;" (assignment_expression "elf_header.e_flags = (ulong)eVar10" (field_expression "elf_header.e_flags" identifier . field_identifier) = (cast_expression "(ulong)eVar10" ( (type_descriptor "ulong" type_identifier) ) identifier)) ;) (expression_statement "eVar10 = (*byte_get)(ehdr32.e_ehsize,2);" (assignment_expression "eVar10 = (*byte_get)(ehdr32.e_ehsize,2)" identifier = (call_expression "(*byte_get)(ehdr32.e_ehsize,2)" (parenthesized_expression "(*byte_get)" ( (pointer_expression "*byte_get" * identifier) )) (argument_list "(ehdr32.e_ehsize,2)" ( (field_expression "ehdr32.e_ehsize" identifier . field_identifier) , number_literal )))) ;) (expression_statement "elf_header.e_ehsize = (uint)eVar10;" (assignment_expression "elf_header.e_ehsize = (uint)eVar10" (field_expression "elf_header.e_ehsize" identifier . field_identifier) = (cast_expression "(uint)eVar10" ( (type_descriptor "uint" type_identifier) ) identifier)) ;) (expression_statement "eVar10 = (*byte_get)(ehdr32.e_phentsize,2);" (assignment_expression "eVar10 = (*byte_get)(ehdr32.e_phentsize,2)" identifier = (call_expression "(*byte_get)(ehdr32.e_phentsize,2)" (parenthesized_expression "(*byte_get)" ( (pointer_expression "*byte_get" * identifier) )) (argument_list "(ehdr32.e_phentsize,2)" ( (field_expression "ehdr32.e_phentsize" identifier . field_identifier) , number_literal )))) ;) (expression_statement "elf_header.e_phentsize = (uint)eVar10;" (assignment_expression "elf_header.e_phentsize = (uint)eVar10" (field_expression "elf_header.e_phentsize" identifier . field_identifier) = (cast_expression "(uint)eVar10" ( (type_descriptor "uint" type_identifier) ) identifier)) ;) (expression_statement "eVar10 = (*byte_get)(ehdr32.e_phnum,2);" (assignment_expression "eVar10 = (*byte_get)(ehdr32.e_phnum,2)" identifier = (call_expression "(*byte_get)(ehdr32.e_phnum,2)" (parenthesized_expression "(*byte_get)" ( (pointer_expression "*byte_get" * identifier) )) (argument_list "(ehdr32.e_phnum,2)" ( (field_expression "ehdr32.e_phnum" identifier . field_identifier) , number_literal )))) ;) (expression_statement "elf_header.e_phnum = (uint)eVar10;" (assignment_expression "elf_header.e_phnum = (uint)eVar10" (field_expression "elf_header.e_phnum" identifier . field_identifier) = (cast_expression "(uint)eVar10" ( (type_descriptor "uint" type_identifier) ) identifier)) ;) (expression_statement "eVar10 = (*byte_get)(ehdr32.e_shentsize,2);" (assignment_expression "eVar10 = (*byte_get)(ehdr32.e_shentsize,2)" identifier = (call_expression "(*byte_get)(ehdr32.e_shentsize,2)" (parenthesized_expression "(*byte_get)" ( (pointer_expression "*byte_get" * identifier) )) (argument_list "(ehdr32.e_shentsize,2)" ( (field_expression "ehdr32.e_shentsize" identifier . field_identifier) , number_literal )))) ;) (expression_statement "elf_header.e_shentsize = (uint)eVar10;" (assignment_expression "elf_header.e_shentsize = (uint)eVar10" (field_expression "elf_header.e_shentsize" identifier . field_identifier) = (cast_expression "(uint)eVar10" ( (type_descriptor "uint" type_identifier) ) identifier)) ;) (expression_statement "eVar10 = (*byte_get)(ehdr32.e_shnum,2);" (assignment_expression "eVar10 = (*byte_get)(ehdr32.e_shnum,2)" identifier = (call_expression "(*byte_get)(ehdr32.e_shnum,2)" (parenthesized_expression "(*byte_get)" ( (pointer_expression "*byte_get" * identifier) )) (argument_list "(ehdr32.e_shnum,2)" ( (field_expression "ehdr32.e_shnum" identifier . field_identifier) , number_literal )))) ;) (expression_statement "elf_header.e_shnum = (uint)eVar10;" (assignment_expression "elf_header.e_shnum = (uint)eVar10" (field_expression "elf_header.e_shnum" identifier . field_identifier) = (cast_expression "(uint)eVar10" ( (type_descriptor "uint" type_identifier) ) identifier)) ;) (expression_statement "eVar10 = (*byte_get)(ehdr32.e_shstrndx,2);" (assignment_expression "eVar10 = (*byte_get)(ehdr32.e_shstrndx,2)" identifier = (call_expression "(*byte_get)(ehdr32.e_shstrndx,2)" (parenthesized_expression "(*byte_get)" ( (pointer_expression "*byte_get" * identifier) )) (argument_list "(ehdr32.e_shstrndx,2)" ( (field_expression "ehdr32.e_shstrndx" identifier . field_identifier) , number_literal )))) ;) (expression_statement "elf_header.e_shstrndx = (uint)eVar10;" (assignment_expression "elf_header.e_shstrndx = (uint)eVar10" (field_expression "elf_header.e_shstrndx" identifier . field_identifier) = (cast_expression "(uint)eVar10" ( (type_descriptor "uint" type_identifier) ) identifier)) ;) (expression_statement "ehdr32.e_ident[0] = elf_header.e_ident[0];" (assignment_expression "ehdr32.e_ident[0] = elf_header.e_ident[0]" (subscript_expression "ehdr32.e_ident[0]" (field_expression "ehdr32.e_ident" identifier . field_identifier) [ number_literal ]) = (subscript_expression "elf_header.e_ident[0]" (field_expression "elf_header.e_ident" identifier . field_identifier) [ number_literal ])) ;) (expression_statement "ehdr32.e_ident[1] = elf_header.e_ident[1];" (assignment_expression "ehdr32.e_ident[1] = elf_header.e_ident[1]" (subscript_expression "ehdr32.e_ident[1]" (field_expression "ehdr32.e_ident" identifier . field_identifier) [ number_literal ]) = (subscript_expression "elf_header.e_ident[1]" (field_expression "elf_header.e_ident" identifier . field_identifier) [ number_literal ])) ;) (expression_statement "ehdr32.e_ident[2] = elf_header.e_ident[2];" (assignment_expression "ehdr32.e_ident[2] = elf_header.e_ident[2]" (subscript_expression "ehdr32.e_ident[2]" (field_expression "ehdr32.e_ident" identifier . field_identifier) [ number_literal ]) = (subscript_expression "elf_header.e_ident[2]" (field_expression "elf_header.e_ident" identifier . field_identifier) [ number_literal ])) ;) (expression_statement "ehdr32.e_ident[3] = elf_header.e_ident[3];" (assignment_expression "ehdr32.e_ident[3] = elf_header.e_ident[3]" (subscript_expression "ehdr32.e_ident[3]" (field_expression "ehdr32.e_ident" identifier . field_identifier) [ number_literal ]) = (subscript_expression "elf_header.e_ident[3]" (field_expression "elf_header.e_ident" identifier . field_identifier) [ number_literal ])) ;) (expression_statement "ehdr32.e_ident[4] = elf_header.e_ident[4];" (assignment_expression "ehdr32.e_ident[4] = elf_header.e_ident[4]" (subscript_expression "ehdr32.e_ident[4]" (field_expression "ehdr32.e_ident" identifier . field_identifier) [ number_literal ]) = (subscript_expression "elf_header.e_ident[4]" (field_expression "elf_header.e_ident" identifier . field_identifier) [ number_literal ])) ;) (expression_statement "ehdr32.e_ident[5] = elf_header.e_ident[5];" (assignment_expression "ehdr32.e_ident[5] = elf_header.e_ident[5]" (subscript_expression "ehdr32.e_ident[5]" (field_expression "ehdr32.e_ident" identifier . field_identifier) [ number_literal ]) = (subscript_expression "elf_header.e_ident[5]" (field_expression "elf_header.e_ident" identifier . field_identifier) [ number_literal ])) ;) (expression_statement "ehdr32.e_ident[6] = elf_header.e_ident[6];" (assignment_expression "ehdr32.e_ident[6] = elf_header.e_ident[6]" (subscript_expression "ehdr32.e_ident[6]" (field_expression "ehdr32.e_ident" identifier . field_identifier) [ number_literal ]) = (subscript_expression "elf_header.e_ident[6]" (field_expression "elf_header.e_ident" identifier . field_identifier) [ number_literal ])) ;) (expression_statement "ehdr32.e_ident[7] = elf_header.e_ident[7];" (assignment_expression "ehdr32.e_ident[7] = elf_header.e_ident[7]" (subscript_expression "ehdr32.e_ident[7]" (field_expression "ehdr32.e_ident" identifier . field_identifier) [ number_literal ]) = (subscript_expression "elf_header.e_ident[7]" (field_expression "elf_header.e_ident" identifier . field_identifier) [ number_literal ])) ;) (expression_statement "ehdr32.e_ident[8] = elf_header.e_ident[8];" (assignment_expression "ehdr32.e_ident[8] = elf_header.e_ident[8]" (subscript_expression "ehdr32.e_ident[8]" (field_expression "ehdr32.e_ident" identifier . field_identifier) [ number_literal ]) = (subscript_expression "elf_header.e_ident[8]" (field_expression "elf_header.e_ident" identifier . field_identifier) [ number_literal ])) ;) (expression_statement "ehdr32.e_ident[9] = elf_header.e_ident[9];" (assignment_expression "ehdr32.e_ident[9] = elf_header.e_ident[9]" (subscript_expression "ehdr32.e_ident[9]" (field_expression "ehdr32.e_ident" identifier . field_identifier) [ number_literal ]) = (subscript_expression "elf_header.e_ident[9]" (field_expression "elf_header.e_ident" identifier . field_identifier) [ number_literal ])) ;) (expression_statement "ehdr32.e_ident[10] = elf_header.e_ident[10];" (assignment_expression "ehdr32.e_ident[10] = elf_header.e_ident[10]" (subscript_expression "ehdr32.e_ident[10]" (field_expression "ehdr32.e_ident" identifier . field_identifier) [ number_literal ]) = (subscript_expression "elf_header.e_ident[10]" (field_expression "elf_header.e_ident" identifier . field_identifier) [ number_literal ])) ;) (expression_statement "ehdr32.e_ident[0xb] = elf_header.e_ident[0xb];" (assignment_expression "ehdr32.e_ident[0xb] = elf_header.e_ident[0xb]" (subscript_expression "ehdr32.e_ident[0xb]" (field_expression "ehdr32.e_ident" identifier . field_identifier) [ number_literal ]) = (subscript_expression "elf_header.e_ident[0xb]" (field_expression "elf_header.e_ident" identifier . field_identifier) [ number_literal ])) ;) (expression_statement "ehdr32.e_ident[0xc] = elf_header.e_ident[0xc];" (assignment_expression "ehdr32.e_ident[0xc] = elf_header.e_ident[0xc]" (subscript_expression "ehdr32.e_ident[0xc]" (field_expression "ehdr32.e_ident" identifier . field_identifier) [ number_literal ]) = (subscript_expression "elf_header.e_ident[0xc]" (field_expression "elf_header.e_ident" identifier . field_identifier) [ number_literal ])) ;) (expression_statement "ehdr32.e_ident[0xd] = elf_header.e_ident[0xd];" (assignment_expression "ehdr32.e_ident[0xd] = elf_header.e_ident[0xd]" (subscript_expression "ehdr32.e_ident[0xd]" (field_expression "ehdr32.e_ident" identifier . field_identifier) [ number_literal ]) = (subscript_expression "elf_header.e_ident[0xd]" (field_expression "elf_header.e_ident" identifier . field_identifier) [ number_literal ])) ;) (expression_statement "ehdr32.e_ident[0xe] = elf_header.e_ident[0xe];" (assignment_expression "ehdr32.e_ident[0xe] = elf_header.e_ident[0xe]" (subscript_expression "ehdr32.e_ident[0xe]" (field_expression "ehdr32.e_ident" identifier . field_identifier) [ number_literal ]) = (subscript_expression "elf_header.e_ident[0xe]" (field_expression "elf_header.e_ident" identifier . field_identifier) [ number_literal ])) ;) (expression_statement "ehdr32.e_ident[0xf] = elf_header.e_ident[0xf];" (assignment_expression "ehdr32.e_ident[0xf] = elf_header.e_ident[0xf]" (subscript_expression "ehdr32.e_ident[0xf]" (field_expression "ehdr32.e_ident" identifier . field_identifier) [ number_literal ]) = (subscript_expression "elf_header.e_ident[0xf]" (field_expression "elf_header.e_ident" identifier . field_identifier) [ number_literal ])) ;) (labeled_statement "LAB_00011fce:\n iVar5 = fseek((FILE *)file,__off,0);" statement_identifier : (expression_statement "iVar5 = fseek((FILE *)file,__off,0);" (assignment_expression "iVar5 = fseek((FILE *)file,__off,0)" identifier = (call_expression "fseek((FILE *)file,__off,0)" identifier (argument_list "((FILE *)file,__off,0)" ( (cast_expression "(FILE *)file" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , identifier , number_literal )))) ;)) (if_statement "if (iVar5 != 0) {\n pcVar4 = (char *)dcgettext(0,"%s: Failed to seek to ELF header\n",5);\n error(pcVar4,file_name);\n }" if (parenthesized_expression "(iVar5 != 0)" ( (binary_expression "iVar5 != 0" identifier != number_literal) )) (compound_statement "{\n pcVar4 = (char *)dcgettext(0,"%s: Failed to seek to ELF header\n",5);\n error(pcVar4,file_name);\n }" { (expression_statement "pcVar4 = (char *)dcgettext(0,"%s: Failed to seek to ELF header\n",5);" (assignment_expression "pcVar4 = (char *)dcgettext(0,"%s: Failed to seek to ELF header\n",5)" identifier = (cast_expression "(char *)dcgettext(0,"%s: Failed to seek to ELF header\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"%s: Failed to seek to ELF header\n",5)" identifier (argument_list "(0,"%s: Failed to seek to ELF header\n",5)" ( number_literal , (string_literal ""%s: Failed to seek to ELF header\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "error(pcVar4,file_name);" (call_expression "error(pcVar4,file_name)" identifier (argument_list "(pcVar4,file_name)" ( identifier , identifier ))) ;) })) (expression_statement "eVar11 = input_elf_machine;" (assignment_expression "eVar11 = input_elf_machine" identifier = identifier) ;) (if_statement "if (elf_header.e_ident._0_4_ == 0x464c457f) {\n if (elf_header.e_ident[6] != '\x01') {\n eVar8 = (elfclass)elf_header.e_ident[6];\n pcVar4 = (char *)dcgettext(0,"%s: Unsupported EI_VERSION: %d is not %d\n",5,pFVar13,\n file_name,eVar8);\n eVar11 = ELF_CLASS_32;\n eVar8 = eVar8 & 0xff;\n goto LAB_0001223f;\n }\n eVar7 = (elfclass)elf_header.e_machine;\n bVar1 = elf_header.e_entry;\n bVar2 = elf_header.e_shoff;\n if (eVar7 != output_elf_machine) {\n eVar8 = elf_header.e_ident._4_4_ & 0xff;\n if (input_elf_class == ELF_CLASS_UNKNOWN) {\n if (elf_header.e_machine == 6) {\nLAB_00012338:\n bVar9 = eVar8 != ELF_CLASS_32;\n input_elf_class = ELF_CLASS_32;\n goto LAB_00012050;\n }\n if (elf_header.e_machine < 7) {\n if (elf_header.e_machine == 3) goto LAB_00012338;\n }\n else if ((ushort)(elf_header.e_machine - 0xb4) < 2) {\n bVar9 = eVar8 != ELF_CLASS_64;\n input_elf_class = ELF_CLASS_64;\n goto LAB_00012050;\n }\n input_elf_class = ELF_CLASS_BOTH;\nLAB_00012058:\n if ((output_elf_class == ELF_CLASS_BOTH) || (eVar8 == output_elf_class)) {\n if ((input_elf_machine != -1) && (eVar7 != input_elf_machine)) {\n eVar8 = eVar7;\n pcVar4 = (char *)dcgettext(0,"%s: Unmatched e_machine: %d is not %d\n",5,pFVar13,\n file_name,eVar7);\n goto LAB_0001223f;\n }\n eVar8 = (elfclass)elf_header.e_type;\n if ((input_elf_type == -1) || (eVar8 == input_elf_type)) {\n eVar8 = (uint)elf_header.e_ident._4_4_ >> 0x18;\n if ((input_elf_osabi == -1) || (eVar8 == input_elf_osabi)) {\n if (elf_header.e_ident[4] == '\x01') {\n if (output_elf_machine != -1) {\n (*byte_put)(ehdr32.e_machine,(longlong)output_elf_machine,2);\n }\n if (output_elf_type != -1) {\n (*byte_put)(ehdr32.e_type,(longlong)output_elf_type,2);\n }\n if (output_elf_osabi != -1) {\n ehdr32.e_ident[7] = (uchar)output_elf_osabi;\n }\n __ptr = &ehdr32;\n sVar3 = 0x34;\n }\n else {\n if (elf_header.e_ident[4] != '\x02') {\n /* WARNING: Subroutine does not return */\n abort();\n }\n if (output_elf_machine != -1) {\n (*byte_put)(ehdr64.e_machine,(longlong)output_elf_machine,2);\n }\n if (output_elf_type != -1) {\n (*byte_put)(ehdr64.e_type,(longlong)output_elf_type,2);\n }\n if (output_elf_osabi != -1) {\n ehdr64.e_ident[7] = (uchar)output_elf_osabi;\n }\n sVar3 = 0x40;\n __ptr = (Elf32_External_Ehdr *)&ehdr64;\n }\n sVar3 = fwrite(__ptr,sVar3,1,(FILE *)file);\n bVar1 = elf_header.e_entry;\n bVar2 = elf_header.e_shoff;\n if (sVar3 != 1) {\n piVar6 = __errno_location();\n pcVar12 = strerror(*piVar6);\n pcVar4 = (char *)dcgettext(0,"%s: Failed to update ELF header: %s\n",5);\n goto LAB_00011c4e;\n }\n goto LAB_00012260;\n }\n pcVar4 = "%s: Unmatched EI_OSABI: %d is not %d\n";\n eVar11 = input_elf_osabi;\n }\n else {\n pcVar4 = "%s: Unmatched e_type: %d is not %d\n";\n eVar11 = input_elf_type;\n }\n }\n else {\n pcVar4 = "%s: Unmatched output EI_CLASS: %d is not %d\n";\n eVar11 = output_elf_class;\n }\n }\n else {\n bVar9 = input_elf_class != ELF_CLASS_BOTH && eVar8 != input_elf_class;\nLAB_00012050:\n if (!bVar9) goto LAB_00012058;\n pcVar4 = "%s: Unmatched input EI_CLASS: %d is not %d\n";\n eVar11 = input_elf_class;\n }\n pcVar4 = (char *)dcgettext(0,pcVar4,5);\nLAB_0001223f:\n error(pcVar4,file_name,eVar8,eVar11);\n return 1;\n }\nLAB_00012260:\n iVar5 = 0;\n goto LAB_00011c60;\n }" if (parenthesized_expression "(elf_header.e_ident._0_4_ == 0x464c457f)" ( (binary_expression "elf_header.e_ident._0_4_ == 0x464c457f" (field_expression "elf_header.e_ident._0_4_" (field_expression "elf_header.e_ident" identifier . field_identifier) . field_identifier) == number_literal) )) (compound_statement "{\n if (elf_header.e_ident[6] != '\x01') {\n eVar8 = (elfclass)elf_header.e_ident[6];\n pcVar4 = (char *)dcgettext(0,"%s: Unsupported EI_VERSION: %d is not %d\n",5,pFVar13,\n file_name,eVar8);\n eVar11 = ELF_CLASS_32;\n eVar8 = eVar8 & 0xff;\n goto LAB_0001223f;\n }\n eVar7 = (elfclass)elf_header.e_machine;\n bVar1 = elf_header.e_entry;\n bVar2 = elf_header.e_shoff;\n if (eVar7 != output_elf_machine) {\n eVar8 = elf_header.e_ident._4_4_ & 0xff;\n if (input_elf_class == ELF_CLASS_UNKNOWN) {\n if (elf_header.e_machine == 6) {\nLAB_00012338:\n bVar9 = eVar8 != ELF_CLASS_32;\n input_elf_class = ELF_CLASS_32;\n goto LAB_00012050;\n }\n if (elf_header.e_machine < 7) {\n if (elf_header.e_machine == 3) goto LAB_00012338;\n }\n else if ((ushort)(elf_header.e_machine - 0xb4) < 2) {\n bVar9 = eVar8 != ELF_CLASS_64;\n input_elf_class = ELF_CLASS_64;\n goto LAB_00012050;\n }\n input_elf_class = ELF_CLASS_BOTH;\nLAB_00012058:\n if ((output_elf_class == ELF_CLASS_BOTH) || (eVar8 == output_elf_class)) {\n if ((input_elf_machine != -1) && (eVar7 != input_elf_machine)) {\n eVar8 = eVar7;\n pcVar4 = (char *)dcgettext(0,"%s: Unmatched e_machine: %d is not %d\n",5,pFVar13,\n file_name,eVar7);\n goto LAB_0001223f;\n }\n eVar8 = (elfclass)elf_header.e_type;\n if ((input_elf_type == -1) || (eVar8 == input_elf_type)) {\n eVar8 = (uint)elf_header.e_ident._4_4_ >> 0x18;\n if ((input_elf_osabi == -1) || (eVar8 == input_elf_osabi)) {\n if (elf_header.e_ident[4] == '\x01') {\n if (output_elf_machine != -1) {\n (*byte_put)(ehdr32.e_machine,(longlong)output_elf_machine,2);\n }\n if (output_elf_type != -1) {\n (*byte_put)(ehdr32.e_type,(longlong)output_elf_type,2);\n }\n if (output_elf_osabi != -1) {\n ehdr32.e_ident[7] = (uchar)output_elf_osabi;\n }\n __ptr = &ehdr32;\n sVar3 = 0x34;\n }\n else {\n if (elf_header.e_ident[4] != '\x02') {\n /* WARNING: Subroutine does not return */\n abort();\n }\n if (output_elf_machine != -1) {\n (*byte_put)(ehdr64.e_machine,(longlong)output_elf_machine,2);\n }\n if (output_elf_type != -1) {\n (*byte_put)(ehdr64.e_type,(longlong)output_elf_type,2);\n }\n if (output_elf_osabi != -1) {\n ehdr64.e_ident[7] = (uchar)output_elf_osabi;\n }\n sVar3 = 0x40;\n __ptr = (Elf32_External_Ehdr *)&ehdr64;\n }\n sVar3 = fwrite(__ptr,sVar3,1,(FILE *)file);\n bVar1 = elf_header.e_entry;\n bVar2 = elf_header.e_shoff;\n if (sVar3 != 1) {\n piVar6 = __errno_location();\n pcVar12 = strerror(*piVar6);\n pcVar4 = (char *)dcgettext(0,"%s: Failed to update ELF header: %s\n",5);\n goto LAB_00011c4e;\n }\n goto LAB_00012260;\n }\n pcVar4 = "%s: Unmatched EI_OSABI: %d is not %d\n";\n eVar11 = input_elf_osabi;\n }\n else {\n pcVar4 = "%s: Unmatched e_type: %d is not %d\n";\n eVar11 = input_elf_type;\n }\n }\n else {\n pcVar4 = "%s: Unmatched output EI_CLASS: %d is not %d\n";\n eVar11 = output_elf_class;\n }\n }\n else {\n bVar9 = input_elf_class != ELF_CLASS_BOTH && eVar8 != input_elf_class;\nLAB_00012050:\n if (!bVar9) goto LAB_00012058;\n pcVar4 = "%s: Unmatched input EI_CLASS: %d is not %d\n";\n eVar11 = input_elf_class;\n }\n pcVar4 = (char *)dcgettext(0,pcVar4,5);\nLAB_0001223f:\n error(pcVar4,file_name,eVar8,eVar11);\n return 1;\n }\nLAB_00012260:\n iVar5 = 0;\n goto LAB_00011c60;\n }" { (if_statement "if (elf_header.e_ident[6] != '\x01') {\n eVar8 = (elfclass)elf_header.e_ident[6];\n pcVar4 = (char *)dcgettext(0,"%s: Unsupported EI_VERSION: %d is not %d\n",5,pFVar13,\n file_name,eVar8);\n eVar11 = ELF_CLASS_32;\n eVar8 = eVar8 & 0xff;\n goto LAB_0001223f;\n }" if (parenthesized_expression "(elf_header.e_ident[6] != '\x01')" ( (binary_expression "elf_header.e_ident[6] != '\x01'" (subscript_expression "elf_header.e_ident[6]" (field_expression "elf_header.e_ident" identifier . field_identifier) [ number_literal ]) != (char_literal "'\x01'" ' escape_sequence ')) )) (compound_statement "{\n eVar8 = (elfclass)elf_header.e_ident[6];\n pcVar4 = (char *)dcgettext(0,"%s: Unsupported EI_VERSION: %d is not %d\n",5,pFVar13,\n file_name,eVar8);\n eVar11 = ELF_CLASS_32;\n eVar8 = eVar8 & 0xff;\n goto LAB_0001223f;\n }" { (expression_statement "eVar8 = (elfclass)elf_header.e_ident[6];" (assignment_expression "eVar8 = (elfclass)elf_header.e_ident[6]" identifier = (cast_expression "(elfclass)elf_header.e_ident[6]" ( (type_descriptor "elfclass" type_identifier) ) (subscript_expression "elf_header.e_ident[6]" (field_expression "elf_header.e_ident" identifier . field_identifier) [ number_literal ]))) ;) (expression_statement "pcVar4 = (char *)dcgettext(0,"%s: Unsupported EI_VERSION: %d is not %d\n",5,pFVar13,\n file_name,eVar8);" (assignment_expression "pcVar4 = (char *)dcgettext(0,"%s: Unsupported EI_VERSION: %d is not %d\n",5,pFVar13,\n file_name,eVar8)" identifier = (cast_expression "(char *)dcgettext(0,"%s: Unsupported EI_VERSION: %d is not %d\n",5,pFVar13,\n file_name,eVar8)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"%s: Unsupported EI_VERSION: %d is not %d\n",5,pFVar13,\n file_name,eVar8)" identifier (argument_list "(0,"%s: Unsupported EI_VERSION: %d is not %d\n",5,pFVar13,\n file_name,eVar8)" ( number_literal , (string_literal ""%s: Unsupported EI_VERSION: %d is not %d\n"" " string_content escape_sequence ") , number_literal , identifier , identifier , identifier ))))) ;) (expression_statement "eVar11 = ELF_CLASS_32;" (assignment_expression "eVar11 = ELF_CLASS_32" identifier = identifier) ;) (expression_statement "eVar8 = eVar8 & 0xff;" (assignment_expression "eVar8 = eVar8 & 0xff" identifier = (binary_expression "eVar8 & 0xff" identifier & number_literal)) ;) (goto_statement "goto LAB_0001223f;" goto statement_identifier ;) })) (expression_statement "eVar7 = (elfclass)elf_header.e_machine;" (assignment_expression "eVar7 = (elfclass)elf_header.e_machine" identifier = (cast_expression "(elfclass)elf_header.e_machine" ( (type_descriptor "elfclass" type_identifier) ) (field_expression "elf_header.e_machine" identifier . field_identifier))) ;) (expression_statement "bVar1 = elf_header.e_entry;" (assignment_expression "bVar1 = elf_header.e_entry" identifier = (field_expression "elf_header.e_entry" identifier . field_identifier)) ;) (expression_statement "bVar2 = elf_header.e_shoff;" (assignment_expression "bVar2 = elf_header.e_shoff" identifier = (field_expression "elf_header.e_shoff" identifier . field_identifier)) ;) (if_statement "if (eVar7 != output_elf_machine) {\n eVar8 = elf_header.e_ident._4_4_ & 0xff;\n if (input_elf_class == ELF_CLASS_UNKNOWN) {\n if (elf_header.e_machine == 6) {\nLAB_00012338:\n bVar9 = eVar8 != ELF_CLASS_32;\n input_elf_class = ELF_CLASS_32;\n goto LAB_00012050;\n }\n if (elf_header.e_machine < 7) {\n if (elf_header.e_machine == 3) goto LAB_00012338;\n }\n else if ((ushort)(elf_header.e_machine - 0xb4) < 2) {\n bVar9 = eVar8 != ELF_CLASS_64;\n input_elf_class = ELF_CLASS_64;\n goto LAB_00012050;\n }\n input_elf_class = ELF_CLASS_BOTH;\nLAB_00012058:\n if ((output_elf_class == ELF_CLASS_BOTH) || (eVar8 == output_elf_class)) {\n if ((input_elf_machine != -1) && (eVar7 != input_elf_machine)) {\n eVar8 = eVar7;\n pcVar4 = (char *)dcgettext(0,"%s: Unmatched e_machine: %d is not %d\n",5,pFVar13,\n file_name,eVar7);\n goto LAB_0001223f;\n }\n eVar8 = (elfclass)elf_header.e_type;\n if ((input_elf_type == -1) || (eVar8 == input_elf_type)) {\n eVar8 = (uint)elf_header.e_ident._4_4_ >> 0x18;\n if ((input_elf_osabi == -1) || (eVar8 == input_elf_osabi)) {\n if (elf_header.e_ident[4] == '\x01') {\n if (output_elf_machine != -1) {\n (*byte_put)(ehdr32.e_machine,(longlong)output_elf_machine,2);\n }\n if (output_elf_type != -1) {\n (*byte_put)(ehdr32.e_type,(longlong)output_elf_type,2);\n }\n if (output_elf_osabi != -1) {\n ehdr32.e_ident[7] = (uchar)output_elf_osabi;\n }\n __ptr = &ehdr32;\n sVar3 = 0x34;\n }\n else {\n if (elf_header.e_ident[4] != '\x02') {\n /* WARNING: Subroutine does not return */\n abort();\n }\n if (output_elf_machine != -1) {\n (*byte_put)(ehdr64.e_machine,(longlong)output_elf_machine,2);\n }\n if (output_elf_type != -1) {\n (*byte_put)(ehdr64.e_type,(longlong)output_elf_type,2);\n }\n if (output_elf_osabi != -1) {\n ehdr64.e_ident[7] = (uchar)output_elf_osabi;\n }\n sVar3 = 0x40;\n __ptr = (Elf32_External_Ehdr *)&ehdr64;\n }\n sVar3 = fwrite(__ptr,sVar3,1,(FILE *)file);\n bVar1 = elf_header.e_entry;\n bVar2 = elf_header.e_shoff;\n if (sVar3 != 1) {\n piVar6 = __errno_location();\n pcVar12 = strerror(*piVar6);\n pcVar4 = (char *)dcgettext(0,"%s: Failed to update ELF header: %s\n",5);\n goto LAB_00011c4e;\n }\n goto LAB_00012260;\n }\n pcVar4 = "%s: Unmatched EI_OSABI: %d is not %d\n";\n eVar11 = input_elf_osabi;\n }\n else {\n pcVar4 = "%s: Unmatched e_type: %d is not %d\n";\n eVar11 = input_elf_type;\n }\n }\n else {\n pcVar4 = "%s: Unmatched output EI_CLASS: %d is not %d\n";\n eVar11 = output_elf_class;\n }\n }\n else {\n bVar9 = input_elf_class != ELF_CLASS_BOTH && eVar8 != input_elf_class;\nLAB_00012050:\n if (!bVar9) goto LAB_00012058;\n pcVar4 = "%s: Unmatched input EI_CLASS: %d is not %d\n";\n eVar11 = input_elf_class;\n }\n pcVar4 = (char *)dcgettext(0,pcVar4,5);\nLAB_0001223f:\n error(pcVar4,file_name,eVar8,eVar11);\n return 1;\n }" if (parenthesized_expression "(eVar7 != output_elf_machine)" ( (binary_expression "eVar7 != output_elf_machine" identifier != identifier) )) (compound_statement "{\n eVar8 = elf_header.e_ident._4_4_ & 0xff;\n if (input_elf_class == ELF_CLASS_UNKNOWN) {\n if (elf_header.e_machine == 6) {\nLAB_00012338:\n bVar9 = eVar8 != ELF_CLASS_32;\n input_elf_class = ELF_CLASS_32;\n goto LAB_00012050;\n }\n if (elf_header.e_machine < 7) {\n if (elf_header.e_machine == 3) goto LAB_00012338;\n }\n else if ((ushort)(elf_header.e_machine - 0xb4) < 2) {\n bVar9 = eVar8 != ELF_CLASS_64;\n input_elf_class = ELF_CLASS_64;\n goto LAB_00012050;\n }\n input_elf_class = ELF_CLASS_BOTH;\nLAB_00012058:\n if ((output_elf_class == ELF_CLASS_BOTH) || (eVar8 == output_elf_class)) {\n if ((input_elf_machine != -1) && (eVar7 != input_elf_machine)) {\n eVar8 = eVar7;\n pcVar4 = (char *)dcgettext(0,"%s: Unmatched e_machine: %d is not %d\n",5,pFVar13,\n file_name,eVar7);\n goto LAB_0001223f;\n }\n eVar8 = (elfclass)elf_header.e_type;\n if ((input_elf_type == -1) || (eVar8 == input_elf_type)) {\n eVar8 = (uint)elf_header.e_ident._4_4_ >> 0x18;\n if ((input_elf_osabi == -1) || (eVar8 == input_elf_osabi)) {\n if (elf_header.e_ident[4] == '\x01') {\n if (output_elf_machine != -1) {\n (*byte_put)(ehdr32.e_machine,(longlong)output_elf_machine,2);\n }\n if (output_elf_type != -1) {\n (*byte_put)(ehdr32.e_type,(longlong)output_elf_type,2);\n }\n if (output_elf_osabi != -1) {\n ehdr32.e_ident[7] = (uchar)output_elf_osabi;\n }\n __ptr = &ehdr32;\n sVar3 = 0x34;\n }\n else {\n if (elf_header.e_ident[4] != '\x02') {\n /* WARNING: Subroutine does not return */\n abort();\n }\n if (output_elf_machine != -1) {\n (*byte_put)(ehdr64.e_machine,(longlong)output_elf_machine,2);\n }\n if (output_elf_type != -1) {\n (*byte_put)(ehdr64.e_type,(longlong)output_elf_type,2);\n }\n if (output_elf_osabi != -1) {\n ehdr64.e_ident[7] = (uchar)output_elf_osabi;\n }\n sVar3 = 0x40;\n __ptr = (Elf32_External_Ehdr *)&ehdr64;\n }\n sVar3 = fwrite(__ptr,sVar3,1,(FILE *)file);\n bVar1 = elf_header.e_entry;\n bVar2 = elf_header.e_shoff;\n if (sVar3 != 1) {\n piVar6 = __errno_location();\n pcVar12 = strerror(*piVar6);\n pcVar4 = (char *)dcgettext(0,"%s: Failed to update ELF header: %s\n",5);\n goto LAB_00011c4e;\n }\n goto LAB_00012260;\n }\n pcVar4 = "%s: Unmatched EI_OSABI: %d is not %d\n";\n eVar11 = input_elf_osabi;\n }\n else {\n pcVar4 = "%s: Unmatched e_type: %d is not %d\n";\n eVar11 = input_elf_type;\n }\n }\n else {\n pcVar4 = "%s: Unmatched output EI_CLASS: %d is not %d\n";\n eVar11 = output_elf_class;\n }\n }\n else {\n bVar9 = input_elf_class != ELF_CLASS_BOTH && eVar8 != input_elf_class;\nLAB_00012050:\n if (!bVar9) goto LAB_00012058;\n pcVar4 = "%s: Unmatched input EI_CLASS: %d is not %d\n";\n eVar11 = input_elf_class;\n }\n pcVar4 = (char *)dcgettext(0,pcVar4,5);\nLAB_0001223f:\n error(pcVar4,file_name,eVar8,eVar11);\n return 1;\n }" { (expression_statement "eVar8 = elf_header.e_ident._4_4_ & 0xff;" (assignment_expression "eVar8 = elf_header.e_ident._4_4_ & 0xff" identifier = (binary_expression "elf_header.e_ident._4_4_ & 0xff" (field_expression "elf_header.e_ident._4_4_" (field_expression "elf_header.e_ident" identifier . field_identifier) . field_identifier) & number_literal)) ;) (if_statement "if (input_elf_class == ELF_CLASS_UNKNOWN) {\n if (elf_header.e_machine == 6) {\nLAB_00012338:\n bVar9 = eVar8 != ELF_CLASS_32;\n input_elf_class = ELF_CLASS_32;\n goto LAB_00012050;\n }\n if (elf_header.e_machine < 7) {\n if (elf_header.e_machine == 3) goto LAB_00012338;\n }\n else if ((ushort)(elf_header.e_machine - 0xb4) < 2) {\n bVar9 = eVar8 != ELF_CLASS_64;\n input_elf_class = ELF_CLASS_64;\n goto LAB_00012050;\n }\n input_elf_class = ELF_CLASS_BOTH;\nLAB_00012058:\n if ((output_elf_class == ELF_CLASS_BOTH) || (eVar8 == output_elf_class)) {\n if ((input_elf_machine != -1) && (eVar7 != input_elf_machine)) {\n eVar8 = eVar7;\n pcVar4 = (char *)dcgettext(0,"%s: Unmatched e_machine: %d is not %d\n",5,pFVar13,\n file_name,eVar7);\n goto LAB_0001223f;\n }\n eVar8 = (elfclass)elf_header.e_type;\n if ((input_elf_type == -1) || (eVar8 == input_elf_type)) {\n eVar8 = (uint)elf_header.e_ident._4_4_ >> 0x18;\n if ((input_elf_osabi == -1) || (eVar8 == input_elf_osabi)) {\n if (elf_header.e_ident[4] == '\x01') {\n if (output_elf_machine != -1) {\n (*byte_put)(ehdr32.e_machine,(longlong)output_elf_machine,2);\n }\n if (output_elf_type != -1) {\n (*byte_put)(ehdr32.e_type,(longlong)output_elf_type,2);\n }\n if (output_elf_osabi != -1) {\n ehdr32.e_ident[7] = (uchar)output_elf_osabi;\n }\n __ptr = &ehdr32;\n sVar3 = 0x34;\n }\n else {\n if (elf_header.e_ident[4] != '\x02') {\n /* WARNING: Subroutine does not return */\n abort();\n }\n if (output_elf_machine != -1) {\n (*byte_put)(ehdr64.e_machine,(longlong)output_elf_machine,2);\n }\n if (output_elf_type != -1) {\n (*byte_put)(ehdr64.e_type,(longlong)output_elf_type,2);\n }\n if (output_elf_osabi != -1) {\n ehdr64.e_ident[7] = (uchar)output_elf_osabi;\n }\n sVar3 = 0x40;\n __ptr = (Elf32_External_Ehdr *)&ehdr64;\n }\n sVar3 = fwrite(__ptr,sVar3,1,(FILE *)file);\n bVar1 = elf_header.e_entry;\n bVar2 = elf_header.e_shoff;\n if (sVar3 != 1) {\n piVar6 = __errno_location();\n pcVar12 = strerror(*piVar6);\n pcVar4 = (char *)dcgettext(0,"%s: Failed to update ELF header: %s\n",5);\n goto LAB_00011c4e;\n }\n goto LAB_00012260;\n }\n pcVar4 = "%s: Unmatched EI_OSABI: %d is not %d\n";\n eVar11 = input_elf_osabi;\n }\n else {\n pcVar4 = "%s: Unmatched e_type: %d is not %d\n";\n eVar11 = input_elf_type;\n }\n }\n else {\n pcVar4 = "%s: Unmatched output EI_CLASS: %d is not %d\n";\n eVar11 = output_elf_class;\n }\n }\n else {\n bVar9 = input_elf_class != ELF_CLASS_BOTH && eVar8 != input_elf_class;\nLAB_00012050:\n if (!bVar9) goto LAB_00012058;\n pcVar4 = "%s: Unmatched input EI_CLASS: %d is not %d\n";\n eVar11 = input_elf_class;\n }" if (parenthesized_expression "(input_elf_class == ELF_CLASS_UNKNOWN)" ( (binary_expression "input_elf_class == ELF_CLASS_UNKNOWN" identifier == identifier) )) (compound_statement "{\n if (elf_header.e_machine == 6) {\nLAB_00012338:\n bVar9 = eVar8 != ELF_CLASS_32;\n input_elf_class = ELF_CLASS_32;\n goto LAB_00012050;\n }\n if (elf_header.e_machine < 7) {\n if (elf_header.e_machine == 3) goto LAB_00012338;\n }\n else if ((ushort)(elf_header.e_machine - 0xb4) < 2) {\n bVar9 = eVar8 != ELF_CLASS_64;\n input_elf_class = ELF_CLASS_64;\n goto LAB_00012050;\n }\n input_elf_class = ELF_CLASS_BOTH;\nLAB_00012058:\n if ((output_elf_class == ELF_CLASS_BOTH) || (eVar8 == output_elf_class)) {\n if ((input_elf_machine != -1) && (eVar7 != input_elf_machine)) {\n eVar8 = eVar7;\n pcVar4 = (char *)dcgettext(0,"%s: Unmatched e_machine: %d is not %d\n",5,pFVar13,\n file_name,eVar7);\n goto LAB_0001223f;\n }\n eVar8 = (elfclass)elf_header.e_type;\n if ((input_elf_type == -1) || (eVar8 == input_elf_type)) {\n eVar8 = (uint)elf_header.e_ident._4_4_ >> 0x18;\n if ((input_elf_osabi == -1) || (eVar8 == input_elf_osabi)) {\n if (elf_header.e_ident[4] == '\x01') {\n if (output_elf_machine != -1) {\n (*byte_put)(ehdr32.e_machine,(longlong)output_elf_machine,2);\n }\n if (output_elf_type != -1) {\n (*byte_put)(ehdr32.e_type,(longlong)output_elf_type,2);\n }\n if (output_elf_osabi != -1) {\n ehdr32.e_ident[7] = (uchar)output_elf_osabi;\n }\n __ptr = &ehdr32;\n sVar3 = 0x34;\n }\n else {\n if (elf_header.e_ident[4] != '\x02') {\n /* WARNING: Subroutine does not return */\n abort();\n }\n if (output_elf_machine != -1) {\n (*byte_put)(ehdr64.e_machine,(longlong)output_elf_machine,2);\n }\n if (output_elf_type != -1) {\n (*byte_put)(ehdr64.e_type,(longlong)output_elf_type,2);\n }\n if (output_elf_osabi != -1) {\n ehdr64.e_ident[7] = (uchar)output_elf_osabi;\n }\n sVar3 = 0x40;\n __ptr = (Elf32_External_Ehdr *)&ehdr64;\n }\n sVar3 = fwrite(__ptr,sVar3,1,(FILE *)file);\n bVar1 = elf_header.e_entry;\n bVar2 = elf_header.e_shoff;\n if (sVar3 != 1) {\n piVar6 = __errno_location();\n pcVar12 = strerror(*piVar6);\n pcVar4 = (char *)dcgettext(0,"%s: Failed to update ELF header: %s\n",5);\n goto LAB_00011c4e;\n }\n goto LAB_00012260;\n }\n pcVar4 = "%s: Unmatched EI_OSABI: %d is not %d\n";\n eVar11 = input_elf_osabi;\n }\n else {\n pcVar4 = "%s: Unmatched e_type: %d is not %d\n";\n eVar11 = input_elf_type;\n }\n }\n else {\n pcVar4 = "%s: Unmatched output EI_CLASS: %d is not %d\n";\n eVar11 = output_elf_class;\n }\n }" { (if_statement "if (elf_header.e_machine == 6) {\nLAB_00012338:\n bVar9 = eVar8 != ELF_CLASS_32;\n input_elf_class = ELF_CLASS_32;\n goto LAB_00012050;\n }" if (parenthesized_expression "(elf_header.e_machine == 6)" ( (binary_expression "elf_header.e_machine == 6" (field_expression "elf_header.e_machine" identifier . field_identifier) == number_literal) )) (compound_statement "{\nLAB_00012338:\n bVar9 = eVar8 != ELF_CLASS_32;\n input_elf_class = ELF_CLASS_32;\n goto LAB_00012050;\n }" { (labeled_statement "LAB_00012338:\n bVar9 = eVar8 != ELF_CLASS_32;" statement_identifier : (expression_statement "bVar9 = eVar8 != ELF_CLASS_32;" (assignment_expression "bVar9 = eVar8 != ELF_CLASS_32" identifier = (binary_expression "eVar8 != ELF_CLASS_32" identifier != identifier)) ;)) (expression_statement "input_elf_class = ELF_CLASS_32;" (assignment_expression "input_elf_class = ELF_CLASS_32" identifier = identifier) ;) (goto_statement "goto LAB_00012050;" goto statement_identifier ;) })) (if_statement "if (elf_header.e_machine < 7) {\n if (elf_header.e_machine == 3) goto LAB_00012338;\n }\n else if ((ushort)(elf_header.e_machine - 0xb4) < 2) {\n bVar9 = eVar8 != ELF_CLASS_64;\n input_elf_class = ELF_CLASS_64;\n goto LAB_00012050;\n }" if (parenthesized_expression "(elf_header.e_machine < 7)" ( (binary_expression "elf_header.e_machine < 7" (field_expression "elf_header.e_machine" identifier . field_identifier) < number_literal) )) (compound_statement "{\n if (elf_header.e_machine == 3) goto LAB_00012338;\n }" { (if_statement "if (elf_header.e_machine == 3) goto LAB_00012338;" if (parenthesized_expression "(elf_header.e_machine == 3)" ( (binary_expression "elf_header.e_machine == 3" (field_expression "elf_header.e_machine" identifier . field_identifier) == number_literal) )) (goto_statement "goto LAB_00012338;" goto statement_identifier ;)) }) (else_clause "else if ((ushort)(elf_header.e_machine - 0xb4) < 2) {\n bVar9 = eVar8 != ELF_CLASS_64;\n input_elf_class = ELF_CLASS_64;\n goto LAB_00012050;\n }" else (if_statement "if ((ushort)(elf_header.e_machine - 0xb4) < 2) {\n bVar9 = eVar8 != ELF_CLASS_64;\n input_elf_class = ELF_CLASS_64;\n goto LAB_00012050;\n }" if (parenthesized_expression "((ushort)(elf_header.e_machine - 0xb4) < 2)" ( (binary_expression "(ushort)(elf_header.e_machine - 0xb4) < 2" (call_expression "(ushort)(elf_header.e_machine - 0xb4)" (parenthesized_expression "(ushort)" ( identifier )) (argument_list "(elf_header.e_machine - 0xb4)" ( (binary_expression "elf_header.e_machine - 0xb4" (field_expression "elf_header.e_machine" identifier . field_identifier) - number_literal) ))) < number_literal) )) (compound_statement "{\n bVar9 = eVar8 != ELF_CLASS_64;\n input_elf_class = ELF_CLASS_64;\n goto LAB_00012050;\n }" { (expression_statement "bVar9 = eVar8 != ELF_CLASS_64;" (assignment_expression "bVar9 = eVar8 != ELF_CLASS_64" identifier = (binary_expression "eVar8 != ELF_CLASS_64" identifier != identifier)) ;) (expression_statement "input_elf_class = ELF_CLASS_64;" (assignment_expression "input_elf_class = ELF_CLASS_64" identifier = identifier) ;) (goto_statement "goto LAB_00012050;" goto statement_identifier ;) })))) (expression_statement "input_elf_class = ELF_CLASS_BOTH;" (assignment_expression "input_elf_class = ELF_CLASS_BOTH" identifier = identifier) ;) (labeled_statement "LAB_00012058:\n if ((output_elf_class == ELF_CLASS_BOTH) || (eVar8 == output_elf_class)) {\n if ((input_elf_machine != -1) && (eVar7 != input_elf_machine)) {\n eVar8 = eVar7;\n pcVar4 = (char *)dcgettext(0,"%s: Unmatched e_machine: %d is not %d\n",5,pFVar13,\n file_name,eVar7);\n goto LAB_0001223f;\n }\n eVar8 = (elfclass)elf_header.e_type;\n if ((input_elf_type == -1) || (eVar8 == input_elf_type)) {\n eVar8 = (uint)elf_header.e_ident._4_4_ >> 0x18;\n if ((input_elf_osabi == -1) || (eVar8 == input_elf_osabi)) {\n if (elf_header.e_ident[4] == '\x01') {\n if (output_elf_machine != -1) {\n (*byte_put)(ehdr32.e_machine,(longlong)output_elf_machine,2);\n }\n if (output_elf_type != -1) {\n (*byte_put)(ehdr32.e_type,(longlong)output_elf_type,2);\n }\n if (output_elf_osabi != -1) {\n ehdr32.e_ident[7] = (uchar)output_elf_osabi;\n }\n __ptr = &ehdr32;\n sVar3 = 0x34;\n }\n else {\n if (elf_header.e_ident[4] != '\x02') {\n /* WARNING: Subroutine does not return */\n abort();\n }\n if (output_elf_machine != -1) {\n (*byte_put)(ehdr64.e_machine,(longlong)output_elf_machine,2);\n }\n if (output_elf_type != -1) {\n (*byte_put)(ehdr64.e_type,(longlong)output_elf_type,2);\n }\n if (output_elf_osabi != -1) {\n ehdr64.e_ident[7] = (uchar)output_elf_osabi;\n }\n sVar3 = 0x40;\n __ptr = (Elf32_External_Ehdr *)&ehdr64;\n }\n sVar3 = fwrite(__ptr,sVar3,1,(FILE *)file);\n bVar1 = elf_header.e_entry;\n bVar2 = elf_header.e_shoff;\n if (sVar3 != 1) {\n piVar6 = __errno_location();\n pcVar12 = strerror(*piVar6);\n pcVar4 = (char *)dcgettext(0,"%s: Failed to update ELF header: %s\n",5);\n goto LAB_00011c4e;\n }\n goto LAB_00012260;\n }\n pcVar4 = "%s: Unmatched EI_OSABI: %d is not %d\n";\n eVar11 = input_elf_osabi;\n }\n else {\n pcVar4 = "%s: Unmatched e_type: %d is not %d\n";\n eVar11 = input_elf_type;\n }\n }\n else {\n pcVar4 = "%s: Unmatched output EI_CLASS: %d is not %d\n";\n eVar11 = output_elf_class;\n }" statement_identifier : (if_statement "if ((output_elf_class == ELF_CLASS_BOTH) || (eVar8 == output_elf_class)) {\n if ((input_elf_machine != -1) && (eVar7 != input_elf_machine)) {\n eVar8 = eVar7;\n pcVar4 = (char *)dcgettext(0,"%s: Unmatched e_machine: %d is not %d\n",5,pFVar13,\n file_name,eVar7);\n goto LAB_0001223f;\n }\n eVar8 = (elfclass)elf_header.e_type;\n if ((input_elf_type == -1) || (eVar8 == input_elf_type)) {\n eVar8 = (uint)elf_header.e_ident._4_4_ >> 0x18;\n if ((input_elf_osabi == -1) || (eVar8 == input_elf_osabi)) {\n if (elf_header.e_ident[4] == '\x01') {\n if (output_elf_machine != -1) {\n (*byte_put)(ehdr32.e_machine,(longlong)output_elf_machine,2);\n }\n if (output_elf_type != -1) {\n (*byte_put)(ehdr32.e_type,(longlong)output_elf_type,2);\n }\n if (output_elf_osabi != -1) {\n ehdr32.e_ident[7] = (uchar)output_elf_osabi;\n }\n __ptr = &ehdr32;\n sVar3 = 0x34;\n }\n else {\n if (elf_header.e_ident[4] != '\x02') {\n /* WARNING: Subroutine does not return */\n abort();\n }\n if (output_elf_machine != -1) {\n (*byte_put)(ehdr64.e_machine,(longlong)output_elf_machine,2);\n }\n if (output_elf_type != -1) {\n (*byte_put)(ehdr64.e_type,(longlong)output_elf_type,2);\n }\n if (output_elf_osabi != -1) {\n ehdr64.e_ident[7] = (uchar)output_elf_osabi;\n }\n sVar3 = 0x40;\n __ptr = (Elf32_External_Ehdr *)&ehdr64;\n }\n sVar3 = fwrite(__ptr,sVar3,1,(FILE *)file);\n bVar1 = elf_header.e_entry;\n bVar2 = elf_header.e_shoff;\n if (sVar3 != 1) {\n piVar6 = __errno_location();\n pcVar12 = strerror(*piVar6);\n pcVar4 = (char *)dcgettext(0,"%s: Failed to update ELF header: %s\n",5);\n goto LAB_00011c4e;\n }\n goto LAB_00012260;\n }\n pcVar4 = "%s: Unmatched EI_OSABI: %d is not %d\n";\n eVar11 = input_elf_osabi;\n }\n else {\n pcVar4 = "%s: Unmatched e_type: %d is not %d\n";\n eVar11 = input_elf_type;\n }\n }\n else {\n pcVar4 = "%s: Unmatched output EI_CLASS: %d is not %d\n";\n eVar11 = output_elf_class;\n }" if (parenthesized_expression "((output_elf_class == ELF_CLASS_BOTH) || (eVar8 == output_elf_class))" ( (binary_expression "(output_elf_class == ELF_CLASS_BOTH) || (eVar8 == output_elf_class)" (parenthesized_expression "(output_elf_class == ELF_CLASS_BOTH)" ( (binary_expression "output_elf_class == ELF_CLASS_BOTH" identifier == identifier) )) || (parenthesized_expression "(eVar8 == output_elf_class)" ( (binary_expression "eVar8 == output_elf_class" identifier == identifier) ))) )) (compound_statement "{\n if ((input_elf_machine != -1) && (eVar7 != input_elf_machine)) {\n eVar8 = eVar7;\n pcVar4 = (char *)dcgettext(0,"%s: Unmatched e_machine: %d is not %d\n",5,pFVar13,\n file_name,eVar7);\n goto LAB_0001223f;\n }\n eVar8 = (elfclass)elf_header.e_type;\n if ((input_elf_type == -1) || (eVar8 == input_elf_type)) {\n eVar8 = (uint)elf_header.e_ident._4_4_ >> 0x18;\n if ((input_elf_osabi == -1) || (eVar8 == input_elf_osabi)) {\n if (elf_header.e_ident[4] == '\x01') {\n if (output_elf_machine != -1) {\n (*byte_put)(ehdr32.e_machine,(longlong)output_elf_machine,2);\n }\n if (output_elf_type != -1) {\n (*byte_put)(ehdr32.e_type,(longlong)output_elf_type,2);\n }\n if (output_elf_osabi != -1) {\n ehdr32.e_ident[7] = (uchar)output_elf_osabi;\n }\n __ptr = &ehdr32;\n sVar3 = 0x34;\n }\n else {\n if (elf_header.e_ident[4] != '\x02') {\n /* WARNING: Subroutine does not return */\n abort();\n }\n if (output_elf_machine != -1) {\n (*byte_put)(ehdr64.e_machine,(longlong)output_elf_machine,2);\n }\n if (output_elf_type != -1) {\n (*byte_put)(ehdr64.e_type,(longlong)output_elf_type,2);\n }\n if (output_elf_osabi != -1) {\n ehdr64.e_ident[7] = (uchar)output_elf_osabi;\n }\n sVar3 = 0x40;\n __ptr = (Elf32_External_Ehdr *)&ehdr64;\n }\n sVar3 = fwrite(__ptr,sVar3,1,(FILE *)file);\n bVar1 = elf_header.e_entry;\n bVar2 = elf_header.e_shoff;\n if (sVar3 != 1) {\n piVar6 = __errno_location();\n pcVar12 = strerror(*piVar6);\n pcVar4 = (char *)dcgettext(0,"%s: Failed to update ELF header: %s\n",5);\n goto LAB_00011c4e;\n }\n goto LAB_00012260;\n }\n pcVar4 = "%s: Unmatched EI_OSABI: %d is not %d\n";\n eVar11 = input_elf_osabi;\n }\n else {\n pcVar4 = "%s: Unmatched e_type: %d is not %d\n";\n eVar11 = input_elf_type;\n }\n }" { (if_statement "if ((input_elf_machine != -1) && (eVar7 != input_elf_machine)) {\n eVar8 = eVar7;\n pcVar4 = (char *)dcgettext(0,"%s: Unmatched e_machine: %d is not %d\n",5,pFVar13,\n file_name,eVar7);\n goto LAB_0001223f;\n }" if (parenthesized_expression "((input_elf_machine != -1) && (eVar7 != input_elf_machine))" ( (binary_expression "(input_elf_machine != -1) && (eVar7 != input_elf_machine)" (parenthesized_expression "(input_elf_machine != -1)" ( (binary_expression "input_elf_machine != -1" identifier != number_literal) )) && (parenthesized_expression "(eVar7 != input_elf_machine)" ( (binary_expression "eVar7 != input_elf_machine" identifier != identifier) ))) )) (compound_statement "{\n eVar8 = eVar7;\n pcVar4 = (char *)dcgettext(0,"%s: Unmatched e_machine: %d is not %d\n",5,pFVar13,\n file_name,eVar7);\n goto LAB_0001223f;\n }" { (expression_statement "eVar8 = eVar7;" (assignment_expression "eVar8 = eVar7" identifier = identifier) ;) (expression_statement "pcVar4 = (char *)dcgettext(0,"%s: Unmatched e_machine: %d is not %d\n",5,pFVar13,\n file_name,eVar7);" (assignment_expression "pcVar4 = (char *)dcgettext(0,"%s: Unmatched e_machine: %d is not %d\n",5,pFVar13,\n file_name,eVar7)" identifier = (cast_expression "(char *)dcgettext(0,"%s: Unmatched e_machine: %d is not %d\n",5,pFVar13,\n file_name,eVar7)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"%s: Unmatched e_machine: %d is not %d\n",5,pFVar13,\n file_name,eVar7)" identifier (argument_list "(0,"%s: Unmatched e_machine: %d is not %d\n",5,pFVar13,\n file_name,eVar7)" ( number_literal , (string_literal ""%s: Unmatched e_machine: %d is not %d\n"" " string_content escape_sequence ") , number_literal , identifier , identifier , identifier ))))) ;) (goto_statement "goto LAB_0001223f;" goto statement_identifier ;) })) (expression_statement "eVar8 = (elfclass)elf_header.e_type;" (assignment_expression "eVar8 = (elfclass)elf_header.e_type" identifier = (cast_expression "(elfclass)elf_header.e_type" ( (type_descriptor "elfclass" type_identifier) ) (field_expression "elf_header.e_type" identifier . field_identifier))) ;) (if_statement "if ((input_elf_type == -1) || (eVar8 == input_elf_type)) {\n eVar8 = (uint)elf_header.e_ident._4_4_ >> 0x18;\n if ((input_elf_osabi == -1) || (eVar8 == input_elf_osabi)) {\n if (elf_header.e_ident[4] == '\x01') {\n if (output_elf_machine != -1) {\n (*byte_put)(ehdr32.e_machine,(longlong)output_elf_machine,2);\n }\n if (output_elf_type != -1) {\n (*byte_put)(ehdr32.e_type,(longlong)output_elf_type,2);\n }\n if (output_elf_osabi != -1) {\n ehdr32.e_ident[7] = (uchar)output_elf_osabi;\n }\n __ptr = &ehdr32;\n sVar3 = 0x34;\n }\n else {\n if (elf_header.e_ident[4] != '\x02') {\n /* WARNING: Subroutine does not return */\n abort();\n }\n if (output_elf_machine != -1) {\n (*byte_put)(ehdr64.e_machine,(longlong)output_elf_machine,2);\n }\n if (output_elf_type != -1) {\n (*byte_put)(ehdr64.e_type,(longlong)output_elf_type,2);\n }\n if (output_elf_osabi != -1) {\n ehdr64.e_ident[7] = (uchar)output_elf_osabi;\n }\n sVar3 = 0x40;\n __ptr = (Elf32_External_Ehdr *)&ehdr64;\n }\n sVar3 = fwrite(__ptr,sVar3,1,(FILE *)file);\n bVar1 = elf_header.e_entry;\n bVar2 = elf_header.e_shoff;\n if (sVar3 != 1) {\n piVar6 = __errno_location();\n pcVar12 = strerror(*piVar6);\n pcVar4 = (char *)dcgettext(0,"%s: Failed to update ELF header: %s\n",5);\n goto LAB_00011c4e;\n }\n goto LAB_00012260;\n }\n pcVar4 = "%s: Unmatched EI_OSABI: %d is not %d\n";\n eVar11 = input_elf_osabi;\n }\n else {\n pcVar4 = "%s: Unmatched e_type: %d is not %d\n";\n eVar11 = input_elf_type;\n }" if (parenthesized_expression "((input_elf_type == -1) || (eVar8 == input_elf_type))" ( (binary_expression "(input_elf_type == -1) || (eVar8 == input_elf_type)" (parenthesized_expression "(input_elf_type == -1)" ( (binary_expression "input_elf_type == -1" identifier == number_literal) )) || (parenthesized_expression "(eVar8 == input_elf_type)" ( (binary_expression "eVar8 == input_elf_type" identifier == identifier) ))) )) (compound_statement "{\n eVar8 = (uint)elf_header.e_ident._4_4_ >> 0x18;\n if ((input_elf_osabi == -1) || (eVar8 == input_elf_osabi)) {\n if (elf_header.e_ident[4] == '\x01') {\n if (output_elf_machine != -1) {\n (*byte_put)(ehdr32.e_machine,(longlong)output_elf_machine,2);\n }\n if (output_elf_type != -1) {\n (*byte_put)(ehdr32.e_type,(longlong)output_elf_type,2);\n }\n if (output_elf_osabi != -1) {\n ehdr32.e_ident[7] = (uchar)output_elf_osabi;\n }\n __ptr = &ehdr32;\n sVar3 = 0x34;\n }\n else {\n if (elf_header.e_ident[4] != '\x02') {\n /* WARNING: Subroutine does not return */\n abort();\n }\n if (output_elf_machine != -1) {\n (*byte_put)(ehdr64.e_machine,(longlong)output_elf_machine,2);\n }\n if (output_elf_type != -1) {\n (*byte_put)(ehdr64.e_type,(longlong)output_elf_type,2);\n }\n if (output_elf_osabi != -1) {\n ehdr64.e_ident[7] = (uchar)output_elf_osabi;\n }\n sVar3 = 0x40;\n __ptr = (Elf32_External_Ehdr *)&ehdr64;\n }\n sVar3 = fwrite(__ptr,sVar3,1,(FILE *)file);\n bVar1 = elf_header.e_entry;\n bVar2 = elf_header.e_shoff;\n if (sVar3 != 1) {\n piVar6 = __errno_location();\n pcVar12 = strerror(*piVar6);\n pcVar4 = (char *)dcgettext(0,"%s: Failed to update ELF header: %s\n",5);\n goto LAB_00011c4e;\n }\n goto LAB_00012260;\n }\n pcVar4 = "%s: Unmatched EI_OSABI: %d is not %d\n";\n eVar11 = input_elf_osabi;\n }" { (expression_statement "eVar8 = (uint)elf_header.e_ident._4_4_ >> 0x18;" (assignment_expression "eVar8 = (uint)elf_header.e_ident._4_4_ >> 0x18" identifier = (binary_expression "(uint)elf_header.e_ident._4_4_ >> 0x18" (cast_expression "(uint)elf_header.e_ident._4_4_" ( (type_descriptor "uint" type_identifier) ) (field_expression "elf_header.e_ident._4_4_" (field_expression "elf_header.e_ident" identifier . field_identifier) . field_identifier)) >> number_literal)) ;) (if_statement "if ((input_elf_osabi == -1) || (eVar8 == input_elf_osabi)) {\n if (elf_header.e_ident[4] == '\x01') {\n if (output_elf_machine != -1) {\n (*byte_put)(ehdr32.e_machine,(longlong)output_elf_machine,2);\n }\n if (output_elf_type != -1) {\n (*byte_put)(ehdr32.e_type,(longlong)output_elf_type,2);\n }\n if (output_elf_osabi != -1) {\n ehdr32.e_ident[7] = (uchar)output_elf_osabi;\n }\n __ptr = &ehdr32;\n sVar3 = 0x34;\n }\n else {\n if (elf_header.e_ident[4] != '\x02') {\n /* WARNING: Subroutine does not return */\n abort();\n }\n if (output_elf_machine != -1) {\n (*byte_put)(ehdr64.e_machine,(longlong)output_elf_machine,2);\n }\n if (output_elf_type != -1) {\n (*byte_put)(ehdr64.e_type,(longlong)output_elf_type,2);\n }\n if (output_elf_osabi != -1) {\n ehdr64.e_ident[7] = (uchar)output_elf_osabi;\n }\n sVar3 = 0x40;\n __ptr = (Elf32_External_Ehdr *)&ehdr64;\n }\n sVar3 = fwrite(__ptr,sVar3,1,(FILE *)file);\n bVar1 = elf_header.e_entry;\n bVar2 = elf_header.e_shoff;\n if (sVar3 != 1) {\n piVar6 = __errno_location();\n pcVar12 = strerror(*piVar6);\n pcVar4 = (char *)dcgettext(0,"%s: Failed to update ELF header: %s\n",5);\n goto LAB_00011c4e;\n }\n goto LAB_00012260;\n }" if (parenthesized_expression "((input_elf_osabi == -1) || (eVar8 == input_elf_osabi))" ( (binary_expression "(input_elf_osabi == -1) || (eVar8 == input_elf_osabi)" (parenthesized_expression "(input_elf_osabi == -1)" ( (binary_expression "input_elf_osabi == -1" identifier == number_literal) )) || (parenthesized_expression "(eVar8 == input_elf_osabi)" ( (binary_expression "eVar8 == input_elf_osabi" identifier == identifier) ))) )) (compound_statement "{\n if (elf_header.e_ident[4] == '\x01') {\n if (output_elf_machine != -1) {\n (*byte_put)(ehdr32.e_machine,(longlong)output_elf_machine,2);\n }\n if (output_elf_type != -1) {\n (*byte_put)(ehdr32.e_type,(longlong)output_elf_type,2);\n }\n if (output_elf_osabi != -1) {\n ehdr32.e_ident[7] = (uchar)output_elf_osabi;\n }\n __ptr = &ehdr32;\n sVar3 = 0x34;\n }\n else {\n if (elf_header.e_ident[4] != '\x02') {\n /* WARNING: Subroutine does not return */\n abort();\n }\n if (output_elf_machine != -1) {\n (*byte_put)(ehdr64.e_machine,(longlong)output_elf_machine,2);\n }\n if (output_elf_type != -1) {\n (*byte_put)(ehdr64.e_type,(longlong)output_elf_type,2);\n }\n if (output_elf_osabi != -1) {\n ehdr64.e_ident[7] = (uchar)output_elf_osabi;\n }\n sVar3 = 0x40;\n __ptr = (Elf32_External_Ehdr *)&ehdr64;\n }\n sVar3 = fwrite(__ptr,sVar3,1,(FILE *)file);\n bVar1 = elf_header.e_entry;\n bVar2 = elf_header.e_shoff;\n if (sVar3 != 1) {\n piVar6 = __errno_location();\n pcVar12 = strerror(*piVar6);\n pcVar4 = (char *)dcgettext(0,"%s: Failed to update ELF header: %s\n",5);\n goto LAB_00011c4e;\n }\n goto LAB_00012260;\n }" { (if_statement "if (elf_header.e_ident[4] == '\x01') {\n if (output_elf_machine != -1) {\n (*byte_put)(ehdr32.e_machine,(longlong)output_elf_machine,2);\n }\n if (output_elf_type != -1) {\n (*byte_put)(ehdr32.e_type,(longlong)output_elf_type,2);\n }\n if (output_elf_osabi != -1) {\n ehdr32.e_ident[7] = (uchar)output_elf_osabi;\n }\n __ptr = &ehdr32;\n sVar3 = 0x34;\n }\n else {\n if (elf_header.e_ident[4] != '\x02') {\n /* WARNING: Subroutine does not return */\n abort();\n }\n if (output_elf_machine != -1) {\n (*byte_put)(ehdr64.e_machine,(longlong)output_elf_machine,2);\n }\n if (output_elf_type != -1) {\n (*byte_put)(ehdr64.e_type,(longlong)output_elf_type,2);\n }\n if (output_elf_osabi != -1) {\n ehdr64.e_ident[7] = (uchar)output_elf_osabi;\n }\n sVar3 = 0x40;\n __ptr = (Elf32_External_Ehdr *)&ehdr64;\n }" if (parenthesized_expression "(elf_header.e_ident[4] == '\x01')" ( (binary_expression "elf_header.e_ident[4] == '\x01'" (subscript_expression "elf_header.e_ident[4]" (field_expression "elf_header.e_ident" identifier . field_identifier) [ number_literal ]) == (char_literal "'\x01'" ' escape_sequence ')) )) (compound_statement "{\n if (output_elf_machine != -1) {\n (*byte_put)(ehdr32.e_machine,(longlong)output_elf_machine,2);\n }\n if (output_elf_type != -1) {\n (*byte_put)(ehdr32.e_type,(longlong)output_elf_type,2);\n }\n if (output_elf_osabi != -1) {\n ehdr32.e_ident[7] = (uchar)output_elf_osabi;\n }\n __ptr = &ehdr32;\n sVar3 = 0x34;\n }" { (if_statement "if (output_elf_machine != -1) {\n (*byte_put)(ehdr32.e_machine,(longlong)output_elf_machine,2);\n }" if (parenthesized_expression "(output_elf_machine != -1)" ( (binary_expression "output_elf_machine != -1" identifier != number_literal) )) (compound_statement "{\n (*byte_put)(ehdr32.e_machine,(longlong)output_elf_machine,2);\n }" { (expression_statement "(*byte_put)(ehdr32.e_machine,(longlong)output_elf_machine,2);" (call_expression "(*byte_put)(ehdr32.e_machine,(longlong)output_elf_machine,2)" (parenthesized_expression "(*byte_put)" ( (pointer_expression "*byte_put" * identifier) )) (argument_list "(ehdr32.e_machine,(longlong)output_elf_machine,2)" ( (field_expression "ehdr32.e_machine" identifier . field_identifier) , (cast_expression "(longlong)output_elf_machine" ( (type_descriptor "longlong" type_identifier) ) identifier) , number_literal ))) ;) })) (if_statement "if (output_elf_type != -1) {\n (*byte_put)(ehdr32.e_type,(longlong)output_elf_type,2);\n }" if (parenthesized_expression "(output_elf_type != -1)" ( (binary_expression "output_elf_type != -1" identifier != number_literal) )) (compound_statement "{\n (*byte_put)(ehdr32.e_type,(longlong)output_elf_type,2);\n }" { (expression_statement "(*byte_put)(ehdr32.e_type,(longlong)output_elf_type,2);" (call_expression "(*byte_put)(ehdr32.e_type,(longlong)output_elf_type,2)" (parenthesized_expression "(*byte_put)" ( (pointer_expression "*byte_put" * identifier) )) (argument_list "(ehdr32.e_type,(longlong)output_elf_type,2)" ( (field_expression "ehdr32.e_type" identifier . field_identifier) , (cast_expression "(longlong)output_elf_type" ( (type_descriptor "longlong" type_identifier) ) identifier) , number_literal ))) ;) })) (if_statement "if (output_elf_osabi != -1) {\n ehdr32.e_ident[7] = (uchar)output_elf_osabi;\n }" if (parenthesized_expression "(output_elf_osabi != -1)" ( (binary_expression "output_elf_osabi != -1" identifier != number_literal) )) (compound_statement "{\n ehdr32.e_ident[7] = (uchar)output_elf_osabi;\n }" { (expression_statement "ehdr32.e_ident[7] = (uchar)output_elf_osabi;" (assignment_expression "ehdr32.e_ident[7] = (uchar)output_elf_osabi" (subscript_expression "ehdr32.e_ident[7]" (field_expression "ehdr32.e_ident" identifier . field_identifier) [ number_literal ]) = (cast_expression "(uchar)output_elf_osabi" ( (type_descriptor "uchar" type_identifier) ) identifier)) ;) })) (expression_statement "__ptr = &ehdr32;" (assignment_expression "__ptr = &ehdr32" identifier = (pointer_expression "&ehdr32" & identifier)) ;) (expression_statement "sVar3 = 0x34;" (assignment_expression "sVar3 = 0x34" identifier = number_literal) ;) }) (else_clause "else {\n if (elf_header.e_ident[4] != '\x02') {\n /* WARNING: Subroutine does not return */\n abort();\n }\n if (output_elf_machine != -1) {\n (*byte_put)(ehdr64.e_machine,(longlong)output_elf_machine,2);\n }\n if (output_elf_type != -1) {\n (*byte_put)(ehdr64.e_type,(longlong)output_elf_type,2);\n }\n if (output_elf_osabi != -1) {\n ehdr64.e_ident[7] = (uchar)output_elf_osabi;\n }\n sVar3 = 0x40;\n __ptr = (Elf32_External_Ehdr *)&ehdr64;\n }" else (compound_statement "{\n if (elf_header.e_ident[4] != '\x02') {\n /* WARNING: Subroutine does not return */\n abort();\n }\n if (output_elf_machine != -1) {\n (*byte_put)(ehdr64.e_machine,(longlong)output_elf_machine,2);\n }\n if (output_elf_type != -1) {\n (*byte_put)(ehdr64.e_type,(longlong)output_elf_type,2);\n }\n if (output_elf_osabi != -1) {\n ehdr64.e_ident[7] = (uchar)output_elf_osabi;\n }\n sVar3 = 0x40;\n __ptr = (Elf32_External_Ehdr *)&ehdr64;\n }" { (if_statement "if (elf_header.e_ident[4] != '\x02') {\n /* WARNING: Subroutine does not return */\n abort();\n }" if (parenthesized_expression "(elf_header.e_ident[4] != '\x02')" ( (binary_expression "elf_header.e_ident[4] != '\x02'" (subscript_expression "elf_header.e_ident[4]" (field_expression "elf_header.e_ident" identifier . field_identifier) [ number_literal ]) != (char_literal "'\x02'" ' escape_sequence ')) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n abort();\n }" { comment (expression_statement "abort();" (call_expression "abort()" identifier (argument_list "()" ( ))) ;) })) (if_statement "if (output_elf_machine != -1) {\n (*byte_put)(ehdr64.e_machine,(longlong)output_elf_machine,2);\n }" if (parenthesized_expression "(output_elf_machine != -1)" ( (binary_expression "output_elf_machine != -1" identifier != number_literal) )) (compound_statement "{\n (*byte_put)(ehdr64.e_machine,(longlong)output_elf_machine,2);\n }" { (expression_statement "(*byte_put)(ehdr64.e_machine,(longlong)output_elf_machine,2);" (call_expression "(*byte_put)(ehdr64.e_machine,(longlong)output_elf_machine,2)" (parenthesized_expression "(*byte_put)" ( (pointer_expression "*byte_put" * identifier) )) (argument_list "(ehdr64.e_machine,(longlong)output_elf_machine,2)" ( (field_expression "ehdr64.e_machine" identifier . field_identifier) , (cast_expression "(longlong)output_elf_machine" ( (type_descriptor "longlong" type_identifier) ) identifier) , number_literal ))) ;) })) (if_statement "if (output_elf_type != -1) {\n (*byte_put)(ehdr64.e_type,(longlong)output_elf_type,2);\n }" if (parenthesized_expression "(output_elf_type != -1)" ( (binary_expression "output_elf_type != -1" identifier != number_literal) )) (compound_statement "{\n (*byte_put)(ehdr64.e_type,(longlong)output_elf_type,2);\n }" { (expression_statement "(*byte_put)(ehdr64.e_type,(longlong)output_elf_type,2);" (call_expression "(*byte_put)(ehdr64.e_type,(longlong)output_elf_type,2)" (parenthesized_expression "(*byte_put)" ( (pointer_expression "*byte_put" * identifier) )) (argument_list "(ehdr64.e_type,(longlong)output_elf_type,2)" ( (field_expression "ehdr64.e_type" identifier . field_identifier) , (cast_expression "(longlong)output_elf_type" ( (type_descriptor "longlong" type_identifier) ) identifier) , number_literal ))) ;) })) (if_statement "if (output_elf_osabi != -1) {\n ehdr64.e_ident[7] = (uchar)output_elf_osabi;\n }" if (parenthesized_expression "(output_elf_osabi != -1)" ( (binary_expression "output_elf_osabi != -1" identifier != number_literal) )) (compound_statement "{\n ehdr64.e_ident[7] = (uchar)output_elf_osabi;\n }" { (expression_statement "ehdr64.e_ident[7] = (uchar)output_elf_osabi;" (assignment_expression "ehdr64.e_ident[7] = (uchar)output_elf_osabi" (subscript_expression "ehdr64.e_ident[7]" (field_expression "ehdr64.e_ident" identifier . field_identifier) [ number_literal ]) = (cast_expression "(uchar)output_elf_osabi" ( (type_descriptor "uchar" type_identifier) ) identifier)) ;) })) (expression_statement "sVar3 = 0x40;" (assignment_expression "sVar3 = 0x40" identifier = number_literal) ;) (expression_statement "__ptr = (Elf32_External_Ehdr *)&ehdr64;" (assignment_expression "__ptr = (Elf32_External_Ehdr *)&ehdr64" identifier = (cast_expression "(Elf32_External_Ehdr *)&ehdr64" ( (type_descriptor "Elf32_External_Ehdr *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&ehdr64" & identifier))) ;) }))) (expression_statement "sVar3 = fwrite(__ptr,sVar3,1,(FILE *)file);" (assignment_expression "sVar3 = fwrite(__ptr,sVar3,1,(FILE *)file)" identifier = (call_expression "fwrite(__ptr,sVar3,1,(FILE *)file)" identifier (argument_list "(__ptr,sVar3,1,(FILE *)file)" ( identifier , identifier , number_literal , (cast_expression "(FILE *)file" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) )))) ;) (expression_statement "bVar1 = elf_header.e_entry;" (assignment_expression "bVar1 = elf_header.e_entry" identifier = (field_expression "elf_header.e_entry" identifier . field_identifier)) ;) (expression_statement "bVar2 = elf_header.e_shoff;" (assignment_expression "bVar2 = elf_header.e_shoff" identifier = (field_expression "elf_header.e_shoff" identifier . field_identifier)) ;) (if_statement "if (sVar3 != 1) {\n piVar6 = __errno_location();\n pcVar12 = strerror(*piVar6);\n pcVar4 = (char *)dcgettext(0,"%s: Failed to update ELF header: %s\n",5);\n goto LAB_00011c4e;\n }" if (parenthesized_expression "(sVar3 != 1)" ( (binary_expression "sVar3 != 1" identifier != number_literal) )) (compound_statement "{\n piVar6 = __errno_location();\n pcVar12 = strerror(*piVar6);\n pcVar4 = (char *)dcgettext(0,"%s: Failed to update ELF header: %s\n",5);\n goto LAB_00011c4e;\n }" { (expression_statement "piVar6 = __errno_location();" (assignment_expression "piVar6 = __errno_location()" identifier = (call_expression "__errno_location()" identifier (argument_list "()" ( )))) ;) (expression_statement "pcVar12 = strerror(*piVar6);" (assignment_expression "pcVar12 = strerror(*piVar6)" identifier = (call_expression "strerror(*piVar6)" identifier (argument_list "(*piVar6)" ( (pointer_expression "*piVar6" * identifier) )))) ;) (expression_statement "pcVar4 = (char *)dcgettext(0,"%s: Failed to update ELF header: %s\n",5);" (assignment_expression "pcVar4 = (char *)dcgettext(0,"%s: Failed to update ELF header: %s\n",5)" identifier = (cast_expression "(char *)dcgettext(0,"%s: Failed to update ELF header: %s\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"%s: Failed to update ELF header: %s\n",5)" identifier (argument_list "(0,"%s: Failed to update ELF header: %s\n",5)" ( number_literal , (string_literal ""%s: Failed to update ELF header: %s\n"" " string_content escape_sequence ") , number_literal ))))) ;) (goto_statement "goto LAB_00011c4e;" goto statement_identifier ;) })) (goto_statement "goto LAB_00012260;" goto statement_identifier ;) })) (expression_statement "pcVar4 = "%s: Unmatched EI_OSABI: %d is not %d\n";" (assignment_expression "pcVar4 = "%s: Unmatched EI_OSABI: %d is not %d\n"" identifier = (string_literal ""%s: Unmatched EI_OSABI: %d is not %d\n"" " string_content escape_sequence ")) ;) (expression_statement "eVar11 = input_elf_osabi;" (assignment_expression "eVar11 = input_elf_osabi" identifier = identifier) ;) }) (else_clause "else {\n pcVar4 = "%s: Unmatched e_type: %d is not %d\n";\n eVar11 = input_elf_type;\n }" else (compound_statement "{\n pcVar4 = "%s: Unmatched e_type: %d is not %d\n";\n eVar11 = input_elf_type;\n }" { (expression_statement "pcVar4 = "%s: Unmatched e_type: %d is not %d\n";" (assignment_expression "pcVar4 = "%s: Unmatched e_type: %d is not %d\n"" identifier = (string_literal ""%s: Unmatched e_type: %d is not %d\n"" " string_content escape_sequence ")) ;) (expression_statement "eVar11 = input_elf_type;" (assignment_expression "eVar11 = input_elf_type" identifier = identifier) ;) }))) }) (else_clause "else {\n pcVar4 = "%s: Unmatched output EI_CLASS: %d is not %d\n";\n eVar11 = output_elf_class;\n }" else (compound_statement "{\n pcVar4 = "%s: Unmatched output EI_CLASS: %d is not %d\n";\n eVar11 = output_elf_class;\n }" { (expression_statement "pcVar4 = "%s: Unmatched output EI_CLASS: %d is not %d\n";" (assignment_expression "pcVar4 = "%s: Unmatched output EI_CLASS: %d is not %d\n"" identifier = (string_literal ""%s: Unmatched output EI_CLASS: %d is not %d\n"" " string_content escape_sequence ")) ;) (expression_statement "eVar11 = output_elf_class;" (assignment_expression "eVar11 = output_elf_class" identifier = identifier) ;) })))) }) (else_clause "else {\n bVar9 = input_elf_class != ELF_CLASS_BOTH && eVar8 != input_elf_class;\nLAB_00012050:\n if (!bVar9) goto LAB_00012058;\n pcVar4 = "%s: Unmatched input EI_CLASS: %d is not %d\n";\n eVar11 = input_elf_class;\n }" else (compound_statement "{\n bVar9 = input_elf_class != ELF_CLASS_BOTH && eVar8 != input_elf_class;\nLAB_00012050:\n if (!bVar9) goto LAB_00012058;\n pcVar4 = "%s: Unmatched input EI_CLASS: %d is not %d\n";\n eVar11 = input_elf_class;\n }" { (expression_statement "bVar9 = input_elf_class != ELF_CLASS_BOTH && eVar8 != input_elf_class;" (assignment_expression "bVar9 = input_elf_class != ELF_CLASS_BOTH && eVar8 != input_elf_class" identifier = (binary_expression "input_elf_class != ELF_CLASS_BOTH && eVar8 != input_elf_class" (binary_expression "input_elf_class != ELF_CLASS_BOTH" identifier != identifier) && (binary_expression "eVar8 != input_elf_class" identifier != identifier))) ;) (labeled_statement "LAB_00012050:\n if (!bVar9) goto LAB_00012058;" statement_identifier : (if_statement "if (!bVar9) goto LAB_00012058;" if (parenthesized_expression "(!bVar9)" ( (unary_expression "!bVar9" ! identifier) )) (goto_statement "goto LAB_00012058;" goto statement_identifier ;))) (expression_statement "pcVar4 = "%s: Unmatched input EI_CLASS: %d is not %d\n";" (assignment_expression "pcVar4 = "%s: Unmatched input EI_CLASS: %d is not %d\n"" identifier = (string_literal ""%s: Unmatched input EI_CLASS: %d is not %d\n"" " string_content escape_sequence ")) ;) (expression_statement "eVar11 = input_elf_class;" (assignment_expression "eVar11 = input_elf_class" identifier = identifier) ;) }))) (expression_statement "pcVar4 = (char *)dcgettext(0,pcVar4,5);" (assignment_expression "pcVar4 = (char *)dcgettext(0,pcVar4,5)" identifier = (cast_expression "(char *)dcgettext(0,pcVar4,5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,pcVar4,5)" identifier (argument_list "(0,pcVar4,5)" ( number_literal , identifier , number_literal ))))) ;) (labeled_statement "LAB_0001223f:\n error(pcVar4,file_name,eVar8,eVar11);" statement_identifier : (expression_statement "error(pcVar4,file_name,eVar8,eVar11);" (call_expression "error(pcVar4,file_name,eVar8,eVar11)" identifier (argument_list "(pcVar4,file_name,eVar8,eVar11)" ( identifier , identifier , identifier , identifier ))) ;)) (return_statement "return 1;" return number_literal ;) })) (labeled_statement "LAB_00012260:\n iVar5 = 0;" statement_identifier : (expression_statement "iVar5 = 0;" (assignment_expression "iVar5 = 0" identifier = number_literal) ;)) (goto_statement "goto LAB_00011c60;" goto statement_identifier ;) })) (expression_statement "pcVar12 = (char *)0x5;" (assignment_expression "pcVar12 = (char *)0x5" identifier = (cast_expression "(char *)0x5" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "pcVar4 = (char *)dcgettext(0,"%s: Not an ELF file - wrong magic bytes at the start\n",5);" (assignment_expression "pcVar4 = (char *)dcgettext(0,"%s: Not an ELF file - wrong magic bytes at the start\n",5)" identifier = (cast_expression "(char *)dcgettext(0,"%s: Not an ELF file - wrong magic bytes at the start\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"%s: Not an ELF file - wrong magic bytes at the start\n",5)" identifier (argument_list "(0,"%s: Not an ELF file - wrong magic bytes at the start\n",5)" ( number_literal , (string_literal ""%s: Not an ELF file - wrong magic bytes at the start\n"" " string_content escape_sequence ") , number_literal ))))) ;) }) (else_clause "else {\n byte_get = byte_get_little_endian;\n byte_put = byte_put_little_endian;\n if (elf_header.e_ident[4] == '\x01') goto LAB_00011d08;\nLAB_00011ca7:\n uVar14 = elf_header.e_ident._4_4_ & 0xff;\n if (elf_header.e_ident[4] == '\x02') {\n puVar15 = ehdr64.e_type;\n sVar3 = fread(ehdr64.e_type,0x30,1,(FILE *)file);\n if (sVar3 != 1) goto LAB_00011c39;\n eVar10 = (*byte_get)(puVar15,2);\n elf_header.e_type = (ushort)eVar10;\n eVar10 = (*byte_get)(ehdr64.e_machine,2);\n elf_header.e_machine = (ushort)eVar10;\n eVar10 = (*byte_get)(ehdr64.e_version,4);\n elf_header.e_version = (ulong)eVar10;\n elf_header.e_entry = (*byte_get)(ehdr64.e_entry,8);\n elf_header.e_phoff = (*byte_get)(ehdr64.e_phoff,8);\n elf_header.e_shoff = (*byte_get)(ehdr64.e_shoff,8);\n eVar10 = (*byte_get)(ehdr64.e_flags,4);\n elf_header.e_flags = (ulong)eVar10;\n eVar10 = (*byte_get)(ehdr64.e_ehsize,2);\n elf_header.e_ehsize = (uint)eVar10;\n eVar10 = (*byte_get)(ehdr64.e_phentsize,2);\n elf_header.e_phentsize = (uint)eVar10;\n eVar10 = (*byte_get)(ehdr64.e_phnum,2);\n elf_header.e_phnum = (uint)eVar10;\n eVar10 = (*byte_get)(ehdr64.e_shentsize,2);\n elf_header.e_shentsize = (uint)eVar10;\n eVar10 = (*byte_get)(ehdr64.e_shnum,2);\n elf_header.e_shnum = (uint)eVar10;\n eVar10 = (*byte_get)(ehdr64.e_shstrndx,2);\n elf_header.e_shstrndx = (uint)eVar10;\n ehdr64.e_ident[0] = elf_header.e_ident[0];\n ehdr64.e_ident[1] = elf_header.e_ident[1];\n ehdr64.e_ident[2] = elf_header.e_ident[2];\n ehdr64.e_ident[3] = elf_header.e_ident[3];\n ehdr64.e_ident[4] = elf_header.e_ident[4];\n ehdr64.e_ident[5] = elf_header.e_ident[5];\n ehdr64.e_ident[6] = elf_header.e_ident[6];\n ehdr64.e_ident[7] = elf_header.e_ident[7];\n ehdr64.e_ident[8] = elf_header.e_ident[8];\n ehdr64.e_ident[9] = elf_header.e_ident[9];\n ehdr64.e_ident[10] = elf_header.e_ident[10];\n ehdr64.e_ident[0xb] = elf_header.e_ident[0xb];\n ehdr64.e_ident[0xc] = elf_header.e_ident[0xc];\n ehdr64.e_ident[0xd] = elf_header.e_ident[0xd];\n ehdr64.e_ident[0xe] = elf_header.e_ident[0xe];\n ehdr64.e_ident[0xf] = elf_header.e_ident[0xf];\n goto LAB_00011fce;\n }\n pcVar4 = (char *)dcgettext(0,"Unsupported EI_CLASS: %d\n",5);\n error(pcVar4,uVar14 & 0xff);\nLAB_00011c39:\n pcVar12 = (char *)0x5;\n pcVar4 = (char *)dcgettext(0,"%s: Failed to read ELF header\n",5);\n }" else (compound_statement "{\n byte_get = byte_get_little_endian;\n byte_put = byte_put_little_endian;\n if (elf_header.e_ident[4] == '\x01') goto LAB_00011d08;\nLAB_00011ca7:\n uVar14 = elf_header.e_ident._4_4_ & 0xff;\n if (elf_header.e_ident[4] == '\x02') {\n puVar15 = ehdr64.e_type;\n sVar3 = fread(ehdr64.e_type,0x30,1,(FILE *)file);\n if (sVar3 != 1) goto LAB_00011c39;\n eVar10 = (*byte_get)(puVar15,2);\n elf_header.e_type = (ushort)eVar10;\n eVar10 = (*byte_get)(ehdr64.e_machine,2);\n elf_header.e_machine = (ushort)eVar10;\n eVar10 = (*byte_get)(ehdr64.e_version,4);\n elf_header.e_version = (ulong)eVar10;\n elf_header.e_entry = (*byte_get)(ehdr64.e_entry,8);\n elf_header.e_phoff = (*byte_get)(ehdr64.e_phoff,8);\n elf_header.e_shoff = (*byte_get)(ehdr64.e_shoff,8);\n eVar10 = (*byte_get)(ehdr64.e_flags,4);\n elf_header.e_flags = (ulong)eVar10;\n eVar10 = (*byte_get)(ehdr64.e_ehsize,2);\n elf_header.e_ehsize = (uint)eVar10;\n eVar10 = (*byte_get)(ehdr64.e_phentsize,2);\n elf_header.e_phentsize = (uint)eVar10;\n eVar10 = (*byte_get)(ehdr64.e_phnum,2);\n elf_header.e_phnum = (uint)eVar10;\n eVar10 = (*byte_get)(ehdr64.e_shentsize,2);\n elf_header.e_shentsize = (uint)eVar10;\n eVar10 = (*byte_get)(ehdr64.e_shnum,2);\n elf_header.e_shnum = (uint)eVar10;\n eVar10 = (*byte_get)(ehdr64.e_shstrndx,2);\n elf_header.e_shstrndx = (uint)eVar10;\n ehdr64.e_ident[0] = elf_header.e_ident[0];\n ehdr64.e_ident[1] = elf_header.e_ident[1];\n ehdr64.e_ident[2] = elf_header.e_ident[2];\n ehdr64.e_ident[3] = elf_header.e_ident[3];\n ehdr64.e_ident[4] = elf_header.e_ident[4];\n ehdr64.e_ident[5] = elf_header.e_ident[5];\n ehdr64.e_ident[6] = elf_header.e_ident[6];\n ehdr64.e_ident[7] = elf_header.e_ident[7];\n ehdr64.e_ident[8] = elf_header.e_ident[8];\n ehdr64.e_ident[9] = elf_header.e_ident[9];\n ehdr64.e_ident[10] = elf_header.e_ident[10];\n ehdr64.e_ident[0xb] = elf_header.e_ident[0xb];\n ehdr64.e_ident[0xc] = elf_header.e_ident[0xc];\n ehdr64.e_ident[0xd] = elf_header.e_ident[0xd];\n ehdr64.e_ident[0xe] = elf_header.e_ident[0xe];\n ehdr64.e_ident[0xf] = elf_header.e_ident[0xf];\n goto LAB_00011fce;\n }\n pcVar4 = (char *)dcgettext(0,"Unsupported EI_CLASS: %d\n",5);\n error(pcVar4,uVar14 & 0xff);\nLAB_00011c39:\n pcVar12 = (char *)0x5;\n pcVar4 = (char *)dcgettext(0,"%s: Failed to read ELF header\n",5);\n }" { (expression_statement "byte_get = byte_get_little_endian;" (assignment_expression "byte_get = byte_get_little_endian" identifier = identifier) ;) (expression_statement "byte_put = byte_put_little_endian;" (assignment_expression "byte_put = byte_put_little_endian" identifier = identifier) ;) (if_statement "if (elf_header.e_ident[4] == '\x01') goto LAB_00011d08;" if (parenthesized_expression "(elf_header.e_ident[4] == '\x01')" ( (binary_expression "elf_header.e_ident[4] == '\x01'" (subscript_expression "elf_header.e_ident[4]" (field_expression "elf_header.e_ident" identifier . field_identifier) [ number_literal ]) == (char_literal "'\x01'" ' escape_sequence ')) )) (goto_statement "goto LAB_00011d08;" goto statement_identifier ;)) (labeled_statement "LAB_00011ca7:\n uVar14 = elf_header.e_ident._4_4_ & 0xff;" statement_identifier : (expression_statement "uVar14 = elf_header.e_ident._4_4_ & 0xff;" (assignment_expression "uVar14 = elf_header.e_ident._4_4_ & 0xff" identifier = (binary_expression "elf_header.e_ident._4_4_ & 0xff" (field_expression "elf_header.e_ident._4_4_" (field_expression "elf_header.e_ident" identifier . field_identifier) . field_identifier) & number_literal)) ;)) (if_statement "if (elf_header.e_ident[4] == '\x02') {\n puVar15 = ehdr64.e_type;\n sVar3 = fread(ehdr64.e_type,0x30,1,(FILE *)file);\n if (sVar3 != 1) goto LAB_00011c39;\n eVar10 = (*byte_get)(puVar15,2);\n elf_header.e_type = (ushort)eVar10;\n eVar10 = (*byte_get)(ehdr64.e_machine,2);\n elf_header.e_machine = (ushort)eVar10;\n eVar10 = (*byte_get)(ehdr64.e_version,4);\n elf_header.e_version = (ulong)eVar10;\n elf_header.e_entry = (*byte_get)(ehdr64.e_entry,8);\n elf_header.e_phoff = (*byte_get)(ehdr64.e_phoff,8);\n elf_header.e_shoff = (*byte_get)(ehdr64.e_shoff,8);\n eVar10 = (*byte_get)(ehdr64.e_flags,4);\n elf_header.e_flags = (ulong)eVar10;\n eVar10 = (*byte_get)(ehdr64.e_ehsize,2);\n elf_header.e_ehsize = (uint)eVar10;\n eVar10 = (*byte_get)(ehdr64.e_phentsize,2);\n elf_header.e_phentsize = (uint)eVar10;\n eVar10 = (*byte_get)(ehdr64.e_phnum,2);\n elf_header.e_phnum = (uint)eVar10;\n eVar10 = (*byte_get)(ehdr64.e_shentsize,2);\n elf_header.e_shentsize = (uint)eVar10;\n eVar10 = (*byte_get)(ehdr64.e_shnum,2);\n elf_header.e_shnum = (uint)eVar10;\n eVar10 = (*byte_get)(ehdr64.e_shstrndx,2);\n elf_header.e_shstrndx = (uint)eVar10;\n ehdr64.e_ident[0] = elf_header.e_ident[0];\n ehdr64.e_ident[1] = elf_header.e_ident[1];\n ehdr64.e_ident[2] = elf_header.e_ident[2];\n ehdr64.e_ident[3] = elf_header.e_ident[3];\n ehdr64.e_ident[4] = elf_header.e_ident[4];\n ehdr64.e_ident[5] = elf_header.e_ident[5];\n ehdr64.e_ident[6] = elf_header.e_ident[6];\n ehdr64.e_ident[7] = elf_header.e_ident[7];\n ehdr64.e_ident[8] = elf_header.e_ident[8];\n ehdr64.e_ident[9] = elf_header.e_ident[9];\n ehdr64.e_ident[10] = elf_header.e_ident[10];\n ehdr64.e_ident[0xb] = elf_header.e_ident[0xb];\n ehdr64.e_ident[0xc] = elf_header.e_ident[0xc];\n ehdr64.e_ident[0xd] = elf_header.e_ident[0xd];\n ehdr64.e_ident[0xe] = elf_header.e_ident[0xe];\n ehdr64.e_ident[0xf] = elf_header.e_ident[0xf];\n goto LAB_00011fce;\n }" if (parenthesized_expression "(elf_header.e_ident[4] == '\x02')" ( (binary_expression "elf_header.e_ident[4] == '\x02'" (subscript_expression "elf_header.e_ident[4]" (field_expression "elf_header.e_ident" identifier . field_identifier) [ number_literal ]) == (char_literal "'\x02'" ' escape_sequence ')) )) (compound_statement "{\n puVar15 = ehdr64.e_type;\n sVar3 = fread(ehdr64.e_type,0x30,1,(FILE *)file);\n if (sVar3 != 1) goto LAB_00011c39;\n eVar10 = (*byte_get)(puVar15,2);\n elf_header.e_type = (ushort)eVar10;\n eVar10 = (*byte_get)(ehdr64.e_machine,2);\n elf_header.e_machine = (ushort)eVar10;\n eVar10 = (*byte_get)(ehdr64.e_version,4);\n elf_header.e_version = (ulong)eVar10;\n elf_header.e_entry = (*byte_get)(ehdr64.e_entry,8);\n elf_header.e_phoff = (*byte_get)(ehdr64.e_phoff,8);\n elf_header.e_shoff = (*byte_get)(ehdr64.e_shoff,8);\n eVar10 = (*byte_get)(ehdr64.e_flags,4);\n elf_header.e_flags = (ulong)eVar10;\n eVar10 = (*byte_get)(ehdr64.e_ehsize,2);\n elf_header.e_ehsize = (uint)eVar10;\n eVar10 = (*byte_get)(ehdr64.e_phentsize,2);\n elf_header.e_phentsize = (uint)eVar10;\n eVar10 = (*byte_get)(ehdr64.e_phnum,2);\n elf_header.e_phnum = (uint)eVar10;\n eVar10 = (*byte_get)(ehdr64.e_shentsize,2);\n elf_header.e_shentsize = (uint)eVar10;\n eVar10 = (*byte_get)(ehdr64.e_shnum,2);\n elf_header.e_shnum = (uint)eVar10;\n eVar10 = (*byte_get)(ehdr64.e_shstrndx,2);\n elf_header.e_shstrndx = (uint)eVar10;\n ehdr64.e_ident[0] = elf_header.e_ident[0];\n ehdr64.e_ident[1] = elf_header.e_ident[1];\n ehdr64.e_ident[2] = elf_header.e_ident[2];\n ehdr64.e_ident[3] = elf_header.e_ident[3];\n ehdr64.e_ident[4] = elf_header.e_ident[4];\n ehdr64.e_ident[5] = elf_header.e_ident[5];\n ehdr64.e_ident[6] = elf_header.e_ident[6];\n ehdr64.e_ident[7] = elf_header.e_ident[7];\n ehdr64.e_ident[8] = elf_header.e_ident[8];\n ehdr64.e_ident[9] = elf_header.e_ident[9];\n ehdr64.e_ident[10] = elf_header.e_ident[10];\n ehdr64.e_ident[0xb] = elf_header.e_ident[0xb];\n ehdr64.e_ident[0xc] = elf_header.e_ident[0xc];\n ehdr64.e_ident[0xd] = elf_header.e_ident[0xd];\n ehdr64.e_ident[0xe] = elf_header.e_ident[0xe];\n ehdr64.e_ident[0xf] = elf_header.e_ident[0xf];\n goto LAB_00011fce;\n }" { (expression_statement "puVar15 = ehdr64.e_type;" (assignment_expression "puVar15 = ehdr64.e_type" identifier = (field_expression "ehdr64.e_type" identifier . field_identifier)) ;) (expression_statement "sVar3 = fread(ehdr64.e_type,0x30,1,(FILE *)file);" (assignment_expression "sVar3 = fread(ehdr64.e_type,0x30,1,(FILE *)file)" identifier = (call_expression "fread(ehdr64.e_type,0x30,1,(FILE *)file)" identifier (argument_list "(ehdr64.e_type,0x30,1,(FILE *)file)" ( (field_expression "ehdr64.e_type" identifier . field_identifier) , number_literal , number_literal , (cast_expression "(FILE *)file" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) )))) ;) (if_statement "if (sVar3 != 1) goto LAB_00011c39;" if (parenthesized_expression "(sVar3 != 1)" ( (binary_expression "sVar3 != 1" identifier != number_literal) )) (goto_statement "goto LAB_00011c39;" goto statement_identifier ;)) (expression_statement "eVar10 = (*byte_get)(puVar15,2);" (assignment_expression "eVar10 = (*byte_get)(puVar15,2)" identifier = (call_expression "(*byte_get)(puVar15,2)" (parenthesized_expression "(*byte_get)" ( (pointer_expression "*byte_get" * identifier) )) (argument_list "(puVar15,2)" ( identifier , number_literal )))) ;) (expression_statement "elf_header.e_type = (ushort)eVar10;" (assignment_expression "elf_header.e_type = (ushort)eVar10" (field_expression "elf_header.e_type" identifier . field_identifier) = (cast_expression "(ushort)eVar10" ( (type_descriptor "ushort" type_identifier) ) identifier)) ;) (expression_statement "eVar10 = (*byte_get)(ehdr64.e_machine,2);" (assignment_expression "eVar10 = (*byte_get)(ehdr64.e_machine,2)" identifier = (call_expression "(*byte_get)(ehdr64.e_machine,2)" (parenthesized_expression "(*byte_get)" ( (pointer_expression "*byte_get" * identifier) )) (argument_list "(ehdr64.e_machine,2)" ( (field_expression "ehdr64.e_machine" identifier . field_identifier) , number_literal )))) ;) (expression_statement "elf_header.e_machine = (ushort)eVar10;" (assignment_expression "elf_header.e_machine = (ushort)eVar10" (field_expression "elf_header.e_machine" identifier . field_identifier) = (cast_expression "(ushort)eVar10" ( (type_descriptor "ushort" type_identifier) ) identifier)) ;) (expression_statement "eVar10 = (*byte_get)(ehdr64.e_version,4);" (assignment_expression "eVar10 = (*byte_get)(ehdr64.e_version,4)" identifier = (call_expression "(*byte_get)(ehdr64.e_version,4)" (parenthesized_expression "(*byte_get)" ( (pointer_expression "*byte_get" * identifier) )) (argument_list "(ehdr64.e_version,4)" ( (field_expression "ehdr64.e_version" identifier . field_identifier) , number_literal )))) ;) (expression_statement "elf_header.e_version = (ulong)eVar10;" (assignment_expression "elf_header.e_version = (ulong)eVar10" (field_expression "elf_header.e_version" identifier . field_identifier) = (cast_expression "(ulong)eVar10" ( (type_descriptor "ulong" type_identifier) ) identifier)) ;) (expression_statement "elf_header.e_entry = (*byte_get)(ehdr64.e_entry,8);" (assignment_expression "elf_header.e_entry = (*byte_get)(ehdr64.e_entry,8)" (field_expression "elf_header.e_entry" identifier . field_identifier) = (call_expression "(*byte_get)(ehdr64.e_entry,8)" (parenthesized_expression "(*byte_get)" ( (pointer_expression "*byte_get" * identifier) )) (argument_list "(ehdr64.e_entry,8)" ( (field_expression "ehdr64.e_entry" identifier . field_identifier) , number_literal )))) ;) (expression_statement "elf_header.e_phoff = (*byte_get)(ehdr64.e_phoff,8);" (assignment_expression "elf_header.e_phoff = (*byte_get)(ehdr64.e_phoff,8)" (field_expression "elf_header.e_phoff" identifier . field_identifier) = (call_expression "(*byte_get)(ehdr64.e_phoff,8)" (parenthesized_expression "(*byte_get)" ( (pointer_expression "*byte_get" * identifier) )) (argument_list "(ehdr64.e_phoff,8)" ( (field_expression "ehdr64.e_phoff" identifier . field_identifier) , number_literal )))) ;) (expression_statement "elf_header.e_shoff = (*byte_get)(ehdr64.e_shoff,8);" (assignment_expression "elf_header.e_shoff = (*byte_get)(ehdr64.e_shoff,8)" (field_expression "elf_header.e_shoff" identifier . field_identifier) = (call_expression "(*byte_get)(ehdr64.e_shoff,8)" (parenthesized_expression "(*byte_get)" ( (pointer_expression "*byte_get" * identifier) )) (argument_list "(ehdr64.e_shoff,8)" ( (field_expression "ehdr64.e_shoff" identifier . field_identifier) , number_literal )))) ;) (expression_statement "eVar10 = (*byte_get)(ehdr64.e_flags,4);" (assignment_expression "eVar10 = (*byte_get)(ehdr64.e_flags,4)" identifier = (call_expression "(*byte_get)(ehdr64.e_flags,4)" (parenthesized_expression "(*byte_get)" ( (pointer_expression "*byte_get" * identifier) )) (argument_list "(ehdr64.e_flags,4)" ( (field_expression "ehdr64.e_flags" identifier . field_identifier) , number_literal )))) ;) (expression_statement "elf_header.e_flags = (ulong)eVar10;" (assignment_expression "elf_header.e_flags = (ulong)eVar10" (field_expression "elf_header.e_flags" identifier . field_identifier) = (cast_expression "(ulong)eVar10" ( (type_descriptor "ulong" type_identifier) ) identifier)) ;) (expression_statement "eVar10 = (*byte_get)(ehdr64.e_ehsize,2);" (assignment_expression "eVar10 = (*byte_get)(ehdr64.e_ehsize,2)" identifier = (call_expression "(*byte_get)(ehdr64.e_ehsize,2)" (parenthesized_expression "(*byte_get)" ( (pointer_expression "*byte_get" * identifier) )) (argument_list "(ehdr64.e_ehsize,2)" ( (field_expression "ehdr64.e_ehsize" identifier . field_identifier) , number_literal )))) ;) (expression_statement "elf_header.e_ehsize = (uint)eVar10;" (assignment_expression "elf_header.e_ehsize = (uint)eVar10" (field_expression "elf_header.e_ehsize" identifier . field_identifier) = (cast_expression "(uint)eVar10" ( (type_descriptor "uint" type_identifier) ) identifier)) ;) (expression_statement "eVar10 = (*byte_get)(ehdr64.e_phentsize,2);" (assignment_expression "eVar10 = (*byte_get)(ehdr64.e_phentsize,2)" identifier = (call_expression "(*byte_get)(ehdr64.e_phentsize,2)" (parenthesized_expression "(*byte_get)" ( (pointer_expression "*byte_get" * identifier) )) (argument_list "(ehdr64.e_phentsize,2)" ( (field_expression "ehdr64.e_phentsize" identifier . field_identifier) , number_literal )))) ;) (expression_statement "elf_header.e_phentsize = (uint)eVar10;" (assignment_expression "elf_header.e_phentsize = (uint)eVar10" (field_expression "elf_header.e_phentsize" identifier . field_identifier) = (cast_expression "(uint)eVar10" ( (type_descriptor "uint" type_identifier) ) identifier)) ;) (expression_statement "eVar10 = (*byte_get)(ehdr64.e_phnum,2);" (assignment_expression "eVar10 = (*byte_get)(ehdr64.e_phnum,2)" identifier = (call_expression "(*byte_get)(ehdr64.e_phnum,2)" (parenthesized_expression "(*byte_get)" ( (pointer_expression "*byte_get" * identifier) )) (argument_list "(ehdr64.e_phnum,2)" ( (field_expression "ehdr64.e_phnum" identifier . field_identifier) , number_literal )))) ;) (expression_statement "elf_header.e_phnum = (uint)eVar10;" (assignment_expression "elf_header.e_phnum = (uint)eVar10" (field_expression "elf_header.e_phnum" identifier . field_identifier) = (cast_expression "(uint)eVar10" ( (type_descriptor "uint" type_identifier) ) identifier)) ;) (expression_statement "eVar10 = (*byte_get)(ehdr64.e_shentsize,2);" (assignment_expression "eVar10 = (*byte_get)(ehdr64.e_shentsize,2)" identifier = (call_expression "(*byte_get)(ehdr64.e_shentsize,2)" (parenthesized_expression "(*byte_get)" ( (pointer_expression "*byte_get" * identifier) )) (argument_list "(ehdr64.e_shentsize,2)" ( (field_expression "ehdr64.e_shentsize" identifier . field_identifier) , number_literal )))) ;) (expression_statement "elf_header.e_shentsize = (uint)eVar10;" (assignment_expression "elf_header.e_shentsize = (uint)eVar10" (field_expression "elf_header.e_shentsize" identifier . field_identifier) = (cast_expression "(uint)eVar10" ( (type_descriptor "uint" type_identifier) ) identifier)) ;) (expression_statement "eVar10 = (*byte_get)(ehdr64.e_shnum,2);" (assignment_expression "eVar10 = (*byte_get)(ehdr64.e_shnum,2)" identifier = (call_expression "(*byte_get)(ehdr64.e_shnum,2)" (parenthesized_expression "(*byte_get)" ( (pointer_expression "*byte_get" * identifier) )) (argument_list "(ehdr64.e_shnum,2)" ( (field_expression "ehdr64.e_shnum" identifier . field_identifier) , number_literal )))) ;) (expression_statement "elf_header.e_shnum = (uint)eVar10;" (assignment_expression "elf_header.e_shnum = (uint)eVar10" (field_expression "elf_header.e_shnum" identifier . field_identifier) = (cast_expression "(uint)eVar10" ( (type_descriptor "uint" type_identifier) ) identifier)) ;) (expression_statement "eVar10 = (*byte_get)(ehdr64.e_shstrndx,2);" (assignment_expression "eVar10 = (*byte_get)(ehdr64.e_shstrndx,2)" identifier = (call_expression "(*byte_get)(ehdr64.e_shstrndx,2)" (parenthesized_expression "(*byte_get)" ( (pointer_expression "*byte_get" * identifier) )) (argument_list "(ehdr64.e_shstrndx,2)" ( (field_expression "ehdr64.e_shstrndx" identifier . field_identifier) , number_literal )))) ;) (expression_statement "elf_header.e_shstrndx = (uint)eVar10;" (assignment_expression "elf_header.e_shstrndx = (uint)eVar10" (field_expression "elf_header.e_shstrndx" identifier . field_identifier) = (cast_expression "(uint)eVar10" ( (type_descriptor "uint" type_identifier) ) identifier)) ;) (expression_statement "ehdr64.e_ident[0] = elf_header.e_ident[0];" (assignment_expression "ehdr64.e_ident[0] = elf_header.e_ident[0]" (subscript_expression "ehdr64.e_ident[0]" (field_expression "ehdr64.e_ident" identifier . field_identifier) [ number_literal ]) = (subscript_expression "elf_header.e_ident[0]" (field_expression "elf_header.e_ident" identifier . field_identifier) [ number_literal ])) ;) (expression_statement "ehdr64.e_ident[1] = elf_header.e_ident[1];" (assignment_expression "ehdr64.e_ident[1] = elf_header.e_ident[1]" (subscript_expression "ehdr64.e_ident[1]" (field_expression "ehdr64.e_ident" identifier . field_identifier) [ number_literal ]) = (subscript_expression "elf_header.e_ident[1]" (field_expression "elf_header.e_ident" identifier . field_identifier) [ number_literal ])) ;) (expression_statement "ehdr64.e_ident[2] = elf_header.e_ident[2];" (assignment_expression "ehdr64.e_ident[2] = elf_header.e_ident[2]" (subscript_expression "ehdr64.e_ident[2]" (field_expression "ehdr64.e_ident" identifier . field_identifier) [ number_literal ]) = (subscript_expression "elf_header.e_ident[2]" (field_expression "elf_header.e_ident" identifier . field_identifier) [ number_literal ])) ;) (expression_statement "ehdr64.e_ident[3] = elf_header.e_ident[3];" (assignment_expression "ehdr64.e_ident[3] = elf_header.e_ident[3]" (subscript_expression "ehdr64.e_ident[3]" (field_expression "ehdr64.e_ident" identifier . field_identifier) [ number_literal ]) = (subscript_expression "elf_header.e_ident[3]" (field_expression "elf_header.e_ident" identifier . field_identifier) [ number_literal ])) ;) (expression_statement "ehdr64.e_ident[4] = elf_header.e_ident[4];" (assignment_expression "ehdr64.e_ident[4] = elf_header.e_ident[4]" (subscript_expression "ehdr64.e_ident[4]" (field_expression "ehdr64.e_ident" identifier . field_identifier) [ number_literal ]) = (subscript_expression "elf_header.e_ident[4]" (field_expression "elf_header.e_ident" identifier . field_identifier) [ number_literal ])) ;) (expression_statement "ehdr64.e_ident[5] = elf_header.e_ident[5];" (assignment_expression "ehdr64.e_ident[5] = elf_header.e_ident[5]" (subscript_expression "ehdr64.e_ident[5]" (field_expression "ehdr64.e_ident" identifier . field_identifier) [ number_literal ]) = (subscript_expression "elf_header.e_ident[5]" (field_expression "elf_header.e_ident" identifier . field_identifier) [ number_literal ])) ;) (expression_statement "ehdr64.e_ident[6] = elf_header.e_ident[6];" (assignment_expression "ehdr64.e_ident[6] = elf_header.e_ident[6]" (subscript_expression "ehdr64.e_ident[6]" (field_expression "ehdr64.e_ident" identifier . field_identifier) [ number_literal ]) = (subscript_expression "elf_header.e_ident[6]" (field_expression "elf_header.e_ident" identifier . field_identifier) [ number_literal ])) ;) (expression_statement "ehdr64.e_ident[7] = elf_header.e_ident[7];" (assignment_expression "ehdr64.e_ident[7] = elf_header.e_ident[7]" (subscript_expression "ehdr64.e_ident[7]" (field_expression "ehdr64.e_ident" identifier . field_identifier) [ number_literal ]) = (subscript_expression "elf_header.e_ident[7]" (field_expression "elf_header.e_ident" identifier . field_identifier) [ number_literal ])) ;) (expression_statement "ehdr64.e_ident[8] = elf_header.e_ident[8];" (assignment_expression "ehdr64.e_ident[8] = elf_header.e_ident[8]" (subscript_expression "ehdr64.e_ident[8]" (field_expression "ehdr64.e_ident" identifier . field_identifier) [ number_literal ]) = (subscript_expression "elf_header.e_ident[8]" (field_expression "elf_header.e_ident" identifier . field_identifier) [ number_literal ])) ;) (expression_statement "ehdr64.e_ident[9] = elf_header.e_ident[9];" (assignment_expression "ehdr64.e_ident[9] = elf_header.e_ident[9]" (subscript_expression "ehdr64.e_ident[9]" (field_expression "ehdr64.e_ident" identifier . field_identifier) [ number_literal ]) = (subscript_expression "elf_header.e_ident[9]" (field_expression "elf_header.e_ident" identifier . field_identifier) [ number_literal ])) ;) (expression_statement "ehdr64.e_ident[10] = elf_header.e_ident[10];" (assignment_expression "ehdr64.e_ident[10] = elf_header.e_ident[10]" (subscript_expression "ehdr64.e_ident[10]" (field_expression "ehdr64.e_ident" identifier . field_identifier) [ number_literal ]) = (subscript_expression "elf_header.e_ident[10]" (field_expression "elf_header.e_ident" identifier . field_identifier) [ number_literal ])) ;) (expression_statement "ehdr64.e_ident[0xb] = elf_header.e_ident[0xb];" (assignment_expression "ehdr64.e_ident[0xb] = elf_header.e_ident[0xb]" (subscript_expression "ehdr64.e_ident[0xb]" (field_expression "ehdr64.e_ident" identifier . field_identifier) [ number_literal ]) = (subscript_expression "elf_header.e_ident[0xb]" (field_expression "elf_header.e_ident" identifier . field_identifier) [ number_literal ])) ;) (expression_statement "ehdr64.e_ident[0xc] = elf_header.e_ident[0xc];" (assignment_expression "ehdr64.e_ident[0xc] = elf_header.e_ident[0xc]" (subscript_expression "ehdr64.e_ident[0xc]" (field_expression "ehdr64.e_ident" identifier . field_identifier) [ number_literal ]) = (subscript_expression "elf_header.e_ident[0xc]" (field_expression "elf_header.e_ident" identifier . field_identifier) [ number_literal ])) ;) (expression_statement "ehdr64.e_ident[0xd] = elf_header.e_ident[0xd];" (assignment_expression "ehdr64.e_ident[0xd] = elf_header.e_ident[0xd]" (subscript_expression "ehdr64.e_ident[0xd]" (field_expression "ehdr64.e_ident" identifier . field_identifier) [ number_literal ]) = (subscript_expression "elf_header.e_ident[0xd]" (field_expression "elf_header.e_ident" identifier . field_identifier) [ number_literal ])) ;) (expression_statement "ehdr64.e_ident[0xe] = elf_header.e_ident[0xe];" (assignment_expression "ehdr64.e_ident[0xe] = elf_header.e_ident[0xe]" (subscript_expression "ehdr64.e_ident[0xe]" (field_expression "ehdr64.e_ident" identifier . field_identifier) [ number_literal ]) = (subscript_expression "elf_header.e_ident[0xe]" (field_expression "elf_header.e_ident" identifier . field_identifier) [ number_literal ])) ;) (expression_statement "ehdr64.e_ident[0xf] = elf_header.e_ident[0xf];" (assignment_expression "ehdr64.e_ident[0xf] = elf_header.e_ident[0xf]" (subscript_expression "ehdr64.e_ident[0xf]" (field_expression "ehdr64.e_ident" identifier . field_identifier) [ number_literal ]) = (subscript_expression "elf_header.e_ident[0xf]" (field_expression "elf_header.e_ident" identifier . field_identifier) [ number_literal ])) ;) (goto_statement "goto LAB_00011fce;" goto statement_identifier ;) })) (expression_statement "pcVar4 = (char *)dcgettext(0,"Unsupported EI_CLASS: %d\n",5);" (assignment_expression "pcVar4 = (char *)dcgettext(0,"Unsupported EI_CLASS: %d\n",5)" identifier = (cast_expression "(char *)dcgettext(0,"Unsupported EI_CLASS: %d\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"Unsupported EI_CLASS: %d\n",5)" identifier (argument_list "(0,"Unsupported EI_CLASS: %d\n",5)" ( number_literal , (string_literal ""Unsupported EI_CLASS: %d\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "error(pcVar4,uVar14 & 0xff);" (call_expression "error(pcVar4,uVar14 & 0xff)" identifier (argument_list "(pcVar4,uVar14 & 0xff)" ( identifier , (binary_expression "uVar14 & 0xff" identifier & number_literal) ))) ;) (labeled_statement "LAB_00011c39:\n pcVar12 = (char *)0x5;" statement_identifier : (expression_statement "pcVar12 = (char *)0x5;" (assignment_expression "pcVar12 = (char *)0x5" identifier = (cast_expression "(char *)0x5" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;)) (expression_statement "pcVar4 = (char *)dcgettext(0,"%s: Failed to read ELF header\n",5);" (assignment_expression "pcVar4 = (char *)dcgettext(0,"%s: Failed to read ELF header\n",5)" identifier = (cast_expression "(char *)dcgettext(0,"%s: Failed to read ELF header\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"%s: Failed to read ELF header\n",5)" identifier (argument_list "(0,"%s: Failed to read ELF header\n",5)" ( number_literal , (string_literal ""%s: Failed to read ELF header\n"" " string_content escape_sequence ") , number_literal ))))) ;) }))) (labeled_statement "LAB_00011c4e:\n error(pcVar4,file_name,pcVar12);" statement_identifier : (expression_statement "error(pcVar4,file_name,pcVar12);" (call_expression "error(pcVar4,file_name,pcVar12)" identifier (argument_list "(pcVar4,file_name,pcVar12)" ( identifier , identifier , identifier ))) ;)) (expression_statement "iVar5 = 1;" (assignment_expression "iVar5 = 1" identifier = number_literal) ;) (expression_statement "bVar1 = elf_header.e_entry;" (assignment_expression "bVar1 = elf_header.e_entry" identifier = (field_expression "elf_header.e_entry" identifier . field_identifier)) ;) (expression_statement "bVar2 = elf_header.e_shoff;" (assignment_expression "bVar2 = elf_header.e_shoff" identifier = (field_expression "elf_header.e_shoff" identifier . field_identifier)) ;) (labeled_statement "LAB_00011c60:\n elf_header.e_shoff._4_4_ = (undefined4)(bVar2 >> 0x20);" statement_identifier : (expression_statement "elf_header.e_shoff._4_4_ = (undefined4)(bVar2 >> 0x20);" (assignment_expression "elf_header.e_shoff._4_4_ = (undefined4)(bVar2 >> 0x20)" (field_expression "elf_header.e_shoff._4_4_" (field_expression "elf_header.e_shoff" identifier . field_identifier) . field_identifier) = (call_expression "(undefined4)(bVar2 >> 0x20)" (parenthesized_expression "(undefined4)" ( identifier )) (argument_list "(bVar2 >> 0x20)" ( (binary_expression "bVar2 >> 0x20" identifier >> number_literal) )))) ;)) (expression_statement "elf_header.e_shoff._0_4_ = (undefined4)bVar2;" (assignment_expression "elf_header.e_shoff._0_4_ = (undefined4)bVar2" (field_expression "elf_header.e_shoff._0_4_" (field_expression "elf_header.e_shoff" identifier . field_identifier) . field_identifier) = (cast_expression "(undefined4)bVar2" ( (type_descriptor "undefined4" type_identifier) ) identifier)) ;) (expression_statement "elf_header.e_entry._4_4_ = (undefined4)(bVar1 >> 0x20);" (assignment_expression "elf_header.e_entry._4_4_ = (undefined4)(bVar1 >> 0x20)" (field_expression "elf_header.e_entry._4_4_" (field_expression "elf_header.e_entry" identifier . field_identifier) . field_identifier) = (call_expression "(undefined4)(bVar1 >> 0x20)" (parenthesized_expression "(undefined4)" ( identifier )) (argument_list "(bVar1 >> 0x20)" ( (binary_expression "bVar1 >> 0x20" identifier >> number_literal) )))) ;) (expression_statement "elf_header.e_entry._0_4_ = (undefined4)bVar1;" (assignment_expression "elf_header.e_entry._0_4_ = (undefined4)bVar1" (field_expression "elf_header.e_entry._0_4_" (field_expression "elf_header.e_entry" identifier . field_identifier) . field_identifier) = (cast_expression "(undefined4)bVar1" ( (type_descriptor "undefined4" type_identifier) ) identifier)) ;) (return_statement "return iVar5;" return identifier ;) })))
(translation_unit "undefined4 __regparm3 FUN_00011c00(undefined4 param_1,FILE *param_2)\n\n{\n long __off;\n size_t sVar1;\n undefined4 uVar2;\n int iVar3;\n undefined4 *__ptr;\n int *piVar4;\n uint uVar5;\n uint uVar6;\n bool bVar7;\n undefined8 uVar8;\n uint uVar9;\n char *pcVar10;\n FILE *pFVar11;\n undefined4 extraout_var;\n undefined4 uVar12;\n undefined *puVar13;\n \n __off = ftell(param_2);\n uVar12 = extraout_var;\n sVar1 = fread(&DAT_00019240,0x10,1,param_2);\n if (sVar1 == 1) {\n pFVar11 = param_2;\n if (DAT_00019245 == '\x02') {\n DAT_00019294 = FUN_00012800;\n DAT_00019298 = FUN_00012dd0;\n if (DAT_00019244 != '\x01') goto LAB_00011ca7;\nLAB_00011d08:\n puVar13 = &DAT_00019210;\n sVar1 = fread(&DAT_00019210,0x24,1,param_2);\n if (sVar1 != 1) goto LAB_00011c39;\n DAT_00019270 = (*DAT_00019294)(puVar13,2);\n DAT_00019272 = (*DAT_00019294)(&DAT_00019212,2);\n DAT_00019268 = (*DAT_00019294)(&DAT_00019214,4);\n uVar8 = (*DAT_00019294)(&DAT_00019218,4);\n DAT_00019254 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019250 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_0001921c,4);\n DAT_0001925c = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019258 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_00019220,4);\n DAT_00019264 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019260 = (undefined4)uVar8;\n DAT_0001926c = (*DAT_00019294)(&DAT_00019224,4);\n DAT_00019274 = (*DAT_00019294)(&DAT_00019228,2);\n DAT_00019278 = (*DAT_00019294)(&DAT_0001922a,2);\n DAT_0001927c = (*DAT_00019294)(&DAT_0001922c,2);\n DAT_00019280 = (*DAT_00019294)(&DAT_0001922e,2);\n DAT_00019284 = (*DAT_00019294)(&DAT_00019230,2);\n DAT_00019288 = (*DAT_00019294)(&DAT_00019232,2);\n DAT_00019200 = DAT_00019240;\n DAT_00019204 = _DAT_00019244;\n DAT_00019208 = DAT_00019248;\n DAT_0001920c = DAT_0001924c;\nLAB_00011fce:\n iVar3 = fseek(param_2,__off,0);\n if (iVar3 != 0) {\n uVar2 = dcgettext(0,"%s: Failed to seek to ELF header\n",5);\n error(uVar2,uVar12);\n }\n uVar9 = DAT_000190e4;\n if (DAT_00019240 != 0x464c457f) {\n pcVar10 = (char *)0x5;\n uVar2 = dcgettext(0,"%s: Not an ELF file - wrong magic bytes at the start\n",5);\n goto LAB_00011c4e;\n }\n if (DAT_00019246 != 1) {\n uVar6 = (uint)DAT_00019246;\n uVar2 = dcgettext(0,"%s: Unsupported EI_VERSION: %d is not %d\n",5,pFVar11,uVar12,uVar6);\n uVar9 = 1;\n uVar6 = uVar6 & 0xff;\n goto LAB_0001223f;\n }\n uVar5 = (uint)DAT_00019272;\n if (uVar5 == DAT_000190e0) {\n return 0;\n }\n uVar6 = _DAT_00019244 & 0xff;\n if (DAT_000190cc == 0xffffffff) {\n if (DAT_00019272 == 6) {\nLAB_00012338:\n bVar7 = uVar6 != 1;\n DAT_000190cc = 1;\n goto LAB_00012050;\n }\n if (DAT_00019272 < 7) {\n if (DAT_00019272 == 3) goto LAB_00012338;\n }\n else if ((ushort)(DAT_00019272 - 0xb4) < 2) {\n bVar7 = uVar6 != 2;\n DAT_000190cc = 2;\n goto LAB_00012050;\n }\n DAT_000190cc = 3;\nLAB_00012058:\n if ((DAT_000190c8 == 3) || (uVar6 == DAT_000190c8)) {\n if ((DAT_000190e4 != 0xffffffff) && (uVar5 != DAT_000190e4)) {\n uVar6 = uVar5;\n uVar2 = dcgettext(0,"%s: Unmatched e_machine: %d is not %d\n",5,pFVar11,uVar12,uVar5);\n goto LAB_0001223f;\n }\n uVar6 = (uint)DAT_00019270;\n if ((DAT_000190dc == 0xffffffff) || (uVar6 == DAT_000190dc)) {\n uVar6 = _DAT_00019244 >> 0x18;\n if ((DAT_000190d4 == 0xffffffff) || (uVar6 == DAT_000190d4)) {\n if (DAT_00019244 == '\x01') {\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_00019212,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_00019210,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_00019204 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_00019204);\n }\n __ptr = &DAT_00019200;\n sVar1 = 0x34;\n }\n else {\n if (DAT_00019244 != '\x02') {\n \n abort();\n }\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_000191d2,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_000191d0,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_000191c4 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_000191c4);\n }\n __ptr = &DAT_000191c0;\n sVar1 = 0x40;\n }\n sVar1 = fwrite(__ptr,sVar1,1,param_2);\n if (sVar1 == 1) {\n return 0;\n }\n piVar4 = __errno_location();\n pcVar10 = strerror(*piVar4);\n uVar2 = dcgettext(0,"%s: Failed to update ELF header: %s\n",5);\n goto LAB_00011c4e;\n }\n pcVar10 = "%s: Unmatched EI_OSABI: %d is not %d\n";\n uVar9 = DAT_000190d4;\n }\n else {\n pcVar10 = "%s: Unmatched e_type: %d is not %d\n";\n uVar9 = DAT_000190dc;\n }\n }\n else {\n pcVar10 = "%s: Unmatched output EI_CLASS: %d is not %d\n";\n uVar9 = DAT_000190c8;\n }\n }\n else {\n bVar7 = DAT_000190cc != 3 && uVar6 != DAT_000190cc;\nLAB_00012050:\n if (!bVar7) goto LAB_00012058;\n pcVar10 = "%s: Unmatched input EI_CLASS: %d is not %d\n";\n uVar9 = DAT_000190cc;\n }\n uVar2 = dcgettext(0,pcVar10,5);\nLAB_0001223f:\n error(uVar2,uVar12,uVar6,uVar9);\n return 1;\n }\n DAT_00019294 = FUN_00012e50;\n DAT_00019298 = FUN_00012d40;\n if (DAT_00019244 == '\x01') goto LAB_00011d08;\nLAB_00011ca7:\n uVar9 = _DAT_00019244 & 0xff;\n if (DAT_00019244 == '\x02') {\n puVar13 = &DAT_000191d0;\n sVar1 = fread(&DAT_000191d0,0x30,1,param_2);\n if (sVar1 == 1) {\n DAT_00019270 = (*DAT_00019294)(puVar13,2);\n DAT_00019272 = (*DAT_00019294)(&DAT_000191d2,2);\n DAT_00019268 = (*DAT_00019294)(&DAT_000191d4,4);\n uVar8 = (*DAT_00019294)(&DAT_000191d8,8);\n DAT_00019254 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019250 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_000191e0,8);\n DAT_0001925c = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019258 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_000191e8,8);\n DAT_00019264 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019260 = (undefined4)uVar8;\n DAT_0001926c = (*DAT_00019294)(&DAT_000191f0,4);\n DAT_00019274 = (*DAT_00019294)(&DAT_000191f4,2);\n DAT_00019278 = (*DAT_00019294)(&DAT_000191f6,2);\n DAT_0001927c = (*DAT_00019294)(&DAT_000191f8,2);\n DAT_00019280 = (*DAT_00019294)(&DAT_000191fa,2);\n DAT_00019284 = (*DAT_00019294)(&DAT_000191fc,2);\n DAT_00019288 = (*DAT_00019294)(&DAT_000191fe,2);\n DAT_000191c0 = DAT_00019240;\n DAT_000191c4 = _DAT_00019244;\n DAT_000191c8 = DAT_00019248;\n DAT_000191cc = DAT_0001924c;\n goto LAB_00011fce;\n }\n }\n else {\n uVar2 = dcgettext(0,"Unsupported EI_CLASS: %d\n",5);\n error(uVar2,uVar9 & 0xff);\n }\n }\nLAB_00011c39:\n pcVar10 = (char *)0x5;\n uVar2 = dcgettext(0,"%s: Failed to read ELF header\n",5);\nLAB_00011c4e:\n error(uVar2,uVar12,pcVar10);\n return 1;\n}\n\n" (function_definition "undefined4 __regparm3 FUN_00011c00(undefined4 param_1,FILE *param_2)\n\n{\n long __off;\n size_t sVar1;\n undefined4 uVar2;\n int iVar3;\n undefined4 *__ptr;\n int *piVar4;\n uint uVar5;\n uint uVar6;\n bool bVar7;\n undefined8 uVar8;\n uint uVar9;\n char *pcVar10;\n FILE *pFVar11;\n undefined4 extraout_var;\n undefined4 uVar12;\n undefined *puVar13;\n \n __off = ftell(param_2);\n uVar12 = extraout_var;\n sVar1 = fread(&DAT_00019240,0x10,1,param_2);\n if (sVar1 == 1) {\n pFVar11 = param_2;\n if (DAT_00019245 == '\x02') {\n DAT_00019294 = FUN_00012800;\n DAT_00019298 = FUN_00012dd0;\n if (DAT_00019244 != '\x01') goto LAB_00011ca7;\nLAB_00011d08:\n puVar13 = &DAT_00019210;\n sVar1 = fread(&DAT_00019210,0x24,1,param_2);\n if (sVar1 != 1) goto LAB_00011c39;\n DAT_00019270 = (*DAT_00019294)(puVar13,2);\n DAT_00019272 = (*DAT_00019294)(&DAT_00019212,2);\n DAT_00019268 = (*DAT_00019294)(&DAT_00019214,4);\n uVar8 = (*DAT_00019294)(&DAT_00019218,4);\n DAT_00019254 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019250 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_0001921c,4);\n DAT_0001925c = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019258 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_00019220,4);\n DAT_00019264 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019260 = (undefined4)uVar8;\n DAT_0001926c = (*DAT_00019294)(&DAT_00019224,4);\n DAT_00019274 = (*DAT_00019294)(&DAT_00019228,2);\n DAT_00019278 = (*DAT_00019294)(&DAT_0001922a,2);\n DAT_0001927c = (*DAT_00019294)(&DAT_0001922c,2);\n DAT_00019280 = (*DAT_00019294)(&DAT_0001922e,2);\n DAT_00019284 = (*DAT_00019294)(&DAT_00019230,2);\n DAT_00019288 = (*DAT_00019294)(&DAT_00019232,2);\n DAT_00019200 = DAT_00019240;\n DAT_00019204 = _DAT_00019244;\n DAT_00019208 = DAT_00019248;\n DAT_0001920c = DAT_0001924c;\nLAB_00011fce:\n iVar3 = fseek(param_2,__off,0);\n if (iVar3 != 0) {\n uVar2 = dcgettext(0,"%s: Failed to seek to ELF header\n",5);\n error(uVar2,uVar12);\n }\n uVar9 = DAT_000190e4;\n if (DAT_00019240 != 0x464c457f) {\n pcVar10 = (char *)0x5;\n uVar2 = dcgettext(0,"%s: Not an ELF file - wrong magic bytes at the start\n",5);\n goto LAB_00011c4e;\n }\n if (DAT_00019246 != 1) {\n uVar6 = (uint)DAT_00019246;\n uVar2 = dcgettext(0,"%s: Unsupported EI_VERSION: %d is not %d\n",5,pFVar11,uVar12,uVar6);\n uVar9 = 1;\n uVar6 = uVar6 & 0xff;\n goto LAB_0001223f;\n }\n uVar5 = (uint)DAT_00019272;\n if (uVar5 == DAT_000190e0) {\n return 0;\n }\n uVar6 = _DAT_00019244 & 0xff;\n if (DAT_000190cc == 0xffffffff) {\n if (DAT_00019272 == 6) {\nLAB_00012338:\n bVar7 = uVar6 != 1;\n DAT_000190cc = 1;\n goto LAB_00012050;\n }\n if (DAT_00019272 < 7) {\n if (DAT_00019272 == 3) goto LAB_00012338;\n }\n else if ((ushort)(DAT_00019272 - 0xb4) < 2) {\n bVar7 = uVar6 != 2;\n DAT_000190cc = 2;\n goto LAB_00012050;\n }\n DAT_000190cc = 3;\nLAB_00012058:\n if ((DAT_000190c8 == 3) || (uVar6 == DAT_000190c8)) {\n if ((DAT_000190e4 != 0xffffffff) && (uVar5 != DAT_000190e4)) {\n uVar6 = uVar5;\n uVar2 = dcgettext(0,"%s: Unmatched e_machine: %d is not %d\n",5,pFVar11,uVar12,uVar5);\n goto LAB_0001223f;\n }\n uVar6 = (uint)DAT_00019270;\n if ((DAT_000190dc == 0xffffffff) || (uVar6 == DAT_000190dc)) {\n uVar6 = _DAT_00019244 >> 0x18;\n if ((DAT_000190d4 == 0xffffffff) || (uVar6 == DAT_000190d4)) {\n if (DAT_00019244 == '\x01') {\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_00019212,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_00019210,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_00019204 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_00019204);\n }\n __ptr = &DAT_00019200;\n sVar1 = 0x34;\n }\n else {\n if (DAT_00019244 != '\x02') {\n \n abort();\n }\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_000191d2,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_000191d0,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_000191c4 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_000191c4);\n }\n __ptr = &DAT_000191c0;\n sVar1 = 0x40;\n }\n sVar1 = fwrite(__ptr,sVar1,1,param_2);\n if (sVar1 == 1) {\n return 0;\n }\n piVar4 = __errno_location();\n pcVar10 = strerror(*piVar4);\n uVar2 = dcgettext(0,"%s: Failed to update ELF header: %s\n",5);\n goto LAB_00011c4e;\n }\n pcVar10 = "%s: Unmatched EI_OSABI: %d is not %d\n";\n uVar9 = DAT_000190d4;\n }\n else {\n pcVar10 = "%s: Unmatched e_type: %d is not %d\n";\n uVar9 = DAT_000190dc;\n }\n }\n else {\n pcVar10 = "%s: Unmatched output EI_CLASS: %d is not %d\n";\n uVar9 = DAT_000190c8;\n }\n }\n else {\n bVar7 = DAT_000190cc != 3 && uVar6 != DAT_000190cc;\nLAB_00012050:\n if (!bVar7) goto LAB_00012058;\n pcVar10 = "%s: Unmatched input EI_CLASS: %d is not %d\n";\n uVar9 = DAT_000190cc;\n }\n uVar2 = dcgettext(0,pcVar10,5);\nLAB_0001223f:\n error(uVar2,uVar12,uVar6,uVar9);\n return 1;\n }\n DAT_00019294 = FUN_00012e50;\n DAT_00019298 = FUN_00012d40;\n if (DAT_00019244 == '\x01') goto LAB_00011d08;\nLAB_00011ca7:\n uVar9 = _DAT_00019244 & 0xff;\n if (DAT_00019244 == '\x02') {\n puVar13 = &DAT_000191d0;\n sVar1 = fread(&DAT_000191d0,0x30,1,param_2);\n if (sVar1 == 1) {\n DAT_00019270 = (*DAT_00019294)(puVar13,2);\n DAT_00019272 = (*DAT_00019294)(&DAT_000191d2,2);\n DAT_00019268 = (*DAT_00019294)(&DAT_000191d4,4);\n uVar8 = (*DAT_00019294)(&DAT_000191d8,8);\n DAT_00019254 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019250 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_000191e0,8);\n DAT_0001925c = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019258 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_000191e8,8);\n DAT_00019264 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019260 = (undefined4)uVar8;\n DAT_0001926c = (*DAT_00019294)(&DAT_000191f0,4);\n DAT_00019274 = (*DAT_00019294)(&DAT_000191f4,2);\n DAT_00019278 = (*DAT_00019294)(&DAT_000191f6,2);\n DAT_0001927c = (*DAT_00019294)(&DAT_000191f8,2);\n DAT_00019280 = (*DAT_00019294)(&DAT_000191fa,2);\n DAT_00019284 = (*DAT_00019294)(&DAT_000191fc,2);\n DAT_00019288 = (*DAT_00019294)(&DAT_000191fe,2);\n DAT_000191c0 = DAT_00019240;\n DAT_000191c4 = _DAT_00019244;\n DAT_000191c8 = DAT_00019248;\n DAT_000191cc = DAT_0001924c;\n goto LAB_00011fce;\n }\n }\n else {\n uVar2 = dcgettext(0,"Unsupported EI_CLASS: %d\n",5);\n error(uVar2,uVar9 & 0xff);\n }\n }\nLAB_00011c39:\n pcVar10 = (char *)0x5;\n uVar2 = dcgettext(0,"%s: Failed to read ELF header\n",5);\nLAB_00011c4e:\n error(uVar2,uVar12,pcVar10);\n return 1;\n}" type_identifier (ERROR "__regparm3" identifier) (function_declarator "FUN_00011c00(undefined4 param_1,FILE *param_2)" identifier (parameter_list "(undefined4 param_1,FILE *param_2)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "FILE *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n long __off;\n size_t sVar1;\n undefined4 uVar2;\n int iVar3;\n undefined4 *__ptr;\n int *piVar4;\n uint uVar5;\n uint uVar6;\n bool bVar7;\n undefined8 uVar8;\n uint uVar9;\n char *pcVar10;\n FILE *pFVar11;\n undefined4 extraout_var;\n undefined4 uVar12;\n undefined *puVar13;\n \n __off = ftell(param_2);\n uVar12 = extraout_var;\n sVar1 = fread(&DAT_00019240,0x10,1,param_2);\n if (sVar1 == 1) {\n pFVar11 = param_2;\n if (DAT_00019245 == '\x02') {\n DAT_00019294 = FUN_00012800;\n DAT_00019298 = FUN_00012dd0;\n if (DAT_00019244 != '\x01') goto LAB_00011ca7;\nLAB_00011d08:\n puVar13 = &DAT_00019210;\n sVar1 = fread(&DAT_00019210,0x24,1,param_2);\n if (sVar1 != 1) goto LAB_00011c39;\n DAT_00019270 = (*DAT_00019294)(puVar13,2);\n DAT_00019272 = (*DAT_00019294)(&DAT_00019212,2);\n DAT_00019268 = (*DAT_00019294)(&DAT_00019214,4);\n uVar8 = (*DAT_00019294)(&DAT_00019218,4);\n DAT_00019254 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019250 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_0001921c,4);\n DAT_0001925c = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019258 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_00019220,4);\n DAT_00019264 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019260 = (undefined4)uVar8;\n DAT_0001926c = (*DAT_00019294)(&DAT_00019224,4);\n DAT_00019274 = (*DAT_00019294)(&DAT_00019228,2);\n DAT_00019278 = (*DAT_00019294)(&DAT_0001922a,2);\n DAT_0001927c = (*DAT_00019294)(&DAT_0001922c,2);\n DAT_00019280 = (*DAT_00019294)(&DAT_0001922e,2);\n DAT_00019284 = (*DAT_00019294)(&DAT_00019230,2);\n DAT_00019288 = (*DAT_00019294)(&DAT_00019232,2);\n DAT_00019200 = DAT_00019240;\n DAT_00019204 = _DAT_00019244;\n DAT_00019208 = DAT_00019248;\n DAT_0001920c = DAT_0001924c;\nLAB_00011fce:\n iVar3 = fseek(param_2,__off,0);\n if (iVar3 != 0) {\n uVar2 = dcgettext(0,"%s: Failed to seek to ELF header\n",5);\n error(uVar2,uVar12);\n }\n uVar9 = DAT_000190e4;\n if (DAT_00019240 != 0x464c457f) {\n pcVar10 = (char *)0x5;\n uVar2 = dcgettext(0,"%s: Not an ELF file - wrong magic bytes at the start\n",5);\n goto LAB_00011c4e;\n }\n if (DAT_00019246 != 1) {\n uVar6 = (uint)DAT_00019246;\n uVar2 = dcgettext(0,"%s: Unsupported EI_VERSION: %d is not %d\n",5,pFVar11,uVar12,uVar6);\n uVar9 = 1;\n uVar6 = uVar6 & 0xff;\n goto LAB_0001223f;\n }\n uVar5 = (uint)DAT_00019272;\n if (uVar5 == DAT_000190e0) {\n return 0;\n }\n uVar6 = _DAT_00019244 & 0xff;\n if (DAT_000190cc == 0xffffffff) {\n if (DAT_00019272 == 6) {\nLAB_00012338:\n bVar7 = uVar6 != 1;\n DAT_000190cc = 1;\n goto LAB_00012050;\n }\n if (DAT_00019272 < 7) {\n if (DAT_00019272 == 3) goto LAB_00012338;\n }\n else if ((ushort)(DAT_00019272 - 0xb4) < 2) {\n bVar7 = uVar6 != 2;\n DAT_000190cc = 2;\n goto LAB_00012050;\n }\n DAT_000190cc = 3;\nLAB_00012058:\n if ((DAT_000190c8 == 3) || (uVar6 == DAT_000190c8)) {\n if ((DAT_000190e4 != 0xffffffff) && (uVar5 != DAT_000190e4)) {\n uVar6 = uVar5;\n uVar2 = dcgettext(0,"%s: Unmatched e_machine: %d is not %d\n",5,pFVar11,uVar12,uVar5);\n goto LAB_0001223f;\n }\n uVar6 = (uint)DAT_00019270;\n if ((DAT_000190dc == 0xffffffff) || (uVar6 == DAT_000190dc)) {\n uVar6 = _DAT_00019244 >> 0x18;\n if ((DAT_000190d4 == 0xffffffff) || (uVar6 == DAT_000190d4)) {\n if (DAT_00019244 == '\x01') {\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_00019212,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_00019210,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_00019204 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_00019204);\n }\n __ptr = &DAT_00019200;\n sVar1 = 0x34;\n }\n else {\n if (DAT_00019244 != '\x02') {\n \n abort();\n }\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_000191d2,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_000191d0,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_000191c4 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_000191c4);\n }\n __ptr = &DAT_000191c0;\n sVar1 = 0x40;\n }\n sVar1 = fwrite(__ptr,sVar1,1,param_2);\n if (sVar1 == 1) {\n return 0;\n }\n piVar4 = __errno_location();\n pcVar10 = strerror(*piVar4);\n uVar2 = dcgettext(0,"%s: Failed to update ELF header: %s\n",5);\n goto LAB_00011c4e;\n }\n pcVar10 = "%s: Unmatched EI_OSABI: %d is not %d\n";\n uVar9 = DAT_000190d4;\n }\n else {\n pcVar10 = "%s: Unmatched e_type: %d is not %d\n";\n uVar9 = DAT_000190dc;\n }\n }\n else {\n pcVar10 = "%s: Unmatched output EI_CLASS: %d is not %d\n";\n uVar9 = DAT_000190c8;\n }\n }\n else {\n bVar7 = DAT_000190cc != 3 && uVar6 != DAT_000190cc;\nLAB_00012050:\n if (!bVar7) goto LAB_00012058;\n pcVar10 = "%s: Unmatched input EI_CLASS: %d is not %d\n";\n uVar9 = DAT_000190cc;\n }\n uVar2 = dcgettext(0,pcVar10,5);\nLAB_0001223f:\n error(uVar2,uVar12,uVar6,uVar9);\n return 1;\n }\n DAT_00019294 = FUN_00012e50;\n DAT_00019298 = FUN_00012d40;\n if (DAT_00019244 == '\x01') goto LAB_00011d08;\nLAB_00011ca7:\n uVar9 = _DAT_00019244 & 0xff;\n if (DAT_00019244 == '\x02') {\n puVar13 = &DAT_000191d0;\n sVar1 = fread(&DAT_000191d0,0x30,1,param_2);\n if (sVar1 == 1) {\n DAT_00019270 = (*DAT_00019294)(puVar13,2);\n DAT_00019272 = (*DAT_00019294)(&DAT_000191d2,2);\n DAT_00019268 = (*DAT_00019294)(&DAT_000191d4,4);\n uVar8 = (*DAT_00019294)(&DAT_000191d8,8);\n DAT_00019254 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019250 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_000191e0,8);\n DAT_0001925c = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019258 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_000191e8,8);\n DAT_00019264 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019260 = (undefined4)uVar8;\n DAT_0001926c = (*DAT_00019294)(&DAT_000191f0,4);\n DAT_00019274 = (*DAT_00019294)(&DAT_000191f4,2);\n DAT_00019278 = (*DAT_00019294)(&DAT_000191f6,2);\n DAT_0001927c = (*DAT_00019294)(&DAT_000191f8,2);\n DAT_00019280 = (*DAT_00019294)(&DAT_000191fa,2);\n DAT_00019284 = (*DAT_00019294)(&DAT_000191fc,2);\n DAT_00019288 = (*DAT_00019294)(&DAT_000191fe,2);\n DAT_000191c0 = DAT_00019240;\n DAT_000191c4 = _DAT_00019244;\n DAT_000191c8 = DAT_00019248;\n DAT_000191cc = DAT_0001924c;\n goto LAB_00011fce;\n }\n }\n else {\n uVar2 = dcgettext(0,"Unsupported EI_CLASS: %d\n",5);\n error(uVar2,uVar9 & 0xff);\n }\n }\nLAB_00011c39:\n pcVar10 = (char *)0x5;\n uVar2 = dcgettext(0,"%s: Failed to read ELF header\n",5);\nLAB_00011c4e:\n error(uVar2,uVar12,pcVar10);\n return 1;\n}" { (declaration "long __off;" (sized_type_specifier "long" long) identifier ;) (declaration "size_t sVar1;" primitive_type identifier ;) (declaration "undefined4 uVar2;" type_identifier identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "undefined4 *__ptr;" type_identifier (pointer_declarator "*__ptr" * identifier) ;) (declaration "int *piVar4;" primitive_type (pointer_declarator "*piVar4" * identifier) ;) (declaration "uint uVar5;" type_identifier identifier ;) (declaration "uint uVar6;" type_identifier identifier ;) (declaration "bool bVar7;" primitive_type identifier ;) (declaration "undefined8 uVar8;" type_identifier identifier ;) (declaration "uint uVar9;" type_identifier identifier ;) (declaration "char *pcVar10;" primitive_type (pointer_declarator "*pcVar10" * identifier) ;) (declaration "FILE *pFVar11;" type_identifier (pointer_declarator "*pFVar11" * identifier) ;) (declaration "undefined4 extraout_var;" type_identifier identifier ;) (declaration "undefined4 uVar12;" type_identifier identifier ;) (declaration "undefined *puVar13;" type_identifier (pointer_declarator "*puVar13" * identifier) ;) (expression_statement "__off = ftell(param_2);" (assignment_expression "__off = ftell(param_2)" identifier = (call_expression "ftell(param_2)" identifier (argument_list "(param_2)" ( identifier )))) ;) (expression_statement "uVar12 = extraout_var;" (assignment_expression "uVar12 = extraout_var" identifier = identifier) ;) (expression_statement "sVar1 = fread(&DAT_00019240,0x10,1,param_2);" (assignment_expression "sVar1 = fread(&DAT_00019240,0x10,1,param_2)" identifier = (call_expression "fread(&DAT_00019240,0x10,1,param_2)" identifier (argument_list "(&DAT_00019240,0x10,1,param_2)" ( (pointer_expression "&DAT_00019240" & identifier) , number_literal , number_literal , identifier )))) ;) (if_statement "if (sVar1 == 1) {\n pFVar11 = param_2;\n if (DAT_00019245 == '\x02') {\n DAT_00019294 = FUN_00012800;\n DAT_00019298 = FUN_00012dd0;\n if (DAT_00019244 != '\x01') goto LAB_00011ca7;\nLAB_00011d08:\n puVar13 = &DAT_00019210;\n sVar1 = fread(&DAT_00019210,0x24,1,param_2);\n if (sVar1 != 1) goto LAB_00011c39;\n DAT_00019270 = (*DAT_00019294)(puVar13,2);\n DAT_00019272 = (*DAT_00019294)(&DAT_00019212,2);\n DAT_00019268 = (*DAT_00019294)(&DAT_00019214,4);\n uVar8 = (*DAT_00019294)(&DAT_00019218,4);\n DAT_00019254 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019250 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_0001921c,4);\n DAT_0001925c = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019258 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_00019220,4);\n DAT_00019264 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019260 = (undefined4)uVar8;\n DAT_0001926c = (*DAT_00019294)(&DAT_00019224,4);\n DAT_00019274 = (*DAT_00019294)(&DAT_00019228,2);\n DAT_00019278 = (*DAT_00019294)(&DAT_0001922a,2);\n DAT_0001927c = (*DAT_00019294)(&DAT_0001922c,2);\n DAT_00019280 = (*DAT_00019294)(&DAT_0001922e,2);\n DAT_00019284 = (*DAT_00019294)(&DAT_00019230,2);\n DAT_00019288 = (*DAT_00019294)(&DAT_00019232,2);\n DAT_00019200 = DAT_00019240;\n DAT_00019204 = _DAT_00019244;\n DAT_00019208 = DAT_00019248;\n DAT_0001920c = DAT_0001924c;\nLAB_00011fce:\n iVar3 = fseek(param_2,__off,0);\n if (iVar3 != 0) {\n uVar2 = dcgettext(0,"%s: Failed to seek to ELF header\n",5);\n error(uVar2,uVar12);\n }\n uVar9 = DAT_000190e4;\n if (DAT_00019240 != 0x464c457f) {\n pcVar10 = (char *)0x5;\n uVar2 = dcgettext(0,"%s: Not an ELF file - wrong magic bytes at the start\n",5);\n goto LAB_00011c4e;\n }\n if (DAT_00019246 != 1) {\n uVar6 = (uint)DAT_00019246;\n uVar2 = dcgettext(0,"%s: Unsupported EI_VERSION: %d is not %d\n",5,pFVar11,uVar12,uVar6);\n uVar9 = 1;\n uVar6 = uVar6 & 0xff;\n goto LAB_0001223f;\n }\n uVar5 = (uint)DAT_00019272;\n if (uVar5 == DAT_000190e0) {\n return 0;\n }\n uVar6 = _DAT_00019244 & 0xff;\n if (DAT_000190cc == 0xffffffff) {\n if (DAT_00019272 == 6) {\nLAB_00012338:\n bVar7 = uVar6 != 1;\n DAT_000190cc = 1;\n goto LAB_00012050;\n }\n if (DAT_00019272 < 7) {\n if (DAT_00019272 == 3) goto LAB_00012338;\n }\n else if ((ushort)(DAT_00019272 - 0xb4) < 2) {\n bVar7 = uVar6 != 2;\n DAT_000190cc = 2;\n goto LAB_00012050;\n }\n DAT_000190cc = 3;\nLAB_00012058:\n if ((DAT_000190c8 == 3) || (uVar6 == DAT_000190c8)) {\n if ((DAT_000190e4 != 0xffffffff) && (uVar5 != DAT_000190e4)) {\n uVar6 = uVar5;\n uVar2 = dcgettext(0,"%s: Unmatched e_machine: %d is not %d\n",5,pFVar11,uVar12,uVar5);\n goto LAB_0001223f;\n }\n uVar6 = (uint)DAT_00019270;\n if ((DAT_000190dc == 0xffffffff) || (uVar6 == DAT_000190dc)) {\n uVar6 = _DAT_00019244 >> 0x18;\n if ((DAT_000190d4 == 0xffffffff) || (uVar6 == DAT_000190d4)) {\n if (DAT_00019244 == '\x01') {\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_00019212,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_00019210,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_00019204 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_00019204);\n }\n __ptr = &DAT_00019200;\n sVar1 = 0x34;\n }\n else {\n if (DAT_00019244 != '\x02') {\n \n abort();\n }\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_000191d2,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_000191d0,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_000191c4 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_000191c4);\n }\n __ptr = &DAT_000191c0;\n sVar1 = 0x40;\n }\n sVar1 = fwrite(__ptr,sVar1,1,param_2);\n if (sVar1 == 1) {\n return 0;\n }\n piVar4 = __errno_location();\n pcVar10 = strerror(*piVar4);\n uVar2 = dcgettext(0,"%s: Failed to update ELF header: %s\n",5);\n goto LAB_00011c4e;\n }\n pcVar10 = "%s: Unmatched EI_OSABI: %d is not %d\n";\n uVar9 = DAT_000190d4;\n }\n else {\n pcVar10 = "%s: Unmatched e_type: %d is not %d\n";\n uVar9 = DAT_000190dc;\n }\n }\n else {\n pcVar10 = "%s: Unmatched output EI_CLASS: %d is not %d\n";\n uVar9 = DAT_000190c8;\n }\n }\n else {\n bVar7 = DAT_000190cc != 3 && uVar6 != DAT_000190cc;\nLAB_00012050:\n if (!bVar7) goto LAB_00012058;\n pcVar10 = "%s: Unmatched input EI_CLASS: %d is not %d\n";\n uVar9 = DAT_000190cc;\n }\n uVar2 = dcgettext(0,pcVar10,5);\nLAB_0001223f:\n error(uVar2,uVar12,uVar6,uVar9);\n return 1;\n }\n DAT_00019294 = FUN_00012e50;\n DAT_00019298 = FUN_00012d40;\n if (DAT_00019244 == '\x01') goto LAB_00011d08;\nLAB_00011ca7:\n uVar9 = _DAT_00019244 & 0xff;\n if (DAT_00019244 == '\x02') {\n puVar13 = &DAT_000191d0;\n sVar1 = fread(&DAT_000191d0,0x30,1,param_2);\n if (sVar1 == 1) {\n DAT_00019270 = (*DAT_00019294)(puVar13,2);\n DAT_00019272 = (*DAT_00019294)(&DAT_000191d2,2);\n DAT_00019268 = (*DAT_00019294)(&DAT_000191d4,4);\n uVar8 = (*DAT_00019294)(&DAT_000191d8,8);\n DAT_00019254 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019250 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_000191e0,8);\n DAT_0001925c = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019258 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_000191e8,8);\n DAT_00019264 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019260 = (undefined4)uVar8;\n DAT_0001926c = (*DAT_00019294)(&DAT_000191f0,4);\n DAT_00019274 = (*DAT_00019294)(&DAT_000191f4,2);\n DAT_00019278 = (*DAT_00019294)(&DAT_000191f6,2);\n DAT_0001927c = (*DAT_00019294)(&DAT_000191f8,2);\n DAT_00019280 = (*DAT_00019294)(&DAT_000191fa,2);\n DAT_00019284 = (*DAT_00019294)(&DAT_000191fc,2);\n DAT_00019288 = (*DAT_00019294)(&DAT_000191fe,2);\n DAT_000191c0 = DAT_00019240;\n DAT_000191c4 = _DAT_00019244;\n DAT_000191c8 = DAT_00019248;\n DAT_000191cc = DAT_0001924c;\n goto LAB_00011fce;\n }\n }\n else {\n uVar2 = dcgettext(0,"Unsupported EI_CLASS: %d\n",5);\n error(uVar2,uVar9 & 0xff);\n }\n }" if (parenthesized_expression "(sVar1 == 1)" ( (binary_expression "sVar1 == 1" identifier == number_literal) )) (compound_statement "{\n pFVar11 = param_2;\n if (DAT_00019245 == '\x02') {\n DAT_00019294 = FUN_00012800;\n DAT_00019298 = FUN_00012dd0;\n if (DAT_00019244 != '\x01') goto LAB_00011ca7;\nLAB_00011d08:\n puVar13 = &DAT_00019210;\n sVar1 = fread(&DAT_00019210,0x24,1,param_2);\n if (sVar1 != 1) goto LAB_00011c39;\n DAT_00019270 = (*DAT_00019294)(puVar13,2);\n DAT_00019272 = (*DAT_00019294)(&DAT_00019212,2);\n DAT_00019268 = (*DAT_00019294)(&DAT_00019214,4);\n uVar8 = (*DAT_00019294)(&DAT_00019218,4);\n DAT_00019254 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019250 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_0001921c,4);\n DAT_0001925c = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019258 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_00019220,4);\n DAT_00019264 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019260 = (undefined4)uVar8;\n DAT_0001926c = (*DAT_00019294)(&DAT_00019224,4);\n DAT_00019274 = (*DAT_00019294)(&DAT_00019228,2);\n DAT_00019278 = (*DAT_00019294)(&DAT_0001922a,2);\n DAT_0001927c = (*DAT_00019294)(&DAT_0001922c,2);\n DAT_00019280 = (*DAT_00019294)(&DAT_0001922e,2);\n DAT_00019284 = (*DAT_00019294)(&DAT_00019230,2);\n DAT_00019288 = (*DAT_00019294)(&DAT_00019232,2);\n DAT_00019200 = DAT_00019240;\n DAT_00019204 = _DAT_00019244;\n DAT_00019208 = DAT_00019248;\n DAT_0001920c = DAT_0001924c;\nLAB_00011fce:\n iVar3 = fseek(param_2,__off,0);\n if (iVar3 != 0) {\n uVar2 = dcgettext(0,"%s: Failed to seek to ELF header\n",5);\n error(uVar2,uVar12);\n }\n uVar9 = DAT_000190e4;\n if (DAT_00019240 != 0x464c457f) {\n pcVar10 = (char *)0x5;\n uVar2 = dcgettext(0,"%s: Not an ELF file - wrong magic bytes at the start\n",5);\n goto LAB_00011c4e;\n }\n if (DAT_00019246 != 1) {\n uVar6 = (uint)DAT_00019246;\n uVar2 = dcgettext(0,"%s: Unsupported EI_VERSION: %d is not %d\n",5,pFVar11,uVar12,uVar6);\n uVar9 = 1;\n uVar6 = uVar6 & 0xff;\n goto LAB_0001223f;\n }\n uVar5 = (uint)DAT_00019272;\n if (uVar5 == DAT_000190e0) {\n return 0;\n }\n uVar6 = _DAT_00019244 & 0xff;\n if (DAT_000190cc == 0xffffffff) {\n if (DAT_00019272 == 6) {\nLAB_00012338:\n bVar7 = uVar6 != 1;\n DAT_000190cc = 1;\n goto LAB_00012050;\n }\n if (DAT_00019272 < 7) {\n if (DAT_00019272 == 3) goto LAB_00012338;\n }\n else if ((ushort)(DAT_00019272 - 0xb4) < 2) {\n bVar7 = uVar6 != 2;\n DAT_000190cc = 2;\n goto LAB_00012050;\n }\n DAT_000190cc = 3;\nLAB_00012058:\n if ((DAT_000190c8 == 3) || (uVar6 == DAT_000190c8)) {\n if ((DAT_000190e4 != 0xffffffff) && (uVar5 != DAT_000190e4)) {\n uVar6 = uVar5;\n uVar2 = dcgettext(0,"%s: Unmatched e_machine: %d is not %d\n",5,pFVar11,uVar12,uVar5);\n goto LAB_0001223f;\n }\n uVar6 = (uint)DAT_00019270;\n if ((DAT_000190dc == 0xffffffff) || (uVar6 == DAT_000190dc)) {\n uVar6 = _DAT_00019244 >> 0x18;\n if ((DAT_000190d4 == 0xffffffff) || (uVar6 == DAT_000190d4)) {\n if (DAT_00019244 == '\x01') {\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_00019212,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_00019210,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_00019204 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_00019204);\n }\n __ptr = &DAT_00019200;\n sVar1 = 0x34;\n }\n else {\n if (DAT_00019244 != '\x02') {\n \n abort();\n }\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_000191d2,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_000191d0,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_000191c4 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_000191c4);\n }\n __ptr = &DAT_000191c0;\n sVar1 = 0x40;\n }\n sVar1 = fwrite(__ptr,sVar1,1,param_2);\n if (sVar1 == 1) {\n return 0;\n }\n piVar4 = __errno_location();\n pcVar10 = strerror(*piVar4);\n uVar2 = dcgettext(0,"%s: Failed to update ELF header: %s\n",5);\n goto LAB_00011c4e;\n }\n pcVar10 = "%s: Unmatched EI_OSABI: %d is not %d\n";\n uVar9 = DAT_000190d4;\n }\n else {\n pcVar10 = "%s: Unmatched e_type: %d is not %d\n";\n uVar9 = DAT_000190dc;\n }\n }\n else {\n pcVar10 = "%s: Unmatched output EI_CLASS: %d is not %d\n";\n uVar9 = DAT_000190c8;\n }\n }\n else {\n bVar7 = DAT_000190cc != 3 && uVar6 != DAT_000190cc;\nLAB_00012050:\n if (!bVar7) goto LAB_00012058;\n pcVar10 = "%s: Unmatched input EI_CLASS: %d is not %d\n";\n uVar9 = DAT_000190cc;\n }\n uVar2 = dcgettext(0,pcVar10,5);\nLAB_0001223f:\n error(uVar2,uVar12,uVar6,uVar9);\n return 1;\n }\n DAT_00019294 = FUN_00012e50;\n DAT_00019298 = FUN_00012d40;\n if (DAT_00019244 == '\x01') goto LAB_00011d08;\nLAB_00011ca7:\n uVar9 = _DAT_00019244 & 0xff;\n if (DAT_00019244 == '\x02') {\n puVar13 = &DAT_000191d0;\n sVar1 = fread(&DAT_000191d0,0x30,1,param_2);\n if (sVar1 == 1) {\n DAT_00019270 = (*DAT_00019294)(puVar13,2);\n DAT_00019272 = (*DAT_00019294)(&DAT_000191d2,2);\n DAT_00019268 = (*DAT_00019294)(&DAT_000191d4,4);\n uVar8 = (*DAT_00019294)(&DAT_000191d8,8);\n DAT_00019254 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019250 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_000191e0,8);\n DAT_0001925c = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019258 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_000191e8,8);\n DAT_00019264 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019260 = (undefined4)uVar8;\n DAT_0001926c = (*DAT_00019294)(&DAT_000191f0,4);\n DAT_00019274 = (*DAT_00019294)(&DAT_000191f4,2);\n DAT_00019278 = (*DAT_00019294)(&DAT_000191f6,2);\n DAT_0001927c = (*DAT_00019294)(&DAT_000191f8,2);\n DAT_00019280 = (*DAT_00019294)(&DAT_000191fa,2);\n DAT_00019284 = (*DAT_00019294)(&DAT_000191fc,2);\n DAT_00019288 = (*DAT_00019294)(&DAT_000191fe,2);\n DAT_000191c0 = DAT_00019240;\n DAT_000191c4 = _DAT_00019244;\n DAT_000191c8 = DAT_00019248;\n DAT_000191cc = DAT_0001924c;\n goto LAB_00011fce;\n }\n }\n else {\n uVar2 = dcgettext(0,"Unsupported EI_CLASS: %d\n",5);\n error(uVar2,uVar9 & 0xff);\n }\n }" { (expression_statement "pFVar11 = param_2;" (assignment_expression "pFVar11 = param_2" identifier = identifier) ;) (if_statement "if (DAT_00019245 == '\x02') {\n DAT_00019294 = FUN_00012800;\n DAT_00019298 = FUN_00012dd0;\n if (DAT_00019244 != '\x01') goto LAB_00011ca7;\nLAB_00011d08:\n puVar13 = &DAT_00019210;\n sVar1 = fread(&DAT_00019210,0x24,1,param_2);\n if (sVar1 != 1) goto LAB_00011c39;\n DAT_00019270 = (*DAT_00019294)(puVar13,2);\n DAT_00019272 = (*DAT_00019294)(&DAT_00019212,2);\n DAT_00019268 = (*DAT_00019294)(&DAT_00019214,4);\n uVar8 = (*DAT_00019294)(&DAT_00019218,4);\n DAT_00019254 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019250 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_0001921c,4);\n DAT_0001925c = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019258 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_00019220,4);\n DAT_00019264 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019260 = (undefined4)uVar8;\n DAT_0001926c = (*DAT_00019294)(&DAT_00019224,4);\n DAT_00019274 = (*DAT_00019294)(&DAT_00019228,2);\n DAT_00019278 = (*DAT_00019294)(&DAT_0001922a,2);\n DAT_0001927c = (*DAT_00019294)(&DAT_0001922c,2);\n DAT_00019280 = (*DAT_00019294)(&DAT_0001922e,2);\n DAT_00019284 = (*DAT_00019294)(&DAT_00019230,2);\n DAT_00019288 = (*DAT_00019294)(&DAT_00019232,2);\n DAT_00019200 = DAT_00019240;\n DAT_00019204 = _DAT_00019244;\n DAT_00019208 = DAT_00019248;\n DAT_0001920c = DAT_0001924c;\nLAB_00011fce:\n iVar3 = fseek(param_2,__off,0);\n if (iVar3 != 0) {\n uVar2 = dcgettext(0,"%s: Failed to seek to ELF header\n",5);\n error(uVar2,uVar12);\n }\n uVar9 = DAT_000190e4;\n if (DAT_00019240 != 0x464c457f) {\n pcVar10 = (char *)0x5;\n uVar2 = dcgettext(0,"%s: Not an ELF file - wrong magic bytes at the start\n",5);\n goto LAB_00011c4e;\n }\n if (DAT_00019246 != 1) {\n uVar6 = (uint)DAT_00019246;\n uVar2 = dcgettext(0,"%s: Unsupported EI_VERSION: %d is not %d\n",5,pFVar11,uVar12,uVar6);\n uVar9 = 1;\n uVar6 = uVar6 & 0xff;\n goto LAB_0001223f;\n }\n uVar5 = (uint)DAT_00019272;\n if (uVar5 == DAT_000190e0) {\n return 0;\n }\n uVar6 = _DAT_00019244 & 0xff;\n if (DAT_000190cc == 0xffffffff) {\n if (DAT_00019272 == 6) {\nLAB_00012338:\n bVar7 = uVar6 != 1;\n DAT_000190cc = 1;\n goto LAB_00012050;\n }\n if (DAT_00019272 < 7) {\n if (DAT_00019272 == 3) goto LAB_00012338;\n }\n else if ((ushort)(DAT_00019272 - 0xb4) < 2) {\n bVar7 = uVar6 != 2;\n DAT_000190cc = 2;\n goto LAB_00012050;\n }\n DAT_000190cc = 3;\nLAB_00012058:\n if ((DAT_000190c8 == 3) || (uVar6 == DAT_000190c8)) {\n if ((DAT_000190e4 != 0xffffffff) && (uVar5 != DAT_000190e4)) {\n uVar6 = uVar5;\n uVar2 = dcgettext(0,"%s: Unmatched e_machine: %d is not %d\n",5,pFVar11,uVar12,uVar5);\n goto LAB_0001223f;\n }\n uVar6 = (uint)DAT_00019270;\n if ((DAT_000190dc == 0xffffffff) || (uVar6 == DAT_000190dc)) {\n uVar6 = _DAT_00019244 >> 0x18;\n if ((DAT_000190d4 == 0xffffffff) || (uVar6 == DAT_000190d4)) {\n if (DAT_00019244 == '\x01') {\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_00019212,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_00019210,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_00019204 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_00019204);\n }\n __ptr = &DAT_00019200;\n sVar1 = 0x34;\n }\n else {\n if (DAT_00019244 != '\x02') {\n \n abort();\n }\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_000191d2,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_000191d0,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_000191c4 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_000191c4);\n }\n __ptr = &DAT_000191c0;\n sVar1 = 0x40;\n }\n sVar1 = fwrite(__ptr,sVar1,1,param_2);\n if (sVar1 == 1) {\n return 0;\n }\n piVar4 = __errno_location();\n pcVar10 = strerror(*piVar4);\n uVar2 = dcgettext(0,"%s: Failed to update ELF header: %s\n",5);\n goto LAB_00011c4e;\n }\n pcVar10 = "%s: Unmatched EI_OSABI: %d is not %d\n";\n uVar9 = DAT_000190d4;\n }\n else {\n pcVar10 = "%s: Unmatched e_type: %d is not %d\n";\n uVar9 = DAT_000190dc;\n }\n }\n else {\n pcVar10 = "%s: Unmatched output EI_CLASS: %d is not %d\n";\n uVar9 = DAT_000190c8;\n }\n }\n else {\n bVar7 = DAT_000190cc != 3 && uVar6 != DAT_000190cc;\nLAB_00012050:\n if (!bVar7) goto LAB_00012058;\n pcVar10 = "%s: Unmatched input EI_CLASS: %d is not %d\n";\n uVar9 = DAT_000190cc;\n }\n uVar2 = dcgettext(0,pcVar10,5);\nLAB_0001223f:\n error(uVar2,uVar12,uVar6,uVar9);\n return 1;\n }" if (parenthesized_expression "(DAT_00019245 == '\x02')" ( (binary_expression "DAT_00019245 == '\x02'" identifier == (char_literal "'\x02'" ' escape_sequence ')) )) (compound_statement "{\n DAT_00019294 = FUN_00012800;\n DAT_00019298 = FUN_00012dd0;\n if (DAT_00019244 != '\x01') goto LAB_00011ca7;\nLAB_00011d08:\n puVar13 = &DAT_00019210;\n sVar1 = fread(&DAT_00019210,0x24,1,param_2);\n if (sVar1 != 1) goto LAB_00011c39;\n DAT_00019270 = (*DAT_00019294)(puVar13,2);\n DAT_00019272 = (*DAT_00019294)(&DAT_00019212,2);\n DAT_00019268 = (*DAT_00019294)(&DAT_00019214,4);\n uVar8 = (*DAT_00019294)(&DAT_00019218,4);\n DAT_00019254 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019250 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_0001921c,4);\n DAT_0001925c = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019258 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_00019220,4);\n DAT_00019264 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019260 = (undefined4)uVar8;\n DAT_0001926c = (*DAT_00019294)(&DAT_00019224,4);\n DAT_00019274 = (*DAT_00019294)(&DAT_00019228,2);\n DAT_00019278 = (*DAT_00019294)(&DAT_0001922a,2);\n DAT_0001927c = (*DAT_00019294)(&DAT_0001922c,2);\n DAT_00019280 = (*DAT_00019294)(&DAT_0001922e,2);\n DAT_00019284 = (*DAT_00019294)(&DAT_00019230,2);\n DAT_00019288 = (*DAT_00019294)(&DAT_00019232,2);\n DAT_00019200 = DAT_00019240;\n DAT_00019204 = _DAT_00019244;\n DAT_00019208 = DAT_00019248;\n DAT_0001920c = DAT_0001924c;\nLAB_00011fce:\n iVar3 = fseek(param_2,__off,0);\n if (iVar3 != 0) {\n uVar2 = dcgettext(0,"%s: Failed to seek to ELF header\n",5);\n error(uVar2,uVar12);\n }\n uVar9 = DAT_000190e4;\n if (DAT_00019240 != 0x464c457f) {\n pcVar10 = (char *)0x5;\n uVar2 = dcgettext(0,"%s: Not an ELF file - wrong magic bytes at the start\n",5);\n goto LAB_00011c4e;\n }\n if (DAT_00019246 != 1) {\n uVar6 = (uint)DAT_00019246;\n uVar2 = dcgettext(0,"%s: Unsupported EI_VERSION: %d is not %d\n",5,pFVar11,uVar12,uVar6);\n uVar9 = 1;\n uVar6 = uVar6 & 0xff;\n goto LAB_0001223f;\n }\n uVar5 = (uint)DAT_00019272;\n if (uVar5 == DAT_000190e0) {\n return 0;\n }\n uVar6 = _DAT_00019244 & 0xff;\n if (DAT_000190cc == 0xffffffff) {\n if (DAT_00019272 == 6) {\nLAB_00012338:\n bVar7 = uVar6 != 1;\n DAT_000190cc = 1;\n goto LAB_00012050;\n }\n if (DAT_00019272 < 7) {\n if (DAT_00019272 == 3) goto LAB_00012338;\n }\n else if ((ushort)(DAT_00019272 - 0xb4) < 2) {\n bVar7 = uVar6 != 2;\n DAT_000190cc = 2;\n goto LAB_00012050;\n }\n DAT_000190cc = 3;\nLAB_00012058:\n if ((DAT_000190c8 == 3) || (uVar6 == DAT_000190c8)) {\n if ((DAT_000190e4 != 0xffffffff) && (uVar5 != DAT_000190e4)) {\n uVar6 = uVar5;\n uVar2 = dcgettext(0,"%s: Unmatched e_machine: %d is not %d\n",5,pFVar11,uVar12,uVar5);\n goto LAB_0001223f;\n }\n uVar6 = (uint)DAT_00019270;\n if ((DAT_000190dc == 0xffffffff) || (uVar6 == DAT_000190dc)) {\n uVar6 = _DAT_00019244 >> 0x18;\n if ((DAT_000190d4 == 0xffffffff) || (uVar6 == DAT_000190d4)) {\n if (DAT_00019244 == '\x01') {\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_00019212,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_00019210,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_00019204 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_00019204);\n }\n __ptr = &DAT_00019200;\n sVar1 = 0x34;\n }\n else {\n if (DAT_00019244 != '\x02') {\n \n abort();\n }\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_000191d2,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_000191d0,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_000191c4 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_000191c4);\n }\n __ptr = &DAT_000191c0;\n sVar1 = 0x40;\n }\n sVar1 = fwrite(__ptr,sVar1,1,param_2);\n if (sVar1 == 1) {\n return 0;\n }\n piVar4 = __errno_location();\n pcVar10 = strerror(*piVar4);\n uVar2 = dcgettext(0,"%s: Failed to update ELF header: %s\n",5);\n goto LAB_00011c4e;\n }\n pcVar10 = "%s: Unmatched EI_OSABI: %d is not %d\n";\n uVar9 = DAT_000190d4;\n }\n else {\n pcVar10 = "%s: Unmatched e_type: %d is not %d\n";\n uVar9 = DAT_000190dc;\n }\n }\n else {\n pcVar10 = "%s: Unmatched output EI_CLASS: %d is not %d\n";\n uVar9 = DAT_000190c8;\n }\n }\n else {\n bVar7 = DAT_000190cc != 3 && uVar6 != DAT_000190cc;\nLAB_00012050:\n if (!bVar7) goto LAB_00012058;\n pcVar10 = "%s: Unmatched input EI_CLASS: %d is not %d\n";\n uVar9 = DAT_000190cc;\n }\n uVar2 = dcgettext(0,pcVar10,5);\nLAB_0001223f:\n error(uVar2,uVar12,uVar6,uVar9);\n return 1;\n }" { (expression_statement "DAT_00019294 = FUN_00012800;" (assignment_expression "DAT_00019294 = FUN_00012800" identifier = identifier) ;) (expression_statement "DAT_00019298 = FUN_00012dd0;" (assignment_expression "DAT_00019298 = FUN_00012dd0" identifier = identifier) ;) (if_statement "if (DAT_00019244 != '\x01') goto LAB_00011ca7;" if (parenthesized_expression "(DAT_00019244 != '\x01')" ( (binary_expression "DAT_00019244 != '\x01'" identifier != (char_literal "'\x01'" ' escape_sequence ')) )) (goto_statement "goto LAB_00011ca7;" goto statement_identifier ;)) (labeled_statement "LAB_00011d08:\n puVar13 = &DAT_00019210;" statement_identifier : (expression_statement "puVar13 = &DAT_00019210;" (assignment_expression "puVar13 = &DAT_00019210" identifier = (pointer_expression "&DAT_00019210" & identifier)) ;)) (expression_statement "sVar1 = fread(&DAT_00019210,0x24,1,param_2);" (assignment_expression "sVar1 = fread(&DAT_00019210,0x24,1,param_2)" identifier = (call_expression "fread(&DAT_00019210,0x24,1,param_2)" identifier (argument_list "(&DAT_00019210,0x24,1,param_2)" ( (pointer_expression "&DAT_00019210" & identifier) , number_literal , number_literal , identifier )))) ;) (if_statement "if (sVar1 != 1) goto LAB_00011c39;" if (parenthesized_expression "(sVar1 != 1)" ( (binary_expression "sVar1 != 1" identifier != number_literal) )) (goto_statement "goto LAB_00011c39;" goto statement_identifier ;)) (expression_statement "DAT_00019270 = (*DAT_00019294)(puVar13,2);" (assignment_expression "DAT_00019270 = (*DAT_00019294)(puVar13,2)" identifier = (call_expression "(*DAT_00019294)(puVar13,2)" (parenthesized_expression "(*DAT_00019294)" ( (pointer_expression "*DAT_00019294" * identifier) )) (argument_list "(puVar13,2)" ( identifier , number_literal )))) ;) (expression_statement "DAT_00019272 = (*DAT_00019294)(&DAT_00019212,2);" (assignment_expression "DAT_00019272 = (*DAT_00019294)(&DAT_00019212,2)" identifier = (call_expression "(*DAT_00019294)(&DAT_00019212,2)" (parenthesized_expression "(*DAT_00019294)" ( (pointer_expression "*DAT_00019294" * identifier) )) (argument_list "(&DAT_00019212,2)" ( (pointer_expression "&DAT_00019212" & identifier) , number_literal )))) ;) (expression_statement "DAT_00019268 = (*DAT_00019294)(&DAT_00019214,4);" (assignment_expression "DAT_00019268 = (*DAT_00019294)(&DAT_00019214,4)" identifier = (call_expression "(*DAT_00019294)(&DAT_00019214,4)" (parenthesized_expression "(*DAT_00019294)" ( (pointer_expression "*DAT_00019294" * identifier) )) (argument_list "(&DAT_00019214,4)" ( (pointer_expression "&DAT_00019214" & identifier) , number_literal )))) ;) (expression_statement "uVar8 = (*DAT_00019294)(&DAT_00019218,4);" (assignment_expression "uVar8 = (*DAT_00019294)(&DAT_00019218,4)" identifier = (call_expression "(*DAT_00019294)(&DAT_00019218,4)" (parenthesized_expression "(*DAT_00019294)" ( (pointer_expression "*DAT_00019294" * identifier) )) (argument_list "(&DAT_00019218,4)" ( (pointer_expression "&DAT_00019218" & identifier) , number_literal )))) ;) (expression_statement "DAT_00019254 = (undefined4)((ulonglong)uVar8 >> 0x20);" (assignment_expression "DAT_00019254 = (undefined4)((ulonglong)uVar8 >> 0x20)" identifier = (call_expression "(undefined4)((ulonglong)uVar8 >> 0x20)" (parenthesized_expression "(undefined4)" ( identifier )) (argument_list "((ulonglong)uVar8 >> 0x20)" ( (binary_expression "(ulonglong)uVar8 >> 0x20" (cast_expression "(ulonglong)uVar8" ( (type_descriptor "ulonglong" type_identifier) ) identifier) >> number_literal) )))) ;) (expression_statement "DAT_00019250 = (undefined4)uVar8;" (assignment_expression "DAT_00019250 = (undefined4)uVar8" identifier = (cast_expression "(undefined4)uVar8" ( (type_descriptor "undefined4" type_identifier) ) identifier)) ;) (expression_statement "uVar8 = (*DAT_00019294)(&DAT_0001921c,4);" (assignment_expression "uVar8 = (*DAT_00019294)(&DAT_0001921c,4)" identifier = (call_expression "(*DAT_00019294)(&DAT_0001921c,4)" (parenthesized_expression "(*DAT_00019294)" ( (pointer_expression "*DAT_00019294" * identifier) )) (argument_list "(&DAT_0001921c,4)" ( (pointer_expression "&DAT_0001921c" & identifier) , number_literal )))) ;) (expression_statement "DAT_0001925c = (undefined4)((ulonglong)uVar8 >> 0x20);" (assignment_expression "DAT_0001925c = (undefined4)((ulonglong)uVar8 >> 0x20)" identifier = (call_expression "(undefined4)((ulonglong)uVar8 >> 0x20)" (parenthesized_expression "(undefined4)" ( identifier )) (argument_list "((ulonglong)uVar8 >> 0x20)" ( (binary_expression "(ulonglong)uVar8 >> 0x20" (cast_expression "(ulonglong)uVar8" ( (type_descriptor "ulonglong" type_identifier) ) identifier) >> number_literal) )))) ;) (expression_statement "DAT_00019258 = (undefined4)uVar8;" (assignment_expression "DAT_00019258 = (undefined4)uVar8" identifier = (cast_expression "(undefined4)uVar8" ( (type_descriptor "undefined4" type_identifier) ) identifier)) ;) (expression_statement "uVar8 = (*DAT_00019294)(&DAT_00019220,4);" (assignment_expression "uVar8 = (*DAT_00019294)(&DAT_00019220,4)" identifier = (call_expression "(*DAT_00019294)(&DAT_00019220,4)" (parenthesized_expression "(*DAT_00019294)" ( (pointer_expression "*DAT_00019294" * identifier) )) (argument_list "(&DAT_00019220,4)" ( (pointer_expression "&DAT_00019220" & identifier) , number_literal )))) ;) (expression_statement "DAT_00019264 = (undefined4)((ulonglong)uVar8 >> 0x20);" (assignment_expression "DAT_00019264 = (undefined4)((ulonglong)uVar8 >> 0x20)" identifier = (call_expression "(undefined4)((ulonglong)uVar8 >> 0x20)" (parenthesized_expression "(undefined4)" ( identifier )) (argument_list "((ulonglong)uVar8 >> 0x20)" ( (binary_expression "(ulonglong)uVar8 >> 0x20" (cast_expression "(ulonglong)uVar8" ( (type_descriptor "ulonglong" type_identifier) ) identifier) >> number_literal) )))) ;) (expression_statement "DAT_00019260 = (undefined4)uVar8;" (assignment_expression "DAT_00019260 = (undefined4)uVar8" identifier = (cast_expression "(undefined4)uVar8" ( (type_descriptor "undefined4" type_identifier) ) identifier)) ;) (expression_statement "DAT_0001926c = (*DAT_00019294)(&DAT_00019224,4);" (assignment_expression "DAT_0001926c = (*DAT_00019294)(&DAT_00019224,4)" identifier = (call_expression "(*DAT_00019294)(&DAT_00019224,4)" (parenthesized_expression "(*DAT_00019294)" ( (pointer_expression "*DAT_00019294" * identifier) )) (argument_list "(&DAT_00019224,4)" ( (pointer_expression "&DAT_00019224" & identifier) , number_literal )))) ;) (expression_statement "DAT_00019274 = (*DAT_00019294)(&DAT_00019228,2);" (assignment_expression "DAT_00019274 = (*DAT_00019294)(&DAT_00019228,2)" identifier = (call_expression "(*DAT_00019294)(&DAT_00019228,2)" (parenthesized_expression "(*DAT_00019294)" ( (pointer_expression "*DAT_00019294" * identifier) )) (argument_list "(&DAT_00019228,2)" ( (pointer_expression "&DAT_00019228" & identifier) , number_literal )))) ;) (expression_statement "DAT_00019278 = (*DAT_00019294)(&DAT_0001922a,2);" (assignment_expression "DAT_00019278 = (*DAT_00019294)(&DAT_0001922a,2)" identifier = (call_expression "(*DAT_00019294)(&DAT_0001922a,2)" (parenthesized_expression "(*DAT_00019294)" ( (pointer_expression "*DAT_00019294" * identifier) )) (argument_list "(&DAT_0001922a,2)" ( (pointer_expression "&DAT_0001922a" & identifier) , number_literal )))) ;) (expression_statement "DAT_0001927c = (*DAT_00019294)(&DAT_0001922c,2);" (assignment_expression "DAT_0001927c = (*DAT_00019294)(&DAT_0001922c,2)" identifier = (call_expression "(*DAT_00019294)(&DAT_0001922c,2)" (parenthesized_expression "(*DAT_00019294)" ( (pointer_expression "*DAT_00019294" * identifier) )) (argument_list "(&DAT_0001922c,2)" ( (pointer_expression "&DAT_0001922c" & identifier) , number_literal )))) ;) (expression_statement "DAT_00019280 = (*DAT_00019294)(&DAT_0001922e,2);" (assignment_expression "DAT_00019280 = (*DAT_00019294)(&DAT_0001922e,2)" identifier = (call_expression "(*DAT_00019294)(&DAT_0001922e,2)" (parenthesized_expression "(*DAT_00019294)" ( (pointer_expression "*DAT_00019294" * identifier) )) (argument_list "(&DAT_0001922e,2)" ( (pointer_expression "&DAT_0001922e" & identifier) , number_literal )))) ;) (expression_statement "DAT_00019284 = (*DAT_00019294)(&DAT_00019230,2);" (assignment_expression "DAT_00019284 = (*DAT_00019294)(&DAT_00019230,2)" identifier = (call_expression "(*DAT_00019294)(&DAT_00019230,2)" (parenthesized_expression "(*DAT_00019294)" ( (pointer_expression "*DAT_00019294" * identifier) )) (argument_list "(&DAT_00019230,2)" ( (pointer_expression "&DAT_00019230" & identifier) , number_literal )))) ;) (expression_statement "DAT_00019288 = (*DAT_00019294)(&DAT_00019232,2);" (assignment_expression "DAT_00019288 = (*DAT_00019294)(&DAT_00019232,2)" identifier = (call_expression "(*DAT_00019294)(&DAT_00019232,2)" (parenthesized_expression "(*DAT_00019294)" ( (pointer_expression "*DAT_00019294" * identifier) )) (argument_list "(&DAT_00019232,2)" ( (pointer_expression "&DAT_00019232" & identifier) , number_literal )))) ;) (expression_statement "DAT_00019200 = DAT_00019240;" (assignment_expression "DAT_00019200 = DAT_00019240" identifier = identifier) ;) (expression_statement "DAT_00019204 = _DAT_00019244;" (assignment_expression "DAT_00019204 = _DAT_00019244" identifier = identifier) ;) (expression_statement "DAT_00019208 = DAT_00019248;" (assignment_expression "DAT_00019208 = DAT_00019248" identifier = identifier) ;) (expression_statement "DAT_0001920c = DAT_0001924c;" (assignment_expression "DAT_0001920c = DAT_0001924c" identifier = identifier) ;) (labeled_statement "LAB_00011fce:\n iVar3 = fseek(param_2,__off,0);" statement_identifier : (expression_statement "iVar3 = fseek(param_2,__off,0);" (assignment_expression "iVar3 = fseek(param_2,__off,0)" identifier = (call_expression "fseek(param_2,__off,0)" identifier (argument_list "(param_2,__off,0)" ( identifier , identifier , number_literal )))) ;)) (if_statement "if (iVar3 != 0) {\n uVar2 = dcgettext(0,"%s: Failed to seek to ELF header\n",5);\n error(uVar2,uVar12);\n }" if (parenthesized_expression "(iVar3 != 0)" ( (binary_expression "iVar3 != 0" identifier != number_literal) )) (compound_statement "{\n uVar2 = dcgettext(0,"%s: Failed to seek to ELF header\n",5);\n error(uVar2,uVar12);\n }" { (expression_statement "uVar2 = dcgettext(0,"%s: Failed to seek to ELF header\n",5);" (assignment_expression "uVar2 = dcgettext(0,"%s: Failed to seek to ELF header\n",5)" identifier = (call_expression "dcgettext(0,"%s: Failed to seek to ELF header\n",5)" identifier (argument_list "(0,"%s: Failed to seek to ELF header\n",5)" ( number_literal , (string_literal ""%s: Failed to seek to ELF header\n"" " string_content escape_sequence ") , number_literal )))) ;) (expression_statement "error(uVar2,uVar12);" (call_expression "error(uVar2,uVar12)" identifier (argument_list "(uVar2,uVar12)" ( identifier , identifier ))) ;) })) (expression_statement "uVar9 = DAT_000190e4;" (assignment_expression "uVar9 = DAT_000190e4" identifier = identifier) ;) (if_statement "if (DAT_00019240 != 0x464c457f) {\n pcVar10 = (char *)0x5;\n uVar2 = dcgettext(0,"%s: Not an ELF file - wrong magic bytes at the start\n",5);\n goto LAB_00011c4e;\n }" if (parenthesized_expression "(DAT_00019240 != 0x464c457f)" ( (binary_expression "DAT_00019240 != 0x464c457f" identifier != number_literal) )) (compound_statement "{\n pcVar10 = (char *)0x5;\n uVar2 = dcgettext(0,"%s: Not an ELF file - wrong magic bytes at the start\n",5);\n goto LAB_00011c4e;\n }" { (expression_statement "pcVar10 = (char *)0x5;" (assignment_expression "pcVar10 = (char *)0x5" identifier = (cast_expression "(char *)0x5" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "uVar2 = dcgettext(0,"%s: Not an ELF file - wrong magic bytes at the start\n",5);" (assignment_expression "uVar2 = dcgettext(0,"%s: Not an ELF file - wrong magic bytes at the start\n",5)" identifier = (call_expression "dcgettext(0,"%s: Not an ELF file - wrong magic bytes at the start\n",5)" identifier (argument_list "(0,"%s: Not an ELF file - wrong magic bytes at the start\n",5)" ( number_literal , (string_literal ""%s: Not an ELF file - wrong magic bytes at the start\n"" " string_content escape_sequence ") , number_literal )))) ;) (goto_statement "goto LAB_00011c4e;" goto statement_identifier ;) })) (if_statement "if (DAT_00019246 != 1) {\n uVar6 = (uint)DAT_00019246;\n uVar2 = dcgettext(0,"%s: Unsupported EI_VERSION: %d is not %d\n",5,pFVar11,uVar12,uVar6);\n uVar9 = 1;\n uVar6 = uVar6 & 0xff;\n goto LAB_0001223f;\n }" if (parenthesized_expression "(DAT_00019246 != 1)" ( (binary_expression "DAT_00019246 != 1" identifier != number_literal) )) (compound_statement "{\n uVar6 = (uint)DAT_00019246;\n uVar2 = dcgettext(0,"%s: Unsupported EI_VERSION: %d is not %d\n",5,pFVar11,uVar12,uVar6);\n uVar9 = 1;\n uVar6 = uVar6 & 0xff;\n goto LAB_0001223f;\n }" { (expression_statement "uVar6 = (uint)DAT_00019246;" (assignment_expression "uVar6 = (uint)DAT_00019246" identifier = (cast_expression "(uint)DAT_00019246" ( (type_descriptor "uint" type_identifier) ) identifier)) ;) (expression_statement "uVar2 = dcgettext(0,"%s: Unsupported EI_VERSION: %d is not %d\n",5,pFVar11,uVar12,uVar6);" (assignment_expression "uVar2 = dcgettext(0,"%s: Unsupported EI_VERSION: %d is not %d\n",5,pFVar11,uVar12,uVar6)" identifier = (call_expression "dcgettext(0,"%s: Unsupported EI_VERSION: %d is not %d\n",5,pFVar11,uVar12,uVar6)" identifier (argument_list "(0,"%s: Unsupported EI_VERSION: %d is not %d\n",5,pFVar11,uVar12,uVar6)" ( number_literal , (string_literal ""%s: Unsupported EI_VERSION: %d is not %d\n"" " string_content escape_sequence ") , number_literal , identifier , identifier , identifier )))) ;) (expression_statement "uVar9 = 1;" (assignment_expression "uVar9 = 1" identifier = number_literal) ;) (expression_statement "uVar6 = uVar6 & 0xff;" (assignment_expression "uVar6 = uVar6 & 0xff" identifier = (binary_expression "uVar6 & 0xff" identifier & number_literal)) ;) (goto_statement "goto LAB_0001223f;" goto statement_identifier ;) })) (expression_statement "uVar5 = (uint)DAT_00019272;" (assignment_expression "uVar5 = (uint)DAT_00019272" identifier = (cast_expression "(uint)DAT_00019272" ( (type_descriptor "uint" type_identifier) ) identifier)) ;) (if_statement "if (uVar5 == DAT_000190e0) {\n return 0;\n }" if (parenthesized_expression "(uVar5 == DAT_000190e0)" ( (binary_expression "uVar5 == DAT_000190e0" identifier == identifier) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) (expression_statement "uVar6 = _DAT_00019244 & 0xff;" (assignment_expression "uVar6 = _DAT_00019244 & 0xff" identifier = (binary_expression "_DAT_00019244 & 0xff" identifier & number_literal)) ;) (if_statement "if (DAT_000190cc == 0xffffffff) {\n if (DAT_00019272 == 6) {\nLAB_00012338:\n bVar7 = uVar6 != 1;\n DAT_000190cc = 1;\n goto LAB_00012050;\n }\n if (DAT_00019272 < 7) {\n if (DAT_00019272 == 3) goto LAB_00012338;\n }\n else if ((ushort)(DAT_00019272 - 0xb4) < 2) {\n bVar7 = uVar6 != 2;\n DAT_000190cc = 2;\n goto LAB_00012050;\n }\n DAT_000190cc = 3;\nLAB_00012058:\n if ((DAT_000190c8 == 3) || (uVar6 == DAT_000190c8)) {\n if ((DAT_000190e4 != 0xffffffff) && (uVar5 != DAT_000190e4)) {\n uVar6 = uVar5;\n uVar2 = dcgettext(0,"%s: Unmatched e_machine: %d is not %d\n",5,pFVar11,uVar12,uVar5);\n goto LAB_0001223f;\n }\n uVar6 = (uint)DAT_00019270;\n if ((DAT_000190dc == 0xffffffff) || (uVar6 == DAT_000190dc)) {\n uVar6 = _DAT_00019244 >> 0x18;\n if ((DAT_000190d4 == 0xffffffff) || (uVar6 == DAT_000190d4)) {\n if (DAT_00019244 == '\x01') {\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_00019212,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_00019210,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_00019204 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_00019204);\n }\n __ptr = &DAT_00019200;\n sVar1 = 0x34;\n }\n else {\n if (DAT_00019244 != '\x02') {\n \n abort();\n }\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_000191d2,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_000191d0,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_000191c4 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_000191c4);\n }\n __ptr = &DAT_000191c0;\n sVar1 = 0x40;\n }\n sVar1 = fwrite(__ptr,sVar1,1,param_2);\n if (sVar1 == 1) {\n return 0;\n }\n piVar4 = __errno_location();\n pcVar10 = strerror(*piVar4);\n uVar2 = dcgettext(0,"%s: Failed to update ELF header: %s\n",5);\n goto LAB_00011c4e;\n }\n pcVar10 = "%s: Unmatched EI_OSABI: %d is not %d\n";\n uVar9 = DAT_000190d4;\n }\n else {\n pcVar10 = "%s: Unmatched e_type: %d is not %d\n";\n uVar9 = DAT_000190dc;\n }\n }\n else {\n pcVar10 = "%s: Unmatched output EI_CLASS: %d is not %d\n";\n uVar9 = DAT_000190c8;\n }\n }\n else {\n bVar7 = DAT_000190cc != 3 && uVar6 != DAT_000190cc;\nLAB_00012050:\n if (!bVar7) goto LAB_00012058;\n pcVar10 = "%s: Unmatched input EI_CLASS: %d is not %d\n";\n uVar9 = DAT_000190cc;\n }" if (parenthesized_expression "(DAT_000190cc == 0xffffffff)" ( (binary_expression "DAT_000190cc == 0xffffffff" identifier == number_literal) )) (compound_statement "{\n if (DAT_00019272 == 6) {\nLAB_00012338:\n bVar7 = uVar6 != 1;\n DAT_000190cc = 1;\n goto LAB_00012050;\n }\n if (DAT_00019272 < 7) {\n if (DAT_00019272 == 3) goto LAB_00012338;\n }\n else if ((ushort)(DAT_00019272 - 0xb4) < 2) {\n bVar7 = uVar6 != 2;\n DAT_000190cc = 2;\n goto LAB_00012050;\n }\n DAT_000190cc = 3;\nLAB_00012058:\n if ((DAT_000190c8 == 3) || (uVar6 == DAT_000190c8)) {\n if ((DAT_000190e4 != 0xffffffff) && (uVar5 != DAT_000190e4)) {\n uVar6 = uVar5;\n uVar2 = dcgettext(0,"%s: Unmatched e_machine: %d is not %d\n",5,pFVar11,uVar12,uVar5);\n goto LAB_0001223f;\n }\n uVar6 = (uint)DAT_00019270;\n if ((DAT_000190dc == 0xffffffff) || (uVar6 == DAT_000190dc)) {\n uVar6 = _DAT_00019244 >> 0x18;\n if ((DAT_000190d4 == 0xffffffff) || (uVar6 == DAT_000190d4)) {\n if (DAT_00019244 == '\x01') {\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_00019212,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_00019210,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_00019204 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_00019204);\n }\n __ptr = &DAT_00019200;\n sVar1 = 0x34;\n }\n else {\n if (DAT_00019244 != '\x02') {\n \n abort();\n }\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_000191d2,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_000191d0,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_000191c4 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_000191c4);\n }\n __ptr = &DAT_000191c0;\n sVar1 = 0x40;\n }\n sVar1 = fwrite(__ptr,sVar1,1,param_2);\n if (sVar1 == 1) {\n return 0;\n }\n piVar4 = __errno_location();\n pcVar10 = strerror(*piVar4);\n uVar2 = dcgettext(0,"%s: Failed to update ELF header: %s\n",5);\n goto LAB_00011c4e;\n }\n pcVar10 = "%s: Unmatched EI_OSABI: %d is not %d\n";\n uVar9 = DAT_000190d4;\n }\n else {\n pcVar10 = "%s: Unmatched e_type: %d is not %d\n";\n uVar9 = DAT_000190dc;\n }\n }\n else {\n pcVar10 = "%s: Unmatched output EI_CLASS: %d is not %d\n";\n uVar9 = DAT_000190c8;\n }\n }" { (if_statement "if (DAT_00019272 == 6) {\nLAB_00012338:\n bVar7 = uVar6 != 1;\n DAT_000190cc = 1;\n goto LAB_00012050;\n }" if (parenthesized_expression "(DAT_00019272 == 6)" ( (binary_expression "DAT_00019272 == 6" identifier == number_literal) )) (compound_statement "{\nLAB_00012338:\n bVar7 = uVar6 != 1;\n DAT_000190cc = 1;\n goto LAB_00012050;\n }" { (labeled_statement "LAB_00012338:\n bVar7 = uVar6 != 1;" statement_identifier : (expression_statement "bVar7 = uVar6 != 1;" (assignment_expression "bVar7 = uVar6 != 1" identifier = (binary_expression "uVar6 != 1" identifier != number_literal)) ;)) (expression_statement "DAT_000190cc = 1;" (assignment_expression "DAT_000190cc = 1" identifier = number_literal) ;) (goto_statement "goto LAB_00012050;" goto statement_identifier ;) })) (if_statement "if (DAT_00019272 < 7) {\n if (DAT_00019272 == 3) goto LAB_00012338;\n }\n else if ((ushort)(DAT_00019272 - 0xb4) < 2) {\n bVar7 = uVar6 != 2;\n DAT_000190cc = 2;\n goto LAB_00012050;\n }" if (parenthesized_expression "(DAT_00019272 < 7)" ( (binary_expression "DAT_00019272 < 7" identifier < number_literal) )) (compound_statement "{\n if (DAT_00019272 == 3) goto LAB_00012338;\n }" { (if_statement "if (DAT_00019272 == 3) goto LAB_00012338;" if (parenthesized_expression "(DAT_00019272 == 3)" ( (binary_expression "DAT_00019272 == 3" identifier == number_literal) )) (goto_statement "goto LAB_00012338;" goto statement_identifier ;)) }) (else_clause "else if ((ushort)(DAT_00019272 - 0xb4) < 2) {\n bVar7 = uVar6 != 2;\n DAT_000190cc = 2;\n goto LAB_00012050;\n }" else (if_statement "if ((ushort)(DAT_00019272 - 0xb4) < 2) {\n bVar7 = uVar6 != 2;\n DAT_000190cc = 2;\n goto LAB_00012050;\n }" if (parenthesized_expression "((ushort)(DAT_00019272 - 0xb4) < 2)" ( (binary_expression "(ushort)(DAT_00019272 - 0xb4) < 2" (call_expression "(ushort)(DAT_00019272 - 0xb4)" (parenthesized_expression "(ushort)" ( identifier )) (argument_list "(DAT_00019272 - 0xb4)" ( (binary_expression "DAT_00019272 - 0xb4" identifier - number_literal) ))) < number_literal) )) (compound_statement "{\n bVar7 = uVar6 != 2;\n DAT_000190cc = 2;\n goto LAB_00012050;\n }" { (expression_statement "bVar7 = uVar6 != 2;" (assignment_expression "bVar7 = uVar6 != 2" identifier = (binary_expression "uVar6 != 2" identifier != number_literal)) ;) (expression_statement "DAT_000190cc = 2;" (assignment_expression "DAT_000190cc = 2" identifier = number_literal) ;) (goto_statement "goto LAB_00012050;" goto statement_identifier ;) })))) (expression_statement "DAT_000190cc = 3;" (assignment_expression "DAT_000190cc = 3" identifier = number_literal) ;) (labeled_statement "LAB_00012058:\n if ((DAT_000190c8 == 3) || (uVar6 == DAT_000190c8)) {\n if ((DAT_000190e4 != 0xffffffff) && (uVar5 != DAT_000190e4)) {\n uVar6 = uVar5;\n uVar2 = dcgettext(0,"%s: Unmatched e_machine: %d is not %d\n",5,pFVar11,uVar12,uVar5);\n goto LAB_0001223f;\n }\n uVar6 = (uint)DAT_00019270;\n if ((DAT_000190dc == 0xffffffff) || (uVar6 == DAT_000190dc)) {\n uVar6 = _DAT_00019244 >> 0x18;\n if ((DAT_000190d4 == 0xffffffff) || (uVar6 == DAT_000190d4)) {\n if (DAT_00019244 == '\x01') {\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_00019212,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_00019210,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_00019204 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_00019204);\n }\n __ptr = &DAT_00019200;\n sVar1 = 0x34;\n }\n else {\n if (DAT_00019244 != '\x02') {\n \n abort();\n }\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_000191d2,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_000191d0,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_000191c4 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_000191c4);\n }\n __ptr = &DAT_000191c0;\n sVar1 = 0x40;\n }\n sVar1 = fwrite(__ptr,sVar1,1,param_2);\n if (sVar1 == 1) {\n return 0;\n }\n piVar4 = __errno_location();\n pcVar10 = strerror(*piVar4);\n uVar2 = dcgettext(0,"%s: Failed to update ELF header: %s\n",5);\n goto LAB_00011c4e;\n }\n pcVar10 = "%s: Unmatched EI_OSABI: %d is not %d\n";\n uVar9 = DAT_000190d4;\n }\n else {\n pcVar10 = "%s: Unmatched e_type: %d is not %d\n";\n uVar9 = DAT_000190dc;\n }\n }\n else {\n pcVar10 = "%s: Unmatched output EI_CLASS: %d is not %d\n";\n uVar9 = DAT_000190c8;\n }" statement_identifier : (if_statement "if ((DAT_000190c8 == 3) || (uVar6 == DAT_000190c8)) {\n if ((DAT_000190e4 != 0xffffffff) && (uVar5 != DAT_000190e4)) {\n uVar6 = uVar5;\n uVar2 = dcgettext(0,"%s: Unmatched e_machine: %d is not %d\n",5,pFVar11,uVar12,uVar5);\n goto LAB_0001223f;\n }\n uVar6 = (uint)DAT_00019270;\n if ((DAT_000190dc == 0xffffffff) || (uVar6 == DAT_000190dc)) {\n uVar6 = _DAT_00019244 >> 0x18;\n if ((DAT_000190d4 == 0xffffffff) || (uVar6 == DAT_000190d4)) {\n if (DAT_00019244 == '\x01') {\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_00019212,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_00019210,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_00019204 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_00019204);\n }\n __ptr = &DAT_00019200;\n sVar1 = 0x34;\n }\n else {\n if (DAT_00019244 != '\x02') {\n \n abort();\n }\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_000191d2,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_000191d0,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_000191c4 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_000191c4);\n }\n __ptr = &DAT_000191c0;\n sVar1 = 0x40;\n }\n sVar1 = fwrite(__ptr,sVar1,1,param_2);\n if (sVar1 == 1) {\n return 0;\n }\n piVar4 = __errno_location();\n pcVar10 = strerror(*piVar4);\n uVar2 = dcgettext(0,"%s: Failed to update ELF header: %s\n",5);\n goto LAB_00011c4e;\n }\n pcVar10 = "%s: Unmatched EI_OSABI: %d is not %d\n";\n uVar9 = DAT_000190d4;\n }\n else {\n pcVar10 = "%s: Unmatched e_type: %d is not %d\n";\n uVar9 = DAT_000190dc;\n }\n }\n else {\n pcVar10 = "%s: Unmatched output EI_CLASS: %d is not %d\n";\n uVar9 = DAT_000190c8;\n }" if (parenthesized_expression "((DAT_000190c8 == 3) || (uVar6 == DAT_000190c8))" ( (binary_expression "(DAT_000190c8 == 3) || (uVar6 == DAT_000190c8)" (parenthesized_expression "(DAT_000190c8 == 3)" ( (binary_expression "DAT_000190c8 == 3" identifier == number_literal) )) || (parenthesized_expression "(uVar6 == DAT_000190c8)" ( (binary_expression "uVar6 == DAT_000190c8" identifier == identifier) ))) )) (compound_statement "{\n if ((DAT_000190e4 != 0xffffffff) && (uVar5 != DAT_000190e4)) {\n uVar6 = uVar5;\n uVar2 = dcgettext(0,"%s: Unmatched e_machine: %d is not %d\n",5,pFVar11,uVar12,uVar5);\n goto LAB_0001223f;\n }\n uVar6 = (uint)DAT_00019270;\n if ((DAT_000190dc == 0xffffffff) || (uVar6 == DAT_000190dc)) {\n uVar6 = _DAT_00019244 >> 0x18;\n if ((DAT_000190d4 == 0xffffffff) || (uVar6 == DAT_000190d4)) {\n if (DAT_00019244 == '\x01') {\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_00019212,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_00019210,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_00019204 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_00019204);\n }\n __ptr = &DAT_00019200;\n sVar1 = 0x34;\n }\n else {\n if (DAT_00019244 != '\x02') {\n \n abort();\n }\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_000191d2,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_000191d0,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_000191c4 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_000191c4);\n }\n __ptr = &DAT_000191c0;\n sVar1 = 0x40;\n }\n sVar1 = fwrite(__ptr,sVar1,1,param_2);\n if (sVar1 == 1) {\n return 0;\n }\n piVar4 = __errno_location();\n pcVar10 = strerror(*piVar4);\n uVar2 = dcgettext(0,"%s: Failed to update ELF header: %s\n",5);\n goto LAB_00011c4e;\n }\n pcVar10 = "%s: Unmatched EI_OSABI: %d is not %d\n";\n uVar9 = DAT_000190d4;\n }\n else {\n pcVar10 = "%s: Unmatched e_type: %d is not %d\n";\n uVar9 = DAT_000190dc;\n }\n }" { (if_statement "if ((DAT_000190e4 != 0xffffffff) && (uVar5 != DAT_000190e4)) {\n uVar6 = uVar5;\n uVar2 = dcgettext(0,"%s: Unmatched e_machine: %d is not %d\n",5,pFVar11,uVar12,uVar5);\n goto LAB_0001223f;\n }" if (parenthesized_expression "((DAT_000190e4 != 0xffffffff) && (uVar5 != DAT_000190e4))" ( (binary_expression "(DAT_000190e4 != 0xffffffff) && (uVar5 != DAT_000190e4)" (parenthesized_expression "(DAT_000190e4 != 0xffffffff)" ( (binary_expression "DAT_000190e4 != 0xffffffff" identifier != number_literal) )) && (parenthesized_expression "(uVar5 != DAT_000190e4)" ( (binary_expression "uVar5 != DAT_000190e4" identifier != identifier) ))) )) (compound_statement "{\n uVar6 = uVar5;\n uVar2 = dcgettext(0,"%s: Unmatched e_machine: %d is not %d\n",5,pFVar11,uVar12,uVar5);\n goto LAB_0001223f;\n }" { (expression_statement "uVar6 = uVar5;" (assignment_expression "uVar6 = uVar5" identifier = identifier) ;) (expression_statement "uVar2 = dcgettext(0,"%s: Unmatched e_machine: %d is not %d\n",5,pFVar11,uVar12,uVar5);" (assignment_expression "uVar2 = dcgettext(0,"%s: Unmatched e_machine: %d is not %d\n",5,pFVar11,uVar12,uVar5)" identifier = (call_expression "dcgettext(0,"%s: Unmatched e_machine: %d is not %d\n",5,pFVar11,uVar12,uVar5)" identifier (argument_list "(0,"%s: Unmatched e_machine: %d is not %d\n",5,pFVar11,uVar12,uVar5)" ( number_literal , (string_literal ""%s: Unmatched e_machine: %d is not %d\n"" " string_content escape_sequence ") , number_literal , identifier , identifier , identifier )))) ;) (goto_statement "goto LAB_0001223f;" goto statement_identifier ;) })) (expression_statement "uVar6 = (uint)DAT_00019270;" (assignment_expression "uVar6 = (uint)DAT_00019270" identifier = (cast_expression "(uint)DAT_00019270" ( (type_descriptor "uint" type_identifier) ) identifier)) ;) (if_statement "if ((DAT_000190dc == 0xffffffff) || (uVar6 == DAT_000190dc)) {\n uVar6 = _DAT_00019244 >> 0x18;\n if ((DAT_000190d4 == 0xffffffff) || (uVar6 == DAT_000190d4)) {\n if (DAT_00019244 == '\x01') {\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_00019212,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_00019210,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_00019204 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_00019204);\n }\n __ptr = &DAT_00019200;\n sVar1 = 0x34;\n }\n else {\n if (DAT_00019244 != '\x02') {\n \n abort();\n }\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_000191d2,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_000191d0,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_000191c4 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_000191c4);\n }\n __ptr = &DAT_000191c0;\n sVar1 = 0x40;\n }\n sVar1 = fwrite(__ptr,sVar1,1,param_2);\n if (sVar1 == 1) {\n return 0;\n }\n piVar4 = __errno_location();\n pcVar10 = strerror(*piVar4);\n uVar2 = dcgettext(0,"%s: Failed to update ELF header: %s\n",5);\n goto LAB_00011c4e;\n }\n pcVar10 = "%s: Unmatched EI_OSABI: %d is not %d\n";\n uVar9 = DAT_000190d4;\n }\n else {\n pcVar10 = "%s: Unmatched e_type: %d is not %d\n";\n uVar9 = DAT_000190dc;\n }" if (parenthesized_expression "((DAT_000190dc == 0xffffffff) || (uVar6 == DAT_000190dc))" ( (binary_expression "(DAT_000190dc == 0xffffffff) || (uVar6 == DAT_000190dc)" (parenthesized_expression "(DAT_000190dc == 0xffffffff)" ( (binary_expression "DAT_000190dc == 0xffffffff" identifier == number_literal) )) || (parenthesized_expression "(uVar6 == DAT_000190dc)" ( (binary_expression "uVar6 == DAT_000190dc" identifier == identifier) ))) )) (compound_statement "{\n uVar6 = _DAT_00019244 >> 0x18;\n if ((DAT_000190d4 == 0xffffffff) || (uVar6 == DAT_000190d4)) {\n if (DAT_00019244 == '\x01') {\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_00019212,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_00019210,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_00019204 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_00019204);\n }\n __ptr = &DAT_00019200;\n sVar1 = 0x34;\n }\n else {\n if (DAT_00019244 != '\x02') {\n \n abort();\n }\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_000191d2,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_000191d0,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_000191c4 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_000191c4);\n }\n __ptr = &DAT_000191c0;\n sVar1 = 0x40;\n }\n sVar1 = fwrite(__ptr,sVar1,1,param_2);\n if (sVar1 == 1) {\n return 0;\n }\n piVar4 = __errno_location();\n pcVar10 = strerror(*piVar4);\n uVar2 = dcgettext(0,"%s: Failed to update ELF header: %s\n",5);\n goto LAB_00011c4e;\n }\n pcVar10 = "%s: Unmatched EI_OSABI: %d is not %d\n";\n uVar9 = DAT_000190d4;\n }" { (expression_statement "uVar6 = _DAT_00019244 >> 0x18;" (assignment_expression "uVar6 = _DAT_00019244 >> 0x18" identifier = (binary_expression "_DAT_00019244 >> 0x18" identifier >> number_literal)) ;) (if_statement "if ((DAT_000190d4 == 0xffffffff) || (uVar6 == DAT_000190d4)) {\n if (DAT_00019244 == '\x01') {\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_00019212,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_00019210,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_00019204 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_00019204);\n }\n __ptr = &DAT_00019200;\n sVar1 = 0x34;\n }\n else {\n if (DAT_00019244 != '\x02') {\n \n abort();\n }\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_000191d2,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_000191d0,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_000191c4 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_000191c4);\n }\n __ptr = &DAT_000191c0;\n sVar1 = 0x40;\n }\n sVar1 = fwrite(__ptr,sVar1,1,param_2);\n if (sVar1 == 1) {\n return 0;\n }\n piVar4 = __errno_location();\n pcVar10 = strerror(*piVar4);\n uVar2 = dcgettext(0,"%s: Failed to update ELF header: %s\n",5);\n goto LAB_00011c4e;\n }" if (parenthesized_expression "((DAT_000190d4 == 0xffffffff) || (uVar6 == DAT_000190d4))" ( (binary_expression "(DAT_000190d4 == 0xffffffff) || (uVar6 == DAT_000190d4)" (parenthesized_expression "(DAT_000190d4 == 0xffffffff)" ( (binary_expression "DAT_000190d4 == 0xffffffff" identifier == number_literal) )) || (parenthesized_expression "(uVar6 == DAT_000190d4)" ( (binary_expression "uVar6 == DAT_000190d4" identifier == identifier) ))) )) (compound_statement "{\n if (DAT_00019244 == '\x01') {\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_00019212,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_00019210,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_00019204 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_00019204);\n }\n __ptr = &DAT_00019200;\n sVar1 = 0x34;\n }\n else {\n if (DAT_00019244 != '\x02') {\n \n abort();\n }\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_000191d2,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_000191d0,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_000191c4 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_000191c4);\n }\n __ptr = &DAT_000191c0;\n sVar1 = 0x40;\n }\n sVar1 = fwrite(__ptr,sVar1,1,param_2);\n if (sVar1 == 1) {\n return 0;\n }\n piVar4 = __errno_location();\n pcVar10 = strerror(*piVar4);\n uVar2 = dcgettext(0,"%s: Failed to update ELF header: %s\n",5);\n goto LAB_00011c4e;\n }" { (if_statement "if (DAT_00019244 == '\x01') {\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_00019212,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_00019210,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_00019204 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_00019204);\n }\n __ptr = &DAT_00019200;\n sVar1 = 0x34;\n }\n else {\n if (DAT_00019244 != '\x02') {\n \n abort();\n }\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_000191d2,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_000191d0,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_000191c4 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_000191c4);\n }\n __ptr = &DAT_000191c0;\n sVar1 = 0x40;\n }" if (parenthesized_expression "(DAT_00019244 == '\x01')" ( (binary_expression "DAT_00019244 == '\x01'" identifier == (char_literal "'\x01'" ' escape_sequence ')) )) (compound_statement "{\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_00019212,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_00019210,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_00019204 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_00019204);\n }\n __ptr = &DAT_00019200;\n sVar1 = 0x34;\n }" { (if_statement "if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_00019212,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }" if (parenthesized_expression "(DAT_000190e0 != 0xffffffff)" ( (binary_expression "DAT_000190e0 != 0xffffffff" identifier != number_literal) )) (compound_statement "{\n (*DAT_00019298)(&DAT_00019212,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }" { (expression_statement "(*DAT_00019298)(&DAT_00019212,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);" (call_expression "(*DAT_00019298)(&DAT_00019212,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2)" (parenthesized_expression "(*DAT_00019298)" ( (pointer_expression "*DAT_00019298" * identifier) )) (argument_list "(&DAT_00019212,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2)" ( (pointer_expression "&DAT_00019212" & identifier) , identifier , (binary_expression "(int)DAT_000190e0 >> 0x1f" (cast_expression "(int)DAT_000190e0" ( (type_descriptor "int" primitive_type) ) identifier) >> number_literal) , number_literal ))) ;) })) (if_statement "if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_00019210,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }" if (parenthesized_expression "(DAT_000190d8 != -1)" ( (binary_expression "DAT_000190d8 != -1" identifier != number_literal) )) (compound_statement "{\n (*DAT_00019298)(&DAT_00019210,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }" { (expression_statement "(*DAT_00019298)(&DAT_00019210,DAT_000190d8,DAT_000190d8 >> 0x1f,2);" (call_expression "(*DAT_00019298)(&DAT_00019210,DAT_000190d8,DAT_000190d8 >> 0x1f,2)" (parenthesized_expression "(*DAT_00019298)" ( (pointer_expression "*DAT_00019298" * identifier) )) (argument_list "(&DAT_00019210,DAT_000190d8,DAT_000190d8 >> 0x1f,2)" ( (pointer_expression "&DAT_00019210" & identifier) , identifier , (binary_expression "DAT_000190d8 >> 0x1f" identifier >> number_literal) , number_literal ))) ;) })) (if_statement "if (DAT_000190d0 != -1) {\n DAT_00019204 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_00019204);\n }" if (parenthesized_expression "(DAT_000190d0 != -1)" ( (binary_expression "DAT_000190d0 != -1" identifier != number_literal) )) (compound_statement "{\n DAT_00019204 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_00019204);\n }" { (expression_statement "DAT_00019204 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_00019204);" (assignment_expression "DAT_00019204 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_00019204)" identifier = (call_expression "CONCAT13((char)DAT_000190d0,(undefined3)DAT_00019204)" identifier (argument_list "((char)DAT_000190d0,(undefined3)DAT_00019204)" ( (cast_expression "(char)DAT_000190d0" ( (type_descriptor "char" primitive_type) ) identifier) , (cast_expression "(undefined3)DAT_00019204" ( (type_descriptor "undefined3" type_identifier) ) identifier) )))) ;) })) (expression_statement "__ptr = &DAT_00019200;" (assignment_expression "__ptr = &DAT_00019200" identifier = (pointer_expression "&DAT_00019200" & identifier)) ;) (expression_statement "sVar1 = 0x34;" (assignment_expression "sVar1 = 0x34" identifier = number_literal) ;) }) (else_clause "else {\n if (DAT_00019244 != '\x02') {\n \n abort();\n }\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_000191d2,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_000191d0,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_000191c4 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_000191c4);\n }\n __ptr = &DAT_000191c0;\n sVar1 = 0x40;\n }" else (compound_statement "{\n if (DAT_00019244 != '\x02') {\n \n abort();\n }\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_000191d2,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_000191d0,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_000191c4 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_000191c4);\n }\n __ptr = &DAT_000191c0;\n sVar1 = 0x40;\n }" { (if_statement "if (DAT_00019244 != '\x02') {\n \n abort();\n }" if (parenthesized_expression "(DAT_00019244 != '\x02')" ( (binary_expression "DAT_00019244 != '\x02'" identifier != (char_literal "'\x02'" ' escape_sequence ')) )) (compound_statement "{\n \n abort();\n }" { (expression_statement "abort();" (call_expression "abort()" identifier (argument_list "()" ( ))) ;) })) (if_statement "if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_000191d2,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }" if (parenthesized_expression "(DAT_000190e0 != 0xffffffff)" ( (binary_expression "DAT_000190e0 != 0xffffffff" identifier != number_literal) )) (compound_statement "{\n (*DAT_00019298)(&DAT_000191d2,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }" { (expression_statement "(*DAT_00019298)(&DAT_000191d2,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);" (call_expression "(*DAT_00019298)(&DAT_000191d2,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2)" (parenthesized_expression "(*DAT_00019298)" ( (pointer_expression "*DAT_00019298" * identifier) )) (argument_list "(&DAT_000191d2,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2)" ( (pointer_expression "&DAT_000191d2" & identifier) , identifier , (binary_expression "(int)DAT_000190e0 >> 0x1f" (cast_expression "(int)DAT_000190e0" ( (type_descriptor "int" primitive_type) ) identifier) >> number_literal) , number_literal ))) ;) })) (if_statement "if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_000191d0,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }" if (parenthesized_expression "(DAT_000190d8 != -1)" ( (binary_expression "DAT_000190d8 != -1" identifier != number_literal) )) (compound_statement "{\n (*DAT_00019298)(&DAT_000191d0,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }" { (expression_statement "(*DAT_00019298)(&DAT_000191d0,DAT_000190d8,DAT_000190d8 >> 0x1f,2);" (call_expression "(*DAT_00019298)(&DAT_000191d0,DAT_000190d8,DAT_000190d8 >> 0x1f,2)" (parenthesized_expression "(*DAT_00019298)" ( (pointer_expression "*DAT_00019298" * identifier) )) (argument_list "(&DAT_000191d0,DAT_000190d8,DAT_000190d8 >> 0x1f,2)" ( (pointer_expression "&DAT_000191d0" & identifier) , identifier , (binary_expression "DAT_000190d8 >> 0x1f" identifier >> number_literal) , number_literal ))) ;) })) (if_statement "if (DAT_000190d0 != -1) {\n DAT_000191c4 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_000191c4);\n }" if (parenthesized_expression "(DAT_000190d0 != -1)" ( (binary_expression "DAT_000190d0 != -1" identifier != number_literal) )) (compound_statement "{\n DAT_000191c4 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_000191c4);\n }" { (expression_statement "DAT_000191c4 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_000191c4);" (assignment_expression "DAT_000191c4 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_000191c4)" identifier = (call_expression "CONCAT13((char)DAT_000190d0,(undefined3)DAT_000191c4)" identifier (argument_list "((char)DAT_000190d0,(undefined3)DAT_000191c4)" ( (cast_expression "(char)DAT_000190d0" ( (type_descriptor "char" primitive_type) ) identifier) , (cast_expression "(undefined3)DAT_000191c4" ( (type_descriptor "undefined3" type_identifier) ) identifier) )))) ;) })) (expression_statement "__ptr = &DAT_000191c0;" (assignment_expression "__ptr = &DAT_000191c0" identifier = (pointer_expression "&DAT_000191c0" & identifier)) ;) (expression_statement "sVar1 = 0x40;" (assignment_expression "sVar1 = 0x40" identifier = number_literal) ;) }))) (expression_statement "sVar1 = fwrite(__ptr,sVar1,1,param_2);" (assignment_expression "sVar1 = fwrite(__ptr,sVar1,1,param_2)" identifier = (call_expression "fwrite(__ptr,sVar1,1,param_2)" identifier (argument_list "(__ptr,sVar1,1,param_2)" ( identifier , identifier , number_literal , identifier )))) ;) (if_statement "if (sVar1 == 1) {\n return 0;\n }" if (parenthesized_expression "(sVar1 == 1)" ( (binary_expression "sVar1 == 1" identifier == number_literal) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) (expression_statement "piVar4 = __errno_location();" (assignment_expression "piVar4 = __errno_location()" identifier = (call_expression "__errno_location()" identifier (argument_list "()" ( )))) ;) (expression_statement "pcVar10 = strerror(*piVar4);" (assignment_expression "pcVar10 = strerror(*piVar4)" identifier = (call_expression "strerror(*piVar4)" identifier (argument_list "(*piVar4)" ( (pointer_expression "*piVar4" * identifier) )))) ;) (expression_statement "uVar2 = dcgettext(0,"%s: Failed to update ELF header: %s\n",5);" (assignment_expression "uVar2 = dcgettext(0,"%s: Failed to update ELF header: %s\n",5)" identifier = (call_expression "dcgettext(0,"%s: Failed to update ELF header: %s\n",5)" identifier (argument_list "(0,"%s: Failed to update ELF header: %s\n",5)" ( number_literal , (string_literal ""%s: Failed to update ELF header: %s\n"" " string_content escape_sequence ") , number_literal )))) ;) (goto_statement "goto LAB_00011c4e;" goto statement_identifier ;) })) (expression_statement "pcVar10 = "%s: Unmatched EI_OSABI: %d is not %d\n";" (assignment_expression "pcVar10 = "%s: Unmatched EI_OSABI: %d is not %d\n"" identifier = (string_literal ""%s: Unmatched EI_OSABI: %d is not %d\n"" " string_content escape_sequence ")) ;) (expression_statement "uVar9 = DAT_000190d4;" (assignment_expression "uVar9 = DAT_000190d4" identifier = identifier) ;) }) (else_clause "else {\n pcVar10 = "%s: Unmatched e_type: %d is not %d\n";\n uVar9 = DAT_000190dc;\n }" else (compound_statement "{\n pcVar10 = "%s: Unmatched e_type: %d is not %d\n";\n uVar9 = DAT_000190dc;\n }" { (expression_statement "pcVar10 = "%s: Unmatched e_type: %d is not %d\n";" (assignment_expression "pcVar10 = "%s: Unmatched e_type: %d is not %d\n"" identifier = (string_literal ""%s: Unmatched e_type: %d is not %d\n"" " string_content escape_sequence ")) ;) (expression_statement "uVar9 = DAT_000190dc;" (assignment_expression "uVar9 = DAT_000190dc" identifier = identifier) ;) }))) }) (else_clause "else {\n pcVar10 = "%s: Unmatched output EI_CLASS: %d is not %d\n";\n uVar9 = DAT_000190c8;\n }" else (compound_statement "{\n pcVar10 = "%s: Unmatched output EI_CLASS: %d is not %d\n";\n uVar9 = DAT_000190c8;\n }" { (expression_statement "pcVar10 = "%s: Unmatched output EI_CLASS: %d is not %d\n";" (assignment_expression "pcVar10 = "%s: Unmatched output EI_CLASS: %d is not %d\n"" identifier = (string_literal ""%s: Unmatched output EI_CLASS: %d is not %d\n"" " string_content escape_sequence ")) ;) (expression_statement "uVar9 = DAT_000190c8;" (assignment_expression "uVar9 = DAT_000190c8" identifier = identifier) ;) })))) }) (else_clause "else {\n bVar7 = DAT_000190cc != 3 && uVar6 != DAT_000190cc;\nLAB_00012050:\n if (!bVar7) goto LAB_00012058;\n pcVar10 = "%s: Unmatched input EI_CLASS: %d is not %d\n";\n uVar9 = DAT_000190cc;\n }" else (compound_statement "{\n bVar7 = DAT_000190cc != 3 && uVar6 != DAT_000190cc;\nLAB_00012050:\n if (!bVar7) goto LAB_00012058;\n pcVar10 = "%s: Unmatched input EI_CLASS: %d is not %d\n";\n uVar9 = DAT_000190cc;\n }" { (expression_statement "bVar7 = DAT_000190cc != 3 && uVar6 != DAT_000190cc;" (assignment_expression "bVar7 = DAT_000190cc != 3 && uVar6 != DAT_000190cc" identifier = (binary_expression "DAT_000190cc != 3 && uVar6 != DAT_000190cc" (binary_expression "DAT_000190cc != 3" identifier != number_literal) && (binary_expression "uVar6 != DAT_000190cc" identifier != identifier))) ;) (labeled_statement "LAB_00012050:\n if (!bVar7) goto LAB_00012058;" statement_identifier : (if_statement "if (!bVar7) goto LAB_00012058;" if (parenthesized_expression "(!bVar7)" ( (unary_expression "!bVar7" ! identifier) )) (goto_statement "goto LAB_00012058;" goto statement_identifier ;))) (expression_statement "pcVar10 = "%s: Unmatched input EI_CLASS: %d is not %d\n";" (assignment_expression "pcVar10 = "%s: Unmatched input EI_CLASS: %d is not %d\n"" identifier = (string_literal ""%s: Unmatched input EI_CLASS: %d is not %d\n"" " string_content escape_sequence ")) ;) (expression_statement "uVar9 = DAT_000190cc;" (assignment_expression "uVar9 = DAT_000190cc" identifier = identifier) ;) }))) (expression_statement "uVar2 = dcgettext(0,pcVar10,5);" (assignment_expression "uVar2 = dcgettext(0,pcVar10,5)" identifier = (call_expression "dcgettext(0,pcVar10,5)" identifier (argument_list "(0,pcVar10,5)" ( number_literal , identifier , number_literal )))) ;) (labeled_statement "LAB_0001223f:\n error(uVar2,uVar12,uVar6,uVar9);" statement_identifier : (expression_statement "error(uVar2,uVar12,uVar6,uVar9);" (call_expression "error(uVar2,uVar12,uVar6,uVar9)" identifier (argument_list "(uVar2,uVar12,uVar6,uVar9)" ( identifier , identifier , identifier , identifier ))) ;)) (return_statement "return 1;" return number_literal ;) })) (expression_statement "DAT_00019294 = FUN_00012e50;" (assignment_expression "DAT_00019294 = FUN_00012e50" identifier = identifier) ;) (expression_statement "DAT_00019298 = FUN_00012d40;" (assignment_expression "DAT_00019298 = FUN_00012d40" identifier = identifier) ;) (if_statement "if (DAT_00019244 == '\x01') goto LAB_00011d08;" if (parenthesized_expression "(DAT_00019244 == '\x01')" ( (binary_expression "DAT_00019244 == '\x01'" identifier == (char_literal "'\x01'" ' escape_sequence ')) )) (goto_statement "goto LAB_00011d08;" goto statement_identifier ;)) (labeled_statement "LAB_00011ca7:\n uVar9 = _DAT_00019244 & 0xff;" statement_identifier : (expression_statement "uVar9 = _DAT_00019244 & 0xff;" (assignment_expression "uVar9 = _DAT_00019244 & 0xff" identifier = (binary_expression "_DAT_00019244 & 0xff" identifier & number_literal)) ;)) (if_statement "if (DAT_00019244 == '\x02') {\n puVar13 = &DAT_000191d0;\n sVar1 = fread(&DAT_000191d0,0x30,1,param_2);\n if (sVar1 == 1) {\n DAT_00019270 = (*DAT_00019294)(puVar13,2);\n DAT_00019272 = (*DAT_00019294)(&DAT_000191d2,2);\n DAT_00019268 = (*DAT_00019294)(&DAT_000191d4,4);\n uVar8 = (*DAT_00019294)(&DAT_000191d8,8);\n DAT_00019254 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019250 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_000191e0,8);\n DAT_0001925c = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019258 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_000191e8,8);\n DAT_00019264 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019260 = (undefined4)uVar8;\n DAT_0001926c = (*DAT_00019294)(&DAT_000191f0,4);\n DAT_00019274 = (*DAT_00019294)(&DAT_000191f4,2);\n DAT_00019278 = (*DAT_00019294)(&DAT_000191f6,2);\n DAT_0001927c = (*DAT_00019294)(&DAT_000191f8,2);\n DAT_00019280 = (*DAT_00019294)(&DAT_000191fa,2);\n DAT_00019284 = (*DAT_00019294)(&DAT_000191fc,2);\n DAT_00019288 = (*DAT_00019294)(&DAT_000191fe,2);\n DAT_000191c0 = DAT_00019240;\n DAT_000191c4 = _DAT_00019244;\n DAT_000191c8 = DAT_00019248;\n DAT_000191cc = DAT_0001924c;\n goto LAB_00011fce;\n }\n }\n else {\n uVar2 = dcgettext(0,"Unsupported EI_CLASS: %d\n",5);\n error(uVar2,uVar9 & 0xff);\n }" if (parenthesized_expression "(DAT_00019244 == '\x02')" ( (binary_expression "DAT_00019244 == '\x02'" identifier == (char_literal "'\x02'" ' escape_sequence ')) )) (compound_statement "{\n puVar13 = &DAT_000191d0;\n sVar1 = fread(&DAT_000191d0,0x30,1,param_2);\n if (sVar1 == 1) {\n DAT_00019270 = (*DAT_00019294)(puVar13,2);\n DAT_00019272 = (*DAT_00019294)(&DAT_000191d2,2);\n DAT_00019268 = (*DAT_00019294)(&DAT_000191d4,4);\n uVar8 = (*DAT_00019294)(&DAT_000191d8,8);\n DAT_00019254 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019250 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_000191e0,8);\n DAT_0001925c = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019258 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_000191e8,8);\n DAT_00019264 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019260 = (undefined4)uVar8;\n DAT_0001926c = (*DAT_00019294)(&DAT_000191f0,4);\n DAT_00019274 = (*DAT_00019294)(&DAT_000191f4,2);\n DAT_00019278 = (*DAT_00019294)(&DAT_000191f6,2);\n DAT_0001927c = (*DAT_00019294)(&DAT_000191f8,2);\n DAT_00019280 = (*DAT_00019294)(&DAT_000191fa,2);\n DAT_00019284 = (*DAT_00019294)(&DAT_000191fc,2);\n DAT_00019288 = (*DAT_00019294)(&DAT_000191fe,2);\n DAT_000191c0 = DAT_00019240;\n DAT_000191c4 = _DAT_00019244;\n DAT_000191c8 = DAT_00019248;\n DAT_000191cc = DAT_0001924c;\n goto LAB_00011fce;\n }\n }" { (expression_statement "puVar13 = &DAT_000191d0;" (assignment_expression "puVar13 = &DAT_000191d0" identifier = (pointer_expression "&DAT_000191d0" & identifier)) ;) (expression_statement "sVar1 = fread(&DAT_000191d0,0x30,1,param_2);" (assignment_expression "sVar1 = fread(&DAT_000191d0,0x30,1,param_2)" identifier = (call_expression "fread(&DAT_000191d0,0x30,1,param_2)" identifier (argument_list "(&DAT_000191d0,0x30,1,param_2)" ( (pointer_expression "&DAT_000191d0" & identifier) , number_literal , number_literal , identifier )))) ;) (if_statement "if (sVar1 == 1) {\n DAT_00019270 = (*DAT_00019294)(puVar13,2);\n DAT_00019272 = (*DAT_00019294)(&DAT_000191d2,2);\n DAT_00019268 = (*DAT_00019294)(&DAT_000191d4,4);\n uVar8 = (*DAT_00019294)(&DAT_000191d8,8);\n DAT_00019254 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019250 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_000191e0,8);\n DAT_0001925c = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019258 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_000191e8,8);\n DAT_00019264 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019260 = (undefined4)uVar8;\n DAT_0001926c = (*DAT_00019294)(&DAT_000191f0,4);\n DAT_00019274 = (*DAT_00019294)(&DAT_000191f4,2);\n DAT_00019278 = (*DAT_00019294)(&DAT_000191f6,2);\n DAT_0001927c = (*DAT_00019294)(&DAT_000191f8,2);\n DAT_00019280 = (*DAT_00019294)(&DAT_000191fa,2);\n DAT_00019284 = (*DAT_00019294)(&DAT_000191fc,2);\n DAT_00019288 = (*DAT_00019294)(&DAT_000191fe,2);\n DAT_000191c0 = DAT_00019240;\n DAT_000191c4 = _DAT_00019244;\n DAT_000191c8 = DAT_00019248;\n DAT_000191cc = DAT_0001924c;\n goto LAB_00011fce;\n }" if (parenthesized_expression "(sVar1 == 1)" ( (binary_expression "sVar1 == 1" identifier == number_literal) )) (compound_statement "{\n DAT_00019270 = (*DAT_00019294)(puVar13,2);\n DAT_00019272 = (*DAT_00019294)(&DAT_000191d2,2);\n DAT_00019268 = (*DAT_00019294)(&DAT_000191d4,4);\n uVar8 = (*DAT_00019294)(&DAT_000191d8,8);\n DAT_00019254 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019250 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_000191e0,8);\n DAT_0001925c = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019258 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_000191e8,8);\n DAT_00019264 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019260 = (undefined4)uVar8;\n DAT_0001926c = (*DAT_00019294)(&DAT_000191f0,4);\n DAT_00019274 = (*DAT_00019294)(&DAT_000191f4,2);\n DAT_00019278 = (*DAT_00019294)(&DAT_000191f6,2);\n DAT_0001927c = (*DAT_00019294)(&DAT_000191f8,2);\n DAT_00019280 = (*DAT_00019294)(&DAT_000191fa,2);\n DAT_00019284 = (*DAT_00019294)(&DAT_000191fc,2);\n DAT_00019288 = (*DAT_00019294)(&DAT_000191fe,2);\n DAT_000191c0 = DAT_00019240;\n DAT_000191c4 = _DAT_00019244;\n DAT_000191c8 = DAT_00019248;\n DAT_000191cc = DAT_0001924c;\n goto LAB_00011fce;\n }" { (expression_statement "DAT_00019270 = (*DAT_00019294)(puVar13,2);" (assignment_expression "DAT_00019270 = (*DAT_00019294)(puVar13,2)" identifier = (call_expression "(*DAT_00019294)(puVar13,2)" (parenthesized_expression "(*DAT_00019294)" ( (pointer_expression "*DAT_00019294" * identifier) )) (argument_list "(puVar13,2)" ( identifier , number_literal )))) ;) (expression_statement "DAT_00019272 = (*DAT_00019294)(&DAT_000191d2,2);" (assignment_expression "DAT_00019272 = (*DAT_00019294)(&DAT_000191d2,2)" identifier = (call_expression "(*DAT_00019294)(&DAT_000191d2,2)" (parenthesized_expression "(*DAT_00019294)" ( (pointer_expression "*DAT_00019294" * identifier) )) (argument_list "(&DAT_000191d2,2)" ( (pointer_expression "&DAT_000191d2" & identifier) , number_literal )))) ;) (expression_statement "DAT_00019268 = (*DAT_00019294)(&DAT_000191d4,4);" (assignment_expression "DAT_00019268 = (*DAT_00019294)(&DAT_000191d4,4)" identifier = (call_expression "(*DAT_00019294)(&DAT_000191d4,4)" (parenthesized_expression "(*DAT_00019294)" ( (pointer_expression "*DAT_00019294" * identifier) )) (argument_list "(&DAT_000191d4,4)" ( (pointer_expression "&DAT_000191d4" & identifier) , number_literal )))) ;) (expression_statement "uVar8 = (*DAT_00019294)(&DAT_000191d8,8);" (assignment_expression "uVar8 = (*DAT_00019294)(&DAT_000191d8,8)" identifier = (call_expression "(*DAT_00019294)(&DAT_000191d8,8)" (parenthesized_expression "(*DAT_00019294)" ( (pointer_expression "*DAT_00019294" * identifier) )) (argument_list "(&DAT_000191d8,8)" ( (pointer_expression "&DAT_000191d8" & identifier) , number_literal )))) ;) (expression_statement "DAT_00019254 = (undefined4)((ulonglong)uVar8 >> 0x20);" (assignment_expression "DAT_00019254 = (undefined4)((ulonglong)uVar8 >> 0x20)" identifier = (call_expression "(undefined4)((ulonglong)uVar8 >> 0x20)" (parenthesized_expression "(undefined4)" ( identifier )) (argument_list "((ulonglong)uVar8 >> 0x20)" ( (binary_expression "(ulonglong)uVar8 >> 0x20" (cast_expression "(ulonglong)uVar8" ( (type_descriptor "ulonglong" type_identifier) ) identifier) >> number_literal) )))) ;) (expression_statement "DAT_00019250 = (undefined4)uVar8;" (assignment_expression "DAT_00019250 = (undefined4)uVar8" identifier = (cast_expression "(undefined4)uVar8" ( (type_descriptor "undefined4" type_identifier) ) identifier)) ;) (expression_statement "uVar8 = (*DAT_00019294)(&DAT_000191e0,8);" (assignment_expression "uVar8 = (*DAT_00019294)(&DAT_000191e0,8)" identifier = (call_expression "(*DAT_00019294)(&DAT_000191e0,8)" (parenthesized_expression "(*DAT_00019294)" ( (pointer_expression "*DAT_00019294" * identifier) )) (argument_list "(&DAT_000191e0,8)" ( (pointer_expression "&DAT_000191e0" & identifier) , number_literal )))) ;) (expression_statement "DAT_0001925c = (undefined4)((ulonglong)uVar8 >> 0x20);" (assignment_expression "DAT_0001925c = (undefined4)((ulonglong)uVar8 >> 0x20)" identifier = (call_expression "(undefined4)((ulonglong)uVar8 >> 0x20)" (parenthesized_expression "(undefined4)" ( identifier )) (argument_list "((ulonglong)uVar8 >> 0x20)" ( (binary_expression "(ulonglong)uVar8 >> 0x20" (cast_expression "(ulonglong)uVar8" ( (type_descriptor "ulonglong" type_identifier) ) identifier) >> number_literal) )))) ;) (expression_statement "DAT_00019258 = (undefined4)uVar8;" (assignment_expression "DAT_00019258 = (undefined4)uVar8" identifier = (cast_expression "(undefined4)uVar8" ( (type_descriptor "undefined4" type_identifier) ) identifier)) ;) (expression_statement "uVar8 = (*DAT_00019294)(&DAT_000191e8,8);" (assignment_expression "uVar8 = (*DAT_00019294)(&DAT_000191e8,8)" identifier = (call_expression "(*DAT_00019294)(&DAT_000191e8,8)" (parenthesized_expression "(*DAT_00019294)" ( (pointer_expression "*DAT_00019294" * identifier) )) (argument_list "(&DAT_000191e8,8)" ( (pointer_expression "&DAT_000191e8" & identifier) , number_literal )))) ;) (expression_statement "DAT_00019264 = (undefined4)((ulonglong)uVar8 >> 0x20);" (assignment_expression "DAT_00019264 = (undefined4)((ulonglong)uVar8 >> 0x20)" identifier = (call_expression "(undefined4)((ulonglong)uVar8 >> 0x20)" (parenthesized_expression "(undefined4)" ( identifier )) (argument_list "((ulonglong)uVar8 >> 0x20)" ( (binary_expression "(ulonglong)uVar8 >> 0x20" (cast_expression "(ulonglong)uVar8" ( (type_descriptor "ulonglong" type_identifier) ) identifier) >> number_literal) )))) ;) (expression_statement "DAT_00019260 = (undefined4)uVar8;" (assignment_expression "DAT_00019260 = (undefined4)uVar8" identifier = (cast_expression "(undefined4)uVar8" ( (type_descriptor "undefined4" type_identifier) ) identifier)) ;) (expression_statement "DAT_0001926c = (*DAT_00019294)(&DAT_000191f0,4);" (assignment_expression "DAT_0001926c = (*DAT_00019294)(&DAT_000191f0,4)" identifier = (call_expression "(*DAT_00019294)(&DAT_000191f0,4)" (parenthesized_expression "(*DAT_00019294)" ( (pointer_expression "*DAT_00019294" * identifier) )) (argument_list "(&DAT_000191f0,4)" ( (pointer_expression "&DAT_000191f0" & identifier) , number_literal )))) ;) (expression_statement "DAT_00019274 = (*DAT_00019294)(&DAT_000191f4,2);" (assignment_expression "DAT_00019274 = (*DAT_00019294)(&DAT_000191f4,2)" identifier = (call_expression "(*DAT_00019294)(&DAT_000191f4,2)" (parenthesized_expression "(*DAT_00019294)" ( (pointer_expression "*DAT_00019294" * identifier) )) (argument_list "(&DAT_000191f4,2)" ( (pointer_expression "&DAT_000191f4" & identifier) , number_literal )))) ;) (expression_statement "DAT_00019278 = (*DAT_00019294)(&DAT_000191f6,2);" (assignment_expression "DAT_00019278 = (*DAT_00019294)(&DAT_000191f6,2)" identifier = (call_expression "(*DAT_00019294)(&DAT_000191f6,2)" (parenthesized_expression "(*DAT_00019294)" ( (pointer_expression "*DAT_00019294" * identifier) )) (argument_list "(&DAT_000191f6,2)" ( (pointer_expression "&DAT_000191f6" & identifier) , number_literal )))) ;) (expression_statement "DAT_0001927c = (*DAT_00019294)(&DAT_000191f8,2);" (assignment_expression "DAT_0001927c = (*DAT_00019294)(&DAT_000191f8,2)" identifier = (call_expression "(*DAT_00019294)(&DAT_000191f8,2)" (parenthesized_expression "(*DAT_00019294)" ( (pointer_expression "*DAT_00019294" * identifier) )) (argument_list "(&DAT_000191f8,2)" ( (pointer_expression "&DAT_000191f8" & identifier) , number_literal )))) ;) (expression_statement "DAT_00019280 = (*DAT_00019294)(&DAT_000191fa,2);" (assignment_expression "DAT_00019280 = (*DAT_00019294)(&DAT_000191fa,2)" identifier = (call_expression "(*DAT_00019294)(&DAT_000191fa,2)" (parenthesized_expression "(*DAT_00019294)" ( (pointer_expression "*DAT_00019294" * identifier) )) (argument_list "(&DAT_000191fa,2)" ( (pointer_expression "&DAT_000191fa" & identifier) , number_literal )))) ;) (expression_statement "DAT_00019284 = (*DAT_00019294)(&DAT_000191fc,2);" (assignment_expression "DAT_00019284 = (*DAT_00019294)(&DAT_000191fc,2)" identifier = (call_expression "(*DAT_00019294)(&DAT_000191fc,2)" (parenthesized_expression "(*DAT_00019294)" ( (pointer_expression "*DAT_00019294" * identifier) )) (argument_list "(&DAT_000191fc,2)" ( (pointer_expression "&DAT_000191fc" & identifier) , number_literal )))) ;) (expression_statement "DAT_00019288 = (*DAT_00019294)(&DAT_000191fe,2);" (assignment_expression "DAT_00019288 = (*DAT_00019294)(&DAT_000191fe,2)" identifier = (call_expression "(*DAT_00019294)(&DAT_000191fe,2)" (parenthesized_expression "(*DAT_00019294)" ( (pointer_expression "*DAT_00019294" * identifier) )) (argument_list "(&DAT_000191fe,2)" ( (pointer_expression "&DAT_000191fe" & identifier) , number_literal )))) ;) (expression_statement "DAT_000191c0 = DAT_00019240;" (assignment_expression "DAT_000191c0 = DAT_00019240" identifier = identifier) ;) (expression_statement "DAT_000191c4 = _DAT_00019244;" (assignment_expression "DAT_000191c4 = _DAT_00019244" identifier = identifier) ;) (expression_statement "DAT_000191c8 = DAT_00019248;" (assignment_expression "DAT_000191c8 = DAT_00019248" identifier = identifier) ;) (expression_statement "DAT_000191cc = DAT_0001924c;" (assignment_expression "DAT_000191cc = DAT_0001924c" identifier = identifier) ;) (goto_statement "goto LAB_00011fce;" goto statement_identifier ;) })) }) (else_clause "else {\n uVar2 = dcgettext(0,"Unsupported EI_CLASS: %d\n",5);\n error(uVar2,uVar9 & 0xff);\n }" else (compound_statement "{\n uVar2 = dcgettext(0,"Unsupported EI_CLASS: %d\n",5);\n error(uVar2,uVar9 & 0xff);\n }" { (expression_statement "uVar2 = dcgettext(0,"Unsupported EI_CLASS: %d\n",5);" (assignment_expression "uVar2 = dcgettext(0,"Unsupported EI_CLASS: %d\n",5)" identifier = (call_expression "dcgettext(0,"Unsupported EI_CLASS: %d\n",5)" identifier (argument_list "(0,"Unsupported EI_CLASS: %d\n",5)" ( number_literal , (string_literal ""Unsupported EI_CLASS: %d\n"" " string_content escape_sequence ") , number_literal )))) ;) (expression_statement "error(uVar2,uVar9 & 0xff);" (call_expression "error(uVar2,uVar9 & 0xff)" identifier (argument_list "(uVar2,uVar9 & 0xff)" ( identifier , (binary_expression "uVar9 & 0xff" identifier & number_literal) ))) ;) }))) })) (labeled_statement "LAB_00011c39:\n pcVar10 = (char *)0x5;" statement_identifier : (expression_statement "pcVar10 = (char *)0x5;" (assignment_expression "pcVar10 = (char *)0x5" identifier = (cast_expression "(char *)0x5" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;)) (expression_statement "uVar2 = dcgettext(0,"%s: Failed to read ELF header\n",5);" (assignment_expression "uVar2 = dcgettext(0,"%s: Failed to read ELF header\n",5)" identifier = (call_expression "dcgettext(0,"%s: Failed to read ELF header\n",5)" identifier (argument_list "(0,"%s: Failed to read ELF header\n",5)" ( number_literal , (string_literal ""%s: Failed to read ELF header\n"" " string_content escape_sequence ") , number_literal )))) ;) (labeled_statement "LAB_00011c4e:\n error(uVar2,uVar12,pcVar10);" statement_identifier : (expression_statement "error(uVar2,uVar12,pcVar10);" (call_expression "error(uVar2,uVar12,pcVar10)" identifier (argument_list "(uVar2,uVar12,pcVar10)" ( identifier , identifier , identifier ))) ;)) (return_statement "return 1;" return number_literal ;) })))
(translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration (sized_type_specifier long) 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 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) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (pointer_expression & IDENT) , LIT , LIT , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (char_literal ' escape_sequence ')) )) (goto_statement goto statement_identifier ;)) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (pointer_expression & IDENT)) ;)) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (pointer_expression & IDENT) , LIT , LIT , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * IDENT) )) (argument_list ( IDENT , LIT )))) ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * IDENT) )) (argument_list ( (pointer_expression & IDENT) , LIT )))) ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * IDENT) )) (argument_list ( (pointer_expression & IDENT) , LIT )))) ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * IDENT) )) (argument_list ( (pointer_expression & IDENT) , LIT )))) ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) >> LIT) )))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * IDENT) )) (argument_list ( (pointer_expression & IDENT) , LIT )))) ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) >> LIT) )))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * IDENT) )) (argument_list ( (pointer_expression & IDENT) , LIT )))) ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) >> LIT) )))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * IDENT) )) (argument_list ( (pointer_expression & IDENT) , LIT )))) ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * IDENT) )) (argument_list ( (pointer_expression & IDENT) , LIT )))) ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * IDENT) )) (argument_list ( (pointer_expression & IDENT) , LIT )))) ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * IDENT) )) (argument_list ( (pointer_expression & IDENT) , LIT )))) ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * IDENT) )) (argument_list ( (pointer_expression & IDENT) , LIT )))) ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * IDENT) )) (argument_list ( (pointer_expression & IDENT) , LIT )))) ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * IDENT) )) (argument_list ( (pointer_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) ;) (labeled_statement statement_identifier : (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 = (call_expression IDENT (argument_list ( LIT , (string_literal " string_content escape_sequence ") , LIT )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) })) (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 *)) ) LIT)) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , (string_literal " string_content escape_sequence ") , LIT )))) ;) (goto_statement goto statement_identifier ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , (string_literal " string_content escape_sequence ") , LIT , IDENT , IDENT , IDENT )))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT & LIT)) ;) (goto_statement goto statement_identifier ;) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == IDENT) )) (compound_statement { (return_statement return LIT ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT & LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (binary_expression IDENT != LIT)) ;)) (expression_statement (assignment_expression IDENT = LIT) ;) (goto_statement goto statement_identifier ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT < LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (goto_statement goto statement_identifier ;)) }) (else_clause else (if_statement if (parenthesized_expression ( (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression IDENT - LIT) ))) < LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT != LIT)) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (goto_statement goto statement_identifier ;) })))) (expression_statement (assignment_expression IDENT = LIT) ;) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT == LIT) )) || (parenthesized_expression ( (binary_expression IDENT == IDENT) ))) )) (compound_statement { (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 = IDENT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , (string_literal " string_content escape_sequence ") , LIT , IDENT , IDENT , IDENT )))) ;) (goto_statement goto statement_identifier ;) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) 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 = (binary_expression IDENT >> LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT == LIT) )) || (parenthesized_expression ( (binary_expression IDENT == IDENT) ))) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == (char_literal ' escape_sequence ')) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * IDENT) )) (argument_list ( (pointer_expression & IDENT) , IDENT , (binary_expression (cast_expression ( (type_descriptor TYPE) ) 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 ( (pointer_expression & IDENT) , IDENT , (binary_expression IDENT >> LIT) , LIT ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE) ) IDENT) , (cast_expression ( (type_descriptor TYPE) ) IDENT) )))) ;) })) (expression_statement (assignment_expression IDENT = (pointer_expression & IDENT)) ;) (expression_statement (assignment_expression IDENT = LIT) ;) }) (else_clause else (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT != (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * IDENT) )) (argument_list ( (pointer_expression & IDENT) , IDENT , (binary_expression (cast_expression ( (type_descriptor TYPE) ) 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 ( (pointer_expression & IDENT) , IDENT , (binary_expression IDENT >> LIT) , LIT ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE) ) IDENT) , (cast_expression ( (type_descriptor TYPE) ) IDENT) )))) ;) })) (expression_statement (assignment_expression IDENT = (pointer_expression & IDENT)) ;) (expression_statement (assignment_expression IDENT = LIT) ;) }))) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT , LIT , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (return_statement return LIT ;) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (pointer_expression * IDENT) )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , (string_literal " string_content escape_sequence ") , LIT )))) ;) (goto_statement goto statement_identifier ;) })) (expression_statement (assignment_expression IDENT = (string_literal " string_content escape_sequence ")) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (string_literal " string_content escape_sequence ")) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) }))) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (string_literal " string_content escape_sequence ")) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) })))) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT != LIT) && (binary_expression IDENT != IDENT))) ;) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (unary_expression ! IDENT) )) (goto_statement goto statement_identifier ;))) (expression_statement (assignment_expression IDENT = (string_literal " string_content escape_sequence ")) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) }))) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , IDENT , LIT )))) ;) (labeled_statement statement_identifier : (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT , IDENT ))) ;)) (return_statement return LIT ;) })) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (char_literal ' escape_sequence ')) )) (goto_statement goto statement_identifier ;)) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (binary_expression IDENT & LIT)) ;)) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression & IDENT)) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (pointer_expression & IDENT) , LIT , LIT , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * IDENT) )) (argument_list ( IDENT , LIT )))) ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * IDENT) )) (argument_list ( (pointer_expression & IDENT) , LIT )))) ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * IDENT) )) (argument_list ( (pointer_expression & IDENT) , LIT )))) ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * IDENT) )) (argument_list ( (pointer_expression & IDENT) , LIT )))) ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) >> LIT) )))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * IDENT) )) (argument_list ( (pointer_expression & IDENT) , LIT )))) ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) >> LIT) )))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * IDENT) )) (argument_list ( (pointer_expression & IDENT) , LIT )))) ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) >> LIT) )))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * IDENT) )) (argument_list ( (pointer_expression & IDENT) , LIT )))) ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * IDENT) )) (argument_list ( (pointer_expression & IDENT) , LIT )))) ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * IDENT) )) (argument_list ( (pointer_expression & IDENT) , LIT )))) ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * IDENT) )) (argument_list ( (pointer_expression & IDENT) , LIT )))) ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * IDENT) )) (argument_list ( (pointer_expression & IDENT) , LIT )))) ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * IDENT) )) (argument_list ( (pointer_expression & IDENT) , LIT )))) ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * IDENT) )) (argument_list ( (pointer_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) ;) (goto_statement goto statement_identifier ;) })) }) (else_clause else (compound_statement { (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 , (binary_expression IDENT & LIT) ))) ;) }))) })) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;)) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , (string_literal " string_content escape_sequence ") , LIT )))) ;) (labeled_statement statement_identifier : (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT ))) ;)) (return_statement return LIT ;) })))
(function_definition "undefined4 __regparm3 FUN_00011c00(undefined4 param_1,FILE *param_2)\n\n{\n long __off;\n size_t sVar1;\n undefined4 uVar2;\n int iVar3;\n undefined4 *__ptr;\n int *piVar4;\n uint uVar5;\n uint uVar6;\n bool bVar7;\n undefined8 uVar8;\n uint uVar9;\n char *pcVar10;\n FILE *pFVar11;\n undefined4 extraout_var;\n undefined4 uVar12;\n undefined *puVar13;\n \n __off = ftell(param_2);\n uVar12 = extraout_var;\n sVar1 = fread(&DAT_00019240,0x10,1,param_2);\n if (sVar1 == 1) {\n pFVar11 = param_2;\n if (DAT_00019245 == '\x02') {\n DAT_00019294 = FUN_00012800;\n DAT_00019298 = FUN_00012dd0;\n if (DAT_00019244 != '\x01') goto LAB_00011ca7;\nLAB_00011d08:\n puVar13 = &DAT_00019210;\n sVar1 = fread(&DAT_00019210,0x24,1,param_2);\n if (sVar1 != 1) goto LAB_00011c39;\n DAT_00019270 = (*DAT_00019294)(puVar13,2);\n DAT_00019272 = (*DAT_00019294)(&DAT_00019212,2);\n DAT_00019268 = (*DAT_00019294)(&DAT_00019214,4);\n uVar8 = (*DAT_00019294)(&DAT_00019218,4);\n DAT_00019254 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019250 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_0001921c,4);\n DAT_0001925c = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019258 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_00019220,4);\n DAT_00019264 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019260 = (undefined4)uVar8;\n DAT_0001926c = (*DAT_00019294)(&DAT_00019224,4);\n DAT_00019274 = (*DAT_00019294)(&DAT_00019228,2);\n DAT_00019278 = (*DAT_00019294)(&DAT_0001922a,2);\n DAT_0001927c = (*DAT_00019294)(&DAT_0001922c,2);\n DAT_00019280 = (*DAT_00019294)(&DAT_0001922e,2);\n DAT_00019284 = (*DAT_00019294)(&DAT_00019230,2);\n DAT_00019288 = (*DAT_00019294)(&DAT_00019232,2);\n DAT_00019200 = DAT_00019240;\n DAT_00019204 = _DAT_00019244;\n DAT_00019208 = DAT_00019248;\n DAT_0001920c = DAT_0001924c;\nLAB_00011fce:\n iVar3 = fseek(param_2,__off,0);\n if (iVar3 != 0) {\n uVar2 = dcgettext(0,"%s: Failed to seek to ELF header\n",5);\n error(uVar2,uVar12);\n }\n uVar9 = DAT_000190e4;\n if (DAT_00019240 != 0x464c457f) {\n pcVar10 = (char *)0x5;\n uVar2 = dcgettext(0,"%s: Not an ELF file - wrong magic bytes at the start\n",5);\n goto LAB_00011c4e;\n }\n if (DAT_00019246 != 1) {\n uVar6 = (uint)DAT_00019246;\n uVar2 = dcgettext(0,"%s: Unsupported EI_VERSION: %d is not %d\n",5,pFVar11,uVar12,uVar6);\n uVar9 = 1;\n uVar6 = uVar6 & 0xff;\n goto LAB_0001223f;\n }\n uVar5 = (uint)DAT_00019272;\n if (uVar5 == DAT_000190e0) {\n return 0;\n }\n uVar6 = _DAT_00019244 & 0xff;\n if (DAT_000190cc == 0xffffffff) {\n if (DAT_00019272 == 6) {\nLAB_00012338:\n bVar7 = uVar6 != 1;\n DAT_000190cc = 1;\n goto LAB_00012050;\n }\n if (DAT_00019272 < 7) {\n if (DAT_00019272 == 3) goto LAB_00012338;\n }\n else if ((ushort)(DAT_00019272 - 0xb4) < 2) {\n bVar7 = uVar6 != 2;\n DAT_000190cc = 2;\n goto LAB_00012050;\n }\n DAT_000190cc = 3;\nLAB_00012058:\n if ((DAT_000190c8 == 3) || (uVar6 == DAT_000190c8)) {\n if ((DAT_000190e4 != 0xffffffff) && (uVar5 != DAT_000190e4)) {\n uVar6 = uVar5;\n uVar2 = dcgettext(0,"%s: Unmatched e_machine: %d is not %d\n",5,pFVar11,uVar12,uVar5);\n goto LAB_0001223f;\n }\n uVar6 = (uint)DAT_00019270;\n if ((DAT_000190dc == 0xffffffff) || (uVar6 == DAT_000190dc)) {\n uVar6 = _DAT_00019244 >> 0x18;\n if ((DAT_000190d4 == 0xffffffff) || (uVar6 == DAT_000190d4)) {\n if (DAT_00019244 == '\x01') {\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_00019212,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_00019210,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_00019204 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_00019204);\n }\n __ptr = &DAT_00019200;\n sVar1 = 0x34;\n }\n else {\n if (DAT_00019244 != '\x02') {\n \n abort();\n }\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_000191d2,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_000191d0,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_000191c4 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_000191c4);\n }\n __ptr = &DAT_000191c0;\n sVar1 = 0x40;\n }\n sVar1 = fwrite(__ptr,sVar1,1,param_2);\n if (sVar1 == 1) {\n return 0;\n }\n piVar4 = __errno_location();\n pcVar10 = strerror(*piVar4);\n uVar2 = dcgettext(0,"%s: Failed to update ELF header: %s\n",5);\n goto LAB_00011c4e;\n }\n pcVar10 = "%s: Unmatched EI_OSABI: %d is not %d\n";\n uVar9 = DAT_000190d4;\n }\n else {\n pcVar10 = "%s: Unmatched e_type: %d is not %d\n";\n uVar9 = DAT_000190dc;\n }\n }\n else {\n pcVar10 = "%s: Unmatched output EI_CLASS: %d is not %d\n";\n uVar9 = DAT_000190c8;\n }\n }\n else {\n bVar7 = DAT_000190cc != 3 && uVar6 != DAT_000190cc;\nLAB_00012050:\n if (!bVar7) goto LAB_00012058;\n pcVar10 = "%s: Unmatched input EI_CLASS: %d is not %d\n";\n uVar9 = DAT_000190cc;\n }\n uVar2 = dcgettext(0,pcVar10,5);\nLAB_0001223f:\n error(uVar2,uVar12,uVar6,uVar9);\n return 1;\n }\n DAT_00019294 = FUN_00012e50;\n DAT_00019298 = FUN_00012d40;\n if (DAT_00019244 == '\x01') goto LAB_00011d08;\nLAB_00011ca7:\n uVar9 = _DAT_00019244 & 0xff;\n if (DAT_00019244 == '\x02') {\n puVar13 = &DAT_000191d0;\n sVar1 = fread(&DAT_000191d0,0x30,1,param_2);\n if (sVar1 == 1) {\n DAT_00019270 = (*DAT_00019294)(puVar13,2);\n DAT_00019272 = (*DAT_00019294)(&DAT_000191d2,2);\n DAT_00019268 = (*DAT_00019294)(&DAT_000191d4,4);\n uVar8 = (*DAT_00019294)(&DAT_000191d8,8);\n DAT_00019254 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019250 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_000191e0,8);\n DAT_0001925c = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019258 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_000191e8,8);\n DAT_00019264 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019260 = (undefined4)uVar8;\n DAT_0001926c = (*DAT_00019294)(&DAT_000191f0,4);\n DAT_00019274 = (*DAT_00019294)(&DAT_000191f4,2);\n DAT_00019278 = (*DAT_00019294)(&DAT_000191f6,2);\n DAT_0001927c = (*DAT_00019294)(&DAT_000191f8,2);\n DAT_00019280 = (*DAT_00019294)(&DAT_000191fa,2);\n DAT_00019284 = (*DAT_00019294)(&DAT_000191fc,2);\n DAT_00019288 = (*DAT_00019294)(&DAT_000191fe,2);\n DAT_000191c0 = DAT_00019240;\n DAT_000191c4 = _DAT_00019244;\n DAT_000191c8 = DAT_00019248;\n DAT_000191cc = DAT_0001924c;\n goto LAB_00011fce;\n }\n }\n else {\n uVar2 = dcgettext(0,"Unsupported EI_CLASS: %d\n",5);\n error(uVar2,uVar9 & 0xff);\n }\n }\nLAB_00011c39:\n pcVar10 = (char *)0x5;\n uVar2 = dcgettext(0,"%s: Failed to read ELF header\n",5);\nLAB_00011c4e:\n error(uVar2,uVar12,pcVar10);\n return 1;\n}" (type_identifier "undefined4") (ERROR "__regparm3" (identifier "__regparm3")) (function_declarator "FUN_00011c00(undefined4 param_1,FILE *param_2)" (identifier "FUN_00011c00") (parameter_list "(undefined4 param_1,FILE *param_2)" (( "(") (parameter_declaration "undefined4 param_1" (type_identifier "undefined4") (identifier "param_1")) (, ",") (parameter_declaration "FILE *param_2" (type_identifier "FILE") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) () ")"))) (compound_statement "{\n long __off;\n size_t sVar1;\n undefined4 uVar2;\n int iVar3;\n undefined4 *__ptr;\n int *piVar4;\n uint uVar5;\n uint uVar6;\n bool bVar7;\n undefined8 uVar8;\n uint uVar9;\n char *pcVar10;\n FILE *pFVar11;\n undefined4 extraout_var;\n undefined4 uVar12;\n undefined *puVar13;\n \n __off = ftell(param_2);\n uVar12 = extraout_var;\n sVar1 = fread(&DAT_00019240,0x10,1,param_2);\n if (sVar1 == 1) {\n pFVar11 = param_2;\n if (DAT_00019245 == '\x02') {\n DAT_00019294 = FUN_00012800;\n DAT_00019298 = FUN_00012dd0;\n if (DAT_00019244 != '\x01') goto LAB_00011ca7;\nLAB_00011d08:\n puVar13 = &DAT_00019210;\n sVar1 = fread(&DAT_00019210,0x24,1,param_2);\n if (sVar1 != 1) goto LAB_00011c39;\n DAT_00019270 = (*DAT_00019294)(puVar13,2);\n DAT_00019272 = (*DAT_00019294)(&DAT_00019212,2);\n DAT_00019268 = (*DAT_00019294)(&DAT_00019214,4);\n uVar8 = (*DAT_00019294)(&DAT_00019218,4);\n DAT_00019254 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019250 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_0001921c,4);\n DAT_0001925c = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019258 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_00019220,4);\n DAT_00019264 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019260 = (undefined4)uVar8;\n DAT_0001926c = (*DAT_00019294)(&DAT_00019224,4);\n DAT_00019274 = (*DAT_00019294)(&DAT_00019228,2);\n DAT_00019278 = (*DAT_00019294)(&DAT_0001922a,2);\n DAT_0001927c = (*DAT_00019294)(&DAT_0001922c,2);\n DAT_00019280 = (*DAT_00019294)(&DAT_0001922e,2);\n DAT_00019284 = (*DAT_00019294)(&DAT_00019230,2);\n DAT_00019288 = (*DAT_00019294)(&DAT_00019232,2);\n DAT_00019200 = DAT_00019240;\n DAT_00019204 = _DAT_00019244;\n DAT_00019208 = DAT_00019248;\n DAT_0001920c = DAT_0001924c;\nLAB_00011fce:\n iVar3 = fseek(param_2,__off,0);\n if (iVar3 != 0) {\n uVar2 = dcgettext(0,"%s: Failed to seek to ELF header\n",5);\n error(uVar2,uVar12);\n }\n uVar9 = DAT_000190e4;\n if (DAT_00019240 != 0x464c457f) {\n pcVar10 = (char *)0x5;\n uVar2 = dcgettext(0,"%s: Not an ELF file - wrong magic bytes at the start\n",5);\n goto LAB_00011c4e;\n }\n if (DAT_00019246 != 1) {\n uVar6 = (uint)DAT_00019246;\n uVar2 = dcgettext(0,"%s: Unsupported EI_VERSION: %d is not %d\n",5,pFVar11,uVar12,uVar6);\n uVar9 = 1;\n uVar6 = uVar6 & 0xff;\n goto LAB_0001223f;\n }\n uVar5 = (uint)DAT_00019272;\n if (uVar5 == DAT_000190e0) {\n return 0;\n }\n uVar6 = _DAT_00019244 & 0xff;\n if (DAT_000190cc == 0xffffffff) {\n if (DAT_00019272 == 6) {\nLAB_00012338:\n bVar7 = uVar6 != 1;\n DAT_000190cc = 1;\n goto LAB_00012050;\n }\n if (DAT_00019272 < 7) {\n if (DAT_00019272 == 3) goto LAB_00012338;\n }\n else if ((ushort)(DAT_00019272 - 0xb4) < 2) {\n bVar7 = uVar6 != 2;\n DAT_000190cc = 2;\n goto LAB_00012050;\n }\n DAT_000190cc = 3;\nLAB_00012058:\n if ((DAT_000190c8 == 3) || (uVar6 == DAT_000190c8)) {\n if ((DAT_000190e4 != 0xffffffff) && (uVar5 != DAT_000190e4)) {\n uVar6 = uVar5;\n uVar2 = dcgettext(0,"%s: Unmatched e_machine: %d is not %d\n",5,pFVar11,uVar12,uVar5);\n goto LAB_0001223f;\n }\n uVar6 = (uint)DAT_00019270;\n if ((DAT_000190dc == 0xffffffff) || (uVar6 == DAT_000190dc)) {\n uVar6 = _DAT_00019244 >> 0x18;\n if ((DAT_000190d4 == 0xffffffff) || (uVar6 == DAT_000190d4)) {\n if (DAT_00019244 == '\x01') {\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_00019212,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_00019210,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_00019204 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_00019204);\n }\n __ptr = &DAT_00019200;\n sVar1 = 0x34;\n }\n else {\n if (DAT_00019244 != '\x02') {\n \n abort();\n }\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_000191d2,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_000191d0,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_000191c4 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_000191c4);\n }\n __ptr = &DAT_000191c0;\n sVar1 = 0x40;\n }\n sVar1 = fwrite(__ptr,sVar1,1,param_2);\n if (sVar1 == 1) {\n return 0;\n }\n piVar4 = __errno_location();\n pcVar10 = strerror(*piVar4);\n uVar2 = dcgettext(0,"%s: Failed to update ELF header: %s\n",5);\n goto LAB_00011c4e;\n }\n pcVar10 = "%s: Unmatched EI_OSABI: %d is not %d\n";\n uVar9 = DAT_000190d4;\n }\n else {\n pcVar10 = "%s: Unmatched e_type: %d is not %d\n";\n uVar9 = DAT_000190dc;\n }\n }\n else {\n pcVar10 = "%s: Unmatched output EI_CLASS: %d is not %d\n";\n uVar9 = DAT_000190c8;\n }\n }\n else {\n bVar7 = DAT_000190cc != 3 && uVar6 != DAT_000190cc;\nLAB_00012050:\n if (!bVar7) goto LAB_00012058;\n pcVar10 = "%s: Unmatched input EI_CLASS: %d is not %d\n";\n uVar9 = DAT_000190cc;\n }\n uVar2 = dcgettext(0,pcVar10,5);\nLAB_0001223f:\n error(uVar2,uVar12,uVar6,uVar9);\n return 1;\n }\n DAT_00019294 = FUN_00012e50;\n DAT_00019298 = FUN_00012d40;\n if (DAT_00019244 == '\x01') goto LAB_00011d08;\nLAB_00011ca7:\n uVar9 = _DAT_00019244 & 0xff;\n if (DAT_00019244 == '\x02') {\n puVar13 = &DAT_000191d0;\n sVar1 = fread(&DAT_000191d0,0x30,1,param_2);\n if (sVar1 == 1) {\n DAT_00019270 = (*DAT_00019294)(puVar13,2);\n DAT_00019272 = (*DAT_00019294)(&DAT_000191d2,2);\n DAT_00019268 = (*DAT_00019294)(&DAT_000191d4,4);\n uVar8 = (*DAT_00019294)(&DAT_000191d8,8);\n DAT_00019254 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019250 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_000191e0,8);\n DAT_0001925c = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019258 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_000191e8,8);\n DAT_00019264 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019260 = (undefined4)uVar8;\n DAT_0001926c = (*DAT_00019294)(&DAT_000191f0,4);\n DAT_00019274 = (*DAT_00019294)(&DAT_000191f4,2);\n DAT_00019278 = (*DAT_00019294)(&DAT_000191f6,2);\n DAT_0001927c = (*DAT_00019294)(&DAT_000191f8,2);\n DAT_00019280 = (*DAT_00019294)(&DAT_000191fa,2);\n DAT_00019284 = (*DAT_00019294)(&DAT_000191fc,2);\n DAT_00019288 = (*DAT_00019294)(&DAT_000191fe,2);\n DAT_000191c0 = DAT_00019240;\n DAT_000191c4 = _DAT_00019244;\n DAT_000191c8 = DAT_00019248;\n DAT_000191cc = DAT_0001924c;\n goto LAB_00011fce;\n }\n }\n else {\n uVar2 = dcgettext(0,"Unsupported EI_CLASS: %d\n",5);\n error(uVar2,uVar9 & 0xff);\n }\n }\nLAB_00011c39:\n pcVar10 = (char *)0x5;\n uVar2 = dcgettext(0,"%s: Failed to read ELF header\n",5);\nLAB_00011c4e:\n error(uVar2,uVar12,pcVar10);\n return 1;\n}" ({ "{") (declaration "long __off;" (sized_type_specifier "long" (long "long")) (identifier "__off") (; ";")) (declaration "size_t sVar1;" (primitive_type "size_t") (identifier "sVar1") (; ";")) (declaration "undefined4 uVar2;" (type_identifier "undefined4") (identifier "uVar2") (; ";")) (declaration "int iVar3;" (primitive_type "int") (identifier "iVar3") (; ";")) (declaration "undefined4 *__ptr;" (type_identifier "undefined4") (pointer_declarator "*__ptr" (* "*") (identifier "__ptr")) (; ";")) (declaration "int *piVar4;" (primitive_type "int") (pointer_declarator "*piVar4" (* "*") (identifier "piVar4")) (; ";")) (declaration "uint uVar5;" (type_identifier "uint") (identifier "uVar5") (; ";")) (declaration "uint uVar6;" (type_identifier "uint") (identifier "uVar6") (; ";")) (declaration "bool bVar7;" (primitive_type "bool") (identifier "bVar7") (; ";")) (declaration "undefined8 uVar8;" (type_identifier "undefined8") (identifier "uVar8") (; ";")) (declaration "uint uVar9;" (type_identifier "uint") (identifier "uVar9") (; ";")) (declaration "char *pcVar10;" (primitive_type "char") (pointer_declarator "*pcVar10" (* "*") (identifier "pcVar10")) (; ";")) (declaration "FILE *pFVar11;" (type_identifier "FILE") (pointer_declarator "*pFVar11" (* "*") (identifier "pFVar11")) (; ";")) (declaration "undefined4 extraout_var;" (type_identifier "undefined4") (identifier "extraout_var") (; ";")) (declaration "undefined4 uVar12;" (type_identifier "undefined4") (identifier "uVar12") (; ";")) (declaration "undefined *puVar13;" (type_identifier "undefined") (pointer_declarator "*puVar13" (* "*") (identifier "puVar13")) (; ";")) (expression_statement "__off = ftell(param_2);" (assignment_expression "__off = ftell(param_2)" (identifier "__off") (= "=") (call_expression "ftell(param_2)" (identifier "ftell") (argument_list "(param_2)" (( "(") (identifier "param_2") () ")")))) (; ";")) (expression_statement "uVar12 = extraout_var;" (assignment_expression "uVar12 = extraout_var" (identifier "uVar12") (= "=") (identifier "extraout_var")) (; ";")) (expression_statement "sVar1 = fread(&DAT_00019240,0x10,1,param_2);" (assignment_expression "sVar1 = fread(&DAT_00019240,0x10,1,param_2)" (identifier "sVar1") (= "=") (call_expression "fread(&DAT_00019240,0x10,1,param_2)" (identifier "fread") (argument_list "(&DAT_00019240,0x10,1,param_2)" (( "(") (pointer_expression "&DAT_00019240" (& "&") (identifier "DAT_00019240")) (, ",") (number_literal "0x10") (, ",") (number_literal "1") (, ",") (identifier "param_2") () ")")))) (; ";")) (if_statement "if (sVar1 == 1) {\n pFVar11 = param_2;\n if (DAT_00019245 == '\x02') {\n DAT_00019294 = FUN_00012800;\n DAT_00019298 = FUN_00012dd0;\n if (DAT_00019244 != '\x01') goto LAB_00011ca7;\nLAB_00011d08:\n puVar13 = &DAT_00019210;\n sVar1 = fread(&DAT_00019210,0x24,1,param_2);\n if (sVar1 != 1) goto LAB_00011c39;\n DAT_00019270 = (*DAT_00019294)(puVar13,2);\n DAT_00019272 = (*DAT_00019294)(&DAT_00019212,2);\n DAT_00019268 = (*DAT_00019294)(&DAT_00019214,4);\n uVar8 = (*DAT_00019294)(&DAT_00019218,4);\n DAT_00019254 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019250 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_0001921c,4);\n DAT_0001925c = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019258 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_00019220,4);\n DAT_00019264 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019260 = (undefined4)uVar8;\n DAT_0001926c = (*DAT_00019294)(&DAT_00019224,4);\n DAT_00019274 = (*DAT_00019294)(&DAT_00019228,2);\n DAT_00019278 = (*DAT_00019294)(&DAT_0001922a,2);\n DAT_0001927c = (*DAT_00019294)(&DAT_0001922c,2);\n DAT_00019280 = (*DAT_00019294)(&DAT_0001922e,2);\n DAT_00019284 = (*DAT_00019294)(&DAT_00019230,2);\n DAT_00019288 = (*DAT_00019294)(&DAT_00019232,2);\n DAT_00019200 = DAT_00019240;\n DAT_00019204 = _DAT_00019244;\n DAT_00019208 = DAT_00019248;\n DAT_0001920c = DAT_0001924c;\nLAB_00011fce:\n iVar3 = fseek(param_2,__off,0);\n if (iVar3 != 0) {\n uVar2 = dcgettext(0,"%s: Failed to seek to ELF header\n",5);\n error(uVar2,uVar12);\n }\n uVar9 = DAT_000190e4;\n if (DAT_00019240 != 0x464c457f) {\n pcVar10 = (char *)0x5;\n uVar2 = dcgettext(0,"%s: Not an ELF file - wrong magic bytes at the start\n",5);\n goto LAB_00011c4e;\n }\n if (DAT_00019246 != 1) {\n uVar6 = (uint)DAT_00019246;\n uVar2 = dcgettext(0,"%s: Unsupported EI_VERSION: %d is not %d\n",5,pFVar11,uVar12,uVar6);\n uVar9 = 1;\n uVar6 = uVar6 & 0xff;\n goto LAB_0001223f;\n }\n uVar5 = (uint)DAT_00019272;\n if (uVar5 == DAT_000190e0) {\n return 0;\n }\n uVar6 = _DAT_00019244 & 0xff;\n if (DAT_000190cc == 0xffffffff) {\n if (DAT_00019272 == 6) {\nLAB_00012338:\n bVar7 = uVar6 != 1;\n DAT_000190cc = 1;\n goto LAB_00012050;\n }\n if (DAT_00019272 < 7) {\n if (DAT_00019272 == 3) goto LAB_00012338;\n }\n else if ((ushort)(DAT_00019272 - 0xb4) < 2) {\n bVar7 = uVar6 != 2;\n DAT_000190cc = 2;\n goto LAB_00012050;\n }\n DAT_000190cc = 3;\nLAB_00012058:\n if ((DAT_000190c8 == 3) || (uVar6 == DAT_000190c8)) {\n if ((DAT_000190e4 != 0xffffffff) && (uVar5 != DAT_000190e4)) {\n uVar6 = uVar5;\n uVar2 = dcgettext(0,"%s: Unmatched e_machine: %d is not %d\n",5,pFVar11,uVar12,uVar5);\n goto LAB_0001223f;\n }\n uVar6 = (uint)DAT_00019270;\n if ((DAT_000190dc == 0xffffffff) || (uVar6 == DAT_000190dc)) {\n uVar6 = _DAT_00019244 >> 0x18;\n if ((DAT_000190d4 == 0xffffffff) || (uVar6 == DAT_000190d4)) {\n if (DAT_00019244 == '\x01') {\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_00019212,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_00019210,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_00019204 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_00019204);\n }\n __ptr = &DAT_00019200;\n sVar1 = 0x34;\n }\n else {\n if (DAT_00019244 != '\x02') {\n \n abort();\n }\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_000191d2,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_000191d0,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_000191c4 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_000191c4);\n }\n __ptr = &DAT_000191c0;\n sVar1 = 0x40;\n }\n sVar1 = fwrite(__ptr,sVar1,1,param_2);\n if (sVar1 == 1) {\n return 0;\n }\n piVar4 = __errno_location();\n pcVar10 = strerror(*piVar4);\n uVar2 = dcgettext(0,"%s: Failed to update ELF header: %s\n",5);\n goto LAB_00011c4e;\n }\n pcVar10 = "%s: Unmatched EI_OSABI: %d is not %d\n";\n uVar9 = DAT_000190d4;\n }\n else {\n pcVar10 = "%s: Unmatched e_type: %d is not %d\n";\n uVar9 = DAT_000190dc;\n }\n }\n else {\n pcVar10 = "%s: Unmatched output EI_CLASS: %d is not %d\n";\n uVar9 = DAT_000190c8;\n }\n }\n else {\n bVar7 = DAT_000190cc != 3 && uVar6 != DAT_000190cc;\nLAB_00012050:\n if (!bVar7) goto LAB_00012058;\n pcVar10 = "%s: Unmatched input EI_CLASS: %d is not %d\n";\n uVar9 = DAT_000190cc;\n }\n uVar2 = dcgettext(0,pcVar10,5);\nLAB_0001223f:\n error(uVar2,uVar12,uVar6,uVar9);\n return 1;\n }\n DAT_00019294 = FUN_00012e50;\n DAT_00019298 = FUN_00012d40;\n if (DAT_00019244 == '\x01') goto LAB_00011d08;\nLAB_00011ca7:\n uVar9 = _DAT_00019244 & 0xff;\n if (DAT_00019244 == '\x02') {\n puVar13 = &DAT_000191d0;\n sVar1 = fread(&DAT_000191d0,0x30,1,param_2);\n if (sVar1 == 1) {\n DAT_00019270 = (*DAT_00019294)(puVar13,2);\n DAT_00019272 = (*DAT_00019294)(&DAT_000191d2,2);\n DAT_00019268 = (*DAT_00019294)(&DAT_000191d4,4);\n uVar8 = (*DAT_00019294)(&DAT_000191d8,8);\n DAT_00019254 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019250 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_000191e0,8);\n DAT_0001925c = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019258 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_000191e8,8);\n DAT_00019264 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019260 = (undefined4)uVar8;\n DAT_0001926c = (*DAT_00019294)(&DAT_000191f0,4);\n DAT_00019274 = (*DAT_00019294)(&DAT_000191f4,2);\n DAT_00019278 = (*DAT_00019294)(&DAT_000191f6,2);\n DAT_0001927c = (*DAT_00019294)(&DAT_000191f8,2);\n DAT_00019280 = (*DAT_00019294)(&DAT_000191fa,2);\n DAT_00019284 = (*DAT_00019294)(&DAT_000191fc,2);\n DAT_00019288 = (*DAT_00019294)(&DAT_000191fe,2);\n DAT_000191c0 = DAT_00019240;\n DAT_000191c4 = _DAT_00019244;\n DAT_000191c8 = DAT_00019248;\n DAT_000191cc = DAT_0001924c;\n goto LAB_00011fce;\n }\n }\n else {\n uVar2 = dcgettext(0,"Unsupported EI_CLASS: %d\n",5);\n error(uVar2,uVar9 & 0xff);\n }\n }" (if "if") (parenthesized_expression "(sVar1 == 1)" (( "(") (binary_expression "sVar1 == 1" (identifier "sVar1") (== "==") (number_literal "1")) () ")")) (compound_statement "{\n pFVar11 = param_2;\n if (DAT_00019245 == '\x02') {\n DAT_00019294 = FUN_00012800;\n DAT_00019298 = FUN_00012dd0;\n if (DAT_00019244 != '\x01') goto LAB_00011ca7;\nLAB_00011d08:\n puVar13 = &DAT_00019210;\n sVar1 = fread(&DAT_00019210,0x24,1,param_2);\n if (sVar1 != 1) goto LAB_00011c39;\n DAT_00019270 = (*DAT_00019294)(puVar13,2);\n DAT_00019272 = (*DAT_00019294)(&DAT_00019212,2);\n DAT_00019268 = (*DAT_00019294)(&DAT_00019214,4);\n uVar8 = (*DAT_00019294)(&DAT_00019218,4);\n DAT_00019254 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019250 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_0001921c,4);\n DAT_0001925c = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019258 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_00019220,4);\n DAT_00019264 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019260 = (undefined4)uVar8;\n DAT_0001926c = (*DAT_00019294)(&DAT_00019224,4);\n DAT_00019274 = (*DAT_00019294)(&DAT_00019228,2);\n DAT_00019278 = (*DAT_00019294)(&DAT_0001922a,2);\n DAT_0001927c = (*DAT_00019294)(&DAT_0001922c,2);\n DAT_00019280 = (*DAT_00019294)(&DAT_0001922e,2);\n DAT_00019284 = (*DAT_00019294)(&DAT_00019230,2);\n DAT_00019288 = (*DAT_00019294)(&DAT_00019232,2);\n DAT_00019200 = DAT_00019240;\n DAT_00019204 = _DAT_00019244;\n DAT_00019208 = DAT_00019248;\n DAT_0001920c = DAT_0001924c;\nLAB_00011fce:\n iVar3 = fseek(param_2,__off,0);\n if (iVar3 != 0) {\n uVar2 = dcgettext(0,"%s: Failed to seek to ELF header\n",5);\n error(uVar2,uVar12);\n }\n uVar9 = DAT_000190e4;\n if (DAT_00019240 != 0x464c457f) {\n pcVar10 = (char *)0x5;\n uVar2 = dcgettext(0,"%s: Not an ELF file - wrong magic bytes at the start\n",5);\n goto LAB_00011c4e;\n }\n if (DAT_00019246 != 1) {\n uVar6 = (uint)DAT_00019246;\n uVar2 = dcgettext(0,"%s: Unsupported EI_VERSION: %d is not %d\n",5,pFVar11,uVar12,uVar6);\n uVar9 = 1;\n uVar6 = uVar6 & 0xff;\n goto LAB_0001223f;\n }\n uVar5 = (uint)DAT_00019272;\n if (uVar5 == DAT_000190e0) {\n return 0;\n }\n uVar6 = _DAT_00019244 & 0xff;\n if (DAT_000190cc == 0xffffffff) {\n if (DAT_00019272 == 6) {\nLAB_00012338:\n bVar7 = uVar6 != 1;\n DAT_000190cc = 1;\n goto LAB_00012050;\n }\n if (DAT_00019272 < 7) {\n if (DAT_00019272 == 3) goto LAB_00012338;\n }\n else if ((ushort)(DAT_00019272 - 0xb4) < 2) {\n bVar7 = uVar6 != 2;\n DAT_000190cc = 2;\n goto LAB_00012050;\n }\n DAT_000190cc = 3;\nLAB_00012058:\n if ((DAT_000190c8 == 3) || (uVar6 == DAT_000190c8)) {\n if ((DAT_000190e4 != 0xffffffff) && (uVar5 != DAT_000190e4)) {\n uVar6 = uVar5;\n uVar2 = dcgettext(0,"%s: Unmatched e_machine: %d is not %d\n",5,pFVar11,uVar12,uVar5);\n goto LAB_0001223f;\n }\n uVar6 = (uint)DAT_00019270;\n if ((DAT_000190dc == 0xffffffff) || (uVar6 == DAT_000190dc)) {\n uVar6 = _DAT_00019244 >> 0x18;\n if ((DAT_000190d4 == 0xffffffff) || (uVar6 == DAT_000190d4)) {\n if (DAT_00019244 == '\x01') {\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_00019212,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_00019210,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_00019204 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_00019204);\n }\n __ptr = &DAT_00019200;\n sVar1 = 0x34;\n }\n else {\n if (DAT_00019244 != '\x02') {\n \n abort();\n }\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_000191d2,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_000191d0,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_000191c4 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_000191c4);\n }\n __ptr = &DAT_000191c0;\n sVar1 = 0x40;\n }\n sVar1 = fwrite(__ptr,sVar1,1,param_2);\n if (sVar1 == 1) {\n return 0;\n }\n piVar4 = __errno_location();\n pcVar10 = strerror(*piVar4);\n uVar2 = dcgettext(0,"%s: Failed to update ELF header: %s\n",5);\n goto LAB_00011c4e;\n }\n pcVar10 = "%s: Unmatched EI_OSABI: %d is not %d\n";\n uVar9 = DAT_000190d4;\n }\n else {\n pcVar10 = "%s: Unmatched e_type: %d is not %d\n";\n uVar9 = DAT_000190dc;\n }\n }\n else {\n pcVar10 = "%s: Unmatched output EI_CLASS: %d is not %d\n";\n uVar9 = DAT_000190c8;\n }\n }\n else {\n bVar7 = DAT_000190cc != 3 && uVar6 != DAT_000190cc;\nLAB_00012050:\n if (!bVar7) goto LAB_00012058;\n pcVar10 = "%s: Unmatched input EI_CLASS: %d is not %d\n";\n uVar9 = DAT_000190cc;\n }\n uVar2 = dcgettext(0,pcVar10,5);\nLAB_0001223f:\n error(uVar2,uVar12,uVar6,uVar9);\n return 1;\n }\n DAT_00019294 = FUN_00012e50;\n DAT_00019298 = FUN_00012d40;\n if (DAT_00019244 == '\x01') goto LAB_00011d08;\nLAB_00011ca7:\n uVar9 = _DAT_00019244 & 0xff;\n if (DAT_00019244 == '\x02') {\n puVar13 = &DAT_000191d0;\n sVar1 = fread(&DAT_000191d0,0x30,1,param_2);\n if (sVar1 == 1) {\n DAT_00019270 = (*DAT_00019294)(puVar13,2);\n DAT_00019272 = (*DAT_00019294)(&DAT_000191d2,2);\n DAT_00019268 = (*DAT_00019294)(&DAT_000191d4,4);\n uVar8 = (*DAT_00019294)(&DAT_000191d8,8);\n DAT_00019254 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019250 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_000191e0,8);\n DAT_0001925c = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019258 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_000191e8,8);\n DAT_00019264 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019260 = (undefined4)uVar8;\n DAT_0001926c = (*DAT_00019294)(&DAT_000191f0,4);\n DAT_00019274 = (*DAT_00019294)(&DAT_000191f4,2);\n DAT_00019278 = (*DAT_00019294)(&DAT_000191f6,2);\n DAT_0001927c = (*DAT_00019294)(&DAT_000191f8,2);\n DAT_00019280 = (*DAT_00019294)(&DAT_000191fa,2);\n DAT_00019284 = (*DAT_00019294)(&DAT_000191fc,2);\n DAT_00019288 = (*DAT_00019294)(&DAT_000191fe,2);\n DAT_000191c0 = DAT_00019240;\n DAT_000191c4 = _DAT_00019244;\n DAT_000191c8 = DAT_00019248;\n DAT_000191cc = DAT_0001924c;\n goto LAB_00011fce;\n }\n }\n else {\n uVar2 = dcgettext(0,"Unsupported EI_CLASS: %d\n",5);\n error(uVar2,uVar9 & 0xff);\n }\n }" ({ "{") (expression_statement "pFVar11 = param_2;" (assignment_expression "pFVar11 = param_2" (identifier "pFVar11") (= "=") (identifier "param_2")) (; ";")) (if_statement "if (DAT_00019245 == '\x02') {\n DAT_00019294 = FUN_00012800;\n DAT_00019298 = FUN_00012dd0;\n if (DAT_00019244 != '\x01') goto LAB_00011ca7;\nLAB_00011d08:\n puVar13 = &DAT_00019210;\n sVar1 = fread(&DAT_00019210,0x24,1,param_2);\n if (sVar1 != 1) goto LAB_00011c39;\n DAT_00019270 = (*DAT_00019294)(puVar13,2);\n DAT_00019272 = (*DAT_00019294)(&DAT_00019212,2);\n DAT_00019268 = (*DAT_00019294)(&DAT_00019214,4);\n uVar8 = (*DAT_00019294)(&DAT_00019218,4);\n DAT_00019254 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019250 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_0001921c,4);\n DAT_0001925c = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019258 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_00019220,4);\n DAT_00019264 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019260 = (undefined4)uVar8;\n DAT_0001926c = (*DAT_00019294)(&DAT_00019224,4);\n DAT_00019274 = (*DAT_00019294)(&DAT_00019228,2);\n DAT_00019278 = (*DAT_00019294)(&DAT_0001922a,2);\n DAT_0001927c = (*DAT_00019294)(&DAT_0001922c,2);\n DAT_00019280 = (*DAT_00019294)(&DAT_0001922e,2);\n DAT_00019284 = (*DAT_00019294)(&DAT_00019230,2);\n DAT_00019288 = (*DAT_00019294)(&DAT_00019232,2);\n DAT_00019200 = DAT_00019240;\n DAT_00019204 = _DAT_00019244;\n DAT_00019208 = DAT_00019248;\n DAT_0001920c = DAT_0001924c;\nLAB_00011fce:\n iVar3 = fseek(param_2,__off,0);\n if (iVar3 != 0) {\n uVar2 = dcgettext(0,"%s: Failed to seek to ELF header\n",5);\n error(uVar2,uVar12);\n }\n uVar9 = DAT_000190e4;\n if (DAT_00019240 != 0x464c457f) {\n pcVar10 = (char *)0x5;\n uVar2 = dcgettext(0,"%s: Not an ELF file - wrong magic bytes at the start\n",5);\n goto LAB_00011c4e;\n }\n if (DAT_00019246 != 1) {\n uVar6 = (uint)DAT_00019246;\n uVar2 = dcgettext(0,"%s: Unsupported EI_VERSION: %d is not %d\n",5,pFVar11,uVar12,uVar6);\n uVar9 = 1;\n uVar6 = uVar6 & 0xff;\n goto LAB_0001223f;\n }\n uVar5 = (uint)DAT_00019272;\n if (uVar5 == DAT_000190e0) {\n return 0;\n }\n uVar6 = _DAT_00019244 & 0xff;\n if (DAT_000190cc == 0xffffffff) {\n if (DAT_00019272 == 6) {\nLAB_00012338:\n bVar7 = uVar6 != 1;\n DAT_000190cc = 1;\n goto LAB_00012050;\n }\n if (DAT_00019272 < 7) {\n if (DAT_00019272 == 3) goto LAB_00012338;\n }\n else if ((ushort)(DAT_00019272 - 0xb4) < 2) {\n bVar7 = uVar6 != 2;\n DAT_000190cc = 2;\n goto LAB_00012050;\n }\n DAT_000190cc = 3;\nLAB_00012058:\n if ((DAT_000190c8 == 3) || (uVar6 == DAT_000190c8)) {\n if ((DAT_000190e4 != 0xffffffff) && (uVar5 != DAT_000190e4)) {\n uVar6 = uVar5;\n uVar2 = dcgettext(0,"%s: Unmatched e_machine: %d is not %d\n",5,pFVar11,uVar12,uVar5);\n goto LAB_0001223f;\n }\n uVar6 = (uint)DAT_00019270;\n if ((DAT_000190dc == 0xffffffff) || (uVar6 == DAT_000190dc)) {\n uVar6 = _DAT_00019244 >> 0x18;\n if ((DAT_000190d4 == 0xffffffff) || (uVar6 == DAT_000190d4)) {\n if (DAT_00019244 == '\x01') {\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_00019212,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_00019210,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_00019204 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_00019204);\n }\n __ptr = &DAT_00019200;\n sVar1 = 0x34;\n }\n else {\n if (DAT_00019244 != '\x02') {\n \n abort();\n }\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_000191d2,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_000191d0,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_000191c4 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_000191c4);\n }\n __ptr = &DAT_000191c0;\n sVar1 = 0x40;\n }\n sVar1 = fwrite(__ptr,sVar1,1,param_2);\n if (sVar1 == 1) {\n return 0;\n }\n piVar4 = __errno_location();\n pcVar10 = strerror(*piVar4);\n uVar2 = dcgettext(0,"%s: Failed to update ELF header: %s\n",5);\n goto LAB_00011c4e;\n }\n pcVar10 = "%s: Unmatched EI_OSABI: %d is not %d\n";\n uVar9 = DAT_000190d4;\n }\n else {\n pcVar10 = "%s: Unmatched e_type: %d is not %d\n";\n uVar9 = DAT_000190dc;\n }\n }\n else {\n pcVar10 = "%s: Unmatched output EI_CLASS: %d is not %d\n";\n uVar9 = DAT_000190c8;\n }\n }\n else {\n bVar7 = DAT_000190cc != 3 && uVar6 != DAT_000190cc;\nLAB_00012050:\n if (!bVar7) goto LAB_00012058;\n pcVar10 = "%s: Unmatched input EI_CLASS: %d is not %d\n";\n uVar9 = DAT_000190cc;\n }\n uVar2 = dcgettext(0,pcVar10,5);\nLAB_0001223f:\n error(uVar2,uVar12,uVar6,uVar9);\n return 1;\n }" (if "if") (parenthesized_expression "(DAT_00019245 == '\x02')" (( "(") (binary_expression "DAT_00019245 == '\x02'" (identifier "DAT_00019245") (== "==") (char_literal "'\x02'" (' "'") (escape_sequence "\x02") (' "'"))) () ")")) (compound_statement "{\n DAT_00019294 = FUN_00012800;\n DAT_00019298 = FUN_00012dd0;\n if (DAT_00019244 != '\x01') goto LAB_00011ca7;\nLAB_00011d08:\n puVar13 = &DAT_00019210;\n sVar1 = fread(&DAT_00019210,0x24,1,param_2);\n if (sVar1 != 1) goto LAB_00011c39;\n DAT_00019270 = (*DAT_00019294)(puVar13,2);\n DAT_00019272 = (*DAT_00019294)(&DAT_00019212,2);\n DAT_00019268 = (*DAT_00019294)(&DAT_00019214,4);\n uVar8 = (*DAT_00019294)(&DAT_00019218,4);\n DAT_00019254 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019250 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_0001921c,4);\n DAT_0001925c = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019258 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_00019220,4);\n DAT_00019264 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019260 = (undefined4)uVar8;\n DAT_0001926c = (*DAT_00019294)(&DAT_00019224,4);\n DAT_00019274 = (*DAT_00019294)(&DAT_00019228,2);\n DAT_00019278 = (*DAT_00019294)(&DAT_0001922a,2);\n DAT_0001927c = (*DAT_00019294)(&DAT_0001922c,2);\n DAT_00019280 = (*DAT_00019294)(&DAT_0001922e,2);\n DAT_00019284 = (*DAT_00019294)(&DAT_00019230,2);\n DAT_00019288 = (*DAT_00019294)(&DAT_00019232,2);\n DAT_00019200 = DAT_00019240;\n DAT_00019204 = _DAT_00019244;\n DAT_00019208 = DAT_00019248;\n DAT_0001920c = DAT_0001924c;\nLAB_00011fce:\n iVar3 = fseek(param_2,__off,0);\n if (iVar3 != 0) {\n uVar2 = dcgettext(0,"%s: Failed to seek to ELF header\n",5);\n error(uVar2,uVar12);\n }\n uVar9 = DAT_000190e4;\n if (DAT_00019240 != 0x464c457f) {\n pcVar10 = (char *)0x5;\n uVar2 = dcgettext(0,"%s: Not an ELF file - wrong magic bytes at the start\n",5);\n goto LAB_00011c4e;\n }\n if (DAT_00019246 != 1) {\n uVar6 = (uint)DAT_00019246;\n uVar2 = dcgettext(0,"%s: Unsupported EI_VERSION: %d is not %d\n",5,pFVar11,uVar12,uVar6);\n uVar9 = 1;\n uVar6 = uVar6 & 0xff;\n goto LAB_0001223f;\n }\n uVar5 = (uint)DAT_00019272;\n if (uVar5 == DAT_000190e0) {\n return 0;\n }\n uVar6 = _DAT_00019244 & 0xff;\n if (DAT_000190cc == 0xffffffff) {\n if (DAT_00019272 == 6) {\nLAB_00012338:\n bVar7 = uVar6 != 1;\n DAT_000190cc = 1;\n goto LAB_00012050;\n }\n if (DAT_00019272 < 7) {\n if (DAT_00019272 == 3) goto LAB_00012338;\n }\n else if ((ushort)(DAT_00019272 - 0xb4) < 2) {\n bVar7 = uVar6 != 2;\n DAT_000190cc = 2;\n goto LAB_00012050;\n }\n DAT_000190cc = 3;\nLAB_00012058:\n if ((DAT_000190c8 == 3) || (uVar6 == DAT_000190c8)) {\n if ((DAT_000190e4 != 0xffffffff) && (uVar5 != DAT_000190e4)) {\n uVar6 = uVar5;\n uVar2 = dcgettext(0,"%s: Unmatched e_machine: %d is not %d\n",5,pFVar11,uVar12,uVar5);\n goto LAB_0001223f;\n }\n uVar6 = (uint)DAT_00019270;\n if ((DAT_000190dc == 0xffffffff) || (uVar6 == DAT_000190dc)) {\n uVar6 = _DAT_00019244 >> 0x18;\n if ((DAT_000190d4 == 0xffffffff) || (uVar6 == DAT_000190d4)) {\n if (DAT_00019244 == '\x01') {\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_00019212,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_00019210,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_00019204 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_00019204);\n }\n __ptr = &DAT_00019200;\n sVar1 = 0x34;\n }\n else {\n if (DAT_00019244 != '\x02') {\n \n abort();\n }\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_000191d2,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_000191d0,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_000191c4 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_000191c4);\n }\n __ptr = &DAT_000191c0;\n sVar1 = 0x40;\n }\n sVar1 = fwrite(__ptr,sVar1,1,param_2);\n if (sVar1 == 1) {\n return 0;\n }\n piVar4 = __errno_location();\n pcVar10 = strerror(*piVar4);\n uVar2 = dcgettext(0,"%s: Failed to update ELF header: %s\n",5);\n goto LAB_00011c4e;\n }\n pcVar10 = "%s: Unmatched EI_OSABI: %d is not %d\n";\n uVar9 = DAT_000190d4;\n }\n else {\n pcVar10 = "%s: Unmatched e_type: %d is not %d\n";\n uVar9 = DAT_000190dc;\n }\n }\n else {\n pcVar10 = "%s: Unmatched output EI_CLASS: %d is not %d\n";\n uVar9 = DAT_000190c8;\n }\n }\n else {\n bVar7 = DAT_000190cc != 3 && uVar6 != DAT_000190cc;\nLAB_00012050:\n if (!bVar7) goto LAB_00012058;\n pcVar10 = "%s: Unmatched input EI_CLASS: %d is not %d\n";\n uVar9 = DAT_000190cc;\n }\n uVar2 = dcgettext(0,pcVar10,5);\nLAB_0001223f:\n error(uVar2,uVar12,uVar6,uVar9);\n return 1;\n }" ({ "{") (expression_statement "DAT_00019294 = FUN_00012800;" (assignment_expression "DAT_00019294 = FUN_00012800" (identifier "DAT_00019294") (= "=") (identifier "FUN_00012800")) (; ";")) (expression_statement "DAT_00019298 = FUN_00012dd0;" (assignment_expression "DAT_00019298 = FUN_00012dd0" (identifier "DAT_00019298") (= "=") (identifier "FUN_00012dd0")) (; ";")) (if_statement "if (DAT_00019244 != '\x01') goto LAB_00011ca7;" (if "if") (parenthesized_expression "(DAT_00019244 != '\x01')" (( "(") (binary_expression "DAT_00019244 != '\x01'" (identifier "DAT_00019244") (!= "!=") (char_literal "'\x01'" (' "'") (escape_sequence "\x01") (' "'"))) () ")")) (goto_statement "goto LAB_00011ca7;" (goto "goto") (statement_identifier "LAB_00011ca7") (; ";"))) (labeled_statement "LAB_00011d08:\n puVar13 = &DAT_00019210;" (statement_identifier "LAB_00011d08") (: ":") (expression_statement "puVar13 = &DAT_00019210;" (assignment_expression "puVar13 = &DAT_00019210" (identifier "puVar13") (= "=") (pointer_expression "&DAT_00019210" (& "&") (identifier "DAT_00019210"))) (; ";"))) (expression_statement "sVar1 = fread(&DAT_00019210,0x24,1,param_2);" (assignment_expression "sVar1 = fread(&DAT_00019210,0x24,1,param_2)" (identifier "sVar1") (= "=") (call_expression "fread(&DAT_00019210,0x24,1,param_2)" (identifier "fread") (argument_list "(&DAT_00019210,0x24,1,param_2)" (( "(") (pointer_expression "&DAT_00019210" (& "&") (identifier "DAT_00019210")) (, ",") (number_literal "0x24") (, ",") (number_literal "1") (, ",") (identifier "param_2") () ")")))) (; ";")) (if_statement "if (sVar1 != 1) goto LAB_00011c39;" (if "if") (parenthesized_expression "(sVar1 != 1)" (( "(") (binary_expression "sVar1 != 1" (identifier "sVar1") (!= "!=") (number_literal "1")) () ")")) (goto_statement "goto LAB_00011c39;" (goto "goto") (statement_identifier "LAB_00011c39") (; ";"))) (expression_statement "DAT_00019270 = (*DAT_00019294)(puVar13,2);" (assignment_expression "DAT_00019270 = (*DAT_00019294)(puVar13,2)" (identifier "DAT_00019270") (= "=") (call_expression "(*DAT_00019294)(puVar13,2)" (parenthesized_expression "(*DAT_00019294)" (( "(") (pointer_expression "*DAT_00019294" (* "*") (identifier "DAT_00019294")) () ")")) (argument_list "(puVar13,2)" (( "(") (identifier "puVar13") (, ",") (number_literal "2") () ")")))) (; ";")) (expression_statement "DAT_00019272 = (*DAT_00019294)(&DAT_00019212,2);" (assignment_expression "DAT_00019272 = (*DAT_00019294)(&DAT_00019212,2)" (identifier "DAT_00019272") (= "=") (call_expression "(*DAT_00019294)(&DAT_00019212,2)" (parenthesized_expression "(*DAT_00019294)" (( "(") (pointer_expression "*DAT_00019294" (* "*") (identifier "DAT_00019294")) () ")")) (argument_list "(&DAT_00019212,2)" (( "(") (pointer_expression "&DAT_00019212" (& "&") (identifier "DAT_00019212")) (, ",") (number_literal "2") () ")")))) (; ";")) (expression_statement "DAT_00019268 = (*DAT_00019294)(&DAT_00019214,4);" (assignment_expression "DAT_00019268 = (*DAT_00019294)(&DAT_00019214,4)" (identifier "DAT_00019268") (= "=") (call_expression "(*DAT_00019294)(&DAT_00019214,4)" (parenthesized_expression "(*DAT_00019294)" (( "(") (pointer_expression "*DAT_00019294" (* "*") (identifier "DAT_00019294")) () ")")) (argument_list "(&DAT_00019214,4)" (( "(") (pointer_expression "&DAT_00019214" (& "&") (identifier "DAT_00019214")) (, ",") (number_literal "4") () ")")))) (; ";")) (expression_statement "uVar8 = (*DAT_00019294)(&DAT_00019218,4);" (assignment_expression "uVar8 = (*DAT_00019294)(&DAT_00019218,4)" (identifier "uVar8") (= "=") (call_expression "(*DAT_00019294)(&DAT_00019218,4)" (parenthesized_expression "(*DAT_00019294)" (( "(") (pointer_expression "*DAT_00019294" (* "*") (identifier "DAT_00019294")) () ")")) (argument_list "(&DAT_00019218,4)" (( "(") (pointer_expression "&DAT_00019218" (& "&") (identifier "DAT_00019218")) (, ",") (number_literal "4") () ")")))) (; ";")) (expression_statement "DAT_00019254 = (undefined4)((ulonglong)uVar8 >> 0x20);" (assignment_expression "DAT_00019254 = (undefined4)((ulonglong)uVar8 >> 0x20)" (identifier "DAT_00019254") (= "=") (call_expression "(undefined4)((ulonglong)uVar8 >> 0x20)" (parenthesized_expression "(undefined4)" (( "(") (identifier "undefined4") () ")")) (argument_list "((ulonglong)uVar8 >> 0x20)" (( "(") (binary_expression "(ulonglong)uVar8 >> 0x20" (cast_expression "(ulonglong)uVar8" (( "(") (type_descriptor "ulonglong" (type_identifier "ulonglong")) () ")") (identifier "uVar8")) (>> ">>") (number_literal "0x20")) () ")")))) (; ";")) (expression_statement "DAT_00019250 = (undefined4)uVar8;" (assignment_expression "DAT_00019250 = (undefined4)uVar8" (identifier "DAT_00019250") (= "=") (cast_expression "(undefined4)uVar8" (( "(") (type_descriptor "undefined4" (type_identifier "undefined4")) () ")") (identifier "uVar8"))) (; ";")) (expression_statement "uVar8 = (*DAT_00019294)(&DAT_0001921c,4);" (assignment_expression "uVar8 = (*DAT_00019294)(&DAT_0001921c,4)" (identifier "uVar8") (= "=") (call_expression "(*DAT_00019294)(&DAT_0001921c,4)" (parenthesized_expression "(*DAT_00019294)" (( "(") (pointer_expression "*DAT_00019294" (* "*") (identifier "DAT_00019294")) () ")")) (argument_list "(&DAT_0001921c,4)" (( "(") (pointer_expression "&DAT_0001921c" (& "&") (identifier "DAT_0001921c")) (, ",") (number_literal "4") () ")")))) (; ";")) (expression_statement "DAT_0001925c = (undefined4)((ulonglong)uVar8 >> 0x20);" (assignment_expression "DAT_0001925c = (undefined4)((ulonglong)uVar8 >> 0x20)" (identifier "DAT_0001925c") (= "=") (call_expression "(undefined4)((ulonglong)uVar8 >> 0x20)" (parenthesized_expression "(undefined4)" (( "(") (identifier "undefined4") () ")")) (argument_list "((ulonglong)uVar8 >> 0x20)" (( "(") (binary_expression "(ulonglong)uVar8 >> 0x20" (cast_expression "(ulonglong)uVar8" (( "(") (type_descriptor "ulonglong" (type_identifier "ulonglong")) () ")") (identifier "uVar8")) (>> ">>") (number_literal "0x20")) () ")")))) (; ";")) (expression_statement "DAT_00019258 = (undefined4)uVar8;" (assignment_expression "DAT_00019258 = (undefined4)uVar8" (identifier "DAT_00019258") (= "=") (cast_expression "(undefined4)uVar8" (( "(") (type_descriptor "undefined4" (type_identifier "undefined4")) () ")") (identifier "uVar8"))) (; ";")) (expression_statement "uVar8 = (*DAT_00019294)(&DAT_00019220,4);" (assignment_expression "uVar8 = (*DAT_00019294)(&DAT_00019220,4)" (identifier "uVar8") (= "=") (call_expression "(*DAT_00019294)(&DAT_00019220,4)" (parenthesized_expression "(*DAT_00019294)" (( "(") (pointer_expression "*DAT_00019294" (* "*") (identifier "DAT_00019294")) () ")")) (argument_list "(&DAT_00019220,4)" (( "(") (pointer_expression "&DAT_00019220" (& "&") (identifier "DAT_00019220")) (, ",") (number_literal "4") () ")")))) (; ";")) (expression_statement "DAT_00019264 = (undefined4)((ulonglong)uVar8 >> 0x20);" (assignment_expression "DAT_00019264 = (undefined4)((ulonglong)uVar8 >> 0x20)" (identifier "DAT_00019264") (= "=") (call_expression "(undefined4)((ulonglong)uVar8 >> 0x20)" (parenthesized_expression "(undefined4)" (( "(") (identifier "undefined4") () ")")) (argument_list "((ulonglong)uVar8 >> 0x20)" (( "(") (binary_expression "(ulonglong)uVar8 >> 0x20" (cast_expression "(ulonglong)uVar8" (( "(") (type_descriptor "ulonglong" (type_identifier "ulonglong")) () ")") (identifier "uVar8")) (>> ">>") (number_literal "0x20")) () ")")))) (; ";")) (expression_statement "DAT_00019260 = (undefined4)uVar8;" (assignment_expression "DAT_00019260 = (undefined4)uVar8" (identifier "DAT_00019260") (= "=") (cast_expression "(undefined4)uVar8" (( "(") (type_descriptor "undefined4" (type_identifier "undefined4")) () ")") (identifier "uVar8"))) (; ";")) (expression_statement "DAT_0001926c = (*DAT_00019294)(&DAT_00019224,4);" (assignment_expression "DAT_0001926c = (*DAT_00019294)(&DAT_00019224,4)" (identifier "DAT_0001926c") (= "=") (call_expression "(*DAT_00019294)(&DAT_00019224,4)" (parenthesized_expression "(*DAT_00019294)" (( "(") (pointer_expression "*DAT_00019294" (* "*") (identifier "DAT_00019294")) () ")")) (argument_list "(&DAT_00019224,4)" (( "(") (pointer_expression "&DAT_00019224" (& "&") (identifier "DAT_00019224")) (, ",") (number_literal "4") () ")")))) (; ";")) (expression_statement "DAT_00019274 = (*DAT_00019294)(&DAT_00019228,2);" (assignment_expression "DAT_00019274 = (*DAT_00019294)(&DAT_00019228,2)" (identifier "DAT_00019274") (= "=") (call_expression "(*DAT_00019294)(&DAT_00019228,2)" (parenthesized_expression "(*DAT_00019294)" (( "(") (pointer_expression "*DAT_00019294" (* "*") (identifier "DAT_00019294")) () ")")) (argument_list "(&DAT_00019228,2)" (( "(") (pointer_expression "&DAT_00019228" (& "&") (identifier "DAT_00019228")) (, ",") (number_literal "2") () ")")))) (; ";")) (expression_statement "DAT_00019278 = (*DAT_00019294)(&DAT_0001922a,2);" (assignment_expression "DAT_00019278 = (*DAT_00019294)(&DAT_0001922a,2)" (identifier "DAT_00019278") (= "=") (call_expression "(*DAT_00019294)(&DAT_0001922a,2)" (parenthesized_expression "(*DAT_00019294)" (( "(") (pointer_expression "*DAT_00019294" (* "*") (identifier "DAT_00019294")) () ")")) (argument_list "(&DAT_0001922a,2)" (( "(") (pointer_expression "&DAT_0001922a" (& "&") (identifier "DAT_0001922a")) (, ",") (number_literal "2") () ")")))) (; ";")) (expression_statement "DAT_0001927c = (*DAT_00019294)(&DAT_0001922c,2);" (assignment_expression "DAT_0001927c = (*DAT_00019294)(&DAT_0001922c,2)" (identifier "DAT_0001927c") (= "=") (call_expression "(*DAT_00019294)(&DAT_0001922c,2)" (parenthesized_expression "(*DAT_00019294)" (( "(") (pointer_expression "*DAT_00019294" (* "*") (identifier "DAT_00019294")) () ")")) (argument_list "(&DAT_0001922c,2)" (( "(") (pointer_expression "&DAT_0001922c" (& "&") (identifier "DAT_0001922c")) (, ",") (number_literal "2") () ")")))) (; ";")) (expression_statement "DAT_00019280 = (*DAT_00019294)(&DAT_0001922e,2);" (assignment_expression "DAT_00019280 = (*DAT_00019294)(&DAT_0001922e,2)" (identifier "DAT_00019280") (= "=") (call_expression "(*DAT_00019294)(&DAT_0001922e,2)" (parenthesized_expression "(*DAT_00019294)" (( "(") (pointer_expression "*DAT_00019294" (* "*") (identifier "DAT_00019294")) () ")")) (argument_list "(&DAT_0001922e,2)" (( "(") (pointer_expression "&DAT_0001922e" (& "&") (identifier "DAT_0001922e")) (, ",") (number_literal "2") () ")")))) (; ";")) (expression_statement "DAT_00019284 = (*DAT_00019294)(&DAT_00019230,2);" (assignment_expression "DAT_00019284 = (*DAT_00019294)(&DAT_00019230,2)" (identifier "DAT_00019284") (= "=") (call_expression "(*DAT_00019294)(&DAT_00019230,2)" (parenthesized_expression "(*DAT_00019294)" (( "(") (pointer_expression "*DAT_00019294" (* "*") (identifier "DAT_00019294")) () ")")) (argument_list "(&DAT_00019230,2)" (( "(") (pointer_expression "&DAT_00019230" (& "&") (identifier "DAT_00019230")) (, ",") (number_literal "2") () ")")))) (; ";")) (expression_statement "DAT_00019288 = (*DAT_00019294)(&DAT_00019232,2);" (assignment_expression "DAT_00019288 = (*DAT_00019294)(&DAT_00019232,2)" (identifier "DAT_00019288") (= "=") (call_expression "(*DAT_00019294)(&DAT_00019232,2)" (parenthesized_expression "(*DAT_00019294)" (( "(") (pointer_expression "*DAT_00019294" (* "*") (identifier "DAT_00019294")) () ")")) (argument_list "(&DAT_00019232,2)" (( "(") (pointer_expression "&DAT_00019232" (& "&") (identifier "DAT_00019232")) (, ",") (number_literal "2") () ")")))) (; ";")) (expression_statement "DAT_00019200 = DAT_00019240;" (assignment_expression "DAT_00019200 = DAT_00019240" (identifier "DAT_00019200") (= "=") (identifier "DAT_00019240")) (; ";")) (expression_statement "DAT_00019204 = _DAT_00019244;" (assignment_expression "DAT_00019204 = _DAT_00019244" (identifier "DAT_00019204") (= "=") (identifier "_DAT_00019244")) (; ";")) (expression_statement "DAT_00019208 = DAT_00019248;" (assignment_expression "DAT_00019208 = DAT_00019248" (identifier "DAT_00019208") (= "=") (identifier "DAT_00019248")) (; ";")) (expression_statement "DAT_0001920c = DAT_0001924c;" (assignment_expression "DAT_0001920c = DAT_0001924c" (identifier "DAT_0001920c") (= "=") (identifier "DAT_0001924c")) (; ";")) (labeled_statement "LAB_00011fce:\n iVar3 = fseek(param_2,__off,0);" (statement_identifier "LAB_00011fce") (: ":") (expression_statement "iVar3 = fseek(param_2,__off,0);" (assignment_expression "iVar3 = fseek(param_2,__off,0)" (identifier "iVar3") (= "=") (call_expression "fseek(param_2,__off,0)" (identifier "fseek") (argument_list "(param_2,__off,0)" (( "(") (identifier "param_2") (, ",") (identifier "__off") (, ",") (number_literal "0") () ")")))) (; ";"))) (if_statement "if (iVar3 != 0) {\n uVar2 = dcgettext(0,"%s: Failed to seek to ELF header\n",5);\n error(uVar2,uVar12);\n }" (if "if") (parenthesized_expression "(iVar3 != 0)" (( "(") (binary_expression "iVar3 != 0" (identifier "iVar3") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n uVar2 = dcgettext(0,"%s: Failed to seek to ELF header\n",5);\n error(uVar2,uVar12);\n }" ({ "{") (expression_statement "uVar2 = dcgettext(0,"%s: Failed to seek to ELF header\n",5);" (assignment_expression "uVar2 = dcgettext(0,"%s: Failed to seek to ELF header\n",5)" (identifier "uVar2") (= "=") (call_expression "dcgettext(0,"%s: Failed to seek to ELF header\n",5)" (identifier "dcgettext") (argument_list "(0,"%s: Failed to seek to ELF header\n",5)" (( "(") (number_literal "0") (, ",") (string_literal ""%s: Failed to seek to ELF header\n"" (" """) (string_content "%s: Failed to seek to ELF header") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")")))) (; ";")) (expression_statement "error(uVar2,uVar12);" (call_expression "error(uVar2,uVar12)" (identifier "error") (argument_list "(uVar2,uVar12)" (( "(") (identifier "uVar2") (, ",") (identifier "uVar12") () ")"))) (; ";")) (} "}"))) (expression_statement "uVar9 = DAT_000190e4;" (assignment_expression "uVar9 = DAT_000190e4" (identifier "uVar9") (= "=") (identifier "DAT_000190e4")) (; ";")) (if_statement "if (DAT_00019240 != 0x464c457f) {\n pcVar10 = (char *)0x5;\n uVar2 = dcgettext(0,"%s: Not an ELF file - wrong magic bytes at the start\n",5);\n goto LAB_00011c4e;\n }" (if "if") (parenthesized_expression "(DAT_00019240 != 0x464c457f)" (( "(") (binary_expression "DAT_00019240 != 0x464c457f" (identifier "DAT_00019240") (!= "!=") (number_literal "0x464c457f")) () ")")) (compound_statement "{\n pcVar10 = (char *)0x5;\n uVar2 = dcgettext(0,"%s: Not an ELF file - wrong magic bytes at the start\n",5);\n goto LAB_00011c4e;\n }" ({ "{") (expression_statement "pcVar10 = (char *)0x5;" (assignment_expression "pcVar10 = (char *)0x5" (identifier "pcVar10") (= "=") (cast_expression "(char *)0x5" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x5"))) (; ";")) (expression_statement "uVar2 = dcgettext(0,"%s: Not an ELF file - wrong magic bytes at the start\n",5);" (assignment_expression "uVar2 = dcgettext(0,"%s: Not an ELF file - wrong magic bytes at the start\n",5)" (identifier "uVar2") (= "=") (call_expression "dcgettext(0,"%s: Not an ELF file - wrong magic bytes at the start\n",5)" (identifier "dcgettext") (argument_list "(0,"%s: Not an ELF file - wrong magic bytes at the start\n",5)" (( "(") (number_literal "0") (, ",") (string_literal ""%s: Not an ELF file - wrong magic bytes at the start\n"" (" """) (string_content "%s: Not an ELF file - wrong magic bytes at the start") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")")))) (; ";")) (goto_statement "goto LAB_00011c4e;" (goto "goto") (statement_identifier "LAB_00011c4e") (; ";")) (} "}"))) (if_statement "if (DAT_00019246 != 1) {\n uVar6 = (uint)DAT_00019246;\n uVar2 = dcgettext(0,"%s: Unsupported EI_VERSION: %d is not %d\n",5,pFVar11,uVar12,uVar6);\n uVar9 = 1;\n uVar6 = uVar6 & 0xff;\n goto LAB_0001223f;\n }" (if "if") (parenthesized_expression "(DAT_00019246 != 1)" (( "(") (binary_expression "DAT_00019246 != 1" (identifier "DAT_00019246") (!= "!=") (number_literal "1")) () ")")) (compound_statement "{\n uVar6 = (uint)DAT_00019246;\n uVar2 = dcgettext(0,"%s: Unsupported EI_VERSION: %d is not %d\n",5,pFVar11,uVar12,uVar6);\n uVar9 = 1;\n uVar6 = uVar6 & 0xff;\n goto LAB_0001223f;\n }" ({ "{") (expression_statement "uVar6 = (uint)DAT_00019246;" (assignment_expression "uVar6 = (uint)DAT_00019246" (identifier "uVar6") (= "=") (cast_expression "(uint)DAT_00019246" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "DAT_00019246"))) (; ";")) (expression_statement "uVar2 = dcgettext(0,"%s: Unsupported EI_VERSION: %d is not %d\n",5,pFVar11,uVar12,uVar6);" (assignment_expression "uVar2 = dcgettext(0,"%s: Unsupported EI_VERSION: %d is not %d\n",5,pFVar11,uVar12,uVar6)" (identifier "uVar2") (= "=") (call_expression "dcgettext(0,"%s: Unsupported EI_VERSION: %d is not %d\n",5,pFVar11,uVar12,uVar6)" (identifier "dcgettext") (argument_list "(0,"%s: Unsupported EI_VERSION: %d is not %d\n",5,pFVar11,uVar12,uVar6)" (( "(") (number_literal "0") (, ",") (string_literal ""%s: Unsupported EI_VERSION: %d is not %d\n"" (" """) (string_content "%s: Unsupported EI_VERSION: %d is not %d") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") (, ",") (identifier "pFVar11") (, ",") (identifier "uVar12") (, ",") (identifier "uVar6") () ")")))) (; ";")) (expression_statement "uVar9 = 1;" (assignment_expression "uVar9 = 1" (identifier "uVar9") (= "=") (number_literal "1")) (; ";")) (expression_statement "uVar6 = uVar6 & 0xff;" (assignment_expression "uVar6 = uVar6 & 0xff" (identifier "uVar6") (= "=") (binary_expression "uVar6 & 0xff" (identifier "uVar6") (& "&") (number_literal "0xff"))) (; ";")) (goto_statement "goto LAB_0001223f;" (goto "goto") (statement_identifier "LAB_0001223f") (; ";")) (} "}"))) (expression_statement "uVar5 = (uint)DAT_00019272;" (assignment_expression "uVar5 = (uint)DAT_00019272" (identifier "uVar5") (= "=") (cast_expression "(uint)DAT_00019272" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "DAT_00019272"))) (; ";")) (if_statement "if (uVar5 == DAT_000190e0) {\n return 0;\n }" (if "if") (parenthesized_expression "(uVar5 == DAT_000190e0)" (( "(") (binary_expression "uVar5 == DAT_000190e0" (identifier "uVar5") (== "==") (identifier "DAT_000190e0")) () ")")) (compound_statement "{\n return 0;\n }" ({ "{") (return_statement "return 0;" (return "return") (number_literal "0") (; ";")) (} "}"))) (expression_statement "uVar6 = _DAT_00019244 & 0xff;" (assignment_expression "uVar6 = _DAT_00019244 & 0xff" (identifier "uVar6") (= "=") (binary_expression "_DAT_00019244 & 0xff" (identifier "_DAT_00019244") (& "&") (number_literal "0xff"))) (; ";")) (if_statement "if (DAT_000190cc == 0xffffffff) {\n if (DAT_00019272 == 6) {\nLAB_00012338:\n bVar7 = uVar6 != 1;\n DAT_000190cc = 1;\n goto LAB_00012050;\n }\n if (DAT_00019272 < 7) {\n if (DAT_00019272 == 3) goto LAB_00012338;\n }\n else if ((ushort)(DAT_00019272 - 0xb4) < 2) {\n bVar7 = uVar6 != 2;\n DAT_000190cc = 2;\n goto LAB_00012050;\n }\n DAT_000190cc = 3;\nLAB_00012058:\n if ((DAT_000190c8 == 3) || (uVar6 == DAT_000190c8)) {\n if ((DAT_000190e4 != 0xffffffff) && (uVar5 != DAT_000190e4)) {\n uVar6 = uVar5;\n uVar2 = dcgettext(0,"%s: Unmatched e_machine: %d is not %d\n",5,pFVar11,uVar12,uVar5);\n goto LAB_0001223f;\n }\n uVar6 = (uint)DAT_00019270;\n if ((DAT_000190dc == 0xffffffff) || (uVar6 == DAT_000190dc)) {\n uVar6 = _DAT_00019244 >> 0x18;\n if ((DAT_000190d4 == 0xffffffff) || (uVar6 == DAT_000190d4)) {\n if (DAT_00019244 == '\x01') {\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_00019212,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_00019210,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_00019204 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_00019204);\n }\n __ptr = &DAT_00019200;\n sVar1 = 0x34;\n }\n else {\n if (DAT_00019244 != '\x02') {\n \n abort();\n }\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_000191d2,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_000191d0,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_000191c4 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_000191c4);\n }\n __ptr = &DAT_000191c0;\n sVar1 = 0x40;\n }\n sVar1 = fwrite(__ptr,sVar1,1,param_2);\n if (sVar1 == 1) {\n return 0;\n }\n piVar4 = __errno_location();\n pcVar10 = strerror(*piVar4);\n uVar2 = dcgettext(0,"%s: Failed to update ELF header: %s\n",5);\n goto LAB_00011c4e;\n }\n pcVar10 = "%s: Unmatched EI_OSABI: %d is not %d\n";\n uVar9 = DAT_000190d4;\n }\n else {\n pcVar10 = "%s: Unmatched e_type: %d is not %d\n";\n uVar9 = DAT_000190dc;\n }\n }\n else {\n pcVar10 = "%s: Unmatched output EI_CLASS: %d is not %d\n";\n uVar9 = DAT_000190c8;\n }\n }\n else {\n bVar7 = DAT_000190cc != 3 && uVar6 != DAT_000190cc;\nLAB_00012050:\n if (!bVar7) goto LAB_00012058;\n pcVar10 = "%s: Unmatched input EI_CLASS: %d is not %d\n";\n uVar9 = DAT_000190cc;\n }" (if "if") (parenthesized_expression "(DAT_000190cc == 0xffffffff)" (( "(") (binary_expression "DAT_000190cc == 0xffffffff" (identifier "DAT_000190cc") (== "==") (number_literal "0xffffffff")) () ")")) (compound_statement "{\n if (DAT_00019272 == 6) {\nLAB_00012338:\n bVar7 = uVar6 != 1;\n DAT_000190cc = 1;\n goto LAB_00012050;\n }\n if (DAT_00019272 < 7) {\n if (DAT_00019272 == 3) goto LAB_00012338;\n }\n else if ((ushort)(DAT_00019272 - 0xb4) < 2) {\n bVar7 = uVar6 != 2;\n DAT_000190cc = 2;\n goto LAB_00012050;\n }\n DAT_000190cc = 3;\nLAB_00012058:\n if ((DAT_000190c8 == 3) || (uVar6 == DAT_000190c8)) {\n if ((DAT_000190e4 != 0xffffffff) && (uVar5 != DAT_000190e4)) {\n uVar6 = uVar5;\n uVar2 = dcgettext(0,"%s: Unmatched e_machine: %d is not %d\n",5,pFVar11,uVar12,uVar5);\n goto LAB_0001223f;\n }\n uVar6 = (uint)DAT_00019270;\n if ((DAT_000190dc == 0xffffffff) || (uVar6 == DAT_000190dc)) {\n uVar6 = _DAT_00019244 >> 0x18;\n if ((DAT_000190d4 == 0xffffffff) || (uVar6 == DAT_000190d4)) {\n if (DAT_00019244 == '\x01') {\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_00019212,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_00019210,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_00019204 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_00019204);\n }\n __ptr = &DAT_00019200;\n sVar1 = 0x34;\n }\n else {\n if (DAT_00019244 != '\x02') {\n \n abort();\n }\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_000191d2,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_000191d0,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_000191c4 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_000191c4);\n }\n __ptr = &DAT_000191c0;\n sVar1 = 0x40;\n }\n sVar1 = fwrite(__ptr,sVar1,1,param_2);\n if (sVar1 == 1) {\n return 0;\n }\n piVar4 = __errno_location();\n pcVar10 = strerror(*piVar4);\n uVar2 = dcgettext(0,"%s: Failed to update ELF header: %s\n",5);\n goto LAB_00011c4e;\n }\n pcVar10 = "%s: Unmatched EI_OSABI: %d is not %d\n";\n uVar9 = DAT_000190d4;\n }\n else {\n pcVar10 = "%s: Unmatched e_type: %d is not %d\n";\n uVar9 = DAT_000190dc;\n }\n }\n else {\n pcVar10 = "%s: Unmatched output EI_CLASS: %d is not %d\n";\n uVar9 = DAT_000190c8;\n }\n }" ({ "{") (if_statement "if (DAT_00019272 == 6) {\nLAB_00012338:\n bVar7 = uVar6 != 1;\n DAT_000190cc = 1;\n goto LAB_00012050;\n }" (if "if") (parenthesized_expression "(DAT_00019272 == 6)" (( "(") (binary_expression "DAT_00019272 == 6" (identifier "DAT_00019272") (== "==") (number_literal "6")) () ")")) (compound_statement "{\nLAB_00012338:\n bVar7 = uVar6 != 1;\n DAT_000190cc = 1;\n goto LAB_00012050;\n }" ({ "{") (labeled_statement "LAB_00012338:\n bVar7 = uVar6 != 1;" (statement_identifier "LAB_00012338") (: ":") (expression_statement "bVar7 = uVar6 != 1;" (assignment_expression "bVar7 = uVar6 != 1" (identifier "bVar7") (= "=") (binary_expression "uVar6 != 1" (identifier "uVar6") (!= "!=") (number_literal "1"))) (; ";"))) (expression_statement "DAT_000190cc = 1;" (assignment_expression "DAT_000190cc = 1" (identifier "DAT_000190cc") (= "=") (number_literal "1")) (; ";")) (goto_statement "goto LAB_00012050;" (goto "goto") (statement_identifier "LAB_00012050") (; ";")) (} "}"))) (if_statement "if (DAT_00019272 < 7) {\n if (DAT_00019272 == 3) goto LAB_00012338;\n }\n else if ((ushort)(DAT_00019272 - 0xb4) < 2) {\n bVar7 = uVar6 != 2;\n DAT_000190cc = 2;\n goto LAB_00012050;\n }" (if "if") (parenthesized_expression "(DAT_00019272 < 7)" (( "(") (binary_expression "DAT_00019272 < 7" (identifier "DAT_00019272") (< "<") (number_literal "7")) () ")")) (compound_statement "{\n if (DAT_00019272 == 3) goto LAB_00012338;\n }" ({ "{") (if_statement "if (DAT_00019272 == 3) goto LAB_00012338;" (if "if") (parenthesized_expression "(DAT_00019272 == 3)" (( "(") (binary_expression "DAT_00019272 == 3" (identifier "DAT_00019272") (== "==") (number_literal "3")) () ")")) (goto_statement "goto LAB_00012338;" (goto "goto") (statement_identifier "LAB_00012338") (; ";"))) (} "}")) (else_clause "else if ((ushort)(DAT_00019272 - 0xb4) < 2) {\n bVar7 = uVar6 != 2;\n DAT_000190cc = 2;\n goto LAB_00012050;\n }" (else "else") (if_statement "if ((ushort)(DAT_00019272 - 0xb4) < 2) {\n bVar7 = uVar6 != 2;\n DAT_000190cc = 2;\n goto LAB_00012050;\n }" (if "if") (parenthesized_expression "((ushort)(DAT_00019272 - 0xb4) < 2)" (( "(") (binary_expression "(ushort)(DAT_00019272 - 0xb4) < 2" (call_expression "(ushort)(DAT_00019272 - 0xb4)" (parenthesized_expression "(ushort)" (( "(") (identifier "ushort") () ")")) (argument_list "(DAT_00019272 - 0xb4)" (( "(") (binary_expression "DAT_00019272 - 0xb4" (identifier "DAT_00019272") (- "-") (number_literal "0xb4")) () ")"))) (< "<") (number_literal "2")) () ")")) (compound_statement "{\n bVar7 = uVar6 != 2;\n DAT_000190cc = 2;\n goto LAB_00012050;\n }" ({ "{") (expression_statement "bVar7 = uVar6 != 2;" (assignment_expression "bVar7 = uVar6 != 2" (identifier "bVar7") (= "=") (binary_expression "uVar6 != 2" (identifier "uVar6") (!= "!=") (number_literal "2"))) (; ";")) (expression_statement "DAT_000190cc = 2;" (assignment_expression "DAT_000190cc = 2" (identifier "DAT_000190cc") (= "=") (number_literal "2")) (; ";")) (goto_statement "goto LAB_00012050;" (goto "goto") (statement_identifier "LAB_00012050") (; ";")) (} "}"))))) (expression_statement "DAT_000190cc = 3;" (assignment_expression "DAT_000190cc = 3" (identifier "DAT_000190cc") (= "=") (number_literal "3")) (; ";")) (labeled_statement "LAB_00012058:\n if ((DAT_000190c8 == 3) || (uVar6 == DAT_000190c8)) {\n if ((DAT_000190e4 != 0xffffffff) && (uVar5 != DAT_000190e4)) {\n uVar6 = uVar5;\n uVar2 = dcgettext(0,"%s: Unmatched e_machine: %d is not %d\n",5,pFVar11,uVar12,uVar5);\n goto LAB_0001223f;\n }\n uVar6 = (uint)DAT_00019270;\n if ((DAT_000190dc == 0xffffffff) || (uVar6 == DAT_000190dc)) {\n uVar6 = _DAT_00019244 >> 0x18;\n if ((DAT_000190d4 == 0xffffffff) || (uVar6 == DAT_000190d4)) {\n if (DAT_00019244 == '\x01') {\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_00019212,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_00019210,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_00019204 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_00019204);\n }\n __ptr = &DAT_00019200;\n sVar1 = 0x34;\n }\n else {\n if (DAT_00019244 != '\x02') {\n \n abort();\n }\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_000191d2,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_000191d0,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_000191c4 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_000191c4);\n }\n __ptr = &DAT_000191c0;\n sVar1 = 0x40;\n }\n sVar1 = fwrite(__ptr,sVar1,1,param_2);\n if (sVar1 == 1) {\n return 0;\n }\n piVar4 = __errno_location();\n pcVar10 = strerror(*piVar4);\n uVar2 = dcgettext(0,"%s: Failed to update ELF header: %s\n",5);\n goto LAB_00011c4e;\n }\n pcVar10 = "%s: Unmatched EI_OSABI: %d is not %d\n";\n uVar9 = DAT_000190d4;\n }\n else {\n pcVar10 = "%s: Unmatched e_type: %d is not %d\n";\n uVar9 = DAT_000190dc;\n }\n }\n else {\n pcVar10 = "%s: Unmatched output EI_CLASS: %d is not %d\n";\n uVar9 = DAT_000190c8;\n }" (statement_identifier "LAB_00012058") (: ":") (if_statement "if ((DAT_000190c8 == 3) || (uVar6 == DAT_000190c8)) {\n if ((DAT_000190e4 != 0xffffffff) && (uVar5 != DAT_000190e4)) {\n uVar6 = uVar5;\n uVar2 = dcgettext(0,"%s: Unmatched e_machine: %d is not %d\n",5,pFVar11,uVar12,uVar5);\n goto LAB_0001223f;\n }\n uVar6 = (uint)DAT_00019270;\n if ((DAT_000190dc == 0xffffffff) || (uVar6 == DAT_000190dc)) {\n uVar6 = _DAT_00019244 >> 0x18;\n if ((DAT_000190d4 == 0xffffffff) || (uVar6 == DAT_000190d4)) {\n if (DAT_00019244 == '\x01') {\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_00019212,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_00019210,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_00019204 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_00019204);\n }\n __ptr = &DAT_00019200;\n sVar1 = 0x34;\n }\n else {\n if (DAT_00019244 != '\x02') {\n \n abort();\n }\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_000191d2,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_000191d0,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_000191c4 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_000191c4);\n }\n __ptr = &DAT_000191c0;\n sVar1 = 0x40;\n }\n sVar1 = fwrite(__ptr,sVar1,1,param_2);\n if (sVar1 == 1) {\n return 0;\n }\n piVar4 = __errno_location();\n pcVar10 = strerror(*piVar4);\n uVar2 = dcgettext(0,"%s: Failed to update ELF header: %s\n",5);\n goto LAB_00011c4e;\n }\n pcVar10 = "%s: Unmatched EI_OSABI: %d is not %d\n";\n uVar9 = DAT_000190d4;\n }\n else {\n pcVar10 = "%s: Unmatched e_type: %d is not %d\n";\n uVar9 = DAT_000190dc;\n }\n }\n else {\n pcVar10 = "%s: Unmatched output EI_CLASS: %d is not %d\n";\n uVar9 = DAT_000190c8;\n }" (if "if") (parenthesized_expression "((DAT_000190c8 == 3) || (uVar6 == DAT_000190c8))" (( "(") (binary_expression "(DAT_000190c8 == 3) || (uVar6 == DAT_000190c8)" (parenthesized_expression "(DAT_000190c8 == 3)" (( "(") (binary_expression "DAT_000190c8 == 3" (identifier "DAT_000190c8") (== "==") (number_literal "3")) () ")")) (|| "||") (parenthesized_expression "(uVar6 == DAT_000190c8)" (( "(") (binary_expression "uVar6 == DAT_000190c8" (identifier "uVar6") (== "==") (identifier "DAT_000190c8")) () ")"))) () ")")) (compound_statement "{\n if ((DAT_000190e4 != 0xffffffff) && (uVar5 != DAT_000190e4)) {\n uVar6 = uVar5;\n uVar2 = dcgettext(0,"%s: Unmatched e_machine: %d is not %d\n",5,pFVar11,uVar12,uVar5);\n goto LAB_0001223f;\n }\n uVar6 = (uint)DAT_00019270;\n if ((DAT_000190dc == 0xffffffff) || (uVar6 == DAT_000190dc)) {\n uVar6 = _DAT_00019244 >> 0x18;\n if ((DAT_000190d4 == 0xffffffff) || (uVar6 == DAT_000190d4)) {\n if (DAT_00019244 == '\x01') {\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_00019212,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_00019210,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_00019204 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_00019204);\n }\n __ptr = &DAT_00019200;\n sVar1 = 0x34;\n }\n else {\n if (DAT_00019244 != '\x02') {\n \n abort();\n }\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_000191d2,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_000191d0,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_000191c4 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_000191c4);\n }\n __ptr = &DAT_000191c0;\n sVar1 = 0x40;\n }\n sVar1 = fwrite(__ptr,sVar1,1,param_2);\n if (sVar1 == 1) {\n return 0;\n }\n piVar4 = __errno_location();\n pcVar10 = strerror(*piVar4);\n uVar2 = dcgettext(0,"%s: Failed to update ELF header: %s\n",5);\n goto LAB_00011c4e;\n }\n pcVar10 = "%s: Unmatched EI_OSABI: %d is not %d\n";\n uVar9 = DAT_000190d4;\n }\n else {\n pcVar10 = "%s: Unmatched e_type: %d is not %d\n";\n uVar9 = DAT_000190dc;\n }\n }" ({ "{") (if_statement "if ((DAT_000190e4 != 0xffffffff) && (uVar5 != DAT_000190e4)) {\n uVar6 = uVar5;\n uVar2 = dcgettext(0,"%s: Unmatched e_machine: %d is not %d\n",5,pFVar11,uVar12,uVar5);\n goto LAB_0001223f;\n }" (if "if") (parenthesized_expression "((DAT_000190e4 != 0xffffffff) && (uVar5 != DAT_000190e4))" (( "(") (binary_expression "(DAT_000190e4 != 0xffffffff) && (uVar5 != DAT_000190e4)" (parenthesized_expression "(DAT_000190e4 != 0xffffffff)" (( "(") (binary_expression "DAT_000190e4 != 0xffffffff" (identifier "DAT_000190e4") (!= "!=") (number_literal "0xffffffff")) () ")")) (&& "&&") (parenthesized_expression "(uVar5 != DAT_000190e4)" (( "(") (binary_expression "uVar5 != DAT_000190e4" (identifier "uVar5") (!= "!=") (identifier "DAT_000190e4")) () ")"))) () ")")) (compound_statement "{\n uVar6 = uVar5;\n uVar2 = dcgettext(0,"%s: Unmatched e_machine: %d is not %d\n",5,pFVar11,uVar12,uVar5);\n goto LAB_0001223f;\n }" ({ "{") (expression_statement "uVar6 = uVar5;" (assignment_expression "uVar6 = uVar5" (identifier "uVar6") (= "=") (identifier "uVar5")) (; ";")) (expression_statement "uVar2 = dcgettext(0,"%s: Unmatched e_machine: %d is not %d\n",5,pFVar11,uVar12,uVar5);" (assignment_expression "uVar2 = dcgettext(0,"%s: Unmatched e_machine: %d is not %d\n",5,pFVar11,uVar12,uVar5)" (identifier "uVar2") (= "=") (call_expression "dcgettext(0,"%s: Unmatched e_machine: %d is not %d\n",5,pFVar11,uVar12,uVar5)" (identifier "dcgettext") (argument_list "(0,"%s: Unmatched e_machine: %d is not %d\n",5,pFVar11,uVar12,uVar5)" (( "(") (number_literal "0") (, ",") (string_literal ""%s: Unmatched e_machine: %d is not %d\n"" (" """) (string_content "%s: Unmatched e_machine: %d is not %d") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") (, ",") (identifier "pFVar11") (, ",") (identifier "uVar12") (, ",") (identifier "uVar5") () ")")))) (; ";")) (goto_statement "goto LAB_0001223f;" (goto "goto") (statement_identifier "LAB_0001223f") (; ";")) (} "}"))) (expression_statement "uVar6 = (uint)DAT_00019270;" (assignment_expression "uVar6 = (uint)DAT_00019270" (identifier "uVar6") (= "=") (cast_expression "(uint)DAT_00019270" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "DAT_00019270"))) (; ";")) (if_statement "if ((DAT_000190dc == 0xffffffff) || (uVar6 == DAT_000190dc)) {\n uVar6 = _DAT_00019244 >> 0x18;\n if ((DAT_000190d4 == 0xffffffff) || (uVar6 == DAT_000190d4)) {\n if (DAT_00019244 == '\x01') {\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_00019212,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_00019210,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_00019204 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_00019204);\n }\n __ptr = &DAT_00019200;\n sVar1 = 0x34;\n }\n else {\n if (DAT_00019244 != '\x02') {\n \n abort();\n }\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_000191d2,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_000191d0,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_000191c4 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_000191c4);\n }\n __ptr = &DAT_000191c0;\n sVar1 = 0x40;\n }\n sVar1 = fwrite(__ptr,sVar1,1,param_2);\n if (sVar1 == 1) {\n return 0;\n }\n piVar4 = __errno_location();\n pcVar10 = strerror(*piVar4);\n uVar2 = dcgettext(0,"%s: Failed to update ELF header: %s\n",5);\n goto LAB_00011c4e;\n }\n pcVar10 = "%s: Unmatched EI_OSABI: %d is not %d\n";\n uVar9 = DAT_000190d4;\n }\n else {\n pcVar10 = "%s: Unmatched e_type: %d is not %d\n";\n uVar9 = DAT_000190dc;\n }" (if "if") (parenthesized_expression "((DAT_000190dc == 0xffffffff) || (uVar6 == DAT_000190dc))" (( "(") (binary_expression "(DAT_000190dc == 0xffffffff) || (uVar6 == DAT_000190dc)" (parenthesized_expression "(DAT_000190dc == 0xffffffff)" (( "(") (binary_expression "DAT_000190dc == 0xffffffff" (identifier "DAT_000190dc") (== "==") (number_literal "0xffffffff")) () ")")) (|| "||") (parenthesized_expression "(uVar6 == DAT_000190dc)" (( "(") (binary_expression "uVar6 == DAT_000190dc" (identifier "uVar6") (== "==") (identifier "DAT_000190dc")) () ")"))) () ")")) (compound_statement "{\n uVar6 = _DAT_00019244 >> 0x18;\n if ((DAT_000190d4 == 0xffffffff) || (uVar6 == DAT_000190d4)) {\n if (DAT_00019244 == '\x01') {\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_00019212,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_00019210,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_00019204 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_00019204);\n }\n __ptr = &DAT_00019200;\n sVar1 = 0x34;\n }\n else {\n if (DAT_00019244 != '\x02') {\n \n abort();\n }\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_000191d2,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_000191d0,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_000191c4 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_000191c4);\n }\n __ptr = &DAT_000191c0;\n sVar1 = 0x40;\n }\n sVar1 = fwrite(__ptr,sVar1,1,param_2);\n if (sVar1 == 1) {\n return 0;\n }\n piVar4 = __errno_location();\n pcVar10 = strerror(*piVar4);\n uVar2 = dcgettext(0,"%s: Failed to update ELF header: %s\n",5);\n goto LAB_00011c4e;\n }\n pcVar10 = "%s: Unmatched EI_OSABI: %d is not %d\n";\n uVar9 = DAT_000190d4;\n }" ({ "{") (expression_statement "uVar6 = _DAT_00019244 >> 0x18;" (assignment_expression "uVar6 = _DAT_00019244 >> 0x18" (identifier "uVar6") (= "=") (binary_expression "_DAT_00019244 >> 0x18" (identifier "_DAT_00019244") (>> ">>") (number_literal "0x18"))) (; ";")) (if_statement "if ((DAT_000190d4 == 0xffffffff) || (uVar6 == DAT_000190d4)) {\n if (DAT_00019244 == '\x01') {\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_00019212,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_00019210,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_00019204 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_00019204);\n }\n __ptr = &DAT_00019200;\n sVar1 = 0x34;\n }\n else {\n if (DAT_00019244 != '\x02') {\n \n abort();\n }\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_000191d2,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_000191d0,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_000191c4 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_000191c4);\n }\n __ptr = &DAT_000191c0;\n sVar1 = 0x40;\n }\n sVar1 = fwrite(__ptr,sVar1,1,param_2);\n if (sVar1 == 1) {\n return 0;\n }\n piVar4 = __errno_location();\n pcVar10 = strerror(*piVar4);\n uVar2 = dcgettext(0,"%s: Failed to update ELF header: %s\n",5);\n goto LAB_00011c4e;\n }" (if "if") (parenthesized_expression "((DAT_000190d4 == 0xffffffff) || (uVar6 == DAT_000190d4))" (( "(") (binary_expression "(DAT_000190d4 == 0xffffffff) || (uVar6 == DAT_000190d4)" (parenthesized_expression "(DAT_000190d4 == 0xffffffff)" (( "(") (binary_expression "DAT_000190d4 == 0xffffffff" (identifier "DAT_000190d4") (== "==") (number_literal "0xffffffff")) () ")")) (|| "||") (parenthesized_expression "(uVar6 == DAT_000190d4)" (( "(") (binary_expression "uVar6 == DAT_000190d4" (identifier "uVar6") (== "==") (identifier "DAT_000190d4")) () ")"))) () ")")) (compound_statement "{\n if (DAT_00019244 == '\x01') {\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_00019212,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_00019210,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_00019204 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_00019204);\n }\n __ptr = &DAT_00019200;\n sVar1 = 0x34;\n }\n else {\n if (DAT_00019244 != '\x02') {\n \n abort();\n }\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_000191d2,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_000191d0,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_000191c4 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_000191c4);\n }\n __ptr = &DAT_000191c0;\n sVar1 = 0x40;\n }\n sVar1 = fwrite(__ptr,sVar1,1,param_2);\n if (sVar1 == 1) {\n return 0;\n }\n piVar4 = __errno_location();\n pcVar10 = strerror(*piVar4);\n uVar2 = dcgettext(0,"%s: Failed to update ELF header: %s\n",5);\n goto LAB_00011c4e;\n }" ({ "{") (if_statement "if (DAT_00019244 == '\x01') {\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_00019212,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_00019210,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_00019204 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_00019204);\n }\n __ptr = &DAT_00019200;\n sVar1 = 0x34;\n }\n else {\n if (DAT_00019244 != '\x02') {\n \n abort();\n }\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_000191d2,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_000191d0,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_000191c4 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_000191c4);\n }\n __ptr = &DAT_000191c0;\n sVar1 = 0x40;\n }" (if "if") (parenthesized_expression "(DAT_00019244 == '\x01')" (( "(") (binary_expression "DAT_00019244 == '\x01'" (identifier "DAT_00019244") (== "==") (char_literal "'\x01'" (' "'") (escape_sequence "\x01") (' "'"))) () ")")) (compound_statement "{\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_00019212,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_00019210,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_00019204 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_00019204);\n }\n __ptr = &DAT_00019200;\n sVar1 = 0x34;\n }" ({ "{") (if_statement "if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_00019212,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }" (if "if") (parenthesized_expression "(DAT_000190e0 != 0xffffffff)" (( "(") (binary_expression "DAT_000190e0 != 0xffffffff" (identifier "DAT_000190e0") (!= "!=") (number_literal "0xffffffff")) () ")")) (compound_statement "{\n (*DAT_00019298)(&DAT_00019212,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }" ({ "{") (expression_statement "(*DAT_00019298)(&DAT_00019212,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);" (call_expression "(*DAT_00019298)(&DAT_00019212,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2)" (parenthesized_expression "(*DAT_00019298)" (( "(") (pointer_expression "*DAT_00019298" (* "*") (identifier "DAT_00019298")) () ")")) (argument_list "(&DAT_00019212,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2)" (( "(") (pointer_expression "&DAT_00019212" (& "&") (identifier "DAT_00019212")) (, ",") (identifier "DAT_000190e0") (, ",") (binary_expression "(int)DAT_000190e0 >> 0x1f" (cast_expression "(int)DAT_000190e0" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "DAT_000190e0")) (>> ">>") (number_literal "0x1f")) (, ",") (number_literal "2") () ")"))) (; ";")) (} "}"))) (if_statement "if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_00019210,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }" (if "if") (parenthesized_expression "(DAT_000190d8 != -1)" (( "(") (binary_expression "DAT_000190d8 != -1" (identifier "DAT_000190d8") (!= "!=") (number_literal "-1")) () ")")) (compound_statement "{\n (*DAT_00019298)(&DAT_00019210,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }" ({ "{") (expression_statement "(*DAT_00019298)(&DAT_00019210,DAT_000190d8,DAT_000190d8 >> 0x1f,2);" (call_expression "(*DAT_00019298)(&DAT_00019210,DAT_000190d8,DAT_000190d8 >> 0x1f,2)" (parenthesized_expression "(*DAT_00019298)" (( "(") (pointer_expression "*DAT_00019298" (* "*") (identifier "DAT_00019298")) () ")")) (argument_list "(&DAT_00019210,DAT_000190d8,DAT_000190d8 >> 0x1f,2)" (( "(") (pointer_expression "&DAT_00019210" (& "&") (identifier "DAT_00019210")) (, ",") (identifier "DAT_000190d8") (, ",") (binary_expression "DAT_000190d8 >> 0x1f" (identifier "DAT_000190d8") (>> ">>") (number_literal "0x1f")) (, ",") (number_literal "2") () ")"))) (; ";")) (} "}"))) (if_statement "if (DAT_000190d0 != -1) {\n DAT_00019204 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_00019204);\n }" (if "if") (parenthesized_expression "(DAT_000190d0 != -1)" (( "(") (binary_expression "DAT_000190d0 != -1" (identifier "DAT_000190d0") (!= "!=") (number_literal "-1")) () ")")) (compound_statement "{\n DAT_00019204 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_00019204);\n }" ({ "{") (expression_statement "DAT_00019204 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_00019204);" (assignment_expression "DAT_00019204 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_00019204)" (identifier "DAT_00019204") (= "=") (call_expression "CONCAT13((char)DAT_000190d0,(undefined3)DAT_00019204)" (identifier "CONCAT13") (argument_list "((char)DAT_000190d0,(undefined3)DAT_00019204)" (( "(") (cast_expression "(char)DAT_000190d0" (( "(") (type_descriptor "char" (primitive_type "char")) () ")") (identifier "DAT_000190d0")) (, ",") (cast_expression "(undefined3)DAT_00019204" (( "(") (type_descriptor "undefined3" (type_identifier "undefined3")) () ")") (identifier "DAT_00019204")) () ")")))) (; ";")) (} "}"))) (expression_statement "__ptr = &DAT_00019200;" (assignment_expression "__ptr = &DAT_00019200" (identifier "__ptr") (= "=") (pointer_expression "&DAT_00019200" (& "&") (identifier "DAT_00019200"))) (; ";")) (expression_statement "sVar1 = 0x34;" (assignment_expression "sVar1 = 0x34" (identifier "sVar1") (= "=") (number_literal "0x34")) (; ";")) (} "}")) (else_clause "else {\n if (DAT_00019244 != '\x02') {\n \n abort();\n }\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_000191d2,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_000191d0,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_000191c4 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_000191c4);\n }\n __ptr = &DAT_000191c0;\n sVar1 = 0x40;\n }" (else "else") (compound_statement "{\n if (DAT_00019244 != '\x02') {\n \n abort();\n }\n if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_000191d2,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }\n if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_000191d0,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }\n if (DAT_000190d0 != -1) {\n DAT_000191c4 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_000191c4);\n }\n __ptr = &DAT_000191c0;\n sVar1 = 0x40;\n }" ({ "{") (if_statement "if (DAT_00019244 != '\x02') {\n \n abort();\n }" (if "if") (parenthesized_expression "(DAT_00019244 != '\x02')" (( "(") (binary_expression "DAT_00019244 != '\x02'" (identifier "DAT_00019244") (!= "!=") (char_literal "'\x02'" (' "'") (escape_sequence "\x02") (' "'"))) () ")")) (compound_statement "{\n \n abort();\n }" ({ "{") (expression_statement "abort();" (call_expression "abort()" (identifier "abort") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (if_statement "if (DAT_000190e0 != 0xffffffff) {\n (*DAT_00019298)(&DAT_000191d2,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }" (if "if") (parenthesized_expression "(DAT_000190e0 != 0xffffffff)" (( "(") (binary_expression "DAT_000190e0 != 0xffffffff" (identifier "DAT_000190e0") (!= "!=") (number_literal "0xffffffff")) () ")")) (compound_statement "{\n (*DAT_00019298)(&DAT_000191d2,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);\n }" ({ "{") (expression_statement "(*DAT_00019298)(&DAT_000191d2,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2);" (call_expression "(*DAT_00019298)(&DAT_000191d2,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2)" (parenthesized_expression "(*DAT_00019298)" (( "(") (pointer_expression "*DAT_00019298" (* "*") (identifier "DAT_00019298")) () ")")) (argument_list "(&DAT_000191d2,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2)" (( "(") (pointer_expression "&DAT_000191d2" (& "&") (identifier "DAT_000191d2")) (, ",") (identifier "DAT_000190e0") (, ",") (binary_expression "(int)DAT_000190e0 >> 0x1f" (cast_expression "(int)DAT_000190e0" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "DAT_000190e0")) (>> ">>") (number_literal "0x1f")) (, ",") (number_literal "2") () ")"))) (; ";")) (} "}"))) (if_statement "if (DAT_000190d8 != -1) {\n (*DAT_00019298)(&DAT_000191d0,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }" (if "if") (parenthesized_expression "(DAT_000190d8 != -1)" (( "(") (binary_expression "DAT_000190d8 != -1" (identifier "DAT_000190d8") (!= "!=") (number_literal "-1")) () ")")) (compound_statement "{\n (*DAT_00019298)(&DAT_000191d0,DAT_000190d8,DAT_000190d8 >> 0x1f,2);\n }" ({ "{") (expression_statement "(*DAT_00019298)(&DAT_000191d0,DAT_000190d8,DAT_000190d8 >> 0x1f,2);" (call_expression "(*DAT_00019298)(&DAT_000191d0,DAT_000190d8,DAT_000190d8 >> 0x1f,2)" (parenthesized_expression "(*DAT_00019298)" (( "(") (pointer_expression "*DAT_00019298" (* "*") (identifier "DAT_00019298")) () ")")) (argument_list "(&DAT_000191d0,DAT_000190d8,DAT_000190d8 >> 0x1f,2)" (( "(") (pointer_expression "&DAT_000191d0" (& "&") (identifier "DAT_000191d0")) (, ",") (identifier "DAT_000190d8") (, ",") (binary_expression "DAT_000190d8 >> 0x1f" (identifier "DAT_000190d8") (>> ">>") (number_literal "0x1f")) (, ",") (number_literal "2") () ")"))) (; ";")) (} "}"))) (if_statement "if (DAT_000190d0 != -1) {\n DAT_000191c4 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_000191c4);\n }" (if "if") (parenthesized_expression "(DAT_000190d0 != -1)" (( "(") (binary_expression "DAT_000190d0 != -1" (identifier "DAT_000190d0") (!= "!=") (number_literal "-1")) () ")")) (compound_statement "{\n DAT_000191c4 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_000191c4);\n }" ({ "{") (expression_statement "DAT_000191c4 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_000191c4);" (assignment_expression "DAT_000191c4 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_000191c4)" (identifier "DAT_000191c4") (= "=") (call_expression "CONCAT13((char)DAT_000190d0,(undefined3)DAT_000191c4)" (identifier "CONCAT13") (argument_list "((char)DAT_000190d0,(undefined3)DAT_000191c4)" (( "(") (cast_expression "(char)DAT_000190d0" (( "(") (type_descriptor "char" (primitive_type "char")) () ")") (identifier "DAT_000190d0")) (, ",") (cast_expression "(undefined3)DAT_000191c4" (( "(") (type_descriptor "undefined3" (type_identifier "undefined3")) () ")") (identifier "DAT_000191c4")) () ")")))) (; ";")) (} "}"))) (expression_statement "__ptr = &DAT_000191c0;" (assignment_expression "__ptr = &DAT_000191c0" (identifier "__ptr") (= "=") (pointer_expression "&DAT_000191c0" (& "&") (identifier "DAT_000191c0"))) (; ";")) (expression_statement "sVar1 = 0x40;" (assignment_expression "sVar1 = 0x40" (identifier "sVar1") (= "=") (number_literal "0x40")) (; ";")) (} "}")))) (expression_statement "sVar1 = fwrite(__ptr,sVar1,1,param_2);" (assignment_expression "sVar1 = fwrite(__ptr,sVar1,1,param_2)" (identifier "sVar1") (= "=") (call_expression "fwrite(__ptr,sVar1,1,param_2)" (identifier "fwrite") (argument_list "(__ptr,sVar1,1,param_2)" (( "(") (identifier "__ptr") (, ",") (identifier "sVar1") (, ",") (number_literal "1") (, ",") (identifier "param_2") () ")")))) (; ";")) (if_statement "if (sVar1 == 1) {\n return 0;\n }" (if "if") (parenthesized_expression "(sVar1 == 1)" (( "(") (binary_expression "sVar1 == 1" (identifier "sVar1") (== "==") (number_literal "1")) () ")")) (compound_statement "{\n return 0;\n }" ({ "{") (return_statement "return 0;" (return "return") (number_literal "0") (; ";")) (} "}"))) (expression_statement "piVar4 = __errno_location();" (assignment_expression "piVar4 = __errno_location()" (identifier "piVar4") (= "=") (call_expression "__errno_location()" (identifier "__errno_location") (argument_list "()" (( "(") () ")")))) (; ";")) (expression_statement "pcVar10 = strerror(*piVar4);" (assignment_expression "pcVar10 = strerror(*piVar4)" (identifier "pcVar10") (= "=") (call_expression "strerror(*piVar4)" (identifier "strerror") (argument_list "(*piVar4)" (( "(") (pointer_expression "*piVar4" (* "*") (identifier "piVar4")) () ")")))) (; ";")) (expression_statement "uVar2 = dcgettext(0,"%s: Failed to update ELF header: %s\n",5);" (assignment_expression "uVar2 = dcgettext(0,"%s: Failed to update ELF header: %s\n",5)" (identifier "uVar2") (= "=") (call_expression "dcgettext(0,"%s: Failed to update ELF header: %s\n",5)" (identifier "dcgettext") (argument_list "(0,"%s: Failed to update ELF header: %s\n",5)" (( "(") (number_literal "0") (, ",") (string_literal ""%s: Failed to update ELF header: %s\n"" (" """) (string_content "%s: Failed to update ELF header: %s") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")")))) (; ";")) (goto_statement "goto LAB_00011c4e;" (goto "goto") (statement_identifier "LAB_00011c4e") (; ";")) (} "}"))) (expression_statement "pcVar10 = "%s: Unmatched EI_OSABI: %d is not %d\n";" (assignment_expression "pcVar10 = "%s: Unmatched EI_OSABI: %d is not %d\n"" (identifier "pcVar10") (= "=") (string_literal ""%s: Unmatched EI_OSABI: %d is not %d\n"" (" """) (string_content "%s: Unmatched EI_OSABI: %d is not %d") (escape_sequence "\n") (" """))) (; ";")) (expression_statement "uVar9 = DAT_000190d4;" (assignment_expression "uVar9 = DAT_000190d4" (identifier "uVar9") (= "=") (identifier "DAT_000190d4")) (; ";")) (} "}")) (else_clause "else {\n pcVar10 = "%s: Unmatched e_type: %d is not %d\n";\n uVar9 = DAT_000190dc;\n }" (else "else") (compound_statement "{\n pcVar10 = "%s: Unmatched e_type: %d is not %d\n";\n uVar9 = DAT_000190dc;\n }" ({ "{") (expression_statement "pcVar10 = "%s: Unmatched e_type: %d is not %d\n";" (assignment_expression "pcVar10 = "%s: Unmatched e_type: %d is not %d\n"" (identifier "pcVar10") (= "=") (string_literal ""%s: Unmatched e_type: %d is not %d\n"" (" """) (string_content "%s: Unmatched e_type: %d is not %d") (escape_sequence "\n") (" """))) (; ";")) (expression_statement "uVar9 = DAT_000190dc;" (assignment_expression "uVar9 = DAT_000190dc" (identifier "uVar9") (= "=") (identifier "DAT_000190dc")) (; ";")) (} "}")))) (} "}")) (else_clause "else {\n pcVar10 = "%s: Unmatched output EI_CLASS: %d is not %d\n";\n uVar9 = DAT_000190c8;\n }" (else "else") (compound_statement "{\n pcVar10 = "%s: Unmatched output EI_CLASS: %d is not %d\n";\n uVar9 = DAT_000190c8;\n }" ({ "{") (expression_statement "pcVar10 = "%s: Unmatched output EI_CLASS: %d is not %d\n";" (assignment_expression "pcVar10 = "%s: Unmatched output EI_CLASS: %d is not %d\n"" (identifier "pcVar10") (= "=") (string_literal ""%s: Unmatched output EI_CLASS: %d is not %d\n"" (" """) (string_content "%s: Unmatched output EI_CLASS: %d is not %d") (escape_sequence "\n") (" """))) (; ";")) (expression_statement "uVar9 = DAT_000190c8;" (assignment_expression "uVar9 = DAT_000190c8" (identifier "uVar9") (= "=") (identifier "DAT_000190c8")) (; ";")) (} "}"))))) (} "}")) (else_clause "else {\n bVar7 = DAT_000190cc != 3 && uVar6 != DAT_000190cc;\nLAB_00012050:\n if (!bVar7) goto LAB_00012058;\n pcVar10 = "%s: Unmatched input EI_CLASS: %d is not %d\n";\n uVar9 = DAT_000190cc;\n }" (else "else") (compound_statement "{\n bVar7 = DAT_000190cc != 3 && uVar6 != DAT_000190cc;\nLAB_00012050:\n if (!bVar7) goto LAB_00012058;\n pcVar10 = "%s: Unmatched input EI_CLASS: %d is not %d\n";\n uVar9 = DAT_000190cc;\n }" ({ "{") (expression_statement "bVar7 = DAT_000190cc != 3 && uVar6 != DAT_000190cc;" (assignment_expression "bVar7 = DAT_000190cc != 3 && uVar6 != DAT_000190cc" (identifier "bVar7") (= "=") (binary_expression "DAT_000190cc != 3 && uVar6 != DAT_000190cc" (binary_expression "DAT_000190cc != 3" (identifier "DAT_000190cc") (!= "!=") (number_literal "3")) (&& "&&") (binary_expression "uVar6 != DAT_000190cc" (identifier "uVar6") (!= "!=") (identifier "DAT_000190cc")))) (; ";")) (labeled_statement "LAB_00012050:\n if (!bVar7) goto LAB_00012058;" (statement_identifier "LAB_00012050") (: ":") (if_statement "if (!bVar7) goto LAB_00012058;" (if "if") (parenthesized_expression "(!bVar7)" (( "(") (unary_expression "!bVar7" (! "!") (identifier "bVar7")) () ")")) (goto_statement "goto LAB_00012058;" (goto "goto") (statement_identifier "LAB_00012058") (; ";")))) (expression_statement "pcVar10 = "%s: Unmatched input EI_CLASS: %d is not %d\n";" (assignment_expression "pcVar10 = "%s: Unmatched input EI_CLASS: %d is not %d\n"" (identifier "pcVar10") (= "=") (string_literal ""%s: Unmatched input EI_CLASS: %d is not %d\n"" (" """) (string_content "%s: Unmatched input EI_CLASS: %d is not %d") (escape_sequence "\n") (" """))) (; ";")) (expression_statement "uVar9 = DAT_000190cc;" (assignment_expression "uVar9 = DAT_000190cc" (identifier "uVar9") (= "=") (identifier "DAT_000190cc")) (; ";")) (} "}")))) (expression_statement "uVar2 = dcgettext(0,pcVar10,5);" (assignment_expression "uVar2 = dcgettext(0,pcVar10,5)" (identifier "uVar2") (= "=") (call_expression "dcgettext(0,pcVar10,5)" (identifier "dcgettext") (argument_list "(0,pcVar10,5)" (( "(") (number_literal "0") (, ",") (identifier "pcVar10") (, ",") (number_literal "5") () ")")))) (; ";")) (labeled_statement "LAB_0001223f:\n error(uVar2,uVar12,uVar6,uVar9);" (statement_identifier "LAB_0001223f") (: ":") (expression_statement "error(uVar2,uVar12,uVar6,uVar9);" (call_expression "error(uVar2,uVar12,uVar6,uVar9)" (identifier "error") (argument_list "(uVar2,uVar12,uVar6,uVar9)" (( "(") (identifier "uVar2") (, ",") (identifier "uVar12") (, ",") (identifier "uVar6") (, ",") (identifier "uVar9") () ")"))) (; ";"))) (return_statement "return 1;" (return "return") (number_literal "1") (; ";")) (} "}"))) (expression_statement "DAT_00019294 = FUN_00012e50;" (assignment_expression "DAT_00019294 = FUN_00012e50" (identifier "DAT_00019294") (= "=") (identifier "FUN_00012e50")) (; ";")) (expression_statement "DAT_00019298 = FUN_00012d40;" (assignment_expression "DAT_00019298 = FUN_00012d40" (identifier "DAT_00019298") (= "=") (identifier "FUN_00012d40")) (; ";")) (if_statement "if (DAT_00019244 == '\x01') goto LAB_00011d08;" (if "if") (parenthesized_expression "(DAT_00019244 == '\x01')" (( "(") (binary_expression "DAT_00019244 == '\x01'" (identifier "DAT_00019244") (== "==") (char_literal "'\x01'" (' "'") (escape_sequence "\x01") (' "'"))) () ")")) (goto_statement "goto LAB_00011d08;" (goto "goto") (statement_identifier "LAB_00011d08") (; ";"))) (labeled_statement "LAB_00011ca7:\n uVar9 = _DAT_00019244 & 0xff;" (statement_identifier "LAB_00011ca7") (: ":") (expression_statement "uVar9 = _DAT_00019244 & 0xff;" (assignment_expression "uVar9 = _DAT_00019244 & 0xff" (identifier "uVar9") (= "=") (binary_expression "_DAT_00019244 & 0xff" (identifier "_DAT_00019244") (& "&") (number_literal "0xff"))) (; ";"))) (if_statement "if (DAT_00019244 == '\x02') {\n puVar13 = &DAT_000191d0;\n sVar1 = fread(&DAT_000191d0,0x30,1,param_2);\n if (sVar1 == 1) {\n DAT_00019270 = (*DAT_00019294)(puVar13,2);\n DAT_00019272 = (*DAT_00019294)(&DAT_000191d2,2);\n DAT_00019268 = (*DAT_00019294)(&DAT_000191d4,4);\n uVar8 = (*DAT_00019294)(&DAT_000191d8,8);\n DAT_00019254 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019250 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_000191e0,8);\n DAT_0001925c = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019258 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_000191e8,8);\n DAT_00019264 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019260 = (undefined4)uVar8;\n DAT_0001926c = (*DAT_00019294)(&DAT_000191f0,4);\n DAT_00019274 = (*DAT_00019294)(&DAT_000191f4,2);\n DAT_00019278 = (*DAT_00019294)(&DAT_000191f6,2);\n DAT_0001927c = (*DAT_00019294)(&DAT_000191f8,2);\n DAT_00019280 = (*DAT_00019294)(&DAT_000191fa,2);\n DAT_00019284 = (*DAT_00019294)(&DAT_000191fc,2);\n DAT_00019288 = (*DAT_00019294)(&DAT_000191fe,2);\n DAT_000191c0 = DAT_00019240;\n DAT_000191c4 = _DAT_00019244;\n DAT_000191c8 = DAT_00019248;\n DAT_000191cc = DAT_0001924c;\n goto LAB_00011fce;\n }\n }\n else {\n uVar2 = dcgettext(0,"Unsupported EI_CLASS: %d\n",5);\n error(uVar2,uVar9 & 0xff);\n }" (if "if") (parenthesized_expression "(DAT_00019244 == '\x02')" (( "(") (binary_expression "DAT_00019244 == '\x02'" (identifier "DAT_00019244") (== "==") (char_literal "'\x02'" (' "'") (escape_sequence "\x02") (' "'"))) () ")")) (compound_statement "{\n puVar13 = &DAT_000191d0;\n sVar1 = fread(&DAT_000191d0,0x30,1,param_2);\n if (sVar1 == 1) {\n DAT_00019270 = (*DAT_00019294)(puVar13,2);\n DAT_00019272 = (*DAT_00019294)(&DAT_000191d2,2);\n DAT_00019268 = (*DAT_00019294)(&DAT_000191d4,4);\n uVar8 = (*DAT_00019294)(&DAT_000191d8,8);\n DAT_00019254 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019250 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_000191e0,8);\n DAT_0001925c = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019258 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_000191e8,8);\n DAT_00019264 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019260 = (undefined4)uVar8;\n DAT_0001926c = (*DAT_00019294)(&DAT_000191f0,4);\n DAT_00019274 = (*DAT_00019294)(&DAT_000191f4,2);\n DAT_00019278 = (*DAT_00019294)(&DAT_000191f6,2);\n DAT_0001927c = (*DAT_00019294)(&DAT_000191f8,2);\n DAT_00019280 = (*DAT_00019294)(&DAT_000191fa,2);\n DAT_00019284 = (*DAT_00019294)(&DAT_000191fc,2);\n DAT_00019288 = (*DAT_00019294)(&DAT_000191fe,2);\n DAT_000191c0 = DAT_00019240;\n DAT_000191c4 = _DAT_00019244;\n DAT_000191c8 = DAT_00019248;\n DAT_000191cc = DAT_0001924c;\n goto LAB_00011fce;\n }\n }" ({ "{") (expression_statement "puVar13 = &DAT_000191d0;" (assignment_expression "puVar13 = &DAT_000191d0" (identifier "puVar13") (= "=") (pointer_expression "&DAT_000191d0" (& "&") (identifier "DAT_000191d0"))) (; ";")) (expression_statement "sVar1 = fread(&DAT_000191d0,0x30,1,param_2);" (assignment_expression "sVar1 = fread(&DAT_000191d0,0x30,1,param_2)" (identifier "sVar1") (= "=") (call_expression "fread(&DAT_000191d0,0x30,1,param_2)" (identifier "fread") (argument_list "(&DAT_000191d0,0x30,1,param_2)" (( "(") (pointer_expression "&DAT_000191d0" (& "&") (identifier "DAT_000191d0")) (, ",") (number_literal "0x30") (, ",") (number_literal "1") (, ",") (identifier "param_2") () ")")))) (; ";")) (if_statement "if (sVar1 == 1) {\n DAT_00019270 = (*DAT_00019294)(puVar13,2);\n DAT_00019272 = (*DAT_00019294)(&DAT_000191d2,2);\n DAT_00019268 = (*DAT_00019294)(&DAT_000191d4,4);\n uVar8 = (*DAT_00019294)(&DAT_000191d8,8);\n DAT_00019254 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019250 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_000191e0,8);\n DAT_0001925c = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019258 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_000191e8,8);\n DAT_00019264 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019260 = (undefined4)uVar8;\n DAT_0001926c = (*DAT_00019294)(&DAT_000191f0,4);\n DAT_00019274 = (*DAT_00019294)(&DAT_000191f4,2);\n DAT_00019278 = (*DAT_00019294)(&DAT_000191f6,2);\n DAT_0001927c = (*DAT_00019294)(&DAT_000191f8,2);\n DAT_00019280 = (*DAT_00019294)(&DAT_000191fa,2);\n DAT_00019284 = (*DAT_00019294)(&DAT_000191fc,2);\n DAT_00019288 = (*DAT_00019294)(&DAT_000191fe,2);\n DAT_000191c0 = DAT_00019240;\n DAT_000191c4 = _DAT_00019244;\n DAT_000191c8 = DAT_00019248;\n DAT_000191cc = DAT_0001924c;\n goto LAB_00011fce;\n }" (if "if") (parenthesized_expression "(sVar1 == 1)" (( "(") (binary_expression "sVar1 == 1" (identifier "sVar1") (== "==") (number_literal "1")) () ")")) (compound_statement "{\n DAT_00019270 = (*DAT_00019294)(puVar13,2);\n DAT_00019272 = (*DAT_00019294)(&DAT_000191d2,2);\n DAT_00019268 = (*DAT_00019294)(&DAT_000191d4,4);\n uVar8 = (*DAT_00019294)(&DAT_000191d8,8);\n DAT_00019254 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019250 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_000191e0,8);\n DAT_0001925c = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019258 = (undefined4)uVar8;\n uVar8 = (*DAT_00019294)(&DAT_000191e8,8);\n DAT_00019264 = (undefined4)((ulonglong)uVar8 >> 0x20);\n DAT_00019260 = (undefined4)uVar8;\n DAT_0001926c = (*DAT_00019294)(&DAT_000191f0,4);\n DAT_00019274 = (*DAT_00019294)(&DAT_000191f4,2);\n DAT_00019278 = (*DAT_00019294)(&DAT_000191f6,2);\n DAT_0001927c = (*DAT_00019294)(&DAT_000191f8,2);\n DAT_00019280 = (*DAT_00019294)(&DAT_000191fa,2);\n DAT_00019284 = (*DAT_00019294)(&DAT_000191fc,2);\n DAT_00019288 = (*DAT_00019294)(&DAT_000191fe,2);\n DAT_000191c0 = DAT_00019240;\n DAT_000191c4 = _DAT_00019244;\n DAT_000191c8 = DAT_00019248;\n DAT_000191cc = DAT_0001924c;\n goto LAB_00011fce;\n }" ({ "{") (expression_statement "DAT_00019270 = (*DAT_00019294)(puVar13,2);" (assignment_expression "DAT_00019270 = (*DAT_00019294)(puVar13,2)" (identifier "DAT_00019270") (= "=") (call_expression "(*DAT_00019294)(puVar13,2)" (parenthesized_expression "(*DAT_00019294)" (( "(") (pointer_expression "*DAT_00019294" (* "*") (identifier "DAT_00019294")) () ")")) (argument_list "(puVar13,2)" (( "(") (identifier "puVar13") (, ",") (number_literal "2") () ")")))) (; ";")) (expression_statement "DAT_00019272 = (*DAT_00019294)(&DAT_000191d2,2);" (assignment_expression "DAT_00019272 = (*DAT_00019294)(&DAT_000191d2,2)" (identifier "DAT_00019272") (= "=") (call_expression "(*DAT_00019294)(&DAT_000191d2,2)" (parenthesized_expression "(*DAT_00019294)" (( "(") (pointer_expression "*DAT_00019294" (* "*") (identifier "DAT_00019294")) () ")")) (argument_list "(&DAT_000191d2,2)" (( "(") (pointer_expression "&DAT_000191d2" (& "&") (identifier "DAT_000191d2")) (, ",") (number_literal "2") () ")")))) (; ";")) (expression_statement "DAT_00019268 = (*DAT_00019294)(&DAT_000191d4,4);" (assignment_expression "DAT_00019268 = (*DAT_00019294)(&DAT_000191d4,4)" (identifier "DAT_00019268") (= "=") (call_expression "(*DAT_00019294)(&DAT_000191d4,4)" (parenthesized_expression "(*DAT_00019294)" (( "(") (pointer_expression "*DAT_00019294" (* "*") (identifier "DAT_00019294")) () ")")) (argument_list "(&DAT_000191d4,4)" (( "(") (pointer_expression "&DAT_000191d4" (& "&") (identifier "DAT_000191d4")) (, ",") (number_literal "4") () ")")))) (; ";")) (expression_statement "uVar8 = (*DAT_00019294)(&DAT_000191d8,8);" (assignment_expression "uVar8 = (*DAT_00019294)(&DAT_000191d8,8)" (identifier "uVar8") (= "=") (call_expression "(*DAT_00019294)(&DAT_000191d8,8)" (parenthesized_expression "(*DAT_00019294)" (( "(") (pointer_expression "*DAT_00019294" (* "*") (identifier "DAT_00019294")) () ")")) (argument_list "(&DAT_000191d8,8)" (( "(") (pointer_expression "&DAT_000191d8" (& "&") (identifier "DAT_000191d8")) (, ",") (number_literal "8") () ")")))) (; ";")) (expression_statement "DAT_00019254 = (undefined4)((ulonglong)uVar8 >> 0x20);" (assignment_expression "DAT_00019254 = (undefined4)((ulonglong)uVar8 >> 0x20)" (identifier "DAT_00019254") (= "=") (call_expression "(undefined4)((ulonglong)uVar8 >> 0x20)" (parenthesized_expression "(undefined4)" (( "(") (identifier "undefined4") () ")")) (argument_list "((ulonglong)uVar8 >> 0x20)" (( "(") (binary_expression "(ulonglong)uVar8 >> 0x20" (cast_expression "(ulonglong)uVar8" (( "(") (type_descriptor "ulonglong" (type_identifier "ulonglong")) () ")") (identifier "uVar8")) (>> ">>") (number_literal "0x20")) () ")")))) (; ";")) (expression_statement "DAT_00019250 = (undefined4)uVar8;" (assignment_expression "DAT_00019250 = (undefined4)uVar8" (identifier "DAT_00019250") (= "=") (cast_expression "(undefined4)uVar8" (( "(") (type_descriptor "undefined4" (type_identifier "undefined4")) () ")") (identifier "uVar8"))) (; ";")) (expression_statement "uVar8 = (*DAT_00019294)(&DAT_000191e0,8);" (assignment_expression "uVar8 = (*DAT_00019294)(&DAT_000191e0,8)" (identifier "uVar8") (= "=") (call_expression "(*DAT_00019294)(&DAT_000191e0,8)" (parenthesized_expression "(*DAT_00019294)" (( "(") (pointer_expression "*DAT_00019294" (* "*") (identifier "DAT_00019294")) () ")")) (argument_list "(&DAT_000191e0,8)" (( "(") (pointer_expression "&DAT_000191e0" (& "&") (identifier "DAT_000191e0")) (, ",") (number_literal "8") () ")")))) (; ";")) (expression_statement "DAT_0001925c = (undefined4)((ulonglong)uVar8 >> 0x20);" (assignment_expression "DAT_0001925c = (undefined4)((ulonglong)uVar8 >> 0x20)" (identifier "DAT_0001925c") (= "=") (call_expression "(undefined4)((ulonglong)uVar8 >> 0x20)" (parenthesized_expression "(undefined4)" (( "(") (identifier "undefined4") () ")")) (argument_list "((ulonglong)uVar8 >> 0x20)" (( "(") (binary_expression "(ulonglong)uVar8 >> 0x20" (cast_expression "(ulonglong)uVar8" (( "(") (type_descriptor "ulonglong" (type_identifier "ulonglong")) () ")") (identifier "uVar8")) (>> ">>") (number_literal "0x20")) () ")")))) (; ";")) (expression_statement "DAT_00019258 = (undefined4)uVar8;" (assignment_expression "DAT_00019258 = (undefined4)uVar8" (identifier "DAT_00019258") (= "=") (cast_expression "(undefined4)uVar8" (( "(") (type_descriptor "undefined4" (type_identifier "undefined4")) () ")") (identifier "uVar8"))) (; ";")) (expression_statement "uVar8 = (*DAT_00019294)(&DAT_000191e8,8);" (assignment_expression "uVar8 = (*DAT_00019294)(&DAT_000191e8,8)" (identifier "uVar8") (= "=") (call_expression "(*DAT_00019294)(&DAT_000191e8,8)" (parenthesized_expression "(*DAT_00019294)" (( "(") (pointer_expression "*DAT_00019294" (* "*") (identifier "DAT_00019294")) () ")")) (argument_list "(&DAT_000191e8,8)" (( "(") (pointer_expression "&DAT_000191e8" (& "&") (identifier "DAT_000191e8")) (, ",") (number_literal "8") () ")")))) (; ";")) (expression_statement "DAT_00019264 = (undefined4)((ulonglong)uVar8 >> 0x20);" (assignment_expression "DAT_00019264 = (undefined4)((ulonglong)uVar8 >> 0x20)" (identifier "DAT_00019264") (= "=") (call_expression "(undefined4)((ulonglong)uVar8 >> 0x20)" (parenthesized_expression "(undefined4)" (( "(") (identifier "undefined4") () ")")) (argument_list "((ulonglong)uVar8 >> 0x20)" (( "(") (binary_expression "(ulonglong)uVar8 >> 0x20" (cast_expression "(ulonglong)uVar8" (( "(") (type_descriptor "ulonglong" (type_identifier "ulonglong")) () ")") (identifier "uVar8")) (>> ">>") (number_literal "0x20")) () ")")))) (; ";")) (expression_statement "DAT_00019260 = (undefined4)uVar8;" (assignment_expression "DAT_00019260 = (undefined4)uVar8" (identifier "DAT_00019260") (= "=") (cast_expression "(undefined4)uVar8" (( "(") (type_descriptor "undefined4" (type_identifier "undefined4")) () ")") (identifier "uVar8"))) (; ";")) (expression_statement "DAT_0001926c = (*DAT_00019294)(&DAT_000191f0,4);" (assignment_expression "DAT_0001926c = (*DAT_00019294)(&DAT_000191f0,4)" (identifier "DAT_0001926c") (= "=") (call_expression "(*DAT_00019294)(&DAT_000191f0,4)" (parenthesized_expression "(*DAT_00019294)" (( "(") (pointer_expression "*DAT_00019294" (* "*") (identifier "DAT_00019294")) () ")")) (argument_list "(&DAT_000191f0,4)" (( "(") (pointer_expression "&DAT_000191f0" (& "&") (identifier "DAT_000191f0")) (, ",") (number_literal "4") () ")")))) (; ";")) (expression_statement "DAT_00019274 = (*DAT_00019294)(&DAT_000191f4,2);" (assignment_expression "DAT_00019274 = (*DAT_00019294)(&DAT_000191f4,2)" (identifier "DAT_00019274") (= "=") (call_expression "(*DAT_00019294)(&DAT_000191f4,2)" (parenthesized_expression "(*DAT_00019294)" (( "(") (pointer_expression "*DAT_00019294" (* "*") (identifier "DAT_00019294")) () ")")) (argument_list "(&DAT_000191f4,2)" (( "(") (pointer_expression "&DAT_000191f4" (& "&") (identifier "DAT_000191f4")) (, ",") (number_literal "2") () ")")))) (; ";")) (expression_statement "DAT_00019278 = (*DAT_00019294)(&DAT_000191f6,2);" (assignment_expression "DAT_00019278 = (*DAT_00019294)(&DAT_000191f6,2)" (identifier "DAT_00019278") (= "=") (call_expression "(*DAT_00019294)(&DAT_000191f6,2)" (parenthesized_expression "(*DAT_00019294)" (( "(") (pointer_expression "*DAT_00019294" (* "*") (identifier "DAT_00019294")) () ")")) (argument_list "(&DAT_000191f6,2)" (( "(") (pointer_expression "&DAT_000191f6" (& "&") (identifier "DAT_000191f6")) (, ",") (number_literal "2") () ")")))) (; ";")) (expression_statement "DAT_0001927c = (*DAT_00019294)(&DAT_000191f8,2);" (assignment_expression "DAT_0001927c = (*DAT_00019294)(&DAT_000191f8,2)" (identifier "DAT_0001927c") (= "=") (call_expression "(*DAT_00019294)(&DAT_000191f8,2)" (parenthesized_expression "(*DAT_00019294)" (( "(") (pointer_expression "*DAT_00019294" (* "*") (identifier "DAT_00019294")) () ")")) (argument_list "(&DAT_000191f8,2)" (( "(") (pointer_expression "&DAT_000191f8" (& "&") (identifier "DAT_000191f8")) (, ",") (number_literal "2") () ")")))) (; ";")) (expression_statement "DAT_00019280 = (*DAT_00019294)(&DAT_000191fa,2);" (assignment_expression "DAT_00019280 = (*DAT_00019294)(&DAT_000191fa,2)" (identifier "DAT_00019280") (= "=") (call_expression "(*DAT_00019294)(&DAT_000191fa,2)" (parenthesized_expression "(*DAT_00019294)" (( "(") (pointer_expression "*DAT_00019294" (* "*") (identifier "DAT_00019294")) () ")")) (argument_list "(&DAT_000191fa,2)" (( "(") (pointer_expression "&DAT_000191fa" (& "&") (identifier "DAT_000191fa")) (, ",") (number_literal "2") () ")")))) (; ";")) (expression_statement "DAT_00019284 = (*DAT_00019294)(&DAT_000191fc,2);" (assignment_expression "DAT_00019284 = (*DAT_00019294)(&DAT_000191fc,2)" (identifier "DAT_00019284") (= "=") (call_expression "(*DAT_00019294)(&DAT_000191fc,2)" (parenthesized_expression "(*DAT_00019294)" (( "(") (pointer_expression "*DAT_00019294" (* "*") (identifier "DAT_00019294")) () ")")) (argument_list "(&DAT_000191fc,2)" (( "(") (pointer_expression "&DAT_000191fc" (& "&") (identifier "DAT_000191fc")) (, ",") (number_literal "2") () ")")))) (; ";")) (expression_statement "DAT_00019288 = (*DAT_00019294)(&DAT_000191fe,2);" (assignment_expression "DAT_00019288 = (*DAT_00019294)(&DAT_000191fe,2)" (identifier "DAT_00019288") (= "=") (call_expression "(*DAT_00019294)(&DAT_000191fe,2)" (parenthesized_expression "(*DAT_00019294)" (( "(") (pointer_expression "*DAT_00019294" (* "*") (identifier "DAT_00019294")) () ")")) (argument_list "(&DAT_000191fe,2)" (( "(") (pointer_expression "&DAT_000191fe" (& "&") (identifier "DAT_000191fe")) (, ",") (number_literal "2") () ")")))) (; ";")) (expression_statement "DAT_000191c0 = DAT_00019240;" (assignment_expression "DAT_000191c0 = DAT_00019240" (identifier "DAT_000191c0") (= "=") (identifier "DAT_00019240")) (; ";")) (expression_statement "DAT_000191c4 = _DAT_00019244;" (assignment_expression "DAT_000191c4 = _DAT_00019244" (identifier "DAT_000191c4") (= "=") (identifier "_DAT_00019244")) (; ";")) (expression_statement "DAT_000191c8 = DAT_00019248;" (assignment_expression "DAT_000191c8 = DAT_00019248" (identifier "DAT_000191c8") (= "=") (identifier "DAT_00019248")) (; ";")) (expression_statement "DAT_000191cc = DAT_0001924c;" (assignment_expression "DAT_000191cc = DAT_0001924c" (identifier "DAT_000191cc") (= "=") (identifier "DAT_0001924c")) (; ";")) (goto_statement "goto LAB_00011fce;" (goto "goto") (statement_identifier "LAB_00011fce") (; ";")) (} "}"))) (} "}")) (else_clause "else {\n uVar2 = dcgettext(0,"Unsupported EI_CLASS: %d\n",5);\n error(uVar2,uVar9 & 0xff);\n }" (else "else") (compound_statement "{\n uVar2 = dcgettext(0,"Unsupported EI_CLASS: %d\n",5);\n error(uVar2,uVar9 & 0xff);\n }" ({ "{") (expression_statement "uVar2 = dcgettext(0,"Unsupported EI_CLASS: %d\n",5);" (assignment_expression "uVar2 = dcgettext(0,"Unsupported EI_CLASS: %d\n",5)" (identifier "uVar2") (= "=") (call_expression "dcgettext(0,"Unsupported EI_CLASS: %d\n",5)" (identifier "dcgettext") (argument_list "(0,"Unsupported EI_CLASS: %d\n",5)" (( "(") (number_literal "0") (, ",") (string_literal ""Unsupported EI_CLASS: %d\n"" (" """) (string_content "Unsupported EI_CLASS: %d") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")")))) (; ";")) (expression_statement "error(uVar2,uVar9 & 0xff);" (call_expression "error(uVar2,uVar9 & 0xff)" (identifier "error") (argument_list "(uVar2,uVar9 & 0xff)" (( "(") (identifier "uVar2") (, ",") (binary_expression "uVar9 & 0xff" (identifier "uVar9") (& "&") (number_literal "0xff")) () ")"))) (; ";")) (} "}")))) (} "}"))) (labeled_statement "LAB_00011c39:\n pcVar10 = (char *)0x5;" (statement_identifier "LAB_00011c39") (: ":") (expression_statement "pcVar10 = (char *)0x5;" (assignment_expression "pcVar10 = (char *)0x5" (identifier "pcVar10") (= "=") (cast_expression "(char *)0x5" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x5"))) (; ";"))) (expression_statement "uVar2 = dcgettext(0,"%s: Failed to read ELF header\n",5);" (assignment_expression "uVar2 = dcgettext(0,"%s: Failed to read ELF header\n",5)" (identifier "uVar2") (= "=") (call_expression "dcgettext(0,"%s: Failed to read ELF header\n",5)" (identifier "dcgettext") (argument_list "(0,"%s: Failed to read ELF header\n",5)" (( "(") (number_literal "0") (, ",") (string_literal ""%s: Failed to read ELF header\n"" (" """) (string_content "%s: Failed to read ELF header") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")")))) (; ";")) (labeled_statement "LAB_00011c4e:\n error(uVar2,uVar12,pcVar10);" (statement_identifier "LAB_00011c4e") (: ":") (expression_statement "error(uVar2,uVar12,pcVar10);" (call_expression "error(uVar2,uVar12,pcVar10)" (identifier "error") (argument_list "(uVar2,uVar12,pcVar10)" (( "(") (identifier "uVar2") (, ",") (identifier "uVar12") (, ",") (identifier "pcVar10") () ")"))) (; ";"))) (return_statement "return 1;" (return "return") (number_literal "1") (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ int __regparm3 function_1(char *file_name,type_1 *file) { type_2 var_28; type_3 var_27; long __off; size_t var_3; char *pcVar4; int var_5; type_4 *__ptr; int *piVar6; type_5 var_9; type_5 var_8; bool bVar9; type_6 eVar10; type_5 eVar11; char *pcVar12; type_1 *pFVar13; type_7 var_26; type_8 *puVar15; __off = var_1((type_1 *)file); var_3 = var_2(&elf_header,0x10,1,(type_1 *)file); if (var_3 != 1) goto LAB_00011c39; pFVar13 = file; if (elf_header.e_ident[5] == '\x02') { byte_get = byte_get_big_endian; byte_put = byte_put_big_endian; if (elf_header.e_ident[4] != '\x01') goto LAB_00011ca7; LAB_00011d08: puVar15 = ehdr32.e_type; var_3 = var_2(ehdr32.e_type,0x24,1,(type_1 *)file); if (var_3 != 1) goto LAB_00011c39; eVar10 = (*byte_get)(puVar15,2); elf_header.e_type = (type_9)eVar10; eVar10 = (*byte_get)(ehdr32.e_machine,2); elf_header.e_machine = (type_9)eVar10; eVar10 = (*byte_get)(ehdr32.e_version,4); elf_header.e_version = (type_10)eVar10; elf_header.e_entry = (*byte_get)(ehdr32.e_entry,4); elf_header.e_phoff = (*byte_get)(ehdr32.e_phoff,4); elf_header.e_shoff = (*byte_get)(ehdr32.e_shoff,4); eVar10 = (*byte_get)(ehdr32.e_flags,4); elf_header.e_flags = (type_10)eVar10; eVar10 = (*byte_get)(ehdr32.e_ehsize,2); elf_header.e_ehsize = (type_7)eVar10; eVar10 = (*byte_get)(ehdr32.e_phentsize,2); elf_header.e_phentsize = (type_7)eVar10; eVar10 = (*byte_get)(ehdr32.e_phnum,2); elf_header.e_phnum = (type_7)eVar10; eVar10 = (*byte_get)(ehdr32.e_shentsize,2); elf_header.e_shentsize = (type_7)eVar10; eVar10 = (*byte_get)(ehdr32.e_shnum,2); elf_header.e_shnum = (type_7)eVar10; eVar10 = (*byte_get)(ehdr32.e_shstrndx,2); elf_header.e_shstrndx = (type_7)eVar10; ehdr32.e_ident[0] = elf_header.e_ident[0]; ehdr32.e_ident[1] = elf_header.e_ident[1]; ehdr32.e_ident[2] = elf_header.e_ident[2]; ehdr32.e_ident[3] = elf_header.e_ident[3]; ehdr32.e_ident[4] = elf_header.e_ident[4]; ehdr32.e_ident[5] = elf_header.e_ident[5]; ehdr32.e_ident[6] = elf_header.e_ident[6]; ehdr32.e_ident[7] = elf_header.e_ident[7]; ehdr32.e_ident[8] = elf_header.e_ident[8]; ehdr32.e_ident[9] = elf_header.e_ident[9]; ehdr32.e_ident[10] = elf_header.e_ident[10]; ehdr32.e_ident[0xb] = elf_header.e_ident[0xb]; ehdr32.e_ident[0xc] = elf_header.e_ident[0xc]; ehdr32.e_ident[0xd] = elf_header.e_ident[0xd]; ehdr32.e_ident[0xe] = elf_header.e_ident[0xe]; ehdr32.e_ident[0xf] = elf_header.e_ident[0xf]; LAB_00011fce: var_5 = var_4((type_1 *)file,__off,0); if (var_5 != 0) { pcVar4 = (char *)var_6(0,"%s: Failed to seek to ELF header\n",5); var_7(pcVar4,file_name); } eVar11 = var_17; if (elf_header.e_ident._0_4_ == 0x464c457f) { if (elf_header.e_ident[6] != '\x01') { var_8 = (type_5)elf_header.e_ident[6]; pcVar4 = (char *)var_6(0,"%s: Unsupported EI_VERSION: %d is not %d\n",5,pFVar13, file_name,var_8); eVar11 = var_13; var_8 = var_8 & 0xff; goto LAB_0001223f; } var_9 = (type_5)elf_header.e_machine; var_28 = elf_header.e_entry; var_27 = elf_header.e_shoff; if (var_9 != var_10) { var_8 = elf_header.e_ident._4_4_ & 0xff; if (var_11 == var_12) { if (elf_header.e_machine == 6) { LAB_00012338: bVar9 = var_8 != var_13; var_11 = var_13; goto LAB_00012050; } if (elf_header.e_machine < 7) { if (elf_header.e_machine == 3) goto LAB_00012338; } else if ((type_9)(elf_header.e_machine - 0xb4) < 2) { bVar9 = var_8 != var_14; var_11 = var_14; goto LAB_00012050; } var_11 = var_16; LAB_00012058: if ((var_15 == var_16) || (var_8 == var_15)) { if ((var_17 != -1) && (var_9 != var_17)) { var_8 = var_9; pcVar4 = (char *)var_6(0,"%s: Unmatched e_machine: %d is not %d\n",5,pFVar13, file_name,var_9); goto LAB_0001223f; } var_8 = (type_5)elf_header.e_type; if ((var_18 == -1) || (var_8 == var_18)) { var_8 = (type_7)elf_header.e_ident._4_4_ >> 0x18; if ((var_19 == -1) || (var_8 == var_19)) { if (elf_header.e_ident[4] == '\x01') { if (var_10 != -1) { (*byte_put)(ehdr32.e_machine,(type_11)var_10,2); } if (var_20 != -1) { (*byte_put)(ehdr32.e_type,(type_11)var_20,2); } if (var_21 != -1) { ehdr32.e_ident[7] = (type_8)var_21; } __ptr = &ehdr32; var_3 = 0x34; } else { if (elf_header.e_ident[4] != '\x02') { /* WARNING: Subroutine does not return */ var_22(); } if (var_10 != -1) { (*byte_put)(ehdr64.e_machine,(type_11)var_10,2); } if (var_20 != -1) { (*byte_put)(ehdr64.e_type,(type_11)var_20,2); } if (var_21 != -1) { ehdr64.e_ident[7] = (type_8)var_21; } var_3 = 0x40; __ptr = (type_4 *)&ehdr64; } var_3 = var_23(__ptr,var_3,1,(type_1 *)file); var_28 = elf_header.e_entry; var_27 = elf_header.e_shoff; if (var_3 != 1) { piVar6 = var_24(); pcVar12 = var_25(*piVar6); pcVar4 = (char *)var_6(0,"%s: Failed to update ELF header: %s\n",5); goto LAB_00011c4e; } goto LAB_00012260; } pcVar4 = "%s: Unmatched EI_OSABI: %d is not %d\n"; eVar11 = var_19; } else { pcVar4 = "%s: Unmatched e_type: %d is not %d\n"; eVar11 = var_18; } } else { pcVar4 = "%s: Unmatched output EI_CLASS: %d is not %d\n"; eVar11 = var_15; } } else { bVar9 = var_11 != var_16 && var_8 != var_11; LAB_00012050: if (!bVar9) goto LAB_00012058; pcVar4 = "%s: Unmatched input EI_CLASS: %d is not %d\n"; eVar11 = var_11; } pcVar4 = (char *)var_6(0,pcVar4,5); LAB_0001223f: var_7(pcVar4,file_name,var_8,eVar11); return 1; } LAB_00012260: var_5 = 0; goto LAB_00011c60; } pcVar12 = (char *)0x5; pcVar4 = (char *)var_6(0,"%s: Not an ELF file - wrong magic bytes at the start\n",5); } else { byte_get = byte_get_little_endian; byte_put = byte_put_little_endian; if (elf_header.e_ident[4] == '\x01') goto LAB_00011d08; LAB_00011ca7: var_26 = elf_header.e_ident._4_4_ & 0xff; if (elf_header.e_ident[4] == '\x02') { puVar15 = ehdr64.e_type; var_3 = var_2(ehdr64.e_type,0x30,1,(type_1 *)file); if (var_3 != 1) goto LAB_00011c39; eVar10 = (*byte_get)(puVar15,2); elf_header.e_type = (type_9)eVar10; eVar10 = (*byte_get)(ehdr64.e_machine,2); elf_header.e_machine = (type_9)eVar10; eVar10 = (*byte_get)(ehdr64.e_version,4); elf_header.e_version = (type_10)eVar10; elf_header.e_entry = (*byte_get)(ehdr64.e_entry,8); elf_header.e_phoff = (*byte_get)(ehdr64.e_phoff,8); elf_header.e_shoff = (*byte_get)(ehdr64.e_shoff,8); eVar10 = (*byte_get)(ehdr64.e_flags,4); elf_header.e_flags = (type_10)eVar10; eVar10 = (*byte_get)(ehdr64.e_ehsize,2); elf_header.e_ehsize = (type_7)eVar10; eVar10 = (*byte_get)(ehdr64.e_phentsize,2); elf_header.e_phentsize = (type_7)eVar10; eVar10 = (*byte_get)(ehdr64.e_phnum,2); elf_header.e_phnum = (type_7)eVar10; eVar10 = (*byte_get)(ehdr64.e_shentsize,2); elf_header.e_shentsize = (type_7)eVar10; eVar10 = (*byte_get)(ehdr64.e_shnum,2); elf_header.e_shnum = (type_7)eVar10; eVar10 = (*byte_get)(ehdr64.e_shstrndx,2); elf_header.e_shstrndx = (type_7)eVar10; ehdr64.e_ident[0] = elf_header.e_ident[0]; ehdr64.e_ident[1] = elf_header.e_ident[1]; ehdr64.e_ident[2] = elf_header.e_ident[2]; ehdr64.e_ident[3] = elf_header.e_ident[3]; ehdr64.e_ident[4] = elf_header.e_ident[4]; ehdr64.e_ident[5] = elf_header.e_ident[5]; ehdr64.e_ident[6] = elf_header.e_ident[6]; ehdr64.e_ident[7] = elf_header.e_ident[7]; ehdr64.e_ident[8] = elf_header.e_ident[8]; ehdr64.e_ident[9] = elf_header.e_ident[9]; ehdr64.e_ident[10] = elf_header.e_ident[10]; ehdr64.e_ident[0xb] = elf_header.e_ident[0xb]; ehdr64.e_ident[0xc] = elf_header.e_ident[0xc]; ehdr64.e_ident[0xd] = elf_header.e_ident[0xd]; ehdr64.e_ident[0xe] = elf_header.e_ident[0xe]; ehdr64.e_ident[0xf] = elf_header.e_ident[0xf]; goto LAB_00011fce; } pcVar4 = (char *)var_6(0,"Unsupported EI_CLASS: %d\n",5); var_7(pcVar4,var_26 & 0xff); LAB_00011c39: pcVar12 = (char *)0x5; pcVar4 = (char *)var_6(0,"%s: Failed to read ELF header\n",5); } LAB_00011c4e: var_7(pcVar4,file_name,pcVar12); var_5 = 1; var_28 = elf_header.e_entry; var_27 = elf_header.e_shoff; LAB_00011c60: elf_header.e_shoff._4_4_ = (type_12)(var_27 >> 0x20); elf_header.e_shoff._0_4_ = (type_12)var_27; elf_header.e_entry._4_4_ = (type_12)(var_28 >> 0x20); elf_header.e_entry._0_4_ = (type_12)var_28; return var_5; }
null
(translation_unit (function_definition type: (type_identifier) (ERROR (identifier)) 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))))) body: (compound_statement (declaration type: (sized_type_specifier) 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: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) 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: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) 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: (type_identifier) declarator: (pointer_declarator declarator: (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: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)) (number_literal) (number_literal) (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (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: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (escape_sequence)))) consequence: (goto_statement label: (statement_identifier))) (labeled_statement label: (statement_identifier) (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 (pointer_expression argument: (identifier)) (number_literal) (number_literal) (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: (call_expression function: (parenthesized_expression (pointer_expression argument: (identifier))) arguments: (argument_list (identifier) (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (identifier))) arguments: (argument_list (pointer_expression argument: (identifier)) (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (identifier))) arguments: (argument_list (pointer_expression argument: (identifier)) (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (identifier))) arguments: (argument_list (pointer_expression argument: (identifier)) (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: (type_identifier)) value: (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: (call_expression function: (parenthesized_expression (pointer_expression argument: (identifier))) arguments: (argument_list (pointer_expression argument: (identifier)) (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: (type_identifier)) value: (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: (call_expression function: (parenthesized_expression (pointer_expression argument: (identifier))) arguments: (argument_list (pointer_expression argument: (identifier)) (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: (type_identifier)) value: (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: (call_expression function: (parenthesized_expression (pointer_expression argument: (identifier))) arguments: (argument_list (pointer_expression argument: (identifier)) (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (identifier))) arguments: (argument_list (pointer_expression argument: (identifier)) (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (identifier))) arguments: (argument_list (pointer_expression argument: (identifier)) (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (identifier))) arguments: (argument_list (pointer_expression argument: (identifier)) (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (identifier))) arguments: (argument_list (pointer_expression argument: (identifier)) (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (identifier))) arguments: (argument_list (pointer_expression argument: (identifier)) (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (identifier))) arguments: (argument_list (pointer_expression argument: (identifier)) (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))) (labeled_statement label: (statement_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: (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) (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 (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content) (escape_sequence)) (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: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content) (escape_sequence)) (number_literal) (identifier) (identifier) (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (goto_statement label: (statement_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: (identifier))) 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: (identifier) right: (number_literal))) consequence: (compound_statement (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: (binary_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_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 (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_identifier)))) alternative: (else_clause (if_statement condition: (parenthesized_expression (binary_expression left: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (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)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (goto_statement label: (statement_identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (labeled_statement label: (statement_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 (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: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content) (escape_sequence)) (number_literal) (identifier) (identifier) (identifier))))) (goto_statement label: (statement_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: (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: (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: (identifier) right: (identifier))))) consequence: (compound_statement (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: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (identifier))) arguments: (argument_list (pointer_expression argument: (identifier)) (identifier) (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal)) (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 (pointer_expression argument: (identifier)) (identifier) (binary_expression left: (identifier) right: (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: (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal)))) alternative: (else_clause (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (escape_sequence)))) consequence: (compound_statement (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: (parenthesized_expression (pointer_expression argument: (identifier))) arguments: (argument_list (pointer_expression argument: (identifier)) (identifier) (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal)) (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 (pointer_expression argument: (identifier)) (identifier) (binary_expression left: (identifier) right: (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: (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) (cast_expression type: (type_descriptor type: (type_identifier)) value: (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: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (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: (call_expression function: (identifier) arguments: (argument_list)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content) (escape_sequence)) (number_literal))))) (goto_statement label: (statement_identifier)))) (expression_statement (assignment_expression left: (identifier) right: (string_literal (string_content) (escape_sequence)))) (expression_statement (assignment_expression left: (identifier) right: (identifier)))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (string_literal (string_content) (escape_sequence)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (string_literal (string_content) (escape_sequence)))) (expression_statement (assignment_expression left: (identifier) right: (identifier)))))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (binary_expression left: (identifier) right: (identifier))))) (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (unary_expression argument: (identifier))) consequence: (goto_statement label: (statement_identifier)))) (expression_statement (assignment_expression left: (identifier) right: (string_literal (string_content) (escape_sequence)))) (expression_statement (assignment_expression left: (identifier) right: (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal) (identifier) (number_literal))))) (labeled_statement label: (statement_identifier) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier) (identifier))))) (return_statement (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: (char_literal (escape_sequence)))) consequence: (goto_statement label: (statement_identifier))) (labeled_statement label: (statement_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: (char_literal (escape_sequence)))) consequence: (compound_statement (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 (pointer_expression argument: (identifier)) (number_literal) (number_literal) (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: (parenthesized_expression (pointer_expression argument: (identifier))) arguments: (argument_list (identifier) (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (identifier))) arguments: (argument_list (pointer_expression argument: (identifier)) (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (identifier))) arguments: (argument_list (pointer_expression argument: (identifier)) (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (identifier))) arguments: (argument_list (pointer_expression argument: (identifier)) (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: (type_identifier)) value: (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: (call_expression function: (parenthesized_expression (pointer_expression argument: (identifier))) arguments: (argument_list (pointer_expression argument: (identifier)) (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: (type_identifier)) value: (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: (call_expression function: (parenthesized_expression (pointer_expression argument: (identifier))) arguments: (argument_list (pointer_expression argument: (identifier)) (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: (type_identifier)) value: (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: (call_expression function: (parenthesized_expression (pointer_expression argument: (identifier))) arguments: (argument_list (pointer_expression argument: (identifier)) (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (identifier))) arguments: (argument_list (pointer_expression argument: (identifier)) (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (identifier))) arguments: (argument_list (pointer_expression argument: (identifier)) (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (identifier))) arguments: (argument_list (pointer_expression argument: (identifier)) (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (identifier))) arguments: (argument_list (pointer_expression argument: (identifier)) (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (identifier))) arguments: (argument_list (pointer_expression argument: (identifier)) (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (identifier))) arguments: (argument_list (pointer_expression argument: (identifier)) (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))) (goto_statement label: (statement_identifier))))) alternative: (else_clause (compound_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) (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) declarator: (abstract_pointer_declarator)) value: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content) (escape_sequence)) (number_literal))))) (labeled_statement label: (statement_identifier) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier))))) (return_statement (number_literal)))))
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Globals starting with '_' overlap smaller symbols at the same address */ undefined4 __regparm3 MASKED(undefined4 param_1,FILE *param_2) { long __off; size_t sVar1; undefined4 uVar2; int iVar3; undefined4 *__ptr; int *piVar4; uint uVar5; uint uVar6; bool bVar7; undefined8 uVar8; uint uVar9; char *pcVar10; FILE *pFVar11; undefined4 extraout_var; undefined4 uVar12; undefined *puVar13; __off = ftell(param_2); uVar12 = extraout_var; sVar1 = fread(&DAT_00019240,0x10,1,param_2); if (sVar1 == 1) { pFVar11 = param_2; if (DAT_00019245 == '\x02') { DAT_00019294 = FUN_00012800; DAT_00019298 = FUN_00012dd0; if (DAT_00019244 != '\x01') goto LAB_00011ca7; LAB_00011d08: puVar13 = &DAT_00019210; sVar1 = fread(&DAT_00019210,0x24,1,param_2); if (sVar1 != 1) goto LAB_00011c39; DAT_00019270 = (*DAT_00019294)(puVar13,2); DAT_00019272 = (*DAT_00019294)(&DAT_00019212,2); DAT_00019268 = (*DAT_00019294)(&DAT_00019214,4); uVar8 = (*DAT_00019294)(&DAT_00019218,4); DAT_00019254 = (undefined4)((ulonglong)uVar8 >> 0x20); DAT_00019250 = (undefined4)uVar8; uVar8 = (*DAT_00019294)(&DAT_0001921c,4); DAT_0001925c = (undefined4)((ulonglong)uVar8 >> 0x20); DAT_00019258 = (undefined4)uVar8; uVar8 = (*DAT_00019294)(&DAT_00019220,4); DAT_00019264 = (undefined4)((ulonglong)uVar8 >> 0x20); DAT_00019260 = (undefined4)uVar8; DAT_0001926c = (*DAT_00019294)(&DAT_00019224,4); DAT_00019274 = (*DAT_00019294)(&DAT_00019228,2); DAT_00019278 = (*DAT_00019294)(&DAT_0001922a,2); DAT_0001927c = (*DAT_00019294)(&DAT_0001922c,2); DAT_00019280 = (*DAT_00019294)(&DAT_0001922e,2); DAT_00019284 = (*DAT_00019294)(&DAT_00019230,2); DAT_00019288 = (*DAT_00019294)(&DAT_00019232,2); DAT_00019200 = DAT_00019240; DAT_00019204 = _DAT_00019244; DAT_00019208 = DAT_00019248; DAT_0001920c = DAT_0001924c; LAB_00011fce: iVar3 = fseek(param_2,__off,0); if (iVar3 != 0) { uVar2 = dcgettext(0,"%s: Failed to seek to ELF header\n",5); error(uVar2,uVar12); } uVar9 = DAT_000190e4; if (DAT_00019240 != 0x464c457f) { pcVar10 = (char *)0x5; uVar2 = dcgettext(0,"%s: Not an ELF file - wrong magic bytes at the start\n",5); goto LAB_00011c4e; } if (DAT_00019246 != 1) { uVar6 = (uint)DAT_00019246; uVar2 = dcgettext(0,"%s: Unsupported EI_VERSION: %d is not %d\n",5,pFVar11,uVar12,uVar6); uVar9 = 1; uVar6 = uVar6 & 0xff; goto LAB_0001223f; } uVar5 = (uint)DAT_00019272; if (uVar5 == DAT_000190e0) { return 0; } uVar6 = _DAT_00019244 & 0xff; if (DAT_000190cc == 0xffffffff) { if (DAT_00019272 == 6) { LAB_00012338: bVar7 = uVar6 != 1; DAT_000190cc = 1; goto LAB_00012050; } if (DAT_00019272 < 7) { if (DAT_00019272 == 3) goto LAB_00012338; } else if ((ushort)(DAT_00019272 - 0xb4) < 2) { bVar7 = uVar6 != 2; DAT_000190cc = 2; goto LAB_00012050; } DAT_000190cc = 3; LAB_00012058: if ((DAT_000190c8 == 3) || (uVar6 == DAT_000190c8)) { if ((DAT_000190e4 != 0xffffffff) && (uVar5 != DAT_000190e4)) { uVar6 = uVar5; uVar2 = dcgettext(0,"%s: Unmatched e_machine: %d is not %d\n",5,pFVar11,uVar12,uVar5); goto LAB_0001223f; } uVar6 = (uint)DAT_00019270; if ((DAT_000190dc == 0xffffffff) || (uVar6 == DAT_000190dc)) { uVar6 = _DAT_00019244 >> 0x18; if ((DAT_000190d4 == 0xffffffff) || (uVar6 == DAT_000190d4)) { if (DAT_00019244 == '\x01') { if (DAT_000190e0 != 0xffffffff) { (*DAT_00019298)(&DAT_00019212,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2); } if (DAT_000190d8 != -1) { (*DAT_00019298)(&DAT_00019210,DAT_000190d8,DAT_000190d8 >> 0x1f,2); } if (DAT_000190d0 != -1) { DAT_00019204 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_00019204); } __ptr = &DAT_00019200; sVar1 = 0x34; } else { if (DAT_00019244 != '\x02') { /* WARNING: Subroutine does not return */ abort(); } if (DAT_000190e0 != 0xffffffff) { (*DAT_00019298)(&DAT_000191d2,DAT_000190e0,(int)DAT_000190e0 >> 0x1f,2); } if (DAT_000190d8 != -1) { (*DAT_00019298)(&DAT_000191d0,DAT_000190d8,DAT_000190d8 >> 0x1f,2); } if (DAT_000190d0 != -1) { DAT_000191c4 = CONCAT13((char)DAT_000190d0,(undefined3)DAT_000191c4); } __ptr = &DAT_000191c0; sVar1 = 0x40; } sVar1 = fwrite(__ptr,sVar1,1,param_2); if (sVar1 == 1) { return 0; } piVar4 = __errno_location(); pcVar10 = strerror(*piVar4); uVar2 = dcgettext(0,"%s: Failed to update ELF header: %s\n",5); goto LAB_00011c4e; } pcVar10 = "%s: Unmatched EI_OSABI: %d is not %d\n"; uVar9 = DAT_000190d4; } else { pcVar10 = "%s: Unmatched e_type: %d is not %d\n"; uVar9 = DAT_000190dc; } } else { pcVar10 = "%s: Unmatched output EI_CLASS: %d is not %d\n"; uVar9 = DAT_000190c8; } } else { bVar7 = DAT_000190cc != 3 && uVar6 != DAT_000190cc; LAB_00012050: if (!bVar7) goto LAB_00012058; pcVar10 = "%s: Unmatched input EI_CLASS: %d is not %d\n"; uVar9 = DAT_000190cc; } uVar2 = dcgettext(0,pcVar10,5); LAB_0001223f: error(uVar2,uVar12,uVar6,uVar9); return 1; } DAT_00019294 = FUN_00012e50; DAT_00019298 = FUN_00012d40; if (DAT_00019244 == '\x01') goto LAB_00011d08; LAB_00011ca7: uVar9 = _DAT_00019244 & 0xff; if (DAT_00019244 == '\x02') { puVar13 = &DAT_000191d0; sVar1 = fread(&DAT_000191d0,0x30,1,param_2); if (sVar1 == 1) { DAT_00019270 = (*DAT_00019294)(puVar13,2); DAT_00019272 = (*DAT_00019294)(&DAT_000191d2,2); DAT_00019268 = (*DAT_00019294)(&DAT_000191d4,4); uVar8 = (*DAT_00019294)(&DAT_000191d8,8); DAT_00019254 = (undefined4)((ulonglong)uVar8 >> 0x20); DAT_00019250 = (undefined4)uVar8; uVar8 = (*DAT_00019294)(&DAT_000191e0,8); DAT_0001925c = (undefined4)((ulonglong)uVar8 >> 0x20); DAT_00019258 = (undefined4)uVar8; uVar8 = (*DAT_00019294)(&DAT_000191e8,8); DAT_00019264 = (undefined4)((ulonglong)uVar8 >> 0x20); DAT_00019260 = (undefined4)uVar8; DAT_0001926c = (*DAT_00019294)(&DAT_000191f0,4); DAT_00019274 = (*DAT_00019294)(&DAT_000191f4,2); DAT_00019278 = (*DAT_00019294)(&DAT_000191f6,2); DAT_0001927c = (*DAT_00019294)(&DAT_000191f8,2); DAT_00019280 = (*DAT_00019294)(&DAT_000191fa,2); DAT_00019284 = (*DAT_00019294)(&DAT_000191fc,2); DAT_00019288 = (*DAT_00019294)(&DAT_000191fe,2); DAT_000191c0 = DAT_00019240; DAT_000191c4 = _DAT_00019244; DAT_000191c8 = DAT_00019248; DAT_000191cc = DAT_0001924c; goto LAB_00011fce; } } else { uVar2 = dcgettext(0,"Unsupported EI_CLASS: %d\n",5); error(uVar2,uVar9 & 0xff); } } LAB_00011c39: pcVar10 = (char *)0x5; uVar2 = dcgettext(0,"%s: Failed to read ELF header\n",5); LAB_00011c4e: error(uVar2,uVar12,pcVar10); return 1; }
70_dircolors_and_dircolors_strip.c
_start
entry
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void processEntry _start(undefined4 param_1,undefined4 param_2) { undefined1 auStack_4 [4]; __libc_start_main(PTR_main_00021fe0,param_2,&stack0x00000004,__libc_csu_init,__libc_csu_fini, param_1,auStack_4); do { /* WARNING: Do nothing block with infinite loop */ } while( true ); }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void processEntry entry(undefined4 param_1,undefined4 param_2) { undefined1 auStack_4 [4]; __libc_start_main(PTR_FUN_00021fe0,param_2,&stack0x00000004,FUN_0001a0b0,FUN_0001a110,param_1, auStack_4); do { /* WARNING: Do nothing block with infinite loop */ } while( true ); }
XOR EBP,EBP POP ESI MOV ECX,ESP AND ESP,0xfffffff0 PUSH EAX PUSH ESP PUSH EDX CALL 0x00012992 ADD EBX,0xf690 LEA EAX,[EBX + 0xffff8110] PUSH EAX LEA EAX,[EBX + 0xffff80b0] PUSH EAX PUSH ECX PUSH ESI PUSH dword ptr [EBX + 0xffffffe0] CALL 0x00012270 HLT
null
null
null
null
[('tmp_227', u'PTRSUB_-1205982705'), (u'CALL_-1205982762', u'INDIRECT_-1205982671'), ('const-0', u'PTRSUB_-1205982664'), ('const-106672', u'PTRSUB_-1205982665'), (u'PTRSUB_-1205982664', u'CALL_-1205982762'), ('const-0', u'PTRSUB_-1205982665'), (u'PTRSUB_-1205982705', u'CALL_-1205982762'), ('tmp_182', u'BRANCH_-1205982759'), ('const-4', u'PTRSUB_-1205982705'), ('const-106768', u'PTRSUB_-1205982664'), ('tmp_343', u'CALL_-1205982762'), ('tmp_229', u'CALL_-1205982762'), (u'PTRSUB_-1205982698', u'CALL_-1205982762'), ('tmp_365', u'CALL_-1205982762'), ('tmp_227', u'PTRSUB_-1205982698'), ('const-4294967292', u'PTRSUB_-1205982698'), (u'PTRSUB_-1205982665', u'CALL_-1205982762')]
[('tmp_227', u'PTRSUB_-1205982705'), (u'CALL_-1205982762', u'INDIRECT_-1205982671'), ('const-0', u'PTRSUB_-1205982664'), ('const-106672', u'PTRSUB_-1205982665'), (u'PTRSUB_-1205982664', u'CALL_-1205982762'), ('const-0', u'PTRSUB_-1205982665'), (u'PTRSUB_-1205982705', u'CALL_-1205982762'), ('tmp_182', u'BRANCH_-1205982759'), ('const-4', u'PTRSUB_-1205982705'), ('const-106768', u'PTRSUB_-1205982664'), ('tmp_343', u'CALL_-1205982762'), ('tmp_229', u'CALL_-1205982762'), (u'PTRSUB_-1205982698', u'CALL_-1205982762'), ('tmp_365', u'CALL_-1205982762'), ('tmp_227', u'PTRSUB_-1205982698'), ('const-4294967292', u'PTRSUB_-1205982698'), (u'PTRSUB_-1205982665', u'CALL_-1205982762')]
null
null
00012960
x86
O2
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid processEntry entry(undefined4 param_1,undefined4 param_2)\n\n{\n undefined1 auStack_4 [4];\n \n __libc_start_main(PTR_FUN_00021fe0,param_2,&stack0x00000004,FUN_0001a0b0,FUN_0001a110,param_1,\n auStack_4);\n do {\n /* WARNING: Do nothing block with infinite loop */\n } while( true );\n}\n\n" comment (function_definition "void processEntry entry(undefined4 param_1,undefined4 param_2)\n\n{\n undefined1 auStack_4 [4];\n \n __libc_start_main(PTR_FUN_00021fe0,param_2,&stack0x00000004,FUN_0001a0b0,FUN_0001a110,param_1,\n auStack_4);\n do {\n /* WARNING: Do nothing block with infinite loop */\n } while( true );\n}" primitive_type (ERROR "processEntry" identifier) (function_declarator "entry(undefined4 param_1,undefined4 param_2)" identifier (parameter_list "(undefined4 param_1,undefined4 param_2)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) ))) (compound_statement "{\n undefined1 auStack_4 [4];\n \n __libc_start_main(PTR_FUN_00021fe0,param_2,&stack0x00000004,FUN_0001a0b0,FUN_0001a110,param_1,\n auStack_4);\n do {\n /* WARNING: Do nothing block with infinite loop */\n } while( true );\n}" { (declaration "undefined1 auStack_4 [4];" type_identifier (array_declarator "auStack_4 [4]" identifier [ number_literal ]) ;) (expression_statement "__libc_start_main(PTR_FUN_00021fe0,param_2,&stack0x00000004,FUN_0001a0b0,FUN_0001a110,param_1,\n auStack_4);" (call_expression "__libc_start_main(PTR_FUN_00021fe0,param_2,&stack0x00000004,FUN_0001a0b0,FUN_0001a110,param_1,\n auStack_4)" identifier (argument_list "(PTR_FUN_00021fe0,param_2,&stack0x00000004,FUN_0001a0b0,FUN_0001a110,param_1,\n auStack_4)" ( identifier , identifier , (pointer_expression "&stack0x00000004" & identifier) , identifier , identifier , identifier , identifier ))) ;) (do_statement "do {\n /* WARNING: Do nothing block with infinite loop */\n } while( true );" do (compound_statement "{\n /* WARNING: Do nothing block with infinite loop */\n }" { comment }) while (parenthesized_expression "( true )" ( true )) ;) })))
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid processEntry _start(undefined4 param_1,undefined4 param_2)\n\n{\n undefined1 auStack_4 [4];\n \n __libc_start_main(PTR_main_00021fe0,param_2,&stack0x00000004,__libc_csu_init,__libc_csu_fini,\n param_1,auStack_4);\n do {\n /* WARNING: Do nothing block with infinite loop */\n } while( true );\n}\n\n" comment (function_definition "void processEntry _start(undefined4 param_1,undefined4 param_2)\n\n{\n undefined1 auStack_4 [4];\n \n __libc_start_main(PTR_main_00021fe0,param_2,&stack0x00000004,__libc_csu_init,__libc_csu_fini,\n param_1,auStack_4);\n do {\n /* WARNING: Do nothing block with infinite loop */\n } while( true );\n}" primitive_type (ERROR "processEntry" identifier) (function_declarator "_start(undefined4 param_1,undefined4 param_2)" identifier (parameter_list "(undefined4 param_1,undefined4 param_2)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) ))) (compound_statement "{\n undefined1 auStack_4 [4];\n \n __libc_start_main(PTR_main_00021fe0,param_2,&stack0x00000004,__libc_csu_init,__libc_csu_fini,\n param_1,auStack_4);\n do {\n /* WARNING: Do nothing block with infinite loop */\n } while( true );\n}" { (declaration "undefined1 auStack_4 [4];" type_identifier (array_declarator "auStack_4 [4]" identifier [ number_literal ]) ;) (expression_statement "__libc_start_main(PTR_main_00021fe0,param_2,&stack0x00000004,__libc_csu_init,__libc_csu_fini,\n param_1,auStack_4);" (call_expression "__libc_start_main(PTR_main_00021fe0,param_2,&stack0x00000004,__libc_csu_init,__libc_csu_fini,\n param_1,auStack_4)" identifier (argument_list "(PTR_main_00021fe0,param_2,&stack0x00000004,__libc_csu_init,__libc_csu_fini,\n param_1,auStack_4)" ( identifier , identifier , (pointer_expression "&stack0x00000004" & identifier) , identifier , identifier , identifier , identifier ))) ;) (do_statement "do {\n /* WARNING: Do nothing block with infinite loop */\n } while( true );" do (compound_statement "{\n /* WARNING: Do nothing block with infinite loop */\n }" { comment }) while (parenthesized_expression "( true )" ( true )) ;) })))
(translation_unit "void processEntry entry(undefined4 param_1,undefined4 param_2)\n\n{\n undefined1 auStack_4 [4];\n \n __libc_start_main(PTR_FUN_00021fe0,param_2,&stack0x00000004,FUN_0001a0b0,FUN_0001a110,param_1,\n auStack_4);\n do {\n \n } while( true );\n}\n\n" (function_definition "void processEntry entry(undefined4 param_1,undefined4 param_2)\n\n{\n undefined1 auStack_4 [4];\n \n __libc_start_main(PTR_FUN_00021fe0,param_2,&stack0x00000004,FUN_0001a0b0,FUN_0001a110,param_1,\n auStack_4);\n do {\n \n } while( true );\n}" primitive_type (ERROR "processEntry" identifier) (function_declarator "entry(undefined4 param_1,undefined4 param_2)" identifier (parameter_list "(undefined4 param_1,undefined4 param_2)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) ))) (compound_statement "{\n undefined1 auStack_4 [4];\n \n __libc_start_main(PTR_FUN_00021fe0,param_2,&stack0x00000004,FUN_0001a0b0,FUN_0001a110,param_1,\n auStack_4);\n do {\n \n } while( true );\n}" { (declaration "undefined1 auStack_4 [4];" type_identifier (array_declarator "auStack_4 [4]" identifier [ number_literal ]) ;) (expression_statement "__libc_start_main(PTR_FUN_00021fe0,param_2,&stack0x00000004,FUN_0001a0b0,FUN_0001a110,param_1,\n auStack_4);" (call_expression "__libc_start_main(PTR_FUN_00021fe0,param_2,&stack0x00000004,FUN_0001a0b0,FUN_0001a110,param_1,\n auStack_4)" identifier (argument_list "(PTR_FUN_00021fe0,param_2,&stack0x00000004,FUN_0001a0b0,FUN_0001a110,param_1,\n auStack_4)" ( identifier , identifier , (pointer_expression "&stack0x00000004" & identifier) , identifier , identifier , identifier , identifier ))) ;) (do_statement "do {\n \n } while( true );" do (compound_statement "{\n \n }" { }) while (parenthesized_expression "( true )" ( true )) ;) })))
(translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , (pointer_expression & IDENT) , IDENT , IDENT , IDENT , IDENT ))) ;) (do_statement do (compound_statement { }) while (parenthesized_expression ( BOOL )) ;) })))
(function_definition "void processEntry entry(undefined4 param_1,undefined4 param_2)\n\n{\n undefined1 auStack_4 [4];\n \n __libc_start_main(PTR_FUN_00021fe0,param_2,&stack0x00000004,FUN_0001a0b0,FUN_0001a110,param_1,\n auStack_4);\n do {\n \n } while( true );\n}" (primitive_type "void") (ERROR "processEntry" (identifier "processEntry")) (function_declarator "entry(undefined4 param_1,undefined4 param_2)" (identifier "entry") (parameter_list "(undefined4 param_1,undefined4 param_2)" (( "(") (parameter_declaration "undefined4 param_1" (type_identifier "undefined4") (identifier "param_1")) (, ",") (parameter_declaration "undefined4 param_2" (type_identifier "undefined4") (identifier "param_2")) () ")"))) (compound_statement "{\n undefined1 auStack_4 [4];\n \n __libc_start_main(PTR_FUN_00021fe0,param_2,&stack0x00000004,FUN_0001a0b0,FUN_0001a110,param_1,\n auStack_4);\n do {\n \n } while( true );\n}" ({ "{") (declaration "undefined1 auStack_4 [4];" (type_identifier "undefined1") (array_declarator "auStack_4 [4]" (identifier "auStack_4") ([ "[") (number_literal "4") (] "]")) (; ";")) (expression_statement "__libc_start_main(PTR_FUN_00021fe0,param_2,&stack0x00000004,FUN_0001a0b0,FUN_0001a110,param_1,\n auStack_4);" (call_expression "__libc_start_main(PTR_FUN_00021fe0,param_2,&stack0x00000004,FUN_0001a0b0,FUN_0001a110,param_1,\n auStack_4)" (identifier "__libc_start_main") (argument_list "(PTR_FUN_00021fe0,param_2,&stack0x00000004,FUN_0001a0b0,FUN_0001a110,param_1,\n auStack_4)" (( "(") (identifier "PTR_FUN_00021fe0") (, ",") (identifier "param_2") (, ",") (pointer_expression "&stack0x00000004" (& "&") (identifier "stack0x00000004")) (, ",") (identifier "FUN_0001a0b0") (, ",") (identifier "FUN_0001a110") (, ",") (identifier "param_1") (, ",") (identifier "auStack_4") () ")"))) (; ";")) (do_statement "do {\n \n } while( true );" (do "do") (compound_statement "{\n \n }" ({ "{") (} "}")) (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (; ";")) (} "}")))
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void processEntry function_1(type_1 param_1,type_1 param_2) { type_2 auStack_4 [4]; var_1(PTR_main_00021fe0,param_2,&stack0x00000004,__libc_csu_init,__libc_csu_fini, param_1,auStack_4); do { /* WARNING: Do nothing block with infinite loop */ } while( true ); }
null
(translation_unit (function_definition type: (primitive_type) (ERROR (identifier)) 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 (declaration type: (type_identifier) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (pointer_expression argument: (identifier)) (identifier) (identifier) (identifier) (identifier)))) (do_statement body: (compound_statement) condition: (parenthesized_expression (true))))))
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void processEntry MASKED(undefined4 param_1,undefined4 param_2) { undefined1 auStack_4 [4]; __libc_start_main(PTR_FUN_00021fe0,param_2,&stack0x00000004,FUN_0001a0b0,FUN_0001a110,param_1, auStack_4); do { /* WARNING: Do nothing block with infinite loop */ } while( true ); }
1020_powerpc-linux-gnuspe-dwp_and_powerpc-linux-gnuspe-dwp_strip.c
sized_relobj
FUN_0003a440
/* DWARF original prototype: Sized_relobj_file<32,_false> * sized_relobj(Sized_relobj<32,_false> * this) */ Sized_relobj_file<32,_false> * __thiscall gold::Sized_relobj<32,_false>::sized_relobj(Sized_relobj<32,_false> *this) { return (Sized_relobj_file<32,_false> *)0x0; }
undefined4 FUN_0003a440(void) { return 0; }
XOR EAX,EAX RET
null
null
null
null
[(u'COPY_-1206082493', u'RETURN_-1206082473'), ('const-0', u'RETURN_-1206082473'), ('const-0', u'COPY_-1206082493')]
[(u'COPY_-1206082493', u'RETURN_-1206082473'), ('const-0', u'COPY_-1206082493'), ('const-0', u'RETURN_-1206082473')]
null
null
0003a440
x86
O2
(translation_unit "undefined4 FUN_0003a440(void)\n\n{\n return 0;\n}\n\n" (function_definition "undefined4 FUN_0003a440(void)\n\n{\n return 0;\n}" type_identifier (function_declarator "FUN_0003a440(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 "/* DWARF original prototype: Sized_relobj_file<32,_false> * sized_relobj(Sized_relobj<32,_false> *\n this) */\n\nSized_relobj_file<32,_false> * __thiscall\ngold::Sized_relobj<32,_false>::sized_relobj(Sized_relobj<32,_false> *this)\n\n{\n return (Sized_relobj_file<32,_false> *)0x0;\n}\n\n" comment (ERROR "Sized_relobj_file<32,_false> * __thiscall\ngold::Sized_relobj<32,_false>::sized_relobj(Sized_relobj<32,_false> *this)\n\n{\n return (Sized_relobj_file<32,_false> *)0x0;\n}" (binary_expression "Sized_relobj_file<32,_false> * __thiscall\ngold::Sized_relobj<32" (binary_expression "Sized_relobj_file<32,_false> * __thiscall" (binary_expression "Sized_relobj_file<32" identifier < number_literal) (ERROR ",_false" , identifier) > (pointer_expression "* __thiscall" * identifier)) (ERROR "gold::Sized_relobj" identifier : : identifier) < number_literal) (ERROR ",_false" , identifier) > (ERROR "::" : :) (call_expression "sized_relobj(Sized_relobj<32,_false> *this)" identifier (argument_list "(Sized_relobj<32,_false> *this)" ( (binary_expression "Sized_relobj<32" identifier < number_literal) , (binary_expression "_false> *this" identifier > (pointer_expression "*this" * identifier)) ))) (ERROR "{\n return" { return) ( (binary_expression "Sized_relobj_file<32" identifier < number_literal) , (binary_expression "_false> *)0x0" identifier > (pointer_expression "*)0x0" * (ERROR ")" )) number_literal)) ; }))
(translation_unit "undefined4 FUN_0003a440(void)\n\n{\n return 0;\n}\n\n" (function_definition "undefined4 FUN_0003a440(void)\n\n{\n return 0;\n}" type_identifier (function_declarator "FUN_0003a440(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 "undefined4 FUN_0003a440(void)\n\n{\n return 0;\n}" (type_identifier "undefined4") (function_declarator "FUN_0003a440(void)" (identifier "FUN_0003a440") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n return 0;\n}" ({ "{") (return_statement "return 0;" (return "return") (number_literal "0") (; ";")) (} "}")))
/* DWARF original prototype: Sized_relobj_file<32,_false> * sized_relobj(Sized_relobj<32,_false> * this) */ Sized_relobj_file<32,_false> * __thiscall gold::Sized_relobj<32,_false>::sized_relobj(Sized_relobj<32,_false> *this) { return (Sized_relobj_file<32,_false> *)0x0; }
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
undefined4 MASKED(void) { return 0; }
4578_powerpc-linux-gnuspe-dwp_and_powerpc-linux-gnuspe-dwp_strip.c
reserve_local
FUN_001053b0
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Type propagation algorithm not settling */ /* DWARF original prototype: void reserve_local(Output_data_got<64,_false> * this, uint i, Relobj * object, uint sym_index, uint got_type) */ void __thiscall gold::Output_data_got<64,_false>::reserve_local (Output_data_got<64,_false> *this,uint i,Relobj *object,uint sym_index,uint got_type) { _func_int_varargs *p_Var1; p_Var1 = (this->super_Output_data_got_base).super_Output_section_data_build. super_Output_section_data.super_Output_data._vptr_Output_data[0x19]; if (p_Var1 == do_reserve_slot) { Free_list::remove(&this->free_list_,(char *)((i + 1) * 0x40 - 0x40 >> 3)); } else { (*p_Var1)(this,i); } (*(object->super_Object)._vptr_Object[0x2d])(object,sym_index,got_type,i << 3,0,0); return; }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_001053b0(int *param_1,int param_2,int *param_3,undefined4 param_4,undefined4 param_5) { uint uVar1; if (*(code **)(*param_1 + 100) == FUN_000f90a0) { uVar1 = (param_2 + 1) * 0x40; FUN_00096350(param_1 + 0xe,uVar1 - 0x40 >> 3,0,uVar1 >> 3,0); } else { (**(code **)(*param_1 + 100))(param_1,param_2); } (**(code **)(*param_3 + 0xb4))(param_3,param_4,param_5,param_2 << 3,0,0); return; }
PUSH EBP PUSH EDI PUSH ESI PUSH EBX CALL 0x00035840 ADD EBX,0x289c47 SUB ESP,0xc MOV ECX,dword ptr [ESP + 0x20] MOV EDI,dword ptr [ESP + 0x24] MOV ESI,dword ptr [ESP + 0x28] MOV EAX,dword ptr [ECX] LEA EDX,[EBX + 0xffd6a0a0] MOV EAX,dword ptr [EAX + 0x64] CMP EAX,EDX JNZ 0x00105430 LEA EBP,[EDI + 0x1] SUB ESP,0xc XOR EDX,EDX ADD ECX,0x38 SHL EBP,0x6 PUSH EDX XOR EDX,EDX MOV EAX,EBP SUB EBP,0x40 SHR EAX,0x3 SHR EBP,0x3 PUSH EAX PUSH EDX PUSH EBP PUSH ECX CALL 0x00096350 ADD ESP,0x20 SUB ESP,0x8 SHL EDI,0x3 MOV EAX,dword ptr [ESI] PUSH 0x0 PUSH 0x0 PUSH EDI PUSH dword ptr [ESP + 0x44] PUSH dword ptr [ESP + 0x44] PUSH ESI CALL dword ptr [EAX + 0xb4] ADD ESP,0x2c POP EBX POP ESI POP EDI POP EBP RET SUB ESP,0x8 PUSH EDI PUSH ECX CALL EAX ADD ESP,0x10 JMP 0x00105405
null
null
null
null
[('const-4', u'PTRADD_-1206954395'), ('const-3', u'INT_LEFT_-1206954713'), ('tmp_1065', u'INT_ADD_-1206954963'), ('tmp_1066', u'PTRSUB_-1206954348'), ('tmp_1064', u'CALLIND_-1206954578'), ('const-56', u'PTRSUB_-1206954387'), ('const-0', u'PTRSUB_-1206954408'), (u'PTRSUB_-1206954346', u'LOAD_-1206954702'), ('const-64', u'INT_MULT_-1206954908'), (u'INT_MULT_-1206954908', u'INT_SUB_-1206954862'), ('const-0', u'PTRSUB_-1206954406'), (u'CAST_-1206954363', u'CALL_-1206954767'), ('const-417', u'LOAD_-1206954661'), (u'PTRSUB_-1206954408', u'PTRSUB_-1206954406'), ('tmp_164', u'CBRANCH_-1206954980'), (u'PTRADD_-1206954329', u'LOAD_-1206954661'), ('tmp_1045', u'BRANCH_-1206954567'), ('const-64', u'INT_SUB_-1206954862'), ('const-45', u'PTRADD_-1206954329'), (u'LOAD_-1206955014', u'PTRADD_-1206954395'), ('const-0', u'PTRSUB_-1206954401'), ('tmp_1067', u'CALLIND_-1206954651'), (u'PTRSUB_-1206954387', u'CALL_-1206954767'), ('const-0', u'CALLIND_-1206954651'), ('const-0', u'RETURN_-1206954608'), ('const-1020064', u'PTRSUB_-1206954401'), (u'PTRSUB_-1206954403', u'LOAD_-1206955014'), ('const-0', u'PTRSUB_-1206954346'), ('const-1', u'INT_ADD_-1206954963'), ('const-417', u'LOAD_-1206955001'), (u'INT_SUB_-1206954862', u'INT_RIGHT_-1206954800'), ('const-0', u'PTRSUB_-1206954403'), (u'PTRSUB_-1206954411', u'PTRSUB_-1206954408'), ('const-417', u'LOAD_-1206954702'), ('const-0', u'PTRSUB_-1206954348'), ('tmp_1068', u'CALLIND_-1206954651'), ('tmp_1064', u'PTRSUB_-1206954387'), ('const-4', u'PTRADD_-1206954329'), ('const-0', u'CALLIND_-1206954651'), ('tmp_1064', u'PTRSUB_-1206954411'), (u'LOAD_-1206954702', u'PTRADD_-1206954329'), ('const-0', u'PTRSUB_-1206954404'), (u'PTRSUB_-1206954401', u'INT_EQUAL_-1206954982'), ('tmp_1066', u'CALLIND_-1206954651'), ('tmp_1065', u'CALLIND_-1206954578'), (u'INT_RIGHT_-1206954800', u'CAST_-1206954363'), (u'PTRSUB_-1206954406', u'PTRSUB_-1206954404'), ('const-417', u'LOAD_-1206955014'), ('const-3', u'INT_RIGHT_-1206954800'), (u'LOAD_-1206955001', u'CALLIND_-1206954578'), (u'LOAD_-1206955001', u'INT_EQUAL_-1206954982'), (u'INT_ADD_-1206954963', u'INT_MULT_-1206954908'), (u'PTRADD_-1206954395', u'LOAD_-1206955001'), (u'LOAD_-1206954661', u'CALLIND_-1206954651'), (u'PTRSUB_-1206954348', u'PTRSUB_-1206954346'), ('const-25', u'PTRADD_-1206954395'), (u'PTRSUB_-1206954404', u'PTRSUB_-1206954403'), ('const-0', u'PTRSUB_-1206954411'), ('tmp_1065', u'INT_LEFT_-1206954713'), (u'INT_EQUAL_-1206954982', u'CBRANCH_-1206954980'), (u'INT_LEFT_-1206954713', u'CALLIND_-1206954651')]
[('const-180', u'INT_ADD_-1206954645'), (u'INT_ADD_-1206954645', u'CAST_-1206954333'), (u'LOAD_-1206955014', u'INT_ADD_-1206954985'), (u'LOAD_-1206954702', u'INT_ADD_-1206954645'), (u'PTRADD_-1206954388', u'CALL_-1206954767'), ('const-0', u'CALLIND_-1206954651'), ('tmp_1891', u'CALLIND_-1206954651'), (u'INT_RIGHT_-1206954800', u'CALL_-1206954767'), ('const-417', u'LOAD_-1206954702'), ('const-100', u'INT_ADD_-1206954985'), (u'INT_MULT_-1206954908', u'INT_SUB_-1206954862'), ('const-417', u'LOAD_-1206954661'), ('const-417', u'LOAD_-1206955014'), ('tmp_1890', u'CALLIND_-1206954651'), ('tmp_164', u'CBRANCH_-1206954980'), ('tmp_1045', u'BRANCH_-1206954567'), ('const-4', u'PTRADD_-1206954388'), ('const-417', u'LOAD_-1206955001'), ('tmp_1889', u'INT_ADD_-1206954963'), ('const-0', u'CALL_-1206954767'), ('tmp_1890', u'LOAD_-1206954702'), ('const-1020064', u'PTRSUB_-1206954400'), ('const-0', u'RETURN_-1206954608'), ('const-0', u'CALLIND_-1206954651'), ('const-1', u'INT_ADD_-1206954963'), ('const-64', u'INT_SUB_-1206954862'), (u'INT_SUB_-1206954862', u'INT_RIGHT_-1206954800'), (u'PTRSUB_-1206954400', u'INT_EQUAL_-1206954982'), (u'INT_MULT_-1206954908', u'INT_RIGHT_-1206954840'), ('const-3', u'INT_RIGHT_-1206954800'), ('const-3', u'INT_RIGHT_-1206954840'), (u'CAST_-1206954403', u'LOAD_-1206955001'), ('tmp_1888', u'CALLIND_-1206954578'), ('const-3', u'INT_LEFT_-1206954713'), ('const-14', u'PTRADD_-1206954388'), (u'INT_RIGHT_-1206954840', u'CALL_-1206954767'), ('tmp_1888', u'LOAD_-1206955014'), ('tmp_1889', u'CALLIND_-1206954578'), ('tmp_1888', u'PTRADD_-1206954388'), (u'INT_ADD_-1206954985', u'CAST_-1206954403'), (u'LOAD_-1206955001', u'CALLIND_-1206954578'), (u'CAST_-1206954333', u'LOAD_-1206954661'), (u'LOAD_-1206955001', u'INT_EQUAL_-1206954982'), (u'INT_ADD_-1206954963', u'INT_MULT_-1206954908'), ('tmp_1889', u'INT_LEFT_-1206954713'), (u'LOAD_-1206954661', u'CALLIND_-1206954651'), ('const-0', u'CALL_-1206954767'), ('const-0', u'PTRSUB_-1206954400'), ('const-64', u'INT_MULT_-1206954908'), ('tmp_1892', u'CALLIND_-1206954651'), (u'INT_EQUAL_-1206954982', u'CBRANCH_-1206954980'), (u'INT_LEFT_-1206954713', u'CALLIND_-1206954651')]
null
null
001053b0
x86
O2
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_001053b0(int *param_1,int param_2,int *param_3,undefined4 param_4,undefined4 param_5)\n\n{\n uint uVar1;\n \n if (*(code **)(*param_1 + 100) == FUN_000f90a0) {\n uVar1 = (param_2 + 1) * 0x40;\n FUN_00096350(param_1 + 0xe,uVar1 - 0x40 >> 3,0,uVar1 >> 3,0);\n }\n else {\n (**(code **)(*param_1 + 100))(param_1,param_2);\n }\n (**(code **)(*param_3 + 0xb4))(param_3,param_4,param_5,param_2 << 3,0,0);\n return;\n}\n\n" comment (function_definition "void FUN_001053b0(int *param_1,int param_2,int *param_3,undefined4 param_4,undefined4 param_5)\n\n{\n uint uVar1;\n \n if (*(code **)(*param_1 + 100) == FUN_000f90a0) {\n uVar1 = (param_2 + 1) * 0x40;\n FUN_00096350(param_1 + 0xe,uVar1 - 0x40 >> 3,0,uVar1 >> 3,0);\n }\n else {\n (**(code **)(*param_1 + 100))(param_1,param_2);\n }\n (**(code **)(*param_3 + 0xb4))(param_3,param_4,param_5,param_2 << 3,0,0);\n return;\n}" primitive_type (function_declarator "FUN_001053b0(int *param_1,int param_2,int *param_3,undefined4 param_4,undefined4 param_5)" identifier (parameter_list "(int *param_1,int param_2,int *param_3,undefined4 param_4,undefined4 param_5)" ( (parameter_declaration "int *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "int param_2" primitive_type identifier) , (parameter_declaration "int *param_3" primitive_type (pointer_declarator "*param_3" * identifier)) , (parameter_declaration "undefined4 param_4" type_identifier identifier) , (parameter_declaration "undefined4 param_5" type_identifier identifier) ))) (compound_statement "{\n uint uVar1;\n \n if (*(code **)(*param_1 + 100) == FUN_000f90a0) {\n uVar1 = (param_2 + 1) * 0x40;\n FUN_00096350(param_1 + 0xe,uVar1 - 0x40 >> 3,0,uVar1 >> 3,0);\n }\n else {\n (**(code **)(*param_1 + 100))(param_1,param_2);\n }\n (**(code **)(*param_3 + 0xb4))(param_3,param_4,param_5,param_2 << 3,0,0);\n return;\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (if_statement "if (*(code **)(*param_1 + 100) == FUN_000f90a0) {\n uVar1 = (param_2 + 1) * 0x40;\n FUN_00096350(param_1 + 0xe,uVar1 - 0x40 >> 3,0,uVar1 >> 3,0);\n }\n else {\n (**(code **)(*param_1 + 100))(param_1,param_2);\n }" if (parenthesized_expression "(*(code **)(*param_1 + 100) == FUN_000f90a0)" ( (binary_expression "*(code **)(*param_1 + 100) == FUN_000f90a0" (pointer_expression "*(code **)(*param_1 + 100)" * (cast_expression "(code **)(*param_1 + 100)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 100)" ( (binary_expression "*param_1 + 100" (pointer_expression "*param_1" * identifier) + number_literal) )))) == identifier) )) (compound_statement "{\n uVar1 = (param_2 + 1) * 0x40;\n FUN_00096350(param_1 + 0xe,uVar1 - 0x40 >> 3,0,uVar1 >> 3,0);\n }" { (expression_statement "uVar1 = (param_2 + 1) * 0x40;" (assignment_expression "uVar1 = (param_2 + 1) * 0x40" identifier = (binary_expression "(param_2 + 1) * 0x40" (parenthesized_expression "(param_2 + 1)" ( (binary_expression "param_2 + 1" identifier + number_literal) )) * number_literal)) ;) (expression_statement "FUN_00096350(param_1 + 0xe,uVar1 - 0x40 >> 3,0,uVar1 >> 3,0);" (call_expression "FUN_00096350(param_1 + 0xe,uVar1 - 0x40 >> 3,0,uVar1 >> 3,0)" identifier (argument_list "(param_1 + 0xe,uVar1 - 0x40 >> 3,0,uVar1 >> 3,0)" ( (binary_expression "param_1 + 0xe" identifier + number_literal) , (binary_expression "uVar1 - 0x40 >> 3" (binary_expression "uVar1 - 0x40" identifier - number_literal) >> number_literal) , number_literal , (binary_expression "uVar1 >> 3" identifier >> number_literal) , number_literal ))) ;) }) (else_clause "else {\n (**(code **)(*param_1 + 100))(param_1,param_2);\n }" else (compound_statement "{\n (**(code **)(*param_1 + 100))(param_1,param_2);\n }" { (expression_statement "(**(code **)(*param_1 + 100))(param_1,param_2);" (call_expression "(**(code **)(*param_1 + 100))(param_1,param_2)" (parenthesized_expression "(**(code **)(*param_1 + 100))" ( (pointer_expression "**(code **)(*param_1 + 100)" * (pointer_expression "*(code **)(*param_1 + 100)" * (cast_expression "(code **)(*param_1 + 100)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 100)" ( (binary_expression "*param_1 + 100" (pointer_expression "*param_1" * identifier) + number_literal) ))))) )) (argument_list "(param_1,param_2)" ( identifier , identifier ))) ;) }))) (expression_statement "(**(code **)(*param_3 + 0xb4))(param_3,param_4,param_5,param_2 << 3,0,0);" (call_expression "(**(code **)(*param_3 + 0xb4))(param_3,param_4,param_5,param_2 << 3,0,0)" (parenthesized_expression "(**(code **)(*param_3 + 0xb4))" ( (pointer_expression "**(code **)(*param_3 + 0xb4)" * (pointer_expression "*(code **)(*param_3 + 0xb4)" * (cast_expression "(code **)(*param_3 + 0xb4)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_3 + 0xb4)" ( (binary_expression "*param_3 + 0xb4" (pointer_expression "*param_3" * identifier) + number_literal) ))))) )) (argument_list "(param_3,param_4,param_5,param_2 << 3,0,0)" ( identifier , identifier , identifier , (binary_expression "param_2 << 3" identifier << number_literal) , number_literal , number_literal ))) ;) (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Type propagation algorithm not settling */\n/* DWARF original prototype: void reserve_local(Output_data_got<64,_false> * this, uint i, Relobj *\n object, uint sym_index, uint got_type) */\n\nvoid __thiscall\ngold::Output_data_got<64,_false>::reserve_local\n (Output_data_got<64,_false> *this,uint i,Relobj *object,uint sym_index,uint got_type)\n\n{\n _func_int_varargs *p_Var1;\n \n p_Var1 = (this->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data._vptr_Output_data[0x19];\n if (p_Var1 == do_reserve_slot) {\n Free_list::remove(&this->free_list_,(char *)((i + 1) * 0x40 - 0x40 >> 3));\n }\n else {\n (*p_Var1)(this,i);\n }\n (*(object->super_Object)._vptr_Object[0x2d])(object,sym_index,got_type,i << 3,0,0);\n return;\n}\n\n" comment comment comment (declaration "void __thiscall\ngold::Output_data_got<64,_false>::reserve_local\n (Output_data_got<64,_false> *this,uint i,Relobj *object,uint sym_index,uint got_type)\n\n{\n _func_int_varargs *p_Var1;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<64" < number_literal) , (ERROR "_false>::reserve_local\n (Output_data_got<64,_false> *this,uint i,Relobj *object,uint sym_index,uint got_type)\n\n{\n _func_int_varargs" identifier > : : (function_declarator "reserve_local\n (Output_data_got<64,_false> *this,uint i,Relobj *object,uint sym_index,uint got_type)" identifier (parameter_list "(Output_data_got<64,_false> *this,uint i,Relobj *object,uint sym_index,uint got_type)" ( (parameter_declaration "Output_data_got" type_identifier) (ERROR "<64" < number_literal) , (parameter_declaration "_false> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "uint i" type_identifier identifier) , (parameter_declaration "Relobj *object" type_identifier (pointer_declarator "*object" * identifier)) , (parameter_declaration "uint sym_index" type_identifier identifier) , (parameter_declaration "uint got_type" type_identifier identifier) ))) { identifier) (pointer_declarator "*p_Var1" * identifier) ;) (expression_statement "p_Var1 = (this->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data._vptr_Output_data[0x19];" (assignment_expression "p_Var1 = (this->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data._vptr_Output_data[0x19]" identifier = (subscript_expression "(this->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data._vptr_Output_data[0x19]" (field_expression "(this->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data._vptr_Output_data" (field_expression "(this->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data" (field_expression "(this->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data" (field_expression "(this->super_Output_data_got_base).super_Output_section_data_build" (parenthesized_expression "(this->super_Output_data_got_base)" ( (field_expression "this->super_Output_data_got_base" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) . field_identifier) [ number_literal ])) ;) (if_statement "if (p_Var1 == do_reserve_slot) {\n Free_list::remove(&this->free_list_,(char *)((i + 1) * 0x40 - 0x40 >> 3));\n }\n else {\n (*p_Var1)(this,i);\n }" if (parenthesized_expression "(p_Var1 == do_reserve_slot)" ( (binary_expression "p_Var1 == do_reserve_slot" identifier == identifier) )) (compound_statement "{\n Free_list::remove(&this->free_list_,(char *)((i + 1) * 0x40 - 0x40 >> 3));\n }" { (labeled_statement "Free_list::remove(&this->free_list_,(char *)((i + 1) * 0x40 - 0x40 >> 3));" statement_identifier : (ERROR ":" :) (expression_statement "remove(&this->free_list_,(char *)((i + 1) * 0x40 - 0x40 >> 3));" (call_expression "remove(&this->free_list_,(char *)((i + 1) * 0x40 - 0x40 >> 3))" identifier (argument_list "(&this->free_list_,(char *)((i + 1) * 0x40 - 0x40 >> 3))" ( (pointer_expression "&this->free_list_" & (field_expression "this->free_list_" identifier -> field_identifier)) , (cast_expression "(char *)((i + 1) * 0x40 - 0x40 >> 3)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((i + 1) * 0x40 - 0x40 >> 3)" ( (binary_expression "(i + 1) * 0x40 - 0x40 >> 3" (binary_expression "(i + 1) * 0x40 - 0x40" (binary_expression "(i + 1) * 0x40" (parenthesized_expression "(i + 1)" ( (binary_expression "i + 1" identifier + number_literal) )) * number_literal) - number_literal) >> number_literal) ))) ))) ;)) }) (else_clause "else {\n (*p_Var1)(this,i);\n }" else (compound_statement "{\n (*p_Var1)(this,i);\n }" { (expression_statement "(*p_Var1)(this,i);" (call_expression "(*p_Var1)(this,i)" (parenthesized_expression "(*p_Var1)" ( (pointer_expression "*p_Var1" * identifier) )) (argument_list "(this,i)" ( identifier , identifier ))) ;) }))) (expression_statement "(*(object->super_Object)._vptr_Object[0x2d])(object,sym_index,got_type,i << 3,0,0);" (call_expression "(*(object->super_Object)._vptr_Object[0x2d])(object,sym_index,got_type,i << 3,0,0)" (parenthesized_expression "(*(object->super_Object)._vptr_Object[0x2d])" ( (pointer_expression "*(object->super_Object)._vptr_Object[0x2d]" * (subscript_expression "(object->super_Object)._vptr_Object[0x2d]" (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,sym_index,got_type,i << 3,0,0)" ( identifier , identifier , identifier , (binary_expression "i << 3" identifier << number_literal) , number_literal , number_literal ))) ;) (return_statement "return;" return ;) (ERROR "}" }))
(translation_unit "void FUN_001053b0(int *param_1,int param_2,int *param_3,undefined4 param_4,undefined4 param_5)\n\n{\n uint uVar1;\n \n if (*(code **)(*param_1 + 100) == FUN_000f90a0) {\n uVar1 = (param_2 + 1) * 0x40;\n FUN_00096350(param_1 + 0xe,uVar1 - 0x40 >> 3,0,uVar1 >> 3,0);\n }\n else {\n (**(code **)(*param_1 + 100))(param_1,param_2);\n }\n (**(code **)(*param_3 + 0xb4))(param_3,param_4,param_5,param_2 << 3,0,0);\n return;\n}\n\n" (function_definition "void FUN_001053b0(int *param_1,int param_2,int *param_3,undefined4 param_4,undefined4 param_5)\n\n{\n uint uVar1;\n \n if (*(code **)(*param_1 + 100) == FUN_000f90a0) {\n uVar1 = (param_2 + 1) * 0x40;\n FUN_00096350(param_1 + 0xe,uVar1 - 0x40 >> 3,0,uVar1 >> 3,0);\n }\n else {\n (**(code **)(*param_1 + 100))(param_1,param_2);\n }\n (**(code **)(*param_3 + 0xb4))(param_3,param_4,param_5,param_2 << 3,0,0);\n return;\n}" primitive_type (function_declarator "FUN_001053b0(int *param_1,int param_2,int *param_3,undefined4 param_4,undefined4 param_5)" identifier (parameter_list "(int *param_1,int param_2,int *param_3,undefined4 param_4,undefined4 param_5)" ( (parameter_declaration "int *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "int param_2" primitive_type identifier) , (parameter_declaration "int *param_3" primitive_type (pointer_declarator "*param_3" * identifier)) , (parameter_declaration "undefined4 param_4" type_identifier identifier) , (parameter_declaration "undefined4 param_5" type_identifier identifier) ))) (compound_statement "{\n uint uVar1;\n \n if (*(code **)(*param_1 + 100) == FUN_000f90a0) {\n uVar1 = (param_2 + 1) * 0x40;\n FUN_00096350(param_1 + 0xe,uVar1 - 0x40 >> 3,0,uVar1 >> 3,0);\n }\n else {\n (**(code **)(*param_1 + 100))(param_1,param_2);\n }\n (**(code **)(*param_3 + 0xb4))(param_3,param_4,param_5,param_2 << 3,0,0);\n return;\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (if_statement "if (*(code **)(*param_1 + 100) == FUN_000f90a0) {\n uVar1 = (param_2 + 1) * 0x40;\n FUN_00096350(param_1 + 0xe,uVar1 - 0x40 >> 3,0,uVar1 >> 3,0);\n }\n else {\n (**(code **)(*param_1 + 100))(param_1,param_2);\n }" if (parenthesized_expression "(*(code **)(*param_1 + 100) == FUN_000f90a0)" ( (binary_expression "*(code **)(*param_1 + 100) == FUN_000f90a0" (pointer_expression "*(code **)(*param_1 + 100)" * (cast_expression "(code **)(*param_1 + 100)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 100)" ( (binary_expression "*param_1 + 100" (pointer_expression "*param_1" * identifier) + number_literal) )))) == identifier) )) (compound_statement "{\n uVar1 = (param_2 + 1) * 0x40;\n FUN_00096350(param_1 + 0xe,uVar1 - 0x40 >> 3,0,uVar1 >> 3,0);\n }" { (expression_statement "uVar1 = (param_2 + 1) * 0x40;" (assignment_expression "uVar1 = (param_2 + 1) * 0x40" identifier = (binary_expression "(param_2 + 1) * 0x40" (parenthesized_expression "(param_2 + 1)" ( (binary_expression "param_2 + 1" identifier + number_literal) )) * number_literal)) ;) (expression_statement "FUN_00096350(param_1 + 0xe,uVar1 - 0x40 >> 3,0,uVar1 >> 3,0);" (call_expression "FUN_00096350(param_1 + 0xe,uVar1 - 0x40 >> 3,0,uVar1 >> 3,0)" identifier (argument_list "(param_1 + 0xe,uVar1 - 0x40 >> 3,0,uVar1 >> 3,0)" ( (binary_expression "param_1 + 0xe" identifier + number_literal) , (binary_expression "uVar1 - 0x40 >> 3" (binary_expression "uVar1 - 0x40" identifier - number_literal) >> number_literal) , number_literal , (binary_expression "uVar1 >> 3" identifier >> number_literal) , number_literal ))) ;) }) (else_clause "else {\n (**(code **)(*param_1 + 100))(param_1,param_2);\n }" else (compound_statement "{\n (**(code **)(*param_1 + 100))(param_1,param_2);\n }" { (expression_statement "(**(code **)(*param_1 + 100))(param_1,param_2);" (call_expression "(**(code **)(*param_1 + 100))(param_1,param_2)" (parenthesized_expression "(**(code **)(*param_1 + 100))" ( (pointer_expression "**(code **)(*param_1 + 100)" * (pointer_expression "*(code **)(*param_1 + 100)" * (cast_expression "(code **)(*param_1 + 100)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 100)" ( (binary_expression "*param_1 + 100" (pointer_expression "*param_1" * identifier) + number_literal) ))))) )) (argument_list "(param_1,param_2)" ( identifier , identifier ))) ;) }))) (expression_statement "(**(code **)(*param_3 + 0xb4))(param_3,param_4,param_5,param_2 << 3,0,0);" (call_expression "(**(code **)(*param_3 + 0xb4))(param_3,param_4,param_5,param_2 << 3,0,0)" (parenthesized_expression "(**(code **)(*param_3 + 0xb4))" ( (pointer_expression "**(code **)(*param_3 + 0xb4)" * (pointer_expression "*(code **)(*param_3 + 0xb4)" * (cast_expression "(code **)(*param_3 + 0xb4)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_3 + 0xb4)" ( (binary_expression "*param_3 + 0xb4" (pointer_expression "*param_3" * identifier) + number_literal) ))))) )) (argument_list "(param_3,param_4,param_5,param_2 << 3,0,0)" ( identifier , identifier , identifier , (binary_expression "param_2 << 3" identifier << number_literal) , 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 TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE 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 (parenthesized_expression ( (binary_expression IDENT + LIT) )) * LIT)) ;) (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) , (binary_expression (binary_expression IDENT - LIT) >> LIT) , LIT , (binary_expression IDENT >> LIT) , LIT ))) ;) }) (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 * IDENT) + LIT) ))))) )) (argument_list ( 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 * IDENT) + LIT) ))))) )) (argument_list ( IDENT , IDENT , IDENT , (binary_expression IDENT << LIT) , LIT , LIT ))) ;) (return_statement return ;) })))
(function_definition "void FUN_001053b0(int *param_1,int param_2,int *param_3,undefined4 param_4,undefined4 param_5)\n\n{\n uint uVar1;\n \n if (*(code **)(*param_1 + 100) == FUN_000f90a0) {\n uVar1 = (param_2 + 1) * 0x40;\n FUN_00096350(param_1 + 0xe,uVar1 - 0x40 >> 3,0,uVar1 >> 3,0);\n }\n else {\n (**(code **)(*param_1 + 100))(param_1,param_2);\n }\n (**(code **)(*param_3 + 0xb4))(param_3,param_4,param_5,param_2 << 3,0,0);\n return;\n}" (primitive_type "void") (function_declarator "FUN_001053b0(int *param_1,int param_2,int *param_3,undefined4 param_4,undefined4 param_5)" (identifier "FUN_001053b0") (parameter_list "(int *param_1,int param_2,int *param_3,undefined4 param_4,undefined4 param_5)" (( "(") (parameter_declaration "int *param_1" (primitive_type "int") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "int param_2" (primitive_type "int") (identifier "param_2")) (, ",") (parameter_declaration "int *param_3" (primitive_type "int") (pointer_declarator "*param_3" (* "*") (identifier "param_3"))) (, ",") (parameter_declaration "undefined4 param_4" (type_identifier "undefined4") (identifier "param_4")) (, ",") (parameter_declaration "undefined4 param_5" (type_identifier "undefined4") (identifier "param_5")) () ")"))) (compound_statement "{\n uint uVar1;\n \n if (*(code **)(*param_1 + 100) == FUN_000f90a0) {\n uVar1 = (param_2 + 1) * 0x40;\n FUN_00096350(param_1 + 0xe,uVar1 - 0x40 >> 3,0,uVar1 >> 3,0);\n }\n else {\n (**(code **)(*param_1 + 100))(param_1,param_2);\n }\n (**(code **)(*param_3 + 0xb4))(param_3,param_4,param_5,param_2 << 3,0,0);\n return;\n}" ({ "{") (declaration "uint uVar1;" (type_identifier "uint") (identifier "uVar1") (; ";")) (if_statement "if (*(code **)(*param_1 + 100) == FUN_000f90a0) {\n uVar1 = (param_2 + 1) * 0x40;\n FUN_00096350(param_1 + 0xe,uVar1 - 0x40 >> 3,0,uVar1 >> 3,0);\n }\n else {\n (**(code **)(*param_1 + 100))(param_1,param_2);\n }" (if "if") (parenthesized_expression "(*(code **)(*param_1 + 100) == FUN_000f90a0)" (( "(") (binary_expression "*(code **)(*param_1 + 100) == FUN_000f90a0" (pointer_expression "*(code **)(*param_1 + 100)" (* "*") (cast_expression "(code **)(*param_1 + 100)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_1 + 100)" (( "(") (binary_expression "*param_1 + 100" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "100")) () ")")))) (== "==") (identifier "FUN_000f90a0")) () ")")) (compound_statement "{\n uVar1 = (param_2 + 1) * 0x40;\n FUN_00096350(param_1 + 0xe,uVar1 - 0x40 >> 3,0,uVar1 >> 3,0);\n }" ({ "{") (expression_statement "uVar1 = (param_2 + 1) * 0x40;" (assignment_expression "uVar1 = (param_2 + 1) * 0x40" (identifier "uVar1") (= "=") (binary_expression "(param_2 + 1) * 0x40" (parenthesized_expression "(param_2 + 1)" (( "(") (binary_expression "param_2 + 1" (identifier "param_2") (+ "+") (number_literal "1")) () ")")) (* "*") (number_literal "0x40"))) (; ";")) (expression_statement "FUN_00096350(param_1 + 0xe,uVar1 - 0x40 >> 3,0,uVar1 >> 3,0);" (call_expression "FUN_00096350(param_1 + 0xe,uVar1 - 0x40 >> 3,0,uVar1 >> 3,0)" (identifier "FUN_00096350") (argument_list "(param_1 + 0xe,uVar1 - 0x40 >> 3,0,uVar1 >> 3,0)" (( "(") (binary_expression "param_1 + 0xe" (identifier "param_1") (+ "+") (number_literal "0xe")) (, ",") (binary_expression "uVar1 - 0x40 >> 3" (binary_expression "uVar1 - 0x40" (identifier "uVar1") (- "-") (number_literal "0x40")) (>> ">>") (number_literal "3")) (, ",") (number_literal "0") (, ",") (binary_expression "uVar1 >> 3" (identifier "uVar1") (>> ">>") (number_literal "3")) (, ",") (number_literal "0") () ")"))) (; ";")) (} "}")) (else_clause "else {\n (**(code **)(*param_1 + 100))(param_1,param_2);\n }" (else "else") (compound_statement "{\n (**(code **)(*param_1 + 100))(param_1,param_2);\n }" ({ "{") (expression_statement "(**(code **)(*param_1 + 100))(param_1,param_2);" (call_expression "(**(code **)(*param_1 + 100))(param_1,param_2)" (parenthesized_expression "(**(code **)(*param_1 + 100))" (( "(") (pointer_expression "**(code **)(*param_1 + 100)" (* "*") (pointer_expression "*(code **)(*param_1 + 100)" (* "*") (cast_expression "(code **)(*param_1 + 100)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_1 + 100)" (( "(") (binary_expression "*param_1 + 100" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "100")) () ")"))))) () ")")) (argument_list "(param_1,param_2)" (( "(") (identifier "param_1") (, ",") (identifier "param_2") () ")"))) (; ";")) (} "}")))) (expression_statement "(**(code **)(*param_3 + 0xb4))(param_3,param_4,param_5,param_2 << 3,0,0);" (call_expression "(**(code **)(*param_3 + 0xb4))(param_3,param_4,param_5,param_2 << 3,0,0)" (parenthesized_expression "(**(code **)(*param_3 + 0xb4))" (( "(") (pointer_expression "**(code **)(*param_3 + 0xb4)" (* "*") (pointer_expression "*(code **)(*param_3 + 0xb4)" (* "*") (cast_expression "(code **)(*param_3 + 0xb4)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_3 + 0xb4)" (( "(") (binary_expression "*param_3 + 0xb4" (pointer_expression "*param_3" (* "*") (identifier "param_3")) (+ "+") (number_literal "0xb4")) () ")"))))) () ")")) (argument_list "(param_3,param_4,param_5,param_2 << 3,0,0)" (( "(") (identifier "param_3") (, ",") (identifier "param_4") (, ",") (identifier "param_5") (, ",") (binary_expression "param_2 << 3" (identifier "param_2") (<< "<<") (number_literal "3")) (, ",") (number_literal "0") (, ",") (number_literal "0") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Type propagation algorithm not settling */ /* DWARF original prototype: void reserve_local(Output_data_got<64,_false> * this, uint i, Relobj * object, uint sym_index, uint got_type) */ void __thiscall gold::Output_data_got<64,_false>::reserve_local (Output_data_got<64,_false> *this,uint var_4,Relobj *object,uint sym_index,uint got_type) { _func_int_varargs *var_1; var_1 = (this->super_Output_data_got_base).super_Output_section_data_build. super_Output_section_data.super_Output_data._vptr_Output_data[0x19]; if (var_1 == var_2) { Free_list::var_3(&this->free_list_,(char *)((var_4 + 1) * 0x40 - 0x40 >> 3)); } else { (*var_1)(this,var_4); } (*(object->super_Object)._vptr_Object[0x2d])(object,sym_index,got_type,var_4 << 3,0,0); 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: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (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: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)) (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (number_literal)) (number_literal) (binary_expression left: (identifier) right: (number_literal)) (number_literal))))) 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: (identifier)) right: (number_literal))))))) arguments: (argument_list (identifier) (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) (binary_expression left: (identifier) right: (number_literal)) (number_literal) (number_literal)))) (return_statement))))
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(int *param_1,int param_2,int *param_3,undefined4 param_4,undefined4 param_5) { uint uVar1; if (*(code **)(*param_1 + 100) == FUN_000f90a0) { uVar1 = (param_2 + 1) * 0x40; FUN_00096350(param_1 + 0xe,uVar1 - 0x40 >> 3,0,uVar1 >> 3,0); } else { (**(code **)(*param_1 + 100))(param_1,param_2); } (**(code **)(*param_3 + 0xb4))(param_3,param_4,param_5,param_2 << 3,0,0); return; }
218_ia64-linux-gnu-ld_and_ia64-linux-gnu-ld_strip.c
comment
FUN_00018f60
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ void comment(void) { int iVar1; char *fmt; LAB_00018f80: do { iVar1 = input(); while ((iVar1 != 0x2a && (iVar1 != -1))) { if (iVar1 != 10) goto LAB_00018f80; lineno = lineno + 1; iVar1 = input(); } if (iVar1 == 0x2a) { do { iVar1 = input(); } while (iVar1 == 0x2a); if (iVar1 == 0x2f) { return; } } if (iVar1 == 10) { lineno = lineno + 1; } else if (iVar1 == -1) { fmt = (char *)dcgettext(0,"%F%P: EOF in comment\n",5); einfo(fmt); return; } } while( true ); }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_00018f60(void) { int iVar1; undefined4 uVar2; LAB_00018f80: do { iVar1 = FUN_00018e90(); while ((iVar1 != 0x2a && (iVar1 != -1))) { if (iVar1 != 10) goto LAB_00018f80; DAT_00098b8c = DAT_00098b8c + 1; iVar1 = FUN_00018e90(); } if (iVar1 == 0x2a) { do { iVar1 = FUN_00018e90(); } while (iVar1 == 0x2a); if (iVar1 == 0x2f) { return; } } if (iVar1 == 10) { DAT_00098b8c = DAT_00098b8c + 1; } else if (iVar1 == -1) { uVar2 = dcgettext(0,"%F%P: EOF in comment\n",5); FUN_00032bb0(uVar2); return; } } while( true ); }
PUSH ESI PUSH EBX CALL 0x00015a40 ADD EBX,0x7f099 SUB ESP,0x4 LEA ESI,[EBX + 0xb8c] LEA ESI,[ESI] LEA ESI,[ESI] CALL 0x00018e90 CMP EAX,0x2a JZ 0x00018fa8 CMP EAX,-0x1 JZ 0x00018fa8 CMP EAX,0xa JNZ 0x00018f80 ADD dword ptr [ESI],0x1 CALL 0x00018e90 CMP EAX,0x2a JNZ 0x00018f8a LEA ESI,[ESI] CMP EAX,0x2a JZ 0x00018fe0 CMP EAX,0xa JZ 0x00018ff8 CMP EAX,-0x1 JNZ 0x00018f80 SUB ESP,0x4 LEA EAX,[EBX + 0xfffab219] PUSH 0x5 PUSH EAX PUSH 0x0 CALL 0x000142e0 MOV dword ptr [ESP],EAX CALL 0x00032bb0 ADD ESP,0x10 ADD ESP,0x4 POP EBX POP ESI RET CALL 0x00018e90 CMP EAX,0x2a JZ 0x00018fe0 CMP EAX,0x2f JZ 0x00018fd5 CMP EAX,0xa JNZ 0x00018fb2 LEA ESI,[ESI] LEA EAX,[EBX + 0xb8c] ADD dword ptr [EAX],0x1 JMP 0x00018f80
null
null
null
null
[(u'MULTIEQUAL_-1205956111', u'INT_NOTEQUAL_-1205956664'), (u'CALL_-1205956504', u'INDIRECT_-1205956061'), ('tmp_364', u'CBRANCH_-1205956545'), (u'MULTIEQUAL_-1205956111', u'INT_EQUAL_-1205956580'), (u'INDIRECT_-1205956133', u'MULTIEQUAL_-1205956110'), ('tmp_640', u'CBRANCH_-1205956388'), (u'INT_EQUAL_-1205956374', u'CBRANCH_-1205956371'), ('const-5', u'CALL_-1205956504'), (u'INDIRECT_-1205956109', u'MULTIEQUAL_-1205956110'), (u'INDIRECT_-1205956052', u'COPY_-1205956102'), (u'MULTIEQUAL_-1205956002', u'INT_EQUAL_-1205956548'), (u'INT_NOTEQUAL_-1205956648', u'CBRANCH_-1205956646'), (u'CALL_-1205956620', u'INDIRECT_-1205956109'), ('const-47', u'INT_EQUAL_-1205956390'), ('tmp_1799', u'MULTIEQUAL_-1205956122'), (u'MULTIEQUAL_-1205956110', u'INT_ADD_-1205956624'), (u'INDIRECT_-1205956035', u'MULTIEQUAL_-1205956001'), (u'CALL_-1205956421', u'INT_EQUAL_-1205956406'), (u'CALL_-1205956421', u'INT_EQUAL_-1205956390'), ('const-42', u'INT_EQUAL_-1205956580'), (u'MULTIEQUAL_-1205956111', u'INT_NOTEQUAL_-1205956680'), (u'CAST_-1205956037', u'CALL_-1205956491'), (u'MULTIEQUAL_-1205956001', u'INT_ADD_-1205956393'), (u'INDIRECT_-1205956035', u'COPY_-1205956081'), ('const-1', u'INT_ADD_-1205956624'), (u'INT_NOTEQUAL_-1205956664', u'CBRANCH_-1205956663'), ('const-4294967295', u'INT_NOTEQUAL_-1205956664'), (u'MULTIEQUAL_-1205956110', u'MULTIEQUAL_-1205956029'), (u'INT_NOTEQUAL_-1205956680', u'CBRANCH_-1205956679'), (u'CALL_-1205956696', u'INDIRECT_-1205956133'), ('tmp_302', u'CBRANCH_-1205956578'), ('const-42', u'INT_NOTEQUAL_-1205956680'), (u'MULTIEQUAL_-1205956111', u'MULTIEQUAL_-1205956002'), (u'CALL_-1205956421', u'INDIRECT_-1205956035'), ('const-274969', u'COPY_-1205956111'), (u'MULTIEQUAL_-1205956002', u'INT_EQUAL_-1205956374'), (u'CALL_-1205956620', u'MULTIEQUAL_-1205956111'), (u'MULTIEQUAL_-1205956110', u'MULTIEQUAL_-1205956001'), ('tmp_183', u'CBRANCH_-1205956646'), (u'CALL_-1205956491', u'INDIRECT_-1205956052'), ('const-0', u'CALL_-1205956504'), ('const-42', u'INT_EQUAL_-1205956406'), (u'INT_ADD_-1205956393', u'MULTIEQUAL_-1205956122'), ('tmp_573', u'BRANCH_-1205956394'), (u'COPY_-1205956102', u'COPY_-1205956098'), (u'INT_EQUAL_-1205956390', u'CBRANCH_-1205956388'), (u'MULTIEQUAL_-1205956001', u'MULTIEQUAL_-1205956122'), ('tmp_151', u'CBRANCH_-1205956663'), ('const-1', u'INT_ADD_-1205956393'), ('tmp_672', u'CBRANCH_-1205956371'), (u'CALL_-1205956421', u'MULTIEQUAL_-1205956002'), (u'INT_EQUAL_-1205956548', u'CBRANCH_-1205956545'), (u'INT_EQUAL_-1205956406', u'CBRANCH_-1205956404'), (u'MULTIEQUAL_-1205956111', u'INT_NOTEQUAL_-1205956648'), ('const-0', u'RETURN_-1205956446'), (u'MULTIEQUAL_-1205956110', u'MULTIEQUAL_-1205956122'), ('tmp_610', u'CBRANCH_-1205956404'), (u'CALL_-1205956696', u'MULTIEQUAL_-1205956111'), ('const-10', u'INT_EQUAL_-1205956374'), (u'CALL_-1205956504', u'CAST_-1205956037'), (u'INT_EQUAL_-1205956580', u'CBRANCH_-1205956578'), ('const-4294967295', u'INT_EQUAL_-1205956548'), ('const-0', u'RETURN_-1205956071'), ('tmp_121', u'CBRANCH_-1205956679'), ('const-10', u'INT_NOTEQUAL_-1205956648'), (u'INDIRECT_-1205956035', u'MULTIEQUAL_-1205956029'), (u'COPY_-1205956111', u'CALL_-1205956504')]
[('tmp_364', u'CBRANCH_-1205956545'), (u'INDIRECT_-1205956132', u'MULTIEQUAL_-1205956109'), (u'INDIRECT_-1205956034', u'MULTIEQUAL_-1205956000'), ('const-0', u'CALL_-1205956504'), ('tmp_640', u'CBRANCH_-1205956388'), (u'INT_EQUAL_-1205956374', u'CBRANCH_-1205956371'), (u'CALL_-1205956421', u'MULTIEQUAL_-1205956001'), ('const-47', u'INT_EQUAL_-1205956390'), (u'INDIRECT_-1205956108', u'MULTIEQUAL_-1205956109'), (u'INT_NOTEQUAL_-1205956648', u'CBRANCH_-1205956646'), (u'CALL_-1205956620', u'INDIRECT_-1205956108'), ('const-42', u'INT_EQUAL_-1205956580'), ('const-4294967295', u'INT_NOTEQUAL_-1205956664'), ('const-42', u'INT_EQUAL_-1205956406'), (u'MULTIEQUAL_-1205956109', u'MULTIEQUAL_-1205956028'), (u'MULTIEQUAL_-1205956110', u'INT_NOTEQUAL_-1205956680'), ('const-4294967295', u'INT_EQUAL_-1205956548'), (u'CALL_-1205956421', u'INDIRECT_-1205956034'), (u'MULTIEQUAL_-1205956110', u'INT_NOTEQUAL_-1205956664'), (u'CALL_-1205956421', u'INT_EQUAL_-1205956406'), (u'CALL_-1205956491', u'INDIRECT_-1205956051'), (u'CALL_-1205956421', u'INT_EQUAL_-1205956390'), (u'MULTIEQUAL_-1205956110', u'INT_NOTEQUAL_-1205956648'), (u'CALL_-1205956696', u'INDIRECT_-1205956132'), ('const-1', u'INT_ADD_-1205956624'), (u'INT_NOTEQUAL_-1205956664', u'CBRANCH_-1205956663'), (u'MULTIEQUAL_-1205956110', u'INT_EQUAL_-1205956580'), (u'MULTIEQUAL_-1205956001', u'INT_EQUAL_-1205956548'), (u'COPY_-1205956110', u'CALL_-1205956504'), (u'CALL_-1205956696', u'MULTIEQUAL_-1205956110'), (u'INT_NOTEQUAL_-1205956680', u'CBRANCH_-1205956679'), ('const-274969', u'COPY_-1205956110'), (u'INDIRECT_-1205956034', u'MULTIEQUAL_-1205956028'), ('tmp_302', u'CBRANCH_-1205956578'), (u'INDIRECT_-1205956051', u'COPY_-1205956101'), (u'MULTIEQUAL_-1205956110', u'MULTIEQUAL_-1205956001'), ('tmp_183', u'CBRANCH_-1205956646'), (u'CALL_-1205956620', u'MULTIEQUAL_-1205956110'), (u'COPY_-1205956101', u'COPY_-1205956097'), ('tmp_573', u'BRANCH_-1205956394'), ('tmp_1815', u'MULTIEQUAL_-1205956121'), (u'INT_EQUAL_-1205956390', u'CBRANCH_-1205956388'), ('tmp_151', u'CBRANCH_-1205956663'), ('const-1', u'INT_ADD_-1205956393'), ('tmp_672', u'CBRANCH_-1205956371'), (u'INT_EQUAL_-1205956548', u'CBRANCH_-1205956545'), ('const-42', u'INT_NOTEQUAL_-1205956680'), (u'CALL_-1205956504', u'INDIRECT_-1205956060'), ('const-0', u'RETURN_-1205956070'), (u'INT_EQUAL_-1205956406', u'CBRANCH_-1205956404'), ('const-10', u'INT_EQUAL_-1205956374'), (u'INT_ADD_-1205956393', u'MULTIEQUAL_-1205956121'), ('const-0', u'RETURN_-1205956446'), ('tmp_610', u'CBRANCH_-1205956404'), ('const-10', u'INT_NOTEQUAL_-1205956648'), (u'MULTIEQUAL_-1205956109', u'INT_ADD_-1205956624'), (u'INDIRECT_-1205956034', u'COPY_-1205956080'), (u'MULTIEQUAL_-1205956000', u'MULTIEQUAL_-1205956121'), (u'INT_EQUAL_-1205956580', u'CBRANCH_-1205956578'), ('const-5', u'CALL_-1205956504'), (u'CALL_-1205956504', u'CALL_-1205956491'), ('tmp_121', u'CBRANCH_-1205956679'), (u'MULTIEQUAL_-1205956109', u'MULTIEQUAL_-1205956000'), (u'MULTIEQUAL_-1205956001', u'INT_EQUAL_-1205956374'), (u'MULTIEQUAL_-1205956000', u'INT_ADD_-1205956393'), (u'MULTIEQUAL_-1205956109', u'MULTIEQUAL_-1205956121')]
null
null
00018f60
x86
O2
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00018f60(void)\n\n{\n int iVar1;\n undefined4 uVar2;\n \nLAB_00018f80:\n do {\n iVar1 = FUN_00018e90();\n while ((iVar1 != 0x2a && (iVar1 != -1))) {\n if (iVar1 != 10) goto LAB_00018f80;\n DAT_00098b8c = DAT_00098b8c + 1;\n iVar1 = FUN_00018e90();\n }\n if (iVar1 == 0x2a) {\n do {\n iVar1 = FUN_00018e90();\n } while (iVar1 == 0x2a);\n if (iVar1 == 0x2f) {\n return;\n }\n }\n if (iVar1 == 10) {\n DAT_00098b8c = DAT_00098b8c + 1;\n }\n else if (iVar1 == -1) {\n uVar2 = dcgettext(0,"%F%P: EOF in comment\n",5);\n FUN_00032bb0(uVar2);\n return;\n }\n } while( true );\n}\n\n" comment (function_definition "void FUN_00018f60(void)\n\n{\n int iVar1;\n undefined4 uVar2;\n \nLAB_00018f80:\n do {\n iVar1 = FUN_00018e90();\n while ((iVar1 != 0x2a && (iVar1 != -1))) {\n if (iVar1 != 10) goto LAB_00018f80;\n DAT_00098b8c = DAT_00098b8c + 1;\n iVar1 = FUN_00018e90();\n }\n if (iVar1 == 0x2a) {\n do {\n iVar1 = FUN_00018e90();\n } while (iVar1 == 0x2a);\n if (iVar1 == 0x2f) {\n return;\n }\n }\n if (iVar1 == 10) {\n DAT_00098b8c = DAT_00098b8c + 1;\n }\n else if (iVar1 == -1) {\n uVar2 = dcgettext(0,"%F%P: EOF in comment\n",5);\n FUN_00032bb0(uVar2);\n return;\n }\n } while( true );\n}" primitive_type (function_declarator "FUN_00018f60(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n int iVar1;\n undefined4 uVar2;\n \nLAB_00018f80:\n do {\n iVar1 = FUN_00018e90();\n while ((iVar1 != 0x2a && (iVar1 != -1))) {\n if (iVar1 != 10) goto LAB_00018f80;\n DAT_00098b8c = DAT_00098b8c + 1;\n iVar1 = FUN_00018e90();\n }\n if (iVar1 == 0x2a) {\n do {\n iVar1 = FUN_00018e90();\n } while (iVar1 == 0x2a);\n if (iVar1 == 0x2f) {\n return;\n }\n }\n if (iVar1 == 10) {\n DAT_00098b8c = DAT_00098b8c + 1;\n }\n else if (iVar1 == -1) {\n uVar2 = dcgettext(0,"%F%P: EOF in comment\n",5);\n FUN_00032bb0(uVar2);\n return;\n }\n } while( true );\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "undefined4 uVar2;" type_identifier identifier ;) (labeled_statement "LAB_00018f80:\n do {\n iVar1 = FUN_00018e90();\n while ((iVar1 != 0x2a && (iVar1 != -1))) {\n if (iVar1 != 10) goto LAB_00018f80;\n DAT_00098b8c = DAT_00098b8c + 1;\n iVar1 = FUN_00018e90();\n }\n if (iVar1 == 0x2a) {\n do {\n iVar1 = FUN_00018e90();\n } while (iVar1 == 0x2a);\n if (iVar1 == 0x2f) {\n return;\n }\n }\n if (iVar1 == 10) {\n DAT_00098b8c = DAT_00098b8c + 1;\n }\n else if (iVar1 == -1) {\n uVar2 = dcgettext(0,"%F%P: EOF in comment\n",5);\n FUN_00032bb0(uVar2);\n return;\n }\n } while( true );" statement_identifier : (do_statement "do {\n iVar1 = FUN_00018e90();\n while ((iVar1 != 0x2a && (iVar1 != -1))) {\n if (iVar1 != 10) goto LAB_00018f80;\n DAT_00098b8c = DAT_00098b8c + 1;\n iVar1 = FUN_00018e90();\n }\n if (iVar1 == 0x2a) {\n do {\n iVar1 = FUN_00018e90();\n } while (iVar1 == 0x2a);\n if (iVar1 == 0x2f) {\n return;\n }\n }\n if (iVar1 == 10) {\n DAT_00098b8c = DAT_00098b8c + 1;\n }\n else if (iVar1 == -1) {\n uVar2 = dcgettext(0,"%F%P: EOF in comment\n",5);\n FUN_00032bb0(uVar2);\n return;\n }\n } while( true );" do (compound_statement "{\n iVar1 = FUN_00018e90();\n while ((iVar1 != 0x2a && (iVar1 != -1))) {\n if (iVar1 != 10) goto LAB_00018f80;\n DAT_00098b8c = DAT_00098b8c + 1;\n iVar1 = FUN_00018e90();\n }\n if (iVar1 == 0x2a) {\n do {\n iVar1 = FUN_00018e90();\n } while (iVar1 == 0x2a);\n if (iVar1 == 0x2f) {\n return;\n }\n }\n if (iVar1 == 10) {\n DAT_00098b8c = DAT_00098b8c + 1;\n }\n else if (iVar1 == -1) {\n uVar2 = dcgettext(0,"%F%P: EOF in comment\n",5);\n FUN_00032bb0(uVar2);\n return;\n }\n }" { (expression_statement "iVar1 = FUN_00018e90();" (assignment_expression "iVar1 = FUN_00018e90()" identifier = (call_expression "FUN_00018e90()" identifier (argument_list "()" ( )))) ;) (while_statement "while ((iVar1 != 0x2a && (iVar1 != -1))) {\n if (iVar1 != 10) goto LAB_00018f80;\n DAT_00098b8c = DAT_00098b8c + 1;\n iVar1 = FUN_00018e90();\n }" while (parenthesized_expression "((iVar1 != 0x2a && (iVar1 != -1)))" ( (parenthesized_expression "(iVar1 != 0x2a && (iVar1 != -1))" ( (binary_expression "iVar1 != 0x2a && (iVar1 != -1)" (binary_expression "iVar1 != 0x2a" identifier != number_literal) && (parenthesized_expression "(iVar1 != -1)" ( (binary_expression "iVar1 != -1" identifier != number_literal) ))) )) )) (compound_statement "{\n if (iVar1 != 10) goto LAB_00018f80;\n DAT_00098b8c = DAT_00098b8c + 1;\n iVar1 = FUN_00018e90();\n }" { (if_statement "if (iVar1 != 10) goto LAB_00018f80;" if (parenthesized_expression "(iVar1 != 10)" ( (binary_expression "iVar1 != 10" identifier != number_literal) )) (goto_statement "goto LAB_00018f80;" goto statement_identifier ;)) (expression_statement "DAT_00098b8c = DAT_00098b8c + 1;" (assignment_expression "DAT_00098b8c = DAT_00098b8c + 1" identifier = (binary_expression "DAT_00098b8c + 1" identifier + number_literal)) ;) (expression_statement "iVar1 = FUN_00018e90();" (assignment_expression "iVar1 = FUN_00018e90()" identifier = (call_expression "FUN_00018e90()" identifier (argument_list "()" ( )))) ;) })) (if_statement "if (iVar1 == 0x2a) {\n do {\n iVar1 = FUN_00018e90();\n } while (iVar1 == 0x2a);\n if (iVar1 == 0x2f) {\n return;\n }\n }" if (parenthesized_expression "(iVar1 == 0x2a)" ( (binary_expression "iVar1 == 0x2a" identifier == number_literal) )) (compound_statement "{\n do {\n iVar1 = FUN_00018e90();\n } while (iVar1 == 0x2a);\n if (iVar1 == 0x2f) {\n return;\n }\n }" { (do_statement "do {\n iVar1 = FUN_00018e90();\n } while (iVar1 == 0x2a);" do (compound_statement "{\n iVar1 = FUN_00018e90();\n }" { (expression_statement "iVar1 = FUN_00018e90();" (assignment_expression "iVar1 = FUN_00018e90()" identifier = (call_expression "FUN_00018e90()" identifier (argument_list "()" ( )))) ;) }) while (parenthesized_expression "(iVar1 == 0x2a)" ( (binary_expression "iVar1 == 0x2a" identifier == number_literal) )) ;) (if_statement "if (iVar1 == 0x2f) {\n return;\n }" if (parenthesized_expression "(iVar1 == 0x2f)" ( (binary_expression "iVar1 == 0x2f" identifier == number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) })) (if_statement "if (iVar1 == 10) {\n DAT_00098b8c = DAT_00098b8c + 1;\n }\n else if (iVar1 == -1) {\n uVar2 = dcgettext(0,"%F%P: EOF in comment\n",5);\n FUN_00032bb0(uVar2);\n return;\n }" if (parenthesized_expression "(iVar1 == 10)" ( (binary_expression "iVar1 == 10" identifier == number_literal) )) (compound_statement "{\n DAT_00098b8c = DAT_00098b8c + 1;\n }" { (expression_statement "DAT_00098b8c = DAT_00098b8c + 1;" (assignment_expression "DAT_00098b8c = DAT_00098b8c + 1" identifier = (binary_expression "DAT_00098b8c + 1" identifier + number_literal)) ;) }) (else_clause "else if (iVar1 == -1) {\n uVar2 = dcgettext(0,"%F%P: EOF in comment\n",5);\n FUN_00032bb0(uVar2);\n return;\n }" else (if_statement "if (iVar1 == -1) {\n uVar2 = dcgettext(0,"%F%P: EOF in comment\n",5);\n FUN_00032bb0(uVar2);\n return;\n }" if (parenthesized_expression "(iVar1 == -1)" ( (binary_expression "iVar1 == -1" identifier == number_literal) )) (compound_statement "{\n uVar2 = dcgettext(0,"%F%P: EOF in comment\n",5);\n FUN_00032bb0(uVar2);\n return;\n }" { (expression_statement "uVar2 = dcgettext(0,"%F%P: EOF in comment\n",5);" (assignment_expression "uVar2 = dcgettext(0,"%F%P: EOF in comment\n",5)" identifier = (call_expression "dcgettext(0,"%F%P: EOF in comment\n",5)" identifier (argument_list "(0,"%F%P: EOF in comment\n",5)" ( number_literal , (string_literal ""%F%P: EOF in comment\n"" " string_content escape_sequence ") , number_literal )))) ;) (expression_statement "FUN_00032bb0(uVar2);" (call_expression "FUN_00032bb0(uVar2)" identifier (argument_list "(uVar2)" ( identifier ))) ;) (return_statement "return;" return ;) })))) }) while (parenthesized_expression "( true )" ( true )) ;)) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid comment(void)\n\n{\n int iVar1;\n char *fmt;\n \nLAB_00018f80:\n do {\n iVar1 = input();\n while ((iVar1 != 0x2a && (iVar1 != -1))) {\n if (iVar1 != 10) goto LAB_00018f80;\n lineno = lineno + 1;\n iVar1 = input();\n }\n if (iVar1 == 0x2a) {\n do {\n iVar1 = input();\n } while (iVar1 == 0x2a);\n if (iVar1 == 0x2f) {\n return;\n }\n }\n if (iVar1 == 10) {\n lineno = lineno + 1;\n }\n else if (iVar1 == -1) {\n fmt = (char *)dcgettext(0,"%F%P: EOF in comment\n",5);\n einfo(fmt);\n return;\n }\n } while( true );\n}\n\n" comment comment (function_definition "void comment(void)\n\n{\n int iVar1;\n char *fmt;\n \nLAB_00018f80:\n do {\n iVar1 = input();\n while ((iVar1 != 0x2a && (iVar1 != -1))) {\n if (iVar1 != 10) goto LAB_00018f80;\n lineno = lineno + 1;\n iVar1 = input();\n }\n if (iVar1 == 0x2a) {\n do {\n iVar1 = input();\n } while (iVar1 == 0x2a);\n if (iVar1 == 0x2f) {\n return;\n }\n }\n if (iVar1 == 10) {\n lineno = lineno + 1;\n }\n else if (iVar1 == -1) {\n fmt = (char *)dcgettext(0,"%F%P: EOF in comment\n",5);\n einfo(fmt);\n return;\n }\n } while( true );\n}" primitive_type (function_declarator "comment(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n int iVar1;\n char *fmt;\n \nLAB_00018f80:\n do {\n iVar1 = input();\n while ((iVar1 != 0x2a && (iVar1 != -1))) {\n if (iVar1 != 10) goto LAB_00018f80;\n lineno = lineno + 1;\n iVar1 = input();\n }\n if (iVar1 == 0x2a) {\n do {\n iVar1 = input();\n } while (iVar1 == 0x2a);\n if (iVar1 == 0x2f) {\n return;\n }\n }\n if (iVar1 == 10) {\n lineno = lineno + 1;\n }\n else if (iVar1 == -1) {\n fmt = (char *)dcgettext(0,"%F%P: EOF in comment\n",5);\n einfo(fmt);\n return;\n }\n } while( true );\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "char *fmt;" primitive_type (pointer_declarator "*fmt" * identifier) ;) (labeled_statement "LAB_00018f80:\n do {\n iVar1 = input();\n while ((iVar1 != 0x2a && (iVar1 != -1))) {\n if (iVar1 != 10) goto LAB_00018f80;\n lineno = lineno + 1;\n iVar1 = input();\n }\n if (iVar1 == 0x2a) {\n do {\n iVar1 = input();\n } while (iVar1 == 0x2a);\n if (iVar1 == 0x2f) {\n return;\n }\n }\n if (iVar1 == 10) {\n lineno = lineno + 1;\n }\n else if (iVar1 == -1) {\n fmt = (char *)dcgettext(0,"%F%P: EOF in comment\n",5);\n einfo(fmt);\n return;\n }\n } while( true );" statement_identifier : (do_statement "do {\n iVar1 = input();\n while ((iVar1 != 0x2a && (iVar1 != -1))) {\n if (iVar1 != 10) goto LAB_00018f80;\n lineno = lineno + 1;\n iVar1 = input();\n }\n if (iVar1 == 0x2a) {\n do {\n iVar1 = input();\n } while (iVar1 == 0x2a);\n if (iVar1 == 0x2f) {\n return;\n }\n }\n if (iVar1 == 10) {\n lineno = lineno + 1;\n }\n else if (iVar1 == -1) {\n fmt = (char *)dcgettext(0,"%F%P: EOF in comment\n",5);\n einfo(fmt);\n return;\n }\n } while( true );" do (compound_statement "{\n iVar1 = input();\n while ((iVar1 != 0x2a && (iVar1 != -1))) {\n if (iVar1 != 10) goto LAB_00018f80;\n lineno = lineno + 1;\n iVar1 = input();\n }\n if (iVar1 == 0x2a) {\n do {\n iVar1 = input();\n } while (iVar1 == 0x2a);\n if (iVar1 == 0x2f) {\n return;\n }\n }\n if (iVar1 == 10) {\n lineno = lineno + 1;\n }\n else if (iVar1 == -1) {\n fmt = (char *)dcgettext(0,"%F%P: EOF in comment\n",5);\n einfo(fmt);\n return;\n }\n }" { (expression_statement "iVar1 = input();" (assignment_expression "iVar1 = input()" identifier = (call_expression "input()" identifier (argument_list "()" ( )))) ;) (while_statement "while ((iVar1 != 0x2a && (iVar1 != -1))) {\n if (iVar1 != 10) goto LAB_00018f80;\n lineno = lineno + 1;\n iVar1 = input();\n }" while (parenthesized_expression "((iVar1 != 0x2a && (iVar1 != -1)))" ( (parenthesized_expression "(iVar1 != 0x2a && (iVar1 != -1))" ( (binary_expression "iVar1 != 0x2a && (iVar1 != -1)" (binary_expression "iVar1 != 0x2a" identifier != number_literal) && (parenthesized_expression "(iVar1 != -1)" ( (binary_expression "iVar1 != -1" identifier != number_literal) ))) )) )) (compound_statement "{\n if (iVar1 != 10) goto LAB_00018f80;\n lineno = lineno + 1;\n iVar1 = input();\n }" { (if_statement "if (iVar1 != 10) goto LAB_00018f80;" if (parenthesized_expression "(iVar1 != 10)" ( (binary_expression "iVar1 != 10" identifier != number_literal) )) (goto_statement "goto LAB_00018f80;" goto statement_identifier ;)) (expression_statement "lineno = lineno + 1;" (assignment_expression "lineno = lineno + 1" identifier = (binary_expression "lineno + 1" identifier + number_literal)) ;) (expression_statement "iVar1 = input();" (assignment_expression "iVar1 = input()" identifier = (call_expression "input()" identifier (argument_list "()" ( )))) ;) })) (if_statement "if (iVar1 == 0x2a) {\n do {\n iVar1 = input();\n } while (iVar1 == 0x2a);\n if (iVar1 == 0x2f) {\n return;\n }\n }" if (parenthesized_expression "(iVar1 == 0x2a)" ( (binary_expression "iVar1 == 0x2a" identifier == number_literal) )) (compound_statement "{\n do {\n iVar1 = input();\n } while (iVar1 == 0x2a);\n if (iVar1 == 0x2f) {\n return;\n }\n }" { (do_statement "do {\n iVar1 = input();\n } while (iVar1 == 0x2a);" do (compound_statement "{\n iVar1 = input();\n }" { (expression_statement "iVar1 = input();" (assignment_expression "iVar1 = input()" identifier = (call_expression "input()" identifier (argument_list "()" ( )))) ;) }) while (parenthesized_expression "(iVar1 == 0x2a)" ( (binary_expression "iVar1 == 0x2a" identifier == number_literal) )) ;) (if_statement "if (iVar1 == 0x2f) {\n return;\n }" if (parenthesized_expression "(iVar1 == 0x2f)" ( (binary_expression "iVar1 == 0x2f" identifier == number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) })) (if_statement "if (iVar1 == 10) {\n lineno = lineno + 1;\n }\n else if (iVar1 == -1) {\n fmt = (char *)dcgettext(0,"%F%P: EOF in comment\n",5);\n einfo(fmt);\n return;\n }" if (parenthesized_expression "(iVar1 == 10)" ( (binary_expression "iVar1 == 10" identifier == number_literal) )) (compound_statement "{\n lineno = lineno + 1;\n }" { (expression_statement "lineno = lineno + 1;" (assignment_expression "lineno = lineno + 1" identifier = (binary_expression "lineno + 1" identifier + number_literal)) ;) }) (else_clause "else if (iVar1 == -1) {\n fmt = (char *)dcgettext(0,"%F%P: EOF in comment\n",5);\n einfo(fmt);\n return;\n }" else (if_statement "if (iVar1 == -1) {\n fmt = (char *)dcgettext(0,"%F%P: EOF in comment\n",5);\n einfo(fmt);\n return;\n }" if (parenthesized_expression "(iVar1 == -1)" ( (binary_expression "iVar1 == -1" identifier == number_literal) )) (compound_statement "{\n fmt = (char *)dcgettext(0,"%F%P: EOF in comment\n",5);\n einfo(fmt);\n return;\n }" { (expression_statement "fmt = (char *)dcgettext(0,"%F%P: EOF in comment\n",5);" (assignment_expression "fmt = (char *)dcgettext(0,"%F%P: EOF in comment\n",5)" identifier = (cast_expression "(char *)dcgettext(0,"%F%P: EOF in comment\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"%F%P: EOF in comment\n",5)" identifier (argument_list "(0,"%F%P: EOF in comment\n",5)" ( number_literal , (string_literal ""%F%P: EOF in comment\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "einfo(fmt);" (call_expression "einfo(fmt)" identifier (argument_list "(fmt)" ( identifier ))) ;) (return_statement "return;" return ;) })))) }) while (parenthesized_expression "( true )" ( true )) ;)) })))
(translation_unit "void FUN_00018f60(void)\n\n{\n int iVar1;\n undefined4 uVar2;\n \nLAB_00018f80:\n do {\n iVar1 = FUN_00018e90();\n while ((iVar1 != 0x2a && (iVar1 != -1))) {\n if (iVar1 != 10) goto LAB_00018f80;\n DAT_00098b8c = DAT_00098b8c + 1;\n iVar1 = FUN_00018e90();\n }\n if (iVar1 == 0x2a) {\n do {\n iVar1 = FUN_00018e90();\n } while (iVar1 == 0x2a);\n if (iVar1 == 0x2f) {\n return;\n }\n }\n if (iVar1 == 10) {\n DAT_00098b8c = DAT_00098b8c + 1;\n }\n else if (iVar1 == -1) {\n uVar2 = dcgettext(0,"%F%P: EOF in comment\n",5);\n FUN_00032bb0(uVar2);\n return;\n }\n } while( true );\n}\n\n" (function_definition "void FUN_00018f60(void)\n\n{\n int iVar1;\n undefined4 uVar2;\n \nLAB_00018f80:\n do {\n iVar1 = FUN_00018e90();\n while ((iVar1 != 0x2a && (iVar1 != -1))) {\n if (iVar1 != 10) goto LAB_00018f80;\n DAT_00098b8c = DAT_00098b8c + 1;\n iVar1 = FUN_00018e90();\n }\n if (iVar1 == 0x2a) {\n do {\n iVar1 = FUN_00018e90();\n } while (iVar1 == 0x2a);\n if (iVar1 == 0x2f) {\n return;\n }\n }\n if (iVar1 == 10) {\n DAT_00098b8c = DAT_00098b8c + 1;\n }\n else if (iVar1 == -1) {\n uVar2 = dcgettext(0,"%F%P: EOF in comment\n",5);\n FUN_00032bb0(uVar2);\n return;\n }\n } while( true );\n}" primitive_type (function_declarator "FUN_00018f60(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n int iVar1;\n undefined4 uVar2;\n \nLAB_00018f80:\n do {\n iVar1 = FUN_00018e90();\n while ((iVar1 != 0x2a && (iVar1 != -1))) {\n if (iVar1 != 10) goto LAB_00018f80;\n DAT_00098b8c = DAT_00098b8c + 1;\n iVar1 = FUN_00018e90();\n }\n if (iVar1 == 0x2a) {\n do {\n iVar1 = FUN_00018e90();\n } while (iVar1 == 0x2a);\n if (iVar1 == 0x2f) {\n return;\n }\n }\n if (iVar1 == 10) {\n DAT_00098b8c = DAT_00098b8c + 1;\n }\n else if (iVar1 == -1) {\n uVar2 = dcgettext(0,"%F%P: EOF in comment\n",5);\n FUN_00032bb0(uVar2);\n return;\n }\n } while( true );\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "undefined4 uVar2;" type_identifier identifier ;) (labeled_statement "LAB_00018f80:\n do {\n iVar1 = FUN_00018e90();\n while ((iVar1 != 0x2a && (iVar1 != -1))) {\n if (iVar1 != 10) goto LAB_00018f80;\n DAT_00098b8c = DAT_00098b8c + 1;\n iVar1 = FUN_00018e90();\n }\n if (iVar1 == 0x2a) {\n do {\n iVar1 = FUN_00018e90();\n } while (iVar1 == 0x2a);\n if (iVar1 == 0x2f) {\n return;\n }\n }\n if (iVar1 == 10) {\n DAT_00098b8c = DAT_00098b8c + 1;\n }\n else if (iVar1 == -1) {\n uVar2 = dcgettext(0,"%F%P: EOF in comment\n",5);\n FUN_00032bb0(uVar2);\n return;\n }\n } while( true );" statement_identifier : (do_statement "do {\n iVar1 = FUN_00018e90();\n while ((iVar1 != 0x2a && (iVar1 != -1))) {\n if (iVar1 != 10) goto LAB_00018f80;\n DAT_00098b8c = DAT_00098b8c + 1;\n iVar1 = FUN_00018e90();\n }\n if (iVar1 == 0x2a) {\n do {\n iVar1 = FUN_00018e90();\n } while (iVar1 == 0x2a);\n if (iVar1 == 0x2f) {\n return;\n }\n }\n if (iVar1 == 10) {\n DAT_00098b8c = DAT_00098b8c + 1;\n }\n else if (iVar1 == -1) {\n uVar2 = dcgettext(0,"%F%P: EOF in comment\n",5);\n FUN_00032bb0(uVar2);\n return;\n }\n } while( true );" do (compound_statement "{\n iVar1 = FUN_00018e90();\n while ((iVar1 != 0x2a && (iVar1 != -1))) {\n if (iVar1 != 10) goto LAB_00018f80;\n DAT_00098b8c = DAT_00098b8c + 1;\n iVar1 = FUN_00018e90();\n }\n if (iVar1 == 0x2a) {\n do {\n iVar1 = FUN_00018e90();\n } while (iVar1 == 0x2a);\n if (iVar1 == 0x2f) {\n return;\n }\n }\n if (iVar1 == 10) {\n DAT_00098b8c = DAT_00098b8c + 1;\n }\n else if (iVar1 == -1) {\n uVar2 = dcgettext(0,"%F%P: EOF in comment\n",5);\n FUN_00032bb0(uVar2);\n return;\n }\n }" { (expression_statement "iVar1 = FUN_00018e90();" (assignment_expression "iVar1 = FUN_00018e90()" identifier = (call_expression "FUN_00018e90()" identifier (argument_list "()" ( )))) ;) (while_statement "while ((iVar1 != 0x2a && (iVar1 != -1))) {\n if (iVar1 != 10) goto LAB_00018f80;\n DAT_00098b8c = DAT_00098b8c + 1;\n iVar1 = FUN_00018e90();\n }" while (parenthesized_expression "((iVar1 != 0x2a && (iVar1 != -1)))" ( (parenthesized_expression "(iVar1 != 0x2a && (iVar1 != -1))" ( (binary_expression "iVar1 != 0x2a && (iVar1 != -1)" (binary_expression "iVar1 != 0x2a" identifier != number_literal) && (parenthesized_expression "(iVar1 != -1)" ( (binary_expression "iVar1 != -1" identifier != number_literal) ))) )) )) (compound_statement "{\n if (iVar1 != 10) goto LAB_00018f80;\n DAT_00098b8c = DAT_00098b8c + 1;\n iVar1 = FUN_00018e90();\n }" { (if_statement "if (iVar1 != 10) goto LAB_00018f80;" if (parenthesized_expression "(iVar1 != 10)" ( (binary_expression "iVar1 != 10" identifier != number_literal) )) (goto_statement "goto LAB_00018f80;" goto statement_identifier ;)) (expression_statement "DAT_00098b8c = DAT_00098b8c + 1;" (assignment_expression "DAT_00098b8c = DAT_00098b8c + 1" identifier = (binary_expression "DAT_00098b8c + 1" identifier + number_literal)) ;) (expression_statement "iVar1 = FUN_00018e90();" (assignment_expression "iVar1 = FUN_00018e90()" identifier = (call_expression "FUN_00018e90()" identifier (argument_list "()" ( )))) ;) })) (if_statement "if (iVar1 == 0x2a) {\n do {\n iVar1 = FUN_00018e90();\n } while (iVar1 == 0x2a);\n if (iVar1 == 0x2f) {\n return;\n }\n }" if (parenthesized_expression "(iVar1 == 0x2a)" ( (binary_expression "iVar1 == 0x2a" identifier == number_literal) )) (compound_statement "{\n do {\n iVar1 = FUN_00018e90();\n } while (iVar1 == 0x2a);\n if (iVar1 == 0x2f) {\n return;\n }\n }" { (do_statement "do {\n iVar1 = FUN_00018e90();\n } while (iVar1 == 0x2a);" do (compound_statement "{\n iVar1 = FUN_00018e90();\n }" { (expression_statement "iVar1 = FUN_00018e90();" (assignment_expression "iVar1 = FUN_00018e90()" identifier = (call_expression "FUN_00018e90()" identifier (argument_list "()" ( )))) ;) }) while (parenthesized_expression "(iVar1 == 0x2a)" ( (binary_expression "iVar1 == 0x2a" identifier == number_literal) )) ;) (if_statement "if (iVar1 == 0x2f) {\n return;\n }" if (parenthesized_expression "(iVar1 == 0x2f)" ( (binary_expression "iVar1 == 0x2f" identifier == number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) })) (if_statement "if (iVar1 == 10) {\n DAT_00098b8c = DAT_00098b8c + 1;\n }\n else if (iVar1 == -1) {\n uVar2 = dcgettext(0,"%F%P: EOF in comment\n",5);\n FUN_00032bb0(uVar2);\n return;\n }" if (parenthesized_expression "(iVar1 == 10)" ( (binary_expression "iVar1 == 10" identifier == number_literal) )) (compound_statement "{\n DAT_00098b8c = DAT_00098b8c + 1;\n }" { (expression_statement "DAT_00098b8c = DAT_00098b8c + 1;" (assignment_expression "DAT_00098b8c = DAT_00098b8c + 1" identifier = (binary_expression "DAT_00098b8c + 1" identifier + number_literal)) ;) }) (else_clause "else if (iVar1 == -1) {\n uVar2 = dcgettext(0,"%F%P: EOF in comment\n",5);\n FUN_00032bb0(uVar2);\n return;\n }" else (if_statement "if (iVar1 == -1) {\n uVar2 = dcgettext(0,"%F%P: EOF in comment\n",5);\n FUN_00032bb0(uVar2);\n return;\n }" if (parenthesized_expression "(iVar1 == -1)" ( (binary_expression "iVar1 == -1" identifier == number_literal) )) (compound_statement "{\n uVar2 = dcgettext(0,"%F%P: EOF in comment\n",5);\n FUN_00032bb0(uVar2);\n return;\n }" { (expression_statement "uVar2 = dcgettext(0,"%F%P: EOF in comment\n",5);" (assignment_expression "uVar2 = dcgettext(0,"%F%P: EOF in comment\n",5)" identifier = (call_expression "dcgettext(0,"%F%P: EOF in comment\n",5)" identifier (argument_list "(0,"%F%P: EOF in comment\n",5)" ( number_literal , (string_literal ""%F%P: EOF in comment\n"" " string_content escape_sequence ") , number_literal )))) ;) (expression_statement "FUN_00032bb0(uVar2);" (call_expression "FUN_00032bb0(uVar2)" identifier (argument_list "(uVar2)" ( identifier ))) ;) (return_statement "return;" return ;) })))) }) while (parenthesized_expression "( true )" ( true )) ;)) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (labeled_statement statement_identifier : (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (while_statement while (parenthesized_expression ( (parenthesized_expression ( (binary_expression (binary_expression IDENT != LIT) && (parenthesized_expression ( (binary_expression IDENT != LIT) ))) )) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) }) while (parenthesized_expression ( (binary_expression IDENT == LIT) )) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (return_statement return ;) })) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) (else_clause else (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 ") , LIT )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (return_statement return ;) })))) }) while (parenthesized_expression ( BOOL )) ;)) })))
(function_definition "void FUN_00018f60(void)\n\n{\n int iVar1;\n undefined4 uVar2;\n \nLAB_00018f80:\n do {\n iVar1 = FUN_00018e90();\n while ((iVar1 != 0x2a && (iVar1 != -1))) {\n if (iVar1 != 10) goto LAB_00018f80;\n DAT_00098b8c = DAT_00098b8c + 1;\n iVar1 = FUN_00018e90();\n }\n if (iVar1 == 0x2a) {\n do {\n iVar1 = FUN_00018e90();\n } while (iVar1 == 0x2a);\n if (iVar1 == 0x2f) {\n return;\n }\n }\n if (iVar1 == 10) {\n DAT_00098b8c = DAT_00098b8c + 1;\n }\n else if (iVar1 == -1) {\n uVar2 = dcgettext(0,"%F%P: EOF in comment\n",5);\n FUN_00032bb0(uVar2);\n return;\n }\n } while( true );\n}" (primitive_type "void") (function_declarator "FUN_00018f60(void)" (identifier "FUN_00018f60") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n int iVar1;\n undefined4 uVar2;\n \nLAB_00018f80:\n do {\n iVar1 = FUN_00018e90();\n while ((iVar1 != 0x2a && (iVar1 != -1))) {\n if (iVar1 != 10) goto LAB_00018f80;\n DAT_00098b8c = DAT_00098b8c + 1;\n iVar1 = FUN_00018e90();\n }\n if (iVar1 == 0x2a) {\n do {\n iVar1 = FUN_00018e90();\n } while (iVar1 == 0x2a);\n if (iVar1 == 0x2f) {\n return;\n }\n }\n if (iVar1 == 10) {\n DAT_00098b8c = DAT_00098b8c + 1;\n }\n else if (iVar1 == -1) {\n uVar2 = dcgettext(0,"%F%P: EOF in comment\n",5);\n FUN_00032bb0(uVar2);\n return;\n }\n } while( true );\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (declaration "undefined4 uVar2;" (type_identifier "undefined4") (identifier "uVar2") (; ";")) (labeled_statement "LAB_00018f80:\n do {\n iVar1 = FUN_00018e90();\n while ((iVar1 != 0x2a && (iVar1 != -1))) {\n if (iVar1 != 10) goto LAB_00018f80;\n DAT_00098b8c = DAT_00098b8c + 1;\n iVar1 = FUN_00018e90();\n }\n if (iVar1 == 0x2a) {\n do {\n iVar1 = FUN_00018e90();\n } while (iVar1 == 0x2a);\n if (iVar1 == 0x2f) {\n return;\n }\n }\n if (iVar1 == 10) {\n DAT_00098b8c = DAT_00098b8c + 1;\n }\n else if (iVar1 == -1) {\n uVar2 = dcgettext(0,"%F%P: EOF in comment\n",5);\n FUN_00032bb0(uVar2);\n return;\n }\n } while( true );" (statement_identifier "LAB_00018f80") (: ":") (do_statement "do {\n iVar1 = FUN_00018e90();\n while ((iVar1 != 0x2a && (iVar1 != -1))) {\n if (iVar1 != 10) goto LAB_00018f80;\n DAT_00098b8c = DAT_00098b8c + 1;\n iVar1 = FUN_00018e90();\n }\n if (iVar1 == 0x2a) {\n do {\n iVar1 = FUN_00018e90();\n } while (iVar1 == 0x2a);\n if (iVar1 == 0x2f) {\n return;\n }\n }\n if (iVar1 == 10) {\n DAT_00098b8c = DAT_00098b8c + 1;\n }\n else if (iVar1 == -1) {\n uVar2 = dcgettext(0,"%F%P: EOF in comment\n",5);\n FUN_00032bb0(uVar2);\n return;\n }\n } while( true );" (do "do") (compound_statement "{\n iVar1 = FUN_00018e90();\n while ((iVar1 != 0x2a && (iVar1 != -1))) {\n if (iVar1 != 10) goto LAB_00018f80;\n DAT_00098b8c = DAT_00098b8c + 1;\n iVar1 = FUN_00018e90();\n }\n if (iVar1 == 0x2a) {\n do {\n iVar1 = FUN_00018e90();\n } while (iVar1 == 0x2a);\n if (iVar1 == 0x2f) {\n return;\n }\n }\n if (iVar1 == 10) {\n DAT_00098b8c = DAT_00098b8c + 1;\n }\n else if (iVar1 == -1) {\n uVar2 = dcgettext(0,"%F%P: EOF in comment\n",5);\n FUN_00032bb0(uVar2);\n return;\n }\n }" ({ "{") (expression_statement "iVar1 = FUN_00018e90();" (assignment_expression "iVar1 = FUN_00018e90()" (identifier "iVar1") (= "=") (call_expression "FUN_00018e90()" (identifier "FUN_00018e90") (argument_list "()" (( "(") () ")")))) (; ";")) (while_statement "while ((iVar1 != 0x2a && (iVar1 != -1))) {\n if (iVar1 != 10) goto LAB_00018f80;\n DAT_00098b8c = DAT_00098b8c + 1;\n iVar1 = FUN_00018e90();\n }" (while "while") (parenthesized_expression "((iVar1 != 0x2a && (iVar1 != -1)))" (( "(") (parenthesized_expression "(iVar1 != 0x2a && (iVar1 != -1))" (( "(") (binary_expression "iVar1 != 0x2a && (iVar1 != -1)" (binary_expression "iVar1 != 0x2a" (identifier "iVar1") (!= "!=") (number_literal "0x2a")) (&& "&&") (parenthesized_expression "(iVar1 != -1)" (( "(") (binary_expression "iVar1 != -1" (identifier "iVar1") (!= "!=") (number_literal "-1")) () ")"))) () ")")) () ")")) (compound_statement "{\n if (iVar1 != 10) goto LAB_00018f80;\n DAT_00098b8c = DAT_00098b8c + 1;\n iVar1 = FUN_00018e90();\n }" ({ "{") (if_statement "if (iVar1 != 10) goto LAB_00018f80;" (if "if") (parenthesized_expression "(iVar1 != 10)" (( "(") (binary_expression "iVar1 != 10" (identifier "iVar1") (!= "!=") (number_literal "10")) () ")")) (goto_statement "goto LAB_00018f80;" (goto "goto") (statement_identifier "LAB_00018f80") (; ";"))) (expression_statement "DAT_00098b8c = DAT_00098b8c + 1;" (assignment_expression "DAT_00098b8c = DAT_00098b8c + 1" (identifier "DAT_00098b8c") (= "=") (binary_expression "DAT_00098b8c + 1" (identifier "DAT_00098b8c") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "iVar1 = FUN_00018e90();" (assignment_expression "iVar1 = FUN_00018e90()" (identifier "iVar1") (= "=") (call_expression "FUN_00018e90()" (identifier "FUN_00018e90") (argument_list "()" (( "(") () ")")))) (; ";")) (} "}"))) (if_statement "if (iVar1 == 0x2a) {\n do {\n iVar1 = FUN_00018e90();\n } while (iVar1 == 0x2a);\n if (iVar1 == 0x2f) {\n return;\n }\n }" (if "if") (parenthesized_expression "(iVar1 == 0x2a)" (( "(") (binary_expression "iVar1 == 0x2a" (identifier "iVar1") (== "==") (number_literal "0x2a")) () ")")) (compound_statement "{\n do {\n iVar1 = FUN_00018e90();\n } while (iVar1 == 0x2a);\n if (iVar1 == 0x2f) {\n return;\n }\n }" ({ "{") (do_statement "do {\n iVar1 = FUN_00018e90();\n } while (iVar1 == 0x2a);" (do "do") (compound_statement "{\n iVar1 = FUN_00018e90();\n }" ({ "{") (expression_statement "iVar1 = FUN_00018e90();" (assignment_expression "iVar1 = FUN_00018e90()" (identifier "iVar1") (= "=") (call_expression "FUN_00018e90()" (identifier "FUN_00018e90") (argument_list "()" (( "(") () ")")))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(iVar1 == 0x2a)" (( "(") (binary_expression "iVar1 == 0x2a" (identifier "iVar1") (== "==") (number_literal "0x2a")) () ")")) (; ";")) (if_statement "if (iVar1 == 0x2f) {\n return;\n }" (if "if") (parenthesized_expression "(iVar1 == 0x2f)" (( "(") (binary_expression "iVar1 == 0x2f" (identifier "iVar1") (== "==") (number_literal "0x2f")) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (} "}"))) (if_statement "if (iVar1 == 10) {\n DAT_00098b8c = DAT_00098b8c + 1;\n }\n else if (iVar1 == -1) {\n uVar2 = dcgettext(0,"%F%P: EOF in comment\n",5);\n FUN_00032bb0(uVar2);\n return;\n }" (if "if") (parenthesized_expression "(iVar1 == 10)" (( "(") (binary_expression "iVar1 == 10" (identifier "iVar1") (== "==") (number_literal "10")) () ")")) (compound_statement "{\n DAT_00098b8c = DAT_00098b8c + 1;\n }" ({ "{") (expression_statement "DAT_00098b8c = DAT_00098b8c + 1;" (assignment_expression "DAT_00098b8c = DAT_00098b8c + 1" (identifier "DAT_00098b8c") (= "=") (binary_expression "DAT_00098b8c + 1" (identifier "DAT_00098b8c") (+ "+") (number_literal "1"))) (; ";")) (} "}")) (else_clause "else if (iVar1 == -1) {\n uVar2 = dcgettext(0,"%F%P: EOF in comment\n",5);\n FUN_00032bb0(uVar2);\n return;\n }" (else "else") (if_statement "if (iVar1 == -1) {\n uVar2 = dcgettext(0,"%F%P: EOF in comment\n",5);\n FUN_00032bb0(uVar2);\n return;\n }" (if "if") (parenthesized_expression "(iVar1 == -1)" (( "(") (binary_expression "iVar1 == -1" (identifier "iVar1") (== "==") (number_literal "-1")) () ")")) (compound_statement "{\n uVar2 = dcgettext(0,"%F%P: EOF in comment\n",5);\n FUN_00032bb0(uVar2);\n return;\n }" ({ "{") (expression_statement "uVar2 = dcgettext(0,"%F%P: EOF in comment\n",5);" (assignment_expression "uVar2 = dcgettext(0,"%F%P: EOF in comment\n",5)" (identifier "uVar2") (= "=") (call_expression "dcgettext(0,"%F%P: EOF in comment\n",5)" (identifier "dcgettext") (argument_list "(0,"%F%P: EOF in comment\n",5)" (( "(") (number_literal "0") (, ",") (string_literal ""%F%P: EOF in comment\n"" (" """) (string_content "%F%P: EOF in comment") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")")))) (; ";")) (expression_statement "FUN_00032bb0(uVar2);" (call_expression "FUN_00032bb0(uVar2)" (identifier "FUN_00032bb0") (argument_list "(uVar2)" (( "(") (identifier "uVar2") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))))) (} "}")) (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (; ";"))) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ void function_1(void) { int var_2; char *fmt; LAB_00018f80: do { var_2 = var_1(); while ((var_2 != 0x2a && (var_2 != -1))) { if (var_2 != 10) goto LAB_00018f80; var_3 = var_3 + 1; var_2 = var_1(); } if (var_2 == 0x2a) { do { var_2 = var_1(); } while (var_2 == 0x2a); if (var_2 == 0x2f) { return; } } if (var_2 == 10) { var_3 = var_3 + 1; } else if (var_2 == -1) { fmt = (char *)var_4(0,"%F%P: EOF in comment\n",5); var_5(fmt); return; } } while( true ); }
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: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (labeled_statement label: (statement_identifier) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list)))) (while_statement condition: (parenthesized_expression (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) body: (compound_statement (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: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list))))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (return_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))))) 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: (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)))) (return_statement)))))) condition: (parenthesized_expression (true)))))))
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(void) { int iVar1; undefined4 uVar2; LAB_00018f80: do { iVar1 = FUN_00018e90(); while ((iVar1 != 0x2a && (iVar1 != -1))) { if (iVar1 != 10) goto LAB_00018f80; DAT_00098b8c = DAT_00098b8c + 1; iVar1 = FUN_00018e90(); } if (iVar1 == 0x2a) { do { iVar1 = FUN_00018e90(); } while (iVar1 == 0x2a); if (iVar1 == 0x2f) { return; } } if (iVar1 == 10) { DAT_00098b8c = DAT_00098b8c + 1; } else if (iVar1 == -1) { uVar2 = dcgettext(0,"%F%P: EOF in comment\n",5); FUN_00032bb0(uVar2); return; } } while( true ); }
7589_powerpc-linux-gnuspe-dwp_and_powerpc-linux-gnuspe-dwp_strip.c
__cxa_call_terminate
FUN_001e6660
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void __cxa_call_terminate(uint *param_1) { int iVar1; if (param_1 != (uint *)0x0) { __cxa_begin_catch(param_1); iVar1 = param_1[1] + 0xb8b1aabc + (uint)(0x432b2aff < *param_1); if (iVar1 == 0 && (uint)(1 < *param_1 + 0xbcd4d500) <= (uint)-iVar1) { /* WARNING: Subroutine does not return */ __cxxabiv1::__terminate((_func_void *)param_1[-9]); } } /* WARNING: Subroutine does not return */ std::terminate(); }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_001e6660(uint *param_1) { int iVar1; if (param_1 != (uint *)0x0) { FUN_001e64c0(param_1); iVar1 = param_1[1] + 0xb8b1aabc + (uint)(0x432b2aff < *param_1); if (iVar1 == 0 && (uint)(1 < *param_1 + 0xbcd4d500) <= (uint)-iVar1) { /* WARNING: Subroutine does not return */ FUN_001e56f0(param_1[-9]); } } /* WARNING: Subroutine does not return */ FUN_001e5750(); }
PUSH EBP PUSH EDI PUSH ESI PUSH EBX CALL 0x00035840 ADD EBX,0x1a8997 SUB ESP,0xc MOV ESI,dword ptr [ESP + 0x20] TEST ESI,ESI JZ 0x001e66a6 SUB ESP,0xc PUSH ESI CALL 0x001e64c0 MOV EAX,dword ptr [ESI] MOV EDX,dword ptr [ESI + 0x4] MOV ECX,0x1 ADD EAX,0xbcd4d500 ADC EDX,0xb8b1aabc ADD ESP,0x10 CMP ECX,EAX MOV EAX,0x0 SBB EAX,EDX JNC 0x001e66b0 CALL 0x001e5750 SUB ESP,0xc PUSH dword ptr [ESI + -0x24] CALL 0x001e56f0
null
null
null
null
[(u'INT_LESSEQUAL_-1207867611', u'BOOL_AND_-1207867575'), (u'INT_ZEXT_-1207867614', u'INT_LESSEQUAL_-1207867611'), (u'PTRADD_-1207867388', u'LOAD_-1207867580'), ('const-4', u'PTRADD_-1207867435'), (u'LOAD_-1207867710', u'INT_ADD_-1207867675'), ('const-3098651324', u'INT_ADD_-1207867660'), (u'INT_ADD_-1207867655', u'INT_EQUAL_-1207867619'), (u'INT_ADD_-1207867655', u'INT_2COMP_-1207867491'), (u'PTRADD_-1207867435', u'LOAD_-1207867705'), (u'CAST_-1207867405', u'INT_LESSEQUAL_-1207867611'), ('const-417', u'LOAD_-1207867580'), ('const-417', u'LOAD_-1207867705'), ('tmp_124', u'CBRANCH_-1207867734'), ('const-1126902527', u'INT_LESS_-1207867681'), (u'BOOL_AND_-1207867575', u'CBRANCH_-1207867608'), ('const-1', u'RETURN_-1207867596'), (u'LOAD_-1207867580', u'CAST_-1207867387'), ('tmp_853', u'CALL_-1207867711'), ('tmp_853', u'LOAD_-1207867710'), (u'INT_LESS_-1207867681', u'INT_ZEXT_-1207867665'), (u'INT_EQUAL_-1207867619', u'BOOL_AND_-1207867575'), ('tmp_853', u'INT_NOTEQUAL_-1207867734'), (u'INT_LESS_-1207867633', u'INT_ZEXT_-1207867614'), ('const-0', u'INT_EQUAL_-1207867619'), (u'CAST_-1207867387', u'CALL_-1207867566'), ('const-1', u'INT_LESS_-1207867633'), (u'INT_2COMP_-1207867491', u'CAST_-1207867405'), (u'INT_NOTEQUAL_-1207867734', u'CBRANCH_-1207867734'), (u'LOAD_-1207867710', u'INT_LESS_-1207867681'), ('const-3168064768', u'INT_ADD_-1207867675'), (u'INT_ZEXT_-1207867665', u'INT_ADD_-1207867655'), ('tmp_853', u'PTRADD_-1207867435'), ('const-4294967287', u'PTRADD_-1207867388'), (u'INT_ADD_-1207867675', u'INT_LESS_-1207867633'), ('tmp_853', u'PTRADD_-1207867388'), ('const-1', u'PTRADD_-1207867435'), ('const-417', u'LOAD_-1207867710'), ('const-0', u'INT_NOTEQUAL_-1207867734'), ('tmp_353', u'CBRANCH_-1207867608'), (u'INT_ADD_-1207867660', u'INT_ADD_-1207867655'), ('const-4', u'PTRADD_-1207867388'), ('const-1', u'RETURN_-1207867561'), (u'LOAD_-1207867705', u'INT_ADD_-1207867660')]
[('const-1', u'PTRADD_-1207867435'), ('tmp_866', u'PTRADD_-1207867435'), (u'INT_LESSEQUAL_-1207867611', u'BOOL_AND_-1207867575'), (u'INT_ZEXT_-1207867614', u'INT_LESSEQUAL_-1207867611'), (u'PTRADD_-1207867388', u'LOAD_-1207867580'), (u'LOAD_-1207867710', u'INT_ADD_-1207867675'), ('const-3098651324', u'INT_ADD_-1207867660'), (u'INT_ADD_-1207867655', u'INT_EQUAL_-1207867619'), (u'INT_ADD_-1207867655', u'INT_2COMP_-1207867491'), ('tmp_866', u'INT_NOTEQUAL_-1207867734'), (u'PTRADD_-1207867435', u'LOAD_-1207867705'), (u'CAST_-1207867405', u'INT_LESSEQUAL_-1207867611'), ('const-4', u'PTRADD_-1207867435'), ('const-4', u'PTRADD_-1207867388'), ('tmp_124', u'CBRANCH_-1207867734'), ('const-4294967287', u'PTRADD_-1207867388'), ('const-1126902527', u'INT_LESS_-1207867681'), ('const-417', u'LOAD_-1207867705'), (u'BOOL_AND_-1207867575', u'CBRANCH_-1207867608'), ('const-1', u'RETURN_-1207867596'), (u'INT_LESS_-1207867681', u'INT_ZEXT_-1207867665'), (u'INT_EQUAL_-1207867619', u'BOOL_AND_-1207867575'), (u'INT_LESS_-1207867633', u'INT_ZEXT_-1207867614'), (u'LOAD_-1207867580', u'CALL_-1207867566'), ('tmp_866', u'LOAD_-1207867710'), ('const-0', u'INT_EQUAL_-1207867619'), ('const-1', u'INT_LESS_-1207867633'), (u'INT_2COMP_-1207867491', u'CAST_-1207867405'), ('tmp_866', u'CALL_-1207867711'), (u'INT_NOTEQUAL_-1207867734', u'CBRANCH_-1207867734'), (u'LOAD_-1207867710', u'INT_LESS_-1207867681'), ('tmp_866', u'PTRADD_-1207867388'), ('const-3168064768', u'INT_ADD_-1207867675'), ('const-417', u'LOAD_-1207867710'), (u'INT_ZEXT_-1207867665', u'INT_ADD_-1207867655'), (u'INT_ADD_-1207867675', u'INT_LESS_-1207867633'), ('const-0', u'INT_NOTEQUAL_-1207867734'), ('tmp_353', u'CBRANCH_-1207867608'), ('const-417', u'LOAD_-1207867580'), (u'INT_ADD_-1207867660', u'INT_ADD_-1207867655'), ('const-1', u'RETURN_-1207867561'), (u'LOAD_-1207867705', u'INT_ADD_-1207867660')]
null
null
001e6660
x86
O2
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_001e6660(uint *param_1)\n\n{\n int iVar1;\n \n if (param_1 != (uint *)0x0) {\n FUN_001e64c0(param_1);\n iVar1 = param_1[1] + 0xb8b1aabc + (uint)(0x432b2aff < *param_1);\n if (iVar1 == 0 && (uint)(1 < *param_1 + 0xbcd4d500) <= (uint)-iVar1) {\n /* WARNING: Subroutine does not return */\n FUN_001e56f0(param_1[-9]);\n }\n }\n /* WARNING: Subroutine does not return */\n FUN_001e5750();\n}\n\n" comment (function_definition "void FUN_001e6660(uint *param_1)\n\n{\n int iVar1;\n \n if (param_1 != (uint *)0x0) {\n FUN_001e64c0(param_1);\n iVar1 = param_1[1] + 0xb8b1aabc + (uint)(0x432b2aff < *param_1);\n if (iVar1 == 0 && (uint)(1 < *param_1 + 0xbcd4d500) <= (uint)-iVar1) {\n /* WARNING: Subroutine does not return */\n FUN_001e56f0(param_1[-9]);\n }\n }\n /* WARNING: Subroutine does not return */\n FUN_001e5750();\n}" primitive_type (function_declarator "FUN_001e6660(uint *param_1)" identifier (parameter_list "(uint *param_1)" ( (parameter_declaration "uint *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n int iVar1;\n \n if (param_1 != (uint *)0x0) {\n FUN_001e64c0(param_1);\n iVar1 = param_1[1] + 0xb8b1aabc + (uint)(0x432b2aff < *param_1);\n if (iVar1 == 0 && (uint)(1 < *param_1 + 0xbcd4d500) <= (uint)-iVar1) {\n /* WARNING: Subroutine does not return */\n FUN_001e56f0(param_1[-9]);\n }\n }\n /* WARNING: Subroutine does not return */\n FUN_001e5750();\n}" { (declaration "int iVar1;" primitive_type identifier ;) (if_statement "if (param_1 != (uint *)0x0) {\n FUN_001e64c0(param_1);\n iVar1 = param_1[1] + 0xb8b1aabc + (uint)(0x432b2aff < *param_1);\n if (iVar1 == 0 && (uint)(1 < *param_1 + 0xbcd4d500) <= (uint)-iVar1) {\n /* WARNING: Subroutine does not return */\n FUN_001e56f0(param_1[-9]);\n }\n }" if (parenthesized_expression "(param_1 != (uint *)0x0)" ( (binary_expression "param_1 != (uint *)0x0" identifier != (cast_expression "(uint *)0x0" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n FUN_001e64c0(param_1);\n iVar1 = param_1[1] + 0xb8b1aabc + (uint)(0x432b2aff < *param_1);\n if (iVar1 == 0 && (uint)(1 < *param_1 + 0xbcd4d500) <= (uint)-iVar1) {\n /* WARNING: Subroutine does not return */\n FUN_001e56f0(param_1[-9]);\n }\n }" { (expression_statement "FUN_001e64c0(param_1);" (call_expression "FUN_001e64c0(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;) (expression_statement "iVar1 = param_1[1] + 0xb8b1aabc + (uint)(0x432b2aff < *param_1);" (assignment_expression "iVar1 = param_1[1] + 0xb8b1aabc + (uint)(0x432b2aff < *param_1)" identifier = (binary_expression "param_1[1] + 0xb8b1aabc + (uint)(0x432b2aff < *param_1)" (binary_expression "param_1[1] + 0xb8b1aabc" (subscript_expression "param_1[1]" identifier [ number_literal ]) + number_literal) + (call_expression "(uint)(0x432b2aff < *param_1)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(0x432b2aff < *param_1)" ( (binary_expression "0x432b2aff < *param_1" number_literal < (pointer_expression "*param_1" * identifier)) ))))) ;) (if_statement "if (iVar1 == 0 && (uint)(1 < *param_1 + 0xbcd4d500) <= (uint)-iVar1) {\n /* WARNING: Subroutine does not return */\n FUN_001e56f0(param_1[-9]);\n }" if (parenthesized_expression "(iVar1 == 0 && (uint)(1 < *param_1 + 0xbcd4d500) <= (uint)-iVar1)" ( (binary_expression "iVar1 == 0 && (uint)(1 < *param_1 + 0xbcd4d500) <= (uint)-iVar1" (binary_expression "iVar1 == 0" identifier == number_literal) && (binary_expression "(uint)(1 < *param_1 + 0xbcd4d500) <= (uint)-iVar1" (call_expression "(uint)(1 < *param_1 + 0xbcd4d500)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(1 < *param_1 + 0xbcd4d500)" ( (binary_expression "1 < *param_1 + 0xbcd4d500" number_literal < (binary_expression "*param_1 + 0xbcd4d500" (pointer_expression "*param_1" * identifier) + number_literal)) ))) <= (binary_expression "(uint)-iVar1" (parenthesized_expression "(uint)" ( identifier )) - identifier))) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_001e56f0(param_1[-9]);\n }" { comment (expression_statement "FUN_001e56f0(param_1[-9]);" (call_expression "FUN_001e56f0(param_1[-9])" identifier (argument_list "(param_1[-9])" ( (subscript_expression "param_1[-9]" identifier [ number_literal ]) ))) ;) })) })) comment (expression_statement "FUN_001e5750();" (call_expression "FUN_001e5750()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid __cxa_call_terminate(uint *param_1)\n\n{\n int iVar1;\n \n if (param_1 != (uint *)0x0) {\n __cxa_begin_catch(param_1);\n iVar1 = param_1[1] + 0xb8b1aabc + (uint)(0x432b2aff < *param_1);\n if (iVar1 == 0 && (uint)(1 < *param_1 + 0xbcd4d500) <= (uint)-iVar1) {\n /* WARNING: Subroutine does not return */\n __cxxabiv1::__terminate((_func_void *)param_1[-9]);\n }\n }\n /* WARNING: Subroutine does not return */\n std::terminate();\n}\n\n" comment (function_definition "void __cxa_call_terminate(uint *param_1)\n\n{\n int iVar1;\n \n if (param_1 != (uint *)0x0) {\n __cxa_begin_catch(param_1);\n iVar1 = param_1[1] + 0xb8b1aabc + (uint)(0x432b2aff < *param_1);\n if (iVar1 == 0 && (uint)(1 < *param_1 + 0xbcd4d500) <= (uint)-iVar1) {\n /* WARNING: Subroutine does not return */\n __cxxabiv1::__terminate((_func_void *)param_1[-9]);\n }\n }\n /* WARNING: Subroutine does not return */\n std::terminate();\n}" primitive_type (function_declarator "__cxa_call_terminate(uint *param_1)" identifier (parameter_list "(uint *param_1)" ( (parameter_declaration "uint *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n int iVar1;\n \n if (param_1 != (uint *)0x0) {\n __cxa_begin_catch(param_1);\n iVar1 = param_1[1] + 0xb8b1aabc + (uint)(0x432b2aff < *param_1);\n if (iVar1 == 0 && (uint)(1 < *param_1 + 0xbcd4d500) <= (uint)-iVar1) {\n /* WARNING: Subroutine does not return */\n __cxxabiv1::__terminate((_func_void *)param_1[-9]);\n }\n }\n /* WARNING: Subroutine does not return */\n std::terminate();\n}" { (declaration "int iVar1;" primitive_type identifier ;) (if_statement "if (param_1 != (uint *)0x0) {\n __cxa_begin_catch(param_1);\n iVar1 = param_1[1] + 0xb8b1aabc + (uint)(0x432b2aff < *param_1);\n if (iVar1 == 0 && (uint)(1 < *param_1 + 0xbcd4d500) <= (uint)-iVar1) {\n /* WARNING: Subroutine does not return */\n __cxxabiv1::__terminate((_func_void *)param_1[-9]);\n }\n }" if (parenthesized_expression "(param_1 != (uint *)0x0)" ( (binary_expression "param_1 != (uint *)0x0" identifier != (cast_expression "(uint *)0x0" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n __cxa_begin_catch(param_1);\n iVar1 = param_1[1] + 0xb8b1aabc + (uint)(0x432b2aff < *param_1);\n if (iVar1 == 0 && (uint)(1 < *param_1 + 0xbcd4d500) <= (uint)-iVar1) {\n /* WARNING: Subroutine does not return */\n __cxxabiv1::__terminate((_func_void *)param_1[-9]);\n }\n }" { (expression_statement "__cxa_begin_catch(param_1);" (call_expression "__cxa_begin_catch(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;) (expression_statement "iVar1 = param_1[1] + 0xb8b1aabc + (uint)(0x432b2aff < *param_1);" (assignment_expression "iVar1 = param_1[1] + 0xb8b1aabc + (uint)(0x432b2aff < *param_1)" identifier = (binary_expression "param_1[1] + 0xb8b1aabc + (uint)(0x432b2aff < *param_1)" (binary_expression "param_1[1] + 0xb8b1aabc" (subscript_expression "param_1[1]" identifier [ number_literal ]) + number_literal) + (call_expression "(uint)(0x432b2aff < *param_1)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(0x432b2aff < *param_1)" ( (binary_expression "0x432b2aff < *param_1" number_literal < (pointer_expression "*param_1" * identifier)) ))))) ;) (if_statement "if (iVar1 == 0 && (uint)(1 < *param_1 + 0xbcd4d500) <= (uint)-iVar1) {\n /* WARNING: Subroutine does not return */\n __cxxabiv1::__terminate((_func_void *)param_1[-9]);\n }" if (parenthesized_expression "(iVar1 == 0 && (uint)(1 < *param_1 + 0xbcd4d500) <= (uint)-iVar1)" ( (binary_expression "iVar1 == 0 && (uint)(1 < *param_1 + 0xbcd4d500) <= (uint)-iVar1" (binary_expression "iVar1 == 0" identifier == number_literal) && (binary_expression "(uint)(1 < *param_1 + 0xbcd4d500) <= (uint)-iVar1" (call_expression "(uint)(1 < *param_1 + 0xbcd4d500)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(1 < *param_1 + 0xbcd4d500)" ( (binary_expression "1 < *param_1 + 0xbcd4d500" number_literal < (binary_expression "*param_1 + 0xbcd4d500" (pointer_expression "*param_1" * identifier) + number_literal)) ))) <= (binary_expression "(uint)-iVar1" (parenthesized_expression "(uint)" ( identifier )) - identifier))) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n __cxxabiv1::__terminate((_func_void *)param_1[-9]);\n }" { comment (labeled_statement "__cxxabiv1::__terminate((_func_void *)param_1[-9]);" statement_identifier : (ERROR ":" :) (expression_statement "__terminate((_func_void *)param_1[-9]);" (call_expression "__terminate((_func_void *)param_1[-9])" identifier (argument_list "((_func_void *)param_1[-9])" ( (cast_expression "(_func_void *)param_1[-9]" ( (type_descriptor "_func_void *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[-9]" identifier [ number_literal ])) ))) ;)) })) })) comment (labeled_statement "std::terminate();" statement_identifier : (ERROR ":" :) (expression_statement "terminate();" (call_expression "terminate()" identifier (argument_list "()" ( ))) ;)) })))
(translation_unit "void FUN_001e6660(uint *param_1)\n\n{\n int iVar1;\n \n if (param_1 != (uint *)0x0) {\n FUN_001e64c0(param_1);\n iVar1 = param_1[1] + 0xb8b1aabc + (uint)(0x432b2aff < *param_1);\n if (iVar1 == 0 && (uint)(1 < *param_1 + 0xbcd4d500) <= (uint)-iVar1) {\n \n FUN_001e56f0(param_1[-9]);\n }\n }\n \n FUN_001e5750();\n}\n\n" (function_definition "void FUN_001e6660(uint *param_1)\n\n{\n int iVar1;\n \n if (param_1 != (uint *)0x0) {\n FUN_001e64c0(param_1);\n iVar1 = param_1[1] + 0xb8b1aabc + (uint)(0x432b2aff < *param_1);\n if (iVar1 == 0 && (uint)(1 < *param_1 + 0xbcd4d500) <= (uint)-iVar1) {\n \n FUN_001e56f0(param_1[-9]);\n }\n }\n \n FUN_001e5750();\n}" primitive_type (function_declarator "FUN_001e6660(uint *param_1)" identifier (parameter_list "(uint *param_1)" ( (parameter_declaration "uint *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n int iVar1;\n \n if (param_1 != (uint *)0x0) {\n FUN_001e64c0(param_1);\n iVar1 = param_1[1] + 0xb8b1aabc + (uint)(0x432b2aff < *param_1);\n if (iVar1 == 0 && (uint)(1 < *param_1 + 0xbcd4d500) <= (uint)-iVar1) {\n \n FUN_001e56f0(param_1[-9]);\n }\n }\n \n FUN_001e5750();\n}" { (declaration "int iVar1;" primitive_type identifier ;) (if_statement "if (param_1 != (uint *)0x0) {\n FUN_001e64c0(param_1);\n iVar1 = param_1[1] + 0xb8b1aabc + (uint)(0x432b2aff < *param_1);\n if (iVar1 == 0 && (uint)(1 < *param_1 + 0xbcd4d500) <= (uint)-iVar1) {\n \n FUN_001e56f0(param_1[-9]);\n }\n }" if (parenthesized_expression "(param_1 != (uint *)0x0)" ( (binary_expression "param_1 != (uint *)0x0" identifier != (cast_expression "(uint *)0x0" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n FUN_001e64c0(param_1);\n iVar1 = param_1[1] + 0xb8b1aabc + (uint)(0x432b2aff < *param_1);\n if (iVar1 == 0 && (uint)(1 < *param_1 + 0xbcd4d500) <= (uint)-iVar1) {\n \n FUN_001e56f0(param_1[-9]);\n }\n }" { (expression_statement "FUN_001e64c0(param_1);" (call_expression "FUN_001e64c0(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;) (expression_statement "iVar1 = param_1[1] + 0xb8b1aabc + (uint)(0x432b2aff < *param_1);" (assignment_expression "iVar1 = param_1[1] + 0xb8b1aabc + (uint)(0x432b2aff < *param_1)" identifier = (binary_expression "param_1[1] + 0xb8b1aabc + (uint)(0x432b2aff < *param_1)" (binary_expression "param_1[1] + 0xb8b1aabc" (subscript_expression "param_1[1]" identifier [ number_literal ]) + number_literal) + (call_expression "(uint)(0x432b2aff < *param_1)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(0x432b2aff < *param_1)" ( (binary_expression "0x432b2aff < *param_1" number_literal < (pointer_expression "*param_1" * identifier)) ))))) ;) (if_statement "if (iVar1 == 0 && (uint)(1 < *param_1 + 0xbcd4d500) <= (uint)-iVar1) {\n \n FUN_001e56f0(param_1[-9]);\n }" if (parenthesized_expression "(iVar1 == 0 && (uint)(1 < *param_1 + 0xbcd4d500) <= (uint)-iVar1)" ( (binary_expression "iVar1 == 0 && (uint)(1 < *param_1 + 0xbcd4d500) <= (uint)-iVar1" (binary_expression "iVar1 == 0" identifier == number_literal) && (binary_expression "(uint)(1 < *param_1 + 0xbcd4d500) <= (uint)-iVar1" (call_expression "(uint)(1 < *param_1 + 0xbcd4d500)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(1 < *param_1 + 0xbcd4d500)" ( (binary_expression "1 < *param_1 + 0xbcd4d500" number_literal < (binary_expression "*param_1 + 0xbcd4d500" (pointer_expression "*param_1" * identifier) + number_literal)) ))) <= (binary_expression "(uint)-iVar1" (parenthesized_expression "(uint)" ( identifier )) - identifier))) )) (compound_statement "{\n \n FUN_001e56f0(param_1[-9]);\n }" { (expression_statement "FUN_001e56f0(param_1[-9]);" (call_expression "FUN_001e56f0(param_1[-9])" identifier (argument_list "(param_1[-9])" ( (subscript_expression "param_1[-9]" identifier [ number_literal ]) ))) ;) })) })) (expression_statement "FUN_001e5750();" (call_expression "FUN_001e5750()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE 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 ( IDENT ))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression (subscript_expression IDENT [ LIT ]) + LIT) + (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression LIT < (pointer_expression * IDENT)) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression (binary_expression IDENT == LIT) && (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression LIT < (binary_expression (pointer_expression * IDENT) + LIT)) ))) <= (binary_expression (parenthesized_expression ( IDENT )) - IDENT))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (subscript_expression IDENT [ LIT ]) ))) ;) })) })) (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(function_definition "void FUN_001e6660(uint *param_1)\n\n{\n int iVar1;\n \n if (param_1 != (uint *)0x0) {\n FUN_001e64c0(param_1);\n iVar1 = param_1[1] + 0xb8b1aabc + (uint)(0x432b2aff < *param_1);\n if (iVar1 == 0 && (uint)(1 < *param_1 + 0xbcd4d500) <= (uint)-iVar1) {\n \n FUN_001e56f0(param_1[-9]);\n }\n }\n \n FUN_001e5750();\n}" (primitive_type "void") (function_declarator "FUN_001e6660(uint *param_1)" (identifier "FUN_001e6660") (parameter_list "(uint *param_1)" (( "(") (parameter_declaration "uint *param_1" (type_identifier "uint") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n int iVar1;\n \n if (param_1 != (uint *)0x0) {\n FUN_001e64c0(param_1);\n iVar1 = param_1[1] + 0xb8b1aabc + (uint)(0x432b2aff < *param_1);\n if (iVar1 == 0 && (uint)(1 < *param_1 + 0xbcd4d500) <= (uint)-iVar1) {\n \n FUN_001e56f0(param_1[-9]);\n }\n }\n \n FUN_001e5750();\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (if_statement "if (param_1 != (uint *)0x0) {\n FUN_001e64c0(param_1);\n iVar1 = param_1[1] + 0xb8b1aabc + (uint)(0x432b2aff < *param_1);\n if (iVar1 == 0 && (uint)(1 < *param_1 + 0xbcd4d500) <= (uint)-iVar1) {\n \n FUN_001e56f0(param_1[-9]);\n }\n }" (if "if") (parenthesized_expression "(param_1 != (uint *)0x0)" (( "(") (binary_expression "param_1 != (uint *)0x0" (identifier "param_1") (!= "!=") (cast_expression "(uint *)0x0" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n FUN_001e64c0(param_1);\n iVar1 = param_1[1] + 0xb8b1aabc + (uint)(0x432b2aff < *param_1);\n if (iVar1 == 0 && (uint)(1 < *param_1 + 0xbcd4d500) <= (uint)-iVar1) {\n \n FUN_001e56f0(param_1[-9]);\n }\n }" ({ "{") (expression_statement "FUN_001e64c0(param_1);" (call_expression "FUN_001e64c0(param_1)" (identifier "FUN_001e64c0") (argument_list "(param_1)" (( "(") (identifier "param_1") () ")"))) (; ";")) (expression_statement "iVar1 = param_1[1] + 0xb8b1aabc + (uint)(0x432b2aff < *param_1);" (assignment_expression "iVar1 = param_1[1] + 0xb8b1aabc + (uint)(0x432b2aff < *param_1)" (identifier "iVar1") (= "=") (binary_expression "param_1[1] + 0xb8b1aabc + (uint)(0x432b2aff < *param_1)" (binary_expression "param_1[1] + 0xb8b1aabc" (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) (+ "+") (number_literal "0xb8b1aabc")) (+ "+") (call_expression "(uint)(0x432b2aff < *param_1)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "(0x432b2aff < *param_1)" (( "(") (binary_expression "0x432b2aff < *param_1" (number_literal "0x432b2aff") (< "<") (pointer_expression "*param_1" (* "*") (identifier "param_1"))) () ")"))))) (; ";")) (if_statement "if (iVar1 == 0 && (uint)(1 < *param_1 + 0xbcd4d500) <= (uint)-iVar1) {\n \n FUN_001e56f0(param_1[-9]);\n }" (if "if") (parenthesized_expression "(iVar1 == 0 && (uint)(1 < *param_1 + 0xbcd4d500) <= (uint)-iVar1)" (( "(") (binary_expression "iVar1 == 0 && (uint)(1 < *param_1 + 0xbcd4d500) <= (uint)-iVar1" (binary_expression "iVar1 == 0" (identifier "iVar1") (== "==") (number_literal "0")) (&& "&&") (binary_expression "(uint)(1 < *param_1 + 0xbcd4d500) <= (uint)-iVar1" (call_expression "(uint)(1 < *param_1 + 0xbcd4d500)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "(1 < *param_1 + 0xbcd4d500)" (( "(") (binary_expression "1 < *param_1 + 0xbcd4d500" (number_literal "1") (< "<") (binary_expression "*param_1 + 0xbcd4d500" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "0xbcd4d500"))) () ")"))) (<= "<=") (binary_expression "(uint)-iVar1" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (- "-") (identifier "iVar1")))) () ")")) (compound_statement "{\n \n FUN_001e56f0(param_1[-9]);\n }" ({ "{") (expression_statement "FUN_001e56f0(param_1[-9]);" (call_expression "FUN_001e56f0(param_1[-9])" (identifier "FUN_001e56f0") (argument_list "(param_1[-9])" (( "(") (subscript_expression "param_1[-9]" (identifier "param_1") ([ "[") (number_literal "-9") (] "]")) () ")"))) (; ";")) (} "}"))) (} "}"))) (expression_statement "FUN_001e5750();" (call_expression "FUN_001e5750()" (identifier "FUN_001e5750") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void function_1(type_1 *var_1) { int var_3; if (var_1 != (type_1 *)0x0) { var_2(var_1); var_3 = var_1[1] + 0xb8b1aabc + (type_1)(0x432b2aff < *var_1); if (var_3 == 0 && (type_1)(1 < *var_1 + 0xbcd4d500) <= (type_1)-var_3) { /* WARNING: Subroutine does not return */ __cxxabiv1::var_4((type_2 *)var_1[-9]); } } /* WARNING: Subroutine does not return */ std::var_5(); }
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)) (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 (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal)) right: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (number_literal) right: (pointer_expression argument: (identifier)))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (binary_expression left: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (number_literal) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))) right: (binary_expression left: (parenthesized_expression (identifier)) right: (identifier))))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (subscript_expression argument: (identifier) index: (number_literal))))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(uint *param_1) { int iVar1; if (param_1 != (uint *)0x0) { FUN_001e64c0(param_1); iVar1 = param_1[1] + 0xb8b1aabc + (uint)(0x432b2aff < *param_1); if (iVar1 == 0 && (uint)(1 < *param_1 + 0xbcd4d500) <= (uint)-iVar1) { /* WARNING: Subroutine does not return */ FUN_001e56f0(param_1[-9]); } } /* WARNING: Subroutine does not return */ FUN_001e5750(); }
1378_powerpc-linux-gnu-dwp_and_powerpc-linux-gnu-dwp_strip.c
~Struct_sysroot
FUN_0003fdd0
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void ~Struct_sysroot(Struct_sysroot * this, int __in_chrg) */ void __thiscall gold::General_options::Struct_sysroot::~Struct_sysroot(Struct_sysroot *this,int __in_chrg) { pointer pcVar1; (this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_003823c0; 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,0x44); return; }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_0003fdd0(undefined4 *param_1) { *param_1 = &PTR_FUN_003823c0; if ((undefined4 *)param_1[1] != param_1 + 3) { FUN_001e6db0((undefined4 *)param_1[1]); } FUN_001e6d90(param_1,0x44); return; }
PUSH ESI PUSH EBX CALL 0x00035840 ADD EBX,0x34f229 SUB ESP,0x4 MOV ESI,dword ptr [ESP + 0x10] LEA EDX,[ESI + 0xc] LEA EAX,[EBX + 0xffff33c0] MOV dword ptr [ESI],EAX MOV EAX,dword ptr [ESI + 0x4] CMP EAX,EDX JZ 0x0003fe02 SUB ESP,0xc PUSH EAX CALL 0x001e6db0 ADD ESP,0x10 SUB ESP,0x8 PUSH 0x44 PUSH ESI CALL 0x001e6d90 ADD ESP,0x14 POP EBX POP ESI RET
null
null
null
null
[('const-8', u'PTRSUB_-1206059280'), ('tmp_135', u'CBRANCH_-1206059478'), ('tmp_323', u'PTRSUB_-1206059275'), (u'PTRSUB_-1206059280', u'INT_NOTEQUAL_-1206059478'), ('const-417', u'LOAD_-1206059498'), (u'INT_NOTEQUAL_-1206059478', u'CBRANCH_-1206059478'), (u'LOAD_-1206059498', u'CALL_-1206059455'), ('const-68', u'CALL_-1206059414'), ('tmp_323', u'PTRSUB_-1206059278'), ('const-4', u'PTRSUB_-1206059289'), (u'CAST_-1206059265', u'INT_NOTEQUAL_-1206059478'), ('const-0', u'PTRSUB_-1206059281'), ('const-0', u'PTRSUB_-1206059274'), (u'PTRSUB_-1206059273', u'STORE_-1206059501'), ('const-4', u'PTRSUB_-1206059275'), ('const-0', u'PTRSUB_-1206059278'), ('tmp_323', u'CALL_-1206059414'), (u'PTRSUB_-1206059281', u'CAST_-1206059271'), (u'PTRSUB_-1206059274', u'PTRSUB_-1206059270'), (u'PTRSUB_-1206059284', u'PTRSUB_-1206059280'), ('const-0', u'RETURN_-1206059381'), (u'LOAD_-1206059498', u'CAST_-1206059265'), (u'PTRSUB_-1206059289', u'PTRSUB_-1206059284'), (u'PTRSUB_-1206059268', u'LOAD_-1206059498'), ('const-417', u'STORE_-1206059501'), (u'PTRSUB_-1206059270', u'PTRSUB_-1206059268'), ('const-0', u'PTRSUB_-1206059268'), ('const-3679168', u'PTRSUB_-1206059281'), (u'PTRSUB_-1206059275', u'PTRSUB_-1206059274'), ('tmp_323', u'PTRSUB_-1206059289'), (u'PTRSUB_-1206059278', u'PTRSUB_-1206059273'), ('const-0', u'PTRSUB_-1206059284'), ('const-0', u'PTRSUB_-1206059273'), ('const-0', u'PTRSUB_-1206059270'), (u'CAST_-1206059271', u'STORE_-1206059501')]
[('tmp_135', u'CBRANCH_-1206059478'), ('const-0', u'RETURN_-1206059381'), ('tmp_597', u'STORE_-1206059501'), ('tmp_597', u'PTRADD_-1206059283'), (u'PTRSUB_-1206059286', u'STORE_-1206059501'), (u'INT_NOTEQUAL_-1206059478', u'CBRANCH_-1206059478'), ('const-417', u'STORE_-1206059501'), ('const-68', u'CALL_-1206059414'), ('const-4', u'PTRADD_-1206059295'), ('const-1', u'PTRADD_-1206059283'), (u'LOAD_-1206059498', u'CAST_-1206059283'), (u'PTRADD_-1206059295', u'INT_NOTEQUAL_-1206059478'), (u'CAST_-1206059283', u'INT_NOTEQUAL_-1206059478'), (u'CAST_-1206059283', u'CALL_-1206059455'), ('const-4', u'PTRADD_-1206059283'), ('tmp_597', u'CALL_-1206059414'), ('const-0', u'PTRSUB_-1206059286'), ('tmp_597', u'PTRADD_-1206059295'), ('const-417', u'LOAD_-1206059498'), (u'PTRADD_-1206059283', u'LOAD_-1206059498'), ('const-3679168', u'PTRSUB_-1206059286'), ('const-3', u'PTRADD_-1206059295')]
null
null
0003fdd0
x86
O2
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0003fdd0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_003823c0;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }\n FUN_001e6d90(param_1,0x44);\n return;\n}\n\n" comment (function_definition "void FUN_0003fdd0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_003823c0;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }\n FUN_001e6d90(param_1,0x44);\n return;\n}" primitive_type (function_declarator "FUN_0003fdd0(undefined4 *param_1)" identifier (parameter_list "(undefined4 *param_1)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n *param_1 = &PTR_FUN_003823c0;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }\n FUN_001e6d90(param_1,0x44);\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_003823c0;" (assignment_expression "*param_1 = &PTR_FUN_003823c0" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_003823c0" & identifier)) ;) (if_statement "if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }" if (parenthesized_expression "((undefined4 *)param_1[1] != param_1 + 3)" ( (binary_expression "(undefined4 *)param_1[1] != param_1 + 3" (cast_expression "(undefined4 *)param_1[1]" ( (type_descriptor "undefined4 *" 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_001e6db0((undefined4 *)param_1[1]);\n }" { (expression_statement "FUN_001e6db0((undefined4 *)param_1[1]);" (call_expression "FUN_001e6db0((undefined4 *)param_1[1])" identifier (argument_list "((undefined4 *)param_1[1])" ( (cast_expression "(undefined4 *)param_1[1]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) ))) ;) })) (expression_statement "FUN_001e6d90(param_1,0x44);" (call_expression "FUN_001e6d90(param_1,0x44)" identifier (argument_list "(param_1,0x44)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void ~Struct_sysroot(Struct_sysroot * this, int __in_chrg) */\n\nvoid __thiscall\ngold::General_options::Struct_sysroot::~Struct_sysroot(Struct_sysroot *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_003823c0;\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,0x44);\n return;\n}\n\n" comment comment (function_definition "void __thiscall\ngold::General_options::Struct_sysroot::~Struct_sysroot(Struct_sysroot *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_003823c0;\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,0x44);\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::General_options::Struct_sysroot::~" identifier : : identifier : : identifier : : ~) (function_declarator "Struct_sysroot(Struct_sysroot *this,int __in_chrg)" identifier (parameter_list "(Struct_sysroot *this,int __in_chrg)" ( (parameter_declaration "Struct_sysroot *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_003823c0;\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,0x44);\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_003823c0;" (assignment_expression "(this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_003823c0" (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_003823c0" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&PTR_parse_to_value_003823c0" & 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,0x44);" (call_expression "operator_delete(this,0x44)" identifier (argument_list "(this,0x44)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void FUN_0003fdd0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_003823c0;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }\n FUN_001e6d90(param_1,0x44);\n return;\n}\n\n" (function_definition "void FUN_0003fdd0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_003823c0;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }\n FUN_001e6d90(param_1,0x44);\n return;\n}" primitive_type (function_declarator "FUN_0003fdd0(undefined4 *param_1)" identifier (parameter_list "(undefined4 *param_1)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n *param_1 = &PTR_FUN_003823c0;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }\n FUN_001e6d90(param_1,0x44);\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_003823c0;" (assignment_expression "*param_1 = &PTR_FUN_003823c0" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_003823c0" & identifier)) ;) (if_statement "if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }" if (parenthesized_expression "((undefined4 *)param_1[1] != param_1 + 3)" ( (binary_expression "(undefined4 *)param_1[1] != param_1 + 3" (cast_expression "(undefined4 *)param_1[1]" ( (type_descriptor "undefined4 *" 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_001e6db0((undefined4 *)param_1[1]);\n }" { (expression_statement "FUN_001e6db0((undefined4 *)param_1[1]);" (call_expression "FUN_001e6db0((undefined4 *)param_1[1])" identifier (argument_list "((undefined4 *)param_1[1])" ( (cast_expression "(undefined4 *)param_1[1]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) ))) ;) })) (expression_statement "FUN_001e6d90(param_1,0x44);" (call_expression "FUN_001e6d90(param_1,0x44)" identifier (argument_list "(param_1,0x44)" ( 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 ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT ))) ;) (return_statement return ;) })))
(function_definition "void FUN_0003fdd0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_003823c0;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }\n FUN_001e6d90(param_1,0x44);\n return;\n}" (primitive_type "void") (function_declarator "FUN_0003fdd0(undefined4 *param_1)" (identifier "FUN_0003fdd0") (parameter_list "(undefined4 *param_1)" (( "(") (parameter_declaration "undefined4 *param_1" (type_identifier "undefined4") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n *param_1 = &PTR_FUN_003823c0;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }\n FUN_001e6d90(param_1,0x44);\n return;\n}" ({ "{") (expression_statement "*param_1 = &PTR_FUN_003823c0;" (assignment_expression "*param_1 = &PTR_FUN_003823c0" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&PTR_FUN_003823c0" (& "&") (identifier "PTR_FUN_003823c0"))) (; ";")) (if_statement "if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }" (if "if") (parenthesized_expression "((undefined4 *)param_1[1] != param_1 + 3)" (( "(") (binary_expression "(undefined4 *)param_1[1] != param_1 + 3" (cast_expression "(undefined4 *)param_1[1]" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (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_001e6db0((undefined4 *)param_1[1]);\n }" ({ "{") (expression_statement "FUN_001e6db0((undefined4 *)param_1[1]);" (call_expression "FUN_001e6db0((undefined4 *)param_1[1])" (identifier "FUN_001e6db0") (argument_list "((undefined4 *)param_1[1])" (( "(") (cast_expression "(undefined4 *)param_1[1]" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]"))) () ")"))) (; ";")) (} "}"))) (expression_statement "FUN_001e6d90(param_1,0x44);" (call_expression "FUN_001e6d90(param_1,0x44)" (identifier "FUN_001e6d90") (argument_list "(param_1,0x44)" (( "(") (identifier "param_1") (, ",") (number_literal "0x44") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void ~Struct_sysroot(Struct_sysroot * 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_003823c0; 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,0x44); 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)))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal)))) (return_statement))))
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(undefined4 *param_1) { *param_1 = &PTR_FUN_003823c0; if ((undefined4 *)param_1[1] != param_1 + 3) { FUN_001e6db0((undefined4 *)param_1[1]); } FUN_001e6d90(param_1,0x44); return; }
1260_powerpc-linux-gnuspe-dwp_and_powerpc-linux-gnuspe-dwp_strip.c
~Struct_no_whole_archive
FUN_0003dca0
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void ~Struct_no_whole_archive(Struct_no_whole_archive * this, int __in_chrg) */ void __thiscall gold::General_options::Struct_no_whole_archive::~Struct_no_whole_archive (Struct_no_whole_archive *this,int __in_chrg) { pointer pcVar1; (this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_00382870; 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,0x3c); return; }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_0003dca0(undefined4 *param_1) { *param_1 = &PTR_FUN_00382870; if ((undefined4 *)param_1[1] != param_1 + 3) { FUN_001e6db0((undefined4 *)param_1[1]); } FUN_001e6d90(param_1,0x3c); return; }
PUSH ESI PUSH EBX CALL 0x00035840 ADD EBX,0x351359 SUB ESP,0x4 MOV ESI,dword ptr [ESP + 0x10] LEA EDX,[ESI + 0xc] LEA EAX,[EBX + 0xffff3870] MOV dword ptr [ESI],EAX MOV EAX,dword ptr [ESI + 0x4] CMP EAX,EDX JZ 0x0003dcd2 SUB ESP,0xc PUSH EAX CALL 0x001e6db0 ADD ESP,0x10 SUB ESP,0x8 PUSH 0x3c PUSH ESI CALL 0x001e6d90 ADD ESP,0x14 POP EBX POP ESI RET
null
null
null
null
[('const-0', u'RETURN_-1206067877'), ('tmp_323', u'PTRSUB_-1206067774'), ('const-0', u'PTRSUB_-1206067769'), ('tmp_323', u'PTRSUB_-1206067771'), (u'PTRSUB_-1206067764', u'LOAD_-1206067994'), (u'PTRSUB_-1206067777', u'CAST_-1206067767'), ('const-4', u'PTRSUB_-1206067785'), ('const-417', u'LOAD_-1206067994'), ('const-3680368', u'PTRSUB_-1206067777'), ('const-0', u'PTRSUB_-1206067766'), ('const-0', u'PTRSUB_-1206067774'), ('const-417', u'STORE_-1206067997'), (u'PTRSUB_-1206067769', u'STORE_-1206067997'), (u'PTRSUB_-1206067766', u'PTRSUB_-1206067764'), ('const-4', u'PTRSUB_-1206067771'), ('tmp_323', u'PTRSUB_-1206067785'), (u'PTRSUB_-1206067771', u'PTRSUB_-1206067770'), (u'PTRSUB_-1206067780', u'PTRSUB_-1206067776'), (u'PTRSUB_-1206067770', u'PTRSUB_-1206067766'), (u'LOAD_-1206067994', u'CALL_-1206067951'), ('const-0', u'PTRSUB_-1206067777'), ('const-8', u'PTRSUB_-1206067776'), (u'PTRSUB_-1206067774', u'PTRSUB_-1206067769'), ('const-0', u'PTRSUB_-1206067764'), (u'PTRSUB_-1206067776', u'INT_NOTEQUAL_-1206067974'), ('const-0', u'PTRSUB_-1206067770'), (u'CAST_-1206067761', u'INT_NOTEQUAL_-1206067974'), (u'LOAD_-1206067994', u'CAST_-1206067761'), ('tmp_135', u'CBRANCH_-1206067974'), (u'CAST_-1206067767', u'STORE_-1206067997'), ('tmp_323', u'CALL_-1206067910'), (u'PTRSUB_-1206067785', u'PTRSUB_-1206067780'), ('const-60', u'CALL_-1206067910'), ('const-0', u'PTRSUB_-1206067780'), (u'INT_NOTEQUAL_-1206067974', u'CBRANCH_-1206067974')]
[('const-0', u'RETURN_-1206067877'), ('const-4', u'PTRADD_-1206067791'), ('tmp_597', u'PTRADD_-1206067791'), ('const-4', u'PTRADD_-1206067779'), (u'CAST_-1206067779', u'INT_NOTEQUAL_-1206067974'), ('tmp_597', u'PTRADD_-1206067779'), (u'CAST_-1206067779', u'CALL_-1206067951'), ('const-417', u'LOAD_-1206067994'), ('tmp_597', u'CALL_-1206067910'), ('const-3', u'PTRADD_-1206067791'), ('tmp_597', u'STORE_-1206067997'), (u'PTRADD_-1206067779', u'LOAD_-1206067994'), ('const-0', u'PTRSUB_-1206067782'), ('const-417', u'STORE_-1206067997'), ('tmp_135', u'CBRANCH_-1206067974'), (u'PTRSUB_-1206067782', u'STORE_-1206067997'), ('const-3680368', u'PTRSUB_-1206067782'), ('const-1', u'PTRADD_-1206067779'), (u'LOAD_-1206067994', u'CAST_-1206067779'), (u'PTRADD_-1206067791', u'INT_NOTEQUAL_-1206067974'), ('const-60', u'CALL_-1206067910'), (u'INT_NOTEQUAL_-1206067974', u'CBRANCH_-1206067974')]
null
null
0003dca0
x86
O2
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0003dca0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_00382870;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }\n FUN_001e6d90(param_1,0x3c);\n return;\n}\n\n" comment (function_definition "void FUN_0003dca0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_00382870;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }\n FUN_001e6d90(param_1,0x3c);\n return;\n}" primitive_type (function_declarator "FUN_0003dca0(undefined4 *param_1)" identifier (parameter_list "(undefined4 *param_1)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n *param_1 = &PTR_FUN_00382870;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }\n FUN_001e6d90(param_1,0x3c);\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_00382870;" (assignment_expression "*param_1 = &PTR_FUN_00382870" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_00382870" & identifier)) ;) (if_statement "if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }" if (parenthesized_expression "((undefined4 *)param_1[1] != param_1 + 3)" ( (binary_expression "(undefined4 *)param_1[1] != param_1 + 3" (cast_expression "(undefined4 *)param_1[1]" ( (type_descriptor "undefined4 *" 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_001e6db0((undefined4 *)param_1[1]);\n }" { (expression_statement "FUN_001e6db0((undefined4 *)param_1[1]);" (call_expression "FUN_001e6db0((undefined4 *)param_1[1])" identifier (argument_list "((undefined4 *)param_1[1])" ( (cast_expression "(undefined4 *)param_1[1]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) ))) ;) })) (expression_statement "FUN_001e6d90(param_1,0x3c);" (call_expression "FUN_001e6d90(param_1,0x3c)" identifier (argument_list "(param_1,0x3c)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void ~Struct_no_whole_archive(Struct_no_whole_archive * this, int\n __in_chrg) */\n\nvoid __thiscall\ngold::General_options::Struct_no_whole_archive::~Struct_no_whole_archive\n (Struct_no_whole_archive *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_00382870;\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,0x3c);\n return;\n}\n\n" comment comment (function_definition "void __thiscall\ngold::General_options::Struct_no_whole_archive::~Struct_no_whole_archive\n (Struct_no_whole_archive *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_00382870;\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,0x3c);\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::General_options::Struct_no_whole_archive::~" identifier : : identifier : : identifier : : ~) (function_declarator "Struct_no_whole_archive\n (Struct_no_whole_archive *this,int __in_chrg)" identifier (parameter_list "(Struct_no_whole_archive *this,int __in_chrg)" ( (parameter_declaration "Struct_no_whole_archive *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_00382870;\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,0x3c);\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_00382870;" (assignment_expression "(this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_00382870" (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_00382870" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&PTR_parse_to_value_00382870" & 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,0x3c);" (call_expression "operator_delete(this,0x3c)" identifier (argument_list "(this,0x3c)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void FUN_0003dca0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_00382870;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }\n FUN_001e6d90(param_1,0x3c);\n return;\n}\n\n" (function_definition "void FUN_0003dca0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_00382870;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }\n FUN_001e6d90(param_1,0x3c);\n return;\n}" primitive_type (function_declarator "FUN_0003dca0(undefined4 *param_1)" identifier (parameter_list "(undefined4 *param_1)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n *param_1 = &PTR_FUN_00382870;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }\n FUN_001e6d90(param_1,0x3c);\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_00382870;" (assignment_expression "*param_1 = &PTR_FUN_00382870" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_00382870" & identifier)) ;) (if_statement "if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }" if (parenthesized_expression "((undefined4 *)param_1[1] != param_1 + 3)" ( (binary_expression "(undefined4 *)param_1[1] != param_1 + 3" (cast_expression "(undefined4 *)param_1[1]" ( (type_descriptor "undefined4 *" 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_001e6db0((undefined4 *)param_1[1]);\n }" { (expression_statement "FUN_001e6db0((undefined4 *)param_1[1]);" (call_expression "FUN_001e6db0((undefined4 *)param_1[1])" identifier (argument_list "((undefined4 *)param_1[1])" ( (cast_expression "(undefined4 *)param_1[1]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) ))) ;) })) (expression_statement "FUN_001e6d90(param_1,0x3c);" (call_expression "FUN_001e6d90(param_1,0x3c)" identifier (argument_list "(param_1,0x3c)" ( 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 ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT ))) ;) (return_statement return ;) })))
(function_definition "void FUN_0003dca0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_00382870;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }\n FUN_001e6d90(param_1,0x3c);\n return;\n}" (primitive_type "void") (function_declarator "FUN_0003dca0(undefined4 *param_1)" (identifier "FUN_0003dca0") (parameter_list "(undefined4 *param_1)" (( "(") (parameter_declaration "undefined4 *param_1" (type_identifier "undefined4") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n *param_1 = &PTR_FUN_00382870;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }\n FUN_001e6d90(param_1,0x3c);\n return;\n}" ({ "{") (expression_statement "*param_1 = &PTR_FUN_00382870;" (assignment_expression "*param_1 = &PTR_FUN_00382870" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&PTR_FUN_00382870" (& "&") (identifier "PTR_FUN_00382870"))) (; ";")) (if_statement "if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }" (if "if") (parenthesized_expression "((undefined4 *)param_1[1] != param_1 + 3)" (( "(") (binary_expression "(undefined4 *)param_1[1] != param_1 + 3" (cast_expression "(undefined4 *)param_1[1]" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (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_001e6db0((undefined4 *)param_1[1]);\n }" ({ "{") (expression_statement "FUN_001e6db0((undefined4 *)param_1[1]);" (call_expression "FUN_001e6db0((undefined4 *)param_1[1])" (identifier "FUN_001e6db0") (argument_list "((undefined4 *)param_1[1])" (( "(") (cast_expression "(undefined4 *)param_1[1]" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]"))) () ")"))) (; ";")) (} "}"))) (expression_statement "FUN_001e6d90(param_1,0x3c);" (call_expression "FUN_001e6d90(param_1,0x3c)" (identifier "FUN_001e6d90") (argument_list "(param_1,0x3c)" (( "(") (identifier "param_1") (, ",") (number_literal "0x3c") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void ~Struct_no_whole_archive(Struct_no_whole_archive * 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_00382870; 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,0x3c); 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)))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal)))) (return_statement))))
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(undefined4 *param_1) { *param_1 = &PTR_FUN_00382870; if ((undefined4 *)param_1[1] != param_1 + 3) { FUN_001e6db0((undefined4 *)param_1[1]); } FUN_001e6d90(param_1,0x3c); return; }
66_s390x-linux-gnu-ranlib_and_s390x-linux-gnu-ranlib_strip.c
bfd_set_error_program_name
bfd_set_error_program_name
void bfd_set_error_program_name(void) { (*(code *)PTR_bfd_set_error_program_name_0002110c)(); return; }
void bfd_set_error_program_name(void) { (*(code *)PTR_bfd_set_error_program_name_0002110c)(); return; }
JMP dword ptr [EBX + 0x10c]
null
null
null
null
[(u'CAST_-1205984105', u'CALLIND_-1205984182'), (u'INDIRECT_-1205984110', u'COPY_-1205984169'), ('const-0', u'RETURN_-1205984179'), (u'CALLIND_-1205984182', u'INDIRECT_-1205984110'), ('tmp_58', u'CAST_-1205984105')]
[(u'CAST_-1205984105', u'CALLIND_-1205984182'), (u'INDIRECT_-1205984110', u'COPY_-1205984169'), ('const-0', u'RETURN_-1205984179'), (u'CALLIND_-1205984182', u'INDIRECT_-1205984110'), ('tmp_58', u'CAST_-1205984105')]
null
null
00012440
x86
O2
(translation_unit "void bfd_set_error_program_name(void)\n\n{\n (*(code *)PTR_bfd_set_error_program_name_0002110c)();\n return;\n}\n\n" (function_definition "void bfd_set_error_program_name(void)\n\n{\n (*(code *)PTR_bfd_set_error_program_name_0002110c)();\n return;\n}" primitive_type (function_declarator "bfd_set_error_program_name(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_bfd_set_error_program_name_0002110c)();\n return;\n}" { (expression_statement "(*(code *)PTR_bfd_set_error_program_name_0002110c)();" (call_expression "(*(code *)PTR_bfd_set_error_program_name_0002110c)()" (parenthesized_expression "(*(code *)PTR_bfd_set_error_program_name_0002110c)" ( (pointer_expression "*(code *)PTR_bfd_set_error_program_name_0002110c" * (cast_expression "(code *)PTR_bfd_set_error_program_name_0002110c" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void bfd_set_error_program_name(void)\n\n{\n (*(code *)PTR_bfd_set_error_program_name_0002110c)();\n return;\n}\n\n" (function_definition "void bfd_set_error_program_name(void)\n\n{\n (*(code *)PTR_bfd_set_error_program_name_0002110c)();\n return;\n}" primitive_type (function_declarator "bfd_set_error_program_name(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_bfd_set_error_program_name_0002110c)();\n return;\n}" { (expression_statement "(*(code *)PTR_bfd_set_error_program_name_0002110c)();" (call_expression "(*(code *)PTR_bfd_set_error_program_name_0002110c)()" (parenthesized_expression "(*(code *)PTR_bfd_set_error_program_name_0002110c)" ( (pointer_expression "*(code *)PTR_bfd_set_error_program_name_0002110c" * (cast_expression "(code *)PTR_bfd_set_error_program_name_0002110c" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void bfd_set_error_program_name(void)\n\n{\n (*(code *)PTR_bfd_set_error_program_name_0002110c)();\n return;\n}\n\n" (function_definition "void bfd_set_error_program_name(void)\n\n{\n (*(code *)PTR_bfd_set_error_program_name_0002110c)();\n return;\n}" primitive_type (function_declarator "bfd_set_error_program_name(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_bfd_set_error_program_name_0002110c)();\n return;\n}" { (expression_statement "(*(code *)PTR_bfd_set_error_program_name_0002110c)();" (call_expression "(*(code *)PTR_bfd_set_error_program_name_0002110c)()" (parenthesized_expression "(*(code *)PTR_bfd_set_error_program_name_0002110c)" ( (pointer_expression "*(code *)PTR_bfd_set_error_program_name_0002110c" * (cast_expression "(code *)PTR_bfd_set_error_program_name_0002110c" ( (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_set_error_program_name(void)\n\n{\n (*(code *)PTR_bfd_set_error_program_name_0002110c)();\n return;\n}" (primitive_type "void") (function_declarator "bfd_set_error_program_name(void)" (identifier "bfd_set_error_program_name") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR_bfd_set_error_program_name_0002110c)();\n return;\n}" ({ "{") (expression_statement "(*(code *)PTR_bfd_set_error_program_name_0002110c)();" (call_expression "(*(code *)PTR_bfd_set_error_program_name_0002110c)()" (parenthesized_expression "(*(code *)PTR_bfd_set_error_program_name_0002110c)" (( "(") (pointer_expression "*(code *)PTR_bfd_set_error_program_name_0002110c" (* "*") (cast_expression "(code *)PTR_bfd_set_error_program_name_0002110c" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_bfd_set_error_program_name_0002110c"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
void function_1(void) { (*(type_1 *)PTR_bfd_set_error_program_name_0002110c)(); 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_0002110c)(); return; }
6920_s390x-linux-gnu-ld_and_s390x-linux-gnu-ld_strip.c
do_section_addralign
FUN_001ba7c0
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: uint64_t do_section_addralign(Sized_dynobj<64,_false> * this, uint shndx) */ uint64_t __thiscall gold::Sized_dynobj<64,_false>::do_section_addralign(Sized_dynobj<64,_false> *this,uint shndx) { Elf_file<64,_false,_gold::Object> *this_00; Object *this_01; uint uVar1; uchar *puVar2; char *format; off_t start; Object *in_stack_ffffffe4; this_00 = &this->elf_file_; this_01 = (this->elf_file_).file_; elfcpp::Elf_file<64,_false,_gold::Object>::initialize_shnum(this_00); if ((this->elf_file_).shnum_ <= shndx) { elfcpp::Elf_file<64,_false,_gold::Object>::initialize_shnum(this_00); uVar1 = (this->elf_file_).shnum_; format = (char *)gettext(); Object::error(this_01,format,shndx,uVar1); } start = elfcpp::Elf_file<64,_false,_gold::Object>::section_header_offset(this_00,shndx); if (this_01->input_file_ != (Input_file *)0x0) { puVar2 = File_read::get_view(&this_01->input_file_->file_,this_01->offset_,start,0x40,true,true) ; return *(uint64_t *)(puVar2 + 0x30); } /* WARNING: Subroutine does not return */ Object::input_file(in_stack_ffffffe4); }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ undefined8 FUN_001ba7c0(int param_1,uint param_2) { int iVar1; undefined4 uVar2; int iVar3; undefined4 uVar4; undefined8 uVar5; iVar3 = param_1 + 0x60; iVar1 = *(int *)(param_1 + 0x60); FUN_000cfd70(iVar3); if (*(uint *)(param_1 + 0x6c) <= param_2) { FUN_000cfd70(iVar3); uVar2 = *(undefined4 *)(param_1 + 0x6c); uVar4 = gettext("section_addralign: bad shndx %u >= %u"); FUN_000c6070(iVar1,uVar4,param_2,uVar2); } uVar5 = FUN_000d4b10(iVar3,param_2); if (*(int *)(iVar1 + 0x1c) != 0) { iVar3 = FUN_00077160(*(int *)(iVar1 + 0x1c) + 0x1c,*(undefined4 *)(iVar1 + 0x20), *(undefined4 *)(iVar1 + 0x24),uVar5,0x40,1,1); return *(undefined8 *)(iVar3 + 0x30); } /* WARNING: Subroutine does not return */ FUN_001b01d0(); }
PUSH EBP PUSH EDI PUSH ESI PUSH EBX CALL 0x00036f20 ADD EBX,0x1f4837 SUB ESP,0x18 MOV EBP,dword ptr [ESP + 0x2c] LEA EDI,[EBP + 0x60] MOV ESI,dword ptr [EBP + 0x60] PUSH EDI CALL 0x000cfd70 ADD ESP,0x10 MOV EAX,dword ptr [EBP + 0x6c] CMP dword ptr [ESP + 0x24],EAX JNC 0x001ba830 SUB ESP,0x8 PUSH dword ptr [ESP + 0x2c] PUSH EDI CALL 0x000d4b10 MOV ECX,dword ptr [ESI + 0x1c] ADD ESP,0x10 TEST ECX,ECX JZ 0x001ba85e ADD ECX,0x1c PUSH 0x1 PUSH 0x1 PUSH 0x40 PUSH EDX PUSH EAX PUSH dword ptr [ESI + 0x24] PUSH dword ptr [ESI + 0x20] PUSH ECX CALL 0x00077160 MOV EDX,dword ptr [EAX + 0x34] MOV EAX,dword ptr [EAX + 0x30] ADD ESP,0x2c POP EBX POP ESI POP EDI POP EBP RET SUB ESP,0xc PUSH EDI CALL 0x000cfd70 MOV EBP,dword ptr [EBP + 0x6c] LEA EAX,[EBX + 0xffef8f38] MOV dword ptr [ESP],EAX CALL 0x0002a3c0 ADD ESP,0x10 PUSH EBP PUSH dword ptr [ESP + 0x28] PUSH EAX PUSH ESI CALL 0x000c6070 ADD ESP,0x10 JMP 0x001ba7ee CALL 0x001b01d0
null
null
null
null
[('const-417', u'LOAD_-1207653947'), (u'CALL_-1207654106', u'INDIRECT_-1207653739'), (u'INDIRECT_-1207653723', u'MULTIEQUAL_-1207653822'), (u'CALL_-1207654216', u'PTRADD_-1207654146'), ('tmp_724', u'PTRSUB_-1207653792'), ('const-64', u'CALL_-1207654216'), ('const-1', u'CALL_-1207654216'), (u'CALL_-1207654106', u'CAST_-1207653671'), ('tmp_724', u'PTRSUB_-1207653774'), ('const-417', u'LOAD_-1207654309'), (u'PTRSUB_-1207653774', u'PTRSUB_-1207653767'), ('const-417', u'LOAD_-1207654368'), ('const-48', u'PTRADD_-1207654146'), (u'PTRSUB_-1207653792', u'CALL_-1207654133'), ('const-1', u'PTRADD_-1207654146'), ('tmp_724', u'PTRSUB_-1207653685'), (u'LOAD_-1207654309', u'INT_NOTEQUAL_-1207654278'), ('const-1', u'RETURN_-1207654103'), ('tmp_724', u'PTRSUB_-1207653788'), ('const-0', u'INT_NOTEQUAL_-1207654278'), (u'INDIRECT_-1207653845', u'MULTIEQUAL_-1207653822'), (u'INT_NOTEQUAL_-1207654278', u'CBRANCH_-1207654278'), (u'PTRSUB_-1207653792', u'CALL_-1207654311'), (u'CALL_-1207654382', u'INDIRECT_-1207653845'), ('const-417', u'LOAD_-1207654131'), (u'LOAD_-1207654398', u'CALL_-1207654065'), ('const-96', u'PTRSUB_-1207653685'), ('const-0', u'PTRSUB_-1207653787'), ('const-0', u'RETURN_-1207654161'), ('const-12', u'PTRSUB_-1207653767'), ('const-417', u'LOAD_-1207654398'), (u'CALL_-1207654311', u'INDIRECT_-1207653816'), (u'INT_LESSEQUAL_-1207654346', u'CBRANCH_-1207654343'), (u'PTRSUB_-1207653788', u'PTRSUB_-1207653787'), (u'PTRSUB_-1207653792', u'CALL_-1207654382'), (u'CAST_-1207653708', u'LOAD_-1207653947'), (u'PTRSUB_-1207653739', u'CALL_-1207654216'), (u'PTRSUB_-1207653767', u'LOAD_-1207654368'), (u'LOAD_-1207654398', u'PTRSUB_-1207653750'), ('const-96', u'PTRSUB_-1207653788'), (u'LOAD_-1207653796', u'CALL_-1207654216'), ('tmp_692', u'BRANCH_-1207654050'), (u'PTRSUB_-1207653685', u'PTRSUB_-1207653682'), (u'LOAD_-1207654131', u'CALL_-1207654065'), (u'CAST_-1207653671', u'CALL_-1207654065'), ('const-1', u'CALL_-1207654216'), (u'PTRSUB_-1207653682', u'LOAD_-1207654131'), (u'LOAD_-1207653947', u'COPY_-1207654061'), (u'LOAD_-1207654398', u'PTRSUB_-1207653724'), ('const-12', u'PTRSUB_-1207653682'), ('tmp_725', u'CALL_-1207654065'), (u'COPY_-1207654061', u'RETURN_-1207654161'), ('const-28', u'PTRSUB_-1207653739'), (u'LOAD_-1207654368', u'INT_LESSEQUAL_-1207654346'), (u'PTRADD_-1207654146', u'CAST_-1207653708'), ('tmp_725', u'INT_LESSEQUAL_-1207654346'), ('const-96', u'PTRSUB_-1207653792'), ('tmp_315', u'CBRANCH_-1207654278'), (u'CALL_-1207654311', u'CALL_-1207654216'), (u'LOAD_-1207654309', u'PTRSUB_-1207653739'), ('const-96', u'PTRSUB_-1207653774'), ('const-32', u'PTRSUB_-1207653724'), (u'INDIRECT_-1207653816', u'CALL_-1207654108'), (u'CALL_-1207654133', u'INDIRECT_-1207653757'), ('tmp_199', u'CBRANCH_-1207654343'), (u'PTRSUB_-1207653787', u'LOAD_-1207654398'), ('tmp_725', u'CALL_-1207654311'), (u'PTRSUB_-1207653750', u'LOAD_-1207654309'), (u'PTRSUB_-1207653724', u'LOAD_-1207653796'), (u'CALL_-1207654065', u'INDIRECT_-1207653723'), ('const-417', u'LOAD_-1207653796'), ('const-28', u'PTRSUB_-1207653750')]
[(u'CAST_-1207653803', u'LOAD_-1207654309'), (u'CAST_-1207653840', u'LOAD_-1207654398'), ('const-108', u'INT_ADD_-1207654352'), (u'INT_ADD_-1207654226', u'CAST_-1207653781'), ('tmp_1771', u'INT_LESSEQUAL_-1207654346'), (u'INT_ADD_-1207654387', u'CALL_-1207654382'), ('tmp_1771', u'CALL_-1207654065'), (u'COPY_-1207653796', u'CALL_-1207654106'), (u'INT_ADD_-1207654192', u'CAST_-1207653764'), (u'INT_ADD_-1207654115', u'CAST_-1207653742'), ('const-28', u'INT_ADD_-1207654259'), (u'CAST_-1207653777', u'LOAD_-1207654234'), (u'LOAD_-1207654398', u'INT_ADD_-1207654226'), (u'LOAD_-1207654309', u'INT_NOTEQUAL_-1207654278'), ('const-1', u'RETURN_-1207654103'), ('tmp_1770', u'INT_ADD_-1207654387'), ('const-0', u'INT_NOTEQUAL_-1207654278'), (u'INT_NOTEQUAL_-1207654278', u'CBRANCH_-1207654278'), ('const-417', u'LOAD_-1207654242'), (u'LOAD_-1207653965', u'COPY_-1207653988'), (u'INT_ADD_-1207654387', u'CALL_-1207654133'), (u'INT_ADD_-1207654382', u'CAST_-1207653840'), (u'LOAD_-1207654398', u'CALL_-1207654065'), ('const-0', u'RETURN_-1207654161'), ('const-417', u'LOAD_-1207654234'), ('const-96', u'INT_ADD_-1207654387'), ('tmp_1770', u'INT_ADD_-1207654352'), ('tmp_1770', u'INT_ADD_-1207654115'), (u'INT_LESSEQUAL_-1207654346', u'CBRANCH_-1207654343'), ('const-48', u'INT_ADD_-1207654192'), ('tmp_1771', u'CALL_-1207654311'), (u'CALL_-1207654106', u'CALL_-1207654065'), ('const-1', u'CALL_-1207654216'), ('tmp_1770', u'INT_ADD_-1207654382'), ('const-417', u'LOAD_-1207654368'), ('const-417', u'LOAD_-1207654398'), (u'LOAD_-1207654242', u'CALL_-1207654216'), (u'INT_ADD_-1207654352', u'CAST_-1207653827'), (u'CALL_-1207654216', u'INT_ADD_-1207654192'), ('tmp_692', u'BRANCH_-1207654050'), (u'LOAD_-1207654131', u'CALL_-1207654065'), (u'CAST_-1207653764', u'LOAD_-1207653965'), (u'LOAD_-1207654309', u'INT_ADD_-1207654259'), ('const-64', u'CALL_-1207654216'), (u'CAST_-1207653827', u'LOAD_-1207654368'), ('const-417', u'LOAD_-1207654309'), (u'CAST_-1207653781', u'LOAD_-1207654242'), (u'LOAD_-1207654368', u'INT_LESSEQUAL_-1207654346'), ('const-417', u'LOAD_-1207654131'), (u'CAST_-1207653742', u'LOAD_-1207654131'), ('tmp_315', u'CBRANCH_-1207654278'), (u'CALL_-1207654311', u'CALL_-1207654216'), (u'INT_ADD_-1207654259', u'CALL_-1207654216'), (u'LOAD_-1207654234', u'CALL_-1207654216'), ('const-32', u'INT_ADD_-1207654218'), ('const-96', u'INT_ADD_-1207654382'), ('const-28', u'INT_ADD_-1207654293'), ('const-108', u'INT_ADD_-1207654115'), ('const-1', u'CALL_-1207654216'), (u'LOAD_-1207654398', u'INT_ADD_-1207654218'), ('const-417', u'LOAD_-1207653965'), (u'LOAD_-1207654398', u'INT_ADD_-1207654293'), ('const-2785080', u'COPY_-1207653796'), ('tmp_199', u'CBRANCH_-1207654343'), (u'INT_ADD_-1207654218', u'CAST_-1207653777'), (u'INT_ADD_-1207654387', u'CALL_-1207654311'), ('const-36', u'INT_ADD_-1207654226'), (u'INT_ADD_-1207654293', u'CAST_-1207653803'), (u'COPY_-1207653988', u'RETURN_-1207654161')]
null
null
001ba7c0
x86
O2
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nundefined8 FUN_001ba7c0(int param_1,uint param_2)\n\n{\n int iVar1;\n undefined4 uVar2;\n int iVar3;\n undefined4 uVar4;\n undefined8 uVar5;\n \n iVar3 = param_1 + 0x60;\n iVar1 = *(int *)(param_1 + 0x60);\n FUN_000cfd70(iVar3);\n if (*(uint *)(param_1 + 0x6c) <= param_2) {\n FUN_000cfd70(iVar3);\n uVar2 = *(undefined4 *)(param_1 + 0x6c);\n uVar4 = gettext("section_addralign: bad shndx %u >= %u");\n FUN_000c6070(iVar1,uVar4,param_2,uVar2);\n }\n uVar5 = FUN_000d4b10(iVar3,param_2);\n if (*(int *)(iVar1 + 0x1c) != 0) {\n iVar3 = FUN_00077160(*(int *)(iVar1 + 0x1c) + 0x1c,*(undefined4 *)(iVar1 + 0x20),\n *(undefined4 *)(iVar1 + 0x24),uVar5,0x40,1,1);\n return *(undefined8 *)(iVar3 + 0x30);\n }\n /* WARNING: Subroutine does not return */\n FUN_001b01d0();\n}\n\n" comment (function_definition "undefined8 FUN_001ba7c0(int param_1,uint param_2)\n\n{\n int iVar1;\n undefined4 uVar2;\n int iVar3;\n undefined4 uVar4;\n undefined8 uVar5;\n \n iVar3 = param_1 + 0x60;\n iVar1 = *(int *)(param_1 + 0x60);\n FUN_000cfd70(iVar3);\n if (*(uint *)(param_1 + 0x6c) <= param_2) {\n FUN_000cfd70(iVar3);\n uVar2 = *(undefined4 *)(param_1 + 0x6c);\n uVar4 = gettext("section_addralign: bad shndx %u >= %u");\n FUN_000c6070(iVar1,uVar4,param_2,uVar2);\n }\n uVar5 = FUN_000d4b10(iVar3,param_2);\n if (*(int *)(iVar1 + 0x1c) != 0) {\n iVar3 = FUN_00077160(*(int *)(iVar1 + 0x1c) + 0x1c,*(undefined4 *)(iVar1 + 0x20),\n *(undefined4 *)(iVar1 + 0x24),uVar5,0x40,1,1);\n return *(undefined8 *)(iVar3 + 0x30);\n }\n /* WARNING: Subroutine does not return */\n FUN_001b01d0();\n}" type_identifier (function_declarator "FUN_001ba7c0(int param_1,uint param_2)" identifier (parameter_list "(int param_1,uint param_2)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "uint param_2" type_identifier identifier) ))) (compound_statement "{\n int iVar1;\n undefined4 uVar2;\n int iVar3;\n undefined4 uVar4;\n undefined8 uVar5;\n \n iVar3 = param_1 + 0x60;\n iVar1 = *(int *)(param_1 + 0x60);\n FUN_000cfd70(iVar3);\n if (*(uint *)(param_1 + 0x6c) <= param_2) {\n FUN_000cfd70(iVar3);\n uVar2 = *(undefined4 *)(param_1 + 0x6c);\n uVar4 = gettext("section_addralign: bad shndx %u >= %u");\n FUN_000c6070(iVar1,uVar4,param_2,uVar2);\n }\n uVar5 = FUN_000d4b10(iVar3,param_2);\n if (*(int *)(iVar1 + 0x1c) != 0) {\n iVar3 = FUN_00077160(*(int *)(iVar1 + 0x1c) + 0x1c,*(undefined4 *)(iVar1 + 0x20),\n *(undefined4 *)(iVar1 + 0x24),uVar5,0x40,1,1);\n return *(undefined8 *)(iVar3 + 0x30);\n }\n /* WARNING: Subroutine does not return */\n FUN_001b01d0();\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "undefined4 uVar2;" type_identifier identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "undefined4 uVar4;" type_identifier identifier ;) (declaration "undefined8 uVar5;" type_identifier identifier ;) (expression_statement "iVar3 = param_1 + 0x60;" (assignment_expression "iVar3 = param_1 + 0x60" identifier = (binary_expression "param_1 + 0x60" identifier + number_literal)) ;) (expression_statement "iVar1 = *(int *)(param_1 + 0x60);" (assignment_expression "iVar1 = *(int *)(param_1 + 0x60)" identifier = (pointer_expression "*(int *)(param_1 + 0x60)" * (cast_expression "(int *)(param_1 + 0x60)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x60)" ( (binary_expression "param_1 + 0x60" identifier + number_literal) ))))) ;) (expression_statement "FUN_000cfd70(iVar3);" (call_expression "FUN_000cfd70(iVar3)" identifier (argument_list "(iVar3)" ( identifier ))) ;) (if_statement "if (*(uint *)(param_1 + 0x6c) <= param_2) {\n FUN_000cfd70(iVar3);\n uVar2 = *(undefined4 *)(param_1 + 0x6c);\n uVar4 = gettext("section_addralign: bad shndx %u >= %u");\n FUN_000c6070(iVar1,uVar4,param_2,uVar2);\n }" if (parenthesized_expression "(*(uint *)(param_1 + 0x6c) <= param_2)" ( (binary_expression "*(uint *)(param_1 + 0x6c) <= param_2" (pointer_expression "*(uint *)(param_1 + 0x6c)" * (cast_expression "(uint *)(param_1 + 0x6c)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x6c)" ( (binary_expression "param_1 + 0x6c" identifier + number_literal) )))) <= identifier) )) (compound_statement "{\n FUN_000cfd70(iVar3);\n uVar2 = *(undefined4 *)(param_1 + 0x6c);\n uVar4 = gettext("section_addralign: bad shndx %u >= %u");\n FUN_000c6070(iVar1,uVar4,param_2,uVar2);\n }" { (expression_statement "FUN_000cfd70(iVar3);" (call_expression "FUN_000cfd70(iVar3)" identifier (argument_list "(iVar3)" ( identifier ))) ;) (expression_statement "uVar2 = *(undefined4 *)(param_1 + 0x6c);" (assignment_expression "uVar2 = *(undefined4 *)(param_1 + 0x6c)" identifier = (pointer_expression "*(undefined4 *)(param_1 + 0x6c)" * (cast_expression "(undefined4 *)(param_1 + 0x6c)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x6c)" ( (binary_expression "param_1 + 0x6c" identifier + number_literal) ))))) ;) (expression_statement "uVar4 = gettext("section_addralign: bad shndx %u >= %u");" (assignment_expression "uVar4 = gettext("section_addralign: bad shndx %u >= %u")" identifier = (call_expression "gettext("section_addralign: bad shndx %u >= %u")" identifier (argument_list "("section_addralign: bad shndx %u >= %u")" ( (string_literal ""section_addralign: bad shndx %u >= %u"" " string_content ") )))) ;) (expression_statement "FUN_000c6070(iVar1,uVar4,param_2,uVar2);" (call_expression "FUN_000c6070(iVar1,uVar4,param_2,uVar2)" identifier (argument_list "(iVar1,uVar4,param_2,uVar2)" ( identifier , identifier , identifier , identifier ))) ;) })) (expression_statement "uVar5 = FUN_000d4b10(iVar3,param_2);" (assignment_expression "uVar5 = FUN_000d4b10(iVar3,param_2)" identifier = (call_expression "FUN_000d4b10(iVar3,param_2)" identifier (argument_list "(iVar3,param_2)" ( identifier , identifier )))) ;) (if_statement "if (*(int *)(iVar1 + 0x1c) != 0) {\n iVar3 = FUN_00077160(*(int *)(iVar1 + 0x1c) + 0x1c,*(undefined4 *)(iVar1 + 0x20),\n *(undefined4 *)(iVar1 + 0x24),uVar5,0x40,1,1);\n return *(undefined8 *)(iVar3 + 0x30);\n }" if (parenthesized_expression "(*(int *)(iVar1 + 0x1c) != 0)" ( (binary_expression "*(int *)(iVar1 + 0x1c) != 0" (pointer_expression "*(int *)(iVar1 + 0x1c)" * (cast_expression "(int *)(iVar1 + 0x1c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x1c)" ( (binary_expression "iVar1 + 0x1c" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n iVar3 = FUN_00077160(*(int *)(iVar1 + 0x1c) + 0x1c,*(undefined4 *)(iVar1 + 0x20),\n *(undefined4 *)(iVar1 + 0x24),uVar5,0x40,1,1);\n return *(undefined8 *)(iVar3 + 0x30);\n }" { (expression_statement "iVar3 = FUN_00077160(*(int *)(iVar1 + 0x1c) + 0x1c,*(undefined4 *)(iVar1 + 0x20),\n *(undefined4 *)(iVar1 + 0x24),uVar5,0x40,1,1);" (assignment_expression "iVar3 = FUN_00077160(*(int *)(iVar1 + 0x1c) + 0x1c,*(undefined4 *)(iVar1 + 0x20),\n *(undefined4 *)(iVar1 + 0x24),uVar5,0x40,1,1)" identifier = (call_expression "FUN_00077160(*(int *)(iVar1 + 0x1c) + 0x1c,*(undefined4 *)(iVar1 + 0x20),\n *(undefined4 *)(iVar1 + 0x24),uVar5,0x40,1,1)" identifier (argument_list "(*(int *)(iVar1 + 0x1c) + 0x1c,*(undefined4 *)(iVar1 + 0x20),\n *(undefined4 *)(iVar1 + 0x24),uVar5,0x40,1,1)" ( (binary_expression "*(int *)(iVar1 + 0x1c) + 0x1c" (pointer_expression "*(int *)(iVar1 + 0x1c)" * (cast_expression "(int *)(iVar1 + 0x1c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x1c)" ( (binary_expression "iVar1 + 0x1c" identifier + number_literal) )))) + number_literal) , (pointer_expression "*(undefined4 *)(iVar1 + 0x20)" * (cast_expression "(undefined4 *)(iVar1 + 0x20)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x20)" ( (binary_expression "iVar1 + 0x20" identifier + number_literal) )))) , (pointer_expression "*(undefined4 *)(iVar1 + 0x24)" * (cast_expression "(undefined4 *)(iVar1 + 0x24)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x24)" ( (binary_expression "iVar1 + 0x24" identifier + number_literal) )))) , identifier , number_literal , number_literal , number_literal )))) ;) (return_statement "return *(undefined8 *)(iVar3 + 0x30);" return (pointer_expression "*(undefined8 *)(iVar3 + 0x30)" * (cast_expression "(undefined8 *)(iVar3 + 0x30)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar3 + 0x30)" ( (binary_expression "iVar3 + 0x30" identifier + number_literal) )))) ;) })) comment (expression_statement "FUN_001b01d0();" (call_expression "FUN_001b01d0()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: uint64_t do_section_addralign(Sized_dynobj<64,_false> * this, uint\n shndx) */\n\nuint64_t __thiscall\ngold::Sized_dynobj<64,_false>::do_section_addralign(Sized_dynobj<64,_false> *this,uint shndx)\n\n{\n Elf_file<64,_false,_gold::Object> *this_00;\n Object *this_01;\n uint uVar1;\n uchar *puVar2;\n char *format;\n off_t start;\n Object *in_stack_ffffffe4;\n \n this_00 = &this->elf_file_;\n this_01 = (this->elf_file_).file_;\n elfcpp::Elf_file<64,_false,_gold::Object>::initialize_shnum(this_00);\n if ((this->elf_file_).shnum_ <= shndx) {\n elfcpp::Elf_file<64,_false,_gold::Object>::initialize_shnum(this_00);\n uVar1 = (this->elf_file_).shnum_;\n format = (char *)gettext();\n Object::error(this_01,format,shndx,uVar1);\n }\n start = elfcpp::Elf_file<64,_false,_gold::Object>::section_header_offset(this_00,shndx);\n if (this_01->input_file_ != (Input_file *)0x0) {\n puVar2 = File_read::get_view(&this_01->input_file_->file_,this_01->offset_,start,0x40,true,true)\n ;\n return *(uint64_t *)(puVar2 + 0x30);\n }\n /* WARNING: Subroutine does not return */\n Object::input_file(in_stack_ffffffe4);\n}\n\n" comment comment (declaration "uint64_t __thiscall\ngold::Sized_dynobj<64,_false>::do_section_addralign(Sized_dynobj<64,_false> *this,uint shndx)\n\n{\n Elf_file<64,_false,_gold::Object> *this_00;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<64" < number_literal) , (ERROR "_false>::do_section_addralign(Sized_dynobj<64,_false> *this,uint shndx)\n\n{" identifier > : : (function_declarator "do_section_addralign(Sized_dynobj<64,_false> *this,uint shndx)" identifier (parameter_list "(Sized_dynobj<64,_false> *this,uint shndx)" ( (parameter_declaration "Sized_dynobj" type_identifier) (ERROR "<64" < number_literal) , (parameter_declaration "_false> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "uint shndx" type_identifier identifier) ))) {) identifier (ERROR "<64" < number_literal) , identifier , (ERROR "_gold::Object>" identifier : : identifier >) (pointer_declarator "*this_00" * identifier) ;) (declaration "Object *this_01;" type_identifier (pointer_declarator "*this_01" * identifier) ;) (declaration "uint uVar1;" type_identifier identifier ;) (declaration "uchar *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "char *format;" primitive_type (pointer_declarator "*format" * identifier) ;) (declaration "off_t start;" type_identifier identifier ;) (declaration "Object *in_stack_ffffffe4;" type_identifier (pointer_declarator "*in_stack_ffffffe4" * identifier) ;) (expression_statement "this_00 = &this->elf_file_;" (assignment_expression "this_00 = &this->elf_file_" identifier = (pointer_expression "&this->elf_file_" & (field_expression "this->elf_file_" identifier -> field_identifier))) ;) (expression_statement "this_01 = (this->elf_file_).file_;" (assignment_expression "this_01 = (this->elf_file_).file_" identifier = (field_expression "(this->elf_file_).file_" (parenthesized_expression "(this->elf_file_)" ( (field_expression "this->elf_file_" identifier -> field_identifier) )) . field_identifier)) ;) (labeled_statement "elfcpp::Elf_file<64,_false,_gold::Object>::initialize_shnum(this_00);" statement_identifier (ERROR "::Elf_file<64,_false,_gold::Object>:" : : (comma_expression "Elf_file<64,_false,_gold" (binary_expression "Elf_file<64" identifier < number_literal) , (comma_expression "_false,_gold" identifier , identifier)) : : identifier > :) : (expression_statement "initialize_shnum(this_00);" (call_expression "initialize_shnum(this_00)" identifier (argument_list "(this_00)" ( identifier ))) ;)) (if_statement "if ((this->elf_file_).shnum_ <= shndx) {\n elfcpp::Elf_file<64,_false,_gold::Object>::initialize_shnum(this_00);\n uVar1 = (this->elf_file_).shnum_;\n format = (char *)gettext();\n Object::error(this_01,format,shndx,uVar1);\n }" if (parenthesized_expression "((this->elf_file_).shnum_ <= shndx)" ( (binary_expression "(this->elf_file_).shnum_ <= shndx" (field_expression "(this->elf_file_).shnum_" (parenthesized_expression "(this->elf_file_)" ( (field_expression "this->elf_file_" identifier -> field_identifier) )) . field_identifier) <= identifier) )) (compound_statement "{\n elfcpp::Elf_file<64,_false,_gold::Object>::initialize_shnum(this_00);\n uVar1 = (this->elf_file_).shnum_;\n format = (char *)gettext();\n Object::error(this_01,format,shndx,uVar1);\n }" { (labeled_statement "elfcpp::Elf_file<64,_false,_gold::Object>::initialize_shnum(this_00);" statement_identifier (ERROR "::Elf_file<64,_false,_gold::Object>:" : : (comma_expression "Elf_file<64,_false,_gold" (binary_expression "Elf_file<64" identifier < number_literal) , (comma_expression "_false,_gold" identifier , identifier)) : : identifier > :) : (expression_statement "initialize_shnum(this_00);" (call_expression "initialize_shnum(this_00)" identifier (argument_list "(this_00)" ( identifier ))) ;)) (expression_statement "uVar1 = (this->elf_file_).shnum_;" (assignment_expression "uVar1 = (this->elf_file_).shnum_" identifier = (field_expression "(this->elf_file_).shnum_" (parenthesized_expression "(this->elf_file_)" ( (field_expression "this->elf_file_" identifier -> field_identifier) )) . field_identifier)) ;) (expression_statement "format = (char *)gettext();" (assignment_expression "format = (char *)gettext()" identifier = (cast_expression "(char *)gettext()" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "gettext()" identifier (argument_list "()" ( ))))) ;) (labeled_statement "Object::error(this_01,format,shndx,uVar1);" statement_identifier : (ERROR ":" :) (expression_statement "error(this_01,format,shndx,uVar1);" (call_expression "error(this_01,format,shndx,uVar1)" identifier (argument_list "(this_01,format,shndx,uVar1)" ( identifier , identifier , identifier , identifier ))) ;)) })) (ERROR "start = elfcpp::Elf_file<64,_false," (binary_expression "start = elfcpp::Elf_file<64" (assignment_expression "start = elfcpp" identifier = identifier) (ERROR "::Elf_file" : : identifier) < number_literal) , identifier ,) (labeled_statement "_gold::Object>::section_header_offset(this_00,shndx);" statement_identifier (ERROR "::Object>:" : : identifier > :) : (expression_statement "section_header_offset(this_00,shndx);" (call_expression "section_header_offset(this_00,shndx)" identifier (argument_list "(this_00,shndx)" ( identifier , identifier ))) ;)) (if_statement "if (this_01->input_file_ != (Input_file *)0x0) {\n puVar2 = File_read::get_view(&this_01->input_file_->file_,this_01->offset_,start,0x40,true,true)\n ;\n return *(uint64_t *)(puVar2 + 0x30);\n }" if (parenthesized_expression "(this_01->input_file_ != (Input_file *)0x0)" ( (binary_expression "this_01->input_file_ != (Input_file *)0x0" (field_expression "this_01->input_file_" identifier -> field_identifier) != (cast_expression "(Input_file *)0x0" ( (type_descriptor "Input_file *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n puVar2 = File_read::get_view(&this_01->input_file_->file_,this_01->offset_,start,0x40,true,true)\n ;\n return *(uint64_t *)(puVar2 + 0x30);\n }" { (ERROR "puVar2 = File_read::" (assignment_expression "puVar2 = File_read" identifier = identifier) : :) (expression_statement "get_view(&this_01->input_file_->file_,this_01->offset_,start,0x40,true,true)\n ;" (call_expression "get_view(&this_01->input_file_->file_,this_01->offset_,start,0x40,true,true)" identifier (argument_list "(&this_01->input_file_->file_,this_01->offset_,start,0x40,true,true)" ( (pointer_expression "&this_01->input_file_->file_" & (field_expression "this_01->input_file_->file_" (field_expression "this_01->input_file_" identifier -> field_identifier) -> field_identifier)) , (field_expression "this_01->offset_" identifier -> field_identifier) , identifier , number_literal , true , true ))) ;) (return_statement "return *(uint64_t *)(puVar2 + 0x30);" return (pointer_expression "*(uint64_t *)(puVar2 + 0x30)" * (cast_expression "(uint64_t *)(puVar2 + 0x30)" ( (type_descriptor "uint64_t *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar2 + 0x30)" ( (binary_expression "puVar2 + 0x30" identifier + number_literal) )))) ;) })) comment (labeled_statement "Object::input_file(in_stack_ffffffe4);" statement_identifier : (ERROR ":" :) (expression_statement "input_file(in_stack_ffffffe4);" (call_expression "input_file(in_stack_ffffffe4)" identifier (argument_list "(in_stack_ffffffe4)" ( identifier ))) ;)) (ERROR "}" }))
(translation_unit "undefined8 FUN_001ba7c0(int param_1,uint param_2)\n\n{\n int iVar1;\n undefined4 uVar2;\n int iVar3;\n undefined4 uVar4;\n undefined8 uVar5;\n \n iVar3 = param_1 + 0x60;\n iVar1 = *(int *)(param_1 + 0x60);\n FUN_000cfd70(iVar3);\n if (*(uint *)(param_1 + 0x6c) <= param_2) {\n FUN_000cfd70(iVar3);\n uVar2 = *(undefined4 *)(param_1 + 0x6c);\n uVar4 = gettext("section_addralign: bad shndx %u >= %u");\n FUN_000c6070(iVar1,uVar4,param_2,uVar2);\n }\n uVar5 = FUN_000d4b10(iVar3,param_2);\n if (*(int *)(iVar1 + 0x1c) != 0) {\n iVar3 = FUN_00077160(*(int *)(iVar1 + 0x1c) + 0x1c,*(undefined4 *)(iVar1 + 0x20),\n *(undefined4 *)(iVar1 + 0x24),uVar5,0x40,1,1);\n return *(undefined8 *)(iVar3 + 0x30);\n }\n \n FUN_001b01d0();\n}\n\n" (function_definition "undefined8 FUN_001ba7c0(int param_1,uint param_2)\n\n{\n int iVar1;\n undefined4 uVar2;\n int iVar3;\n undefined4 uVar4;\n undefined8 uVar5;\n \n iVar3 = param_1 + 0x60;\n iVar1 = *(int *)(param_1 + 0x60);\n FUN_000cfd70(iVar3);\n if (*(uint *)(param_1 + 0x6c) <= param_2) {\n FUN_000cfd70(iVar3);\n uVar2 = *(undefined4 *)(param_1 + 0x6c);\n uVar4 = gettext("section_addralign: bad shndx %u >= %u");\n FUN_000c6070(iVar1,uVar4,param_2,uVar2);\n }\n uVar5 = FUN_000d4b10(iVar3,param_2);\n if (*(int *)(iVar1 + 0x1c) != 0) {\n iVar3 = FUN_00077160(*(int *)(iVar1 + 0x1c) + 0x1c,*(undefined4 *)(iVar1 + 0x20),\n *(undefined4 *)(iVar1 + 0x24),uVar5,0x40,1,1);\n return *(undefined8 *)(iVar3 + 0x30);\n }\n \n FUN_001b01d0();\n}" type_identifier (function_declarator "FUN_001ba7c0(int param_1,uint param_2)" identifier (parameter_list "(int param_1,uint param_2)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "uint param_2" type_identifier identifier) ))) (compound_statement "{\n int iVar1;\n undefined4 uVar2;\n int iVar3;\n undefined4 uVar4;\n undefined8 uVar5;\n \n iVar3 = param_1 + 0x60;\n iVar1 = *(int *)(param_1 + 0x60);\n FUN_000cfd70(iVar3);\n if (*(uint *)(param_1 + 0x6c) <= param_2) {\n FUN_000cfd70(iVar3);\n uVar2 = *(undefined4 *)(param_1 + 0x6c);\n uVar4 = gettext("section_addralign: bad shndx %u >= %u");\n FUN_000c6070(iVar1,uVar4,param_2,uVar2);\n }\n uVar5 = FUN_000d4b10(iVar3,param_2);\n if (*(int *)(iVar1 + 0x1c) != 0) {\n iVar3 = FUN_00077160(*(int *)(iVar1 + 0x1c) + 0x1c,*(undefined4 *)(iVar1 + 0x20),\n *(undefined4 *)(iVar1 + 0x24),uVar5,0x40,1,1);\n return *(undefined8 *)(iVar3 + 0x30);\n }\n \n FUN_001b01d0();\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "undefined4 uVar2;" type_identifier identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "undefined4 uVar4;" type_identifier identifier ;) (declaration "undefined8 uVar5;" type_identifier identifier ;) (expression_statement "iVar3 = param_1 + 0x60;" (assignment_expression "iVar3 = param_1 + 0x60" identifier = (binary_expression "param_1 + 0x60" identifier + number_literal)) ;) (expression_statement "iVar1 = *(int *)(param_1 + 0x60);" (assignment_expression "iVar1 = *(int *)(param_1 + 0x60)" identifier = (pointer_expression "*(int *)(param_1 + 0x60)" * (cast_expression "(int *)(param_1 + 0x60)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x60)" ( (binary_expression "param_1 + 0x60" identifier + number_literal) ))))) ;) (expression_statement "FUN_000cfd70(iVar3);" (call_expression "FUN_000cfd70(iVar3)" identifier (argument_list "(iVar3)" ( identifier ))) ;) (if_statement "if (*(uint *)(param_1 + 0x6c) <= param_2) {\n FUN_000cfd70(iVar3);\n uVar2 = *(undefined4 *)(param_1 + 0x6c);\n uVar4 = gettext("section_addralign: bad shndx %u >= %u");\n FUN_000c6070(iVar1,uVar4,param_2,uVar2);\n }" if (parenthesized_expression "(*(uint *)(param_1 + 0x6c) <= param_2)" ( (binary_expression "*(uint *)(param_1 + 0x6c) <= param_2" (pointer_expression "*(uint *)(param_1 + 0x6c)" * (cast_expression "(uint *)(param_1 + 0x6c)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x6c)" ( (binary_expression "param_1 + 0x6c" identifier + number_literal) )))) <= identifier) )) (compound_statement "{\n FUN_000cfd70(iVar3);\n uVar2 = *(undefined4 *)(param_1 + 0x6c);\n uVar4 = gettext("section_addralign: bad shndx %u >= %u");\n FUN_000c6070(iVar1,uVar4,param_2,uVar2);\n }" { (expression_statement "FUN_000cfd70(iVar3);" (call_expression "FUN_000cfd70(iVar3)" identifier (argument_list "(iVar3)" ( identifier ))) ;) (expression_statement "uVar2 = *(undefined4 *)(param_1 + 0x6c);" (assignment_expression "uVar2 = *(undefined4 *)(param_1 + 0x6c)" identifier = (pointer_expression "*(undefined4 *)(param_1 + 0x6c)" * (cast_expression "(undefined4 *)(param_1 + 0x6c)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x6c)" ( (binary_expression "param_1 + 0x6c" identifier + number_literal) ))))) ;) (expression_statement "uVar4 = gettext("section_addralign: bad shndx %u >= %u");" (assignment_expression "uVar4 = gettext("section_addralign: bad shndx %u >= %u")" identifier = (call_expression "gettext("section_addralign: bad shndx %u >= %u")" identifier (argument_list "("section_addralign: bad shndx %u >= %u")" ( (string_literal ""section_addralign: bad shndx %u >= %u"" " string_content ") )))) ;) (expression_statement "FUN_000c6070(iVar1,uVar4,param_2,uVar2);" (call_expression "FUN_000c6070(iVar1,uVar4,param_2,uVar2)" identifier (argument_list "(iVar1,uVar4,param_2,uVar2)" ( identifier , identifier , identifier , identifier ))) ;) })) (expression_statement "uVar5 = FUN_000d4b10(iVar3,param_2);" (assignment_expression "uVar5 = FUN_000d4b10(iVar3,param_2)" identifier = (call_expression "FUN_000d4b10(iVar3,param_2)" identifier (argument_list "(iVar3,param_2)" ( identifier , identifier )))) ;) (if_statement "if (*(int *)(iVar1 + 0x1c) != 0) {\n iVar3 = FUN_00077160(*(int *)(iVar1 + 0x1c) + 0x1c,*(undefined4 *)(iVar1 + 0x20),\n *(undefined4 *)(iVar1 + 0x24),uVar5,0x40,1,1);\n return *(undefined8 *)(iVar3 + 0x30);\n }" if (parenthesized_expression "(*(int *)(iVar1 + 0x1c) != 0)" ( (binary_expression "*(int *)(iVar1 + 0x1c) != 0" (pointer_expression "*(int *)(iVar1 + 0x1c)" * (cast_expression "(int *)(iVar1 + 0x1c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x1c)" ( (binary_expression "iVar1 + 0x1c" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n iVar3 = FUN_00077160(*(int *)(iVar1 + 0x1c) + 0x1c,*(undefined4 *)(iVar1 + 0x20),\n *(undefined4 *)(iVar1 + 0x24),uVar5,0x40,1,1);\n return *(undefined8 *)(iVar3 + 0x30);\n }" { (expression_statement "iVar3 = FUN_00077160(*(int *)(iVar1 + 0x1c) + 0x1c,*(undefined4 *)(iVar1 + 0x20),\n *(undefined4 *)(iVar1 + 0x24),uVar5,0x40,1,1);" (assignment_expression "iVar3 = FUN_00077160(*(int *)(iVar1 + 0x1c) + 0x1c,*(undefined4 *)(iVar1 + 0x20),\n *(undefined4 *)(iVar1 + 0x24),uVar5,0x40,1,1)" identifier = (call_expression "FUN_00077160(*(int *)(iVar1 + 0x1c) + 0x1c,*(undefined4 *)(iVar1 + 0x20),\n *(undefined4 *)(iVar1 + 0x24),uVar5,0x40,1,1)" identifier (argument_list "(*(int *)(iVar1 + 0x1c) + 0x1c,*(undefined4 *)(iVar1 + 0x20),\n *(undefined4 *)(iVar1 + 0x24),uVar5,0x40,1,1)" ( (binary_expression "*(int *)(iVar1 + 0x1c) + 0x1c" (pointer_expression "*(int *)(iVar1 + 0x1c)" * (cast_expression "(int *)(iVar1 + 0x1c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x1c)" ( (binary_expression "iVar1 + 0x1c" identifier + number_literal) )))) + number_literal) , (pointer_expression "*(undefined4 *)(iVar1 + 0x20)" * (cast_expression "(undefined4 *)(iVar1 + 0x20)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x20)" ( (binary_expression "iVar1 + 0x20" identifier + number_literal) )))) , (pointer_expression "*(undefined4 *)(iVar1 + 0x24)" * (cast_expression "(undefined4 *)(iVar1 + 0x24)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x24)" ( (binary_expression "iVar1 + 0x24" identifier + number_literal) )))) , identifier , number_literal , number_literal , number_literal )))) ;) (return_statement "return *(undefined8 *)(iVar3 + 0x30);" return (pointer_expression "*(undefined8 *)(iVar3 + 0x30)" * (cast_expression "(undefined8 *)(iVar3 + 0x30)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar3 + 0x30)" ( (binary_expression "iVar3 + 0x30" identifier + number_literal) )))) ;) })) (expression_statement "FUN_001b01d0();" (call_expression "FUN_001b01d0()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (binary_expression 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 (call_expression IDENT (argument_list ( IDENT ))) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) <= IDENT) )) (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 *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (string_literal " string_content ") )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT , IDENT ))) ;) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT )))) ;) (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 (assignment_expression IDENT = (call_expression IDENT (argument_list ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (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) )))) , IDENT , LIT , LIT , LIT )))) ;) (return_statement return (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) })) (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(function_definition "undefined8 FUN_001ba7c0(int param_1,uint param_2)\n\n{\n int iVar1;\n undefined4 uVar2;\n int iVar3;\n undefined4 uVar4;\n undefined8 uVar5;\n \n iVar3 = param_1 + 0x60;\n iVar1 = *(int *)(param_1 + 0x60);\n FUN_000cfd70(iVar3);\n if (*(uint *)(param_1 + 0x6c) <= param_2) {\n FUN_000cfd70(iVar3);\n uVar2 = *(undefined4 *)(param_1 + 0x6c);\n uVar4 = gettext("section_addralign: bad shndx %u >= %u");\n FUN_000c6070(iVar1,uVar4,param_2,uVar2);\n }\n uVar5 = FUN_000d4b10(iVar3,param_2);\n if (*(int *)(iVar1 + 0x1c) != 0) {\n iVar3 = FUN_00077160(*(int *)(iVar1 + 0x1c) + 0x1c,*(undefined4 *)(iVar1 + 0x20),\n *(undefined4 *)(iVar1 + 0x24),uVar5,0x40,1,1);\n return *(undefined8 *)(iVar3 + 0x30);\n }\n \n FUN_001b01d0();\n}" (type_identifier "undefined8") (function_declarator "FUN_001ba7c0(int param_1,uint param_2)" (identifier "FUN_001ba7c0") (parameter_list "(int param_1,uint param_2)" (( "(") (parameter_declaration "int param_1" (primitive_type "int") (identifier "param_1")) (, ",") (parameter_declaration "uint param_2" (type_identifier "uint") (identifier "param_2")) () ")"))) (compound_statement "{\n int iVar1;\n undefined4 uVar2;\n int iVar3;\n undefined4 uVar4;\n undefined8 uVar5;\n \n iVar3 = param_1 + 0x60;\n iVar1 = *(int *)(param_1 + 0x60);\n FUN_000cfd70(iVar3);\n if (*(uint *)(param_1 + 0x6c) <= param_2) {\n FUN_000cfd70(iVar3);\n uVar2 = *(undefined4 *)(param_1 + 0x6c);\n uVar4 = gettext("section_addralign: bad shndx %u >= %u");\n FUN_000c6070(iVar1,uVar4,param_2,uVar2);\n }\n uVar5 = FUN_000d4b10(iVar3,param_2);\n if (*(int *)(iVar1 + 0x1c) != 0) {\n iVar3 = FUN_00077160(*(int *)(iVar1 + 0x1c) + 0x1c,*(undefined4 *)(iVar1 + 0x20),\n *(undefined4 *)(iVar1 + 0x24),uVar5,0x40,1,1);\n return *(undefined8 *)(iVar3 + 0x30);\n }\n \n FUN_001b01d0();\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (declaration "undefined4 uVar2;" (type_identifier "undefined4") (identifier "uVar2") (; ";")) (declaration "int iVar3;" (primitive_type "int") (identifier "iVar3") (; ";")) (declaration "undefined4 uVar4;" (type_identifier "undefined4") (identifier "uVar4") (; ";")) (declaration "undefined8 uVar5;" (type_identifier "undefined8") (identifier "uVar5") (; ";")) (expression_statement "iVar3 = param_1 + 0x60;" (assignment_expression "iVar3 = param_1 + 0x60" (identifier "iVar3") (= "=") (binary_expression "param_1 + 0x60" (identifier "param_1") (+ "+") (number_literal "0x60"))) (; ";")) (expression_statement "iVar1 = *(int *)(param_1 + 0x60);" (assignment_expression "iVar1 = *(int *)(param_1 + 0x60)" (identifier "iVar1") (= "=") (pointer_expression "*(int *)(param_1 + 0x60)" (* "*") (cast_expression "(int *)(param_1 + 0x60)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x60)" (( "(") (binary_expression "param_1 + 0x60" (identifier "param_1") (+ "+") (number_literal "0x60")) () ")"))))) (; ";")) (expression_statement "FUN_000cfd70(iVar3);" (call_expression "FUN_000cfd70(iVar3)" (identifier "FUN_000cfd70") (argument_list "(iVar3)" (( "(") (identifier "iVar3") () ")"))) (; ";")) (if_statement "if (*(uint *)(param_1 + 0x6c) <= param_2) {\n FUN_000cfd70(iVar3);\n uVar2 = *(undefined4 *)(param_1 + 0x6c);\n uVar4 = gettext("section_addralign: bad shndx %u >= %u");\n FUN_000c6070(iVar1,uVar4,param_2,uVar2);\n }" (if "if") (parenthesized_expression "(*(uint *)(param_1 + 0x6c) <= param_2)" (( "(") (binary_expression "*(uint *)(param_1 + 0x6c) <= param_2" (pointer_expression "*(uint *)(param_1 + 0x6c)" (* "*") (cast_expression "(uint *)(param_1 + 0x6c)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x6c)" (( "(") (binary_expression "param_1 + 0x6c" (identifier "param_1") (+ "+") (number_literal "0x6c")) () ")")))) (<= "<=") (identifier "param_2")) () ")")) (compound_statement "{\n FUN_000cfd70(iVar3);\n uVar2 = *(undefined4 *)(param_1 + 0x6c);\n uVar4 = gettext("section_addralign: bad shndx %u >= %u");\n FUN_000c6070(iVar1,uVar4,param_2,uVar2);\n }" ({ "{") (expression_statement "FUN_000cfd70(iVar3);" (call_expression "FUN_000cfd70(iVar3)" (identifier "FUN_000cfd70") (argument_list "(iVar3)" (( "(") (identifier "iVar3") () ")"))) (; ";")) (expression_statement "uVar2 = *(undefined4 *)(param_1 + 0x6c);" (assignment_expression "uVar2 = *(undefined4 *)(param_1 + 0x6c)" (identifier "uVar2") (= "=") (pointer_expression "*(undefined4 *)(param_1 + 0x6c)" (* "*") (cast_expression "(undefined4 *)(param_1 + 0x6c)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x6c)" (( "(") (binary_expression "param_1 + 0x6c" (identifier "param_1") (+ "+") (number_literal "0x6c")) () ")"))))) (; ";")) (expression_statement "uVar4 = gettext("section_addralign: bad shndx %u >= %u");" (assignment_expression "uVar4 = gettext("section_addralign: bad shndx %u >= %u")" (identifier "uVar4") (= "=") (call_expression "gettext("section_addralign: bad shndx %u >= %u")" (identifier "gettext") (argument_list "("section_addralign: bad shndx %u >= %u")" (( "(") (string_literal ""section_addralign: bad shndx %u >= %u"" (" """) (string_content "section_addralign: bad shndx %u >= %u") (" """)) () ")")))) (; ";")) (expression_statement "FUN_000c6070(iVar1,uVar4,param_2,uVar2);" (call_expression "FUN_000c6070(iVar1,uVar4,param_2,uVar2)" (identifier "FUN_000c6070") (argument_list "(iVar1,uVar4,param_2,uVar2)" (( "(") (identifier "iVar1") (, ",") (identifier "uVar4") (, ",") (identifier "param_2") (, ",") (identifier "uVar2") () ")"))) (; ";")) (} "}"))) (expression_statement "uVar5 = FUN_000d4b10(iVar3,param_2);" (assignment_expression "uVar5 = FUN_000d4b10(iVar3,param_2)" (identifier "uVar5") (= "=") (call_expression "FUN_000d4b10(iVar3,param_2)" (identifier "FUN_000d4b10") (argument_list "(iVar3,param_2)" (( "(") (identifier "iVar3") (, ",") (identifier "param_2") () ")")))) (; ";")) (if_statement "if (*(int *)(iVar1 + 0x1c) != 0) {\n iVar3 = FUN_00077160(*(int *)(iVar1 + 0x1c) + 0x1c,*(undefined4 *)(iVar1 + 0x20),\n *(undefined4 *)(iVar1 + 0x24),uVar5,0x40,1,1);\n return *(undefined8 *)(iVar3 + 0x30);\n }" (if "if") (parenthesized_expression "(*(int *)(iVar1 + 0x1c) != 0)" (( "(") (binary_expression "*(int *)(iVar1 + 0x1c) != 0" (pointer_expression "*(int *)(iVar1 + 0x1c)" (* "*") (cast_expression "(int *)(iVar1 + 0x1c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar1 + 0x1c)" (( "(") (binary_expression "iVar1 + 0x1c" (identifier "iVar1") (+ "+") (number_literal "0x1c")) () ")")))) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n iVar3 = FUN_00077160(*(int *)(iVar1 + 0x1c) + 0x1c,*(undefined4 *)(iVar1 + 0x20),\n *(undefined4 *)(iVar1 + 0x24),uVar5,0x40,1,1);\n return *(undefined8 *)(iVar3 + 0x30);\n }" ({ "{") (expression_statement "iVar3 = FUN_00077160(*(int *)(iVar1 + 0x1c) + 0x1c,*(undefined4 *)(iVar1 + 0x20),\n *(undefined4 *)(iVar1 + 0x24),uVar5,0x40,1,1);" (assignment_expression "iVar3 = FUN_00077160(*(int *)(iVar1 + 0x1c) + 0x1c,*(undefined4 *)(iVar1 + 0x20),\n *(undefined4 *)(iVar1 + 0x24),uVar5,0x40,1,1)" (identifier "iVar3") (= "=") (call_expression "FUN_00077160(*(int *)(iVar1 + 0x1c) + 0x1c,*(undefined4 *)(iVar1 + 0x20),\n *(undefined4 *)(iVar1 + 0x24),uVar5,0x40,1,1)" (identifier "FUN_00077160") (argument_list "(*(int *)(iVar1 + 0x1c) + 0x1c,*(undefined4 *)(iVar1 + 0x20),\n *(undefined4 *)(iVar1 + 0x24),uVar5,0x40,1,1)" (( "(") (binary_expression "*(int *)(iVar1 + 0x1c) + 0x1c" (pointer_expression "*(int *)(iVar1 + 0x1c)" (* "*") (cast_expression "(int *)(iVar1 + 0x1c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar1 + 0x1c)" (( "(") (binary_expression "iVar1 + 0x1c" (identifier "iVar1") (+ "+") (number_literal "0x1c")) () ")")))) (+ "+") (number_literal "0x1c")) (, ",") (pointer_expression "*(undefined4 *)(iVar1 + 0x20)" (* "*") (cast_expression "(undefined4 *)(iVar1 + 0x20)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar1 + 0x20)" (( "(") (binary_expression "iVar1 + 0x20" (identifier "iVar1") (+ "+") (number_literal "0x20")) () ")")))) (, ",") (pointer_expression "*(undefined4 *)(iVar1 + 0x24)" (* "*") (cast_expression "(undefined4 *)(iVar1 + 0x24)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar1 + 0x24)" (( "(") (binary_expression "iVar1 + 0x24" (identifier "iVar1") (+ "+") (number_literal "0x24")) () ")")))) (, ",") (identifier "uVar5") (, ",") (number_literal "0x40") (, ",") (number_literal "1") (, ",") (number_literal "1") () ")")))) (; ";")) (return_statement "return *(undefined8 *)(iVar3 + 0x30);" (return "return") (pointer_expression "*(undefined8 *)(iVar3 + 0x30)" (* "*") (cast_expression "(undefined8 *)(iVar3 + 0x30)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar3 + 0x30)" (( "(") (binary_expression "iVar3 + 0x30" (identifier "iVar3") (+ "+") (number_literal "0x30")) () ")")))) (; ";")) (} "}"))) (expression_statement "FUN_001b01d0();" (call_expression "FUN_001b01d0()" (identifier "FUN_001b01d0") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: uint64_t do_section_addralign(Sized_dynobj<64,_false> * this, uint shndx) */ uint64_t __thiscall gold::Sized_dynobj<64,_false>::do_section_addralign(Sized_dynobj<64,_false> *this,type_2 var_2) { Elf_file<64,_false,_gold::type_1> *this_00; type_1 *this_01; type_2 uVar1; type_3 *var_7; char *format; type_4 start; type_1 *in_stack_ffffffe4; this_00 = &this->elf_file_; this_01 = (this->elf_file_).file_; elfcpp::Elf_file<64,_false,_gold::type_1>::var_1(this_00); if ((this->elf_file_).shnum_ <= var_2) { elfcpp::Elf_file<64,_false,_gold::type_1>::var_1(this_00); uVar1 = (this->elf_file_).shnum_; format = (char *)var_3(); Object::var_4(this_01,format,var_2,uVar1); } start = elfcpp::Elf_file<64,_false,_gold::type_1>::var_5(this_00,var_2); if (this_01->input_file_ != (type_5 *)0x0) { var_7 = File_read::var_6(&this_01->input_file_->file_,this_01->offset_,start,0x40,true,true) ; return *(uint64_t *)(var_7 + 0x30); } /* WARNING: Subroutine does not return */ Object::var_8(in_stack_ffffffe4); }
null
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) 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: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (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: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (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: (identifier))) 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)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (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: (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 (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (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)) (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) (number_literal) (number_literal) (number_literal))))) (return_statement (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 (call_expression function: (identifier) arguments: (argument_list))))))
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ undefined8 MASKED(int param_1,uint param_2) { int iVar1; undefined4 uVar2; int iVar3; undefined4 uVar4; undefined8 uVar5; iVar3 = param_1 + 0x60; iVar1 = *(int *)(param_1 + 0x60); FUN_000cfd70(iVar3); if (*(uint *)(param_1 + 0x6c) <= param_2) { FUN_000cfd70(iVar3); uVar2 = *(undefined4 *)(param_1 + 0x6c); uVar4 = gettext("section_addralign: bad shndx %u >= %u"); FUN_000c6070(iVar1,uVar4,param_2,uVar2); } uVar5 = FUN_000d4b10(iVar3,param_2); if (*(int *)(iVar1 + 0x1c) != 0) { iVar3 = FUN_00077160(*(int *)(iVar1 + 0x1c) + 0x1c,*(undefined4 *)(iVar1 + 0x20), *(undefined4 *)(iVar1 + 0x24),uVar5,0x40,1,1); return *(undefined8 *)(iVar3 + 0x30); } /* WARNING: Subroutine does not return */ FUN_001b01d0(); }
10716_powerpc-linux-gnu-dwp_and_powerpc-linux-gnu-dwp_strip.c
_Unwind_Resume
FUN_0027dd80
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ undefined8 __regparm2 _Unwind_Resume(undefined4 param_1,undefined4 param_2,int param_3) { int iVar1; undefined4 *puVar2; undefined4 *puVar3; byte bVar4; undefined8 uVar5; undefined4 local_11c [32]; undefined4 local_9c [18]; undefined4 local_54; undefined4 local_50; undefined4 uStack_1c; undefined4 local_18; undefined4 local_14; bVar4 = 0; uStack_1c = 0x27dd9e; local_14 = param_2; uw_init_context_1(); puVar2 = local_11c; puVar3 = local_9c; for (iVar1 = 0x20; iVar1 != 0; iVar1 = iVar1 + -1) { *puVar3 = *puVar2; puVar2 = puVar2 + (uint)bVar4 * -2 + 1; puVar3 = puVar3 + (uint)bVar4 * -2 + 1; } if (*(int *)(param_3 + 0xc) == 0) { iVar1 = _Unwind_RaiseException_Phase2(); } else { iVar1 = _Unwind_ForcedUnwind_Phase2(); } if (iVar1 == 7) { uw_install_context_1(); uVar5 = _Unwind_DebugHook(local_54,local_50); *(int *)(&stack0x00000000 + (int)uVar5) = (int)((ulonglong)uVar5 >> 0x20); return CONCAT44(local_14,local_18); } /* WARNING: Subroutine does not return */ abort(); }
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ undefined8 __regparm2 FUN_0027dd80(undefined4 param_1,undefined4 param_2,int param_3) { int iVar1; undefined4 *puVar2; undefined4 *puVar3; byte bVar4; undefined8 uVar5; undefined4 local_11c [32]; undefined4 local_9c [18]; undefined4 local_54; undefined4 local_50; undefined4 uStack_1c; undefined4 local_18; undefined4 local_14; bVar4 = 0; uStack_1c = 0x27dd9e; local_14 = param_2; FUN_0027d410(); puVar2 = local_11c; puVar3 = local_9c; for (iVar1 = 0x20; iVar1 != 0; iVar1 = iVar1 + -1) { *puVar3 = *puVar2; puVar2 = puVar2 + (uint)bVar4 * -2 + 1; puVar3 = puVar3 + (uint)bVar4 * -2 + 1; } if (*(int *)(param_3 + 0xc) == 0) { iVar1 = FUN_0027d5e0(); } else { iVar1 = FUN_0027d6b0(); } if (iVar1 == 7) { FUN_0027d7a0(); uVar5 = FUN_0027db90(local_54,local_50); *(int *)(&stack0x00000000 + (int)uVar5) = (int)((ulonglong)uVar5 >> 0x20); return CONCAT44(local_14,local_18); } /* WARNING: Subroutine does not return */ abort(); }
PUSH EBP MOV EBP,ESP PUSH EDI PUSH ESI LEA ESI,[EBP + 0xfffffee8] PUSH EBX LEA EBX,[EBP + 0xffffff68] PUSH EDX LEA EDX,[EBP + 0x8] MOV EDI,EBX PUSH EAX CALL 0x000559e6 ADD EAX,0x111262 SUB ESP,0x124 MOV ECX,dword ptr [EBP + 0x4] MOV dword ptr [EBP + 0xfffffed4],ESI MOV dword ptr [EBP + 0xfffffed0],EAX MOV EAX,ESI CALL 0x0027d410 MOV EAX,dword ptr [EBP + 0x8] MOV ECX,0x20 MOV EDX,EBX MOVSD.REP ES:EDI,ESI LEA ECX,[EBP + 0xfffffee4] MOV ESI,dword ptr [EAX + 0xc] TEST ESI,ESI JNZ 0x0027de24 CALL 0x0027d5e0 CMP EAX,0x7 JNZ 0x000346e3 MOV EAX,dword ptr [EBP + 0xfffffed4] MOV EDX,EBX CALL 0x0027d7a0 MOV EDX,dword ptr [EBP + -0x4c] SUB ESP,0x8 PUSH EDX PUSH dword ptr [EBP + -0x50] CALL 0x0027db90 ADD ESP,0x10 MOV ECX,EAX MOV dword ptr [EBP + EAX*0x1 + 0x4],EDX MOV EAX,dword ptr [EBP + -0x14] LEA ECX,[EBP + ECX*0x1 + 0x4] MOV EDX,dword ptr [EBP + -0x10] MOV EBX,dword ptr [EBP + -0xc] MOV ESI,dword ptr [EBP + -0x8] MOV EDI,dword ptr [EBP + -0x4] MOV EBP,dword ptr [EBP] MOV ESP,ECX RET MOV EAX,dword ptr [EBP + 0x8] CALL 0x0027d6b0 JMP 0x0027dddd
null
null
null
null
[('const-32', u'INT_RIGHT_-1204232155'), (u'CALL_-1204232462', u'INDIRECT_-1204232186'), ('tmp_842', u'PTRSUB_-1204232243'), ('const-1', u'INT_ADD_-1204232226'), (u'COPY_-1204232237', u'MULTIEQUAL_-1204232444'), (u'MULTIEQUAL_-1204232443', u'PTRADD_-1204232179'), (u'INDIRECT_-1204232163', u'MULTIEQUAL_-1204232230'), ('const-1', u'PTRADD_-1204232111'), ('const-1', u'RETURN_-1206106191'), (u'MULTIEQUAL_-1204232453', u'INT_NOTEQUAL_-1204232682'), ('tmp_1589', u'INT_ADD_-1204232648'), (u'COPY_-1204232702', u'MULTIEQUAL_-1204232453'), (u'CALL_-1204232596', u'INDIRECT_-1204232251'), ('const-0', u'PTRSUB_-1204232111'), (u'COPY_-1204232235', u'MULTIEQUAL_-1204232443'), (u'PTRADD_-1204232111', u'CAST_-1204232103'), (u'CALL_-1204232462', u'INDIRECT_-1204232175'), (u'INT_ADD_-1204232673', u'MULTIEQUAL_-1204232453'), (u'CALL_-1204232558', u'INDIRECT_-1204232213'), (u'INDIRECT_-1204232241', u'MULTIEQUAL_-1204232230'), (u'INDIRECT_-1204232286', u'MULTIEQUAL_-1204232283'), ('tmp_176', u'CBRANCH_-1204232688'), (u'CALL_-1204232637', u'INDIRECT_-1204232241'), (u'SUBPIECE_-1204232136', u'PTRADD_-1204232111'), (u'MULTIEQUAL_-1204232444', u'PTRADD_-1204232175'), (u'CALL_-1204232637', u'INDIRECT_-1204232230'), ('const-0', u'INT_NOTEQUAL_-1204232682'), ('const-7', u'INT_EQUAL_-1204232622'), (u'INDIRECT_-1204232152', u'MULTIEQUAL_-1204232219'), (u'CALL_-1204232558', u'INDIRECT_-1204232201'), (u'INDIRECT_-1204232262', u'MULTIEQUAL_-1204232238'), ('const-417', u'LOAD_-1204232664'), (u'CALL_-1204232462', u'MULTIEQUAL_-1204232441'), (u'COPY_-1204232234', u'MULTIEQUAL_-1204232444'), (u'INDIRECT_-1204232240', u'CALL_-1204232558'), (u'MULTIEQUAL_-1204232453', u'INT_ADD_-1204232673'), (u'INT_MULT_-1204232214', u'INT_ADD_-1204232226'), (u'CALL_-1204232596', u'INDIRECT_-1204232217'), (u'PTRSUB_-1204232243', u'COPY_-1204232235'), (u'MULTIEQUAL_-1204232441', u'INT_EQUAL_-1204232622'), ('const-4294967140', u'PTRSUB_-1204232243'), ('const-4', u'PTRADD_-1204232179'), (u'INT_ADD_-1204232222', u'PTRADD_-1204232175'), (u'STORE_-1204232676', u'INDIRECT_-1204232264'), (u'CALL_-1204232558', u'SUBPIECE_-1204232136'), ('tmp_215', u'BRANCH_-1204232674'), (u'CALL_-1204232462', u'INDIRECT_-1204232152'), (u'INDIRECT_-1204232186', u'MULTIEQUAL_-1204232253'), (u'CALL_-1206106196', u'INDIRECT_-1206105876'), (u'INDIRECT_-1204232275', u'MULTIEQUAL_-1204232264'), ('const-32', u'COPY_-1204232702'), (u'STORE_-1204232676', u'INDIRECT_-1204232275'), (u'SUBPIECE_-1204232135', u'STORE_-1204232537'), (u'INDIRECT_-1204232241', u'MULTIEQUAL_-1204232238'), (u'LOAD_-1204232679', u'STORE_-1204232676'), (u'INT_NOTEQUAL_-1204232682', u'CBRANCH_-1204232688'), (u'INT_EQUAL_-1204232646', u'CBRANCH_-1204232644'), (u'PTRSUB_-1204232111', u'PTRADD_-1204232111'), ('tmp_520', u'BRANCH_-1204232459'), ('tmp_295', u'CBRANCH_-1204232619'), (u'INDIRECT_-1204232251', u'CALL_-1204232558'), (u'INT_EQUAL_-1204232622', u'CBRANCH_-1204232619'), ('const-0', u'INT_EQUAL_-1204232646'), ('const-4294967294', u'INT_MULT_-1204232210'), ('const-417', u'LOAD_-1204232679'), ('const-0', u'COPY_-1204232631'), ('const-4294967012', u'PTRSUB_-1204232251'), (u'INDIRECT_-1204232197', u'MULTIEQUAL_-1204232264'), ('tmp_842', u'PTRSUB_-1204232111'), (u'INDIRECT_-1204232201', u'PIECE_-1204232185'), (u'INT_ADD_-1204232226', u'PTRADD_-1204232179'), (u'CALL_-1204232462', u'INDIRECT_-1204232197'), (u'INDIRECT_-1204232264', u'MULTIEQUAL_-1204232261'), (u'CAST_-1204232159', u'LOAD_-1204232664'), (u'LOAD_-1204232664', u'INT_EQUAL_-1204232646'), (u'CALL_-1204232637', u'INDIRECT_-1204232253'), (u'INT_ADD_-1204232648', u'CAST_-1204232159'), (u'INT_MULT_-1204232210', u'INT_ADD_-1204232222'), (u'CALL_-1204232596', u'INDIRECT_-1204232240'), (u'CAST_-1204232103', u'STORE_-1204232537'), (u'STORE_-1204232676', u'INDIRECT_-1204232252'), ('const-4', u'PTRADD_-1204232175'), (u'CALL_-1204232708', u'INDIRECT_-1204232428'), (u'CALL_-1204232708', u'INDIRECT_-1204232273'), (u'INDIRECT_-1204232175', u'MULTIEQUAL_-1204232242'), (u'INDIRECT_-1204232253', u'MULTIEQUAL_-1204232242'), (u'PTRADD_-1204232179', u'COPY_-1204232232'), (u'INDIRECT_-1204232264', u'MULTIEQUAL_-1204232253'), (u'INT_ZEXT_-1204232672', u'INT_MULT_-1204232214'), ('const-2612638', u'COPY_-1204232779'), (u'CALL_-1204232558', u'INDIRECT_-1204232190'), (u'MULTIEQUAL_-1204232444', u'LOAD_-1204232679'), ('const-0', u'RETURN_-1204232477'), (u'PTRSUB_-1204232251', u'COPY_-1204232237'), ('const-0', u'SUBPIECE_-1204232136'), (u'INDIRECT_-1204232190', u'PIECE_-1204232185'), (u'INDIRECT_-1204232285', u'MULTIEQUAL_-1204232261'), (u'CALL_-1204232637', u'INDIRECT_-1204232264'), ('const-0', u'SUBPIECE_-1204232135'), (u'CALL_-1204232708', u'INDIRECT_-1204232285'), (u'INDIRECT_-1204232428', u'INT_ZEXT_-1204232667'), (u'CALL_-1204232596', u'INDIRECT_-1204232206'), ('const-12', u'INT_ADD_-1204232648'), (u'COPY_-1204232362', u'RETURN_-1204232477'), (u'CALL_-1204232596', u'INDIRECT_-1204232229'), (u'MULTIEQUAL_-1204232443', u'STORE_-1204232676'), ('const-417', u'STORE_-1204232537'), (u'INT_RIGHT_-1204232155', u'SUBPIECE_-1204232135'), (u'INDIRECT_-1204232296', u'MULTIEQUAL_-1204232272'), ('const-4294967295', u'INT_ADD_-1204232673'), ('tmp_846', u'COPY_-1204232246'), ('const-417', u'STORE_-1204232676'), (u'CALL_-1204232637', u'MULTIEQUAL_-1204232441'), (u'CALL_-1204232462', u'INDIRECT_-1204232163'), (u'CAST_-1204232114', u'INT_RIGHT_-1204232155'), (u'INDIRECT_-1204232275', u'MULTIEQUAL_-1204232272'), ('tmp_255', u'CBRANCH_-1204232644'), (u'PTRADD_-1204232175', u'COPY_-1204232234'), (u'CALL_-1204232637', u'INDIRECT_-1204232275'), ('tmp_842', u'PTRSUB_-1204232251'), (u'INDIRECT_-1204232252', u'MULTIEQUAL_-1204232249'), (u'INDIRECT_-1204232273', u'MULTIEQUAL_-1204232249'), (u'CALL_-1204232558', u'CAST_-1204232114'), (u'COPY_-1204232232', u'MULTIEQUAL_-1204232443'), (u'INDIRECT_-1204232230', u'MULTIEQUAL_-1204232219'), (u'CALL_-1206106196', u'INDIRECT_-1206105899'), ('const-4294967294', u'INT_MULT_-1204232214'), (u'CALL_-1204232708', u'INDIRECT_-1204232307'), (u'CALL_-1204232708', u'INDIRECT_-1204232296'), (u'INDIRECT_-1204232428', u'INT_ZEXT_-1204232672'), (u'INT_ZEXT_-1204232667', u'INT_MULT_-1204232210'), ('const-1', u'INT_ADD_-1204232222'), (u'INDIRECT_-1204232307', u'MULTIEQUAL_-1204232283'), (u'PIECE_-1204232185', u'COPY_-1204232362'), (u'STORE_-1204232676', u'INDIRECT_-1204232241'), (u'CALL_-1204232708', u'INDIRECT_-1204232262'), (u'STORE_-1204232676', u'INDIRECT_-1204232286')]
[('const-32', u'INT_RIGHT_-1204232155'), (u'CALL_-1204232462', u'INDIRECT_-1204232186'), ('tmp_842', u'PTRSUB_-1204232243'), ('const-1', u'INT_ADD_-1204232226'), (u'COPY_-1204232237', u'MULTIEQUAL_-1204232444'), (u'MULTIEQUAL_-1204232443', u'PTRADD_-1204232179'), (u'INDIRECT_-1204232163', u'MULTIEQUAL_-1204232230'), ('const-1', u'PTRADD_-1204232111'), ('const-1', u'RETURN_-1206106191'), (u'MULTIEQUAL_-1204232453', u'INT_NOTEQUAL_-1204232682'), ('tmp_1589', u'INT_ADD_-1204232648'), (u'COPY_-1204232702', u'MULTIEQUAL_-1204232453'), (u'CALL_-1204232596', u'INDIRECT_-1204232251'), ('const-0', u'PTRSUB_-1204232111'), (u'COPY_-1204232235', u'MULTIEQUAL_-1204232443'), (u'PTRADD_-1204232111', u'CAST_-1204232103'), (u'CALL_-1204232462', u'INDIRECT_-1204232175'), (u'INT_ADD_-1204232673', u'MULTIEQUAL_-1204232453'), (u'CALL_-1204232558', u'INDIRECT_-1204232213'), (u'INDIRECT_-1204232241', u'MULTIEQUAL_-1204232230'), (u'INDIRECT_-1204232286', u'MULTIEQUAL_-1204232283'), ('tmp_176', u'CBRANCH_-1204232688'), (u'CALL_-1204232637', u'INDIRECT_-1204232241'), (u'SUBPIECE_-1204232136', u'PTRADD_-1204232111'), (u'MULTIEQUAL_-1204232444', u'PTRADD_-1204232175'), (u'CALL_-1204232637', u'INDIRECT_-1204232230'), ('const-0', u'INT_NOTEQUAL_-1204232682'), ('const-7', u'INT_EQUAL_-1204232622'), (u'INDIRECT_-1204232152', u'MULTIEQUAL_-1204232219'), (u'CALL_-1204232558', u'INDIRECT_-1204232201'), (u'INDIRECT_-1204232262', u'MULTIEQUAL_-1204232238'), ('const-417', u'LOAD_-1204232664'), (u'CALL_-1204232462', u'MULTIEQUAL_-1204232441'), (u'COPY_-1204232234', u'MULTIEQUAL_-1204232444'), (u'INDIRECT_-1204232240', u'CALL_-1204232558'), (u'MULTIEQUAL_-1204232453', u'INT_ADD_-1204232673'), (u'INT_MULT_-1204232214', u'INT_ADD_-1204232226'), (u'CALL_-1204232596', u'INDIRECT_-1204232217'), (u'PTRSUB_-1204232243', u'COPY_-1204232235'), (u'MULTIEQUAL_-1204232441', u'INT_EQUAL_-1204232622'), ('const-4294967140', u'PTRSUB_-1204232243'), ('const-4', u'PTRADD_-1204232179'), (u'INT_ADD_-1204232222', u'PTRADD_-1204232175'), (u'STORE_-1204232676', u'INDIRECT_-1204232264'), (u'CALL_-1204232558', u'SUBPIECE_-1204232136'), ('tmp_215', u'BRANCH_-1204232674'), (u'CALL_-1204232462', u'INDIRECT_-1204232152'), (u'INDIRECT_-1204232186', u'MULTIEQUAL_-1204232253'), (u'CALL_-1206106196', u'INDIRECT_-1206105876'), (u'INDIRECT_-1204232275', u'MULTIEQUAL_-1204232264'), ('const-32', u'COPY_-1204232702'), (u'STORE_-1204232676', u'INDIRECT_-1204232275'), (u'SUBPIECE_-1204232135', u'STORE_-1204232537'), (u'INDIRECT_-1204232241', u'MULTIEQUAL_-1204232238'), (u'LOAD_-1204232679', u'STORE_-1204232676'), (u'INT_NOTEQUAL_-1204232682', u'CBRANCH_-1204232688'), (u'INT_EQUAL_-1204232646', u'CBRANCH_-1204232644'), (u'PTRSUB_-1204232111', u'PTRADD_-1204232111'), ('tmp_520', u'BRANCH_-1204232459'), ('tmp_295', u'CBRANCH_-1204232619'), (u'INDIRECT_-1204232251', u'CALL_-1204232558'), (u'INT_EQUAL_-1204232622', u'CBRANCH_-1204232619'), ('const-0', u'INT_EQUAL_-1204232646'), ('const-4294967294', u'INT_MULT_-1204232210'), ('const-417', u'LOAD_-1204232679'), ('const-0', u'COPY_-1204232631'), ('const-4294967012', u'PTRSUB_-1204232251'), (u'INDIRECT_-1204232197', u'MULTIEQUAL_-1204232264'), ('tmp_842', u'PTRSUB_-1204232111'), (u'INDIRECT_-1204232201', u'PIECE_-1204232185'), (u'INT_ADD_-1204232226', u'PTRADD_-1204232179'), (u'CALL_-1204232462', u'INDIRECT_-1204232197'), (u'INDIRECT_-1204232264', u'MULTIEQUAL_-1204232261'), (u'CAST_-1204232159', u'LOAD_-1204232664'), (u'LOAD_-1204232664', u'INT_EQUAL_-1204232646'), (u'CALL_-1204232637', u'INDIRECT_-1204232253'), (u'INT_ADD_-1204232648', u'CAST_-1204232159'), (u'INT_MULT_-1204232210', u'INT_ADD_-1204232222'), (u'CALL_-1204232596', u'INDIRECT_-1204232240'), (u'CAST_-1204232103', u'STORE_-1204232537'), (u'STORE_-1204232676', u'INDIRECT_-1204232252'), ('const-4', u'PTRADD_-1204232175'), (u'CALL_-1204232708', u'INDIRECT_-1204232428'), (u'CALL_-1204232708', u'INDIRECT_-1204232273'), (u'INDIRECT_-1204232175', u'MULTIEQUAL_-1204232242'), (u'INDIRECT_-1204232253', u'MULTIEQUAL_-1204232242'), (u'PTRADD_-1204232179', u'COPY_-1204232232'), (u'INDIRECT_-1204232264', u'MULTIEQUAL_-1204232253'), (u'INT_ZEXT_-1204232672', u'INT_MULT_-1204232214'), ('const-2612638', u'COPY_-1204232779'), (u'CALL_-1204232558', u'INDIRECT_-1204232190'), (u'MULTIEQUAL_-1204232444', u'LOAD_-1204232679'), ('const-0', u'RETURN_-1204232477'), (u'PTRSUB_-1204232251', u'COPY_-1204232237'), ('const-0', u'SUBPIECE_-1204232136'), (u'INDIRECT_-1204232190', u'PIECE_-1204232185'), (u'INDIRECT_-1204232285', u'MULTIEQUAL_-1204232261'), (u'CALL_-1204232637', u'INDIRECT_-1204232264'), ('const-0', u'SUBPIECE_-1204232135'), (u'CALL_-1204232708', u'INDIRECT_-1204232285'), (u'INDIRECT_-1204232428', u'INT_ZEXT_-1204232667'), (u'CALL_-1204232596', u'INDIRECT_-1204232206'), ('const-12', u'INT_ADD_-1204232648'), (u'COPY_-1204232362', u'RETURN_-1204232477'), (u'CALL_-1204232596', u'INDIRECT_-1204232229'), (u'MULTIEQUAL_-1204232443', u'STORE_-1204232676'), ('const-417', u'STORE_-1204232537'), (u'INT_RIGHT_-1204232155', u'SUBPIECE_-1204232135'), (u'INDIRECT_-1204232296', u'MULTIEQUAL_-1204232272'), ('const-4294967295', u'INT_ADD_-1204232673'), ('tmp_846', u'COPY_-1204232246'), ('const-417', u'STORE_-1204232676'), (u'CALL_-1204232637', u'MULTIEQUAL_-1204232441'), (u'CALL_-1204232462', u'INDIRECT_-1204232163'), (u'CAST_-1204232114', u'INT_RIGHT_-1204232155'), (u'INDIRECT_-1204232275', u'MULTIEQUAL_-1204232272'), ('tmp_255', u'CBRANCH_-1204232644'), (u'PTRADD_-1204232175', u'COPY_-1204232234'), (u'CALL_-1204232637', u'INDIRECT_-1204232275'), ('tmp_842', u'PTRSUB_-1204232251'), (u'INDIRECT_-1204232252', u'MULTIEQUAL_-1204232249'), (u'INDIRECT_-1204232273', u'MULTIEQUAL_-1204232249'), (u'CALL_-1204232558', u'CAST_-1204232114'), (u'COPY_-1204232232', u'MULTIEQUAL_-1204232443'), (u'INDIRECT_-1204232230', u'MULTIEQUAL_-1204232219'), (u'CALL_-1206106196', u'INDIRECT_-1206105899'), ('const-4294967294', u'INT_MULT_-1204232214'), (u'CALL_-1204232708', u'INDIRECT_-1204232307'), (u'CALL_-1204232708', u'INDIRECT_-1204232296'), (u'INDIRECT_-1204232428', u'INT_ZEXT_-1204232672'), (u'INT_ZEXT_-1204232667', u'INT_MULT_-1204232210'), ('const-1', u'INT_ADD_-1204232222'), (u'INDIRECT_-1204232307', u'MULTIEQUAL_-1204232283'), (u'PIECE_-1204232185', u'COPY_-1204232362'), (u'STORE_-1204232676', u'INDIRECT_-1204232241'), (u'CALL_-1204232708', u'INDIRECT_-1204232262'), (u'STORE_-1204232676', u'INDIRECT_-1204232286')]
null
null
0027dd80
x86
O2
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nundefined8 __regparm2 FUN_0027dd80(undefined4 param_1,undefined4 param_2,int param_3)\n\n{\n int iVar1;\n undefined4 *puVar2;\n undefined4 *puVar3;\n byte bVar4;\n undefined8 uVar5;\n undefined4 local_11c [32];\n undefined4 local_9c [18];\n undefined4 local_54;\n undefined4 local_50;\n undefined4 uStack_1c;\n undefined4 local_18;\n undefined4 local_14;\n \n bVar4 = 0;\n uStack_1c = 0x27dd9e;\n local_14 = param_2;\n FUN_0027d410();\n puVar2 = local_11c;\n puVar3 = local_9c;\n for (iVar1 = 0x20; iVar1 != 0; iVar1 = iVar1 + -1) {\n *puVar3 = *puVar2;\n puVar2 = puVar2 + (uint)bVar4 * -2 + 1;\n puVar3 = puVar3 + (uint)bVar4 * -2 + 1;\n }\n if (*(int *)(param_3 + 0xc) == 0) {\n iVar1 = FUN_0027d5e0();\n }\n else {\n iVar1 = FUN_0027d6b0();\n }\n if (iVar1 == 7) {\n FUN_0027d7a0();\n uVar5 = FUN_0027db90(local_54,local_50);\n *(int *)(&stack0x00000000 + (int)uVar5) = (int)((ulonglong)uVar5 >> 0x20);\n return CONCAT44(local_14,local_18);\n }\n /* WARNING: Subroutine does not return */\n abort();\n}\n\n" comment (function_definition "undefined8 __regparm2 FUN_0027dd80(undefined4 param_1,undefined4 param_2,int param_3)\n\n{\n int iVar1;\n undefined4 *puVar2;\n undefined4 *puVar3;\n byte bVar4;\n undefined8 uVar5;\n undefined4 local_11c [32];\n undefined4 local_9c [18];\n undefined4 local_54;\n undefined4 local_50;\n undefined4 uStack_1c;\n undefined4 local_18;\n undefined4 local_14;\n \n bVar4 = 0;\n uStack_1c = 0x27dd9e;\n local_14 = param_2;\n FUN_0027d410();\n puVar2 = local_11c;\n puVar3 = local_9c;\n for (iVar1 = 0x20; iVar1 != 0; iVar1 = iVar1 + -1) {\n *puVar3 = *puVar2;\n puVar2 = puVar2 + (uint)bVar4 * -2 + 1;\n puVar3 = puVar3 + (uint)bVar4 * -2 + 1;\n }\n if (*(int *)(param_3 + 0xc) == 0) {\n iVar1 = FUN_0027d5e0();\n }\n else {\n iVar1 = FUN_0027d6b0();\n }\n if (iVar1 == 7) {\n FUN_0027d7a0();\n uVar5 = FUN_0027db90(local_54,local_50);\n *(int *)(&stack0x00000000 + (int)uVar5) = (int)((ulonglong)uVar5 >> 0x20);\n return CONCAT44(local_14,local_18);\n }\n /* WARNING: Subroutine does not return */\n abort();\n}" type_identifier (ERROR "__regparm2" identifier) (function_declarator "FUN_0027dd80(undefined4 param_1,undefined4 param_2,int param_3)" identifier (parameter_list "(undefined4 param_1,undefined4 param_2,int param_3)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "int param_3" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n undefined4 *puVar2;\n undefined4 *puVar3;\n byte bVar4;\n undefined8 uVar5;\n undefined4 local_11c [32];\n undefined4 local_9c [18];\n undefined4 local_54;\n undefined4 local_50;\n undefined4 uStack_1c;\n undefined4 local_18;\n undefined4 local_14;\n \n bVar4 = 0;\n uStack_1c = 0x27dd9e;\n local_14 = param_2;\n FUN_0027d410();\n puVar2 = local_11c;\n puVar3 = local_9c;\n for (iVar1 = 0x20; iVar1 != 0; iVar1 = iVar1 + -1) {\n *puVar3 = *puVar2;\n puVar2 = puVar2 + (uint)bVar4 * -2 + 1;\n puVar3 = puVar3 + (uint)bVar4 * -2 + 1;\n }\n if (*(int *)(param_3 + 0xc) == 0) {\n iVar1 = FUN_0027d5e0();\n }\n else {\n iVar1 = FUN_0027d6b0();\n }\n if (iVar1 == 7) {\n FUN_0027d7a0();\n uVar5 = FUN_0027db90(local_54,local_50);\n *(int *)(&stack0x00000000 + (int)uVar5) = (int)((ulonglong)uVar5 >> 0x20);\n return CONCAT44(local_14,local_18);\n }\n /* WARNING: Subroutine does not return */\n abort();\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "undefined4 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "undefined4 *puVar3;" type_identifier (pointer_declarator "*puVar3" * identifier) ;) (declaration "byte bVar4;" type_identifier identifier ;) (declaration "undefined8 uVar5;" type_identifier identifier ;) (declaration "undefined4 local_11c [32];" type_identifier (array_declarator "local_11c [32]" identifier [ number_literal ]) ;) (declaration "undefined4 local_9c [18];" type_identifier (array_declarator "local_9c [18]" identifier [ number_literal ]) ;) (declaration "undefined4 local_54;" type_identifier identifier ;) (declaration "undefined4 local_50;" type_identifier identifier ;) (declaration "undefined4 uStack_1c;" type_identifier identifier ;) (declaration "undefined4 local_18;" type_identifier identifier ;) (declaration "undefined4 local_14;" type_identifier identifier ;) (expression_statement "bVar4 = 0;" (assignment_expression "bVar4 = 0" identifier = number_literal) ;) (expression_statement "uStack_1c = 0x27dd9e;" (assignment_expression "uStack_1c = 0x27dd9e" identifier = number_literal) ;) (expression_statement "local_14 = param_2;" (assignment_expression "local_14 = param_2" identifier = identifier) ;) (expression_statement "FUN_0027d410();" (call_expression "FUN_0027d410()" identifier (argument_list "()" ( ))) ;) (expression_statement "puVar2 = local_11c;" (assignment_expression "puVar2 = local_11c" identifier = identifier) ;) (expression_statement "puVar3 = local_9c;" (assignment_expression "puVar3 = local_9c" identifier = identifier) ;) (for_statement "for (iVar1 = 0x20; iVar1 != 0; iVar1 = iVar1 + -1) {\n *puVar3 = *puVar2;\n puVar2 = puVar2 + (uint)bVar4 * -2 + 1;\n puVar3 = puVar3 + (uint)bVar4 * -2 + 1;\n }" for ( (assignment_expression "iVar1 = 0x20" identifier = number_literal) ; (binary_expression "iVar1 != 0" identifier != number_literal) ; (assignment_expression "iVar1 = iVar1 + -1" identifier = (binary_expression "iVar1 + -1" identifier + number_literal)) ) (compound_statement "{\n *puVar3 = *puVar2;\n puVar2 = puVar2 + (uint)bVar4 * -2 + 1;\n puVar3 = puVar3 + (uint)bVar4 * -2 + 1;\n }" { (expression_statement "*puVar3 = *puVar2;" (assignment_expression "*puVar3 = *puVar2" (pointer_expression "*puVar3" * identifier) = (pointer_expression "*puVar2" * identifier)) ;) (expression_statement "puVar2 = puVar2 + (uint)bVar4 * -2 + 1;" (assignment_expression "puVar2 = puVar2 + (uint)bVar4 * -2 + 1" identifier = (binary_expression "puVar2 + (uint)bVar4 * -2 + 1" (binary_expression "puVar2 + (uint)bVar4 * -2" identifier + (binary_expression "(uint)bVar4 * -2" (cast_expression "(uint)bVar4" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "puVar3 = puVar3 + (uint)bVar4 * -2 + 1;" (assignment_expression "puVar3 = puVar3 + (uint)bVar4 * -2 + 1" identifier = (binary_expression "puVar3 + (uint)bVar4 * -2 + 1" (binary_expression "puVar3 + (uint)bVar4 * -2" identifier + (binary_expression "(uint)bVar4 * -2" (cast_expression "(uint)bVar4" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) })) (if_statement "if (*(int *)(param_3 + 0xc) == 0) {\n iVar1 = FUN_0027d5e0();\n }\n else {\n iVar1 = FUN_0027d6b0();\n }" if (parenthesized_expression "(*(int *)(param_3 + 0xc) == 0)" ( (binary_expression "*(int *)(param_3 + 0xc) == 0" (pointer_expression "*(int *)(param_3 + 0xc)" * (cast_expression "(int *)(param_3 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0xc)" ( (binary_expression "param_3 + 0xc" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n iVar1 = FUN_0027d5e0();\n }" { (expression_statement "iVar1 = FUN_0027d5e0();" (assignment_expression "iVar1 = FUN_0027d5e0()" identifier = (call_expression "FUN_0027d5e0()" identifier (argument_list "()" ( )))) ;) }) (else_clause "else {\n iVar1 = FUN_0027d6b0();\n }" else (compound_statement "{\n iVar1 = FUN_0027d6b0();\n }" { (expression_statement "iVar1 = FUN_0027d6b0();" (assignment_expression "iVar1 = FUN_0027d6b0()" identifier = (call_expression "FUN_0027d6b0()" identifier (argument_list "()" ( )))) ;) }))) (if_statement "if (iVar1 == 7) {\n FUN_0027d7a0();\n uVar5 = FUN_0027db90(local_54,local_50);\n *(int *)(&stack0x00000000 + (int)uVar5) = (int)((ulonglong)uVar5 >> 0x20);\n return CONCAT44(local_14,local_18);\n }" if (parenthesized_expression "(iVar1 == 7)" ( (binary_expression "iVar1 == 7" identifier == number_literal) )) (compound_statement "{\n FUN_0027d7a0();\n uVar5 = FUN_0027db90(local_54,local_50);\n *(int *)(&stack0x00000000 + (int)uVar5) = (int)((ulonglong)uVar5 >> 0x20);\n return CONCAT44(local_14,local_18);\n }" { (expression_statement "FUN_0027d7a0();" (call_expression "FUN_0027d7a0()" identifier (argument_list "()" ( ))) ;) (expression_statement "uVar5 = FUN_0027db90(local_54,local_50);" (assignment_expression "uVar5 = FUN_0027db90(local_54,local_50)" identifier = (call_expression "FUN_0027db90(local_54,local_50)" identifier (argument_list "(local_54,local_50)" ( identifier , identifier )))) ;) (expression_statement "*(int *)(&stack0x00000000 + (int)uVar5) = (int)((ulonglong)uVar5 >> 0x20);" (assignment_expression "*(int *)(&stack0x00000000 + (int)uVar5) = (int)((ulonglong)uVar5 >> 0x20)" (pointer_expression "*(int *)(&stack0x00000000 + (int)uVar5)" * (cast_expression "(int *)(&stack0x00000000 + (int)uVar5)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(&stack0x00000000 + (int)uVar5)" ( (binary_expression "&stack0x00000000 + (int)uVar5" (pointer_expression "&stack0x00000000" & identifier) + (cast_expression "(int)uVar5" ( (type_descriptor "int" primitive_type) ) identifier)) )))) = (cast_expression "(int)((ulonglong)uVar5 >> 0x20)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "((ulonglong)uVar5 >> 0x20)" ( (binary_expression "(ulonglong)uVar5 >> 0x20" (cast_expression "(ulonglong)uVar5" ( (type_descriptor "ulonglong" type_identifier) ) identifier) >> number_literal) )))) ;) (return_statement "return CONCAT44(local_14,local_18);" return (call_expression "CONCAT44(local_14,local_18)" identifier (argument_list "(local_14,local_18)" ( identifier , identifier ))) ;) })) comment (expression_statement "abort();" (call_expression "abort()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nundefined8 __regparm2 _Unwind_Resume(undefined4 param_1,undefined4 param_2,int param_3)\n\n{\n int iVar1;\n undefined4 *puVar2;\n undefined4 *puVar3;\n byte bVar4;\n undefined8 uVar5;\n undefined4 local_11c [32];\n undefined4 local_9c [18];\n undefined4 local_54;\n undefined4 local_50;\n undefined4 uStack_1c;\n undefined4 local_18;\n undefined4 local_14;\n \n bVar4 = 0;\n uStack_1c = 0x27dd9e;\n local_14 = param_2;\n uw_init_context_1();\n puVar2 = local_11c;\n puVar3 = local_9c;\n for (iVar1 = 0x20; iVar1 != 0; iVar1 = iVar1 + -1) {\n *puVar3 = *puVar2;\n puVar2 = puVar2 + (uint)bVar4 * -2 + 1;\n puVar3 = puVar3 + (uint)bVar4 * -2 + 1;\n }\n if (*(int *)(param_3 + 0xc) == 0) {\n iVar1 = _Unwind_RaiseException_Phase2();\n }\n else {\n iVar1 = _Unwind_ForcedUnwind_Phase2();\n }\n if (iVar1 == 7) {\n uw_install_context_1();\n uVar5 = _Unwind_DebugHook(local_54,local_50);\n *(int *)(&stack0x00000000 + (int)uVar5) = (int)((ulonglong)uVar5 >> 0x20);\n return CONCAT44(local_14,local_18);\n }\n /* WARNING: Subroutine does not return */\n abort();\n}\n\n" comment (function_definition "undefined8 __regparm2 _Unwind_Resume(undefined4 param_1,undefined4 param_2,int param_3)\n\n{\n int iVar1;\n undefined4 *puVar2;\n undefined4 *puVar3;\n byte bVar4;\n undefined8 uVar5;\n undefined4 local_11c [32];\n undefined4 local_9c [18];\n undefined4 local_54;\n undefined4 local_50;\n undefined4 uStack_1c;\n undefined4 local_18;\n undefined4 local_14;\n \n bVar4 = 0;\n uStack_1c = 0x27dd9e;\n local_14 = param_2;\n uw_init_context_1();\n puVar2 = local_11c;\n puVar3 = local_9c;\n for (iVar1 = 0x20; iVar1 != 0; iVar1 = iVar1 + -1) {\n *puVar3 = *puVar2;\n puVar2 = puVar2 + (uint)bVar4 * -2 + 1;\n puVar3 = puVar3 + (uint)bVar4 * -2 + 1;\n }\n if (*(int *)(param_3 + 0xc) == 0) {\n iVar1 = _Unwind_RaiseException_Phase2();\n }\n else {\n iVar1 = _Unwind_ForcedUnwind_Phase2();\n }\n if (iVar1 == 7) {\n uw_install_context_1();\n uVar5 = _Unwind_DebugHook(local_54,local_50);\n *(int *)(&stack0x00000000 + (int)uVar5) = (int)((ulonglong)uVar5 >> 0x20);\n return CONCAT44(local_14,local_18);\n }\n /* WARNING: Subroutine does not return */\n abort();\n}" type_identifier (ERROR "__regparm2" identifier) (function_declarator "_Unwind_Resume(undefined4 param_1,undefined4 param_2,int param_3)" identifier (parameter_list "(undefined4 param_1,undefined4 param_2,int param_3)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "int param_3" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n undefined4 *puVar2;\n undefined4 *puVar3;\n byte bVar4;\n undefined8 uVar5;\n undefined4 local_11c [32];\n undefined4 local_9c [18];\n undefined4 local_54;\n undefined4 local_50;\n undefined4 uStack_1c;\n undefined4 local_18;\n undefined4 local_14;\n \n bVar4 = 0;\n uStack_1c = 0x27dd9e;\n local_14 = param_2;\n uw_init_context_1();\n puVar2 = local_11c;\n puVar3 = local_9c;\n for (iVar1 = 0x20; iVar1 != 0; iVar1 = iVar1 + -1) {\n *puVar3 = *puVar2;\n puVar2 = puVar2 + (uint)bVar4 * -2 + 1;\n puVar3 = puVar3 + (uint)bVar4 * -2 + 1;\n }\n if (*(int *)(param_3 + 0xc) == 0) {\n iVar1 = _Unwind_RaiseException_Phase2();\n }\n else {\n iVar1 = _Unwind_ForcedUnwind_Phase2();\n }\n if (iVar1 == 7) {\n uw_install_context_1();\n uVar5 = _Unwind_DebugHook(local_54,local_50);\n *(int *)(&stack0x00000000 + (int)uVar5) = (int)((ulonglong)uVar5 >> 0x20);\n return CONCAT44(local_14,local_18);\n }\n /* WARNING: Subroutine does not return */\n abort();\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "undefined4 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "undefined4 *puVar3;" type_identifier (pointer_declarator "*puVar3" * identifier) ;) (declaration "byte bVar4;" type_identifier identifier ;) (declaration "undefined8 uVar5;" type_identifier identifier ;) (declaration "undefined4 local_11c [32];" type_identifier (array_declarator "local_11c [32]" identifier [ number_literal ]) ;) (declaration "undefined4 local_9c [18];" type_identifier (array_declarator "local_9c [18]" identifier [ number_literal ]) ;) (declaration "undefined4 local_54;" type_identifier identifier ;) (declaration "undefined4 local_50;" type_identifier identifier ;) (declaration "undefined4 uStack_1c;" type_identifier identifier ;) (declaration "undefined4 local_18;" type_identifier identifier ;) (declaration "undefined4 local_14;" type_identifier identifier ;) (expression_statement "bVar4 = 0;" (assignment_expression "bVar4 = 0" identifier = number_literal) ;) (expression_statement "uStack_1c = 0x27dd9e;" (assignment_expression "uStack_1c = 0x27dd9e" identifier = number_literal) ;) (expression_statement "local_14 = param_2;" (assignment_expression "local_14 = param_2" identifier = identifier) ;) (expression_statement "uw_init_context_1();" (call_expression "uw_init_context_1()" identifier (argument_list "()" ( ))) ;) (expression_statement "puVar2 = local_11c;" (assignment_expression "puVar2 = local_11c" identifier = identifier) ;) (expression_statement "puVar3 = local_9c;" (assignment_expression "puVar3 = local_9c" identifier = identifier) ;) (for_statement "for (iVar1 = 0x20; iVar1 != 0; iVar1 = iVar1 + -1) {\n *puVar3 = *puVar2;\n puVar2 = puVar2 + (uint)bVar4 * -2 + 1;\n puVar3 = puVar3 + (uint)bVar4 * -2 + 1;\n }" for ( (assignment_expression "iVar1 = 0x20" identifier = number_literal) ; (binary_expression "iVar1 != 0" identifier != number_literal) ; (assignment_expression "iVar1 = iVar1 + -1" identifier = (binary_expression "iVar1 + -1" identifier + number_literal)) ) (compound_statement "{\n *puVar3 = *puVar2;\n puVar2 = puVar2 + (uint)bVar4 * -2 + 1;\n puVar3 = puVar3 + (uint)bVar4 * -2 + 1;\n }" { (expression_statement "*puVar3 = *puVar2;" (assignment_expression "*puVar3 = *puVar2" (pointer_expression "*puVar3" * identifier) = (pointer_expression "*puVar2" * identifier)) ;) (expression_statement "puVar2 = puVar2 + (uint)bVar4 * -2 + 1;" (assignment_expression "puVar2 = puVar2 + (uint)bVar4 * -2 + 1" identifier = (binary_expression "puVar2 + (uint)bVar4 * -2 + 1" (binary_expression "puVar2 + (uint)bVar4 * -2" identifier + (binary_expression "(uint)bVar4 * -2" (cast_expression "(uint)bVar4" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "puVar3 = puVar3 + (uint)bVar4 * -2 + 1;" (assignment_expression "puVar3 = puVar3 + (uint)bVar4 * -2 + 1" identifier = (binary_expression "puVar3 + (uint)bVar4 * -2 + 1" (binary_expression "puVar3 + (uint)bVar4 * -2" identifier + (binary_expression "(uint)bVar4 * -2" (cast_expression "(uint)bVar4" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) })) (if_statement "if (*(int *)(param_3 + 0xc) == 0) {\n iVar1 = _Unwind_RaiseException_Phase2();\n }\n else {\n iVar1 = _Unwind_ForcedUnwind_Phase2();\n }" if (parenthesized_expression "(*(int *)(param_3 + 0xc) == 0)" ( (binary_expression "*(int *)(param_3 + 0xc) == 0" (pointer_expression "*(int *)(param_3 + 0xc)" * (cast_expression "(int *)(param_3 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0xc)" ( (binary_expression "param_3 + 0xc" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n iVar1 = _Unwind_RaiseException_Phase2();\n }" { (expression_statement "iVar1 = _Unwind_RaiseException_Phase2();" (assignment_expression "iVar1 = _Unwind_RaiseException_Phase2()" identifier = (call_expression "_Unwind_RaiseException_Phase2()" identifier (argument_list "()" ( )))) ;) }) (else_clause "else {\n iVar1 = _Unwind_ForcedUnwind_Phase2();\n }" else (compound_statement "{\n iVar1 = _Unwind_ForcedUnwind_Phase2();\n }" { (expression_statement "iVar1 = _Unwind_ForcedUnwind_Phase2();" (assignment_expression "iVar1 = _Unwind_ForcedUnwind_Phase2()" identifier = (call_expression "_Unwind_ForcedUnwind_Phase2()" identifier (argument_list "()" ( )))) ;) }))) (if_statement "if (iVar1 == 7) {\n uw_install_context_1();\n uVar5 = _Unwind_DebugHook(local_54,local_50);\n *(int *)(&stack0x00000000 + (int)uVar5) = (int)((ulonglong)uVar5 >> 0x20);\n return CONCAT44(local_14,local_18);\n }" if (parenthesized_expression "(iVar1 == 7)" ( (binary_expression "iVar1 == 7" identifier == number_literal) )) (compound_statement "{\n uw_install_context_1();\n uVar5 = _Unwind_DebugHook(local_54,local_50);\n *(int *)(&stack0x00000000 + (int)uVar5) = (int)((ulonglong)uVar5 >> 0x20);\n return CONCAT44(local_14,local_18);\n }" { (expression_statement "uw_install_context_1();" (call_expression "uw_install_context_1()" identifier (argument_list "()" ( ))) ;) (expression_statement "uVar5 = _Unwind_DebugHook(local_54,local_50);" (assignment_expression "uVar5 = _Unwind_DebugHook(local_54,local_50)" identifier = (call_expression "_Unwind_DebugHook(local_54,local_50)" identifier (argument_list "(local_54,local_50)" ( identifier , identifier )))) ;) (expression_statement "*(int *)(&stack0x00000000 + (int)uVar5) = (int)((ulonglong)uVar5 >> 0x20);" (assignment_expression "*(int *)(&stack0x00000000 + (int)uVar5) = (int)((ulonglong)uVar5 >> 0x20)" (pointer_expression "*(int *)(&stack0x00000000 + (int)uVar5)" * (cast_expression "(int *)(&stack0x00000000 + (int)uVar5)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(&stack0x00000000 + (int)uVar5)" ( (binary_expression "&stack0x00000000 + (int)uVar5" (pointer_expression "&stack0x00000000" & identifier) + (cast_expression "(int)uVar5" ( (type_descriptor "int" primitive_type) ) identifier)) )))) = (cast_expression "(int)((ulonglong)uVar5 >> 0x20)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "((ulonglong)uVar5 >> 0x20)" ( (binary_expression "(ulonglong)uVar5 >> 0x20" (cast_expression "(ulonglong)uVar5" ( (type_descriptor "ulonglong" type_identifier) ) identifier) >> number_literal) )))) ;) (return_statement "return CONCAT44(local_14,local_18);" return (call_expression "CONCAT44(local_14,local_18)" identifier (argument_list "(local_14,local_18)" ( identifier , identifier ))) ;) })) comment (expression_statement "abort();" (call_expression "abort()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "undefined8 __regparm2 FUN_0027dd80(undefined4 param_1,undefined4 param_2,int param_3)\n\n{\n int iVar1;\n undefined4 *puVar2;\n undefined4 *puVar3;\n byte bVar4;\n undefined8 uVar5;\n undefined4 local_11c [32];\n undefined4 local_9c [18];\n undefined4 local_54;\n undefined4 local_50;\n undefined4 uStack_1c;\n undefined4 local_18;\n undefined4 local_14;\n \n bVar4 = 0;\n uStack_1c = 0x27dd9e;\n local_14 = param_2;\n FUN_0027d410();\n puVar2 = local_11c;\n puVar3 = local_9c;\n for (iVar1 = 0x20; iVar1 != 0; iVar1 = iVar1 + -1) {\n *puVar3 = *puVar2;\n puVar2 = puVar2 + (uint)bVar4 * -2 + 1;\n puVar3 = puVar3 + (uint)bVar4 * -2 + 1;\n }\n if (*(int *)(param_3 + 0xc) == 0) {\n iVar1 = FUN_0027d5e0();\n }\n else {\n iVar1 = FUN_0027d6b0();\n }\n if (iVar1 == 7) {\n FUN_0027d7a0();\n uVar5 = FUN_0027db90(local_54,local_50);\n *(int *)(&stack0x00000000 + (int)uVar5) = (int)((ulonglong)uVar5 >> 0x20);\n return CONCAT44(local_14,local_18);\n }\n \n abort();\n}\n\n" (function_definition "undefined8 __regparm2 FUN_0027dd80(undefined4 param_1,undefined4 param_2,int param_3)\n\n{\n int iVar1;\n undefined4 *puVar2;\n undefined4 *puVar3;\n byte bVar4;\n undefined8 uVar5;\n undefined4 local_11c [32];\n undefined4 local_9c [18];\n undefined4 local_54;\n undefined4 local_50;\n undefined4 uStack_1c;\n undefined4 local_18;\n undefined4 local_14;\n \n bVar4 = 0;\n uStack_1c = 0x27dd9e;\n local_14 = param_2;\n FUN_0027d410();\n puVar2 = local_11c;\n puVar3 = local_9c;\n for (iVar1 = 0x20; iVar1 != 0; iVar1 = iVar1 + -1) {\n *puVar3 = *puVar2;\n puVar2 = puVar2 + (uint)bVar4 * -2 + 1;\n puVar3 = puVar3 + (uint)bVar4 * -2 + 1;\n }\n if (*(int *)(param_3 + 0xc) == 0) {\n iVar1 = FUN_0027d5e0();\n }\n else {\n iVar1 = FUN_0027d6b0();\n }\n if (iVar1 == 7) {\n FUN_0027d7a0();\n uVar5 = FUN_0027db90(local_54,local_50);\n *(int *)(&stack0x00000000 + (int)uVar5) = (int)((ulonglong)uVar5 >> 0x20);\n return CONCAT44(local_14,local_18);\n }\n \n abort();\n}" type_identifier (ERROR "__regparm2" identifier) (function_declarator "FUN_0027dd80(undefined4 param_1,undefined4 param_2,int param_3)" identifier (parameter_list "(undefined4 param_1,undefined4 param_2,int param_3)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "int param_3" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n undefined4 *puVar2;\n undefined4 *puVar3;\n byte bVar4;\n undefined8 uVar5;\n undefined4 local_11c [32];\n undefined4 local_9c [18];\n undefined4 local_54;\n undefined4 local_50;\n undefined4 uStack_1c;\n undefined4 local_18;\n undefined4 local_14;\n \n bVar4 = 0;\n uStack_1c = 0x27dd9e;\n local_14 = param_2;\n FUN_0027d410();\n puVar2 = local_11c;\n puVar3 = local_9c;\n for (iVar1 = 0x20; iVar1 != 0; iVar1 = iVar1 + -1) {\n *puVar3 = *puVar2;\n puVar2 = puVar2 + (uint)bVar4 * -2 + 1;\n puVar3 = puVar3 + (uint)bVar4 * -2 + 1;\n }\n if (*(int *)(param_3 + 0xc) == 0) {\n iVar1 = FUN_0027d5e0();\n }\n else {\n iVar1 = FUN_0027d6b0();\n }\n if (iVar1 == 7) {\n FUN_0027d7a0();\n uVar5 = FUN_0027db90(local_54,local_50);\n *(int *)(&stack0x00000000 + (int)uVar5) = (int)((ulonglong)uVar5 >> 0x20);\n return CONCAT44(local_14,local_18);\n }\n \n abort();\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "undefined4 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "undefined4 *puVar3;" type_identifier (pointer_declarator "*puVar3" * identifier) ;) (declaration "byte bVar4;" type_identifier identifier ;) (declaration "undefined8 uVar5;" type_identifier identifier ;) (declaration "undefined4 local_11c [32];" type_identifier (array_declarator "local_11c [32]" identifier [ number_literal ]) ;) (declaration "undefined4 local_9c [18];" type_identifier (array_declarator "local_9c [18]" identifier [ number_literal ]) ;) (declaration "undefined4 local_54;" type_identifier identifier ;) (declaration "undefined4 local_50;" type_identifier identifier ;) (declaration "undefined4 uStack_1c;" type_identifier identifier ;) (declaration "undefined4 local_18;" type_identifier identifier ;) (declaration "undefined4 local_14;" type_identifier identifier ;) (expression_statement "bVar4 = 0;" (assignment_expression "bVar4 = 0" identifier = number_literal) ;) (expression_statement "uStack_1c = 0x27dd9e;" (assignment_expression "uStack_1c = 0x27dd9e" identifier = number_literal) ;) (expression_statement "local_14 = param_2;" (assignment_expression "local_14 = param_2" identifier = identifier) ;) (expression_statement "FUN_0027d410();" (call_expression "FUN_0027d410()" identifier (argument_list "()" ( ))) ;) (expression_statement "puVar2 = local_11c;" (assignment_expression "puVar2 = local_11c" identifier = identifier) ;) (expression_statement "puVar3 = local_9c;" (assignment_expression "puVar3 = local_9c" identifier = identifier) ;) (for_statement "for (iVar1 = 0x20; iVar1 != 0; iVar1 = iVar1 + -1) {\n *puVar3 = *puVar2;\n puVar2 = puVar2 + (uint)bVar4 * -2 + 1;\n puVar3 = puVar3 + (uint)bVar4 * -2 + 1;\n }" for ( (assignment_expression "iVar1 = 0x20" identifier = number_literal) ; (binary_expression "iVar1 != 0" identifier != number_literal) ; (assignment_expression "iVar1 = iVar1 + -1" identifier = (binary_expression "iVar1 + -1" identifier + number_literal)) ) (compound_statement "{\n *puVar3 = *puVar2;\n puVar2 = puVar2 + (uint)bVar4 * -2 + 1;\n puVar3 = puVar3 + (uint)bVar4 * -2 + 1;\n }" { (expression_statement "*puVar3 = *puVar2;" (assignment_expression "*puVar3 = *puVar2" (pointer_expression "*puVar3" * identifier) = (pointer_expression "*puVar2" * identifier)) ;) (expression_statement "puVar2 = puVar2 + (uint)bVar4 * -2 + 1;" (assignment_expression "puVar2 = puVar2 + (uint)bVar4 * -2 + 1" identifier = (binary_expression "puVar2 + (uint)bVar4 * -2 + 1" (binary_expression "puVar2 + (uint)bVar4 * -2" identifier + (binary_expression "(uint)bVar4 * -2" (cast_expression "(uint)bVar4" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "puVar3 = puVar3 + (uint)bVar4 * -2 + 1;" (assignment_expression "puVar3 = puVar3 + (uint)bVar4 * -2 + 1" identifier = (binary_expression "puVar3 + (uint)bVar4 * -2 + 1" (binary_expression "puVar3 + (uint)bVar4 * -2" identifier + (binary_expression "(uint)bVar4 * -2" (cast_expression "(uint)bVar4" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) })) (if_statement "if (*(int *)(param_3 + 0xc) == 0) {\n iVar1 = FUN_0027d5e0();\n }\n else {\n iVar1 = FUN_0027d6b0();\n }" if (parenthesized_expression "(*(int *)(param_3 + 0xc) == 0)" ( (binary_expression "*(int *)(param_3 + 0xc) == 0" (pointer_expression "*(int *)(param_3 + 0xc)" * (cast_expression "(int *)(param_3 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0xc)" ( (binary_expression "param_3 + 0xc" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n iVar1 = FUN_0027d5e0();\n }" { (expression_statement "iVar1 = FUN_0027d5e0();" (assignment_expression "iVar1 = FUN_0027d5e0()" identifier = (call_expression "FUN_0027d5e0()" identifier (argument_list "()" ( )))) ;) }) (else_clause "else {\n iVar1 = FUN_0027d6b0();\n }" else (compound_statement "{\n iVar1 = FUN_0027d6b0();\n }" { (expression_statement "iVar1 = FUN_0027d6b0();" (assignment_expression "iVar1 = FUN_0027d6b0()" identifier = (call_expression "FUN_0027d6b0()" identifier (argument_list "()" ( )))) ;) }))) (if_statement "if (iVar1 == 7) {\n FUN_0027d7a0();\n uVar5 = FUN_0027db90(local_54,local_50);\n *(int *)(&stack0x00000000 + (int)uVar5) = (int)((ulonglong)uVar5 >> 0x20);\n return CONCAT44(local_14,local_18);\n }" if (parenthesized_expression "(iVar1 == 7)" ( (binary_expression "iVar1 == 7" identifier == number_literal) )) (compound_statement "{\n FUN_0027d7a0();\n uVar5 = FUN_0027db90(local_54,local_50);\n *(int *)(&stack0x00000000 + (int)uVar5) = (int)((ulonglong)uVar5 >> 0x20);\n return CONCAT44(local_14,local_18);\n }" { (expression_statement "FUN_0027d7a0();" (call_expression "FUN_0027d7a0()" identifier (argument_list "()" ( ))) ;) (expression_statement "uVar5 = FUN_0027db90(local_54,local_50);" (assignment_expression "uVar5 = FUN_0027db90(local_54,local_50)" identifier = (call_expression "FUN_0027db90(local_54,local_50)" identifier (argument_list "(local_54,local_50)" ( identifier , identifier )))) ;) (expression_statement "*(int *)(&stack0x00000000 + (int)uVar5) = (int)((ulonglong)uVar5 >> 0x20);" (assignment_expression "*(int *)(&stack0x00000000 + (int)uVar5) = (int)((ulonglong)uVar5 >> 0x20)" (pointer_expression "*(int *)(&stack0x00000000 + (int)uVar5)" * (cast_expression "(int *)(&stack0x00000000 + (int)uVar5)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(&stack0x00000000 + (int)uVar5)" ( (binary_expression "&stack0x00000000 + (int)uVar5" (pointer_expression "&stack0x00000000" & identifier) + (cast_expression "(int)uVar5" ( (type_descriptor "int" primitive_type) ) identifier)) )))) = (cast_expression "(int)((ulonglong)uVar5 >> 0x20)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "((ulonglong)uVar5 >> 0x20)" ( (binary_expression "(ulonglong)uVar5 >> 0x20" (cast_expression "(ulonglong)uVar5" ( (type_descriptor "ulonglong" type_identifier) ) identifier) >> number_literal) )))) ;) (return_statement "return CONCAT44(local_14,local_18);" return (call_expression "CONCAT44(local_14,local_18)" identifier (argument_list "(local_14,local_18)" ( identifier , identifier ))) ;) })) (expression_statement "abort();" (call_expression "abort()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE 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 TYPE (array_declarator IDENT [ LIT ]) ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (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 = IDENT) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (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) = (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)) ;) })) (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 (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) }))) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT )))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression & IDENT) + (cast_expression ( (type_descriptor TYPE) ) IDENT)) )))) = (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) >> LIT) )))) ;) (return_statement return (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(function_definition "undefined8 __regparm2 FUN_0027dd80(undefined4 param_1,undefined4 param_2,int param_3)\n\n{\n int iVar1;\n undefined4 *puVar2;\n undefined4 *puVar3;\n byte bVar4;\n undefined8 uVar5;\n undefined4 local_11c [32];\n undefined4 local_9c [18];\n undefined4 local_54;\n undefined4 local_50;\n undefined4 uStack_1c;\n undefined4 local_18;\n undefined4 local_14;\n \n bVar4 = 0;\n uStack_1c = 0x27dd9e;\n local_14 = param_2;\n FUN_0027d410();\n puVar2 = local_11c;\n puVar3 = local_9c;\n for (iVar1 = 0x20; iVar1 != 0; iVar1 = iVar1 + -1) {\n *puVar3 = *puVar2;\n puVar2 = puVar2 + (uint)bVar4 * -2 + 1;\n puVar3 = puVar3 + (uint)bVar4 * -2 + 1;\n }\n if (*(int *)(param_3 + 0xc) == 0) {\n iVar1 = FUN_0027d5e0();\n }\n else {\n iVar1 = FUN_0027d6b0();\n }\n if (iVar1 == 7) {\n FUN_0027d7a0();\n uVar5 = FUN_0027db90(local_54,local_50);\n *(int *)(&stack0x00000000 + (int)uVar5) = (int)((ulonglong)uVar5 >> 0x20);\n return CONCAT44(local_14,local_18);\n }\n \n abort();\n}" (type_identifier "undefined8") (ERROR "__regparm2" (identifier "__regparm2")) (function_declarator "FUN_0027dd80(undefined4 param_1,undefined4 param_2,int param_3)" (identifier "FUN_0027dd80") (parameter_list "(undefined4 param_1,undefined4 param_2,int param_3)" (( "(") (parameter_declaration "undefined4 param_1" (type_identifier "undefined4") (identifier "param_1")) (, ",") (parameter_declaration "undefined4 param_2" (type_identifier "undefined4") (identifier "param_2")) (, ",") (parameter_declaration "int param_3" (primitive_type "int") (identifier "param_3")) () ")"))) (compound_statement "{\n int iVar1;\n undefined4 *puVar2;\n undefined4 *puVar3;\n byte bVar4;\n undefined8 uVar5;\n undefined4 local_11c [32];\n undefined4 local_9c [18];\n undefined4 local_54;\n undefined4 local_50;\n undefined4 uStack_1c;\n undefined4 local_18;\n undefined4 local_14;\n \n bVar4 = 0;\n uStack_1c = 0x27dd9e;\n local_14 = param_2;\n FUN_0027d410();\n puVar2 = local_11c;\n puVar3 = local_9c;\n for (iVar1 = 0x20; iVar1 != 0; iVar1 = iVar1 + -1) {\n *puVar3 = *puVar2;\n puVar2 = puVar2 + (uint)bVar4 * -2 + 1;\n puVar3 = puVar3 + (uint)bVar4 * -2 + 1;\n }\n if (*(int *)(param_3 + 0xc) == 0) {\n iVar1 = FUN_0027d5e0();\n }\n else {\n iVar1 = FUN_0027d6b0();\n }\n if (iVar1 == 7) {\n FUN_0027d7a0();\n uVar5 = FUN_0027db90(local_54,local_50);\n *(int *)(&stack0x00000000 + (int)uVar5) = (int)((ulonglong)uVar5 >> 0x20);\n return CONCAT44(local_14,local_18);\n }\n \n abort();\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (declaration "undefined4 *puVar2;" (type_identifier "undefined4") (pointer_declarator "*puVar2" (* "*") (identifier "puVar2")) (; ";")) (declaration "undefined4 *puVar3;" (type_identifier "undefined4") (pointer_declarator "*puVar3" (* "*") (identifier "puVar3")) (; ";")) (declaration "byte bVar4;" (type_identifier "byte") (identifier "bVar4") (; ";")) (declaration "undefined8 uVar5;" (type_identifier "undefined8") (identifier "uVar5") (; ";")) (declaration "undefined4 local_11c [32];" (type_identifier "undefined4") (array_declarator "local_11c [32]" (identifier "local_11c") ([ "[") (number_literal "32") (] "]")) (; ";")) (declaration "undefined4 local_9c [18];" (type_identifier "undefined4") (array_declarator "local_9c [18]" (identifier "local_9c") ([ "[") (number_literal "18") (] "]")) (; ";")) (declaration "undefined4 local_54;" (type_identifier "undefined4") (identifier "local_54") (; ";")) (declaration "undefined4 local_50;" (type_identifier "undefined4") (identifier "local_50") (; ";")) (declaration "undefined4 uStack_1c;" (type_identifier "undefined4") (identifier "uStack_1c") (; ";")) (declaration "undefined4 local_18;" (type_identifier "undefined4") (identifier "local_18") (; ";")) (declaration "undefined4 local_14;" (type_identifier "undefined4") (identifier "local_14") (; ";")) (expression_statement "bVar4 = 0;" (assignment_expression "bVar4 = 0" (identifier "bVar4") (= "=") (number_literal "0")) (; ";")) (expression_statement "uStack_1c = 0x27dd9e;" (assignment_expression "uStack_1c = 0x27dd9e" (identifier "uStack_1c") (= "=") (number_literal "0x27dd9e")) (; ";")) (expression_statement "local_14 = param_2;" (assignment_expression "local_14 = param_2" (identifier "local_14") (= "=") (identifier "param_2")) (; ";")) (expression_statement "FUN_0027d410();" (call_expression "FUN_0027d410()" (identifier "FUN_0027d410") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "puVar2 = local_11c;" (assignment_expression "puVar2 = local_11c" (identifier "puVar2") (= "=") (identifier "local_11c")) (; ";")) (expression_statement "puVar3 = local_9c;" (assignment_expression "puVar3 = local_9c" (identifier "puVar3") (= "=") (identifier "local_9c")) (; ";")) (for_statement "for (iVar1 = 0x20; iVar1 != 0; iVar1 = iVar1 + -1) {\n *puVar3 = *puVar2;\n puVar2 = puVar2 + (uint)bVar4 * -2 + 1;\n puVar3 = puVar3 + (uint)bVar4 * -2 + 1;\n }" (for "for") (( "(") (assignment_expression "iVar1 = 0x20" (identifier "iVar1") (= "=") (number_literal "0x20")) (; ";") (binary_expression "iVar1 != 0" (identifier "iVar1") (!= "!=") (number_literal "0")) (; ";") (assignment_expression "iVar1 = iVar1 + -1" (identifier "iVar1") (= "=") (binary_expression "iVar1 + -1" (identifier "iVar1") (+ "+") (number_literal "-1"))) () ")") (compound_statement "{\n *puVar3 = *puVar2;\n puVar2 = puVar2 + (uint)bVar4 * -2 + 1;\n puVar3 = puVar3 + (uint)bVar4 * -2 + 1;\n }" ({ "{") (expression_statement "*puVar3 = *puVar2;" (assignment_expression "*puVar3 = *puVar2" (pointer_expression "*puVar3" (* "*") (identifier "puVar3")) (= "=") (pointer_expression "*puVar2" (* "*") (identifier "puVar2"))) (; ";")) (expression_statement "puVar2 = puVar2 + (uint)bVar4 * -2 + 1;" (assignment_expression "puVar2 = puVar2 + (uint)bVar4 * -2 + 1" (identifier "puVar2") (= "=") (binary_expression "puVar2 + (uint)bVar4 * -2 + 1" (binary_expression "puVar2 + (uint)bVar4 * -2" (identifier "puVar2") (+ "+") (binary_expression "(uint)bVar4 * -2" (cast_expression "(uint)bVar4" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "bVar4")) (* "*") (number_literal "-2"))) (+ "+") (number_literal "1"))) (; ";")) (expression_statement "puVar3 = puVar3 + (uint)bVar4 * -2 + 1;" (assignment_expression "puVar3 = puVar3 + (uint)bVar4 * -2 + 1" (identifier "puVar3") (= "=") (binary_expression "puVar3 + (uint)bVar4 * -2 + 1" (binary_expression "puVar3 + (uint)bVar4 * -2" (identifier "puVar3") (+ "+") (binary_expression "(uint)bVar4 * -2" (cast_expression "(uint)bVar4" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "bVar4")) (* "*") (number_literal "-2"))) (+ "+") (number_literal "1"))) (; ";")) (} "}"))) (if_statement "if (*(int *)(param_3 + 0xc) == 0) {\n iVar1 = FUN_0027d5e0();\n }\n else {\n iVar1 = FUN_0027d6b0();\n }" (if "if") (parenthesized_expression "(*(int *)(param_3 + 0xc) == 0)" (( "(") (binary_expression "*(int *)(param_3 + 0xc) == 0" (pointer_expression "*(int *)(param_3 + 0xc)" (* "*") (cast_expression "(int *)(param_3 + 0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_3 + 0xc)" (( "(") (binary_expression "param_3 + 0xc" (identifier "param_3") (+ "+") (number_literal "0xc")) () ")")))) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n iVar1 = FUN_0027d5e0();\n }" ({ "{") (expression_statement "iVar1 = FUN_0027d5e0();" (assignment_expression "iVar1 = FUN_0027d5e0()" (identifier "iVar1") (= "=") (call_expression "FUN_0027d5e0()" (identifier "FUN_0027d5e0") (argument_list "()" (( "(") () ")")))) (; ";")) (} "}")) (else_clause "else {\n iVar1 = FUN_0027d6b0();\n }" (else "else") (compound_statement "{\n iVar1 = FUN_0027d6b0();\n }" ({ "{") (expression_statement "iVar1 = FUN_0027d6b0();" (assignment_expression "iVar1 = FUN_0027d6b0()" (identifier "iVar1") (= "=") (call_expression "FUN_0027d6b0()" (identifier "FUN_0027d6b0") (argument_list "()" (( "(") () ")")))) (; ";")) (} "}")))) (if_statement "if (iVar1 == 7) {\n FUN_0027d7a0();\n uVar5 = FUN_0027db90(local_54,local_50);\n *(int *)(&stack0x00000000 + (int)uVar5) = (int)((ulonglong)uVar5 >> 0x20);\n return CONCAT44(local_14,local_18);\n }" (if "if") (parenthesized_expression "(iVar1 == 7)" (( "(") (binary_expression "iVar1 == 7" (identifier "iVar1") (== "==") (number_literal "7")) () ")")) (compound_statement "{\n FUN_0027d7a0();\n uVar5 = FUN_0027db90(local_54,local_50);\n *(int *)(&stack0x00000000 + (int)uVar5) = (int)((ulonglong)uVar5 >> 0x20);\n return CONCAT44(local_14,local_18);\n }" ({ "{") (expression_statement "FUN_0027d7a0();" (call_expression "FUN_0027d7a0()" (identifier "FUN_0027d7a0") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "uVar5 = FUN_0027db90(local_54,local_50);" (assignment_expression "uVar5 = FUN_0027db90(local_54,local_50)" (identifier "uVar5") (= "=") (call_expression "FUN_0027db90(local_54,local_50)" (identifier "FUN_0027db90") (argument_list "(local_54,local_50)" (( "(") (identifier "local_54") (, ",") (identifier "local_50") () ")")))) (; ";")) (expression_statement "*(int *)(&stack0x00000000 + (int)uVar5) = (int)((ulonglong)uVar5 >> 0x20);" (assignment_expression "*(int *)(&stack0x00000000 + (int)uVar5) = (int)((ulonglong)uVar5 >> 0x20)" (pointer_expression "*(int *)(&stack0x00000000 + (int)uVar5)" (* "*") (cast_expression "(int *)(&stack0x00000000 + (int)uVar5)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(&stack0x00000000 + (int)uVar5)" (( "(") (binary_expression "&stack0x00000000 + (int)uVar5" (pointer_expression "&stack0x00000000" (& "&") (identifier "stack0x00000000")) (+ "+") (cast_expression "(int)uVar5" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "uVar5"))) () ")")))) (= "=") (cast_expression "(int)((ulonglong)uVar5 >> 0x20)" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (parenthesized_expression "((ulonglong)uVar5 >> 0x20)" (( "(") (binary_expression "(ulonglong)uVar5 >> 0x20" (cast_expression "(ulonglong)uVar5" (( "(") (type_descriptor "ulonglong" (type_identifier "ulonglong")) () ")") (identifier "uVar5")) (>> ">>") (number_literal "0x20")) () ")")))) (; ";")) (return_statement "return CONCAT44(local_14,local_18);" (return "return") (call_expression "CONCAT44(local_14,local_18)" (identifier "CONCAT44") (argument_list "(local_14,local_18)" (( "(") (identifier "local_14") (, ",") (identifier "local_18") () ")"))) (; ";")) (} "}"))) (expression_statement "abort();" (call_expression "abort()" (identifier "abort") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ type_1 __regparm2 function_1(type_2 param_1,type_2 param_2,int var_5) { int var_2; type_2 *var_3; type_2 *var_4; type_3 bVar4; type_1 uVar5; type_2 local_11c [32]; type_2 local_9c [18]; type_2 local_54; type_2 local_50; type_2 uStack_1c; type_2 local_18; type_2 local_14; bVar4 = 0; uStack_1c = 0x27dd9e; local_14 = param_2; var_1(); var_3 = local_11c; var_4 = local_9c; for (var_2 = 0x20; var_2 != 0; var_2 = var_2 + -1) { *var_4 = *var_3; var_3 = var_3 + (type_4)bVar4 * -2 + 1; var_4 = var_4 + (type_4)bVar4 * -2 + 1; } if (*(int *)(var_5 + 0xc) == 0) { var_2 = var_6(); } else { var_2 = var_7(); } if (var_2 == 7) { var_8(); uVar5 = var_9(local_54,local_50); *(int *)(&stack0x00000000 + (int)uVar5) = (int)((type_5)uVar5 >> 0x20); return var_10(local_14,local_18); } /* WARNING: Subroutine does not return */ var_11(); }
null
(translation_unit (function_definition type: (type_identifier) (ERROR (identifier)) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (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)) (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: (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: (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: (identifier))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (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: (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)))))) (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 (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (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))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (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: (pointer_expression argument: (identifier)) right: (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: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal)))))) (return_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
null
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ undefined8 __regparm2 MASKED(undefined4 param_1,undefined4 param_2,int param_3) { int iVar1; undefined4 *puVar2; undefined4 *puVar3; byte bVar4; undefined8 uVar5; undefined4 local_11c [32]; undefined4 local_9c [18]; undefined4 local_54; undefined4 local_50; undefined4 uStack_1c; undefined4 local_18; undefined4 local_14; bVar4 = 0; uStack_1c = 0x27dd9e; local_14 = param_2; FUN_0027d410(); puVar2 = local_11c; puVar3 = local_9c; for (iVar1 = 0x20; iVar1 != 0; iVar1 = iVar1 + -1) { *puVar3 = *puVar2; puVar2 = puVar2 + (uint)bVar4 * -2 + 1; puVar3 = puVar3 + (uint)bVar4 * -2 + 1; } if (*(int *)(param_3 + 0xc) == 0) { iVar1 = FUN_0027d5e0(); } else { iVar1 = FUN_0027d6b0(); } if (iVar1 == 7) { FUN_0027d7a0(); uVar5 = FUN_0027db90(local_54,local_50); *(int *)(&stack0x00000000 + (int)uVar5) = (int)((ulonglong)uVar5 >> 0x20); return CONCAT44(local_14,local_18); } /* WARNING: Subroutine does not return */ abort(); }
561_sparc64-linux-gnu-dwp_and_sparc64-linux-gnu-dwp_strip.c
FUN_00032492
FUN_00032492
void FUN_00032492(void) { int iVar1; int unaff_EBP; int unaff_ESI; iVar1 = *(int *)(unaff_EBP + -0x24); *(int *)(iVar1 + 4) = unaff_ESI + -0x2838; std::ios_base::~ios_base((ios_base *)(iVar1 + 4)); /* WARNING: Subroutine does not return */ _Unwind_Resume(); }
void FUN_00032492(void) { int iVar1; int unaff_EBP; int unaff_ESI; iVar1 = *(int *)(unaff_EBP + -0x24); *(int *)(iVar1 + 4) = unaff_ESI + -0x2838; FUN_0022c040(iVar1 + 4); /* WARNING: Subroutine does not return */ FUN_0027dd80(); }
LEA EAX,[ESI + 0xffffd7c0] MOV EBX,dword ptr [EBP + -0x24] SUB ESP,0xc ADD EAX,0x8 MOV dword ptr [EBX + 0x4],EAX LEA EAX,[EBX + 0x4] MOV EBX,ESI PUSH EAX CALL 0x0022c040 MOV dword ptr [ESP],EDI CALL 0x0027dd80
null
null
null
null
[('const-4294967260', u'INT_ADD_-1206115155'), (u'CAST_-1206115027', u'CALL_-1206115117'), ('const-4', u'INT_ADD_-1206115125'), ('const-4', u'INT_ADD_-1206115119'), (u'CAST_-1206115041', u'LOAD_-1206115171'), ('const-4294957000', u'INT_ADD_-1206115135'), (u'CAST_-1206115031', u'STORE_-1206115139'), (u'INT_ADD_-1206115135', u'STORE_-1206115139'), ('tmp_171', u'INT_ADD_-1206115135'), ('tmp_172', u'INT_ADD_-1206115155'), ('const-1', u'RETURN_-1206115099'), (u'INT_ADD_-1206115119', u'CAST_-1206115027'), ('const-417', u'STORE_-1206115139'), (u'INT_ADD_-1206115155', u'CAST_-1206115041'), (u'LOAD_-1206115171', u'INT_ADD_-1206115125'), (u'LOAD_-1206115171', u'INT_ADD_-1206115119'), ('const-417', u'LOAD_-1206115171'), (u'INT_ADD_-1206115125', u'CAST_-1206115031')]
[('const-4294967260', u'INT_ADD_-1206115155'), ('const-4', u'INT_ADD_-1206115125'), ('const-4', u'INT_ADD_-1206115119'), (u'CAST_-1206115041', u'LOAD_-1206115171'), ('const-4294957000', u'INT_ADD_-1206115135'), (u'CAST_-1206115031', u'STORE_-1206115139'), (u'INT_ADD_-1206115135', u'STORE_-1206115139'), ('tmp_171', u'INT_ADD_-1206115135'), ('tmp_172', u'INT_ADD_-1206115155'), ('const-1', u'RETURN_-1206115099'), (u'INT_ADD_-1206115119', u'CALL_-1206115117'), (u'INT_ADD_-1206115155', u'CAST_-1206115041'), (u'LOAD_-1206115171', u'INT_ADD_-1206115125'), (u'LOAD_-1206115171', u'INT_ADD_-1206115119'), ('const-417', u'LOAD_-1206115171'), ('const-417', u'STORE_-1206115139'), (u'INT_ADD_-1206115125', u'CAST_-1206115031')]
null
null
00032492
x86
O2
(translation_unit "void FUN_00032492(void)\n\n{\n int iVar1;\n int unaff_EBP;\n int unaff_ESI;\n \n iVar1 = *(int *)(unaff_EBP + -0x24);\n *(int *)(iVar1 + 4) = unaff_ESI + -0x2838;\n FUN_0022c040(iVar1 + 4);\n /* WARNING: Subroutine does not return */\n FUN_0027dd80();\n}\n\n" (function_definition "void FUN_00032492(void)\n\n{\n int iVar1;\n int unaff_EBP;\n int unaff_ESI;\n \n iVar1 = *(int *)(unaff_EBP + -0x24);\n *(int *)(iVar1 + 4) = unaff_ESI + -0x2838;\n FUN_0022c040(iVar1 + 4);\n /* WARNING: Subroutine does not return */\n FUN_0027dd80();\n}" primitive_type (function_declarator "FUN_00032492(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n int iVar1;\n int unaff_EBP;\n int unaff_ESI;\n \n iVar1 = *(int *)(unaff_EBP + -0x24);\n *(int *)(iVar1 + 4) = unaff_ESI + -0x2838;\n FUN_0022c040(iVar1 + 4);\n /* WARNING: Subroutine does not return */\n FUN_0027dd80();\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "int unaff_EBP;" primitive_type identifier ;) (declaration "int unaff_ESI;" primitive_type identifier ;) (expression_statement "iVar1 = *(int *)(unaff_EBP + -0x24);" (assignment_expression "iVar1 = *(int *)(unaff_EBP + -0x24)" identifier = (pointer_expression "*(int *)(unaff_EBP + -0x24)" * (cast_expression "(int *)(unaff_EBP + -0x24)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x24)" ( (binary_expression "unaff_EBP + -0x24" identifier + number_literal) ))))) ;) (expression_statement "*(int *)(iVar1 + 4) = unaff_ESI + -0x2838;" (assignment_expression "*(int *)(iVar1 + 4) = unaff_ESI + -0x2838" (pointer_expression "*(int *)(iVar1 + 4)" * (cast_expression "(int *)(iVar1 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 4)" ( (binary_expression "iVar1 + 4" identifier + number_literal) )))) = (binary_expression "unaff_ESI + -0x2838" identifier + number_literal)) ;) (expression_statement "FUN_0022c040(iVar1 + 4);" (call_expression "FUN_0022c040(iVar1 + 4)" identifier (argument_list "(iVar1 + 4)" ( (binary_expression "iVar1 + 4" identifier + number_literal) ))) ;) comment (expression_statement "FUN_0027dd80();" (call_expression "FUN_0027dd80()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "void FUN_00032492(void)\n\n{\n int iVar1;\n int unaff_EBP;\n int unaff_ESI;\n \n iVar1 = *(int *)(unaff_EBP + -0x24);\n *(int *)(iVar1 + 4) = unaff_ESI + -0x2838;\n std::ios_base::~ios_base((ios_base *)(iVar1 + 4));\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}\n\n" (function_definition "void FUN_00032492(void)\n\n{\n int iVar1;\n int unaff_EBP;\n int unaff_ESI;\n \n iVar1 = *(int *)(unaff_EBP + -0x24);\n *(int *)(iVar1 + 4) = unaff_ESI + -0x2838;\n std::ios_base::~ios_base((ios_base *)(iVar1 + 4));\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}" primitive_type (function_declarator "FUN_00032492(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n int iVar1;\n int unaff_EBP;\n int unaff_ESI;\n \n iVar1 = *(int *)(unaff_EBP + -0x24);\n *(int *)(iVar1 + 4) = unaff_ESI + -0x2838;\n std::ios_base::~ios_base((ios_base *)(iVar1 + 4));\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "int unaff_EBP;" primitive_type identifier ;) (declaration "int unaff_ESI;" primitive_type identifier ;) (expression_statement "iVar1 = *(int *)(unaff_EBP + -0x24);" (assignment_expression "iVar1 = *(int *)(unaff_EBP + -0x24)" identifier = (pointer_expression "*(int *)(unaff_EBP + -0x24)" * (cast_expression "(int *)(unaff_EBP + -0x24)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x24)" ( (binary_expression "unaff_EBP + -0x24" identifier + number_literal) ))))) ;) (expression_statement "*(int *)(iVar1 + 4) = unaff_ESI + -0x2838;" (assignment_expression "*(int *)(iVar1 + 4) = unaff_ESI + -0x2838" (pointer_expression "*(int *)(iVar1 + 4)" * (cast_expression "(int *)(iVar1 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 4)" ( (binary_expression "iVar1 + 4" identifier + number_literal) )))) = (binary_expression "unaff_ESI + -0x2838" identifier + number_literal)) ;) (labeled_statement "std::ios_base::~ios_base((ios_base *)(iVar1 + 4));" statement_identifier : (ERROR ":" :) (labeled_statement "ios_base::~ios_base((ios_base *)(iVar1 + 4));" statement_identifier : (ERROR ":" :) (expression_statement "~ios_base((ios_base *)(iVar1 + 4));" (unary_expression "~ios_base((ios_base *)(iVar1 + 4))" ~ (call_expression "ios_base((ios_base *)(iVar1 + 4))" identifier (argument_list "((ios_base *)(iVar1 + 4))" ( (cast_expression "(ios_base *)(iVar1 + 4)" ( (type_descriptor "ios_base *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 4)" ( (binary_expression "iVar1 + 4" identifier + number_literal) ))) )))) ;))) comment (expression_statement "_Unwind_Resume();" (call_expression "_Unwind_Resume()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "void FUN_00032492(void)\n\n{\n int iVar1;\n int unaff_EBP;\n int unaff_ESI;\n \n iVar1 = *(int *)(unaff_EBP + -0x24);\n *(int *)(iVar1 + 4) = unaff_ESI + -0x2838;\n FUN_0022c040(iVar1 + 4);\n \n FUN_0027dd80();\n}\n\n" (function_definition "void FUN_00032492(void)\n\n{\n int iVar1;\n int unaff_EBP;\n int unaff_ESI;\n \n iVar1 = *(int *)(unaff_EBP + -0x24);\n *(int *)(iVar1 + 4) = unaff_ESI + -0x2838;\n FUN_0022c040(iVar1 + 4);\n \n FUN_0027dd80();\n}" primitive_type (function_declarator "FUN_00032492(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n int iVar1;\n int unaff_EBP;\n int unaff_ESI;\n \n iVar1 = *(int *)(unaff_EBP + -0x24);\n *(int *)(iVar1 + 4) = unaff_ESI + -0x2838;\n FUN_0022c040(iVar1 + 4);\n \n FUN_0027dd80();\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "int unaff_EBP;" primitive_type identifier ;) (declaration "int unaff_ESI;" primitive_type identifier ;) (expression_statement "iVar1 = *(int *)(unaff_EBP + -0x24);" (assignment_expression "iVar1 = *(int *)(unaff_EBP + -0x24)" identifier = (pointer_expression "*(int *)(unaff_EBP + -0x24)" * (cast_expression "(int *)(unaff_EBP + -0x24)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x24)" ( (binary_expression "unaff_EBP + -0x24" identifier + number_literal) ))))) ;) (expression_statement "*(int *)(iVar1 + 4) = unaff_ESI + -0x2838;" (assignment_expression "*(int *)(iVar1 + 4) = unaff_ESI + -0x2838" (pointer_expression "*(int *)(iVar1 + 4)" * (cast_expression "(int *)(iVar1 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 4)" ( (binary_expression "iVar1 + 4" identifier + number_literal) )))) = (binary_expression "unaff_ESI + -0x2838" identifier + number_literal)) ;) (expression_statement "FUN_0022c040(iVar1 + 4);" (call_expression "FUN_0022c040(iVar1 + 4)" identifier (argument_list "(iVar1 + 4)" ( (binary_expression "iVar1 + 4" identifier + number_literal) ))) ;) (expression_statement "FUN_0027dd80();" (call_expression "FUN_0027dd80()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (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)) ;) (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) ))) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(function_definition "void FUN_00032492(void)\n\n{\n int iVar1;\n int unaff_EBP;\n int unaff_ESI;\n \n iVar1 = *(int *)(unaff_EBP + -0x24);\n *(int *)(iVar1 + 4) = unaff_ESI + -0x2838;\n FUN_0022c040(iVar1 + 4);\n \n FUN_0027dd80();\n}" (primitive_type "void") (function_declarator "FUN_00032492(void)" (identifier "FUN_00032492") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n int iVar1;\n int unaff_EBP;\n int unaff_ESI;\n \n iVar1 = *(int *)(unaff_EBP + -0x24);\n *(int *)(iVar1 + 4) = unaff_ESI + -0x2838;\n FUN_0022c040(iVar1 + 4);\n \n FUN_0027dd80();\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (declaration "int unaff_EBP;" (primitive_type "int") (identifier "unaff_EBP") (; ";")) (declaration "int unaff_ESI;" (primitive_type "int") (identifier "unaff_ESI") (; ";")) (expression_statement "iVar1 = *(int *)(unaff_EBP + -0x24);" (assignment_expression "iVar1 = *(int *)(unaff_EBP + -0x24)" (identifier "iVar1") (= "=") (pointer_expression "*(int *)(unaff_EBP + -0x24)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x24)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x24)" (( "(") (binary_expression "unaff_EBP + -0x24" (identifier "unaff_EBP") (+ "+") (number_literal "-0x24")) () ")"))))) (; ";")) (expression_statement "*(int *)(iVar1 + 4) = unaff_ESI + -0x2838;" (assignment_expression "*(int *)(iVar1 + 4) = unaff_ESI + -0x2838" (pointer_expression "*(int *)(iVar1 + 4)" (* "*") (cast_expression "(int *)(iVar1 + 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar1 + 4)" (( "(") (binary_expression "iVar1 + 4" (identifier "iVar1") (+ "+") (number_literal "4")) () ")")))) (= "=") (binary_expression "unaff_ESI + -0x2838" (identifier "unaff_ESI") (+ "+") (number_literal "-0x2838"))) (; ";")) (expression_statement "FUN_0022c040(iVar1 + 4);" (call_expression "FUN_0022c040(iVar1 + 4)" (identifier "FUN_0022c040") (argument_list "(iVar1 + 4)" (( "(") (binary_expression "iVar1 + 4" (identifier "iVar1") (+ "+") (number_literal "4")) () ")"))) (; ";")) (expression_statement "FUN_0027dd80();" (call_expression "FUN_0027dd80()" (identifier "FUN_0027dd80") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
void function_1(void) { int var_2; int var_1; int var_3; var_2 = *(int *)(var_1 + -0x24); *(int *)(var_2 + 4) = var_3 + -0x2838; std::ios_base::~var_4((var_4 *)(var_2 + 4)); /* WARNING: Subroutine does not return */ var_5(); }
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: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (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))))))) (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)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
null
void MASKED(void) { int iVar1; int unaff_EBP; int unaff_ESI; iVar1 = *(int *)(unaff_EBP + -0x24); *(int *)(iVar1 + 4) = unaff_ESI + -0x2838; FUN_0022c040(iVar1 + 4); /* WARNING: Subroutine does not return */ FUN_0027dd80(); }
158_x86_64-linux-gnu-strings_and_x86_64-linux-gnu-strings_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.0 */ 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_-1205952342')]
[('const-1', u'RETURN_-1205952342')]
null
null
0001a0a0
x86
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.0 */\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.0 */\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.0 */\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.0 */ 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(); }
13528_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c
money_put
FUN_00422ae0
/* WARNING: Function: __x86.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */ /* std::money_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > >::money_put(unsigned int) */ void __thiscall std::money_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>>::money_put (money_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>> *this,uint param_1) { *(uint *)(this + 4) = (uint)(param_1 != 0); *(undefined ***)this = &PTR__money_put_005e96d0; return; }
/* WARNING: Function: __i686.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */ void FUN_00422ae0(undefined4 *param_1,int param_2) { param_1[1] = (uint)(param_2 != 0); *param_1 = &PTR_FUN_005e96d0; return; }
CALL 0x00050c85 ADD EDX,0x1c751b MOV EAX,dword ptr [ESP + 0x4] XOR ECX,ECX CMP dword ptr [ESP + 0x8],0x0 SETNZ CL MOV dword ptr [EAX + 0x4],ECX LEA EDX,[EDX + 0xfffff6c8] ADD EDX,0x8 MOV dword ptr [EAX],EDX RET
null
null
null
null
[('const-417', u'STORE_-1201853660'), ('const-0', u'RETURN_-1201853623'), ('tmp_164', u'CAST_-1201853561'), ('const-417', u'STORE_-1201853635'), (u'CAST_-1201853561', u'STORE_-1201853635'), (u'PTRSUB_-1201853561', u'STORE_-1201853635'), ('const-1', u'PTRADD_-1201853600'), (u'INT_ZEXT_-1201853628', u'STORE_-1201853660'), (u'PTRADD_-1201853600', u'CAST_-1201853574'), ('tmp_164', u'PTRADD_-1201853600'), ('const-0', u'INT_NOTEQUAL_-1201853668'), ('tmp_165', u'INT_NOTEQUAL_-1201853668'), ('const-4', u'PTRADD_-1201853600'), ('const-0', u'PTRSUB_-1201853561'), (u'INT_NOTEQUAL_-1201853668', u'INT_ZEXT_-1201853628'), (u'CAST_-1201853574', u'STORE_-1201853660'), ('const-6198992', u'PTRSUB_-1201853561')]
[('const-0', u'RETURN_-1201853623'), ('tmp_201', u'INT_NOTEQUAL_-1201853668'), (u'PTRSUB_-1201853561', u'STORE_-1201853635'), (u'INT_ZEXT_-1201853628', u'STORE_-1201853660'), ('const-4', u'PTRADD_-1201853573'), (u'PTRADD_-1201853573', u'STORE_-1201853660'), ('tmp_200', u'STORE_-1201853635'), ('const-417', u'STORE_-1201853635'), ('tmp_200', u'PTRADD_-1201853573'), ('const-0', u'PTRSUB_-1201853561'), ('const-6198992', u'PTRSUB_-1201853561'), ('const-417', u'STORE_-1201853660'), ('const-1', u'PTRADD_-1201853573'), (u'INT_NOTEQUAL_-1201853668', u'INT_ZEXT_-1201853628'), ('const-0', u'INT_NOTEQUAL_-1201853668')]
null
null
00422ae0
x86
O2
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */\n\nvoid FUN_00422ae0(undefined4 *param_1,int param_2)\n\n{\n param_1[1] = (uint)(param_2 != 0);\n *param_1 = &PTR_FUN_005e96d0;\n return;\n}\n\n" comment (function_definition "void FUN_00422ae0(undefined4 *param_1,int param_2)\n\n{\n param_1[1] = (uint)(param_2 != 0);\n *param_1 = &PTR_FUN_005e96d0;\n return;\n}" primitive_type (function_declarator "FUN_00422ae0(undefined4 *param_1,int param_2)" identifier (parameter_list "(undefined4 *param_1,int param_2)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "int param_2" primitive_type identifier) ))) (compound_statement "{\n param_1[1] = (uint)(param_2 != 0);\n *param_1 = &PTR_FUN_005e96d0;\n return;\n}" { (expression_statement "param_1[1] = (uint)(param_2 != 0);" (assignment_expression "param_1[1] = (uint)(param_2 != 0)" (subscript_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_005e96d0;" (assignment_expression "*param_1 = &PTR_FUN_005e96d0" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_005e96d0" & identifier)) ;) (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */\n/* std::money_put<char, std::ostreambuf_iterator<char, std::char_traits<char> >\n >::money_put(unsigned int) */\n\nvoid __thiscall\nstd::money_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>>::money_put\n (money_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>> *this,uint param_1)\n\n{\n *(uint *)(this + 4) = (uint)(param_1 != 0);\n *(undefined ***)this = &PTR__money_put_005e96d0;\n return;\n}\n\n" comment comment (declaration "void __thiscall\nstd::money_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>>::money_put\n (money_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>> *this,uint param_1)\n\n{\n *(uint *)(this + 4) = (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>>>::money_put\n (money_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>> *this,uint param_1)\n\n{" identifier : : identifier < primitive_type >> > : : (function_declarator "money_put\n (money_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>> *this,uint param_1)" identifier (parameter_list "(money_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>> *this,uint param_1)" ( (parameter_declaration "money_put" type_identifier) (ERROR "<char" < primitive_type) , (parameter_declaration "std::ostreambuf_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 "uint param_1" type_identifier identifier) ))) {) (init_declarator "*(uint *)(this + 4) = (uint)(param_1 != 0)" (pointer_declarator "*(uint *)(this + 4)" * (function_declarator "(uint *)(this + 4)" (parenthesized_declarator "(uint *)" ( identifier (ERROR "*" *) )) (parameter_list "(this + 4)" ( (parameter_declaration "this" type_identifier) (ERROR "+ 4" + 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__money_put_005e96d0;" (assignment_expression "*(undefined ***)this = &PTR__money_put_005e96d0" (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__money_put_005e96d0" & identifier)) ;) (return_statement "return;" return ;) (ERROR "}" }))
(translation_unit "void FUN_00422ae0(undefined4 *param_1,int param_2)\n\n{\n param_1[1] = (uint)(param_2 != 0);\n *param_1 = &PTR_FUN_005e96d0;\n return;\n}\n\n" (function_definition "void FUN_00422ae0(undefined4 *param_1,int param_2)\n\n{\n param_1[1] = (uint)(param_2 != 0);\n *param_1 = &PTR_FUN_005e96d0;\n return;\n}" primitive_type (function_declarator "FUN_00422ae0(undefined4 *param_1,int param_2)" identifier (parameter_list "(undefined4 *param_1,int param_2)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "int param_2" primitive_type identifier) ))) (compound_statement "{\n param_1[1] = (uint)(param_2 != 0);\n *param_1 = &PTR_FUN_005e96d0;\n return;\n}" { (expression_statement "param_1[1] = (uint)(param_2 != 0);" (assignment_expression "param_1[1] = (uint)(param_2 != 0)" (subscript_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_005e96d0;" (assignment_expression "*param_1 = &PTR_FUN_005e96d0" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_005e96d0" & 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 { (expression_statement (assignment_expression (subscript_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_00422ae0(undefined4 *param_1,int param_2)\n\n{\n param_1[1] = (uint)(param_2 != 0);\n *param_1 = &PTR_FUN_005e96d0;\n return;\n}" (primitive_type "void") (function_declarator "FUN_00422ae0(undefined4 *param_1,int param_2)" (identifier "FUN_00422ae0") (parameter_list "(undefined4 *param_1,int param_2)" (( "(") (parameter_declaration "undefined4 *param_1" (type_identifier "undefined4") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "int param_2" (primitive_type "int") (identifier "param_2")) () ")"))) (compound_statement "{\n param_1[1] = (uint)(param_2 != 0);\n *param_1 = &PTR_FUN_005e96d0;\n return;\n}" ({ "{") (expression_statement "param_1[1] = (uint)(param_2 != 0);" (assignment_expression "param_1[1] = (uint)(param_2 != 0)" (subscript_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_005e96d0;" (assignment_expression "*param_1 = &PTR_FUN_005e96d0" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&PTR_FUN_005e96d0" (& "&") (identifier "PTR_FUN_005e96d0"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */ /* std::money_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > >::money_put(unsigned int) */ void __thiscall std::money_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>>::money_put (money_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>> *type_1,function_1 var_1) { *(function_1 *)(type_1 + 4) = (function_1)(var_1 != 0); *(type_2 ***)type_1 = &PTR__money_put_005e96d0; 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: (primitive_type) declarator: (identifier)))) body: (compound_statement (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (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
/* WARNING: Function: __i686.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */ void MASKED(undefined4 *param_1,int param_2) { param_1[1] = (uint)(param_2 != 0); *param_1 = &PTR_FUN_005e96d0; return; }
191_pageant_and_pageant_strip.c
agent_query_synchronous
FUN_00015410
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ void agent_query_synchronous(void *in,int inlen,void **out,int *outlen) { agent_pending_query *paVar1; paVar1 = agent_query(in,inlen,out,outlen,(_func_void_void_ptr_void_ptr_int *)0x0,(void *)0x0); if (paVar1 == (agent_pending_query *)0x0) { return; } /* WARNING: Subroutine does not return */ __assert_fail("!pending","aqsync.c",0x13,"agent_query_synchronous"); }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_00015410(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4) { int iVar1; iVar1 = FUN_000402b0(param_1,param_2,param_3,param_4,0,0); if (iVar1 == 0) { return; } /* WARNING: Subroutine does not return */ __assert_fail("!pending","aqsync.c",0x13,"agent_query_synchronous"); }
PUSH EBX CALL 0x000152d0 ADD EBX,0x598d2 SUB ESP,0x10 PUSH 0x0 PUSH 0x0 PUSH dword ptr [ESP + 0x2c] PUSH dword ptr [ESP + 0x2c] PUSH dword ptr [ESP + 0x2c] PUSH dword ptr [ESP + 0x2c] CALL 0x000402b0 ADD ESP,0x20 TEST EAX,EAX JNZ 0x00015444 ADD ESP,0x8 POP EBX RET LEA EAX,[EBX + 0xfffdc334] PUSH EAX LEA EAX,[EBX + 0xfffdc320] PUSH 0x13 PUSH EAX LEA EAX,[EBX + 0xfffdc329] PUSH EAX CALL 0x00014ad0
null
null
null
null
[('tmp_318', u'CALL_-1205971858'), ('const-307217', u'COPY_-1205971677'), ('const-0', u'INT_EQUAL_-1205971832'), ('tmp_200', u'CBRANCH_-1205971830'), (u'COPY_-1205971678', u'CALL_-1205971761'), (u'INT_EQUAL_-1205971832', u'CBRANCH_-1205971830'), ('tmp_317', u'CALL_-1205971858'), ('const-0', u'CALL_-1205971858'), ('const-0', u'RETURN_-1205971803'), ('const-0', u'CALL_-1205971858'), ('const-19', u'CALL_-1205971761'), ('const-1', u'RETURN_-1205971756'), (u'CALL_-1205971858', u'INT_EQUAL_-1205971832'), ('tmp_320', u'CALL_-1205971858'), ('tmp_319', u'CALL_-1205971858'), (u'COPY_-1205971676', u'CALL_-1205971761'), ('const-307208', u'COPY_-1205971678'), (u'COPY_-1205971677', u'CALL_-1205971761'), ('const-307228', u'COPY_-1205971676')]
[('const-0', u'INT_EQUAL_-1205971832'), ('tmp_200', u'CBRANCH_-1205971830'), (u'INT_EQUAL_-1205971832', u'CBRANCH_-1205971830'), ('tmp_650', u'CALL_-1205971858'), ('const-0', u'RETURN_-1205971803'), (u'COPY_-1205971687', u'CALL_-1205971761'), ('const-19', u'CALL_-1205971761'), ('const-0', u'CALL_-1205971858'), ('const-1', u'RETURN_-1205971756'), ('tmp_649', u'CALL_-1205971858'), (u'CALL_-1205971858', u'INT_EQUAL_-1205971832'), ('const-307228', u'COPY_-1205971685'), (u'COPY_-1205971685', u'CALL_-1205971761'), ('const-307217', u'COPY_-1205971686'), ('const-307208', u'COPY_-1205971687'), ('tmp_648', u'CALL_-1205971858'), ('const-0', u'CALL_-1205971858'), ('tmp_647', u'CALL_-1205971858'), (u'COPY_-1205971686', u'CALL_-1205971761')]
null
null
00015410
x86
O2
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00015410(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4)\n\n{\n int iVar1;\n \n iVar1 = FUN_000402b0(param_1,param_2,param_3,param_4,0,0);\n if (iVar1 == 0) {\n return;\n }\n /* WARNING: Subroutine does not return */\n __assert_fail("!pending","aqsync.c",0x13,"agent_query_synchronous");\n}\n\n" comment (function_definition "void FUN_00015410(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4)\n\n{\n int iVar1;\n \n iVar1 = FUN_000402b0(param_1,param_2,param_3,param_4,0,0);\n if (iVar1 == 0) {\n return;\n }\n /* WARNING: Subroutine does not return */\n __assert_fail("!pending","aqsync.c",0x13,"agent_query_synchronous");\n}" primitive_type (function_declarator "FUN_00015410(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4)" identifier (parameter_list "(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "undefined4 param_3" type_identifier identifier) , (parameter_declaration "undefined4 param_4" type_identifier identifier) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = FUN_000402b0(param_1,param_2,param_3,param_4,0,0);\n if (iVar1 == 0) {\n return;\n }\n /* WARNING: Subroutine does not return */\n __assert_fail("!pending","aqsync.c",0x13,"agent_query_synchronous");\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = FUN_000402b0(param_1,param_2,param_3,param_4,0,0);" (assignment_expression "iVar1 = FUN_000402b0(param_1,param_2,param_3,param_4,0,0)" identifier = (call_expression "FUN_000402b0(param_1,param_2,param_3,param_4,0,0)" identifier (argument_list "(param_1,param_2,param_3,param_4,0,0)" ( identifier , identifier , identifier , identifier , number_literal , number_literal )))) ;) (if_statement "if (iVar1 == 0) {\n return;\n }" if (parenthesized_expression "(iVar1 == 0)" ( (binary_expression "iVar1 == 0" identifier == number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) comment (expression_statement "__assert_fail("!pending","aqsync.c",0x13,"agent_query_synchronous");" (call_expression "__assert_fail("!pending","aqsync.c",0x13,"agent_query_synchronous")" identifier (argument_list "("!pending","aqsync.c",0x13,"agent_query_synchronous")" ( (string_literal ""!pending"" " string_content ") , (string_literal ""aqsync.c"" " string_content ") , number_literal , (string_literal ""agent_query_synchronous"" " string_content ") ))) ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nvoid agent_query_synchronous(void *in,int inlen,void **out,int *outlen)\n\n{\n agent_pending_query *paVar1;\n \n paVar1 = agent_query(in,inlen,out,outlen,(_func_void_void_ptr_void_ptr_int *)0x0,(void *)0x0);\n if (paVar1 == (agent_pending_query *)0x0) {\n return;\n }\n /* WARNING: Subroutine does not return */\n __assert_fail("!pending","aqsync.c",0x13,"agent_query_synchronous");\n}\n\n" comment comment (function_definition "void agent_query_synchronous(void *in,int inlen,void **out,int *outlen)\n\n{\n agent_pending_query *paVar1;\n \n paVar1 = agent_query(in,inlen,out,outlen,(_func_void_void_ptr_void_ptr_int *)0x0,(void *)0x0);\n if (paVar1 == (agent_pending_query *)0x0) {\n return;\n }\n /* WARNING: Subroutine does not return */\n __assert_fail("!pending","aqsync.c",0x13,"agent_query_synchronous");\n}" primitive_type (function_declarator "agent_query_synchronous(void *in,int inlen,void **out,int *outlen)" identifier (parameter_list "(void *in,int inlen,void **out,int *outlen)" ( (parameter_declaration "void *in" primitive_type (pointer_declarator "*in" * identifier)) , (parameter_declaration "int inlen" primitive_type identifier) , (parameter_declaration "void **out" primitive_type (pointer_declarator "**out" * (pointer_declarator "*out" * identifier))) , (parameter_declaration "int *outlen" primitive_type (pointer_declarator "*outlen" * identifier)) ))) (compound_statement "{\n agent_pending_query *paVar1;\n \n paVar1 = agent_query(in,inlen,out,outlen,(_func_void_void_ptr_void_ptr_int *)0x0,(void *)0x0);\n if (paVar1 == (agent_pending_query *)0x0) {\n return;\n }\n /* WARNING: Subroutine does not return */\n __assert_fail("!pending","aqsync.c",0x13,"agent_query_synchronous");\n}" { (declaration "agent_pending_query *paVar1;" type_identifier (pointer_declarator "*paVar1" * identifier) ;) (expression_statement "paVar1 = agent_query(in,inlen,out,outlen,(_func_void_void_ptr_void_ptr_int *)0x0,(void *)0x0);" (assignment_expression "paVar1 = agent_query(in,inlen,out,outlen,(_func_void_void_ptr_void_ptr_int *)0x0,(void *)0x0)" identifier = (call_expression "agent_query(in,inlen,out,outlen,(_func_void_void_ptr_void_ptr_int *)0x0,(void *)0x0)" identifier (argument_list "(in,inlen,out,outlen,(_func_void_void_ptr_void_ptr_int *)0x0,(void *)0x0)" ( identifier , identifier , identifier , identifier , (cast_expression "(_func_void_void_ptr_void_ptr_int *)0x0" ( (type_descriptor "_func_void_void_ptr_void_ptr_int *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) , (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal) )))) ;) (if_statement "if (paVar1 == (agent_pending_query *)0x0) {\n return;\n }" if (parenthesized_expression "(paVar1 == (agent_pending_query *)0x0)" ( (binary_expression "paVar1 == (agent_pending_query *)0x0" identifier == (cast_expression "(agent_pending_query *)0x0" ( (type_descriptor "agent_pending_query *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) comment (expression_statement "__assert_fail("!pending","aqsync.c",0x13,"agent_query_synchronous");" (call_expression "__assert_fail("!pending","aqsync.c",0x13,"agent_query_synchronous")" identifier (argument_list "("!pending","aqsync.c",0x13,"agent_query_synchronous")" ( (string_literal ""!pending"" " string_content ") , (string_literal ""aqsync.c"" " string_content ") , number_literal , (string_literal ""agent_query_synchronous"" " string_content ") ))) ;) })))
(translation_unit "void FUN_00015410(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4)\n\n{\n int iVar1;\n \n iVar1 = FUN_000402b0(param_1,param_2,param_3,param_4,0,0);\n if (iVar1 == 0) {\n return;\n }\n \n __assert_fail("!pending","aqsync.c",0x13,"agent_query_synchronous");\n}\n\n" (function_definition "void FUN_00015410(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4)\n\n{\n int iVar1;\n \n iVar1 = FUN_000402b0(param_1,param_2,param_3,param_4,0,0);\n if (iVar1 == 0) {\n return;\n }\n \n __assert_fail("!pending","aqsync.c",0x13,"agent_query_synchronous");\n}" primitive_type (function_declarator "FUN_00015410(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4)" identifier (parameter_list "(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "undefined4 param_3" type_identifier identifier) , (parameter_declaration "undefined4 param_4" type_identifier identifier) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = FUN_000402b0(param_1,param_2,param_3,param_4,0,0);\n if (iVar1 == 0) {\n return;\n }\n \n __assert_fail("!pending","aqsync.c",0x13,"agent_query_synchronous");\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = FUN_000402b0(param_1,param_2,param_3,param_4,0,0);" (assignment_expression "iVar1 = FUN_000402b0(param_1,param_2,param_3,param_4,0,0)" identifier = (call_expression "FUN_000402b0(param_1,param_2,param_3,param_4,0,0)" identifier (argument_list "(param_1,param_2,param_3,param_4,0,0)" ( identifier , identifier , identifier , identifier , number_literal , number_literal )))) ;) (if_statement "if (iVar1 == 0) {\n return;\n }" if (parenthesized_expression "(iVar1 == 0)" ( (binary_expression "iVar1 == 0" identifier == number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "__assert_fail("!pending","aqsync.c",0x13,"agent_query_synchronous");" (call_expression "__assert_fail("!pending","aqsync.c",0x13,"agent_query_synchronous")" identifier (argument_list "("!pending","aqsync.c",0x13,"agent_query_synchronous")" ( (string_literal ""!pending"" " string_content ") , (string_literal ""aqsync.c"" " string_content ") , number_literal , (string_literal ""agent_query_synchronous"" " string_content ") ))) ;) })))
(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 IDENT (argument_list ( IDENT , IDENT , IDENT , IDENT , LIT , LIT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (return_statement return ;) })) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })))
(function_definition "void FUN_00015410(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4)\n\n{\n int iVar1;\n \n iVar1 = FUN_000402b0(param_1,param_2,param_3,param_4,0,0);\n if (iVar1 == 0) {\n return;\n }\n \n __assert_fail("!pending","aqsync.c",0x13,"agent_query_synchronous");\n}" (primitive_type "void") (function_declarator "FUN_00015410(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4)" (identifier "FUN_00015410") (parameter_list "(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4)" (( "(") (parameter_declaration "undefined4 param_1" (type_identifier "undefined4") (identifier "param_1")) (, ",") (parameter_declaration "undefined4 param_2" (type_identifier "undefined4") (identifier "param_2")) (, ",") (parameter_declaration "undefined4 param_3" (type_identifier "undefined4") (identifier "param_3")) (, ",") (parameter_declaration "undefined4 param_4" (type_identifier "undefined4") (identifier "param_4")) () ")"))) (compound_statement "{\n int iVar1;\n \n iVar1 = FUN_000402b0(param_1,param_2,param_3,param_4,0,0);\n if (iVar1 == 0) {\n return;\n }\n \n __assert_fail("!pending","aqsync.c",0x13,"agent_query_synchronous");\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (expression_statement "iVar1 = FUN_000402b0(param_1,param_2,param_3,param_4,0,0);" (assignment_expression "iVar1 = FUN_000402b0(param_1,param_2,param_3,param_4,0,0)" (identifier "iVar1") (= "=") (call_expression "FUN_000402b0(param_1,param_2,param_3,param_4,0,0)" (identifier "FUN_000402b0") (argument_list "(param_1,param_2,param_3,param_4,0,0)" (( "(") (identifier "param_1") (, ",") (identifier "param_2") (, ",") (identifier "param_3") (, ",") (identifier "param_4") (, ",") (number_literal "0") (, ",") (number_literal "0") () ")")))) (; ";")) (if_statement "if (iVar1 == 0) {\n return;\n }" (if "if") (parenthesized_expression "(iVar1 == 0)" (( "(") (binary_expression "iVar1 == 0" (identifier "iVar1") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "__assert_fail("!pending","aqsync.c",0x13,"agent_query_synchronous");" (call_expression "__assert_fail("!pending","aqsync.c",0x13,"agent_query_synchronous")" (identifier "__assert_fail") (argument_list "("!pending","aqsync.c",0x13,"agent_query_synchronous")" (( "(") (string_literal ""!pending"" (" """) (string_content "!pending") (" """)) (, ",") (string_literal ""aqsync.c"" (" """) (string_content "aqsync.c") (" """)) (, ",") (number_literal "0x13") (, ",") (string_literal ""agent_query_synchronous"" (" """) (string_content "agent_query_synchronous") (" """)) () ")"))) (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ void function_1(void *in,int inlen,void **out,int *outlen) { type_1 *var_2; var_2 = var_1(in,inlen,out,outlen,(type_2 *)0x0,(void *)0x0); if (var_2 == (type_1 *)0x0) { return; } /* WARNING: Subroutine does not return */ var_3("!pending","aqsync.c",0x13,"agent_query_synchronous"); }
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)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier) (identifier) (number_literal) (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (return_statement))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (string_literal (string_content)) (number_literal) (string_literal (string_content))))))))
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4) { int iVar1; iVar1 = FUN_000402b0(param_1,param_2,param_3,param_4,0,0); if (iVar1 == 0) { return; } /* WARNING: Subroutine does not return */ __assert_fail("!pending","aqsync.c",0x13,"agent_query_synchronous"); }
817_find_and_find_strip.c
__udivdi3
FUN_0004dc10
ulonglong __udivdi3(uint param_1,uint param_2,uint param_3,uint param_4) { ulonglong uVar1; ulonglong uVar2; ulonglong uVar3; longlong lVar4; byte bVar5; uint uVar6; byte bVar7; uint uVar8; uint uVar9; if (param_4 == 0) { if (param_3 <= param_2) { if (param_3 == 0) { param_3 = 1 / 0; } return CONCAT44(param_2 / param_3, (int)(((ulonglong)param_2 % (ulonglong)param_3 << 0x20 | (ulonglong)param_1) / (ulonglong)param_3)); } uVar6 = (uint)(CONCAT44(param_2,param_1) / (ulonglong)param_3); } else { if (param_2 < param_4) { return 0; } uVar6 = 0x1f; if (param_4 != 0) { for (; param_4 >> uVar6 == 0; uVar6 = uVar6 - 1) { } } if ((uVar6 ^ 0x1f) == 0) { if ((param_4 < param_2) || (uVar6 = 0, param_3 <= param_1)) { uVar6 = 1; } } else { bVar5 = (byte)(uVar6 ^ 0x1f); bVar7 = 0x20 - bVar5; uVar1 = (ulonglong)(param_4 << (bVar5 & 0x1f) | param_3 >> (bVar7 & 0x1f)); uVar2 = CONCAT44(param_2 >> (bVar7 & 0x1f), param_2 << (bVar5 & 0x1f) | param_1 >> (bVar7 & 0x1f)); uVar3 = uVar2 / uVar1; uVar6 = (uint)uVar3; uVar8 = (uint)(uVar2 % uVar1); lVar4 = (uVar3 & 0xffffffff) * (ulonglong)(param_3 << (bVar5 & 0x1f)); uVar9 = (uint)((ulonglong)lVar4 >> 0x20); if ((uVar8 < uVar9) || ((param_1 << (bVar5 & 0x1f) < (uint)lVar4 && (uVar8 == uVar9)))) { uVar6 = uVar6 - 1; } } } return (ulonglong)uVar6; }
ulonglong FUN_0004dc10(uint param_1,uint param_2,uint param_3,uint param_4) { ulonglong uVar1; ulonglong uVar2; ulonglong uVar3; longlong lVar4; byte bVar5; uint uVar6; byte bVar7; uint uVar8; uint uVar9; if (param_4 == 0) { if (param_3 <= param_2) { if (param_3 == 0) { param_3 = 1 / 0; } return CONCAT44(param_2 / param_3, (int)(((ulonglong)param_2 % (ulonglong)param_3 << 0x20 | (ulonglong)param_1) / (ulonglong)param_3)); } uVar6 = (uint)(CONCAT44(param_2,param_1) / (ulonglong)param_3); } else { if (param_2 < param_4) { return 0; } uVar6 = 0x1f; if (param_4 != 0) { for (; param_4 >> uVar6 == 0; uVar6 = uVar6 - 1) { } } if ((uVar6 ^ 0x1f) == 0) { if ((param_4 < param_2) || (uVar6 = 0, param_3 <= param_1)) { uVar6 = 1; } } else { bVar5 = (byte)(uVar6 ^ 0x1f); bVar7 = 0x20 - bVar5; uVar1 = (ulonglong)(param_4 << (bVar5 & 0x1f) | param_3 >> (bVar7 & 0x1f)); uVar2 = CONCAT44(param_2 >> (bVar7 & 0x1f), param_2 << (bVar5 & 0x1f) | param_1 >> (bVar7 & 0x1f)); uVar3 = uVar2 / uVar1; uVar6 = (uint)uVar3; uVar8 = (uint)(uVar2 % uVar1); lVar4 = (uVar3 & 0xffffffff) * (ulonglong)(param_3 << (bVar5 & 0x1f)); uVar9 = (uint)((ulonglong)lVar4 >> 0x20); if ((uVar8 < uVar9) || ((param_1 << (bVar5 & 0x1f) < (uint)lVar4 && (uVar8 == uVar9)))) { uVar6 = uVar6 - 1; } } } return (ulonglong)uVar6; }
PUSH EBP PUSH EDI PUSH ESI PUSH EBX SUB ESP,0x1c MOV EDX,dword ptr [ESP + 0x3c] MOV EBP,dword ptr [ESP + 0x30] MOV ESI,dword ptr [ESP + 0x34] MOV EBX,dword ptr [ESP + 0x38] TEST EDX,EDX JNZ 0x0004dc78 CMP EBX,ESI JBE 0x0004dc48 XOR EDI,EDI MOV EAX,EBP MOV EDX,ESI DIV EBX MOV EDX,EDI ADD ESP,0x1c POP EBX POP ESI POP EDI POP EBP RET MOV ECX,EBX TEST EBX,EBX JNZ 0x0004dc59 MOV EAX,0x1 XOR EDX,EDX DIV EBX MOV ECX,EAX XOR EDX,EDX MOV EAX,ESI DIV ECX MOV ESI,EAX MOV EAX,EBP MOV EDI,ESI DIV ECX MOV EDX,EDI ADD ESP,0x1c POP EBX POP ESI POP EDI POP EBP RET CMP EDX,ESI JA 0x0004dc98 BSR EDI,EDX XOR EDI,0x1f JNZ 0x0004dcb0 CMP EDX,ESI JC 0x0004dc8e XOR EAX,EAX CMP EBX,EBP JA 0x0004dc37 MOV EAX,0x1 JMP 0x0004dc37 XOR EDI,EDI XOR EAX,EAX MOV EDX,EDI ADD ESP,0x1c POP EBX POP ESI POP EDI POP EBP RET MOV ECX,EDI MOV EAX,0x20 SUB EAX,EDI SHL EDX,CL MOV dword ptr [ESP + 0x8],EDX MOV ECX,EAX MOV EDX,EBX SHR EDX,CL MOV ECX,dword ptr [ESP + 0x8] OR ECX,EDX MOV EDX,ESI MOV dword ptr [ESP + 0x8],ECX MOV ECX,EDI SHL EBX,CL MOV ECX,EAX SHR EDX,CL MOV ECX,EDI MOV dword ptr [ESP + 0xc],EBX MOV EBX,EBP SHL ESI,CL MOV ECX,EAX SHR EBX,CL OR ESI,EBX MOV EAX,ESI DIV dword ptr [ESP + 0x8] MOV ESI,EDX MOV EBX,EAX MUL dword ptr [ESP + 0xc] CMP ESI,EDX JC 0x0004dd10 MOV ECX,EDI SHL EBP,CL CMP EBP,EAX JNC 0x0004dd07 CMP ESI,EDX JZ 0x0004dd10 MOV EAX,EBX XOR EDI,EDI JMP 0x0004dc37 LEA EAX,[EBX + -0x1] XOR EDI,EDI JMP 0x0004dc37
null
null
null
null
[(u'PIECE_-1206132919', u'INT_DIV_-1206132947'), ('const-0', u'INT_EQUAL_-1206133410'), (u'INT_DIV_-1206132947', u'SUBPIECE_-1206132916'), (u'SUBPIECE_-1206132898', u'INT_LESS_-1206132937'), (u'INT_AND_-1206133271', u'INT_LEFT_-1206133267'), (u'INT_LESS_-1206133381', u'CBRANCH_-1206133380'), (u'INT_AND_-1206132908', u'INT_LEFT_-1206132904'), ('const-3', u'CBRANCH_-1206133415'), ('tmp_548', u'CBRANCH_-1206133424'), (u'SUBPIECE_-1206132914', u'INT_EQUAL_-1206132864'), ('tmp_306', u'CBRANCH_-1206133563'), ('tmp_2916', u'INT_ZEXT_-1206133623'), ('const-31', u'INT_AND_-1206133271'), (u'MULTIEQUAL_-1206132775', u'INT_RIGHT_-1206133392'), (u'MULTIEQUAL_-1206132775', u'MULTIEQUAL_-1206132774'), (u'INT_EQUAL_-1206133398', u'CBRANCH_-1206133395'), (u'INT_LESS_-1206133415', u'CBRANCH_-1206133424'), (u'MULTIEQUAL_-1206132757', u'INT_ZEXT_-1206133503'), (u'INT_EQUAL_-1206133673', u'CBRANCH_-1206133671'), ('const-31', u'INT_AND_-1206133107'), (u'COPY_-1206133379', u'MULTIEQUAL_-1206132803'), ('tmp_2915', u'INT_RIGHT_-1206133102'), (u'INT_SUB_-1206133287', u'INT_AND_-1206133107'), ('const-31', u'INT_AND_-1206133055'), (u'MULTIEQUAL_-1206132775', u'INT_SUB_-1206133399'), ('tmp_2916', u'INT_EQUAL_-1206133565'), ('tmp_149', u'CBRANCH_-1206133655'), (u'INT_AND_-1206132938', u'INT_MULT_-1206132930'), ('const-0', u'COPY_-1206133379'), (u'MULTIEQUAL_-1206132774', u'INT_XOR_-1206133385'), ('const-1', u'INT_DIV_-1206132726'), ('const-0', u'SUBPIECE_-1206132916'), ('const-6', u'CBRANCH_-1206133418'), ('tmp_2914', u'PIECE_-1206132755'), (u'INT_AND_-1206133055', u'INT_LEFT_-1206133051'), (u'INT_OR_-1206132971', u'PIECE_-1206132919'), ('tmp_2913', u'INT_NOTEQUAL_-1206133413'), ('const-0', u'SUBPIECE_-1206132895'), (u'INT_ZEXT_-1206133503', u'INT_REM_-1206133478'), ('const-31', u'INT_AND_-1206133219'), (u'INT_LESS_-1206132880', u'CBRANCH_-1206132878'), (u'INT_AND_-1206133013', u'INT_RIGHT_-1206133008'), (u'SUBPIECE_-1206132594', u'INT_AND_-1206133149'), (u'MULTIEQUAL_-1206132803', u'INT_ZEXT_-1206132792'), (u'SUBPIECE_-1206132594', u'INT_AND_-1206133055'), (u'CAST_-1206132530', u'INT_RIGHT_-1206132565'), ('tmp_1700', u'CBRANCH_-1206132863'), (u'SUBPIECE_-1206133431', u'PIECE_-1206132698'), ('tmp_2915', u'INT_LESSEQUAL_-1206133645'), (u'INT_ZEXT_-1206132968', u'INT_REM_-1206132943'), (u'INT_EQUAL_-1206133565', u'CBRANCH_-1206133563'), ('tmp_2913', u'INT_LESS_-1206133415'), ('tmp_2914', u'INT_LESSEQUAL_-1206133342'), ('const-0', u'RETURN_-1206133582'), (u'INT_OR_-1206133468', u'INT_DIV_-1206133462'), ('tmp_2913', u'INT_RIGHT_-1206133392'), (u'INT_LEFT_-1206133051', u'INT_OR_-1206132971'), ('tmp_2913', u'INT_LESS_-1206133381'), (u'INT_RIGHT_-1206132565', u'SUBPIECE_-1206132898'), (u'PIECE_-1206132755', u'INT_DIV_-1206133602'), (u'COPY_-1206133425', u'MULTIEQUAL_-1206132774'), ('const-0', u'SUBPIECE_-1206132914'), (u'INT_DIV_-1206132726', u'MULTIEQUAL_-1206132757'), (u'INT_DIV_-1206133482', u'PIECE_-1206132698'), ('tmp_2916', u'MULTIEQUAL_-1206132757'), (u'COPY_-1206132705', u'RETURN_-1206132884'), ('const-32', u'INT_RIGHT_-1206132565'), (u'SUBPIECE_-1206132898', u'INT_EQUAL_-1206132864'), ('tmp_630', u'CBRANCH_-1206133380'), ('tmp_2915', u'INT_ZEXT_-1206133500'), (u'INT_XOR_-1206133385', u'INT_EQUAL_-1206133398'), (u'INT_SUB_-1206133287', u'INT_AND_-1206133219'), (u'COPY_-1206133353', u'MULTIEQUAL_-1206132803'), (u'INT_AND_-1206133149', u'INT_LEFT_-1206133145'), ('const-0', u'INT_EQUAL_-1206133673'), ('const-0', u'RETURN_-1206133442'), (u'INT_RIGHT_-1206133008', u'INT_OR_-1206132971'), (u'INT_ZEXT_-1206133483', u'INT_DIV_-1206133462'), ('const-0', u'COPY_-1206132705'), (u'INT_AND_-1206133107', u'INT_RIGHT_-1206133102'), ('const-1', u'COPY_-1206133353'), (u'INT_LEFT_-1206133145', u'INT_ZEXT_-1206132946'), ('tmp_2914', u'INT_LEFT_-1206132904'), ('const-0', u'SUBPIECE_-1206133571'), (u'SUBPIECE_-1206132895', u'INT_LESS_-1206132880'), (u'INT_OR_-1206133170', u'INT_ZEXT_-1206132968'), ('const-0', u'INT_DIV_-1206132726'), ('tmp_689', u'CBRANCH_-1206133352'), (u'INT_EQUAL_-1206132864', u'CBRANCH_-1206132863'), (u'INT_ZEXT_-1206133500', u'INT_REM_-1206133478'), ('const-0', u'INT_NOTEQUAL_-1206133413'), (u'INT_RIGHT_-1206133102', u'PIECE_-1206132919'), ('const-31', u'INT_AND_-1206133013'), (u'SUBPIECE_-1206132916', u'INT_SUB_-1206132825'), ('tmp_2913', u'INT_EQUAL_-1206133673'), ('tmp_2916', u'INT_LEFT_-1206133145'), ('tmp_116', u'CBRANCH_-1206133671'), (u'INT_ZEXT_-1206132968', u'INT_DIV_-1206132947'), (u'INT_AND_-1206133219', u'INT_RIGHT_-1206133214'), (u'INT_ZEXT_-1206133623', u'INT_DIV_-1206133602'), ('const-0', u'RETURN_-1206132884'), (u'INT_LESSEQUAL_-1206133342', u'CBRANCH_-1206133352'), (u'MULTIEQUAL_-1206132757', u'INT_DIV_-1206133482'), ('const-31', u'INT_XOR_-1206133385'), ('tmp_2916', u'INT_RIGHT_-1206133214'), (u'INT_RIGHT_-1206133214', u'INT_OR_-1206133170'), ('tmp_2916', u'INT_LESSEQUAL_-1206133645'), (u'INT_LEFT_-1206133267', u'INT_OR_-1206133170'), ('const-0', u'INT_EQUAL_-1206133398'), (u'INT_MULT_-1206132930', u'CAST_-1206132530'), ('const-32', u'INT_LEFT_-1206133469'), ('tmp_1670', u'CBRANCH_-1206132878'), ('tmp_2915', u'INT_LESS_-1206133381'), (u'PIECE_-1206132698', u'RETURN_-1206133442'), ('const-0', u'SUBPIECE_-1206132898'), (u'INT_DIV_-1206133602', u'SUBPIECE_-1206133571'), ('const-31', u'COPY_-1206133425'), (u'SUBPIECE_-1206132594', u'INT_AND_-1206133271'), (u'INT_REM_-1206132943', u'SUBPIECE_-1206132914'), ('tmp_1532', u'CBRANCH_-1206132936'), (u'INT_LESSEQUAL_-1206133645', u'CBRANCH_-1206133655'), (u'INT_RIGHT_-1206133392', u'INT_EQUAL_-1206133410'), ('tmp_2915', u'PIECE_-1206132755'), (u'INT_SUB_-1206132825', u'MULTIEQUAL_-1206132803'), ('const-0', u'SUBPIECE_-1206132594'), (u'SUBPIECE_-1206132594', u'INT_AND_-1206132908'), ('tmp_2916', u'INT_LESSEQUAL_-1206133342'), (u'SUBPIECE_-1206132594', u'INT_SUB_-1206133287'), ('tmp_2915', u'INT_LEFT_-1206133051'), (u'SUBPIECE_-1206132914', u'INT_LESS_-1206132937'), ('const-0', u'SUBPIECE_-1206133431'), ('tmp_2915', u'INT_LESS_-1206133415'), (u'INT_LEFT_-1206132904', u'INT_LESS_-1206132880'), ('tmp_1758', u'BRANCH_-1206132825'), ('tmp_2914', u'INT_ZEXT_-1206133480'), ('tmp_693', u'BRANCH_-1206133344'), ('const-31', u'INT_AND_-1206133149'), (u'INT_DIV_-1206133462', u'SUBPIECE_-1206133431'), (u'INT_DIV_-1206132947', u'INT_AND_-1206132938'), (u'SUBPIECE_-1206132916', u'MULTIEQUAL_-1206132803'), (u'INT_ZEXT_-1206133480', u'INT_OR_-1206133468'), (u'INT_EQUAL_-1206133410', u'CBRANCH_-1206133415'), ('const-1', u'INT_SUB_-1206133399'), (u'INT_XOR_-1206133385', u'SUBPIECE_-1206132594'), ('tmp_2913', u'INT_LEFT_-1206133267'), ('const-1', u'INT_SUB_-1206132825'), ('const-4294967295', u'INT_AND_-1206132938'), (u'PIECE_-1206132919', u'INT_REM_-1206132943'), (u'INT_SUB_-1206133287', u'INT_AND_-1206133013'), (u'INT_LESS_-1206132937', u'CBRANCH_-1206132936'), (u'INT_NOTEQUAL_-1206133413', u'CBRANCH_-1206133418'), ('const-32', u'INT_SUB_-1206133287'), ('tmp_2914', u'INT_RIGHT_-1206133008'), ('const-31', u'INT_AND_-1206132908'), (u'COPY_-1206133425', u'MULTIEQUAL_-1206132775'), (u'INT_LEFT_-1206133469', u'INT_OR_-1206133468'), ('tmp_2915', u'INT_DIV_-1206133482'), (u'INT_ZEXT_-1206132946', u'INT_MULT_-1206132930'), ('const-4294967292', u'BRANCH_-1206133414'), (u'INT_REM_-1206133478', u'INT_LEFT_-1206133469'), (u'INT_MULT_-1206132930', u'SUBPIECE_-1206132895'), (u'MULTIEQUAL_-1206132757', u'INT_ZEXT_-1206133483'), (u'SUBPIECE_-1206133571', u'MULTIEQUAL_-1206132803'), (u'INT_SUB_-1206133399', u'MULTIEQUAL_-1206132775'), ('const-0', u'INT_EQUAL_-1206133565'), (u'INT_ZEXT_-1206132792', u'RETURN_-1206133582'), ('tmp_600', u'CBRANCH_-1206133395')]
[(u'PIECE_-1206132919', u'INT_DIV_-1206132947'), ('const-0', u'INT_EQUAL_-1206133410'), (u'INT_DIV_-1206132947', u'SUBPIECE_-1206132916'), (u'SUBPIECE_-1206132898', u'INT_LESS_-1206132937'), (u'INT_AND_-1206133271', u'INT_LEFT_-1206133267'), (u'INT_LESS_-1206133381', u'CBRANCH_-1206133380'), (u'INT_AND_-1206132908', u'INT_LEFT_-1206132904'), ('const-3', u'CBRANCH_-1206133415'), ('tmp_548', u'CBRANCH_-1206133424'), (u'SUBPIECE_-1206132914', u'INT_EQUAL_-1206132864'), ('tmp_306', u'CBRANCH_-1206133563'), ('tmp_2916', u'INT_ZEXT_-1206133623'), ('const-31', u'INT_AND_-1206133271'), (u'MULTIEQUAL_-1206132775', u'INT_RIGHT_-1206133392'), (u'MULTIEQUAL_-1206132775', u'MULTIEQUAL_-1206132774'), (u'INT_EQUAL_-1206133398', u'CBRANCH_-1206133395'), (u'INT_LESS_-1206133415', u'CBRANCH_-1206133424'), (u'MULTIEQUAL_-1206132757', u'INT_ZEXT_-1206133503'), (u'INT_EQUAL_-1206133673', u'CBRANCH_-1206133671'), ('const-31', u'INT_AND_-1206133107'), (u'COPY_-1206133379', u'MULTIEQUAL_-1206132803'), ('tmp_2915', u'INT_RIGHT_-1206133102'), (u'INT_SUB_-1206133287', u'INT_AND_-1206133107'), ('const-31', u'INT_AND_-1206133055'), (u'MULTIEQUAL_-1206132775', u'INT_SUB_-1206133399'), ('tmp_2916', u'INT_EQUAL_-1206133565'), ('tmp_149', u'CBRANCH_-1206133655'), (u'INT_AND_-1206132938', u'INT_MULT_-1206132930'), ('const-0', u'COPY_-1206133379'), (u'MULTIEQUAL_-1206132774', u'INT_XOR_-1206133385'), ('const-1', u'INT_DIV_-1206132726'), ('const-0', u'SUBPIECE_-1206132916'), ('const-6', u'CBRANCH_-1206133418'), ('tmp_2914', u'PIECE_-1206132755'), (u'INT_AND_-1206133055', u'INT_LEFT_-1206133051'), (u'INT_OR_-1206132971', u'PIECE_-1206132919'), ('tmp_2913', u'INT_NOTEQUAL_-1206133413'), ('const-0', u'SUBPIECE_-1206132895'), (u'INT_ZEXT_-1206133503', u'INT_REM_-1206133478'), ('const-31', u'INT_AND_-1206133219'), (u'INT_LESS_-1206132880', u'CBRANCH_-1206132878'), (u'INT_AND_-1206133013', u'INT_RIGHT_-1206133008'), (u'SUBPIECE_-1206132594', u'INT_AND_-1206133149'), (u'MULTIEQUAL_-1206132803', u'INT_ZEXT_-1206132792'), (u'SUBPIECE_-1206132594', u'INT_AND_-1206133055'), (u'CAST_-1206132530', u'INT_RIGHT_-1206132565'), ('tmp_1700', u'CBRANCH_-1206132863'), (u'SUBPIECE_-1206133431', u'PIECE_-1206132698'), ('tmp_2915', u'INT_LESSEQUAL_-1206133645'), (u'INT_ZEXT_-1206132968', u'INT_REM_-1206132943'), (u'INT_EQUAL_-1206133565', u'CBRANCH_-1206133563'), ('tmp_2913', u'INT_LESS_-1206133415'), ('tmp_2914', u'INT_LESSEQUAL_-1206133342'), ('const-0', u'RETURN_-1206133582'), (u'INT_OR_-1206133468', u'INT_DIV_-1206133462'), ('tmp_2913', u'INT_RIGHT_-1206133392'), (u'INT_LEFT_-1206133051', u'INT_OR_-1206132971'), ('tmp_2913', u'INT_LESS_-1206133381'), (u'INT_RIGHT_-1206132565', u'SUBPIECE_-1206132898'), (u'PIECE_-1206132755', u'INT_DIV_-1206133602'), (u'COPY_-1206133425', u'MULTIEQUAL_-1206132774'), ('const-0', u'SUBPIECE_-1206132914'), (u'INT_DIV_-1206132726', u'MULTIEQUAL_-1206132757'), (u'INT_DIV_-1206133482', u'PIECE_-1206132698'), ('tmp_2916', u'MULTIEQUAL_-1206132757'), (u'COPY_-1206132705', u'RETURN_-1206132884'), ('const-32', u'INT_RIGHT_-1206132565'), (u'SUBPIECE_-1206132898', u'INT_EQUAL_-1206132864'), ('tmp_630', u'CBRANCH_-1206133380'), ('tmp_2915', u'INT_ZEXT_-1206133500'), (u'INT_XOR_-1206133385', u'INT_EQUAL_-1206133398'), (u'INT_SUB_-1206133287', u'INT_AND_-1206133219'), (u'COPY_-1206133353', u'MULTIEQUAL_-1206132803'), (u'INT_AND_-1206133149', u'INT_LEFT_-1206133145'), ('const-0', u'INT_EQUAL_-1206133673'), ('const-0', u'RETURN_-1206133442'), (u'INT_RIGHT_-1206133008', u'INT_OR_-1206132971'), (u'INT_ZEXT_-1206133483', u'INT_DIV_-1206133462'), ('const-0', u'COPY_-1206132705'), (u'INT_AND_-1206133107', u'INT_RIGHT_-1206133102'), ('const-1', u'COPY_-1206133353'), (u'INT_LEFT_-1206133145', u'INT_ZEXT_-1206132946'), ('tmp_2914', u'INT_LEFT_-1206132904'), ('const-0', u'SUBPIECE_-1206133571'), (u'SUBPIECE_-1206132895', u'INT_LESS_-1206132880'), (u'INT_OR_-1206133170', u'INT_ZEXT_-1206132968'), ('const-0', u'INT_DIV_-1206132726'), ('tmp_689', u'CBRANCH_-1206133352'), (u'INT_EQUAL_-1206132864', u'CBRANCH_-1206132863'), (u'INT_ZEXT_-1206133500', u'INT_REM_-1206133478'), ('const-0', u'INT_NOTEQUAL_-1206133413'), (u'INT_RIGHT_-1206133102', u'PIECE_-1206132919'), ('const-31', u'INT_AND_-1206133013'), (u'SUBPIECE_-1206132916', u'INT_SUB_-1206132825'), ('tmp_2913', u'INT_EQUAL_-1206133673'), ('tmp_2916', u'INT_LEFT_-1206133145'), ('tmp_116', u'CBRANCH_-1206133671'), (u'INT_ZEXT_-1206132968', u'INT_DIV_-1206132947'), (u'INT_AND_-1206133219', u'INT_RIGHT_-1206133214'), (u'INT_ZEXT_-1206133623', u'INT_DIV_-1206133602'), ('const-0', u'RETURN_-1206132884'), (u'INT_LESSEQUAL_-1206133342', u'CBRANCH_-1206133352'), (u'MULTIEQUAL_-1206132757', u'INT_DIV_-1206133482'), ('const-31', u'INT_XOR_-1206133385'), ('tmp_2916', u'INT_RIGHT_-1206133214'), (u'INT_RIGHT_-1206133214', u'INT_OR_-1206133170'), ('tmp_2916', u'INT_LESSEQUAL_-1206133645'), (u'INT_LEFT_-1206133267', u'INT_OR_-1206133170'), ('const-0', u'INT_EQUAL_-1206133398'), (u'INT_MULT_-1206132930', u'CAST_-1206132530'), ('const-32', u'INT_LEFT_-1206133469'), ('tmp_1670', u'CBRANCH_-1206132878'), ('tmp_2915', u'INT_LESS_-1206133381'), (u'PIECE_-1206132698', u'RETURN_-1206133442'), ('const-0', u'SUBPIECE_-1206132898'), (u'INT_DIV_-1206133602', u'SUBPIECE_-1206133571'), ('const-31', u'COPY_-1206133425'), (u'SUBPIECE_-1206132594', u'INT_AND_-1206133271'), (u'INT_REM_-1206132943', u'SUBPIECE_-1206132914'), ('tmp_1532', u'CBRANCH_-1206132936'), (u'INT_LESSEQUAL_-1206133645', u'CBRANCH_-1206133655'), (u'INT_RIGHT_-1206133392', u'INT_EQUAL_-1206133410'), ('tmp_2915', u'PIECE_-1206132755'), (u'INT_SUB_-1206132825', u'MULTIEQUAL_-1206132803'), ('const-0', u'SUBPIECE_-1206132594'), (u'SUBPIECE_-1206132594', u'INT_AND_-1206132908'), ('tmp_2916', u'INT_LESSEQUAL_-1206133342'), (u'SUBPIECE_-1206132594', u'INT_SUB_-1206133287'), ('tmp_2915', u'INT_LEFT_-1206133051'), (u'SUBPIECE_-1206132914', u'INT_LESS_-1206132937'), ('const-0', u'SUBPIECE_-1206133431'), ('tmp_2915', u'INT_LESS_-1206133415'), (u'INT_LEFT_-1206132904', u'INT_LESS_-1206132880'), ('tmp_1758', u'BRANCH_-1206132825'), ('tmp_2914', u'INT_ZEXT_-1206133480'), ('tmp_693', u'BRANCH_-1206133344'), ('const-31', u'INT_AND_-1206133149'), (u'INT_DIV_-1206133462', u'SUBPIECE_-1206133431'), (u'INT_DIV_-1206132947', u'INT_AND_-1206132938'), (u'SUBPIECE_-1206132916', u'MULTIEQUAL_-1206132803'), (u'INT_ZEXT_-1206133480', u'INT_OR_-1206133468'), (u'INT_EQUAL_-1206133410', u'CBRANCH_-1206133415'), ('const-1', u'INT_SUB_-1206133399'), (u'INT_XOR_-1206133385', u'SUBPIECE_-1206132594'), ('tmp_2913', u'INT_LEFT_-1206133267'), ('const-1', u'INT_SUB_-1206132825'), ('const-4294967295', u'INT_AND_-1206132938'), (u'PIECE_-1206132919', u'INT_REM_-1206132943'), (u'INT_SUB_-1206133287', u'INT_AND_-1206133013'), (u'INT_LESS_-1206132937', u'CBRANCH_-1206132936'), (u'INT_NOTEQUAL_-1206133413', u'CBRANCH_-1206133418'), ('const-32', u'INT_SUB_-1206133287'), ('tmp_2914', u'INT_RIGHT_-1206133008'), ('const-31', u'INT_AND_-1206132908'), (u'COPY_-1206133425', u'MULTIEQUAL_-1206132775'), (u'INT_LEFT_-1206133469', u'INT_OR_-1206133468'), ('tmp_2915', u'INT_DIV_-1206133482'), (u'INT_ZEXT_-1206132946', u'INT_MULT_-1206132930'), ('const-4294967292', u'BRANCH_-1206133414'), (u'INT_REM_-1206133478', u'INT_LEFT_-1206133469'), (u'INT_MULT_-1206132930', u'SUBPIECE_-1206132895'), (u'MULTIEQUAL_-1206132757', u'INT_ZEXT_-1206133483'), (u'SUBPIECE_-1206133571', u'MULTIEQUAL_-1206132803'), (u'INT_SUB_-1206133399', u'MULTIEQUAL_-1206132775'), ('const-0', u'INT_EQUAL_-1206133565'), (u'INT_ZEXT_-1206132792', u'RETURN_-1206133582'), ('tmp_600', u'CBRANCH_-1206133395')]
null
null
0004dc10
x86
O2
(translation_unit "ulonglong FUN_0004dc10(uint param_1,uint param_2,uint param_3,uint param_4)\n\n{\n ulonglong uVar1;\n ulonglong uVar2;\n ulonglong uVar3;\n longlong lVar4;\n byte bVar5;\n uint uVar6;\n byte bVar7;\n uint uVar8;\n uint uVar9;\n \n if (param_4 == 0) {\n if (param_3 <= param_2) {\n if (param_3 == 0) {\n param_3 = 1 / 0;\n }\n return CONCAT44(param_2 / param_3,\n (int)(((ulonglong)param_2 % (ulonglong)param_3 << 0x20 | (ulonglong)param_1) /\n (ulonglong)param_3));\n }\n uVar6 = (uint)(CONCAT44(param_2,param_1) / (ulonglong)param_3);\n }\n else {\n if (param_2 < param_4) {\n return 0;\n }\n uVar6 = 0x1f;\n if (param_4 != 0) {\n for (; param_4 >> uVar6 == 0; uVar6 = uVar6 - 1) {\n }\n }\n if ((uVar6 ^ 0x1f) == 0) {\n if ((param_4 < param_2) || (uVar6 = 0, param_3 <= param_1)) {\n uVar6 = 1;\n }\n }\n else {\n bVar5 = (byte)(uVar6 ^ 0x1f);\n bVar7 = 0x20 - bVar5;\n uVar1 = (ulonglong)(param_4 << (bVar5 & 0x1f) | param_3 >> (bVar7 & 0x1f));\n uVar2 = CONCAT44(param_2 >> (bVar7 & 0x1f),\n param_2 << (bVar5 & 0x1f) | param_1 >> (bVar7 & 0x1f));\n uVar3 = uVar2 / uVar1;\n uVar6 = (uint)uVar3;\n uVar8 = (uint)(uVar2 % uVar1);\n lVar4 = (uVar3 & 0xffffffff) * (ulonglong)(param_3 << (bVar5 & 0x1f));\n uVar9 = (uint)((ulonglong)lVar4 >> 0x20);\n if ((uVar8 < uVar9) || ((param_1 << (bVar5 & 0x1f) < (uint)lVar4 && (uVar8 == uVar9)))) {\n uVar6 = uVar6 - 1;\n }\n }\n }\n return (ulonglong)uVar6;\n}\n\n" (function_definition "ulonglong FUN_0004dc10(uint param_1,uint param_2,uint param_3,uint param_4)\n\n{\n ulonglong uVar1;\n ulonglong uVar2;\n ulonglong uVar3;\n longlong lVar4;\n byte bVar5;\n uint uVar6;\n byte bVar7;\n uint uVar8;\n uint uVar9;\n \n if (param_4 == 0) {\n if (param_3 <= param_2) {\n if (param_3 == 0) {\n param_3 = 1 / 0;\n }\n return CONCAT44(param_2 / param_3,\n (int)(((ulonglong)param_2 % (ulonglong)param_3 << 0x20 | (ulonglong)param_1) /\n (ulonglong)param_3));\n }\n uVar6 = (uint)(CONCAT44(param_2,param_1) / (ulonglong)param_3);\n }\n else {\n if (param_2 < param_4) {\n return 0;\n }\n uVar6 = 0x1f;\n if (param_4 != 0) {\n for (; param_4 >> uVar6 == 0; uVar6 = uVar6 - 1) {\n }\n }\n if ((uVar6 ^ 0x1f) == 0) {\n if ((param_4 < param_2) || (uVar6 = 0, param_3 <= param_1)) {\n uVar6 = 1;\n }\n }\n else {\n bVar5 = (byte)(uVar6 ^ 0x1f);\n bVar7 = 0x20 - bVar5;\n uVar1 = (ulonglong)(param_4 << (bVar5 & 0x1f) | param_3 >> (bVar7 & 0x1f));\n uVar2 = CONCAT44(param_2 >> (bVar7 & 0x1f),\n param_2 << (bVar5 & 0x1f) | param_1 >> (bVar7 & 0x1f));\n uVar3 = uVar2 / uVar1;\n uVar6 = (uint)uVar3;\n uVar8 = (uint)(uVar2 % uVar1);\n lVar4 = (uVar3 & 0xffffffff) * (ulonglong)(param_3 << (bVar5 & 0x1f));\n uVar9 = (uint)((ulonglong)lVar4 >> 0x20);\n if ((uVar8 < uVar9) || ((param_1 << (bVar5 & 0x1f) < (uint)lVar4 && (uVar8 == uVar9)))) {\n uVar6 = uVar6 - 1;\n }\n }\n }\n return (ulonglong)uVar6;\n}" type_identifier (function_declarator "FUN_0004dc10(uint param_1,uint param_2,uint param_3,uint param_4)" identifier (parameter_list "(uint param_1,uint param_2,uint param_3,uint param_4)" ( (parameter_declaration "uint param_1" type_identifier identifier) , (parameter_declaration "uint param_2" type_identifier identifier) , (parameter_declaration "uint param_3" type_identifier identifier) , (parameter_declaration "uint param_4" type_identifier identifier) ))) (compound_statement "{\n ulonglong uVar1;\n ulonglong uVar2;\n ulonglong uVar3;\n longlong lVar4;\n byte bVar5;\n uint uVar6;\n byte bVar7;\n uint uVar8;\n uint uVar9;\n \n if (param_4 == 0) {\n if (param_3 <= param_2) {\n if (param_3 == 0) {\n param_3 = 1 / 0;\n }\n return CONCAT44(param_2 / param_3,\n (int)(((ulonglong)param_2 % (ulonglong)param_3 << 0x20 | (ulonglong)param_1) /\n (ulonglong)param_3));\n }\n uVar6 = (uint)(CONCAT44(param_2,param_1) / (ulonglong)param_3);\n }\n else {\n if (param_2 < param_4) {\n return 0;\n }\n uVar6 = 0x1f;\n if (param_4 != 0) {\n for (; param_4 >> uVar6 == 0; uVar6 = uVar6 - 1) {\n }\n }\n if ((uVar6 ^ 0x1f) == 0) {\n if ((param_4 < param_2) || (uVar6 = 0, param_3 <= param_1)) {\n uVar6 = 1;\n }\n }\n else {\n bVar5 = (byte)(uVar6 ^ 0x1f);\n bVar7 = 0x20 - bVar5;\n uVar1 = (ulonglong)(param_4 << (bVar5 & 0x1f) | param_3 >> (bVar7 & 0x1f));\n uVar2 = CONCAT44(param_2 >> (bVar7 & 0x1f),\n param_2 << (bVar5 & 0x1f) | param_1 >> (bVar7 & 0x1f));\n uVar3 = uVar2 / uVar1;\n uVar6 = (uint)uVar3;\n uVar8 = (uint)(uVar2 % uVar1);\n lVar4 = (uVar3 & 0xffffffff) * (ulonglong)(param_3 << (bVar5 & 0x1f));\n uVar9 = (uint)((ulonglong)lVar4 >> 0x20);\n if ((uVar8 < uVar9) || ((param_1 << (bVar5 & 0x1f) < (uint)lVar4 && (uVar8 == uVar9)))) {\n uVar6 = uVar6 - 1;\n }\n }\n }\n return (ulonglong)uVar6;\n}" { (declaration "ulonglong uVar1;" type_identifier identifier ;) (declaration "ulonglong uVar2;" type_identifier identifier ;) (declaration "ulonglong uVar3;" type_identifier identifier ;) (declaration "longlong lVar4;" type_identifier identifier ;) (declaration "byte bVar5;" type_identifier identifier ;) (declaration "uint uVar6;" type_identifier identifier ;) (declaration "byte bVar7;" type_identifier identifier ;) (declaration "uint uVar8;" type_identifier identifier ;) (declaration "uint uVar9;" type_identifier identifier ;) (if_statement "if (param_4 == 0) {\n if (param_3 <= param_2) {\n if (param_3 == 0) {\n param_3 = 1 / 0;\n }\n return CONCAT44(param_2 / param_3,\n (int)(((ulonglong)param_2 % (ulonglong)param_3 << 0x20 | (ulonglong)param_1) /\n (ulonglong)param_3));\n }\n uVar6 = (uint)(CONCAT44(param_2,param_1) / (ulonglong)param_3);\n }\n else {\n if (param_2 < param_4) {\n return 0;\n }\n uVar6 = 0x1f;\n if (param_4 != 0) {\n for (; param_4 >> uVar6 == 0; uVar6 = uVar6 - 1) {\n }\n }\n if ((uVar6 ^ 0x1f) == 0) {\n if ((param_4 < param_2) || (uVar6 = 0, param_3 <= param_1)) {\n uVar6 = 1;\n }\n }\n else {\n bVar5 = (byte)(uVar6 ^ 0x1f);\n bVar7 = 0x20 - bVar5;\n uVar1 = (ulonglong)(param_4 << (bVar5 & 0x1f) | param_3 >> (bVar7 & 0x1f));\n uVar2 = CONCAT44(param_2 >> (bVar7 & 0x1f),\n param_2 << (bVar5 & 0x1f) | param_1 >> (bVar7 & 0x1f));\n uVar3 = uVar2 / uVar1;\n uVar6 = (uint)uVar3;\n uVar8 = (uint)(uVar2 % uVar1);\n lVar4 = (uVar3 & 0xffffffff) * (ulonglong)(param_3 << (bVar5 & 0x1f));\n uVar9 = (uint)((ulonglong)lVar4 >> 0x20);\n if ((uVar8 < uVar9) || ((param_1 << (bVar5 & 0x1f) < (uint)lVar4 && (uVar8 == uVar9)))) {\n uVar6 = uVar6 - 1;\n }\n }\n }" if (parenthesized_expression "(param_4 == 0)" ( (binary_expression "param_4 == 0" identifier == number_literal) )) (compound_statement "{\n if (param_3 <= param_2) {\n if (param_3 == 0) {\n param_3 = 1 / 0;\n }\n return CONCAT44(param_2 / param_3,\n (int)(((ulonglong)param_2 % (ulonglong)param_3 << 0x20 | (ulonglong)param_1) /\n (ulonglong)param_3));\n }\n uVar6 = (uint)(CONCAT44(param_2,param_1) / (ulonglong)param_3);\n }" { (if_statement "if (param_3 <= param_2) {\n if (param_3 == 0) {\n param_3 = 1 / 0;\n }\n return CONCAT44(param_2 / param_3,\n (int)(((ulonglong)param_2 % (ulonglong)param_3 << 0x20 | (ulonglong)param_1) /\n (ulonglong)param_3));\n }" if (parenthesized_expression "(param_3 <= param_2)" ( (binary_expression "param_3 <= param_2" identifier <= identifier) )) (compound_statement "{\n if (param_3 == 0) {\n param_3 = 1 / 0;\n }\n return CONCAT44(param_2 / param_3,\n (int)(((ulonglong)param_2 % (ulonglong)param_3 << 0x20 | (ulonglong)param_1) /\n (ulonglong)param_3));\n }" { (if_statement "if (param_3 == 0) {\n param_3 = 1 / 0;\n }" if (parenthesized_expression "(param_3 == 0)" ( (binary_expression "param_3 == 0" identifier == number_literal) )) (compound_statement "{\n param_3 = 1 / 0;\n }" { (expression_statement "param_3 = 1 / 0;" (assignment_expression "param_3 = 1 / 0" identifier = (binary_expression "1 / 0" number_literal / number_literal)) ;) })) (return_statement "return CONCAT44(param_2 / param_3,\n (int)(((ulonglong)param_2 % (ulonglong)param_3 << 0x20 | (ulonglong)param_1) /\n (ulonglong)param_3));" return (call_expression "CONCAT44(param_2 / param_3,\n (int)(((ulonglong)param_2 % (ulonglong)param_3 << 0x20 | (ulonglong)param_1) /\n (ulonglong)param_3))" identifier (argument_list "(param_2 / param_3,\n (int)(((ulonglong)param_2 % (ulonglong)param_3 << 0x20 | (ulonglong)param_1) /\n (ulonglong)param_3))" ( (binary_expression "param_2 / param_3" identifier / identifier) , (cast_expression "(int)(((ulonglong)param_2 % (ulonglong)param_3 << 0x20 | (ulonglong)param_1) /\n (ulonglong)param_3)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(((ulonglong)param_2 % (ulonglong)param_3 << 0x20 | (ulonglong)param_1) /\n (ulonglong)param_3)" ( (binary_expression "((ulonglong)param_2 % (ulonglong)param_3 << 0x20 | (ulonglong)param_1) /\n (ulonglong)param_3" (parenthesized_expression "((ulonglong)param_2 % (ulonglong)param_3 << 0x20 | (ulonglong)param_1)" ( (binary_expression "(ulonglong)param_2 % (ulonglong)param_3 << 0x20 | (ulonglong)param_1" (binary_expression "(ulonglong)param_2 % (ulonglong)param_3 << 0x20" (binary_expression "(ulonglong)param_2 % (ulonglong)param_3" (cast_expression "(ulonglong)param_2" ( (type_descriptor "ulonglong" type_identifier) ) identifier) % (cast_expression "(ulonglong)param_3" ( (type_descriptor "ulonglong" type_identifier) ) identifier)) << number_literal) | (cast_expression "(ulonglong)param_1" ( (type_descriptor "ulonglong" type_identifier) ) identifier)) )) / (cast_expression "(ulonglong)param_3" ( (type_descriptor "ulonglong" type_identifier) ) identifier)) ))) ))) ;) })) (expression_statement "uVar6 = (uint)(CONCAT44(param_2,param_1) / (ulonglong)param_3);" (assignment_expression "uVar6 = (uint)(CONCAT44(param_2,param_1) / (ulonglong)param_3)" identifier = (call_expression "(uint)(CONCAT44(param_2,param_1) / (ulonglong)param_3)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(CONCAT44(param_2,param_1) / (ulonglong)param_3)" ( (binary_expression "CONCAT44(param_2,param_1) / (ulonglong)param_3" (call_expression "CONCAT44(param_2,param_1)" identifier (argument_list "(param_2,param_1)" ( identifier , identifier ))) / (cast_expression "(ulonglong)param_3" ( (type_descriptor "ulonglong" type_identifier) ) identifier)) )))) ;) }) (else_clause "else {\n if (param_2 < param_4) {\n return 0;\n }\n uVar6 = 0x1f;\n if (param_4 != 0) {\n for (; param_4 >> uVar6 == 0; uVar6 = uVar6 - 1) {\n }\n }\n if ((uVar6 ^ 0x1f) == 0) {\n if ((param_4 < param_2) || (uVar6 = 0, param_3 <= param_1)) {\n uVar6 = 1;\n }\n }\n else {\n bVar5 = (byte)(uVar6 ^ 0x1f);\n bVar7 = 0x20 - bVar5;\n uVar1 = (ulonglong)(param_4 << (bVar5 & 0x1f) | param_3 >> (bVar7 & 0x1f));\n uVar2 = CONCAT44(param_2 >> (bVar7 & 0x1f),\n param_2 << (bVar5 & 0x1f) | param_1 >> (bVar7 & 0x1f));\n uVar3 = uVar2 / uVar1;\n uVar6 = (uint)uVar3;\n uVar8 = (uint)(uVar2 % uVar1);\n lVar4 = (uVar3 & 0xffffffff) * (ulonglong)(param_3 << (bVar5 & 0x1f));\n uVar9 = (uint)((ulonglong)lVar4 >> 0x20);\n if ((uVar8 < uVar9) || ((param_1 << (bVar5 & 0x1f) < (uint)lVar4 && (uVar8 == uVar9)))) {\n uVar6 = uVar6 - 1;\n }\n }\n }" else (compound_statement "{\n if (param_2 < param_4) {\n return 0;\n }\n uVar6 = 0x1f;\n if (param_4 != 0) {\n for (; param_4 >> uVar6 == 0; uVar6 = uVar6 - 1) {\n }\n }\n if ((uVar6 ^ 0x1f) == 0) {\n if ((param_4 < param_2) || (uVar6 = 0, param_3 <= param_1)) {\n uVar6 = 1;\n }\n }\n else {\n bVar5 = (byte)(uVar6 ^ 0x1f);\n bVar7 = 0x20 - bVar5;\n uVar1 = (ulonglong)(param_4 << (bVar5 & 0x1f) | param_3 >> (bVar7 & 0x1f));\n uVar2 = CONCAT44(param_2 >> (bVar7 & 0x1f),\n param_2 << (bVar5 & 0x1f) | param_1 >> (bVar7 & 0x1f));\n uVar3 = uVar2 / uVar1;\n uVar6 = (uint)uVar3;\n uVar8 = (uint)(uVar2 % uVar1);\n lVar4 = (uVar3 & 0xffffffff) * (ulonglong)(param_3 << (bVar5 & 0x1f));\n uVar9 = (uint)((ulonglong)lVar4 >> 0x20);\n if ((uVar8 < uVar9) || ((param_1 << (bVar5 & 0x1f) < (uint)lVar4 && (uVar8 == uVar9)))) {\n uVar6 = uVar6 - 1;\n }\n }\n }" { (if_statement "if (param_2 < param_4) {\n return 0;\n }" if (parenthesized_expression "(param_2 < param_4)" ( (binary_expression "param_2 < param_4" identifier < identifier) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) (expression_statement "uVar6 = 0x1f;" (assignment_expression "uVar6 = 0x1f" identifier = number_literal) ;) (if_statement "if (param_4 != 0) {\n for (; param_4 >> uVar6 == 0; uVar6 = uVar6 - 1) {\n }\n }" if (parenthesized_expression "(param_4 != 0)" ( (binary_expression "param_4 != 0" identifier != number_literal) )) (compound_statement "{\n for (; param_4 >> uVar6 == 0; uVar6 = uVar6 - 1) {\n }\n }" { (for_statement "for (; param_4 >> uVar6 == 0; uVar6 = uVar6 - 1) {\n }" for ( ; (binary_expression "param_4 >> uVar6 == 0" (binary_expression "param_4 >> uVar6" identifier >> identifier) == number_literal) ; (assignment_expression "uVar6 = uVar6 - 1" identifier = (binary_expression "uVar6 - 1" identifier - number_literal)) ) (compound_statement "{\n }" { })) })) (if_statement "if ((uVar6 ^ 0x1f) == 0) {\n if ((param_4 < param_2) || (uVar6 = 0, param_3 <= param_1)) {\n uVar6 = 1;\n }\n }\n else {\n bVar5 = (byte)(uVar6 ^ 0x1f);\n bVar7 = 0x20 - bVar5;\n uVar1 = (ulonglong)(param_4 << (bVar5 & 0x1f) | param_3 >> (bVar7 & 0x1f));\n uVar2 = CONCAT44(param_2 >> (bVar7 & 0x1f),\n param_2 << (bVar5 & 0x1f) | param_1 >> (bVar7 & 0x1f));\n uVar3 = uVar2 / uVar1;\n uVar6 = (uint)uVar3;\n uVar8 = (uint)(uVar2 % uVar1);\n lVar4 = (uVar3 & 0xffffffff) * (ulonglong)(param_3 << (bVar5 & 0x1f));\n uVar9 = (uint)((ulonglong)lVar4 >> 0x20);\n if ((uVar8 < uVar9) || ((param_1 << (bVar5 & 0x1f) < (uint)lVar4 && (uVar8 == uVar9)))) {\n uVar6 = uVar6 - 1;\n }\n }" if (parenthesized_expression "((uVar6 ^ 0x1f) == 0)" ( (binary_expression "(uVar6 ^ 0x1f) == 0" (parenthesized_expression "(uVar6 ^ 0x1f)" ( (binary_expression "uVar6 ^ 0x1f" identifier ^ number_literal) )) == number_literal) )) (compound_statement "{\n if ((param_4 < param_2) || (uVar6 = 0, param_3 <= param_1)) {\n uVar6 = 1;\n }\n }" { (if_statement "if ((param_4 < param_2) || (uVar6 = 0, param_3 <= param_1)) {\n uVar6 = 1;\n }" if (parenthesized_expression "((param_4 < param_2) || (uVar6 = 0, param_3 <= param_1))" ( (binary_expression "(param_4 < param_2) || (uVar6 = 0, param_3 <= param_1)" (parenthesized_expression "(param_4 < param_2)" ( (binary_expression "param_4 < param_2" identifier < identifier) )) || (parenthesized_expression "(uVar6 = 0, param_3 <= param_1)" ( (comma_expression "uVar6 = 0, param_3 <= param_1" (assignment_expression "uVar6 = 0" identifier = number_literal) , (binary_expression "param_3 <= param_1" identifier <= identifier)) ))) )) (compound_statement "{\n uVar6 = 1;\n }" { (expression_statement "uVar6 = 1;" (assignment_expression "uVar6 = 1" identifier = number_literal) ;) })) }) (else_clause "else {\n bVar5 = (byte)(uVar6 ^ 0x1f);\n bVar7 = 0x20 - bVar5;\n uVar1 = (ulonglong)(param_4 << (bVar5 & 0x1f) | param_3 >> (bVar7 & 0x1f));\n uVar2 = CONCAT44(param_2 >> (bVar7 & 0x1f),\n param_2 << (bVar5 & 0x1f) | param_1 >> (bVar7 & 0x1f));\n uVar3 = uVar2 / uVar1;\n uVar6 = (uint)uVar3;\n uVar8 = (uint)(uVar2 % uVar1);\n lVar4 = (uVar3 & 0xffffffff) * (ulonglong)(param_3 << (bVar5 & 0x1f));\n uVar9 = (uint)((ulonglong)lVar4 >> 0x20);\n if ((uVar8 < uVar9) || ((param_1 << (bVar5 & 0x1f) < (uint)lVar4 && (uVar8 == uVar9)))) {\n uVar6 = uVar6 - 1;\n }\n }" else (compound_statement "{\n bVar5 = (byte)(uVar6 ^ 0x1f);\n bVar7 = 0x20 - bVar5;\n uVar1 = (ulonglong)(param_4 << (bVar5 & 0x1f) | param_3 >> (bVar7 & 0x1f));\n uVar2 = CONCAT44(param_2 >> (bVar7 & 0x1f),\n param_2 << (bVar5 & 0x1f) | param_1 >> (bVar7 & 0x1f));\n uVar3 = uVar2 / uVar1;\n uVar6 = (uint)uVar3;\n uVar8 = (uint)(uVar2 % uVar1);\n lVar4 = (uVar3 & 0xffffffff) * (ulonglong)(param_3 << (bVar5 & 0x1f));\n uVar9 = (uint)((ulonglong)lVar4 >> 0x20);\n if ((uVar8 < uVar9) || ((param_1 << (bVar5 & 0x1f) < (uint)lVar4 && (uVar8 == uVar9)))) {\n uVar6 = uVar6 - 1;\n }\n }" { (expression_statement "bVar5 = (byte)(uVar6 ^ 0x1f);" (assignment_expression "bVar5 = (byte)(uVar6 ^ 0x1f)" identifier = (call_expression "(byte)(uVar6 ^ 0x1f)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "(uVar6 ^ 0x1f)" ( (binary_expression "uVar6 ^ 0x1f" identifier ^ number_literal) )))) ;) (expression_statement "bVar7 = 0x20 - bVar5;" (assignment_expression "bVar7 = 0x20 - bVar5" identifier = (binary_expression "0x20 - bVar5" number_literal - identifier)) ;) (expression_statement "uVar1 = (ulonglong)(param_4 << (bVar5 & 0x1f) | param_3 >> (bVar7 & 0x1f));" (assignment_expression "uVar1 = (ulonglong)(param_4 << (bVar5 & 0x1f) | param_3 >> (bVar7 & 0x1f))" identifier = (call_expression "(ulonglong)(param_4 << (bVar5 & 0x1f) | param_3 >> (bVar7 & 0x1f))" (parenthesized_expression "(ulonglong)" ( identifier )) (argument_list "(param_4 << (bVar5 & 0x1f) | param_3 >> (bVar7 & 0x1f))" ( (binary_expression "param_4 << (bVar5 & 0x1f) | param_3 >> (bVar7 & 0x1f)" (binary_expression "param_4 << (bVar5 & 0x1f)" identifier << (parenthesized_expression "(bVar5 & 0x1f)" ( (binary_expression "bVar5 & 0x1f" identifier & number_literal) ))) | (binary_expression "param_3 >> (bVar7 & 0x1f)" identifier >> (parenthesized_expression "(bVar7 & 0x1f)" ( (binary_expression "bVar7 & 0x1f" identifier & number_literal) )))) )))) ;) (expression_statement "uVar2 = CONCAT44(param_2 >> (bVar7 & 0x1f),\n param_2 << (bVar5 & 0x1f) | param_1 >> (bVar7 & 0x1f));" (assignment_expression "uVar2 = CONCAT44(param_2 >> (bVar7 & 0x1f),\n param_2 << (bVar5 & 0x1f) | param_1 >> (bVar7 & 0x1f))" identifier = (call_expression "CONCAT44(param_2 >> (bVar7 & 0x1f),\n param_2 << (bVar5 & 0x1f) | param_1 >> (bVar7 & 0x1f))" identifier (argument_list "(param_2 >> (bVar7 & 0x1f),\n param_2 << (bVar5 & 0x1f) | param_1 >> (bVar7 & 0x1f))" ( (binary_expression "param_2 >> (bVar7 & 0x1f)" identifier >> (parenthesized_expression "(bVar7 & 0x1f)" ( (binary_expression "bVar7 & 0x1f" identifier & number_literal) ))) , (binary_expression "param_2 << (bVar5 & 0x1f) | param_1 >> (bVar7 & 0x1f)" (binary_expression "param_2 << (bVar5 & 0x1f)" identifier << (parenthesized_expression "(bVar5 & 0x1f)" ( (binary_expression "bVar5 & 0x1f" identifier & number_literal) ))) | (binary_expression "param_1 >> (bVar7 & 0x1f)" identifier >> (parenthesized_expression "(bVar7 & 0x1f)" ( (binary_expression "bVar7 & 0x1f" identifier & number_literal) )))) )))) ;) (expression_statement "uVar3 = uVar2 / uVar1;" (assignment_expression "uVar3 = uVar2 / uVar1" identifier = (binary_expression "uVar2 / uVar1" identifier / identifier)) ;) (expression_statement "uVar6 = (uint)uVar3;" (assignment_expression "uVar6 = (uint)uVar3" identifier = (cast_expression "(uint)uVar3" ( (type_descriptor "uint" type_identifier) ) identifier)) ;) (expression_statement "uVar8 = (uint)(uVar2 % uVar1);" (assignment_expression "uVar8 = (uint)(uVar2 % uVar1)" identifier = (call_expression "(uint)(uVar2 % uVar1)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(uVar2 % uVar1)" ( (binary_expression "uVar2 % uVar1" identifier % identifier) )))) ;) (expression_statement "lVar4 = (uVar3 & 0xffffffff) * (ulonglong)(param_3 << (bVar5 & 0x1f));" (assignment_expression "lVar4 = (uVar3 & 0xffffffff) * (ulonglong)(param_3 << (bVar5 & 0x1f))" identifier = (binary_expression "(uVar3 & 0xffffffff) * (ulonglong)(param_3 << (bVar5 & 0x1f))" (parenthesized_expression "(uVar3 & 0xffffffff)" ( (binary_expression "uVar3 & 0xffffffff" identifier & number_literal) )) * (call_expression "(ulonglong)(param_3 << (bVar5 & 0x1f))" (parenthesized_expression "(ulonglong)" ( identifier )) (argument_list "(param_3 << (bVar5 & 0x1f))" ( (binary_expression "param_3 << (bVar5 & 0x1f)" identifier << (parenthesized_expression "(bVar5 & 0x1f)" ( (binary_expression "bVar5 & 0x1f" identifier & number_literal) ))) ))))) ;) (expression_statement "uVar9 = (uint)((ulonglong)lVar4 >> 0x20);" (assignment_expression "uVar9 = (uint)((ulonglong)lVar4 >> 0x20)" identifier = (call_expression "(uint)((ulonglong)lVar4 >> 0x20)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "((ulonglong)lVar4 >> 0x20)" ( (binary_expression "(ulonglong)lVar4 >> 0x20" (cast_expression "(ulonglong)lVar4" ( (type_descriptor "ulonglong" type_identifier) ) identifier) >> number_literal) )))) ;) (if_statement "if ((uVar8 < uVar9) || ((param_1 << (bVar5 & 0x1f) < (uint)lVar4 && (uVar8 == uVar9)))) {\n uVar6 = uVar6 - 1;\n }" if (parenthesized_expression "((uVar8 < uVar9) || ((param_1 << (bVar5 & 0x1f) < (uint)lVar4 && (uVar8 == uVar9))))" ( (binary_expression "(uVar8 < uVar9) || ((param_1 << (bVar5 & 0x1f) < (uint)lVar4 && (uVar8 == uVar9)))" (parenthesized_expression "(uVar8 < uVar9)" ( (binary_expression "uVar8 < uVar9" identifier < identifier) )) || (parenthesized_expression "((param_1 << (bVar5 & 0x1f) < (uint)lVar4 && (uVar8 == uVar9)))" ( (parenthesized_expression "(param_1 << (bVar5 & 0x1f) < (uint)lVar4 && (uVar8 == uVar9))" ( (binary_expression "param_1 << (bVar5 & 0x1f) < (uint)lVar4 && (uVar8 == uVar9)" (binary_expression "param_1 << (bVar5 & 0x1f) < (uint)lVar4" (binary_expression "param_1 << (bVar5 & 0x1f)" identifier << (parenthesized_expression "(bVar5 & 0x1f)" ( (binary_expression "bVar5 & 0x1f" identifier & number_literal) ))) < (cast_expression "(uint)lVar4" ( (type_descriptor "uint" type_identifier) ) identifier)) && (parenthesized_expression "(uVar8 == uVar9)" ( (binary_expression "uVar8 == uVar9" identifier == identifier) ))) )) ))) )) (compound_statement "{\n uVar6 = uVar6 - 1;\n }" { (expression_statement "uVar6 = uVar6 - 1;" (assignment_expression "uVar6 = uVar6 - 1" identifier = (binary_expression "uVar6 - 1" identifier - number_literal)) ;) })) }))) }))) (return_statement "return (ulonglong)uVar6;" return (cast_expression "(ulonglong)uVar6" ( (type_descriptor "ulonglong" type_identifier) ) identifier) ;) })))
(translation_unit "ulonglong __udivdi3(uint param_1,uint param_2,uint param_3,uint param_4)\n\n{\n ulonglong uVar1;\n ulonglong uVar2;\n ulonglong uVar3;\n longlong lVar4;\n byte bVar5;\n uint uVar6;\n byte bVar7;\n uint uVar8;\n uint uVar9;\n \n if (param_4 == 0) {\n if (param_3 <= param_2) {\n if (param_3 == 0) {\n param_3 = 1 / 0;\n }\n return CONCAT44(param_2 / param_3,\n (int)(((ulonglong)param_2 % (ulonglong)param_3 << 0x20 | (ulonglong)param_1) /\n (ulonglong)param_3));\n }\n uVar6 = (uint)(CONCAT44(param_2,param_1) / (ulonglong)param_3);\n }\n else {\n if (param_2 < param_4) {\n return 0;\n }\n uVar6 = 0x1f;\n if (param_4 != 0) {\n for (; param_4 >> uVar6 == 0; uVar6 = uVar6 - 1) {\n }\n }\n if ((uVar6 ^ 0x1f) == 0) {\n if ((param_4 < param_2) || (uVar6 = 0, param_3 <= param_1)) {\n uVar6 = 1;\n }\n }\n else {\n bVar5 = (byte)(uVar6 ^ 0x1f);\n bVar7 = 0x20 - bVar5;\n uVar1 = (ulonglong)(param_4 << (bVar5 & 0x1f) | param_3 >> (bVar7 & 0x1f));\n uVar2 = CONCAT44(param_2 >> (bVar7 & 0x1f),\n param_2 << (bVar5 & 0x1f) | param_1 >> (bVar7 & 0x1f));\n uVar3 = uVar2 / uVar1;\n uVar6 = (uint)uVar3;\n uVar8 = (uint)(uVar2 % uVar1);\n lVar4 = (uVar3 & 0xffffffff) * (ulonglong)(param_3 << (bVar5 & 0x1f));\n uVar9 = (uint)((ulonglong)lVar4 >> 0x20);\n if ((uVar8 < uVar9) || ((param_1 << (bVar5 & 0x1f) < (uint)lVar4 && (uVar8 == uVar9)))) {\n uVar6 = uVar6 - 1;\n }\n }\n }\n return (ulonglong)uVar6;\n}\n\n" (function_definition "ulonglong __udivdi3(uint param_1,uint param_2,uint param_3,uint param_4)\n\n{\n ulonglong uVar1;\n ulonglong uVar2;\n ulonglong uVar3;\n longlong lVar4;\n byte bVar5;\n uint uVar6;\n byte bVar7;\n uint uVar8;\n uint uVar9;\n \n if (param_4 == 0) {\n if (param_3 <= param_2) {\n if (param_3 == 0) {\n param_3 = 1 / 0;\n }\n return CONCAT44(param_2 / param_3,\n (int)(((ulonglong)param_2 % (ulonglong)param_3 << 0x20 | (ulonglong)param_1) /\n (ulonglong)param_3));\n }\n uVar6 = (uint)(CONCAT44(param_2,param_1) / (ulonglong)param_3);\n }\n else {\n if (param_2 < param_4) {\n return 0;\n }\n uVar6 = 0x1f;\n if (param_4 != 0) {\n for (; param_4 >> uVar6 == 0; uVar6 = uVar6 - 1) {\n }\n }\n if ((uVar6 ^ 0x1f) == 0) {\n if ((param_4 < param_2) || (uVar6 = 0, param_3 <= param_1)) {\n uVar6 = 1;\n }\n }\n else {\n bVar5 = (byte)(uVar6 ^ 0x1f);\n bVar7 = 0x20 - bVar5;\n uVar1 = (ulonglong)(param_4 << (bVar5 & 0x1f) | param_3 >> (bVar7 & 0x1f));\n uVar2 = CONCAT44(param_2 >> (bVar7 & 0x1f),\n param_2 << (bVar5 & 0x1f) | param_1 >> (bVar7 & 0x1f));\n uVar3 = uVar2 / uVar1;\n uVar6 = (uint)uVar3;\n uVar8 = (uint)(uVar2 % uVar1);\n lVar4 = (uVar3 & 0xffffffff) * (ulonglong)(param_3 << (bVar5 & 0x1f));\n uVar9 = (uint)((ulonglong)lVar4 >> 0x20);\n if ((uVar8 < uVar9) || ((param_1 << (bVar5 & 0x1f) < (uint)lVar4 && (uVar8 == uVar9)))) {\n uVar6 = uVar6 - 1;\n }\n }\n }\n return (ulonglong)uVar6;\n}" type_identifier (function_declarator "__udivdi3(uint param_1,uint param_2,uint param_3,uint param_4)" identifier (parameter_list "(uint param_1,uint param_2,uint param_3,uint param_4)" ( (parameter_declaration "uint param_1" type_identifier identifier) , (parameter_declaration "uint param_2" type_identifier identifier) , (parameter_declaration "uint param_3" type_identifier identifier) , (parameter_declaration "uint param_4" type_identifier identifier) ))) (compound_statement "{\n ulonglong uVar1;\n ulonglong uVar2;\n ulonglong uVar3;\n longlong lVar4;\n byte bVar5;\n uint uVar6;\n byte bVar7;\n uint uVar8;\n uint uVar9;\n \n if (param_4 == 0) {\n if (param_3 <= param_2) {\n if (param_3 == 0) {\n param_3 = 1 / 0;\n }\n return CONCAT44(param_2 / param_3,\n (int)(((ulonglong)param_2 % (ulonglong)param_3 << 0x20 | (ulonglong)param_1) /\n (ulonglong)param_3));\n }\n uVar6 = (uint)(CONCAT44(param_2,param_1) / (ulonglong)param_3);\n }\n else {\n if (param_2 < param_4) {\n return 0;\n }\n uVar6 = 0x1f;\n if (param_4 != 0) {\n for (; param_4 >> uVar6 == 0; uVar6 = uVar6 - 1) {\n }\n }\n if ((uVar6 ^ 0x1f) == 0) {\n if ((param_4 < param_2) || (uVar6 = 0, param_3 <= param_1)) {\n uVar6 = 1;\n }\n }\n else {\n bVar5 = (byte)(uVar6 ^ 0x1f);\n bVar7 = 0x20 - bVar5;\n uVar1 = (ulonglong)(param_4 << (bVar5 & 0x1f) | param_3 >> (bVar7 & 0x1f));\n uVar2 = CONCAT44(param_2 >> (bVar7 & 0x1f),\n param_2 << (bVar5 & 0x1f) | param_1 >> (bVar7 & 0x1f));\n uVar3 = uVar2 / uVar1;\n uVar6 = (uint)uVar3;\n uVar8 = (uint)(uVar2 % uVar1);\n lVar4 = (uVar3 & 0xffffffff) * (ulonglong)(param_3 << (bVar5 & 0x1f));\n uVar9 = (uint)((ulonglong)lVar4 >> 0x20);\n if ((uVar8 < uVar9) || ((param_1 << (bVar5 & 0x1f) < (uint)lVar4 && (uVar8 == uVar9)))) {\n uVar6 = uVar6 - 1;\n }\n }\n }\n return (ulonglong)uVar6;\n}" { (declaration "ulonglong uVar1;" type_identifier identifier ;) (declaration "ulonglong uVar2;" type_identifier identifier ;) (declaration "ulonglong uVar3;" type_identifier identifier ;) (declaration "longlong lVar4;" type_identifier identifier ;) (declaration "byte bVar5;" type_identifier identifier ;) (declaration "uint uVar6;" type_identifier identifier ;) (declaration "byte bVar7;" type_identifier identifier ;) (declaration "uint uVar8;" type_identifier identifier ;) (declaration "uint uVar9;" type_identifier identifier ;) (if_statement "if (param_4 == 0) {\n if (param_3 <= param_2) {\n if (param_3 == 0) {\n param_3 = 1 / 0;\n }\n return CONCAT44(param_2 / param_3,\n (int)(((ulonglong)param_2 % (ulonglong)param_3 << 0x20 | (ulonglong)param_1) /\n (ulonglong)param_3));\n }\n uVar6 = (uint)(CONCAT44(param_2,param_1) / (ulonglong)param_3);\n }\n else {\n if (param_2 < param_4) {\n return 0;\n }\n uVar6 = 0x1f;\n if (param_4 != 0) {\n for (; param_4 >> uVar6 == 0; uVar6 = uVar6 - 1) {\n }\n }\n if ((uVar6 ^ 0x1f) == 0) {\n if ((param_4 < param_2) || (uVar6 = 0, param_3 <= param_1)) {\n uVar6 = 1;\n }\n }\n else {\n bVar5 = (byte)(uVar6 ^ 0x1f);\n bVar7 = 0x20 - bVar5;\n uVar1 = (ulonglong)(param_4 << (bVar5 & 0x1f) | param_3 >> (bVar7 & 0x1f));\n uVar2 = CONCAT44(param_2 >> (bVar7 & 0x1f),\n param_2 << (bVar5 & 0x1f) | param_1 >> (bVar7 & 0x1f));\n uVar3 = uVar2 / uVar1;\n uVar6 = (uint)uVar3;\n uVar8 = (uint)(uVar2 % uVar1);\n lVar4 = (uVar3 & 0xffffffff) * (ulonglong)(param_3 << (bVar5 & 0x1f));\n uVar9 = (uint)((ulonglong)lVar4 >> 0x20);\n if ((uVar8 < uVar9) || ((param_1 << (bVar5 & 0x1f) < (uint)lVar4 && (uVar8 == uVar9)))) {\n uVar6 = uVar6 - 1;\n }\n }\n }" if (parenthesized_expression "(param_4 == 0)" ( (binary_expression "param_4 == 0" identifier == number_literal) )) (compound_statement "{\n if (param_3 <= param_2) {\n if (param_3 == 0) {\n param_3 = 1 / 0;\n }\n return CONCAT44(param_2 / param_3,\n (int)(((ulonglong)param_2 % (ulonglong)param_3 << 0x20 | (ulonglong)param_1) /\n (ulonglong)param_3));\n }\n uVar6 = (uint)(CONCAT44(param_2,param_1) / (ulonglong)param_3);\n }" { (if_statement "if (param_3 <= param_2) {\n if (param_3 == 0) {\n param_3 = 1 / 0;\n }\n return CONCAT44(param_2 / param_3,\n (int)(((ulonglong)param_2 % (ulonglong)param_3 << 0x20 | (ulonglong)param_1) /\n (ulonglong)param_3));\n }" if (parenthesized_expression "(param_3 <= param_2)" ( (binary_expression "param_3 <= param_2" identifier <= identifier) )) (compound_statement "{\n if (param_3 == 0) {\n param_3 = 1 / 0;\n }\n return CONCAT44(param_2 / param_3,\n (int)(((ulonglong)param_2 % (ulonglong)param_3 << 0x20 | (ulonglong)param_1) /\n (ulonglong)param_3));\n }" { (if_statement "if (param_3 == 0) {\n param_3 = 1 / 0;\n }" if (parenthesized_expression "(param_3 == 0)" ( (binary_expression "param_3 == 0" identifier == number_literal) )) (compound_statement "{\n param_3 = 1 / 0;\n }" { (expression_statement "param_3 = 1 / 0;" (assignment_expression "param_3 = 1 / 0" identifier = (binary_expression "1 / 0" number_literal / number_literal)) ;) })) (return_statement "return CONCAT44(param_2 / param_3,\n (int)(((ulonglong)param_2 % (ulonglong)param_3 << 0x20 | (ulonglong)param_1) /\n (ulonglong)param_3));" return (call_expression "CONCAT44(param_2 / param_3,\n (int)(((ulonglong)param_2 % (ulonglong)param_3 << 0x20 | (ulonglong)param_1) /\n (ulonglong)param_3))" identifier (argument_list "(param_2 / param_3,\n (int)(((ulonglong)param_2 % (ulonglong)param_3 << 0x20 | (ulonglong)param_1) /\n (ulonglong)param_3))" ( (binary_expression "param_2 / param_3" identifier / identifier) , (cast_expression "(int)(((ulonglong)param_2 % (ulonglong)param_3 << 0x20 | (ulonglong)param_1) /\n (ulonglong)param_3)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(((ulonglong)param_2 % (ulonglong)param_3 << 0x20 | (ulonglong)param_1) /\n (ulonglong)param_3)" ( (binary_expression "((ulonglong)param_2 % (ulonglong)param_3 << 0x20 | (ulonglong)param_1) /\n (ulonglong)param_3" (parenthesized_expression "((ulonglong)param_2 % (ulonglong)param_3 << 0x20 | (ulonglong)param_1)" ( (binary_expression "(ulonglong)param_2 % (ulonglong)param_3 << 0x20 | (ulonglong)param_1" (binary_expression "(ulonglong)param_2 % (ulonglong)param_3 << 0x20" (binary_expression "(ulonglong)param_2 % (ulonglong)param_3" (cast_expression "(ulonglong)param_2" ( (type_descriptor "ulonglong" type_identifier) ) identifier) % (cast_expression "(ulonglong)param_3" ( (type_descriptor "ulonglong" type_identifier) ) identifier)) << number_literal) | (cast_expression "(ulonglong)param_1" ( (type_descriptor "ulonglong" type_identifier) ) identifier)) )) / (cast_expression "(ulonglong)param_3" ( (type_descriptor "ulonglong" type_identifier) ) identifier)) ))) ))) ;) })) (expression_statement "uVar6 = (uint)(CONCAT44(param_2,param_1) / (ulonglong)param_3);" (assignment_expression "uVar6 = (uint)(CONCAT44(param_2,param_1) / (ulonglong)param_3)" identifier = (call_expression "(uint)(CONCAT44(param_2,param_1) / (ulonglong)param_3)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(CONCAT44(param_2,param_1) / (ulonglong)param_3)" ( (binary_expression "CONCAT44(param_2,param_1) / (ulonglong)param_3" (call_expression "CONCAT44(param_2,param_1)" identifier (argument_list "(param_2,param_1)" ( identifier , identifier ))) / (cast_expression "(ulonglong)param_3" ( (type_descriptor "ulonglong" type_identifier) ) identifier)) )))) ;) }) (else_clause "else {\n if (param_2 < param_4) {\n return 0;\n }\n uVar6 = 0x1f;\n if (param_4 != 0) {\n for (; param_4 >> uVar6 == 0; uVar6 = uVar6 - 1) {\n }\n }\n if ((uVar6 ^ 0x1f) == 0) {\n if ((param_4 < param_2) || (uVar6 = 0, param_3 <= param_1)) {\n uVar6 = 1;\n }\n }\n else {\n bVar5 = (byte)(uVar6 ^ 0x1f);\n bVar7 = 0x20 - bVar5;\n uVar1 = (ulonglong)(param_4 << (bVar5 & 0x1f) | param_3 >> (bVar7 & 0x1f));\n uVar2 = CONCAT44(param_2 >> (bVar7 & 0x1f),\n param_2 << (bVar5 & 0x1f) | param_1 >> (bVar7 & 0x1f));\n uVar3 = uVar2 / uVar1;\n uVar6 = (uint)uVar3;\n uVar8 = (uint)(uVar2 % uVar1);\n lVar4 = (uVar3 & 0xffffffff) * (ulonglong)(param_3 << (bVar5 & 0x1f));\n uVar9 = (uint)((ulonglong)lVar4 >> 0x20);\n if ((uVar8 < uVar9) || ((param_1 << (bVar5 & 0x1f) < (uint)lVar4 && (uVar8 == uVar9)))) {\n uVar6 = uVar6 - 1;\n }\n }\n }" else (compound_statement "{\n if (param_2 < param_4) {\n return 0;\n }\n uVar6 = 0x1f;\n if (param_4 != 0) {\n for (; param_4 >> uVar6 == 0; uVar6 = uVar6 - 1) {\n }\n }\n if ((uVar6 ^ 0x1f) == 0) {\n if ((param_4 < param_2) || (uVar6 = 0, param_3 <= param_1)) {\n uVar6 = 1;\n }\n }\n else {\n bVar5 = (byte)(uVar6 ^ 0x1f);\n bVar7 = 0x20 - bVar5;\n uVar1 = (ulonglong)(param_4 << (bVar5 & 0x1f) | param_3 >> (bVar7 & 0x1f));\n uVar2 = CONCAT44(param_2 >> (bVar7 & 0x1f),\n param_2 << (bVar5 & 0x1f) | param_1 >> (bVar7 & 0x1f));\n uVar3 = uVar2 / uVar1;\n uVar6 = (uint)uVar3;\n uVar8 = (uint)(uVar2 % uVar1);\n lVar4 = (uVar3 & 0xffffffff) * (ulonglong)(param_3 << (bVar5 & 0x1f));\n uVar9 = (uint)((ulonglong)lVar4 >> 0x20);\n if ((uVar8 < uVar9) || ((param_1 << (bVar5 & 0x1f) < (uint)lVar4 && (uVar8 == uVar9)))) {\n uVar6 = uVar6 - 1;\n }\n }\n }" { (if_statement "if (param_2 < param_4) {\n return 0;\n }" if (parenthesized_expression "(param_2 < param_4)" ( (binary_expression "param_2 < param_4" identifier < identifier) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) (expression_statement "uVar6 = 0x1f;" (assignment_expression "uVar6 = 0x1f" identifier = number_literal) ;) (if_statement "if (param_4 != 0) {\n for (; param_4 >> uVar6 == 0; uVar6 = uVar6 - 1) {\n }\n }" if (parenthesized_expression "(param_4 != 0)" ( (binary_expression "param_4 != 0" identifier != number_literal) )) (compound_statement "{\n for (; param_4 >> uVar6 == 0; uVar6 = uVar6 - 1) {\n }\n }" { (for_statement "for (; param_4 >> uVar6 == 0; uVar6 = uVar6 - 1) {\n }" for ( ; (binary_expression "param_4 >> uVar6 == 0" (binary_expression "param_4 >> uVar6" identifier >> identifier) == number_literal) ; (assignment_expression "uVar6 = uVar6 - 1" identifier = (binary_expression "uVar6 - 1" identifier - number_literal)) ) (compound_statement "{\n }" { })) })) (if_statement "if ((uVar6 ^ 0x1f) == 0) {\n if ((param_4 < param_2) || (uVar6 = 0, param_3 <= param_1)) {\n uVar6 = 1;\n }\n }\n else {\n bVar5 = (byte)(uVar6 ^ 0x1f);\n bVar7 = 0x20 - bVar5;\n uVar1 = (ulonglong)(param_4 << (bVar5 & 0x1f) | param_3 >> (bVar7 & 0x1f));\n uVar2 = CONCAT44(param_2 >> (bVar7 & 0x1f),\n param_2 << (bVar5 & 0x1f) | param_1 >> (bVar7 & 0x1f));\n uVar3 = uVar2 / uVar1;\n uVar6 = (uint)uVar3;\n uVar8 = (uint)(uVar2 % uVar1);\n lVar4 = (uVar3 & 0xffffffff) * (ulonglong)(param_3 << (bVar5 & 0x1f));\n uVar9 = (uint)((ulonglong)lVar4 >> 0x20);\n if ((uVar8 < uVar9) || ((param_1 << (bVar5 & 0x1f) < (uint)lVar4 && (uVar8 == uVar9)))) {\n uVar6 = uVar6 - 1;\n }\n }" if (parenthesized_expression "((uVar6 ^ 0x1f) == 0)" ( (binary_expression "(uVar6 ^ 0x1f) == 0" (parenthesized_expression "(uVar6 ^ 0x1f)" ( (binary_expression "uVar6 ^ 0x1f" identifier ^ number_literal) )) == number_literal) )) (compound_statement "{\n if ((param_4 < param_2) || (uVar6 = 0, param_3 <= param_1)) {\n uVar6 = 1;\n }\n }" { (if_statement "if ((param_4 < param_2) || (uVar6 = 0, param_3 <= param_1)) {\n uVar6 = 1;\n }" if (parenthesized_expression "((param_4 < param_2) || (uVar6 = 0, param_3 <= param_1))" ( (binary_expression "(param_4 < param_2) || (uVar6 = 0, param_3 <= param_1)" (parenthesized_expression "(param_4 < param_2)" ( (binary_expression "param_4 < param_2" identifier < identifier) )) || (parenthesized_expression "(uVar6 = 0, param_3 <= param_1)" ( (comma_expression "uVar6 = 0, param_3 <= param_1" (assignment_expression "uVar6 = 0" identifier = number_literal) , (binary_expression "param_3 <= param_1" identifier <= identifier)) ))) )) (compound_statement "{\n uVar6 = 1;\n }" { (expression_statement "uVar6 = 1;" (assignment_expression "uVar6 = 1" identifier = number_literal) ;) })) }) (else_clause "else {\n bVar5 = (byte)(uVar6 ^ 0x1f);\n bVar7 = 0x20 - bVar5;\n uVar1 = (ulonglong)(param_4 << (bVar5 & 0x1f) | param_3 >> (bVar7 & 0x1f));\n uVar2 = CONCAT44(param_2 >> (bVar7 & 0x1f),\n param_2 << (bVar5 & 0x1f) | param_1 >> (bVar7 & 0x1f));\n uVar3 = uVar2 / uVar1;\n uVar6 = (uint)uVar3;\n uVar8 = (uint)(uVar2 % uVar1);\n lVar4 = (uVar3 & 0xffffffff) * (ulonglong)(param_3 << (bVar5 & 0x1f));\n uVar9 = (uint)((ulonglong)lVar4 >> 0x20);\n if ((uVar8 < uVar9) || ((param_1 << (bVar5 & 0x1f) < (uint)lVar4 && (uVar8 == uVar9)))) {\n uVar6 = uVar6 - 1;\n }\n }" else (compound_statement "{\n bVar5 = (byte)(uVar6 ^ 0x1f);\n bVar7 = 0x20 - bVar5;\n uVar1 = (ulonglong)(param_4 << (bVar5 & 0x1f) | param_3 >> (bVar7 & 0x1f));\n uVar2 = CONCAT44(param_2 >> (bVar7 & 0x1f),\n param_2 << (bVar5 & 0x1f) | param_1 >> (bVar7 & 0x1f));\n uVar3 = uVar2 / uVar1;\n uVar6 = (uint)uVar3;\n uVar8 = (uint)(uVar2 % uVar1);\n lVar4 = (uVar3 & 0xffffffff) * (ulonglong)(param_3 << (bVar5 & 0x1f));\n uVar9 = (uint)((ulonglong)lVar4 >> 0x20);\n if ((uVar8 < uVar9) || ((param_1 << (bVar5 & 0x1f) < (uint)lVar4 && (uVar8 == uVar9)))) {\n uVar6 = uVar6 - 1;\n }\n }" { (expression_statement "bVar5 = (byte)(uVar6 ^ 0x1f);" (assignment_expression "bVar5 = (byte)(uVar6 ^ 0x1f)" identifier = (call_expression "(byte)(uVar6 ^ 0x1f)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "(uVar6 ^ 0x1f)" ( (binary_expression "uVar6 ^ 0x1f" identifier ^ number_literal) )))) ;) (expression_statement "bVar7 = 0x20 - bVar5;" (assignment_expression "bVar7 = 0x20 - bVar5" identifier = (binary_expression "0x20 - bVar5" number_literal - identifier)) ;) (expression_statement "uVar1 = (ulonglong)(param_4 << (bVar5 & 0x1f) | param_3 >> (bVar7 & 0x1f));" (assignment_expression "uVar1 = (ulonglong)(param_4 << (bVar5 & 0x1f) | param_3 >> (bVar7 & 0x1f))" identifier = (call_expression "(ulonglong)(param_4 << (bVar5 & 0x1f) | param_3 >> (bVar7 & 0x1f))" (parenthesized_expression "(ulonglong)" ( identifier )) (argument_list "(param_4 << (bVar5 & 0x1f) | param_3 >> (bVar7 & 0x1f))" ( (binary_expression "param_4 << (bVar5 & 0x1f) | param_3 >> (bVar7 & 0x1f)" (binary_expression "param_4 << (bVar5 & 0x1f)" identifier << (parenthesized_expression "(bVar5 & 0x1f)" ( (binary_expression "bVar5 & 0x1f" identifier & number_literal) ))) | (binary_expression "param_3 >> (bVar7 & 0x1f)" identifier >> (parenthesized_expression "(bVar7 & 0x1f)" ( (binary_expression "bVar7 & 0x1f" identifier & number_literal) )))) )))) ;) (expression_statement "uVar2 = CONCAT44(param_2 >> (bVar7 & 0x1f),\n param_2 << (bVar5 & 0x1f) | param_1 >> (bVar7 & 0x1f));" (assignment_expression "uVar2 = CONCAT44(param_2 >> (bVar7 & 0x1f),\n param_2 << (bVar5 & 0x1f) | param_1 >> (bVar7 & 0x1f))" identifier = (call_expression "CONCAT44(param_2 >> (bVar7 & 0x1f),\n param_2 << (bVar5 & 0x1f) | param_1 >> (bVar7 & 0x1f))" identifier (argument_list "(param_2 >> (bVar7 & 0x1f),\n param_2 << (bVar5 & 0x1f) | param_1 >> (bVar7 & 0x1f))" ( (binary_expression "param_2 >> (bVar7 & 0x1f)" identifier >> (parenthesized_expression "(bVar7 & 0x1f)" ( (binary_expression "bVar7 & 0x1f" identifier & number_literal) ))) , (binary_expression "param_2 << (bVar5 & 0x1f) | param_1 >> (bVar7 & 0x1f)" (binary_expression "param_2 << (bVar5 & 0x1f)" identifier << (parenthesized_expression "(bVar5 & 0x1f)" ( (binary_expression "bVar5 & 0x1f" identifier & number_literal) ))) | (binary_expression "param_1 >> (bVar7 & 0x1f)" identifier >> (parenthesized_expression "(bVar7 & 0x1f)" ( (binary_expression "bVar7 & 0x1f" identifier & number_literal) )))) )))) ;) (expression_statement "uVar3 = uVar2 / uVar1;" (assignment_expression "uVar3 = uVar2 / uVar1" identifier = (binary_expression "uVar2 / uVar1" identifier / identifier)) ;) (expression_statement "uVar6 = (uint)uVar3;" (assignment_expression "uVar6 = (uint)uVar3" identifier = (cast_expression "(uint)uVar3" ( (type_descriptor "uint" type_identifier) ) identifier)) ;) (expression_statement "uVar8 = (uint)(uVar2 % uVar1);" (assignment_expression "uVar8 = (uint)(uVar2 % uVar1)" identifier = (call_expression "(uint)(uVar2 % uVar1)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(uVar2 % uVar1)" ( (binary_expression "uVar2 % uVar1" identifier % identifier) )))) ;) (expression_statement "lVar4 = (uVar3 & 0xffffffff) * (ulonglong)(param_3 << (bVar5 & 0x1f));" (assignment_expression "lVar4 = (uVar3 & 0xffffffff) * (ulonglong)(param_3 << (bVar5 & 0x1f))" identifier = (binary_expression "(uVar3 & 0xffffffff) * (ulonglong)(param_3 << (bVar5 & 0x1f))" (parenthesized_expression "(uVar3 & 0xffffffff)" ( (binary_expression "uVar3 & 0xffffffff" identifier & number_literal) )) * (call_expression "(ulonglong)(param_3 << (bVar5 & 0x1f))" (parenthesized_expression "(ulonglong)" ( identifier )) (argument_list "(param_3 << (bVar5 & 0x1f))" ( (binary_expression "param_3 << (bVar5 & 0x1f)" identifier << (parenthesized_expression "(bVar5 & 0x1f)" ( (binary_expression "bVar5 & 0x1f" identifier & number_literal) ))) ))))) ;) (expression_statement "uVar9 = (uint)((ulonglong)lVar4 >> 0x20);" (assignment_expression "uVar9 = (uint)((ulonglong)lVar4 >> 0x20)" identifier = (call_expression "(uint)((ulonglong)lVar4 >> 0x20)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "((ulonglong)lVar4 >> 0x20)" ( (binary_expression "(ulonglong)lVar4 >> 0x20" (cast_expression "(ulonglong)lVar4" ( (type_descriptor "ulonglong" type_identifier) ) identifier) >> number_literal) )))) ;) (if_statement "if ((uVar8 < uVar9) || ((param_1 << (bVar5 & 0x1f) < (uint)lVar4 && (uVar8 == uVar9)))) {\n uVar6 = uVar6 - 1;\n }" if (parenthesized_expression "((uVar8 < uVar9) || ((param_1 << (bVar5 & 0x1f) < (uint)lVar4 && (uVar8 == uVar9))))" ( (binary_expression "(uVar8 < uVar9) || ((param_1 << (bVar5 & 0x1f) < (uint)lVar4 && (uVar8 == uVar9)))" (parenthesized_expression "(uVar8 < uVar9)" ( (binary_expression "uVar8 < uVar9" identifier < identifier) )) || (parenthesized_expression "((param_1 << (bVar5 & 0x1f) < (uint)lVar4 && (uVar8 == uVar9)))" ( (parenthesized_expression "(param_1 << (bVar5 & 0x1f) < (uint)lVar4 && (uVar8 == uVar9))" ( (binary_expression "param_1 << (bVar5 & 0x1f) < (uint)lVar4 && (uVar8 == uVar9)" (binary_expression "param_1 << (bVar5 & 0x1f) < (uint)lVar4" (binary_expression "param_1 << (bVar5 & 0x1f)" identifier << (parenthesized_expression "(bVar5 & 0x1f)" ( (binary_expression "bVar5 & 0x1f" identifier & number_literal) ))) < (cast_expression "(uint)lVar4" ( (type_descriptor "uint" type_identifier) ) identifier)) && (parenthesized_expression "(uVar8 == uVar9)" ( (binary_expression "uVar8 == uVar9" identifier == identifier) ))) )) ))) )) (compound_statement "{\n uVar6 = uVar6 - 1;\n }" { (expression_statement "uVar6 = uVar6 - 1;" (assignment_expression "uVar6 = uVar6 - 1" identifier = (binary_expression "uVar6 - 1" identifier - number_literal)) ;) })) }))) }))) (return_statement "return (ulonglong)uVar6;" return (cast_expression "(ulonglong)uVar6" ( (type_descriptor "ulonglong" type_identifier) ) identifier) ;) })))
(translation_unit "ulonglong FUN_0004dc10(uint param_1,uint param_2,uint param_3,uint param_4)\n\n{\n ulonglong uVar1;\n ulonglong uVar2;\n ulonglong uVar3;\n longlong lVar4;\n byte bVar5;\n uint uVar6;\n byte bVar7;\n uint uVar8;\n uint uVar9;\n \n if (param_4 == 0) {\n if (param_3 <= param_2) {\n if (param_3 == 0) {\n param_3 = 1 / 0;\n }\n return CONCAT44(param_2 / param_3,\n (int)(((ulonglong)param_2 % (ulonglong)param_3 << 0x20 | (ulonglong)param_1) /\n (ulonglong)param_3));\n }\n uVar6 = (uint)(CONCAT44(param_2,param_1) / (ulonglong)param_3);\n }\n else {\n if (param_2 < param_4) {\n return 0;\n }\n uVar6 = 0x1f;\n if (param_4 != 0) {\n for (; param_4 >> uVar6 == 0; uVar6 = uVar6 - 1) {\n }\n }\n if ((uVar6 ^ 0x1f) == 0) {\n if ((param_4 < param_2) || (uVar6 = 0, param_3 <= param_1)) {\n uVar6 = 1;\n }\n }\n else {\n bVar5 = (byte)(uVar6 ^ 0x1f);\n bVar7 = 0x20 - bVar5;\n uVar1 = (ulonglong)(param_4 << (bVar5 & 0x1f) | param_3 >> (bVar7 & 0x1f));\n uVar2 = CONCAT44(param_2 >> (bVar7 & 0x1f),\n param_2 << (bVar5 & 0x1f) | param_1 >> (bVar7 & 0x1f));\n uVar3 = uVar2 / uVar1;\n uVar6 = (uint)uVar3;\n uVar8 = (uint)(uVar2 % uVar1);\n lVar4 = (uVar3 & 0xffffffff) * (ulonglong)(param_3 << (bVar5 & 0x1f));\n uVar9 = (uint)((ulonglong)lVar4 >> 0x20);\n if ((uVar8 < uVar9) || ((param_1 << (bVar5 & 0x1f) < (uint)lVar4 && (uVar8 == uVar9)))) {\n uVar6 = uVar6 - 1;\n }\n }\n }\n return (ulonglong)uVar6;\n}\n\n" (function_definition "ulonglong FUN_0004dc10(uint param_1,uint param_2,uint param_3,uint param_4)\n\n{\n ulonglong uVar1;\n ulonglong uVar2;\n ulonglong uVar3;\n longlong lVar4;\n byte bVar5;\n uint uVar6;\n byte bVar7;\n uint uVar8;\n uint uVar9;\n \n if (param_4 == 0) {\n if (param_3 <= param_2) {\n if (param_3 == 0) {\n param_3 = 1 / 0;\n }\n return CONCAT44(param_2 / param_3,\n (int)(((ulonglong)param_2 % (ulonglong)param_3 << 0x20 | (ulonglong)param_1) /\n (ulonglong)param_3));\n }\n uVar6 = (uint)(CONCAT44(param_2,param_1) / (ulonglong)param_3);\n }\n else {\n if (param_2 < param_4) {\n return 0;\n }\n uVar6 = 0x1f;\n if (param_4 != 0) {\n for (; param_4 >> uVar6 == 0; uVar6 = uVar6 - 1) {\n }\n }\n if ((uVar6 ^ 0x1f) == 0) {\n if ((param_4 < param_2) || (uVar6 = 0, param_3 <= param_1)) {\n uVar6 = 1;\n }\n }\n else {\n bVar5 = (byte)(uVar6 ^ 0x1f);\n bVar7 = 0x20 - bVar5;\n uVar1 = (ulonglong)(param_4 << (bVar5 & 0x1f) | param_3 >> (bVar7 & 0x1f));\n uVar2 = CONCAT44(param_2 >> (bVar7 & 0x1f),\n param_2 << (bVar5 & 0x1f) | param_1 >> (bVar7 & 0x1f));\n uVar3 = uVar2 / uVar1;\n uVar6 = (uint)uVar3;\n uVar8 = (uint)(uVar2 % uVar1);\n lVar4 = (uVar3 & 0xffffffff) * (ulonglong)(param_3 << (bVar5 & 0x1f));\n uVar9 = (uint)((ulonglong)lVar4 >> 0x20);\n if ((uVar8 < uVar9) || ((param_1 << (bVar5 & 0x1f) < (uint)lVar4 && (uVar8 == uVar9)))) {\n uVar6 = uVar6 - 1;\n }\n }\n }\n return (ulonglong)uVar6;\n}" type_identifier (function_declarator "FUN_0004dc10(uint param_1,uint param_2,uint param_3,uint param_4)" identifier (parameter_list "(uint param_1,uint param_2,uint param_3,uint param_4)" ( (parameter_declaration "uint param_1" type_identifier identifier) , (parameter_declaration "uint param_2" type_identifier identifier) , (parameter_declaration "uint param_3" type_identifier identifier) , (parameter_declaration "uint param_4" type_identifier identifier) ))) (compound_statement "{\n ulonglong uVar1;\n ulonglong uVar2;\n ulonglong uVar3;\n longlong lVar4;\n byte bVar5;\n uint uVar6;\n byte bVar7;\n uint uVar8;\n uint uVar9;\n \n if (param_4 == 0) {\n if (param_3 <= param_2) {\n if (param_3 == 0) {\n param_3 = 1 / 0;\n }\n return CONCAT44(param_2 / param_3,\n (int)(((ulonglong)param_2 % (ulonglong)param_3 << 0x20 | (ulonglong)param_1) /\n (ulonglong)param_3));\n }\n uVar6 = (uint)(CONCAT44(param_2,param_1) / (ulonglong)param_3);\n }\n else {\n if (param_2 < param_4) {\n return 0;\n }\n uVar6 = 0x1f;\n if (param_4 != 0) {\n for (; param_4 >> uVar6 == 0; uVar6 = uVar6 - 1) {\n }\n }\n if ((uVar6 ^ 0x1f) == 0) {\n if ((param_4 < param_2) || (uVar6 = 0, param_3 <= param_1)) {\n uVar6 = 1;\n }\n }\n else {\n bVar5 = (byte)(uVar6 ^ 0x1f);\n bVar7 = 0x20 - bVar5;\n uVar1 = (ulonglong)(param_4 << (bVar5 & 0x1f) | param_3 >> (bVar7 & 0x1f));\n uVar2 = CONCAT44(param_2 >> (bVar7 & 0x1f),\n param_2 << (bVar5 & 0x1f) | param_1 >> (bVar7 & 0x1f));\n uVar3 = uVar2 / uVar1;\n uVar6 = (uint)uVar3;\n uVar8 = (uint)(uVar2 % uVar1);\n lVar4 = (uVar3 & 0xffffffff) * (ulonglong)(param_3 << (bVar5 & 0x1f));\n uVar9 = (uint)((ulonglong)lVar4 >> 0x20);\n if ((uVar8 < uVar9) || ((param_1 << (bVar5 & 0x1f) < (uint)lVar4 && (uVar8 == uVar9)))) {\n uVar6 = uVar6 - 1;\n }\n }\n }\n return (ulonglong)uVar6;\n}" { (declaration "ulonglong uVar1;" type_identifier identifier ;) (declaration "ulonglong uVar2;" type_identifier identifier ;) (declaration "ulonglong uVar3;" type_identifier identifier ;) (declaration "longlong lVar4;" type_identifier identifier ;) (declaration "byte bVar5;" type_identifier identifier ;) (declaration "uint uVar6;" type_identifier identifier ;) (declaration "byte bVar7;" type_identifier identifier ;) (declaration "uint uVar8;" type_identifier identifier ;) (declaration "uint uVar9;" type_identifier identifier ;) (if_statement "if (param_4 == 0) {\n if (param_3 <= param_2) {\n if (param_3 == 0) {\n param_3 = 1 / 0;\n }\n return CONCAT44(param_2 / param_3,\n (int)(((ulonglong)param_2 % (ulonglong)param_3 << 0x20 | (ulonglong)param_1) /\n (ulonglong)param_3));\n }\n uVar6 = (uint)(CONCAT44(param_2,param_1) / (ulonglong)param_3);\n }\n else {\n if (param_2 < param_4) {\n return 0;\n }\n uVar6 = 0x1f;\n if (param_4 != 0) {\n for (; param_4 >> uVar6 == 0; uVar6 = uVar6 - 1) {\n }\n }\n if ((uVar6 ^ 0x1f) == 0) {\n if ((param_4 < param_2) || (uVar6 = 0, param_3 <= param_1)) {\n uVar6 = 1;\n }\n }\n else {\n bVar5 = (byte)(uVar6 ^ 0x1f);\n bVar7 = 0x20 - bVar5;\n uVar1 = (ulonglong)(param_4 << (bVar5 & 0x1f) | param_3 >> (bVar7 & 0x1f));\n uVar2 = CONCAT44(param_2 >> (bVar7 & 0x1f),\n param_2 << (bVar5 & 0x1f) | param_1 >> (bVar7 & 0x1f));\n uVar3 = uVar2 / uVar1;\n uVar6 = (uint)uVar3;\n uVar8 = (uint)(uVar2 % uVar1);\n lVar4 = (uVar3 & 0xffffffff) * (ulonglong)(param_3 << (bVar5 & 0x1f));\n uVar9 = (uint)((ulonglong)lVar4 >> 0x20);\n if ((uVar8 < uVar9) || ((param_1 << (bVar5 & 0x1f) < (uint)lVar4 && (uVar8 == uVar9)))) {\n uVar6 = uVar6 - 1;\n }\n }\n }" if (parenthesized_expression "(param_4 == 0)" ( (binary_expression "param_4 == 0" identifier == number_literal) )) (compound_statement "{\n if (param_3 <= param_2) {\n if (param_3 == 0) {\n param_3 = 1 / 0;\n }\n return CONCAT44(param_2 / param_3,\n (int)(((ulonglong)param_2 % (ulonglong)param_3 << 0x20 | (ulonglong)param_1) /\n (ulonglong)param_3));\n }\n uVar6 = (uint)(CONCAT44(param_2,param_1) / (ulonglong)param_3);\n }" { (if_statement "if (param_3 <= param_2) {\n if (param_3 == 0) {\n param_3 = 1 / 0;\n }\n return CONCAT44(param_2 / param_3,\n (int)(((ulonglong)param_2 % (ulonglong)param_3 << 0x20 | (ulonglong)param_1) /\n (ulonglong)param_3));\n }" if (parenthesized_expression "(param_3 <= param_2)" ( (binary_expression "param_3 <= param_2" identifier <= identifier) )) (compound_statement "{\n if (param_3 == 0) {\n param_3 = 1 / 0;\n }\n return CONCAT44(param_2 / param_3,\n (int)(((ulonglong)param_2 % (ulonglong)param_3 << 0x20 | (ulonglong)param_1) /\n (ulonglong)param_3));\n }" { (if_statement "if (param_3 == 0) {\n param_3 = 1 / 0;\n }" if (parenthesized_expression "(param_3 == 0)" ( (binary_expression "param_3 == 0" identifier == number_literal) )) (compound_statement "{\n param_3 = 1 / 0;\n }" { (expression_statement "param_3 = 1 / 0;" (assignment_expression "param_3 = 1 / 0" identifier = (binary_expression "1 / 0" number_literal / number_literal)) ;) })) (return_statement "return CONCAT44(param_2 / param_3,\n (int)(((ulonglong)param_2 % (ulonglong)param_3 << 0x20 | (ulonglong)param_1) /\n (ulonglong)param_3));" return (call_expression "CONCAT44(param_2 / param_3,\n (int)(((ulonglong)param_2 % (ulonglong)param_3 << 0x20 | (ulonglong)param_1) /\n (ulonglong)param_3))" identifier (argument_list "(param_2 / param_3,\n (int)(((ulonglong)param_2 % (ulonglong)param_3 << 0x20 | (ulonglong)param_1) /\n (ulonglong)param_3))" ( (binary_expression "param_2 / param_3" identifier / identifier) , (cast_expression "(int)(((ulonglong)param_2 % (ulonglong)param_3 << 0x20 | (ulonglong)param_1) /\n (ulonglong)param_3)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(((ulonglong)param_2 % (ulonglong)param_3 << 0x20 | (ulonglong)param_1) /\n (ulonglong)param_3)" ( (binary_expression "((ulonglong)param_2 % (ulonglong)param_3 << 0x20 | (ulonglong)param_1) /\n (ulonglong)param_3" (parenthesized_expression "((ulonglong)param_2 % (ulonglong)param_3 << 0x20 | (ulonglong)param_1)" ( (binary_expression "(ulonglong)param_2 % (ulonglong)param_3 << 0x20 | (ulonglong)param_1" (binary_expression "(ulonglong)param_2 % (ulonglong)param_3 << 0x20" (binary_expression "(ulonglong)param_2 % (ulonglong)param_3" (cast_expression "(ulonglong)param_2" ( (type_descriptor "ulonglong" type_identifier) ) identifier) % (cast_expression "(ulonglong)param_3" ( (type_descriptor "ulonglong" type_identifier) ) identifier)) << number_literal) | (cast_expression "(ulonglong)param_1" ( (type_descriptor "ulonglong" type_identifier) ) identifier)) )) / (cast_expression "(ulonglong)param_3" ( (type_descriptor "ulonglong" type_identifier) ) identifier)) ))) ))) ;) })) (expression_statement "uVar6 = (uint)(CONCAT44(param_2,param_1) / (ulonglong)param_3);" (assignment_expression "uVar6 = (uint)(CONCAT44(param_2,param_1) / (ulonglong)param_3)" identifier = (call_expression "(uint)(CONCAT44(param_2,param_1) / (ulonglong)param_3)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(CONCAT44(param_2,param_1) / (ulonglong)param_3)" ( (binary_expression "CONCAT44(param_2,param_1) / (ulonglong)param_3" (call_expression "CONCAT44(param_2,param_1)" identifier (argument_list "(param_2,param_1)" ( identifier , identifier ))) / (cast_expression "(ulonglong)param_3" ( (type_descriptor "ulonglong" type_identifier) ) identifier)) )))) ;) }) (else_clause "else {\n if (param_2 < param_4) {\n return 0;\n }\n uVar6 = 0x1f;\n if (param_4 != 0) {\n for (; param_4 >> uVar6 == 0; uVar6 = uVar6 - 1) {\n }\n }\n if ((uVar6 ^ 0x1f) == 0) {\n if ((param_4 < param_2) || (uVar6 = 0, param_3 <= param_1)) {\n uVar6 = 1;\n }\n }\n else {\n bVar5 = (byte)(uVar6 ^ 0x1f);\n bVar7 = 0x20 - bVar5;\n uVar1 = (ulonglong)(param_4 << (bVar5 & 0x1f) | param_3 >> (bVar7 & 0x1f));\n uVar2 = CONCAT44(param_2 >> (bVar7 & 0x1f),\n param_2 << (bVar5 & 0x1f) | param_1 >> (bVar7 & 0x1f));\n uVar3 = uVar2 / uVar1;\n uVar6 = (uint)uVar3;\n uVar8 = (uint)(uVar2 % uVar1);\n lVar4 = (uVar3 & 0xffffffff) * (ulonglong)(param_3 << (bVar5 & 0x1f));\n uVar9 = (uint)((ulonglong)lVar4 >> 0x20);\n if ((uVar8 < uVar9) || ((param_1 << (bVar5 & 0x1f) < (uint)lVar4 && (uVar8 == uVar9)))) {\n uVar6 = uVar6 - 1;\n }\n }\n }" else (compound_statement "{\n if (param_2 < param_4) {\n return 0;\n }\n uVar6 = 0x1f;\n if (param_4 != 0) {\n for (; param_4 >> uVar6 == 0; uVar6 = uVar6 - 1) {\n }\n }\n if ((uVar6 ^ 0x1f) == 0) {\n if ((param_4 < param_2) || (uVar6 = 0, param_3 <= param_1)) {\n uVar6 = 1;\n }\n }\n else {\n bVar5 = (byte)(uVar6 ^ 0x1f);\n bVar7 = 0x20 - bVar5;\n uVar1 = (ulonglong)(param_4 << (bVar5 & 0x1f) | param_3 >> (bVar7 & 0x1f));\n uVar2 = CONCAT44(param_2 >> (bVar7 & 0x1f),\n param_2 << (bVar5 & 0x1f) | param_1 >> (bVar7 & 0x1f));\n uVar3 = uVar2 / uVar1;\n uVar6 = (uint)uVar3;\n uVar8 = (uint)(uVar2 % uVar1);\n lVar4 = (uVar3 & 0xffffffff) * (ulonglong)(param_3 << (bVar5 & 0x1f));\n uVar9 = (uint)((ulonglong)lVar4 >> 0x20);\n if ((uVar8 < uVar9) || ((param_1 << (bVar5 & 0x1f) < (uint)lVar4 && (uVar8 == uVar9)))) {\n uVar6 = uVar6 - 1;\n }\n }\n }" { (if_statement "if (param_2 < param_4) {\n return 0;\n }" if (parenthesized_expression "(param_2 < param_4)" ( (binary_expression "param_2 < param_4" identifier < identifier) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) (expression_statement "uVar6 = 0x1f;" (assignment_expression "uVar6 = 0x1f" identifier = number_literal) ;) (if_statement "if (param_4 != 0) {\n for (; param_4 >> uVar6 == 0; uVar6 = uVar6 - 1) {\n }\n }" if (parenthesized_expression "(param_4 != 0)" ( (binary_expression "param_4 != 0" identifier != number_literal) )) (compound_statement "{\n for (; param_4 >> uVar6 == 0; uVar6 = uVar6 - 1) {\n }\n }" { (for_statement "for (; param_4 >> uVar6 == 0; uVar6 = uVar6 - 1) {\n }" for ( ; (binary_expression "param_4 >> uVar6 == 0" (binary_expression "param_4 >> uVar6" identifier >> identifier) == number_literal) ; (assignment_expression "uVar6 = uVar6 - 1" identifier = (binary_expression "uVar6 - 1" identifier - number_literal)) ) (compound_statement "{\n }" { })) })) (if_statement "if ((uVar6 ^ 0x1f) == 0) {\n if ((param_4 < param_2) || (uVar6 = 0, param_3 <= param_1)) {\n uVar6 = 1;\n }\n }\n else {\n bVar5 = (byte)(uVar6 ^ 0x1f);\n bVar7 = 0x20 - bVar5;\n uVar1 = (ulonglong)(param_4 << (bVar5 & 0x1f) | param_3 >> (bVar7 & 0x1f));\n uVar2 = CONCAT44(param_2 >> (bVar7 & 0x1f),\n param_2 << (bVar5 & 0x1f) | param_1 >> (bVar7 & 0x1f));\n uVar3 = uVar2 / uVar1;\n uVar6 = (uint)uVar3;\n uVar8 = (uint)(uVar2 % uVar1);\n lVar4 = (uVar3 & 0xffffffff) * (ulonglong)(param_3 << (bVar5 & 0x1f));\n uVar9 = (uint)((ulonglong)lVar4 >> 0x20);\n if ((uVar8 < uVar9) || ((param_1 << (bVar5 & 0x1f) < (uint)lVar4 && (uVar8 == uVar9)))) {\n uVar6 = uVar6 - 1;\n }\n }" if (parenthesized_expression "((uVar6 ^ 0x1f) == 0)" ( (binary_expression "(uVar6 ^ 0x1f) == 0" (parenthesized_expression "(uVar6 ^ 0x1f)" ( (binary_expression "uVar6 ^ 0x1f" identifier ^ number_literal) )) == number_literal) )) (compound_statement "{\n if ((param_4 < param_2) || (uVar6 = 0, param_3 <= param_1)) {\n uVar6 = 1;\n }\n }" { (if_statement "if ((param_4 < param_2) || (uVar6 = 0, param_3 <= param_1)) {\n uVar6 = 1;\n }" if (parenthesized_expression "((param_4 < param_2) || (uVar6 = 0, param_3 <= param_1))" ( (binary_expression "(param_4 < param_2) || (uVar6 = 0, param_3 <= param_1)" (parenthesized_expression "(param_4 < param_2)" ( (binary_expression "param_4 < param_2" identifier < identifier) )) || (parenthesized_expression "(uVar6 = 0, param_3 <= param_1)" ( (comma_expression "uVar6 = 0, param_3 <= param_1" (assignment_expression "uVar6 = 0" identifier = number_literal) , (binary_expression "param_3 <= param_1" identifier <= identifier)) ))) )) (compound_statement "{\n uVar6 = 1;\n }" { (expression_statement "uVar6 = 1;" (assignment_expression "uVar6 = 1" identifier = number_literal) ;) })) }) (else_clause "else {\n bVar5 = (byte)(uVar6 ^ 0x1f);\n bVar7 = 0x20 - bVar5;\n uVar1 = (ulonglong)(param_4 << (bVar5 & 0x1f) | param_3 >> (bVar7 & 0x1f));\n uVar2 = CONCAT44(param_2 >> (bVar7 & 0x1f),\n param_2 << (bVar5 & 0x1f) | param_1 >> (bVar7 & 0x1f));\n uVar3 = uVar2 / uVar1;\n uVar6 = (uint)uVar3;\n uVar8 = (uint)(uVar2 % uVar1);\n lVar4 = (uVar3 & 0xffffffff) * (ulonglong)(param_3 << (bVar5 & 0x1f));\n uVar9 = (uint)((ulonglong)lVar4 >> 0x20);\n if ((uVar8 < uVar9) || ((param_1 << (bVar5 & 0x1f) < (uint)lVar4 && (uVar8 == uVar9)))) {\n uVar6 = uVar6 - 1;\n }\n }" else (compound_statement "{\n bVar5 = (byte)(uVar6 ^ 0x1f);\n bVar7 = 0x20 - bVar5;\n uVar1 = (ulonglong)(param_4 << (bVar5 & 0x1f) | param_3 >> (bVar7 & 0x1f));\n uVar2 = CONCAT44(param_2 >> (bVar7 & 0x1f),\n param_2 << (bVar5 & 0x1f) | param_1 >> (bVar7 & 0x1f));\n uVar3 = uVar2 / uVar1;\n uVar6 = (uint)uVar3;\n uVar8 = (uint)(uVar2 % uVar1);\n lVar4 = (uVar3 & 0xffffffff) * (ulonglong)(param_3 << (bVar5 & 0x1f));\n uVar9 = (uint)((ulonglong)lVar4 >> 0x20);\n if ((uVar8 < uVar9) || ((param_1 << (bVar5 & 0x1f) < (uint)lVar4 && (uVar8 == uVar9)))) {\n uVar6 = uVar6 - 1;\n }\n }" { (expression_statement "bVar5 = (byte)(uVar6 ^ 0x1f);" (assignment_expression "bVar5 = (byte)(uVar6 ^ 0x1f)" identifier = (call_expression "(byte)(uVar6 ^ 0x1f)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "(uVar6 ^ 0x1f)" ( (binary_expression "uVar6 ^ 0x1f" identifier ^ number_literal) )))) ;) (expression_statement "bVar7 = 0x20 - bVar5;" (assignment_expression "bVar7 = 0x20 - bVar5" identifier = (binary_expression "0x20 - bVar5" number_literal - identifier)) ;) (expression_statement "uVar1 = (ulonglong)(param_4 << (bVar5 & 0x1f) | param_3 >> (bVar7 & 0x1f));" (assignment_expression "uVar1 = (ulonglong)(param_4 << (bVar5 & 0x1f) | param_3 >> (bVar7 & 0x1f))" identifier = (call_expression "(ulonglong)(param_4 << (bVar5 & 0x1f) | param_3 >> (bVar7 & 0x1f))" (parenthesized_expression "(ulonglong)" ( identifier )) (argument_list "(param_4 << (bVar5 & 0x1f) | param_3 >> (bVar7 & 0x1f))" ( (binary_expression "param_4 << (bVar5 & 0x1f) | param_3 >> (bVar7 & 0x1f)" (binary_expression "param_4 << (bVar5 & 0x1f)" identifier << (parenthesized_expression "(bVar5 & 0x1f)" ( (binary_expression "bVar5 & 0x1f" identifier & number_literal) ))) | (binary_expression "param_3 >> (bVar7 & 0x1f)" identifier >> (parenthesized_expression "(bVar7 & 0x1f)" ( (binary_expression "bVar7 & 0x1f" identifier & number_literal) )))) )))) ;) (expression_statement "uVar2 = CONCAT44(param_2 >> (bVar7 & 0x1f),\n param_2 << (bVar5 & 0x1f) | param_1 >> (bVar7 & 0x1f));" (assignment_expression "uVar2 = CONCAT44(param_2 >> (bVar7 & 0x1f),\n param_2 << (bVar5 & 0x1f) | param_1 >> (bVar7 & 0x1f))" identifier = (call_expression "CONCAT44(param_2 >> (bVar7 & 0x1f),\n param_2 << (bVar5 & 0x1f) | param_1 >> (bVar7 & 0x1f))" identifier (argument_list "(param_2 >> (bVar7 & 0x1f),\n param_2 << (bVar5 & 0x1f) | param_1 >> (bVar7 & 0x1f))" ( (binary_expression "param_2 >> (bVar7 & 0x1f)" identifier >> (parenthesized_expression "(bVar7 & 0x1f)" ( (binary_expression "bVar7 & 0x1f" identifier & number_literal) ))) , (binary_expression "param_2 << (bVar5 & 0x1f) | param_1 >> (bVar7 & 0x1f)" (binary_expression "param_2 << (bVar5 & 0x1f)" identifier << (parenthesized_expression "(bVar5 & 0x1f)" ( (binary_expression "bVar5 & 0x1f" identifier & number_literal) ))) | (binary_expression "param_1 >> (bVar7 & 0x1f)" identifier >> (parenthesized_expression "(bVar7 & 0x1f)" ( (binary_expression "bVar7 & 0x1f" identifier & number_literal) )))) )))) ;) (expression_statement "uVar3 = uVar2 / uVar1;" (assignment_expression "uVar3 = uVar2 / uVar1" identifier = (binary_expression "uVar2 / uVar1" identifier / identifier)) ;) (expression_statement "uVar6 = (uint)uVar3;" (assignment_expression "uVar6 = (uint)uVar3" identifier = (cast_expression "(uint)uVar3" ( (type_descriptor "uint" type_identifier) ) identifier)) ;) (expression_statement "uVar8 = (uint)(uVar2 % uVar1);" (assignment_expression "uVar8 = (uint)(uVar2 % uVar1)" identifier = (call_expression "(uint)(uVar2 % uVar1)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(uVar2 % uVar1)" ( (binary_expression "uVar2 % uVar1" identifier % identifier) )))) ;) (expression_statement "lVar4 = (uVar3 & 0xffffffff) * (ulonglong)(param_3 << (bVar5 & 0x1f));" (assignment_expression "lVar4 = (uVar3 & 0xffffffff) * (ulonglong)(param_3 << (bVar5 & 0x1f))" identifier = (binary_expression "(uVar3 & 0xffffffff) * (ulonglong)(param_3 << (bVar5 & 0x1f))" (parenthesized_expression "(uVar3 & 0xffffffff)" ( (binary_expression "uVar3 & 0xffffffff" identifier & number_literal) )) * (call_expression "(ulonglong)(param_3 << (bVar5 & 0x1f))" (parenthesized_expression "(ulonglong)" ( identifier )) (argument_list "(param_3 << (bVar5 & 0x1f))" ( (binary_expression "param_3 << (bVar5 & 0x1f)" identifier << (parenthesized_expression "(bVar5 & 0x1f)" ( (binary_expression "bVar5 & 0x1f" identifier & number_literal) ))) ))))) ;) (expression_statement "uVar9 = (uint)((ulonglong)lVar4 >> 0x20);" (assignment_expression "uVar9 = (uint)((ulonglong)lVar4 >> 0x20)" identifier = (call_expression "(uint)((ulonglong)lVar4 >> 0x20)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "((ulonglong)lVar4 >> 0x20)" ( (binary_expression "(ulonglong)lVar4 >> 0x20" (cast_expression "(ulonglong)lVar4" ( (type_descriptor "ulonglong" type_identifier) ) identifier) >> number_literal) )))) ;) (if_statement "if ((uVar8 < uVar9) || ((param_1 << (bVar5 & 0x1f) < (uint)lVar4 && (uVar8 == uVar9)))) {\n uVar6 = uVar6 - 1;\n }" if (parenthesized_expression "((uVar8 < uVar9) || ((param_1 << (bVar5 & 0x1f) < (uint)lVar4 && (uVar8 == uVar9))))" ( (binary_expression "(uVar8 < uVar9) || ((param_1 << (bVar5 & 0x1f) < (uint)lVar4 && (uVar8 == uVar9)))" (parenthesized_expression "(uVar8 < uVar9)" ( (binary_expression "uVar8 < uVar9" identifier < identifier) )) || (parenthesized_expression "((param_1 << (bVar5 & 0x1f) < (uint)lVar4 && (uVar8 == uVar9)))" ( (parenthesized_expression "(param_1 << (bVar5 & 0x1f) < (uint)lVar4 && (uVar8 == uVar9))" ( (binary_expression "param_1 << (bVar5 & 0x1f) < (uint)lVar4 && (uVar8 == uVar9)" (binary_expression "param_1 << (bVar5 & 0x1f) < (uint)lVar4" (binary_expression "param_1 << (bVar5 & 0x1f)" identifier << (parenthesized_expression "(bVar5 & 0x1f)" ( (binary_expression "bVar5 & 0x1f" identifier & number_literal) ))) < (cast_expression "(uint)lVar4" ( (type_descriptor "uint" type_identifier) ) identifier)) && (parenthesized_expression "(uVar8 == uVar9)" ( (binary_expression "uVar8 == uVar9" identifier == identifier) ))) )) ))) )) (compound_statement "{\n uVar6 = uVar6 - 1;\n }" { (expression_statement "uVar6 = uVar6 - 1;" (assignment_expression "uVar6 = uVar6 - 1" identifier = (binary_expression "uVar6 - 1" identifier - number_literal)) ;) })) }))) }))) (return_statement "return (ulonglong)uVar6;" return (cast_expression "(ulonglong)uVar6" ( (type_descriptor "ulonglong" type_identifier) ) 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 ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT <= IDENT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression LIT / LIT)) ;) })) (return_statement return (call_expression IDENT (argument_list ( (binary_expression IDENT / IDENT) , (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (binary_expression (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) % (cast_expression ( (type_descriptor TYPE) ) IDENT)) << LIT) | (cast_expression ( (type_descriptor TYPE) ) IDENT)) )) / (cast_expression ( (type_descriptor TYPE) ) IDENT)) ))) ))) ;) })) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (call_expression IDENT (argument_list ( IDENT , IDENT ))) / (cast_expression ( (type_descriptor TYPE) ) IDENT)) )))) ;) }) (else_clause else (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT < IDENT) )) (compound_statement { (return_statement return 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 { })) })) (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 IDENT < IDENT) )) || (parenthesized_expression ( (comma_expression (assignment_expression IDENT = LIT) , (binary_expression IDENT <= IDENT)) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) })) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression IDENT ^ LIT) )))) ;) (expression_statement (assignment_expression IDENT = (binary_expression LIT - IDENT)) ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (binary_expression IDENT << (parenthesized_expression ( (binary_expression IDENT & LIT) ))) | (binary_expression IDENT >> (parenthesized_expression ( (binary_expression IDENT & LIT) )))) )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (binary_expression IDENT >> (parenthesized_expression ( (binary_expression IDENT & LIT) ))) , (binary_expression (binary_expression IDENT << (parenthesized_expression ( (binary_expression IDENT & LIT) ))) | (binary_expression IDENT >> (parenthesized_expression ( (binary_expression IDENT & LIT) )))) )))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT / IDENT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression IDENT % IDENT) )))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) * (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression IDENT << (parenthesized_expression ( (binary_expression IDENT & 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 (parenthesized_expression ( (binary_expression IDENT < IDENT) )) || (parenthesized_expression ( (parenthesized_expression ( (binary_expression (binary_expression (binary_expression IDENT << (parenthesized_expression ( (binary_expression IDENT & LIT) ))) < (cast_expression ( (type_descriptor TYPE) ) IDENT)) && (parenthesized_expression ( (binary_expression IDENT == IDENT) ))) )) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT - LIT)) ;) })) }))) }))) (return_statement return (cast_expression ( (type_descriptor TYPE) ) IDENT) ;) })))
(function_definition "ulonglong FUN_0004dc10(uint param_1,uint param_2,uint param_3,uint param_4)\n\n{\n ulonglong uVar1;\n ulonglong uVar2;\n ulonglong uVar3;\n longlong lVar4;\n byte bVar5;\n uint uVar6;\n byte bVar7;\n uint uVar8;\n uint uVar9;\n \n if (param_4 == 0) {\n if (param_3 <= param_2) {\n if (param_3 == 0) {\n param_3 = 1 / 0;\n }\n return CONCAT44(param_2 / param_3,\n (int)(((ulonglong)param_2 % (ulonglong)param_3 << 0x20 | (ulonglong)param_1) /\n (ulonglong)param_3));\n }\n uVar6 = (uint)(CONCAT44(param_2,param_1) / (ulonglong)param_3);\n }\n else {\n if (param_2 < param_4) {\n return 0;\n }\n uVar6 = 0x1f;\n if (param_4 != 0) {\n for (; param_4 >> uVar6 == 0; uVar6 = uVar6 - 1) {\n }\n }\n if ((uVar6 ^ 0x1f) == 0) {\n if ((param_4 < param_2) || (uVar6 = 0, param_3 <= param_1)) {\n uVar6 = 1;\n }\n }\n else {\n bVar5 = (byte)(uVar6 ^ 0x1f);\n bVar7 = 0x20 - bVar5;\n uVar1 = (ulonglong)(param_4 << (bVar5 & 0x1f) | param_3 >> (bVar7 & 0x1f));\n uVar2 = CONCAT44(param_2 >> (bVar7 & 0x1f),\n param_2 << (bVar5 & 0x1f) | param_1 >> (bVar7 & 0x1f));\n uVar3 = uVar2 / uVar1;\n uVar6 = (uint)uVar3;\n uVar8 = (uint)(uVar2 % uVar1);\n lVar4 = (uVar3 & 0xffffffff) * (ulonglong)(param_3 << (bVar5 & 0x1f));\n uVar9 = (uint)((ulonglong)lVar4 >> 0x20);\n if ((uVar8 < uVar9) || ((param_1 << (bVar5 & 0x1f) < (uint)lVar4 && (uVar8 == uVar9)))) {\n uVar6 = uVar6 - 1;\n }\n }\n }\n return (ulonglong)uVar6;\n}" (type_identifier "ulonglong") (function_declarator "FUN_0004dc10(uint param_1,uint param_2,uint param_3,uint param_4)" (identifier "FUN_0004dc10") (parameter_list "(uint param_1,uint param_2,uint param_3,uint param_4)" (( "(") (parameter_declaration "uint param_1" (type_identifier "uint") (identifier "param_1")) (, ",") (parameter_declaration "uint param_2" (type_identifier "uint") (identifier "param_2")) (, ",") (parameter_declaration "uint param_3" (type_identifier "uint") (identifier "param_3")) (, ",") (parameter_declaration "uint param_4" (type_identifier "uint") (identifier "param_4")) () ")"))) (compound_statement "{\n ulonglong uVar1;\n ulonglong uVar2;\n ulonglong uVar3;\n longlong lVar4;\n byte bVar5;\n uint uVar6;\n byte bVar7;\n uint uVar8;\n uint uVar9;\n \n if (param_4 == 0) {\n if (param_3 <= param_2) {\n if (param_3 == 0) {\n param_3 = 1 / 0;\n }\n return CONCAT44(param_2 / param_3,\n (int)(((ulonglong)param_2 % (ulonglong)param_3 << 0x20 | (ulonglong)param_1) /\n (ulonglong)param_3));\n }\n uVar6 = (uint)(CONCAT44(param_2,param_1) / (ulonglong)param_3);\n }\n else {\n if (param_2 < param_4) {\n return 0;\n }\n uVar6 = 0x1f;\n if (param_4 != 0) {\n for (; param_4 >> uVar6 == 0; uVar6 = uVar6 - 1) {\n }\n }\n if ((uVar6 ^ 0x1f) == 0) {\n if ((param_4 < param_2) || (uVar6 = 0, param_3 <= param_1)) {\n uVar6 = 1;\n }\n }\n else {\n bVar5 = (byte)(uVar6 ^ 0x1f);\n bVar7 = 0x20 - bVar5;\n uVar1 = (ulonglong)(param_4 << (bVar5 & 0x1f) | param_3 >> (bVar7 & 0x1f));\n uVar2 = CONCAT44(param_2 >> (bVar7 & 0x1f),\n param_2 << (bVar5 & 0x1f) | param_1 >> (bVar7 & 0x1f));\n uVar3 = uVar2 / uVar1;\n uVar6 = (uint)uVar3;\n uVar8 = (uint)(uVar2 % uVar1);\n lVar4 = (uVar3 & 0xffffffff) * (ulonglong)(param_3 << (bVar5 & 0x1f));\n uVar9 = (uint)((ulonglong)lVar4 >> 0x20);\n if ((uVar8 < uVar9) || ((param_1 << (bVar5 & 0x1f) < (uint)lVar4 && (uVar8 == uVar9)))) {\n uVar6 = uVar6 - 1;\n }\n }\n }\n return (ulonglong)uVar6;\n}" ({ "{") (declaration "ulonglong uVar1;" (type_identifier "ulonglong") (identifier "uVar1") (; ";")) (declaration "ulonglong uVar2;" (type_identifier "ulonglong") (identifier "uVar2") (; ";")) (declaration "ulonglong uVar3;" (type_identifier "ulonglong") (identifier "uVar3") (; ";")) (declaration "longlong lVar4;" (type_identifier "longlong") (identifier "lVar4") (; ";")) (declaration "byte bVar5;" (type_identifier "byte") (identifier "bVar5") (; ";")) (declaration "uint uVar6;" (type_identifier "uint") (identifier "uVar6") (; ";")) (declaration "byte bVar7;" (type_identifier "byte") (identifier "bVar7") (; ";")) (declaration "uint uVar8;" (type_identifier "uint") (identifier "uVar8") (; ";")) (declaration "uint uVar9;" (type_identifier "uint") (identifier "uVar9") (; ";")) (if_statement "if (param_4 == 0) {\n if (param_3 <= param_2) {\n if (param_3 == 0) {\n param_3 = 1 / 0;\n }\n return CONCAT44(param_2 / param_3,\n (int)(((ulonglong)param_2 % (ulonglong)param_3 << 0x20 | (ulonglong)param_1) /\n (ulonglong)param_3));\n }\n uVar6 = (uint)(CONCAT44(param_2,param_1) / (ulonglong)param_3);\n }\n else {\n if (param_2 < param_4) {\n return 0;\n }\n uVar6 = 0x1f;\n if (param_4 != 0) {\n for (; param_4 >> uVar6 == 0; uVar6 = uVar6 - 1) {\n }\n }\n if ((uVar6 ^ 0x1f) == 0) {\n if ((param_4 < param_2) || (uVar6 = 0, param_3 <= param_1)) {\n uVar6 = 1;\n }\n }\n else {\n bVar5 = (byte)(uVar6 ^ 0x1f);\n bVar7 = 0x20 - bVar5;\n uVar1 = (ulonglong)(param_4 << (bVar5 & 0x1f) | param_3 >> (bVar7 & 0x1f));\n uVar2 = CONCAT44(param_2 >> (bVar7 & 0x1f),\n param_2 << (bVar5 & 0x1f) | param_1 >> (bVar7 & 0x1f));\n uVar3 = uVar2 / uVar1;\n uVar6 = (uint)uVar3;\n uVar8 = (uint)(uVar2 % uVar1);\n lVar4 = (uVar3 & 0xffffffff) * (ulonglong)(param_3 << (bVar5 & 0x1f));\n uVar9 = (uint)((ulonglong)lVar4 >> 0x20);\n if ((uVar8 < uVar9) || ((param_1 << (bVar5 & 0x1f) < (uint)lVar4 && (uVar8 == uVar9)))) {\n uVar6 = uVar6 - 1;\n }\n }\n }" (if "if") (parenthesized_expression "(param_4 == 0)" (( "(") (binary_expression "param_4 == 0" (identifier "param_4") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n if (param_3 <= param_2) {\n if (param_3 == 0) {\n param_3 = 1 / 0;\n }\n return CONCAT44(param_2 / param_3,\n (int)(((ulonglong)param_2 % (ulonglong)param_3 << 0x20 | (ulonglong)param_1) /\n (ulonglong)param_3));\n }\n uVar6 = (uint)(CONCAT44(param_2,param_1) / (ulonglong)param_3);\n }" ({ "{") (if_statement "if (param_3 <= param_2) {\n if (param_3 == 0) {\n param_3 = 1 / 0;\n }\n return CONCAT44(param_2 / param_3,\n (int)(((ulonglong)param_2 % (ulonglong)param_3 << 0x20 | (ulonglong)param_1) /\n (ulonglong)param_3));\n }" (if "if") (parenthesized_expression "(param_3 <= param_2)" (( "(") (binary_expression "param_3 <= param_2" (identifier "param_3") (<= "<=") (identifier "param_2")) () ")")) (compound_statement "{\n if (param_3 == 0) {\n param_3 = 1 / 0;\n }\n return CONCAT44(param_2 / param_3,\n (int)(((ulonglong)param_2 % (ulonglong)param_3 << 0x20 | (ulonglong)param_1) /\n (ulonglong)param_3));\n }" ({ "{") (if_statement "if (param_3 == 0) {\n param_3 = 1 / 0;\n }" (if "if") (parenthesized_expression "(param_3 == 0)" (( "(") (binary_expression "param_3 == 0" (identifier "param_3") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n param_3 = 1 / 0;\n }" ({ "{") (expression_statement "param_3 = 1 / 0;" (assignment_expression "param_3 = 1 / 0" (identifier "param_3") (= "=") (binary_expression "1 / 0" (number_literal "1") (/ "/") (number_literal "0"))) (; ";")) (} "}"))) (return_statement "return CONCAT44(param_2 / param_3,\n (int)(((ulonglong)param_2 % (ulonglong)param_3 << 0x20 | (ulonglong)param_1) /\n (ulonglong)param_3));" (return "return") (call_expression "CONCAT44(param_2 / param_3,\n (int)(((ulonglong)param_2 % (ulonglong)param_3 << 0x20 | (ulonglong)param_1) /\n (ulonglong)param_3))" (identifier "CONCAT44") (argument_list "(param_2 / param_3,\n (int)(((ulonglong)param_2 % (ulonglong)param_3 << 0x20 | (ulonglong)param_1) /\n (ulonglong)param_3))" (( "(") (binary_expression "param_2 / param_3" (identifier "param_2") (/ "/") (identifier "param_3")) (, ",") (cast_expression "(int)(((ulonglong)param_2 % (ulonglong)param_3 << 0x20 | (ulonglong)param_1) /\n (ulonglong)param_3)" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (parenthesized_expression "(((ulonglong)param_2 % (ulonglong)param_3 << 0x20 | (ulonglong)param_1) /\n (ulonglong)param_3)" (( "(") (binary_expression "((ulonglong)param_2 % (ulonglong)param_3 << 0x20 | (ulonglong)param_1) /\n (ulonglong)param_3" (parenthesized_expression "((ulonglong)param_2 % (ulonglong)param_3 << 0x20 | (ulonglong)param_1)" (( "(") (binary_expression "(ulonglong)param_2 % (ulonglong)param_3 << 0x20 | (ulonglong)param_1" (binary_expression "(ulonglong)param_2 % (ulonglong)param_3 << 0x20" (binary_expression "(ulonglong)param_2 % (ulonglong)param_3" (cast_expression "(ulonglong)param_2" (( "(") (type_descriptor "ulonglong" (type_identifier "ulonglong")) () ")") (identifier "param_2")) (% "%") (cast_expression "(ulonglong)param_3" (( "(") (type_descriptor "ulonglong" (type_identifier "ulonglong")) () ")") (identifier "param_3"))) (<< "<<") (number_literal "0x20")) (| "|") (cast_expression "(ulonglong)param_1" (( "(") (type_descriptor "ulonglong" (type_identifier "ulonglong")) () ")") (identifier "param_1"))) () ")")) (/ "/") (cast_expression "(ulonglong)param_3" (( "(") (type_descriptor "ulonglong" (type_identifier "ulonglong")) () ")") (identifier "param_3"))) () ")"))) () ")"))) (; ";")) (} "}"))) (expression_statement "uVar6 = (uint)(CONCAT44(param_2,param_1) / (ulonglong)param_3);" (assignment_expression "uVar6 = (uint)(CONCAT44(param_2,param_1) / (ulonglong)param_3)" (identifier "uVar6") (= "=") (call_expression "(uint)(CONCAT44(param_2,param_1) / (ulonglong)param_3)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "(CONCAT44(param_2,param_1) / (ulonglong)param_3)" (( "(") (binary_expression "CONCAT44(param_2,param_1) / (ulonglong)param_3" (call_expression "CONCAT44(param_2,param_1)" (identifier "CONCAT44") (argument_list "(param_2,param_1)" (( "(") (identifier "param_2") (, ",") (identifier "param_1") () ")"))) (/ "/") (cast_expression "(ulonglong)param_3" (( "(") (type_descriptor "ulonglong" (type_identifier "ulonglong")) () ")") (identifier "param_3"))) () ")")))) (; ";")) (} "}")) (else_clause "else {\n if (param_2 < param_4) {\n return 0;\n }\n uVar6 = 0x1f;\n if (param_4 != 0) {\n for (; param_4 >> uVar6 == 0; uVar6 = uVar6 - 1) {\n }\n }\n if ((uVar6 ^ 0x1f) == 0) {\n if ((param_4 < param_2) || (uVar6 = 0, param_3 <= param_1)) {\n uVar6 = 1;\n }\n }\n else {\n bVar5 = (byte)(uVar6 ^ 0x1f);\n bVar7 = 0x20 - bVar5;\n uVar1 = (ulonglong)(param_4 << (bVar5 & 0x1f) | param_3 >> (bVar7 & 0x1f));\n uVar2 = CONCAT44(param_2 >> (bVar7 & 0x1f),\n param_2 << (bVar5 & 0x1f) | param_1 >> (bVar7 & 0x1f));\n uVar3 = uVar2 / uVar1;\n uVar6 = (uint)uVar3;\n uVar8 = (uint)(uVar2 % uVar1);\n lVar4 = (uVar3 & 0xffffffff) * (ulonglong)(param_3 << (bVar5 & 0x1f));\n uVar9 = (uint)((ulonglong)lVar4 >> 0x20);\n if ((uVar8 < uVar9) || ((param_1 << (bVar5 & 0x1f) < (uint)lVar4 && (uVar8 == uVar9)))) {\n uVar6 = uVar6 - 1;\n }\n }\n }" (else "else") (compound_statement "{\n if (param_2 < param_4) {\n return 0;\n }\n uVar6 = 0x1f;\n if (param_4 != 0) {\n for (; param_4 >> uVar6 == 0; uVar6 = uVar6 - 1) {\n }\n }\n if ((uVar6 ^ 0x1f) == 0) {\n if ((param_4 < param_2) || (uVar6 = 0, param_3 <= param_1)) {\n uVar6 = 1;\n }\n }\n else {\n bVar5 = (byte)(uVar6 ^ 0x1f);\n bVar7 = 0x20 - bVar5;\n uVar1 = (ulonglong)(param_4 << (bVar5 & 0x1f) | param_3 >> (bVar7 & 0x1f));\n uVar2 = CONCAT44(param_2 >> (bVar7 & 0x1f),\n param_2 << (bVar5 & 0x1f) | param_1 >> (bVar7 & 0x1f));\n uVar3 = uVar2 / uVar1;\n uVar6 = (uint)uVar3;\n uVar8 = (uint)(uVar2 % uVar1);\n lVar4 = (uVar3 & 0xffffffff) * (ulonglong)(param_3 << (bVar5 & 0x1f));\n uVar9 = (uint)((ulonglong)lVar4 >> 0x20);\n if ((uVar8 < uVar9) || ((param_1 << (bVar5 & 0x1f) < (uint)lVar4 && (uVar8 == uVar9)))) {\n uVar6 = uVar6 - 1;\n }\n }\n }" ({ "{") (if_statement "if (param_2 < param_4) {\n return 0;\n }" (if "if") (parenthesized_expression "(param_2 < param_4)" (( "(") (binary_expression "param_2 < param_4" (identifier "param_2") (< "<") (identifier "param_4")) () ")")) (compound_statement "{\n return 0;\n }" ({ "{") (return_statement "return 0;" (return "return") (number_literal "0") (; ";")) (} "}"))) (expression_statement "uVar6 = 0x1f;" (assignment_expression "uVar6 = 0x1f" (identifier "uVar6") (= "=") (number_literal "0x1f")) (; ";")) (if_statement "if (param_4 != 0) {\n for (; param_4 >> uVar6 == 0; uVar6 = uVar6 - 1) {\n }\n }" (if "if") (parenthesized_expression "(param_4 != 0)" (( "(") (binary_expression "param_4 != 0" (identifier "param_4") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n for (; param_4 >> uVar6 == 0; uVar6 = uVar6 - 1) {\n }\n }" ({ "{") (for_statement "for (; param_4 >> uVar6 == 0; uVar6 = uVar6 - 1) {\n }" (for "for") (( "(") (; ";") (binary_expression "param_4 >> uVar6 == 0" (binary_expression "param_4 >> uVar6" (identifier "param_4") (>> ">>") (identifier "uVar6")) (== "==") (number_literal "0")) (; ";") (assignment_expression "uVar6 = uVar6 - 1" (identifier "uVar6") (= "=") (binary_expression "uVar6 - 1" (identifier "uVar6") (- "-") (number_literal "1"))) () ")") (compound_statement "{\n }" ({ "{") (} "}"))) (} "}"))) (if_statement "if ((uVar6 ^ 0x1f) == 0) {\n if ((param_4 < param_2) || (uVar6 = 0, param_3 <= param_1)) {\n uVar6 = 1;\n }\n }\n else {\n bVar5 = (byte)(uVar6 ^ 0x1f);\n bVar7 = 0x20 - bVar5;\n uVar1 = (ulonglong)(param_4 << (bVar5 & 0x1f) | param_3 >> (bVar7 & 0x1f));\n uVar2 = CONCAT44(param_2 >> (bVar7 & 0x1f),\n param_2 << (bVar5 & 0x1f) | param_1 >> (bVar7 & 0x1f));\n uVar3 = uVar2 / uVar1;\n uVar6 = (uint)uVar3;\n uVar8 = (uint)(uVar2 % uVar1);\n lVar4 = (uVar3 & 0xffffffff) * (ulonglong)(param_3 << (bVar5 & 0x1f));\n uVar9 = (uint)((ulonglong)lVar4 >> 0x20);\n if ((uVar8 < uVar9) || ((param_1 << (bVar5 & 0x1f) < (uint)lVar4 && (uVar8 == uVar9)))) {\n uVar6 = uVar6 - 1;\n }\n }" (if "if") (parenthesized_expression "((uVar6 ^ 0x1f) == 0)" (( "(") (binary_expression "(uVar6 ^ 0x1f) == 0" (parenthesized_expression "(uVar6 ^ 0x1f)" (( "(") (binary_expression "uVar6 ^ 0x1f" (identifier "uVar6") (^ "^") (number_literal "0x1f")) () ")")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n if ((param_4 < param_2) || (uVar6 = 0, param_3 <= param_1)) {\n uVar6 = 1;\n }\n }" ({ "{") (if_statement "if ((param_4 < param_2) || (uVar6 = 0, param_3 <= param_1)) {\n uVar6 = 1;\n }" (if "if") (parenthesized_expression "((param_4 < param_2) || (uVar6 = 0, param_3 <= param_1))" (( "(") (binary_expression "(param_4 < param_2) || (uVar6 = 0, param_3 <= param_1)" (parenthesized_expression "(param_4 < param_2)" (( "(") (binary_expression "param_4 < param_2" (identifier "param_4") (< "<") (identifier "param_2")) () ")")) (|| "||") (parenthesized_expression "(uVar6 = 0, param_3 <= param_1)" (( "(") (comma_expression "uVar6 = 0, param_3 <= param_1" (assignment_expression "uVar6 = 0" (identifier "uVar6") (= "=") (number_literal "0")) (, ",") (binary_expression "param_3 <= param_1" (identifier "param_3") (<= "<=") (identifier "param_1"))) () ")"))) () ")")) (compound_statement "{\n uVar6 = 1;\n }" ({ "{") (expression_statement "uVar6 = 1;" (assignment_expression "uVar6 = 1" (identifier "uVar6") (= "=") (number_literal "1")) (; ";")) (} "}"))) (} "}")) (else_clause "else {\n bVar5 = (byte)(uVar6 ^ 0x1f);\n bVar7 = 0x20 - bVar5;\n uVar1 = (ulonglong)(param_4 << (bVar5 & 0x1f) | param_3 >> (bVar7 & 0x1f));\n uVar2 = CONCAT44(param_2 >> (bVar7 & 0x1f),\n param_2 << (bVar5 & 0x1f) | param_1 >> (bVar7 & 0x1f));\n uVar3 = uVar2 / uVar1;\n uVar6 = (uint)uVar3;\n uVar8 = (uint)(uVar2 % uVar1);\n lVar4 = (uVar3 & 0xffffffff) * (ulonglong)(param_3 << (bVar5 & 0x1f));\n uVar9 = (uint)((ulonglong)lVar4 >> 0x20);\n if ((uVar8 < uVar9) || ((param_1 << (bVar5 & 0x1f) < (uint)lVar4 && (uVar8 == uVar9)))) {\n uVar6 = uVar6 - 1;\n }\n }" (else "else") (compound_statement "{\n bVar5 = (byte)(uVar6 ^ 0x1f);\n bVar7 = 0x20 - bVar5;\n uVar1 = (ulonglong)(param_4 << (bVar5 & 0x1f) | param_3 >> (bVar7 & 0x1f));\n uVar2 = CONCAT44(param_2 >> (bVar7 & 0x1f),\n param_2 << (bVar5 & 0x1f) | param_1 >> (bVar7 & 0x1f));\n uVar3 = uVar2 / uVar1;\n uVar6 = (uint)uVar3;\n uVar8 = (uint)(uVar2 % uVar1);\n lVar4 = (uVar3 & 0xffffffff) * (ulonglong)(param_3 << (bVar5 & 0x1f));\n uVar9 = (uint)((ulonglong)lVar4 >> 0x20);\n if ((uVar8 < uVar9) || ((param_1 << (bVar5 & 0x1f) < (uint)lVar4 && (uVar8 == uVar9)))) {\n uVar6 = uVar6 - 1;\n }\n }" ({ "{") (expression_statement "bVar5 = (byte)(uVar6 ^ 0x1f);" (assignment_expression "bVar5 = (byte)(uVar6 ^ 0x1f)" (identifier "bVar5") (= "=") (call_expression "(byte)(uVar6 ^ 0x1f)" (parenthesized_expression "(byte)" (( "(") (identifier "byte") () ")")) (argument_list "(uVar6 ^ 0x1f)" (( "(") (binary_expression "uVar6 ^ 0x1f" (identifier "uVar6") (^ "^") (number_literal "0x1f")) () ")")))) (; ";")) (expression_statement "bVar7 = 0x20 - bVar5;" (assignment_expression "bVar7 = 0x20 - bVar5" (identifier "bVar7") (= "=") (binary_expression "0x20 - bVar5" (number_literal "0x20") (- "-") (identifier "bVar5"))) (; ";")) (expression_statement "uVar1 = (ulonglong)(param_4 << (bVar5 & 0x1f) | param_3 >> (bVar7 & 0x1f));" (assignment_expression "uVar1 = (ulonglong)(param_4 << (bVar5 & 0x1f) | param_3 >> (bVar7 & 0x1f))" (identifier "uVar1") (= "=") (call_expression "(ulonglong)(param_4 << (bVar5 & 0x1f) | param_3 >> (bVar7 & 0x1f))" (parenthesized_expression "(ulonglong)" (( "(") (identifier "ulonglong") () ")")) (argument_list "(param_4 << (bVar5 & 0x1f) | param_3 >> (bVar7 & 0x1f))" (( "(") (binary_expression "param_4 << (bVar5 & 0x1f) | param_3 >> (bVar7 & 0x1f)" (binary_expression "param_4 << (bVar5 & 0x1f)" (identifier "param_4") (<< "<<") (parenthesized_expression "(bVar5 & 0x1f)" (( "(") (binary_expression "bVar5 & 0x1f" (identifier "bVar5") (& "&") (number_literal "0x1f")) () ")"))) (| "|") (binary_expression "param_3 >> (bVar7 & 0x1f)" (identifier "param_3") (>> ">>") (parenthesized_expression "(bVar7 & 0x1f)" (( "(") (binary_expression "bVar7 & 0x1f" (identifier "bVar7") (& "&") (number_literal "0x1f")) () ")")))) () ")")))) (; ";")) (expression_statement "uVar2 = CONCAT44(param_2 >> (bVar7 & 0x1f),\n param_2 << (bVar5 & 0x1f) | param_1 >> (bVar7 & 0x1f));" (assignment_expression "uVar2 = CONCAT44(param_2 >> (bVar7 & 0x1f),\n param_2 << (bVar5 & 0x1f) | param_1 >> (bVar7 & 0x1f))" (identifier "uVar2") (= "=") (call_expression "CONCAT44(param_2 >> (bVar7 & 0x1f),\n param_2 << (bVar5 & 0x1f) | param_1 >> (bVar7 & 0x1f))" (identifier "CONCAT44") (argument_list "(param_2 >> (bVar7 & 0x1f),\n param_2 << (bVar5 & 0x1f) | param_1 >> (bVar7 & 0x1f))" (( "(") (binary_expression "param_2 >> (bVar7 & 0x1f)" (identifier "param_2") (>> ">>") (parenthesized_expression "(bVar7 & 0x1f)" (( "(") (binary_expression "bVar7 & 0x1f" (identifier "bVar7") (& "&") (number_literal "0x1f")) () ")"))) (, ",") (binary_expression "param_2 << (bVar5 & 0x1f) | param_1 >> (bVar7 & 0x1f)" (binary_expression "param_2 << (bVar5 & 0x1f)" (identifier "param_2") (<< "<<") (parenthesized_expression "(bVar5 & 0x1f)" (( "(") (binary_expression "bVar5 & 0x1f" (identifier "bVar5") (& "&") (number_literal "0x1f")) () ")"))) (| "|") (binary_expression "param_1 >> (bVar7 & 0x1f)" (identifier "param_1") (>> ">>") (parenthesized_expression "(bVar7 & 0x1f)" (( "(") (binary_expression "bVar7 & 0x1f" (identifier "bVar7") (& "&") (number_literal "0x1f")) () ")")))) () ")")))) (; ";")) (expression_statement "uVar3 = uVar2 / uVar1;" (assignment_expression "uVar3 = uVar2 / uVar1" (identifier "uVar3") (= "=") (binary_expression "uVar2 / uVar1" (identifier "uVar2") (/ "/") (identifier "uVar1"))) (; ";")) (expression_statement "uVar6 = (uint)uVar3;" (assignment_expression "uVar6 = (uint)uVar3" (identifier "uVar6") (= "=") (cast_expression "(uint)uVar3" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "uVar3"))) (; ";")) (expression_statement "uVar8 = (uint)(uVar2 % uVar1);" (assignment_expression "uVar8 = (uint)(uVar2 % uVar1)" (identifier "uVar8") (= "=") (call_expression "(uint)(uVar2 % uVar1)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "(uVar2 % uVar1)" (( "(") (binary_expression "uVar2 % uVar1" (identifier "uVar2") (% "%") (identifier "uVar1")) () ")")))) (; ";")) (expression_statement "lVar4 = (uVar3 & 0xffffffff) * (ulonglong)(param_3 << (bVar5 & 0x1f));" (assignment_expression "lVar4 = (uVar3 & 0xffffffff) * (ulonglong)(param_3 << (bVar5 & 0x1f))" (identifier "lVar4") (= "=") (binary_expression "(uVar3 & 0xffffffff) * (ulonglong)(param_3 << (bVar5 & 0x1f))" (parenthesized_expression "(uVar3 & 0xffffffff)" (( "(") (binary_expression "uVar3 & 0xffffffff" (identifier "uVar3") (& "&") (number_literal "0xffffffff")) () ")")) (* "*") (call_expression "(ulonglong)(param_3 << (bVar5 & 0x1f))" (parenthesized_expression "(ulonglong)" (( "(") (identifier "ulonglong") () ")")) (argument_list "(param_3 << (bVar5 & 0x1f))" (( "(") (binary_expression "param_3 << (bVar5 & 0x1f)" (identifier "param_3") (<< "<<") (parenthesized_expression "(bVar5 & 0x1f)" (( "(") (binary_expression "bVar5 & 0x1f" (identifier "bVar5") (& "&") (number_literal "0x1f")) () ")"))) () ")"))))) (; ";")) (expression_statement "uVar9 = (uint)((ulonglong)lVar4 >> 0x20);" (assignment_expression "uVar9 = (uint)((ulonglong)lVar4 >> 0x20)" (identifier "uVar9") (= "=") (call_expression "(uint)((ulonglong)lVar4 >> 0x20)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "((ulonglong)lVar4 >> 0x20)" (( "(") (binary_expression "(ulonglong)lVar4 >> 0x20" (cast_expression "(ulonglong)lVar4" (( "(") (type_descriptor "ulonglong" (type_identifier "ulonglong")) () ")") (identifier "lVar4")) (>> ">>") (number_literal "0x20")) () ")")))) (; ";")) (if_statement "if ((uVar8 < uVar9) || ((param_1 << (bVar5 & 0x1f) < (uint)lVar4 && (uVar8 == uVar9)))) {\n uVar6 = uVar6 - 1;\n }" (if "if") (parenthesized_expression "((uVar8 < uVar9) || ((param_1 << (bVar5 & 0x1f) < (uint)lVar4 && (uVar8 == uVar9))))" (( "(") (binary_expression "(uVar8 < uVar9) || ((param_1 << (bVar5 & 0x1f) < (uint)lVar4 && (uVar8 == uVar9)))" (parenthesized_expression "(uVar8 < uVar9)" (( "(") (binary_expression "uVar8 < uVar9" (identifier "uVar8") (< "<") (identifier "uVar9")) () ")")) (|| "||") (parenthesized_expression "((param_1 << (bVar5 & 0x1f) < (uint)lVar4 && (uVar8 == uVar9)))" (( "(") (parenthesized_expression "(param_1 << (bVar5 & 0x1f) < (uint)lVar4 && (uVar8 == uVar9))" (( "(") (binary_expression "param_1 << (bVar5 & 0x1f) < (uint)lVar4 && (uVar8 == uVar9)" (binary_expression "param_1 << (bVar5 & 0x1f) < (uint)lVar4" (binary_expression "param_1 << (bVar5 & 0x1f)" (identifier "param_1") (<< "<<") (parenthesized_expression "(bVar5 & 0x1f)" (( "(") (binary_expression "bVar5 & 0x1f" (identifier "bVar5") (& "&") (number_literal "0x1f")) () ")"))) (< "<") (cast_expression "(uint)lVar4" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "lVar4"))) (&& "&&") (parenthesized_expression "(uVar8 == uVar9)" (( "(") (binary_expression "uVar8 == uVar9" (identifier "uVar8") (== "==") (identifier "uVar9")) () ")"))) () ")")) () ")"))) () ")")) (compound_statement "{\n uVar6 = uVar6 - 1;\n }" ({ "{") (expression_statement "uVar6 = uVar6 - 1;" (assignment_expression "uVar6 = uVar6 - 1" (identifier "uVar6") (= "=") (binary_expression "uVar6 - 1" (identifier "uVar6") (- "-") (number_literal "1"))) (; ";")) (} "}"))) (} "}")))) (} "}")))) (return_statement "return (ulonglong)uVar6;" (return "return") (cast_expression "(ulonglong)uVar6" (( "(") (type_descriptor "ulonglong" (type_identifier "ulonglong")) () ")") (identifier "uVar6")) (; ";")) (} "}")))
type_1 function_1(type_2 var_6,type_2 var_3,type_2 var_2,type_2 var_1) { type_1 var_10; type_1 var_9; type_1 var_11; type_3 lVar4; type_4 var_7; type_2 var_5; type_4 var_8; type_2 var_12; type_2 var_13; if (var_1 == 0) { if (var_2 <= var_3) { if (var_2 == 0) { var_2 = 1 / 0; } return var_4(var_3 / var_2, (int)(((type_1)var_3 % (type_1)var_2 << 0x20 | (type_1)var_6) / (type_1)var_2)); } var_5 = (type_2)(var_4(var_3,var_6) / (type_1)var_2); } else { if (var_3 < var_1) { return 0; } var_5 = 0x1f; if (var_1 != 0) { for (; var_1 >> var_5 == 0; var_5 = var_5 - 1) { } } if ((var_5 ^ 0x1f) == 0) { if ((var_1 < var_3) || (var_5 = 0, var_2 <= var_6)) { var_5 = 1; } } else { var_7 = (type_4)(var_5 ^ 0x1f); var_8 = 0x20 - var_7; var_10 = (type_1)(var_1 << (var_7 & 0x1f) | var_2 >> (var_8 & 0x1f)); var_9 = var_4(var_3 >> (var_8 & 0x1f), var_3 << (var_7 & 0x1f) | var_6 >> (var_8 & 0x1f)); var_11 = var_9 / var_10; var_5 = (type_2)var_11; var_12 = (type_2)(var_9 % var_10); lVar4 = (var_11 & 0xffffffff) * (type_1)(var_2 << (var_7 & 0x1f)); var_13 = (type_2)((type_1)lVar4 >> 0x20); if ((var_12 < var_13) || ((var_6 << (var_7 & 0x1f) < (type_2)lVar4 && (var_12 == var_13)))) { var_5 = var_5 - 1; } } } return (type_1)var_5; }
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: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (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: (identifier)) (declaration type: (type_identifier) declarator: (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: (identifier))) consequence: (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: (number_literal) right: (number_literal)))))) (return_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (identifier)) (cast_expression type: (type_descriptor type: (primitive_type)) value: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier))) right: (number_literal)) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)))) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)))))))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier))) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)))))))) alternative: (else_clause (compound_statement (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: (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)))) (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: (identifier) right: (identifier))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (number_literal)) right: (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: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (number_literal) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (binary_expression left: (identifier) right: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))) right: (binary_expression left: (identifier) right: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))) (binary_expression left: (binary_expression left: (identifier) right: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))) right: (binary_expression left: (identifier) right: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (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: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (identifier) right: (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (identifier) right: (parenthesized_expression (binary_expression left: (identifier) 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: (type_identifier)) value: (identifier)) right: (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) right: (parenthesized_expression (parenthesized_expression (binary_expression left: (binary_expression left: (binary_expression left: (identifier) right: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier))) right: (parenthesized_expression (binary_expression left: (identifier) right: (identifier)))))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))))))))))) (return_statement (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier))))))
null
ulonglong MASKED(uint param_1,uint param_2,uint param_3,uint param_4) { ulonglong uVar1; ulonglong uVar2; ulonglong uVar3; longlong lVar4; byte bVar5; uint uVar6; byte bVar7; uint uVar8; uint uVar9; if (param_4 == 0) { if (param_3 <= param_2) { if (param_3 == 0) { param_3 = 1 / 0; } return CONCAT44(param_2 / param_3, (int)(((ulonglong)param_2 % (ulonglong)param_3 << 0x20 | (ulonglong)param_1) / (ulonglong)param_3)); } uVar6 = (uint)(CONCAT44(param_2,param_1) / (ulonglong)param_3); } else { if (param_2 < param_4) { return 0; } uVar6 = 0x1f; if (param_4 != 0) { for (; param_4 >> uVar6 == 0; uVar6 = uVar6 - 1) { } } if ((uVar6 ^ 0x1f) == 0) { if ((param_4 < param_2) || (uVar6 = 0, param_3 <= param_1)) { uVar6 = 1; } } else { bVar5 = (byte)(uVar6 ^ 0x1f); bVar7 = 0x20 - bVar5; uVar1 = (ulonglong)(param_4 << (bVar5 & 0x1f) | param_3 >> (bVar7 & 0x1f)); uVar2 = CONCAT44(param_2 >> (bVar7 & 0x1f), param_2 << (bVar5 & 0x1f) | param_1 >> (bVar7 & 0x1f)); uVar3 = uVar2 / uVar1; uVar6 = (uint)uVar3; uVar8 = (uint)(uVar2 % uVar1); lVar4 = (uVar3 & 0xffffffff) * (ulonglong)(param_3 << (bVar5 & 0x1f)); uVar9 = (uint)((ulonglong)lVar4 >> 0x20); if ((uVar8 < uVar9) || ((param_1 << (bVar5 & 0x1f) < (uint)lVar4 && (uVar8 == uVar9)))) { uVar6 = uVar6 - 1; } } } return (ulonglong)uVar6; }
3721_powerpc-linux-gnuspe-dwp_and_powerpc-linux-gnuspe-dwp_strip.c
do_for_all_local_got_entries
FUN_000d8b90
/* WARNING: Function: __x86.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */ /* DWARF original prototype: void do_for_all_local_got_entries(Sized_relobj<64,_true> * this, Visitor * v) */ void __thiscall gold::Sized_relobj<64,_true>::do_for_all_local_got_entries(Sized_relobj<64,_true> *this,Visitor *v) { _func_int_varargs **pp_Var1; _func_int_varargs *p_Var2; int iVar3; uint uVar4; int *piVar5; uint local_3c; int local_30; Local_got_entry_key key; pp_Var1 = (this->super_Relobj).super_Object._vptr_Object; p_Var2 = pp_Var1[0x23]; if (p_Var2 == Relobj::local_symbol_count) { local_3c = (*pp_Var1[0x2f])(this); } else { local_3c = (*p_Var2)(this); } if (local_3c != 0) { uVar4 = 0; do { key.addend_._0_4_ = 0; key.addend_._4_4_ = 0; key.symndx_ = uVar4; std:: _Hashtable<gold::Local_got_entry_key,_std::pair<const_gold::Local_got_entry_key,_gold::Got_offset_list*>,_std::allocator<std::pair<const_gold::Local_got_entry_key,_gold::Got_offset_list*>_>,_std::__detail::_Select1st,_gold::Local_got_entry_key::equal_to,_gold::Local_got_entry_key::hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_false,_true>_> ::find((_Hashtable<gold::Local_got_entry_key,_std::pair<const_gold::Local_got_entry_key,_gold::Got_offset_list*>,_std::allocator<std::pair<const_gold::Local_got_entry_key,_gold::Got_offset_list*>_>,_std::__detail::_Select1st,_gold::Local_got_entry_key::equal_to,_gold::Local_got_entry_key::hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_false,_true>_> *)&this->local_got_offsets_,&key); if (local_30 != 0) { piVar5 = *(int **)(local_30 + 0x10); iVar3 = *piVar5; if (iVar3 != -1) { while( true ) { (*v->_vptr_Visitor[2])(v,iVar3,piVar5[1]); piVar5 = (int *)piVar5[2]; if (piVar5 == (int *)0x0) break; iVar3 = *piVar5; } } } uVar4 = uVar4 + 1; } while (local_3c != uVar4); } return; }
/* WARNING: Function: __i686.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */ void FUN_000d8b90(int *param_1,int *param_2) { code *pcVar1; int iVar2; int iVar3; int iVar4; int *piVar5; int *piVar6; int *piVar7; int aiStackY_54 [2]; int local_3c; int *local_38 [2]; undefined1 local_30 [8]; int local_28 [6]; pcVar1 = *(code **)(*param_1 + 0x8c); if (pcVar1 == FUN_0003a2f0) { local_3c = (**(code **)(*param_1 + 0xbc))(param_1); } else { local_3c = (*pcVar1)(param_1); } if (local_3c != 0) { iVar4 = 0; local_38[0] = param_1 + 0x1a; local_38[1] = local_28; piVar5 = &local_3c; do { *(int *)((int)piVar5 + 0x14) = iVar4; *(undefined4 *)((int)piVar5 + 0x18) = 0; *(undefined4 *)((int)piVar5 + 0x1c) = 0; *(undefined4 *)((int)piVar5 + -8) = *(undefined4 *)((int)piVar5 + 8); *(undefined4 *)((int)piVar5 + -0xc) = *(undefined4 *)((int)piVar5 + 4); *(undefined1 **)((int)piVar5 + -0x10) = local_30; *(undefined4 *)((int)piVar5 + -0x14) = 0xd8c15; FUN_00054c40(); piVar6 = (int *)((int)piVar5 + -4); if (*(int *)((int)piVar5 + 8) != 0) { piVar7 = *(int **)(*(int *)((int)piVar5 + 8) + 0x10); iVar3 = *piVar7; if (iVar3 != -1) { while( true ) { iVar2 = *param_2; *(int *)((int)piVar5 + -0xc) = piVar7[1]; *(int *)((int)piVar5 + -0x10) = iVar3; *(int **)((int)piVar5 + -0x14) = param_2; pcVar1 = *(code **)(iVar2 + 8); *(undefined4 *)((int)piVar5 + -0x18) = 0xd8c3f; (*pcVar1)(); piVar7 = (int *)piVar7[2]; if (piVar7 == (int *)0x0) break; iVar3 = *piVar7; } } } iVar4 = iVar4 + 1; piVar5 = (int *)((int)piVar5 + -4); } while (*piVar6 != iVar4); } return; }
CALL 0x000650b8 ADD ECX,0x2b646b PUSH EBP PUSH EDI PUSH ESI PUSH EBX SUB ESP,0x2c LEA ECX,[ECX + 0xffcab2f0] MOV EBX,dword ptr [ESP + 0x40] MOV ESI,dword ptr [ESP + 0x44] MOV EAX,dword ptr [EBX] MOV EDX,dword ptr [EAX + 0x8c] CMP EDX,ECX JNZ 0x000d8c60 SUB ESP,0xc PUSH EBX CALL dword ptr [EAX + 0xbc] MOV dword ptr [ESP + 0x10],EAX ADD ESP,0x10 MOV EAX,dword ptr [ESP] TEST EAX,EAX JZ 0x000d8c51 LEA EAX,[EBX + 0x68] LEA EBP,[ESP + 0xc] XOR EBX,EBX MOV dword ptr [ESP + 0x4],EAX LEA EAX,[ESP + 0x14] MOV dword ptr [ESP + 0x8],EAX LEA ESI,[ESI] MOV dword ptr [ESP + 0x14],EBX SUB ESP,0x4 MOV dword ptr [ESP + 0x1c],0x0 MOV dword ptr [ESP + 0x20],0x0 PUSH dword ptr [ESP + 0xc] PUSH dword ptr [ESP + 0xc] PUSH EBP CALL 0x00054c40 MOV EAX,dword ptr [ESP + 0x18] ADD ESP,0xc TEST EAX,EAX JZ 0x000d8c49 MOV EDI,dword ptr [EAX + 0x10] MOV EDX,dword ptr [EDI] CMP EDX,-0x1 JNZ 0x000d8c32 JMP 0x000d8c49 MOV EDX,dword ptr [EDI] SUB ESP,0x4 MOV EAX,dword ptr [ESI] PUSH dword ptr [EDI + 0x4] PUSH EDX PUSH ESI CALL dword ptr [EAX + 0x8] MOV EDI,dword ptr [EDI + 0x8] ADD ESP,0x10 TEST EDI,EDI JNZ 0x000d8c30 ADD EBX,0x1 CMP dword ptr [ESP],EBX JNZ 0x000d8bf0 ADD ESP,0x2c POP EBX POP ESI POP EDI POP EBP RET SUB ESP,0xc PUSH EBX CALL EDX MOV dword ptr [ESP + 0x10],EAX ADD ESP,0x10 JMP 0x000d8bd1
null
null
null
null
[(u'CAST_-1206743268', u'LOAD_-1206743851'), ('const-0', u'COPY_-1206743925'), (u'INDIRECT_-1206743347', u'MULTIEQUAL_-1206743311'), (u'CAST_-1206743285', u'CALL_-1206743886'), (u'INDIRECT_-1206743302', u'MULTIEQUAL_-1206743311'), ('const-47', u'PTRADD_-1206743362'), (u'PTRSUB_-1206743336', u'CALL_-1206743886'), (u'MULTIEQUAL_-1206743590', u'COPY_-1206743349'), (u'LOAD_-1206743851', u'LOAD_-1206743846'), (u'PTRSUB_-1206743384', u'PTRSUB_-1206743383'), (u'PTRSUB_-1206743383', u'LOAD_-1206744101'), ('tmp_588', u'CBRANCH_-1206743763'), ('tmp_270', u'CBRANCH_-1206744002'), (u'PTRADD_-1206743247', u'LOAD_-1206743733'), (u'LOAD_-1206743733', u'CALLIND_-1206743723'), ('const-417', u'LOAD_-1206744096'), (u'LOAD_-1206744096', u'INT_EQUAL_-1206744074'), (u'CALLIND_-1206744041', u'MULTIEQUAL_-1206743459'), (u'LOAD_-1206743846', u'MULTIEQUAL_-1206743530'), ('tmp_2209', u'INT_ADD_-1206743835'), ('const-417', u'LOAD_-1206743851'), (u'LOAD_-1206743717', u'MULTIEQUAL_-1206743530'), (u'LOAD_-1206743754', u'PTRADD_-1206743247'), (u'INDIRECT_-1206743311', u'MULTIEQUAL_-1206743320'), ('tmp_905', u'PTRSUB_-1206743391'), (u'LOAD_-1206744051', u'CALLIND_-1206744041'), (u'CALL_-1206743886', u'INDIRECT_-1206743365'), (u'LOAD_-1206744101', u'PTRADD_-1206743381'), (u'INDIRECT_-1206743365', u'MULTIEQUAL_-1206743329'), (u'PTRADD_-1206743362', u'LOAD_-1206744051'), (u'INT_ADD_-1206743835', u'CAST_-1206743268'), ('const-4294967256', u'PTRSUB_-1206743336'), (u'INT_NOTEQUAL_-1206743827', u'CBRANCH_-1206743825'), (u'PTRSUB_-1206743384', u'INT_EQUAL_-1206744074'), ('tmp_2209', u'INT_NOTEQUAL_-1206743852'), ('tmp_905', u'CALLIND_-1206744041'), (u'INT_NOTEQUAL_-1206743765', u'CBRANCH_-1206743763'), (u'CAST_-1206743236', u'MULTIEQUAL_-1206743515'), ('const-0', u'PTRSUB_-1206743384'), ('tmp_905', u'PTRSUB_-1206743350'), ('tmp_906', u'CALLIND_-1206743723'), ('tmp_799', u'CBRANCH_-1206743692'), ('const-417', u'LOAD_-1206743724'), ('const-417', u'LOAD_-1206743717'), ('const-4', u'PTRADD_-1206743243'), (u'MULTIEQUAL_-1206743515', u'PTRADD_-1206743243'), ('tmp_906', u'PTRSUB_-1206743255'), ('const-417', u'LOAD_-1206743733'), (u'INT_EQUAL_-1206744074', u'CBRANCH_-1206744072'), ('tmp_526', u'CBRANCH_-1206743825'), ('const-4', u'PTRADD_-1206743381'), (u'LOAD_-1206743851', u'MULTIEQUAL_-1206743515'), ('const-0', u'COPY_-1206743990'), ('const-0', u'PTRSUB_-1206743255'), (u'LOAD_-1206744101', u'PTRADD_-1206743362'), (u'PTRADD_-1206743253', u'LOAD_-1206743749'), ('const-0', u'PTRSUB_-1206743391'), ('const-4', u'PTRADD_-1206743247'), ('const-0', u'PTRSUB_-1206743384'), ('const-417', u'LOAD_-1206743754'), (u'CALL_-1206743886', u'INDIRECT_-1206743356'), (u'INT_NOTEQUAL_-1206743852', u'CBRANCH_-1206743852'), ('const-104', u'PTRSUB_-1206743350'), ('tmp_481', u'CBRANCH_-1206743852'), (u'PTRADD_-1206743381', u'LOAD_-1206744096'), (u'LOAD_-1206743749', u'CALLIND_-1206743723'), (u'INT_NOTEQUAL_-1206744002', u'CBRANCH_-1206744002'), (u'CAST_-1206743236', u'LOAD_-1206743717'), (u'MULTIEQUAL_-1206743590', u'INT_ADD_-1206743774'), ('const-0', u'INT_NOTEQUAL_-1206743852'), ('const-35', u'PTRADD_-1206743381'), ('tmp_1439', u'PTRSUB_-1206743336'), ('tmp_156', u'CBRANCH_-1206744072'), (u'CALLIND_-1206743642', u'MULTIEQUAL_-1206743459'), (u'COPY_-1206743990', u'MULTIEQUAL_-1206743590'), (u'MULTIEQUAL_-1206743459', u'INT_NOTEQUAL_-1206744002'), (u'MULTIEQUAL_-1206743530', u'CALLIND_-1206743723'), (u'LOAD_-1206744096', u'CALLIND_-1206743642'), ('const-4', u'PTRADD_-1206743362'), ('const-0', u'RETURN_-1206743721'), ('const-2', u'PTRADD_-1206743247'), (u'PTRSUB_-1206743255', u'LOAD_-1206743754'), (u'LOAD_-1206743846', u'INT_NOTEQUAL_-1206743827'), (u'PTRSUB_-1206743391', u'PTRSUB_-1206743384'), ('tmp_883', u'BRANCH_-1206743624'), ('const-0', u'INT_NOTEQUAL_-1206744002'), ('const-2', u'PTRADD_-1206743243'), ('const-417', u'LOAD_-1206744051'), ('const-16', u'INT_ADD_-1206743835'), ('const-4', u'PTRADD_-1206743253'), (u'CALLIND_-1206743723', u'INDIRECT_-1206743311'), (u'INT_ADD_-1206743774', u'INT_NOTEQUAL_-1206743765'), ('const-417', u'LOAD_-1206744101'), ('const-417', u'LOAD_-1206743749'), (u'INDIRECT_-1206743356', u'MULTIEQUAL_-1206743320'), (u'INT_ADD_-1206743774', u'MULTIEQUAL_-1206743590'), (u'INT_EQUAL_-1206743694', u'CBRANCH_-1206743692'), ('const-1', u'INT_ADD_-1206743774'), ('const-1', u'PTRADD_-1206743253'), (u'MULTIEQUAL_-1206743459', u'INT_NOTEQUAL_-1206743765'), (u'PTRADD_-1206743243', u'LOAD_-1206743724'), ('const-417', u'LOAD_-1206743846'), (u'MULTIEQUAL_-1206743515', u'PTRADD_-1206743253'), ('tmp_905', u'CALLIND_-1206743642'), (u'CALLIND_-1206743723', u'INDIRECT_-1206743302'), ('const-4294967295', u'INT_NOTEQUAL_-1206743827'), ('const-0', u'PTRSUB_-1206743383'), ('const-0', u'COPY_-1206743936'), (u'INDIRECT_-1206743320', u'MULTIEQUAL_-1206743329'), (u'CAST_-1206743236', u'INT_EQUAL_-1206743694'), ('const-0', u'INT_EQUAL_-1206743694'), (u'LOAD_-1206743724', u'CAST_-1206743236'), ('const-238320', u'PTRSUB_-1206743384'), (u'CALLIND_-1206743723', u'INDIRECT_-1206743320'), (u'PTRSUB_-1206743350', u'CAST_-1206743285'), (u'CALL_-1206743886', u'INDIRECT_-1206743347')]
[('const-4', u'PTRADD_-1206743138'), ('const-417', u'STORE_-1206743739'), (u'LOAD_-1206743754', u'INT_ADD_-1206743717'), (u'INT_ADD_-1206743909', u'CAST_-1206743184'), ('const-887871', u'STORE_-1206743729'), ('tmp_2426', u'CALLIND_-1206743642'), (u'LOAD_-1206743884', u'INT_NOTEQUAL_-1206743852'), ('const-4294967284', u'INT_ADD_-1206743730'), (u'MULTIEQUAL_-1206743400', u'INT_NOTEQUAL_-1206744002'), (u'LOAD_-1206743749', u'STORE_-1206743745'), ('tmp_270', u'CBRANCH_-1206744002'), (u'LOAD_-1206743733', u'CALLIND_-1206743723'), ('const-4294967295', u'INT_NOTEQUAL_-1206743827'), ('tmp_2427', u'STORE_-1206743735'), (u'PTRSUB_-1206743269', u'INT_EQUAL_-1206744074'), (u'LOAD_-1206743724', u'CAST_-1206743091'), (u'LOAD_-1206743717', u'MULTIEQUAL_-1206743528'), ('const-4', u'INT_ADD_-1206743889'), (u'CAST_-1206743102', u'STORE_-1206743739'), (u'LOAD_-1206744096', u'INT_EQUAL_-1206744074'), (u'INDIRECT_-1206743333', u'MULTIEQUAL_-1206743282'), (u'CAST_-1206743099', u'STORE_-1206743735'), (u'INDIRECT_-1206743333', u'MULTIEQUAL_-1206743260'), (u'CAST_-1206743195', u'INT_ADD_-1206743920'), (u'MULTIEQUAL_-1206743584', u'CAST_-1206743100'), (u'MULTIEQUAL_-1206743584', u'CAST_-1206743173'), (u'INT_ADD_-1206743889', u'CAST_-1206743166'), ('tmp_2426', u'CALLIND_-1206744041'), (u'LOAD_-1206743846', u'MULTIEQUAL_-1206743528'), (u'CAST_-1206743148', u'LOAD_-1206743884'), (u'CAST_-1206743096', u'INT_ADD_-1206743714'), ('tmp_1442', u'PTRSUB_-1206743243'), ('const-4294967272', u'INT_ADD_-1206743714'), (u'LOAD_-1206744051', u'CALLIND_-1206744041'), (u'MULTIEQUAL_-1206743400', u'MULTIEQUAL_-1206743370'), (u'INT_NOTEQUAL_-1206743827', u'CBRANCH_-1206743825'), (u'MULTIEQUAL_-1206743528', u'STORE_-1206743739'), (u'LOAD_-1206743914', u'STORE_-1206743910'), (u'INT_NOTEQUAL_-1206743765', u'CBRANCH_-1206743763'), (u'CALL_-1206743886', u'INDIRECT_-1206743357'), ('const-417', u'LOAD_-1206743717'), ('const-24', u'INT_ADD_-1206743920'), (u'CALLIND_-1206744041', u'MULTIEQUAL_-1206743400'), (u'LOAD_-1206743781', u'INT_NOTEQUAL_-1206743765'), ('const-28', u'INT_ADD_-1206743909'), (u'INT_EQUAL_-1206744074', u'CBRANCH_-1206744072'), ('const-4', u'PTRADD_-1206743236'), (u'CALLIND_-1206743723', u'INDIRECT_-1206743288'), ('tmp_526', u'CBRANCH_-1206743825'), (u'PTRADD_-1206743129', u'LOAD_-1206743724'), (u'CAST_-1206743164', u'STORE_-1206743901'), ('const-417', u'LOAD_-1206744096'), ('const-8', u'INT_ADD_-1206743868'), ('tmp_2427', u'LOAD_-1206743754'), (u'COPY_-1206743979', u'MULTIEQUAL_-1206743346'), ('const-417', u'STORE_-1206743894'), (u'COPY_-1206743175', u'MULTIEQUAL_-1206743584'), (u'CAST_-1206743166', u'LOAD_-1206743905'), (u'CAST_-1206743091', u'INT_EQUAL_-1206743694'), (u'INT_NOTEQUAL_-1206743852', u'CBRANCH_-1206743852'), (u'MULTIEQUAL_-1206743584', u'CAST_-1206743185'), ('tmp_481', u'CBRANCH_-1206743852'), (u'CAST_-1206743149', u'INT_ADD_-1206743868'), ('const-0', u'PTRSUB_-1206743269'), (u'INT_ADD_-1206743224', u'CAST_-1206743142'), (u'INT_ADD_-1206743730', u'CAST_-1206743107'), (u'CAST_-1206743185', u'INT_ADD_-1206743909'), (u'INT_NOTEQUAL_-1206744002', u'CBRANCH_-1206744002'), (u'CAST_-1206743172', u'STORE_-1206743910'), ('const-887829', u'STORE_-1206743891'), (u'MULTIEQUAL_-1206743584', u'CAST_-1206743195'), ('const-4294967276', u'INT_ADD_-1206743876'), (u'CALL_-1206743886', u'INDIRECT_-1206743309'), (u'MULTIEQUAL_-1206743513', u'PTRADD_-1206743129'), ('tmp_156', u'CBRANCH_-1206744072'), (u'MULTIEQUAL_-1206743588', u'INT_ADD_-1206743774'), ('const-4294967256', u'PTRSUB_-1206743220'), (u'MULTIEQUAL_-1206743584', u'CAST_-1206743108'), (u'CAST_-1206743132', u'LOAD_-1206743851'), ('const-417', u'STORE_-1206743729'), (u'INT_ADD_-1206743898', u'CAST_-1206743174'), (u'MULTIEQUAL_-1206743584', u'CAST_-1206743143'), (u'MULTIEQUAL_-1206743284', u'MULTIEQUAL_-1206743370'), (u'LOAD_-1206743905', u'STORE_-1206743901'), (u'LOAD_-1206743846', u'INT_NOTEQUAL_-1206743827'), ('const-4294967276', u'INT_ADD_-1206743720'), ('const-0', u'INT_NOTEQUAL_-1206744002'), ('const-417', u'LOAD_-1206743905'), ('const-16', u'INT_ADD_-1206743835'), (u'INT_ADD_-1206743835', u'CAST_-1206743132'), (u'INDIRECT_-1206743357', u'MULTIEQUAL_-1206743284'), ('const-417', u'STORE_-1206743953'), ('const-20', u'INT_ADD_-1206743939'), (u'CAST_-1206743203', u'STORE_-1206743953'), (u'LOAD_-1206743851', u'MULTIEQUAL_-1206743513'), (u'INDIRECT_-1206743264', u'MULTIEQUAL_-1206743258'), ('const-1', u'INT_ADD_-1206743774'), ('const-4294967248', u'PTRSUB_-1206743231'), (u'INT_ADD_-1206743724', u'CAST_-1206743102'), ('const-417', u'LOAD_-1206743781'), (u'CAST_-1206743175', u'INT_ADD_-1206743898'), (u'COPY_-1206743966', u'MULTIEQUAL_-1206743322'), ('tmp_1442', u'PTRSUB_-1206743220'), (u'MULTIEQUAL_-1206743584', u'CAST_-1206743159'), (u'CAST_-1206743165', u'INT_ADD_-1206743886'), ('const-0', u'INT_EQUAL_-1206743694'), (u'INT_ADD_-1206744035', u'CAST_-1206743249'), ('const-0', u'STORE_-1206743934'), (u'INDIRECT_-1206743288', u'MULTIEQUAL_-1206743260'), (u'CAST_-1206743091', u'MULTIEQUAL_-1206743513'), ('const-417', u'LOAD_-1206743733'), ('const-417', u'STORE_-1206743891'), (u'INDIRECT_-1206743264', u'MULTIEQUAL_-1206743236'), (u'MULTIEQUAL_-1206743584', u'CAST_-1206743141'), ('const-417', u'LOAD_-1206743914'), (u'INT_ADD_-1206743879', u'CAST_-1206743158'), (u'CAST_-1206743095', u'STORE_-1206743729'), (u'CAST_-1206743103', u'INT_ADD_-1206743724'), ('const-4294967292', u'INT_ADD_-1206743223'), (u'INT_ADD_-1206744080', u'CAST_-1206743268'), (u'CAST_-1206743159', u'INT_ADD_-1206743879'), (u'MULTIEQUAL_-1206743260', u'MULTIEQUAL_-1206743346'), ('tmp_2426', u'LOAD_-1206744101'), ('const-4294967280', u'INT_ADD_-1206743879'), (u'MULTIEQUAL_-1206743584', u'CAST_-1206743149'), (u'CAST_-1206743156', u'INT_ADD_-1206743876'), (u'LOAD_-1206743851', u'LOAD_-1206743846'), (u'CAST_-1206743142', u'LOAD_-1206743781'), (u'INT_ADD_-1206743895', u'CAST_-1206743172'), ('tmp_588', u'CBRANCH_-1206743763'), ('const-417', u'LOAD_-1206743884'), (u'INT_ADD_-1206743714', u'CAST_-1206743095'), (u'LOAD_-1206744101', u'INT_ADD_-1206744080'), ('const-417', u'LOAD_-1206743846'), ('const-26', u'PTRADD_-1206743236'), (u'CAST_-1206743141', u'INT_ADD_-1206743223'), (u'INT_ADD_-1206743774', u'MULTIEQUAL_-1206743588'), (u'INT_ADD_-1206743920', u'CAST_-1206743194'), (u'MULTIEQUAL_-1206743584', u'CAST_-1206743175'), (u'CAST_-1206743204', u'INT_ADD_-1206743939'), ('const-8', u'INT_ADD_-1206743717'), ('const-417', u'LOAD_-1206744051'), ('const-417', u'STORE_-1206743910'), (u'CAST_-1206743184', u'STORE_-1206743923'), (u'PTRADD_-1206743138', u'LOAD_-1206743749'), ('const-4294967280', u'INT_ADD_-1206743724'), ('const-417', u'STORE_-1206743901'), (u'INDIRECT_-1206743309', u'MULTIEQUAL_-1206743236'), (u'CAST_-1206743173', u'INT_ADD_-1206743895'), ('const-4', u'PTRADD_-1206743129'), (u'INT_ADD_-1206743720', u'CAST_-1206743099'), (u'MULTIEQUAL_-1206743513', u'PTRADD_-1206743138'), (u'CAST_-1206743155', u'STORE_-1206743891'), (u'PTRSUB_-1206743220', u'COPY_-1206743966'), (u'INT_ADD_-1206743223', u'CAST_-1206743140'), ('tmp_2426', u'PTRADD_-1206743236'), ('const-417', u'STORE_-1206743923'), ('tmp_799', u'CBRANCH_-1206743692'), ('const-417', u'STORE_-1206743745'), (u'CALLIND_-1206743723', u'INDIRECT_-1206743312'), ('const-4294967236', u'PTRSUB_-1206743243'), (u'MULTIEQUAL_-1206743584', u'CAST_-1206743156'), (u'INT_ADD_-1206743868', u'CAST_-1206743148'), (u'PTRSUB_-1206743231', u'STORE_-1206743894'), ('const-188', u'INT_ADD_-1206744035'), (u'INDIRECT_-1206743309', u'MULTIEQUAL_-1206743258'), (u'CAST_-1206743091', u'LOAD_-1206743717'), ('const-417', u'LOAD_-1206743724'), (u'CAST_-1206743140', u'COPY_-1206743175'), ('const-4294967288', u'INT_ADD_-1206743895'), (u'INT_ADD_-1206743876', u'CAST_-1206743155'), (u'CAST_-1206743158', u'STORE_-1206743894'), (u'INT_ADD_-1206743886', u'CAST_-1206743164'), (u'MULTIEQUAL_-1206743588', u'STORE_-1206743953'), (u'CAST_-1206743143', u'INT_ADD_-1206743224'), (u'CAST_-1206743100', u'INT_ADD_-1206743720'), ('const-8', u'INT_ADD_-1206743898'), (u'CAST_-1206743107', u'STORE_-1206743745'), (u'MULTIEQUAL_-1206743236', u'MULTIEQUAL_-1206743322'), ('const-0', u'INT_NOTEQUAL_-1206743852'), (u'CALL_-1206743886', u'INDIRECT_-1206743333'), ('const-417', u'LOAD_-1206744101'), (u'LOAD_-1206744101', u'INT_ADD_-1206744035'), ('const-417', u'LOAD_-1206743749'), (u'CAST_-1206743167', u'INT_ADD_-1206743889'), (u'MULTIEQUAL_-1206743584', u'CAST_-1206743165'), (u'CAST_-1206743174', u'LOAD_-1206743914'), ('const-417', u'LOAD_-1206743851'), (u'INDIRECT_-1206743312', u'MULTIEQUAL_-1206743306'), ('const-417', u'STORE_-1206743934'), (u'INT_ADD_-1206743717', u'CAST_-1206743097'), (u'MULTIEQUAL_-1206743584', u'CAST_-1206743167'), ('const-417', u'STORE_-1206743735'), (u'LOAD_-1206744096', u'CALLIND_-1206743642'), ('const-0', u'RETURN_-1206743721'), (u'MULTIEQUAL_-1206743584', u'CAST_-1206743096'), (u'MULTIEQUAL_-1206743584', u'CAST_-1206743103'), (u'PTRADD_-1206743236', u'COPY_-1206743979'), ('const-0', u'STORE_-1206743923'), (u'INT_ADD_-1206743939', u'CAST_-1206743203'), (u'COPY_-1206743990', u'MULTIEQUAL_-1206743588'), ('tmp_883', u'BRANCH_-1206743624'), ('const-0', u'COPY_-1206743990'), (u'CAST_-1206743097', u'LOAD_-1206743733'), (u'INDIRECT_-1206743288', u'MULTIEQUAL_-1206743282'), ('const-4294967292', u'INT_ADD_-1206743224'), ('tmp_1442', u'PTRSUB_-1206743231'), (u'INT_ADD_-1206743774', u'INT_NOTEQUAL_-1206743765'), (u'COPY_-1206743274', u'MULTIEQUAL_-1206743584'), (u'INT_EQUAL_-1206743694', u'CBRANCH_-1206743692'), (u'PTRSUB_-1206743243', u'COPY_-1206743274'), (u'CAST_-1206743249', u'LOAD_-1206744051'), (u'CALLIND_-1206743723', u'INDIRECT_-1206743264'), (u'LOAD_-1206743884', u'INT_ADD_-1206743835'), ('const-2', u'PTRADD_-1206743129'), (u'INDIRECT_-1206743357', u'MULTIEQUAL_-1206743306'), ('const-140', u'INT_ADD_-1206744080'), (u'CAST_-1206743108', u'INT_ADD_-1206743730'), (u'CAST_-1206743194', u'STORE_-1206743934'), (u'CALLIND_-1206743642', u'MULTIEQUAL_-1206743400'), (u'MULTIEQUAL_-1206743584', u'CAST_-1206743204'), (u'INDIRECT_-1206743312', u'MULTIEQUAL_-1206743284'), ('const-1', u'PTRADD_-1206743138'), ('const-238320', u'PTRSUB_-1206743269'), ('const-4294967284', u'INT_ADD_-1206743886'), ('const-417', u'LOAD_-1206743754'), (u'CAST_-1206743268', u'LOAD_-1206744096')]
null
null
000d8b90
x86
O2
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */\n\nvoid FUN_000d8b90(int *param_1,int *param_2)\n\n{\n code *pcVar1;\n int iVar2;\n int iVar3;\n int iVar4;\n int *piVar5;\n int *piVar6;\n int *piVar7;\n int aiStackY_54 [2];\n int local_3c;\n int *local_38 [2];\n undefined1 local_30 [8];\n int local_28 [6];\n \n pcVar1 = *(code **)(*param_1 + 0x8c);\n if (pcVar1 == FUN_0003a2f0) {\n local_3c = (**(code **)(*param_1 + 0xbc))(param_1);\n }\n else {\n local_3c = (*pcVar1)(param_1);\n }\n if (local_3c != 0) {\n iVar4 = 0;\n local_38[0] = param_1 + 0x1a;\n local_38[1] = local_28;\n piVar5 = &local_3c;\n do {\n *(int *)((int)piVar5 + 0x14) = iVar4;\n *(undefined4 *)((int)piVar5 + 0x18) = 0;\n *(undefined4 *)((int)piVar5 + 0x1c) = 0;\n *(undefined4 *)((int)piVar5 + -8) = *(undefined4 *)((int)piVar5 + 8);\n *(undefined4 *)((int)piVar5 + -0xc) = *(undefined4 *)((int)piVar5 + 4);\n *(undefined1 **)((int)piVar5 + -0x10) = local_30;\n *(undefined4 *)((int)piVar5 + -0x14) = 0xd8c15;\n FUN_00054c40();\n piVar6 = (int *)((int)piVar5 + -4);\n if (*(int *)((int)piVar5 + 8) != 0) {\n piVar7 = *(int **)(*(int *)((int)piVar5 + 8) + 0x10);\n iVar3 = *piVar7;\n if (iVar3 != -1) {\n while( true ) {\n iVar2 = *param_2;\n *(int *)((int)piVar5 + -0xc) = piVar7[1];\n *(int *)((int)piVar5 + -0x10) = iVar3;\n *(int **)((int)piVar5 + -0x14) = param_2;\n pcVar1 = *(code **)(iVar2 + 8);\n *(undefined4 *)((int)piVar5 + -0x18) = 0xd8c3f;\n (*pcVar1)();\n piVar7 = (int *)piVar7[2];\n if (piVar7 == (int *)0x0) break;\n iVar3 = *piVar7;\n }\n }\n }\n iVar4 = iVar4 + 1;\n piVar5 = (int *)((int)piVar5 + -4);\n } while (*piVar6 != iVar4);\n }\n return;\n}\n\n" comment (function_definition "void FUN_000d8b90(int *param_1,int *param_2)\n\n{\n code *pcVar1;\n int iVar2;\n int iVar3;\n int iVar4;\n int *piVar5;\n int *piVar6;\n int *piVar7;\n int aiStackY_54 [2];\n int local_3c;\n int *local_38 [2];\n undefined1 local_30 [8];\n int local_28 [6];\n \n pcVar1 = *(code **)(*param_1 + 0x8c);\n if (pcVar1 == FUN_0003a2f0) {\n local_3c = (**(code **)(*param_1 + 0xbc))(param_1);\n }\n else {\n local_3c = (*pcVar1)(param_1);\n }\n if (local_3c != 0) {\n iVar4 = 0;\n local_38[0] = param_1 + 0x1a;\n local_38[1] = local_28;\n piVar5 = &local_3c;\n do {\n *(int *)((int)piVar5 + 0x14) = iVar4;\n *(undefined4 *)((int)piVar5 + 0x18) = 0;\n *(undefined4 *)((int)piVar5 + 0x1c) = 0;\n *(undefined4 *)((int)piVar5 + -8) = *(undefined4 *)((int)piVar5 + 8);\n *(undefined4 *)((int)piVar5 + -0xc) = *(undefined4 *)((int)piVar5 + 4);\n *(undefined1 **)((int)piVar5 + -0x10) = local_30;\n *(undefined4 *)((int)piVar5 + -0x14) = 0xd8c15;\n FUN_00054c40();\n piVar6 = (int *)((int)piVar5 + -4);\n if (*(int *)((int)piVar5 + 8) != 0) {\n piVar7 = *(int **)(*(int *)((int)piVar5 + 8) + 0x10);\n iVar3 = *piVar7;\n if (iVar3 != -1) {\n while( true ) {\n iVar2 = *param_2;\n *(int *)((int)piVar5 + -0xc) = piVar7[1];\n *(int *)((int)piVar5 + -0x10) = iVar3;\n *(int **)((int)piVar5 + -0x14) = param_2;\n pcVar1 = *(code **)(iVar2 + 8);\n *(undefined4 *)((int)piVar5 + -0x18) = 0xd8c3f;\n (*pcVar1)();\n piVar7 = (int *)piVar7[2];\n if (piVar7 == (int *)0x0) break;\n iVar3 = *piVar7;\n }\n }\n }\n iVar4 = iVar4 + 1;\n piVar5 = (int *)((int)piVar5 + -4);\n } while (*piVar6 != iVar4);\n }\n return;\n}" primitive_type (function_declarator "FUN_000d8b90(int *param_1,int *param_2)" identifier (parameter_list "(int *param_1,int *param_2)" ( (parameter_declaration "int *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "int *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n code *pcVar1;\n int iVar2;\n int iVar3;\n int iVar4;\n int *piVar5;\n int *piVar6;\n int *piVar7;\n int aiStackY_54 [2];\n int local_3c;\n int *local_38 [2];\n undefined1 local_30 [8];\n int local_28 [6];\n \n pcVar1 = *(code **)(*param_1 + 0x8c);\n if (pcVar1 == FUN_0003a2f0) {\n local_3c = (**(code **)(*param_1 + 0xbc))(param_1);\n }\n else {\n local_3c = (*pcVar1)(param_1);\n }\n if (local_3c != 0) {\n iVar4 = 0;\n local_38[0] = param_1 + 0x1a;\n local_38[1] = local_28;\n piVar5 = &local_3c;\n do {\n *(int *)((int)piVar5 + 0x14) = iVar4;\n *(undefined4 *)((int)piVar5 + 0x18) = 0;\n *(undefined4 *)((int)piVar5 + 0x1c) = 0;\n *(undefined4 *)((int)piVar5 + -8) = *(undefined4 *)((int)piVar5 + 8);\n *(undefined4 *)((int)piVar5 + -0xc) = *(undefined4 *)((int)piVar5 + 4);\n *(undefined1 **)((int)piVar5 + -0x10) = local_30;\n *(undefined4 *)((int)piVar5 + -0x14) = 0xd8c15;\n FUN_00054c40();\n piVar6 = (int *)((int)piVar5 + -4);\n if (*(int *)((int)piVar5 + 8) != 0) {\n piVar7 = *(int **)(*(int *)((int)piVar5 + 8) + 0x10);\n iVar3 = *piVar7;\n if (iVar3 != -1) {\n while( true ) {\n iVar2 = *param_2;\n *(int *)((int)piVar5 + -0xc) = piVar7[1];\n *(int *)((int)piVar5 + -0x10) = iVar3;\n *(int **)((int)piVar5 + -0x14) = param_2;\n pcVar1 = *(code **)(iVar2 + 8);\n *(undefined4 *)((int)piVar5 + -0x18) = 0xd8c3f;\n (*pcVar1)();\n piVar7 = (int *)piVar7[2];\n if (piVar7 == (int *)0x0) break;\n iVar3 = *piVar7;\n }\n }\n }\n iVar4 = iVar4 + 1;\n piVar5 = (int *)((int)piVar5 + -4);\n } while (*piVar6 != iVar4);\n }\n return;\n}" { (declaration "code *pcVar1;" type_identifier (pointer_declarator "*pcVar1" * identifier) ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "int iVar4;" primitive_type identifier ;) (declaration "int *piVar5;" primitive_type (pointer_declarator "*piVar5" * identifier) ;) (declaration "int *piVar6;" primitive_type (pointer_declarator "*piVar6" * identifier) ;) (declaration "int *piVar7;" primitive_type (pointer_declarator "*piVar7" * identifier) ;) (declaration "int aiStackY_54 [2];" primitive_type (array_declarator "aiStackY_54 [2]" identifier [ number_literal ]) ;) (declaration "int local_3c;" primitive_type identifier ;) (declaration "int *local_38 [2];" primitive_type (pointer_declarator "*local_38 [2]" * (array_declarator "local_38 [2]" identifier [ number_literal ])) ;) (declaration "undefined1 local_30 [8];" type_identifier (array_declarator "local_30 [8]" identifier [ number_literal ]) ;) (declaration "int local_28 [6];" primitive_type (array_declarator "local_28 [6]" identifier [ number_literal ]) ;) (expression_statement "pcVar1 = *(code **)(*param_1 + 0x8c);" (assignment_expression "pcVar1 = *(code **)(*param_1 + 0x8c)" identifier = (pointer_expression "*(code **)(*param_1 + 0x8c)" * (cast_expression "(code **)(*param_1 + 0x8c)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0x8c)" ( (binary_expression "*param_1 + 0x8c" (pointer_expression "*param_1" * identifier) + number_literal) ))))) ;) (if_statement "if (pcVar1 == FUN_0003a2f0) {\n local_3c = (**(code **)(*param_1 + 0xbc))(param_1);\n }\n else {\n local_3c = (*pcVar1)(param_1);\n }" if (parenthesized_expression "(pcVar1 == FUN_0003a2f0)" ( (binary_expression "pcVar1 == FUN_0003a2f0" identifier == identifier) )) (compound_statement "{\n local_3c = (**(code **)(*param_1 + 0xbc))(param_1);\n }" { (expression_statement "local_3c = (**(code **)(*param_1 + 0xbc))(param_1);" (assignment_expression "local_3c = (**(code **)(*param_1 + 0xbc))(param_1)" identifier = (call_expression "(**(code **)(*param_1 + 0xbc))(param_1)" (parenthesized_expression "(**(code **)(*param_1 + 0xbc))" ( (pointer_expression "**(code **)(*param_1 + 0xbc)" * (pointer_expression "*(code **)(*param_1 + 0xbc)" * (cast_expression "(code **)(*param_1 + 0xbc)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0xbc)" ( (binary_expression "*param_1 + 0xbc" (pointer_expression "*param_1" * identifier) + number_literal) ))))) )) (argument_list "(param_1)" ( identifier )))) ;) }) (else_clause "else {\n local_3c = (*pcVar1)(param_1);\n }" else (compound_statement "{\n local_3c = (*pcVar1)(param_1);\n }" { (expression_statement "local_3c = (*pcVar1)(param_1);" (assignment_expression "local_3c = (*pcVar1)(param_1)" identifier = (call_expression "(*pcVar1)(param_1)" (parenthesized_expression "(*pcVar1)" ( (pointer_expression "*pcVar1" * identifier) )) (argument_list "(param_1)" ( identifier )))) ;) }))) (if_statement "if (local_3c != 0) {\n iVar4 = 0;\n local_38[0] = param_1 + 0x1a;\n local_38[1] = local_28;\n piVar5 = &local_3c;\n do {\n *(int *)((int)piVar5 + 0x14) = iVar4;\n *(undefined4 *)((int)piVar5 + 0x18) = 0;\n *(undefined4 *)((int)piVar5 + 0x1c) = 0;\n *(undefined4 *)((int)piVar5 + -8) = *(undefined4 *)((int)piVar5 + 8);\n *(undefined4 *)((int)piVar5 + -0xc) = *(undefined4 *)((int)piVar5 + 4);\n *(undefined1 **)((int)piVar5 + -0x10) = local_30;\n *(undefined4 *)((int)piVar5 + -0x14) = 0xd8c15;\n FUN_00054c40();\n piVar6 = (int *)((int)piVar5 + -4);\n if (*(int *)((int)piVar5 + 8) != 0) {\n piVar7 = *(int **)(*(int *)((int)piVar5 + 8) + 0x10);\n iVar3 = *piVar7;\n if (iVar3 != -1) {\n while( true ) {\n iVar2 = *param_2;\n *(int *)((int)piVar5 + -0xc) = piVar7[1];\n *(int *)((int)piVar5 + -0x10) = iVar3;\n *(int **)((int)piVar5 + -0x14) = param_2;\n pcVar1 = *(code **)(iVar2 + 8);\n *(undefined4 *)((int)piVar5 + -0x18) = 0xd8c3f;\n (*pcVar1)();\n piVar7 = (int *)piVar7[2];\n if (piVar7 == (int *)0x0) break;\n iVar3 = *piVar7;\n }\n }\n }\n iVar4 = iVar4 + 1;\n piVar5 = (int *)((int)piVar5 + -4);\n } while (*piVar6 != iVar4);\n }" if (parenthesized_expression "(local_3c != 0)" ( (binary_expression "local_3c != 0" identifier != number_literal) )) (compound_statement "{\n iVar4 = 0;\n local_38[0] = param_1 + 0x1a;\n local_38[1] = local_28;\n piVar5 = &local_3c;\n do {\n *(int *)((int)piVar5 + 0x14) = iVar4;\n *(undefined4 *)((int)piVar5 + 0x18) = 0;\n *(undefined4 *)((int)piVar5 + 0x1c) = 0;\n *(undefined4 *)((int)piVar5 + -8) = *(undefined4 *)((int)piVar5 + 8);\n *(undefined4 *)((int)piVar5 + -0xc) = *(undefined4 *)((int)piVar5 + 4);\n *(undefined1 **)((int)piVar5 + -0x10) = local_30;\n *(undefined4 *)((int)piVar5 + -0x14) = 0xd8c15;\n FUN_00054c40();\n piVar6 = (int *)((int)piVar5 + -4);\n if (*(int *)((int)piVar5 + 8) != 0) {\n piVar7 = *(int **)(*(int *)((int)piVar5 + 8) + 0x10);\n iVar3 = *piVar7;\n if (iVar3 != -1) {\n while( true ) {\n iVar2 = *param_2;\n *(int *)((int)piVar5 + -0xc) = piVar7[1];\n *(int *)((int)piVar5 + -0x10) = iVar3;\n *(int **)((int)piVar5 + -0x14) = param_2;\n pcVar1 = *(code **)(iVar2 + 8);\n *(undefined4 *)((int)piVar5 + -0x18) = 0xd8c3f;\n (*pcVar1)();\n piVar7 = (int *)piVar7[2];\n if (piVar7 == (int *)0x0) break;\n iVar3 = *piVar7;\n }\n }\n }\n iVar4 = iVar4 + 1;\n piVar5 = (int *)((int)piVar5 + -4);\n } while (*piVar6 != iVar4);\n }" { (expression_statement "iVar4 = 0;" (assignment_expression "iVar4 = 0" identifier = number_literal) ;) (expression_statement "local_38[0] = param_1 + 0x1a;" (assignment_expression "local_38[0] = param_1 + 0x1a" (subscript_expression "local_38[0]" identifier [ number_literal ]) = (binary_expression "param_1 + 0x1a" identifier + number_literal)) ;) (expression_statement "local_38[1] = local_28;" (assignment_expression "local_38[1] = local_28" (subscript_expression "local_38[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "piVar5 = &local_3c;" (assignment_expression "piVar5 = &local_3c" identifier = (pointer_expression "&local_3c" & identifier)) ;) (do_statement "do {\n *(int *)((int)piVar5 + 0x14) = iVar4;\n *(undefined4 *)((int)piVar5 + 0x18) = 0;\n *(undefined4 *)((int)piVar5 + 0x1c) = 0;\n *(undefined4 *)((int)piVar5 + -8) = *(undefined4 *)((int)piVar5 + 8);\n *(undefined4 *)((int)piVar5 + -0xc) = *(undefined4 *)((int)piVar5 + 4);\n *(undefined1 **)((int)piVar5 + -0x10) = local_30;\n *(undefined4 *)((int)piVar5 + -0x14) = 0xd8c15;\n FUN_00054c40();\n piVar6 = (int *)((int)piVar5 + -4);\n if (*(int *)((int)piVar5 + 8) != 0) {\n piVar7 = *(int **)(*(int *)((int)piVar5 + 8) + 0x10);\n iVar3 = *piVar7;\n if (iVar3 != -1) {\n while( true ) {\n iVar2 = *param_2;\n *(int *)((int)piVar5 + -0xc) = piVar7[1];\n *(int *)((int)piVar5 + -0x10) = iVar3;\n *(int **)((int)piVar5 + -0x14) = param_2;\n pcVar1 = *(code **)(iVar2 + 8);\n *(undefined4 *)((int)piVar5 + -0x18) = 0xd8c3f;\n (*pcVar1)();\n piVar7 = (int *)piVar7[2];\n if (piVar7 == (int *)0x0) break;\n iVar3 = *piVar7;\n }\n }\n }\n iVar4 = iVar4 + 1;\n piVar5 = (int *)((int)piVar5 + -4);\n } while (*piVar6 != iVar4);" do (compound_statement "{\n *(int *)((int)piVar5 + 0x14) = iVar4;\n *(undefined4 *)((int)piVar5 + 0x18) = 0;\n *(undefined4 *)((int)piVar5 + 0x1c) = 0;\n *(undefined4 *)((int)piVar5 + -8) = *(undefined4 *)((int)piVar5 + 8);\n *(undefined4 *)((int)piVar5 + -0xc) = *(undefined4 *)((int)piVar5 + 4);\n *(undefined1 **)((int)piVar5 + -0x10) = local_30;\n *(undefined4 *)((int)piVar5 + -0x14) = 0xd8c15;\n FUN_00054c40();\n piVar6 = (int *)((int)piVar5 + -4);\n if (*(int *)((int)piVar5 + 8) != 0) {\n piVar7 = *(int **)(*(int *)((int)piVar5 + 8) + 0x10);\n iVar3 = *piVar7;\n if (iVar3 != -1) {\n while( true ) {\n iVar2 = *param_2;\n *(int *)((int)piVar5 + -0xc) = piVar7[1];\n *(int *)((int)piVar5 + -0x10) = iVar3;\n *(int **)((int)piVar5 + -0x14) = param_2;\n pcVar1 = *(code **)(iVar2 + 8);\n *(undefined4 *)((int)piVar5 + -0x18) = 0xd8c3f;\n (*pcVar1)();\n piVar7 = (int *)piVar7[2];\n if (piVar7 == (int *)0x0) break;\n iVar3 = *piVar7;\n }\n }\n }\n iVar4 = iVar4 + 1;\n piVar5 = (int *)((int)piVar5 + -4);\n }" { (expression_statement "*(int *)((int)piVar5 + 0x14) = iVar4;" (assignment_expression "*(int *)((int)piVar5 + 0x14) = iVar4" (pointer_expression "*(int *)((int)piVar5 + 0x14)" * (cast_expression "(int *)((int)piVar5 + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)piVar5 + 0x14)" ( (binary_expression "(int)piVar5 + 0x14" (cast_expression "(int)piVar5" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = identifier) ;) (expression_statement "*(undefined4 *)((int)piVar5 + 0x18) = 0;" (assignment_expression "*(undefined4 *)((int)piVar5 + 0x18) = 0" (pointer_expression "*(undefined4 *)((int)piVar5 + 0x18)" * (cast_expression "(undefined4 *)((int)piVar5 + 0x18)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)piVar5 + 0x18)" ( (binary_expression "(int)piVar5 + 0x18" (cast_expression "(int)piVar5" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined4 *)((int)piVar5 + 0x1c) = 0;" (assignment_expression "*(undefined4 *)((int)piVar5 + 0x1c) = 0" (pointer_expression "*(undefined4 *)((int)piVar5 + 0x1c)" * (cast_expression "(undefined4 *)((int)piVar5 + 0x1c)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)piVar5 + 0x1c)" ( (binary_expression "(int)piVar5 + 0x1c" (cast_expression "(int)piVar5" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined4 *)((int)piVar5 + -8) = *(undefined4 *)((int)piVar5 + 8);" (assignment_expression "*(undefined4 *)((int)piVar5 + -8) = *(undefined4 *)((int)piVar5 + 8)" (pointer_expression "*(undefined4 *)((int)piVar5 + -8)" * (cast_expression "(undefined4 *)((int)piVar5 + -8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)piVar5 + -8)" ( (binary_expression "(int)piVar5 + -8" (cast_expression "(int)piVar5" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = (pointer_expression "*(undefined4 *)((int)piVar5 + 8)" * (cast_expression "(undefined4 *)((int)piVar5 + 8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)piVar5 + 8)" ( (binary_expression "(int)piVar5 + 8" (cast_expression "(int)piVar5" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) ))))) ;) (expression_statement "*(undefined4 *)((int)piVar5 + -0xc) = *(undefined4 *)((int)piVar5 + 4);" (assignment_expression "*(undefined4 *)((int)piVar5 + -0xc) = *(undefined4 *)((int)piVar5 + 4)" (pointer_expression "*(undefined4 *)((int)piVar5 + -0xc)" * (cast_expression "(undefined4 *)((int)piVar5 + -0xc)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)piVar5 + -0xc)" ( (binary_expression "(int)piVar5 + -0xc" (cast_expression "(int)piVar5" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = (pointer_expression "*(undefined4 *)((int)piVar5 + 4)" * (cast_expression "(undefined4 *)((int)piVar5 + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)piVar5 + 4)" ( (binary_expression "(int)piVar5 + 4" (cast_expression "(int)piVar5" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) ))))) ;) (expression_statement "*(undefined1 **)((int)piVar5 + -0x10) = local_30;" (assignment_expression "*(undefined1 **)((int)piVar5 + -0x10) = local_30" (pointer_expression "*(undefined1 **)((int)piVar5 + -0x10)" * (cast_expression "(undefined1 **)((int)piVar5 + -0x10)" ( (type_descriptor "undefined1 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)piVar5 + -0x10)" ( (binary_expression "(int)piVar5 + -0x10" (cast_expression "(int)piVar5" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = identifier) ;) (expression_statement "*(undefined4 *)((int)piVar5 + -0x14) = 0xd8c15;" (assignment_expression "*(undefined4 *)((int)piVar5 + -0x14) = 0xd8c15" (pointer_expression "*(undefined4 *)((int)piVar5 + -0x14)" * (cast_expression "(undefined4 *)((int)piVar5 + -0x14)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)piVar5 + -0x14)" ( (binary_expression "(int)piVar5 + -0x14" (cast_expression "(int)piVar5" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = number_literal) ;) (expression_statement "FUN_00054c40();" (call_expression "FUN_00054c40()" identifier (argument_list "()" ( ))) ;) (expression_statement "piVar6 = (int *)((int)piVar5 + -4);" (assignment_expression "piVar6 = (int *)((int)piVar5 + -4)" identifier = (cast_expression "(int *)((int)piVar5 + -4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)piVar5 + -4)" ( (binary_expression "(int)piVar5 + -4" (cast_expression "(int)piVar5" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) ;) (if_statement "if (*(int *)((int)piVar5 + 8) != 0) {\n piVar7 = *(int **)(*(int *)((int)piVar5 + 8) + 0x10);\n iVar3 = *piVar7;\n if (iVar3 != -1) {\n while( true ) {\n iVar2 = *param_2;\n *(int *)((int)piVar5 + -0xc) = piVar7[1];\n *(int *)((int)piVar5 + -0x10) = iVar3;\n *(int **)((int)piVar5 + -0x14) = param_2;\n pcVar1 = *(code **)(iVar2 + 8);\n *(undefined4 *)((int)piVar5 + -0x18) = 0xd8c3f;\n (*pcVar1)();\n piVar7 = (int *)piVar7[2];\n if (piVar7 == (int *)0x0) break;\n iVar3 = *piVar7;\n }\n }\n }" if (parenthesized_expression "(*(int *)((int)piVar5 + 8) != 0)" ( (binary_expression "*(int *)((int)piVar5 + 8) != 0" (pointer_expression "*(int *)((int)piVar5 + 8)" * (cast_expression "(int *)((int)piVar5 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)piVar5 + 8)" ( (binary_expression "(int)piVar5 + 8" (cast_expression "(int)piVar5" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) != number_literal) )) (compound_statement "{\n piVar7 = *(int **)(*(int *)((int)piVar5 + 8) + 0x10);\n iVar3 = *piVar7;\n if (iVar3 != -1) {\n while( true ) {\n iVar2 = *param_2;\n *(int *)((int)piVar5 + -0xc) = piVar7[1];\n *(int *)((int)piVar5 + -0x10) = iVar3;\n *(int **)((int)piVar5 + -0x14) = param_2;\n pcVar1 = *(code **)(iVar2 + 8);\n *(undefined4 *)((int)piVar5 + -0x18) = 0xd8c3f;\n (*pcVar1)();\n piVar7 = (int *)piVar7[2];\n if (piVar7 == (int *)0x0) break;\n iVar3 = *piVar7;\n }\n }\n }" { (expression_statement "piVar7 = *(int **)(*(int *)((int)piVar5 + 8) + 0x10);" (assignment_expression "piVar7 = *(int **)(*(int *)((int)piVar5 + 8) + 0x10)" identifier = (pointer_expression "*(int **)(*(int *)((int)piVar5 + 8) + 0x10)" * (cast_expression "(int **)(*(int *)((int)piVar5 + 8) + 0x10)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(int *)((int)piVar5 + 8) + 0x10)" ( (binary_expression "*(int *)((int)piVar5 + 8) + 0x10" (pointer_expression "*(int *)((int)piVar5 + 8)" * (cast_expression "(int *)((int)piVar5 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)piVar5 + 8)" ( (binary_expression "(int)piVar5 + 8" (cast_expression "(int)piVar5" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) + number_literal) ))))) ;) (expression_statement "iVar3 = *piVar7;" (assignment_expression "iVar3 = *piVar7" identifier = (pointer_expression "*piVar7" * identifier)) ;) (if_statement "if (iVar3 != -1) {\n while( true ) {\n iVar2 = *param_2;\n *(int *)((int)piVar5 + -0xc) = piVar7[1];\n *(int *)((int)piVar5 + -0x10) = iVar3;\n *(int **)((int)piVar5 + -0x14) = param_2;\n pcVar1 = *(code **)(iVar2 + 8);\n *(undefined4 *)((int)piVar5 + -0x18) = 0xd8c3f;\n (*pcVar1)();\n piVar7 = (int *)piVar7[2];\n if (piVar7 == (int *)0x0) break;\n iVar3 = *piVar7;\n }\n }" if (parenthesized_expression "(iVar3 != -1)" ( (binary_expression "iVar3 != -1" identifier != number_literal) )) (compound_statement "{\n while( true ) {\n iVar2 = *param_2;\n *(int *)((int)piVar5 + -0xc) = piVar7[1];\n *(int *)((int)piVar5 + -0x10) = iVar3;\n *(int **)((int)piVar5 + -0x14) = param_2;\n pcVar1 = *(code **)(iVar2 + 8);\n *(undefined4 *)((int)piVar5 + -0x18) = 0xd8c3f;\n (*pcVar1)();\n piVar7 = (int *)piVar7[2];\n if (piVar7 == (int *)0x0) break;\n iVar3 = *piVar7;\n }\n }" { (while_statement "while( true ) {\n iVar2 = *param_2;\n *(int *)((int)piVar5 + -0xc) = piVar7[1];\n *(int *)((int)piVar5 + -0x10) = iVar3;\n *(int **)((int)piVar5 + -0x14) = param_2;\n pcVar1 = *(code **)(iVar2 + 8);\n *(undefined4 *)((int)piVar5 + -0x18) = 0xd8c3f;\n (*pcVar1)();\n piVar7 = (int *)piVar7[2];\n if (piVar7 == (int *)0x0) break;\n iVar3 = *piVar7;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n iVar2 = *param_2;\n *(int *)((int)piVar5 + -0xc) = piVar7[1];\n *(int *)((int)piVar5 + -0x10) = iVar3;\n *(int **)((int)piVar5 + -0x14) = param_2;\n pcVar1 = *(code **)(iVar2 + 8);\n *(undefined4 *)((int)piVar5 + -0x18) = 0xd8c3f;\n (*pcVar1)();\n piVar7 = (int *)piVar7[2];\n if (piVar7 == (int *)0x0) break;\n iVar3 = *piVar7;\n }" { (expression_statement "iVar2 = *param_2;" (assignment_expression "iVar2 = *param_2" identifier = (pointer_expression "*param_2" * identifier)) ;) (expression_statement "*(int *)((int)piVar5 + -0xc) = piVar7[1];" (assignment_expression "*(int *)((int)piVar5 + -0xc) = piVar7[1]" (pointer_expression "*(int *)((int)piVar5 + -0xc)" * (cast_expression "(int *)((int)piVar5 + -0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)piVar5 + -0xc)" ( (binary_expression "(int)piVar5 + -0xc" (cast_expression "(int)piVar5" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = (subscript_expression "piVar7[1]" identifier [ number_literal ])) ;) (expression_statement "*(int *)((int)piVar5 + -0x10) = iVar3;" (assignment_expression "*(int *)((int)piVar5 + -0x10) = iVar3" (pointer_expression "*(int *)((int)piVar5 + -0x10)" * (cast_expression "(int *)((int)piVar5 + -0x10)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)piVar5 + -0x10)" ( (binary_expression "(int)piVar5 + -0x10" (cast_expression "(int)piVar5" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = identifier) ;) (expression_statement "*(int **)((int)piVar5 + -0x14) = param_2;" (assignment_expression "*(int **)((int)piVar5 + -0x14) = param_2" (pointer_expression "*(int **)((int)piVar5 + -0x14)" * (cast_expression "(int **)((int)piVar5 + -0x14)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)piVar5 + -0x14)" ( (binary_expression "(int)piVar5 + -0x14" (cast_expression "(int)piVar5" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = identifier) ;) (expression_statement "pcVar1 = *(code **)(iVar2 + 8);" (assignment_expression "pcVar1 = *(code **)(iVar2 + 8)" identifier = (pointer_expression "*(code **)(iVar2 + 8)" * (cast_expression "(code **)(iVar2 + 8)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar2 + 8)" ( (binary_expression "iVar2 + 8" identifier + number_literal) ))))) ;) (expression_statement "*(undefined4 *)((int)piVar5 + -0x18) = 0xd8c3f;" (assignment_expression "*(undefined4 *)((int)piVar5 + -0x18) = 0xd8c3f" (pointer_expression "*(undefined4 *)((int)piVar5 + -0x18)" * (cast_expression "(undefined4 *)((int)piVar5 + -0x18)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)piVar5 + -0x18)" ( (binary_expression "(int)piVar5 + -0x18" (cast_expression "(int)piVar5" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = number_literal) ;) (expression_statement "(*pcVar1)();" (call_expression "(*pcVar1)()" (parenthesized_expression "(*pcVar1)" ( (pointer_expression "*pcVar1" * identifier) )) (argument_list "()" ( ))) ;) (expression_statement "piVar7 = (int *)piVar7[2];" (assignment_expression "piVar7 = (int *)piVar7[2]" identifier = (cast_expression "(int *)piVar7[2]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "piVar7[2]" identifier [ number_literal ]))) ;) (if_statement "if (piVar7 == (int *)0x0) break;" if (parenthesized_expression "(piVar7 == (int *)0x0)" ( (binary_expression "piVar7 == (int *)0x0" identifier == (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (break_statement "break;" break ;)) (expression_statement "iVar3 = *piVar7;" (assignment_expression "iVar3 = *piVar7" identifier = (pointer_expression "*piVar7" * identifier)) ;) })) })) })) (expression_statement "iVar4 = iVar4 + 1;" (assignment_expression "iVar4 = iVar4 + 1" identifier = (binary_expression "iVar4 + 1" identifier + number_literal)) ;) (expression_statement "piVar5 = (int *)((int)piVar5 + -4);" (assignment_expression "piVar5 = (int *)((int)piVar5 + -4)" identifier = (cast_expression "(int *)((int)piVar5 + -4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)piVar5 + -4)" ( (binary_expression "(int)piVar5 + -4" (cast_expression "(int)piVar5" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) ;) }) while (parenthesized_expression "(*piVar6 != iVar4)" ( (binary_expression "*piVar6 != iVar4" (pointer_expression "*piVar6" * identifier) != identifier) )) ;) })) (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */\n/* DWARF original prototype: void do_for_all_local_got_entries(Sized_relobj<64,_true> * this,\n Visitor * v) */\n\nvoid __thiscall\ngold::Sized_relobj<64,_true>::do_for_all_local_got_entries(Sized_relobj<64,_true> *this,Visitor *v)\n\n{\n _func_int_varargs **pp_Var1;\n _func_int_varargs *p_Var2;\n int iVar3;\n uint uVar4;\n int *piVar5;\n uint local_3c;\n int local_30;\n Local_got_entry_key key;\n \n pp_Var1 = (this->super_Relobj).super_Object._vptr_Object;\n p_Var2 = pp_Var1[0x23];\n if (p_Var2 == Relobj::local_symbol_count) {\n local_3c = (*pp_Var1[0x2f])(this);\n }\n else {\n local_3c = (*p_Var2)(this);\n }\n if (local_3c != 0) {\n uVar4 = 0;\n do {\n key.addend_._0_4_ = 0;\n key.addend_._4_4_ = 0;\n key.symndx_ = uVar4;\n std::\n _Hashtable<gold::Local_got_entry_key,_std::pair<const_gold::Local_got_entry_key,_gold::Got_offset_list*>,_std::allocator<std::pair<const_gold::Local_got_entry_key,_gold::Got_offset_list*>_>,_std::__detail::_Select1st,_gold::Local_got_entry_key::equal_to,_gold::Local_got_entry_key::hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_false,_true>_>\n ::find((_Hashtable<gold::Local_got_entry_key,_std::pair<const_gold::Local_got_entry_key,_gold::Got_offset_list*>,_std::allocator<std::pair<const_gold::Local_got_entry_key,_gold::Got_offset_list*>_>,_std::__detail::_Select1st,_gold::Local_got_entry_key::equal_to,_gold::Local_got_entry_key::hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_false,_true>_>\n *)&this->local_got_offsets_,&key);\n if (local_30 != 0) {\n piVar5 = *(int **)(local_30 + 0x10);\n iVar3 = *piVar5;\n if (iVar3 != -1) {\n while( true ) {\n (*v->_vptr_Visitor[2])(v,iVar3,piVar5[1]);\n piVar5 = (int *)piVar5[2];\n if (piVar5 == (int *)0x0) break;\n iVar3 = *piVar5;\n }\n }\n }\n uVar4 = uVar4 + 1;\n } while (local_3c != uVar4);\n }\n return;\n}\n\n" comment comment (declaration "void __thiscall\ngold::Sized_relobj<64,_true>::do_for_all_local_got_entries(Sized_relobj<64,_true> *this,Visitor *v)\n\n{\n _func_int_varargs **pp_Var1;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<64" < number_literal) , (ERROR "_true>::do_for_all_local_got_entries(Sized_relobj<64,_true> *this,Visitor *v)\n\n{\n _func_int_varargs" identifier > : : (function_declarator "do_for_all_local_got_entries(Sized_relobj<64,_true> *this,Visitor *v)" identifier (parameter_list "(Sized_relobj<64,_true> *this,Visitor *v)" ( (parameter_declaration "Sized_relobj" type_identifier) (ERROR "<64" < number_literal) , (parameter_declaration "_true> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "Visitor *v" type_identifier (pointer_declarator "*v" * identifier)) ))) { identifier) (pointer_declarator "**pp_Var1" * (pointer_declarator "*pp_Var1" * identifier)) ;) (declaration "_func_int_varargs *p_Var2;" type_identifier (pointer_declarator "*p_Var2" * identifier) ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "uint uVar4;" type_identifier identifier ;) (declaration "int *piVar5;" primitive_type (pointer_declarator "*piVar5" * identifier) ;) (declaration "uint local_3c;" type_identifier identifier ;) (declaration "int local_30;" primitive_type identifier ;) (declaration "Local_got_entry_key key;" type_identifier identifier ;) (expression_statement "pp_Var1 = (this->super_Relobj).super_Object._vptr_Object;" (assignment_expression "pp_Var1 = (this->super_Relobj).super_Object._vptr_Object" identifier = (field_expression "(this->super_Relobj).super_Object._vptr_Object" (field_expression "(this->super_Relobj).super_Object" (parenthesized_expression "(this->super_Relobj)" ( (field_expression "this->super_Relobj" identifier -> field_identifier) )) . field_identifier) . field_identifier)) ;) (expression_statement "p_Var2 = pp_Var1[0x23];" (assignment_expression "p_Var2 = pp_Var1[0x23]" identifier = (subscript_expression "pp_Var1[0x23]" identifier [ number_literal ])) ;) (if_statement "if (p_Var2 == Relobj::local_symbol_count) {\n local_3c = (*pp_Var1[0x2f])(this);\n }\n else {\n local_3c = (*p_Var2)(this);\n }" if (parenthesized_expression "(p_Var2 == Relobj::local_symbol_count)" ( (ERROR "p_Var2 == Relobj::" (binary_expression "p_Var2 == Relobj" identifier == identifier) : :) identifier )) (compound_statement "{\n local_3c = (*pp_Var1[0x2f])(this);\n }" { (expression_statement "local_3c = (*pp_Var1[0x2f])(this);" (assignment_expression "local_3c = (*pp_Var1[0x2f])(this)" identifier = (call_expression "(*pp_Var1[0x2f])(this)" (parenthesized_expression "(*pp_Var1[0x2f])" ( (pointer_expression "*pp_Var1[0x2f]" * (subscript_expression "pp_Var1[0x2f]" identifier [ number_literal ])) )) (argument_list "(this)" ( identifier )))) ;) }) (else_clause "else {\n local_3c = (*p_Var2)(this);\n }" else (compound_statement "{\n local_3c = (*p_Var2)(this);\n }" { (expression_statement "local_3c = (*p_Var2)(this);" (assignment_expression "local_3c = (*p_Var2)(this)" identifier = (call_expression "(*p_Var2)(this)" (parenthesized_expression "(*p_Var2)" ( (pointer_expression "*p_Var2" * identifier) )) (argument_list "(this)" ( identifier )))) ;) }))) (if_statement "if (local_3c != 0) {\n uVar4 = 0;\n do {\n key.addend_._0_4_ = 0;\n key.addend_._4_4_ = 0;\n key.symndx_ = uVar4;\n std::\n _Hashtable<gold::Local_got_entry_key,_std::pair<const_gold::Local_got_entry_key,_gold::Got_offset_list*>,_std::allocator<std::pair<const_gold::Local_got_entry_key,_gold::Got_offset_list*>_>,_std::__detail::_Select1st,_gold::Local_got_entry_key::equal_to,_gold::Local_got_entry_key::hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_false,_true>_>\n ::find((_Hashtable<gold::Local_got_entry_key,_std::pair<const_gold::Local_got_entry_key,_gold::Got_offset_list*>,_std::allocator<std::pair<const_gold::Local_got_entry_key,_gold::Got_offset_list*>_>,_std::__detail::_Select1st,_gold::Local_got_entry_key::equal_to,_gold::Local_got_entry_key::hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_false,_true>_>\n *)&this->local_got_offsets_,&key);\n if (local_30 != 0) {\n piVar5 = *(int **)(local_30 + 0x10);\n iVar3 = *piVar5;\n if (iVar3 != -1) {\n while( true ) {\n (*v->_vptr_Visitor[2])(v,iVar3,piVar5[1]);\n piVar5 = (int *)piVar5[2];\n if (piVar5 == (int *)0x0) break;\n iVar3 = *piVar5;\n }\n }\n }\n uVar4 = uVar4 + 1;\n } while (local_3c != uVar4);\n }" if (parenthesized_expression "(local_3c != 0)" ( (binary_expression "local_3c != 0" identifier != number_literal) )) (compound_statement "{\n uVar4 = 0;\n do {\n key.addend_._0_4_ = 0;\n key.addend_._4_4_ = 0;\n key.symndx_ = uVar4;\n std::\n _Hashtable<gold::Local_got_entry_key,_std::pair<const_gold::Local_got_entry_key,_gold::Got_offset_list*>,_std::allocator<std::pair<const_gold::Local_got_entry_key,_gold::Got_offset_list*>_>,_std::__detail::_Select1st,_gold::Local_got_entry_key::equal_to,_gold::Local_got_entry_key::hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_false,_true>_>\n ::find((_Hashtable<gold::Local_got_entry_key,_std::pair<const_gold::Local_got_entry_key,_gold::Got_offset_list*>,_std::allocator<std::pair<const_gold::Local_got_entry_key,_gold::Got_offset_list*>_>,_std::__detail::_Select1st,_gold::Local_got_entry_key::equal_to,_gold::Local_got_entry_key::hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_false,_true>_>\n *)&this->local_got_offsets_,&key);\n if (local_30 != 0) {\n piVar5 = *(int **)(local_30 + 0x10);\n iVar3 = *piVar5;\n if (iVar3 != -1) {\n while( true ) {\n (*v->_vptr_Visitor[2])(v,iVar3,piVar5[1]);\n piVar5 = (int *)piVar5[2];\n if (piVar5 == (int *)0x0) break;\n iVar3 = *piVar5;\n }\n }\n }\n uVar4 = uVar4 + 1;\n } while (local_3c != uVar4);\n }" { (expression_statement "uVar4 = 0;" (assignment_expression "uVar4 = 0" identifier = number_literal) ;) (do_statement "do {\n key.addend_._0_4_ = 0;\n key.addend_._4_4_ = 0;\n key.symndx_ = uVar4;\n std::\n _Hashtable<gold::Local_got_entry_key,_std::pair<const_gold::Local_got_entry_key,_gold::Got_offset_list*>,_std::allocator<std::pair<const_gold::Local_got_entry_key,_gold::Got_offset_list*>_>,_std::__detail::_Select1st,_gold::Local_got_entry_key::equal_to,_gold::Local_got_entry_key::hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_false,_true>_>\n ::find((_Hashtable<gold::Local_got_entry_key,_std::pair<const_gold::Local_got_entry_key,_gold::Got_offset_list*>,_std::allocator<std::pair<const_gold::Local_got_entry_key,_gold::Got_offset_list*>_>,_std::__detail::_Select1st,_gold::Local_got_entry_key::equal_to,_gold::Local_got_entry_key::hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_false,_true>_>\n *)&this->local_got_offsets_,&key);\n if (local_30 != 0) {\n piVar5 = *(int **)(local_30 + 0x10);\n iVar3 = *piVar5;\n if (iVar3 != -1) {\n while( true ) {\n (*v->_vptr_Visitor[2])(v,iVar3,piVar5[1]);\n piVar5 = (int *)piVar5[2];\n if (piVar5 == (int *)0x0) break;\n iVar3 = *piVar5;\n }\n }\n }\n uVar4 = uVar4 + 1;\n } while (local_3c != uVar4);" do (compound_statement "{\n key.addend_._0_4_ = 0;\n key.addend_._4_4_ = 0;\n key.symndx_ = uVar4;\n std::\n _Hashtable<gold::Local_got_entry_key,_std::pair<const_gold::Local_got_entry_key,_gold::Got_offset_list*>,_std::allocator<std::pair<const_gold::Local_got_entry_key,_gold::Got_offset_list*>_>,_std::__detail::_Select1st,_gold::Local_got_entry_key::equal_to,_gold::Local_got_entry_key::hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_false,_true>_>\n ::find((_Hashtable<gold::Local_got_entry_key,_std::pair<const_gold::Local_got_entry_key,_gold::Got_offset_list*>,_std::allocator<std::pair<const_gold::Local_got_entry_key,_gold::Got_offset_list*>_>,_std::__detail::_Select1st,_gold::Local_got_entry_key::equal_to,_gold::Local_got_entry_key::hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_false,_true>_>\n *)&this->local_got_offsets_,&key);\n if (local_30 != 0) {\n piVar5 = *(int **)(local_30 + 0x10);\n iVar3 = *piVar5;\n if (iVar3 != -1) {\n while( true ) {\n (*v->_vptr_Visitor[2])(v,iVar3,piVar5[1]);\n piVar5 = (int *)piVar5[2];\n if (piVar5 == (int *)0x0) break;\n iVar3 = *piVar5;\n }\n }\n }\n uVar4 = uVar4 + 1;\n }" { (expression_statement "key.addend_._0_4_ = 0;" (assignment_expression "key.addend_._0_4_ = 0" (field_expression "key.addend_._0_4_" (field_expression "key.addend_" identifier . field_identifier) . field_identifier) = number_literal) ;) (expression_statement "key.addend_._4_4_ = 0;" (assignment_expression "key.addend_._4_4_ = 0" (field_expression "key.addend_._4_4_" (field_expression "key.addend_" identifier . field_identifier) . field_identifier) = number_literal) ;) (expression_statement "key.symndx_ = uVar4;" (assignment_expression "key.symndx_ = uVar4" (field_expression "key.symndx_" identifier . field_identifier) = identifier) ;) (ERROR "std::\n _Hashtable<gold::Local_got_entry_key,_std::pair<const_gold::Local_got_entry_key,_gold::Got_offset_list*>,_std::allocator<std::pair<const_gold::Local_got_entry_key,_gold::Got_offset_list*>_>,_std::__detail::_Select1st,_gold::Local_got_entry_key::equal_to,_gold::Local_got_entry_key::hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::" (comma_expression "std::\n _Hashtable<gold::Local_got_entry_key,_std::pair<const_gold::Local_got_entry_key,_gold::Got_offset_list*>,_std::allocator<std::pair<const_gold::Local_got_entry_key,_gold::Got_offset_list*>_>,_std::__detail::_Select1st,_gold" (binary_expression "std::\n _Hashtable<gold::Local_got_entry_key,_std::pair<const_gold::Local_got_entry_key,_gold::Got_offset_list*>,_std::allocator<std::pair<const_gold::Local_got_entry_key,_gold::Got_offset_list*>_>,_std" (binary_expression "std::\n _Hashtable<gold::Local_got_entry_key,_std::pair<const_gold::Local_got_entry_key,_gold::Got_offset_list*>,_std::allocator<std::pair<const_gold::Local_got_entry_key,_gold::Got_offset_list*>_" identifier (ERROR "::\n _Hashtable<gold::Local_got_entry_key,_std::pair<const_gold::Local_got_entry_key,_gold::Got_offset_list*>,_std::allocator<std::pair<const_gold::Local_got_entry_key,_gold::Got_offset_list*" : : (binary_expression "_Hashtable<gold" identifier < identifier) : : (comma_expression "Local_got_entry_key,_std" identifier , identifier) : : (binary_expression "pair<const_gold" identifier < identifier) : : (comma_expression "Local_got_entry_key,_gold" identifier , identifier) : : (comma_expression "Got_offset_list*>,_std" identifier (ERROR "*>" * >) , identifier) : : (binary_expression "allocator<std" identifier < identifier) : : (binary_expression "pair<const_gold" identifier < identifier) : : (comma_expression "Local_got_entry_key,_gold" identifier , identifier) : : identifier *) > identifier) > (ERROR "," ,) identifier) (ERROR "::__detail::_Select1st" : : identifier : : identifier) , identifier) : : identifier : : identifier , identifier : : identifier : : identifier , identifier : : identifier : : identifier , identifier : : identifier : : identifier , identifier : : identifier : : identifier , identifier : : identifier : :) (expression_statement "_Hashtable_traits<true,_false,_true>_>\n ::find((_Hashtable<gold::Local_got_entry_key,_std::pair<const_gold::Local_got_entry_key,_gold::Got_offset_list*>,_std::allocator<std::pair<const_gold::Local_got_entry_key,_gold::Got_offset_list*>_>,_std::__detail::_Select1st,_gold::Local_got_entry_key::equal_to,_gold::Local_got_entry_key::hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_false,_true>_>\n *)&this->local_got_offsets_,&key);" (comma_expression "_Hashtable_traits<true,_false,_true>_>\n ::find((_Hashtable<gold::Local_got_entry_key,_std::pair<const_gold::Local_got_entry_key,_gold::Got_offset_list*>,_std::allocator<std::pair<const_gold::Local_got_entry_key,_gold::Got_offset_list*>_>,_std::__detail::_Select1st,_gold::Local_got_entry_key::equal_to,_gold::Local_got_entry_key::hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_false,_true>_>\n *)&this->local_got_offsets_,&key)" (binary_expression "_Hashtable_traits<true" identifier < true) , (comma_expression "_false,_true>_>\n ::find((_Hashtable<gold::Local_got_entry_key,_std::pair<const_gold::Local_got_entry_key,_gold::Got_offset_list*>,_std::allocator<std::pair<const_gold::Local_got_entry_key,_gold::Got_offset_list*>_>,_std::__detail::_Select1st,_gold::Local_got_entry_key::equal_to,_gold::Local_got_entry_key::hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_false,_true>_>\n *)&this->local_got_offsets_,&key)" identifier , (binary_expression "_true>_>\n ::find((_Hashtable<gold::Local_got_entry_key,_std::pair<const_gold::Local_got_entry_key,_gold::Got_offset_list*>,_std::allocator<std::pair<const_gold::Local_got_entry_key,_gold::Got_offset_list*>_>,_std::__detail::_Select1st,_gold::Local_got_entry_key::equal_to,_gold::Local_got_entry_key::hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_false,_true>_>\n *)&this->local_got_offsets_,&key)" (binary_expression "_true>_" identifier > identifier) > (ERROR "::" : :) (call_expression "find((_Hashtable<gold::Local_got_entry_key,_std::pair<const_gold::Local_got_entry_key,_gold::Got_offset_list*>,_std::allocator<std::pair<const_gold::Local_got_entry_key,_gold::Got_offset_list*>_>,_std::__detail::_Select1st,_gold::Local_got_entry_key::equal_to,_gold::Local_got_entry_key::hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_false,_true>_>\n *)&this->local_got_offsets_,&key)" identifier (argument_list "((_Hashtable<gold::Local_got_entry_key,_std::pair<const_gold::Local_got_entry_key,_gold::Got_offset_list*>,_std::allocator<std::pair<const_gold::Local_got_entry_key,_gold::Got_offset_list*>_>,_std::__detail::_Select1st,_gold::Local_got_entry_key::equal_to,_gold::Local_got_entry_key::hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_false,_true>_>\n *)&this->local_got_offsets_,&key)" ( (binary_expression "(_Hashtable<gold::Local_got_entry_key,_std::pair<const_gold::Local_got_entry_key,_gold::Got_offset_list*>,_std::allocator<std::pair<const_gold::Local_got_entry_key,_gold::Got_offset_list*>_>,_std::__detail::_Select1st,_gold::Local_got_entry_key::equal_to,_gold::Local_got_entry_key::hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_false,_true>_>\n *)&this->local_got_offsets_" (parenthesized_expression "(_Hashtable<gold::Local_got_entry_key,_std::pair<const_gold::Local_got_entry_key,_gold::Got_offset_list*>,_std::allocator<std::pair<const_gold::Local_got_entry_key,_gold::Got_offset_list*>_>,_std::__detail::_Select1st,_gold::Local_got_entry_key::equal_to,_gold::Local_got_entry_key::hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_false,_true>_>\n *)" ( (ERROR "_Hashtable<gold::Local_got_entry_key,_std::pair<const_gold::Local_got_entry_key,_gold::Got_offset_list*>,_std::allocator<std::pair<const_gold::Local_got_entry_key,_gold::Got_offset_list*>_>,_std::__detail::_Select1st,_gold::Local_got_entry_key::equal_to,_gold::Local_got_entry_key::hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::" (binary_expression "_Hashtable<gold" identifier < identifier) : : (comma_expression "Local_got_entry_key,_std" identifier , identifier) : : (binary_expression "pair<const_gold" identifier < identifier) : : (comma_expression "Local_got_entry_key,_gold" identifier , identifier) : : (comma_expression "Got_offset_list*>,_std" identifier (ERROR "*>" * >) , identifier) : : (binary_expression "allocator<std" identifier < identifier) : : (binary_expression "pair<const_gold" identifier < identifier) : : (comma_expression "Local_got_entry_key,_gold" identifier , identifier) : : (binary_expression "Got_offset_list*>_>,_std" (binary_expression "Got_offset_list*>_" identifier * (ERROR ">" >) identifier) > (ERROR "," ,) identifier) : : identifier : : (comma_expression "_Select1st,_gold" identifier , identifier) : : identifier : : (comma_expression "equal_to,_gold" identifier , identifier) : : identifier : : (comma_expression "hash,_std" identifier , identifier) : : identifier : : (comma_expression "_Mod_range_hashing,_std" identifier , identifier) : : identifier : : (comma_expression "_Default_ranged_hash,_std" identifier , identifier) : : identifier : : (comma_expression "_Prime_rehash_policy,_std" identifier , identifier) : : identifier : :) (comma_expression "_Hashtable_traits<true,_false,_true>_>\n *" (binary_expression "_Hashtable_traits<true" identifier < true) , (comma_expression "_false,_true>_>\n *" identifier , (binary_expression "_true>_>\n *" (binary_expression "_true>_" identifier > identifier) > (pointer_expression "*" * identifier)))) )) & (field_expression "this->local_got_offsets_" identifier -> field_identifier)) , (pointer_expression "&key" & identifier) )))))) ;) (if_statement "if (local_30 != 0) {\n piVar5 = *(int **)(local_30 + 0x10);\n iVar3 = *piVar5;\n if (iVar3 != -1) {\n while( true ) {\n (*v->_vptr_Visitor[2])(v,iVar3,piVar5[1]);\n piVar5 = (int *)piVar5[2];\n if (piVar5 == (int *)0x0) break;\n iVar3 = *piVar5;\n }\n }\n }" if (parenthesized_expression "(local_30 != 0)" ( (binary_expression "local_30 != 0" identifier != number_literal) )) (compound_statement "{\n piVar5 = *(int **)(local_30 + 0x10);\n iVar3 = *piVar5;\n if (iVar3 != -1) {\n while( true ) {\n (*v->_vptr_Visitor[2])(v,iVar3,piVar5[1]);\n piVar5 = (int *)piVar5[2];\n if (piVar5 == (int *)0x0) break;\n iVar3 = *piVar5;\n }\n }\n }" { (expression_statement "piVar5 = *(int **)(local_30 + 0x10);" (assignment_expression "piVar5 = *(int **)(local_30 + 0x10)" identifier = (pointer_expression "*(int **)(local_30 + 0x10)" * (cast_expression "(int **)(local_30 + 0x10)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(local_30 + 0x10)" ( (binary_expression "local_30 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "iVar3 = *piVar5;" (assignment_expression "iVar3 = *piVar5" identifier = (pointer_expression "*piVar5" * identifier)) ;) (if_statement "if (iVar3 != -1) {\n while( true ) {\n (*v->_vptr_Visitor[2])(v,iVar3,piVar5[1]);\n piVar5 = (int *)piVar5[2];\n if (piVar5 == (int *)0x0) break;\n iVar3 = *piVar5;\n }\n }" if (parenthesized_expression "(iVar3 != -1)" ( (binary_expression "iVar3 != -1" identifier != number_literal) )) (compound_statement "{\n while( true ) {\n (*v->_vptr_Visitor[2])(v,iVar3,piVar5[1]);\n piVar5 = (int *)piVar5[2];\n if (piVar5 == (int *)0x0) break;\n iVar3 = *piVar5;\n }\n }" { (while_statement "while( true ) {\n (*v->_vptr_Visitor[2])(v,iVar3,piVar5[1]);\n piVar5 = (int *)piVar5[2];\n if (piVar5 == (int *)0x0) break;\n iVar3 = *piVar5;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n (*v->_vptr_Visitor[2])(v,iVar3,piVar5[1]);\n piVar5 = (int *)piVar5[2];\n if (piVar5 == (int *)0x0) break;\n iVar3 = *piVar5;\n }" { (expression_statement "(*v->_vptr_Visitor[2])(v,iVar3,piVar5[1]);" (call_expression "(*v->_vptr_Visitor[2])(v,iVar3,piVar5[1])" (parenthesized_expression "(*v->_vptr_Visitor[2])" ( (pointer_expression "*v->_vptr_Visitor[2]" * (subscript_expression "v->_vptr_Visitor[2]" (field_expression "v->_vptr_Visitor" identifier -> field_identifier) [ number_literal ])) )) (argument_list "(v,iVar3,piVar5[1])" ( identifier , identifier , (subscript_expression "piVar5[1]" identifier [ number_literal ]) ))) ;) (expression_statement "piVar5 = (int *)piVar5[2];" (assignment_expression "piVar5 = (int *)piVar5[2]" identifier = (cast_expression "(int *)piVar5[2]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_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 "iVar3 = *piVar5;" (assignment_expression "iVar3 = *piVar5" identifier = (pointer_expression "*piVar5" * identifier)) ;) })) })) })) (expression_statement "uVar4 = uVar4 + 1;" (assignment_expression "uVar4 = uVar4 + 1" identifier = (binary_expression "uVar4 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(local_3c != uVar4)" ( (binary_expression "local_3c != uVar4" identifier != identifier) )) ;) })) (return_statement "return;" return ;) (ERROR "}" }))
(translation_unit "void FUN_000d8b90(int *param_1,int *param_2)\n\n{\n code *pcVar1;\n int iVar2;\n int iVar3;\n int iVar4;\n int *piVar5;\n int *piVar6;\n int *piVar7;\n int aiStackY_54 [2];\n int local_3c;\n int *local_38 [2];\n undefined1 local_30 [8];\n int local_28 [6];\n \n pcVar1 = *(code **)(*param_1 + 0x8c);\n if (pcVar1 == FUN_0003a2f0) {\n local_3c = (**(code **)(*param_1 + 0xbc))(param_1);\n }\n else {\n local_3c = (*pcVar1)(param_1);\n }\n if (local_3c != 0) {\n iVar4 = 0;\n local_38[0] = param_1 + 0x1a;\n local_38[1] = local_28;\n piVar5 = &local_3c;\n do {\n *(int *)((int)piVar5 + 0x14) = iVar4;\n *(undefined4 *)((int)piVar5 + 0x18) = 0;\n *(undefined4 *)((int)piVar5 + 0x1c) = 0;\n *(undefined4 *)((int)piVar5 + -8) = *(undefined4 *)((int)piVar5 + 8);\n *(undefined4 *)((int)piVar5 + -0xc) = *(undefined4 *)((int)piVar5 + 4);\n *(undefined1 **)((int)piVar5 + -0x10) = local_30;\n *(undefined4 *)((int)piVar5 + -0x14) = 0xd8c15;\n FUN_00054c40();\n piVar6 = (int *)((int)piVar5 + -4);\n if (*(int *)((int)piVar5 + 8) != 0) {\n piVar7 = *(int **)(*(int *)((int)piVar5 + 8) + 0x10);\n iVar3 = *piVar7;\n if (iVar3 != -1) {\n while( true ) {\n iVar2 = *param_2;\n *(int *)((int)piVar5 + -0xc) = piVar7[1];\n *(int *)((int)piVar5 + -0x10) = iVar3;\n *(int **)((int)piVar5 + -0x14) = param_2;\n pcVar1 = *(code **)(iVar2 + 8);\n *(undefined4 *)((int)piVar5 + -0x18) = 0xd8c3f;\n (*pcVar1)();\n piVar7 = (int *)piVar7[2];\n if (piVar7 == (int *)0x0) break;\n iVar3 = *piVar7;\n }\n }\n }\n iVar4 = iVar4 + 1;\n piVar5 = (int *)((int)piVar5 + -4);\n } while (*piVar6 != iVar4);\n }\n return;\n}\n\n" (function_definition "void FUN_000d8b90(int *param_1,int *param_2)\n\n{\n code *pcVar1;\n int iVar2;\n int iVar3;\n int iVar4;\n int *piVar5;\n int *piVar6;\n int *piVar7;\n int aiStackY_54 [2];\n int local_3c;\n int *local_38 [2];\n undefined1 local_30 [8];\n int local_28 [6];\n \n pcVar1 = *(code **)(*param_1 + 0x8c);\n if (pcVar1 == FUN_0003a2f0) {\n local_3c = (**(code **)(*param_1 + 0xbc))(param_1);\n }\n else {\n local_3c = (*pcVar1)(param_1);\n }\n if (local_3c != 0) {\n iVar4 = 0;\n local_38[0] = param_1 + 0x1a;\n local_38[1] = local_28;\n piVar5 = &local_3c;\n do {\n *(int *)((int)piVar5 + 0x14) = iVar4;\n *(undefined4 *)((int)piVar5 + 0x18) = 0;\n *(undefined4 *)((int)piVar5 + 0x1c) = 0;\n *(undefined4 *)((int)piVar5 + -8) = *(undefined4 *)((int)piVar5 + 8);\n *(undefined4 *)((int)piVar5 + -0xc) = *(undefined4 *)((int)piVar5 + 4);\n *(undefined1 **)((int)piVar5 + -0x10) = local_30;\n *(undefined4 *)((int)piVar5 + -0x14) = 0xd8c15;\n FUN_00054c40();\n piVar6 = (int *)((int)piVar5 + -4);\n if (*(int *)((int)piVar5 + 8) != 0) {\n piVar7 = *(int **)(*(int *)((int)piVar5 + 8) + 0x10);\n iVar3 = *piVar7;\n if (iVar3 != -1) {\n while( true ) {\n iVar2 = *param_2;\n *(int *)((int)piVar5 + -0xc) = piVar7[1];\n *(int *)((int)piVar5 + -0x10) = iVar3;\n *(int **)((int)piVar5 + -0x14) = param_2;\n pcVar1 = *(code **)(iVar2 + 8);\n *(undefined4 *)((int)piVar5 + -0x18) = 0xd8c3f;\n (*pcVar1)();\n piVar7 = (int *)piVar7[2];\n if (piVar7 == (int *)0x0) break;\n iVar3 = *piVar7;\n }\n }\n }\n iVar4 = iVar4 + 1;\n piVar5 = (int *)((int)piVar5 + -4);\n } while (*piVar6 != iVar4);\n }\n return;\n}" primitive_type (function_declarator "FUN_000d8b90(int *param_1,int *param_2)" identifier (parameter_list "(int *param_1,int *param_2)" ( (parameter_declaration "int *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "int *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n code *pcVar1;\n int iVar2;\n int iVar3;\n int iVar4;\n int *piVar5;\n int *piVar6;\n int *piVar7;\n int aiStackY_54 [2];\n int local_3c;\n int *local_38 [2];\n undefined1 local_30 [8];\n int local_28 [6];\n \n pcVar1 = *(code **)(*param_1 + 0x8c);\n if (pcVar1 == FUN_0003a2f0) {\n local_3c = (**(code **)(*param_1 + 0xbc))(param_1);\n }\n else {\n local_3c = (*pcVar1)(param_1);\n }\n if (local_3c != 0) {\n iVar4 = 0;\n local_38[0] = param_1 + 0x1a;\n local_38[1] = local_28;\n piVar5 = &local_3c;\n do {\n *(int *)((int)piVar5 + 0x14) = iVar4;\n *(undefined4 *)((int)piVar5 + 0x18) = 0;\n *(undefined4 *)((int)piVar5 + 0x1c) = 0;\n *(undefined4 *)((int)piVar5 + -8) = *(undefined4 *)((int)piVar5 + 8);\n *(undefined4 *)((int)piVar5 + -0xc) = *(undefined4 *)((int)piVar5 + 4);\n *(undefined1 **)((int)piVar5 + -0x10) = local_30;\n *(undefined4 *)((int)piVar5 + -0x14) = 0xd8c15;\n FUN_00054c40();\n piVar6 = (int *)((int)piVar5 + -4);\n if (*(int *)((int)piVar5 + 8) != 0) {\n piVar7 = *(int **)(*(int *)((int)piVar5 + 8) + 0x10);\n iVar3 = *piVar7;\n if (iVar3 != -1) {\n while( true ) {\n iVar2 = *param_2;\n *(int *)((int)piVar5 + -0xc) = piVar7[1];\n *(int *)((int)piVar5 + -0x10) = iVar3;\n *(int **)((int)piVar5 + -0x14) = param_2;\n pcVar1 = *(code **)(iVar2 + 8);\n *(undefined4 *)((int)piVar5 + -0x18) = 0xd8c3f;\n (*pcVar1)();\n piVar7 = (int *)piVar7[2];\n if (piVar7 == (int *)0x0) break;\n iVar3 = *piVar7;\n }\n }\n }\n iVar4 = iVar4 + 1;\n piVar5 = (int *)((int)piVar5 + -4);\n } while (*piVar6 != iVar4);\n }\n return;\n}" { (declaration "code *pcVar1;" type_identifier (pointer_declarator "*pcVar1" * identifier) ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "int iVar4;" primitive_type identifier ;) (declaration "int *piVar5;" primitive_type (pointer_declarator "*piVar5" * identifier) ;) (declaration "int *piVar6;" primitive_type (pointer_declarator "*piVar6" * identifier) ;) (declaration "int *piVar7;" primitive_type (pointer_declarator "*piVar7" * identifier) ;) (declaration "int aiStackY_54 [2];" primitive_type (array_declarator "aiStackY_54 [2]" identifier [ number_literal ]) ;) (declaration "int local_3c;" primitive_type identifier ;) (declaration "int *local_38 [2];" primitive_type (pointer_declarator "*local_38 [2]" * (array_declarator "local_38 [2]" identifier [ number_literal ])) ;) (declaration "undefined1 local_30 [8];" type_identifier (array_declarator "local_30 [8]" identifier [ number_literal ]) ;) (declaration "int local_28 [6];" primitive_type (array_declarator "local_28 [6]" identifier [ number_literal ]) ;) (expression_statement "pcVar1 = *(code **)(*param_1 + 0x8c);" (assignment_expression "pcVar1 = *(code **)(*param_1 + 0x8c)" identifier = (pointer_expression "*(code **)(*param_1 + 0x8c)" * (cast_expression "(code **)(*param_1 + 0x8c)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0x8c)" ( (binary_expression "*param_1 + 0x8c" (pointer_expression "*param_1" * identifier) + number_literal) ))))) ;) (if_statement "if (pcVar1 == FUN_0003a2f0) {\n local_3c = (**(code **)(*param_1 + 0xbc))(param_1);\n }\n else {\n local_3c = (*pcVar1)(param_1);\n }" if (parenthesized_expression "(pcVar1 == FUN_0003a2f0)" ( (binary_expression "pcVar1 == FUN_0003a2f0" identifier == identifier) )) (compound_statement "{\n local_3c = (**(code **)(*param_1 + 0xbc))(param_1);\n }" { (expression_statement "local_3c = (**(code **)(*param_1 + 0xbc))(param_1);" (assignment_expression "local_3c = (**(code **)(*param_1 + 0xbc))(param_1)" identifier = (call_expression "(**(code **)(*param_1 + 0xbc))(param_1)" (parenthesized_expression "(**(code **)(*param_1 + 0xbc))" ( (pointer_expression "**(code **)(*param_1 + 0xbc)" * (pointer_expression "*(code **)(*param_1 + 0xbc)" * (cast_expression "(code **)(*param_1 + 0xbc)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0xbc)" ( (binary_expression "*param_1 + 0xbc" (pointer_expression "*param_1" * identifier) + number_literal) ))))) )) (argument_list "(param_1)" ( identifier )))) ;) }) (else_clause "else {\n local_3c = (*pcVar1)(param_1);\n }" else (compound_statement "{\n local_3c = (*pcVar1)(param_1);\n }" { (expression_statement "local_3c = (*pcVar1)(param_1);" (assignment_expression "local_3c = (*pcVar1)(param_1)" identifier = (call_expression "(*pcVar1)(param_1)" (parenthesized_expression "(*pcVar1)" ( (pointer_expression "*pcVar1" * identifier) )) (argument_list "(param_1)" ( identifier )))) ;) }))) (if_statement "if (local_3c != 0) {\n iVar4 = 0;\n local_38[0] = param_1 + 0x1a;\n local_38[1] = local_28;\n piVar5 = &local_3c;\n do {\n *(int *)((int)piVar5 + 0x14) = iVar4;\n *(undefined4 *)((int)piVar5 + 0x18) = 0;\n *(undefined4 *)((int)piVar5 + 0x1c) = 0;\n *(undefined4 *)((int)piVar5 + -8) = *(undefined4 *)((int)piVar5 + 8);\n *(undefined4 *)((int)piVar5 + -0xc) = *(undefined4 *)((int)piVar5 + 4);\n *(undefined1 **)((int)piVar5 + -0x10) = local_30;\n *(undefined4 *)((int)piVar5 + -0x14) = 0xd8c15;\n FUN_00054c40();\n piVar6 = (int *)((int)piVar5 + -4);\n if (*(int *)((int)piVar5 + 8) != 0) {\n piVar7 = *(int **)(*(int *)((int)piVar5 + 8) + 0x10);\n iVar3 = *piVar7;\n if (iVar3 != -1) {\n while( true ) {\n iVar2 = *param_2;\n *(int *)((int)piVar5 + -0xc) = piVar7[1];\n *(int *)((int)piVar5 + -0x10) = iVar3;\n *(int **)((int)piVar5 + -0x14) = param_2;\n pcVar1 = *(code **)(iVar2 + 8);\n *(undefined4 *)((int)piVar5 + -0x18) = 0xd8c3f;\n (*pcVar1)();\n piVar7 = (int *)piVar7[2];\n if (piVar7 == (int *)0x0) break;\n iVar3 = *piVar7;\n }\n }\n }\n iVar4 = iVar4 + 1;\n piVar5 = (int *)((int)piVar5 + -4);\n } while (*piVar6 != iVar4);\n }" if (parenthesized_expression "(local_3c != 0)" ( (binary_expression "local_3c != 0" identifier != number_literal) )) (compound_statement "{\n iVar4 = 0;\n local_38[0] = param_1 + 0x1a;\n local_38[1] = local_28;\n piVar5 = &local_3c;\n do {\n *(int *)((int)piVar5 + 0x14) = iVar4;\n *(undefined4 *)((int)piVar5 + 0x18) = 0;\n *(undefined4 *)((int)piVar5 + 0x1c) = 0;\n *(undefined4 *)((int)piVar5 + -8) = *(undefined4 *)((int)piVar5 + 8);\n *(undefined4 *)((int)piVar5 + -0xc) = *(undefined4 *)((int)piVar5 + 4);\n *(undefined1 **)((int)piVar5 + -0x10) = local_30;\n *(undefined4 *)((int)piVar5 + -0x14) = 0xd8c15;\n FUN_00054c40();\n piVar6 = (int *)((int)piVar5 + -4);\n if (*(int *)((int)piVar5 + 8) != 0) {\n piVar7 = *(int **)(*(int *)((int)piVar5 + 8) + 0x10);\n iVar3 = *piVar7;\n if (iVar3 != -1) {\n while( true ) {\n iVar2 = *param_2;\n *(int *)((int)piVar5 + -0xc) = piVar7[1];\n *(int *)((int)piVar5 + -0x10) = iVar3;\n *(int **)((int)piVar5 + -0x14) = param_2;\n pcVar1 = *(code **)(iVar2 + 8);\n *(undefined4 *)((int)piVar5 + -0x18) = 0xd8c3f;\n (*pcVar1)();\n piVar7 = (int *)piVar7[2];\n if (piVar7 == (int *)0x0) break;\n iVar3 = *piVar7;\n }\n }\n }\n iVar4 = iVar4 + 1;\n piVar5 = (int *)((int)piVar5 + -4);\n } while (*piVar6 != iVar4);\n }" { (expression_statement "iVar4 = 0;" (assignment_expression "iVar4 = 0" identifier = number_literal) ;) (expression_statement "local_38[0] = param_1 + 0x1a;" (assignment_expression "local_38[0] = param_1 + 0x1a" (subscript_expression "local_38[0]" identifier [ number_literal ]) = (binary_expression "param_1 + 0x1a" identifier + number_literal)) ;) (expression_statement "local_38[1] = local_28;" (assignment_expression "local_38[1] = local_28" (subscript_expression "local_38[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "piVar5 = &local_3c;" (assignment_expression "piVar5 = &local_3c" identifier = (pointer_expression "&local_3c" & identifier)) ;) (do_statement "do {\n *(int *)((int)piVar5 + 0x14) = iVar4;\n *(undefined4 *)((int)piVar5 + 0x18) = 0;\n *(undefined4 *)((int)piVar5 + 0x1c) = 0;\n *(undefined4 *)((int)piVar5 + -8) = *(undefined4 *)((int)piVar5 + 8);\n *(undefined4 *)((int)piVar5 + -0xc) = *(undefined4 *)((int)piVar5 + 4);\n *(undefined1 **)((int)piVar5 + -0x10) = local_30;\n *(undefined4 *)((int)piVar5 + -0x14) = 0xd8c15;\n FUN_00054c40();\n piVar6 = (int *)((int)piVar5 + -4);\n if (*(int *)((int)piVar5 + 8) != 0) {\n piVar7 = *(int **)(*(int *)((int)piVar5 + 8) + 0x10);\n iVar3 = *piVar7;\n if (iVar3 != -1) {\n while( true ) {\n iVar2 = *param_2;\n *(int *)((int)piVar5 + -0xc) = piVar7[1];\n *(int *)((int)piVar5 + -0x10) = iVar3;\n *(int **)((int)piVar5 + -0x14) = param_2;\n pcVar1 = *(code **)(iVar2 + 8);\n *(undefined4 *)((int)piVar5 + -0x18) = 0xd8c3f;\n (*pcVar1)();\n piVar7 = (int *)piVar7[2];\n if (piVar7 == (int *)0x0) break;\n iVar3 = *piVar7;\n }\n }\n }\n iVar4 = iVar4 + 1;\n piVar5 = (int *)((int)piVar5 + -4);\n } while (*piVar6 != iVar4);" do (compound_statement "{\n *(int *)((int)piVar5 + 0x14) = iVar4;\n *(undefined4 *)((int)piVar5 + 0x18) = 0;\n *(undefined4 *)((int)piVar5 + 0x1c) = 0;\n *(undefined4 *)((int)piVar5 + -8) = *(undefined4 *)((int)piVar5 + 8);\n *(undefined4 *)((int)piVar5 + -0xc) = *(undefined4 *)((int)piVar5 + 4);\n *(undefined1 **)((int)piVar5 + -0x10) = local_30;\n *(undefined4 *)((int)piVar5 + -0x14) = 0xd8c15;\n FUN_00054c40();\n piVar6 = (int *)((int)piVar5 + -4);\n if (*(int *)((int)piVar5 + 8) != 0) {\n piVar7 = *(int **)(*(int *)((int)piVar5 + 8) + 0x10);\n iVar3 = *piVar7;\n if (iVar3 != -1) {\n while( true ) {\n iVar2 = *param_2;\n *(int *)((int)piVar5 + -0xc) = piVar7[1];\n *(int *)((int)piVar5 + -0x10) = iVar3;\n *(int **)((int)piVar5 + -0x14) = param_2;\n pcVar1 = *(code **)(iVar2 + 8);\n *(undefined4 *)((int)piVar5 + -0x18) = 0xd8c3f;\n (*pcVar1)();\n piVar7 = (int *)piVar7[2];\n if (piVar7 == (int *)0x0) break;\n iVar3 = *piVar7;\n }\n }\n }\n iVar4 = iVar4 + 1;\n piVar5 = (int *)((int)piVar5 + -4);\n }" { (expression_statement "*(int *)((int)piVar5 + 0x14) = iVar4;" (assignment_expression "*(int *)((int)piVar5 + 0x14) = iVar4" (pointer_expression "*(int *)((int)piVar5 + 0x14)" * (cast_expression "(int *)((int)piVar5 + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)piVar5 + 0x14)" ( (binary_expression "(int)piVar5 + 0x14" (cast_expression "(int)piVar5" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = identifier) ;) (expression_statement "*(undefined4 *)((int)piVar5 + 0x18) = 0;" (assignment_expression "*(undefined4 *)((int)piVar5 + 0x18) = 0" (pointer_expression "*(undefined4 *)((int)piVar5 + 0x18)" * (cast_expression "(undefined4 *)((int)piVar5 + 0x18)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)piVar5 + 0x18)" ( (binary_expression "(int)piVar5 + 0x18" (cast_expression "(int)piVar5" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined4 *)((int)piVar5 + 0x1c) = 0;" (assignment_expression "*(undefined4 *)((int)piVar5 + 0x1c) = 0" (pointer_expression "*(undefined4 *)((int)piVar5 + 0x1c)" * (cast_expression "(undefined4 *)((int)piVar5 + 0x1c)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)piVar5 + 0x1c)" ( (binary_expression "(int)piVar5 + 0x1c" (cast_expression "(int)piVar5" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined4 *)((int)piVar5 + -8) = *(undefined4 *)((int)piVar5 + 8);" (assignment_expression "*(undefined4 *)((int)piVar5 + -8) = *(undefined4 *)((int)piVar5 + 8)" (pointer_expression "*(undefined4 *)((int)piVar5 + -8)" * (cast_expression "(undefined4 *)((int)piVar5 + -8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)piVar5 + -8)" ( (binary_expression "(int)piVar5 + -8" (cast_expression "(int)piVar5" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = (pointer_expression "*(undefined4 *)((int)piVar5 + 8)" * (cast_expression "(undefined4 *)((int)piVar5 + 8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)piVar5 + 8)" ( (binary_expression "(int)piVar5 + 8" (cast_expression "(int)piVar5" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) ))))) ;) (expression_statement "*(undefined4 *)((int)piVar5 + -0xc) = *(undefined4 *)((int)piVar5 + 4);" (assignment_expression "*(undefined4 *)((int)piVar5 + -0xc) = *(undefined4 *)((int)piVar5 + 4)" (pointer_expression "*(undefined4 *)((int)piVar5 + -0xc)" * (cast_expression "(undefined4 *)((int)piVar5 + -0xc)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)piVar5 + -0xc)" ( (binary_expression "(int)piVar5 + -0xc" (cast_expression "(int)piVar5" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = (pointer_expression "*(undefined4 *)((int)piVar5 + 4)" * (cast_expression "(undefined4 *)((int)piVar5 + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)piVar5 + 4)" ( (binary_expression "(int)piVar5 + 4" (cast_expression "(int)piVar5" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) ))))) ;) (expression_statement "*(undefined1 **)((int)piVar5 + -0x10) = local_30;" (assignment_expression "*(undefined1 **)((int)piVar5 + -0x10) = local_30" (pointer_expression "*(undefined1 **)((int)piVar5 + -0x10)" * (cast_expression "(undefined1 **)((int)piVar5 + -0x10)" ( (type_descriptor "undefined1 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)piVar5 + -0x10)" ( (binary_expression "(int)piVar5 + -0x10" (cast_expression "(int)piVar5" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = identifier) ;) (expression_statement "*(undefined4 *)((int)piVar5 + -0x14) = 0xd8c15;" (assignment_expression "*(undefined4 *)((int)piVar5 + -0x14) = 0xd8c15" (pointer_expression "*(undefined4 *)((int)piVar5 + -0x14)" * (cast_expression "(undefined4 *)((int)piVar5 + -0x14)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)piVar5 + -0x14)" ( (binary_expression "(int)piVar5 + -0x14" (cast_expression "(int)piVar5" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = number_literal) ;) (expression_statement "FUN_00054c40();" (call_expression "FUN_00054c40()" identifier (argument_list "()" ( ))) ;) (expression_statement "piVar6 = (int *)((int)piVar5 + -4);" (assignment_expression "piVar6 = (int *)((int)piVar5 + -4)" identifier = (cast_expression "(int *)((int)piVar5 + -4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)piVar5 + -4)" ( (binary_expression "(int)piVar5 + -4" (cast_expression "(int)piVar5" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) ;) (if_statement "if (*(int *)((int)piVar5 + 8) != 0) {\n piVar7 = *(int **)(*(int *)((int)piVar5 + 8) + 0x10);\n iVar3 = *piVar7;\n if (iVar3 != -1) {\n while( true ) {\n iVar2 = *param_2;\n *(int *)((int)piVar5 + -0xc) = piVar7[1];\n *(int *)((int)piVar5 + -0x10) = iVar3;\n *(int **)((int)piVar5 + -0x14) = param_2;\n pcVar1 = *(code **)(iVar2 + 8);\n *(undefined4 *)((int)piVar5 + -0x18) = 0xd8c3f;\n (*pcVar1)();\n piVar7 = (int *)piVar7[2];\n if (piVar7 == (int *)0x0) break;\n iVar3 = *piVar7;\n }\n }\n }" if (parenthesized_expression "(*(int *)((int)piVar5 + 8) != 0)" ( (binary_expression "*(int *)((int)piVar5 + 8) != 0" (pointer_expression "*(int *)((int)piVar5 + 8)" * (cast_expression "(int *)((int)piVar5 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)piVar5 + 8)" ( (binary_expression "(int)piVar5 + 8" (cast_expression "(int)piVar5" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) != number_literal) )) (compound_statement "{\n piVar7 = *(int **)(*(int *)((int)piVar5 + 8) + 0x10);\n iVar3 = *piVar7;\n if (iVar3 != -1) {\n while( true ) {\n iVar2 = *param_2;\n *(int *)((int)piVar5 + -0xc) = piVar7[1];\n *(int *)((int)piVar5 + -0x10) = iVar3;\n *(int **)((int)piVar5 + -0x14) = param_2;\n pcVar1 = *(code **)(iVar2 + 8);\n *(undefined4 *)((int)piVar5 + -0x18) = 0xd8c3f;\n (*pcVar1)();\n piVar7 = (int *)piVar7[2];\n if (piVar7 == (int *)0x0) break;\n iVar3 = *piVar7;\n }\n }\n }" { (expression_statement "piVar7 = *(int **)(*(int *)((int)piVar5 + 8) + 0x10);" (assignment_expression "piVar7 = *(int **)(*(int *)((int)piVar5 + 8) + 0x10)" identifier = (pointer_expression "*(int **)(*(int *)((int)piVar5 + 8) + 0x10)" * (cast_expression "(int **)(*(int *)((int)piVar5 + 8) + 0x10)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(int *)((int)piVar5 + 8) + 0x10)" ( (binary_expression "*(int *)((int)piVar5 + 8) + 0x10" (pointer_expression "*(int *)((int)piVar5 + 8)" * (cast_expression "(int *)((int)piVar5 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)piVar5 + 8)" ( (binary_expression "(int)piVar5 + 8" (cast_expression "(int)piVar5" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) + number_literal) ))))) ;) (expression_statement "iVar3 = *piVar7;" (assignment_expression "iVar3 = *piVar7" identifier = (pointer_expression "*piVar7" * identifier)) ;) (if_statement "if (iVar3 != -1) {\n while( true ) {\n iVar2 = *param_2;\n *(int *)((int)piVar5 + -0xc) = piVar7[1];\n *(int *)((int)piVar5 + -0x10) = iVar3;\n *(int **)((int)piVar5 + -0x14) = param_2;\n pcVar1 = *(code **)(iVar2 + 8);\n *(undefined4 *)((int)piVar5 + -0x18) = 0xd8c3f;\n (*pcVar1)();\n piVar7 = (int *)piVar7[2];\n if (piVar7 == (int *)0x0) break;\n iVar3 = *piVar7;\n }\n }" if (parenthesized_expression "(iVar3 != -1)" ( (binary_expression "iVar3 != -1" identifier != number_literal) )) (compound_statement "{\n while( true ) {\n iVar2 = *param_2;\n *(int *)((int)piVar5 + -0xc) = piVar7[1];\n *(int *)((int)piVar5 + -0x10) = iVar3;\n *(int **)((int)piVar5 + -0x14) = param_2;\n pcVar1 = *(code **)(iVar2 + 8);\n *(undefined4 *)((int)piVar5 + -0x18) = 0xd8c3f;\n (*pcVar1)();\n piVar7 = (int *)piVar7[2];\n if (piVar7 == (int *)0x0) break;\n iVar3 = *piVar7;\n }\n }" { (while_statement "while( true ) {\n iVar2 = *param_2;\n *(int *)((int)piVar5 + -0xc) = piVar7[1];\n *(int *)((int)piVar5 + -0x10) = iVar3;\n *(int **)((int)piVar5 + -0x14) = param_2;\n pcVar1 = *(code **)(iVar2 + 8);\n *(undefined4 *)((int)piVar5 + -0x18) = 0xd8c3f;\n (*pcVar1)();\n piVar7 = (int *)piVar7[2];\n if (piVar7 == (int *)0x0) break;\n iVar3 = *piVar7;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n iVar2 = *param_2;\n *(int *)((int)piVar5 + -0xc) = piVar7[1];\n *(int *)((int)piVar5 + -0x10) = iVar3;\n *(int **)((int)piVar5 + -0x14) = param_2;\n pcVar1 = *(code **)(iVar2 + 8);\n *(undefined4 *)((int)piVar5 + -0x18) = 0xd8c3f;\n (*pcVar1)();\n piVar7 = (int *)piVar7[2];\n if (piVar7 == (int *)0x0) break;\n iVar3 = *piVar7;\n }" { (expression_statement "iVar2 = *param_2;" (assignment_expression "iVar2 = *param_2" identifier = (pointer_expression "*param_2" * identifier)) ;) (expression_statement "*(int *)((int)piVar5 + -0xc) = piVar7[1];" (assignment_expression "*(int *)((int)piVar5 + -0xc) = piVar7[1]" (pointer_expression "*(int *)((int)piVar5 + -0xc)" * (cast_expression "(int *)((int)piVar5 + -0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)piVar5 + -0xc)" ( (binary_expression "(int)piVar5 + -0xc" (cast_expression "(int)piVar5" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = (subscript_expression "piVar7[1]" identifier [ number_literal ])) ;) (expression_statement "*(int *)((int)piVar5 + -0x10) = iVar3;" (assignment_expression "*(int *)((int)piVar5 + -0x10) = iVar3" (pointer_expression "*(int *)((int)piVar5 + -0x10)" * (cast_expression "(int *)((int)piVar5 + -0x10)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)piVar5 + -0x10)" ( (binary_expression "(int)piVar5 + -0x10" (cast_expression "(int)piVar5" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = identifier) ;) (expression_statement "*(int **)((int)piVar5 + -0x14) = param_2;" (assignment_expression "*(int **)((int)piVar5 + -0x14) = param_2" (pointer_expression "*(int **)((int)piVar5 + -0x14)" * (cast_expression "(int **)((int)piVar5 + -0x14)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)piVar5 + -0x14)" ( (binary_expression "(int)piVar5 + -0x14" (cast_expression "(int)piVar5" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = identifier) ;) (expression_statement "pcVar1 = *(code **)(iVar2 + 8);" (assignment_expression "pcVar1 = *(code **)(iVar2 + 8)" identifier = (pointer_expression "*(code **)(iVar2 + 8)" * (cast_expression "(code **)(iVar2 + 8)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar2 + 8)" ( (binary_expression "iVar2 + 8" identifier + number_literal) ))))) ;) (expression_statement "*(undefined4 *)((int)piVar5 + -0x18) = 0xd8c3f;" (assignment_expression "*(undefined4 *)((int)piVar5 + -0x18) = 0xd8c3f" (pointer_expression "*(undefined4 *)((int)piVar5 + -0x18)" * (cast_expression "(undefined4 *)((int)piVar5 + -0x18)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)piVar5 + -0x18)" ( (binary_expression "(int)piVar5 + -0x18" (cast_expression "(int)piVar5" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = number_literal) ;) (expression_statement "(*pcVar1)();" (call_expression "(*pcVar1)()" (parenthesized_expression "(*pcVar1)" ( (pointer_expression "*pcVar1" * identifier) )) (argument_list "()" ( ))) ;) (expression_statement "piVar7 = (int *)piVar7[2];" (assignment_expression "piVar7 = (int *)piVar7[2]" identifier = (cast_expression "(int *)piVar7[2]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "piVar7[2]" identifier [ number_literal ]))) ;) (if_statement "if (piVar7 == (int *)0x0) break;" if (parenthesized_expression "(piVar7 == (int *)0x0)" ( (binary_expression "piVar7 == (int *)0x0" identifier == (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (break_statement "break;" break ;)) (expression_statement "iVar3 = *piVar7;" (assignment_expression "iVar3 = *piVar7" identifier = (pointer_expression "*piVar7" * identifier)) ;) })) })) })) (expression_statement "iVar4 = iVar4 + 1;" (assignment_expression "iVar4 = iVar4 + 1" identifier = (binary_expression "iVar4 + 1" identifier + number_literal)) ;) (expression_statement "piVar5 = (int *)((int)piVar5 + -4);" (assignment_expression "piVar5 = (int *)((int)piVar5 + -4)" identifier = (cast_expression "(int *)((int)piVar5 + -4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)piVar5 + -4)" ( (binary_expression "(int)piVar5 + -4" (cast_expression "(int)piVar5" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) ;) }) while (parenthesized_expression "(*piVar6 != iVar4)" ( (binary_expression "*piVar6 != iVar4" (pointer_expression "*piVar6" * identifier) != 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 (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * (array_declarator IDENT [ LIT ])) ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (declaration TYPE (array_declarator 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) ))))) ;) (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 ( IDENT )))) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * IDENT) )) (argument_list ( IDENT )))) ;) }))) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression IDENT = (pointer_expression & IDENT)) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) 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 TYPE) ) 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 TYPE) ) IDENT) + LIT) )))) = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) ))))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) )))) = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) ))))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) )))) = LIT) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) )))) ;) (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 TYPE) ) IDENT) + LIT) )))) != 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 (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) )))) + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * 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 = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) )))) = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (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 * (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 (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) )))) = LIT) ;) (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * IDENT) )) (argument_list ( ))) ;) (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)) )) (break_statement break ;)) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) })) })) })) (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 (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) )))) ;) }) while (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) != IDENT) )) ;) })) (return_statement return ;) })))
(function_definition "void FUN_000d8b90(int *param_1,int *param_2)\n\n{\n code *pcVar1;\n int iVar2;\n int iVar3;\n int iVar4;\n int *piVar5;\n int *piVar6;\n int *piVar7;\n int aiStackY_54 [2];\n int local_3c;\n int *local_38 [2];\n undefined1 local_30 [8];\n int local_28 [6];\n \n pcVar1 = *(code **)(*param_1 + 0x8c);\n if (pcVar1 == FUN_0003a2f0) {\n local_3c = (**(code **)(*param_1 + 0xbc))(param_1);\n }\n else {\n local_3c = (*pcVar1)(param_1);\n }\n if (local_3c != 0) {\n iVar4 = 0;\n local_38[0] = param_1 + 0x1a;\n local_38[1] = local_28;\n piVar5 = &local_3c;\n do {\n *(int *)((int)piVar5 + 0x14) = iVar4;\n *(undefined4 *)((int)piVar5 + 0x18) = 0;\n *(undefined4 *)((int)piVar5 + 0x1c) = 0;\n *(undefined4 *)((int)piVar5 + -8) = *(undefined4 *)((int)piVar5 + 8);\n *(undefined4 *)((int)piVar5 + -0xc) = *(undefined4 *)((int)piVar5 + 4);\n *(undefined1 **)((int)piVar5 + -0x10) = local_30;\n *(undefined4 *)((int)piVar5 + -0x14) = 0xd8c15;\n FUN_00054c40();\n piVar6 = (int *)((int)piVar5 + -4);\n if (*(int *)((int)piVar5 + 8) != 0) {\n piVar7 = *(int **)(*(int *)((int)piVar5 + 8) + 0x10);\n iVar3 = *piVar7;\n if (iVar3 != -1) {\n while( true ) {\n iVar2 = *param_2;\n *(int *)((int)piVar5 + -0xc) = piVar7[1];\n *(int *)((int)piVar5 + -0x10) = iVar3;\n *(int **)((int)piVar5 + -0x14) = param_2;\n pcVar1 = *(code **)(iVar2 + 8);\n *(undefined4 *)((int)piVar5 + -0x18) = 0xd8c3f;\n (*pcVar1)();\n piVar7 = (int *)piVar7[2];\n if (piVar7 == (int *)0x0) break;\n iVar3 = *piVar7;\n }\n }\n }\n iVar4 = iVar4 + 1;\n piVar5 = (int *)((int)piVar5 + -4);\n } while (*piVar6 != iVar4);\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_000d8b90(int *param_1,int *param_2)" (identifier "FUN_000d8b90") (parameter_list "(int *param_1,int *param_2)" (( "(") (parameter_declaration "int *param_1" (primitive_type "int") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "int *param_2" (primitive_type "int") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) () ")"))) (compound_statement "{\n code *pcVar1;\n int iVar2;\n int iVar3;\n int iVar4;\n int *piVar5;\n int *piVar6;\n int *piVar7;\n int aiStackY_54 [2];\n int local_3c;\n int *local_38 [2];\n undefined1 local_30 [8];\n int local_28 [6];\n \n pcVar1 = *(code **)(*param_1 + 0x8c);\n if (pcVar1 == FUN_0003a2f0) {\n local_3c = (**(code **)(*param_1 + 0xbc))(param_1);\n }\n else {\n local_3c = (*pcVar1)(param_1);\n }\n if (local_3c != 0) {\n iVar4 = 0;\n local_38[0] = param_1 + 0x1a;\n local_38[1] = local_28;\n piVar5 = &local_3c;\n do {\n *(int *)((int)piVar5 + 0x14) = iVar4;\n *(undefined4 *)((int)piVar5 + 0x18) = 0;\n *(undefined4 *)((int)piVar5 + 0x1c) = 0;\n *(undefined4 *)((int)piVar5 + -8) = *(undefined4 *)((int)piVar5 + 8);\n *(undefined4 *)((int)piVar5 + -0xc) = *(undefined4 *)((int)piVar5 + 4);\n *(undefined1 **)((int)piVar5 + -0x10) = local_30;\n *(undefined4 *)((int)piVar5 + -0x14) = 0xd8c15;\n FUN_00054c40();\n piVar6 = (int *)((int)piVar5 + -4);\n if (*(int *)((int)piVar5 + 8) != 0) {\n piVar7 = *(int **)(*(int *)((int)piVar5 + 8) + 0x10);\n iVar3 = *piVar7;\n if (iVar3 != -1) {\n while( true ) {\n iVar2 = *param_2;\n *(int *)((int)piVar5 + -0xc) = piVar7[1];\n *(int *)((int)piVar5 + -0x10) = iVar3;\n *(int **)((int)piVar5 + -0x14) = param_2;\n pcVar1 = *(code **)(iVar2 + 8);\n *(undefined4 *)((int)piVar5 + -0x18) = 0xd8c3f;\n (*pcVar1)();\n piVar7 = (int *)piVar7[2];\n if (piVar7 == (int *)0x0) break;\n iVar3 = *piVar7;\n }\n }\n }\n iVar4 = iVar4 + 1;\n piVar5 = (int *)((int)piVar5 + -4);\n } while (*piVar6 != iVar4);\n }\n return;\n}" ({ "{") (declaration "code *pcVar1;" (type_identifier "code") (pointer_declarator "*pcVar1" (* "*") (identifier "pcVar1")) (; ";")) (declaration "int iVar2;" (primitive_type "int") (identifier "iVar2") (; ";")) (declaration "int iVar3;" (primitive_type "int") (identifier "iVar3") (; ";")) (declaration "int iVar4;" (primitive_type "int") (identifier "iVar4") (; ";")) (declaration "int *piVar5;" (primitive_type "int") (pointer_declarator "*piVar5" (* "*") (identifier "piVar5")) (; ";")) (declaration "int *piVar6;" (primitive_type "int") (pointer_declarator "*piVar6" (* "*") (identifier "piVar6")) (; ";")) (declaration "int *piVar7;" (primitive_type "int") (pointer_declarator "*piVar7" (* "*") (identifier "piVar7")) (; ";")) (declaration "int aiStackY_54 [2];" (primitive_type "int") (array_declarator "aiStackY_54 [2]" (identifier "aiStackY_54") ([ "[") (number_literal "2") (] "]")) (; ";")) (declaration "int local_3c;" (primitive_type "int") (identifier "local_3c") (; ";")) (declaration "int *local_38 [2];" (primitive_type "int") (pointer_declarator "*local_38 [2]" (* "*") (array_declarator "local_38 [2]" (identifier "local_38") ([ "[") (number_literal "2") (] "]"))) (; ";")) (declaration "undefined1 local_30 [8];" (type_identifier "undefined1") (array_declarator "local_30 [8]" (identifier "local_30") ([ "[") (number_literal "8") (] "]")) (; ";")) (declaration "int local_28 [6];" (primitive_type "int") (array_declarator "local_28 [6]" (identifier "local_28") ([ "[") (number_literal "6") (] "]")) (; ";")) (expression_statement "pcVar1 = *(code **)(*param_1 + 0x8c);" (assignment_expression "pcVar1 = *(code **)(*param_1 + 0x8c)" (identifier "pcVar1") (= "=") (pointer_expression "*(code **)(*param_1 + 0x8c)" (* "*") (cast_expression "(code **)(*param_1 + 0x8c)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_1 + 0x8c)" (( "(") (binary_expression "*param_1 + 0x8c" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "0x8c")) () ")"))))) (; ";")) (if_statement "if (pcVar1 == FUN_0003a2f0) {\n local_3c = (**(code **)(*param_1 + 0xbc))(param_1);\n }\n else {\n local_3c = (*pcVar1)(param_1);\n }" (if "if") (parenthesized_expression "(pcVar1 == FUN_0003a2f0)" (( "(") (binary_expression "pcVar1 == FUN_0003a2f0" (identifier "pcVar1") (== "==") (identifier "FUN_0003a2f0")) () ")")) (compound_statement "{\n local_3c = (**(code **)(*param_1 + 0xbc))(param_1);\n }" ({ "{") (expression_statement "local_3c = (**(code **)(*param_1 + 0xbc))(param_1);" (assignment_expression "local_3c = (**(code **)(*param_1 + 0xbc))(param_1)" (identifier "local_3c") (= "=") (call_expression "(**(code **)(*param_1 + 0xbc))(param_1)" (parenthesized_expression "(**(code **)(*param_1 + 0xbc))" (( "(") (pointer_expression "**(code **)(*param_1 + 0xbc)" (* "*") (pointer_expression "*(code **)(*param_1 + 0xbc)" (* "*") (cast_expression "(code **)(*param_1 + 0xbc)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_1 + 0xbc)" (( "(") (binary_expression "*param_1 + 0xbc" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "0xbc")) () ")"))))) () ")")) (argument_list "(param_1)" (( "(") (identifier "param_1") () ")")))) (; ";")) (} "}")) (else_clause "else {\n local_3c = (*pcVar1)(param_1);\n }" (else "else") (compound_statement "{\n local_3c = (*pcVar1)(param_1);\n }" ({ "{") (expression_statement "local_3c = (*pcVar1)(param_1);" (assignment_expression "local_3c = (*pcVar1)(param_1)" (identifier "local_3c") (= "=") (call_expression "(*pcVar1)(param_1)" (parenthesized_expression "(*pcVar1)" (( "(") (pointer_expression "*pcVar1" (* "*") (identifier "pcVar1")) () ")")) (argument_list "(param_1)" (( "(") (identifier "param_1") () ")")))) (; ";")) (} "}")))) (if_statement "if (local_3c != 0) {\n iVar4 = 0;\n local_38[0] = param_1 + 0x1a;\n local_38[1] = local_28;\n piVar5 = &local_3c;\n do {\n *(int *)((int)piVar5 + 0x14) = iVar4;\n *(undefined4 *)((int)piVar5 + 0x18) = 0;\n *(undefined4 *)((int)piVar5 + 0x1c) = 0;\n *(undefined4 *)((int)piVar5 + -8) = *(undefined4 *)((int)piVar5 + 8);\n *(undefined4 *)((int)piVar5 + -0xc) = *(undefined4 *)((int)piVar5 + 4);\n *(undefined1 **)((int)piVar5 + -0x10) = local_30;\n *(undefined4 *)((int)piVar5 + -0x14) = 0xd8c15;\n FUN_00054c40();\n piVar6 = (int *)((int)piVar5 + -4);\n if (*(int *)((int)piVar5 + 8) != 0) {\n piVar7 = *(int **)(*(int *)((int)piVar5 + 8) + 0x10);\n iVar3 = *piVar7;\n if (iVar3 != -1) {\n while( true ) {\n iVar2 = *param_2;\n *(int *)((int)piVar5 + -0xc) = piVar7[1];\n *(int *)((int)piVar5 + -0x10) = iVar3;\n *(int **)((int)piVar5 + -0x14) = param_2;\n pcVar1 = *(code **)(iVar2 + 8);\n *(undefined4 *)((int)piVar5 + -0x18) = 0xd8c3f;\n (*pcVar1)();\n piVar7 = (int *)piVar7[2];\n if (piVar7 == (int *)0x0) break;\n iVar3 = *piVar7;\n }\n }\n }\n iVar4 = iVar4 + 1;\n piVar5 = (int *)((int)piVar5 + -4);\n } while (*piVar6 != iVar4);\n }" (if "if") (parenthesized_expression "(local_3c != 0)" (( "(") (binary_expression "local_3c != 0" (identifier "local_3c") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n iVar4 = 0;\n local_38[0] = param_1 + 0x1a;\n local_38[1] = local_28;\n piVar5 = &local_3c;\n do {\n *(int *)((int)piVar5 + 0x14) = iVar4;\n *(undefined4 *)((int)piVar5 + 0x18) = 0;\n *(undefined4 *)((int)piVar5 + 0x1c) = 0;\n *(undefined4 *)((int)piVar5 + -8) = *(undefined4 *)((int)piVar5 + 8);\n *(undefined4 *)((int)piVar5 + -0xc) = *(undefined4 *)((int)piVar5 + 4);\n *(undefined1 **)((int)piVar5 + -0x10) = local_30;\n *(undefined4 *)((int)piVar5 + -0x14) = 0xd8c15;\n FUN_00054c40();\n piVar6 = (int *)((int)piVar5 + -4);\n if (*(int *)((int)piVar5 + 8) != 0) {\n piVar7 = *(int **)(*(int *)((int)piVar5 + 8) + 0x10);\n iVar3 = *piVar7;\n if (iVar3 != -1) {\n while( true ) {\n iVar2 = *param_2;\n *(int *)((int)piVar5 + -0xc) = piVar7[1];\n *(int *)((int)piVar5 + -0x10) = iVar3;\n *(int **)((int)piVar5 + -0x14) = param_2;\n pcVar1 = *(code **)(iVar2 + 8);\n *(undefined4 *)((int)piVar5 + -0x18) = 0xd8c3f;\n (*pcVar1)();\n piVar7 = (int *)piVar7[2];\n if (piVar7 == (int *)0x0) break;\n iVar3 = *piVar7;\n }\n }\n }\n iVar4 = iVar4 + 1;\n piVar5 = (int *)((int)piVar5 + -4);\n } while (*piVar6 != iVar4);\n }" ({ "{") (expression_statement "iVar4 = 0;" (assignment_expression "iVar4 = 0" (identifier "iVar4") (= "=") (number_literal "0")) (; ";")) (expression_statement "local_38[0] = param_1 + 0x1a;" (assignment_expression "local_38[0] = param_1 + 0x1a" (subscript_expression "local_38[0]" (identifier "local_38") ([ "[") (number_literal "0") (] "]")) (= "=") (binary_expression "param_1 + 0x1a" (identifier "param_1") (+ "+") (number_literal "0x1a"))) (; ";")) (expression_statement "local_38[1] = local_28;" (assignment_expression "local_38[1] = local_28" (subscript_expression "local_38[1]" (identifier "local_38") ([ "[") (number_literal "1") (] "]")) (= "=") (identifier "local_28")) (; ";")) (expression_statement "piVar5 = &local_3c;" (assignment_expression "piVar5 = &local_3c" (identifier "piVar5") (= "=") (pointer_expression "&local_3c" (& "&") (identifier "local_3c"))) (; ";")) (do_statement "do {\n *(int *)((int)piVar5 + 0x14) = iVar4;\n *(undefined4 *)((int)piVar5 + 0x18) = 0;\n *(undefined4 *)((int)piVar5 + 0x1c) = 0;\n *(undefined4 *)((int)piVar5 + -8) = *(undefined4 *)((int)piVar5 + 8);\n *(undefined4 *)((int)piVar5 + -0xc) = *(undefined4 *)((int)piVar5 + 4);\n *(undefined1 **)((int)piVar5 + -0x10) = local_30;\n *(undefined4 *)((int)piVar5 + -0x14) = 0xd8c15;\n FUN_00054c40();\n piVar6 = (int *)((int)piVar5 + -4);\n if (*(int *)((int)piVar5 + 8) != 0) {\n piVar7 = *(int **)(*(int *)((int)piVar5 + 8) + 0x10);\n iVar3 = *piVar7;\n if (iVar3 != -1) {\n while( true ) {\n iVar2 = *param_2;\n *(int *)((int)piVar5 + -0xc) = piVar7[1];\n *(int *)((int)piVar5 + -0x10) = iVar3;\n *(int **)((int)piVar5 + -0x14) = param_2;\n pcVar1 = *(code **)(iVar2 + 8);\n *(undefined4 *)((int)piVar5 + -0x18) = 0xd8c3f;\n (*pcVar1)();\n piVar7 = (int *)piVar7[2];\n if (piVar7 == (int *)0x0) break;\n iVar3 = *piVar7;\n }\n }\n }\n iVar4 = iVar4 + 1;\n piVar5 = (int *)((int)piVar5 + -4);\n } while (*piVar6 != iVar4);" (do "do") (compound_statement "{\n *(int *)((int)piVar5 + 0x14) = iVar4;\n *(undefined4 *)((int)piVar5 + 0x18) = 0;\n *(undefined4 *)((int)piVar5 + 0x1c) = 0;\n *(undefined4 *)((int)piVar5 + -8) = *(undefined4 *)((int)piVar5 + 8);\n *(undefined4 *)((int)piVar5 + -0xc) = *(undefined4 *)((int)piVar5 + 4);\n *(undefined1 **)((int)piVar5 + -0x10) = local_30;\n *(undefined4 *)((int)piVar5 + -0x14) = 0xd8c15;\n FUN_00054c40();\n piVar6 = (int *)((int)piVar5 + -4);\n if (*(int *)((int)piVar5 + 8) != 0) {\n piVar7 = *(int **)(*(int *)((int)piVar5 + 8) + 0x10);\n iVar3 = *piVar7;\n if (iVar3 != -1) {\n while( true ) {\n iVar2 = *param_2;\n *(int *)((int)piVar5 + -0xc) = piVar7[1];\n *(int *)((int)piVar5 + -0x10) = iVar3;\n *(int **)((int)piVar5 + -0x14) = param_2;\n pcVar1 = *(code **)(iVar2 + 8);\n *(undefined4 *)((int)piVar5 + -0x18) = 0xd8c3f;\n (*pcVar1)();\n piVar7 = (int *)piVar7[2];\n if (piVar7 == (int *)0x0) break;\n iVar3 = *piVar7;\n }\n }\n }\n iVar4 = iVar4 + 1;\n piVar5 = (int *)((int)piVar5 + -4);\n }" ({ "{") (expression_statement "*(int *)((int)piVar5 + 0x14) = iVar4;" (assignment_expression "*(int *)((int)piVar5 + 0x14) = iVar4" (pointer_expression "*(int *)((int)piVar5 + 0x14)" (* "*") (cast_expression "(int *)((int)piVar5 + 0x14)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)piVar5 + 0x14)" (( "(") (binary_expression "(int)piVar5 + 0x14" (cast_expression "(int)piVar5" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "piVar5")) (+ "+") (number_literal "0x14")) () ")")))) (= "=") (identifier "iVar4")) (; ";")) (expression_statement "*(undefined4 *)((int)piVar5 + 0x18) = 0;" (assignment_expression "*(undefined4 *)((int)piVar5 + 0x18) = 0" (pointer_expression "*(undefined4 *)((int)piVar5 + 0x18)" (* "*") (cast_expression "(undefined4 *)((int)piVar5 + 0x18)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)piVar5 + 0x18)" (( "(") (binary_expression "(int)piVar5 + 0x18" (cast_expression "(int)piVar5" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "piVar5")) (+ "+") (number_literal "0x18")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(undefined4 *)((int)piVar5 + 0x1c) = 0;" (assignment_expression "*(undefined4 *)((int)piVar5 + 0x1c) = 0" (pointer_expression "*(undefined4 *)((int)piVar5 + 0x1c)" (* "*") (cast_expression "(undefined4 *)((int)piVar5 + 0x1c)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)piVar5 + 0x1c)" (( "(") (binary_expression "(int)piVar5 + 0x1c" (cast_expression "(int)piVar5" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "piVar5")) (+ "+") (number_literal "0x1c")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(undefined4 *)((int)piVar5 + -8) = *(undefined4 *)((int)piVar5 + 8);" (assignment_expression "*(undefined4 *)((int)piVar5 + -8) = *(undefined4 *)((int)piVar5 + 8)" (pointer_expression "*(undefined4 *)((int)piVar5 + -8)" (* "*") (cast_expression "(undefined4 *)((int)piVar5 + -8)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)piVar5 + -8)" (( "(") (binary_expression "(int)piVar5 + -8" (cast_expression "(int)piVar5" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "piVar5")) (+ "+") (number_literal "-8")) () ")")))) (= "=") (pointer_expression "*(undefined4 *)((int)piVar5 + 8)" (* "*") (cast_expression "(undefined4 *)((int)piVar5 + 8)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)piVar5 + 8)" (( "(") (binary_expression "(int)piVar5 + 8" (cast_expression "(int)piVar5" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "piVar5")) (+ "+") (number_literal "8")) () ")"))))) (; ";")) (expression_statement "*(undefined4 *)((int)piVar5 + -0xc) = *(undefined4 *)((int)piVar5 + 4);" (assignment_expression "*(undefined4 *)((int)piVar5 + -0xc) = *(undefined4 *)((int)piVar5 + 4)" (pointer_expression "*(undefined4 *)((int)piVar5 + -0xc)" (* "*") (cast_expression "(undefined4 *)((int)piVar5 + -0xc)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)piVar5 + -0xc)" (( "(") (binary_expression "(int)piVar5 + -0xc" (cast_expression "(int)piVar5" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "piVar5")) (+ "+") (number_literal "-0xc")) () ")")))) (= "=") (pointer_expression "*(undefined4 *)((int)piVar5 + 4)" (* "*") (cast_expression "(undefined4 *)((int)piVar5 + 4)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)piVar5 + 4)" (( "(") (binary_expression "(int)piVar5 + 4" (cast_expression "(int)piVar5" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "piVar5")) (+ "+") (number_literal "4")) () ")"))))) (; ";")) (expression_statement "*(undefined1 **)((int)piVar5 + -0x10) = local_30;" (assignment_expression "*(undefined1 **)((int)piVar5 + -0x10) = local_30" (pointer_expression "*(undefined1 **)((int)piVar5 + -0x10)" (* "*") (cast_expression "(undefined1 **)((int)piVar5 + -0x10)" (( "(") (type_descriptor "undefined1 **" (type_identifier "undefined1") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "((int)piVar5 + -0x10)" (( "(") (binary_expression "(int)piVar5 + -0x10" (cast_expression "(int)piVar5" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "piVar5")) (+ "+") (number_literal "-0x10")) () ")")))) (= "=") (identifier "local_30")) (; ";")) (expression_statement "*(undefined4 *)((int)piVar5 + -0x14) = 0xd8c15;" (assignment_expression "*(undefined4 *)((int)piVar5 + -0x14) = 0xd8c15" (pointer_expression "*(undefined4 *)((int)piVar5 + -0x14)" (* "*") (cast_expression "(undefined4 *)((int)piVar5 + -0x14)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)piVar5 + -0x14)" (( "(") (binary_expression "(int)piVar5 + -0x14" (cast_expression "(int)piVar5" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "piVar5")) (+ "+") (number_literal "-0x14")) () ")")))) (= "=") (number_literal "0xd8c15")) (; ";")) (expression_statement "FUN_00054c40();" (call_expression "FUN_00054c40()" (identifier "FUN_00054c40") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "piVar6 = (int *)((int)piVar5 + -4);" (assignment_expression "piVar6 = (int *)((int)piVar5 + -4)" (identifier "piVar6") (= "=") (cast_expression "(int *)((int)piVar5 + -4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)piVar5 + -4)" (( "(") (binary_expression "(int)piVar5 + -4" (cast_expression "(int)piVar5" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "piVar5")) (+ "+") (number_literal "-4")) () ")")))) (; ";")) (if_statement "if (*(int *)((int)piVar5 + 8) != 0) {\n piVar7 = *(int **)(*(int *)((int)piVar5 + 8) + 0x10);\n iVar3 = *piVar7;\n if (iVar3 != -1) {\n while( true ) {\n iVar2 = *param_2;\n *(int *)((int)piVar5 + -0xc) = piVar7[1];\n *(int *)((int)piVar5 + -0x10) = iVar3;\n *(int **)((int)piVar5 + -0x14) = param_2;\n pcVar1 = *(code **)(iVar2 + 8);\n *(undefined4 *)((int)piVar5 + -0x18) = 0xd8c3f;\n (*pcVar1)();\n piVar7 = (int *)piVar7[2];\n if (piVar7 == (int *)0x0) break;\n iVar3 = *piVar7;\n }\n }\n }" (if "if") (parenthesized_expression "(*(int *)((int)piVar5 + 8) != 0)" (( "(") (binary_expression "*(int *)((int)piVar5 + 8) != 0" (pointer_expression "*(int *)((int)piVar5 + 8)" (* "*") (cast_expression "(int *)((int)piVar5 + 8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)piVar5 + 8)" (( "(") (binary_expression "(int)piVar5 + 8" (cast_expression "(int)piVar5" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "piVar5")) (+ "+") (number_literal "8")) () ")")))) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n piVar7 = *(int **)(*(int *)((int)piVar5 + 8) + 0x10);\n iVar3 = *piVar7;\n if (iVar3 != -1) {\n while( true ) {\n iVar2 = *param_2;\n *(int *)((int)piVar5 + -0xc) = piVar7[1];\n *(int *)((int)piVar5 + -0x10) = iVar3;\n *(int **)((int)piVar5 + -0x14) = param_2;\n pcVar1 = *(code **)(iVar2 + 8);\n *(undefined4 *)((int)piVar5 + -0x18) = 0xd8c3f;\n (*pcVar1)();\n piVar7 = (int *)piVar7[2];\n if (piVar7 == (int *)0x0) break;\n iVar3 = *piVar7;\n }\n }\n }" ({ "{") (expression_statement "piVar7 = *(int **)(*(int *)((int)piVar5 + 8) + 0x10);" (assignment_expression "piVar7 = *(int **)(*(int *)((int)piVar5 + 8) + 0x10)" (identifier "piVar7") (= "=") (pointer_expression "*(int **)(*(int *)((int)piVar5 + 8) + 0x10)" (* "*") (cast_expression "(int **)(*(int *)((int)piVar5 + 8) + 0x10)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*(int *)((int)piVar5 + 8) + 0x10)" (( "(") (binary_expression "*(int *)((int)piVar5 + 8) + 0x10" (pointer_expression "*(int *)((int)piVar5 + 8)" (* "*") (cast_expression "(int *)((int)piVar5 + 8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)piVar5 + 8)" (( "(") (binary_expression "(int)piVar5 + 8" (cast_expression "(int)piVar5" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "piVar5")) (+ "+") (number_literal "8")) () ")")))) (+ "+") (number_literal "0x10")) () ")"))))) (; ";")) (expression_statement "iVar3 = *piVar7;" (assignment_expression "iVar3 = *piVar7" (identifier "iVar3") (= "=") (pointer_expression "*piVar7" (* "*") (identifier "piVar7"))) (; ";")) (if_statement "if (iVar3 != -1) {\n while( true ) {\n iVar2 = *param_2;\n *(int *)((int)piVar5 + -0xc) = piVar7[1];\n *(int *)((int)piVar5 + -0x10) = iVar3;\n *(int **)((int)piVar5 + -0x14) = param_2;\n pcVar1 = *(code **)(iVar2 + 8);\n *(undefined4 *)((int)piVar5 + -0x18) = 0xd8c3f;\n (*pcVar1)();\n piVar7 = (int *)piVar7[2];\n if (piVar7 == (int *)0x0) break;\n iVar3 = *piVar7;\n }\n }" (if "if") (parenthesized_expression "(iVar3 != -1)" (( "(") (binary_expression "iVar3 != -1" (identifier "iVar3") (!= "!=") (number_literal "-1")) () ")")) (compound_statement "{\n while( true ) {\n iVar2 = *param_2;\n *(int *)((int)piVar5 + -0xc) = piVar7[1];\n *(int *)((int)piVar5 + -0x10) = iVar3;\n *(int **)((int)piVar5 + -0x14) = param_2;\n pcVar1 = *(code **)(iVar2 + 8);\n *(undefined4 *)((int)piVar5 + -0x18) = 0xd8c3f;\n (*pcVar1)();\n piVar7 = (int *)piVar7[2];\n if (piVar7 == (int *)0x0) break;\n iVar3 = *piVar7;\n }\n }" ({ "{") (while_statement "while( true ) {\n iVar2 = *param_2;\n *(int *)((int)piVar5 + -0xc) = piVar7[1];\n *(int *)((int)piVar5 + -0x10) = iVar3;\n *(int **)((int)piVar5 + -0x14) = param_2;\n pcVar1 = *(code **)(iVar2 + 8);\n *(undefined4 *)((int)piVar5 + -0x18) = 0xd8c3f;\n (*pcVar1)();\n piVar7 = (int *)piVar7[2];\n if (piVar7 == (int *)0x0) break;\n iVar3 = *piVar7;\n }" (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (compound_statement "{\n iVar2 = *param_2;\n *(int *)((int)piVar5 + -0xc) = piVar7[1];\n *(int *)((int)piVar5 + -0x10) = iVar3;\n *(int **)((int)piVar5 + -0x14) = param_2;\n pcVar1 = *(code **)(iVar2 + 8);\n *(undefined4 *)((int)piVar5 + -0x18) = 0xd8c3f;\n (*pcVar1)();\n piVar7 = (int *)piVar7[2];\n if (piVar7 == (int *)0x0) break;\n iVar3 = *piVar7;\n }" ({ "{") (expression_statement "iVar2 = *param_2;" (assignment_expression "iVar2 = *param_2" (identifier "iVar2") (= "=") (pointer_expression "*param_2" (* "*") (identifier "param_2"))) (; ";")) (expression_statement "*(int *)((int)piVar5 + -0xc) = piVar7[1];" (assignment_expression "*(int *)((int)piVar5 + -0xc) = piVar7[1]" (pointer_expression "*(int *)((int)piVar5 + -0xc)" (* "*") (cast_expression "(int *)((int)piVar5 + -0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)piVar5 + -0xc)" (( "(") (binary_expression "(int)piVar5 + -0xc" (cast_expression "(int)piVar5" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "piVar5")) (+ "+") (number_literal "-0xc")) () ")")))) (= "=") (subscript_expression "piVar7[1]" (identifier "piVar7") ([ "[") (number_literal "1") (] "]"))) (; ";")) (expression_statement "*(int *)((int)piVar5 + -0x10) = iVar3;" (assignment_expression "*(int *)((int)piVar5 + -0x10) = iVar3" (pointer_expression "*(int *)((int)piVar5 + -0x10)" (* "*") (cast_expression "(int *)((int)piVar5 + -0x10)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)piVar5 + -0x10)" (( "(") (binary_expression "(int)piVar5 + -0x10" (cast_expression "(int)piVar5" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "piVar5")) (+ "+") (number_literal "-0x10")) () ")")))) (= "=") (identifier "iVar3")) (; ";")) (expression_statement "*(int **)((int)piVar5 + -0x14) = param_2;" (assignment_expression "*(int **)((int)piVar5 + -0x14) = param_2" (pointer_expression "*(int **)((int)piVar5 + -0x14)" (* "*") (cast_expression "(int **)((int)piVar5 + -0x14)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "((int)piVar5 + -0x14)" (( "(") (binary_expression "(int)piVar5 + -0x14" (cast_expression "(int)piVar5" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "piVar5")) (+ "+") (number_literal "-0x14")) () ")")))) (= "=") (identifier "param_2")) (; ";")) (expression_statement "pcVar1 = *(code **)(iVar2 + 8);" (assignment_expression "pcVar1 = *(code **)(iVar2 + 8)" (identifier "pcVar1") (= "=") (pointer_expression "*(code **)(iVar2 + 8)" (* "*") (cast_expression "(code **)(iVar2 + 8)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(iVar2 + 8)" (( "(") (binary_expression "iVar2 + 8" (identifier "iVar2") (+ "+") (number_literal "8")) () ")"))))) (; ";")) (expression_statement "*(undefined4 *)((int)piVar5 + -0x18) = 0xd8c3f;" (assignment_expression "*(undefined4 *)((int)piVar5 + -0x18) = 0xd8c3f" (pointer_expression "*(undefined4 *)((int)piVar5 + -0x18)" (* "*") (cast_expression "(undefined4 *)((int)piVar5 + -0x18)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)piVar5 + -0x18)" (( "(") (binary_expression "(int)piVar5 + -0x18" (cast_expression "(int)piVar5" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "piVar5")) (+ "+") (number_literal "-0x18")) () ")")))) (= "=") (number_literal "0xd8c3f")) (; ";")) (expression_statement "(*pcVar1)();" (call_expression "(*pcVar1)()" (parenthesized_expression "(*pcVar1)" (( "(") (pointer_expression "*pcVar1" (* "*") (identifier "pcVar1")) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "piVar7 = (int *)piVar7[2];" (assignment_expression "piVar7 = (int *)piVar7[2]" (identifier "piVar7") (= "=") (cast_expression "(int *)piVar7[2]" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "piVar7[2]" (identifier "piVar7") ([ "[") (number_literal "2") (] "]")))) (; ";")) (if_statement "if (piVar7 == (int *)0x0) break;" (if "if") (parenthesized_expression "(piVar7 == (int *)0x0)" (( "(") (binary_expression "piVar7 == (int *)0x0" (identifier "piVar7") (== "==") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "iVar3 = *piVar7;" (assignment_expression "iVar3 = *piVar7" (identifier "iVar3") (= "=") (pointer_expression "*piVar7" (* "*") (identifier "piVar7"))) (; ";")) (} "}"))) (} "}"))) (} "}"))) (expression_statement "iVar4 = iVar4 + 1;" (assignment_expression "iVar4 = iVar4 + 1" (identifier "iVar4") (= "=") (binary_expression "iVar4 + 1" (identifier "iVar4") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "piVar5 = (int *)((int)piVar5 + -4);" (assignment_expression "piVar5 = (int *)((int)piVar5 + -4)" (identifier "piVar5") (= "=") (cast_expression "(int *)((int)piVar5 + -4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)piVar5 + -4)" (( "(") (binary_expression "(int)piVar5 + -4" (cast_expression "(int)piVar5" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "piVar5")) (+ "+") (number_literal "-4")) () ")")))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(*piVar6 != iVar4)" (( "(") (binary_expression "*piVar6 != iVar4" (pointer_expression "*piVar6" (* "*") (identifier "piVar6")) (!= "!=") (identifier "iVar4")) () ")")) (; ";")) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */ /* DWARF original prototype: void do_for_all_local_got_entries(Sized_relobj<64,_true> * this, Visitor * v) */ void __thiscall gold::Sized_relobj<64,var_3>::do_for_all_local_got_entries(Sized_relobj<64,var_3> *this,Visitor *v) { type_1 **pp_Var1; type_1 *p_Var2; int var_7; type_2 var_9; int *var_8; type_2 var_1; int var_6; type_3 key; pp_Var1 = (this->super_Relobj).super_Object._vptr_Object; p_Var2 = pp_Var1[0x23]; if (p_Var2 == Relobj::local_symbol_count) { var_1 = (*pp_Var1[0x2f])(this); } else { var_1 = (*p_Var2)(this); } if (var_1 != 0) { var_9 = 0; do { key.addend_._0_4_ = 0; key.addend_._4_4_ = 0; key.symndx_ = var_9; std:: _Hashtable<gold::type_3,_std::pair<const_gold::type_3,_gold::Got_offset_list*>,_std::allocator<std::pair<const_gold::type_3,_gold::Got_offset_list*>var_4>,_std::__detail::_Select1st,_gold::type_3::equal_to,_gold::type_3::hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::var_2<true,_false,var_3>var_4> ::var_5((_Hashtable<gold::type_3,_std::pair<const_gold::type_3,_gold::Got_offset_list*>,_std::allocator<std::pair<const_gold::type_3,_gold::Got_offset_list*>var_4>,_std::__detail::_Select1st,_gold::type_3::equal_to,_gold::type_3::hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::var_2<true,_false,var_3>var_4> *)&this->local_got_offsets_,&key); if (var_6 != 0) { var_8 = *(int **)(var_6 + 0x10); var_7 = *var_8; if (var_7 != -1) { while( true ) { (*v->_vptr_Visitor[2])(v,var_7,var_8[1]); var_8 = (int *)var_8[2]; if (var_8 == (int *)0x0) break; var_7 = *var_8; } } } var_9 = var_9 + 1; } while (var_1 != var_9); } 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: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) 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: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator 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: (array_declarator declarator: (identifier) size: (number_literal))) (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 (identifier)))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (identifier))) arguments: (argument_list (identifier)))))))) (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: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (do_statement body: (compound_statement (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: (primitive_type)) value: (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: (cast_expression type: (type_descriptor type: (primitive_type)) 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: (primitive_type)) 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: (primitive_type)) value: (identifier)) right: (number_literal))))) 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: (primitive_type)) value: (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: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal))))) 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: (primitive_type)) value: (identifier)) 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: (cast_expression type: (type_descriptor type: (primitive_type)) value: (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: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal))))) right: (number_literal))) (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: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) 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: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) 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: (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: (primitive_type) declarator: (abstract_pointer_declarator)) 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: (identifier) right: (pointer_expression argument: (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: (pointer_expression argument: (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: (primitive_type)) value: (identifier)) right: (number_literal))))) 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: (cast_expression type: (type_descriptor type: (primitive_type)) value: (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: (cast_expression type: (type_descriptor type: (primitive_type)) 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 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: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal))))) right: (number_literal))) (expression_statement (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: (primitive_type) 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: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (break_statement)) (expression_statement (assignment_expression left: (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: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal))))))) condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (identifier)))))) (return_statement))))
null
/* WARNING: Function: __i686.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */ void MASKED(int *param_1,int *param_2) { code *pcVar1; int iVar2; int iVar3; int iVar4; int *piVar5; int *piVar6; int *piVar7; int aiStackY_54 [2]; int local_3c; int *local_38 [2]; undefined1 local_30 [8]; int local_28 [6]; pcVar1 = *(code **)(*param_1 + 0x8c); if (pcVar1 == FUN_0003a2f0) { local_3c = (**(code **)(*param_1 + 0xbc))(param_1); } else { local_3c = (*pcVar1)(param_1); } if (local_3c != 0) { iVar4 = 0; local_38[0] = param_1 + 0x1a; local_38[1] = local_28; piVar5 = &local_3c; do { *(int *)((int)piVar5 + 0x14) = iVar4; *(undefined4 *)((int)piVar5 + 0x18) = 0; *(undefined4 *)((int)piVar5 + 0x1c) = 0; *(undefined4 *)((int)piVar5 + -8) = *(undefined4 *)((int)piVar5 + 8); *(undefined4 *)((int)piVar5 + -0xc) = *(undefined4 *)((int)piVar5 + 4); *(undefined1 **)((int)piVar5 + -0x10) = local_30; *(undefined4 *)((int)piVar5 + -0x14) = 0xd8c15; FUN_00054c40(); piVar6 = (int *)((int)piVar5 + -4); if (*(int *)((int)piVar5 + 8) != 0) { piVar7 = *(int **)(*(int *)((int)piVar5 + 8) + 0x10); iVar3 = *piVar7; if (iVar3 != -1) { while( true ) { iVar2 = *param_2; *(int *)((int)piVar5 + -0xc) = piVar7[1]; *(int *)((int)piVar5 + -0x10) = iVar3; *(int **)((int)piVar5 + -0x14) = param_2; pcVar1 = *(code **)(iVar2 + 8); *(undefined4 *)((int)piVar5 + -0x18) = 0xd8c3f; (*pcVar1)(); piVar7 = (int *)piVar7[2]; if (piVar7 == (int *)0x0) break; iVar3 = *piVar7; } } } iVar4 = iVar4 + 1; piVar5 = (int *)((int)piVar5 + -4); } while (*piVar6 != iVar4); } return; }
5397_s390x-linux-gnu-dwp_and_s390x-linux-gnu-dwp_strip.c
set_target
FUN_001390e0
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original prototype: void set_target(Parameters * this, Target * target) */ void __thiscall gold::Parameters::set_target(Parameters *this,Target *target) { Once::run_once(&this->set_parameters_target_once_->super_Once,target); if (this->target_ == target) { return; } /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/parameters.cc",0x76,"set_target"); }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_001390e0(int param_1,int param_2) { undefined4 uVar1; uVar1 = FUN_0006cdc0(*(undefined4 *)(param_1 + 0x1c),param_2); if (*(int *)(param_1 + 0xc) == param_2) { return; } /* WARNING: Subroutine does not return */ FUN_00069d00("../../gold/parameters.cc",0x76,"set_target",uVar1); }
PUSH EDI PUSH ESI PUSH EBX MOV EDI,dword ptr [ESP + 0x10] CALL 0x00035840 ADD EBX,0x255f14 MOV ESI,dword ptr [ESP + 0x14] SUB ESP,0x8 PUSH ESI PUSH dword ptr [EDI + 0x1c] CALL 0x0006cdc0 ADD ESP,0x10 CMP dword ptr [EDI + 0xc],ESI JNZ 0x0013910e POP EBX POP ESI POP EDI RET PUSH EAX LEA EAX,[EBX + 0xfff0614c] PUSH EAX LEA EAX,[EBX + 0xfff05fe4] PUSH 0x76 PUSH EAX CALL 0x00069d00
null
null
null
null
[(u'PTRSUB_-1207135766', u'LOAD_-1207135964'), ('tmp_192', u'CBRANCH_-1207135918'), (u'COPY_-1207135795', u'CALL_-1207135859'), ('const-28', u'PTRSUB_-1207135766'), (u'PTRSUB_-1207135761', u'CALL_-1207135950'), (u'LOAD_-1207135964', u'PTRSUB_-1207135761'), ('const-118', u'CALL_-1207135859'), ('const-2707428', u'COPY_-1207135796'), ('const-0', u'RETURN_-1207135893'), ('const-1', u'RETURN_-1207135854'), (u'LOAD_-1207135936', u'INT_EQUAL_-1207135921'), ('const-417', u'LOAD_-1207135964'), ('tmp_299', u'CALL_-1207135950'), (u'COPY_-1207135796', u'CALL_-1207135859'), (u'PTRSUB_-1207135754', u'LOAD_-1207135936'), ('tmp_299', u'INT_EQUAL_-1207135921'), (u'INT_EQUAL_-1207135921', u'CBRANCH_-1207135918'), ('const-2707788', u'COPY_-1207135795'), ('const-0', u'PTRSUB_-1207135761'), ('tmp_298', u'PTRSUB_-1207135754'), ('tmp_298', u'PTRSUB_-1207135766'), ('const-12', u'PTRSUB_-1207135754'), ('const-417', u'LOAD_-1207135936')]
[(u'CAST_-1207135762', u'LOAD_-1207135936'), (u'CAST_-1207135774', u'LOAD_-1207135964'), ('const-118', u'CALL_-1207135859'), ('tmp_548', u'INT_ADD_-1207135948'), ('const-0', u'RETURN_-1207135893'), (u'LOAD_-1207135964', u'CALL_-1207135950'), ('const-1', u'RETURN_-1207135854'), (u'CALL_-1207135950', u'CALL_-1207135859'), (u'COPY_-1207135801', u'CALL_-1207135859'), (u'INT_ADD_-1207135920', u'CAST_-1207135762'), ('tmp_549', u'INT_EQUAL_-1207135921'), ('const-417', u'LOAD_-1207135936'), ('tmp_549', u'CALL_-1207135950'), (u'COPY_-1207135802', u'CALL_-1207135859'), ('tmp_548', u'INT_ADD_-1207135920'), ('tmp_192', u'CBRANCH_-1207135918'), (u'INT_ADD_-1207135948', u'CAST_-1207135774'), ('const-417', u'LOAD_-1207135964'), (u'LOAD_-1207135936', u'INT_EQUAL_-1207135921'), ('const-2707428', u'COPY_-1207135802'), ('const-2707788', u'COPY_-1207135801'), ('const-28', u'INT_ADD_-1207135948'), (u'INT_EQUAL_-1207135921', u'CBRANCH_-1207135918'), ('const-12', u'INT_ADD_-1207135920')]
null
null
001390e0
x86
O2
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_001390e0(int param_1,int param_2)\n\n{\n undefined4 uVar1;\n \n uVar1 = FUN_0006cdc0(*(undefined4 *)(param_1 + 0x1c),param_2);\n if (*(int *)(param_1 + 0xc) == param_2) {\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_00069d00("../../gold/parameters.cc",0x76,"set_target",uVar1);\n}\n\n" comment (function_definition "void FUN_001390e0(int param_1,int param_2)\n\n{\n undefined4 uVar1;\n \n uVar1 = FUN_0006cdc0(*(undefined4 *)(param_1 + 0x1c),param_2);\n if (*(int *)(param_1 + 0xc) == param_2) {\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_00069d00("../../gold/parameters.cc",0x76,"set_target",uVar1);\n}" primitive_type (function_declarator "FUN_001390e0(int param_1,int param_2)" identifier (parameter_list "(int param_1,int param_2)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "int param_2" primitive_type identifier) ))) (compound_statement "{\n undefined4 uVar1;\n \n uVar1 = FUN_0006cdc0(*(undefined4 *)(param_1 + 0x1c),param_2);\n if (*(int *)(param_1 + 0xc) == param_2) {\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_00069d00("../../gold/parameters.cc",0x76,"set_target",uVar1);\n}" { (declaration "undefined4 uVar1;" type_identifier identifier ;) (expression_statement "uVar1 = FUN_0006cdc0(*(undefined4 *)(param_1 + 0x1c),param_2);" (assignment_expression "uVar1 = FUN_0006cdc0(*(undefined4 *)(param_1 + 0x1c),param_2)" identifier = (call_expression "FUN_0006cdc0(*(undefined4 *)(param_1 + 0x1c),param_2)" identifier (argument_list "(*(undefined4 *)(param_1 + 0x1c),param_2)" ( (pointer_expression "*(undefined4 *)(param_1 + 0x1c)" * (cast_expression "(undefined4 *)(param_1 + 0x1c)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x1c)" ( (binary_expression "param_1 + 0x1c" identifier + number_literal) )))) , identifier )))) ;) (if_statement "if (*(int *)(param_1 + 0xc) == param_2) {\n return;\n }" if (parenthesized_expression "(*(int *)(param_1 + 0xc) == param_2)" ( (binary_expression "*(int *)(param_1 + 0xc) == param_2" (pointer_expression "*(int *)(param_1 + 0xc)" * (cast_expression "(int *)(param_1 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xc)" ( (binary_expression "param_1 + 0xc" identifier + number_literal) )))) == identifier) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) comment (expression_statement "FUN_00069d00("../../gold/parameters.cc",0x76,"set_target",uVar1);" (call_expression "FUN_00069d00("../../gold/parameters.cc",0x76,"set_target",uVar1)" identifier (argument_list "("../../gold/parameters.cc",0x76,"set_target",uVar1)" ( (string_literal ""../../gold/parameters.cc"" " string_content ") , number_literal , (string_literal ""set_target"" " string_content ") , identifier ))) ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: void set_target(Parameters * this, Target * target) */\n\nvoid __thiscall gold::Parameters::set_target(Parameters *this,Target *target)\n\n{\n Once::run_once(&this->set_parameters_target_once_->super_Once,target);\n if (this->target_ == target) {\n return;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.cc",0x76,"set_target");\n}\n\n" comment comment comment (function_definition "void __thiscall gold::Parameters::set_target(Parameters *this,Target *target)\n\n{\n Once::run_once(&this->set_parameters_target_once_->super_Once,target);\n if (this->target_ == target) {\n return;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.cc",0x76,"set_target");\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::Parameters::" identifier : : identifier : :) (function_declarator "set_target(Parameters *this,Target *target)" identifier (parameter_list "(Parameters *this,Target *target)" ( (parameter_declaration "Parameters *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "Target *target" type_identifier (pointer_declarator "*target" * identifier)) ))) (compound_statement "{\n Once::run_once(&this->set_parameters_target_once_->super_Once,target);\n if (this->target_ == target) {\n return;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.cc",0x76,"set_target");\n}" { (labeled_statement "Once::run_once(&this->set_parameters_target_once_->super_Once,target);" statement_identifier : (ERROR ":" :) (expression_statement "run_once(&this->set_parameters_target_once_->super_Once,target);" (call_expression "run_once(&this->set_parameters_target_once_->super_Once,target)" identifier (argument_list "(&this->set_parameters_target_once_->super_Once,target)" ( (pointer_expression "&this->set_parameters_target_once_->super_Once" & (field_expression "this->set_parameters_target_once_->super_Once" (field_expression "this->set_parameters_target_once_" identifier -> field_identifier) -> field_identifier)) , identifier ))) ;)) (if_statement "if (this->target_ == target) {\n return;\n }" if (parenthesized_expression "(this->target_ == target)" ( (binary_expression "this->target_ == target" (field_expression "this->target_" identifier -> field_identifier) == identifier) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) comment (expression_statement "do_gold_unreachable("../../gold/parameters.cc",0x76,"set_target");" (call_expression "do_gold_unreachable("../../gold/parameters.cc",0x76,"set_target")" identifier (argument_list "("../../gold/parameters.cc",0x76,"set_target")" ( (string_literal ""../../gold/parameters.cc"" " string_content ") , number_literal , (string_literal ""set_target"" " string_content ") ))) ;) })))
(translation_unit "void FUN_001390e0(int param_1,int param_2)\n\n{\n undefined4 uVar1;\n \n uVar1 = FUN_0006cdc0(*(undefined4 *)(param_1 + 0x1c),param_2);\n if (*(int *)(param_1 + 0xc) == param_2) {\n return;\n }\n \n FUN_00069d00("../../gold/parameters.cc",0x76,"set_target",uVar1);\n}\n\n" (function_definition "void FUN_001390e0(int param_1,int param_2)\n\n{\n undefined4 uVar1;\n \n uVar1 = FUN_0006cdc0(*(undefined4 *)(param_1 + 0x1c),param_2);\n if (*(int *)(param_1 + 0xc) == param_2) {\n return;\n }\n \n FUN_00069d00("../../gold/parameters.cc",0x76,"set_target",uVar1);\n}" primitive_type (function_declarator "FUN_001390e0(int param_1,int param_2)" identifier (parameter_list "(int param_1,int param_2)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "int param_2" primitive_type identifier) ))) (compound_statement "{\n undefined4 uVar1;\n \n uVar1 = FUN_0006cdc0(*(undefined4 *)(param_1 + 0x1c),param_2);\n if (*(int *)(param_1 + 0xc) == param_2) {\n return;\n }\n \n FUN_00069d00("../../gold/parameters.cc",0x76,"set_target",uVar1);\n}" { (declaration "undefined4 uVar1;" type_identifier identifier ;) (expression_statement "uVar1 = FUN_0006cdc0(*(undefined4 *)(param_1 + 0x1c),param_2);" (assignment_expression "uVar1 = FUN_0006cdc0(*(undefined4 *)(param_1 + 0x1c),param_2)" identifier = (call_expression "FUN_0006cdc0(*(undefined4 *)(param_1 + 0x1c),param_2)" identifier (argument_list "(*(undefined4 *)(param_1 + 0x1c),param_2)" ( (pointer_expression "*(undefined4 *)(param_1 + 0x1c)" * (cast_expression "(undefined4 *)(param_1 + 0x1c)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x1c)" ( (binary_expression "param_1 + 0x1c" identifier + number_literal) )))) , identifier )))) ;) (if_statement "if (*(int *)(param_1 + 0xc) == param_2) {\n return;\n }" if (parenthesized_expression "(*(int *)(param_1 + 0xc) == param_2)" ( (binary_expression "*(int *)(param_1 + 0xc) == param_2" (pointer_expression "*(int *)(param_1 + 0xc)" * (cast_expression "(int *)(param_1 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xc)" ( (binary_expression "param_1 + 0xc" identifier + number_literal) )))) == identifier) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "FUN_00069d00("../../gold/parameters.cc",0x76,"set_target",uVar1);" (call_expression "FUN_00069d00("../../gold/parameters.cc",0x76,"set_target",uVar1)" identifier (argument_list "("../../gold/parameters.cc",0x76,"set_target",uVar1)" ( (string_literal ""../../gold/parameters.cc"" " string_content ") , number_literal , (string_literal ""set_target"" " string_content ") , identifier ))) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (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 )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == IDENT) )) (compound_statement { (return_statement return ;) })) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") , IDENT ))) ;) })))
(function_definition "void FUN_001390e0(int param_1,int param_2)\n\n{\n undefined4 uVar1;\n \n uVar1 = FUN_0006cdc0(*(undefined4 *)(param_1 + 0x1c),param_2);\n if (*(int *)(param_1 + 0xc) == param_2) {\n return;\n }\n \n FUN_00069d00("../../gold/parameters.cc",0x76,"set_target",uVar1);\n}" (primitive_type "void") (function_declarator "FUN_001390e0(int param_1,int param_2)" (identifier "FUN_001390e0") (parameter_list "(int param_1,int param_2)" (( "(") (parameter_declaration "int param_1" (primitive_type "int") (identifier "param_1")) (, ",") (parameter_declaration "int param_2" (primitive_type "int") (identifier "param_2")) () ")"))) (compound_statement "{\n undefined4 uVar1;\n \n uVar1 = FUN_0006cdc0(*(undefined4 *)(param_1 + 0x1c),param_2);\n if (*(int *)(param_1 + 0xc) == param_2) {\n return;\n }\n \n FUN_00069d00("../../gold/parameters.cc",0x76,"set_target",uVar1);\n}" ({ "{") (declaration "undefined4 uVar1;" (type_identifier "undefined4") (identifier "uVar1") (; ";")) (expression_statement "uVar1 = FUN_0006cdc0(*(undefined4 *)(param_1 + 0x1c),param_2);" (assignment_expression "uVar1 = FUN_0006cdc0(*(undefined4 *)(param_1 + 0x1c),param_2)" (identifier "uVar1") (= "=") (call_expression "FUN_0006cdc0(*(undefined4 *)(param_1 + 0x1c),param_2)" (identifier "FUN_0006cdc0") (argument_list "(*(undefined4 *)(param_1 + 0x1c),param_2)" (( "(") (pointer_expression "*(undefined4 *)(param_1 + 0x1c)" (* "*") (cast_expression "(undefined4 *)(param_1 + 0x1c)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x1c)" (( "(") (binary_expression "param_1 + 0x1c" (identifier "param_1") (+ "+") (number_literal "0x1c")) () ")")))) (, ",") (identifier "param_2") () ")")))) (; ";")) (if_statement "if (*(int *)(param_1 + 0xc) == param_2) {\n return;\n }" (if "if") (parenthesized_expression "(*(int *)(param_1 + 0xc) == param_2)" (( "(") (binary_expression "*(int *)(param_1 + 0xc) == param_2" (pointer_expression "*(int *)(param_1 + 0xc)" (* "*") (cast_expression "(int *)(param_1 + 0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xc)" (( "(") (binary_expression "param_1 + 0xc" (identifier "param_1") (+ "+") (number_literal "0xc")) () ")")))) (== "==") (identifier "param_2")) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "FUN_00069d00("../../gold/parameters.cc",0x76,"set_target",uVar1);" (call_expression "FUN_00069d00("../../gold/parameters.cc",0x76,"set_target",uVar1)" (identifier "FUN_00069d00") (argument_list "("../../gold/parameters.cc",0x76,"set_target",uVar1)" (( "(") (string_literal ""../../gold/parameters.cc"" (" """) (string_content "../../gold/parameters.cc") (" """)) (, ",") (number_literal "0x76") (, ",") (string_literal ""set_target"" (" """) (string_content "set_target") (" """)) (, ",") (identifier "uVar1") () ")"))) (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original prototype: void set_target(Parameters * this, Target * target) */ void __thiscall gold::type_1::function_1(type_1 *this,type_2 *var_2) { Once::var_1(&this->set_parameters_target_once_->super_Once,var_2); if (this->target_ == var_2) { return; } /* WARNING: Subroutine does not return */ var_3("../../gold/parameters.cc",0x76,"set_target"); }
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: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (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))))) (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: (identifier))) consequence: (compound_statement (return_statement))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content)) (identifier)))))))
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(int param_1,int param_2) { undefined4 uVar1; uVar1 = FUN_0006cdc0(*(undefined4 *)(param_1 + 0x1c),param_2); if (*(int *)(param_1 + 0xc) == param_2) { return; } /* WARNING: Subroutine does not return */ FUN_00069d00("../../gold/parameters.cc",0x76,"set_target",uVar1); }
122_x86_64-linux-gnux32-c++filt(1)_and_x86_64-linux-gnux32-c++filt(1)_strip.c
cplus_demangle_set_style
cplus_demangle_set_style
/* WARNING: Control flow encountered bad instruction data */ void cplus_demangle_set_style(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ void cplus_demangle_set_style(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1206058950')]
[('const-1', u'RETURN_-1206058950')]
null
null
00020030
x86
O2
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid cplus_demangle_set_style(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void cplus_demangle_set_style(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "cplus_demangle_set_style(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 cplus_demangle_set_style(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void cplus_demangle_set_style(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "cplus_demangle_set_style(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 cplus_demangle_set_style(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void cplus_demangle_set_style(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "cplus_demangle_set_style(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 cplus_demangle_set_style(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "cplus_demangle_set_style(void)" (identifier "cplus_demangle_set_style") (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(); }
8894_sparc64-linux-gnu-dwp_and_sparc64-linux-gnu-dwp_strip.c
wifstream
FUN_00219b70
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* std::wifstream::wifstream() */ void __thiscall std::wifstream::wifstream(wifstream *this) { int iVar1; int iVar2; int *in_stack_00000008; iVar1 = in_stack_00000008[1]; iVar2 = *(int *)(iVar1 + -0xc); *(int *)this = iVar1; *(int *)(this + iVar2) = in_stack_00000008[2]; *(undefined4 *)(this + 4) = 0; wios::init((wios *)(this + *(int *)(iVar1 + -0xc)),(wstreambuf *)0x0); iVar1 = *in_stack_00000008; *(int *)this = iVar1; *(int *)(this + *(int *)(iVar1 + -0xc)) = in_stack_00000008[3]; /* try { // try from 00219bc8 to 00219bcc has its CatchHandler @ 00219bed */ wfilebuf::wfilebuf((wfilebuf *)(this + 8)); /* try { // try from 00219bdd to 00219be1 has its CatchHandler @ 00219bef */ wios::init((wios *)(this + *(int *)(*(int *)this + -0xc)),(wstreambuf *)(this + 8)); return; }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_00219b70(int *param_1,int *param_2) { int iVar1; int iVar2; iVar1 = param_2[1]; iVar2 = *(int *)(iVar1 + -0xc); *param_1 = iVar1; *(int *)((int)param_1 + iVar2) = param_2[2]; param_1[1] = 0; FUN_00211dd0(*(int *)(iVar1 + -0xc) + (int)param_1,0); iVar1 = *param_2; *param_1 = iVar1; *(int *)((int)param_1 + *(int *)(iVar1 + -0xc)) = param_2[3]; /* try { // try from 00219bc8 to 00219bcc has its CatchHandler @ 00219bed */ FUN_00215250(param_1 + 2); /* try { // try from 00219bdd to 00219be1 has its CatchHandler @ 00219bef */ FUN_00211dd0(*(int *)(*param_1 + -0xc) + (int)param_1,param_1 + 2); return; }
PUSH EBP MOV EBP,ESP PUSH EDI PUSH ESI PUSH EBX CALL 0x00035840 ADD EBX,0x175485 SUB ESP,0x24 MOV EDI,dword ptr [EBP + 0xc] MOV ESI,dword ptr [EBP + 0x8] MOV EAX,dword ptr [EDI + 0x4] MOV EDX,dword ptr [EAX + -0xc] MOV dword ptr [ESI],EAX MOV ECX,dword ptr [EDI + 0x8] MOV dword ptr [EBP + -0x1c],EBX MOV dword ptr [ESI + EDX*0x1],ECX MOV dword ptr [ESI + 0x4],0x0 MOV ECX,dword ptr [EAX + -0xc] PUSH 0x0 ADD ECX,ESI PUSH ECX CALL 0x00211dd0 MOV EAX,dword ptr [EDI] MOV EBX,dword ptr [EBP + -0x1c] MOV dword ptr [ESI],EAX MOV EAX,dword ptr [EAX + -0xc] MOV EDX,dword ptr [EDI + 0xc] MOV dword ptr [ESI + EAX*0x1],EDX LEA EAX,[ESI + 0x8] MOV dword ptr [EBP + -0x20],EAX MOV dword ptr [ESP],EAX CALL 0x00215250 POP EAX POP EDX PUSH dword ptr [EBP + -0x20] MOV EAX,dword ptr [ESI] MOV EBX,dword ptr [EBP + -0x1c] MOV EDX,dword ptr [EAX + -0xc] ADD EDX,ESI PUSH EDX CALL 0x00211dd0 ADD ESP,0x10 LEA ESP,[EBP + -0xc] POP EBX POP ESI POP EDI POP EBP RET
null
null
null
null
[(u'CAST_-1203856137', u'LOAD_-1203856414'), (u'CAST_-1203856117', u'STORE_-1203856369'), ('const-417', u'LOAD_-1203856295'), (u'LOAD_-1203856453', u'PTRADD_-1203856368'), (u'LOAD_-1203856443', u'STORE_-1203856428'), ('const-417', u'LOAD_-1203856360'), ('const-417', u'STORE_-1203856351'), ('tmp_488', u'PTRADD_-1203856285'), ('const-417', u'LOAD_-1203856366'), (u'PTRADD_-1203856118', u'LOAD_-1203856360'), (u'PTRADD_-1203856158', u'LOAD_-1203856443'), ('tmp_839', u'PTRADD_-1203856118'), ('const-1', u'PTRADD_-1203856285'), ('tmp_488', u'CAST_-1203856158'), (u'PTRADD_-1203856291', u'CAST_-1203856107'), ('const-417', u'LOAD_-1203856443'), ('const-4294967284', u'INT_ADD_-1203856350'), (u'CAST_-1203856162', u'LOAD_-1203856453'), ('tmp_839', u'PTRADD_-1203856167'), ('const-417', u'STORE_-1203856422'), (u'CAST_-1203856145', u'STORE_-1203856422'), (u'CAST_-1203856114', u'LOAD_-1203856366'), ('const-4', u'PTRADD_-1203856158'), ('const-417', u'LOAD_-1203856453'), (u'CAST_-1203856149', u'STORE_-1203856428'), ('const-0', u'STORE_-1203856422'), (u'CAST_-1203856131', u'CALL_-1203856382'), (u'PTRADD_-1203856285', u'CAST_-1203856103'), (u'INT_ADD_-1203856350', u'CAST_-1203856114'), ('tmp_839', u'PTRADD_-1203856158'), ('const-1', u'PTRADD_-1203856362'), ('tmp_488', u'PTRADD_-1203856291'), (u'CAST_-1203856158', u'STORE_-1203856446'), ('tmp_488', u'PTRADD_-1203856339'), ('const-4294967284', u'INT_ADD_-1203856398'), ('const-1', u'PTRADD_-1203856339'), (u'CAST_-1203856069', u'CALL_-1203856268'), ('const-417', u'LOAD_-1203856381'), ('const-2', u'PTRADD_-1203856158'), (u'LOAD_-1203856306', u'INT_ADD_-1203856279'), (u'INT_ADD_-1203856398', u'CAST_-1203856137'), ('tmp_839', u'LOAD_-1203856381'), (u'LOAD_-1203856414', u'PTRADD_-1203856339'), ('const-4', u'PTRADD_-1203856118'), (u'PTRADD_-1203856225', u'CAST_-1203856073'), (u'CAST_-1203856107', u'STORE_-1203856351'), ('tmp_488', u'CAST_-1203856117'), ('tmp_488', u'PTRADD_-1203856225'), ('const-1', u'PTRADD_-1203856167'), (u'LOAD_-1203856366', u'PTRADD_-1203856291'), ('const-1', u'PTRADD_-1203856291'), ('tmp_488', u'PTRADD_-1203856362'), ('tmp_488', u'CAST_-1203856083'), ('const-4', u'PTRADD_-1203856167'), ('const-4294967284', u'INT_ADD_-1203856279'), (u'LOAD_-1203856459', u'STORE_-1203856446'), ('const-0', u'CALL_-1203856382'), ('tmp_488', u'PTRADD_-1203856368'), (u'PTRADD_-1203856362', u'CAST_-1203856145'), (u'LOAD_-1203856360', u'STORE_-1203856351'), ('const-4294967284', u'INT_ADD_-1203856437'), ('const-4', u'PTRADD_-1203856362'), (u'LOAD_-1203856381', u'INT_ADD_-1203856350'), (u'CAST_-1203856077', u'LOAD_-1203856295'), (u'CAST_-1203856073', u'CALL_-1203856268'), (u'LOAD_-1203856295', u'PTRADD_-1203856225'), ('const-417', u'STORE_-1203856428'), ('const-1', u'PTRADD_-1203856225'), ('const-1', u'PTRADD_-1203856368'), ('const-417', u'LOAD_-1203856459'), (u'PTRADD_-1203856368', u'CAST_-1203856149'), (u'PTRADD_-1203856339', u'CAST_-1203856131'), ('const-3', u'PTRADD_-1203856118'), (u'CAST_-1203856103', u'CALL_-1203856325'), (u'INT_ADD_-1203856437', u'CAST_-1203856162'), ('const-417', u'LOAD_-1203856414'), (u'PTRADD_-1203856167', u'LOAD_-1203856459'), ('const-417', u'LOAD_-1203856306'), (u'INT_ADD_-1203856279', u'CAST_-1203856077'), (u'LOAD_-1203856459', u'INT_ADD_-1203856437'), (u'PTRADD_-1203856285', u'CAST_-1203856069'), ('const-0', u'RETURN_-1203856220'), ('const-8', u'PTRADD_-1203856285'), (u'CAST_-1203856083', u'LOAD_-1203856306'), (u'LOAD_-1203856381', u'STORE_-1203856369'), ('const-417', u'STORE_-1203856369'), (u'LOAD_-1203856459', u'INT_ADD_-1203856398'), ('const-417', u'STORE_-1203856446')]
[(u'CAST_-1203856110', u'STORE_-1203856351'), (u'PTRADD_-1203856171', u'LOAD_-1203856459'), (u'LOAD_-1203856443', u'STORE_-1203856428'), ('tmp_851', u'PTRADD_-1203856114'), (u'LOAD_-1203856453', u'INT_ADD_-1203856414'), (u'CAST_-1203856140', u'LOAD_-1203856414'), ('const-417', u'STORE_-1203856369'), ('const-417', u'LOAD_-1203856443'), (u'CAST_-1203856082', u'LOAD_-1203856295'), ('const-417', u'LOAD_-1203856453'), ('tmp_851', u'CAST_-1203856111'), ('const-4294967284', u'INT_ADD_-1203856350'), (u'LOAD_-1203856414', u'INT_ADD_-1203856385'), ('const-2', u'PTRADD_-1203856114'), (u'INT_ADD_-1203856350', u'CAST_-1203856118'), ('tmp_851', u'STORE_-1203856446'), ('tmp_850', u'PTRADD_-1203856171'), ('const-1', u'PTRADD_-1203856152'), (u'INT_ADD_-1203856279', u'CAST_-1203856082'), (u'CAST_-1203856078', u'INT_ADD_-1203856271'), ('tmp_851', u'CAST_-1203856134'), (u'LOAD_-1203856366', u'INT_ADD_-1203856337'), (u'LOAD_-1203856295', u'INT_ADD_-1203856271'), (u'INT_ADD_-1203856337', u'CAST_-1203856110'), (u'CAST_-1203856111', u'INT_ADD_-1203856337'), ('tmp_851', u'STORE_-1203856369'), (u'INT_ADD_-1203856437', u'CAST_-1203856164'), (u'INT_ADD_-1203856385', u'CALL_-1203856382'), (u'CAST_-1203856164', u'LOAD_-1203856453'), ('const-4294967284', u'INT_ADD_-1203856398'), (u'PTRADD_-1203856162', u'LOAD_-1203856443'), (u'LOAD_-1203856306', u'INT_ADD_-1203856279'), ('const-417', u'STORE_-1203856351'), ('const-0', u'STORE_-1203856422'), ('const-417', u'LOAD_-1203856295'), (u'PTRADD_-1203856114', u'CALL_-1203856268'), (u'INT_ADD_-1203856414', u'CAST_-1203856151'), (u'INT_ADD_-1203856398', u'CAST_-1203856140'), ('tmp_851', u'CAST_-1203856078'), ('const-2', u'PTRADD_-1203856162'), (u'PTRADD_-1203856114', u'CALL_-1203856325'), ('tmp_850', u'LOAD_-1203856381'), ('const-4294967284', u'INT_ADD_-1203856279'), (u'LOAD_-1203856459', u'STORE_-1203856446'), (u'CAST_-1203856118', u'LOAD_-1203856366'), ('const-417', u'LOAD_-1203856414'), (u'LOAD_-1203856360', u'STORE_-1203856351'), ('const-4', u'PTRADD_-1203856114'), ('const-417', u'LOAD_-1203856381'), ('const-4', u'PTRADD_-1203856121'), ('const-4294967284', u'INT_ADD_-1203856437'), (u'INT_ADD_-1203856271', u'CALL_-1203856268'), ('const-0', u'CALL_-1203856382'), (u'LOAD_-1203856381', u'INT_ADD_-1203856350'), (u'CAST_-1203856151', u'STORE_-1203856428'), ('const-4', u'PTRADD_-1203856162'), ('const-417', u'LOAD_-1203856306'), ('const-4', u'PTRADD_-1203856171'), (u'PTRADD_-1203856152', u'STORE_-1203856422'), ('const-417', u'LOAD_-1203856366'), (u'PTRADD_-1203856121', u'LOAD_-1203856360'), (u'CAST_-1203856134', u'INT_ADD_-1203856385'), ('const-417', u'STORE_-1203856428'), ('const-4', u'PTRADD_-1203856152'), ('tmp_850', u'PTRADD_-1203856121'), ('tmp_851', u'LOAD_-1203856306'), ('const-417', u'LOAD_-1203856459'), ('const-1', u'PTRADD_-1203856171'), ('const-417', u'STORE_-1203856446'), ('const-3', u'PTRADD_-1203856121'), ('tmp_851', u'CAST_-1203856152'), ('tmp_851', u'PTRADD_-1203856152'), (u'LOAD_-1203856459', u'INT_ADD_-1203856437'), ('const-417', u'STORE_-1203856422'), ('const-417', u'LOAD_-1203856360'), ('tmp_850', u'PTRADD_-1203856162'), ('const-0', u'RETURN_-1203856220'), (u'LOAD_-1203856381', u'STORE_-1203856369'), (u'LOAD_-1203856459', u'INT_ADD_-1203856398'), (u'CAST_-1203856152', u'INT_ADD_-1203856414')]
null
null
00219b70
x86
O2
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00219b70(int *param_1,int *param_2)\n\n{\n int iVar1;\n int iVar2;\n \n iVar1 = param_2[1];\n iVar2 = *(int *)(iVar1 + -0xc);\n *param_1 = iVar1;\n *(int *)((int)param_1 + iVar2) = param_2[2];\n param_1[1] = 0;\n FUN_00211dd0(*(int *)(iVar1 + -0xc) + (int)param_1,0);\n iVar1 = *param_2;\n *param_1 = iVar1;\n *(int *)((int)param_1 + *(int *)(iVar1 + -0xc)) = param_2[3];\n /* try { // try from 00219bc8 to 00219bcc has its CatchHandler @ 00219bed */\n FUN_00215250(param_1 + 2);\n /* try { // try from 00219bdd to 00219be1 has its CatchHandler @ 00219bef */\n FUN_00211dd0(*(int *)(*param_1 + -0xc) + (int)param_1,param_1 + 2);\n return;\n}\n\n" comment (function_definition "void FUN_00219b70(int *param_1,int *param_2)\n\n{\n int iVar1;\n int iVar2;\n \n iVar1 = param_2[1];\n iVar2 = *(int *)(iVar1 + -0xc);\n *param_1 = iVar1;\n *(int *)((int)param_1 + iVar2) = param_2[2];\n param_1[1] = 0;\n FUN_00211dd0(*(int *)(iVar1 + -0xc) + (int)param_1,0);\n iVar1 = *param_2;\n *param_1 = iVar1;\n *(int *)((int)param_1 + *(int *)(iVar1 + -0xc)) = param_2[3];\n /* try { // try from 00219bc8 to 00219bcc has its CatchHandler @ 00219bed */\n FUN_00215250(param_1 + 2);\n /* try { // try from 00219bdd to 00219be1 has its CatchHandler @ 00219bef */\n FUN_00211dd0(*(int *)(*param_1 + -0xc) + (int)param_1,param_1 + 2);\n return;\n}" primitive_type (function_declarator "FUN_00219b70(int *param_1,int *param_2)" identifier (parameter_list "(int *param_1,int *param_2)" ( (parameter_declaration "int *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "int *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n int iVar1;\n int iVar2;\n \n iVar1 = param_2[1];\n iVar2 = *(int *)(iVar1 + -0xc);\n *param_1 = iVar1;\n *(int *)((int)param_1 + iVar2) = param_2[2];\n param_1[1] = 0;\n FUN_00211dd0(*(int *)(iVar1 + -0xc) + (int)param_1,0);\n iVar1 = *param_2;\n *param_1 = iVar1;\n *(int *)((int)param_1 + *(int *)(iVar1 + -0xc)) = param_2[3];\n /* try { // try from 00219bc8 to 00219bcc has its CatchHandler @ 00219bed */\n FUN_00215250(param_1 + 2);\n /* try { // try from 00219bdd to 00219be1 has its CatchHandler @ 00219bef */\n FUN_00211dd0(*(int *)(*param_1 + -0xc) + (int)param_1,param_1 + 2);\n return;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (expression_statement "iVar1 = param_2[1];" (assignment_expression "iVar1 = param_2[1]" identifier = (subscript_expression "param_2[1]" identifier [ number_literal ])) ;) (expression_statement "iVar2 = *(int *)(iVar1 + -0xc);" (assignment_expression "iVar2 = *(int *)(iVar1 + -0xc)" identifier = (pointer_expression "*(int *)(iVar1 + -0xc)" * (cast_expression "(int *)(iVar1 + -0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + -0xc)" ( (binary_expression "iVar1 + -0xc" identifier + number_literal) ))))) ;) (expression_statement "*param_1 = iVar1;" (assignment_expression "*param_1 = iVar1" (pointer_expression "*param_1" * identifier) = identifier) ;) (expression_statement "*(int *)((int)param_1 + iVar2) = param_2[2];" (assignment_expression "*(int *)((int)param_1 + iVar2) = param_2[2]" (pointer_expression "*(int *)((int)param_1 + iVar2)" * (cast_expression "(int *)((int)param_1 + iVar2)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)param_1 + iVar2)" ( (binary_expression "(int)param_1 + iVar2" (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) )))) = (subscript_expression "param_2[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 "FUN_00211dd0(*(int *)(iVar1 + -0xc) + (int)param_1,0);" (call_expression "FUN_00211dd0(*(int *)(iVar1 + -0xc) + (int)param_1,0)" identifier (argument_list "(*(int *)(iVar1 + -0xc) + (int)param_1,0)" ( (binary_expression "*(int *)(iVar1 + -0xc) + (int)param_1" (pointer_expression "*(int *)(iVar1 + -0xc)" * (cast_expression "(int *)(iVar1 + -0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + -0xc)" ( (binary_expression "iVar1 + -0xc" identifier + number_literal) )))) + (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier)) , number_literal ))) ;) (expression_statement "iVar1 = *param_2;" (assignment_expression "iVar1 = *param_2" identifier = (pointer_expression "*param_2" * identifier)) ;) (expression_statement "*param_1 = iVar1;" (assignment_expression "*param_1 = iVar1" (pointer_expression "*param_1" * identifier) = identifier) ;) (expression_statement "*(int *)((int)param_1 + *(int *)(iVar1 + -0xc)) = param_2[3];" (assignment_expression "*(int *)((int)param_1 + *(int *)(iVar1 + -0xc)) = param_2[3]" (pointer_expression "*(int *)((int)param_1 + *(int *)(iVar1 + -0xc))" * (cast_expression "(int *)((int)param_1 + *(int *)(iVar1 + -0xc))" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)param_1 + *(int *)(iVar1 + -0xc))" ( (binary_expression "(int)param_1 + *(int *)(iVar1 + -0xc)" (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier) + (pointer_expression "*(int *)(iVar1 + -0xc)" * (cast_expression "(int *)(iVar1 + -0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + -0xc)" ( (binary_expression "iVar1 + -0xc" identifier + number_literal) ))))) )))) = (subscript_expression "param_2[3]" identifier [ number_literal ])) ;) comment (expression_statement "FUN_00215250(param_1 + 2);" (call_expression "FUN_00215250(param_1 + 2)" identifier (argument_list "(param_1 + 2)" ( (binary_expression "param_1 + 2" identifier + number_literal) ))) ;) comment (expression_statement "FUN_00211dd0(*(int *)(*param_1 + -0xc) + (int)param_1,param_1 + 2);" (call_expression "FUN_00211dd0(*(int *)(*param_1 + -0xc) + (int)param_1,param_1 + 2)" identifier (argument_list "(*(int *)(*param_1 + -0xc) + (int)param_1,param_1 + 2)" ( (binary_expression "*(int *)(*param_1 + -0xc) + (int)param_1" (pointer_expression "*(int *)(*param_1 + -0xc)" * (cast_expression "(int *)(*param_1 + -0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_1 + -0xc)" ( (binary_expression "*param_1 + -0xc" (pointer_expression "*param_1" * identifier) + number_literal) )))) + (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier)) , (binary_expression "param_1 + 2" identifier + number_literal) ))) ;) (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* std::wifstream::wifstream() */\n\nvoid __thiscall std::wifstream::wifstream(wifstream *this)\n\n{\n int iVar1;\n int iVar2;\n int *in_stack_00000008;\n \n iVar1 = in_stack_00000008[1];\n iVar2 = *(int *)(iVar1 + -0xc);\n *(int *)this = iVar1;\n *(int *)(this + iVar2) = in_stack_00000008[2];\n *(undefined4 *)(this + 4) = 0;\n wios::init((wios *)(this + *(int *)(iVar1 + -0xc)),(wstreambuf *)0x0);\n iVar1 = *in_stack_00000008;\n *(int *)this = iVar1;\n *(int *)(this + *(int *)(iVar1 + -0xc)) = in_stack_00000008[3];\n /* try { // try from 00219bc8 to 00219bcc has its CatchHandler @ 00219bed */\n wfilebuf::wfilebuf((wfilebuf *)(this + 8));\n /* try { // try from 00219bdd to 00219be1 has its CatchHandler @ 00219bef */\n wios::init((wios *)(this + *(int *)(*(int *)this + -0xc)),(wstreambuf *)(this + 8));\n return;\n}\n\n" comment comment (function_definition "void __thiscall std::wifstream::wifstream(wifstream *this)\n\n{\n int iVar1;\n int iVar2;\n int *in_stack_00000008;\n \n iVar1 = in_stack_00000008[1];\n iVar2 = *(int *)(iVar1 + -0xc);\n *(int *)this = iVar1;\n *(int *)(this + iVar2) = in_stack_00000008[2];\n *(undefined4 *)(this + 4) = 0;\n wios::init((wios *)(this + *(int *)(iVar1 + -0xc)),(wstreambuf *)0x0);\n iVar1 = *in_stack_00000008;\n *(int *)this = iVar1;\n *(int *)(this + *(int *)(iVar1 + -0xc)) = in_stack_00000008[3];\n /* try { // try from 00219bc8 to 00219bcc has its CatchHandler @ 00219bed */\n wfilebuf::wfilebuf((wfilebuf *)(this + 8));\n /* try { // try from 00219bdd to 00219be1 has its CatchHandler @ 00219bef */\n wios::init((wios *)(this + *(int *)(*(int *)this + -0xc)),(wstreambuf *)(this + 8));\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::wifstream::" identifier : : identifier : :) (function_declarator "wifstream(wifstream *this)" identifier (parameter_list "(wifstream *this)" ( (parameter_declaration "wifstream *this" type_identifier (pointer_declarator "*this" * identifier)) ))) (compound_statement "{\n int iVar1;\n int iVar2;\n int *in_stack_00000008;\n \n iVar1 = in_stack_00000008[1];\n iVar2 = *(int *)(iVar1 + -0xc);\n *(int *)this = iVar1;\n *(int *)(this + iVar2) = in_stack_00000008[2];\n *(undefined4 *)(this + 4) = 0;\n wios::init((wios *)(this + *(int *)(iVar1 + -0xc)),(wstreambuf *)0x0);\n iVar1 = *in_stack_00000008;\n *(int *)this = iVar1;\n *(int *)(this + *(int *)(iVar1 + -0xc)) = in_stack_00000008[3];\n /* try { // try from 00219bc8 to 00219bcc has its CatchHandler @ 00219bed */\n wfilebuf::wfilebuf((wfilebuf *)(this + 8));\n /* try { // try from 00219bdd to 00219be1 has its CatchHandler @ 00219bef */\n wios::init((wios *)(this + *(int *)(*(int *)this + -0xc)),(wstreambuf *)(this + 8));\n return;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "int *in_stack_00000008;" primitive_type (pointer_declarator "*in_stack_00000008" * identifier) ;) (expression_statement "iVar1 = in_stack_00000008[1];" (assignment_expression "iVar1 = in_stack_00000008[1]" identifier = (subscript_expression "in_stack_00000008[1]" identifier [ number_literal ])) ;) (expression_statement "iVar2 = *(int *)(iVar1 + -0xc);" (assignment_expression "iVar2 = *(int *)(iVar1 + -0xc)" identifier = (pointer_expression "*(int *)(iVar1 + -0xc)" * (cast_expression "(int *)(iVar1 + -0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + -0xc)" ( (binary_expression "iVar1 + -0xc" identifier + number_literal) ))))) ;) (expression_statement "*(int *)this = iVar1;" (assignment_expression "*(int *)this = iVar1" (pointer_expression "*(int *)this" * (cast_expression "(int *)this" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier)) = identifier) ;) (expression_statement "*(int *)(this + iVar2) = in_stack_00000008[2];" (assignment_expression "*(int *)(this + iVar2) = in_stack_00000008[2]" (pointer_expression "*(int *)(this + iVar2)" * (cast_expression "(int *)(this + iVar2)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + iVar2)" ( (binary_expression "this + iVar2" identifier + identifier) )))) = (subscript_expression "in_stack_00000008[2]" identifier [ number_literal ])) ;) (expression_statement "*(undefined4 *)(this + 4) = 0;" (assignment_expression "*(undefined4 *)(this + 4) = 0" (pointer_expression "*(undefined4 *)(this + 4)" * (cast_expression "(undefined4 *)(this + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 4)" ( (binary_expression "this + 4" identifier + number_literal) )))) = number_literal) ;) (labeled_statement "wios::init((wios *)(this + *(int *)(iVar1 + -0xc)),(wstreambuf *)0x0);" statement_identifier : (ERROR ":" :) (expression_statement "init((wios *)(this + *(int *)(iVar1 + -0xc)),(wstreambuf *)0x0);" (call_expression "init((wios *)(this + *(int *)(iVar1 + -0xc)),(wstreambuf *)0x0)" identifier (argument_list "((wios *)(this + *(int *)(iVar1 + -0xc)),(wstreambuf *)0x0)" ( (cast_expression "(wios *)(this + *(int *)(iVar1 + -0xc))" ( (type_descriptor "wios *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + *(int *)(iVar1 + -0xc))" ( (binary_expression "this + *(int *)(iVar1 + -0xc)" identifier + (pointer_expression "*(int *)(iVar1 + -0xc)" * (cast_expression "(int *)(iVar1 + -0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + -0xc)" ( (binary_expression "iVar1 + -0xc" identifier + number_literal) ))))) ))) , (cast_expression "(wstreambuf *)0x0" ( (type_descriptor "wstreambuf *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) ))) ;)) (expression_statement "iVar1 = *in_stack_00000008;" (assignment_expression "iVar1 = *in_stack_00000008" identifier = (pointer_expression "*in_stack_00000008" * identifier)) ;) (expression_statement "*(int *)this = iVar1;" (assignment_expression "*(int *)this = iVar1" (pointer_expression "*(int *)this" * (cast_expression "(int *)this" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier)) = identifier) ;) (expression_statement "*(int *)(this + *(int *)(iVar1 + -0xc)) = in_stack_00000008[3];" (assignment_expression "*(int *)(this + *(int *)(iVar1 + -0xc)) = in_stack_00000008[3]" (pointer_expression "*(int *)(this + *(int *)(iVar1 + -0xc))" * (cast_expression "(int *)(this + *(int *)(iVar1 + -0xc))" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + *(int *)(iVar1 + -0xc))" ( (binary_expression "this + *(int *)(iVar1 + -0xc)" identifier + (pointer_expression "*(int *)(iVar1 + -0xc)" * (cast_expression "(int *)(iVar1 + -0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + -0xc)" ( (binary_expression "iVar1 + -0xc" identifier + number_literal) ))))) )))) = (subscript_expression "in_stack_00000008[3]" identifier [ number_literal ])) ;) comment (labeled_statement "wfilebuf::wfilebuf((wfilebuf *)(this + 8));" statement_identifier : (ERROR ":" :) (expression_statement "wfilebuf((wfilebuf *)(this + 8));" (call_expression "wfilebuf((wfilebuf *)(this + 8))" identifier (argument_list "((wfilebuf *)(this + 8))" ( (cast_expression "(wfilebuf *)(this + 8)" ( (type_descriptor "wfilebuf *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 8)" ( (binary_expression "this + 8" identifier + number_literal) ))) ))) ;)) comment (labeled_statement "wios::init((wios *)(this + *(int *)(*(int *)this + -0xc)),(wstreambuf *)(this + 8));" statement_identifier : (ERROR ":" :) (expression_statement "init((wios *)(this + *(int *)(*(int *)this + -0xc)),(wstreambuf *)(this + 8));" (call_expression "init((wios *)(this + *(int *)(*(int *)this + -0xc)),(wstreambuf *)(this + 8))" identifier (argument_list "((wios *)(this + *(int *)(*(int *)this + -0xc)),(wstreambuf *)(this + 8))" ( (cast_expression "(wios *)(this + *(int *)(*(int *)this + -0xc))" ( (type_descriptor "wios *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + *(int *)(*(int *)this + -0xc))" ( (binary_expression "this + *(int *)(*(int *)this + -0xc)" identifier + (pointer_expression "*(int *)(*(int *)this + -0xc)" * (cast_expression "(int *)(*(int *)this + -0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)this + -0xc)" ( (binary_expression "*(int *)this + -0xc" (pointer_expression "*(int *)this" * (cast_expression "(int *)this" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier)) + number_literal) ))))) ))) , (cast_expression "(wstreambuf *)(this + 8)" ( (type_descriptor "wstreambuf *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 8)" ( (binary_expression "this + 8" identifier + number_literal) ))) ))) ;)) (return_statement "return;" return ;) })))
(translation_unit "void FUN_00219b70(int *param_1,int *param_2)\n\n{\n int iVar1;\n int iVar2;\n \n iVar1 = param_2[1];\n iVar2 = *(int *)(iVar1 + -0xc);\n *param_1 = iVar1;\n *(int *)((int)param_1 + iVar2) = param_2[2];\n param_1[1] = 0;\n FUN_00211dd0(*(int *)(iVar1 + -0xc) + (int)param_1,0);\n iVar1 = *param_2;\n *param_1 = iVar1;\n *(int *)((int)param_1 + *(int *)(iVar1 + -0xc)) = param_2[3];\n \n FUN_00215250(param_1 + 2);\n \n FUN_00211dd0(*(int *)(*param_1 + -0xc) + (int)param_1,param_1 + 2);\n return;\n}\n\n" (function_definition "void FUN_00219b70(int *param_1,int *param_2)\n\n{\n int iVar1;\n int iVar2;\n \n iVar1 = param_2[1];\n iVar2 = *(int *)(iVar1 + -0xc);\n *param_1 = iVar1;\n *(int *)((int)param_1 + iVar2) = param_2[2];\n param_1[1] = 0;\n FUN_00211dd0(*(int *)(iVar1 + -0xc) + (int)param_1,0);\n iVar1 = *param_2;\n *param_1 = iVar1;\n *(int *)((int)param_1 + *(int *)(iVar1 + -0xc)) = param_2[3];\n \n FUN_00215250(param_1 + 2);\n \n FUN_00211dd0(*(int *)(*param_1 + -0xc) + (int)param_1,param_1 + 2);\n return;\n}" primitive_type (function_declarator "FUN_00219b70(int *param_1,int *param_2)" identifier (parameter_list "(int *param_1,int *param_2)" ( (parameter_declaration "int *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "int *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n int iVar1;\n int iVar2;\n \n iVar1 = param_2[1];\n iVar2 = *(int *)(iVar1 + -0xc);\n *param_1 = iVar1;\n *(int *)((int)param_1 + iVar2) = param_2[2];\n param_1[1] = 0;\n FUN_00211dd0(*(int *)(iVar1 + -0xc) + (int)param_1,0);\n iVar1 = *param_2;\n *param_1 = iVar1;\n *(int *)((int)param_1 + *(int *)(iVar1 + -0xc)) = param_2[3];\n \n FUN_00215250(param_1 + 2);\n \n FUN_00211dd0(*(int *)(*param_1 + -0xc) + (int)param_1,param_1 + 2);\n return;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (expression_statement "iVar1 = param_2[1];" (assignment_expression "iVar1 = param_2[1]" identifier = (subscript_expression "param_2[1]" identifier [ number_literal ])) ;) (expression_statement "iVar2 = *(int *)(iVar1 + -0xc);" (assignment_expression "iVar2 = *(int *)(iVar1 + -0xc)" identifier = (pointer_expression "*(int *)(iVar1 + -0xc)" * (cast_expression "(int *)(iVar1 + -0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + -0xc)" ( (binary_expression "iVar1 + -0xc" identifier + number_literal) ))))) ;) (expression_statement "*param_1 = iVar1;" (assignment_expression "*param_1 = iVar1" (pointer_expression "*param_1" * identifier) = identifier) ;) (expression_statement "*(int *)((int)param_1 + iVar2) = param_2[2];" (assignment_expression "*(int *)((int)param_1 + iVar2) = param_2[2]" (pointer_expression "*(int *)((int)param_1 + iVar2)" * (cast_expression "(int *)((int)param_1 + iVar2)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)param_1 + iVar2)" ( (binary_expression "(int)param_1 + iVar2" (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) )))) = (subscript_expression "param_2[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 "FUN_00211dd0(*(int *)(iVar1 + -0xc) + (int)param_1,0);" (call_expression "FUN_00211dd0(*(int *)(iVar1 + -0xc) + (int)param_1,0)" identifier (argument_list "(*(int *)(iVar1 + -0xc) + (int)param_1,0)" ( (binary_expression "*(int *)(iVar1 + -0xc) + (int)param_1" (pointer_expression "*(int *)(iVar1 + -0xc)" * (cast_expression "(int *)(iVar1 + -0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + -0xc)" ( (binary_expression "iVar1 + -0xc" identifier + number_literal) )))) + (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier)) , number_literal ))) ;) (expression_statement "iVar1 = *param_2;" (assignment_expression "iVar1 = *param_2" identifier = (pointer_expression "*param_2" * identifier)) ;) (expression_statement "*param_1 = iVar1;" (assignment_expression "*param_1 = iVar1" (pointer_expression "*param_1" * identifier) = identifier) ;) (expression_statement "*(int *)((int)param_1 + *(int *)(iVar1 + -0xc)) = param_2[3];" (assignment_expression "*(int *)((int)param_1 + *(int *)(iVar1 + -0xc)) = param_2[3]" (pointer_expression "*(int *)((int)param_1 + *(int *)(iVar1 + -0xc))" * (cast_expression "(int *)((int)param_1 + *(int *)(iVar1 + -0xc))" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)param_1 + *(int *)(iVar1 + -0xc))" ( (binary_expression "(int)param_1 + *(int *)(iVar1 + -0xc)" (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier) + (pointer_expression "*(int *)(iVar1 + -0xc)" * (cast_expression "(int *)(iVar1 + -0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + -0xc)" ( (binary_expression "iVar1 + -0xc" identifier + number_literal) ))))) )))) = (subscript_expression "param_2[3]" identifier [ number_literal ])) ;) (expression_statement "FUN_00215250(param_1 + 2);" (call_expression "FUN_00215250(param_1 + 2)" identifier (argument_list "(param_1 + 2)" ( (binary_expression "param_1 + 2" identifier + number_literal) ))) ;) (expression_statement "FUN_00211dd0(*(int *)(*param_1 + -0xc) + (int)param_1,param_1 + 2);" (call_expression "FUN_00211dd0(*(int *)(*param_1 + -0xc) + (int)param_1,param_1 + 2)" identifier (argument_list "(*(int *)(*param_1 + -0xc) + (int)param_1,param_1 + 2)" ( (binary_expression "*(int *)(*param_1 + -0xc) + (int)param_1" (pointer_expression "*(int *)(*param_1 + -0xc)" * (cast_expression "(int *)(*param_1 + -0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_1 + -0xc)" ( (binary_expression "*param_1 + -0xc" (pointer_expression "*param_1" * identifier) + number_literal) )))) + (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier)) , (binary_expression "param_1 + 2" 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 (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (subscript_expression 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 (pointer_expression * IDENT) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + IDENT) )))) = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (call_expression IDENT (argument_list ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + (cast_expression ( (type_descriptor TYPE) ) IDENT)) , LIT ))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * 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 (cast_expression ( (type_descriptor TYPE) ) IDENT) + (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )))) = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) ))) ;) (expression_statement (call_expression IDENT (argument_list ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) )))) + (cast_expression ( (type_descriptor TYPE) ) IDENT)) , (binary_expression IDENT + LIT) ))) ;) (return_statement return ;) })))
(function_definition "void FUN_00219b70(int *param_1,int *param_2)\n\n{\n int iVar1;\n int iVar2;\n \n iVar1 = param_2[1];\n iVar2 = *(int *)(iVar1 + -0xc);\n *param_1 = iVar1;\n *(int *)((int)param_1 + iVar2) = param_2[2];\n param_1[1] = 0;\n FUN_00211dd0(*(int *)(iVar1 + -0xc) + (int)param_1,0);\n iVar1 = *param_2;\n *param_1 = iVar1;\n *(int *)((int)param_1 + *(int *)(iVar1 + -0xc)) = param_2[3];\n \n FUN_00215250(param_1 + 2);\n \n FUN_00211dd0(*(int *)(*param_1 + -0xc) + (int)param_1,param_1 + 2);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00219b70(int *param_1,int *param_2)" (identifier "FUN_00219b70") (parameter_list "(int *param_1,int *param_2)" (( "(") (parameter_declaration "int *param_1" (primitive_type "int") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "int *param_2" (primitive_type "int") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) () ")"))) (compound_statement "{\n int iVar1;\n int iVar2;\n \n iVar1 = param_2[1];\n iVar2 = *(int *)(iVar1 + -0xc);\n *param_1 = iVar1;\n *(int *)((int)param_1 + iVar2) = param_2[2];\n param_1[1] = 0;\n FUN_00211dd0(*(int *)(iVar1 + -0xc) + (int)param_1,0);\n iVar1 = *param_2;\n *param_1 = iVar1;\n *(int *)((int)param_1 + *(int *)(iVar1 + -0xc)) = param_2[3];\n \n FUN_00215250(param_1 + 2);\n \n FUN_00211dd0(*(int *)(*param_1 + -0xc) + (int)param_1,param_1 + 2);\n return;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (declaration "int iVar2;" (primitive_type "int") (identifier "iVar2") (; ";")) (expression_statement "iVar1 = param_2[1];" (assignment_expression "iVar1 = param_2[1]" (identifier "iVar1") (= "=") (subscript_expression "param_2[1]" (identifier "param_2") ([ "[") (number_literal "1") (] "]"))) (; ";")) (expression_statement "iVar2 = *(int *)(iVar1 + -0xc);" (assignment_expression "iVar2 = *(int *)(iVar1 + -0xc)" (identifier "iVar2") (= "=") (pointer_expression "*(int *)(iVar1 + -0xc)" (* "*") (cast_expression "(int *)(iVar1 + -0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar1 + -0xc)" (( "(") (binary_expression "iVar1 + -0xc" (identifier "iVar1") (+ "+") (number_literal "-0xc")) () ")"))))) (; ";")) (expression_statement "*param_1 = iVar1;" (assignment_expression "*param_1 = iVar1" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (identifier "iVar1")) (; ";")) (expression_statement "*(int *)((int)param_1 + iVar2) = param_2[2];" (assignment_expression "*(int *)((int)param_1 + iVar2) = param_2[2]" (pointer_expression "*(int *)((int)param_1 + iVar2)" (* "*") (cast_expression "(int *)((int)param_1 + iVar2)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)param_1 + iVar2)" (( "(") (binary_expression "(int)param_1 + iVar2" (cast_expression "(int)param_1" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "param_1")) (+ "+") (identifier "iVar2")) () ")")))) (= "=") (subscript_expression "param_2[2]" (identifier "param_2") ([ "[") (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 "FUN_00211dd0(*(int *)(iVar1 + -0xc) + (int)param_1,0);" (call_expression "FUN_00211dd0(*(int *)(iVar1 + -0xc) + (int)param_1,0)" (identifier "FUN_00211dd0") (argument_list "(*(int *)(iVar1 + -0xc) + (int)param_1,0)" (( "(") (binary_expression "*(int *)(iVar1 + -0xc) + (int)param_1" (pointer_expression "*(int *)(iVar1 + -0xc)" (* "*") (cast_expression "(int *)(iVar1 + -0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar1 + -0xc)" (( "(") (binary_expression "iVar1 + -0xc" (identifier "iVar1") (+ "+") (number_literal "-0xc")) () ")")))) (+ "+") (cast_expression "(int)param_1" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "param_1"))) (, ",") (number_literal "0") () ")"))) (; ";")) (expression_statement "iVar1 = *param_2;" (assignment_expression "iVar1 = *param_2" (identifier "iVar1") (= "=") (pointer_expression "*param_2" (* "*") (identifier "param_2"))) (; ";")) (expression_statement "*param_1 = iVar1;" (assignment_expression "*param_1 = iVar1" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (identifier "iVar1")) (; ";")) (expression_statement "*(int *)((int)param_1 + *(int *)(iVar1 + -0xc)) = param_2[3];" (assignment_expression "*(int *)((int)param_1 + *(int *)(iVar1 + -0xc)) = param_2[3]" (pointer_expression "*(int *)((int)param_1 + *(int *)(iVar1 + -0xc))" (* "*") (cast_expression "(int *)((int)param_1 + *(int *)(iVar1 + -0xc))" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)param_1 + *(int *)(iVar1 + -0xc))" (( "(") (binary_expression "(int)param_1 + *(int *)(iVar1 + -0xc)" (cast_expression "(int)param_1" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "param_1")) (+ "+") (pointer_expression "*(int *)(iVar1 + -0xc)" (* "*") (cast_expression "(int *)(iVar1 + -0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar1 + -0xc)" (( "(") (binary_expression "iVar1 + -0xc" (identifier "iVar1") (+ "+") (number_literal "-0xc")) () ")"))))) () ")")))) (= "=") (subscript_expression "param_2[3]" (identifier "param_2") ([ "[") (number_literal "3") (] "]"))) (; ";")) (expression_statement "FUN_00215250(param_1 + 2);" (call_expression "FUN_00215250(param_1 + 2)" (identifier "FUN_00215250") (argument_list "(param_1 + 2)" (( "(") (binary_expression "param_1 + 2" (identifier "param_1") (+ "+") (number_literal "2")) () ")"))) (; ";")) (expression_statement "FUN_00211dd0(*(int *)(*param_1 + -0xc) + (int)param_1,param_1 + 2);" (call_expression "FUN_00211dd0(*(int *)(*param_1 + -0xc) + (int)param_1,param_1 + 2)" (identifier "FUN_00211dd0") (argument_list "(*(int *)(*param_1 + -0xc) + (int)param_1,param_1 + 2)" (( "(") (binary_expression "*(int *)(*param_1 + -0xc) + (int)param_1" (pointer_expression "*(int *)(*param_1 + -0xc)" (* "*") (cast_expression "(int *)(*param_1 + -0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*param_1 + -0xc)" (( "(") (binary_expression "*param_1 + -0xc" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "-0xc")) () ")")))) (+ "+") (cast_expression "(int)param_1" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "param_1"))) (, ",") (binary_expression "param_1 + 2" (identifier "param_1") (+ "+") (number_literal "2")) () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* std::wifstream::wifstream() */ void __thiscall std::function_1::function_1(function_1 *var_2) { int var_1; int var_3; int *in_stack_00000008; var_1 = in_stack_00000008[1]; var_3 = *(int *)(var_1 + -0xc); *(int *)var_2 = var_1; *(int *)(var_2 + var_3) = in_stack_00000008[2]; *(type_1 *)(var_2 + 4) = 0; wios::var_4((type_2 *)(var_2 + *(int *)(var_1 + -0xc)),(type_3 *)0x0); var_1 = *in_stack_00000008; *(int *)var_2 = var_1; *(int *)(var_2 + *(int *)(var_1 + -0xc)) = in_stack_00000008[3]; /* try { // try from 00219bc8 to 00219bcc has its CatchHandler @ 00219bed */ wfilebuf::var_5((var_5 *)(var_2 + 8)); /* try { // try from 00219bdd to 00219be1 has its CatchHandler @ 00219bef */ wios::var_4((type_2 *)(var_2 + *(int *)(*(int *)var_2 + -0xc)),(type_3 *)(var_2 + 8)); 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: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (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: (identifier)) 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: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (identifier))))) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (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: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier))) (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 (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: (primitive_type)) value: (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))))))))) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (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: (number_literal))))) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier))) (binary_expression left: (identifier) right: (number_literal))))) (return_statement))))
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(int *param_1,int *param_2) { int iVar1; int iVar2; iVar1 = param_2[1]; iVar2 = *(int *)(iVar1 + -0xc); *param_1 = iVar1; *(int *)((int)param_1 + iVar2) = param_2[2]; param_1[1] = 0; FUN_00211dd0(*(int *)(iVar1 + -0xc) + (int)param_1,0); iVar1 = *param_2; *param_1 = iVar1; *(int *)((int)param_1 + *(int *)(iVar1 + -0xc)) = param_2[3]; /* try { // try from 00219bc8 to 00219bcc has its CatchHandler @ 00219bed */ FUN_00215250(param_1 + 2); /* try { // try from 00219bdd to 00219be1 has its CatchHandler @ 00219bef */ FUN_00211dd0(*(int *)(*param_1 + -0xc) + (int)param_1,param_1 + 2); return; }
152_diff_and_diff_strip.c
print_context_script
FUN_00016800
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ void print_context_script(change *script,_Bool unidiff) { change *pcVar1; changes cVar2; code *printfun; change *pcVar3; int in_GS_OFFSET; lin first0; lin last0; lin first1; lin last1; int local_20; undefined4 uStack_14; uStack_14 = 0x16809; local_20 = *(int *)(in_GS_OFFSET + 0x14); if ((ignore_blank_lines) || (ignore_regexp.fastmap != (char *)0x0)) { if (script != (change *)0x0) { pcVar3 = script; do { pcVar1 = pcVar3->link; pcVar3->link = (change *)0x0; cVar2 = analyze_hunk(pcVar3,&first0,&last0,&first1,&last1); pcVar3->link = pcVar1; pcVar3->ignore = cVar2 == UNCHANGED; pcVar3 = pcVar1; } while (pcVar1 != (change *)0x0); } } else { pcVar3 = script; if (script != (change *)0x0) { do { pcVar3->ignore = false; pcVar1 = pcVar3->link; if (pcVar1 == (change *)0x0) break; pcVar1->ignore = false; pcVar3 = pcVar1->link; } while (pcVar1->link != (change *)0x0); } } find_function_last_match = 0x7fffffff; find_function_last_search = -files[0].prefix_lines; if (unidiff) { printfun = pr_unidiff_hunk; } else { printfun = pr_context_hunk; } print_script(script,find_hunk,printfun); if (local_20 != *(int *)(in_GS_OFFSET + 0x14)) { /* WARNING: Subroutine does not return */ __stack_chk_fail_local(); } return; }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_00016800(undefined4 *param_1,char param_2) { undefined4 *puVar1; int iVar2; code *pcVar3; undefined4 *puVar4; int in_GS_OFFSET; undefined1 local_30 [4]; undefined1 local_2c [4]; undefined1 local_28 [4]; undefined1 local_24 [4]; int local_20; undefined4 uStack_14; uStack_14 = 0x16809; local_20 = *(int *)(in_GS_OFFSET + 0x14); if ((DAT_0004d6e1 == '\0') && (DAT_0004d6d0 == 0)) { puVar4 = param_1; if (param_1 != (undefined4 *)0x0) { do { *(undefined1 *)(puVar4 + 5) = 0; puVar1 = (undefined4 *)*puVar4; if (puVar1 == (undefined4 *)0x0) break; *(undefined1 *)(puVar1 + 5) = 0; puVar4 = (undefined4 *)*puVar1; } while ((undefined4 *)*puVar1 != (undefined4 *)0x0); } } else if (param_1 != (undefined4 *)0x0) { puVar4 = param_1; do { puVar1 = (undefined4 *)*puVar4; *puVar4 = 0; iVar2 = FUN_0001d510(puVar4,local_30,local_2c,local_28,local_24); *puVar4 = puVar1; *(bool *)(puVar4 + 5) = iVar2 == 0; puVar4 = puVar1; } while (puVar1 != (undefined4 *)0x0); } DAT_0004d2a8 = 0x7fffffff; DAT_0004d2ac = -DAT_0004d78c; if (param_2 == '\0') { pcVar3 = FUN_00015d10; } else { pcVar3 = FUN_00016200; } FUN_0001ce50(param_1,FUN_00015be0,pcVar3); if (local_20 != *(int *)(in_GS_OFFSET + 0x14)) { /* WARNING: Subroutine does not return */ FUN_0003b430(); } return; }
PUSH EBP PUSH EDI PUSH ESI PUSH EBX CALL 0x00013b20 ADD EBX,0x367f7 SUB ESP,0x4c MOV EAX,dword ptr [ESP + 0x64] MOV ESI,dword ptr [ESP + 0x60] MOV dword ptr [ESP + 0x1c],EAX MOV EAX,GS:[0x14] MOV dword ptr [ESP + 0x3c],EAX XOR EAX,EAX LEA EAX,[EBX + 0x6e1] CMP byte ptr [EAX],0x0 JNZ 0x00016846 LEA EAX,[EBX + 0x6c0] MOV EAX,dword ptr [EAX + 0x10] TEST EAX,EAX JZ 0x00016910 TEST ESI,ESI JZ 0x000168a4 LEA EAX,[ESP + 0x38] MOV EDI,ESI MOV dword ptr [ESP + 0x14],EAX LEA EAX,[ESP + 0x34] MOV dword ptr [ESP + 0x10],EAX LEA EAX,[ESP + 0x30] MOV dword ptr [ESP + 0xc],EAX LEA EAX,[ESP + 0x2c] MOV dword ptr [ESP + 0x18],EAX LEA ESI,[ESI] SUB ESP,0xc MOV EBP,dword ptr [ESI] MOV dword ptr [ESI],0x0 PUSH dword ptr [ESP + 0x20] PUSH dword ptr [ESP + 0x20] PUSH dword ptr [ESP + 0x20] PUSH dword ptr [ESP + 0x30] PUSH ESI CALL 0x0001d510 ADD ESP,0x20 MOV dword ptr [ESI],EBP TEST EAX,EAX SETZ byte ptr [ESI + 0x14] MOV ESI,EBP TEST EBP,EBP JNZ 0x00016870 MOV ESI,EDI MOV dword ptr [EBX + 0x2a8],0x7fffffff LEA EAX,[EBX + 0x700] MOV EAX,dword ptr [EAX + 0x8c] NEG EAX CMP byte ptr [ESP + 0x1c],0x0 MOV dword ptr [EBX + 0x2ac],EAX JNZ 0x00016900 SUB ESP,0x4 LEA EAX,[EBX + 0xfffc8d10] PUSH EAX LEA EAX,[EBX + 0xfffc8be0] PUSH EAX PUSH ESI CALL 0x0001ce50 ADD ESP,0x10 MOV EAX,dword ptr [ESP + 0x3c] XOR EAX,dword ptr GS:[0x14] JNZ 0x0001693d ADD ESP,0x4c POP EBX POP ESI POP EDI POP EBP RET SUB ESP,0x4 LEA EAX,[EBX + 0xfffc9200] JMP 0x000168d2 MOV EAX,ESI TEST ESI,ESI JZ 0x000168a4 LEA ESI,[ESI] LEA ESI,[ESI] MOV byte ptr [EAX + 0x14],0x0 MOV EAX,dword ptr [EAX] TEST EAX,EAX JZ 0x000168a4 MOV byte ptr [EAX + 0x14],0x0 MOV EAX,dword ptr [EAX] TEST EAX,EAX JNZ 0x00016920 JMP 0x000168a4 CALL 0x0003b430
null
null
null
null
[('tmp_1485', u'MULTIEQUAL_-1205966162'), (u'PTRSUB_-1205965867', u'STORE_-1205966529'), ('const-417', u'STORE_-1205966219'), (u'MULTIEQUAL_-1205965866', u'INT_2COMP_-1205966434'), (u'LOAD_-1205966603', u'COPY_-1205965909'), (u'STORE_-1205966597', u'INDIRECT_-1205965957'), (u'INDIRECT_-1205966189', u'MULTIEQUAL_-1205966162'), (u'INDIRECT_-1205965991', u'MULTIEQUAL_-1205965962'), (u'COPY_-1205966830', u'MULTIEQUAL_-1205965962'), ('const-0', u'PTRSUB_-1205965803'), (u'PTRSUB_-1205965947', u'CALL_-1205966544'), ('tmp_2564', u'INT_NOTEQUAL_-1205966693'), (u'INT_NOTEQUAL_-1205966168', u'CBRANCH_-1205966167'), (u'CALL_-1205966544', u'INDIRECT_-1205965952'), ('const-2147483647', u'COPY_-1205966487'), (u'PTRSUB_-1205965725', u'STORE_-1205966219'), (u'CALL_-1205966544', u'INT_EQUAL_-1205966514'), ('tmp_2565', u'MULTIEQUAL_-1205965743'), (u'CALL_-1205966544', u'INDIRECT_-1205965913'), ('const-0', u'PTRSUB_-1205966341'), (u'INT_ADD_-1205966757', u'CAST_-1205965975'), (u'STORE_-1205966597', u'INDIRECT_-1205965944'), ('const-0', u'PTRSUB_-1205965867'), ('const-0', u'RETURN_-1205966286'), (u'PTRSUB_-1205965918', u'CALL_-1205966544'), (u'CAST_-1205965975', u'LOAD_-1205966773'), ('const-0', u'INT_NOTEQUAL_-1205966675'), ('tmp_2564', u'MULTIEQUAL_-1205965769'), (u'STORE_-1205966529', u'INDIRECT_-1205965912'), (u'CALL_-1205966544', u'INDIRECT_-1205965998'), ('tmp_994', u'COPY_-1205965962'), (u'INDIRECT_-1205965729', u'MULTIEQUAL_-1205965743'), (u'INDIRECT_-1205965760', u'COPY_-1205965818'), (u'CALL_-1205966216', u'INDIRECT_-1205965812'), (u'CALL_-1205966544', u'INDIRECT_-1205965991'), ('const-1', u'RETURN_-1205966211'), (u'STORE_-1205966190', u'INDIRECT_-1205965742'), (u'INDIRECT_-1205965907', u'MULTIEQUAL_-1205965892'), (u'INDIRECT_-1205965744', u'MULTIEQUAL_-1205965866'), (u'INDIRECT_-1205966189', u'MULTIEQUAL_-1205966215'), (u'STORE_-1205966597', u'INDIRECT_-1205965970'), (u'INDIRECT_-1205965907', u'MULTIEQUAL_-1205965943'), (u'INDIRECT_-1205965920', u'MULTIEQUAL_-1205965956'), (u'INDIRECT_-1205965770', u'MULTIEQUAL_-1205965892'), (u'INDIRECT_-1205965894', u'MULTIEQUAL_-1205965879'), (u'STORE_-1205966219', u'INDIRECT_-1205965744'), ('tmp_746', u'CBRANCH_-1205966328'), ('const-0', u'INT_EQUAL_-1205966198'), (u'PTRSUB_-1205965720', u'LOAD_-1205966215'), (u'PTRSUB_-1205966341', u'MULTIEQUAL_-1205966130'), (u'INDIRECT_-1205965881', u'MULTIEQUAL_-1205965866'), (u'STORE_-1205966513', u'INDIRECT_-1205965907'), ('tmp_2564', u'MULTIEQUAL_-1205965892'), ('tmp_1485', u'INT_ADD_-1205966757'), ('tmp_1481', u'PTRSUB_-1205965918'), (u'CALL_-1205966370', u'INDIRECT_-1205965911'), (u'STORE_-1205966529', u'INDIRECT_-1205965899'), (u'CALL_-1205966216', u'INDIRECT_-1205965721'), (u'PTRSUB_-1205965862', u'STORE_-1205966513'), (u'MULTIEQUAL_-1205966220', u'PTRSUB_-1205965862'), (u'INDIRECT_-1205965742', u'MULTIEQUAL_-1205965879'), ('tmp_516', u'CBRANCH_-1205966491'), (u'PTRSUB_-1205965927', u'CALL_-1205966544'), (u'PTRSUB_-1205965899', u'STORE_-1205966597'), ('const-0', u'INT_NOTEQUAL_-1205966168'), ('const-417', u'STORE_-1205966597'), (u'COPY_-1205965909', u'MULTIEQUAL_-1205966220'), ('const-20', u'INT_ADD_-1205966757'), ('tmp_1481', u'PTRSUB_-1205965947'), (u'CALL_-1205966370', u'INDIRECT_-1205965846'), (u'LOAD_-1205966186', u'COPY_-1205965762'), ('tmp_2563', u'MULTIEQUAL_-1205965756'), ('tmp_994', u'CALL_-1205966370'), (u'STORE_-1205966529', u'INDIRECT_-1205965938'), (u'INT_EQUAL_-1205966198', u'CBRANCH_-1205966197'), (u'LOAD_-1205966347', u'INT_NOTEQUAL_-1205966334'), ('tmp_1485', u'MULTIEQUAL_-1205966215'), (u'INDIRECT_-1205965918', u'INT_NOTEQUAL_-1205966334'), (u'STORE_-1205966529', u'INDIRECT_-1205965925'), (u'STORE_-1205966513', u'INDIRECT_-1205965933'), (u'INDIRECT_-1205965747', u'COPY_-1205965805'), (u'MULTIEQUAL_-1205966130', u'CALL_-1205966370'), ('const-89360', u'PTRSUB_-1205966341'), (u'INDIRECT_-1205965721', u'COPY_-1205965779'), ('tmp_994', u'COPY_-1205965795'), (u'INDIRECT_-1205965757', u'MULTIEQUAL_-1205965879'), (u'MULTIEQUAL_-1205966220', u'CALL_-1205966544'), ('const-417', u'LOAD_-1205966603'), ('const-0', u'INT_NOTEQUAL_-1205966693'), (u'INDIRECT_-1205965894', u'MULTIEQUAL_-1205965930'), (u'STORE_-1205966597', u'INDIRECT_-1205965931'), ('const-90624', u'PTRSUB_-1205966203'), ('tmp_995', u'CBRANCH_-1205966417'), (u'INDIRECT_-1205965755', u'MULTIEQUAL_-1205965892'), ('const-417', u'LOAD_-1205966186'), (u'MULTIEQUAL_-1205966220', u'PTRSUB_-1205965867'), (u'MULTIEQUAL_-1205966055', u'PTRSUB_-1205965725'), (u'INDIRECT_-1205965859', u'COPY_-1205965889'), (u'INDIRECT_-1205965755', u'MULTIEQUAL_-1205965769'), ('tmp_194', u'CBRANCH_-1205966721'), (u'CALL_-1205966544', u'INDIRECT_-1205965939'), (u'INDIRECT_-1205965846', u'COPY_-1205965876'), ('const-417', u'STORE_-1205966513'), (u'INT_NOTEQUAL_-1205966675', u'CBRANCH_-1205966675'), ('const-417', u'STORE_-1205966190'), ('tmp_2565', u'MULTIEQUAL_-1205965866'), (u'INT_NOTEQUAL_-1205966334', u'CBRANCH_-1205966328'), ('tmp_1481', u'PTRSUB_-1205965927'), (u'STORE_-1205966513', u'INDIRECT_-1205965894'), ('const-417', u'LOAD_-1205966215'), (u'STORE_-1205966513', u'INDIRECT_-1205965881'), (u'CALL_-1205966544', u'INDIRECT_-1205966189'), (u'INDIRECT_-1205966109', u'INT_ADD_-1205966333'), (u'LOAD_-1205966603', u'STORE_-1205966529'), ('const-417', u'LOAD_-1205966773'), (u'INDIRECT_-1205965998', u'MULTIEQUAL_-1205965969'), (u'INDIRECT_-1205965872', u'COPY_-1205965902'), ('const-0', u'PTRSUB_-1205965702'), (u'INT_NOTEQUAL_-1205966693', u'CBRANCH_-1205966693'), (u'MULTIEQUAL_-1205966220', u'PTRSUB_-1205965902'), ('tmp_2563', u'CBRANCH_-1205966721'), (u'CALL_-1205966370', u'INDIRECT_-1205965918'), (u'STORE_-1205966219', u'INDIRECT_-1205965757'), (u'LOAD_-1205966186', u'INT_NOTEQUAL_-1205966168'), ('const-0', u'INT_EQUAL_-1205966514'), (u'CALL_-1205966216', u'INDIRECT_-1205965773'), (u'STORE_-1205966190', u'INDIRECT_-1205965755'), (u'INDIRECT_-1205965773', u'COPY_-1205965831'), ('tmp_932', u'CBRANCH_-1205966197'), ('const-4294967252', u'PTRSUB_-1205965927'), (u'CALL_-1205966370', u'INDIRECT_-1205965859'), (u'INDIRECT_-1205965729', u'MULTIEQUAL_-1205965866'), (u'COPY_-1205965795', u'MULTIEQUAL_-1205966055'), (u'STORE_-1205966597', u'INDIRECT_-1205965918'), (u'CALL_-1205966216', u'INDIRECT_-1205965760'), ('tmp_259', u'CBRANCH_-1205966675'), ('tmp_233', u'CBRANCH_-1205966693'), ('const-92169', u'COPY_-1205966830'), ('tmp_2565', u'MULTIEQUAL_-1205965917'), (u'CALL_-1205966544', u'INDIRECT_-1205965926'), (u'COPY_-1205965762', u'MULTIEQUAL_-1205966055'), (u'CALL_-1205966370', u'INDIRECT_-1205965833'), (u'PTRSUB_-1205965707', u'STORE_-1205966190'), (u'INT_EQUAL_-1205966514', u'STORE_-1205966513'), ('tmp_1481', u'PTRSUB_-1205965936'), (u'CALL_-1205966370', u'INDIRECT_-1205965872'), ('const-20', u'INT_ADD_-1205966333'), ('const-0', u'STORE_-1205966219'), (u'COPY_-1205965962', u'MULTIEQUAL_-1205966220'), ('const-4294967260', u'PTRSUB_-1205965947'), ('const-0', u'INT_NOTEQUAL_-1205966234'), (u'MULTIEQUAL_-1205966055', u'PTRSUB_-1205965720'), (u'COPY_-1205966830', u'MULTIEQUAL_-1205966015'), (u'INDIRECT_-1205965833', u'COPY_-1205965863'), (u'INDIRECT_-1205965998', u'MULTIEQUAL_-1205966022'), ('const-0', u'PTRSUB_-1205965902'), ('tmp_994', u'INT_NOTEQUAL_-1205966234'), ('const-417', u'STORE_-1205966529'), (u'CALL_-1205966544', u'INDIRECT_-1205965900'), ('tmp_610', u'CBRANCH_-1205966417'), (u'CALL_-1205966370', u'INDIRECT_-1205966109'), ('const-0', u'INT_NOTEQUAL_-1205966492'), (u'INDIRECT_-1205965734', u'COPY_-1205965792'), ('const-417', u'LOAD_-1205966347'), (u'LOAD_-1205966215', u'INT_EQUAL_-1205966198'), (u'INT_NOTEQUAL_-1205966234', u'CBRANCH_-1205966234'), (u'STORE_-1205966190', u'INDIRECT_-1205965729'), (u'STORE_-1205966513', u'INDIRECT_-1205965920'), (u'MULTIEQUAL_-1205966220', u'PTRSUB_-1205965899'), ('const-20', u'PTRSUB_-1205965707'), (u'STORE_-1205966219', u'INDIRECT_-1205965770'), ('const-0', u'PTRSUB_-1205965720'), (u'INDIRECT_-1205965820', u'COPY_-1205965850'), (u'INT_NOTEQUAL_-1205966492', u'CBRANCH_-1205966491'), ('const-4294967256', u'PTRSUB_-1205965936'), (u'INDIRECT_-1205965991', u'MULTIEQUAL_-1205966015'), (u'CALL_-1205966216', u'INDIRECT_-1205965819'), ('const-4294967248', u'PTRSUB_-1205965918'), (u'LOAD_-1205966603', u'INT_NOTEQUAL_-1205966492'), (u'INDIRECT_-1205965881', u'MULTIEQUAL_-1205965917'), ('const-0', u'STORE_-1205966190'), (u'LOAD_-1205966215', u'PTRSUB_-1205965702'), (u'INDIRECT_-1205965933', u'MULTIEQUAL_-1205965969'), ('const-0', u'PTRSUB_-1205966203'), ('const-20', u'PTRSUB_-1205965862'), ('tmp_2563', u'MULTIEQUAL_-1205965930'), ('tmp_2564', u'MULTIEQUAL_-1205965943'), (u'LOAD_-1205966773', u'MULTIEQUAL_-1205966022'), (u'PTRSUB_-1205965902', u'LOAD_-1205966603'), (u'CALL_-1205966216', u'INDIRECT_-1205965734'), (u'STORE_-1205966529', u'INDIRECT_-1205965886'), ('const-0', u'STORE_-1205966597'), ('tmp_2567', u'MULTIEQUAL_-1205965969'), (u'PTRSUB_-1205965803', u'CALL_-1205966370'), (u'PTRSUB_-1205966203', u'MULTIEQUAL_-1205966130'), ('const-20', u'PTRSUB_-1205965725'), (u'PTRSUB_-1205965936', u'CALL_-1205966544'), ('const-89056', u'PTRSUB_-1205965803'), ('tmp_889', u'CBRANCH_-1205966234'), ('tmp_994', u'INT_NOTEQUAL_-1205966675'), ('tmp_862', u'BRANCH_-1205966257'), (u'INDIRECT_-1205965742', u'MULTIEQUAL_-1205965756'), ('tmp_2563', u'MULTIEQUAL_-1205965879'), ('tmp_973', u'CBRANCH_-1205966167'), (u'LOAD_-1205966773', u'MULTIEQUAL_-1205965969'), (u'CALL_-1205966216', u'INDIRECT_-1205965747'), (u'LOAD_-1205966215', u'PTRSUB_-1205965707'), ('tmp_2566', u'MULTIEQUAL_-1205965956'), ('const-0', u'PTRSUB_-1205965899'), (u'INT_ADD_-1205966333', u'CAST_-1205965773'), (u'CALL_-1205966370', u'INDIRECT_-1205965820'), (u'PTRSUB_-1205965702', u'LOAD_-1205966186'), (u'CAST_-1205965773', u'LOAD_-1205966347')]
[('tmp_2276', u'COPY_-1205965813'), (u'CALL_-1205966216', u'INDIRECT_-1205965785'), ('const-4', u'PTRADD_-1205965741'), ('tmp_2571', u'MULTIEQUAL_-1205965981'), (u'STORE_-1205966597', u'INDIRECT_-1205965956'), (u'CAST_-1205965727', u'LOAD_-1205966186'), (u'INT_NOTEQUAL_-1205966168', u'CBRANCH_-1205966167'), (u'MULTIEQUAL_-1205966066', u'PTRADD_-1205965741'), (u'CALL_-1205966544', u'INDIRECT_-1205965925'), (u'CALL_-1205966544', u'INT_EQUAL_-1205966514'), ('const-89360', u'PTRSUB_-1205966341'), (u'INDIRECT_-1205966003', u'MULTIEQUAL_-1205965974'), (u'PTRSUB_-1205966341', u'MULTIEQUAL_-1205966141'), ('const-0', u'INT_EQUAL_-1205966694'), (u'STORE_-1205966513', u'INDIRECT_-1205965945'), ('const-0', u'RETURN_-1205966286'), (u'INDIRECT_-1205965782', u'MULTIEQUAL_-1205965904'), (u'STORE_-1205966529', u'INDIRECT_-1205965937'), (u'COPY_-1205966830', u'MULTIEQUAL_-1205965974'), ('const-0', u'INT_NOTEQUAL_-1205966675'), (u'COPY_-1205965780', u'MULTIEQUAL_-1205966066'), ('tmp_2570', u'MULTIEQUAL_-1205965968'), (u'INDIRECT_-1205965746', u'COPY_-1205965804'), ('tmp_2276', u'INT_NOTEQUAL_-1205966234'), ('const-0', u'STORE_-1205966597'), (u'COPY_-1205965927', u'MULTIEQUAL_-1205966231'), ('const-417', u'LOAD_-1205966603'), (u'MULTIEQUAL_-1205966141', u'CALL_-1205966370'), (u'STORE_-1205966597', u'INDIRECT_-1205965982'), (u'CALL_-1205966370', u'INDIRECT_-1205965858'), ('tmp_2567', u'MULTIEQUAL_-1205965768'), ('const-4294967252', u'PTRSUB_-1205965939'), (u'STORE_-1205966513', u'INDIRECT_-1205965893'), (u'INDIRECT_-1205965754', u'MULTIEQUAL_-1205965768'), ('const-1', u'RETURN_-1205966211'), (u'INDIRECT_-1205965945', u'MULTIEQUAL_-1205965981'), ('const-0', u'PTRSUB_-1205966341'), (u'INDIRECT_-1205965772', u'COPY_-1205965830'), (u'LOAD_-1205966215', u'CAST_-1205965727'), (u'CALL_-1205966370', u'INDIRECT_-1205965930'), (u'CALL_-1205966544', u'INDIRECT_-1205966200'), (u'STORE_-1205966597', u'INDIRECT_-1205965969'), ('const-4294967256', u'PTRSUB_-1205965948'), (u'INDIRECT_-1205966003', u'MULTIEQUAL_-1205966027'), ('tmp_2569', u'MULTIEQUAL_-1205965878'), ('tmp_1456', u'MULTIEQUAL_-1205966226'), (u'MULTIEQUAL_-1205966231', u'STORE_-1205966529'), (u'CALL_-1205966544', u'INDIRECT_-1205965912'), (u'LOAD_-1205966773', u'MULTIEQUAL_-1205965981'), (u'PTRADD_-1205965878', u'CAST_-1205965869'), (u'INT_EQUAL_-1205966724', u'CBRANCH_-1205966721'), ('tmp_746', u'CBRANCH_-1205966328'), ('const-0', u'INT_EQUAL_-1205966198'), ('tmp_2568', u'MULTIEQUAL_-1205965781'), ('const-4294967260', u'PTRSUB_-1205965959'), (u'INDIRECT_-1205965845', u'COPY_-1205965875'), ('tmp_2569', u'MULTIEQUAL_-1205965929'), (u'CALL_-1205966370', u'INDIRECT_-1205965845'), (u'INDIRECT_-1205965756', u'MULTIEQUAL_-1205965878'), (u'CALL_-1205966216', u'INDIRECT_-1205965733'), ('tmp_1456', u'MULTIEQUAL_-1205966173'), (u'LOAD_-1205966603', u'CAST_-1205965907'), (u'PTRSUB_-1205965939', u'CALL_-1205966544'), (u'MULTIEQUAL_-1205966231', u'CALL_-1205966544'), (u'INDIRECT_-1205965906', u'MULTIEQUAL_-1205965942'), (u'INT_EQUAL_-1205966694', u'CBRANCH_-1205966693'), ('const-417', u'LOAD_-1205966773'), (u'LOAD_-1205966773', u'MULTIEQUAL_-1205966034'), ('tmp_2567', u'MULTIEQUAL_-1205965891'), (u'STORE_-1205966529', u'INDIRECT_-1205965950'), ('const-417', u'LOAD_-1205966215'), ('tmp_516', u'CBRANCH_-1205966491'), (u'CAST_-1205965869', u'STORE_-1205966513'), (u'STORE_-1205966513', u'INDIRECT_-1205965919'), (u'LOAD_-1205966186', u'CAST_-1205965711'), (u'CAST_-1205965727', u'PTRADD_-1205965726'), ('const-0', u'INT_NOTEQUAL_-1205966168'), (u'CALL_-1205966370', u'INDIRECT_-1205965871'), ('tmp_2568', u'MULTIEQUAL_-1205965955'), (u'CAST_-1205965907', u'COPY_-1205965927'), ('tmp_2568', u'MULTIEQUAL_-1205965904'), ('const-20', u'INT_ADD_-1205966757'), (u'CALL_-1205966370', u'INDIRECT_-1205965884'), (u'INDIRECT_-1205965906', u'MULTIEQUAL_-1205965891'), ('const-417', u'STORE_-1205966597'), (u'INDIRECT_-1205965930', u'INT_NOTEQUAL_-1205966334'), (u'INDIRECT_-1205965871', u'COPY_-1205965901'), (u'INT_EQUAL_-1205966198', u'CBRANCH_-1205966197'), (u'LOAD_-1205966347', u'INT_NOTEQUAL_-1205966334'), (u'CALL_-1205966544', u'INDIRECT_-1205965964'), (u'COPY_-1205965813', u'MULTIEQUAL_-1205966066'), (u'STORE_-1205966190', u'INDIRECT_-1205965767'), (u'STORE_-1205966597', u'INDIRECT_-1205965930'), (u'CALL_-1205966216', u'INDIRECT_-1205965746'), ('const-4', u'PTRADD_-1205965878'), (u'MULTIEQUAL_-1205966231', u'PTRADD_-1205965878'), (u'INDIRECT_-1205966010', u'MULTIEQUAL_-1205966034'), ('tmp_1452', u'PTRSUB_-1205965959'), ('const-0', u'INT_EQUAL_-1205966431'), ('const-0', u'STORE_-1205966190'), ('const-0', u'PTRSUB_-1205966203'), (u'PTRADD_-1205965741', u'CAST_-1205965732'), (u'CALL_-1205966544', u'INDIRECT_-1205965951'), (u'CAST_-1205965711', u'INT_NOTEQUAL_-1205966168'), ('tmp_2276', u'INT_NOTEQUAL_-1205966675'), ('const-5', u'PTRADD_-1205965878'), (u'CAST_-1205965907', u'STORE_-1205966529'), (u'INDIRECT_-1205965893', u'MULTIEQUAL_-1205965878'), (u'CALL_-1205966370', u'INDIRECT_-1205965923'), (u'INDIRECT_-1205965932', u'MULTIEQUAL_-1205965968'), (u'STORE_-1205966219', u'INDIRECT_-1205965769'), ('tmp_194', u'CBRANCH_-1205966721'), (u'INDIRECT_-1205965858', u'COPY_-1205965888'), ('const-417', u'STORE_-1205966513'), (u'INDIRECT_-1205966010', u'MULTIEQUAL_-1205965981'), (u'INT_NOTEQUAL_-1205966675', u'CBRANCH_-1205966675'), (u'CALL_-1205966544', u'INDIRECT_-1205966003'), (u'INT_ADD_-1205966333', u'CAST_-1205965785'), ('tmp_2573', u'INT_EQUAL_-1205966431'), (u'CALL_-1205966544', u'INDIRECT_-1205966010'), (u'INT_NOTEQUAL_-1205966334', u'CBRANCH_-1205966328'), ('tmp_2276', u'CALL_-1205966370'), (u'INT_ADD_-1205966757', u'CAST_-1205965993'), (u'CAST_-1205965785', u'LOAD_-1205966347'), ('tmp_1456', u'INT_ADD_-1205966757'), (u'INDIRECT_-1205965733', u'COPY_-1205965791'), (u'MULTIEQUAL_-1205966231', u'LOAD_-1205966603'), (u'INDIRECT_-1205965741', u'MULTIEQUAL_-1205965878'), (u'INDIRECT_-1205965884', u'COPY_-1205965914'), (u'STORE_-1205966190', u'INDIRECT_-1205965741'), ('tmp_2567', u'MULTIEQUAL_-1205965942'), ('const-0', u'PTRSUB_-1205965815'), (u'PTRADD_-1205965726', u'CAST_-1205965716'), ('const-0', u'INT_EQUAL_-1205966514'), (u'INT_EQUAL_-1205966431', u'CBRANCH_-1205966417'), ('const-417', u'STORE_-1205966190'), ('tmp_1452', u'PTRSUB_-1205965948'), ('tmp_932', u'CBRANCH_-1205966197'), (u'INDIRECT_-1205966200', u'MULTIEQUAL_-1205966173'), (u'CALL_-1205966370', u'INDIRECT_-1205965832'), (u'PTRSUB_-1205965959', u'CALL_-1205966544'), (u'MULTIEQUAL_-1205965878', u'INT_2COMP_-1205966434'), (u'CAST_-1205965711', u'COPY_-1205965780'), (u'STORE_-1205966597', u'INDIRECT_-1205965943'), (u'INDIRECT_-1205965741', u'MULTIEQUAL_-1205965755'), (u'CALL_-1205966544', u'INDIRECT_-1205965938'), ('tmp_259', u'CBRANCH_-1205966675'), (u'INDIRECT_-1205965919', u'MULTIEQUAL_-1205965955'), ('tmp_233', u'CBRANCH_-1205966693'), (u'STORE_-1205966513', u'INDIRECT_-1205965906'), (u'INDIRECT_-1205966200', u'MULTIEQUAL_-1205966226'), (u'CAST_-1205965716', u'STORE_-1205966190'), (u'CALL_-1205966216', u'INDIRECT_-1205965759'), ('const-92169', u'COPY_-1205966830'), (u'PTRSUB_-1205965815', u'CALL_-1205966370'), (u'INT_EQUAL_-1205966514', u'STORE_-1205966513'), (u'INDIRECT_-1205965919', u'MULTIEQUAL_-1205965904'), ('tmp_2568', u'INT_EQUAL_-1205966694'), ('const-20', u'INT_ADD_-1205966333'), ('const-417', u'LOAD_-1205966186'), (u'STORE_-1205966190', u'INDIRECT_-1205965754'), (u'PTRSUB_-1205965948', u'CALL_-1205966544'), ('const-0', u'INT_NOTEQUAL_-1205966234'), ('const-417', u'LOAD_-1205966347'), (u'STORE_-1205966513', u'INDIRECT_-1205965932'), (u'CAST_-1205965727', u'INT_EQUAL_-1205966198'), (u'CALL_-1205966216', u'INDIRECT_-1205965772'), ('const-417', u'STORE_-1205966219'), (u'INDIRECT_-1205965769', u'MULTIEQUAL_-1205965891'), (u'STORE_-1205966529', u'INDIRECT_-1205965911'), ('tmp_610', u'CBRANCH_-1205966417'), ('const-5', u'PTRADD_-1205965726'), (u'CALL_-1205966370', u'INDIRECT_-1205966120'), (u'INDIRECT_-1205965754', u'MULTIEQUAL_-1205965891'), ('const-0', u'INT_EQUAL_-1205966724'), ('const-0', u'INT_NOTEQUAL_-1205966492'), (u'INT_NOTEQUAL_-1205966234', u'CBRANCH_-1205966234'), (u'STORE_-1205966219', u'INDIRECT_-1205965782'), ('const-5', u'PTRADD_-1205965741'), (u'INDIRECT_-1205965785', u'COPY_-1205965843'), (u'PTRSUB_-1205966203', u'MULTIEQUAL_-1205966141'), (u'INT_NOTEQUAL_-1205966492', u'CBRANCH_-1205966491'), (u'INDIRECT_-1205965893', u'MULTIEQUAL_-1205965929'), (u'INDIRECT_-1205966120', u'INT_ADD_-1205966333'), ('tmp_2567', u'INT_EQUAL_-1205966724'), ('const-4294967248', u'PTRSUB_-1205965930'), ('tmp_2569', u'MULTIEQUAL_-1205965755'), ('const-90624', u'PTRSUB_-1205966203'), ('tmp_1452', u'PTRSUB_-1205965939'), (u'CAST_-1205965993', u'LOAD_-1205966773'), (u'COPY_-1205965980', u'MULTIEQUAL_-1205966231'), (u'INDIRECT_-1205965759', u'COPY_-1205965817'), (u'STORE_-1205966529', u'INDIRECT_-1205965924'), (u'INDIRECT_-1205965767', u'MULTIEQUAL_-1205965904'), (u'STORE_-1205966219', u'INDIRECT_-1205965756'), (u'COPY_-1205966830', u'MULTIEQUAL_-1205966027'), (u'INDIRECT_-1205965767', u'MULTIEQUAL_-1205965781'), (u'CALL_-1205966216', u'INDIRECT_-1205965831'), (u'STORE_-1205966529', u'INDIRECT_-1205965898'), (u'MULTIEQUAL_-1205966066', u'LOAD_-1205966215'), ('const-4', u'PTRADD_-1205965726'), ('tmp_889', u'CBRANCH_-1205966234'), ('const-2147483647', u'COPY_-1205966487'), (u'CAST_-1205965907', u'INT_NOTEQUAL_-1205966492'), ('tmp_862', u'BRANCH_-1205966257'), ('const-417', u'STORE_-1205966529'), ('tmp_2276', u'COPY_-1205965980'), ('const-89056', u'PTRSUB_-1205965815'), (u'INDIRECT_-1205965832', u'COPY_-1205965862'), ('tmp_973', u'CBRANCH_-1205966167'), (u'CAST_-1205965732', u'STORE_-1205966219'), (u'MULTIEQUAL_-1205966231', u'STORE_-1205966597'), (u'CALL_-1205966216', u'INDIRECT_-1205965824'), ('const-0', u'STORE_-1205966219'), (u'PTRSUB_-1205965930', u'CALL_-1205966544'), ('tmp_1452', u'PTRSUB_-1205965930')]
null
null
00016800
x86
O2
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00016800(undefined4 *param_1,char param_2)\n\n{\n undefined4 *puVar1;\n int iVar2;\n code *pcVar3;\n undefined4 *puVar4;\n int in_GS_OFFSET;\n undefined1 local_30 [4];\n undefined1 local_2c [4];\n undefined1 local_28 [4];\n undefined1 local_24 [4];\n int local_20;\n undefined4 uStack_14;\n \n uStack_14 = 0x16809;\n local_20 = *(int *)(in_GS_OFFSET + 0x14);\n if ((DAT_0004d6e1 == '\0') && (DAT_0004d6d0 == 0)) {\n puVar4 = param_1;\n if (param_1 != (undefined4 *)0x0) {\n do {\n *(undefined1 *)(puVar4 + 5) = 0;\n puVar1 = (undefined4 *)*puVar4;\n if (puVar1 == (undefined4 *)0x0) break;\n *(undefined1 *)(puVar1 + 5) = 0;\n puVar4 = (undefined4 *)*puVar1;\n } while ((undefined4 *)*puVar1 != (undefined4 *)0x0);\n }\n }\n else if (param_1 != (undefined4 *)0x0) {\n puVar4 = param_1;\n do {\n puVar1 = (undefined4 *)*puVar4;\n *puVar4 = 0;\n iVar2 = FUN_0001d510(puVar4,local_30,local_2c,local_28,local_24);\n *puVar4 = puVar1;\n *(bool *)(puVar4 + 5) = iVar2 == 0;\n puVar4 = puVar1;\n } while (puVar1 != (undefined4 *)0x0);\n }\n DAT_0004d2a8 = 0x7fffffff;\n DAT_0004d2ac = -DAT_0004d78c;\n if (param_2 == '\0') {\n pcVar3 = FUN_00015d10;\n }\n else {\n pcVar3 = FUN_00016200;\n }\n FUN_0001ce50(param_1,FUN_00015be0,pcVar3);\n if (local_20 != *(int *)(in_GS_OFFSET + 0x14)) {\n /* WARNING: Subroutine does not return */\n FUN_0003b430();\n }\n return;\n}\n\n" comment (function_definition "void FUN_00016800(undefined4 *param_1,char param_2)\n\n{\n undefined4 *puVar1;\n int iVar2;\n code *pcVar3;\n undefined4 *puVar4;\n int in_GS_OFFSET;\n undefined1 local_30 [4];\n undefined1 local_2c [4];\n undefined1 local_28 [4];\n undefined1 local_24 [4];\n int local_20;\n undefined4 uStack_14;\n \n uStack_14 = 0x16809;\n local_20 = *(int *)(in_GS_OFFSET + 0x14);\n if ((DAT_0004d6e1 == '\0') && (DAT_0004d6d0 == 0)) {\n puVar4 = param_1;\n if (param_1 != (undefined4 *)0x0) {\n do {\n *(undefined1 *)(puVar4 + 5) = 0;\n puVar1 = (undefined4 *)*puVar4;\n if (puVar1 == (undefined4 *)0x0) break;\n *(undefined1 *)(puVar1 + 5) = 0;\n puVar4 = (undefined4 *)*puVar1;\n } while ((undefined4 *)*puVar1 != (undefined4 *)0x0);\n }\n }\n else if (param_1 != (undefined4 *)0x0) {\n puVar4 = param_1;\n do {\n puVar1 = (undefined4 *)*puVar4;\n *puVar4 = 0;\n iVar2 = FUN_0001d510(puVar4,local_30,local_2c,local_28,local_24);\n *puVar4 = puVar1;\n *(bool *)(puVar4 + 5) = iVar2 == 0;\n puVar4 = puVar1;\n } while (puVar1 != (undefined4 *)0x0);\n }\n DAT_0004d2a8 = 0x7fffffff;\n DAT_0004d2ac = -DAT_0004d78c;\n if (param_2 == '\0') {\n pcVar3 = FUN_00015d10;\n }\n else {\n pcVar3 = FUN_00016200;\n }\n FUN_0001ce50(param_1,FUN_00015be0,pcVar3);\n if (local_20 != *(int *)(in_GS_OFFSET + 0x14)) {\n /* WARNING: Subroutine does not return */\n FUN_0003b430();\n }\n return;\n}" primitive_type (function_declarator "FUN_00016800(undefined4 *param_1,char param_2)" identifier (parameter_list "(undefined4 *param_1,char param_2)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "char param_2" primitive_type identifier) ))) (compound_statement "{\n undefined4 *puVar1;\n int iVar2;\n code *pcVar3;\n undefined4 *puVar4;\n int in_GS_OFFSET;\n undefined1 local_30 [4];\n undefined1 local_2c [4];\n undefined1 local_28 [4];\n undefined1 local_24 [4];\n int local_20;\n undefined4 uStack_14;\n \n uStack_14 = 0x16809;\n local_20 = *(int *)(in_GS_OFFSET + 0x14);\n if ((DAT_0004d6e1 == '\0') && (DAT_0004d6d0 == 0)) {\n puVar4 = param_1;\n if (param_1 != (undefined4 *)0x0) {\n do {\n *(undefined1 *)(puVar4 + 5) = 0;\n puVar1 = (undefined4 *)*puVar4;\n if (puVar1 == (undefined4 *)0x0) break;\n *(undefined1 *)(puVar1 + 5) = 0;\n puVar4 = (undefined4 *)*puVar1;\n } while ((undefined4 *)*puVar1 != (undefined4 *)0x0);\n }\n }\n else if (param_1 != (undefined4 *)0x0) {\n puVar4 = param_1;\n do {\n puVar1 = (undefined4 *)*puVar4;\n *puVar4 = 0;\n iVar2 = FUN_0001d510(puVar4,local_30,local_2c,local_28,local_24);\n *puVar4 = puVar1;\n *(bool *)(puVar4 + 5) = iVar2 == 0;\n puVar4 = puVar1;\n } while (puVar1 != (undefined4 *)0x0);\n }\n DAT_0004d2a8 = 0x7fffffff;\n DAT_0004d2ac = -DAT_0004d78c;\n if (param_2 == '\0') {\n pcVar3 = FUN_00015d10;\n }\n else {\n pcVar3 = FUN_00016200;\n }\n FUN_0001ce50(param_1,FUN_00015be0,pcVar3);\n if (local_20 != *(int *)(in_GS_OFFSET + 0x14)) {\n /* WARNING: Subroutine does not return */\n FUN_0003b430();\n }\n return;\n}" { (declaration "undefined4 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "code *pcVar3;" type_identifier (pointer_declarator "*pcVar3" * identifier) ;) (declaration "undefined4 *puVar4;" type_identifier (pointer_declarator "*puVar4" * identifier) ;) (declaration "int in_GS_OFFSET;" primitive_type identifier ;) (declaration "undefined1 local_30 [4];" type_identifier (array_declarator "local_30 [4]" identifier [ number_literal ]) ;) (declaration "undefined1 local_2c [4];" type_identifier (array_declarator "local_2c [4]" identifier [ number_literal ]) ;) (declaration "undefined1 local_28 [4];" type_identifier (array_declarator "local_28 [4]" identifier [ number_literal ]) ;) (declaration "undefined1 local_24 [4];" type_identifier (array_declarator "local_24 [4]" identifier [ number_literal ]) ;) (declaration "int local_20;" primitive_type identifier ;) (declaration "undefined4 uStack_14;" type_identifier identifier ;) (expression_statement "uStack_14 = 0x16809;" (assignment_expression "uStack_14 = 0x16809" identifier = number_literal) ;) (expression_statement "local_20 = *(int *)(in_GS_OFFSET + 0x14);" (assignment_expression "local_20 = *(int *)(in_GS_OFFSET + 0x14)" identifier = (pointer_expression "*(int *)(in_GS_OFFSET + 0x14)" * (cast_expression "(int *)(in_GS_OFFSET + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_GS_OFFSET + 0x14)" ( (binary_expression "in_GS_OFFSET + 0x14" identifier + number_literal) ))))) ;) (if_statement "if ((DAT_0004d6e1 == '\0') && (DAT_0004d6d0 == 0)) {\n puVar4 = param_1;\n if (param_1 != (undefined4 *)0x0) {\n do {\n *(undefined1 *)(puVar4 + 5) = 0;\n puVar1 = (undefined4 *)*puVar4;\n if (puVar1 == (undefined4 *)0x0) break;\n *(undefined1 *)(puVar1 + 5) = 0;\n puVar4 = (undefined4 *)*puVar1;\n } while ((undefined4 *)*puVar1 != (undefined4 *)0x0);\n }\n }\n else if (param_1 != (undefined4 *)0x0) {\n puVar4 = param_1;\n do {\n puVar1 = (undefined4 *)*puVar4;\n *puVar4 = 0;\n iVar2 = FUN_0001d510(puVar4,local_30,local_2c,local_28,local_24);\n *puVar4 = puVar1;\n *(bool *)(puVar4 + 5) = iVar2 == 0;\n puVar4 = puVar1;\n } while (puVar1 != (undefined4 *)0x0);\n }" if (parenthesized_expression "((DAT_0004d6e1 == '\0') && (DAT_0004d6d0 == 0))" ( (binary_expression "(DAT_0004d6e1 == '\0') && (DAT_0004d6d0 == 0)" (parenthesized_expression "(DAT_0004d6e1 == '\0')" ( (binary_expression "DAT_0004d6e1 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) && (parenthesized_expression "(DAT_0004d6d0 == 0)" ( (binary_expression "DAT_0004d6d0 == 0" identifier == number_literal) ))) )) (compound_statement "{\n puVar4 = param_1;\n if (param_1 != (undefined4 *)0x0) {\n do {\n *(undefined1 *)(puVar4 + 5) = 0;\n puVar1 = (undefined4 *)*puVar4;\n if (puVar1 == (undefined4 *)0x0) break;\n *(undefined1 *)(puVar1 + 5) = 0;\n puVar4 = (undefined4 *)*puVar1;\n } while ((undefined4 *)*puVar1 != (undefined4 *)0x0);\n }\n }" { (expression_statement "puVar4 = param_1;" (assignment_expression "puVar4 = param_1" identifier = identifier) ;) (if_statement "if (param_1 != (undefined4 *)0x0) {\n do {\n *(undefined1 *)(puVar4 + 5) = 0;\n puVar1 = (undefined4 *)*puVar4;\n if (puVar1 == (undefined4 *)0x0) break;\n *(undefined1 *)(puVar1 + 5) = 0;\n puVar4 = (undefined4 *)*puVar1;\n } while ((undefined4 *)*puVar1 != (undefined4 *)0x0);\n }" if (parenthesized_expression "(param_1 != (undefined4 *)0x0)" ( (binary_expression "param_1 != (undefined4 *)0x0" identifier != (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n do {\n *(undefined1 *)(puVar4 + 5) = 0;\n puVar1 = (undefined4 *)*puVar4;\n if (puVar1 == (undefined4 *)0x0) break;\n *(undefined1 *)(puVar1 + 5) = 0;\n puVar4 = (undefined4 *)*puVar1;\n } while ((undefined4 *)*puVar1 != (undefined4 *)0x0);\n }" { (do_statement "do {\n *(undefined1 *)(puVar4 + 5) = 0;\n puVar1 = (undefined4 *)*puVar4;\n if (puVar1 == (undefined4 *)0x0) break;\n *(undefined1 *)(puVar1 + 5) = 0;\n puVar4 = (undefined4 *)*puVar1;\n } while ((undefined4 *)*puVar1 != (undefined4 *)0x0);" do (compound_statement "{\n *(undefined1 *)(puVar4 + 5) = 0;\n puVar1 = (undefined4 *)*puVar4;\n if (puVar1 == (undefined4 *)0x0) break;\n *(undefined1 *)(puVar1 + 5) = 0;\n puVar4 = (undefined4 *)*puVar1;\n }" { (expression_statement "*(undefined1 *)(puVar4 + 5) = 0;" (assignment_expression "*(undefined1 *)(puVar4 + 5) = 0" (pointer_expression "*(undefined1 *)(puVar4 + 5)" * (cast_expression "(undefined1 *)(puVar4 + 5)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar4 + 5)" ( (binary_expression "puVar4 + 5" identifier + number_literal) )))) = number_literal) ;) (expression_statement "puVar1 = (undefined4 *)*puVar4;" (assignment_expression "puVar1 = (undefined4 *)*puVar4" identifier = (cast_expression "(undefined4 *)*puVar4" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar4" * identifier))) ;) (if_statement "if (puVar1 == (undefined4 *)0x0) break;" if (parenthesized_expression "(puVar1 == (undefined4 *)0x0)" ( (binary_expression "puVar1 == (undefined4 *)0x0" identifier == (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (break_statement "break;" break ;)) (expression_statement "*(undefined1 *)(puVar1 + 5) = 0;" (assignment_expression "*(undefined1 *)(puVar1 + 5) = 0" (pointer_expression "*(undefined1 *)(puVar1 + 5)" * (cast_expression "(undefined1 *)(puVar1 + 5)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar1 + 5)" ( (binary_expression "puVar1 + 5" identifier + number_literal) )))) = number_literal) ;) (expression_statement "puVar4 = (undefined4 *)*puVar1;" (assignment_expression "puVar4 = (undefined4 *)*puVar1" identifier = (cast_expression "(undefined4 *)*puVar1" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar1" * identifier))) ;) }) while (parenthesized_expression "((undefined4 *)*puVar1 != (undefined4 *)0x0)" ( (binary_expression "(undefined4 *)*puVar1 != (undefined4 *)0x0" (cast_expression "(undefined4 *)*puVar1" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar1" * identifier)) != (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) ;) })) }) (else_clause "else if (param_1 != (undefined4 *)0x0) {\n puVar4 = param_1;\n do {\n puVar1 = (undefined4 *)*puVar4;\n *puVar4 = 0;\n iVar2 = FUN_0001d510(puVar4,local_30,local_2c,local_28,local_24);\n *puVar4 = puVar1;\n *(bool *)(puVar4 + 5) = iVar2 == 0;\n puVar4 = puVar1;\n } while (puVar1 != (undefined4 *)0x0);\n }" else (if_statement "if (param_1 != (undefined4 *)0x0) {\n puVar4 = param_1;\n do {\n puVar1 = (undefined4 *)*puVar4;\n *puVar4 = 0;\n iVar2 = FUN_0001d510(puVar4,local_30,local_2c,local_28,local_24);\n *puVar4 = puVar1;\n *(bool *)(puVar4 + 5) = iVar2 == 0;\n puVar4 = puVar1;\n } while (puVar1 != (undefined4 *)0x0);\n }" if (parenthesized_expression "(param_1 != (undefined4 *)0x0)" ( (binary_expression "param_1 != (undefined4 *)0x0" identifier != (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n puVar4 = param_1;\n do {\n puVar1 = (undefined4 *)*puVar4;\n *puVar4 = 0;\n iVar2 = FUN_0001d510(puVar4,local_30,local_2c,local_28,local_24);\n *puVar4 = puVar1;\n *(bool *)(puVar4 + 5) = iVar2 == 0;\n puVar4 = puVar1;\n } while (puVar1 != (undefined4 *)0x0);\n }" { (expression_statement "puVar4 = param_1;" (assignment_expression "puVar4 = param_1" identifier = identifier) ;) (do_statement "do {\n puVar1 = (undefined4 *)*puVar4;\n *puVar4 = 0;\n iVar2 = FUN_0001d510(puVar4,local_30,local_2c,local_28,local_24);\n *puVar4 = puVar1;\n *(bool *)(puVar4 + 5) = iVar2 == 0;\n puVar4 = puVar1;\n } while (puVar1 != (undefined4 *)0x0);" do (compound_statement "{\n puVar1 = (undefined4 *)*puVar4;\n *puVar4 = 0;\n iVar2 = FUN_0001d510(puVar4,local_30,local_2c,local_28,local_24);\n *puVar4 = puVar1;\n *(bool *)(puVar4 + 5) = iVar2 == 0;\n puVar4 = puVar1;\n }" { (expression_statement "puVar1 = (undefined4 *)*puVar4;" (assignment_expression "puVar1 = (undefined4 *)*puVar4" identifier = (cast_expression "(undefined4 *)*puVar4" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar4" * identifier))) ;) (expression_statement "*puVar4 = 0;" (assignment_expression "*puVar4 = 0" (pointer_expression "*puVar4" * identifier) = number_literal) ;) (expression_statement "iVar2 = FUN_0001d510(puVar4,local_30,local_2c,local_28,local_24);" (assignment_expression "iVar2 = FUN_0001d510(puVar4,local_30,local_2c,local_28,local_24)" identifier = (call_expression "FUN_0001d510(puVar4,local_30,local_2c,local_28,local_24)" identifier (argument_list "(puVar4,local_30,local_2c,local_28,local_24)" ( identifier , identifier , identifier , identifier , identifier )))) ;) (expression_statement "*puVar4 = puVar1;" (assignment_expression "*puVar4 = puVar1" (pointer_expression "*puVar4" * identifier) = identifier) ;) (expression_statement "*(bool *)(puVar4 + 5) = iVar2 == 0;" (assignment_expression "*(bool *)(puVar4 + 5) = iVar2 == 0" (pointer_expression "*(bool *)(puVar4 + 5)" * (cast_expression "(bool *)(puVar4 + 5)" ( (type_descriptor "bool *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar4 + 5)" ( (binary_expression "puVar4 + 5" identifier + number_literal) )))) = (binary_expression "iVar2 == 0" identifier == number_literal)) ;) (expression_statement "puVar4 = puVar1;" (assignment_expression "puVar4 = puVar1" identifier = identifier) ;) }) while (parenthesized_expression "(puVar1 != (undefined4 *)0x0)" ( (binary_expression "puVar1 != (undefined4 *)0x0" identifier != (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) ;) })))) (expression_statement "DAT_0004d2a8 = 0x7fffffff;" (assignment_expression "DAT_0004d2a8 = 0x7fffffff" identifier = number_literal) ;) (expression_statement "DAT_0004d2ac = -DAT_0004d78c;" (assignment_expression "DAT_0004d2ac = -DAT_0004d78c" identifier = (unary_expression "-DAT_0004d78c" - identifier)) ;) (if_statement "if (param_2 == '\0') {\n pcVar3 = FUN_00015d10;\n }\n else {\n pcVar3 = FUN_00016200;\n }" if (parenthesized_expression "(param_2 == '\0')" ( (binary_expression "param_2 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n pcVar3 = FUN_00015d10;\n }" { (expression_statement "pcVar3 = FUN_00015d10;" (assignment_expression "pcVar3 = FUN_00015d10" identifier = identifier) ;) }) (else_clause "else {\n pcVar3 = FUN_00016200;\n }" else (compound_statement "{\n pcVar3 = FUN_00016200;\n }" { (expression_statement "pcVar3 = FUN_00016200;" (assignment_expression "pcVar3 = FUN_00016200" identifier = identifier) ;) }))) (expression_statement "FUN_0001ce50(param_1,FUN_00015be0,pcVar3);" (call_expression "FUN_0001ce50(param_1,FUN_00015be0,pcVar3)" identifier (argument_list "(param_1,FUN_00015be0,pcVar3)" ( identifier , identifier , identifier ))) ;) (if_statement "if (local_20 != *(int *)(in_GS_OFFSET + 0x14)) {\n /* WARNING: Subroutine does not return */\n FUN_0003b430();\n }" if (parenthesized_expression "(local_20 != *(int *)(in_GS_OFFSET + 0x14))" ( (binary_expression "local_20 != *(int *)(in_GS_OFFSET + 0x14)" identifier != (pointer_expression "*(int *)(in_GS_OFFSET + 0x14)" * (cast_expression "(int *)(in_GS_OFFSET + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_GS_OFFSET + 0x14)" ( (binary_expression "in_GS_OFFSET + 0x14" identifier + number_literal) ))))) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0003b430();\n }" { comment (expression_statement "FUN_0003b430();" (call_expression "FUN_0003b430()" identifier (argument_list "()" ( ))) ;) })) (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nvoid print_context_script(change *script,_Bool unidiff)\n\n{\n change *pcVar1;\n changes cVar2;\n code *printfun;\n change *pcVar3;\n int in_GS_OFFSET;\n lin first0;\n lin last0;\n lin first1;\n lin last1;\n int local_20;\n undefined4 uStack_14;\n \n uStack_14 = 0x16809;\n local_20 = *(int *)(in_GS_OFFSET + 0x14);\n if ((ignore_blank_lines) || (ignore_regexp.fastmap != (char *)0x0)) {\n if (script != (change *)0x0) {\n pcVar3 = script;\n do {\n pcVar1 = pcVar3->link;\n pcVar3->link = (change *)0x0;\n cVar2 = analyze_hunk(pcVar3,&first0,&last0,&first1,&last1);\n pcVar3->link = pcVar1;\n pcVar3->ignore = cVar2 == UNCHANGED;\n pcVar3 = pcVar1;\n } while (pcVar1 != (change *)0x0);\n }\n }\n else {\n pcVar3 = script;\n if (script != (change *)0x0) {\n do {\n pcVar3->ignore = false;\n pcVar1 = pcVar3->link;\n if (pcVar1 == (change *)0x0) break;\n pcVar1->ignore = false;\n pcVar3 = pcVar1->link;\n } while (pcVar1->link != (change *)0x0);\n }\n }\n find_function_last_match = 0x7fffffff;\n find_function_last_search = -files[0].prefix_lines;\n if (unidiff) {\n printfun = pr_unidiff_hunk;\n }\n else {\n printfun = pr_context_hunk;\n }\n print_script(script,find_hunk,printfun);\n if (local_20 != *(int *)(in_GS_OFFSET + 0x14)) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail_local();\n }\n return;\n}\n\n" comment comment (function_definition "void print_context_script(change *script,_Bool unidiff)\n\n{\n change *pcVar1;\n changes cVar2;\n code *printfun;\n change *pcVar3;\n int in_GS_OFFSET;\n lin first0;\n lin last0;\n lin first1;\n lin last1;\n int local_20;\n undefined4 uStack_14;\n \n uStack_14 = 0x16809;\n local_20 = *(int *)(in_GS_OFFSET + 0x14);\n if ((ignore_blank_lines) || (ignore_regexp.fastmap != (char *)0x0)) {\n if (script != (change *)0x0) {\n pcVar3 = script;\n do {\n pcVar1 = pcVar3->link;\n pcVar3->link = (change *)0x0;\n cVar2 = analyze_hunk(pcVar3,&first0,&last0,&first1,&last1);\n pcVar3->link = pcVar1;\n pcVar3->ignore = cVar2 == UNCHANGED;\n pcVar3 = pcVar1;\n } while (pcVar1 != (change *)0x0);\n }\n }\n else {\n pcVar3 = script;\n if (script != (change *)0x0) {\n do {\n pcVar3->ignore = false;\n pcVar1 = pcVar3->link;\n if (pcVar1 == (change *)0x0) break;\n pcVar1->ignore = false;\n pcVar3 = pcVar1->link;\n } while (pcVar1->link != (change *)0x0);\n }\n }\n find_function_last_match = 0x7fffffff;\n find_function_last_search = -files[0].prefix_lines;\n if (unidiff) {\n printfun = pr_unidiff_hunk;\n }\n else {\n printfun = pr_context_hunk;\n }\n print_script(script,find_hunk,printfun);\n if (local_20 != *(int *)(in_GS_OFFSET + 0x14)) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail_local();\n }\n return;\n}" primitive_type (function_declarator "print_context_script(change *script,_Bool unidiff)" identifier (parameter_list "(change *script,_Bool unidiff)" ( (parameter_declaration "change *script" type_identifier (pointer_declarator "*script" * identifier)) , (parameter_declaration "_Bool unidiff" type_identifier identifier) ))) (compound_statement "{\n change *pcVar1;\n changes cVar2;\n code *printfun;\n change *pcVar3;\n int in_GS_OFFSET;\n lin first0;\n lin last0;\n lin first1;\n lin last1;\n int local_20;\n undefined4 uStack_14;\n \n uStack_14 = 0x16809;\n local_20 = *(int *)(in_GS_OFFSET + 0x14);\n if ((ignore_blank_lines) || (ignore_regexp.fastmap != (char *)0x0)) {\n if (script != (change *)0x0) {\n pcVar3 = script;\n do {\n pcVar1 = pcVar3->link;\n pcVar3->link = (change *)0x0;\n cVar2 = analyze_hunk(pcVar3,&first0,&last0,&first1,&last1);\n pcVar3->link = pcVar1;\n pcVar3->ignore = cVar2 == UNCHANGED;\n pcVar3 = pcVar1;\n } while (pcVar1 != (change *)0x0);\n }\n }\n else {\n pcVar3 = script;\n if (script != (change *)0x0) {\n do {\n pcVar3->ignore = false;\n pcVar1 = pcVar3->link;\n if (pcVar1 == (change *)0x0) break;\n pcVar1->ignore = false;\n pcVar3 = pcVar1->link;\n } while (pcVar1->link != (change *)0x0);\n }\n }\n find_function_last_match = 0x7fffffff;\n find_function_last_search = -files[0].prefix_lines;\n if (unidiff) {\n printfun = pr_unidiff_hunk;\n }\n else {\n printfun = pr_context_hunk;\n }\n print_script(script,find_hunk,printfun);\n if (local_20 != *(int *)(in_GS_OFFSET + 0x14)) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail_local();\n }\n return;\n}" { (declaration "change *pcVar1;" type_identifier (pointer_declarator "*pcVar1" * identifier) ;) (declaration "changes cVar2;" type_identifier identifier ;) (declaration "code *printfun;" type_identifier (pointer_declarator "*printfun" * identifier) ;) (declaration "change *pcVar3;" type_identifier (pointer_declarator "*pcVar3" * identifier) ;) (declaration "int in_GS_OFFSET;" primitive_type identifier ;) (declaration "lin first0;" type_identifier identifier ;) (declaration "lin last0;" type_identifier identifier ;) (declaration "lin first1;" type_identifier identifier ;) (declaration "lin last1;" type_identifier identifier ;) (declaration "int local_20;" primitive_type identifier ;) (declaration "undefined4 uStack_14;" type_identifier identifier ;) (expression_statement "uStack_14 = 0x16809;" (assignment_expression "uStack_14 = 0x16809" identifier = number_literal) ;) (expression_statement "local_20 = *(int *)(in_GS_OFFSET + 0x14);" (assignment_expression "local_20 = *(int *)(in_GS_OFFSET + 0x14)" identifier = (pointer_expression "*(int *)(in_GS_OFFSET + 0x14)" * (cast_expression "(int *)(in_GS_OFFSET + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_GS_OFFSET + 0x14)" ( (binary_expression "in_GS_OFFSET + 0x14" identifier + number_literal) ))))) ;) (if_statement "if ((ignore_blank_lines) || (ignore_regexp.fastmap != (char *)0x0)) {\n if (script != (change *)0x0) {\n pcVar3 = script;\n do {\n pcVar1 = pcVar3->link;\n pcVar3->link = (change *)0x0;\n cVar2 = analyze_hunk(pcVar3,&first0,&last0,&first1,&last1);\n pcVar3->link = pcVar1;\n pcVar3->ignore = cVar2 == UNCHANGED;\n pcVar3 = pcVar1;\n } while (pcVar1 != (change *)0x0);\n }\n }\n else {\n pcVar3 = script;\n if (script != (change *)0x0) {\n do {\n pcVar3->ignore = false;\n pcVar1 = pcVar3->link;\n if (pcVar1 == (change *)0x0) break;\n pcVar1->ignore = false;\n pcVar3 = pcVar1->link;\n } while (pcVar1->link != (change *)0x0);\n }\n }" if (parenthesized_expression "((ignore_blank_lines) || (ignore_regexp.fastmap != (char *)0x0))" ( (binary_expression "(ignore_blank_lines) || (ignore_regexp.fastmap != (char *)0x0)" (parenthesized_expression "(ignore_blank_lines)" ( identifier )) || (parenthesized_expression "(ignore_regexp.fastmap != (char *)0x0)" ( (binary_expression "ignore_regexp.fastmap != (char *)0x0" (field_expression "ignore_regexp.fastmap" identifier . field_identifier) != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ))) )) (compound_statement "{\n if (script != (change *)0x0) {\n pcVar3 = script;\n do {\n pcVar1 = pcVar3->link;\n pcVar3->link = (change *)0x0;\n cVar2 = analyze_hunk(pcVar3,&first0,&last0,&first1,&last1);\n pcVar3->link = pcVar1;\n pcVar3->ignore = cVar2 == UNCHANGED;\n pcVar3 = pcVar1;\n } while (pcVar1 != (change *)0x0);\n }\n }" { (if_statement "if (script != (change *)0x0) {\n pcVar3 = script;\n do {\n pcVar1 = pcVar3->link;\n pcVar3->link = (change *)0x0;\n cVar2 = analyze_hunk(pcVar3,&first0,&last0,&first1,&last1);\n pcVar3->link = pcVar1;\n pcVar3->ignore = cVar2 == UNCHANGED;\n pcVar3 = pcVar1;\n } while (pcVar1 != (change *)0x0);\n }" if (parenthesized_expression "(script != (change *)0x0)" ( (binary_expression "script != (change *)0x0" identifier != (cast_expression "(change *)0x0" ( (type_descriptor "change *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n pcVar3 = script;\n do {\n pcVar1 = pcVar3->link;\n pcVar3->link = (change *)0x0;\n cVar2 = analyze_hunk(pcVar3,&first0,&last0,&first1,&last1);\n pcVar3->link = pcVar1;\n pcVar3->ignore = cVar2 == UNCHANGED;\n pcVar3 = pcVar1;\n } while (pcVar1 != (change *)0x0);\n }" { (expression_statement "pcVar3 = script;" (assignment_expression "pcVar3 = script" identifier = identifier) ;) (do_statement "do {\n pcVar1 = pcVar3->link;\n pcVar3->link = (change *)0x0;\n cVar2 = analyze_hunk(pcVar3,&first0,&last0,&first1,&last1);\n pcVar3->link = pcVar1;\n pcVar3->ignore = cVar2 == UNCHANGED;\n pcVar3 = pcVar1;\n } while (pcVar1 != (change *)0x0);" do (compound_statement "{\n pcVar1 = pcVar3->link;\n pcVar3->link = (change *)0x0;\n cVar2 = analyze_hunk(pcVar3,&first0,&last0,&first1,&last1);\n pcVar3->link = pcVar1;\n pcVar3->ignore = cVar2 == UNCHANGED;\n pcVar3 = pcVar1;\n }" { (expression_statement "pcVar1 = pcVar3->link;" (assignment_expression "pcVar1 = pcVar3->link" identifier = (field_expression "pcVar3->link" identifier -> field_identifier)) ;) (expression_statement "pcVar3->link = (change *)0x0;" (assignment_expression "pcVar3->link = (change *)0x0" (field_expression "pcVar3->link" identifier -> field_identifier) = (cast_expression "(change *)0x0" ( (type_descriptor "change *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "cVar2 = analyze_hunk(pcVar3,&first0,&last0,&first1,&last1);" (assignment_expression "cVar2 = analyze_hunk(pcVar3,&first0,&last0,&first1,&last1)" identifier = (call_expression "analyze_hunk(pcVar3,&first0,&last0,&first1,&last1)" identifier (argument_list "(pcVar3,&first0,&last0,&first1,&last1)" ( identifier , (pointer_expression "&first0" & identifier) , (pointer_expression "&last0" & identifier) , (pointer_expression "&first1" & identifier) , (pointer_expression "&last1" & identifier) )))) ;) (expression_statement "pcVar3->link = pcVar1;" (assignment_expression "pcVar3->link = pcVar1" (field_expression "pcVar3->link" identifier -> field_identifier) = identifier) ;) (expression_statement "pcVar3->ignore = cVar2 == UNCHANGED;" (assignment_expression "pcVar3->ignore = cVar2 == UNCHANGED" (field_expression "pcVar3->ignore" identifier -> field_identifier) = (binary_expression "cVar2 == UNCHANGED" identifier == identifier)) ;) (expression_statement "pcVar3 = pcVar1;" (assignment_expression "pcVar3 = pcVar1" identifier = identifier) ;) }) while (parenthesized_expression "(pcVar1 != (change *)0x0)" ( (binary_expression "pcVar1 != (change *)0x0" identifier != (cast_expression "(change *)0x0" ( (type_descriptor "change *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) ;) })) }) (else_clause "else {\n pcVar3 = script;\n if (script != (change *)0x0) {\n do {\n pcVar3->ignore = false;\n pcVar1 = pcVar3->link;\n if (pcVar1 == (change *)0x0) break;\n pcVar1->ignore = false;\n pcVar3 = pcVar1->link;\n } while (pcVar1->link != (change *)0x0);\n }\n }" else (compound_statement "{\n pcVar3 = script;\n if (script != (change *)0x0) {\n do {\n pcVar3->ignore = false;\n pcVar1 = pcVar3->link;\n if (pcVar1 == (change *)0x0) break;\n pcVar1->ignore = false;\n pcVar3 = pcVar1->link;\n } while (pcVar1->link != (change *)0x0);\n }\n }" { (expression_statement "pcVar3 = script;" (assignment_expression "pcVar3 = script" identifier = identifier) ;) (if_statement "if (script != (change *)0x0) {\n do {\n pcVar3->ignore = false;\n pcVar1 = pcVar3->link;\n if (pcVar1 == (change *)0x0) break;\n pcVar1->ignore = false;\n pcVar3 = pcVar1->link;\n } while (pcVar1->link != (change *)0x0);\n }" if (parenthesized_expression "(script != (change *)0x0)" ( (binary_expression "script != (change *)0x0" identifier != (cast_expression "(change *)0x0" ( (type_descriptor "change *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n do {\n pcVar3->ignore = false;\n pcVar1 = pcVar3->link;\n if (pcVar1 == (change *)0x0) break;\n pcVar1->ignore = false;\n pcVar3 = pcVar1->link;\n } while (pcVar1->link != (change *)0x0);\n }" { (do_statement "do {\n pcVar3->ignore = false;\n pcVar1 = pcVar3->link;\n if (pcVar1 == (change *)0x0) break;\n pcVar1->ignore = false;\n pcVar3 = pcVar1->link;\n } while (pcVar1->link != (change *)0x0);" do (compound_statement "{\n pcVar3->ignore = false;\n pcVar1 = pcVar3->link;\n if (pcVar1 == (change *)0x0) break;\n pcVar1->ignore = false;\n pcVar3 = pcVar1->link;\n }" { (expression_statement "pcVar3->ignore = false;" (assignment_expression "pcVar3->ignore = false" (field_expression "pcVar3->ignore" identifier -> field_identifier) = false) ;) (expression_statement "pcVar1 = pcVar3->link;" (assignment_expression "pcVar1 = pcVar3->link" identifier = (field_expression "pcVar3->link" identifier -> field_identifier)) ;) (if_statement "if (pcVar1 == (change *)0x0) break;" if (parenthesized_expression "(pcVar1 == (change *)0x0)" ( (binary_expression "pcVar1 == (change *)0x0" identifier == (cast_expression "(change *)0x0" ( (type_descriptor "change *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (break_statement "break;" break ;)) (expression_statement "pcVar1->ignore = false;" (assignment_expression "pcVar1->ignore = false" (field_expression "pcVar1->ignore" identifier -> field_identifier) = false) ;) (expression_statement "pcVar3 = pcVar1->link;" (assignment_expression "pcVar3 = pcVar1->link" identifier = (field_expression "pcVar1->link" identifier -> field_identifier)) ;) }) while (parenthesized_expression "(pcVar1->link != (change *)0x0)" ( (binary_expression "pcVar1->link != (change *)0x0" (field_expression "pcVar1->link" identifier -> field_identifier) != (cast_expression "(change *)0x0" ( (type_descriptor "change *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) ;) })) }))) (expression_statement "find_function_last_match = 0x7fffffff;" (assignment_expression "find_function_last_match = 0x7fffffff" identifier = number_literal) ;) (expression_statement "find_function_last_search = -files[0].prefix_lines;" (assignment_expression "find_function_last_search = -files[0].prefix_lines" identifier = (unary_expression "-files[0].prefix_lines" - (field_expression "files[0].prefix_lines" (subscript_expression "files[0]" identifier [ number_literal ]) . field_identifier))) ;) (if_statement "if (unidiff) {\n printfun = pr_unidiff_hunk;\n }\n else {\n printfun = pr_context_hunk;\n }" if (parenthesized_expression "(unidiff)" ( identifier )) (compound_statement "{\n printfun = pr_unidiff_hunk;\n }" { (expression_statement "printfun = pr_unidiff_hunk;" (assignment_expression "printfun = pr_unidiff_hunk" identifier = identifier) ;) }) (else_clause "else {\n printfun = pr_context_hunk;\n }" else (compound_statement "{\n printfun = pr_context_hunk;\n }" { (expression_statement "printfun = pr_context_hunk;" (assignment_expression "printfun = pr_context_hunk" identifier = identifier) ;) }))) (expression_statement "print_script(script,find_hunk,printfun);" (call_expression "print_script(script,find_hunk,printfun)" identifier (argument_list "(script,find_hunk,printfun)" ( identifier , identifier , identifier ))) ;) (if_statement "if (local_20 != *(int *)(in_GS_OFFSET + 0x14)) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail_local();\n }" if (parenthesized_expression "(local_20 != *(int *)(in_GS_OFFSET + 0x14))" ( (binary_expression "local_20 != *(int *)(in_GS_OFFSET + 0x14)" identifier != (pointer_expression "*(int *)(in_GS_OFFSET + 0x14)" * (cast_expression "(int *)(in_GS_OFFSET + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_GS_OFFSET + 0x14)" ( (binary_expression "in_GS_OFFSET + 0x14" identifier + number_literal) ))))) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n __stack_chk_fail_local();\n }" { comment (expression_statement "__stack_chk_fail_local();" (call_expression "__stack_chk_fail_local()" identifier (argument_list "()" ( ))) ;) })) (return_statement "return;" return ;) })))
(translation_unit "void FUN_00016800(undefined4 *param_1,char param_2)\n\n{\n undefined4 *puVar1;\n int iVar2;\n code *pcVar3;\n undefined4 *puVar4;\n int in_GS_OFFSET;\n undefined1 local_30 [4];\n undefined1 local_2c [4];\n undefined1 local_28 [4];\n undefined1 local_24 [4];\n int local_20;\n undefined4 uStack_14;\n \n uStack_14 = 0x16809;\n local_20 = *(int *)(in_GS_OFFSET + 0x14);\n if ((DAT_0004d6e1 == '\0') && (DAT_0004d6d0 == 0)) {\n puVar4 = param_1;\n if (param_1 != (undefined4 *)0x0) {\n do {\n *(undefined1 *)(puVar4 + 5) = 0;\n puVar1 = (undefined4 *)*puVar4;\n if (puVar1 == (undefined4 *)0x0) break;\n *(undefined1 *)(puVar1 + 5) = 0;\n puVar4 = (undefined4 *)*puVar1;\n } while ((undefined4 *)*puVar1 != (undefined4 *)0x0);\n }\n }\n else if (param_1 != (undefined4 *)0x0) {\n puVar4 = param_1;\n do {\n puVar1 = (undefined4 *)*puVar4;\n *puVar4 = 0;\n iVar2 = FUN_0001d510(puVar4,local_30,local_2c,local_28,local_24);\n *puVar4 = puVar1;\n *(bool *)(puVar4 + 5) = iVar2 == 0;\n puVar4 = puVar1;\n } while (puVar1 != (undefined4 *)0x0);\n }\n DAT_0004d2a8 = 0x7fffffff;\n DAT_0004d2ac = -DAT_0004d78c;\n if (param_2 == '\0') {\n pcVar3 = FUN_00015d10;\n }\n else {\n pcVar3 = FUN_00016200;\n }\n FUN_0001ce50(param_1,FUN_00015be0,pcVar3);\n if (local_20 != *(int *)(in_GS_OFFSET + 0x14)) {\n \n FUN_0003b430();\n }\n return;\n}\n\n" (function_definition "void FUN_00016800(undefined4 *param_1,char param_2)\n\n{\n undefined4 *puVar1;\n int iVar2;\n code *pcVar3;\n undefined4 *puVar4;\n int in_GS_OFFSET;\n undefined1 local_30 [4];\n undefined1 local_2c [4];\n undefined1 local_28 [4];\n undefined1 local_24 [4];\n int local_20;\n undefined4 uStack_14;\n \n uStack_14 = 0x16809;\n local_20 = *(int *)(in_GS_OFFSET + 0x14);\n if ((DAT_0004d6e1 == '\0') && (DAT_0004d6d0 == 0)) {\n puVar4 = param_1;\n if (param_1 != (undefined4 *)0x0) {\n do {\n *(undefined1 *)(puVar4 + 5) = 0;\n puVar1 = (undefined4 *)*puVar4;\n if (puVar1 == (undefined4 *)0x0) break;\n *(undefined1 *)(puVar1 + 5) = 0;\n puVar4 = (undefined4 *)*puVar1;\n } while ((undefined4 *)*puVar1 != (undefined4 *)0x0);\n }\n }\n else if (param_1 != (undefined4 *)0x0) {\n puVar4 = param_1;\n do {\n puVar1 = (undefined4 *)*puVar4;\n *puVar4 = 0;\n iVar2 = FUN_0001d510(puVar4,local_30,local_2c,local_28,local_24);\n *puVar4 = puVar1;\n *(bool *)(puVar4 + 5) = iVar2 == 0;\n puVar4 = puVar1;\n } while (puVar1 != (undefined4 *)0x0);\n }\n DAT_0004d2a8 = 0x7fffffff;\n DAT_0004d2ac = -DAT_0004d78c;\n if (param_2 == '\0') {\n pcVar3 = FUN_00015d10;\n }\n else {\n pcVar3 = FUN_00016200;\n }\n FUN_0001ce50(param_1,FUN_00015be0,pcVar3);\n if (local_20 != *(int *)(in_GS_OFFSET + 0x14)) {\n \n FUN_0003b430();\n }\n return;\n}" primitive_type (function_declarator "FUN_00016800(undefined4 *param_1,char param_2)" identifier (parameter_list "(undefined4 *param_1,char param_2)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "char param_2" primitive_type identifier) ))) (compound_statement "{\n undefined4 *puVar1;\n int iVar2;\n code *pcVar3;\n undefined4 *puVar4;\n int in_GS_OFFSET;\n undefined1 local_30 [4];\n undefined1 local_2c [4];\n undefined1 local_28 [4];\n undefined1 local_24 [4];\n int local_20;\n undefined4 uStack_14;\n \n uStack_14 = 0x16809;\n local_20 = *(int *)(in_GS_OFFSET + 0x14);\n if ((DAT_0004d6e1 == '\0') && (DAT_0004d6d0 == 0)) {\n puVar4 = param_1;\n if (param_1 != (undefined4 *)0x0) {\n do {\n *(undefined1 *)(puVar4 + 5) = 0;\n puVar1 = (undefined4 *)*puVar4;\n if (puVar1 == (undefined4 *)0x0) break;\n *(undefined1 *)(puVar1 + 5) = 0;\n puVar4 = (undefined4 *)*puVar1;\n } while ((undefined4 *)*puVar1 != (undefined4 *)0x0);\n }\n }\n else if (param_1 != (undefined4 *)0x0) {\n puVar4 = param_1;\n do {\n puVar1 = (undefined4 *)*puVar4;\n *puVar4 = 0;\n iVar2 = FUN_0001d510(puVar4,local_30,local_2c,local_28,local_24);\n *puVar4 = puVar1;\n *(bool *)(puVar4 + 5) = iVar2 == 0;\n puVar4 = puVar1;\n } while (puVar1 != (undefined4 *)0x0);\n }\n DAT_0004d2a8 = 0x7fffffff;\n DAT_0004d2ac = -DAT_0004d78c;\n if (param_2 == '\0') {\n pcVar3 = FUN_00015d10;\n }\n else {\n pcVar3 = FUN_00016200;\n }\n FUN_0001ce50(param_1,FUN_00015be0,pcVar3);\n if (local_20 != *(int *)(in_GS_OFFSET + 0x14)) {\n \n FUN_0003b430();\n }\n return;\n}" { (declaration "undefined4 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "code *pcVar3;" type_identifier (pointer_declarator "*pcVar3" * identifier) ;) (declaration "undefined4 *puVar4;" type_identifier (pointer_declarator "*puVar4" * identifier) ;) (declaration "int in_GS_OFFSET;" primitive_type identifier ;) (declaration "undefined1 local_30 [4];" type_identifier (array_declarator "local_30 [4]" identifier [ number_literal ]) ;) (declaration "undefined1 local_2c [4];" type_identifier (array_declarator "local_2c [4]" identifier [ number_literal ]) ;) (declaration "undefined1 local_28 [4];" type_identifier (array_declarator "local_28 [4]" identifier [ number_literal ]) ;) (declaration "undefined1 local_24 [4];" type_identifier (array_declarator "local_24 [4]" identifier [ number_literal ]) ;) (declaration "int local_20;" primitive_type identifier ;) (declaration "undefined4 uStack_14;" type_identifier identifier ;) (expression_statement "uStack_14 = 0x16809;" (assignment_expression "uStack_14 = 0x16809" identifier = number_literal) ;) (expression_statement "local_20 = *(int *)(in_GS_OFFSET + 0x14);" (assignment_expression "local_20 = *(int *)(in_GS_OFFSET + 0x14)" identifier = (pointer_expression "*(int *)(in_GS_OFFSET + 0x14)" * (cast_expression "(int *)(in_GS_OFFSET + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_GS_OFFSET + 0x14)" ( (binary_expression "in_GS_OFFSET + 0x14" identifier + number_literal) ))))) ;) (if_statement "if ((DAT_0004d6e1 == '\0') && (DAT_0004d6d0 == 0)) {\n puVar4 = param_1;\n if (param_1 != (undefined4 *)0x0) {\n do {\n *(undefined1 *)(puVar4 + 5) = 0;\n puVar1 = (undefined4 *)*puVar4;\n if (puVar1 == (undefined4 *)0x0) break;\n *(undefined1 *)(puVar1 + 5) = 0;\n puVar4 = (undefined4 *)*puVar1;\n } while ((undefined4 *)*puVar1 != (undefined4 *)0x0);\n }\n }\n else if (param_1 != (undefined4 *)0x0) {\n puVar4 = param_1;\n do {\n puVar1 = (undefined4 *)*puVar4;\n *puVar4 = 0;\n iVar2 = FUN_0001d510(puVar4,local_30,local_2c,local_28,local_24);\n *puVar4 = puVar1;\n *(bool *)(puVar4 + 5) = iVar2 == 0;\n puVar4 = puVar1;\n } while (puVar1 != (undefined4 *)0x0);\n }" if (parenthesized_expression "((DAT_0004d6e1 == '\0') && (DAT_0004d6d0 == 0))" ( (binary_expression "(DAT_0004d6e1 == '\0') && (DAT_0004d6d0 == 0)" (parenthesized_expression "(DAT_0004d6e1 == '\0')" ( (binary_expression "DAT_0004d6e1 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) && (parenthesized_expression "(DAT_0004d6d0 == 0)" ( (binary_expression "DAT_0004d6d0 == 0" identifier == number_literal) ))) )) (compound_statement "{\n puVar4 = param_1;\n if (param_1 != (undefined4 *)0x0) {\n do {\n *(undefined1 *)(puVar4 + 5) = 0;\n puVar1 = (undefined4 *)*puVar4;\n if (puVar1 == (undefined4 *)0x0) break;\n *(undefined1 *)(puVar1 + 5) = 0;\n puVar4 = (undefined4 *)*puVar1;\n } while ((undefined4 *)*puVar1 != (undefined4 *)0x0);\n }\n }" { (expression_statement "puVar4 = param_1;" (assignment_expression "puVar4 = param_1" identifier = identifier) ;) (if_statement "if (param_1 != (undefined4 *)0x0) {\n do {\n *(undefined1 *)(puVar4 + 5) = 0;\n puVar1 = (undefined4 *)*puVar4;\n if (puVar1 == (undefined4 *)0x0) break;\n *(undefined1 *)(puVar1 + 5) = 0;\n puVar4 = (undefined4 *)*puVar1;\n } while ((undefined4 *)*puVar1 != (undefined4 *)0x0);\n }" if (parenthesized_expression "(param_1 != (undefined4 *)0x0)" ( (binary_expression "param_1 != (undefined4 *)0x0" identifier != (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n do {\n *(undefined1 *)(puVar4 + 5) = 0;\n puVar1 = (undefined4 *)*puVar4;\n if (puVar1 == (undefined4 *)0x0) break;\n *(undefined1 *)(puVar1 + 5) = 0;\n puVar4 = (undefined4 *)*puVar1;\n } while ((undefined4 *)*puVar1 != (undefined4 *)0x0);\n }" { (do_statement "do {\n *(undefined1 *)(puVar4 + 5) = 0;\n puVar1 = (undefined4 *)*puVar4;\n if (puVar1 == (undefined4 *)0x0) break;\n *(undefined1 *)(puVar1 + 5) = 0;\n puVar4 = (undefined4 *)*puVar1;\n } while ((undefined4 *)*puVar1 != (undefined4 *)0x0);" do (compound_statement "{\n *(undefined1 *)(puVar4 + 5) = 0;\n puVar1 = (undefined4 *)*puVar4;\n if (puVar1 == (undefined4 *)0x0) break;\n *(undefined1 *)(puVar1 + 5) = 0;\n puVar4 = (undefined4 *)*puVar1;\n }" { (expression_statement "*(undefined1 *)(puVar4 + 5) = 0;" (assignment_expression "*(undefined1 *)(puVar4 + 5) = 0" (pointer_expression "*(undefined1 *)(puVar4 + 5)" * (cast_expression "(undefined1 *)(puVar4 + 5)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar4 + 5)" ( (binary_expression "puVar4 + 5" identifier + number_literal) )))) = number_literal) ;) (expression_statement "puVar1 = (undefined4 *)*puVar4;" (assignment_expression "puVar1 = (undefined4 *)*puVar4" identifier = (cast_expression "(undefined4 *)*puVar4" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar4" * identifier))) ;) (if_statement "if (puVar1 == (undefined4 *)0x0) break;" if (parenthesized_expression "(puVar1 == (undefined4 *)0x0)" ( (binary_expression "puVar1 == (undefined4 *)0x0" identifier == (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (break_statement "break;" break ;)) (expression_statement "*(undefined1 *)(puVar1 + 5) = 0;" (assignment_expression "*(undefined1 *)(puVar1 + 5) = 0" (pointer_expression "*(undefined1 *)(puVar1 + 5)" * (cast_expression "(undefined1 *)(puVar1 + 5)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar1 + 5)" ( (binary_expression "puVar1 + 5" identifier + number_literal) )))) = number_literal) ;) (expression_statement "puVar4 = (undefined4 *)*puVar1;" (assignment_expression "puVar4 = (undefined4 *)*puVar1" identifier = (cast_expression "(undefined4 *)*puVar1" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar1" * identifier))) ;) }) while (parenthesized_expression "((undefined4 *)*puVar1 != (undefined4 *)0x0)" ( (binary_expression "(undefined4 *)*puVar1 != (undefined4 *)0x0" (cast_expression "(undefined4 *)*puVar1" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar1" * identifier)) != (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) ;) })) }) (else_clause "else if (param_1 != (undefined4 *)0x0) {\n puVar4 = param_1;\n do {\n puVar1 = (undefined4 *)*puVar4;\n *puVar4 = 0;\n iVar2 = FUN_0001d510(puVar4,local_30,local_2c,local_28,local_24);\n *puVar4 = puVar1;\n *(bool *)(puVar4 + 5) = iVar2 == 0;\n puVar4 = puVar1;\n } while (puVar1 != (undefined4 *)0x0);\n }" else (if_statement "if (param_1 != (undefined4 *)0x0) {\n puVar4 = param_1;\n do {\n puVar1 = (undefined4 *)*puVar4;\n *puVar4 = 0;\n iVar2 = FUN_0001d510(puVar4,local_30,local_2c,local_28,local_24);\n *puVar4 = puVar1;\n *(bool *)(puVar4 + 5) = iVar2 == 0;\n puVar4 = puVar1;\n } while (puVar1 != (undefined4 *)0x0);\n }" if (parenthesized_expression "(param_1 != (undefined4 *)0x0)" ( (binary_expression "param_1 != (undefined4 *)0x0" identifier != (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n puVar4 = param_1;\n do {\n puVar1 = (undefined4 *)*puVar4;\n *puVar4 = 0;\n iVar2 = FUN_0001d510(puVar4,local_30,local_2c,local_28,local_24);\n *puVar4 = puVar1;\n *(bool *)(puVar4 + 5) = iVar2 == 0;\n puVar4 = puVar1;\n } while (puVar1 != (undefined4 *)0x0);\n }" { (expression_statement "puVar4 = param_1;" (assignment_expression "puVar4 = param_1" identifier = identifier) ;) (do_statement "do {\n puVar1 = (undefined4 *)*puVar4;\n *puVar4 = 0;\n iVar2 = FUN_0001d510(puVar4,local_30,local_2c,local_28,local_24);\n *puVar4 = puVar1;\n *(bool *)(puVar4 + 5) = iVar2 == 0;\n puVar4 = puVar1;\n } while (puVar1 != (undefined4 *)0x0);" do (compound_statement "{\n puVar1 = (undefined4 *)*puVar4;\n *puVar4 = 0;\n iVar2 = FUN_0001d510(puVar4,local_30,local_2c,local_28,local_24);\n *puVar4 = puVar1;\n *(bool *)(puVar4 + 5) = iVar2 == 0;\n puVar4 = puVar1;\n }" { (expression_statement "puVar1 = (undefined4 *)*puVar4;" (assignment_expression "puVar1 = (undefined4 *)*puVar4" identifier = (cast_expression "(undefined4 *)*puVar4" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar4" * identifier))) ;) (expression_statement "*puVar4 = 0;" (assignment_expression "*puVar4 = 0" (pointer_expression "*puVar4" * identifier) = number_literal) ;) (expression_statement "iVar2 = FUN_0001d510(puVar4,local_30,local_2c,local_28,local_24);" (assignment_expression "iVar2 = FUN_0001d510(puVar4,local_30,local_2c,local_28,local_24)" identifier = (call_expression "FUN_0001d510(puVar4,local_30,local_2c,local_28,local_24)" identifier (argument_list "(puVar4,local_30,local_2c,local_28,local_24)" ( identifier , identifier , identifier , identifier , identifier )))) ;) (expression_statement "*puVar4 = puVar1;" (assignment_expression "*puVar4 = puVar1" (pointer_expression "*puVar4" * identifier) = identifier) ;) (expression_statement "*(bool *)(puVar4 + 5) = iVar2 == 0;" (assignment_expression "*(bool *)(puVar4 + 5) = iVar2 == 0" (pointer_expression "*(bool *)(puVar4 + 5)" * (cast_expression "(bool *)(puVar4 + 5)" ( (type_descriptor "bool *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar4 + 5)" ( (binary_expression "puVar4 + 5" identifier + number_literal) )))) = (binary_expression "iVar2 == 0" identifier == number_literal)) ;) (expression_statement "puVar4 = puVar1;" (assignment_expression "puVar4 = puVar1" identifier = identifier) ;) }) while (parenthesized_expression "(puVar1 != (undefined4 *)0x0)" ( (binary_expression "puVar1 != (undefined4 *)0x0" identifier != (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) ;) })))) (expression_statement "DAT_0004d2a8 = 0x7fffffff;" (assignment_expression "DAT_0004d2a8 = 0x7fffffff" identifier = number_literal) ;) (expression_statement "DAT_0004d2ac = -DAT_0004d78c;" (assignment_expression "DAT_0004d2ac = -DAT_0004d78c" identifier = (unary_expression "-DAT_0004d78c" - identifier)) ;) (if_statement "if (param_2 == '\0') {\n pcVar3 = FUN_00015d10;\n }\n else {\n pcVar3 = FUN_00016200;\n }" if (parenthesized_expression "(param_2 == '\0')" ( (binary_expression "param_2 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n pcVar3 = FUN_00015d10;\n }" { (expression_statement "pcVar3 = FUN_00015d10;" (assignment_expression "pcVar3 = FUN_00015d10" identifier = identifier) ;) }) (else_clause "else {\n pcVar3 = FUN_00016200;\n }" else (compound_statement "{\n pcVar3 = FUN_00016200;\n }" { (expression_statement "pcVar3 = FUN_00016200;" (assignment_expression "pcVar3 = FUN_00016200" identifier = identifier) ;) }))) (expression_statement "FUN_0001ce50(param_1,FUN_00015be0,pcVar3);" (call_expression "FUN_0001ce50(param_1,FUN_00015be0,pcVar3)" identifier (argument_list "(param_1,FUN_00015be0,pcVar3)" ( identifier , identifier , identifier ))) ;) (if_statement "if (local_20 != *(int *)(in_GS_OFFSET + 0x14)) {\n \n FUN_0003b430();\n }" if (parenthesized_expression "(local_20 != *(int *)(in_GS_OFFSET + 0x14))" ( (binary_expression "local_20 != *(int *)(in_GS_OFFSET + 0x14)" identifier != (pointer_expression "*(int *)(in_GS_OFFSET + 0x14)" * (cast_expression "(int *)(in_GS_OFFSET + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_GS_OFFSET + 0x14)" ( (binary_expression "in_GS_OFFSET + 0x14" identifier + number_literal) ))))) )) (compound_statement "{\n \n FUN_0003b430();\n }" { (expression_statement "FUN_0003b430();" (call_expression "FUN_0003b430()" identifier (argument_list "()" ( ))) ;) })) (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 (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = LIT) ;) (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 == (char_literal ' escape_sequence ')) )) && (parenthesized_expression ( (binary_expression IDENT == LIT) ))) )) (compound_statement { (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 { (do_statement do (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 = (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)) )) (break_statement break ;)) (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 = (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)) )) ;) })) }) (else_clause else (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) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = LIT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT , 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 + LIT) )))) = (binary_expression IDENT == LIT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) }) while (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) ;) })))) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (unary_expression - IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) }))) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT ))) ;) (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 (call_expression IDENT (argument_list ( ))) ;) })) (return_statement return ;) })))
(function_definition "void FUN_00016800(undefined4 *param_1,char param_2)\n\n{\n undefined4 *puVar1;\n int iVar2;\n code *pcVar3;\n undefined4 *puVar4;\n int in_GS_OFFSET;\n undefined1 local_30 [4];\n undefined1 local_2c [4];\n undefined1 local_28 [4];\n undefined1 local_24 [4];\n int local_20;\n undefined4 uStack_14;\n \n uStack_14 = 0x16809;\n local_20 = *(int *)(in_GS_OFFSET + 0x14);\n if ((DAT_0004d6e1 == '\0') && (DAT_0004d6d0 == 0)) {\n puVar4 = param_1;\n if (param_1 != (undefined4 *)0x0) {\n do {\n *(undefined1 *)(puVar4 + 5) = 0;\n puVar1 = (undefined4 *)*puVar4;\n if (puVar1 == (undefined4 *)0x0) break;\n *(undefined1 *)(puVar1 + 5) = 0;\n puVar4 = (undefined4 *)*puVar1;\n } while ((undefined4 *)*puVar1 != (undefined4 *)0x0);\n }\n }\n else if (param_1 != (undefined4 *)0x0) {\n puVar4 = param_1;\n do {\n puVar1 = (undefined4 *)*puVar4;\n *puVar4 = 0;\n iVar2 = FUN_0001d510(puVar4,local_30,local_2c,local_28,local_24);\n *puVar4 = puVar1;\n *(bool *)(puVar4 + 5) = iVar2 == 0;\n puVar4 = puVar1;\n } while (puVar1 != (undefined4 *)0x0);\n }\n DAT_0004d2a8 = 0x7fffffff;\n DAT_0004d2ac = -DAT_0004d78c;\n if (param_2 == '\0') {\n pcVar3 = FUN_00015d10;\n }\n else {\n pcVar3 = FUN_00016200;\n }\n FUN_0001ce50(param_1,FUN_00015be0,pcVar3);\n if (local_20 != *(int *)(in_GS_OFFSET + 0x14)) {\n \n FUN_0003b430();\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_00016800(undefined4 *param_1,char param_2)" (identifier "FUN_00016800") (parameter_list "(undefined4 *param_1,char param_2)" (( "(") (parameter_declaration "undefined4 *param_1" (type_identifier "undefined4") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "char param_2" (primitive_type "char") (identifier "param_2")) () ")"))) (compound_statement "{\n undefined4 *puVar1;\n int iVar2;\n code *pcVar3;\n undefined4 *puVar4;\n int in_GS_OFFSET;\n undefined1 local_30 [4];\n undefined1 local_2c [4];\n undefined1 local_28 [4];\n undefined1 local_24 [4];\n int local_20;\n undefined4 uStack_14;\n \n uStack_14 = 0x16809;\n local_20 = *(int *)(in_GS_OFFSET + 0x14);\n if ((DAT_0004d6e1 == '\0') && (DAT_0004d6d0 == 0)) {\n puVar4 = param_1;\n if (param_1 != (undefined4 *)0x0) {\n do {\n *(undefined1 *)(puVar4 + 5) = 0;\n puVar1 = (undefined4 *)*puVar4;\n if (puVar1 == (undefined4 *)0x0) break;\n *(undefined1 *)(puVar1 + 5) = 0;\n puVar4 = (undefined4 *)*puVar1;\n } while ((undefined4 *)*puVar1 != (undefined4 *)0x0);\n }\n }\n else if (param_1 != (undefined4 *)0x0) {\n puVar4 = param_1;\n do {\n puVar1 = (undefined4 *)*puVar4;\n *puVar4 = 0;\n iVar2 = FUN_0001d510(puVar4,local_30,local_2c,local_28,local_24);\n *puVar4 = puVar1;\n *(bool *)(puVar4 + 5) = iVar2 == 0;\n puVar4 = puVar1;\n } while (puVar1 != (undefined4 *)0x0);\n }\n DAT_0004d2a8 = 0x7fffffff;\n DAT_0004d2ac = -DAT_0004d78c;\n if (param_2 == '\0') {\n pcVar3 = FUN_00015d10;\n }\n else {\n pcVar3 = FUN_00016200;\n }\n FUN_0001ce50(param_1,FUN_00015be0,pcVar3);\n if (local_20 != *(int *)(in_GS_OFFSET + 0x14)) {\n \n FUN_0003b430();\n }\n return;\n}" ({ "{") (declaration "undefined4 *puVar1;" (type_identifier "undefined4") (pointer_declarator "*puVar1" (* "*") (identifier "puVar1")) (; ";")) (declaration "int iVar2;" (primitive_type "int") (identifier "iVar2") (; ";")) (declaration "code *pcVar3;" (type_identifier "code") (pointer_declarator "*pcVar3" (* "*") (identifier "pcVar3")) (; ";")) (declaration "undefined4 *puVar4;" (type_identifier "undefined4") (pointer_declarator "*puVar4" (* "*") (identifier "puVar4")) (; ";")) (declaration "int in_GS_OFFSET;" (primitive_type "int") (identifier "in_GS_OFFSET") (; ";")) (declaration "undefined1 local_30 [4];" (type_identifier "undefined1") (array_declarator "local_30 [4]" (identifier "local_30") ([ "[") (number_literal "4") (] "]")) (; ";")) (declaration "undefined1 local_2c [4];" (type_identifier "undefined1") (array_declarator "local_2c [4]" (identifier "local_2c") ([ "[") (number_literal "4") (] "]")) (; ";")) (declaration "undefined1 local_28 [4];" (type_identifier "undefined1") (array_declarator "local_28 [4]" (identifier "local_28") ([ "[") (number_literal "4") (] "]")) (; ";")) (declaration "undefined1 local_24 [4];" (type_identifier "undefined1") (array_declarator "local_24 [4]" (identifier "local_24") ([ "[") (number_literal "4") (] "]")) (; ";")) (declaration "int local_20;" (primitive_type "int") (identifier "local_20") (; ";")) (declaration "undefined4 uStack_14;" (type_identifier "undefined4") (identifier "uStack_14") (; ";")) (expression_statement "uStack_14 = 0x16809;" (assignment_expression "uStack_14 = 0x16809" (identifier "uStack_14") (= "=") (number_literal "0x16809")) (; ";")) (expression_statement "local_20 = *(int *)(in_GS_OFFSET + 0x14);" (assignment_expression "local_20 = *(int *)(in_GS_OFFSET + 0x14)" (identifier "local_20") (= "=") (pointer_expression "*(int *)(in_GS_OFFSET + 0x14)" (* "*") (cast_expression "(int *)(in_GS_OFFSET + 0x14)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(in_GS_OFFSET + 0x14)" (( "(") (binary_expression "in_GS_OFFSET + 0x14" (identifier "in_GS_OFFSET") (+ "+") (number_literal "0x14")) () ")"))))) (; ";")) (if_statement "if ((DAT_0004d6e1 == '\0') && (DAT_0004d6d0 == 0)) {\n puVar4 = param_1;\n if (param_1 != (undefined4 *)0x0) {\n do {\n *(undefined1 *)(puVar4 + 5) = 0;\n puVar1 = (undefined4 *)*puVar4;\n if (puVar1 == (undefined4 *)0x0) break;\n *(undefined1 *)(puVar1 + 5) = 0;\n puVar4 = (undefined4 *)*puVar1;\n } while ((undefined4 *)*puVar1 != (undefined4 *)0x0);\n }\n }\n else if (param_1 != (undefined4 *)0x0) {\n puVar4 = param_1;\n do {\n puVar1 = (undefined4 *)*puVar4;\n *puVar4 = 0;\n iVar2 = FUN_0001d510(puVar4,local_30,local_2c,local_28,local_24);\n *puVar4 = puVar1;\n *(bool *)(puVar4 + 5) = iVar2 == 0;\n puVar4 = puVar1;\n } while (puVar1 != (undefined4 *)0x0);\n }" (if "if") (parenthesized_expression "((DAT_0004d6e1 == '\0') && (DAT_0004d6d0 == 0))" (( "(") (binary_expression "(DAT_0004d6e1 == '\0') && (DAT_0004d6d0 == 0)" (parenthesized_expression "(DAT_0004d6e1 == '\0')" (( "(") (binary_expression "DAT_0004d6e1 == '\0'" (identifier "DAT_0004d6e1") (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (&& "&&") (parenthesized_expression "(DAT_0004d6d0 == 0)" (( "(") (binary_expression "DAT_0004d6d0 == 0" (identifier "DAT_0004d6d0") (== "==") (number_literal "0")) () ")"))) () ")")) (compound_statement "{\n puVar4 = param_1;\n if (param_1 != (undefined4 *)0x0) {\n do {\n *(undefined1 *)(puVar4 + 5) = 0;\n puVar1 = (undefined4 *)*puVar4;\n if (puVar1 == (undefined4 *)0x0) break;\n *(undefined1 *)(puVar1 + 5) = 0;\n puVar4 = (undefined4 *)*puVar1;\n } while ((undefined4 *)*puVar1 != (undefined4 *)0x0);\n }\n }" ({ "{") (expression_statement "puVar4 = param_1;" (assignment_expression "puVar4 = param_1" (identifier "puVar4") (= "=") (identifier "param_1")) (; ";")) (if_statement "if (param_1 != (undefined4 *)0x0) {\n do {\n *(undefined1 *)(puVar4 + 5) = 0;\n puVar1 = (undefined4 *)*puVar4;\n if (puVar1 == (undefined4 *)0x0) break;\n *(undefined1 *)(puVar1 + 5) = 0;\n puVar4 = (undefined4 *)*puVar1;\n } while ((undefined4 *)*puVar1 != (undefined4 *)0x0);\n }" (if "if") (parenthesized_expression "(param_1 != (undefined4 *)0x0)" (( "(") (binary_expression "param_1 != (undefined4 *)0x0" (identifier "param_1") (!= "!=") (cast_expression "(undefined4 *)0x0" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n do {\n *(undefined1 *)(puVar4 + 5) = 0;\n puVar1 = (undefined4 *)*puVar4;\n if (puVar1 == (undefined4 *)0x0) break;\n *(undefined1 *)(puVar1 + 5) = 0;\n puVar4 = (undefined4 *)*puVar1;\n } while ((undefined4 *)*puVar1 != (undefined4 *)0x0);\n }" ({ "{") (do_statement "do {\n *(undefined1 *)(puVar4 + 5) = 0;\n puVar1 = (undefined4 *)*puVar4;\n if (puVar1 == (undefined4 *)0x0) break;\n *(undefined1 *)(puVar1 + 5) = 0;\n puVar4 = (undefined4 *)*puVar1;\n } while ((undefined4 *)*puVar1 != (undefined4 *)0x0);" (do "do") (compound_statement "{\n *(undefined1 *)(puVar4 + 5) = 0;\n puVar1 = (undefined4 *)*puVar4;\n if (puVar1 == (undefined4 *)0x0) break;\n *(undefined1 *)(puVar1 + 5) = 0;\n puVar4 = (undefined4 *)*puVar1;\n }" ({ "{") (expression_statement "*(undefined1 *)(puVar4 + 5) = 0;" (assignment_expression "*(undefined1 *)(puVar4 + 5) = 0" (pointer_expression "*(undefined1 *)(puVar4 + 5)" (* "*") (cast_expression "(undefined1 *)(puVar4 + 5)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(puVar4 + 5)" (( "(") (binary_expression "puVar4 + 5" (identifier "puVar4") (+ "+") (number_literal "5")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "puVar1 = (undefined4 *)*puVar4;" (assignment_expression "puVar1 = (undefined4 *)*puVar4" (identifier "puVar1") (= "=") (cast_expression "(undefined4 *)*puVar4" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*puVar4" (* "*") (identifier "puVar4")))) (; ";")) (if_statement "if (puVar1 == (undefined4 *)0x0) break;" (if "if") (parenthesized_expression "(puVar1 == (undefined4 *)0x0)" (( "(") (binary_expression "puVar1 == (undefined4 *)0x0" (identifier "puVar1") (== "==") (cast_expression "(undefined4 *)0x0" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "*(undefined1 *)(puVar1 + 5) = 0;" (assignment_expression "*(undefined1 *)(puVar1 + 5) = 0" (pointer_expression "*(undefined1 *)(puVar1 + 5)" (* "*") (cast_expression "(undefined1 *)(puVar1 + 5)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(puVar1 + 5)" (( "(") (binary_expression "puVar1 + 5" (identifier "puVar1") (+ "+") (number_literal "5")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "puVar4 = (undefined4 *)*puVar1;" (assignment_expression "puVar4 = (undefined4 *)*puVar1" (identifier "puVar4") (= "=") (cast_expression "(undefined4 *)*puVar1" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*puVar1" (* "*") (identifier "puVar1")))) (; ";")) (} "}")) (while "while") (parenthesized_expression "((undefined4 *)*puVar1 != (undefined4 *)0x0)" (( "(") (binary_expression "(undefined4 *)*puVar1 != (undefined4 *)0x0" (cast_expression "(undefined4 *)*puVar1" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*puVar1" (* "*") (identifier "puVar1"))) (!= "!=") (cast_expression "(undefined4 *)0x0" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (; ";")) (} "}"))) (} "}")) (else_clause "else if (param_1 != (undefined4 *)0x0) {\n puVar4 = param_1;\n do {\n puVar1 = (undefined4 *)*puVar4;\n *puVar4 = 0;\n iVar2 = FUN_0001d510(puVar4,local_30,local_2c,local_28,local_24);\n *puVar4 = puVar1;\n *(bool *)(puVar4 + 5) = iVar2 == 0;\n puVar4 = puVar1;\n } while (puVar1 != (undefined4 *)0x0);\n }" (else "else") (if_statement "if (param_1 != (undefined4 *)0x0) {\n puVar4 = param_1;\n do {\n puVar1 = (undefined4 *)*puVar4;\n *puVar4 = 0;\n iVar2 = FUN_0001d510(puVar4,local_30,local_2c,local_28,local_24);\n *puVar4 = puVar1;\n *(bool *)(puVar4 + 5) = iVar2 == 0;\n puVar4 = puVar1;\n } while (puVar1 != (undefined4 *)0x0);\n }" (if "if") (parenthesized_expression "(param_1 != (undefined4 *)0x0)" (( "(") (binary_expression "param_1 != (undefined4 *)0x0" (identifier "param_1") (!= "!=") (cast_expression "(undefined4 *)0x0" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n puVar4 = param_1;\n do {\n puVar1 = (undefined4 *)*puVar4;\n *puVar4 = 0;\n iVar2 = FUN_0001d510(puVar4,local_30,local_2c,local_28,local_24);\n *puVar4 = puVar1;\n *(bool *)(puVar4 + 5) = iVar2 == 0;\n puVar4 = puVar1;\n } while (puVar1 != (undefined4 *)0x0);\n }" ({ "{") (expression_statement "puVar4 = param_1;" (assignment_expression "puVar4 = param_1" (identifier "puVar4") (= "=") (identifier "param_1")) (; ";")) (do_statement "do {\n puVar1 = (undefined4 *)*puVar4;\n *puVar4 = 0;\n iVar2 = FUN_0001d510(puVar4,local_30,local_2c,local_28,local_24);\n *puVar4 = puVar1;\n *(bool *)(puVar4 + 5) = iVar2 == 0;\n puVar4 = puVar1;\n } while (puVar1 != (undefined4 *)0x0);" (do "do") (compound_statement "{\n puVar1 = (undefined4 *)*puVar4;\n *puVar4 = 0;\n iVar2 = FUN_0001d510(puVar4,local_30,local_2c,local_28,local_24);\n *puVar4 = puVar1;\n *(bool *)(puVar4 + 5) = iVar2 == 0;\n puVar4 = puVar1;\n }" ({ "{") (expression_statement "puVar1 = (undefined4 *)*puVar4;" (assignment_expression "puVar1 = (undefined4 *)*puVar4" (identifier "puVar1") (= "=") (cast_expression "(undefined4 *)*puVar4" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*puVar4" (* "*") (identifier "puVar4")))) (; ";")) (expression_statement "*puVar4 = 0;" (assignment_expression "*puVar4 = 0" (pointer_expression "*puVar4" (* "*") (identifier "puVar4")) (= "=") (number_literal "0")) (; ";")) (expression_statement "iVar2 = FUN_0001d510(puVar4,local_30,local_2c,local_28,local_24);" (assignment_expression "iVar2 = FUN_0001d510(puVar4,local_30,local_2c,local_28,local_24)" (identifier "iVar2") (= "=") (call_expression "FUN_0001d510(puVar4,local_30,local_2c,local_28,local_24)" (identifier "FUN_0001d510") (argument_list "(puVar4,local_30,local_2c,local_28,local_24)" (( "(") (identifier "puVar4") (, ",") (identifier "local_30") (, ",") (identifier "local_2c") (, ",") (identifier "local_28") (, ",") (identifier "local_24") () ")")))) (; ";")) (expression_statement "*puVar4 = puVar1;" (assignment_expression "*puVar4 = puVar1" (pointer_expression "*puVar4" (* "*") (identifier "puVar4")) (= "=") (identifier "puVar1")) (; ";")) (expression_statement "*(bool *)(puVar4 + 5) = iVar2 == 0;" (assignment_expression "*(bool *)(puVar4 + 5) = iVar2 == 0" (pointer_expression "*(bool *)(puVar4 + 5)" (* "*") (cast_expression "(bool *)(puVar4 + 5)" (( "(") (type_descriptor "bool *" (primitive_type "bool") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(puVar4 + 5)" (( "(") (binary_expression "puVar4 + 5" (identifier "puVar4") (+ "+") (number_literal "5")) () ")")))) (= "=") (binary_expression "iVar2 == 0" (identifier "iVar2") (== "==") (number_literal "0"))) (; ";")) (expression_statement "puVar4 = puVar1;" (assignment_expression "puVar4 = puVar1" (identifier "puVar4") (= "=") (identifier "puVar1")) (; ";")) (} "}")) (while "while") (parenthesized_expression "(puVar1 != (undefined4 *)0x0)" (( "(") (binary_expression "puVar1 != (undefined4 *)0x0" (identifier "puVar1") (!= "!=") (cast_expression "(undefined4 *)0x0" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (; ";")) (} "}"))))) (expression_statement "DAT_0004d2a8 = 0x7fffffff;" (assignment_expression "DAT_0004d2a8 = 0x7fffffff" (identifier "DAT_0004d2a8") (= "=") (number_literal "0x7fffffff")) (; ";")) (expression_statement "DAT_0004d2ac = -DAT_0004d78c;" (assignment_expression "DAT_0004d2ac = -DAT_0004d78c" (identifier "DAT_0004d2ac") (= "=") (unary_expression "-DAT_0004d78c" (- "-") (identifier "DAT_0004d78c"))) (; ";")) (if_statement "if (param_2 == '\0') {\n pcVar3 = FUN_00015d10;\n }\n else {\n pcVar3 = FUN_00016200;\n }" (if "if") (parenthesized_expression "(param_2 == '\0')" (( "(") (binary_expression "param_2 == '\0'" (identifier "param_2") (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n pcVar3 = FUN_00015d10;\n }" ({ "{") (expression_statement "pcVar3 = FUN_00015d10;" (assignment_expression "pcVar3 = FUN_00015d10" (identifier "pcVar3") (= "=") (identifier "FUN_00015d10")) (; ";")) (} "}")) (else_clause "else {\n pcVar3 = FUN_00016200;\n }" (else "else") (compound_statement "{\n pcVar3 = FUN_00016200;\n }" ({ "{") (expression_statement "pcVar3 = FUN_00016200;" (assignment_expression "pcVar3 = FUN_00016200" (identifier "pcVar3") (= "=") (identifier "FUN_00016200")) (; ";")) (} "}")))) (expression_statement "FUN_0001ce50(param_1,FUN_00015be0,pcVar3);" (call_expression "FUN_0001ce50(param_1,FUN_00015be0,pcVar3)" (identifier "FUN_0001ce50") (argument_list "(param_1,FUN_00015be0,pcVar3)" (( "(") (identifier "param_1") (, ",") (identifier "FUN_00015be0") (, ",") (identifier "pcVar3") () ")"))) (; ";")) (if_statement "if (local_20 != *(int *)(in_GS_OFFSET + 0x14)) {\n \n FUN_0003b430();\n }" (if "if") (parenthesized_expression "(local_20 != *(int *)(in_GS_OFFSET + 0x14))" (( "(") (binary_expression "local_20 != *(int *)(in_GS_OFFSET + 0x14)" (identifier "local_20") (!= "!=") (pointer_expression "*(int *)(in_GS_OFFSET + 0x14)" (* "*") (cast_expression "(int *)(in_GS_OFFSET + 0x14)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(in_GS_OFFSET + 0x14)" (( "(") (binary_expression "in_GS_OFFSET + 0x14" (identifier "in_GS_OFFSET") (+ "+") (number_literal "0x14")) () ")"))))) () ")")) (compound_statement "{\n \n FUN_0003b430();\n }" ({ "{") (expression_statement "FUN_0003b430();" (call_expression "FUN_0003b430()" (identifier "FUN_0003b430") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ void function_1(type_1 *var_2,type_2 unidiff) { type_1 *var_6; type_3 var_4; type_4 *printfun; type_1 *pcVar3; int var_1; type_5 first0; type_5 last0; type_5 first1; type_5 last1; int var_8; type_6 uStack_14; uStack_14 = 0x16809; var_8 = *(int *)(var_1 + 0x14); if ((ignore_blank_lines) || (ignore_regexp.fastmap != (char *)0x0)) { if (var_2 != (type_1 *)0x0) { pcVar3 = var_2; do { var_6 = pcVar3->link; pcVar3->link = (type_1 *)0x0; var_4 = var_3(pcVar3,&first0,&last0,&first1,&last1); pcVar3->link = var_6; pcVar3->ignore = var_4 == var_5; pcVar3 = var_6; } while (var_6 != (type_1 *)0x0); } } else { pcVar3 = var_2; if (var_2 != (type_1 *)0x0) { do { pcVar3->ignore = false; var_6 = pcVar3->link; if (var_6 == (type_1 *)0x0) break; var_6->ignore = false; pcVar3 = var_6->link; } while (var_6->link != (type_1 *)0x0); } } find_function_last_match = 0x7fffffff; find_function_last_search = -files[0].prefix_lines; if (unidiff) { printfun = pr_unidiff_hunk; } else { printfun = pr_context_hunk; } var_7(var_2,find_hunk,printfun); if (var_8 != *(int *)(var_1 + 0x14)) { /* WARNING: Subroutine does not return */ var_9(); } 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: (primitive_type) declarator: (identifier)))) body: (compound_statement (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: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) 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: (array_declarator declarator: (identifier) size: (number_literal))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (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: (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: (identifier) right: (char_literal (escape_sequence)))) right: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) consequence: (compound_statement (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 (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: (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: (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: (break_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: (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)))))))) alternative: (else_clause (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))) (do_statement 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 (assignment_expression left: (pointer_expression argument: (identifier)) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier) (identifier) (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: (primitive_type) 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)))) condition: (parenthesized_expression (binary_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: (unary_expression argument: (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: (identifier)))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier)))) (if_statement condition: (parenthesized_expression (binary_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))))))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (return_statement))))
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(undefined4 *param_1,char param_2) { undefined4 *puVar1; int iVar2; code *pcVar3; undefined4 *puVar4; int in_GS_OFFSET; undefined1 local_30 [4]; undefined1 local_2c [4]; undefined1 local_28 [4]; undefined1 local_24 [4]; int local_20; undefined4 uStack_14; uStack_14 = 0x16809; local_20 = *(int *)(in_GS_OFFSET + 0x14); if ((DAT_0004d6e1 == '\0') && (DAT_0004d6d0 == 0)) { puVar4 = param_1; if (param_1 != (undefined4 *)0x0) { do { *(undefined1 *)(puVar4 + 5) = 0; puVar1 = (undefined4 *)*puVar4; if (puVar1 == (undefined4 *)0x0) break; *(undefined1 *)(puVar1 + 5) = 0; puVar4 = (undefined4 *)*puVar1; } while ((undefined4 *)*puVar1 != (undefined4 *)0x0); } } else if (param_1 != (undefined4 *)0x0) { puVar4 = param_1; do { puVar1 = (undefined4 *)*puVar4; *puVar4 = 0; iVar2 = FUN_0001d510(puVar4,local_30,local_2c,local_28,local_24); *puVar4 = puVar1; *(bool *)(puVar4 + 5) = iVar2 == 0; puVar4 = puVar1; } while (puVar1 != (undefined4 *)0x0); } DAT_0004d2a8 = 0x7fffffff; DAT_0004d2ac = -DAT_0004d78c; if (param_2 == '\0') { pcVar3 = FUN_00015d10; } else { pcVar3 = FUN_00016200; } FUN_0001ce50(param_1,FUN_00015be0,pcVar3); if (local_20 != *(int *)(in_GS_OFFSET + 0x14)) { /* WARNING: Subroutine does not return */ FUN_0003b430(); } return; }
634_x86_64-linux-gnu-objdump_and_x86_64-linux-gnu-objdump_strip.c
mkdtemp
mkdtemp
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * mkdtemp(char *__template) { /* WARNING: Bad instruction - Truncating control flow here */ /* mkdtemp@@GLIBC_2.2 */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * mkdtemp(char *__template) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1206357546')]
[('const-1', u'RETURN_-1206357546')]
null
null
000771cc
x86
O2
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * mkdtemp(char *__template)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "char * mkdtemp(char *__template)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (pointer_declarator "* mkdtemp(char *__template)" * (function_declarator "mkdtemp(char *__template)" identifier (parameter_list "(char *__template)" ( (parameter_declaration "char *__template" primitive_type (pointer_declarator "*__template" * 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 * mkdtemp(char *__template)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* mkdtemp@@GLIBC_2.2 */\n halt_baddata();\n}\n\n" comment comment (function_definition "char * mkdtemp(char *__template)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* mkdtemp@@GLIBC_2.2 */\n halt_baddata();\n}" primitive_type (pointer_declarator "* mkdtemp(char *__template)" * (function_declarator "mkdtemp(char *__template)" identifier (parameter_list "(char *__template)" ( (parameter_declaration "char *__template" primitive_type (pointer_declarator "*__template" * identifier)) )))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* mkdtemp@@GLIBC_2.2 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "char * mkdtemp(char *__template)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "char * mkdtemp(char *__template)\n\n{\n \n halt_baddata();\n}" primitive_type (pointer_declarator "* mkdtemp(char *__template)" * (function_declarator "mkdtemp(char *__template)" identifier (parameter_list "(char *__template)" ( (parameter_declaration "char *__template" primitive_type (pointer_declarator "*__template" * 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 * mkdtemp(char *__template)\n\n{\n \n halt_baddata();\n}" (primitive_type "char") (pointer_declarator "* mkdtemp(char *__template)" (* "*") (function_declarator "mkdtemp(char *__template)" (identifier "mkdtemp") (parameter_list "(char *__template)" (( "(") (parameter_declaration "char *__template" (primitive_type "char") (pointer_declarator "*__template" (* "*") (identifier "__template"))) () ")")))) (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 *__template) { /* WARNING: Bad instruction - Truncating control flow here */ /* mkdtemp@@GLIBC_2.2 */ 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 *__template) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
296_x86_64-linux-gnu-objcopy_and_x86_64-linux-gnu-objcopy_strip.c
stab_demangle_qualified
FUN_00022f00
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ bfd_boolean __regparm3 stab_demangle_qualified(stab_demangle_info *minfo,char **pp,debug_type_conflict *ptype) { char cVar1; byte bVar2; byte bVar3; char *s; byte *pbVar4; undefined *puVar5; bfd_boolean bVar6; size_t sVar7; debug_field *ppdVar8; debug_type_kind kind; debug_type pdVar9; char *__s1; int iVar10; debug_field field; char *pcVar11; uint uVar12; byte *pbVar13; uint len; long local_4c; debug_type_conflict local_40; char *name; undefined4 uStack_14; puVar5 = PTR__sch_istable_0003ffb4; uStack_14 = 0x22f09; s = *pp; cVar1 = s[1]; if ('0' < cVar1) { if (cVar1 < ':') { local_4c = cVar1 + -0x30; *pp = s + (s[2] == '_') + 2; LAB_00022fd2: puVar5 = PTR__sch_istable_0003ffb4; local_40 = (debug_type_conflict)0x0; do { if (local_4c == 0) { if (ptype == (debug_type_conflict *)0x0) { return 1; } *ptype = local_40; return 1; } pbVar4 = (byte *)*pp; bVar2 = *pbVar4; pbVar13 = pbVar4; if (bVar2 == 0x5f) { pbVar13 = pbVar4 + 1; *pp = (char *)pbVar13; bVar2 = pbVar4[1]; } uVar12 = (uint)bVar2; if (bVar2 == 0x74) { if (ptype == (debug_type_conflict *)0x0) { pdVar9 = (debug_type)stab_demangle_template(minfo,pp,(char **)0x0); } else { bVar6 = stab_demangle_template(minfo,pp,&name); pcVar11 = name; if (bVar6 == 0) { return 0; } sVar7 = strlen(name); local_40 = stab_find_tagged_type (minfo->dhandle,(stab_handle *)&minfo->info->tags,pcVar11,sVar7, DEBUG_KIND_CLASS); free(name); pdVar9 = local_40; } if (pdVar9 == (debug_type)0x0) { return 0; } } else { len = 0; if ((puVar5[uVar12 * 2] & 4) != 0) { len = 0; do { pbVar13 = pbVar13 + 1; *pp = (char *)pbVar13; len = (char)uVar12 + -0x30 + len * 10; uVar12 = (uint)*pbVar13; } while ((puVar5[uVar12 * 2] & 4) != 0); sVar7 = strlen((char *)pbVar13); if (sVar7 < len) goto LAB_00022fa0; } if (ptype != (debug_type_conflict *)0x0) { if ((local_40 != (debug_type_conflict)0x0) && (ppdVar8 = debug_get_fields(minfo->dhandle,local_40), ppdVar8 != (debug_field *)0x0)) { pcVar11 = savestring(*pp,len); field = *ppdVar8; if (field == (debug_field)0x0) { free(pcVar11); } else { do { local_40 = debug_get_field_type(minfo->dhandle,field); if (local_40 == (debug_type_conflict)0x0) { free(pcVar11); return 0; } __s1 = debug_get_type_name(minfo->dhandle,local_40); if ((__s1 != (char *)0x0) && (iVar10 = strcmp(__s1,pcVar11), iVar10 == 0)) { free(pcVar11); *pp = *pp + len; goto LAB_0002305b; } ppdVar8 = ppdVar8 + 1; field = *ppdVar8; } while (field != (debug_field)0x0); free(pcVar11); } } kind = DEBUG_KIND_CLASS; if (local_4c == 1) { pcVar11 = savestring(*pp,len); local_40 = debug_find_named_type(minfo->dhandle,pcVar11); free(pcVar11); if (local_40 != (debug_type_conflict)0x0) goto LAB_0002313e; kind = DEBUG_KIND_ILLEGAL; } local_40 = stab_find_tagged_type (minfo->dhandle,(stab_handle *)&minfo->info->tags,*pp,len,kind); if (local_40 == (debug_type)0x0) { return 0; } } LAB_0002313e: *pp = *pp + len; } LAB_0002305b: local_4c = local_4c + -1; } while( true ); } if (((cVar1 == '_') && ((PTR__sch_istable_0003ffb4[(uint)(byte)s[2] * 2] & 4) != 0)) && (s[2] != 0x30)) { pbVar13 = (byte *)(s + 2); local_4c = strtol((char *)pbVar13,(char **)0x0,10); bVar2 = s[2]; bVar3 = puVar5[(uint)bVar2 * 2]; while ((bVar3 & 4) != 0) { pbVar13 = pbVar13 + 1; bVar2 = *pbVar13; bVar3 = puVar5[(uint)bVar2 * 2]; } if (bVar2 == 0x5f) { *pp = (char *)(pbVar13 + 1); goto LAB_00022fd2; } } } LAB_00022fa0: stab_bad_demangle(s); return 0; }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ undefined4 __regparm3 FUN_00022f00(undefined4 *param_1,int *param_2,int *param_3) { char cVar1; byte bVar2; byte bVar3; byte *pbVar4; undefined *puVar5; size_t sVar6; int *piVar7; undefined4 uVar8; char *__s2; char *__s1; int iVar9; void *__ptr; uint uVar10; byte *pbVar11; uint uVar12; long local_4c; int local_40; char *local_20; puVar5 = PTR__sch_istable_0003ffb4; iVar9 = *param_2; cVar1 = *(char *)(iVar9 + 1); if ('0' < cVar1) { if (cVar1 < ':') { local_4c = cVar1 + -0x30; *param_2 = iVar9 + 2 + (uint)(*(char *)(iVar9 + 2) == '_'); LAB_00022fd2: puVar5 = PTR__sch_istable_0003ffb4; local_40 = 0; do { if (local_4c == 0) { if (param_3 == (int *)0x0) { return 1; } *param_3 = local_40; return 1; } pbVar4 = (byte *)*param_2; bVar2 = *pbVar4; pbVar11 = pbVar4; if (bVar2 == 0x5f) { pbVar11 = pbVar4 + 1; *param_2 = (int)pbVar11; bVar2 = pbVar4[1]; } uVar10 = (uint)bVar2; if (bVar2 == 0x74) { if (param_3 == (int *)0x0) { iVar9 = FUN_000228f0(); } else { iVar9 = FUN_000228f0(); if (iVar9 == 0) { return 0; } sVar6 = strlen(local_20); local_40 = FUN_00021390(sVar6,9); free(local_20); iVar9 = local_40; } if (iVar9 == 0) { return 0; } } else { uVar12 = 0; if ((puVar5[uVar10 * 2] & 4) != 0) { uVar12 = 0; do { pbVar11 = pbVar11 + 1; *param_2 = (int)pbVar11; uVar12 = (char)uVar10 + -0x30 + uVar12 * 10; uVar10 = (uint)*pbVar11; } while ((puVar5[uVar10 * 2] & 4) != 0); sVar6 = strlen((char *)pbVar11); if (sVar6 < uVar12) goto LAB_00022fa0; } if (param_3 != (int *)0x0) { if ((local_40 != 0) && (piVar7 = (int *)FUN_000205d0(*param_1,local_40), piVar7 != (int *)0x0)) { __s2 = (char *)FUN_000209e0(); iVar9 = *piVar7; if (iVar9 == 0) { free(__s2); } else { do { local_40 = FUN_00020610(*param_1,iVar9); if (local_40 == 0) { free(__s2); return 0; } __s1 = (char *)FUN_00020440(*param_1,local_40); if ((__s1 != (char *)0x0) && (iVar9 = strcmp(__s1,__s2), iVar9 == 0)) { free(__s2); *param_2 = *param_2 + uVar12; goto LAB_0002305b; } piVar7 = piVar7 + 1; iVar9 = *piVar7; } while (iVar9 != 0); free(__s2); } } uVar8 = 9; if (local_4c == 1) { __ptr = (void *)FUN_000209e0(); local_40 = FUN_00020230(*param_1,__ptr); free(__ptr); if (local_40 != 0) goto LAB_0002313e; uVar8 = 0; } local_40 = FUN_00021390(uVar12,uVar8); if (local_40 == 0) { return 0; } } LAB_0002313e: *param_2 = *param_2 + uVar12; } LAB_0002305b: local_4c = local_4c + -1; } while( true ); } if (((cVar1 == '_') && ((PTR__sch_istable_0003ffb4[(uint)*(byte *)(iVar9 + 2) * 2] & 4) != 0)) && (*(byte *)(iVar9 + 2) != 0x30)) { pbVar11 = (byte *)(iVar9 + 2); local_4c = strtol((char *)pbVar11,(char **)0x0,10); bVar2 = *(byte *)(iVar9 + 2); bVar3 = puVar5[(uint)bVar2 * 2]; while ((bVar3 & 4) != 0) { pbVar11 = pbVar11 + 1; bVar2 = *pbVar11; bVar3 = puVar5[(uint)bVar2 * 2]; } if (bVar2 == 0x5f) { *param_2 = (int)(pbVar11 + 1); goto LAB_00022fd2; } } } LAB_00022fa0: FUN_000208f0(); return 0; }
PUSH EBP PUSH EDI PUSH ESI PUSH EBX CALL 0x000166c0 ADD EBX,0x1d0f7 SUB ESP,0x4c MOV ESI,dword ptr [EDX] MOV dword ptr [ESP + 0x14],EAX MOVSX EAX,byte ptr [ESI + 0x1] MOV dword ptr [ESP + 0x18],ECX MOV dword ptr [ESP + 0x24],ESI CMP AL,0x31 JL 0x00022fa0 MOV EDI,EDX CMP AL,0x39 JLE 0x00022fb8 CMP AL,0x5f JNZ 0x00022fa0 MOVZX EDX,byte ptr [ESI + 0x2] MOV EBP,dword ptr [EBX + 0xffffffb4] TEST byte ptr [EBP + EDX*0x2],0x4 JZ 0x00022fa0 CMP DL,0x30 JZ 0x00022fa0 MOV EAX,dword ptr [ESP + 0x24] SUB ESP,0x4 PUSH 0xa LEA ESI,[EAX + 0x2] PUSH 0x0 PUSH ESI CALL 0x000138c0 MOV ECX,EAX MOV EAX,dword ptr [ESP + 0x34] ADD ESP,0x10 MOVZX EDX,byte ptr [EAX + 0x2] MOV EAX,EDX TEST byte ptr [EBP + EDX*0x2],0x4 JZ 0x00022f8f LEA ESI,[ESI] LEA ESI,[ESI] ADD ESI,0x1 MOVZX EDX,byte ptr [ESI] MOV EAX,EDX TEST byte ptr [EBP + EDX*0x2],0x4 JNZ 0x00022f80 CMP AL,0x5f JNZ 0x00022fa0 ADD ESI,0x1 MOV dword ptr [ESP + 0x10],ECX MOV dword ptr [EDI],ESI JMP 0x00022fd2 MOV EAX,dword ptr [ESP + 0x24] CALL 0x000208f0 XOR EAX,EAX ADD ESP,0x4c POP EBX POP ESI POP EDI POP EBP RET MOV ESI,dword ptr [ESP + 0x24] SUB EAX,0x30 MOV dword ptr [ESP + 0x10],EAX XOR EAX,EAX CMP byte ptr [ESI + 0x2],0x5f SETZ AL LEA EAX,[ESI + EAX*0x1 + 0x2] MOV dword ptr [EDX],EAX LEA EAX,[ESP + 0x3c] MOV dword ptr [ESP + 0x1c],0x0 MOV dword ptr [ESP + 0x20],EAX MOV EAX,dword ptr [EBX + 0xffffffb4] MOV dword ptr [ESP + 0x8],EAX JMP 0x00023060 MOV ESI,dword ptr [ESP + 0x18] TEST ESI,ESI JZ 0x00023148 MOV ECX,dword ptr [ESP + 0x20] MOV EAX,dword ptr [ESP + 0x14] MOV EDX,EDI CALL 0x000228f0 TEST EAX,EAX JZ 0x0002315d MOV ESI,dword ptr [ESP + 0x3c] SUB ESP,0xc PUSH ESI CALL 0x000134e0 POP EBP POP EDX MOV EBP,dword ptr [ESP + 0x1c] MOV ECX,dword ptr [EBP + 0x4] MOV dword ptr [ESP + 0x14],ECX LEA EDX,[ECX + 0xe4] MOV ECX,ESI PUSH 0x9 PUSH EAX MOV EAX,dword ptr [EBP] CALL 0x00021390 MOV dword ptr [ESP + 0x2c],EAX POP ECX MOV ESI,EAX PUSH dword ptr [ESP + 0x48] CALL 0x00013948 ADD ESP,0x10 TEST ESI,ESI JZ 0x0002315d SUB dword ptr [ESP + 0x10],0x1 MOV EDX,dword ptr [ESP + 0x10] TEST EDX,EDX JZ 0x00023248 MOV EAX,dword ptr [EDI] MOVZX EDX,byte ptr [EAX] CMP DL,0x5f JNZ 0x00023081 LEA ECX,[EAX + 0x1] MOV dword ptr [EDI],ECX MOVZX EDX,byte ptr [EAX + 0x1] MOV EAX,ECX CMP DL,0x74 JZ 0x00022ff0 MOV EBP,dword ptr [ESP + 0x8] MOVZX ECX,DL ADD EAX,0x1 XOR ESI,ESI TEST byte ptr [EBP + ECX*0x2],0x4 JZ 0x000230db LEA ESI,[ESI] LEA ECX,[ESI + ESI*0x4] MOVSX EDX,DL MOV dword ptr [EDI],EAX MOV EBP,dword ptr [ESP + 0x8] LEA ESI,[EDX + ECX*0x2 + -0x30] MOVZX ECX,byte ptr [EAX] MOV dword ptr [ESP + 0xc],EAX ADD EAX,0x1 MOV EDX,ECX TEST byte ptr [EBP + ECX*0x2],0x4 JNZ 0x000230a0 MOV EBP,dword ptr [ESP + 0xc] SUB ESP,0xc PUSH EBP CALL 0x000134e0 ADD ESP,0x10 CMP EAX,ESI JC 0x00022fa0 MOV ECX,dword ptr [ESP + 0x18] TEST ECX,ECX JZ 0x0002313e MOV EAX,dword ptr [ESP + 0x1c] TEST EAX,EAX JZ 0x00023103 SUB ESP,0x8 PUSH EAX MOV EAX,dword ptr [ESP + 0x20] PUSH dword ptr [EAX] CALL 0x000205d0 ADD ESP,0x10 MOV EBP,EAX TEST EAX,EAX JNZ 0x00023170 CMP dword ptr [ESP + 0x10],0x1 MOV EAX,0x9 JZ 0x00023205 MOV EBP,dword ptr [ESP + 0x14] SUB ESP,0x8 MOV ECX,dword ptr [EBP + 0x4] MOV dword ptr [ESP + 0x14],ECX LEA EDX,[ECX + 0xe4] MOV ECX,dword ptr [EDI] PUSH EAX MOV EAX,dword ptr [EBP] PUSH ESI CALL 0x00021390 MOV dword ptr [ESP + 0x2c],EAX ADD ESP,0x10 TEST EAX,EAX JZ 0x0002315d ADD dword ptr [EDI],ESI JMP 0x0002305b MOV EAX,dword ptr [ESP + 0x14] XOR ECX,ECX MOV EDX,EDI CALL 0x000228f0 TEST EAX,EAX JNZ 0x0002305b ADD ESP,0x4c XOR EAX,EAX POP EBX POP ESI POP EDI POP EBP RET MOV EAX,dword ptr [EDI] MOV EDX,ESI CALL 0x000209e0 MOV dword ptr [ESP + 0xc],EAX MOV EAX,dword ptr [EBP] TEST EAX,EAX JZ 0x000232a2 MOV dword ptr [ESP + 0x2c],EDI MOV EDI,dword ptr [ESP + 0x14] MOV dword ptr [ESP + 0x28],ESI JMP 0x000231d8 SUB ESP,0x8 PUSH EAX PUSH dword ptr [EDI] CALL 0x00020440 ADD ESP,0x10 TEST EAX,EAX JZ 0x000231ca SUB ESP,0x8 PUSH dword ptr [ESP + 0x14] PUSH EAX CALL 0x00013070 ADD ESP,0x10 TEST EAX,EAX JZ 0x00023280 ADD EBP,0x4 MOV EAX,dword ptr [EBP] TEST EAX,EAX JZ 0x00023264 SUB ESP,0x8 PUSH EAX PUSH dword ptr [EDI] CALL 0x00020610 ADD ESP,0x10 MOV ESI,EAX TEST EAX,EAX JNZ 0x000231a0 SUB ESP,0xc PUSH dword ptr [ESP + 0x18] CALL 0x00013948 ADD ESP,0x10 XOR EAX,EAX ADD ESP,0x4c POP EBX POP ESI POP EDI POP EBP RET MOV EAX,dword ptr [EDI] MOV EDX,ESI CALL 0x000209e0 SUB ESP,0x8 PUSH EAX MOV EBP,EAX MOV EAX,dword ptr [ESP + 0x20] PUSH dword ptr [EAX] CALL 0x00020230 MOV dword ptr [ESP],EBP MOV dword ptr [ESP + 0x2c],EAX CALL 0x00013948 ADD ESP,0x10 MOV EAX,dword ptr [ESP + 0x1c] TEST EAX,EAX JNZ 0x0002313e XOR EAX,EAX JMP 0x00023113 MOV EBX,dword ptr [ESP + 0x18] MOV EAX,0x1 TEST EBX,EBX JZ 0x00022fab MOV EDI,dword ptr [ESP + 0x1c] MOV dword ptr [EBX],EDI JMP 0x00022fab MOV ESI,dword ptr [ESP + 0x28] MOV EDI,dword ptr [ESP + 0x2c] SUB ESP,0xc PUSH dword ptr [ESP + 0x18] CALL 0x00013948 ADD ESP,0x10 JMP 0x00023103 MOV dword ptr [ESP + 0x1c],ESI MOV EDI,dword ptr [ESP + 0x2c] SUB ESP,0xc MOV ESI,dword ptr [ESP + 0x34] PUSH dword ptr [ESP + 0x18] CALL 0x00013948 ADD ESP,0x10 ADD dword ptr [EDI],ESI JMP 0x0002305b SUB ESP,0xc PUSH dword ptr [ESP + 0x18] CALL 0x00013948 ADD ESP,0x10 JMP 0x00023103
null
null
null
null
[(u'CALL_-1206045569', u'INDIRECT_-1206043948'), ('tmp_1452', u'CBRANCH_-1206045861'), (u'CALL_-1206045618', u'INT_EQUAL_-1206045604'), ('const-0', u'PTRSUB_-1206043630'), (u'INT_ZEXT_-1206045076', u'INT_ADD_-1206043789'), (u'CALL_-1206045506', u'MULTIEQUAL_-1206043403'), ('const-0', u'INT_EQUAL_-1206045630'), ('const-0', u'COPY_-1206045783'), (u'CALL_-1206045459', u'INT_NOTEQUAL_-1206045432'), ('const-1', u'PTRADD_-1206045793'), (u'CALL_-1206045178', u'INDIRECT_-1206043641'), (u'MULTIEQUAL_-1206043747', u'MULTIEQUAL_-1206043604'), ('const-2', u'INT_ADD_-1206043789'), (u'COPY_-1206043384', u'RETURN_-1206043367'), (u'COPY_-1206043975', u'PTRADD_-1206046644'), ('const-143113', u'COPY_-1206046958'), (u'INDIRECT_-1206043760', u'MULTIEQUAL_-1206043747'), ('const-417', u'LOAD_-1206045550'), (u'COPY_-1206043809', u'RETURN_-1206043791'), ('tmp_9623', u'MULTIEQUAL_-1206043991'), ('const-116', u'INT_EQUAL_-1206046301'), (u'INT_EQUAL_-1206045862', u'CBRANCH_-1206045861'), (u'CALL_-1206045537', u'MULTIEQUAL_-1206043809'), ('const-417', u'LOAD_-1206045591'), ('const-417', u'STORE_-1206045492'), ('tmp_715', u'CBRANCH_-1206046334'), (u'CALL_-1206046130', u'INDIRECT_-1206043734'), ('const-1', u'PTRADD_-1206043223'), ('tmp_457', u'CBRANCH_-1206046688'), (u'CALL_-1206045577', u'CALL_-1206045537'), (u'INDIRECT_-1206043173', u'MULTIEQUAL_-1206043431'), (u'CALL_-1206045084', u'INDIRECT_-1206043069'), (u'COPY_-1206043629', u'MULTIEQUAL_-1206043354'), ('tmp_974', u'CBRANCH_-1206046160'), (u'COPY_-1206045099', u'RETURN_-1206045722'), (u'INDIRECT_-1206043656', u'MULTIEQUAL_-1206043633'), ('tmp_1265', u'CBRANCH_-1206045989'), ('const-1', u'PTRADD_-1206045459'), (u'INT_EQUAL_-1206045164', u'CBRANCH_-1206045162'), ('const-0', u'COPY_-1206045477'), ('const-1', u'COPY_-1206043809'), (u'INT_EQUAL_-1206045506', u'INT_ZEXT_-1206045076'), ('const-1', u'PTRADD_-1206046197'), (u'CALL_-1206045506', u'CALL_-1206045459'), (u'MULTIEQUAL_-1206044827', u'MULTIEQUAL_-1206044390'), (u'COPY_-1206043600', u'MULTIEQUAL_-1206044827'), (u'INT_SEXT_-1206046894', u'INT_ADD_-1206045533'), ('tmp_305', u'CBRANCH_-1206046786'), ('tmp_3514', u'CALL_-1206045618'), (u'INT_ADD_-1206045533', u'MULTIEQUAL_-1206044273'), (u'MULTIEQUAL_-1206043956', u'MULTIEQUAL_-1206043816'), (u'INT_MULT_-1206046231', u'PTRADD_-1206046197'), (u'LOAD_-1206046911', u'INT_SLESS_-1206046869'), (u'COPY_-1206043380', u'RETURN_-1206043363'), (u'PTRSUB_-1206043642', u'CAST_-1206043584'), ('const-1', u'PTRADD_-1206046117'), (u'PTRADD_-1206046117', u'LOAD_-1206046177'), (u'MULTIEQUAL_-1206044039', u'MULTIEQUAL_-1206044026'), (u'LOAD_-1206046923', u'PTRADD_-1206046699'), ('const-1', u'PTRADD_-1206046758'), ('tmp_3515', u'CALL_-1206045618'), (u'PTRADD_-1206046262', u'LOAD_-1206046324'), ('const-228', u'PTRSUB_-1206043394'), ('const-2', u'INT_MULT_-1206046151'), (u'CALL_-1206046130', u'INDIRECT_-1206043769'), (u'STORE_-1206045492', u'INDIRECT_-1206043760'), ('const-0', u'SUBPIECE_-1206044749'), ('tmp_3515', u'STORE_-1206045492'), ('const-0', u'INT_NOTEQUAL_-1206045483'), (u'INDIRECT_-1206043287', u'MULTIEQUAL_-1206043697'), ('const-4', u'PTRADD_-1206043223'), (u'INDIRECT_-1206043047', u'MULTIEQUAL_-1206043620'), ('tmp_3514', u'PTRSUB_-1206043203'), ('tmp_3303', u'CBRANCH_-1206044896'), (u'INDIRECT_-1206043405', u'MULTIEQUAL_-1206043359'), ('const-417', u'LOAD_-1206046208'), (u'INDIRECT_-1206043108', u'COPY_-1206043805'), ('tmp_3515', u'LOAD_-1206046360'), (u'CAST_-1206043538', u'LOAD_-1206046356'), ('tmp_2405', u'CBRANCH_-1206045373'), (u'PTRSUB_-1206043630', u'LOAD_-1206045518'), ('const-0', u'CALL_-1206045178'), ('const-417', u'STORE_-1206046225'), (u'MULTIEQUAL_-1206043809', u'MULTIEQUAL_-1206044039'), ('const-95', u'INT_EQUAL_-1206045506'), (u'COPY_-1206043813', u'RETURN_-1206043795'), ('const-228', u'PTRSUB_-1206043642'), (u'STORE_-1206045854', u'INDIRECT_-1206043397'), (u'CALL_-1206045656', u'INDIRECT_-1206043361'), (u'INT_EQUAL_-1206046365', u'CBRANCH_-1206046364'), ('tmp_3267', u'CBRANCH_-1206045162'), ('const-10', u'CALL_-1206046741'), (u'CALL_-1206045400', u'INDIRECT_-1206043523'), (u'CALL_-1206045506', u'INDIRECT_-1206043489'), ('const-417', u'LOAD_-1206045939'), ('tmp_1808', u'CBRANCH_-1206045482'), ('tmp_158', u'CBRANCH_-1206046876'), ('const-417', u'LOAD_-1206046818'), (u'INT_ZEXT_-1206046701', u'INT_MULT_-1206046678'), (u'PTRSUB_-1206043650', u'LOAD_-1206045550'), ('const-417', u'LOAD_-1206045919'), (u'COPY_-1206045477', u'MULTIEQUAL_-1206044691'), ('const-2', u'PTRADD_-1206045459'), ('const-2', u'INT_MULT_-1206046626'), ('const-4', u'PTRSUB_-1206043650'), ('const-1', u'PTRADD_-1206046555'), (u'MULTIEQUAL_-1206043633', u'MULTIEQUAL_-1206043864'), (u'INDIRECT_-1206043898', u'MULTIEQUAL_-1206043402'), (u'CALL_-1206045152', u'INDIRECT_-1206043301'), (u'CAST_-1206043820', u'MULTIEQUAL_-1206043823'), (u'INT_NOTEQUAL_-1206045990', u'CBRANCH_-1206045989'), ('tmp_1303', u'CBRANCH_-1206045963'), (u'COPY_-1206045973', u'MULTIEQUAL_-1206044691'), (u'INDIRECT_-1206043550', u'MULTIEQUAL_-1206043543'), (u'CALL_-1206046020', u'INDIRECT_-1206043690'), (u'INT_NOTEQUAL_-1206046077', u'CBRANCH_-1206046077'), ('tmp_1501', u'BRANCH_-1206045841'), (u'INDIRECT_-1206043409', u'MULTIEQUAL_-1206043633'), (u'CALL_-1206045656', u'CALL_-1206045400'), (u'INDIRECT_-1206043361', u'MULTIEQUAL_-1206043237'), (u'INT_EQUAL_-1206046840', u'CBRANCH_-1206046838'), (u'MULTIEQUAL_-1206043851', u'MULTIEQUAL_-1206043729'), (u'CAST_-1206043308', u'COPY_-1206043372'), ('const-417', u'LOAD_-1206046360'), ('const-417', u'LOAD_-1206046033'), (u'LOAD_-1206046356', u'MULTIEQUAL_-1206044423'), (u'CALL_-1206045152', u'INDIRECT_-1206043336'), (u'INDIRECT_-1206043397', u'MULTIEQUAL_-1206043620'), (u'LOAD_-1206046208', u'INT_ZEXT_-1206046192'), ('tmp_275', u'CBRANCH_-1206046802'), (u'MULTIEQUAL_-1206044392', u'PTRADD_-1206043223'), (u'CALL_-1206045447', u'INDIRECT_-1206043227'), ('const-1', u'PTRADD_-1206046262'), (u'MULTIEQUAL_-1206044626', u'CALL_-1206045895'), (u'COPY_-1206046958', u'MULTIEQUAL_-1206043956'), ('tmp_3516', u'INT_EQUAL_-1206044897'), (u'LOAD_-1206045857', u'PTRADD_-1206045793'), (u'MULTIEQUAL_-1206043864', u'MULTIEQUAL_-1206043851'), ('const-1', u'PTRADD_-1206046219'), ('const-1', u'PTRADD_-1206046849'), (u'MULTIEQUAL_-1206043662', u'MULTIEQUAL_-1206043640'), ('const-0', u'PTRSUB_-1206043142'), (u'MULTIEQUAL_-1206043354', u'INT_EQUAL_-1206045164'), (u'INDIRECT_-1206043827', u'COPY_-1206043843'), (u'INT_MULT_-1206046185', u'INT_ADD_-1206046197'), (u'INDIRECT_-1206043420', u'MULTIEQUAL_-1206043389'), (u'INT_EQUAL_-1206045374', u'CBRANCH_-1206045373'), ('const-1', u'PTRADD_-1206045437'), (u'CAST_-1206043820', u'CAST_-1206043813'), (u'CAST_-1206043538', u'PTRADD_-1206046271'), ('tmp_6263', u'PTRSUB_-1206043735'), (u'STORE_-1206046225', u'INDIRECT_-1206043550'), (u'MULTIEQUAL_-1206043620', u'MULTIEQUAL_-1206043604'), (u'CALL_-1206045577', u'INDIRECT_-1206043405'), ('tmp_3515', u'LOAD_-1206046923'), (u'INDIRECT_-1206044143', u'MULTIEQUAL_-1206043991'), (u'PTRADD_-1206043223', u'LOAD_-1206045357'), ('const-1', u'PTRADD_-1206046555'), (u'INT_NOTEQUAL_-1206045432', u'CBRANCH_-1206045432'), ('const-417', u'LOAD_-1206045648'), (u'INDIRECT_-1206043970', u'CALL_-1206045569'), (u'LOAD_-1206046923', u'PTRADD_-1206046849'), (u'CALL_-1206045506', u'INDIRECT_-1206043454'), ('const-1', u'PTRADD_-1206046775'), ('tmp_3516', u'INT_NOTEQUAL_-1206046077'), (u'MULTIEQUAL_-1206043819', u'INT_AND_-1206046678'), (u'LOAD_-1206046911', u'INT_SLESS_-1206046850'), (u'PTRADD_-1206046699', u'CAST_-1206043820'), (u'CALL_-1206045656', u'INDIRECT_-1206043597'), ('const-9', u'CALL_-1206045506'), (u'MULTIEQUAL_-1206043829', u'MULTIEQUAL_-1206043816'), (u'CALL_-1206045569', u'INDIRECT_-1206043913'), ('tmp_3515', u'LOAD_-1206045857'), (u'COPY_-1206046535', u'MULTIEQUAL_-1206044026'), (u'INDIRECT_-1206043173', u'MULTIEQUAL_-1206043389'), (u'MULTIEQUAL_-1206043604', u'MULTIEQUAL_-1206043569'), ('const-95', u'INT_EQUAL_-1206046622'), (u'INDIRECT_-1206043509', u'MULTIEQUAL_-1206043461'), (u'INT_ZEXT_-1206046192', u'INT_MULT_-1206046151'), (u'LOAD_-1206045472', u'CALL_-1206045459'), (u'INT_AND_-1206046151', u'INT_NOTEQUAL_-1206046164'), (u'CALL_-1206045506', u'INT_EQUAL_-1206045477'), (u'MULTIEQUAL_-1206043822', u'INT_EQUAL_-1206046622'), (u'INDIRECT_-1206043863', u'MULTIEQUAL_-1206043401'), (u'LOAD_-1206045518', u'CALL_-1206045506'), ('const-0', u'INT_EQUAL_-1206045862'), ('tmp_3515', u'STORE_-1206046327'), (u'INDIRECT_-1206043769', u'MULTIEQUAL_-1206043729'), ('tmp_3514', u'PTRSUB_-1206043650'), (u'CALL_-1206045459', u'CALL_-1206045400'), ('tmp_2700', u'BRANCH_-1206045051'), (u'INT_NOTEQUAL_-1206046787', u'CBRANCH_-1206046786'), (u'PTRADD_-1206046849', u'LOAD_-1206046911'), (u'INDIRECT_-1206043336', u'MULTIEQUAL_-1206043697'), (u'LOAD_-1206046923', u'PTRADD_-1206045437'), (u'MULTIEQUAL_-1206044026', u'MULTIEQUAL_-1206043403'), (u'INT_ZEXT_-1206046648', u'INT_MULT_-1206046626'), (u'LOAD_-1206045067', u'PTRADD_-1206045003'), (u'INT_MULT_-1206046678', u'PTRADD_-1206046644'), (u'CALL_-1206046020', u'INDIRECT_-1206043725'), ('tmp_765', u'CBRANCH_-1206046299'), (u'PTRADD_-1206046775', u'LOAD_-1206046837'), ('tmp_3515', u'STORE_-1206046599'), (u'CALL_-1206045506', u'INDIRECT_-1206043915'), (u'CALL_-1206046130', u'INDIRECT_-1206043533'), (u'INDIRECT_-1206043641', u'MULTIEQUAL_-1206043402'), (u'PTRADD_-1206046758', u'LOAD_-1206046818'), ('tmp_9825', u'MULTIEQUAL_-1206043801'), (u'MULTIEQUAL_-1206044130', u'INT_EQUAL_-1206045973'), (u'PTRADD_-1206046655', u'LOAD_-1206046717'), (u'PTRADD_-1206046219', u'CAST_-1206043438'), (u'PTRADD_-1206045437', u'STORE_-1206045492'), ('const-417', u'LOAD_-1206046324'), ('const-1', u'PTRADD_-1206046611'), ('tmp_3514', u'PTRSUB_-1206043442'), ('const-0', u'PTRSUB_-1206043203'), (u'INDIRECT_-1206043420', u'COPY_-1206043418'), (u'LOAD_-1206045648', u'MULTIEQUAL_-1206044496'), (u'LOAD_-1206046837', u'CAST_-1206043852'), (u'LOAD_-1206046664', u'MULTIEQUAL_-1206043822'), ('tmp_2921', u'CBRANCH_-1206045646'), ('tmp_9825', u'PTRADD_-1206046758'), (u'INT_ZEXT_-1206046192', u'MULTIEQUAL_-1206044724'), (u'LOAD_-1206046652', u'MULTIEQUAL_-1206043819'), (u'INT_EQUAL_-1206045973', u'CBRANCH_-1206045963'), (u'CALL_-1206045400', u'INDIRECT_-1206043488'), ('const-1', u'PTRADD_-1206046655'), ('tmp_602', u'BRANCH_-1206046595'), (u'PTRADD_-1206043223', u'MULTIEQUAL_-1206044392'), (u'CALL_-1206045506', u'COPY_-1206043629'), ('const-417', u'STORE_-1206044883'), (u'INDIRECT_-1206044108', u'MULTIEQUAL_-1206044010'), ('const-0', u'RETURN_-1206043795'), ('tmp_3515', u'LOAD_-1206045670'), (u'MULTIEQUAL_-1206043359', u'COPY_-1206043377'), ('const-0', u'RETURN_-1206045743'), (u'MULTIEQUAL_-1206044130', u'INT_ADD_-1206046048'), ('const-48', u'INT_SLESS_-1206046869'), (u'CALL_-1206045019', u'INDIRECT_-1206043287'), (u'CAST_-1206043538', u'COPY_-1206043600'), (u'INDIRECT_-1206043970', u'COPY_-1206043711'), ('const-417', u'LOAD_-1206046923'), ('const-0', u'INT_EQUAL_-1206045374'), (u'CAST_-1206043749', u'STORE_-1206046599'), ('const-417', u'LOAD_-1206045472'), ('const-2', u'PTRADD_-1206046699'), (u'INDIRECT_-1206043621', u'MULTIEQUAL_-1206043598'), ('const-95', u'INT_EQUAL_-1206046337'), ('const-4294967248', u'INT_ADD_-1206046199'), (u'LOAD_-1206045939', u'PTRSUB_-1206043394'), ('const-417', u'LOAD_-1206045521'), (u'INDIRECT_-1206043544', u'MULTIEQUAL_-1206043496'), ('const-1', u'PTRADD_-1206046219'), (u'CALL_-1206046741', u'INDIRECT_-1206043907'), (u'CALL_-1206045152', u'INDIRECT_-1206043100'), ('tmp_224', u'CBRANCH_-1206046838'), (u'PTRADD_-1206046271', u'CAST_-1206043524'), ('tmp_1834', u'BRANCH_-1206045465'), (u'CALL_-1206045895', u'INDIRECT_-1206043420'), (u'LOAD_-1206045521', u'INT_EQUAL_-1206045506'), ('const-417', u'LOAD_-1206046704'), ('const-0', u'RETURN_-1206043363'), (u'CALL_-1206045656', u'CALL_-1206045447'), ('const-1', u'COPY_-1206043813'), (u'PTRADD_-1206046611', u'MULTIEQUAL_-1206043823'), (u'INDIRECT_-1206043734', u'COPY_-1206043373'), (u'PTRADD_-1206046611', u'LOAD_-1206046664'), ('const-0', u'INT_EQUAL_-1206044897'), (u'INT_EQUAL_-1206045647', u'CBRANCH_-1206045646'), (u'CALL_-1206046741', u'INDIRECT_-1206044108'), ('const-0', u'RETURN_-1206043367'), (u'PTRADD_-1206045003', u'STORE_-1206045064'), (u'STORE_-1206044883', u'INDIRECT_-1206043108'), ('const-0', u'PTRSUB_-1206043442'), (u'CAST_-1206043338', u'CALL_-1206045895'), (u'COPY_-1206043372', u'MULTIEQUAL_-1206043354'), (u'MULTIEQUAL_-1206044626', u'PTRADD_-1206045003'), (u'COPY_-1206043711', u'CALL_-1206045506'), (u'CAST_-1206043524', u'STORE_-1206046327'), (u'MULTIEQUAL_-1206044496', u'CALL_-1206045506'), (u'CAST_-1206043476', u'STORE_-1206046225'), (u'MULTIEQUAL_-1206043569', u'MULTIEQUAL_-1206043485'), (u'INDIRECT_-1206043734', u'MULTIEQUAL_-1206044010'), (u'MULTIEQUAL_-1206043694', u'MULTIEQUAL_-1206043598'), (u'MULTIEQUAL_-1206044626', u'CALL_-1206045656'), (u'PTRADD_-1206046644', u'LOAD_-1206046704'), (u'MULTIEQUAL_-1206043401', u'MULTIEQUAL_-1206043829'), (u'MULTIEQUAL_-1206044130', u'INT_EQUAL_-1206046365'), ('tmp_9825', u'COPY_-1206043975'), (u'INT_LESS_-1206046103', u'CBRANCH_-1206046102'), (u'INT_ADD_-1206046048', u'MULTIEQUAL_-1206044130'), (u'INT_ZEXT_-1206046340', u'MULTIEQUAL_-1206044724'), (u'COPY_-1206045783', u'RETURN_-1206045743'), (u'LOAD_-1206045357', u'INT_NOTEQUAL_-1206045338'), (u'MULTIEQUAL_-1206043496', u'MULTIEQUAL_-1206043481'), (u'PTRSUB_-1206043261', u'LOAD_-1206045472'), (u'CAST_-1206043852', u'INT_ZEXT_-1206046821'), (u'LOAD_-1206046717', u'INT_ZEXT_-1206046701'), (u'CALL_-1206045537', u'INDIRECT_-1206043186'), (u'LOAD_-1206046923', u'CALL_-1206045776'), ('const-0', u'PTRSUB_-1206043261'), (u'INT_NOTEQUAL_-1206045338', u'CBRANCH_-1206045338'), ('const-4294967248', u'INT_ADD_-1206045533'), (u'PTRADD_-1206046219', u'LOAD_-1206046208'), (u'CALL_-1206045895', u'MULTIEQUAL_-1206043809'), (u'STORE_-1206046327', u'INDIRECT_-1206043596'), (u'MULTIEQUAL_-1206043816', u'MULTIEQUAL_-1206043694'), (u'LOAD_-1206045911', u'CALL_-1206045895'), (u'INDIRECT_-1206043270', u'MULTIEQUAL_-1206043829'), (u'INDIRECT_-1206043606', u'MULTIEQUAL_-1206043401'), ('const-2', u'INT_MULT_-1206046678'), ('const-417', u'LOAD_-1206045550'), (u'CALL_-1206045400', u'INT_EQUAL_-1206045374'), (u'CALL_-1206045577', u'CALL_-1206045517'), ('tmp_2775', u'BRANCH_-1206045004'), ('const-417', u'LOAD_-1206046177'), (u'LOAD_-1206045550', u'CALL_-1206045537'), (u'INDIRECT_-1206043597', u'MULTIEQUAL_-1206043481'), (u'PTRSUB_-1206043735', u'CALL_-1206045618'), ('const-4', u'PTRSUB_-1206043402'), ('const-0', u'COPY_-1206046535'), (u'CALL_-1206045569', u'INDIRECT_-1206043712'), (u'MULTIEQUAL_-1206043694', u'MULTIEQUAL_-1206043662'), ('const-417', u'LOAD_-1206046664'), (u'CALL_-1206045474', u'INDIRECT_-1206043863'), (u'INDIRECT_-1206043562', u'MULTIEQUAL_-1206043446'), (u'INDIRECT_-1206043662', u'MULTIEQUAL_-1206043359'), ('const-4294967295', u'INT_ADD_-1206046048'), (u'LOAD_-1206046177', u'INT_AND_-1206046151'), ('const-417', u'LOAD_-1206046837'), ('tmp_3514', u'PTRSUB_-1206043402'), ('const-1', u'PTRADD_-1206046611'), (u'MULTIEQUAL_-1206044026', u'MULTIEQUAL_-1206043809'), (u'PTRSUB_-1206043394', u'CAST_-1206043338'), ('const-1', u'PTRADD_-1206046271'), (u'LOAD_-1206045550', u'PTRSUB_-1206043642'), (u'MULTIEQUAL_-1206043359', u'MULTIEQUAL_-1206043620'), (u'LOAD_-1206046837', u'INT_NOTEQUAL_-1206046787'), (u'INDIRECT_-1206043409', u'MULTIEQUAL_-1206043675'), ('const-417', u'STORE_-1206045854'), ('tmp_3514', u'PTRSUB_-1206043142'), (u'MULTIEQUAL_-1206043991', u'MULTIEQUAL_-1206043851'), (u'CALL_-1206045506', u'INDIRECT_-1206043253'), ('const-2', u'PTRADD_-1206046775'), ('const-417', u'STORE_-1206046327'), ('const-0', u'INT_EQUAL_-1206045604'), ('tmp_561', u'CBRANCH_-1206046620'), (u'CALL_-1206046020', u'INT_NOTEQUAL_-1206045990'), (u'LOAD_-1206045591', u'CALL_-1206045577'), ('const-417', u'LOAD_-1206046652'), (u'MULTIEQUAL_-1206043453', u'MULTIEQUAL_-1206043431'), (u'INDIRECT_-1206043374', u'MULTIEQUAL_-1206043598'), (u'LOAD_-1206046923', u'PTRADD_-1206045459'), (u'INT_EQUAL_-1206045604', u'CBRANCH_-1206045603'), (u'INDIRECT_-1206043308', u'MULTIEQUAL_-1206043252'), ('const-417', u'STORE_-1206045064'), (u'PTRSUB_-1206043142', u'LOAD_-1206045550'), (u'PTRADD_-1206046219', u'CAST_-1206043476'), (u'MULTIEQUAL_-1206043403', u'MULTIEQUAL_-1206044039'), (u'LOAD_-1206046033', u'CALL_-1206046020'), ('const-417', u'LOAD_-1206045911'), ('const-0', u'COPY_-1206046242'), ('tmp_3515', u'LOAD_-1206045067'), (u'CALL_-1206045474', u'INDIRECT_-1206043662'), (u'CALL_-1206045577', u'INDIRECT_-1206043440'), (u'CALL_-1206045569', u'CALL_-1206045506'), (u'INT_AND_-1206046231', u'INT_NOTEQUAL_-1206046244'), ('const-10', u'INT_MULT_-1206046185'), ('tmp_1114', u'CBRANCH_-1206046077'), (u'LOAD_-1206046704', u'MULTIEQUAL_-1206043819'), ('const-0', u'COPY_-1206045099'), (u'CALL_-1206046020', u'LOAD_-1206045648'), ('const-417', u'LOAD_-1206045518'), ('const-1', u'PTRADD_-1206046699'), (u'CALL_-1206045506', u'MULTIEQUAL_-1206044039'), (u'PTRADD_-1206045459', u'LOAD_-1206045521'), ('const-0', u'CALL_-1206046741'), ('const-9', u'COPY_-1206045973'), (u'INT_ZEXT_-1206046821', u'INT_MULT_-1206046792'), (u'CALL_-1206045178', u'INDIRECT_-1206043606'), ('const-2', u'INT_MULT_-1206046231'), ('const-0', u'COPY_-1206043380'), ('tmp_860', u'CBRANCH_-1206046241'), (u'CAST_-1206043438', u'CALL_-1206046130'), (u'MULTIEQUAL_-1206043485', u'MULTIEQUAL_-1206043453'), (u'CALL_-1206045084', u'INDIRECT_-1206043305'), ('const-0', u'INT_EQUAL_-1206045164'), ('const-0', u'PTRSUB_-1206043384'), (u'INT_ADD_-1206043789', u'PTRADD_-1206045437'), (u'INT_ADD_-1206046197', u'MULTIEQUAL_-1206044626'), (u'MULTIEQUAL_-1206043697', u'MULTIEQUAL_-1206043675'), ('const-417', u'LOAD_-1206045357'), (u'INT_EQUAL_-1206046622', u'CBRANCH_-1206046620'), ('const-417', u'LOAD_-1206046257'), (u'CALL_-1206045019', u'INDIRECT_-1206043051'), (u'COPY_-1206046242', u'MULTIEQUAL_-1206044687'), (u'CALL_-1206045895', u'INT_EQUAL_-1206045862'), (u'MULTIEQUAL_-1206043729', u'MULTIEQUAL_-1206043633'), ('const-2', u'PTRADD_-1206046655'), ('const-417', u'LOAD_-1206045670'), (u'LOAD_-1206046923', u'PTRADD_-1206046655'), (u'PTRADD_-1206046592', u'LOAD_-1206046652'), ('const-4', u'INT_AND_-1206046231'), (u'INDIRECT_-1206043488', u'MULTIEQUAL_-1206043461'), (u'INDIRECT_-1206043533', u'MULTIEQUAL_-1206043801'), ('tmp_1887', u'CBRANCH_-1206045629'), (u'INT_EQUAL_-1206045477', u'CBRANCH_-1206045475'), ('const-417', u'STORE_-1206046599'), (u'CALL_-1206045084', u'INDIRECT_-1206043270'), ('tmp_2297', u'CBRANCH_-1206045432'), (u'LOAD_-1206046664', u'INT_ZEXT_-1206046648'), (u'LOAD_-1206046911', u'INT_EQUAL_-1206046840'), (u'PTRADD_-1206046271', u'MULTIEQUAL_-1206044827'), (u'MULTIEQUAL_-1206044423', u'INT_EQUAL_-1206046301'), (u'LOAD_-1206046360', u'CAST_-1206043538'), (u'SUBPIECE_-1206044749', u'INT_SEXT_-1206046215'), (u'INDIRECT_-1206043100', u'MULTIEQUAL_-1206043453'), ('const-0', u'INT_NOTEQUAL_-1206046805'), (u'LOAD_-1206045648', u'INT_EQUAL_-1206045630'), (u'INT_EQUAL_-1206046301', u'CBRANCH_-1206046299'), (u'CALL_-1206045447', u'INDIRECT_-1206043428'), ('const-4', u'INT_AND_-1206046151'), (u'INDIRECT_-1206043374', u'MULTIEQUAL_-1206043640'), (u'CALL_-1206045517', u'INDIRECT_-1206043409'), (u'CALL_-1206046020', u'INDIRECT_-1206043489'), ('const-0', u'INT_NOTEQUAL_-1206045990'), (u'INDIRECT_-1206043287', u'MULTIEQUAL_-1206043252'), (u'INT_SLESS_-1206046869', u'CBRANCH_-1206046876'), ('const-417', u'LOAD_-1206045857'), ('tmp_3514', u'PTRSUB_-1206043261'), (u'INT_NOTEQUAL_-1206046164', u'CBRANCH_-1206046160'), (u'MULTIEQUAL_-1206043747', u'COPY_-1206043764'), (u'CALL_-1206045656', u'CALL_-1206045019'), (u'INT_NOTEQUAL_-1206046691', u'CBRANCH_-1206046688'), ('const-1', u'PTRADD_-1206046262'), (u'INDIRECT_-1206043533', u'MULTIEQUAL_-1206043485'), (u'INDIRECT_-1206043820', u'MULTIEQUAL_-1206043747'), ('const-0', u'INT_NOTEQUAL_-1206046056'), ('const-0', u'RETURN_-1206045722'), (u'CALL_-1206045506', u'INDIRECT_-1206043880'), (u'MULTIEQUAL_-1206044626', u'PTRADD_-1206045793'), ('const-0', u'INT_NOTEQUAL_-1206045338'), ('const-0', u'RETURN_-1206043791'), (u'INDIRECT_-1206043252', u'MULTIEQUAL_-1206043662'), ('const-0', u'INT_EQUAL_-1206045477'), (u'INT_ADD_-1206046197', u'INT_LESS_-1206046103'), ('const-417', u'LOAD_-1206045519'), (u'CALL_-1206045618', u'INDIRECT_-1206043734'), ('tmp_1080', u'CBRANCH_-1206046102'), ('const-0', u'INT_NOTEQUAL_-1206045432'), ('tmp_3514', u'PTRSUB_-1206043384'), (u'MULTIEQUAL_-1206044026', u'STORE_-1206044883'), (u'INT_NOTEQUAL_-1206046056', u'CBRANCH_-1206046056'), (u'MULTIEQUAL_-1206044026', u'INT_NOTEQUAL_-1206046056'), (u'LOAD_-1206046356', u'INT_EQUAL_-1206046337'), (u'PTRADD_-1206046197', u'LOAD_-1206046257'), (u'LOAD_-1206046818', u'INT_AND_-1206046792'), ('const-0', u'INT_NOTEQUAL_-1206046164'), ('const-1', u'INT_EQUAL_-1206045973'), ('tmp_3515', u'LOAD_-1206045591'), (u'LOAD_-1206046324', u'MULTIEQUAL_-1206044423'), (u'CALL_-1206045776', u'INDIRECT_-1206043827'), (u'INT_ADD_-1206046199', u'INT_ADD_-1206046197'), (u'STORE_-1206045064', u'INDIRECT_-1206043047'), ('const-58', u'INT_SLESS_-1206046850'), (u'INT_NOTEQUAL_-1206046805', u'CBRANCH_-1206046802'), (u'INDIRECT_-1206043907', u'MULTIEQUAL_-1206043801'), (u'INT_NOTEQUAL_-1206046244', u'CBRANCH_-1206046241'), (u'CAST_-1206043538', u'PTRADD_-1206046262'), ('tmp_3516', u'STORE_-1206044883'), (u'MULTIEQUAL_-1206043402', u'MULTIEQUAL_-1206043864'), (u'LOAD_-1206046717', u'MULTIEQUAL_-1206043822'), (u'MULTIEQUAL_-1206044724', u'SUBPIECE_-1206044749'), ('const-48', u'INT_NOTEQUAL_-1206046787'), ('const-2', u'INT_MULT_-1206046792'), (u'CALL_-1206045656', u'CALL_-1206045084'), (u'CALL_-1206045895', u'INDIRECT_-1206043621'), (u'INT_ZEXT_-1206046340', u'INT_MULT_-1206046231'), (u'MULTIEQUAL_-1206043569', u'MULTIEQUAL_-1206043543'), (u'INT_NOTEQUAL_-1206045483', u'CBRANCH_-1206045482'), ('const-417', u'LOAD_-1206046911'), (u'CAST_-1206043813', u'CALL_-1206046741'), ('const-0', u'INT_EQUAL_-1206045647'), (u'INDIRECT_-1206043734', u'MULTIEQUAL_-1206043694'), (u'MULTIEQUAL_-1206044273', u'MULTIEQUAL_-1206044130'), ('tmp_2462', u'CBRANCH_-1206045338'), (u'INDIRECT_-1206043915', u'CALL_-1206045474'), (u'INT_MULT_-1206046792', u'PTRADD_-1206046758'), (u'PTRSUB_-1206043203', u'LOAD_-1206045519'), (u'LOAD_-1206046257', u'INT_AND_-1206046231'), (u'MULTIEQUAL_-1206043823', u'PTRADD_-1206046611'), ('const-1', u'PTRADD_-1206046592'), (u'MULTIEQUAL_-1206044687', u'INT_MULT_-1206046185'), ('const-0', u'COPY_-1206046271'), ('tmp_3514', u'CALL_-1206045178'), (u'COPY_-1206043975', u'PTRADD_-1206046592'), ('const-4294967264', u'PTRSUB_-1206043735'), (u'CAST_-1206043584', u'CALL_-1206045506'), (u'COPY_-1206045433', u'RETURN_-1206045381'), (u'COPY_-1206043764', u'PTRADD_-1206046117'), (u'CALL_-1206045618', u'INDIRECT_-1206043935'), (u'PTRADD_-1206046219', u'MULTIEQUAL_-1206044390'), (u'CALL_-1206045459', u'INDIRECT_-1206043544'), (u'LOAD_-1206045519', u'CALL_-1206045506'), (u'CALL_-1206045506', u'INDIRECT_-1206043679'), (u'LOAD_-1206045357', u'MULTIEQUAL_-1206044496'), ('tmp_2021', u'CBRANCH_-1206045475'), (u'MULTIEQUAL_-1206044626', u'CALL_-1206045577'), (u'MULTIEQUAL_-1206044423', u'INT_ZEXT_-1206046340'), ('const-417', u'LOAD_-1206046356'), ('const-4', u'INT_AND_-1206046678'), ('tmp_3516', u'INT_EQUAL_-1206045647'), (u'CALL_-1206045459', u'INDIRECT_-1206043509'), (u'INT_EQUAL_-1206044897', u'CBRANCH_-1206044896'), (u'INT_AND_-1206046792', u'INT_NOTEQUAL_-1206046805'), ('const-0', u'COPY_-1206043384'), (u'PTRSUB_-1206043384', u'LOAD_-1206045911'), (u'LOAD_-1206046923', u'PTRADD_-1206046775'), (u'INT_AND_-1206046678', u'INT_NOTEQUAL_-1206046691'), (u'INT_SLESS_-1206046850', u'CBRANCH_-1206046857'), ('tmp_3514', u'PTRSUB_-1206043630'), (u'CALL_-1206046020', u'MULTIEQUAL_-1206044392'), (u'INDIRECT_-1206043227', u'COPY_-1206043264'), (u'CALL_-1206045178', u'INDIRECT_-1206043405'), ('const-0', u'INT_NOTEQUAL_-1206046077'), ('tmp_3515', u'STORE_-1206045064'), (u'MULTIEQUAL_-1206043485', u'MULTIEQUAL_-1206043389'), ('tmp_194', u'CBRANCH_-1206046857'), (u'COPY_-1206043764', u'PTRADD_-1206046197'), ('tmp_3515', u'LOAD_-1206045919'), (u'MULTIEQUAL_-1206043823', u'PTRADD_-1206046555'), (u'MULTIEQUAL_-1206044026', u'CALL_-1206046020'), (u'STORE_-1206046599', u'INDIRECT_-1206043820'), (u'CALL_-1206045895', u'INDIRECT_-1206043656'), ('const-0', u'RETURN_-1206045381'), (u'INDIRECT_-1206043596', u'MULTIEQUAL_-1206043569'), (u'COPY_-1206046271', u'MULTIEQUAL_-1206044626'), (u'INT_MULT_-1206046151', u'PTRADD_-1206046117'), (u'MULTIEQUAL_-1206044691', u'CALL_-1206045895'), (u'INDIRECT_-1206043305', u'MULTIEQUAL_-1206043864'), (u'INT_EQUAL_-1206046337', u'CBRANCH_-1206046334'), (u'PTRADD_-1206045793', u'STORE_-1206045854'), (u'MULTIEQUAL_-1206043252', u'MULTIEQUAL_-1206043237'), (u'LOAD_-1206045670', u'CALL_-1206045656'), (u'CALL_-1206045474', u'INDIRECT_-1206043898'), ('tmp_1148', u'CBRANCH_-1206046056'), (u'INT_EQUAL_-1206045630', u'CBRANCH_-1206045629'), (u'INDIRECT_-1206043489', u'MULTIEQUAL_-1206043453'), (u'INT_MULT_-1206046626', u'PTRADD_-1206046592'), ('const-1', u'PTRADD_-1206046271'), ('const-417', u'LOAD_-1206046717'), (u'COPY_-1206043843', u'COPY_-1206043857'), ('tmp_3515', u'CALL_-1206045178'), (u'INDIRECT_-1206043690', u'MULTIEQUAL_-1206043662'), (u'LOAD_-1206046911', u'INT_SEXT_-1206046894'), (u'CALL_-1206045537', u'INDIRECT_-1206043387'), (u'MULTIEQUAL_-1206043604', u'COPY_-1206043801'), (u'PTRADD_-1206046555', u'CAST_-1206043749'), (u'CALL_-1206045537', u'INT_NOTEQUAL_-1206045483'), ('tmp_673', u'CBRANCH_-1206046364'), (u'CALL_-1206045656', u'INDIRECT_-1206043562'), ('const-95', u'INT_EQUAL_-1206046840'), (u'MULTIEQUAL_-1206044390', u'PTRADD_-1206046219'), (u'LOAD_-1206045919', u'CALL_-1206045895'), ('const-0', u'COPY_-1206045433'), (u'CALL_-1206045459', u'INDIRECT_-1206043308'), ('tmp_640', u'BRANCH_-1206046500'), (u'INDIRECT_-1206043051', u'MULTIEQUAL_-1206043453'), (u'PTRSUB_-1206043442', u'LOAD_-1206046033'), (u'COPY_-1206043418', u'COPY_-1206043423'), (u'CALL_-1206045656', u'CALL_-1206045152'), (u'INDIRECT_-1206044108', u'MULTIEQUAL_-1206043956'), ('tmp_3515', u'STORE_-1206045854'), (u'INDIRECT_-1206043301', u'MULTIEQUAL_-1206043662'), ('const-0', u'INT_EQUAL_-1206046365'), (u'INT_SEXT_-1206046215', u'INT_ADD_-1206046199'), (u'CALL_-1206045517', u'INDIRECT_-1206043173'), (u'CALL_-1206046130', u'INT_LESS_-1206046103'), ('const-1', u'PTRADD_-1206045003'), (u'CALL_-1206045537', u'INDIRECT_-1206043422'), ('tmp_2554', u'BRANCH_-1206045137'), (u'CALL_-1206045577', u'INDIRECT_-1206043204'), (u'MULTIEQUAL_-1206043729', u'MULTIEQUAL_-1206043697'), (u'CALL_-1206045776', u'INDIRECT_-1206044028'), ('const-417', u'LOAD_-1206045067'), (u'INT_ADD_-1206046197', u'MULTIEQUAL_-1206044687'), ('const-1', u'PTRADD_-1206046644'), (u'MULTIEQUAL_-1206043461', u'MULTIEQUAL_-1206043446'), (u'COPY_-1206046958', u'MULTIEQUAL_-1206044010'), (u'CALL_-1206046741', u'INDIRECT_-1206044143'), (u'CALL_-1206046741', u'MULTIEQUAL_-1206044273'), ('tmp_3515', u'STORE_-1206046225'), ('const-0', u'INT_NOTEQUAL_-1206046244'), ('const-4', u'INT_AND_-1206046792'), ('const-0', u'INT_NOTEQUAL_-1206046691'), (u'CALL_-1206045178', u'CAST_-1206043308'), (u'CALL_-1206045400', u'INDIRECT_-1206043287'), ('const-1', u'PTRADD_-1206046849'), (u'PTRSUB_-1206043402', u'LOAD_-1206045939'), (u'MULTIEQUAL_-1206043598', u'MULTIEQUAL_-1206043829'), (u'CALL_-1206045019', u'INDIRECT_-1206043252'), (u'CALL_-1206045618', u'INDIRECT_-1206043970'), (u'CALL_-1206045517', u'INDIRECT_-1206043374'), (u'INDIRECT_-1206043523', u'MULTIEQUAL_-1206043496'), ('tmp_2973', u'CBRANCH_-1206045603'), (u'INDIRECT_-1206043725', u'MULTIEQUAL_-1206043697')]
[(u'PTRADD_-1206046555', u'CAST_-1206043761'), ('tmp_1452', u'CBRANCH_-1206045861'), (u'CALL_-1206045618', u'INT_EQUAL_-1206045604'), (u'LOAD_-1206046360', u'CAST_-1206043550'), (u'CALL_-1206046020', u'CAST_-1206043409'), ('const-0', u'INT_EQUAL_-1206045630'), (u'MULTIEQUAL_-1206044425', u'INT_EQUAL_-1206046301'), (u'COPY_-1206045973', u'MULTIEQUAL_-1206044693'), (u'CALL_-1206045517', u'INDIRECT_-1206043175'), (u'INDIRECT_-1206043175', u'MULTIEQUAL_-1206043433'), ('const-95', u'INT_EQUAL_-1206046840'), ('const-417', u'STORE_-1206045492'), (u'INT_EQUAL_-1206045862', u'CBRANCH_-1206045861'), (u'STORE_-1206046327', u'INDIRECT_-1206043598'), (u'COPY_-1206043394', u'RETURN_-1206043377'), (u'INDIRECT_-1206043053', u'MULTIEQUAL_-1206043455'), (u'CAST_-1206043281', u'CALL_-1206045400'), ('const-9', u'CALL_-1206045506'), ('tmp_715', u'CBRANCH_-1206046334'), (u'MULTIEQUAL_-1206043254', u'MULTIEQUAL_-1206043239'), ('tmp_457', u'CBRANCH_-1206046688'), ('const-417', u'STORE_-1206046327'), ('tmp_974', u'CBRANCH_-1206046160'), ('const-0', u'RETURN_-1206043809'), ('const-1', u'PTRADD_-1206046117'), ('tmp_1265', u'CBRANCH_-1206045989'), (u'INT_EQUAL_-1206045164', u'CBRANCH_-1206045162'), ('const-417', u'STORE_-1206045854'), (u'CALL_-1206045506', u'CALL_-1206045459'), (u'INT_SEXT_-1206046894', u'INT_ADD_-1206045533'), ('const-417', u'STORE_-1206044883'), ('tmp_305', u'CBRANCH_-1206046786'), (u'INDIRECT_-1206043535', u'MULTIEQUAL_-1206043487'), (u'INT_MULT_-1206046231', u'PTRADD_-1206046197'), ('const-0', u'SUBPIECE_-1206044751'), (u'LOAD_-1206046652', u'MULTIEQUAL_-1206043833'), (u'LOAD_-1206046911', u'INT_SLESS_-1206046869'), (u'PTRADD_-1206046117', u'LOAD_-1206046177'), (u'MULTIEQUAL_-1206044028', u'INT_NOTEQUAL_-1206046056'), (u'LOAD_-1206045648', u'MULTIEQUAL_-1206044498'), (u'PTRADD_-1206046262', u'LOAD_-1206046324'), ('const-2', u'INT_MULT_-1206046151'), ('const-417', u'LOAD_-1206046704'), (u'MULTIEQUAL_-1206043455', u'MULTIEQUAL_-1206043433'), (u'CALL_-1206045447', u'INDIRECT_-1206043229'), (u'PTRADD_-1206043235', u'LOAD_-1206045357'), ('const-0', u'INT_NOTEQUAL_-1206045483'), (u'CALL_-1206045537', u'INDIRECT_-1206043188'), (u'INT_ADD_-1206046821', u'CAST_-1206043865'), ('tmp_3303', u'CBRANCH_-1206044896'), (u'INDIRECT_-1206043049', u'MULTIEQUAL_-1206043622'), ('tmp_2405', u'CBRANCH_-1206045373'), (u'MULTIEQUAL_-1206043749', u'COPY_-1206043778'), ('const-0', u'RETURN_-1206043381'), ('tmp_6240', u'STORE_-1206046599'), (u'INDIRECT_-1206043175', u'MULTIEQUAL_-1206043391'), (u'INT_ADD_-1206046895', u'CAST_-1206043897'), (u'INT_ZEXT_-1206045088', u'INT_ADD_-1206045483'), ('tmp_6240', u'STORE_-1206045492'), (u'INT_ADD_-1206045533', u'MULTIEQUAL_-1206044275'), (u'INT_EQUAL_-1206046365', u'CBRANCH_-1206046364'), ('const-0', u'COPY_-1206045101'), ('tmp_3267', u'CBRANCH_-1206045162'), ('const-0', u'RETURN_-1206043377'), ('tmp_1808', u'CBRANCH_-1206045482'), (u'INT_ZEXT_-1206046701', u'INT_MULT_-1206046678'), ('tmp_158', u'CBRANCH_-1206046876'), ('const-2', u'INT_ADD_-1206046821'), ('const-2', u'INT_MULT_-1206046626'), (u'INT_ADD_-1206046745', u'CAST_-1206043833'), ('const-1', u'PTRADD_-1206046555'), ('const-1', u'PTRADD_-1206046555'), (u'INT_NOTEQUAL_-1206045990', u'CBRANCH_-1206045989'), ('tmp_1303', u'CBRANCH_-1206045963'), ('tmp_10063', u'MULTIEQUAL_-1206043803'), (u'INT_ADD_-1206045483', u'STORE_-1206045492'), (u'INT_NOTEQUAL_-1206046077', u'CBRANCH_-1206046077'), (u'CAST_-1206043550', u'COPY_-1206043615'), ('tmp_1501', u'BRANCH_-1206045841'), (u'MULTIEQUAL_-1206043571', u'MULTIEQUAL_-1206043487'), (u'INT_EQUAL_-1206046840', u'CBRANCH_-1206046838'), (u'LOAD_-1206046923', u'INT_ADD_-1206046821'), (u'MULTIEQUAL_-1206043606', u'COPY_-1206043815'), (u'MULTIEQUAL_-1206044829', u'MULTIEQUAL_-1206044392'), (u'LOAD_-1206046923', u'INT_ADD_-1206046895'), (u'CALL_-1206046741', u'MULTIEQUAL_-1206044275'), (u'LOAD_-1206046208', u'INT_ZEXT_-1206046192'), (u'MULTIEQUAL_-1206044689', u'INT_MULT_-1206046185'), (u'MULTIEQUAL_-1206044028', u'STORE_-1206044883'), (u'CALL_-1206045152', u'INDIRECT_-1206043102'), ('const-2', u'INT_ADD_-1206045485'), ('tmp_275', u'CBRANCH_-1206046802'), (u'COPY_-1206045477', u'MULTIEQUAL_-1206044693'), ('const-1', u'PTRADD_-1206043235'), ('const-1', u'PTRADD_-1206046262'), (u'CALL_-1206045895', u'MULTIEQUAL_-1206043811'), (u'INT_ADD_-1206045049', u'STORE_-1206045064'), ('const-1', u'PTRADD_-1206046758'), (u'INT_ADD_-1206046048', u'MULTIEQUAL_-1206044132'), (u'INT_ADD_-1206045505', u'CAST_-1206043723'), ('tmp_10063', u'COPY_-1206043989'), (u'COPY_-1206043387', u'MULTIEQUAL_-1206043356'), (u'MULTIEQUAL_-1206044132', u'INT_EQUAL_-1206046365'), (u'INT_MULT_-1206046185', u'INT_ADD_-1206046197'), (u'MULTIEQUAL_-1206044028', u'MULTIEQUAL_-1206043405'), (u'COPY_-1206046242', u'MULTIEQUAL_-1206044689'), (u'CAST_-1206043130', u'CALL_-1206045517'), (u'PTRADD_-1206046271', u'MULTIEQUAL_-1206044829'), (u'STORE_-1206044883', u'INDIRECT_-1206043110'), (u'INT_EQUAL_-1206045374', u'CBRANCH_-1206045373'), (u'STORE_-1206046225', u'INDIRECT_-1206043552'), ('tmp_6240', u'STORE_-1206046225'), ('tmp_6241', u'LOAD_-1206045550'), (u'PTRADD_-1206046611', u'MULTIEQUAL_-1206043837'), (u'INDIRECT_-1206043422', u'COPY_-1206043420'), (u'MULTIEQUAL_-1206043811', u'MULTIEQUAL_-1206044041'), ('const-58', u'INT_SLESS_-1206046850'), (u'MULTIEQUAL_-1206043487', u'MULTIEQUAL_-1206043455'), ('const-417', u'LOAD_-1206045857'), ('const-417', u'LOAD_-1206045648'), (u'PTRADD_-1206046271', u'CAST_-1206043536'), ('const-417', u'STORE_-1206046225'), (u'INT_ZEXT_-1206046340', u'MULTIEQUAL_-1206044726'), (u'STORE_-1206045064', u'INDIRECT_-1206043049'), (u'INDIRECT_-1206043736', u'COPY_-1206043387'), (u'INT_NOTEQUAL_-1206045432', u'CBRANCH_-1206045432'), ('const-0', u'COPY_-1206043394'), ('tmp_6240', u'STORE_-1206045064'), (u'LOAD_-1206045357', u'MULTIEQUAL_-1206044498'), (u'LOAD_-1206046911', u'INT_SLESS_-1206046850'), (u'CAST_-1206043833', u'CAST_-1206043826'), (u'LOAD_-1206045857', u'INT_ADD_-1206045839'), (u'CAST_-1206043281', u'CALL_-1206045084'), (u'INT_ZEXT_-1206046192', u'INT_MULT_-1206046151'), (u'LOAD_-1206045472', u'CALL_-1206045459'), (u'INT_AND_-1206046151', u'INT_NOTEQUAL_-1206046164'), (u'INDIRECT_-1206043102', u'MULTIEQUAL_-1206043455'), (u'CALL_-1206045506', u'INT_EQUAL_-1206045477'), ('const-1', u'PTRADD_-1206046592'), ('const-2', u'INT_ADD_-1206045505'), (u'MULTIEQUAL_-1206044392', u'PTRADD_-1206046219'), (u'MULTIEQUAL_-1206044628', u'CALL_-1206045895'), ('const-0', u'INT_EQUAL_-1206045862'), ('const-10', u'INT_MULT_-1206046185'), ('const-10', u'CALL_-1206046741'), (u'MULTIEQUAL_-1206043836', u'INT_EQUAL_-1206046622'), (u'INDIRECT_-1206043535', u'MULTIEQUAL_-1206043803'), ('const-0', u'COPY_-1206045477'), ('tmp_6242', u'STORE_-1206044883'), (u'LOAD_-1206046923', u'INT_ADD_-1206045505'), ('tmp_2700', u'BRANCH_-1206045051'), (u'INT_NOTEQUAL_-1206046787', u'CBRANCH_-1206046786'), (u'LOAD_-1206046923', u'INT_ADD_-1206046701'), (u'CALL_-1206045474', u'INDIRECT_-1206043664'), ('tmp_6240', u'STORE_-1206045854'), (u'INDIRECT_-1206043762', u'MULTIEQUAL_-1206043749'), (u'CAST_-1206043826', u'CALL_-1206046741'), (u'INT_ZEXT_-1206046648', u'INT_MULT_-1206046626'), ('const-417', u'STORE_-1206045064'), (u'INT_MULT_-1206046678', u'PTRADD_-1206046644'), (u'INT_EQUAL_-1206045506', u'INT_ZEXT_-1206045088'), ('const-4294967248', u'INT_ADD_-1206045533'), ('tmp_765', u'CBRANCH_-1206046299'), (u'CALL_-1206045537', u'MULTIEQUAL_-1206043811'), (u'CAST_-1206043281', u'CALL_-1206045447'), (u'PTRADD_-1206046758', u'LOAD_-1206046818'), (u'CAST_-1206043409', u'INT_NOTEQUAL_-1206045990'), ('const-1', u'PTRADD_-1206046611'), (u'CALL_-1206045178', u'COPY_-1206043387'), ('const-417', u'LOAD_-1206045067'), ('tmp_2921', u'CBRANCH_-1206045646'), (u'CAST_-1206043536', u'STORE_-1206046327'), (u'INDIRECT_-1206043229', u'COPY_-1206043266'), (u'INT_EQUAL_-1206045973', u'CBRANCH_-1206045963'), ('const-0', u'COPY_-1206046242'), ('tmp_602', u'BRANCH_-1206046595'), (u'COPY_-1206043420', u'COPY_-1206043425'), (u'CALL_-1206045459', u'CAST_-1206043230'), ('const-0', u'RETURN_-1206045743'), ('const-417', u'LOAD_-1206046664'), ('const-417', u'LOAD_-1206046257'), (u'INDIRECT_-1206043822', u'MULTIEQUAL_-1206043749'), (u'INDIRECT_-1206043289', u'MULTIEQUAL_-1206043254'), ('tmp_6240', u'STORE_-1206046327'), ('const-0', u'INT_EQUAL_-1206045374'), (u'CALL_-1206045656', u'CAST_-1206043281'), (u'CAST_-1206043281', u'CALL_-1206045019'), (u'LOAD_-1206046664', u'MULTIEQUAL_-1206043836'), (u'CAST_-1206043865', u'LOAD_-1206046837'), (u'STORE_-1206045492', u'INDIRECT_-1206043762'), ('const-4294967248', u'INT_ADD_-1206046199'), ('const-1', u'PTRADD_-1206046219'), (u'MULTIEQUAL_-1206044394', u'PTRADD_-1206043235'), ('tmp_224', u'CBRANCH_-1206046838'), (u'LOAD_-1206046923', u'INT_ADD_-1206045485'), ('const-417', u'LOAD_-1206046837'), ('const-2', u'INT_ADD_-1206046701'), ('tmp_1834', u'BRANCH_-1206045465'), (u'LOAD_-1206045521', u'INT_EQUAL_-1206045506'), (u'INT_ADD_-1206045485', u'INT_ADD_-1206045483'), (u'PTRADD_-1206046611', u'LOAD_-1206046664'), ('const-0', u'INT_EQUAL_-1206044897'), ('const-417', u'STORE_-1206046599'), (u'INT_EQUAL_-1206045647', u'CBRANCH_-1206045646'), ('tmp_6241', u'LOAD_-1206046033'), (u'CALL_-1206045506', u'MULTIEQUAL_-1206043405'), ('const-417', u'LOAD_-1206046356'), (u'CAST_-1206043761', u'STORE_-1206046599'), (u'CAST_-1206043723', u'LOAD_-1206045521'), (u'CALL_-1206045776', u'INDIRECT_-1206043829'), (u'CALL_-1206045656', u'INDIRECT_-1206043363'), ('const-95', u'INT_EQUAL_-1206045506'), (u'LOAD_-1206046923', u'INT_ADD_-1206046745'), (u'INDIRECT_-1206043422', u'MULTIEQUAL_-1206043391'), ('const-1', u'PTRADD_-1206046611'), (u'PTRADD_-1206046644', u'LOAD_-1206046704'), (u'COPY_-1206043778', u'PTRADD_-1206046117'), (u'MULTIEQUAL_-1206043571', u'MULTIEQUAL_-1206043545'), (u'INT_ADD_-1206045839', u'STORE_-1206045854'), (u'INT_LESS_-1206046103', u'CBRANCH_-1206046102'), (u'COPY_-1206045783', u'RETURN_-1206045743'), (u'LOAD_-1206045357', u'INT_NOTEQUAL_-1206045338'), (u'STORE_-1206046599', u'INDIRECT_-1206043822'), (u'LOAD_-1206046717', u'INT_ZEXT_-1206046701'), (u'MULTIEQUAL_-1206043356', u'INT_EQUAL_-1206045164'), (u'INT_NOTEQUAL_-1206045338', u'CBRANCH_-1206045338'), (u'PTRADD_-1206046219', u'LOAD_-1206046208'), (u'MULTIEQUAL_-1206043837', u'PTRADD_-1206046555'), ('const-1', u'PTRADD_-1206046271'), (u'CAST_-1206043409', u'MULTIEQUAL_-1206044394'), (u'INDIRECT_-1206043363', u'MULTIEQUAL_-1206043239'), ('const-1', u'PTRADD_-1206046644'), (u'CAST_-1206043230', u'CALL_-1206045400'), ('tmp_6242', u'INT_NOTEQUAL_-1206046077'), ('const-417', u'LOAD_-1206045550'), (u'CALL_-1206046020', u'INDIRECT_-1206043491'), ('const-2', u'INT_MULT_-1206046678'), (u'CALL_-1206045400', u'INT_EQUAL_-1206045374'), ('tmp_2775', u'BRANCH_-1206045004'), (u'LOAD_-1206045550', u'CALL_-1206045537'), ('const-1', u'PTRADD_-1206046197'), ('const-417', u'LOAD_-1206046360'), (u'MULTIEQUAL_-1206044425', u'INT_ZEXT_-1206046340'), ('const-1', u'PTRADD_-1206046219'), (u'CALL_-1206046130', u'INDIRECT_-1206043535'), (u'MULTIEQUAL_-1206043606', u'MULTIEQUAL_-1206043571'), (u'INT_ADD_-1206046701', u'CAST_-1206043811'), ('const-116', u'INT_EQUAL_-1206046301'), (u'COPY_-1206043989', u'PTRADD_-1206046644'), (u'LOAD_-1206046177', u'INT_AND_-1206046151'), (u'LOAD_-1206046324', u'MULTIEQUAL_-1206044425'), (u'CAST_-1206043409', u'LOAD_-1206045648'), ('const-1', u'PTRADD_-1206046271'), (u'LOAD_-1206046837', u'INT_NOTEQUAL_-1206046787'), (u'INDIRECT_-1206043829', u'COPY_-1206043845'), (u'CALL_-1206045569', u'INDIRECT_-1206043714'), ('const-0', u'INT_EQUAL_-1206045604'), ('tmp_561', u'CBRANCH_-1206046620'), (u'INT_EQUAL_-1206045604', u'CBRANCH_-1206045603'), (u'CALL_-1206045895', u'INDIRECT_-1206043422'), ('tmp_6242', u'INT_EQUAL_-1206044897'), (u'MULTIEQUAL_-1206044028', u'CALL_-1206046020'), (u'INDIRECT_-1206043407', u'MULTIEQUAL_-1206043361'), (u'CALL_-1206045459', u'INDIRECT_-1206043310'), (u'CAST_-1206043550', u'PTRADD_-1206046262'), (u'CALL_-1206045178', u'INDIRECT_-1206043407'), (u'LOAD_-1206046033', u'CALL_-1206046020'), ('const-417', u'LOAD_-1206045521'), (u'CALL_-1206045569', u'CALL_-1206045506'), (u'MULTIEQUAL_-1206044628', u'INT_ADD_-1206045049'), ('const-0', u'COPY_-1206045783'), (u'INT_AND_-1206046231', u'INT_NOTEQUAL_-1206046244'), ('tmp_6240', u'LOAD_-1206045857'), ('tmp_1114', u'CBRANCH_-1206046077'), (u'PTRADD_-1206046219', u'CAST_-1206043490'), (u'CAST_-1206043281', u'CALL_-1206045152'), (u'COPY_-1206046271', u'MULTIEQUAL_-1206044628'), (u'CAST_-1206043550', u'LOAD_-1206046356'), (u'INDIRECT_-1206043598', u'MULTIEQUAL_-1206043571'), (u'INT_ZEXT_-1206046192', u'MULTIEQUAL_-1206044726'), ('const-9', u'COPY_-1206045973'), ('const-4294967295', u'INT_ADD_-1206046048'), (u'INT_ZEXT_-1206046821', u'INT_MULT_-1206046792'), ('const-2', u'INT_MULT_-1206046231'), ('tmp_860', u'CBRANCH_-1206046241'), (u'COPY_-1206046535', u'MULTIEQUAL_-1206044028'), ('const-0', u'INT_EQUAL_-1206045164'), (u'INT_EQUAL_-1206046622', u'CBRANCH_-1206046620'), (u'COPY_-1206043615', u'MULTIEQUAL_-1206044829'), (u'CALL_-1206045084', u'INDIRECT_-1206043071'), ('const-417', u'LOAD_-1206046818'), (u'COPY_-1206043845', u'COPY_-1206043859'), (u'MULTIEQUAL_-1206043622', u'MULTIEQUAL_-1206043606'), (u'CALL_-1206045895', u'INT_EQUAL_-1206045862'), (u'COPY_-1206043989', u'PTRADD_-1206046592'), (u'MULTIEQUAL_-1206044028', u'MULTIEQUAL_-1206043811'), (u'PTRADD_-1206046592', u'LOAD_-1206046652'), (u'MULTIEQUAL_-1206043361', u'MULTIEQUAL_-1206043622'), ('const-0', u'COPY_-1206046535'), ('const-4', u'INT_AND_-1206046231'), (u'CALL_-1206045577', u'INDIRECT_-1206043206'), (u'INDIRECT_-1206043310', u'MULTIEQUAL_-1206043254'), ('tmp_1887', u'CBRANCH_-1206045629'), (u'INT_EQUAL_-1206045477', u'CBRANCH_-1206045475'), ('const-417', u'LOAD_-1206045472'), ('tmp_2297', u'CBRANCH_-1206045432'), (u'LOAD_-1206046664', u'INT_ZEXT_-1206046648'), (u'LOAD_-1206046911', u'INT_EQUAL_-1206046840'), ('const-417', u'LOAD_-1206046923'), (u'INT_ADD_-1206046197', u'MULTIEQUAL_-1206044689'), ('const-0', u'INT_NOTEQUAL_-1206046805'), ('tmp_9755', u'CALL_-1206045569'), ('const-2', u'INT_ADD_-1206046745'), (u'LOAD_-1206045648', u'INT_EQUAL_-1206045630'), (u'INT_EQUAL_-1206046301', u'CBRANCH_-1206046299'), (u'COPY_-1206043778', u'PTRADD_-1206046197'), ('const-4', u'INT_AND_-1206046151'), (u'PTRADD_-1206046219', u'MULTIEQUAL_-1206044392'), (u'MULTIEQUAL_-1206043837', u'PTRADD_-1206046611'), (u'MULTIEQUAL_-1206044132', u'INT_ADD_-1206046048'), ('const-0', u'INT_NOTEQUAL_-1206045990'), (u'INT_SLESS_-1206046869', u'CBRANCH_-1206046876'), (u'INT_NOTEQUAL_-1206046164', u'CBRANCH_-1206046160'), (u'INDIRECT_-1206043110', u'COPY_-1206043819'), (u'CAST_-1206043897', u'LOAD_-1206046911'), (u'INT_NOTEQUAL_-1206046691', u'CBRANCH_-1206046688'), ('const-0', u'INT_NOTEQUAL_-1206046056'), ('const-0', u'RETURN_-1206045722'), (u'LOAD_-1206046717', u'MULTIEQUAL_-1206043836'), ('const-0', u'INT_NOTEQUAL_-1206045338'), (u'PTRADD_-1206043235', u'MULTIEQUAL_-1206044394'), (u'CAST_-1206043130', u'CALL_-1206045537'), ('const-0', u'INT_EQUAL_-1206045477'), (u'INT_ADD_-1206046197', u'INT_LESS_-1206046103'), (u'CAST_-1206043833', u'MULTIEQUAL_-1206043837'), ('const-417', u'LOAD_-1206046324'), (u'PTRADD_-1206046219', u'CAST_-1206043452'), (u'LOAD_-1206046704', u'MULTIEQUAL_-1206043833'), ('tmp_1080', u'CBRANCH_-1206046102'), ('const-0', u'INT_NOTEQUAL_-1206045432'), ('const-417', u'LOAD_-1206046033'), (u'INT_NOTEQUAL_-1206046056', u'CBRANCH_-1206046056'), (u'LOAD_-1206046356', u'INT_EQUAL_-1206046337'), (u'COPY_-1206045101', u'RETURN_-1206045722'), (u'PTRADD_-1206046197', u'LOAD_-1206046257'), (u'MULTIEQUAL_-1206043487', u'MULTIEQUAL_-1206043391'), (u'MULTIEQUAL_-1206043833', u'INT_AND_-1206046678'), (u'LOAD_-1206046818', u'INT_AND_-1206046792'), ('const-0', u'INT_NOTEQUAL_-1206046164'), (u'INT_ADD_-1206046199', u'INT_ADD_-1206046197'), (u'INT_NOTEQUAL_-1206046805', u'CBRANCH_-1206046802'), ('tmp_6241', u'LOAD_-1206045519'), (u'INT_NOTEQUAL_-1206046244', u'CBRANCH_-1206046241'), ('const-0', u'CALL_-1206046741'), (u'INT_ADD_-1206046197', u'MULTIEQUAL_-1206044628'), ('const-2', u'INT_MULT_-1206046792'), ('const-1', u'PTRADD_-1206046262'), (u'INT_ZEXT_-1206046340', u'INT_MULT_-1206046231'), (u'INT_NOTEQUAL_-1206045483', u'CBRANCH_-1206045482'), (u'INDIRECT_-1206043552', u'MULTIEQUAL_-1206043545'), ('tmp_10063', u'PTRADD_-1206046758'), ('const-0', u'INT_EQUAL_-1206045647'), (u'COPY_-1206043823', u'RETURN_-1206043805'), (u'CALL_-1206045019', u'INDIRECT_-1206043053'), (u'INDIRECT_-1206043909', u'MULTIEQUAL_-1206043803'), (u'CALL_-1206045400', u'INDIRECT_-1206043289'), ('tmp_2462', u'CBRANCH_-1206045338'), (u'INT_MULT_-1206046792', u'PTRADD_-1206046758'), ('const-95', u'INT_EQUAL_-1206046622'), ('const-95', u'INT_EQUAL_-1206046337'), (u'INDIRECT_-1206043664', u'MULTIEQUAL_-1206043361'), (u'LOAD_-1206046257', u'INT_AND_-1206046231'), (u'CAST_-1206043811', u'LOAD_-1206046717'), ('const-48', u'INT_NOTEQUAL_-1206046787'), (u'CAST_-1206043230', u'INT_NOTEQUAL_-1206045432'), (u'INDIRECT_-1206043399', u'MULTIEQUAL_-1206043622'), (u'CAST_-1206043490', u'STORE_-1206046225'), (u'COPY_-1206045433', u'RETURN_-1206045381'), ('const-0', u'COPY_-1206045433'), ('const-1', u'COPY_-1206043827'), ('const-417', u'LOAD_-1206046208'), (u'LOAD_-1206045519', u'CALL_-1206045506'), (u'INDIRECT_-1206043491', u'MULTIEQUAL_-1206043455'), ('tmp_2021', u'CBRANCH_-1206045475'), ('const-4', u'INT_AND_-1206046678'), (u'INT_EQUAL_-1206044897', u'CBRANCH_-1206044896'), (u'INT_AND_-1206046792', u'INT_NOTEQUAL_-1206046805'), (u'MULTIEQUAL_-1206044628', u'INT_ADD_-1206045839'), ('const-0', u'RETURN_-1206043805'), ('const-48', u'INT_SLESS_-1206046869'), (u'SUBPIECE_-1206044751', u'INT_SEXT_-1206046215'), (u'INT_AND_-1206046678', u'INT_NOTEQUAL_-1206046691'), (u'CALL_-1206045506', u'INDIRECT_-1206043255'), (u'MULTIEQUAL_-1206043405', u'MULTIEQUAL_-1206044041'), (u'INT_SLESS_-1206046850', u'CBRANCH_-1206046857'), ('const-0', u'INT_NOTEQUAL_-1206046077'), (u'CALL_-1206045506', u'INDIRECT_-1206043681'), ('tmp_194', u'CBRANCH_-1206046857'), (u'MULTIEQUAL_-1206044498', u'CALL_-1206045506'), ('const-1', u'INT_EQUAL_-1206045973'), (u'MULTIEQUAL_-1206043749', u'MULTIEQUAL_-1206043606'), (u'STORE_-1206045854', u'INDIRECT_-1206043399'), (u'CALL_-1206045506', u'COPY_-1206043644'), ('const-0', u'RETURN_-1206045381'), (u'MULTIEQUAL_-1206044726', u'SUBPIECE_-1206044751'), (u'INT_MULT_-1206046151', u'PTRADD_-1206046117'), ('const-0', u'COPY_-1206046271'), (u'LOAD_-1206045067', u'INT_ADD_-1206045049'), (u'INT_EQUAL_-1206046337', u'CBRANCH_-1206046334'), (u'LOAD_-1206046356', u'MULTIEQUAL_-1206044425'), ('const-417', u'LOAD_-1206046717'), ('tmp_6240', u'LOAD_-1206046360'), ('tmp_1148', u'CBRANCH_-1206046056'), (u'MULTIEQUAL_-1206044693', u'CALL_-1206045895'), ('tmp_9755', u'CALL_-1206045474'), (u'INT_EQUAL_-1206045630', u'CBRANCH_-1206045629'), ('const-0', u'COPY_-1206043398'), (u'MULTIEQUAL_-1206044041', u'MULTIEQUAL_-1206044028'), (u'INT_MULT_-1206046626', u'PTRADD_-1206046592'), ('const-4', u'PTRADD_-1206043235'), (u'LOAD_-1206046911', u'INT_SEXT_-1206046894'), (u'CALL_-1206045537', u'INT_NOTEQUAL_-1206045483'), ('tmp_6240', u'LOAD_-1206045067'), ('tmp_673', u'CBRANCH_-1206046364'), (u'LOAD_-1206046837', u'INT_ZEXT_-1206046821'), ('tmp_640', u'BRANCH_-1206046500'), (u'CALL_-1206045618', u'INDIRECT_-1206043736'), (u'CALL_-1206045506', u'MULTIEQUAL_-1206044041'), (u'CAST_-1206043550', u'PTRADD_-1206046271'), ('tmp_6242', u'INT_EQUAL_-1206045647'), (u'CALL_-1206045577', u'CAST_-1206043130'), ('const-0', u'INT_EQUAL_-1206046365'), (u'MULTIEQUAL_-1206044132', u'INT_EQUAL_-1206045973'), ('tmp_6241', u'LOAD_-1206045472'), (u'INT_SEXT_-1206046215', u'INT_ADD_-1206046199'), (u'CALL_-1206046130', u'INT_LESS_-1206046103'), ('tmp_2554', u'BRANCH_-1206045137'), (u'COPY_-1206043827', u'RETURN_-1206043809'), (u'COPY_-1206043644', u'MULTIEQUAL_-1206043356'), ('const-417', u'LOAD_-1206045357'), ('const-417', u'LOAD_-1206046652'), ('const-417', u'LOAD_-1206045519'), ('const-1', u'COPY_-1206043823'), ('tmp_6240', u'LOAD_-1206046923'), (u'COPY_-1206043398', u'RETURN_-1206043381'), (u'CALL_-1206046741', u'INDIRECT_-1206043909'), (u'CAST_-1206043452', u'CALL_-1206046130'), ('const-1', u'INT_ADD_-1206046895'), ('const-417', u'LOAD_-1206046911'), (u'MULTIEQUAL_-1206044275', u'MULTIEQUAL_-1206044132'), ('const-0', u'INT_NOTEQUAL_-1206046244'), ('const-4', u'INT_AND_-1206046792'), ('const-0', u'INT_NOTEQUAL_-1206046691'), (u'MULTIEQUAL_-1206043361', u'COPY_-1206043391'), ('const-417', u'LOAD_-1206046177'), ('tmp_2973', u'CBRANCH_-1206045603')]
null
null
00022f00
x86
O2
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nundefined4 __regparm3 FUN_00022f00(undefined4 *param_1,int *param_2,int *param_3)\n\n{\n char cVar1;\n byte bVar2;\n byte bVar3;\n byte *pbVar4;\n undefined *puVar5;\n size_t sVar6;\n int *piVar7;\n undefined4 uVar8;\n char *__s2;\n char *__s1;\n int iVar9;\n void *__ptr;\n uint uVar10;\n byte *pbVar11;\n uint uVar12;\n long local_4c;\n int local_40;\n char *local_20;\n \n puVar5 = PTR__sch_istable_0003ffb4;\n iVar9 = *param_2;\n cVar1 = *(char *)(iVar9 + 1);\n if ('0' < cVar1) {\n if (cVar1 < ':') {\n local_4c = cVar1 + -0x30;\n *param_2 = iVar9 + 2 + (uint)(*(char *)(iVar9 + 2) == '_');\nLAB_00022fd2:\n puVar5 = PTR__sch_istable_0003ffb4;\n local_40 = 0;\n do {\n if (local_4c == 0) {\n if (param_3 == (int *)0x0) {\n return 1;\n }\n *param_3 = local_40;\n return 1;\n }\n pbVar4 = (byte *)*param_2;\n bVar2 = *pbVar4;\n pbVar11 = pbVar4;\n if (bVar2 == 0x5f) {\n pbVar11 = pbVar4 + 1;\n *param_2 = (int)pbVar11;\n bVar2 = pbVar4[1];\n }\n uVar10 = (uint)bVar2;\n if (bVar2 == 0x74) {\n if (param_3 == (int *)0x0) {\n iVar9 = FUN_000228f0();\n }\n else {\n iVar9 = FUN_000228f0();\n if (iVar9 == 0) {\n return 0;\n }\n sVar6 = strlen(local_20);\n local_40 = FUN_00021390(sVar6,9);\n free(local_20);\n iVar9 = local_40;\n }\n if (iVar9 == 0) {\n return 0;\n }\n }\n else {\n uVar12 = 0;\n if ((puVar5[uVar10 * 2] & 4) != 0) {\n uVar12 = 0;\n do {\n pbVar11 = pbVar11 + 1;\n *param_2 = (int)pbVar11;\n uVar12 = (char)uVar10 + -0x30 + uVar12 * 10;\n uVar10 = (uint)*pbVar11;\n } while ((puVar5[uVar10 * 2] & 4) != 0);\n sVar6 = strlen((char *)pbVar11);\n if (sVar6 < uVar12) goto LAB_00022fa0;\n }\n if (param_3 != (int *)0x0) {\n if ((local_40 != 0) &&\n (piVar7 = (int *)FUN_000205d0(*param_1,local_40), piVar7 != (int *)0x0)) {\n __s2 = (char *)FUN_000209e0();\n iVar9 = *piVar7;\n if (iVar9 == 0) {\n free(__s2);\n }\n else {\n do {\n local_40 = FUN_00020610(*param_1,iVar9);\n if (local_40 == 0) {\n free(__s2);\n return 0;\n }\n __s1 = (char *)FUN_00020440(*param_1,local_40);\n if ((__s1 != (char *)0x0) && (iVar9 = strcmp(__s1,__s2), iVar9 == 0)) {\n free(__s2);\n *param_2 = *param_2 + uVar12;\n goto LAB_0002305b;\n }\n piVar7 = piVar7 + 1;\n iVar9 = *piVar7;\n } while (iVar9 != 0);\n free(__s2);\n }\n }\n uVar8 = 9;\n if (local_4c == 1) {\n __ptr = (void *)FUN_000209e0();\n local_40 = FUN_00020230(*param_1,__ptr);\n free(__ptr);\n if (local_40 != 0) goto LAB_0002313e;\n uVar8 = 0;\n }\n local_40 = FUN_00021390(uVar12,uVar8);\n if (local_40 == 0) {\n return 0;\n }\n }\nLAB_0002313e:\n *param_2 = *param_2 + uVar12;\n }\nLAB_0002305b:\n local_4c = local_4c + -1;\n } while( true );\n }\n if (((cVar1 == '_') && ((PTR__sch_istable_0003ffb4[(uint)*(byte *)(iVar9 + 2) * 2] & 4) != 0))\n && (*(byte *)(iVar9 + 2) != 0x30)) {\n pbVar11 = (byte *)(iVar9 + 2);\n local_4c = strtol((char *)pbVar11,(char **)0x0,10);\n bVar2 = *(byte *)(iVar9 + 2);\n bVar3 = puVar5[(uint)bVar2 * 2];\n while ((bVar3 & 4) != 0) {\n pbVar11 = pbVar11 + 1;\n bVar2 = *pbVar11;\n bVar3 = puVar5[(uint)bVar2 * 2];\n }\n if (bVar2 == 0x5f) {\n *param_2 = (int)(pbVar11 + 1);\n goto LAB_00022fd2;\n }\n }\n }\nLAB_00022fa0:\n FUN_000208f0();\n return 0;\n}\n\n" comment (function_definition "undefined4 __regparm3 FUN_00022f00(undefined4 *param_1,int *param_2,int *param_3)\n\n{\n char cVar1;\n byte bVar2;\n byte bVar3;\n byte *pbVar4;\n undefined *puVar5;\n size_t sVar6;\n int *piVar7;\n undefined4 uVar8;\n char *__s2;\n char *__s1;\n int iVar9;\n void *__ptr;\n uint uVar10;\n byte *pbVar11;\n uint uVar12;\n long local_4c;\n int local_40;\n char *local_20;\n \n puVar5 = PTR__sch_istable_0003ffb4;\n iVar9 = *param_2;\n cVar1 = *(char *)(iVar9 + 1);\n if ('0' < cVar1) {\n if (cVar1 < ':') {\n local_4c = cVar1 + -0x30;\n *param_2 = iVar9 + 2 + (uint)(*(char *)(iVar9 + 2) == '_');\nLAB_00022fd2:\n puVar5 = PTR__sch_istable_0003ffb4;\n local_40 = 0;\n do {\n if (local_4c == 0) {\n if (param_3 == (int *)0x0) {\n return 1;\n }\n *param_3 = local_40;\n return 1;\n }\n pbVar4 = (byte *)*param_2;\n bVar2 = *pbVar4;\n pbVar11 = pbVar4;\n if (bVar2 == 0x5f) {\n pbVar11 = pbVar4 + 1;\n *param_2 = (int)pbVar11;\n bVar2 = pbVar4[1];\n }\n uVar10 = (uint)bVar2;\n if (bVar2 == 0x74) {\n if (param_3 == (int *)0x0) {\n iVar9 = FUN_000228f0();\n }\n else {\n iVar9 = FUN_000228f0();\n if (iVar9 == 0) {\n return 0;\n }\n sVar6 = strlen(local_20);\n local_40 = FUN_00021390(sVar6,9);\n free(local_20);\n iVar9 = local_40;\n }\n if (iVar9 == 0) {\n return 0;\n }\n }\n else {\n uVar12 = 0;\n if ((puVar5[uVar10 * 2] & 4) != 0) {\n uVar12 = 0;\n do {\n pbVar11 = pbVar11 + 1;\n *param_2 = (int)pbVar11;\n uVar12 = (char)uVar10 + -0x30 + uVar12 * 10;\n uVar10 = (uint)*pbVar11;\n } while ((puVar5[uVar10 * 2] & 4) != 0);\n sVar6 = strlen((char *)pbVar11);\n if (sVar6 < uVar12) goto LAB_00022fa0;\n }\n if (param_3 != (int *)0x0) {\n if ((local_40 != 0) &&\n (piVar7 = (int *)FUN_000205d0(*param_1,local_40), piVar7 != (int *)0x0)) {\n __s2 = (char *)FUN_000209e0();\n iVar9 = *piVar7;\n if (iVar9 == 0) {\n free(__s2);\n }\n else {\n do {\n local_40 = FUN_00020610(*param_1,iVar9);\n if (local_40 == 0) {\n free(__s2);\n return 0;\n }\n __s1 = (char *)FUN_00020440(*param_1,local_40);\n if ((__s1 != (char *)0x0) && (iVar9 = strcmp(__s1,__s2), iVar9 == 0)) {\n free(__s2);\n *param_2 = *param_2 + uVar12;\n goto LAB_0002305b;\n }\n piVar7 = piVar7 + 1;\n iVar9 = *piVar7;\n } while (iVar9 != 0);\n free(__s2);\n }\n }\n uVar8 = 9;\n if (local_4c == 1) {\n __ptr = (void *)FUN_000209e0();\n local_40 = FUN_00020230(*param_1,__ptr);\n free(__ptr);\n if (local_40 != 0) goto LAB_0002313e;\n uVar8 = 0;\n }\n local_40 = FUN_00021390(uVar12,uVar8);\n if (local_40 == 0) {\n return 0;\n }\n }\nLAB_0002313e:\n *param_2 = *param_2 + uVar12;\n }\nLAB_0002305b:\n local_4c = local_4c + -1;\n } while( true );\n }\n if (((cVar1 == '_') && ((PTR__sch_istable_0003ffb4[(uint)*(byte *)(iVar9 + 2) * 2] & 4) != 0))\n && (*(byte *)(iVar9 + 2) != 0x30)) {\n pbVar11 = (byte *)(iVar9 + 2);\n local_4c = strtol((char *)pbVar11,(char **)0x0,10);\n bVar2 = *(byte *)(iVar9 + 2);\n bVar3 = puVar5[(uint)bVar2 * 2];\n while ((bVar3 & 4) != 0) {\n pbVar11 = pbVar11 + 1;\n bVar2 = *pbVar11;\n bVar3 = puVar5[(uint)bVar2 * 2];\n }\n if (bVar2 == 0x5f) {\n *param_2 = (int)(pbVar11 + 1);\n goto LAB_00022fd2;\n }\n }\n }\nLAB_00022fa0:\n FUN_000208f0();\n return 0;\n}" type_identifier (ERROR "__regparm3" identifier) (function_declarator "FUN_00022f00(undefined4 *param_1,int *param_2,int *param_3)" identifier (parameter_list "(undefined4 *param_1,int *param_2,int *param_3)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "int *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "int *param_3" primitive_type (pointer_declarator "*param_3" * identifier)) ))) (compound_statement "{\n char cVar1;\n byte bVar2;\n byte bVar3;\n byte *pbVar4;\n undefined *puVar5;\n size_t sVar6;\n int *piVar7;\n undefined4 uVar8;\n char *__s2;\n char *__s1;\n int iVar9;\n void *__ptr;\n uint uVar10;\n byte *pbVar11;\n uint uVar12;\n long local_4c;\n int local_40;\n char *local_20;\n \n puVar5 = PTR__sch_istable_0003ffb4;\n iVar9 = *param_2;\n cVar1 = *(char *)(iVar9 + 1);\n if ('0' < cVar1) {\n if (cVar1 < ':') {\n local_4c = cVar1 + -0x30;\n *param_2 = iVar9 + 2 + (uint)(*(char *)(iVar9 + 2) == '_');\nLAB_00022fd2:\n puVar5 = PTR__sch_istable_0003ffb4;\n local_40 = 0;\n do {\n if (local_4c == 0) {\n if (param_3 == (int *)0x0) {\n return 1;\n }\n *param_3 = local_40;\n return 1;\n }\n pbVar4 = (byte *)*param_2;\n bVar2 = *pbVar4;\n pbVar11 = pbVar4;\n if (bVar2 == 0x5f) {\n pbVar11 = pbVar4 + 1;\n *param_2 = (int)pbVar11;\n bVar2 = pbVar4[1];\n }\n uVar10 = (uint)bVar2;\n if (bVar2 == 0x74) {\n if (param_3 == (int *)0x0) {\n iVar9 = FUN_000228f0();\n }\n else {\n iVar9 = FUN_000228f0();\n if (iVar9 == 0) {\n return 0;\n }\n sVar6 = strlen(local_20);\n local_40 = FUN_00021390(sVar6,9);\n free(local_20);\n iVar9 = local_40;\n }\n if (iVar9 == 0) {\n return 0;\n }\n }\n else {\n uVar12 = 0;\n if ((puVar5[uVar10 * 2] & 4) != 0) {\n uVar12 = 0;\n do {\n pbVar11 = pbVar11 + 1;\n *param_2 = (int)pbVar11;\n uVar12 = (char)uVar10 + -0x30 + uVar12 * 10;\n uVar10 = (uint)*pbVar11;\n } while ((puVar5[uVar10 * 2] & 4) != 0);\n sVar6 = strlen((char *)pbVar11);\n if (sVar6 < uVar12) goto LAB_00022fa0;\n }\n if (param_3 != (int *)0x0) {\n if ((local_40 != 0) &&\n (piVar7 = (int *)FUN_000205d0(*param_1,local_40), piVar7 != (int *)0x0)) {\n __s2 = (char *)FUN_000209e0();\n iVar9 = *piVar7;\n if (iVar9 == 0) {\n free(__s2);\n }\n else {\n do {\n local_40 = FUN_00020610(*param_1,iVar9);\n if (local_40 == 0) {\n free(__s2);\n return 0;\n }\n __s1 = (char *)FUN_00020440(*param_1,local_40);\n if ((__s1 != (char *)0x0) && (iVar9 = strcmp(__s1,__s2), iVar9 == 0)) {\n free(__s2);\n *param_2 = *param_2 + uVar12;\n goto LAB_0002305b;\n }\n piVar7 = piVar7 + 1;\n iVar9 = *piVar7;\n } while (iVar9 != 0);\n free(__s2);\n }\n }\n uVar8 = 9;\n if (local_4c == 1) {\n __ptr = (void *)FUN_000209e0();\n local_40 = FUN_00020230(*param_1,__ptr);\n free(__ptr);\n if (local_40 != 0) goto LAB_0002313e;\n uVar8 = 0;\n }\n local_40 = FUN_00021390(uVar12,uVar8);\n if (local_40 == 0) {\n return 0;\n }\n }\nLAB_0002313e:\n *param_2 = *param_2 + uVar12;\n }\nLAB_0002305b:\n local_4c = local_4c + -1;\n } while( true );\n }\n if (((cVar1 == '_') && ((PTR__sch_istable_0003ffb4[(uint)*(byte *)(iVar9 + 2) * 2] & 4) != 0))\n && (*(byte *)(iVar9 + 2) != 0x30)) {\n pbVar11 = (byte *)(iVar9 + 2);\n local_4c = strtol((char *)pbVar11,(char **)0x0,10);\n bVar2 = *(byte *)(iVar9 + 2);\n bVar3 = puVar5[(uint)bVar2 * 2];\n while ((bVar3 & 4) != 0) {\n pbVar11 = pbVar11 + 1;\n bVar2 = *pbVar11;\n bVar3 = puVar5[(uint)bVar2 * 2];\n }\n if (bVar2 == 0x5f) {\n *param_2 = (int)(pbVar11 + 1);\n goto LAB_00022fd2;\n }\n }\n }\nLAB_00022fa0:\n FUN_000208f0();\n return 0;\n}" { (declaration "char cVar1;" primitive_type identifier ;) (declaration "byte bVar2;" type_identifier identifier ;) (declaration "byte bVar3;" type_identifier identifier ;) (declaration "byte *pbVar4;" type_identifier (pointer_declarator "*pbVar4" * identifier) ;) (declaration "undefined *puVar5;" type_identifier (pointer_declarator "*puVar5" * identifier) ;) (declaration "size_t sVar6;" primitive_type identifier ;) (declaration "int *piVar7;" primitive_type (pointer_declarator "*piVar7" * identifier) ;) (declaration "undefined4 uVar8;" type_identifier identifier ;) (declaration "char *__s2;" primitive_type (pointer_declarator "*__s2" * identifier) ;) (declaration "char *__s1;" primitive_type (pointer_declarator "*__s1" * identifier) ;) (declaration "int iVar9;" primitive_type identifier ;) (declaration "void *__ptr;" primitive_type (pointer_declarator "*__ptr" * identifier) ;) (declaration "uint uVar10;" type_identifier identifier ;) (declaration "byte *pbVar11;" type_identifier (pointer_declarator "*pbVar11" * identifier) ;) (declaration "uint uVar12;" type_identifier identifier ;) (declaration "long local_4c;" (sized_type_specifier "long" long) identifier ;) (declaration "int local_40;" primitive_type identifier ;) (declaration "char *local_20;" primitive_type (pointer_declarator "*local_20" * identifier) ;) (expression_statement "puVar5 = PTR__sch_istable_0003ffb4;" (assignment_expression "puVar5 = PTR__sch_istable_0003ffb4" identifier = identifier) ;) (expression_statement "iVar9 = *param_2;" (assignment_expression "iVar9 = *param_2" identifier = (pointer_expression "*param_2" * identifier)) ;) (expression_statement "cVar1 = *(char *)(iVar9 + 1);" (assignment_expression "cVar1 = *(char *)(iVar9 + 1)" identifier = (pointer_expression "*(char *)(iVar9 + 1)" * (cast_expression "(char *)(iVar9 + 1)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + 1)" ( (binary_expression "iVar9 + 1" identifier + number_literal) ))))) ;) (if_statement "if ('0' < cVar1) {\n if (cVar1 < ':') {\n local_4c = cVar1 + -0x30;\n *param_2 = iVar9 + 2 + (uint)(*(char *)(iVar9 + 2) == '_');\nLAB_00022fd2:\n puVar5 = PTR__sch_istable_0003ffb4;\n local_40 = 0;\n do {\n if (local_4c == 0) {\n if (param_3 == (int *)0x0) {\n return 1;\n }\n *param_3 = local_40;\n return 1;\n }\n pbVar4 = (byte *)*param_2;\n bVar2 = *pbVar4;\n pbVar11 = pbVar4;\n if (bVar2 == 0x5f) {\n pbVar11 = pbVar4 + 1;\n *param_2 = (int)pbVar11;\n bVar2 = pbVar4[1];\n }\n uVar10 = (uint)bVar2;\n if (bVar2 == 0x74) {\n if (param_3 == (int *)0x0) {\n iVar9 = FUN_000228f0();\n }\n else {\n iVar9 = FUN_000228f0();\n if (iVar9 == 0) {\n return 0;\n }\n sVar6 = strlen(local_20);\n local_40 = FUN_00021390(sVar6,9);\n free(local_20);\n iVar9 = local_40;\n }\n if (iVar9 == 0) {\n return 0;\n }\n }\n else {\n uVar12 = 0;\n if ((puVar5[uVar10 * 2] & 4) != 0) {\n uVar12 = 0;\n do {\n pbVar11 = pbVar11 + 1;\n *param_2 = (int)pbVar11;\n uVar12 = (char)uVar10 + -0x30 + uVar12 * 10;\n uVar10 = (uint)*pbVar11;\n } while ((puVar5[uVar10 * 2] & 4) != 0);\n sVar6 = strlen((char *)pbVar11);\n if (sVar6 < uVar12) goto LAB_00022fa0;\n }\n if (param_3 != (int *)0x0) {\n if ((local_40 != 0) &&\n (piVar7 = (int *)FUN_000205d0(*param_1,local_40), piVar7 != (int *)0x0)) {\n __s2 = (char *)FUN_000209e0();\n iVar9 = *piVar7;\n if (iVar9 == 0) {\n free(__s2);\n }\n else {\n do {\n local_40 = FUN_00020610(*param_1,iVar9);\n if (local_40 == 0) {\n free(__s2);\n return 0;\n }\n __s1 = (char *)FUN_00020440(*param_1,local_40);\n if ((__s1 != (char *)0x0) && (iVar9 = strcmp(__s1,__s2), iVar9 == 0)) {\n free(__s2);\n *param_2 = *param_2 + uVar12;\n goto LAB_0002305b;\n }\n piVar7 = piVar7 + 1;\n iVar9 = *piVar7;\n } while (iVar9 != 0);\n free(__s2);\n }\n }\n uVar8 = 9;\n if (local_4c == 1) {\n __ptr = (void *)FUN_000209e0();\n local_40 = FUN_00020230(*param_1,__ptr);\n free(__ptr);\n if (local_40 != 0) goto LAB_0002313e;\n uVar8 = 0;\n }\n local_40 = FUN_00021390(uVar12,uVar8);\n if (local_40 == 0) {\n return 0;\n }\n }\nLAB_0002313e:\n *param_2 = *param_2 + uVar12;\n }\nLAB_0002305b:\n local_4c = local_4c + -1;\n } while( true );\n }\n if (((cVar1 == '_') && ((PTR__sch_istable_0003ffb4[(uint)*(byte *)(iVar9 + 2) * 2] & 4) != 0))\n && (*(byte *)(iVar9 + 2) != 0x30)) {\n pbVar11 = (byte *)(iVar9 + 2);\n local_4c = strtol((char *)pbVar11,(char **)0x0,10);\n bVar2 = *(byte *)(iVar9 + 2);\n bVar3 = puVar5[(uint)bVar2 * 2];\n while ((bVar3 & 4) != 0) {\n pbVar11 = pbVar11 + 1;\n bVar2 = *pbVar11;\n bVar3 = puVar5[(uint)bVar2 * 2];\n }\n if (bVar2 == 0x5f) {\n *param_2 = (int)(pbVar11 + 1);\n goto LAB_00022fd2;\n }\n }\n }" if (parenthesized_expression "('0' < cVar1)" ( (binary_expression "'0' < cVar1" (char_literal "'0'" ' character ') < identifier) )) (compound_statement "{\n if (cVar1 < ':') {\n local_4c = cVar1 + -0x30;\n *param_2 = iVar9 + 2 + (uint)(*(char *)(iVar9 + 2) == '_');\nLAB_00022fd2:\n puVar5 = PTR__sch_istable_0003ffb4;\n local_40 = 0;\n do {\n if (local_4c == 0) {\n if (param_3 == (int *)0x0) {\n return 1;\n }\n *param_3 = local_40;\n return 1;\n }\n pbVar4 = (byte *)*param_2;\n bVar2 = *pbVar4;\n pbVar11 = pbVar4;\n if (bVar2 == 0x5f) {\n pbVar11 = pbVar4 + 1;\n *param_2 = (int)pbVar11;\n bVar2 = pbVar4[1];\n }\n uVar10 = (uint)bVar2;\n if (bVar2 == 0x74) {\n if (param_3 == (int *)0x0) {\n iVar9 = FUN_000228f0();\n }\n else {\n iVar9 = FUN_000228f0();\n if (iVar9 == 0) {\n return 0;\n }\n sVar6 = strlen(local_20);\n local_40 = FUN_00021390(sVar6,9);\n free(local_20);\n iVar9 = local_40;\n }\n if (iVar9 == 0) {\n return 0;\n }\n }\n else {\n uVar12 = 0;\n if ((puVar5[uVar10 * 2] & 4) != 0) {\n uVar12 = 0;\n do {\n pbVar11 = pbVar11 + 1;\n *param_2 = (int)pbVar11;\n uVar12 = (char)uVar10 + -0x30 + uVar12 * 10;\n uVar10 = (uint)*pbVar11;\n } while ((puVar5[uVar10 * 2] & 4) != 0);\n sVar6 = strlen((char *)pbVar11);\n if (sVar6 < uVar12) goto LAB_00022fa0;\n }\n if (param_3 != (int *)0x0) {\n if ((local_40 != 0) &&\n (piVar7 = (int *)FUN_000205d0(*param_1,local_40), piVar7 != (int *)0x0)) {\n __s2 = (char *)FUN_000209e0();\n iVar9 = *piVar7;\n if (iVar9 == 0) {\n free(__s2);\n }\n else {\n do {\n local_40 = FUN_00020610(*param_1,iVar9);\n if (local_40 == 0) {\n free(__s2);\n return 0;\n }\n __s1 = (char *)FUN_00020440(*param_1,local_40);\n if ((__s1 != (char *)0x0) && (iVar9 = strcmp(__s1,__s2), iVar9 == 0)) {\n free(__s2);\n *param_2 = *param_2 + uVar12;\n goto LAB_0002305b;\n }\n piVar7 = piVar7 + 1;\n iVar9 = *piVar7;\n } while (iVar9 != 0);\n free(__s2);\n }\n }\n uVar8 = 9;\n if (local_4c == 1) {\n __ptr = (void *)FUN_000209e0();\n local_40 = FUN_00020230(*param_1,__ptr);\n free(__ptr);\n if (local_40 != 0) goto LAB_0002313e;\n uVar8 = 0;\n }\n local_40 = FUN_00021390(uVar12,uVar8);\n if (local_40 == 0) {\n return 0;\n }\n }\nLAB_0002313e:\n *param_2 = *param_2 + uVar12;\n }\nLAB_0002305b:\n local_4c = local_4c + -1;\n } while( true );\n }\n if (((cVar1 == '_') && ((PTR__sch_istable_0003ffb4[(uint)*(byte *)(iVar9 + 2) * 2] & 4) != 0))\n && (*(byte *)(iVar9 + 2) != 0x30)) {\n pbVar11 = (byte *)(iVar9 + 2);\n local_4c = strtol((char *)pbVar11,(char **)0x0,10);\n bVar2 = *(byte *)(iVar9 + 2);\n bVar3 = puVar5[(uint)bVar2 * 2];\n while ((bVar3 & 4) != 0) {\n pbVar11 = pbVar11 + 1;\n bVar2 = *pbVar11;\n bVar3 = puVar5[(uint)bVar2 * 2];\n }\n if (bVar2 == 0x5f) {\n *param_2 = (int)(pbVar11 + 1);\n goto LAB_00022fd2;\n }\n }\n }" { (if_statement "if (cVar1 < ':') {\n local_4c = cVar1 + -0x30;\n *param_2 = iVar9 + 2 + (uint)(*(char *)(iVar9 + 2) == '_');\nLAB_00022fd2:\n puVar5 = PTR__sch_istable_0003ffb4;\n local_40 = 0;\n do {\n if (local_4c == 0) {\n if (param_3 == (int *)0x0) {\n return 1;\n }\n *param_3 = local_40;\n return 1;\n }\n pbVar4 = (byte *)*param_2;\n bVar2 = *pbVar4;\n pbVar11 = pbVar4;\n if (bVar2 == 0x5f) {\n pbVar11 = pbVar4 + 1;\n *param_2 = (int)pbVar11;\n bVar2 = pbVar4[1];\n }\n uVar10 = (uint)bVar2;\n if (bVar2 == 0x74) {\n if (param_3 == (int *)0x0) {\n iVar9 = FUN_000228f0();\n }\n else {\n iVar9 = FUN_000228f0();\n if (iVar9 == 0) {\n return 0;\n }\n sVar6 = strlen(local_20);\n local_40 = FUN_00021390(sVar6,9);\n free(local_20);\n iVar9 = local_40;\n }\n if (iVar9 == 0) {\n return 0;\n }\n }\n else {\n uVar12 = 0;\n if ((puVar5[uVar10 * 2] & 4) != 0) {\n uVar12 = 0;\n do {\n pbVar11 = pbVar11 + 1;\n *param_2 = (int)pbVar11;\n uVar12 = (char)uVar10 + -0x30 + uVar12 * 10;\n uVar10 = (uint)*pbVar11;\n } while ((puVar5[uVar10 * 2] & 4) != 0);\n sVar6 = strlen((char *)pbVar11);\n if (sVar6 < uVar12) goto LAB_00022fa0;\n }\n if (param_3 != (int *)0x0) {\n if ((local_40 != 0) &&\n (piVar7 = (int *)FUN_000205d0(*param_1,local_40), piVar7 != (int *)0x0)) {\n __s2 = (char *)FUN_000209e0();\n iVar9 = *piVar7;\n if (iVar9 == 0) {\n free(__s2);\n }\n else {\n do {\n local_40 = FUN_00020610(*param_1,iVar9);\n if (local_40 == 0) {\n free(__s2);\n return 0;\n }\n __s1 = (char *)FUN_00020440(*param_1,local_40);\n if ((__s1 != (char *)0x0) && (iVar9 = strcmp(__s1,__s2), iVar9 == 0)) {\n free(__s2);\n *param_2 = *param_2 + uVar12;\n goto LAB_0002305b;\n }\n piVar7 = piVar7 + 1;\n iVar9 = *piVar7;\n } while (iVar9 != 0);\n free(__s2);\n }\n }\n uVar8 = 9;\n if (local_4c == 1) {\n __ptr = (void *)FUN_000209e0();\n local_40 = FUN_00020230(*param_1,__ptr);\n free(__ptr);\n if (local_40 != 0) goto LAB_0002313e;\n uVar8 = 0;\n }\n local_40 = FUN_00021390(uVar12,uVar8);\n if (local_40 == 0) {\n return 0;\n }\n }\nLAB_0002313e:\n *param_2 = *param_2 + uVar12;\n }\nLAB_0002305b:\n local_4c = local_4c + -1;\n } while( true );\n }" if (parenthesized_expression "(cVar1 < ':')" ( (binary_expression "cVar1 < ':'" identifier < (char_literal "':'" ' character ')) )) (compound_statement "{\n local_4c = cVar1 + -0x30;\n *param_2 = iVar9 + 2 + (uint)(*(char *)(iVar9 + 2) == '_');\nLAB_00022fd2:\n puVar5 = PTR__sch_istable_0003ffb4;\n local_40 = 0;\n do {\n if (local_4c == 0) {\n if (param_3 == (int *)0x0) {\n return 1;\n }\n *param_3 = local_40;\n return 1;\n }\n pbVar4 = (byte *)*param_2;\n bVar2 = *pbVar4;\n pbVar11 = pbVar4;\n if (bVar2 == 0x5f) {\n pbVar11 = pbVar4 + 1;\n *param_2 = (int)pbVar11;\n bVar2 = pbVar4[1];\n }\n uVar10 = (uint)bVar2;\n if (bVar2 == 0x74) {\n if (param_3 == (int *)0x0) {\n iVar9 = FUN_000228f0();\n }\n else {\n iVar9 = FUN_000228f0();\n if (iVar9 == 0) {\n return 0;\n }\n sVar6 = strlen(local_20);\n local_40 = FUN_00021390(sVar6,9);\n free(local_20);\n iVar9 = local_40;\n }\n if (iVar9 == 0) {\n return 0;\n }\n }\n else {\n uVar12 = 0;\n if ((puVar5[uVar10 * 2] & 4) != 0) {\n uVar12 = 0;\n do {\n pbVar11 = pbVar11 + 1;\n *param_2 = (int)pbVar11;\n uVar12 = (char)uVar10 + -0x30 + uVar12 * 10;\n uVar10 = (uint)*pbVar11;\n } while ((puVar5[uVar10 * 2] & 4) != 0);\n sVar6 = strlen((char *)pbVar11);\n if (sVar6 < uVar12) goto LAB_00022fa0;\n }\n if (param_3 != (int *)0x0) {\n if ((local_40 != 0) &&\n (piVar7 = (int *)FUN_000205d0(*param_1,local_40), piVar7 != (int *)0x0)) {\n __s2 = (char *)FUN_000209e0();\n iVar9 = *piVar7;\n if (iVar9 == 0) {\n free(__s2);\n }\n else {\n do {\n local_40 = FUN_00020610(*param_1,iVar9);\n if (local_40 == 0) {\n free(__s2);\n return 0;\n }\n __s1 = (char *)FUN_00020440(*param_1,local_40);\n if ((__s1 != (char *)0x0) && (iVar9 = strcmp(__s1,__s2), iVar9 == 0)) {\n free(__s2);\n *param_2 = *param_2 + uVar12;\n goto LAB_0002305b;\n }\n piVar7 = piVar7 + 1;\n iVar9 = *piVar7;\n } while (iVar9 != 0);\n free(__s2);\n }\n }\n uVar8 = 9;\n if (local_4c == 1) {\n __ptr = (void *)FUN_000209e0();\n local_40 = FUN_00020230(*param_1,__ptr);\n free(__ptr);\n if (local_40 != 0) goto LAB_0002313e;\n uVar8 = 0;\n }\n local_40 = FUN_00021390(uVar12,uVar8);\n if (local_40 == 0) {\n return 0;\n }\n }\nLAB_0002313e:\n *param_2 = *param_2 + uVar12;\n }\nLAB_0002305b:\n local_4c = local_4c + -1;\n } while( true );\n }" { (expression_statement "local_4c = cVar1 + -0x30;" (assignment_expression "local_4c = cVar1 + -0x30" identifier = (binary_expression "cVar1 + -0x30" identifier + number_literal)) ;) (expression_statement "*param_2 = iVar9 + 2 + (uint)(*(char *)(iVar9 + 2) == '_');" (assignment_expression "*param_2 = iVar9 + 2 + (uint)(*(char *)(iVar9 + 2) == '_')" (pointer_expression "*param_2" * identifier) = (binary_expression "iVar9 + 2 + (uint)(*(char *)(iVar9 + 2) == '_')" (binary_expression "iVar9 + 2" identifier + number_literal) + (call_expression "(uint)(*(char *)(iVar9 + 2) == '_')" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(*(char *)(iVar9 + 2) == '_')" ( (binary_expression "*(char *)(iVar9 + 2) == '_'" (pointer_expression "*(char *)(iVar9 + 2)" * (cast_expression "(char *)(iVar9 + 2)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + 2)" ( (binary_expression "iVar9 + 2" identifier + number_literal) )))) == (char_literal "'_'" ' character ')) ))))) ;) (labeled_statement "LAB_00022fd2:\n puVar5 = PTR__sch_istable_0003ffb4;" statement_identifier : (expression_statement "puVar5 = PTR__sch_istable_0003ffb4;" (assignment_expression "puVar5 = PTR__sch_istable_0003ffb4" identifier = identifier) ;)) (expression_statement "local_40 = 0;" (assignment_expression "local_40 = 0" identifier = number_literal) ;) (do_statement "do {\n if (local_4c == 0) {\n if (param_3 == (int *)0x0) {\n return 1;\n }\n *param_3 = local_40;\n return 1;\n }\n pbVar4 = (byte *)*param_2;\n bVar2 = *pbVar4;\n pbVar11 = pbVar4;\n if (bVar2 == 0x5f) {\n pbVar11 = pbVar4 + 1;\n *param_2 = (int)pbVar11;\n bVar2 = pbVar4[1];\n }\n uVar10 = (uint)bVar2;\n if (bVar2 == 0x74) {\n if (param_3 == (int *)0x0) {\n iVar9 = FUN_000228f0();\n }\n else {\n iVar9 = FUN_000228f0();\n if (iVar9 == 0) {\n return 0;\n }\n sVar6 = strlen(local_20);\n local_40 = FUN_00021390(sVar6,9);\n free(local_20);\n iVar9 = local_40;\n }\n if (iVar9 == 0) {\n return 0;\n }\n }\n else {\n uVar12 = 0;\n if ((puVar5[uVar10 * 2] & 4) != 0) {\n uVar12 = 0;\n do {\n pbVar11 = pbVar11 + 1;\n *param_2 = (int)pbVar11;\n uVar12 = (char)uVar10 + -0x30 + uVar12 * 10;\n uVar10 = (uint)*pbVar11;\n } while ((puVar5[uVar10 * 2] & 4) != 0);\n sVar6 = strlen((char *)pbVar11);\n if (sVar6 < uVar12) goto LAB_00022fa0;\n }\n if (param_3 != (int *)0x0) {\n if ((local_40 != 0) &&\n (piVar7 = (int *)FUN_000205d0(*param_1,local_40), piVar7 != (int *)0x0)) {\n __s2 = (char *)FUN_000209e0();\n iVar9 = *piVar7;\n if (iVar9 == 0) {\n free(__s2);\n }\n else {\n do {\n local_40 = FUN_00020610(*param_1,iVar9);\n if (local_40 == 0) {\n free(__s2);\n return 0;\n }\n __s1 = (char *)FUN_00020440(*param_1,local_40);\n if ((__s1 != (char *)0x0) && (iVar9 = strcmp(__s1,__s2), iVar9 == 0)) {\n free(__s2);\n *param_2 = *param_2 + uVar12;\n goto LAB_0002305b;\n }\n piVar7 = piVar7 + 1;\n iVar9 = *piVar7;\n } while (iVar9 != 0);\n free(__s2);\n }\n }\n uVar8 = 9;\n if (local_4c == 1) {\n __ptr = (void *)FUN_000209e0();\n local_40 = FUN_00020230(*param_1,__ptr);\n free(__ptr);\n if (local_40 != 0) goto LAB_0002313e;\n uVar8 = 0;\n }\n local_40 = FUN_00021390(uVar12,uVar8);\n if (local_40 == 0) {\n return 0;\n }\n }\nLAB_0002313e:\n *param_2 = *param_2 + uVar12;\n }\nLAB_0002305b:\n local_4c = local_4c + -1;\n } while( true );" do (compound_statement "{\n if (local_4c == 0) {\n if (param_3 == (int *)0x0) {\n return 1;\n }\n *param_3 = local_40;\n return 1;\n }\n pbVar4 = (byte *)*param_2;\n bVar2 = *pbVar4;\n pbVar11 = pbVar4;\n if (bVar2 == 0x5f) {\n pbVar11 = pbVar4 + 1;\n *param_2 = (int)pbVar11;\n bVar2 = pbVar4[1];\n }\n uVar10 = (uint)bVar2;\n if (bVar2 == 0x74) {\n if (param_3 == (int *)0x0) {\n iVar9 = FUN_000228f0();\n }\n else {\n iVar9 = FUN_000228f0();\n if (iVar9 == 0) {\n return 0;\n }\n sVar6 = strlen(local_20);\n local_40 = FUN_00021390(sVar6,9);\n free(local_20);\n iVar9 = local_40;\n }\n if (iVar9 == 0) {\n return 0;\n }\n }\n else {\n uVar12 = 0;\n if ((puVar5[uVar10 * 2] & 4) != 0) {\n uVar12 = 0;\n do {\n pbVar11 = pbVar11 + 1;\n *param_2 = (int)pbVar11;\n uVar12 = (char)uVar10 + -0x30 + uVar12 * 10;\n uVar10 = (uint)*pbVar11;\n } while ((puVar5[uVar10 * 2] & 4) != 0);\n sVar6 = strlen((char *)pbVar11);\n if (sVar6 < uVar12) goto LAB_00022fa0;\n }\n if (param_3 != (int *)0x0) {\n if ((local_40 != 0) &&\n (piVar7 = (int *)FUN_000205d0(*param_1,local_40), piVar7 != (int *)0x0)) {\n __s2 = (char *)FUN_000209e0();\n iVar9 = *piVar7;\n if (iVar9 == 0) {\n free(__s2);\n }\n else {\n do {\n local_40 = FUN_00020610(*param_1,iVar9);\n if (local_40 == 0) {\n free(__s2);\n return 0;\n }\n __s1 = (char *)FUN_00020440(*param_1,local_40);\n if ((__s1 != (char *)0x0) && (iVar9 = strcmp(__s1,__s2), iVar9 == 0)) {\n free(__s2);\n *param_2 = *param_2 + uVar12;\n goto LAB_0002305b;\n }\n piVar7 = piVar7 + 1;\n iVar9 = *piVar7;\n } while (iVar9 != 0);\n free(__s2);\n }\n }\n uVar8 = 9;\n if (local_4c == 1) {\n __ptr = (void *)FUN_000209e0();\n local_40 = FUN_00020230(*param_1,__ptr);\n free(__ptr);\n if (local_40 != 0) goto LAB_0002313e;\n uVar8 = 0;\n }\n local_40 = FUN_00021390(uVar12,uVar8);\n if (local_40 == 0) {\n return 0;\n }\n }\nLAB_0002313e:\n *param_2 = *param_2 + uVar12;\n }\nLAB_0002305b:\n local_4c = local_4c + -1;\n }" { (if_statement "if (local_4c == 0) {\n if (param_3 == (int *)0x0) {\n return 1;\n }\n *param_3 = local_40;\n return 1;\n }" if (parenthesized_expression "(local_4c == 0)" ( (binary_expression "local_4c == 0" identifier == number_literal) )) (compound_statement "{\n if (param_3 == (int *)0x0) {\n return 1;\n }\n *param_3 = local_40;\n return 1;\n }" { (if_statement "if (param_3 == (int *)0x0) {\n return 1;\n }" if (parenthesized_expression "(param_3 == (int *)0x0)" ( (binary_expression "param_3 == (int *)0x0" identifier == (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n return 1;\n }" { (return_statement "return 1;" return number_literal ;) })) (expression_statement "*param_3 = local_40;" (assignment_expression "*param_3 = local_40" (pointer_expression "*param_3" * identifier) = identifier) ;) (return_statement "return 1;" return number_literal ;) })) (expression_statement "pbVar4 = (byte *)*param_2;" (assignment_expression "pbVar4 = (byte *)*param_2" identifier = (cast_expression "(byte *)*param_2" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_2" * identifier))) ;) (expression_statement "bVar2 = *pbVar4;" (assignment_expression "bVar2 = *pbVar4" identifier = (pointer_expression "*pbVar4" * identifier)) ;) (expression_statement "pbVar11 = pbVar4;" (assignment_expression "pbVar11 = pbVar4" identifier = identifier) ;) (if_statement "if (bVar2 == 0x5f) {\n pbVar11 = pbVar4 + 1;\n *param_2 = (int)pbVar11;\n bVar2 = pbVar4[1];\n }" if (parenthesized_expression "(bVar2 == 0x5f)" ( (binary_expression "bVar2 == 0x5f" identifier == number_literal) )) (compound_statement "{\n pbVar11 = pbVar4 + 1;\n *param_2 = (int)pbVar11;\n bVar2 = pbVar4[1];\n }" { (expression_statement "pbVar11 = pbVar4 + 1;" (assignment_expression "pbVar11 = pbVar4 + 1" identifier = (binary_expression "pbVar4 + 1" identifier + number_literal)) ;) (expression_statement "*param_2 = (int)pbVar11;" (assignment_expression "*param_2 = (int)pbVar11" (pointer_expression "*param_2" * identifier) = (cast_expression "(int)pbVar11" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "bVar2 = pbVar4[1];" (assignment_expression "bVar2 = pbVar4[1]" identifier = (subscript_expression "pbVar4[1]" identifier [ number_literal ])) ;) })) (expression_statement "uVar10 = (uint)bVar2;" (assignment_expression "uVar10 = (uint)bVar2" identifier = (cast_expression "(uint)bVar2" ( (type_descriptor "uint" type_identifier) ) identifier)) ;) (if_statement "if (bVar2 == 0x74) {\n if (param_3 == (int *)0x0) {\n iVar9 = FUN_000228f0();\n }\n else {\n iVar9 = FUN_000228f0();\n if (iVar9 == 0) {\n return 0;\n }\n sVar6 = strlen(local_20);\n local_40 = FUN_00021390(sVar6,9);\n free(local_20);\n iVar9 = local_40;\n }\n if (iVar9 == 0) {\n return 0;\n }\n }\n else {\n uVar12 = 0;\n if ((puVar5[uVar10 * 2] & 4) != 0) {\n uVar12 = 0;\n do {\n pbVar11 = pbVar11 + 1;\n *param_2 = (int)pbVar11;\n uVar12 = (char)uVar10 + -0x30 + uVar12 * 10;\n uVar10 = (uint)*pbVar11;\n } while ((puVar5[uVar10 * 2] & 4) != 0);\n sVar6 = strlen((char *)pbVar11);\n if (sVar6 < uVar12) goto LAB_00022fa0;\n }\n if (param_3 != (int *)0x0) {\n if ((local_40 != 0) &&\n (piVar7 = (int *)FUN_000205d0(*param_1,local_40), piVar7 != (int *)0x0)) {\n __s2 = (char *)FUN_000209e0();\n iVar9 = *piVar7;\n if (iVar9 == 0) {\n free(__s2);\n }\n else {\n do {\n local_40 = FUN_00020610(*param_1,iVar9);\n if (local_40 == 0) {\n free(__s2);\n return 0;\n }\n __s1 = (char *)FUN_00020440(*param_1,local_40);\n if ((__s1 != (char *)0x0) && (iVar9 = strcmp(__s1,__s2), iVar9 == 0)) {\n free(__s2);\n *param_2 = *param_2 + uVar12;\n goto LAB_0002305b;\n }\n piVar7 = piVar7 + 1;\n iVar9 = *piVar7;\n } while (iVar9 != 0);\n free(__s2);\n }\n }\n uVar8 = 9;\n if (local_4c == 1) {\n __ptr = (void *)FUN_000209e0();\n local_40 = FUN_00020230(*param_1,__ptr);\n free(__ptr);\n if (local_40 != 0) goto LAB_0002313e;\n uVar8 = 0;\n }\n local_40 = FUN_00021390(uVar12,uVar8);\n if (local_40 == 0) {\n return 0;\n }\n }\nLAB_0002313e:\n *param_2 = *param_2 + uVar12;\n }" if (parenthesized_expression "(bVar2 == 0x74)" ( (binary_expression "bVar2 == 0x74" identifier == number_literal) )) (compound_statement "{\n if (param_3 == (int *)0x0) {\n iVar9 = FUN_000228f0();\n }\n else {\n iVar9 = FUN_000228f0();\n if (iVar9 == 0) {\n return 0;\n }\n sVar6 = strlen(local_20);\n local_40 = FUN_00021390(sVar6,9);\n free(local_20);\n iVar9 = local_40;\n }\n if (iVar9 == 0) {\n return 0;\n }\n }" { (if_statement "if (param_3 == (int *)0x0) {\n iVar9 = FUN_000228f0();\n }\n else {\n iVar9 = FUN_000228f0();\n if (iVar9 == 0) {\n return 0;\n }\n sVar6 = strlen(local_20);\n local_40 = FUN_00021390(sVar6,9);\n free(local_20);\n iVar9 = local_40;\n }" if (parenthesized_expression "(param_3 == (int *)0x0)" ( (binary_expression "param_3 == (int *)0x0" identifier == (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n iVar9 = FUN_000228f0();\n }" { (expression_statement "iVar9 = FUN_000228f0();" (assignment_expression "iVar9 = FUN_000228f0()" identifier = (call_expression "FUN_000228f0()" identifier (argument_list "()" ( )))) ;) }) (else_clause "else {\n iVar9 = FUN_000228f0();\n if (iVar9 == 0) {\n return 0;\n }\n sVar6 = strlen(local_20);\n local_40 = FUN_00021390(sVar6,9);\n free(local_20);\n iVar9 = local_40;\n }" else (compound_statement "{\n iVar9 = FUN_000228f0();\n if (iVar9 == 0) {\n return 0;\n }\n sVar6 = strlen(local_20);\n local_40 = FUN_00021390(sVar6,9);\n free(local_20);\n iVar9 = local_40;\n }" { (expression_statement "iVar9 = FUN_000228f0();" (assignment_expression "iVar9 = FUN_000228f0()" identifier = (call_expression "FUN_000228f0()" identifier (argument_list "()" ( )))) ;) (if_statement "if (iVar9 == 0) {\n return 0;\n }" if (parenthesized_expression "(iVar9 == 0)" ( (binary_expression "iVar9 == 0" identifier == number_literal) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) (expression_statement "sVar6 = strlen(local_20);" (assignment_expression "sVar6 = strlen(local_20)" identifier = (call_expression "strlen(local_20)" identifier (argument_list "(local_20)" ( identifier )))) ;) (expression_statement "local_40 = FUN_00021390(sVar6,9);" (assignment_expression "local_40 = FUN_00021390(sVar6,9)" identifier = (call_expression "FUN_00021390(sVar6,9)" identifier (argument_list "(sVar6,9)" ( identifier , number_literal )))) ;) (expression_statement "free(local_20);" (call_expression "free(local_20)" identifier (argument_list "(local_20)" ( identifier ))) ;) (expression_statement "iVar9 = local_40;" (assignment_expression "iVar9 = local_40" identifier = identifier) ;) }))) (if_statement "if (iVar9 == 0) {\n return 0;\n }" if (parenthesized_expression "(iVar9 == 0)" ( (binary_expression "iVar9 == 0" identifier == number_literal) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) }) (else_clause "else {\n uVar12 = 0;\n if ((puVar5[uVar10 * 2] & 4) != 0) {\n uVar12 = 0;\n do {\n pbVar11 = pbVar11 + 1;\n *param_2 = (int)pbVar11;\n uVar12 = (char)uVar10 + -0x30 + uVar12 * 10;\n uVar10 = (uint)*pbVar11;\n } while ((puVar5[uVar10 * 2] & 4) != 0);\n sVar6 = strlen((char *)pbVar11);\n if (sVar6 < uVar12) goto LAB_00022fa0;\n }\n if (param_3 != (int *)0x0) {\n if ((local_40 != 0) &&\n (piVar7 = (int *)FUN_000205d0(*param_1,local_40), piVar7 != (int *)0x0)) {\n __s2 = (char *)FUN_000209e0();\n iVar9 = *piVar7;\n if (iVar9 == 0) {\n free(__s2);\n }\n else {\n do {\n local_40 = FUN_00020610(*param_1,iVar9);\n if (local_40 == 0) {\n free(__s2);\n return 0;\n }\n __s1 = (char *)FUN_00020440(*param_1,local_40);\n if ((__s1 != (char *)0x0) && (iVar9 = strcmp(__s1,__s2), iVar9 == 0)) {\n free(__s2);\n *param_2 = *param_2 + uVar12;\n goto LAB_0002305b;\n }\n piVar7 = piVar7 + 1;\n iVar9 = *piVar7;\n } while (iVar9 != 0);\n free(__s2);\n }\n }\n uVar8 = 9;\n if (local_4c == 1) {\n __ptr = (void *)FUN_000209e0();\n local_40 = FUN_00020230(*param_1,__ptr);\n free(__ptr);\n if (local_40 != 0) goto LAB_0002313e;\n uVar8 = 0;\n }\n local_40 = FUN_00021390(uVar12,uVar8);\n if (local_40 == 0) {\n return 0;\n }\n }\nLAB_0002313e:\n *param_2 = *param_2 + uVar12;\n }" else (compound_statement "{\n uVar12 = 0;\n if ((puVar5[uVar10 * 2] & 4) != 0) {\n uVar12 = 0;\n do {\n pbVar11 = pbVar11 + 1;\n *param_2 = (int)pbVar11;\n uVar12 = (char)uVar10 + -0x30 + uVar12 * 10;\n uVar10 = (uint)*pbVar11;\n } while ((puVar5[uVar10 * 2] & 4) != 0);\n sVar6 = strlen((char *)pbVar11);\n if (sVar6 < uVar12) goto LAB_00022fa0;\n }\n if (param_3 != (int *)0x0) {\n if ((local_40 != 0) &&\n (piVar7 = (int *)FUN_000205d0(*param_1,local_40), piVar7 != (int *)0x0)) {\n __s2 = (char *)FUN_000209e0();\n iVar9 = *piVar7;\n if (iVar9 == 0) {\n free(__s2);\n }\n else {\n do {\n local_40 = FUN_00020610(*param_1,iVar9);\n if (local_40 == 0) {\n free(__s2);\n return 0;\n }\n __s1 = (char *)FUN_00020440(*param_1,local_40);\n if ((__s1 != (char *)0x0) && (iVar9 = strcmp(__s1,__s2), iVar9 == 0)) {\n free(__s2);\n *param_2 = *param_2 + uVar12;\n goto LAB_0002305b;\n }\n piVar7 = piVar7 + 1;\n iVar9 = *piVar7;\n } while (iVar9 != 0);\n free(__s2);\n }\n }\n uVar8 = 9;\n if (local_4c == 1) {\n __ptr = (void *)FUN_000209e0();\n local_40 = FUN_00020230(*param_1,__ptr);\n free(__ptr);\n if (local_40 != 0) goto LAB_0002313e;\n uVar8 = 0;\n }\n local_40 = FUN_00021390(uVar12,uVar8);\n if (local_40 == 0) {\n return 0;\n }\n }\nLAB_0002313e:\n *param_2 = *param_2 + uVar12;\n }" { (expression_statement "uVar12 = 0;" (assignment_expression "uVar12 = 0" identifier = number_literal) ;) (if_statement "if ((puVar5[uVar10 * 2] & 4) != 0) {\n uVar12 = 0;\n do {\n pbVar11 = pbVar11 + 1;\n *param_2 = (int)pbVar11;\n uVar12 = (char)uVar10 + -0x30 + uVar12 * 10;\n uVar10 = (uint)*pbVar11;\n } while ((puVar5[uVar10 * 2] & 4) != 0);\n sVar6 = strlen((char *)pbVar11);\n if (sVar6 < uVar12) goto LAB_00022fa0;\n }" if (parenthesized_expression "((puVar5[uVar10 * 2] & 4) != 0)" ( (binary_expression "(puVar5[uVar10 * 2] & 4) != 0" (parenthesized_expression "(puVar5[uVar10 * 2] & 4)" ( (binary_expression "puVar5[uVar10 * 2] & 4" (subscript_expression "puVar5[uVar10 * 2]" identifier [ (binary_expression "uVar10 * 2" identifier * number_literal) ]) & number_literal) )) != number_literal) )) (compound_statement "{\n uVar12 = 0;\n do {\n pbVar11 = pbVar11 + 1;\n *param_2 = (int)pbVar11;\n uVar12 = (char)uVar10 + -0x30 + uVar12 * 10;\n uVar10 = (uint)*pbVar11;\n } while ((puVar5[uVar10 * 2] & 4) != 0);\n sVar6 = strlen((char *)pbVar11);\n if (sVar6 < uVar12) goto LAB_00022fa0;\n }" { (expression_statement "uVar12 = 0;" (assignment_expression "uVar12 = 0" identifier = number_literal) ;) (do_statement "do {\n pbVar11 = pbVar11 + 1;\n *param_2 = (int)pbVar11;\n uVar12 = (char)uVar10 + -0x30 + uVar12 * 10;\n uVar10 = (uint)*pbVar11;\n } while ((puVar5[uVar10 * 2] & 4) != 0);" do (compound_statement "{\n pbVar11 = pbVar11 + 1;\n *param_2 = (int)pbVar11;\n uVar12 = (char)uVar10 + -0x30 + uVar12 * 10;\n uVar10 = (uint)*pbVar11;\n }" { (expression_statement "pbVar11 = pbVar11 + 1;" (assignment_expression "pbVar11 = pbVar11 + 1" identifier = (binary_expression "pbVar11 + 1" identifier + number_literal)) ;) (expression_statement "*param_2 = (int)pbVar11;" (assignment_expression "*param_2 = (int)pbVar11" (pointer_expression "*param_2" * identifier) = (cast_expression "(int)pbVar11" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "uVar12 = (char)uVar10 + -0x30 + uVar12 * 10;" (assignment_expression "uVar12 = (char)uVar10 + -0x30 + uVar12 * 10" identifier = (binary_expression "(char)uVar10 + -0x30 + uVar12 * 10" (binary_expression "(char)uVar10 + -0x30" (cast_expression "(char)uVar10" ( (type_descriptor "char" primitive_type) ) identifier) + number_literal) + (binary_expression "uVar12 * 10" identifier * number_literal))) ;) (expression_statement "uVar10 = (uint)*pbVar11;" (assignment_expression "uVar10 = (uint)*pbVar11" identifier = (binary_expression "(uint)*pbVar11" (parenthesized_expression "(uint)" ( identifier )) * identifier)) ;) }) while (parenthesized_expression "((puVar5[uVar10 * 2] & 4) != 0)" ( (binary_expression "(puVar5[uVar10 * 2] & 4) != 0" (parenthesized_expression "(puVar5[uVar10 * 2] & 4)" ( (binary_expression "puVar5[uVar10 * 2] & 4" (subscript_expression "puVar5[uVar10 * 2]" identifier [ (binary_expression "uVar10 * 2" identifier * number_literal) ]) & number_literal) )) != number_literal) )) ;) (expression_statement "sVar6 = strlen((char *)pbVar11);" (assignment_expression "sVar6 = strlen((char *)pbVar11)" identifier = (call_expression "strlen((char *)pbVar11)" identifier (argument_list "((char *)pbVar11)" ( (cast_expression "(char *)pbVar11" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) )))) ;) (if_statement "if (sVar6 < uVar12) goto LAB_00022fa0;" if (parenthesized_expression "(sVar6 < uVar12)" ( (binary_expression "sVar6 < uVar12" identifier < identifier) )) (goto_statement "goto LAB_00022fa0;" goto statement_identifier ;)) })) (if_statement "if (param_3 != (int *)0x0) {\n if ((local_40 != 0) &&\n (piVar7 = (int *)FUN_000205d0(*param_1,local_40), piVar7 != (int *)0x0)) {\n __s2 = (char *)FUN_000209e0();\n iVar9 = *piVar7;\n if (iVar9 == 0) {\n free(__s2);\n }\n else {\n do {\n local_40 = FUN_00020610(*param_1,iVar9);\n if (local_40 == 0) {\n free(__s2);\n return 0;\n }\n __s1 = (char *)FUN_00020440(*param_1,local_40);\n if ((__s1 != (char *)0x0) && (iVar9 = strcmp(__s1,__s2), iVar9 == 0)) {\n free(__s2);\n *param_2 = *param_2 + uVar12;\n goto LAB_0002305b;\n }\n piVar7 = piVar7 + 1;\n iVar9 = *piVar7;\n } while (iVar9 != 0);\n free(__s2);\n }\n }\n uVar8 = 9;\n if (local_4c == 1) {\n __ptr = (void *)FUN_000209e0();\n local_40 = FUN_00020230(*param_1,__ptr);\n free(__ptr);\n if (local_40 != 0) goto LAB_0002313e;\n uVar8 = 0;\n }\n local_40 = FUN_00021390(uVar12,uVar8);\n if (local_40 == 0) {\n return 0;\n }\n }" if (parenthesized_expression "(param_3 != (int *)0x0)" ( (binary_expression "param_3 != (int *)0x0" identifier != (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n if ((local_40 != 0) &&\n (piVar7 = (int *)FUN_000205d0(*param_1,local_40), piVar7 != (int *)0x0)) {\n __s2 = (char *)FUN_000209e0();\n iVar9 = *piVar7;\n if (iVar9 == 0) {\n free(__s2);\n }\n else {\n do {\n local_40 = FUN_00020610(*param_1,iVar9);\n if (local_40 == 0) {\n free(__s2);\n return 0;\n }\n __s1 = (char *)FUN_00020440(*param_1,local_40);\n if ((__s1 != (char *)0x0) && (iVar9 = strcmp(__s1,__s2), iVar9 == 0)) {\n free(__s2);\n *param_2 = *param_2 + uVar12;\n goto LAB_0002305b;\n }\n piVar7 = piVar7 + 1;\n iVar9 = *piVar7;\n } while (iVar9 != 0);\n free(__s2);\n }\n }\n uVar8 = 9;\n if (local_4c == 1) {\n __ptr = (void *)FUN_000209e0();\n local_40 = FUN_00020230(*param_1,__ptr);\n free(__ptr);\n if (local_40 != 0) goto LAB_0002313e;\n uVar8 = 0;\n }\n local_40 = FUN_00021390(uVar12,uVar8);\n if (local_40 == 0) {\n return 0;\n }\n }" { (if_statement "if ((local_40 != 0) &&\n (piVar7 = (int *)FUN_000205d0(*param_1,local_40), piVar7 != (int *)0x0)) {\n __s2 = (char *)FUN_000209e0();\n iVar9 = *piVar7;\n if (iVar9 == 0) {\n free(__s2);\n }\n else {\n do {\n local_40 = FUN_00020610(*param_1,iVar9);\n if (local_40 == 0) {\n free(__s2);\n return 0;\n }\n __s1 = (char *)FUN_00020440(*param_1,local_40);\n if ((__s1 != (char *)0x0) && (iVar9 = strcmp(__s1,__s2), iVar9 == 0)) {\n free(__s2);\n *param_2 = *param_2 + uVar12;\n goto LAB_0002305b;\n }\n piVar7 = piVar7 + 1;\n iVar9 = *piVar7;\n } while (iVar9 != 0);\n free(__s2);\n }\n }" if (parenthesized_expression "((local_40 != 0) &&\n (piVar7 = (int *)FUN_000205d0(*param_1,local_40), piVar7 != (int *)0x0))" ( (binary_expression "(local_40 != 0) &&\n (piVar7 = (int *)FUN_000205d0(*param_1,local_40), piVar7 != (int *)0x0)" (parenthesized_expression "(local_40 != 0)" ( (binary_expression "local_40 != 0" identifier != number_literal) )) && (parenthesized_expression "(piVar7 = (int *)FUN_000205d0(*param_1,local_40), piVar7 != (int *)0x0)" ( (comma_expression "piVar7 = (int *)FUN_000205d0(*param_1,local_40), piVar7 != (int *)0x0" (assignment_expression "piVar7 = (int *)FUN_000205d0(*param_1,local_40)" identifier = (cast_expression "(int *)FUN_000205d0(*param_1,local_40)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_000205d0(*param_1,local_40)" identifier (argument_list "(*param_1,local_40)" ( (pointer_expression "*param_1" * identifier) , identifier ))))) , (binary_expression "piVar7 != (int *)0x0" identifier != (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal))) ))) )) (compound_statement "{\n __s2 = (char *)FUN_000209e0();\n iVar9 = *piVar7;\n if (iVar9 == 0) {\n free(__s2);\n }\n else {\n do {\n local_40 = FUN_00020610(*param_1,iVar9);\n if (local_40 == 0) {\n free(__s2);\n return 0;\n }\n __s1 = (char *)FUN_00020440(*param_1,local_40);\n if ((__s1 != (char *)0x0) && (iVar9 = strcmp(__s1,__s2), iVar9 == 0)) {\n free(__s2);\n *param_2 = *param_2 + uVar12;\n goto LAB_0002305b;\n }\n piVar7 = piVar7 + 1;\n iVar9 = *piVar7;\n } while (iVar9 != 0);\n free(__s2);\n }\n }" { (expression_statement "__s2 = (char *)FUN_000209e0();" (assignment_expression "__s2 = (char *)FUN_000209e0()" identifier = (cast_expression "(char *)FUN_000209e0()" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_000209e0()" identifier (argument_list "()" ( ))))) ;) (expression_statement "iVar9 = *piVar7;" (assignment_expression "iVar9 = *piVar7" identifier = (pointer_expression "*piVar7" * identifier)) ;) (if_statement "if (iVar9 == 0) {\n free(__s2);\n }\n else {\n do {\n local_40 = FUN_00020610(*param_1,iVar9);\n if (local_40 == 0) {\n free(__s2);\n return 0;\n }\n __s1 = (char *)FUN_00020440(*param_1,local_40);\n if ((__s1 != (char *)0x0) && (iVar9 = strcmp(__s1,__s2), iVar9 == 0)) {\n free(__s2);\n *param_2 = *param_2 + uVar12;\n goto LAB_0002305b;\n }\n piVar7 = piVar7 + 1;\n iVar9 = *piVar7;\n } while (iVar9 != 0);\n free(__s2);\n }" if (parenthesized_expression "(iVar9 == 0)" ( (binary_expression "iVar9 == 0" identifier == number_literal) )) (compound_statement "{\n free(__s2);\n }" { (expression_statement "free(__s2);" (call_expression "free(__s2)" identifier (argument_list "(__s2)" ( identifier ))) ;) }) (else_clause "else {\n do {\n local_40 = FUN_00020610(*param_1,iVar9);\n if (local_40 == 0) {\n free(__s2);\n return 0;\n }\n __s1 = (char *)FUN_00020440(*param_1,local_40);\n if ((__s1 != (char *)0x0) && (iVar9 = strcmp(__s1,__s2), iVar9 == 0)) {\n free(__s2);\n *param_2 = *param_2 + uVar12;\n goto LAB_0002305b;\n }\n piVar7 = piVar7 + 1;\n iVar9 = *piVar7;\n } while (iVar9 != 0);\n free(__s2);\n }" else (compound_statement "{\n do {\n local_40 = FUN_00020610(*param_1,iVar9);\n if (local_40 == 0) {\n free(__s2);\n return 0;\n }\n __s1 = (char *)FUN_00020440(*param_1,local_40);\n if ((__s1 != (char *)0x0) && (iVar9 = strcmp(__s1,__s2), iVar9 == 0)) {\n free(__s2);\n *param_2 = *param_2 + uVar12;\n goto LAB_0002305b;\n }\n piVar7 = piVar7 + 1;\n iVar9 = *piVar7;\n } while (iVar9 != 0);\n free(__s2);\n }" { (do_statement "do {\n local_40 = FUN_00020610(*param_1,iVar9);\n if (local_40 == 0) {\n free(__s2);\n return 0;\n }\n __s1 = (char *)FUN_00020440(*param_1,local_40);\n if ((__s1 != (char *)0x0) && (iVar9 = strcmp(__s1,__s2), iVar9 == 0)) {\n free(__s2);\n *param_2 = *param_2 + uVar12;\n goto LAB_0002305b;\n }\n piVar7 = piVar7 + 1;\n iVar9 = *piVar7;\n } while (iVar9 != 0);" do (compound_statement "{\n local_40 = FUN_00020610(*param_1,iVar9);\n if (local_40 == 0) {\n free(__s2);\n return 0;\n }\n __s1 = (char *)FUN_00020440(*param_1,local_40);\n if ((__s1 != (char *)0x0) && (iVar9 = strcmp(__s1,__s2), iVar9 == 0)) {\n free(__s2);\n *param_2 = *param_2 + uVar12;\n goto LAB_0002305b;\n }\n piVar7 = piVar7 + 1;\n iVar9 = *piVar7;\n }" { (expression_statement "local_40 = FUN_00020610(*param_1,iVar9);" (assignment_expression "local_40 = FUN_00020610(*param_1,iVar9)" identifier = (call_expression "FUN_00020610(*param_1,iVar9)" identifier (argument_list "(*param_1,iVar9)" ( (pointer_expression "*param_1" * identifier) , identifier )))) ;) (if_statement "if (local_40 == 0) {\n free(__s2);\n return 0;\n }" if (parenthesized_expression "(local_40 == 0)" ( (binary_expression "local_40 == 0" identifier == number_literal) )) (compound_statement "{\n free(__s2);\n return 0;\n }" { (expression_statement "free(__s2);" (call_expression "free(__s2)" identifier (argument_list "(__s2)" ( identifier ))) ;) (return_statement "return 0;" return number_literal ;) })) (expression_statement "__s1 = (char *)FUN_00020440(*param_1,local_40);" (assignment_expression "__s1 = (char *)FUN_00020440(*param_1,local_40)" identifier = (cast_expression "(char *)FUN_00020440(*param_1,local_40)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00020440(*param_1,local_40)" identifier (argument_list "(*param_1,local_40)" ( (pointer_expression "*param_1" * identifier) , identifier ))))) ;) (if_statement "if ((__s1 != (char *)0x0) && (iVar9 = strcmp(__s1,__s2), iVar9 == 0)) {\n free(__s2);\n *param_2 = *param_2 + uVar12;\n goto LAB_0002305b;\n }" if (parenthesized_expression "((__s1 != (char *)0x0) && (iVar9 = strcmp(__s1,__s2), iVar9 == 0))" ( (binary_expression "(__s1 != (char *)0x0) && (iVar9 = strcmp(__s1,__s2), iVar9 == 0)" (parenthesized_expression "(__s1 != (char *)0x0)" ( (binary_expression "__s1 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(iVar9 = strcmp(__s1,__s2), iVar9 == 0)" ( (comma_expression "iVar9 = strcmp(__s1,__s2), iVar9 == 0" (assignment_expression "iVar9 = strcmp(__s1,__s2)" identifier = (call_expression "strcmp(__s1,__s2)" identifier (argument_list "(__s1,__s2)" ( identifier , identifier )))) , (binary_expression "iVar9 == 0" identifier == number_literal)) ))) )) (compound_statement "{\n free(__s2);\n *param_2 = *param_2 + uVar12;\n goto LAB_0002305b;\n }" { (expression_statement "free(__s2);" (call_expression "free(__s2)" identifier (argument_list "(__s2)" ( identifier ))) ;) (expression_statement "*param_2 = *param_2 + uVar12;" (assignment_expression "*param_2 = *param_2 + uVar12" (pointer_expression "*param_2" * identifier) = (binary_expression "*param_2 + uVar12" (pointer_expression "*param_2" * identifier) + identifier)) ;) (goto_statement "goto LAB_0002305b;" goto statement_identifier ;) })) (expression_statement "piVar7 = piVar7 + 1;" (assignment_expression "piVar7 = piVar7 + 1" identifier = (binary_expression "piVar7 + 1" identifier + number_literal)) ;) (expression_statement "iVar9 = *piVar7;" (assignment_expression "iVar9 = *piVar7" identifier = (pointer_expression "*piVar7" * identifier)) ;) }) while (parenthesized_expression "(iVar9 != 0)" ( (binary_expression "iVar9 != 0" identifier != number_literal) )) ;) (expression_statement "free(__s2);" (call_expression "free(__s2)" identifier (argument_list "(__s2)" ( identifier ))) ;) }))) })) (expression_statement "uVar8 = 9;" (assignment_expression "uVar8 = 9" identifier = number_literal) ;) (if_statement "if (local_4c == 1) {\n __ptr = (void *)FUN_000209e0();\n local_40 = FUN_00020230(*param_1,__ptr);\n free(__ptr);\n if (local_40 != 0) goto LAB_0002313e;\n uVar8 = 0;\n }" if (parenthesized_expression "(local_4c == 1)" ( (binary_expression "local_4c == 1" identifier == number_literal) )) (compound_statement "{\n __ptr = (void *)FUN_000209e0();\n local_40 = FUN_00020230(*param_1,__ptr);\n free(__ptr);\n if (local_40 != 0) goto LAB_0002313e;\n uVar8 = 0;\n }" { (expression_statement "__ptr = (void *)FUN_000209e0();" (assignment_expression "__ptr = (void *)FUN_000209e0()" identifier = (cast_expression "(void *)FUN_000209e0()" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_000209e0()" identifier (argument_list "()" ( ))))) ;) (expression_statement "local_40 = FUN_00020230(*param_1,__ptr);" (assignment_expression "local_40 = FUN_00020230(*param_1,__ptr)" identifier = (call_expression "FUN_00020230(*param_1,__ptr)" identifier (argument_list "(*param_1,__ptr)" ( (pointer_expression "*param_1" * identifier) , identifier )))) ;) (expression_statement "free(__ptr);" (call_expression "free(__ptr)" identifier (argument_list "(__ptr)" ( identifier ))) ;) (if_statement "if (local_40 != 0) goto LAB_0002313e;" if (parenthesized_expression "(local_40 != 0)" ( (binary_expression "local_40 != 0" identifier != number_literal) )) (goto_statement "goto LAB_0002313e;" goto statement_identifier ;)) (expression_statement "uVar8 = 0;" (assignment_expression "uVar8 = 0" identifier = number_literal) ;) })) (expression_statement "local_40 = FUN_00021390(uVar12,uVar8);" (assignment_expression "local_40 = FUN_00021390(uVar12,uVar8)" identifier = (call_expression "FUN_00021390(uVar12,uVar8)" identifier (argument_list "(uVar12,uVar8)" ( identifier , identifier )))) ;) (if_statement "if (local_40 == 0) {\n return 0;\n }" if (parenthesized_expression "(local_40 == 0)" ( (binary_expression "local_40 == 0" identifier == number_literal) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) })) (labeled_statement "LAB_0002313e:\n *param_2 = *param_2 + uVar12;" statement_identifier : (expression_statement "*param_2 = *param_2 + uVar12;" (assignment_expression "*param_2 = *param_2 + uVar12" (pointer_expression "*param_2" * identifier) = (binary_expression "*param_2 + uVar12" (pointer_expression "*param_2" * identifier) + identifier)) ;)) }))) (labeled_statement "LAB_0002305b:\n local_4c = local_4c + -1;" statement_identifier : (expression_statement "local_4c = local_4c + -1;" (assignment_expression "local_4c = local_4c + -1" identifier = (binary_expression "local_4c + -1" identifier + number_literal)) ;)) }) while (parenthesized_expression "( true )" ( true )) ;) })) (if_statement "if (((cVar1 == '_') && ((PTR__sch_istable_0003ffb4[(uint)*(byte *)(iVar9 + 2) * 2] & 4) != 0))\n && (*(byte *)(iVar9 + 2) != 0x30)) {\n pbVar11 = (byte *)(iVar9 + 2);\n local_4c = strtol((char *)pbVar11,(char **)0x0,10);\n bVar2 = *(byte *)(iVar9 + 2);\n bVar3 = puVar5[(uint)bVar2 * 2];\n while ((bVar3 & 4) != 0) {\n pbVar11 = pbVar11 + 1;\n bVar2 = *pbVar11;\n bVar3 = puVar5[(uint)bVar2 * 2];\n }\n if (bVar2 == 0x5f) {\n *param_2 = (int)(pbVar11 + 1);\n goto LAB_00022fd2;\n }\n }" if (parenthesized_expression "(((cVar1 == '_') && ((PTR__sch_istable_0003ffb4[(uint)*(byte *)(iVar9 + 2) * 2] & 4) != 0))\n && (*(byte *)(iVar9 + 2) != 0x30))" ( (binary_expression "((cVar1 == '_') && ((PTR__sch_istable_0003ffb4[(uint)*(byte *)(iVar9 + 2) * 2] & 4) != 0))\n && (*(byte *)(iVar9 + 2) != 0x30)" (parenthesized_expression "((cVar1 == '_') && ((PTR__sch_istable_0003ffb4[(uint)*(byte *)(iVar9 + 2) * 2] & 4) != 0))" ( (binary_expression "(cVar1 == '_') && ((PTR__sch_istable_0003ffb4[(uint)*(byte *)(iVar9 + 2) * 2] & 4) != 0)" (parenthesized_expression "(cVar1 == '_')" ( (binary_expression "cVar1 == '_'" identifier == (char_literal "'_'" ' character ')) )) && (parenthesized_expression "((PTR__sch_istable_0003ffb4[(uint)*(byte *)(iVar9 + 2) * 2] & 4) != 0)" ( (binary_expression "(PTR__sch_istable_0003ffb4[(uint)*(byte *)(iVar9 + 2) * 2] & 4) != 0" (parenthesized_expression "(PTR__sch_istable_0003ffb4[(uint)*(byte *)(iVar9 + 2) * 2] & 4)" ( (binary_expression "PTR__sch_istable_0003ffb4[(uint)*(byte *)(iVar9 + 2) * 2] & 4" (subscript_expression "PTR__sch_istable_0003ffb4[(uint)*(byte *)(iVar9 + 2) * 2]" identifier [ (binary_expression "(uint)*(byte *)(iVar9 + 2) * 2" (binary_expression "(uint)*(byte *)(iVar9 + 2)" (parenthesized_expression "(uint)" ( identifier )) * (cast_expression "(byte *)(iVar9 + 2)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + 2)" ( (binary_expression "iVar9 + 2" identifier + number_literal) )))) * number_literal) ]) & number_literal) )) != number_literal) ))) )) && (parenthesized_expression "(*(byte *)(iVar9 + 2) != 0x30)" ( (binary_expression "*(byte *)(iVar9 + 2) != 0x30" (pointer_expression "*(byte *)(iVar9 + 2)" * (cast_expression "(byte *)(iVar9 + 2)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + 2)" ( (binary_expression "iVar9 + 2" identifier + number_literal) )))) != number_literal) ))) )) (compound_statement "{\n pbVar11 = (byte *)(iVar9 + 2);\n local_4c = strtol((char *)pbVar11,(char **)0x0,10);\n bVar2 = *(byte *)(iVar9 + 2);\n bVar3 = puVar5[(uint)bVar2 * 2];\n while ((bVar3 & 4) != 0) {\n pbVar11 = pbVar11 + 1;\n bVar2 = *pbVar11;\n bVar3 = puVar5[(uint)bVar2 * 2];\n }\n if (bVar2 == 0x5f) {\n *param_2 = (int)(pbVar11 + 1);\n goto LAB_00022fd2;\n }\n }" { (expression_statement "pbVar11 = (byte *)(iVar9 + 2);" (assignment_expression "pbVar11 = (byte *)(iVar9 + 2)" identifier = (cast_expression "(byte *)(iVar9 + 2)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + 2)" ( (binary_expression "iVar9 + 2" identifier + number_literal) )))) ;) (expression_statement "local_4c = strtol((char *)pbVar11,(char **)0x0,10);" (assignment_expression "local_4c = strtol((char *)pbVar11,(char **)0x0,10)" identifier = (call_expression "strtol((char *)pbVar11,(char **)0x0,10)" identifier (argument_list "((char *)pbVar11,(char **)0x0,10)" ( (cast_expression "(char *)pbVar11" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) , (cast_expression "(char **)0x0" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) number_literal) , number_literal )))) ;) (expression_statement "bVar2 = *(byte *)(iVar9 + 2);" (assignment_expression "bVar2 = *(byte *)(iVar9 + 2)" identifier = (pointer_expression "*(byte *)(iVar9 + 2)" * (cast_expression "(byte *)(iVar9 + 2)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + 2)" ( (binary_expression "iVar9 + 2" identifier + number_literal) ))))) ;) (expression_statement "bVar3 = puVar5[(uint)bVar2 * 2];" (assignment_expression "bVar3 = puVar5[(uint)bVar2 * 2]" identifier = (subscript_expression "puVar5[(uint)bVar2 * 2]" identifier [ (binary_expression "(uint)bVar2 * 2" (cast_expression "(uint)bVar2" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal) ])) ;) (while_statement "while ((bVar3 & 4) != 0) {\n pbVar11 = pbVar11 + 1;\n bVar2 = *pbVar11;\n bVar3 = puVar5[(uint)bVar2 * 2];\n }" while (parenthesized_expression "((bVar3 & 4) != 0)" ( (binary_expression "(bVar3 & 4) != 0" (parenthesized_expression "(bVar3 & 4)" ( (binary_expression "bVar3 & 4" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n pbVar11 = pbVar11 + 1;\n bVar2 = *pbVar11;\n bVar3 = puVar5[(uint)bVar2 * 2];\n }" { (expression_statement "pbVar11 = pbVar11 + 1;" (assignment_expression "pbVar11 = pbVar11 + 1" identifier = (binary_expression "pbVar11 + 1" identifier + number_literal)) ;) (expression_statement "bVar2 = *pbVar11;" (assignment_expression "bVar2 = *pbVar11" identifier = (pointer_expression "*pbVar11" * identifier)) ;) (expression_statement "bVar3 = puVar5[(uint)bVar2 * 2];" (assignment_expression "bVar3 = puVar5[(uint)bVar2 * 2]" identifier = (subscript_expression "puVar5[(uint)bVar2 * 2]" identifier [ (binary_expression "(uint)bVar2 * 2" (cast_expression "(uint)bVar2" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal) ])) ;) })) (if_statement "if (bVar2 == 0x5f) {\n *param_2 = (int)(pbVar11 + 1);\n goto LAB_00022fd2;\n }" if (parenthesized_expression "(bVar2 == 0x5f)" ( (binary_expression "bVar2 == 0x5f" identifier == number_literal) )) (compound_statement "{\n *param_2 = (int)(pbVar11 + 1);\n goto LAB_00022fd2;\n }" { (expression_statement "*param_2 = (int)(pbVar11 + 1);" (assignment_expression "*param_2 = (int)(pbVar11 + 1)" (pointer_expression "*param_2" * identifier) = (cast_expression "(int)(pbVar11 + 1)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(pbVar11 + 1)" ( (binary_expression "pbVar11 + 1" identifier + number_literal) )))) ;) (goto_statement "goto LAB_00022fd2;" goto statement_identifier ;) })) })) })) (labeled_statement "LAB_00022fa0:\n FUN_000208f0();" statement_identifier : (expression_statement "FUN_000208f0();" (call_expression "FUN_000208f0()" identifier (argument_list "()" ( ))) ;)) (return_statement "return 0;" return number_literal ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nbfd_boolean __regparm3\nstab_demangle_qualified(stab_demangle_info *minfo,char **pp,debug_type_conflict *ptype)\n\n{\n char cVar1;\n byte bVar2;\n byte bVar3;\n char *s;\n byte *pbVar4;\n undefined *puVar5;\n bfd_boolean bVar6;\n size_t sVar7;\n debug_field *ppdVar8;\n debug_type_kind kind;\n debug_type pdVar9;\n char *__s1;\n int iVar10;\n debug_field field;\n char *pcVar11;\n uint uVar12;\n byte *pbVar13;\n uint len;\n long local_4c;\n debug_type_conflict local_40;\n char *name;\n undefined4 uStack_14;\n \n puVar5 = PTR__sch_istable_0003ffb4;\n uStack_14 = 0x22f09;\n s = *pp;\n cVar1 = s[1];\n if ('0' < cVar1) {\n if (cVar1 < ':') {\n local_4c = cVar1 + -0x30;\n *pp = s + (s[2] == '_') + 2;\nLAB_00022fd2:\n puVar5 = PTR__sch_istable_0003ffb4;\n local_40 = (debug_type_conflict)0x0;\n do {\n if (local_4c == 0) {\n if (ptype == (debug_type_conflict *)0x0) {\n return 1;\n }\n *ptype = local_40;\n return 1;\n }\n pbVar4 = (byte *)*pp;\n bVar2 = *pbVar4;\n pbVar13 = pbVar4;\n if (bVar2 == 0x5f) {\n pbVar13 = pbVar4 + 1;\n *pp = (char *)pbVar13;\n bVar2 = pbVar4[1];\n }\n uVar12 = (uint)bVar2;\n if (bVar2 == 0x74) {\n if (ptype == (debug_type_conflict *)0x0) {\n pdVar9 = (debug_type)stab_demangle_template(minfo,pp,(char **)0x0);\n }\n else {\n bVar6 = stab_demangle_template(minfo,pp,&name);\n pcVar11 = name;\n if (bVar6 == 0) {\n return 0;\n }\n sVar7 = strlen(name);\n local_40 = stab_find_tagged_type\n (minfo->dhandle,(stab_handle *)&minfo->info->tags,pcVar11,sVar7,\n DEBUG_KIND_CLASS);\n free(name);\n pdVar9 = local_40;\n }\n if (pdVar9 == (debug_type)0x0) {\n return 0;\n }\n }\n else {\n len = 0;\n if ((puVar5[uVar12 * 2] & 4) != 0) {\n len = 0;\n do {\n pbVar13 = pbVar13 + 1;\n *pp = (char *)pbVar13;\n len = (char)uVar12 + -0x30 + len * 10;\n uVar12 = (uint)*pbVar13;\n } while ((puVar5[uVar12 * 2] & 4) != 0);\n sVar7 = strlen((char *)pbVar13);\n if (sVar7 < len) goto LAB_00022fa0;\n }\n if (ptype != (debug_type_conflict *)0x0) {\n if ((local_40 != (debug_type_conflict)0x0) &&\n (ppdVar8 = debug_get_fields(minfo->dhandle,local_40), ppdVar8 != (debug_field *)0x0))\n {\n pcVar11 = savestring(*pp,len);\n field = *ppdVar8;\n if (field == (debug_field)0x0) {\n free(pcVar11);\n }\n else {\n do {\n local_40 = debug_get_field_type(minfo->dhandle,field);\n if (local_40 == (debug_type_conflict)0x0) {\n free(pcVar11);\n return 0;\n }\n __s1 = debug_get_type_name(minfo->dhandle,local_40);\n if ((__s1 != (char *)0x0) && (iVar10 = strcmp(__s1,pcVar11), iVar10 == 0)) {\n free(pcVar11);\n *pp = *pp + len;\n goto LAB_0002305b;\n }\n ppdVar8 = ppdVar8 + 1;\n field = *ppdVar8;\n } while (field != (debug_field)0x0);\n free(pcVar11);\n }\n }\n kind = DEBUG_KIND_CLASS;\n if (local_4c == 1) {\n pcVar11 = savestring(*pp,len);\n local_40 = debug_find_named_type(minfo->dhandle,pcVar11);\n free(pcVar11);\n if (local_40 != (debug_type_conflict)0x0) goto LAB_0002313e;\n kind = DEBUG_KIND_ILLEGAL;\n }\n local_40 = stab_find_tagged_type\n (minfo->dhandle,(stab_handle *)&minfo->info->tags,*pp,len,kind);\n if (local_40 == (debug_type)0x0) {\n return 0;\n }\n }\nLAB_0002313e:\n *pp = *pp + len;\n }\nLAB_0002305b:\n local_4c = local_4c + -1;\n } while( true );\n }\n if (((cVar1 == '_') && ((PTR__sch_istable_0003ffb4[(uint)(byte)s[2] * 2] & 4) != 0)) &&\n (s[2] != 0x30)) {\n pbVar13 = (byte *)(s + 2);\n local_4c = strtol((char *)pbVar13,(char **)0x0,10);\n bVar2 = s[2];\n bVar3 = puVar5[(uint)bVar2 * 2];\n while ((bVar3 & 4) != 0) {\n pbVar13 = pbVar13 + 1;\n bVar2 = *pbVar13;\n bVar3 = puVar5[(uint)bVar2 * 2];\n }\n if (bVar2 == 0x5f) {\n *pp = (char *)(pbVar13 + 1);\n goto LAB_00022fd2;\n }\n }\n }\nLAB_00022fa0:\n stab_bad_demangle(s);\n return 0;\n}\n\n" comment (function_definition "bfd_boolean __regparm3\nstab_demangle_qualified(stab_demangle_info *minfo,char **pp,debug_type_conflict *ptype)\n\n{\n char cVar1;\n byte bVar2;\n byte bVar3;\n char *s;\n byte *pbVar4;\n undefined *puVar5;\n bfd_boolean bVar6;\n size_t sVar7;\n debug_field *ppdVar8;\n debug_type_kind kind;\n debug_type pdVar9;\n char *__s1;\n int iVar10;\n debug_field field;\n char *pcVar11;\n uint uVar12;\n byte *pbVar13;\n uint len;\n long local_4c;\n debug_type_conflict local_40;\n char *name;\n undefined4 uStack_14;\n \n puVar5 = PTR__sch_istable_0003ffb4;\n uStack_14 = 0x22f09;\n s = *pp;\n cVar1 = s[1];\n if ('0' < cVar1) {\n if (cVar1 < ':') {\n local_4c = cVar1 + -0x30;\n *pp = s + (s[2] == '_') + 2;\nLAB_00022fd2:\n puVar5 = PTR__sch_istable_0003ffb4;\n local_40 = (debug_type_conflict)0x0;\n do {\n if (local_4c == 0) {\n if (ptype == (debug_type_conflict *)0x0) {\n return 1;\n }\n *ptype = local_40;\n return 1;\n }\n pbVar4 = (byte *)*pp;\n bVar2 = *pbVar4;\n pbVar13 = pbVar4;\n if (bVar2 == 0x5f) {\n pbVar13 = pbVar4 + 1;\n *pp = (char *)pbVar13;\n bVar2 = pbVar4[1];\n }\n uVar12 = (uint)bVar2;\n if (bVar2 == 0x74) {\n if (ptype == (debug_type_conflict *)0x0) {\n pdVar9 = (debug_type)stab_demangle_template(minfo,pp,(char **)0x0);\n }\n else {\n bVar6 = stab_demangle_template(minfo,pp,&name);\n pcVar11 = name;\n if (bVar6 == 0) {\n return 0;\n }\n sVar7 = strlen(name);\n local_40 = stab_find_tagged_type\n (minfo->dhandle,(stab_handle *)&minfo->info->tags,pcVar11,sVar7,\n DEBUG_KIND_CLASS);\n free(name);\n pdVar9 = local_40;\n }\n if (pdVar9 == (debug_type)0x0) {\n return 0;\n }\n }\n else {\n len = 0;\n if ((puVar5[uVar12 * 2] & 4) != 0) {\n len = 0;\n do {\n pbVar13 = pbVar13 + 1;\n *pp = (char *)pbVar13;\n len = (char)uVar12 + -0x30 + len * 10;\n uVar12 = (uint)*pbVar13;\n } while ((puVar5[uVar12 * 2] & 4) != 0);\n sVar7 = strlen((char *)pbVar13);\n if (sVar7 < len) goto LAB_00022fa0;\n }\n if (ptype != (debug_type_conflict *)0x0) {\n if ((local_40 != (debug_type_conflict)0x0) &&\n (ppdVar8 = debug_get_fields(minfo->dhandle,local_40), ppdVar8 != (debug_field *)0x0))\n {\n pcVar11 = savestring(*pp,len);\n field = *ppdVar8;\n if (field == (debug_field)0x0) {\n free(pcVar11);\n }\n else {\n do {\n local_40 = debug_get_field_type(minfo->dhandle,field);\n if (local_40 == (debug_type_conflict)0x0) {\n free(pcVar11);\n return 0;\n }\n __s1 = debug_get_type_name(minfo->dhandle,local_40);\n if ((__s1 != (char *)0x0) && (iVar10 = strcmp(__s1,pcVar11), iVar10 == 0)) {\n free(pcVar11);\n *pp = *pp + len;\n goto LAB_0002305b;\n }\n ppdVar8 = ppdVar8 + 1;\n field = *ppdVar8;\n } while (field != (debug_field)0x0);\n free(pcVar11);\n }\n }\n kind = DEBUG_KIND_CLASS;\n if (local_4c == 1) {\n pcVar11 = savestring(*pp,len);\n local_40 = debug_find_named_type(minfo->dhandle,pcVar11);\n free(pcVar11);\n if (local_40 != (debug_type_conflict)0x0) goto LAB_0002313e;\n kind = DEBUG_KIND_ILLEGAL;\n }\n local_40 = stab_find_tagged_type\n (minfo->dhandle,(stab_handle *)&minfo->info->tags,*pp,len,kind);\n if (local_40 == (debug_type)0x0) {\n return 0;\n }\n }\nLAB_0002313e:\n *pp = *pp + len;\n }\nLAB_0002305b:\n local_4c = local_4c + -1;\n } while( true );\n }\n if (((cVar1 == '_') && ((PTR__sch_istable_0003ffb4[(uint)(byte)s[2] * 2] & 4) != 0)) &&\n (s[2] != 0x30)) {\n pbVar13 = (byte *)(s + 2);\n local_4c = strtol((char *)pbVar13,(char **)0x0,10);\n bVar2 = s[2];\n bVar3 = puVar5[(uint)bVar2 * 2];\n while ((bVar3 & 4) != 0) {\n pbVar13 = pbVar13 + 1;\n bVar2 = *pbVar13;\n bVar3 = puVar5[(uint)bVar2 * 2];\n }\n if (bVar2 == 0x5f) {\n *pp = (char *)(pbVar13 + 1);\n goto LAB_00022fd2;\n }\n }\n }\nLAB_00022fa0:\n stab_bad_demangle(s);\n return 0;\n}" type_identifier (ERROR "__regparm3" identifier) (function_declarator "stab_demangle_qualified(stab_demangle_info *minfo,char **pp,debug_type_conflict *ptype)" identifier (parameter_list "(stab_demangle_info *minfo,char **pp,debug_type_conflict *ptype)" ( (parameter_declaration "stab_demangle_info *minfo" type_identifier (pointer_declarator "*minfo" * identifier)) , (parameter_declaration "char **pp" primitive_type (pointer_declarator "**pp" * (pointer_declarator "*pp" * identifier))) , (parameter_declaration "debug_type_conflict *ptype" type_identifier (pointer_declarator "*ptype" * identifier)) ))) (compound_statement "{\n char cVar1;\n byte bVar2;\n byte bVar3;\n char *s;\n byte *pbVar4;\n undefined *puVar5;\n bfd_boolean bVar6;\n size_t sVar7;\n debug_field *ppdVar8;\n debug_type_kind kind;\n debug_type pdVar9;\n char *__s1;\n int iVar10;\n debug_field field;\n char *pcVar11;\n uint uVar12;\n byte *pbVar13;\n uint len;\n long local_4c;\n debug_type_conflict local_40;\n char *name;\n undefined4 uStack_14;\n \n puVar5 = PTR__sch_istable_0003ffb4;\n uStack_14 = 0x22f09;\n s = *pp;\n cVar1 = s[1];\n if ('0' < cVar1) {\n if (cVar1 < ':') {\n local_4c = cVar1 + -0x30;\n *pp = s + (s[2] == '_') + 2;\nLAB_00022fd2:\n puVar5 = PTR__sch_istable_0003ffb4;\n local_40 = (debug_type_conflict)0x0;\n do {\n if (local_4c == 0) {\n if (ptype == (debug_type_conflict *)0x0) {\n return 1;\n }\n *ptype = local_40;\n return 1;\n }\n pbVar4 = (byte *)*pp;\n bVar2 = *pbVar4;\n pbVar13 = pbVar4;\n if (bVar2 == 0x5f) {\n pbVar13 = pbVar4 + 1;\n *pp = (char *)pbVar13;\n bVar2 = pbVar4[1];\n }\n uVar12 = (uint)bVar2;\n if (bVar2 == 0x74) {\n if (ptype == (debug_type_conflict *)0x0) {\n pdVar9 = (debug_type)stab_demangle_template(minfo,pp,(char **)0x0);\n }\n else {\n bVar6 = stab_demangle_template(minfo,pp,&name);\n pcVar11 = name;\n if (bVar6 == 0) {\n return 0;\n }\n sVar7 = strlen(name);\n local_40 = stab_find_tagged_type\n (minfo->dhandle,(stab_handle *)&minfo->info->tags,pcVar11,sVar7,\n DEBUG_KIND_CLASS);\n free(name);\n pdVar9 = local_40;\n }\n if (pdVar9 == (debug_type)0x0) {\n return 0;\n }\n }\n else {\n len = 0;\n if ((puVar5[uVar12 * 2] & 4) != 0) {\n len = 0;\n do {\n pbVar13 = pbVar13 + 1;\n *pp = (char *)pbVar13;\n len = (char)uVar12 + -0x30 + len * 10;\n uVar12 = (uint)*pbVar13;\n } while ((puVar5[uVar12 * 2] & 4) != 0);\n sVar7 = strlen((char *)pbVar13);\n if (sVar7 < len) goto LAB_00022fa0;\n }\n if (ptype != (debug_type_conflict *)0x0) {\n if ((local_40 != (debug_type_conflict)0x0) &&\n (ppdVar8 = debug_get_fields(minfo->dhandle,local_40), ppdVar8 != (debug_field *)0x0))\n {\n pcVar11 = savestring(*pp,len);\n field = *ppdVar8;\n if (field == (debug_field)0x0) {\n free(pcVar11);\n }\n else {\n do {\n local_40 = debug_get_field_type(minfo->dhandle,field);\n if (local_40 == (debug_type_conflict)0x0) {\n free(pcVar11);\n return 0;\n }\n __s1 = debug_get_type_name(minfo->dhandle,local_40);\n if ((__s1 != (char *)0x0) && (iVar10 = strcmp(__s1,pcVar11), iVar10 == 0)) {\n free(pcVar11);\n *pp = *pp + len;\n goto LAB_0002305b;\n }\n ppdVar8 = ppdVar8 + 1;\n field = *ppdVar8;\n } while (field != (debug_field)0x0);\n free(pcVar11);\n }\n }\n kind = DEBUG_KIND_CLASS;\n if (local_4c == 1) {\n pcVar11 = savestring(*pp,len);\n local_40 = debug_find_named_type(minfo->dhandle,pcVar11);\n free(pcVar11);\n if (local_40 != (debug_type_conflict)0x0) goto LAB_0002313e;\n kind = DEBUG_KIND_ILLEGAL;\n }\n local_40 = stab_find_tagged_type\n (minfo->dhandle,(stab_handle *)&minfo->info->tags,*pp,len,kind);\n if (local_40 == (debug_type)0x0) {\n return 0;\n }\n }\nLAB_0002313e:\n *pp = *pp + len;\n }\nLAB_0002305b:\n local_4c = local_4c + -1;\n } while( true );\n }\n if (((cVar1 == '_') && ((PTR__sch_istable_0003ffb4[(uint)(byte)s[2] * 2] & 4) != 0)) &&\n (s[2] != 0x30)) {\n pbVar13 = (byte *)(s + 2);\n local_4c = strtol((char *)pbVar13,(char **)0x0,10);\n bVar2 = s[2];\n bVar3 = puVar5[(uint)bVar2 * 2];\n while ((bVar3 & 4) != 0) {\n pbVar13 = pbVar13 + 1;\n bVar2 = *pbVar13;\n bVar3 = puVar5[(uint)bVar2 * 2];\n }\n if (bVar2 == 0x5f) {\n *pp = (char *)(pbVar13 + 1);\n goto LAB_00022fd2;\n }\n }\n }\nLAB_00022fa0:\n stab_bad_demangle(s);\n return 0;\n}" { (declaration "char cVar1;" primitive_type identifier ;) (declaration "byte bVar2;" type_identifier identifier ;) (declaration "byte bVar3;" type_identifier identifier ;) (declaration "char *s;" primitive_type (pointer_declarator "*s" * identifier) ;) (declaration "byte *pbVar4;" type_identifier (pointer_declarator "*pbVar4" * identifier) ;) (declaration "undefined *puVar5;" type_identifier (pointer_declarator "*puVar5" * identifier) ;) (declaration "bfd_boolean bVar6;" type_identifier identifier ;) (declaration "size_t sVar7;" primitive_type identifier ;) (declaration "debug_field *ppdVar8;" type_identifier (pointer_declarator "*ppdVar8" * identifier) ;) (declaration "debug_type_kind kind;" type_identifier identifier ;) (declaration "debug_type pdVar9;" type_identifier identifier ;) (declaration "char *__s1;" primitive_type (pointer_declarator "*__s1" * identifier) ;) (declaration "int iVar10;" primitive_type identifier ;) (declaration "debug_field field;" type_identifier identifier ;) (declaration "char *pcVar11;" primitive_type (pointer_declarator "*pcVar11" * identifier) ;) (declaration "uint uVar12;" type_identifier identifier ;) (declaration "byte *pbVar13;" type_identifier (pointer_declarator "*pbVar13" * identifier) ;) (declaration "uint len;" type_identifier identifier ;) (declaration "long local_4c;" (sized_type_specifier "long" long) identifier ;) (declaration "debug_type_conflict local_40;" type_identifier identifier ;) (declaration "char *name;" primitive_type (pointer_declarator "*name" * identifier) ;) (declaration "undefined4 uStack_14;" type_identifier identifier ;) (expression_statement "puVar5 = PTR__sch_istable_0003ffb4;" (assignment_expression "puVar5 = PTR__sch_istable_0003ffb4" identifier = identifier) ;) (expression_statement "uStack_14 = 0x22f09;" (assignment_expression "uStack_14 = 0x22f09" identifier = number_literal) ;) (expression_statement "s = *pp;" (assignment_expression "s = *pp" identifier = (pointer_expression "*pp" * identifier)) ;) (expression_statement "cVar1 = s[1];" (assignment_expression "cVar1 = s[1]" identifier = (subscript_expression "s[1]" identifier [ number_literal ])) ;) (if_statement "if ('0' < cVar1) {\n if (cVar1 < ':') {\n local_4c = cVar1 + -0x30;\n *pp = s + (s[2] == '_') + 2;\nLAB_00022fd2:\n puVar5 = PTR__sch_istable_0003ffb4;\n local_40 = (debug_type_conflict)0x0;\n do {\n if (local_4c == 0) {\n if (ptype == (debug_type_conflict *)0x0) {\n return 1;\n }\n *ptype = local_40;\n return 1;\n }\n pbVar4 = (byte *)*pp;\n bVar2 = *pbVar4;\n pbVar13 = pbVar4;\n if (bVar2 == 0x5f) {\n pbVar13 = pbVar4 + 1;\n *pp = (char *)pbVar13;\n bVar2 = pbVar4[1];\n }\n uVar12 = (uint)bVar2;\n if (bVar2 == 0x74) {\n if (ptype == (debug_type_conflict *)0x0) {\n pdVar9 = (debug_type)stab_demangle_template(minfo,pp,(char **)0x0);\n }\n else {\n bVar6 = stab_demangle_template(minfo,pp,&name);\n pcVar11 = name;\n if (bVar6 == 0) {\n return 0;\n }\n sVar7 = strlen(name);\n local_40 = stab_find_tagged_type\n (minfo->dhandle,(stab_handle *)&minfo->info->tags,pcVar11,sVar7,\n DEBUG_KIND_CLASS);\n free(name);\n pdVar9 = local_40;\n }\n if (pdVar9 == (debug_type)0x0) {\n return 0;\n }\n }\n else {\n len = 0;\n if ((puVar5[uVar12 * 2] & 4) != 0) {\n len = 0;\n do {\n pbVar13 = pbVar13 + 1;\n *pp = (char *)pbVar13;\n len = (char)uVar12 + -0x30 + len * 10;\n uVar12 = (uint)*pbVar13;\n } while ((puVar5[uVar12 * 2] & 4) != 0);\n sVar7 = strlen((char *)pbVar13);\n if (sVar7 < len) goto LAB_00022fa0;\n }\n if (ptype != (debug_type_conflict *)0x0) {\n if ((local_40 != (debug_type_conflict)0x0) &&\n (ppdVar8 = debug_get_fields(minfo->dhandle,local_40), ppdVar8 != (debug_field *)0x0))\n {\n pcVar11 = savestring(*pp,len);\n field = *ppdVar8;\n if (field == (debug_field)0x0) {\n free(pcVar11);\n }\n else {\n do {\n local_40 = debug_get_field_type(minfo->dhandle,field);\n if (local_40 == (debug_type_conflict)0x0) {\n free(pcVar11);\n return 0;\n }\n __s1 = debug_get_type_name(minfo->dhandle,local_40);\n if ((__s1 != (char *)0x0) && (iVar10 = strcmp(__s1,pcVar11), iVar10 == 0)) {\n free(pcVar11);\n *pp = *pp + len;\n goto LAB_0002305b;\n }\n ppdVar8 = ppdVar8 + 1;\n field = *ppdVar8;\n } while (field != (debug_field)0x0);\n free(pcVar11);\n }\n }\n kind = DEBUG_KIND_CLASS;\n if (local_4c == 1) {\n pcVar11 = savestring(*pp,len);\n local_40 = debug_find_named_type(minfo->dhandle,pcVar11);\n free(pcVar11);\n if (local_40 != (debug_type_conflict)0x0) goto LAB_0002313e;\n kind = DEBUG_KIND_ILLEGAL;\n }\n local_40 = stab_find_tagged_type\n (minfo->dhandle,(stab_handle *)&minfo->info->tags,*pp,len,kind);\n if (local_40 == (debug_type)0x0) {\n return 0;\n }\n }\nLAB_0002313e:\n *pp = *pp + len;\n }\nLAB_0002305b:\n local_4c = local_4c + -1;\n } while( true );\n }\n if (((cVar1 == '_') && ((PTR__sch_istable_0003ffb4[(uint)(byte)s[2] * 2] & 4) != 0)) &&\n (s[2] != 0x30)) {\n pbVar13 = (byte *)(s + 2);\n local_4c = strtol((char *)pbVar13,(char **)0x0,10);\n bVar2 = s[2];\n bVar3 = puVar5[(uint)bVar2 * 2];\n while ((bVar3 & 4) != 0) {\n pbVar13 = pbVar13 + 1;\n bVar2 = *pbVar13;\n bVar3 = puVar5[(uint)bVar2 * 2];\n }\n if (bVar2 == 0x5f) {\n *pp = (char *)(pbVar13 + 1);\n goto LAB_00022fd2;\n }\n }\n }" if (parenthesized_expression "('0' < cVar1)" ( (binary_expression "'0' < cVar1" (char_literal "'0'" ' character ') < identifier) )) (compound_statement "{\n if (cVar1 < ':') {\n local_4c = cVar1 + -0x30;\n *pp = s + (s[2] == '_') + 2;\nLAB_00022fd2:\n puVar5 = PTR__sch_istable_0003ffb4;\n local_40 = (debug_type_conflict)0x0;\n do {\n if (local_4c == 0) {\n if (ptype == (debug_type_conflict *)0x0) {\n return 1;\n }\n *ptype = local_40;\n return 1;\n }\n pbVar4 = (byte *)*pp;\n bVar2 = *pbVar4;\n pbVar13 = pbVar4;\n if (bVar2 == 0x5f) {\n pbVar13 = pbVar4 + 1;\n *pp = (char *)pbVar13;\n bVar2 = pbVar4[1];\n }\n uVar12 = (uint)bVar2;\n if (bVar2 == 0x74) {\n if (ptype == (debug_type_conflict *)0x0) {\n pdVar9 = (debug_type)stab_demangle_template(minfo,pp,(char **)0x0);\n }\n else {\n bVar6 = stab_demangle_template(minfo,pp,&name);\n pcVar11 = name;\n if (bVar6 == 0) {\n return 0;\n }\n sVar7 = strlen(name);\n local_40 = stab_find_tagged_type\n (minfo->dhandle,(stab_handle *)&minfo->info->tags,pcVar11,sVar7,\n DEBUG_KIND_CLASS);\n free(name);\n pdVar9 = local_40;\n }\n if (pdVar9 == (debug_type)0x0) {\n return 0;\n }\n }\n else {\n len = 0;\n if ((puVar5[uVar12 * 2] & 4) != 0) {\n len = 0;\n do {\n pbVar13 = pbVar13 + 1;\n *pp = (char *)pbVar13;\n len = (char)uVar12 + -0x30 + len * 10;\n uVar12 = (uint)*pbVar13;\n } while ((puVar5[uVar12 * 2] & 4) != 0);\n sVar7 = strlen((char *)pbVar13);\n if (sVar7 < len) goto LAB_00022fa0;\n }\n if (ptype != (debug_type_conflict *)0x0) {\n if ((local_40 != (debug_type_conflict)0x0) &&\n (ppdVar8 = debug_get_fields(minfo->dhandle,local_40), ppdVar8 != (debug_field *)0x0))\n {\n pcVar11 = savestring(*pp,len);\n field = *ppdVar8;\n if (field == (debug_field)0x0) {\n free(pcVar11);\n }\n else {\n do {\n local_40 = debug_get_field_type(minfo->dhandle,field);\n if (local_40 == (debug_type_conflict)0x0) {\n free(pcVar11);\n return 0;\n }\n __s1 = debug_get_type_name(minfo->dhandle,local_40);\n if ((__s1 != (char *)0x0) && (iVar10 = strcmp(__s1,pcVar11), iVar10 == 0)) {\n free(pcVar11);\n *pp = *pp + len;\n goto LAB_0002305b;\n }\n ppdVar8 = ppdVar8 + 1;\n field = *ppdVar8;\n } while (field != (debug_field)0x0);\n free(pcVar11);\n }\n }\n kind = DEBUG_KIND_CLASS;\n if (local_4c == 1) {\n pcVar11 = savestring(*pp,len);\n local_40 = debug_find_named_type(minfo->dhandle,pcVar11);\n free(pcVar11);\n if (local_40 != (debug_type_conflict)0x0) goto LAB_0002313e;\n kind = DEBUG_KIND_ILLEGAL;\n }\n local_40 = stab_find_tagged_type\n (minfo->dhandle,(stab_handle *)&minfo->info->tags,*pp,len,kind);\n if (local_40 == (debug_type)0x0) {\n return 0;\n }\n }\nLAB_0002313e:\n *pp = *pp + len;\n }\nLAB_0002305b:\n local_4c = local_4c + -1;\n } while( true );\n }\n if (((cVar1 == '_') && ((PTR__sch_istable_0003ffb4[(uint)(byte)s[2] * 2] & 4) != 0)) &&\n (s[2] != 0x30)) {\n pbVar13 = (byte *)(s + 2);\n local_4c = strtol((char *)pbVar13,(char **)0x0,10);\n bVar2 = s[2];\n bVar3 = puVar5[(uint)bVar2 * 2];\n while ((bVar3 & 4) != 0) {\n pbVar13 = pbVar13 + 1;\n bVar2 = *pbVar13;\n bVar3 = puVar5[(uint)bVar2 * 2];\n }\n if (bVar2 == 0x5f) {\n *pp = (char *)(pbVar13 + 1);\n goto LAB_00022fd2;\n }\n }\n }" { (if_statement "if (cVar1 < ':') {\n local_4c = cVar1 + -0x30;\n *pp = s + (s[2] == '_') + 2;\nLAB_00022fd2:\n puVar5 = PTR__sch_istable_0003ffb4;\n local_40 = (debug_type_conflict)0x0;\n do {\n if (local_4c == 0) {\n if (ptype == (debug_type_conflict *)0x0) {\n return 1;\n }\n *ptype = local_40;\n return 1;\n }\n pbVar4 = (byte *)*pp;\n bVar2 = *pbVar4;\n pbVar13 = pbVar4;\n if (bVar2 == 0x5f) {\n pbVar13 = pbVar4 + 1;\n *pp = (char *)pbVar13;\n bVar2 = pbVar4[1];\n }\n uVar12 = (uint)bVar2;\n if (bVar2 == 0x74) {\n if (ptype == (debug_type_conflict *)0x0) {\n pdVar9 = (debug_type)stab_demangle_template(minfo,pp,(char **)0x0);\n }\n else {\n bVar6 = stab_demangle_template(minfo,pp,&name);\n pcVar11 = name;\n if (bVar6 == 0) {\n return 0;\n }\n sVar7 = strlen(name);\n local_40 = stab_find_tagged_type\n (minfo->dhandle,(stab_handle *)&minfo->info->tags,pcVar11,sVar7,\n DEBUG_KIND_CLASS);\n free(name);\n pdVar9 = local_40;\n }\n if (pdVar9 == (debug_type)0x0) {\n return 0;\n }\n }\n else {\n len = 0;\n if ((puVar5[uVar12 * 2] & 4) != 0) {\n len = 0;\n do {\n pbVar13 = pbVar13 + 1;\n *pp = (char *)pbVar13;\n len = (char)uVar12 + -0x30 + len * 10;\n uVar12 = (uint)*pbVar13;\n } while ((puVar5[uVar12 * 2] & 4) != 0);\n sVar7 = strlen((char *)pbVar13);\n if (sVar7 < len) goto LAB_00022fa0;\n }\n if (ptype != (debug_type_conflict *)0x0) {\n if ((local_40 != (debug_type_conflict)0x0) &&\n (ppdVar8 = debug_get_fields(minfo->dhandle,local_40), ppdVar8 != (debug_field *)0x0))\n {\n pcVar11 = savestring(*pp,len);\n field = *ppdVar8;\n if (field == (debug_field)0x0) {\n free(pcVar11);\n }\n else {\n do {\n local_40 = debug_get_field_type(minfo->dhandle,field);\n if (local_40 == (debug_type_conflict)0x0) {\n free(pcVar11);\n return 0;\n }\n __s1 = debug_get_type_name(minfo->dhandle,local_40);\n if ((__s1 != (char *)0x0) && (iVar10 = strcmp(__s1,pcVar11), iVar10 == 0)) {\n free(pcVar11);\n *pp = *pp + len;\n goto LAB_0002305b;\n }\n ppdVar8 = ppdVar8 + 1;\n field = *ppdVar8;\n } while (field != (debug_field)0x0);\n free(pcVar11);\n }\n }\n kind = DEBUG_KIND_CLASS;\n if (local_4c == 1) {\n pcVar11 = savestring(*pp,len);\n local_40 = debug_find_named_type(minfo->dhandle,pcVar11);\n free(pcVar11);\n if (local_40 != (debug_type_conflict)0x0) goto LAB_0002313e;\n kind = DEBUG_KIND_ILLEGAL;\n }\n local_40 = stab_find_tagged_type\n (minfo->dhandle,(stab_handle *)&minfo->info->tags,*pp,len,kind);\n if (local_40 == (debug_type)0x0) {\n return 0;\n }\n }\nLAB_0002313e:\n *pp = *pp + len;\n }\nLAB_0002305b:\n local_4c = local_4c + -1;\n } while( true );\n }" if (parenthesized_expression "(cVar1 < ':')" ( (binary_expression "cVar1 < ':'" identifier < (char_literal "':'" ' character ')) )) (compound_statement "{\n local_4c = cVar1 + -0x30;\n *pp = s + (s[2] == '_') + 2;\nLAB_00022fd2:\n puVar5 = PTR__sch_istable_0003ffb4;\n local_40 = (debug_type_conflict)0x0;\n do {\n if (local_4c == 0) {\n if (ptype == (debug_type_conflict *)0x0) {\n return 1;\n }\n *ptype = local_40;\n return 1;\n }\n pbVar4 = (byte *)*pp;\n bVar2 = *pbVar4;\n pbVar13 = pbVar4;\n if (bVar2 == 0x5f) {\n pbVar13 = pbVar4 + 1;\n *pp = (char *)pbVar13;\n bVar2 = pbVar4[1];\n }\n uVar12 = (uint)bVar2;\n if (bVar2 == 0x74) {\n if (ptype == (debug_type_conflict *)0x0) {\n pdVar9 = (debug_type)stab_demangle_template(minfo,pp,(char **)0x0);\n }\n else {\n bVar6 = stab_demangle_template(minfo,pp,&name);\n pcVar11 = name;\n if (bVar6 == 0) {\n return 0;\n }\n sVar7 = strlen(name);\n local_40 = stab_find_tagged_type\n (minfo->dhandle,(stab_handle *)&minfo->info->tags,pcVar11,sVar7,\n DEBUG_KIND_CLASS);\n free(name);\n pdVar9 = local_40;\n }\n if (pdVar9 == (debug_type)0x0) {\n return 0;\n }\n }\n else {\n len = 0;\n if ((puVar5[uVar12 * 2] & 4) != 0) {\n len = 0;\n do {\n pbVar13 = pbVar13 + 1;\n *pp = (char *)pbVar13;\n len = (char)uVar12 + -0x30 + len * 10;\n uVar12 = (uint)*pbVar13;\n } while ((puVar5[uVar12 * 2] & 4) != 0);\n sVar7 = strlen((char *)pbVar13);\n if (sVar7 < len) goto LAB_00022fa0;\n }\n if (ptype != (debug_type_conflict *)0x0) {\n if ((local_40 != (debug_type_conflict)0x0) &&\n (ppdVar8 = debug_get_fields(minfo->dhandle,local_40), ppdVar8 != (debug_field *)0x0))\n {\n pcVar11 = savestring(*pp,len);\n field = *ppdVar8;\n if (field == (debug_field)0x0) {\n free(pcVar11);\n }\n else {\n do {\n local_40 = debug_get_field_type(minfo->dhandle,field);\n if (local_40 == (debug_type_conflict)0x0) {\n free(pcVar11);\n return 0;\n }\n __s1 = debug_get_type_name(minfo->dhandle,local_40);\n if ((__s1 != (char *)0x0) && (iVar10 = strcmp(__s1,pcVar11), iVar10 == 0)) {\n free(pcVar11);\n *pp = *pp + len;\n goto LAB_0002305b;\n }\n ppdVar8 = ppdVar8 + 1;\n field = *ppdVar8;\n } while (field != (debug_field)0x0);\n free(pcVar11);\n }\n }\n kind = DEBUG_KIND_CLASS;\n if (local_4c == 1) {\n pcVar11 = savestring(*pp,len);\n local_40 = debug_find_named_type(minfo->dhandle,pcVar11);\n free(pcVar11);\n if (local_40 != (debug_type_conflict)0x0) goto LAB_0002313e;\n kind = DEBUG_KIND_ILLEGAL;\n }\n local_40 = stab_find_tagged_type\n (minfo->dhandle,(stab_handle *)&minfo->info->tags,*pp,len,kind);\n if (local_40 == (debug_type)0x0) {\n return 0;\n }\n }\nLAB_0002313e:\n *pp = *pp + len;\n }\nLAB_0002305b:\n local_4c = local_4c + -1;\n } while( true );\n }" { (expression_statement "local_4c = cVar1 + -0x30;" (assignment_expression "local_4c = cVar1 + -0x30" identifier = (binary_expression "cVar1 + -0x30" identifier + number_literal)) ;) (expression_statement "*pp = s + (s[2] == '_') + 2;" (assignment_expression "*pp = s + (s[2] == '_') + 2" (pointer_expression "*pp" * identifier) = (binary_expression "s + (s[2] == '_') + 2" (binary_expression "s + (s[2] == '_')" identifier + (parenthesized_expression "(s[2] == '_')" ( (binary_expression "s[2] == '_'" (subscript_expression "s[2]" identifier [ number_literal ]) == (char_literal "'_'" ' character ')) ))) + number_literal)) ;) (labeled_statement "LAB_00022fd2:\n puVar5 = PTR__sch_istable_0003ffb4;" statement_identifier : (expression_statement "puVar5 = PTR__sch_istable_0003ffb4;" (assignment_expression "puVar5 = PTR__sch_istable_0003ffb4" identifier = identifier) ;)) (expression_statement "local_40 = (debug_type_conflict)0x0;" (assignment_expression "local_40 = (debug_type_conflict)0x0" identifier = (cast_expression "(debug_type_conflict)0x0" ( (type_descriptor "debug_type_conflict" type_identifier) ) number_literal)) ;) (do_statement "do {\n if (local_4c == 0) {\n if (ptype == (debug_type_conflict *)0x0) {\n return 1;\n }\n *ptype = local_40;\n return 1;\n }\n pbVar4 = (byte *)*pp;\n bVar2 = *pbVar4;\n pbVar13 = pbVar4;\n if (bVar2 == 0x5f) {\n pbVar13 = pbVar4 + 1;\n *pp = (char *)pbVar13;\n bVar2 = pbVar4[1];\n }\n uVar12 = (uint)bVar2;\n if (bVar2 == 0x74) {\n if (ptype == (debug_type_conflict *)0x0) {\n pdVar9 = (debug_type)stab_demangle_template(minfo,pp,(char **)0x0);\n }\n else {\n bVar6 = stab_demangle_template(minfo,pp,&name);\n pcVar11 = name;\n if (bVar6 == 0) {\n return 0;\n }\n sVar7 = strlen(name);\n local_40 = stab_find_tagged_type\n (minfo->dhandle,(stab_handle *)&minfo->info->tags,pcVar11,sVar7,\n DEBUG_KIND_CLASS);\n free(name);\n pdVar9 = local_40;\n }\n if (pdVar9 == (debug_type)0x0) {\n return 0;\n }\n }\n else {\n len = 0;\n if ((puVar5[uVar12 * 2] & 4) != 0) {\n len = 0;\n do {\n pbVar13 = pbVar13 + 1;\n *pp = (char *)pbVar13;\n len = (char)uVar12 + -0x30 + len * 10;\n uVar12 = (uint)*pbVar13;\n } while ((puVar5[uVar12 * 2] & 4) != 0);\n sVar7 = strlen((char *)pbVar13);\n if (sVar7 < len) goto LAB_00022fa0;\n }\n if (ptype != (debug_type_conflict *)0x0) {\n if ((local_40 != (debug_type_conflict)0x0) &&\n (ppdVar8 = debug_get_fields(minfo->dhandle,local_40), ppdVar8 != (debug_field *)0x0))\n {\n pcVar11 = savestring(*pp,len);\n field = *ppdVar8;\n if (field == (debug_field)0x0) {\n free(pcVar11);\n }\n else {\n do {\n local_40 = debug_get_field_type(minfo->dhandle,field);\n if (local_40 == (debug_type_conflict)0x0) {\n free(pcVar11);\n return 0;\n }\n __s1 = debug_get_type_name(minfo->dhandle,local_40);\n if ((__s1 != (char *)0x0) && (iVar10 = strcmp(__s1,pcVar11), iVar10 == 0)) {\n free(pcVar11);\n *pp = *pp + len;\n goto LAB_0002305b;\n }\n ppdVar8 = ppdVar8 + 1;\n field = *ppdVar8;\n } while (field != (debug_field)0x0);\n free(pcVar11);\n }\n }\n kind = DEBUG_KIND_CLASS;\n if (local_4c == 1) {\n pcVar11 = savestring(*pp,len);\n local_40 = debug_find_named_type(minfo->dhandle,pcVar11);\n free(pcVar11);\n if (local_40 != (debug_type_conflict)0x0) goto LAB_0002313e;\n kind = DEBUG_KIND_ILLEGAL;\n }\n local_40 = stab_find_tagged_type\n (minfo->dhandle,(stab_handle *)&minfo->info->tags,*pp,len,kind);\n if (local_40 == (debug_type)0x0) {\n return 0;\n }\n }\nLAB_0002313e:\n *pp = *pp + len;\n }\nLAB_0002305b:\n local_4c = local_4c + -1;\n } while( true );" do (compound_statement "{\n if (local_4c == 0) {\n if (ptype == (debug_type_conflict *)0x0) {\n return 1;\n }\n *ptype = local_40;\n return 1;\n }\n pbVar4 = (byte *)*pp;\n bVar2 = *pbVar4;\n pbVar13 = pbVar4;\n if (bVar2 == 0x5f) {\n pbVar13 = pbVar4 + 1;\n *pp = (char *)pbVar13;\n bVar2 = pbVar4[1];\n }\n uVar12 = (uint)bVar2;\n if (bVar2 == 0x74) {\n if (ptype == (debug_type_conflict *)0x0) {\n pdVar9 = (debug_type)stab_demangle_template(minfo,pp,(char **)0x0);\n }\n else {\n bVar6 = stab_demangle_template(minfo,pp,&name);\n pcVar11 = name;\n if (bVar6 == 0) {\n return 0;\n }\n sVar7 = strlen(name);\n local_40 = stab_find_tagged_type\n (minfo->dhandle,(stab_handle *)&minfo->info->tags,pcVar11,sVar7,\n DEBUG_KIND_CLASS);\n free(name);\n pdVar9 = local_40;\n }\n if (pdVar9 == (debug_type)0x0) {\n return 0;\n }\n }\n else {\n len = 0;\n if ((puVar5[uVar12 * 2] & 4) != 0) {\n len = 0;\n do {\n pbVar13 = pbVar13 + 1;\n *pp = (char *)pbVar13;\n len = (char)uVar12 + -0x30 + len * 10;\n uVar12 = (uint)*pbVar13;\n } while ((puVar5[uVar12 * 2] & 4) != 0);\n sVar7 = strlen((char *)pbVar13);\n if (sVar7 < len) goto LAB_00022fa0;\n }\n if (ptype != (debug_type_conflict *)0x0) {\n if ((local_40 != (debug_type_conflict)0x0) &&\n (ppdVar8 = debug_get_fields(minfo->dhandle,local_40), ppdVar8 != (debug_field *)0x0))\n {\n pcVar11 = savestring(*pp,len);\n field = *ppdVar8;\n if (field == (debug_field)0x0) {\n free(pcVar11);\n }\n else {\n do {\n local_40 = debug_get_field_type(minfo->dhandle,field);\n if (local_40 == (debug_type_conflict)0x0) {\n free(pcVar11);\n return 0;\n }\n __s1 = debug_get_type_name(minfo->dhandle,local_40);\n if ((__s1 != (char *)0x0) && (iVar10 = strcmp(__s1,pcVar11), iVar10 == 0)) {\n free(pcVar11);\n *pp = *pp + len;\n goto LAB_0002305b;\n }\n ppdVar8 = ppdVar8 + 1;\n field = *ppdVar8;\n } while (field != (debug_field)0x0);\n free(pcVar11);\n }\n }\n kind = DEBUG_KIND_CLASS;\n if (local_4c == 1) {\n pcVar11 = savestring(*pp,len);\n local_40 = debug_find_named_type(minfo->dhandle,pcVar11);\n free(pcVar11);\n if (local_40 != (debug_type_conflict)0x0) goto LAB_0002313e;\n kind = DEBUG_KIND_ILLEGAL;\n }\n local_40 = stab_find_tagged_type\n (minfo->dhandle,(stab_handle *)&minfo->info->tags,*pp,len,kind);\n if (local_40 == (debug_type)0x0) {\n return 0;\n }\n }\nLAB_0002313e:\n *pp = *pp + len;\n }\nLAB_0002305b:\n local_4c = local_4c + -1;\n }" { (if_statement "if (local_4c == 0) {\n if (ptype == (debug_type_conflict *)0x0) {\n return 1;\n }\n *ptype = local_40;\n return 1;\n }" if (parenthesized_expression "(local_4c == 0)" ( (binary_expression "local_4c == 0" identifier == number_literal) )) (compound_statement "{\n if (ptype == (debug_type_conflict *)0x0) {\n return 1;\n }\n *ptype = local_40;\n return 1;\n }" { (if_statement "if (ptype == (debug_type_conflict *)0x0) {\n return 1;\n }" if (parenthesized_expression "(ptype == (debug_type_conflict *)0x0)" ( (binary_expression "ptype == (debug_type_conflict *)0x0" identifier == (cast_expression "(debug_type_conflict *)0x0" ( (type_descriptor "debug_type_conflict *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n return 1;\n }" { (return_statement "return 1;" return number_literal ;) })) (expression_statement "*ptype = local_40;" (assignment_expression "*ptype = local_40" (pointer_expression "*ptype" * identifier) = identifier) ;) (return_statement "return 1;" return number_literal ;) })) (expression_statement "pbVar4 = (byte *)*pp;" (assignment_expression "pbVar4 = (byte *)*pp" identifier = (cast_expression "(byte *)*pp" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*pp" * identifier))) ;) (expression_statement "bVar2 = *pbVar4;" (assignment_expression "bVar2 = *pbVar4" identifier = (pointer_expression "*pbVar4" * identifier)) ;) (expression_statement "pbVar13 = pbVar4;" (assignment_expression "pbVar13 = pbVar4" identifier = identifier) ;) (if_statement "if (bVar2 == 0x5f) {\n pbVar13 = pbVar4 + 1;\n *pp = (char *)pbVar13;\n bVar2 = pbVar4[1];\n }" if (parenthesized_expression "(bVar2 == 0x5f)" ( (binary_expression "bVar2 == 0x5f" identifier == number_literal) )) (compound_statement "{\n pbVar13 = pbVar4 + 1;\n *pp = (char *)pbVar13;\n bVar2 = pbVar4[1];\n }" { (expression_statement "pbVar13 = pbVar4 + 1;" (assignment_expression "pbVar13 = pbVar4 + 1" identifier = (binary_expression "pbVar4 + 1" identifier + number_literal)) ;) (expression_statement "*pp = (char *)pbVar13;" (assignment_expression "*pp = (char *)pbVar13" (pointer_expression "*pp" * identifier) = (cast_expression "(char *)pbVar13" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier)) ;) (expression_statement "bVar2 = pbVar4[1];" (assignment_expression "bVar2 = pbVar4[1]" identifier = (subscript_expression "pbVar4[1]" identifier [ number_literal ])) ;) })) (expression_statement "uVar12 = (uint)bVar2;" (assignment_expression "uVar12 = (uint)bVar2" identifier = (cast_expression "(uint)bVar2" ( (type_descriptor "uint" type_identifier) ) identifier)) ;) (if_statement "if (bVar2 == 0x74) {\n if (ptype == (debug_type_conflict *)0x0) {\n pdVar9 = (debug_type)stab_demangle_template(minfo,pp,(char **)0x0);\n }\n else {\n bVar6 = stab_demangle_template(minfo,pp,&name);\n pcVar11 = name;\n if (bVar6 == 0) {\n return 0;\n }\n sVar7 = strlen(name);\n local_40 = stab_find_tagged_type\n (minfo->dhandle,(stab_handle *)&minfo->info->tags,pcVar11,sVar7,\n DEBUG_KIND_CLASS);\n free(name);\n pdVar9 = local_40;\n }\n if (pdVar9 == (debug_type)0x0) {\n return 0;\n }\n }\n else {\n len = 0;\n if ((puVar5[uVar12 * 2] & 4) != 0) {\n len = 0;\n do {\n pbVar13 = pbVar13 + 1;\n *pp = (char *)pbVar13;\n len = (char)uVar12 + -0x30 + len * 10;\n uVar12 = (uint)*pbVar13;\n } while ((puVar5[uVar12 * 2] & 4) != 0);\n sVar7 = strlen((char *)pbVar13);\n if (sVar7 < len) goto LAB_00022fa0;\n }\n if (ptype != (debug_type_conflict *)0x0) {\n if ((local_40 != (debug_type_conflict)0x0) &&\n (ppdVar8 = debug_get_fields(minfo->dhandle,local_40), ppdVar8 != (debug_field *)0x0))\n {\n pcVar11 = savestring(*pp,len);\n field = *ppdVar8;\n if (field == (debug_field)0x0) {\n free(pcVar11);\n }\n else {\n do {\n local_40 = debug_get_field_type(minfo->dhandle,field);\n if (local_40 == (debug_type_conflict)0x0) {\n free(pcVar11);\n return 0;\n }\n __s1 = debug_get_type_name(minfo->dhandle,local_40);\n if ((__s1 != (char *)0x0) && (iVar10 = strcmp(__s1,pcVar11), iVar10 == 0)) {\n free(pcVar11);\n *pp = *pp + len;\n goto LAB_0002305b;\n }\n ppdVar8 = ppdVar8 + 1;\n field = *ppdVar8;\n } while (field != (debug_field)0x0);\n free(pcVar11);\n }\n }\n kind = DEBUG_KIND_CLASS;\n if (local_4c == 1) {\n pcVar11 = savestring(*pp,len);\n local_40 = debug_find_named_type(minfo->dhandle,pcVar11);\n free(pcVar11);\n if (local_40 != (debug_type_conflict)0x0) goto LAB_0002313e;\n kind = DEBUG_KIND_ILLEGAL;\n }\n local_40 = stab_find_tagged_type\n (minfo->dhandle,(stab_handle *)&minfo->info->tags,*pp,len,kind);\n if (local_40 == (debug_type)0x0) {\n return 0;\n }\n }\nLAB_0002313e:\n *pp = *pp + len;\n }" if (parenthesized_expression "(bVar2 == 0x74)" ( (binary_expression "bVar2 == 0x74" identifier == number_literal) )) (compound_statement "{\n if (ptype == (debug_type_conflict *)0x0) {\n pdVar9 = (debug_type)stab_demangle_template(minfo,pp,(char **)0x0);\n }\n else {\n bVar6 = stab_demangle_template(minfo,pp,&name);\n pcVar11 = name;\n if (bVar6 == 0) {\n return 0;\n }\n sVar7 = strlen(name);\n local_40 = stab_find_tagged_type\n (minfo->dhandle,(stab_handle *)&minfo->info->tags,pcVar11,sVar7,\n DEBUG_KIND_CLASS);\n free(name);\n pdVar9 = local_40;\n }\n if (pdVar9 == (debug_type)0x0) {\n return 0;\n }\n }" { (if_statement "if (ptype == (debug_type_conflict *)0x0) {\n pdVar9 = (debug_type)stab_demangle_template(minfo,pp,(char **)0x0);\n }\n else {\n bVar6 = stab_demangle_template(minfo,pp,&name);\n pcVar11 = name;\n if (bVar6 == 0) {\n return 0;\n }\n sVar7 = strlen(name);\n local_40 = stab_find_tagged_type\n (minfo->dhandle,(stab_handle *)&minfo->info->tags,pcVar11,sVar7,\n DEBUG_KIND_CLASS);\n free(name);\n pdVar9 = local_40;\n }" if (parenthesized_expression "(ptype == (debug_type_conflict *)0x0)" ( (binary_expression "ptype == (debug_type_conflict *)0x0" identifier == (cast_expression "(debug_type_conflict *)0x0" ( (type_descriptor "debug_type_conflict *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n pdVar9 = (debug_type)stab_demangle_template(minfo,pp,(char **)0x0);\n }" { (expression_statement "pdVar9 = (debug_type)stab_demangle_template(minfo,pp,(char **)0x0);" (assignment_expression "pdVar9 = (debug_type)stab_demangle_template(minfo,pp,(char **)0x0)" identifier = (cast_expression "(debug_type)stab_demangle_template(minfo,pp,(char **)0x0)" ( (type_descriptor "debug_type" type_identifier) ) (call_expression "stab_demangle_template(minfo,pp,(char **)0x0)" identifier (argument_list "(minfo,pp,(char **)0x0)" ( identifier , identifier , (cast_expression "(char **)0x0" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) number_literal) ))))) ;) }) (else_clause "else {\n bVar6 = stab_demangle_template(minfo,pp,&name);\n pcVar11 = name;\n if (bVar6 == 0) {\n return 0;\n }\n sVar7 = strlen(name);\n local_40 = stab_find_tagged_type\n (minfo->dhandle,(stab_handle *)&minfo->info->tags,pcVar11,sVar7,\n DEBUG_KIND_CLASS);\n free(name);\n pdVar9 = local_40;\n }" else (compound_statement "{\n bVar6 = stab_demangle_template(minfo,pp,&name);\n pcVar11 = name;\n if (bVar6 == 0) {\n return 0;\n }\n sVar7 = strlen(name);\n local_40 = stab_find_tagged_type\n (minfo->dhandle,(stab_handle *)&minfo->info->tags,pcVar11,sVar7,\n DEBUG_KIND_CLASS);\n free(name);\n pdVar9 = local_40;\n }" { (expression_statement "bVar6 = stab_demangle_template(minfo,pp,&name);" (assignment_expression "bVar6 = stab_demangle_template(minfo,pp,&name)" identifier = (call_expression "stab_demangle_template(minfo,pp,&name)" identifier (argument_list "(minfo,pp,&name)" ( identifier , identifier , (pointer_expression "&name" & identifier) )))) ;) (expression_statement "pcVar11 = name;" (assignment_expression "pcVar11 = name" identifier = identifier) ;) (if_statement "if (bVar6 == 0) {\n return 0;\n }" if (parenthesized_expression "(bVar6 == 0)" ( (binary_expression "bVar6 == 0" identifier == number_literal) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) (expression_statement "sVar7 = strlen(name);" (assignment_expression "sVar7 = strlen(name)" identifier = (call_expression "strlen(name)" identifier (argument_list "(name)" ( identifier )))) ;) (expression_statement "local_40 = stab_find_tagged_type\n (minfo->dhandle,(stab_handle *)&minfo->info->tags,pcVar11,sVar7,\n DEBUG_KIND_CLASS);" (assignment_expression "local_40 = stab_find_tagged_type\n (minfo->dhandle,(stab_handle *)&minfo->info->tags,pcVar11,sVar7,\n DEBUG_KIND_CLASS)" identifier = (call_expression "stab_find_tagged_type\n (minfo->dhandle,(stab_handle *)&minfo->info->tags,pcVar11,sVar7,\n DEBUG_KIND_CLASS)" identifier (argument_list "(minfo->dhandle,(stab_handle *)&minfo->info->tags,pcVar11,sVar7,\n DEBUG_KIND_CLASS)" ( (field_expression "minfo->dhandle" identifier -> field_identifier) , (cast_expression "(stab_handle *)&minfo->info->tags" ( (type_descriptor "stab_handle *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&minfo->info->tags" & (field_expression "minfo->info->tags" (field_expression "minfo->info" identifier -> field_identifier) -> field_identifier))) , identifier , identifier , identifier )))) ;) (expression_statement "free(name);" (call_expression "free(name)" identifier (argument_list "(name)" ( identifier ))) ;) (expression_statement "pdVar9 = local_40;" (assignment_expression "pdVar9 = local_40" identifier = identifier) ;) }))) (if_statement "if (pdVar9 == (debug_type)0x0) {\n return 0;\n }" if (parenthesized_expression "(pdVar9 == (debug_type)0x0)" ( (binary_expression "pdVar9 == (debug_type)0x0" identifier == (cast_expression "(debug_type)0x0" ( (type_descriptor "debug_type" type_identifier) ) number_literal)) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) }) (else_clause "else {\n len = 0;\n if ((puVar5[uVar12 * 2] & 4) != 0) {\n len = 0;\n do {\n pbVar13 = pbVar13 + 1;\n *pp = (char *)pbVar13;\n len = (char)uVar12 + -0x30 + len * 10;\n uVar12 = (uint)*pbVar13;\n } while ((puVar5[uVar12 * 2] & 4) != 0);\n sVar7 = strlen((char *)pbVar13);\n if (sVar7 < len) goto LAB_00022fa0;\n }\n if (ptype != (debug_type_conflict *)0x0) {\n if ((local_40 != (debug_type_conflict)0x0) &&\n (ppdVar8 = debug_get_fields(minfo->dhandle,local_40), ppdVar8 != (debug_field *)0x0))\n {\n pcVar11 = savestring(*pp,len);\n field = *ppdVar8;\n if (field == (debug_field)0x0) {\n free(pcVar11);\n }\n else {\n do {\n local_40 = debug_get_field_type(minfo->dhandle,field);\n if (local_40 == (debug_type_conflict)0x0) {\n free(pcVar11);\n return 0;\n }\n __s1 = debug_get_type_name(minfo->dhandle,local_40);\n if ((__s1 != (char *)0x0) && (iVar10 = strcmp(__s1,pcVar11), iVar10 == 0)) {\n free(pcVar11);\n *pp = *pp + len;\n goto LAB_0002305b;\n }\n ppdVar8 = ppdVar8 + 1;\n field = *ppdVar8;\n } while (field != (debug_field)0x0);\n free(pcVar11);\n }\n }\n kind = DEBUG_KIND_CLASS;\n if (local_4c == 1) {\n pcVar11 = savestring(*pp,len);\n local_40 = debug_find_named_type(minfo->dhandle,pcVar11);\n free(pcVar11);\n if (local_40 != (debug_type_conflict)0x0) goto LAB_0002313e;\n kind = DEBUG_KIND_ILLEGAL;\n }\n local_40 = stab_find_tagged_type\n (minfo->dhandle,(stab_handle *)&minfo->info->tags,*pp,len,kind);\n if (local_40 == (debug_type)0x0) {\n return 0;\n }\n }\nLAB_0002313e:\n *pp = *pp + len;\n }" else (compound_statement "{\n len = 0;\n if ((puVar5[uVar12 * 2] & 4) != 0) {\n len = 0;\n do {\n pbVar13 = pbVar13 + 1;\n *pp = (char *)pbVar13;\n len = (char)uVar12 + -0x30 + len * 10;\n uVar12 = (uint)*pbVar13;\n } while ((puVar5[uVar12 * 2] & 4) != 0);\n sVar7 = strlen((char *)pbVar13);\n if (sVar7 < len) goto LAB_00022fa0;\n }\n if (ptype != (debug_type_conflict *)0x0) {\n if ((local_40 != (debug_type_conflict)0x0) &&\n (ppdVar8 = debug_get_fields(minfo->dhandle,local_40), ppdVar8 != (debug_field *)0x0))\n {\n pcVar11 = savestring(*pp,len);\n field = *ppdVar8;\n if (field == (debug_field)0x0) {\n free(pcVar11);\n }\n else {\n do {\n local_40 = debug_get_field_type(minfo->dhandle,field);\n if (local_40 == (debug_type_conflict)0x0) {\n free(pcVar11);\n return 0;\n }\n __s1 = debug_get_type_name(minfo->dhandle,local_40);\n if ((__s1 != (char *)0x0) && (iVar10 = strcmp(__s1,pcVar11), iVar10 == 0)) {\n free(pcVar11);\n *pp = *pp + len;\n goto LAB_0002305b;\n }\n ppdVar8 = ppdVar8 + 1;\n field = *ppdVar8;\n } while (field != (debug_field)0x0);\n free(pcVar11);\n }\n }\n kind = DEBUG_KIND_CLASS;\n if (local_4c == 1) {\n pcVar11 = savestring(*pp,len);\n local_40 = debug_find_named_type(minfo->dhandle,pcVar11);\n free(pcVar11);\n if (local_40 != (debug_type_conflict)0x0) goto LAB_0002313e;\n kind = DEBUG_KIND_ILLEGAL;\n }\n local_40 = stab_find_tagged_type\n (minfo->dhandle,(stab_handle *)&minfo->info->tags,*pp,len,kind);\n if (local_40 == (debug_type)0x0) {\n return 0;\n }\n }\nLAB_0002313e:\n *pp = *pp + len;\n }" { (expression_statement "len = 0;" (assignment_expression "len = 0" identifier = number_literal) ;) (if_statement "if ((puVar5[uVar12 * 2] & 4) != 0) {\n len = 0;\n do {\n pbVar13 = pbVar13 + 1;\n *pp = (char *)pbVar13;\n len = (char)uVar12 + -0x30 + len * 10;\n uVar12 = (uint)*pbVar13;\n } while ((puVar5[uVar12 * 2] & 4) != 0);\n sVar7 = strlen((char *)pbVar13);\n if (sVar7 < len) goto LAB_00022fa0;\n }" if (parenthesized_expression "((puVar5[uVar12 * 2] & 4) != 0)" ( (binary_expression "(puVar5[uVar12 * 2] & 4) != 0" (parenthesized_expression "(puVar5[uVar12 * 2] & 4)" ( (binary_expression "puVar5[uVar12 * 2] & 4" (subscript_expression "puVar5[uVar12 * 2]" identifier [ (binary_expression "uVar12 * 2" identifier * number_literal) ]) & number_literal) )) != number_literal) )) (compound_statement "{\n len = 0;\n do {\n pbVar13 = pbVar13 + 1;\n *pp = (char *)pbVar13;\n len = (char)uVar12 + -0x30 + len * 10;\n uVar12 = (uint)*pbVar13;\n } while ((puVar5[uVar12 * 2] & 4) != 0);\n sVar7 = strlen((char *)pbVar13);\n if (sVar7 < len) goto LAB_00022fa0;\n }" { (expression_statement "len = 0;" (assignment_expression "len = 0" identifier = number_literal) ;) (do_statement "do {\n pbVar13 = pbVar13 + 1;\n *pp = (char *)pbVar13;\n len = (char)uVar12 + -0x30 + len * 10;\n uVar12 = (uint)*pbVar13;\n } while ((puVar5[uVar12 * 2] & 4) != 0);" do (compound_statement "{\n pbVar13 = pbVar13 + 1;\n *pp = (char *)pbVar13;\n len = (char)uVar12 + -0x30 + len * 10;\n uVar12 = (uint)*pbVar13;\n }" { (expression_statement "pbVar13 = pbVar13 + 1;" (assignment_expression "pbVar13 = pbVar13 + 1" identifier = (binary_expression "pbVar13 + 1" identifier + number_literal)) ;) (expression_statement "*pp = (char *)pbVar13;" (assignment_expression "*pp = (char *)pbVar13" (pointer_expression "*pp" * identifier) = (cast_expression "(char *)pbVar13" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier)) ;) (expression_statement "len = (char)uVar12 + -0x30 + len * 10;" (assignment_expression "len = (char)uVar12 + -0x30 + len * 10" identifier = (binary_expression "(char)uVar12 + -0x30 + len * 10" (binary_expression "(char)uVar12 + -0x30" (cast_expression "(char)uVar12" ( (type_descriptor "char" primitive_type) ) identifier) + number_literal) + (binary_expression "len * 10" identifier * number_literal))) ;) (expression_statement "uVar12 = (uint)*pbVar13;" (assignment_expression "uVar12 = (uint)*pbVar13" identifier = (binary_expression "(uint)*pbVar13" (parenthesized_expression "(uint)" ( identifier )) * identifier)) ;) }) while (parenthesized_expression "((puVar5[uVar12 * 2] & 4) != 0)" ( (binary_expression "(puVar5[uVar12 * 2] & 4) != 0" (parenthesized_expression "(puVar5[uVar12 * 2] & 4)" ( (binary_expression "puVar5[uVar12 * 2] & 4" (subscript_expression "puVar5[uVar12 * 2]" identifier [ (binary_expression "uVar12 * 2" identifier * number_literal) ]) & number_literal) )) != number_literal) )) ;) (expression_statement "sVar7 = strlen((char *)pbVar13);" (assignment_expression "sVar7 = strlen((char *)pbVar13)" identifier = (call_expression "strlen((char *)pbVar13)" identifier (argument_list "((char *)pbVar13)" ( (cast_expression "(char *)pbVar13" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) )))) ;) (if_statement "if (sVar7 < len) goto LAB_00022fa0;" if (parenthesized_expression "(sVar7 < len)" ( (binary_expression "sVar7 < len" identifier < identifier) )) (goto_statement "goto LAB_00022fa0;" goto statement_identifier ;)) })) (if_statement "if (ptype != (debug_type_conflict *)0x0) {\n if ((local_40 != (debug_type_conflict)0x0) &&\n (ppdVar8 = debug_get_fields(minfo->dhandle,local_40), ppdVar8 != (debug_field *)0x0))\n {\n pcVar11 = savestring(*pp,len);\n field = *ppdVar8;\n if (field == (debug_field)0x0) {\n free(pcVar11);\n }\n else {\n do {\n local_40 = debug_get_field_type(minfo->dhandle,field);\n if (local_40 == (debug_type_conflict)0x0) {\n free(pcVar11);\n return 0;\n }\n __s1 = debug_get_type_name(minfo->dhandle,local_40);\n if ((__s1 != (char *)0x0) && (iVar10 = strcmp(__s1,pcVar11), iVar10 == 0)) {\n free(pcVar11);\n *pp = *pp + len;\n goto LAB_0002305b;\n }\n ppdVar8 = ppdVar8 + 1;\n field = *ppdVar8;\n } while (field != (debug_field)0x0);\n free(pcVar11);\n }\n }\n kind = DEBUG_KIND_CLASS;\n if (local_4c == 1) {\n pcVar11 = savestring(*pp,len);\n local_40 = debug_find_named_type(minfo->dhandle,pcVar11);\n free(pcVar11);\n if (local_40 != (debug_type_conflict)0x0) goto LAB_0002313e;\n kind = DEBUG_KIND_ILLEGAL;\n }\n local_40 = stab_find_tagged_type\n (minfo->dhandle,(stab_handle *)&minfo->info->tags,*pp,len,kind);\n if (local_40 == (debug_type)0x0) {\n return 0;\n }\n }" if (parenthesized_expression "(ptype != (debug_type_conflict *)0x0)" ( (binary_expression "ptype != (debug_type_conflict *)0x0" identifier != (cast_expression "(debug_type_conflict *)0x0" ( (type_descriptor "debug_type_conflict *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n if ((local_40 != (debug_type_conflict)0x0) &&\n (ppdVar8 = debug_get_fields(minfo->dhandle,local_40), ppdVar8 != (debug_field *)0x0))\n {\n pcVar11 = savestring(*pp,len);\n field = *ppdVar8;\n if (field == (debug_field)0x0) {\n free(pcVar11);\n }\n else {\n do {\n local_40 = debug_get_field_type(minfo->dhandle,field);\n if (local_40 == (debug_type_conflict)0x0) {\n free(pcVar11);\n return 0;\n }\n __s1 = debug_get_type_name(minfo->dhandle,local_40);\n if ((__s1 != (char *)0x0) && (iVar10 = strcmp(__s1,pcVar11), iVar10 == 0)) {\n free(pcVar11);\n *pp = *pp + len;\n goto LAB_0002305b;\n }\n ppdVar8 = ppdVar8 + 1;\n field = *ppdVar8;\n } while (field != (debug_field)0x0);\n free(pcVar11);\n }\n }\n kind = DEBUG_KIND_CLASS;\n if (local_4c == 1) {\n pcVar11 = savestring(*pp,len);\n local_40 = debug_find_named_type(minfo->dhandle,pcVar11);\n free(pcVar11);\n if (local_40 != (debug_type_conflict)0x0) goto LAB_0002313e;\n kind = DEBUG_KIND_ILLEGAL;\n }\n local_40 = stab_find_tagged_type\n (minfo->dhandle,(stab_handle *)&minfo->info->tags,*pp,len,kind);\n if (local_40 == (debug_type)0x0) {\n return 0;\n }\n }" { (if_statement "if ((local_40 != (debug_type_conflict)0x0) &&\n (ppdVar8 = debug_get_fields(minfo->dhandle,local_40), ppdVar8 != (debug_field *)0x0))\n {\n pcVar11 = savestring(*pp,len);\n field = *ppdVar8;\n if (field == (debug_field)0x0) {\n free(pcVar11);\n }\n else {\n do {\n local_40 = debug_get_field_type(minfo->dhandle,field);\n if (local_40 == (debug_type_conflict)0x0) {\n free(pcVar11);\n return 0;\n }\n __s1 = debug_get_type_name(minfo->dhandle,local_40);\n if ((__s1 != (char *)0x0) && (iVar10 = strcmp(__s1,pcVar11), iVar10 == 0)) {\n free(pcVar11);\n *pp = *pp + len;\n goto LAB_0002305b;\n }\n ppdVar8 = ppdVar8 + 1;\n field = *ppdVar8;\n } while (field != (debug_field)0x0);\n free(pcVar11);\n }\n }" if (parenthesized_expression "((local_40 != (debug_type_conflict)0x0) &&\n (ppdVar8 = debug_get_fields(minfo->dhandle,local_40), ppdVar8 != (debug_field *)0x0))" ( (binary_expression "(local_40 != (debug_type_conflict)0x0) &&\n (ppdVar8 = debug_get_fields(minfo->dhandle,local_40), ppdVar8 != (debug_field *)0x0)" (parenthesized_expression "(local_40 != (debug_type_conflict)0x0)" ( (binary_expression "local_40 != (debug_type_conflict)0x0" identifier != (cast_expression "(debug_type_conflict)0x0" ( (type_descriptor "debug_type_conflict" type_identifier) ) number_literal)) )) && (parenthesized_expression "(ppdVar8 = debug_get_fields(minfo->dhandle,local_40), ppdVar8 != (debug_field *)0x0)" ( (comma_expression "ppdVar8 = debug_get_fields(minfo->dhandle,local_40), ppdVar8 != (debug_field *)0x0" (assignment_expression "ppdVar8 = debug_get_fields(minfo->dhandle,local_40)" identifier = (call_expression "debug_get_fields(minfo->dhandle,local_40)" identifier (argument_list "(minfo->dhandle,local_40)" ( (field_expression "minfo->dhandle" identifier -> field_identifier) , identifier )))) , (binary_expression "ppdVar8 != (debug_field *)0x0" identifier != (cast_expression "(debug_field *)0x0" ( (type_descriptor "debug_field *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal))) ))) )) (compound_statement "{\n pcVar11 = savestring(*pp,len);\n field = *ppdVar8;\n if (field == (debug_field)0x0) {\n free(pcVar11);\n }\n else {\n do {\n local_40 = debug_get_field_type(minfo->dhandle,field);\n if (local_40 == (debug_type_conflict)0x0) {\n free(pcVar11);\n return 0;\n }\n __s1 = debug_get_type_name(minfo->dhandle,local_40);\n if ((__s1 != (char *)0x0) && (iVar10 = strcmp(__s1,pcVar11), iVar10 == 0)) {\n free(pcVar11);\n *pp = *pp + len;\n goto LAB_0002305b;\n }\n ppdVar8 = ppdVar8 + 1;\n field = *ppdVar8;\n } while (field != (debug_field)0x0);\n free(pcVar11);\n }\n }" { (expression_statement "pcVar11 = savestring(*pp,len);" (assignment_expression "pcVar11 = savestring(*pp,len)" identifier = (call_expression "savestring(*pp,len)" identifier (argument_list "(*pp,len)" ( (pointer_expression "*pp" * identifier) , identifier )))) ;) (expression_statement "field = *ppdVar8;" (assignment_expression "field = *ppdVar8" identifier = (pointer_expression "*ppdVar8" * identifier)) ;) (if_statement "if (field == (debug_field)0x0) {\n free(pcVar11);\n }\n else {\n do {\n local_40 = debug_get_field_type(minfo->dhandle,field);\n if (local_40 == (debug_type_conflict)0x0) {\n free(pcVar11);\n return 0;\n }\n __s1 = debug_get_type_name(minfo->dhandle,local_40);\n if ((__s1 != (char *)0x0) && (iVar10 = strcmp(__s1,pcVar11), iVar10 == 0)) {\n free(pcVar11);\n *pp = *pp + len;\n goto LAB_0002305b;\n }\n ppdVar8 = ppdVar8 + 1;\n field = *ppdVar8;\n } while (field != (debug_field)0x0);\n free(pcVar11);\n }" if (parenthesized_expression "(field == (debug_field)0x0)" ( (binary_expression "field == (debug_field)0x0" identifier == (cast_expression "(debug_field)0x0" ( (type_descriptor "debug_field" type_identifier) ) number_literal)) )) (compound_statement "{\n free(pcVar11);\n }" { (expression_statement "free(pcVar11);" (call_expression "free(pcVar11)" identifier (argument_list "(pcVar11)" ( identifier ))) ;) }) (else_clause "else {\n do {\n local_40 = debug_get_field_type(minfo->dhandle,field);\n if (local_40 == (debug_type_conflict)0x0) {\n free(pcVar11);\n return 0;\n }\n __s1 = debug_get_type_name(minfo->dhandle,local_40);\n if ((__s1 != (char *)0x0) && (iVar10 = strcmp(__s1,pcVar11), iVar10 == 0)) {\n free(pcVar11);\n *pp = *pp + len;\n goto LAB_0002305b;\n }\n ppdVar8 = ppdVar8 + 1;\n field = *ppdVar8;\n } while (field != (debug_field)0x0);\n free(pcVar11);\n }" else (compound_statement "{\n do {\n local_40 = debug_get_field_type(minfo->dhandle,field);\n if (local_40 == (debug_type_conflict)0x0) {\n free(pcVar11);\n return 0;\n }\n __s1 = debug_get_type_name(minfo->dhandle,local_40);\n if ((__s1 != (char *)0x0) && (iVar10 = strcmp(__s1,pcVar11), iVar10 == 0)) {\n free(pcVar11);\n *pp = *pp + len;\n goto LAB_0002305b;\n }\n ppdVar8 = ppdVar8 + 1;\n field = *ppdVar8;\n } while (field != (debug_field)0x0);\n free(pcVar11);\n }" { (do_statement "do {\n local_40 = debug_get_field_type(minfo->dhandle,field);\n if (local_40 == (debug_type_conflict)0x0) {\n free(pcVar11);\n return 0;\n }\n __s1 = debug_get_type_name(minfo->dhandle,local_40);\n if ((__s1 != (char *)0x0) && (iVar10 = strcmp(__s1,pcVar11), iVar10 == 0)) {\n free(pcVar11);\n *pp = *pp + len;\n goto LAB_0002305b;\n }\n ppdVar8 = ppdVar8 + 1;\n field = *ppdVar8;\n } while (field != (debug_field)0x0);" do (compound_statement "{\n local_40 = debug_get_field_type(minfo->dhandle,field);\n if (local_40 == (debug_type_conflict)0x0) {\n free(pcVar11);\n return 0;\n }\n __s1 = debug_get_type_name(minfo->dhandle,local_40);\n if ((__s1 != (char *)0x0) && (iVar10 = strcmp(__s1,pcVar11), iVar10 == 0)) {\n free(pcVar11);\n *pp = *pp + len;\n goto LAB_0002305b;\n }\n ppdVar8 = ppdVar8 + 1;\n field = *ppdVar8;\n }" { (expression_statement "local_40 = debug_get_field_type(minfo->dhandle,field);" (assignment_expression "local_40 = debug_get_field_type(minfo->dhandle,field)" identifier = (call_expression "debug_get_field_type(minfo->dhandle,field)" identifier (argument_list "(minfo->dhandle,field)" ( (field_expression "minfo->dhandle" identifier -> field_identifier) , identifier )))) ;) (if_statement "if (local_40 == (debug_type_conflict)0x0) {\n free(pcVar11);\n return 0;\n }" if (parenthesized_expression "(local_40 == (debug_type_conflict)0x0)" ( (binary_expression "local_40 == (debug_type_conflict)0x0" identifier == (cast_expression "(debug_type_conflict)0x0" ( (type_descriptor "debug_type_conflict" type_identifier) ) number_literal)) )) (compound_statement "{\n free(pcVar11);\n return 0;\n }" { (expression_statement "free(pcVar11);" (call_expression "free(pcVar11)" identifier (argument_list "(pcVar11)" ( identifier ))) ;) (return_statement "return 0;" return number_literal ;) })) (expression_statement "__s1 = debug_get_type_name(minfo->dhandle,local_40);" (assignment_expression "__s1 = debug_get_type_name(minfo->dhandle,local_40)" identifier = (call_expression "debug_get_type_name(minfo->dhandle,local_40)" identifier (argument_list "(minfo->dhandle,local_40)" ( (field_expression "minfo->dhandle" identifier -> field_identifier) , identifier )))) ;) (if_statement "if ((__s1 != (char *)0x0) && (iVar10 = strcmp(__s1,pcVar11), iVar10 == 0)) {\n free(pcVar11);\n *pp = *pp + len;\n goto LAB_0002305b;\n }" if (parenthesized_expression "((__s1 != (char *)0x0) && (iVar10 = strcmp(__s1,pcVar11), iVar10 == 0))" ( (binary_expression "(__s1 != (char *)0x0) && (iVar10 = strcmp(__s1,pcVar11), iVar10 == 0)" (parenthesized_expression "(__s1 != (char *)0x0)" ( (binary_expression "__s1 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(iVar10 = strcmp(__s1,pcVar11), iVar10 == 0)" ( (comma_expression "iVar10 = strcmp(__s1,pcVar11), iVar10 == 0" (assignment_expression "iVar10 = strcmp(__s1,pcVar11)" identifier = (call_expression "strcmp(__s1,pcVar11)" identifier (argument_list "(__s1,pcVar11)" ( identifier , identifier )))) , (binary_expression "iVar10 == 0" identifier == number_literal)) ))) )) (compound_statement "{\n free(pcVar11);\n *pp = *pp + len;\n goto LAB_0002305b;\n }" { (expression_statement "free(pcVar11);" (call_expression "free(pcVar11)" identifier (argument_list "(pcVar11)" ( identifier ))) ;) (expression_statement "*pp = *pp + len;" (assignment_expression "*pp = *pp + len" (pointer_expression "*pp" * identifier) = (binary_expression "*pp + len" (pointer_expression "*pp" * identifier) + identifier)) ;) (goto_statement "goto LAB_0002305b;" goto statement_identifier ;) })) (expression_statement "ppdVar8 = ppdVar8 + 1;" (assignment_expression "ppdVar8 = ppdVar8 + 1" identifier = (binary_expression "ppdVar8 + 1" identifier + number_literal)) ;) (expression_statement "field = *ppdVar8;" (assignment_expression "field = *ppdVar8" identifier = (pointer_expression "*ppdVar8" * identifier)) ;) }) while (parenthesized_expression "(field != (debug_field)0x0)" ( (binary_expression "field != (debug_field)0x0" identifier != (cast_expression "(debug_field)0x0" ( (type_descriptor "debug_field" type_identifier) ) number_literal)) )) ;) (expression_statement "free(pcVar11);" (call_expression "free(pcVar11)" identifier (argument_list "(pcVar11)" ( identifier ))) ;) }))) })) (expression_statement "kind = DEBUG_KIND_CLASS;" (assignment_expression "kind = DEBUG_KIND_CLASS" identifier = identifier) ;) (if_statement "if (local_4c == 1) {\n pcVar11 = savestring(*pp,len);\n local_40 = debug_find_named_type(minfo->dhandle,pcVar11);\n free(pcVar11);\n if (local_40 != (debug_type_conflict)0x0) goto LAB_0002313e;\n kind = DEBUG_KIND_ILLEGAL;\n }" if (parenthesized_expression "(local_4c == 1)" ( (binary_expression "local_4c == 1" identifier == number_literal) )) (compound_statement "{\n pcVar11 = savestring(*pp,len);\n local_40 = debug_find_named_type(minfo->dhandle,pcVar11);\n free(pcVar11);\n if (local_40 != (debug_type_conflict)0x0) goto LAB_0002313e;\n kind = DEBUG_KIND_ILLEGAL;\n }" { (expression_statement "pcVar11 = savestring(*pp,len);" (assignment_expression "pcVar11 = savestring(*pp,len)" identifier = (call_expression "savestring(*pp,len)" identifier (argument_list "(*pp,len)" ( (pointer_expression "*pp" * identifier) , identifier )))) ;) (expression_statement "local_40 = debug_find_named_type(minfo->dhandle,pcVar11);" (assignment_expression "local_40 = debug_find_named_type(minfo->dhandle,pcVar11)" identifier = (call_expression "debug_find_named_type(minfo->dhandle,pcVar11)" identifier (argument_list "(minfo->dhandle,pcVar11)" ( (field_expression "minfo->dhandle" identifier -> field_identifier) , identifier )))) ;) (expression_statement "free(pcVar11);" (call_expression "free(pcVar11)" identifier (argument_list "(pcVar11)" ( identifier ))) ;) (if_statement "if (local_40 != (debug_type_conflict)0x0) goto LAB_0002313e;" if (parenthesized_expression "(local_40 != (debug_type_conflict)0x0)" ( (binary_expression "local_40 != (debug_type_conflict)0x0" identifier != (cast_expression "(debug_type_conflict)0x0" ( (type_descriptor "debug_type_conflict" type_identifier) ) number_literal)) )) (goto_statement "goto LAB_0002313e;" goto statement_identifier ;)) (expression_statement "kind = DEBUG_KIND_ILLEGAL;" (assignment_expression "kind = DEBUG_KIND_ILLEGAL" identifier = identifier) ;) })) (expression_statement "local_40 = stab_find_tagged_type\n (minfo->dhandle,(stab_handle *)&minfo->info->tags,*pp,len,kind);" (assignment_expression "local_40 = stab_find_tagged_type\n (minfo->dhandle,(stab_handle *)&minfo->info->tags,*pp,len,kind)" identifier = (call_expression "stab_find_tagged_type\n (minfo->dhandle,(stab_handle *)&minfo->info->tags,*pp,len,kind)" identifier (argument_list "(minfo->dhandle,(stab_handle *)&minfo->info->tags,*pp,len,kind)" ( (field_expression "minfo->dhandle" identifier -> field_identifier) , (cast_expression "(stab_handle *)&minfo->info->tags" ( (type_descriptor "stab_handle *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&minfo->info->tags" & (field_expression "minfo->info->tags" (field_expression "minfo->info" identifier -> field_identifier) -> field_identifier))) , (pointer_expression "*pp" * identifier) , identifier , identifier )))) ;) (if_statement "if (local_40 == (debug_type)0x0) {\n return 0;\n }" if (parenthesized_expression "(local_40 == (debug_type)0x0)" ( (binary_expression "local_40 == (debug_type)0x0" identifier == (cast_expression "(debug_type)0x0" ( (type_descriptor "debug_type" type_identifier) ) number_literal)) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) })) (labeled_statement "LAB_0002313e:\n *pp = *pp + len;" statement_identifier : (expression_statement "*pp = *pp + len;" (assignment_expression "*pp = *pp + len" (pointer_expression "*pp" * identifier) = (binary_expression "*pp + len" (pointer_expression "*pp" * identifier) + identifier)) ;)) }))) (labeled_statement "LAB_0002305b:\n local_4c = local_4c + -1;" statement_identifier : (expression_statement "local_4c = local_4c + -1;" (assignment_expression "local_4c = local_4c + -1" identifier = (binary_expression "local_4c + -1" identifier + number_literal)) ;)) }) while (parenthesized_expression "( true )" ( true )) ;) })) (if_statement "if (((cVar1 == '_') && ((PTR__sch_istable_0003ffb4[(uint)(byte)s[2] * 2] & 4) != 0)) &&\n (s[2] != 0x30)) {\n pbVar13 = (byte *)(s + 2);\n local_4c = strtol((char *)pbVar13,(char **)0x0,10);\n bVar2 = s[2];\n bVar3 = puVar5[(uint)bVar2 * 2];\n while ((bVar3 & 4) != 0) {\n pbVar13 = pbVar13 + 1;\n bVar2 = *pbVar13;\n bVar3 = puVar5[(uint)bVar2 * 2];\n }\n if (bVar2 == 0x5f) {\n *pp = (char *)(pbVar13 + 1);\n goto LAB_00022fd2;\n }\n }" if (parenthesized_expression "(((cVar1 == '_') && ((PTR__sch_istable_0003ffb4[(uint)(byte)s[2] * 2] & 4) != 0)) &&\n (s[2] != 0x30))" ( (binary_expression "((cVar1 == '_') && ((PTR__sch_istable_0003ffb4[(uint)(byte)s[2] * 2] & 4) != 0)) &&\n (s[2] != 0x30)" (parenthesized_expression "((cVar1 == '_') && ((PTR__sch_istable_0003ffb4[(uint)(byte)s[2] * 2] & 4) != 0))" ( (binary_expression "(cVar1 == '_') && ((PTR__sch_istable_0003ffb4[(uint)(byte)s[2] * 2] & 4) != 0)" (parenthesized_expression "(cVar1 == '_')" ( (binary_expression "cVar1 == '_'" identifier == (char_literal "'_'" ' character ')) )) && (parenthesized_expression "((PTR__sch_istable_0003ffb4[(uint)(byte)s[2] * 2] & 4) != 0)" ( (binary_expression "(PTR__sch_istable_0003ffb4[(uint)(byte)s[2] * 2] & 4) != 0" (parenthesized_expression "(PTR__sch_istable_0003ffb4[(uint)(byte)s[2] * 2] & 4)" ( (binary_expression "PTR__sch_istable_0003ffb4[(uint)(byte)s[2] * 2] & 4" (subscript_expression "PTR__sch_istable_0003ffb4[(uint)(byte)s[2] * 2]" identifier [ (binary_expression "(uint)(byte)s[2] * 2" (cast_expression "(uint)(byte)s[2]" ( (type_descriptor "uint" type_identifier) ) (cast_expression "(byte)s[2]" ( (type_descriptor "byte" type_identifier) ) (subscript_expression "s[2]" identifier [ number_literal ]))) * number_literal) ]) & number_literal) )) != number_literal) ))) )) && (parenthesized_expression "(s[2] != 0x30)" ( (binary_expression "s[2] != 0x30" (subscript_expression "s[2]" identifier [ number_literal ]) != number_literal) ))) )) (compound_statement "{\n pbVar13 = (byte *)(s + 2);\n local_4c = strtol((char *)pbVar13,(char **)0x0,10);\n bVar2 = s[2];\n bVar3 = puVar5[(uint)bVar2 * 2];\n while ((bVar3 & 4) != 0) {\n pbVar13 = pbVar13 + 1;\n bVar2 = *pbVar13;\n bVar3 = puVar5[(uint)bVar2 * 2];\n }\n if (bVar2 == 0x5f) {\n *pp = (char *)(pbVar13 + 1);\n goto LAB_00022fd2;\n }\n }" { (expression_statement "pbVar13 = (byte *)(s + 2);" (assignment_expression "pbVar13 = (byte *)(s + 2)" identifier = (cast_expression "(byte *)(s + 2)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(s + 2)" ( (binary_expression "s + 2" identifier + number_literal) )))) ;) (expression_statement "local_4c = strtol((char *)pbVar13,(char **)0x0,10);" (assignment_expression "local_4c = strtol((char *)pbVar13,(char **)0x0,10)" identifier = (call_expression "strtol((char *)pbVar13,(char **)0x0,10)" identifier (argument_list "((char *)pbVar13,(char **)0x0,10)" ( (cast_expression "(char *)pbVar13" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) , (cast_expression "(char **)0x0" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) number_literal) , number_literal )))) ;) (expression_statement "bVar2 = s[2];" (assignment_expression "bVar2 = s[2]" identifier = (subscript_expression "s[2]" identifier [ number_literal ])) ;) (expression_statement "bVar3 = puVar5[(uint)bVar2 * 2];" (assignment_expression "bVar3 = puVar5[(uint)bVar2 * 2]" identifier = (subscript_expression "puVar5[(uint)bVar2 * 2]" identifier [ (binary_expression "(uint)bVar2 * 2" (cast_expression "(uint)bVar2" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal) ])) ;) (while_statement "while ((bVar3 & 4) != 0) {\n pbVar13 = pbVar13 + 1;\n bVar2 = *pbVar13;\n bVar3 = puVar5[(uint)bVar2 * 2];\n }" while (parenthesized_expression "((bVar3 & 4) != 0)" ( (binary_expression "(bVar3 & 4) != 0" (parenthesized_expression "(bVar3 & 4)" ( (binary_expression "bVar3 & 4" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n pbVar13 = pbVar13 + 1;\n bVar2 = *pbVar13;\n bVar3 = puVar5[(uint)bVar2 * 2];\n }" { (expression_statement "pbVar13 = pbVar13 + 1;" (assignment_expression "pbVar13 = pbVar13 + 1" identifier = (binary_expression "pbVar13 + 1" identifier + number_literal)) ;) (expression_statement "bVar2 = *pbVar13;" (assignment_expression "bVar2 = *pbVar13" identifier = (pointer_expression "*pbVar13" * identifier)) ;) (expression_statement "bVar3 = puVar5[(uint)bVar2 * 2];" (assignment_expression "bVar3 = puVar5[(uint)bVar2 * 2]" identifier = (subscript_expression "puVar5[(uint)bVar2 * 2]" identifier [ (binary_expression "(uint)bVar2 * 2" (cast_expression "(uint)bVar2" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal) ])) ;) })) (if_statement "if (bVar2 == 0x5f) {\n *pp = (char *)(pbVar13 + 1);\n goto LAB_00022fd2;\n }" if (parenthesized_expression "(bVar2 == 0x5f)" ( (binary_expression "bVar2 == 0x5f" identifier == number_literal) )) (compound_statement "{\n *pp = (char *)(pbVar13 + 1);\n goto LAB_00022fd2;\n }" { (expression_statement "*pp = (char *)(pbVar13 + 1);" (assignment_expression "*pp = (char *)(pbVar13 + 1)" (pointer_expression "*pp" * identifier) = (cast_expression "(char *)(pbVar13 + 1)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pbVar13 + 1)" ( (binary_expression "pbVar13 + 1" identifier + number_literal) )))) ;) (goto_statement "goto LAB_00022fd2;" goto statement_identifier ;) })) })) })) (labeled_statement "LAB_00022fa0:\n stab_bad_demangle(s);" statement_identifier : (expression_statement "stab_bad_demangle(s);" (call_expression "stab_bad_demangle(s)" identifier (argument_list "(s)" ( identifier ))) ;)) (return_statement "return 0;" return number_literal ;) })))
(translation_unit "undefined4 __regparm3 FUN_00022f00(undefined4 *param_1,int *param_2,int *param_3)\n\n{\n char cVar1;\n byte bVar2;\n byte bVar3;\n byte *pbVar4;\n undefined *puVar5;\n size_t sVar6;\n int *piVar7;\n undefined4 uVar8;\n char *__s2;\n char *__s1;\n int iVar9;\n void *__ptr;\n uint uVar10;\n byte *pbVar11;\n uint uVar12;\n long local_4c;\n int local_40;\n char *local_20;\n \n puVar5 = PTR__sch_istable_0003ffb4;\n iVar9 = *param_2;\n cVar1 = *(char *)(iVar9 + 1);\n if ('0' < cVar1) {\n if (cVar1 < ':') {\n local_4c = cVar1 + -0x30;\n *param_2 = iVar9 + 2 + (uint)(*(char *)(iVar9 + 2) == '_');\nLAB_00022fd2:\n puVar5 = PTR__sch_istable_0003ffb4;\n local_40 = 0;\n do {\n if (local_4c == 0) {\n if (param_3 == (int *)0x0) {\n return 1;\n }\n *param_3 = local_40;\n return 1;\n }\n pbVar4 = (byte *)*param_2;\n bVar2 = *pbVar4;\n pbVar11 = pbVar4;\n if (bVar2 == 0x5f) {\n pbVar11 = pbVar4 + 1;\n *param_2 = (int)pbVar11;\n bVar2 = pbVar4[1];\n }\n uVar10 = (uint)bVar2;\n if (bVar2 == 0x74) {\n if (param_3 == (int *)0x0) {\n iVar9 = FUN_000228f0();\n }\n else {\n iVar9 = FUN_000228f0();\n if (iVar9 == 0) {\n return 0;\n }\n sVar6 = strlen(local_20);\n local_40 = FUN_00021390(sVar6,9);\n free(local_20);\n iVar9 = local_40;\n }\n if (iVar9 == 0) {\n return 0;\n }\n }\n else {\n uVar12 = 0;\n if ((puVar5[uVar10 * 2] & 4) != 0) {\n uVar12 = 0;\n do {\n pbVar11 = pbVar11 + 1;\n *param_2 = (int)pbVar11;\n uVar12 = (char)uVar10 + -0x30 + uVar12 * 10;\n uVar10 = (uint)*pbVar11;\n } while ((puVar5[uVar10 * 2] & 4) != 0);\n sVar6 = strlen((char *)pbVar11);\n if (sVar6 < uVar12) goto LAB_00022fa0;\n }\n if (param_3 != (int *)0x0) {\n if ((local_40 != 0) &&\n (piVar7 = (int *)FUN_000205d0(*param_1,local_40), piVar7 != (int *)0x0)) {\n __s2 = (char *)FUN_000209e0();\n iVar9 = *piVar7;\n if (iVar9 == 0) {\n free(__s2);\n }\n else {\n do {\n local_40 = FUN_00020610(*param_1,iVar9);\n if (local_40 == 0) {\n free(__s2);\n return 0;\n }\n __s1 = (char *)FUN_00020440(*param_1,local_40);\n if ((__s1 != (char *)0x0) && (iVar9 = strcmp(__s1,__s2), iVar9 == 0)) {\n free(__s2);\n *param_2 = *param_2 + uVar12;\n goto LAB_0002305b;\n }\n piVar7 = piVar7 + 1;\n iVar9 = *piVar7;\n } while (iVar9 != 0);\n free(__s2);\n }\n }\n uVar8 = 9;\n if (local_4c == 1) {\n __ptr = (void *)FUN_000209e0();\n local_40 = FUN_00020230(*param_1,__ptr);\n free(__ptr);\n if (local_40 != 0) goto LAB_0002313e;\n uVar8 = 0;\n }\n local_40 = FUN_00021390(uVar12,uVar8);\n if (local_40 == 0) {\n return 0;\n }\n }\nLAB_0002313e:\n *param_2 = *param_2 + uVar12;\n }\nLAB_0002305b:\n local_4c = local_4c + -1;\n } while( true );\n }\n if (((cVar1 == '_') && ((PTR__sch_istable_0003ffb4[(uint)*(byte *)(iVar9 + 2) * 2] & 4) != 0))\n && (*(byte *)(iVar9 + 2) != 0x30)) {\n pbVar11 = (byte *)(iVar9 + 2);\n local_4c = strtol((char *)pbVar11,(char **)0x0,10);\n bVar2 = *(byte *)(iVar9 + 2);\n bVar3 = puVar5[(uint)bVar2 * 2];\n while ((bVar3 & 4) != 0) {\n pbVar11 = pbVar11 + 1;\n bVar2 = *pbVar11;\n bVar3 = puVar5[(uint)bVar2 * 2];\n }\n if (bVar2 == 0x5f) {\n *param_2 = (int)(pbVar11 + 1);\n goto LAB_00022fd2;\n }\n }\n }\nLAB_00022fa0:\n FUN_000208f0();\n return 0;\n}\n\n" (function_definition "undefined4 __regparm3 FUN_00022f00(undefined4 *param_1,int *param_2,int *param_3)\n\n{\n char cVar1;\n byte bVar2;\n byte bVar3;\n byte *pbVar4;\n undefined *puVar5;\n size_t sVar6;\n int *piVar7;\n undefined4 uVar8;\n char *__s2;\n char *__s1;\n int iVar9;\n void *__ptr;\n uint uVar10;\n byte *pbVar11;\n uint uVar12;\n long local_4c;\n int local_40;\n char *local_20;\n \n puVar5 = PTR__sch_istable_0003ffb4;\n iVar9 = *param_2;\n cVar1 = *(char *)(iVar9 + 1);\n if ('0' < cVar1) {\n if (cVar1 < ':') {\n local_4c = cVar1 + -0x30;\n *param_2 = iVar9 + 2 + (uint)(*(char *)(iVar9 + 2) == '_');\nLAB_00022fd2:\n puVar5 = PTR__sch_istable_0003ffb4;\n local_40 = 0;\n do {\n if (local_4c == 0) {\n if (param_3 == (int *)0x0) {\n return 1;\n }\n *param_3 = local_40;\n return 1;\n }\n pbVar4 = (byte *)*param_2;\n bVar2 = *pbVar4;\n pbVar11 = pbVar4;\n if (bVar2 == 0x5f) {\n pbVar11 = pbVar4 + 1;\n *param_2 = (int)pbVar11;\n bVar2 = pbVar4[1];\n }\n uVar10 = (uint)bVar2;\n if (bVar2 == 0x74) {\n if (param_3 == (int *)0x0) {\n iVar9 = FUN_000228f0();\n }\n else {\n iVar9 = FUN_000228f0();\n if (iVar9 == 0) {\n return 0;\n }\n sVar6 = strlen(local_20);\n local_40 = FUN_00021390(sVar6,9);\n free(local_20);\n iVar9 = local_40;\n }\n if (iVar9 == 0) {\n return 0;\n }\n }\n else {\n uVar12 = 0;\n if ((puVar5[uVar10 * 2] & 4) != 0) {\n uVar12 = 0;\n do {\n pbVar11 = pbVar11 + 1;\n *param_2 = (int)pbVar11;\n uVar12 = (char)uVar10 + -0x30 + uVar12 * 10;\n uVar10 = (uint)*pbVar11;\n } while ((puVar5[uVar10 * 2] & 4) != 0);\n sVar6 = strlen((char *)pbVar11);\n if (sVar6 < uVar12) goto LAB_00022fa0;\n }\n if (param_3 != (int *)0x0) {\n if ((local_40 != 0) &&\n (piVar7 = (int *)FUN_000205d0(*param_1,local_40), piVar7 != (int *)0x0)) {\n __s2 = (char *)FUN_000209e0();\n iVar9 = *piVar7;\n if (iVar9 == 0) {\n free(__s2);\n }\n else {\n do {\n local_40 = FUN_00020610(*param_1,iVar9);\n if (local_40 == 0) {\n free(__s2);\n return 0;\n }\n __s1 = (char *)FUN_00020440(*param_1,local_40);\n if ((__s1 != (char *)0x0) && (iVar9 = strcmp(__s1,__s2), iVar9 == 0)) {\n free(__s2);\n *param_2 = *param_2 + uVar12;\n goto LAB_0002305b;\n }\n piVar7 = piVar7 + 1;\n iVar9 = *piVar7;\n } while (iVar9 != 0);\n free(__s2);\n }\n }\n uVar8 = 9;\n if (local_4c == 1) {\n __ptr = (void *)FUN_000209e0();\n local_40 = FUN_00020230(*param_1,__ptr);\n free(__ptr);\n if (local_40 != 0) goto LAB_0002313e;\n uVar8 = 0;\n }\n local_40 = FUN_00021390(uVar12,uVar8);\n if (local_40 == 0) {\n return 0;\n }\n }\nLAB_0002313e:\n *param_2 = *param_2 + uVar12;\n }\nLAB_0002305b:\n local_4c = local_4c + -1;\n } while( true );\n }\n if (((cVar1 == '_') && ((PTR__sch_istable_0003ffb4[(uint)*(byte *)(iVar9 + 2) * 2] & 4) != 0))\n && (*(byte *)(iVar9 + 2) != 0x30)) {\n pbVar11 = (byte *)(iVar9 + 2);\n local_4c = strtol((char *)pbVar11,(char **)0x0,10);\n bVar2 = *(byte *)(iVar9 + 2);\n bVar3 = puVar5[(uint)bVar2 * 2];\n while ((bVar3 & 4) != 0) {\n pbVar11 = pbVar11 + 1;\n bVar2 = *pbVar11;\n bVar3 = puVar5[(uint)bVar2 * 2];\n }\n if (bVar2 == 0x5f) {\n *param_2 = (int)(pbVar11 + 1);\n goto LAB_00022fd2;\n }\n }\n }\nLAB_00022fa0:\n FUN_000208f0();\n return 0;\n}" type_identifier (ERROR "__regparm3" identifier) (function_declarator "FUN_00022f00(undefined4 *param_1,int *param_2,int *param_3)" identifier (parameter_list "(undefined4 *param_1,int *param_2,int *param_3)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "int *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "int *param_3" primitive_type (pointer_declarator "*param_3" * identifier)) ))) (compound_statement "{\n char cVar1;\n byte bVar2;\n byte bVar3;\n byte *pbVar4;\n undefined *puVar5;\n size_t sVar6;\n int *piVar7;\n undefined4 uVar8;\n char *__s2;\n char *__s1;\n int iVar9;\n void *__ptr;\n uint uVar10;\n byte *pbVar11;\n uint uVar12;\n long local_4c;\n int local_40;\n char *local_20;\n \n puVar5 = PTR__sch_istable_0003ffb4;\n iVar9 = *param_2;\n cVar1 = *(char *)(iVar9 + 1);\n if ('0' < cVar1) {\n if (cVar1 < ':') {\n local_4c = cVar1 + -0x30;\n *param_2 = iVar9 + 2 + (uint)(*(char *)(iVar9 + 2) == '_');\nLAB_00022fd2:\n puVar5 = PTR__sch_istable_0003ffb4;\n local_40 = 0;\n do {\n if (local_4c == 0) {\n if (param_3 == (int *)0x0) {\n return 1;\n }\n *param_3 = local_40;\n return 1;\n }\n pbVar4 = (byte *)*param_2;\n bVar2 = *pbVar4;\n pbVar11 = pbVar4;\n if (bVar2 == 0x5f) {\n pbVar11 = pbVar4 + 1;\n *param_2 = (int)pbVar11;\n bVar2 = pbVar4[1];\n }\n uVar10 = (uint)bVar2;\n if (bVar2 == 0x74) {\n if (param_3 == (int *)0x0) {\n iVar9 = FUN_000228f0();\n }\n else {\n iVar9 = FUN_000228f0();\n if (iVar9 == 0) {\n return 0;\n }\n sVar6 = strlen(local_20);\n local_40 = FUN_00021390(sVar6,9);\n free(local_20);\n iVar9 = local_40;\n }\n if (iVar9 == 0) {\n return 0;\n }\n }\n else {\n uVar12 = 0;\n if ((puVar5[uVar10 * 2] & 4) != 0) {\n uVar12 = 0;\n do {\n pbVar11 = pbVar11 + 1;\n *param_2 = (int)pbVar11;\n uVar12 = (char)uVar10 + -0x30 + uVar12 * 10;\n uVar10 = (uint)*pbVar11;\n } while ((puVar5[uVar10 * 2] & 4) != 0);\n sVar6 = strlen((char *)pbVar11);\n if (sVar6 < uVar12) goto LAB_00022fa0;\n }\n if (param_3 != (int *)0x0) {\n if ((local_40 != 0) &&\n (piVar7 = (int *)FUN_000205d0(*param_1,local_40), piVar7 != (int *)0x0)) {\n __s2 = (char *)FUN_000209e0();\n iVar9 = *piVar7;\n if (iVar9 == 0) {\n free(__s2);\n }\n else {\n do {\n local_40 = FUN_00020610(*param_1,iVar9);\n if (local_40 == 0) {\n free(__s2);\n return 0;\n }\n __s1 = (char *)FUN_00020440(*param_1,local_40);\n if ((__s1 != (char *)0x0) && (iVar9 = strcmp(__s1,__s2), iVar9 == 0)) {\n free(__s2);\n *param_2 = *param_2 + uVar12;\n goto LAB_0002305b;\n }\n piVar7 = piVar7 + 1;\n iVar9 = *piVar7;\n } while (iVar9 != 0);\n free(__s2);\n }\n }\n uVar8 = 9;\n if (local_4c == 1) {\n __ptr = (void *)FUN_000209e0();\n local_40 = FUN_00020230(*param_1,__ptr);\n free(__ptr);\n if (local_40 != 0) goto LAB_0002313e;\n uVar8 = 0;\n }\n local_40 = FUN_00021390(uVar12,uVar8);\n if (local_40 == 0) {\n return 0;\n }\n }\nLAB_0002313e:\n *param_2 = *param_2 + uVar12;\n }\nLAB_0002305b:\n local_4c = local_4c + -1;\n } while( true );\n }\n if (((cVar1 == '_') && ((PTR__sch_istable_0003ffb4[(uint)*(byte *)(iVar9 + 2) * 2] & 4) != 0))\n && (*(byte *)(iVar9 + 2) != 0x30)) {\n pbVar11 = (byte *)(iVar9 + 2);\n local_4c = strtol((char *)pbVar11,(char **)0x0,10);\n bVar2 = *(byte *)(iVar9 + 2);\n bVar3 = puVar5[(uint)bVar2 * 2];\n while ((bVar3 & 4) != 0) {\n pbVar11 = pbVar11 + 1;\n bVar2 = *pbVar11;\n bVar3 = puVar5[(uint)bVar2 * 2];\n }\n if (bVar2 == 0x5f) {\n *param_2 = (int)(pbVar11 + 1);\n goto LAB_00022fd2;\n }\n }\n }\nLAB_00022fa0:\n FUN_000208f0();\n return 0;\n}" { (declaration "char cVar1;" primitive_type identifier ;) (declaration "byte bVar2;" type_identifier identifier ;) (declaration "byte bVar3;" type_identifier identifier ;) (declaration "byte *pbVar4;" type_identifier (pointer_declarator "*pbVar4" * identifier) ;) (declaration "undefined *puVar5;" type_identifier (pointer_declarator "*puVar5" * identifier) ;) (declaration "size_t sVar6;" primitive_type identifier ;) (declaration "int *piVar7;" primitive_type (pointer_declarator "*piVar7" * identifier) ;) (declaration "undefined4 uVar8;" type_identifier identifier ;) (declaration "char *__s2;" primitive_type (pointer_declarator "*__s2" * identifier) ;) (declaration "char *__s1;" primitive_type (pointer_declarator "*__s1" * identifier) ;) (declaration "int iVar9;" primitive_type identifier ;) (declaration "void *__ptr;" primitive_type (pointer_declarator "*__ptr" * identifier) ;) (declaration "uint uVar10;" type_identifier identifier ;) (declaration "byte *pbVar11;" type_identifier (pointer_declarator "*pbVar11" * identifier) ;) (declaration "uint uVar12;" type_identifier identifier ;) (declaration "long local_4c;" (sized_type_specifier "long" long) identifier ;) (declaration "int local_40;" primitive_type identifier ;) (declaration "char *local_20;" primitive_type (pointer_declarator "*local_20" * identifier) ;) (expression_statement "puVar5 = PTR__sch_istable_0003ffb4;" (assignment_expression "puVar5 = PTR__sch_istable_0003ffb4" identifier = identifier) ;) (expression_statement "iVar9 = *param_2;" (assignment_expression "iVar9 = *param_2" identifier = (pointer_expression "*param_2" * identifier)) ;) (expression_statement "cVar1 = *(char *)(iVar9 + 1);" (assignment_expression "cVar1 = *(char *)(iVar9 + 1)" identifier = (pointer_expression "*(char *)(iVar9 + 1)" * (cast_expression "(char *)(iVar9 + 1)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + 1)" ( (binary_expression "iVar9 + 1" identifier + number_literal) ))))) ;) (if_statement "if ('0' < cVar1) {\n if (cVar1 < ':') {\n local_4c = cVar1 + -0x30;\n *param_2 = iVar9 + 2 + (uint)(*(char *)(iVar9 + 2) == '_');\nLAB_00022fd2:\n puVar5 = PTR__sch_istable_0003ffb4;\n local_40 = 0;\n do {\n if (local_4c == 0) {\n if (param_3 == (int *)0x0) {\n return 1;\n }\n *param_3 = local_40;\n return 1;\n }\n pbVar4 = (byte *)*param_2;\n bVar2 = *pbVar4;\n pbVar11 = pbVar4;\n if (bVar2 == 0x5f) {\n pbVar11 = pbVar4 + 1;\n *param_2 = (int)pbVar11;\n bVar2 = pbVar4[1];\n }\n uVar10 = (uint)bVar2;\n if (bVar2 == 0x74) {\n if (param_3 == (int *)0x0) {\n iVar9 = FUN_000228f0();\n }\n else {\n iVar9 = FUN_000228f0();\n if (iVar9 == 0) {\n return 0;\n }\n sVar6 = strlen(local_20);\n local_40 = FUN_00021390(sVar6,9);\n free(local_20);\n iVar9 = local_40;\n }\n if (iVar9 == 0) {\n return 0;\n }\n }\n else {\n uVar12 = 0;\n if ((puVar5[uVar10 * 2] & 4) != 0) {\n uVar12 = 0;\n do {\n pbVar11 = pbVar11 + 1;\n *param_2 = (int)pbVar11;\n uVar12 = (char)uVar10 + -0x30 + uVar12 * 10;\n uVar10 = (uint)*pbVar11;\n } while ((puVar5[uVar10 * 2] & 4) != 0);\n sVar6 = strlen((char *)pbVar11);\n if (sVar6 < uVar12) goto LAB_00022fa0;\n }\n if (param_3 != (int *)0x0) {\n if ((local_40 != 0) &&\n (piVar7 = (int *)FUN_000205d0(*param_1,local_40), piVar7 != (int *)0x0)) {\n __s2 = (char *)FUN_000209e0();\n iVar9 = *piVar7;\n if (iVar9 == 0) {\n free(__s2);\n }\n else {\n do {\n local_40 = FUN_00020610(*param_1,iVar9);\n if (local_40 == 0) {\n free(__s2);\n return 0;\n }\n __s1 = (char *)FUN_00020440(*param_1,local_40);\n if ((__s1 != (char *)0x0) && (iVar9 = strcmp(__s1,__s2), iVar9 == 0)) {\n free(__s2);\n *param_2 = *param_2 + uVar12;\n goto LAB_0002305b;\n }\n piVar7 = piVar7 + 1;\n iVar9 = *piVar7;\n } while (iVar9 != 0);\n free(__s2);\n }\n }\n uVar8 = 9;\n if (local_4c == 1) {\n __ptr = (void *)FUN_000209e0();\n local_40 = FUN_00020230(*param_1,__ptr);\n free(__ptr);\n if (local_40 != 0) goto LAB_0002313e;\n uVar8 = 0;\n }\n local_40 = FUN_00021390(uVar12,uVar8);\n if (local_40 == 0) {\n return 0;\n }\n }\nLAB_0002313e:\n *param_2 = *param_2 + uVar12;\n }\nLAB_0002305b:\n local_4c = local_4c + -1;\n } while( true );\n }\n if (((cVar1 == '_') && ((PTR__sch_istable_0003ffb4[(uint)*(byte *)(iVar9 + 2) * 2] & 4) != 0))\n && (*(byte *)(iVar9 + 2) != 0x30)) {\n pbVar11 = (byte *)(iVar9 + 2);\n local_4c = strtol((char *)pbVar11,(char **)0x0,10);\n bVar2 = *(byte *)(iVar9 + 2);\n bVar3 = puVar5[(uint)bVar2 * 2];\n while ((bVar3 & 4) != 0) {\n pbVar11 = pbVar11 + 1;\n bVar2 = *pbVar11;\n bVar3 = puVar5[(uint)bVar2 * 2];\n }\n if (bVar2 == 0x5f) {\n *param_2 = (int)(pbVar11 + 1);\n goto LAB_00022fd2;\n }\n }\n }" if (parenthesized_expression "('0' < cVar1)" ( (binary_expression "'0' < cVar1" (char_literal "'0'" ' character ') < identifier) )) (compound_statement "{\n if (cVar1 < ':') {\n local_4c = cVar1 + -0x30;\n *param_2 = iVar9 + 2 + (uint)(*(char *)(iVar9 + 2) == '_');\nLAB_00022fd2:\n puVar5 = PTR__sch_istable_0003ffb4;\n local_40 = 0;\n do {\n if (local_4c == 0) {\n if (param_3 == (int *)0x0) {\n return 1;\n }\n *param_3 = local_40;\n return 1;\n }\n pbVar4 = (byte *)*param_2;\n bVar2 = *pbVar4;\n pbVar11 = pbVar4;\n if (bVar2 == 0x5f) {\n pbVar11 = pbVar4 + 1;\n *param_2 = (int)pbVar11;\n bVar2 = pbVar4[1];\n }\n uVar10 = (uint)bVar2;\n if (bVar2 == 0x74) {\n if (param_3 == (int *)0x0) {\n iVar9 = FUN_000228f0();\n }\n else {\n iVar9 = FUN_000228f0();\n if (iVar9 == 0) {\n return 0;\n }\n sVar6 = strlen(local_20);\n local_40 = FUN_00021390(sVar6,9);\n free(local_20);\n iVar9 = local_40;\n }\n if (iVar9 == 0) {\n return 0;\n }\n }\n else {\n uVar12 = 0;\n if ((puVar5[uVar10 * 2] & 4) != 0) {\n uVar12 = 0;\n do {\n pbVar11 = pbVar11 + 1;\n *param_2 = (int)pbVar11;\n uVar12 = (char)uVar10 + -0x30 + uVar12 * 10;\n uVar10 = (uint)*pbVar11;\n } while ((puVar5[uVar10 * 2] & 4) != 0);\n sVar6 = strlen((char *)pbVar11);\n if (sVar6 < uVar12) goto LAB_00022fa0;\n }\n if (param_3 != (int *)0x0) {\n if ((local_40 != 0) &&\n (piVar7 = (int *)FUN_000205d0(*param_1,local_40), piVar7 != (int *)0x0)) {\n __s2 = (char *)FUN_000209e0();\n iVar9 = *piVar7;\n if (iVar9 == 0) {\n free(__s2);\n }\n else {\n do {\n local_40 = FUN_00020610(*param_1,iVar9);\n if (local_40 == 0) {\n free(__s2);\n return 0;\n }\n __s1 = (char *)FUN_00020440(*param_1,local_40);\n if ((__s1 != (char *)0x0) && (iVar9 = strcmp(__s1,__s2), iVar9 == 0)) {\n free(__s2);\n *param_2 = *param_2 + uVar12;\n goto LAB_0002305b;\n }\n piVar7 = piVar7 + 1;\n iVar9 = *piVar7;\n } while (iVar9 != 0);\n free(__s2);\n }\n }\n uVar8 = 9;\n if (local_4c == 1) {\n __ptr = (void *)FUN_000209e0();\n local_40 = FUN_00020230(*param_1,__ptr);\n free(__ptr);\n if (local_40 != 0) goto LAB_0002313e;\n uVar8 = 0;\n }\n local_40 = FUN_00021390(uVar12,uVar8);\n if (local_40 == 0) {\n return 0;\n }\n }\nLAB_0002313e:\n *param_2 = *param_2 + uVar12;\n }\nLAB_0002305b:\n local_4c = local_4c + -1;\n } while( true );\n }\n if (((cVar1 == '_') && ((PTR__sch_istable_0003ffb4[(uint)*(byte *)(iVar9 + 2) * 2] & 4) != 0))\n && (*(byte *)(iVar9 + 2) != 0x30)) {\n pbVar11 = (byte *)(iVar9 + 2);\n local_4c = strtol((char *)pbVar11,(char **)0x0,10);\n bVar2 = *(byte *)(iVar9 + 2);\n bVar3 = puVar5[(uint)bVar2 * 2];\n while ((bVar3 & 4) != 0) {\n pbVar11 = pbVar11 + 1;\n bVar2 = *pbVar11;\n bVar3 = puVar5[(uint)bVar2 * 2];\n }\n if (bVar2 == 0x5f) {\n *param_2 = (int)(pbVar11 + 1);\n goto LAB_00022fd2;\n }\n }\n }" { (if_statement "if (cVar1 < ':') {\n local_4c = cVar1 + -0x30;\n *param_2 = iVar9 + 2 + (uint)(*(char *)(iVar9 + 2) == '_');\nLAB_00022fd2:\n puVar5 = PTR__sch_istable_0003ffb4;\n local_40 = 0;\n do {\n if (local_4c == 0) {\n if (param_3 == (int *)0x0) {\n return 1;\n }\n *param_3 = local_40;\n return 1;\n }\n pbVar4 = (byte *)*param_2;\n bVar2 = *pbVar4;\n pbVar11 = pbVar4;\n if (bVar2 == 0x5f) {\n pbVar11 = pbVar4 + 1;\n *param_2 = (int)pbVar11;\n bVar2 = pbVar4[1];\n }\n uVar10 = (uint)bVar2;\n if (bVar2 == 0x74) {\n if (param_3 == (int *)0x0) {\n iVar9 = FUN_000228f0();\n }\n else {\n iVar9 = FUN_000228f0();\n if (iVar9 == 0) {\n return 0;\n }\n sVar6 = strlen(local_20);\n local_40 = FUN_00021390(sVar6,9);\n free(local_20);\n iVar9 = local_40;\n }\n if (iVar9 == 0) {\n return 0;\n }\n }\n else {\n uVar12 = 0;\n if ((puVar5[uVar10 * 2] & 4) != 0) {\n uVar12 = 0;\n do {\n pbVar11 = pbVar11 + 1;\n *param_2 = (int)pbVar11;\n uVar12 = (char)uVar10 + -0x30 + uVar12 * 10;\n uVar10 = (uint)*pbVar11;\n } while ((puVar5[uVar10 * 2] & 4) != 0);\n sVar6 = strlen((char *)pbVar11);\n if (sVar6 < uVar12) goto LAB_00022fa0;\n }\n if (param_3 != (int *)0x0) {\n if ((local_40 != 0) &&\n (piVar7 = (int *)FUN_000205d0(*param_1,local_40), piVar7 != (int *)0x0)) {\n __s2 = (char *)FUN_000209e0();\n iVar9 = *piVar7;\n if (iVar9 == 0) {\n free(__s2);\n }\n else {\n do {\n local_40 = FUN_00020610(*param_1,iVar9);\n if (local_40 == 0) {\n free(__s2);\n return 0;\n }\n __s1 = (char *)FUN_00020440(*param_1,local_40);\n if ((__s1 != (char *)0x0) && (iVar9 = strcmp(__s1,__s2), iVar9 == 0)) {\n free(__s2);\n *param_2 = *param_2 + uVar12;\n goto LAB_0002305b;\n }\n piVar7 = piVar7 + 1;\n iVar9 = *piVar7;\n } while (iVar9 != 0);\n free(__s2);\n }\n }\n uVar8 = 9;\n if (local_4c == 1) {\n __ptr = (void *)FUN_000209e0();\n local_40 = FUN_00020230(*param_1,__ptr);\n free(__ptr);\n if (local_40 != 0) goto LAB_0002313e;\n uVar8 = 0;\n }\n local_40 = FUN_00021390(uVar12,uVar8);\n if (local_40 == 0) {\n return 0;\n }\n }\nLAB_0002313e:\n *param_2 = *param_2 + uVar12;\n }\nLAB_0002305b:\n local_4c = local_4c + -1;\n } while( true );\n }" if (parenthesized_expression "(cVar1 < ':')" ( (binary_expression "cVar1 < ':'" identifier < (char_literal "':'" ' character ')) )) (compound_statement "{\n local_4c = cVar1 + -0x30;\n *param_2 = iVar9 + 2 + (uint)(*(char *)(iVar9 + 2) == '_');\nLAB_00022fd2:\n puVar5 = PTR__sch_istable_0003ffb4;\n local_40 = 0;\n do {\n if (local_4c == 0) {\n if (param_3 == (int *)0x0) {\n return 1;\n }\n *param_3 = local_40;\n return 1;\n }\n pbVar4 = (byte *)*param_2;\n bVar2 = *pbVar4;\n pbVar11 = pbVar4;\n if (bVar2 == 0x5f) {\n pbVar11 = pbVar4 + 1;\n *param_2 = (int)pbVar11;\n bVar2 = pbVar4[1];\n }\n uVar10 = (uint)bVar2;\n if (bVar2 == 0x74) {\n if (param_3 == (int *)0x0) {\n iVar9 = FUN_000228f0();\n }\n else {\n iVar9 = FUN_000228f0();\n if (iVar9 == 0) {\n return 0;\n }\n sVar6 = strlen(local_20);\n local_40 = FUN_00021390(sVar6,9);\n free(local_20);\n iVar9 = local_40;\n }\n if (iVar9 == 0) {\n return 0;\n }\n }\n else {\n uVar12 = 0;\n if ((puVar5[uVar10 * 2] & 4) != 0) {\n uVar12 = 0;\n do {\n pbVar11 = pbVar11 + 1;\n *param_2 = (int)pbVar11;\n uVar12 = (char)uVar10 + -0x30 + uVar12 * 10;\n uVar10 = (uint)*pbVar11;\n } while ((puVar5[uVar10 * 2] & 4) != 0);\n sVar6 = strlen((char *)pbVar11);\n if (sVar6 < uVar12) goto LAB_00022fa0;\n }\n if (param_3 != (int *)0x0) {\n if ((local_40 != 0) &&\n (piVar7 = (int *)FUN_000205d0(*param_1,local_40), piVar7 != (int *)0x0)) {\n __s2 = (char *)FUN_000209e0();\n iVar9 = *piVar7;\n if (iVar9 == 0) {\n free(__s2);\n }\n else {\n do {\n local_40 = FUN_00020610(*param_1,iVar9);\n if (local_40 == 0) {\n free(__s2);\n return 0;\n }\n __s1 = (char *)FUN_00020440(*param_1,local_40);\n if ((__s1 != (char *)0x0) && (iVar9 = strcmp(__s1,__s2), iVar9 == 0)) {\n free(__s2);\n *param_2 = *param_2 + uVar12;\n goto LAB_0002305b;\n }\n piVar7 = piVar7 + 1;\n iVar9 = *piVar7;\n } while (iVar9 != 0);\n free(__s2);\n }\n }\n uVar8 = 9;\n if (local_4c == 1) {\n __ptr = (void *)FUN_000209e0();\n local_40 = FUN_00020230(*param_1,__ptr);\n free(__ptr);\n if (local_40 != 0) goto LAB_0002313e;\n uVar8 = 0;\n }\n local_40 = FUN_00021390(uVar12,uVar8);\n if (local_40 == 0) {\n return 0;\n }\n }\nLAB_0002313e:\n *param_2 = *param_2 + uVar12;\n }\nLAB_0002305b:\n local_4c = local_4c + -1;\n } while( true );\n }" { (expression_statement "local_4c = cVar1 + -0x30;" (assignment_expression "local_4c = cVar1 + -0x30" identifier = (binary_expression "cVar1 + -0x30" identifier + number_literal)) ;) (expression_statement "*param_2 = iVar9 + 2 + (uint)(*(char *)(iVar9 + 2) == '_');" (assignment_expression "*param_2 = iVar9 + 2 + (uint)(*(char *)(iVar9 + 2) == '_')" (pointer_expression "*param_2" * identifier) = (binary_expression "iVar9 + 2 + (uint)(*(char *)(iVar9 + 2) == '_')" (binary_expression "iVar9 + 2" identifier + number_literal) + (call_expression "(uint)(*(char *)(iVar9 + 2) == '_')" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(*(char *)(iVar9 + 2) == '_')" ( (binary_expression "*(char *)(iVar9 + 2) == '_'" (pointer_expression "*(char *)(iVar9 + 2)" * (cast_expression "(char *)(iVar9 + 2)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + 2)" ( (binary_expression "iVar9 + 2" identifier + number_literal) )))) == (char_literal "'_'" ' character ')) ))))) ;) (labeled_statement "LAB_00022fd2:\n puVar5 = PTR__sch_istable_0003ffb4;" statement_identifier : (expression_statement "puVar5 = PTR__sch_istable_0003ffb4;" (assignment_expression "puVar5 = PTR__sch_istable_0003ffb4" identifier = identifier) ;)) (expression_statement "local_40 = 0;" (assignment_expression "local_40 = 0" identifier = number_literal) ;) (do_statement "do {\n if (local_4c == 0) {\n if (param_3 == (int *)0x0) {\n return 1;\n }\n *param_3 = local_40;\n return 1;\n }\n pbVar4 = (byte *)*param_2;\n bVar2 = *pbVar4;\n pbVar11 = pbVar4;\n if (bVar2 == 0x5f) {\n pbVar11 = pbVar4 + 1;\n *param_2 = (int)pbVar11;\n bVar2 = pbVar4[1];\n }\n uVar10 = (uint)bVar2;\n if (bVar2 == 0x74) {\n if (param_3 == (int *)0x0) {\n iVar9 = FUN_000228f0();\n }\n else {\n iVar9 = FUN_000228f0();\n if (iVar9 == 0) {\n return 0;\n }\n sVar6 = strlen(local_20);\n local_40 = FUN_00021390(sVar6,9);\n free(local_20);\n iVar9 = local_40;\n }\n if (iVar9 == 0) {\n return 0;\n }\n }\n else {\n uVar12 = 0;\n if ((puVar5[uVar10 * 2] & 4) != 0) {\n uVar12 = 0;\n do {\n pbVar11 = pbVar11 + 1;\n *param_2 = (int)pbVar11;\n uVar12 = (char)uVar10 + -0x30 + uVar12 * 10;\n uVar10 = (uint)*pbVar11;\n } while ((puVar5[uVar10 * 2] & 4) != 0);\n sVar6 = strlen((char *)pbVar11);\n if (sVar6 < uVar12) goto LAB_00022fa0;\n }\n if (param_3 != (int *)0x0) {\n if ((local_40 != 0) &&\n (piVar7 = (int *)FUN_000205d0(*param_1,local_40), piVar7 != (int *)0x0)) {\n __s2 = (char *)FUN_000209e0();\n iVar9 = *piVar7;\n if (iVar9 == 0) {\n free(__s2);\n }\n else {\n do {\n local_40 = FUN_00020610(*param_1,iVar9);\n if (local_40 == 0) {\n free(__s2);\n return 0;\n }\n __s1 = (char *)FUN_00020440(*param_1,local_40);\n if ((__s1 != (char *)0x0) && (iVar9 = strcmp(__s1,__s2), iVar9 == 0)) {\n free(__s2);\n *param_2 = *param_2 + uVar12;\n goto LAB_0002305b;\n }\n piVar7 = piVar7 + 1;\n iVar9 = *piVar7;\n } while (iVar9 != 0);\n free(__s2);\n }\n }\n uVar8 = 9;\n if (local_4c == 1) {\n __ptr = (void *)FUN_000209e0();\n local_40 = FUN_00020230(*param_1,__ptr);\n free(__ptr);\n if (local_40 != 0) goto LAB_0002313e;\n uVar8 = 0;\n }\n local_40 = FUN_00021390(uVar12,uVar8);\n if (local_40 == 0) {\n return 0;\n }\n }\nLAB_0002313e:\n *param_2 = *param_2 + uVar12;\n }\nLAB_0002305b:\n local_4c = local_4c + -1;\n } while( true );" do (compound_statement "{\n if (local_4c == 0) {\n if (param_3 == (int *)0x0) {\n return 1;\n }\n *param_3 = local_40;\n return 1;\n }\n pbVar4 = (byte *)*param_2;\n bVar2 = *pbVar4;\n pbVar11 = pbVar4;\n if (bVar2 == 0x5f) {\n pbVar11 = pbVar4 + 1;\n *param_2 = (int)pbVar11;\n bVar2 = pbVar4[1];\n }\n uVar10 = (uint)bVar2;\n if (bVar2 == 0x74) {\n if (param_3 == (int *)0x0) {\n iVar9 = FUN_000228f0();\n }\n else {\n iVar9 = FUN_000228f0();\n if (iVar9 == 0) {\n return 0;\n }\n sVar6 = strlen(local_20);\n local_40 = FUN_00021390(sVar6,9);\n free(local_20);\n iVar9 = local_40;\n }\n if (iVar9 == 0) {\n return 0;\n }\n }\n else {\n uVar12 = 0;\n if ((puVar5[uVar10 * 2] & 4) != 0) {\n uVar12 = 0;\n do {\n pbVar11 = pbVar11 + 1;\n *param_2 = (int)pbVar11;\n uVar12 = (char)uVar10 + -0x30 + uVar12 * 10;\n uVar10 = (uint)*pbVar11;\n } while ((puVar5[uVar10 * 2] & 4) != 0);\n sVar6 = strlen((char *)pbVar11);\n if (sVar6 < uVar12) goto LAB_00022fa0;\n }\n if (param_3 != (int *)0x0) {\n if ((local_40 != 0) &&\n (piVar7 = (int *)FUN_000205d0(*param_1,local_40), piVar7 != (int *)0x0)) {\n __s2 = (char *)FUN_000209e0();\n iVar9 = *piVar7;\n if (iVar9 == 0) {\n free(__s2);\n }\n else {\n do {\n local_40 = FUN_00020610(*param_1,iVar9);\n if (local_40 == 0) {\n free(__s2);\n return 0;\n }\n __s1 = (char *)FUN_00020440(*param_1,local_40);\n if ((__s1 != (char *)0x0) && (iVar9 = strcmp(__s1,__s2), iVar9 == 0)) {\n free(__s2);\n *param_2 = *param_2 + uVar12;\n goto LAB_0002305b;\n }\n piVar7 = piVar7 + 1;\n iVar9 = *piVar7;\n } while (iVar9 != 0);\n free(__s2);\n }\n }\n uVar8 = 9;\n if (local_4c == 1) {\n __ptr = (void *)FUN_000209e0();\n local_40 = FUN_00020230(*param_1,__ptr);\n free(__ptr);\n if (local_40 != 0) goto LAB_0002313e;\n uVar8 = 0;\n }\n local_40 = FUN_00021390(uVar12,uVar8);\n if (local_40 == 0) {\n return 0;\n }\n }\nLAB_0002313e:\n *param_2 = *param_2 + uVar12;\n }\nLAB_0002305b:\n local_4c = local_4c + -1;\n }" { (if_statement "if (local_4c == 0) {\n if (param_3 == (int *)0x0) {\n return 1;\n }\n *param_3 = local_40;\n return 1;\n }" if (parenthesized_expression "(local_4c == 0)" ( (binary_expression "local_4c == 0" identifier == number_literal) )) (compound_statement "{\n if (param_3 == (int *)0x0) {\n return 1;\n }\n *param_3 = local_40;\n return 1;\n }" { (if_statement "if (param_3 == (int *)0x0) {\n return 1;\n }" if (parenthesized_expression "(param_3 == (int *)0x0)" ( (binary_expression "param_3 == (int *)0x0" identifier == (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n return 1;\n }" { (return_statement "return 1;" return number_literal ;) })) (expression_statement "*param_3 = local_40;" (assignment_expression "*param_3 = local_40" (pointer_expression "*param_3" * identifier) = identifier) ;) (return_statement "return 1;" return number_literal ;) })) (expression_statement "pbVar4 = (byte *)*param_2;" (assignment_expression "pbVar4 = (byte *)*param_2" identifier = (cast_expression "(byte *)*param_2" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_2" * identifier))) ;) (expression_statement "bVar2 = *pbVar4;" (assignment_expression "bVar2 = *pbVar4" identifier = (pointer_expression "*pbVar4" * identifier)) ;) (expression_statement "pbVar11 = pbVar4;" (assignment_expression "pbVar11 = pbVar4" identifier = identifier) ;) (if_statement "if (bVar2 == 0x5f) {\n pbVar11 = pbVar4 + 1;\n *param_2 = (int)pbVar11;\n bVar2 = pbVar4[1];\n }" if (parenthesized_expression "(bVar2 == 0x5f)" ( (binary_expression "bVar2 == 0x5f" identifier == number_literal) )) (compound_statement "{\n pbVar11 = pbVar4 + 1;\n *param_2 = (int)pbVar11;\n bVar2 = pbVar4[1];\n }" { (expression_statement "pbVar11 = pbVar4 + 1;" (assignment_expression "pbVar11 = pbVar4 + 1" identifier = (binary_expression "pbVar4 + 1" identifier + number_literal)) ;) (expression_statement "*param_2 = (int)pbVar11;" (assignment_expression "*param_2 = (int)pbVar11" (pointer_expression "*param_2" * identifier) = (cast_expression "(int)pbVar11" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "bVar2 = pbVar4[1];" (assignment_expression "bVar2 = pbVar4[1]" identifier = (subscript_expression "pbVar4[1]" identifier [ number_literal ])) ;) })) (expression_statement "uVar10 = (uint)bVar2;" (assignment_expression "uVar10 = (uint)bVar2" identifier = (cast_expression "(uint)bVar2" ( (type_descriptor "uint" type_identifier) ) identifier)) ;) (if_statement "if (bVar2 == 0x74) {\n if (param_3 == (int *)0x0) {\n iVar9 = FUN_000228f0();\n }\n else {\n iVar9 = FUN_000228f0();\n if (iVar9 == 0) {\n return 0;\n }\n sVar6 = strlen(local_20);\n local_40 = FUN_00021390(sVar6,9);\n free(local_20);\n iVar9 = local_40;\n }\n if (iVar9 == 0) {\n return 0;\n }\n }\n else {\n uVar12 = 0;\n if ((puVar5[uVar10 * 2] & 4) != 0) {\n uVar12 = 0;\n do {\n pbVar11 = pbVar11 + 1;\n *param_2 = (int)pbVar11;\n uVar12 = (char)uVar10 + -0x30 + uVar12 * 10;\n uVar10 = (uint)*pbVar11;\n } while ((puVar5[uVar10 * 2] & 4) != 0);\n sVar6 = strlen((char *)pbVar11);\n if (sVar6 < uVar12) goto LAB_00022fa0;\n }\n if (param_3 != (int *)0x0) {\n if ((local_40 != 0) &&\n (piVar7 = (int *)FUN_000205d0(*param_1,local_40), piVar7 != (int *)0x0)) {\n __s2 = (char *)FUN_000209e0();\n iVar9 = *piVar7;\n if (iVar9 == 0) {\n free(__s2);\n }\n else {\n do {\n local_40 = FUN_00020610(*param_1,iVar9);\n if (local_40 == 0) {\n free(__s2);\n return 0;\n }\n __s1 = (char *)FUN_00020440(*param_1,local_40);\n if ((__s1 != (char *)0x0) && (iVar9 = strcmp(__s1,__s2), iVar9 == 0)) {\n free(__s2);\n *param_2 = *param_2 + uVar12;\n goto LAB_0002305b;\n }\n piVar7 = piVar7 + 1;\n iVar9 = *piVar7;\n } while (iVar9 != 0);\n free(__s2);\n }\n }\n uVar8 = 9;\n if (local_4c == 1) {\n __ptr = (void *)FUN_000209e0();\n local_40 = FUN_00020230(*param_1,__ptr);\n free(__ptr);\n if (local_40 != 0) goto LAB_0002313e;\n uVar8 = 0;\n }\n local_40 = FUN_00021390(uVar12,uVar8);\n if (local_40 == 0) {\n return 0;\n }\n }\nLAB_0002313e:\n *param_2 = *param_2 + uVar12;\n }" if (parenthesized_expression "(bVar2 == 0x74)" ( (binary_expression "bVar2 == 0x74" identifier == number_literal) )) (compound_statement "{\n if (param_3 == (int *)0x0) {\n iVar9 = FUN_000228f0();\n }\n else {\n iVar9 = FUN_000228f0();\n if (iVar9 == 0) {\n return 0;\n }\n sVar6 = strlen(local_20);\n local_40 = FUN_00021390(sVar6,9);\n free(local_20);\n iVar9 = local_40;\n }\n if (iVar9 == 0) {\n return 0;\n }\n }" { (if_statement "if (param_3 == (int *)0x0) {\n iVar9 = FUN_000228f0();\n }\n else {\n iVar9 = FUN_000228f0();\n if (iVar9 == 0) {\n return 0;\n }\n sVar6 = strlen(local_20);\n local_40 = FUN_00021390(sVar6,9);\n free(local_20);\n iVar9 = local_40;\n }" if (parenthesized_expression "(param_3 == (int *)0x0)" ( (binary_expression "param_3 == (int *)0x0" identifier == (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n iVar9 = FUN_000228f0();\n }" { (expression_statement "iVar9 = FUN_000228f0();" (assignment_expression "iVar9 = FUN_000228f0()" identifier = (call_expression "FUN_000228f0()" identifier (argument_list "()" ( )))) ;) }) (else_clause "else {\n iVar9 = FUN_000228f0();\n if (iVar9 == 0) {\n return 0;\n }\n sVar6 = strlen(local_20);\n local_40 = FUN_00021390(sVar6,9);\n free(local_20);\n iVar9 = local_40;\n }" else (compound_statement "{\n iVar9 = FUN_000228f0();\n if (iVar9 == 0) {\n return 0;\n }\n sVar6 = strlen(local_20);\n local_40 = FUN_00021390(sVar6,9);\n free(local_20);\n iVar9 = local_40;\n }" { (expression_statement "iVar9 = FUN_000228f0();" (assignment_expression "iVar9 = FUN_000228f0()" identifier = (call_expression "FUN_000228f0()" identifier (argument_list "()" ( )))) ;) (if_statement "if (iVar9 == 0) {\n return 0;\n }" if (parenthesized_expression "(iVar9 == 0)" ( (binary_expression "iVar9 == 0" identifier == number_literal) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) (expression_statement "sVar6 = strlen(local_20);" (assignment_expression "sVar6 = strlen(local_20)" identifier = (call_expression "strlen(local_20)" identifier (argument_list "(local_20)" ( identifier )))) ;) (expression_statement "local_40 = FUN_00021390(sVar6,9);" (assignment_expression "local_40 = FUN_00021390(sVar6,9)" identifier = (call_expression "FUN_00021390(sVar6,9)" identifier (argument_list "(sVar6,9)" ( identifier , number_literal )))) ;) (expression_statement "free(local_20);" (call_expression "free(local_20)" identifier (argument_list "(local_20)" ( identifier ))) ;) (expression_statement "iVar9 = local_40;" (assignment_expression "iVar9 = local_40" identifier = identifier) ;) }))) (if_statement "if (iVar9 == 0) {\n return 0;\n }" if (parenthesized_expression "(iVar9 == 0)" ( (binary_expression "iVar9 == 0" identifier == number_literal) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) }) (else_clause "else {\n uVar12 = 0;\n if ((puVar5[uVar10 * 2] & 4) != 0) {\n uVar12 = 0;\n do {\n pbVar11 = pbVar11 + 1;\n *param_2 = (int)pbVar11;\n uVar12 = (char)uVar10 + -0x30 + uVar12 * 10;\n uVar10 = (uint)*pbVar11;\n } while ((puVar5[uVar10 * 2] & 4) != 0);\n sVar6 = strlen((char *)pbVar11);\n if (sVar6 < uVar12) goto LAB_00022fa0;\n }\n if (param_3 != (int *)0x0) {\n if ((local_40 != 0) &&\n (piVar7 = (int *)FUN_000205d0(*param_1,local_40), piVar7 != (int *)0x0)) {\n __s2 = (char *)FUN_000209e0();\n iVar9 = *piVar7;\n if (iVar9 == 0) {\n free(__s2);\n }\n else {\n do {\n local_40 = FUN_00020610(*param_1,iVar9);\n if (local_40 == 0) {\n free(__s2);\n return 0;\n }\n __s1 = (char *)FUN_00020440(*param_1,local_40);\n if ((__s1 != (char *)0x0) && (iVar9 = strcmp(__s1,__s2), iVar9 == 0)) {\n free(__s2);\n *param_2 = *param_2 + uVar12;\n goto LAB_0002305b;\n }\n piVar7 = piVar7 + 1;\n iVar9 = *piVar7;\n } while (iVar9 != 0);\n free(__s2);\n }\n }\n uVar8 = 9;\n if (local_4c == 1) {\n __ptr = (void *)FUN_000209e0();\n local_40 = FUN_00020230(*param_1,__ptr);\n free(__ptr);\n if (local_40 != 0) goto LAB_0002313e;\n uVar8 = 0;\n }\n local_40 = FUN_00021390(uVar12,uVar8);\n if (local_40 == 0) {\n return 0;\n }\n }\nLAB_0002313e:\n *param_2 = *param_2 + uVar12;\n }" else (compound_statement "{\n uVar12 = 0;\n if ((puVar5[uVar10 * 2] & 4) != 0) {\n uVar12 = 0;\n do {\n pbVar11 = pbVar11 + 1;\n *param_2 = (int)pbVar11;\n uVar12 = (char)uVar10 + -0x30 + uVar12 * 10;\n uVar10 = (uint)*pbVar11;\n } while ((puVar5[uVar10 * 2] & 4) != 0);\n sVar6 = strlen((char *)pbVar11);\n if (sVar6 < uVar12) goto LAB_00022fa0;\n }\n if (param_3 != (int *)0x0) {\n if ((local_40 != 0) &&\n (piVar7 = (int *)FUN_000205d0(*param_1,local_40), piVar7 != (int *)0x0)) {\n __s2 = (char *)FUN_000209e0();\n iVar9 = *piVar7;\n if (iVar9 == 0) {\n free(__s2);\n }\n else {\n do {\n local_40 = FUN_00020610(*param_1,iVar9);\n if (local_40 == 0) {\n free(__s2);\n return 0;\n }\n __s1 = (char *)FUN_00020440(*param_1,local_40);\n if ((__s1 != (char *)0x0) && (iVar9 = strcmp(__s1,__s2), iVar9 == 0)) {\n free(__s2);\n *param_2 = *param_2 + uVar12;\n goto LAB_0002305b;\n }\n piVar7 = piVar7 + 1;\n iVar9 = *piVar7;\n } while (iVar9 != 0);\n free(__s2);\n }\n }\n uVar8 = 9;\n if (local_4c == 1) {\n __ptr = (void *)FUN_000209e0();\n local_40 = FUN_00020230(*param_1,__ptr);\n free(__ptr);\n if (local_40 != 0) goto LAB_0002313e;\n uVar8 = 0;\n }\n local_40 = FUN_00021390(uVar12,uVar8);\n if (local_40 == 0) {\n return 0;\n }\n }\nLAB_0002313e:\n *param_2 = *param_2 + uVar12;\n }" { (expression_statement "uVar12 = 0;" (assignment_expression "uVar12 = 0" identifier = number_literal) ;) (if_statement "if ((puVar5[uVar10 * 2] & 4) != 0) {\n uVar12 = 0;\n do {\n pbVar11 = pbVar11 + 1;\n *param_2 = (int)pbVar11;\n uVar12 = (char)uVar10 + -0x30 + uVar12 * 10;\n uVar10 = (uint)*pbVar11;\n } while ((puVar5[uVar10 * 2] & 4) != 0);\n sVar6 = strlen((char *)pbVar11);\n if (sVar6 < uVar12) goto LAB_00022fa0;\n }" if (parenthesized_expression "((puVar5[uVar10 * 2] & 4) != 0)" ( (binary_expression "(puVar5[uVar10 * 2] & 4) != 0" (parenthesized_expression "(puVar5[uVar10 * 2] & 4)" ( (binary_expression "puVar5[uVar10 * 2] & 4" (subscript_expression "puVar5[uVar10 * 2]" identifier [ (binary_expression "uVar10 * 2" identifier * number_literal) ]) & number_literal) )) != number_literal) )) (compound_statement "{\n uVar12 = 0;\n do {\n pbVar11 = pbVar11 + 1;\n *param_2 = (int)pbVar11;\n uVar12 = (char)uVar10 + -0x30 + uVar12 * 10;\n uVar10 = (uint)*pbVar11;\n } while ((puVar5[uVar10 * 2] & 4) != 0);\n sVar6 = strlen((char *)pbVar11);\n if (sVar6 < uVar12) goto LAB_00022fa0;\n }" { (expression_statement "uVar12 = 0;" (assignment_expression "uVar12 = 0" identifier = number_literal) ;) (do_statement "do {\n pbVar11 = pbVar11 + 1;\n *param_2 = (int)pbVar11;\n uVar12 = (char)uVar10 + -0x30 + uVar12 * 10;\n uVar10 = (uint)*pbVar11;\n } while ((puVar5[uVar10 * 2] & 4) != 0);" do (compound_statement "{\n pbVar11 = pbVar11 + 1;\n *param_2 = (int)pbVar11;\n uVar12 = (char)uVar10 + -0x30 + uVar12 * 10;\n uVar10 = (uint)*pbVar11;\n }" { (expression_statement "pbVar11 = pbVar11 + 1;" (assignment_expression "pbVar11 = pbVar11 + 1" identifier = (binary_expression "pbVar11 + 1" identifier + number_literal)) ;) (expression_statement "*param_2 = (int)pbVar11;" (assignment_expression "*param_2 = (int)pbVar11" (pointer_expression "*param_2" * identifier) = (cast_expression "(int)pbVar11" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "uVar12 = (char)uVar10 + -0x30 + uVar12 * 10;" (assignment_expression "uVar12 = (char)uVar10 + -0x30 + uVar12 * 10" identifier = (binary_expression "(char)uVar10 + -0x30 + uVar12 * 10" (binary_expression "(char)uVar10 + -0x30" (cast_expression "(char)uVar10" ( (type_descriptor "char" primitive_type) ) identifier) + number_literal) + (binary_expression "uVar12 * 10" identifier * number_literal))) ;) (expression_statement "uVar10 = (uint)*pbVar11;" (assignment_expression "uVar10 = (uint)*pbVar11" identifier = (binary_expression "(uint)*pbVar11" (parenthesized_expression "(uint)" ( identifier )) * identifier)) ;) }) while (parenthesized_expression "((puVar5[uVar10 * 2] & 4) != 0)" ( (binary_expression "(puVar5[uVar10 * 2] & 4) != 0" (parenthesized_expression "(puVar5[uVar10 * 2] & 4)" ( (binary_expression "puVar5[uVar10 * 2] & 4" (subscript_expression "puVar5[uVar10 * 2]" identifier [ (binary_expression "uVar10 * 2" identifier * number_literal) ]) & number_literal) )) != number_literal) )) ;) (expression_statement "sVar6 = strlen((char *)pbVar11);" (assignment_expression "sVar6 = strlen((char *)pbVar11)" identifier = (call_expression "strlen((char *)pbVar11)" identifier (argument_list "((char *)pbVar11)" ( (cast_expression "(char *)pbVar11" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) )))) ;) (if_statement "if (sVar6 < uVar12) goto LAB_00022fa0;" if (parenthesized_expression "(sVar6 < uVar12)" ( (binary_expression "sVar6 < uVar12" identifier < identifier) )) (goto_statement "goto LAB_00022fa0;" goto statement_identifier ;)) })) (if_statement "if (param_3 != (int *)0x0) {\n if ((local_40 != 0) &&\n (piVar7 = (int *)FUN_000205d0(*param_1,local_40), piVar7 != (int *)0x0)) {\n __s2 = (char *)FUN_000209e0();\n iVar9 = *piVar7;\n if (iVar9 == 0) {\n free(__s2);\n }\n else {\n do {\n local_40 = FUN_00020610(*param_1,iVar9);\n if (local_40 == 0) {\n free(__s2);\n return 0;\n }\n __s1 = (char *)FUN_00020440(*param_1,local_40);\n if ((__s1 != (char *)0x0) && (iVar9 = strcmp(__s1,__s2), iVar9 == 0)) {\n free(__s2);\n *param_2 = *param_2 + uVar12;\n goto LAB_0002305b;\n }\n piVar7 = piVar7 + 1;\n iVar9 = *piVar7;\n } while (iVar9 != 0);\n free(__s2);\n }\n }\n uVar8 = 9;\n if (local_4c == 1) {\n __ptr = (void *)FUN_000209e0();\n local_40 = FUN_00020230(*param_1,__ptr);\n free(__ptr);\n if (local_40 != 0) goto LAB_0002313e;\n uVar8 = 0;\n }\n local_40 = FUN_00021390(uVar12,uVar8);\n if (local_40 == 0) {\n return 0;\n }\n }" if (parenthesized_expression "(param_3 != (int *)0x0)" ( (binary_expression "param_3 != (int *)0x0" identifier != (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n if ((local_40 != 0) &&\n (piVar7 = (int *)FUN_000205d0(*param_1,local_40), piVar7 != (int *)0x0)) {\n __s2 = (char *)FUN_000209e0();\n iVar9 = *piVar7;\n if (iVar9 == 0) {\n free(__s2);\n }\n else {\n do {\n local_40 = FUN_00020610(*param_1,iVar9);\n if (local_40 == 0) {\n free(__s2);\n return 0;\n }\n __s1 = (char *)FUN_00020440(*param_1,local_40);\n if ((__s1 != (char *)0x0) && (iVar9 = strcmp(__s1,__s2), iVar9 == 0)) {\n free(__s2);\n *param_2 = *param_2 + uVar12;\n goto LAB_0002305b;\n }\n piVar7 = piVar7 + 1;\n iVar9 = *piVar7;\n } while (iVar9 != 0);\n free(__s2);\n }\n }\n uVar8 = 9;\n if (local_4c == 1) {\n __ptr = (void *)FUN_000209e0();\n local_40 = FUN_00020230(*param_1,__ptr);\n free(__ptr);\n if (local_40 != 0) goto LAB_0002313e;\n uVar8 = 0;\n }\n local_40 = FUN_00021390(uVar12,uVar8);\n if (local_40 == 0) {\n return 0;\n }\n }" { (if_statement "if ((local_40 != 0) &&\n (piVar7 = (int *)FUN_000205d0(*param_1,local_40), piVar7 != (int *)0x0)) {\n __s2 = (char *)FUN_000209e0();\n iVar9 = *piVar7;\n if (iVar9 == 0) {\n free(__s2);\n }\n else {\n do {\n local_40 = FUN_00020610(*param_1,iVar9);\n if (local_40 == 0) {\n free(__s2);\n return 0;\n }\n __s1 = (char *)FUN_00020440(*param_1,local_40);\n if ((__s1 != (char *)0x0) && (iVar9 = strcmp(__s1,__s2), iVar9 == 0)) {\n free(__s2);\n *param_2 = *param_2 + uVar12;\n goto LAB_0002305b;\n }\n piVar7 = piVar7 + 1;\n iVar9 = *piVar7;\n } while (iVar9 != 0);\n free(__s2);\n }\n }" if (parenthesized_expression "((local_40 != 0) &&\n (piVar7 = (int *)FUN_000205d0(*param_1,local_40), piVar7 != (int *)0x0))" ( (binary_expression "(local_40 != 0) &&\n (piVar7 = (int *)FUN_000205d0(*param_1,local_40), piVar7 != (int *)0x0)" (parenthesized_expression "(local_40 != 0)" ( (binary_expression "local_40 != 0" identifier != number_literal) )) && (parenthesized_expression "(piVar7 = (int *)FUN_000205d0(*param_1,local_40), piVar7 != (int *)0x0)" ( (comma_expression "piVar7 = (int *)FUN_000205d0(*param_1,local_40), piVar7 != (int *)0x0" (assignment_expression "piVar7 = (int *)FUN_000205d0(*param_1,local_40)" identifier = (cast_expression "(int *)FUN_000205d0(*param_1,local_40)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_000205d0(*param_1,local_40)" identifier (argument_list "(*param_1,local_40)" ( (pointer_expression "*param_1" * identifier) , identifier ))))) , (binary_expression "piVar7 != (int *)0x0" identifier != (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal))) ))) )) (compound_statement "{\n __s2 = (char *)FUN_000209e0();\n iVar9 = *piVar7;\n if (iVar9 == 0) {\n free(__s2);\n }\n else {\n do {\n local_40 = FUN_00020610(*param_1,iVar9);\n if (local_40 == 0) {\n free(__s2);\n return 0;\n }\n __s1 = (char *)FUN_00020440(*param_1,local_40);\n if ((__s1 != (char *)0x0) && (iVar9 = strcmp(__s1,__s2), iVar9 == 0)) {\n free(__s2);\n *param_2 = *param_2 + uVar12;\n goto LAB_0002305b;\n }\n piVar7 = piVar7 + 1;\n iVar9 = *piVar7;\n } while (iVar9 != 0);\n free(__s2);\n }\n }" { (expression_statement "__s2 = (char *)FUN_000209e0();" (assignment_expression "__s2 = (char *)FUN_000209e0()" identifier = (cast_expression "(char *)FUN_000209e0()" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_000209e0()" identifier (argument_list "()" ( ))))) ;) (expression_statement "iVar9 = *piVar7;" (assignment_expression "iVar9 = *piVar7" identifier = (pointer_expression "*piVar7" * identifier)) ;) (if_statement "if (iVar9 == 0) {\n free(__s2);\n }\n else {\n do {\n local_40 = FUN_00020610(*param_1,iVar9);\n if (local_40 == 0) {\n free(__s2);\n return 0;\n }\n __s1 = (char *)FUN_00020440(*param_1,local_40);\n if ((__s1 != (char *)0x0) && (iVar9 = strcmp(__s1,__s2), iVar9 == 0)) {\n free(__s2);\n *param_2 = *param_2 + uVar12;\n goto LAB_0002305b;\n }\n piVar7 = piVar7 + 1;\n iVar9 = *piVar7;\n } while (iVar9 != 0);\n free(__s2);\n }" if (parenthesized_expression "(iVar9 == 0)" ( (binary_expression "iVar9 == 0" identifier == number_literal) )) (compound_statement "{\n free(__s2);\n }" { (expression_statement "free(__s2);" (call_expression "free(__s2)" identifier (argument_list "(__s2)" ( identifier ))) ;) }) (else_clause "else {\n do {\n local_40 = FUN_00020610(*param_1,iVar9);\n if (local_40 == 0) {\n free(__s2);\n return 0;\n }\n __s1 = (char *)FUN_00020440(*param_1,local_40);\n if ((__s1 != (char *)0x0) && (iVar9 = strcmp(__s1,__s2), iVar9 == 0)) {\n free(__s2);\n *param_2 = *param_2 + uVar12;\n goto LAB_0002305b;\n }\n piVar7 = piVar7 + 1;\n iVar9 = *piVar7;\n } while (iVar9 != 0);\n free(__s2);\n }" else (compound_statement "{\n do {\n local_40 = FUN_00020610(*param_1,iVar9);\n if (local_40 == 0) {\n free(__s2);\n return 0;\n }\n __s1 = (char *)FUN_00020440(*param_1,local_40);\n if ((__s1 != (char *)0x0) && (iVar9 = strcmp(__s1,__s2), iVar9 == 0)) {\n free(__s2);\n *param_2 = *param_2 + uVar12;\n goto LAB_0002305b;\n }\n piVar7 = piVar7 + 1;\n iVar9 = *piVar7;\n } while (iVar9 != 0);\n free(__s2);\n }" { (do_statement "do {\n local_40 = FUN_00020610(*param_1,iVar9);\n if (local_40 == 0) {\n free(__s2);\n return 0;\n }\n __s1 = (char *)FUN_00020440(*param_1,local_40);\n if ((__s1 != (char *)0x0) && (iVar9 = strcmp(__s1,__s2), iVar9 == 0)) {\n free(__s2);\n *param_2 = *param_2 + uVar12;\n goto LAB_0002305b;\n }\n piVar7 = piVar7 + 1;\n iVar9 = *piVar7;\n } while (iVar9 != 0);" do (compound_statement "{\n local_40 = FUN_00020610(*param_1,iVar9);\n if (local_40 == 0) {\n free(__s2);\n return 0;\n }\n __s1 = (char *)FUN_00020440(*param_1,local_40);\n if ((__s1 != (char *)0x0) && (iVar9 = strcmp(__s1,__s2), iVar9 == 0)) {\n free(__s2);\n *param_2 = *param_2 + uVar12;\n goto LAB_0002305b;\n }\n piVar7 = piVar7 + 1;\n iVar9 = *piVar7;\n }" { (expression_statement "local_40 = FUN_00020610(*param_1,iVar9);" (assignment_expression "local_40 = FUN_00020610(*param_1,iVar9)" identifier = (call_expression "FUN_00020610(*param_1,iVar9)" identifier (argument_list "(*param_1,iVar9)" ( (pointer_expression "*param_1" * identifier) , identifier )))) ;) (if_statement "if (local_40 == 0) {\n free(__s2);\n return 0;\n }" if (parenthesized_expression "(local_40 == 0)" ( (binary_expression "local_40 == 0" identifier == number_literal) )) (compound_statement "{\n free(__s2);\n return 0;\n }" { (expression_statement "free(__s2);" (call_expression "free(__s2)" identifier (argument_list "(__s2)" ( identifier ))) ;) (return_statement "return 0;" return number_literal ;) })) (expression_statement "__s1 = (char *)FUN_00020440(*param_1,local_40);" (assignment_expression "__s1 = (char *)FUN_00020440(*param_1,local_40)" identifier = (cast_expression "(char *)FUN_00020440(*param_1,local_40)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00020440(*param_1,local_40)" identifier (argument_list "(*param_1,local_40)" ( (pointer_expression "*param_1" * identifier) , identifier ))))) ;) (if_statement "if ((__s1 != (char *)0x0) && (iVar9 = strcmp(__s1,__s2), iVar9 == 0)) {\n free(__s2);\n *param_2 = *param_2 + uVar12;\n goto LAB_0002305b;\n }" if (parenthesized_expression "((__s1 != (char *)0x0) && (iVar9 = strcmp(__s1,__s2), iVar9 == 0))" ( (binary_expression "(__s1 != (char *)0x0) && (iVar9 = strcmp(__s1,__s2), iVar9 == 0)" (parenthesized_expression "(__s1 != (char *)0x0)" ( (binary_expression "__s1 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(iVar9 = strcmp(__s1,__s2), iVar9 == 0)" ( (comma_expression "iVar9 = strcmp(__s1,__s2), iVar9 == 0" (assignment_expression "iVar9 = strcmp(__s1,__s2)" identifier = (call_expression "strcmp(__s1,__s2)" identifier (argument_list "(__s1,__s2)" ( identifier , identifier )))) , (binary_expression "iVar9 == 0" identifier == number_literal)) ))) )) (compound_statement "{\n free(__s2);\n *param_2 = *param_2 + uVar12;\n goto LAB_0002305b;\n }" { (expression_statement "free(__s2);" (call_expression "free(__s2)" identifier (argument_list "(__s2)" ( identifier ))) ;) (expression_statement "*param_2 = *param_2 + uVar12;" (assignment_expression "*param_2 = *param_2 + uVar12" (pointer_expression "*param_2" * identifier) = (binary_expression "*param_2 + uVar12" (pointer_expression "*param_2" * identifier) + identifier)) ;) (goto_statement "goto LAB_0002305b;" goto statement_identifier ;) })) (expression_statement "piVar7 = piVar7 + 1;" (assignment_expression "piVar7 = piVar7 + 1" identifier = (binary_expression "piVar7 + 1" identifier + number_literal)) ;) (expression_statement "iVar9 = *piVar7;" (assignment_expression "iVar9 = *piVar7" identifier = (pointer_expression "*piVar7" * identifier)) ;) }) while (parenthesized_expression "(iVar9 != 0)" ( (binary_expression "iVar9 != 0" identifier != number_literal) )) ;) (expression_statement "free(__s2);" (call_expression "free(__s2)" identifier (argument_list "(__s2)" ( identifier ))) ;) }))) })) (expression_statement "uVar8 = 9;" (assignment_expression "uVar8 = 9" identifier = number_literal) ;) (if_statement "if (local_4c == 1) {\n __ptr = (void *)FUN_000209e0();\n local_40 = FUN_00020230(*param_1,__ptr);\n free(__ptr);\n if (local_40 != 0) goto LAB_0002313e;\n uVar8 = 0;\n }" if (parenthesized_expression "(local_4c == 1)" ( (binary_expression "local_4c == 1" identifier == number_literal) )) (compound_statement "{\n __ptr = (void *)FUN_000209e0();\n local_40 = FUN_00020230(*param_1,__ptr);\n free(__ptr);\n if (local_40 != 0) goto LAB_0002313e;\n uVar8 = 0;\n }" { (expression_statement "__ptr = (void *)FUN_000209e0();" (assignment_expression "__ptr = (void *)FUN_000209e0()" identifier = (cast_expression "(void *)FUN_000209e0()" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_000209e0()" identifier (argument_list "()" ( ))))) ;) (expression_statement "local_40 = FUN_00020230(*param_1,__ptr);" (assignment_expression "local_40 = FUN_00020230(*param_1,__ptr)" identifier = (call_expression "FUN_00020230(*param_1,__ptr)" identifier (argument_list "(*param_1,__ptr)" ( (pointer_expression "*param_1" * identifier) , identifier )))) ;) (expression_statement "free(__ptr);" (call_expression "free(__ptr)" identifier (argument_list "(__ptr)" ( identifier ))) ;) (if_statement "if (local_40 != 0) goto LAB_0002313e;" if (parenthesized_expression "(local_40 != 0)" ( (binary_expression "local_40 != 0" identifier != number_literal) )) (goto_statement "goto LAB_0002313e;" goto statement_identifier ;)) (expression_statement "uVar8 = 0;" (assignment_expression "uVar8 = 0" identifier = number_literal) ;) })) (expression_statement "local_40 = FUN_00021390(uVar12,uVar8);" (assignment_expression "local_40 = FUN_00021390(uVar12,uVar8)" identifier = (call_expression "FUN_00021390(uVar12,uVar8)" identifier (argument_list "(uVar12,uVar8)" ( identifier , identifier )))) ;) (if_statement "if (local_40 == 0) {\n return 0;\n }" if (parenthesized_expression "(local_40 == 0)" ( (binary_expression "local_40 == 0" identifier == number_literal) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) })) (labeled_statement "LAB_0002313e:\n *param_2 = *param_2 + uVar12;" statement_identifier : (expression_statement "*param_2 = *param_2 + uVar12;" (assignment_expression "*param_2 = *param_2 + uVar12" (pointer_expression "*param_2" * identifier) = (binary_expression "*param_2 + uVar12" (pointer_expression "*param_2" * identifier) + identifier)) ;)) }))) (labeled_statement "LAB_0002305b:\n local_4c = local_4c + -1;" statement_identifier : (expression_statement "local_4c = local_4c + -1;" (assignment_expression "local_4c = local_4c + -1" identifier = (binary_expression "local_4c + -1" identifier + number_literal)) ;)) }) while (parenthesized_expression "( true )" ( true )) ;) })) (if_statement "if (((cVar1 == '_') && ((PTR__sch_istable_0003ffb4[(uint)*(byte *)(iVar9 + 2) * 2] & 4) != 0))\n && (*(byte *)(iVar9 + 2) != 0x30)) {\n pbVar11 = (byte *)(iVar9 + 2);\n local_4c = strtol((char *)pbVar11,(char **)0x0,10);\n bVar2 = *(byte *)(iVar9 + 2);\n bVar3 = puVar5[(uint)bVar2 * 2];\n while ((bVar3 & 4) != 0) {\n pbVar11 = pbVar11 + 1;\n bVar2 = *pbVar11;\n bVar3 = puVar5[(uint)bVar2 * 2];\n }\n if (bVar2 == 0x5f) {\n *param_2 = (int)(pbVar11 + 1);\n goto LAB_00022fd2;\n }\n }" if (parenthesized_expression "(((cVar1 == '_') && ((PTR__sch_istable_0003ffb4[(uint)*(byte *)(iVar9 + 2) * 2] & 4) != 0))\n && (*(byte *)(iVar9 + 2) != 0x30))" ( (binary_expression "((cVar1 == '_') && ((PTR__sch_istable_0003ffb4[(uint)*(byte *)(iVar9 + 2) * 2] & 4) != 0))\n && (*(byte *)(iVar9 + 2) != 0x30)" (parenthesized_expression "((cVar1 == '_') && ((PTR__sch_istable_0003ffb4[(uint)*(byte *)(iVar9 + 2) * 2] & 4) != 0))" ( (binary_expression "(cVar1 == '_') && ((PTR__sch_istable_0003ffb4[(uint)*(byte *)(iVar9 + 2) * 2] & 4) != 0)" (parenthesized_expression "(cVar1 == '_')" ( (binary_expression "cVar1 == '_'" identifier == (char_literal "'_'" ' character ')) )) && (parenthesized_expression "((PTR__sch_istable_0003ffb4[(uint)*(byte *)(iVar9 + 2) * 2] & 4) != 0)" ( (binary_expression "(PTR__sch_istable_0003ffb4[(uint)*(byte *)(iVar9 + 2) * 2] & 4) != 0" (parenthesized_expression "(PTR__sch_istable_0003ffb4[(uint)*(byte *)(iVar9 + 2) * 2] & 4)" ( (binary_expression "PTR__sch_istable_0003ffb4[(uint)*(byte *)(iVar9 + 2) * 2] & 4" (subscript_expression "PTR__sch_istable_0003ffb4[(uint)*(byte *)(iVar9 + 2) * 2]" identifier [ (binary_expression "(uint)*(byte *)(iVar9 + 2) * 2" (binary_expression "(uint)*(byte *)(iVar9 + 2)" (parenthesized_expression "(uint)" ( identifier )) * (cast_expression "(byte *)(iVar9 + 2)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + 2)" ( (binary_expression "iVar9 + 2" identifier + number_literal) )))) * number_literal) ]) & number_literal) )) != number_literal) ))) )) && (parenthesized_expression "(*(byte *)(iVar9 + 2) != 0x30)" ( (binary_expression "*(byte *)(iVar9 + 2) != 0x30" (pointer_expression "*(byte *)(iVar9 + 2)" * (cast_expression "(byte *)(iVar9 + 2)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + 2)" ( (binary_expression "iVar9 + 2" identifier + number_literal) )))) != number_literal) ))) )) (compound_statement "{\n pbVar11 = (byte *)(iVar9 + 2);\n local_4c = strtol((char *)pbVar11,(char **)0x0,10);\n bVar2 = *(byte *)(iVar9 + 2);\n bVar3 = puVar5[(uint)bVar2 * 2];\n while ((bVar3 & 4) != 0) {\n pbVar11 = pbVar11 + 1;\n bVar2 = *pbVar11;\n bVar3 = puVar5[(uint)bVar2 * 2];\n }\n if (bVar2 == 0x5f) {\n *param_2 = (int)(pbVar11 + 1);\n goto LAB_00022fd2;\n }\n }" { (expression_statement "pbVar11 = (byte *)(iVar9 + 2);" (assignment_expression "pbVar11 = (byte *)(iVar9 + 2)" identifier = (cast_expression "(byte *)(iVar9 + 2)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + 2)" ( (binary_expression "iVar9 + 2" identifier + number_literal) )))) ;) (expression_statement "local_4c = strtol((char *)pbVar11,(char **)0x0,10);" (assignment_expression "local_4c = strtol((char *)pbVar11,(char **)0x0,10)" identifier = (call_expression "strtol((char *)pbVar11,(char **)0x0,10)" identifier (argument_list "((char *)pbVar11,(char **)0x0,10)" ( (cast_expression "(char *)pbVar11" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) , (cast_expression "(char **)0x0" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) number_literal) , number_literal )))) ;) (expression_statement "bVar2 = *(byte *)(iVar9 + 2);" (assignment_expression "bVar2 = *(byte *)(iVar9 + 2)" identifier = (pointer_expression "*(byte *)(iVar9 + 2)" * (cast_expression "(byte *)(iVar9 + 2)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + 2)" ( (binary_expression "iVar9 + 2" identifier + number_literal) ))))) ;) (expression_statement "bVar3 = puVar5[(uint)bVar2 * 2];" (assignment_expression "bVar3 = puVar5[(uint)bVar2 * 2]" identifier = (subscript_expression "puVar5[(uint)bVar2 * 2]" identifier [ (binary_expression "(uint)bVar2 * 2" (cast_expression "(uint)bVar2" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal) ])) ;) (while_statement "while ((bVar3 & 4) != 0) {\n pbVar11 = pbVar11 + 1;\n bVar2 = *pbVar11;\n bVar3 = puVar5[(uint)bVar2 * 2];\n }" while (parenthesized_expression "((bVar3 & 4) != 0)" ( (binary_expression "(bVar3 & 4) != 0" (parenthesized_expression "(bVar3 & 4)" ( (binary_expression "bVar3 & 4" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n pbVar11 = pbVar11 + 1;\n bVar2 = *pbVar11;\n bVar3 = puVar5[(uint)bVar2 * 2];\n }" { (expression_statement "pbVar11 = pbVar11 + 1;" (assignment_expression "pbVar11 = pbVar11 + 1" identifier = (binary_expression "pbVar11 + 1" identifier + number_literal)) ;) (expression_statement "bVar2 = *pbVar11;" (assignment_expression "bVar2 = *pbVar11" identifier = (pointer_expression "*pbVar11" * identifier)) ;) (expression_statement "bVar3 = puVar5[(uint)bVar2 * 2];" (assignment_expression "bVar3 = puVar5[(uint)bVar2 * 2]" identifier = (subscript_expression "puVar5[(uint)bVar2 * 2]" identifier [ (binary_expression "(uint)bVar2 * 2" (cast_expression "(uint)bVar2" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal) ])) ;) })) (if_statement "if (bVar2 == 0x5f) {\n *param_2 = (int)(pbVar11 + 1);\n goto LAB_00022fd2;\n }" if (parenthesized_expression "(bVar2 == 0x5f)" ( (binary_expression "bVar2 == 0x5f" identifier == number_literal) )) (compound_statement "{\n *param_2 = (int)(pbVar11 + 1);\n goto LAB_00022fd2;\n }" { (expression_statement "*param_2 = (int)(pbVar11 + 1);" (assignment_expression "*param_2 = (int)(pbVar11 + 1)" (pointer_expression "*param_2" * identifier) = (cast_expression "(int)(pbVar11 + 1)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(pbVar11 + 1)" ( (binary_expression "pbVar11 + 1" identifier + number_literal) )))) ;) (goto_statement "goto LAB_00022fd2;" goto statement_identifier ;) })) })) })) (labeled_statement "LAB_00022fa0:\n FUN_000208f0();" statement_identifier : (expression_statement "FUN_000208f0();" (call_expression "FUN_000208f0()" identifier (argument_list "()" ( ))) ;)) (return_statement "return 0;" return number_literal ;) })))
(translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE 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 IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * 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 (char_literal ' character ') < IDENT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT < (char_literal ' character ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (binary_expression (binary_expression IDENT + LIT) + (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == (char_literal ' character ')) ))))) ;) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = IDENT) ;)) (expression_statement (assignment_expression IDENT = LIT) ;) (do_statement do (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (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 (pointer_expression * IDENT) = IDENT) ;) (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 = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == 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 = (call_expression IDENT (argument_list ( )))) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (return_statement return LIT ;) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , LIT )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) }))) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (return_statement return LIT ;) })) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ (binary_expression IDENT * LIT) ]) & LIT) )) != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) + (binary_expression IDENT * LIT))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (parenthesized_expression ( IDENT )) * IDENT)) ;) }) while (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ (binary_expression IDENT * LIT) ]) & LIT) )) != LIT) )) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < IDENT) )) (goto_statement goto statement_identifier ;)) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != LIT) )) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( (pointer_expression * IDENT) , IDENT ))))) , (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 ( ))))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) }) (else_clause else (compound_statement { (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (pointer_expression * IDENT) , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (return_statement return LIT ;) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( (pointer_expression * 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 ( (comma_expression (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT )))) , (binary_expression IDENT == LIT)) ))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (binary_expression (pointer_expression * IDENT) + IDENT)) ;) (goto_statement goto statement_identifier ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) }) while (parenthesized_expression ( (binary_expression IDENT != LIT) )) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) }))) })) (expression_statement (assignment_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 ( ))))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (pointer_expression * IDENT) , IDENT )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = LIT) ;) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (return_statement return LIT ;) })) })) (labeled_statement statement_identifier : (expression_statement (assignment_expression (pointer_expression * IDENT) = (binary_expression (pointer_expression * IDENT) + IDENT)) ;)) }))) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;)) }) while (parenthesized_expression ( BOOL )) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT == (char_literal ' character ')) )) && (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ (binary_expression (binary_expression (parenthesized_expression ( IDENT )) * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) * LIT) ]) & LIT) )) != LIT) ))) )) && (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 (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT) , (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) 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 IDENT = (subscript_expression IDENT [ (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) * LIT) ])) ;) (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)) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) * LIT) ])) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (goto_statement goto statement_identifier ;) })) })) })) (labeled_statement statement_identifier : (expression_statement (call_expression IDENT (argument_list ( ))) ;)) (return_statement return LIT ;) })))
(function_definition "undefined4 __regparm3 FUN_00022f00(undefined4 *param_1,int *param_2,int *param_3)\n\n{\n char cVar1;\n byte bVar2;\n byte bVar3;\n byte *pbVar4;\n undefined *puVar5;\n size_t sVar6;\n int *piVar7;\n undefined4 uVar8;\n char *__s2;\n char *__s1;\n int iVar9;\n void *__ptr;\n uint uVar10;\n byte *pbVar11;\n uint uVar12;\n long local_4c;\n int local_40;\n char *local_20;\n \n puVar5 = PTR__sch_istable_0003ffb4;\n iVar9 = *param_2;\n cVar1 = *(char *)(iVar9 + 1);\n if ('0' < cVar1) {\n if (cVar1 < ':') {\n local_4c = cVar1 + -0x30;\n *param_2 = iVar9 + 2 + (uint)(*(char *)(iVar9 + 2) == '_');\nLAB_00022fd2:\n puVar5 = PTR__sch_istable_0003ffb4;\n local_40 = 0;\n do {\n if (local_4c == 0) {\n if (param_3 == (int *)0x0) {\n return 1;\n }\n *param_3 = local_40;\n return 1;\n }\n pbVar4 = (byte *)*param_2;\n bVar2 = *pbVar4;\n pbVar11 = pbVar4;\n if (bVar2 == 0x5f) {\n pbVar11 = pbVar4 + 1;\n *param_2 = (int)pbVar11;\n bVar2 = pbVar4[1];\n }\n uVar10 = (uint)bVar2;\n if (bVar2 == 0x74) {\n if (param_3 == (int *)0x0) {\n iVar9 = FUN_000228f0();\n }\n else {\n iVar9 = FUN_000228f0();\n if (iVar9 == 0) {\n return 0;\n }\n sVar6 = strlen(local_20);\n local_40 = FUN_00021390(sVar6,9);\n free(local_20);\n iVar9 = local_40;\n }\n if (iVar9 == 0) {\n return 0;\n }\n }\n else {\n uVar12 = 0;\n if ((puVar5[uVar10 * 2] & 4) != 0) {\n uVar12 = 0;\n do {\n pbVar11 = pbVar11 + 1;\n *param_2 = (int)pbVar11;\n uVar12 = (char)uVar10 + -0x30 + uVar12 * 10;\n uVar10 = (uint)*pbVar11;\n } while ((puVar5[uVar10 * 2] & 4) != 0);\n sVar6 = strlen((char *)pbVar11);\n if (sVar6 < uVar12) goto LAB_00022fa0;\n }\n if (param_3 != (int *)0x0) {\n if ((local_40 != 0) &&\n (piVar7 = (int *)FUN_000205d0(*param_1,local_40), piVar7 != (int *)0x0)) {\n __s2 = (char *)FUN_000209e0();\n iVar9 = *piVar7;\n if (iVar9 == 0) {\n free(__s2);\n }\n else {\n do {\n local_40 = FUN_00020610(*param_1,iVar9);\n if (local_40 == 0) {\n free(__s2);\n return 0;\n }\n __s1 = (char *)FUN_00020440(*param_1,local_40);\n if ((__s1 != (char *)0x0) && (iVar9 = strcmp(__s1,__s2), iVar9 == 0)) {\n free(__s2);\n *param_2 = *param_2 + uVar12;\n goto LAB_0002305b;\n }\n piVar7 = piVar7 + 1;\n iVar9 = *piVar7;\n } while (iVar9 != 0);\n free(__s2);\n }\n }\n uVar8 = 9;\n if (local_4c == 1) {\n __ptr = (void *)FUN_000209e0();\n local_40 = FUN_00020230(*param_1,__ptr);\n free(__ptr);\n if (local_40 != 0) goto LAB_0002313e;\n uVar8 = 0;\n }\n local_40 = FUN_00021390(uVar12,uVar8);\n if (local_40 == 0) {\n return 0;\n }\n }\nLAB_0002313e:\n *param_2 = *param_2 + uVar12;\n }\nLAB_0002305b:\n local_4c = local_4c + -1;\n } while( true );\n }\n if (((cVar1 == '_') && ((PTR__sch_istable_0003ffb4[(uint)*(byte *)(iVar9 + 2) * 2] & 4) != 0))\n && (*(byte *)(iVar9 + 2) != 0x30)) {\n pbVar11 = (byte *)(iVar9 + 2);\n local_4c = strtol((char *)pbVar11,(char **)0x0,10);\n bVar2 = *(byte *)(iVar9 + 2);\n bVar3 = puVar5[(uint)bVar2 * 2];\n while ((bVar3 & 4) != 0) {\n pbVar11 = pbVar11 + 1;\n bVar2 = *pbVar11;\n bVar3 = puVar5[(uint)bVar2 * 2];\n }\n if (bVar2 == 0x5f) {\n *param_2 = (int)(pbVar11 + 1);\n goto LAB_00022fd2;\n }\n }\n }\nLAB_00022fa0:\n FUN_000208f0();\n return 0;\n}" (type_identifier "undefined4") (ERROR "__regparm3" (identifier "__regparm3")) (function_declarator "FUN_00022f00(undefined4 *param_1,int *param_2,int *param_3)" (identifier "FUN_00022f00") (parameter_list "(undefined4 *param_1,int *param_2,int *param_3)" (( "(") (parameter_declaration "undefined4 *param_1" (type_identifier "undefined4") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "int *param_2" (primitive_type "int") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) (, ",") (parameter_declaration "int *param_3" (primitive_type "int") (pointer_declarator "*param_3" (* "*") (identifier "param_3"))) () ")"))) (compound_statement "{\n char cVar1;\n byte bVar2;\n byte bVar3;\n byte *pbVar4;\n undefined *puVar5;\n size_t sVar6;\n int *piVar7;\n undefined4 uVar8;\n char *__s2;\n char *__s1;\n int iVar9;\n void *__ptr;\n uint uVar10;\n byte *pbVar11;\n uint uVar12;\n long local_4c;\n int local_40;\n char *local_20;\n \n puVar5 = PTR__sch_istable_0003ffb4;\n iVar9 = *param_2;\n cVar1 = *(char *)(iVar9 + 1);\n if ('0' < cVar1) {\n if (cVar1 < ':') {\n local_4c = cVar1 + -0x30;\n *param_2 = iVar9 + 2 + (uint)(*(char *)(iVar9 + 2) == '_');\nLAB_00022fd2:\n puVar5 = PTR__sch_istable_0003ffb4;\n local_40 = 0;\n do {\n if (local_4c == 0) {\n if (param_3 == (int *)0x0) {\n return 1;\n }\n *param_3 = local_40;\n return 1;\n }\n pbVar4 = (byte *)*param_2;\n bVar2 = *pbVar4;\n pbVar11 = pbVar4;\n if (bVar2 == 0x5f) {\n pbVar11 = pbVar4 + 1;\n *param_2 = (int)pbVar11;\n bVar2 = pbVar4[1];\n }\n uVar10 = (uint)bVar2;\n if (bVar2 == 0x74) {\n if (param_3 == (int *)0x0) {\n iVar9 = FUN_000228f0();\n }\n else {\n iVar9 = FUN_000228f0();\n if (iVar9 == 0) {\n return 0;\n }\n sVar6 = strlen(local_20);\n local_40 = FUN_00021390(sVar6,9);\n free(local_20);\n iVar9 = local_40;\n }\n if (iVar9 == 0) {\n return 0;\n }\n }\n else {\n uVar12 = 0;\n if ((puVar5[uVar10 * 2] & 4) != 0) {\n uVar12 = 0;\n do {\n pbVar11 = pbVar11 + 1;\n *param_2 = (int)pbVar11;\n uVar12 = (char)uVar10 + -0x30 + uVar12 * 10;\n uVar10 = (uint)*pbVar11;\n } while ((puVar5[uVar10 * 2] & 4) != 0);\n sVar6 = strlen((char *)pbVar11);\n if (sVar6 < uVar12) goto LAB_00022fa0;\n }\n if (param_3 != (int *)0x0) {\n if ((local_40 != 0) &&\n (piVar7 = (int *)FUN_000205d0(*param_1,local_40), piVar7 != (int *)0x0)) {\n __s2 = (char *)FUN_000209e0();\n iVar9 = *piVar7;\n if (iVar9 == 0) {\n free(__s2);\n }\n else {\n do {\n local_40 = FUN_00020610(*param_1,iVar9);\n if (local_40 == 0) {\n free(__s2);\n return 0;\n }\n __s1 = (char *)FUN_00020440(*param_1,local_40);\n if ((__s1 != (char *)0x0) && (iVar9 = strcmp(__s1,__s2), iVar9 == 0)) {\n free(__s2);\n *param_2 = *param_2 + uVar12;\n goto LAB_0002305b;\n }\n piVar7 = piVar7 + 1;\n iVar9 = *piVar7;\n } while (iVar9 != 0);\n free(__s2);\n }\n }\n uVar8 = 9;\n if (local_4c == 1) {\n __ptr = (void *)FUN_000209e0();\n local_40 = FUN_00020230(*param_1,__ptr);\n free(__ptr);\n if (local_40 != 0) goto LAB_0002313e;\n uVar8 = 0;\n }\n local_40 = FUN_00021390(uVar12,uVar8);\n if (local_40 == 0) {\n return 0;\n }\n }\nLAB_0002313e:\n *param_2 = *param_2 + uVar12;\n }\nLAB_0002305b:\n local_4c = local_4c + -1;\n } while( true );\n }\n if (((cVar1 == '_') && ((PTR__sch_istable_0003ffb4[(uint)*(byte *)(iVar9 + 2) * 2] & 4) != 0))\n && (*(byte *)(iVar9 + 2) != 0x30)) {\n pbVar11 = (byte *)(iVar9 + 2);\n local_4c = strtol((char *)pbVar11,(char **)0x0,10);\n bVar2 = *(byte *)(iVar9 + 2);\n bVar3 = puVar5[(uint)bVar2 * 2];\n while ((bVar3 & 4) != 0) {\n pbVar11 = pbVar11 + 1;\n bVar2 = *pbVar11;\n bVar3 = puVar5[(uint)bVar2 * 2];\n }\n if (bVar2 == 0x5f) {\n *param_2 = (int)(pbVar11 + 1);\n goto LAB_00022fd2;\n }\n }\n }\nLAB_00022fa0:\n FUN_000208f0();\n return 0;\n}" ({ "{") (declaration "char cVar1;" (primitive_type "char") (identifier "cVar1") (; ";")) (declaration "byte bVar2;" (type_identifier "byte") (identifier "bVar2") (; ";")) (declaration "byte bVar3;" (type_identifier "byte") (identifier "bVar3") (; ";")) (declaration "byte *pbVar4;" (type_identifier "byte") (pointer_declarator "*pbVar4" (* "*") (identifier "pbVar4")) (; ";")) (declaration "undefined *puVar5;" (type_identifier "undefined") (pointer_declarator "*puVar5" (* "*") (identifier "puVar5")) (; ";")) (declaration "size_t sVar6;" (primitive_type "size_t") (identifier "sVar6") (; ";")) (declaration "int *piVar7;" (primitive_type "int") (pointer_declarator "*piVar7" (* "*") (identifier "piVar7")) (; ";")) (declaration "undefined4 uVar8;" (type_identifier "undefined4") (identifier "uVar8") (; ";")) (declaration "char *__s2;" (primitive_type "char") (pointer_declarator "*__s2" (* "*") (identifier "__s2")) (; ";")) (declaration "char *__s1;" (primitive_type "char") (pointer_declarator "*__s1" (* "*") (identifier "__s1")) (; ";")) (declaration "int iVar9;" (primitive_type "int") (identifier "iVar9") (; ";")) (declaration "void *__ptr;" (primitive_type "void") (pointer_declarator "*__ptr" (* "*") (identifier "__ptr")) (; ";")) (declaration "uint uVar10;" (type_identifier "uint") (identifier "uVar10") (; ";")) (declaration "byte *pbVar11;" (type_identifier "byte") (pointer_declarator "*pbVar11" (* "*") (identifier "pbVar11")) (; ";")) (declaration "uint uVar12;" (type_identifier "uint") (identifier "uVar12") (; ";")) (declaration "long local_4c;" (sized_type_specifier "long" (long "long")) (identifier "local_4c") (; ";")) (declaration "int local_40;" (primitive_type "int") (identifier "local_40") (; ";")) (declaration "char *local_20;" (primitive_type "char") (pointer_declarator "*local_20" (* "*") (identifier "local_20")) (; ";")) (expression_statement "puVar5 = PTR__sch_istable_0003ffb4;" (assignment_expression "puVar5 = PTR__sch_istable_0003ffb4" (identifier "puVar5") (= "=") (identifier "PTR__sch_istable_0003ffb4")) (; ";")) (expression_statement "iVar9 = *param_2;" (assignment_expression "iVar9 = *param_2" (identifier "iVar9") (= "=") (pointer_expression "*param_2" (* "*") (identifier "param_2"))) (; ";")) (expression_statement "cVar1 = *(char *)(iVar9 + 1);" (assignment_expression "cVar1 = *(char *)(iVar9 + 1)" (identifier "cVar1") (= "=") (pointer_expression "*(char *)(iVar9 + 1)" (* "*") (cast_expression "(char *)(iVar9 + 1)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar9 + 1)" (( "(") (binary_expression "iVar9 + 1" (identifier "iVar9") (+ "+") (number_literal "1")) () ")"))))) (; ";")) (if_statement "if ('0' < cVar1) {\n if (cVar1 < ':') {\n local_4c = cVar1 + -0x30;\n *param_2 = iVar9 + 2 + (uint)(*(char *)(iVar9 + 2) == '_');\nLAB_00022fd2:\n puVar5 = PTR__sch_istable_0003ffb4;\n local_40 = 0;\n do {\n if (local_4c == 0) {\n if (param_3 == (int *)0x0) {\n return 1;\n }\n *param_3 = local_40;\n return 1;\n }\n pbVar4 = (byte *)*param_2;\n bVar2 = *pbVar4;\n pbVar11 = pbVar4;\n if (bVar2 == 0x5f) {\n pbVar11 = pbVar4 + 1;\n *param_2 = (int)pbVar11;\n bVar2 = pbVar4[1];\n }\n uVar10 = (uint)bVar2;\n if (bVar2 == 0x74) {\n if (param_3 == (int *)0x0) {\n iVar9 = FUN_000228f0();\n }\n else {\n iVar9 = FUN_000228f0();\n if (iVar9 == 0) {\n return 0;\n }\n sVar6 = strlen(local_20);\n local_40 = FUN_00021390(sVar6,9);\n free(local_20);\n iVar9 = local_40;\n }\n if (iVar9 == 0) {\n return 0;\n }\n }\n else {\n uVar12 = 0;\n if ((puVar5[uVar10 * 2] & 4) != 0) {\n uVar12 = 0;\n do {\n pbVar11 = pbVar11 + 1;\n *param_2 = (int)pbVar11;\n uVar12 = (char)uVar10 + -0x30 + uVar12 * 10;\n uVar10 = (uint)*pbVar11;\n } while ((puVar5[uVar10 * 2] & 4) != 0);\n sVar6 = strlen((char *)pbVar11);\n if (sVar6 < uVar12) goto LAB_00022fa0;\n }\n if (param_3 != (int *)0x0) {\n if ((local_40 != 0) &&\n (piVar7 = (int *)FUN_000205d0(*param_1,local_40), piVar7 != (int *)0x0)) {\n __s2 = (char *)FUN_000209e0();\n iVar9 = *piVar7;\n if (iVar9 == 0) {\n free(__s2);\n }\n else {\n do {\n local_40 = FUN_00020610(*param_1,iVar9);\n if (local_40 == 0) {\n free(__s2);\n return 0;\n }\n __s1 = (char *)FUN_00020440(*param_1,local_40);\n if ((__s1 != (char *)0x0) && (iVar9 = strcmp(__s1,__s2), iVar9 == 0)) {\n free(__s2);\n *param_2 = *param_2 + uVar12;\n goto LAB_0002305b;\n }\n piVar7 = piVar7 + 1;\n iVar9 = *piVar7;\n } while (iVar9 != 0);\n free(__s2);\n }\n }\n uVar8 = 9;\n if (local_4c == 1) {\n __ptr = (void *)FUN_000209e0();\n local_40 = FUN_00020230(*param_1,__ptr);\n free(__ptr);\n if (local_40 != 0) goto LAB_0002313e;\n uVar8 = 0;\n }\n local_40 = FUN_00021390(uVar12,uVar8);\n if (local_40 == 0) {\n return 0;\n }\n }\nLAB_0002313e:\n *param_2 = *param_2 + uVar12;\n }\nLAB_0002305b:\n local_4c = local_4c + -1;\n } while( true );\n }\n if (((cVar1 == '_') && ((PTR__sch_istable_0003ffb4[(uint)*(byte *)(iVar9 + 2) * 2] & 4) != 0))\n && (*(byte *)(iVar9 + 2) != 0x30)) {\n pbVar11 = (byte *)(iVar9 + 2);\n local_4c = strtol((char *)pbVar11,(char **)0x0,10);\n bVar2 = *(byte *)(iVar9 + 2);\n bVar3 = puVar5[(uint)bVar2 * 2];\n while ((bVar3 & 4) != 0) {\n pbVar11 = pbVar11 + 1;\n bVar2 = *pbVar11;\n bVar3 = puVar5[(uint)bVar2 * 2];\n }\n if (bVar2 == 0x5f) {\n *param_2 = (int)(pbVar11 + 1);\n goto LAB_00022fd2;\n }\n }\n }" (if "if") (parenthesized_expression "('0' < cVar1)" (( "(") (binary_expression "'0' < cVar1" (char_literal "'0'" (' "'") (character "0") (' "'")) (< "<") (identifier "cVar1")) () ")")) (compound_statement "{\n if (cVar1 < ':') {\n local_4c = cVar1 + -0x30;\n *param_2 = iVar9 + 2 + (uint)(*(char *)(iVar9 + 2) == '_');\nLAB_00022fd2:\n puVar5 = PTR__sch_istable_0003ffb4;\n local_40 = 0;\n do {\n if (local_4c == 0) {\n if (param_3 == (int *)0x0) {\n return 1;\n }\n *param_3 = local_40;\n return 1;\n }\n pbVar4 = (byte *)*param_2;\n bVar2 = *pbVar4;\n pbVar11 = pbVar4;\n if (bVar2 == 0x5f) {\n pbVar11 = pbVar4 + 1;\n *param_2 = (int)pbVar11;\n bVar2 = pbVar4[1];\n }\n uVar10 = (uint)bVar2;\n if (bVar2 == 0x74) {\n if (param_3 == (int *)0x0) {\n iVar9 = FUN_000228f0();\n }\n else {\n iVar9 = FUN_000228f0();\n if (iVar9 == 0) {\n return 0;\n }\n sVar6 = strlen(local_20);\n local_40 = FUN_00021390(sVar6,9);\n free(local_20);\n iVar9 = local_40;\n }\n if (iVar9 == 0) {\n return 0;\n }\n }\n else {\n uVar12 = 0;\n if ((puVar5[uVar10 * 2] & 4) != 0) {\n uVar12 = 0;\n do {\n pbVar11 = pbVar11 + 1;\n *param_2 = (int)pbVar11;\n uVar12 = (char)uVar10 + -0x30 + uVar12 * 10;\n uVar10 = (uint)*pbVar11;\n } while ((puVar5[uVar10 * 2] & 4) != 0);\n sVar6 = strlen((char *)pbVar11);\n if (sVar6 < uVar12) goto LAB_00022fa0;\n }\n if (param_3 != (int *)0x0) {\n if ((local_40 != 0) &&\n (piVar7 = (int *)FUN_000205d0(*param_1,local_40), piVar7 != (int *)0x0)) {\n __s2 = (char *)FUN_000209e0();\n iVar9 = *piVar7;\n if (iVar9 == 0) {\n free(__s2);\n }\n else {\n do {\n local_40 = FUN_00020610(*param_1,iVar9);\n if (local_40 == 0) {\n free(__s2);\n return 0;\n }\n __s1 = (char *)FUN_00020440(*param_1,local_40);\n if ((__s1 != (char *)0x0) && (iVar9 = strcmp(__s1,__s2), iVar9 == 0)) {\n free(__s2);\n *param_2 = *param_2 + uVar12;\n goto LAB_0002305b;\n }\n piVar7 = piVar7 + 1;\n iVar9 = *piVar7;\n } while (iVar9 != 0);\n free(__s2);\n }\n }\n uVar8 = 9;\n if (local_4c == 1) {\n __ptr = (void *)FUN_000209e0();\n local_40 = FUN_00020230(*param_1,__ptr);\n free(__ptr);\n if (local_40 != 0) goto LAB_0002313e;\n uVar8 = 0;\n }\n local_40 = FUN_00021390(uVar12,uVar8);\n if (local_40 == 0) {\n return 0;\n }\n }\nLAB_0002313e:\n *param_2 = *param_2 + uVar12;\n }\nLAB_0002305b:\n local_4c = local_4c + -1;\n } while( true );\n }\n if (((cVar1 == '_') && ((PTR__sch_istable_0003ffb4[(uint)*(byte *)(iVar9 + 2) * 2] & 4) != 0))\n && (*(byte *)(iVar9 + 2) != 0x30)) {\n pbVar11 = (byte *)(iVar9 + 2);\n local_4c = strtol((char *)pbVar11,(char **)0x0,10);\n bVar2 = *(byte *)(iVar9 + 2);\n bVar3 = puVar5[(uint)bVar2 * 2];\n while ((bVar3 & 4) != 0) {\n pbVar11 = pbVar11 + 1;\n bVar2 = *pbVar11;\n bVar3 = puVar5[(uint)bVar2 * 2];\n }\n if (bVar2 == 0x5f) {\n *param_2 = (int)(pbVar11 + 1);\n goto LAB_00022fd2;\n }\n }\n }" ({ "{") (if_statement "if (cVar1 < ':') {\n local_4c = cVar1 + -0x30;\n *param_2 = iVar9 + 2 + (uint)(*(char *)(iVar9 + 2) == '_');\nLAB_00022fd2:\n puVar5 = PTR__sch_istable_0003ffb4;\n local_40 = 0;\n do {\n if (local_4c == 0) {\n if (param_3 == (int *)0x0) {\n return 1;\n }\n *param_3 = local_40;\n return 1;\n }\n pbVar4 = (byte *)*param_2;\n bVar2 = *pbVar4;\n pbVar11 = pbVar4;\n if (bVar2 == 0x5f) {\n pbVar11 = pbVar4 + 1;\n *param_2 = (int)pbVar11;\n bVar2 = pbVar4[1];\n }\n uVar10 = (uint)bVar2;\n if (bVar2 == 0x74) {\n if (param_3 == (int *)0x0) {\n iVar9 = FUN_000228f0();\n }\n else {\n iVar9 = FUN_000228f0();\n if (iVar9 == 0) {\n return 0;\n }\n sVar6 = strlen(local_20);\n local_40 = FUN_00021390(sVar6,9);\n free(local_20);\n iVar9 = local_40;\n }\n if (iVar9 == 0) {\n return 0;\n }\n }\n else {\n uVar12 = 0;\n if ((puVar5[uVar10 * 2] & 4) != 0) {\n uVar12 = 0;\n do {\n pbVar11 = pbVar11 + 1;\n *param_2 = (int)pbVar11;\n uVar12 = (char)uVar10 + -0x30 + uVar12 * 10;\n uVar10 = (uint)*pbVar11;\n } while ((puVar5[uVar10 * 2] & 4) != 0);\n sVar6 = strlen((char *)pbVar11);\n if (sVar6 < uVar12) goto LAB_00022fa0;\n }\n if (param_3 != (int *)0x0) {\n if ((local_40 != 0) &&\n (piVar7 = (int *)FUN_000205d0(*param_1,local_40), piVar7 != (int *)0x0)) {\n __s2 = (char *)FUN_000209e0();\n iVar9 = *piVar7;\n if (iVar9 == 0) {\n free(__s2);\n }\n else {\n do {\n local_40 = FUN_00020610(*param_1,iVar9);\n if (local_40 == 0) {\n free(__s2);\n return 0;\n }\n __s1 = (char *)FUN_00020440(*param_1,local_40);\n if ((__s1 != (char *)0x0) && (iVar9 = strcmp(__s1,__s2), iVar9 == 0)) {\n free(__s2);\n *param_2 = *param_2 + uVar12;\n goto LAB_0002305b;\n }\n piVar7 = piVar7 + 1;\n iVar9 = *piVar7;\n } while (iVar9 != 0);\n free(__s2);\n }\n }\n uVar8 = 9;\n if (local_4c == 1) {\n __ptr = (void *)FUN_000209e0();\n local_40 = FUN_00020230(*param_1,__ptr);\n free(__ptr);\n if (local_40 != 0) goto LAB_0002313e;\n uVar8 = 0;\n }\n local_40 = FUN_00021390(uVar12,uVar8);\n if (local_40 == 0) {\n return 0;\n }\n }\nLAB_0002313e:\n *param_2 = *param_2 + uVar12;\n }\nLAB_0002305b:\n local_4c = local_4c + -1;\n } while( true );\n }" (if "if") (parenthesized_expression "(cVar1 < ':')" (( "(") (binary_expression "cVar1 < ':'" (identifier "cVar1") (< "<") (char_literal "':'" (' "'") (character ":") (' "'"))) () ")")) (compound_statement "{\n local_4c = cVar1 + -0x30;\n *param_2 = iVar9 + 2 + (uint)(*(char *)(iVar9 + 2) == '_');\nLAB_00022fd2:\n puVar5 = PTR__sch_istable_0003ffb4;\n local_40 = 0;\n do {\n if (local_4c == 0) {\n if (param_3 == (int *)0x0) {\n return 1;\n }\n *param_3 = local_40;\n return 1;\n }\n pbVar4 = (byte *)*param_2;\n bVar2 = *pbVar4;\n pbVar11 = pbVar4;\n if (bVar2 == 0x5f) {\n pbVar11 = pbVar4 + 1;\n *param_2 = (int)pbVar11;\n bVar2 = pbVar4[1];\n }\n uVar10 = (uint)bVar2;\n if (bVar2 == 0x74) {\n if (param_3 == (int *)0x0) {\n iVar9 = FUN_000228f0();\n }\n else {\n iVar9 = FUN_000228f0();\n if (iVar9 == 0) {\n return 0;\n }\n sVar6 = strlen(local_20);\n local_40 = FUN_00021390(sVar6,9);\n free(local_20);\n iVar9 = local_40;\n }\n if (iVar9 == 0) {\n return 0;\n }\n }\n else {\n uVar12 = 0;\n if ((puVar5[uVar10 * 2] & 4) != 0) {\n uVar12 = 0;\n do {\n pbVar11 = pbVar11 + 1;\n *param_2 = (int)pbVar11;\n uVar12 = (char)uVar10 + -0x30 + uVar12 * 10;\n uVar10 = (uint)*pbVar11;\n } while ((puVar5[uVar10 * 2] & 4) != 0);\n sVar6 = strlen((char *)pbVar11);\n if (sVar6 < uVar12) goto LAB_00022fa0;\n }\n if (param_3 != (int *)0x0) {\n if ((local_40 != 0) &&\n (piVar7 = (int *)FUN_000205d0(*param_1,local_40), piVar7 != (int *)0x0)) {\n __s2 = (char *)FUN_000209e0();\n iVar9 = *piVar7;\n if (iVar9 == 0) {\n free(__s2);\n }\n else {\n do {\n local_40 = FUN_00020610(*param_1,iVar9);\n if (local_40 == 0) {\n free(__s2);\n return 0;\n }\n __s1 = (char *)FUN_00020440(*param_1,local_40);\n if ((__s1 != (char *)0x0) && (iVar9 = strcmp(__s1,__s2), iVar9 == 0)) {\n free(__s2);\n *param_2 = *param_2 + uVar12;\n goto LAB_0002305b;\n }\n piVar7 = piVar7 + 1;\n iVar9 = *piVar7;\n } while (iVar9 != 0);\n free(__s2);\n }\n }\n uVar8 = 9;\n if (local_4c == 1) {\n __ptr = (void *)FUN_000209e0();\n local_40 = FUN_00020230(*param_1,__ptr);\n free(__ptr);\n if (local_40 != 0) goto LAB_0002313e;\n uVar8 = 0;\n }\n local_40 = FUN_00021390(uVar12,uVar8);\n if (local_40 == 0) {\n return 0;\n }\n }\nLAB_0002313e:\n *param_2 = *param_2 + uVar12;\n }\nLAB_0002305b:\n local_4c = local_4c + -1;\n } while( true );\n }" ({ "{") (expression_statement "local_4c = cVar1 + -0x30;" (assignment_expression "local_4c = cVar1 + -0x30" (identifier "local_4c") (= "=") (binary_expression "cVar1 + -0x30" (identifier "cVar1") (+ "+") (number_literal "-0x30"))) (; ";")) (expression_statement "*param_2 = iVar9 + 2 + (uint)(*(char *)(iVar9 + 2) == '_');" (assignment_expression "*param_2 = iVar9 + 2 + (uint)(*(char *)(iVar9 + 2) == '_')" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (= "=") (binary_expression "iVar9 + 2 + (uint)(*(char *)(iVar9 + 2) == '_')" (binary_expression "iVar9 + 2" (identifier "iVar9") (+ "+") (number_literal "2")) (+ "+") (call_expression "(uint)(*(char *)(iVar9 + 2) == '_')" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "(*(char *)(iVar9 + 2) == '_')" (( "(") (binary_expression "*(char *)(iVar9 + 2) == '_'" (pointer_expression "*(char *)(iVar9 + 2)" (* "*") (cast_expression "(char *)(iVar9 + 2)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar9 + 2)" (( "(") (binary_expression "iVar9 + 2" (identifier "iVar9") (+ "+") (number_literal "2")) () ")")))) (== "==") (char_literal "'_'" (' "'") (character "_") (' "'"))) () ")"))))) (; ";")) (labeled_statement "LAB_00022fd2:\n puVar5 = PTR__sch_istable_0003ffb4;" (statement_identifier "LAB_00022fd2") (: ":") (expression_statement "puVar5 = PTR__sch_istable_0003ffb4;" (assignment_expression "puVar5 = PTR__sch_istable_0003ffb4" (identifier "puVar5") (= "=") (identifier "PTR__sch_istable_0003ffb4")) (; ";"))) (expression_statement "local_40 = 0;" (assignment_expression "local_40 = 0" (identifier "local_40") (= "=") (number_literal "0")) (; ";")) (do_statement "do {\n if (local_4c == 0) {\n if (param_3 == (int *)0x0) {\n return 1;\n }\n *param_3 = local_40;\n return 1;\n }\n pbVar4 = (byte *)*param_2;\n bVar2 = *pbVar4;\n pbVar11 = pbVar4;\n if (bVar2 == 0x5f) {\n pbVar11 = pbVar4 + 1;\n *param_2 = (int)pbVar11;\n bVar2 = pbVar4[1];\n }\n uVar10 = (uint)bVar2;\n if (bVar2 == 0x74) {\n if (param_3 == (int *)0x0) {\n iVar9 = FUN_000228f0();\n }\n else {\n iVar9 = FUN_000228f0();\n if (iVar9 == 0) {\n return 0;\n }\n sVar6 = strlen(local_20);\n local_40 = FUN_00021390(sVar6,9);\n free(local_20);\n iVar9 = local_40;\n }\n if (iVar9 == 0) {\n return 0;\n }\n }\n else {\n uVar12 = 0;\n if ((puVar5[uVar10 * 2] & 4) != 0) {\n uVar12 = 0;\n do {\n pbVar11 = pbVar11 + 1;\n *param_2 = (int)pbVar11;\n uVar12 = (char)uVar10 + -0x30 + uVar12 * 10;\n uVar10 = (uint)*pbVar11;\n } while ((puVar5[uVar10 * 2] & 4) != 0);\n sVar6 = strlen((char *)pbVar11);\n if (sVar6 < uVar12) goto LAB_00022fa0;\n }\n if (param_3 != (int *)0x0) {\n if ((local_40 != 0) &&\n (piVar7 = (int *)FUN_000205d0(*param_1,local_40), piVar7 != (int *)0x0)) {\n __s2 = (char *)FUN_000209e0();\n iVar9 = *piVar7;\n if (iVar9 == 0) {\n free(__s2);\n }\n else {\n do {\n local_40 = FUN_00020610(*param_1,iVar9);\n if (local_40 == 0) {\n free(__s2);\n return 0;\n }\n __s1 = (char *)FUN_00020440(*param_1,local_40);\n if ((__s1 != (char *)0x0) && (iVar9 = strcmp(__s1,__s2), iVar9 == 0)) {\n free(__s2);\n *param_2 = *param_2 + uVar12;\n goto LAB_0002305b;\n }\n piVar7 = piVar7 + 1;\n iVar9 = *piVar7;\n } while (iVar9 != 0);\n free(__s2);\n }\n }\n uVar8 = 9;\n if (local_4c == 1) {\n __ptr = (void *)FUN_000209e0();\n local_40 = FUN_00020230(*param_1,__ptr);\n free(__ptr);\n if (local_40 != 0) goto LAB_0002313e;\n uVar8 = 0;\n }\n local_40 = FUN_00021390(uVar12,uVar8);\n if (local_40 == 0) {\n return 0;\n }\n }\nLAB_0002313e:\n *param_2 = *param_2 + uVar12;\n }\nLAB_0002305b:\n local_4c = local_4c + -1;\n } while( true );" (do "do") (compound_statement "{\n if (local_4c == 0) {\n if (param_3 == (int *)0x0) {\n return 1;\n }\n *param_3 = local_40;\n return 1;\n }\n pbVar4 = (byte *)*param_2;\n bVar2 = *pbVar4;\n pbVar11 = pbVar4;\n if (bVar2 == 0x5f) {\n pbVar11 = pbVar4 + 1;\n *param_2 = (int)pbVar11;\n bVar2 = pbVar4[1];\n }\n uVar10 = (uint)bVar2;\n if (bVar2 == 0x74) {\n if (param_3 == (int *)0x0) {\n iVar9 = FUN_000228f0();\n }\n else {\n iVar9 = FUN_000228f0();\n if (iVar9 == 0) {\n return 0;\n }\n sVar6 = strlen(local_20);\n local_40 = FUN_00021390(sVar6,9);\n free(local_20);\n iVar9 = local_40;\n }\n if (iVar9 == 0) {\n return 0;\n }\n }\n else {\n uVar12 = 0;\n if ((puVar5[uVar10 * 2] & 4) != 0) {\n uVar12 = 0;\n do {\n pbVar11 = pbVar11 + 1;\n *param_2 = (int)pbVar11;\n uVar12 = (char)uVar10 + -0x30 + uVar12 * 10;\n uVar10 = (uint)*pbVar11;\n } while ((puVar5[uVar10 * 2] & 4) != 0);\n sVar6 = strlen((char *)pbVar11);\n if (sVar6 < uVar12) goto LAB_00022fa0;\n }\n if (param_3 != (int *)0x0) {\n if ((local_40 != 0) &&\n (piVar7 = (int *)FUN_000205d0(*param_1,local_40), piVar7 != (int *)0x0)) {\n __s2 = (char *)FUN_000209e0();\n iVar9 = *piVar7;\n if (iVar9 == 0) {\n free(__s2);\n }\n else {\n do {\n local_40 = FUN_00020610(*param_1,iVar9);\n if (local_40 == 0) {\n free(__s2);\n return 0;\n }\n __s1 = (char *)FUN_00020440(*param_1,local_40);\n if ((__s1 != (char *)0x0) && (iVar9 = strcmp(__s1,__s2), iVar9 == 0)) {\n free(__s2);\n *param_2 = *param_2 + uVar12;\n goto LAB_0002305b;\n }\n piVar7 = piVar7 + 1;\n iVar9 = *piVar7;\n } while (iVar9 != 0);\n free(__s2);\n }\n }\n uVar8 = 9;\n if (local_4c == 1) {\n __ptr = (void *)FUN_000209e0();\n local_40 = FUN_00020230(*param_1,__ptr);\n free(__ptr);\n if (local_40 != 0) goto LAB_0002313e;\n uVar8 = 0;\n }\n local_40 = FUN_00021390(uVar12,uVar8);\n if (local_40 == 0) {\n return 0;\n }\n }\nLAB_0002313e:\n *param_2 = *param_2 + uVar12;\n }\nLAB_0002305b:\n local_4c = local_4c + -1;\n }" ({ "{") (if_statement "if (local_4c == 0) {\n if (param_3 == (int *)0x0) {\n return 1;\n }\n *param_3 = local_40;\n return 1;\n }" (if "if") (parenthesized_expression "(local_4c == 0)" (( "(") (binary_expression "local_4c == 0" (identifier "local_4c") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n if (param_3 == (int *)0x0) {\n return 1;\n }\n *param_3 = local_40;\n return 1;\n }" ({ "{") (if_statement "if (param_3 == (int *)0x0) {\n return 1;\n }" (if "if") (parenthesized_expression "(param_3 == (int *)0x0)" (( "(") (binary_expression "param_3 == (int *)0x0" (identifier "param_3") (== "==") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n return 1;\n }" ({ "{") (return_statement "return 1;" (return "return") (number_literal "1") (; ";")) (} "}"))) (expression_statement "*param_3 = local_40;" (assignment_expression "*param_3 = local_40" (pointer_expression "*param_3" (* "*") (identifier "param_3")) (= "=") (identifier "local_40")) (; ";")) (return_statement "return 1;" (return "return") (number_literal "1") (; ";")) (} "}"))) (expression_statement "pbVar4 = (byte *)*param_2;" (assignment_expression "pbVar4 = (byte *)*param_2" (identifier "pbVar4") (= "=") (cast_expression "(byte *)*param_2" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_2" (* "*") (identifier "param_2")))) (; ";")) (expression_statement "bVar2 = *pbVar4;" (assignment_expression "bVar2 = *pbVar4" (identifier "bVar2") (= "=") (pointer_expression "*pbVar4" (* "*") (identifier "pbVar4"))) (; ";")) (expression_statement "pbVar11 = pbVar4;" (assignment_expression "pbVar11 = pbVar4" (identifier "pbVar11") (= "=") (identifier "pbVar4")) (; ";")) (if_statement "if (bVar2 == 0x5f) {\n pbVar11 = pbVar4 + 1;\n *param_2 = (int)pbVar11;\n bVar2 = pbVar4[1];\n }" (if "if") (parenthesized_expression "(bVar2 == 0x5f)" (( "(") (binary_expression "bVar2 == 0x5f" (identifier "bVar2") (== "==") (number_literal "0x5f")) () ")")) (compound_statement "{\n pbVar11 = pbVar4 + 1;\n *param_2 = (int)pbVar11;\n bVar2 = pbVar4[1];\n }" ({ "{") (expression_statement "pbVar11 = pbVar4 + 1;" (assignment_expression "pbVar11 = pbVar4 + 1" (identifier "pbVar11") (= "=") (binary_expression "pbVar4 + 1" (identifier "pbVar4") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "*param_2 = (int)pbVar11;" (assignment_expression "*param_2 = (int)pbVar11" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (= "=") (cast_expression "(int)pbVar11" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "pbVar11"))) (; ";")) (expression_statement "bVar2 = pbVar4[1];" (assignment_expression "bVar2 = pbVar4[1]" (identifier "bVar2") (= "=") (subscript_expression "pbVar4[1]" (identifier "pbVar4") ([ "[") (number_literal "1") (] "]"))) (; ";")) (} "}"))) (expression_statement "uVar10 = (uint)bVar2;" (assignment_expression "uVar10 = (uint)bVar2" (identifier "uVar10") (= "=") (cast_expression "(uint)bVar2" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "bVar2"))) (; ";")) (if_statement "if (bVar2 == 0x74) {\n if (param_3 == (int *)0x0) {\n iVar9 = FUN_000228f0();\n }\n else {\n iVar9 = FUN_000228f0();\n if (iVar9 == 0) {\n return 0;\n }\n sVar6 = strlen(local_20);\n local_40 = FUN_00021390(sVar6,9);\n free(local_20);\n iVar9 = local_40;\n }\n if (iVar9 == 0) {\n return 0;\n }\n }\n else {\n uVar12 = 0;\n if ((puVar5[uVar10 * 2] & 4) != 0) {\n uVar12 = 0;\n do {\n pbVar11 = pbVar11 + 1;\n *param_2 = (int)pbVar11;\n uVar12 = (char)uVar10 + -0x30 + uVar12 * 10;\n uVar10 = (uint)*pbVar11;\n } while ((puVar5[uVar10 * 2] & 4) != 0);\n sVar6 = strlen((char *)pbVar11);\n if (sVar6 < uVar12) goto LAB_00022fa0;\n }\n if (param_3 != (int *)0x0) {\n if ((local_40 != 0) &&\n (piVar7 = (int *)FUN_000205d0(*param_1,local_40), piVar7 != (int *)0x0)) {\n __s2 = (char *)FUN_000209e0();\n iVar9 = *piVar7;\n if (iVar9 == 0) {\n free(__s2);\n }\n else {\n do {\n local_40 = FUN_00020610(*param_1,iVar9);\n if (local_40 == 0) {\n free(__s2);\n return 0;\n }\n __s1 = (char *)FUN_00020440(*param_1,local_40);\n if ((__s1 != (char *)0x0) && (iVar9 = strcmp(__s1,__s2), iVar9 == 0)) {\n free(__s2);\n *param_2 = *param_2 + uVar12;\n goto LAB_0002305b;\n }\n piVar7 = piVar7 + 1;\n iVar9 = *piVar7;\n } while (iVar9 != 0);\n free(__s2);\n }\n }\n uVar8 = 9;\n if (local_4c == 1) {\n __ptr = (void *)FUN_000209e0();\n local_40 = FUN_00020230(*param_1,__ptr);\n free(__ptr);\n if (local_40 != 0) goto LAB_0002313e;\n uVar8 = 0;\n }\n local_40 = FUN_00021390(uVar12,uVar8);\n if (local_40 == 0) {\n return 0;\n }\n }\nLAB_0002313e:\n *param_2 = *param_2 + uVar12;\n }" (if "if") (parenthesized_expression "(bVar2 == 0x74)" (( "(") (binary_expression "bVar2 == 0x74" (identifier "bVar2") (== "==") (number_literal "0x74")) () ")")) (compound_statement "{\n if (param_3 == (int *)0x0) {\n iVar9 = FUN_000228f0();\n }\n else {\n iVar9 = FUN_000228f0();\n if (iVar9 == 0) {\n return 0;\n }\n sVar6 = strlen(local_20);\n local_40 = FUN_00021390(sVar6,9);\n free(local_20);\n iVar9 = local_40;\n }\n if (iVar9 == 0) {\n return 0;\n }\n }" ({ "{") (if_statement "if (param_3 == (int *)0x0) {\n iVar9 = FUN_000228f0();\n }\n else {\n iVar9 = FUN_000228f0();\n if (iVar9 == 0) {\n return 0;\n }\n sVar6 = strlen(local_20);\n local_40 = FUN_00021390(sVar6,9);\n free(local_20);\n iVar9 = local_40;\n }" (if "if") (parenthesized_expression "(param_3 == (int *)0x0)" (( "(") (binary_expression "param_3 == (int *)0x0" (identifier "param_3") (== "==") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n iVar9 = FUN_000228f0();\n }" ({ "{") (expression_statement "iVar9 = FUN_000228f0();" (assignment_expression "iVar9 = FUN_000228f0()" (identifier "iVar9") (= "=") (call_expression "FUN_000228f0()" (identifier "FUN_000228f0") (argument_list "()" (( "(") () ")")))) (; ";")) (} "}")) (else_clause "else {\n iVar9 = FUN_000228f0();\n if (iVar9 == 0) {\n return 0;\n }\n sVar6 = strlen(local_20);\n local_40 = FUN_00021390(sVar6,9);\n free(local_20);\n iVar9 = local_40;\n }" (else "else") (compound_statement "{\n iVar9 = FUN_000228f0();\n if (iVar9 == 0) {\n return 0;\n }\n sVar6 = strlen(local_20);\n local_40 = FUN_00021390(sVar6,9);\n free(local_20);\n iVar9 = local_40;\n }" ({ "{") (expression_statement "iVar9 = FUN_000228f0();" (assignment_expression "iVar9 = FUN_000228f0()" (identifier "iVar9") (= "=") (call_expression "FUN_000228f0()" (identifier "FUN_000228f0") (argument_list "()" (( "(") () ")")))) (; ";")) (if_statement "if (iVar9 == 0) {\n return 0;\n }" (if "if") (parenthesized_expression "(iVar9 == 0)" (( "(") (binary_expression "iVar9 == 0" (identifier "iVar9") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n return 0;\n }" ({ "{") (return_statement "return 0;" (return "return") (number_literal "0") (; ";")) (} "}"))) (expression_statement "sVar6 = strlen(local_20);" (assignment_expression "sVar6 = strlen(local_20)" (identifier "sVar6") (= "=") (call_expression "strlen(local_20)" (identifier "strlen") (argument_list "(local_20)" (( "(") (identifier "local_20") () ")")))) (; ";")) (expression_statement "local_40 = FUN_00021390(sVar6,9);" (assignment_expression "local_40 = FUN_00021390(sVar6,9)" (identifier "local_40") (= "=") (call_expression "FUN_00021390(sVar6,9)" (identifier "FUN_00021390") (argument_list "(sVar6,9)" (( "(") (identifier "sVar6") (, ",") (number_literal "9") () ")")))) (; ";")) (expression_statement "free(local_20);" (call_expression "free(local_20)" (identifier "free") (argument_list "(local_20)" (( "(") (identifier "local_20") () ")"))) (; ";")) (expression_statement "iVar9 = local_40;" (assignment_expression "iVar9 = local_40" (identifier "iVar9") (= "=") (identifier "local_40")) (; ";")) (} "}")))) (if_statement "if (iVar9 == 0) {\n return 0;\n }" (if "if") (parenthesized_expression "(iVar9 == 0)" (( "(") (binary_expression "iVar9 == 0" (identifier "iVar9") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n return 0;\n }" ({ "{") (return_statement "return 0;" (return "return") (number_literal "0") (; ";")) (} "}"))) (} "}")) (else_clause "else {\n uVar12 = 0;\n if ((puVar5[uVar10 * 2] & 4) != 0) {\n uVar12 = 0;\n do {\n pbVar11 = pbVar11 + 1;\n *param_2 = (int)pbVar11;\n uVar12 = (char)uVar10 + -0x30 + uVar12 * 10;\n uVar10 = (uint)*pbVar11;\n } while ((puVar5[uVar10 * 2] & 4) != 0);\n sVar6 = strlen((char *)pbVar11);\n if (sVar6 < uVar12) goto LAB_00022fa0;\n }\n if (param_3 != (int *)0x0) {\n if ((local_40 != 0) &&\n (piVar7 = (int *)FUN_000205d0(*param_1,local_40), piVar7 != (int *)0x0)) {\n __s2 = (char *)FUN_000209e0();\n iVar9 = *piVar7;\n if (iVar9 == 0) {\n free(__s2);\n }\n else {\n do {\n local_40 = FUN_00020610(*param_1,iVar9);\n if (local_40 == 0) {\n free(__s2);\n return 0;\n }\n __s1 = (char *)FUN_00020440(*param_1,local_40);\n if ((__s1 != (char *)0x0) && (iVar9 = strcmp(__s1,__s2), iVar9 == 0)) {\n free(__s2);\n *param_2 = *param_2 + uVar12;\n goto LAB_0002305b;\n }\n piVar7 = piVar7 + 1;\n iVar9 = *piVar7;\n } while (iVar9 != 0);\n free(__s2);\n }\n }\n uVar8 = 9;\n if (local_4c == 1) {\n __ptr = (void *)FUN_000209e0();\n local_40 = FUN_00020230(*param_1,__ptr);\n free(__ptr);\n if (local_40 != 0) goto LAB_0002313e;\n uVar8 = 0;\n }\n local_40 = FUN_00021390(uVar12,uVar8);\n if (local_40 == 0) {\n return 0;\n }\n }\nLAB_0002313e:\n *param_2 = *param_2 + uVar12;\n }" (else "else") (compound_statement "{\n uVar12 = 0;\n if ((puVar5[uVar10 * 2] & 4) != 0) {\n uVar12 = 0;\n do {\n pbVar11 = pbVar11 + 1;\n *param_2 = (int)pbVar11;\n uVar12 = (char)uVar10 + -0x30 + uVar12 * 10;\n uVar10 = (uint)*pbVar11;\n } while ((puVar5[uVar10 * 2] & 4) != 0);\n sVar6 = strlen((char *)pbVar11);\n if (sVar6 < uVar12) goto LAB_00022fa0;\n }\n if (param_3 != (int *)0x0) {\n if ((local_40 != 0) &&\n (piVar7 = (int *)FUN_000205d0(*param_1,local_40), piVar7 != (int *)0x0)) {\n __s2 = (char *)FUN_000209e0();\n iVar9 = *piVar7;\n if (iVar9 == 0) {\n free(__s2);\n }\n else {\n do {\n local_40 = FUN_00020610(*param_1,iVar9);\n if (local_40 == 0) {\n free(__s2);\n return 0;\n }\n __s1 = (char *)FUN_00020440(*param_1,local_40);\n if ((__s1 != (char *)0x0) && (iVar9 = strcmp(__s1,__s2), iVar9 == 0)) {\n free(__s2);\n *param_2 = *param_2 + uVar12;\n goto LAB_0002305b;\n }\n piVar7 = piVar7 + 1;\n iVar9 = *piVar7;\n } while (iVar9 != 0);\n free(__s2);\n }\n }\n uVar8 = 9;\n if (local_4c == 1) {\n __ptr = (void *)FUN_000209e0();\n local_40 = FUN_00020230(*param_1,__ptr);\n free(__ptr);\n if (local_40 != 0) goto LAB_0002313e;\n uVar8 = 0;\n }\n local_40 = FUN_00021390(uVar12,uVar8);\n if (local_40 == 0) {\n return 0;\n }\n }\nLAB_0002313e:\n *param_2 = *param_2 + uVar12;\n }" ({ "{") (expression_statement "uVar12 = 0;" (assignment_expression "uVar12 = 0" (identifier "uVar12") (= "=") (number_literal "0")) (; ";")) (if_statement "if ((puVar5[uVar10 * 2] & 4) != 0) {\n uVar12 = 0;\n do {\n pbVar11 = pbVar11 + 1;\n *param_2 = (int)pbVar11;\n uVar12 = (char)uVar10 + -0x30 + uVar12 * 10;\n uVar10 = (uint)*pbVar11;\n } while ((puVar5[uVar10 * 2] & 4) != 0);\n sVar6 = strlen((char *)pbVar11);\n if (sVar6 < uVar12) goto LAB_00022fa0;\n }" (if "if") (parenthesized_expression "((puVar5[uVar10 * 2] & 4) != 0)" (( "(") (binary_expression "(puVar5[uVar10 * 2] & 4) != 0" (parenthesized_expression "(puVar5[uVar10 * 2] & 4)" (( "(") (binary_expression "puVar5[uVar10 * 2] & 4" (subscript_expression "puVar5[uVar10 * 2]" (identifier "puVar5") ([ "[") (binary_expression "uVar10 * 2" (identifier "uVar10") (* "*") (number_literal "2")) (] "]")) (& "&") (number_literal "4")) () ")")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n uVar12 = 0;\n do {\n pbVar11 = pbVar11 + 1;\n *param_2 = (int)pbVar11;\n uVar12 = (char)uVar10 + -0x30 + uVar12 * 10;\n uVar10 = (uint)*pbVar11;\n } while ((puVar5[uVar10 * 2] & 4) != 0);\n sVar6 = strlen((char *)pbVar11);\n if (sVar6 < uVar12) goto LAB_00022fa0;\n }" ({ "{") (expression_statement "uVar12 = 0;" (assignment_expression "uVar12 = 0" (identifier "uVar12") (= "=") (number_literal "0")) (; ";")) (do_statement "do {\n pbVar11 = pbVar11 + 1;\n *param_2 = (int)pbVar11;\n uVar12 = (char)uVar10 + -0x30 + uVar12 * 10;\n uVar10 = (uint)*pbVar11;\n } while ((puVar5[uVar10 * 2] & 4) != 0);" (do "do") (compound_statement "{\n pbVar11 = pbVar11 + 1;\n *param_2 = (int)pbVar11;\n uVar12 = (char)uVar10 + -0x30 + uVar12 * 10;\n uVar10 = (uint)*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 "*param_2 = (int)pbVar11;" (assignment_expression "*param_2 = (int)pbVar11" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (= "=") (cast_expression "(int)pbVar11" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "pbVar11"))) (; ";")) (expression_statement "uVar12 = (char)uVar10 + -0x30 + uVar12 * 10;" (assignment_expression "uVar12 = (char)uVar10 + -0x30 + uVar12 * 10" (identifier "uVar12") (= "=") (binary_expression "(char)uVar10 + -0x30 + uVar12 * 10" (binary_expression "(char)uVar10 + -0x30" (cast_expression "(char)uVar10" (( "(") (type_descriptor "char" (primitive_type "char")) () ")") (identifier "uVar10")) (+ "+") (number_literal "-0x30")) (+ "+") (binary_expression "uVar12 * 10" (identifier "uVar12") (* "*") (number_literal "10")))) (; ";")) (expression_statement "uVar10 = (uint)*pbVar11;" (assignment_expression "uVar10 = (uint)*pbVar11" (identifier "uVar10") (= "=") (binary_expression "(uint)*pbVar11" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (* "*") (identifier "pbVar11"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "((puVar5[uVar10 * 2] & 4) != 0)" (( "(") (binary_expression "(puVar5[uVar10 * 2] & 4) != 0" (parenthesized_expression "(puVar5[uVar10 * 2] & 4)" (( "(") (binary_expression "puVar5[uVar10 * 2] & 4" (subscript_expression "puVar5[uVar10 * 2]" (identifier "puVar5") ([ "[") (binary_expression "uVar10 * 2" (identifier "uVar10") (* "*") (number_literal "2")) (] "]")) (& "&") (number_literal "4")) () ")")) (!= "!=") (number_literal "0")) () ")")) (; ";")) (expression_statement "sVar6 = strlen((char *)pbVar11);" (assignment_expression "sVar6 = strlen((char *)pbVar11)" (identifier "sVar6") (= "=") (call_expression "strlen((char *)pbVar11)" (identifier "strlen") (argument_list "((char *)pbVar11)" (( "(") (cast_expression "(char *)pbVar11" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "pbVar11")) () ")")))) (; ";")) (if_statement "if (sVar6 < uVar12) goto LAB_00022fa0;" (if "if") (parenthesized_expression "(sVar6 < uVar12)" (( "(") (binary_expression "sVar6 < uVar12" (identifier "sVar6") (< "<") (identifier "uVar12")) () ")")) (goto_statement "goto LAB_00022fa0;" (goto "goto") (statement_identifier "LAB_00022fa0") (; ";"))) (} "}"))) (if_statement "if (param_3 != (int *)0x0) {\n if ((local_40 != 0) &&\n (piVar7 = (int *)FUN_000205d0(*param_1,local_40), piVar7 != (int *)0x0)) {\n __s2 = (char *)FUN_000209e0();\n iVar9 = *piVar7;\n if (iVar9 == 0) {\n free(__s2);\n }\n else {\n do {\n local_40 = FUN_00020610(*param_1,iVar9);\n if (local_40 == 0) {\n free(__s2);\n return 0;\n }\n __s1 = (char *)FUN_00020440(*param_1,local_40);\n if ((__s1 != (char *)0x0) && (iVar9 = strcmp(__s1,__s2), iVar9 == 0)) {\n free(__s2);\n *param_2 = *param_2 + uVar12;\n goto LAB_0002305b;\n }\n piVar7 = piVar7 + 1;\n iVar9 = *piVar7;\n } while (iVar9 != 0);\n free(__s2);\n }\n }\n uVar8 = 9;\n if (local_4c == 1) {\n __ptr = (void *)FUN_000209e0();\n local_40 = FUN_00020230(*param_1,__ptr);\n free(__ptr);\n if (local_40 != 0) goto LAB_0002313e;\n uVar8 = 0;\n }\n local_40 = FUN_00021390(uVar12,uVar8);\n if (local_40 == 0) {\n return 0;\n }\n }" (if "if") (parenthesized_expression "(param_3 != (int *)0x0)" (( "(") (binary_expression "param_3 != (int *)0x0" (identifier "param_3") (!= "!=") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n if ((local_40 != 0) &&\n (piVar7 = (int *)FUN_000205d0(*param_1,local_40), piVar7 != (int *)0x0)) {\n __s2 = (char *)FUN_000209e0();\n iVar9 = *piVar7;\n if (iVar9 == 0) {\n free(__s2);\n }\n else {\n do {\n local_40 = FUN_00020610(*param_1,iVar9);\n if (local_40 == 0) {\n free(__s2);\n return 0;\n }\n __s1 = (char *)FUN_00020440(*param_1,local_40);\n if ((__s1 != (char *)0x0) && (iVar9 = strcmp(__s1,__s2), iVar9 == 0)) {\n free(__s2);\n *param_2 = *param_2 + uVar12;\n goto LAB_0002305b;\n }\n piVar7 = piVar7 + 1;\n iVar9 = *piVar7;\n } while (iVar9 != 0);\n free(__s2);\n }\n }\n uVar8 = 9;\n if (local_4c == 1) {\n __ptr = (void *)FUN_000209e0();\n local_40 = FUN_00020230(*param_1,__ptr);\n free(__ptr);\n if (local_40 != 0) goto LAB_0002313e;\n uVar8 = 0;\n }\n local_40 = FUN_00021390(uVar12,uVar8);\n if (local_40 == 0) {\n return 0;\n }\n }" ({ "{") (if_statement "if ((local_40 != 0) &&\n (piVar7 = (int *)FUN_000205d0(*param_1,local_40), piVar7 != (int *)0x0)) {\n __s2 = (char *)FUN_000209e0();\n iVar9 = *piVar7;\n if (iVar9 == 0) {\n free(__s2);\n }\n else {\n do {\n local_40 = FUN_00020610(*param_1,iVar9);\n if (local_40 == 0) {\n free(__s2);\n return 0;\n }\n __s1 = (char *)FUN_00020440(*param_1,local_40);\n if ((__s1 != (char *)0x0) && (iVar9 = strcmp(__s1,__s2), iVar9 == 0)) {\n free(__s2);\n *param_2 = *param_2 + uVar12;\n goto LAB_0002305b;\n }\n piVar7 = piVar7 + 1;\n iVar9 = *piVar7;\n } while (iVar9 != 0);\n free(__s2);\n }\n }" (if "if") (parenthesized_expression "((local_40 != 0) &&\n (piVar7 = (int *)FUN_000205d0(*param_1,local_40), piVar7 != (int *)0x0))" (( "(") (binary_expression "(local_40 != 0) &&\n (piVar7 = (int *)FUN_000205d0(*param_1,local_40), piVar7 != (int *)0x0)" (parenthesized_expression "(local_40 != 0)" (( "(") (binary_expression "local_40 != 0" (identifier "local_40") (!= "!=") (number_literal "0")) () ")")) (&& "&&") (parenthesized_expression "(piVar7 = (int *)FUN_000205d0(*param_1,local_40), piVar7 != (int *)0x0)" (( "(") (comma_expression "piVar7 = (int *)FUN_000205d0(*param_1,local_40), piVar7 != (int *)0x0" (assignment_expression "piVar7 = (int *)FUN_000205d0(*param_1,local_40)" (identifier "piVar7") (= "=") (cast_expression "(int *)FUN_000205d0(*param_1,local_40)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_000205d0(*param_1,local_40)" (identifier "FUN_000205d0") (argument_list "(*param_1,local_40)" (( "(") (pointer_expression "*param_1" (* "*") (identifier "param_1")) (, ",") (identifier "local_40") () ")"))))) (, ",") (binary_expression "piVar7 != (int *)0x0" (identifier "piVar7") (!= "!=") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0")))) () ")"))) () ")")) (compound_statement "{\n __s2 = (char *)FUN_000209e0();\n iVar9 = *piVar7;\n if (iVar9 == 0) {\n free(__s2);\n }\n else {\n do {\n local_40 = FUN_00020610(*param_1,iVar9);\n if (local_40 == 0) {\n free(__s2);\n return 0;\n }\n __s1 = (char *)FUN_00020440(*param_1,local_40);\n if ((__s1 != (char *)0x0) && (iVar9 = strcmp(__s1,__s2), iVar9 == 0)) {\n free(__s2);\n *param_2 = *param_2 + uVar12;\n goto LAB_0002305b;\n }\n piVar7 = piVar7 + 1;\n iVar9 = *piVar7;\n } while (iVar9 != 0);\n free(__s2);\n }\n }" ({ "{") (expression_statement "__s2 = (char *)FUN_000209e0();" (assignment_expression "__s2 = (char *)FUN_000209e0()" (identifier "__s2") (= "=") (cast_expression "(char *)FUN_000209e0()" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_000209e0()" (identifier "FUN_000209e0") (argument_list "()" (( "(") () ")"))))) (; ";")) (expression_statement "iVar9 = *piVar7;" (assignment_expression "iVar9 = *piVar7" (identifier "iVar9") (= "=") (pointer_expression "*piVar7" (* "*") (identifier "piVar7"))) (; ";")) (if_statement "if (iVar9 == 0) {\n free(__s2);\n }\n else {\n do {\n local_40 = FUN_00020610(*param_1,iVar9);\n if (local_40 == 0) {\n free(__s2);\n return 0;\n }\n __s1 = (char *)FUN_00020440(*param_1,local_40);\n if ((__s1 != (char *)0x0) && (iVar9 = strcmp(__s1,__s2), iVar9 == 0)) {\n free(__s2);\n *param_2 = *param_2 + uVar12;\n goto LAB_0002305b;\n }\n piVar7 = piVar7 + 1;\n iVar9 = *piVar7;\n } while (iVar9 != 0);\n free(__s2);\n }" (if "if") (parenthesized_expression "(iVar9 == 0)" (( "(") (binary_expression "iVar9 == 0" (identifier "iVar9") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n free(__s2);\n }" ({ "{") (expression_statement "free(__s2);" (call_expression "free(__s2)" (identifier "free") (argument_list "(__s2)" (( "(") (identifier "__s2") () ")"))) (; ";")) (} "}")) (else_clause "else {\n do {\n local_40 = FUN_00020610(*param_1,iVar9);\n if (local_40 == 0) {\n free(__s2);\n return 0;\n }\n __s1 = (char *)FUN_00020440(*param_1,local_40);\n if ((__s1 != (char *)0x0) && (iVar9 = strcmp(__s1,__s2), iVar9 == 0)) {\n free(__s2);\n *param_2 = *param_2 + uVar12;\n goto LAB_0002305b;\n }\n piVar7 = piVar7 + 1;\n iVar9 = *piVar7;\n } while (iVar9 != 0);\n free(__s2);\n }" (else "else") (compound_statement "{\n do {\n local_40 = FUN_00020610(*param_1,iVar9);\n if (local_40 == 0) {\n free(__s2);\n return 0;\n }\n __s1 = (char *)FUN_00020440(*param_1,local_40);\n if ((__s1 != (char *)0x0) && (iVar9 = strcmp(__s1,__s2), iVar9 == 0)) {\n free(__s2);\n *param_2 = *param_2 + uVar12;\n goto LAB_0002305b;\n }\n piVar7 = piVar7 + 1;\n iVar9 = *piVar7;\n } while (iVar9 != 0);\n free(__s2);\n }" ({ "{") (do_statement "do {\n local_40 = FUN_00020610(*param_1,iVar9);\n if (local_40 == 0) {\n free(__s2);\n return 0;\n }\n __s1 = (char *)FUN_00020440(*param_1,local_40);\n if ((__s1 != (char *)0x0) && (iVar9 = strcmp(__s1,__s2), iVar9 == 0)) {\n free(__s2);\n *param_2 = *param_2 + uVar12;\n goto LAB_0002305b;\n }\n piVar7 = piVar7 + 1;\n iVar9 = *piVar7;\n } while (iVar9 != 0);" (do "do") (compound_statement "{\n local_40 = FUN_00020610(*param_1,iVar9);\n if (local_40 == 0) {\n free(__s2);\n return 0;\n }\n __s1 = (char *)FUN_00020440(*param_1,local_40);\n if ((__s1 != (char *)0x0) && (iVar9 = strcmp(__s1,__s2), iVar9 == 0)) {\n free(__s2);\n *param_2 = *param_2 + uVar12;\n goto LAB_0002305b;\n }\n piVar7 = piVar7 + 1;\n iVar9 = *piVar7;\n }" ({ "{") (expression_statement "local_40 = FUN_00020610(*param_1,iVar9);" (assignment_expression "local_40 = FUN_00020610(*param_1,iVar9)" (identifier "local_40") (= "=") (call_expression "FUN_00020610(*param_1,iVar9)" (identifier "FUN_00020610") (argument_list "(*param_1,iVar9)" (( "(") (pointer_expression "*param_1" (* "*") (identifier "param_1")) (, ",") (identifier "iVar9") () ")")))) (; ";")) (if_statement "if (local_40 == 0) {\n free(__s2);\n return 0;\n }" (if "if") (parenthesized_expression "(local_40 == 0)" (( "(") (binary_expression "local_40 == 0" (identifier "local_40") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n free(__s2);\n return 0;\n }" ({ "{") (expression_statement "free(__s2);" (call_expression "free(__s2)" (identifier "free") (argument_list "(__s2)" (( "(") (identifier "__s2") () ")"))) (; ";")) (return_statement "return 0;" (return "return") (number_literal "0") (; ";")) (} "}"))) (expression_statement "__s1 = (char *)FUN_00020440(*param_1,local_40);" (assignment_expression "__s1 = (char *)FUN_00020440(*param_1,local_40)" (identifier "__s1") (= "=") (cast_expression "(char *)FUN_00020440(*param_1,local_40)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_00020440(*param_1,local_40)" (identifier "FUN_00020440") (argument_list "(*param_1,local_40)" (( "(") (pointer_expression "*param_1" (* "*") (identifier "param_1")) (, ",") (identifier "local_40") () ")"))))) (; ";")) (if_statement "if ((__s1 != (char *)0x0) && (iVar9 = strcmp(__s1,__s2), iVar9 == 0)) {\n free(__s2);\n *param_2 = *param_2 + uVar12;\n goto LAB_0002305b;\n }" (if "if") (parenthesized_expression "((__s1 != (char *)0x0) && (iVar9 = strcmp(__s1,__s2), iVar9 == 0))" (( "(") (binary_expression "(__s1 != (char *)0x0) && (iVar9 = strcmp(__s1,__s2), iVar9 == 0)" (parenthesized_expression "(__s1 != (char *)0x0)" (( "(") (binary_expression "__s1 != (char *)0x0" (identifier "__s1") (!= "!=") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (&& "&&") (parenthesized_expression "(iVar9 = strcmp(__s1,__s2), iVar9 == 0)" (( "(") (comma_expression "iVar9 = strcmp(__s1,__s2), iVar9 == 0" (assignment_expression "iVar9 = strcmp(__s1,__s2)" (identifier "iVar9") (= "=") (call_expression "strcmp(__s1,__s2)" (identifier "strcmp") (argument_list "(__s1,__s2)" (( "(") (identifier "__s1") (, ",") (identifier "__s2") () ")")))) (, ",") (binary_expression "iVar9 == 0" (identifier "iVar9") (== "==") (number_literal "0"))) () ")"))) () ")")) (compound_statement "{\n free(__s2);\n *param_2 = *param_2 + uVar12;\n goto LAB_0002305b;\n }" ({ "{") (expression_statement "free(__s2);" (call_expression "free(__s2)" (identifier "free") (argument_list "(__s2)" (( "(") (identifier "__s2") () ")"))) (; ";")) (expression_statement "*param_2 = *param_2 + uVar12;" (assignment_expression "*param_2 = *param_2 + uVar12" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (= "=") (binary_expression "*param_2 + uVar12" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (+ "+") (identifier "uVar12"))) (; ";")) (goto_statement "goto LAB_0002305b;" (goto "goto") (statement_identifier "LAB_0002305b") (; ";")) (} "}"))) (expression_statement "piVar7 = piVar7 + 1;" (assignment_expression "piVar7 = piVar7 + 1" (identifier "piVar7") (= "=") (binary_expression "piVar7 + 1" (identifier "piVar7") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "iVar9 = *piVar7;" (assignment_expression "iVar9 = *piVar7" (identifier "iVar9") (= "=") (pointer_expression "*piVar7" (* "*") (identifier "piVar7"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(iVar9 != 0)" (( "(") (binary_expression "iVar9 != 0" (identifier "iVar9") (!= "!=") (number_literal "0")) () ")")) (; ";")) (expression_statement "free(__s2);" (call_expression "free(__s2)" (identifier "free") (argument_list "(__s2)" (( "(") (identifier "__s2") () ")"))) (; ";")) (} "}")))) (} "}"))) (expression_statement "uVar8 = 9;" (assignment_expression "uVar8 = 9" (identifier "uVar8") (= "=") (number_literal "9")) (; ";")) (if_statement "if (local_4c == 1) {\n __ptr = (void *)FUN_000209e0();\n local_40 = FUN_00020230(*param_1,__ptr);\n free(__ptr);\n if (local_40 != 0) goto LAB_0002313e;\n uVar8 = 0;\n }" (if "if") (parenthesized_expression "(local_4c == 1)" (( "(") (binary_expression "local_4c == 1" (identifier "local_4c") (== "==") (number_literal "1")) () ")")) (compound_statement "{\n __ptr = (void *)FUN_000209e0();\n local_40 = FUN_00020230(*param_1,__ptr);\n free(__ptr);\n if (local_40 != 0) goto LAB_0002313e;\n uVar8 = 0;\n }" ({ "{") (expression_statement "__ptr = (void *)FUN_000209e0();" (assignment_expression "__ptr = (void *)FUN_000209e0()" (identifier "__ptr") (= "=") (cast_expression "(void *)FUN_000209e0()" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_000209e0()" (identifier "FUN_000209e0") (argument_list "()" (( "(") () ")"))))) (; ";")) (expression_statement "local_40 = FUN_00020230(*param_1,__ptr);" (assignment_expression "local_40 = FUN_00020230(*param_1,__ptr)" (identifier "local_40") (= "=") (call_expression "FUN_00020230(*param_1,__ptr)" (identifier "FUN_00020230") (argument_list "(*param_1,__ptr)" (( "(") (pointer_expression "*param_1" (* "*") (identifier "param_1")) (, ",") (identifier "__ptr") () ")")))) (; ";")) (expression_statement "free(__ptr);" (call_expression "free(__ptr)" (identifier "free") (argument_list "(__ptr)" (( "(") (identifier "__ptr") () ")"))) (; ";")) (if_statement "if (local_40 != 0) goto LAB_0002313e;" (if "if") (parenthesized_expression "(local_40 != 0)" (( "(") (binary_expression "local_40 != 0" (identifier "local_40") (!= "!=") (number_literal "0")) () ")")) (goto_statement "goto LAB_0002313e;" (goto "goto") (statement_identifier "LAB_0002313e") (; ";"))) (expression_statement "uVar8 = 0;" (assignment_expression "uVar8 = 0" (identifier "uVar8") (= "=") (number_literal "0")) (; ";")) (} "}"))) (expression_statement "local_40 = FUN_00021390(uVar12,uVar8);" (assignment_expression "local_40 = FUN_00021390(uVar12,uVar8)" (identifier "local_40") (= "=") (call_expression "FUN_00021390(uVar12,uVar8)" (identifier "FUN_00021390") (argument_list "(uVar12,uVar8)" (( "(") (identifier "uVar12") (, ",") (identifier "uVar8") () ")")))) (; ";")) (if_statement "if (local_40 == 0) {\n return 0;\n }" (if "if") (parenthesized_expression "(local_40 == 0)" (( "(") (binary_expression "local_40 == 0" (identifier "local_40") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n return 0;\n }" ({ "{") (return_statement "return 0;" (return "return") (number_literal "0") (; ";")) (} "}"))) (} "}"))) (labeled_statement "LAB_0002313e:\n *param_2 = *param_2 + uVar12;" (statement_identifier "LAB_0002313e") (: ":") (expression_statement "*param_2 = *param_2 + uVar12;" (assignment_expression "*param_2 = *param_2 + uVar12" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (= "=") (binary_expression "*param_2 + uVar12" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (+ "+") (identifier "uVar12"))) (; ";"))) (} "}")))) (labeled_statement "LAB_0002305b:\n local_4c = local_4c + -1;" (statement_identifier "LAB_0002305b") (: ":") (expression_statement "local_4c = local_4c + -1;" (assignment_expression "local_4c = local_4c + -1" (identifier "local_4c") (= "=") (binary_expression "local_4c + -1" (identifier "local_4c") (+ "+") (number_literal "-1"))) (; ";"))) (} "}")) (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (; ";")) (} "}"))) (if_statement "if (((cVar1 == '_') && ((PTR__sch_istable_0003ffb4[(uint)*(byte *)(iVar9 + 2) * 2] & 4) != 0))\n && (*(byte *)(iVar9 + 2) != 0x30)) {\n pbVar11 = (byte *)(iVar9 + 2);\n local_4c = strtol((char *)pbVar11,(char **)0x0,10);\n bVar2 = *(byte *)(iVar9 + 2);\n bVar3 = puVar5[(uint)bVar2 * 2];\n while ((bVar3 & 4) != 0) {\n pbVar11 = pbVar11 + 1;\n bVar2 = *pbVar11;\n bVar3 = puVar5[(uint)bVar2 * 2];\n }\n if (bVar2 == 0x5f) {\n *param_2 = (int)(pbVar11 + 1);\n goto LAB_00022fd2;\n }\n }" (if "if") (parenthesized_expression "(((cVar1 == '_') && ((PTR__sch_istable_0003ffb4[(uint)*(byte *)(iVar9 + 2) * 2] & 4) != 0))\n && (*(byte *)(iVar9 + 2) != 0x30))" (( "(") (binary_expression "((cVar1 == '_') && ((PTR__sch_istable_0003ffb4[(uint)*(byte *)(iVar9 + 2) * 2] & 4) != 0))\n && (*(byte *)(iVar9 + 2) != 0x30)" (parenthesized_expression "((cVar1 == '_') && ((PTR__sch_istable_0003ffb4[(uint)*(byte *)(iVar9 + 2) * 2] & 4) != 0))" (( "(") (binary_expression "(cVar1 == '_') && ((PTR__sch_istable_0003ffb4[(uint)*(byte *)(iVar9 + 2) * 2] & 4) != 0)" (parenthesized_expression "(cVar1 == '_')" (( "(") (binary_expression "cVar1 == '_'" (identifier "cVar1") (== "==") (char_literal "'_'" (' "'") (character "_") (' "'"))) () ")")) (&& "&&") (parenthesized_expression "((PTR__sch_istable_0003ffb4[(uint)*(byte *)(iVar9 + 2) * 2] & 4) != 0)" (( "(") (binary_expression "(PTR__sch_istable_0003ffb4[(uint)*(byte *)(iVar9 + 2) * 2] & 4) != 0" (parenthesized_expression "(PTR__sch_istable_0003ffb4[(uint)*(byte *)(iVar9 + 2) * 2] & 4)" (( "(") (binary_expression "PTR__sch_istable_0003ffb4[(uint)*(byte *)(iVar9 + 2) * 2] & 4" (subscript_expression "PTR__sch_istable_0003ffb4[(uint)*(byte *)(iVar9 + 2) * 2]" (identifier "PTR__sch_istable_0003ffb4") ([ "[") (binary_expression "(uint)*(byte *)(iVar9 + 2) * 2" (binary_expression "(uint)*(byte *)(iVar9 + 2)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (* "*") (cast_expression "(byte *)(iVar9 + 2)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar9 + 2)" (( "(") (binary_expression "iVar9 + 2" (identifier "iVar9") (+ "+") (number_literal "2")) () ")")))) (* "*") (number_literal "2")) (] "]")) (& "&") (number_literal "4")) () ")")) (!= "!=") (number_literal "0")) () ")"))) () ")")) (&& "&&") (parenthesized_expression "(*(byte *)(iVar9 + 2) != 0x30)" (( "(") (binary_expression "*(byte *)(iVar9 + 2) != 0x30" (pointer_expression "*(byte *)(iVar9 + 2)" (* "*") (cast_expression "(byte *)(iVar9 + 2)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar9 + 2)" (( "(") (binary_expression "iVar9 + 2" (identifier "iVar9") (+ "+") (number_literal "2")) () ")")))) (!= "!=") (number_literal "0x30")) () ")"))) () ")")) (compound_statement "{\n pbVar11 = (byte *)(iVar9 + 2);\n local_4c = strtol((char *)pbVar11,(char **)0x0,10);\n bVar2 = *(byte *)(iVar9 + 2);\n bVar3 = puVar5[(uint)bVar2 * 2];\n while ((bVar3 & 4) != 0) {\n pbVar11 = pbVar11 + 1;\n bVar2 = *pbVar11;\n bVar3 = puVar5[(uint)bVar2 * 2];\n }\n if (bVar2 == 0x5f) {\n *param_2 = (int)(pbVar11 + 1);\n goto LAB_00022fd2;\n }\n }" ({ "{") (expression_statement "pbVar11 = (byte *)(iVar9 + 2);" (assignment_expression "pbVar11 = (byte *)(iVar9 + 2)" (identifier "pbVar11") (= "=") (cast_expression "(byte *)(iVar9 + 2)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar9 + 2)" (( "(") (binary_expression "iVar9 + 2" (identifier "iVar9") (+ "+") (number_literal "2")) () ")")))) (; ";")) (expression_statement "local_4c = strtol((char *)pbVar11,(char **)0x0,10);" (assignment_expression "local_4c = strtol((char *)pbVar11,(char **)0x0,10)" (identifier "local_4c") (= "=") (call_expression "strtol((char *)pbVar11,(char **)0x0,10)" (identifier "strtol") (argument_list "((char *)pbVar11,(char **)0x0,10)" (( "(") (cast_expression "(char *)pbVar11" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "pbVar11")) (, ",") (cast_expression "(char **)0x0" (( "(") (type_descriptor "char **" (primitive_type "char") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (number_literal "0x0")) (, ",") (number_literal "10") () ")")))) (; ";")) (expression_statement "bVar2 = *(byte *)(iVar9 + 2);" (assignment_expression "bVar2 = *(byte *)(iVar9 + 2)" (identifier "bVar2") (= "=") (pointer_expression "*(byte *)(iVar9 + 2)" (* "*") (cast_expression "(byte *)(iVar9 + 2)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar9 + 2)" (( "(") (binary_expression "iVar9 + 2" (identifier "iVar9") (+ "+") (number_literal "2")) () ")"))))) (; ";")) (expression_statement "bVar3 = puVar5[(uint)bVar2 * 2];" (assignment_expression "bVar3 = puVar5[(uint)bVar2 * 2]" (identifier "bVar3") (= "=") (subscript_expression "puVar5[(uint)bVar2 * 2]" (identifier "puVar5") ([ "[") (binary_expression "(uint)bVar2 * 2" (cast_expression "(uint)bVar2" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "bVar2")) (* "*") (number_literal "2")) (] "]"))) (; ";")) (while_statement "while ((bVar3 & 4) != 0) {\n pbVar11 = pbVar11 + 1;\n bVar2 = *pbVar11;\n bVar3 = puVar5[(uint)bVar2 * 2];\n }" (while "while") (parenthesized_expression "((bVar3 & 4) != 0)" (( "(") (binary_expression "(bVar3 & 4) != 0" (parenthesized_expression "(bVar3 & 4)" (( "(") (binary_expression "bVar3 & 4" (identifier "bVar3") (& "&") (number_literal "4")) () ")")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n pbVar11 = pbVar11 + 1;\n bVar2 = *pbVar11;\n bVar3 = puVar5[(uint)bVar2 * 2];\n }" ({ "{") (expression_statement "pbVar11 = pbVar11 + 1;" (assignment_expression "pbVar11 = pbVar11 + 1" (identifier "pbVar11") (= "=") (binary_expression "pbVar11 + 1" (identifier "pbVar11") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "bVar2 = *pbVar11;" (assignment_expression "bVar2 = *pbVar11" (identifier "bVar2") (= "=") (pointer_expression "*pbVar11" (* "*") (identifier "pbVar11"))) (; ";")) (expression_statement "bVar3 = puVar5[(uint)bVar2 * 2];" (assignment_expression "bVar3 = puVar5[(uint)bVar2 * 2]" (identifier "bVar3") (= "=") (subscript_expression "puVar5[(uint)bVar2 * 2]" (identifier "puVar5") ([ "[") (binary_expression "(uint)bVar2 * 2" (cast_expression "(uint)bVar2" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "bVar2")) (* "*") (number_literal "2")) (] "]"))) (; ";")) (} "}"))) (if_statement "if (bVar2 == 0x5f) {\n *param_2 = (int)(pbVar11 + 1);\n goto LAB_00022fd2;\n }" (if "if") (parenthesized_expression "(bVar2 == 0x5f)" (( "(") (binary_expression "bVar2 == 0x5f" (identifier "bVar2") (== "==") (number_literal "0x5f")) () ")")) (compound_statement "{\n *param_2 = (int)(pbVar11 + 1);\n goto LAB_00022fd2;\n }" ({ "{") (expression_statement "*param_2 = (int)(pbVar11 + 1);" (assignment_expression "*param_2 = (int)(pbVar11 + 1)" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (= "=") (cast_expression "(int)(pbVar11 + 1)" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (parenthesized_expression "(pbVar11 + 1)" (( "(") (binary_expression "pbVar11 + 1" (identifier "pbVar11") (+ "+") (number_literal "1")) () ")")))) (; ";")) (goto_statement "goto LAB_00022fd2;" (goto "goto") (statement_identifier "LAB_00022fd2") (; ";")) (} "}"))) (} "}"))) (} "}"))) (labeled_statement "LAB_00022fa0:\n FUN_000208f0();" (statement_identifier "LAB_00022fa0") (: ":") (expression_statement "FUN_000208f0();" (call_expression "FUN_000208f0()" (identifier "FUN_000208f0") (argument_list "()" (( "(") () ")"))) (; ";"))) (return_statement "return 0;" (return "return") (number_literal "0") (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ type_1 __regparm3 function_1(type_2 *minfo,char **pp,type_3 *var_4) { char var_1; type_4 var_5; type_4 var_29; char *var_2; type_4 *var_6; type_5 *puVar5; type_1 var_8; size_t var_16; type_6 *var_19; type_7 kind; type_8 var_12; char *var_24; int var_26; type_6 var_21; char *pcVar11; type_9 var_13; type_4 *var_14; type_9 var_15; long var_3; type_3 var_17; char *name; type_10 uStack_14; puVar5 = PTR__sch_istable_0003ffb4; uStack_14 = 0x22f09; var_2 = *pp; var_1 = var_2[1]; if ('0' < var_1) { if (var_1 < ':') { var_3 = var_1 + -0x30; *pp = var_2 + (var_2[2] == '_') + 2; LAB_00022fd2: puVar5 = PTR__sch_istable_0003ffb4; var_17 = (type_3)0x0; do { if (var_3 == 0) { if (var_4 == (type_3 *)0x0) { return 1; } *var_4 = var_17; return 1; } var_6 = (type_4 *)*pp; var_5 = *var_6; var_14 = var_6; if (var_5 == 0x5f) { var_14 = var_6 + 1; *pp = (char *)var_14; var_5 = var_6[1]; } var_13 = (type_9)var_5; if (var_5 == 0x74) { if (var_4 == (type_3 *)0x0) { var_12 = (type_8)var_7(minfo,pp,(char **)0x0); } else { var_8 = var_7(minfo,pp,&name); pcVar11 = name; if (var_8 == 0) { return 0; } var_16 = var_9(name); var_17 = var_10 (minfo->dhandle,(type_11 *)&minfo->info->tags,pcVar11,var_16, DEBUG_KIND_CLASS); var_11(name); var_12 = var_17; } if (var_12 == (type_8)0x0) { return 0; } } else { var_15 = 0; if ((puVar5[var_13 * 2] & 4) != 0) { var_15 = 0; do { var_14 = var_14 + 1; *pp = (char *)var_14; var_15 = (char)var_13 + -0x30 + var_15 * 10; var_13 = (type_9)*var_14; } while ((puVar5[var_13 * 2] & 4) != 0); var_16 = var_9((char *)var_14); if (var_16 < var_15) goto LAB_00022fa0; } if (var_4 != (type_3 *)0x0) { if ((var_17 != (type_3)0x0) && (var_19 = var_18(minfo->dhandle,var_17), var_19 != (type_6 *)0x0)) { pcVar11 = var_20(*pp,var_15); var_21 = *var_19; if (var_21 == (type_6)0x0) { var_11(pcVar11); } else { do { var_17 = var_22(minfo->dhandle,var_21); if (var_17 == (type_3)0x0) { var_11(pcVar11); return 0; } var_24 = var_23(minfo->dhandle,var_17); if ((var_24 != (char *)0x0) && (var_26 = var_25(var_24,pcVar11), var_26 == 0)) { var_11(pcVar11); *pp = *pp + var_15; goto LAB_0002305b; } var_19 = var_19 + 1; var_21 = *var_19; } while (var_21 != (type_6)0x0); var_11(pcVar11); } } kind = DEBUG_KIND_CLASS; if (var_3 == 1) { pcVar11 = var_20(*pp,var_15); var_17 = var_27(minfo->dhandle,pcVar11); var_11(pcVar11); if (var_17 != (type_3)0x0) goto LAB_0002313e; kind = DEBUG_KIND_ILLEGAL; } var_17 = var_10 (minfo->dhandle,(type_11 *)&minfo->info->tags,*pp,var_15,kind); if (var_17 == (type_8)0x0) { return 0; } } LAB_0002313e: *pp = *pp + var_15; } LAB_0002305b: var_3 = var_3 + -1; } while( true ); } if (((var_1 == '_') && ((PTR__sch_istable_0003ffb4[(type_9)(type_4)var_2[2] * 2] & 4) != 0)) && (var_2[2] != 0x30)) { var_14 = (type_4 *)(var_2 + 2); var_3 = var_28((char *)var_14,(char **)0x0,10); var_5 = var_2[2]; var_29 = puVar5[(type_9)var_5 * 2]; while ((var_29 & 4) != 0) { var_14 = var_14 + 1; var_5 = *var_14; var_29 = puVar5[(type_9)var_5 * 2]; } if (var_5 == 0x5f) { *pp = (char *)(var_14 + 1); goto LAB_00022fd2; } } } LAB_00022fa0: var_30(var_2); return 0; }
null
(translation_unit (function_definition type: (type_identifier) (ERROR (identifier)) 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: (primitive_type) declarator: (pointer_declarator 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: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator 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: (primitive_type) declarator: (pointer_declarator 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: (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)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (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: (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: (char_literal (character)) right: (identifier))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (character)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (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 (character)))))))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (do_statement body: (compound_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: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (return_statement (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (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: (pointer_expression argument: (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 (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (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: (subscript_expression argument: (identifier) index: (number_literal)))))) (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 (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))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list)))) (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: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (return_statement (number_literal))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (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: (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: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal)) right: (binary_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (parenthesized_expression (identifier)) right: (identifier))))) condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (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: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (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: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)) (identifier))))) right: (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: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (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))))) alternative: (else_clause (compound_statement (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)) (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)))) (return_statement (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 (pointer_expression argument: (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 (comma_expression left: (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) right: (binary_expression left: (identifier) right: (number_literal)))))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (identifier)))) (goto_statement label: (statement_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))))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier))))))))) (expression_statement (assignment_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: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)) (identifier))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (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))))) (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 (return_statement (number_literal)))))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (identifier)))))))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))))) condition: (parenthesized_expression (true))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (character)))) right: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (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: (number_literal))) 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: (identifier) right: (number_literal))))) 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: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (identifier)) (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (number_literal)) (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: (subscript_expression argument: (identifier) index: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal))))) (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)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (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: (cast_expression type: (type_descriptor type: (primitive_type)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (goto_statement label: (statement_identifier)))))))) (labeled_statement label: (statement_identifier) (expression_statement (call_expression function: (identifier) arguments: (argument_list)))) (return_statement (number_literal)))))
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ undefined4 __regparm3 MASKED(undefined4 *param_1,int *param_2,int *param_3) { char cVar1; byte bVar2; byte bVar3; byte *pbVar4; undefined *puVar5; size_t sVar6; int *piVar7; undefined4 uVar8; char *__s2; char *__s1; int iVar9; void *__ptr; uint uVar10; byte *pbVar11; uint uVar12; long local_4c; int local_40; char *local_20; puVar5 = PTR__sch_istable_0003ffb4; iVar9 = *param_2; cVar1 = *(char *)(iVar9 + 1); if ('0' < cVar1) { if (cVar1 < ':') { local_4c = cVar1 + -0x30; *param_2 = iVar9 + 2 + (uint)(*(char *)(iVar9 + 2) == '_'); LAB_00022fd2: puVar5 = PTR__sch_istable_0003ffb4; local_40 = 0; do { if (local_4c == 0) { if (param_3 == (int *)0x0) { return 1; } *param_3 = local_40; return 1; } pbVar4 = (byte *)*param_2; bVar2 = *pbVar4; pbVar11 = pbVar4; if (bVar2 == 0x5f) { pbVar11 = pbVar4 + 1; *param_2 = (int)pbVar11; bVar2 = pbVar4[1]; } uVar10 = (uint)bVar2; if (bVar2 == 0x74) { if (param_3 == (int *)0x0) { iVar9 = FUN_000228f0(); } else { iVar9 = FUN_000228f0(); if (iVar9 == 0) { return 0; } sVar6 = strlen(local_20); local_40 = FUN_00021390(sVar6,9); free(local_20); iVar9 = local_40; } if (iVar9 == 0) { return 0; } } else { uVar12 = 0; if ((puVar5[uVar10 * 2] & 4) != 0) { uVar12 = 0; do { pbVar11 = pbVar11 + 1; *param_2 = (int)pbVar11; uVar12 = (char)uVar10 + -0x30 + uVar12 * 10; uVar10 = (uint)*pbVar11; } while ((puVar5[uVar10 * 2] & 4) != 0); sVar6 = strlen((char *)pbVar11); if (sVar6 < uVar12) goto LAB_00022fa0; } if (param_3 != (int *)0x0) { if ((local_40 != 0) && (piVar7 = (int *)FUN_000205d0(*param_1,local_40), piVar7 != (int *)0x0)) { __s2 = (char *)FUN_000209e0(); iVar9 = *piVar7; if (iVar9 == 0) { free(__s2); } else { do { local_40 = FUN_00020610(*param_1,iVar9); if (local_40 == 0) { free(__s2); return 0; } __s1 = (char *)FUN_00020440(*param_1,local_40); if ((__s1 != (char *)0x0) && (iVar9 = strcmp(__s1,__s2), iVar9 == 0)) { free(__s2); *param_2 = *param_2 + uVar12; goto LAB_0002305b; } piVar7 = piVar7 + 1; iVar9 = *piVar7; } while (iVar9 != 0); free(__s2); } } uVar8 = 9; if (local_4c == 1) { __ptr = (void *)FUN_000209e0(); local_40 = FUN_00020230(*param_1,__ptr); free(__ptr); if (local_40 != 0) goto LAB_0002313e; uVar8 = 0; } local_40 = FUN_00021390(uVar12,uVar8); if (local_40 == 0) { return 0; } } LAB_0002313e: *param_2 = *param_2 + uVar12; } LAB_0002305b: local_4c = local_4c + -1; } while( true ); } if (((cVar1 == '_') && ((PTR__sch_istable_0003ffb4[(uint)*(byte *)(iVar9 + 2) * 2] & 4) != 0)) && (*(byte *)(iVar9 + 2) != 0x30)) { pbVar11 = (byte *)(iVar9 + 2); local_4c = strtol((char *)pbVar11,(char **)0x0,10); bVar2 = *(byte *)(iVar9 + 2); bVar3 = puVar5[(uint)bVar2 * 2]; while ((bVar3 & 4) != 0) { pbVar11 = pbVar11 + 1; bVar2 = *pbVar11; bVar3 = puVar5[(uint)bVar2 * 2]; } if (bVar2 == 0x5f) { *param_2 = (int)(pbVar11 + 1); goto LAB_00022fd2; } } } LAB_00022fa0: FUN_000208f0(); return 0; }
9420_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c
set_memory_region
FUN_00331950
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void set_memory_region(Script_sections * this, Memory_region * mr, bool set_vma) */ void __thiscall gold::Script_sections::set_memory_region(Script_sections *this,Memory_region *mr,bool set_vma) { }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_00331950(int param_1) { int *piVar1; piVar1 = *(int **)(param_1 + 4); if (piVar1 != (int *)*piVar1) { /* WARNING: Could not recover jumptable at 0x00331988. Too many branches */ /* WARNING: Treating indirect jump as call */ (**(code **)(**(int **)(piVar1[1] + 8) + 0x3c))(); return; } /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/script-sections.cc",0xd04,"set_memory_region",piVar1); }
PUSH EBX CALL 0x00050b50 ADD EBX,0x2b86aa SUB ESP,0x8 MOV EAX,dword ptr [ESP + 0x10] MOV EDX,dword ptr [ESP + 0x18] MOV EAX,dword ptr [EAX + 0x4] CMP EAX,dword ptr [EAX] JZ 0x0033198a MOV EAX,dword ptr [EAX + 0x4] MOVZX EDX,DL MOV EAX,dword ptr [EAX + 0x8] MOV ECX,dword ptr [EAX] MOV dword ptr [ESP + 0x18],EDX MOV dword ptr [ESP + 0x10],EAX MOV EAX,dword ptr [ECX + 0x3c] ADD ESP,0x8 POP EBX JMP EAX PUSH EAX LEA EAX,[EBX + 0xffead44c] PUSH EAX LEA EAX,[EBX + 0xffeacb6b] PUSH 0xd04 PUSH EAX CALL 0x002446e0
null
null
null
null
[('const-1', u'RETURN_-1205069470')]
[(u'COPY_-1205069253', u'CALL_-1205069308'), (u'CAST_-1205069239', u'INT_NOTEQUAL_-1205069411'), (u'LOAD_-1205069400', u'LOAD_-1205069395'), (u'COPY_-1205069254', u'CALL_-1205069308'), (u'LOAD_-1205069432', u'PTRADD_-1205069236'), (u'INT_NOTEQUAL_-1205069411', u'CBRANCH_-1205069411'), ('const-1', u'PTRADD_-1205069236'), (u'LOAD_-1205069432', u'CALL_-1205069308'), ('const-4', u'PTRADD_-1205069236'), ('const-417', u'LOAD_-1205069432'), ('const-1', u'RETURN_-1205069322'), (u'LOAD_-1205069432', u'INT_NOTEQUAL_-1205069411'), ('const-3332', u'CALL_-1205069308'), ('const-1', u'RETURN_-1205069303'), ('const-4811627', u'COPY_-1205069254'), ('const-4813900', u'COPY_-1205069253'), (u'CAST_-1205069214', u'LOAD_-1205069376'), (u'LOAD_-1205069432', u'LOAD_-1205069427'), ('const-417', u'LOAD_-1205069376'), ('const-417', u'LOAD_-1205069410'), ('const-417', u'LOAD_-1205069400'), (u'PTRADD_-1205069236', u'LOAD_-1205069410'), ('const-417', u'LOAD_-1205069395'), (u'CAST_-1205069243', u'LOAD_-1205069432'), ('const-8', u'INT_ADD_-1205069384'), ('const-60', u'INT_ADD_-1205069360'), (u'INT_ADD_-1205069384', u'CAST_-1205069228'), ('tmp_123', u'CBRANCH_-1205069411'), (u'INT_ADD_-1205069416', u'CAST_-1205069243'), (u'LOAD_-1205069395', u'INT_ADD_-1205069360'), (u'LOAD_-1205069410', u'INT_ADD_-1205069384'), ('tmp_489', u'INT_ADD_-1205069416'), (u'INT_ADD_-1205069360', u'CAST_-1205069214'), ('const-417', u'LOAD_-1205069427'), (u'LOAD_-1205069427', u'CAST_-1205069239'), (u'LOAD_-1205069376', u'CALLIND_-1205069348'), ('const-4', u'INT_ADD_-1205069416'), (u'CAST_-1205069228', u'LOAD_-1205069400')]
null
null
00331950
x86
O2
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00331950(int param_1)\n\n{\n int *piVar1;\n \n piVar1 = *(int **)(param_1 + 4);\n if (piVar1 != (int *)*piVar1) {\n /* WARNING: Could not recover jumptable at 0x00331988. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (**(code **)(**(int **)(piVar1[1] + 8) + 0x3c))();\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/script-sections.cc",0xd04,"set_memory_region",piVar1);\n}\n\n" comment (function_definition "void FUN_00331950(int param_1)\n\n{\n int *piVar1;\n \n piVar1 = *(int **)(param_1 + 4);\n if (piVar1 != (int *)*piVar1) {\n /* WARNING: Could not recover jumptable at 0x00331988. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (**(code **)(**(int **)(piVar1[1] + 8) + 0x3c))();\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/script-sections.cc",0xd04,"set_memory_region",piVar1);\n}" primitive_type (function_declarator "FUN_00331950(int param_1)" identifier (parameter_list "(int param_1)" ( (parameter_declaration "int param_1" primitive_type identifier) ))) (compound_statement "{\n int *piVar1;\n \n piVar1 = *(int **)(param_1 + 4);\n if (piVar1 != (int *)*piVar1) {\n /* WARNING: Could not recover jumptable at 0x00331988. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (**(code **)(**(int **)(piVar1[1] + 8) + 0x3c))();\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/script-sections.cc",0xd04,"set_memory_region",piVar1);\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (expression_statement "piVar1 = *(int **)(param_1 + 4);" (assignment_expression "piVar1 = *(int **)(param_1 + 4)" identifier = (pointer_expression "*(int **)(param_1 + 4)" * (cast_expression "(int **)(param_1 + 4)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 4)" ( (binary_expression "param_1 + 4" identifier + number_literal) ))))) ;) (if_statement "if (piVar1 != (int *)*piVar1) {\n /* WARNING: Could not recover jumptable at 0x00331988. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (**(code **)(**(int **)(piVar1[1] + 8) + 0x3c))();\n return;\n }" if (parenthesized_expression "(piVar1 != (int *)*piVar1)" ( (binary_expression "piVar1 != (int *)*piVar1" identifier != (cast_expression "(int *)*piVar1" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*piVar1" * identifier))) )) (compound_statement "{\n /* WARNING: Could not recover jumptable at 0x00331988. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (**(code **)(**(int **)(piVar1[1] + 8) + 0x3c))();\n return;\n }" { comment comment (expression_statement "(**(code **)(**(int **)(piVar1[1] + 8) + 0x3c))();" (call_expression "(**(code **)(**(int **)(piVar1[1] + 8) + 0x3c))()" (parenthesized_expression "(**(code **)(**(int **)(piVar1[1] + 8) + 0x3c))" ( (pointer_expression "**(code **)(**(int **)(piVar1[1] + 8) + 0x3c)" * (pointer_expression "*(code **)(**(int **)(piVar1[1] + 8) + 0x3c)" * (cast_expression "(code **)(**(int **)(piVar1[1] + 8) + 0x3c)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(**(int **)(piVar1[1] + 8) + 0x3c)" ( (binary_expression "**(int **)(piVar1[1] + 8) + 0x3c" (pointer_expression "**(int **)(piVar1[1] + 8)" * (pointer_expression "*(int **)(piVar1[1] + 8)" * (cast_expression "(int **)(piVar1[1] + 8)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(piVar1[1] + 8)" ( (binary_expression "piVar1[1] + 8" (subscript_expression "piVar1[1]" identifier [ number_literal ]) + number_literal) ))))) + number_literal) ))))) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })) comment (expression_statement "FUN_002446e0("../../gold/script-sections.cc",0xd04,"set_memory_region",piVar1);" (call_expression "FUN_002446e0("../../gold/script-sections.cc",0xd04,"set_memory_region",piVar1)" identifier (argument_list "("../../gold/script-sections.cc",0xd04,"set_memory_region",piVar1)" ( (string_literal ""../../gold/script-sections.cc"" " string_content ") , number_literal , (string_literal ""set_memory_region"" " string_content ") , identifier ))) ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void set_memory_region(Script_sections * this, Memory_region * mr, bool\n set_vma) */\n\nvoid __thiscall\ngold::Script_sections::set_memory_region(Script_sections *this,Memory_region *mr,bool set_vma)\n\n{\n}\n\n" comment comment (function_definition "void __thiscall\ngold::Script_sections::set_memory_region(Script_sections *this,Memory_region *mr,bool set_vma)\n\n{\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::Script_sections::" identifier : : identifier : :) (function_declarator "set_memory_region(Script_sections *this,Memory_region *mr,bool set_vma)" identifier (parameter_list "(Script_sections *this,Memory_region *mr,bool set_vma)" ( (parameter_declaration "Script_sections *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "Memory_region *mr" type_identifier (pointer_declarator "*mr" * identifier)) , (parameter_declaration "bool set_vma" primitive_type identifier) ))) (compound_statement "{\n}" { })))
(translation_unit "void FUN_00331950(int param_1)\n\n{\n int *piVar1;\n \n piVar1 = *(int **)(param_1 + 4);\n if (piVar1 != (int *)*piVar1) {\n \n \n (**(code **)(**(int **)(piVar1[1] + 8) + 0x3c))();\n return;\n }\n \n FUN_002446e0("../../gold/script-sections.cc",0xd04,"set_memory_region",piVar1);\n}\n\n" (function_definition "void FUN_00331950(int param_1)\n\n{\n int *piVar1;\n \n piVar1 = *(int **)(param_1 + 4);\n if (piVar1 != (int *)*piVar1) {\n \n \n (**(code **)(**(int **)(piVar1[1] + 8) + 0x3c))();\n return;\n }\n \n FUN_002446e0("../../gold/script-sections.cc",0xd04,"set_memory_region",piVar1);\n}" primitive_type (function_declarator "FUN_00331950(int param_1)" identifier (parameter_list "(int param_1)" ( (parameter_declaration "int param_1" primitive_type identifier) ))) (compound_statement "{\n int *piVar1;\n \n piVar1 = *(int **)(param_1 + 4);\n if (piVar1 != (int *)*piVar1) {\n \n \n (**(code **)(**(int **)(piVar1[1] + 8) + 0x3c))();\n return;\n }\n \n FUN_002446e0("../../gold/script-sections.cc",0xd04,"set_memory_region",piVar1);\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (expression_statement "piVar1 = *(int **)(param_1 + 4);" (assignment_expression "piVar1 = *(int **)(param_1 + 4)" identifier = (pointer_expression "*(int **)(param_1 + 4)" * (cast_expression "(int **)(param_1 + 4)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 4)" ( (binary_expression "param_1 + 4" identifier + number_literal) ))))) ;) (if_statement "if (piVar1 != (int *)*piVar1) {\n \n \n (**(code **)(**(int **)(piVar1[1] + 8) + 0x3c))();\n return;\n }" if (parenthesized_expression "(piVar1 != (int *)*piVar1)" ( (binary_expression "piVar1 != (int *)*piVar1" identifier != (cast_expression "(int *)*piVar1" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*piVar1" * identifier))) )) (compound_statement "{\n \n \n (**(code **)(**(int **)(piVar1[1] + 8) + 0x3c))();\n return;\n }" { (expression_statement "(**(code **)(**(int **)(piVar1[1] + 8) + 0x3c))();" (call_expression "(**(code **)(**(int **)(piVar1[1] + 8) + 0x3c))()" (parenthesized_expression "(**(code **)(**(int **)(piVar1[1] + 8) + 0x3c))" ( (pointer_expression "**(code **)(**(int **)(piVar1[1] + 8) + 0x3c)" * (pointer_expression "*(code **)(**(int **)(piVar1[1] + 8) + 0x3c)" * (cast_expression "(code **)(**(int **)(piVar1[1] + 8) + 0x3c)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(**(int **)(piVar1[1] + 8) + 0x3c)" ( (binary_expression "**(int **)(piVar1[1] + 8) + 0x3c" (pointer_expression "**(int **)(piVar1[1] + 8)" * (pointer_expression "*(int **)(piVar1[1] + 8)" * (cast_expression "(int **)(piVar1[1] + 8)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(piVar1[1] + 8)" ( (binary_expression "piVar1[1] + 8" (subscript_expression "piVar1[1]" identifier [ number_literal ]) + number_literal) ))))) + number_literal) ))))) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })) (expression_statement "FUN_002446e0("../../gold/script-sections.cc",0xd04,"set_memory_region",piVar1);" (call_expression "FUN_002446e0("../../gold/script-sections.cc",0xd04,"set_memory_region",piVar1)" identifier (argument_list "("../../gold/script-sections.cc",0xd04,"set_memory_region",piVar1)" ( (string_literal ""../../gold/script-sections.cc"" " string_content ") , number_literal , (string_literal ""set_memory_region"" " string_content ") , identifier ))) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * 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 IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * 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 TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) + LIT) ))))) + LIT) ))))) )) (argument_list ( ))) ;) (return_statement return ;) })) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") , IDENT ))) ;) })))
(function_definition "void FUN_00331950(int param_1)\n\n{\n int *piVar1;\n \n piVar1 = *(int **)(param_1 + 4);\n if (piVar1 != (int *)*piVar1) {\n \n \n (**(code **)(**(int **)(piVar1[1] + 8) + 0x3c))();\n return;\n }\n \n FUN_002446e0("../../gold/script-sections.cc",0xd04,"set_memory_region",piVar1);\n}" (primitive_type "void") (function_declarator "FUN_00331950(int param_1)" (identifier "FUN_00331950") (parameter_list "(int param_1)" (( "(") (parameter_declaration "int param_1" (primitive_type "int") (identifier "param_1")) () ")"))) (compound_statement "{\n int *piVar1;\n \n piVar1 = *(int **)(param_1 + 4);\n if (piVar1 != (int *)*piVar1) {\n \n \n (**(code **)(**(int **)(piVar1[1] + 8) + 0x3c))();\n return;\n }\n \n FUN_002446e0("../../gold/script-sections.cc",0xd04,"set_memory_region",piVar1);\n}" ({ "{") (declaration "int *piVar1;" (primitive_type "int") (pointer_declarator "*piVar1" (* "*") (identifier "piVar1")) (; ";")) (expression_statement "piVar1 = *(int **)(param_1 + 4);" (assignment_expression "piVar1 = *(int **)(param_1 + 4)" (identifier "piVar1") (= "=") (pointer_expression "*(int **)(param_1 + 4)" (* "*") (cast_expression "(int **)(param_1 + 4)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 4)" (( "(") (binary_expression "param_1 + 4" (identifier "param_1") (+ "+") (number_literal "4")) () ")"))))) (; ";")) (if_statement "if (piVar1 != (int *)*piVar1) {\n \n \n (**(code **)(**(int **)(piVar1[1] + 8) + 0x3c))();\n return;\n }" (if "if") (parenthesized_expression "(piVar1 != (int *)*piVar1)" (( "(") (binary_expression "piVar1 != (int *)*piVar1" (identifier "piVar1") (!= "!=") (cast_expression "(int *)*piVar1" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*piVar1" (* "*") (identifier "piVar1")))) () ")")) (compound_statement "{\n \n \n (**(code **)(**(int **)(piVar1[1] + 8) + 0x3c))();\n return;\n }" ({ "{") (expression_statement "(**(code **)(**(int **)(piVar1[1] + 8) + 0x3c))();" (call_expression "(**(code **)(**(int **)(piVar1[1] + 8) + 0x3c))()" (parenthesized_expression "(**(code **)(**(int **)(piVar1[1] + 8) + 0x3c))" (( "(") (pointer_expression "**(code **)(**(int **)(piVar1[1] + 8) + 0x3c)" (* "*") (pointer_expression "*(code **)(**(int **)(piVar1[1] + 8) + 0x3c)" (* "*") (cast_expression "(code **)(**(int **)(piVar1[1] + 8) + 0x3c)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(**(int **)(piVar1[1] + 8) + 0x3c)" (( "(") (binary_expression "**(int **)(piVar1[1] + 8) + 0x3c" (pointer_expression "**(int **)(piVar1[1] + 8)" (* "*") (pointer_expression "*(int **)(piVar1[1] + 8)" (* "*") (cast_expression "(int **)(piVar1[1] + 8)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(piVar1[1] + 8)" (( "(") (binary_expression "piVar1[1] + 8" (subscript_expression "piVar1[1]" (identifier "piVar1") ([ "[") (number_literal "1") (] "]")) (+ "+") (number_literal "8")) () ")"))))) (+ "+") (number_literal "0x3c")) () ")"))))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "FUN_002446e0("../../gold/script-sections.cc",0xd04,"set_memory_region",piVar1);" (call_expression "FUN_002446e0("../../gold/script-sections.cc",0xd04,"set_memory_region",piVar1)" (identifier "FUN_002446e0") (argument_list "("../../gold/script-sections.cc",0xd04,"set_memory_region",piVar1)" (( "(") (string_literal ""../../gold/script-sections.cc"" (" """) (string_content "../../gold/script-sections.cc") (" """)) (, ",") (number_literal "0xd04") (, ",") (string_literal ""set_memory_region"" (" """) (string_content "set_memory_region") (" """)) (, ",") (identifier "piVar1") () ")"))) (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void set_memory_region(Script_sections * this, Memory_region * mr, bool set_vma) */ void __thiscall gold::type_1::function_1(type_1 *this,type_2 *mr,bool set_vma) { }
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 (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (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: (pointer_expression argument: (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: (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: (number_literal))))))) arguments: (argument_list))) (return_statement))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content)) (identifier)))))))
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(int param_1) { int *piVar1; piVar1 = *(int **)(param_1 + 4); if (piVar1 != (int *)*piVar1) { /* WARNING: Could not recover jumptable at 0x00331988. Too many branches */ /* WARNING: Treating indirect jump as call */ (**(code **)(**(int **)(piVar1[1] + 8) + 0x3c))(); return; } /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/script-sections.cc",0xd04,"set_memory_region",piVar1); }
1752_powerpc64le-linux-gnu-dwp_and_powerpc64le-linux-gnu-dwp_strip.c
~Struct_be8
FUN_00046700
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void ~Struct_be8(Struct_be8 * this, int __in_chrg) */ void __thiscall gold::General_options::Struct_be8::~Struct_be8(Struct_be8 *this,int __in_chrg) { pointer pcVar1; (this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_003814ac; 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,0x40); return; }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_00046700(undefined4 *param_1) { *param_1 = &PTR_FUN_003814ac; if ((undefined4 *)param_1[1] != param_1 + 3) { FUN_001e6db0((undefined4 *)param_1[1]); } FUN_001e6d90(param_1,0x40); return; }
PUSH ESI PUSH EBX CALL 0x00035840 ADD EBX,0x3488f9 SUB ESP,0x4 MOV ESI,dword ptr [ESP + 0x10] LEA EDX,[ESI + 0xc] LEA EAX,[EBX + 0xffff24ac] MOV dword ptr [ESI],EAX MOV EAX,dword ptr [ESI + 0x4] CMP EAX,EDX JZ 0x00046732 SUB ESP,0xc PUSH EAX CALL 0x001e6db0 ADD ESP,0x10 SUB ESP,0x8 PUSH 0x40 PUSH ESI CALL 0x001e6d90 ADD ESP,0x14 POP EBX POP ESI RET
null
null
null
null
[('const-0', u'PTRSUB_-1206163425'), (u'PTRSUB_-1206163433', u'PTRSUB_-1206163428'), (u'CAST_-1206163409', u'INT_NOTEQUAL_-1206163622'), ('tmp_323', u'CALL_-1206163558'), (u'PTRSUB_-1206163422', u'PTRSUB_-1206163417'), ('const-4', u'PTRSUB_-1206163419'), ('tmp_323', u'PTRSUB_-1206163422'), ('const-64', u'CALL_-1206163558'), ('const-0', u'PTRSUB_-1206163428'), (u'LOAD_-1206163642', u'CAST_-1206163409'), (u'PTRSUB_-1206163417', u'STORE_-1206163645'), ('const-0', u'PTRSUB_-1206163418'), (u'PTRSUB_-1206163418', u'PTRSUB_-1206163414'), ('const-0', u'PTRSUB_-1206163412'), ('tmp_323', u'PTRSUB_-1206163433'), ('const-4', u'PTRSUB_-1206163433'), (u'PTRSUB_-1206163419', u'PTRSUB_-1206163418'), ('tmp_135', u'CBRANCH_-1206163622'), ('const-0', u'PTRSUB_-1206163414'), (u'PTRSUB_-1206163425', u'CAST_-1206163415'), (u'INT_NOTEQUAL_-1206163622', u'CBRANCH_-1206163622'), ('const-3675308', u'PTRSUB_-1206163425'), (u'LOAD_-1206163642', u'CALL_-1206163599'), ('const-0', u'PTRSUB_-1206163417'), (u'PTRSUB_-1206163412', u'LOAD_-1206163642'), ('const-0', u'PTRSUB_-1206163422'), ('const-0', u'RETURN_-1206163525'), (u'CAST_-1206163415', u'STORE_-1206163645'), (u'PTRSUB_-1206163414', u'PTRSUB_-1206163412'), ('const-417', u'STORE_-1206163645'), ('const-417', u'LOAD_-1206163642'), (u'PTRSUB_-1206163428', u'PTRSUB_-1206163424'), (u'PTRSUB_-1206163424', u'INT_NOTEQUAL_-1206163622'), ('tmp_323', u'PTRSUB_-1206163419'), ('const-8', u'PTRSUB_-1206163424')]
[('tmp_597', u'PTRADD_-1206163427'), ('tmp_597', u'CALL_-1206163558'), ('const-4', u'PTRADD_-1206163439'), ('const-417', u'STORE_-1206163645'), ('tmp_597', u'STORE_-1206163645'), ('tmp_135', u'CBRANCH_-1206163622'), ('const-1', u'PTRADD_-1206163427'), (u'PTRSUB_-1206163430', u'STORE_-1206163645'), (u'INT_NOTEQUAL_-1206163622', u'CBRANCH_-1206163622'), (u'PTRADD_-1206163427', u'LOAD_-1206163642'), ('tmp_597', u'PTRADD_-1206163439'), ('const-0', u'PTRSUB_-1206163430'), ('const-64', u'CALL_-1206163558'), (u'PTRADD_-1206163439', u'INT_NOTEQUAL_-1206163622'), ('const-0', u'RETURN_-1206163525'), (u'CAST_-1206163427', u'INT_NOTEQUAL_-1206163622'), (u'CAST_-1206163427', u'CALL_-1206163599'), ('const-3675308', u'PTRSUB_-1206163430'), ('const-3', u'PTRADD_-1206163439'), ('const-417', u'LOAD_-1206163642'), ('const-4', u'PTRADD_-1206163427'), (u'LOAD_-1206163642', u'CAST_-1206163427')]
null
null
00046700
x86
O2
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00046700(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_003814ac;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }\n FUN_001e6d90(param_1,0x40);\n return;\n}\n\n" comment (function_definition "void FUN_00046700(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_003814ac;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }\n FUN_001e6d90(param_1,0x40);\n return;\n}" primitive_type (function_declarator "FUN_00046700(undefined4 *param_1)" identifier (parameter_list "(undefined4 *param_1)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n *param_1 = &PTR_FUN_003814ac;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }\n FUN_001e6d90(param_1,0x40);\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_003814ac;" (assignment_expression "*param_1 = &PTR_FUN_003814ac" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_003814ac" & identifier)) ;) (if_statement "if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }" if (parenthesized_expression "((undefined4 *)param_1[1] != param_1 + 3)" ( (binary_expression "(undefined4 *)param_1[1] != param_1 + 3" (cast_expression "(undefined4 *)param_1[1]" ( (type_descriptor "undefined4 *" 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_001e6db0((undefined4 *)param_1[1]);\n }" { (expression_statement "FUN_001e6db0((undefined4 *)param_1[1]);" (call_expression "FUN_001e6db0((undefined4 *)param_1[1])" identifier (argument_list "((undefined4 *)param_1[1])" ( (cast_expression "(undefined4 *)param_1[1]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) ))) ;) })) (expression_statement "FUN_001e6d90(param_1,0x40);" (call_expression "FUN_001e6d90(param_1,0x40)" identifier (argument_list "(param_1,0x40)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void ~Struct_be8(Struct_be8 * this, int __in_chrg) */\n\nvoid __thiscall gold::General_options::Struct_be8::~Struct_be8(Struct_be8 *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_003814ac;\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,0x40);\n return;\n}\n\n" comment comment (function_definition "void __thiscall gold::General_options::Struct_be8::~Struct_be8(Struct_be8 *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_003814ac;\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,0x40);\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::General_options::Struct_be8::~" identifier : : identifier : : identifier : : ~) (function_declarator "Struct_be8(Struct_be8 *this,int __in_chrg)" identifier (parameter_list "(Struct_be8 *this,int __in_chrg)" ( (parameter_declaration "Struct_be8 *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_003814ac;\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,0x40);\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_003814ac;" (assignment_expression "(this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_003814ac" (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_003814ac" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&PTR_parse_to_value_003814ac" & 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,0x40);" (call_expression "operator_delete(this,0x40)" identifier (argument_list "(this,0x40)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void FUN_00046700(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_003814ac;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }\n FUN_001e6d90(param_1,0x40);\n return;\n}\n\n" (function_definition "void FUN_00046700(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_003814ac;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }\n FUN_001e6d90(param_1,0x40);\n return;\n}" primitive_type (function_declarator "FUN_00046700(undefined4 *param_1)" identifier (parameter_list "(undefined4 *param_1)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n *param_1 = &PTR_FUN_003814ac;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }\n FUN_001e6d90(param_1,0x40);\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_003814ac;" (assignment_expression "*param_1 = &PTR_FUN_003814ac" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_003814ac" & identifier)) ;) (if_statement "if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }" if (parenthesized_expression "((undefined4 *)param_1[1] != param_1 + 3)" ( (binary_expression "(undefined4 *)param_1[1] != param_1 + 3" (cast_expression "(undefined4 *)param_1[1]" ( (type_descriptor "undefined4 *" 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_001e6db0((undefined4 *)param_1[1]);\n }" { (expression_statement "FUN_001e6db0((undefined4 *)param_1[1]);" (call_expression "FUN_001e6db0((undefined4 *)param_1[1])" identifier (argument_list "((undefined4 *)param_1[1])" ( (cast_expression "(undefined4 *)param_1[1]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) ))) ;) })) (expression_statement "FUN_001e6d90(param_1,0x40);" (call_expression "FUN_001e6d90(param_1,0x40)" identifier (argument_list "(param_1,0x40)" ( 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 ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT ))) ;) (return_statement return ;) })))
(function_definition "void FUN_00046700(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_003814ac;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }\n FUN_001e6d90(param_1,0x40);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00046700(undefined4 *param_1)" (identifier "FUN_00046700") (parameter_list "(undefined4 *param_1)" (( "(") (parameter_declaration "undefined4 *param_1" (type_identifier "undefined4") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n *param_1 = &PTR_FUN_003814ac;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }\n FUN_001e6d90(param_1,0x40);\n return;\n}" ({ "{") (expression_statement "*param_1 = &PTR_FUN_003814ac;" (assignment_expression "*param_1 = &PTR_FUN_003814ac" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&PTR_FUN_003814ac" (& "&") (identifier "PTR_FUN_003814ac"))) (; ";")) (if_statement "if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }" (if "if") (parenthesized_expression "((undefined4 *)param_1[1] != param_1 + 3)" (( "(") (binary_expression "(undefined4 *)param_1[1] != param_1 + 3" (cast_expression "(undefined4 *)param_1[1]" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (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_001e6db0((undefined4 *)param_1[1]);\n }" ({ "{") (expression_statement "FUN_001e6db0((undefined4 *)param_1[1]);" (call_expression "FUN_001e6db0((undefined4 *)param_1[1])" (identifier "FUN_001e6db0") (argument_list "((undefined4 *)param_1[1])" (( "(") (cast_expression "(undefined4 *)param_1[1]" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]"))) () ")"))) (; ";")) (} "}"))) (expression_statement "FUN_001e6d90(param_1,0x40);" (call_expression "FUN_001e6d90(param_1,0x40)" (identifier "FUN_001e6d90") (argument_list "(param_1,0x40)" (( "(") (identifier "param_1") (, ",") (number_literal "0x40") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void ~Struct_be8(Struct_be8 * 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_003814ac; 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,0x40); 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)))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal)))) (return_statement))))
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(undefined4 *param_1) { *param_1 = &PTR_FUN_003814ac; if ((undefined4 *)param_1[1] != param_1 + 3) { FUN_001e6db0((undefined4 *)param_1[1]); } FUN_001e6d90(param_1,0x40); return; }
233_powerpc64le-linux-gnu-gprof_and_powerpc64le-linux-gnu-gprof_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.0 */ 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_-1205997366')]
[('const-1', u'RETURN_-1205997366')]
null
null
0002f0c0
x86
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.0 */\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.0 */\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.0 */\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.0 */ 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(); }
573_x86_64-linux-gnu-dwp_and_x86_64-linux-gnu-dwp_strip.c
classic_table
FUN_0002f530
/* std::ctype<char>::classic_table() [clone .cold.0] */ void __regparm3 std::ctype<char>::classic_table(void) { int in_EDX; if (in_EDX != -1) { /* WARNING: Subroutine does not return */ _Unwind_Resume(); } /* WARNING: Subroutine does not return */ __cxa_call_unexpected(); }
void __regparm3 FUN_0002f530(undefined4 param_1,int param_2) { if (param_2 != -1) { /* WARNING: Subroutine does not return */ FUN_00217770(param_1); } /* WARNING: Subroutine does not return */ FUN_0017fc50(param_1); }
ADD EDX,0x1 JZ 0x0002f540 SUB ESP,0xc MOV EBX,ESI PUSH EAX CALL 0x00217770 SUB ESP,0xc MOV EBX,ESI PUSH EAX CALL 0x0017fc50
null
null
null
null
[('const-4294967295', u'INT_NOTEQUAL_-1205996224'), ('const-1', u'RETURN_-1205996163'), (u'INT_NOTEQUAL_-1205996224', u'CBRANCH_-1205996223'), ('const-1', u'RETURN_-1205996192'), ('tmp_26', u'CBRANCH_-1205996223'), ('tmp_186', u'INT_NOTEQUAL_-1205996224')]
[('const-4294967295', u'INT_NOTEQUAL_-1205996224'), ('tmp_189', u'CALL_-1205996197'), ('const-1', u'RETURN_-1205996163'), (u'INT_NOTEQUAL_-1205996224', u'CBRANCH_-1205996223'), ('const-1', u'RETURN_-1205996192'), ('tmp_26', u'CBRANCH_-1205996223'), ('tmp_189', u'CALL_-1205996168'), ('tmp_186', u'INT_NOTEQUAL_-1205996224')]
null
null
0002f530
x86
O2
(translation_unit "void __regparm3 FUN_0002f530(undefined4 param_1,int param_2)\n\n{\n if (param_2 != -1) {\n /* WARNING: Subroutine does not return */\n FUN_00217770(param_1);\n }\n /* WARNING: Subroutine does not return */\n FUN_0017fc50(param_1);\n}\n\n" (function_definition "void __regparm3 FUN_0002f530(undefined4 param_1,int param_2)\n\n{\n if (param_2 != -1) {\n /* WARNING: Subroutine does not return */\n FUN_00217770(param_1);\n }\n /* WARNING: Subroutine does not return */\n FUN_0017fc50(param_1);\n}" primitive_type (ERROR "__regparm3" identifier) (function_declarator "FUN_0002f530(undefined4 param_1,int param_2)" identifier (parameter_list "(undefined4 param_1,int param_2)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "int param_2" primitive_type identifier) ))) (compound_statement "{\n if (param_2 != -1) {\n /* WARNING: Subroutine does not return */\n FUN_00217770(param_1);\n }\n /* WARNING: Subroutine does not return */\n FUN_0017fc50(param_1);\n}" { (if_statement "if (param_2 != -1) {\n /* WARNING: Subroutine does not return */\n FUN_00217770(param_1);\n }" if (parenthesized_expression "(param_2 != -1)" ( (binary_expression "param_2 != -1" identifier != number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_00217770(param_1);\n }" { comment (expression_statement "FUN_00217770(param_1);" (call_expression "FUN_00217770(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;) })) comment (expression_statement "FUN_0017fc50(param_1);" (call_expression "FUN_0017fc50(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;) })))
(translation_unit "/* std::ctype<char>::classic_table() [clone .cold.0] */\n\nvoid __regparm3 std::ctype<char>::classic_table(void)\n\n{\n int in_EDX;\n \n if (in_EDX != -1) {\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n }\n /* WARNING: Subroutine does not return */\n __cxa_call_unexpected();\n}\n\n" comment (declaration "void __regparm3" primitive_type identifier ;) (labeled_statement "std::ctype<char>::classic_table(void)\n\n{\n int in_EDX;\n \n if (in_EDX != -1) {\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n }\n /* WARNING: Subroutine does not return */\n __cxa_call_unexpected();\n}" statement_identifier (ERROR "::ctype<char>:" : : (binary_expression "ctype<char" identifier < identifier) > :) : (ERROR "classic_table(void)" (macro_type_specifier "classic_table(void)" identifier ( (type_descriptor "void" primitive_type) ))) (compound_statement "{\n int in_EDX;\n \n if (in_EDX != -1) {\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n }\n /* WARNING: Subroutine does not return */\n __cxa_call_unexpected();\n}" { (declaration "int in_EDX;" primitive_type identifier ;) (if_statement "if (in_EDX != -1) {\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n }" if (parenthesized_expression "(in_EDX != -1)" ( (binary_expression "in_EDX != -1" identifier != number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n }" { comment (expression_statement "_Unwind_Resume();" (call_expression "_Unwind_Resume()" identifier (argument_list "()" ( ))) ;) })) comment (expression_statement "__cxa_call_unexpected();" (call_expression "__cxa_call_unexpected()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "void __regparm3 FUN_0002f530(undefined4 param_1,int param_2)\n\n{\n if (param_2 != -1) {\n \n FUN_00217770(param_1);\n }\n \n FUN_0017fc50(param_1);\n}\n\n" (function_definition "void __regparm3 FUN_0002f530(undefined4 param_1,int param_2)\n\n{\n if (param_2 != -1) {\n \n FUN_00217770(param_1);\n }\n \n FUN_0017fc50(param_1);\n}" primitive_type (ERROR "__regparm3" identifier) (function_declarator "FUN_0002f530(undefined4 param_1,int param_2)" identifier (parameter_list "(undefined4 param_1,int param_2)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "int param_2" primitive_type identifier) ))) (compound_statement "{\n if (param_2 != -1) {\n \n FUN_00217770(param_1);\n }\n \n FUN_0017fc50(param_1);\n}" { (if_statement "if (param_2 != -1) {\n \n FUN_00217770(param_1);\n }" if (parenthesized_expression "(param_2 != -1)" ( (binary_expression "param_2 != -1" identifier != number_literal) )) (compound_statement "{\n \n FUN_00217770(param_1);\n }" { (expression_statement "FUN_00217770(param_1);" (call_expression "FUN_00217770(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;) })) (expression_statement "FUN_0017fc50(param_1);" (call_expression "FUN_0017fc50(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;) })))
(translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) })))
(function_definition "void __regparm3 FUN_0002f530(undefined4 param_1,int param_2)\n\n{\n if (param_2 != -1) {\n \n FUN_00217770(param_1);\n }\n \n FUN_0017fc50(param_1);\n}" (primitive_type "void") (ERROR "__regparm3" (identifier "__regparm3")) (function_declarator "FUN_0002f530(undefined4 param_1,int param_2)" (identifier "FUN_0002f530") (parameter_list "(undefined4 param_1,int param_2)" (( "(") (parameter_declaration "undefined4 param_1" (type_identifier "undefined4") (identifier "param_1")) (, ",") (parameter_declaration "int param_2" (primitive_type "int") (identifier "param_2")) () ")"))) (compound_statement "{\n if (param_2 != -1) {\n \n FUN_00217770(param_1);\n }\n \n FUN_0017fc50(param_1);\n}" ({ "{") (if_statement "if (param_2 != -1) {\n \n FUN_00217770(param_1);\n }" (if "if") (parenthesized_expression "(param_2 != -1)" (( "(") (binary_expression "param_2 != -1" (identifier "param_2") (!= "!=") (number_literal "-1")) () ")")) (compound_statement "{\n \n FUN_00217770(param_1);\n }" ({ "{") (expression_statement "FUN_00217770(param_1);" (call_expression "FUN_00217770(param_1)" (identifier "FUN_00217770") (argument_list "(param_1)" (( "(") (identifier "param_1") () ")"))) (; ";")) (} "}"))) (expression_statement "FUN_0017fc50(param_1);" (call_expression "FUN_0017fc50(param_1)" (identifier "FUN_0017fc50") (argument_list "(param_1)" (( "(") (identifier "param_1") () ")"))) (; ";")) (} "}")))
/* std::ctype<char>::classic_table() [clone .cold.0] */ void __regparm3 std::ctype<char>::classic_table(void) { int var_1; if (var_1 != -1) { /* WARNING: Subroutine does not return */ var_2(); } /* WARNING: Subroutine does not return */ var_3(); }
null
(translation_unit (function_definition type: (primitive_type) (ERROR (identifier)) 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 (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)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))))))
null
void __regparm3 MASKED(undefined4 param_1,int param_2) { if (param_2 != -1) { /* WARNING: Subroutine does not return */ FUN_00217770(param_1); } /* WARNING: Subroutine does not return */ FUN_0017fc50(param_1); }
211_powerpc64-linux-gnu-dwp_and_powerpc64-linux-gnu-dwp_strip.c
FUN_0002a1db
FUN_0002a1db
void FUN_0002a1db(void) { int unaff_EBP; int in_stack_fffffff4; if (*(void **)(unaff_EBP + -0x30) != *(void **)(unaff_EBP + -0x84)) { operator_delete(*(void **)(unaff_EBP + -0x30)); } if (*(void **)(unaff_EBP + -0x48) != *(void **)(unaff_EBP + -0x90)) { operator_delete(*(void **)(unaff_EBP + -0x48)); } 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>_>_>_> **)(unaff_EBP + -0x8c),in_stack_fffffff4); if (*(void **)(unaff_EBP + -0x60) != *(void **)(unaff_EBP + -0x88)) { operator_delete(*(void **)(unaff_EBP + -0x60)); } /* WARNING: Subroutine does not return */ _Unwind_Resume(); }
void FUN_0002a1db(void) { int unaff_EBP; if (*(int *)(unaff_EBP + -0x30) != *(int *)(unaff_EBP + -0x84)) { FUN_001e6db0(*(int *)(unaff_EBP + -0x30)); } if (*(int *)(unaff_EBP + -0x48) != *(int *)(unaff_EBP + -0x90)) { FUN_001e6db0(*(int *)(unaff_EBP + -0x48)); } FUN_0005b0f0(*(undefined4 *)(unaff_EBP + -0x8c)); if (*(int *)(unaff_EBP + -0x60) != *(int *)(unaff_EBP + -0x88)) { FUN_001e6db0(*(int *)(unaff_EBP + -0x60)); } /* WARNING: Subroutine does not return */ FUN_0027dd80(); }
MOV EAX,dword ptr [EBP + -0x30] CMP EAX,dword ptr [EBP + 0xffffff7c] JZ 0x0002a18a SUB ESP,0xc MOV EBX,dword ptr [EBP + -0x7c] PUSH EAX CALL 0x001e6db0 ADD ESP,0x10 JMP 0x0002a18a
null
null
null
null
[(u'INT_ADD_-1206017548', u'CAST_-1206017186'), ('const-4294967248', u'INT_ADD_-1206017554'), ('tmp_774', u'INT_ADD_-1206017585'), ('const-417', u'LOAD_-1206017564'), (u'INT_ADD_-1206017479', u'CAST_-1206017223'), ('tmp_120', u'BRANCH_-1206017500'), (u'CALL_-1206017515', u'INDIRECT_-1206017186'), ('const-417', u'LOAD_-1206017495'), (u'MULTIEQUAL_-1206017254', u'CALL_-1206017509'), (u'LOAD_-1206017495', u'INT_NOTEQUAL_-1206017473'), ('const-417', u'LOAD_-1206017601'), (u'CAST_-1206017223', u'LOAD_-1206017495'), (u'CAST_-1206017186', u'LOAD_-1206017564'), (u'CAST_-1206017238', u'LOAD_-1206017526'), ('const-1', u'RETURN_-1206017393'), (u'INT_ADD_-1206017554', u'CAST_-1206017190'), ('const-417', u'LOAD_-1206017607'), ('const-4294967200', u'INT_ADD_-1206017479'), ('const-4294967152', u'INT_ADD_-1206017585'), ('tmp_774', u'INT_ADD_-1206017554'), ('tmp_774', u'INT_ADD_-1206017473'), (u'LOAD_-1206017526', u'CALL_-1206017509'), (u'INT_NOTEQUAL_-1206017585', u'CBRANCH_-1206017581'), ('tmp_774', u'INT_ADD_-1206017591'), ('const-417', u'LOAD_-1206017526'), (u'CAST_-1206017219', u'LOAD_-1206017489'), (u'INT_NOTEQUAL_-1206017548', u'CBRANCH_-1206017544'), (u'MULTIEQUAL_-1206017279', u'MULTIEQUAL_-1206017254'), ('tmp_357', u'CBRANCH_-1206017469'), (u'INDIRECT_-1206017186', u'MULTIEQUAL_-1206017279'), ('tmp_163', u'CBRANCH_-1206017581'), (u'CALL_-1206017552', u'INDIRECT_-1206017266'), (u'INT_ADD_-1206017591', u'CAST_-1206017269'), (u'LOAD_-1206017489', u'INT_NOTEQUAL_-1206017473'), ('const-417', u'LOAD_-1206017570'), ('const-417', u'LOAD_-1206017489'), ('const-4294967156', u'INT_ADD_-1206017510'), (u'INT_ADD_-1206017585', u'CAST_-1206017265'), (u'INT_ADD_-1206017473', u'CAST_-1206017219'), ('const-4294967224', u'INT_ADD_-1206017591'), (u'LOAD_-1206017570', u'CALL_-1206017515'), (u'LOAD_-1206017564', u'INT_NOTEQUAL_-1206017548'), ('tmp_42', u'CBRANCH_-1206017544'), ('const-4294967164', u'INT_ADD_-1206017548'), (u'INDIRECT_-1206017266', u'MULTIEQUAL_-1206017254'), (u'CAST_-1206017190', u'LOAD_-1206017570'), (u'LOAD_-1206017607', u'CALL_-1206017552'), (u'LOAD_-1206017601', u'INT_NOTEQUAL_-1206017585'), ('tmp_983', u'MULTIEQUAL_-1206017279'), ('const-4294967160', u'INT_ADD_-1206017473'), (u'INT_NOTEQUAL_-1206017473', u'CBRANCH_-1206017469'), ('tmp_774', u'INT_ADD_-1206017510'), ('tmp_774', u'INT_ADD_-1206017479'), (u'INT_ADD_-1206017510', u'CAST_-1206017238'), (u'CAST_-1206017269', u'LOAD_-1206017607'), ('tmp_774', u'INT_ADD_-1206017548'), (u'CAST_-1206017265', u'LOAD_-1206017601'), (u'LOAD_-1206017607', u'INT_NOTEQUAL_-1206017585'), (u'LOAD_-1206017495', u'CALL_-1206017440'), (u'LOAD_-1206017570', u'INT_NOTEQUAL_-1206017548')]
[('tmp_769', u'INT_ADD_-1206017510'), ('tmp_769', u'INT_ADD_-1206017479'), ('const-4294967248', u'INT_ADD_-1206017554'), ('tmp_769', u'INT_ADD_-1206017585'), (u'INT_ADD_-1206017479', u'CAST_-1206017233'), ('tmp_120', u'BRANCH_-1206017500'), ('const-417', u'LOAD_-1206017601'), (u'INT_ADD_-1206017591', u'CAST_-1206017279'), (u'CAST_-1206017233', u'LOAD_-1206017495'), (u'INT_ADD_-1206017473', u'CAST_-1206017229'), (u'LOAD_-1206017495', u'INT_NOTEQUAL_-1206017473'), ('const-1', u'RETURN_-1206017393'), (u'CAST_-1206017196', u'LOAD_-1206017564'), (u'CAST_-1206017279', u'LOAD_-1206017607'), ('const-4294967200', u'INT_ADD_-1206017479'), ('const-4294967152', u'INT_ADD_-1206017585'), (u'INT_ADD_-1206017585', u'CAST_-1206017275'), (u'LOAD_-1206017526', u'CALL_-1206017509'), (u'INT_NOTEQUAL_-1206017585', u'CBRANCH_-1206017581'), ('tmp_769', u'INT_ADD_-1206017473'), (u'CAST_-1206017200', u'LOAD_-1206017570'), (u'INT_NOTEQUAL_-1206017548', u'CBRANCH_-1206017544'), (u'INT_ADD_-1206017510', u'CAST_-1206017248'), (u'CAST_-1206017275', u'LOAD_-1206017601'), ('tmp_357', u'CBRANCH_-1206017469'), ('tmp_163', u'CBRANCH_-1206017581'), (u'LOAD_-1206017489', u'INT_NOTEQUAL_-1206017473'), ('const-4294967156', u'INT_ADD_-1206017510'), ('const-417', u'LOAD_-1206017564'), ('const-4294967224', u'INT_ADD_-1206017591'), (u'LOAD_-1206017570', u'CALL_-1206017515'), ('const-417', u'LOAD_-1206017489'), (u'CAST_-1206017229', u'LOAD_-1206017489'), (u'LOAD_-1206017564', u'INT_NOTEQUAL_-1206017548'), ('tmp_769', u'INT_ADD_-1206017591'), ('tmp_42', u'CBRANCH_-1206017544'), ('const-4294967164', u'INT_ADD_-1206017548'), (u'INT_ADD_-1206017548', u'CAST_-1206017196'), (u'LOAD_-1206017607', u'CALL_-1206017552'), (u'LOAD_-1206017601', u'INT_NOTEQUAL_-1206017585'), (u'CAST_-1206017248', u'LOAD_-1206017526'), ('const-417', u'LOAD_-1206017607'), ('const-4294967160', u'INT_ADD_-1206017473'), ('const-417', u'LOAD_-1206017570'), (u'INT_NOTEQUAL_-1206017473', u'CBRANCH_-1206017469'), ('const-417', u'LOAD_-1206017526'), ('tmp_769', u'INT_ADD_-1206017554'), (u'LOAD_-1206017607', u'INT_NOTEQUAL_-1206017585'), (u'LOAD_-1206017495', u'CALL_-1206017440'), ('tmp_769', u'INT_ADD_-1206017548'), ('const-417', u'LOAD_-1206017495'), (u'INT_ADD_-1206017554', u'CAST_-1206017200'), (u'LOAD_-1206017570', u'INT_NOTEQUAL_-1206017548')]
null
null
0002a1db
x86
O2
(translation_unit "void FUN_0002a1db(void)\n\n{\n int unaff_EBP;\n \n if (*(int *)(unaff_EBP + -0x30) != *(int *)(unaff_EBP + -0x84)) {\n FUN_001e6db0(*(int *)(unaff_EBP + -0x30));\n }\n if (*(int *)(unaff_EBP + -0x48) != *(int *)(unaff_EBP + -0x90)) {\n FUN_001e6db0(*(int *)(unaff_EBP + -0x48));\n }\n FUN_0005b0f0(*(undefined4 *)(unaff_EBP + -0x8c));\n if (*(int *)(unaff_EBP + -0x60) != *(int *)(unaff_EBP + -0x88)) {\n FUN_001e6db0(*(int *)(unaff_EBP + -0x60));\n }\n /* WARNING: Subroutine does not return */\n FUN_0027dd80();\n}\n\n" (function_definition "void FUN_0002a1db(void)\n\n{\n int unaff_EBP;\n \n if (*(int *)(unaff_EBP + -0x30) != *(int *)(unaff_EBP + -0x84)) {\n FUN_001e6db0(*(int *)(unaff_EBP + -0x30));\n }\n if (*(int *)(unaff_EBP + -0x48) != *(int *)(unaff_EBP + -0x90)) {\n FUN_001e6db0(*(int *)(unaff_EBP + -0x48));\n }\n FUN_0005b0f0(*(undefined4 *)(unaff_EBP + -0x8c));\n if (*(int *)(unaff_EBP + -0x60) != *(int *)(unaff_EBP + -0x88)) {\n FUN_001e6db0(*(int *)(unaff_EBP + -0x60));\n }\n /* WARNING: Subroutine does not return */\n FUN_0027dd80();\n}" primitive_type (function_declarator "FUN_0002a1db(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n int unaff_EBP;\n \n if (*(int *)(unaff_EBP + -0x30) != *(int *)(unaff_EBP + -0x84)) {\n FUN_001e6db0(*(int *)(unaff_EBP + -0x30));\n }\n if (*(int *)(unaff_EBP + -0x48) != *(int *)(unaff_EBP + -0x90)) {\n FUN_001e6db0(*(int *)(unaff_EBP + -0x48));\n }\n FUN_0005b0f0(*(undefined4 *)(unaff_EBP + -0x8c));\n if (*(int *)(unaff_EBP + -0x60) != *(int *)(unaff_EBP + -0x88)) {\n FUN_001e6db0(*(int *)(unaff_EBP + -0x60));\n }\n /* WARNING: Subroutine does not return */\n FUN_0027dd80();\n}" { (declaration "int unaff_EBP;" primitive_type identifier ;) (if_statement "if (*(int *)(unaff_EBP + -0x30) != *(int *)(unaff_EBP + -0x84)) {\n FUN_001e6db0(*(int *)(unaff_EBP + -0x30));\n }" if (parenthesized_expression "(*(int *)(unaff_EBP + -0x30) != *(int *)(unaff_EBP + -0x84))" ( (binary_expression "*(int *)(unaff_EBP + -0x30) != *(int *)(unaff_EBP + -0x84)" (pointer_expression "*(int *)(unaff_EBP + -0x30)" * (cast_expression "(int *)(unaff_EBP + -0x30)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x30)" ( (binary_expression "unaff_EBP + -0x30" identifier + number_literal) )))) != (pointer_expression "*(int *)(unaff_EBP + -0x84)" * (cast_expression "(int *)(unaff_EBP + -0x84)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x84)" ( (binary_expression "unaff_EBP + -0x84" identifier + number_literal) ))))) )) (compound_statement "{\n FUN_001e6db0(*(int *)(unaff_EBP + -0x30));\n }" { (expression_statement "FUN_001e6db0(*(int *)(unaff_EBP + -0x30));" (call_expression "FUN_001e6db0(*(int *)(unaff_EBP + -0x30))" identifier (argument_list "(*(int *)(unaff_EBP + -0x30))" ( (pointer_expression "*(int *)(unaff_EBP + -0x30)" * (cast_expression "(int *)(unaff_EBP + -0x30)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x30)" ( (binary_expression "unaff_EBP + -0x30" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(int *)(unaff_EBP + -0x48) != *(int *)(unaff_EBP + -0x90)) {\n FUN_001e6db0(*(int *)(unaff_EBP + -0x48));\n }" if (parenthesized_expression "(*(int *)(unaff_EBP + -0x48) != *(int *)(unaff_EBP + -0x90))" ( (binary_expression "*(int *)(unaff_EBP + -0x48) != *(int *)(unaff_EBP + -0x90)" (pointer_expression "*(int *)(unaff_EBP + -0x48)" * (cast_expression "(int *)(unaff_EBP + -0x48)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x48)" ( (binary_expression "unaff_EBP + -0x48" identifier + number_literal) )))) != (pointer_expression "*(int *)(unaff_EBP + -0x90)" * (cast_expression "(int *)(unaff_EBP + -0x90)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x90)" ( (binary_expression "unaff_EBP + -0x90" identifier + number_literal) ))))) )) (compound_statement "{\n FUN_001e6db0(*(int *)(unaff_EBP + -0x48));\n }" { (expression_statement "FUN_001e6db0(*(int *)(unaff_EBP + -0x48));" (call_expression "FUN_001e6db0(*(int *)(unaff_EBP + -0x48))" identifier (argument_list "(*(int *)(unaff_EBP + -0x48))" ( (pointer_expression "*(int *)(unaff_EBP + -0x48)" * (cast_expression "(int *)(unaff_EBP + -0x48)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x48)" ( (binary_expression "unaff_EBP + -0x48" identifier + number_literal) )))) ))) ;) })) (expression_statement "FUN_0005b0f0(*(undefined4 *)(unaff_EBP + -0x8c));" (call_expression "FUN_0005b0f0(*(undefined4 *)(unaff_EBP + -0x8c))" identifier (argument_list "(*(undefined4 *)(unaff_EBP + -0x8c))" ( (pointer_expression "*(undefined4 *)(unaff_EBP + -0x8c)" * (cast_expression "(undefined4 *)(unaff_EBP + -0x8c)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x8c)" ( (binary_expression "unaff_EBP + -0x8c" identifier + number_literal) )))) ))) ;) (if_statement "if (*(int *)(unaff_EBP + -0x60) != *(int *)(unaff_EBP + -0x88)) {\n FUN_001e6db0(*(int *)(unaff_EBP + -0x60));\n }" if (parenthesized_expression "(*(int *)(unaff_EBP + -0x60) != *(int *)(unaff_EBP + -0x88))" ( (binary_expression "*(int *)(unaff_EBP + -0x60) != *(int *)(unaff_EBP + -0x88)" (pointer_expression "*(int *)(unaff_EBP + -0x60)" * (cast_expression "(int *)(unaff_EBP + -0x60)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x60)" ( (binary_expression "unaff_EBP + -0x60" identifier + number_literal) )))) != (pointer_expression "*(int *)(unaff_EBP + -0x88)" * (cast_expression "(int *)(unaff_EBP + -0x88)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x88)" ( (binary_expression "unaff_EBP + -0x88" identifier + number_literal) ))))) )) (compound_statement "{\n FUN_001e6db0(*(int *)(unaff_EBP + -0x60));\n }" { (expression_statement "FUN_001e6db0(*(int *)(unaff_EBP + -0x60));" (call_expression "FUN_001e6db0(*(int *)(unaff_EBP + -0x60))" identifier (argument_list "(*(int *)(unaff_EBP + -0x60))" ( (pointer_expression "*(int *)(unaff_EBP + -0x60)" * (cast_expression "(int *)(unaff_EBP + -0x60)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x60)" ( (binary_expression "unaff_EBP + -0x60" identifier + number_literal) )))) ))) ;) })) comment (expression_statement "FUN_0027dd80();" (call_expression "FUN_0027dd80()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "void FUN_0002a1db(void)\n\n{\n int unaff_EBP;\n int in_stack_fffffff4;\n \n if (*(void **)(unaff_EBP + -0x30) != *(void **)(unaff_EBP + -0x84)) {\n operator_delete(*(void **)(unaff_EBP + -0x30));\n }\n if (*(void **)(unaff_EBP + -0x48) != *(void **)(unaff_EBP + -0x90)) {\n operator_delete(*(void **)(unaff_EBP + -0x48));\n }\n std::\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 ::~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 **)(unaff_EBP + -0x8c),in_stack_fffffff4);\n if (*(void **)(unaff_EBP + -0x60) != *(void **)(unaff_EBP + -0x88)) {\n operator_delete(*(void **)(unaff_EBP + -0x60));\n }\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}\n\n" (function_definition "void FUN_0002a1db(void)\n\n{\n int unaff_EBP;\n int in_stack_fffffff4;\n \n if (*(void **)(unaff_EBP + -0x30) != *(void **)(unaff_EBP + -0x84)) {\n operator_delete(*(void **)(unaff_EBP + -0x30));\n }\n if (*(void **)(unaff_EBP + -0x48) != *(void **)(unaff_EBP + -0x90)) {\n operator_delete(*(void **)(unaff_EBP + -0x48));\n }\n std::\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 ::~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 **)(unaff_EBP + -0x8c),in_stack_fffffff4);\n if (*(void **)(unaff_EBP + -0x60) != *(void **)(unaff_EBP + -0x88)) {\n operator_delete(*(void **)(unaff_EBP + -0x60));\n }\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}" primitive_type (function_declarator "FUN_0002a1db(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n int unaff_EBP;\n int in_stack_fffffff4;\n \n if (*(void **)(unaff_EBP + -0x30) != *(void **)(unaff_EBP + -0x84)) {\n operator_delete(*(void **)(unaff_EBP + -0x30));\n }\n if (*(void **)(unaff_EBP + -0x48) != *(void **)(unaff_EBP + -0x90)) {\n operator_delete(*(void **)(unaff_EBP + -0x48));\n }\n std::\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 ::~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 **)(unaff_EBP + -0x8c),in_stack_fffffff4);\n if (*(void **)(unaff_EBP + -0x60) != *(void **)(unaff_EBP + -0x88)) {\n operator_delete(*(void **)(unaff_EBP + -0x60));\n }\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}" { (declaration "int unaff_EBP;" primitive_type identifier ;) (declaration "int in_stack_fffffff4;" primitive_type identifier ;) (if_statement "if (*(void **)(unaff_EBP + -0x30) != *(void **)(unaff_EBP + -0x84)) {\n operator_delete(*(void **)(unaff_EBP + -0x30));\n }" if (parenthesized_expression "(*(void **)(unaff_EBP + -0x30) != *(void **)(unaff_EBP + -0x84))" ( (binary_expression "*(void **)(unaff_EBP + -0x30) != *(void **)(unaff_EBP + -0x84)" (pointer_expression "*(void **)(unaff_EBP + -0x30)" * (cast_expression "(void **)(unaff_EBP + -0x30)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x30)" ( (binary_expression "unaff_EBP + -0x30" identifier + number_literal) )))) != (pointer_expression "*(void **)(unaff_EBP + -0x84)" * (cast_expression "(void **)(unaff_EBP + -0x84)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x84)" ( (binary_expression "unaff_EBP + -0x84" identifier + number_literal) ))))) )) (compound_statement "{\n operator_delete(*(void **)(unaff_EBP + -0x30));\n }" { (expression_statement "operator_delete(*(void **)(unaff_EBP + -0x30));" (call_expression "operator_delete(*(void **)(unaff_EBP + -0x30))" identifier (argument_list "(*(void **)(unaff_EBP + -0x30))" ( (pointer_expression "*(void **)(unaff_EBP + -0x30)" * (cast_expression "(void **)(unaff_EBP + -0x30)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x30)" ( (binary_expression "unaff_EBP + -0x30" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(void **)(unaff_EBP + -0x48) != *(void **)(unaff_EBP + -0x90)) {\n operator_delete(*(void **)(unaff_EBP + -0x48));\n }" if (parenthesized_expression "(*(void **)(unaff_EBP + -0x48) != *(void **)(unaff_EBP + -0x90))" ( (binary_expression "*(void **)(unaff_EBP + -0x48) != *(void **)(unaff_EBP + -0x90)" (pointer_expression "*(void **)(unaff_EBP + -0x48)" * (cast_expression "(void **)(unaff_EBP + -0x48)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x48)" ( (binary_expression "unaff_EBP + -0x48" identifier + number_literal) )))) != (pointer_expression "*(void **)(unaff_EBP + -0x90)" * (cast_expression "(void **)(unaff_EBP + -0x90)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x90)" ( (binary_expression "unaff_EBP + -0x90" identifier + number_literal) ))))) )) (compound_statement "{\n operator_delete(*(void **)(unaff_EBP + -0x48));\n }" { (expression_statement "operator_delete(*(void **)(unaff_EBP + -0x48));" (call_expression "operator_delete(*(void **)(unaff_EBP + -0x48))" identifier (argument_list "(*(void **)(unaff_EBP + -0x48))" ( (pointer_expression "*(void **)(unaff_EBP + -0x48)" * (cast_expression "(void **)(unaff_EBP + -0x48)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x48)" ( (binary_expression "unaff_EBP + -0x48" identifier + number_literal) )))) ))) ;) })) (ERROR "std::\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::" (comma_expression "std::\n vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std" identifier (ERROR "::\n vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>" : : (binary_expression "vector<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) : : (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) >) , 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 ::~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 **)(unaff_EBP + -0x8c),in_stack_fffffff4);" (binary_expression "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 **)(unaff_EBP + -0x8c),in_stack_fffffff4)" (binary_expression "allocator<char>_>_>_" (binary_expression "allocator<char>_>_" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > identifier) > identifier) > (ERROR "::" : :) (unary_expression "~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 **)(unaff_EBP + -0x8c),in_stack_fffffff4)" ~ (call_expression "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 **)(unaff_EBP + -0x8c),in_stack_fffffff4)" identifier (argument_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 **)(unaff_EBP + -0x8c),in_stack_fffffff4)" ( (pointer_expression "*(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 **)(unaff_EBP + -0x8c)" * (call_expression "(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 **)(unaff_EBP + -0x8c)" (parenthesized_expression "(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 **)" ( (ERROR "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::" (binary_expression "vector<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>_>,_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>_>_>_>\n **" (binary_expression "allocator<char>_>_>_" (binary_expression "allocator<char>_>_" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > identifier) > identifier) > (pointer_expression "**" * (pointer_expression "*" * identifier))) )) (argument_list "(unaff_EBP + -0x8c)" ( (binary_expression "unaff_EBP + -0x8c" identifier + number_literal) )))) , identifier ))))) ;) (if_statement "if (*(void **)(unaff_EBP + -0x60) != *(void **)(unaff_EBP + -0x88)) {\n operator_delete(*(void **)(unaff_EBP + -0x60));\n }" if (parenthesized_expression "(*(void **)(unaff_EBP + -0x60) != *(void **)(unaff_EBP + -0x88))" ( (binary_expression "*(void **)(unaff_EBP + -0x60) != *(void **)(unaff_EBP + -0x88)" (pointer_expression "*(void **)(unaff_EBP + -0x60)" * (cast_expression "(void **)(unaff_EBP + -0x60)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x60)" ( (binary_expression "unaff_EBP + -0x60" identifier + number_literal) )))) != (pointer_expression "*(void **)(unaff_EBP + -0x88)" * (cast_expression "(void **)(unaff_EBP + -0x88)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x88)" ( (binary_expression "unaff_EBP + -0x88" identifier + number_literal) ))))) )) (compound_statement "{\n operator_delete(*(void **)(unaff_EBP + -0x60));\n }" { (expression_statement "operator_delete(*(void **)(unaff_EBP + -0x60));" (call_expression "operator_delete(*(void **)(unaff_EBP + -0x60))" identifier (argument_list "(*(void **)(unaff_EBP + -0x60))" ( (pointer_expression "*(void **)(unaff_EBP + -0x60)" * (cast_expression "(void **)(unaff_EBP + -0x60)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x60)" ( (binary_expression "unaff_EBP + -0x60" identifier + number_literal) )))) ))) ;) })) comment (expression_statement "_Unwind_Resume();" (call_expression "_Unwind_Resume()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "void FUN_0002a1db(void)\n\n{\n int unaff_EBP;\n \n if (*(int *)(unaff_EBP + -0x30) != *(int *)(unaff_EBP + -0x84)) {\n FUN_001e6db0(*(int *)(unaff_EBP + -0x30));\n }\n if (*(int *)(unaff_EBP + -0x48) != *(int *)(unaff_EBP + -0x90)) {\n FUN_001e6db0(*(int *)(unaff_EBP + -0x48));\n }\n FUN_0005b0f0(*(undefined4 *)(unaff_EBP + -0x8c));\n if (*(int *)(unaff_EBP + -0x60) != *(int *)(unaff_EBP + -0x88)) {\n FUN_001e6db0(*(int *)(unaff_EBP + -0x60));\n }\n \n FUN_0027dd80();\n}\n\n" (function_definition "void FUN_0002a1db(void)\n\n{\n int unaff_EBP;\n \n if (*(int *)(unaff_EBP + -0x30) != *(int *)(unaff_EBP + -0x84)) {\n FUN_001e6db0(*(int *)(unaff_EBP + -0x30));\n }\n if (*(int *)(unaff_EBP + -0x48) != *(int *)(unaff_EBP + -0x90)) {\n FUN_001e6db0(*(int *)(unaff_EBP + -0x48));\n }\n FUN_0005b0f0(*(undefined4 *)(unaff_EBP + -0x8c));\n if (*(int *)(unaff_EBP + -0x60) != *(int *)(unaff_EBP + -0x88)) {\n FUN_001e6db0(*(int *)(unaff_EBP + -0x60));\n }\n \n FUN_0027dd80();\n}" primitive_type (function_declarator "FUN_0002a1db(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n int unaff_EBP;\n \n if (*(int *)(unaff_EBP + -0x30) != *(int *)(unaff_EBP + -0x84)) {\n FUN_001e6db0(*(int *)(unaff_EBP + -0x30));\n }\n if (*(int *)(unaff_EBP + -0x48) != *(int *)(unaff_EBP + -0x90)) {\n FUN_001e6db0(*(int *)(unaff_EBP + -0x48));\n }\n FUN_0005b0f0(*(undefined4 *)(unaff_EBP + -0x8c));\n if (*(int *)(unaff_EBP + -0x60) != *(int *)(unaff_EBP + -0x88)) {\n FUN_001e6db0(*(int *)(unaff_EBP + -0x60));\n }\n \n FUN_0027dd80();\n}" { (declaration "int unaff_EBP;" primitive_type identifier ;) (if_statement "if (*(int *)(unaff_EBP + -0x30) != *(int *)(unaff_EBP + -0x84)) {\n FUN_001e6db0(*(int *)(unaff_EBP + -0x30));\n }" if (parenthesized_expression "(*(int *)(unaff_EBP + -0x30) != *(int *)(unaff_EBP + -0x84))" ( (binary_expression "*(int *)(unaff_EBP + -0x30) != *(int *)(unaff_EBP + -0x84)" (pointer_expression "*(int *)(unaff_EBP + -0x30)" * (cast_expression "(int *)(unaff_EBP + -0x30)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x30)" ( (binary_expression "unaff_EBP + -0x30" identifier + number_literal) )))) != (pointer_expression "*(int *)(unaff_EBP + -0x84)" * (cast_expression "(int *)(unaff_EBP + -0x84)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x84)" ( (binary_expression "unaff_EBP + -0x84" identifier + number_literal) ))))) )) (compound_statement "{\n FUN_001e6db0(*(int *)(unaff_EBP + -0x30));\n }" { (expression_statement "FUN_001e6db0(*(int *)(unaff_EBP + -0x30));" (call_expression "FUN_001e6db0(*(int *)(unaff_EBP + -0x30))" identifier (argument_list "(*(int *)(unaff_EBP + -0x30))" ( (pointer_expression "*(int *)(unaff_EBP + -0x30)" * (cast_expression "(int *)(unaff_EBP + -0x30)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x30)" ( (binary_expression "unaff_EBP + -0x30" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(int *)(unaff_EBP + -0x48) != *(int *)(unaff_EBP + -0x90)) {\n FUN_001e6db0(*(int *)(unaff_EBP + -0x48));\n }" if (parenthesized_expression "(*(int *)(unaff_EBP + -0x48) != *(int *)(unaff_EBP + -0x90))" ( (binary_expression "*(int *)(unaff_EBP + -0x48) != *(int *)(unaff_EBP + -0x90)" (pointer_expression "*(int *)(unaff_EBP + -0x48)" * (cast_expression "(int *)(unaff_EBP + -0x48)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x48)" ( (binary_expression "unaff_EBP + -0x48" identifier + number_literal) )))) != (pointer_expression "*(int *)(unaff_EBP + -0x90)" * (cast_expression "(int *)(unaff_EBP + -0x90)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x90)" ( (binary_expression "unaff_EBP + -0x90" identifier + number_literal) ))))) )) (compound_statement "{\n FUN_001e6db0(*(int *)(unaff_EBP + -0x48));\n }" { (expression_statement "FUN_001e6db0(*(int *)(unaff_EBP + -0x48));" (call_expression "FUN_001e6db0(*(int *)(unaff_EBP + -0x48))" identifier (argument_list "(*(int *)(unaff_EBP + -0x48))" ( (pointer_expression "*(int *)(unaff_EBP + -0x48)" * (cast_expression "(int *)(unaff_EBP + -0x48)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x48)" ( (binary_expression "unaff_EBP + -0x48" identifier + number_literal) )))) ))) ;) })) (expression_statement "FUN_0005b0f0(*(undefined4 *)(unaff_EBP + -0x8c));" (call_expression "FUN_0005b0f0(*(undefined4 *)(unaff_EBP + -0x8c))" identifier (argument_list "(*(undefined4 *)(unaff_EBP + -0x8c))" ( (pointer_expression "*(undefined4 *)(unaff_EBP + -0x8c)" * (cast_expression "(undefined4 *)(unaff_EBP + -0x8c)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x8c)" ( (binary_expression "unaff_EBP + -0x8c" identifier + number_literal) )))) ))) ;) (if_statement "if (*(int *)(unaff_EBP + -0x60) != *(int *)(unaff_EBP + -0x88)) {\n FUN_001e6db0(*(int *)(unaff_EBP + -0x60));\n }" if (parenthesized_expression "(*(int *)(unaff_EBP + -0x60) != *(int *)(unaff_EBP + -0x88))" ( (binary_expression "*(int *)(unaff_EBP + -0x60) != *(int *)(unaff_EBP + -0x88)" (pointer_expression "*(int *)(unaff_EBP + -0x60)" * (cast_expression "(int *)(unaff_EBP + -0x60)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x60)" ( (binary_expression "unaff_EBP + -0x60" identifier + number_literal) )))) != (pointer_expression "*(int *)(unaff_EBP + -0x88)" * (cast_expression "(int *)(unaff_EBP + -0x88)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x88)" ( (binary_expression "unaff_EBP + -0x88" identifier + number_literal) ))))) )) (compound_statement "{\n FUN_001e6db0(*(int *)(unaff_EBP + -0x60));\n }" { (expression_statement "FUN_001e6db0(*(int *)(unaff_EBP + -0x60));" (call_expression "FUN_001e6db0(*(int *)(unaff_EBP + -0x60))" identifier (argument_list "(*(int *)(unaff_EBP + -0x60))" ( (pointer_expression "*(int *)(unaff_EBP + -0x60)" * (cast_expression "(int *)(unaff_EBP + -0x60)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x60)" ( (binary_expression "unaff_EBP + -0x60" identifier + number_literal) )))) ))) ;) })) (expression_statement "FUN_0027dd80();" (call_expression "FUN_0027dd80()" identifier (argument_list "()" ( ))) ;) })))
(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 (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) ))))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (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 *)) ) (parenthesized_expression ( (binary_expression IDENT + 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 ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_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) )))) ))) ;) (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 * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(function_definition "void FUN_0002a1db(void)\n\n{\n int unaff_EBP;\n \n if (*(int *)(unaff_EBP + -0x30) != *(int *)(unaff_EBP + -0x84)) {\n FUN_001e6db0(*(int *)(unaff_EBP + -0x30));\n }\n if (*(int *)(unaff_EBP + -0x48) != *(int *)(unaff_EBP + -0x90)) {\n FUN_001e6db0(*(int *)(unaff_EBP + -0x48));\n }\n FUN_0005b0f0(*(undefined4 *)(unaff_EBP + -0x8c));\n if (*(int *)(unaff_EBP + -0x60) != *(int *)(unaff_EBP + -0x88)) {\n FUN_001e6db0(*(int *)(unaff_EBP + -0x60));\n }\n \n FUN_0027dd80();\n}" (primitive_type "void") (function_declarator "FUN_0002a1db(void)" (identifier "FUN_0002a1db") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n int unaff_EBP;\n \n if (*(int *)(unaff_EBP + -0x30) != *(int *)(unaff_EBP + -0x84)) {\n FUN_001e6db0(*(int *)(unaff_EBP + -0x30));\n }\n if (*(int *)(unaff_EBP + -0x48) != *(int *)(unaff_EBP + -0x90)) {\n FUN_001e6db0(*(int *)(unaff_EBP + -0x48));\n }\n FUN_0005b0f0(*(undefined4 *)(unaff_EBP + -0x8c));\n if (*(int *)(unaff_EBP + -0x60) != *(int *)(unaff_EBP + -0x88)) {\n FUN_001e6db0(*(int *)(unaff_EBP + -0x60));\n }\n \n FUN_0027dd80();\n}" ({ "{") (declaration "int unaff_EBP;" (primitive_type "int") (identifier "unaff_EBP") (; ";")) (if_statement "if (*(int *)(unaff_EBP + -0x30) != *(int *)(unaff_EBP + -0x84)) {\n FUN_001e6db0(*(int *)(unaff_EBP + -0x30));\n }" (if "if") (parenthesized_expression "(*(int *)(unaff_EBP + -0x30) != *(int *)(unaff_EBP + -0x84))" (( "(") (binary_expression "*(int *)(unaff_EBP + -0x30) != *(int *)(unaff_EBP + -0x84)" (pointer_expression "*(int *)(unaff_EBP + -0x30)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x30)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x30)" (( "(") (binary_expression "unaff_EBP + -0x30" (identifier "unaff_EBP") (+ "+") (number_literal "-0x30")) () ")")))) (!= "!=") (pointer_expression "*(int *)(unaff_EBP + -0x84)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x84)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x84)" (( "(") (binary_expression "unaff_EBP + -0x84" (identifier "unaff_EBP") (+ "+") (number_literal "-0x84")) () ")"))))) () ")")) (compound_statement "{\n FUN_001e6db0(*(int *)(unaff_EBP + -0x30));\n }" ({ "{") (expression_statement "FUN_001e6db0(*(int *)(unaff_EBP + -0x30));" (call_expression "FUN_001e6db0(*(int *)(unaff_EBP + -0x30))" (identifier "FUN_001e6db0") (argument_list "(*(int *)(unaff_EBP + -0x30))" (( "(") (pointer_expression "*(int *)(unaff_EBP + -0x30)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x30)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x30)" (( "(") (binary_expression "unaff_EBP + -0x30" (identifier "unaff_EBP") (+ "+") (number_literal "-0x30")) () ")")))) () ")"))) (; ";")) (} "}"))) (if_statement "if (*(int *)(unaff_EBP + -0x48) != *(int *)(unaff_EBP + -0x90)) {\n FUN_001e6db0(*(int *)(unaff_EBP + -0x48));\n }" (if "if") (parenthesized_expression "(*(int *)(unaff_EBP + -0x48) != *(int *)(unaff_EBP + -0x90))" (( "(") (binary_expression "*(int *)(unaff_EBP + -0x48) != *(int *)(unaff_EBP + -0x90)" (pointer_expression "*(int *)(unaff_EBP + -0x48)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x48)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x48)" (( "(") (binary_expression "unaff_EBP + -0x48" (identifier "unaff_EBP") (+ "+") (number_literal "-0x48")) () ")")))) (!= "!=") (pointer_expression "*(int *)(unaff_EBP + -0x90)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x90)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x90)" (( "(") (binary_expression "unaff_EBP + -0x90" (identifier "unaff_EBP") (+ "+") (number_literal "-0x90")) () ")"))))) () ")")) (compound_statement "{\n FUN_001e6db0(*(int *)(unaff_EBP + -0x48));\n }" ({ "{") (expression_statement "FUN_001e6db0(*(int *)(unaff_EBP + -0x48));" (call_expression "FUN_001e6db0(*(int *)(unaff_EBP + -0x48))" (identifier "FUN_001e6db0") (argument_list "(*(int *)(unaff_EBP + -0x48))" (( "(") (pointer_expression "*(int *)(unaff_EBP + -0x48)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x48)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x48)" (( "(") (binary_expression "unaff_EBP + -0x48" (identifier "unaff_EBP") (+ "+") (number_literal "-0x48")) () ")")))) () ")"))) (; ";")) (} "}"))) (expression_statement "FUN_0005b0f0(*(undefined4 *)(unaff_EBP + -0x8c));" (call_expression "FUN_0005b0f0(*(undefined4 *)(unaff_EBP + -0x8c))" (identifier "FUN_0005b0f0") (argument_list "(*(undefined4 *)(unaff_EBP + -0x8c))" (( "(") (pointer_expression "*(undefined4 *)(unaff_EBP + -0x8c)" (* "*") (cast_expression "(undefined4 *)(unaff_EBP + -0x8c)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x8c)" (( "(") (binary_expression "unaff_EBP + -0x8c" (identifier "unaff_EBP") (+ "+") (number_literal "-0x8c")) () ")")))) () ")"))) (; ";")) (if_statement "if (*(int *)(unaff_EBP + -0x60) != *(int *)(unaff_EBP + -0x88)) {\n FUN_001e6db0(*(int *)(unaff_EBP + -0x60));\n }" (if "if") (parenthesized_expression "(*(int *)(unaff_EBP + -0x60) != *(int *)(unaff_EBP + -0x88))" (( "(") (binary_expression "*(int *)(unaff_EBP + -0x60) != *(int *)(unaff_EBP + -0x88)" (pointer_expression "*(int *)(unaff_EBP + -0x60)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x60)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x60)" (( "(") (binary_expression "unaff_EBP + -0x60" (identifier "unaff_EBP") (+ "+") (number_literal "-0x60")) () ")")))) (!= "!=") (pointer_expression "*(int *)(unaff_EBP + -0x88)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x88)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x88)" (( "(") (binary_expression "unaff_EBP + -0x88" (identifier "unaff_EBP") (+ "+") (number_literal "-0x88")) () ")"))))) () ")")) (compound_statement "{\n FUN_001e6db0(*(int *)(unaff_EBP + -0x60));\n }" ({ "{") (expression_statement "FUN_001e6db0(*(int *)(unaff_EBP + -0x60));" (call_expression "FUN_001e6db0(*(int *)(unaff_EBP + -0x60))" (identifier "FUN_001e6db0") (argument_list "(*(int *)(unaff_EBP + -0x60))" (( "(") (pointer_expression "*(int *)(unaff_EBP + -0x60)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x60)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x60)" (( "(") (binary_expression "unaff_EBP + -0x60" (identifier "unaff_EBP") (+ "+") (number_literal "-0x60")) () ")")))) () ")"))) (; ";")) (} "}"))) (expression_statement "FUN_0027dd80();" (call_expression "FUN_0027dd80()" (identifier "FUN_0027dd80") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
void function_1(void) { int var_1; int in_stack_fffffff4; if (*(void **)(var_1 + -0x30) != *(void **)(var_1 + -0x84)) { var_2(*(void **)(var_1 + -0x30)); } if (*(void **)(var_1 + -0x48) != *(void **)(var_1 + -0x90)) { var_2(*(void **)(var_1 + -0x48)); } std:: var_6<std::__cxx11::basic_string<var_4,_std::char_traits<var_4>,_std::var_3<var_4>var_5>,_std::var_3<std::__cxx11::basic_string<var_4,_std::char_traits<var_4>,_std::var_3<var_4>var_5>var_5>var_5> ::~var_6(*(var_6<std::__cxx11::basic_string<var_4,_std::char_traits<var_4>,_std::var_3<var_4>var_5>,_std::var_3<std::__cxx11::basic_string<var_4,_std::char_traits<var_4>,_std::var_3<var_4>var_5>var_5>var_5> **)(var_1 + -0x8c),in_stack_fffffff4); if (*(void **)(var_1 + -0x60) != *(void **)(var_1 + -0x88)) { var_2(*(void **)(var_1 + -0x60)); } /* WARNING: Subroutine does not return */ var_7(); }
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: (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: (identifier) right: (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 (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: (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: (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 (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 (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)))))))) (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: (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 (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 (call_expression function: (identifier) arguments: (argument_list))))))
null
void MASKED(void) { int unaff_EBP; if (*(int *)(unaff_EBP + -0x30) != *(int *)(unaff_EBP + -0x84)) { FUN_001e6db0(*(int *)(unaff_EBP + -0x30)); } if (*(int *)(unaff_EBP + -0x48) != *(int *)(unaff_EBP + -0x90)) { FUN_001e6db0(*(int *)(unaff_EBP + -0x48)); } FUN_0005b0f0(*(undefined4 *)(unaff_EBP + -0x8c)); if (*(int *)(unaff_EBP + -0x60) != *(int *)(unaff_EBP + -0x88)) { FUN_001e6db0(*(int *)(unaff_EBP + -0x60)); } /* WARNING: Subroutine does not return */ FUN_0027dd80(); }
68_x86_64-linux-gnu-strings_and_x86_64-linux-gnu-strings_strip.c
fputs
fputs
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int fputs(char *__s,FILE *__stream) { int iVar1; iVar1 = (*(code *)PTR_fputs_00019110)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int fputs(char *__s,FILE *__stream) { int iVar1; iVar1 = (*(code *)PTR_fputs_00019110)(); return iVar1; }
JMP dword ptr [EBX + 0x110]
null
null
null
null
[('tmp_72', u'CAST_-1205988182'), (u'CALLIND_-1205988262', u'RETURN_-1205988259'), (u'CAST_-1205988182', u'CALLIND_-1205988262'), ('const-0', u'RETURN_-1205988259'), (u'CALLIND_-1205988262', u'INDIRECT_-1205988189'), (u'INDIRECT_-1205988189', u'COPY_-1205988248')]
[('tmp_72', u'CAST_-1205988182'), (u'CALLIND_-1205988262', u'RETURN_-1205988259'), (u'CAST_-1205988182', u'CALLIND_-1205988262'), ('const-0', u'RETURN_-1205988259'), (u'CALLIND_-1205988262', u'INDIRECT_-1205988189'), (u'INDIRECT_-1205988189', u'COPY_-1205988248')]
null
null
00011450
x86
O2
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fputs(char *__s,FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fputs_00019110)();\n return iVar1;\n}\n\n" comment (function_definition "int fputs(char *__s,FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fputs_00019110)();\n return iVar1;\n}" primitive_type (function_declarator "fputs(char *__s,FILE *__stream)" identifier (parameter_list "(char *__s,FILE *__stream)" ( (parameter_declaration "char *__s" primitive_type (pointer_declarator "*__s" * identifier)) , (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fputs_00019110)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_fputs_00019110)();" (assignment_expression "iVar1 = (*(code *)PTR_fputs_00019110)()" identifier = (call_expression "(*(code *)PTR_fputs_00019110)()" (parenthesized_expression "(*(code *)PTR_fputs_00019110)" ( (pointer_expression "*(code *)PTR_fputs_00019110" * (cast_expression "(code *)PTR_fputs_00019110" ( (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 fputs(char *__s,FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fputs_00019110)();\n return iVar1;\n}\n\n" comment (function_definition "int fputs(char *__s,FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fputs_00019110)();\n return iVar1;\n}" primitive_type (function_declarator "fputs(char *__s,FILE *__stream)" identifier (parameter_list "(char *__s,FILE *__stream)" ( (parameter_declaration "char *__s" primitive_type (pointer_declarator "*__s" * identifier)) , (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fputs_00019110)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_fputs_00019110)();" (assignment_expression "iVar1 = (*(code *)PTR_fputs_00019110)()" identifier = (call_expression "(*(code *)PTR_fputs_00019110)()" (parenthesized_expression "(*(code *)PTR_fputs_00019110)" ( (pointer_expression "*(code *)PTR_fputs_00019110" * (cast_expression "(code *)PTR_fputs_00019110" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return iVar1;" return identifier ;) })))
(translation_unit "int fputs(char *__s,FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fputs_00019110)();\n return iVar1;\n}\n\n" (function_definition "int fputs(char *__s,FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fputs_00019110)();\n return iVar1;\n}" primitive_type (function_declarator "fputs(char *__s,FILE *__stream)" identifier (parameter_list "(char *__s,FILE *__stream)" ( (parameter_declaration "char *__s" primitive_type (pointer_declarator "*__s" * identifier)) , (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fputs_00019110)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_fputs_00019110)();" (assignment_expression "iVar1 = (*(code *)PTR_fputs_00019110)()" identifier = (call_expression "(*(code *)PTR_fputs_00019110)()" (parenthesized_expression "(*(code *)PTR_fputs_00019110)" ( (pointer_expression "*(code *)PTR_fputs_00019110" * (cast_expression "(code *)PTR_fputs_00019110" ( (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)) ))) (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 fputs(char *__s,FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fputs_00019110)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "fputs(char *__s,FILE *__stream)" (identifier "fputs") (parameter_list "(char *__s,FILE *__stream)" (( "(") (parameter_declaration "char *__s" (primitive_type "char") (pointer_declarator "*__s" (* "*") (identifier "__s"))) (, ",") (parameter_declaration "FILE *__stream" (type_identifier "FILE") (pointer_declarator "*__stream" (* "*") (identifier "__stream"))) () ")"))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fputs_00019110)();\n return iVar1;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (expression_statement "iVar1 = (*(code *)PTR_fputs_00019110)();" (assignment_expression "iVar1 = (*(code *)PTR_fputs_00019110)()" (identifier "iVar1") (= "=") (call_expression "(*(code *)PTR_fputs_00019110)()" (parenthesized_expression "(*(code *)PTR_fputs_00019110)" (( "(") (pointer_expression "*(code *)PTR_fputs_00019110" (* "*") (cast_expression "(code *)PTR_fputs_00019110" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_fputs_00019110"))) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (return_statement "return iVar1;" (return "return") (identifier "iVar1") (; ";")) (} "}")))
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(char *__s,type_1 *__stream) { int iVar1; iVar1 = (*(type_2 *)PTR_fputs_00019110)(); 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: (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(char *__s,FILE *__stream) { int iVar1; iVar1 = (*(code *)PTR_MASKED_00019110)(); return iVar1; }
1267_openssl_and_openssl_strip.c
DH_get0_pqg
DH_get0_pqg
void DH_get0_pqg(void) { (*(code *)PTR_DH_get0_pqg_000bde9c)(); return; }
void DH_get0_pqg(void) { (*(code *)PTR_DH_get0_pqg_000bde9c)(); return; }
JMP dword ptr [EBX + 0x1424]
null
null
null
null
[(u'INDIRECT_-1206009614', u'COPY_-1206009673'), (u'CALLIND_-1206009686', u'INDIRECT_-1206009614'), (u'CAST_-1206009609', u'CALLIND_-1206009686'), ('tmp_58', u'CAST_-1206009609'), ('const-0', u'RETURN_-1206009683')]
[(u'INDIRECT_-1206009614', u'COPY_-1206009673'), (u'CALLIND_-1206009686', u'INDIRECT_-1206009614'), (u'CAST_-1206009609', u'CALLIND_-1206009686'), ('tmp_58', u'CAST_-1206009609'), ('const-0', u'RETURN_-1206009683')]
null
null
0002c0a0
x86
O2
(translation_unit "void DH_get0_pqg(void)\n\n{\n (*(code *)PTR_DH_get0_pqg_000bde9c)();\n return;\n}\n\n" (function_definition "void DH_get0_pqg(void)\n\n{\n (*(code *)PTR_DH_get0_pqg_000bde9c)();\n return;\n}" primitive_type (function_declarator "DH_get0_pqg(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_DH_get0_pqg_000bde9c)();\n return;\n}" { (expression_statement "(*(code *)PTR_DH_get0_pqg_000bde9c)();" (call_expression "(*(code *)PTR_DH_get0_pqg_000bde9c)()" (parenthesized_expression "(*(code *)PTR_DH_get0_pqg_000bde9c)" ( (pointer_expression "*(code *)PTR_DH_get0_pqg_000bde9c" * (cast_expression "(code *)PTR_DH_get0_pqg_000bde9c" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void DH_get0_pqg(void)\n\n{\n (*(code *)PTR_DH_get0_pqg_000bde9c)();\n return;\n}\n\n" (function_definition "void DH_get0_pqg(void)\n\n{\n (*(code *)PTR_DH_get0_pqg_000bde9c)();\n return;\n}" primitive_type (function_declarator "DH_get0_pqg(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_DH_get0_pqg_000bde9c)();\n return;\n}" { (expression_statement "(*(code *)PTR_DH_get0_pqg_000bde9c)();" (call_expression "(*(code *)PTR_DH_get0_pqg_000bde9c)()" (parenthesized_expression "(*(code *)PTR_DH_get0_pqg_000bde9c)" ( (pointer_expression "*(code *)PTR_DH_get0_pqg_000bde9c" * (cast_expression "(code *)PTR_DH_get0_pqg_000bde9c" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void DH_get0_pqg(void)\n\n{\n (*(code *)PTR_DH_get0_pqg_000bde9c)();\n return;\n}\n\n" (function_definition "void DH_get0_pqg(void)\n\n{\n (*(code *)PTR_DH_get0_pqg_000bde9c)();\n return;\n}" primitive_type (function_declarator "DH_get0_pqg(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_DH_get0_pqg_000bde9c)();\n return;\n}" { (expression_statement "(*(code *)PTR_DH_get0_pqg_000bde9c)();" (call_expression "(*(code *)PTR_DH_get0_pqg_000bde9c)()" (parenthesized_expression "(*(code *)PTR_DH_get0_pqg_000bde9c)" ( (pointer_expression "*(code *)PTR_DH_get0_pqg_000bde9c" * (cast_expression "(code *)PTR_DH_get0_pqg_000bde9c" ( (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 DH_get0_pqg(void)\n\n{\n (*(code *)PTR_DH_get0_pqg_000bde9c)();\n return;\n}" (primitive_type "void") (function_declarator "DH_get0_pqg(void)" (identifier "DH_get0_pqg") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR_DH_get0_pqg_000bde9c)();\n return;\n}" ({ "{") (expression_statement "(*(code *)PTR_DH_get0_pqg_000bde9c)();" (call_expression "(*(code *)PTR_DH_get0_pqg_000bde9c)()" (parenthesized_expression "(*(code *)PTR_DH_get0_pqg_000bde9c)" (( "(") (pointer_expression "*(code *)PTR_DH_get0_pqg_000bde9c" (* "*") (cast_expression "(code *)PTR_DH_get0_pqg_000bde9c" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_DH_get0_pqg_000bde9c"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
void function_1(void) { (*(type_1 *)PTR_DH_get0_pqg_000bde9c)(); 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_000bde9c)(); return; }
3499_s390x-linux-gnu-ld_and_s390x-linux-gnu-ld_strip.c
do_set_local_dynsym_offset
FUN_000c7b90
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: uint do_set_local_dynsym_offset(Sized_relobj_file<32,_true> * this, off_t off) */ uint __thiscall gold::Sized_relobj_file<32,_true>::do_set_local_dynsym_offset (Sized_relobj_file<32,_true> *this,off_t off) { if (off == (off + 3U & 0xfffffffffffffffc)) { this->local_dynsym_offset_ = off; return this->output_local_dynsym_count_; } /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/object.cc",0xa5b,"do_set_local_dynsym_offset"); }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ undefined4 FUN_000c7b90(int param_1,uint param_2,int param_3) { if (param_3 + (uint)(0xfffffffc < param_2) == param_3 && (param_2 + 3 & 0xfffffffc) == param_2) { *(uint *)(param_1 + 0xd4) = param_2; *(int *)(param_1 + 0xd8) = param_3; return *(undefined4 *)(param_1 + 0xb8); } /* WARNING: Subroutine does not return */ FUN_0007d010("../../gold/object.cc",0xa5b,"do_set_local_dynsym_offset",param_2); }
PUSH EBP PUSH EDI PUSH ESI PUSH EBX CALL 0x00036f20 ADD EBX,0x2e7467 SUB ESP,0xc MOV EAX,dword ptr [ESP + 0x24] MOV EDX,dword ptr [ESP + 0x28] MOV EBP,dword ptr [ESP + 0x20] MOV ESI,EAX MOV EDI,EDX ADD ESI,0x3 ADC EDI,0x0 MOV ECX,ESI AND ECX,0xfffffffc MOV ESI,EDI XOR ECX,EAX XOR ESI,EDX OR ESI,ECX JNZ 0x000c7be1 MOV dword ptr [EBP + 0xd4],EAX MOV EAX,dword ptr [EBP + 0xb8] MOV dword ptr [EBP + 0xd8],EDX ADD ESP,0xc POP EBX POP ESI POP EDI POP EBP RET PUSH EAX LEA EAX,[EBX + 0xffef99fc] PUSH EAX LEA EAX,[EBX + 0xffef8bb8] PUSH 0xa5b PUSH EAX CALL 0x0007d010
null
null
null
null
[('const-0', u'RETURN_-1206682502'), (u'PTRSUB_-1206682382', u'LOAD_-1206682561'), ('tmp_456', u'INT_EQUAL_-1206682455'), ('const-184', u'PTRSUB_-1206682382'), (u'INT_ADD_-1206682463', u'INT_AND_-1206682445'), ('tmp_455', u'PTRSUB_-1206682389'), ('const-417', u'LOAD_-1206682561'), ('tmp_456', u'INT_ADD_-1206682463'), ('tmp_455', u'PTRSUB_-1206682382'), ('const-417', u'STORE_-1206682445'), ('const--4', u'INT_AND_-1206682445'), ('const-212', u'PTRSUB_-1206682389'), ('const-3', u'INT_ADD_-1206682463'), ('tmp_291', u'CBRANCH_-1206682571'), (u'INT_AND_-1206682445', u'INT_EQUAL_-1206682455'), (u'PTRSUB_-1206682389', u'STORE_-1206682445'), (u'COPY_-1206682409', u'CALL_-1206682465'), (u'INT_EQUAL_-1206682455', u'CBRANCH_-1206682571'), ('const-2651', u'CALL_-1206682465'), (u'COPY_-1206682410', u'CALL_-1206682465'), (u'COPY_-1206682561', u'RETURN_-1206682502'), ('tmp_456', u'STORE_-1206682445'), ('const-1', u'RETURN_-1206682460'), ('const-2784184', u'COPY_-1206682410'), ('const-2787836', u'COPY_-1206682409'), (u'LOAD_-1206682561', u'COPY_-1206682561')]
[(u'COPY_-1206682421', u'CALL_-1206682465'), ('const-2784184', u'COPY_-1206682421'), ('tmp_643', u'INT_EQUAL_-1206682485'), ('tmp_643', u'INT_ADD_-1206682637'), (u'INT_EQUAL_-1206682485', u'BOOL_AND_-1206682434'), ('const-212', u'INT_ADD_-1206682554'), (u'INT_ADD_-1206682545', u'CAST_-1206682395'), ('const-0', u'RETURN_-1206682502'), ('tmp_644', u'STORE_-1206682550'), ('const-3', u'INT_ADD_-1206682637'), ('tmp_643', u'INT_LESS_-1206682643'), (u'INT_AND_-1206682596', u'INT_EQUAL_-1206682485'), ('const-2787836', u'COPY_-1206682420'), (u'INT_ZEXT_-1206682629', u'INT_ADD_-1206682619'), (u'INT_ADD_-1206682536', u'CAST_-1206682388'), (u'INT_ADD_-1206682637', u'INT_AND_-1206682596'), (u'INT_ADD_-1206682619', u'INT_EQUAL_-1206682486'), ('tmp_645', u'INT_ADD_-1206682545'), ('const-417', u'STORE_-1206682550'), (u'COPY_-1206682420', u'CALL_-1206682465'), (u'CAST_-1206682388', u'STORE_-1206682550'), ('const-2651', u'CALL_-1206682465'), ('tmp_645', u'INT_ADD_-1206682536'), ('const-216', u'INT_ADD_-1206682536'), ('tmp_291', u'CBRANCH_-1206682571'), ('tmp_643', u'CALL_-1206682465'), (u'CAST_-1206682402', u'STORE_-1206682568'), (u'INT_ADD_-1206682554', u'CAST_-1206682402'), ('const-4294967292', u'INT_LESS_-1206682643'), (u'CAST_-1206682395', u'LOAD_-1206682561'), (u'COPY_-1206682561', u'RETURN_-1206682502'), ('const-417', u'LOAD_-1206682561'), ('tmp_644', u'INT_ADD_-1206682619'), (u'INT_LESS_-1206682643', u'INT_ZEXT_-1206682629'), ('const-1', u'RETURN_-1206682460'), (u'INT_EQUAL_-1206682486', u'BOOL_AND_-1206682434'), ('const-4294967292', u'INT_AND_-1206682596'), ('tmp_645', u'INT_ADD_-1206682554'), ('const-417', u'STORE_-1206682568'), ('const-184', u'INT_ADD_-1206682545'), ('tmp_644', u'INT_EQUAL_-1206682486'), ('tmp_643', u'STORE_-1206682568'), (u'BOOL_AND_-1206682434', u'CBRANCH_-1206682571'), (u'LOAD_-1206682561', u'COPY_-1206682561')]
null
null
000c7b90
x86
O2
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nundefined4 FUN_000c7b90(int param_1,uint param_2,int param_3)\n\n{\n if (param_3 + (uint)(0xfffffffc < param_2) == param_3 && (param_2 + 3 & 0xfffffffc) == param_2) {\n *(uint *)(param_1 + 0xd4) = param_2;\n *(int *)(param_1 + 0xd8) = param_3;\n return *(undefined4 *)(param_1 + 0xb8);\n }\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/object.cc",0xa5b,"do_set_local_dynsym_offset",param_2);\n}\n\n" comment (function_definition "undefined4 FUN_000c7b90(int param_1,uint param_2,int param_3)\n\n{\n if (param_3 + (uint)(0xfffffffc < param_2) == param_3 && (param_2 + 3 & 0xfffffffc) == param_2) {\n *(uint *)(param_1 + 0xd4) = param_2;\n *(int *)(param_1 + 0xd8) = param_3;\n return *(undefined4 *)(param_1 + 0xb8);\n }\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/object.cc",0xa5b,"do_set_local_dynsym_offset",param_2);\n}" type_identifier (function_declarator "FUN_000c7b90(int param_1,uint param_2,int param_3)" identifier (parameter_list "(int param_1,uint param_2,int param_3)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "uint param_2" type_identifier identifier) , (parameter_declaration "int param_3" primitive_type identifier) ))) (compound_statement "{\n if (param_3 + (uint)(0xfffffffc < param_2) == param_3 && (param_2 + 3 & 0xfffffffc) == param_2) {\n *(uint *)(param_1 + 0xd4) = param_2;\n *(int *)(param_1 + 0xd8) = param_3;\n return *(undefined4 *)(param_1 + 0xb8);\n }\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/object.cc",0xa5b,"do_set_local_dynsym_offset",param_2);\n}" { (if_statement "if (param_3 + (uint)(0xfffffffc < param_2) == param_3 && (param_2 + 3 & 0xfffffffc) == param_2) {\n *(uint *)(param_1 + 0xd4) = param_2;\n *(int *)(param_1 + 0xd8) = param_3;\n return *(undefined4 *)(param_1 + 0xb8);\n }" if (parenthesized_expression "(param_3 + (uint)(0xfffffffc < param_2) == param_3 && (param_2 + 3 & 0xfffffffc) == param_2)" ( (binary_expression "param_3 + (uint)(0xfffffffc < param_2) == param_3 && (param_2 + 3 & 0xfffffffc) == param_2" (binary_expression "param_3 + (uint)(0xfffffffc < param_2) == param_3" (binary_expression "param_3 + (uint)(0xfffffffc < param_2)" identifier + (call_expression "(uint)(0xfffffffc < param_2)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(0xfffffffc < param_2)" ( (binary_expression "0xfffffffc < param_2" number_literal < identifier) )))) == identifier) && (binary_expression "(param_2 + 3 & 0xfffffffc) == param_2" (parenthesized_expression "(param_2 + 3 & 0xfffffffc)" ( (binary_expression "param_2 + 3 & 0xfffffffc" (binary_expression "param_2 + 3" identifier + number_literal) & number_literal) )) == identifier)) )) (compound_statement "{\n *(uint *)(param_1 + 0xd4) = param_2;\n *(int *)(param_1 + 0xd8) = param_3;\n return *(undefined4 *)(param_1 + 0xb8);\n }" { (expression_statement "*(uint *)(param_1 + 0xd4) = param_2;" (assignment_expression "*(uint *)(param_1 + 0xd4) = param_2" (pointer_expression "*(uint *)(param_1 + 0xd4)" * (cast_expression "(uint *)(param_1 + 0xd4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xd4)" ( (binary_expression "param_1 + 0xd4" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(int *)(param_1 + 0xd8) = param_3;" (assignment_expression "*(int *)(param_1 + 0xd8) = param_3" (pointer_expression "*(int *)(param_1 + 0xd8)" * (cast_expression "(int *)(param_1 + 0xd8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xd8)" ( (binary_expression "param_1 + 0xd8" identifier + number_literal) )))) = identifier) ;) (return_statement "return *(undefined4 *)(param_1 + 0xb8);" return (pointer_expression "*(undefined4 *)(param_1 + 0xb8)" * (cast_expression "(undefined4 *)(param_1 + 0xb8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xb8)" ( (binary_expression "param_1 + 0xb8" identifier + number_literal) )))) ;) })) comment (expression_statement "FUN_0007d010("../../gold/object.cc",0xa5b,"do_set_local_dynsym_offset",param_2);" (call_expression "FUN_0007d010("../../gold/object.cc",0xa5b,"do_set_local_dynsym_offset",param_2)" identifier (argument_list "("../../gold/object.cc",0xa5b,"do_set_local_dynsym_offset",param_2)" ( (string_literal ""../../gold/object.cc"" " string_content ") , number_literal , (string_literal ""do_set_local_dynsym_offset"" " string_content ") , identifier ))) ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: uint do_set_local_dynsym_offset(Sized_relobj_file<32,_true> * this,\n off_t off) */\n\nuint __thiscall\ngold::Sized_relobj_file<32,_true>::do_set_local_dynsym_offset\n (Sized_relobj_file<32,_true> *this,off_t off)\n\n{\n if (off == (off + 3U & 0xfffffffffffffffc)) {\n this->local_dynsym_offset_ = off;\n return this->output_local_dynsym_count_;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.cc",0xa5b,"do_set_local_dynsym_offset");\n}\n\n" comment comment (declaration "uint __thiscall\ngold::Sized_relobj_file<32,_true>::do_set_local_dynsym_offset\n (Sized_relobj_file<32,_true> *this,off_t off)\n\n{\n if (off == (off + 3U & 0xfffffffffffffffc)) {\n this->local_dynsym_offset_ = off;" type_identifier (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<32" < number_literal) , (ERROR "_true>::do_set_local_dynsym_offset\n (Sized_relobj_file<32,_true> *this,off_t off)\n\n{\n if (off == (off + 3U & 0xfffffffffffffffc)) {\n this->" identifier > : : (function_declarator "do_set_local_dynsym_offset\n (Sized_relobj_file<32,_true> *this,off_t off)\n\n{\n if (off == (off + 3U & 0xfffffffffffffffc))" (function_declarator "do_set_local_dynsym_offset\n (Sized_relobj_file<32,_true> *this,off_t off)" identifier (parameter_list "(Sized_relobj_file<32,_true> *this,off_t off)" ( (parameter_declaration "Sized_relobj_file" type_identifier) (ERROR "<32" < number_literal) , (parameter_declaration "_true> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "off_t off" type_identifier identifier) ))) (ERROR "{\n if" { if) (parameter_list "(off == (off + 3U & 0xfffffffffffffffc))" ( (parameter_declaration "off == (off + 3U & 0xfffffffffffffffc)" (macro_type_specifier "off == (off + 3U & 0xfffffffffffffffc)" identifier (ERROR "==" ==) ( (type_descriptor "off" type_identifier) (ERROR "+ 3U & 0xfffffffffffffffc" + number_literal & number_literal) ))) ))) { identifier ->) (init_declarator "local_dynsym_offset_ = off" identifier = identifier) ;) (return_statement "return this->output_local_dynsym_count_;" return (field_expression "this->output_local_dynsym_count_" identifier -> field_identifier) ;) (ERROR "}" }) comment (expression_statement "do_gold_unreachable("../../gold/object.cc",0xa5b,"do_set_local_dynsym_offset");" (call_expression "do_gold_unreachable("../../gold/object.cc",0xa5b,"do_set_local_dynsym_offset")" identifier (argument_list "("../../gold/object.cc",0xa5b,"do_set_local_dynsym_offset")" ( (string_literal ""../../gold/object.cc"" " string_content ") , number_literal , (string_literal ""do_set_local_dynsym_offset"" " string_content ") ))) ;) (ERROR "}" }))
(translation_unit "undefined4 FUN_000c7b90(int param_1,uint param_2,int param_3)\n\n{\n if (param_3 + (uint)(0xfffffffc < param_2) == param_3 && (param_2 + 3 & 0xfffffffc) == param_2) {\n *(uint *)(param_1 + 0xd4) = param_2;\n *(int *)(param_1 + 0xd8) = param_3;\n return *(undefined4 *)(param_1 + 0xb8);\n }\n \n FUN_0007d010("../../gold/object.cc",0xa5b,"do_set_local_dynsym_offset",param_2);\n}\n\n" (function_definition "undefined4 FUN_000c7b90(int param_1,uint param_2,int param_3)\n\n{\n if (param_3 + (uint)(0xfffffffc < param_2) == param_3 && (param_2 + 3 & 0xfffffffc) == param_2) {\n *(uint *)(param_1 + 0xd4) = param_2;\n *(int *)(param_1 + 0xd8) = param_3;\n return *(undefined4 *)(param_1 + 0xb8);\n }\n \n FUN_0007d010("../../gold/object.cc",0xa5b,"do_set_local_dynsym_offset",param_2);\n}" type_identifier (function_declarator "FUN_000c7b90(int param_1,uint param_2,int param_3)" identifier (parameter_list "(int param_1,uint param_2,int param_3)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "uint param_2" type_identifier identifier) , (parameter_declaration "int param_3" primitive_type identifier) ))) (compound_statement "{\n if (param_3 + (uint)(0xfffffffc < param_2) == param_3 && (param_2 + 3 & 0xfffffffc) == param_2) {\n *(uint *)(param_1 + 0xd4) = param_2;\n *(int *)(param_1 + 0xd8) = param_3;\n return *(undefined4 *)(param_1 + 0xb8);\n }\n \n FUN_0007d010("../../gold/object.cc",0xa5b,"do_set_local_dynsym_offset",param_2);\n}" { (if_statement "if (param_3 + (uint)(0xfffffffc < param_2) == param_3 && (param_2 + 3 & 0xfffffffc) == param_2) {\n *(uint *)(param_1 + 0xd4) = param_2;\n *(int *)(param_1 + 0xd8) = param_3;\n return *(undefined4 *)(param_1 + 0xb8);\n }" if (parenthesized_expression "(param_3 + (uint)(0xfffffffc < param_2) == param_3 && (param_2 + 3 & 0xfffffffc) == param_2)" ( (binary_expression "param_3 + (uint)(0xfffffffc < param_2) == param_3 && (param_2 + 3 & 0xfffffffc) == param_2" (binary_expression "param_3 + (uint)(0xfffffffc < param_2) == param_3" (binary_expression "param_3 + (uint)(0xfffffffc < param_2)" identifier + (call_expression "(uint)(0xfffffffc < param_2)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(0xfffffffc < param_2)" ( (binary_expression "0xfffffffc < param_2" number_literal < identifier) )))) == identifier) && (binary_expression "(param_2 + 3 & 0xfffffffc) == param_2" (parenthesized_expression "(param_2 + 3 & 0xfffffffc)" ( (binary_expression "param_2 + 3 & 0xfffffffc" (binary_expression "param_2 + 3" identifier + number_literal) & number_literal) )) == identifier)) )) (compound_statement "{\n *(uint *)(param_1 + 0xd4) = param_2;\n *(int *)(param_1 + 0xd8) = param_3;\n return *(undefined4 *)(param_1 + 0xb8);\n }" { (expression_statement "*(uint *)(param_1 + 0xd4) = param_2;" (assignment_expression "*(uint *)(param_1 + 0xd4) = param_2" (pointer_expression "*(uint *)(param_1 + 0xd4)" * (cast_expression "(uint *)(param_1 + 0xd4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xd4)" ( (binary_expression "param_1 + 0xd4" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(int *)(param_1 + 0xd8) = param_3;" (assignment_expression "*(int *)(param_1 + 0xd8) = param_3" (pointer_expression "*(int *)(param_1 + 0xd8)" * (cast_expression "(int *)(param_1 + 0xd8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xd8)" ( (binary_expression "param_1 + 0xd8" identifier + number_literal) )))) = identifier) ;) (return_statement "return *(undefined4 *)(param_1 + 0xb8);" return (pointer_expression "*(undefined4 *)(param_1 + 0xb8)" * (cast_expression "(undefined4 *)(param_1 + 0xb8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xb8)" ( (binary_expression "param_1 + 0xb8" identifier + number_literal) )))) ;) })) (expression_statement "FUN_0007d010("../../gold/object.cc",0xa5b,"do_set_local_dynsym_offset",param_2);" (call_expression "FUN_0007d010("../../gold/object.cc",0xa5b,"do_set_local_dynsym_offset",param_2)" identifier (argument_list "("../../gold/object.cc",0xa5b,"do_set_local_dynsym_offset",param_2)" ( (string_literal ""../../gold/object.cc"" " string_content ") , number_literal , (string_literal ""do_set_local_dynsym_offset"" " string_content ") , identifier ))) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (binary_expression (binary_expression IDENT + (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression LIT < IDENT) )))) == IDENT) && (binary_expression (parenthesized_expression ( (binary_expression (binary_expression IDENT + LIT) & LIT) )) == IDENT)) )) (compound_statement { (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 (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) })) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") , IDENT ))) ;) })))
(function_definition "undefined4 FUN_000c7b90(int param_1,uint param_2,int param_3)\n\n{\n if (param_3 + (uint)(0xfffffffc < param_2) == param_3 && (param_2 + 3 & 0xfffffffc) == param_2) {\n *(uint *)(param_1 + 0xd4) = param_2;\n *(int *)(param_1 + 0xd8) = param_3;\n return *(undefined4 *)(param_1 + 0xb8);\n }\n \n FUN_0007d010("../../gold/object.cc",0xa5b,"do_set_local_dynsym_offset",param_2);\n}" (type_identifier "undefined4") (function_declarator "FUN_000c7b90(int param_1,uint param_2,int param_3)" (identifier "FUN_000c7b90") (parameter_list "(int param_1,uint param_2,int param_3)" (( "(") (parameter_declaration "int param_1" (primitive_type "int") (identifier "param_1")) (, ",") (parameter_declaration "uint param_2" (type_identifier "uint") (identifier "param_2")) (, ",") (parameter_declaration "int param_3" (primitive_type "int") (identifier "param_3")) () ")"))) (compound_statement "{\n if (param_3 + (uint)(0xfffffffc < param_2) == param_3 && (param_2 + 3 & 0xfffffffc) == param_2) {\n *(uint *)(param_1 + 0xd4) = param_2;\n *(int *)(param_1 + 0xd8) = param_3;\n return *(undefined4 *)(param_1 + 0xb8);\n }\n \n FUN_0007d010("../../gold/object.cc",0xa5b,"do_set_local_dynsym_offset",param_2);\n}" ({ "{") (if_statement "if (param_3 + (uint)(0xfffffffc < param_2) == param_3 && (param_2 + 3 & 0xfffffffc) == param_2) {\n *(uint *)(param_1 + 0xd4) = param_2;\n *(int *)(param_1 + 0xd8) = param_3;\n return *(undefined4 *)(param_1 + 0xb8);\n }" (if "if") (parenthesized_expression "(param_3 + (uint)(0xfffffffc < param_2) == param_3 && (param_2 + 3 & 0xfffffffc) == param_2)" (( "(") (binary_expression "param_3 + (uint)(0xfffffffc < param_2) == param_3 && (param_2 + 3 & 0xfffffffc) == param_2" (binary_expression "param_3 + (uint)(0xfffffffc < param_2) == param_3" (binary_expression "param_3 + (uint)(0xfffffffc < param_2)" (identifier "param_3") (+ "+") (call_expression "(uint)(0xfffffffc < param_2)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "(0xfffffffc < param_2)" (( "(") (binary_expression "0xfffffffc < param_2" (number_literal "0xfffffffc") (< "<") (identifier "param_2")) () ")")))) (== "==") (identifier "param_3")) (&& "&&") (binary_expression "(param_2 + 3 & 0xfffffffc) == param_2" (parenthesized_expression "(param_2 + 3 & 0xfffffffc)" (( "(") (binary_expression "param_2 + 3 & 0xfffffffc" (binary_expression "param_2 + 3" (identifier "param_2") (+ "+") (number_literal "3")) (& "&") (number_literal "0xfffffffc")) () ")")) (== "==") (identifier "param_2"))) () ")")) (compound_statement "{\n *(uint *)(param_1 + 0xd4) = param_2;\n *(int *)(param_1 + 0xd8) = param_3;\n return *(undefined4 *)(param_1 + 0xb8);\n }" ({ "{") (expression_statement "*(uint *)(param_1 + 0xd4) = param_2;" (assignment_expression "*(uint *)(param_1 + 0xd4) = param_2" (pointer_expression "*(uint *)(param_1 + 0xd4)" (* "*") (cast_expression "(uint *)(param_1 + 0xd4)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xd4)" (( "(") (binary_expression "param_1 + 0xd4" (identifier "param_1") (+ "+") (number_literal "0xd4")) () ")")))) (= "=") (identifier "param_2")) (; ";")) (expression_statement "*(int *)(param_1 + 0xd8) = param_3;" (assignment_expression "*(int *)(param_1 + 0xd8) = param_3" (pointer_expression "*(int *)(param_1 + 0xd8)" (* "*") (cast_expression "(int *)(param_1 + 0xd8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xd8)" (( "(") (binary_expression "param_1 + 0xd8" (identifier "param_1") (+ "+") (number_literal "0xd8")) () ")")))) (= "=") (identifier "param_3")) (; ";")) (return_statement "return *(undefined4 *)(param_1 + 0xb8);" (return "return") (pointer_expression "*(undefined4 *)(param_1 + 0xb8)" (* "*") (cast_expression "(undefined4 *)(param_1 + 0xb8)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xb8)" (( "(") (binary_expression "param_1 + 0xb8" (identifier "param_1") (+ "+") (number_literal "0xb8")) () ")")))) (; ";")) (} "}"))) (expression_statement "FUN_0007d010("../../gold/object.cc",0xa5b,"do_set_local_dynsym_offset",param_2);" (call_expression "FUN_0007d010("../../gold/object.cc",0xa5b,"do_set_local_dynsym_offset",param_2)" (identifier "FUN_0007d010") (argument_list "("../../gold/object.cc",0xa5b,"do_set_local_dynsym_offset",param_2)" (( "(") (string_literal ""../../gold/object.cc"" (" """) (string_content "../../gold/object.cc") (" """)) (, ",") (number_literal "0xa5b") (, ",") (string_literal ""do_set_local_dynsym_offset"" (" """) (string_content "do_set_local_dynsym_offset") (" """)) (, ",") (identifier "param_2") () ")"))) (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: uint do_set_local_dynsym_offset(Sized_relobj_file<32,_true> * this, off_t off) */ type_1 __thiscall gold::Sized_relobj_file<32,_true>::do_set_local_dynsym_offset (Sized_relobj_file<32,_true> *this,off_t off) { if (off == (off + 3U & 0xfffffffffffffffc)) { this->local_dynsym_offset_ = off; return this->output_local_dynsym_count_; } /* WARNING: Subroutine does not return */ var_1("../../gold/object.cc",0xa5b,"do_set_local_dynsym_offset"); }
null
(translation_unit (function_definition type: (type_identifier) 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: (primitive_type) declarator: (identifier)))) body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (binary_expression left: (binary_expression left: (identifier) right: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (number_literal) right: (identifier))))) right: (identifier)) right: (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (number_literal))) right: (identifier)))) 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: (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 (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 (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content)) (identifier)))))))
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ undefined4 MASKED(int param_1,uint param_2,int param_3) { if (param_3 + (uint)(0xfffffffc < param_2) == param_3 && (param_2 + 3 & 0xfffffffc) == param_2) { *(uint *)(param_1 + 0xd4) = param_2; *(int *)(param_1 + 0xd8) = param_3; return *(undefined4 *)(param_1 + 0xb8); } /* WARNING: Subroutine does not return */ FUN_0007d010("../../gold/object.cc",0xa5b,"do_set_local_dynsym_offset",param_2); }
47_powerpc64-linux-gnu-strip_and_powerpc64-linux-gnu-strip_strip.c
xstrdup
xstrdup
void xstrdup(void) { (*(code *)PTR_xstrdup_000400c0)(); return; }
void xstrdup(void) { (*(code *)PTR_xstrdup_000400c0)(); return; }
JMP dword ptr [EBX + 0xc0]
null
null
null
null
[(u'CAST_-1205980313', u'CALLIND_-1205980390'), (u'INDIRECT_-1205980318', u'COPY_-1205980377'), ('const-0', u'RETURN_-1205980387'), (u'CALLIND_-1205980390', u'INDIRECT_-1205980318'), ('tmp_58', u'CAST_-1205980313')]
[(u'CAST_-1205980313', u'CALLIND_-1205980390'), (u'INDIRECT_-1205980318', u'COPY_-1205980377'), ('const-0', u'RETURN_-1205980387'), (u'CALLIND_-1205980390', u'INDIRECT_-1205980318'), ('tmp_58', u'CAST_-1205980313')]
null
null
00013310
x86
O2
(translation_unit "void xstrdup(void)\n\n{\n (*(code *)PTR_xstrdup_000400c0)();\n return;\n}\n\n" (function_definition "void xstrdup(void)\n\n{\n (*(code *)PTR_xstrdup_000400c0)();\n return;\n}" primitive_type (function_declarator "xstrdup(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_xstrdup_000400c0)();\n return;\n}" { (expression_statement "(*(code *)PTR_xstrdup_000400c0)();" (call_expression "(*(code *)PTR_xstrdup_000400c0)()" (parenthesized_expression "(*(code *)PTR_xstrdup_000400c0)" ( (pointer_expression "*(code *)PTR_xstrdup_000400c0" * (cast_expression "(code *)PTR_xstrdup_000400c0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void xstrdup(void)\n\n{\n (*(code *)PTR_xstrdup_000400c0)();\n return;\n}\n\n" (function_definition "void xstrdup(void)\n\n{\n (*(code *)PTR_xstrdup_000400c0)();\n return;\n}" primitive_type (function_declarator "xstrdup(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_xstrdup_000400c0)();\n return;\n}" { (expression_statement "(*(code *)PTR_xstrdup_000400c0)();" (call_expression "(*(code *)PTR_xstrdup_000400c0)()" (parenthesized_expression "(*(code *)PTR_xstrdup_000400c0)" ( (pointer_expression "*(code *)PTR_xstrdup_000400c0" * (cast_expression "(code *)PTR_xstrdup_000400c0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void xstrdup(void)\n\n{\n (*(code *)PTR_xstrdup_000400c0)();\n return;\n}\n\n" (function_definition "void xstrdup(void)\n\n{\n (*(code *)PTR_xstrdup_000400c0)();\n return;\n}" primitive_type (function_declarator "xstrdup(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_xstrdup_000400c0)();\n return;\n}" { (expression_statement "(*(code *)PTR_xstrdup_000400c0)();" (call_expression "(*(code *)PTR_xstrdup_000400c0)()" (parenthesized_expression "(*(code *)PTR_xstrdup_000400c0)" ( (pointer_expression "*(code *)PTR_xstrdup_000400c0" * (cast_expression "(code *)PTR_xstrdup_000400c0" ( (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 xstrdup(void)\n\n{\n (*(code *)PTR_xstrdup_000400c0)();\n return;\n}" (primitive_type "void") (function_declarator "xstrdup(void)" (identifier "xstrdup") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR_xstrdup_000400c0)();\n return;\n}" ({ "{") (expression_statement "(*(code *)PTR_xstrdup_000400c0)();" (call_expression "(*(code *)PTR_xstrdup_000400c0)()" (parenthesized_expression "(*(code *)PTR_xstrdup_000400c0)" (( "(") (pointer_expression "*(code *)PTR_xstrdup_000400c0" (* "*") (cast_expression "(code *)PTR_xstrdup_000400c0" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_xstrdup_000400c0"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
void function_1(void) { (*(type_1 *)PTR_xstrdup_000400c0)(); 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_000400c0)(); return; }
488_riscv64-linux-gnu-strip_and_riscv64-linux-gnu-strip_strip.c
write
write
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ ssize_t write(int __fd,void *__buf,size_t __n) { /* WARNING: Bad instruction - Truncating control flow here */ /* write@@GLIBC_2.0 */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ ssize_t write(int __fd,void *__buf,size_t __n) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1206185622')]
[('const-1', u'RETURN_-1206185622')]
null
null
00041160
x86
O2
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nssize_t write(int __fd,void *__buf,size_t __n)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "ssize_t write(int __fd,void *__buf,size_t __n)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "write(int __fd,void *__buf,size_t __n)" identifier (parameter_list "(int __fd,void *__buf,size_t __n)" ( (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) ))) (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\nssize_t write(int __fd,void *__buf,size_t __n)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* write@@GLIBC_2.0 */\n halt_baddata();\n}\n\n" comment comment (function_definition "ssize_t write(int __fd,void *__buf,size_t __n)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* write@@GLIBC_2.0 */\n halt_baddata();\n}" primitive_type (function_declarator "write(int __fd,void *__buf,size_t __n)" identifier (parameter_list "(int __fd,void *__buf,size_t __n)" ( (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) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* write@@GLIBC_2.0 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "ssize_t write(int __fd,void *__buf,size_t __n)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "ssize_t write(int __fd,void *__buf,size_t __n)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "write(int __fd,void *__buf,size_t __n)" identifier (parameter_list "(int __fd,void *__buf,size_t __n)" ( (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) ))) (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) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(function_definition "ssize_t write(int __fd,void *__buf,size_t __n)\n\n{\n \n halt_baddata();\n}" (primitive_type "ssize_t") (function_declarator "write(int __fd,void *__buf,size_t __n)" (identifier "write") (parameter_list "(int __fd,void *__buf,size_t __n)" (( "(") (parameter_declaration "int __fd" (primitive_type "int") (identifier "__fd")) (, ",") (parameter_declaration "void *__buf" (primitive_type "void") (pointer_declarator "*__buf" (* "*") (identifier "__buf"))) (, ",") (parameter_declaration "size_t __n" (primitive_type "size_t") (identifier "__n")) () ")"))) (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 */ ssize_t function_1(int __fd,void *__buf,size_t __n) { /* WARNING: Bad instruction - Truncating control flow here */ /* write@@GLIBC_2.0 */ 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)) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (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 */ ssize_t MASKED(int __fd,void *__buf,size_t __n) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
628_i686-gnu-as_and_i686-gnu-as_strip.c
print_symbol_value_1
FUN_0003a540
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void print_symbol_value_1(FILE *file,symbolS *sym) { symbol_flags sVar1; byte bVar2; int iVar3; segT paVar4; valueT vVar5; symbolS *psVar6; asymbol *paVar7; undefined *puVar8; symbolS *local_20; paVar4 = (segT)sym->bsym; if (((uint)sym->sy_flags & 1) == 0) { LAB_0003a586: psVar6 = (symbolS *)paVar4->id; if (psVar6 == (symbolS *)0x0) goto LAB_0003a574; LAB_0003a58d: if (*(char *)&psVar6->sy_flags == '\0') { psVar6 = (symbolS *)"(unnamed)"; } } else { if (reg_section == paVar4) { paVar4 = (segT)((sym->sy_value).X_op_symbol)->bsym; goto LAB_0003a586; } psVar6 = (sym->sy_value).X_add_symbol; if (psVar6 != (symbolS *)0x0) goto LAB_0003a58d; LAB_0003a574: psVar6 = (symbolS *)"(unnamed)"; } fwrite(&DAT_0005cfec,1,4,(FILE *)file); fprintf((FILE *)file,"%08lx",sym); fprintf((FILE *)file," %s",psVar6); bVar2 = *(byte *)&sym->sy_flags; local_20 = sym; if (((bVar2 & 1) == 0) || (local_20 = (sym->sy_value).X_op_symbol, (segT)sym->bsym == reg_section) ) { if (local_20->sy_frag != &zero_address_frag) { fwrite(" frag ",1,6,(FILE *)file); fprintf((FILE *)file,"%08lx",local_20->sy_frag); } bVar2 = *(byte *)&local_20->sy_flags; if ((bVar2 & 2) != 0) { fwrite(" written",1,8,(FILE *)file); bVar2 = *(byte *)&local_20->sy_flags; } if ((bVar2 & 4) == 0) { if ((bVar2 & 8) != 0) { fwrite(" resolving",1,10,(FILE *)file); bVar2 = *(byte *)&local_20->sy_flags; } } else { fwrite(" resolved",1,9,(FILE *)file); bVar2 = *(byte *)&local_20->sy_flags; } if ((bVar2 & 0x10) == 0) { if ((bVar2 & 0x20) == 0) goto LAB_0003a6c5; LAB_0003a868: fwrite(" used",1,5,(FILE *)file); iVar3 = S_IS_LOCAL(local_20); if (iVar3 != 0) goto LAB_0003a890; LAB_0003a6d9: iVar3 = S_IS_EXTERNAL(local_20); if (iVar3 == 0) goto LAB_0003a6ed; LAB_0003a8b8: fwrite(" extern",1,7,(FILE *)file); iVar3 = S_IS_WEAK(local_20); } else { fwrite(" used-in-reloc",1,0xe,(FILE *)file); if (((uint)local_20->sy_flags & 0x20) != 0) goto LAB_0003a868; LAB_0003a6c5: iVar3 = S_IS_LOCAL(local_20); if (iVar3 == 0) goto LAB_0003a6d9; LAB_0003a890: fwrite(" local",1,6,(FILE *)file); iVar3 = S_IS_EXTERNAL(local_20); if (iVar3 != 0) goto LAB_0003a8b8; LAB_0003a6ed: iVar3 = S_IS_WEAK(local_20); } if (iVar3 != 0) { fwrite(&DAT_0005d034,1,5,(FILE *)file); } paVar4 = (segT)local_20->bsym; if (((uint)local_20->sy_flags & 1) == 0) { if (((uint)paVar4->next & 4) != 0) { LAB_0003aa80: fwrite(" debug",1,6,(FILE *)file); paVar4 = (segT)local_20->bsym; if (((uint)local_20->sy_flags & 1) != 0) { if (paVar4 == reg_section) { psVar6 = (local_20->sy_value).X_op_symbol; goto LAB_0003ab30; } goto LAB_0003a7e0; } } if (paVar4->prev != (bfd_section *)(PTR__bfd_std_section_0007afb0 + 0xa8)) goto LAB_0003a7f4; goto LAB_0003a72d; } if (reg_section == paVar4) { psVar6 = (local_20->sy_value).X_op_symbol; if ((psVar6->bsym->flags & 4) != 0) goto LAB_0003aa80; LAB_0003ab30: if (psVar6->bsym->section == (bfd_section *)(PTR__bfd_std_section_0007afb0 + 0xa8)) goto LAB_0003a63f; LAB_0003a7f4: fwrite(" defined",1,8,(FILE *)file); goto LAB_0003a63f; } LAB_0003a7e0: if (paVar4 != (segT)(PTR__bfd_std_section_0007afb0 + 0xa8)) goto LAB_0003a7f4; LAB_0003a654: if (reg_section == paVar4) { if (((((local_20->sy_value).X_op_symbol)->sy_flags).field_0x1 & 2) != 0) { LAB_0003a940: fwrite(" weakrefr",1,9,(FILE *)file); if (((uint)local_20->sy_flags & 1) == 0) goto LAB_0003a737; paVar4 = (segT)local_20->bsym; if (reg_section != paVar4) goto LAB_0003a74b; } if (((((local_20->sy_value).X_op_symbol)->sy_flags).field_0x1 & 4) != 0) goto LAB_0003a978; LAB_0003aada: psVar6 = (local_20->sy_value).X_op_symbol; goto LAB_0003a745; } } else { if ((local_20 != (symbolS *)0x0) && (local_20 != (symbolS *)PTR_zero_address_frag_0007af70)) { fwrite(" frag ",1,6,(FILE *)file); fprintf((FILE *)file,"%08lx",(sym->sy_value).X_op_symbol); bVar2 = *(byte *)&sym->sy_flags; } if ((bVar2 & 4) != 0) { fwrite(" resolved",1,9,(FILE *)file); } fwrite(" local",1,6,(FILE *)file); local_20 = sym; LAB_0003a63f: if (((uint)local_20->sy_flags & 1) != 0) { paVar4 = (segT)local_20->bsym; goto LAB_0003a654; } LAB_0003a72d: if (((local_20->sy_flags).field_0x1 & 2) != 0) goto LAB_0003a940; LAB_0003a737: psVar6 = local_20; if (((local_20->sy_flags).field_0x1 & 4) != 0) { LAB_0003a978: fwrite(" weakrefd",1,9,(FILE *)file); psVar6 = local_20; if (((uint)local_20->sy_flags & 1) != 0) { paVar4 = (segT)local_20->bsym; if (reg_section == paVar4) goto LAB_0003aada; goto LAB_0003a74b; } } LAB_0003a745: paVar4 = psVar6->bsym->section; } LAB_0003a74b: fprintf((FILE *)file," %s",paVar4->name); sVar1 = local_20->sy_flags; if (((uint)sVar1 & 1) == 0) { psVar6 = local_20; if (((uint)sVar1 & 4) != 0) { LAB_0003a818: paVar4 = psVar6->bsym->section; LAB_0003a782: if ((paVar4 != (segT)(PTR__bfd_std_section_0007afb0 + 0xa8)) && (expr_section != paVar4)) { vVar5 = S_GET_VALUE(local_20); fprintf((FILE *)file," %lx",vVar5); } goto LAB_0003a7b8; } if (7 < indent_level) goto LAB_0003a7b8; paVar7 = local_20->bsym; LAB_0003a83c: paVar4 = paVar7->section; } else { paVar4 = (segT)local_20->bsym; if (paVar4 == reg_section) { psVar6 = (local_20->sy_value).X_op_symbol; if (((uint)psVar6->sy_flags & 4) != 0) goto LAB_0003a818; if (7 < indent_level) goto LAB_0003a7b8; paVar7 = psVar6->bsym; goto LAB_0003a83c; } if (((uint)sVar1 & 4) != 0) goto LAB_0003a782; if (7 < indent_level) goto LAB_0003a7b8; } if (paVar4 == (segT)(PTR__bfd_std_section_0007afb0 + 0xa8)) goto LAB_0003a7b8; indent_level = indent_level + 1; puVar8 = &DAT_00059ae5; fprintf((FILE *)file,"\n%*s<",indent_level * 4,&DAT_00059ae5); if (((uint)local_20->sy_flags & 1) == 0) { LAB_0003ab5b: print_expr_1(file,&local_20->sy_value); } else { if ((segT)local_20->bsym == reg_section) { local_20 = (local_20->sy_value).X_op_symbol; goto LAB_0003ab5b; } fprintf((FILE *)file,"constant %lx",(local_20->sy_value).X_add_number,puVar8); } fputc(0x3e,(FILE *)file); indent_level = indent_level + -1; LAB_0003a7b8: fflush((FILE *)file); return; }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_0003a540(FILE *param_1,byte *param_2) { byte bVar1; int iVar2; undefined4 *puVar3; undefined4 uVar4; byte *pbVar5; char *pcVar6; undefined *puVar7; byte *local_20; puVar3 = *(undefined4 **)(param_2 + 4); if ((*param_2 & 1) == 0) { LAB_0003a586: pcVar6 = (char *)puVar3[1]; if (pcVar6 == (char *)0x0) goto LAB_0003a574; LAB_0003a58d: if (*pcVar6 == '\0') { pcVar6 = "(unnamed)"; } } else { if (DAT_00084798 == puVar3) { puVar3 = *(undefined4 **)(*(int *)(param_2 + 0xc) + 4); goto LAB_0003a586; } pcVar6 = *(char **)(param_2 + 8); if (pcVar6 != (char *)0x0) goto LAB_0003a58d; LAB_0003a574: pcVar6 = "(unnamed)"; } fwrite(&DAT_0005cfec,1,4,param_1); fprintf(param_1,"%08lx",param_2); fprintf(param_1," %s",pcVar6); bVar1 = *param_2; local_20 = param_2; if (((bVar1 & 1) == 0) || (local_20 = *(byte **)(param_2 + 0xc), *(undefined4 **)(param_2 + 4) == DAT_00084798)) { if (*(undefined **)(local_20 + 0x20) != &DAT_00084720) { fwrite(" frag ",1,6,param_1); fprintf(param_1,"%08lx",*(undefined4 *)(local_20 + 0x20)); } bVar1 = *local_20; if ((bVar1 & 2) != 0) { fwrite(" written",1,8,param_1); bVar1 = *local_20; } if ((bVar1 & 4) == 0) { if ((bVar1 & 8) != 0) { fwrite(" resolving",1,10,param_1); bVar1 = *local_20; } } else { fwrite(" resolved",1,9,param_1); bVar1 = *local_20; } if ((bVar1 & 0x10) == 0) { if ((bVar1 & 0x20) == 0) goto LAB_0003a6c5; LAB_0003a868: fwrite(" used",1,5,param_1); iVar2 = FUN_00036b30(local_20); if (iVar2 != 0) goto LAB_0003a890; LAB_0003a6d9: iVar2 = FUN_00036850(local_20); if (iVar2 == 0) goto LAB_0003a6ed; LAB_0003a8b8: fwrite(" extern",1,7,param_1); iVar2 = FUN_000368c0(local_20); } else { fwrite(" used-in-reloc",1,0xe,param_1); if ((*local_20 & 0x20) != 0) goto LAB_0003a868; LAB_0003a6c5: iVar2 = FUN_00036b30(local_20); if (iVar2 == 0) goto LAB_0003a6d9; LAB_0003a890: fwrite(" local",1,6,param_1); iVar2 = FUN_00036850(local_20); if (iVar2 != 0) goto LAB_0003a8b8; LAB_0003a6ed: iVar2 = FUN_000368c0(local_20); } if (iVar2 != 0) { fwrite(" weak",1,5,param_1); } puVar3 = *(undefined4 **)(local_20 + 4); if ((*local_20 & 1) == 0) { if ((*(byte *)(puVar3 + 3) & 4) != 0) { LAB_0003aa80: fwrite(" debug",1,6,param_1); puVar3 = *(undefined4 **)(local_20 + 4); if ((*local_20 & 1) != 0) { if (puVar3 == DAT_00084798) { iVar2 = *(int *)(local_20 + 0xc); goto LAB_0003ab30; } goto LAB_0003a7e0; } } if ((undefined *)puVar3[4] != PTR__bfd_std_section_0007afb0 + 0xa8) goto LAB_0003a7f4; goto LAB_0003a72d; } if (DAT_00084798 == puVar3) { iVar2 = *(int *)(local_20 + 0xc); if ((*(byte *)(*(int *)(iVar2 + 4) + 0xc) & 4) != 0) goto LAB_0003aa80; LAB_0003ab30: if (*(undefined **)(*(int *)(iVar2 + 4) + 0x10) == PTR__bfd_std_section_0007afb0 + 0xa8) goto LAB_0003a63f; LAB_0003a7f4: fwrite(" defined",1,8,param_1); goto LAB_0003a63f; } LAB_0003a7e0: if (puVar3 != (undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8)) goto LAB_0003a7f4; LAB_0003a654: if (DAT_00084798 == puVar3) { if ((*(byte *)(*(int *)(local_20 + 0xc) + 1) & 2) != 0) { LAB_0003a940: fwrite(" weakrefr",1,9,param_1); if ((*local_20 & 1) == 0) goto LAB_0003a737; puVar3 = *(undefined4 **)(local_20 + 4); if (DAT_00084798 != puVar3) goto LAB_0003a74b; } if ((*(byte *)(*(int *)(local_20 + 0xc) + 1) & 4) != 0) goto LAB_0003a978; LAB_0003aada: pbVar5 = *(byte **)(local_20 + 0xc); goto LAB_0003a745; } } else { if ((local_20 != (byte *)0x0) && (local_20 != PTR_DAT_0007af70)) { fwrite(" frag ",1,6,param_1); fprintf(param_1,"%08lx",*(undefined4 *)(param_2 + 0xc)); bVar1 = *param_2; } if ((bVar1 & 4) != 0) { fwrite(" resolved",1,9,param_1); } fwrite(" local",1,6,param_1); local_20 = param_2; LAB_0003a63f: if ((*local_20 & 1) != 0) { puVar3 = *(undefined4 **)(local_20 + 4); goto LAB_0003a654; } LAB_0003a72d: if ((local_20[1] & 2) != 0) goto LAB_0003a940; LAB_0003a737: pbVar5 = local_20; if ((local_20[1] & 4) != 0) { LAB_0003a978: fwrite(" weakrefd",1,9,param_1); pbVar5 = local_20; if ((*local_20 & 1) != 0) { puVar3 = *(undefined4 **)(local_20 + 4); if (DAT_00084798 == puVar3) goto LAB_0003aada; goto LAB_0003a74b; } } LAB_0003a745: puVar3 = *(undefined4 **)(*(int *)(pbVar5 + 4) + 0x10); } LAB_0003a74b: fprintf(param_1," %s",*puVar3); bVar1 = *local_20; if ((bVar1 & 1) == 0) { pbVar5 = local_20; if ((bVar1 & 4) != 0) { LAB_0003a818: puVar3 = *(undefined4 **)(*(int *)(pbVar5 + 4) + 0x10); LAB_0003a782: if ((puVar3 != (undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8)) && (DAT_000846e0 != puVar3)) { uVar4 = FUN_000382f0(); fprintf(param_1," %lx",uVar4); } goto LAB_0003a7b8; } if (7 < DAT_000849cc) goto LAB_0003a7b8; iVar2 = *(int *)(local_20 + 4); LAB_0003a83c: puVar3 = *(undefined4 **)(iVar2 + 0x10); } else { puVar3 = *(undefined4 **)(local_20 + 4); if (puVar3 == DAT_00084798) { pbVar5 = *(byte **)(local_20 + 0xc); if ((*pbVar5 & 4) != 0) goto LAB_0003a818; if (7 < DAT_000849cc) goto LAB_0003a7b8; iVar2 = *(int *)(pbVar5 + 4); goto LAB_0003a83c; } if ((bVar1 & 4) != 0) goto LAB_0003a782; if (7 < DAT_000849cc) goto LAB_0003a7b8; } if (puVar3 == (undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8)) goto LAB_0003a7b8; DAT_000849cc = DAT_000849cc + 1; puVar7 = &DAT_00059ae5; fprintf(param_1,"\n%*s<",DAT_000849cc * 4,&DAT_00059ae5); if ((*local_20 & 1) == 0) { LAB_0003ab5b: FUN_0003a0b0(param_1,local_20 + 8); } else { if (*(undefined4 **)(local_20 + 4) == DAT_00084798) { local_20 = *(byte **)(local_20 + 0xc); goto LAB_0003ab5b; } fprintf(param_1,"constant %lx",*(undefined4 *)(local_20 + 0x10),puVar7); } fputc(0x3e,param_1); DAT_000849cc = DAT_000849cc + -1; LAB_0003a7b8: fflush(param_1); return; }
PUSH EBP PUSH EDI PUSH ESI PUSH EBX CALL 0x00016020 ADD EBX,0x40ab7 SUB ESP,0x1c MOV EBP,dword ptr [ESP + 0x34] MOV ESI,dword ptr [ESP + 0x30] MOV EAX,dword ptr [EBP + 0x4] TEST byte ptr [EBP],0x1 JZ 0x0003a586 LEA ECX,[EBX + 0x9798] CMP dword ptr [ECX],EAX JZ 0x0003a580 MOV EDI,dword ptr [EBP + 0x8] TEST EDI,EDI JNZ 0x0003a58d LEA EDI,[EBX + 0xfffe1fe2] JMP 0x0003a599 MOV EAX,dword ptr [EBP + 0xc] MOV EAX,dword ptr [EAX + 0x4] MOV EDI,dword ptr [EAX + 0x4] TEST EDI,EDI JZ 0x0003a574 CMP byte ptr [EDI],0x0 LEA EAX,[EBX + 0xfffe1fe2] CMOVZ EDI,EAX LEA EAX,[EBX + 0xfffe1fec] PUSH ESI PUSH 0x4 PUSH 0x1 PUSH EAX CALL 0x000142d0 ADD ESP,0xc LEA EAX,[EBX + 0xfffdfd93] PUSH EBP MOV dword ptr [ESP + 0x14],EAX PUSH EAX PUSH ESI CALL 0x00014450 ADD ESP,0xc PUSH EDI LEA EDI,[EBX + 0xfffdfd07] PUSH EDI PUSH ESI CALL 0x00014450 MOVZX EAX,byte ptr [EBP] ADD ESP,0x10 TEST AL,0x1 JZ 0x0003a66a LEA ECX,[EBX + 0x9798] MOV EDX,dword ptr [EBP + 0xc] MOV ECX,dword ptr [ECX] CMP dword ptr [EBP + 0x4],ECX JZ 0x0003a668 TEST EDX,EDX JZ 0x0003a623 CMP EDX,dword ptr [EBX + 0xffffff70] JZ 0x0003a623 LEA EAX,[EBX + 0xfffe1ff1] PUSH ESI PUSH 0x6 PUSH 0x1 PUSH EAX CALL 0x000142d0 ADD ESP,0xc PUSH dword ptr [EBP + 0xc] PUSH dword ptr [ESP + 0x14] PUSH ESI CALL 0x00014450 MOVZX EAX,byte ptr [EBP] ADD ESP,0x10 TEST AL,0x4 JNZ 0x0003aa60 LEA EAX,[EBX + 0xfffe2002] PUSH ESI PUSH 0x6 PUSH 0x1 PUSH EAX CALL 0x000142d0 ADD ESP,0x10 TEST byte ptr [EBP],0x1 JZ 0x0003a72d LEA ECX,[EBX + 0x9798] MOV EAX,dword ptr [EBP + 0x4] MOV ECX,dword ptr [ECX] CMP ECX,EAX JZ 0x0003aac0 MOV dword ptr [ESP + 0xc],EBP JMP 0x0003a74b MOV EBP,EDX LEA EAX,[EBX + 0x9720] CMP dword ptr [EBP + 0x20],EAX JZ 0x0003a699 LEA EAX,[EBX + 0xfffe1ff1] PUSH ESI PUSH 0x6 PUSH 0x1 PUSH EAX CALL 0x000142d0 ADD ESP,0xc PUSH dword ptr [EBP + 0x20] PUSH dword ptr [ESP + 0x14] PUSH ESI CALL 0x00014450 ADD ESP,0x10 MOVZX EAX,byte ptr [EBP] TEST AL,0x2 JNZ 0x0003a920 TEST AL,0x4 JNZ 0x0003a900 TEST AL,0x8 JNZ 0x0003aa40 TEST AL,0x10 JNZ 0x0003a848 TEST AL,0x20 JNZ 0x0003a868 SUB ESP,0xc PUSH EBP CALL 0x00036b30 ADD ESP,0x10 TEST EAX,EAX JNZ 0x0003a890 SUB ESP,0xc PUSH EBP CALL 0x00036850 ADD ESP,0x10 TEST EAX,EAX JNZ 0x0003a8b8 SUB ESP,0xc PUSH EBP CALL 0x000368c0 ADD ESP,0x10 TEST EAX,EAX JNZ 0x0003a8e0 MOV EAX,dword ptr [EBP + 0x4] TEST byte ptr [EBP],0x1 JNZ 0x0003a7d0 TEST byte ptr [EAX + 0xc],0x4 JNZ 0x0003aa80 MOV ECX,dword ptr [EBX + 0xffffffb0] ADD ECX,0xa8 CMP dword ptr [EAX + 0x10],ECX JNZ 0x0003a7f4 TEST byte ptr [EBP + 0x1],0x2 JNZ 0x0003a940 TEST byte ptr [EBP + 0x1],0x4 JNZ 0x0003a978 MOV dword ptr [ESP + 0xc],EBP MOV EAX,dword ptr [EBP + 0x4] MOV EAX,dword ptr [EAX + 0x10] SUB ESP,0x4 PUSH dword ptr [EAX] PUSH EDI PUSH ESI CALL 0x00014450 MOV EDX,dword ptr [ESP + 0x1c] ADD ESP,0x10 MOVZX EAX,byte ptr [EDX] TEST AL,0x1 JZ 0x0003a810 LEA ECX,[EBX + 0x9798] MOV EDX,dword ptr [EDX + 0x4] CMP EDX,dword ptr [ECX] JZ 0x0003aaf0 TEST AL,0x4 JZ 0x0003a9b0 MOV EAX,dword ptr [EBX + 0xffffffb0] ADD EAX,0xa8 CMP EDX,EAX JZ 0x0003a7b8 LEA EAX,[EBX + 0x96e0] CMP dword ptr [EAX],EDX JZ 0x0003a7b8 MOV EAX,dword ptr [ESP + 0xc] CALL 0x000382f0 SUB ESP,0x4 PUSH EAX LEA EAX,[EBX + 0xfffe1f1f] PUSH EAX PUSH ESI CALL 0x00014450 ADD ESP,0x10 SUB ESP,0xc PUSH ESI CALL 0x000140d0 ADD ESP,0x2c POP EBX POP ESI POP EDI POP EBP RET LEA ECX,[EBX + 0x9798] MOV ECX,dword ptr [ECX] CMP ECX,EAX JZ 0x0003ab20 MOV EDX,dword ptr [EBX + 0xffffffb0] ADD EDX,0xa8 CMP EAX,EDX JZ 0x0003a654 LEA EAX,[EBX + 0xfffe2041] PUSH ESI PUSH 0x8 PUSH 0x1 PUSH EAX CALL 0x000142d0 ADD ESP,0x10 JMP 0x0003a63f TEST AL,0x4 JZ 0x0003a828 MOV EDX,dword ptr [ESP + 0xc] MOV EAX,dword ptr [EDX + 0x4] MOV EDX,dword ptr [EAX + 0x10] JMP 0x0003a782 LEA EDI,[EBX + 0x99cc] MOV EAX,dword ptr [EDI] CMP EAX,0x7 JG 0x0003a7b8 MOV ECX,dword ptr [ESP + 0xc] MOV EDX,dword ptr [ECX + 0x4] MOV EDX,dword ptr [EDX + 0x10] JMP 0x0003a9c1 LEA EAX,[EBX + 0xfffe201d] PUSH ESI PUSH 0xe PUSH 0x1 PUSH EAX CALL 0x000142d0 MOVZX EAX,byte ptr [EBP] ADD ESP,0x10 TEST AL,0x20 JZ 0x0003a6c5 LEA EAX,[EBX + 0xfffe4fb0] PUSH ESI PUSH 0x5 PUSH 0x1 PUSH EAX CALL 0x000142d0 ADD ESP,0x10 SUB ESP,0xc PUSH EBP CALL 0x00036b30 ADD ESP,0x10 TEST EAX,EAX JZ 0x0003a6d9 LEA EAX,[EBX + 0xfffe2002] PUSH ESI PUSH 0x6 PUSH 0x1 PUSH EAX CALL 0x000142d0 ADD ESP,0x10 SUB ESP,0xc PUSH EBP CALL 0x00036850 ADD ESP,0x10 TEST EAX,EAX JZ 0x0003a6ed LEA EAX,[EBX + 0xfffe202c] PUSH ESI PUSH 0x7 PUSH 0x1 PUSH EAX CALL 0x000142d0 ADD ESP,0x10 SUB ESP,0xc PUSH EBP CALL 0x000368c0 ADD ESP,0x10 TEST EAX,EAX JZ 0x0003a701 LEA EAX,[EBX + 0xfffe2034] PUSH ESI PUSH 0x5 PUSH 0x1 PUSH EAX CALL 0x000142d0 ADD ESP,0x10 JMP 0x0003a701 LEA EAX,[EBX + 0xfffe1ff8] PUSH ESI PUSH 0x9 PUSH 0x1 PUSH EAX CALL 0x000142d0 MOVZX EAX,byte ptr [EBP] ADD ESP,0x10 JMP 0x0003a6b5 LEA EAX,[EBX + 0xfffe2009] PUSH ESI PUSH 0x8 PUSH 0x1 PUSH EAX CALL 0x000142d0 MOVZX EAX,byte ptr [EBP] ADD ESP,0x10 JMP 0x0003a6a5 LEA EAX,[EBX + 0xfffe204a] PUSH ESI PUSH 0x9 PUSH 0x1 PUSH EAX CALL 0x000142d0 ADD ESP,0x10 TEST byte ptr [EBP],0x1 JZ 0x0003a737 LEA ECX,[EBX + 0x9798] MOV EAX,dword ptr [EBP + 0x4] CMP dword ptr [ECX],EAX JZ 0x0003aacd JMP 0x0003a65c LEA EAX,[EBX + 0xfffe2054] PUSH ESI PUSH 0x9 PUSH 0x1 PUSH EAX CALL 0x000142d0 ADD ESP,0x10 MOV dword ptr [ESP + 0xc],EBP TEST byte ptr [EBP],0x1 JZ 0x0003a745 LEA ECX,[EBX + 0x9798] MOV EAX,dword ptr [EBP + 0x4] CMP dword ptr [ECX],EAX JZ 0x0003aada JMP 0x0003a74b LEA EDI,[EBX + 0x99cc] MOV EAX,dword ptr [EDI] CMP EAX,0x7 JG 0x0003a7b8 MOV ECX,dword ptr [EBX + 0xffffffb0] ADD ECX,0xa8 CMP EDX,ECX JZ 0x0003a7b8 ADD EAX,0x1 LEA EDX,[EBX + 0xfffdeae5] MOV dword ptr [EDI],EAX SHL EAX,0x2 PUSH EDX PUSH EAX LEA EAX,[EBX + 0xfffe1fba] PUSH EAX PUSH ESI CALL 0x00014450 ADD ESP,0x10 MOV ECX,dword ptr [ESP + 0xc] TEST byte ptr [ECX],0x1 JZ 0x0003ab5b LEA EAX,[EBX + 0x9798] MOV EAX,dword ptr [EAX] CMP dword ptr [ECX + 0x4],EAX JZ 0x0003ab50 SUB ESP,0x4 LEA EAX,[EBX + 0xfffe1f17] PUSH dword ptr [ECX + 0x10] PUSH EAX PUSH ESI CALL 0x00014450 ADD ESP,0x10 SUB ESP,0x8 PUSH ESI PUSH 0x3e CALL 0x00014610 SUB dword ptr [EDI],0x1 ADD ESP,0x10 JMP 0x0003a7b8 LEA EAX,[EBX + 0xfffe2012] PUSH ESI PUSH 0xa PUSH 0x1 PUSH EAX CALL 0x000142d0 MOVZX EAX,byte ptr [EBP] ADD ESP,0x10 JMP 0x0003a6b5 LEA EAX,[EBX + 0xfffe1ff8] PUSH ESI PUSH 0x9 PUSH 0x1 PUSH EAX CALL 0x000142d0 ADD ESP,0x10 JMP 0x0003a62b LEA EAX,[EBX + 0xfffe203a] PUSH ESI PUSH 0x6 PUSH 0x1 PUSH EAX CALL 0x000142d0 ADD ESP,0x10 TEST byte ptr [EBP],0x1 MOV EAX,dword ptr [EBP + 0x4] JZ 0x0003a718 LEA ECX,[EBX + 0x9798] MOV ECX,dword ptr [ECX] CMP EAX,ECX JNZ 0x0003a7e0 MOV EAX,dword ptr [EBP + 0xc] JMP 0x0003ab30 MOV EAX,dword ptr [EBP + 0xc] TEST byte ptr [EAX + 0x1],0x2 JNZ 0x0003a940 MOV EAX,dword ptr [EBP + 0xc] TEST byte ptr [EAX + 0x1],0x4 JNZ 0x0003a978 MOV dword ptr [ESP + 0xc],EBP MOV EBP,dword ptr [EBP + 0xc] JMP 0x0003a745 MOV EAX,dword ptr [ESP + 0xc] MOV EDX,dword ptr [EAX + 0xc] TEST byte ptr [EDX],0x4 JNZ 0x0003a818 LEA EDI,[EBX + 0x99cc] MOV EAX,dword ptr [EDI] CMP EAX,0x7 JG 0x0003a7b8 MOV EDX,dword ptr [EDX + 0x4] JMP 0x0003a83c MOV EAX,dword ptr [EBP + 0xc] MOV ECX,dword ptr [EAX + 0x4] TEST byte ptr [ECX + 0xc],0x4 JNZ 0x0003aa80 MOV ECX,dword ptr [EAX + 0x4] MOV EAX,dword ptr [EBX + 0xffffffb0] ADD EAX,0xa8 CMP dword ptr [ECX + 0x10],EAX JZ 0x0003a63f JMP 0x0003a7f4 MOV EAX,dword ptr [ESP + 0xc] MOV EAX,dword ptr [EAX + 0xc] MOV dword ptr [ESP + 0xc],EAX SUB ESP,0x8 MOV EBP,dword ptr [ESP + 0x14] ADD EBP,0x8 PUSH EBP PUSH ESI CALL 0x0003a0b0 ADD ESP,0x10 JMP 0x0003aa29
null
null
null
null
[(u'PTRSUB_-1206076316', u'LOAD_-1206079660'), ('tmp_2317', u'BRANCH_-1206080649'), (u'MULTIEQUAL_-1206075767', u'MULTIEQUAL_-1206077035'), (u'LOAD_-1206081325', u'CAST_-1206076440'), (u'COPY_-1206080255', u'CAST_-1206076946'), (u'INDIRECT_-1206076016', u'MULTIEQUAL_-1206075833'), (u'CAST_-1206076821', u'INT_NOTEQUAL_-1206081841'), ('const-6', u'CALL_-1206081692'), ('const-0', u'PTRSUB_-1206076673'), (u'INT_EQUAL_-1206080233', u'CBRANCH_-1206080232'), (u'MULTIEQUAL_-1206076883', u'MULTIEQUAL_-1206076857'), (u'INDIRECT_-1206075853', u'MULTIEQUAL_-1206076157'), (u'CALL_-1206080734', u'INDIRECT_-1206076984'), (u'CALL_-1206079446', u'INDIRECT_-1206076148'), ('const-4', u'PTRSUB_-1206076350'), (u'INT_NOTEQUAL_-1206079888', u'CBRANCH_-1206079885'), ('const-0', u'INT_NOTEQUAL_-1206081254'), (u'LOAD_-1206082165', u'CAST_-1206077007'), (u'CAST_-1206075767', u'INT_AND_-1206080353'), ('const-417', u'LOAD_-1206080656'), (u'INDIRECT_-1206076176', u'MULTIEQUAL_-1206077235'), (u'INT_NOTEQUAL_-1206081858', u'CBRANCH_-1206081858'), (u'MULTIEQUAL_-1206078024', u'MULTIEQUAL_-1206077669'), (u'MULTIEQUAL_-1206075973', u'MULTIEQUAL_-1206075959'), (u'CALL_-1206080125', u'INDIRECT_-1206076535'), ('const-8', u'PTRSUB_-1206076927'), (u'CALL_-1206079653', u'INDIRECT_-1206076483'), (u'MULTIEQUAL_-1206078169', u'MULTIEQUAL_-1206078157'), (u'INDIRECT_-1206077088', u'MULTIEQUAL_-1206077044'), (u'CALL_-1206081804', u'INDIRECT_-1206077039'), (u'INT_NOTEQUAL_-1206081212', u'CBRANCH_-1206081212'), (u'INDIRECT_-1206076448', u'MULTIEQUAL_-1206077045'), ('const-7', u'INT_SLESS_-1206080536'), (u'LOAD_-1206081899', u'INT_NOTEQUAL_-1206081858'), (u'PTRSUB_-1206075801', u'CAST_-1206075720'), (u'PTRSUB_-1206075680', u'PTRSUB_-1206075641'), ('const-0', u'RETURN_-1206081055'), ('const-9', u'CALL_-1206080189'), ('const-8', u'PTRSUB_-1206075668'), ('tmp_539', u'CBRANCH_-1206081858'), ('tmp_3502', u'CBRANCH_-1206080514'), (u'COPY_-1206076608', u'CALL_-1206081134'), (u'MULTIEQUAL_-1206078813', u'CALL_-1206079673'), ('const-0', u'INT_NOTEQUAL_-1206080411'), (u'MULTIEQUAL_-1206077207', u'MULTIEQUAL_-1206076939'), ('const-417', u'LOAD_-1206079191'), (u'COPY_-1206076320', u'CALL_-1206079729'), ('const-8', u'INT_AND_-1206080650'), (u'CALL_-1206081345', u'INDIRECT_-1206076768'), (u'INT_SLESS_-1206080536', u'CBRANCH_-1206080543'), (u'LOAD_-1206080263', u'PTRSUB_-1206077073'), ('tmp_3226', u'CBRANCH_-1206080681'), ('const-4', u'CALL_-1206082032'), (u'CALL_-1206079693', u'INDIRECT_-1206076331'), (u'MULTIEQUAL_-1206077141', u'MULTIEQUAL_-1206076376'), (u'CALL_-1206080284', u'INDIRECT_-1206075980'), (u'CALL_-1206080775', u'INDIRECT_-1206077199'), (u'INT_AND_-1206081651', u'INT_NOTEQUAL_-1206081664'), ('const-380898', u'COPY_-1206080255'), ('const-380957', u'COPY_-1206076433'), (u'CALL_-1206081692', u'INDIRECT_-1206077120'), ('tmp_1032', u'CBRANCH_-1206081306'), (u'INDIRECT_-1206076572', u'MULTIEQUAL_-1206076983'), (u'MULTIEQUAL_-1206077684', u'MULTIEQUAL_-1206077669'), ('const-7', u'INT_SLESS_-1206080589'), (u'MULTIEQUAL_-1206078169', u'INT_AND_-1206080650'), (u'CAST_-1206075637', u'MULTIEQUAL_-1206078852'), (u'LOAD_-1206081366', u'CALL_-1206081345'), ('const-0', u'INT_NOTEQUAL_-1206079917'), (u'INDIRECT_-1206076595', u'MULTIEQUAL_-1206076953'), ('const-8', u'PTRSUB_-1206076972'), ('tmp_4280', u'BRANCH_-1206079701'), ('const-0', u'PTRSUB_-1206076876'), ('const-372115', u'COPY_-1206076898'), (u'PTRSUB_-1206075618', u'LOAD_-1206079964'), ('const-380695', u'COPY_-1206075985'), ('const-7', u'CALL_-1206079729'), (u'MULTIEQUAL_-1206076962', u'MULTIEQUAL_-1206076384'), (u'CALL_-1206080401', u'INDIRECT_-1206076232'), (u'CALL_-1206081945', u'INDIRECT_-1206077118'), (u'LOAD_-1206080588', u'MULTIEQUAL_-1206078397'), (u'PTRSUB_-1206076673', u'LOAD_-1206080447'), (u'LOAD_-1206081944', u'INT_AND_-1206081899'), ('const-417', u'LOAD_-1206080588'), (u'INDIRECT_-1206076141', u'MULTIEQUAL_-1206076682'), (u'LOAD_-1206080144', u'CAST_-1206075930'), (u'MULTIEQUAL_-1206077207', u'MULTIEQUAL_-1206076442'), (u'CALL_-1206081985', u'INDIRECT_-1206077136'), (u'MULTIEQUAL_-1206079007', u'CALL_-1206081945'), (u'MULTIEQUAL_-1206076900', u'MULTIEQUAL_-1206075833'), (u'CALL_-1206080189', u'INDIRECT_-1206076405'), (u'CALL_-1206081692', u'INDIRECT_-1206076988'), (u'MULTIEQUAL_-1206076682', u'MULTIEQUAL_-1206076675'), (u'CALL_-1206080542', u'INDIRECT_-1206076832'), (u'CAST_-1206076783', u'CALL_-1206081763'), (u'INDIRECT_-1206076529', u'MULTIEQUAL_-1206076467'), (u'LOAD_-1206080656', u'MULTIEQUAL_-1206078575'), ('const-1', u'INT_ADD_-1206080477'), (u'CAST_-1206076800', u'CALL_-1206081804'), ('const-12', u'PTRSUB_-1206076662'), ('const-0', u'PTRSUB_-1206076098'), (u'MULTIEQUAL_-1206076764', u'MULTIEQUAL_-1206076186'), (u'INDIRECT_-1206077073', u'MULTIEQUAL_-1206076557'), ('tmp_2639', u'CBRANCH_-1206080152'), ('const-4', u'PTRSUB_-1206076677'), ('const-0', u'PTRSUB_-1206076573'), (u'INDIRECT_-1206076655', u'COPY_-1206076702'), (u'CAST_-1206075672', u'CALL_-1206079815'), (u'MULTIEQUAL_-1206077669', u'PTRSUB_-1206075647'), ('const-0', u'PTRSUB_-1206076782'), (u'INDIRECT_-1206076668', u'MULTIEQUAL_-1206076641'), (u'MULTIEQUAL_-1206078813', u'CALL_-1206079653'), ('const-0', u'PTRSUB_-1206075801'), (u'CALL_-1206079673', u'INDIRECT_-1206076572'), (u'PTRSUB_-1206075811', u'LOAD_-1206080306'), (u'CALL_-1206081763', u'INDIRECT_-1206077154'), (u'CALL_-1206079729', u'INDIRECT_-1206076476'), ('const-4', u'INT_AND_-1206079151'), (u'CALL_-1206079716', u'INDIRECT_-1206076565'), (u'LOAD_-1206080825', u'INT_NOTEQUAL_-1206080809'), (u'INDIRECT_-1206076702', u'INT_SLESS_-1206080589'), (u'INDIRECT_-1206076396', u'MULTIEQUAL_-1206075973'), (u'CALL_-1206079815', u'INDIRECT_-1206076176'), (u'PTRSUB_-1206075661', u'LOAD_-1206079373'), (u'CALL_-1206080401', u'INDIRECT_-1206076034'), (u'MULTIEQUAL_-1206076748', u'MULTIEQUAL_-1206076741'), (u'COPY_-1206076898', u'CALL_-1206080734'), (u'INDIRECT_-1206076787', u'COPY_-1206076834'), (u'MULTIEQUAL_-1206077362', u'MULTIEQUAL_-1206077355'), ('const-0', u'INT_NOTEQUAL_-1206079626'), ('const-4', u'INT_AND_-1206081241'), ('tmp_3198', u'CBRANCH_-1206080700'), (u'MULTIEQUAL_-1206078855', u'PTRSUB_-1206076859'), (u'CALL_-1206079673', u'INDIRECT_-1206076506'), ('const-0', u'INT_NOTEQUAL_-1206081730'), (u'CALL_-1206081763', u'INDIRECT_-1206077286'), (u'PTRSUB_-1206076662', u'LOAD_-1206080424'), (u'INDIRECT_-1206076595', u'MULTIEQUAL_-1206076533'), ('const-0', u'PTRSUB_-1206077098'), ('tmp_5317', u'CAST_-1206076018'), ('const-0', u'INT_EQUAL_-1206080233'), (u'COPY_-1206076433', u'CALL_-1206079661'), (u'INT_EQUAL_-1206080435', u'CBRANCH_-1206080431'), (u'INDIRECT_-1206076768', u'MULTIEQUAL_-1206076641'), (u'MULTIEQUAL_-1206075973', u'MULTIEQUAL_-1206076318'), (u'INT_AND_-1206080688', u'INT_NOTEQUAL_-1206080701'), (u'INT_NOTEQUAL_-1206080670', u'CBRANCH_-1206080667'), (u'CALL_-1206079689', u'INDIRECT_-1206076430'), (u'INDIRECT_-1206076092', u'MULTIEQUAL_-1206076967'), (u'MULTIEQUAL_-1206078082', u'PTRSUB_-1206076062'), (u'INT_AND_-1206081717', u'INT_NOTEQUAL_-1206081730'), ('tmp_5317', u'CAST_-1206075956'), (u'INDIRECT_-1206076727', u'MULTIEQUAL_-1206077085'), (u'COPY_-1206076597', u'MULTIEQUAL_-1206078585'), (u'INDIRECT_-1206076016', u'MULTIEQUAL_-1206076883'), (u'LOAD_-1206082125', u'MULTIEQUAL_-1206079018'), ('const-1', u'INT_AND_-1206080353'), ('const-1', u'CALL_-1206080775'), ('tmp_2498', u'CBRANCH_-1206079885'), (u'CALL_-1206082032', u'INDIRECT_-1206077224'), (u'LOAD_-1206080257', u'CAST_-1206076968'), (u'MULTIEQUAL_-1206076025', u'MULTIEQUAL_-1206076946'), (u'CALL_-1206079653', u'INT_NOTEQUAL_-1206079626'), (u'LOAD_-1206080172', u'CAST_-1206075947'), (u'INDIRECT_-1206077118', u'MULTIEQUAL_-1206076858'), ('const-1', u'CALL_-1206079729'), (u'MULTIEQUAL_-1206078082', u'MULTIEQUAL_-1206077355'), ('const-0', u'PTRSUB_-1206077116'), ('const-8', u'CALL_-1206079349'), (u'INT_AND_-1206080612', u'INT_EQUAL_-1206080626'), ('const-4', u'PTRSUB_-1206075661'), ('const-168', u'PTRADD_-1206080465'), (u'CALL_-1206079866', u'INDIRECT_-1206075655'), ('const-0', u'INT_EQUAL_-1206080435'), ('tmp_5318', u'PTRSUB_-1206076927'), (u'CALL_-1206081098', u'INDIRECT_-1206076787'), ('tmp_749', u'CBRANCH_-1206081729'), (u'INDIRECT_-1206076207', u'INT_EQUAL_-1206080119'), (u'PTRSUB_-1206075856', u'PTRSUB_-1206075811'), (u'CAST_-1206076325', u'INT_NOTEQUAL_-1206080023'), (u'INDIRECT_-1206076163', u'MULTIEQUAL_-1206076773'), (u'CALL_-1206080597', u'INDIRECT_-1206077053'), (u'PTRSUB_-1206076350', u'LOAD_-1206080588'), (u'LOAD_-1206081944', u'MULTIEQUAL_-1206078334'), (u'INDIRECT_-1206076148', u'MULTIEQUAL_-1206076814'), (u'PTRSUB_-1206076859', u'LOAD_-1206081649'), (u'PTRSUB_-1206075623', u'PTRSUB_-1206075588'), (u'MULTIEQUAL_-1206078776', u'PTRSUB_-1206076590'), (u'CALL_-1206081098', u'INDIRECT_-1206076721'), ('const-4', u'INT_AND_-1206079938'), ('tmp_143', u'CBRANCH_-1206082150'), (u'INDIRECT_-1206076638', u'MULTIEQUAL_-1206077049'), (u'CAST_-1206076048', u'CALL_-1206079410'), (u'LOAD_-1206079660', u'CAST_-1206076215'), (u'MULTIEQUAL_-1206076901', u'MULTIEQUAL_-1206076467'), (u'CALL_-1206079729', u'INDIRECT_-1206076410'), ('const-1', u'INT_AND_-1206080146'), (u'INT_NOTEQUAL_-1206081188', u'CBRANCH_-1206081188'), (u'INT_NOTEQUAL_-1206081254', u'CBRANCH_-1206081254'), ('tmp_2685', u'CBRANCH_-1206080118'), (u'MULTIEQUAL_-1206076901', u'MULTIEQUAL_-1206076887'), ('const-8', u'PTRSUB_-1206077099'), (u'MULTIEQUAL_-1206078616', u'MULTIEQUAL_-1206078597'), (u'CALL_-1206080284', u'INDIRECT_-1206076244'), (u'LOAD_-1206079348', u'MULTIEQUAL_-1206078169'), (u'COPY_-1206075997', u'MULTIEQUAL_-1206078585'), (u'MULTIEQUAL_-1206077033', u'MULTIEQUAL_-1206077019'), (u'MULTIEQUAL_-1206076272', u'INT_NOTEQUAL_-1206079666'), (u'PTRSUB_-1206076894', u'LOAD_-1206081899'), ('const-0', u'INT_EQUAL_-1206080160'), (u'INT_ADD_-1206080477', u'INT_MULT_-1206080440'), (u'CALL_-1206081804', u'INDIRECT_-1206077105'), (u'LOAD_-1206080379', u'INT_NOTEQUAL_-1206080363'), (u'INT_NOTEQUAL_-1206079164', u'CBRANCH_-1206079161'), (u'LOAD_-1206080454', u'CAST_-1206076561'), ('const-380972', u'COPY_-1206076320'), ('const-417', u'LOAD_-1206080662'), (u'CAST_-1206076856', u'INT_EQUAL_-1206081874'), ('const-372115', u'COPY_-1206077115'), ('tmp_2982', u'BRANCH_-1206079800'), (u'MULTIEQUAL_-1206077167', u'MULTIEQUAL_-1206077141'), (u'MULTIEQUAL_-1206076949', u'MULTIEQUAL_-1206076923'), (u'INDIRECT_-1206076413', u'MULTIEQUAL_-1206076967'), (u'INT_AND_-1206080650', u'INT_NOTEQUAL_-1206080663'), (u'MULTIEQUAL_-1206078024', u'MULTIEQUAL_-1206077355'), (u'INDIRECT_-1206076141', u'MULTIEQUAL_-1206075761'), (u'MULTIEQUAL_-1206075701', u'MULTIEQUAL_-1206076528'), (u'CALL_-1206080284', u'INDIRECT_-1206076178'), (u'CAST_-1206075930', u'INT_NOTEQUAL_-1206080123'), (u'MULTIEQUAL_-1206078082', u'PTRSUB_-1206076045'), (u'INDIRECT_-1206076158', u'MULTIEQUAL_-1206077033'), ('const-4', u'PTRSUB_-1206075983'), (u'PTRSUB_-1206076997', u'LOAD_-1206080263'), (u'MULTIEQUAL_-1206078597', u'PTRSUB_-1206076617'), (u'PTRSUB_-1206075575', u'PTRSUB_-1206075543'), (u'INDIRECT_-1206076661', u'MULTIEQUAL_-1206077019'), (u'INDIRECT_-1206076463', u'MULTIEQUAL_-1206076425'), (u'MULTIEQUAL_-1206076748', u'MULTIEQUAL_-1206076726'), (u'COPY_-1206076255', u'CALL_-1206079410'), ('const-4', u'PTRSUB_-1206076601'), (u'MULTIEQUAL_-1206076923', u'MULTIEQUAL_-1206076376'), (u'LOAD_-1206079938', u'PTRSUB_-1206075680'), (u'CAST_-1206075637', u'MULTIEQUAL_-1206078651'), ('tmp_5317', u'CAST_-1206076687'), (u'CALL_-1206079661', u'INDIRECT_-1206076595'), (u'INDIRECT_-1206076031', u'MULTIEQUAL_-1206076641'), (u'INDIRECT_-1206077030', u'MULTIEQUAL_-1206076983'), (u'MULTIEQUAL_-1206076682', u'MULTIEQUAL_-1206077075'), (u'PTRSUB_-1206076385', u'LOAD_-1206080662'), ('const-4', u'PTRSUB_-1206075630'), (u'INT_NOTEQUAL_-1206079951', u'CBRANCH_-1206079949'), (u'INDIRECT_-1206076809', u'MULTIEQUAL_-1206076293'), (u'CALL_-1206079709', u'INDIRECT_-1206076651'), (u'COPY_-1206076708', u'CALL_-1206081345'), (u'CALL_-1206080243', u'INDIRECT_-1206076097'), ('const-16', u'INT_AND_-1206080631'), (u'LOAD_-1206080677', u'INT_AND_-1206080651'), (u'CALL_-1206080125', u'INDIRECT_-1206076601'), (u'CALL_-1206079693', u'INDIRECT_-1206076397'), ('tmp_3310', u'CBRANCH_-1206080624'), (u'COPY_-1206075644', u'MULTIEQUAL_-1206078428'), (u'LOAD_-1206079909', u'PTRSUB_-1206075663'), (u'INT_AND_-1206079151', u'INT_NOTEQUAL_-1206079164'), (u'INDIRECT_-1206076382', u'MULTIEQUAL_-1206076979'), ('const-380937', u'COPY_-1206076219'), ('const-417', u'LOAD_-1206079118'), ('const-0', u'INT_NOTEQUAL_-1206079888'), ('const-0', u'PTRSUB_-1206076590'), (u'INDIRECT_-1206075965', u'INT_ADD_-1206080220'), (u'MULTIEQUAL_-1206078024', u'PTRSUB_-1206076000'), (u'PTRSUB_-1206075893', u'LOAD_-1206080379'), (u'CAST_-1206076561', u'INT_EQUAL_-1206080029'), (u'MULTIEQUAL_-1206076883', u'MULTIEQUAL_-1206076660'), (u'CALL_-1206081804', u'INDIRECT_-1206077171'), ('const-0', u'PTRSUB_-1206075663'), (u'MULTIEQUAL_-1206078813', u'PTRSUB_-1206076098'), (u'CALL_-1206080187', u'INDIRECT_-1206076264'), ('tmp_5318', u'COPY_-1206076855'), (u'MULTIEQUAL_-1206078813', u'CALL_-1206080597'), (u'INT_EQUAL_-1206080160', u'CBRANCH_-1206080157'), (u'MULTIEQUAL_-1206076557', u'MULTIEQUAL_-1206077032'), ('const-1', u'CALL_-1206082032'), (u'MULTIEQUAL_-1206075899', u'PTRADD_-1206079163'), (u'MULTIEQUAL_-1206076322', u'PTRSUB_-1206075501'), (u'PTRSUB_-1206075980', u'CALL_-1206080401'), ('const-417', u'LOAD_-1206081325'), (u'CAST_-1206076215', u'INT_AND_-1206079615'), (u'MULTIEQUAL_-1206075833', u'MULTIEQUAL_-1206076660'), (u'CALL_-1206079410', u'INDIRECT_-1206076479'), (u'INDIRECT_-1206076198', u'MULTIEQUAL_-1206075775'), (u'MULTIEQUAL_-1206076748', u'PTRADD_-1206079988'), (u'INT_NOTEQUAL_-1206080363', u'CBRANCH_-1206080361'), (u'MULTIEQUAL_-1206078575', u'INT_NOTEQUAL_-1206081188'), (u'PTRSUB_-1206076994', u'CAST_-1206076883'), (u'PTRSUB_-1206076553', u'LOAD_-1206080683'), ('tmp_5317', u'CAST_-1206076228'), (u'INDIRECT_-1206075884', u'MULTIEQUAL_-1206075701'), ('tmp_16765', u'INT_EQUAL_-1206082127'), (u'INDIRECT_-1206077250', u'MULTIEQUAL_-1206076990'), (u'INT_NOTEQUAL_-1206080809', u'CBRANCH_-1206080808'), (u'MULTIEQUAL_-1206078597', u'MULTIEQUAL_-1206077362'), (u'CALL_-1206081174', u'INDIRECT_-1206076752'), (u'COPY_-1206076907', u'CALL_-1206080775'), (u'CALL_-1206079653', u'INDIRECT_-1206076615'), (u'MULTIEQUAL_-1206077355', u'PTRSUB_-1206075517'), (u'LOAD_-1206079901', u'INT_AND_-1206079875'), (u'PTRADD_-1206080465', u'CAST_-1206075819'), (u'MULTIEQUAL_-1206077684', u'PTRSUB_-1206075668'), (u'CAST_-1206075710', u'CALL_-1206080243'), (u'INT_EQUAL_-1206080571', u'CBRANCH_-1206080569'), ('const-0', u'PTRSUB_-1206075680'), (u'INDIRECT_-1206076964', u'MULTIEQUAL_-1206076917'), (u'INDIRECT_-1206076595', u'MULTIEQUAL_-1206076557'), ('tmp_1832', u'CBRANCH_-1206080331'), (u'INDIRECT_-1206076667', u'MULTIEQUAL_-1206077101'), ('const-8', u'PTRSUB_-1206075575'), ('const-417', u'LOAD_-1206079177'), (u'CALL_-1206080401', u'INDIRECT_-1206076298'), (u'CALL_-1206079866', u'INDIRECT_-1206075919'), (u'INDIRECT_-1206075950', u'INT_EQUAL_-1206079380'), (u'INDIRECT_-1206076281', u'MULTIEQUAL_-1206076835'), (u'INDIRECT_-1206076440', u'MULTIEQUAL_-1206076391'), ('tmp_5318', u'PTRSUB_-1206077099'), ('const-16', u'PTRSUB_-1206076639'), ('const-5', u'CALL_-1206079716'), (u'PTRSUB_-1206076062', u'LOAD_-1206080172'), (u'INDIRECT_-1206076244', u'MULTIEQUAL_-1206076223'), (u'CALL_-1206080187', u'INDIRECT_-1206076330'), (u'MULTIEQUAL_-1206076834', u'INT_EQUAL_-1206080029'), (u'CAST_-1206076264', u'INT_AND_-1206080637'), (u'LOAD_-1206079964', u'CAST_-1206075519'), (u'INT_EQUAL_-1206080516', u'CBRANCH_-1206080514'), (u'INDIRECT_-1206076148', u'MULTIEQUAL_-1206075965'), ('const-417', u'LOAD_-1206080721'), (u'MULTIEQUAL_-1206076857', u'MULTIEQUAL_-1206076830'), ('const-0', u'PTRSUB_-1206075980'), ('const-417', u'LOAD_-1206079924'), (u'MULTIEQUAL_-1206077110', u'MULTIEQUAL_-1206077103'), (u'INDIRECT_-1206076347', u'MULTIEQUAL_-1206076901'), (u'INDIRECT_-1206076918', u'MULTIEQUAL_-1206076858'), ('tmp_3965', u'CBRANCH_-1206079378'), (u'INT_NOTEQUAL_-1206079418', u'CBRANCH_-1206079410'), (u'INT_NOTEQUAL_-1206080411', u'CBRANCH_-1206080408'), (u'CALL_-1206080284', u'INDIRECT_-1206076046'), ('const-168', u'PTRADD_-1206080330'), (u'MULTIEQUAL_-1206078813', u'PTRSUB_-1206075702'), (u'CALL_-1206081134', u'INDIRECT_-1206076800'), (u'CAST_-1206077011', u'MULTIEQUAL_-1206079222'), (u'INT_AND_-1206080651', u'INT_NOTEQUAL_-1206080664'), (u'MULTIEQUAL_-1206077808', u'PTRSUB_-1206075555'), (u'MULTIEQUAL_-1206077032', u'MULTIEQUAL_-1206076814'), (u'PTRSUB_-1206075875', u'LOAD_-1206080348'), (u'MULTIEQUAL_-1206079046', u'INT_EQUAL_-1206081626'), ('const-0', u'INT_NOTEQUAL_-1206079666'), (u'CAST_-1206076946', u'COPY_-1206077015'), (u'CALL_-1206079349', u'INDIRECT_-1206076448'), ('const-2', u'INT_AND_-1206079904'), ('const-168', u'PTRADD_-1206079163'), ('tmp_2281', u'CBRANCH_-1206079914'), (u'INT_AND_-1206080421', u'INT_EQUAL_-1206080435'), (u'CAST_-1206076297', u'CALL_-1206080125'), (u'INDIRECT_-1206076112', u'MULTIEQUAL_-1206076091'), ('const-417', u'LOAD_-1206082172'), ('const-417', u'LOAD_-1206079431'), (u'INDIRECT_-1206076374', u'MULTIEQUAL_-1206076325'), ('const-417', u'LOAD_-1206080683'), (u'COPY_-1206076855', u'MULTIEQUAL_-1206078855'), ('tmp_217', u'CBRANCH_-1206082105'), (u'CAST_-1206076704', u'CALL_-1206080775'), (u'MULTIEQUAL_-1206078813', u'PTRSUB_-1206076782'), (u'CALL_-1206081174', u'INDIRECT_-1206076686'), (u'INDIRECT_-1206075950', u'MULTIEQUAL_-1206076616'), (u'MULTIEQUAL_-1206076989', u'MULTIEQUAL_-1206076962'), (u'MULTIEQUAL_-1206077233', u'MULTIEQUAL_-1206077207'), (u'CAST_-1206075867', u'MULTIEQUAL_-1206078776'), (u'MULTIEQUAL_-1206076967', u'MULTIEQUAL_-1206076953'), (u'CALL_-1206079866', u'INDIRECT_-1206075787'), (u'LOAD_-1206081790', u'CALL_-1206081763'), (u'CALL_-1206079119', u'INDIRECT_-1206076158'), (u'INDIRECT_-1206076264', u'MULTIEQUAL_-1206075841'), ('const-417', u'LOAD_-1206080454'), (u'MULTIEQUAL_-1206075841', u'MULTIEQUAL_-1206076186'), ('const-417', u'LOAD_-1206079938'), (u'CALL_-1206080597', u'INDIRECT_-1206076921'), (u'CALL_-1206080243', u'INDIRECT_-1206075965'), (u'PTRSUB_-1206077098', u'LOAD_-1206082125'), ('tmp_2233', u'CBRANCH_-1206079949'), (u'CALL_-1206081985', u'INDIRECT_-1206077202'), (u'CAST_-1206076561', u'MULTIEQUAL_-1206078651'), (u'INDIRECT_-1206076900', u'PTRADD_-1206081176'), (u'CAST_-1206076112', u'CALL_-1206079729'), (u'CALL_-1206080187', u'INDIRECT_-1206076198'), (u'MULTIEQUAL_-1206078813', u'CALL_-1206080487'), (u'CALL_-1206081945', u'INDIRECT_-1206077250'), ('const-0', u'INT_EQUAL_-1206080516'), (u'CALL_-1206081345', u'INDIRECT_-1206076900'), (u'INDIRECT_-1206076702', u'INT_SLESS_-1206079907'), (u'CALL_-1206081134', u'INDIRECT_-1206076734'), (u'MULTIEQUAL_-1206076039', u'MULTIEQUAL_-1206076384'), (u'INDIRECT_-1206075950', u'MULTIEQUAL_-1206075767'), (u'LOAD_-1206081325', u'CAST_-1206076264'), (u'COPY_-1206076393', u'CALL_-1206079689'), (u'CALL_-1206081763', u'INDIRECT_-1206077088'), (u'CALL_-1206079689', u'INDIRECT_-1206076496'), (u'CALL_-1206081174', u'CALL_-1206081134'), (u'MULTIEQUAL_-1206077355', u'MULTIEQUAL_-1206076322'), (u'INDIRECT_-1206075950', u'MULTIEQUAL_-1206076817'), (u'INDIRECT_-1206076615', u'MULTIEQUAL_-1206076562'), ('const-380930', u'COPY_-1206076978'), ('const-32', u'PTRSUB_-1206076799'), (u'LOAD_-1206079431', u'CAST_-1206075642'), (u'INDIRECT_-1206076834', u'MULTIEQUAL_-1206076707'), ('tmp_5318', u'PTRSUB_-1206076965'), (u'INDIRECT_-1206076988', u'MULTIEQUAL_-1206076969'), ('const-0', u'PTRSUB_-1206076062'), (u'MULTIEQUAL_-1206077045', u'MULTIEQUAL_-1206077033'), (u'INDIRECT_-1206075721', u'MULTIEQUAL_-1206076025'), ('const-1', u'INT_AND_-1206081293'), ('const-6', u'CALL_-1206079446'), (u'INDIRECT_-1206076405', u'MULTIEQUAL_-1206076946'), ('const-4', u'INT_AND_-1206080669'), ('const-0', u'INT_NOTEQUAL_-1206082106'), (u'MULTIEQUAL_-1206079018', u'COPY_-1206077016'), ('const-417', u'LOAD_-1206081677'), ('tmp_2867', u'CBRANCH_-1206080667'), (u'INDIRECT_-1206076339', u'MULTIEQUAL_-1206075959'), (u'CALL_-1206080542', u'INDIRECT_-1206076898'), (u'MULTIEQUAL_-1206077355', u'CALL_-1206081174'), ('const-0', u'PTRSUB_-1206077064'), (u'CALL_-1206080597', u'INDIRECT_-1206076987'), ('const-380920', u'COPY_-1206075902'), (u'CALL_-1206081763', u'INDIRECT_-1206077022'), ('const-417', u'LOAD_-1206079409'), (u'MULTIEQUAL_-1206076616', u'MULTIEQUAL_-1206076594'), (u'MULTIEQUAL_-1206076698', u'MULTIEQUAL_-1206076120'), (u'CALL_-1206081098', u'INDIRECT_-1206076589'), (u'INT_EQUAL_-1206080029', u'CBRANCH_-1206080028'), ('const-1', u'INT_AND_-1206080421'), (u'COPY_-1206076034', u'CALL_-1206080401'), (u'CAST_-1206076687', u'CALL_-1206080734'), (u'PTRSUB_-1206076927', u'PTRSUB_-1206076851'), ('const-32', u'INT_AND_-1206079615'), ('const-7', u'INT_SLESS_-1206079907'), ('tmp_3282', u'CBRANCH_-1206080643'), (u'CAST_-1206076411', u'INT_AND_-1206081241'), ('const-4', u'PTRSUB_-1206076385'), ('const-5', u'CALL_-1206079689'), ('const-1', u'CALL_-1206079349'), (u'LOAD_-1206080268', u'INT_EQUAL_-1206080253'), ('const-0', u'PTRSUB_-1206076000'), ('tmp_5317', u'CALL_-1206079866'), ('tmp_513', u'CBRANCH_-1206081872'), (u'INDIRECT_-1206076549', u'MULTIEQUAL_-1206076496'), ('tmp_849', u'CBRANCH_-1206081662'), ('const-0', u'PTRSUB_-1206076316'), (u'MULTIEQUAL_-1206075701', u'MULTIEQUAL_-1206076969'), ('tmp_2052', u'BRANCH_-1206080209'), (u'INDIRECT_-1206076250', u'MULTIEQUAL_-1206076847'), (u'CAST_-1206076440', u'INT_AND_-1206081293'), (u'INDIRECT_-1206076463', u'MULTIEQUAL_-1206076401'), (u'MULTIEQUAL_-1206077233', u'MULTIEQUAL_-1206076989'), (u'MULTIEQUAL_-1206078855', u'MULTIEQUAL_-1206078832'), ('const-0', u'INT_EQUAL_-1206081307'), (u'CALL_-1206079446', u'INDIRECT_-1206076082'), (u'INDIRECT_-1206076615', u'MULTIEQUAL_-1206077000'), (u'INDIRECT_-1206076178', u'MULTIEQUAL_-1206076157'), (u'MULTIEQUAL_-1206077141', u'MULTIEQUAL_-1206076873'), (u'INT_AND_-1206081899', u'INT_EQUAL_-1206081913'), (u'PTRSUB_-1206075668', u'PTRSUB_-1206075630'), ('const-4', u'PTRSUB_-1206076997'), (u'MULTIEQUAL_-1206077035', u'MULTIEQUAL_-1206076791'), (u'INDIRECT_-1206076964', u'MULTIEQUAL_-1206076457'), (u'INT_EQUAL_-1206082127', u'CBRANCH_-1206082126'), ('const-417', u'LOAD_-1206080790'), (u'MULTIEQUAL_-1206075965', u'MULTIEQUAL_-1206076792'), ('const-417', u'LOAD_-1206080144'), (u'COPY_-1206076387', u'MULTIEQUAL_-1206078428'), ('tmp_2456', u'CBRANCH_-1206079914'), (u'PTRADD_-1206081176', u'CAST_-1206076396'), (u'PTRSUB_-1206076098', u'CAST_-1206076012'), ('const-4', u'PTRSUB_-1206075588'), ('tmp_5317', u'CAST_-1206076194'), (u'INDIRECT_-1206076898', u'MULTIEQUAL_-1206076851'), (u'CALL_-1206079693', u'INDIRECT_-1206076529'), ('const-1', u'INT_AND_-1206079405'), (u'MULTIEQUAL_-1206077009', u'MULTIEQUAL_-1206076741'), (u'INDIRECT_-1206076506', u'MULTIEQUAL_-1206076457'), (u'MULTIEQUAL_-1206078832', u'MULTIEQUAL_-1206078082'), (u'INT_AND_-1206079615', u'INT_NOTEQUAL_-1206079628'), (u'CAST_-1206076042', u'LOAD_-1206079409'), (u'PTRSUB_-1206076045', u'LOAD_-1206080144'), (u'CAST_-1206075749', u'INT_EQUAL_-1206080333'), (u'INDIRECT_-1206077382', u'MULTIEQUAL_-1206077122'), (u'INT_EQUAL_-1206080333', u'CBRANCH_-1206080331'), (u'CALL_-1206079119', u'INDIRECT_-1206076224'), (u'MULTIEQUAL_-1206075899', u'MULTIEQUAL_-1206076726'), (u'INDIRECT_-1206076506', u'MULTIEQUAL_-1206076917'), (u'PTRADD_-1206079163', u'CAST_-1206075475'), (u'MULTIEQUAL_-1206076913', u'MULTIEQUAL_-1206076901'), ('const-417', u'LOAD_-1206081889'), (u'COPY_-1206076219', u'CALL_-1206079349'), ('tmp_2342', u'CBRANCH_-1206080650'), ('const-0', u'INT_NOTEQUAL_-1206079951'), ('tmp_3254', u'CBRANCH_-1206080662'), (u'MULTIEQUAL_-1206076768', u'MULTIEQUAL_-1206076550'), (u'MULTIEQUAL_-1206077101', u'MULTIEQUAL_-1206077075'), (u'PTRSUB_-1206077120', u'LOAD_-1206082172'), (u'INDIRECT_-1206076681', u'MULTIEQUAL_-1206076628'), ('const-1', u'PTRSUB_-1206075641'), (u'PTRSUB_-1206077069', u'LOAD_-1206080251'), ('const-417', u'LOAD_-1206079930'), ('tmp_5317', u'CAST_-1206076704'), (u'INDIRECT_-1206076855', u'MULTIEQUAL_-1206076364'), ('const-417', u'LOAD_-1206080257'), (u'CALL_-1206080775', u'INDIRECT_-1206077133'), (u'INDIRECT_-1206076768', u'INT_EQUAL_-1206081273'), (u'CALL_-1206079349', u'INDIRECT_-1206076514'), ('const-1', u'INT_AND_-1206082139'), ('tmp_2300', u'BRANCH_-1206080623'), (u'MULTIEQUAL_-1206075841', u'MULTIEQUAL_-1206075827'), (u'INDIRECT_-1206076301', u'MULTIEQUAL_-1206076768'), (u'PTRSUB_-1206075647', u'PTRSUB_-1206075611'), (u'INDIRECT_-1206075960', u'MULTIEQUAL_-1206076835'), (u'INDIRECT_-1206076397', u'MULTIEQUAL_-1206076359'), (u'INT_NOTEQUAL_-1206080154', u'CBRANCH_-1206080152'), (u'CALL_-1206082032', u'INDIRECT_-1206077290'), (u'INDIRECT_-1206076638', u'MULTIEQUAL_-1206076589'), (u'INT_EQUAL_-1206079198', u'CBRANCH_-1206079196'), (u'CAST_-1206075780', u'CALL_-1206080401'), ('const-4', u'PTRSUB_-1206076555'), ('const-1', u'CALL_-1206079716'), ('const-0', u'INT_EQUAL_-1206080253'), ('tmp_5317', u'CAST_-1206075672'), (u'MULTIEQUAL_-1206076966', u'MULTIEQUAL_-1206076949'), (u'CALL_-1206079410', u'INDIRECT_-1206076545'), ('tmp_5318', u'CALL_-1206081985'), (u'INT_NOTEQUAL_-1206079666', u'CBRANCH_-1206079666'), (u'MULTIEQUAL_-1206078024', u'PTRSUB_-1206075983'), ('const-4294967295', u'INT_ADD_-1206080220'), (u'PTRSUB_-1206077078', u'PTRSUB_-1206076997'), (u'INDIRECT_-1206076316', u'MULTIEQUAL_-1206076913'), (u'CALL_-1206081174', u'INDIRECT_-1206076818'), ('const-4', u'PTRSUB_-1206077120'), (u'LOAD_-1206081899', u'MULTIEQUAL_-1206078813'), (u'CALL_-1206081985', u'INDIRECT_-1206077400'), ('tmp_4157', u'CBRANCH_-1206080028'), (u'MULTIEQUAL_-1206078001', u'INT_EQUAL_-1206080501'), ('tmp_5318', u'COPY_-1206076955'), (u'INDIRECT_-1206076082', u'MULTIEQUAL_-1206075899'), ('const-380703', u'COPY_-1206076608'), (u'CALL_-1206082032', u'INDIRECT_-1206077158'), ('tmp_5318', u'PTRSUB_-1206077116'), ('const-372115', u'COPY_-1206077021'), (u'MULTIEQUAL_-1206078813', u'PTRSUB_-1206076316'), ('const-4', u'PTRSUB_-1206076851'), (u'MULTIEQUAL_-1206076814', u'MULTIEQUAL_-1206076792'), (u'LOAD_-1206079213', u'INT_EQUAL_-1206079198'), ('const-1', u'CALL_-1206079446'), (u'MULTIEQUAL_-1206076835', u'MULTIEQUAL_-1206076401'), (u'INDIRECT_-1206076875', u'MULTIEQUAL_-1206076359'), ('const-0', u'PTRSUB_-1206076843'), ('const-381002', u'COPY_-1206076180'), ('const-4', u'PTRSUB_-1206076045'), (u'CALL_-1206079815', u'INDIRECT_-1206075978'), (u'COPY_-1206076955', u'MULTIEQUAL_-1206078813'), ('tmp_5317', u'CAST_-1206075897'), (u'INDIRECT_-1206077382', u'CAST_-1206076821'), ('const-380898', u'COPY_-1206082106'), ('tmp_5318', u'PTRSUB_-1206076994'), (u'PTRADD_-1206080330', u'CAST_-1206076524'), (u'CAST_-1206076424', u'MULTIEQUAL_-1206078575'), (u'INT_AND_-1206080353', u'INT_EQUAL_-1206080367'), ('const-417', u'LOAD_-1206081944'), (u'INDIRECT_-1206077053', u'MULTIEQUAL_-1206076562'), (u'CAST_-1206076561', u'PTRSUB_-1206076662'), ('const-16', u'PTRSUB_-1206076346'), ('const-0', u'PTRSUB_-1206076131'), (u'MULTIEQUAL_-1206077122', u'MULTIEQUAL_-1206077111'), (u'PTRSUB_-1206077099', u'PTRSUB_-1206077098'), ('const-417', u'LOAD_-1206080139'), (u'LOAD_-1206082172', u'CAST_-1206077011'), (u'MULTIEQUAL_-1206078813', u'MULTIEQUAL_-1206078832'), (u'PTRSUB_-1206076677', u'LOAD_-1206080454'), ('tmp_2786', u'CBRANCH_-1206080157'), (u'MULTIEQUAL_-1206075827', u'MULTIEQUAL_-1206076748'), (u'CALL_-1206079709', u'INDIRECT_-1206076585'), ('const-6', u'CALL_-1206081804'), (u'CALL_-1206079446', u'INDIRECT_-1206075950'), (u'PTRSUB_-1206075591', u'LOAD_-1206079909'), (u'INDIRECT_-1206076776', u'CALL_-1206080284'), (u'LOAD_-1206080167', u'CAST_-1206075884'), (u'MULTIEQUAL_-1206076946', u'MULTIEQUAL_-1206076939'), ('const-1', u'CALL_-1206080125'), (u'COPY_-1206076180', u'CALL_-1206080187'), (u'CALL_-1206079661', u'INDIRECT_-1206076661'), ('tmp_5317', u'CAST_-1206075710'), (u'INDIRECT_-1206077316', u'MULTIEQUAL_-1206077176'), ('tmp_3816', u'BRANCH_-1206080110'), (u'INT_EQUAL_-1206081874', u'CBRANCH_-1206081872'), ('const-417', u'LOAD_-1206082165'), ('const-417', u'LOAD_-1206079660'), (u'CALL_-1206080401', u'INDIRECT_-1206076166'), ('tmp_5318', u'PTRSUB_-1206077120'), (u'MULTIEQUAL_-1206076751', u'MULTIEQUAL_-1206076528'), (u'CAST_-1206076018', u'CALL_-1206079349'), (u'MULTIEQUAL_-1206076725', u'MULTIEQUAL_-1206076178'), (u'INDIRECT_-1206076702', u'INT_SLESS_-1206080536'), (u'INDIRECT_-1206076535', u'MULTIEQUAL_-1206076969'), ('const-417', u'LOAD_-1206081293'), (u'LOAD_-1206079191', u'MULTIEQUAL_-1206077808'), (u'CALL_-1206079729', u'INDIRECT_-1206076608'), (u'LOAD_-1206081762', u'MULTIEQUAL_-1206078334'), (u'CALL_-1206079410', u'INDIRECT_-1206076413'), (u'CAST_-1206076883', u'LOAD_-1206081944'), (u'COPY_-1206077016', u'MULTIEQUAL_-1206079007'), ('const-8', u'PTRSUB_-1206077078'), (u'MULTIEQUAL_-1206078575', u'INT_NOTEQUAL_-1206081212'), ('const-4', u'PTRSUB_-1206075490'), ('const-417', u'LOAD_-1206079873'), (u'INDIRECT_-1206076514', u'MULTIEQUAL_-1206077111'), (u'INDIRECT_-1206076100', u'INT_EQUAL_-1206080333'), (u'CAST_-1206076557', u'INT_AND_-1206080421'), (u'CALL_-1206080597', u'INDIRECT_-1206076855'), ('tmp_1206', u'CBRANCH_-1206081188'), (u'MULTIEQUAL_-1206078585', u'PTRSUB_-1206076601'), (u'INDIRECT_-1206076853', u'COPY_-1206076900'), ('const-32', u'INT_AND_-1206080612'), ('const-12', u'PTRSUB_-1206075566'), (u'CALL_-1206081098', u'INDIRECT_-1206076655'), (u'CALL_-1206079446', u'INDIRECT_-1206075884'), ('const-1', u'CALL_-1206079661'), (u'CAST_-1206075930', u'MULTIEQUAL_-1206078776'), ('tmp_1538', u'CBRANCH_-1206080500'), ('const-1', u'PTRADD_-1206080330'), ('const-1', u'INT_AND_-1206080141'), ('const-0', u'PTRSUB_-1206080420'), ('tmp_5317', u'CAST_-1206076907'), (u'INDIRECT_-1206076339', u'MULTIEQUAL_-1206076880'), (u'CALL_-1206079661', u'INDIRECT_-1206076529'), ('const-32', u'PTRSUB_-1206076825'), (u'CALL_-1206079349', u'INDIRECT_-1206076382'), ('tmp_897', u'CBRANCH_-1206081625'), (u'INDIRECT_-1206076207', u'MULTIEQUAL_-1206076741'), ('const-417', u'LOAD_-1206081366'), (u'CAST_-1206076424', u'INT_EQUAL_-1206081273'), (u'CALL_-1206079661', u'INDIRECT_-1206076463'), ('tmp_4609', u'CBRANCH_-1206079646'), (u'CALL_-1206079716', u'INDIRECT_-1206076499'), ('const-417', u'LOAD_-1206079242'), (u'CALL_-1206080487', u'INDIRECT_-1206076941'), ('const-4', u'PTRSUB_-1206077073'), (u'INDIRECT_-1206076273', u'MULTIEQUAL_-1206076807'), (u'INT_NOTEQUAL_-1206081841', u'CBRANCH_-1206081837'), (u'PTRSUB_-1206076214', u'CALL_-1206079716'), ('const-380913', u'COPY_-1206076907'), (u'MULTIEQUAL_-1206076967', u'MULTIEQUAL_-1206076533'), (u'CALL_-1206081345', u'INDIRECT_-1206076966'), (u'INDIRECT_-1206076097', u'MULTIEQUAL_-1206076707'), ('const-417', u'LOAD_-1206080348'), ('const-1', u'CALL_-1206080187'), (u'COPY_-1206075930', u'CALL_-1206079119'), ('tmp_5318', u'PTRSUB_-1206076912'), (u'INDIRECT_-1206076832', u'MULTIEQUAL_-1206076785'), (u'INDIRECT_-1206076273', u'MULTIEQUAL_-1206075893'), (u'CALL_-1206079661', u'INDIRECT_-1206076727'), (u'CALL_-1206080734', u'INDIRECT_-1206076918'), ('tmp_4444', u'CBRANCH_-1206079666'), (u'MULTIEQUAL_-1206078832', u'PTRSUB_-1206075685'), (u'MULTIEQUAL_-1206077167', u'MULTIEQUAL_-1206076923'), (u'INDIRECT_-1206076721', u'COPY_-1206076768'), (u'MULTIEQUAL_-1206077015', u'MULTIEQUAL_-1206076792'), ('const-4', u'INT_AND_-1206081717'), ('tmp_5318', u'PTRSUB_-1206077078'), (u'MULTIEQUAL_-1206077032', u'MULTIEQUAL_-1206075965'), (u'MULTIEQUAL_-1206078813', u'PTRSUB_-1206075801'), ('const-8', u'CALL_-1206080125'), (u'CALL_-1206079410', u'INDIRECT_-1206076347'), (u'MULTIEQUAL_-1206076725', u'MULTIEQUAL_-1206076698'), ('tmp_5201', u'CBRANCH_-1206080232'), (u'MULTIEQUAL_-1206076924', u'MULTIEQUAL_-1206076913'), (u'CALL_-1206080189', u'INDIRECT_-1206076339'), (u'CALL_-1206079815', u'INDIRECT_-1206075912'), ('const-380930', u'COPY_-1206076364'), ('tmp_459', u'CBRANCH_-1206081912'), (u'INDIRECT_-1206076367', u'MULTIEQUAL_-1206076834'), (u'INDIRECT_-1206076405', u'MULTIEQUAL_-1206076025'), (u'CAST_-1206075947', u'INT_AND_-1206080146'), ('const-0', u'INT_NOTEQUAL_-1206080663'), ('const-0', u'PTRSUB_-1206076912'), ('const-380993', u'COPY_-1206076513'), ('const-417', u'LOAD_-1206080306'), (u'PTRSUB_-1206076597', u'LOAD_-1206080784'), (u'CALL_-1206079866', u'INDIRECT_-1206075721'), (u'MULTIEQUAL_-1206078157', u'INT_AND_-1206080631'), (u'LOAD_-1206080630', u'MULTIEQUAL_-1206078001'), (u'MULTIEQUAL_-1206078852', u'PTRSUB_-1206076639'), (u'MULTIEQUAL_-1206076969', u'MULTIEQUAL_-1206076943'), (u'CAST_-1206075720', u'LOAD_-1206079118'), (u'INDIRECT_-1206076229', u'MULTIEQUAL_-1206076839'), ('tmp_5108', u'BRANCH_-1206079328'), (u'INDIRECT_-1206076330', u'MULTIEQUAL_-1206076807'), ('const-417', u'LOAD_-1206079348'), (u'PTRSUB_-1206077073', u'LOAD_-1206080257'), ('const-4', u'INT_AND_-1206080398'), (u'CALL_-1206081134', u'INDIRECT_-1206076602'), (u'INT_NOTEQUAL_-1206081730', u'CBRANCH_-1206081729'), (u'COPY_-1206075985', u'CALL_-1206080284'), (u'CALL_-1206081345', u'INDIRECT_-1206076834'), (u'INT_NOTEQUAL_-1206080123', u'CBRANCH_-1206080123'), (u'MULTIEQUAL_-1206077099', u'MULTIEQUAL_-1206077085'), ('const-0', u'INT_NOTEQUAL_-1206079164'), ('const-380913', u'COPY_-1206077030'), (u'MULTIEQUAL_-1206076748', u'MULTIEQUAL_-1206077141'), ('const-4', u'INT_AND_-1206079875'), (u'CALL_-1206079815', u'INDIRECT_-1206076044'), (u'MULTIEQUAL_-1206078616', u'PTRSUB_-1206076629'), (u'MULTIEQUAL_-1206076834', u'MULTIEQUAL_-1206076616'), (u'PTRSUB_-1206075570', u'LOAD_-1206079185'), ('const-0', u'INT_NOTEQUAL_-1206080664'), ('const-0', u'PTRSUB_-1206075893'), ('const-0', u'INT_NOTEQUAL_-1206080701'), ('const-0', u'INT_NOTEQUAL_-1206080670'), (u'MULTIEQUAL_-1206077075', u'MULTIEQUAL_-1206076807'), ('const-0', u'INT_NOTEQUAL_-1206079628'), (u'CALL_-1206079673', u'INDIRECT_-1206076374'), (u'MULTIEQUAL_-1206077355', u'COPY_-1206076387'), ('const-4', u'PTRSUB_-1206076965'), ('tmp_4774', u'CBRANCH_-1206079626'), ('const-0', u'INT_NOTEQUAL_-1206080650'), (u'MULTIEQUAL_-1206076923', u'MULTIEQUAL_-1206076896'), (u'PTRSUB_-1206075540', u'LOAD_-1206079213'), (u'MULTIEQUAL_-1206076896', u'MULTIEQUAL_-1206076880'), (u'CALL_-1206080487', u'INDIRECT_-1206076809'), ('const-62', u'CALL_-1206080243'), ('tmp_5317', u'CAST_-1206075726'), ('const-0', u'INT_NOTEQUAL_-1206081664'), (u'INDIRECT_-1206076082', u'MULTIEQUAL_-1206076949'), (u'INDIRECT_-1206077119', u'MULTIEQUAL_-1206076628'), ('tmp_4207', u'CBRANCH_-1206079161'), (u'INDIRECT_-1206077252', u'MULTIEQUAL_-1206077233'), ('const-6', u'CALL_-1206080775'), ('const-1', u'PTRADD_-1206081176'), (u'INDIRECT_-1206076417', u'MULTIEQUAL_-1206076802'), (u'MULTIEQUAL_-1206076764', u'MULTIEQUAL_-1206076748'), (u'MULTIEQUAL_-1206077044', u'MULTIEQUAL_-1206077037'), (u'INDIRECT_-1206076264', u'MULTIEQUAL_-1206076764'), (u'MULTIEQUAL_-1206076830', u'MULTIEQUAL_-1206076814'), (u'PTRSUB_-1206076965', u'LOAD_-1206081889'), (u'MULTIEQUAL_-1206077075', u'MULTIEQUAL_-1206075907'), (u'LOAD_-1206079924', u'MULTIEQUAL_-1206076322'), (u'CALL_-1206080487', u'MULTIEQUAL_-1206076272'), (u'CAST_-1206076153', u'CALL_-1206079709'), (u'CAST_-1206076071', u'CALL_-1206079716'), (u'LOAD_-1206079118', u'MULTIEQUAL_-1206078157'), (u'INDIRECT_-1206076331', u'MULTIEQUAL_-1206076293'), (u'INDIRECT_-1206076046', u'MULTIEQUAL_-1206076025'), (u'MULTIEQUAL_-1206078855', u'PTRSUB_-1206076876'), (u'MULTIEQUAL_-1206078651', u'MULTIEQUAL_-1206079046'), ('tmp_5317', u'CAST_-1206076783'), (u'MULTIEQUAL_-1206076949', u'PTRADD_-1206080330'), ('const-168', u'PTRADD_-1206081176'), (u'MULTIEQUAL_-1206077355', u'PTRSUB_-1206076350'), (u'PTRSUB_-1206075501', u'CALL_-1206079866'), (u'INDIRECT_-1206077220', u'MULTIEQUAL_-1206077176'), (u'INDIRECT_-1206076339', u'MULTIEQUAL_-1206076873'), (u'INT_AND_-1206079904', u'INT_NOTEQUAL_-1206079917'), (u'INT_NOTEQUAL_-1206080650', u'CBRANCH_-1206080650'), ('const-417', u'LOAD_-1206079964'), (u'PTRSUB_-1206076983', u'CAST_-1206076956'), (u'INDIRECT_-1206076483', u'MULTIEQUAL_-1206076868'), (u'PTRSUB_-1206075566', u'LOAD_-1206079177'), (u'CALL_-1206081174', u'INDIRECT_-1206076884'), (u'LOAD_-1206081325', u'CAST_-1206076411'), (u'CAST_-1206076012', u'LOAD_-1206079348'), (u'MULTIEQUAL_-1206078813', u'PTRSUB_-1206076799'), (u'MULTIEQUAL_-1206076359', u'MULTIEQUAL_-1206076834'), ('const-367333', u'PTRSUB_-1206075980'), (u'MULTIEQUAL_-1206076791', u'MULTIEQUAL_-1206076764'), (u'CALL_-1206081692', u'INDIRECT_-1206077252'), (u'CALL_-1206079653', u'INDIRECT_-1206076681'), (u'CAST_-1206075651', u'CALL_-1206079446'), (u'CAST_-1206076561', u'MULTIEQUAL_-1206078852'), (u'INDIRECT_-1206076483', u'MULTIEQUAL_-1206076430'), (u'INDIRECT_-1206076529', u'MULTIEQUAL_-1206076887'), (u'LOAD_-1206080721', u'MULTIEQUAL_-1206078169'), (u'INDIRECT_-1206076727', u'MULTIEQUAL_-1206076665'), (u'INDIRECT_-1206076572', u'MULTIEQUAL_-1206076523'), (u'INT_EQUAL_-1206079380', u'CBRANCH_-1206079378'), ('const-1', u'PTRSUB_-1206075626'), (u'INDIRECT_-1206076834', u'INT_NOTEQUAL_-1206081188'), ('const-417', u'LOAD_-1206079185'), (u'INDIRECT_-1206077096', u'MULTIEQUAL_-1206076589'), ('const-8', u'PTRSUB_-1206075517'), (u'INDIRECT_-1206077316', u'MULTIEQUAL_-1206077056'), (u'CALL_-1206080775', u'INDIRECT_-1206076935'), (u'MULTIEQUAL_-1206075907', u'MULTIEQUAL_-1206076252'), (u'LOAD_-1206080447', u'CAST_-1206076557'), ('const-0', u'INT_NOTEQUAL_-1206080154'), (u'INDIRECT_-1206076417', u'MULTIEQUAL_-1206076364'), (u'MULTIEQUAL_-1206078813', u'PTRSUB_-1206076131'), (u'MULTIEQUAL_-1206078334', u'INT_AND_-1206081717'), (u'INDIRECT_-1206076966', u'MULTIEQUAL_-1206076839'), (u'MULTIEQUAL_-1206077033', u'MULTIEQUAL_-1206076599'), (u'MULTIEQUAL_-1206077684', u'MULTIEQUAL_-1206078024'), (u'CALL_-1206079689', u'INDIRECT_-1206076694'), (u'CALL_-1206079653', u'INDIRECT_-1206076549'), ('const-1', u'CALL_-1206079119'), (u'MULTIEQUAL_-1206076682', u'MULTIEQUAL_-1206076660'), (u'INDIRECT_-1206076016', u'MULTIEQUAL_-1206076682'), (u'CALL_-1206081985', u'INDIRECT_-1206077334'), ('const-9', u'CALL_-1206080187'), (u'CAST_-1206076889', u'CALL_-1206081945'), (u'COPY_-1206076364', u'CALL_-1206079709'), ('const-417', u'LOAD_-1206080379'), (u'MULTIEQUAL_-1206076949', u'MULTIEQUAL_-1206076726'), (u'MULTIEQUAL_-1206078813', u'MULTIEQUAL_-1206078616'), (u'CAST_-1206075725', u'CALL_-1206080284'), ('const-8', u'PTRSUB_-1206075685'), ('tmp_3024', u'CBRANCH_-1206080808'), (u'COPY_-1206077101', u'CALL_-1206081945'), (u'INDIRECT_-1206075655', u'MULTIEQUAL_-1206075959'), ('const-417', u'LOAD_-1206079373'), (u'INDIRECT_-1206076462', u'MULTIEQUAL_-1206076939'), (u'INDIRECT_-1206077382', u'MULTIEQUAL_-1206077242'), (u'CAST_-1206076739', u'INT_AND_-1206081651'), (u'CALL_-1206079673', u'INT_NOTEQUAL_-1206079646'), (u'CALL_-1206079693', u'MULTIEQUAL_-1206076272'), ('const-381012', u'COPY_-1206076123'), (u'INDIRECT_-1206075884', u'MULTIEQUAL_-1206076550'), ('tmp_2832', u'CBRANCH_-1206080123'), (u'CALL_-1206081945', u'INDIRECT_-1206077382'), (u'CALL_-1206080125', u'INDIRECT_-1206076799'), ('const-8', u'PTRSUB_-1206075702'), (u'INDIRECT_-1206076800', u'MULTIEQUAL_-1206076773'), (u'MULTIEQUAL_-1206076834', u'MULTIEQUAL_-1206076817'), (u'INDIRECT_-1206077184', u'INT_EQUAL_-1206081874'), ('tmp_3975', u'BRANCH_-1206079366'), (u'MULTIEQUAL_-1206077355', u'PTRSUB_-1206076573'), (u'CALL_-1206079693', u'INDIRECT_-1206076463'), ('tmp_1168', u'CBRANCH_-1206081212'), (u'CAST_-1206075867', u'INT_EQUAL_-1206080119'), (u'CALL_-1206079410', u'INDIRECT_-1206076281'), (u'CALL_-1206080243', u'INDIRECT_-1206076031'), (u'LOAD_-1206079971', u'PTRSUB_-1206075618'), (u'MULTIEQUAL_-1206077355', u'PTRSUB_-1206075856'), (u'INDIRECT_-1206076702', u'MULTIEQUAL_-1206076575'), (u'CALL_-1206080487', u'INDIRECT_-1206076875'), (u'MULTIEQUAL_-1206075767', u'MULTIEQUAL_-1206076594'), ('tmp_2291', u'BRANCH_-1206079902'), (u'CALL_-1206080775', u'INDIRECT_-1206077067'), (u'MULTIEQUAL_-1206078024', u'MULTIEQUAL_-1206077362'), ('const-380980', u'PTRSUB_-1206076214'), (u'PTRSUB_-1206075663', u'PTRSUB_-1206075626'), ('const-4', u'PTRSUB_-1206076894'), (u'MULTIEQUAL_-1206075775', u'MULTIEQUAL_-1206075761'), (u'LOAD_-1206081677', u'CAST_-1206076739'), (u'INDIRECT_-1206076396', u'MULTIEQUAL_-1206076896'), ('const-417', u'LOAD_-1206080447'), (u'MULTIEQUAL_-1206078397', u'PTRSUB_-1206076346'), (u'INT_AND_-1206080398', u'INT_NOTEQUAL_-1206080411'), ('tmp_5149', u'CBRANCH_-1206080241'), ('tmp_5317', u'CAST_-1206076889'), (u'MULTIEQUAL_-1206077015', u'MULTIEQUAL_-1206076989'), (u'MULTIEQUAL_-1206075907', u'MULTIEQUAL_-1206075893'), (u'INT_AND_-1206080657', u'INT_NOTEQUAL_-1206080670'), ('tmp_2398', u'CBRANCH_-1206080596'), (u'INDIRECT_-1206076900', u'MULTIEQUAL_-1206076773'), (u'LOAD_-1206079971', u'COPY_-1206075644'), ('const-0', u'PTRSUB_-1206075733'), (u'INT_NOTEQUAL_-1206080664', u'CBRANCH_-1206080661'), (u'MULTIEQUAL_-1206078855', u'MULTIEQUAL_-1206078616'), (u'LOAD_-1206081293', u'CAST_-1206076424'), (u'CAST_-1206075475', u'INT_EQUAL_-1206079198'), ('const-0', u'INT_EQUAL_-1206080645'), (u'CAST_-1206077007', u'INT_AND_-1206082139'), (u'MULTIEQUAL_-1206076814', u'MULTIEQUAL_-1206077207'), (u'CALL_-1206081985', u'INDIRECT_-1206077268'), (u'CALL_-1206081945', u'INDIRECT_-1206077316'), (u'INDIRECT_-1206077053', u'MULTIEQUAL_-1206077000'), (u'INT_EQUAL_-1206081626', u'CBRANCH_-1206081625'), (u'LOAD_-1206079177', u'INT_AND_-1206079151'), (u'MULTIEQUAL_-1206076943', u'MULTIEQUAL_-1206076675'), (u'LOAD_-1206081889', u'CAST_-1206076856'), ('const-10', u'CALL_-1206079119'), (u'INT_NOTEQUAL_-1206080023', u'CBRANCH_-1206080023'), (u'CAST_-1206076456', u'CALL_-1206081345'), (u'CAST_-1206076336', u'CALL_-1206081098'), (u'LOAD_-1206079191', u'PTRSUB_-1206075570'), ('const-4', u'PTRSUB_-1206075555'), (u'CAST_-1206076964', u'MULTIEQUAL_-1206079018'), ('const-2', u'INT_AND_-1206080688'), (u'MULTIEQUAL_-1206078597', u'MULTIEQUAL_-1206078024'), (u'CALL_-1206079689', u'INDIRECT_-1206076628'), ('const-1', u'INT_AND_-1206081899'), (u'MULTIEQUAL_-1206078813', u'MULTIEQUAL_-1206078855'), (u'INDIRECT_-1206076832', u'MULTIEQUAL_-1206076325'), ('const-380920', u'COPY_-1206076255'), (u'CAST_-1206076546', u'INT_AND_-1206080398'), (u'MULTIEQUAL_-1206077101', u'MULTIEQUAL_-1206076857'), (u'INDIRECT_-1206076921', u'MULTIEQUAL_-1206076430'), (u'LOAD_-1206079242', u'PTRSUB_-1206075540'), (u'INDIRECT_-1206077030', u'MULTIEQUAL_-1206076523'), (u'MULTIEQUAL_-1206076857', u'MULTIEQUAL_-1206076310'), ('const-1', u'PTRADD_-1206080465'), (u'MULTIEQUAL_-1206078597', u'COPY_-1206076597'), ('const-371975', u'COPY_-1206077101'), ('const-1', u'CALL_-1206079410'), (u'INT_AND_-1206080669', u'INT_EQUAL_-1206080683'), ('tmp_2516', u'BRANCH_-1206079866'), ('tmp_5317', u'CAST_-1206076748'), (u'CAST_-1206076194', u'CALL_-1206079689'), (u'CALL_-1206080487', u'INDIRECT_-1206077073'), (u'MULTIEQUAL_-1206077099', u'MULTIEQUAL_-1206076665'), (u'INT_AND_-1206082139', u'INT_EQUAL_-1206082153'), (u'INDIRECT_-1206076044', u'MULTIEQUAL_-1206077103'), (u'CAST_-1206076355', u'CALL_-1206081134'), ('const-380858', u'COPY_-1206076034'), (u'PTRSUB_-1206075630', u'LOAD_-1206079909'), (u'CALL_-1206080243', u'INDIRECT_-1206076163'), (u'MULTIEQUAL_-1206076943', u'MULTIEQUAL_-1206075775'), ('tmp_5317', u'CAST_-1206075725'), (u'INDIRECT_-1206077119', u'MULTIEQUAL_-1206077066'), (u'MULTIEQUAL_-1206078813', u'PTRSUB_-1206075733'), (u'INDIRECT_-1206076589', u'COPY_-1206076636'), ('const-380908', u'PTRSUB_-1206077064'), (u'CAST_-1206075726', u'CALL_-1206079119'), (u'INT_AND_-1206079405', u'INT_NOTEQUAL_-1206079418'), (u'LOAD_-1206081649', u'CAST_-1206076722'), (u'CALL_-1206080401', u'INDIRECT_-1206076776'), (u'CALL_-1206080243', u'INDIRECT_-1206076229'), (u'PTRSUB_-1206075728', u'LOAD_-1206079418'), (u'MULTIEQUAL_-1206076978', u'MULTIEQUAL_-1206076971'), ('const-1', u'CALL_-1206079815'), (u'CALL_-1206080542', u'INDIRECT_-1206077030'), ('const-1', u'CALL_-1206081804'), ('tmp_4876', u'CBRANCH_-1206079628'), ('const-4', u'INT_AND_-1206080637'), (u'MULTIEQUAL_-1206076791', u'MULTIEQUAL_-1206076244'), ('const-417', u'LOAD_-1206080825'), ('tmp_5317', u'CAST_-1206076800'), (u'MULTIEQUAL_-1206077009', u'INT_EQUAL_-1206081626'), ('const-0', u'INT_EQUAL_-1206080571'), (u'MULTIEQUAL_-1206076979', u'MULTIEQUAL_-1206076967'), (u'INDIRECT_-1206077054', u'MULTIEQUAL_-1206077035'), (u'MULTIEQUAL_-1206078157', u'INT_AND_-1206080612'), (u'PTRSUB_-1206076381', u'LOAD_-1206080656'), (u'INDIRECT_-1206076141', u'MULTIEQUAL_-1206076675'), (u'MULTIEQUAL_-1206076751', u'MULTIEQUAL_-1206076725'), (u'INDIRECT_-1206076405', u'MULTIEQUAL_-1206076939'), (u'MULTIEQUAL_-1206076847', u'MULTIEQUAL_-1206076835'), (u'MULTIEQUAL_-1206076698', u'MULTIEQUAL_-1206076682'), (u'CALL_-1206080125', u'INDIRECT_-1206076667'), ('tmp_3671', u'CBRANCH_-1206080408'), ('tmp_1474', u'CBRANCH_-1206080543'), ('const-6', u'CALL_-1206079709'), ('tmp_575', u'CBRANCH_-1206081837'), ('const-0', u'INT_EQUAL_-1206081913'), ('const-4', u'INT_MULT_-1206080440'), (u'INT_EQUAL_-1206080119', u'CBRANCH_-1206080118'), (u'MULTIEQUAL_-1206077009', u'MULTIEQUAL_-1206075841'), (u'PTRSUB_-1206075588', u'LOAD_-1206079971'), (u'MULTIEQUAL_-1206076814', u'MULTIEQUAL_-1206076807'), (u'INT_AND_-1206080141', u'INT_NOTEQUAL_-1206080154'), (u'MULTIEQUAL_-1206077207', u'MULTIEQUAL_-1206076039'), ('tmp_3743', u'CBRANCH_-1206080361'), (u'INDIRECT_-1206076601', u'MULTIEQUAL_-1206077035'), (u'CALL_-1206079815', u'INDIRECT_-1206076110'), ('const-542496', u'PTRSUB_-1206076843'), (u'INDIRECT_-1206077096', u'MULTIEQUAL_-1206077049'), ('const-1', u'PTRADD_-1206079988'), ('const-0', u'INT_NOTEQUAL_-1206079418'), ('tmp_224', u'BRANCH_-1206082095'), (u'PTRSUB_-1206077116', u'LOAD_-1206082165'), (u'MULTIEQUAL_-1206076880', u'MULTIEQUAL_-1206076873'), (u'MULTIEQUAL_-1206077056', u'MULTIEQUAL_-1206077045'), (u'INT_AND_-1206081241', u'INT_NOTEQUAL_-1206081254'), ('const-4', u'PTRSUB_-1206075570'), (u'PTRSUB_-1206076851', u'LOAD_-1206081790'), (u'CALL_-1206079709', u'INDIRECT_-1206076387'), (u'LOAD_-1206079373', u'MULTIEQUAL_-1206077808'), (u'PTRSUB_-1206076131', u'CAST_-1206076042'), ('tmp_5317', u'CAST_-1206076336'), (u'CALL_-1206080734', u'INDIRECT_-1206077116'), (u'INDIRECT_-1206076463', u'MULTIEQUAL_-1206076821'), (u'MULTIEQUAL_-1206077669', u'MULTIEQUAL_-1206077362'), (u'PTRSUB_-1206076972', u'PTRSUB_-1206076894'), (u'MULTIEQUAL_-1206076966', u'MULTIEQUAL_-1206076748'), (u'INT_AND_-1206079938', u'INT_NOTEQUAL_-1206079951'), (u'INDIRECT_-1206076396', u'MULTIEQUAL_-1206076873'), ('const-4', u'PTRSUB_-1206075728'), ('const-417', u'LOAD_-1206080268'), ('const-4', u'INT_AND_-1206080657'), (u'INDIRECT_-1206076799', u'MULTIEQUAL_-1206077233'), (u'INDIRECT_-1206076898', u'MULTIEQUAL_-1206076391'), ('const-417', u'LOAD_-1206079213'), (u'INDIRECT_-1206076549', u'MULTIEQUAL_-1206076934'), (u'INDIRECT_-1206076702', u'INT_ADD_-1206080477'), (u'CALL_-1206079673', u'INDIRECT_-1206076440'), (u'INDIRECT_-1206077186', u'MULTIEQUAL_-1206077167'), (u'INDIRECT_-1206076198', u'MULTIEQUAL_-1206076675'), (u'LOAD_-1206080251', u'CAST_-1206076964'), (u'CALL_-1206080597', u'INT_EQUAL_-1206080571'), (u'INT_EQUAL_-1206080645', u'CBRANCH_-1206080643'), (u'CAST_-1206075519', u'INT_AND_-1206079938'), (u'LOAD_-1206079971', u'PTRSUB_-1206075591'), (u'INDIRECT_-1206075978', u'MULTIEQUAL_-1206077037'), (u'INT_EQUAL_-1206080367', u'CBRANCH_-1206080365'), (u'MULTIEQUAL_-1206077009', u'MULTIEQUAL_-1206076244'), ('const-1', u'PTRSUB_-1206076564'), (u'INT_AND_-1206079875', u'INT_NOTEQUAL_-1206079888'), (u'LOAD_-1206080683', u'INT_AND_-1206080657'), (u'PTRSUB_-1206076799', u'LOAD_-1206080761'), (u'PTRSUB_-1206075517', u'PTRSUB_-1206075490'), (u'CALL_-1206080401', u'INDIRECT_-1206076100'), ('const-4', u'PTRSUB_-1206075875'), (u'CALL_-1206079119', u'INDIRECT_-1206076092'), (u'INDIRECT_-1206076479', u'MULTIEQUAL_-1206077033'), ('const-1', u'CALL_-1206080189'), (u'PTRSUB_-1206075555', u'LOAD_-1206079242'), (u'INDIRECT_-1206076529', u'MULTIEQUAL_-1206076491'), (u'INDIRECT_-1206075980', u'MULTIEQUAL_-1206075959'), (u'INDIRECT_-1206076026', u'MULTIEQUAL_-1206076901'), (u'PTRSUB_-1206075645', u'LOAD_-1206079938'), (u'CALL_-1206080734', u'INDIRECT_-1206077050'), (u'CALL_-1206081945', u'INDIRECT_-1206077184'), (u'CALL_-1206081692', u'INDIRECT_-1206077186'), (u'MULTIEQUAL_-1206078616', u'MULTIEQUAL_-1206078082'), (u'LOAD_-1206079185', u'PTRSUB_-1206075566'), (u'INDIRECT_-1206077118', u'MULTIEQUAL_-1206076978'), ('const-0', u'INT_EQUAL_-1206080683'), ('const-417', u'LOAD_-1206079418'), (u'PTRSUB_-1206075543', u'LOAD_-1206079191'), (u'MULTIEQUAL_-1206077141', u'MULTIEQUAL_-1206075973'), (u'INT_EQUAL_-1206080501', u'CBRANCH_-1206080500'), (u'MULTIEQUAL_-1206076491', u'MULTIEQUAL_-1206076966'), (u'INDIRECT_-1206076866', u'MULTIEQUAL_-1206076839'), (u'LOAD_-1206080424', u'CAST_-1206076546'), (u'MULTIEQUAL_-1206076834', u'MULTIEQUAL_-1206075767'), ('const-4', u'PTRSUB_-1206075543'), (u'INDIRECT_-1206077007', u'MULTIEQUAL_-1206076491'), (u'INDIRECT_-1206076565', u'MULTIEQUAL_-1206077032'), (u'LOAD_-1206080784', u'MULTIEQUAL_-1206078776'), (u'CALL_-1206079729', u'INDIRECT_-1206076542'), (u'CAST_-1206075819', u'INT_EQUAL_-1206080501'), (u'PTRSUB_-1206076346', u'LOAD_-1206080630'), (u'INT_AND_-1206080637', u'INT_NOTEQUAL_-1206080650'), (u'INT_EQUAL_-1206081307', u'CBRANCH_-1206081306'), (u'PTRSUB_-1206076825', u'LOAD_-1206080825'), (u'MULTIEQUAL_-1206078651', u'INT_NOTEQUAL_-1206080023'), (u'CAST_-1206075884', u'INT_AND_-1206080141'), ('const-4', u'PTRSUB_-1206076859'), (u'COPY_-1206076513', u'CALL_-1206080125'), (u'CAST_-1206075642', u'INT_AND_-1206079405'), (u'INDIRECT_-1206077184', u'MULTIEQUAL_-1206076924'), ('tmp_1078', u'CBRANCH_-1206081272'), (u'INDIRECT_-1206076330', u'MULTIEQUAL_-1206075907'), (u'MULTIEQUAL_-1206077242', u'MULTIEQUAL_-1206077235'), ('const-8', u'PTRSUB_-1206075501'), (u'CALL_-1206081804', u'INDIRECT_-1206077237'), (u'PTRSUB_-1206075733', u'LOAD_-1206079431'), (u'MULTIEQUAL_-1206078082', u'MULTIEQUAL_-1206077684'), (u'INDIRECT_-1206076224', u'MULTIEQUAL_-1206077099'), ('const-0', u'PTRSUB_-1206076214'), (u'PTRSUB_-1206076782', u'CAST_-1206076678'), ('tmp_5317', u'CAST_-1206076355'), (u'MULTIEQUAL_-1206079222', u'PTRSUB_-1206077069'), (u'PTRSUB_-1206075626', u'LOAD_-1206079901'), (u'CALL_-1206080734', u'INDIRECT_-1206077182'), (u'PTRSUB_-1206076564', u'LOAD_-1206080677'), (u'COPY_-1206077045', u'MULTIEQUAL_-1206079007'), (u'INDIRECT_-1206076733', u'MULTIEQUAL_-1206077167'), (u'CALL_-1206080284', u'INDIRECT_-1206076112'), (u'LOAD_-1206079909', u'MULTIEQUAL_-1206078397'), (u'INDIRECT_-1206077250', u'MULTIEQUAL_-1206077110'), (u'LOAD_-1206080790', u'PTRSUB_-1206076597'), (u'MULTIEQUAL_-1206079046', u'MULTIEQUAL_-1206078776'), (u'LOAD_-1206081899', u'INT_NOTEQUAL_-1206081841'), ('tmp_2909', u'CBRANCH_-1206080661'), ('const-2', u'INT_AND_-1206080651'), (u'LOAD_-1206080721', u'INT_AND_-1206080688'), (u'MULTIEQUAL_-1206077355', u'PTRSUB_-1206075875'), (u'INDIRECT_-1206077154', u'MULTIEQUAL_-1206077110'), (u'MULTIEQUAL_-1206076943', u'MULTIEQUAL_-1206076178'), (u'CALL_-1206080542', u'INT_EQUAL_-1206080516'), ('const-417', u'LOAD_-1206080761'), (u'INDIRECT_-1206076734', u'MULTIEQUAL_-1206076707'), (u'CALL_-1206079716', u'INDIRECT_-1206076301'), (u'CALL_-1206079693', u'INDIRECT_-1206076595'), (u'INT_AND_-1206080146', u'INT_EQUAL_-1206080160'), ('const-0', u'PTRSUB_-1206075618'), (u'PTRSUB_-1206075490', u'LOAD_-1206079924'), ('const-417', u'LOAD_-1206079901'), ('tmp_5317', u'CAST_-1206075651'), ('const-417', u'LOAD_-1206080167'), (u'PTRSUB_-1206075983', u'LOAD_-1206080139'), ('const-8', u'PTRSUB_-1206075647'), (u'CALL_-1206079119', u'INDIRECT_-1206076026'), ('const-1', u'CALL_-1206081692'), (u'INDIRECT_-1206076082', u'MULTIEQUAL_-1206076748'), (u'INT_NOTEQUAL_-1206079646', u'CBRANCH_-1206079646'), (u'INDIRECT_-1206076148', u'MULTIEQUAL_-1206077015'), ('const-4', u'PTRSUB_-1206077069'), (u'MULTIEQUAL_-1206076830', u'MULTIEQUAL_-1206076252'), (u'MULTIEQUAL_-1206078082', u'MULTIEQUAL_-1206078597'), (u'PTRADD_-1206079988', u'CAST_-1206076325'), (u'CAST_-1206076748', u'CALL_-1206081692'), (u'INDIRECT_-1206075787', u'MULTIEQUAL_-1206076091'), (u'INDIRECT_-1206076198', u'MULTIEQUAL_-1206076698'), (u'CAST_-1206075637', u'INT_EQUAL_-1206079380'), (u'CAST_-1206076396', u'INT_NOTEQUAL_-1206081212'), ('tmp_5317', u'CAST_-1206076048'), (u'LOAD_-1206080306', u'CALL_-1206080284'), (u'INDIRECT_-1206076984', u'MULTIEQUAL_-1206076924'), (u'INDIRECT_-1206076499', u'MULTIEQUAL_-1206076966'), ('const-417', u'LOAD_-1206080379'), (u'CALL_-1206080542', u'INDIRECT_-1206076964'), (u'CALL_-1206079349', u'INDIRECT_-1206076250'), (u'CALL_-1206080189', u'INDIRECT_-1206076207'), (u'CALL_-1206079653', u'INDIRECT_-1206076417'), ('const-9', u'CALL_-1206079410'), (u'INT_NOTEQUAL_-1206080701', u'CBRANCH_-1206080700'), (u'INT_EQUAL_-1206080253', u'CBRANCH_-1206080241'), (u'MULTIEQUAL_-1206078813', u'PTRSUB_-1206076677'), (u'PTRSUB_-1206075685', u'PTRSUB_-1206075645'), (u'CAST_-1206076777', u'LOAD_-1206081762'), (u'INDIRECT_-1206077050', u'MULTIEQUAL_-1206076990'), ('const-417', u'LOAD_-1206080172'), (u'CALL_-1206079716', u'INDIRECT_-1206076367'), (u'INDIRECT_-1206076900', u'PTRADD_-1206080465'), ('tmp_1104', u'CBRANCH_-1206081254'), (u'COPY_-1206077021', u'CALL_-1206081763'), (u'MULTIEQUAL_-1206077176', u'MULTIEQUAL_-1206077169'), ('const-393136', u'COPY_-1206076393'), (u'MULTIEQUAL_-1206076990', u'MULTIEQUAL_-1206076979'), (u'COPY_-1206076123', u'CALL_-1206080189'), (u'MULTIEQUAL_-1206076966', u'MULTIEQUAL_-1206075899'), ('const-8', u'PTRSUB_-1206075623'), ('const-417', u'LOAD_-1206081899'), ('const-417', u'LOAD_-1206081649'), (u'MULTIEQUAL_-1206075965', u'MULTIEQUAL_-1206077233'), (u'PTRSUB_-1206076843', u'INT_NOTEQUAL_-1206080809'), (u'MULTIEQUAL_-1206076768', u'MULTIEQUAL_-1206076751'), (u'INDIRECT_-1206076462', u'MULTIEQUAL_-1206076962'), (u'PTRSUB_-1206076617', u'PTRSUB_-1206076553'), (u'PTRSUB_-1206075702', u'PTRSUB_-1206075661'), (u'MULTIEQUAL_-1206076962', u'MULTIEQUAL_-1206076946'), (u'COPY_-1206075665', u'MULTIEQUAL_-1206078585'), (u'INDIRECT_-1206076273', u'MULTIEQUAL_-1206076814'), (u'INDIRECT_-1206076207', u'MULTIEQUAL_-1206076748'), (u'INT_EQUAL_-1206082153', u'CBRANCH_-1206082150'), ('const-417', u'LOAD_-1206080784'), ('const-16', u'PTRSUB_-1206076597'), (u'LOAD_-1206080379', u'CAST_-1206075767'), (u'MULTIEQUAL_-1206075761', u'MULTIEQUAL_-1206076682'), (u'INDIRECT_-1206076602', u'MULTIEQUAL_-1206076575'), (u'LOAD_-1206079409', u'MULTIEQUAL_-1206078157'), ('const-0', u'INT_EQUAL_-1206080626'), (u'CAST_-1206076524', u'INT_NOTEQUAL_-1206080363'), (u'COPY_-1206077030', u'CALL_-1206081804'), (u'MULTIEQUAL_-1206078813', u'PTRSUB_-1206076673'), (u'INDIRECT_-1206075919', u'MULTIEQUAL_-1206076223'), (u'COPY_-1206075862', u'CALL_-1206079446'), (u'INDIRECT_-1206076330', u'MULTIEQUAL_-1206076830'), (u'CAST_-1206076424', u'MULTIEQUAL_-1206078001'), ('const-417', u'LOAD_-1206080424'), (u'PTRSUB_-1206076573', u'LOAD_-1206081325'), (u'CAST_-1206076968', u'MULTIEQUAL_-1206079222'), (u'CALL_-1206081098', u'INDIRECT_-1206076853'), (u'CALL_-1206081134', u'INDIRECT_-1206076866'), (u'CALL_-1206081345', u'INDIRECT_-1206076702'), (u'LOAD_-1206080348', u'CAST_-1206075749'), (u'INDIRECT_-1206076681', u'MULTIEQUAL_-1206077066'), ('tmp_4117', u'CBRANCH_-1206080023'), (u'MULTIEQUAL_-1206076817', u'MULTIEQUAL_-1206076791'), (u'PTRSUB_-1206075641', u'LOAD_-1206079930'), (u'MULTIEQUAL_-1206076616', u'MULTIEQUAL_-1206077009'), (u'MULTIEQUAL_-1206077355', u'PTRSUB_-1206075623'), (u'INDIRECT_-1206076987', u'MULTIEQUAL_-1206076496'), (u'MULTIEQUAL_-1206075775', u'MULTIEQUAL_-1206076120'), ('const-367333', u'PTRSUB_-1206080420'), (u'INT_SLESS_-1206079907', u'CBRANCH_-1206079914'), (u'MULTIEQUAL_-1206076989', u'MULTIEQUAL_-1206076442'), ('const-417', u'LOAD_-1206080630'), ('tmp_5317', u'CAST_-1206075780'), (u'LOAD_-1206079873', u'COPY_-1206075665'), ('const-417', u'LOAD_-1206079909'), ('const-4', u'PTRSUB_-1206075591'), (u'INDIRECT_-1206076921', u'MULTIEQUAL_-1206076868'), ('const-417', u'LOAD_-1206080263'), ('const-4', u'PTRSUB_-1206075611'), (u'CAST_-1206077011', u'INT_EQUAL_-1206082127'), (u'CALL_-1206080187', u'INDIRECT_-1206076462'), (u'CALL_-1206080542', u'INDIRECT_-1206077096'), (u'INDIRECT_-1206076374', u'MULTIEQUAL_-1206076785'), (u'PTRSUB_-1206076555', u'LOAD_-1206081293'), ('const-8', u'PTRSUB_-1206075811'), ('const-1', u'PTRSUB_-1206076553'), (u'INDIRECT_-1206076545', u'MULTIEQUAL_-1206077099'), (u'INT_EQUAL_-1206080683', u'CBRANCH_-1206080681'), (u'MULTIEQUAL_-1206075893', u'MULTIEQUAL_-1206076814'), (u'PTRSUB_-1206076639', u'LOAD_-1206080379'), (u'CALL_-1206080775', u'INDIRECT_-1206077001'), (u'INDIRECT_-1206077286', u'MULTIEQUAL_-1206077242'), ('tmp_5031', u'BRANCH_-1206079389'), ('const-0', u'INT_NOTEQUAL_-1206079646'), (u'MULTIEQUAL_-1206077355', u'PTRSUB_-1206075893'), (u'MULTIEQUAL_-1206078832', u'MULTIEQUAL_-1206077684'), (u'CALL_-1206079349', u'INDIRECT_-1206076316'), (u'INDIRECT_-1206077182', u'MULTIEQUAL_-1206077122'), (u'INT_NOTEQUAL_-1206081664', u'CBRANCH_-1206081662'), (u'INT_AND_-1206080631', u'INT_EQUAL_-1206080645'), ('tmp_3406', u'CBRANCH_-1206080569'), (u'MULTIEQUAL_-1206076768', u'MULTIEQUAL_-1206075701'), (u'CAST_-1206075897', u'CALL_-1206080189'), (u'INDIRECT_-1206077022', u'MULTIEQUAL_-1206076978'), (u'MULTIEQUAL_-1206076817', u'MULTIEQUAL_-1206076594'), (u'CALL_-1206079709', u'INDIRECT_-1206076453'), (u'CALL_-1206079119', u'INDIRECT_-1206075960'), ('const-417', u'LOAD_-1206080251'), (u'CALL_-1206080597', u'INDIRECT_-1206077119'), (u'CALL_-1206081692', u'INDIRECT_-1206077054'), (u'COPY_-1206077115', u'CALL_-1206081985'), (u'MULTIEQUAL_-1206076900', u'MULTIEQUAL_-1206076883'), (u'COPY_-1206077015', u'MULTIEQUAL_-1206079007'), (u'MULTIEQUAL_-1206078169', u'INT_AND_-1206080669'), ('tmp_5317', u'CAST_-1206076071'), (u'MULTIEQUAL_-1206076835', u'MULTIEQUAL_-1206076821'), (u'CALL_-1206081174', u'INDIRECT_-1206076620'), ('const-380946', u'COPY_-1206075930'), ('tmp_181', u'CBRANCH_-1206082126'), ('const-1', u'CALL_-1206079689'), (u'INT_EQUAL_-1206081273', u'CBRANCH_-1206081272'), (u'MULTIEQUAL_-1206077111', u'MULTIEQUAL_-1206077099'), (u'MULTIEQUAL_-1206078428', u'PTRSUB_-1206076385'), ('const-14', u'CALL_-1206079661'), ('const-1', u'CALL_-1206079709'), (u'LOAD_-1206079930', u'INT_AND_-1206079904'), (u'MULTIEQUAL_-1206076293', u'MULTIEQUAL_-1206076768'), (u'MULTIEQUAL_-1206078813', u'PTRSUB_-1206075575'), (u'INT_NOTEQUAL_-1206079917', u'CBRANCH_-1206079914'), (u'CAST_-1206076722', u'MULTIEQUAL_-1206079046'), (u'MULTIEQUAL_-1206076550', u'MULTIEQUAL_-1206076943'), (u'PTRSUB_-1206076629', u'PTRSUB_-1206076564'), ('tmp_2187', u'BRANCH_-1206079851'), (u'LOAD_-1206080761', u'CALL_-1206080734'), (u'PTRSUB_-1206076601', u'LOAD_-1206080790'), (u'CAST_-1206076973', u'COPY_-1206077045'), ('const-0', u'PTRSUB_-1206076629'), (u'INDIRECT_-1206076207', u'MULTIEQUAL_-1206075827'), (u'INT_EQUAL_-1206081913', u'CBRANCH_-1206081912'), (u'MULTIEQUAL_-1206077035', u'MULTIEQUAL_-1206077009'), (u'CALL_-1206079673', u'INDIRECT_-1206076638'), (u'CAST_-1206075956', u'CALL_-1206080187'), (u'CALL_-1206079446', u'INDIRECT_-1206076016'), (u'INDIRECT_-1206077116', u'MULTIEQUAL_-1206077056'), ('const-9', u'CALL_-1206079815'), (u'CALL_-1206080487', u'INDIRECT_-1206077007'), ('const-8', u'PTRSUB_-1206075856'), (u'MULTIEQUAL_-1206076858', u'MULTIEQUAL_-1206076847'), ('tmp_5317', u'CAST_-1206076929'), ('const-1', u'INT_AND_-1206081651'), (u'INT_AND_-1206081293', u'INT_EQUAL_-1206081307'), (u'INDIRECT_-1206077184', u'MULTIEQUAL_-1206077044'), (u'MULTIEQUAL_-1206076896', u'MULTIEQUAL_-1206076318'), (u'CALL_-1206079716', u'INDIRECT_-1206076433'), (u'INT_NOTEQUAL_-1206079628', u'CBRANCH_-1206079628'), (u'CAST_-1206076964', u'INT_EQUAL_-1206080233'), (u'INDIRECT_-1206076987', u'MULTIEQUAL_-1206076934'), (u'INDIRECT_-1206076855', u'MULTIEQUAL_-1206076802'), ('tmp_5317', u'CAST_-1206076456'), (u'PTRSUB_-1206076590', u'LOAD_-1206081366'), (u'CAST_-1206076907', u'CALL_-1206081985'), (u'INT_SLESS_-1206080589', u'CBRANCH_-1206080596'), ('const-417', u'LOAD_-1206079971'), (u'PTRSUB_-1206076912', u'CAST_-1206076777'), (u'MULTIEQUAL_-1206075833', u'MULTIEQUAL_-1206077101'), (u'INT_NOTEQUAL_-1206082106', u'CBRANCH_-1206082105'), (u'CALL_-1206079866', u'INDIRECT_-1206075853'), (u'MULTIEQUAL_-1206077355', u'PTRSUB_-1206076555'), ('const-0', u'PTRSUB_-1206076994'), ('const-417', u'LOAD_-1206081762'), (u'COPY_-1206082106', u'CAST_-1206076973'), (u'CALL_-1206081763', u'INDIRECT_-1206077220'), (u'CALL_-1206080189', u'INDIRECT_-1206076141'), (u'CALL_-1206080125', u'INDIRECT_-1206076733'), ('const-417', u'LOAD_-1206082125'), ('const-168', u'PTRADD_-1206079988'), (u'MULTIEQUAL_-1206078813', u'CALL_-1206079693'), (u'COPY_-1206075902', u'CALL_-1206079815'), ('const-417', u'LOAD_-1206081790'), (u'CAST_-1206076929', u'CALL_-1206082032'), (u'COPY_-1206076978', u'CALL_-1206081692'), (u'CALL_-1206081804', u'INDIRECT_-1206077303'), ('const-0', u'INT_EQUAL_-1206080367'), (u'MULTIEQUAL_-1206079018', u'PTRSUB_-1206076983'), (u'INDIRECT_-1206077120', u'MULTIEQUAL_-1206077101'), (u'INDIRECT_-1206076433', u'MULTIEQUAL_-1206076900'), ('tmp_3923', u'CBRANCH_-1206079410'), (u'INT_ADD_-1206080220', u'MULTIEQUAL_-1206076575'), (u'MULTIEQUAL_-1206076550', u'MULTIEQUAL_-1206076528'), (u'MULTIEQUAL_-1206076969', u'MULTIEQUAL_-1206076725'), (u'MULTIEQUAL_-1206075899', u'MULTIEQUAL_-1206077167'), (u'INT_NOTEQUAL_-1206079626', u'CBRANCH_-1206079626'), (u'LOAD_-1206080662', u'PTRSUB_-1206076381'), ('tmp_5317', u'CAST_-1206076112'), (u'CALL_-1206082032', u'INDIRECT_-1206077422'), (u'INDIRECT_-1206076462', u'MULTIEQUAL_-1206076039'), (u'MULTIEQUAL_-1206078024', u'COPY_-1206075997'), (u'CALL_-1206081134', u'INDIRECT_-1206076668'), (u'CAST_-1206076678', u'LOAD_-1206080721'), (u'MULTIEQUAL_-1206075959', u'MULTIEQUAL_-1206076880'), ('tmp_4954', u'BRANCH_-1206079098'), ('const-1', u'PTRADD_-1206079163'), (u'CALL_-1206079689', u'INDIRECT_-1206076562'), (u'INDIRECT_-1206076941', u'MULTIEQUAL_-1206076425'), ('tmp_5317', u'CAST_-1206076153'), (u'MULTIEQUAL_-1206077032', u'MULTIEQUAL_-1206077015'), (u'INT_EQUAL_-1206080626', u'CBRANCH_-1206080624'), ('const-417', u'LOAD_-1206079909'), (u'INDIRECT_-1206075884', u'MULTIEQUAL_-1206076751'), ('tmp_5317', u'CAST_-1206076297'), (u'MULTIEQUAL_-1206078813', u'PTRSUB_-1206076825'), (u'INDIRECT_-1206076110', u'MULTIEQUAL_-1206077169'), (u'INDIRECT_-1206075912', u'MULTIEQUAL_-1206076971'), (u'MULTIEQUAL_-1206076900', u'MULTIEQUAL_-1206076682'), ('const-371975', u'COPY_-1206076708'), (u'INT_MULT_-1206080440', u'CALL_-1206080401'), (u'MULTIEQUAL_-1206078813', u'PTRSUB_-1206075728'), (u'INT_NOTEQUAL_-1206080663', u'CBRANCH_-1206080662'), ('const-16', u'PTRSUB_-1206075540'), ('tmp_3637', u'CBRANCH_-1206080431'), (u'INDIRECT_-1206076264', u'MULTIEQUAL_-1206076741'), ('const-0', u'INT_NOTEQUAL_-1206081858'), (u'CALL_-1206080189', u'INDIRECT_-1206076273'), (u'LOAD_-1206082125', u'INT_NOTEQUAL_-1206082106'), ('const-16', u'PTRSUB_-1206076381'), (u'PTRSUB_-1206076000', u'LOAD_-1206080167'), (u'LOAD_-1206080139', u'CAST_-1206075867'), (u'MULTIEQUAL_-1206076425', u'MULTIEQUAL_-1206076900'), (u'MULTIEQUAL_-1206078832', u'MULTIEQUAL_-1206077355'), ('tmp_1786', u'CBRANCH_-1206080365'), ('const-0', u'PTRSUB_-1206076983'), ('const-4', u'PTRSUB_-1206075645'), (u'CALL_-1206082032', u'INDIRECT_-1206077356'), ('const-0', u'INT_EQUAL_-1206082153'), (u'MULTIEQUAL_-1206078813', u'CALL_-1206080542'), ('const-380986', u'COPY_-1206075862'), (u'CALL_-1206079709', u'INDIRECT_-1206076519'), (u'MULTIEQUAL_-1206077075', u'MULTIEQUAL_-1206076310'), (u'LOAD_-1206079418', u'CAST_-1206075637'), (u'INDIRECT_-1206076661', u'MULTIEQUAL_-1206076599'), (u'INDIRECT_-1206076264', u'INT_NOTEQUAL_-1206080123'), (u'CALL_-1206079729', u'INDIRECT_-1206076344'), ('const-417', u'LOAD_-1206080677'), ('const-0', u'PTRSUB_-1206076617'), (u'INDIRECT_-1206076440', u'MULTIEQUAL_-1206076851'), (u'CAST_-1206076956', u'LOAD_-1206080268'), (u'CAST_-1206076228', u'CALL_-1206079661'), (u'PTRSUB_-1206077064', u'CALL_-1206082032'), ('tmp_5318', u'PTRSUB_-1206076972'), (u'CALL_-1206080187', u'INDIRECT_-1206076396'), (u'MULTIEQUAL_-1206076039', u'MULTIEQUAL_-1206076025'), ('tmp_4052', u'CBRANCH_-1206079196'), (u'PTRSUB_-1206076876', u'LOAD_-1206081677'), (u'PTRSUB_-1206075611', u'LOAD_-1206079873')]
[(u'PTRADD_-1206080623', u'LOAD_-1206080683'), ('tmp_2317', u'BRANCH_-1206080649'), (u'INDIRECT_-1206077002', u'MULTIEQUAL_-1206076486'), (u'CALL_-1206079716', u'INDIRECT_-1206076362'), (u'MULTIEQUAL_-1206076918', u'MULTIEQUAL_-1206076371'), ('tmp_16897', u'INT_EQUAL_-1206082127'), (u'MULTIEQUAL_-1206076941', u'MULTIEQUAL_-1206076934'), ('const-1', u'PTRADD_-1206079876'), (u'INDIRECT_-1206076400', u'MULTIEQUAL_-1206076934'), (u'MULTIEQUAL_-1206076720', u'MULTIEQUAL_-1206076173'), (u'INT_EQUAL_-1206080233', u'CBRANCH_-1206080232'), (u'MULTIEQUAL_-1206075960', u'MULTIEQUAL_-1206077228'), (u'INDIRECT_-1206076296', u'MULTIEQUAL_-1206076763'), (u'MULTIEQUAL_-1206076878', u'MULTIEQUAL_-1206076655'), (u'INT_NOTEQUAL_-1206079888', u'CBRANCH_-1206079885'), (u'INDIRECT_-1206076219', u'MULTIEQUAL_-1206077094'), ('const-1', u'PTRADD_-1206079129'), (u'LOAD_-1206079909', u'INT_ADD_-1206079887'), ('tmp_15406', u'LOAD_-1206082165'), (u'INDIRECT_-1206076342', u'MULTIEQUAL_-1206076896'), (u'CALL_-1206081692', u'INDIRECT_-1206077247'), (u'INT_NOTEQUAL_-1206081858', u'CBRANCH_-1206081858'), (u'MULTIEQUAL_-1206076853', u'MULTIEQUAL_-1206076842'), (u'CAST_-1206077048', u'MULTIEQUAL_-1206079013'), (u'MULTIEQUAL_-1206078580', u'PTRADD_-1206080728'), (u'LOAD_-1206080454', u'MULTIEQUAL_-1206078847'), (u'CALL_-1206079673', u'INDIRECT_-1206076435'), (u'INDIRECT_-1206077048', u'MULTIEQUAL_-1206076995'), (u'COPY_-1206076428', u'CALL_-1206079661'), ('const-380695', u'COPY_-1206075980'), (u'LOAD_-1206080379', u'INT_AND_-1206080353'), (u'INDIRECT_-1206075955', u'MULTIEQUAL_-1206076830'), (u'LOAD_-1206079971', u'COPY_-1206075728'), ('const-1', u'PTRADD_-1206080623'), (u'CALL_-1206081174', u'INDIRECT_-1206076747'), (u'INT_NOTEQUAL_-1206081212', u'CBRANCH_-1206081212'), (u'MULTIEQUAL_-1206075960', u'MULTIEQUAL_-1206076787'), (u'CALL_-1206079815', u'INDIRECT_-1206075907'), (u'LOAD_-1206081899', u'INT_NOTEQUAL_-1206081858'), ('const-0', u'RETURN_-1206081055'), (u'LOAD_-1206079409', u'MULTIEQUAL_-1206078152'), ('tmp_15407', u'CALL_-1206079866'), (u'INDIRECT_-1206076544', u'MULTIEQUAL_-1206076929'), (u'LOAD_-1206080790', u'INT_ADD_-1206080768'), ('tmp_539', u'CBRANCH_-1206081858'), ('tmp_3502', u'CBRANCH_-1206080514'), (u'INDIRECT_-1206076590', u'MULTIEQUAL_-1206076948'), (u'COPY_-1206076681', u'MULTIEQUAL_-1206078580'), ('const-6', u'CALL_-1206080775'), ('const-8', u'INT_AND_-1206080650'), (u'INT_SLESS_-1206080536', u'CBRANCH_-1206080543'), ('const-372115', u'COPY_-1206077016'), (u'INDIRECT_-1206076829', u'MULTIEQUAL_-1206076702'), ('const-417', u'LOAD_-1206079909'), (u'CAST_-1206075585', u'LOAD_-1206079242'), ('tmp_3226', u'CBRANCH_-1206080681'), (u'INT_AND_-1206081651', u'INT_NOTEQUAL_-1206081664'), ('tmp_15406', u'PTRADD_-1206080201'), ('tmp_1032', u'CBRANCH_-1206081306'), ('const-380920', u'COPY_-1206076250'), ('const-4', u'PTRADD_-1206076679'), (u'LOAD_-1206081366', u'CALL_-1206081345'), (u'INDIRECT_-1206077311', u'MULTIEQUAL_-1206077171'), (u'CAST_-1206076571', u'LOAD_-1206080784'), ('const-0', u'INT_NOTEQUAL_-1206079917'), ('const-1', u'PTRADD_-1206079847'), (u'CALL_-1206080487', u'INDIRECT_-1206077068'), ('tmp_4280', u'BRANCH_-1206079701'), (u'INDIRECT_-1206076656', u'MULTIEQUAL_-1206076594'), (u'INT_ADD_-1206079197', u'CAST_-1206075570'), (u'CALL_-1206079709', u'INDIRECT_-1206076448'), (u'MULTIEQUAL_-1206075836', u'MULTIEQUAL_-1206076181'), (u'MULTIEQUAL_-1206076267', u'INT_NOTEQUAL_-1206079666'), (u'INDIRECT_-1206076567', u'MULTIEQUAL_-1206076978'), (u'INDIRECT_-1206076895', u'PTRADD_-1206081176'), (u'MULTIEQUAL_-1206078808', u'CALL_-1206079653'), ('const-1', u'PTRADD_-1206080526'), (u'MULTIEQUAL_-1206078077', u'MULTIEQUAL_-1206077679'), ('const-1', u'PTRADD_-1206080465'), (u'INDIRECT_-1206076325', u'MULTIEQUAL_-1206076825'), (u'MULTIEQUAL_-1206076985', u'MULTIEQUAL_-1206076974'), (u'PTRADD_-1206079876', u'CAST_-1206075691'), (u'LOAD_-1206081944', u'INT_AND_-1206081899'), ('const-1', u'CALL_-1206082032'), (u'MULTIEQUAL_-1206077027', u'MULTIEQUAL_-1206076809'), (u'CALL_-1206080284', u'INDIRECT_-1206076173'), ('const-417', u'LOAD_-1206080677'), ('const-4', u'INT_AND_-1206081241'), (u'INDIRECT_-1206075945', u'MULTIEQUAL_-1206076611'), (u'LOAD_-1206079431', u'INT_AND_-1206079405'), (u'CALL_-1206079673', u'INDIRECT_-1206076633'), (u'MULTIEQUAL_-1206078808', u'PTRADD_-1206080699'), (u'MULTIEQUAL_-1206076677', u'MULTIEQUAL_-1206076670'), (u'MULTIEQUAL_-1206078808', u'CALL_-1206079693'), ('const-417', u'LOAD_-1206080306'), (u'MULTIEQUAL_-1206076891', u'MULTIEQUAL_-1206076875'), (u'INDIRECT_-1206076392', u'MULTIEQUAL_-1206076354'), (u'INDIRECT_-1206076457', u'MULTIEQUAL_-1206076034'), ('const-1', u'INT_ADD_-1206080477'), (u'MULTIEQUAL_-1206078019', u'MULTIEQUAL_-1206077664'), (u'LOAD_-1206081944', u'MULTIEQUAL_-1206078329'), (u'PTRADD_-1206079847', u'CAST_-1206075675'), (u'INDIRECT_-1206076400', u'MULTIEQUAL_-1206076941'), ('tmp_2639', u'CBRANCH_-1206080152'), ('const-417', u'LOAD_-1206079971'), (u'COPY_-1206076508', u'CALL_-1206080125'), (u'MULTIEQUAL_-1206078808', u'LOAD_-1206079409'), ('tmp_15406', u'COPY_-1206077039'), (u'MULTIEQUAL_-1206077664', u'MULTIEQUAL_-1206077357'), ('tmp_15406', u'CALL_-1206081985'), (u'MULTIEQUAL_-1206076746', u'MULTIEQUAL_-1206076720'), (u'LOAD_-1206080139', u'MULTIEQUAL_-1206078771'), (u'MULTIEQUAL_-1206076763', u'MULTIEQUAL_-1206075696'), ('const-7', u'INT_SLESS_-1206079907'), (u'INDIRECT_-1206076143', u'MULTIEQUAL_-1206077010'), ('const-417', u'LOAD_-1206079177'), (u'LOAD_-1206080825', u'INT_NOTEQUAL_-1206080809'), (u'MULTIEQUAL_-1206076895', u'MULTIEQUAL_-1206075828'), (u'MULTIEQUAL_-1206078077', u'LOAD_-1206080172'), ('const-4', u'PTRADD_-1206080082'), ('const-417', u'LOAD_-1206079660'), (u'MULTIEQUAL_-1206077117', u'MULTIEQUAL_-1206077106'), (u'INDIRECT_-1206076171', u'MULTIEQUAL_-1206077230'), (u'CALL_-1206079815', u'INDIRECT_-1206076039'), (u'PTRADD_-1206081176', u'CAST_-1206076494'), ('const-0', u'INT_NOTEQUAL_-1206080154'), ('const-1', u'INT_AND_-1206080421'), (u'INT_ADD_-1206080640', u'CAST_-1206076355'), (u'MULTIEQUAL_-1206076763', u'MULTIEQUAL_-1206076545'), (u'LOAD_-1206082165', u'INT_AND_-1206082139'), ('const-0', u'INT_NOTEQUAL_-1206079626'), (u'MULTIEQUAL_-1206077664', u'PTRADD_-1206079811'), ('tmp_3198', u'CBRANCH_-1206080700'), (u'CALL_-1206081985', u'INDIRECT_-1206077329'), (u'MULTIEQUAL_-1206079013', u'LOAD_-1206080268'), (u'CALL_-1206079446', u'INDIRECT_-1206076077'), (u'INDIRECT_-1206076697', u'INT_SLESS_-1206079907'), ('const-1', u'PTRADD_-1206081837'), (u'INDIRECT_-1206076827', u'MULTIEQUAL_-1206076780'), (u'INDIRECT_-1206076202', u'MULTIEQUAL_-1206076736'), ('const-0', u'INT_NOTEQUAL_-1206081730'), (u'CALL_-1206081945', u'INDIRECT_-1206077179'), (u'CAST_-1206076494', u'INT_NOTEQUAL_-1206081212'), (u'INDIRECT_-1206076501', u'MULTIEQUAL_-1206076912'), (u'LOAD_-1206080424', u'INT_AND_-1206080398'), (u'COPY_-1206075857', u'CALL_-1206079446'), ('const-0', u'INT_EQUAL_-1206080233'), (u'CALL_-1206079709', u'INDIRECT_-1206076514'), (u'INT_EQUAL_-1206080435', u'CBRANCH_-1206080431'), (u'INT_AND_-1206080688', u'INT_NOTEQUAL_-1206080701'), (u'INT_NOTEQUAL_-1206080670', u'CBRANCH_-1206080667'), (u'LOAD_-1206079418', u'MULTIEQUAL_-1206078847'), (u'LOAD_-1206081649', u'MULTIEQUAL_-1206079041'), (u'COPY_-1206082106', u'COPY_-1206077129'), (u'MULTIEQUAL_-1206078808', u'CALL_-1206080487'), (u'INT_AND_-1206081717', u'INT_NOTEQUAL_-1206081730'), (u'LOAD_-1206081899', u'MULTIEQUAL_-1206078808'), (u'INDIRECT_-1206076850', u'MULTIEQUAL_-1206076359'), (u'MULTIEQUAL_-1206076288', u'MULTIEQUAL_-1206076763'), ('tmp_2498', u'CBRANCH_-1206079885'), ('const-1', u'PTRADD_-1206080699'), (u'CALL_-1206079653', u'INT_NOTEQUAL_-1206079626'), (u'INDIRECT_-1206076936', u'MULTIEQUAL_-1206076420'), ('const-4', u'INT_AND_-1206079151'), ('const-1', u'PTRADD_-1206081728'), (u'MULTIEQUAL_-1206077162', u'MULTIEQUAL_-1206077136'), (u'CALL_-1206079693', u'INDIRECT_-1206076326'), (u'CALL_-1206079119', u'INDIRECT_-1206075955'), (u'MULTIEQUAL_-1206077051', u'MULTIEQUAL_-1206077040'), (u'COPY_-1206077110', u'CALL_-1206081985'), (u'INDIRECT_-1206076153', u'MULTIEQUAL_-1206077028'), (u'CALL_-1206080401', u'INDIRECT_-1206076029'), (u'INT_AND_-1206080612', u'INT_EQUAL_-1206080626'), ('const-168', u'PTRADD_-1206080465'), (u'INDIRECT_-1206076041', u'MULTIEQUAL_-1206076020'), (u'CALL_-1206081945', u'INDIRECT_-1206077113'), (u'MULTIEQUAL_-1206075894', u'MULTIEQUAL_-1206077162'), ('const-9', u'CALL_-1206079410'), ('tmp_749', u'CBRANCH_-1206081729'), (u'MULTIEQUAL_-1206076020', u'MULTIEQUAL_-1206076941'), (u'MULTIEQUAL_-1206078611', u'MULTIEQUAL_-1206078077'), (u'INDIRECT_-1206076362', u'MULTIEQUAL_-1206076829'), (u'INDIRECT_-1206076087', u'MULTIEQUAL_-1206076962'), (u'PTRADD_-1206081837', u'CAST_-1206076951'), ('const-9', u'CALL_-1206080189'), (u'CALL_-1206081134', u'INDIRECT_-1206076861'), (u'INDIRECT_-1206076530', u'MULTIEQUAL_-1206076964'), ('tmp_15407', u'CALL_-1206080284'), ('const-1', u'PTRADD_-1206080286'), (u'MULTIEQUAL_-1206078808', u'PTRADD_-1206079311'), (u'MULTIEQUAL_-1206078329', u'INT_AND_-1206081717'), (u'MULTIEQUAL_-1206077096', u'MULTIEQUAL_-1206077070'), (u'LOAD_-1206080379', u'CAST_-1206076618'), (u'INDIRECT_-1206076026', u'MULTIEQUAL_-1206076636'), (u'MULTIEQUAL_-1206076611', u'MULTIEQUAL_-1206076589'), (u'CALL_-1206079661', u'INDIRECT_-1206076524'), ('tmp_143', u'CBRANCH_-1206082150'), (u'CALL_-1206080775', u'INDIRECT_-1206076996'), (u'INDIRECT_-1206076895', u'MULTIEQUAL_-1206076768'), (u'CAST_-1206076575', u'LOAD_-1206080790'), (u'INT_NOTEQUAL_-1206081188', u'CBRANCH_-1206081188'), (u'CALL_-1206079729', u'INDIRECT_-1206076471'), (u'MULTIEQUAL_-1206075902', u'MULTIEQUAL_-1206076247'), (u'INT_NOTEQUAL_-1206081254', u'CBRANCH_-1206081254'), ('tmp_2685', u'CBRANCH_-1206080118'), (u'INDIRECT_-1206076136', u'MULTIEQUAL_-1206076670'), (u'INDIRECT_-1206076959', u'MULTIEQUAL_-1206076912'), (u'MULTIEQUAL_-1206078808', u'CALL_-1206079673'), (u'COPY_-1206076359', u'CALL_-1206079709'), ('const-12', u'PTRADD_-1206079876'), (u'INT_ADD_-1206080477', u'INT_MULT_-1206080440'), ('const-380957', u'COPY_-1206076428'), (u'INT_NOTEQUAL_-1206079164', u'CBRANCH_-1206079161'), ('const-417', u'LOAD_-1206080761'), ('const-1', u'CALL_-1206080187'), ('const-417', u'LOAD_-1206079185'), (u'INDIRECT_-1206077377', u'INT_NOTEQUAL_-1206081841'), ('tmp_2982', u'BRANCH_-1206079800'), (u'LOAD_-1206079909', u'MULTIEQUAL_-1206078392'), (u'INDIRECT_-1206076408', u'MULTIEQUAL_-1206076962'), (u'MULTIEQUAL_-1206076743', u'MULTIEQUAL_-1206076721'), ('const-0', u'INT_EQUAL_-1206080367'), (u'CALL_-1206079729', u'INDIRECT_-1206076405'), (u'MULTIEQUAL_-1206078808', u'MULTIEQUAL_-1206078827'), (u'INT_AND_-1206080650', u'INT_NOTEQUAL_-1206080663'), ('const-380972', u'COPY_-1206076315'), (u'INDIRECT_-1206076011', u'MULTIEQUAL_-1206075828'), (u'PTRADD_-1206081587', u'CAST_-1206076829'), ('const-417', u'LOAD_-1206079964'), (u'MULTIEQUAL_-1206077106', u'MULTIEQUAL_-1206077094'), ('tmp_15407', u'CALL_-1206080775'), (u'PTRADD_-1206077072', u'LOAD_-1206080251'), ('const-417', u'LOAD_-1206080588'), (u'MULTIEQUAL_-1206076759', u'MULTIEQUAL_-1206076743'), (u'MULTIEQUAL_-1206077679', u'MULTIEQUAL_-1206078019'), (u'MULTIEQUAL_-1206077027', u'MULTIEQUAL_-1206075960'), (u'MULTIEQUAL_-1206076677', u'MULTIEQUAL_-1206077070'), (u'CALL_-1206080125', u'INDIRECT_-1206076596'), (u'CAST_-1206076320', u'LOAD_-1206080630'), (u'INDIRECT_-1206075973', u'MULTIEQUAL_-1206077032'), (u'CALL_-1206081345', u'INDIRECT_-1206076895'), ('const-1', u'CALL_-1206079815'), (u'LOAD_-1206081762', u'MULTIEQUAL_-1206078329'), ('const-417', u'LOAD_-1206082165'), (u'CALL_-1206081763', u'INDIRECT_-1206077083'), (u'INT_NOTEQUAL_-1206079951', u'CBRANCH_-1206079949'), (u'INDIRECT_-1206076524', u'MULTIEQUAL_-1206076486'), ('const-6', u'CALL_-1206079709'), (u'MULTIEQUAL_-1206075822', u'MULTIEQUAL_-1206076743'), (u'INDIRECT_-1206076895', u'PTRADD_-1206080465'), (u'INDIRECT_-1206076662', u'MULTIEQUAL_-1206077096'), ('tmp_15406', u'LOAD_-1206081762'), (u'MULTIEQUAL_-1206078019', u'LOAD_-1206080167'), (u'CALL_-1206080243', u'INDIRECT_-1206076224'), (u'MULTIEQUAL_-1206077202', u'MULTIEQUAL_-1206076437'), (u'PTRADD_-1206079909', u'CAST_-1206075628'), ('const-417', u'LOAD_-1206079924'), (u'LOAD_-1206080677', u'INT_AND_-1206080651'), ('const-16', u'INT_AND_-1206080631'), ('tmp_3310', u'CBRANCH_-1206080624'), (u'INT_AND_-1206079151', u'INT_NOTEQUAL_-1206079164'), ('const-371975', u'COPY_-1206076703'), (u'CALL_-1206079729', u'INDIRECT_-1206076537'), ('const-0', u'INT_NOTEQUAL_-1206079888'), (u'MULTIEQUAL_-1206076552', u'MULTIEQUAL_-1206077027'), (u'LOAD_-1206080656', u'MULTIEQUAL_-1206078570'), (u'INDIRECT_-1206077025', u'MULTIEQUAL_-1206076978'), (u'INDIRECT_-1206076916', u'MULTIEQUAL_-1206076425'), ('const-417', u'LOAD_-1206080454'), (u'INDIRECT_-1206075879', u'MULTIEQUAL_-1206075696'), ('const-417', u'LOAD_-1206080263'), (u'CALL_-1206079689', u'INDIRECT_-1206076689'), (u'INDIRECT_-1206076245', u'MULTIEQUAL_-1206076842'), (u'INDIRECT_-1206077083', u'MULTIEQUAL_-1206077039'), (u'MULTIEQUAL_-1206077030', u'MULTIEQUAL_-1206077004'), (u'MULTIEQUAL_-1206076984', u'MULTIEQUAL_-1206076437'), (u'MULTIEQUAL_-1206077136', u'MULTIEQUAL_-1206076371'), ('const-32', u'PTRADD_-1206080699'), (u'MULTIEQUAL_-1206076852', u'MULTIEQUAL_-1206076825'), ('const-0', u'PTRSUB_-1206076838'), (u'INDIRECT_-1206076656', u'MULTIEQUAL_-1206077014'), (u'INT_EQUAL_-1206080160', u'CBRANCH_-1206080157'), (u'MULTIEQUAL_-1206077070', u'MULTIEQUAL_-1206076802'), ('tmp_15407', u'CALL_-1206081763'), (u'LOAD_-1206079373', u'MULTIEQUAL_-1206077803'), (u'INDIRECT_-1206076650', u'COPY_-1206076697'), (u'MULTIEQUAL_-1206077004', u'MULTIEQUAL_-1206076736'), (u'INDIRECT_-1206076369', u'MULTIEQUAL_-1206076320'), (u'INDIRECT_-1206077045', u'MULTIEQUAL_-1206076985'), (u'MULTIEQUAL_-1206076420', u'MULTIEQUAL_-1206076895'), (u'CALL_-1206081804', u'INDIRECT_-1206077034'), (u'CALL_-1206079446', u'INDIRECT_-1206075879'), (u'INT_NOTEQUAL_-1206080363', u'CBRANCH_-1206080361'), ('const-1', u'PTRADD_-1206082110'), (u'MULTIEQUAL_-1206077350', u'MULTIEQUAL_-1206076317'), ('const-32', u'INT_AND_-1206079615'), ('const-1', u'CALL_-1206079349'), (u'CALL_-1206080734', u'INDIRECT_-1206076979'), (u'CALL_-1206080187', u'INDIRECT_-1206076457'), (u'INT_NOTEQUAL_-1206080809', u'CBRANCH_-1206080808'), (u'CALL_-1206079446', u'INDIRECT_-1206076011'), (u'CALL_-1206080542', u'INDIRECT_-1206076827'), (u'CALL_-1206079709', u'INDIRECT_-1206076646'), (u'INDIRECT_-1206076697', u'MULTIEQUAL_-1206076570'), (u'MULTIEQUAL_-1206076908', u'MULTIEQUAL_-1206076896'), (u'CALL_-1206081174', u'INDIRECT_-1206076681'), (u'INDIRECT_-1206076848', u'COPY_-1206076895'), (u'MULTIEQUAL_-1206076957', u'MULTIEQUAL_-1206076379'), (u'LOAD_-1206079901', u'INT_AND_-1206079875'), ('const-8', u'PTRADD_-1206082063'), (u'LOAD_-1206081293', u'INT_EQUAL_-1206081273'), ('const-12', u'PTRADD_-1206079909'), ('const-12', u'PTRADD_-1206079862'), (u'INT_EQUAL_-1206080571', u'CBRANCH_-1206080569'), (u'INDIRECT_-1206075782', u'MULTIEQUAL_-1206076086'), (u'CAST_-1206076894', u'LOAD_-1206081790'), ('tmp_1832', u'CBRANCH_-1206080331'), (u'MULTIEQUAL_-1206076034', u'MULTIEQUAL_-1206076379'), (u'MULTIEQUAL_-1206077162', u'MULTIEQUAL_-1206076918'), (u'LOAD_-1206080251', u'CAST_-1206077048'), (u'CALL_-1206081985', u'INDIRECT_-1206077263'), (u'LOAD_-1206080447', u'INT_AND_-1206080421'), (u'INDIRECT_-1206077181', u'MULTIEQUAL_-1206077162'), (u'CALL_-1206079815', u'INDIRECT_-1206076171'), (u'CALL_-1206080775', u'INDIRECT_-1206076930'), (u'INDIRECT_-1206076458', u'MULTIEQUAL_-1206076816'), (u'MULTIEQUAL_-1206078592', u'PTRADD_-1206080623'), (u'INDIRECT_-1206076276', u'MULTIEQUAL_-1206076830'), ('const-4', u'CALL_-1206082032'), (u'MULTIEQUAL_-1206078152', u'INT_AND_-1206080631'), (u'INT_EQUAL_-1206080516', u'CBRANCH_-1206080514'), (u'INDIRECT_-1206076092', u'MULTIEQUAL_-1206076702'), (u'MULTIEQUAL_-1206079217', u'PTRADD_-1206077072'), (u'LOAD_-1206081325', u'INT_AND_-1206081293'), (u'CAST_-1206075917', u'INT_EQUAL_-1206080501'), (u'INDIRECT_-1206076478', u'MULTIEQUAL_-1206076425'), (u'MULTIEQUAL_-1206075828', u'MULTIEQUAL_-1206077096'), (u'INDIRECT_-1206076412', u'MULTIEQUAL_-1206076359'), ('tmp_3965', u'CBRANCH_-1206079378'), (u'INT_NOTEQUAL_-1206079418', u'CBRANCH_-1206079410'), (u'INT_NOTEQUAL_-1206080411', u'CBRANCH_-1206080408'), (u'LOAD_-1206080172', u'INT_AND_-1206080146'), ('const-0', u'INT_NOTEQUAL_-1206081664'), ('const-168', u'PTRADD_-1206080330'), (u'MULTIEQUAL_-1206076984', u'MULTIEQUAL_-1206076957'), (u'MULTIEQUAL_-1206078808', u'LOAD_-1206079660'), (u'CALL_-1206080487', u'MULTIEQUAL_-1206076267'), (u'CALL_-1206079119', u'INDIRECT_-1206076153'), (u'INDIRECT_-1206076077', u'MULTIEQUAL_-1206075894'), (u'INT_AND_-1206080651', u'INT_NOTEQUAL_-1206080664'), ('tmp_15406', u'PTRADD_-1206082063'), (u'INDIRECT_-1206076850', u'MULTIEQUAL_-1206076797'), (u'COPY_-1206075897', u'CALL_-1206079815'), ('const-0', u'INT_NOTEQUAL_-1206079666'), ('const-1', u'CALL_-1206079661'), ('const-2', u'INT_AND_-1206079904'), ('const-168', u'PTRADD_-1206079163'), (u'MULTIEQUAL_-1206075902', u'MULTIEQUAL_-1206075888'), (u'MULTIEQUAL_-1206076957', u'MULTIEQUAL_-1206076941'), (u'INDIRECT_-1206076173', u'MULTIEQUAL_-1206076152'), (u'LOAD_-1206079191', u'INT_ADD_-1206079169'), ('tmp_2281', u'CBRANCH_-1206079914'), (u'INDIRECT_-1206076369', u'MULTIEQUAL_-1206076780'), ('tmp_15407', u'CALL_-1206080125'), (u'CALL_-1206079689', u'INDIRECT_-1206076491'), (u'INT_AND_-1206080421', u'INT_EQUAL_-1206080435'), ('tmp_15406', u'PTRADD_-1206081728'), (u'MULTIEQUAL_-1206076842', u'MULTIEQUAL_-1206076830'), ('tmp_217', u'CBRANCH_-1206082105'), ('const-371975', u'COPY_-1206077096'), (u'MULTIEQUAL_-1206076964', u'MULTIEQUAL_-1206076720'), (u'COPY_-1206075749', u'MULTIEQUAL_-1206078580'), (u'INT_ADD_-1206079226', u'CAST_-1206075585'), (u'CAST_-1206076419', u'INT_NOTEQUAL_-1206080023'), ('const-1', u'CALL_-1206079446'), (u'MULTIEQUAL_-1206077136', u'MULTIEQUAL_-1206075968'), (u'INDIRECT_-1206077179', u'MULTIEQUAL_-1206076919'), (u'CALL_-1206081174', u'INDIRECT_-1206076615'), (u'CALL_-1206080542', u'INDIRECT_-1206076959'), (u'MULTIEQUAL_-1206077228', u'MULTIEQUAL_-1206076984'), (u'INDIRECT_-1206076095', u'INT_EQUAL_-1206080333'), (u'LOAD_-1206081790', u'CALL_-1206081763'), (u'PTRADD_-1206079811', u'CAST_-1206075655'), ('const-1', u'CALL_-1206081692'), (u'MULTIEQUAL_-1206076693', u'MULTIEQUAL_-1206076677'), (u'MULTIEQUAL_-1206076896', u'MULTIEQUAL_-1206076462'), (u'CALL_-1206079653', u'INDIRECT_-1206076676'), ('const-7', u'INT_SLESS_-1206080536'), ('tmp_2233', u'CBRANCH_-1206079949'), (u'INDIRECT_-1206076567', u'MULTIEQUAL_-1206076518'), (u'CAST_-1206076037', u'LOAD_-1206080144'), (u'CALL_-1206080734', u'INDIRECT_-1206077111'), (u'INDIRECT_-1206076458', u'MULTIEQUAL_-1206076420'), (u'CALL_-1206079410', u'INDIRECT_-1206076474'), ('tmp_15407', u'CALL_-1206079689'), (u'MULTIEQUAL_-1206078850', u'PTRADD_-1206081587'), ('const-0', u'INT_EQUAL_-1206080516'), (u'INDIRECT_-1206076474', u'MULTIEQUAL_-1206077028'), (u'LOAD_-1206079660', u'INT_AND_-1206079615'), ('tmp_15406', u'PTRADD_-1206081837'), ('const-4', u'PTRADD_-1206076656'), (u'MULTIEQUAL_-1206078827', u'MULTIEQUAL_-1206078077'), (u'INDIRECT_-1206076334', u'MULTIEQUAL_-1206076868'), (u'MULTIEQUAL_-1206076034', u'MULTIEQUAL_-1206076020'), ('const-417', u'LOAD_-1206081944'), (u'CALL_-1206081174', u'CALL_-1206081134'), (u'CALL_-1206080125', u'INDIRECT_-1206076662'), (u'MULTIEQUAL_-1206076973', u'MULTIEQUAL_-1206076966'), (u'CAST_-1206076663', u'LOAD_-1206080454'), ('const-417', u'LOAD_-1206079348'), (u'MULTIEQUAL_-1206076829', u'MULTIEQUAL_-1206076611'), (u'INDIRECT_-1206077179', u'INT_EQUAL_-1206081874'), ('const-393136', u'COPY_-1206076388'), (u'MULTIEQUAL_-1206076964', u'MULTIEQUAL_-1206076938'), (u'INDIRECT_-1206076544', u'MULTIEQUAL_-1206076491'), (u'MULTIEQUAL_-1206078808', u'LOAD_-1206080721'), (u'INDIRECT_-1206076722', u'MULTIEQUAL_-1206076660'), (u'INDIRECT_-1206076193', u'MULTIEQUAL_-1206075770'), (u'MULTIEQUAL_-1206078152', u'INT_AND_-1206080612'), ('const-4', u'INT_AND_-1206080669'), (u'INDIRECT_-1206076590', u'MULTIEQUAL_-1206076528'), ('const-0', u'INT_NOTEQUAL_-1206082106'), (u'LOAD_-1206079418', u'INT_EQUAL_-1206079380'), (u'CALL_-1206079689', u'INDIRECT_-1206076425'), ('tmp_2867', u'CBRANCH_-1206080667'), (u'CALL_-1206081945', u'INDIRECT_-1206077245'), (u'CALL_-1206080487', u'INDIRECT_-1206077002'), ('const-12', u'PTRADD_-1206079129'), (u'CALL_-1206080401', u'INDIRECT_-1206076095'), (u'INDIRECT_-1206077114', u'MULTIEQUAL_-1206076623'), ('tmp_15407', u'CALL_-1206079410'), ('tmp_15407', u'CALL_-1206081098'), ('const-417', u'LOAD_-1206080721'), (u'MULTIEQUAL_-1206077030', u'MULTIEQUAL_-1206076786'), (u'INDIRECT_-1206075914', u'MULTIEQUAL_-1206076218'), (u'CAST_-1206076355', u'LOAD_-1206080656'), (u'INDIRECT_-1206076716', u'COPY_-1206076763'), ('const-1', u'INT_AND_-1206082139'), (u'MULTIEQUAL_-1206076895', u'MULTIEQUAL_-1206076677'), ('const-380920', u'COPY_-1206075897'), (u'MULTIEQUAL_-1206077202', u'MULTIEQUAL_-1206076934'), (u'INDIRECT_-1206076961', u'MULTIEQUAL_-1206076834'), (u'INDIRECT_-1206075716', u'MULTIEQUAL_-1206076020'), (u'CALL_-1206081345', u'INDIRECT_-1206076697'), (u'MULTIEQUAL_-1206078392', u'INT_ADD_-1206080614'), (u'CALL_-1206081134', u'INDIRECT_-1206076729'), (u'INT_EQUAL_-1206080029', u'CBRANCH_-1206080028'), (u'INDIRECT_-1206077311', u'MULTIEQUAL_-1206077051'), (u'CALL_-1206081174', u'INDIRECT_-1206076813'), (u'MULTIEQUAL_-1206078019', u'MULTIEQUAL_-1206077350'), (u'CALL_-1206082032', u'INDIRECT_-1206077285'), (u'PTRSUB_-1206075975', u'CALL_-1206080401'), (u'CALL_-1206080734', u'INDIRECT_-1206076913'), ('tmp_3282', u'CBRANCH_-1206080643'), (u'LOAD_-1206079971', u'PTRADD_-1206079847'), (u'INT_ADD_-1206079887', u'CAST_-1206075671'), ('const-4', u'PTRADD_-1206081827'), (u'CALL_-1206079709', u'INDIRECT_-1206076382'), (u'LOAD_-1206080268', u'INT_EQUAL_-1206080253'), ('tmp_15406', u'PTRADD_-1206081827'), ('tmp_513', u'CBRANCH_-1206081872'), ('const-1', u'PTRADD_-1206080244'), (u'CAST_-1206075628', u'LOAD_-1206079971'), (u'CALL_-1206081804', u'INDIRECT_-1206077232'), (u'MULTIEQUAL_-1206078592', u'COPY_-1206076681'), (u'INDIRECT_-1206076870', u'MULTIEQUAL_-1206076354'), ('tmp_849', u'CBRANCH_-1206081662'), (u'MULTIEQUAL_-1206078808', u'LOAD_-1206080447'), (u'INDIRECT_-1206076697', u'INT_SLESS_-1206080536'), (u'MULTIEQUAL_-1206076944', u'MULTIEQUAL_-1206076721'), (u'CALL_-1206080284', u'INDIRECT_-1206076239'), ('tmp_2052', u'BRANCH_-1206080209'), (u'LOAD_-1206079185', u'INT_ADD_-1206079163'), (u'CAST_-1206077095', u'LOAD_-1206082172'), (u'MULTIEQUAL_-1206076919', u'MULTIEQUAL_-1206076908'), ('const-417', u'LOAD_-1206081899'), ('const-0', u'INT_NOTEQUAL_-1206080650'), ('const-0', u'PTRSUB_-1206080420'), (u'MULTIEQUAL_-1206075968', u'MULTIEQUAL_-1206075954'), (u'INDIRECT_-1206076458', u'MULTIEQUAL_-1206076396'), (u'MULTIEQUAL_-1206077350', u'PTRADD_-1206080244'), (u'LOAD_-1206079971', u'LOAD_-1206079964'), (u'INT_AND_-1206081899', u'INT_EQUAL_-1206081913'), ('const-417', u'LOAD_-1206079373'), (u'INT_EQUAL_-1206082127', u'CBRANCH_-1206082126'), ('const-4', u'PTRADD_-1206080286'), (u'CAST_-1206075855', u'LOAD_-1206080348'), ('const-380913', u'COPY_-1206076902'), (u'MULTIEQUAL_-1206077350', u'PTRADD_-1206079862'), ('tmp_2456', u'CBRANCH_-1206079914'), ('const-381002', u'COPY_-1206076175'), (u'INDIRECT_-1206076540', u'MULTIEQUAL_-1206077094'), ('tmp_15406', u'PTRADD_-1206082110'), (u'LOAD_-1206080257', u'MULTIEQUAL_-1206079217'), ('const-1', u'PTRADD_-1206080201'), ('const-417', u'LOAD_-1206079909'), (u'CALL_-1206080284', u'INDIRECT_-1206076107'), ('const-6', u'CALL_-1206081804'), (u'CALL_-1206081134', u'INDIRECT_-1206076795'), (u'INT_AND_-1206079615', u'INT_NOTEQUAL_-1206079628'), (u'CAST_-1206075607', u'LOAD_-1206079191'), (u'PTRADD_-1206080728', u'CAST_-1206076575'), (u'INDIRECT_-1206077114', u'MULTIEQUAL_-1206077061'), (u'MULTIEQUAL_-1206076962', u'MULTIEQUAL_-1206076528'), (u'INT_EQUAL_-1206080333', u'CBRANCH_-1206080331'), (u'INDIRECT_-1206076478', u'MULTIEQUAL_-1206076863'), (u'MULTIEQUAL_-1206075696', u'MULTIEQUAL_-1206076523'), ('const-1', u'PTRADD_-1206082063'), (u'INDIRECT_-1206077247', u'MULTIEQUAL_-1206077228'), ('const-1', u'PTRADD_-1206079988'), ('const-12', u'PTRADD_-1206081837'), (u'MULTIEQUAL_-1206077010', u'MULTIEQUAL_-1206076787'), ('tmp_2342', u'CBRANCH_-1206080650'), (u'PTRADD_-1206080617', u'LOAD_-1206080677'), ('tmp_3254', u'CBRANCH_-1206080662'), (u'INDIRECT_-1206076524', u'MULTIEQUAL_-1206076882'), (u'INDIRECT_-1206076633', u'MULTIEQUAL_-1206076584'), ('const-1', u'CALL_-1206081804'), (u'MULTIEQUAL_-1206077350', u'PTRADD_-1206080286'), (u'MULTIEQUAL_-1206078423', u'PTRADD_-1206080600'), ('const-0', u'INT_EQUAL_-1206080435'), (u'CAST_-1206075713', u'LOAD_-1206079373'), (u'INDIRECT_-1206076077', u'MULTIEQUAL_-1206076944'), (u'INDIRECT_-1206077068', u'MULTIEQUAL_-1206076552'), (u'PTRADD_-1206081827', u'CAST_-1206076945'), (u'CALL_-1206079446', u'INDIRECT_-1206076143'), ('tmp_2300', u'BRANCH_-1206080623'), (u'CALL_-1206080597', u'INDIRECT_-1206077048'), ('tmp_15407', u'CALL_-1206081945'), (u'INT_NOTEQUAL_-1206080154', u'CBRANCH_-1206080152'), ('const-4', u'PTRADD_-1206080526'), (u'MULTIEQUAL_-1206077004', u'MULTIEQUAL_-1206075836'), (u'INT_EQUAL_-1206079198', u'CBRANCH_-1206079196'), ('const-1', u'INT_AND_-1206079405'), ('const-4', u'PTRADD_-1206079847'), (u'INT_NOTEQUAL_-1206079666', u'CBRANCH_-1206079666'), ('const-4294967295', u'INT_ADD_-1206080220'), (u'PTRADD_-1206079129', u'CAST_-1206075607'), (u'CALL_-1206079410', u'INDIRECT_-1206076342'), (u'INDIRECT_-1206076893', u'MULTIEQUAL_-1206076846'), ('const-5', u'CALL_-1206079689'), ('tmp_4157', u'CBRANCH_-1206080028'), (u'LOAD_-1206081889', u'INT_EQUAL_-1206081874'), ('const-417', u'LOAD_-1206080784'), (u'CALL_-1206079349', u'INDIRECT_-1206076311'), (u'PTRADD_-1206082063', u'CAST_-1206077072'), (u'COPY_-1206080255', u'COPY_-1206077099'), (u'MULTIEQUAL_-1206077028', u'MULTIEQUAL_-1206077014'), ('const-9', u'CALL_-1206079815'), (u'LOAD_-1206079213', u'INT_EQUAL_-1206079198'), (u'MULTIEQUAL_-1206076961', u'MULTIEQUAL_-1206076944'), (u'INDIRECT_-1206075879', u'MULTIEQUAL_-1206076545'), ('const-417', u'LOAD_-1206081889'), (u'CALL_-1206081098', u'INDIRECT_-1206076650'), (u'CALL_-1206079729', u'INDIRECT_-1206076603'), ('const-1', u'PTRADD_-1206079811'), (u'INT_AND_-1206080353', u'INT_EQUAL_-1206080367'), (u'MULTIEQUAL_-1206077350', u'LOAD_-1206080379'), (u'LOAD_-1206080454', u'PTRADD_-1206076679'), (u'MULTIEQUAL_-1206078771', u'LOAD_-1206081366'), ('const-372115', u'COPY_-1206077110'), ('const-380703', u'COPY_-1206076603'), ('const-1', u'CALL_-1206079709'), ('const-0', u'INT_EQUAL_-1206080160'), ('tmp_2786', u'CBRANCH_-1206080157'), (u'INDIRECT_-1206076428', u'MULTIEQUAL_-1206076895'), (u'MULTIEQUAL_-1206076918', u'MULTIEQUAL_-1206076891'), ('const-4', u'INT_AND_-1206080398'), (u'INDIRECT_-1206076633', u'MULTIEQUAL_-1206077044'), (u'LOAD_-1206081325', u'INT_AND_-1206081241'), (u'INDIRECT_-1206076893', u'MULTIEQUAL_-1206076386'), (u'MULTIEQUAL_-1206078808', u'PTRADD_-1206080763'), (u'COPY_-1206075980', u'CALL_-1206080284'), (u'INDIRECT_-1206076610', u'MULTIEQUAL_-1206076557'), (u'INDIRECT_-1206076143', u'MULTIEQUAL_-1206075960'), ('tmp_3816', u'BRANCH_-1206080110'), (u'CALL_-1206080243', u'INDIRECT_-1206076092'), (u'INT_EQUAL_-1206081874', u'CBRANCH_-1206081872'), (u'CALL_-1206081098', u'INDIRECT_-1206076716'), (u'MULTIEQUAL_-1206076786', u'MULTIEQUAL_-1206076239'), ('tmp_15407', u'CALL_-1206079729'), (u'MULTIEQUAL_-1206077039', u'MULTIEQUAL_-1206077032'), ('const-417', u'LOAD_-1206081325'), (u'CAST_-1206077052', u'LOAD_-1206080257'), ('const-16', u'INT_ADD_-1206080768'), (u'INDIRECT_-1206076795', u'MULTIEQUAL_-1206076768'), (u'INDIRECT_-1206076400', u'MULTIEQUAL_-1206076020'), ('const-417', u'LOAD_-1206079118'), (u'INDIRECT_-1206075650', u'MULTIEQUAL_-1206075954'), ('const-417', u'LOAD_-1206079901'), (u'MULTIEQUAL_-1206076974', u'MULTIEQUAL_-1206076962'), (u'CALL_-1206082032', u'INDIRECT_-1206077219'), (u'CALL_-1206081098', u'INDIRECT_-1206076848'), (u'INDIRECT_-1206076077', u'MULTIEQUAL_-1206076743'), (u'CALL_-1206079866', u'INDIRECT_-1206075716'), (u'CALL_-1206079866', u'INDIRECT_-1206075848'), (u'MULTIEQUAL_-1206078592', u'MULTIEQUAL_-1206077357'), (u'MULTIEQUAL_-1206078570', u'INT_NOTEQUAL_-1206081188'), (u'CALL_-1206081763', u'INDIRECT_-1206077149'), ('tmp_1206', u'CBRANCH_-1206081188'), (u'INDIRECT_-1206076193', u'MULTIEQUAL_-1206076693'), (u'MULTIEQUAL_-1206076809', u'MULTIEQUAL_-1206077202'), ('const-32', u'INT_AND_-1206080612'), (u'CALL_-1206081345', u'INDIRECT_-1206076829'), (u'CALL_-1206080125', u'INDIRECT_-1206076728'), (u'CALL_-1206079410', u'INDIRECT_-1206076540'), (u'CALL_-1206080542', u'INDIRECT_-1206076893'), (u'LOAD_-1206080144', u'MULTIEQUAL_-1206078771'), (u'CALL_-1206079693', u'INDIRECT_-1206076590'), (u'LOAD_-1206080144', u'INT_NOTEQUAL_-1206080123'), ('tmp_1538', u'CBRANCH_-1206080500'), (u'COPY_-1206077100', u'MULTIEQUAL_-1206079002'), (u'CALL_-1206081098', u'INDIRECT_-1206076782'), (u'CALL_-1206079653', u'INDIRECT_-1206076412'), (u'INDIRECT_-1206076597', u'MULTIEQUAL_-1206076570'), ('const-380898', u'COPY_-1206080255'), ('tmp_897', u'CBRANCH_-1206081625'), (u'INDIRECT_-1206076697', u'INT_ADD_-1206080477'), ('const-0', u'INT_NOTEQUAL_-1206081254'), ('tmp_4609', u'CBRANCH_-1206079646'), (u'INDIRECT_-1206076804', u'MULTIEQUAL_-1206076288'), (u'CALL_-1206079349', u'INDIRECT_-1206076377'), ('const-4', u'PTRADD_-1206080600'), (u'INDIRECT_-1206076827', u'MULTIEQUAL_-1206076320'), (u'MULTIEQUAL_-1206076830', u'MULTIEQUAL_-1206076816'), (u'MULTIEQUAL_-1206077136', u'MULTIEQUAL_-1206076868'), (u'INDIRECT_-1206076143', u'MULTIEQUAL_-1206076809'), (u'CALL_-1206081098', u'INDIRECT_-1206076584'), ('const-417', u'LOAD_-1206080656'), ('const-417', u'LOAD_-1206080167'), ('const-381012', u'COPY_-1206076118'), (u'INDIRECT_-1206076377', u'MULTIEQUAL_-1206076974'), (u'INDIRECT_-1206077113', u'MULTIEQUAL_-1206076973'), (u'INDIRECT_-1206076763', u'MULTIEQUAL_-1206076636'), ('const-1', u'PTRADD_-1206081587'), (u'MULTIEQUAL_-1206078164', u'INT_AND_-1206080650'), (u'INT_NOTEQUAL_-1206081841', u'CBRANCH_-1206081837'), (u'INDIRECT_-1206076729', u'MULTIEQUAL_-1206076702'), (u'MULTIEQUAL_-1206079041', u'INT_EQUAL_-1206081626'), (u'CALL_-1206082032', u'INDIRECT_-1206077351'), (u'LOAD_-1206080588', u'MULTIEQUAL_-1206078392'), (u'MULTIEQUAL_-1206075954', u'MULTIEQUAL_-1206076875'), ('tmp_4444', u'CBRANCH_-1206079666'), (u'CALL_-1206080284', u'INDIRECT_-1206076041'), (u'INDIRECT_-1206075945', u'INT_EQUAL_-1206079380'), ('const-1', u'INT_AND_-1206080141'), (u'INDIRECT_-1206076763', u'INT_EQUAL_-1206081273'), ('const-4', u'INT_AND_-1206081717'), (u'CALL_-1206080401', u'INDIRECT_-1206076293'), (u'CAST_-1206077048', u'INT_EQUAL_-1206080233'), (u'MULTIEQUAL_-1206077350', u'COPY_-1206076471'), (u'MULTIEQUAL_-1206078077', u'PTRADD_-1206080082'), (u'INDIRECT_-1206076259', u'MULTIEQUAL_-1206075836'), (u'CAST_-1206076359', u'LOAD_-1206080662'), (u'CAST_-1206075687', u'LOAD_-1206079930'), (u'MULTIEQUAL_-1206076743', u'MULTIEQUAL_-1206076736'), ('const-380930', u'COPY_-1206076359'), (u'MULTIEQUAL_-1206078808', u'PTRADD_-1206080392'), (u'INDIRECT_-1206076136', u'MULTIEQUAL_-1206076677'), ('const-417', u'LOAD_-1206081366'), ('const-417', u'LOAD_-1206082125'), ('tmp_5201', u'CBRANCH_-1206080232'), (u'LOAD_-1206079873', u'COPY_-1206075749'), (u'PTRSUB_-1206076838', u'INT_NOTEQUAL_-1206080809'), ('tmp_459', u'CBRANCH_-1206081912'), (u'MULTIEQUAL_-1206078077', u'MULTIEQUAL_-1206077350'), ('const-1', u'INT_AND_-1206080353'), ('const-417', u'LOAD_-1206081293'), (u'CAST_-1206076945', u'LOAD_-1206081889'), ('const-0', u'INT_NOTEQUAL_-1206080663'), (u'MULTIEQUAL_-1206076825', u'MULTIEQUAL_-1206076247'), (u'CALL_-1206079866', u'INDIRECT_-1206075914'), (u'CALL_-1206079119', u'INDIRECT_-1206076087'), (u'CALL_-1206079689', u'INDIRECT_-1206076623'), (u'CALL_-1206079673', u'INDIRECT_-1206076501'), (u'CALL_-1206080775', u'INDIRECT_-1206077062'), (u'PTRADD_-1206080465', u'CAST_-1206075917'), (u'MULTIEQUAL_-1206076961', u'MULTIEQUAL_-1206075894'), (u'MULTIEQUAL_-1206076545', u'MULTIEQUAL_-1206076523'), (u'CALL_-1206079661', u'INDIRECT_-1206076590'), (u'CALL_-1206079716', u'INDIRECT_-1206076494'), (u'INDIRECT_-1206076268', u'MULTIEQUAL_-1206076809'), ('tmp_5108', u'BRANCH_-1206079328'), ('tmp_15407', u'CALL_-1206081985'), (u'CALL_-1206081985', u'INDIRECT_-1206077197'), ('const-1', u'PTRADD_-1206080077'), (u'MULTIEQUAL_-1206075828', u'MULTIEQUAL_-1206076655'), (u'INT_ADD_-1206080241', u'CAST_-1206077052'), (u'INDIRECT_-1206076959', u'MULTIEQUAL_-1206076452'), ('const-417', u'LOAD_-1206079242'), (u'INT_NOTEQUAL_-1206081730', u'CBRANCH_-1206081729'), (u'INDIRECT_-1206076039', u'MULTIEQUAL_-1206077098'), ('const-8', u'PTRADD_-1206079828'), (u'INT_NOTEQUAL_-1206080123', u'CBRANCH_-1206080123'), (u'MULTIEQUAL_-1206077070', u'MULTIEQUAL_-1206076305'), (u'MULTIEQUAL_-1206078570', u'INT_NOTEQUAL_-1206081212'), (u'LOAD_-1206079418', u'MULTIEQUAL_-1206078646'), ('const-0', u'INT_EQUAL_-1206081307'), ('const-417', u'LOAD_-1206079418'), (u'PTRADD_-1206081231', u'CAST_-1206076530'), (u'CALL_-1206079661', u'INDIRECT_-1206076458'), ('const-4', u'INT_AND_-1206079875'), ('const-417', u'LOAD_-1206082172'), ('const-1', u'CALL_-1206079729'), (u'INDIRECT_-1206076412', u'MULTIEQUAL_-1206076797'), (u'COPY_-1206077096', u'CALL_-1206081945'), ('const-0', u'INT_NOTEQUAL_-1206080664'), ('const-417', u'LOAD_-1206080348'), (u'COPY_-1206076214', u'CALL_-1206079349'), (u'CALL_-1206080125', u'INDIRECT_-1206076794'), ('const-12', u'INT_ADD_-1206079163'), ('const-0', u'INT_NOTEQUAL_-1206080701'), ('const-0', u'INT_NOTEQUAL_-1206080670'), (u'CAST_-1206075739', u'LOAD_-1206079418'), (u'CALL_-1206081985', u'INDIRECT_-1206077131'), ('const-1', u'PTRADD_-1206079311'), ('const-6', u'CALL_-1206081692'), ('tmp_4774', u'CBRANCH_-1206079626'), ('const-1', u'PTRADD_-1206079862'), (u'CALL_-1206080734', u'INDIRECT_-1206077045'), (u'CALL_-1206079866', u'INDIRECT_-1206075782'), (u'MULTIEQUAL_-1206077679', u'PTRADD_-1206079847'), ('tmp_15407', u'CALL_-1206079815'), (u'MULTIEQUAL_-1206076746', u'MULTIEQUAL_-1206076523'), (u'CAST_-1206075596', u'LOAD_-1206079909'), (u'LOAD_-1206082172', u'MULTIEQUAL_-1206079217'), (u'PTRADD_-1206079862', u'CAST_-1206075524'), ('const-0', u'INT_NOTEQUAL_-1206079951'), ('tmp_4207', u'CBRANCH_-1206079161'), ('tmp_15406', u'LOAD_-1206081944'), (u'CALL_-1206079689', u'INDIRECT_-1206076557'), ('const-7', u'CALL_-1206079729'), (u'COPY_-1206076029', u'CALL_-1206080401'), (u'LOAD_-1206081293', u'MULTIEQUAL_-1206077996'), (u'CALL_-1206079815', u'INDIRECT_-1206075973'), ('const-380986', u'COPY_-1206075857'), (u'MULTIEQUAL_-1206077028', u'MULTIEQUAL_-1206076594'), (u'INDIRECT_-1206076722', u'MULTIEQUAL_-1206077080'), ('const-1', u'PTRADD_-1206081176'), (u'MULTIEQUAL_-1206077040', u'MULTIEQUAL_-1206077028'), (u'PTRADD_-1206076656', u'LOAD_-1206080379'), (u'CALL_-1206079119', u'INDIRECT_-1206076219'), (u'INDIRECT_-1206075945', u'MULTIEQUAL_-1206076812'), ('const-168', u'PTRADD_-1206081176'), (u'INT_AND_-1206079904', u'INT_NOTEQUAL_-1206079917'), (u'CALL_-1206080542', u'INDIRECT_-1206077091'), (u'MULTIEQUAL_-1206077237', u'MULTIEQUAL_-1206077230'), (u'LOAD_-1206079348', u'MULTIEQUAL_-1206078164'), (u'COPY_-1206076893', u'CALL_-1206080734'), (u'INT_NOTEQUAL_-1206080650', u'CBRANCH_-1206080650'), (u'INDIRECT_-1206076259', u'INT_NOTEQUAL_-1206080123'), (u'MULTIEQUAL_-1206078850', u'MULTIEQUAL_-1206078611'), ('const-417', u'LOAD_-1206079431'), ('const-417', u'LOAD_-1206080379'), (u'INT_ADD_-1206080614', u'CAST_-1206076320'), (u'INDIRECT_-1206076676', u'MULTIEQUAL_-1206077061'), (u'INDIRECT_-1206077245', u'MULTIEQUAL_-1206076985'), (u'CALL_-1206080775', u'INDIRECT_-1206077128'), (u'MULTIEQUAL_-1206075968', u'MULTIEQUAL_-1206076313'), (u'INDIRECT_-1206076391', u'MULTIEQUAL_-1206076868'), (u'INDIRECT_-1206076202', u'MULTIEQUAL_-1206076743'), (u'PTRADD_-1206080763', u'CAST_-1206076810'), (u'LOAD_-1206081325', u'INT_AND_-1206080637'), ('tmp_15407', u'CALL_-1206081692'), (u'PTRADD_-1206080330', u'INT_NOTEQUAL_-1206080363'), (u'CAST_-1206076618', u'INT_NOTEQUAL_-1206080363'), (u'INT_ADD_-1206080220', u'MULTIEQUAL_-1206076570'), (u'INT_EQUAL_-1206079380', u'CBRANCH_-1206079378'), (u'INDIRECT_-1206076259', u'MULTIEQUAL_-1206076736'), (u'CAST_-1206075570', u'LOAD_-1206079213'), (u'MULTIEQUAL_-1206078827', u'MULTIEQUAL_-1206077679'), (u'CALL_-1206080734', u'INDIRECT_-1206077177'), ('tmp_15407', u'CALL_-1206079446'), ('const-16', u'INT_ADD_-1206080614'), (u'PTRADD_-1206081728', u'CAST_-1206076894'), (u'CALL_-1206080487', u'INDIRECT_-1206076870'), ('const-417', u'LOAD_-1206080268'), (u'CALL_-1206079693', u'INDIRECT_-1206076524'), (u'MULTIEQUAL_-1206078646', u'INT_NOTEQUAL_-1206080023'), (u'INDIRECT_-1206076021', u'MULTIEQUAL_-1206076896'), ('const-0', u'INT_NOTEQUAL_-1206080411'), (u'PTRADD_-1206080077', u'CAST_-1206075974'), (u'COPY_-1206077025', u'CALL_-1206081804'), ('tmp_15407', u'CALL_-1206081345'), ('const-380993', u'COPY_-1206076508'), (u'COPY_-1206076471', u'MULTIEQUAL_-1206078423'), (u'CALL_-1206080597', u'INDIRECT_-1206076916'), (u'CALL_-1206080284', u'INDIRECT_-1206075975'), ('tmp_3024', u'CBRANCH_-1206080808'), (u'INDIRECT_-1206077091', u'MULTIEQUAL_-1206077044'), (u'INDIRECT_-1206075848', u'MULTIEQUAL_-1206076152'), ('const-1', u'CALL_-1206079410'), (u'COPY_-1206077039', u'MULTIEQUAL_-1206078808'), ('const-417', u'LOAD_-1206080144'), ('const-380908', u'PTRSUB_-1206077059'), (u'INDIRECT_-1206076560', u'MULTIEQUAL_-1206077027'), (u'MULTIEQUAL_-1206078808', u'LOAD_-1206079348'), (u'MULTIEQUAL_-1206078164', u'MULTIEQUAL_-1206078152'), (u'CALL_-1206079673', u'INT_NOTEQUAL_-1206079646'), (u'MULTIEQUAL_-1206077803', u'INT_ADD_-1206079226'), (u'LOAD_-1206081677', u'INT_AND_-1206081651'), (u'CALL_-1206080597', u'INDIRECT_-1206076850'), ('tmp_2832', u'CBRANCH_-1206080123'), (u'INDIRECT_-1206076861', u'MULTIEQUAL_-1206076834'), ('const-14', u'CALL_-1206079661'), (u'MULTIEQUAL_-1206077228', u'MULTIEQUAL_-1206077202'), ('tmp_3975', u'BRANCH_-1206079366'), (u'CALL_-1206079716', u'INDIRECT_-1206076428'), ('tmp_1168', u'CBRANCH_-1206081212'), (u'MULTIEQUAL_-1206077094', u'MULTIEQUAL_-1206076660'), (u'INDIRECT_-1206076326', u'MULTIEQUAL_-1206076288'), (u'CALL_-1206080187', u'INDIRECT_-1206076391'), (u'PTRADD_-1206080286', u'CAST_-1206075855'), (u'CALL_-1206081945', u'INDIRECT_-1206077377'), ('tmp_2291', u'BRANCH_-1206079902'), (u'CALL_-1206079119', u'INDIRECT_-1206076021'), (u'LOAD_-1206080263', u'INT_ADD_-1206080241'), ('const-0', u'INT_NOTEQUAL_-1206079418'), (u'INDIRECT_-1206076610', u'MULTIEQUAL_-1206076995'), (u'MULTIEQUAL_-1206076317', u'PTRADD_-1206079828'), (u'CALL_-1206080187', u'INDIRECT_-1206076325'), (u'PTRADD_-1206082110', u'CAST_-1206077095'), (u'MULTIEQUAL_-1206076825', u'MULTIEQUAL_-1206076809'), (u'MULTIEQUAL_-1206078827', u'MULTIEQUAL_-1206077350'), (u'CALL_-1206079446', u'INDIRECT_-1206075945'), (u'MULTIEQUAL_-1206077171', u'MULTIEQUAL_-1206077164'), (u'MULTIEQUAL_-1206078077', u'MULTIEQUAL_-1206078592'), (u'INDIRECT_-1206076457', u'MULTIEQUAL_-1206076934'), ('const-1', u'PTRADD_-1206081827'), ('const-1', u'CALL_-1206080775'), (u'CAST_-1206075524', u'LOAD_-1206079924'), (u'INDIRECT_-1206077113', u'MULTIEQUAL_-1206076853'), ('const-1', u'PTRADD_-1206080330'), ('const-12', u'PTRADD_-1206079311'), ('const-417', u'LOAD_-1206080662'), (u'CALL_-1206080597', u'INDIRECT_-1206076982'), (u'INDIRECT_-1206076983', u'MULTIEQUAL_-1206076964'), ('tmp_15407', u'CALL_-1206079119'), ('const-4', u'PTRADD_-1206077072'), ('tmp_15407', u'CALL_-1206079661'), (u'INT_AND_-1206080398', u'INT_NOTEQUAL_-1206080411'), ('tmp_5149', u'CBRANCH_-1206080241'), (u'INDIRECT_-1206077017', u'MULTIEQUAL_-1206076973'), (u'CALL_-1206080775', u'INDIRECT_-1206077194'), ('const-417', u'LOAD_-1206079191'), (u'INDIRECT_-1206077215', u'MULTIEQUAL_-1206077171'), (u'INT_AND_-1206080657', u'INT_NOTEQUAL_-1206080670'), ('tmp_2398', u'CBRANCH_-1206080596'), (u'MULTIEQUAL_-1206077070', u'MULTIEQUAL_-1206075902'), (u'CAST_-1206075671', u'LOAD_-1206079901'), (u'INT_NOTEQUAL_-1206080664', u'CBRANCH_-1206080661'), ('const-0', u'INT_EQUAL_-1206080645'), (u'MULTIEQUAL_-1206076944', u'MULTIEQUAL_-1206076918'), (u'COPY_-1206076274', u'CALL_-1206079716'), (u'INDIRECT_-1206076325', u'MULTIEQUAL_-1206075902'), (u'CALL_-1206080487', u'INDIRECT_-1206076936'), (u'MULTIEQUAL_-1206077357', u'MULTIEQUAL_-1206077350'), ('const-417', u'LOAD_-1206080172'), (u'INT_EQUAL_-1206081626', u'CBRANCH_-1206081625'), ('const-9', u'CALL_-1206080187'), (u'LOAD_-1206079177', u'INT_AND_-1206079151'), (u'PTRADD_-1206080526', u'CAST_-1206076329'), (u'MULTIEQUAL_-1206076829', u'MULTIEQUAL_-1206075762'), (u'COPY_-1206076175', u'CALL_-1206080187'), (u'PTRADD_-1206079847', u'CAST_-1206075596'), ('const-417', u'LOAD_-1206079930'), ('const-1', u'INT_AND_-1206080146'), ('const-16', u'PTRADD_-1206080244'), (u'INT_NOTEQUAL_-1206080023', u'CBRANCH_-1206080023'), (u'CALL_-1206079729', u'INDIRECT_-1206076339'), (u'MULTIEQUAL_-1206077350', u'PTRADD_-1206079909'), (u'CALL_-1206081763', u'INDIRECT_-1206077281'), (u'MULTIEQUAL_-1206076875', u'MULTIEQUAL_-1206076868'), ('const-2', u'INT_AND_-1206080688'), ('const-16', u'INT_ADD_-1206080640'), ('const-417', u'LOAD_-1206080630'), ('const-8', u'CALL_-1206079349'), (u'CALL_-1206081345', u'INDIRECT_-1206076961'), ('const-417', u'LOAD_-1206079213'), ('const-1', u'INT_AND_-1206081899'), (u'LOAD_-1206080139', u'INT_EQUAL_-1206080119'), ('tmp_15407', u'CALL_-1206079716'), ('const-1', u'PTRADD_-1206079847'), (u'CAST_-1206075675', u'LOAD_-1206079909'), (u'INDIRECT_-1206076334', u'MULTIEQUAL_-1206075954'), ('const-1', u'INT_AND_-1206081651'), ('const-1', u'CALL_-1206079689'), (u'INDIRECT_-1206077377', u'MULTIEQUAL_-1206077237'), (u'INDIRECT_-1206077111', u'MULTIEQUAL_-1206077051'), (u'INT_AND_-1206080669', u'INT_EQUAL_-1206080683'), ('tmp_2516', u'BRANCH_-1206079866'), (u'INDIRECT_-1206076584', u'COPY_-1206076631'), ('const-1', u'PTRADD_-1206080617'), ('const-12', u'PTRADD_-1206079847'), ('const-380913', u'COPY_-1206077025'), (u'INT_AND_-1206082139', u'INT_EQUAL_-1206082153'), (u'MULTIEQUAL_-1206076896', u'MULTIEQUAL_-1206076882'), (u'CALL_-1206079673', u'INDIRECT_-1206076369'), ('const-1', u'PTRADD_-1206080728'), (u'MULTIEQUAL_-1206079013', u'COPY_-1206077100'), (u'MULTIEQUAL_-1206078019', u'COPY_-1206076081'), ('const-0', u'PTRSUB_-1206077059'), (u'INDIRECT_-1206076794', u'MULTIEQUAL_-1206077228'), ('const-417', u'LOAD_-1206080790'), (u'INDIRECT_-1206077025', u'MULTIEQUAL_-1206076518'), (u'MULTIEQUAL_-1206077027', u'MULTIEQUAL_-1206077010'), (u'INT_AND_-1206079405', u'INT_NOTEQUAL_-1206079418'), (u'MULTIEQUAL_-1206078611', u'PTRADD_-1206080617'), (u'CALL_-1206081804', u'INDIRECT_-1206077298'), (u'INT_ADD_-1206079163', u'CAST_-1206075599'), ('const-4', u'PTRADD_-1206081231'), (u'MULTIEQUAL_-1206076878', u'MULTIEQUAL_-1206076852'), (u'LOAD_-1206080784', u'MULTIEQUAL_-1206078771'), ('tmp_4876', u'CBRANCH_-1206079628'), (u'MULTIEQUAL_-1206077094', u'MULTIEQUAL_-1206077080'), ('const-1', u'INT_ADD_-1206079916'), (u'MULTIEQUAL_-1206075894', u'PTRADD_-1206079163'), (u'INDIRECT_-1206076771', u'CALL_-1206080284'), (u'INDIRECT_-1206076268', u'MULTIEQUAL_-1206075888'), (u'MULTIEQUAL_-1206076693', u'MULTIEQUAL_-1206076115'), (u'PTRADD_-1206079163', u'INT_EQUAL_-1206079198'), ('const-1', u'PTRADD_-1206079909'), (u'LOAD_-1206080662', u'INT_ADD_-1206080640'), (u'MULTIEQUAL_-1206076809', u'MULTIEQUAL_-1206076787'), (u'CAST_-1206077072', u'LOAD_-1206082125'), (u'MULTIEQUAL_-1206076938', u'MULTIEQUAL_-1206076670'), (u'COPY_-1206076118', u'CALL_-1206080189'), ('const-0', u'INT_EQUAL_-1206080571'), (u'INDIRECT_-1206076979', u'MULTIEQUAL_-1206076919'), (u'MULTIEQUAL_-1206076852', u'MULTIEQUAL_-1206076305'), (u'LOAD_-1206079118', u'MULTIEQUAL_-1206078152'), (u'MULTIEQUAL_-1206076830', u'MULTIEQUAL_-1206076396'), ('tmp_3671', u'CBRANCH_-1206080408'), ('const-417', u'LOAD_-1206080683'), ('tmp_1474', u'CBRANCH_-1206080543'), ('const-4', u'PTRADD_-1206080728'), ('tmp_575', u'CBRANCH_-1206081837'), (u'INDIRECT_-1206076158', u'MULTIEQUAL_-1206076768'), (u'CALL_-1206079815', u'INDIRECT_-1206076105'), ('const-0', u'INT_EQUAL_-1206081913'), ('const-4', u'INT_MULT_-1206080440'), (u'INT_EQUAL_-1206080119', u'CBRANCH_-1206080118'), (u'MULTIEQUAL_-1206079041', u'MULTIEQUAL_-1206078771'), (u'LOAD_-1206079924', u'MULTIEQUAL_-1206076317'), (u'MULTIEQUAL_-1206075770', u'MULTIEQUAL_-1206076115'), (u'INT_AND_-1206080141', u'INT_NOTEQUAL_-1206080154'), ('tmp_3743', u'CBRANCH_-1206080361'), ('const-4', u'INT_AND_-1206079938'), (u'LOAD_-1206081293', u'MULTIEQUAL_-1206078570'), (u'INDIRECT_-1206076011', u'MULTIEQUAL_-1206076677'), (u'CALL_-1206081134', u'INDIRECT_-1206076663'), ('const-417', u'LOAD_-1206081677'), (u'MULTIEQUAL_-1206076809', u'MULTIEQUAL_-1206076802'), (u'CALL_-1206080187', u'INDIRECT_-1206076259'), (u'MULTIEQUAL_-1206076891', u'MULTIEQUAL_-1206076313'), (u'MULTIEQUAL_-1206078611', u'MULTIEQUAL_-1206078592'), (u'CALL_-1206080401', u'INDIRECT_-1206076161'), ('tmp_224', u'BRANCH_-1206082095'), (u'CALL_-1206079410', u'INDIRECT_-1206076276'), ('const-0', u'PTRSUB_-1206075975'), ('tmp_15407', u'CALL_-1206081134'), (u'MULTIEQUAL_-1206077004', u'INT_EQUAL_-1206081626'), ('const-367333', u'PTRSUB_-1206075975'), (u'MULTIEQUAL_-1206076743', u'MULTIEQUAL_-1206077136'), (u'INT_AND_-1206081241', u'INT_NOTEQUAL_-1206081254'), ('const-380946', u'COPY_-1206075925'), ('const-1', u'PTRADD_-1206079163'), (u'CALL_-1206081763', u'INDIRECT_-1206077017'), (u'INDIRECT_-1206076391', u'MULTIEQUAL_-1206076891'), (u'INDIRECT_-1206076224', u'MULTIEQUAL_-1206076834'), (u'CALL_-1206079693', u'MULTIEQUAL_-1206076267'), (u'MULTIEQUAL_-1206076962', u'MULTIEQUAL_-1206076948'), (u'INDIRECT_-1206076325', u'MULTIEQUAL_-1206076802'), (u'CALL_-1206079653', u'INDIRECT_-1206076478'), (u'INT_AND_-1206079938', u'INT_NOTEQUAL_-1206079951'), (u'INDIRECT_-1206076268', u'MULTIEQUAL_-1206076802'), ('const-380930', u'COPY_-1206076973'), ('const-4', u'INT_AND_-1206080657'), (u'INDIRECT_-1206076391', u'MULTIEQUAL_-1206075968'), (u'MULTIEQUAL_-1206078019', u'PTRADD_-1206080077'), ('const-380858', u'COPY_-1206076029'), (u'CALL_-1206080597', u'INT_EQUAL_-1206080571'), (u'INT_EQUAL_-1206080645', u'CBRANCH_-1206080643'), ('tmp_15407', u'CALL_-1206080243'), ('const-62', u'CALL_-1206080243'), (u'COPY_-1206076250', u'CALL_-1206079410'), (u'INT_EQUAL_-1206080367', u'CBRANCH_-1206080365'), ('tmp_15407', u'CALL_-1206079709'), (u'CALL_-1206079661', u'INDIRECT_-1206076656'), (u'INT_AND_-1206079875', u'INT_NOTEQUAL_-1206079888'), (u'MULTIEQUAL_-1206078808', u'PTRADD_-1206079129'), (u'LOAD_-1206080683', u'INT_AND_-1206080657'), (u'INDIRECT_-1206076663', u'MULTIEQUAL_-1206076636'), (u'CALL_-1206079716', u'INDIRECT_-1206076296'), (u'INDIRECT_-1206076239', u'MULTIEQUAL_-1206076218'), (u'MULTIEQUAL_-1206075762', u'MULTIEQUAL_-1206076589'), (u'MULTIEQUAL_-1206077105', u'MULTIEQUAL_-1206077098'), (u'INDIRECT_-1206075907', u'MULTIEQUAL_-1206076966'), (u'CALL_-1206080125', u'INDIRECT_-1206076530'), (u'INDIRECT_-1206076494', u'MULTIEQUAL_-1206076961'), (u'INDIRECT_-1206076782', u'COPY_-1206076829'), ('const-1', u'PTRADD_-1206080763'), (u'MULTIEQUAL_-1206075836', u'MULTIEQUAL_-1206075822'), (u'MULTIEQUAL_-1206077010', u'MULTIEQUAL_-1206076984'), (u'COPY_-1206076703', u'CALL_-1206081345'), (u'CALL_-1206082032', u'INDIRECT_-1206077417'), (u'INDIRECT_-1206076913', u'MULTIEQUAL_-1206076853'), (u'INDIRECT_-1206076524', u'MULTIEQUAL_-1206076462'), ('const-0', u'INT_EQUAL_-1206080683'), ('const-1', u'PTRADD_-1206080600'), ('const-4', u'INT_ADD_-1206080241'), (u'MULTIEQUAL_-1206078847', u'PTRADD_-1206076656'), (u'CALL_-1206079693', u'INDIRECT_-1206076392'), (u'MULTIEQUAL_-1206076677', u'MULTIEQUAL_-1206076655'), ('const-5', u'CALL_-1206079716'), (u'INT_EQUAL_-1206080501', u'CBRANCH_-1206080500'), (u'CALL_-1206080189', u'INDIRECT_-1206076202'), ('const-1', u'PTRADD_-1206080617'), (u'MULTIEQUAL_-1206076812', u'MULTIEQUAL_-1206076786'), (u'MULTIEQUAL_-1206076961', u'MULTIEQUAL_-1206076743'), ('const-380980', u'COPY_-1206076274'), ('tmp_15407', u'CALL_-1206080189'), (u'COPY_-1206076902', u'CALL_-1206080775'), (u'PTRADD_-1206079356', u'CAST_-1206075739'), ('const-32', u'PTRADD_-1206080763'), (u'INDIRECT_-1206076982', u'MULTIEQUAL_-1206076491'), (u'INDIRECT_-1206075960', u'INT_ADD_-1206080220'), (u'CALL_-1206079349', u'INDIRECT_-1206076509'), (u'INT_AND_-1206080637', u'INT_NOTEQUAL_-1206080650'), (u'INDIRECT_-1206076259', u'MULTIEQUAL_-1206076759'), (u'INT_EQUAL_-1206081307', u'CBRANCH_-1206081306'), ('const-380898', u'COPY_-1206082106'), (u'INT_ADD_-1206079169', u'CAST_-1206075603'), (u'COPY_-1206077099', u'MULTIEQUAL_-1206079002'), (u'INDIRECT_-1206076697', u'INT_SLESS_-1206080589'), ('tmp_1078', u'CBRANCH_-1206081272'), (u'CAST_-1206075974', u'LOAD_-1206080139'), (u'LOAD_-1206080454', u'MULTIEQUAL_-1206078646'), ('const-4', u'INT_ADD_-1206079226'), (u'LOAD_-1206082172', u'INT_EQUAL_-1206082127'), ('const-1', u'PTRADD_-1206079356'), (u'MULTIEQUAL_-1206075894', u'MULTIEQUAL_-1206076721'), (u'CALL_-1206080187', u'INDIRECT_-1206076193'), ('const-6', u'CALL_-1206079446'), ('const-12', u'PTRADD_-1206080201'), (u'INDIRECT_-1206077179', u'MULTIEQUAL_-1206077039'), (u'MULTIEQUAL_-1206078019', u'MULTIEQUAL_-1206077357'), ('tmp_15407', u'CALL_-1206080187'), (u'INDIRECT_-1206076676', u'MULTIEQUAL_-1206076623'), (u'COPY_-1206076939', u'MULTIEQUAL_-1206078850'), ('const-1', u'PTRADD_-1206080623'), ('tmp_15407', u'CALL_-1206081804'), ('const-417', u'LOAD_-1206079409'), (u'CALL_-1206081692', u'INDIRECT_-1206077115'), ('const-417', u'LOAD_-1206080424'), (u'LOAD_-1206081899', u'INT_NOTEQUAL_-1206081841'), ('const-1', u'PTRADD_-1206080082'), ('const-2', u'INT_AND_-1206080651'), ('tmp_2909', u'CBRANCH_-1206080661'), (u'CALL_-1206079693', u'INDIRECT_-1206076458'), (u'LOAD_-1206080721', u'INT_AND_-1206080688'), (u'MULTIEQUAL_-1206076611', u'MULTIEQUAL_-1206077004'), (u'PTRADD_-1206079988', u'CAST_-1206076419'), (u'CAST_-1206075599', u'LOAD_-1206079177'), ('const-1', u'PTRADD_-1206080392'), ('const-542496', u'PTRSUB_-1206076838'), (u'CALL_-1206080542', u'INT_EQUAL_-1206080516'), (u'MULTIEQUAL_-1206077679', u'MULTIEQUAL_-1206077664'), (u'LOAD_-1206079242', u'INT_ADD_-1206079197'), ('const-4', u'PTRADD_-1206082110'), (u'MULTIEQUAL_-1206076763', u'MULTIEQUAL_-1206076746'), (u'COPY_-1206076973', u'CALL_-1206081692'), (u'INT_AND_-1206080146', u'INT_EQUAL_-1206080160'), ('const-4', u'PTRADD_-1206081587'), (u'CAST_-1206076810', u'LOAD_-1206080825'), ('const-4', u'INT_AND_-1206080637'), (u'CALL_-1206081174', u'INDIRECT_-1206076879'), (u'INT_NOTEQUAL_-1206079646', u'CBRANCH_-1206079646'), (u'INDIRECT_-1206076105', u'MULTIEQUAL_-1206077164'), (u'CAST_-1206076329', u'LOAD_-1206080588'), (u'PTRADD_-1206080600', u'CAST_-1206076359'), (u'MULTIEQUAL_-1206076938', u'MULTIEQUAL_-1206075770'), (u'CAST_-1206077056', u'LOAD_-1206080263'), ('tmp_15406', u'COPY_-1206076939'), (u'INDIRECT_-1206076443', u'MULTIEQUAL_-1206077040'), ('const-417', u'LOAD_-1206080257'), (u'LOAD_-1206080306', u'CALL_-1206080284'), (u'MULTIEQUAL_-1206077096', u'MULTIEQUAL_-1206076852'), (u'CAST_-1206075691', u'LOAD_-1206079938'), (u'INDIRECT_-1206076590', u'MULTIEQUAL_-1206076552'), (u'PTRADD_-1206080699', u'CAST_-1206076784'), (u'INT_NOTEQUAL_-1206080701', u'CBRANCH_-1206080700'), (u'INT_EQUAL_-1206080253', u'CBRANCH_-1206080241'), (u'CALL_-1206080189', u'INDIRECT_-1206076400'), (u'INDIRECT_-1206076435', u'MULTIEQUAL_-1206076846'), (u'MULTIEQUAL_-1206078827', u'PTRADD_-1206079876'), (u'INDIRECT_-1206076457', u'MULTIEQUAL_-1206076957'), ('tmp_1104', u'CBRANCH_-1206081254'), ('const-417', u'LOAD_-1206080825'), (u'INDIRECT_-1206075975', u'MULTIEQUAL_-1206075954'), (u'COPY_-1206075925', u'CALL_-1206079119'), (u'MULTIEQUAL_-1206078850', u'MULTIEQUAL_-1206078827'), ('tmp_15407', u'CALL_-1206082032'), (u'PTRADD_-1206080392', u'CAST_-1206076663'), (u'MULTIEQUAL_-1206078646', u'MULTIEQUAL_-1206079041'), (u'CALL_-1206080243', u'INDIRECT_-1206075960'), (u'CAST_-1206076951', u'LOAD_-1206081899'), (u'CALL_-1206079661', u'INDIRECT_-1206076722'), (u'MULTIEQUAL_-1206078808', u'MULTIEQUAL_-1206078850'), (u'LOAD_-1206079964', u'INT_AND_-1206079938'), ('const-417', u'LOAD_-1206080447'), (u'INDIRECT_-1206077149', u'MULTIEQUAL_-1206077105'), (u'PTRADD_-1206079828', u'CALL_-1206079866'), (u'INT_EQUAL_-1206082153', u'CBRANCH_-1206082150'), (u'CALL_-1206081692', u'INDIRECT_-1206077049'), (u'INDIRECT_-1206076107', u'MULTIEQUAL_-1206076086'), (u'CALL_-1206080243', u'INDIRECT_-1206076158'), (u'MULTIEQUAL_-1206078808', u'PTRADD_-1206079356'), ('const-0', u'INT_EQUAL_-1206080626'), (u'INDIRECT_-1206076202', u'INT_EQUAL_-1206080119'), (u'MULTIEQUAL_-1206076720', u'MULTIEQUAL_-1206076693'), (u'MULTIEQUAL_-1206077996', u'INT_EQUAL_-1206080501'), (u'MULTIEQUAL_-1206076759', u'MULTIEQUAL_-1206076181'), ('tmp_4117', u'CBRANCH_-1206080023'), (u'CALL_-1206081345', u'INDIRECT_-1206076763'), (u'INDIRECT_-1206076829', u'INT_NOTEQUAL_-1206081188'), (u'MULTIEQUAL_-1206075888', u'MULTIEQUAL_-1206076809'), (u'INT_SLESS_-1206079907', u'CBRANCH_-1206079914'), (u'INDIRECT_-1206077049', u'MULTIEQUAL_-1206077030'), ('const-417', u'LOAD_-1206080379'), (u'PTRADD_-1206076679', u'CAST_-1206076646'), (u'CALL_-1206081804', u'INDIRECT_-1206077100'), (u'LOAD_-1206082125', u'MULTIEQUAL_-1206079013'), (u'LOAD_-1206080721', u'MULTIEQUAL_-1206078164'), (u'INDIRECT_-1206077377', u'MULTIEQUAL_-1206077117'), ('const-380937', u'COPY_-1206076214'), ('const-12', u'PTRADD_-1206081728'), (u'COPY_-1206076315', u'CALL_-1206079729'), (u'MULTIEQUAL_-1206075696', u'MULTIEQUAL_-1206076964'), (u'CALL_-1206079653', u'INDIRECT_-1206076544'), ('const-4', u'PTRADD_-1206080077'), (u'CAST_-1206075835', u'LOAD_-1206080306'), (u'CALL_-1206080487', u'INDIRECT_-1206076804'), (u'CALL_-1206080189', u'INDIRECT_-1206076334'), (u'INT_ADD_-1206079916', u'CAST_-1206075687'), (u'INT_EQUAL_-1206080683', u'CBRANCH_-1206080681'), (u'MULTIEQUAL_-1206076743', u'PTRADD_-1206079988'), ('const-4', u'INT_ADD_-1206079169'), (u'PTRADD_-1206080201', u'CAST_-1206077056'), (u'COPY_-1206076081', u'MULTIEQUAL_-1206078580'), (u'CALL_-1206079673', u'INDIRECT_-1206076567'), (u'MULTIEQUAL_-1206076486', u'MULTIEQUAL_-1206076961'), (u'INDIRECT_-1206077177', u'MULTIEQUAL_-1206077117'), ('tmp_5031', u'BRANCH_-1206079389'), ('const-417', u'LOAD_-1206080251'), (u'CALL_-1206081692', u'INDIRECT_-1206077181'), ('const-3', u'PTRADD_-1206076679'), ('const-0', u'INT_NOTEQUAL_-1206079646'), (u'INDIRECT_-1206077281', u'MULTIEQUAL_-1206077237'), (u'INDIRECT_-1206076982', u'MULTIEQUAL_-1206076929'), ('const-417', u'LOAD_-1206080139'), ('const-417', u'LOAD_-1206081762'), (u'CALL_-1206081985', u'INDIRECT_-1206077395'), (u'MULTIEQUAL_-1206077004', u'MULTIEQUAL_-1206076239'), ('const-1', u'PTRADD_-1206077072'), (u'CALL_-1206080243', u'INDIRECT_-1206076026'), (u'INT_NOTEQUAL_-1206081664', u'CBRANCH_-1206081662'), (u'INT_AND_-1206080631', u'INT_EQUAL_-1206080645'), ('tmp_3406', u'CBRANCH_-1206080569'), ('const-1', u'CALL_-1206079716'), (u'CALL_-1206079716', u'INDIRECT_-1206076560'), ('const-4', u'PTRADD_-1206076656'), (u'LOAD_-1206079938', u'INT_ADD_-1206079916'), (u'INDIRECT_-1206076596', u'MULTIEQUAL_-1206077030'), (u'MULTIEQUAL_-1206077350', u'PTRADD_-1206080526'), (u'CALL_-1206082032', u'INDIRECT_-1206077153'), (u'INDIRECT_-1206076202', u'MULTIEQUAL_-1206075822'), (u'INDIRECT_-1206076501', u'MULTIEQUAL_-1206076452'), (u'PTRADD_-1206079311', u'CAST_-1206075713'), (u'MULTIEQUAL_-1206075762', u'MULTIEQUAL_-1206077030'), ('const-7', u'INT_SLESS_-1206080589'), ('const-367333', u'PTRSUB_-1206080420'), ('tmp_181', u'CBRANCH_-1206082126'), (u'INDIRECT_-1206076916', u'MULTIEQUAL_-1206076863'), (u'INT_EQUAL_-1206081273', u'CBRANCH_-1206081272'), ('const-0', u'INT_NOTEQUAL_-1206079164'), (u'INDIRECT_-1206075945', u'MULTIEQUAL_-1206075762'), (u'CALL_-1206080189', u'INDIRECT_-1206076268'), (u'CALL_-1206080401', u'INDIRECT_-1206076771'), (u'MULTIEQUAL_-1206078592', u'MULTIEQUAL_-1206078019'), ('const-1', u'PTRADD_-1206081231'), (u'LOAD_-1206079930', u'INT_AND_-1206079904'), (u'INDIRECT_-1206076728', u'MULTIEQUAL_-1206077162'), (u'CAST_-1206075655', u'LOAD_-1206079873'), ('const-417', u'LOAD_-1206081649'), (u'MULTIEQUAL_-1206078808', u'LOAD_-1206079118'), (u'INT_NOTEQUAL_-1206079917', u'CBRANCH_-1206079914'), (u'MULTIEQUAL_-1206076786', u'MULTIEQUAL_-1206076759'), (u'INT_ADD_-1206080768', u'CAST_-1206076571'), (u'CALL_-1206079866', u'INDIRECT_-1206075650'), (u'MULTIEQUAL_-1206078808', u'CALL_-1206080542'), ('tmp_2187', u'BRANCH_-1206079851'), ('const-1', u'CALL_-1206080189'), (u'LOAD_-1206080761', u'CALL_-1206080734'), (u'CALL_-1206079349', u'INDIRECT_-1206076245'), (u'MULTIEQUAL_-1206076829', u'INT_EQUAL_-1206080029'), ('const-10', u'CALL_-1206079119'), (u'PTRSUB_-1206077059', u'CALL_-1206082032'), (u'INDIRECT_-1206076011', u'MULTIEQUAL_-1206076878'), (u'MULTIEQUAL_-1206075756', u'MULTIEQUAL_-1206076677'), (u'INT_EQUAL_-1206081913', u'CBRANCH_-1206081912'), (u'CALL_-1206079410', u'INDIRECT_-1206076408'), (u'CAST_-1206075603', u'LOAD_-1206079185'), (u'INDIRECT_-1206076193', u'MULTIEQUAL_-1206076670'), (u'COPY_-1206076388', u'CALL_-1206079689'), (u'INDIRECT_-1206077115', u'MULTIEQUAL_-1206077096'), (u'LOAD_-1206080348', u'INT_EQUAL_-1206080333'), ('const-0', u'INT_EQUAL_-1206080253'), (u'INDIRECT_-1206077048', u'MULTIEQUAL_-1206076557'), (u'MULTIEQUAL_-1206076545', u'MULTIEQUAL_-1206076938'), (u'INT_AND_-1206081293', u'INT_EQUAL_-1206081307'), (u'CALL_-1206081763', u'INDIRECT_-1206077215'), (u'MULTIEQUAL_-1206076829', u'MULTIEQUAL_-1206076812'), (u'MULTIEQUAL_-1206076812', u'MULTIEQUAL_-1206076589'), (u'COPY_-1206077016', u'CALL_-1206081763'), (u'INT_NOTEQUAL_-1206079628', u'CBRANCH_-1206079628'), ('const-1', u'PTRADD_-1206079828'), (u'INDIRECT_-1206076311', u'MULTIEQUAL_-1206076908'), (u'MULTIEQUAL_-1206078808', u'MULTIEQUAL_-1206078611'), (u'INT_SLESS_-1206080589', u'CBRANCH_-1206080596'), (u'INT_NOTEQUAL_-1206082106', u'CBRANCH_-1206082105'), (u'MULTIEQUAL_-1206076895', u'MULTIEQUAL_-1206076878'), (u'MULTIEQUAL_-1206078850', u'LOAD_-1206081677'), ('const-1', u'CALL_-1206080125'), ('const-16', u'INT_ADD_-1206079197'), ('const-4', u'PTRADD_-1206080392'), (u'MULTIEQUAL_-1206076944', u'PTRADD_-1206080330'), ('const-168', u'PTRADD_-1206079988'), (u'CALL_-1206081804', u'INDIRECT_-1206077166'), (u'MULTIEQUAL_-1206076354', u'MULTIEQUAL_-1206076829'), ('const-372115', u'COPY_-1206076893'), (u'MULTIEQUAL_-1206077350', u'LOAD_-1206081325'), (u'INDIRECT_-1206075879', u'MULTIEQUAL_-1206076746'), ('tmp_15407', u'CALL_-1206079349'), ('tmp_3923', u'CBRANCH_-1206079410'), (u'CALL_-1206081692', u'INDIRECT_-1206076983'), (u'COPY_-1206075728', u'MULTIEQUAL_-1206078423'), (u'INT_NOTEQUAL_-1206079626', u'CBRANCH_-1206079626'), (u'LOAD_-1206080167', u'INT_AND_-1206080141'), (u'INDIRECT_-1206077091', u'MULTIEQUAL_-1206076584'), (u'LOAD_-1206080454', u'INT_EQUAL_-1206080029'), (u'INDIRECT_-1206076334', u'MULTIEQUAL_-1206076875'), (u'CALL_-1206079709', u'INDIRECT_-1206076580'), ('const-0', u'INT_EQUAL_-1206082153'), (u'INDIRECT_-1206076509', u'MULTIEQUAL_-1206077106'), (u'CAST_-1206076784', u'LOAD_-1206080761'), (u'CALL_-1206080189', u'INDIRECT_-1206076136'), (u'CALL_-1206080401', u'INDIRECT_-1206076227'), ('tmp_4954', u'BRANCH_-1206079098'), (u'MULTIEQUAL_-1206078808', u'CALL_-1206080597'), (u'MULTIEQUAL_-1206075770', u'MULTIEQUAL_-1206075756'), (u'CALL_-1206081945', u'INDIRECT_-1206077311'), (u'INT_EQUAL_-1206080626', u'CBRANCH_-1206080624'), (u'MULTIEQUAL_-1206078808', u'LOAD_-1206079431'), ('const-0', u'INT_NOTEQUAL_-1206079628'), (u'COPY_-1206076603', u'CALL_-1206081134'), ('const-4', u'PTRADD_-1206079356'), (u'INDIRECT_-1206077245', u'MULTIEQUAL_-1206077105'), ('const-417', u'LOAD_-1206081790'), (u'MULTIEQUAL_-1206078164', u'INT_AND_-1206080669'), ('tmp_15407', u'CALL_-1206080734'), (u'PTRADD_-1206080244', u'CAST_-1206075835'), ('const-1', u'INT_ADD_-1206079887'), (u'LOAD_-1206080630', u'MULTIEQUAL_-1206077996'), (u'INT_MULT_-1206080440', u'CALL_-1206080401'), (u'CALL_-1206080542', u'INDIRECT_-1206077025'), (u'INT_NOTEQUAL_-1206080663', u'CBRANCH_-1206080662'), ('tmp_3637', u'CBRANCH_-1206080431'), ('const-1', u'INT_AND_-1206081293'), (u'CAST_-1206076530', u'LOAD_-1206081293'), (u'LOAD_-1206079191', u'MULTIEQUAL_-1206077803'), (u'CALL_-1206081134', u'INDIRECT_-1206076597'), (u'CAST_-1206076829', u'LOAD_-1206081649'), ('const-0', u'INT_NOTEQUAL_-1206081858'), (u'MULTIEQUAL_-1206077350', u'PTRADD_-1206081231'), ('const-12', u'PTRADD_-1206079811'), (u'LOAD_-1206082125', u'INT_NOTEQUAL_-1206082106'), ('const-417', u'LOAD_-1206079938'), (u'INDIRECT_-1206076136', u'MULTIEQUAL_-1206075756'), (u'CALL_-1206080597', u'INDIRECT_-1206077114'), ('tmp_1786', u'CBRANCH_-1206080365'), ('const-417', u'LOAD_-1206079873'), (u'CALL_-1206079349', u'INDIRECT_-1206076443'), ('const-8', u'CALL_-1206080125'), (u'PTRADD_-1206080082', u'CAST_-1206076037'), (u'CAST_-1206076646', u'LOAD_-1206080424'), ('const-1', u'CALL_-1206079119'), (u'INDIRECT_-1206076435', u'MULTIEQUAL_-1206076386'), (u'CALL_-1206079653', u'INDIRECT_-1206076610'), ('tmp_15407', u'CALL_-1206080401'), (u'COPY_-1206077129', u'MULTIEQUAL_-1206079002'), ('tmp_4052', u'CBRANCH_-1206079196'), (u'MULTIEQUAL_-1206076938', u'MULTIEQUAL_-1206076173'), (u'MULTIEQUAL_-1206079002', u'CALL_-1206081945'), (u'MULTIEQUAL_-1206077202', u'MULTIEQUAL_-1206076034')]
null
null
0003a540
x86
O2
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0003a540(FILE *param_1,byte *param_2)\n\n{\n byte bVar1;\n int iVar2;\n undefined4 *puVar3;\n undefined4 uVar4;\n byte *pbVar5;\n char *pcVar6;\n undefined *puVar7;\n byte *local_20;\n \n puVar3 = *(undefined4 **)(param_2 + 4);\n if ((*param_2 & 1) == 0) {\nLAB_0003a586:\n pcVar6 = (char *)puVar3[1];\n if (pcVar6 == (char *)0x0) goto LAB_0003a574;\nLAB_0003a58d:\n if (*pcVar6 == '\0') {\n pcVar6 = "(unnamed)";\n }\n }\n else {\n if (DAT_00084798 == puVar3) {\n puVar3 = *(undefined4 **)(*(int *)(param_2 + 0xc) + 4);\n goto LAB_0003a586;\n }\n pcVar6 = *(char **)(param_2 + 8);\n if (pcVar6 != (char *)0x0) goto LAB_0003a58d;\nLAB_0003a574:\n pcVar6 = "(unnamed)";\n }\n fwrite(&DAT_0005cfec,1,4,param_1);\n fprintf(param_1,"%08lx",param_2);\n fprintf(param_1," %s",pcVar6);\n bVar1 = *param_2;\n local_20 = param_2;\n if (((bVar1 & 1) == 0) ||\n (local_20 = *(byte **)(param_2 + 0xc), *(undefined4 **)(param_2 + 4) == DAT_00084798)) {\n if (*(undefined **)(local_20 + 0x20) != &DAT_00084720) {\n fwrite(" frag ",1,6,param_1);\n fprintf(param_1,"%08lx",*(undefined4 *)(local_20 + 0x20));\n }\n bVar1 = *local_20;\n if ((bVar1 & 2) != 0) {\n fwrite(" written",1,8,param_1);\n bVar1 = *local_20;\n }\n if ((bVar1 & 4) == 0) {\n if ((bVar1 & 8) != 0) {\n fwrite(" resolving",1,10,param_1);\n bVar1 = *local_20;\n }\n }\n else {\n fwrite(" resolved",1,9,param_1);\n bVar1 = *local_20;\n }\n if ((bVar1 & 0x10) == 0) {\n if ((bVar1 & 0x20) == 0) goto LAB_0003a6c5;\nLAB_0003a868:\n fwrite(" used",1,5,param_1);\n iVar2 = FUN_00036b30(local_20);\n if (iVar2 != 0) goto LAB_0003a890;\nLAB_0003a6d9:\n iVar2 = FUN_00036850(local_20);\n if (iVar2 == 0) goto LAB_0003a6ed;\nLAB_0003a8b8:\n fwrite(" extern",1,7,param_1);\n iVar2 = FUN_000368c0(local_20);\n }\n else {\n fwrite(" used-in-reloc",1,0xe,param_1);\n if ((*local_20 & 0x20) != 0) goto LAB_0003a868;\nLAB_0003a6c5:\n iVar2 = FUN_00036b30(local_20);\n if (iVar2 == 0) goto LAB_0003a6d9;\nLAB_0003a890:\n fwrite(" local",1,6,param_1);\n iVar2 = FUN_00036850(local_20);\n if (iVar2 != 0) goto LAB_0003a8b8;\nLAB_0003a6ed:\n iVar2 = FUN_000368c0(local_20);\n }\n if (iVar2 != 0) {\n fwrite(" weak",1,5,param_1);\n }\n puVar3 = *(undefined4 **)(local_20 + 4);\n if ((*local_20 & 1) == 0) {\n if ((*(byte *)(puVar3 + 3) & 4) != 0) {\nLAB_0003aa80:\n fwrite(" debug",1,6,param_1);\n puVar3 = *(undefined4 **)(local_20 + 4);\n if ((*local_20 & 1) != 0) {\n if (puVar3 == DAT_00084798) {\n iVar2 = *(int *)(local_20 + 0xc);\n goto LAB_0003ab30;\n }\n goto LAB_0003a7e0;\n }\n }\n if ((undefined *)puVar3[4] != PTR__bfd_std_section_0007afb0 + 0xa8) goto LAB_0003a7f4;\n goto LAB_0003a72d;\n }\n if (DAT_00084798 == puVar3) {\n iVar2 = *(int *)(local_20 + 0xc);\n if ((*(byte *)(*(int *)(iVar2 + 4) + 0xc) & 4) != 0) goto LAB_0003aa80;\nLAB_0003ab30:\n if (*(undefined **)(*(int *)(iVar2 + 4) + 0x10) == PTR__bfd_std_section_0007afb0 + 0xa8)\n goto LAB_0003a63f;\nLAB_0003a7f4:\n fwrite(" defined",1,8,param_1);\n goto LAB_0003a63f;\n }\nLAB_0003a7e0:\n if (puVar3 != (undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8)) goto LAB_0003a7f4;\nLAB_0003a654:\n if (DAT_00084798 == puVar3) {\n if ((*(byte *)(*(int *)(local_20 + 0xc) + 1) & 2) != 0) {\nLAB_0003a940:\n fwrite(" weakrefr",1,9,param_1);\n if ((*local_20 & 1) == 0) goto LAB_0003a737;\n puVar3 = *(undefined4 **)(local_20 + 4);\n if (DAT_00084798 != puVar3) goto LAB_0003a74b;\n }\n if ((*(byte *)(*(int *)(local_20 + 0xc) + 1) & 4) != 0) goto LAB_0003a978;\nLAB_0003aada:\n pbVar5 = *(byte **)(local_20 + 0xc);\n goto LAB_0003a745;\n }\n }\n else {\n if ((local_20 != (byte *)0x0) && (local_20 != PTR_DAT_0007af70)) {\n fwrite(" frag ",1,6,param_1);\n fprintf(param_1,"%08lx",*(undefined4 *)(param_2 + 0xc));\n bVar1 = *param_2;\n }\n if ((bVar1 & 4) != 0) {\n fwrite(" resolved",1,9,param_1);\n }\n fwrite(" local",1,6,param_1);\n local_20 = param_2;\nLAB_0003a63f:\n if ((*local_20 & 1) != 0) {\n puVar3 = *(undefined4 **)(local_20 + 4);\n goto LAB_0003a654;\n }\nLAB_0003a72d:\n if ((local_20[1] & 2) != 0) goto LAB_0003a940;\nLAB_0003a737:\n pbVar5 = local_20;\n if ((local_20[1] & 4) != 0) {\nLAB_0003a978:\n fwrite(" weakrefd",1,9,param_1);\n pbVar5 = local_20;\n if ((*local_20 & 1) != 0) {\n puVar3 = *(undefined4 **)(local_20 + 4);\n if (DAT_00084798 == puVar3) goto LAB_0003aada;\n goto LAB_0003a74b;\n }\n }\nLAB_0003a745:\n puVar3 = *(undefined4 **)(*(int *)(pbVar5 + 4) + 0x10);\n }\nLAB_0003a74b:\n fprintf(param_1," %s",*puVar3);\n bVar1 = *local_20;\n if ((bVar1 & 1) == 0) {\n pbVar5 = local_20;\n if ((bVar1 & 4) != 0) {\nLAB_0003a818:\n puVar3 = *(undefined4 **)(*(int *)(pbVar5 + 4) + 0x10);\nLAB_0003a782:\n if ((puVar3 != (undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8)) &&\n (DAT_000846e0 != puVar3)) {\n uVar4 = FUN_000382f0();\n fprintf(param_1," %lx",uVar4);\n }\n goto LAB_0003a7b8;\n }\n if (7 < DAT_000849cc) goto LAB_0003a7b8;\n iVar2 = *(int *)(local_20 + 4);\nLAB_0003a83c:\n puVar3 = *(undefined4 **)(iVar2 + 0x10);\n }\n else {\n puVar3 = *(undefined4 **)(local_20 + 4);\n if (puVar3 == DAT_00084798) {\n pbVar5 = *(byte **)(local_20 + 0xc);\n if ((*pbVar5 & 4) != 0) goto LAB_0003a818;\n if (7 < DAT_000849cc) goto LAB_0003a7b8;\n iVar2 = *(int *)(pbVar5 + 4);\n goto LAB_0003a83c;\n }\n if ((bVar1 & 4) != 0) goto LAB_0003a782;\n if (7 < DAT_000849cc) goto LAB_0003a7b8;\n }\n if (puVar3 == (undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8)) goto LAB_0003a7b8;\n DAT_000849cc = DAT_000849cc + 1;\n puVar7 = &DAT_00059ae5;\n fprintf(param_1,"\n%*s<",DAT_000849cc * 4,&DAT_00059ae5);\n if ((*local_20 & 1) == 0) {\nLAB_0003ab5b:\n FUN_0003a0b0(param_1,local_20 + 8);\n }\n else {\n if (*(undefined4 **)(local_20 + 4) == DAT_00084798) {\n local_20 = *(byte **)(local_20 + 0xc);\n goto LAB_0003ab5b;\n }\n fprintf(param_1,"constant %lx",*(undefined4 *)(local_20 + 0x10),puVar7);\n }\n fputc(0x3e,param_1);\n DAT_000849cc = DAT_000849cc + -1;\nLAB_0003a7b8:\n fflush(param_1);\n return;\n}\n\n" comment (function_definition "void FUN_0003a540(FILE *param_1,byte *param_2)\n\n{\n byte bVar1;\n int iVar2;\n undefined4 *puVar3;\n undefined4 uVar4;\n byte *pbVar5;\n char *pcVar6;\n undefined *puVar7;\n byte *local_20;\n \n puVar3 = *(undefined4 **)(param_2 + 4);\n if ((*param_2 & 1) == 0) {\nLAB_0003a586:\n pcVar6 = (char *)puVar3[1];\n if (pcVar6 == (char *)0x0) goto LAB_0003a574;\nLAB_0003a58d:\n if (*pcVar6 == '\0') {\n pcVar6 = "(unnamed)";\n }\n }\n else {\n if (DAT_00084798 == puVar3) {\n puVar3 = *(undefined4 **)(*(int *)(param_2 + 0xc) + 4);\n goto LAB_0003a586;\n }\n pcVar6 = *(char **)(param_2 + 8);\n if (pcVar6 != (char *)0x0) goto LAB_0003a58d;\nLAB_0003a574:\n pcVar6 = "(unnamed)";\n }\n fwrite(&DAT_0005cfec,1,4,param_1);\n fprintf(param_1,"%08lx",param_2);\n fprintf(param_1," %s",pcVar6);\n bVar1 = *param_2;\n local_20 = param_2;\n if (((bVar1 & 1) == 0) ||\n (local_20 = *(byte **)(param_2 + 0xc), *(undefined4 **)(param_2 + 4) == DAT_00084798)) {\n if (*(undefined **)(local_20 + 0x20) != &DAT_00084720) {\n fwrite(" frag ",1,6,param_1);\n fprintf(param_1,"%08lx",*(undefined4 *)(local_20 + 0x20));\n }\n bVar1 = *local_20;\n if ((bVar1 & 2) != 0) {\n fwrite(" written",1,8,param_1);\n bVar1 = *local_20;\n }\n if ((bVar1 & 4) == 0) {\n if ((bVar1 & 8) != 0) {\n fwrite(" resolving",1,10,param_1);\n bVar1 = *local_20;\n }\n }\n else {\n fwrite(" resolved",1,9,param_1);\n bVar1 = *local_20;\n }\n if ((bVar1 & 0x10) == 0) {\n if ((bVar1 & 0x20) == 0) goto LAB_0003a6c5;\nLAB_0003a868:\n fwrite(" used",1,5,param_1);\n iVar2 = FUN_00036b30(local_20);\n if (iVar2 != 0) goto LAB_0003a890;\nLAB_0003a6d9:\n iVar2 = FUN_00036850(local_20);\n if (iVar2 == 0) goto LAB_0003a6ed;\nLAB_0003a8b8:\n fwrite(" extern",1,7,param_1);\n iVar2 = FUN_000368c0(local_20);\n }\n else {\n fwrite(" used-in-reloc",1,0xe,param_1);\n if ((*local_20 & 0x20) != 0) goto LAB_0003a868;\nLAB_0003a6c5:\n iVar2 = FUN_00036b30(local_20);\n if (iVar2 == 0) goto LAB_0003a6d9;\nLAB_0003a890:\n fwrite(" local",1,6,param_1);\n iVar2 = FUN_00036850(local_20);\n if (iVar2 != 0) goto LAB_0003a8b8;\nLAB_0003a6ed:\n iVar2 = FUN_000368c0(local_20);\n }\n if (iVar2 != 0) {\n fwrite(" weak",1,5,param_1);\n }\n puVar3 = *(undefined4 **)(local_20 + 4);\n if ((*local_20 & 1) == 0) {\n if ((*(byte *)(puVar3 + 3) & 4) != 0) {\nLAB_0003aa80:\n fwrite(" debug",1,6,param_1);\n puVar3 = *(undefined4 **)(local_20 + 4);\n if ((*local_20 & 1) != 0) {\n if (puVar3 == DAT_00084798) {\n iVar2 = *(int *)(local_20 + 0xc);\n goto LAB_0003ab30;\n }\n goto LAB_0003a7e0;\n }\n }\n if ((undefined *)puVar3[4] != PTR__bfd_std_section_0007afb0 + 0xa8) goto LAB_0003a7f4;\n goto LAB_0003a72d;\n }\n if (DAT_00084798 == puVar3) {\n iVar2 = *(int *)(local_20 + 0xc);\n if ((*(byte *)(*(int *)(iVar2 + 4) + 0xc) & 4) != 0) goto LAB_0003aa80;\nLAB_0003ab30:\n if (*(undefined **)(*(int *)(iVar2 + 4) + 0x10) == PTR__bfd_std_section_0007afb0 + 0xa8)\n goto LAB_0003a63f;\nLAB_0003a7f4:\n fwrite(" defined",1,8,param_1);\n goto LAB_0003a63f;\n }\nLAB_0003a7e0:\n if (puVar3 != (undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8)) goto LAB_0003a7f4;\nLAB_0003a654:\n if (DAT_00084798 == puVar3) {\n if ((*(byte *)(*(int *)(local_20 + 0xc) + 1) & 2) != 0) {\nLAB_0003a940:\n fwrite(" weakrefr",1,9,param_1);\n if ((*local_20 & 1) == 0) goto LAB_0003a737;\n puVar3 = *(undefined4 **)(local_20 + 4);\n if (DAT_00084798 != puVar3) goto LAB_0003a74b;\n }\n if ((*(byte *)(*(int *)(local_20 + 0xc) + 1) & 4) != 0) goto LAB_0003a978;\nLAB_0003aada:\n pbVar5 = *(byte **)(local_20 + 0xc);\n goto LAB_0003a745;\n }\n }\n else {\n if ((local_20 != (byte *)0x0) && (local_20 != PTR_DAT_0007af70)) {\n fwrite(" frag ",1,6,param_1);\n fprintf(param_1,"%08lx",*(undefined4 *)(param_2 + 0xc));\n bVar1 = *param_2;\n }\n if ((bVar1 & 4) != 0) {\n fwrite(" resolved",1,9,param_1);\n }\n fwrite(" local",1,6,param_1);\n local_20 = param_2;\nLAB_0003a63f:\n if ((*local_20 & 1) != 0) {\n puVar3 = *(undefined4 **)(local_20 + 4);\n goto LAB_0003a654;\n }\nLAB_0003a72d:\n if ((local_20[1] & 2) != 0) goto LAB_0003a940;\nLAB_0003a737:\n pbVar5 = local_20;\n if ((local_20[1] & 4) != 0) {\nLAB_0003a978:\n fwrite(" weakrefd",1,9,param_1);\n pbVar5 = local_20;\n if ((*local_20 & 1) != 0) {\n puVar3 = *(undefined4 **)(local_20 + 4);\n if (DAT_00084798 == puVar3) goto LAB_0003aada;\n goto LAB_0003a74b;\n }\n }\nLAB_0003a745:\n puVar3 = *(undefined4 **)(*(int *)(pbVar5 + 4) + 0x10);\n }\nLAB_0003a74b:\n fprintf(param_1," %s",*puVar3);\n bVar1 = *local_20;\n if ((bVar1 & 1) == 0) {\n pbVar5 = local_20;\n if ((bVar1 & 4) != 0) {\nLAB_0003a818:\n puVar3 = *(undefined4 **)(*(int *)(pbVar5 + 4) + 0x10);\nLAB_0003a782:\n if ((puVar3 != (undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8)) &&\n (DAT_000846e0 != puVar3)) {\n uVar4 = FUN_000382f0();\n fprintf(param_1," %lx",uVar4);\n }\n goto LAB_0003a7b8;\n }\n if (7 < DAT_000849cc) goto LAB_0003a7b8;\n iVar2 = *(int *)(local_20 + 4);\nLAB_0003a83c:\n puVar3 = *(undefined4 **)(iVar2 + 0x10);\n }\n else {\n puVar3 = *(undefined4 **)(local_20 + 4);\n if (puVar3 == DAT_00084798) {\n pbVar5 = *(byte **)(local_20 + 0xc);\n if ((*pbVar5 & 4) != 0) goto LAB_0003a818;\n if (7 < DAT_000849cc) goto LAB_0003a7b8;\n iVar2 = *(int *)(pbVar5 + 4);\n goto LAB_0003a83c;\n }\n if ((bVar1 & 4) != 0) goto LAB_0003a782;\n if (7 < DAT_000849cc) goto LAB_0003a7b8;\n }\n if (puVar3 == (undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8)) goto LAB_0003a7b8;\n DAT_000849cc = DAT_000849cc + 1;\n puVar7 = &DAT_00059ae5;\n fprintf(param_1,"\n%*s<",DAT_000849cc * 4,&DAT_00059ae5);\n if ((*local_20 & 1) == 0) {\nLAB_0003ab5b:\n FUN_0003a0b0(param_1,local_20 + 8);\n }\n else {\n if (*(undefined4 **)(local_20 + 4) == DAT_00084798) {\n local_20 = *(byte **)(local_20 + 0xc);\n goto LAB_0003ab5b;\n }\n fprintf(param_1,"constant %lx",*(undefined4 *)(local_20 + 0x10),puVar7);\n }\n fputc(0x3e,param_1);\n DAT_000849cc = DAT_000849cc + -1;\nLAB_0003a7b8:\n fflush(param_1);\n return;\n}" primitive_type (function_declarator "FUN_0003a540(FILE *param_1,byte *param_2)" identifier (parameter_list "(FILE *param_1,byte *param_2)" ( (parameter_declaration "FILE *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "byte *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n byte bVar1;\n int iVar2;\n undefined4 *puVar3;\n undefined4 uVar4;\n byte *pbVar5;\n char *pcVar6;\n undefined *puVar7;\n byte *local_20;\n \n puVar3 = *(undefined4 **)(param_2 + 4);\n if ((*param_2 & 1) == 0) {\nLAB_0003a586:\n pcVar6 = (char *)puVar3[1];\n if (pcVar6 == (char *)0x0) goto LAB_0003a574;\nLAB_0003a58d:\n if (*pcVar6 == '\0') {\n pcVar6 = "(unnamed)";\n }\n }\n else {\n if (DAT_00084798 == puVar3) {\n puVar3 = *(undefined4 **)(*(int *)(param_2 + 0xc) + 4);\n goto LAB_0003a586;\n }\n pcVar6 = *(char **)(param_2 + 8);\n if (pcVar6 != (char *)0x0) goto LAB_0003a58d;\nLAB_0003a574:\n pcVar6 = "(unnamed)";\n }\n fwrite(&DAT_0005cfec,1,4,param_1);\n fprintf(param_1,"%08lx",param_2);\n fprintf(param_1," %s",pcVar6);\n bVar1 = *param_2;\n local_20 = param_2;\n if (((bVar1 & 1) == 0) ||\n (local_20 = *(byte **)(param_2 + 0xc), *(undefined4 **)(param_2 + 4) == DAT_00084798)) {\n if (*(undefined **)(local_20 + 0x20) != &DAT_00084720) {\n fwrite(" frag ",1,6,param_1);\n fprintf(param_1,"%08lx",*(undefined4 *)(local_20 + 0x20));\n }\n bVar1 = *local_20;\n if ((bVar1 & 2) != 0) {\n fwrite(" written",1,8,param_1);\n bVar1 = *local_20;\n }\n if ((bVar1 & 4) == 0) {\n if ((bVar1 & 8) != 0) {\n fwrite(" resolving",1,10,param_1);\n bVar1 = *local_20;\n }\n }\n else {\n fwrite(" resolved",1,9,param_1);\n bVar1 = *local_20;\n }\n if ((bVar1 & 0x10) == 0) {\n if ((bVar1 & 0x20) == 0) goto LAB_0003a6c5;\nLAB_0003a868:\n fwrite(" used",1,5,param_1);\n iVar2 = FUN_00036b30(local_20);\n if (iVar2 != 0) goto LAB_0003a890;\nLAB_0003a6d9:\n iVar2 = FUN_00036850(local_20);\n if (iVar2 == 0) goto LAB_0003a6ed;\nLAB_0003a8b8:\n fwrite(" extern",1,7,param_1);\n iVar2 = FUN_000368c0(local_20);\n }\n else {\n fwrite(" used-in-reloc",1,0xe,param_1);\n if ((*local_20 & 0x20) != 0) goto LAB_0003a868;\nLAB_0003a6c5:\n iVar2 = FUN_00036b30(local_20);\n if (iVar2 == 0) goto LAB_0003a6d9;\nLAB_0003a890:\n fwrite(" local",1,6,param_1);\n iVar2 = FUN_00036850(local_20);\n if (iVar2 != 0) goto LAB_0003a8b8;\nLAB_0003a6ed:\n iVar2 = FUN_000368c0(local_20);\n }\n if (iVar2 != 0) {\n fwrite(" weak",1,5,param_1);\n }\n puVar3 = *(undefined4 **)(local_20 + 4);\n if ((*local_20 & 1) == 0) {\n if ((*(byte *)(puVar3 + 3) & 4) != 0) {\nLAB_0003aa80:\n fwrite(" debug",1,6,param_1);\n puVar3 = *(undefined4 **)(local_20 + 4);\n if ((*local_20 & 1) != 0) {\n if (puVar3 == DAT_00084798) {\n iVar2 = *(int *)(local_20 + 0xc);\n goto LAB_0003ab30;\n }\n goto LAB_0003a7e0;\n }\n }\n if ((undefined *)puVar3[4] != PTR__bfd_std_section_0007afb0 + 0xa8) goto LAB_0003a7f4;\n goto LAB_0003a72d;\n }\n if (DAT_00084798 == puVar3) {\n iVar2 = *(int *)(local_20 + 0xc);\n if ((*(byte *)(*(int *)(iVar2 + 4) + 0xc) & 4) != 0) goto LAB_0003aa80;\nLAB_0003ab30:\n if (*(undefined **)(*(int *)(iVar2 + 4) + 0x10) == PTR__bfd_std_section_0007afb0 + 0xa8)\n goto LAB_0003a63f;\nLAB_0003a7f4:\n fwrite(" defined",1,8,param_1);\n goto LAB_0003a63f;\n }\nLAB_0003a7e0:\n if (puVar3 != (undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8)) goto LAB_0003a7f4;\nLAB_0003a654:\n if (DAT_00084798 == puVar3) {\n if ((*(byte *)(*(int *)(local_20 + 0xc) + 1) & 2) != 0) {\nLAB_0003a940:\n fwrite(" weakrefr",1,9,param_1);\n if ((*local_20 & 1) == 0) goto LAB_0003a737;\n puVar3 = *(undefined4 **)(local_20 + 4);\n if (DAT_00084798 != puVar3) goto LAB_0003a74b;\n }\n if ((*(byte *)(*(int *)(local_20 + 0xc) + 1) & 4) != 0) goto LAB_0003a978;\nLAB_0003aada:\n pbVar5 = *(byte **)(local_20 + 0xc);\n goto LAB_0003a745;\n }\n }\n else {\n if ((local_20 != (byte *)0x0) && (local_20 != PTR_DAT_0007af70)) {\n fwrite(" frag ",1,6,param_1);\n fprintf(param_1,"%08lx",*(undefined4 *)(param_2 + 0xc));\n bVar1 = *param_2;\n }\n if ((bVar1 & 4) != 0) {\n fwrite(" resolved",1,9,param_1);\n }\n fwrite(" local",1,6,param_1);\n local_20 = param_2;\nLAB_0003a63f:\n if ((*local_20 & 1) != 0) {\n puVar3 = *(undefined4 **)(local_20 + 4);\n goto LAB_0003a654;\n }\nLAB_0003a72d:\n if ((local_20[1] & 2) != 0) goto LAB_0003a940;\nLAB_0003a737:\n pbVar5 = local_20;\n if ((local_20[1] & 4) != 0) {\nLAB_0003a978:\n fwrite(" weakrefd",1,9,param_1);\n pbVar5 = local_20;\n if ((*local_20 & 1) != 0) {\n puVar3 = *(undefined4 **)(local_20 + 4);\n if (DAT_00084798 == puVar3) goto LAB_0003aada;\n goto LAB_0003a74b;\n }\n }\nLAB_0003a745:\n puVar3 = *(undefined4 **)(*(int *)(pbVar5 + 4) + 0x10);\n }\nLAB_0003a74b:\n fprintf(param_1," %s",*puVar3);\n bVar1 = *local_20;\n if ((bVar1 & 1) == 0) {\n pbVar5 = local_20;\n if ((bVar1 & 4) != 0) {\nLAB_0003a818:\n puVar3 = *(undefined4 **)(*(int *)(pbVar5 + 4) + 0x10);\nLAB_0003a782:\n if ((puVar3 != (undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8)) &&\n (DAT_000846e0 != puVar3)) {\n uVar4 = FUN_000382f0();\n fprintf(param_1," %lx",uVar4);\n }\n goto LAB_0003a7b8;\n }\n if (7 < DAT_000849cc) goto LAB_0003a7b8;\n iVar2 = *(int *)(local_20 + 4);\nLAB_0003a83c:\n puVar3 = *(undefined4 **)(iVar2 + 0x10);\n }\n else {\n puVar3 = *(undefined4 **)(local_20 + 4);\n if (puVar3 == DAT_00084798) {\n pbVar5 = *(byte **)(local_20 + 0xc);\n if ((*pbVar5 & 4) != 0) goto LAB_0003a818;\n if (7 < DAT_000849cc) goto LAB_0003a7b8;\n iVar2 = *(int *)(pbVar5 + 4);\n goto LAB_0003a83c;\n }\n if ((bVar1 & 4) != 0) goto LAB_0003a782;\n if (7 < DAT_000849cc) goto LAB_0003a7b8;\n }\n if (puVar3 == (undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8)) goto LAB_0003a7b8;\n DAT_000849cc = DAT_000849cc + 1;\n puVar7 = &DAT_00059ae5;\n fprintf(param_1,"\n%*s<",DAT_000849cc * 4,&DAT_00059ae5);\n if ((*local_20 & 1) == 0) {\nLAB_0003ab5b:\n FUN_0003a0b0(param_1,local_20 + 8);\n }\n else {\n if (*(undefined4 **)(local_20 + 4) == DAT_00084798) {\n local_20 = *(byte **)(local_20 + 0xc);\n goto LAB_0003ab5b;\n }\n fprintf(param_1,"constant %lx",*(undefined4 *)(local_20 + 0x10),puVar7);\n }\n fputc(0x3e,param_1);\n DAT_000849cc = DAT_000849cc + -1;\nLAB_0003a7b8:\n fflush(param_1);\n return;\n}" { (declaration "byte bVar1;" type_identifier identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "undefined4 *puVar3;" type_identifier (pointer_declarator "*puVar3" * identifier) ;) (declaration "undefined4 uVar4;" type_identifier identifier ;) (declaration "byte *pbVar5;" type_identifier (pointer_declarator "*pbVar5" * identifier) ;) (declaration "char *pcVar6;" primitive_type (pointer_declarator "*pcVar6" * identifier) ;) (declaration "undefined *puVar7;" type_identifier (pointer_declarator "*puVar7" * identifier) ;) (declaration "byte *local_20;" type_identifier (pointer_declarator "*local_20" * identifier) ;) (expression_statement "puVar3 = *(undefined4 **)(param_2 + 4);" (assignment_expression "puVar3 = *(undefined4 **)(param_2 + 4)" identifier = (pointer_expression "*(undefined4 **)(param_2 + 4)" * (cast_expression "(undefined4 **)(param_2 + 4)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_2 + 4)" ( (binary_expression "param_2 + 4" identifier + number_literal) ))))) ;) (if_statement "if ((*param_2 & 1) == 0) {\nLAB_0003a586:\n pcVar6 = (char *)puVar3[1];\n if (pcVar6 == (char *)0x0) goto LAB_0003a574;\nLAB_0003a58d:\n if (*pcVar6 == '\0') {\n pcVar6 = "(unnamed)";\n }\n }\n else {\n if (DAT_00084798 == puVar3) {\n puVar3 = *(undefined4 **)(*(int *)(param_2 + 0xc) + 4);\n goto LAB_0003a586;\n }\n pcVar6 = *(char **)(param_2 + 8);\n if (pcVar6 != (char *)0x0) goto LAB_0003a58d;\nLAB_0003a574:\n pcVar6 = "(unnamed)";\n }" if (parenthesized_expression "((*param_2 & 1) == 0)" ( (binary_expression "(*param_2 & 1) == 0" (parenthesized_expression "(*param_2 & 1)" ( (binary_expression "*param_2 & 1" (pointer_expression "*param_2" * identifier) & number_literal) )) == number_literal) )) (compound_statement "{\nLAB_0003a586:\n pcVar6 = (char *)puVar3[1];\n if (pcVar6 == (char *)0x0) goto LAB_0003a574;\nLAB_0003a58d:\n if (*pcVar6 == '\0') {\n pcVar6 = "(unnamed)";\n }\n }" { (labeled_statement "LAB_0003a586:\n pcVar6 = (char *)puVar3[1];" statement_identifier : (expression_statement "pcVar6 = (char *)puVar3[1];" (assignment_expression "pcVar6 = (char *)puVar3[1]" identifier = (cast_expression "(char *)puVar3[1]" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "puVar3[1]" identifier [ number_literal ]))) ;)) (if_statement "if (pcVar6 == (char *)0x0) goto LAB_0003a574;" 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_0003a574;" goto statement_identifier ;)) (labeled_statement "LAB_0003a58d:\n if (*pcVar6 == '\0') {\n pcVar6 = "(unnamed)";\n }" statement_identifier : (if_statement "if (*pcVar6 == '\0') {\n pcVar6 = "(unnamed)";\n }" if (parenthesized_expression "(*pcVar6 == '\0')" ( (binary_expression "*pcVar6 == '\0'" (pointer_expression "*pcVar6" * identifier) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n pcVar6 = "(unnamed)";\n }" { (expression_statement "pcVar6 = "(unnamed)";" (assignment_expression "pcVar6 = "(unnamed)"" identifier = (string_literal ""(unnamed)"" " string_content ")) ;) }))) }) (else_clause "else {\n if (DAT_00084798 == puVar3) {\n puVar3 = *(undefined4 **)(*(int *)(param_2 + 0xc) + 4);\n goto LAB_0003a586;\n }\n pcVar6 = *(char **)(param_2 + 8);\n if (pcVar6 != (char *)0x0) goto LAB_0003a58d;\nLAB_0003a574:\n pcVar6 = "(unnamed)";\n }" else (compound_statement "{\n if (DAT_00084798 == puVar3) {\n puVar3 = *(undefined4 **)(*(int *)(param_2 + 0xc) + 4);\n goto LAB_0003a586;\n }\n pcVar6 = *(char **)(param_2 + 8);\n if (pcVar6 != (char *)0x0) goto LAB_0003a58d;\nLAB_0003a574:\n pcVar6 = "(unnamed)";\n }" { (if_statement "if (DAT_00084798 == puVar3) {\n puVar3 = *(undefined4 **)(*(int *)(param_2 + 0xc) + 4);\n goto LAB_0003a586;\n }" if (parenthesized_expression "(DAT_00084798 == puVar3)" ( (binary_expression "DAT_00084798 == puVar3" identifier == identifier) )) (compound_statement "{\n puVar3 = *(undefined4 **)(*(int *)(param_2 + 0xc) + 4);\n goto LAB_0003a586;\n }" { (expression_statement "puVar3 = *(undefined4 **)(*(int *)(param_2 + 0xc) + 4);" (assignment_expression "puVar3 = *(undefined4 **)(*(int *)(param_2 + 0xc) + 4)" identifier = (pointer_expression "*(undefined4 **)(*(int *)(param_2 + 0xc) + 4)" * (cast_expression "(undefined4 **)(*(int *)(param_2 + 0xc) + 4)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(int *)(param_2 + 0xc) + 4)" ( (binary_expression "*(int *)(param_2 + 0xc) + 4" (pointer_expression "*(int *)(param_2 + 0xc)" * (cast_expression "(int *)(param_2 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0xc)" ( (binary_expression "param_2 + 0xc" identifier + number_literal) )))) + number_literal) ))))) ;) (goto_statement "goto LAB_0003a586;" goto statement_identifier ;) })) (expression_statement "pcVar6 = *(char **)(param_2 + 8);" (assignment_expression "pcVar6 = *(char **)(param_2 + 8)" identifier = (pointer_expression "*(char **)(param_2 + 8)" * (cast_expression "(char **)(param_2 + 8)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_2 + 8)" ( (binary_expression "param_2 + 8" identifier + number_literal) ))))) ;) (if_statement "if (pcVar6 != (char *)0x0) goto LAB_0003a58d;" 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_0003a58d;" goto statement_identifier ;)) (labeled_statement "LAB_0003a574:\n pcVar6 = "(unnamed)";" statement_identifier : (expression_statement "pcVar6 = "(unnamed)";" (assignment_expression "pcVar6 = "(unnamed)"" identifier = (string_literal ""(unnamed)"" " string_content ")) ;)) }))) (expression_statement "fwrite(&DAT_0005cfec,1,4,param_1);" (call_expression "fwrite(&DAT_0005cfec,1,4,param_1)" identifier (argument_list "(&DAT_0005cfec,1,4,param_1)" ( (pointer_expression "&DAT_0005cfec" & identifier) , number_literal , number_literal , identifier ))) ;) (expression_statement "fprintf(param_1,"%08lx",param_2);" (call_expression "fprintf(param_1,"%08lx",param_2)" identifier (argument_list "(param_1,"%08lx",param_2)" ( identifier , (string_literal ""%08lx"" " string_content ") , identifier ))) ;) (expression_statement "fprintf(param_1," %s",pcVar6);" (call_expression "fprintf(param_1," %s",pcVar6)" identifier (argument_list "(param_1," %s",pcVar6)" ( identifier , (string_literal "" %s"" " string_content ") , identifier ))) ;) (expression_statement "bVar1 = *param_2;" (assignment_expression "bVar1 = *param_2" identifier = (pointer_expression "*param_2" * identifier)) ;) (expression_statement "local_20 = param_2;" (assignment_expression "local_20 = param_2" identifier = identifier) ;) (if_statement "if (((bVar1 & 1) == 0) ||\n (local_20 = *(byte **)(param_2 + 0xc), *(undefined4 **)(param_2 + 4) == DAT_00084798)) {\n if (*(undefined **)(local_20 + 0x20) != &DAT_00084720) {\n fwrite(" frag ",1,6,param_1);\n fprintf(param_1,"%08lx",*(undefined4 *)(local_20 + 0x20));\n }\n bVar1 = *local_20;\n if ((bVar1 & 2) != 0) {\n fwrite(" written",1,8,param_1);\n bVar1 = *local_20;\n }\n if ((bVar1 & 4) == 0) {\n if ((bVar1 & 8) != 0) {\n fwrite(" resolving",1,10,param_1);\n bVar1 = *local_20;\n }\n }\n else {\n fwrite(" resolved",1,9,param_1);\n bVar1 = *local_20;\n }\n if ((bVar1 & 0x10) == 0) {\n if ((bVar1 & 0x20) == 0) goto LAB_0003a6c5;\nLAB_0003a868:\n fwrite(" used",1,5,param_1);\n iVar2 = FUN_00036b30(local_20);\n if (iVar2 != 0) goto LAB_0003a890;\nLAB_0003a6d9:\n iVar2 = FUN_00036850(local_20);\n if (iVar2 == 0) goto LAB_0003a6ed;\nLAB_0003a8b8:\n fwrite(" extern",1,7,param_1);\n iVar2 = FUN_000368c0(local_20);\n }\n else {\n fwrite(" used-in-reloc",1,0xe,param_1);\n if ((*local_20 & 0x20) != 0) goto LAB_0003a868;\nLAB_0003a6c5:\n iVar2 = FUN_00036b30(local_20);\n if (iVar2 == 0) goto LAB_0003a6d9;\nLAB_0003a890:\n fwrite(" local",1,6,param_1);\n iVar2 = FUN_00036850(local_20);\n if (iVar2 != 0) goto LAB_0003a8b8;\nLAB_0003a6ed:\n iVar2 = FUN_000368c0(local_20);\n }\n if (iVar2 != 0) {\n fwrite(" weak",1,5,param_1);\n }\n puVar3 = *(undefined4 **)(local_20 + 4);\n if ((*local_20 & 1) == 0) {\n if ((*(byte *)(puVar3 + 3) & 4) != 0) {\nLAB_0003aa80:\n fwrite(" debug",1,6,param_1);\n puVar3 = *(undefined4 **)(local_20 + 4);\n if ((*local_20 & 1) != 0) {\n if (puVar3 == DAT_00084798) {\n iVar2 = *(int *)(local_20 + 0xc);\n goto LAB_0003ab30;\n }\n goto LAB_0003a7e0;\n }\n }\n if ((undefined *)puVar3[4] != PTR__bfd_std_section_0007afb0 + 0xa8) goto LAB_0003a7f4;\n goto LAB_0003a72d;\n }\n if (DAT_00084798 == puVar3) {\n iVar2 = *(int *)(local_20 + 0xc);\n if ((*(byte *)(*(int *)(iVar2 + 4) + 0xc) & 4) != 0) goto LAB_0003aa80;\nLAB_0003ab30:\n if (*(undefined **)(*(int *)(iVar2 + 4) + 0x10) == PTR__bfd_std_section_0007afb0 + 0xa8)\n goto LAB_0003a63f;\nLAB_0003a7f4:\n fwrite(" defined",1,8,param_1);\n goto LAB_0003a63f;\n }\nLAB_0003a7e0:\n if (puVar3 != (undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8)) goto LAB_0003a7f4;\nLAB_0003a654:\n if (DAT_00084798 == puVar3) {\n if ((*(byte *)(*(int *)(local_20 + 0xc) + 1) & 2) != 0) {\nLAB_0003a940:\n fwrite(" weakrefr",1,9,param_1);\n if ((*local_20 & 1) == 0) goto LAB_0003a737;\n puVar3 = *(undefined4 **)(local_20 + 4);\n if (DAT_00084798 != puVar3) goto LAB_0003a74b;\n }\n if ((*(byte *)(*(int *)(local_20 + 0xc) + 1) & 4) != 0) goto LAB_0003a978;\nLAB_0003aada:\n pbVar5 = *(byte **)(local_20 + 0xc);\n goto LAB_0003a745;\n }\n }\n else {\n if ((local_20 != (byte *)0x0) && (local_20 != PTR_DAT_0007af70)) {\n fwrite(" frag ",1,6,param_1);\n fprintf(param_1,"%08lx",*(undefined4 *)(param_2 + 0xc));\n bVar1 = *param_2;\n }\n if ((bVar1 & 4) != 0) {\n fwrite(" resolved",1,9,param_1);\n }\n fwrite(" local",1,6,param_1);\n local_20 = param_2;\nLAB_0003a63f:\n if ((*local_20 & 1) != 0) {\n puVar3 = *(undefined4 **)(local_20 + 4);\n goto LAB_0003a654;\n }\nLAB_0003a72d:\n if ((local_20[1] & 2) != 0) goto LAB_0003a940;\nLAB_0003a737:\n pbVar5 = local_20;\n if ((local_20[1] & 4) != 0) {\nLAB_0003a978:\n fwrite(" weakrefd",1,9,param_1);\n pbVar5 = local_20;\n if ((*local_20 & 1) != 0) {\n puVar3 = *(undefined4 **)(local_20 + 4);\n if (DAT_00084798 == puVar3) goto LAB_0003aada;\n goto LAB_0003a74b;\n }\n }\nLAB_0003a745:\n puVar3 = *(undefined4 **)(*(int *)(pbVar5 + 4) + 0x10);\n }" if (parenthesized_expression "(((bVar1 & 1) == 0) ||\n (local_20 = *(byte **)(param_2 + 0xc), *(undefined4 **)(param_2 + 4) == DAT_00084798))" ( (binary_expression "((bVar1 & 1) == 0) ||\n (local_20 = *(byte **)(param_2 + 0xc), *(undefined4 **)(param_2 + 4) == DAT_00084798)" (parenthesized_expression "((bVar1 & 1) == 0)" ( (binary_expression "(bVar1 & 1) == 0" (parenthesized_expression "(bVar1 & 1)" ( (binary_expression "bVar1 & 1" identifier & number_literal) )) == number_literal) )) || (parenthesized_expression "(local_20 = *(byte **)(param_2 + 0xc), *(undefined4 **)(param_2 + 4) == DAT_00084798)" ( (comma_expression "local_20 = *(byte **)(param_2 + 0xc), *(undefined4 **)(param_2 + 4) == DAT_00084798" (assignment_expression "local_20 = *(byte **)(param_2 + 0xc)" identifier = (pointer_expression "*(byte **)(param_2 + 0xc)" * (cast_expression "(byte **)(param_2 + 0xc)" ( (type_descriptor "byte **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_2 + 0xc)" ( (binary_expression "param_2 + 0xc" identifier + number_literal) ))))) , (binary_expression "*(undefined4 **)(param_2 + 4) == DAT_00084798" (pointer_expression "*(undefined4 **)(param_2 + 4)" * (cast_expression "(undefined4 **)(param_2 + 4)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_2 + 4)" ( (binary_expression "param_2 + 4" identifier + number_literal) )))) == identifier)) ))) )) (compound_statement "{\n if (*(undefined **)(local_20 + 0x20) != &DAT_00084720) {\n fwrite(" frag ",1,6,param_1);\n fprintf(param_1,"%08lx",*(undefined4 *)(local_20 + 0x20));\n }\n bVar1 = *local_20;\n if ((bVar1 & 2) != 0) {\n fwrite(" written",1,8,param_1);\n bVar1 = *local_20;\n }\n if ((bVar1 & 4) == 0) {\n if ((bVar1 & 8) != 0) {\n fwrite(" resolving",1,10,param_1);\n bVar1 = *local_20;\n }\n }\n else {\n fwrite(" resolved",1,9,param_1);\n bVar1 = *local_20;\n }\n if ((bVar1 & 0x10) == 0) {\n if ((bVar1 & 0x20) == 0) goto LAB_0003a6c5;\nLAB_0003a868:\n fwrite(" used",1,5,param_1);\n iVar2 = FUN_00036b30(local_20);\n if (iVar2 != 0) goto LAB_0003a890;\nLAB_0003a6d9:\n iVar2 = FUN_00036850(local_20);\n if (iVar2 == 0) goto LAB_0003a6ed;\nLAB_0003a8b8:\n fwrite(" extern",1,7,param_1);\n iVar2 = FUN_000368c0(local_20);\n }\n else {\n fwrite(" used-in-reloc",1,0xe,param_1);\n if ((*local_20 & 0x20) != 0) goto LAB_0003a868;\nLAB_0003a6c5:\n iVar2 = FUN_00036b30(local_20);\n if (iVar2 == 0) goto LAB_0003a6d9;\nLAB_0003a890:\n fwrite(" local",1,6,param_1);\n iVar2 = FUN_00036850(local_20);\n if (iVar2 != 0) goto LAB_0003a8b8;\nLAB_0003a6ed:\n iVar2 = FUN_000368c0(local_20);\n }\n if (iVar2 != 0) {\n fwrite(" weak",1,5,param_1);\n }\n puVar3 = *(undefined4 **)(local_20 + 4);\n if ((*local_20 & 1) == 0) {\n if ((*(byte *)(puVar3 + 3) & 4) != 0) {\nLAB_0003aa80:\n fwrite(" debug",1,6,param_1);\n puVar3 = *(undefined4 **)(local_20 + 4);\n if ((*local_20 & 1) != 0) {\n if (puVar3 == DAT_00084798) {\n iVar2 = *(int *)(local_20 + 0xc);\n goto LAB_0003ab30;\n }\n goto LAB_0003a7e0;\n }\n }\n if ((undefined *)puVar3[4] != PTR__bfd_std_section_0007afb0 + 0xa8) goto LAB_0003a7f4;\n goto LAB_0003a72d;\n }\n if (DAT_00084798 == puVar3) {\n iVar2 = *(int *)(local_20 + 0xc);\n if ((*(byte *)(*(int *)(iVar2 + 4) + 0xc) & 4) != 0) goto LAB_0003aa80;\nLAB_0003ab30:\n if (*(undefined **)(*(int *)(iVar2 + 4) + 0x10) == PTR__bfd_std_section_0007afb0 + 0xa8)\n goto LAB_0003a63f;\nLAB_0003a7f4:\n fwrite(" defined",1,8,param_1);\n goto LAB_0003a63f;\n }\nLAB_0003a7e0:\n if (puVar3 != (undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8)) goto LAB_0003a7f4;\nLAB_0003a654:\n if (DAT_00084798 == puVar3) {\n if ((*(byte *)(*(int *)(local_20 + 0xc) + 1) & 2) != 0) {\nLAB_0003a940:\n fwrite(" weakrefr",1,9,param_1);\n if ((*local_20 & 1) == 0) goto LAB_0003a737;\n puVar3 = *(undefined4 **)(local_20 + 4);\n if (DAT_00084798 != puVar3) goto LAB_0003a74b;\n }\n if ((*(byte *)(*(int *)(local_20 + 0xc) + 1) & 4) != 0) goto LAB_0003a978;\nLAB_0003aada:\n pbVar5 = *(byte **)(local_20 + 0xc);\n goto LAB_0003a745;\n }\n }" { (if_statement "if (*(undefined **)(local_20 + 0x20) != &DAT_00084720) {\n fwrite(" frag ",1,6,param_1);\n fprintf(param_1,"%08lx",*(undefined4 *)(local_20 + 0x20));\n }" if (parenthesized_expression "(*(undefined **)(local_20 + 0x20) != &DAT_00084720)" ( (binary_expression "*(undefined **)(local_20 + 0x20) != &DAT_00084720" (pointer_expression "*(undefined **)(local_20 + 0x20)" * (cast_expression "(undefined **)(local_20 + 0x20)" ( (type_descriptor "undefined **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(local_20 + 0x20)" ( (binary_expression "local_20 + 0x20" identifier + number_literal) )))) != (pointer_expression "&DAT_00084720" & identifier)) )) (compound_statement "{\n fwrite(" frag ",1,6,param_1);\n fprintf(param_1,"%08lx",*(undefined4 *)(local_20 + 0x20));\n }" { (expression_statement "fwrite(" frag ",1,6,param_1);" (call_expression "fwrite(" frag ",1,6,param_1)" identifier (argument_list "(" frag ",1,6,param_1)" ( (string_literal "" frag "" " string_content ") , number_literal , number_literal , identifier ))) ;) (expression_statement "fprintf(param_1,"%08lx",*(undefined4 *)(local_20 + 0x20));" (call_expression "fprintf(param_1,"%08lx",*(undefined4 *)(local_20 + 0x20))" identifier (argument_list "(param_1,"%08lx",*(undefined4 *)(local_20 + 0x20))" ( identifier , (string_literal ""%08lx"" " string_content ") , (pointer_expression "*(undefined4 *)(local_20 + 0x20)" * (cast_expression "(undefined4 *)(local_20 + 0x20)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_20 + 0x20)" ( (binary_expression "local_20 + 0x20" identifier + number_literal) )))) ))) ;) })) (expression_statement "bVar1 = *local_20;" (assignment_expression "bVar1 = *local_20" identifier = (pointer_expression "*local_20" * identifier)) ;) (if_statement "if ((bVar1 & 2) != 0) {\n fwrite(" written",1,8,param_1);\n bVar1 = *local_20;\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 fwrite(" written",1,8,param_1);\n bVar1 = *local_20;\n }" { (expression_statement "fwrite(" written",1,8,param_1);" (call_expression "fwrite(" written",1,8,param_1)" identifier (argument_list "(" written",1,8,param_1)" ( (string_literal "" written"" " string_content ") , number_literal , number_literal , identifier ))) ;) (expression_statement "bVar1 = *local_20;" (assignment_expression "bVar1 = *local_20" identifier = (pointer_expression "*local_20" * identifier)) ;) })) (if_statement "if ((bVar1 & 4) == 0) {\n if ((bVar1 & 8) != 0) {\n fwrite(" resolving",1,10,param_1);\n bVar1 = *local_20;\n }\n }\n else {\n fwrite(" resolved",1,9,param_1);\n bVar1 = *local_20;\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 if ((bVar1 & 8) != 0) {\n fwrite(" resolving",1,10,param_1);\n bVar1 = *local_20;\n }\n }" { (if_statement "if ((bVar1 & 8) != 0) {\n fwrite(" resolving",1,10,param_1);\n bVar1 = *local_20;\n }" if (parenthesized_expression "((bVar1 & 8) != 0)" ( (binary_expression "(bVar1 & 8) != 0" (parenthesized_expression "(bVar1 & 8)" ( (binary_expression "bVar1 & 8" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n fwrite(" resolving",1,10,param_1);\n bVar1 = *local_20;\n }" { (expression_statement "fwrite(" resolving",1,10,param_1);" (call_expression "fwrite(" resolving",1,10,param_1)" identifier (argument_list "(" resolving",1,10,param_1)" ( (string_literal "" resolving"" " string_content ") , number_literal , number_literal , identifier ))) ;) (expression_statement "bVar1 = *local_20;" (assignment_expression "bVar1 = *local_20" identifier = (pointer_expression "*local_20" * identifier)) ;) })) }) (else_clause "else {\n fwrite(" resolved",1,9,param_1);\n bVar1 = *local_20;\n }" else (compound_statement "{\n fwrite(" resolved",1,9,param_1);\n bVar1 = *local_20;\n }" { (expression_statement "fwrite(" resolved",1,9,param_1);" (call_expression "fwrite(" resolved",1,9,param_1)" identifier (argument_list "(" resolved",1,9,param_1)" ( (string_literal "" resolved"" " string_content ") , number_literal , number_literal , identifier ))) ;) (expression_statement "bVar1 = *local_20;" (assignment_expression "bVar1 = *local_20" identifier = (pointer_expression "*local_20" * identifier)) ;) }))) (if_statement "if ((bVar1 & 0x10) == 0) {\n if ((bVar1 & 0x20) == 0) goto LAB_0003a6c5;\nLAB_0003a868:\n fwrite(" used",1,5,param_1);\n iVar2 = FUN_00036b30(local_20);\n if (iVar2 != 0) goto LAB_0003a890;\nLAB_0003a6d9:\n iVar2 = FUN_00036850(local_20);\n if (iVar2 == 0) goto LAB_0003a6ed;\nLAB_0003a8b8:\n fwrite(" extern",1,7,param_1);\n iVar2 = FUN_000368c0(local_20);\n }\n else {\n fwrite(" used-in-reloc",1,0xe,param_1);\n if ((*local_20 & 0x20) != 0) goto LAB_0003a868;\nLAB_0003a6c5:\n iVar2 = FUN_00036b30(local_20);\n if (iVar2 == 0) goto LAB_0003a6d9;\nLAB_0003a890:\n fwrite(" local",1,6,param_1);\n iVar2 = FUN_00036850(local_20);\n if (iVar2 != 0) goto LAB_0003a8b8;\nLAB_0003a6ed:\n iVar2 = FUN_000368c0(local_20);\n }" if (parenthesized_expression "((bVar1 & 0x10) == 0)" ( (binary_expression "(bVar1 & 0x10) == 0" (parenthesized_expression "(bVar1 & 0x10)" ( (binary_expression "bVar1 & 0x10" identifier & number_literal) )) == number_literal) )) (compound_statement "{\n if ((bVar1 & 0x20) == 0) goto LAB_0003a6c5;\nLAB_0003a868:\n fwrite(" used",1,5,param_1);\n iVar2 = FUN_00036b30(local_20);\n if (iVar2 != 0) goto LAB_0003a890;\nLAB_0003a6d9:\n iVar2 = FUN_00036850(local_20);\n if (iVar2 == 0) goto LAB_0003a6ed;\nLAB_0003a8b8:\n fwrite(" extern",1,7,param_1);\n iVar2 = FUN_000368c0(local_20);\n }" { (if_statement "if ((bVar1 & 0x20) == 0) goto LAB_0003a6c5;" if (parenthesized_expression "((bVar1 & 0x20) == 0)" ( (binary_expression "(bVar1 & 0x20) == 0" (parenthesized_expression "(bVar1 & 0x20)" ( (binary_expression "bVar1 & 0x20" identifier & number_literal) )) == number_literal) )) (goto_statement "goto LAB_0003a6c5;" goto statement_identifier ;)) (labeled_statement "LAB_0003a868:\n fwrite(" used",1,5,param_1);" statement_identifier : (expression_statement "fwrite(" used",1,5,param_1);" (call_expression "fwrite(" used",1,5,param_1)" identifier (argument_list "(" used",1,5,param_1)" ( (string_literal "" used"" " string_content ") , number_literal , number_literal , identifier ))) ;)) (expression_statement "iVar2 = FUN_00036b30(local_20);" (assignment_expression "iVar2 = FUN_00036b30(local_20)" identifier = (call_expression "FUN_00036b30(local_20)" identifier (argument_list "(local_20)" ( identifier )))) ;) (if_statement "if (iVar2 != 0) goto LAB_0003a890;" if (parenthesized_expression "(iVar2 != 0)" ( (binary_expression "iVar2 != 0" identifier != number_literal) )) (goto_statement "goto LAB_0003a890;" goto statement_identifier ;)) (labeled_statement "LAB_0003a6d9:\n iVar2 = FUN_00036850(local_20);" statement_identifier : (expression_statement "iVar2 = FUN_00036850(local_20);" (assignment_expression "iVar2 = FUN_00036850(local_20)" identifier = (call_expression "FUN_00036850(local_20)" identifier (argument_list "(local_20)" ( identifier )))) ;)) (if_statement "if (iVar2 == 0) goto LAB_0003a6ed;" if (parenthesized_expression "(iVar2 == 0)" ( (binary_expression "iVar2 == 0" identifier == number_literal) )) (goto_statement "goto LAB_0003a6ed;" goto statement_identifier ;)) (labeled_statement "LAB_0003a8b8:\n fwrite(" extern",1,7,param_1);" statement_identifier : (expression_statement "fwrite(" extern",1,7,param_1);" (call_expression "fwrite(" extern",1,7,param_1)" identifier (argument_list "(" extern",1,7,param_1)" ( (string_literal "" extern"" " string_content ") , number_literal , number_literal , identifier ))) ;)) (expression_statement "iVar2 = FUN_000368c0(local_20);" (assignment_expression "iVar2 = FUN_000368c0(local_20)" identifier = (call_expression "FUN_000368c0(local_20)" identifier (argument_list "(local_20)" ( identifier )))) ;) }) (else_clause "else {\n fwrite(" used-in-reloc",1,0xe,param_1);\n if ((*local_20 & 0x20) != 0) goto LAB_0003a868;\nLAB_0003a6c5:\n iVar2 = FUN_00036b30(local_20);\n if (iVar2 == 0) goto LAB_0003a6d9;\nLAB_0003a890:\n fwrite(" local",1,6,param_1);\n iVar2 = FUN_00036850(local_20);\n if (iVar2 != 0) goto LAB_0003a8b8;\nLAB_0003a6ed:\n iVar2 = FUN_000368c0(local_20);\n }" else (compound_statement "{\n fwrite(" used-in-reloc",1,0xe,param_1);\n if ((*local_20 & 0x20) != 0) goto LAB_0003a868;\nLAB_0003a6c5:\n iVar2 = FUN_00036b30(local_20);\n if (iVar2 == 0) goto LAB_0003a6d9;\nLAB_0003a890:\n fwrite(" local",1,6,param_1);\n iVar2 = FUN_00036850(local_20);\n if (iVar2 != 0) goto LAB_0003a8b8;\nLAB_0003a6ed:\n iVar2 = FUN_000368c0(local_20);\n }" { (expression_statement "fwrite(" used-in-reloc",1,0xe,param_1);" (call_expression "fwrite(" used-in-reloc",1,0xe,param_1)" identifier (argument_list "(" used-in-reloc",1,0xe,param_1)" ( (string_literal "" used-in-reloc"" " string_content ") , number_literal , number_literal , identifier ))) ;) (if_statement "if ((*local_20 & 0x20) != 0) goto LAB_0003a868;" if (parenthesized_expression "((*local_20 & 0x20) != 0)" ( (binary_expression "(*local_20 & 0x20) != 0" (parenthesized_expression "(*local_20 & 0x20)" ( (binary_expression "*local_20 & 0x20" (pointer_expression "*local_20" * identifier) & number_literal) )) != number_literal) )) (goto_statement "goto LAB_0003a868;" goto statement_identifier ;)) (labeled_statement "LAB_0003a6c5:\n iVar2 = FUN_00036b30(local_20);" statement_identifier : (expression_statement "iVar2 = FUN_00036b30(local_20);" (assignment_expression "iVar2 = FUN_00036b30(local_20)" identifier = (call_expression "FUN_00036b30(local_20)" identifier (argument_list "(local_20)" ( identifier )))) ;)) (if_statement "if (iVar2 == 0) goto LAB_0003a6d9;" if (parenthesized_expression "(iVar2 == 0)" ( (binary_expression "iVar2 == 0" identifier == number_literal) )) (goto_statement "goto LAB_0003a6d9;" goto statement_identifier ;)) (labeled_statement "LAB_0003a890:\n fwrite(" local",1,6,param_1);" statement_identifier : (expression_statement "fwrite(" local",1,6,param_1);" (call_expression "fwrite(" local",1,6,param_1)" identifier (argument_list "(" local",1,6,param_1)" ( (string_literal "" local"" " string_content ") , number_literal , number_literal , identifier ))) ;)) (expression_statement "iVar2 = FUN_00036850(local_20);" (assignment_expression "iVar2 = FUN_00036850(local_20)" identifier = (call_expression "FUN_00036850(local_20)" identifier (argument_list "(local_20)" ( identifier )))) ;) (if_statement "if (iVar2 != 0) goto LAB_0003a8b8;" if (parenthesized_expression "(iVar2 != 0)" ( (binary_expression "iVar2 != 0" identifier != number_literal) )) (goto_statement "goto LAB_0003a8b8;" goto statement_identifier ;)) (labeled_statement "LAB_0003a6ed:\n iVar2 = FUN_000368c0(local_20);" statement_identifier : (expression_statement "iVar2 = FUN_000368c0(local_20);" (assignment_expression "iVar2 = FUN_000368c0(local_20)" identifier = (call_expression "FUN_000368c0(local_20)" identifier (argument_list "(local_20)" ( identifier )))) ;)) }))) (if_statement "if (iVar2 != 0) {\n fwrite(" weak",1,5,param_1);\n }" if (parenthesized_expression "(iVar2 != 0)" ( (binary_expression "iVar2 != 0" identifier != number_literal) )) (compound_statement "{\n fwrite(" weak",1,5,param_1);\n }" { (expression_statement "fwrite(" weak",1,5,param_1);" (call_expression "fwrite(" weak",1,5,param_1)" identifier (argument_list "(" weak",1,5,param_1)" ( (string_literal "" weak"" " string_content ") , number_literal , number_literal , identifier ))) ;) })) (expression_statement "puVar3 = *(undefined4 **)(local_20 + 4);" (assignment_expression "puVar3 = *(undefined4 **)(local_20 + 4)" identifier = (pointer_expression "*(undefined4 **)(local_20 + 4)" * (cast_expression "(undefined4 **)(local_20 + 4)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(local_20 + 4)" ( (binary_expression "local_20 + 4" identifier + number_literal) ))))) ;) (if_statement "if ((*local_20 & 1) == 0) {\n if ((*(byte *)(puVar3 + 3) & 4) != 0) {\nLAB_0003aa80:\n fwrite(" debug",1,6,param_1);\n puVar3 = *(undefined4 **)(local_20 + 4);\n if ((*local_20 & 1) != 0) {\n if (puVar3 == DAT_00084798) {\n iVar2 = *(int *)(local_20 + 0xc);\n goto LAB_0003ab30;\n }\n goto LAB_0003a7e0;\n }\n }\n if ((undefined *)puVar3[4] != PTR__bfd_std_section_0007afb0 + 0xa8) goto LAB_0003a7f4;\n goto LAB_0003a72d;\n }" if (parenthesized_expression "((*local_20 & 1) == 0)" ( (binary_expression "(*local_20 & 1) == 0" (parenthesized_expression "(*local_20 & 1)" ( (binary_expression "*local_20 & 1" (pointer_expression "*local_20" * identifier) & number_literal) )) == number_literal) )) (compound_statement "{\n if ((*(byte *)(puVar3 + 3) & 4) != 0) {\nLAB_0003aa80:\n fwrite(" debug",1,6,param_1);\n puVar3 = *(undefined4 **)(local_20 + 4);\n if ((*local_20 & 1) != 0) {\n if (puVar3 == DAT_00084798) {\n iVar2 = *(int *)(local_20 + 0xc);\n goto LAB_0003ab30;\n }\n goto LAB_0003a7e0;\n }\n }\n if ((undefined *)puVar3[4] != PTR__bfd_std_section_0007afb0 + 0xa8) goto LAB_0003a7f4;\n goto LAB_0003a72d;\n }" { (if_statement "if ((*(byte *)(puVar3 + 3) & 4) != 0) {\nLAB_0003aa80:\n fwrite(" debug",1,6,param_1);\n puVar3 = *(undefined4 **)(local_20 + 4);\n if ((*local_20 & 1) != 0) {\n if (puVar3 == DAT_00084798) {\n iVar2 = *(int *)(local_20 + 0xc);\n goto LAB_0003ab30;\n }\n goto LAB_0003a7e0;\n }\n }" if (parenthesized_expression "((*(byte *)(puVar3 + 3) & 4) != 0)" ( (binary_expression "(*(byte *)(puVar3 + 3) & 4) != 0" (parenthesized_expression "(*(byte *)(puVar3 + 3) & 4)" ( (binary_expression "*(byte *)(puVar3 + 3) & 4" (pointer_expression "*(byte *)(puVar3 + 3)" * (cast_expression "(byte *)(puVar3 + 3)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar3 + 3)" ( (binary_expression "puVar3 + 3" identifier + number_literal) )))) & number_literal) )) != number_literal) )) (compound_statement "{\nLAB_0003aa80:\n fwrite(" debug",1,6,param_1);\n puVar3 = *(undefined4 **)(local_20 + 4);\n if ((*local_20 & 1) != 0) {\n if (puVar3 == DAT_00084798) {\n iVar2 = *(int *)(local_20 + 0xc);\n goto LAB_0003ab30;\n }\n goto LAB_0003a7e0;\n }\n }" { (labeled_statement "LAB_0003aa80:\n fwrite(" debug",1,6,param_1);" statement_identifier : (expression_statement "fwrite(" debug",1,6,param_1);" (call_expression "fwrite(" debug",1,6,param_1)" identifier (argument_list "(" debug",1,6,param_1)" ( (string_literal "" debug"" " string_content ") , number_literal , number_literal , identifier ))) ;)) (expression_statement "puVar3 = *(undefined4 **)(local_20 + 4);" (assignment_expression "puVar3 = *(undefined4 **)(local_20 + 4)" identifier = (pointer_expression "*(undefined4 **)(local_20 + 4)" * (cast_expression "(undefined4 **)(local_20 + 4)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(local_20 + 4)" ( (binary_expression "local_20 + 4" identifier + number_literal) ))))) ;) (if_statement "if ((*local_20 & 1) != 0) {\n if (puVar3 == DAT_00084798) {\n iVar2 = *(int *)(local_20 + 0xc);\n goto LAB_0003ab30;\n }\n goto LAB_0003a7e0;\n }" if (parenthesized_expression "((*local_20 & 1) != 0)" ( (binary_expression "(*local_20 & 1) != 0" (parenthesized_expression "(*local_20 & 1)" ( (binary_expression "*local_20 & 1" (pointer_expression "*local_20" * identifier) & number_literal) )) != number_literal) )) (compound_statement "{\n if (puVar3 == DAT_00084798) {\n iVar2 = *(int *)(local_20 + 0xc);\n goto LAB_0003ab30;\n }\n goto LAB_0003a7e0;\n }" { (if_statement "if (puVar3 == DAT_00084798) {\n iVar2 = *(int *)(local_20 + 0xc);\n goto LAB_0003ab30;\n }" if (parenthesized_expression "(puVar3 == DAT_00084798)" ( (binary_expression "puVar3 == DAT_00084798" identifier == identifier) )) (compound_statement "{\n iVar2 = *(int *)(local_20 + 0xc);\n goto LAB_0003ab30;\n }" { (expression_statement "iVar2 = *(int *)(local_20 + 0xc);" (assignment_expression "iVar2 = *(int *)(local_20 + 0xc)" identifier = (pointer_expression "*(int *)(local_20 + 0xc)" * (cast_expression "(int *)(local_20 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_20 + 0xc)" ( (binary_expression "local_20 + 0xc" identifier + number_literal) ))))) ;) (goto_statement "goto LAB_0003ab30;" goto statement_identifier ;) })) (goto_statement "goto LAB_0003a7e0;" goto statement_identifier ;) })) })) (if_statement "if ((undefined *)puVar3[4] != PTR__bfd_std_section_0007afb0 + 0xa8) goto LAB_0003a7f4;" if (parenthesized_expression "((undefined *)puVar3[4] != PTR__bfd_std_section_0007afb0 + 0xa8)" ( (binary_expression "(undefined *)puVar3[4] != PTR__bfd_std_section_0007afb0 + 0xa8" (cast_expression "(undefined *)puVar3[4]" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "puVar3[4]" identifier [ number_literal ])) != (binary_expression "PTR__bfd_std_section_0007afb0 + 0xa8" identifier + number_literal)) )) (goto_statement "goto LAB_0003a7f4;" goto statement_identifier ;)) (goto_statement "goto LAB_0003a72d;" goto statement_identifier ;) })) (if_statement "if (DAT_00084798 == puVar3) {\n iVar2 = *(int *)(local_20 + 0xc);\n if ((*(byte *)(*(int *)(iVar2 + 4) + 0xc) & 4) != 0) goto LAB_0003aa80;\nLAB_0003ab30:\n if (*(undefined **)(*(int *)(iVar2 + 4) + 0x10) == PTR__bfd_std_section_0007afb0 + 0xa8)\n goto LAB_0003a63f;\nLAB_0003a7f4:\n fwrite(" defined",1,8,param_1);\n goto LAB_0003a63f;\n }" if (parenthesized_expression "(DAT_00084798 == puVar3)" ( (binary_expression "DAT_00084798 == puVar3" identifier == identifier) )) (compound_statement "{\n iVar2 = *(int *)(local_20 + 0xc);\n if ((*(byte *)(*(int *)(iVar2 + 4) + 0xc) & 4) != 0) goto LAB_0003aa80;\nLAB_0003ab30:\n if (*(undefined **)(*(int *)(iVar2 + 4) + 0x10) == PTR__bfd_std_section_0007afb0 + 0xa8)\n goto LAB_0003a63f;\nLAB_0003a7f4:\n fwrite(" defined",1,8,param_1);\n goto LAB_0003a63f;\n }" { (expression_statement "iVar2 = *(int *)(local_20 + 0xc);" (assignment_expression "iVar2 = *(int *)(local_20 + 0xc)" identifier = (pointer_expression "*(int *)(local_20 + 0xc)" * (cast_expression "(int *)(local_20 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_20 + 0xc)" ( (binary_expression "local_20 + 0xc" identifier + number_literal) ))))) ;) (if_statement "if ((*(byte *)(*(int *)(iVar2 + 4) + 0xc) & 4) != 0) goto LAB_0003aa80;" if (parenthesized_expression "((*(byte *)(*(int *)(iVar2 + 4) + 0xc) & 4) != 0)" ( (binary_expression "(*(byte *)(*(int *)(iVar2 + 4) + 0xc) & 4) != 0" (parenthesized_expression "(*(byte *)(*(int *)(iVar2 + 4) + 0xc) & 4)" ( (binary_expression "*(byte *)(*(int *)(iVar2 + 4) + 0xc) & 4" (pointer_expression "*(byte *)(*(int *)(iVar2 + 4) + 0xc)" * (cast_expression "(byte *)(*(int *)(iVar2 + 4) + 0xc)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(iVar2 + 4) + 0xc)" ( (binary_expression "*(int *)(iVar2 + 4) + 0xc" (pointer_expression "*(int *)(iVar2 + 4)" * (cast_expression "(int *)(iVar2 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar2 + 4)" ( (binary_expression "iVar2 + 4" identifier + number_literal) )))) + number_literal) )))) & number_literal) )) != number_literal) )) (goto_statement "goto LAB_0003aa80;" goto statement_identifier ;)) (labeled_statement "LAB_0003ab30:\n if (*(undefined **)(*(int *)(iVar2 + 4) + 0x10) == PTR__bfd_std_section_0007afb0 + 0xa8)\n goto LAB_0003a63f;" statement_identifier : (if_statement "if (*(undefined **)(*(int *)(iVar2 + 4) + 0x10) == PTR__bfd_std_section_0007afb0 + 0xa8)\n goto LAB_0003a63f;" if (parenthesized_expression "(*(undefined **)(*(int *)(iVar2 + 4) + 0x10) == PTR__bfd_std_section_0007afb0 + 0xa8)" ( (binary_expression "*(undefined **)(*(int *)(iVar2 + 4) + 0x10) == PTR__bfd_std_section_0007afb0 + 0xa8" (pointer_expression "*(undefined **)(*(int *)(iVar2 + 4) + 0x10)" * (cast_expression "(undefined **)(*(int *)(iVar2 + 4) + 0x10)" ( (type_descriptor "undefined **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(int *)(iVar2 + 4) + 0x10)" ( (binary_expression "*(int *)(iVar2 + 4) + 0x10" (pointer_expression "*(int *)(iVar2 + 4)" * (cast_expression "(int *)(iVar2 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar2 + 4)" ( (binary_expression "iVar2 + 4" identifier + number_literal) )))) + number_literal) )))) == (binary_expression "PTR__bfd_std_section_0007afb0 + 0xa8" identifier + number_literal)) )) (goto_statement "goto LAB_0003a63f;" goto statement_identifier ;))) (labeled_statement "LAB_0003a7f4:\n fwrite(" defined",1,8,param_1);" statement_identifier : (expression_statement "fwrite(" defined",1,8,param_1);" (call_expression "fwrite(" defined",1,8,param_1)" identifier (argument_list "(" defined",1,8,param_1)" ( (string_literal "" defined"" " string_content ") , number_literal , number_literal , identifier ))) ;)) (goto_statement "goto LAB_0003a63f;" goto statement_identifier ;) })) (labeled_statement "LAB_0003a7e0:\n if (puVar3 != (undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8)) goto LAB_0003a7f4;" statement_identifier : (if_statement "if (puVar3 != (undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8)) goto LAB_0003a7f4;" if (parenthesized_expression "(puVar3 != (undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8))" ( (binary_expression "puVar3 != (undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8)" identifier != (cast_expression "(undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(PTR__bfd_std_section_0007afb0 + 0xa8)" ( (binary_expression "PTR__bfd_std_section_0007afb0 + 0xa8" identifier + number_literal) )))) )) (goto_statement "goto LAB_0003a7f4;" goto statement_identifier ;))) (labeled_statement "LAB_0003a654:\n if (DAT_00084798 == puVar3) {\n if ((*(byte *)(*(int *)(local_20 + 0xc) + 1) & 2) != 0) {\nLAB_0003a940:\n fwrite(" weakrefr",1,9,param_1);\n if ((*local_20 & 1) == 0) goto LAB_0003a737;\n puVar3 = *(undefined4 **)(local_20 + 4);\n if (DAT_00084798 != puVar3) goto LAB_0003a74b;\n }\n if ((*(byte *)(*(int *)(local_20 + 0xc) + 1) & 4) != 0) goto LAB_0003a978;\nLAB_0003aada:\n pbVar5 = *(byte **)(local_20 + 0xc);\n goto LAB_0003a745;\n }" statement_identifier : (if_statement "if (DAT_00084798 == puVar3) {\n if ((*(byte *)(*(int *)(local_20 + 0xc) + 1) & 2) != 0) {\nLAB_0003a940:\n fwrite(" weakrefr",1,9,param_1);\n if ((*local_20 & 1) == 0) goto LAB_0003a737;\n puVar3 = *(undefined4 **)(local_20 + 4);\n if (DAT_00084798 != puVar3) goto LAB_0003a74b;\n }\n if ((*(byte *)(*(int *)(local_20 + 0xc) + 1) & 4) != 0) goto LAB_0003a978;\nLAB_0003aada:\n pbVar5 = *(byte **)(local_20 + 0xc);\n goto LAB_0003a745;\n }" if (parenthesized_expression "(DAT_00084798 == puVar3)" ( (binary_expression "DAT_00084798 == puVar3" identifier == identifier) )) (compound_statement "{\n if ((*(byte *)(*(int *)(local_20 + 0xc) + 1) & 2) != 0) {\nLAB_0003a940:\n fwrite(" weakrefr",1,9,param_1);\n if ((*local_20 & 1) == 0) goto LAB_0003a737;\n puVar3 = *(undefined4 **)(local_20 + 4);\n if (DAT_00084798 != puVar3) goto LAB_0003a74b;\n }\n if ((*(byte *)(*(int *)(local_20 + 0xc) + 1) & 4) != 0) goto LAB_0003a978;\nLAB_0003aada:\n pbVar5 = *(byte **)(local_20 + 0xc);\n goto LAB_0003a745;\n }" { (if_statement "if ((*(byte *)(*(int *)(local_20 + 0xc) + 1) & 2) != 0) {\nLAB_0003a940:\n fwrite(" weakrefr",1,9,param_1);\n if ((*local_20 & 1) == 0) goto LAB_0003a737;\n puVar3 = *(undefined4 **)(local_20 + 4);\n if (DAT_00084798 != puVar3) goto LAB_0003a74b;\n }" if (parenthesized_expression "((*(byte *)(*(int *)(local_20 + 0xc) + 1) & 2) != 0)" ( (binary_expression "(*(byte *)(*(int *)(local_20 + 0xc) + 1) & 2) != 0" (parenthesized_expression "(*(byte *)(*(int *)(local_20 + 0xc) + 1) & 2)" ( (binary_expression "*(byte *)(*(int *)(local_20 + 0xc) + 1) & 2" (pointer_expression "*(byte *)(*(int *)(local_20 + 0xc) + 1)" * (cast_expression "(byte *)(*(int *)(local_20 + 0xc) + 1)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(local_20 + 0xc) + 1)" ( (binary_expression "*(int *)(local_20 + 0xc) + 1" (pointer_expression "*(int *)(local_20 + 0xc)" * (cast_expression "(int *)(local_20 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_20 + 0xc)" ( (binary_expression "local_20 + 0xc" identifier + number_literal) )))) + number_literal) )))) & number_literal) )) != number_literal) )) (compound_statement "{\nLAB_0003a940:\n fwrite(" weakrefr",1,9,param_1);\n if ((*local_20 & 1) == 0) goto LAB_0003a737;\n puVar3 = *(undefined4 **)(local_20 + 4);\n if (DAT_00084798 != puVar3) goto LAB_0003a74b;\n }" { (labeled_statement "LAB_0003a940:\n fwrite(" weakrefr",1,9,param_1);" statement_identifier : (expression_statement "fwrite(" weakrefr",1,9,param_1);" (call_expression "fwrite(" weakrefr",1,9,param_1)" identifier (argument_list "(" weakrefr",1,9,param_1)" ( (string_literal "" weakrefr"" " string_content ") , number_literal , number_literal , identifier ))) ;)) (if_statement "if ((*local_20 & 1) == 0) goto LAB_0003a737;" if (parenthesized_expression "((*local_20 & 1) == 0)" ( (binary_expression "(*local_20 & 1) == 0" (parenthesized_expression "(*local_20 & 1)" ( (binary_expression "*local_20 & 1" (pointer_expression "*local_20" * identifier) & number_literal) )) == number_literal) )) (goto_statement "goto LAB_0003a737;" goto statement_identifier ;)) (expression_statement "puVar3 = *(undefined4 **)(local_20 + 4);" (assignment_expression "puVar3 = *(undefined4 **)(local_20 + 4)" identifier = (pointer_expression "*(undefined4 **)(local_20 + 4)" * (cast_expression "(undefined4 **)(local_20 + 4)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(local_20 + 4)" ( (binary_expression "local_20 + 4" identifier + number_literal) ))))) ;) (if_statement "if (DAT_00084798 != puVar3) goto LAB_0003a74b;" if (parenthesized_expression "(DAT_00084798 != puVar3)" ( (binary_expression "DAT_00084798 != puVar3" identifier != identifier) )) (goto_statement "goto LAB_0003a74b;" goto statement_identifier ;)) })) (if_statement "if ((*(byte *)(*(int *)(local_20 + 0xc) + 1) & 4) != 0) goto LAB_0003a978;" if (parenthesized_expression "((*(byte *)(*(int *)(local_20 + 0xc) + 1) & 4) != 0)" ( (binary_expression "(*(byte *)(*(int *)(local_20 + 0xc) + 1) & 4) != 0" (parenthesized_expression "(*(byte *)(*(int *)(local_20 + 0xc) + 1) & 4)" ( (binary_expression "*(byte *)(*(int *)(local_20 + 0xc) + 1) & 4" (pointer_expression "*(byte *)(*(int *)(local_20 + 0xc) + 1)" * (cast_expression "(byte *)(*(int *)(local_20 + 0xc) + 1)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(local_20 + 0xc) + 1)" ( (binary_expression "*(int *)(local_20 + 0xc) + 1" (pointer_expression "*(int *)(local_20 + 0xc)" * (cast_expression "(int *)(local_20 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_20 + 0xc)" ( (binary_expression "local_20 + 0xc" identifier + number_literal) )))) + number_literal) )))) & number_literal) )) != number_literal) )) (goto_statement "goto LAB_0003a978;" goto statement_identifier ;)) (labeled_statement "LAB_0003aada:\n pbVar5 = *(byte **)(local_20 + 0xc);" statement_identifier : (expression_statement "pbVar5 = *(byte **)(local_20 + 0xc);" (assignment_expression "pbVar5 = *(byte **)(local_20 + 0xc)" identifier = (pointer_expression "*(byte **)(local_20 + 0xc)" * (cast_expression "(byte **)(local_20 + 0xc)" ( (type_descriptor "byte **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(local_20 + 0xc)" ( (binary_expression "local_20 + 0xc" identifier + number_literal) ))))) ;)) (goto_statement "goto LAB_0003a745;" goto statement_identifier ;) }))) }) (else_clause "else {\n if ((local_20 != (byte *)0x0) && (local_20 != PTR_DAT_0007af70)) {\n fwrite(" frag ",1,6,param_1);\n fprintf(param_1,"%08lx",*(undefined4 *)(param_2 + 0xc));\n bVar1 = *param_2;\n }\n if ((bVar1 & 4) != 0) {\n fwrite(" resolved",1,9,param_1);\n }\n fwrite(" local",1,6,param_1);\n local_20 = param_2;\nLAB_0003a63f:\n if ((*local_20 & 1) != 0) {\n puVar3 = *(undefined4 **)(local_20 + 4);\n goto LAB_0003a654;\n }\nLAB_0003a72d:\n if ((local_20[1] & 2) != 0) goto LAB_0003a940;\nLAB_0003a737:\n pbVar5 = local_20;\n if ((local_20[1] & 4) != 0) {\nLAB_0003a978:\n fwrite(" weakrefd",1,9,param_1);\n pbVar5 = local_20;\n if ((*local_20 & 1) != 0) {\n puVar3 = *(undefined4 **)(local_20 + 4);\n if (DAT_00084798 == puVar3) goto LAB_0003aada;\n goto LAB_0003a74b;\n }\n }\nLAB_0003a745:\n puVar3 = *(undefined4 **)(*(int *)(pbVar5 + 4) + 0x10);\n }" else (compound_statement "{\n if ((local_20 != (byte *)0x0) && (local_20 != PTR_DAT_0007af70)) {\n fwrite(" frag ",1,6,param_1);\n fprintf(param_1,"%08lx",*(undefined4 *)(param_2 + 0xc));\n bVar1 = *param_2;\n }\n if ((bVar1 & 4) != 0) {\n fwrite(" resolved",1,9,param_1);\n }\n fwrite(" local",1,6,param_1);\n local_20 = param_2;\nLAB_0003a63f:\n if ((*local_20 & 1) != 0) {\n puVar3 = *(undefined4 **)(local_20 + 4);\n goto LAB_0003a654;\n }\nLAB_0003a72d:\n if ((local_20[1] & 2) != 0) goto LAB_0003a940;\nLAB_0003a737:\n pbVar5 = local_20;\n if ((local_20[1] & 4) != 0) {\nLAB_0003a978:\n fwrite(" weakrefd",1,9,param_1);\n pbVar5 = local_20;\n if ((*local_20 & 1) != 0) {\n puVar3 = *(undefined4 **)(local_20 + 4);\n if (DAT_00084798 == puVar3) goto LAB_0003aada;\n goto LAB_0003a74b;\n }\n }\nLAB_0003a745:\n puVar3 = *(undefined4 **)(*(int *)(pbVar5 + 4) + 0x10);\n }" { (if_statement "if ((local_20 != (byte *)0x0) && (local_20 != PTR_DAT_0007af70)) {\n fwrite(" frag ",1,6,param_1);\n fprintf(param_1,"%08lx",*(undefined4 *)(param_2 + 0xc));\n bVar1 = *param_2;\n }" if (parenthesized_expression "((local_20 != (byte *)0x0) && (local_20 != PTR_DAT_0007af70))" ( (binary_expression "(local_20 != (byte *)0x0) && (local_20 != PTR_DAT_0007af70)" (parenthesized_expression "(local_20 != (byte *)0x0)" ( (binary_expression "local_20 != (byte *)0x0" identifier != (cast_expression "(byte *)0x0" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(local_20 != PTR_DAT_0007af70)" ( (binary_expression "local_20 != PTR_DAT_0007af70" identifier != identifier) ))) )) (compound_statement "{\n fwrite(" frag ",1,6,param_1);\n fprintf(param_1,"%08lx",*(undefined4 *)(param_2 + 0xc));\n bVar1 = *param_2;\n }" { (expression_statement "fwrite(" frag ",1,6,param_1);" (call_expression "fwrite(" frag ",1,6,param_1)" identifier (argument_list "(" frag ",1,6,param_1)" ( (string_literal "" frag "" " string_content ") , number_literal , number_literal , identifier ))) ;) (expression_statement "fprintf(param_1,"%08lx",*(undefined4 *)(param_2 + 0xc));" (call_expression "fprintf(param_1,"%08lx",*(undefined4 *)(param_2 + 0xc))" identifier (argument_list "(param_1,"%08lx",*(undefined4 *)(param_2 + 0xc))" ( identifier , (string_literal ""%08lx"" " string_content ") , (pointer_expression "*(undefined4 *)(param_2 + 0xc)" * (cast_expression "(undefined4 *)(param_2 + 0xc)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0xc)" ( (binary_expression "param_2 + 0xc" identifier + number_literal) )))) ))) ;) (expression_statement "bVar1 = *param_2;" (assignment_expression "bVar1 = *param_2" identifier = (pointer_expression "*param_2" * identifier)) ;) })) (if_statement "if ((bVar1 & 4) != 0) {\n fwrite(" resolved",1,9,param_1);\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 fwrite(" resolved",1,9,param_1);\n }" { (expression_statement "fwrite(" resolved",1,9,param_1);" (call_expression "fwrite(" resolved",1,9,param_1)" identifier (argument_list "(" resolved",1,9,param_1)" ( (string_literal "" resolved"" " string_content ") , number_literal , number_literal , identifier ))) ;) })) (expression_statement "fwrite(" local",1,6,param_1);" (call_expression "fwrite(" local",1,6,param_1)" identifier (argument_list "(" local",1,6,param_1)" ( (string_literal "" local"" " string_content ") , number_literal , number_literal , identifier ))) ;) (expression_statement "local_20 = param_2;" (assignment_expression "local_20 = param_2" identifier = identifier) ;) (labeled_statement "LAB_0003a63f:\n if ((*local_20 & 1) != 0) {\n puVar3 = *(undefined4 **)(local_20 + 4);\n goto LAB_0003a654;\n }" statement_identifier : (if_statement "if ((*local_20 & 1) != 0) {\n puVar3 = *(undefined4 **)(local_20 + 4);\n goto LAB_0003a654;\n }" if (parenthesized_expression "((*local_20 & 1) != 0)" ( (binary_expression "(*local_20 & 1) != 0" (parenthesized_expression "(*local_20 & 1)" ( (binary_expression "*local_20 & 1" (pointer_expression "*local_20" * identifier) & number_literal) )) != number_literal) )) (compound_statement "{\n puVar3 = *(undefined4 **)(local_20 + 4);\n goto LAB_0003a654;\n }" { (expression_statement "puVar3 = *(undefined4 **)(local_20 + 4);" (assignment_expression "puVar3 = *(undefined4 **)(local_20 + 4)" identifier = (pointer_expression "*(undefined4 **)(local_20 + 4)" * (cast_expression "(undefined4 **)(local_20 + 4)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(local_20 + 4)" ( (binary_expression "local_20 + 4" identifier + number_literal) ))))) ;) (goto_statement "goto LAB_0003a654;" goto statement_identifier ;) }))) (labeled_statement "LAB_0003a72d:\n if ((local_20[1] & 2) != 0) goto LAB_0003a940;" statement_identifier : (if_statement "if ((local_20[1] & 2) != 0) goto LAB_0003a940;" if (parenthesized_expression "((local_20[1] & 2) != 0)" ( (binary_expression "(local_20[1] & 2) != 0" (parenthesized_expression "(local_20[1] & 2)" ( (binary_expression "local_20[1] & 2" (subscript_expression "local_20[1]" identifier [ number_literal ]) & number_literal) )) != number_literal) )) (goto_statement "goto LAB_0003a940;" goto statement_identifier ;))) (labeled_statement "LAB_0003a737:\n pbVar5 = local_20;" statement_identifier : (expression_statement "pbVar5 = local_20;" (assignment_expression "pbVar5 = local_20" identifier = identifier) ;)) (if_statement "if ((local_20[1] & 4) != 0) {\nLAB_0003a978:\n fwrite(" weakrefd",1,9,param_1);\n pbVar5 = local_20;\n if ((*local_20 & 1) != 0) {\n puVar3 = *(undefined4 **)(local_20 + 4);\n if (DAT_00084798 == puVar3) goto LAB_0003aada;\n goto LAB_0003a74b;\n }\n }" if (parenthesized_expression "((local_20[1] & 4) != 0)" ( (binary_expression "(local_20[1] & 4) != 0" (parenthesized_expression "(local_20[1] & 4)" ( (binary_expression "local_20[1] & 4" (subscript_expression "local_20[1]" identifier [ number_literal ]) & number_literal) )) != number_literal) )) (compound_statement "{\nLAB_0003a978:\n fwrite(" weakrefd",1,9,param_1);\n pbVar5 = local_20;\n if ((*local_20 & 1) != 0) {\n puVar3 = *(undefined4 **)(local_20 + 4);\n if (DAT_00084798 == puVar3) goto LAB_0003aada;\n goto LAB_0003a74b;\n }\n }" { (labeled_statement "LAB_0003a978:\n fwrite(" weakrefd",1,9,param_1);" statement_identifier : (expression_statement "fwrite(" weakrefd",1,9,param_1);" (call_expression "fwrite(" weakrefd",1,9,param_1)" identifier (argument_list "(" weakrefd",1,9,param_1)" ( (string_literal "" weakrefd"" " string_content ") , number_literal , number_literal , identifier ))) ;)) (expression_statement "pbVar5 = local_20;" (assignment_expression "pbVar5 = local_20" identifier = identifier) ;) (if_statement "if ((*local_20 & 1) != 0) {\n puVar3 = *(undefined4 **)(local_20 + 4);\n if (DAT_00084798 == puVar3) goto LAB_0003aada;\n goto LAB_0003a74b;\n }" if (parenthesized_expression "((*local_20 & 1) != 0)" ( (binary_expression "(*local_20 & 1) != 0" (parenthesized_expression "(*local_20 & 1)" ( (binary_expression "*local_20 & 1" (pointer_expression "*local_20" * identifier) & number_literal) )) != number_literal) )) (compound_statement "{\n puVar3 = *(undefined4 **)(local_20 + 4);\n if (DAT_00084798 == puVar3) goto LAB_0003aada;\n goto LAB_0003a74b;\n }" { (expression_statement "puVar3 = *(undefined4 **)(local_20 + 4);" (assignment_expression "puVar3 = *(undefined4 **)(local_20 + 4)" identifier = (pointer_expression "*(undefined4 **)(local_20 + 4)" * (cast_expression "(undefined4 **)(local_20 + 4)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(local_20 + 4)" ( (binary_expression "local_20 + 4" identifier + number_literal) ))))) ;) (if_statement "if (DAT_00084798 == puVar3) goto LAB_0003aada;" if (parenthesized_expression "(DAT_00084798 == puVar3)" ( (binary_expression "DAT_00084798 == puVar3" identifier == identifier) )) (goto_statement "goto LAB_0003aada;" goto statement_identifier ;)) (goto_statement "goto LAB_0003a74b;" goto statement_identifier ;) })) })) (labeled_statement "LAB_0003a745:\n puVar3 = *(undefined4 **)(*(int *)(pbVar5 + 4) + 0x10);" statement_identifier : (expression_statement "puVar3 = *(undefined4 **)(*(int *)(pbVar5 + 4) + 0x10);" (assignment_expression "puVar3 = *(undefined4 **)(*(int *)(pbVar5 + 4) + 0x10)" identifier = (pointer_expression "*(undefined4 **)(*(int *)(pbVar5 + 4) + 0x10)" * (cast_expression "(undefined4 **)(*(int *)(pbVar5 + 4) + 0x10)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(int *)(pbVar5 + 4) + 0x10)" ( (binary_expression "*(int *)(pbVar5 + 4) + 0x10" (pointer_expression "*(int *)(pbVar5 + 4)" * (cast_expression "(int *)(pbVar5 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pbVar5 + 4)" ( (binary_expression "pbVar5 + 4" identifier + number_literal) )))) + number_literal) ))))) ;)) }))) (labeled_statement "LAB_0003a74b:\n fprintf(param_1," %s",*puVar3);" statement_identifier : (expression_statement "fprintf(param_1," %s",*puVar3);" (call_expression "fprintf(param_1," %s",*puVar3)" identifier (argument_list "(param_1," %s",*puVar3)" ( identifier , (string_literal "" %s"" " string_content ") , (pointer_expression "*puVar3" * identifier) ))) ;)) (expression_statement "bVar1 = *local_20;" (assignment_expression "bVar1 = *local_20" identifier = (pointer_expression "*local_20" * identifier)) ;) (if_statement "if ((bVar1 & 1) == 0) {\n pbVar5 = local_20;\n if ((bVar1 & 4) != 0) {\nLAB_0003a818:\n puVar3 = *(undefined4 **)(*(int *)(pbVar5 + 4) + 0x10);\nLAB_0003a782:\n if ((puVar3 != (undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8)) &&\n (DAT_000846e0 != puVar3)) {\n uVar4 = FUN_000382f0();\n fprintf(param_1," %lx",uVar4);\n }\n goto LAB_0003a7b8;\n }\n if (7 < DAT_000849cc) goto LAB_0003a7b8;\n iVar2 = *(int *)(local_20 + 4);\nLAB_0003a83c:\n puVar3 = *(undefined4 **)(iVar2 + 0x10);\n }\n else {\n puVar3 = *(undefined4 **)(local_20 + 4);\n if (puVar3 == DAT_00084798) {\n pbVar5 = *(byte **)(local_20 + 0xc);\n if ((*pbVar5 & 4) != 0) goto LAB_0003a818;\n if (7 < DAT_000849cc) goto LAB_0003a7b8;\n iVar2 = *(int *)(pbVar5 + 4);\n goto LAB_0003a83c;\n }\n if ((bVar1 & 4) != 0) goto LAB_0003a782;\n if (7 < DAT_000849cc) goto LAB_0003a7b8;\n }" if (parenthesized_expression "((bVar1 & 1) == 0)" ( (binary_expression "(bVar1 & 1) == 0" (parenthesized_expression "(bVar1 & 1)" ( (binary_expression "bVar1 & 1" identifier & number_literal) )) == number_literal) )) (compound_statement "{\n pbVar5 = local_20;\n if ((bVar1 & 4) != 0) {\nLAB_0003a818:\n puVar3 = *(undefined4 **)(*(int *)(pbVar5 + 4) + 0x10);\nLAB_0003a782:\n if ((puVar3 != (undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8)) &&\n (DAT_000846e0 != puVar3)) {\n uVar4 = FUN_000382f0();\n fprintf(param_1," %lx",uVar4);\n }\n goto LAB_0003a7b8;\n }\n if (7 < DAT_000849cc) goto LAB_0003a7b8;\n iVar2 = *(int *)(local_20 + 4);\nLAB_0003a83c:\n puVar3 = *(undefined4 **)(iVar2 + 0x10);\n }" { (expression_statement "pbVar5 = local_20;" (assignment_expression "pbVar5 = local_20" identifier = identifier) ;) (if_statement "if ((bVar1 & 4) != 0) {\nLAB_0003a818:\n puVar3 = *(undefined4 **)(*(int *)(pbVar5 + 4) + 0x10);\nLAB_0003a782:\n if ((puVar3 != (undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8)) &&\n (DAT_000846e0 != puVar3)) {\n uVar4 = FUN_000382f0();\n fprintf(param_1," %lx",uVar4);\n }\n goto LAB_0003a7b8;\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 "{\nLAB_0003a818:\n puVar3 = *(undefined4 **)(*(int *)(pbVar5 + 4) + 0x10);\nLAB_0003a782:\n if ((puVar3 != (undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8)) &&\n (DAT_000846e0 != puVar3)) {\n uVar4 = FUN_000382f0();\n fprintf(param_1," %lx",uVar4);\n }\n goto LAB_0003a7b8;\n }" { (labeled_statement "LAB_0003a818:\n puVar3 = *(undefined4 **)(*(int *)(pbVar5 + 4) + 0x10);" statement_identifier : (expression_statement "puVar3 = *(undefined4 **)(*(int *)(pbVar5 + 4) + 0x10);" (assignment_expression "puVar3 = *(undefined4 **)(*(int *)(pbVar5 + 4) + 0x10)" identifier = (pointer_expression "*(undefined4 **)(*(int *)(pbVar5 + 4) + 0x10)" * (cast_expression "(undefined4 **)(*(int *)(pbVar5 + 4) + 0x10)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(int *)(pbVar5 + 4) + 0x10)" ( (binary_expression "*(int *)(pbVar5 + 4) + 0x10" (pointer_expression "*(int *)(pbVar5 + 4)" * (cast_expression "(int *)(pbVar5 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pbVar5 + 4)" ( (binary_expression "pbVar5 + 4" identifier + number_literal) )))) + number_literal) ))))) ;)) (labeled_statement "LAB_0003a782:\n if ((puVar3 != (undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8)) &&\n (DAT_000846e0 != puVar3)) {\n uVar4 = FUN_000382f0();\n fprintf(param_1," %lx",uVar4);\n }" statement_identifier : (if_statement "if ((puVar3 != (undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8)) &&\n (DAT_000846e0 != puVar3)) {\n uVar4 = FUN_000382f0();\n fprintf(param_1," %lx",uVar4);\n }" if (parenthesized_expression "((puVar3 != (undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8)) &&\n (DAT_000846e0 != puVar3))" ( (binary_expression "(puVar3 != (undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8)) &&\n (DAT_000846e0 != puVar3)" (parenthesized_expression "(puVar3 != (undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8))" ( (binary_expression "puVar3 != (undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8)" identifier != (cast_expression "(undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(PTR__bfd_std_section_0007afb0 + 0xa8)" ( (binary_expression "PTR__bfd_std_section_0007afb0 + 0xa8" identifier + number_literal) )))) )) && (parenthesized_expression "(DAT_000846e0 != puVar3)" ( (binary_expression "DAT_000846e0 != puVar3" identifier != identifier) ))) )) (compound_statement "{\n uVar4 = FUN_000382f0();\n fprintf(param_1," %lx",uVar4);\n }" { (expression_statement "uVar4 = FUN_000382f0();" (assignment_expression "uVar4 = FUN_000382f0()" identifier = (call_expression "FUN_000382f0()" identifier (argument_list "()" ( )))) ;) (expression_statement "fprintf(param_1," %lx",uVar4);" (call_expression "fprintf(param_1," %lx",uVar4)" identifier (argument_list "(param_1," %lx",uVar4)" ( identifier , (string_literal "" %lx"" " string_content ") , identifier ))) ;) }))) (goto_statement "goto LAB_0003a7b8;" goto statement_identifier ;) })) (if_statement "if (7 < DAT_000849cc) goto LAB_0003a7b8;" if (parenthesized_expression "(7 < DAT_000849cc)" ( (binary_expression "7 < DAT_000849cc" number_literal < identifier) )) (goto_statement "goto LAB_0003a7b8;" goto statement_identifier ;)) (expression_statement "iVar2 = *(int *)(local_20 + 4);" (assignment_expression "iVar2 = *(int *)(local_20 + 4)" identifier = (pointer_expression "*(int *)(local_20 + 4)" * (cast_expression "(int *)(local_20 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_20 + 4)" ( (binary_expression "local_20 + 4" identifier + number_literal) ))))) ;) (labeled_statement "LAB_0003a83c:\n puVar3 = *(undefined4 **)(iVar2 + 0x10);" statement_identifier : (expression_statement "puVar3 = *(undefined4 **)(iVar2 + 0x10);" (assignment_expression "puVar3 = *(undefined4 **)(iVar2 + 0x10)" identifier = (pointer_expression "*(undefined4 **)(iVar2 + 0x10)" * (cast_expression "(undefined4 **)(iVar2 + 0x10)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar2 + 0x10)" ( (binary_expression "iVar2 + 0x10" identifier + number_literal) ))))) ;)) }) (else_clause "else {\n puVar3 = *(undefined4 **)(local_20 + 4);\n if (puVar3 == DAT_00084798) {\n pbVar5 = *(byte **)(local_20 + 0xc);\n if ((*pbVar5 & 4) != 0) goto LAB_0003a818;\n if (7 < DAT_000849cc) goto LAB_0003a7b8;\n iVar2 = *(int *)(pbVar5 + 4);\n goto LAB_0003a83c;\n }\n if ((bVar1 & 4) != 0) goto LAB_0003a782;\n if (7 < DAT_000849cc) goto LAB_0003a7b8;\n }" else (compound_statement "{\n puVar3 = *(undefined4 **)(local_20 + 4);\n if (puVar3 == DAT_00084798) {\n pbVar5 = *(byte **)(local_20 + 0xc);\n if ((*pbVar5 & 4) != 0) goto LAB_0003a818;\n if (7 < DAT_000849cc) goto LAB_0003a7b8;\n iVar2 = *(int *)(pbVar5 + 4);\n goto LAB_0003a83c;\n }\n if ((bVar1 & 4) != 0) goto LAB_0003a782;\n if (7 < DAT_000849cc) goto LAB_0003a7b8;\n }" { (expression_statement "puVar3 = *(undefined4 **)(local_20 + 4);" (assignment_expression "puVar3 = *(undefined4 **)(local_20 + 4)" identifier = (pointer_expression "*(undefined4 **)(local_20 + 4)" * (cast_expression "(undefined4 **)(local_20 + 4)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(local_20 + 4)" ( (binary_expression "local_20 + 4" identifier + number_literal) ))))) ;) (if_statement "if (puVar3 == DAT_00084798) {\n pbVar5 = *(byte **)(local_20 + 0xc);\n if ((*pbVar5 & 4) != 0) goto LAB_0003a818;\n if (7 < DAT_000849cc) goto LAB_0003a7b8;\n iVar2 = *(int *)(pbVar5 + 4);\n goto LAB_0003a83c;\n }" if (parenthesized_expression "(puVar3 == DAT_00084798)" ( (binary_expression "puVar3 == DAT_00084798" identifier == identifier) )) (compound_statement "{\n pbVar5 = *(byte **)(local_20 + 0xc);\n if ((*pbVar5 & 4) != 0) goto LAB_0003a818;\n if (7 < DAT_000849cc) goto LAB_0003a7b8;\n iVar2 = *(int *)(pbVar5 + 4);\n goto LAB_0003a83c;\n }" { (expression_statement "pbVar5 = *(byte **)(local_20 + 0xc);" (assignment_expression "pbVar5 = *(byte **)(local_20 + 0xc)" identifier = (pointer_expression "*(byte **)(local_20 + 0xc)" * (cast_expression "(byte **)(local_20 + 0xc)" ( (type_descriptor "byte **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(local_20 + 0xc)" ( (binary_expression "local_20 + 0xc" identifier + number_literal) ))))) ;) (if_statement "if ((*pbVar5 & 4) != 0) goto LAB_0003a818;" if (parenthesized_expression "((*pbVar5 & 4) != 0)" ( (binary_expression "(*pbVar5 & 4) != 0" (parenthesized_expression "(*pbVar5 & 4)" ( (binary_expression "*pbVar5 & 4" (pointer_expression "*pbVar5" * identifier) & number_literal) )) != number_literal) )) (goto_statement "goto LAB_0003a818;" goto statement_identifier ;)) (if_statement "if (7 < DAT_000849cc) goto LAB_0003a7b8;" if (parenthesized_expression "(7 < DAT_000849cc)" ( (binary_expression "7 < DAT_000849cc" number_literal < identifier) )) (goto_statement "goto LAB_0003a7b8;" goto statement_identifier ;)) (expression_statement "iVar2 = *(int *)(pbVar5 + 4);" (assignment_expression "iVar2 = *(int *)(pbVar5 + 4)" identifier = (pointer_expression "*(int *)(pbVar5 + 4)" * (cast_expression "(int *)(pbVar5 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pbVar5 + 4)" ( (binary_expression "pbVar5 + 4" identifier + number_literal) ))))) ;) (goto_statement "goto LAB_0003a83c;" goto statement_identifier ;) })) (if_statement "if ((bVar1 & 4) != 0) goto LAB_0003a782;" if (parenthesized_expression "((bVar1 & 4) != 0)" ( (binary_expression "(bVar1 & 4) != 0" (parenthesized_expression "(bVar1 & 4)" ( (binary_expression "bVar1 & 4" identifier & number_literal) )) != number_literal) )) (goto_statement "goto LAB_0003a782;" goto statement_identifier ;)) (if_statement "if (7 < DAT_000849cc) goto LAB_0003a7b8;" if (parenthesized_expression "(7 < DAT_000849cc)" ( (binary_expression "7 < DAT_000849cc" number_literal < identifier) )) (goto_statement "goto LAB_0003a7b8;" goto statement_identifier ;)) }))) (if_statement "if (puVar3 == (undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8)) goto LAB_0003a7b8;" if (parenthesized_expression "(puVar3 == (undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8))" ( (binary_expression "puVar3 == (undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8)" identifier == (cast_expression "(undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(PTR__bfd_std_section_0007afb0 + 0xa8)" ( (binary_expression "PTR__bfd_std_section_0007afb0 + 0xa8" identifier + number_literal) )))) )) (goto_statement "goto LAB_0003a7b8;" goto statement_identifier ;)) (expression_statement "DAT_000849cc = DAT_000849cc + 1;" (assignment_expression "DAT_000849cc = DAT_000849cc + 1" identifier = (binary_expression "DAT_000849cc + 1" identifier + number_literal)) ;) (expression_statement "puVar7 = &DAT_00059ae5;" (assignment_expression "puVar7 = &DAT_00059ae5" identifier = (pointer_expression "&DAT_00059ae5" & identifier)) ;) (expression_statement "fprintf(param_1,"\n%*s<",DAT_000849cc * 4,&DAT_00059ae5);" (call_expression "fprintf(param_1,"\n%*s<",DAT_000849cc * 4,&DAT_00059ae5)" identifier (argument_list "(param_1,"\n%*s<",DAT_000849cc * 4,&DAT_00059ae5)" ( identifier , (string_literal ""\n%*s<"" " escape_sequence string_content ") , (binary_expression "DAT_000849cc * 4" identifier * number_literal) , (pointer_expression "&DAT_00059ae5" & identifier) ))) ;) (if_statement "if ((*local_20 & 1) == 0) {\nLAB_0003ab5b:\n FUN_0003a0b0(param_1,local_20 + 8);\n }\n else {\n if (*(undefined4 **)(local_20 + 4) == DAT_00084798) {\n local_20 = *(byte **)(local_20 + 0xc);\n goto LAB_0003ab5b;\n }\n fprintf(param_1,"constant %lx",*(undefined4 *)(local_20 + 0x10),puVar7);\n }" if (parenthesized_expression "((*local_20 & 1) == 0)" ( (binary_expression "(*local_20 & 1) == 0" (parenthesized_expression "(*local_20 & 1)" ( (binary_expression "*local_20 & 1" (pointer_expression "*local_20" * identifier) & number_literal) )) == number_literal) )) (compound_statement "{\nLAB_0003ab5b:\n FUN_0003a0b0(param_1,local_20 + 8);\n }" { (labeled_statement "LAB_0003ab5b:\n FUN_0003a0b0(param_1,local_20 + 8);" statement_identifier : (expression_statement "FUN_0003a0b0(param_1,local_20 + 8);" (call_expression "FUN_0003a0b0(param_1,local_20 + 8)" identifier (argument_list "(param_1,local_20 + 8)" ( identifier , (binary_expression "local_20 + 8" identifier + number_literal) ))) ;)) }) (else_clause "else {\n if (*(undefined4 **)(local_20 + 4) == DAT_00084798) {\n local_20 = *(byte **)(local_20 + 0xc);\n goto LAB_0003ab5b;\n }\n fprintf(param_1,"constant %lx",*(undefined4 *)(local_20 + 0x10),puVar7);\n }" else (compound_statement "{\n if (*(undefined4 **)(local_20 + 4) == DAT_00084798) {\n local_20 = *(byte **)(local_20 + 0xc);\n goto LAB_0003ab5b;\n }\n fprintf(param_1,"constant %lx",*(undefined4 *)(local_20 + 0x10),puVar7);\n }" { (if_statement "if (*(undefined4 **)(local_20 + 4) == DAT_00084798) {\n local_20 = *(byte **)(local_20 + 0xc);\n goto LAB_0003ab5b;\n }" if (parenthesized_expression "(*(undefined4 **)(local_20 + 4) == DAT_00084798)" ( (binary_expression "*(undefined4 **)(local_20 + 4) == DAT_00084798" (pointer_expression "*(undefined4 **)(local_20 + 4)" * (cast_expression "(undefined4 **)(local_20 + 4)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(local_20 + 4)" ( (binary_expression "local_20 + 4" identifier + number_literal) )))) == identifier) )) (compound_statement "{\n local_20 = *(byte **)(local_20 + 0xc);\n goto LAB_0003ab5b;\n }" { (expression_statement "local_20 = *(byte **)(local_20 + 0xc);" (assignment_expression "local_20 = *(byte **)(local_20 + 0xc)" identifier = (pointer_expression "*(byte **)(local_20 + 0xc)" * (cast_expression "(byte **)(local_20 + 0xc)" ( (type_descriptor "byte **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(local_20 + 0xc)" ( (binary_expression "local_20 + 0xc" identifier + number_literal) ))))) ;) (goto_statement "goto LAB_0003ab5b;" goto statement_identifier ;) })) (expression_statement "fprintf(param_1,"constant %lx",*(undefined4 *)(local_20 + 0x10),puVar7);" (call_expression "fprintf(param_1,"constant %lx",*(undefined4 *)(local_20 + 0x10),puVar7)" identifier (argument_list "(param_1,"constant %lx",*(undefined4 *)(local_20 + 0x10),puVar7)" ( identifier , (string_literal ""constant %lx"" " string_content ") , (pointer_expression "*(undefined4 *)(local_20 + 0x10)" * (cast_expression "(undefined4 *)(local_20 + 0x10)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_20 + 0x10)" ( (binary_expression "local_20 + 0x10" identifier + number_literal) )))) , identifier ))) ;) }))) (expression_statement "fputc(0x3e,param_1);" (call_expression "fputc(0x3e,param_1)" identifier (argument_list "(0x3e,param_1)" ( number_literal , identifier ))) ;) (expression_statement "DAT_000849cc = DAT_000849cc + -1;" (assignment_expression "DAT_000849cc = DAT_000849cc + -1" identifier = (binary_expression "DAT_000849cc + -1" identifier + number_literal)) ;) (labeled_statement "LAB_0003a7b8:\n fflush(param_1);" statement_identifier : (expression_statement "fflush(param_1);" (call_expression "fflush(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;)) (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid print_symbol_value_1(FILE *file,symbolS *sym)\n\n{\n symbol_flags sVar1;\n byte bVar2;\n int iVar3;\n segT paVar4;\n valueT vVar5;\n symbolS *psVar6;\n asymbol *paVar7;\n undefined *puVar8;\n symbolS *local_20;\n \n paVar4 = (segT)sym->bsym;\n if (((uint)sym->sy_flags & 1) == 0) {\nLAB_0003a586:\n psVar6 = (symbolS *)paVar4->id;\n if (psVar6 == (symbolS *)0x0) goto LAB_0003a574;\nLAB_0003a58d:\n if (*(char *)&psVar6->sy_flags == '\0') {\n psVar6 = (symbolS *)"(unnamed)";\n }\n }\n else {\n if (reg_section == paVar4) {\n paVar4 = (segT)((sym->sy_value).X_op_symbol)->bsym;\n goto LAB_0003a586;\n }\n psVar6 = (sym->sy_value).X_add_symbol;\n if (psVar6 != (symbolS *)0x0) goto LAB_0003a58d;\nLAB_0003a574:\n psVar6 = (symbolS *)"(unnamed)";\n }\n fwrite(&DAT_0005cfec,1,4,(FILE *)file);\n fprintf((FILE *)file,"%08lx",sym);\n fprintf((FILE *)file," %s",psVar6);\n bVar2 = *(byte *)&sym->sy_flags;\n local_20 = sym;\n if (((bVar2 & 1) == 0) || (local_20 = (sym->sy_value).X_op_symbol, (segT)sym->bsym == reg_section)\n ) {\n if (local_20->sy_frag != &zero_address_frag) {\n fwrite(" frag ",1,6,(FILE *)file);\n fprintf((FILE *)file,"%08lx",local_20->sy_frag);\n }\n bVar2 = *(byte *)&local_20->sy_flags;\n if ((bVar2 & 2) != 0) {\n fwrite(" written",1,8,(FILE *)file);\n bVar2 = *(byte *)&local_20->sy_flags;\n }\n if ((bVar2 & 4) == 0) {\n if ((bVar2 & 8) != 0) {\n fwrite(" resolving",1,10,(FILE *)file);\n bVar2 = *(byte *)&local_20->sy_flags;\n }\n }\n else {\n fwrite(" resolved",1,9,(FILE *)file);\n bVar2 = *(byte *)&local_20->sy_flags;\n }\n if ((bVar2 & 0x10) == 0) {\n if ((bVar2 & 0x20) == 0) goto LAB_0003a6c5;\nLAB_0003a868:\n fwrite(" used",1,5,(FILE *)file);\n iVar3 = S_IS_LOCAL(local_20);\n if (iVar3 != 0) goto LAB_0003a890;\nLAB_0003a6d9:\n iVar3 = S_IS_EXTERNAL(local_20);\n if (iVar3 == 0) goto LAB_0003a6ed;\nLAB_0003a8b8:\n fwrite(" extern",1,7,(FILE *)file);\n iVar3 = S_IS_WEAK(local_20);\n }\n else {\n fwrite(" used-in-reloc",1,0xe,(FILE *)file);\n if (((uint)local_20->sy_flags & 0x20) != 0) goto LAB_0003a868;\nLAB_0003a6c5:\n iVar3 = S_IS_LOCAL(local_20);\n if (iVar3 == 0) goto LAB_0003a6d9;\nLAB_0003a890:\n fwrite(" local",1,6,(FILE *)file);\n iVar3 = S_IS_EXTERNAL(local_20);\n if (iVar3 != 0) goto LAB_0003a8b8;\nLAB_0003a6ed:\n iVar3 = S_IS_WEAK(local_20);\n }\n if (iVar3 != 0) {\n fwrite(&DAT_0005d034,1,5,(FILE *)file);\n }\n paVar4 = (segT)local_20->bsym;\n if (((uint)local_20->sy_flags & 1) == 0) {\n if (((uint)paVar4->next & 4) != 0) {\nLAB_0003aa80:\n fwrite(" debug",1,6,(FILE *)file);\n paVar4 = (segT)local_20->bsym;\n if (((uint)local_20->sy_flags & 1) != 0) {\n if (paVar4 == reg_section) {\n psVar6 = (local_20->sy_value).X_op_symbol;\n goto LAB_0003ab30;\n }\n goto LAB_0003a7e0;\n }\n }\n if (paVar4->prev != (bfd_section *)(PTR__bfd_std_section_0007afb0 + 0xa8)) goto LAB_0003a7f4;\n goto LAB_0003a72d;\n }\n if (reg_section == paVar4) {\n psVar6 = (local_20->sy_value).X_op_symbol;\n if ((psVar6->bsym->flags & 4) != 0) goto LAB_0003aa80;\nLAB_0003ab30:\n if (psVar6->bsym->section == (bfd_section *)(PTR__bfd_std_section_0007afb0 + 0xa8))\n goto LAB_0003a63f;\nLAB_0003a7f4:\n fwrite(" defined",1,8,(FILE *)file);\n goto LAB_0003a63f;\n }\nLAB_0003a7e0:\n if (paVar4 != (segT)(PTR__bfd_std_section_0007afb0 + 0xa8)) goto LAB_0003a7f4;\nLAB_0003a654:\n if (reg_section == paVar4) {\n if (((((local_20->sy_value).X_op_symbol)->sy_flags).field_0x1 & 2) != 0) {\nLAB_0003a940:\n fwrite(" weakrefr",1,9,(FILE *)file);\n if (((uint)local_20->sy_flags & 1) == 0) goto LAB_0003a737;\n paVar4 = (segT)local_20->bsym;\n if (reg_section != paVar4) goto LAB_0003a74b;\n }\n if (((((local_20->sy_value).X_op_symbol)->sy_flags).field_0x1 & 4) != 0) goto LAB_0003a978;\nLAB_0003aada:\n psVar6 = (local_20->sy_value).X_op_symbol;\n goto LAB_0003a745;\n }\n }\n else {\n if ((local_20 != (symbolS *)0x0) && (local_20 != (symbolS *)PTR_zero_address_frag_0007af70)) {\n fwrite(" frag ",1,6,(FILE *)file);\n fprintf((FILE *)file,"%08lx",(sym->sy_value).X_op_symbol);\n bVar2 = *(byte *)&sym->sy_flags;\n }\n if ((bVar2 & 4) != 0) {\n fwrite(" resolved",1,9,(FILE *)file);\n }\n fwrite(" local",1,6,(FILE *)file);\n local_20 = sym;\nLAB_0003a63f:\n if (((uint)local_20->sy_flags & 1) != 0) {\n paVar4 = (segT)local_20->bsym;\n goto LAB_0003a654;\n }\nLAB_0003a72d:\n if (((local_20->sy_flags).field_0x1 & 2) != 0) goto LAB_0003a940;\nLAB_0003a737:\n psVar6 = local_20;\n if (((local_20->sy_flags).field_0x1 & 4) != 0) {\nLAB_0003a978:\n fwrite(" weakrefd",1,9,(FILE *)file);\n psVar6 = local_20;\n if (((uint)local_20->sy_flags & 1) != 0) {\n paVar4 = (segT)local_20->bsym;\n if (reg_section == paVar4) goto LAB_0003aada;\n goto LAB_0003a74b;\n }\n }\nLAB_0003a745:\n paVar4 = psVar6->bsym->section;\n }\nLAB_0003a74b:\n fprintf((FILE *)file," %s",paVar4->name);\n sVar1 = local_20->sy_flags;\n if (((uint)sVar1 & 1) == 0) {\n psVar6 = local_20;\n if (((uint)sVar1 & 4) != 0) {\nLAB_0003a818:\n paVar4 = psVar6->bsym->section;\nLAB_0003a782:\n if ((paVar4 != (segT)(PTR__bfd_std_section_0007afb0 + 0xa8)) && (expr_section != paVar4)) {\n vVar5 = S_GET_VALUE(local_20);\n fprintf((FILE *)file," %lx",vVar5);\n }\n goto LAB_0003a7b8;\n }\n if (7 < indent_level) goto LAB_0003a7b8;\n paVar7 = local_20->bsym;\nLAB_0003a83c:\n paVar4 = paVar7->section;\n }\n else {\n paVar4 = (segT)local_20->bsym;\n if (paVar4 == reg_section) {\n psVar6 = (local_20->sy_value).X_op_symbol;\n if (((uint)psVar6->sy_flags & 4) != 0) goto LAB_0003a818;\n if (7 < indent_level) goto LAB_0003a7b8;\n paVar7 = psVar6->bsym;\n goto LAB_0003a83c;\n }\n if (((uint)sVar1 & 4) != 0) goto LAB_0003a782;\n if (7 < indent_level) goto LAB_0003a7b8;\n }\n if (paVar4 == (segT)(PTR__bfd_std_section_0007afb0 + 0xa8)) goto LAB_0003a7b8;\n indent_level = indent_level + 1;\n puVar8 = &DAT_00059ae5;\n fprintf((FILE *)file,"\n%*s<",indent_level * 4,&DAT_00059ae5);\n if (((uint)local_20->sy_flags & 1) == 0) {\nLAB_0003ab5b:\n print_expr_1(file,&local_20->sy_value);\n }\n else {\n if ((segT)local_20->bsym == reg_section) {\n local_20 = (local_20->sy_value).X_op_symbol;\n goto LAB_0003ab5b;\n }\n fprintf((FILE *)file,"constant %lx",(local_20->sy_value).X_add_number,puVar8);\n }\n fputc(0x3e,(FILE *)file);\n indent_level = indent_level + -1;\nLAB_0003a7b8:\n fflush((FILE *)file);\n return;\n}\n\n" comment (function_definition "void print_symbol_value_1(FILE *file,symbolS *sym)\n\n{\n symbol_flags sVar1;\n byte bVar2;\n int iVar3;\n segT paVar4;\n valueT vVar5;\n symbolS *psVar6;\n asymbol *paVar7;\n undefined *puVar8;\n symbolS *local_20;\n \n paVar4 = (segT)sym->bsym;\n if (((uint)sym->sy_flags & 1) == 0) {\nLAB_0003a586:\n psVar6 = (symbolS *)paVar4->id;\n if (psVar6 == (symbolS *)0x0) goto LAB_0003a574;\nLAB_0003a58d:\n if (*(char *)&psVar6->sy_flags == '\0') {\n psVar6 = (symbolS *)"(unnamed)";\n }\n }\n else {\n if (reg_section == paVar4) {\n paVar4 = (segT)((sym->sy_value).X_op_symbol)->bsym;\n goto LAB_0003a586;\n }\n psVar6 = (sym->sy_value).X_add_symbol;\n if (psVar6 != (symbolS *)0x0) goto LAB_0003a58d;\nLAB_0003a574:\n psVar6 = (symbolS *)"(unnamed)";\n }\n fwrite(&DAT_0005cfec,1,4,(FILE *)file);\n fprintf((FILE *)file,"%08lx",sym);\n fprintf((FILE *)file," %s",psVar6);\n bVar2 = *(byte *)&sym->sy_flags;\n local_20 = sym;\n if (((bVar2 & 1) == 0) || (local_20 = (sym->sy_value).X_op_symbol, (segT)sym->bsym == reg_section)\n ) {\n if (local_20->sy_frag != &zero_address_frag) {\n fwrite(" frag ",1,6,(FILE *)file);\n fprintf((FILE *)file,"%08lx",local_20->sy_frag);\n }\n bVar2 = *(byte *)&local_20->sy_flags;\n if ((bVar2 & 2) != 0) {\n fwrite(" written",1,8,(FILE *)file);\n bVar2 = *(byte *)&local_20->sy_flags;\n }\n if ((bVar2 & 4) == 0) {\n if ((bVar2 & 8) != 0) {\n fwrite(" resolving",1,10,(FILE *)file);\n bVar2 = *(byte *)&local_20->sy_flags;\n }\n }\n else {\n fwrite(" resolved",1,9,(FILE *)file);\n bVar2 = *(byte *)&local_20->sy_flags;\n }\n if ((bVar2 & 0x10) == 0) {\n if ((bVar2 & 0x20) == 0) goto LAB_0003a6c5;\nLAB_0003a868:\n fwrite(" used",1,5,(FILE *)file);\n iVar3 = S_IS_LOCAL(local_20);\n if (iVar3 != 0) goto LAB_0003a890;\nLAB_0003a6d9:\n iVar3 = S_IS_EXTERNAL(local_20);\n if (iVar3 == 0) goto LAB_0003a6ed;\nLAB_0003a8b8:\n fwrite(" extern",1,7,(FILE *)file);\n iVar3 = S_IS_WEAK(local_20);\n }\n else {\n fwrite(" used-in-reloc",1,0xe,(FILE *)file);\n if (((uint)local_20->sy_flags & 0x20) != 0) goto LAB_0003a868;\nLAB_0003a6c5:\n iVar3 = S_IS_LOCAL(local_20);\n if (iVar3 == 0) goto LAB_0003a6d9;\nLAB_0003a890:\n fwrite(" local",1,6,(FILE *)file);\n iVar3 = S_IS_EXTERNAL(local_20);\n if (iVar3 != 0) goto LAB_0003a8b8;\nLAB_0003a6ed:\n iVar3 = S_IS_WEAK(local_20);\n }\n if (iVar3 != 0) {\n fwrite(&DAT_0005d034,1,5,(FILE *)file);\n }\n paVar4 = (segT)local_20->bsym;\n if (((uint)local_20->sy_flags & 1) == 0) {\n if (((uint)paVar4->next & 4) != 0) {\nLAB_0003aa80:\n fwrite(" debug",1,6,(FILE *)file);\n paVar4 = (segT)local_20->bsym;\n if (((uint)local_20->sy_flags & 1) != 0) {\n if (paVar4 == reg_section) {\n psVar6 = (local_20->sy_value).X_op_symbol;\n goto LAB_0003ab30;\n }\n goto LAB_0003a7e0;\n }\n }\n if (paVar4->prev != (bfd_section *)(PTR__bfd_std_section_0007afb0 + 0xa8)) goto LAB_0003a7f4;\n goto LAB_0003a72d;\n }\n if (reg_section == paVar4) {\n psVar6 = (local_20->sy_value).X_op_symbol;\n if ((psVar6->bsym->flags & 4) != 0) goto LAB_0003aa80;\nLAB_0003ab30:\n if (psVar6->bsym->section == (bfd_section *)(PTR__bfd_std_section_0007afb0 + 0xa8))\n goto LAB_0003a63f;\nLAB_0003a7f4:\n fwrite(" defined",1,8,(FILE *)file);\n goto LAB_0003a63f;\n }\nLAB_0003a7e0:\n if (paVar4 != (segT)(PTR__bfd_std_section_0007afb0 + 0xa8)) goto LAB_0003a7f4;\nLAB_0003a654:\n if (reg_section == paVar4) {\n if (((((local_20->sy_value).X_op_symbol)->sy_flags).field_0x1 & 2) != 0) {\nLAB_0003a940:\n fwrite(" weakrefr",1,9,(FILE *)file);\n if (((uint)local_20->sy_flags & 1) == 0) goto LAB_0003a737;\n paVar4 = (segT)local_20->bsym;\n if (reg_section != paVar4) goto LAB_0003a74b;\n }\n if (((((local_20->sy_value).X_op_symbol)->sy_flags).field_0x1 & 4) != 0) goto LAB_0003a978;\nLAB_0003aada:\n psVar6 = (local_20->sy_value).X_op_symbol;\n goto LAB_0003a745;\n }\n }\n else {\n if ((local_20 != (symbolS *)0x0) && (local_20 != (symbolS *)PTR_zero_address_frag_0007af70)) {\n fwrite(" frag ",1,6,(FILE *)file);\n fprintf((FILE *)file,"%08lx",(sym->sy_value).X_op_symbol);\n bVar2 = *(byte *)&sym->sy_flags;\n }\n if ((bVar2 & 4) != 0) {\n fwrite(" resolved",1,9,(FILE *)file);\n }\n fwrite(" local",1,6,(FILE *)file);\n local_20 = sym;\nLAB_0003a63f:\n if (((uint)local_20->sy_flags & 1) != 0) {\n paVar4 = (segT)local_20->bsym;\n goto LAB_0003a654;\n }\nLAB_0003a72d:\n if (((local_20->sy_flags).field_0x1 & 2) != 0) goto LAB_0003a940;\nLAB_0003a737:\n psVar6 = local_20;\n if (((local_20->sy_flags).field_0x1 & 4) != 0) {\nLAB_0003a978:\n fwrite(" weakrefd",1,9,(FILE *)file);\n psVar6 = local_20;\n if (((uint)local_20->sy_flags & 1) != 0) {\n paVar4 = (segT)local_20->bsym;\n if (reg_section == paVar4) goto LAB_0003aada;\n goto LAB_0003a74b;\n }\n }\nLAB_0003a745:\n paVar4 = psVar6->bsym->section;\n }\nLAB_0003a74b:\n fprintf((FILE *)file," %s",paVar4->name);\n sVar1 = local_20->sy_flags;\n if (((uint)sVar1 & 1) == 0) {\n psVar6 = local_20;\n if (((uint)sVar1 & 4) != 0) {\nLAB_0003a818:\n paVar4 = psVar6->bsym->section;\nLAB_0003a782:\n if ((paVar4 != (segT)(PTR__bfd_std_section_0007afb0 + 0xa8)) && (expr_section != paVar4)) {\n vVar5 = S_GET_VALUE(local_20);\n fprintf((FILE *)file," %lx",vVar5);\n }\n goto LAB_0003a7b8;\n }\n if (7 < indent_level) goto LAB_0003a7b8;\n paVar7 = local_20->bsym;\nLAB_0003a83c:\n paVar4 = paVar7->section;\n }\n else {\n paVar4 = (segT)local_20->bsym;\n if (paVar4 == reg_section) {\n psVar6 = (local_20->sy_value).X_op_symbol;\n if (((uint)psVar6->sy_flags & 4) != 0) goto LAB_0003a818;\n if (7 < indent_level) goto LAB_0003a7b8;\n paVar7 = psVar6->bsym;\n goto LAB_0003a83c;\n }\n if (((uint)sVar1 & 4) != 0) goto LAB_0003a782;\n if (7 < indent_level) goto LAB_0003a7b8;\n }\n if (paVar4 == (segT)(PTR__bfd_std_section_0007afb0 + 0xa8)) goto LAB_0003a7b8;\n indent_level = indent_level + 1;\n puVar8 = &DAT_00059ae5;\n fprintf((FILE *)file,"\n%*s<",indent_level * 4,&DAT_00059ae5);\n if (((uint)local_20->sy_flags & 1) == 0) {\nLAB_0003ab5b:\n print_expr_1(file,&local_20->sy_value);\n }\n else {\n if ((segT)local_20->bsym == reg_section) {\n local_20 = (local_20->sy_value).X_op_symbol;\n goto LAB_0003ab5b;\n }\n fprintf((FILE *)file,"constant %lx",(local_20->sy_value).X_add_number,puVar8);\n }\n fputc(0x3e,(FILE *)file);\n indent_level = indent_level + -1;\nLAB_0003a7b8:\n fflush((FILE *)file);\n return;\n}" primitive_type (function_declarator "print_symbol_value_1(FILE *file,symbolS *sym)" identifier (parameter_list "(FILE *file,symbolS *sym)" ( (parameter_declaration "FILE *file" type_identifier (pointer_declarator "*file" * identifier)) , (parameter_declaration "symbolS *sym" type_identifier (pointer_declarator "*sym" * identifier)) ))) (compound_statement "{\n symbol_flags sVar1;\n byte bVar2;\n int iVar3;\n segT paVar4;\n valueT vVar5;\n symbolS *psVar6;\n asymbol *paVar7;\n undefined *puVar8;\n symbolS *local_20;\n \n paVar4 = (segT)sym->bsym;\n if (((uint)sym->sy_flags & 1) == 0) {\nLAB_0003a586:\n psVar6 = (symbolS *)paVar4->id;\n if (psVar6 == (symbolS *)0x0) goto LAB_0003a574;\nLAB_0003a58d:\n if (*(char *)&psVar6->sy_flags == '\0') {\n psVar6 = (symbolS *)"(unnamed)";\n }\n }\n else {\n if (reg_section == paVar4) {\n paVar4 = (segT)((sym->sy_value).X_op_symbol)->bsym;\n goto LAB_0003a586;\n }\n psVar6 = (sym->sy_value).X_add_symbol;\n if (psVar6 != (symbolS *)0x0) goto LAB_0003a58d;\nLAB_0003a574:\n psVar6 = (symbolS *)"(unnamed)";\n }\n fwrite(&DAT_0005cfec,1,4,(FILE *)file);\n fprintf((FILE *)file,"%08lx",sym);\n fprintf((FILE *)file," %s",psVar6);\n bVar2 = *(byte *)&sym->sy_flags;\n local_20 = sym;\n if (((bVar2 & 1) == 0) || (local_20 = (sym->sy_value).X_op_symbol, (segT)sym->bsym == reg_section)\n ) {\n if (local_20->sy_frag != &zero_address_frag) {\n fwrite(" frag ",1,6,(FILE *)file);\n fprintf((FILE *)file,"%08lx",local_20->sy_frag);\n }\n bVar2 = *(byte *)&local_20->sy_flags;\n if ((bVar2 & 2) != 0) {\n fwrite(" written",1,8,(FILE *)file);\n bVar2 = *(byte *)&local_20->sy_flags;\n }\n if ((bVar2 & 4) == 0) {\n if ((bVar2 & 8) != 0) {\n fwrite(" resolving",1,10,(FILE *)file);\n bVar2 = *(byte *)&local_20->sy_flags;\n }\n }\n else {\n fwrite(" resolved",1,9,(FILE *)file);\n bVar2 = *(byte *)&local_20->sy_flags;\n }\n if ((bVar2 & 0x10) == 0) {\n if ((bVar2 & 0x20) == 0) goto LAB_0003a6c5;\nLAB_0003a868:\n fwrite(" used",1,5,(FILE *)file);\n iVar3 = S_IS_LOCAL(local_20);\n if (iVar3 != 0) goto LAB_0003a890;\nLAB_0003a6d9:\n iVar3 = S_IS_EXTERNAL(local_20);\n if (iVar3 == 0) goto LAB_0003a6ed;\nLAB_0003a8b8:\n fwrite(" extern",1,7,(FILE *)file);\n iVar3 = S_IS_WEAK(local_20);\n }\n else {\n fwrite(" used-in-reloc",1,0xe,(FILE *)file);\n if (((uint)local_20->sy_flags & 0x20) != 0) goto LAB_0003a868;\nLAB_0003a6c5:\n iVar3 = S_IS_LOCAL(local_20);\n if (iVar3 == 0) goto LAB_0003a6d9;\nLAB_0003a890:\n fwrite(" local",1,6,(FILE *)file);\n iVar3 = S_IS_EXTERNAL(local_20);\n if (iVar3 != 0) goto LAB_0003a8b8;\nLAB_0003a6ed:\n iVar3 = S_IS_WEAK(local_20);\n }\n if (iVar3 != 0) {\n fwrite(&DAT_0005d034,1,5,(FILE *)file);\n }\n paVar4 = (segT)local_20->bsym;\n if (((uint)local_20->sy_flags & 1) == 0) {\n if (((uint)paVar4->next & 4) != 0) {\nLAB_0003aa80:\n fwrite(" debug",1,6,(FILE *)file);\n paVar4 = (segT)local_20->bsym;\n if (((uint)local_20->sy_flags & 1) != 0) {\n if (paVar4 == reg_section) {\n psVar6 = (local_20->sy_value).X_op_symbol;\n goto LAB_0003ab30;\n }\n goto LAB_0003a7e0;\n }\n }\n if (paVar4->prev != (bfd_section *)(PTR__bfd_std_section_0007afb0 + 0xa8)) goto LAB_0003a7f4;\n goto LAB_0003a72d;\n }\n if (reg_section == paVar4) {\n psVar6 = (local_20->sy_value).X_op_symbol;\n if ((psVar6->bsym->flags & 4) != 0) goto LAB_0003aa80;\nLAB_0003ab30:\n if (psVar6->bsym->section == (bfd_section *)(PTR__bfd_std_section_0007afb0 + 0xa8))\n goto LAB_0003a63f;\nLAB_0003a7f4:\n fwrite(" defined",1,8,(FILE *)file);\n goto LAB_0003a63f;\n }\nLAB_0003a7e0:\n if (paVar4 != (segT)(PTR__bfd_std_section_0007afb0 + 0xa8)) goto LAB_0003a7f4;\nLAB_0003a654:\n if (reg_section == paVar4) {\n if (((((local_20->sy_value).X_op_symbol)->sy_flags).field_0x1 & 2) != 0) {\nLAB_0003a940:\n fwrite(" weakrefr",1,9,(FILE *)file);\n if (((uint)local_20->sy_flags & 1) == 0) goto LAB_0003a737;\n paVar4 = (segT)local_20->bsym;\n if (reg_section != paVar4) goto LAB_0003a74b;\n }\n if (((((local_20->sy_value).X_op_symbol)->sy_flags).field_0x1 & 4) != 0) goto LAB_0003a978;\nLAB_0003aada:\n psVar6 = (local_20->sy_value).X_op_symbol;\n goto LAB_0003a745;\n }\n }\n else {\n if ((local_20 != (symbolS *)0x0) && (local_20 != (symbolS *)PTR_zero_address_frag_0007af70)) {\n fwrite(" frag ",1,6,(FILE *)file);\n fprintf((FILE *)file,"%08lx",(sym->sy_value).X_op_symbol);\n bVar2 = *(byte *)&sym->sy_flags;\n }\n if ((bVar2 & 4) != 0) {\n fwrite(" resolved",1,9,(FILE *)file);\n }\n fwrite(" local",1,6,(FILE *)file);\n local_20 = sym;\nLAB_0003a63f:\n if (((uint)local_20->sy_flags & 1) != 0) {\n paVar4 = (segT)local_20->bsym;\n goto LAB_0003a654;\n }\nLAB_0003a72d:\n if (((local_20->sy_flags).field_0x1 & 2) != 0) goto LAB_0003a940;\nLAB_0003a737:\n psVar6 = local_20;\n if (((local_20->sy_flags).field_0x1 & 4) != 0) {\nLAB_0003a978:\n fwrite(" weakrefd",1,9,(FILE *)file);\n psVar6 = local_20;\n if (((uint)local_20->sy_flags & 1) != 0) {\n paVar4 = (segT)local_20->bsym;\n if (reg_section == paVar4) goto LAB_0003aada;\n goto LAB_0003a74b;\n }\n }\nLAB_0003a745:\n paVar4 = psVar6->bsym->section;\n }\nLAB_0003a74b:\n fprintf((FILE *)file," %s",paVar4->name);\n sVar1 = local_20->sy_flags;\n if (((uint)sVar1 & 1) == 0) {\n psVar6 = local_20;\n if (((uint)sVar1 & 4) != 0) {\nLAB_0003a818:\n paVar4 = psVar6->bsym->section;\nLAB_0003a782:\n if ((paVar4 != (segT)(PTR__bfd_std_section_0007afb0 + 0xa8)) && (expr_section != paVar4)) {\n vVar5 = S_GET_VALUE(local_20);\n fprintf((FILE *)file," %lx",vVar5);\n }\n goto LAB_0003a7b8;\n }\n if (7 < indent_level) goto LAB_0003a7b8;\n paVar7 = local_20->bsym;\nLAB_0003a83c:\n paVar4 = paVar7->section;\n }\n else {\n paVar4 = (segT)local_20->bsym;\n if (paVar4 == reg_section) {\n psVar6 = (local_20->sy_value).X_op_symbol;\n if (((uint)psVar6->sy_flags & 4) != 0) goto LAB_0003a818;\n if (7 < indent_level) goto LAB_0003a7b8;\n paVar7 = psVar6->bsym;\n goto LAB_0003a83c;\n }\n if (((uint)sVar1 & 4) != 0) goto LAB_0003a782;\n if (7 < indent_level) goto LAB_0003a7b8;\n }\n if (paVar4 == (segT)(PTR__bfd_std_section_0007afb0 + 0xa8)) goto LAB_0003a7b8;\n indent_level = indent_level + 1;\n puVar8 = &DAT_00059ae5;\n fprintf((FILE *)file,"\n%*s<",indent_level * 4,&DAT_00059ae5);\n if (((uint)local_20->sy_flags & 1) == 0) {\nLAB_0003ab5b:\n print_expr_1(file,&local_20->sy_value);\n }\n else {\n if ((segT)local_20->bsym == reg_section) {\n local_20 = (local_20->sy_value).X_op_symbol;\n goto LAB_0003ab5b;\n }\n fprintf((FILE *)file,"constant %lx",(local_20->sy_value).X_add_number,puVar8);\n }\n fputc(0x3e,(FILE *)file);\n indent_level = indent_level + -1;\nLAB_0003a7b8:\n fflush((FILE *)file);\n return;\n}" { (declaration "symbol_flags sVar1;" type_identifier identifier ;) (declaration "byte bVar2;" type_identifier identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "segT paVar4;" type_identifier identifier ;) (declaration "valueT vVar5;" type_identifier identifier ;) (declaration "symbolS *psVar6;" type_identifier (pointer_declarator "*psVar6" * identifier) ;) (declaration "asymbol *paVar7;" type_identifier (pointer_declarator "*paVar7" * identifier) ;) (declaration "undefined *puVar8;" type_identifier (pointer_declarator "*puVar8" * identifier) ;) (declaration "symbolS *local_20;" type_identifier (pointer_declarator "*local_20" * identifier) ;) (expression_statement "paVar4 = (segT)sym->bsym;" (assignment_expression "paVar4 = (segT)sym->bsym" identifier = (cast_expression "(segT)sym->bsym" ( (type_descriptor "segT" type_identifier) ) (field_expression "sym->bsym" identifier -> field_identifier))) ;) (if_statement "if (((uint)sym->sy_flags & 1) == 0) {\nLAB_0003a586:\n psVar6 = (symbolS *)paVar4->id;\n if (psVar6 == (symbolS *)0x0) goto LAB_0003a574;\nLAB_0003a58d:\n if (*(char *)&psVar6->sy_flags == '\0') {\n psVar6 = (symbolS *)"(unnamed)";\n }\n }\n else {\n if (reg_section == paVar4) {\n paVar4 = (segT)((sym->sy_value).X_op_symbol)->bsym;\n goto LAB_0003a586;\n }\n psVar6 = (sym->sy_value).X_add_symbol;\n if (psVar6 != (symbolS *)0x0) goto LAB_0003a58d;\nLAB_0003a574:\n psVar6 = (symbolS *)"(unnamed)";\n }" if (parenthesized_expression "(((uint)sym->sy_flags & 1) == 0)" ( (binary_expression "((uint)sym->sy_flags & 1) == 0" (parenthesized_expression "((uint)sym->sy_flags & 1)" ( (binary_expression "(uint)sym->sy_flags & 1" (cast_expression "(uint)sym->sy_flags" ( (type_descriptor "uint" type_identifier) ) (field_expression "sym->sy_flags" identifier -> field_identifier)) & number_literal) )) == number_literal) )) (compound_statement "{\nLAB_0003a586:\n psVar6 = (symbolS *)paVar4->id;\n if (psVar6 == (symbolS *)0x0) goto LAB_0003a574;\nLAB_0003a58d:\n if (*(char *)&psVar6->sy_flags == '\0') {\n psVar6 = (symbolS *)"(unnamed)";\n }\n }" { (labeled_statement "LAB_0003a586:\n psVar6 = (symbolS *)paVar4->id;" statement_identifier : (expression_statement "psVar6 = (symbolS *)paVar4->id;" (assignment_expression "psVar6 = (symbolS *)paVar4->id" identifier = (cast_expression "(symbolS *)paVar4->id" ( (type_descriptor "symbolS *" type_identifier (abstract_pointer_declarator "*" *)) ) (field_expression "paVar4->id" identifier -> field_identifier))) ;)) (if_statement "if (psVar6 == (symbolS *)0x0) goto LAB_0003a574;" if (parenthesized_expression "(psVar6 == (symbolS *)0x0)" ( (binary_expression "psVar6 == (symbolS *)0x0" identifier == (cast_expression "(symbolS *)0x0" ( (type_descriptor "symbolS *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_0003a574;" goto statement_identifier ;)) (labeled_statement "LAB_0003a58d:\n if (*(char *)&psVar6->sy_flags == '\0') {\n psVar6 = (symbolS *)"(unnamed)";\n }" statement_identifier : (if_statement "if (*(char *)&psVar6->sy_flags == '\0') {\n psVar6 = (symbolS *)"(unnamed)";\n }" if (parenthesized_expression "(*(char *)&psVar6->sy_flags == '\0')" ( (binary_expression "*(char *)&psVar6->sy_flags == '\0'" (pointer_expression "*(char *)&psVar6->sy_flags" * (cast_expression "(char *)&psVar6->sy_flags" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "&psVar6->sy_flags" & (field_expression "psVar6->sy_flags" identifier -> field_identifier)))) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n psVar6 = (symbolS *)"(unnamed)";\n }" { (expression_statement "psVar6 = (symbolS *)"(unnamed)";" (assignment_expression "psVar6 = (symbolS *)"(unnamed)"" identifier = (cast_expression "(symbolS *)"(unnamed)"" ( (type_descriptor "symbolS *" type_identifier (abstract_pointer_declarator "*" *)) ) (string_literal ""(unnamed)"" " string_content "))) ;) }))) }) (else_clause "else {\n if (reg_section == paVar4) {\n paVar4 = (segT)((sym->sy_value).X_op_symbol)->bsym;\n goto LAB_0003a586;\n }\n psVar6 = (sym->sy_value).X_add_symbol;\n if (psVar6 != (symbolS *)0x0) goto LAB_0003a58d;\nLAB_0003a574:\n psVar6 = (symbolS *)"(unnamed)";\n }" else (compound_statement "{\n if (reg_section == paVar4) {\n paVar4 = (segT)((sym->sy_value).X_op_symbol)->bsym;\n goto LAB_0003a586;\n }\n psVar6 = (sym->sy_value).X_add_symbol;\n if (psVar6 != (symbolS *)0x0) goto LAB_0003a58d;\nLAB_0003a574:\n psVar6 = (symbolS *)"(unnamed)";\n }" { (if_statement "if (reg_section == paVar4) {\n paVar4 = (segT)((sym->sy_value).X_op_symbol)->bsym;\n goto LAB_0003a586;\n }" if (parenthesized_expression "(reg_section == paVar4)" ( (binary_expression "reg_section == paVar4" identifier == identifier) )) (compound_statement "{\n paVar4 = (segT)((sym->sy_value).X_op_symbol)->bsym;\n goto LAB_0003a586;\n }" { (expression_statement "paVar4 = (segT)((sym->sy_value).X_op_symbol)->bsym;" (assignment_expression "paVar4 = (segT)((sym->sy_value).X_op_symbol)->bsym" identifier = (field_expression "(segT)((sym->sy_value).X_op_symbol)->bsym" (call_expression "(segT)((sym->sy_value).X_op_symbol)" (parenthesized_expression "(segT)" ( identifier )) (argument_list "((sym->sy_value).X_op_symbol)" ( (field_expression "(sym->sy_value).X_op_symbol" (parenthesized_expression "(sym->sy_value)" ( (field_expression "sym->sy_value" identifier -> field_identifier) )) . field_identifier) ))) -> field_identifier)) ;) (goto_statement "goto LAB_0003a586;" goto statement_identifier ;) })) (expression_statement "psVar6 = (sym->sy_value).X_add_symbol;" (assignment_expression "psVar6 = (sym->sy_value).X_add_symbol" identifier = (field_expression "(sym->sy_value).X_add_symbol" (parenthesized_expression "(sym->sy_value)" ( (field_expression "sym->sy_value" identifier -> field_identifier) )) . field_identifier)) ;) (if_statement "if (psVar6 != (symbolS *)0x0) goto LAB_0003a58d;" if (parenthesized_expression "(psVar6 != (symbolS *)0x0)" ( (binary_expression "psVar6 != (symbolS *)0x0" identifier != (cast_expression "(symbolS *)0x0" ( (type_descriptor "symbolS *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_0003a58d;" goto statement_identifier ;)) (labeled_statement "LAB_0003a574:\n psVar6 = (symbolS *)"(unnamed)";" statement_identifier : (expression_statement "psVar6 = (symbolS *)"(unnamed)";" (assignment_expression "psVar6 = (symbolS *)"(unnamed)"" identifier = (cast_expression "(symbolS *)"(unnamed)"" ( (type_descriptor "symbolS *" type_identifier (abstract_pointer_declarator "*" *)) ) (string_literal ""(unnamed)"" " string_content "))) ;)) }))) (expression_statement "fwrite(&DAT_0005cfec,1,4,(FILE *)file);" (call_expression "fwrite(&DAT_0005cfec,1,4,(FILE *)file)" identifier (argument_list "(&DAT_0005cfec,1,4,(FILE *)file)" ( (pointer_expression "&DAT_0005cfec" & identifier) , number_literal , number_literal , (cast_expression "(FILE *)file" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) ))) ;) (expression_statement "fprintf((FILE *)file,"%08lx",sym);" (call_expression "fprintf((FILE *)file,"%08lx",sym)" identifier (argument_list "((FILE *)file,"%08lx",sym)" ( (cast_expression "(FILE *)file" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , (string_literal ""%08lx"" " string_content ") , identifier ))) ;) (expression_statement "fprintf((FILE *)file," %s",psVar6);" (call_expression "fprintf((FILE *)file," %s",psVar6)" identifier (argument_list "((FILE *)file," %s",psVar6)" ( (cast_expression "(FILE *)file" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , (string_literal "" %s"" " string_content ") , identifier ))) ;) (expression_statement "bVar2 = *(byte *)&sym->sy_flags;" (assignment_expression "bVar2 = *(byte *)&sym->sy_flags" identifier = (pointer_expression "*(byte *)&sym->sy_flags" * (cast_expression "(byte *)&sym->sy_flags" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&sym->sy_flags" & (field_expression "sym->sy_flags" identifier -> field_identifier))))) ;) (expression_statement "local_20 = sym;" (assignment_expression "local_20 = sym" identifier = identifier) ;) (if_statement "if (((bVar2 & 1) == 0) || (local_20 = (sym->sy_value).X_op_symbol, (segT)sym->bsym == reg_section)\n ) {\n if (local_20->sy_frag != &zero_address_frag) {\n fwrite(" frag ",1,6,(FILE *)file);\n fprintf((FILE *)file,"%08lx",local_20->sy_frag);\n }\n bVar2 = *(byte *)&local_20->sy_flags;\n if ((bVar2 & 2) != 0) {\n fwrite(" written",1,8,(FILE *)file);\n bVar2 = *(byte *)&local_20->sy_flags;\n }\n if ((bVar2 & 4) == 0) {\n if ((bVar2 & 8) != 0) {\n fwrite(" resolving",1,10,(FILE *)file);\n bVar2 = *(byte *)&local_20->sy_flags;\n }\n }\n else {\n fwrite(" resolved",1,9,(FILE *)file);\n bVar2 = *(byte *)&local_20->sy_flags;\n }\n if ((bVar2 & 0x10) == 0) {\n if ((bVar2 & 0x20) == 0) goto LAB_0003a6c5;\nLAB_0003a868:\n fwrite(" used",1,5,(FILE *)file);\n iVar3 = S_IS_LOCAL(local_20);\n if (iVar3 != 0) goto LAB_0003a890;\nLAB_0003a6d9:\n iVar3 = S_IS_EXTERNAL(local_20);\n if (iVar3 == 0) goto LAB_0003a6ed;\nLAB_0003a8b8:\n fwrite(" extern",1,7,(FILE *)file);\n iVar3 = S_IS_WEAK(local_20);\n }\n else {\n fwrite(" used-in-reloc",1,0xe,(FILE *)file);\n if (((uint)local_20->sy_flags & 0x20) != 0) goto LAB_0003a868;\nLAB_0003a6c5:\n iVar3 = S_IS_LOCAL(local_20);\n if (iVar3 == 0) goto LAB_0003a6d9;\nLAB_0003a890:\n fwrite(" local",1,6,(FILE *)file);\n iVar3 = S_IS_EXTERNAL(local_20);\n if (iVar3 != 0) goto LAB_0003a8b8;\nLAB_0003a6ed:\n iVar3 = S_IS_WEAK(local_20);\n }\n if (iVar3 != 0) {\n fwrite(&DAT_0005d034,1,5,(FILE *)file);\n }\n paVar4 = (segT)local_20->bsym;\n if (((uint)local_20->sy_flags & 1) == 0) {\n if (((uint)paVar4->next & 4) != 0) {\nLAB_0003aa80:\n fwrite(" debug",1,6,(FILE *)file);\n paVar4 = (segT)local_20->bsym;\n if (((uint)local_20->sy_flags & 1) != 0) {\n if (paVar4 == reg_section) {\n psVar6 = (local_20->sy_value).X_op_symbol;\n goto LAB_0003ab30;\n }\n goto LAB_0003a7e0;\n }\n }\n if (paVar4->prev != (bfd_section *)(PTR__bfd_std_section_0007afb0 + 0xa8)) goto LAB_0003a7f4;\n goto LAB_0003a72d;\n }\n if (reg_section == paVar4) {\n psVar6 = (local_20->sy_value).X_op_symbol;\n if ((psVar6->bsym->flags & 4) != 0) goto LAB_0003aa80;\nLAB_0003ab30:\n if (psVar6->bsym->section == (bfd_section *)(PTR__bfd_std_section_0007afb0 + 0xa8))\n goto LAB_0003a63f;\nLAB_0003a7f4:\n fwrite(" defined",1,8,(FILE *)file);\n goto LAB_0003a63f;\n }\nLAB_0003a7e0:\n if (paVar4 != (segT)(PTR__bfd_std_section_0007afb0 + 0xa8)) goto LAB_0003a7f4;\nLAB_0003a654:\n if (reg_section == paVar4) {\n if (((((local_20->sy_value).X_op_symbol)->sy_flags).field_0x1 & 2) != 0) {\nLAB_0003a940:\n fwrite(" weakrefr",1,9,(FILE *)file);\n if (((uint)local_20->sy_flags & 1) == 0) goto LAB_0003a737;\n paVar4 = (segT)local_20->bsym;\n if (reg_section != paVar4) goto LAB_0003a74b;\n }\n if (((((local_20->sy_value).X_op_symbol)->sy_flags).field_0x1 & 4) != 0) goto LAB_0003a978;\nLAB_0003aada:\n psVar6 = (local_20->sy_value).X_op_symbol;\n goto LAB_0003a745;\n }\n }\n else {\n if ((local_20 != (symbolS *)0x0) && (local_20 != (symbolS *)PTR_zero_address_frag_0007af70)) {\n fwrite(" frag ",1,6,(FILE *)file);\n fprintf((FILE *)file,"%08lx",(sym->sy_value).X_op_symbol);\n bVar2 = *(byte *)&sym->sy_flags;\n }\n if ((bVar2 & 4) != 0) {\n fwrite(" resolved",1,9,(FILE *)file);\n }\n fwrite(" local",1,6,(FILE *)file);\n local_20 = sym;\nLAB_0003a63f:\n if (((uint)local_20->sy_flags & 1) != 0) {\n paVar4 = (segT)local_20->bsym;\n goto LAB_0003a654;\n }\nLAB_0003a72d:\n if (((local_20->sy_flags).field_0x1 & 2) != 0) goto LAB_0003a940;\nLAB_0003a737:\n psVar6 = local_20;\n if (((local_20->sy_flags).field_0x1 & 4) != 0) {\nLAB_0003a978:\n fwrite(" weakrefd",1,9,(FILE *)file);\n psVar6 = local_20;\n if (((uint)local_20->sy_flags & 1) != 0) {\n paVar4 = (segT)local_20->bsym;\n if (reg_section == paVar4) goto LAB_0003aada;\n goto LAB_0003a74b;\n }\n }\nLAB_0003a745:\n paVar4 = psVar6->bsym->section;\n }" if (parenthesized_expression "(((bVar2 & 1) == 0) || (local_20 = (sym->sy_value).X_op_symbol, (segT)sym->bsym == reg_section)\n )" ( (binary_expression "((bVar2 & 1) == 0) || (local_20 = (sym->sy_value).X_op_symbol, (segT)sym->bsym == reg_section)" (parenthesized_expression "((bVar2 & 1) == 0)" ( (binary_expression "(bVar2 & 1) == 0" (parenthesized_expression "(bVar2 & 1)" ( (binary_expression "bVar2 & 1" identifier & number_literal) )) == number_literal) )) || (parenthesized_expression "(local_20 = (sym->sy_value).X_op_symbol, (segT)sym->bsym == reg_section)" ( (comma_expression "local_20 = (sym->sy_value).X_op_symbol, (segT)sym->bsym == reg_section" (assignment_expression "local_20 = (sym->sy_value).X_op_symbol" identifier = (field_expression "(sym->sy_value).X_op_symbol" (parenthesized_expression "(sym->sy_value)" ( (field_expression "sym->sy_value" identifier -> field_identifier) )) . field_identifier)) , (binary_expression "(segT)sym->bsym == reg_section" (cast_expression "(segT)sym->bsym" ( (type_descriptor "segT" type_identifier) ) (field_expression "sym->bsym" identifier -> field_identifier)) == identifier)) ))) )) (compound_statement "{\n if (local_20->sy_frag != &zero_address_frag) {\n fwrite(" frag ",1,6,(FILE *)file);\n fprintf((FILE *)file,"%08lx",local_20->sy_frag);\n }\n bVar2 = *(byte *)&local_20->sy_flags;\n if ((bVar2 & 2) != 0) {\n fwrite(" written",1,8,(FILE *)file);\n bVar2 = *(byte *)&local_20->sy_flags;\n }\n if ((bVar2 & 4) == 0) {\n if ((bVar2 & 8) != 0) {\n fwrite(" resolving",1,10,(FILE *)file);\n bVar2 = *(byte *)&local_20->sy_flags;\n }\n }\n else {\n fwrite(" resolved",1,9,(FILE *)file);\n bVar2 = *(byte *)&local_20->sy_flags;\n }\n if ((bVar2 & 0x10) == 0) {\n if ((bVar2 & 0x20) == 0) goto LAB_0003a6c5;\nLAB_0003a868:\n fwrite(" used",1,5,(FILE *)file);\n iVar3 = S_IS_LOCAL(local_20);\n if (iVar3 != 0) goto LAB_0003a890;\nLAB_0003a6d9:\n iVar3 = S_IS_EXTERNAL(local_20);\n if (iVar3 == 0) goto LAB_0003a6ed;\nLAB_0003a8b8:\n fwrite(" extern",1,7,(FILE *)file);\n iVar3 = S_IS_WEAK(local_20);\n }\n else {\n fwrite(" used-in-reloc",1,0xe,(FILE *)file);\n if (((uint)local_20->sy_flags & 0x20) != 0) goto LAB_0003a868;\nLAB_0003a6c5:\n iVar3 = S_IS_LOCAL(local_20);\n if (iVar3 == 0) goto LAB_0003a6d9;\nLAB_0003a890:\n fwrite(" local",1,6,(FILE *)file);\n iVar3 = S_IS_EXTERNAL(local_20);\n if (iVar3 != 0) goto LAB_0003a8b8;\nLAB_0003a6ed:\n iVar3 = S_IS_WEAK(local_20);\n }\n if (iVar3 != 0) {\n fwrite(&DAT_0005d034,1,5,(FILE *)file);\n }\n paVar4 = (segT)local_20->bsym;\n if (((uint)local_20->sy_flags & 1) == 0) {\n if (((uint)paVar4->next & 4) != 0) {\nLAB_0003aa80:\n fwrite(" debug",1,6,(FILE *)file);\n paVar4 = (segT)local_20->bsym;\n if (((uint)local_20->sy_flags & 1) != 0) {\n if (paVar4 == reg_section) {\n psVar6 = (local_20->sy_value).X_op_symbol;\n goto LAB_0003ab30;\n }\n goto LAB_0003a7e0;\n }\n }\n if (paVar4->prev != (bfd_section *)(PTR__bfd_std_section_0007afb0 + 0xa8)) goto LAB_0003a7f4;\n goto LAB_0003a72d;\n }\n if (reg_section == paVar4) {\n psVar6 = (local_20->sy_value).X_op_symbol;\n if ((psVar6->bsym->flags & 4) != 0) goto LAB_0003aa80;\nLAB_0003ab30:\n if (psVar6->bsym->section == (bfd_section *)(PTR__bfd_std_section_0007afb0 + 0xa8))\n goto LAB_0003a63f;\nLAB_0003a7f4:\n fwrite(" defined",1,8,(FILE *)file);\n goto LAB_0003a63f;\n }\nLAB_0003a7e0:\n if (paVar4 != (segT)(PTR__bfd_std_section_0007afb0 + 0xa8)) goto LAB_0003a7f4;\nLAB_0003a654:\n if (reg_section == paVar4) {\n if (((((local_20->sy_value).X_op_symbol)->sy_flags).field_0x1 & 2) != 0) {\nLAB_0003a940:\n fwrite(" weakrefr",1,9,(FILE *)file);\n if (((uint)local_20->sy_flags & 1) == 0) goto LAB_0003a737;\n paVar4 = (segT)local_20->bsym;\n if (reg_section != paVar4) goto LAB_0003a74b;\n }\n if (((((local_20->sy_value).X_op_symbol)->sy_flags).field_0x1 & 4) != 0) goto LAB_0003a978;\nLAB_0003aada:\n psVar6 = (local_20->sy_value).X_op_symbol;\n goto LAB_0003a745;\n }\n }" { (if_statement "if (local_20->sy_frag != &zero_address_frag) {\n fwrite(" frag ",1,6,(FILE *)file);\n fprintf((FILE *)file,"%08lx",local_20->sy_frag);\n }" if (parenthesized_expression "(local_20->sy_frag != &zero_address_frag)" ( (binary_expression "local_20->sy_frag != &zero_address_frag" (field_expression "local_20->sy_frag" identifier -> field_identifier) != (pointer_expression "&zero_address_frag" & identifier)) )) (compound_statement "{\n fwrite(" frag ",1,6,(FILE *)file);\n fprintf((FILE *)file,"%08lx",local_20->sy_frag);\n }" { (expression_statement "fwrite(" frag ",1,6,(FILE *)file);" (call_expression "fwrite(" frag ",1,6,(FILE *)file)" identifier (argument_list "(" frag ",1,6,(FILE *)file)" ( (string_literal "" frag "" " string_content ") , number_literal , number_literal , (cast_expression "(FILE *)file" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) ))) ;) (expression_statement "fprintf((FILE *)file,"%08lx",local_20->sy_frag);" (call_expression "fprintf((FILE *)file,"%08lx",local_20->sy_frag)" identifier (argument_list "((FILE *)file,"%08lx",local_20->sy_frag)" ( (cast_expression "(FILE *)file" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , (string_literal ""%08lx"" " string_content ") , (field_expression "local_20->sy_frag" identifier -> field_identifier) ))) ;) })) (expression_statement "bVar2 = *(byte *)&local_20->sy_flags;" (assignment_expression "bVar2 = *(byte *)&local_20->sy_flags" identifier = (pointer_expression "*(byte *)&local_20->sy_flags" * (cast_expression "(byte *)&local_20->sy_flags" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&local_20->sy_flags" & (field_expression "local_20->sy_flags" identifier -> field_identifier))))) ;) (if_statement "if ((bVar2 & 2) != 0) {\n fwrite(" written",1,8,(FILE *)file);\n bVar2 = *(byte *)&local_20->sy_flags;\n }" if (parenthesized_expression "((bVar2 & 2) != 0)" ( (binary_expression "(bVar2 & 2) != 0" (parenthesized_expression "(bVar2 & 2)" ( (binary_expression "bVar2 & 2" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n fwrite(" written",1,8,(FILE *)file);\n bVar2 = *(byte *)&local_20->sy_flags;\n }" { (expression_statement "fwrite(" written",1,8,(FILE *)file);" (call_expression "fwrite(" written",1,8,(FILE *)file)" identifier (argument_list "(" written",1,8,(FILE *)file)" ( (string_literal "" written"" " string_content ") , number_literal , number_literal , (cast_expression "(FILE *)file" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) ))) ;) (expression_statement "bVar2 = *(byte *)&local_20->sy_flags;" (assignment_expression "bVar2 = *(byte *)&local_20->sy_flags" identifier = (pointer_expression "*(byte *)&local_20->sy_flags" * (cast_expression "(byte *)&local_20->sy_flags" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&local_20->sy_flags" & (field_expression "local_20->sy_flags" identifier -> field_identifier))))) ;) })) (if_statement "if ((bVar2 & 4) == 0) {\n if ((bVar2 & 8) != 0) {\n fwrite(" resolving",1,10,(FILE *)file);\n bVar2 = *(byte *)&local_20->sy_flags;\n }\n }\n else {\n fwrite(" resolved",1,9,(FILE *)file);\n bVar2 = *(byte *)&local_20->sy_flags;\n }" if (parenthesized_expression "((bVar2 & 4) == 0)" ( (binary_expression "(bVar2 & 4) == 0" (parenthesized_expression "(bVar2 & 4)" ( (binary_expression "bVar2 & 4" identifier & number_literal) )) == number_literal) )) (compound_statement "{\n if ((bVar2 & 8) != 0) {\n fwrite(" resolving",1,10,(FILE *)file);\n bVar2 = *(byte *)&local_20->sy_flags;\n }\n }" { (if_statement "if ((bVar2 & 8) != 0) {\n fwrite(" resolving",1,10,(FILE *)file);\n bVar2 = *(byte *)&local_20->sy_flags;\n }" if (parenthesized_expression "((bVar2 & 8) != 0)" ( (binary_expression "(bVar2 & 8) != 0" (parenthesized_expression "(bVar2 & 8)" ( (binary_expression "bVar2 & 8" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n fwrite(" resolving",1,10,(FILE *)file);\n bVar2 = *(byte *)&local_20->sy_flags;\n }" { (expression_statement "fwrite(" resolving",1,10,(FILE *)file);" (call_expression "fwrite(" resolving",1,10,(FILE *)file)" identifier (argument_list "(" resolving",1,10,(FILE *)file)" ( (string_literal "" resolving"" " string_content ") , number_literal , number_literal , (cast_expression "(FILE *)file" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) ))) ;) (expression_statement "bVar2 = *(byte *)&local_20->sy_flags;" (assignment_expression "bVar2 = *(byte *)&local_20->sy_flags" identifier = (pointer_expression "*(byte *)&local_20->sy_flags" * (cast_expression "(byte *)&local_20->sy_flags" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&local_20->sy_flags" & (field_expression "local_20->sy_flags" identifier -> field_identifier))))) ;) })) }) (else_clause "else {\n fwrite(" resolved",1,9,(FILE *)file);\n bVar2 = *(byte *)&local_20->sy_flags;\n }" else (compound_statement "{\n fwrite(" resolved",1,9,(FILE *)file);\n bVar2 = *(byte *)&local_20->sy_flags;\n }" { (expression_statement "fwrite(" resolved",1,9,(FILE *)file);" (call_expression "fwrite(" resolved",1,9,(FILE *)file)" identifier (argument_list "(" resolved",1,9,(FILE *)file)" ( (string_literal "" resolved"" " string_content ") , number_literal , number_literal , (cast_expression "(FILE *)file" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) ))) ;) (expression_statement "bVar2 = *(byte *)&local_20->sy_flags;" (assignment_expression "bVar2 = *(byte *)&local_20->sy_flags" identifier = (pointer_expression "*(byte *)&local_20->sy_flags" * (cast_expression "(byte *)&local_20->sy_flags" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&local_20->sy_flags" & (field_expression "local_20->sy_flags" identifier -> field_identifier))))) ;) }))) (if_statement "if ((bVar2 & 0x10) == 0) {\n if ((bVar2 & 0x20) == 0) goto LAB_0003a6c5;\nLAB_0003a868:\n fwrite(" used",1,5,(FILE *)file);\n iVar3 = S_IS_LOCAL(local_20);\n if (iVar3 != 0) goto LAB_0003a890;\nLAB_0003a6d9:\n iVar3 = S_IS_EXTERNAL(local_20);\n if (iVar3 == 0) goto LAB_0003a6ed;\nLAB_0003a8b8:\n fwrite(" extern",1,7,(FILE *)file);\n iVar3 = S_IS_WEAK(local_20);\n }\n else {\n fwrite(" used-in-reloc",1,0xe,(FILE *)file);\n if (((uint)local_20->sy_flags & 0x20) != 0) goto LAB_0003a868;\nLAB_0003a6c5:\n iVar3 = S_IS_LOCAL(local_20);\n if (iVar3 == 0) goto LAB_0003a6d9;\nLAB_0003a890:\n fwrite(" local",1,6,(FILE *)file);\n iVar3 = S_IS_EXTERNAL(local_20);\n if (iVar3 != 0) goto LAB_0003a8b8;\nLAB_0003a6ed:\n iVar3 = S_IS_WEAK(local_20);\n }" if (parenthesized_expression "((bVar2 & 0x10) == 0)" ( (binary_expression "(bVar2 & 0x10) == 0" (parenthesized_expression "(bVar2 & 0x10)" ( (binary_expression "bVar2 & 0x10" identifier & number_literal) )) == number_literal) )) (compound_statement "{\n if ((bVar2 & 0x20) == 0) goto LAB_0003a6c5;\nLAB_0003a868:\n fwrite(" used",1,5,(FILE *)file);\n iVar3 = S_IS_LOCAL(local_20);\n if (iVar3 != 0) goto LAB_0003a890;\nLAB_0003a6d9:\n iVar3 = S_IS_EXTERNAL(local_20);\n if (iVar3 == 0) goto LAB_0003a6ed;\nLAB_0003a8b8:\n fwrite(" extern",1,7,(FILE *)file);\n iVar3 = S_IS_WEAK(local_20);\n }" { (if_statement "if ((bVar2 & 0x20) == 0) goto LAB_0003a6c5;" if (parenthesized_expression "((bVar2 & 0x20) == 0)" ( (binary_expression "(bVar2 & 0x20) == 0" (parenthesized_expression "(bVar2 & 0x20)" ( (binary_expression "bVar2 & 0x20" identifier & number_literal) )) == number_literal) )) (goto_statement "goto LAB_0003a6c5;" goto statement_identifier ;)) (labeled_statement "LAB_0003a868:\n fwrite(" used",1,5,(FILE *)file);" statement_identifier : (expression_statement "fwrite(" used",1,5,(FILE *)file);" (call_expression "fwrite(" used",1,5,(FILE *)file)" identifier (argument_list "(" used",1,5,(FILE *)file)" ( (string_literal "" used"" " string_content ") , number_literal , number_literal , (cast_expression "(FILE *)file" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) ))) ;)) (expression_statement "iVar3 = S_IS_LOCAL(local_20);" (assignment_expression "iVar3 = S_IS_LOCAL(local_20)" identifier = (call_expression "S_IS_LOCAL(local_20)" identifier (argument_list "(local_20)" ( identifier )))) ;) (if_statement "if (iVar3 != 0) goto LAB_0003a890;" if (parenthesized_expression "(iVar3 != 0)" ( (binary_expression "iVar3 != 0" identifier != number_literal) )) (goto_statement "goto LAB_0003a890;" goto statement_identifier ;)) (labeled_statement "LAB_0003a6d9:\n iVar3 = S_IS_EXTERNAL(local_20);" statement_identifier : (expression_statement "iVar3 = S_IS_EXTERNAL(local_20);" (assignment_expression "iVar3 = S_IS_EXTERNAL(local_20)" identifier = (call_expression "S_IS_EXTERNAL(local_20)" identifier (argument_list "(local_20)" ( identifier )))) ;)) (if_statement "if (iVar3 == 0) goto LAB_0003a6ed;" if (parenthesized_expression "(iVar3 == 0)" ( (binary_expression "iVar3 == 0" identifier == number_literal) )) (goto_statement "goto LAB_0003a6ed;" goto statement_identifier ;)) (labeled_statement "LAB_0003a8b8:\n fwrite(" extern",1,7,(FILE *)file);" statement_identifier : (expression_statement "fwrite(" extern",1,7,(FILE *)file);" (call_expression "fwrite(" extern",1,7,(FILE *)file)" identifier (argument_list "(" extern",1,7,(FILE *)file)" ( (string_literal "" extern"" " string_content ") , number_literal , number_literal , (cast_expression "(FILE *)file" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) ))) ;)) (expression_statement "iVar3 = S_IS_WEAK(local_20);" (assignment_expression "iVar3 = S_IS_WEAK(local_20)" identifier = (call_expression "S_IS_WEAK(local_20)" identifier (argument_list "(local_20)" ( identifier )))) ;) }) (else_clause "else {\n fwrite(" used-in-reloc",1,0xe,(FILE *)file);\n if (((uint)local_20->sy_flags & 0x20) != 0) goto LAB_0003a868;\nLAB_0003a6c5:\n iVar3 = S_IS_LOCAL(local_20);\n if (iVar3 == 0) goto LAB_0003a6d9;\nLAB_0003a890:\n fwrite(" local",1,6,(FILE *)file);\n iVar3 = S_IS_EXTERNAL(local_20);\n if (iVar3 != 0) goto LAB_0003a8b8;\nLAB_0003a6ed:\n iVar3 = S_IS_WEAK(local_20);\n }" else (compound_statement "{\n fwrite(" used-in-reloc",1,0xe,(FILE *)file);\n if (((uint)local_20->sy_flags & 0x20) != 0) goto LAB_0003a868;\nLAB_0003a6c5:\n iVar3 = S_IS_LOCAL(local_20);\n if (iVar3 == 0) goto LAB_0003a6d9;\nLAB_0003a890:\n fwrite(" local",1,6,(FILE *)file);\n iVar3 = S_IS_EXTERNAL(local_20);\n if (iVar3 != 0) goto LAB_0003a8b8;\nLAB_0003a6ed:\n iVar3 = S_IS_WEAK(local_20);\n }" { (expression_statement "fwrite(" used-in-reloc",1,0xe,(FILE *)file);" (call_expression "fwrite(" used-in-reloc",1,0xe,(FILE *)file)" identifier (argument_list "(" used-in-reloc",1,0xe,(FILE *)file)" ( (string_literal "" used-in-reloc"" " string_content ") , number_literal , number_literal , (cast_expression "(FILE *)file" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) ))) ;) (if_statement "if (((uint)local_20->sy_flags & 0x20) != 0) goto LAB_0003a868;" if (parenthesized_expression "(((uint)local_20->sy_flags & 0x20) != 0)" ( (binary_expression "((uint)local_20->sy_flags & 0x20) != 0" (parenthesized_expression "((uint)local_20->sy_flags & 0x20)" ( (binary_expression "(uint)local_20->sy_flags & 0x20" (cast_expression "(uint)local_20->sy_flags" ( (type_descriptor "uint" type_identifier) ) (field_expression "local_20->sy_flags" identifier -> field_identifier)) & number_literal) )) != number_literal) )) (goto_statement "goto LAB_0003a868;" goto statement_identifier ;)) (labeled_statement "LAB_0003a6c5:\n iVar3 = S_IS_LOCAL(local_20);" statement_identifier : (expression_statement "iVar3 = S_IS_LOCAL(local_20);" (assignment_expression "iVar3 = S_IS_LOCAL(local_20)" identifier = (call_expression "S_IS_LOCAL(local_20)" identifier (argument_list "(local_20)" ( identifier )))) ;)) (if_statement "if (iVar3 == 0) goto LAB_0003a6d9;" if (parenthesized_expression "(iVar3 == 0)" ( (binary_expression "iVar3 == 0" identifier == number_literal) )) (goto_statement "goto LAB_0003a6d9;" goto statement_identifier ;)) (labeled_statement "LAB_0003a890:\n fwrite(" local",1,6,(FILE *)file);" statement_identifier : (expression_statement "fwrite(" local",1,6,(FILE *)file);" (call_expression "fwrite(" local",1,6,(FILE *)file)" identifier (argument_list "(" local",1,6,(FILE *)file)" ( (string_literal "" local"" " string_content ") , number_literal , number_literal , (cast_expression "(FILE *)file" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) ))) ;)) (expression_statement "iVar3 = S_IS_EXTERNAL(local_20);" (assignment_expression "iVar3 = S_IS_EXTERNAL(local_20)" identifier = (call_expression "S_IS_EXTERNAL(local_20)" identifier (argument_list "(local_20)" ( identifier )))) ;) (if_statement "if (iVar3 != 0) goto LAB_0003a8b8;" if (parenthesized_expression "(iVar3 != 0)" ( (binary_expression "iVar3 != 0" identifier != number_literal) )) (goto_statement "goto LAB_0003a8b8;" goto statement_identifier ;)) (labeled_statement "LAB_0003a6ed:\n iVar3 = S_IS_WEAK(local_20);" statement_identifier : (expression_statement "iVar3 = S_IS_WEAK(local_20);" (assignment_expression "iVar3 = S_IS_WEAK(local_20)" identifier = (call_expression "S_IS_WEAK(local_20)" identifier (argument_list "(local_20)" ( identifier )))) ;)) }))) (if_statement "if (iVar3 != 0) {\n fwrite(&DAT_0005d034,1,5,(FILE *)file);\n }" if (parenthesized_expression "(iVar3 != 0)" ( (binary_expression "iVar3 != 0" identifier != number_literal) )) (compound_statement "{\n fwrite(&DAT_0005d034,1,5,(FILE *)file);\n }" { (expression_statement "fwrite(&DAT_0005d034,1,5,(FILE *)file);" (call_expression "fwrite(&DAT_0005d034,1,5,(FILE *)file)" identifier (argument_list "(&DAT_0005d034,1,5,(FILE *)file)" ( (pointer_expression "&DAT_0005d034" & identifier) , number_literal , number_literal , (cast_expression "(FILE *)file" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) ))) ;) })) (expression_statement "paVar4 = (segT)local_20->bsym;" (assignment_expression "paVar4 = (segT)local_20->bsym" identifier = (cast_expression "(segT)local_20->bsym" ( (type_descriptor "segT" type_identifier) ) (field_expression "local_20->bsym" identifier -> field_identifier))) ;) (if_statement "if (((uint)local_20->sy_flags & 1) == 0) {\n if (((uint)paVar4->next & 4) != 0) {\nLAB_0003aa80:\n fwrite(" debug",1,6,(FILE *)file);\n paVar4 = (segT)local_20->bsym;\n if (((uint)local_20->sy_flags & 1) != 0) {\n if (paVar4 == reg_section) {\n psVar6 = (local_20->sy_value).X_op_symbol;\n goto LAB_0003ab30;\n }\n goto LAB_0003a7e0;\n }\n }\n if (paVar4->prev != (bfd_section *)(PTR__bfd_std_section_0007afb0 + 0xa8)) goto LAB_0003a7f4;\n goto LAB_0003a72d;\n }" if (parenthesized_expression "(((uint)local_20->sy_flags & 1) == 0)" ( (binary_expression "((uint)local_20->sy_flags & 1) == 0" (parenthesized_expression "((uint)local_20->sy_flags & 1)" ( (binary_expression "(uint)local_20->sy_flags & 1" (cast_expression "(uint)local_20->sy_flags" ( (type_descriptor "uint" type_identifier) ) (field_expression "local_20->sy_flags" identifier -> field_identifier)) & number_literal) )) == number_literal) )) (compound_statement "{\n if (((uint)paVar4->next & 4) != 0) {\nLAB_0003aa80:\n fwrite(" debug",1,6,(FILE *)file);\n paVar4 = (segT)local_20->bsym;\n if (((uint)local_20->sy_flags & 1) != 0) {\n if (paVar4 == reg_section) {\n psVar6 = (local_20->sy_value).X_op_symbol;\n goto LAB_0003ab30;\n }\n goto LAB_0003a7e0;\n }\n }\n if (paVar4->prev != (bfd_section *)(PTR__bfd_std_section_0007afb0 + 0xa8)) goto LAB_0003a7f4;\n goto LAB_0003a72d;\n }" { (if_statement "if (((uint)paVar4->next & 4) != 0) {\nLAB_0003aa80:\n fwrite(" debug",1,6,(FILE *)file);\n paVar4 = (segT)local_20->bsym;\n if (((uint)local_20->sy_flags & 1) != 0) {\n if (paVar4 == reg_section) {\n psVar6 = (local_20->sy_value).X_op_symbol;\n goto LAB_0003ab30;\n }\n goto LAB_0003a7e0;\n }\n }" if (parenthesized_expression "(((uint)paVar4->next & 4) != 0)" ( (binary_expression "((uint)paVar4->next & 4) != 0" (parenthesized_expression "((uint)paVar4->next & 4)" ( (binary_expression "(uint)paVar4->next & 4" (cast_expression "(uint)paVar4->next" ( (type_descriptor "uint" type_identifier) ) (field_expression "paVar4->next" identifier -> field_identifier)) & number_literal) )) != number_literal) )) (compound_statement "{\nLAB_0003aa80:\n fwrite(" debug",1,6,(FILE *)file);\n paVar4 = (segT)local_20->bsym;\n if (((uint)local_20->sy_flags & 1) != 0) {\n if (paVar4 == reg_section) {\n psVar6 = (local_20->sy_value).X_op_symbol;\n goto LAB_0003ab30;\n }\n goto LAB_0003a7e0;\n }\n }" { (labeled_statement "LAB_0003aa80:\n fwrite(" debug",1,6,(FILE *)file);" statement_identifier : (expression_statement "fwrite(" debug",1,6,(FILE *)file);" (call_expression "fwrite(" debug",1,6,(FILE *)file)" identifier (argument_list "(" debug",1,6,(FILE *)file)" ( (string_literal "" debug"" " string_content ") , number_literal , number_literal , (cast_expression "(FILE *)file" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) ))) ;)) (expression_statement "paVar4 = (segT)local_20->bsym;" (assignment_expression "paVar4 = (segT)local_20->bsym" identifier = (cast_expression "(segT)local_20->bsym" ( (type_descriptor "segT" type_identifier) ) (field_expression "local_20->bsym" identifier -> field_identifier))) ;) (if_statement "if (((uint)local_20->sy_flags & 1) != 0) {\n if (paVar4 == reg_section) {\n psVar6 = (local_20->sy_value).X_op_symbol;\n goto LAB_0003ab30;\n }\n goto LAB_0003a7e0;\n }" if (parenthesized_expression "(((uint)local_20->sy_flags & 1) != 0)" ( (binary_expression "((uint)local_20->sy_flags & 1) != 0" (parenthesized_expression "((uint)local_20->sy_flags & 1)" ( (binary_expression "(uint)local_20->sy_flags & 1" (cast_expression "(uint)local_20->sy_flags" ( (type_descriptor "uint" type_identifier) ) (field_expression "local_20->sy_flags" identifier -> field_identifier)) & number_literal) )) != number_literal) )) (compound_statement "{\n if (paVar4 == reg_section) {\n psVar6 = (local_20->sy_value).X_op_symbol;\n goto LAB_0003ab30;\n }\n goto LAB_0003a7e0;\n }" { (if_statement "if (paVar4 == reg_section) {\n psVar6 = (local_20->sy_value).X_op_symbol;\n goto LAB_0003ab30;\n }" if (parenthesized_expression "(paVar4 == reg_section)" ( (binary_expression "paVar4 == reg_section" identifier == identifier) )) (compound_statement "{\n psVar6 = (local_20->sy_value).X_op_symbol;\n goto LAB_0003ab30;\n }" { (expression_statement "psVar6 = (local_20->sy_value).X_op_symbol;" (assignment_expression "psVar6 = (local_20->sy_value).X_op_symbol" identifier = (field_expression "(local_20->sy_value).X_op_symbol" (parenthesized_expression "(local_20->sy_value)" ( (field_expression "local_20->sy_value" identifier -> field_identifier) )) . field_identifier)) ;) (goto_statement "goto LAB_0003ab30;" goto statement_identifier ;) })) (goto_statement "goto LAB_0003a7e0;" goto statement_identifier ;) })) })) (if_statement "if (paVar4->prev != (bfd_section *)(PTR__bfd_std_section_0007afb0 + 0xa8)) goto LAB_0003a7f4;" if (parenthesized_expression "(paVar4->prev != (bfd_section *)(PTR__bfd_std_section_0007afb0 + 0xa8))" ( (binary_expression "paVar4->prev != (bfd_section *)(PTR__bfd_std_section_0007afb0 + 0xa8)" (field_expression "paVar4->prev" identifier -> field_identifier) != (cast_expression "(bfd_section *)(PTR__bfd_std_section_0007afb0 + 0xa8)" ( (type_descriptor "bfd_section *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(PTR__bfd_std_section_0007afb0 + 0xa8)" ( (binary_expression "PTR__bfd_std_section_0007afb0 + 0xa8" identifier + number_literal) )))) )) (goto_statement "goto LAB_0003a7f4;" goto statement_identifier ;)) (goto_statement "goto LAB_0003a72d;" goto statement_identifier ;) })) (if_statement "if (reg_section == paVar4) {\n psVar6 = (local_20->sy_value).X_op_symbol;\n if ((psVar6->bsym->flags & 4) != 0) goto LAB_0003aa80;\nLAB_0003ab30:\n if (psVar6->bsym->section == (bfd_section *)(PTR__bfd_std_section_0007afb0 + 0xa8))\n goto LAB_0003a63f;\nLAB_0003a7f4:\n fwrite(" defined",1,8,(FILE *)file);\n goto LAB_0003a63f;\n }" if (parenthesized_expression "(reg_section == paVar4)" ( (binary_expression "reg_section == paVar4" identifier == identifier) )) (compound_statement "{\n psVar6 = (local_20->sy_value).X_op_symbol;\n if ((psVar6->bsym->flags & 4) != 0) goto LAB_0003aa80;\nLAB_0003ab30:\n if (psVar6->bsym->section == (bfd_section *)(PTR__bfd_std_section_0007afb0 + 0xa8))\n goto LAB_0003a63f;\nLAB_0003a7f4:\n fwrite(" defined",1,8,(FILE *)file);\n goto LAB_0003a63f;\n }" { (expression_statement "psVar6 = (local_20->sy_value).X_op_symbol;" (assignment_expression "psVar6 = (local_20->sy_value).X_op_symbol" identifier = (field_expression "(local_20->sy_value).X_op_symbol" (parenthesized_expression "(local_20->sy_value)" ( (field_expression "local_20->sy_value" identifier -> field_identifier) )) . field_identifier)) ;) (if_statement "if ((psVar6->bsym->flags & 4) != 0) goto LAB_0003aa80;" if (parenthesized_expression "((psVar6->bsym->flags & 4) != 0)" ( (binary_expression "(psVar6->bsym->flags & 4) != 0" (parenthesized_expression "(psVar6->bsym->flags & 4)" ( (binary_expression "psVar6->bsym->flags & 4" (field_expression "psVar6->bsym->flags" (field_expression "psVar6->bsym" identifier -> field_identifier) -> field_identifier) & number_literal) )) != number_literal) )) (goto_statement "goto LAB_0003aa80;" goto statement_identifier ;)) (labeled_statement "LAB_0003ab30:\n if (psVar6->bsym->section == (bfd_section *)(PTR__bfd_std_section_0007afb0 + 0xa8))\n goto LAB_0003a63f;" statement_identifier : (if_statement "if (psVar6->bsym->section == (bfd_section *)(PTR__bfd_std_section_0007afb0 + 0xa8))\n goto LAB_0003a63f;" if (parenthesized_expression "(psVar6->bsym->section == (bfd_section *)(PTR__bfd_std_section_0007afb0 + 0xa8))" ( (binary_expression "psVar6->bsym->section == (bfd_section *)(PTR__bfd_std_section_0007afb0 + 0xa8)" (field_expression "psVar6->bsym->section" (field_expression "psVar6->bsym" identifier -> field_identifier) -> field_identifier) == (cast_expression "(bfd_section *)(PTR__bfd_std_section_0007afb0 + 0xa8)" ( (type_descriptor "bfd_section *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(PTR__bfd_std_section_0007afb0 + 0xa8)" ( (binary_expression "PTR__bfd_std_section_0007afb0 + 0xa8" identifier + number_literal) )))) )) (goto_statement "goto LAB_0003a63f;" goto statement_identifier ;))) (labeled_statement "LAB_0003a7f4:\n fwrite(" defined",1,8,(FILE *)file);" statement_identifier : (expression_statement "fwrite(" defined",1,8,(FILE *)file);" (call_expression "fwrite(" defined",1,8,(FILE *)file)" identifier (argument_list "(" defined",1,8,(FILE *)file)" ( (string_literal "" defined"" " string_content ") , number_literal , number_literal , (cast_expression "(FILE *)file" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) ))) ;)) (goto_statement "goto LAB_0003a63f;" goto statement_identifier ;) })) (labeled_statement "LAB_0003a7e0:\n if (paVar4 != (segT)(PTR__bfd_std_section_0007afb0 + 0xa8)) goto LAB_0003a7f4;" statement_identifier : (if_statement "if (paVar4 != (segT)(PTR__bfd_std_section_0007afb0 + 0xa8)) goto LAB_0003a7f4;" if (parenthesized_expression "(paVar4 != (segT)(PTR__bfd_std_section_0007afb0 + 0xa8))" ( (binary_expression "paVar4 != (segT)(PTR__bfd_std_section_0007afb0 + 0xa8)" identifier != (call_expression "(segT)(PTR__bfd_std_section_0007afb0 + 0xa8)" (parenthesized_expression "(segT)" ( identifier )) (argument_list "(PTR__bfd_std_section_0007afb0 + 0xa8)" ( (binary_expression "PTR__bfd_std_section_0007afb0 + 0xa8" identifier + number_literal) )))) )) (goto_statement "goto LAB_0003a7f4;" goto statement_identifier ;))) (labeled_statement "LAB_0003a654:\n if (reg_section == paVar4) {\n if (((((local_20->sy_value).X_op_symbol)->sy_flags).field_0x1 & 2) != 0) {\nLAB_0003a940:\n fwrite(" weakrefr",1,9,(FILE *)file);\n if (((uint)local_20->sy_flags & 1) == 0) goto LAB_0003a737;\n paVar4 = (segT)local_20->bsym;\n if (reg_section != paVar4) goto LAB_0003a74b;\n }\n if (((((local_20->sy_value).X_op_symbol)->sy_flags).field_0x1 & 4) != 0) goto LAB_0003a978;\nLAB_0003aada:\n psVar6 = (local_20->sy_value).X_op_symbol;\n goto LAB_0003a745;\n }" statement_identifier : (if_statement "if (reg_section == paVar4) {\n if (((((local_20->sy_value).X_op_symbol)->sy_flags).field_0x1 & 2) != 0) {\nLAB_0003a940:\n fwrite(" weakrefr",1,9,(FILE *)file);\n if (((uint)local_20->sy_flags & 1) == 0) goto LAB_0003a737;\n paVar4 = (segT)local_20->bsym;\n if (reg_section != paVar4) goto LAB_0003a74b;\n }\n if (((((local_20->sy_value).X_op_symbol)->sy_flags).field_0x1 & 4) != 0) goto LAB_0003a978;\nLAB_0003aada:\n psVar6 = (local_20->sy_value).X_op_symbol;\n goto LAB_0003a745;\n }" if (parenthesized_expression "(reg_section == paVar4)" ( (binary_expression "reg_section == paVar4" identifier == identifier) )) (compound_statement "{\n if (((((local_20->sy_value).X_op_symbol)->sy_flags).field_0x1 & 2) != 0) {\nLAB_0003a940:\n fwrite(" weakrefr",1,9,(FILE *)file);\n if (((uint)local_20->sy_flags & 1) == 0) goto LAB_0003a737;\n paVar4 = (segT)local_20->bsym;\n if (reg_section != paVar4) goto LAB_0003a74b;\n }\n if (((((local_20->sy_value).X_op_symbol)->sy_flags).field_0x1 & 4) != 0) goto LAB_0003a978;\nLAB_0003aada:\n psVar6 = (local_20->sy_value).X_op_symbol;\n goto LAB_0003a745;\n }" { (if_statement "if (((((local_20->sy_value).X_op_symbol)->sy_flags).field_0x1 & 2) != 0) {\nLAB_0003a940:\n fwrite(" weakrefr",1,9,(FILE *)file);\n if (((uint)local_20->sy_flags & 1) == 0) goto LAB_0003a737;\n paVar4 = (segT)local_20->bsym;\n if (reg_section != paVar4) goto LAB_0003a74b;\n }" if (parenthesized_expression "(((((local_20->sy_value).X_op_symbol)->sy_flags).field_0x1 & 2) != 0)" ( (binary_expression "((((local_20->sy_value).X_op_symbol)->sy_flags).field_0x1 & 2) != 0" (parenthesized_expression "((((local_20->sy_value).X_op_symbol)->sy_flags).field_0x1 & 2)" ( (binary_expression "(((local_20->sy_value).X_op_symbol)->sy_flags).field_0x1 & 2" (field_expression "(((local_20->sy_value).X_op_symbol)->sy_flags).field_0x1" (parenthesized_expression "(((local_20->sy_value).X_op_symbol)->sy_flags)" ( (field_expression "((local_20->sy_value).X_op_symbol)->sy_flags" (parenthesized_expression "((local_20->sy_value).X_op_symbol)" ( (field_expression "(local_20->sy_value).X_op_symbol" (parenthesized_expression "(local_20->sy_value)" ( (field_expression "local_20->sy_value" identifier -> field_identifier) )) . field_identifier) )) -> field_identifier) )) . field_identifier) & number_literal) )) != number_literal) )) (compound_statement "{\nLAB_0003a940:\n fwrite(" weakrefr",1,9,(FILE *)file);\n if (((uint)local_20->sy_flags & 1) == 0) goto LAB_0003a737;\n paVar4 = (segT)local_20->bsym;\n if (reg_section != paVar4) goto LAB_0003a74b;\n }" { (labeled_statement "LAB_0003a940:\n fwrite(" weakrefr",1,9,(FILE *)file);" statement_identifier : (expression_statement "fwrite(" weakrefr",1,9,(FILE *)file);" (call_expression "fwrite(" weakrefr",1,9,(FILE *)file)" identifier (argument_list "(" weakrefr",1,9,(FILE *)file)" ( (string_literal "" weakrefr"" " string_content ") , number_literal , number_literal , (cast_expression "(FILE *)file" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) ))) ;)) (if_statement "if (((uint)local_20->sy_flags & 1) == 0) goto LAB_0003a737;" if (parenthesized_expression "(((uint)local_20->sy_flags & 1) == 0)" ( (binary_expression "((uint)local_20->sy_flags & 1) == 0" (parenthesized_expression "((uint)local_20->sy_flags & 1)" ( (binary_expression "(uint)local_20->sy_flags & 1" (cast_expression "(uint)local_20->sy_flags" ( (type_descriptor "uint" type_identifier) ) (field_expression "local_20->sy_flags" identifier -> field_identifier)) & number_literal) )) == number_literal) )) (goto_statement "goto LAB_0003a737;" goto statement_identifier ;)) (expression_statement "paVar4 = (segT)local_20->bsym;" (assignment_expression "paVar4 = (segT)local_20->bsym" identifier = (cast_expression "(segT)local_20->bsym" ( (type_descriptor "segT" type_identifier) ) (field_expression "local_20->bsym" identifier -> field_identifier))) ;) (if_statement "if (reg_section != paVar4) goto LAB_0003a74b;" if (parenthesized_expression "(reg_section != paVar4)" ( (binary_expression "reg_section != paVar4" identifier != identifier) )) (goto_statement "goto LAB_0003a74b;" goto statement_identifier ;)) })) (if_statement "if (((((local_20->sy_value).X_op_symbol)->sy_flags).field_0x1 & 4) != 0) goto LAB_0003a978;" if (parenthesized_expression "(((((local_20->sy_value).X_op_symbol)->sy_flags).field_0x1 & 4) != 0)" ( (binary_expression "((((local_20->sy_value).X_op_symbol)->sy_flags).field_0x1 & 4) != 0" (parenthesized_expression "((((local_20->sy_value).X_op_symbol)->sy_flags).field_0x1 & 4)" ( (binary_expression "(((local_20->sy_value).X_op_symbol)->sy_flags).field_0x1 & 4" (field_expression "(((local_20->sy_value).X_op_symbol)->sy_flags).field_0x1" (parenthesized_expression "(((local_20->sy_value).X_op_symbol)->sy_flags)" ( (field_expression "((local_20->sy_value).X_op_symbol)->sy_flags" (parenthesized_expression "((local_20->sy_value).X_op_symbol)" ( (field_expression "(local_20->sy_value).X_op_symbol" (parenthesized_expression "(local_20->sy_value)" ( (field_expression "local_20->sy_value" identifier -> field_identifier) )) . field_identifier) )) -> field_identifier) )) . field_identifier) & number_literal) )) != number_literal) )) (goto_statement "goto LAB_0003a978;" goto statement_identifier ;)) (labeled_statement "LAB_0003aada:\n psVar6 = (local_20->sy_value).X_op_symbol;" statement_identifier : (expression_statement "psVar6 = (local_20->sy_value).X_op_symbol;" (assignment_expression "psVar6 = (local_20->sy_value).X_op_symbol" identifier = (field_expression "(local_20->sy_value).X_op_symbol" (parenthesized_expression "(local_20->sy_value)" ( (field_expression "local_20->sy_value" identifier -> field_identifier) )) . field_identifier)) ;)) (goto_statement "goto LAB_0003a745;" goto statement_identifier ;) }))) }) (else_clause "else {\n if ((local_20 != (symbolS *)0x0) && (local_20 != (symbolS *)PTR_zero_address_frag_0007af70)) {\n fwrite(" frag ",1,6,(FILE *)file);\n fprintf((FILE *)file,"%08lx",(sym->sy_value).X_op_symbol);\n bVar2 = *(byte *)&sym->sy_flags;\n }\n if ((bVar2 & 4) != 0) {\n fwrite(" resolved",1,9,(FILE *)file);\n }\n fwrite(" local",1,6,(FILE *)file);\n local_20 = sym;\nLAB_0003a63f:\n if (((uint)local_20->sy_flags & 1) != 0) {\n paVar4 = (segT)local_20->bsym;\n goto LAB_0003a654;\n }\nLAB_0003a72d:\n if (((local_20->sy_flags).field_0x1 & 2) != 0) goto LAB_0003a940;\nLAB_0003a737:\n psVar6 = local_20;\n if (((local_20->sy_flags).field_0x1 & 4) != 0) {\nLAB_0003a978:\n fwrite(" weakrefd",1,9,(FILE *)file);\n psVar6 = local_20;\n if (((uint)local_20->sy_flags & 1) != 0) {\n paVar4 = (segT)local_20->bsym;\n if (reg_section == paVar4) goto LAB_0003aada;\n goto LAB_0003a74b;\n }\n }\nLAB_0003a745:\n paVar4 = psVar6->bsym->section;\n }" else (compound_statement "{\n if ((local_20 != (symbolS *)0x0) && (local_20 != (symbolS *)PTR_zero_address_frag_0007af70)) {\n fwrite(" frag ",1,6,(FILE *)file);\n fprintf((FILE *)file,"%08lx",(sym->sy_value).X_op_symbol);\n bVar2 = *(byte *)&sym->sy_flags;\n }\n if ((bVar2 & 4) != 0) {\n fwrite(" resolved",1,9,(FILE *)file);\n }\n fwrite(" local",1,6,(FILE *)file);\n local_20 = sym;\nLAB_0003a63f:\n if (((uint)local_20->sy_flags & 1) != 0) {\n paVar4 = (segT)local_20->bsym;\n goto LAB_0003a654;\n }\nLAB_0003a72d:\n if (((local_20->sy_flags).field_0x1 & 2) != 0) goto LAB_0003a940;\nLAB_0003a737:\n psVar6 = local_20;\n if (((local_20->sy_flags).field_0x1 & 4) != 0) {\nLAB_0003a978:\n fwrite(" weakrefd",1,9,(FILE *)file);\n psVar6 = local_20;\n if (((uint)local_20->sy_flags & 1) != 0) {\n paVar4 = (segT)local_20->bsym;\n if (reg_section == paVar4) goto LAB_0003aada;\n goto LAB_0003a74b;\n }\n }\nLAB_0003a745:\n paVar4 = psVar6->bsym->section;\n }" { (if_statement "if ((local_20 != (symbolS *)0x0) && (local_20 != (symbolS *)PTR_zero_address_frag_0007af70)) {\n fwrite(" frag ",1,6,(FILE *)file);\n fprintf((FILE *)file,"%08lx",(sym->sy_value).X_op_symbol);\n bVar2 = *(byte *)&sym->sy_flags;\n }" if (parenthesized_expression "((local_20 != (symbolS *)0x0) && (local_20 != (symbolS *)PTR_zero_address_frag_0007af70))" ( (binary_expression "(local_20 != (symbolS *)0x0) && (local_20 != (symbolS *)PTR_zero_address_frag_0007af70)" (parenthesized_expression "(local_20 != (symbolS *)0x0)" ( (binary_expression "local_20 != (symbolS *)0x0" identifier != (cast_expression "(symbolS *)0x0" ( (type_descriptor "symbolS *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(local_20 != (symbolS *)PTR_zero_address_frag_0007af70)" ( (binary_expression "local_20 != (symbolS *)PTR_zero_address_frag_0007af70" identifier != (cast_expression "(symbolS *)PTR_zero_address_frag_0007af70" ( (type_descriptor "symbolS *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ))) )) (compound_statement "{\n fwrite(" frag ",1,6,(FILE *)file);\n fprintf((FILE *)file,"%08lx",(sym->sy_value).X_op_symbol);\n bVar2 = *(byte *)&sym->sy_flags;\n }" { (expression_statement "fwrite(" frag ",1,6,(FILE *)file);" (call_expression "fwrite(" frag ",1,6,(FILE *)file)" identifier (argument_list "(" frag ",1,6,(FILE *)file)" ( (string_literal "" frag "" " string_content ") , number_literal , number_literal , (cast_expression "(FILE *)file" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) ))) ;) (expression_statement "fprintf((FILE *)file,"%08lx",(sym->sy_value).X_op_symbol);" (call_expression "fprintf((FILE *)file,"%08lx",(sym->sy_value).X_op_symbol)" identifier (argument_list "((FILE *)file,"%08lx",(sym->sy_value).X_op_symbol)" ( (cast_expression "(FILE *)file" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , (string_literal ""%08lx"" " string_content ") , (field_expression "(sym->sy_value).X_op_symbol" (parenthesized_expression "(sym->sy_value)" ( (field_expression "sym->sy_value" identifier -> field_identifier) )) . field_identifier) ))) ;) (expression_statement "bVar2 = *(byte *)&sym->sy_flags;" (assignment_expression "bVar2 = *(byte *)&sym->sy_flags" identifier = (pointer_expression "*(byte *)&sym->sy_flags" * (cast_expression "(byte *)&sym->sy_flags" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&sym->sy_flags" & (field_expression "sym->sy_flags" identifier -> field_identifier))))) ;) })) (if_statement "if ((bVar2 & 4) != 0) {\n fwrite(" resolved",1,9,(FILE *)file);\n }" if (parenthesized_expression "((bVar2 & 4) != 0)" ( (binary_expression "(bVar2 & 4) != 0" (parenthesized_expression "(bVar2 & 4)" ( (binary_expression "bVar2 & 4" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n fwrite(" resolved",1,9,(FILE *)file);\n }" { (expression_statement "fwrite(" resolved",1,9,(FILE *)file);" (call_expression "fwrite(" resolved",1,9,(FILE *)file)" identifier (argument_list "(" resolved",1,9,(FILE *)file)" ( (string_literal "" resolved"" " string_content ") , number_literal , number_literal , (cast_expression "(FILE *)file" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) ))) ;) })) (expression_statement "fwrite(" local",1,6,(FILE *)file);" (call_expression "fwrite(" local",1,6,(FILE *)file)" identifier (argument_list "(" local",1,6,(FILE *)file)" ( (string_literal "" local"" " string_content ") , number_literal , number_literal , (cast_expression "(FILE *)file" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) ))) ;) (expression_statement "local_20 = sym;" (assignment_expression "local_20 = sym" identifier = identifier) ;) (labeled_statement "LAB_0003a63f:\n if (((uint)local_20->sy_flags & 1) != 0) {\n paVar4 = (segT)local_20->bsym;\n goto LAB_0003a654;\n }" statement_identifier : (if_statement "if (((uint)local_20->sy_flags & 1) != 0) {\n paVar4 = (segT)local_20->bsym;\n goto LAB_0003a654;\n }" if (parenthesized_expression "(((uint)local_20->sy_flags & 1) != 0)" ( (binary_expression "((uint)local_20->sy_flags & 1) != 0" (parenthesized_expression "((uint)local_20->sy_flags & 1)" ( (binary_expression "(uint)local_20->sy_flags & 1" (cast_expression "(uint)local_20->sy_flags" ( (type_descriptor "uint" type_identifier) ) (field_expression "local_20->sy_flags" identifier -> field_identifier)) & number_literal) )) != number_literal) )) (compound_statement "{\n paVar4 = (segT)local_20->bsym;\n goto LAB_0003a654;\n }" { (expression_statement "paVar4 = (segT)local_20->bsym;" (assignment_expression "paVar4 = (segT)local_20->bsym" identifier = (cast_expression "(segT)local_20->bsym" ( (type_descriptor "segT" type_identifier) ) (field_expression "local_20->bsym" identifier -> field_identifier))) ;) (goto_statement "goto LAB_0003a654;" goto statement_identifier ;) }))) (labeled_statement "LAB_0003a72d:\n if (((local_20->sy_flags).field_0x1 & 2) != 0) goto LAB_0003a940;" statement_identifier : (if_statement "if (((local_20->sy_flags).field_0x1 & 2) != 0) goto LAB_0003a940;" if (parenthesized_expression "(((local_20->sy_flags).field_0x1 & 2) != 0)" ( (binary_expression "((local_20->sy_flags).field_0x1 & 2) != 0" (parenthesized_expression "((local_20->sy_flags).field_0x1 & 2)" ( (binary_expression "(local_20->sy_flags).field_0x1 & 2" (field_expression "(local_20->sy_flags).field_0x1" (parenthesized_expression "(local_20->sy_flags)" ( (field_expression "local_20->sy_flags" identifier -> field_identifier) )) . field_identifier) & number_literal) )) != number_literal) )) (goto_statement "goto LAB_0003a940;" goto statement_identifier ;))) (labeled_statement "LAB_0003a737:\n psVar6 = local_20;" statement_identifier : (expression_statement "psVar6 = local_20;" (assignment_expression "psVar6 = local_20" identifier = identifier) ;)) (if_statement "if (((local_20->sy_flags).field_0x1 & 4) != 0) {\nLAB_0003a978:\n fwrite(" weakrefd",1,9,(FILE *)file);\n psVar6 = local_20;\n if (((uint)local_20->sy_flags & 1) != 0) {\n paVar4 = (segT)local_20->bsym;\n if (reg_section == paVar4) goto LAB_0003aada;\n goto LAB_0003a74b;\n }\n }" if (parenthesized_expression "(((local_20->sy_flags).field_0x1 & 4) != 0)" ( (binary_expression "((local_20->sy_flags).field_0x1 & 4) != 0" (parenthesized_expression "((local_20->sy_flags).field_0x1 & 4)" ( (binary_expression "(local_20->sy_flags).field_0x1 & 4" (field_expression "(local_20->sy_flags).field_0x1" (parenthesized_expression "(local_20->sy_flags)" ( (field_expression "local_20->sy_flags" identifier -> field_identifier) )) . field_identifier) & number_literal) )) != number_literal) )) (compound_statement "{\nLAB_0003a978:\n fwrite(" weakrefd",1,9,(FILE *)file);\n psVar6 = local_20;\n if (((uint)local_20->sy_flags & 1) != 0) {\n paVar4 = (segT)local_20->bsym;\n if (reg_section == paVar4) goto LAB_0003aada;\n goto LAB_0003a74b;\n }\n }" { (labeled_statement "LAB_0003a978:\n fwrite(" weakrefd",1,9,(FILE *)file);" statement_identifier : (expression_statement "fwrite(" weakrefd",1,9,(FILE *)file);" (call_expression "fwrite(" weakrefd",1,9,(FILE *)file)" identifier (argument_list "(" weakrefd",1,9,(FILE *)file)" ( (string_literal "" weakrefd"" " string_content ") , number_literal , number_literal , (cast_expression "(FILE *)file" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) ))) ;)) (expression_statement "psVar6 = local_20;" (assignment_expression "psVar6 = local_20" identifier = identifier) ;) (if_statement "if (((uint)local_20->sy_flags & 1) != 0) {\n paVar4 = (segT)local_20->bsym;\n if (reg_section == paVar4) goto LAB_0003aada;\n goto LAB_0003a74b;\n }" if (parenthesized_expression "(((uint)local_20->sy_flags & 1) != 0)" ( (binary_expression "((uint)local_20->sy_flags & 1) != 0" (parenthesized_expression "((uint)local_20->sy_flags & 1)" ( (binary_expression "(uint)local_20->sy_flags & 1" (cast_expression "(uint)local_20->sy_flags" ( (type_descriptor "uint" type_identifier) ) (field_expression "local_20->sy_flags" identifier -> field_identifier)) & number_literal) )) != number_literal) )) (compound_statement "{\n paVar4 = (segT)local_20->bsym;\n if (reg_section == paVar4) goto LAB_0003aada;\n goto LAB_0003a74b;\n }" { (expression_statement "paVar4 = (segT)local_20->bsym;" (assignment_expression "paVar4 = (segT)local_20->bsym" identifier = (cast_expression "(segT)local_20->bsym" ( (type_descriptor "segT" type_identifier) ) (field_expression "local_20->bsym" identifier -> field_identifier))) ;) (if_statement "if (reg_section == paVar4) goto LAB_0003aada;" if (parenthesized_expression "(reg_section == paVar4)" ( (binary_expression "reg_section == paVar4" identifier == identifier) )) (goto_statement "goto LAB_0003aada;" goto statement_identifier ;)) (goto_statement "goto LAB_0003a74b;" goto statement_identifier ;) })) })) (labeled_statement "LAB_0003a745:\n paVar4 = psVar6->bsym->section;" statement_identifier : (expression_statement "paVar4 = psVar6->bsym->section;" (assignment_expression "paVar4 = psVar6->bsym->section" identifier = (field_expression "psVar6->bsym->section" (field_expression "psVar6->bsym" identifier -> field_identifier) -> field_identifier)) ;)) }))) (labeled_statement "LAB_0003a74b:\n fprintf((FILE *)file," %s",paVar4->name);" statement_identifier : (expression_statement "fprintf((FILE *)file," %s",paVar4->name);" (call_expression "fprintf((FILE *)file," %s",paVar4->name)" identifier (argument_list "((FILE *)file," %s",paVar4->name)" ( (cast_expression "(FILE *)file" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , (string_literal "" %s"" " string_content ") , (field_expression "paVar4->name" identifier -> field_identifier) ))) ;)) (expression_statement "sVar1 = local_20->sy_flags;" (assignment_expression "sVar1 = local_20->sy_flags" identifier = (field_expression "local_20->sy_flags" identifier -> field_identifier)) ;) (if_statement "if (((uint)sVar1 & 1) == 0) {\n psVar6 = local_20;\n if (((uint)sVar1 & 4) != 0) {\nLAB_0003a818:\n paVar4 = psVar6->bsym->section;\nLAB_0003a782:\n if ((paVar4 != (segT)(PTR__bfd_std_section_0007afb0 + 0xa8)) && (expr_section != paVar4)) {\n vVar5 = S_GET_VALUE(local_20);\n fprintf((FILE *)file," %lx",vVar5);\n }\n goto LAB_0003a7b8;\n }\n if (7 < indent_level) goto LAB_0003a7b8;\n paVar7 = local_20->bsym;\nLAB_0003a83c:\n paVar4 = paVar7->section;\n }\n else {\n paVar4 = (segT)local_20->bsym;\n if (paVar4 == reg_section) {\n psVar6 = (local_20->sy_value).X_op_symbol;\n if (((uint)psVar6->sy_flags & 4) != 0) goto LAB_0003a818;\n if (7 < indent_level) goto LAB_0003a7b8;\n paVar7 = psVar6->bsym;\n goto LAB_0003a83c;\n }\n if (((uint)sVar1 & 4) != 0) goto LAB_0003a782;\n if (7 < indent_level) goto LAB_0003a7b8;\n }" if (parenthesized_expression "(((uint)sVar1 & 1) == 0)" ( (binary_expression "((uint)sVar1 & 1) == 0" (parenthesized_expression "((uint)sVar1 & 1)" ( (binary_expression "(uint)sVar1 & 1" (cast_expression "(uint)sVar1" ( (type_descriptor "uint" type_identifier) ) identifier) & number_literal) )) == number_literal) )) (compound_statement "{\n psVar6 = local_20;\n if (((uint)sVar1 & 4) != 0) {\nLAB_0003a818:\n paVar4 = psVar6->bsym->section;\nLAB_0003a782:\n if ((paVar4 != (segT)(PTR__bfd_std_section_0007afb0 + 0xa8)) && (expr_section != paVar4)) {\n vVar5 = S_GET_VALUE(local_20);\n fprintf((FILE *)file," %lx",vVar5);\n }\n goto LAB_0003a7b8;\n }\n if (7 < indent_level) goto LAB_0003a7b8;\n paVar7 = local_20->bsym;\nLAB_0003a83c:\n paVar4 = paVar7->section;\n }" { (expression_statement "psVar6 = local_20;" (assignment_expression "psVar6 = local_20" identifier = identifier) ;) (if_statement "if (((uint)sVar1 & 4) != 0) {\nLAB_0003a818:\n paVar4 = psVar6->bsym->section;\nLAB_0003a782:\n if ((paVar4 != (segT)(PTR__bfd_std_section_0007afb0 + 0xa8)) && (expr_section != paVar4)) {\n vVar5 = S_GET_VALUE(local_20);\n fprintf((FILE *)file," %lx",vVar5);\n }\n goto LAB_0003a7b8;\n }" if (parenthesized_expression "(((uint)sVar1 & 4) != 0)" ( (binary_expression "((uint)sVar1 & 4) != 0" (parenthesized_expression "((uint)sVar1 & 4)" ( (binary_expression "(uint)sVar1 & 4" (cast_expression "(uint)sVar1" ( (type_descriptor "uint" type_identifier) ) identifier) & number_literal) )) != number_literal) )) (compound_statement "{\nLAB_0003a818:\n paVar4 = psVar6->bsym->section;\nLAB_0003a782:\n if ((paVar4 != (segT)(PTR__bfd_std_section_0007afb0 + 0xa8)) && (expr_section != paVar4)) {\n vVar5 = S_GET_VALUE(local_20);\n fprintf((FILE *)file," %lx",vVar5);\n }\n goto LAB_0003a7b8;\n }" { (labeled_statement "LAB_0003a818:\n paVar4 = psVar6->bsym->section;" statement_identifier : (expression_statement "paVar4 = psVar6->bsym->section;" (assignment_expression "paVar4 = psVar6->bsym->section" identifier = (field_expression "psVar6->bsym->section" (field_expression "psVar6->bsym" identifier -> field_identifier) -> field_identifier)) ;)) (labeled_statement "LAB_0003a782:\n if ((paVar4 != (segT)(PTR__bfd_std_section_0007afb0 + 0xa8)) && (expr_section != paVar4)) {\n vVar5 = S_GET_VALUE(local_20);\n fprintf((FILE *)file," %lx",vVar5);\n }" statement_identifier : (if_statement "if ((paVar4 != (segT)(PTR__bfd_std_section_0007afb0 + 0xa8)) && (expr_section != paVar4)) {\n vVar5 = S_GET_VALUE(local_20);\n fprintf((FILE *)file," %lx",vVar5);\n }" if (parenthesized_expression "((paVar4 != (segT)(PTR__bfd_std_section_0007afb0 + 0xa8)) && (expr_section != paVar4))" ( (binary_expression "(paVar4 != (segT)(PTR__bfd_std_section_0007afb0 + 0xa8)) && (expr_section != paVar4)" (parenthesized_expression "(paVar4 != (segT)(PTR__bfd_std_section_0007afb0 + 0xa8))" ( (binary_expression "paVar4 != (segT)(PTR__bfd_std_section_0007afb0 + 0xa8)" identifier != (call_expression "(segT)(PTR__bfd_std_section_0007afb0 + 0xa8)" (parenthesized_expression "(segT)" ( identifier )) (argument_list "(PTR__bfd_std_section_0007afb0 + 0xa8)" ( (binary_expression "PTR__bfd_std_section_0007afb0 + 0xa8" identifier + number_literal) )))) )) && (parenthesized_expression "(expr_section != paVar4)" ( (binary_expression "expr_section != paVar4" identifier != identifier) ))) )) (compound_statement "{\n vVar5 = S_GET_VALUE(local_20);\n fprintf((FILE *)file," %lx",vVar5);\n }" { (expression_statement "vVar5 = S_GET_VALUE(local_20);" (assignment_expression "vVar5 = S_GET_VALUE(local_20)" identifier = (call_expression "S_GET_VALUE(local_20)" identifier (argument_list "(local_20)" ( identifier )))) ;) (expression_statement "fprintf((FILE *)file," %lx",vVar5);" (call_expression "fprintf((FILE *)file," %lx",vVar5)" identifier (argument_list "((FILE *)file," %lx",vVar5)" ( (cast_expression "(FILE *)file" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , (string_literal "" %lx"" " string_content ") , identifier ))) ;) }))) (goto_statement "goto LAB_0003a7b8;" goto statement_identifier ;) })) (if_statement "if (7 < indent_level) goto LAB_0003a7b8;" if (parenthesized_expression "(7 < indent_level)" ( (binary_expression "7 < indent_level" number_literal < identifier) )) (goto_statement "goto LAB_0003a7b8;" goto statement_identifier ;)) (expression_statement "paVar7 = local_20->bsym;" (assignment_expression "paVar7 = local_20->bsym" identifier = (field_expression "local_20->bsym" identifier -> field_identifier)) ;) (labeled_statement "LAB_0003a83c:\n paVar4 = paVar7->section;" statement_identifier : (expression_statement "paVar4 = paVar7->section;" (assignment_expression "paVar4 = paVar7->section" identifier = (field_expression "paVar7->section" identifier -> field_identifier)) ;)) }) (else_clause "else {\n paVar4 = (segT)local_20->bsym;\n if (paVar4 == reg_section) {\n psVar6 = (local_20->sy_value).X_op_symbol;\n if (((uint)psVar6->sy_flags & 4) != 0) goto LAB_0003a818;\n if (7 < indent_level) goto LAB_0003a7b8;\n paVar7 = psVar6->bsym;\n goto LAB_0003a83c;\n }\n if (((uint)sVar1 & 4) != 0) goto LAB_0003a782;\n if (7 < indent_level) goto LAB_0003a7b8;\n }" else (compound_statement "{\n paVar4 = (segT)local_20->bsym;\n if (paVar4 == reg_section) {\n psVar6 = (local_20->sy_value).X_op_symbol;\n if (((uint)psVar6->sy_flags & 4) != 0) goto LAB_0003a818;\n if (7 < indent_level) goto LAB_0003a7b8;\n paVar7 = psVar6->bsym;\n goto LAB_0003a83c;\n }\n if (((uint)sVar1 & 4) != 0) goto LAB_0003a782;\n if (7 < indent_level) goto LAB_0003a7b8;\n }" { (expression_statement "paVar4 = (segT)local_20->bsym;" (assignment_expression "paVar4 = (segT)local_20->bsym" identifier = (cast_expression "(segT)local_20->bsym" ( (type_descriptor "segT" type_identifier) ) (field_expression "local_20->bsym" identifier -> field_identifier))) ;) (if_statement "if (paVar4 == reg_section) {\n psVar6 = (local_20->sy_value).X_op_symbol;\n if (((uint)psVar6->sy_flags & 4) != 0) goto LAB_0003a818;\n if (7 < indent_level) goto LAB_0003a7b8;\n paVar7 = psVar6->bsym;\n goto LAB_0003a83c;\n }" if (parenthesized_expression "(paVar4 == reg_section)" ( (binary_expression "paVar4 == reg_section" identifier == identifier) )) (compound_statement "{\n psVar6 = (local_20->sy_value).X_op_symbol;\n if (((uint)psVar6->sy_flags & 4) != 0) goto LAB_0003a818;\n if (7 < indent_level) goto LAB_0003a7b8;\n paVar7 = psVar6->bsym;\n goto LAB_0003a83c;\n }" { (expression_statement "psVar6 = (local_20->sy_value).X_op_symbol;" (assignment_expression "psVar6 = (local_20->sy_value).X_op_symbol" identifier = (field_expression "(local_20->sy_value).X_op_symbol" (parenthesized_expression "(local_20->sy_value)" ( (field_expression "local_20->sy_value" identifier -> field_identifier) )) . field_identifier)) ;) (if_statement "if (((uint)psVar6->sy_flags & 4) != 0) goto LAB_0003a818;" if (parenthesized_expression "(((uint)psVar6->sy_flags & 4) != 0)" ( (binary_expression "((uint)psVar6->sy_flags & 4) != 0" (parenthesized_expression "((uint)psVar6->sy_flags & 4)" ( (binary_expression "(uint)psVar6->sy_flags & 4" (cast_expression "(uint)psVar6->sy_flags" ( (type_descriptor "uint" type_identifier) ) (field_expression "psVar6->sy_flags" identifier -> field_identifier)) & number_literal) )) != number_literal) )) (goto_statement "goto LAB_0003a818;" goto statement_identifier ;)) (if_statement "if (7 < indent_level) goto LAB_0003a7b8;" if (parenthesized_expression "(7 < indent_level)" ( (binary_expression "7 < indent_level" number_literal < identifier) )) (goto_statement "goto LAB_0003a7b8;" goto statement_identifier ;)) (expression_statement "paVar7 = psVar6->bsym;" (assignment_expression "paVar7 = psVar6->bsym" identifier = (field_expression "psVar6->bsym" identifier -> field_identifier)) ;) (goto_statement "goto LAB_0003a83c;" goto statement_identifier ;) })) (if_statement "if (((uint)sVar1 & 4) != 0) goto LAB_0003a782;" if (parenthesized_expression "(((uint)sVar1 & 4) != 0)" ( (binary_expression "((uint)sVar1 & 4) != 0" (parenthesized_expression "((uint)sVar1 & 4)" ( (binary_expression "(uint)sVar1 & 4" (cast_expression "(uint)sVar1" ( (type_descriptor "uint" type_identifier) ) identifier) & number_literal) )) != number_literal) )) (goto_statement "goto LAB_0003a782;" goto statement_identifier ;)) (if_statement "if (7 < indent_level) goto LAB_0003a7b8;" if (parenthesized_expression "(7 < indent_level)" ( (binary_expression "7 < indent_level" number_literal < identifier) )) (goto_statement "goto LAB_0003a7b8;" goto statement_identifier ;)) }))) (if_statement "if (paVar4 == (segT)(PTR__bfd_std_section_0007afb0 + 0xa8)) goto LAB_0003a7b8;" if (parenthesized_expression "(paVar4 == (segT)(PTR__bfd_std_section_0007afb0 + 0xa8))" ( (binary_expression "paVar4 == (segT)(PTR__bfd_std_section_0007afb0 + 0xa8)" identifier == (call_expression "(segT)(PTR__bfd_std_section_0007afb0 + 0xa8)" (parenthesized_expression "(segT)" ( identifier )) (argument_list "(PTR__bfd_std_section_0007afb0 + 0xa8)" ( (binary_expression "PTR__bfd_std_section_0007afb0 + 0xa8" identifier + number_literal) )))) )) (goto_statement "goto LAB_0003a7b8;" goto statement_identifier ;)) (expression_statement "indent_level = indent_level + 1;" (assignment_expression "indent_level = indent_level + 1" identifier = (binary_expression "indent_level + 1" identifier + number_literal)) ;) (expression_statement "puVar8 = &DAT_00059ae5;" (assignment_expression "puVar8 = &DAT_00059ae5" identifier = (pointer_expression "&DAT_00059ae5" & identifier)) ;) (expression_statement "fprintf((FILE *)file,"\n%*s<",indent_level * 4,&DAT_00059ae5);" (call_expression "fprintf((FILE *)file,"\n%*s<",indent_level * 4,&DAT_00059ae5)" identifier (argument_list "((FILE *)file,"\n%*s<",indent_level * 4,&DAT_00059ae5)" ( (cast_expression "(FILE *)file" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , (string_literal ""\n%*s<"" " escape_sequence string_content ") , (binary_expression "indent_level * 4" identifier * number_literal) , (pointer_expression "&DAT_00059ae5" & identifier) ))) ;) (if_statement "if (((uint)local_20->sy_flags & 1) == 0) {\nLAB_0003ab5b:\n print_expr_1(file,&local_20->sy_value);\n }\n else {\n if ((segT)local_20->bsym == reg_section) {\n local_20 = (local_20->sy_value).X_op_symbol;\n goto LAB_0003ab5b;\n }\n fprintf((FILE *)file,"constant %lx",(local_20->sy_value).X_add_number,puVar8);\n }" if (parenthesized_expression "(((uint)local_20->sy_flags & 1) == 0)" ( (binary_expression "((uint)local_20->sy_flags & 1) == 0" (parenthesized_expression "((uint)local_20->sy_flags & 1)" ( (binary_expression "(uint)local_20->sy_flags & 1" (cast_expression "(uint)local_20->sy_flags" ( (type_descriptor "uint" type_identifier) ) (field_expression "local_20->sy_flags" identifier -> field_identifier)) & number_literal) )) == number_literal) )) (compound_statement "{\nLAB_0003ab5b:\n print_expr_1(file,&local_20->sy_value);\n }" { (labeled_statement "LAB_0003ab5b:\n print_expr_1(file,&local_20->sy_value);" statement_identifier : (expression_statement "print_expr_1(file,&local_20->sy_value);" (call_expression "print_expr_1(file,&local_20->sy_value)" identifier (argument_list "(file,&local_20->sy_value)" ( identifier , (pointer_expression "&local_20->sy_value" & (field_expression "local_20->sy_value" identifier -> field_identifier)) ))) ;)) }) (else_clause "else {\n if ((segT)local_20->bsym == reg_section) {\n local_20 = (local_20->sy_value).X_op_symbol;\n goto LAB_0003ab5b;\n }\n fprintf((FILE *)file,"constant %lx",(local_20->sy_value).X_add_number,puVar8);\n }" else (compound_statement "{\n if ((segT)local_20->bsym == reg_section) {\n local_20 = (local_20->sy_value).X_op_symbol;\n goto LAB_0003ab5b;\n }\n fprintf((FILE *)file,"constant %lx",(local_20->sy_value).X_add_number,puVar8);\n }" { (if_statement "if ((segT)local_20->bsym == reg_section) {\n local_20 = (local_20->sy_value).X_op_symbol;\n goto LAB_0003ab5b;\n }" if (parenthesized_expression "((segT)local_20->bsym == reg_section)" ( (binary_expression "(segT)local_20->bsym == reg_section" (cast_expression "(segT)local_20->bsym" ( (type_descriptor "segT" type_identifier) ) (field_expression "local_20->bsym" identifier -> field_identifier)) == identifier) )) (compound_statement "{\n local_20 = (local_20->sy_value).X_op_symbol;\n goto LAB_0003ab5b;\n }" { (expression_statement "local_20 = (local_20->sy_value).X_op_symbol;" (assignment_expression "local_20 = (local_20->sy_value).X_op_symbol" identifier = (field_expression "(local_20->sy_value).X_op_symbol" (parenthesized_expression "(local_20->sy_value)" ( (field_expression "local_20->sy_value" identifier -> field_identifier) )) . field_identifier)) ;) (goto_statement "goto LAB_0003ab5b;" goto statement_identifier ;) })) (expression_statement "fprintf((FILE *)file,"constant %lx",(local_20->sy_value).X_add_number,puVar8);" (call_expression "fprintf((FILE *)file,"constant %lx",(local_20->sy_value).X_add_number,puVar8)" identifier (argument_list "((FILE *)file,"constant %lx",(local_20->sy_value).X_add_number,puVar8)" ( (cast_expression "(FILE *)file" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , (string_literal ""constant %lx"" " string_content ") , (field_expression "(local_20->sy_value).X_add_number" (parenthesized_expression "(local_20->sy_value)" ( (field_expression "local_20->sy_value" identifier -> field_identifier) )) . field_identifier) , identifier ))) ;) }))) (expression_statement "fputc(0x3e,(FILE *)file);" (call_expression "fputc(0x3e,(FILE *)file)" identifier (argument_list "(0x3e,(FILE *)file)" ( number_literal , (cast_expression "(FILE *)file" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) ))) ;) (expression_statement "indent_level = indent_level + -1;" (assignment_expression "indent_level = indent_level + -1" identifier = (binary_expression "indent_level + -1" identifier + number_literal)) ;) (labeled_statement "LAB_0003a7b8:\n fflush((FILE *)file);" statement_identifier : (expression_statement "fflush((FILE *)file);" (call_expression "fflush((FILE *)file)" identifier (argument_list "((FILE *)file)" ( (cast_expression "(FILE *)file" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) ))) ;)) (return_statement "return;" return ;) })))
(translation_unit "void FUN_0003a540(FILE *param_1,byte *param_2)\n\n{\n byte bVar1;\n int iVar2;\n undefined4 *puVar3;\n undefined4 uVar4;\n byte *pbVar5;\n char *pcVar6;\n undefined *puVar7;\n byte *local_20;\n \n puVar3 = *(undefined4 **)(param_2 + 4);\n if ((*param_2 & 1) == 0) {\nLAB_0003a586:\n pcVar6 = (char *)puVar3[1];\n if (pcVar6 == (char *)0x0) goto LAB_0003a574;\nLAB_0003a58d:\n if (*pcVar6 == '\0') {\n pcVar6 = "(unnamed)";\n }\n }\n else {\n if (DAT_00084798 == puVar3) {\n puVar3 = *(undefined4 **)(*(int *)(param_2 + 0xc) + 4);\n goto LAB_0003a586;\n }\n pcVar6 = *(char **)(param_2 + 8);\n if (pcVar6 != (char *)0x0) goto LAB_0003a58d;\nLAB_0003a574:\n pcVar6 = "(unnamed)";\n }\n fwrite(&DAT_0005cfec,1,4,param_1);\n fprintf(param_1,"%08lx",param_2);\n fprintf(param_1," %s",pcVar6);\n bVar1 = *param_2;\n local_20 = param_2;\n if (((bVar1 & 1) == 0) ||\n (local_20 = *(byte **)(param_2 + 0xc), *(undefined4 **)(param_2 + 4) == DAT_00084798)) {\n if (*(undefined **)(local_20 + 0x20) != &DAT_00084720) {\n fwrite(" frag ",1,6,param_1);\n fprintf(param_1,"%08lx",*(undefined4 *)(local_20 + 0x20));\n }\n bVar1 = *local_20;\n if ((bVar1 & 2) != 0) {\n fwrite(" written",1,8,param_1);\n bVar1 = *local_20;\n }\n if ((bVar1 & 4) == 0) {\n if ((bVar1 & 8) != 0) {\n fwrite(" resolving",1,10,param_1);\n bVar1 = *local_20;\n }\n }\n else {\n fwrite(" resolved",1,9,param_1);\n bVar1 = *local_20;\n }\n if ((bVar1 & 0x10) == 0) {\n if ((bVar1 & 0x20) == 0) goto LAB_0003a6c5;\nLAB_0003a868:\n fwrite(" used",1,5,param_1);\n iVar2 = FUN_00036b30(local_20);\n if (iVar2 != 0) goto LAB_0003a890;\nLAB_0003a6d9:\n iVar2 = FUN_00036850(local_20);\n if (iVar2 == 0) goto LAB_0003a6ed;\nLAB_0003a8b8:\n fwrite(" extern",1,7,param_1);\n iVar2 = FUN_000368c0(local_20);\n }\n else {\n fwrite(" used-in-reloc",1,0xe,param_1);\n if ((*local_20 & 0x20) != 0) goto LAB_0003a868;\nLAB_0003a6c5:\n iVar2 = FUN_00036b30(local_20);\n if (iVar2 == 0) goto LAB_0003a6d9;\nLAB_0003a890:\n fwrite(" local",1,6,param_1);\n iVar2 = FUN_00036850(local_20);\n if (iVar2 != 0) goto LAB_0003a8b8;\nLAB_0003a6ed:\n iVar2 = FUN_000368c0(local_20);\n }\n if (iVar2 != 0) {\n fwrite(" weak",1,5,param_1);\n }\n puVar3 = *(undefined4 **)(local_20 + 4);\n if ((*local_20 & 1) == 0) {\n if ((*(byte *)(puVar3 + 3) & 4) != 0) {\nLAB_0003aa80:\n fwrite(" debug",1,6,param_1);\n puVar3 = *(undefined4 **)(local_20 + 4);\n if ((*local_20 & 1) != 0) {\n if (puVar3 == DAT_00084798) {\n iVar2 = *(int *)(local_20 + 0xc);\n goto LAB_0003ab30;\n }\n goto LAB_0003a7e0;\n }\n }\n if ((undefined *)puVar3[4] != PTR__bfd_std_section_0007afb0 + 0xa8) goto LAB_0003a7f4;\n goto LAB_0003a72d;\n }\n if (DAT_00084798 == puVar3) {\n iVar2 = *(int *)(local_20 + 0xc);\n if ((*(byte *)(*(int *)(iVar2 + 4) + 0xc) & 4) != 0) goto LAB_0003aa80;\nLAB_0003ab30:\n if (*(undefined **)(*(int *)(iVar2 + 4) + 0x10) == PTR__bfd_std_section_0007afb0 + 0xa8)\n goto LAB_0003a63f;\nLAB_0003a7f4:\n fwrite(" defined",1,8,param_1);\n goto LAB_0003a63f;\n }\nLAB_0003a7e0:\n if (puVar3 != (undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8)) goto LAB_0003a7f4;\nLAB_0003a654:\n if (DAT_00084798 == puVar3) {\n if ((*(byte *)(*(int *)(local_20 + 0xc) + 1) & 2) != 0) {\nLAB_0003a940:\n fwrite(" weakrefr",1,9,param_1);\n if ((*local_20 & 1) == 0) goto LAB_0003a737;\n puVar3 = *(undefined4 **)(local_20 + 4);\n if (DAT_00084798 != puVar3) goto LAB_0003a74b;\n }\n if ((*(byte *)(*(int *)(local_20 + 0xc) + 1) & 4) != 0) goto LAB_0003a978;\nLAB_0003aada:\n pbVar5 = *(byte **)(local_20 + 0xc);\n goto LAB_0003a745;\n }\n }\n else {\n if ((local_20 != (byte *)0x0) && (local_20 != PTR_DAT_0007af70)) {\n fwrite(" frag ",1,6,param_1);\n fprintf(param_1,"%08lx",*(undefined4 *)(param_2 + 0xc));\n bVar1 = *param_2;\n }\n if ((bVar1 & 4) != 0) {\n fwrite(" resolved",1,9,param_1);\n }\n fwrite(" local",1,6,param_1);\n local_20 = param_2;\nLAB_0003a63f:\n if ((*local_20 & 1) != 0) {\n puVar3 = *(undefined4 **)(local_20 + 4);\n goto LAB_0003a654;\n }\nLAB_0003a72d:\n if ((local_20[1] & 2) != 0) goto LAB_0003a940;\nLAB_0003a737:\n pbVar5 = local_20;\n if ((local_20[1] & 4) != 0) {\nLAB_0003a978:\n fwrite(" weakrefd",1,9,param_1);\n pbVar5 = local_20;\n if ((*local_20 & 1) != 0) {\n puVar3 = *(undefined4 **)(local_20 + 4);\n if (DAT_00084798 == puVar3) goto LAB_0003aada;\n goto LAB_0003a74b;\n }\n }\nLAB_0003a745:\n puVar3 = *(undefined4 **)(*(int *)(pbVar5 + 4) + 0x10);\n }\nLAB_0003a74b:\n fprintf(param_1," %s",*puVar3);\n bVar1 = *local_20;\n if ((bVar1 & 1) == 0) {\n pbVar5 = local_20;\n if ((bVar1 & 4) != 0) {\nLAB_0003a818:\n puVar3 = *(undefined4 **)(*(int *)(pbVar5 + 4) + 0x10);\nLAB_0003a782:\n if ((puVar3 != (undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8)) &&\n (DAT_000846e0 != puVar3)) {\n uVar4 = FUN_000382f0();\n fprintf(param_1," %lx",uVar4);\n }\n goto LAB_0003a7b8;\n }\n if (7 < DAT_000849cc) goto LAB_0003a7b8;\n iVar2 = *(int *)(local_20 + 4);\nLAB_0003a83c:\n puVar3 = *(undefined4 **)(iVar2 + 0x10);\n }\n else {\n puVar3 = *(undefined4 **)(local_20 + 4);\n if (puVar3 == DAT_00084798) {\n pbVar5 = *(byte **)(local_20 + 0xc);\n if ((*pbVar5 & 4) != 0) goto LAB_0003a818;\n if (7 < DAT_000849cc) goto LAB_0003a7b8;\n iVar2 = *(int *)(pbVar5 + 4);\n goto LAB_0003a83c;\n }\n if ((bVar1 & 4) != 0) goto LAB_0003a782;\n if (7 < DAT_000849cc) goto LAB_0003a7b8;\n }\n if (puVar3 == (undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8)) goto LAB_0003a7b8;\n DAT_000849cc = DAT_000849cc + 1;\n puVar7 = &DAT_00059ae5;\n fprintf(param_1,"\n%*s<",DAT_000849cc * 4,&DAT_00059ae5);\n if ((*local_20 & 1) == 0) {\nLAB_0003ab5b:\n FUN_0003a0b0(param_1,local_20 + 8);\n }\n else {\n if (*(undefined4 **)(local_20 + 4) == DAT_00084798) {\n local_20 = *(byte **)(local_20 + 0xc);\n goto LAB_0003ab5b;\n }\n fprintf(param_1,"constant %lx",*(undefined4 *)(local_20 + 0x10),puVar7);\n }\n fputc(0x3e,param_1);\n DAT_000849cc = DAT_000849cc + -1;\nLAB_0003a7b8:\n fflush(param_1);\n return;\n}\n\n" (function_definition "void FUN_0003a540(FILE *param_1,byte *param_2)\n\n{\n byte bVar1;\n int iVar2;\n undefined4 *puVar3;\n undefined4 uVar4;\n byte *pbVar5;\n char *pcVar6;\n undefined *puVar7;\n byte *local_20;\n \n puVar3 = *(undefined4 **)(param_2 + 4);\n if ((*param_2 & 1) == 0) {\nLAB_0003a586:\n pcVar6 = (char *)puVar3[1];\n if (pcVar6 == (char *)0x0) goto LAB_0003a574;\nLAB_0003a58d:\n if (*pcVar6 == '\0') {\n pcVar6 = "(unnamed)";\n }\n }\n else {\n if (DAT_00084798 == puVar3) {\n puVar3 = *(undefined4 **)(*(int *)(param_2 + 0xc) + 4);\n goto LAB_0003a586;\n }\n pcVar6 = *(char **)(param_2 + 8);\n if (pcVar6 != (char *)0x0) goto LAB_0003a58d;\nLAB_0003a574:\n pcVar6 = "(unnamed)";\n }\n fwrite(&DAT_0005cfec,1,4,param_1);\n fprintf(param_1,"%08lx",param_2);\n fprintf(param_1," %s",pcVar6);\n bVar1 = *param_2;\n local_20 = param_2;\n if (((bVar1 & 1) == 0) ||\n (local_20 = *(byte **)(param_2 + 0xc), *(undefined4 **)(param_2 + 4) == DAT_00084798)) {\n if (*(undefined **)(local_20 + 0x20) != &DAT_00084720) {\n fwrite(" frag ",1,6,param_1);\n fprintf(param_1,"%08lx",*(undefined4 *)(local_20 + 0x20));\n }\n bVar1 = *local_20;\n if ((bVar1 & 2) != 0) {\n fwrite(" written",1,8,param_1);\n bVar1 = *local_20;\n }\n if ((bVar1 & 4) == 0) {\n if ((bVar1 & 8) != 0) {\n fwrite(" resolving",1,10,param_1);\n bVar1 = *local_20;\n }\n }\n else {\n fwrite(" resolved",1,9,param_1);\n bVar1 = *local_20;\n }\n if ((bVar1 & 0x10) == 0) {\n if ((bVar1 & 0x20) == 0) goto LAB_0003a6c5;\nLAB_0003a868:\n fwrite(" used",1,5,param_1);\n iVar2 = FUN_00036b30(local_20);\n if (iVar2 != 0) goto LAB_0003a890;\nLAB_0003a6d9:\n iVar2 = FUN_00036850(local_20);\n if (iVar2 == 0) goto LAB_0003a6ed;\nLAB_0003a8b8:\n fwrite(" extern",1,7,param_1);\n iVar2 = FUN_000368c0(local_20);\n }\n else {\n fwrite(" used-in-reloc",1,0xe,param_1);\n if ((*local_20 & 0x20) != 0) goto LAB_0003a868;\nLAB_0003a6c5:\n iVar2 = FUN_00036b30(local_20);\n if (iVar2 == 0) goto LAB_0003a6d9;\nLAB_0003a890:\n fwrite(" local",1,6,param_1);\n iVar2 = FUN_00036850(local_20);\n if (iVar2 != 0) goto LAB_0003a8b8;\nLAB_0003a6ed:\n iVar2 = FUN_000368c0(local_20);\n }\n if (iVar2 != 0) {\n fwrite(" weak",1,5,param_1);\n }\n puVar3 = *(undefined4 **)(local_20 + 4);\n if ((*local_20 & 1) == 0) {\n if ((*(byte *)(puVar3 + 3) & 4) != 0) {\nLAB_0003aa80:\n fwrite(" debug",1,6,param_1);\n puVar3 = *(undefined4 **)(local_20 + 4);\n if ((*local_20 & 1) != 0) {\n if (puVar3 == DAT_00084798) {\n iVar2 = *(int *)(local_20 + 0xc);\n goto LAB_0003ab30;\n }\n goto LAB_0003a7e0;\n }\n }\n if ((undefined *)puVar3[4] != PTR__bfd_std_section_0007afb0 + 0xa8) goto LAB_0003a7f4;\n goto LAB_0003a72d;\n }\n if (DAT_00084798 == puVar3) {\n iVar2 = *(int *)(local_20 + 0xc);\n if ((*(byte *)(*(int *)(iVar2 + 4) + 0xc) & 4) != 0) goto LAB_0003aa80;\nLAB_0003ab30:\n if (*(undefined **)(*(int *)(iVar2 + 4) + 0x10) == PTR__bfd_std_section_0007afb0 + 0xa8)\n goto LAB_0003a63f;\nLAB_0003a7f4:\n fwrite(" defined",1,8,param_1);\n goto LAB_0003a63f;\n }\nLAB_0003a7e0:\n if (puVar3 != (undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8)) goto LAB_0003a7f4;\nLAB_0003a654:\n if (DAT_00084798 == puVar3) {\n if ((*(byte *)(*(int *)(local_20 + 0xc) + 1) & 2) != 0) {\nLAB_0003a940:\n fwrite(" weakrefr",1,9,param_1);\n if ((*local_20 & 1) == 0) goto LAB_0003a737;\n puVar3 = *(undefined4 **)(local_20 + 4);\n if (DAT_00084798 != puVar3) goto LAB_0003a74b;\n }\n if ((*(byte *)(*(int *)(local_20 + 0xc) + 1) & 4) != 0) goto LAB_0003a978;\nLAB_0003aada:\n pbVar5 = *(byte **)(local_20 + 0xc);\n goto LAB_0003a745;\n }\n }\n else {\n if ((local_20 != (byte *)0x0) && (local_20 != PTR_DAT_0007af70)) {\n fwrite(" frag ",1,6,param_1);\n fprintf(param_1,"%08lx",*(undefined4 *)(param_2 + 0xc));\n bVar1 = *param_2;\n }\n if ((bVar1 & 4) != 0) {\n fwrite(" resolved",1,9,param_1);\n }\n fwrite(" local",1,6,param_1);\n local_20 = param_2;\nLAB_0003a63f:\n if ((*local_20 & 1) != 0) {\n puVar3 = *(undefined4 **)(local_20 + 4);\n goto LAB_0003a654;\n }\nLAB_0003a72d:\n if ((local_20[1] & 2) != 0) goto LAB_0003a940;\nLAB_0003a737:\n pbVar5 = local_20;\n if ((local_20[1] & 4) != 0) {\nLAB_0003a978:\n fwrite(" weakrefd",1,9,param_1);\n pbVar5 = local_20;\n if ((*local_20 & 1) != 0) {\n puVar3 = *(undefined4 **)(local_20 + 4);\n if (DAT_00084798 == puVar3) goto LAB_0003aada;\n goto LAB_0003a74b;\n }\n }\nLAB_0003a745:\n puVar3 = *(undefined4 **)(*(int *)(pbVar5 + 4) + 0x10);\n }\nLAB_0003a74b:\n fprintf(param_1," %s",*puVar3);\n bVar1 = *local_20;\n if ((bVar1 & 1) == 0) {\n pbVar5 = local_20;\n if ((bVar1 & 4) != 0) {\nLAB_0003a818:\n puVar3 = *(undefined4 **)(*(int *)(pbVar5 + 4) + 0x10);\nLAB_0003a782:\n if ((puVar3 != (undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8)) &&\n (DAT_000846e0 != puVar3)) {\n uVar4 = FUN_000382f0();\n fprintf(param_1," %lx",uVar4);\n }\n goto LAB_0003a7b8;\n }\n if (7 < DAT_000849cc) goto LAB_0003a7b8;\n iVar2 = *(int *)(local_20 + 4);\nLAB_0003a83c:\n puVar3 = *(undefined4 **)(iVar2 + 0x10);\n }\n else {\n puVar3 = *(undefined4 **)(local_20 + 4);\n if (puVar3 == DAT_00084798) {\n pbVar5 = *(byte **)(local_20 + 0xc);\n if ((*pbVar5 & 4) != 0) goto LAB_0003a818;\n if (7 < DAT_000849cc) goto LAB_0003a7b8;\n iVar2 = *(int *)(pbVar5 + 4);\n goto LAB_0003a83c;\n }\n if ((bVar1 & 4) != 0) goto LAB_0003a782;\n if (7 < DAT_000849cc) goto LAB_0003a7b8;\n }\n if (puVar3 == (undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8)) goto LAB_0003a7b8;\n DAT_000849cc = DAT_000849cc + 1;\n puVar7 = &DAT_00059ae5;\n fprintf(param_1,"\n%*s<",DAT_000849cc * 4,&DAT_00059ae5);\n if ((*local_20 & 1) == 0) {\nLAB_0003ab5b:\n FUN_0003a0b0(param_1,local_20 + 8);\n }\n else {\n if (*(undefined4 **)(local_20 + 4) == DAT_00084798) {\n local_20 = *(byte **)(local_20 + 0xc);\n goto LAB_0003ab5b;\n }\n fprintf(param_1,"constant %lx",*(undefined4 *)(local_20 + 0x10),puVar7);\n }\n fputc(0x3e,param_1);\n DAT_000849cc = DAT_000849cc + -1;\nLAB_0003a7b8:\n fflush(param_1);\n return;\n}" primitive_type (function_declarator "FUN_0003a540(FILE *param_1,byte *param_2)" identifier (parameter_list "(FILE *param_1,byte *param_2)" ( (parameter_declaration "FILE *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "byte *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n byte bVar1;\n int iVar2;\n undefined4 *puVar3;\n undefined4 uVar4;\n byte *pbVar5;\n char *pcVar6;\n undefined *puVar7;\n byte *local_20;\n \n puVar3 = *(undefined4 **)(param_2 + 4);\n if ((*param_2 & 1) == 0) {\nLAB_0003a586:\n pcVar6 = (char *)puVar3[1];\n if (pcVar6 == (char *)0x0) goto LAB_0003a574;\nLAB_0003a58d:\n if (*pcVar6 == '\0') {\n pcVar6 = "(unnamed)";\n }\n }\n else {\n if (DAT_00084798 == puVar3) {\n puVar3 = *(undefined4 **)(*(int *)(param_2 + 0xc) + 4);\n goto LAB_0003a586;\n }\n pcVar6 = *(char **)(param_2 + 8);\n if (pcVar6 != (char *)0x0) goto LAB_0003a58d;\nLAB_0003a574:\n pcVar6 = "(unnamed)";\n }\n fwrite(&DAT_0005cfec,1,4,param_1);\n fprintf(param_1,"%08lx",param_2);\n fprintf(param_1," %s",pcVar6);\n bVar1 = *param_2;\n local_20 = param_2;\n if (((bVar1 & 1) == 0) ||\n (local_20 = *(byte **)(param_2 + 0xc), *(undefined4 **)(param_2 + 4) == DAT_00084798)) {\n if (*(undefined **)(local_20 + 0x20) != &DAT_00084720) {\n fwrite(" frag ",1,6,param_1);\n fprintf(param_1,"%08lx",*(undefined4 *)(local_20 + 0x20));\n }\n bVar1 = *local_20;\n if ((bVar1 & 2) != 0) {\n fwrite(" written",1,8,param_1);\n bVar1 = *local_20;\n }\n if ((bVar1 & 4) == 0) {\n if ((bVar1 & 8) != 0) {\n fwrite(" resolving",1,10,param_1);\n bVar1 = *local_20;\n }\n }\n else {\n fwrite(" resolved",1,9,param_1);\n bVar1 = *local_20;\n }\n if ((bVar1 & 0x10) == 0) {\n if ((bVar1 & 0x20) == 0) goto LAB_0003a6c5;\nLAB_0003a868:\n fwrite(" used",1,5,param_1);\n iVar2 = FUN_00036b30(local_20);\n if (iVar2 != 0) goto LAB_0003a890;\nLAB_0003a6d9:\n iVar2 = FUN_00036850(local_20);\n if (iVar2 == 0) goto LAB_0003a6ed;\nLAB_0003a8b8:\n fwrite(" extern",1,7,param_1);\n iVar2 = FUN_000368c0(local_20);\n }\n else {\n fwrite(" used-in-reloc",1,0xe,param_1);\n if ((*local_20 & 0x20) != 0) goto LAB_0003a868;\nLAB_0003a6c5:\n iVar2 = FUN_00036b30(local_20);\n if (iVar2 == 0) goto LAB_0003a6d9;\nLAB_0003a890:\n fwrite(" local",1,6,param_1);\n iVar2 = FUN_00036850(local_20);\n if (iVar2 != 0) goto LAB_0003a8b8;\nLAB_0003a6ed:\n iVar2 = FUN_000368c0(local_20);\n }\n if (iVar2 != 0) {\n fwrite(" weak",1,5,param_1);\n }\n puVar3 = *(undefined4 **)(local_20 + 4);\n if ((*local_20 & 1) == 0) {\n if ((*(byte *)(puVar3 + 3) & 4) != 0) {\nLAB_0003aa80:\n fwrite(" debug",1,6,param_1);\n puVar3 = *(undefined4 **)(local_20 + 4);\n if ((*local_20 & 1) != 0) {\n if (puVar3 == DAT_00084798) {\n iVar2 = *(int *)(local_20 + 0xc);\n goto LAB_0003ab30;\n }\n goto LAB_0003a7e0;\n }\n }\n if ((undefined *)puVar3[4] != PTR__bfd_std_section_0007afb0 + 0xa8) goto LAB_0003a7f4;\n goto LAB_0003a72d;\n }\n if (DAT_00084798 == puVar3) {\n iVar2 = *(int *)(local_20 + 0xc);\n if ((*(byte *)(*(int *)(iVar2 + 4) + 0xc) & 4) != 0) goto LAB_0003aa80;\nLAB_0003ab30:\n if (*(undefined **)(*(int *)(iVar2 + 4) + 0x10) == PTR__bfd_std_section_0007afb0 + 0xa8)\n goto LAB_0003a63f;\nLAB_0003a7f4:\n fwrite(" defined",1,8,param_1);\n goto LAB_0003a63f;\n }\nLAB_0003a7e0:\n if (puVar3 != (undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8)) goto LAB_0003a7f4;\nLAB_0003a654:\n if (DAT_00084798 == puVar3) {\n if ((*(byte *)(*(int *)(local_20 + 0xc) + 1) & 2) != 0) {\nLAB_0003a940:\n fwrite(" weakrefr",1,9,param_1);\n if ((*local_20 & 1) == 0) goto LAB_0003a737;\n puVar3 = *(undefined4 **)(local_20 + 4);\n if (DAT_00084798 != puVar3) goto LAB_0003a74b;\n }\n if ((*(byte *)(*(int *)(local_20 + 0xc) + 1) & 4) != 0) goto LAB_0003a978;\nLAB_0003aada:\n pbVar5 = *(byte **)(local_20 + 0xc);\n goto LAB_0003a745;\n }\n }\n else {\n if ((local_20 != (byte *)0x0) && (local_20 != PTR_DAT_0007af70)) {\n fwrite(" frag ",1,6,param_1);\n fprintf(param_1,"%08lx",*(undefined4 *)(param_2 + 0xc));\n bVar1 = *param_2;\n }\n if ((bVar1 & 4) != 0) {\n fwrite(" resolved",1,9,param_1);\n }\n fwrite(" local",1,6,param_1);\n local_20 = param_2;\nLAB_0003a63f:\n if ((*local_20 & 1) != 0) {\n puVar3 = *(undefined4 **)(local_20 + 4);\n goto LAB_0003a654;\n }\nLAB_0003a72d:\n if ((local_20[1] & 2) != 0) goto LAB_0003a940;\nLAB_0003a737:\n pbVar5 = local_20;\n if ((local_20[1] & 4) != 0) {\nLAB_0003a978:\n fwrite(" weakrefd",1,9,param_1);\n pbVar5 = local_20;\n if ((*local_20 & 1) != 0) {\n puVar3 = *(undefined4 **)(local_20 + 4);\n if (DAT_00084798 == puVar3) goto LAB_0003aada;\n goto LAB_0003a74b;\n }\n }\nLAB_0003a745:\n puVar3 = *(undefined4 **)(*(int *)(pbVar5 + 4) + 0x10);\n }\nLAB_0003a74b:\n fprintf(param_1," %s",*puVar3);\n bVar1 = *local_20;\n if ((bVar1 & 1) == 0) {\n pbVar5 = local_20;\n if ((bVar1 & 4) != 0) {\nLAB_0003a818:\n puVar3 = *(undefined4 **)(*(int *)(pbVar5 + 4) + 0x10);\nLAB_0003a782:\n if ((puVar3 != (undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8)) &&\n (DAT_000846e0 != puVar3)) {\n uVar4 = FUN_000382f0();\n fprintf(param_1," %lx",uVar4);\n }\n goto LAB_0003a7b8;\n }\n if (7 < DAT_000849cc) goto LAB_0003a7b8;\n iVar2 = *(int *)(local_20 + 4);\nLAB_0003a83c:\n puVar3 = *(undefined4 **)(iVar2 + 0x10);\n }\n else {\n puVar3 = *(undefined4 **)(local_20 + 4);\n if (puVar3 == DAT_00084798) {\n pbVar5 = *(byte **)(local_20 + 0xc);\n if ((*pbVar5 & 4) != 0) goto LAB_0003a818;\n if (7 < DAT_000849cc) goto LAB_0003a7b8;\n iVar2 = *(int *)(pbVar5 + 4);\n goto LAB_0003a83c;\n }\n if ((bVar1 & 4) != 0) goto LAB_0003a782;\n if (7 < DAT_000849cc) goto LAB_0003a7b8;\n }\n if (puVar3 == (undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8)) goto LAB_0003a7b8;\n DAT_000849cc = DAT_000849cc + 1;\n puVar7 = &DAT_00059ae5;\n fprintf(param_1,"\n%*s<",DAT_000849cc * 4,&DAT_00059ae5);\n if ((*local_20 & 1) == 0) {\nLAB_0003ab5b:\n FUN_0003a0b0(param_1,local_20 + 8);\n }\n else {\n if (*(undefined4 **)(local_20 + 4) == DAT_00084798) {\n local_20 = *(byte **)(local_20 + 0xc);\n goto LAB_0003ab5b;\n }\n fprintf(param_1,"constant %lx",*(undefined4 *)(local_20 + 0x10),puVar7);\n }\n fputc(0x3e,param_1);\n DAT_000849cc = DAT_000849cc + -1;\nLAB_0003a7b8:\n fflush(param_1);\n return;\n}" { (declaration "byte bVar1;" type_identifier identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "undefined4 *puVar3;" type_identifier (pointer_declarator "*puVar3" * identifier) ;) (declaration "undefined4 uVar4;" type_identifier identifier ;) (declaration "byte *pbVar5;" type_identifier (pointer_declarator "*pbVar5" * identifier) ;) (declaration "char *pcVar6;" primitive_type (pointer_declarator "*pcVar6" * identifier) ;) (declaration "undefined *puVar7;" type_identifier (pointer_declarator "*puVar7" * identifier) ;) (declaration "byte *local_20;" type_identifier (pointer_declarator "*local_20" * identifier) ;) (expression_statement "puVar3 = *(undefined4 **)(param_2 + 4);" (assignment_expression "puVar3 = *(undefined4 **)(param_2 + 4)" identifier = (pointer_expression "*(undefined4 **)(param_2 + 4)" * (cast_expression "(undefined4 **)(param_2 + 4)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_2 + 4)" ( (binary_expression "param_2 + 4" identifier + number_literal) ))))) ;) (if_statement "if ((*param_2 & 1) == 0) {\nLAB_0003a586:\n pcVar6 = (char *)puVar3[1];\n if (pcVar6 == (char *)0x0) goto LAB_0003a574;\nLAB_0003a58d:\n if (*pcVar6 == '\0') {\n pcVar6 = "(unnamed)";\n }\n }\n else {\n if (DAT_00084798 == puVar3) {\n puVar3 = *(undefined4 **)(*(int *)(param_2 + 0xc) + 4);\n goto LAB_0003a586;\n }\n pcVar6 = *(char **)(param_2 + 8);\n if (pcVar6 != (char *)0x0) goto LAB_0003a58d;\nLAB_0003a574:\n pcVar6 = "(unnamed)";\n }" if (parenthesized_expression "((*param_2 & 1) == 0)" ( (binary_expression "(*param_2 & 1) == 0" (parenthesized_expression "(*param_2 & 1)" ( (binary_expression "*param_2 & 1" (pointer_expression "*param_2" * identifier) & number_literal) )) == number_literal) )) (compound_statement "{\nLAB_0003a586:\n pcVar6 = (char *)puVar3[1];\n if (pcVar6 == (char *)0x0) goto LAB_0003a574;\nLAB_0003a58d:\n if (*pcVar6 == '\0') {\n pcVar6 = "(unnamed)";\n }\n }" { (labeled_statement "LAB_0003a586:\n pcVar6 = (char *)puVar3[1];" statement_identifier : (expression_statement "pcVar6 = (char *)puVar3[1];" (assignment_expression "pcVar6 = (char *)puVar3[1]" identifier = (cast_expression "(char *)puVar3[1]" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "puVar3[1]" identifier [ number_literal ]))) ;)) (if_statement "if (pcVar6 == (char *)0x0) goto LAB_0003a574;" 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_0003a574;" goto statement_identifier ;)) (labeled_statement "LAB_0003a58d:\n if (*pcVar6 == '\0') {\n pcVar6 = "(unnamed)";\n }" statement_identifier : (if_statement "if (*pcVar6 == '\0') {\n pcVar6 = "(unnamed)";\n }" if (parenthesized_expression "(*pcVar6 == '\0')" ( (binary_expression "*pcVar6 == '\0'" (pointer_expression "*pcVar6" * identifier) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n pcVar6 = "(unnamed)";\n }" { (expression_statement "pcVar6 = "(unnamed)";" (assignment_expression "pcVar6 = "(unnamed)"" identifier = (string_literal ""(unnamed)"" " string_content ")) ;) }))) }) (else_clause "else {\n if (DAT_00084798 == puVar3) {\n puVar3 = *(undefined4 **)(*(int *)(param_2 + 0xc) + 4);\n goto LAB_0003a586;\n }\n pcVar6 = *(char **)(param_2 + 8);\n if (pcVar6 != (char *)0x0) goto LAB_0003a58d;\nLAB_0003a574:\n pcVar6 = "(unnamed)";\n }" else (compound_statement "{\n if (DAT_00084798 == puVar3) {\n puVar3 = *(undefined4 **)(*(int *)(param_2 + 0xc) + 4);\n goto LAB_0003a586;\n }\n pcVar6 = *(char **)(param_2 + 8);\n if (pcVar6 != (char *)0x0) goto LAB_0003a58d;\nLAB_0003a574:\n pcVar6 = "(unnamed)";\n }" { (if_statement "if (DAT_00084798 == puVar3) {\n puVar3 = *(undefined4 **)(*(int *)(param_2 + 0xc) + 4);\n goto LAB_0003a586;\n }" if (parenthesized_expression "(DAT_00084798 == puVar3)" ( (binary_expression "DAT_00084798 == puVar3" identifier == identifier) )) (compound_statement "{\n puVar3 = *(undefined4 **)(*(int *)(param_2 + 0xc) + 4);\n goto LAB_0003a586;\n }" { (expression_statement "puVar3 = *(undefined4 **)(*(int *)(param_2 + 0xc) + 4);" (assignment_expression "puVar3 = *(undefined4 **)(*(int *)(param_2 + 0xc) + 4)" identifier = (pointer_expression "*(undefined4 **)(*(int *)(param_2 + 0xc) + 4)" * (cast_expression "(undefined4 **)(*(int *)(param_2 + 0xc) + 4)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(int *)(param_2 + 0xc) + 4)" ( (binary_expression "*(int *)(param_2 + 0xc) + 4" (pointer_expression "*(int *)(param_2 + 0xc)" * (cast_expression "(int *)(param_2 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0xc)" ( (binary_expression "param_2 + 0xc" identifier + number_literal) )))) + number_literal) ))))) ;) (goto_statement "goto LAB_0003a586;" goto statement_identifier ;) })) (expression_statement "pcVar6 = *(char **)(param_2 + 8);" (assignment_expression "pcVar6 = *(char **)(param_2 + 8)" identifier = (pointer_expression "*(char **)(param_2 + 8)" * (cast_expression "(char **)(param_2 + 8)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_2 + 8)" ( (binary_expression "param_2 + 8" identifier + number_literal) ))))) ;) (if_statement "if (pcVar6 != (char *)0x0) goto LAB_0003a58d;" 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_0003a58d;" goto statement_identifier ;)) (labeled_statement "LAB_0003a574:\n pcVar6 = "(unnamed)";" statement_identifier : (expression_statement "pcVar6 = "(unnamed)";" (assignment_expression "pcVar6 = "(unnamed)"" identifier = (string_literal ""(unnamed)"" " string_content ")) ;)) }))) (expression_statement "fwrite(&DAT_0005cfec,1,4,param_1);" (call_expression "fwrite(&DAT_0005cfec,1,4,param_1)" identifier (argument_list "(&DAT_0005cfec,1,4,param_1)" ( (pointer_expression "&DAT_0005cfec" & identifier) , number_literal , number_literal , identifier ))) ;) (expression_statement "fprintf(param_1,"%08lx",param_2);" (call_expression "fprintf(param_1,"%08lx",param_2)" identifier (argument_list "(param_1,"%08lx",param_2)" ( identifier , (string_literal ""%08lx"" " string_content ") , identifier ))) ;) (expression_statement "fprintf(param_1," %s",pcVar6);" (call_expression "fprintf(param_1," %s",pcVar6)" identifier (argument_list "(param_1," %s",pcVar6)" ( identifier , (string_literal "" %s"" " string_content ") , identifier ))) ;) (expression_statement "bVar1 = *param_2;" (assignment_expression "bVar1 = *param_2" identifier = (pointer_expression "*param_2" * identifier)) ;) (expression_statement "local_20 = param_2;" (assignment_expression "local_20 = param_2" identifier = identifier) ;) (if_statement "if (((bVar1 & 1) == 0) ||\n (local_20 = *(byte **)(param_2 + 0xc), *(undefined4 **)(param_2 + 4) == DAT_00084798)) {\n if (*(undefined **)(local_20 + 0x20) != &DAT_00084720) {\n fwrite(" frag ",1,6,param_1);\n fprintf(param_1,"%08lx",*(undefined4 *)(local_20 + 0x20));\n }\n bVar1 = *local_20;\n if ((bVar1 & 2) != 0) {\n fwrite(" written",1,8,param_1);\n bVar1 = *local_20;\n }\n if ((bVar1 & 4) == 0) {\n if ((bVar1 & 8) != 0) {\n fwrite(" resolving",1,10,param_1);\n bVar1 = *local_20;\n }\n }\n else {\n fwrite(" resolved",1,9,param_1);\n bVar1 = *local_20;\n }\n if ((bVar1 & 0x10) == 0) {\n if ((bVar1 & 0x20) == 0) goto LAB_0003a6c5;\nLAB_0003a868:\n fwrite(" used",1,5,param_1);\n iVar2 = FUN_00036b30(local_20);\n if (iVar2 != 0) goto LAB_0003a890;\nLAB_0003a6d9:\n iVar2 = FUN_00036850(local_20);\n if (iVar2 == 0) goto LAB_0003a6ed;\nLAB_0003a8b8:\n fwrite(" extern",1,7,param_1);\n iVar2 = FUN_000368c0(local_20);\n }\n else {\n fwrite(" used-in-reloc",1,0xe,param_1);\n if ((*local_20 & 0x20) != 0) goto LAB_0003a868;\nLAB_0003a6c5:\n iVar2 = FUN_00036b30(local_20);\n if (iVar2 == 0) goto LAB_0003a6d9;\nLAB_0003a890:\n fwrite(" local",1,6,param_1);\n iVar2 = FUN_00036850(local_20);\n if (iVar2 != 0) goto LAB_0003a8b8;\nLAB_0003a6ed:\n iVar2 = FUN_000368c0(local_20);\n }\n if (iVar2 != 0) {\n fwrite(" weak",1,5,param_1);\n }\n puVar3 = *(undefined4 **)(local_20 + 4);\n if ((*local_20 & 1) == 0) {\n if ((*(byte *)(puVar3 + 3) & 4) != 0) {\nLAB_0003aa80:\n fwrite(" debug",1,6,param_1);\n puVar3 = *(undefined4 **)(local_20 + 4);\n if ((*local_20 & 1) != 0) {\n if (puVar3 == DAT_00084798) {\n iVar2 = *(int *)(local_20 + 0xc);\n goto LAB_0003ab30;\n }\n goto LAB_0003a7e0;\n }\n }\n if ((undefined *)puVar3[4] != PTR__bfd_std_section_0007afb0 + 0xa8) goto LAB_0003a7f4;\n goto LAB_0003a72d;\n }\n if (DAT_00084798 == puVar3) {\n iVar2 = *(int *)(local_20 + 0xc);\n if ((*(byte *)(*(int *)(iVar2 + 4) + 0xc) & 4) != 0) goto LAB_0003aa80;\nLAB_0003ab30:\n if (*(undefined **)(*(int *)(iVar2 + 4) + 0x10) == PTR__bfd_std_section_0007afb0 + 0xa8)\n goto LAB_0003a63f;\nLAB_0003a7f4:\n fwrite(" defined",1,8,param_1);\n goto LAB_0003a63f;\n }\nLAB_0003a7e0:\n if (puVar3 != (undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8)) goto LAB_0003a7f4;\nLAB_0003a654:\n if (DAT_00084798 == puVar3) {\n if ((*(byte *)(*(int *)(local_20 + 0xc) + 1) & 2) != 0) {\nLAB_0003a940:\n fwrite(" weakrefr",1,9,param_1);\n if ((*local_20 & 1) == 0) goto LAB_0003a737;\n puVar3 = *(undefined4 **)(local_20 + 4);\n if (DAT_00084798 != puVar3) goto LAB_0003a74b;\n }\n if ((*(byte *)(*(int *)(local_20 + 0xc) + 1) & 4) != 0) goto LAB_0003a978;\nLAB_0003aada:\n pbVar5 = *(byte **)(local_20 + 0xc);\n goto LAB_0003a745;\n }\n }\n else {\n if ((local_20 != (byte *)0x0) && (local_20 != PTR_DAT_0007af70)) {\n fwrite(" frag ",1,6,param_1);\n fprintf(param_1,"%08lx",*(undefined4 *)(param_2 + 0xc));\n bVar1 = *param_2;\n }\n if ((bVar1 & 4) != 0) {\n fwrite(" resolved",1,9,param_1);\n }\n fwrite(" local",1,6,param_1);\n local_20 = param_2;\nLAB_0003a63f:\n if ((*local_20 & 1) != 0) {\n puVar3 = *(undefined4 **)(local_20 + 4);\n goto LAB_0003a654;\n }\nLAB_0003a72d:\n if ((local_20[1] & 2) != 0) goto LAB_0003a940;\nLAB_0003a737:\n pbVar5 = local_20;\n if ((local_20[1] & 4) != 0) {\nLAB_0003a978:\n fwrite(" weakrefd",1,9,param_1);\n pbVar5 = local_20;\n if ((*local_20 & 1) != 0) {\n puVar3 = *(undefined4 **)(local_20 + 4);\n if (DAT_00084798 == puVar3) goto LAB_0003aada;\n goto LAB_0003a74b;\n }\n }\nLAB_0003a745:\n puVar3 = *(undefined4 **)(*(int *)(pbVar5 + 4) + 0x10);\n }" if (parenthesized_expression "(((bVar1 & 1) == 0) ||\n (local_20 = *(byte **)(param_2 + 0xc), *(undefined4 **)(param_2 + 4) == DAT_00084798))" ( (binary_expression "((bVar1 & 1) == 0) ||\n (local_20 = *(byte **)(param_2 + 0xc), *(undefined4 **)(param_2 + 4) == DAT_00084798)" (parenthesized_expression "((bVar1 & 1) == 0)" ( (binary_expression "(bVar1 & 1) == 0" (parenthesized_expression "(bVar1 & 1)" ( (binary_expression "bVar1 & 1" identifier & number_literal) )) == number_literal) )) || (parenthesized_expression "(local_20 = *(byte **)(param_2 + 0xc), *(undefined4 **)(param_2 + 4) == DAT_00084798)" ( (comma_expression "local_20 = *(byte **)(param_2 + 0xc), *(undefined4 **)(param_2 + 4) == DAT_00084798" (assignment_expression "local_20 = *(byte **)(param_2 + 0xc)" identifier = (pointer_expression "*(byte **)(param_2 + 0xc)" * (cast_expression "(byte **)(param_2 + 0xc)" ( (type_descriptor "byte **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_2 + 0xc)" ( (binary_expression "param_2 + 0xc" identifier + number_literal) ))))) , (binary_expression "*(undefined4 **)(param_2 + 4) == DAT_00084798" (pointer_expression "*(undefined4 **)(param_2 + 4)" * (cast_expression "(undefined4 **)(param_2 + 4)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_2 + 4)" ( (binary_expression "param_2 + 4" identifier + number_literal) )))) == identifier)) ))) )) (compound_statement "{\n if (*(undefined **)(local_20 + 0x20) != &DAT_00084720) {\n fwrite(" frag ",1,6,param_1);\n fprintf(param_1,"%08lx",*(undefined4 *)(local_20 + 0x20));\n }\n bVar1 = *local_20;\n if ((bVar1 & 2) != 0) {\n fwrite(" written",1,8,param_1);\n bVar1 = *local_20;\n }\n if ((bVar1 & 4) == 0) {\n if ((bVar1 & 8) != 0) {\n fwrite(" resolving",1,10,param_1);\n bVar1 = *local_20;\n }\n }\n else {\n fwrite(" resolved",1,9,param_1);\n bVar1 = *local_20;\n }\n if ((bVar1 & 0x10) == 0) {\n if ((bVar1 & 0x20) == 0) goto LAB_0003a6c5;\nLAB_0003a868:\n fwrite(" used",1,5,param_1);\n iVar2 = FUN_00036b30(local_20);\n if (iVar2 != 0) goto LAB_0003a890;\nLAB_0003a6d9:\n iVar2 = FUN_00036850(local_20);\n if (iVar2 == 0) goto LAB_0003a6ed;\nLAB_0003a8b8:\n fwrite(" extern",1,7,param_1);\n iVar2 = FUN_000368c0(local_20);\n }\n else {\n fwrite(" used-in-reloc",1,0xe,param_1);\n if ((*local_20 & 0x20) != 0) goto LAB_0003a868;\nLAB_0003a6c5:\n iVar2 = FUN_00036b30(local_20);\n if (iVar2 == 0) goto LAB_0003a6d9;\nLAB_0003a890:\n fwrite(" local",1,6,param_1);\n iVar2 = FUN_00036850(local_20);\n if (iVar2 != 0) goto LAB_0003a8b8;\nLAB_0003a6ed:\n iVar2 = FUN_000368c0(local_20);\n }\n if (iVar2 != 0) {\n fwrite(" weak",1,5,param_1);\n }\n puVar3 = *(undefined4 **)(local_20 + 4);\n if ((*local_20 & 1) == 0) {\n if ((*(byte *)(puVar3 + 3) & 4) != 0) {\nLAB_0003aa80:\n fwrite(" debug",1,6,param_1);\n puVar3 = *(undefined4 **)(local_20 + 4);\n if ((*local_20 & 1) != 0) {\n if (puVar3 == DAT_00084798) {\n iVar2 = *(int *)(local_20 + 0xc);\n goto LAB_0003ab30;\n }\n goto LAB_0003a7e0;\n }\n }\n if ((undefined *)puVar3[4] != PTR__bfd_std_section_0007afb0 + 0xa8) goto LAB_0003a7f4;\n goto LAB_0003a72d;\n }\n if (DAT_00084798 == puVar3) {\n iVar2 = *(int *)(local_20 + 0xc);\n if ((*(byte *)(*(int *)(iVar2 + 4) + 0xc) & 4) != 0) goto LAB_0003aa80;\nLAB_0003ab30:\n if (*(undefined **)(*(int *)(iVar2 + 4) + 0x10) == PTR__bfd_std_section_0007afb0 + 0xa8)\n goto LAB_0003a63f;\nLAB_0003a7f4:\n fwrite(" defined",1,8,param_1);\n goto LAB_0003a63f;\n }\nLAB_0003a7e0:\n if (puVar3 != (undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8)) goto LAB_0003a7f4;\nLAB_0003a654:\n if (DAT_00084798 == puVar3) {\n if ((*(byte *)(*(int *)(local_20 + 0xc) + 1) & 2) != 0) {\nLAB_0003a940:\n fwrite(" weakrefr",1,9,param_1);\n if ((*local_20 & 1) == 0) goto LAB_0003a737;\n puVar3 = *(undefined4 **)(local_20 + 4);\n if (DAT_00084798 != puVar3) goto LAB_0003a74b;\n }\n if ((*(byte *)(*(int *)(local_20 + 0xc) + 1) & 4) != 0) goto LAB_0003a978;\nLAB_0003aada:\n pbVar5 = *(byte **)(local_20 + 0xc);\n goto LAB_0003a745;\n }\n }" { (if_statement "if (*(undefined **)(local_20 + 0x20) != &DAT_00084720) {\n fwrite(" frag ",1,6,param_1);\n fprintf(param_1,"%08lx",*(undefined4 *)(local_20 + 0x20));\n }" if (parenthesized_expression "(*(undefined **)(local_20 + 0x20) != &DAT_00084720)" ( (binary_expression "*(undefined **)(local_20 + 0x20) != &DAT_00084720" (pointer_expression "*(undefined **)(local_20 + 0x20)" * (cast_expression "(undefined **)(local_20 + 0x20)" ( (type_descriptor "undefined **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(local_20 + 0x20)" ( (binary_expression "local_20 + 0x20" identifier + number_literal) )))) != (pointer_expression "&DAT_00084720" & identifier)) )) (compound_statement "{\n fwrite(" frag ",1,6,param_1);\n fprintf(param_1,"%08lx",*(undefined4 *)(local_20 + 0x20));\n }" { (expression_statement "fwrite(" frag ",1,6,param_1);" (call_expression "fwrite(" frag ",1,6,param_1)" identifier (argument_list "(" frag ",1,6,param_1)" ( (string_literal "" frag "" " string_content ") , number_literal , number_literal , identifier ))) ;) (expression_statement "fprintf(param_1,"%08lx",*(undefined4 *)(local_20 + 0x20));" (call_expression "fprintf(param_1,"%08lx",*(undefined4 *)(local_20 + 0x20))" identifier (argument_list "(param_1,"%08lx",*(undefined4 *)(local_20 + 0x20))" ( identifier , (string_literal ""%08lx"" " string_content ") , (pointer_expression "*(undefined4 *)(local_20 + 0x20)" * (cast_expression "(undefined4 *)(local_20 + 0x20)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_20 + 0x20)" ( (binary_expression "local_20 + 0x20" identifier + number_literal) )))) ))) ;) })) (expression_statement "bVar1 = *local_20;" (assignment_expression "bVar1 = *local_20" identifier = (pointer_expression "*local_20" * identifier)) ;) (if_statement "if ((bVar1 & 2) != 0) {\n fwrite(" written",1,8,param_1);\n bVar1 = *local_20;\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 fwrite(" written",1,8,param_1);\n bVar1 = *local_20;\n }" { (expression_statement "fwrite(" written",1,8,param_1);" (call_expression "fwrite(" written",1,8,param_1)" identifier (argument_list "(" written",1,8,param_1)" ( (string_literal "" written"" " string_content ") , number_literal , number_literal , identifier ))) ;) (expression_statement "bVar1 = *local_20;" (assignment_expression "bVar1 = *local_20" identifier = (pointer_expression "*local_20" * identifier)) ;) })) (if_statement "if ((bVar1 & 4) == 0) {\n if ((bVar1 & 8) != 0) {\n fwrite(" resolving",1,10,param_1);\n bVar1 = *local_20;\n }\n }\n else {\n fwrite(" resolved",1,9,param_1);\n bVar1 = *local_20;\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 if ((bVar1 & 8) != 0) {\n fwrite(" resolving",1,10,param_1);\n bVar1 = *local_20;\n }\n }" { (if_statement "if ((bVar1 & 8) != 0) {\n fwrite(" resolving",1,10,param_1);\n bVar1 = *local_20;\n }" if (parenthesized_expression "((bVar1 & 8) != 0)" ( (binary_expression "(bVar1 & 8) != 0" (parenthesized_expression "(bVar1 & 8)" ( (binary_expression "bVar1 & 8" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n fwrite(" resolving",1,10,param_1);\n bVar1 = *local_20;\n }" { (expression_statement "fwrite(" resolving",1,10,param_1);" (call_expression "fwrite(" resolving",1,10,param_1)" identifier (argument_list "(" resolving",1,10,param_1)" ( (string_literal "" resolving"" " string_content ") , number_literal , number_literal , identifier ))) ;) (expression_statement "bVar1 = *local_20;" (assignment_expression "bVar1 = *local_20" identifier = (pointer_expression "*local_20" * identifier)) ;) })) }) (else_clause "else {\n fwrite(" resolved",1,9,param_1);\n bVar1 = *local_20;\n }" else (compound_statement "{\n fwrite(" resolved",1,9,param_1);\n bVar1 = *local_20;\n }" { (expression_statement "fwrite(" resolved",1,9,param_1);" (call_expression "fwrite(" resolved",1,9,param_1)" identifier (argument_list "(" resolved",1,9,param_1)" ( (string_literal "" resolved"" " string_content ") , number_literal , number_literal , identifier ))) ;) (expression_statement "bVar1 = *local_20;" (assignment_expression "bVar1 = *local_20" identifier = (pointer_expression "*local_20" * identifier)) ;) }))) (if_statement "if ((bVar1 & 0x10) == 0) {\n if ((bVar1 & 0x20) == 0) goto LAB_0003a6c5;\nLAB_0003a868:\n fwrite(" used",1,5,param_1);\n iVar2 = FUN_00036b30(local_20);\n if (iVar2 != 0) goto LAB_0003a890;\nLAB_0003a6d9:\n iVar2 = FUN_00036850(local_20);\n if (iVar2 == 0) goto LAB_0003a6ed;\nLAB_0003a8b8:\n fwrite(" extern",1,7,param_1);\n iVar2 = FUN_000368c0(local_20);\n }\n else {\n fwrite(" used-in-reloc",1,0xe,param_1);\n if ((*local_20 & 0x20) != 0) goto LAB_0003a868;\nLAB_0003a6c5:\n iVar2 = FUN_00036b30(local_20);\n if (iVar2 == 0) goto LAB_0003a6d9;\nLAB_0003a890:\n fwrite(" local",1,6,param_1);\n iVar2 = FUN_00036850(local_20);\n if (iVar2 != 0) goto LAB_0003a8b8;\nLAB_0003a6ed:\n iVar2 = FUN_000368c0(local_20);\n }" if (parenthesized_expression "((bVar1 & 0x10) == 0)" ( (binary_expression "(bVar1 & 0x10) == 0" (parenthesized_expression "(bVar1 & 0x10)" ( (binary_expression "bVar1 & 0x10" identifier & number_literal) )) == number_literal) )) (compound_statement "{\n if ((bVar1 & 0x20) == 0) goto LAB_0003a6c5;\nLAB_0003a868:\n fwrite(" used",1,5,param_1);\n iVar2 = FUN_00036b30(local_20);\n if (iVar2 != 0) goto LAB_0003a890;\nLAB_0003a6d9:\n iVar2 = FUN_00036850(local_20);\n if (iVar2 == 0) goto LAB_0003a6ed;\nLAB_0003a8b8:\n fwrite(" extern",1,7,param_1);\n iVar2 = FUN_000368c0(local_20);\n }" { (if_statement "if ((bVar1 & 0x20) == 0) goto LAB_0003a6c5;" if (parenthesized_expression "((bVar1 & 0x20) == 0)" ( (binary_expression "(bVar1 & 0x20) == 0" (parenthesized_expression "(bVar1 & 0x20)" ( (binary_expression "bVar1 & 0x20" identifier & number_literal) )) == number_literal) )) (goto_statement "goto LAB_0003a6c5;" goto statement_identifier ;)) (labeled_statement "LAB_0003a868:\n fwrite(" used",1,5,param_1);" statement_identifier : (expression_statement "fwrite(" used",1,5,param_1);" (call_expression "fwrite(" used",1,5,param_1)" identifier (argument_list "(" used",1,5,param_1)" ( (string_literal "" used"" " string_content ") , number_literal , number_literal , identifier ))) ;)) (expression_statement "iVar2 = FUN_00036b30(local_20);" (assignment_expression "iVar2 = FUN_00036b30(local_20)" identifier = (call_expression "FUN_00036b30(local_20)" identifier (argument_list "(local_20)" ( identifier )))) ;) (if_statement "if (iVar2 != 0) goto LAB_0003a890;" if (parenthesized_expression "(iVar2 != 0)" ( (binary_expression "iVar2 != 0" identifier != number_literal) )) (goto_statement "goto LAB_0003a890;" goto statement_identifier ;)) (labeled_statement "LAB_0003a6d9:\n iVar2 = FUN_00036850(local_20);" statement_identifier : (expression_statement "iVar2 = FUN_00036850(local_20);" (assignment_expression "iVar2 = FUN_00036850(local_20)" identifier = (call_expression "FUN_00036850(local_20)" identifier (argument_list "(local_20)" ( identifier )))) ;)) (if_statement "if (iVar2 == 0) goto LAB_0003a6ed;" if (parenthesized_expression "(iVar2 == 0)" ( (binary_expression "iVar2 == 0" identifier == number_literal) )) (goto_statement "goto LAB_0003a6ed;" goto statement_identifier ;)) (labeled_statement "LAB_0003a8b8:\n fwrite(" extern",1,7,param_1);" statement_identifier : (expression_statement "fwrite(" extern",1,7,param_1);" (call_expression "fwrite(" extern",1,7,param_1)" identifier (argument_list "(" extern",1,7,param_1)" ( (string_literal "" extern"" " string_content ") , number_literal , number_literal , identifier ))) ;)) (expression_statement "iVar2 = FUN_000368c0(local_20);" (assignment_expression "iVar2 = FUN_000368c0(local_20)" identifier = (call_expression "FUN_000368c0(local_20)" identifier (argument_list "(local_20)" ( identifier )))) ;) }) (else_clause "else {\n fwrite(" used-in-reloc",1,0xe,param_1);\n if ((*local_20 & 0x20) != 0) goto LAB_0003a868;\nLAB_0003a6c5:\n iVar2 = FUN_00036b30(local_20);\n if (iVar2 == 0) goto LAB_0003a6d9;\nLAB_0003a890:\n fwrite(" local",1,6,param_1);\n iVar2 = FUN_00036850(local_20);\n if (iVar2 != 0) goto LAB_0003a8b8;\nLAB_0003a6ed:\n iVar2 = FUN_000368c0(local_20);\n }" else (compound_statement "{\n fwrite(" used-in-reloc",1,0xe,param_1);\n if ((*local_20 & 0x20) != 0) goto LAB_0003a868;\nLAB_0003a6c5:\n iVar2 = FUN_00036b30(local_20);\n if (iVar2 == 0) goto LAB_0003a6d9;\nLAB_0003a890:\n fwrite(" local",1,6,param_1);\n iVar2 = FUN_00036850(local_20);\n if (iVar2 != 0) goto LAB_0003a8b8;\nLAB_0003a6ed:\n iVar2 = FUN_000368c0(local_20);\n }" { (expression_statement "fwrite(" used-in-reloc",1,0xe,param_1);" (call_expression "fwrite(" used-in-reloc",1,0xe,param_1)" identifier (argument_list "(" used-in-reloc",1,0xe,param_1)" ( (string_literal "" used-in-reloc"" " string_content ") , number_literal , number_literal , identifier ))) ;) (if_statement "if ((*local_20 & 0x20) != 0) goto LAB_0003a868;" if (parenthesized_expression "((*local_20 & 0x20) != 0)" ( (binary_expression "(*local_20 & 0x20) != 0" (parenthesized_expression "(*local_20 & 0x20)" ( (binary_expression "*local_20 & 0x20" (pointer_expression "*local_20" * identifier) & number_literal) )) != number_literal) )) (goto_statement "goto LAB_0003a868;" goto statement_identifier ;)) (labeled_statement "LAB_0003a6c5:\n iVar2 = FUN_00036b30(local_20);" statement_identifier : (expression_statement "iVar2 = FUN_00036b30(local_20);" (assignment_expression "iVar2 = FUN_00036b30(local_20)" identifier = (call_expression "FUN_00036b30(local_20)" identifier (argument_list "(local_20)" ( identifier )))) ;)) (if_statement "if (iVar2 == 0) goto LAB_0003a6d9;" if (parenthesized_expression "(iVar2 == 0)" ( (binary_expression "iVar2 == 0" identifier == number_literal) )) (goto_statement "goto LAB_0003a6d9;" goto statement_identifier ;)) (labeled_statement "LAB_0003a890:\n fwrite(" local",1,6,param_1);" statement_identifier : (expression_statement "fwrite(" local",1,6,param_1);" (call_expression "fwrite(" local",1,6,param_1)" identifier (argument_list "(" local",1,6,param_1)" ( (string_literal "" local"" " string_content ") , number_literal , number_literal , identifier ))) ;)) (expression_statement "iVar2 = FUN_00036850(local_20);" (assignment_expression "iVar2 = FUN_00036850(local_20)" identifier = (call_expression "FUN_00036850(local_20)" identifier (argument_list "(local_20)" ( identifier )))) ;) (if_statement "if (iVar2 != 0) goto LAB_0003a8b8;" if (parenthesized_expression "(iVar2 != 0)" ( (binary_expression "iVar2 != 0" identifier != number_literal) )) (goto_statement "goto LAB_0003a8b8;" goto statement_identifier ;)) (labeled_statement "LAB_0003a6ed:\n iVar2 = FUN_000368c0(local_20);" statement_identifier : (expression_statement "iVar2 = FUN_000368c0(local_20);" (assignment_expression "iVar2 = FUN_000368c0(local_20)" identifier = (call_expression "FUN_000368c0(local_20)" identifier (argument_list "(local_20)" ( identifier )))) ;)) }))) (if_statement "if (iVar2 != 0) {\n fwrite(" weak",1,5,param_1);\n }" if (parenthesized_expression "(iVar2 != 0)" ( (binary_expression "iVar2 != 0" identifier != number_literal) )) (compound_statement "{\n fwrite(" weak",1,5,param_1);\n }" { (expression_statement "fwrite(" weak",1,5,param_1);" (call_expression "fwrite(" weak",1,5,param_1)" identifier (argument_list "(" weak",1,5,param_1)" ( (string_literal "" weak"" " string_content ") , number_literal , number_literal , identifier ))) ;) })) (expression_statement "puVar3 = *(undefined4 **)(local_20 + 4);" (assignment_expression "puVar3 = *(undefined4 **)(local_20 + 4)" identifier = (pointer_expression "*(undefined4 **)(local_20 + 4)" * (cast_expression "(undefined4 **)(local_20 + 4)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(local_20 + 4)" ( (binary_expression "local_20 + 4" identifier + number_literal) ))))) ;) (if_statement "if ((*local_20 & 1) == 0) {\n if ((*(byte *)(puVar3 + 3) & 4) != 0) {\nLAB_0003aa80:\n fwrite(" debug",1,6,param_1);\n puVar3 = *(undefined4 **)(local_20 + 4);\n if ((*local_20 & 1) != 0) {\n if (puVar3 == DAT_00084798) {\n iVar2 = *(int *)(local_20 + 0xc);\n goto LAB_0003ab30;\n }\n goto LAB_0003a7e0;\n }\n }\n if ((undefined *)puVar3[4] != PTR__bfd_std_section_0007afb0 + 0xa8) goto LAB_0003a7f4;\n goto LAB_0003a72d;\n }" if (parenthesized_expression "((*local_20 & 1) == 0)" ( (binary_expression "(*local_20 & 1) == 0" (parenthesized_expression "(*local_20 & 1)" ( (binary_expression "*local_20 & 1" (pointer_expression "*local_20" * identifier) & number_literal) )) == number_literal) )) (compound_statement "{\n if ((*(byte *)(puVar3 + 3) & 4) != 0) {\nLAB_0003aa80:\n fwrite(" debug",1,6,param_1);\n puVar3 = *(undefined4 **)(local_20 + 4);\n if ((*local_20 & 1) != 0) {\n if (puVar3 == DAT_00084798) {\n iVar2 = *(int *)(local_20 + 0xc);\n goto LAB_0003ab30;\n }\n goto LAB_0003a7e0;\n }\n }\n if ((undefined *)puVar3[4] != PTR__bfd_std_section_0007afb0 + 0xa8) goto LAB_0003a7f4;\n goto LAB_0003a72d;\n }" { (if_statement "if ((*(byte *)(puVar3 + 3) & 4) != 0) {\nLAB_0003aa80:\n fwrite(" debug",1,6,param_1);\n puVar3 = *(undefined4 **)(local_20 + 4);\n if ((*local_20 & 1) != 0) {\n if (puVar3 == DAT_00084798) {\n iVar2 = *(int *)(local_20 + 0xc);\n goto LAB_0003ab30;\n }\n goto LAB_0003a7e0;\n }\n }" if (parenthesized_expression "((*(byte *)(puVar3 + 3) & 4) != 0)" ( (binary_expression "(*(byte *)(puVar3 + 3) & 4) != 0" (parenthesized_expression "(*(byte *)(puVar3 + 3) & 4)" ( (binary_expression "*(byte *)(puVar3 + 3) & 4" (pointer_expression "*(byte *)(puVar3 + 3)" * (cast_expression "(byte *)(puVar3 + 3)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar3 + 3)" ( (binary_expression "puVar3 + 3" identifier + number_literal) )))) & number_literal) )) != number_literal) )) (compound_statement "{\nLAB_0003aa80:\n fwrite(" debug",1,6,param_1);\n puVar3 = *(undefined4 **)(local_20 + 4);\n if ((*local_20 & 1) != 0) {\n if (puVar3 == DAT_00084798) {\n iVar2 = *(int *)(local_20 + 0xc);\n goto LAB_0003ab30;\n }\n goto LAB_0003a7e0;\n }\n }" { (labeled_statement "LAB_0003aa80:\n fwrite(" debug",1,6,param_1);" statement_identifier : (expression_statement "fwrite(" debug",1,6,param_1);" (call_expression "fwrite(" debug",1,6,param_1)" identifier (argument_list "(" debug",1,6,param_1)" ( (string_literal "" debug"" " string_content ") , number_literal , number_literal , identifier ))) ;)) (expression_statement "puVar3 = *(undefined4 **)(local_20 + 4);" (assignment_expression "puVar3 = *(undefined4 **)(local_20 + 4)" identifier = (pointer_expression "*(undefined4 **)(local_20 + 4)" * (cast_expression "(undefined4 **)(local_20 + 4)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(local_20 + 4)" ( (binary_expression "local_20 + 4" identifier + number_literal) ))))) ;) (if_statement "if ((*local_20 & 1) != 0) {\n if (puVar3 == DAT_00084798) {\n iVar2 = *(int *)(local_20 + 0xc);\n goto LAB_0003ab30;\n }\n goto LAB_0003a7e0;\n }" if (parenthesized_expression "((*local_20 & 1) != 0)" ( (binary_expression "(*local_20 & 1) != 0" (parenthesized_expression "(*local_20 & 1)" ( (binary_expression "*local_20 & 1" (pointer_expression "*local_20" * identifier) & number_literal) )) != number_literal) )) (compound_statement "{\n if (puVar3 == DAT_00084798) {\n iVar2 = *(int *)(local_20 + 0xc);\n goto LAB_0003ab30;\n }\n goto LAB_0003a7e0;\n }" { (if_statement "if (puVar3 == DAT_00084798) {\n iVar2 = *(int *)(local_20 + 0xc);\n goto LAB_0003ab30;\n }" if (parenthesized_expression "(puVar3 == DAT_00084798)" ( (binary_expression "puVar3 == DAT_00084798" identifier == identifier) )) (compound_statement "{\n iVar2 = *(int *)(local_20 + 0xc);\n goto LAB_0003ab30;\n }" { (expression_statement "iVar2 = *(int *)(local_20 + 0xc);" (assignment_expression "iVar2 = *(int *)(local_20 + 0xc)" identifier = (pointer_expression "*(int *)(local_20 + 0xc)" * (cast_expression "(int *)(local_20 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_20 + 0xc)" ( (binary_expression "local_20 + 0xc" identifier + number_literal) ))))) ;) (goto_statement "goto LAB_0003ab30;" goto statement_identifier ;) })) (goto_statement "goto LAB_0003a7e0;" goto statement_identifier ;) })) })) (if_statement "if ((undefined *)puVar3[4] != PTR__bfd_std_section_0007afb0 + 0xa8) goto LAB_0003a7f4;" if (parenthesized_expression "((undefined *)puVar3[4] != PTR__bfd_std_section_0007afb0 + 0xa8)" ( (binary_expression "(undefined *)puVar3[4] != PTR__bfd_std_section_0007afb0 + 0xa8" (cast_expression "(undefined *)puVar3[4]" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "puVar3[4]" identifier [ number_literal ])) != (binary_expression "PTR__bfd_std_section_0007afb0 + 0xa8" identifier + number_literal)) )) (goto_statement "goto LAB_0003a7f4;" goto statement_identifier ;)) (goto_statement "goto LAB_0003a72d;" goto statement_identifier ;) })) (if_statement "if (DAT_00084798 == puVar3) {\n iVar2 = *(int *)(local_20 + 0xc);\n if ((*(byte *)(*(int *)(iVar2 + 4) + 0xc) & 4) != 0) goto LAB_0003aa80;\nLAB_0003ab30:\n if (*(undefined **)(*(int *)(iVar2 + 4) + 0x10) == PTR__bfd_std_section_0007afb0 + 0xa8)\n goto LAB_0003a63f;\nLAB_0003a7f4:\n fwrite(" defined",1,8,param_1);\n goto LAB_0003a63f;\n }" if (parenthesized_expression "(DAT_00084798 == puVar3)" ( (binary_expression "DAT_00084798 == puVar3" identifier == identifier) )) (compound_statement "{\n iVar2 = *(int *)(local_20 + 0xc);\n if ((*(byte *)(*(int *)(iVar2 + 4) + 0xc) & 4) != 0) goto LAB_0003aa80;\nLAB_0003ab30:\n if (*(undefined **)(*(int *)(iVar2 + 4) + 0x10) == PTR__bfd_std_section_0007afb0 + 0xa8)\n goto LAB_0003a63f;\nLAB_0003a7f4:\n fwrite(" defined",1,8,param_1);\n goto LAB_0003a63f;\n }" { (expression_statement "iVar2 = *(int *)(local_20 + 0xc);" (assignment_expression "iVar2 = *(int *)(local_20 + 0xc)" identifier = (pointer_expression "*(int *)(local_20 + 0xc)" * (cast_expression "(int *)(local_20 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_20 + 0xc)" ( (binary_expression "local_20 + 0xc" identifier + number_literal) ))))) ;) (if_statement "if ((*(byte *)(*(int *)(iVar2 + 4) + 0xc) & 4) != 0) goto LAB_0003aa80;" if (parenthesized_expression "((*(byte *)(*(int *)(iVar2 + 4) + 0xc) & 4) != 0)" ( (binary_expression "(*(byte *)(*(int *)(iVar2 + 4) + 0xc) & 4) != 0" (parenthesized_expression "(*(byte *)(*(int *)(iVar2 + 4) + 0xc) & 4)" ( (binary_expression "*(byte *)(*(int *)(iVar2 + 4) + 0xc) & 4" (pointer_expression "*(byte *)(*(int *)(iVar2 + 4) + 0xc)" * (cast_expression "(byte *)(*(int *)(iVar2 + 4) + 0xc)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(iVar2 + 4) + 0xc)" ( (binary_expression "*(int *)(iVar2 + 4) + 0xc" (pointer_expression "*(int *)(iVar2 + 4)" * (cast_expression "(int *)(iVar2 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar2 + 4)" ( (binary_expression "iVar2 + 4" identifier + number_literal) )))) + number_literal) )))) & number_literal) )) != number_literal) )) (goto_statement "goto LAB_0003aa80;" goto statement_identifier ;)) (labeled_statement "LAB_0003ab30:\n if (*(undefined **)(*(int *)(iVar2 + 4) + 0x10) == PTR__bfd_std_section_0007afb0 + 0xa8)\n goto LAB_0003a63f;" statement_identifier : (if_statement "if (*(undefined **)(*(int *)(iVar2 + 4) + 0x10) == PTR__bfd_std_section_0007afb0 + 0xa8)\n goto LAB_0003a63f;" if (parenthesized_expression "(*(undefined **)(*(int *)(iVar2 + 4) + 0x10) == PTR__bfd_std_section_0007afb0 + 0xa8)" ( (binary_expression "*(undefined **)(*(int *)(iVar2 + 4) + 0x10) == PTR__bfd_std_section_0007afb0 + 0xa8" (pointer_expression "*(undefined **)(*(int *)(iVar2 + 4) + 0x10)" * (cast_expression "(undefined **)(*(int *)(iVar2 + 4) + 0x10)" ( (type_descriptor "undefined **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(int *)(iVar2 + 4) + 0x10)" ( (binary_expression "*(int *)(iVar2 + 4) + 0x10" (pointer_expression "*(int *)(iVar2 + 4)" * (cast_expression "(int *)(iVar2 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar2 + 4)" ( (binary_expression "iVar2 + 4" identifier + number_literal) )))) + number_literal) )))) == (binary_expression "PTR__bfd_std_section_0007afb0 + 0xa8" identifier + number_literal)) )) (goto_statement "goto LAB_0003a63f;" goto statement_identifier ;))) (labeled_statement "LAB_0003a7f4:\n fwrite(" defined",1,8,param_1);" statement_identifier : (expression_statement "fwrite(" defined",1,8,param_1);" (call_expression "fwrite(" defined",1,8,param_1)" identifier (argument_list "(" defined",1,8,param_1)" ( (string_literal "" defined"" " string_content ") , number_literal , number_literal , identifier ))) ;)) (goto_statement "goto LAB_0003a63f;" goto statement_identifier ;) })) (labeled_statement "LAB_0003a7e0:\n if (puVar3 != (undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8)) goto LAB_0003a7f4;" statement_identifier : (if_statement "if (puVar3 != (undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8)) goto LAB_0003a7f4;" if (parenthesized_expression "(puVar3 != (undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8))" ( (binary_expression "puVar3 != (undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8)" identifier != (cast_expression "(undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(PTR__bfd_std_section_0007afb0 + 0xa8)" ( (binary_expression "PTR__bfd_std_section_0007afb0 + 0xa8" identifier + number_literal) )))) )) (goto_statement "goto LAB_0003a7f4;" goto statement_identifier ;))) (labeled_statement "LAB_0003a654:\n if (DAT_00084798 == puVar3) {\n if ((*(byte *)(*(int *)(local_20 + 0xc) + 1) & 2) != 0) {\nLAB_0003a940:\n fwrite(" weakrefr",1,9,param_1);\n if ((*local_20 & 1) == 0) goto LAB_0003a737;\n puVar3 = *(undefined4 **)(local_20 + 4);\n if (DAT_00084798 != puVar3) goto LAB_0003a74b;\n }\n if ((*(byte *)(*(int *)(local_20 + 0xc) + 1) & 4) != 0) goto LAB_0003a978;\nLAB_0003aada:\n pbVar5 = *(byte **)(local_20 + 0xc);\n goto LAB_0003a745;\n }" statement_identifier : (if_statement "if (DAT_00084798 == puVar3) {\n if ((*(byte *)(*(int *)(local_20 + 0xc) + 1) & 2) != 0) {\nLAB_0003a940:\n fwrite(" weakrefr",1,9,param_1);\n if ((*local_20 & 1) == 0) goto LAB_0003a737;\n puVar3 = *(undefined4 **)(local_20 + 4);\n if (DAT_00084798 != puVar3) goto LAB_0003a74b;\n }\n if ((*(byte *)(*(int *)(local_20 + 0xc) + 1) & 4) != 0) goto LAB_0003a978;\nLAB_0003aada:\n pbVar5 = *(byte **)(local_20 + 0xc);\n goto LAB_0003a745;\n }" if (parenthesized_expression "(DAT_00084798 == puVar3)" ( (binary_expression "DAT_00084798 == puVar3" identifier == identifier) )) (compound_statement "{\n if ((*(byte *)(*(int *)(local_20 + 0xc) + 1) & 2) != 0) {\nLAB_0003a940:\n fwrite(" weakrefr",1,9,param_1);\n if ((*local_20 & 1) == 0) goto LAB_0003a737;\n puVar3 = *(undefined4 **)(local_20 + 4);\n if (DAT_00084798 != puVar3) goto LAB_0003a74b;\n }\n if ((*(byte *)(*(int *)(local_20 + 0xc) + 1) & 4) != 0) goto LAB_0003a978;\nLAB_0003aada:\n pbVar5 = *(byte **)(local_20 + 0xc);\n goto LAB_0003a745;\n }" { (if_statement "if ((*(byte *)(*(int *)(local_20 + 0xc) + 1) & 2) != 0) {\nLAB_0003a940:\n fwrite(" weakrefr",1,9,param_1);\n if ((*local_20 & 1) == 0) goto LAB_0003a737;\n puVar3 = *(undefined4 **)(local_20 + 4);\n if (DAT_00084798 != puVar3) goto LAB_0003a74b;\n }" if (parenthesized_expression "((*(byte *)(*(int *)(local_20 + 0xc) + 1) & 2) != 0)" ( (binary_expression "(*(byte *)(*(int *)(local_20 + 0xc) + 1) & 2) != 0" (parenthesized_expression "(*(byte *)(*(int *)(local_20 + 0xc) + 1) & 2)" ( (binary_expression "*(byte *)(*(int *)(local_20 + 0xc) + 1) & 2" (pointer_expression "*(byte *)(*(int *)(local_20 + 0xc) + 1)" * (cast_expression "(byte *)(*(int *)(local_20 + 0xc) + 1)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(local_20 + 0xc) + 1)" ( (binary_expression "*(int *)(local_20 + 0xc) + 1" (pointer_expression "*(int *)(local_20 + 0xc)" * (cast_expression "(int *)(local_20 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_20 + 0xc)" ( (binary_expression "local_20 + 0xc" identifier + number_literal) )))) + number_literal) )))) & number_literal) )) != number_literal) )) (compound_statement "{\nLAB_0003a940:\n fwrite(" weakrefr",1,9,param_1);\n if ((*local_20 & 1) == 0) goto LAB_0003a737;\n puVar3 = *(undefined4 **)(local_20 + 4);\n if (DAT_00084798 != puVar3) goto LAB_0003a74b;\n }" { (labeled_statement "LAB_0003a940:\n fwrite(" weakrefr",1,9,param_1);" statement_identifier : (expression_statement "fwrite(" weakrefr",1,9,param_1);" (call_expression "fwrite(" weakrefr",1,9,param_1)" identifier (argument_list "(" weakrefr",1,9,param_1)" ( (string_literal "" weakrefr"" " string_content ") , number_literal , number_literal , identifier ))) ;)) (if_statement "if ((*local_20 & 1) == 0) goto LAB_0003a737;" if (parenthesized_expression "((*local_20 & 1) == 0)" ( (binary_expression "(*local_20 & 1) == 0" (parenthesized_expression "(*local_20 & 1)" ( (binary_expression "*local_20 & 1" (pointer_expression "*local_20" * identifier) & number_literal) )) == number_literal) )) (goto_statement "goto LAB_0003a737;" goto statement_identifier ;)) (expression_statement "puVar3 = *(undefined4 **)(local_20 + 4);" (assignment_expression "puVar3 = *(undefined4 **)(local_20 + 4)" identifier = (pointer_expression "*(undefined4 **)(local_20 + 4)" * (cast_expression "(undefined4 **)(local_20 + 4)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(local_20 + 4)" ( (binary_expression "local_20 + 4" identifier + number_literal) ))))) ;) (if_statement "if (DAT_00084798 != puVar3) goto LAB_0003a74b;" if (parenthesized_expression "(DAT_00084798 != puVar3)" ( (binary_expression "DAT_00084798 != puVar3" identifier != identifier) )) (goto_statement "goto LAB_0003a74b;" goto statement_identifier ;)) })) (if_statement "if ((*(byte *)(*(int *)(local_20 + 0xc) + 1) & 4) != 0) goto LAB_0003a978;" if (parenthesized_expression "((*(byte *)(*(int *)(local_20 + 0xc) + 1) & 4) != 0)" ( (binary_expression "(*(byte *)(*(int *)(local_20 + 0xc) + 1) & 4) != 0" (parenthesized_expression "(*(byte *)(*(int *)(local_20 + 0xc) + 1) & 4)" ( (binary_expression "*(byte *)(*(int *)(local_20 + 0xc) + 1) & 4" (pointer_expression "*(byte *)(*(int *)(local_20 + 0xc) + 1)" * (cast_expression "(byte *)(*(int *)(local_20 + 0xc) + 1)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(local_20 + 0xc) + 1)" ( (binary_expression "*(int *)(local_20 + 0xc) + 1" (pointer_expression "*(int *)(local_20 + 0xc)" * (cast_expression "(int *)(local_20 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_20 + 0xc)" ( (binary_expression "local_20 + 0xc" identifier + number_literal) )))) + number_literal) )))) & number_literal) )) != number_literal) )) (goto_statement "goto LAB_0003a978;" goto statement_identifier ;)) (labeled_statement "LAB_0003aada:\n pbVar5 = *(byte **)(local_20 + 0xc);" statement_identifier : (expression_statement "pbVar5 = *(byte **)(local_20 + 0xc);" (assignment_expression "pbVar5 = *(byte **)(local_20 + 0xc)" identifier = (pointer_expression "*(byte **)(local_20 + 0xc)" * (cast_expression "(byte **)(local_20 + 0xc)" ( (type_descriptor "byte **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(local_20 + 0xc)" ( (binary_expression "local_20 + 0xc" identifier + number_literal) ))))) ;)) (goto_statement "goto LAB_0003a745;" goto statement_identifier ;) }))) }) (else_clause "else {\n if ((local_20 != (byte *)0x0) && (local_20 != PTR_DAT_0007af70)) {\n fwrite(" frag ",1,6,param_1);\n fprintf(param_1,"%08lx",*(undefined4 *)(param_2 + 0xc));\n bVar1 = *param_2;\n }\n if ((bVar1 & 4) != 0) {\n fwrite(" resolved",1,9,param_1);\n }\n fwrite(" local",1,6,param_1);\n local_20 = param_2;\nLAB_0003a63f:\n if ((*local_20 & 1) != 0) {\n puVar3 = *(undefined4 **)(local_20 + 4);\n goto LAB_0003a654;\n }\nLAB_0003a72d:\n if ((local_20[1] & 2) != 0) goto LAB_0003a940;\nLAB_0003a737:\n pbVar5 = local_20;\n if ((local_20[1] & 4) != 0) {\nLAB_0003a978:\n fwrite(" weakrefd",1,9,param_1);\n pbVar5 = local_20;\n if ((*local_20 & 1) != 0) {\n puVar3 = *(undefined4 **)(local_20 + 4);\n if (DAT_00084798 == puVar3) goto LAB_0003aada;\n goto LAB_0003a74b;\n }\n }\nLAB_0003a745:\n puVar3 = *(undefined4 **)(*(int *)(pbVar5 + 4) + 0x10);\n }" else (compound_statement "{\n if ((local_20 != (byte *)0x0) && (local_20 != PTR_DAT_0007af70)) {\n fwrite(" frag ",1,6,param_1);\n fprintf(param_1,"%08lx",*(undefined4 *)(param_2 + 0xc));\n bVar1 = *param_2;\n }\n if ((bVar1 & 4) != 0) {\n fwrite(" resolved",1,9,param_1);\n }\n fwrite(" local",1,6,param_1);\n local_20 = param_2;\nLAB_0003a63f:\n if ((*local_20 & 1) != 0) {\n puVar3 = *(undefined4 **)(local_20 + 4);\n goto LAB_0003a654;\n }\nLAB_0003a72d:\n if ((local_20[1] & 2) != 0) goto LAB_0003a940;\nLAB_0003a737:\n pbVar5 = local_20;\n if ((local_20[1] & 4) != 0) {\nLAB_0003a978:\n fwrite(" weakrefd",1,9,param_1);\n pbVar5 = local_20;\n if ((*local_20 & 1) != 0) {\n puVar3 = *(undefined4 **)(local_20 + 4);\n if (DAT_00084798 == puVar3) goto LAB_0003aada;\n goto LAB_0003a74b;\n }\n }\nLAB_0003a745:\n puVar3 = *(undefined4 **)(*(int *)(pbVar5 + 4) + 0x10);\n }" { (if_statement "if ((local_20 != (byte *)0x0) && (local_20 != PTR_DAT_0007af70)) {\n fwrite(" frag ",1,6,param_1);\n fprintf(param_1,"%08lx",*(undefined4 *)(param_2 + 0xc));\n bVar1 = *param_2;\n }" if (parenthesized_expression "((local_20 != (byte *)0x0) && (local_20 != PTR_DAT_0007af70))" ( (binary_expression "(local_20 != (byte *)0x0) && (local_20 != PTR_DAT_0007af70)" (parenthesized_expression "(local_20 != (byte *)0x0)" ( (binary_expression "local_20 != (byte *)0x0" identifier != (cast_expression "(byte *)0x0" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(local_20 != PTR_DAT_0007af70)" ( (binary_expression "local_20 != PTR_DAT_0007af70" identifier != identifier) ))) )) (compound_statement "{\n fwrite(" frag ",1,6,param_1);\n fprintf(param_1,"%08lx",*(undefined4 *)(param_2 + 0xc));\n bVar1 = *param_2;\n }" { (expression_statement "fwrite(" frag ",1,6,param_1);" (call_expression "fwrite(" frag ",1,6,param_1)" identifier (argument_list "(" frag ",1,6,param_1)" ( (string_literal "" frag "" " string_content ") , number_literal , number_literal , identifier ))) ;) (expression_statement "fprintf(param_1,"%08lx",*(undefined4 *)(param_2 + 0xc));" (call_expression "fprintf(param_1,"%08lx",*(undefined4 *)(param_2 + 0xc))" identifier (argument_list "(param_1,"%08lx",*(undefined4 *)(param_2 + 0xc))" ( identifier , (string_literal ""%08lx"" " string_content ") , (pointer_expression "*(undefined4 *)(param_2 + 0xc)" * (cast_expression "(undefined4 *)(param_2 + 0xc)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0xc)" ( (binary_expression "param_2 + 0xc" identifier + number_literal) )))) ))) ;) (expression_statement "bVar1 = *param_2;" (assignment_expression "bVar1 = *param_2" identifier = (pointer_expression "*param_2" * identifier)) ;) })) (if_statement "if ((bVar1 & 4) != 0) {\n fwrite(" resolved",1,9,param_1);\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 fwrite(" resolved",1,9,param_1);\n }" { (expression_statement "fwrite(" resolved",1,9,param_1);" (call_expression "fwrite(" resolved",1,9,param_1)" identifier (argument_list "(" resolved",1,9,param_1)" ( (string_literal "" resolved"" " string_content ") , number_literal , number_literal , identifier ))) ;) })) (expression_statement "fwrite(" local",1,6,param_1);" (call_expression "fwrite(" local",1,6,param_1)" identifier (argument_list "(" local",1,6,param_1)" ( (string_literal "" local"" " string_content ") , number_literal , number_literal , identifier ))) ;) (expression_statement "local_20 = param_2;" (assignment_expression "local_20 = param_2" identifier = identifier) ;) (labeled_statement "LAB_0003a63f:\n if ((*local_20 & 1) != 0) {\n puVar3 = *(undefined4 **)(local_20 + 4);\n goto LAB_0003a654;\n }" statement_identifier : (if_statement "if ((*local_20 & 1) != 0) {\n puVar3 = *(undefined4 **)(local_20 + 4);\n goto LAB_0003a654;\n }" if (parenthesized_expression "((*local_20 & 1) != 0)" ( (binary_expression "(*local_20 & 1) != 0" (parenthesized_expression "(*local_20 & 1)" ( (binary_expression "*local_20 & 1" (pointer_expression "*local_20" * identifier) & number_literal) )) != number_literal) )) (compound_statement "{\n puVar3 = *(undefined4 **)(local_20 + 4);\n goto LAB_0003a654;\n }" { (expression_statement "puVar3 = *(undefined4 **)(local_20 + 4);" (assignment_expression "puVar3 = *(undefined4 **)(local_20 + 4)" identifier = (pointer_expression "*(undefined4 **)(local_20 + 4)" * (cast_expression "(undefined4 **)(local_20 + 4)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(local_20 + 4)" ( (binary_expression "local_20 + 4" identifier + number_literal) ))))) ;) (goto_statement "goto LAB_0003a654;" goto statement_identifier ;) }))) (labeled_statement "LAB_0003a72d:\n if ((local_20[1] & 2) != 0) goto LAB_0003a940;" statement_identifier : (if_statement "if ((local_20[1] & 2) != 0) goto LAB_0003a940;" if (parenthesized_expression "((local_20[1] & 2) != 0)" ( (binary_expression "(local_20[1] & 2) != 0" (parenthesized_expression "(local_20[1] & 2)" ( (binary_expression "local_20[1] & 2" (subscript_expression "local_20[1]" identifier [ number_literal ]) & number_literal) )) != number_literal) )) (goto_statement "goto LAB_0003a940;" goto statement_identifier ;))) (labeled_statement "LAB_0003a737:\n pbVar5 = local_20;" statement_identifier : (expression_statement "pbVar5 = local_20;" (assignment_expression "pbVar5 = local_20" identifier = identifier) ;)) (if_statement "if ((local_20[1] & 4) != 0) {\nLAB_0003a978:\n fwrite(" weakrefd",1,9,param_1);\n pbVar5 = local_20;\n if ((*local_20 & 1) != 0) {\n puVar3 = *(undefined4 **)(local_20 + 4);\n if (DAT_00084798 == puVar3) goto LAB_0003aada;\n goto LAB_0003a74b;\n }\n }" if (parenthesized_expression "((local_20[1] & 4) != 0)" ( (binary_expression "(local_20[1] & 4) != 0" (parenthesized_expression "(local_20[1] & 4)" ( (binary_expression "local_20[1] & 4" (subscript_expression "local_20[1]" identifier [ number_literal ]) & number_literal) )) != number_literal) )) (compound_statement "{\nLAB_0003a978:\n fwrite(" weakrefd",1,9,param_1);\n pbVar5 = local_20;\n if ((*local_20 & 1) != 0) {\n puVar3 = *(undefined4 **)(local_20 + 4);\n if (DAT_00084798 == puVar3) goto LAB_0003aada;\n goto LAB_0003a74b;\n }\n }" { (labeled_statement "LAB_0003a978:\n fwrite(" weakrefd",1,9,param_1);" statement_identifier : (expression_statement "fwrite(" weakrefd",1,9,param_1);" (call_expression "fwrite(" weakrefd",1,9,param_1)" identifier (argument_list "(" weakrefd",1,9,param_1)" ( (string_literal "" weakrefd"" " string_content ") , number_literal , number_literal , identifier ))) ;)) (expression_statement "pbVar5 = local_20;" (assignment_expression "pbVar5 = local_20" identifier = identifier) ;) (if_statement "if ((*local_20 & 1) != 0) {\n puVar3 = *(undefined4 **)(local_20 + 4);\n if (DAT_00084798 == puVar3) goto LAB_0003aada;\n goto LAB_0003a74b;\n }" if (parenthesized_expression "((*local_20 & 1) != 0)" ( (binary_expression "(*local_20 & 1) != 0" (parenthesized_expression "(*local_20 & 1)" ( (binary_expression "*local_20 & 1" (pointer_expression "*local_20" * identifier) & number_literal) )) != number_literal) )) (compound_statement "{\n puVar3 = *(undefined4 **)(local_20 + 4);\n if (DAT_00084798 == puVar3) goto LAB_0003aada;\n goto LAB_0003a74b;\n }" { (expression_statement "puVar3 = *(undefined4 **)(local_20 + 4);" (assignment_expression "puVar3 = *(undefined4 **)(local_20 + 4)" identifier = (pointer_expression "*(undefined4 **)(local_20 + 4)" * (cast_expression "(undefined4 **)(local_20 + 4)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(local_20 + 4)" ( (binary_expression "local_20 + 4" identifier + number_literal) ))))) ;) (if_statement "if (DAT_00084798 == puVar3) goto LAB_0003aada;" if (parenthesized_expression "(DAT_00084798 == puVar3)" ( (binary_expression "DAT_00084798 == puVar3" identifier == identifier) )) (goto_statement "goto LAB_0003aada;" goto statement_identifier ;)) (goto_statement "goto LAB_0003a74b;" goto statement_identifier ;) })) })) (labeled_statement "LAB_0003a745:\n puVar3 = *(undefined4 **)(*(int *)(pbVar5 + 4) + 0x10);" statement_identifier : (expression_statement "puVar3 = *(undefined4 **)(*(int *)(pbVar5 + 4) + 0x10);" (assignment_expression "puVar3 = *(undefined4 **)(*(int *)(pbVar5 + 4) + 0x10)" identifier = (pointer_expression "*(undefined4 **)(*(int *)(pbVar5 + 4) + 0x10)" * (cast_expression "(undefined4 **)(*(int *)(pbVar5 + 4) + 0x10)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(int *)(pbVar5 + 4) + 0x10)" ( (binary_expression "*(int *)(pbVar5 + 4) + 0x10" (pointer_expression "*(int *)(pbVar5 + 4)" * (cast_expression "(int *)(pbVar5 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pbVar5 + 4)" ( (binary_expression "pbVar5 + 4" identifier + number_literal) )))) + number_literal) ))))) ;)) }))) (labeled_statement "LAB_0003a74b:\n fprintf(param_1," %s",*puVar3);" statement_identifier : (expression_statement "fprintf(param_1," %s",*puVar3);" (call_expression "fprintf(param_1," %s",*puVar3)" identifier (argument_list "(param_1," %s",*puVar3)" ( identifier , (string_literal "" %s"" " string_content ") , (pointer_expression "*puVar3" * identifier) ))) ;)) (expression_statement "bVar1 = *local_20;" (assignment_expression "bVar1 = *local_20" identifier = (pointer_expression "*local_20" * identifier)) ;) (if_statement "if ((bVar1 & 1) == 0) {\n pbVar5 = local_20;\n if ((bVar1 & 4) != 0) {\nLAB_0003a818:\n puVar3 = *(undefined4 **)(*(int *)(pbVar5 + 4) + 0x10);\nLAB_0003a782:\n if ((puVar3 != (undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8)) &&\n (DAT_000846e0 != puVar3)) {\n uVar4 = FUN_000382f0();\n fprintf(param_1," %lx",uVar4);\n }\n goto LAB_0003a7b8;\n }\n if (7 < DAT_000849cc) goto LAB_0003a7b8;\n iVar2 = *(int *)(local_20 + 4);\nLAB_0003a83c:\n puVar3 = *(undefined4 **)(iVar2 + 0x10);\n }\n else {\n puVar3 = *(undefined4 **)(local_20 + 4);\n if (puVar3 == DAT_00084798) {\n pbVar5 = *(byte **)(local_20 + 0xc);\n if ((*pbVar5 & 4) != 0) goto LAB_0003a818;\n if (7 < DAT_000849cc) goto LAB_0003a7b8;\n iVar2 = *(int *)(pbVar5 + 4);\n goto LAB_0003a83c;\n }\n if ((bVar1 & 4) != 0) goto LAB_0003a782;\n if (7 < DAT_000849cc) goto LAB_0003a7b8;\n }" if (parenthesized_expression "((bVar1 & 1) == 0)" ( (binary_expression "(bVar1 & 1) == 0" (parenthesized_expression "(bVar1 & 1)" ( (binary_expression "bVar1 & 1" identifier & number_literal) )) == number_literal) )) (compound_statement "{\n pbVar5 = local_20;\n if ((bVar1 & 4) != 0) {\nLAB_0003a818:\n puVar3 = *(undefined4 **)(*(int *)(pbVar5 + 4) + 0x10);\nLAB_0003a782:\n if ((puVar3 != (undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8)) &&\n (DAT_000846e0 != puVar3)) {\n uVar4 = FUN_000382f0();\n fprintf(param_1," %lx",uVar4);\n }\n goto LAB_0003a7b8;\n }\n if (7 < DAT_000849cc) goto LAB_0003a7b8;\n iVar2 = *(int *)(local_20 + 4);\nLAB_0003a83c:\n puVar3 = *(undefined4 **)(iVar2 + 0x10);\n }" { (expression_statement "pbVar5 = local_20;" (assignment_expression "pbVar5 = local_20" identifier = identifier) ;) (if_statement "if ((bVar1 & 4) != 0) {\nLAB_0003a818:\n puVar3 = *(undefined4 **)(*(int *)(pbVar5 + 4) + 0x10);\nLAB_0003a782:\n if ((puVar3 != (undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8)) &&\n (DAT_000846e0 != puVar3)) {\n uVar4 = FUN_000382f0();\n fprintf(param_1," %lx",uVar4);\n }\n goto LAB_0003a7b8;\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 "{\nLAB_0003a818:\n puVar3 = *(undefined4 **)(*(int *)(pbVar5 + 4) + 0x10);\nLAB_0003a782:\n if ((puVar3 != (undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8)) &&\n (DAT_000846e0 != puVar3)) {\n uVar4 = FUN_000382f0();\n fprintf(param_1," %lx",uVar4);\n }\n goto LAB_0003a7b8;\n }" { (labeled_statement "LAB_0003a818:\n puVar3 = *(undefined4 **)(*(int *)(pbVar5 + 4) + 0x10);" statement_identifier : (expression_statement "puVar3 = *(undefined4 **)(*(int *)(pbVar5 + 4) + 0x10);" (assignment_expression "puVar3 = *(undefined4 **)(*(int *)(pbVar5 + 4) + 0x10)" identifier = (pointer_expression "*(undefined4 **)(*(int *)(pbVar5 + 4) + 0x10)" * (cast_expression "(undefined4 **)(*(int *)(pbVar5 + 4) + 0x10)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(int *)(pbVar5 + 4) + 0x10)" ( (binary_expression "*(int *)(pbVar5 + 4) + 0x10" (pointer_expression "*(int *)(pbVar5 + 4)" * (cast_expression "(int *)(pbVar5 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pbVar5 + 4)" ( (binary_expression "pbVar5 + 4" identifier + number_literal) )))) + number_literal) ))))) ;)) (labeled_statement "LAB_0003a782:\n if ((puVar3 != (undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8)) &&\n (DAT_000846e0 != puVar3)) {\n uVar4 = FUN_000382f0();\n fprintf(param_1," %lx",uVar4);\n }" statement_identifier : (if_statement "if ((puVar3 != (undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8)) &&\n (DAT_000846e0 != puVar3)) {\n uVar4 = FUN_000382f0();\n fprintf(param_1," %lx",uVar4);\n }" if (parenthesized_expression "((puVar3 != (undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8)) &&\n (DAT_000846e0 != puVar3))" ( (binary_expression "(puVar3 != (undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8)) &&\n (DAT_000846e0 != puVar3)" (parenthesized_expression "(puVar3 != (undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8))" ( (binary_expression "puVar3 != (undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8)" identifier != (cast_expression "(undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(PTR__bfd_std_section_0007afb0 + 0xa8)" ( (binary_expression "PTR__bfd_std_section_0007afb0 + 0xa8" identifier + number_literal) )))) )) && (parenthesized_expression "(DAT_000846e0 != puVar3)" ( (binary_expression "DAT_000846e0 != puVar3" identifier != identifier) ))) )) (compound_statement "{\n uVar4 = FUN_000382f0();\n fprintf(param_1," %lx",uVar4);\n }" { (expression_statement "uVar4 = FUN_000382f0();" (assignment_expression "uVar4 = FUN_000382f0()" identifier = (call_expression "FUN_000382f0()" identifier (argument_list "()" ( )))) ;) (expression_statement "fprintf(param_1," %lx",uVar4);" (call_expression "fprintf(param_1," %lx",uVar4)" identifier (argument_list "(param_1," %lx",uVar4)" ( identifier , (string_literal "" %lx"" " string_content ") , identifier ))) ;) }))) (goto_statement "goto LAB_0003a7b8;" goto statement_identifier ;) })) (if_statement "if (7 < DAT_000849cc) goto LAB_0003a7b8;" if (parenthesized_expression "(7 < DAT_000849cc)" ( (binary_expression "7 < DAT_000849cc" number_literal < identifier) )) (goto_statement "goto LAB_0003a7b8;" goto statement_identifier ;)) (expression_statement "iVar2 = *(int *)(local_20 + 4);" (assignment_expression "iVar2 = *(int *)(local_20 + 4)" identifier = (pointer_expression "*(int *)(local_20 + 4)" * (cast_expression "(int *)(local_20 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_20 + 4)" ( (binary_expression "local_20 + 4" identifier + number_literal) ))))) ;) (labeled_statement "LAB_0003a83c:\n puVar3 = *(undefined4 **)(iVar2 + 0x10);" statement_identifier : (expression_statement "puVar3 = *(undefined4 **)(iVar2 + 0x10);" (assignment_expression "puVar3 = *(undefined4 **)(iVar2 + 0x10)" identifier = (pointer_expression "*(undefined4 **)(iVar2 + 0x10)" * (cast_expression "(undefined4 **)(iVar2 + 0x10)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar2 + 0x10)" ( (binary_expression "iVar2 + 0x10" identifier + number_literal) ))))) ;)) }) (else_clause "else {\n puVar3 = *(undefined4 **)(local_20 + 4);\n if (puVar3 == DAT_00084798) {\n pbVar5 = *(byte **)(local_20 + 0xc);\n if ((*pbVar5 & 4) != 0) goto LAB_0003a818;\n if (7 < DAT_000849cc) goto LAB_0003a7b8;\n iVar2 = *(int *)(pbVar5 + 4);\n goto LAB_0003a83c;\n }\n if ((bVar1 & 4) != 0) goto LAB_0003a782;\n if (7 < DAT_000849cc) goto LAB_0003a7b8;\n }" else (compound_statement "{\n puVar3 = *(undefined4 **)(local_20 + 4);\n if (puVar3 == DAT_00084798) {\n pbVar5 = *(byte **)(local_20 + 0xc);\n if ((*pbVar5 & 4) != 0) goto LAB_0003a818;\n if (7 < DAT_000849cc) goto LAB_0003a7b8;\n iVar2 = *(int *)(pbVar5 + 4);\n goto LAB_0003a83c;\n }\n if ((bVar1 & 4) != 0) goto LAB_0003a782;\n if (7 < DAT_000849cc) goto LAB_0003a7b8;\n }" { (expression_statement "puVar3 = *(undefined4 **)(local_20 + 4);" (assignment_expression "puVar3 = *(undefined4 **)(local_20 + 4)" identifier = (pointer_expression "*(undefined4 **)(local_20 + 4)" * (cast_expression "(undefined4 **)(local_20 + 4)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(local_20 + 4)" ( (binary_expression "local_20 + 4" identifier + number_literal) ))))) ;) (if_statement "if (puVar3 == DAT_00084798) {\n pbVar5 = *(byte **)(local_20 + 0xc);\n if ((*pbVar5 & 4) != 0) goto LAB_0003a818;\n if (7 < DAT_000849cc) goto LAB_0003a7b8;\n iVar2 = *(int *)(pbVar5 + 4);\n goto LAB_0003a83c;\n }" if (parenthesized_expression "(puVar3 == DAT_00084798)" ( (binary_expression "puVar3 == DAT_00084798" identifier == identifier) )) (compound_statement "{\n pbVar5 = *(byte **)(local_20 + 0xc);\n if ((*pbVar5 & 4) != 0) goto LAB_0003a818;\n if (7 < DAT_000849cc) goto LAB_0003a7b8;\n iVar2 = *(int *)(pbVar5 + 4);\n goto LAB_0003a83c;\n }" { (expression_statement "pbVar5 = *(byte **)(local_20 + 0xc);" (assignment_expression "pbVar5 = *(byte **)(local_20 + 0xc)" identifier = (pointer_expression "*(byte **)(local_20 + 0xc)" * (cast_expression "(byte **)(local_20 + 0xc)" ( (type_descriptor "byte **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(local_20 + 0xc)" ( (binary_expression "local_20 + 0xc" identifier + number_literal) ))))) ;) (if_statement "if ((*pbVar5 & 4) != 0) goto LAB_0003a818;" if (parenthesized_expression "((*pbVar5 & 4) != 0)" ( (binary_expression "(*pbVar5 & 4) != 0" (parenthesized_expression "(*pbVar5 & 4)" ( (binary_expression "*pbVar5 & 4" (pointer_expression "*pbVar5" * identifier) & number_literal) )) != number_literal) )) (goto_statement "goto LAB_0003a818;" goto statement_identifier ;)) (if_statement "if (7 < DAT_000849cc) goto LAB_0003a7b8;" if (parenthesized_expression "(7 < DAT_000849cc)" ( (binary_expression "7 < DAT_000849cc" number_literal < identifier) )) (goto_statement "goto LAB_0003a7b8;" goto statement_identifier ;)) (expression_statement "iVar2 = *(int *)(pbVar5 + 4);" (assignment_expression "iVar2 = *(int *)(pbVar5 + 4)" identifier = (pointer_expression "*(int *)(pbVar5 + 4)" * (cast_expression "(int *)(pbVar5 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pbVar5 + 4)" ( (binary_expression "pbVar5 + 4" identifier + number_literal) ))))) ;) (goto_statement "goto LAB_0003a83c;" goto statement_identifier ;) })) (if_statement "if ((bVar1 & 4) != 0) goto LAB_0003a782;" if (parenthesized_expression "((bVar1 & 4) != 0)" ( (binary_expression "(bVar1 & 4) != 0" (parenthesized_expression "(bVar1 & 4)" ( (binary_expression "bVar1 & 4" identifier & number_literal) )) != number_literal) )) (goto_statement "goto LAB_0003a782;" goto statement_identifier ;)) (if_statement "if (7 < DAT_000849cc) goto LAB_0003a7b8;" if (parenthesized_expression "(7 < DAT_000849cc)" ( (binary_expression "7 < DAT_000849cc" number_literal < identifier) )) (goto_statement "goto LAB_0003a7b8;" goto statement_identifier ;)) }))) (if_statement "if (puVar3 == (undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8)) goto LAB_0003a7b8;" if (parenthesized_expression "(puVar3 == (undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8))" ( (binary_expression "puVar3 == (undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8)" identifier == (cast_expression "(undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(PTR__bfd_std_section_0007afb0 + 0xa8)" ( (binary_expression "PTR__bfd_std_section_0007afb0 + 0xa8" identifier + number_literal) )))) )) (goto_statement "goto LAB_0003a7b8;" goto statement_identifier ;)) (expression_statement "DAT_000849cc = DAT_000849cc + 1;" (assignment_expression "DAT_000849cc = DAT_000849cc + 1" identifier = (binary_expression "DAT_000849cc + 1" identifier + number_literal)) ;) (expression_statement "puVar7 = &DAT_00059ae5;" (assignment_expression "puVar7 = &DAT_00059ae5" identifier = (pointer_expression "&DAT_00059ae5" & identifier)) ;) (expression_statement "fprintf(param_1,"\n%*s<",DAT_000849cc * 4,&DAT_00059ae5);" (call_expression "fprintf(param_1,"\n%*s<",DAT_000849cc * 4,&DAT_00059ae5)" identifier (argument_list "(param_1,"\n%*s<",DAT_000849cc * 4,&DAT_00059ae5)" ( identifier , (string_literal ""\n%*s<"" " escape_sequence string_content ") , (binary_expression "DAT_000849cc * 4" identifier * number_literal) , (pointer_expression "&DAT_00059ae5" & identifier) ))) ;) (if_statement "if ((*local_20 & 1) == 0) {\nLAB_0003ab5b:\n FUN_0003a0b0(param_1,local_20 + 8);\n }\n else {\n if (*(undefined4 **)(local_20 + 4) == DAT_00084798) {\n local_20 = *(byte **)(local_20 + 0xc);\n goto LAB_0003ab5b;\n }\n fprintf(param_1,"constant %lx",*(undefined4 *)(local_20 + 0x10),puVar7);\n }" if (parenthesized_expression "((*local_20 & 1) == 0)" ( (binary_expression "(*local_20 & 1) == 0" (parenthesized_expression "(*local_20 & 1)" ( (binary_expression "*local_20 & 1" (pointer_expression "*local_20" * identifier) & number_literal) )) == number_literal) )) (compound_statement "{\nLAB_0003ab5b:\n FUN_0003a0b0(param_1,local_20 + 8);\n }" { (labeled_statement "LAB_0003ab5b:\n FUN_0003a0b0(param_1,local_20 + 8);" statement_identifier : (expression_statement "FUN_0003a0b0(param_1,local_20 + 8);" (call_expression "FUN_0003a0b0(param_1,local_20 + 8)" identifier (argument_list "(param_1,local_20 + 8)" ( identifier , (binary_expression "local_20 + 8" identifier + number_literal) ))) ;)) }) (else_clause "else {\n if (*(undefined4 **)(local_20 + 4) == DAT_00084798) {\n local_20 = *(byte **)(local_20 + 0xc);\n goto LAB_0003ab5b;\n }\n fprintf(param_1,"constant %lx",*(undefined4 *)(local_20 + 0x10),puVar7);\n }" else (compound_statement "{\n if (*(undefined4 **)(local_20 + 4) == DAT_00084798) {\n local_20 = *(byte **)(local_20 + 0xc);\n goto LAB_0003ab5b;\n }\n fprintf(param_1,"constant %lx",*(undefined4 *)(local_20 + 0x10),puVar7);\n }" { (if_statement "if (*(undefined4 **)(local_20 + 4) == DAT_00084798) {\n local_20 = *(byte **)(local_20 + 0xc);\n goto LAB_0003ab5b;\n }" if (parenthesized_expression "(*(undefined4 **)(local_20 + 4) == DAT_00084798)" ( (binary_expression "*(undefined4 **)(local_20 + 4) == DAT_00084798" (pointer_expression "*(undefined4 **)(local_20 + 4)" * (cast_expression "(undefined4 **)(local_20 + 4)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(local_20 + 4)" ( (binary_expression "local_20 + 4" identifier + number_literal) )))) == identifier) )) (compound_statement "{\n local_20 = *(byte **)(local_20 + 0xc);\n goto LAB_0003ab5b;\n }" { (expression_statement "local_20 = *(byte **)(local_20 + 0xc);" (assignment_expression "local_20 = *(byte **)(local_20 + 0xc)" identifier = (pointer_expression "*(byte **)(local_20 + 0xc)" * (cast_expression "(byte **)(local_20 + 0xc)" ( (type_descriptor "byte **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(local_20 + 0xc)" ( (binary_expression "local_20 + 0xc" identifier + number_literal) ))))) ;) (goto_statement "goto LAB_0003ab5b;" goto statement_identifier ;) })) (expression_statement "fprintf(param_1,"constant %lx",*(undefined4 *)(local_20 + 0x10),puVar7);" (call_expression "fprintf(param_1,"constant %lx",*(undefined4 *)(local_20 + 0x10),puVar7)" identifier (argument_list "(param_1,"constant %lx",*(undefined4 *)(local_20 + 0x10),puVar7)" ( identifier , (string_literal ""constant %lx"" " string_content ") , (pointer_expression "*(undefined4 *)(local_20 + 0x10)" * (cast_expression "(undefined4 *)(local_20 + 0x10)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_20 + 0x10)" ( (binary_expression "local_20 + 0x10" identifier + number_literal) )))) , identifier ))) ;) }))) (expression_statement "fputc(0x3e,param_1);" (call_expression "fputc(0x3e,param_1)" identifier (argument_list "(0x3e,param_1)" ( number_literal , identifier ))) ;) (expression_statement "DAT_000849cc = DAT_000849cc + -1;" (assignment_expression "DAT_000849cc = DAT_000849cc + -1" identifier = (binary_expression "DAT_000849cc + -1" identifier + number_literal)) ;) (labeled_statement "LAB_0003a7b8:\n fflush(param_1);" statement_identifier : (expression_statement "fflush(param_1);" (call_expression "fflush(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)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * 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 (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) & LIT) )) == LIT) )) (compound_statement { (labeled_statement statement_identifier : (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)) )) (goto_statement goto statement_identifier ;)) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) == (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = (string_literal " string_content ")) ;) }))) }) (else_clause else (compound_statement { (if_statement if (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 (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) ))))) ;) (goto_statement goto statement_identifier ;) })) (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 ;)) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (string_literal " string_content ")) ;)) }))) (expression_statement (call_expression IDENT (argument_list ( (pointer_expression & IDENT) , LIT , LIT , IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , (string_literal " string_content ") , IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , (string_literal " string_content ") , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & 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 IDENT + LIT) ))))) , (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == IDENT)) ))) )) (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 IDENT + LIT) )))) != (pointer_expression & IDENT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , LIT , IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , (string_literal " string_content ") , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ))) ;) })) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (if_statement if (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 , LIT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) })) (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 IDENT & LIT) )) != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , LIT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) })) }) (else_clause else (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , LIT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) }))) (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 IDENT & LIT) )) == LIT) )) (goto_statement goto statement_identifier ;)) (labeled_statement statement_identifier : (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , LIT , IDENT ))) ;)) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (goto_statement goto statement_identifier ;)) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;)) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (goto_statement goto statement_identifier ;)) (labeled_statement statement_identifier : (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , LIT , IDENT ))) ;)) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) }) (else_clause else (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , LIT , IDENT ))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) & LIT) )) != LIT) )) (goto_statement goto statement_identifier ;)) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;)) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (goto_statement goto statement_identifier ;)) (labeled_statement statement_identifier : (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , LIT , IDENT ))) ;)) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (goto_statement goto statement_identifier ;)) (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 ( (string_literal " string_content ") , LIT , LIT , 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 (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) & LIT) )) == LIT) )) (compound_statement { (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 { (labeled_statement statement_identifier : (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , LIT , 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 (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) & LIT) )) != LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (goto_statement goto statement_identifier ;) })) (goto_statement goto statement_identifier ;) })) })) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) != (binary_expression IDENT + LIT)) )) (goto_statement goto statement_identifier ;)) (goto_statement goto statement_identifier ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT == IDENT) )) (compound_statement { (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 (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) )))) & LIT) )) != LIT) )) (goto_statement goto statement_identifier ;)) (labeled_statement statement_identifier : (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 * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) )))) == (binary_expression IDENT + LIT)) )) (goto_statement goto statement_identifier ;))) (labeled_statement statement_identifier : (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , LIT , IDENT ))) ;)) (goto_statement goto statement_identifier ;) })) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) )) (goto_statement goto statement_identifier ;))) (labeled_statement statement_identifier : (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 TYPE (abstract_pointer_declarator *)) ) (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 { (labeled_statement statement_identifier : (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , LIT , IDENT ))) ;)) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) & LIT) )) == LIT) )) (goto_statement goto statement_identifier ;)) (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 != IDENT) )) (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 (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) )))) & LIT) )) != LIT) )) (goto_statement goto statement_identifier ;)) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;)) (goto_statement goto statement_identifier ;) }))) }) (else_clause else (compound_statement { (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 IDENT != IDENT) ))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , LIT , IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , (string_literal " string_content ") , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) })) (if_statement if (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 , LIT , IDENT ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , LIT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) & LIT) )) != 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) ))))) ;) (goto_statement goto statement_identifier ;) }))) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) & LIT) )) != LIT) )) (goto_statement goto statement_identifier ;))) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = IDENT) ;)) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) & LIT) )) != LIT) )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , LIT , IDENT ))) ;)) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) & LIT) )) != 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) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == IDENT) )) (goto_statement goto statement_identifier ;)) (goto_statement goto statement_identifier ;) })) })) (labeled_statement statement_identifier : (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 TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) ))))) ;)) }))) (labeled_statement statement_identifier : (expression_statement (call_expression IDENT (argument_list ( IDENT , (string_literal " string_content ") , (pointer_expression * IDENT) ))) ;)) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) != LIT) )) (compound_statement { (labeled_statement statement_identifier : (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 TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) ))))) ;)) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) )) && (parenthesized_expression ( (binary_expression IDENT != IDENT) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , (string_literal " string_content ") , IDENT ))) ;) }))) (goto_statement goto statement_identifier ;) })) (if_statement if (parenthesized_expression ( (binary_expression LIT < IDENT) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (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 TYPE (abstract_pointer_declarator * (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 TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) & LIT) )) != LIT) )) (goto_statement goto statement_identifier ;)) (if_statement if (parenthesized_expression ( (binary_expression LIT < IDENT) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (goto_statement goto statement_identifier ;) })) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) != LIT) )) (goto_statement goto statement_identifier ;)) (if_statement if (parenthesized_expression ( (binary_expression LIT < IDENT) )) (goto_statement goto statement_identifier ;)) }))) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (pointer_expression & IDENT)) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , (string_literal " escape_sequence string_content ") , (binary_expression IDENT * LIT) , (pointer_expression & IDENT) ))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) & LIT) )) == LIT) )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (call_expression IDENT (argument_list ( IDENT , (binary_expression IDENT + LIT) ))) ;)) }) (else_clause else (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 IDENT + LIT) )))) == 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) ))))) ;) (goto_statement goto statement_identifier ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT , (string_literal " string_content ") , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , IDENT ))) ;) }))) (expression_statement (call_expression IDENT (argument_list ( LIT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (labeled_statement statement_identifier : (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;)) (return_statement return ;) })))
(function_definition "void FUN_0003a540(FILE *param_1,byte *param_2)\n\n{\n byte bVar1;\n int iVar2;\n undefined4 *puVar3;\n undefined4 uVar4;\n byte *pbVar5;\n char *pcVar6;\n undefined *puVar7;\n byte *local_20;\n \n puVar3 = *(undefined4 **)(param_2 + 4);\n if ((*param_2 & 1) == 0) {\nLAB_0003a586:\n pcVar6 = (char *)puVar3[1];\n if (pcVar6 == (char *)0x0) goto LAB_0003a574;\nLAB_0003a58d:\n if (*pcVar6 == '\0') {\n pcVar6 = "(unnamed)";\n }\n }\n else {\n if (DAT_00084798 == puVar3) {\n puVar3 = *(undefined4 **)(*(int *)(param_2 + 0xc) + 4);\n goto LAB_0003a586;\n }\n pcVar6 = *(char **)(param_2 + 8);\n if (pcVar6 != (char *)0x0) goto LAB_0003a58d;\nLAB_0003a574:\n pcVar6 = "(unnamed)";\n }\n fwrite(&DAT_0005cfec,1,4,param_1);\n fprintf(param_1,"%08lx",param_2);\n fprintf(param_1," %s",pcVar6);\n bVar1 = *param_2;\n local_20 = param_2;\n if (((bVar1 & 1) == 0) ||\n (local_20 = *(byte **)(param_2 + 0xc), *(undefined4 **)(param_2 + 4) == DAT_00084798)) {\n if (*(undefined **)(local_20 + 0x20) != &DAT_00084720) {\n fwrite(" frag ",1,6,param_1);\n fprintf(param_1,"%08lx",*(undefined4 *)(local_20 + 0x20));\n }\n bVar1 = *local_20;\n if ((bVar1 & 2) != 0) {\n fwrite(" written",1,8,param_1);\n bVar1 = *local_20;\n }\n if ((bVar1 & 4) == 0) {\n if ((bVar1 & 8) != 0) {\n fwrite(" resolving",1,10,param_1);\n bVar1 = *local_20;\n }\n }\n else {\n fwrite(" resolved",1,9,param_1);\n bVar1 = *local_20;\n }\n if ((bVar1 & 0x10) == 0) {\n if ((bVar1 & 0x20) == 0) goto LAB_0003a6c5;\nLAB_0003a868:\n fwrite(" used",1,5,param_1);\n iVar2 = FUN_00036b30(local_20);\n if (iVar2 != 0) goto LAB_0003a890;\nLAB_0003a6d9:\n iVar2 = FUN_00036850(local_20);\n if (iVar2 == 0) goto LAB_0003a6ed;\nLAB_0003a8b8:\n fwrite(" extern",1,7,param_1);\n iVar2 = FUN_000368c0(local_20);\n }\n else {\n fwrite(" used-in-reloc",1,0xe,param_1);\n if ((*local_20 & 0x20) != 0) goto LAB_0003a868;\nLAB_0003a6c5:\n iVar2 = FUN_00036b30(local_20);\n if (iVar2 == 0) goto LAB_0003a6d9;\nLAB_0003a890:\n fwrite(" local",1,6,param_1);\n iVar2 = FUN_00036850(local_20);\n if (iVar2 != 0) goto LAB_0003a8b8;\nLAB_0003a6ed:\n iVar2 = FUN_000368c0(local_20);\n }\n if (iVar2 != 0) {\n fwrite(" weak",1,5,param_1);\n }\n puVar3 = *(undefined4 **)(local_20 + 4);\n if ((*local_20 & 1) == 0) {\n if ((*(byte *)(puVar3 + 3) & 4) != 0) {\nLAB_0003aa80:\n fwrite(" debug",1,6,param_1);\n puVar3 = *(undefined4 **)(local_20 + 4);\n if ((*local_20 & 1) != 0) {\n if (puVar3 == DAT_00084798) {\n iVar2 = *(int *)(local_20 + 0xc);\n goto LAB_0003ab30;\n }\n goto LAB_0003a7e0;\n }\n }\n if ((undefined *)puVar3[4] != PTR__bfd_std_section_0007afb0 + 0xa8) goto LAB_0003a7f4;\n goto LAB_0003a72d;\n }\n if (DAT_00084798 == puVar3) {\n iVar2 = *(int *)(local_20 + 0xc);\n if ((*(byte *)(*(int *)(iVar2 + 4) + 0xc) & 4) != 0) goto LAB_0003aa80;\nLAB_0003ab30:\n if (*(undefined **)(*(int *)(iVar2 + 4) + 0x10) == PTR__bfd_std_section_0007afb0 + 0xa8)\n goto LAB_0003a63f;\nLAB_0003a7f4:\n fwrite(" defined",1,8,param_1);\n goto LAB_0003a63f;\n }\nLAB_0003a7e0:\n if (puVar3 != (undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8)) goto LAB_0003a7f4;\nLAB_0003a654:\n if (DAT_00084798 == puVar3) {\n if ((*(byte *)(*(int *)(local_20 + 0xc) + 1) & 2) != 0) {\nLAB_0003a940:\n fwrite(" weakrefr",1,9,param_1);\n if ((*local_20 & 1) == 0) goto LAB_0003a737;\n puVar3 = *(undefined4 **)(local_20 + 4);\n if (DAT_00084798 != puVar3) goto LAB_0003a74b;\n }\n if ((*(byte *)(*(int *)(local_20 + 0xc) + 1) & 4) != 0) goto LAB_0003a978;\nLAB_0003aada:\n pbVar5 = *(byte **)(local_20 + 0xc);\n goto LAB_0003a745;\n }\n }\n else {\n if ((local_20 != (byte *)0x0) && (local_20 != PTR_DAT_0007af70)) {\n fwrite(" frag ",1,6,param_1);\n fprintf(param_1,"%08lx",*(undefined4 *)(param_2 + 0xc));\n bVar1 = *param_2;\n }\n if ((bVar1 & 4) != 0) {\n fwrite(" resolved",1,9,param_1);\n }\n fwrite(" local",1,6,param_1);\n local_20 = param_2;\nLAB_0003a63f:\n if ((*local_20 & 1) != 0) {\n puVar3 = *(undefined4 **)(local_20 + 4);\n goto LAB_0003a654;\n }\nLAB_0003a72d:\n if ((local_20[1] & 2) != 0) goto LAB_0003a940;\nLAB_0003a737:\n pbVar5 = local_20;\n if ((local_20[1] & 4) != 0) {\nLAB_0003a978:\n fwrite(" weakrefd",1,9,param_1);\n pbVar5 = local_20;\n if ((*local_20 & 1) != 0) {\n puVar3 = *(undefined4 **)(local_20 + 4);\n if (DAT_00084798 == puVar3) goto LAB_0003aada;\n goto LAB_0003a74b;\n }\n }\nLAB_0003a745:\n puVar3 = *(undefined4 **)(*(int *)(pbVar5 + 4) + 0x10);\n }\nLAB_0003a74b:\n fprintf(param_1," %s",*puVar3);\n bVar1 = *local_20;\n if ((bVar1 & 1) == 0) {\n pbVar5 = local_20;\n if ((bVar1 & 4) != 0) {\nLAB_0003a818:\n puVar3 = *(undefined4 **)(*(int *)(pbVar5 + 4) + 0x10);\nLAB_0003a782:\n if ((puVar3 != (undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8)) &&\n (DAT_000846e0 != puVar3)) {\n uVar4 = FUN_000382f0();\n fprintf(param_1," %lx",uVar4);\n }\n goto LAB_0003a7b8;\n }\n if (7 < DAT_000849cc) goto LAB_0003a7b8;\n iVar2 = *(int *)(local_20 + 4);\nLAB_0003a83c:\n puVar3 = *(undefined4 **)(iVar2 + 0x10);\n }\n else {\n puVar3 = *(undefined4 **)(local_20 + 4);\n if (puVar3 == DAT_00084798) {\n pbVar5 = *(byte **)(local_20 + 0xc);\n if ((*pbVar5 & 4) != 0) goto LAB_0003a818;\n if (7 < DAT_000849cc) goto LAB_0003a7b8;\n iVar2 = *(int *)(pbVar5 + 4);\n goto LAB_0003a83c;\n }\n if ((bVar1 & 4) != 0) goto LAB_0003a782;\n if (7 < DAT_000849cc) goto LAB_0003a7b8;\n }\n if (puVar3 == (undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8)) goto LAB_0003a7b8;\n DAT_000849cc = DAT_000849cc + 1;\n puVar7 = &DAT_00059ae5;\n fprintf(param_1,"\n%*s<",DAT_000849cc * 4,&DAT_00059ae5);\n if ((*local_20 & 1) == 0) {\nLAB_0003ab5b:\n FUN_0003a0b0(param_1,local_20 + 8);\n }\n else {\n if (*(undefined4 **)(local_20 + 4) == DAT_00084798) {\n local_20 = *(byte **)(local_20 + 0xc);\n goto LAB_0003ab5b;\n }\n fprintf(param_1,"constant %lx",*(undefined4 *)(local_20 + 0x10),puVar7);\n }\n fputc(0x3e,param_1);\n DAT_000849cc = DAT_000849cc + -1;\nLAB_0003a7b8:\n fflush(param_1);\n return;\n}" (primitive_type "void") (function_declarator "FUN_0003a540(FILE *param_1,byte *param_2)" (identifier "FUN_0003a540") (parameter_list "(FILE *param_1,byte *param_2)" (( "(") (parameter_declaration "FILE *param_1" (type_identifier "FILE") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "byte *param_2" (type_identifier "byte") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) () ")"))) (compound_statement "{\n byte bVar1;\n int iVar2;\n undefined4 *puVar3;\n undefined4 uVar4;\n byte *pbVar5;\n char *pcVar6;\n undefined *puVar7;\n byte *local_20;\n \n puVar3 = *(undefined4 **)(param_2 + 4);\n if ((*param_2 & 1) == 0) {\nLAB_0003a586:\n pcVar6 = (char *)puVar3[1];\n if (pcVar6 == (char *)0x0) goto LAB_0003a574;\nLAB_0003a58d:\n if (*pcVar6 == '\0') {\n pcVar6 = "(unnamed)";\n }\n }\n else {\n if (DAT_00084798 == puVar3) {\n puVar3 = *(undefined4 **)(*(int *)(param_2 + 0xc) + 4);\n goto LAB_0003a586;\n }\n pcVar6 = *(char **)(param_2 + 8);\n if (pcVar6 != (char *)0x0) goto LAB_0003a58d;\nLAB_0003a574:\n pcVar6 = "(unnamed)";\n }\n fwrite(&DAT_0005cfec,1,4,param_1);\n fprintf(param_1,"%08lx",param_2);\n fprintf(param_1," %s",pcVar6);\n bVar1 = *param_2;\n local_20 = param_2;\n if (((bVar1 & 1) == 0) ||\n (local_20 = *(byte **)(param_2 + 0xc), *(undefined4 **)(param_2 + 4) == DAT_00084798)) {\n if (*(undefined **)(local_20 + 0x20) != &DAT_00084720) {\n fwrite(" frag ",1,6,param_1);\n fprintf(param_1,"%08lx",*(undefined4 *)(local_20 + 0x20));\n }\n bVar1 = *local_20;\n if ((bVar1 & 2) != 0) {\n fwrite(" written",1,8,param_1);\n bVar1 = *local_20;\n }\n if ((bVar1 & 4) == 0) {\n if ((bVar1 & 8) != 0) {\n fwrite(" resolving",1,10,param_1);\n bVar1 = *local_20;\n }\n }\n else {\n fwrite(" resolved",1,9,param_1);\n bVar1 = *local_20;\n }\n if ((bVar1 & 0x10) == 0) {\n if ((bVar1 & 0x20) == 0) goto LAB_0003a6c5;\nLAB_0003a868:\n fwrite(" used",1,5,param_1);\n iVar2 = FUN_00036b30(local_20);\n if (iVar2 != 0) goto LAB_0003a890;\nLAB_0003a6d9:\n iVar2 = FUN_00036850(local_20);\n if (iVar2 == 0) goto LAB_0003a6ed;\nLAB_0003a8b8:\n fwrite(" extern",1,7,param_1);\n iVar2 = FUN_000368c0(local_20);\n }\n else {\n fwrite(" used-in-reloc",1,0xe,param_1);\n if ((*local_20 & 0x20) != 0) goto LAB_0003a868;\nLAB_0003a6c5:\n iVar2 = FUN_00036b30(local_20);\n if (iVar2 == 0) goto LAB_0003a6d9;\nLAB_0003a890:\n fwrite(" local",1,6,param_1);\n iVar2 = FUN_00036850(local_20);\n if (iVar2 != 0) goto LAB_0003a8b8;\nLAB_0003a6ed:\n iVar2 = FUN_000368c0(local_20);\n }\n if (iVar2 != 0) {\n fwrite(" weak",1,5,param_1);\n }\n puVar3 = *(undefined4 **)(local_20 + 4);\n if ((*local_20 & 1) == 0) {\n if ((*(byte *)(puVar3 + 3) & 4) != 0) {\nLAB_0003aa80:\n fwrite(" debug",1,6,param_1);\n puVar3 = *(undefined4 **)(local_20 + 4);\n if ((*local_20 & 1) != 0) {\n if (puVar3 == DAT_00084798) {\n iVar2 = *(int *)(local_20 + 0xc);\n goto LAB_0003ab30;\n }\n goto LAB_0003a7e0;\n }\n }\n if ((undefined *)puVar3[4] != PTR__bfd_std_section_0007afb0 + 0xa8) goto LAB_0003a7f4;\n goto LAB_0003a72d;\n }\n if (DAT_00084798 == puVar3) {\n iVar2 = *(int *)(local_20 + 0xc);\n if ((*(byte *)(*(int *)(iVar2 + 4) + 0xc) & 4) != 0) goto LAB_0003aa80;\nLAB_0003ab30:\n if (*(undefined **)(*(int *)(iVar2 + 4) + 0x10) == PTR__bfd_std_section_0007afb0 + 0xa8)\n goto LAB_0003a63f;\nLAB_0003a7f4:\n fwrite(" defined",1,8,param_1);\n goto LAB_0003a63f;\n }\nLAB_0003a7e0:\n if (puVar3 != (undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8)) goto LAB_0003a7f4;\nLAB_0003a654:\n if (DAT_00084798 == puVar3) {\n if ((*(byte *)(*(int *)(local_20 + 0xc) + 1) & 2) != 0) {\nLAB_0003a940:\n fwrite(" weakrefr",1,9,param_1);\n if ((*local_20 & 1) == 0) goto LAB_0003a737;\n puVar3 = *(undefined4 **)(local_20 + 4);\n if (DAT_00084798 != puVar3) goto LAB_0003a74b;\n }\n if ((*(byte *)(*(int *)(local_20 + 0xc) + 1) & 4) != 0) goto LAB_0003a978;\nLAB_0003aada:\n pbVar5 = *(byte **)(local_20 + 0xc);\n goto LAB_0003a745;\n }\n }\n else {\n if ((local_20 != (byte *)0x0) && (local_20 != PTR_DAT_0007af70)) {\n fwrite(" frag ",1,6,param_1);\n fprintf(param_1,"%08lx",*(undefined4 *)(param_2 + 0xc));\n bVar1 = *param_2;\n }\n if ((bVar1 & 4) != 0) {\n fwrite(" resolved",1,9,param_1);\n }\n fwrite(" local",1,6,param_1);\n local_20 = param_2;\nLAB_0003a63f:\n if ((*local_20 & 1) != 0) {\n puVar3 = *(undefined4 **)(local_20 + 4);\n goto LAB_0003a654;\n }\nLAB_0003a72d:\n if ((local_20[1] & 2) != 0) goto LAB_0003a940;\nLAB_0003a737:\n pbVar5 = local_20;\n if ((local_20[1] & 4) != 0) {\nLAB_0003a978:\n fwrite(" weakrefd",1,9,param_1);\n pbVar5 = local_20;\n if ((*local_20 & 1) != 0) {\n puVar3 = *(undefined4 **)(local_20 + 4);\n if (DAT_00084798 == puVar3) goto LAB_0003aada;\n goto LAB_0003a74b;\n }\n }\nLAB_0003a745:\n puVar3 = *(undefined4 **)(*(int *)(pbVar5 + 4) + 0x10);\n }\nLAB_0003a74b:\n fprintf(param_1," %s",*puVar3);\n bVar1 = *local_20;\n if ((bVar1 & 1) == 0) {\n pbVar5 = local_20;\n if ((bVar1 & 4) != 0) {\nLAB_0003a818:\n puVar3 = *(undefined4 **)(*(int *)(pbVar5 + 4) + 0x10);\nLAB_0003a782:\n if ((puVar3 != (undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8)) &&\n (DAT_000846e0 != puVar3)) {\n uVar4 = FUN_000382f0();\n fprintf(param_1," %lx",uVar4);\n }\n goto LAB_0003a7b8;\n }\n if (7 < DAT_000849cc) goto LAB_0003a7b8;\n iVar2 = *(int *)(local_20 + 4);\nLAB_0003a83c:\n puVar3 = *(undefined4 **)(iVar2 + 0x10);\n }\n else {\n puVar3 = *(undefined4 **)(local_20 + 4);\n if (puVar3 == DAT_00084798) {\n pbVar5 = *(byte **)(local_20 + 0xc);\n if ((*pbVar5 & 4) != 0) goto LAB_0003a818;\n if (7 < DAT_000849cc) goto LAB_0003a7b8;\n iVar2 = *(int *)(pbVar5 + 4);\n goto LAB_0003a83c;\n }\n if ((bVar1 & 4) != 0) goto LAB_0003a782;\n if (7 < DAT_000849cc) goto LAB_0003a7b8;\n }\n if (puVar3 == (undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8)) goto LAB_0003a7b8;\n DAT_000849cc = DAT_000849cc + 1;\n puVar7 = &DAT_00059ae5;\n fprintf(param_1,"\n%*s<",DAT_000849cc * 4,&DAT_00059ae5);\n if ((*local_20 & 1) == 0) {\nLAB_0003ab5b:\n FUN_0003a0b0(param_1,local_20 + 8);\n }\n else {\n if (*(undefined4 **)(local_20 + 4) == DAT_00084798) {\n local_20 = *(byte **)(local_20 + 0xc);\n goto LAB_0003ab5b;\n }\n fprintf(param_1,"constant %lx",*(undefined4 *)(local_20 + 0x10),puVar7);\n }\n fputc(0x3e,param_1);\n DAT_000849cc = DAT_000849cc + -1;\nLAB_0003a7b8:\n fflush(param_1);\n return;\n}" ({ "{") (declaration "byte bVar1;" (type_identifier "byte") (identifier "bVar1") (; ";")) (declaration "int iVar2;" (primitive_type "int") (identifier "iVar2") (; ";")) (declaration "undefined4 *puVar3;" (type_identifier "undefined4") (pointer_declarator "*puVar3" (* "*") (identifier "puVar3")) (; ";")) (declaration "undefined4 uVar4;" (type_identifier "undefined4") (identifier "uVar4") (; ";")) (declaration "byte *pbVar5;" (type_identifier "byte") (pointer_declarator "*pbVar5" (* "*") (identifier "pbVar5")) (; ";")) (declaration "char *pcVar6;" (primitive_type "char") (pointer_declarator "*pcVar6" (* "*") (identifier "pcVar6")) (; ";")) (declaration "undefined *puVar7;" (type_identifier "undefined") (pointer_declarator "*puVar7" (* "*") (identifier "puVar7")) (; ";")) (declaration "byte *local_20;" (type_identifier "byte") (pointer_declarator "*local_20" (* "*") (identifier "local_20")) (; ";")) (expression_statement "puVar3 = *(undefined4 **)(param_2 + 4);" (assignment_expression "puVar3 = *(undefined4 **)(param_2 + 4)" (identifier "puVar3") (= "=") (pointer_expression "*(undefined4 **)(param_2 + 4)" (* "*") (cast_expression "(undefined4 **)(param_2 + 4)" (( "(") (type_descriptor "undefined4 **" (type_identifier "undefined4") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_2 + 4)" (( "(") (binary_expression "param_2 + 4" (identifier "param_2") (+ "+") (number_literal "4")) () ")"))))) (; ";")) (if_statement "if ((*param_2 & 1) == 0) {\nLAB_0003a586:\n pcVar6 = (char *)puVar3[1];\n if (pcVar6 == (char *)0x0) goto LAB_0003a574;\nLAB_0003a58d:\n if (*pcVar6 == '\0') {\n pcVar6 = "(unnamed)";\n }\n }\n else {\n if (DAT_00084798 == puVar3) {\n puVar3 = *(undefined4 **)(*(int *)(param_2 + 0xc) + 4);\n goto LAB_0003a586;\n }\n pcVar6 = *(char **)(param_2 + 8);\n if (pcVar6 != (char *)0x0) goto LAB_0003a58d;\nLAB_0003a574:\n pcVar6 = "(unnamed)";\n }" (if "if") (parenthesized_expression "((*param_2 & 1) == 0)" (( "(") (binary_expression "(*param_2 & 1) == 0" (parenthesized_expression "(*param_2 & 1)" (( "(") (binary_expression "*param_2 & 1" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (& "&") (number_literal "1")) () ")")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\nLAB_0003a586:\n pcVar6 = (char *)puVar3[1];\n if (pcVar6 == (char *)0x0) goto LAB_0003a574;\nLAB_0003a58d:\n if (*pcVar6 == '\0') {\n pcVar6 = "(unnamed)";\n }\n }" ({ "{") (labeled_statement "LAB_0003a586:\n pcVar6 = (char *)puVar3[1];" (statement_identifier "LAB_0003a586") (: ":") (expression_statement "pcVar6 = (char *)puVar3[1];" (assignment_expression "pcVar6 = (char *)puVar3[1]" (identifier "pcVar6") (= "=") (cast_expression "(char *)puVar3[1]" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "puVar3[1]" (identifier "puVar3") ([ "[") (number_literal "1") (] "]")))) (; ";"))) (if_statement "if (pcVar6 == (char *)0x0) goto LAB_0003a574;" (if "if") (parenthesized_expression "(pcVar6 == (char *)0x0)" (( "(") (binary_expression "pcVar6 == (char *)0x0" (identifier "pcVar6") (== "==") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (goto_statement "goto LAB_0003a574;" (goto "goto") (statement_identifier "LAB_0003a574") (; ";"))) (labeled_statement "LAB_0003a58d:\n if (*pcVar6 == '\0') {\n pcVar6 = "(unnamed)";\n }" (statement_identifier "LAB_0003a58d") (: ":") (if_statement "if (*pcVar6 == '\0') {\n pcVar6 = "(unnamed)";\n }" (if "if") (parenthesized_expression "(*pcVar6 == '\0')" (( "(") (binary_expression "*pcVar6 == '\0'" (pointer_expression "*pcVar6" (* "*") (identifier "pcVar6")) (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n pcVar6 = "(unnamed)";\n }" ({ "{") (expression_statement "pcVar6 = "(unnamed)";" (assignment_expression "pcVar6 = "(unnamed)"" (identifier "pcVar6") (= "=") (string_literal ""(unnamed)"" (" """) (string_content "(unnamed)") (" """))) (; ";")) (} "}")))) (} "}")) (else_clause "else {\n if (DAT_00084798 == puVar3) {\n puVar3 = *(undefined4 **)(*(int *)(param_2 + 0xc) + 4);\n goto LAB_0003a586;\n }\n pcVar6 = *(char **)(param_2 + 8);\n if (pcVar6 != (char *)0x0) goto LAB_0003a58d;\nLAB_0003a574:\n pcVar6 = "(unnamed)";\n }" (else "else") (compound_statement "{\n if (DAT_00084798 == puVar3) {\n puVar3 = *(undefined4 **)(*(int *)(param_2 + 0xc) + 4);\n goto LAB_0003a586;\n }\n pcVar6 = *(char **)(param_2 + 8);\n if (pcVar6 != (char *)0x0) goto LAB_0003a58d;\nLAB_0003a574:\n pcVar6 = "(unnamed)";\n }" ({ "{") (if_statement "if (DAT_00084798 == puVar3) {\n puVar3 = *(undefined4 **)(*(int *)(param_2 + 0xc) + 4);\n goto LAB_0003a586;\n }" (if "if") (parenthesized_expression "(DAT_00084798 == puVar3)" (( "(") (binary_expression "DAT_00084798 == puVar3" (identifier "DAT_00084798") (== "==") (identifier "puVar3")) () ")")) (compound_statement "{\n puVar3 = *(undefined4 **)(*(int *)(param_2 + 0xc) + 4);\n goto LAB_0003a586;\n }" ({ "{") (expression_statement "puVar3 = *(undefined4 **)(*(int *)(param_2 + 0xc) + 4);" (assignment_expression "puVar3 = *(undefined4 **)(*(int *)(param_2 + 0xc) + 4)" (identifier "puVar3") (= "=") (pointer_expression "*(undefined4 **)(*(int *)(param_2 + 0xc) + 4)" (* "*") (cast_expression "(undefined4 **)(*(int *)(param_2 + 0xc) + 4)" (( "(") (type_descriptor "undefined4 **" (type_identifier "undefined4") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*(int *)(param_2 + 0xc) + 4)" (( "(") (binary_expression "*(int *)(param_2 + 0xc) + 4" (pointer_expression "*(int *)(param_2 + 0xc)" (* "*") (cast_expression "(int *)(param_2 + 0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0xc)" (( "(") (binary_expression "param_2 + 0xc" (identifier "param_2") (+ "+") (number_literal "0xc")) () ")")))) (+ "+") (number_literal "4")) () ")"))))) (; ";")) (goto_statement "goto LAB_0003a586;" (goto "goto") (statement_identifier "LAB_0003a586") (; ";")) (} "}"))) (expression_statement "pcVar6 = *(char **)(param_2 + 8);" (assignment_expression "pcVar6 = *(char **)(param_2 + 8)" (identifier "pcVar6") (= "=") (pointer_expression "*(char **)(param_2 + 8)" (* "*") (cast_expression "(char **)(param_2 + 8)" (( "(") (type_descriptor "char **" (primitive_type "char") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_2 + 8)" (( "(") (binary_expression "param_2 + 8" (identifier "param_2") (+ "+") (number_literal "8")) () ")"))))) (; ";")) (if_statement "if (pcVar6 != (char *)0x0) goto LAB_0003a58d;" (if "if") (parenthesized_expression "(pcVar6 != (char *)0x0)" (( "(") (binary_expression "pcVar6 != (char *)0x0" (identifier "pcVar6") (!= "!=") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (goto_statement "goto LAB_0003a58d;" (goto "goto") (statement_identifier "LAB_0003a58d") (; ";"))) (labeled_statement "LAB_0003a574:\n pcVar6 = "(unnamed)";" (statement_identifier "LAB_0003a574") (: ":") (expression_statement "pcVar6 = "(unnamed)";" (assignment_expression "pcVar6 = "(unnamed)"" (identifier "pcVar6") (= "=") (string_literal ""(unnamed)"" (" """) (string_content "(unnamed)") (" """))) (; ";"))) (} "}")))) (expression_statement "fwrite(&DAT_0005cfec,1,4,param_1);" (call_expression "fwrite(&DAT_0005cfec,1,4,param_1)" (identifier "fwrite") (argument_list "(&DAT_0005cfec,1,4,param_1)" (( "(") (pointer_expression "&DAT_0005cfec" (& "&") (identifier "DAT_0005cfec")) (, ",") (number_literal "1") (, ",") (number_literal "4") (, ",") (identifier "param_1") () ")"))) (; ";")) (expression_statement "fprintf(param_1,"%08lx",param_2);" (call_expression "fprintf(param_1,"%08lx",param_2)" (identifier "fprintf") (argument_list "(param_1,"%08lx",param_2)" (( "(") (identifier "param_1") (, ",") (string_literal ""%08lx"" (" """) (string_content "%08lx") (" """)) (, ",") (identifier "param_2") () ")"))) (; ";")) (expression_statement "fprintf(param_1," %s",pcVar6);" (call_expression "fprintf(param_1," %s",pcVar6)" (identifier "fprintf") (argument_list "(param_1," %s",pcVar6)" (( "(") (identifier "param_1") (, ",") (string_literal "" %s"" (" """) (string_content " %s") (" """)) (, ",") (identifier "pcVar6") () ")"))) (; ";")) (expression_statement "bVar1 = *param_2;" (assignment_expression "bVar1 = *param_2" (identifier "bVar1") (= "=") (pointer_expression "*param_2" (* "*") (identifier "param_2"))) (; ";")) (expression_statement "local_20 = param_2;" (assignment_expression "local_20 = param_2" (identifier "local_20") (= "=") (identifier "param_2")) (; ";")) (if_statement "if (((bVar1 & 1) == 0) ||\n (local_20 = *(byte **)(param_2 + 0xc), *(undefined4 **)(param_2 + 4) == DAT_00084798)) {\n if (*(undefined **)(local_20 + 0x20) != &DAT_00084720) {\n fwrite(" frag ",1,6,param_1);\n fprintf(param_1,"%08lx",*(undefined4 *)(local_20 + 0x20));\n }\n bVar1 = *local_20;\n if ((bVar1 & 2) != 0) {\n fwrite(" written",1,8,param_1);\n bVar1 = *local_20;\n }\n if ((bVar1 & 4) == 0) {\n if ((bVar1 & 8) != 0) {\n fwrite(" resolving",1,10,param_1);\n bVar1 = *local_20;\n }\n }\n else {\n fwrite(" resolved",1,9,param_1);\n bVar1 = *local_20;\n }\n if ((bVar1 & 0x10) == 0) {\n if ((bVar1 & 0x20) == 0) goto LAB_0003a6c5;\nLAB_0003a868:\n fwrite(" used",1,5,param_1);\n iVar2 = FUN_00036b30(local_20);\n if (iVar2 != 0) goto LAB_0003a890;\nLAB_0003a6d9:\n iVar2 = FUN_00036850(local_20);\n if (iVar2 == 0) goto LAB_0003a6ed;\nLAB_0003a8b8:\n fwrite(" extern",1,7,param_1);\n iVar2 = FUN_000368c0(local_20);\n }\n else {\n fwrite(" used-in-reloc",1,0xe,param_1);\n if ((*local_20 & 0x20) != 0) goto LAB_0003a868;\nLAB_0003a6c5:\n iVar2 = FUN_00036b30(local_20);\n if (iVar2 == 0) goto LAB_0003a6d9;\nLAB_0003a890:\n fwrite(" local",1,6,param_1);\n iVar2 = FUN_00036850(local_20);\n if (iVar2 != 0) goto LAB_0003a8b8;\nLAB_0003a6ed:\n iVar2 = FUN_000368c0(local_20);\n }\n if (iVar2 != 0) {\n fwrite(" weak",1,5,param_1);\n }\n puVar3 = *(undefined4 **)(local_20 + 4);\n if ((*local_20 & 1) == 0) {\n if ((*(byte *)(puVar3 + 3) & 4) != 0) {\nLAB_0003aa80:\n fwrite(" debug",1,6,param_1);\n puVar3 = *(undefined4 **)(local_20 + 4);\n if ((*local_20 & 1) != 0) {\n if (puVar3 == DAT_00084798) {\n iVar2 = *(int *)(local_20 + 0xc);\n goto LAB_0003ab30;\n }\n goto LAB_0003a7e0;\n }\n }\n if ((undefined *)puVar3[4] != PTR__bfd_std_section_0007afb0 + 0xa8) goto LAB_0003a7f4;\n goto LAB_0003a72d;\n }\n if (DAT_00084798 == puVar3) {\n iVar2 = *(int *)(local_20 + 0xc);\n if ((*(byte *)(*(int *)(iVar2 + 4) + 0xc) & 4) != 0) goto LAB_0003aa80;\nLAB_0003ab30:\n if (*(undefined **)(*(int *)(iVar2 + 4) + 0x10) == PTR__bfd_std_section_0007afb0 + 0xa8)\n goto LAB_0003a63f;\nLAB_0003a7f4:\n fwrite(" defined",1,8,param_1);\n goto LAB_0003a63f;\n }\nLAB_0003a7e0:\n if (puVar3 != (undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8)) goto LAB_0003a7f4;\nLAB_0003a654:\n if (DAT_00084798 == puVar3) {\n if ((*(byte *)(*(int *)(local_20 + 0xc) + 1) & 2) != 0) {\nLAB_0003a940:\n fwrite(" weakrefr",1,9,param_1);\n if ((*local_20 & 1) == 0) goto LAB_0003a737;\n puVar3 = *(undefined4 **)(local_20 + 4);\n if (DAT_00084798 != puVar3) goto LAB_0003a74b;\n }\n if ((*(byte *)(*(int *)(local_20 + 0xc) + 1) & 4) != 0) goto LAB_0003a978;\nLAB_0003aada:\n pbVar5 = *(byte **)(local_20 + 0xc);\n goto LAB_0003a745;\n }\n }\n else {\n if ((local_20 != (byte *)0x0) && (local_20 != PTR_DAT_0007af70)) {\n fwrite(" frag ",1,6,param_1);\n fprintf(param_1,"%08lx",*(undefined4 *)(param_2 + 0xc));\n bVar1 = *param_2;\n }\n if ((bVar1 & 4) != 0) {\n fwrite(" resolved",1,9,param_1);\n }\n fwrite(" local",1,6,param_1);\n local_20 = param_2;\nLAB_0003a63f:\n if ((*local_20 & 1) != 0) {\n puVar3 = *(undefined4 **)(local_20 + 4);\n goto LAB_0003a654;\n }\nLAB_0003a72d:\n if ((local_20[1] & 2) != 0) goto LAB_0003a940;\nLAB_0003a737:\n pbVar5 = local_20;\n if ((local_20[1] & 4) != 0) {\nLAB_0003a978:\n fwrite(" weakrefd",1,9,param_1);\n pbVar5 = local_20;\n if ((*local_20 & 1) != 0) {\n puVar3 = *(undefined4 **)(local_20 + 4);\n if (DAT_00084798 == puVar3) goto LAB_0003aada;\n goto LAB_0003a74b;\n }\n }\nLAB_0003a745:\n puVar3 = *(undefined4 **)(*(int *)(pbVar5 + 4) + 0x10);\n }" (if "if") (parenthesized_expression "(((bVar1 & 1) == 0) ||\n (local_20 = *(byte **)(param_2 + 0xc), *(undefined4 **)(param_2 + 4) == DAT_00084798))" (( "(") (binary_expression "((bVar1 & 1) == 0) ||\n (local_20 = *(byte **)(param_2 + 0xc), *(undefined4 **)(param_2 + 4) == DAT_00084798)" (parenthesized_expression "((bVar1 & 1) == 0)" (( "(") (binary_expression "(bVar1 & 1) == 0" (parenthesized_expression "(bVar1 & 1)" (( "(") (binary_expression "bVar1 & 1" (identifier "bVar1") (& "&") (number_literal "1")) () ")")) (== "==") (number_literal "0")) () ")")) (|| "||") (parenthesized_expression "(local_20 = *(byte **)(param_2 + 0xc), *(undefined4 **)(param_2 + 4) == DAT_00084798)" (( "(") (comma_expression "local_20 = *(byte **)(param_2 + 0xc), *(undefined4 **)(param_2 + 4) == DAT_00084798" (assignment_expression "local_20 = *(byte **)(param_2 + 0xc)" (identifier "local_20") (= "=") (pointer_expression "*(byte **)(param_2 + 0xc)" (* "*") (cast_expression "(byte **)(param_2 + 0xc)" (( "(") (type_descriptor "byte **" (type_identifier "byte") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_2 + 0xc)" (( "(") (binary_expression "param_2 + 0xc" (identifier "param_2") (+ "+") (number_literal "0xc")) () ")"))))) (, ",") (binary_expression "*(undefined4 **)(param_2 + 4) == DAT_00084798" (pointer_expression "*(undefined4 **)(param_2 + 4)" (* "*") (cast_expression "(undefined4 **)(param_2 + 4)" (( "(") (type_descriptor "undefined4 **" (type_identifier "undefined4") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_2 + 4)" (( "(") (binary_expression "param_2 + 4" (identifier "param_2") (+ "+") (number_literal "4")) () ")")))) (== "==") (identifier "DAT_00084798"))) () ")"))) () ")")) (compound_statement "{\n if (*(undefined **)(local_20 + 0x20) != &DAT_00084720) {\n fwrite(" frag ",1,6,param_1);\n fprintf(param_1,"%08lx",*(undefined4 *)(local_20 + 0x20));\n }\n bVar1 = *local_20;\n if ((bVar1 & 2) != 0) {\n fwrite(" written",1,8,param_1);\n bVar1 = *local_20;\n }\n if ((bVar1 & 4) == 0) {\n if ((bVar1 & 8) != 0) {\n fwrite(" resolving",1,10,param_1);\n bVar1 = *local_20;\n }\n }\n else {\n fwrite(" resolved",1,9,param_1);\n bVar1 = *local_20;\n }\n if ((bVar1 & 0x10) == 0) {\n if ((bVar1 & 0x20) == 0) goto LAB_0003a6c5;\nLAB_0003a868:\n fwrite(" used",1,5,param_1);\n iVar2 = FUN_00036b30(local_20);\n if (iVar2 != 0) goto LAB_0003a890;\nLAB_0003a6d9:\n iVar2 = FUN_00036850(local_20);\n if (iVar2 == 0) goto LAB_0003a6ed;\nLAB_0003a8b8:\n fwrite(" extern",1,7,param_1);\n iVar2 = FUN_000368c0(local_20);\n }\n else {\n fwrite(" used-in-reloc",1,0xe,param_1);\n if ((*local_20 & 0x20) != 0) goto LAB_0003a868;\nLAB_0003a6c5:\n iVar2 = FUN_00036b30(local_20);\n if (iVar2 == 0) goto LAB_0003a6d9;\nLAB_0003a890:\n fwrite(" local",1,6,param_1);\n iVar2 = FUN_00036850(local_20);\n if (iVar2 != 0) goto LAB_0003a8b8;\nLAB_0003a6ed:\n iVar2 = FUN_000368c0(local_20);\n }\n if (iVar2 != 0) {\n fwrite(" weak",1,5,param_1);\n }\n puVar3 = *(undefined4 **)(local_20 + 4);\n if ((*local_20 & 1) == 0) {\n if ((*(byte *)(puVar3 + 3) & 4) != 0) {\nLAB_0003aa80:\n fwrite(" debug",1,6,param_1);\n puVar3 = *(undefined4 **)(local_20 + 4);\n if ((*local_20 & 1) != 0) {\n if (puVar3 == DAT_00084798) {\n iVar2 = *(int *)(local_20 + 0xc);\n goto LAB_0003ab30;\n }\n goto LAB_0003a7e0;\n }\n }\n if ((undefined *)puVar3[4] != PTR__bfd_std_section_0007afb0 + 0xa8) goto LAB_0003a7f4;\n goto LAB_0003a72d;\n }\n if (DAT_00084798 == puVar3) {\n iVar2 = *(int *)(local_20 + 0xc);\n if ((*(byte *)(*(int *)(iVar2 + 4) + 0xc) & 4) != 0) goto LAB_0003aa80;\nLAB_0003ab30:\n if (*(undefined **)(*(int *)(iVar2 + 4) + 0x10) == PTR__bfd_std_section_0007afb0 + 0xa8)\n goto LAB_0003a63f;\nLAB_0003a7f4:\n fwrite(" defined",1,8,param_1);\n goto LAB_0003a63f;\n }\nLAB_0003a7e0:\n if (puVar3 != (undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8)) goto LAB_0003a7f4;\nLAB_0003a654:\n if (DAT_00084798 == puVar3) {\n if ((*(byte *)(*(int *)(local_20 + 0xc) + 1) & 2) != 0) {\nLAB_0003a940:\n fwrite(" weakrefr",1,9,param_1);\n if ((*local_20 & 1) == 0) goto LAB_0003a737;\n puVar3 = *(undefined4 **)(local_20 + 4);\n if (DAT_00084798 != puVar3) goto LAB_0003a74b;\n }\n if ((*(byte *)(*(int *)(local_20 + 0xc) + 1) & 4) != 0) goto LAB_0003a978;\nLAB_0003aada:\n pbVar5 = *(byte **)(local_20 + 0xc);\n goto LAB_0003a745;\n }\n }" ({ "{") (if_statement "if (*(undefined **)(local_20 + 0x20) != &DAT_00084720) {\n fwrite(" frag ",1,6,param_1);\n fprintf(param_1,"%08lx",*(undefined4 *)(local_20 + 0x20));\n }" (if "if") (parenthesized_expression "(*(undefined **)(local_20 + 0x20) != &DAT_00084720)" (( "(") (binary_expression "*(undefined **)(local_20 + 0x20) != &DAT_00084720" (pointer_expression "*(undefined **)(local_20 + 0x20)" (* "*") (cast_expression "(undefined **)(local_20 + 0x20)" (( "(") (type_descriptor "undefined **" (type_identifier "undefined") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(local_20 + 0x20)" (( "(") (binary_expression "local_20 + 0x20" (identifier "local_20") (+ "+") (number_literal "0x20")) () ")")))) (!= "!=") (pointer_expression "&DAT_00084720" (& "&") (identifier "DAT_00084720"))) () ")")) (compound_statement "{\n fwrite(" frag ",1,6,param_1);\n fprintf(param_1,"%08lx",*(undefined4 *)(local_20 + 0x20));\n }" ({ "{") (expression_statement "fwrite(" frag ",1,6,param_1);" (call_expression "fwrite(" frag ",1,6,param_1)" (identifier "fwrite") (argument_list "(" frag ",1,6,param_1)" (( "(") (string_literal "" frag "" (" """) (string_content " frag ") (" """)) (, ",") (number_literal "1") (, ",") (number_literal "6") (, ",") (identifier "param_1") () ")"))) (; ";")) (expression_statement "fprintf(param_1,"%08lx",*(undefined4 *)(local_20 + 0x20));" (call_expression "fprintf(param_1,"%08lx",*(undefined4 *)(local_20 + 0x20))" (identifier "fprintf") (argument_list "(param_1,"%08lx",*(undefined4 *)(local_20 + 0x20))" (( "(") (identifier "param_1") (, ",") (string_literal ""%08lx"" (" """) (string_content "%08lx") (" """)) (, ",") (pointer_expression "*(undefined4 *)(local_20 + 0x20)" (* "*") (cast_expression "(undefined4 *)(local_20 + 0x20)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_20 + 0x20)" (( "(") (binary_expression "local_20 + 0x20" (identifier "local_20") (+ "+") (number_literal "0x20")) () ")")))) () ")"))) (; ";")) (} "}"))) (expression_statement "bVar1 = *local_20;" (assignment_expression "bVar1 = *local_20" (identifier "bVar1") (= "=") (pointer_expression "*local_20" (* "*") (identifier "local_20"))) (; ";")) (if_statement "if ((bVar1 & 2) != 0) {\n fwrite(" written",1,8,param_1);\n bVar1 = *local_20;\n }" (if "if") (parenthesized_expression "((bVar1 & 2) != 0)" (( "(") (binary_expression "(bVar1 & 2) != 0" (parenthesized_expression "(bVar1 & 2)" (( "(") (binary_expression "bVar1 & 2" (identifier "bVar1") (& "&") (number_literal "2")) () ")")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n fwrite(" written",1,8,param_1);\n bVar1 = *local_20;\n }" ({ "{") (expression_statement "fwrite(" written",1,8,param_1);" (call_expression "fwrite(" written",1,8,param_1)" (identifier "fwrite") (argument_list "(" written",1,8,param_1)" (( "(") (string_literal "" written"" (" """) (string_content " written") (" """)) (, ",") (number_literal "1") (, ",") (number_literal "8") (, ",") (identifier "param_1") () ")"))) (; ";")) (expression_statement "bVar1 = *local_20;" (assignment_expression "bVar1 = *local_20" (identifier "bVar1") (= "=") (pointer_expression "*local_20" (* "*") (identifier "local_20"))) (; ";")) (} "}"))) (if_statement "if ((bVar1 & 4) == 0) {\n if ((bVar1 & 8) != 0) {\n fwrite(" resolving",1,10,param_1);\n bVar1 = *local_20;\n }\n }\n else {\n fwrite(" resolved",1,9,param_1);\n bVar1 = *local_20;\n }" (if "if") (parenthesized_expression "((bVar1 & 4) == 0)" (( "(") (binary_expression "(bVar1 & 4) == 0" (parenthesized_expression "(bVar1 & 4)" (( "(") (binary_expression "bVar1 & 4" (identifier "bVar1") (& "&") (number_literal "4")) () ")")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n if ((bVar1 & 8) != 0) {\n fwrite(" resolving",1,10,param_1);\n bVar1 = *local_20;\n }\n }" ({ "{") (if_statement "if ((bVar1 & 8) != 0) {\n fwrite(" resolving",1,10,param_1);\n bVar1 = *local_20;\n }" (if "if") (parenthesized_expression "((bVar1 & 8) != 0)" (( "(") (binary_expression "(bVar1 & 8) != 0" (parenthesized_expression "(bVar1 & 8)" (( "(") (binary_expression "bVar1 & 8" (identifier "bVar1") (& "&") (number_literal "8")) () ")")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n fwrite(" resolving",1,10,param_1);\n bVar1 = *local_20;\n }" ({ "{") (expression_statement "fwrite(" resolving",1,10,param_1);" (call_expression "fwrite(" resolving",1,10,param_1)" (identifier "fwrite") (argument_list "(" resolving",1,10,param_1)" (( "(") (string_literal "" resolving"" (" """) (string_content " resolving") (" """)) (, ",") (number_literal "1") (, ",") (number_literal "10") (, ",") (identifier "param_1") () ")"))) (; ";")) (expression_statement "bVar1 = *local_20;" (assignment_expression "bVar1 = *local_20" (identifier "bVar1") (= "=") (pointer_expression "*local_20" (* "*") (identifier "local_20"))) (; ";")) (} "}"))) (} "}")) (else_clause "else {\n fwrite(" resolved",1,9,param_1);\n bVar1 = *local_20;\n }" (else "else") (compound_statement "{\n fwrite(" resolved",1,9,param_1);\n bVar1 = *local_20;\n }" ({ "{") (expression_statement "fwrite(" resolved",1,9,param_1);" (call_expression "fwrite(" resolved",1,9,param_1)" (identifier "fwrite") (argument_list "(" resolved",1,9,param_1)" (( "(") (string_literal "" resolved"" (" """) (string_content " resolved") (" """)) (, ",") (number_literal "1") (, ",") (number_literal "9") (, ",") (identifier "param_1") () ")"))) (; ";")) (expression_statement "bVar1 = *local_20;" (assignment_expression "bVar1 = *local_20" (identifier "bVar1") (= "=") (pointer_expression "*local_20" (* "*") (identifier "local_20"))) (; ";")) (} "}")))) (if_statement "if ((bVar1 & 0x10) == 0) {\n if ((bVar1 & 0x20) == 0) goto LAB_0003a6c5;\nLAB_0003a868:\n fwrite(" used",1,5,param_1);\n iVar2 = FUN_00036b30(local_20);\n if (iVar2 != 0) goto LAB_0003a890;\nLAB_0003a6d9:\n iVar2 = FUN_00036850(local_20);\n if (iVar2 == 0) goto LAB_0003a6ed;\nLAB_0003a8b8:\n fwrite(" extern",1,7,param_1);\n iVar2 = FUN_000368c0(local_20);\n }\n else {\n fwrite(" used-in-reloc",1,0xe,param_1);\n if ((*local_20 & 0x20) != 0) goto LAB_0003a868;\nLAB_0003a6c5:\n iVar2 = FUN_00036b30(local_20);\n if (iVar2 == 0) goto LAB_0003a6d9;\nLAB_0003a890:\n fwrite(" local",1,6,param_1);\n iVar2 = FUN_00036850(local_20);\n if (iVar2 != 0) goto LAB_0003a8b8;\nLAB_0003a6ed:\n iVar2 = FUN_000368c0(local_20);\n }" (if "if") (parenthesized_expression "((bVar1 & 0x10) == 0)" (( "(") (binary_expression "(bVar1 & 0x10) == 0" (parenthesized_expression "(bVar1 & 0x10)" (( "(") (binary_expression "bVar1 & 0x10" (identifier "bVar1") (& "&") (number_literal "0x10")) () ")")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n if ((bVar1 & 0x20) == 0) goto LAB_0003a6c5;\nLAB_0003a868:\n fwrite(" used",1,5,param_1);\n iVar2 = FUN_00036b30(local_20);\n if (iVar2 != 0) goto LAB_0003a890;\nLAB_0003a6d9:\n iVar2 = FUN_00036850(local_20);\n if (iVar2 == 0) goto LAB_0003a6ed;\nLAB_0003a8b8:\n fwrite(" extern",1,7,param_1);\n iVar2 = FUN_000368c0(local_20);\n }" ({ "{") (if_statement "if ((bVar1 & 0x20) == 0) goto LAB_0003a6c5;" (if "if") (parenthesized_expression "((bVar1 & 0x20) == 0)" (( "(") (binary_expression "(bVar1 & 0x20) == 0" (parenthesized_expression "(bVar1 & 0x20)" (( "(") (binary_expression "bVar1 & 0x20" (identifier "bVar1") (& "&") (number_literal "0x20")) () ")")) (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_0003a6c5;" (goto "goto") (statement_identifier "LAB_0003a6c5") (; ";"))) (labeled_statement "LAB_0003a868:\n fwrite(" used",1,5,param_1);" (statement_identifier "LAB_0003a868") (: ":") (expression_statement "fwrite(" used",1,5,param_1);" (call_expression "fwrite(" used",1,5,param_1)" (identifier "fwrite") (argument_list "(" used",1,5,param_1)" (( "(") (string_literal "" used"" (" """) (string_content " used") (" """)) (, ",") (number_literal "1") (, ",") (number_literal "5") (, ",") (identifier "param_1") () ")"))) (; ";"))) (expression_statement "iVar2 = FUN_00036b30(local_20);" (assignment_expression "iVar2 = FUN_00036b30(local_20)" (identifier "iVar2") (= "=") (call_expression "FUN_00036b30(local_20)" (identifier "FUN_00036b30") (argument_list "(local_20)" (( "(") (identifier "local_20") () ")")))) (; ";")) (if_statement "if (iVar2 != 0) goto LAB_0003a890;" (if "if") (parenthesized_expression "(iVar2 != 0)" (( "(") (binary_expression "iVar2 != 0" (identifier "iVar2") (!= "!=") (number_literal "0")) () ")")) (goto_statement "goto LAB_0003a890;" (goto "goto") (statement_identifier "LAB_0003a890") (; ";"))) (labeled_statement "LAB_0003a6d9:\n iVar2 = FUN_00036850(local_20);" (statement_identifier "LAB_0003a6d9") (: ":") (expression_statement "iVar2 = FUN_00036850(local_20);" (assignment_expression "iVar2 = FUN_00036850(local_20)" (identifier "iVar2") (= "=") (call_expression "FUN_00036850(local_20)" (identifier "FUN_00036850") (argument_list "(local_20)" (( "(") (identifier "local_20") () ")")))) (; ";"))) (if_statement "if (iVar2 == 0) goto LAB_0003a6ed;" (if "if") (parenthesized_expression "(iVar2 == 0)" (( "(") (binary_expression "iVar2 == 0" (identifier "iVar2") (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_0003a6ed;" (goto "goto") (statement_identifier "LAB_0003a6ed") (; ";"))) (labeled_statement "LAB_0003a8b8:\n fwrite(" extern",1,7,param_1);" (statement_identifier "LAB_0003a8b8") (: ":") (expression_statement "fwrite(" extern",1,7,param_1);" (call_expression "fwrite(" extern",1,7,param_1)" (identifier "fwrite") (argument_list "(" extern",1,7,param_1)" (( "(") (string_literal "" extern"" (" """) (string_content " extern") (" """)) (, ",") (number_literal "1") (, ",") (number_literal "7") (, ",") (identifier "param_1") () ")"))) (; ";"))) (expression_statement "iVar2 = FUN_000368c0(local_20);" (assignment_expression "iVar2 = FUN_000368c0(local_20)" (identifier "iVar2") (= "=") (call_expression "FUN_000368c0(local_20)" (identifier "FUN_000368c0") (argument_list "(local_20)" (( "(") (identifier "local_20") () ")")))) (; ";")) (} "}")) (else_clause "else {\n fwrite(" used-in-reloc",1,0xe,param_1);\n if ((*local_20 & 0x20) != 0) goto LAB_0003a868;\nLAB_0003a6c5:\n iVar2 = FUN_00036b30(local_20);\n if (iVar2 == 0) goto LAB_0003a6d9;\nLAB_0003a890:\n fwrite(" local",1,6,param_1);\n iVar2 = FUN_00036850(local_20);\n if (iVar2 != 0) goto LAB_0003a8b8;\nLAB_0003a6ed:\n iVar2 = FUN_000368c0(local_20);\n }" (else "else") (compound_statement "{\n fwrite(" used-in-reloc",1,0xe,param_1);\n if ((*local_20 & 0x20) != 0) goto LAB_0003a868;\nLAB_0003a6c5:\n iVar2 = FUN_00036b30(local_20);\n if (iVar2 == 0) goto LAB_0003a6d9;\nLAB_0003a890:\n fwrite(" local",1,6,param_1);\n iVar2 = FUN_00036850(local_20);\n if (iVar2 != 0) goto LAB_0003a8b8;\nLAB_0003a6ed:\n iVar2 = FUN_000368c0(local_20);\n }" ({ "{") (expression_statement "fwrite(" used-in-reloc",1,0xe,param_1);" (call_expression "fwrite(" used-in-reloc",1,0xe,param_1)" (identifier "fwrite") (argument_list "(" used-in-reloc",1,0xe,param_1)" (( "(") (string_literal "" used-in-reloc"" (" """) (string_content " used-in-reloc") (" """)) (, ",") (number_literal "1") (, ",") (number_literal "0xe") (, ",") (identifier "param_1") () ")"))) (; ";")) (if_statement "if ((*local_20 & 0x20) != 0) goto LAB_0003a868;" (if "if") (parenthesized_expression "((*local_20 & 0x20) != 0)" (( "(") (binary_expression "(*local_20 & 0x20) != 0" (parenthesized_expression "(*local_20 & 0x20)" (( "(") (binary_expression "*local_20 & 0x20" (pointer_expression "*local_20" (* "*") (identifier "local_20")) (& "&") (number_literal "0x20")) () ")")) (!= "!=") (number_literal "0")) () ")")) (goto_statement "goto LAB_0003a868;" (goto "goto") (statement_identifier "LAB_0003a868") (; ";"))) (labeled_statement "LAB_0003a6c5:\n iVar2 = FUN_00036b30(local_20);" (statement_identifier "LAB_0003a6c5") (: ":") (expression_statement "iVar2 = FUN_00036b30(local_20);" (assignment_expression "iVar2 = FUN_00036b30(local_20)" (identifier "iVar2") (= "=") (call_expression "FUN_00036b30(local_20)" (identifier "FUN_00036b30") (argument_list "(local_20)" (( "(") (identifier "local_20") () ")")))) (; ";"))) (if_statement "if (iVar2 == 0) goto LAB_0003a6d9;" (if "if") (parenthesized_expression "(iVar2 == 0)" (( "(") (binary_expression "iVar2 == 0" (identifier "iVar2") (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_0003a6d9;" (goto "goto") (statement_identifier "LAB_0003a6d9") (; ";"))) (labeled_statement "LAB_0003a890:\n fwrite(" local",1,6,param_1);" (statement_identifier "LAB_0003a890") (: ":") (expression_statement "fwrite(" local",1,6,param_1);" (call_expression "fwrite(" local",1,6,param_1)" (identifier "fwrite") (argument_list "(" local",1,6,param_1)" (( "(") (string_literal "" local"" (" """) (string_content " local") (" """)) (, ",") (number_literal "1") (, ",") (number_literal "6") (, ",") (identifier "param_1") () ")"))) (; ";"))) (expression_statement "iVar2 = FUN_00036850(local_20);" (assignment_expression "iVar2 = FUN_00036850(local_20)" (identifier "iVar2") (= "=") (call_expression "FUN_00036850(local_20)" (identifier "FUN_00036850") (argument_list "(local_20)" (( "(") (identifier "local_20") () ")")))) (; ";")) (if_statement "if (iVar2 != 0) goto LAB_0003a8b8;" (if "if") (parenthesized_expression "(iVar2 != 0)" (( "(") (binary_expression "iVar2 != 0" (identifier "iVar2") (!= "!=") (number_literal "0")) () ")")) (goto_statement "goto LAB_0003a8b8;" (goto "goto") (statement_identifier "LAB_0003a8b8") (; ";"))) (labeled_statement "LAB_0003a6ed:\n iVar2 = FUN_000368c0(local_20);" (statement_identifier "LAB_0003a6ed") (: ":") (expression_statement "iVar2 = FUN_000368c0(local_20);" (assignment_expression "iVar2 = FUN_000368c0(local_20)" (identifier "iVar2") (= "=") (call_expression "FUN_000368c0(local_20)" (identifier "FUN_000368c0") (argument_list "(local_20)" (( "(") (identifier "local_20") () ")")))) (; ";"))) (} "}")))) (if_statement "if (iVar2 != 0) {\n fwrite(" weak",1,5,param_1);\n }" (if "if") (parenthesized_expression "(iVar2 != 0)" (( "(") (binary_expression "iVar2 != 0" (identifier "iVar2") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n fwrite(" weak",1,5,param_1);\n }" ({ "{") (expression_statement "fwrite(" weak",1,5,param_1);" (call_expression "fwrite(" weak",1,5,param_1)" (identifier "fwrite") (argument_list "(" weak",1,5,param_1)" (( "(") (string_literal "" weak"" (" """) (string_content " weak") (" """)) (, ",") (number_literal "1") (, ",") (number_literal "5") (, ",") (identifier "param_1") () ")"))) (; ";")) (} "}"))) (expression_statement "puVar3 = *(undefined4 **)(local_20 + 4);" (assignment_expression "puVar3 = *(undefined4 **)(local_20 + 4)" (identifier "puVar3") (= "=") (pointer_expression "*(undefined4 **)(local_20 + 4)" (* "*") (cast_expression "(undefined4 **)(local_20 + 4)" (( "(") (type_descriptor "undefined4 **" (type_identifier "undefined4") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(local_20 + 4)" (( "(") (binary_expression "local_20 + 4" (identifier "local_20") (+ "+") (number_literal "4")) () ")"))))) (; ";")) (if_statement "if ((*local_20 & 1) == 0) {\n if ((*(byte *)(puVar3 + 3) & 4) != 0) {\nLAB_0003aa80:\n fwrite(" debug",1,6,param_1);\n puVar3 = *(undefined4 **)(local_20 + 4);\n if ((*local_20 & 1) != 0) {\n if (puVar3 == DAT_00084798) {\n iVar2 = *(int *)(local_20 + 0xc);\n goto LAB_0003ab30;\n }\n goto LAB_0003a7e0;\n }\n }\n if ((undefined *)puVar3[4] != PTR__bfd_std_section_0007afb0 + 0xa8) goto LAB_0003a7f4;\n goto LAB_0003a72d;\n }" (if "if") (parenthesized_expression "((*local_20 & 1) == 0)" (( "(") (binary_expression "(*local_20 & 1) == 0" (parenthesized_expression "(*local_20 & 1)" (( "(") (binary_expression "*local_20 & 1" (pointer_expression "*local_20" (* "*") (identifier "local_20")) (& "&") (number_literal "1")) () ")")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n if ((*(byte *)(puVar3 + 3) & 4) != 0) {\nLAB_0003aa80:\n fwrite(" debug",1,6,param_1);\n puVar3 = *(undefined4 **)(local_20 + 4);\n if ((*local_20 & 1) != 0) {\n if (puVar3 == DAT_00084798) {\n iVar2 = *(int *)(local_20 + 0xc);\n goto LAB_0003ab30;\n }\n goto LAB_0003a7e0;\n }\n }\n if ((undefined *)puVar3[4] != PTR__bfd_std_section_0007afb0 + 0xa8) goto LAB_0003a7f4;\n goto LAB_0003a72d;\n }" ({ "{") (if_statement "if ((*(byte *)(puVar3 + 3) & 4) != 0) {\nLAB_0003aa80:\n fwrite(" debug",1,6,param_1);\n puVar3 = *(undefined4 **)(local_20 + 4);\n if ((*local_20 & 1) != 0) {\n if (puVar3 == DAT_00084798) {\n iVar2 = *(int *)(local_20 + 0xc);\n goto LAB_0003ab30;\n }\n goto LAB_0003a7e0;\n }\n }" (if "if") (parenthesized_expression "((*(byte *)(puVar3 + 3) & 4) != 0)" (( "(") (binary_expression "(*(byte *)(puVar3 + 3) & 4) != 0" (parenthesized_expression "(*(byte *)(puVar3 + 3) & 4)" (( "(") (binary_expression "*(byte *)(puVar3 + 3) & 4" (pointer_expression "*(byte *)(puVar3 + 3)" (* "*") (cast_expression "(byte *)(puVar3 + 3)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(puVar3 + 3)" (( "(") (binary_expression "puVar3 + 3" (identifier "puVar3") (+ "+") (number_literal "3")) () ")")))) (& "&") (number_literal "4")) () ")")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\nLAB_0003aa80:\n fwrite(" debug",1,6,param_1);\n puVar3 = *(undefined4 **)(local_20 + 4);\n if ((*local_20 & 1) != 0) {\n if (puVar3 == DAT_00084798) {\n iVar2 = *(int *)(local_20 + 0xc);\n goto LAB_0003ab30;\n }\n goto LAB_0003a7e0;\n }\n }" ({ "{") (labeled_statement "LAB_0003aa80:\n fwrite(" debug",1,6,param_1);" (statement_identifier "LAB_0003aa80") (: ":") (expression_statement "fwrite(" debug",1,6,param_1);" (call_expression "fwrite(" debug",1,6,param_1)" (identifier "fwrite") (argument_list "(" debug",1,6,param_1)" (( "(") (string_literal "" debug"" (" """) (string_content " debug") (" """)) (, ",") (number_literal "1") (, ",") (number_literal "6") (, ",") (identifier "param_1") () ")"))) (; ";"))) (expression_statement "puVar3 = *(undefined4 **)(local_20 + 4);" (assignment_expression "puVar3 = *(undefined4 **)(local_20 + 4)" (identifier "puVar3") (= "=") (pointer_expression "*(undefined4 **)(local_20 + 4)" (* "*") (cast_expression "(undefined4 **)(local_20 + 4)" (( "(") (type_descriptor "undefined4 **" (type_identifier "undefined4") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(local_20 + 4)" (( "(") (binary_expression "local_20 + 4" (identifier "local_20") (+ "+") (number_literal "4")) () ")"))))) (; ";")) (if_statement "if ((*local_20 & 1) != 0) {\n if (puVar3 == DAT_00084798) {\n iVar2 = *(int *)(local_20 + 0xc);\n goto LAB_0003ab30;\n }\n goto LAB_0003a7e0;\n }" (if "if") (parenthesized_expression "((*local_20 & 1) != 0)" (( "(") (binary_expression "(*local_20 & 1) != 0" (parenthesized_expression "(*local_20 & 1)" (( "(") (binary_expression "*local_20 & 1" (pointer_expression "*local_20" (* "*") (identifier "local_20")) (& "&") (number_literal "1")) () ")")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n if (puVar3 == DAT_00084798) {\n iVar2 = *(int *)(local_20 + 0xc);\n goto LAB_0003ab30;\n }\n goto LAB_0003a7e0;\n }" ({ "{") (if_statement "if (puVar3 == DAT_00084798) {\n iVar2 = *(int *)(local_20 + 0xc);\n goto LAB_0003ab30;\n }" (if "if") (parenthesized_expression "(puVar3 == DAT_00084798)" (( "(") (binary_expression "puVar3 == DAT_00084798" (identifier "puVar3") (== "==") (identifier "DAT_00084798")) () ")")) (compound_statement "{\n iVar2 = *(int *)(local_20 + 0xc);\n goto LAB_0003ab30;\n }" ({ "{") (expression_statement "iVar2 = *(int *)(local_20 + 0xc);" (assignment_expression "iVar2 = *(int *)(local_20 + 0xc)" (identifier "iVar2") (= "=") (pointer_expression "*(int *)(local_20 + 0xc)" (* "*") (cast_expression "(int *)(local_20 + 0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_20 + 0xc)" (( "(") (binary_expression "local_20 + 0xc" (identifier "local_20") (+ "+") (number_literal "0xc")) () ")"))))) (; ";")) (goto_statement "goto LAB_0003ab30;" (goto "goto") (statement_identifier "LAB_0003ab30") (; ";")) (} "}"))) (goto_statement "goto LAB_0003a7e0;" (goto "goto") (statement_identifier "LAB_0003a7e0") (; ";")) (} "}"))) (} "}"))) (if_statement "if ((undefined *)puVar3[4] != PTR__bfd_std_section_0007afb0 + 0xa8) goto LAB_0003a7f4;" (if "if") (parenthesized_expression "((undefined *)puVar3[4] != PTR__bfd_std_section_0007afb0 + 0xa8)" (( "(") (binary_expression "(undefined *)puVar3[4] != PTR__bfd_std_section_0007afb0 + 0xa8" (cast_expression "(undefined *)puVar3[4]" (( "(") (type_descriptor "undefined *" (type_identifier "undefined") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "puVar3[4]" (identifier "puVar3") ([ "[") (number_literal "4") (] "]"))) (!= "!=") (binary_expression "PTR__bfd_std_section_0007afb0 + 0xa8" (identifier "PTR__bfd_std_section_0007afb0") (+ "+") (number_literal "0xa8"))) () ")")) (goto_statement "goto LAB_0003a7f4;" (goto "goto") (statement_identifier "LAB_0003a7f4") (; ";"))) (goto_statement "goto LAB_0003a72d;" (goto "goto") (statement_identifier "LAB_0003a72d") (; ";")) (} "}"))) (if_statement "if (DAT_00084798 == puVar3) {\n iVar2 = *(int *)(local_20 + 0xc);\n if ((*(byte *)(*(int *)(iVar2 + 4) + 0xc) & 4) != 0) goto LAB_0003aa80;\nLAB_0003ab30:\n if (*(undefined **)(*(int *)(iVar2 + 4) + 0x10) == PTR__bfd_std_section_0007afb0 + 0xa8)\n goto LAB_0003a63f;\nLAB_0003a7f4:\n fwrite(" defined",1,8,param_1);\n goto LAB_0003a63f;\n }" (if "if") (parenthesized_expression "(DAT_00084798 == puVar3)" (( "(") (binary_expression "DAT_00084798 == puVar3" (identifier "DAT_00084798") (== "==") (identifier "puVar3")) () ")")) (compound_statement "{\n iVar2 = *(int *)(local_20 + 0xc);\n if ((*(byte *)(*(int *)(iVar2 + 4) + 0xc) & 4) != 0) goto LAB_0003aa80;\nLAB_0003ab30:\n if (*(undefined **)(*(int *)(iVar2 + 4) + 0x10) == PTR__bfd_std_section_0007afb0 + 0xa8)\n goto LAB_0003a63f;\nLAB_0003a7f4:\n fwrite(" defined",1,8,param_1);\n goto LAB_0003a63f;\n }" ({ "{") (expression_statement "iVar2 = *(int *)(local_20 + 0xc);" (assignment_expression "iVar2 = *(int *)(local_20 + 0xc)" (identifier "iVar2") (= "=") (pointer_expression "*(int *)(local_20 + 0xc)" (* "*") (cast_expression "(int *)(local_20 + 0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_20 + 0xc)" (( "(") (binary_expression "local_20 + 0xc" (identifier "local_20") (+ "+") (number_literal "0xc")) () ")"))))) (; ";")) (if_statement "if ((*(byte *)(*(int *)(iVar2 + 4) + 0xc) & 4) != 0) goto LAB_0003aa80;" (if "if") (parenthesized_expression "((*(byte *)(*(int *)(iVar2 + 4) + 0xc) & 4) != 0)" (( "(") (binary_expression "(*(byte *)(*(int *)(iVar2 + 4) + 0xc) & 4) != 0" (parenthesized_expression "(*(byte *)(*(int *)(iVar2 + 4) + 0xc) & 4)" (( "(") (binary_expression "*(byte *)(*(int *)(iVar2 + 4) + 0xc) & 4" (pointer_expression "*(byte *)(*(int *)(iVar2 + 4) + 0xc)" (* "*") (cast_expression "(byte *)(*(int *)(iVar2 + 4) + 0xc)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(int *)(iVar2 + 4) + 0xc)" (( "(") (binary_expression "*(int *)(iVar2 + 4) + 0xc" (pointer_expression "*(int *)(iVar2 + 4)" (* "*") (cast_expression "(int *)(iVar2 + 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar2 + 4)" (( "(") (binary_expression "iVar2 + 4" (identifier "iVar2") (+ "+") (number_literal "4")) () ")")))) (+ "+") (number_literal "0xc")) () ")")))) (& "&") (number_literal "4")) () ")")) (!= "!=") (number_literal "0")) () ")")) (goto_statement "goto LAB_0003aa80;" (goto "goto") (statement_identifier "LAB_0003aa80") (; ";"))) (labeled_statement "LAB_0003ab30:\n if (*(undefined **)(*(int *)(iVar2 + 4) + 0x10) == PTR__bfd_std_section_0007afb0 + 0xa8)\n goto LAB_0003a63f;" (statement_identifier "LAB_0003ab30") (: ":") (if_statement "if (*(undefined **)(*(int *)(iVar2 + 4) + 0x10) == PTR__bfd_std_section_0007afb0 + 0xa8)\n goto LAB_0003a63f;" (if "if") (parenthesized_expression "(*(undefined **)(*(int *)(iVar2 + 4) + 0x10) == PTR__bfd_std_section_0007afb0 + 0xa8)" (( "(") (binary_expression "*(undefined **)(*(int *)(iVar2 + 4) + 0x10) == PTR__bfd_std_section_0007afb0 + 0xa8" (pointer_expression "*(undefined **)(*(int *)(iVar2 + 4) + 0x10)" (* "*") (cast_expression "(undefined **)(*(int *)(iVar2 + 4) + 0x10)" (( "(") (type_descriptor "undefined **" (type_identifier "undefined") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*(int *)(iVar2 + 4) + 0x10)" (( "(") (binary_expression "*(int *)(iVar2 + 4) + 0x10" (pointer_expression "*(int *)(iVar2 + 4)" (* "*") (cast_expression "(int *)(iVar2 + 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar2 + 4)" (( "(") (binary_expression "iVar2 + 4" (identifier "iVar2") (+ "+") (number_literal "4")) () ")")))) (+ "+") (number_literal "0x10")) () ")")))) (== "==") (binary_expression "PTR__bfd_std_section_0007afb0 + 0xa8" (identifier "PTR__bfd_std_section_0007afb0") (+ "+") (number_literal "0xa8"))) () ")")) (goto_statement "goto LAB_0003a63f;" (goto "goto") (statement_identifier "LAB_0003a63f") (; ";")))) (labeled_statement "LAB_0003a7f4:\n fwrite(" defined",1,8,param_1);" (statement_identifier "LAB_0003a7f4") (: ":") (expression_statement "fwrite(" defined",1,8,param_1);" (call_expression "fwrite(" defined",1,8,param_1)" (identifier "fwrite") (argument_list "(" defined",1,8,param_1)" (( "(") (string_literal "" defined"" (" """) (string_content " defined") (" """)) (, ",") (number_literal "1") (, ",") (number_literal "8") (, ",") (identifier "param_1") () ")"))) (; ";"))) (goto_statement "goto LAB_0003a63f;" (goto "goto") (statement_identifier "LAB_0003a63f") (; ";")) (} "}"))) (labeled_statement "LAB_0003a7e0:\n if (puVar3 != (undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8)) goto LAB_0003a7f4;" (statement_identifier "LAB_0003a7e0") (: ":") (if_statement "if (puVar3 != (undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8)) goto LAB_0003a7f4;" (if "if") (parenthesized_expression "(puVar3 != (undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8))" (( "(") (binary_expression "puVar3 != (undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8)" (identifier "puVar3") (!= "!=") (cast_expression "(undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(PTR__bfd_std_section_0007afb0 + 0xa8)" (( "(") (binary_expression "PTR__bfd_std_section_0007afb0 + 0xa8" (identifier "PTR__bfd_std_section_0007afb0") (+ "+") (number_literal "0xa8")) () ")")))) () ")")) (goto_statement "goto LAB_0003a7f4;" (goto "goto") (statement_identifier "LAB_0003a7f4") (; ";")))) (labeled_statement "LAB_0003a654:\n if (DAT_00084798 == puVar3) {\n if ((*(byte *)(*(int *)(local_20 + 0xc) + 1) & 2) != 0) {\nLAB_0003a940:\n fwrite(" weakrefr",1,9,param_1);\n if ((*local_20 & 1) == 0) goto LAB_0003a737;\n puVar3 = *(undefined4 **)(local_20 + 4);\n if (DAT_00084798 != puVar3) goto LAB_0003a74b;\n }\n if ((*(byte *)(*(int *)(local_20 + 0xc) + 1) & 4) != 0) goto LAB_0003a978;\nLAB_0003aada:\n pbVar5 = *(byte **)(local_20 + 0xc);\n goto LAB_0003a745;\n }" (statement_identifier "LAB_0003a654") (: ":") (if_statement "if (DAT_00084798 == puVar3) {\n if ((*(byte *)(*(int *)(local_20 + 0xc) + 1) & 2) != 0) {\nLAB_0003a940:\n fwrite(" weakrefr",1,9,param_1);\n if ((*local_20 & 1) == 0) goto LAB_0003a737;\n puVar3 = *(undefined4 **)(local_20 + 4);\n if (DAT_00084798 != puVar3) goto LAB_0003a74b;\n }\n if ((*(byte *)(*(int *)(local_20 + 0xc) + 1) & 4) != 0) goto LAB_0003a978;\nLAB_0003aada:\n pbVar5 = *(byte **)(local_20 + 0xc);\n goto LAB_0003a745;\n }" (if "if") (parenthesized_expression "(DAT_00084798 == puVar3)" (( "(") (binary_expression "DAT_00084798 == puVar3" (identifier "DAT_00084798") (== "==") (identifier "puVar3")) () ")")) (compound_statement "{\n if ((*(byte *)(*(int *)(local_20 + 0xc) + 1) & 2) != 0) {\nLAB_0003a940:\n fwrite(" weakrefr",1,9,param_1);\n if ((*local_20 & 1) == 0) goto LAB_0003a737;\n puVar3 = *(undefined4 **)(local_20 + 4);\n if (DAT_00084798 != puVar3) goto LAB_0003a74b;\n }\n if ((*(byte *)(*(int *)(local_20 + 0xc) + 1) & 4) != 0) goto LAB_0003a978;\nLAB_0003aada:\n pbVar5 = *(byte **)(local_20 + 0xc);\n goto LAB_0003a745;\n }" ({ "{") (if_statement "if ((*(byte *)(*(int *)(local_20 + 0xc) + 1) & 2) != 0) {\nLAB_0003a940:\n fwrite(" weakrefr",1,9,param_1);\n if ((*local_20 & 1) == 0) goto LAB_0003a737;\n puVar3 = *(undefined4 **)(local_20 + 4);\n if (DAT_00084798 != puVar3) goto LAB_0003a74b;\n }" (if "if") (parenthesized_expression "((*(byte *)(*(int *)(local_20 + 0xc) + 1) & 2) != 0)" (( "(") (binary_expression "(*(byte *)(*(int *)(local_20 + 0xc) + 1) & 2) != 0" (parenthesized_expression "(*(byte *)(*(int *)(local_20 + 0xc) + 1) & 2)" (( "(") (binary_expression "*(byte *)(*(int *)(local_20 + 0xc) + 1) & 2" (pointer_expression "*(byte *)(*(int *)(local_20 + 0xc) + 1)" (* "*") (cast_expression "(byte *)(*(int *)(local_20 + 0xc) + 1)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(int *)(local_20 + 0xc) + 1)" (( "(") (binary_expression "*(int *)(local_20 + 0xc) + 1" (pointer_expression "*(int *)(local_20 + 0xc)" (* "*") (cast_expression "(int *)(local_20 + 0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_20 + 0xc)" (( "(") (binary_expression "local_20 + 0xc" (identifier "local_20") (+ "+") (number_literal "0xc")) () ")")))) (+ "+") (number_literal "1")) () ")")))) (& "&") (number_literal "2")) () ")")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\nLAB_0003a940:\n fwrite(" weakrefr",1,9,param_1);\n if ((*local_20 & 1) == 0) goto LAB_0003a737;\n puVar3 = *(undefined4 **)(local_20 + 4);\n if (DAT_00084798 != puVar3) goto LAB_0003a74b;\n }" ({ "{") (labeled_statement "LAB_0003a940:\n fwrite(" weakrefr",1,9,param_1);" (statement_identifier "LAB_0003a940") (: ":") (expression_statement "fwrite(" weakrefr",1,9,param_1);" (call_expression "fwrite(" weakrefr",1,9,param_1)" (identifier "fwrite") (argument_list "(" weakrefr",1,9,param_1)" (( "(") (string_literal "" weakrefr"" (" """) (string_content " weakrefr") (" """)) (, ",") (number_literal "1") (, ",") (number_literal "9") (, ",") (identifier "param_1") () ")"))) (; ";"))) (if_statement "if ((*local_20 & 1) == 0) goto LAB_0003a737;" (if "if") (parenthesized_expression "((*local_20 & 1) == 0)" (( "(") (binary_expression "(*local_20 & 1) == 0" (parenthesized_expression "(*local_20 & 1)" (( "(") (binary_expression "*local_20 & 1" (pointer_expression "*local_20" (* "*") (identifier "local_20")) (& "&") (number_literal "1")) () ")")) (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_0003a737;" (goto "goto") (statement_identifier "LAB_0003a737") (; ";"))) (expression_statement "puVar3 = *(undefined4 **)(local_20 + 4);" (assignment_expression "puVar3 = *(undefined4 **)(local_20 + 4)" (identifier "puVar3") (= "=") (pointer_expression "*(undefined4 **)(local_20 + 4)" (* "*") (cast_expression "(undefined4 **)(local_20 + 4)" (( "(") (type_descriptor "undefined4 **" (type_identifier "undefined4") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(local_20 + 4)" (( "(") (binary_expression "local_20 + 4" (identifier "local_20") (+ "+") (number_literal "4")) () ")"))))) (; ";")) (if_statement "if (DAT_00084798 != puVar3) goto LAB_0003a74b;" (if "if") (parenthesized_expression "(DAT_00084798 != puVar3)" (( "(") (binary_expression "DAT_00084798 != puVar3" (identifier "DAT_00084798") (!= "!=") (identifier "puVar3")) () ")")) (goto_statement "goto LAB_0003a74b;" (goto "goto") (statement_identifier "LAB_0003a74b") (; ";"))) (} "}"))) (if_statement "if ((*(byte *)(*(int *)(local_20 + 0xc) + 1) & 4) != 0) goto LAB_0003a978;" (if "if") (parenthesized_expression "((*(byte *)(*(int *)(local_20 + 0xc) + 1) & 4) != 0)" (( "(") (binary_expression "(*(byte *)(*(int *)(local_20 + 0xc) + 1) & 4) != 0" (parenthesized_expression "(*(byte *)(*(int *)(local_20 + 0xc) + 1) & 4)" (( "(") (binary_expression "*(byte *)(*(int *)(local_20 + 0xc) + 1) & 4" (pointer_expression "*(byte *)(*(int *)(local_20 + 0xc) + 1)" (* "*") (cast_expression "(byte *)(*(int *)(local_20 + 0xc) + 1)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(int *)(local_20 + 0xc) + 1)" (( "(") (binary_expression "*(int *)(local_20 + 0xc) + 1" (pointer_expression "*(int *)(local_20 + 0xc)" (* "*") (cast_expression "(int *)(local_20 + 0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_20 + 0xc)" (( "(") (binary_expression "local_20 + 0xc" (identifier "local_20") (+ "+") (number_literal "0xc")) () ")")))) (+ "+") (number_literal "1")) () ")")))) (& "&") (number_literal "4")) () ")")) (!= "!=") (number_literal "0")) () ")")) (goto_statement "goto LAB_0003a978;" (goto "goto") (statement_identifier "LAB_0003a978") (; ";"))) (labeled_statement "LAB_0003aada:\n pbVar5 = *(byte **)(local_20 + 0xc);" (statement_identifier "LAB_0003aada") (: ":") (expression_statement "pbVar5 = *(byte **)(local_20 + 0xc);" (assignment_expression "pbVar5 = *(byte **)(local_20 + 0xc)" (identifier "pbVar5") (= "=") (pointer_expression "*(byte **)(local_20 + 0xc)" (* "*") (cast_expression "(byte **)(local_20 + 0xc)" (( "(") (type_descriptor "byte **" (type_identifier "byte") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(local_20 + 0xc)" (( "(") (binary_expression "local_20 + 0xc" (identifier "local_20") (+ "+") (number_literal "0xc")) () ")"))))) (; ";"))) (goto_statement "goto LAB_0003a745;" (goto "goto") (statement_identifier "LAB_0003a745") (; ";")) (} "}")))) (} "}")) (else_clause "else {\n if ((local_20 != (byte *)0x0) && (local_20 != PTR_DAT_0007af70)) {\n fwrite(" frag ",1,6,param_1);\n fprintf(param_1,"%08lx",*(undefined4 *)(param_2 + 0xc));\n bVar1 = *param_2;\n }\n if ((bVar1 & 4) != 0) {\n fwrite(" resolved",1,9,param_1);\n }\n fwrite(" local",1,6,param_1);\n local_20 = param_2;\nLAB_0003a63f:\n if ((*local_20 & 1) != 0) {\n puVar3 = *(undefined4 **)(local_20 + 4);\n goto LAB_0003a654;\n }\nLAB_0003a72d:\n if ((local_20[1] & 2) != 0) goto LAB_0003a940;\nLAB_0003a737:\n pbVar5 = local_20;\n if ((local_20[1] & 4) != 0) {\nLAB_0003a978:\n fwrite(" weakrefd",1,9,param_1);\n pbVar5 = local_20;\n if ((*local_20 & 1) != 0) {\n puVar3 = *(undefined4 **)(local_20 + 4);\n if (DAT_00084798 == puVar3) goto LAB_0003aada;\n goto LAB_0003a74b;\n }\n }\nLAB_0003a745:\n puVar3 = *(undefined4 **)(*(int *)(pbVar5 + 4) + 0x10);\n }" (else "else") (compound_statement "{\n if ((local_20 != (byte *)0x0) && (local_20 != PTR_DAT_0007af70)) {\n fwrite(" frag ",1,6,param_1);\n fprintf(param_1,"%08lx",*(undefined4 *)(param_2 + 0xc));\n bVar1 = *param_2;\n }\n if ((bVar1 & 4) != 0) {\n fwrite(" resolved",1,9,param_1);\n }\n fwrite(" local",1,6,param_1);\n local_20 = param_2;\nLAB_0003a63f:\n if ((*local_20 & 1) != 0) {\n puVar3 = *(undefined4 **)(local_20 + 4);\n goto LAB_0003a654;\n }\nLAB_0003a72d:\n if ((local_20[1] & 2) != 0) goto LAB_0003a940;\nLAB_0003a737:\n pbVar5 = local_20;\n if ((local_20[1] & 4) != 0) {\nLAB_0003a978:\n fwrite(" weakrefd",1,9,param_1);\n pbVar5 = local_20;\n if ((*local_20 & 1) != 0) {\n puVar3 = *(undefined4 **)(local_20 + 4);\n if (DAT_00084798 == puVar3) goto LAB_0003aada;\n goto LAB_0003a74b;\n }\n }\nLAB_0003a745:\n puVar3 = *(undefined4 **)(*(int *)(pbVar5 + 4) + 0x10);\n }" ({ "{") (if_statement "if ((local_20 != (byte *)0x0) && (local_20 != PTR_DAT_0007af70)) {\n fwrite(" frag ",1,6,param_1);\n fprintf(param_1,"%08lx",*(undefined4 *)(param_2 + 0xc));\n bVar1 = *param_2;\n }" (if "if") (parenthesized_expression "((local_20 != (byte *)0x0) && (local_20 != PTR_DAT_0007af70))" (( "(") (binary_expression "(local_20 != (byte *)0x0) && (local_20 != PTR_DAT_0007af70)" (parenthesized_expression "(local_20 != (byte *)0x0)" (( "(") (binary_expression "local_20 != (byte *)0x0" (identifier "local_20") (!= "!=") (cast_expression "(byte *)0x0" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (&& "&&") (parenthesized_expression "(local_20 != PTR_DAT_0007af70)" (( "(") (binary_expression "local_20 != PTR_DAT_0007af70" (identifier "local_20") (!= "!=") (identifier "PTR_DAT_0007af70")) () ")"))) () ")")) (compound_statement "{\n fwrite(" frag ",1,6,param_1);\n fprintf(param_1,"%08lx",*(undefined4 *)(param_2 + 0xc));\n bVar1 = *param_2;\n }" ({ "{") (expression_statement "fwrite(" frag ",1,6,param_1);" (call_expression "fwrite(" frag ",1,6,param_1)" (identifier "fwrite") (argument_list "(" frag ",1,6,param_1)" (( "(") (string_literal "" frag "" (" """) (string_content " frag ") (" """)) (, ",") (number_literal "1") (, ",") (number_literal "6") (, ",") (identifier "param_1") () ")"))) (; ";")) (expression_statement "fprintf(param_1,"%08lx",*(undefined4 *)(param_2 + 0xc));" (call_expression "fprintf(param_1,"%08lx",*(undefined4 *)(param_2 + 0xc))" (identifier "fprintf") (argument_list "(param_1,"%08lx",*(undefined4 *)(param_2 + 0xc))" (( "(") (identifier "param_1") (, ",") (string_literal ""%08lx"" (" """) (string_content "%08lx") (" """)) (, ",") (pointer_expression "*(undefined4 *)(param_2 + 0xc)" (* "*") (cast_expression "(undefined4 *)(param_2 + 0xc)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0xc)" (( "(") (binary_expression "param_2 + 0xc" (identifier "param_2") (+ "+") (number_literal "0xc")) () ")")))) () ")"))) (; ";")) (expression_statement "bVar1 = *param_2;" (assignment_expression "bVar1 = *param_2" (identifier "bVar1") (= "=") (pointer_expression "*param_2" (* "*") (identifier "param_2"))) (; ";")) (} "}"))) (if_statement "if ((bVar1 & 4) != 0) {\n fwrite(" resolved",1,9,param_1);\n }" (if "if") (parenthesized_expression "((bVar1 & 4) != 0)" (( "(") (binary_expression "(bVar1 & 4) != 0" (parenthesized_expression "(bVar1 & 4)" (( "(") (binary_expression "bVar1 & 4" (identifier "bVar1") (& "&") (number_literal "4")) () ")")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n fwrite(" resolved",1,9,param_1);\n }" ({ "{") (expression_statement "fwrite(" resolved",1,9,param_1);" (call_expression "fwrite(" resolved",1,9,param_1)" (identifier "fwrite") (argument_list "(" resolved",1,9,param_1)" (( "(") (string_literal "" resolved"" (" """) (string_content " resolved") (" """)) (, ",") (number_literal "1") (, ",") (number_literal "9") (, ",") (identifier "param_1") () ")"))) (; ";")) (} "}"))) (expression_statement "fwrite(" local",1,6,param_1);" (call_expression "fwrite(" local",1,6,param_1)" (identifier "fwrite") (argument_list "(" local",1,6,param_1)" (( "(") (string_literal "" local"" (" """) (string_content " local") (" """)) (, ",") (number_literal "1") (, ",") (number_literal "6") (, ",") (identifier "param_1") () ")"))) (; ";")) (expression_statement "local_20 = param_2;" (assignment_expression "local_20 = param_2" (identifier "local_20") (= "=") (identifier "param_2")) (; ";")) (labeled_statement "LAB_0003a63f:\n if ((*local_20 & 1) != 0) {\n puVar3 = *(undefined4 **)(local_20 + 4);\n goto LAB_0003a654;\n }" (statement_identifier "LAB_0003a63f") (: ":") (if_statement "if ((*local_20 & 1) != 0) {\n puVar3 = *(undefined4 **)(local_20 + 4);\n goto LAB_0003a654;\n }" (if "if") (parenthesized_expression "((*local_20 & 1) != 0)" (( "(") (binary_expression "(*local_20 & 1) != 0" (parenthesized_expression "(*local_20 & 1)" (( "(") (binary_expression "*local_20 & 1" (pointer_expression "*local_20" (* "*") (identifier "local_20")) (& "&") (number_literal "1")) () ")")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n puVar3 = *(undefined4 **)(local_20 + 4);\n goto LAB_0003a654;\n }" ({ "{") (expression_statement "puVar3 = *(undefined4 **)(local_20 + 4);" (assignment_expression "puVar3 = *(undefined4 **)(local_20 + 4)" (identifier "puVar3") (= "=") (pointer_expression "*(undefined4 **)(local_20 + 4)" (* "*") (cast_expression "(undefined4 **)(local_20 + 4)" (( "(") (type_descriptor "undefined4 **" (type_identifier "undefined4") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(local_20 + 4)" (( "(") (binary_expression "local_20 + 4" (identifier "local_20") (+ "+") (number_literal "4")) () ")"))))) (; ";")) (goto_statement "goto LAB_0003a654;" (goto "goto") (statement_identifier "LAB_0003a654") (; ";")) (} "}")))) (labeled_statement "LAB_0003a72d:\n if ((local_20[1] & 2) != 0) goto LAB_0003a940;" (statement_identifier "LAB_0003a72d") (: ":") (if_statement "if ((local_20[1] & 2) != 0) goto LAB_0003a940;" (if "if") (parenthesized_expression "((local_20[1] & 2) != 0)" (( "(") (binary_expression "(local_20[1] & 2) != 0" (parenthesized_expression "(local_20[1] & 2)" (( "(") (binary_expression "local_20[1] & 2" (subscript_expression "local_20[1]" (identifier "local_20") ([ "[") (number_literal "1") (] "]")) (& "&") (number_literal "2")) () ")")) (!= "!=") (number_literal "0")) () ")")) (goto_statement "goto LAB_0003a940;" (goto "goto") (statement_identifier "LAB_0003a940") (; ";")))) (labeled_statement "LAB_0003a737:\n pbVar5 = local_20;" (statement_identifier "LAB_0003a737") (: ":") (expression_statement "pbVar5 = local_20;" (assignment_expression "pbVar5 = local_20" (identifier "pbVar5") (= "=") (identifier "local_20")) (; ";"))) (if_statement "if ((local_20[1] & 4) != 0) {\nLAB_0003a978:\n fwrite(" weakrefd",1,9,param_1);\n pbVar5 = local_20;\n if ((*local_20 & 1) != 0) {\n puVar3 = *(undefined4 **)(local_20 + 4);\n if (DAT_00084798 == puVar3) goto LAB_0003aada;\n goto LAB_0003a74b;\n }\n }" (if "if") (parenthesized_expression "((local_20[1] & 4) != 0)" (( "(") (binary_expression "(local_20[1] & 4) != 0" (parenthesized_expression "(local_20[1] & 4)" (( "(") (binary_expression "local_20[1] & 4" (subscript_expression "local_20[1]" (identifier "local_20") ([ "[") (number_literal "1") (] "]")) (& "&") (number_literal "4")) () ")")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\nLAB_0003a978:\n fwrite(" weakrefd",1,9,param_1);\n pbVar5 = local_20;\n if ((*local_20 & 1) != 0) {\n puVar3 = *(undefined4 **)(local_20 + 4);\n if (DAT_00084798 == puVar3) goto LAB_0003aada;\n goto LAB_0003a74b;\n }\n }" ({ "{") (labeled_statement "LAB_0003a978:\n fwrite(" weakrefd",1,9,param_1);" (statement_identifier "LAB_0003a978") (: ":") (expression_statement "fwrite(" weakrefd",1,9,param_1);" (call_expression "fwrite(" weakrefd",1,9,param_1)" (identifier "fwrite") (argument_list "(" weakrefd",1,9,param_1)" (( "(") (string_literal "" weakrefd"" (" """) (string_content " weakrefd") (" """)) (, ",") (number_literal "1") (, ",") (number_literal "9") (, ",") (identifier "param_1") () ")"))) (; ";"))) (expression_statement "pbVar5 = local_20;" (assignment_expression "pbVar5 = local_20" (identifier "pbVar5") (= "=") (identifier "local_20")) (; ";")) (if_statement "if ((*local_20 & 1) != 0) {\n puVar3 = *(undefined4 **)(local_20 + 4);\n if (DAT_00084798 == puVar3) goto LAB_0003aada;\n goto LAB_0003a74b;\n }" (if "if") (parenthesized_expression "((*local_20 & 1) != 0)" (( "(") (binary_expression "(*local_20 & 1) != 0" (parenthesized_expression "(*local_20 & 1)" (( "(") (binary_expression "*local_20 & 1" (pointer_expression "*local_20" (* "*") (identifier "local_20")) (& "&") (number_literal "1")) () ")")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n puVar3 = *(undefined4 **)(local_20 + 4);\n if (DAT_00084798 == puVar3) goto LAB_0003aada;\n goto LAB_0003a74b;\n }" ({ "{") (expression_statement "puVar3 = *(undefined4 **)(local_20 + 4);" (assignment_expression "puVar3 = *(undefined4 **)(local_20 + 4)" (identifier "puVar3") (= "=") (pointer_expression "*(undefined4 **)(local_20 + 4)" (* "*") (cast_expression "(undefined4 **)(local_20 + 4)" (( "(") (type_descriptor "undefined4 **" (type_identifier "undefined4") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(local_20 + 4)" (( "(") (binary_expression "local_20 + 4" (identifier "local_20") (+ "+") (number_literal "4")) () ")"))))) (; ";")) (if_statement "if (DAT_00084798 == puVar3) goto LAB_0003aada;" (if "if") (parenthesized_expression "(DAT_00084798 == puVar3)" (( "(") (binary_expression "DAT_00084798 == puVar3" (identifier "DAT_00084798") (== "==") (identifier "puVar3")) () ")")) (goto_statement "goto LAB_0003aada;" (goto "goto") (statement_identifier "LAB_0003aada") (; ";"))) (goto_statement "goto LAB_0003a74b;" (goto "goto") (statement_identifier "LAB_0003a74b") (; ";")) (} "}"))) (} "}"))) (labeled_statement "LAB_0003a745:\n puVar3 = *(undefined4 **)(*(int *)(pbVar5 + 4) + 0x10);" (statement_identifier "LAB_0003a745") (: ":") (expression_statement "puVar3 = *(undefined4 **)(*(int *)(pbVar5 + 4) + 0x10);" (assignment_expression "puVar3 = *(undefined4 **)(*(int *)(pbVar5 + 4) + 0x10)" (identifier "puVar3") (= "=") (pointer_expression "*(undefined4 **)(*(int *)(pbVar5 + 4) + 0x10)" (* "*") (cast_expression "(undefined4 **)(*(int *)(pbVar5 + 4) + 0x10)" (( "(") (type_descriptor "undefined4 **" (type_identifier "undefined4") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*(int *)(pbVar5 + 4) + 0x10)" (( "(") (binary_expression "*(int *)(pbVar5 + 4) + 0x10" (pointer_expression "*(int *)(pbVar5 + 4)" (* "*") (cast_expression "(int *)(pbVar5 + 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(pbVar5 + 4)" (( "(") (binary_expression "pbVar5 + 4" (identifier "pbVar5") (+ "+") (number_literal "4")) () ")")))) (+ "+") (number_literal "0x10")) () ")"))))) (; ";"))) (} "}")))) (labeled_statement "LAB_0003a74b:\n fprintf(param_1," %s",*puVar3);" (statement_identifier "LAB_0003a74b") (: ":") (expression_statement "fprintf(param_1," %s",*puVar3);" (call_expression "fprintf(param_1," %s",*puVar3)" (identifier "fprintf") (argument_list "(param_1," %s",*puVar3)" (( "(") (identifier "param_1") (, ",") (string_literal "" %s"" (" """) (string_content " %s") (" """)) (, ",") (pointer_expression "*puVar3" (* "*") (identifier "puVar3")) () ")"))) (; ";"))) (expression_statement "bVar1 = *local_20;" (assignment_expression "bVar1 = *local_20" (identifier "bVar1") (= "=") (pointer_expression "*local_20" (* "*") (identifier "local_20"))) (; ";")) (if_statement "if ((bVar1 & 1) == 0) {\n pbVar5 = local_20;\n if ((bVar1 & 4) != 0) {\nLAB_0003a818:\n puVar3 = *(undefined4 **)(*(int *)(pbVar5 + 4) + 0x10);\nLAB_0003a782:\n if ((puVar3 != (undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8)) &&\n (DAT_000846e0 != puVar3)) {\n uVar4 = FUN_000382f0();\n fprintf(param_1," %lx",uVar4);\n }\n goto LAB_0003a7b8;\n }\n if (7 < DAT_000849cc) goto LAB_0003a7b8;\n iVar2 = *(int *)(local_20 + 4);\nLAB_0003a83c:\n puVar3 = *(undefined4 **)(iVar2 + 0x10);\n }\n else {\n puVar3 = *(undefined4 **)(local_20 + 4);\n if (puVar3 == DAT_00084798) {\n pbVar5 = *(byte **)(local_20 + 0xc);\n if ((*pbVar5 & 4) != 0) goto LAB_0003a818;\n if (7 < DAT_000849cc) goto LAB_0003a7b8;\n iVar2 = *(int *)(pbVar5 + 4);\n goto LAB_0003a83c;\n }\n if ((bVar1 & 4) != 0) goto LAB_0003a782;\n if (7 < DAT_000849cc) goto LAB_0003a7b8;\n }" (if "if") (parenthesized_expression "((bVar1 & 1) == 0)" (( "(") (binary_expression "(bVar1 & 1) == 0" (parenthesized_expression "(bVar1 & 1)" (( "(") (binary_expression "bVar1 & 1" (identifier "bVar1") (& "&") (number_literal "1")) () ")")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n pbVar5 = local_20;\n if ((bVar1 & 4) != 0) {\nLAB_0003a818:\n puVar3 = *(undefined4 **)(*(int *)(pbVar5 + 4) + 0x10);\nLAB_0003a782:\n if ((puVar3 != (undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8)) &&\n (DAT_000846e0 != puVar3)) {\n uVar4 = FUN_000382f0();\n fprintf(param_1," %lx",uVar4);\n }\n goto LAB_0003a7b8;\n }\n if (7 < DAT_000849cc) goto LAB_0003a7b8;\n iVar2 = *(int *)(local_20 + 4);\nLAB_0003a83c:\n puVar3 = *(undefined4 **)(iVar2 + 0x10);\n }" ({ "{") (expression_statement "pbVar5 = local_20;" (assignment_expression "pbVar5 = local_20" (identifier "pbVar5") (= "=") (identifier "local_20")) (; ";")) (if_statement "if ((bVar1 & 4) != 0) {\nLAB_0003a818:\n puVar3 = *(undefined4 **)(*(int *)(pbVar5 + 4) + 0x10);\nLAB_0003a782:\n if ((puVar3 != (undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8)) &&\n (DAT_000846e0 != puVar3)) {\n uVar4 = FUN_000382f0();\n fprintf(param_1," %lx",uVar4);\n }\n goto LAB_0003a7b8;\n }" (if "if") (parenthesized_expression "((bVar1 & 4) != 0)" (( "(") (binary_expression "(bVar1 & 4) != 0" (parenthesized_expression "(bVar1 & 4)" (( "(") (binary_expression "bVar1 & 4" (identifier "bVar1") (& "&") (number_literal "4")) () ")")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\nLAB_0003a818:\n puVar3 = *(undefined4 **)(*(int *)(pbVar5 + 4) + 0x10);\nLAB_0003a782:\n if ((puVar3 != (undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8)) &&\n (DAT_000846e0 != puVar3)) {\n uVar4 = FUN_000382f0();\n fprintf(param_1," %lx",uVar4);\n }\n goto LAB_0003a7b8;\n }" ({ "{") (labeled_statement "LAB_0003a818:\n puVar3 = *(undefined4 **)(*(int *)(pbVar5 + 4) + 0x10);" (statement_identifier "LAB_0003a818") (: ":") (expression_statement "puVar3 = *(undefined4 **)(*(int *)(pbVar5 + 4) + 0x10);" (assignment_expression "puVar3 = *(undefined4 **)(*(int *)(pbVar5 + 4) + 0x10)" (identifier "puVar3") (= "=") (pointer_expression "*(undefined4 **)(*(int *)(pbVar5 + 4) + 0x10)" (* "*") (cast_expression "(undefined4 **)(*(int *)(pbVar5 + 4) + 0x10)" (( "(") (type_descriptor "undefined4 **" (type_identifier "undefined4") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*(int *)(pbVar5 + 4) + 0x10)" (( "(") (binary_expression "*(int *)(pbVar5 + 4) + 0x10" (pointer_expression "*(int *)(pbVar5 + 4)" (* "*") (cast_expression "(int *)(pbVar5 + 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(pbVar5 + 4)" (( "(") (binary_expression "pbVar5 + 4" (identifier "pbVar5") (+ "+") (number_literal "4")) () ")")))) (+ "+") (number_literal "0x10")) () ")"))))) (; ";"))) (labeled_statement "LAB_0003a782:\n if ((puVar3 != (undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8)) &&\n (DAT_000846e0 != puVar3)) {\n uVar4 = FUN_000382f0();\n fprintf(param_1," %lx",uVar4);\n }" (statement_identifier "LAB_0003a782") (: ":") (if_statement "if ((puVar3 != (undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8)) &&\n (DAT_000846e0 != puVar3)) {\n uVar4 = FUN_000382f0();\n fprintf(param_1," %lx",uVar4);\n }" (if "if") (parenthesized_expression "((puVar3 != (undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8)) &&\n (DAT_000846e0 != puVar3))" (( "(") (binary_expression "(puVar3 != (undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8)) &&\n (DAT_000846e0 != puVar3)" (parenthesized_expression "(puVar3 != (undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8))" (( "(") (binary_expression "puVar3 != (undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8)" (identifier "puVar3") (!= "!=") (cast_expression "(undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(PTR__bfd_std_section_0007afb0 + 0xa8)" (( "(") (binary_expression "PTR__bfd_std_section_0007afb0 + 0xa8" (identifier "PTR__bfd_std_section_0007afb0") (+ "+") (number_literal "0xa8")) () ")")))) () ")")) (&& "&&") (parenthesized_expression "(DAT_000846e0 != puVar3)" (( "(") (binary_expression "DAT_000846e0 != puVar3" (identifier "DAT_000846e0") (!= "!=") (identifier "puVar3")) () ")"))) () ")")) (compound_statement "{\n uVar4 = FUN_000382f0();\n fprintf(param_1," %lx",uVar4);\n }" ({ "{") (expression_statement "uVar4 = FUN_000382f0();" (assignment_expression "uVar4 = FUN_000382f0()" (identifier "uVar4") (= "=") (call_expression "FUN_000382f0()" (identifier "FUN_000382f0") (argument_list "()" (( "(") () ")")))) (; ";")) (expression_statement "fprintf(param_1," %lx",uVar4);" (call_expression "fprintf(param_1," %lx",uVar4)" (identifier "fprintf") (argument_list "(param_1," %lx",uVar4)" (( "(") (identifier "param_1") (, ",") (string_literal "" %lx"" (" """) (string_content " %lx") (" """)) (, ",") (identifier "uVar4") () ")"))) (; ";")) (} "}")))) (goto_statement "goto LAB_0003a7b8;" (goto "goto") (statement_identifier "LAB_0003a7b8") (; ";")) (} "}"))) (if_statement "if (7 < DAT_000849cc) goto LAB_0003a7b8;" (if "if") (parenthesized_expression "(7 < DAT_000849cc)" (( "(") (binary_expression "7 < DAT_000849cc" (number_literal "7") (< "<") (identifier "DAT_000849cc")) () ")")) (goto_statement "goto LAB_0003a7b8;" (goto "goto") (statement_identifier "LAB_0003a7b8") (; ";"))) (expression_statement "iVar2 = *(int *)(local_20 + 4);" (assignment_expression "iVar2 = *(int *)(local_20 + 4)" (identifier "iVar2") (= "=") (pointer_expression "*(int *)(local_20 + 4)" (* "*") (cast_expression "(int *)(local_20 + 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_20 + 4)" (( "(") (binary_expression "local_20 + 4" (identifier "local_20") (+ "+") (number_literal "4")) () ")"))))) (; ";")) (labeled_statement "LAB_0003a83c:\n puVar3 = *(undefined4 **)(iVar2 + 0x10);" (statement_identifier "LAB_0003a83c") (: ":") (expression_statement "puVar3 = *(undefined4 **)(iVar2 + 0x10);" (assignment_expression "puVar3 = *(undefined4 **)(iVar2 + 0x10)" (identifier "puVar3") (= "=") (pointer_expression "*(undefined4 **)(iVar2 + 0x10)" (* "*") (cast_expression "(undefined4 **)(iVar2 + 0x10)" (( "(") (type_descriptor "undefined4 **" (type_identifier "undefined4") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(iVar2 + 0x10)" (( "(") (binary_expression "iVar2 + 0x10" (identifier "iVar2") (+ "+") (number_literal "0x10")) () ")"))))) (; ";"))) (} "}")) (else_clause "else {\n puVar3 = *(undefined4 **)(local_20 + 4);\n if (puVar3 == DAT_00084798) {\n pbVar5 = *(byte **)(local_20 + 0xc);\n if ((*pbVar5 & 4) != 0) goto LAB_0003a818;\n if (7 < DAT_000849cc) goto LAB_0003a7b8;\n iVar2 = *(int *)(pbVar5 + 4);\n goto LAB_0003a83c;\n }\n if ((bVar1 & 4) != 0) goto LAB_0003a782;\n if (7 < DAT_000849cc) goto LAB_0003a7b8;\n }" (else "else") (compound_statement "{\n puVar3 = *(undefined4 **)(local_20 + 4);\n if (puVar3 == DAT_00084798) {\n pbVar5 = *(byte **)(local_20 + 0xc);\n if ((*pbVar5 & 4) != 0) goto LAB_0003a818;\n if (7 < DAT_000849cc) goto LAB_0003a7b8;\n iVar2 = *(int *)(pbVar5 + 4);\n goto LAB_0003a83c;\n }\n if ((bVar1 & 4) != 0) goto LAB_0003a782;\n if (7 < DAT_000849cc) goto LAB_0003a7b8;\n }" ({ "{") (expression_statement "puVar3 = *(undefined4 **)(local_20 + 4);" (assignment_expression "puVar3 = *(undefined4 **)(local_20 + 4)" (identifier "puVar3") (= "=") (pointer_expression "*(undefined4 **)(local_20 + 4)" (* "*") (cast_expression "(undefined4 **)(local_20 + 4)" (( "(") (type_descriptor "undefined4 **" (type_identifier "undefined4") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(local_20 + 4)" (( "(") (binary_expression "local_20 + 4" (identifier "local_20") (+ "+") (number_literal "4")) () ")"))))) (; ";")) (if_statement "if (puVar3 == DAT_00084798) {\n pbVar5 = *(byte **)(local_20 + 0xc);\n if ((*pbVar5 & 4) != 0) goto LAB_0003a818;\n if (7 < DAT_000849cc) goto LAB_0003a7b8;\n iVar2 = *(int *)(pbVar5 + 4);\n goto LAB_0003a83c;\n }" (if "if") (parenthesized_expression "(puVar3 == DAT_00084798)" (( "(") (binary_expression "puVar3 == DAT_00084798" (identifier "puVar3") (== "==") (identifier "DAT_00084798")) () ")")) (compound_statement "{\n pbVar5 = *(byte **)(local_20 + 0xc);\n if ((*pbVar5 & 4) != 0) goto LAB_0003a818;\n if (7 < DAT_000849cc) goto LAB_0003a7b8;\n iVar2 = *(int *)(pbVar5 + 4);\n goto LAB_0003a83c;\n }" ({ "{") (expression_statement "pbVar5 = *(byte **)(local_20 + 0xc);" (assignment_expression "pbVar5 = *(byte **)(local_20 + 0xc)" (identifier "pbVar5") (= "=") (pointer_expression "*(byte **)(local_20 + 0xc)" (* "*") (cast_expression "(byte **)(local_20 + 0xc)" (( "(") (type_descriptor "byte **" (type_identifier "byte") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(local_20 + 0xc)" (( "(") (binary_expression "local_20 + 0xc" (identifier "local_20") (+ "+") (number_literal "0xc")) () ")"))))) (; ";")) (if_statement "if ((*pbVar5 & 4) != 0) goto LAB_0003a818;" (if "if") (parenthesized_expression "((*pbVar5 & 4) != 0)" (( "(") (binary_expression "(*pbVar5 & 4) != 0" (parenthesized_expression "(*pbVar5 & 4)" (( "(") (binary_expression "*pbVar5 & 4" (pointer_expression "*pbVar5" (* "*") (identifier "pbVar5")) (& "&") (number_literal "4")) () ")")) (!= "!=") (number_literal "0")) () ")")) (goto_statement "goto LAB_0003a818;" (goto "goto") (statement_identifier "LAB_0003a818") (; ";"))) (if_statement "if (7 < DAT_000849cc) goto LAB_0003a7b8;" (if "if") (parenthesized_expression "(7 < DAT_000849cc)" (( "(") (binary_expression "7 < DAT_000849cc" (number_literal "7") (< "<") (identifier "DAT_000849cc")) () ")")) (goto_statement "goto LAB_0003a7b8;" (goto "goto") (statement_identifier "LAB_0003a7b8") (; ";"))) (expression_statement "iVar2 = *(int *)(pbVar5 + 4);" (assignment_expression "iVar2 = *(int *)(pbVar5 + 4)" (identifier "iVar2") (= "=") (pointer_expression "*(int *)(pbVar5 + 4)" (* "*") (cast_expression "(int *)(pbVar5 + 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(pbVar5 + 4)" (( "(") (binary_expression "pbVar5 + 4" (identifier "pbVar5") (+ "+") (number_literal "4")) () ")"))))) (; ";")) (goto_statement "goto LAB_0003a83c;" (goto "goto") (statement_identifier "LAB_0003a83c") (; ";")) (} "}"))) (if_statement "if ((bVar1 & 4) != 0) goto LAB_0003a782;" (if "if") (parenthesized_expression "((bVar1 & 4) != 0)" (( "(") (binary_expression "(bVar1 & 4) != 0" (parenthesized_expression "(bVar1 & 4)" (( "(") (binary_expression "bVar1 & 4" (identifier "bVar1") (& "&") (number_literal "4")) () ")")) (!= "!=") (number_literal "0")) () ")")) (goto_statement "goto LAB_0003a782;" (goto "goto") (statement_identifier "LAB_0003a782") (; ";"))) (if_statement "if (7 < DAT_000849cc) goto LAB_0003a7b8;" (if "if") (parenthesized_expression "(7 < DAT_000849cc)" (( "(") (binary_expression "7 < DAT_000849cc" (number_literal "7") (< "<") (identifier "DAT_000849cc")) () ")")) (goto_statement "goto LAB_0003a7b8;" (goto "goto") (statement_identifier "LAB_0003a7b8") (; ";"))) (} "}")))) (if_statement "if (puVar3 == (undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8)) goto LAB_0003a7b8;" (if "if") (parenthesized_expression "(puVar3 == (undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8))" (( "(") (binary_expression "puVar3 == (undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8)" (identifier "puVar3") (== "==") (cast_expression "(undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(PTR__bfd_std_section_0007afb0 + 0xa8)" (( "(") (binary_expression "PTR__bfd_std_section_0007afb0 + 0xa8" (identifier "PTR__bfd_std_section_0007afb0") (+ "+") (number_literal "0xa8")) () ")")))) () ")")) (goto_statement "goto LAB_0003a7b8;" (goto "goto") (statement_identifier "LAB_0003a7b8") (; ";"))) (expression_statement "DAT_000849cc = DAT_000849cc + 1;" (assignment_expression "DAT_000849cc = DAT_000849cc + 1" (identifier "DAT_000849cc") (= "=") (binary_expression "DAT_000849cc + 1" (identifier "DAT_000849cc") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "puVar7 = &DAT_00059ae5;" (assignment_expression "puVar7 = &DAT_00059ae5" (identifier "puVar7") (= "=") (pointer_expression "&DAT_00059ae5" (& "&") (identifier "DAT_00059ae5"))) (; ";")) (expression_statement "fprintf(param_1,"\n%*s<",DAT_000849cc * 4,&DAT_00059ae5);" (call_expression "fprintf(param_1,"\n%*s<",DAT_000849cc * 4,&DAT_00059ae5)" (identifier "fprintf") (argument_list "(param_1,"\n%*s<",DAT_000849cc * 4,&DAT_00059ae5)" (( "(") (identifier "param_1") (, ",") (string_literal ""\n%*s<"" (" """) (escape_sequence "\n") (string_content "%*s<") (" """)) (, ",") (binary_expression "DAT_000849cc * 4" (identifier "DAT_000849cc") (* "*") (number_literal "4")) (, ",") (pointer_expression "&DAT_00059ae5" (& "&") (identifier "DAT_00059ae5")) () ")"))) (; ";")) (if_statement "if ((*local_20 & 1) == 0) {\nLAB_0003ab5b:\n FUN_0003a0b0(param_1,local_20 + 8);\n }\n else {\n if (*(undefined4 **)(local_20 + 4) == DAT_00084798) {\n local_20 = *(byte **)(local_20 + 0xc);\n goto LAB_0003ab5b;\n }\n fprintf(param_1,"constant %lx",*(undefined4 *)(local_20 + 0x10),puVar7);\n }" (if "if") (parenthesized_expression "((*local_20 & 1) == 0)" (( "(") (binary_expression "(*local_20 & 1) == 0" (parenthesized_expression "(*local_20 & 1)" (( "(") (binary_expression "*local_20 & 1" (pointer_expression "*local_20" (* "*") (identifier "local_20")) (& "&") (number_literal "1")) () ")")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\nLAB_0003ab5b:\n FUN_0003a0b0(param_1,local_20 + 8);\n }" ({ "{") (labeled_statement "LAB_0003ab5b:\n FUN_0003a0b0(param_1,local_20 + 8);" (statement_identifier "LAB_0003ab5b") (: ":") (expression_statement "FUN_0003a0b0(param_1,local_20 + 8);" (call_expression "FUN_0003a0b0(param_1,local_20 + 8)" (identifier "FUN_0003a0b0") (argument_list "(param_1,local_20 + 8)" (( "(") (identifier "param_1") (, ",") (binary_expression "local_20 + 8" (identifier "local_20") (+ "+") (number_literal "8")) () ")"))) (; ";"))) (} "}")) (else_clause "else {\n if (*(undefined4 **)(local_20 + 4) == DAT_00084798) {\n local_20 = *(byte **)(local_20 + 0xc);\n goto LAB_0003ab5b;\n }\n fprintf(param_1,"constant %lx",*(undefined4 *)(local_20 + 0x10),puVar7);\n }" (else "else") (compound_statement "{\n if (*(undefined4 **)(local_20 + 4) == DAT_00084798) {\n local_20 = *(byte **)(local_20 + 0xc);\n goto LAB_0003ab5b;\n }\n fprintf(param_1,"constant %lx",*(undefined4 *)(local_20 + 0x10),puVar7);\n }" ({ "{") (if_statement "if (*(undefined4 **)(local_20 + 4) == DAT_00084798) {\n local_20 = *(byte **)(local_20 + 0xc);\n goto LAB_0003ab5b;\n }" (if "if") (parenthesized_expression "(*(undefined4 **)(local_20 + 4) == DAT_00084798)" (( "(") (binary_expression "*(undefined4 **)(local_20 + 4) == DAT_00084798" (pointer_expression "*(undefined4 **)(local_20 + 4)" (* "*") (cast_expression "(undefined4 **)(local_20 + 4)" (( "(") (type_descriptor "undefined4 **" (type_identifier "undefined4") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(local_20 + 4)" (( "(") (binary_expression "local_20 + 4" (identifier "local_20") (+ "+") (number_literal "4")) () ")")))) (== "==") (identifier "DAT_00084798")) () ")")) (compound_statement "{\n local_20 = *(byte **)(local_20 + 0xc);\n goto LAB_0003ab5b;\n }" ({ "{") (expression_statement "local_20 = *(byte **)(local_20 + 0xc);" (assignment_expression "local_20 = *(byte **)(local_20 + 0xc)" (identifier "local_20") (= "=") (pointer_expression "*(byte **)(local_20 + 0xc)" (* "*") (cast_expression "(byte **)(local_20 + 0xc)" (( "(") (type_descriptor "byte **" (type_identifier "byte") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(local_20 + 0xc)" (( "(") (binary_expression "local_20 + 0xc" (identifier "local_20") (+ "+") (number_literal "0xc")) () ")"))))) (; ";")) (goto_statement "goto LAB_0003ab5b;" (goto "goto") (statement_identifier "LAB_0003ab5b") (; ";")) (} "}"))) (expression_statement "fprintf(param_1,"constant %lx",*(undefined4 *)(local_20 + 0x10),puVar7);" (call_expression "fprintf(param_1,"constant %lx",*(undefined4 *)(local_20 + 0x10),puVar7)" (identifier "fprintf") (argument_list "(param_1,"constant %lx",*(undefined4 *)(local_20 + 0x10),puVar7)" (( "(") (identifier "param_1") (, ",") (string_literal ""constant %lx"" (" """) (string_content "constant %lx") (" """)) (, ",") (pointer_expression "*(undefined4 *)(local_20 + 0x10)" (* "*") (cast_expression "(undefined4 *)(local_20 + 0x10)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_20 + 0x10)" (( "(") (binary_expression "local_20 + 0x10" (identifier "local_20") (+ "+") (number_literal "0x10")) () ")")))) (, ",") (identifier "puVar7") () ")"))) (; ";")) (} "}")))) (expression_statement "fputc(0x3e,param_1);" (call_expression "fputc(0x3e,param_1)" (identifier "fputc") (argument_list "(0x3e,param_1)" (( "(") (number_literal "0x3e") (, ",") (identifier "param_1") () ")"))) (; ";")) (expression_statement "DAT_000849cc = DAT_000849cc + -1;" (assignment_expression "DAT_000849cc = DAT_000849cc + -1" (identifier "DAT_000849cc") (= "=") (binary_expression "DAT_000849cc + -1" (identifier "DAT_000849cc") (+ "+") (number_literal "-1"))) (; ";")) (labeled_statement "LAB_0003a7b8:\n fflush(param_1);" (statement_identifier "LAB_0003a7b8") (: ":") (expression_statement "fflush(param_1);" (call_expression "fflush(param_1)" (identifier "fflush") (argument_list "(param_1)" (( "(") (identifier "param_1") () ")"))) (; ";"))) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void function_1(type_1 *file,type_2 *sym) { type_3 sVar1; type_4 var_6; int var_8; type_5 var_3; type_6 vVar5; type_2 *var_1; type_7 *paVar7; type_8 *puVar8; type_2 *var_12; var_3 = (type_5)sym->bsym; if (((type_9)sym->sy_flags & 1) == 0) { LAB_0003a586: var_1 = (type_2 *)var_3->id; if (var_1 == (type_2 *)0x0) goto LAB_0003a574; LAB_0003a58d: if (*(char *)&var_1->sy_flags == '\0') { var_1 = (type_2 *)"(unnamed)"; } } else { if (var_2 == var_3) { var_3 = (type_5)((sym->sy_value).X_op_symbol)->bsym; goto LAB_0003a586; } var_1 = (sym->sy_value).X_add_symbol; if (var_1 != (type_2 *)0x0) goto LAB_0003a58d; LAB_0003a574: var_1 = (type_2 *)"(unnamed)"; } var_4(&DAT_0005cfec,1,4,(type_1 *)file); var_5((type_1 *)file,"%08lx",sym); var_5((type_1 *)file," %s",var_1); var_6 = *(type_4 *)&sym->sy_flags; var_12 = sym; if (((var_6 & 1) == 0) || (var_12 = (sym->sy_value).X_op_symbol, (type_5)sym->bsym == var_2) ) { if (var_12->sy_frag != &zero_address_frag) { var_4(" frag ",1,6,(type_1 *)file); var_5((type_1 *)file,"%08lx",var_12->sy_frag); } var_6 = *(type_4 *)&var_12->sy_flags; if ((var_6 & 2) != 0) { var_4(" written",1,8,(type_1 *)file); var_6 = *(type_4 *)&var_12->sy_flags; } if ((var_6 & 4) == 0) { if ((var_6 & 8) != 0) { var_4(" resolving",1,10,(type_1 *)file); var_6 = *(type_4 *)&var_12->sy_flags; } } else { var_4(" resolved",1,9,(type_1 *)file); var_6 = *(type_4 *)&var_12->sy_flags; } if ((var_6 & 0x10) == 0) { if ((var_6 & 0x20) == 0) goto LAB_0003a6c5; LAB_0003a868: var_4(" used",1,5,(type_1 *)file); var_8 = var_7(var_12); if (var_8 != 0) goto LAB_0003a890; LAB_0003a6d9: var_8 = var_9(var_12); if (var_8 == 0) goto LAB_0003a6ed; LAB_0003a8b8: var_4(" extern",1,7,(type_1 *)file); var_8 = var_10(var_12); } else { var_4(" used-in-reloc",1,0xe,(type_1 *)file); if (((type_9)var_12->sy_flags & 0x20) != 0) goto LAB_0003a868; LAB_0003a6c5: var_8 = var_7(var_12); if (var_8 == 0) goto LAB_0003a6d9; LAB_0003a890: var_4(" local",1,6,(type_1 *)file); var_8 = var_9(var_12); if (var_8 != 0) goto LAB_0003a8b8; LAB_0003a6ed: var_8 = var_10(var_12); } if (var_8 != 0) { var_4(&DAT_0005d034,1,5,(type_1 *)file); } var_3 = (type_5)var_12->bsym; if (((type_9)var_12->sy_flags & 1) == 0) { if (((type_9)var_3->next & 4) != 0) { LAB_0003aa80: var_4(" debug",1,6,(type_1 *)file); var_3 = (type_5)var_12->bsym; if (((type_9)var_12->sy_flags & 1) != 0) { if (var_3 == var_2) { var_1 = (var_12->sy_value).X_op_symbol; goto LAB_0003ab30; } goto LAB_0003a7e0; } } if (var_3->prev != (type_10 *)(var_11 + 0xa8)) goto LAB_0003a7f4; goto LAB_0003a72d; } if (var_2 == var_3) { var_1 = (var_12->sy_value).X_op_symbol; if ((var_1->bsym->flags & 4) != 0) goto LAB_0003aa80; LAB_0003ab30: if (var_1->bsym->section == (type_10 *)(var_11 + 0xa8)) goto LAB_0003a63f; LAB_0003a7f4: var_4(" defined",1,8,(type_1 *)file); goto LAB_0003a63f; } LAB_0003a7e0: if (var_3 != (type_5)(var_11 + 0xa8)) goto LAB_0003a7f4; LAB_0003a654: if (var_2 == var_3) { if (((((var_12->sy_value).X_op_symbol)->sy_flags).field_0x1 & 2) != 0) { LAB_0003a940: var_4(" weakrefr",1,9,(type_1 *)file); if (((type_9)var_12->sy_flags & 1) == 0) goto LAB_0003a737; var_3 = (type_5)var_12->bsym; if (var_2 != var_3) goto LAB_0003a74b; } if (((((var_12->sy_value).X_op_symbol)->sy_flags).field_0x1 & 4) != 0) goto LAB_0003a978; LAB_0003aada: var_1 = (var_12->sy_value).X_op_symbol; goto LAB_0003a745; } } else { if ((var_12 != (type_2 *)0x0) && (var_12 != (type_2 *)PTR_zero_address_frag_0007af70)) { var_4(" frag ",1,6,(type_1 *)file); var_5((type_1 *)file,"%08lx",(sym->sy_value).X_op_symbol); var_6 = *(type_4 *)&sym->sy_flags; } if ((var_6 & 4) != 0) { var_4(" resolved",1,9,(type_1 *)file); } var_4(" local",1,6,(type_1 *)file); var_12 = sym; LAB_0003a63f: if (((type_9)var_12->sy_flags & 1) != 0) { var_3 = (type_5)var_12->bsym; goto LAB_0003a654; } LAB_0003a72d: if (((var_12->sy_flags).field_0x1 & 2) != 0) goto LAB_0003a940; LAB_0003a737: var_1 = var_12; if (((var_12->sy_flags).field_0x1 & 4) != 0) { LAB_0003a978: var_4(" weakrefd",1,9,(type_1 *)file); var_1 = var_12; if (((type_9)var_12->sy_flags & 1) != 0) { var_3 = (type_5)var_12->bsym; if (var_2 == var_3) goto LAB_0003aada; goto LAB_0003a74b; } } LAB_0003a745: var_3 = var_1->bsym->section; } LAB_0003a74b: var_5((type_1 *)file," %s",var_3->name); sVar1 = var_12->sy_flags; if (((type_9)sVar1 & 1) == 0) { var_1 = var_12; if (((type_9)sVar1 & 4) != 0) { LAB_0003a818: var_3 = var_1->bsym->section; LAB_0003a782: if ((var_3 != (type_5)(var_11 + 0xa8)) && (var_13 != var_3)) { vVar5 = var_14(var_12); var_5((type_1 *)file," %lx",vVar5); } goto LAB_0003a7b8; } if (7 < var_15) goto LAB_0003a7b8; paVar7 = var_12->bsym; LAB_0003a83c: var_3 = paVar7->section; } else { var_3 = (type_5)var_12->bsym; if (var_3 == var_2) { var_1 = (var_12->sy_value).X_op_symbol; if (((type_9)var_1->sy_flags & 4) != 0) goto LAB_0003a818; if (7 < var_15) goto LAB_0003a7b8; paVar7 = var_1->bsym; goto LAB_0003a83c; } if (((type_9)sVar1 & 4) != 0) goto LAB_0003a782; if (7 < var_15) goto LAB_0003a7b8; } if (var_3 == (type_5)(var_11 + 0xa8)) goto LAB_0003a7b8; var_15 = var_15 + 1; puVar8 = &DAT_00059ae5; var_5((type_1 *)file,"\n%*s<",var_15 * 4,&DAT_00059ae5); if (((type_9)var_12->sy_flags & 1) == 0) { LAB_0003ab5b: var_16(file,&var_12->sy_value); } else { if ((type_5)var_12->bsym == var_2) { var_12 = (var_12->sy_value).X_op_symbol; goto LAB_0003ab5b; } var_5((type_1 *)file,"constant %lx",(var_12->sy_value).X_add_number,puVar8); } var_17(0x3e,(type_1 *)file); var_15 = var_15 + -1; LAB_0003a7b8: var_18((type_1 *)file); 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: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) 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: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator 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: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))) 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) 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: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (goto_statement label: (statement_identifier))) (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (char_literal (escape_sequence)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (string_literal (string_content)))))))) alternative: (else_clause (compound_statement (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: (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: (primitive_type) 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: (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))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (string_literal (string_content)))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)) (number_literal) (number_literal) (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (string_literal (string_content)) (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (string_literal (string_content)) (identifier)))) (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: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) 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: (type_identifier) declarator: (abstract_pointer_declarator 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 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: (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: (pointer_expression argument: (identifier)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (number_literal) (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (string_literal (string_content)) (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: (pointer_expression argument: (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 (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (number_literal) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))))) (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: (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) (number_literal) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier))))))) alternative: (else_clause (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (number_literal) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier))))))) (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: (identifier) right: (number_literal))) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (labeled_statement label: (statement_identifier) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (number_literal) (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: (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)))))) (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 (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (number_literal) (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier)))))) alternative: (else_clause (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (number_literal) (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))) right: (number_literal))) 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)))))) (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 (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (number_literal) (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: (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))))))))) (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) (number_literal) (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: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))) right: (number_literal))) 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: (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 (labeled_statement label: (statement_identifier) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (number_literal) (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: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (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: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (goto_statement label: (statement_identifier)))) (goto_statement label: (statement_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: (goto_statement label: (statement_identifier))) (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: (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: (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: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))) right: (number_literal))) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (labeled_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 declarator: (abstract_pointer_declarator))) value: (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: (binary_expression left: (identifier) right: (number_literal)))) consequence: (goto_statement label: (statement_identifier)))) (labeled_statement label: (statement_identifier) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (number_literal) (identifier))))) (goto_statement label: (statement_identifier)))) (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) consequence: (goto_statement label: (statement_identifier)))) (labeled_statement label: (statement_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: (type_identifier) declarator: (abstract_pointer_declarator)) value: (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: (number_literal))) 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) (number_literal) (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (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: (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: (identifier) right: (identifier))) 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: (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: (number_literal))) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (labeled_statement label: (statement_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)))))))) (goto_statement label: (statement_identifier)))))) alternative: (else_clause (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) right: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (number_literal) (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (string_literal (string_content)) (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: (pointer_expression argument: (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 (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (number_literal) (identifier)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (number_literal) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (labeled_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: (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))))))) (goto_statement label: (statement_identifier))))) (labeled_statement label: (statement_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: (number_literal))) consequence: (goto_statement label: (statement_identifier)))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (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: (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) (number_literal) (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (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: (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: (identifier) right: (identifier))) consequence: (goto_statement label: (statement_identifier))) (goto_statement label: (statement_identifier)))))) (labeled_statement label: (statement_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: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))))))))) (labeled_statement label: (statement_identifier) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (string_literal (string_content)) (pointer_expression argument: (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (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: (identifier))) (if_statement condition: (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: (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: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))))))) (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (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: (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 (call_expression function: (identifier) arguments: (argument_list (identifier) (string_literal (string_content)) (identifier))))))) (goto_statement label: (statement_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: (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))))))) (labeled_statement label: (statement_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))))))))) 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: (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: (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: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))) right: (number_literal))) consequence: (goto_statement label: (statement_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: (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))))))) (goto_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: (goto_statement label: (statement_identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (number_literal) right: (identifier))) consequence: (goto_statement label: (statement_identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (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)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (string_literal (escape_sequence) (string_content)) (binary_expression left: (identifier) right: (number_literal)) (pointer_expression argument: (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (binary_expression left: (identifier) right: (number_literal))))))) alternative: (else_clause (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: (identifier) right: (number_literal))))) right: (identifier))) 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))))))) (goto_statement label: (statement_identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (string_literal (string_content)) (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))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (number_literal) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (labeled_statement label: (statement_identifier) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier))))) (return_statement))))
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(FILE *param_1,byte *param_2) { byte bVar1; int iVar2; undefined4 *puVar3; undefined4 uVar4; byte *pbVar5; char *pcVar6; undefined *puVar7; byte *local_20; puVar3 = *(undefined4 **)(param_2 + 4); if ((*param_2 & 1) == 0) { LAB_0003a586: pcVar6 = (char *)puVar3[1]; if (pcVar6 == (char *)0x0) goto LAB_0003a574; LAB_0003a58d: if (*pcVar6 == '\0') { pcVar6 = "(unnamed)"; } } else { if (DAT_00084798 == puVar3) { puVar3 = *(undefined4 **)(*(int *)(param_2 + 0xc) + 4); goto LAB_0003a586; } pcVar6 = *(char **)(param_2 + 8); if (pcVar6 != (char *)0x0) goto LAB_0003a58d; LAB_0003a574: pcVar6 = "(unnamed)"; } fwrite(&DAT_0005cfec,1,4,param_1); fprintf(param_1,"%08lx",param_2); fprintf(param_1," %s",pcVar6); bVar1 = *param_2; local_20 = param_2; if (((bVar1 & 1) == 0) || (local_20 = *(byte **)(param_2 + 0xc), *(undefined4 **)(param_2 + 4) == DAT_00084798)) { if (*(undefined **)(local_20 + 0x20) != &DAT_00084720) { fwrite(" frag ",1,6,param_1); fprintf(param_1,"%08lx",*(undefined4 *)(local_20 + 0x20)); } bVar1 = *local_20; if ((bVar1 & 2) != 0) { fwrite(" written",1,8,param_1); bVar1 = *local_20; } if ((bVar1 & 4) == 0) { if ((bVar1 & 8) != 0) { fwrite(" resolving",1,10,param_1); bVar1 = *local_20; } } else { fwrite(" resolved",1,9,param_1); bVar1 = *local_20; } if ((bVar1 & 0x10) == 0) { if ((bVar1 & 0x20) == 0) goto LAB_0003a6c5; LAB_0003a868: fwrite(" used",1,5,param_1); iVar2 = FUN_00036b30(local_20); if (iVar2 != 0) goto LAB_0003a890; LAB_0003a6d9: iVar2 = FUN_00036850(local_20); if (iVar2 == 0) goto LAB_0003a6ed; LAB_0003a8b8: fwrite(" extern",1,7,param_1); iVar2 = FUN_000368c0(local_20); } else { fwrite(" used-in-reloc",1,0xe,param_1); if ((*local_20 & 0x20) != 0) goto LAB_0003a868; LAB_0003a6c5: iVar2 = FUN_00036b30(local_20); if (iVar2 == 0) goto LAB_0003a6d9; LAB_0003a890: fwrite(" local",1,6,param_1); iVar2 = FUN_00036850(local_20); if (iVar2 != 0) goto LAB_0003a8b8; LAB_0003a6ed: iVar2 = FUN_000368c0(local_20); } if (iVar2 != 0) { fwrite(" weak",1,5,param_1); } puVar3 = *(undefined4 **)(local_20 + 4); if ((*local_20 & 1) == 0) { if ((*(byte *)(puVar3 + 3) & 4) != 0) { LAB_0003aa80: fwrite(" debug",1,6,param_1); puVar3 = *(undefined4 **)(local_20 + 4); if ((*local_20 & 1) != 0) { if (puVar3 == DAT_00084798) { iVar2 = *(int *)(local_20 + 0xc); goto LAB_0003ab30; } goto LAB_0003a7e0; } } if ((undefined *)puVar3[4] != PTR__bfd_std_section_0007afb0 + 0xa8) goto LAB_0003a7f4; goto LAB_0003a72d; } if (DAT_00084798 == puVar3) { iVar2 = *(int *)(local_20 + 0xc); if ((*(byte *)(*(int *)(iVar2 + 4) + 0xc) & 4) != 0) goto LAB_0003aa80; LAB_0003ab30: if (*(undefined **)(*(int *)(iVar2 + 4) + 0x10) == PTR__bfd_std_section_0007afb0 + 0xa8) goto LAB_0003a63f; LAB_0003a7f4: fwrite(" defined",1,8,param_1); goto LAB_0003a63f; } LAB_0003a7e0: if (puVar3 != (undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8)) goto LAB_0003a7f4; LAB_0003a654: if (DAT_00084798 == puVar3) { if ((*(byte *)(*(int *)(local_20 + 0xc) + 1) & 2) != 0) { LAB_0003a940: fwrite(" weakrefr",1,9,param_1); if ((*local_20 & 1) == 0) goto LAB_0003a737; puVar3 = *(undefined4 **)(local_20 + 4); if (DAT_00084798 != puVar3) goto LAB_0003a74b; } if ((*(byte *)(*(int *)(local_20 + 0xc) + 1) & 4) != 0) goto LAB_0003a978; LAB_0003aada: pbVar5 = *(byte **)(local_20 + 0xc); goto LAB_0003a745; } } else { if ((local_20 != (byte *)0x0) && (local_20 != PTR_DAT_0007af70)) { fwrite(" frag ",1,6,param_1); fprintf(param_1,"%08lx",*(undefined4 *)(param_2 + 0xc)); bVar1 = *param_2; } if ((bVar1 & 4) != 0) { fwrite(" resolved",1,9,param_1); } fwrite(" local",1,6,param_1); local_20 = param_2; LAB_0003a63f: if ((*local_20 & 1) != 0) { puVar3 = *(undefined4 **)(local_20 + 4); goto LAB_0003a654; } LAB_0003a72d: if ((local_20[1] & 2) != 0) goto LAB_0003a940; LAB_0003a737: pbVar5 = local_20; if ((local_20[1] & 4) != 0) { LAB_0003a978: fwrite(" weakrefd",1,9,param_1); pbVar5 = local_20; if ((*local_20 & 1) != 0) { puVar3 = *(undefined4 **)(local_20 + 4); if (DAT_00084798 == puVar3) goto LAB_0003aada; goto LAB_0003a74b; } } LAB_0003a745: puVar3 = *(undefined4 **)(*(int *)(pbVar5 + 4) + 0x10); } LAB_0003a74b: fprintf(param_1," %s",*puVar3); bVar1 = *local_20; if ((bVar1 & 1) == 0) { pbVar5 = local_20; if ((bVar1 & 4) != 0) { LAB_0003a818: puVar3 = *(undefined4 **)(*(int *)(pbVar5 + 4) + 0x10); LAB_0003a782: if ((puVar3 != (undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8)) && (DAT_000846e0 != puVar3)) { uVar4 = FUN_000382f0(); fprintf(param_1," %lx",uVar4); } goto LAB_0003a7b8; } if (7 < DAT_000849cc) goto LAB_0003a7b8; iVar2 = *(int *)(local_20 + 4); LAB_0003a83c: puVar3 = *(undefined4 **)(iVar2 + 0x10); } else { puVar3 = *(undefined4 **)(local_20 + 4); if (puVar3 == DAT_00084798) { pbVar5 = *(byte **)(local_20 + 0xc); if ((*pbVar5 & 4) != 0) goto LAB_0003a818; if (7 < DAT_000849cc) goto LAB_0003a7b8; iVar2 = *(int *)(pbVar5 + 4); goto LAB_0003a83c; } if ((bVar1 & 4) != 0) goto LAB_0003a782; if (7 < DAT_000849cc) goto LAB_0003a7b8; } if (puVar3 == (undefined4 *)(PTR__bfd_std_section_0007afb0 + 0xa8)) goto LAB_0003a7b8; DAT_000849cc = DAT_000849cc + 1; puVar7 = &DAT_00059ae5; fprintf(param_1,"\n%*s<",DAT_000849cc * 4,&DAT_00059ae5); if ((*local_20 & 1) == 0) { LAB_0003ab5b: FUN_0003a0b0(param_1,local_20 + 8); } else { if (*(undefined4 **)(local_20 + 4) == DAT_00084798) { local_20 = *(byte **)(local_20 + 0xc); goto LAB_0003ab5b; } fprintf(param_1,"constant %lx",*(undefined4 *)(local_20 + 0x10),puVar7); } fputc(0x3e,param_1); DAT_000849cc = DAT_000849cc + -1; LAB_0003a7b8: fflush(param_1); return; }
5151_i686-linux-gnu-dwp_and_i686-linux-gnu-dwp_strip.c
_M_rehash
FUN_0012ab10
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* DWARF original prototype: void _M_rehash(_Hashtable<char_const*,_std::pair<char_const*_const,_gold::Warnings::Warning_location>,_std::allocator<std::pair<char_const*_const,_gold::Warnings::Warning_location>_>,_std::__detail::_Select1st,_std::equal_to<char_const*>,_std::hash<char_const*>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_> * this, size_type __n, __rehash_state * __state) */ void __thiscall std:: _Hashtable<char_const*,_std::pair<char_const*_const,_gold::Warnings::Warning_location>,_std::allocator<std::pair<char_const*_const,_gold::Warnings::Warning_location>_>,_std::__detail::_Select1st,_std::equal_to<char_const*>,_std::hash<char_const*>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_> ::_M_rehash(_Hashtable<char_const*,_std::pair<char_const*_const,_gold::Warnings::Warning_location>,_std::allocator<std::pair<char_const*_const,_gold::Warnings::Warning_location>_>,_std::__detail::_Select1st,_std::equal_to<char_const*>,_std::hash<char_const*>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_> *this,size_type __n,__rehash_state *__state) { __bucket_type *pp_Var1; _Hash_node_base *p_Var2; __bucket_type *pp_Var3; _Hash_node_base *p_Var4; uint uVar5; uint uVar6; _Hashtable_alloc<std::allocator<std::__detail::_Hash_node<std::pair<const_std::pair<unsigned_int,_unsigned_int>,_gold::Symbol*>,_true>_>_> *in_stack_ffffffd4; size_t in_stack_ffffffd8; if (__n == 1) { pp_Var3 = &this->_M_single_bucket; this->_M_single_bucket = (__bucket_type)0x0; } else { /* try { // try from 0012ab38 to 0012ab3c has its CatchHandler @ 0012abfb */ pp_Var3 = __detail:: _Hashtable_alloc<std::allocator<std::__detail::_Hash_node<std::pair<const_std::pair<unsigned_int,_unsigned_int>,_gold::Symbol*>,_true>_>_> ::_M_allocate_buckets(in_stack_ffffffd4,in_stack_ffffffd8); } p_Var4 = (this->_M_before_begin)._M_nxt; (this->_M_before_begin)._M_nxt = (_Hash_node_base *)0x0; if (p_Var4 != (_Hash_node_base *)0x0) { uVar6 = 0; do { while( true ) { p_Var2 = p_Var4->_M_nxt; uVar5 = (uint)p_Var4[1]._M_nxt % __n; pp_Var1 = pp_Var3 + uVar5; if (*pp_Var1 == (__bucket_type)0x0) break; p_Var4->_M_nxt = (*pp_Var1)->_M_nxt; (*pp_Var1)->_M_nxt = p_Var4; uVar5 = uVar6; LAB_0012ab68: p_Var4 = p_Var2; uVar6 = uVar5; if (p_Var2 == (_Hash_node_base *)0x0) goto LAB_0012abb0; } p_Var4->_M_nxt = (this->_M_before_begin)._M_nxt; (this->_M_before_begin)._M_nxt = p_Var4; *pp_Var1 = &this->_M_before_begin; if (p_Var4->_M_nxt == (_Hash_node_base *)0x0) goto LAB_0012ab68; pp_Var3[uVar6] = p_Var4; p_Var4 = p_Var2; uVar6 = uVar5; } while (p_Var2 != (_Hash_node_base *)0x0); } LAB_0012abb0: if (this->_M_buckets != &this->_M_single_bucket) { operator_delete(this->_M_buckets); } this->_M_buckets = pp_Var3; this->_M_bucket_count = __n; return; }
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ void FUN_0012ab10(int *param_1,uint param_2) { int *piVar1; int *piVar2; int *piVar3; int *piVar4; uint uVar5; uint uVar6; int *local_28; if (param_2 == 1) { piVar3 = param_1 + 6; param_1[6] = 0; } else { /* try { // try from 0012ab38 to 0012ab3c has its CatchHandler @ 0012abfb */ piVar3 = (int *)FUN_001228b0(); } local_28 = param_1 + 6; piVar4 = (int *)param_1[2]; param_1[2] = 0; if (piVar4 != (int *)0x0) { uVar6 = 0; do { while( true ) { piVar2 = (int *)*piVar4; uVar5 = (uint)piVar4[1] % param_2; piVar1 = piVar3 + uVar5; if ((int *)*piVar1 == (int *)0x0) break; *piVar4 = *(int *)*piVar1; *(int **)*piVar1 = piVar4; uVar5 = uVar6; LAB_0012ab68: piVar4 = piVar2; uVar6 = uVar5; if (piVar2 == (int *)0x0) goto LAB_0012abb0; } *piVar4 = param_1[2]; param_1[2] = (int)piVar4; *piVar1 = (int)(param_1 + 2); if (*piVar4 == 0) goto LAB_0012ab68; piVar3[uVar6] = (int)piVar4; piVar4 = piVar2; uVar6 = uVar5; } while (piVar2 != (int *)0x0); } LAB_0012abb0: if ((int *)*param_1 != local_28) { FUN_001807a0((int *)*param_1); } *param_1 = (int)piVar3; param_1[1] = param_2; return; }
CALL 0x0004fb76 ADD EAX,0x1d74eb PUSH EBP PUSH EDI PUSH ESI PUSH EBX SUB ESP,0x1c CMP dword ptr [ESP + 0x34],0x1 MOV ESI,dword ptr [ESP + 0x30] MOV dword ptr [ESP + 0xc],EAX JZ 0x0012abe8 MOV EAX,dword ptr [ESP + 0x34] CALL 0x001228b0 MOV EDI,EAX LEA EAX,[ESI + 0x18] MOV dword ptr [ESP + 0x4],EAX MOV ECX,dword ptr [ESI + 0x8] MOV dword ptr [ESI + 0x8],0x0 TEST ECX,ECX JZ 0x0012abb0 LEA EAX,[ESI + 0x8] XOR EBP,EBP MOV dword ptr [ESP + 0x8],EAX JMP 0x0012ab6f MOV EAX,dword ptr [EAX] MOV dword ptr [ECX],EAX MOV EAX,dword ptr [EBX] MOV dword ptr [EAX],ECX MOV ECX,dword ptr [ESP] TEST ECX,ECX JZ 0x0012abb0 MOV EAX,dword ptr [ECX] XOR EDX,EDX MOV dword ptr [ESP],EAX MOV EAX,dword ptr [ECX + 0x4] DIV dword ptr [ESP + 0x34] LEA EBX,[EDI + EDX*0x4] MOV EAX,dword ptr [EBX] TEST EAX,EAX JNZ 0x0012ab60 MOV EAX,dword ptr [ESI + 0x8] MOV dword ptr [ECX],EAX MOV EAX,dword ptr [ESP + 0x8] MOV dword ptr [ESI + 0x8],ECX MOV dword ptr [EBX],EAX MOV EAX,dword ptr [ECX] TEST EAX,EAX JZ 0x0012abe0 MOV dword ptr [EDI + EBP*0x4],ECX MOV ECX,dword ptr [ESP] MOV EBP,EDX TEST ECX,ECX JNZ 0x0012ab6f LEA ESI,[ESI] LEA ESI,[ESI] MOV EAX,dword ptr [ESI] CMP EAX,dword ptr [ESP + 0x4] JZ 0x0012abc8 SUB ESP,0xc PUSH EAX MOV EBX,dword ptr [ESP + 0x1c] CALL 0x001807a0 ADD ESP,0x10 MOV EAX,dword ptr [ESP + 0x34] MOV dword ptr [ESI],EDI MOV dword ptr [ESI + 0x4],EAX ADD ESP,0x1c POP EBX POP ESI POP EDI POP EBP RET MOV EBP,EDX JMP 0x0012ab68 LEA EDI,[ESI + 0x18] MOV dword ptr [ESI + 0x18],0x0 MOV dword ptr [ESP + 0x4],EDI JMP 0x0012ab46
null
null
null
null
[('tmp_1568', u'CALL_-1207063688'), ('tmp_785', u'PTRSUB_-1207063159'), (u'PTRSUB_-1207063115', u'LOAD_-1207063600'), ('tmp_726', u'CBRANCH_-1207063420'), (u'PTRSUB_-1207063146', u'STORE_-1207063509'), (u'PTRSUB_-1207062976', u'STORE_-1207063283'), (u'COPY_-1207063166', u'MULTIEQUAL_-1207063263'), ('tmp_254', u'BRANCH_-1207063617'), (u'PTRSUB_-1207063130', u'STORE_-1207063429'), (u'PTRSUB_-1207063165', u'PTRSUB_-1207063164'), ('const-417', u'STORE_-1207063526'), (u'INT_REM_-1207063532', u'PTRADD_-1207063099'), ('const-417', u'LOAD_-1207063553'), ('const-417', u'STORE_-1207063663'), ('const-0', u'PTRSUB_-1207063133'), ('const-417', u'LOAD_-1207063600'), ('tmp_477', u'CBRANCH_-1207063459'), ('const-0', u'PTRSUB_-1207063115'), ('const-8', u'PTRSUB_-1207063159'), ('const-417', u'LOAD_-1207063507'), (u'COPY_-1207063102', u'MULTIEQUAL_-1207063255'), ('const-0', u'INT_EQUAL_-1207063421'), (u'LOAD_-1207063533', u'STORE_-1207063526'), ('tmp_142', u'CBRANCH_-1207063706'), (u'PTRSUB_-1207063106', u'LOAD_-1207063579'), (u'MULTIEQUAL_-1207063293', u'PTRADD_-1207063099'), ('const-4', u'PTRADD_-1207063099'), ('const-417', u'LOAD_-1207063579'), ('tmp_786', u'INT_REM_-1207063532'), ('tmp_785', u'PTRSUB_-1207063010'), (u'LOAD_-1207063435', u'STORE_-1207063429'), ('const-0', u'INT_NOTEQUAL_-1207063460'), ('tmp_786', u'STORE_-1207063367'), ('const-4', u'PTRSUB_-1207063007'), ('const-417', u'STORE_-1207063421'), ('const-417', u'STORE_-1207063514'), (u'PTRSUB_-1207063133', u'LOAD_-1207063435'), ('const-0', u'PTRSUB_-1207063083'), ('const-417', u'STORE_-1207063485'), (u'LOAD_-1207063671', u'COPY_-1207063178'), ('const-24', u'PTRSUB_-1207062980'), (u'LOAD_-1207063553', u'PTRSUB_-1207063133'), (u'PTRADD_-1207063099', u'LOAD_-1207063553'), ('const-0', u'PTRSUB_-1207063039'), (u'COPY_-1207063174', u'MULTIEQUAL_-1207063255'), (u'MULTIEQUAL_-1207063271', u'PTRADD_-1207063108'), ('const-8', u'PTRSUB_-1207063076'), ('tmp_785', u'PTRSUB_-1207062980'), ('const-0', u'PTRSUB_-1207063106'), (u'LOAD_-1207063427', u'PTRSUB_-1207063125'), ('const-417', u'LOAD_-1207063427'), (u'PTRSUB_-1207063007', u'STORE_-1207063367'), (u'PTRADD_-1207063063', u'STORE_-1207063485'), (u'MULTIEQUAL_-1207063255', u'PTRADD_-1207063063'), (u'COPY_-1207063636', u'COPY_-1207063174'), (u'PTRSUB_-1207062980', u'MULTIEQUAL_-1207063293'), (u'MULTIEQUAL_-1207063271', u'PTRSUB_-1207063115'), ('const-417', u'LOAD_-1207063435'), (u'PTRSUB_-1207063075', u'STORE_-1207063514'), (u'PTRSUB_-1207063087', u'LOAD_-1207063533'), ('tmp_785', u'PTRSUB_-1207063039'), (u'LOAD_-1207063553', u'INT_EQUAL_-1207063536'), ('const-0', u'INT_NOTEQUAL_-1207063642'), ('tmp_785', u'PTRSUB_-1207062976'), ('const-0', u'INT_EQUAL_-1207063536'), (u'LOAD_-1207063600', u'INT_NOTEQUAL_-1207063460'), (u'CAST_-1207063079', u'INT_REM_-1207063532'), (u'PTRSUB_-1207063069', u'LOAD_-1207063507'), (u'MULTIEQUAL_-1207063293', u'PTRADD_-1207063063'), (u'PTRSUB_-1207063159', u'PTRSUB_-1207063158'), ('tmp_786', u'INT_EQUAL_-1207063724'), (u'COPY_-1207063106', u'MULTIEQUAL_-1207063271'), (u'LOAD_-1207063600', u'INT_EQUAL_-1207063421'), (u'MULTIEQUAL_-1207063255', u'COPY_-1207063166'), ('const-0', u'STORE_-1207063663'), ('tmp_785', u'PTRSUB_-1207063165'), ('const-0', u'INT_EQUAL_-1207063490'), (u'INT_NOTEQUAL_-1207063426', u'CBRANCH_-1207063424'), (u'MULTIEQUAL_-1207063271', u'STORE_-1207063421'), (u'MULTIEQUAL_-1207063271', u'PTRSUB_-1207063130'), (u'COPY_-1207063156', u'MULTIEQUAL_-1207063255'), ('tmp_215', u'CBRANCH_-1207063642'), (u'PTRSUB_-1207063010', u'STORE_-1207063372'), ('tmp_785', u'PTRSUB_-1207063163'), ('const-0', u'PTRSUB_-1207063087'), ('tmp_785', u'PTRSUB_-1207063088'), ('const-8', u'PTRSUB_-1207063088'), (u'LOAD_-1207063600', u'COPY_-1207063106'), ('const-417', u'STORE_-1207063509'), (u'PTRSUB_-1207063083', u'STORE_-1207063526'), (u'INT_EQUAL_-1207063724', u'CBRANCH_-1207063706'), ('const-417', u'LOAD_-1207063671'), ('const-0', u'PTRSUB_-1207063158'), (u'INT_EQUAL_-1207063421', u'CBRANCH_-1207063420'), (u'PTRSUB_-1207063039', u'LOAD_-1207063447'), (u'MULTIEQUAL_-1207063271', u'STORE_-1207063485'), ('const-417', u'LOAD_-1207063447'), (u'MULTIEQUAL_-1207063293', u'STORE_-1207063372'), ('tmp_785', u'PTRSUB_-1207063076'), ('const-1', u'INT_EQUAL_-1207063724'), (u'MULTIEQUAL_-1207063271', u'PTRSUB_-1207063083'), ('const-0', u'RETURN_-1207063322'), ('const-0', u'PTRSUB_-1207063075'), ('const-417', u'STORE_-1207063367'), ('const-0', u'STORE_-1207063283'), ('const-0', u'PTRSUB_-1207063130'), (u'PTRSUB_-1207063125', u'STORE_-1207063421'), ('const-417', u'STORE_-1207063283'), (u'PTRADD_-1207063099', u'STORE_-1207063509'), ('tmp_366', u'CBRANCH_-1207063534'), ('tmp_522', u'CBRANCH_-1207063424'), ('const-0', u'PTRSUB_-1207063010'), ('tmp_785', u'PTRSUB_-1207063007'), (u'LOAD_-1207063447', u'CALL_-1207063394'), ('const-1', u'PTRADD_-1207063108'), ('tmp_431', u'CBRANCH_-1207063489'), ('tmp_1563', u'CALL_-1207063688'), (u'PTRSUB_-1207063158', u'STORE_-1207063663'), (u'INT_NOTEQUAL_-1207063460', u'CBRANCH_-1207063459'), (u'LOAD_-1207063447', u'INT_NOTEQUAL_-1207063426'), ('const-4', u'PTRADD_-1207063108'), (u'LOAD_-1207063600', u'COPY_-1207063160'), (u'LOAD_-1207063671', u'INT_NOTEQUAL_-1207063642'), (u'INT_REM_-1207063532', u'MULTIEQUAL_-1207063263'), (u'COPY_-1207063160', u'MULTIEQUAL_-1207063271'), ('const-0', u'PTRSUB_-1207063069'), (u'PTRADD_-1207063108', u'PTRSUB_-1207063106'), ('tmp_769', u'BRANCH_-1207063267'), (u'CALL_-1207063688', u'MULTIEQUAL_-1207063293'), (u'INT_NOTEQUAL_-1207063642', u'CBRANCH_-1207063642'), ('const-417', u'LOAD_-1207063533'), (u'INT_EQUAL_-1207063490', u'CBRANCH_-1207063489'), (u'PTRSUB_-1207063088', u'PTRSUB_-1207063087'), (u'COPY_-1207063178', u'MULTIEQUAL_-1207063271'), (u'PTRSUB_-1207063076', u'PTRSUB_-1207063075'), (u'PTRADD_-1207063099', u'LOAD_-1207063427'), ('const-417', u'STORE_-1207063372'), (u'INT_EQUAL_-1207063536', u'CBRANCH_-1207063534'), (u'MULTIEQUAL_-1207063271', u'STORE_-1207063514'), ('const-417', u'STORE_-1207063429'), ('const-8', u'PTRSUB_-1207063165'), (u'PTRSUB_-1207063164', u'LOAD_-1207063671'), (u'MULTIEQUAL_-1207063263', u'COPY_-1207063156'), (u'MULTIEQUAL_-1207063271', u'PTRSUB_-1207063069'), ('const-4', u'PTRADD_-1207063063'), ('const-0', u'COPY_-1207063636'), ('const-0', u'PTRSUB_-1207063125'), ('const-24', u'PTRSUB_-1207062976'), ('tmp_785', u'PTRSUB_-1207063146'), ('const-24', u'PTRSUB_-1207063163'), (u'INT_REM_-1207063532', u'COPY_-1207063102'), ('const-0', u'PTRSUB_-1207063164'), (u'LOAD_-1207063579', u'CAST_-1207063079'), (u'LOAD_-1207063507', u'INT_EQUAL_-1207063490'), ('const-8', u'PTRSUB_-1207063146'), (u'PTRSUB_-1207063163', u'INT_NOTEQUAL_-1207063426')]
[(u'COPY_-1207063636', u'COPY_-1207063192'), ('const-1', u'PTRADD_-1207063119'), (u'CAST_-1207063105', u'INT_EQUAL_-1207063421'), (u'CAST_-1207063105', u'COPY_-1207063124'), (u'COPY_-1207063178', u'MULTIEQUAL_-1207063272'), ('tmp_1562', u'PTRADD_-1207062995'), ('tmp_726', u'CBRANCH_-1207063420'), ('const-417', u'STORE_-1207063485'), ('const-4', u'PTRADD_-1207063166'), ('tmp_254', u'BRANCH_-1207063617'), ('const-0', u'STORE_-1207063663'), (u'PTRADD_-1207063170', u'INT_NOTEQUAL_-1207063426'), ('const-2', u'PTRADD_-1207063101'), ('tmp_477', u'CBRANCH_-1207063459'), ('const-6', u'PTRADD_-1207062995'), (u'MULTIEQUAL_-1207063264', u'COPY_-1207063174'), (u'PTRADD_-1207063101', u'LOAD_-1207063533'), ('const-417', u'STORE_-1207063514'), (u'CAST_-1207063056', u'STORE_-1207063485'), (u'CAST_-1207063147', u'INT_NOTEQUAL_-1207063642'), ('const-0', u'INT_EQUAL_-1207063421'), (u'LOAD_-1207063533', u'STORE_-1207063526'), ('tmp_142', u'CBRANCH_-1207063706'), (u'PTRADD_-1207063166', u'STORE_-1207063663'), (u'PTRADD_-1207063154', u'CAST_-1207063065'), ('const-4', u'PTRADD_-1207063026'), ('tmp_1562', u'PTRADD_-1207063171'), ('const-6', u'PTRADD_-1207062999'), ('tmp_1562', u'PTRADD_-1207063154'), ('const-417', u'LOAD_-1207063579'), ('const-4', u'PTRADD_-1207063091'), (u'MULTIEQUAL_-1207063272', u'PTRADD_-1207063119'), (u'LOAD_-1207063435', u'STORE_-1207063429'), ('const-0', u'INT_NOTEQUAL_-1207063460'), (u'MULTIEQUAL_-1207063272', u'STORE_-1207063421'), (u'MULTIEQUAL_-1207063272', u'LOAD_-1207063507'), (u'COPY_-1207063196', u'MULTIEQUAL_-1207063272'), (u'CAST_-1207063069', u'STORE_-1207063514'), ('tmp_1562', u'PTRADD_-1207063091'), ('tmp_1562', u'PTRADD_-1207063026'), (u'CAST_-1207063094', u'INT_REM_-1207063532'), (u'MULTIEQUAL_-1207063272', u'CAST_-1207063056'), ('tmp_1562', u'STORE_-1207063372'), (u'PTRADD_-1207063111', u'STORE_-1207063509'), (u'INT_REM_-1207063532', u'PTRADD_-1207063111'), (u'LOAD_-1207063553', u'CAST_-1207063086'), ('const-4', u'PTRADD_-1207063171'), (u'LOAD_-1207063579', u'CAST_-1207063094'), (u'LOAD_-1207063600', u'CAST_-1207063105'), ('const-6', u'PTRADD_-1207063170'), ('const-417', u'STORE_-1207063526'), (u'COPY_-1207063174', u'MULTIEQUAL_-1207063256'), (u'CALL_-1207063688', u'CAST_-1207063162'), ('const-2', u'PTRADD_-1207063154'), ('const-0', u'INT_NOTEQUAL_-1207063642'), ('const-0', u'INT_EQUAL_-1207063536'), ('tmp_1562', u'PTRADD_-1207063166'), ('const-417', u'LOAD_-1207063553'), ('const-4', u'PTRADD_-1207063111'), (u'MULTIEQUAL_-1207063272', u'STORE_-1207063526'), (u'CAST_-1207063065', u'STORE_-1207063509'), (u'CAST_-1207063147', u'COPY_-1207063196'), ('const-4', u'PTRADD_-1207063101'), ('const-2', u'PTRADD_-1207063091'), ('const-417', u'STORE_-1207063367'), ('const-2', u'PTRADD_-1207063166'), ('const-0', u'INT_EQUAL_-1207063490'), (u'MULTIEQUAL_-1207063272', u'STORE_-1207063429'), (u'INT_REM_-1207063532', u'COPY_-1207063120'), (u'INT_NOTEQUAL_-1207063426', u'CBRANCH_-1207063424'), ('const-0', u'STORE_-1207063283'), (u'COPY_-1207063184', u'MULTIEQUAL_-1207063264'), ('tmp_1562', u'PTRADD_-1207062999'), ('const-417', u'STORE_-1207063429'), (u'PTRADD_-1207063079', u'STORE_-1207063485'), (u'LOAD_-1207063447', u'CAST_-1207063033'), (u'PTRADD_-1207063119', u'LOAD_-1207063579'), (u'CAST_-1207063033', u'CALL_-1207063394'), ('tmp_215', u'CBRANCH_-1207063642'), ('const-417', u'LOAD_-1207063600'), (u'PTRADD_-1207063091', u'STORE_-1207063514'), ('const-4', u'PTRADD_-1207062995'), ('const-417', u'STORE_-1207063283'), ('const-417', u'STORE_-1207063509'), ('tmp_1561', u'STORE_-1207063367'), ('const-1', u'PTRADD_-1207063026'), (u'INT_EQUAL_-1207063724', u'CBRANCH_-1207063706'), ('tmp_1561', u'INT_REM_-1207063532'), (u'INT_EQUAL_-1207063421', u'CBRANCH_-1207063420'), (u'COPY_-1207063192', u'MULTIEQUAL_-1207063256'), ('const-4', u'PTRADD_-1207063119'), (u'PTRADD_-1207063171', u'LOAD_-1207063671'), ('const-4', u'PTRADD_-1207062999'), (u'MULTIEQUAL_-1207063272', u'CAST_-1207063069'), (u'CAST_-1207063113', u'STORE_-1207063421'), (u'MULTIEQUAL_-1207063256', u'COPY_-1207063184'), ('const-0', u'RETURN_-1207063322'), ('const-417', u'LOAD_-1207063447'), ('const-0', u'COPY_-1207063636'), (u'CAST_-1207063105', u'COPY_-1207063178'), ('tmp_1562', u'PTRADD_-1207063170'), ('const-4', u'PTRADD_-1207063079'), ('const-417', u'STORE_-1207063372'), (u'PTRADD_-1207063026', u'STORE_-1207063367'), ('const-417', u'LOAD_-1207063533'), (u'INT_REM_-1207063532', u'MULTIEQUAL_-1207063264'), ('tmp_366', u'CBRANCH_-1207063534'), ('tmp_522', u'CBRANCH_-1207063424'), (u'LOAD_-1207063671', u'CAST_-1207063147'), (u'CAST_-1207063004', u'STORE_-1207063372'), ('const-417', u'STORE_-1207063421'), (u'COPY_-1207063120', u'MULTIEQUAL_-1207063256'), ('tmp_431', u'CBRANCH_-1207063489'), ('const-4', u'PTRADD_-1207063170'), (u'MULTIEQUAL_-1207063294', u'CAST_-1207063004'), (u'PTRADD_-1207062999', u'MULTIEQUAL_-1207063294'), (u'INT_NOTEQUAL_-1207063460', u'CBRANCH_-1207063459'), ('const-4', u'PTRADD_-1207063154'), (u'LOAD_-1207063427', u'CAST_-1207063113'), ('const-417', u'LOAD_-1207063671'), ('const-417', u'LOAD_-1207063427'), (u'PTRADD_-1207063111', u'LOAD_-1207063553'), ('tmp_769', u'BRANCH_-1207063267'), (u'MULTIEQUAL_-1207063256', u'PTRADD_-1207063079'), ('const-417', u'LOAD_-1207063507'), (u'INT_NOTEQUAL_-1207063642', u'CBRANCH_-1207063642'), (u'INT_EQUAL_-1207063490', u'CBRANCH_-1207063489'), (u'CAST_-1207063086', u'LOAD_-1207063435'), (u'CAST_-1207063162', u'MULTIEQUAL_-1207063294'), (u'CAST_-1207063033', u'INT_NOTEQUAL_-1207063426'), (u'CAST_-1207063086', u'INT_EQUAL_-1207063536'), ('const-417', u'STORE_-1207063663'), (u'INT_EQUAL_-1207063536', u'CBRANCH_-1207063534'), (u'PTRADD_-1207063111', u'LOAD_-1207063427'), ('tmp_1561', u'INT_EQUAL_-1207063724'), ('tmp_1562', u'LOAD_-1207063447'), ('const-1', u'INT_EQUAL_-1207063724'), (u'PTRADD_-1207062995', u'STORE_-1207063283'), (u'MULTIEQUAL_-1207063294', u'PTRADD_-1207063079'), (u'COPY_-1207063124', u'MULTIEQUAL_-1207063272'), (u'MULTIEQUAL_-1207063272', u'LOAD_-1207063600'), ('const-417', u'LOAD_-1207063435'), ('const-2', u'PTRADD_-1207063171'), (u'MULTIEQUAL_-1207063294', u'PTRADD_-1207063111'), ('tmp_1562', u'PTRADD_-1207063101'), (u'CAST_-1207063105', u'INT_NOTEQUAL_-1207063460'), (u'LOAD_-1207063507', u'INT_EQUAL_-1207063490')]
null
null
0012ab10
x86
O2
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nvoid FUN_0012ab10(int *param_1,uint param_2)\n\n{\n int *piVar1;\n int *piVar2;\n int *piVar3;\n int *piVar4;\n uint uVar5;\n uint uVar6;\n int *local_28;\n \n if (param_2 == 1) {\n piVar3 = param_1 + 6;\n param_1[6] = 0;\n }\n else {\n /* try { // try from 0012ab38 to 0012ab3c has its CatchHandler @ 0012abfb */\n piVar3 = (int *)FUN_001228b0();\n }\n local_28 = param_1 + 6;\n piVar4 = (int *)param_1[2];\n param_1[2] = 0;\n if (piVar4 != (int *)0x0) {\n uVar6 = 0;\n do {\n while( true ) {\n piVar2 = (int *)*piVar4;\n uVar5 = (uint)piVar4[1] % param_2;\n piVar1 = piVar3 + uVar5;\n if ((int *)*piVar1 == (int *)0x0) break;\n *piVar4 = *(int *)*piVar1;\n *(int **)*piVar1 = piVar4;\n uVar5 = uVar6;\nLAB_0012ab68:\n piVar4 = piVar2;\n uVar6 = uVar5;\n if (piVar2 == (int *)0x0) goto LAB_0012abb0;\n }\n *piVar4 = param_1[2];\n param_1[2] = (int)piVar4;\n *piVar1 = (int)(param_1 + 2);\n if (*piVar4 == 0) goto LAB_0012ab68;\n piVar3[uVar6] = (int)piVar4;\n piVar4 = piVar2;\n uVar6 = uVar5;\n } while (piVar2 != (int *)0x0);\n }\nLAB_0012abb0:\n if ((int *)*param_1 != local_28) {\n FUN_001807a0((int *)*param_1);\n }\n *param_1 = (int)piVar3;\n param_1[1] = param_2;\n return;\n}\n\n" comment (function_definition "void FUN_0012ab10(int *param_1,uint param_2)\n\n{\n int *piVar1;\n int *piVar2;\n int *piVar3;\n int *piVar4;\n uint uVar5;\n uint uVar6;\n int *local_28;\n \n if (param_2 == 1) {\n piVar3 = param_1 + 6;\n param_1[6] = 0;\n }\n else {\n /* try { // try from 0012ab38 to 0012ab3c has its CatchHandler @ 0012abfb */\n piVar3 = (int *)FUN_001228b0();\n }\n local_28 = param_1 + 6;\n piVar4 = (int *)param_1[2];\n param_1[2] = 0;\n if (piVar4 != (int *)0x0) {\n uVar6 = 0;\n do {\n while( true ) {\n piVar2 = (int *)*piVar4;\n uVar5 = (uint)piVar4[1] % param_2;\n piVar1 = piVar3 + uVar5;\n if ((int *)*piVar1 == (int *)0x0) break;\n *piVar4 = *(int *)*piVar1;\n *(int **)*piVar1 = piVar4;\n uVar5 = uVar6;\nLAB_0012ab68:\n piVar4 = piVar2;\n uVar6 = uVar5;\n if (piVar2 == (int *)0x0) goto LAB_0012abb0;\n }\n *piVar4 = param_1[2];\n param_1[2] = (int)piVar4;\n *piVar1 = (int)(param_1 + 2);\n if (*piVar4 == 0) goto LAB_0012ab68;\n piVar3[uVar6] = (int)piVar4;\n piVar4 = piVar2;\n uVar6 = uVar5;\n } while (piVar2 != (int *)0x0);\n }\nLAB_0012abb0:\n if ((int *)*param_1 != local_28) {\n FUN_001807a0((int *)*param_1);\n }\n *param_1 = (int)piVar3;\n param_1[1] = param_2;\n return;\n}" primitive_type (function_declarator "FUN_0012ab10(int *param_1,uint param_2)" identifier (parameter_list "(int *param_1,uint param_2)" ( (parameter_declaration "int *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "uint param_2" type_identifier identifier) ))) (compound_statement "{\n int *piVar1;\n int *piVar2;\n int *piVar3;\n int *piVar4;\n uint uVar5;\n uint uVar6;\n int *local_28;\n \n if (param_2 == 1) {\n piVar3 = param_1 + 6;\n param_1[6] = 0;\n }\n else {\n /* try { // try from 0012ab38 to 0012ab3c has its CatchHandler @ 0012abfb */\n piVar3 = (int *)FUN_001228b0();\n }\n local_28 = param_1 + 6;\n piVar4 = (int *)param_1[2];\n param_1[2] = 0;\n if (piVar4 != (int *)0x0) {\n uVar6 = 0;\n do {\n while( true ) {\n piVar2 = (int *)*piVar4;\n uVar5 = (uint)piVar4[1] % param_2;\n piVar1 = piVar3 + uVar5;\n if ((int *)*piVar1 == (int *)0x0) break;\n *piVar4 = *(int *)*piVar1;\n *(int **)*piVar1 = piVar4;\n uVar5 = uVar6;\nLAB_0012ab68:\n piVar4 = piVar2;\n uVar6 = uVar5;\n if (piVar2 == (int *)0x0) goto LAB_0012abb0;\n }\n *piVar4 = param_1[2];\n param_1[2] = (int)piVar4;\n *piVar1 = (int)(param_1 + 2);\n if (*piVar4 == 0) goto LAB_0012ab68;\n piVar3[uVar6] = (int)piVar4;\n piVar4 = piVar2;\n uVar6 = uVar5;\n } while (piVar2 != (int *)0x0);\n }\nLAB_0012abb0:\n if ((int *)*param_1 != local_28) {\n FUN_001807a0((int *)*param_1);\n }\n *param_1 = (int)piVar3;\n param_1[1] = param_2;\n return;\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (declaration "int *piVar2;" primitive_type (pointer_declarator "*piVar2" * identifier) ;) (declaration "int *piVar3;" primitive_type (pointer_declarator "*piVar3" * identifier) ;) (declaration "int *piVar4;" primitive_type (pointer_declarator "*piVar4" * identifier) ;) (declaration "uint uVar5;" type_identifier identifier ;) (declaration "uint uVar6;" type_identifier identifier ;) (declaration "int *local_28;" primitive_type (pointer_declarator "*local_28" * identifier) ;) (if_statement "if (param_2 == 1) {\n piVar3 = param_1 + 6;\n param_1[6] = 0;\n }\n else {\n /* try { // try from 0012ab38 to 0012ab3c has its CatchHandler @ 0012abfb */\n piVar3 = (int *)FUN_001228b0();\n }" if (parenthesized_expression "(param_2 == 1)" ( (binary_expression "param_2 == 1" identifier == number_literal) )) (compound_statement "{\n piVar3 = param_1 + 6;\n param_1[6] = 0;\n }" { (expression_statement "piVar3 = param_1 + 6;" (assignment_expression "piVar3 = param_1 + 6" identifier = (binary_expression "param_1 + 6" identifier + number_literal)) ;) (expression_statement "param_1[6] = 0;" (assignment_expression "param_1[6] = 0" (subscript_expression "param_1[6]" identifier [ number_literal ]) = number_literal) ;) }) (else_clause "else {\n /* try { // try from 0012ab38 to 0012ab3c has its CatchHandler @ 0012abfb */\n piVar3 = (int *)FUN_001228b0();\n }" else (compound_statement "{\n /* try { // try from 0012ab38 to 0012ab3c has its CatchHandler @ 0012abfb */\n piVar3 = (int *)FUN_001228b0();\n }" { comment (expression_statement "piVar3 = (int *)FUN_001228b0();" (assignment_expression "piVar3 = (int *)FUN_001228b0()" identifier = (cast_expression "(int *)FUN_001228b0()" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_001228b0()" identifier (argument_list "()" ( ))))) ;) }))) (expression_statement "local_28 = param_1 + 6;" (assignment_expression "local_28 = param_1 + 6" identifier = (binary_expression "param_1 + 6" identifier + number_literal)) ;) (expression_statement "piVar4 = (int *)param_1[2];" (assignment_expression "piVar4 = (int *)param_1[2]" identifier = (cast_expression "(int *)param_1[2]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[2]" identifier [ number_literal ]))) ;) (expression_statement "param_1[2] = 0;" (assignment_expression "param_1[2] = 0" (subscript_expression "param_1[2]" identifier [ number_literal ]) = number_literal) ;) (if_statement "if (piVar4 != (int *)0x0) {\n uVar6 = 0;\n do {\n while( true ) {\n piVar2 = (int *)*piVar4;\n uVar5 = (uint)piVar4[1] % param_2;\n piVar1 = piVar3 + uVar5;\n if ((int *)*piVar1 == (int *)0x0) break;\n *piVar4 = *(int *)*piVar1;\n *(int **)*piVar1 = piVar4;\n uVar5 = uVar6;\nLAB_0012ab68:\n piVar4 = piVar2;\n uVar6 = uVar5;\n if (piVar2 == (int *)0x0) goto LAB_0012abb0;\n }\n *piVar4 = param_1[2];\n param_1[2] = (int)piVar4;\n *piVar1 = (int)(param_1 + 2);\n if (*piVar4 == 0) goto LAB_0012ab68;\n piVar3[uVar6] = (int)piVar4;\n piVar4 = piVar2;\n uVar6 = uVar5;\n } while (piVar2 != (int *)0x0);\n }" if (parenthesized_expression "(piVar4 != (int *)0x0)" ( (binary_expression "piVar4 != (int *)0x0" identifier != (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n uVar6 = 0;\n do {\n while( true ) {\n piVar2 = (int *)*piVar4;\n uVar5 = (uint)piVar4[1] % param_2;\n piVar1 = piVar3 + uVar5;\n if ((int *)*piVar1 == (int *)0x0) break;\n *piVar4 = *(int *)*piVar1;\n *(int **)*piVar1 = piVar4;\n uVar5 = uVar6;\nLAB_0012ab68:\n piVar4 = piVar2;\n uVar6 = uVar5;\n if (piVar2 == (int *)0x0) goto LAB_0012abb0;\n }\n *piVar4 = param_1[2];\n param_1[2] = (int)piVar4;\n *piVar1 = (int)(param_1 + 2);\n if (*piVar4 == 0) goto LAB_0012ab68;\n piVar3[uVar6] = (int)piVar4;\n piVar4 = piVar2;\n uVar6 = uVar5;\n } while (piVar2 != (int *)0x0);\n }" { (expression_statement "uVar6 = 0;" (assignment_expression "uVar6 = 0" identifier = number_literal) ;) (do_statement "do {\n while( true ) {\n piVar2 = (int *)*piVar4;\n uVar5 = (uint)piVar4[1] % param_2;\n piVar1 = piVar3 + uVar5;\n if ((int *)*piVar1 == (int *)0x0) break;\n *piVar4 = *(int *)*piVar1;\n *(int **)*piVar1 = piVar4;\n uVar5 = uVar6;\nLAB_0012ab68:\n piVar4 = piVar2;\n uVar6 = uVar5;\n if (piVar2 == (int *)0x0) goto LAB_0012abb0;\n }\n *piVar4 = param_1[2];\n param_1[2] = (int)piVar4;\n *piVar1 = (int)(param_1 + 2);\n if (*piVar4 == 0) goto LAB_0012ab68;\n piVar3[uVar6] = (int)piVar4;\n piVar4 = piVar2;\n uVar6 = uVar5;\n } while (piVar2 != (int *)0x0);" do (compound_statement "{\n while( true ) {\n piVar2 = (int *)*piVar4;\n uVar5 = (uint)piVar4[1] % param_2;\n piVar1 = piVar3 + uVar5;\n if ((int *)*piVar1 == (int *)0x0) break;\n *piVar4 = *(int *)*piVar1;\n *(int **)*piVar1 = piVar4;\n uVar5 = uVar6;\nLAB_0012ab68:\n piVar4 = piVar2;\n uVar6 = uVar5;\n if (piVar2 == (int *)0x0) goto LAB_0012abb0;\n }\n *piVar4 = param_1[2];\n param_1[2] = (int)piVar4;\n *piVar1 = (int)(param_1 + 2);\n if (*piVar4 == 0) goto LAB_0012ab68;\n piVar3[uVar6] = (int)piVar4;\n piVar4 = piVar2;\n uVar6 = uVar5;\n }" { (while_statement "while( true ) {\n piVar2 = (int *)*piVar4;\n uVar5 = (uint)piVar4[1] % param_2;\n piVar1 = piVar3 + uVar5;\n if ((int *)*piVar1 == (int *)0x0) break;\n *piVar4 = *(int *)*piVar1;\n *(int **)*piVar1 = piVar4;\n uVar5 = uVar6;\nLAB_0012ab68:\n piVar4 = piVar2;\n uVar6 = uVar5;\n if (piVar2 == (int *)0x0) goto LAB_0012abb0;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n piVar2 = (int *)*piVar4;\n uVar5 = (uint)piVar4[1] % param_2;\n piVar1 = piVar3 + uVar5;\n if ((int *)*piVar1 == (int *)0x0) break;\n *piVar4 = *(int *)*piVar1;\n *(int **)*piVar1 = piVar4;\n uVar5 = uVar6;\nLAB_0012ab68:\n piVar4 = piVar2;\n uVar6 = uVar5;\n if (piVar2 == (int *)0x0) goto LAB_0012abb0;\n }" { (expression_statement "piVar2 = (int *)*piVar4;" (assignment_expression "piVar2 = (int *)*piVar4" identifier = (cast_expression "(int *)*piVar4" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*piVar4" * identifier))) ;) (expression_statement "uVar5 = (uint)piVar4[1] % param_2;" (assignment_expression "uVar5 = (uint)piVar4[1] % param_2" identifier = (binary_expression "(uint)piVar4[1] % param_2" (cast_expression "(uint)piVar4[1]" ( (type_descriptor "uint" type_identifier) ) (subscript_expression "piVar4[1]" identifier [ number_literal ])) % identifier)) ;) (expression_statement "piVar1 = piVar3 + uVar5;" (assignment_expression "piVar1 = piVar3 + uVar5" identifier = (binary_expression "piVar3 + uVar5" identifier + identifier)) ;) (if_statement "if ((int *)*piVar1 == (int *)0x0) break;" if (parenthesized_expression "((int *)*piVar1 == (int *)0x0)" ( (binary_expression "(int *)*piVar1 == (int *)0x0" (cast_expression "(int *)*piVar1" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*piVar1" * identifier)) == (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (break_statement "break;" break ;)) (expression_statement "*piVar4 = *(int *)*piVar1;" (assignment_expression "*piVar4 = *(int *)*piVar1" (pointer_expression "*piVar4" * identifier) = (pointer_expression "*(int *)*piVar1" * (cast_expression "(int *)*piVar1" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*piVar1" * identifier)))) ;) (expression_statement "*(int **)*piVar1 = piVar4;" (assignment_expression "*(int **)*piVar1 = piVar4" (pointer_expression "*(int **)*piVar1" * (cast_expression "(int **)*piVar1" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "*piVar1" * identifier))) = identifier) ;) (expression_statement "uVar5 = uVar6;" (assignment_expression "uVar5 = uVar6" identifier = identifier) ;) (labeled_statement "LAB_0012ab68:\n piVar4 = piVar2;" statement_identifier : (expression_statement "piVar4 = piVar2;" (assignment_expression "piVar4 = piVar2" identifier = identifier) ;)) (expression_statement "uVar6 = uVar5;" (assignment_expression "uVar6 = uVar5" identifier = identifier) ;) (if_statement "if (piVar2 == (int *)0x0) goto LAB_0012abb0;" 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_0012abb0;" goto statement_identifier ;)) })) (expression_statement "*piVar4 = param_1[2];" (assignment_expression "*piVar4 = param_1[2]" (pointer_expression "*piVar4" * identifier) = (subscript_expression "param_1[2]" identifier [ number_literal ])) ;) (expression_statement "param_1[2] = (int)piVar4;" (assignment_expression "param_1[2] = (int)piVar4" (subscript_expression "param_1[2]" identifier [ number_literal ]) = (cast_expression "(int)piVar4" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "*piVar1 = (int)(param_1 + 2);" (assignment_expression "*piVar1 = (int)(param_1 + 2)" (pointer_expression "*piVar1" * identifier) = (cast_expression "(int)(param_1 + 2)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(param_1 + 2)" ( (binary_expression "param_1 + 2" identifier + number_literal) )))) ;) (if_statement "if (*piVar4 == 0) goto LAB_0012ab68;" if (parenthesized_expression "(*piVar4 == 0)" ( (binary_expression "*piVar4 == 0" (pointer_expression "*piVar4" * identifier) == number_literal) )) (goto_statement "goto LAB_0012ab68;" goto statement_identifier ;)) (expression_statement "piVar3[uVar6] = (int)piVar4;" (assignment_expression "piVar3[uVar6] = (int)piVar4" (subscript_expression "piVar3[uVar6]" identifier [ identifier ]) = (cast_expression "(int)piVar4" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "piVar4 = piVar2;" (assignment_expression "piVar4 = piVar2" identifier = identifier) ;) (expression_statement "uVar6 = uVar5;" (assignment_expression "uVar6 = uVar5" identifier = identifier) ;) }) while (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)) )) ;) })) (labeled_statement "LAB_0012abb0:\n if ((int *)*param_1 != local_28) {\n FUN_001807a0((int *)*param_1);\n }" statement_identifier : (if_statement "if ((int *)*param_1 != local_28) {\n FUN_001807a0((int *)*param_1);\n }" if (parenthesized_expression "((int *)*param_1 != local_28)" ( (binary_expression "(int *)*param_1 != local_28" (cast_expression "(int *)*param_1" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier)) != identifier) )) (compound_statement "{\n FUN_001807a0((int *)*param_1);\n }" { (expression_statement "FUN_001807a0((int *)*param_1);" (call_expression "FUN_001807a0((int *)*param_1)" identifier (argument_list "((int *)*param_1)" ( (cast_expression "(int *)*param_1" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier)) ))) ;) }))) (expression_statement "*param_1 = (int)piVar3;" (assignment_expression "*param_1 = (int)piVar3" (pointer_expression "*param_1" * identifier) = (cast_expression "(int)piVar3" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "param_1[1] = param_2;" (assignment_expression "param_1[1] = param_2" (subscript_expression "param_1[1]" identifier [ number_literal ]) = identifier) ;) (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* DWARF original prototype: void\n _M_rehash(_Hashtable<char_const*,_std::pair<char_const*_const,_gold::Warnings::Warning_location>,_std::allocator<std::pair<char_const*_const,_gold::Warnings::Warning_location>_>,_std::__detail::_Select1st,_std::equal_to<char_const*>,_std::hash<char_const*>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n * this, size_type __n, __rehash_state * __state) */\n\nvoid __thiscall\nstd::\n_Hashtable<char_const*,_std::pair<char_const*_const,_gold::Warnings::Warning_location>,_std::allocator<std::pair<char_const*_const,_gold::Warnings::Warning_location>_>,_std::__detail::_Select1st,_std::equal_to<char_const*>,_std::hash<char_const*>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n::_M_rehash(_Hashtable<char_const*,_std::pair<char_const*_const,_gold::Warnings::Warning_location>,_std::allocator<std::pair<char_const*_const,_gold::Warnings::Warning_location>_>,_std::__detail::_Select1st,_std::equal_to<char_const*>,_std::hash<char_const*>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n *this,size_type __n,__rehash_state *__state)\n\n{\n __bucket_type *pp_Var1;\n _Hash_node_base *p_Var2;\n __bucket_type *pp_Var3;\n _Hash_node_base *p_Var4;\n uint uVar5;\n uint uVar6;\n _Hashtable_alloc<std::allocator<std::__detail::_Hash_node<std::pair<const_std::pair<unsigned_int,_unsigned_int>,_gold::Symbol*>,_true>_>_>\n *in_stack_ffffffd4;\n size_t in_stack_ffffffd8;\n \n if (__n == 1) {\n pp_Var3 = &this->_M_single_bucket;\n this->_M_single_bucket = (__bucket_type)0x0;\n }\n else {\n /* try { // try from 0012ab38 to 0012ab3c has its CatchHandler @ 0012abfb */\n pp_Var3 = __detail::\n _Hashtable_alloc<std::allocator<std::__detail::_Hash_node<std::pair<const_std::pair<unsigned_int,_unsigned_int>,_gold::Symbol*>,_true>_>_>\n ::_M_allocate_buckets(in_stack_ffffffd4,in_stack_ffffffd8);\n }\n p_Var4 = (this->_M_before_begin)._M_nxt;\n (this->_M_before_begin)._M_nxt = (_Hash_node_base *)0x0;\n if (p_Var4 != (_Hash_node_base *)0x0) {\n uVar6 = 0;\n do {\n while( true ) {\n p_Var2 = p_Var4->_M_nxt;\n uVar5 = (uint)p_Var4[1]._M_nxt % __n;\n pp_Var1 = pp_Var3 + uVar5;\n if (*pp_Var1 == (__bucket_type)0x0) break;\n p_Var4->_M_nxt = (*pp_Var1)->_M_nxt;\n (*pp_Var1)->_M_nxt = p_Var4;\n uVar5 = uVar6;\nLAB_0012ab68:\n p_Var4 = p_Var2;\n uVar6 = uVar5;\n if (p_Var2 == (_Hash_node_base *)0x0) goto LAB_0012abb0;\n }\n p_Var4->_M_nxt = (this->_M_before_begin)._M_nxt;\n (this->_M_before_begin)._M_nxt = p_Var4;\n *pp_Var1 = &this->_M_before_begin;\n if (p_Var4->_M_nxt == (_Hash_node_base *)0x0) goto LAB_0012ab68;\n pp_Var3[uVar6] = p_Var4;\n p_Var4 = p_Var2;\n uVar6 = uVar5;\n } while (p_Var2 != (_Hash_node_base *)0x0);\n }\nLAB_0012abb0:\n if (this->_M_buckets != &this->_M_single_bucket) {\n operator_delete(this->_M_buckets);\n }\n this->_M_buckets = pp_Var3;\n this->_M_bucket_count = __n;\n return;\n}\n\n" comment comment (declaration "void __thiscall\nstd::\n_Hashtable<char_const*,_std::pair<char_const*_const,_gold::Warnings::Warning_location>,_std::allocator<std::pair<char_const*_const,_gold::Warnings::Warning_location>_>,_std::__detail::_Select1st,_std::equal_to<char_const*>,_std::hash<char_const*>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n::_M_rehash(_Hashtable<char_const*,_std::pair<char_const*_const,_gold::Warnings::Warning_location>,_std::allocator<std::pair<char_const*_const,_gold::Warnings::Warning_location>_>,_std::__detail::_Select1st,_std::equal_to<char_const*>,_std::hash<char_const*>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n *this,size_type __n,__rehash_state *__state)\n\n{\n __bucket_type *pp_Var1;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::\n_Hashtable<" identifier : : identifier <) identifier (ERROR "*" *) , (ERROR "_std::pair<char_const" identifier : : identifier < identifier) (pointer_declarator "*_const" * identifier) , (ERROR "_gold::Warnings::" identifier : : identifier : :) identifier (ERROR ">" >) , (ERROR "_std::allocator<std::pair<char_const" identifier : : identifier < identifier : : identifier < identifier) (pointer_declarator "*_const" * identifier) , (ERROR "_gold::Warnings::Warning_location>" identifier : : identifier : : identifier >) identifier (ERROR ">" >) , (ERROR "_std::__detail::" identifier : : identifier : :) identifier , (ERROR "_std::equal_to<" identifier : : identifier <) identifier (ERROR "*>" * >) , (ERROR "_std::hash<" identifier : : identifier <) identifier (ERROR "*>" * >) , (ERROR "_std::__detail::" identifier : : identifier : :) identifier , (ERROR "_std::__detail::" identifier : : identifier : :) identifier , (ERROR "_std::__detail::" identifier : : identifier : :) identifier , (ERROR "_std::__detail::" identifier : : identifier : :) identifier (ERROR "<false" < false) , identifier , (ERROR "_true>_>\n::_M_rehash(_Hashtable<char_const*,_std::pair<char_const*_const,_gold::Warnings::Warning_location>,_std::allocator<std::pair<char_const*_const,_gold::Warnings::Warning_location>_>,_std::__detail::_Select1st,_std::equal_to<char_const*>,_std::hash<char_const*>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n *this,size_type __n,__rehash_state *__state)\n\n{\n __bucket_type" identifier > identifier > : : (function_declarator "_M_rehash(_Hashtable<char_const*,_std::pair<char_const*_const,_gold::Warnings::Warning_location>,_std::allocator<std::pair<char_const*_const,_gold::Warnings::Warning_location>_>,_std::__detail::_Select1st,_std::equal_to<char_const*>,_std::hash<char_const*>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n *this,size_type __n,__rehash_state *__state)" identifier (parameter_list "(_Hashtable<char_const*,_std::pair<char_const*_const,_gold::Warnings::Warning_location>,_std::allocator<std::pair<char_const*_const,_gold::Warnings::Warning_location>_>,_std::__detail::_Select1st,_std::equal_to<char_const*>,_std::hash<char_const*>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n *this,size_type __n,__rehash_state *__state)" ( (parameter_declaration "_Hashtable<char_const*" type_identifier (ERROR "<char_const" < identifier) (abstract_pointer_declarator "*" *)) , (parameter_declaration "_std::pair<char_const*_const" type_identifier (ERROR "::pair<char_const" : : identifier < identifier) (pointer_declarator "*_const" * identifier)) , (parameter_declaration "_gold::Warnings::Warning_location" type_identifier (ERROR "::Warnings::" : : identifier : :) identifier) (ERROR ">" >) , (parameter_declaration "_std::allocator<std::pair<char_const*_const" type_identifier (ERROR "::allocator<std::pair<char_const" : : identifier < identifier : : identifier < identifier) (pointer_declarator "*_const" * identifier)) , (parameter_declaration "_gold::Warnings::Warning_location>_" type_identifier (ERROR "::Warnings::Warning_location>" : : identifier : : identifier >) identifier) (ERROR ">" >) , (parameter_declaration "_std::__detail::_Select1st" type_identifier (ERROR "::__detail::" : : identifier : :) identifier) , (parameter_declaration "_std::equal_to<char_const" type_identifier (ERROR "::equal_to<" : : identifier <) identifier) (ERROR "*>" * >) , (parameter_declaration "_std::hash<char_const" type_identifier (ERROR "::hash<" : : identifier <) identifier) (ERROR "*>" * >) , (parameter_declaration "_std::__detail::_Mod_range_hashing" type_identifier (ERROR "::__detail::" : : identifier : :) identifier) , (parameter_declaration "_std::__detail::_Default_ranged_hash" type_identifier (ERROR "::__detail::" : : identifier : :) identifier) , (parameter_declaration "_std::__detail::_Prime_rehash_policy" type_identifier (ERROR "::__detail::" : : identifier : :) identifier) , (parameter_declaration "_std::__detail::_Hashtable_traits" type_identifier (ERROR "::__detail::" : : identifier : :) identifier) (ERROR "<false" < false) , (parameter_declaration "_false" type_identifier) , (parameter_declaration "_true>_>\n *this" type_identifier (ERROR ">_>" > identifier >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "size_type __n" type_identifier identifier) , (parameter_declaration "__rehash_state *__state" type_identifier (pointer_declarator "*__state" * identifier)) ))) { identifier) (pointer_declarator "*pp_Var1" * identifier) ;) (declaration "_Hash_node_base *p_Var2;" type_identifier (pointer_declarator "*p_Var2" * identifier) ;) (declaration "__bucket_type *pp_Var3;" type_identifier (pointer_declarator "*pp_Var3" * identifier) ;) (declaration "_Hash_node_base *p_Var4;" type_identifier (pointer_declarator "*p_Var4" * identifier) ;) (declaration "uint uVar5;" type_identifier identifier ;) (declaration "uint uVar6;" type_identifier identifier ;) (ERROR "_Hashtable_alloc<std::allocator<std::" (binary_expression "_Hashtable_alloc<std::allocator<std" (binary_expression "_Hashtable_alloc<std" identifier < identifier) (ERROR "::allocator" : : identifier) < identifier) : :) (labeled_statement "__detail::_Hash_node<std::pair<const_std::pair<unsigned_int,_unsigned_int>,_gold::Symbol*>,_true>_>_>\n *in_stack_ffffffd4;" statement_identifier (ERROR "::_Hash_node<std::pair<const_std::pair<unsigned_int,_unsigned_int>,_gold:" : : (binary_expression "_Hash_node<std" identifier < identifier) : : (binary_expression "pair<const_std" identifier < identifier) : : (comma_expression "pair<unsigned_int,_unsigned_int>,_gold" (binary_expression "pair<unsigned_int" identifier < identifier) , (binary_expression "_unsigned_int>,_gold" identifier > (ERROR "," ,) identifier)) :) : (expression_statement "Symbol*>,_true>_>_>\n *in_stack_ffffffd4;" (binary_expression "Symbol*>,_true>_>_>\n *in_stack_ffffffd4" (binary_expression "Symbol*>,_true>_>_" (binary_expression "Symbol*>,_true>_" (binary_expression "Symbol*>,_true" identifier * (ERROR ">," > ,) identifier) > identifier) > identifier) > (pointer_expression "*in_stack_ffffffd4" * identifier)) ;)) (declaration "size_t in_stack_ffffffd8;" primitive_type identifier ;) (if_statement "if (__n == 1) {\n pp_Var3 = &this->_M_single_bucket;\n this->_M_single_bucket = (__bucket_type)0x0;\n }\n else {\n /* try { // try from 0012ab38 to 0012ab3c has its CatchHandler @ 0012abfb */\n pp_Var3 = __detail::\n _Hashtable_alloc<std::allocator<std::__detail::_Hash_node<std::pair<const_std::pair<unsigned_int,_unsigned_int>,_gold::Symbol*>,_true>_>_>\n ::_M_allocate_buckets(in_stack_ffffffd4,in_stack_ffffffd8);\n }" if (parenthesized_expression "(__n == 1)" ( (binary_expression "__n == 1" identifier == number_literal) )) (compound_statement "{\n pp_Var3 = &this->_M_single_bucket;\n this->_M_single_bucket = (__bucket_type)0x0;\n }" { (expression_statement "pp_Var3 = &this->_M_single_bucket;" (assignment_expression "pp_Var3 = &this->_M_single_bucket" identifier = (pointer_expression "&this->_M_single_bucket" & (field_expression "this->_M_single_bucket" identifier -> field_identifier))) ;) (expression_statement "this->_M_single_bucket = (__bucket_type)0x0;" (assignment_expression "this->_M_single_bucket = (__bucket_type)0x0" (field_expression "this->_M_single_bucket" identifier -> field_identifier) = (cast_expression "(__bucket_type)0x0" ( (type_descriptor "__bucket_type" type_identifier) ) number_literal)) ;) }) (else_clause "else {\n /* try { // try from 0012ab38 to 0012ab3c has its CatchHandler @ 0012abfb */\n pp_Var3 = __detail::\n _Hashtable_alloc<std::allocator<std::__detail::_Hash_node<std::pair<const_std::pair<unsigned_int,_unsigned_int>,_gold::Symbol*>,_true>_>_>\n ::_M_allocate_buckets(in_stack_ffffffd4,in_stack_ffffffd8);\n }" else (compound_statement "{\n /* try { // try from 0012ab38 to 0012ab3c has its CatchHandler @ 0012abfb */\n pp_Var3 = __detail::\n _Hashtable_alloc<std::allocator<std::__detail::_Hash_node<std::pair<const_std::pair<unsigned_int,_unsigned_int>,_gold::Symbol*>,_true>_>_>\n ::_M_allocate_buckets(in_stack_ffffffd4,in_stack_ffffffd8);\n }" { comment (ERROR "pp_Var3 = __detail::\n _Hashtable_alloc<std::allocator<std::" (assignment_expression "pp_Var3 = __detail" identifier = identifier) : : (binary_expression "_Hashtable_alloc<std" identifier < identifier) : : (binary_expression "allocator<std" identifier < identifier) : :) (labeled_statement "__detail::_Hash_node<std::pair<const_std::pair<unsigned_int,_unsigned_int>,_gold::Symbol*>,_true>_>_>\n ::_M_allocate_buckets(in_stack_ffffffd4,in_stack_ffffffd8);" statement_identifier (ERROR "::_Hash_node<std::pair<const_std::pair<unsigned_int,_unsigned_int>,_gold:" : : (binary_expression "_Hash_node<std" identifier < identifier) : : (binary_expression "pair<const_std" identifier < identifier) : : (comma_expression "pair<unsigned_int,_unsigned_int>,_gold" (binary_expression "pair<unsigned_int" identifier < identifier) , (binary_expression "_unsigned_int>,_gold" identifier > (ERROR "," ,) identifier)) :) : (expression_statement "Symbol*>,_true>_>_>\n ::_M_allocate_buckets(in_stack_ffffffd4,in_stack_ffffffd8);" (binary_expression "Symbol*>,_true>_>_>\n ::_M_allocate_buckets(in_stack_ffffffd4,in_stack_ffffffd8)" (binary_expression "Symbol*>,_true>_>_" (binary_expression "Symbol*>,_true>_" (binary_expression "Symbol*>,_true" identifier * (ERROR ">," > ,) identifier) > identifier) > identifier) > (ERROR "::" : :) (call_expression "_M_allocate_buckets(in_stack_ffffffd4,in_stack_ffffffd8)" identifier (argument_list "(in_stack_ffffffd4,in_stack_ffffffd8)" ( identifier , identifier )))) ;)) }))) (expression_statement "p_Var4 = (this->_M_before_begin)._M_nxt;" (assignment_expression "p_Var4 = (this->_M_before_begin)._M_nxt" identifier = (field_expression "(this->_M_before_begin)._M_nxt" (parenthesized_expression "(this->_M_before_begin)" ( (field_expression "this->_M_before_begin" identifier -> field_identifier) )) . field_identifier)) ;) (expression_statement "(this->_M_before_begin)._M_nxt = (_Hash_node_base *)0x0;" (assignment_expression "(this->_M_before_begin)._M_nxt = (_Hash_node_base *)0x0" (field_expression "(this->_M_before_begin)._M_nxt" (parenthesized_expression "(this->_M_before_begin)" ( (field_expression "this->_M_before_begin" identifier -> field_identifier) )) . field_identifier) = (cast_expression "(_Hash_node_base *)0x0" ( (type_descriptor "_Hash_node_base *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (if_statement "if (p_Var4 != (_Hash_node_base *)0x0) {\n uVar6 = 0;\n do {\n while( true ) {\n p_Var2 = p_Var4->_M_nxt;\n uVar5 = (uint)p_Var4[1]._M_nxt % __n;\n pp_Var1 = pp_Var3 + uVar5;\n if (*pp_Var1 == (__bucket_type)0x0) break;\n p_Var4->_M_nxt = (*pp_Var1)->_M_nxt;\n (*pp_Var1)->_M_nxt = p_Var4;\n uVar5 = uVar6;\nLAB_0012ab68:\n p_Var4 = p_Var2;\n uVar6 = uVar5;\n if (p_Var2 == (_Hash_node_base *)0x0) goto LAB_0012abb0;\n }\n p_Var4->_M_nxt = (this->_M_before_begin)._M_nxt;\n (this->_M_before_begin)._M_nxt = p_Var4;\n *pp_Var1 = &this->_M_before_begin;\n if (p_Var4->_M_nxt == (_Hash_node_base *)0x0) goto LAB_0012ab68;\n pp_Var3[uVar6] = p_Var4;\n p_Var4 = p_Var2;\n uVar6 = uVar5;\n } while (p_Var2 != (_Hash_node_base *)0x0);\n }" if (parenthesized_expression "(p_Var4 != (_Hash_node_base *)0x0)" ( (binary_expression "p_Var4 != (_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 uVar6 = 0;\n do {\n while( true ) {\n p_Var2 = p_Var4->_M_nxt;\n uVar5 = (uint)p_Var4[1]._M_nxt % __n;\n pp_Var1 = pp_Var3 + uVar5;\n if (*pp_Var1 == (__bucket_type)0x0) break;\n p_Var4->_M_nxt = (*pp_Var1)->_M_nxt;\n (*pp_Var1)->_M_nxt = p_Var4;\n uVar5 = uVar6;\nLAB_0012ab68:\n p_Var4 = p_Var2;\n uVar6 = uVar5;\n if (p_Var2 == (_Hash_node_base *)0x0) goto LAB_0012abb0;\n }\n p_Var4->_M_nxt = (this->_M_before_begin)._M_nxt;\n (this->_M_before_begin)._M_nxt = p_Var4;\n *pp_Var1 = &this->_M_before_begin;\n if (p_Var4->_M_nxt == (_Hash_node_base *)0x0) goto LAB_0012ab68;\n pp_Var3[uVar6] = p_Var4;\n p_Var4 = p_Var2;\n uVar6 = uVar5;\n } while (p_Var2 != (_Hash_node_base *)0x0);\n }" { (expression_statement "uVar6 = 0;" (assignment_expression "uVar6 = 0" identifier = number_literal) ;) (do_statement "do {\n while( true ) {\n p_Var2 = p_Var4->_M_nxt;\n uVar5 = (uint)p_Var4[1]._M_nxt % __n;\n pp_Var1 = pp_Var3 + uVar5;\n if (*pp_Var1 == (__bucket_type)0x0) break;\n p_Var4->_M_nxt = (*pp_Var1)->_M_nxt;\n (*pp_Var1)->_M_nxt = p_Var4;\n uVar5 = uVar6;\nLAB_0012ab68:\n p_Var4 = p_Var2;\n uVar6 = uVar5;\n if (p_Var2 == (_Hash_node_base *)0x0) goto LAB_0012abb0;\n }\n p_Var4->_M_nxt = (this->_M_before_begin)._M_nxt;\n (this->_M_before_begin)._M_nxt = p_Var4;\n *pp_Var1 = &this->_M_before_begin;\n if (p_Var4->_M_nxt == (_Hash_node_base *)0x0) goto LAB_0012ab68;\n pp_Var3[uVar6] = p_Var4;\n p_Var4 = p_Var2;\n uVar6 = uVar5;\n } while (p_Var2 != (_Hash_node_base *)0x0);" do (compound_statement "{\n while( true ) {\n p_Var2 = p_Var4->_M_nxt;\n uVar5 = (uint)p_Var4[1]._M_nxt % __n;\n pp_Var1 = pp_Var3 + uVar5;\n if (*pp_Var1 == (__bucket_type)0x0) break;\n p_Var4->_M_nxt = (*pp_Var1)->_M_nxt;\n (*pp_Var1)->_M_nxt = p_Var4;\n uVar5 = uVar6;\nLAB_0012ab68:\n p_Var4 = p_Var2;\n uVar6 = uVar5;\n if (p_Var2 == (_Hash_node_base *)0x0) goto LAB_0012abb0;\n }\n p_Var4->_M_nxt = (this->_M_before_begin)._M_nxt;\n (this->_M_before_begin)._M_nxt = p_Var4;\n *pp_Var1 = &this->_M_before_begin;\n if (p_Var4->_M_nxt == (_Hash_node_base *)0x0) goto LAB_0012ab68;\n pp_Var3[uVar6] = p_Var4;\n p_Var4 = p_Var2;\n uVar6 = uVar5;\n }" { (while_statement "while( true ) {\n p_Var2 = p_Var4->_M_nxt;\n uVar5 = (uint)p_Var4[1]._M_nxt % __n;\n pp_Var1 = pp_Var3 + uVar5;\n if (*pp_Var1 == (__bucket_type)0x0) break;\n p_Var4->_M_nxt = (*pp_Var1)->_M_nxt;\n (*pp_Var1)->_M_nxt = p_Var4;\n uVar5 = uVar6;\nLAB_0012ab68:\n p_Var4 = p_Var2;\n uVar6 = uVar5;\n if (p_Var2 == (_Hash_node_base *)0x0) goto LAB_0012abb0;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n p_Var2 = p_Var4->_M_nxt;\n uVar5 = (uint)p_Var4[1]._M_nxt % __n;\n pp_Var1 = pp_Var3 + uVar5;\n if (*pp_Var1 == (__bucket_type)0x0) break;\n p_Var4->_M_nxt = (*pp_Var1)->_M_nxt;\n (*pp_Var1)->_M_nxt = p_Var4;\n uVar5 = uVar6;\nLAB_0012ab68:\n p_Var4 = p_Var2;\n uVar6 = uVar5;\n if (p_Var2 == (_Hash_node_base *)0x0) goto LAB_0012abb0;\n }" { (expression_statement "p_Var2 = p_Var4->_M_nxt;" (assignment_expression "p_Var2 = p_Var4->_M_nxt" identifier = (field_expression "p_Var4->_M_nxt" identifier -> field_identifier)) ;) (expression_statement "uVar5 = (uint)p_Var4[1]._M_nxt % __n;" (assignment_expression "uVar5 = (uint)p_Var4[1]._M_nxt % __n" identifier = (binary_expression "(uint)p_Var4[1]._M_nxt % __n" (cast_expression "(uint)p_Var4[1]._M_nxt" ( (type_descriptor "uint" type_identifier) ) (field_expression "p_Var4[1]._M_nxt" (subscript_expression "p_Var4[1]" identifier [ number_literal ]) . field_identifier)) % identifier)) ;) (expression_statement "pp_Var1 = pp_Var3 + uVar5;" (assignment_expression "pp_Var1 = pp_Var3 + uVar5" identifier = (binary_expression "pp_Var3 + uVar5" identifier + identifier)) ;) (if_statement "if (*pp_Var1 == (__bucket_type)0x0) break;" if (parenthesized_expression "(*pp_Var1 == (__bucket_type)0x0)" ( (binary_expression "*pp_Var1 == (__bucket_type)0x0" (pointer_expression "*pp_Var1" * identifier) == (cast_expression "(__bucket_type)0x0" ( (type_descriptor "__bucket_type" type_identifier) ) number_literal)) )) (break_statement "break;" break ;)) (expression_statement "p_Var4->_M_nxt = (*pp_Var1)->_M_nxt;" (assignment_expression "p_Var4->_M_nxt = (*pp_Var1)->_M_nxt" (field_expression "p_Var4->_M_nxt" identifier -> field_identifier) = (field_expression "(*pp_Var1)->_M_nxt" (parenthesized_expression "(*pp_Var1)" ( (pointer_expression "*pp_Var1" * identifier) )) -> field_identifier)) ;) (expression_statement "(*pp_Var1)->_M_nxt = p_Var4;" (assignment_expression "(*pp_Var1)->_M_nxt = p_Var4" (field_expression "(*pp_Var1)->_M_nxt" (parenthesized_expression "(*pp_Var1)" ( (pointer_expression "*pp_Var1" * identifier) )) -> field_identifier) = identifier) ;) (expression_statement "uVar5 = uVar6;" (assignment_expression "uVar5 = uVar6" identifier = identifier) ;) (labeled_statement "LAB_0012ab68:\n p_Var4 = p_Var2;" statement_identifier : (expression_statement "p_Var4 = p_Var2;" (assignment_expression "p_Var4 = p_Var2" identifier = identifier) ;)) (expression_statement "uVar6 = uVar5;" (assignment_expression "uVar6 = uVar5" identifier = identifier) ;) (if_statement "if (p_Var2 == (_Hash_node_base *)0x0) goto LAB_0012abb0;" if (parenthesized_expression "(p_Var2 == (_Hash_node_base *)0x0)" ( (binary_expression "p_Var2 == (_Hash_node_base *)0x0" identifier == (cast_expression "(_Hash_node_base *)0x0" ( (type_descriptor "_Hash_node_base *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_0012abb0;" goto statement_identifier ;)) })) (expression_statement "p_Var4->_M_nxt = (this->_M_before_begin)._M_nxt;" (assignment_expression "p_Var4->_M_nxt = (this->_M_before_begin)._M_nxt" (field_expression "p_Var4->_M_nxt" identifier -> field_identifier) = (field_expression "(this->_M_before_begin)._M_nxt" (parenthesized_expression "(this->_M_before_begin)" ( (field_expression "this->_M_before_begin" identifier -> field_identifier) )) . field_identifier)) ;) (expression_statement "(this->_M_before_begin)._M_nxt = p_Var4;" (assignment_expression "(this->_M_before_begin)._M_nxt = p_Var4" (field_expression "(this->_M_before_begin)._M_nxt" (parenthesized_expression "(this->_M_before_begin)" ( (field_expression "this->_M_before_begin" identifier -> field_identifier) )) . field_identifier) = identifier) ;) (expression_statement "*pp_Var1 = &this->_M_before_begin;" (assignment_expression "*pp_Var1 = &this->_M_before_begin" (pointer_expression "*pp_Var1" * identifier) = (pointer_expression "&this->_M_before_begin" & (field_expression "this->_M_before_begin" identifier -> field_identifier))) ;) (if_statement "if (p_Var4->_M_nxt == (_Hash_node_base *)0x0) goto LAB_0012ab68;" if (parenthesized_expression "(p_Var4->_M_nxt == (_Hash_node_base *)0x0)" ( (binary_expression "p_Var4->_M_nxt == (_Hash_node_base *)0x0" (field_expression "p_Var4->_M_nxt" identifier -> field_identifier) == (cast_expression "(_Hash_node_base *)0x0" ( (type_descriptor "_Hash_node_base *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_0012ab68;" goto statement_identifier ;)) (expression_statement "pp_Var3[uVar6] = p_Var4;" (assignment_expression "pp_Var3[uVar6] = p_Var4" (subscript_expression "pp_Var3[uVar6]" identifier [ identifier ]) = identifier) ;) (expression_statement "p_Var4 = p_Var2;" (assignment_expression "p_Var4 = p_Var2" identifier = identifier) ;) (expression_statement "uVar6 = uVar5;" (assignment_expression "uVar6 = uVar5" identifier = identifier) ;) }) while (parenthesized_expression "(p_Var2 != (_Hash_node_base *)0x0)" ( (binary_expression "p_Var2 != (_Hash_node_base *)0x0" identifier != (cast_expression "(_Hash_node_base *)0x0" ( (type_descriptor "_Hash_node_base *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) ;) })) (labeled_statement "LAB_0012abb0:\n if (this->_M_buckets != &this->_M_single_bucket) {\n operator_delete(this->_M_buckets);\n }" statement_identifier : (if_statement "if (this->_M_buckets != &this->_M_single_bucket) {\n operator_delete(this->_M_buckets);\n }" if (parenthesized_expression "(this->_M_buckets != &this->_M_single_bucket)" ( (binary_expression "this->_M_buckets != &this->_M_single_bucket" (field_expression "this->_M_buckets" identifier -> field_identifier) != (pointer_expression "&this->_M_single_bucket" & (field_expression "this->_M_single_bucket" identifier -> field_identifier))) )) (compound_statement "{\n operator_delete(this->_M_buckets);\n }" { (expression_statement "operator_delete(this->_M_buckets);" (call_expression "operator_delete(this->_M_buckets)" identifier (argument_list "(this->_M_buckets)" ( (field_expression "this->_M_buckets" identifier -> field_identifier) ))) ;) }))) (expression_statement "this->_M_buckets = pp_Var3;" (assignment_expression "this->_M_buckets = pp_Var3" (field_expression "this->_M_buckets" identifier -> field_identifier) = identifier) ;) (expression_statement "this->_M_bucket_count = __n;" (assignment_expression "this->_M_bucket_count = __n" (field_expression "this->_M_bucket_count" identifier -> field_identifier) = identifier) ;) (return_statement "return;" return ;) (ERROR "}" }))
(translation_unit "void FUN_0012ab10(int *param_1,uint param_2)\n\n{\n int *piVar1;\n int *piVar2;\n int *piVar3;\n int *piVar4;\n uint uVar5;\n uint uVar6;\n int *local_28;\n \n if (param_2 == 1) {\n piVar3 = param_1 + 6;\n param_1[6] = 0;\n }\n else {\n \n piVar3 = (int *)FUN_001228b0();\n }\n local_28 = param_1 + 6;\n piVar4 = (int *)param_1[2];\n param_1[2] = 0;\n if (piVar4 != (int *)0x0) {\n uVar6 = 0;\n do {\n while( true ) {\n piVar2 = (int *)*piVar4;\n uVar5 = (uint)piVar4[1] % param_2;\n piVar1 = piVar3 + uVar5;\n if ((int *)*piVar1 == (int *)0x0) break;\n *piVar4 = *(int *)*piVar1;\n *(int **)*piVar1 = piVar4;\n uVar5 = uVar6;\nLAB_0012ab68:\n piVar4 = piVar2;\n uVar6 = uVar5;\n if (piVar2 == (int *)0x0) goto LAB_0012abb0;\n }\n *piVar4 = param_1[2];\n param_1[2] = (int)piVar4;\n *piVar1 = (int)(param_1 + 2);\n if (*piVar4 == 0) goto LAB_0012ab68;\n piVar3[uVar6] = (int)piVar4;\n piVar4 = piVar2;\n uVar6 = uVar5;\n } while (piVar2 != (int *)0x0);\n }\nLAB_0012abb0:\n if ((int *)*param_1 != local_28) {\n FUN_001807a0((int *)*param_1);\n }\n *param_1 = (int)piVar3;\n param_1[1] = param_2;\n return;\n}\n\n" (function_definition "void FUN_0012ab10(int *param_1,uint param_2)\n\n{\n int *piVar1;\n int *piVar2;\n int *piVar3;\n int *piVar4;\n uint uVar5;\n uint uVar6;\n int *local_28;\n \n if (param_2 == 1) {\n piVar3 = param_1 + 6;\n param_1[6] = 0;\n }\n else {\n \n piVar3 = (int *)FUN_001228b0();\n }\n local_28 = param_1 + 6;\n piVar4 = (int *)param_1[2];\n param_1[2] = 0;\n if (piVar4 != (int *)0x0) {\n uVar6 = 0;\n do {\n while( true ) {\n piVar2 = (int *)*piVar4;\n uVar5 = (uint)piVar4[1] % param_2;\n piVar1 = piVar3 + uVar5;\n if ((int *)*piVar1 == (int *)0x0) break;\n *piVar4 = *(int *)*piVar1;\n *(int **)*piVar1 = piVar4;\n uVar5 = uVar6;\nLAB_0012ab68:\n piVar4 = piVar2;\n uVar6 = uVar5;\n if (piVar2 == (int *)0x0) goto LAB_0012abb0;\n }\n *piVar4 = param_1[2];\n param_1[2] = (int)piVar4;\n *piVar1 = (int)(param_1 + 2);\n if (*piVar4 == 0) goto LAB_0012ab68;\n piVar3[uVar6] = (int)piVar4;\n piVar4 = piVar2;\n uVar6 = uVar5;\n } while (piVar2 != (int *)0x0);\n }\nLAB_0012abb0:\n if ((int *)*param_1 != local_28) {\n FUN_001807a0((int *)*param_1);\n }\n *param_1 = (int)piVar3;\n param_1[1] = param_2;\n return;\n}" primitive_type (function_declarator "FUN_0012ab10(int *param_1,uint param_2)" identifier (parameter_list "(int *param_1,uint param_2)" ( (parameter_declaration "int *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "uint param_2" type_identifier identifier) ))) (compound_statement "{\n int *piVar1;\n int *piVar2;\n int *piVar3;\n int *piVar4;\n uint uVar5;\n uint uVar6;\n int *local_28;\n \n if (param_2 == 1) {\n piVar3 = param_1 + 6;\n param_1[6] = 0;\n }\n else {\n \n piVar3 = (int *)FUN_001228b0();\n }\n local_28 = param_1 + 6;\n piVar4 = (int *)param_1[2];\n param_1[2] = 0;\n if (piVar4 != (int *)0x0) {\n uVar6 = 0;\n do {\n while( true ) {\n piVar2 = (int *)*piVar4;\n uVar5 = (uint)piVar4[1] % param_2;\n piVar1 = piVar3 + uVar5;\n if ((int *)*piVar1 == (int *)0x0) break;\n *piVar4 = *(int *)*piVar1;\n *(int **)*piVar1 = piVar4;\n uVar5 = uVar6;\nLAB_0012ab68:\n piVar4 = piVar2;\n uVar6 = uVar5;\n if (piVar2 == (int *)0x0) goto LAB_0012abb0;\n }\n *piVar4 = param_1[2];\n param_1[2] = (int)piVar4;\n *piVar1 = (int)(param_1 + 2);\n if (*piVar4 == 0) goto LAB_0012ab68;\n piVar3[uVar6] = (int)piVar4;\n piVar4 = piVar2;\n uVar6 = uVar5;\n } while (piVar2 != (int *)0x0);\n }\nLAB_0012abb0:\n if ((int *)*param_1 != local_28) {\n FUN_001807a0((int *)*param_1);\n }\n *param_1 = (int)piVar3;\n param_1[1] = param_2;\n return;\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (declaration "int *piVar2;" primitive_type (pointer_declarator "*piVar2" * identifier) ;) (declaration "int *piVar3;" primitive_type (pointer_declarator "*piVar3" * identifier) ;) (declaration "int *piVar4;" primitive_type (pointer_declarator "*piVar4" * identifier) ;) (declaration "uint uVar5;" type_identifier identifier ;) (declaration "uint uVar6;" type_identifier identifier ;) (declaration "int *local_28;" primitive_type (pointer_declarator "*local_28" * identifier) ;) (if_statement "if (param_2 == 1) {\n piVar3 = param_1 + 6;\n param_1[6] = 0;\n }\n else {\n \n piVar3 = (int *)FUN_001228b0();\n }" if (parenthesized_expression "(param_2 == 1)" ( (binary_expression "param_2 == 1" identifier == number_literal) )) (compound_statement "{\n piVar3 = param_1 + 6;\n param_1[6] = 0;\n }" { (expression_statement "piVar3 = param_1 + 6;" (assignment_expression "piVar3 = param_1 + 6" identifier = (binary_expression "param_1 + 6" identifier + number_literal)) ;) (expression_statement "param_1[6] = 0;" (assignment_expression "param_1[6] = 0" (subscript_expression "param_1[6]" identifier [ number_literal ]) = number_literal) ;) }) (else_clause "else {\n \n piVar3 = (int *)FUN_001228b0();\n }" else (compound_statement "{\n \n piVar3 = (int *)FUN_001228b0();\n }" { (expression_statement "piVar3 = (int *)FUN_001228b0();" (assignment_expression "piVar3 = (int *)FUN_001228b0()" identifier = (cast_expression "(int *)FUN_001228b0()" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_001228b0()" identifier (argument_list "()" ( ))))) ;) }))) (expression_statement "local_28 = param_1 + 6;" (assignment_expression "local_28 = param_1 + 6" identifier = (binary_expression "param_1 + 6" identifier + number_literal)) ;) (expression_statement "piVar4 = (int *)param_1[2];" (assignment_expression "piVar4 = (int *)param_1[2]" identifier = (cast_expression "(int *)param_1[2]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[2]" identifier [ number_literal ]))) ;) (expression_statement "param_1[2] = 0;" (assignment_expression "param_1[2] = 0" (subscript_expression "param_1[2]" identifier [ number_literal ]) = number_literal) ;) (if_statement "if (piVar4 != (int *)0x0) {\n uVar6 = 0;\n do {\n while( true ) {\n piVar2 = (int *)*piVar4;\n uVar5 = (uint)piVar4[1] % param_2;\n piVar1 = piVar3 + uVar5;\n if ((int *)*piVar1 == (int *)0x0) break;\n *piVar4 = *(int *)*piVar1;\n *(int **)*piVar1 = piVar4;\n uVar5 = uVar6;\nLAB_0012ab68:\n piVar4 = piVar2;\n uVar6 = uVar5;\n if (piVar2 == (int *)0x0) goto LAB_0012abb0;\n }\n *piVar4 = param_1[2];\n param_1[2] = (int)piVar4;\n *piVar1 = (int)(param_1 + 2);\n if (*piVar4 == 0) goto LAB_0012ab68;\n piVar3[uVar6] = (int)piVar4;\n piVar4 = piVar2;\n uVar6 = uVar5;\n } while (piVar2 != (int *)0x0);\n }" if (parenthesized_expression "(piVar4 != (int *)0x0)" ( (binary_expression "piVar4 != (int *)0x0" identifier != (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n uVar6 = 0;\n do {\n while( true ) {\n piVar2 = (int *)*piVar4;\n uVar5 = (uint)piVar4[1] % param_2;\n piVar1 = piVar3 + uVar5;\n if ((int *)*piVar1 == (int *)0x0) break;\n *piVar4 = *(int *)*piVar1;\n *(int **)*piVar1 = piVar4;\n uVar5 = uVar6;\nLAB_0012ab68:\n piVar4 = piVar2;\n uVar6 = uVar5;\n if (piVar2 == (int *)0x0) goto LAB_0012abb0;\n }\n *piVar4 = param_1[2];\n param_1[2] = (int)piVar4;\n *piVar1 = (int)(param_1 + 2);\n if (*piVar4 == 0) goto LAB_0012ab68;\n piVar3[uVar6] = (int)piVar4;\n piVar4 = piVar2;\n uVar6 = uVar5;\n } while (piVar2 != (int *)0x0);\n }" { (expression_statement "uVar6 = 0;" (assignment_expression "uVar6 = 0" identifier = number_literal) ;) (do_statement "do {\n while( true ) {\n piVar2 = (int *)*piVar4;\n uVar5 = (uint)piVar4[1] % param_2;\n piVar1 = piVar3 + uVar5;\n if ((int *)*piVar1 == (int *)0x0) break;\n *piVar4 = *(int *)*piVar1;\n *(int **)*piVar1 = piVar4;\n uVar5 = uVar6;\nLAB_0012ab68:\n piVar4 = piVar2;\n uVar6 = uVar5;\n if (piVar2 == (int *)0x0) goto LAB_0012abb0;\n }\n *piVar4 = param_1[2];\n param_1[2] = (int)piVar4;\n *piVar1 = (int)(param_1 + 2);\n if (*piVar4 == 0) goto LAB_0012ab68;\n piVar3[uVar6] = (int)piVar4;\n piVar4 = piVar2;\n uVar6 = uVar5;\n } while (piVar2 != (int *)0x0);" do (compound_statement "{\n while( true ) {\n piVar2 = (int *)*piVar4;\n uVar5 = (uint)piVar4[1] % param_2;\n piVar1 = piVar3 + uVar5;\n if ((int *)*piVar1 == (int *)0x0) break;\n *piVar4 = *(int *)*piVar1;\n *(int **)*piVar1 = piVar4;\n uVar5 = uVar6;\nLAB_0012ab68:\n piVar4 = piVar2;\n uVar6 = uVar5;\n if (piVar2 == (int *)0x0) goto LAB_0012abb0;\n }\n *piVar4 = param_1[2];\n param_1[2] = (int)piVar4;\n *piVar1 = (int)(param_1 + 2);\n if (*piVar4 == 0) goto LAB_0012ab68;\n piVar3[uVar6] = (int)piVar4;\n piVar4 = piVar2;\n uVar6 = uVar5;\n }" { (while_statement "while( true ) {\n piVar2 = (int *)*piVar4;\n uVar5 = (uint)piVar4[1] % param_2;\n piVar1 = piVar3 + uVar5;\n if ((int *)*piVar1 == (int *)0x0) break;\n *piVar4 = *(int *)*piVar1;\n *(int **)*piVar1 = piVar4;\n uVar5 = uVar6;\nLAB_0012ab68:\n piVar4 = piVar2;\n uVar6 = uVar5;\n if (piVar2 == (int *)0x0) goto LAB_0012abb0;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n piVar2 = (int *)*piVar4;\n uVar5 = (uint)piVar4[1] % param_2;\n piVar1 = piVar3 + uVar5;\n if ((int *)*piVar1 == (int *)0x0) break;\n *piVar4 = *(int *)*piVar1;\n *(int **)*piVar1 = piVar4;\n uVar5 = uVar6;\nLAB_0012ab68:\n piVar4 = piVar2;\n uVar6 = uVar5;\n if (piVar2 == (int *)0x0) goto LAB_0012abb0;\n }" { (expression_statement "piVar2 = (int *)*piVar4;" (assignment_expression "piVar2 = (int *)*piVar4" identifier = (cast_expression "(int *)*piVar4" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*piVar4" * identifier))) ;) (expression_statement "uVar5 = (uint)piVar4[1] % param_2;" (assignment_expression "uVar5 = (uint)piVar4[1] % param_2" identifier = (binary_expression "(uint)piVar4[1] % param_2" (cast_expression "(uint)piVar4[1]" ( (type_descriptor "uint" type_identifier) ) (subscript_expression "piVar4[1]" identifier [ number_literal ])) % identifier)) ;) (expression_statement "piVar1 = piVar3 + uVar5;" (assignment_expression "piVar1 = piVar3 + uVar5" identifier = (binary_expression "piVar3 + uVar5" identifier + identifier)) ;) (if_statement "if ((int *)*piVar1 == (int *)0x0) break;" if (parenthesized_expression "((int *)*piVar1 == (int *)0x0)" ( (binary_expression "(int *)*piVar1 == (int *)0x0" (cast_expression "(int *)*piVar1" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*piVar1" * identifier)) == (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (break_statement "break;" break ;)) (expression_statement "*piVar4 = *(int *)*piVar1;" (assignment_expression "*piVar4 = *(int *)*piVar1" (pointer_expression "*piVar4" * identifier) = (pointer_expression "*(int *)*piVar1" * (cast_expression "(int *)*piVar1" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*piVar1" * identifier)))) ;) (expression_statement "*(int **)*piVar1 = piVar4;" (assignment_expression "*(int **)*piVar1 = piVar4" (pointer_expression "*(int **)*piVar1" * (cast_expression "(int **)*piVar1" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "*piVar1" * identifier))) = identifier) ;) (expression_statement "uVar5 = uVar6;" (assignment_expression "uVar5 = uVar6" identifier = identifier) ;) (labeled_statement "LAB_0012ab68:\n piVar4 = piVar2;" statement_identifier : (expression_statement "piVar4 = piVar2;" (assignment_expression "piVar4 = piVar2" identifier = identifier) ;)) (expression_statement "uVar6 = uVar5;" (assignment_expression "uVar6 = uVar5" identifier = identifier) ;) (if_statement "if (piVar2 == (int *)0x0) goto LAB_0012abb0;" 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_0012abb0;" goto statement_identifier ;)) })) (expression_statement "*piVar4 = param_1[2];" (assignment_expression "*piVar4 = param_1[2]" (pointer_expression "*piVar4" * identifier) = (subscript_expression "param_1[2]" identifier [ number_literal ])) ;) (expression_statement "param_1[2] = (int)piVar4;" (assignment_expression "param_1[2] = (int)piVar4" (subscript_expression "param_1[2]" identifier [ number_literal ]) = (cast_expression "(int)piVar4" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "*piVar1 = (int)(param_1 + 2);" (assignment_expression "*piVar1 = (int)(param_1 + 2)" (pointer_expression "*piVar1" * identifier) = (cast_expression "(int)(param_1 + 2)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(param_1 + 2)" ( (binary_expression "param_1 + 2" identifier + number_literal) )))) ;) (if_statement "if (*piVar4 == 0) goto LAB_0012ab68;" if (parenthesized_expression "(*piVar4 == 0)" ( (binary_expression "*piVar4 == 0" (pointer_expression "*piVar4" * identifier) == number_literal) )) (goto_statement "goto LAB_0012ab68;" goto statement_identifier ;)) (expression_statement "piVar3[uVar6] = (int)piVar4;" (assignment_expression "piVar3[uVar6] = (int)piVar4" (subscript_expression "piVar3[uVar6]" identifier [ identifier ]) = (cast_expression "(int)piVar4" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "piVar4 = piVar2;" (assignment_expression "piVar4 = piVar2" identifier = identifier) ;) (expression_statement "uVar6 = uVar5;" (assignment_expression "uVar6 = uVar5" identifier = identifier) ;) }) while (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)) )) ;) })) (labeled_statement "LAB_0012abb0:\n if ((int *)*param_1 != local_28) {\n FUN_001807a0((int *)*param_1);\n }" statement_identifier : (if_statement "if ((int *)*param_1 != local_28) {\n FUN_001807a0((int *)*param_1);\n }" if (parenthesized_expression "((int *)*param_1 != local_28)" ( (binary_expression "(int *)*param_1 != local_28" (cast_expression "(int *)*param_1" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier)) != identifier) )) (compound_statement "{\n FUN_001807a0((int *)*param_1);\n }" { (expression_statement "FUN_001807a0((int *)*param_1);" (call_expression "FUN_001807a0((int *)*param_1)" identifier (argument_list "((int *)*param_1)" ( (cast_expression "(int *)*param_1" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier)) ))) ;) }))) (expression_statement "*param_1 = (int)piVar3;" (assignment_expression "*param_1 = (int)piVar3" (pointer_expression "*param_1" * identifier) = (cast_expression "(int)piVar3" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "param_1[1] = param_2;" (assignment_expression "param_1[1] = param_2" (subscript_expression "param_1[1]" 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 IDENT) ))) (compound_statement { (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 (pointer_declarator * IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( ))))) ;) }))) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = 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 = LIT) ;) (do_statement do (compound_statement { (while_statement while (parenthesized_expression ( BOOL )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (cast_expression ( (type_descriptor TYPE) ) (subscript_expression IDENT [ LIT ])) % IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT)) == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (break_statement break ;)) (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT)))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (pointer_expression * IDENT))) = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (labeled_statement statement_identifier : (expression_statement (assignment_expression 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)) )) (goto_statement goto statement_identifier ;)) })) (expression_statement (assignment_expression (pointer_expression * IDENT) = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) == LIT) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression (subscript_expression IDENT [ IDENT ]) = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) }) while (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) ;) })) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT)) != IDENT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT)) ))) ;) }))) (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (return_statement return ;) })))
(function_definition "void FUN_0012ab10(int *param_1,uint param_2)\n\n{\n int *piVar1;\n int *piVar2;\n int *piVar3;\n int *piVar4;\n uint uVar5;\n uint uVar6;\n int *local_28;\n \n if (param_2 == 1) {\n piVar3 = param_1 + 6;\n param_1[6] = 0;\n }\n else {\n \n piVar3 = (int *)FUN_001228b0();\n }\n local_28 = param_1 + 6;\n piVar4 = (int *)param_1[2];\n param_1[2] = 0;\n if (piVar4 != (int *)0x0) {\n uVar6 = 0;\n do {\n while( true ) {\n piVar2 = (int *)*piVar4;\n uVar5 = (uint)piVar4[1] % param_2;\n piVar1 = piVar3 + uVar5;\n if ((int *)*piVar1 == (int *)0x0) break;\n *piVar4 = *(int *)*piVar1;\n *(int **)*piVar1 = piVar4;\n uVar5 = uVar6;\nLAB_0012ab68:\n piVar4 = piVar2;\n uVar6 = uVar5;\n if (piVar2 == (int *)0x0) goto LAB_0012abb0;\n }\n *piVar4 = param_1[2];\n param_1[2] = (int)piVar4;\n *piVar1 = (int)(param_1 + 2);\n if (*piVar4 == 0) goto LAB_0012ab68;\n piVar3[uVar6] = (int)piVar4;\n piVar4 = piVar2;\n uVar6 = uVar5;\n } while (piVar2 != (int *)0x0);\n }\nLAB_0012abb0:\n if ((int *)*param_1 != local_28) {\n FUN_001807a0((int *)*param_1);\n }\n *param_1 = (int)piVar3;\n param_1[1] = param_2;\n return;\n}" (primitive_type "void") (function_declarator "FUN_0012ab10(int *param_1,uint param_2)" (identifier "FUN_0012ab10") (parameter_list "(int *param_1,uint param_2)" (( "(") (parameter_declaration "int *param_1" (primitive_type "int") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "uint param_2" (type_identifier "uint") (identifier "param_2")) () ")"))) (compound_statement "{\n int *piVar1;\n int *piVar2;\n int *piVar3;\n int *piVar4;\n uint uVar5;\n uint uVar6;\n int *local_28;\n \n if (param_2 == 1) {\n piVar3 = param_1 + 6;\n param_1[6] = 0;\n }\n else {\n \n piVar3 = (int *)FUN_001228b0();\n }\n local_28 = param_1 + 6;\n piVar4 = (int *)param_1[2];\n param_1[2] = 0;\n if (piVar4 != (int *)0x0) {\n uVar6 = 0;\n do {\n while( true ) {\n piVar2 = (int *)*piVar4;\n uVar5 = (uint)piVar4[1] % param_2;\n piVar1 = piVar3 + uVar5;\n if ((int *)*piVar1 == (int *)0x0) break;\n *piVar4 = *(int *)*piVar1;\n *(int **)*piVar1 = piVar4;\n uVar5 = uVar6;\nLAB_0012ab68:\n piVar4 = piVar2;\n uVar6 = uVar5;\n if (piVar2 == (int *)0x0) goto LAB_0012abb0;\n }\n *piVar4 = param_1[2];\n param_1[2] = (int)piVar4;\n *piVar1 = (int)(param_1 + 2);\n if (*piVar4 == 0) goto LAB_0012ab68;\n piVar3[uVar6] = (int)piVar4;\n piVar4 = piVar2;\n uVar6 = uVar5;\n } while (piVar2 != (int *)0x0);\n }\nLAB_0012abb0:\n if ((int *)*param_1 != local_28) {\n FUN_001807a0((int *)*param_1);\n }\n *param_1 = (int)piVar3;\n param_1[1] = param_2;\n return;\n}" ({ "{") (declaration "int *piVar1;" (primitive_type "int") (pointer_declarator "*piVar1" (* "*") (identifier "piVar1")) (; ";")) (declaration "int *piVar2;" (primitive_type "int") (pointer_declarator "*piVar2" (* "*") (identifier "piVar2")) (; ";")) (declaration "int *piVar3;" (primitive_type "int") (pointer_declarator "*piVar3" (* "*") (identifier "piVar3")) (; ";")) (declaration "int *piVar4;" (primitive_type "int") (pointer_declarator "*piVar4" (* "*") (identifier "piVar4")) (; ";")) (declaration "uint uVar5;" (type_identifier "uint") (identifier "uVar5") (; ";")) (declaration "uint uVar6;" (type_identifier "uint") (identifier "uVar6") (; ";")) (declaration "int *local_28;" (primitive_type "int") (pointer_declarator "*local_28" (* "*") (identifier "local_28")) (; ";")) (if_statement "if (param_2 == 1) {\n piVar3 = param_1 + 6;\n param_1[6] = 0;\n }\n else {\n \n piVar3 = (int *)FUN_001228b0();\n }" (if "if") (parenthesized_expression "(param_2 == 1)" (( "(") (binary_expression "param_2 == 1" (identifier "param_2") (== "==") (number_literal "1")) () ")")) (compound_statement "{\n piVar3 = param_1 + 6;\n param_1[6] = 0;\n }" ({ "{") (expression_statement "piVar3 = param_1 + 6;" (assignment_expression "piVar3 = param_1 + 6" (identifier "piVar3") (= "=") (binary_expression "param_1 + 6" (identifier "param_1") (+ "+") (number_literal "6"))) (; ";")) (expression_statement "param_1[6] = 0;" (assignment_expression "param_1[6] = 0" (subscript_expression "param_1[6]" (identifier "param_1") ([ "[") (number_literal "6") (] "]")) (= "=") (number_literal "0")) (; ";")) (} "}")) (else_clause "else {\n \n piVar3 = (int *)FUN_001228b0();\n }" (else "else") (compound_statement "{\n \n piVar3 = (int *)FUN_001228b0();\n }" ({ "{") (expression_statement "piVar3 = (int *)FUN_001228b0();" (assignment_expression "piVar3 = (int *)FUN_001228b0()" (identifier "piVar3") (= "=") (cast_expression "(int *)FUN_001228b0()" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_001228b0()" (identifier "FUN_001228b0") (argument_list "()" (( "(") () ")"))))) (; ";")) (} "}")))) (expression_statement "local_28 = param_1 + 6;" (assignment_expression "local_28 = param_1 + 6" (identifier "local_28") (= "=") (binary_expression "param_1 + 6" (identifier "param_1") (+ "+") (number_literal "6"))) (; ";")) (expression_statement "piVar4 = (int *)param_1[2];" (assignment_expression "piVar4 = (int *)param_1[2]" (identifier "piVar4") (= "=") (cast_expression "(int *)param_1[2]" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]")))) (; ";")) (expression_statement "param_1[2] = 0;" (assignment_expression "param_1[2] = 0" (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]")) (= "=") (number_literal "0")) (; ";")) (if_statement "if (piVar4 != (int *)0x0) {\n uVar6 = 0;\n do {\n while( true ) {\n piVar2 = (int *)*piVar4;\n uVar5 = (uint)piVar4[1] % param_2;\n piVar1 = piVar3 + uVar5;\n if ((int *)*piVar1 == (int *)0x0) break;\n *piVar4 = *(int *)*piVar1;\n *(int **)*piVar1 = piVar4;\n uVar5 = uVar6;\nLAB_0012ab68:\n piVar4 = piVar2;\n uVar6 = uVar5;\n if (piVar2 == (int *)0x0) goto LAB_0012abb0;\n }\n *piVar4 = param_1[2];\n param_1[2] = (int)piVar4;\n *piVar1 = (int)(param_1 + 2);\n if (*piVar4 == 0) goto LAB_0012ab68;\n piVar3[uVar6] = (int)piVar4;\n piVar4 = piVar2;\n uVar6 = uVar5;\n } while (piVar2 != (int *)0x0);\n }" (if "if") (parenthesized_expression "(piVar4 != (int *)0x0)" (( "(") (binary_expression "piVar4 != (int *)0x0" (identifier "piVar4") (!= "!=") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n uVar6 = 0;\n do {\n while( true ) {\n piVar2 = (int *)*piVar4;\n uVar5 = (uint)piVar4[1] % param_2;\n piVar1 = piVar3 + uVar5;\n if ((int *)*piVar1 == (int *)0x0) break;\n *piVar4 = *(int *)*piVar1;\n *(int **)*piVar1 = piVar4;\n uVar5 = uVar6;\nLAB_0012ab68:\n piVar4 = piVar2;\n uVar6 = uVar5;\n if (piVar2 == (int *)0x0) goto LAB_0012abb0;\n }\n *piVar4 = param_1[2];\n param_1[2] = (int)piVar4;\n *piVar1 = (int)(param_1 + 2);\n if (*piVar4 == 0) goto LAB_0012ab68;\n piVar3[uVar6] = (int)piVar4;\n piVar4 = piVar2;\n uVar6 = uVar5;\n } while (piVar2 != (int *)0x0);\n }" ({ "{") (expression_statement "uVar6 = 0;" (assignment_expression "uVar6 = 0" (identifier "uVar6") (= "=") (number_literal "0")) (; ";")) (do_statement "do {\n while( true ) {\n piVar2 = (int *)*piVar4;\n uVar5 = (uint)piVar4[1] % param_2;\n piVar1 = piVar3 + uVar5;\n if ((int *)*piVar1 == (int *)0x0) break;\n *piVar4 = *(int *)*piVar1;\n *(int **)*piVar1 = piVar4;\n uVar5 = uVar6;\nLAB_0012ab68:\n piVar4 = piVar2;\n uVar6 = uVar5;\n if (piVar2 == (int *)0x0) goto LAB_0012abb0;\n }\n *piVar4 = param_1[2];\n param_1[2] = (int)piVar4;\n *piVar1 = (int)(param_1 + 2);\n if (*piVar4 == 0) goto LAB_0012ab68;\n piVar3[uVar6] = (int)piVar4;\n piVar4 = piVar2;\n uVar6 = uVar5;\n } while (piVar2 != (int *)0x0);" (do "do") (compound_statement "{\n while( true ) {\n piVar2 = (int *)*piVar4;\n uVar5 = (uint)piVar4[1] % param_2;\n piVar1 = piVar3 + uVar5;\n if ((int *)*piVar1 == (int *)0x0) break;\n *piVar4 = *(int *)*piVar1;\n *(int **)*piVar1 = piVar4;\n uVar5 = uVar6;\nLAB_0012ab68:\n piVar4 = piVar2;\n uVar6 = uVar5;\n if (piVar2 == (int *)0x0) goto LAB_0012abb0;\n }\n *piVar4 = param_1[2];\n param_1[2] = (int)piVar4;\n *piVar1 = (int)(param_1 + 2);\n if (*piVar4 == 0) goto LAB_0012ab68;\n piVar3[uVar6] = (int)piVar4;\n piVar4 = piVar2;\n uVar6 = uVar5;\n }" ({ "{") (while_statement "while( true ) {\n piVar2 = (int *)*piVar4;\n uVar5 = (uint)piVar4[1] % param_2;\n piVar1 = piVar3 + uVar5;\n if ((int *)*piVar1 == (int *)0x0) break;\n *piVar4 = *(int *)*piVar1;\n *(int **)*piVar1 = piVar4;\n uVar5 = uVar6;\nLAB_0012ab68:\n piVar4 = piVar2;\n uVar6 = uVar5;\n if (piVar2 == (int *)0x0) goto LAB_0012abb0;\n }" (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (compound_statement "{\n piVar2 = (int *)*piVar4;\n uVar5 = (uint)piVar4[1] % param_2;\n piVar1 = piVar3 + uVar5;\n if ((int *)*piVar1 == (int *)0x0) break;\n *piVar4 = *(int *)*piVar1;\n *(int **)*piVar1 = piVar4;\n uVar5 = uVar6;\nLAB_0012ab68:\n piVar4 = piVar2;\n uVar6 = uVar5;\n if (piVar2 == (int *)0x0) goto LAB_0012abb0;\n }" ({ "{") (expression_statement "piVar2 = (int *)*piVar4;" (assignment_expression "piVar2 = (int *)*piVar4" (identifier "piVar2") (= "=") (cast_expression "(int *)*piVar4" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*piVar4" (* "*") (identifier "piVar4")))) (; ";")) (expression_statement "uVar5 = (uint)piVar4[1] % param_2;" (assignment_expression "uVar5 = (uint)piVar4[1] % param_2" (identifier "uVar5") (= "=") (binary_expression "(uint)piVar4[1] % param_2" (cast_expression "(uint)piVar4[1]" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (subscript_expression "piVar4[1]" (identifier "piVar4") ([ "[") (number_literal "1") (] "]"))) (% "%") (identifier "param_2"))) (; ";")) (expression_statement "piVar1 = piVar3 + uVar5;" (assignment_expression "piVar1 = piVar3 + uVar5" (identifier "piVar1") (= "=") (binary_expression "piVar3 + uVar5" (identifier "piVar3") (+ "+") (identifier "uVar5"))) (; ";")) (if_statement "if ((int *)*piVar1 == (int *)0x0) break;" (if "if") (parenthesized_expression "((int *)*piVar1 == (int *)0x0)" (( "(") (binary_expression "(int *)*piVar1 == (int *)0x0" (cast_expression "(int *)*piVar1" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*piVar1" (* "*") (identifier "piVar1"))) (== "==") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "*piVar4 = *(int *)*piVar1;" (assignment_expression "*piVar4 = *(int *)*piVar1" (pointer_expression "*piVar4" (* "*") (identifier "piVar4")) (= "=") (pointer_expression "*(int *)*piVar1" (* "*") (cast_expression "(int *)*piVar1" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*piVar1" (* "*") (identifier "piVar1"))))) (; ";")) (expression_statement "*(int **)*piVar1 = piVar4;" (assignment_expression "*(int **)*piVar1 = piVar4" (pointer_expression "*(int **)*piVar1" (* "*") (cast_expression "(int **)*piVar1" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (pointer_expression "*piVar1" (* "*") (identifier "piVar1")))) (= "=") (identifier "piVar4")) (; ";")) (expression_statement "uVar5 = uVar6;" (assignment_expression "uVar5 = uVar6" (identifier "uVar5") (= "=") (identifier "uVar6")) (; ";")) (labeled_statement "LAB_0012ab68:\n piVar4 = piVar2;" (statement_identifier "LAB_0012ab68") (: ":") (expression_statement "piVar4 = piVar2;" (assignment_expression "piVar4 = piVar2" (identifier "piVar4") (= "=") (identifier "piVar2")) (; ";"))) (expression_statement "uVar6 = uVar5;" (assignment_expression "uVar6 = uVar5" (identifier "uVar6") (= "=") (identifier "uVar5")) (; ";")) (if_statement "if (piVar2 == (int *)0x0) goto LAB_0012abb0;" (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_0012abb0;" (goto "goto") (statement_identifier "LAB_0012abb0") (; ";"))) (} "}"))) (expression_statement "*piVar4 = param_1[2];" (assignment_expression "*piVar4 = param_1[2]" (pointer_expression "*piVar4" (* "*") (identifier "piVar4")) (= "=") (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]"))) (; ";")) (expression_statement "param_1[2] = (int)piVar4;" (assignment_expression "param_1[2] = (int)piVar4" (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]")) (= "=") (cast_expression "(int)piVar4" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "piVar4"))) (; ";")) (expression_statement "*piVar1 = (int)(param_1 + 2);" (assignment_expression "*piVar1 = (int)(param_1 + 2)" (pointer_expression "*piVar1" (* "*") (identifier "piVar1")) (= "=") (cast_expression "(int)(param_1 + 2)" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (parenthesized_expression "(param_1 + 2)" (( "(") (binary_expression "param_1 + 2" (identifier "param_1") (+ "+") (number_literal "2")) () ")")))) (; ";")) (if_statement "if (*piVar4 == 0) goto LAB_0012ab68;" (if "if") (parenthesized_expression "(*piVar4 == 0)" (( "(") (binary_expression "*piVar4 == 0" (pointer_expression "*piVar4" (* "*") (identifier "piVar4")) (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_0012ab68;" (goto "goto") (statement_identifier "LAB_0012ab68") (; ";"))) (expression_statement "piVar3[uVar6] = (int)piVar4;" (assignment_expression "piVar3[uVar6] = (int)piVar4" (subscript_expression "piVar3[uVar6]" (identifier "piVar3") ([ "[") (identifier "uVar6") (] "]")) (= "=") (cast_expression "(int)piVar4" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "piVar4"))) (; ";")) (expression_statement "piVar4 = piVar2;" (assignment_expression "piVar4 = piVar2" (identifier "piVar4") (= "=") (identifier "piVar2")) (; ";")) (expression_statement "uVar6 = uVar5;" (assignment_expression "uVar6 = uVar5" (identifier "uVar6") (= "=") (identifier "uVar5")) (; ";")) (} "}")) (while "while") (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"))) () ")")) (; ";")) (} "}"))) (labeled_statement "LAB_0012abb0:\n if ((int *)*param_1 != local_28) {\n FUN_001807a0((int *)*param_1);\n }" (statement_identifier "LAB_0012abb0") (: ":") (if_statement "if ((int *)*param_1 != local_28) {\n FUN_001807a0((int *)*param_1);\n }" (if "if") (parenthesized_expression "((int *)*param_1 != local_28)" (( "(") (binary_expression "(int *)*param_1 != local_28" (cast_expression "(int *)*param_1" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_1" (* "*") (identifier "param_1"))) (!= "!=") (identifier "local_28")) () ")")) (compound_statement "{\n FUN_001807a0((int *)*param_1);\n }" ({ "{") (expression_statement "FUN_001807a0((int *)*param_1);" (call_expression "FUN_001807a0((int *)*param_1)" (identifier "FUN_001807a0") (argument_list "((int *)*param_1)" (( "(") (cast_expression "(int *)*param_1" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_1" (* "*") (identifier "param_1"))) () ")"))) (; ";")) (} "}")))) (expression_statement "*param_1 = (int)piVar3;" (assignment_expression "*param_1 = (int)piVar3" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (cast_expression "(int)piVar3" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "piVar3"))) (; ";")) (expression_statement "param_1[1] = param_2;" (assignment_expression "param_1[1] = param_2" (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) (= "=") (identifier "param_2")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* DWARF original prototype: void _M_rehash(_Hashtable<char_const*,_std::pair<char_const*_const,_gold::Warnings::Warning_location>,_std::allocator<std::pair<char_const*_const,_gold::Warnings::Warning_location>_>,_std::__detail::_Select1st,_std::equal_to<char_const*>,_std::hash<char_const*>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_> * this, size_type __n, __rehash_state * __state) */ void __thiscall std:: _Hashtable<char_const*,_std::pair<char_const*_const,_gold::Warnings::Warning_location>,_std::allocator<std::pair<char_const*_const,_gold::Warnings::Warning_location>var_3>,_std::__detail::_Select1st,_std::equal_to<char_const*>,_std::hash<char_const*>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,var_2>var_3> ::_M_rehash(_Hashtable<char_const*,_std::pair<char_const*_const,_gold::Warnings::Warning_location>,_std::allocator<std::pair<char_const*_const,_gold::Warnings::Warning_location>var_3>,_std::__detail::_Select1st,_std::equal_to<char_const*>,_std::hash<char_const*>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,var_2>var_3> *this,size_type var_4,__rehash_state *__state) { type_2 *pp_Var1; type_1 *var_9; type_2 *var_7; type_1 *var_6; type_3 var_8; type_3 uVar6; _Hashtable_alloc<std::allocator<std::__detail::_Hash_node<std::pair<const_std::pair<unsigned_int,_unsigned_int>,_gold::var_1*>,var_2>var_3>var_3> *in_stack_ffffffd4; size_t in_stack_ffffffd8; if (var_4 == 1) { var_7 = &this->_M_single_bucket; this->_M_single_bucket = (type_2)0x0; } else { /* try { // try from 0012ab38 to 0012ab3c has its CatchHandler @ 0012abfb */ var_7 = __detail:: _Hashtable_alloc<std::allocator<std::__detail::_Hash_node<std::pair<const_std::pair<unsigned_int,_unsigned_int>,_gold::var_1*>,var_2>var_3>var_3> ::var_5(in_stack_ffffffd4,in_stack_ffffffd8); } var_6 = (this->_M_before_begin)._M_nxt; (this->_M_before_begin)._M_nxt = (type_1 *)0x0; if (var_6 != (type_1 *)0x0) { uVar6 = 0; do { while( true ) { var_9 = var_6->_M_nxt; var_8 = (type_3)var_6[1]._M_nxt % var_4; pp_Var1 = var_7 + var_8; if (*pp_Var1 == (type_2)0x0) break; var_6->_M_nxt = (*pp_Var1)->_M_nxt; (*pp_Var1)->_M_nxt = var_6; var_8 = uVar6; LAB_0012ab68: var_6 = var_9; uVar6 = var_8; if (var_9 == (type_1 *)0x0) goto LAB_0012abb0; } var_6->_M_nxt = (this->_M_before_begin)._M_nxt; (this->_M_before_begin)._M_nxt = var_6; *pp_Var1 = &this->_M_before_begin; if (var_6->_M_nxt == (type_1 *)0x0) goto LAB_0012ab68; var_7[uVar6] = var_6; var_6 = var_9; uVar6 = var_8; } while (var_9 != (type_1 *)0x0); } LAB_0012abb0: if (this->_M_buckets != &this->_M_single_bucket) { var_10(this->_M_buckets); } this->_M_buckets = var_7; this->_M_bucket_count = var_4; 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: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (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: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal)))) alternative: (else_clause (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)))))))) (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: (identifier) index: (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: (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: (number_literal))) (do_statement body: (compound_statement (while_statement condition: (parenthesized_expression (true)) body: (compound_statement (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: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (subscript_expression argument: (identifier) index: (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: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (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: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (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: (pointer_expression argument: (identifier)))) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (labeled_statement label: (statement_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: (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: (pointer_expression argument: (identifier)) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (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: (pointer_expression argument: (identifier)) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (identifier)) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier)))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal))))))) (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))) right: (identifier))) consequence: (compound_statement (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: (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: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (return_statement))))
null
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ void MASKED(int *param_1,uint param_2) { int *piVar1; int *piVar2; int *piVar3; int *piVar4; uint uVar5; uint uVar6; int *local_28; if (param_2 == 1) { piVar3 = param_1 + 6; param_1[6] = 0; } else { /* try { // try from 0012ab38 to 0012ab3c has its CatchHandler @ 0012abfb */ piVar3 = (int *)FUN_001228b0(); } local_28 = param_1 + 6; piVar4 = (int *)param_1[2]; param_1[2] = 0; if (piVar4 != (int *)0x0) { uVar6 = 0; do { while( true ) { piVar2 = (int *)*piVar4; uVar5 = (uint)piVar4[1] % param_2; piVar1 = piVar3 + uVar5; if ((int *)*piVar1 == (int *)0x0) break; *piVar4 = *(int *)*piVar1; *(int **)*piVar1 = piVar4; uVar5 = uVar6; LAB_0012ab68: piVar4 = piVar2; uVar6 = uVar5; if (piVar2 == (int *)0x0) goto LAB_0012abb0; } *piVar4 = param_1[2]; param_1[2] = (int)piVar4; *piVar1 = (int)(param_1 + 2); if (*piVar4 == 0) goto LAB_0012ab68; piVar3[uVar6] = (int)piVar4; piVar4 = piVar2; uVar6 = uVar5; } while (piVar2 != (int *)0x0); } LAB_0012abb0: if ((int *)*param_1 != local_28) { FUN_001807a0((int *)*param_1); } *param_1 = (int)piVar3; param_1[1] = param_2; return; }
26_sg_rtpg_and_sg_rtpg_strip.c
register_tm_clones
FUN_00011ba0
/* WARNING: Function: __x86.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */ /* WARNING: Removing unreachable block (ram,0x00011bce) */ /* WARNING: Removing unreachable block (ram,0x00011bd8) */ void register_tm_clones(void) { return; }
/* WARNING: Function: __i686.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */ /* WARNING: Removing unreachable block (ram,0x00011bce) */ /* WARNING: Removing unreachable block (ram,0x00011bd8) */ void FUN_00011ba0(void) { return; }
CALL 0x00011c85 ADD EDX,0x23f3 PUSH EBP MOV EBP,ESP PUSH EBX LEA ECX,[EDX + 0x118] LEA EAX,[EDX + 0x118] SUB ESP,0x4 SUB EAX,ECX SAR EAX,0x2 MOV EBX,EAX SHR EBX,0x1f ADD EAX,EBX SAR EAX,0x1 JZ 0x00011be2 MOV EDX,dword ptr [EDX + 0x64] TEST EDX,EDX JZ 0x00011be2 SUB ESP,0x8 PUSH EAX PUSH ECX CALL EDX ADD ESP,0x10 MOV EBX,dword ptr [EBP + -0x4] LEAVE RET
null
null
null
null
[('const-0', u'RETURN_-1205986138')]
[('const-0', u'RETURN_-1205986138')]
null
null
00011ba0
x86
O2
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */\n/* WARNING: Removing unreachable block (ram,0x00011bce) */\n/* WARNING: Removing unreachable block (ram,0x00011bd8) */\n\nvoid FUN_00011ba0(void)\n\n{\n return;\n}\n\n" comment comment comment (function_definition "void FUN_00011ba0(void)\n\n{\n return;\n}" primitive_type (function_declarator "FUN_00011ba0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n return;\n}" { (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */\n/* WARNING: Removing unreachable block (ram,0x00011bce) */\n/* WARNING: Removing unreachable block (ram,0x00011bd8) */\n\nvoid register_tm_clones(void)\n\n{\n return;\n}\n\n" comment comment comment (function_definition "void register_tm_clones(void)\n\n{\n return;\n}" primitive_type (function_declarator "register_tm_clones(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n return;\n}" { (return_statement "return;" return ;) })))
(translation_unit "void FUN_00011ba0(void)\n\n{\n return;\n}\n\n" (function_definition "void FUN_00011ba0(void)\n\n{\n return;\n}" primitive_type (function_declarator "FUN_00011ba0(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 FUN_00011ba0(void)\n\n{\n return;\n}" (primitive_type "void") (function_declarator "FUN_00011ba0(void)" (identifier "FUN_00011ba0") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n return;\n}" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */ /* WARNING: Removing unreachable block (ram,0x00011bce) */ /* WARNING: Removing unreachable block (ram,0x00011bd8) */ 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: Function: __i686.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */ /* WARNING: Removing unreachable block (ram,0x00011bce) */ /* WARNING: Removing unreachable block (ram,0x00011bd8) */ void MASKED(void) { return; }
6009_i686-linux-gnu-ld_and_i686-linux-gnu-ld_strip.c
value
FUN_00183bb0
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Enum "DT": Some values do not have unique names */ /* WARNING: Enum "STT": Some values do not have unique names */ /* WARNING: Enum "ELFOSABI": Some values do not have unique names */ /* DWARF original prototype: uint64_t value(Constant_expression * this, Expression_eval_info * param_1) */ uint64_t __thiscall gold::Constant_expression::value(Constant_expression *this,Expression_eval_info *param_2) { Target *pTVar1; General_options *pGVar2; Target_info *pTVar3; uint uVar4; uint uVar5; uint uVar6; Target *unaff_EBX; uint uVar7; if (this->function_ == CONSTANT_MAXPAGESIZE) { if (parameters->target_ == (Target *)0x0) goto LAB_00183c98; pGVar2 = parameters->options_; if (pGVar2 == (General_options *)0x0) { /* WARNING: Subroutine does not return */ Target::abi_pagesize(unaff_EBX); } uVar4 = (uint)(pGVar2->max_page_size_).value; uVar6 = *(uint *)((int)&(pGVar2->max_page_size_).value + 4); if (uVar6 == 0 && uVar4 == 0) { return parameters->target_->pti_->abi_pagesize; } } else { if (this->function_ != CONSTANT_COMMONPAGESIZE) { /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/expression.cc",0x44a,"value"); } pTVar1 = parameters->target_; if (pTVar1 == (Target *)0x0) { LAB_00183c98: /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/parameters.h",0x69,"target"); } pGVar2 = parameters->options_; if (pGVar2 == (General_options *)0x0) { /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/parameters.h",0x5c,"options"); } uVar6 = *(uint *)((int)&(pGVar2->common_page_size_).value + 4); uVar4 = (uint)(pGVar2->common_page_size_).value; uVar7 = (uint)(pGVar2->max_page_size_).value; uVar5 = *(uint *)((int)&(pGVar2->max_page_size_).value + 4); if (uVar6 == 0 && uVar4 == 0) { pTVar3 = pTVar1->pti_; if (uVar5 == 0 && uVar7 == 0) { uVar7 = (uint)pTVar3->abi_pagesize; uVar5 = *(uint *)((int)&pTVar3->abi_pagesize + 4); } uVar4 = (uint)pTVar3->common_pagesize; uVar6 = *(uint *)((int)&pTVar3->common_pagesize + 4); } else if (uVar5 == 0 && uVar7 == 0) { uVar7 = (uint)pTVar1->pti_->abi_pagesize; uVar5 = *(uint *)((int)&pTVar1->pti_->abi_pagesize + 4); } if (uVar5 < uVar6 || uVar5 - uVar6 < (uint)(uVar7 < uVar4)) { uVar4 = uVar7; uVar6 = uVar5; } } return CONCAT44(uVar6,uVar4); }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ undefined8 FUN_00183bb0(int param_1,undefined1 param_2,undefined4 param_3,undefined4 param_4,int param_5, int *param_6,undefined4 param_7,undefined4 param_8,undefined4 param_9, undefined4 param_10,char param_11,char *param_12) { int iVar1; uint uVar2; uint uVar3; uint uVar4; int iVar5; uint uVar6; int unaff_EBP; int *unaff_ESI; undefined8 uVar7; char cStack_59; undefined1 auStack_58 [8]; undefined1 uStack_50; undefined1 uStack_4f; undefined4 uStack_4c; undefined4 uStack_48; int iStack_44; int *piStack_40; undefined4 uStack_3c; undefined4 uStack_38; undefined4 uStack_34; undefined4 uStack_30; char *pcStack_2c; undefined4 uStack_20; undefined **ppuStack_1c; if (*(int *)(param_1 + 4) == 0) { if (*(int *)(DAT_0033f2f0 + 0xc) == 0) goto LAB_00183c98; iVar5 = *(int *)(DAT_0033f2f0 + 8); if (iVar5 == 0) { FUN_00183a10(); FUN_00058c4e(); uStack_48 = param_4; iStack_44 = param_5; uStack_50 = (undefined1)param_1; uStack_4f = param_2; uStack_4c = param_3; if (param_6 != (int *)0x0) { *param_6 = 0; } piStack_40 = param_6; cStack_59 = '\x01'; uStack_38 = param_8; uStack_34 = param_9; uStack_30 = param_10; uStack_3c = param_7; pcStack_2c = &cStack_59; ppuStack_1c = &__DT_PLTGOT; uVar7 = (**(code **)(*unaff_ESI + 0xc))(unaff_ESI,auStack_58); iVar5 = (int)((ulonglong)uVar7 >> 0x20); uVar2 = (uint)uVar7; if (param_12 == (char *)0x0) { if (cStack_59 == '\0') { /* WARNING: Subroutine does not return */ FUN_0008b620(unaff_EBP + 0xe41bc,0x9c,unaff_EBP + 0xe46ca,param_6); } } else { *param_12 = cStack_59; } if ((param_11 == '\0') || (*param_6 != 0)) { return uVar7; } if (param_5 == 0) { /* WARNING: Subroutine does not return */ FUN_0008b620(unaff_EBP + 0xe41bc,0xa2,unaff_EBP + 0xe46ca,iVar5); } if ((*(byte *)(param_5 + 0x1c) & 1) == 0) { /* WARNING: Subroutine does not return */ FUN_0008b620(unaff_EBP + 0xc7667,0xc5,unaff_EBP + 0xe46ba,uVar2); } uVar4 = *(uint *)(param_5 + 4); uVar6 = *(uint *)(param_5 + 4); iVar1 = *(int *)(param_5 + 8); *param_6 = param_5; return CONCAT44(iVar5 + iVar1 + (uint)CARRY4(uVar2,uVar4),uVar2 + uVar6); } uVar2 = *(uint *)(iVar5 + 0x5218); uVar4 = *(uint *)(iVar5 + 0x521c); if (uVar4 == 0 && uVar2 == 0) { return *(undefined8 *)(*(int *)(*(int *)(DAT_0033f2f0 + 0xc) + 4) + 0x20); } } else { if (*(int *)(param_1 + 4) != 1) { ppuStack_1c = (undefined **)0x267eb2; /* WARNING: Subroutine does not return */ uStack_20 = 0x183cc7; FUN_0008b620(); } iVar5 = *(int *)(DAT_0033f2f0 + 0xc); if (iVar5 == 0) { LAB_00183c98: ppuStack_1c = (undefined **)0x24626d; /* WARNING: Subroutine does not return */ uStack_20 = 0x183cae; FUN_0008b620(); } iVar1 = *(int *)(DAT_0033f2f0 + 8); if (iVar1 == 0) { ppuStack_1c = (undefined **)0x24626d; /* WARNING: Subroutine does not return */ uStack_20 = 0x183cdd; FUN_0008b620(); } uVar4 = *(uint *)(iVar1 + 0x4e74); uVar2 = *(uint *)(iVar1 + 0x4e70); uVar6 = *(uint *)(iVar1 + 0x5218); uVar3 = *(uint *)(iVar1 + 0x521c); if (uVar4 == 0 && uVar2 == 0) { iVar5 = *(int *)(iVar5 + 4); if (uVar3 == 0 && uVar6 == 0) { uVar6 = *(uint *)(iVar5 + 0x20); uVar3 = *(uint *)(iVar5 + 0x24); } uVar2 = *(uint *)(iVar5 + 0x28); uVar4 = *(uint *)(iVar5 + 0x2c); } else if (uVar3 == 0 && uVar6 == 0) { uVar6 = *(uint *)(*(int *)(iVar5 + 4) + 0x20); uVar3 = *(uint *)(*(int *)(iVar5 + 4) + 0x24); } if (uVar3 < uVar4 || uVar3 - uVar4 < (uint)(uVar6 < uVar2)) { uVar2 = uVar6; uVar4 = uVar3; } } return CONCAT44(uVar4,uVar2); }
PUSH EDI PUSH ESI PUSH EBX MOV EAX,dword ptr [ESP + 0x10] CALL 0x00035680 ADD EBX,0x1bb444 MOV EAX,dword ptr [EAX + 0x4] TEST EAX,EAX JZ 0x00183c28 CMP EAX,0x1 JNZ 0x00183cae LEA EAX,[EBX + 0x2f0] MOV EAX,dword ptr [EAX] MOV ESI,dword ptr [EAX + 0xc] TEST ESI,ESI JZ 0x00183c98 MOV ECX,dword ptr [EAX + 0x8] TEST ECX,ECX JZ 0x00183cc7 MOV EDX,dword ptr [ECX + 0x4e74] MOV EAX,dword ptr [ECX + 0x4e70] MOV EBX,dword ptr [ECX + 0x5218] MOV ECX,dword ptr [ECX + 0x521c] MOV EDI,EDX OR EDI,EAX JZ 0x00183c68 MOV EDI,ECX OR EDI,EBX JZ 0x00183c80 CMP EBX,EAX MOV EDI,ECX SBB EDI,EDX CMOVC EAX,EBX CMOVC EDX,ECX POP EBX POP ESI POP EDI RET LEA EAX,[EBX + 0x2f0] MOV EAX,dword ptr [EAX] MOV ECX,dword ptr [EAX + 0xc] TEST ECX,ECX JZ 0x00183c98 MOV EDX,dword ptr [EAX + 0x8] TEST EDX,EDX JZ 0x00183cdd MOV EAX,dword ptr [EDX + 0x5218] MOV EDX,dword ptr [EDX + 0x521c] MOV ESI,EDX OR ESI,EAX JNZ 0x00183c20 MOV EDX,dword ptr [ECX + 0x4] POP EBX POP ESI POP EDI MOV EAX,dword ptr [EDX + 0x20] MOV EDX,dword ptr [EDX + 0x24] RET MOV EAX,ECX MOV EDX,dword ptr [ESI + 0x4] OR EAX,EBX JZ 0x00183c90 MOV EAX,dword ptr [EDX + 0x28] MOV EDX,dword ptr [EDX + 0x2c] JMP 0x00183c14 MOV ECX,dword ptr [ESI + 0x4] MOV EBX,dword ptr [ECX + 0x20] MOV ECX,dword ptr [ECX + 0x24] JMP 0x00183c14 MOV EBX,dword ptr [EDX + 0x20] MOV ECX,dword ptr [EDX + 0x24] JMP 0x00183c71 LEA EAX,[EBX + 0xfff293a0] PUSH ECX PUSH EAX LEA EAX,[EBX + 0xfff0726d] PUSH 0x69 PUSH EAX CALL 0x0008b620 PUSH EAX LEA EAX,[EBX + 0xfff29388] PUSH EAX LEA EAX,[EBX + 0xfff28eb2] PUSH 0x44a PUSH EAX CALL 0x0008b620 LEA EAX,[EBX + 0xfff293b8] PUSH EDX PUSH EAX LEA EAX,[EBX + 0xfff0726d] PUSH 0x5c PUSH EAX CALL 0x0008b620 CALL 0x00183a10 LEA ESI,[ESI] LEA ESI,[ESI]
null
null
null
null
[(u'COPY_-1207484781', u'MULTIEQUAL_-1207484918'), ('const-417', u'LOAD_-1207485069'), (u'LOAD_-1207485422', u'PTRSUB_-1207484642'), (u'CAST_-1207484592', u'LOAD_-1207485094'), (u'MULTIEQUAL_-1207484929', u'INT_SUB_-1207485269'), (u'LOAD_-1207485078', u'SUBPIECE_-1207484689'), (u'INT_ADD_-1207484803', u'CAST_-1207484739'), (u'INT_LESS_-1207485291', u'INT_ZEXT_-1207485275'), (u'PTRSUB_-1207484692', u'LOAD_-1207485042'), (u'LOAD_-1207485158', u'PTRSUB_-1207484656'), (u'SUBPIECE_-1207484767', u'INT_EQUAL_-1207484931'), ('const-417', u'LOAD_-1207485347'), ('const-64', u'PTRSUB_-1207484771'), ('tmp_1760', u'COPY_-1207484770'), (u'MULTIEQUAL_-1207484937', u'INT_LESS_-1207485276'), (u'PTRSUB_-1207484726', u'LOAD_-1207485102'), ('const-32', u'PTRSUB_-1207484634'), (u'COPY_-1207484647', u'CALL_-1207484999'), ('const-8', u'PTRSUB_-1207484818'), (u'LOAD_-1207485422', u'PTRSUB_-1207484668'), ('const-20952', u'PTRSUB_-1207484782'), ('tmp_296', u'CBRANCH_-1207485305'), (u'COPY_-1207484668', u'CALL_-1207484979'), (u'INT_EQUAL_-1207484820', u'BOOL_AND_-1207485112'), (u'INDIRECT_-1207484593', u'COPY_-1207484644'), (u'MULTIEQUAL_-1207484937', u'COPY_-1207484781'), ('const-4', u'INT_ADD_-1207484825'), (u'PTRSUB_-1207484855', u'LOAD_-1207485475'), (u'LOAD_-1207485347', u'INT_EQUAL_-1207484820'), (u'PTRSUB_-1207484830', u'LOAD_-1207485422'), (u'MULTIEQUAL_-1207484929', u'COPY_-1207484785'), ('const-40', u'PTRSUB_-1207484660'), ('const-0', u'INT_EQUAL_-1207485380'), (u'SUBPIECE_-1207484608', u'MULTIEQUAL_-1207484835'), (u'LOAD_-1207485147', u'PTRSUB_-1207484638'), ('const-32', u'PTRSUB_-1207484638'), (u'LOAD_-1207485475', u'INT_NOTEQUAL_-1207485441'), ('const-417', u'LOAD_-1207485365'), ('const-32', u'PTRSUB_-1207484622'), ('tmp_717', u'CBRANCH_-1207485103'), (u'COPY_-1207484643', u'CALL_-1207484999'), (u'CAST_-1207484593', u'INT_ADD_-1207484664'), (u'PTRSUB_-1207484618', u'CAST_-1207484593'), (u'SUBPIECE_-1207484767', u'MULTIEQUAL_-1207484946'), (u'INT_EQUAL_-1207484924', u'BOOL_AND_-1207485278'), (u'CAST_-1207484760', u'INT_ADD_-1207484825'), ('const-2384493', u'COPY_-1207484695'), ('const-40', u'PTRSUB_-1207484656'), (u'INT_EQUAL_-1207485104', u'CBRANCH_-1207485103'), ('const-0', u'SUBPIECE_-1207484622'), ('const-4', u'INT_ADD_-1207484664'), (u'INT_EQUAL_-1207485457', u'CBRANCH_-1207485456'), ('const-0', u'INT_EQUAL_-1207484923'), (u'CALL_-1207485025', u'INDIRECT_-1207484643'), (u'LOAD_-1207485347', u'MULTIEQUAL_-1207484937'), ('const-417', u'LOAD_-1207485398'), (u'COPY_-1207484783', u'MULTIEQUAL_-1207484932'), (u'PTRSUB_-1207484656', u'CAST_-1207484622'), ('const-12', u'PTRSUB_-1207484734'), (u'LOAD_-1207485398', u'PTRSUB_-1207484782'), (u'LOAD_-1207485374', u'INT_EQUAL_-1207484932'), (u'LOAD_-1207485147', u'PTRSUB_-1207484634'), (u'PTRSUB_-1207484706', u'PTRSUB_-1207484684'), (u'SUBPIECE_-1207484689', u'MULTIEQUAL_-1207484932'), ('const-2524088', u'COPY_-1207484643'), ('tmp_1760', u'COPY_-1207484835'), ('const-0', u'INT_EQUAL_-1207484853'), (u'PTRSUB_-1207484782', u'PTRSUB_-1207484757'), ('tmp_268', u'CBRANCH_-1207485322'), (u'MULTIEQUAL_-1207484835', u'MULTIEQUAL_-1207484927'), (u'LOAD_-1207485141', u'SUBPIECE_-1207484622'), ('const-417', u'LOAD_-1207485042'), (u'LOAD_-1207485132', u'MULTIEQUAL_-1207484929'), (u'PTRSUB_-1207484818', u'LOAD_-1207485398'), (u'LOAD_-1207485365', u'SUBPIECE_-1207484767'), (u'CAST_-1207484759', u'LOAD_-1207485374'), ('const-64', u'PTRSUB_-1207484779'), ('const-417', u'LOAD_-1207485374'), (u'PTRSUB_-1207484764', u'LOAD_-1207485356'), (u'LOAD_-1207485347', u'MULTIEQUAL_-1207484845'), (u'PTRSUB_-1207484642', u'LOAD_-1207485147'), (u'INT_EQUAL_-1207485404', u'CBRANCH_-1207485403'), (u'MULTIEQUAL_-1207484929', u'INT_LESS_-1207485276'), (u'CAST_-1207484621', u'LOAD_-1207485132'), ('const-2524040', u'COPY_-1207484667'), (u'PTRSUB_-1207484691', u'LOAD_-1207485078'), (u'LOAD_-1207485069', u'MULTIEQUAL_-1207484918'), (u'MULTIEQUAL_-1207484946', u'COPY_-1207484787'), (u'LOAD_-1207485347', u'INT_EQUAL_-1207484924'), (u'PTRSUB_-1207484798', u'PTRSUB_-1207484771'), (u'BOOL_AND_-1207485295', u'CBRANCH_-1207485322'), ('const-417', u'LOAD_-1207485135'), ('const-4', u'INT_ADD_-1207484730'), ('const-417', u'LOAD_-1207485100'), ('const-2524064', u'COPY_-1207484691'), (u'PTRSUB_-1207484779', u'CAST_-1207484760'), (u'INT_LESS_-1207485273', u'BOOL_OR_-1207484815'), ('const-2522802', u'COPY_-1207484668'), ('const-0', u'INT_EQUAL_-1207484852'), (u'INT_LESS_-1207485276', u'BOOL_OR_-1207484815'), ('tmp_1760', u'PTRSUB_-1207484830'), (u'INT_ADD_-1207484730', u'CAST_-1207484673'), (u'INT_EQUAL_-1207484923', u'BOOL_AND_-1207485278'), ('const-4', u'PTRSUB_-1207484668'), ('const-4', u'INT_ADD_-1207484803'), (u'INT_ADD_-1207484702', u'CAST_-1207484621'), ('const-417', u'LOAD_-1207485141'), (u'PTRSUB_-1207484634', u'CAST_-1207484602'), ('const-4', u'INT_ADD_-1207484680'), (u'LOAD_-1207485158', u'PTRSUB_-1207484618'), (u'CALL_-1207484979', u'INDIRECT_-1207484619'), (u'LOAD_-1207485398', u'PTRSUB_-1207484798'), ('tmp_130', u'CBRANCH_-1207485439'), (u'INT_EQUAL_-1207484932', u'BOOL_AND_-1207485295'), ('tmp_98', u'CBRANCH_-1207485456'), ('const-0', u'INT_EQUAL_-1207484931'), (u'CAST_-1207484739', u'LOAD_-1207485347'), (u'CAST_-1207484673', u'LOAD_-1207485069'), (u'COPY_-1207484667', u'CALL_-1207484979'), ('const-4', u'INT_ADD_-1207484702'), (u'MULTIEQUAL_-1207484918', u'PIECE_-1207484974'), ('const-0', u'SUBPIECE_-1207484641'), (u'LOAD_-1207485102', u'PTRSUB_-1207484706'), (u'SUBPIECE_-1207484622', u'MULTIEQUAL_-1207484927'), (u'PTRSUB_-1207484638', u'LOAD_-1207485141'), (u'COPY_-1207484695', u'CALL_-1207485025'), ('tmp_1760', u'PTRSUB_-1207484726'), (u'SUBPIECE_-1207484760', u'MULTIEQUAL_-1207484835'), (u'LOAD_-1207485122', u'PTRSUB_-1207484692'), (u'COPY_-1207484785', u'MULTIEQUAL_-1207484918'), ('tmp_797', u'CBRANCH_-1207485043'), (u'PTRSUB_-1207484790', u'PTRSUB_-1207484764'), ('tmp_174', u'CBRANCH_-1207485403'), (u'MULTIEQUAL_-1207484845', u'MULTIEQUAL_-1207484937'), ('tmp_1760', u'PTRSUB_-1207484734'), (u'INT_NOTEQUAL_-1207485441', u'CBRANCH_-1207485439'), (u'INT_EQUAL_-1207484931', u'BOOL_AND_-1207485295'), (u'INDIRECT_-1207484595', u'COPY_-1207484653'), ('const-0', u'SUBPIECE_-1207484689'), (u'LOAD_-1207485158', u'PTRSUB_-1207484660'), ('const-64', u'PTRSUB_-1207484764'), (u'CAST_-1207484622', u'INT_ADD_-1207484702'), (u'CALL_-1207484875', u'INDIRECT_-1207484593'), (u'LOAD_-1207485135', u'MULTIEQUAL_-1207484937'), ('tmp_448', u'BRANCH_-1207485128'), ('const-417', u'LOAD_-1207485094'), (u'LOAD_-1207485422', u'INT_EQUAL_-1207485404'), (u'BOOL_AND_-1207485278', u'CBRANCH_-1207485305'), (u'LOAD_-1207485102', u'INT_EQUAL_-1207485084'), ('const-0', u'INT_EQUAL_-1207484924'), ('tmp_208', u'CBRANCH_-1207485379'), ('const-8', u'PTRSUB_-1207484726'), (u'INDIRECT_-1207484619', u'COPY_-1207484673'), ('const-20952', u'PTRSUB_-1207484790'), ('const-1', u'RETURN_-1207485020'), ('const-64', u'PTRSUB_-1207484757'), (u'LOAD_-1207485398', u'PTRSUB_-1207484806'), ('const-0', u'RETURN_-1207485000'), ('const-1', u'INT_NOTEQUAL_-1207485441'), ('const-417', u'LOAD_-1207485102'), ('const-105', u'CALL_-1207485025'), (u'CAST_-1207484740', u'INT_ADD_-1207484803'), ('const-0', u'INT_EQUAL_-1207484819'), ('const-4', u'PTRSUB_-1207484642'), ('const-417', u'LOAD_-1207485078'), ('const-64', u'PTRSUB_-1207484684'), ('const-0', u'INT_EQUAL_-1207485457'), (u'INT_ADD_-1207484680', u'CAST_-1207484601'), (u'SUBPIECE_-1207484689', u'INT_EQUAL_-1207484852'), ('tmp_751', u'CBRANCH_-1207485083'), (u'SUBPIECE_-1207484641', u'MULTIEQUAL_-1207484946'), (u'INT_EQUAL_-1207484853', u'BOOL_AND_-1207484757'), ('tmp_518', u'BRANCH_-1207485087'), (u'PTRSUB_-1207484806', u'PTRSUB_-1207484779'), ('const-20952', u'PTRSUB_-1207484714'), (u'CAST_-1207484602', u'INT_ADD_-1207484680'), (u'COPY_-1207484691', u'CALL_-1207485025'), ('const-417', u'LOAD_-1207485138'), (u'PTRSUB_-1207484685', u'LOAD_-1207484827'), (u'LOAD_-1207485042', u'PTRSUB_-1207484685'), (u'LOAD_-1207485356', u'SUBPIECE_-1207484760'), (u'MULTIEQUAL_-1207484927', u'COPY_-1207484783'), (u'BOOL_AND_-1207484757', u'CBRANCH_-1207485043'), ('const-417', u'LOAD_-1207485147'), (u'PTRSUB_-1207484622', u'LOAD_-1207485100'), (u'INT_EQUAL_-1207484852', u'BOOL_AND_-1207484757'), (u'LOAD_-1207485475', u'INT_EQUAL_-1207485457'), (u'BOOL_OR_-1207484815', u'CBRANCH_-1207485268'), (u'COPY_-1207484787', u'MULTIEQUAL_-1207484932'), (u'PTRSUB_-1207484668', u'LOAD_-1207485158'), ('const-0', u'SUBPIECE_-1207484767'), ('const-20016', u'PTRSUB_-1207484806'), (u'PTRSUB_-1207484660', u'LOAD_-1207485138'), ('const-32', u'PTRSUB_-1207484618'), ('const-4', u'PTRSUB_-1207484855'), (u'CAST_-1207484601', u'LOAD_-1207485135'), (u'CAST_-1207484674', u'INT_ADD_-1207484730'), (u'LOAD_-1207485094', u'MULTIEQUAL_-1207484845'), (u'LOAD_-1207485398', u'INT_EQUAL_-1207485380'), (u'SUBPIECE_-1207484760', u'MULTIEQUAL_-1207484927'), (u'LOAD_-1207484827', u'COPY_-1207484971'), ('const-1', u'RETURN_-1207484870'), ('const-417', u'LOAD_-1207485356'), ('const-20016', u'PTRSUB_-1207484798'), ('tmp_1331', u'CALL_-1207484875'), ('const-417', u'LOAD_-1207485422'), ('const-417', u'LOAD_-1207485158'), (u'INT_ZEXT_-1207485275', u'INT_LESS_-1207485273'), ('tmp_894', u'PTRSUB_-1207484855'), ('const-92', u'CALL_-1207484999'), ('const-2384493', u'COPY_-1207484647'), (u'LOAD_-1207485138', u'SUBPIECE_-1207484641'), (u'PIECE_-1207484974', u'RETURN_-1207485234'), (u'MULTIEQUAL_-1207484932', u'PIECE_-1207484974'), ('const-0', u'INT_EQUAL_-1207485104'), ('const-417', u'LOAD_-1207485132'), (u'INT_EQUAL_-1207484819', u'BOOL_AND_-1207485112'), ('const-0', u'INT_EQUAL_-1207484820'), ('const-0', u'SUBPIECE_-1207484760'), (u'INT_EQUAL_-1207485084', u'CBRANCH_-1207485083'), ('const-4', u'PTRSUB_-1207484692'), ('const-0', u'INT_EQUAL_-1207485404'), (u'LOAD_-1207485100', u'SUBPIECE_-1207484608'), ('tmp_375', u'CBRANCH_-1207485268'), (u'PTRSUB_-1207484734', u'LOAD_-1207485122'), ('const-0', u'INT_EQUAL_-1207484932'), (u'MULTIEQUAL_-1207484937', u'INT_SUB_-1207485269'), (u'INT_EQUAL_-1207485380', u'CBRANCH_-1207485379'), (u'INT_SUB_-1207485269', u'INT_LESS_-1207485273'), ('const-417', u'LOAD_-1207484827'), (u'BOOL_AND_-1207485112', u'CBRANCH_-1207485139'), (u'LOAD_-1207485158', u'PTRSUB_-1207484622'), (u'MULTIEQUAL_-1207484946', u'INT_LESS_-1207485291'), ('tmp_501', u'BRANCH_-1207485125'), ('const-0', u'INT_EQUAL_-1207485084'), (u'PTRSUB_-1207484771', u'LOAD_-1207485365'), (u'INT_ADD_-1207484664', u'CAST_-1207484592'), (u'SUBPIECE_-1207484760', u'INT_EQUAL_-1207484819'), (u'LOAD_-1207485102', u'PTRSUB_-1207484714'), (u'LOAD_-1207485069', u'INT_EQUAL_-1207484853'), (u'LOAD_-1207485374', u'MULTIEQUAL_-1207484929'), (u'LOAD_-1207485122', u'INT_EQUAL_-1207485104'), ('tmp_483', u'CBRANCH_-1207485139'), (u'MULTIEQUAL_-1207484927', u'INT_LESS_-1207485291'), ('const-64', u'PTRSUB_-1207484691'), ('const-1', u'RETURN_-1207484974'), ('const-417', u'LOAD_-1207485122'), (u'COPY_-1207484971', u'RETURN_-1207485000'), (u'PTRSUB_-1207484684', u'CAST_-1207484674'), ('const-20952', u'PTRSUB_-1207484706'), (u'INT_ADD_-1207484825', u'CAST_-1207484759'), (u'PTRSUB_-1207484714', u'PTRSUB_-1207484691'), ('const-1098', u'CALL_-1207484979'), ('const-32', u'PTRSUB_-1207484685'), (u'LOAD_-1207485398', u'PTRSUB_-1207484790'), ('const-1', u'RETURN_-1207484994'), (u'INDIRECT_-1207484643', u'COPY_-1207484699'), (u'CALL_-1207484999', u'INDIRECT_-1207484595'), ('const-12', u'PTRSUB_-1207484830'), ('const-0', u'RETURN_-1207485234'), (u'SUBPIECE_-1207484760', u'INT_EQUAL_-1207484923'), ('const-0', u'SUBPIECE_-1207484608'), ('const-417', u'LOAD_-1207485475'), ('tmp_1760', u'PTRSUB_-1207484818'), (u'PTRSUB_-1207484757', u'CAST_-1207484740')]
[('tmp_5513', u'COPY_-1207483783'), (u'CAST_-1207483304', u'INT_RIGHT_-1207483348'), (u'LOAD_-1207485069', u'INT_EQUAL_-1207484357'), ('const-197', u'CALL_-1207484184'), ('const-4294967208', u'PTRSUB_-1207483321'), ('const-20080', u'INT_ADD_-1207485349'), (u'LOAD_-1207484303', u'INT_ADD_-1207484285'), (u'CALL_-1207484135', u'INDIRECT_-1207483172'), ('const-3403776', u'PTRSUB_-1207485425'), ('tmp_2671', u'INT_ADD_-1207484164'), ('const-417', u'LOAD_-1207485141'), ('const-2522802', u'COPY_-1207485007'), (u'CAST_-1207483305', u'LOAD_-1207484523'), ('tmp_5153', u'COPY_-1207484590'), (u'INT_ADD_-1207485078', u'CAST_-1207483562'), ('const-417', u'LOAD_-1207484463'), (u'LOAD_-1207485347', u'INT_EQUAL_-1207484324'), ('const-0', u'INT_EQUAL_-1207485380'), (u'INT_ADD_-1207485053', u'CAST_-1207483648'), ('const-32', u'INT_ADD_-1207485005'), (u'LOAD_-1207485422', u'INT_ADD_-1207485142'), (u'INT_ADD_-1207484316', u'CAST_-1207483208'), ('const-417', u'LOAD_-1207485135'), (u'BOOL_AND_-1207483714', u'CBRANCH_-1207485043'), ('const-417', u'LOAD_-1207485422'), ('tmp_5149', u'STORE_-1207484656'), (u'LOAD_-1207485347', u'MULTIEQUAL_-1207484409'), (u'CALL_-1207484184', u'INDIRECT_-1207483404'), ('tmp_717', u'CBRANCH_-1207485103'), (u'CALL_-1207484135', u'INDIRECT_-1207483336'), (u'INT_ADD_-1207484285', u'PIECE_-1207483860'), (u'SUBPIECE_-1207483319', u'INT_CARRY_-1207484287'), (u'CALL_-1207484184', u'INDIRECT_-1207483446'), ('const-417', u'STORE_-1207484656'), (u'INT_EQUAL_-1207484323', u'BOOL_AND_-1207485112'), ('tmp_2665', u'LOAD_-1207484536'), (u'SUBPIECE_-1207483318', u'INT_ADD_-1207484268'), (u'INT_EQUAL_-1207485457', u'CBRANCH_-1207485456'), ('const-21020', u'INT_ADD_-1207485331'), (u'LOAD_-1207485365', u'INT_EQUAL_-1207484435'), ('const-0', u'INT_EQUAL_-1207484357'), ('tmp_1132', u'CBRANCH_-1207484658'), ('const-28', u'INT_ADD_-1207484316'), (u'INT_ADD_-1207484145', u'CALL_-1207484135'), (u'INT_ADD_-1207485106', u'CAST_-1207483680'), (u'CALL_-1207484135', u'INDIRECT_-1207483364'), ('const-417', u'LOAD_-1207484286'), ('tmp_5149', u'CALL_-1207484197'), (u'LOAD_-1207485147', u'INT_ADD_-1207485119'), (u'INT_EQUAL_-1207484356', u'BOOL_AND_-1207483714'), (u'SUBPIECE_-1207483319', u'CALL_-1207484184'), ('const-36', u'INT_ADD_-1207485078'), ('const-0', u'PTRSUB_-1207485425'), (u'MULTIEQUAL_-1207484501', u'INT_SUB_-1207485269'), (u'LOAD_-1207485158', u'INT_ADD_-1207485122'), (u'INDIRECT_-1207483525', u'MULTIEQUAL_-1207483396'), (u'INT_ADD_-1207485125', u'CAST_-1207483574'), (u'CALLIND_-1207484513', u'INDIRECT_-1207483606'), (u'CALL_-1207484197', u'INDIRECT_-1207483435'), ('const-417', u'LOAD_-1207485102'), (u'MULTIEQUAL_-1207484516', u'COPY_-1207483771'), ('const-417', u'STORE_-1207484479'), ('const-417', u'LOAD_-1207484523'), (u'LOAD_-1207485078', u'MULTIEQUAL_-1207484502'), (u'LOAD_-1207485094', u'MULTIEQUAL_-1207484409'), ('const-0', u'SUBPIECE_-1207484195'), (u'CAST_-1207483574', u'LOAD_-1207485141'), (u'CALL_-1207484184', u'INDIRECT_-1207483432'), (u'LOAD_-1207485365', u'MULTIEQUAL_-1207484516'), ('const-0', u'INT_EQUAL_-1207484248'), (u'INT_EQUAL_-1207485404', u'CBRANCH_-1207485403'), (u'LOAD_-1207485374', u'MULTIEQUAL_-1207484485'), (u'CALL_-1207484197', u'INDIRECT_-1207483519'), (u'CALL_-1207484135', u'INDIRECT_-1207483308'), ('tmp_5148', u'COPY_-1207484713'), (u'INT_RIGHT_-1207483348', u'SUBPIECE_-1207483318'), (u'CALL_-1207484184', u'INDIRECT_-1207483376'), (u'INT_EQUAL_-1207484324', u'BOOL_AND_-1207485112'), (u'STORE_-1207484268', u'INDIRECT_-1207483214'), (u'INT_EQUAL_-1207484436', u'BOOL_AND_-1207485295'), ('const-8', u'INT_ADD_-1207485382'), (u'INT_ADD_-1207485086', u'CAST_-1207483672'), (u'INT_LESS_-1207485276', u'BOOL_OR_-1207483772'), ('const-417', u'LOAD_-1207485475'), (u'CALL_-1207484197', u'INDIRECT_-1207483505'), ('const-0', u'INT_EQUAL_-1207484341'), (u'CALL_-1207484184', u'INDIRECT_-1207483390'), ('tmp_2671', u'INT_ADD_-1207484194'), (u'INT_LESS_-1207485273', u'BOOL_OR_-1207483772'), (u'CALLIND_-1207484513', u'INDIRECT_-1207483536'), ('tmp_130', u'CBRANCH_-1207485439'), ('tmp_5148', u'STORE_-1207484268'), (u'CALL_-1207484135', u'INDIRECT_-1207483322'), (u'MULTIEQUAL_-1207484485', u'INT_LESS_-1207485276'), (u'CAST_-1207483717', u'LOAD_-1207485356'), (u'CAST_-1207483724', u'LOAD_-1207485365'), ('const-417', u'LOAD_-1207485398'), ('const-1588445', u'COPY_-1207485006'), ('tmp_1419', u'CBRANCH_-1207484445'), ('const-934332', u'INT_ADD_-1207484145'), (u'CAST_-1207483628', u'LOAD_-1207484304'), ('tmp_5513', u'INT_ADD_-1207485406'), ('tmp_5148', u'INT_ADD_-1207484316'), (u'CALL_-1207484184', u'INDIRECT_-1207483334'), ('const-40', u'INT_ADD_-1207485122'), ('const-0', u'INT_EQUAL_-1207484323'), ('tmp_174', u'CBRANCH_-1207485403'), ('const-21020', u'INT_ADD_-1207485053'), ('const-417', u'LOAD_-1207485147'), ('const-12', u'INT_ADD_-1207484507'), (u'CALL_-1207484184', u'INDIRECT_-1207483348'), (u'LOAD_-1207485422', u'INT_EQUAL_-1207485404'), (u'CALLIND_-1207484513', u'SUBPIECE_-1207483319'), (u'CALL_-1207484197', u'INDIRECT_-1207483589'), ('const-934332', u'INT_ADD_-1207484207'), (u'COPY_-1207483771', u'MULTIEQUAL_-1207484502'), ('const-21016', u'INT_ADD_-1207485062'), ('const-2384493', u'COPY_-1207485024'), ('tmp_208', u'CBRANCH_-1207485379'), (u'CALL_-1207484184', u'INDIRECT_-1207483418'), (u'CAST_-1207483566', u'LOAD_-1207485100'), ('const-0', u'INT_NOTEQUAL_-1207484658'), (u'COPY_-1207483769', u'MULTIEQUAL_-1207484474'), (u'INT_EQUAL_-1207484341', u'CBRANCH_-1207484340'), (u'CAST_-1207483635', u'LOAD_-1207485042'), (u'INT_EQUAL_-1207484464', u'CBRANCH_-1207484463'), ('const-1', u'INT_AND_-1207484304'), (u'LOAD_-1207485042', u'INT_ADD_-1207485005'), (u'CAST_-1207483197', u'LOAD_-1207484303'), (u'STORE_-1207484656', u'INDIRECT_-1207483405'), ('const-32', u'INT_ADD_-1207485125'), (u'LOAD_-1207485122', u'INT_ADD_-1207485026'), (u'MULTIEQUAL_-1207484502', u'PIECE_-1207484369'), ('tmp_751', u'CBRANCH_-1207485083'), (u'CALLIND_-1207484513', u'INDIRECT_-1207483662'), (u'LOAD_-1207485356', u'MULTIEQUAL_-1207484388'), (u'CALL_-1207484197', u'INDIRECT_-1207483379'), (u'INT_ADD_-1207485122', u'CAST_-1207483595'), (u'LOAD_-1207485078', u'INT_EQUAL_-1207484356'), (u'INT_ADD_-1207485119', u'CAST_-1207483570'), ('const-417', u'LOAD_-1207485069'), ('tmp_2671', u'INT_ADD_-1207484145'), (u'PIECE_-1207484369', u'RETURN_-1207485234'), (u'LOAD_-1207485158', u'INT_ADD_-1207485116'), (u'MULTIEQUAL_-1207483308', u'COPY_-1207483358'), (u'CALL_-1207484847', u'INDIRECT_-1207483525'), ('const-0', u'RETURN_-1207484403'), ('const-0', u'INT_EQUAL_-1207484435'), (u'MULTIEQUAL_-1207484501', u'COPY_-1207483765'), ('const-417', u'LOAD_-1207485138'), ('const-44', u'INT_ADD_-1207485116'), (u'INT_ADD_-1207484164', u'CALL_-1207484135'), (u'CALL_-1207484197', u'INDIRECT_-1207483449'), ('tmp_1891', u'CBRANCH_-1207484243'), ('const-4', u'INT_ADD_-1207484291'), (u'COPY_-1207483765', u'MULTIEQUAL_-1207484474'), (u'INDIRECT_-1207483198', u'COPY_-1207483247'), (u'INT_ADD_-1207485406', u'CAST_-1207483755'), ('tmp_5149', u'STORE_-1207484268'), ('const-1588398', u'COPY_-1207485032'), (u'INT_EQUAL_-1207484248', u'CBRANCH_-1207484243'), (u'CALL_-1207484135', u'INDIRECT_-1207483350'), ('const-1', u'RETURN_-1207484192'), ('tmp_5149', u'COPY_-1207484639'), ('const-0', u'INT_EQUAL_-1207485104'), (u'LOAD_-1207485398', u'INT_ADD_-1207485358'), (u'CALL_-1207484197', u'INDIRECT_-1207483477'), (u'INT_ADD_-1207485062', u'CAST_-1207483655'), (u'CALL_-1207484979', u'INDIRECT_-1207483689'), (u'LOAD_-1207485135', u'MULTIEQUAL_-1207484501'), (u'INT_EQUAL_-1207484490', u'CBRANCH_-1207484489'), (u'CALL_-1207484979', u'INDIRECT_-1207483675'), (u'INT_EQUAL_-1207485380', u'CBRANCH_-1207485379'), (u'CALLIND_-1207484513', u'INDIRECT_-1207483578'), (u'INT_SUB_-1207485269', u'INT_LESS_-1207485273'), (u'BOOL_AND_-1207485112', u'CBRANCH_-1207485139'), (u'INT_ADD_-1207485459', u'CAST_-1207483791'), ('tmp_501', u'BRANCH_-1207485125'), ('const-0', u'INT_EQUAL_-1207485084'), (u'CALL_-1207484999', u'INDIRECT_-1207483651'), (u'CAST_-1207483570', u'LOAD_-1207485135'), (u'MULTIEQUAL_-1207484485', u'INT_SUB_-1207485269'), ('tmp_5148', u'INT_ADD_-1207484275'), ('const-935626', u'INT_ADD_-1207484226'), (u'CAST_-1207483648', u'LOAD_-1207485069'), (u'LOAD_-1207485122', u'INT_EQUAL_-1207485104'), (u'COPY_-1207483767', u'MULTIEQUAL_-1207484502'), (u'LOAD_-1207485138', u'MULTIEQUAL_-1207484516'), (u'INDIRECT_-1207483214', u'COPY_-1207483271'), (u'INDIRECT_-1207483344', u'MULTIEQUAL_-1207483308'), ('tmp_5513', u'INT_ADD_-1207485382'), (u'INDIRECT_-1207483591', u'COPY_-1207483647'), ('tmp_2671', u'INT_ADD_-1207484207'), ('const-4', u'INT_ADD_-1207485026'), ('const-4', u'INT_ADD_-1207485142'), (u'CALLIND_-1207484513', u'INDIRECT_-1207483592'), (u'MULTIEQUAL_-1207484501', u'INT_LESS_-1207485276'), (u'LOAD_-1207484330', u'INT_AND_-1207484304'), (u'CALL_-1207484184', u'INDIRECT_-1207483474'), ('tmp_2664', u'PTRSUB_-1207483333'), (u'LOAD_-1207485356', u'INT_EQUAL_-1207484427'), ('const-0', u'RETURN_-1207485000'), ('const-1', u'RETURN_-1207484994'), (u'CAST_-1207483672', u'LOAD_-1207485102'), ('const-12', u'INT_ADD_-1207485106'), (u'CAST_-1207483605', u'LOAD_-1207485158'), (u'CALL_-1207484979', u'INDIRECT_-1207483567'), (u'INT_ADD_-1207484207', u'CALL_-1207484197'), ('const-20084', u'INT_ADD_-1207485358'), (u'PTRSUB_-1207483321', u'CALLIND_-1207484513'), (u'CALL_-1207484197', u'INDIRECT_-1207483491'), (u'LOAD_-1207485398', u'INT_ADD_-1207485340'), (u'LOAD_-1207484286', u'INT_ADD_-1207484268'), (u'LOAD_-1207485356', u'INT_EQUAL_-1207484323'), ('const-0', u'INT_EQUAL_-1207484324'), (u'CALLIND_-1207484513', u'INDIRECT_-1207483508'), (u'INT_LESS_-1207485291', u'INT_ZEXT_-1207485275'), (u'MULTIEQUAL_-1207484480', u'INT_LESS_-1207485291'), (u'CALL_-1207484184', u'INDIRECT_-1207483516'), (u'INT_ADD_-1207485340', u'CAST_-1207483717'), (u'INT_ADD_-1207485349', u'CAST_-1207483724'), (u'PTRSUB_-1207485425', u'COPY_-1207483372'), ('const-32', u'INT_ADD_-1207485084'), ('tmp_5513', u'INT_ADD_-1207485106'), ('tmp_5143', u'SUBPIECE_-1207484195'), (u'INDIRECT_-1207483271', u'COPY_-1207483316'), (u'CAST_-1207483197', u'LOAD_-1207484307'), (u'CALL_-1207484197', u'INDIRECT_-1207483421'), ('tmp_296', u'CBRANCH_-1207485305'), ('const-1', u'COPY_-1207484632'), (u'CALL_-1207484999', u'INDIRECT_-1207483665'), (u'INT_AND_-1207484304', u'INT_EQUAL_-1207484318'), (u'CALL_-1207485025', u'INDIRECT_-1207483713'), (u'INT_ADD_-1207484226', u'CALL_-1207484197'), (u'INT_ADD_-1207484263', u'PIECE_-1207483860'), (u'INT_ADD_-1207484194', u'CALL_-1207484184'), (u'MULTIEQUAL_-1207484516', u'INT_LESS_-1207485291'), (u'CAST_-1207483680', u'LOAD_-1207485122'), (u'CALL_-1207485025', u'INDIRECT_-1207483591'), ('tmp_5148', u'INT_ADD_-1207484291'), (u'LOAD_-1207485475', u'INT_NOTEQUAL_-1207485441'), (u'LOAD_-1207485374', u'INT_EQUAL_-1207484436'), ('const-4', u'INT_ADD_-1207485131'), ('tmp_5152', u'COPY_-1207484607'), (u'CALL_-1207484135', u'INDIRECT_-1207483378'), (u'INDIRECT_-1207483172', u'COPY_-1207483219'), (u'INT_ADD_-1207485142', u'CAST_-1207483605'), (u'MULTIEQUAL_-1207484409', u'MULTIEQUAL_-1207484501'), ('const-417', u'LOAD_-1207485122'), ('const-816743', u'INT_ADD_-1207484194'), ('const-8', u'INT_ADD_-1207484275'), (u'INT_EQUAL_-1207484318', u'CBRANCH_-1207484315'), (u'INT_EQUAL_-1207485104', u'CBRANCH_-1207485103'), (u'LOAD_-1207485356', u'MULTIEQUAL_-1207484480'), ('tmp_5146', u'COPY_-1207484678'), (u'LOAD_-1207484463', u'INT_NOTEQUAL_-1207484445'), ('const-935610', u'INT_ADD_-1207484209'), (u'CALLIND_-1207484513', u'INDIRECT_-1207483620'), (u'CALLIND_-1207484513', u'INDIRECT_-1207483344'), ('const-0', u'RETURN_-1207484224'), ('const-417', u'LOAD_-1207485365'), (u'INT_ADD_-1207485358', u'CAST_-1207483731'), (u'LOAD_-1207484307', u'INT_CARRY_-1207484287'), (u'CALL_-1207484197', u'INDIRECT_-1207483407'), (u'LOAD_-1207484536', u'INT_ADD_-1207484507'), ('const-1', u'INT_NOTEQUAL_-1207485441'), (u'CAST_-1207483562', u'LOAD_-1207485094'), (u'LOAD_-1207485158', u'INT_ADD_-1207485084'), (u'PIECE_-1207483860', u'RETURN_-1207484224'), (u'INT_ADD_-1207485005', u'CAST_-1207483628'), ('tmp_268', u'CBRANCH_-1207485322'), (u'LOAD_-1207485132', u'MULTIEQUAL_-1207484485'), (u'CAST_-1207483193', u'LOAD_-1207484286'), ('tmp_5143', u'INT_ADD_-1207485459'), (u'LOAD_-1207485347', u'INT_EQUAL_-1207484428'), ('const-417', u'LOAD_-1207485042'), (u'INT_ADD_-1207485026', u'CAST_-1207483635'), (u'CALLIND_-1207484513', u'INDIRECT_-1207483452'), ('tmp_2665', u'CALLIND_-1207484513'), (u'CAST_-1207483208', u'LOAD_-1207484330'), ('const-417', u'LOAD_-1207485374'), ('const-417', u'LOAD_-1207485158'), ('const-417', u'LOAD_-1207485347'), ('const-417', u'LOAD_-1207485094'), ('tmp_5149', u'INT_NOTEQUAL_-1207484658'), ('tmp_5151', u'COPY_-1207484624'), ('const-0', u'RETURN_-1207485234'), (u'LOAD_-1207485347', u'MULTIEQUAL_-1207484501'), ('tmp_1349', u'CBRANCH_-1207484489'), ('const-1', u'RETURN_-1207484130'), (u'LOAD_-1207485158', u'INT_ADD_-1207485078'), ('const-1', u'RETURN_-1207484179'), (u'LOAD_-1207485141', u'MULTIEQUAL_-1207484480'), (u'INDIRECT_-1207483567', u'COPY_-1207483621'), (u'INT_ADD_-1207485131', u'CAST_-1207483578'), ('const-36', u'INT_ADD_-1207485119'), (u'INT_ADD_-1207484268', u'INT_ADD_-1207484263'), ('const-1588423', u'COPY_-1207484986'), (u'LOAD_-1207484304', u'COPY_-1207484368'), (u'LOAD_-1207485102', u'INT_ADD_-1207485053'), (u'BOOL_AND_-1207485295', u'CBRANCH_-1207485322'), (u'BOOL_OR_-1207483772', u'CBRANCH_-1207485268'), (u'MULTIEQUAL_-1207484485', u'COPY_-1207483769'), (u'INDIRECT_-1207483543', u'COPY_-1207483601'), ('tmp_5155', u'STORE_-1207484479'), ('tmp_5513', u'INT_ADD_-1207485086'), (u'CALL_-1207484999', u'INDIRECT_-1207483543'), (u'CALLIND_-1207484513', u'COPY_-1207484008'), (u'INT_ADD_-1207485331', u'CAST_-1207483710'), ('const-4', u'INT_ADD_-1207485459'), (u'CAST_-1207483710', u'LOAD_-1207485347'), ('tmp_5150', u'COPY_-1207484573'), ('const-0', u'INT_EQUAL_-1207484428'), (u'INT_ADD_-1207485084', u'CAST_-1207483566'), ('tmp_2664', u'PTRSUB_-1207483321'), ('tmp_98', u'CBRANCH_-1207485456'), ('const-417', u'LOAD_-1207485132'), (u'LOAD_-1207485422', u'INT_ADD_-1207485131'), (u'CALLIND_-1207484513', u'INDIRECT_-1207483480'), (u'CALL_-1207484184', u'INDIRECT_-1207483198'), (u'CALL_-1207484184', u'INDIRECT_-1207483460'), (u'CAST_-1207483591', u'LOAD_-1207485132'), (u'CAST_-1207483595', u'LOAD_-1207485138'), (u'LOAD_-1207485398', u'INT_ADD_-1207485331'), ('const-935626', u'INT_ADD_-1207484164'), (u'CALL_-1207484197', u'INDIRECT_-1207483463'), (u'CALLIND_-1207484513', u'INDIRECT_-1207483494'), ('tmp_797', u'CBRANCH_-1207485043'), ('tmp_5515', u'COPY_-1207484248'), ('const-4294967207', u'PTRSUB_-1207483333'), (u'CALLIND_-1207484513', u'INDIRECT_-1207483550'), (u'INT_NOTEQUAL_-1207485441', u'CBRANCH_-1207485439'), ('tmp_5148', u'INT_EQUAL_-1207484341'), (u'LOAD_-1207485069', u'MULTIEQUAL_-1207484474'), (u'CALL_-1207484197', u'INDIRECT_-1207483271'), (u'CALL_-1207484135', u'INDIRECT_-1207483420'), (u'CAST_-1207483578', u'LOAD_-1207485147'), ('tmp_448', u'BRANCH_-1207485128'), (u'INT_CARRY_-1207484287', u'INT_ZEXT_-1207484276'), ('const-0', u'INT_EQUAL_-1207484490'), (u'INT_NOTEQUAL_-1207484658', u'CBRANCH_-1207484658'), ('const-21016', u'INT_ADD_-1207485340'), (u'BOOL_AND_-1207485278', u'CBRANCH_-1207485305'), (u'LOAD_-1207485102', u'INT_EQUAL_-1207485084'), ('const-417', u'LOAD_-1207484304'), ('const-32', u'INT_RIGHT_-1207483348'), (u'CALL_-1207484135', u'INDIRECT_-1207483434'), (u'LOAD_-1207484523', u'CALLIND_-1207484513'), (u'COPY_-1207484368', u'RETURN_-1207485000'), ('const-0', u'SUBPIECE_-1207483319'), (u'INDIRECT_-1207483311', u'MULTIEQUAL_-1207483308'), (u'CALL_-1207484197', u'INDIRECT_-1207483533'), ('const-1', u'RETURN_-1207485020'), ('tmp_1526', u'CBRANCH_-1207484340'), ('const-2384493', u'COPY_-1207485050'), ('const-0', u'INT_NOTEQUAL_-1207484445'), (u'CALL_-1207484135', u'INDIRECT_-1207483392'), (u'CALLIND_-1207484513', u'CAST_-1207483304'), (u'MULTIEQUAL_-1207484480', u'COPY_-1207483767'), ('const-417', u'STORE_-1207484268'), (u'INDIRECT_-1207483662', u'STORE_-1207484479'), ('const-0', u'INT_EQUAL_-1207485457'), ('const-162', u'CALL_-1207484135'), (u'CAST_-1207483755', u'LOAD_-1207485422'), ('const-417', u'LOAD_-1207484330'), ('tmp_518', u'BRANCH_-1207485087'), ('tmp_2671', u'INT_ADD_-1207484209'), (u'CALLIND_-1207484513', u'INDIRECT_-1207483522'), (u'SUBPIECE_-1207483319', u'INT_ADD_-1207484285'), (u'CALL_-1207484135', u'INDIRECT_-1207483448'), ('const-0', u'STORE_-1207484656'), ('const-417', u'LOAD_-1207485356'), ('tmp_5147', u'COPY_-1207484761'), (u'SUBPIECE_-1207483318', u'CALL_-1207484135'), (u'COPY_-1207484008', u'RETURN_-1207484403'), (u'CALL_-1207484135', u'INDIRECT_-1207483490'), ('const-417', u'LOAD_-1207485078'), ('tmp_1566', u'CBRANCH_-1207484315'), (u'LOAD_-1207485475', u'INT_EQUAL_-1207485457'), (u'MULTIEQUAL_-1207484388', u'MULTIEQUAL_-1207484480'), (u'INT_NOTEQUAL_-1207484445', u'CBRANCH_-1207484445'), (u'INT_EQUAL_-1207484428', u'BOOL_AND_-1207485278'), (u'LOAD_-1207485147', u'INT_ADD_-1207485125'), (u'LOAD_-1207485398', u'INT_EQUAL_-1207485380'), (u'INT_ADD_-1207484507', u'CAST_-1207483305'), (u'CALL_-1207484875', u'INDIRECT_-1207483546'), ('const-0', u'INT_EQUAL_-1207484464'), (u'INT_ADD_-1207484291', u'CAST_-1207483197'), (u'INT_ZEXT_-1207485275', u'INT_LESS_-1207485273'), ('const-12', u'INT_ADD_-1207485406'), ('const-8', u'INT_ADD_-1207485086'), ('const-0', u'SUBPIECE_-1207483318'), (u'CALL_-1207484135', u'INDIRECT_-1207483280'), (u'CALLIND_-1207484513', u'INDIRECT_-1207483564'), (u'CALL_-1207484197', u'INDIRECT_-1207483547'), ('tmp_5517', u'INT_EQUAL_-1207484464'), (u'MULTIEQUAL_-1207484474', u'PIECE_-1207484369'), (u'INT_EQUAL_-1207485084', u'CBRANCH_-1207485083'), ('const-0', u'INT_EQUAL_-1207485404'), ('tmp_5513', u'COPY_-1207483718'), ('tmp_375', u'CBRANCH_-1207485268'), (u'INT_EQUAL_-1207484427', u'BOOL_AND_-1207485278'), (u'CAST_-1207483655', u'LOAD_-1207485078'), (u'CAST_-1207483731', u'LOAD_-1207485374'), (u'INT_ZEXT_-1207484276', u'INT_ADD_-1207484263'), (u'STORE_-1207484479', u'INDIRECT_-1207483311'), ('const-417', u'LOAD_-1207484307'), ('tmp_483', u'CBRANCH_-1207485139'), ('const-0', u'INT_EQUAL_-1207484356'), ('tmp_2671', u'INT_ADD_-1207484226'), (u'INT_ADD_-1207484209', u'CALL_-1207484184'), ('const-1', u'RETURN_-1207484974'), ('const-417', u'LOAD_-1207484303'), (u'CALL_-1207485025', u'INDIRECT_-1207483699'), ('const-0', u'INT_EQUAL_-1207484436'), (u'CALL_-1207484184', u'INDIRECT_-1207483362'), (u'CAST_-1207483743', u'LOAD_-1207485398'), (u'LOAD_-1207485102', u'INT_ADD_-1207485062'), (u'LOAD_-1207485398', u'INT_ADD_-1207485349'), (u'INT_EQUAL_-1207484435', u'BOOL_AND_-1207485295'), (u'CAST_-1207483791', u'LOAD_-1207485475'), ('tmp_5149', u'LOAD_-1207484463'), ('const-417', u'LOAD_-1207484536'), ('tmp_5155', u'INT_EQUAL_-1207484490'), ('const-417', u'LOAD_-1207485100'), ('const-0', u'INT_EQUAL_-1207484427'), ('tmp_1388', u'CBRANCH_-1207484463'), (u'INT_ADD_-1207485382', u'CAST_-1207483743'), (u'LOAD_-1207485100', u'MULTIEQUAL_-1207484388'), (u'CALL_-1207484135', u'INDIRECT_-1207483406'), ('const-0', u'INT_EQUAL_-1207484318'), (u'INT_ADD_-1207485116', u'CAST_-1207483591'), (u'INT_ADD_-1207484275', u'CAST_-1207483193'), (u'INDIRECT_-1207483662', u'INT_EQUAL_-1207484248'), (u'INDIRECT_-1207483405', u'MULTIEQUAL_-1207483396'), (u'CALL_-1207484184', u'INDIRECT_-1207483306'), ('const-156', u'CALL_-1207484197'), (u'INT_EQUAL_-1207484357', u'BOOL_AND_-1207483714')]
null
null
00183bb0
x86
O2
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nundefined8\nFUN_00183bb0(int param_1,undefined1 param_2,undefined4 param_3,undefined4 param_4,int param_5,\n int *param_6,undefined4 param_7,undefined4 param_8,undefined4 param_9,\n undefined4 param_10,char param_11,char *param_12)\n\n{\n int iVar1;\n uint uVar2;\n uint uVar3;\n uint uVar4;\n int iVar5;\n uint uVar6;\n int unaff_EBP;\n int *unaff_ESI;\n undefined8 uVar7;\n char cStack_59;\n undefined1 auStack_58 [8];\n undefined1 uStack_50;\n undefined1 uStack_4f;\n undefined4 uStack_4c;\n undefined4 uStack_48;\n int iStack_44;\n int *piStack_40;\n undefined4 uStack_3c;\n undefined4 uStack_38;\n undefined4 uStack_34;\n undefined4 uStack_30;\n char *pcStack_2c;\n undefined4 uStack_20;\n undefined **ppuStack_1c;\n \n if (*(int *)(param_1 + 4) == 0) {\n if (*(int *)(DAT_0033f2f0 + 0xc) == 0) goto LAB_00183c98;\n iVar5 = *(int *)(DAT_0033f2f0 + 8);\n if (iVar5 == 0) {\n FUN_00183a10();\n FUN_00058c4e();\n uStack_48 = param_4;\n iStack_44 = param_5;\n uStack_50 = (undefined1)param_1;\n uStack_4f = param_2;\n uStack_4c = param_3;\n if (param_6 != (int *)0x0) {\n *param_6 = 0;\n }\n piStack_40 = param_6;\n cStack_59 = '\x01';\n uStack_38 = param_8;\n uStack_34 = param_9;\n uStack_30 = param_10;\n uStack_3c = param_7;\n pcStack_2c = &cStack_59;\n ppuStack_1c = &__DT_PLTGOT;\n uVar7 = (**(code **)(*unaff_ESI + 0xc))(unaff_ESI,auStack_58);\n iVar5 = (int)((ulonglong)uVar7 >> 0x20);\n uVar2 = (uint)uVar7;\n if (param_12 == (char *)0x0) {\n if (cStack_59 == '\0') {\n /* WARNING: Subroutine does not return */\n FUN_0008b620(unaff_EBP + 0xe41bc,0x9c,unaff_EBP + 0xe46ca,param_6);\n }\n }\n else {\n *param_12 = cStack_59;\n }\n if ((param_11 == '\0') || (*param_6 != 0)) {\n return uVar7;\n }\n if (param_5 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0008b620(unaff_EBP + 0xe41bc,0xa2,unaff_EBP + 0xe46ca,iVar5);\n }\n if ((*(byte *)(param_5 + 0x1c) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0008b620(unaff_EBP + 0xc7667,0xc5,unaff_EBP + 0xe46ba,uVar2);\n }\n uVar4 = *(uint *)(param_5 + 4);\n uVar6 = *(uint *)(param_5 + 4);\n iVar1 = *(int *)(param_5 + 8);\n *param_6 = param_5;\n return CONCAT44(iVar5 + iVar1 + (uint)CARRY4(uVar2,uVar4),uVar2 + uVar6);\n }\n uVar2 = *(uint *)(iVar5 + 0x5218);\n uVar4 = *(uint *)(iVar5 + 0x521c);\n if (uVar4 == 0 && uVar2 == 0) {\n return *(undefined8 *)(*(int *)(*(int *)(DAT_0033f2f0 + 0xc) + 4) + 0x20);\n }\n }\n else {\n if (*(int *)(param_1 + 4) != 1) {\n ppuStack_1c = (undefined **)0x267eb2;\n /* WARNING: Subroutine does not return */\n uStack_20 = 0x183cc7;\n FUN_0008b620();\n }\n iVar5 = *(int *)(DAT_0033f2f0 + 0xc);\n if (iVar5 == 0) {\nLAB_00183c98:\n ppuStack_1c = (undefined **)0x24626d;\n /* WARNING: Subroutine does not return */\n uStack_20 = 0x183cae;\n FUN_0008b620();\n }\n iVar1 = *(int *)(DAT_0033f2f0 + 8);\n if (iVar1 == 0) {\n ppuStack_1c = (undefined **)0x24626d;\n /* WARNING: Subroutine does not return */\n uStack_20 = 0x183cdd;\n FUN_0008b620();\n }\n uVar4 = *(uint *)(iVar1 + 0x4e74);\n uVar2 = *(uint *)(iVar1 + 0x4e70);\n uVar6 = *(uint *)(iVar1 + 0x5218);\n uVar3 = *(uint *)(iVar1 + 0x521c);\n if (uVar4 == 0 && uVar2 == 0) {\n iVar5 = *(int *)(iVar5 + 4);\n if (uVar3 == 0 && uVar6 == 0) {\n uVar6 = *(uint *)(iVar5 + 0x20);\n uVar3 = *(uint *)(iVar5 + 0x24);\n }\n uVar2 = *(uint *)(iVar5 + 0x28);\n uVar4 = *(uint *)(iVar5 + 0x2c);\n }\n else if (uVar3 == 0 && uVar6 == 0) {\n uVar6 = *(uint *)(*(int *)(iVar5 + 4) + 0x20);\n uVar3 = *(uint *)(*(int *)(iVar5 + 4) + 0x24);\n }\n if (uVar3 < uVar4 || uVar3 - uVar4 < (uint)(uVar6 < uVar2)) {\n uVar2 = uVar6;\n uVar4 = uVar3;\n }\n }\n return CONCAT44(uVar4,uVar2);\n}\n\n" comment (function_definition "undefined8\nFUN_00183bb0(int param_1,undefined1 param_2,undefined4 param_3,undefined4 param_4,int param_5,\n int *param_6,undefined4 param_7,undefined4 param_8,undefined4 param_9,\n undefined4 param_10,char param_11,char *param_12)\n\n{\n int iVar1;\n uint uVar2;\n uint uVar3;\n uint uVar4;\n int iVar5;\n uint uVar6;\n int unaff_EBP;\n int *unaff_ESI;\n undefined8 uVar7;\n char cStack_59;\n undefined1 auStack_58 [8];\n undefined1 uStack_50;\n undefined1 uStack_4f;\n undefined4 uStack_4c;\n undefined4 uStack_48;\n int iStack_44;\n int *piStack_40;\n undefined4 uStack_3c;\n undefined4 uStack_38;\n undefined4 uStack_34;\n undefined4 uStack_30;\n char *pcStack_2c;\n undefined4 uStack_20;\n undefined **ppuStack_1c;\n \n if (*(int *)(param_1 + 4) == 0) {\n if (*(int *)(DAT_0033f2f0 + 0xc) == 0) goto LAB_00183c98;\n iVar5 = *(int *)(DAT_0033f2f0 + 8);\n if (iVar5 == 0) {\n FUN_00183a10();\n FUN_00058c4e();\n uStack_48 = param_4;\n iStack_44 = param_5;\n uStack_50 = (undefined1)param_1;\n uStack_4f = param_2;\n uStack_4c = param_3;\n if (param_6 != (int *)0x0) {\n *param_6 = 0;\n }\n piStack_40 = param_6;\n cStack_59 = '\x01';\n uStack_38 = param_8;\n uStack_34 = param_9;\n uStack_30 = param_10;\n uStack_3c = param_7;\n pcStack_2c = &cStack_59;\n ppuStack_1c = &__DT_PLTGOT;\n uVar7 = (**(code **)(*unaff_ESI + 0xc))(unaff_ESI,auStack_58);\n iVar5 = (int)((ulonglong)uVar7 >> 0x20);\n uVar2 = (uint)uVar7;\n if (param_12 == (char *)0x0) {\n if (cStack_59 == '\0') {\n /* WARNING: Subroutine does not return */\n FUN_0008b620(unaff_EBP + 0xe41bc,0x9c,unaff_EBP + 0xe46ca,param_6);\n }\n }\n else {\n *param_12 = cStack_59;\n }\n if ((param_11 == '\0') || (*param_6 != 0)) {\n return uVar7;\n }\n if (param_5 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0008b620(unaff_EBP + 0xe41bc,0xa2,unaff_EBP + 0xe46ca,iVar5);\n }\n if ((*(byte *)(param_5 + 0x1c) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0008b620(unaff_EBP + 0xc7667,0xc5,unaff_EBP + 0xe46ba,uVar2);\n }\n uVar4 = *(uint *)(param_5 + 4);\n uVar6 = *(uint *)(param_5 + 4);\n iVar1 = *(int *)(param_5 + 8);\n *param_6 = param_5;\n return CONCAT44(iVar5 + iVar1 + (uint)CARRY4(uVar2,uVar4),uVar2 + uVar6);\n }\n uVar2 = *(uint *)(iVar5 + 0x5218);\n uVar4 = *(uint *)(iVar5 + 0x521c);\n if (uVar4 == 0 && uVar2 == 0) {\n return *(undefined8 *)(*(int *)(*(int *)(DAT_0033f2f0 + 0xc) + 4) + 0x20);\n }\n }\n else {\n if (*(int *)(param_1 + 4) != 1) {\n ppuStack_1c = (undefined **)0x267eb2;\n /* WARNING: Subroutine does not return */\n uStack_20 = 0x183cc7;\n FUN_0008b620();\n }\n iVar5 = *(int *)(DAT_0033f2f0 + 0xc);\n if (iVar5 == 0) {\nLAB_00183c98:\n ppuStack_1c = (undefined **)0x24626d;\n /* WARNING: Subroutine does not return */\n uStack_20 = 0x183cae;\n FUN_0008b620();\n }\n iVar1 = *(int *)(DAT_0033f2f0 + 8);\n if (iVar1 == 0) {\n ppuStack_1c = (undefined **)0x24626d;\n /* WARNING: Subroutine does not return */\n uStack_20 = 0x183cdd;\n FUN_0008b620();\n }\n uVar4 = *(uint *)(iVar1 + 0x4e74);\n uVar2 = *(uint *)(iVar1 + 0x4e70);\n uVar6 = *(uint *)(iVar1 + 0x5218);\n uVar3 = *(uint *)(iVar1 + 0x521c);\n if (uVar4 == 0 && uVar2 == 0) {\n iVar5 = *(int *)(iVar5 + 4);\n if (uVar3 == 0 && uVar6 == 0) {\n uVar6 = *(uint *)(iVar5 + 0x20);\n uVar3 = *(uint *)(iVar5 + 0x24);\n }\n uVar2 = *(uint *)(iVar5 + 0x28);\n uVar4 = *(uint *)(iVar5 + 0x2c);\n }\n else if (uVar3 == 0 && uVar6 == 0) {\n uVar6 = *(uint *)(*(int *)(iVar5 + 4) + 0x20);\n uVar3 = *(uint *)(*(int *)(iVar5 + 4) + 0x24);\n }\n if (uVar3 < uVar4 || uVar3 - uVar4 < (uint)(uVar6 < uVar2)) {\n uVar2 = uVar6;\n uVar4 = uVar3;\n }\n }\n return CONCAT44(uVar4,uVar2);\n}" type_identifier (function_declarator "FUN_00183bb0(int param_1,undefined1 param_2,undefined4 param_3,undefined4 param_4,int param_5,\n int *param_6,undefined4 param_7,undefined4 param_8,undefined4 param_9,\n undefined4 param_10,char param_11,char *param_12)" identifier (parameter_list "(int param_1,undefined1 param_2,undefined4 param_3,undefined4 param_4,int param_5,\n int *param_6,undefined4 param_7,undefined4 param_8,undefined4 param_9,\n undefined4 param_10,char param_11,char *param_12)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "undefined1 param_2" type_identifier identifier) , (parameter_declaration "undefined4 param_3" type_identifier identifier) , (parameter_declaration "undefined4 param_4" type_identifier identifier) , (parameter_declaration "int param_5" primitive_type identifier) , (parameter_declaration "int *param_6" primitive_type (pointer_declarator "*param_6" * identifier)) , (parameter_declaration "undefined4 param_7" type_identifier identifier) , (parameter_declaration "undefined4 param_8" type_identifier identifier) , (parameter_declaration "undefined4 param_9" type_identifier identifier) , (parameter_declaration "undefined4 param_10" type_identifier identifier) , (parameter_declaration "char param_11" primitive_type identifier) , (parameter_declaration "char *param_12" primitive_type (pointer_declarator "*param_12" * identifier)) ))) (compound_statement "{\n int iVar1;\n uint uVar2;\n uint uVar3;\n uint uVar4;\n int iVar5;\n uint uVar6;\n int unaff_EBP;\n int *unaff_ESI;\n undefined8 uVar7;\n char cStack_59;\n undefined1 auStack_58 [8];\n undefined1 uStack_50;\n undefined1 uStack_4f;\n undefined4 uStack_4c;\n undefined4 uStack_48;\n int iStack_44;\n int *piStack_40;\n undefined4 uStack_3c;\n undefined4 uStack_38;\n undefined4 uStack_34;\n undefined4 uStack_30;\n char *pcStack_2c;\n undefined4 uStack_20;\n undefined **ppuStack_1c;\n \n if (*(int *)(param_1 + 4) == 0) {\n if (*(int *)(DAT_0033f2f0 + 0xc) == 0) goto LAB_00183c98;\n iVar5 = *(int *)(DAT_0033f2f0 + 8);\n if (iVar5 == 0) {\n FUN_00183a10();\n FUN_00058c4e();\n uStack_48 = param_4;\n iStack_44 = param_5;\n uStack_50 = (undefined1)param_1;\n uStack_4f = param_2;\n uStack_4c = param_3;\n if (param_6 != (int *)0x0) {\n *param_6 = 0;\n }\n piStack_40 = param_6;\n cStack_59 = '\x01';\n uStack_38 = param_8;\n uStack_34 = param_9;\n uStack_30 = param_10;\n uStack_3c = param_7;\n pcStack_2c = &cStack_59;\n ppuStack_1c = &__DT_PLTGOT;\n uVar7 = (**(code **)(*unaff_ESI + 0xc))(unaff_ESI,auStack_58);\n iVar5 = (int)((ulonglong)uVar7 >> 0x20);\n uVar2 = (uint)uVar7;\n if (param_12 == (char *)0x0) {\n if (cStack_59 == '\0') {\n /* WARNING: Subroutine does not return */\n FUN_0008b620(unaff_EBP + 0xe41bc,0x9c,unaff_EBP + 0xe46ca,param_6);\n }\n }\n else {\n *param_12 = cStack_59;\n }\n if ((param_11 == '\0') || (*param_6 != 0)) {\n return uVar7;\n }\n if (param_5 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0008b620(unaff_EBP + 0xe41bc,0xa2,unaff_EBP + 0xe46ca,iVar5);\n }\n if ((*(byte *)(param_5 + 0x1c) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0008b620(unaff_EBP + 0xc7667,0xc5,unaff_EBP + 0xe46ba,uVar2);\n }\n uVar4 = *(uint *)(param_5 + 4);\n uVar6 = *(uint *)(param_5 + 4);\n iVar1 = *(int *)(param_5 + 8);\n *param_6 = param_5;\n return CONCAT44(iVar5 + iVar1 + (uint)CARRY4(uVar2,uVar4),uVar2 + uVar6);\n }\n uVar2 = *(uint *)(iVar5 + 0x5218);\n uVar4 = *(uint *)(iVar5 + 0x521c);\n if (uVar4 == 0 && uVar2 == 0) {\n return *(undefined8 *)(*(int *)(*(int *)(DAT_0033f2f0 + 0xc) + 4) + 0x20);\n }\n }\n else {\n if (*(int *)(param_1 + 4) != 1) {\n ppuStack_1c = (undefined **)0x267eb2;\n /* WARNING: Subroutine does not return */\n uStack_20 = 0x183cc7;\n FUN_0008b620();\n }\n iVar5 = *(int *)(DAT_0033f2f0 + 0xc);\n if (iVar5 == 0) {\nLAB_00183c98:\n ppuStack_1c = (undefined **)0x24626d;\n /* WARNING: Subroutine does not return */\n uStack_20 = 0x183cae;\n FUN_0008b620();\n }\n iVar1 = *(int *)(DAT_0033f2f0 + 8);\n if (iVar1 == 0) {\n ppuStack_1c = (undefined **)0x24626d;\n /* WARNING: Subroutine does not return */\n uStack_20 = 0x183cdd;\n FUN_0008b620();\n }\n uVar4 = *(uint *)(iVar1 + 0x4e74);\n uVar2 = *(uint *)(iVar1 + 0x4e70);\n uVar6 = *(uint *)(iVar1 + 0x5218);\n uVar3 = *(uint *)(iVar1 + 0x521c);\n if (uVar4 == 0 && uVar2 == 0) {\n iVar5 = *(int *)(iVar5 + 4);\n if (uVar3 == 0 && uVar6 == 0) {\n uVar6 = *(uint *)(iVar5 + 0x20);\n uVar3 = *(uint *)(iVar5 + 0x24);\n }\n uVar2 = *(uint *)(iVar5 + 0x28);\n uVar4 = *(uint *)(iVar5 + 0x2c);\n }\n else if (uVar3 == 0 && uVar6 == 0) {\n uVar6 = *(uint *)(*(int *)(iVar5 + 4) + 0x20);\n uVar3 = *(uint *)(*(int *)(iVar5 + 4) + 0x24);\n }\n if (uVar3 < uVar4 || uVar3 - uVar4 < (uint)(uVar6 < uVar2)) {\n uVar2 = uVar6;\n uVar4 = uVar3;\n }\n }\n return CONCAT44(uVar4,uVar2);\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "uint uVar2;" type_identifier identifier ;) (declaration "uint uVar3;" type_identifier identifier ;) (declaration "uint uVar4;" type_identifier identifier ;) (declaration "int iVar5;" primitive_type identifier ;) (declaration "uint uVar6;" type_identifier identifier ;) (declaration "int unaff_EBP;" primitive_type identifier ;) (declaration "int *unaff_ESI;" primitive_type (pointer_declarator "*unaff_ESI" * identifier) ;) (declaration "undefined8 uVar7;" type_identifier identifier ;) (declaration "char cStack_59;" primitive_type identifier ;) (declaration "undefined1 auStack_58 [8];" type_identifier (array_declarator "auStack_58 [8]" identifier [ number_literal ]) ;) (declaration "undefined1 uStack_50;" type_identifier identifier ;) (declaration "undefined1 uStack_4f;" type_identifier identifier ;) (declaration "undefined4 uStack_4c;" type_identifier identifier ;) (declaration "undefined4 uStack_48;" type_identifier identifier ;) (declaration "int iStack_44;" primitive_type identifier ;) (declaration "int *piStack_40;" primitive_type (pointer_declarator "*piStack_40" * identifier) ;) (declaration "undefined4 uStack_3c;" type_identifier identifier ;) (declaration "undefined4 uStack_38;" type_identifier identifier ;) (declaration "undefined4 uStack_34;" type_identifier identifier ;) (declaration "undefined4 uStack_30;" type_identifier identifier ;) (declaration "char *pcStack_2c;" primitive_type (pointer_declarator "*pcStack_2c" * identifier) ;) (declaration "undefined4 uStack_20;" type_identifier identifier ;) (declaration "undefined **ppuStack_1c;" type_identifier (pointer_declarator "**ppuStack_1c" * (pointer_declarator "*ppuStack_1c" * identifier)) ;) (if_statement "if (*(int *)(param_1 + 4) == 0) {\n if (*(int *)(DAT_0033f2f0 + 0xc) == 0) goto LAB_00183c98;\n iVar5 = *(int *)(DAT_0033f2f0 + 8);\n if (iVar5 == 0) {\n FUN_00183a10();\n FUN_00058c4e();\n uStack_48 = param_4;\n iStack_44 = param_5;\n uStack_50 = (undefined1)param_1;\n uStack_4f = param_2;\n uStack_4c = param_3;\n if (param_6 != (int *)0x0) {\n *param_6 = 0;\n }\n piStack_40 = param_6;\n cStack_59 = '\x01';\n uStack_38 = param_8;\n uStack_34 = param_9;\n uStack_30 = param_10;\n uStack_3c = param_7;\n pcStack_2c = &cStack_59;\n ppuStack_1c = &__DT_PLTGOT;\n uVar7 = (**(code **)(*unaff_ESI + 0xc))(unaff_ESI,auStack_58);\n iVar5 = (int)((ulonglong)uVar7 >> 0x20);\n uVar2 = (uint)uVar7;\n if (param_12 == (char *)0x0) {\n if (cStack_59 == '\0') {\n /* WARNING: Subroutine does not return */\n FUN_0008b620(unaff_EBP + 0xe41bc,0x9c,unaff_EBP + 0xe46ca,param_6);\n }\n }\n else {\n *param_12 = cStack_59;\n }\n if ((param_11 == '\0') || (*param_6 != 0)) {\n return uVar7;\n }\n if (param_5 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0008b620(unaff_EBP + 0xe41bc,0xa2,unaff_EBP + 0xe46ca,iVar5);\n }\n if ((*(byte *)(param_5 + 0x1c) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0008b620(unaff_EBP + 0xc7667,0xc5,unaff_EBP + 0xe46ba,uVar2);\n }\n uVar4 = *(uint *)(param_5 + 4);\n uVar6 = *(uint *)(param_5 + 4);\n iVar1 = *(int *)(param_5 + 8);\n *param_6 = param_5;\n return CONCAT44(iVar5 + iVar1 + (uint)CARRY4(uVar2,uVar4),uVar2 + uVar6);\n }\n uVar2 = *(uint *)(iVar5 + 0x5218);\n uVar4 = *(uint *)(iVar5 + 0x521c);\n if (uVar4 == 0 && uVar2 == 0) {\n return *(undefined8 *)(*(int *)(*(int *)(DAT_0033f2f0 + 0xc) + 4) + 0x20);\n }\n }\n else {\n if (*(int *)(param_1 + 4) != 1) {\n ppuStack_1c = (undefined **)0x267eb2;\n /* WARNING: Subroutine does not return */\n uStack_20 = 0x183cc7;\n FUN_0008b620();\n }\n iVar5 = *(int *)(DAT_0033f2f0 + 0xc);\n if (iVar5 == 0) {\nLAB_00183c98:\n ppuStack_1c = (undefined **)0x24626d;\n /* WARNING: Subroutine does not return */\n uStack_20 = 0x183cae;\n FUN_0008b620();\n }\n iVar1 = *(int *)(DAT_0033f2f0 + 8);\n if (iVar1 == 0) {\n ppuStack_1c = (undefined **)0x24626d;\n /* WARNING: Subroutine does not return */\n uStack_20 = 0x183cdd;\n FUN_0008b620();\n }\n uVar4 = *(uint *)(iVar1 + 0x4e74);\n uVar2 = *(uint *)(iVar1 + 0x4e70);\n uVar6 = *(uint *)(iVar1 + 0x5218);\n uVar3 = *(uint *)(iVar1 + 0x521c);\n if (uVar4 == 0 && uVar2 == 0) {\n iVar5 = *(int *)(iVar5 + 4);\n if (uVar3 == 0 && uVar6 == 0) {\n uVar6 = *(uint *)(iVar5 + 0x20);\n uVar3 = *(uint *)(iVar5 + 0x24);\n }\n uVar2 = *(uint *)(iVar5 + 0x28);\n uVar4 = *(uint *)(iVar5 + 0x2c);\n }\n else if (uVar3 == 0 && uVar6 == 0) {\n uVar6 = *(uint *)(*(int *)(iVar5 + 4) + 0x20);\n uVar3 = *(uint *)(*(int *)(iVar5 + 4) + 0x24);\n }\n if (uVar3 < uVar4 || uVar3 - uVar4 < (uint)(uVar6 < uVar2)) {\n uVar2 = uVar6;\n uVar4 = uVar3;\n }\n }" if (parenthesized_expression "(*(int *)(param_1 + 4) == 0)" ( (binary_expression "*(int *)(param_1 + 4) == 0" (pointer_expression "*(int *)(param_1 + 4)" * (cast_expression "(int *)(param_1 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 4)" ( (binary_expression "param_1 + 4" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n if (*(int *)(DAT_0033f2f0 + 0xc) == 0) goto LAB_00183c98;\n iVar5 = *(int *)(DAT_0033f2f0 + 8);\n if (iVar5 == 0) {\n FUN_00183a10();\n FUN_00058c4e();\n uStack_48 = param_4;\n iStack_44 = param_5;\n uStack_50 = (undefined1)param_1;\n uStack_4f = param_2;\n uStack_4c = param_3;\n if (param_6 != (int *)0x0) {\n *param_6 = 0;\n }\n piStack_40 = param_6;\n cStack_59 = '\x01';\n uStack_38 = param_8;\n uStack_34 = param_9;\n uStack_30 = param_10;\n uStack_3c = param_7;\n pcStack_2c = &cStack_59;\n ppuStack_1c = &__DT_PLTGOT;\n uVar7 = (**(code **)(*unaff_ESI + 0xc))(unaff_ESI,auStack_58);\n iVar5 = (int)((ulonglong)uVar7 >> 0x20);\n uVar2 = (uint)uVar7;\n if (param_12 == (char *)0x0) {\n if (cStack_59 == '\0') {\n /* WARNING: Subroutine does not return */\n FUN_0008b620(unaff_EBP + 0xe41bc,0x9c,unaff_EBP + 0xe46ca,param_6);\n }\n }\n else {\n *param_12 = cStack_59;\n }\n if ((param_11 == '\0') || (*param_6 != 0)) {\n return uVar7;\n }\n if (param_5 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0008b620(unaff_EBP + 0xe41bc,0xa2,unaff_EBP + 0xe46ca,iVar5);\n }\n if ((*(byte *)(param_5 + 0x1c) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0008b620(unaff_EBP + 0xc7667,0xc5,unaff_EBP + 0xe46ba,uVar2);\n }\n uVar4 = *(uint *)(param_5 + 4);\n uVar6 = *(uint *)(param_5 + 4);\n iVar1 = *(int *)(param_5 + 8);\n *param_6 = param_5;\n return CONCAT44(iVar5 + iVar1 + (uint)CARRY4(uVar2,uVar4),uVar2 + uVar6);\n }\n uVar2 = *(uint *)(iVar5 + 0x5218);\n uVar4 = *(uint *)(iVar5 + 0x521c);\n if (uVar4 == 0 && uVar2 == 0) {\n return *(undefined8 *)(*(int *)(*(int *)(DAT_0033f2f0 + 0xc) + 4) + 0x20);\n }\n }" { (if_statement "if (*(int *)(DAT_0033f2f0 + 0xc) == 0) goto LAB_00183c98;" if (parenthesized_expression "(*(int *)(DAT_0033f2f0 + 0xc) == 0)" ( (binary_expression "*(int *)(DAT_0033f2f0 + 0xc) == 0" (pointer_expression "*(int *)(DAT_0033f2f0 + 0xc)" * (cast_expression "(int *)(DAT_0033f2f0 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_0033f2f0 + 0xc)" ( (binary_expression "DAT_0033f2f0 + 0xc" identifier + number_literal) )))) == number_literal) )) (goto_statement "goto LAB_00183c98;" goto statement_identifier ;)) (expression_statement "iVar5 = *(int *)(DAT_0033f2f0 + 8);" (assignment_expression "iVar5 = *(int *)(DAT_0033f2f0 + 8)" identifier = (pointer_expression "*(int *)(DAT_0033f2f0 + 8)" * (cast_expression "(int *)(DAT_0033f2f0 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_0033f2f0 + 8)" ( (binary_expression "DAT_0033f2f0 + 8" identifier + number_literal) ))))) ;) (if_statement "if (iVar5 == 0) {\n FUN_00183a10();\n FUN_00058c4e();\n uStack_48 = param_4;\n iStack_44 = param_5;\n uStack_50 = (undefined1)param_1;\n uStack_4f = param_2;\n uStack_4c = param_3;\n if (param_6 != (int *)0x0) {\n *param_6 = 0;\n }\n piStack_40 = param_6;\n cStack_59 = '\x01';\n uStack_38 = param_8;\n uStack_34 = param_9;\n uStack_30 = param_10;\n uStack_3c = param_7;\n pcStack_2c = &cStack_59;\n ppuStack_1c = &__DT_PLTGOT;\n uVar7 = (**(code **)(*unaff_ESI + 0xc))(unaff_ESI,auStack_58);\n iVar5 = (int)((ulonglong)uVar7 >> 0x20);\n uVar2 = (uint)uVar7;\n if (param_12 == (char *)0x0) {\n if (cStack_59 == '\0') {\n /* WARNING: Subroutine does not return */\n FUN_0008b620(unaff_EBP + 0xe41bc,0x9c,unaff_EBP + 0xe46ca,param_6);\n }\n }\n else {\n *param_12 = cStack_59;\n }\n if ((param_11 == '\0') || (*param_6 != 0)) {\n return uVar7;\n }\n if (param_5 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0008b620(unaff_EBP + 0xe41bc,0xa2,unaff_EBP + 0xe46ca,iVar5);\n }\n if ((*(byte *)(param_5 + 0x1c) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0008b620(unaff_EBP + 0xc7667,0xc5,unaff_EBP + 0xe46ba,uVar2);\n }\n uVar4 = *(uint *)(param_5 + 4);\n uVar6 = *(uint *)(param_5 + 4);\n iVar1 = *(int *)(param_5 + 8);\n *param_6 = param_5;\n return CONCAT44(iVar5 + iVar1 + (uint)CARRY4(uVar2,uVar4),uVar2 + uVar6);\n }" if (parenthesized_expression "(iVar5 == 0)" ( (binary_expression "iVar5 == 0" identifier == number_literal) )) (compound_statement "{\n FUN_00183a10();\n FUN_00058c4e();\n uStack_48 = param_4;\n iStack_44 = param_5;\n uStack_50 = (undefined1)param_1;\n uStack_4f = param_2;\n uStack_4c = param_3;\n if (param_6 != (int *)0x0) {\n *param_6 = 0;\n }\n piStack_40 = param_6;\n cStack_59 = '\x01';\n uStack_38 = param_8;\n uStack_34 = param_9;\n uStack_30 = param_10;\n uStack_3c = param_7;\n pcStack_2c = &cStack_59;\n ppuStack_1c = &__DT_PLTGOT;\n uVar7 = (**(code **)(*unaff_ESI + 0xc))(unaff_ESI,auStack_58);\n iVar5 = (int)((ulonglong)uVar7 >> 0x20);\n uVar2 = (uint)uVar7;\n if (param_12 == (char *)0x0) {\n if (cStack_59 == '\0') {\n /* WARNING: Subroutine does not return */\n FUN_0008b620(unaff_EBP + 0xe41bc,0x9c,unaff_EBP + 0xe46ca,param_6);\n }\n }\n else {\n *param_12 = cStack_59;\n }\n if ((param_11 == '\0') || (*param_6 != 0)) {\n return uVar7;\n }\n if (param_5 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0008b620(unaff_EBP + 0xe41bc,0xa2,unaff_EBP + 0xe46ca,iVar5);\n }\n if ((*(byte *)(param_5 + 0x1c) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0008b620(unaff_EBP + 0xc7667,0xc5,unaff_EBP + 0xe46ba,uVar2);\n }\n uVar4 = *(uint *)(param_5 + 4);\n uVar6 = *(uint *)(param_5 + 4);\n iVar1 = *(int *)(param_5 + 8);\n *param_6 = param_5;\n return CONCAT44(iVar5 + iVar1 + (uint)CARRY4(uVar2,uVar4),uVar2 + uVar6);\n }" { (expression_statement "FUN_00183a10();" (call_expression "FUN_00183a10()" identifier (argument_list "()" ( ))) ;) (expression_statement "FUN_00058c4e();" (call_expression "FUN_00058c4e()" identifier (argument_list "()" ( ))) ;) (expression_statement "uStack_48 = param_4;" (assignment_expression "uStack_48 = param_4" identifier = identifier) ;) (expression_statement "iStack_44 = param_5;" (assignment_expression "iStack_44 = param_5" identifier = identifier) ;) (expression_statement "uStack_50 = (undefined1)param_1;" (assignment_expression "uStack_50 = (undefined1)param_1" identifier = (cast_expression "(undefined1)param_1" ( (type_descriptor "undefined1" type_identifier) ) identifier)) ;) (expression_statement "uStack_4f = param_2;" (assignment_expression "uStack_4f = param_2" identifier = identifier) ;) (expression_statement "uStack_4c = param_3;" (assignment_expression "uStack_4c = param_3" identifier = identifier) ;) (if_statement "if (param_6 != (int *)0x0) {\n *param_6 = 0;\n }" if (parenthesized_expression "(param_6 != (int *)0x0)" ( (binary_expression "param_6 != (int *)0x0" identifier != (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n *param_6 = 0;\n }" { (expression_statement "*param_6 = 0;" (assignment_expression "*param_6 = 0" (pointer_expression "*param_6" * identifier) = number_literal) ;) })) (expression_statement "piStack_40 = param_6;" (assignment_expression "piStack_40 = param_6" identifier = identifier) ;) (expression_statement "cStack_59 = '\x01';" (assignment_expression "cStack_59 = '\x01'" identifier = (char_literal "'\x01'" ' escape_sequence ')) ;) (expression_statement "uStack_38 = param_8;" (assignment_expression "uStack_38 = param_8" identifier = identifier) ;) (expression_statement "uStack_34 = param_9;" (assignment_expression "uStack_34 = param_9" identifier = identifier) ;) (expression_statement "uStack_30 = param_10;" (assignment_expression "uStack_30 = param_10" identifier = identifier) ;) (expression_statement "uStack_3c = param_7;" (assignment_expression "uStack_3c = param_7" identifier = identifier) ;) (expression_statement "pcStack_2c = &cStack_59;" (assignment_expression "pcStack_2c = &cStack_59" identifier = (pointer_expression "&cStack_59" & identifier)) ;) (expression_statement "ppuStack_1c = &__DT_PLTGOT;" (assignment_expression "ppuStack_1c = &__DT_PLTGOT" identifier = (pointer_expression "&__DT_PLTGOT" & identifier)) ;) (expression_statement "uVar7 = (**(code **)(*unaff_ESI + 0xc))(unaff_ESI,auStack_58);" (assignment_expression "uVar7 = (**(code **)(*unaff_ESI + 0xc))(unaff_ESI,auStack_58)" identifier = (call_expression "(**(code **)(*unaff_ESI + 0xc))(unaff_ESI,auStack_58)" (parenthesized_expression "(**(code **)(*unaff_ESI + 0xc))" ( (pointer_expression "**(code **)(*unaff_ESI + 0xc)" * (pointer_expression "*(code **)(*unaff_ESI + 0xc)" * (cast_expression "(code **)(*unaff_ESI + 0xc)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*unaff_ESI + 0xc)" ( (binary_expression "*unaff_ESI + 0xc" (pointer_expression "*unaff_ESI" * identifier) + number_literal) ))))) )) (argument_list "(unaff_ESI,auStack_58)" ( identifier , identifier )))) ;) (expression_statement "iVar5 = (int)((ulonglong)uVar7 >> 0x20);" (assignment_expression "iVar5 = (int)((ulonglong)uVar7 >> 0x20)" identifier = (cast_expression "(int)((ulonglong)uVar7 >> 0x20)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "((ulonglong)uVar7 >> 0x20)" ( (binary_expression "(ulonglong)uVar7 >> 0x20" (cast_expression "(ulonglong)uVar7" ( (type_descriptor "ulonglong" type_identifier) ) identifier) >> number_literal) )))) ;) (expression_statement "uVar2 = (uint)uVar7;" (assignment_expression "uVar2 = (uint)uVar7" identifier = (cast_expression "(uint)uVar7" ( (type_descriptor "uint" type_identifier) ) identifier)) ;) (if_statement "if (param_12 == (char *)0x0) {\n if (cStack_59 == '\0') {\n /* WARNING: Subroutine does not return */\n FUN_0008b620(unaff_EBP + 0xe41bc,0x9c,unaff_EBP + 0xe46ca,param_6);\n }\n }\n else {\n *param_12 = cStack_59;\n }" if (parenthesized_expression "(param_12 == (char *)0x0)" ( (binary_expression "param_12 == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n if (cStack_59 == '\0') {\n /* WARNING: Subroutine does not return */\n FUN_0008b620(unaff_EBP + 0xe41bc,0x9c,unaff_EBP + 0xe46ca,param_6);\n }\n }" { (if_statement "if (cStack_59 == '\0') {\n /* WARNING: Subroutine does not return */\n FUN_0008b620(unaff_EBP + 0xe41bc,0x9c,unaff_EBP + 0xe46ca,param_6);\n }" if (parenthesized_expression "(cStack_59 == '\0')" ( (binary_expression "cStack_59 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0008b620(unaff_EBP + 0xe41bc,0x9c,unaff_EBP + 0xe46ca,param_6);\n }" { comment (expression_statement "FUN_0008b620(unaff_EBP + 0xe41bc,0x9c,unaff_EBP + 0xe46ca,param_6);" (call_expression "FUN_0008b620(unaff_EBP + 0xe41bc,0x9c,unaff_EBP + 0xe46ca,param_6)" identifier (argument_list "(unaff_EBP + 0xe41bc,0x9c,unaff_EBP + 0xe46ca,param_6)" ( (binary_expression "unaff_EBP + 0xe41bc" identifier + number_literal) , number_literal , (binary_expression "unaff_EBP + 0xe46ca" identifier + number_literal) , identifier ))) ;) })) }) (else_clause "else {\n *param_12 = cStack_59;\n }" else (compound_statement "{\n *param_12 = cStack_59;\n }" { (expression_statement "*param_12 = cStack_59;" (assignment_expression "*param_12 = cStack_59" (pointer_expression "*param_12" * identifier) = identifier) ;) }))) (if_statement "if ((param_11 == '\0') || (*param_6 != 0)) {\n return uVar7;\n }" if (parenthesized_expression "((param_11 == '\0') || (*param_6 != 0))" ( (binary_expression "(param_11 == '\0') || (*param_6 != 0)" (parenthesized_expression "(param_11 == '\0')" ( (binary_expression "param_11 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) || (parenthesized_expression "(*param_6 != 0)" ( (binary_expression "*param_6 != 0" (pointer_expression "*param_6" * identifier) != number_literal) ))) )) (compound_statement "{\n return uVar7;\n }" { (return_statement "return uVar7;" return identifier ;) })) (if_statement "if (param_5 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0008b620(unaff_EBP + 0xe41bc,0xa2,unaff_EBP + 0xe46ca,iVar5);\n }" if (parenthesized_expression "(param_5 == 0)" ( (binary_expression "param_5 == 0" identifier == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0008b620(unaff_EBP + 0xe41bc,0xa2,unaff_EBP + 0xe46ca,iVar5);\n }" { comment (expression_statement "FUN_0008b620(unaff_EBP + 0xe41bc,0xa2,unaff_EBP + 0xe46ca,iVar5);" (call_expression "FUN_0008b620(unaff_EBP + 0xe41bc,0xa2,unaff_EBP + 0xe46ca,iVar5)" identifier (argument_list "(unaff_EBP + 0xe41bc,0xa2,unaff_EBP + 0xe46ca,iVar5)" ( (binary_expression "unaff_EBP + 0xe41bc" identifier + number_literal) , number_literal , (binary_expression "unaff_EBP + 0xe46ca" identifier + number_literal) , identifier ))) ;) })) (if_statement "if ((*(byte *)(param_5 + 0x1c) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0008b620(unaff_EBP + 0xc7667,0xc5,unaff_EBP + 0xe46ba,uVar2);\n }" if (parenthesized_expression "((*(byte *)(param_5 + 0x1c) & 1) == 0)" ( (binary_expression "(*(byte *)(param_5 + 0x1c) & 1) == 0" (parenthesized_expression "(*(byte *)(param_5 + 0x1c) & 1)" ( (binary_expression "*(byte *)(param_5 + 0x1c) & 1" (pointer_expression "*(byte *)(param_5 + 0x1c)" * (cast_expression "(byte *)(param_5 + 0x1c)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_5 + 0x1c)" ( (binary_expression "param_5 + 0x1c" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0008b620(unaff_EBP + 0xc7667,0xc5,unaff_EBP + 0xe46ba,uVar2);\n }" { comment (expression_statement "FUN_0008b620(unaff_EBP + 0xc7667,0xc5,unaff_EBP + 0xe46ba,uVar2);" (call_expression "FUN_0008b620(unaff_EBP + 0xc7667,0xc5,unaff_EBP + 0xe46ba,uVar2)" identifier (argument_list "(unaff_EBP + 0xc7667,0xc5,unaff_EBP + 0xe46ba,uVar2)" ( (binary_expression "unaff_EBP + 0xc7667" identifier + number_literal) , number_literal , (binary_expression "unaff_EBP + 0xe46ba" identifier + number_literal) , identifier ))) ;) })) (expression_statement "uVar4 = *(uint *)(param_5 + 4);" (assignment_expression "uVar4 = *(uint *)(param_5 + 4)" identifier = (pointer_expression "*(uint *)(param_5 + 4)" * (cast_expression "(uint *)(param_5 + 4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_5 + 4)" ( (binary_expression "param_5 + 4" identifier + number_literal) ))))) ;) (expression_statement "uVar6 = *(uint *)(param_5 + 4);" (assignment_expression "uVar6 = *(uint *)(param_5 + 4)" identifier = (pointer_expression "*(uint *)(param_5 + 4)" * (cast_expression "(uint *)(param_5 + 4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_5 + 4)" ( (binary_expression "param_5 + 4" identifier + number_literal) ))))) ;) (expression_statement "iVar1 = *(int *)(param_5 + 8);" (assignment_expression "iVar1 = *(int *)(param_5 + 8)" identifier = (pointer_expression "*(int *)(param_5 + 8)" * (cast_expression "(int *)(param_5 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_5 + 8)" ( (binary_expression "param_5 + 8" identifier + number_literal) ))))) ;) (expression_statement "*param_6 = param_5;" (assignment_expression "*param_6 = param_5" (pointer_expression "*param_6" * identifier) = identifier) ;) (return_statement "return CONCAT44(iVar5 + iVar1 + (uint)CARRY4(uVar2,uVar4),uVar2 + uVar6);" return (call_expression "CONCAT44(iVar5 + iVar1 + (uint)CARRY4(uVar2,uVar4),uVar2 + uVar6)" identifier (argument_list "(iVar5 + iVar1 + (uint)CARRY4(uVar2,uVar4),uVar2 + uVar6)" ( (binary_expression "iVar5 + iVar1 + (uint)CARRY4(uVar2,uVar4)" (binary_expression "iVar5 + iVar1" identifier + identifier) + (cast_expression "(uint)CARRY4(uVar2,uVar4)" ( (type_descriptor "uint" type_identifier) ) (call_expression "CARRY4(uVar2,uVar4)" identifier (argument_list "(uVar2,uVar4)" ( identifier , identifier ))))) , (binary_expression "uVar2 + uVar6" identifier + identifier) ))) ;) })) (expression_statement "uVar2 = *(uint *)(iVar5 + 0x5218);" (assignment_expression "uVar2 = *(uint *)(iVar5 + 0x5218)" identifier = (pointer_expression "*(uint *)(iVar5 + 0x5218)" * (cast_expression "(uint *)(iVar5 + 0x5218)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar5 + 0x5218)" ( (binary_expression "iVar5 + 0x5218" identifier + number_literal) ))))) ;) (expression_statement "uVar4 = *(uint *)(iVar5 + 0x521c);" (assignment_expression "uVar4 = *(uint *)(iVar5 + 0x521c)" identifier = (pointer_expression "*(uint *)(iVar5 + 0x521c)" * (cast_expression "(uint *)(iVar5 + 0x521c)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar5 + 0x521c)" ( (binary_expression "iVar5 + 0x521c" identifier + number_literal) ))))) ;) (if_statement "if (uVar4 == 0 && uVar2 == 0) {\n return *(undefined8 *)(*(int *)(*(int *)(DAT_0033f2f0 + 0xc) + 4) + 0x20);\n }" if (parenthesized_expression "(uVar4 == 0 && uVar2 == 0)" ( (binary_expression "uVar4 == 0 && uVar2 == 0" (binary_expression "uVar4 == 0" identifier == number_literal) && (binary_expression "uVar2 == 0" identifier == number_literal)) )) (compound_statement "{\n return *(undefined8 *)(*(int *)(*(int *)(DAT_0033f2f0 + 0xc) + 4) + 0x20);\n }" { (return_statement "return *(undefined8 *)(*(int *)(*(int *)(DAT_0033f2f0 + 0xc) + 4) + 0x20);" return (pointer_expression "*(undefined8 *)(*(int *)(*(int *)(DAT_0033f2f0 + 0xc) + 4) + 0x20)" * (cast_expression "(undefined8 *)(*(int *)(*(int *)(DAT_0033f2f0 + 0xc) + 4) + 0x20)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(*(int *)(DAT_0033f2f0 + 0xc) + 4) + 0x20)" ( (binary_expression "*(int *)(*(int *)(DAT_0033f2f0 + 0xc) + 4) + 0x20" (pointer_expression "*(int *)(*(int *)(DAT_0033f2f0 + 0xc) + 4)" * (cast_expression "(int *)(*(int *)(DAT_0033f2f0 + 0xc) + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(DAT_0033f2f0 + 0xc) + 4)" ( (binary_expression "*(int *)(DAT_0033f2f0 + 0xc) + 4" (pointer_expression "*(int *)(DAT_0033f2f0 + 0xc)" * (cast_expression "(int *)(DAT_0033f2f0 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_0033f2f0 + 0xc)" ( (binary_expression "DAT_0033f2f0 + 0xc" identifier + number_literal) )))) + number_literal) )))) + number_literal) )))) ;) })) }) (else_clause "else {\n if (*(int *)(param_1 + 4) != 1) {\n ppuStack_1c = (undefined **)0x267eb2;\n /* WARNING: Subroutine does not return */\n uStack_20 = 0x183cc7;\n FUN_0008b620();\n }\n iVar5 = *(int *)(DAT_0033f2f0 + 0xc);\n if (iVar5 == 0) {\nLAB_00183c98:\n ppuStack_1c = (undefined **)0x24626d;\n /* WARNING: Subroutine does not return */\n uStack_20 = 0x183cae;\n FUN_0008b620();\n }\n iVar1 = *(int *)(DAT_0033f2f0 + 8);\n if (iVar1 == 0) {\n ppuStack_1c = (undefined **)0x24626d;\n /* WARNING: Subroutine does not return */\n uStack_20 = 0x183cdd;\n FUN_0008b620();\n }\n uVar4 = *(uint *)(iVar1 + 0x4e74);\n uVar2 = *(uint *)(iVar1 + 0x4e70);\n uVar6 = *(uint *)(iVar1 + 0x5218);\n uVar3 = *(uint *)(iVar1 + 0x521c);\n if (uVar4 == 0 && uVar2 == 0) {\n iVar5 = *(int *)(iVar5 + 4);\n if (uVar3 == 0 && uVar6 == 0) {\n uVar6 = *(uint *)(iVar5 + 0x20);\n uVar3 = *(uint *)(iVar5 + 0x24);\n }\n uVar2 = *(uint *)(iVar5 + 0x28);\n uVar4 = *(uint *)(iVar5 + 0x2c);\n }\n else if (uVar3 == 0 && uVar6 == 0) {\n uVar6 = *(uint *)(*(int *)(iVar5 + 4) + 0x20);\n uVar3 = *(uint *)(*(int *)(iVar5 + 4) + 0x24);\n }\n if (uVar3 < uVar4 || uVar3 - uVar4 < (uint)(uVar6 < uVar2)) {\n uVar2 = uVar6;\n uVar4 = uVar3;\n }\n }" else (compound_statement "{\n if (*(int *)(param_1 + 4) != 1) {\n ppuStack_1c = (undefined **)0x267eb2;\n /* WARNING: Subroutine does not return */\n uStack_20 = 0x183cc7;\n FUN_0008b620();\n }\n iVar5 = *(int *)(DAT_0033f2f0 + 0xc);\n if (iVar5 == 0) {\nLAB_00183c98:\n ppuStack_1c = (undefined **)0x24626d;\n /* WARNING: Subroutine does not return */\n uStack_20 = 0x183cae;\n FUN_0008b620();\n }\n iVar1 = *(int *)(DAT_0033f2f0 + 8);\n if (iVar1 == 0) {\n ppuStack_1c = (undefined **)0x24626d;\n /* WARNING: Subroutine does not return */\n uStack_20 = 0x183cdd;\n FUN_0008b620();\n }\n uVar4 = *(uint *)(iVar1 + 0x4e74);\n uVar2 = *(uint *)(iVar1 + 0x4e70);\n uVar6 = *(uint *)(iVar1 + 0x5218);\n uVar3 = *(uint *)(iVar1 + 0x521c);\n if (uVar4 == 0 && uVar2 == 0) {\n iVar5 = *(int *)(iVar5 + 4);\n if (uVar3 == 0 && uVar6 == 0) {\n uVar6 = *(uint *)(iVar5 + 0x20);\n uVar3 = *(uint *)(iVar5 + 0x24);\n }\n uVar2 = *(uint *)(iVar5 + 0x28);\n uVar4 = *(uint *)(iVar5 + 0x2c);\n }\n else if (uVar3 == 0 && uVar6 == 0) {\n uVar6 = *(uint *)(*(int *)(iVar5 + 4) + 0x20);\n uVar3 = *(uint *)(*(int *)(iVar5 + 4) + 0x24);\n }\n if (uVar3 < uVar4 || uVar3 - uVar4 < (uint)(uVar6 < uVar2)) {\n uVar2 = uVar6;\n uVar4 = uVar3;\n }\n }" { (if_statement "if (*(int *)(param_1 + 4) != 1) {\n ppuStack_1c = (undefined **)0x267eb2;\n /* WARNING: Subroutine does not return */\n uStack_20 = 0x183cc7;\n FUN_0008b620();\n }" if (parenthesized_expression "(*(int *)(param_1 + 4) != 1)" ( (binary_expression "*(int *)(param_1 + 4) != 1" (pointer_expression "*(int *)(param_1 + 4)" * (cast_expression "(int *)(param_1 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 4)" ( (binary_expression "param_1 + 4" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n ppuStack_1c = (undefined **)0x267eb2;\n /* WARNING: Subroutine does not return */\n uStack_20 = 0x183cc7;\n FUN_0008b620();\n }" { (expression_statement "ppuStack_1c = (undefined **)0x267eb2;" (assignment_expression "ppuStack_1c = (undefined **)0x267eb2" identifier = (cast_expression "(undefined **)0x267eb2" ( (type_descriptor "undefined **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) number_literal)) ;) comment (expression_statement "uStack_20 = 0x183cc7;" (assignment_expression "uStack_20 = 0x183cc7" identifier = number_literal) ;) (expression_statement "FUN_0008b620();" (call_expression "FUN_0008b620()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "iVar5 = *(int *)(DAT_0033f2f0 + 0xc);" (assignment_expression "iVar5 = *(int *)(DAT_0033f2f0 + 0xc)" identifier = (pointer_expression "*(int *)(DAT_0033f2f0 + 0xc)" * (cast_expression "(int *)(DAT_0033f2f0 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_0033f2f0 + 0xc)" ( (binary_expression "DAT_0033f2f0 + 0xc" identifier + number_literal) ))))) ;) (if_statement "if (iVar5 == 0) {\nLAB_00183c98:\n ppuStack_1c = (undefined **)0x24626d;\n /* WARNING: Subroutine does not return */\n uStack_20 = 0x183cae;\n FUN_0008b620();\n }" if (parenthesized_expression "(iVar5 == 0)" ( (binary_expression "iVar5 == 0" identifier == number_literal) )) (compound_statement "{\nLAB_00183c98:\n ppuStack_1c = (undefined **)0x24626d;\n /* WARNING: Subroutine does not return */\n uStack_20 = 0x183cae;\n FUN_0008b620();\n }" { (labeled_statement "LAB_00183c98:\n ppuStack_1c = (undefined **)0x24626d;" statement_identifier : (expression_statement "ppuStack_1c = (undefined **)0x24626d;" (assignment_expression "ppuStack_1c = (undefined **)0x24626d" identifier = (cast_expression "(undefined **)0x24626d" ( (type_descriptor "undefined **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) number_literal)) ;)) comment (expression_statement "uStack_20 = 0x183cae;" (assignment_expression "uStack_20 = 0x183cae" identifier = number_literal) ;) (expression_statement "FUN_0008b620();" (call_expression "FUN_0008b620()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "iVar1 = *(int *)(DAT_0033f2f0 + 8);" (assignment_expression "iVar1 = *(int *)(DAT_0033f2f0 + 8)" identifier = (pointer_expression "*(int *)(DAT_0033f2f0 + 8)" * (cast_expression "(int *)(DAT_0033f2f0 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_0033f2f0 + 8)" ( (binary_expression "DAT_0033f2f0 + 8" identifier + number_literal) ))))) ;) (if_statement "if (iVar1 == 0) {\n ppuStack_1c = (undefined **)0x24626d;\n /* WARNING: Subroutine does not return */\n uStack_20 = 0x183cdd;\n FUN_0008b620();\n }" if (parenthesized_expression "(iVar1 == 0)" ( (binary_expression "iVar1 == 0" identifier == number_literal) )) (compound_statement "{\n ppuStack_1c = (undefined **)0x24626d;\n /* WARNING: Subroutine does not return */\n uStack_20 = 0x183cdd;\n FUN_0008b620();\n }" { (expression_statement "ppuStack_1c = (undefined **)0x24626d;" (assignment_expression "ppuStack_1c = (undefined **)0x24626d" identifier = (cast_expression "(undefined **)0x24626d" ( (type_descriptor "undefined **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) number_literal)) ;) comment (expression_statement "uStack_20 = 0x183cdd;" (assignment_expression "uStack_20 = 0x183cdd" identifier = number_literal) ;) (expression_statement "FUN_0008b620();" (call_expression "FUN_0008b620()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "uVar4 = *(uint *)(iVar1 + 0x4e74);" (assignment_expression "uVar4 = *(uint *)(iVar1 + 0x4e74)" identifier = (pointer_expression "*(uint *)(iVar1 + 0x4e74)" * (cast_expression "(uint *)(iVar1 + 0x4e74)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x4e74)" ( (binary_expression "iVar1 + 0x4e74" identifier + number_literal) ))))) ;) (expression_statement "uVar2 = *(uint *)(iVar1 + 0x4e70);" (assignment_expression "uVar2 = *(uint *)(iVar1 + 0x4e70)" identifier = (pointer_expression "*(uint *)(iVar1 + 0x4e70)" * (cast_expression "(uint *)(iVar1 + 0x4e70)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x4e70)" ( (binary_expression "iVar1 + 0x4e70" identifier + number_literal) ))))) ;) (expression_statement "uVar6 = *(uint *)(iVar1 + 0x5218);" (assignment_expression "uVar6 = *(uint *)(iVar1 + 0x5218)" identifier = (pointer_expression "*(uint *)(iVar1 + 0x5218)" * (cast_expression "(uint *)(iVar1 + 0x5218)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x5218)" ( (binary_expression "iVar1 + 0x5218" identifier + number_literal) ))))) ;) (expression_statement "uVar3 = *(uint *)(iVar1 + 0x521c);" (assignment_expression "uVar3 = *(uint *)(iVar1 + 0x521c)" identifier = (pointer_expression "*(uint *)(iVar1 + 0x521c)" * (cast_expression "(uint *)(iVar1 + 0x521c)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x521c)" ( (binary_expression "iVar1 + 0x521c" identifier + number_literal) ))))) ;) (if_statement "if (uVar4 == 0 && uVar2 == 0) {\n iVar5 = *(int *)(iVar5 + 4);\n if (uVar3 == 0 && uVar6 == 0) {\n uVar6 = *(uint *)(iVar5 + 0x20);\n uVar3 = *(uint *)(iVar5 + 0x24);\n }\n uVar2 = *(uint *)(iVar5 + 0x28);\n uVar4 = *(uint *)(iVar5 + 0x2c);\n }\n else if (uVar3 == 0 && uVar6 == 0) {\n uVar6 = *(uint *)(*(int *)(iVar5 + 4) + 0x20);\n uVar3 = *(uint *)(*(int *)(iVar5 + 4) + 0x24);\n }" if (parenthesized_expression "(uVar4 == 0 && uVar2 == 0)" ( (binary_expression "uVar4 == 0 && uVar2 == 0" (binary_expression "uVar4 == 0" identifier == number_literal) && (binary_expression "uVar2 == 0" identifier == number_literal)) )) (compound_statement "{\n iVar5 = *(int *)(iVar5 + 4);\n if (uVar3 == 0 && uVar6 == 0) {\n uVar6 = *(uint *)(iVar5 + 0x20);\n uVar3 = *(uint *)(iVar5 + 0x24);\n }\n uVar2 = *(uint *)(iVar5 + 0x28);\n uVar4 = *(uint *)(iVar5 + 0x2c);\n }" { (expression_statement "iVar5 = *(int *)(iVar5 + 4);" (assignment_expression "iVar5 = *(int *)(iVar5 + 4)" identifier = (pointer_expression "*(int *)(iVar5 + 4)" * (cast_expression "(int *)(iVar5 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar5 + 4)" ( (binary_expression "iVar5 + 4" identifier + number_literal) ))))) ;) (if_statement "if (uVar3 == 0 && uVar6 == 0) {\n uVar6 = *(uint *)(iVar5 + 0x20);\n uVar3 = *(uint *)(iVar5 + 0x24);\n }" if (parenthesized_expression "(uVar3 == 0 && uVar6 == 0)" ( (binary_expression "uVar3 == 0 && uVar6 == 0" (binary_expression "uVar3 == 0" identifier == number_literal) && (binary_expression "uVar6 == 0" identifier == number_literal)) )) (compound_statement "{\n uVar6 = *(uint *)(iVar5 + 0x20);\n uVar3 = *(uint *)(iVar5 + 0x24);\n }" { (expression_statement "uVar6 = *(uint *)(iVar5 + 0x20);" (assignment_expression "uVar6 = *(uint *)(iVar5 + 0x20)" identifier = (pointer_expression "*(uint *)(iVar5 + 0x20)" * (cast_expression "(uint *)(iVar5 + 0x20)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar5 + 0x20)" ( (binary_expression "iVar5 + 0x20" identifier + number_literal) ))))) ;) (expression_statement "uVar3 = *(uint *)(iVar5 + 0x24);" (assignment_expression "uVar3 = *(uint *)(iVar5 + 0x24)" identifier = (pointer_expression "*(uint *)(iVar5 + 0x24)" * (cast_expression "(uint *)(iVar5 + 0x24)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar5 + 0x24)" ( (binary_expression "iVar5 + 0x24" identifier + number_literal) ))))) ;) })) (expression_statement "uVar2 = *(uint *)(iVar5 + 0x28);" (assignment_expression "uVar2 = *(uint *)(iVar5 + 0x28)" identifier = (pointer_expression "*(uint *)(iVar5 + 0x28)" * (cast_expression "(uint *)(iVar5 + 0x28)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar5 + 0x28)" ( (binary_expression "iVar5 + 0x28" identifier + number_literal) ))))) ;) (expression_statement "uVar4 = *(uint *)(iVar5 + 0x2c);" (assignment_expression "uVar4 = *(uint *)(iVar5 + 0x2c)" identifier = (pointer_expression "*(uint *)(iVar5 + 0x2c)" * (cast_expression "(uint *)(iVar5 + 0x2c)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar5 + 0x2c)" ( (binary_expression "iVar5 + 0x2c" identifier + number_literal) ))))) ;) }) (else_clause "else if (uVar3 == 0 && uVar6 == 0) {\n uVar6 = *(uint *)(*(int *)(iVar5 + 4) + 0x20);\n uVar3 = *(uint *)(*(int *)(iVar5 + 4) + 0x24);\n }" else (if_statement "if (uVar3 == 0 && uVar6 == 0) {\n uVar6 = *(uint *)(*(int *)(iVar5 + 4) + 0x20);\n uVar3 = *(uint *)(*(int *)(iVar5 + 4) + 0x24);\n }" if (parenthesized_expression "(uVar3 == 0 && uVar6 == 0)" ( (binary_expression "uVar3 == 0 && uVar6 == 0" (binary_expression "uVar3 == 0" identifier == number_literal) && (binary_expression "uVar6 == 0" identifier == number_literal)) )) (compound_statement "{\n uVar6 = *(uint *)(*(int *)(iVar5 + 4) + 0x20);\n uVar3 = *(uint *)(*(int *)(iVar5 + 4) + 0x24);\n }" { (expression_statement "uVar6 = *(uint *)(*(int *)(iVar5 + 4) + 0x20);" (assignment_expression "uVar6 = *(uint *)(*(int *)(iVar5 + 4) + 0x20)" identifier = (pointer_expression "*(uint *)(*(int *)(iVar5 + 4) + 0x20)" * (cast_expression "(uint *)(*(int *)(iVar5 + 4) + 0x20)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(iVar5 + 4) + 0x20)" ( (binary_expression "*(int *)(iVar5 + 4) + 0x20" (pointer_expression "*(int *)(iVar5 + 4)" * (cast_expression "(int *)(iVar5 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar5 + 4)" ( (binary_expression "iVar5 + 4" identifier + number_literal) )))) + number_literal) ))))) ;) (expression_statement "uVar3 = *(uint *)(*(int *)(iVar5 + 4) + 0x24);" (assignment_expression "uVar3 = *(uint *)(*(int *)(iVar5 + 4) + 0x24)" identifier = (pointer_expression "*(uint *)(*(int *)(iVar5 + 4) + 0x24)" * (cast_expression "(uint *)(*(int *)(iVar5 + 4) + 0x24)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(iVar5 + 4) + 0x24)" ( (binary_expression "*(int *)(iVar5 + 4) + 0x24" (pointer_expression "*(int *)(iVar5 + 4)" * (cast_expression "(int *)(iVar5 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar5 + 4)" ( (binary_expression "iVar5 + 4" identifier + number_literal) )))) + number_literal) ))))) ;) })))) (if_statement "if (uVar3 < uVar4 || uVar3 - uVar4 < (uint)(uVar6 < uVar2)) {\n uVar2 = uVar6;\n uVar4 = uVar3;\n }" if (parenthesized_expression "(uVar3 < uVar4 || uVar3 - uVar4 < (uint)(uVar6 < uVar2))" ( (binary_expression "uVar3 < uVar4 || uVar3 - uVar4 < (uint)(uVar6 < uVar2)" (binary_expression "uVar3 < uVar4" identifier < identifier) || (binary_expression "uVar3 - uVar4 < (uint)(uVar6 < uVar2)" (binary_expression "uVar3 - uVar4" identifier - identifier) < (call_expression "(uint)(uVar6 < uVar2)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(uVar6 < uVar2)" ( (binary_expression "uVar6 < uVar2" identifier < identifier) ))))) )) (compound_statement "{\n uVar2 = uVar6;\n uVar4 = uVar3;\n }" { (expression_statement "uVar2 = uVar6;" (assignment_expression "uVar2 = uVar6" identifier = identifier) ;) (expression_statement "uVar4 = uVar3;" (assignment_expression "uVar4 = uVar3" identifier = identifier) ;) })) }))) (return_statement "return CONCAT44(uVar4,uVar2);" return (call_expression "CONCAT44(uVar4,uVar2)" identifier (argument_list "(uVar4,uVar2)" ( identifier , identifier ))) ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Enum "DT": Some values do not have unique names */\n/* WARNING: Enum "STT": Some values do not have unique names */\n/* WARNING: Enum "ELFOSABI": Some values do not have unique names */\n/* DWARF original prototype: uint64_t value(Constant_expression * this, Expression_eval_info *\n param_1) */\n\nuint64_t __thiscall\ngold::Constant_expression::value(Constant_expression *this,Expression_eval_info *param_2)\n\n{\n Target *pTVar1;\n General_options *pGVar2;\n Target_info *pTVar3;\n uint uVar4;\n uint uVar5;\n uint uVar6;\n Target *unaff_EBX;\n uint uVar7;\n \n if (this->function_ == CONSTANT_MAXPAGESIZE) {\n if (parameters->target_ == (Target *)0x0) goto LAB_00183c98;\n pGVar2 = parameters->options_;\n if (pGVar2 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n Target::abi_pagesize(unaff_EBX);\n }\n uVar4 = (uint)(pGVar2->max_page_size_).value;\n uVar6 = *(uint *)((int)&(pGVar2->max_page_size_).value + 4);\n if (uVar6 == 0 && uVar4 == 0) {\n return parameters->target_->pti_->abi_pagesize;\n }\n }\n else {\n if (this->function_ != CONSTANT_COMMONPAGESIZE) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/expression.cc",0x44a,"value");\n }\n pTVar1 = parameters->target_;\n if (pTVar1 == (Target *)0x0) {\nLAB_00183c98:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x69,"target");\n }\n pGVar2 = parameters->options_;\n if (pGVar2 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n uVar6 = *(uint *)((int)&(pGVar2->common_page_size_).value + 4);\n uVar4 = (uint)(pGVar2->common_page_size_).value;\n uVar7 = (uint)(pGVar2->max_page_size_).value;\n uVar5 = *(uint *)((int)&(pGVar2->max_page_size_).value + 4);\n if (uVar6 == 0 && uVar4 == 0) {\n pTVar3 = pTVar1->pti_;\n if (uVar5 == 0 && uVar7 == 0) {\n uVar7 = (uint)pTVar3->abi_pagesize;\n uVar5 = *(uint *)((int)&pTVar3->abi_pagesize + 4);\n }\n uVar4 = (uint)pTVar3->common_pagesize;\n uVar6 = *(uint *)((int)&pTVar3->common_pagesize + 4);\n }\n else if (uVar5 == 0 && uVar7 == 0) {\n uVar7 = (uint)pTVar1->pti_->abi_pagesize;\n uVar5 = *(uint *)((int)&pTVar1->pti_->abi_pagesize + 4);\n }\n if (uVar5 < uVar6 || uVar5 - uVar6 < (uint)(uVar7 < uVar4)) {\n uVar4 = uVar7;\n uVar6 = uVar5;\n }\n }\n return CONCAT44(uVar6,uVar4);\n}\n\n" comment comment comment comment comment (function_definition "uint64_t __thiscall\ngold::Constant_expression::value(Constant_expression *this,Expression_eval_info *param_2)\n\n{\n Target *pTVar1;\n General_options *pGVar2;\n Target_info *pTVar3;\n uint uVar4;\n uint uVar5;\n uint uVar6;\n Target *unaff_EBX;\n uint uVar7;\n \n if (this->function_ == CONSTANT_MAXPAGESIZE) {\n if (parameters->target_ == (Target *)0x0) goto LAB_00183c98;\n pGVar2 = parameters->options_;\n if (pGVar2 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n Target::abi_pagesize(unaff_EBX);\n }\n uVar4 = (uint)(pGVar2->max_page_size_).value;\n uVar6 = *(uint *)((int)&(pGVar2->max_page_size_).value + 4);\n if (uVar6 == 0 && uVar4 == 0) {\n return parameters->target_->pti_->abi_pagesize;\n }\n }\n else {\n if (this->function_ != CONSTANT_COMMONPAGESIZE) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/expression.cc",0x44a,"value");\n }\n pTVar1 = parameters->target_;\n if (pTVar1 == (Target *)0x0) {\nLAB_00183c98:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x69,"target");\n }\n pGVar2 = parameters->options_;\n if (pGVar2 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n uVar6 = *(uint *)((int)&(pGVar2->common_page_size_).value + 4);\n uVar4 = (uint)(pGVar2->common_page_size_).value;\n uVar7 = (uint)(pGVar2->max_page_size_).value;\n uVar5 = *(uint *)((int)&(pGVar2->max_page_size_).value + 4);\n if (uVar6 == 0 && uVar4 == 0) {\n pTVar3 = pTVar1->pti_;\n if (uVar5 == 0 && uVar7 == 0) {\n uVar7 = (uint)pTVar3->abi_pagesize;\n uVar5 = *(uint *)((int)&pTVar3->abi_pagesize + 4);\n }\n uVar4 = (uint)pTVar3->common_pagesize;\n uVar6 = *(uint *)((int)&pTVar3->common_pagesize + 4);\n }\n else if (uVar5 == 0 && uVar7 == 0) {\n uVar7 = (uint)pTVar1->pti_->abi_pagesize;\n uVar5 = *(uint *)((int)&pTVar1->pti_->abi_pagesize + 4);\n }\n if (uVar5 < uVar6 || uVar5 - uVar6 < (uint)(uVar7 < uVar4)) {\n uVar4 = uVar7;\n uVar6 = uVar5;\n }\n }\n return CONCAT44(uVar6,uVar4);\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::Constant_expression::" identifier : : identifier : :) (function_declarator "value(Constant_expression *this,Expression_eval_info *param_2)" identifier (parameter_list "(Constant_expression *this,Expression_eval_info *param_2)" ( (parameter_declaration "Constant_expression *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "Expression_eval_info *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n Target *pTVar1;\n General_options *pGVar2;\n Target_info *pTVar3;\n uint uVar4;\n uint uVar5;\n uint uVar6;\n Target *unaff_EBX;\n uint uVar7;\n \n if (this->function_ == CONSTANT_MAXPAGESIZE) {\n if (parameters->target_ == (Target *)0x0) goto LAB_00183c98;\n pGVar2 = parameters->options_;\n if (pGVar2 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n Target::abi_pagesize(unaff_EBX);\n }\n uVar4 = (uint)(pGVar2->max_page_size_).value;\n uVar6 = *(uint *)((int)&(pGVar2->max_page_size_).value + 4);\n if (uVar6 == 0 && uVar4 == 0) {\n return parameters->target_->pti_->abi_pagesize;\n }\n }\n else {\n if (this->function_ != CONSTANT_COMMONPAGESIZE) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/expression.cc",0x44a,"value");\n }\n pTVar1 = parameters->target_;\n if (pTVar1 == (Target *)0x0) {\nLAB_00183c98:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x69,"target");\n }\n pGVar2 = parameters->options_;\n if (pGVar2 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n uVar6 = *(uint *)((int)&(pGVar2->common_page_size_).value + 4);\n uVar4 = (uint)(pGVar2->common_page_size_).value;\n uVar7 = (uint)(pGVar2->max_page_size_).value;\n uVar5 = *(uint *)((int)&(pGVar2->max_page_size_).value + 4);\n if (uVar6 == 0 && uVar4 == 0) {\n pTVar3 = pTVar1->pti_;\n if (uVar5 == 0 && uVar7 == 0) {\n uVar7 = (uint)pTVar3->abi_pagesize;\n uVar5 = *(uint *)((int)&pTVar3->abi_pagesize + 4);\n }\n uVar4 = (uint)pTVar3->common_pagesize;\n uVar6 = *(uint *)((int)&pTVar3->common_pagesize + 4);\n }\n else if (uVar5 == 0 && uVar7 == 0) {\n uVar7 = (uint)pTVar1->pti_->abi_pagesize;\n uVar5 = *(uint *)((int)&pTVar1->pti_->abi_pagesize + 4);\n }\n if (uVar5 < uVar6 || uVar5 - uVar6 < (uint)(uVar7 < uVar4)) {\n uVar4 = uVar7;\n uVar6 = uVar5;\n }\n }\n return CONCAT44(uVar6,uVar4);\n}" { (declaration "Target *pTVar1;" type_identifier (pointer_declarator "*pTVar1" * identifier) ;) (declaration "General_options *pGVar2;" type_identifier (pointer_declarator "*pGVar2" * identifier) ;) (declaration "Target_info *pTVar3;" type_identifier (pointer_declarator "*pTVar3" * identifier) ;) (declaration "uint uVar4;" type_identifier identifier ;) (declaration "uint uVar5;" type_identifier identifier ;) (declaration "uint uVar6;" type_identifier identifier ;) (declaration "Target *unaff_EBX;" type_identifier (pointer_declarator "*unaff_EBX" * identifier) ;) (declaration "uint uVar7;" type_identifier identifier ;) (if_statement "if (this->function_ == CONSTANT_MAXPAGESIZE) {\n if (parameters->target_ == (Target *)0x0) goto LAB_00183c98;\n pGVar2 = parameters->options_;\n if (pGVar2 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n Target::abi_pagesize(unaff_EBX);\n }\n uVar4 = (uint)(pGVar2->max_page_size_).value;\n uVar6 = *(uint *)((int)&(pGVar2->max_page_size_).value + 4);\n if (uVar6 == 0 && uVar4 == 0) {\n return parameters->target_->pti_->abi_pagesize;\n }\n }\n else {\n if (this->function_ != CONSTANT_COMMONPAGESIZE) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/expression.cc",0x44a,"value");\n }\n pTVar1 = parameters->target_;\n if (pTVar1 == (Target *)0x0) {\nLAB_00183c98:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x69,"target");\n }\n pGVar2 = parameters->options_;\n if (pGVar2 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n uVar6 = *(uint *)((int)&(pGVar2->common_page_size_).value + 4);\n uVar4 = (uint)(pGVar2->common_page_size_).value;\n uVar7 = (uint)(pGVar2->max_page_size_).value;\n uVar5 = *(uint *)((int)&(pGVar2->max_page_size_).value + 4);\n if (uVar6 == 0 && uVar4 == 0) {\n pTVar3 = pTVar1->pti_;\n if (uVar5 == 0 && uVar7 == 0) {\n uVar7 = (uint)pTVar3->abi_pagesize;\n uVar5 = *(uint *)((int)&pTVar3->abi_pagesize + 4);\n }\n uVar4 = (uint)pTVar3->common_pagesize;\n uVar6 = *(uint *)((int)&pTVar3->common_pagesize + 4);\n }\n else if (uVar5 == 0 && uVar7 == 0) {\n uVar7 = (uint)pTVar1->pti_->abi_pagesize;\n uVar5 = *(uint *)((int)&pTVar1->pti_->abi_pagesize + 4);\n }\n if (uVar5 < uVar6 || uVar5 - uVar6 < (uint)(uVar7 < uVar4)) {\n uVar4 = uVar7;\n uVar6 = uVar5;\n }\n }" if (parenthesized_expression "(this->function_ == CONSTANT_MAXPAGESIZE)" ( (binary_expression "this->function_ == CONSTANT_MAXPAGESIZE" (field_expression "this->function_" identifier -> field_identifier) == identifier) )) (compound_statement "{\n if (parameters->target_ == (Target *)0x0) goto LAB_00183c98;\n pGVar2 = parameters->options_;\n if (pGVar2 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n Target::abi_pagesize(unaff_EBX);\n }\n uVar4 = (uint)(pGVar2->max_page_size_).value;\n uVar6 = *(uint *)((int)&(pGVar2->max_page_size_).value + 4);\n if (uVar6 == 0 && uVar4 == 0) {\n return parameters->target_->pti_->abi_pagesize;\n }\n }" { (if_statement "if (parameters->target_ == (Target *)0x0) goto LAB_00183c98;" 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)) )) (goto_statement "goto LAB_00183c98;" goto statement_identifier ;)) (expression_statement "pGVar2 = parameters->options_;" (assignment_expression "pGVar2 = parameters->options_" identifier = (field_expression "parameters->options_" identifier -> field_identifier)) ;) (if_statement "if (pGVar2 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n Target::abi_pagesize(unaff_EBX);\n }" if (parenthesized_expression "(pGVar2 == (General_options *)0x0)" ( (binary_expression "pGVar2 == (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 Target::abi_pagesize(unaff_EBX);\n }" { comment (labeled_statement "Target::abi_pagesize(unaff_EBX);" statement_identifier : (ERROR ":" :) (expression_statement "abi_pagesize(unaff_EBX);" (call_expression "abi_pagesize(unaff_EBX)" identifier (argument_list "(unaff_EBX)" ( identifier ))) ;)) })) (expression_statement "uVar4 = (uint)(pGVar2->max_page_size_).value;" (assignment_expression "uVar4 = (uint)(pGVar2->max_page_size_).value" identifier = (field_expression "(uint)(pGVar2->max_page_size_).value" (call_expression "(uint)(pGVar2->max_page_size_)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(pGVar2->max_page_size_)" ( (field_expression "pGVar2->max_page_size_" identifier -> field_identifier) ))) . field_identifier)) ;) (expression_statement "uVar6 = *(uint *)((int)&(pGVar2->max_page_size_).value + 4);" (assignment_expression "uVar6 = *(uint *)((int)&(pGVar2->max_page_size_).value + 4)" identifier = (pointer_expression "*(uint *)((int)&(pGVar2->max_page_size_).value + 4)" * (cast_expression "(uint *)((int)&(pGVar2->max_page_size_).value + 4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&(pGVar2->max_page_size_).value + 4)" ( (binary_expression "(int)&(pGVar2->max_page_size_).value + 4" (cast_expression "(int)&(pGVar2->max_page_size_).value" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&(pGVar2->max_page_size_).value" & (field_expression "(pGVar2->max_page_size_).value" (parenthesized_expression "(pGVar2->max_page_size_)" ( (field_expression "pGVar2->max_page_size_" identifier -> field_identifier) )) . field_identifier))) + number_literal) ))))) ;) (if_statement "if (uVar6 == 0 && uVar4 == 0) {\n return parameters->target_->pti_->abi_pagesize;\n }" if (parenthesized_expression "(uVar6 == 0 && uVar4 == 0)" ( (binary_expression "uVar6 == 0 && uVar4 == 0" (binary_expression "uVar6 == 0" identifier == number_literal) && (binary_expression "uVar4 == 0" identifier == number_literal)) )) (compound_statement "{\n return parameters->target_->pti_->abi_pagesize;\n }" { (return_statement "return parameters->target_->pti_->abi_pagesize;" return (field_expression "parameters->target_->pti_->abi_pagesize" (field_expression "parameters->target_->pti_" (field_expression "parameters->target_" identifier -> field_identifier) -> field_identifier) -> field_identifier) ;) })) }) (else_clause "else {\n if (this->function_ != CONSTANT_COMMONPAGESIZE) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/expression.cc",0x44a,"value");\n }\n pTVar1 = parameters->target_;\n if (pTVar1 == (Target *)0x0) {\nLAB_00183c98:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x69,"target");\n }\n pGVar2 = parameters->options_;\n if (pGVar2 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n uVar6 = *(uint *)((int)&(pGVar2->common_page_size_).value + 4);\n uVar4 = (uint)(pGVar2->common_page_size_).value;\n uVar7 = (uint)(pGVar2->max_page_size_).value;\n uVar5 = *(uint *)((int)&(pGVar2->max_page_size_).value + 4);\n if (uVar6 == 0 && uVar4 == 0) {\n pTVar3 = pTVar1->pti_;\n if (uVar5 == 0 && uVar7 == 0) {\n uVar7 = (uint)pTVar3->abi_pagesize;\n uVar5 = *(uint *)((int)&pTVar3->abi_pagesize + 4);\n }\n uVar4 = (uint)pTVar3->common_pagesize;\n uVar6 = *(uint *)((int)&pTVar3->common_pagesize + 4);\n }\n else if (uVar5 == 0 && uVar7 == 0) {\n uVar7 = (uint)pTVar1->pti_->abi_pagesize;\n uVar5 = *(uint *)((int)&pTVar1->pti_->abi_pagesize + 4);\n }\n if (uVar5 < uVar6 || uVar5 - uVar6 < (uint)(uVar7 < uVar4)) {\n uVar4 = uVar7;\n uVar6 = uVar5;\n }\n }" else (compound_statement "{\n if (this->function_ != CONSTANT_COMMONPAGESIZE) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/expression.cc",0x44a,"value");\n }\n pTVar1 = parameters->target_;\n if (pTVar1 == (Target *)0x0) {\nLAB_00183c98:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x69,"target");\n }\n pGVar2 = parameters->options_;\n if (pGVar2 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n uVar6 = *(uint *)((int)&(pGVar2->common_page_size_).value + 4);\n uVar4 = (uint)(pGVar2->common_page_size_).value;\n uVar7 = (uint)(pGVar2->max_page_size_).value;\n uVar5 = *(uint *)((int)&(pGVar2->max_page_size_).value + 4);\n if (uVar6 == 0 && uVar4 == 0) {\n pTVar3 = pTVar1->pti_;\n if (uVar5 == 0 && uVar7 == 0) {\n uVar7 = (uint)pTVar3->abi_pagesize;\n uVar5 = *(uint *)((int)&pTVar3->abi_pagesize + 4);\n }\n uVar4 = (uint)pTVar3->common_pagesize;\n uVar6 = *(uint *)((int)&pTVar3->common_pagesize + 4);\n }\n else if (uVar5 == 0 && uVar7 == 0) {\n uVar7 = (uint)pTVar1->pti_->abi_pagesize;\n uVar5 = *(uint *)((int)&pTVar1->pti_->abi_pagesize + 4);\n }\n if (uVar5 < uVar6 || uVar5 - uVar6 < (uint)(uVar7 < uVar4)) {\n uVar4 = uVar7;\n uVar6 = uVar5;\n }\n }" { (if_statement "if (this->function_ != CONSTANT_COMMONPAGESIZE) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/expression.cc",0x44a,"value");\n }" if (parenthesized_expression "(this->function_ != CONSTANT_COMMONPAGESIZE)" ( (binary_expression "this->function_ != CONSTANT_COMMONPAGESIZE" (field_expression "this->function_" identifier -> field_identifier) != identifier) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/expression.cc",0x44a,"value");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/expression.cc",0x44a,"value");" (call_expression "do_gold_unreachable("../../gold/expression.cc",0x44a,"value")" identifier (argument_list "("../../gold/expression.cc",0x44a,"value")" ( (string_literal ""../../gold/expression.cc"" " string_content ") , number_literal , (string_literal ""value"" " string_content ") ))) ;) })) (expression_statement "pTVar1 = parameters->target_;" (assignment_expression "pTVar1 = parameters->target_" identifier = (field_expression "parameters->target_" identifier -> field_identifier)) ;) (if_statement "if (pTVar1 == (Target *)0x0) {\nLAB_00183c98:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x69,"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 "{\nLAB_00183c98:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x69,"target");\n }" { (labeled_statement "LAB_00183c98:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x69,"target");" statement_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 "pGVar2 = parameters->options_;" (assignment_expression "pGVar2 = parameters->options_" identifier = (field_expression "parameters->options_" identifier -> field_identifier)) ;) (if_statement "if (pGVar2 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }" if (parenthesized_expression "(pGVar2 == (General_options *)0x0)" ( (binary_expression "pGVar2 == (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 ") ))) ;) })) (expression_statement "uVar6 = *(uint *)((int)&(pGVar2->common_page_size_).value + 4);" (assignment_expression "uVar6 = *(uint *)((int)&(pGVar2->common_page_size_).value + 4)" identifier = (pointer_expression "*(uint *)((int)&(pGVar2->common_page_size_).value + 4)" * (cast_expression "(uint *)((int)&(pGVar2->common_page_size_).value + 4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&(pGVar2->common_page_size_).value + 4)" ( (binary_expression "(int)&(pGVar2->common_page_size_).value + 4" (cast_expression "(int)&(pGVar2->common_page_size_).value" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&(pGVar2->common_page_size_).value" & (field_expression "(pGVar2->common_page_size_).value" (parenthesized_expression "(pGVar2->common_page_size_)" ( (field_expression "pGVar2->common_page_size_" identifier -> field_identifier) )) . field_identifier))) + number_literal) ))))) ;) (expression_statement "uVar4 = (uint)(pGVar2->common_page_size_).value;" (assignment_expression "uVar4 = (uint)(pGVar2->common_page_size_).value" identifier = (field_expression "(uint)(pGVar2->common_page_size_).value" (call_expression "(uint)(pGVar2->common_page_size_)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(pGVar2->common_page_size_)" ( (field_expression "pGVar2->common_page_size_" identifier -> field_identifier) ))) . field_identifier)) ;) (expression_statement "uVar7 = (uint)(pGVar2->max_page_size_).value;" (assignment_expression "uVar7 = (uint)(pGVar2->max_page_size_).value" identifier = (field_expression "(uint)(pGVar2->max_page_size_).value" (call_expression "(uint)(pGVar2->max_page_size_)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(pGVar2->max_page_size_)" ( (field_expression "pGVar2->max_page_size_" identifier -> field_identifier) ))) . field_identifier)) ;) (expression_statement "uVar5 = *(uint *)((int)&(pGVar2->max_page_size_).value + 4);" (assignment_expression "uVar5 = *(uint *)((int)&(pGVar2->max_page_size_).value + 4)" identifier = (pointer_expression "*(uint *)((int)&(pGVar2->max_page_size_).value + 4)" * (cast_expression "(uint *)((int)&(pGVar2->max_page_size_).value + 4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&(pGVar2->max_page_size_).value + 4)" ( (binary_expression "(int)&(pGVar2->max_page_size_).value + 4" (cast_expression "(int)&(pGVar2->max_page_size_).value" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&(pGVar2->max_page_size_).value" & (field_expression "(pGVar2->max_page_size_).value" (parenthesized_expression "(pGVar2->max_page_size_)" ( (field_expression "pGVar2->max_page_size_" identifier -> field_identifier) )) . field_identifier))) + number_literal) ))))) ;) (if_statement "if (uVar6 == 0 && uVar4 == 0) {\n pTVar3 = pTVar1->pti_;\n if (uVar5 == 0 && uVar7 == 0) {\n uVar7 = (uint)pTVar3->abi_pagesize;\n uVar5 = *(uint *)((int)&pTVar3->abi_pagesize + 4);\n }\n uVar4 = (uint)pTVar3->common_pagesize;\n uVar6 = *(uint *)((int)&pTVar3->common_pagesize + 4);\n }\n else if (uVar5 == 0 && uVar7 == 0) {\n uVar7 = (uint)pTVar1->pti_->abi_pagesize;\n uVar5 = *(uint *)((int)&pTVar1->pti_->abi_pagesize + 4);\n }" if (parenthesized_expression "(uVar6 == 0 && uVar4 == 0)" ( (binary_expression "uVar6 == 0 && uVar4 == 0" (binary_expression "uVar6 == 0" identifier == number_literal) && (binary_expression "uVar4 == 0" identifier == number_literal)) )) (compound_statement "{\n pTVar3 = pTVar1->pti_;\n if (uVar5 == 0 && uVar7 == 0) {\n uVar7 = (uint)pTVar3->abi_pagesize;\n uVar5 = *(uint *)((int)&pTVar3->abi_pagesize + 4);\n }\n uVar4 = (uint)pTVar3->common_pagesize;\n uVar6 = *(uint *)((int)&pTVar3->common_pagesize + 4);\n }" { (expression_statement "pTVar3 = pTVar1->pti_;" (assignment_expression "pTVar3 = pTVar1->pti_" identifier = (field_expression "pTVar1->pti_" identifier -> field_identifier)) ;) (if_statement "if (uVar5 == 0 && uVar7 == 0) {\n uVar7 = (uint)pTVar3->abi_pagesize;\n uVar5 = *(uint *)((int)&pTVar3->abi_pagesize + 4);\n }" if (parenthesized_expression "(uVar5 == 0 && uVar7 == 0)" ( (binary_expression "uVar5 == 0 && uVar7 == 0" (binary_expression "uVar5 == 0" identifier == number_literal) && (binary_expression "uVar7 == 0" identifier == number_literal)) )) (compound_statement "{\n uVar7 = (uint)pTVar3->abi_pagesize;\n uVar5 = *(uint *)((int)&pTVar3->abi_pagesize + 4);\n }" { (expression_statement "uVar7 = (uint)pTVar3->abi_pagesize;" (assignment_expression "uVar7 = (uint)pTVar3->abi_pagesize" identifier = (cast_expression "(uint)pTVar3->abi_pagesize" ( (type_descriptor "uint" type_identifier) ) (field_expression "pTVar3->abi_pagesize" identifier -> field_identifier))) ;) (expression_statement "uVar5 = *(uint *)((int)&pTVar3->abi_pagesize + 4);" (assignment_expression "uVar5 = *(uint *)((int)&pTVar3->abi_pagesize + 4)" identifier = (pointer_expression "*(uint *)((int)&pTVar3->abi_pagesize + 4)" * (cast_expression "(uint *)((int)&pTVar3->abi_pagesize + 4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&pTVar3->abi_pagesize + 4)" ( (binary_expression "(int)&pTVar3->abi_pagesize + 4" (cast_expression "(int)&pTVar3->abi_pagesize" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&pTVar3->abi_pagesize" & (field_expression "pTVar3->abi_pagesize" identifier -> field_identifier))) + number_literal) ))))) ;) })) (expression_statement "uVar4 = (uint)pTVar3->common_pagesize;" (assignment_expression "uVar4 = (uint)pTVar3->common_pagesize" identifier = (cast_expression "(uint)pTVar3->common_pagesize" ( (type_descriptor "uint" type_identifier) ) (field_expression "pTVar3->common_pagesize" identifier -> field_identifier))) ;) (expression_statement "uVar6 = *(uint *)((int)&pTVar3->common_pagesize + 4);" (assignment_expression "uVar6 = *(uint *)((int)&pTVar3->common_pagesize + 4)" identifier = (pointer_expression "*(uint *)((int)&pTVar3->common_pagesize + 4)" * (cast_expression "(uint *)((int)&pTVar3->common_pagesize + 4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&pTVar3->common_pagesize + 4)" ( (binary_expression "(int)&pTVar3->common_pagesize + 4" (cast_expression "(int)&pTVar3->common_pagesize" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&pTVar3->common_pagesize" & (field_expression "pTVar3->common_pagesize" identifier -> field_identifier))) + number_literal) ))))) ;) }) (else_clause "else if (uVar5 == 0 && uVar7 == 0) {\n uVar7 = (uint)pTVar1->pti_->abi_pagesize;\n uVar5 = *(uint *)((int)&pTVar1->pti_->abi_pagesize + 4);\n }" else (if_statement "if (uVar5 == 0 && uVar7 == 0) {\n uVar7 = (uint)pTVar1->pti_->abi_pagesize;\n uVar5 = *(uint *)((int)&pTVar1->pti_->abi_pagesize + 4);\n }" if (parenthesized_expression "(uVar5 == 0 && uVar7 == 0)" ( (binary_expression "uVar5 == 0 && uVar7 == 0" (binary_expression "uVar5 == 0" identifier == number_literal) && (binary_expression "uVar7 == 0" identifier == number_literal)) )) (compound_statement "{\n uVar7 = (uint)pTVar1->pti_->abi_pagesize;\n uVar5 = *(uint *)((int)&pTVar1->pti_->abi_pagesize + 4);\n }" { (expression_statement "uVar7 = (uint)pTVar1->pti_->abi_pagesize;" (assignment_expression "uVar7 = (uint)pTVar1->pti_->abi_pagesize" identifier = (cast_expression "(uint)pTVar1->pti_->abi_pagesize" ( (type_descriptor "uint" type_identifier) ) (field_expression "pTVar1->pti_->abi_pagesize" (field_expression "pTVar1->pti_" identifier -> field_identifier) -> field_identifier))) ;) (expression_statement "uVar5 = *(uint *)((int)&pTVar1->pti_->abi_pagesize + 4);" (assignment_expression "uVar5 = *(uint *)((int)&pTVar1->pti_->abi_pagesize + 4)" identifier = (pointer_expression "*(uint *)((int)&pTVar1->pti_->abi_pagesize + 4)" * (cast_expression "(uint *)((int)&pTVar1->pti_->abi_pagesize + 4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&pTVar1->pti_->abi_pagesize + 4)" ( (binary_expression "(int)&pTVar1->pti_->abi_pagesize + 4" (cast_expression "(int)&pTVar1->pti_->abi_pagesize" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&pTVar1->pti_->abi_pagesize" & (field_expression "pTVar1->pti_->abi_pagesize" (field_expression "pTVar1->pti_" identifier -> field_identifier) -> field_identifier))) + number_literal) ))))) ;) })))) (if_statement "if (uVar5 < uVar6 || uVar5 - uVar6 < (uint)(uVar7 < uVar4)) {\n uVar4 = uVar7;\n uVar6 = uVar5;\n }" if (parenthesized_expression "(uVar5 < uVar6 || uVar5 - uVar6 < (uint)(uVar7 < uVar4))" ( (binary_expression "uVar5 < uVar6 || uVar5 - uVar6 < (uint)(uVar7 < uVar4)" (binary_expression "uVar5 < uVar6" identifier < identifier) || (binary_expression "uVar5 - uVar6 < (uint)(uVar7 < uVar4)" (binary_expression "uVar5 - uVar6" identifier - identifier) < (call_expression "(uint)(uVar7 < uVar4)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(uVar7 < uVar4)" ( (binary_expression "uVar7 < uVar4" identifier < identifier) ))))) )) (compound_statement "{\n uVar4 = uVar7;\n uVar6 = uVar5;\n }" { (expression_statement "uVar4 = uVar7;" (assignment_expression "uVar4 = uVar7" identifier = identifier) ;) (expression_statement "uVar6 = uVar5;" (assignment_expression "uVar6 = uVar5" identifier = identifier) ;) })) }))) (return_statement "return CONCAT44(uVar6,uVar4);" return (call_expression "CONCAT44(uVar6,uVar4)" identifier (argument_list "(uVar6,uVar4)" ( identifier , identifier ))) ;) })))
(translation_unit "undefined8\nFUN_00183bb0(int param_1,undefined1 param_2,undefined4 param_3,undefined4 param_4,int param_5,\n int *param_6,undefined4 param_7,undefined4 param_8,undefined4 param_9,\n undefined4 param_10,char param_11,char *param_12)\n\n{\n int iVar1;\n uint uVar2;\n uint uVar3;\n uint uVar4;\n int iVar5;\n uint uVar6;\n int unaff_EBP;\n int *unaff_ESI;\n undefined8 uVar7;\n char cStack_59;\n undefined1 auStack_58 [8];\n undefined1 uStack_50;\n undefined1 uStack_4f;\n undefined4 uStack_4c;\n undefined4 uStack_48;\n int iStack_44;\n int *piStack_40;\n undefined4 uStack_3c;\n undefined4 uStack_38;\n undefined4 uStack_34;\n undefined4 uStack_30;\n char *pcStack_2c;\n undefined4 uStack_20;\n undefined **ppuStack_1c;\n \n if (*(int *)(param_1 + 4) == 0) {\n if (*(int *)(DAT_0033f2f0 + 0xc) == 0) goto LAB_00183c98;\n iVar5 = *(int *)(DAT_0033f2f0 + 8);\n if (iVar5 == 0) {\n FUN_00183a10();\n FUN_00058c4e();\n uStack_48 = param_4;\n iStack_44 = param_5;\n uStack_50 = (undefined1)param_1;\n uStack_4f = param_2;\n uStack_4c = param_3;\n if (param_6 != (int *)0x0) {\n *param_6 = 0;\n }\n piStack_40 = param_6;\n cStack_59 = '\x01';\n uStack_38 = param_8;\n uStack_34 = param_9;\n uStack_30 = param_10;\n uStack_3c = param_7;\n pcStack_2c = &cStack_59;\n ppuStack_1c = &__DT_PLTGOT;\n uVar7 = (**(code **)(*unaff_ESI + 0xc))(unaff_ESI,auStack_58);\n iVar5 = (int)((ulonglong)uVar7 >> 0x20);\n uVar2 = (uint)uVar7;\n if (param_12 == (char *)0x0) {\n if (cStack_59 == '\0') {\n \n FUN_0008b620(unaff_EBP + 0xe41bc,0x9c,unaff_EBP + 0xe46ca,param_6);\n }\n }\n else {\n *param_12 = cStack_59;\n }\n if ((param_11 == '\0') || (*param_6 != 0)) {\n return uVar7;\n }\n if (param_5 == 0) {\n \n FUN_0008b620(unaff_EBP + 0xe41bc,0xa2,unaff_EBP + 0xe46ca,iVar5);\n }\n if ((*(byte *)(param_5 + 0x1c) & 1) == 0) {\n \n FUN_0008b620(unaff_EBP + 0xc7667,0xc5,unaff_EBP + 0xe46ba,uVar2);\n }\n uVar4 = *(uint *)(param_5 + 4);\n uVar6 = *(uint *)(param_5 + 4);\n iVar1 = *(int *)(param_5 + 8);\n *param_6 = param_5;\n return CONCAT44(iVar5 + iVar1 + (uint)CARRY4(uVar2,uVar4),uVar2 + uVar6);\n }\n uVar2 = *(uint *)(iVar5 + 0x5218);\n uVar4 = *(uint *)(iVar5 + 0x521c);\n if (uVar4 == 0 && uVar2 == 0) {\n return *(undefined8 *)(*(int *)(*(int *)(DAT_0033f2f0 + 0xc) + 4) + 0x20);\n }\n }\n else {\n if (*(int *)(param_1 + 4) != 1) {\n ppuStack_1c = (undefined **)0x267eb2;\n \n uStack_20 = 0x183cc7;\n FUN_0008b620();\n }\n iVar5 = *(int *)(DAT_0033f2f0 + 0xc);\n if (iVar5 == 0) {\nLAB_00183c98:\n ppuStack_1c = (undefined **)0x24626d;\n \n uStack_20 = 0x183cae;\n FUN_0008b620();\n }\n iVar1 = *(int *)(DAT_0033f2f0 + 8);\n if (iVar1 == 0) {\n ppuStack_1c = (undefined **)0x24626d;\n \n uStack_20 = 0x183cdd;\n FUN_0008b620();\n }\n uVar4 = *(uint *)(iVar1 + 0x4e74);\n uVar2 = *(uint *)(iVar1 + 0x4e70);\n uVar6 = *(uint *)(iVar1 + 0x5218);\n uVar3 = *(uint *)(iVar1 + 0x521c);\n if (uVar4 == 0 && uVar2 == 0) {\n iVar5 = *(int *)(iVar5 + 4);\n if (uVar3 == 0 && uVar6 == 0) {\n uVar6 = *(uint *)(iVar5 + 0x20);\n uVar3 = *(uint *)(iVar5 + 0x24);\n }\n uVar2 = *(uint *)(iVar5 + 0x28);\n uVar4 = *(uint *)(iVar5 + 0x2c);\n }\n else if (uVar3 == 0 && uVar6 == 0) {\n uVar6 = *(uint *)(*(int *)(iVar5 + 4) + 0x20);\n uVar3 = *(uint *)(*(int *)(iVar5 + 4) + 0x24);\n }\n if (uVar3 < uVar4 || uVar3 - uVar4 < (uint)(uVar6 < uVar2)) {\n uVar2 = uVar6;\n uVar4 = uVar3;\n }\n }\n return CONCAT44(uVar4,uVar2);\n}\n\n" (function_definition "undefined8\nFUN_00183bb0(int param_1,undefined1 param_2,undefined4 param_3,undefined4 param_4,int param_5,\n int *param_6,undefined4 param_7,undefined4 param_8,undefined4 param_9,\n undefined4 param_10,char param_11,char *param_12)\n\n{\n int iVar1;\n uint uVar2;\n uint uVar3;\n uint uVar4;\n int iVar5;\n uint uVar6;\n int unaff_EBP;\n int *unaff_ESI;\n undefined8 uVar7;\n char cStack_59;\n undefined1 auStack_58 [8];\n undefined1 uStack_50;\n undefined1 uStack_4f;\n undefined4 uStack_4c;\n undefined4 uStack_48;\n int iStack_44;\n int *piStack_40;\n undefined4 uStack_3c;\n undefined4 uStack_38;\n undefined4 uStack_34;\n undefined4 uStack_30;\n char *pcStack_2c;\n undefined4 uStack_20;\n undefined **ppuStack_1c;\n \n if (*(int *)(param_1 + 4) == 0) {\n if (*(int *)(DAT_0033f2f0 + 0xc) == 0) goto LAB_00183c98;\n iVar5 = *(int *)(DAT_0033f2f0 + 8);\n if (iVar5 == 0) {\n FUN_00183a10();\n FUN_00058c4e();\n uStack_48 = param_4;\n iStack_44 = param_5;\n uStack_50 = (undefined1)param_1;\n uStack_4f = param_2;\n uStack_4c = param_3;\n if (param_6 != (int *)0x0) {\n *param_6 = 0;\n }\n piStack_40 = param_6;\n cStack_59 = '\x01';\n uStack_38 = param_8;\n uStack_34 = param_9;\n uStack_30 = param_10;\n uStack_3c = param_7;\n pcStack_2c = &cStack_59;\n ppuStack_1c = &__DT_PLTGOT;\n uVar7 = (**(code **)(*unaff_ESI + 0xc))(unaff_ESI,auStack_58);\n iVar5 = (int)((ulonglong)uVar7 >> 0x20);\n uVar2 = (uint)uVar7;\n if (param_12 == (char *)0x0) {\n if (cStack_59 == '\0') {\n \n FUN_0008b620(unaff_EBP + 0xe41bc,0x9c,unaff_EBP + 0xe46ca,param_6);\n }\n }\n else {\n *param_12 = cStack_59;\n }\n if ((param_11 == '\0') || (*param_6 != 0)) {\n return uVar7;\n }\n if (param_5 == 0) {\n \n FUN_0008b620(unaff_EBP + 0xe41bc,0xa2,unaff_EBP + 0xe46ca,iVar5);\n }\n if ((*(byte *)(param_5 + 0x1c) & 1) == 0) {\n \n FUN_0008b620(unaff_EBP + 0xc7667,0xc5,unaff_EBP + 0xe46ba,uVar2);\n }\n uVar4 = *(uint *)(param_5 + 4);\n uVar6 = *(uint *)(param_5 + 4);\n iVar1 = *(int *)(param_5 + 8);\n *param_6 = param_5;\n return CONCAT44(iVar5 + iVar1 + (uint)CARRY4(uVar2,uVar4),uVar2 + uVar6);\n }\n uVar2 = *(uint *)(iVar5 + 0x5218);\n uVar4 = *(uint *)(iVar5 + 0x521c);\n if (uVar4 == 0 && uVar2 == 0) {\n return *(undefined8 *)(*(int *)(*(int *)(DAT_0033f2f0 + 0xc) + 4) + 0x20);\n }\n }\n else {\n if (*(int *)(param_1 + 4) != 1) {\n ppuStack_1c = (undefined **)0x267eb2;\n \n uStack_20 = 0x183cc7;\n FUN_0008b620();\n }\n iVar5 = *(int *)(DAT_0033f2f0 + 0xc);\n if (iVar5 == 0) {\nLAB_00183c98:\n ppuStack_1c = (undefined **)0x24626d;\n \n uStack_20 = 0x183cae;\n FUN_0008b620();\n }\n iVar1 = *(int *)(DAT_0033f2f0 + 8);\n if (iVar1 == 0) {\n ppuStack_1c = (undefined **)0x24626d;\n \n uStack_20 = 0x183cdd;\n FUN_0008b620();\n }\n uVar4 = *(uint *)(iVar1 + 0x4e74);\n uVar2 = *(uint *)(iVar1 + 0x4e70);\n uVar6 = *(uint *)(iVar1 + 0x5218);\n uVar3 = *(uint *)(iVar1 + 0x521c);\n if (uVar4 == 0 && uVar2 == 0) {\n iVar5 = *(int *)(iVar5 + 4);\n if (uVar3 == 0 && uVar6 == 0) {\n uVar6 = *(uint *)(iVar5 + 0x20);\n uVar3 = *(uint *)(iVar5 + 0x24);\n }\n uVar2 = *(uint *)(iVar5 + 0x28);\n uVar4 = *(uint *)(iVar5 + 0x2c);\n }\n else if (uVar3 == 0 && uVar6 == 0) {\n uVar6 = *(uint *)(*(int *)(iVar5 + 4) + 0x20);\n uVar3 = *(uint *)(*(int *)(iVar5 + 4) + 0x24);\n }\n if (uVar3 < uVar4 || uVar3 - uVar4 < (uint)(uVar6 < uVar2)) {\n uVar2 = uVar6;\n uVar4 = uVar3;\n }\n }\n return CONCAT44(uVar4,uVar2);\n}" type_identifier (function_declarator "FUN_00183bb0(int param_1,undefined1 param_2,undefined4 param_3,undefined4 param_4,int param_5,\n int *param_6,undefined4 param_7,undefined4 param_8,undefined4 param_9,\n undefined4 param_10,char param_11,char *param_12)" identifier (parameter_list "(int param_1,undefined1 param_2,undefined4 param_3,undefined4 param_4,int param_5,\n int *param_6,undefined4 param_7,undefined4 param_8,undefined4 param_9,\n undefined4 param_10,char param_11,char *param_12)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "undefined1 param_2" type_identifier identifier) , (parameter_declaration "undefined4 param_3" type_identifier identifier) , (parameter_declaration "undefined4 param_4" type_identifier identifier) , (parameter_declaration "int param_5" primitive_type identifier) , (parameter_declaration "int *param_6" primitive_type (pointer_declarator "*param_6" * identifier)) , (parameter_declaration "undefined4 param_7" type_identifier identifier) , (parameter_declaration "undefined4 param_8" type_identifier identifier) , (parameter_declaration "undefined4 param_9" type_identifier identifier) , (parameter_declaration "undefined4 param_10" type_identifier identifier) , (parameter_declaration "char param_11" primitive_type identifier) , (parameter_declaration "char *param_12" primitive_type (pointer_declarator "*param_12" * identifier)) ))) (compound_statement "{\n int iVar1;\n uint uVar2;\n uint uVar3;\n uint uVar4;\n int iVar5;\n uint uVar6;\n int unaff_EBP;\n int *unaff_ESI;\n undefined8 uVar7;\n char cStack_59;\n undefined1 auStack_58 [8];\n undefined1 uStack_50;\n undefined1 uStack_4f;\n undefined4 uStack_4c;\n undefined4 uStack_48;\n int iStack_44;\n int *piStack_40;\n undefined4 uStack_3c;\n undefined4 uStack_38;\n undefined4 uStack_34;\n undefined4 uStack_30;\n char *pcStack_2c;\n undefined4 uStack_20;\n undefined **ppuStack_1c;\n \n if (*(int *)(param_1 + 4) == 0) {\n if (*(int *)(DAT_0033f2f0 + 0xc) == 0) goto LAB_00183c98;\n iVar5 = *(int *)(DAT_0033f2f0 + 8);\n if (iVar5 == 0) {\n FUN_00183a10();\n FUN_00058c4e();\n uStack_48 = param_4;\n iStack_44 = param_5;\n uStack_50 = (undefined1)param_1;\n uStack_4f = param_2;\n uStack_4c = param_3;\n if (param_6 != (int *)0x0) {\n *param_6 = 0;\n }\n piStack_40 = param_6;\n cStack_59 = '\x01';\n uStack_38 = param_8;\n uStack_34 = param_9;\n uStack_30 = param_10;\n uStack_3c = param_7;\n pcStack_2c = &cStack_59;\n ppuStack_1c = &__DT_PLTGOT;\n uVar7 = (**(code **)(*unaff_ESI + 0xc))(unaff_ESI,auStack_58);\n iVar5 = (int)((ulonglong)uVar7 >> 0x20);\n uVar2 = (uint)uVar7;\n if (param_12 == (char *)0x0) {\n if (cStack_59 == '\0') {\n \n FUN_0008b620(unaff_EBP + 0xe41bc,0x9c,unaff_EBP + 0xe46ca,param_6);\n }\n }\n else {\n *param_12 = cStack_59;\n }\n if ((param_11 == '\0') || (*param_6 != 0)) {\n return uVar7;\n }\n if (param_5 == 0) {\n \n FUN_0008b620(unaff_EBP + 0xe41bc,0xa2,unaff_EBP + 0xe46ca,iVar5);\n }\n if ((*(byte *)(param_5 + 0x1c) & 1) == 0) {\n \n FUN_0008b620(unaff_EBP + 0xc7667,0xc5,unaff_EBP + 0xe46ba,uVar2);\n }\n uVar4 = *(uint *)(param_5 + 4);\n uVar6 = *(uint *)(param_5 + 4);\n iVar1 = *(int *)(param_5 + 8);\n *param_6 = param_5;\n return CONCAT44(iVar5 + iVar1 + (uint)CARRY4(uVar2,uVar4),uVar2 + uVar6);\n }\n uVar2 = *(uint *)(iVar5 + 0x5218);\n uVar4 = *(uint *)(iVar5 + 0x521c);\n if (uVar4 == 0 && uVar2 == 0) {\n return *(undefined8 *)(*(int *)(*(int *)(DAT_0033f2f0 + 0xc) + 4) + 0x20);\n }\n }\n else {\n if (*(int *)(param_1 + 4) != 1) {\n ppuStack_1c = (undefined **)0x267eb2;\n \n uStack_20 = 0x183cc7;\n FUN_0008b620();\n }\n iVar5 = *(int *)(DAT_0033f2f0 + 0xc);\n if (iVar5 == 0) {\nLAB_00183c98:\n ppuStack_1c = (undefined **)0x24626d;\n \n uStack_20 = 0x183cae;\n FUN_0008b620();\n }\n iVar1 = *(int *)(DAT_0033f2f0 + 8);\n if (iVar1 == 0) {\n ppuStack_1c = (undefined **)0x24626d;\n \n uStack_20 = 0x183cdd;\n FUN_0008b620();\n }\n uVar4 = *(uint *)(iVar1 + 0x4e74);\n uVar2 = *(uint *)(iVar1 + 0x4e70);\n uVar6 = *(uint *)(iVar1 + 0x5218);\n uVar3 = *(uint *)(iVar1 + 0x521c);\n if (uVar4 == 0 && uVar2 == 0) {\n iVar5 = *(int *)(iVar5 + 4);\n if (uVar3 == 0 && uVar6 == 0) {\n uVar6 = *(uint *)(iVar5 + 0x20);\n uVar3 = *(uint *)(iVar5 + 0x24);\n }\n uVar2 = *(uint *)(iVar5 + 0x28);\n uVar4 = *(uint *)(iVar5 + 0x2c);\n }\n else if (uVar3 == 0 && uVar6 == 0) {\n uVar6 = *(uint *)(*(int *)(iVar5 + 4) + 0x20);\n uVar3 = *(uint *)(*(int *)(iVar5 + 4) + 0x24);\n }\n if (uVar3 < uVar4 || uVar3 - uVar4 < (uint)(uVar6 < uVar2)) {\n uVar2 = uVar6;\n uVar4 = uVar3;\n }\n }\n return CONCAT44(uVar4,uVar2);\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "uint uVar2;" type_identifier identifier ;) (declaration "uint uVar3;" type_identifier identifier ;) (declaration "uint uVar4;" type_identifier identifier ;) (declaration "int iVar5;" primitive_type identifier ;) (declaration "uint uVar6;" type_identifier identifier ;) (declaration "int unaff_EBP;" primitive_type identifier ;) (declaration "int *unaff_ESI;" primitive_type (pointer_declarator "*unaff_ESI" * identifier) ;) (declaration "undefined8 uVar7;" type_identifier identifier ;) (declaration "char cStack_59;" primitive_type identifier ;) (declaration "undefined1 auStack_58 [8];" type_identifier (array_declarator "auStack_58 [8]" identifier [ number_literal ]) ;) (declaration "undefined1 uStack_50;" type_identifier identifier ;) (declaration "undefined1 uStack_4f;" type_identifier identifier ;) (declaration "undefined4 uStack_4c;" type_identifier identifier ;) (declaration "undefined4 uStack_48;" type_identifier identifier ;) (declaration "int iStack_44;" primitive_type identifier ;) (declaration "int *piStack_40;" primitive_type (pointer_declarator "*piStack_40" * identifier) ;) (declaration "undefined4 uStack_3c;" type_identifier identifier ;) (declaration "undefined4 uStack_38;" type_identifier identifier ;) (declaration "undefined4 uStack_34;" type_identifier identifier ;) (declaration "undefined4 uStack_30;" type_identifier identifier ;) (declaration "char *pcStack_2c;" primitive_type (pointer_declarator "*pcStack_2c" * identifier) ;) (declaration "undefined4 uStack_20;" type_identifier identifier ;) (declaration "undefined **ppuStack_1c;" type_identifier (pointer_declarator "**ppuStack_1c" * (pointer_declarator "*ppuStack_1c" * identifier)) ;) (if_statement "if (*(int *)(param_1 + 4) == 0) {\n if (*(int *)(DAT_0033f2f0 + 0xc) == 0) goto LAB_00183c98;\n iVar5 = *(int *)(DAT_0033f2f0 + 8);\n if (iVar5 == 0) {\n FUN_00183a10();\n FUN_00058c4e();\n uStack_48 = param_4;\n iStack_44 = param_5;\n uStack_50 = (undefined1)param_1;\n uStack_4f = param_2;\n uStack_4c = param_3;\n if (param_6 != (int *)0x0) {\n *param_6 = 0;\n }\n piStack_40 = param_6;\n cStack_59 = '\x01';\n uStack_38 = param_8;\n uStack_34 = param_9;\n uStack_30 = param_10;\n uStack_3c = param_7;\n pcStack_2c = &cStack_59;\n ppuStack_1c = &__DT_PLTGOT;\n uVar7 = (**(code **)(*unaff_ESI + 0xc))(unaff_ESI,auStack_58);\n iVar5 = (int)((ulonglong)uVar7 >> 0x20);\n uVar2 = (uint)uVar7;\n if (param_12 == (char *)0x0) {\n if (cStack_59 == '\0') {\n \n FUN_0008b620(unaff_EBP + 0xe41bc,0x9c,unaff_EBP + 0xe46ca,param_6);\n }\n }\n else {\n *param_12 = cStack_59;\n }\n if ((param_11 == '\0') || (*param_6 != 0)) {\n return uVar7;\n }\n if (param_5 == 0) {\n \n FUN_0008b620(unaff_EBP + 0xe41bc,0xa2,unaff_EBP + 0xe46ca,iVar5);\n }\n if ((*(byte *)(param_5 + 0x1c) & 1) == 0) {\n \n FUN_0008b620(unaff_EBP + 0xc7667,0xc5,unaff_EBP + 0xe46ba,uVar2);\n }\n uVar4 = *(uint *)(param_5 + 4);\n uVar6 = *(uint *)(param_5 + 4);\n iVar1 = *(int *)(param_5 + 8);\n *param_6 = param_5;\n return CONCAT44(iVar5 + iVar1 + (uint)CARRY4(uVar2,uVar4),uVar2 + uVar6);\n }\n uVar2 = *(uint *)(iVar5 + 0x5218);\n uVar4 = *(uint *)(iVar5 + 0x521c);\n if (uVar4 == 0 && uVar2 == 0) {\n return *(undefined8 *)(*(int *)(*(int *)(DAT_0033f2f0 + 0xc) + 4) + 0x20);\n }\n }\n else {\n if (*(int *)(param_1 + 4) != 1) {\n ppuStack_1c = (undefined **)0x267eb2;\n \n uStack_20 = 0x183cc7;\n FUN_0008b620();\n }\n iVar5 = *(int *)(DAT_0033f2f0 + 0xc);\n if (iVar5 == 0) {\nLAB_00183c98:\n ppuStack_1c = (undefined **)0x24626d;\n \n uStack_20 = 0x183cae;\n FUN_0008b620();\n }\n iVar1 = *(int *)(DAT_0033f2f0 + 8);\n if (iVar1 == 0) {\n ppuStack_1c = (undefined **)0x24626d;\n \n uStack_20 = 0x183cdd;\n FUN_0008b620();\n }\n uVar4 = *(uint *)(iVar1 + 0x4e74);\n uVar2 = *(uint *)(iVar1 + 0x4e70);\n uVar6 = *(uint *)(iVar1 + 0x5218);\n uVar3 = *(uint *)(iVar1 + 0x521c);\n if (uVar4 == 0 && uVar2 == 0) {\n iVar5 = *(int *)(iVar5 + 4);\n if (uVar3 == 0 && uVar6 == 0) {\n uVar6 = *(uint *)(iVar5 + 0x20);\n uVar3 = *(uint *)(iVar5 + 0x24);\n }\n uVar2 = *(uint *)(iVar5 + 0x28);\n uVar4 = *(uint *)(iVar5 + 0x2c);\n }\n else if (uVar3 == 0 && uVar6 == 0) {\n uVar6 = *(uint *)(*(int *)(iVar5 + 4) + 0x20);\n uVar3 = *(uint *)(*(int *)(iVar5 + 4) + 0x24);\n }\n if (uVar3 < uVar4 || uVar3 - uVar4 < (uint)(uVar6 < uVar2)) {\n uVar2 = uVar6;\n uVar4 = uVar3;\n }\n }" if (parenthesized_expression "(*(int *)(param_1 + 4) == 0)" ( (binary_expression "*(int *)(param_1 + 4) == 0" (pointer_expression "*(int *)(param_1 + 4)" * (cast_expression "(int *)(param_1 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 4)" ( (binary_expression "param_1 + 4" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n if (*(int *)(DAT_0033f2f0 + 0xc) == 0) goto LAB_00183c98;\n iVar5 = *(int *)(DAT_0033f2f0 + 8);\n if (iVar5 == 0) {\n FUN_00183a10();\n FUN_00058c4e();\n uStack_48 = param_4;\n iStack_44 = param_5;\n uStack_50 = (undefined1)param_1;\n uStack_4f = param_2;\n uStack_4c = param_3;\n if (param_6 != (int *)0x0) {\n *param_6 = 0;\n }\n piStack_40 = param_6;\n cStack_59 = '\x01';\n uStack_38 = param_8;\n uStack_34 = param_9;\n uStack_30 = param_10;\n uStack_3c = param_7;\n pcStack_2c = &cStack_59;\n ppuStack_1c = &__DT_PLTGOT;\n uVar7 = (**(code **)(*unaff_ESI + 0xc))(unaff_ESI,auStack_58);\n iVar5 = (int)((ulonglong)uVar7 >> 0x20);\n uVar2 = (uint)uVar7;\n if (param_12 == (char *)0x0) {\n if (cStack_59 == '\0') {\n \n FUN_0008b620(unaff_EBP + 0xe41bc,0x9c,unaff_EBP + 0xe46ca,param_6);\n }\n }\n else {\n *param_12 = cStack_59;\n }\n if ((param_11 == '\0') || (*param_6 != 0)) {\n return uVar7;\n }\n if (param_5 == 0) {\n \n FUN_0008b620(unaff_EBP + 0xe41bc,0xa2,unaff_EBP + 0xe46ca,iVar5);\n }\n if ((*(byte *)(param_5 + 0x1c) & 1) == 0) {\n \n FUN_0008b620(unaff_EBP + 0xc7667,0xc5,unaff_EBP + 0xe46ba,uVar2);\n }\n uVar4 = *(uint *)(param_5 + 4);\n uVar6 = *(uint *)(param_5 + 4);\n iVar1 = *(int *)(param_5 + 8);\n *param_6 = param_5;\n return CONCAT44(iVar5 + iVar1 + (uint)CARRY4(uVar2,uVar4),uVar2 + uVar6);\n }\n uVar2 = *(uint *)(iVar5 + 0x5218);\n uVar4 = *(uint *)(iVar5 + 0x521c);\n if (uVar4 == 0 && uVar2 == 0) {\n return *(undefined8 *)(*(int *)(*(int *)(DAT_0033f2f0 + 0xc) + 4) + 0x20);\n }\n }" { (if_statement "if (*(int *)(DAT_0033f2f0 + 0xc) == 0) goto LAB_00183c98;" if (parenthesized_expression "(*(int *)(DAT_0033f2f0 + 0xc) == 0)" ( (binary_expression "*(int *)(DAT_0033f2f0 + 0xc) == 0" (pointer_expression "*(int *)(DAT_0033f2f0 + 0xc)" * (cast_expression "(int *)(DAT_0033f2f0 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_0033f2f0 + 0xc)" ( (binary_expression "DAT_0033f2f0 + 0xc" identifier + number_literal) )))) == number_literal) )) (goto_statement "goto LAB_00183c98;" goto statement_identifier ;)) (expression_statement "iVar5 = *(int *)(DAT_0033f2f0 + 8);" (assignment_expression "iVar5 = *(int *)(DAT_0033f2f0 + 8)" identifier = (pointer_expression "*(int *)(DAT_0033f2f0 + 8)" * (cast_expression "(int *)(DAT_0033f2f0 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_0033f2f0 + 8)" ( (binary_expression "DAT_0033f2f0 + 8" identifier + number_literal) ))))) ;) (if_statement "if (iVar5 == 0) {\n FUN_00183a10();\n FUN_00058c4e();\n uStack_48 = param_4;\n iStack_44 = param_5;\n uStack_50 = (undefined1)param_1;\n uStack_4f = param_2;\n uStack_4c = param_3;\n if (param_6 != (int *)0x0) {\n *param_6 = 0;\n }\n piStack_40 = param_6;\n cStack_59 = '\x01';\n uStack_38 = param_8;\n uStack_34 = param_9;\n uStack_30 = param_10;\n uStack_3c = param_7;\n pcStack_2c = &cStack_59;\n ppuStack_1c = &__DT_PLTGOT;\n uVar7 = (**(code **)(*unaff_ESI + 0xc))(unaff_ESI,auStack_58);\n iVar5 = (int)((ulonglong)uVar7 >> 0x20);\n uVar2 = (uint)uVar7;\n if (param_12 == (char *)0x0) {\n if (cStack_59 == '\0') {\n \n FUN_0008b620(unaff_EBP + 0xe41bc,0x9c,unaff_EBP + 0xe46ca,param_6);\n }\n }\n else {\n *param_12 = cStack_59;\n }\n if ((param_11 == '\0') || (*param_6 != 0)) {\n return uVar7;\n }\n if (param_5 == 0) {\n \n FUN_0008b620(unaff_EBP + 0xe41bc,0xa2,unaff_EBP + 0xe46ca,iVar5);\n }\n if ((*(byte *)(param_5 + 0x1c) & 1) == 0) {\n \n FUN_0008b620(unaff_EBP + 0xc7667,0xc5,unaff_EBP + 0xe46ba,uVar2);\n }\n uVar4 = *(uint *)(param_5 + 4);\n uVar6 = *(uint *)(param_5 + 4);\n iVar1 = *(int *)(param_5 + 8);\n *param_6 = param_5;\n return CONCAT44(iVar5 + iVar1 + (uint)CARRY4(uVar2,uVar4),uVar2 + uVar6);\n }" if (parenthesized_expression "(iVar5 == 0)" ( (binary_expression "iVar5 == 0" identifier == number_literal) )) (compound_statement "{\n FUN_00183a10();\n FUN_00058c4e();\n uStack_48 = param_4;\n iStack_44 = param_5;\n uStack_50 = (undefined1)param_1;\n uStack_4f = param_2;\n uStack_4c = param_3;\n if (param_6 != (int *)0x0) {\n *param_6 = 0;\n }\n piStack_40 = param_6;\n cStack_59 = '\x01';\n uStack_38 = param_8;\n uStack_34 = param_9;\n uStack_30 = param_10;\n uStack_3c = param_7;\n pcStack_2c = &cStack_59;\n ppuStack_1c = &__DT_PLTGOT;\n uVar7 = (**(code **)(*unaff_ESI + 0xc))(unaff_ESI,auStack_58);\n iVar5 = (int)((ulonglong)uVar7 >> 0x20);\n uVar2 = (uint)uVar7;\n if (param_12 == (char *)0x0) {\n if (cStack_59 == '\0') {\n \n FUN_0008b620(unaff_EBP + 0xe41bc,0x9c,unaff_EBP + 0xe46ca,param_6);\n }\n }\n else {\n *param_12 = cStack_59;\n }\n if ((param_11 == '\0') || (*param_6 != 0)) {\n return uVar7;\n }\n if (param_5 == 0) {\n \n FUN_0008b620(unaff_EBP + 0xe41bc,0xa2,unaff_EBP + 0xe46ca,iVar5);\n }\n if ((*(byte *)(param_5 + 0x1c) & 1) == 0) {\n \n FUN_0008b620(unaff_EBP + 0xc7667,0xc5,unaff_EBP + 0xe46ba,uVar2);\n }\n uVar4 = *(uint *)(param_5 + 4);\n uVar6 = *(uint *)(param_5 + 4);\n iVar1 = *(int *)(param_5 + 8);\n *param_6 = param_5;\n return CONCAT44(iVar5 + iVar1 + (uint)CARRY4(uVar2,uVar4),uVar2 + uVar6);\n }" { (expression_statement "FUN_00183a10();" (call_expression "FUN_00183a10()" identifier (argument_list "()" ( ))) ;) (expression_statement "FUN_00058c4e();" (call_expression "FUN_00058c4e()" identifier (argument_list "()" ( ))) ;) (expression_statement "uStack_48 = param_4;" (assignment_expression "uStack_48 = param_4" identifier = identifier) ;) (expression_statement "iStack_44 = param_5;" (assignment_expression "iStack_44 = param_5" identifier = identifier) ;) (expression_statement "uStack_50 = (undefined1)param_1;" (assignment_expression "uStack_50 = (undefined1)param_1" identifier = (cast_expression "(undefined1)param_1" ( (type_descriptor "undefined1" type_identifier) ) identifier)) ;) (expression_statement "uStack_4f = param_2;" (assignment_expression "uStack_4f = param_2" identifier = identifier) ;) (expression_statement "uStack_4c = param_3;" (assignment_expression "uStack_4c = param_3" identifier = identifier) ;) (if_statement "if (param_6 != (int *)0x0) {\n *param_6 = 0;\n }" if (parenthesized_expression "(param_6 != (int *)0x0)" ( (binary_expression "param_6 != (int *)0x0" identifier != (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n *param_6 = 0;\n }" { (expression_statement "*param_6 = 0;" (assignment_expression "*param_6 = 0" (pointer_expression "*param_6" * identifier) = number_literal) ;) })) (expression_statement "piStack_40 = param_6;" (assignment_expression "piStack_40 = param_6" identifier = identifier) ;) (expression_statement "cStack_59 = '\x01';" (assignment_expression "cStack_59 = '\x01'" identifier = (char_literal "'\x01'" ' escape_sequence ')) ;) (expression_statement "uStack_38 = param_8;" (assignment_expression "uStack_38 = param_8" identifier = identifier) ;) (expression_statement "uStack_34 = param_9;" (assignment_expression "uStack_34 = param_9" identifier = identifier) ;) (expression_statement "uStack_30 = param_10;" (assignment_expression "uStack_30 = param_10" identifier = identifier) ;) (expression_statement "uStack_3c = param_7;" (assignment_expression "uStack_3c = param_7" identifier = identifier) ;) (expression_statement "pcStack_2c = &cStack_59;" (assignment_expression "pcStack_2c = &cStack_59" identifier = (pointer_expression "&cStack_59" & identifier)) ;) (expression_statement "ppuStack_1c = &__DT_PLTGOT;" (assignment_expression "ppuStack_1c = &__DT_PLTGOT" identifier = (pointer_expression "&__DT_PLTGOT" & identifier)) ;) (expression_statement "uVar7 = (**(code **)(*unaff_ESI + 0xc))(unaff_ESI,auStack_58);" (assignment_expression "uVar7 = (**(code **)(*unaff_ESI + 0xc))(unaff_ESI,auStack_58)" identifier = (call_expression "(**(code **)(*unaff_ESI + 0xc))(unaff_ESI,auStack_58)" (parenthesized_expression "(**(code **)(*unaff_ESI + 0xc))" ( (pointer_expression "**(code **)(*unaff_ESI + 0xc)" * (pointer_expression "*(code **)(*unaff_ESI + 0xc)" * (cast_expression "(code **)(*unaff_ESI + 0xc)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*unaff_ESI + 0xc)" ( (binary_expression "*unaff_ESI + 0xc" (pointer_expression "*unaff_ESI" * identifier) + number_literal) ))))) )) (argument_list "(unaff_ESI,auStack_58)" ( identifier , identifier )))) ;) (expression_statement "iVar5 = (int)((ulonglong)uVar7 >> 0x20);" (assignment_expression "iVar5 = (int)((ulonglong)uVar7 >> 0x20)" identifier = (cast_expression "(int)((ulonglong)uVar7 >> 0x20)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "((ulonglong)uVar7 >> 0x20)" ( (binary_expression "(ulonglong)uVar7 >> 0x20" (cast_expression "(ulonglong)uVar7" ( (type_descriptor "ulonglong" type_identifier) ) identifier) >> number_literal) )))) ;) (expression_statement "uVar2 = (uint)uVar7;" (assignment_expression "uVar2 = (uint)uVar7" identifier = (cast_expression "(uint)uVar7" ( (type_descriptor "uint" type_identifier) ) identifier)) ;) (if_statement "if (param_12 == (char *)0x0) {\n if (cStack_59 == '\0') {\n \n FUN_0008b620(unaff_EBP + 0xe41bc,0x9c,unaff_EBP + 0xe46ca,param_6);\n }\n }\n else {\n *param_12 = cStack_59;\n }" if (parenthesized_expression "(param_12 == (char *)0x0)" ( (binary_expression "param_12 == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n if (cStack_59 == '\0') {\n \n FUN_0008b620(unaff_EBP + 0xe41bc,0x9c,unaff_EBP + 0xe46ca,param_6);\n }\n }" { (if_statement "if (cStack_59 == '\0') {\n \n FUN_0008b620(unaff_EBP + 0xe41bc,0x9c,unaff_EBP + 0xe46ca,param_6);\n }" if (parenthesized_expression "(cStack_59 == '\0')" ( (binary_expression "cStack_59 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n \n FUN_0008b620(unaff_EBP + 0xe41bc,0x9c,unaff_EBP + 0xe46ca,param_6);\n }" { (expression_statement "FUN_0008b620(unaff_EBP + 0xe41bc,0x9c,unaff_EBP + 0xe46ca,param_6);" (call_expression "FUN_0008b620(unaff_EBP + 0xe41bc,0x9c,unaff_EBP + 0xe46ca,param_6)" identifier (argument_list "(unaff_EBP + 0xe41bc,0x9c,unaff_EBP + 0xe46ca,param_6)" ( (binary_expression "unaff_EBP + 0xe41bc" identifier + number_literal) , number_literal , (binary_expression "unaff_EBP + 0xe46ca" identifier + number_literal) , identifier ))) ;) })) }) (else_clause "else {\n *param_12 = cStack_59;\n }" else (compound_statement "{\n *param_12 = cStack_59;\n }" { (expression_statement "*param_12 = cStack_59;" (assignment_expression "*param_12 = cStack_59" (pointer_expression "*param_12" * identifier) = identifier) ;) }))) (if_statement "if ((param_11 == '\0') || (*param_6 != 0)) {\n return uVar7;\n }" if (parenthesized_expression "((param_11 == '\0') || (*param_6 != 0))" ( (binary_expression "(param_11 == '\0') || (*param_6 != 0)" (parenthesized_expression "(param_11 == '\0')" ( (binary_expression "param_11 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) || (parenthesized_expression "(*param_6 != 0)" ( (binary_expression "*param_6 != 0" (pointer_expression "*param_6" * identifier) != number_literal) ))) )) (compound_statement "{\n return uVar7;\n }" { (return_statement "return uVar7;" return identifier ;) })) (if_statement "if (param_5 == 0) {\n \n FUN_0008b620(unaff_EBP + 0xe41bc,0xa2,unaff_EBP + 0xe46ca,iVar5);\n }" if (parenthesized_expression "(param_5 == 0)" ( (binary_expression "param_5 == 0" identifier == number_literal) )) (compound_statement "{\n \n FUN_0008b620(unaff_EBP + 0xe41bc,0xa2,unaff_EBP + 0xe46ca,iVar5);\n }" { (expression_statement "FUN_0008b620(unaff_EBP + 0xe41bc,0xa2,unaff_EBP + 0xe46ca,iVar5);" (call_expression "FUN_0008b620(unaff_EBP + 0xe41bc,0xa2,unaff_EBP + 0xe46ca,iVar5)" identifier (argument_list "(unaff_EBP + 0xe41bc,0xa2,unaff_EBP + 0xe46ca,iVar5)" ( (binary_expression "unaff_EBP + 0xe41bc" identifier + number_literal) , number_literal , (binary_expression "unaff_EBP + 0xe46ca" identifier + number_literal) , identifier ))) ;) })) (if_statement "if ((*(byte *)(param_5 + 0x1c) & 1) == 0) {\n \n FUN_0008b620(unaff_EBP + 0xc7667,0xc5,unaff_EBP + 0xe46ba,uVar2);\n }" if (parenthesized_expression "((*(byte *)(param_5 + 0x1c) & 1) == 0)" ( (binary_expression "(*(byte *)(param_5 + 0x1c) & 1) == 0" (parenthesized_expression "(*(byte *)(param_5 + 0x1c) & 1)" ( (binary_expression "*(byte *)(param_5 + 0x1c) & 1" (pointer_expression "*(byte *)(param_5 + 0x1c)" * (cast_expression "(byte *)(param_5 + 0x1c)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_5 + 0x1c)" ( (binary_expression "param_5 + 0x1c" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\n \n FUN_0008b620(unaff_EBP + 0xc7667,0xc5,unaff_EBP + 0xe46ba,uVar2);\n }" { (expression_statement "FUN_0008b620(unaff_EBP + 0xc7667,0xc5,unaff_EBP + 0xe46ba,uVar2);" (call_expression "FUN_0008b620(unaff_EBP + 0xc7667,0xc5,unaff_EBP + 0xe46ba,uVar2)" identifier (argument_list "(unaff_EBP + 0xc7667,0xc5,unaff_EBP + 0xe46ba,uVar2)" ( (binary_expression "unaff_EBP + 0xc7667" identifier + number_literal) , number_literal , (binary_expression "unaff_EBP + 0xe46ba" identifier + number_literal) , identifier ))) ;) })) (expression_statement "uVar4 = *(uint *)(param_5 + 4);" (assignment_expression "uVar4 = *(uint *)(param_5 + 4)" identifier = (pointer_expression "*(uint *)(param_5 + 4)" * (cast_expression "(uint *)(param_5 + 4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_5 + 4)" ( (binary_expression "param_5 + 4" identifier + number_literal) ))))) ;) (expression_statement "uVar6 = *(uint *)(param_5 + 4);" (assignment_expression "uVar6 = *(uint *)(param_5 + 4)" identifier = (pointer_expression "*(uint *)(param_5 + 4)" * (cast_expression "(uint *)(param_5 + 4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_5 + 4)" ( (binary_expression "param_5 + 4" identifier + number_literal) ))))) ;) (expression_statement "iVar1 = *(int *)(param_5 + 8);" (assignment_expression "iVar1 = *(int *)(param_5 + 8)" identifier = (pointer_expression "*(int *)(param_5 + 8)" * (cast_expression "(int *)(param_5 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_5 + 8)" ( (binary_expression "param_5 + 8" identifier + number_literal) ))))) ;) (expression_statement "*param_6 = param_5;" (assignment_expression "*param_6 = param_5" (pointer_expression "*param_6" * identifier) = identifier) ;) (return_statement "return CONCAT44(iVar5 + iVar1 + (uint)CARRY4(uVar2,uVar4),uVar2 + uVar6);" return (call_expression "CONCAT44(iVar5 + iVar1 + (uint)CARRY4(uVar2,uVar4),uVar2 + uVar6)" identifier (argument_list "(iVar5 + iVar1 + (uint)CARRY4(uVar2,uVar4),uVar2 + uVar6)" ( (binary_expression "iVar5 + iVar1 + (uint)CARRY4(uVar2,uVar4)" (binary_expression "iVar5 + iVar1" identifier + identifier) + (cast_expression "(uint)CARRY4(uVar2,uVar4)" ( (type_descriptor "uint" type_identifier) ) (call_expression "CARRY4(uVar2,uVar4)" identifier (argument_list "(uVar2,uVar4)" ( identifier , identifier ))))) , (binary_expression "uVar2 + uVar6" identifier + identifier) ))) ;) })) (expression_statement "uVar2 = *(uint *)(iVar5 + 0x5218);" (assignment_expression "uVar2 = *(uint *)(iVar5 + 0x5218)" identifier = (pointer_expression "*(uint *)(iVar5 + 0x5218)" * (cast_expression "(uint *)(iVar5 + 0x5218)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar5 + 0x5218)" ( (binary_expression "iVar5 + 0x5218" identifier + number_literal) ))))) ;) (expression_statement "uVar4 = *(uint *)(iVar5 + 0x521c);" (assignment_expression "uVar4 = *(uint *)(iVar5 + 0x521c)" identifier = (pointer_expression "*(uint *)(iVar5 + 0x521c)" * (cast_expression "(uint *)(iVar5 + 0x521c)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar5 + 0x521c)" ( (binary_expression "iVar5 + 0x521c" identifier + number_literal) ))))) ;) (if_statement "if (uVar4 == 0 && uVar2 == 0) {\n return *(undefined8 *)(*(int *)(*(int *)(DAT_0033f2f0 + 0xc) + 4) + 0x20);\n }" if (parenthesized_expression "(uVar4 == 0 && uVar2 == 0)" ( (binary_expression "uVar4 == 0 && uVar2 == 0" (binary_expression "uVar4 == 0" identifier == number_literal) && (binary_expression "uVar2 == 0" identifier == number_literal)) )) (compound_statement "{\n return *(undefined8 *)(*(int *)(*(int *)(DAT_0033f2f0 + 0xc) + 4) + 0x20);\n }" { (return_statement "return *(undefined8 *)(*(int *)(*(int *)(DAT_0033f2f0 + 0xc) + 4) + 0x20);" return (pointer_expression "*(undefined8 *)(*(int *)(*(int *)(DAT_0033f2f0 + 0xc) + 4) + 0x20)" * (cast_expression "(undefined8 *)(*(int *)(*(int *)(DAT_0033f2f0 + 0xc) + 4) + 0x20)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(*(int *)(DAT_0033f2f0 + 0xc) + 4) + 0x20)" ( (binary_expression "*(int *)(*(int *)(DAT_0033f2f0 + 0xc) + 4) + 0x20" (pointer_expression "*(int *)(*(int *)(DAT_0033f2f0 + 0xc) + 4)" * (cast_expression "(int *)(*(int *)(DAT_0033f2f0 + 0xc) + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(DAT_0033f2f0 + 0xc) + 4)" ( (binary_expression "*(int *)(DAT_0033f2f0 + 0xc) + 4" (pointer_expression "*(int *)(DAT_0033f2f0 + 0xc)" * (cast_expression "(int *)(DAT_0033f2f0 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_0033f2f0 + 0xc)" ( (binary_expression "DAT_0033f2f0 + 0xc" identifier + number_literal) )))) + number_literal) )))) + number_literal) )))) ;) })) }) (else_clause "else {\n if (*(int *)(param_1 + 4) != 1) {\n ppuStack_1c = (undefined **)0x267eb2;\n \n uStack_20 = 0x183cc7;\n FUN_0008b620();\n }\n iVar5 = *(int *)(DAT_0033f2f0 + 0xc);\n if (iVar5 == 0) {\nLAB_00183c98:\n ppuStack_1c = (undefined **)0x24626d;\n \n uStack_20 = 0x183cae;\n FUN_0008b620();\n }\n iVar1 = *(int *)(DAT_0033f2f0 + 8);\n if (iVar1 == 0) {\n ppuStack_1c = (undefined **)0x24626d;\n \n uStack_20 = 0x183cdd;\n FUN_0008b620();\n }\n uVar4 = *(uint *)(iVar1 + 0x4e74);\n uVar2 = *(uint *)(iVar1 + 0x4e70);\n uVar6 = *(uint *)(iVar1 + 0x5218);\n uVar3 = *(uint *)(iVar1 + 0x521c);\n if (uVar4 == 0 && uVar2 == 0) {\n iVar5 = *(int *)(iVar5 + 4);\n if (uVar3 == 0 && uVar6 == 0) {\n uVar6 = *(uint *)(iVar5 + 0x20);\n uVar3 = *(uint *)(iVar5 + 0x24);\n }\n uVar2 = *(uint *)(iVar5 + 0x28);\n uVar4 = *(uint *)(iVar5 + 0x2c);\n }\n else if (uVar3 == 0 && uVar6 == 0) {\n uVar6 = *(uint *)(*(int *)(iVar5 + 4) + 0x20);\n uVar3 = *(uint *)(*(int *)(iVar5 + 4) + 0x24);\n }\n if (uVar3 < uVar4 || uVar3 - uVar4 < (uint)(uVar6 < uVar2)) {\n uVar2 = uVar6;\n uVar4 = uVar3;\n }\n }" else (compound_statement "{\n if (*(int *)(param_1 + 4) != 1) {\n ppuStack_1c = (undefined **)0x267eb2;\n \n uStack_20 = 0x183cc7;\n FUN_0008b620();\n }\n iVar5 = *(int *)(DAT_0033f2f0 + 0xc);\n if (iVar5 == 0) {\nLAB_00183c98:\n ppuStack_1c = (undefined **)0x24626d;\n \n uStack_20 = 0x183cae;\n FUN_0008b620();\n }\n iVar1 = *(int *)(DAT_0033f2f0 + 8);\n if (iVar1 == 0) {\n ppuStack_1c = (undefined **)0x24626d;\n \n uStack_20 = 0x183cdd;\n FUN_0008b620();\n }\n uVar4 = *(uint *)(iVar1 + 0x4e74);\n uVar2 = *(uint *)(iVar1 + 0x4e70);\n uVar6 = *(uint *)(iVar1 + 0x5218);\n uVar3 = *(uint *)(iVar1 + 0x521c);\n if (uVar4 == 0 && uVar2 == 0) {\n iVar5 = *(int *)(iVar5 + 4);\n if (uVar3 == 0 && uVar6 == 0) {\n uVar6 = *(uint *)(iVar5 + 0x20);\n uVar3 = *(uint *)(iVar5 + 0x24);\n }\n uVar2 = *(uint *)(iVar5 + 0x28);\n uVar4 = *(uint *)(iVar5 + 0x2c);\n }\n else if (uVar3 == 0 && uVar6 == 0) {\n uVar6 = *(uint *)(*(int *)(iVar5 + 4) + 0x20);\n uVar3 = *(uint *)(*(int *)(iVar5 + 4) + 0x24);\n }\n if (uVar3 < uVar4 || uVar3 - uVar4 < (uint)(uVar6 < uVar2)) {\n uVar2 = uVar6;\n uVar4 = uVar3;\n }\n }" { (if_statement "if (*(int *)(param_1 + 4) != 1) {\n ppuStack_1c = (undefined **)0x267eb2;\n \n uStack_20 = 0x183cc7;\n FUN_0008b620();\n }" if (parenthesized_expression "(*(int *)(param_1 + 4) != 1)" ( (binary_expression "*(int *)(param_1 + 4) != 1" (pointer_expression "*(int *)(param_1 + 4)" * (cast_expression "(int *)(param_1 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 4)" ( (binary_expression "param_1 + 4" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n ppuStack_1c = (undefined **)0x267eb2;\n \n uStack_20 = 0x183cc7;\n FUN_0008b620();\n }" { (expression_statement "ppuStack_1c = (undefined **)0x267eb2;" (assignment_expression "ppuStack_1c = (undefined **)0x267eb2" identifier = (cast_expression "(undefined **)0x267eb2" ( (type_descriptor "undefined **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) number_literal)) ;) (expression_statement "uStack_20 = 0x183cc7;" (assignment_expression "uStack_20 = 0x183cc7" identifier = number_literal) ;) (expression_statement "FUN_0008b620();" (call_expression "FUN_0008b620()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "iVar5 = *(int *)(DAT_0033f2f0 + 0xc);" (assignment_expression "iVar5 = *(int *)(DAT_0033f2f0 + 0xc)" identifier = (pointer_expression "*(int *)(DAT_0033f2f0 + 0xc)" * (cast_expression "(int *)(DAT_0033f2f0 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_0033f2f0 + 0xc)" ( (binary_expression "DAT_0033f2f0 + 0xc" identifier + number_literal) ))))) ;) (if_statement "if (iVar5 == 0) {\nLAB_00183c98:\n ppuStack_1c = (undefined **)0x24626d;\n \n uStack_20 = 0x183cae;\n FUN_0008b620();\n }" if (parenthesized_expression "(iVar5 == 0)" ( (binary_expression "iVar5 == 0" identifier == number_literal) )) (compound_statement "{\nLAB_00183c98:\n ppuStack_1c = (undefined **)0x24626d;\n \n uStack_20 = 0x183cae;\n FUN_0008b620();\n }" { (labeled_statement "LAB_00183c98:\n ppuStack_1c = (undefined **)0x24626d;" statement_identifier : (expression_statement "ppuStack_1c = (undefined **)0x24626d;" (assignment_expression "ppuStack_1c = (undefined **)0x24626d" identifier = (cast_expression "(undefined **)0x24626d" ( (type_descriptor "undefined **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) number_literal)) ;)) (expression_statement "uStack_20 = 0x183cae;" (assignment_expression "uStack_20 = 0x183cae" identifier = number_literal) ;) (expression_statement "FUN_0008b620();" (call_expression "FUN_0008b620()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "iVar1 = *(int *)(DAT_0033f2f0 + 8);" (assignment_expression "iVar1 = *(int *)(DAT_0033f2f0 + 8)" identifier = (pointer_expression "*(int *)(DAT_0033f2f0 + 8)" * (cast_expression "(int *)(DAT_0033f2f0 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_0033f2f0 + 8)" ( (binary_expression "DAT_0033f2f0 + 8" identifier + number_literal) ))))) ;) (if_statement "if (iVar1 == 0) {\n ppuStack_1c = (undefined **)0x24626d;\n \n uStack_20 = 0x183cdd;\n FUN_0008b620();\n }" if (parenthesized_expression "(iVar1 == 0)" ( (binary_expression "iVar1 == 0" identifier == number_literal) )) (compound_statement "{\n ppuStack_1c = (undefined **)0x24626d;\n \n uStack_20 = 0x183cdd;\n FUN_0008b620();\n }" { (expression_statement "ppuStack_1c = (undefined **)0x24626d;" (assignment_expression "ppuStack_1c = (undefined **)0x24626d" identifier = (cast_expression "(undefined **)0x24626d" ( (type_descriptor "undefined **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) number_literal)) ;) (expression_statement "uStack_20 = 0x183cdd;" (assignment_expression "uStack_20 = 0x183cdd" identifier = number_literal) ;) (expression_statement "FUN_0008b620();" (call_expression "FUN_0008b620()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "uVar4 = *(uint *)(iVar1 + 0x4e74);" (assignment_expression "uVar4 = *(uint *)(iVar1 + 0x4e74)" identifier = (pointer_expression "*(uint *)(iVar1 + 0x4e74)" * (cast_expression "(uint *)(iVar1 + 0x4e74)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x4e74)" ( (binary_expression "iVar1 + 0x4e74" identifier + number_literal) ))))) ;) (expression_statement "uVar2 = *(uint *)(iVar1 + 0x4e70);" (assignment_expression "uVar2 = *(uint *)(iVar1 + 0x4e70)" identifier = (pointer_expression "*(uint *)(iVar1 + 0x4e70)" * (cast_expression "(uint *)(iVar1 + 0x4e70)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x4e70)" ( (binary_expression "iVar1 + 0x4e70" identifier + number_literal) ))))) ;) (expression_statement "uVar6 = *(uint *)(iVar1 + 0x5218);" (assignment_expression "uVar6 = *(uint *)(iVar1 + 0x5218)" identifier = (pointer_expression "*(uint *)(iVar1 + 0x5218)" * (cast_expression "(uint *)(iVar1 + 0x5218)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x5218)" ( (binary_expression "iVar1 + 0x5218" identifier + number_literal) ))))) ;) (expression_statement "uVar3 = *(uint *)(iVar1 + 0x521c);" (assignment_expression "uVar3 = *(uint *)(iVar1 + 0x521c)" identifier = (pointer_expression "*(uint *)(iVar1 + 0x521c)" * (cast_expression "(uint *)(iVar1 + 0x521c)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x521c)" ( (binary_expression "iVar1 + 0x521c" identifier + number_literal) ))))) ;) (if_statement "if (uVar4 == 0 && uVar2 == 0) {\n iVar5 = *(int *)(iVar5 + 4);\n if (uVar3 == 0 && uVar6 == 0) {\n uVar6 = *(uint *)(iVar5 + 0x20);\n uVar3 = *(uint *)(iVar5 + 0x24);\n }\n uVar2 = *(uint *)(iVar5 + 0x28);\n uVar4 = *(uint *)(iVar5 + 0x2c);\n }\n else if (uVar3 == 0 && uVar6 == 0) {\n uVar6 = *(uint *)(*(int *)(iVar5 + 4) + 0x20);\n uVar3 = *(uint *)(*(int *)(iVar5 + 4) + 0x24);\n }" if (parenthesized_expression "(uVar4 == 0 && uVar2 == 0)" ( (binary_expression "uVar4 == 0 && uVar2 == 0" (binary_expression "uVar4 == 0" identifier == number_literal) && (binary_expression "uVar2 == 0" identifier == number_literal)) )) (compound_statement "{\n iVar5 = *(int *)(iVar5 + 4);\n if (uVar3 == 0 && uVar6 == 0) {\n uVar6 = *(uint *)(iVar5 + 0x20);\n uVar3 = *(uint *)(iVar5 + 0x24);\n }\n uVar2 = *(uint *)(iVar5 + 0x28);\n uVar4 = *(uint *)(iVar5 + 0x2c);\n }" { (expression_statement "iVar5 = *(int *)(iVar5 + 4);" (assignment_expression "iVar5 = *(int *)(iVar5 + 4)" identifier = (pointer_expression "*(int *)(iVar5 + 4)" * (cast_expression "(int *)(iVar5 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar5 + 4)" ( (binary_expression "iVar5 + 4" identifier + number_literal) ))))) ;) (if_statement "if (uVar3 == 0 && uVar6 == 0) {\n uVar6 = *(uint *)(iVar5 + 0x20);\n uVar3 = *(uint *)(iVar5 + 0x24);\n }" if (parenthesized_expression "(uVar3 == 0 && uVar6 == 0)" ( (binary_expression "uVar3 == 0 && uVar6 == 0" (binary_expression "uVar3 == 0" identifier == number_literal) && (binary_expression "uVar6 == 0" identifier == number_literal)) )) (compound_statement "{\n uVar6 = *(uint *)(iVar5 + 0x20);\n uVar3 = *(uint *)(iVar5 + 0x24);\n }" { (expression_statement "uVar6 = *(uint *)(iVar5 + 0x20);" (assignment_expression "uVar6 = *(uint *)(iVar5 + 0x20)" identifier = (pointer_expression "*(uint *)(iVar5 + 0x20)" * (cast_expression "(uint *)(iVar5 + 0x20)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar5 + 0x20)" ( (binary_expression "iVar5 + 0x20" identifier + number_literal) ))))) ;) (expression_statement "uVar3 = *(uint *)(iVar5 + 0x24);" (assignment_expression "uVar3 = *(uint *)(iVar5 + 0x24)" identifier = (pointer_expression "*(uint *)(iVar5 + 0x24)" * (cast_expression "(uint *)(iVar5 + 0x24)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar5 + 0x24)" ( (binary_expression "iVar5 + 0x24" identifier + number_literal) ))))) ;) })) (expression_statement "uVar2 = *(uint *)(iVar5 + 0x28);" (assignment_expression "uVar2 = *(uint *)(iVar5 + 0x28)" identifier = (pointer_expression "*(uint *)(iVar5 + 0x28)" * (cast_expression "(uint *)(iVar5 + 0x28)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar5 + 0x28)" ( (binary_expression "iVar5 + 0x28" identifier + number_literal) ))))) ;) (expression_statement "uVar4 = *(uint *)(iVar5 + 0x2c);" (assignment_expression "uVar4 = *(uint *)(iVar5 + 0x2c)" identifier = (pointer_expression "*(uint *)(iVar5 + 0x2c)" * (cast_expression "(uint *)(iVar5 + 0x2c)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar5 + 0x2c)" ( (binary_expression "iVar5 + 0x2c" identifier + number_literal) ))))) ;) }) (else_clause "else if (uVar3 == 0 && uVar6 == 0) {\n uVar6 = *(uint *)(*(int *)(iVar5 + 4) + 0x20);\n uVar3 = *(uint *)(*(int *)(iVar5 + 4) + 0x24);\n }" else (if_statement "if (uVar3 == 0 && uVar6 == 0) {\n uVar6 = *(uint *)(*(int *)(iVar5 + 4) + 0x20);\n uVar3 = *(uint *)(*(int *)(iVar5 + 4) + 0x24);\n }" if (parenthesized_expression "(uVar3 == 0 && uVar6 == 0)" ( (binary_expression "uVar3 == 0 && uVar6 == 0" (binary_expression "uVar3 == 0" identifier == number_literal) && (binary_expression "uVar6 == 0" identifier == number_literal)) )) (compound_statement "{\n uVar6 = *(uint *)(*(int *)(iVar5 + 4) + 0x20);\n uVar3 = *(uint *)(*(int *)(iVar5 + 4) + 0x24);\n }" { (expression_statement "uVar6 = *(uint *)(*(int *)(iVar5 + 4) + 0x20);" (assignment_expression "uVar6 = *(uint *)(*(int *)(iVar5 + 4) + 0x20)" identifier = (pointer_expression "*(uint *)(*(int *)(iVar5 + 4) + 0x20)" * (cast_expression "(uint *)(*(int *)(iVar5 + 4) + 0x20)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(iVar5 + 4) + 0x20)" ( (binary_expression "*(int *)(iVar5 + 4) + 0x20" (pointer_expression "*(int *)(iVar5 + 4)" * (cast_expression "(int *)(iVar5 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar5 + 4)" ( (binary_expression "iVar5 + 4" identifier + number_literal) )))) + number_literal) ))))) ;) (expression_statement "uVar3 = *(uint *)(*(int *)(iVar5 + 4) + 0x24);" (assignment_expression "uVar3 = *(uint *)(*(int *)(iVar5 + 4) + 0x24)" identifier = (pointer_expression "*(uint *)(*(int *)(iVar5 + 4) + 0x24)" * (cast_expression "(uint *)(*(int *)(iVar5 + 4) + 0x24)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(iVar5 + 4) + 0x24)" ( (binary_expression "*(int *)(iVar5 + 4) + 0x24" (pointer_expression "*(int *)(iVar5 + 4)" * (cast_expression "(int *)(iVar5 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar5 + 4)" ( (binary_expression "iVar5 + 4" identifier + number_literal) )))) + number_literal) ))))) ;) })))) (if_statement "if (uVar3 < uVar4 || uVar3 - uVar4 < (uint)(uVar6 < uVar2)) {\n uVar2 = uVar6;\n uVar4 = uVar3;\n }" if (parenthesized_expression "(uVar3 < uVar4 || uVar3 - uVar4 < (uint)(uVar6 < uVar2))" ( (binary_expression "uVar3 < uVar4 || uVar3 - uVar4 < (uint)(uVar6 < uVar2)" (binary_expression "uVar3 < uVar4" identifier < identifier) || (binary_expression "uVar3 - uVar4 < (uint)(uVar6 < uVar2)" (binary_expression "uVar3 - uVar4" identifier - identifier) < (call_expression "(uint)(uVar6 < uVar2)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(uVar6 < uVar2)" ( (binary_expression "uVar6 < uVar2" identifier < identifier) ))))) )) (compound_statement "{\n uVar2 = uVar6;\n uVar4 = uVar3;\n }" { (expression_statement "uVar2 = uVar6;" (assignment_expression "uVar2 = uVar6" identifier = identifier) ;) (expression_statement "uVar4 = uVar3;" (assignment_expression "uVar4 = uVar3" identifier = identifier) ;) })) }))) (return_statement "return CONCAT44(uVar4,uVar2);" return (call_expression "CONCAT44(uVar4,uVar2)" identifier (argument_list "(uVar4,uVar2)" ( identifier , 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) , (parameter_declaration TYPE IDENT) , (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) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (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 * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * (pointer_declarator * IDENT)) ;) (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 { (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 ;)) (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 { (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (expression_statement (assignment_expression 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 (assignment_expression (pointer_expression * IDENT) = LIT) ;) })) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (char_literal ' escape_sequence ')) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (pointer_expression & IDENT)) ;) (expression_statement (assignment_expression IDENT = (pointer_expression & 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 )))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) >> LIT) )))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) , LIT , (binary_expression IDENT + LIT) , IDENT ))) ;) })) }) (else_clause else (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) }))) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT == (char_literal ' escape_sequence ')) )) || (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) != LIT) ))) )) (compound_statement { (return_statement return IDENT ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) , LIT , (binary_expression IDENT + LIT) , 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 ( (binary_expression IDENT + LIT) , LIT , (binary_expression IDENT + LIT) , IDENT ))) ;) })) (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 = (pointer_expression * (cast_expression ( (type_descriptor TYPE (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 IDENT + LIT) ))))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (return_statement return (call_expression IDENT (argument_list ( (binary_expression (binary_expression IDENT + IDENT) + (cast_expression ( (type_descriptor TYPE) ) (call_expression IDENT (argument_list ( IDENT , IDENT ))))) , (binary_expression IDENT + IDENT) ))) ;) })) (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 = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression (binary_expression IDENT == LIT) && (binary_expression IDENT == LIT)) )) (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 TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) )))) + LIT) )))) ;) })) }) (else_clause else (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 { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) LIT)) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (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 { (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) LIT)) ;)) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (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 { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) LIT)) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (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) ))))) ;) (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 = (pointer_expression * (cast_expression ( (type_descriptor TYPE (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 IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression (binary_expression IDENT == LIT) && (binary_expression IDENT == LIT)) )) (compound_statement { (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 (binary_expression IDENT == LIT) && (binary_expression IDENT == 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 IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (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 IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) }) (else_clause else (if_statement if (parenthesized_expression ( (binary_expression (binary_expression IDENT == LIT) && (binary_expression IDENT == LIT)) )) (compound_statement { (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 TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + 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 TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) ))))) ;) })))) (if_statement if (parenthesized_expression ( (binary_expression (binary_expression IDENT < IDENT) || (binary_expression (binary_expression IDENT - IDENT) < (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression IDENT < IDENT) ))))) )) (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) })) }))) (return_statement return (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) })))
(function_definition "undefined8\nFUN_00183bb0(int param_1,undefined1 param_2,undefined4 param_3,undefined4 param_4,int param_5,\n int *param_6,undefined4 param_7,undefined4 param_8,undefined4 param_9,\n undefined4 param_10,char param_11,char *param_12)\n\n{\n int iVar1;\n uint uVar2;\n uint uVar3;\n uint uVar4;\n int iVar5;\n uint uVar6;\n int unaff_EBP;\n int *unaff_ESI;\n undefined8 uVar7;\n char cStack_59;\n undefined1 auStack_58 [8];\n undefined1 uStack_50;\n undefined1 uStack_4f;\n undefined4 uStack_4c;\n undefined4 uStack_48;\n int iStack_44;\n int *piStack_40;\n undefined4 uStack_3c;\n undefined4 uStack_38;\n undefined4 uStack_34;\n undefined4 uStack_30;\n char *pcStack_2c;\n undefined4 uStack_20;\n undefined **ppuStack_1c;\n \n if (*(int *)(param_1 + 4) == 0) {\n if (*(int *)(DAT_0033f2f0 + 0xc) == 0) goto LAB_00183c98;\n iVar5 = *(int *)(DAT_0033f2f0 + 8);\n if (iVar5 == 0) {\n FUN_00183a10();\n FUN_00058c4e();\n uStack_48 = param_4;\n iStack_44 = param_5;\n uStack_50 = (undefined1)param_1;\n uStack_4f = param_2;\n uStack_4c = param_3;\n if (param_6 != (int *)0x0) {\n *param_6 = 0;\n }\n piStack_40 = param_6;\n cStack_59 = '\x01';\n uStack_38 = param_8;\n uStack_34 = param_9;\n uStack_30 = param_10;\n uStack_3c = param_7;\n pcStack_2c = &cStack_59;\n ppuStack_1c = &__DT_PLTGOT;\n uVar7 = (**(code **)(*unaff_ESI + 0xc))(unaff_ESI,auStack_58);\n iVar5 = (int)((ulonglong)uVar7 >> 0x20);\n uVar2 = (uint)uVar7;\n if (param_12 == (char *)0x0) {\n if (cStack_59 == '\0') {\n \n FUN_0008b620(unaff_EBP + 0xe41bc,0x9c,unaff_EBP + 0xe46ca,param_6);\n }\n }\n else {\n *param_12 = cStack_59;\n }\n if ((param_11 == '\0') || (*param_6 != 0)) {\n return uVar7;\n }\n if (param_5 == 0) {\n \n FUN_0008b620(unaff_EBP + 0xe41bc,0xa2,unaff_EBP + 0xe46ca,iVar5);\n }\n if ((*(byte *)(param_5 + 0x1c) & 1) == 0) {\n \n FUN_0008b620(unaff_EBP + 0xc7667,0xc5,unaff_EBP + 0xe46ba,uVar2);\n }\n uVar4 = *(uint *)(param_5 + 4);\n uVar6 = *(uint *)(param_5 + 4);\n iVar1 = *(int *)(param_5 + 8);\n *param_6 = param_5;\n return CONCAT44(iVar5 + iVar1 + (uint)CARRY4(uVar2,uVar4),uVar2 + uVar6);\n }\n uVar2 = *(uint *)(iVar5 + 0x5218);\n uVar4 = *(uint *)(iVar5 + 0x521c);\n if (uVar4 == 0 && uVar2 == 0) {\n return *(undefined8 *)(*(int *)(*(int *)(DAT_0033f2f0 + 0xc) + 4) + 0x20);\n }\n }\n else {\n if (*(int *)(param_1 + 4) != 1) {\n ppuStack_1c = (undefined **)0x267eb2;\n \n uStack_20 = 0x183cc7;\n FUN_0008b620();\n }\n iVar5 = *(int *)(DAT_0033f2f0 + 0xc);\n if (iVar5 == 0) {\nLAB_00183c98:\n ppuStack_1c = (undefined **)0x24626d;\n \n uStack_20 = 0x183cae;\n FUN_0008b620();\n }\n iVar1 = *(int *)(DAT_0033f2f0 + 8);\n if (iVar1 == 0) {\n ppuStack_1c = (undefined **)0x24626d;\n \n uStack_20 = 0x183cdd;\n FUN_0008b620();\n }\n uVar4 = *(uint *)(iVar1 + 0x4e74);\n uVar2 = *(uint *)(iVar1 + 0x4e70);\n uVar6 = *(uint *)(iVar1 + 0x5218);\n uVar3 = *(uint *)(iVar1 + 0x521c);\n if (uVar4 == 0 && uVar2 == 0) {\n iVar5 = *(int *)(iVar5 + 4);\n if (uVar3 == 0 && uVar6 == 0) {\n uVar6 = *(uint *)(iVar5 + 0x20);\n uVar3 = *(uint *)(iVar5 + 0x24);\n }\n uVar2 = *(uint *)(iVar5 + 0x28);\n uVar4 = *(uint *)(iVar5 + 0x2c);\n }\n else if (uVar3 == 0 && uVar6 == 0) {\n uVar6 = *(uint *)(*(int *)(iVar5 + 4) + 0x20);\n uVar3 = *(uint *)(*(int *)(iVar5 + 4) + 0x24);\n }\n if (uVar3 < uVar4 || uVar3 - uVar4 < (uint)(uVar6 < uVar2)) {\n uVar2 = uVar6;\n uVar4 = uVar3;\n }\n }\n return CONCAT44(uVar4,uVar2);\n}" (type_identifier "undefined8") (function_declarator "FUN_00183bb0(int param_1,undefined1 param_2,undefined4 param_3,undefined4 param_4,int param_5,\n int *param_6,undefined4 param_7,undefined4 param_8,undefined4 param_9,\n undefined4 param_10,char param_11,char *param_12)" (identifier "FUN_00183bb0") (parameter_list "(int param_1,undefined1 param_2,undefined4 param_3,undefined4 param_4,int param_5,\n int *param_6,undefined4 param_7,undefined4 param_8,undefined4 param_9,\n undefined4 param_10,char param_11,char *param_12)" (( "(") (parameter_declaration "int param_1" (primitive_type "int") (identifier "param_1")) (, ",") (parameter_declaration "undefined1 param_2" (type_identifier "undefined1") (identifier "param_2")) (, ",") (parameter_declaration "undefined4 param_3" (type_identifier "undefined4") (identifier "param_3")) (, ",") (parameter_declaration "undefined4 param_4" (type_identifier "undefined4") (identifier "param_4")) (, ",") (parameter_declaration "int param_5" (primitive_type "int") (identifier "param_5")) (, ",") (parameter_declaration "int *param_6" (primitive_type "int") (pointer_declarator "*param_6" (* "*") (identifier "param_6"))) (, ",") (parameter_declaration "undefined4 param_7" (type_identifier "undefined4") (identifier "param_7")) (, ",") (parameter_declaration "undefined4 param_8" (type_identifier "undefined4") (identifier "param_8")) (, ",") (parameter_declaration "undefined4 param_9" (type_identifier "undefined4") (identifier "param_9")) (, ",") (parameter_declaration "undefined4 param_10" (type_identifier "undefined4") (identifier "param_10")) (, ",") (parameter_declaration "char param_11" (primitive_type "char") (identifier "param_11")) (, ",") (parameter_declaration "char *param_12" (primitive_type "char") (pointer_declarator "*param_12" (* "*") (identifier "param_12"))) () ")"))) (compound_statement "{\n int iVar1;\n uint uVar2;\n uint uVar3;\n uint uVar4;\n int iVar5;\n uint uVar6;\n int unaff_EBP;\n int *unaff_ESI;\n undefined8 uVar7;\n char cStack_59;\n undefined1 auStack_58 [8];\n undefined1 uStack_50;\n undefined1 uStack_4f;\n undefined4 uStack_4c;\n undefined4 uStack_48;\n int iStack_44;\n int *piStack_40;\n undefined4 uStack_3c;\n undefined4 uStack_38;\n undefined4 uStack_34;\n undefined4 uStack_30;\n char *pcStack_2c;\n undefined4 uStack_20;\n undefined **ppuStack_1c;\n \n if (*(int *)(param_1 + 4) == 0) {\n if (*(int *)(DAT_0033f2f0 + 0xc) == 0) goto LAB_00183c98;\n iVar5 = *(int *)(DAT_0033f2f0 + 8);\n if (iVar5 == 0) {\n FUN_00183a10();\n FUN_00058c4e();\n uStack_48 = param_4;\n iStack_44 = param_5;\n uStack_50 = (undefined1)param_1;\n uStack_4f = param_2;\n uStack_4c = param_3;\n if (param_6 != (int *)0x0) {\n *param_6 = 0;\n }\n piStack_40 = param_6;\n cStack_59 = '\x01';\n uStack_38 = param_8;\n uStack_34 = param_9;\n uStack_30 = param_10;\n uStack_3c = param_7;\n pcStack_2c = &cStack_59;\n ppuStack_1c = &__DT_PLTGOT;\n uVar7 = (**(code **)(*unaff_ESI + 0xc))(unaff_ESI,auStack_58);\n iVar5 = (int)((ulonglong)uVar7 >> 0x20);\n uVar2 = (uint)uVar7;\n if (param_12 == (char *)0x0) {\n if (cStack_59 == '\0') {\n \n FUN_0008b620(unaff_EBP + 0xe41bc,0x9c,unaff_EBP + 0xe46ca,param_6);\n }\n }\n else {\n *param_12 = cStack_59;\n }\n if ((param_11 == '\0') || (*param_6 != 0)) {\n return uVar7;\n }\n if (param_5 == 0) {\n \n FUN_0008b620(unaff_EBP + 0xe41bc,0xa2,unaff_EBP + 0xe46ca,iVar5);\n }\n if ((*(byte *)(param_5 + 0x1c) & 1) == 0) {\n \n FUN_0008b620(unaff_EBP + 0xc7667,0xc5,unaff_EBP + 0xe46ba,uVar2);\n }\n uVar4 = *(uint *)(param_5 + 4);\n uVar6 = *(uint *)(param_5 + 4);\n iVar1 = *(int *)(param_5 + 8);\n *param_6 = param_5;\n return CONCAT44(iVar5 + iVar1 + (uint)CARRY4(uVar2,uVar4),uVar2 + uVar6);\n }\n uVar2 = *(uint *)(iVar5 + 0x5218);\n uVar4 = *(uint *)(iVar5 + 0x521c);\n if (uVar4 == 0 && uVar2 == 0) {\n return *(undefined8 *)(*(int *)(*(int *)(DAT_0033f2f0 + 0xc) + 4) + 0x20);\n }\n }\n else {\n if (*(int *)(param_1 + 4) != 1) {\n ppuStack_1c = (undefined **)0x267eb2;\n \n uStack_20 = 0x183cc7;\n FUN_0008b620();\n }\n iVar5 = *(int *)(DAT_0033f2f0 + 0xc);\n if (iVar5 == 0) {\nLAB_00183c98:\n ppuStack_1c = (undefined **)0x24626d;\n \n uStack_20 = 0x183cae;\n FUN_0008b620();\n }\n iVar1 = *(int *)(DAT_0033f2f0 + 8);\n if (iVar1 == 0) {\n ppuStack_1c = (undefined **)0x24626d;\n \n uStack_20 = 0x183cdd;\n FUN_0008b620();\n }\n uVar4 = *(uint *)(iVar1 + 0x4e74);\n uVar2 = *(uint *)(iVar1 + 0x4e70);\n uVar6 = *(uint *)(iVar1 + 0x5218);\n uVar3 = *(uint *)(iVar1 + 0x521c);\n if (uVar4 == 0 && uVar2 == 0) {\n iVar5 = *(int *)(iVar5 + 4);\n if (uVar3 == 0 && uVar6 == 0) {\n uVar6 = *(uint *)(iVar5 + 0x20);\n uVar3 = *(uint *)(iVar5 + 0x24);\n }\n uVar2 = *(uint *)(iVar5 + 0x28);\n uVar4 = *(uint *)(iVar5 + 0x2c);\n }\n else if (uVar3 == 0 && uVar6 == 0) {\n uVar6 = *(uint *)(*(int *)(iVar5 + 4) + 0x20);\n uVar3 = *(uint *)(*(int *)(iVar5 + 4) + 0x24);\n }\n if (uVar3 < uVar4 || uVar3 - uVar4 < (uint)(uVar6 < uVar2)) {\n uVar2 = uVar6;\n uVar4 = uVar3;\n }\n }\n return CONCAT44(uVar4,uVar2);\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (declaration "uint uVar2;" (type_identifier "uint") (identifier "uVar2") (; ";")) (declaration "uint uVar3;" (type_identifier "uint") (identifier "uVar3") (; ";")) (declaration "uint uVar4;" (type_identifier "uint") (identifier "uVar4") (; ";")) (declaration "int iVar5;" (primitive_type "int") (identifier "iVar5") (; ";")) (declaration "uint uVar6;" (type_identifier "uint") (identifier "uVar6") (; ";")) (declaration "int unaff_EBP;" (primitive_type "int") (identifier "unaff_EBP") (; ";")) (declaration "int *unaff_ESI;" (primitive_type "int") (pointer_declarator "*unaff_ESI" (* "*") (identifier "unaff_ESI")) (; ";")) (declaration "undefined8 uVar7;" (type_identifier "undefined8") (identifier "uVar7") (; ";")) (declaration "char cStack_59;" (primitive_type "char") (identifier "cStack_59") (; ";")) (declaration "undefined1 auStack_58 [8];" (type_identifier "undefined1") (array_declarator "auStack_58 [8]" (identifier "auStack_58") ([ "[") (number_literal "8") (] "]")) (; ";")) (declaration "undefined1 uStack_50;" (type_identifier "undefined1") (identifier "uStack_50") (; ";")) (declaration "undefined1 uStack_4f;" (type_identifier "undefined1") (identifier "uStack_4f") (; ";")) (declaration "undefined4 uStack_4c;" (type_identifier "undefined4") (identifier "uStack_4c") (; ";")) (declaration "undefined4 uStack_48;" (type_identifier "undefined4") (identifier "uStack_48") (; ";")) (declaration "int iStack_44;" (primitive_type "int") (identifier "iStack_44") (; ";")) (declaration "int *piStack_40;" (primitive_type "int") (pointer_declarator "*piStack_40" (* "*") (identifier "piStack_40")) (; ";")) (declaration "undefined4 uStack_3c;" (type_identifier "undefined4") (identifier "uStack_3c") (; ";")) (declaration "undefined4 uStack_38;" (type_identifier "undefined4") (identifier "uStack_38") (; ";")) (declaration "undefined4 uStack_34;" (type_identifier "undefined4") (identifier "uStack_34") (; ";")) (declaration "undefined4 uStack_30;" (type_identifier "undefined4") (identifier "uStack_30") (; ";")) (declaration "char *pcStack_2c;" (primitive_type "char") (pointer_declarator "*pcStack_2c" (* "*") (identifier "pcStack_2c")) (; ";")) (declaration "undefined4 uStack_20;" (type_identifier "undefined4") (identifier "uStack_20") (; ";")) (declaration "undefined **ppuStack_1c;" (type_identifier "undefined") (pointer_declarator "**ppuStack_1c" (* "*") (pointer_declarator "*ppuStack_1c" (* "*") (identifier "ppuStack_1c"))) (; ";")) (if_statement "if (*(int *)(param_1 + 4) == 0) {\n if (*(int *)(DAT_0033f2f0 + 0xc) == 0) goto LAB_00183c98;\n iVar5 = *(int *)(DAT_0033f2f0 + 8);\n if (iVar5 == 0) {\n FUN_00183a10();\n FUN_00058c4e();\n uStack_48 = param_4;\n iStack_44 = param_5;\n uStack_50 = (undefined1)param_1;\n uStack_4f = param_2;\n uStack_4c = param_3;\n if (param_6 != (int *)0x0) {\n *param_6 = 0;\n }\n piStack_40 = param_6;\n cStack_59 = '\x01';\n uStack_38 = param_8;\n uStack_34 = param_9;\n uStack_30 = param_10;\n uStack_3c = param_7;\n pcStack_2c = &cStack_59;\n ppuStack_1c = &__DT_PLTGOT;\n uVar7 = (**(code **)(*unaff_ESI + 0xc))(unaff_ESI,auStack_58);\n iVar5 = (int)((ulonglong)uVar7 >> 0x20);\n uVar2 = (uint)uVar7;\n if (param_12 == (char *)0x0) {\n if (cStack_59 == '\0') {\n \n FUN_0008b620(unaff_EBP + 0xe41bc,0x9c,unaff_EBP + 0xe46ca,param_6);\n }\n }\n else {\n *param_12 = cStack_59;\n }\n if ((param_11 == '\0') || (*param_6 != 0)) {\n return uVar7;\n }\n if (param_5 == 0) {\n \n FUN_0008b620(unaff_EBP + 0xe41bc,0xa2,unaff_EBP + 0xe46ca,iVar5);\n }\n if ((*(byte *)(param_5 + 0x1c) & 1) == 0) {\n \n FUN_0008b620(unaff_EBP + 0xc7667,0xc5,unaff_EBP + 0xe46ba,uVar2);\n }\n uVar4 = *(uint *)(param_5 + 4);\n uVar6 = *(uint *)(param_5 + 4);\n iVar1 = *(int *)(param_5 + 8);\n *param_6 = param_5;\n return CONCAT44(iVar5 + iVar1 + (uint)CARRY4(uVar2,uVar4),uVar2 + uVar6);\n }\n uVar2 = *(uint *)(iVar5 + 0x5218);\n uVar4 = *(uint *)(iVar5 + 0x521c);\n if (uVar4 == 0 && uVar2 == 0) {\n return *(undefined8 *)(*(int *)(*(int *)(DAT_0033f2f0 + 0xc) + 4) + 0x20);\n }\n }\n else {\n if (*(int *)(param_1 + 4) != 1) {\n ppuStack_1c = (undefined **)0x267eb2;\n \n uStack_20 = 0x183cc7;\n FUN_0008b620();\n }\n iVar5 = *(int *)(DAT_0033f2f0 + 0xc);\n if (iVar5 == 0) {\nLAB_00183c98:\n ppuStack_1c = (undefined **)0x24626d;\n \n uStack_20 = 0x183cae;\n FUN_0008b620();\n }\n iVar1 = *(int *)(DAT_0033f2f0 + 8);\n if (iVar1 == 0) {\n ppuStack_1c = (undefined **)0x24626d;\n \n uStack_20 = 0x183cdd;\n FUN_0008b620();\n }\n uVar4 = *(uint *)(iVar1 + 0x4e74);\n uVar2 = *(uint *)(iVar1 + 0x4e70);\n uVar6 = *(uint *)(iVar1 + 0x5218);\n uVar3 = *(uint *)(iVar1 + 0x521c);\n if (uVar4 == 0 && uVar2 == 0) {\n iVar5 = *(int *)(iVar5 + 4);\n if (uVar3 == 0 && uVar6 == 0) {\n uVar6 = *(uint *)(iVar5 + 0x20);\n uVar3 = *(uint *)(iVar5 + 0x24);\n }\n uVar2 = *(uint *)(iVar5 + 0x28);\n uVar4 = *(uint *)(iVar5 + 0x2c);\n }\n else if (uVar3 == 0 && uVar6 == 0) {\n uVar6 = *(uint *)(*(int *)(iVar5 + 4) + 0x20);\n uVar3 = *(uint *)(*(int *)(iVar5 + 4) + 0x24);\n }\n if (uVar3 < uVar4 || uVar3 - uVar4 < (uint)(uVar6 < uVar2)) {\n uVar2 = uVar6;\n uVar4 = uVar3;\n }\n }" (if "if") (parenthesized_expression "(*(int *)(param_1 + 4) == 0)" (( "(") (binary_expression "*(int *)(param_1 + 4) == 0" (pointer_expression "*(int *)(param_1 + 4)" (* "*") (cast_expression "(int *)(param_1 + 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 4)" (( "(") (binary_expression "param_1 + 4" (identifier "param_1") (+ "+") (number_literal "4")) () ")")))) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n if (*(int *)(DAT_0033f2f0 + 0xc) == 0) goto LAB_00183c98;\n iVar5 = *(int *)(DAT_0033f2f0 + 8);\n if (iVar5 == 0) {\n FUN_00183a10();\n FUN_00058c4e();\n uStack_48 = param_4;\n iStack_44 = param_5;\n uStack_50 = (undefined1)param_1;\n uStack_4f = param_2;\n uStack_4c = param_3;\n if (param_6 != (int *)0x0) {\n *param_6 = 0;\n }\n piStack_40 = param_6;\n cStack_59 = '\x01';\n uStack_38 = param_8;\n uStack_34 = param_9;\n uStack_30 = param_10;\n uStack_3c = param_7;\n pcStack_2c = &cStack_59;\n ppuStack_1c = &__DT_PLTGOT;\n uVar7 = (**(code **)(*unaff_ESI + 0xc))(unaff_ESI,auStack_58);\n iVar5 = (int)((ulonglong)uVar7 >> 0x20);\n uVar2 = (uint)uVar7;\n if (param_12 == (char *)0x0) {\n if (cStack_59 == '\0') {\n \n FUN_0008b620(unaff_EBP + 0xe41bc,0x9c,unaff_EBP + 0xe46ca,param_6);\n }\n }\n else {\n *param_12 = cStack_59;\n }\n if ((param_11 == '\0') || (*param_6 != 0)) {\n return uVar7;\n }\n if (param_5 == 0) {\n \n FUN_0008b620(unaff_EBP + 0xe41bc,0xa2,unaff_EBP + 0xe46ca,iVar5);\n }\n if ((*(byte *)(param_5 + 0x1c) & 1) == 0) {\n \n FUN_0008b620(unaff_EBP + 0xc7667,0xc5,unaff_EBP + 0xe46ba,uVar2);\n }\n uVar4 = *(uint *)(param_5 + 4);\n uVar6 = *(uint *)(param_5 + 4);\n iVar1 = *(int *)(param_5 + 8);\n *param_6 = param_5;\n return CONCAT44(iVar5 + iVar1 + (uint)CARRY4(uVar2,uVar4),uVar2 + uVar6);\n }\n uVar2 = *(uint *)(iVar5 + 0x5218);\n uVar4 = *(uint *)(iVar5 + 0x521c);\n if (uVar4 == 0 && uVar2 == 0) {\n return *(undefined8 *)(*(int *)(*(int *)(DAT_0033f2f0 + 0xc) + 4) + 0x20);\n }\n }" ({ "{") (if_statement "if (*(int *)(DAT_0033f2f0 + 0xc) == 0) goto LAB_00183c98;" (if "if") (parenthesized_expression "(*(int *)(DAT_0033f2f0 + 0xc) == 0)" (( "(") (binary_expression "*(int *)(DAT_0033f2f0 + 0xc) == 0" (pointer_expression "*(int *)(DAT_0033f2f0 + 0xc)" (* "*") (cast_expression "(int *)(DAT_0033f2f0 + 0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_0033f2f0 + 0xc)" (( "(") (binary_expression "DAT_0033f2f0 + 0xc" (identifier "DAT_0033f2f0") (+ "+") (number_literal "0xc")) () ")")))) (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_00183c98;" (goto "goto") (statement_identifier "LAB_00183c98") (; ";"))) (expression_statement "iVar5 = *(int *)(DAT_0033f2f0 + 8);" (assignment_expression "iVar5 = *(int *)(DAT_0033f2f0 + 8)" (identifier "iVar5") (= "=") (pointer_expression "*(int *)(DAT_0033f2f0 + 8)" (* "*") (cast_expression "(int *)(DAT_0033f2f0 + 8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_0033f2f0 + 8)" (( "(") (binary_expression "DAT_0033f2f0 + 8" (identifier "DAT_0033f2f0") (+ "+") (number_literal "8")) () ")"))))) (; ";")) (if_statement "if (iVar5 == 0) {\n FUN_00183a10();\n FUN_00058c4e();\n uStack_48 = param_4;\n iStack_44 = param_5;\n uStack_50 = (undefined1)param_1;\n uStack_4f = param_2;\n uStack_4c = param_3;\n if (param_6 != (int *)0x0) {\n *param_6 = 0;\n }\n piStack_40 = param_6;\n cStack_59 = '\x01';\n uStack_38 = param_8;\n uStack_34 = param_9;\n uStack_30 = param_10;\n uStack_3c = param_7;\n pcStack_2c = &cStack_59;\n ppuStack_1c = &__DT_PLTGOT;\n uVar7 = (**(code **)(*unaff_ESI + 0xc))(unaff_ESI,auStack_58);\n iVar5 = (int)((ulonglong)uVar7 >> 0x20);\n uVar2 = (uint)uVar7;\n if (param_12 == (char *)0x0) {\n if (cStack_59 == '\0') {\n \n FUN_0008b620(unaff_EBP + 0xe41bc,0x9c,unaff_EBP + 0xe46ca,param_6);\n }\n }\n else {\n *param_12 = cStack_59;\n }\n if ((param_11 == '\0') || (*param_6 != 0)) {\n return uVar7;\n }\n if (param_5 == 0) {\n \n FUN_0008b620(unaff_EBP + 0xe41bc,0xa2,unaff_EBP + 0xe46ca,iVar5);\n }\n if ((*(byte *)(param_5 + 0x1c) & 1) == 0) {\n \n FUN_0008b620(unaff_EBP + 0xc7667,0xc5,unaff_EBP + 0xe46ba,uVar2);\n }\n uVar4 = *(uint *)(param_5 + 4);\n uVar6 = *(uint *)(param_5 + 4);\n iVar1 = *(int *)(param_5 + 8);\n *param_6 = param_5;\n return CONCAT44(iVar5 + iVar1 + (uint)CARRY4(uVar2,uVar4),uVar2 + uVar6);\n }" (if "if") (parenthesized_expression "(iVar5 == 0)" (( "(") (binary_expression "iVar5 == 0" (identifier "iVar5") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n FUN_00183a10();\n FUN_00058c4e();\n uStack_48 = param_4;\n iStack_44 = param_5;\n uStack_50 = (undefined1)param_1;\n uStack_4f = param_2;\n uStack_4c = param_3;\n if (param_6 != (int *)0x0) {\n *param_6 = 0;\n }\n piStack_40 = param_6;\n cStack_59 = '\x01';\n uStack_38 = param_8;\n uStack_34 = param_9;\n uStack_30 = param_10;\n uStack_3c = param_7;\n pcStack_2c = &cStack_59;\n ppuStack_1c = &__DT_PLTGOT;\n uVar7 = (**(code **)(*unaff_ESI + 0xc))(unaff_ESI,auStack_58);\n iVar5 = (int)((ulonglong)uVar7 >> 0x20);\n uVar2 = (uint)uVar7;\n if (param_12 == (char *)0x0) {\n if (cStack_59 == '\0') {\n \n FUN_0008b620(unaff_EBP + 0xe41bc,0x9c,unaff_EBP + 0xe46ca,param_6);\n }\n }\n else {\n *param_12 = cStack_59;\n }\n if ((param_11 == '\0') || (*param_6 != 0)) {\n return uVar7;\n }\n if (param_5 == 0) {\n \n FUN_0008b620(unaff_EBP + 0xe41bc,0xa2,unaff_EBP + 0xe46ca,iVar5);\n }\n if ((*(byte *)(param_5 + 0x1c) & 1) == 0) {\n \n FUN_0008b620(unaff_EBP + 0xc7667,0xc5,unaff_EBP + 0xe46ba,uVar2);\n }\n uVar4 = *(uint *)(param_5 + 4);\n uVar6 = *(uint *)(param_5 + 4);\n iVar1 = *(int *)(param_5 + 8);\n *param_6 = param_5;\n return CONCAT44(iVar5 + iVar1 + (uint)CARRY4(uVar2,uVar4),uVar2 + uVar6);\n }" ({ "{") (expression_statement "FUN_00183a10();" (call_expression "FUN_00183a10()" (identifier "FUN_00183a10") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "FUN_00058c4e();" (call_expression "FUN_00058c4e()" (identifier "FUN_00058c4e") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "uStack_48 = param_4;" (assignment_expression "uStack_48 = param_4" (identifier "uStack_48") (= "=") (identifier "param_4")) (; ";")) (expression_statement "iStack_44 = param_5;" (assignment_expression "iStack_44 = param_5" (identifier "iStack_44") (= "=") (identifier "param_5")) (; ";")) (expression_statement "uStack_50 = (undefined1)param_1;" (assignment_expression "uStack_50 = (undefined1)param_1" (identifier "uStack_50") (= "=") (cast_expression "(undefined1)param_1" (( "(") (type_descriptor "undefined1" (type_identifier "undefined1")) () ")") (identifier "param_1"))) (; ";")) (expression_statement "uStack_4f = param_2;" (assignment_expression "uStack_4f = param_2" (identifier "uStack_4f") (= "=") (identifier "param_2")) (; ";")) (expression_statement "uStack_4c = param_3;" (assignment_expression "uStack_4c = param_3" (identifier "uStack_4c") (= "=") (identifier "param_3")) (; ";")) (if_statement "if (param_6 != (int *)0x0) {\n *param_6 = 0;\n }" (if "if") (parenthesized_expression "(param_6 != (int *)0x0)" (( "(") (binary_expression "param_6 != (int *)0x0" (identifier "param_6") (!= "!=") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n *param_6 = 0;\n }" ({ "{") (expression_statement "*param_6 = 0;" (assignment_expression "*param_6 = 0" (pointer_expression "*param_6" (* "*") (identifier "param_6")) (= "=") (number_literal "0")) (; ";")) (} "}"))) (expression_statement "piStack_40 = param_6;" (assignment_expression "piStack_40 = param_6" (identifier "piStack_40") (= "=") (identifier "param_6")) (; ";")) (expression_statement "cStack_59 = '\x01';" (assignment_expression "cStack_59 = '\x01'" (identifier "cStack_59") (= "=") (char_literal "'\x01'" (' "'") (escape_sequence "\x01") (' "'"))) (; ";")) (expression_statement "uStack_38 = param_8;" (assignment_expression "uStack_38 = param_8" (identifier "uStack_38") (= "=") (identifier "param_8")) (; ";")) (expression_statement "uStack_34 = param_9;" (assignment_expression "uStack_34 = param_9" (identifier "uStack_34") (= "=") (identifier "param_9")) (; ";")) (expression_statement "uStack_30 = param_10;" (assignment_expression "uStack_30 = param_10" (identifier "uStack_30") (= "=") (identifier "param_10")) (; ";")) (expression_statement "uStack_3c = param_7;" (assignment_expression "uStack_3c = param_7" (identifier "uStack_3c") (= "=") (identifier "param_7")) (; ";")) (expression_statement "pcStack_2c = &cStack_59;" (assignment_expression "pcStack_2c = &cStack_59" (identifier "pcStack_2c") (= "=") (pointer_expression "&cStack_59" (& "&") (identifier "cStack_59"))) (; ";")) (expression_statement "ppuStack_1c = &__DT_PLTGOT;" (assignment_expression "ppuStack_1c = &__DT_PLTGOT" (identifier "ppuStack_1c") (= "=") (pointer_expression "&__DT_PLTGOT" (& "&") (identifier "__DT_PLTGOT"))) (; ";")) (expression_statement "uVar7 = (**(code **)(*unaff_ESI + 0xc))(unaff_ESI,auStack_58);" (assignment_expression "uVar7 = (**(code **)(*unaff_ESI + 0xc))(unaff_ESI,auStack_58)" (identifier "uVar7") (= "=") (call_expression "(**(code **)(*unaff_ESI + 0xc))(unaff_ESI,auStack_58)" (parenthesized_expression "(**(code **)(*unaff_ESI + 0xc))" (( "(") (pointer_expression "**(code **)(*unaff_ESI + 0xc)" (* "*") (pointer_expression "*(code **)(*unaff_ESI + 0xc)" (* "*") (cast_expression "(code **)(*unaff_ESI + 0xc)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*unaff_ESI + 0xc)" (( "(") (binary_expression "*unaff_ESI + 0xc" (pointer_expression "*unaff_ESI" (* "*") (identifier "unaff_ESI")) (+ "+") (number_literal "0xc")) () ")"))))) () ")")) (argument_list "(unaff_ESI,auStack_58)" (( "(") (identifier "unaff_ESI") (, ",") (identifier "auStack_58") () ")")))) (; ";")) (expression_statement "iVar5 = (int)((ulonglong)uVar7 >> 0x20);" (assignment_expression "iVar5 = (int)((ulonglong)uVar7 >> 0x20)" (identifier "iVar5") (= "=") (cast_expression "(int)((ulonglong)uVar7 >> 0x20)" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (parenthesized_expression "((ulonglong)uVar7 >> 0x20)" (( "(") (binary_expression "(ulonglong)uVar7 >> 0x20" (cast_expression "(ulonglong)uVar7" (( "(") (type_descriptor "ulonglong" (type_identifier "ulonglong")) () ")") (identifier "uVar7")) (>> ">>") (number_literal "0x20")) () ")")))) (; ";")) (expression_statement "uVar2 = (uint)uVar7;" (assignment_expression "uVar2 = (uint)uVar7" (identifier "uVar2") (= "=") (cast_expression "(uint)uVar7" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "uVar7"))) (; ";")) (if_statement "if (param_12 == (char *)0x0) {\n if (cStack_59 == '\0') {\n \n FUN_0008b620(unaff_EBP + 0xe41bc,0x9c,unaff_EBP + 0xe46ca,param_6);\n }\n }\n else {\n *param_12 = cStack_59;\n }" (if "if") (parenthesized_expression "(param_12 == (char *)0x0)" (( "(") (binary_expression "param_12 == (char *)0x0" (identifier "param_12") (== "==") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n if (cStack_59 == '\0') {\n \n FUN_0008b620(unaff_EBP + 0xe41bc,0x9c,unaff_EBP + 0xe46ca,param_6);\n }\n }" ({ "{") (if_statement "if (cStack_59 == '\0') {\n \n FUN_0008b620(unaff_EBP + 0xe41bc,0x9c,unaff_EBP + 0xe46ca,param_6);\n }" (if "if") (parenthesized_expression "(cStack_59 == '\0')" (( "(") (binary_expression "cStack_59 == '\0'" (identifier "cStack_59") (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n \n FUN_0008b620(unaff_EBP + 0xe41bc,0x9c,unaff_EBP + 0xe46ca,param_6);\n }" ({ "{") (expression_statement "FUN_0008b620(unaff_EBP + 0xe41bc,0x9c,unaff_EBP + 0xe46ca,param_6);" (call_expression "FUN_0008b620(unaff_EBP + 0xe41bc,0x9c,unaff_EBP + 0xe46ca,param_6)" (identifier "FUN_0008b620") (argument_list "(unaff_EBP + 0xe41bc,0x9c,unaff_EBP + 0xe46ca,param_6)" (( "(") (binary_expression "unaff_EBP + 0xe41bc" (identifier "unaff_EBP") (+ "+") (number_literal "0xe41bc")) (, ",") (number_literal "0x9c") (, ",") (binary_expression "unaff_EBP + 0xe46ca" (identifier "unaff_EBP") (+ "+") (number_literal "0xe46ca")) (, ",") (identifier "param_6") () ")"))) (; ";")) (} "}"))) (} "}")) (else_clause "else {\n *param_12 = cStack_59;\n }" (else "else") (compound_statement "{\n *param_12 = cStack_59;\n }" ({ "{") (expression_statement "*param_12 = cStack_59;" (assignment_expression "*param_12 = cStack_59" (pointer_expression "*param_12" (* "*") (identifier "param_12")) (= "=") (identifier "cStack_59")) (; ";")) (} "}")))) (if_statement "if ((param_11 == '\0') || (*param_6 != 0)) {\n return uVar7;\n }" (if "if") (parenthesized_expression "((param_11 == '\0') || (*param_6 != 0))" (( "(") (binary_expression "(param_11 == '\0') || (*param_6 != 0)" (parenthesized_expression "(param_11 == '\0')" (( "(") (binary_expression "param_11 == '\0'" (identifier "param_11") (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (|| "||") (parenthesized_expression "(*param_6 != 0)" (( "(") (binary_expression "*param_6 != 0" (pointer_expression "*param_6" (* "*") (identifier "param_6")) (!= "!=") (number_literal "0")) () ")"))) () ")")) (compound_statement "{\n return uVar7;\n }" ({ "{") (return_statement "return uVar7;" (return "return") (identifier "uVar7") (; ";")) (} "}"))) (if_statement "if (param_5 == 0) {\n \n FUN_0008b620(unaff_EBP + 0xe41bc,0xa2,unaff_EBP + 0xe46ca,iVar5);\n }" (if "if") (parenthesized_expression "(param_5 == 0)" (( "(") (binary_expression "param_5 == 0" (identifier "param_5") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n \n FUN_0008b620(unaff_EBP + 0xe41bc,0xa2,unaff_EBP + 0xe46ca,iVar5);\n }" ({ "{") (expression_statement "FUN_0008b620(unaff_EBP + 0xe41bc,0xa2,unaff_EBP + 0xe46ca,iVar5);" (call_expression "FUN_0008b620(unaff_EBP + 0xe41bc,0xa2,unaff_EBP + 0xe46ca,iVar5)" (identifier "FUN_0008b620") (argument_list "(unaff_EBP + 0xe41bc,0xa2,unaff_EBP + 0xe46ca,iVar5)" (( "(") (binary_expression "unaff_EBP + 0xe41bc" (identifier "unaff_EBP") (+ "+") (number_literal "0xe41bc")) (, ",") (number_literal "0xa2") (, ",") (binary_expression "unaff_EBP + 0xe46ca" (identifier "unaff_EBP") (+ "+") (number_literal "0xe46ca")) (, ",") (identifier "iVar5") () ")"))) (; ";")) (} "}"))) (if_statement "if ((*(byte *)(param_5 + 0x1c) & 1) == 0) {\n \n FUN_0008b620(unaff_EBP + 0xc7667,0xc5,unaff_EBP + 0xe46ba,uVar2);\n }" (if "if") (parenthesized_expression "((*(byte *)(param_5 + 0x1c) & 1) == 0)" (( "(") (binary_expression "(*(byte *)(param_5 + 0x1c) & 1) == 0" (parenthesized_expression "(*(byte *)(param_5 + 0x1c) & 1)" (( "(") (binary_expression "*(byte *)(param_5 + 0x1c) & 1" (pointer_expression "*(byte *)(param_5 + 0x1c)" (* "*") (cast_expression "(byte *)(param_5 + 0x1c)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_5 + 0x1c)" (( "(") (binary_expression "param_5 + 0x1c" (identifier "param_5") (+ "+") (number_literal "0x1c")) () ")")))) (& "&") (number_literal "1")) () ")")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n \n FUN_0008b620(unaff_EBP + 0xc7667,0xc5,unaff_EBP + 0xe46ba,uVar2);\n }" ({ "{") (expression_statement "FUN_0008b620(unaff_EBP + 0xc7667,0xc5,unaff_EBP + 0xe46ba,uVar2);" (call_expression "FUN_0008b620(unaff_EBP + 0xc7667,0xc5,unaff_EBP + 0xe46ba,uVar2)" (identifier "FUN_0008b620") (argument_list "(unaff_EBP + 0xc7667,0xc5,unaff_EBP + 0xe46ba,uVar2)" (( "(") (binary_expression "unaff_EBP + 0xc7667" (identifier "unaff_EBP") (+ "+") (number_literal "0xc7667")) (, ",") (number_literal "0xc5") (, ",") (binary_expression "unaff_EBP + 0xe46ba" (identifier "unaff_EBP") (+ "+") (number_literal "0xe46ba")) (, ",") (identifier "uVar2") () ")"))) (; ";")) (} "}"))) (expression_statement "uVar4 = *(uint *)(param_5 + 4);" (assignment_expression "uVar4 = *(uint *)(param_5 + 4)" (identifier "uVar4") (= "=") (pointer_expression "*(uint *)(param_5 + 4)" (* "*") (cast_expression "(uint *)(param_5 + 4)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_5 + 4)" (( "(") (binary_expression "param_5 + 4" (identifier "param_5") (+ "+") (number_literal "4")) () ")"))))) (; ";")) (expression_statement "uVar6 = *(uint *)(param_5 + 4);" (assignment_expression "uVar6 = *(uint *)(param_5 + 4)" (identifier "uVar6") (= "=") (pointer_expression "*(uint *)(param_5 + 4)" (* "*") (cast_expression "(uint *)(param_5 + 4)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_5 + 4)" (( "(") (binary_expression "param_5 + 4" (identifier "param_5") (+ "+") (number_literal "4")) () ")"))))) (; ";")) (expression_statement "iVar1 = *(int *)(param_5 + 8);" (assignment_expression "iVar1 = *(int *)(param_5 + 8)" (identifier "iVar1") (= "=") (pointer_expression "*(int *)(param_5 + 8)" (* "*") (cast_expression "(int *)(param_5 + 8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_5 + 8)" (( "(") (binary_expression "param_5 + 8" (identifier "param_5") (+ "+") (number_literal "8")) () ")"))))) (; ";")) (expression_statement "*param_6 = param_5;" (assignment_expression "*param_6 = param_5" (pointer_expression "*param_6" (* "*") (identifier "param_6")) (= "=") (identifier "param_5")) (; ";")) (return_statement "return CONCAT44(iVar5 + iVar1 + (uint)CARRY4(uVar2,uVar4),uVar2 + uVar6);" (return "return") (call_expression "CONCAT44(iVar5 + iVar1 + (uint)CARRY4(uVar2,uVar4),uVar2 + uVar6)" (identifier "CONCAT44") (argument_list "(iVar5 + iVar1 + (uint)CARRY4(uVar2,uVar4),uVar2 + uVar6)" (( "(") (binary_expression "iVar5 + iVar1 + (uint)CARRY4(uVar2,uVar4)" (binary_expression "iVar5 + iVar1" (identifier "iVar5") (+ "+") (identifier "iVar1")) (+ "+") (cast_expression "(uint)CARRY4(uVar2,uVar4)" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (call_expression "CARRY4(uVar2,uVar4)" (identifier "CARRY4") (argument_list "(uVar2,uVar4)" (( "(") (identifier "uVar2") (, ",") (identifier "uVar4") () ")"))))) (, ",") (binary_expression "uVar2 + uVar6" (identifier "uVar2") (+ "+") (identifier "uVar6")) () ")"))) (; ";")) (} "}"))) (expression_statement "uVar2 = *(uint *)(iVar5 + 0x5218);" (assignment_expression "uVar2 = *(uint *)(iVar5 + 0x5218)" (identifier "uVar2") (= "=") (pointer_expression "*(uint *)(iVar5 + 0x5218)" (* "*") (cast_expression "(uint *)(iVar5 + 0x5218)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar5 + 0x5218)" (( "(") (binary_expression "iVar5 + 0x5218" (identifier "iVar5") (+ "+") (number_literal "0x5218")) () ")"))))) (; ";")) (expression_statement "uVar4 = *(uint *)(iVar5 + 0x521c);" (assignment_expression "uVar4 = *(uint *)(iVar5 + 0x521c)" (identifier "uVar4") (= "=") (pointer_expression "*(uint *)(iVar5 + 0x521c)" (* "*") (cast_expression "(uint *)(iVar5 + 0x521c)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar5 + 0x521c)" (( "(") (binary_expression "iVar5 + 0x521c" (identifier "iVar5") (+ "+") (number_literal "0x521c")) () ")"))))) (; ";")) (if_statement "if (uVar4 == 0 && uVar2 == 0) {\n return *(undefined8 *)(*(int *)(*(int *)(DAT_0033f2f0 + 0xc) + 4) + 0x20);\n }" (if "if") (parenthesized_expression "(uVar4 == 0 && uVar2 == 0)" (( "(") (binary_expression "uVar4 == 0 && uVar2 == 0" (binary_expression "uVar4 == 0" (identifier "uVar4") (== "==") (number_literal "0")) (&& "&&") (binary_expression "uVar2 == 0" (identifier "uVar2") (== "==") (number_literal "0"))) () ")")) (compound_statement "{\n return *(undefined8 *)(*(int *)(*(int *)(DAT_0033f2f0 + 0xc) + 4) + 0x20);\n }" ({ "{") (return_statement "return *(undefined8 *)(*(int *)(*(int *)(DAT_0033f2f0 + 0xc) + 4) + 0x20);" (return "return") (pointer_expression "*(undefined8 *)(*(int *)(*(int *)(DAT_0033f2f0 + 0xc) + 4) + 0x20)" (* "*") (cast_expression "(undefined8 *)(*(int *)(*(int *)(DAT_0033f2f0 + 0xc) + 4) + 0x20)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(int *)(*(int *)(DAT_0033f2f0 + 0xc) + 4) + 0x20)" (( "(") (binary_expression "*(int *)(*(int *)(DAT_0033f2f0 + 0xc) + 4) + 0x20" (pointer_expression "*(int *)(*(int *)(DAT_0033f2f0 + 0xc) + 4)" (* "*") (cast_expression "(int *)(*(int *)(DAT_0033f2f0 + 0xc) + 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(int *)(DAT_0033f2f0 + 0xc) + 4)" (( "(") (binary_expression "*(int *)(DAT_0033f2f0 + 0xc) + 4" (pointer_expression "*(int *)(DAT_0033f2f0 + 0xc)" (* "*") (cast_expression "(int *)(DAT_0033f2f0 + 0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_0033f2f0 + 0xc)" (( "(") (binary_expression "DAT_0033f2f0 + 0xc" (identifier "DAT_0033f2f0") (+ "+") (number_literal "0xc")) () ")")))) (+ "+") (number_literal "4")) () ")")))) (+ "+") (number_literal "0x20")) () ")")))) (; ";")) (} "}"))) (} "}")) (else_clause "else {\n if (*(int *)(param_1 + 4) != 1) {\n ppuStack_1c = (undefined **)0x267eb2;\n \n uStack_20 = 0x183cc7;\n FUN_0008b620();\n }\n iVar5 = *(int *)(DAT_0033f2f0 + 0xc);\n if (iVar5 == 0) {\nLAB_00183c98:\n ppuStack_1c = (undefined **)0x24626d;\n \n uStack_20 = 0x183cae;\n FUN_0008b620();\n }\n iVar1 = *(int *)(DAT_0033f2f0 + 8);\n if (iVar1 == 0) {\n ppuStack_1c = (undefined **)0x24626d;\n \n uStack_20 = 0x183cdd;\n FUN_0008b620();\n }\n uVar4 = *(uint *)(iVar1 + 0x4e74);\n uVar2 = *(uint *)(iVar1 + 0x4e70);\n uVar6 = *(uint *)(iVar1 + 0x5218);\n uVar3 = *(uint *)(iVar1 + 0x521c);\n if (uVar4 == 0 && uVar2 == 0) {\n iVar5 = *(int *)(iVar5 + 4);\n if (uVar3 == 0 && uVar6 == 0) {\n uVar6 = *(uint *)(iVar5 + 0x20);\n uVar3 = *(uint *)(iVar5 + 0x24);\n }\n uVar2 = *(uint *)(iVar5 + 0x28);\n uVar4 = *(uint *)(iVar5 + 0x2c);\n }\n else if (uVar3 == 0 && uVar6 == 0) {\n uVar6 = *(uint *)(*(int *)(iVar5 + 4) + 0x20);\n uVar3 = *(uint *)(*(int *)(iVar5 + 4) + 0x24);\n }\n if (uVar3 < uVar4 || uVar3 - uVar4 < (uint)(uVar6 < uVar2)) {\n uVar2 = uVar6;\n uVar4 = uVar3;\n }\n }" (else "else") (compound_statement "{\n if (*(int *)(param_1 + 4) != 1) {\n ppuStack_1c = (undefined **)0x267eb2;\n \n uStack_20 = 0x183cc7;\n FUN_0008b620();\n }\n iVar5 = *(int *)(DAT_0033f2f0 + 0xc);\n if (iVar5 == 0) {\nLAB_00183c98:\n ppuStack_1c = (undefined **)0x24626d;\n \n uStack_20 = 0x183cae;\n FUN_0008b620();\n }\n iVar1 = *(int *)(DAT_0033f2f0 + 8);\n if (iVar1 == 0) {\n ppuStack_1c = (undefined **)0x24626d;\n \n uStack_20 = 0x183cdd;\n FUN_0008b620();\n }\n uVar4 = *(uint *)(iVar1 + 0x4e74);\n uVar2 = *(uint *)(iVar1 + 0x4e70);\n uVar6 = *(uint *)(iVar1 + 0x5218);\n uVar3 = *(uint *)(iVar1 + 0x521c);\n if (uVar4 == 0 && uVar2 == 0) {\n iVar5 = *(int *)(iVar5 + 4);\n if (uVar3 == 0 && uVar6 == 0) {\n uVar6 = *(uint *)(iVar5 + 0x20);\n uVar3 = *(uint *)(iVar5 + 0x24);\n }\n uVar2 = *(uint *)(iVar5 + 0x28);\n uVar4 = *(uint *)(iVar5 + 0x2c);\n }\n else if (uVar3 == 0 && uVar6 == 0) {\n uVar6 = *(uint *)(*(int *)(iVar5 + 4) + 0x20);\n uVar3 = *(uint *)(*(int *)(iVar5 + 4) + 0x24);\n }\n if (uVar3 < uVar4 || uVar3 - uVar4 < (uint)(uVar6 < uVar2)) {\n uVar2 = uVar6;\n uVar4 = uVar3;\n }\n }" ({ "{") (if_statement "if (*(int *)(param_1 + 4) != 1) {\n ppuStack_1c = (undefined **)0x267eb2;\n \n uStack_20 = 0x183cc7;\n FUN_0008b620();\n }" (if "if") (parenthesized_expression "(*(int *)(param_1 + 4) != 1)" (( "(") (binary_expression "*(int *)(param_1 + 4) != 1" (pointer_expression "*(int *)(param_1 + 4)" (* "*") (cast_expression "(int *)(param_1 + 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 4)" (( "(") (binary_expression "param_1 + 4" (identifier "param_1") (+ "+") (number_literal "4")) () ")")))) (!= "!=") (number_literal "1")) () ")")) (compound_statement "{\n ppuStack_1c = (undefined **)0x267eb2;\n \n uStack_20 = 0x183cc7;\n FUN_0008b620();\n }" ({ "{") (expression_statement "ppuStack_1c = (undefined **)0x267eb2;" (assignment_expression "ppuStack_1c = (undefined **)0x267eb2" (identifier "ppuStack_1c") (= "=") (cast_expression "(undefined **)0x267eb2" (( "(") (type_descriptor "undefined **" (type_identifier "undefined") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (number_literal "0x267eb2"))) (; ";")) (expression_statement "uStack_20 = 0x183cc7;" (assignment_expression "uStack_20 = 0x183cc7" (identifier "uStack_20") (= "=") (number_literal "0x183cc7")) (; ";")) (expression_statement "FUN_0008b620();" (call_expression "FUN_0008b620()" (identifier "FUN_0008b620") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "iVar5 = *(int *)(DAT_0033f2f0 + 0xc);" (assignment_expression "iVar5 = *(int *)(DAT_0033f2f0 + 0xc)" (identifier "iVar5") (= "=") (pointer_expression "*(int *)(DAT_0033f2f0 + 0xc)" (* "*") (cast_expression "(int *)(DAT_0033f2f0 + 0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_0033f2f0 + 0xc)" (( "(") (binary_expression "DAT_0033f2f0 + 0xc" (identifier "DAT_0033f2f0") (+ "+") (number_literal "0xc")) () ")"))))) (; ";")) (if_statement "if (iVar5 == 0) {\nLAB_00183c98:\n ppuStack_1c = (undefined **)0x24626d;\n \n uStack_20 = 0x183cae;\n FUN_0008b620();\n }" (if "if") (parenthesized_expression "(iVar5 == 0)" (( "(") (binary_expression "iVar5 == 0" (identifier "iVar5") (== "==") (number_literal "0")) () ")")) (compound_statement "{\nLAB_00183c98:\n ppuStack_1c = (undefined **)0x24626d;\n \n uStack_20 = 0x183cae;\n FUN_0008b620();\n }" ({ "{") (labeled_statement "LAB_00183c98:\n ppuStack_1c = (undefined **)0x24626d;" (statement_identifier "LAB_00183c98") (: ":") (expression_statement "ppuStack_1c = (undefined **)0x24626d;" (assignment_expression "ppuStack_1c = (undefined **)0x24626d" (identifier "ppuStack_1c") (= "=") (cast_expression "(undefined **)0x24626d" (( "(") (type_descriptor "undefined **" (type_identifier "undefined") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (number_literal "0x24626d"))) (; ";"))) (expression_statement "uStack_20 = 0x183cae;" (assignment_expression "uStack_20 = 0x183cae" (identifier "uStack_20") (= "=") (number_literal "0x183cae")) (; ";")) (expression_statement "FUN_0008b620();" (call_expression "FUN_0008b620()" (identifier "FUN_0008b620") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "iVar1 = *(int *)(DAT_0033f2f0 + 8);" (assignment_expression "iVar1 = *(int *)(DAT_0033f2f0 + 8)" (identifier "iVar1") (= "=") (pointer_expression "*(int *)(DAT_0033f2f0 + 8)" (* "*") (cast_expression "(int *)(DAT_0033f2f0 + 8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_0033f2f0 + 8)" (( "(") (binary_expression "DAT_0033f2f0 + 8" (identifier "DAT_0033f2f0") (+ "+") (number_literal "8")) () ")"))))) (; ";")) (if_statement "if (iVar1 == 0) {\n ppuStack_1c = (undefined **)0x24626d;\n \n uStack_20 = 0x183cdd;\n FUN_0008b620();\n }" (if "if") (parenthesized_expression "(iVar1 == 0)" (( "(") (binary_expression "iVar1 == 0" (identifier "iVar1") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n ppuStack_1c = (undefined **)0x24626d;\n \n uStack_20 = 0x183cdd;\n FUN_0008b620();\n }" ({ "{") (expression_statement "ppuStack_1c = (undefined **)0x24626d;" (assignment_expression "ppuStack_1c = (undefined **)0x24626d" (identifier "ppuStack_1c") (= "=") (cast_expression "(undefined **)0x24626d" (( "(") (type_descriptor "undefined **" (type_identifier "undefined") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (number_literal "0x24626d"))) (; ";")) (expression_statement "uStack_20 = 0x183cdd;" (assignment_expression "uStack_20 = 0x183cdd" (identifier "uStack_20") (= "=") (number_literal "0x183cdd")) (; ";")) (expression_statement "FUN_0008b620();" (call_expression "FUN_0008b620()" (identifier "FUN_0008b620") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "uVar4 = *(uint *)(iVar1 + 0x4e74);" (assignment_expression "uVar4 = *(uint *)(iVar1 + 0x4e74)" (identifier "uVar4") (= "=") (pointer_expression "*(uint *)(iVar1 + 0x4e74)" (* "*") (cast_expression "(uint *)(iVar1 + 0x4e74)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar1 + 0x4e74)" (( "(") (binary_expression "iVar1 + 0x4e74" (identifier "iVar1") (+ "+") (number_literal "0x4e74")) () ")"))))) (; ";")) (expression_statement "uVar2 = *(uint *)(iVar1 + 0x4e70);" (assignment_expression "uVar2 = *(uint *)(iVar1 + 0x4e70)" (identifier "uVar2") (= "=") (pointer_expression "*(uint *)(iVar1 + 0x4e70)" (* "*") (cast_expression "(uint *)(iVar1 + 0x4e70)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar1 + 0x4e70)" (( "(") (binary_expression "iVar1 + 0x4e70" (identifier "iVar1") (+ "+") (number_literal "0x4e70")) () ")"))))) (; ";")) (expression_statement "uVar6 = *(uint *)(iVar1 + 0x5218);" (assignment_expression "uVar6 = *(uint *)(iVar1 + 0x5218)" (identifier "uVar6") (= "=") (pointer_expression "*(uint *)(iVar1 + 0x5218)" (* "*") (cast_expression "(uint *)(iVar1 + 0x5218)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar1 + 0x5218)" (( "(") (binary_expression "iVar1 + 0x5218" (identifier "iVar1") (+ "+") (number_literal "0x5218")) () ")"))))) (; ";")) (expression_statement "uVar3 = *(uint *)(iVar1 + 0x521c);" (assignment_expression "uVar3 = *(uint *)(iVar1 + 0x521c)" (identifier "uVar3") (= "=") (pointer_expression "*(uint *)(iVar1 + 0x521c)" (* "*") (cast_expression "(uint *)(iVar1 + 0x521c)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar1 + 0x521c)" (( "(") (binary_expression "iVar1 + 0x521c" (identifier "iVar1") (+ "+") (number_literal "0x521c")) () ")"))))) (; ";")) (if_statement "if (uVar4 == 0 && uVar2 == 0) {\n iVar5 = *(int *)(iVar5 + 4);\n if (uVar3 == 0 && uVar6 == 0) {\n uVar6 = *(uint *)(iVar5 + 0x20);\n uVar3 = *(uint *)(iVar5 + 0x24);\n }\n uVar2 = *(uint *)(iVar5 + 0x28);\n uVar4 = *(uint *)(iVar5 + 0x2c);\n }\n else if (uVar3 == 0 && uVar6 == 0) {\n uVar6 = *(uint *)(*(int *)(iVar5 + 4) + 0x20);\n uVar3 = *(uint *)(*(int *)(iVar5 + 4) + 0x24);\n }" (if "if") (parenthesized_expression "(uVar4 == 0 && uVar2 == 0)" (( "(") (binary_expression "uVar4 == 0 && uVar2 == 0" (binary_expression "uVar4 == 0" (identifier "uVar4") (== "==") (number_literal "0")) (&& "&&") (binary_expression "uVar2 == 0" (identifier "uVar2") (== "==") (number_literal "0"))) () ")")) (compound_statement "{\n iVar5 = *(int *)(iVar5 + 4);\n if (uVar3 == 0 && uVar6 == 0) {\n uVar6 = *(uint *)(iVar5 + 0x20);\n uVar3 = *(uint *)(iVar5 + 0x24);\n }\n uVar2 = *(uint *)(iVar5 + 0x28);\n uVar4 = *(uint *)(iVar5 + 0x2c);\n }" ({ "{") (expression_statement "iVar5 = *(int *)(iVar5 + 4);" (assignment_expression "iVar5 = *(int *)(iVar5 + 4)" (identifier "iVar5") (= "=") (pointer_expression "*(int *)(iVar5 + 4)" (* "*") (cast_expression "(int *)(iVar5 + 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar5 + 4)" (( "(") (binary_expression "iVar5 + 4" (identifier "iVar5") (+ "+") (number_literal "4")) () ")"))))) (; ";")) (if_statement "if (uVar3 == 0 && uVar6 == 0) {\n uVar6 = *(uint *)(iVar5 + 0x20);\n uVar3 = *(uint *)(iVar5 + 0x24);\n }" (if "if") (parenthesized_expression "(uVar3 == 0 && uVar6 == 0)" (( "(") (binary_expression "uVar3 == 0 && uVar6 == 0" (binary_expression "uVar3 == 0" (identifier "uVar3") (== "==") (number_literal "0")) (&& "&&") (binary_expression "uVar6 == 0" (identifier "uVar6") (== "==") (number_literal "0"))) () ")")) (compound_statement "{\n uVar6 = *(uint *)(iVar5 + 0x20);\n uVar3 = *(uint *)(iVar5 + 0x24);\n }" ({ "{") (expression_statement "uVar6 = *(uint *)(iVar5 + 0x20);" (assignment_expression "uVar6 = *(uint *)(iVar5 + 0x20)" (identifier "uVar6") (= "=") (pointer_expression "*(uint *)(iVar5 + 0x20)" (* "*") (cast_expression "(uint *)(iVar5 + 0x20)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar5 + 0x20)" (( "(") (binary_expression "iVar5 + 0x20" (identifier "iVar5") (+ "+") (number_literal "0x20")) () ")"))))) (; ";")) (expression_statement "uVar3 = *(uint *)(iVar5 + 0x24);" (assignment_expression "uVar3 = *(uint *)(iVar5 + 0x24)" (identifier "uVar3") (= "=") (pointer_expression "*(uint *)(iVar5 + 0x24)" (* "*") (cast_expression "(uint *)(iVar5 + 0x24)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar5 + 0x24)" (( "(") (binary_expression "iVar5 + 0x24" (identifier "iVar5") (+ "+") (number_literal "0x24")) () ")"))))) (; ";")) (} "}"))) (expression_statement "uVar2 = *(uint *)(iVar5 + 0x28);" (assignment_expression "uVar2 = *(uint *)(iVar5 + 0x28)" (identifier "uVar2") (= "=") (pointer_expression "*(uint *)(iVar5 + 0x28)" (* "*") (cast_expression "(uint *)(iVar5 + 0x28)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar5 + 0x28)" (( "(") (binary_expression "iVar5 + 0x28" (identifier "iVar5") (+ "+") (number_literal "0x28")) () ")"))))) (; ";")) (expression_statement "uVar4 = *(uint *)(iVar5 + 0x2c);" (assignment_expression "uVar4 = *(uint *)(iVar5 + 0x2c)" (identifier "uVar4") (= "=") (pointer_expression "*(uint *)(iVar5 + 0x2c)" (* "*") (cast_expression "(uint *)(iVar5 + 0x2c)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar5 + 0x2c)" (( "(") (binary_expression "iVar5 + 0x2c" (identifier "iVar5") (+ "+") (number_literal "0x2c")) () ")"))))) (; ";")) (} "}")) (else_clause "else if (uVar3 == 0 && uVar6 == 0) {\n uVar6 = *(uint *)(*(int *)(iVar5 + 4) + 0x20);\n uVar3 = *(uint *)(*(int *)(iVar5 + 4) + 0x24);\n }" (else "else") (if_statement "if (uVar3 == 0 && uVar6 == 0) {\n uVar6 = *(uint *)(*(int *)(iVar5 + 4) + 0x20);\n uVar3 = *(uint *)(*(int *)(iVar5 + 4) + 0x24);\n }" (if "if") (parenthesized_expression "(uVar3 == 0 && uVar6 == 0)" (( "(") (binary_expression "uVar3 == 0 && uVar6 == 0" (binary_expression "uVar3 == 0" (identifier "uVar3") (== "==") (number_literal "0")) (&& "&&") (binary_expression "uVar6 == 0" (identifier "uVar6") (== "==") (number_literal "0"))) () ")")) (compound_statement "{\n uVar6 = *(uint *)(*(int *)(iVar5 + 4) + 0x20);\n uVar3 = *(uint *)(*(int *)(iVar5 + 4) + 0x24);\n }" ({ "{") (expression_statement "uVar6 = *(uint *)(*(int *)(iVar5 + 4) + 0x20);" (assignment_expression "uVar6 = *(uint *)(*(int *)(iVar5 + 4) + 0x20)" (identifier "uVar6") (= "=") (pointer_expression "*(uint *)(*(int *)(iVar5 + 4) + 0x20)" (* "*") (cast_expression "(uint *)(*(int *)(iVar5 + 4) + 0x20)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(int *)(iVar5 + 4) + 0x20)" (( "(") (binary_expression "*(int *)(iVar5 + 4) + 0x20" (pointer_expression "*(int *)(iVar5 + 4)" (* "*") (cast_expression "(int *)(iVar5 + 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar5 + 4)" (( "(") (binary_expression "iVar5 + 4" (identifier "iVar5") (+ "+") (number_literal "4")) () ")")))) (+ "+") (number_literal "0x20")) () ")"))))) (; ";")) (expression_statement "uVar3 = *(uint *)(*(int *)(iVar5 + 4) + 0x24);" (assignment_expression "uVar3 = *(uint *)(*(int *)(iVar5 + 4) + 0x24)" (identifier "uVar3") (= "=") (pointer_expression "*(uint *)(*(int *)(iVar5 + 4) + 0x24)" (* "*") (cast_expression "(uint *)(*(int *)(iVar5 + 4) + 0x24)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(int *)(iVar5 + 4) + 0x24)" (( "(") (binary_expression "*(int *)(iVar5 + 4) + 0x24" (pointer_expression "*(int *)(iVar5 + 4)" (* "*") (cast_expression "(int *)(iVar5 + 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar5 + 4)" (( "(") (binary_expression "iVar5 + 4" (identifier "iVar5") (+ "+") (number_literal "4")) () ")")))) (+ "+") (number_literal "0x24")) () ")"))))) (; ";")) (} "}"))))) (if_statement "if (uVar3 < uVar4 || uVar3 - uVar4 < (uint)(uVar6 < uVar2)) {\n uVar2 = uVar6;\n uVar4 = uVar3;\n }" (if "if") (parenthesized_expression "(uVar3 < uVar4 || uVar3 - uVar4 < (uint)(uVar6 < uVar2))" (( "(") (binary_expression "uVar3 < uVar4 || uVar3 - uVar4 < (uint)(uVar6 < uVar2)" (binary_expression "uVar3 < uVar4" (identifier "uVar3") (< "<") (identifier "uVar4")) (|| "||") (binary_expression "uVar3 - uVar4 < (uint)(uVar6 < uVar2)" (binary_expression "uVar3 - uVar4" (identifier "uVar3") (- "-") (identifier "uVar4")) (< "<") (call_expression "(uint)(uVar6 < uVar2)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "(uVar6 < uVar2)" (( "(") (binary_expression "uVar6 < uVar2" (identifier "uVar6") (< "<") (identifier "uVar2")) () ")"))))) () ")")) (compound_statement "{\n uVar2 = uVar6;\n uVar4 = uVar3;\n }" ({ "{") (expression_statement "uVar2 = uVar6;" (assignment_expression "uVar2 = uVar6" (identifier "uVar2") (= "=") (identifier "uVar6")) (; ";")) (expression_statement "uVar4 = uVar3;" (assignment_expression "uVar4 = uVar3" (identifier "uVar4") (= "=") (identifier "uVar3")) (; ";")) (} "}"))) (} "}")))) (return_statement "return CONCAT44(uVar4,uVar2);" (return "return") (call_expression "CONCAT44(uVar4,uVar2)" (identifier "CONCAT44") (argument_list "(uVar4,uVar2)" (( "(") (identifier "uVar4") (, ",") (identifier "uVar2") () ")"))) (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Enum "DT": Some values do not have unique names */ /* WARNING: Enum "STT": Some values do not have unique names */ /* WARNING: Enum "ELFOSABI": Some values do not have unique names */ /* DWARF original prototype: uint64_t value(Constant_expression * this, Expression_eval_info * param_1) */ uint64_t __thiscall gold::type_1::function_1(type_1 *this,type_2 *param_2) { type_3 *var_8; type_4 *var_2; type_5 *pTVar3; type_6 var_5; type_6 var_9; type_6 var_4; type_3 *unaff_EBX; type_6 var_10; if (this->function_ == var_1) { if (parameters->target_ == (type_3 *)0x0) goto LAB_00183c98; var_2 = parameters->options_; if (var_2 == (type_4 *)0x0) { /* WARNING: Subroutine does not return */ Target::var_3(unaff_EBX); } var_5 = (type_6)(var_2->max_page_size_).function_1; var_4 = *(type_6 *)((int)&(var_2->max_page_size_).function_1 + 4); if (var_4 == 0 && var_5 == 0) { return parameters->target_->pti_->var_3; } } else { if (this->function_ != var_6) { /* WARNING: Subroutine does not return */ var_7("../../gold/expression.cc",0x44a,"value"); } var_8 = parameters->target_; if (var_8 == (type_3 *)0x0) { LAB_00183c98: /* WARNING: Subroutine does not return */ var_7("../../gold/parameters.h",0x69,"target"); } var_2 = parameters->options_; if (var_2 == (type_4 *)0x0) { /* WARNING: Subroutine does not return */ var_7("../../gold/parameters.h",0x5c,"options"); } var_4 = *(type_6 *)((int)&(var_2->common_page_size_).function_1 + 4); var_5 = (type_6)(var_2->common_page_size_).function_1; var_10 = (type_6)(var_2->max_page_size_).function_1; var_9 = *(type_6 *)((int)&(var_2->max_page_size_).function_1 + 4); if (var_4 == 0 && var_5 == 0) { pTVar3 = var_8->pti_; if (var_9 == 0 && var_10 == 0) { var_10 = (type_6)pTVar3->var_3; var_9 = *(type_6 *)((int)&pTVar3->var_3 + 4); } var_5 = (type_6)pTVar3->common_pagesize; var_4 = *(type_6 *)((int)&pTVar3->common_pagesize + 4); } else if (var_9 == 0 && var_10 == 0) { var_10 = (type_6)var_8->pti_->var_3; var_9 = *(type_6 *)((int)&var_8->pti_->var_3 + 4); } if (var_9 < var_4 || var_9 - var_4 < (type_6)(var_10 < var_5)) { var_5 = var_10; var_4 = var_9; } } return var_11(var_4,var_5); }
null
(translation_unit (function_definition type: (type_identifier) 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: (type_identifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) 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)) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator 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: (type_identifier) 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: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) 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: (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: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) 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: (pointer_declarator declarator: (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: (identifier) right: (number_literal))))) right: (number_literal))) 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: (goto_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: (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))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (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: (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: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (char_literal (escape_sequence)))) (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))) (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: (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))))) (expression_statement (assignment_expression left: (identifier) right: (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)))))) (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: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (escape_sequence)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)) (number_literal) (binary_expression left: (identifier) right: (number_literal)) (identifier))))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier)))))) (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: (pointer_expression argument: (identifier)) right: (number_literal))))) consequence: (compound_statement (return_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 (binary_expression left: (identifier) right: (number_literal)) (number_literal) (binary_expression left: (identifier) right: (number_literal)) (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 (binary_expression left: (identifier) right: (number_literal)) (number_literal) (binary_expression left: (identifier) right: (number_literal)) (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))))))) (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: (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: (identifier)) right: (identifier))) (return_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (binary_expression left: (identifier) right: (identifier)) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier))))) (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: (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: (identifier) right: (number_literal))))))) (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 (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: (primitive_type) declarator: (abstract_pointer_declarator)) value: (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: (number_literal))))))))) alternative: (else_clause (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 (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (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 (labeled_statement label: (statement_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: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (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 (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (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: (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: (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: (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: (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: (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: (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: (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: (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: (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: (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)))))))) alternative: (else_clause (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: (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: (primitive_type) 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: (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: (primitive_type) 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: (binary_expression left: (identifier) right: (identifier)) right: (binary_expression left: (binary_expression left: (identifier) right: (identifier)) right: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (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)))))))) (return_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))))))
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ undefined8 MASKED(int param_1,undefined1 param_2,undefined4 param_3,undefined4 param_4,int param_5, int *param_6,undefined4 param_7,undefined4 param_8,undefined4 param_9, undefined4 param_10,char param_11,char *param_12) { int iVar1; uint uVar2; uint uVar3; uint uVar4; int iVar5; uint uVar6; int unaff_EBP; int *unaff_ESI; undefined8 uVar7; char cStack_59; undefined1 auStack_58 [8]; undefined1 uStack_50; undefined1 uStack_4f; undefined4 uStack_4c; undefined4 uStack_48; int iStack_44; int *piStack_40; undefined4 uStack_3c; undefined4 uStack_38; undefined4 uStack_34; undefined4 uStack_30; char *pcStack_2c; undefined4 uStack_20; undefined **ppuStack_1c; if (*(int *)(param_1 + 4) == 0) { if (*(int *)(DAT_0033f2f0 + 0xc) == 0) goto LAB_00183c98; iVar5 = *(int *)(DAT_0033f2f0 + 8); if (iVar5 == 0) { FUN_00183a10(); FUN_00058c4e(); uStack_48 = param_4; iStack_44 = param_5; uStack_50 = (undefined1)param_1; uStack_4f = param_2; uStack_4c = param_3; if (param_6 != (int *)0x0) { *param_6 = 0; } piStack_40 = param_6; cStack_59 = '\x01'; uStack_38 = param_8; uStack_34 = param_9; uStack_30 = param_10; uStack_3c = param_7; pcStack_2c = &cStack_59; ppuStack_1c = &__DT_PLTGOT; uVar7 = (**(code **)(*unaff_ESI + 0xc))(unaff_ESI,auStack_58); iVar5 = (int)((ulonglong)uVar7 >> 0x20); uVar2 = (uint)uVar7; if (param_12 == (char *)0x0) { if (cStack_59 == '\0') { /* WARNING: Subroutine does not return */ FUN_0008b620(unaff_EBP + 0xe41bc,0x9c,unaff_EBP + 0xe46ca,param_6); } } else { *param_12 = cStack_59; } if ((param_11 == '\0') || (*param_6 != 0)) { return uVar7; } if (param_5 == 0) { /* WARNING: Subroutine does not return */ FUN_0008b620(unaff_EBP + 0xe41bc,0xa2,unaff_EBP + 0xe46ca,iVar5); } if ((*(byte *)(param_5 + 0x1c) & 1) == 0) { /* WARNING: Subroutine does not return */ FUN_0008b620(unaff_EBP + 0xc7667,0xc5,unaff_EBP + 0xe46ba,uVar2); } uVar4 = *(uint *)(param_5 + 4); uVar6 = *(uint *)(param_5 + 4); iVar1 = *(int *)(param_5 + 8); *param_6 = param_5; return CONCAT44(iVar5 + iVar1 + (uint)CARRY4(uVar2,uVar4),uVar2 + uVar6); } uVar2 = *(uint *)(iVar5 + 0x5218); uVar4 = *(uint *)(iVar5 + 0x521c); if (uVar4 == 0 && uVar2 == 0) { return *(undefined8 *)(*(int *)(*(int *)(DAT_0033f2f0 + 0xc) + 4) + 0x20); } } else { if (*(int *)(param_1 + 4) != 1) { ppuStack_1c = (undefined **)0x267eb2; /* WARNING: Subroutine does not return */ uStack_20 = 0x183cc7; FUN_0008b620(); } iVar5 = *(int *)(DAT_0033f2f0 + 0xc); if (iVar5 == 0) { LAB_00183c98: ppuStack_1c = (undefined **)0x24626d; /* WARNING: Subroutine does not return */ uStack_20 = 0x183cae; FUN_0008b620(); } iVar1 = *(int *)(DAT_0033f2f0 + 8); if (iVar1 == 0) { ppuStack_1c = (undefined **)0x24626d; /* WARNING: Subroutine does not return */ uStack_20 = 0x183cdd; FUN_0008b620(); } uVar4 = *(uint *)(iVar1 + 0x4e74); uVar2 = *(uint *)(iVar1 + 0x4e70); uVar6 = *(uint *)(iVar1 + 0x5218); uVar3 = *(uint *)(iVar1 + 0x521c); if (uVar4 == 0 && uVar2 == 0) { iVar5 = *(int *)(iVar5 + 4); if (uVar3 == 0 && uVar6 == 0) { uVar6 = *(uint *)(iVar5 + 0x20); uVar3 = *(uint *)(iVar5 + 0x24); } uVar2 = *(uint *)(iVar5 + 0x28); uVar4 = *(uint *)(iVar5 + 0x2c); } else if (uVar3 == 0 && uVar6 == 0) { uVar6 = *(uint *)(*(int *)(iVar5 + 4) + 0x20); uVar3 = *(uint *)(*(int *)(iVar5 + 4) + 0x24); } if (uVar3 < uVar4 || uVar3 - uVar4 < (uint)(uVar6 < uVar2)) { uVar2 = uVar6; uVar4 = uVar3; } } return CONCAT44(uVar4,uVar2); }
73_join_and_join_strip.c
frame_dummy
thunk_FUN_000122e0
/* WARNING: Function: __x86.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */ /* WARNING: Removing unreachable block (ram,0x0001230e) */ /* WARNING: Removing unreachable block (ram,0x00012318) */ void frame_dummy(void) { return; }
/* WARNING: Function: __i686.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */ /* WARNING: Removing unreachable block (ram,0x0001230e) */ /* WARNING: Removing unreachable block (ram,0x00012318) */ void thunk_FUN_000122e0(void) { return; }
JMP 0x000122e0
null
null
null
null
[('const-0', u'RETURN_-1205984281')]
[('const-0', u'RETURN_-1205984281')]
null
null
000123c0
x86
O2
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */\n/* WARNING: Removing unreachable block (ram,0x0001230e) */\n/* WARNING: Removing unreachable block (ram,0x00012318) */\n\nvoid thunk_FUN_000122e0(void)\n\n{\n return;\n}\n\n" comment comment comment (function_definition "void thunk_FUN_000122e0(void)\n\n{\n return;\n}" primitive_type (function_declarator "thunk_FUN_000122e0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n return;\n}" { (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */\n/* WARNING: Removing unreachable block (ram,0x0001230e) */\n/* WARNING: Removing unreachable block (ram,0x00012318) */\n\nvoid frame_dummy(void)\n\n{\n return;\n}\n\n" comment 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 thunk_FUN_000122e0(void)\n\n{\n return;\n}\n\n" (function_definition "void thunk_FUN_000122e0(void)\n\n{\n return;\n}" primitive_type (function_declarator "thunk_FUN_000122e0(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 thunk_FUN_000122e0(void)\n\n{\n return;\n}" (primitive_type "void") (function_declarator "thunk_FUN_000122e0(void)" (identifier "thunk_FUN_000122e0") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n return;\n}" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */ /* WARNING: Removing unreachable block (ram,0x0001230e) */ /* WARNING: Removing unreachable block (ram,0x00012318) */ 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: Function: __i686.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */ /* WARNING: Removing unreachable block (ram,0x0001230e) */ /* WARNING: Removing unreachable block (ram,0x00012318) */ void MASKED(void) { return; }
692_libtomcrypt.so_and_libtomcrypt.so_strip.c
ocb_encrypt
ocb_encrypt
int ocb_encrypt(ocb_state *ocb,uchar *pt,uchar *ct) { byte bVar1; byte bVar2; byte bVar3; byte bVar4; byte bVar5; byte bVar6; byte bVar7; int iVar8; long lVar9; undefined *puVar10; int iVar11; uint uVar12; long lVar13; uint uVar14; ulong uVar15; long in_FS_OFFSET; uchar Z [128]; uchar tmp [128]; lVar9 = *(long *)(in_FS_OFFSET + 0x28); if (ocb == (ocb_state *)0x0) { /* WARNING: Subroutine does not return */ crypt_argchk("ocb != NULL","src/encauth/ocb/ocb_encrypt.c",0x1e); } if (pt == (uchar *)0x0) { /* WARNING: Subroutine does not return */ crypt_argchk("pt != NULL","src/encauth/ocb/ocb_encrypt.c",0x1f); } if (ct == (uchar *)0x0) { /* WARNING: Subroutine does not return */ crypt_argchk("ct != NULL","src/encauth/ocb/ocb_encrypt.c",0x20); } iVar11 = cipher_is_valid(ocb->cipher); puVar10 = PTR_cipher_descriptor_001dded0; if (iVar11 == 0) { iVar8 = ocb->block_len; iVar11 = 0x10; if (iVar8 == *(int *)(PTR_cipher_descriptor_001dded0 + (long)ocb->cipher * 0xc0 + 0x14)) { if (0 < iVar8) { uVar15 = 0; uVar12 = iVar8 - 1U & 7; if (uVar12 != 0) { ocb->checksum[0] = ocb->checksum[0] ^ *pt; uVar15 = 1; if (uVar12 != 1) { if (uVar12 != 2) { if (uVar12 != 3) { if (uVar12 != 4) { if (uVar12 != 5) { if (uVar12 != 6) { uVar15 = 2; ocb->checksum[1] = ocb->checksum[1] ^ pt[1]; } ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15]; uVar15 = uVar15 + 1; } ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15]; uVar15 = uVar15 + 1; } ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15]; uVar15 = uVar15 + 1; } ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15]; uVar15 = uVar15 + 1; } ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15]; uVar15 = uVar15 + 1; } } while( true ) { ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15]; if (iVar8 - 1U == uVar15) break; ocb->checksum[uVar15 + 1] = ocb->checksum[uVar15 + 1] ^ pt[uVar15 + 1]; ocb->checksum[uVar15 + 2] = ocb->checksum[uVar15 + 2] ^ pt[uVar15 + 2]; ocb->checksum[uVar15 + 3] = ocb->checksum[uVar15 + 3] ^ pt[uVar15 + 3]; ocb->checksum[uVar15 + 4] = ocb->checksum[uVar15 + 4] ^ pt[uVar15 + 4]; ocb->checksum[uVar15 + 5] = ocb->checksum[uVar15 + 5] ^ pt[uVar15 + 5]; ocb->checksum[uVar15 + 6] = ocb->checksum[uVar15 + 6] ^ pt[uVar15 + 6]; ocb->checksum[uVar15 + 7] = ocb->checksum[uVar15 + 7] ^ pt[uVar15 + 7]; uVar15 = uVar15 + 8; } } ocb_shift_xor(ocb,Z); if (0 < ocb->block_len) { uVar12 = ocb->block_len - 1; uVar15 = 0; uVar14 = uVar12 & 7; if (uVar14 != 0) { uVar15 = 1; tmp[0] = *pt ^ Z[0]; if (uVar14 != 1) { if (uVar14 != 2) { if (uVar14 != 3) { if (uVar14 != 4) { if (uVar14 != 5) { if (uVar14 != 6) { tmp[1] = pt[1] ^ Z[1]; uVar15 = 2; } tmp[uVar15] = pt[uVar15] ^ Z[uVar15]; uVar15 = uVar15 + 1; } tmp[uVar15] = pt[uVar15] ^ Z[uVar15]; uVar15 = uVar15 + 1; } tmp[uVar15] = pt[uVar15] ^ Z[uVar15]; uVar15 = uVar15 + 1; } tmp[uVar15] = pt[uVar15] ^ Z[uVar15]; uVar15 = uVar15 + 1; } tmp[uVar15] = pt[uVar15] ^ Z[uVar15]; uVar15 = uVar15 + 1; } } for (; tmp[uVar15] = pt[uVar15] ^ Z[uVar15], uVar12 != uVar15; uVar15 = uVar15 + 8) { bVar3 = pt[uVar15 + 2]; bVar4 = pt[uVar15 + 3]; tmp[uVar15 + 1] = pt[uVar15 + 1] ^ Z[uVar15 + 1]; bVar1 = Z[uVar15 + 3]; bVar5 = pt[uVar15 + 4]; bVar6 = pt[uVar15 + 5]; tmp[uVar15 + 2] = bVar3 ^ Z[uVar15 + 2]; bVar3 = Z[uVar15 + 4]; bVar2 = Z[uVar15 + 5]; tmp[uVar15 + 3] = bVar4 ^ bVar1; bVar4 = pt[uVar15 + 6]; bVar7 = pt[uVar15 + 7]; tmp[uVar15 + 4] = bVar5 ^ bVar3; bVar1 = Z[uVar15 + 6]; bVar3 = Z[uVar15 + 7]; tmp[uVar15 + 5] = bVar6 ^ bVar2; tmp[uVar15 + 6] = bVar4 ^ bVar1; tmp[uVar15 + 7] = bVar7 ^ bVar3; } } iVar11 = (**(code **)(puVar10 + (long)ocb->cipher * 0xc0 + 0x28))(tmp,ct,&ocb->key); if ((iVar11 == 0) && (lVar13 = 0, 0 < ocb->block_len)) { do { ct[lVar13] = ct[lVar13] ^ Z[lVar13]; lVar13 = lVar13 + 1; } while ((int)lVar13 < ocb->block_len); } } } if (lVar9 == *(long *)(in_FS_OFFSET + 0x28)) { return iVar11; } /* WARNING: Subroutine does not return */ __stack_chk_fail(); }
undefined8 ocb_encrypt(long param_1,byte *param_2,long param_3) { byte *pbVar1; byte bVar2; byte bVar3; byte bVar4; byte bVar5; byte bVar6; byte bVar7; byte bVar8; int iVar9; undefined *puVar10; undefined8 uVar11; uint uVar12; long lVar13; uint uVar14; ulong uVar15; long in_FS_OFFSET; byte local_138 [128]; byte local_b8 [136]; long local_30; local_30 = *(long *)(in_FS_OFFSET + 0x28); if (param_1 == 0) { /* WARNING: Subroutine does not return */ crypt_argchk("ocb != NULL","src/encauth/ocb/ocb_encrypt.c",0x1e); } if (param_2 == (byte *)0x0) { /* WARNING: Subroutine does not return */ crypt_argchk("pt != NULL","src/encauth/ocb/ocb_encrypt.c",0x1f); } if (param_3 == 0) { /* WARNING: Subroutine does not return */ crypt_argchk("ct != NULL","src/encauth/ocb/ocb_encrypt.c",0x20); } uVar11 = cipher_is_valid(*(undefined4 *)(param_1 + 9000)); puVar10 = PTR_cipher_descriptor_001dded0; if ((int)uVar11 == 0) { iVar9 = *(int *)(param_1 + 0x232c); uVar11 = 0x10; if (iVar9 == *(int *)(PTR_cipher_descriptor_001dded0 + (long)*(int *)(param_1 + 9000) * 0xc0 + 0x14)) { if (0 < iVar9) { uVar15 = 0; uVar12 = iVar9 - 1U & 7; if (uVar12 != 0) { *(byte *)(param_1 + 0x1200) = *(byte *)(param_1 + 0x1200) ^ *param_2; uVar15 = 1; if (uVar12 != 1) { if (uVar12 != 2) { if (uVar12 != 3) { if (uVar12 != 4) { if (uVar12 != 5) { if (uVar12 != 6) { uVar15 = 2; *(byte *)(param_1 + 0x1201) = *(byte *)(param_1 + 0x1201) ^ param_2[1]; } pbVar1 = (byte *)(param_1 + 0x1200 + uVar15); *pbVar1 = *pbVar1 ^ param_2[uVar15]; uVar15 = uVar15 + 1; } pbVar1 = (byte *)(param_1 + 0x1200 + uVar15); *pbVar1 = *pbVar1 ^ param_2[uVar15]; uVar15 = uVar15 + 1; } pbVar1 = (byte *)(param_1 + 0x1200 + uVar15); *pbVar1 = *pbVar1 ^ param_2[uVar15]; uVar15 = uVar15 + 1; } pbVar1 = (byte *)(param_1 + 0x1200 + uVar15); *pbVar1 = *pbVar1 ^ param_2[uVar15]; uVar15 = uVar15 + 1; } pbVar1 = (byte *)(param_1 + 0x1200 + uVar15); *pbVar1 = *pbVar1 ^ param_2[uVar15]; uVar15 = uVar15 + 1; } } while( true ) { pbVar1 = (byte *)(param_1 + 0x1200 + uVar15); *pbVar1 = *pbVar1 ^ param_2[uVar15]; if (iVar9 - 1U == uVar15) break; pbVar1 = (byte *)(param_1 + uVar15 + 0x1201); *pbVar1 = *pbVar1 ^ param_2[uVar15 + 1]; pbVar1 = (byte *)(param_1 + 0x1202 + uVar15); *pbVar1 = *pbVar1 ^ param_2[uVar15 + 2]; pbVar1 = (byte *)(param_1 + 0x1203 + uVar15); *pbVar1 = *pbVar1 ^ param_2[uVar15 + 3]; pbVar1 = (byte *)(param_1 + 0x1204 + uVar15); *pbVar1 = *pbVar1 ^ param_2[uVar15 + 4]; pbVar1 = (byte *)(param_1 + 0x1205 + uVar15); *pbVar1 = *pbVar1 ^ param_2[uVar15 + 5]; pbVar1 = (byte *)(param_1 + 0x1206 + uVar15); *pbVar1 = *pbVar1 ^ param_2[uVar15 + 6]; pbVar1 = (byte *)(param_1 + 0x1207 + uVar15); *pbVar1 = *pbVar1 ^ param_2[uVar15 + 7]; uVar15 = uVar15 + 8; } } ocb_shift_xor(param_1,local_138); if (0 < *(int *)(param_1 + 0x232c)) { uVar12 = *(int *)(param_1 + 0x232c) - 1; uVar15 = 0; uVar14 = uVar12 & 7; if (uVar14 != 0) { uVar15 = 1; local_b8[0] = *param_2 ^ local_138[0]; if (uVar14 != 1) { if (uVar14 != 2) { if (uVar14 != 3) { if (uVar14 != 4) { if (uVar14 != 5) { if (uVar14 != 6) { local_b8[1] = param_2[1] ^ local_138[1]; uVar15 = 2; } local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15]; uVar15 = uVar15 + 1; } local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15]; uVar15 = uVar15 + 1; } local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15]; uVar15 = uVar15 + 1; } local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15]; uVar15 = uVar15 + 1; } local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15]; uVar15 = uVar15 + 1; } } for (; local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15], uVar12 != uVar15; uVar15 = uVar15 + 8) { bVar4 = param_2[uVar15 + 2]; bVar5 = param_2[uVar15 + 3]; local_b8[uVar15 + 1] = param_2[uVar15 + 1] ^ local_138[uVar15 + 1]; bVar2 = local_138[uVar15 + 3]; bVar6 = param_2[uVar15 + 4]; bVar7 = param_2[uVar15 + 5]; local_b8[uVar15 + 2] = bVar4 ^ local_138[uVar15 + 2]; bVar4 = local_138[uVar15 + 4]; bVar3 = local_138[uVar15 + 5]; local_b8[uVar15 + 3] = bVar5 ^ bVar2; bVar5 = param_2[uVar15 + 6]; bVar8 = param_2[uVar15 + 7]; local_b8[uVar15 + 4] = bVar6 ^ bVar4; bVar2 = local_138[uVar15 + 6]; bVar4 = local_138[uVar15 + 7]; local_b8[uVar15 + 5] = bVar7 ^ bVar3; local_b8[uVar15 + 6] = bVar5 ^ bVar2; local_b8[uVar15 + 7] = bVar8 ^ bVar4; } } uVar11 = (**(code **)(puVar10 + (long)*(int *)(param_1 + 9000) * 0xc0 + 0x28)) (local_b8,param_3,param_1 + 0x1280); if (((int)uVar11 == 0) && (lVar13 = 0, 0 < *(int *)(param_1 + 0x232c))) { do { *(byte *)(param_3 + lVar13) = *(byte *)(param_3 + lVar13) ^ local_138[lVar13]; lVar13 = lVar13 + 1; } while ((int)lVar13 < *(int *)(param_1 + 0x232c)); } } } if (local_30 == *(long *)(in_FS_OFFSET + 0x28)) { return uVar11; } /* WARNING: Subroutine does not return */ __stack_chk_fail(); }
PUSH R14 PUSH R13 PUSH R12 PUSH RBP PUSH RBX SUB RSP,0x110 MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RSP + 0x108],RAX XOR EAX,EAX TEST RDI,RDI JZ 0x0013ba68 MOV RBP,RSI TEST RSI,RSI JZ 0x0013ba50 MOV R14,RDX TEST RDX,RDX JZ 0x0013ba38 MOV RBX,RDI MOV EDI,dword ptr [RDI + 0x2328] CALL 0x00113da0 TEST EAX,EAX JNZ 0x0013b885 MOVSXD RAX,dword ptr [RBX + 0x2328] MOV R13,qword ptr [0x001dded0] MOV ECX,dword ptr [RBX + 0x232c] LEA RDX,[RAX + RAX*0x2] MOV EAX,0x10 SHL RDX,0x6 CMP ECX,dword ptr [R13 + RDX*0x1 + 0x14] JNZ 0x0013b885 TEST ECX,ECX JLE 0x0013b92d SUB ECX,0x1 XOR R10D,R10D MOV RDI,RCX AND EDI,0x7 JZ 0x0013b916 MOVZX ESI,byte ptr [RBP] MOV R8D,0x1 XOR byte ptr [RBX + 0x1200],SIL MOV R10D,0x1 CMP RDI,0x1 JZ 0x0013b916 CMP RDI,0x2 JZ 0x0013b79a CMP RDI,0x3 JZ 0x0013b788 CMP RDI,0x4 JZ 0x0013b776 CMP RDI,0x5 JZ 0x0013b764 CMP RDI,0x6 JNZ 0x0013ba00 MOVZX R11D,byte ptr [RBP + R10*0x1] XOR byte ptr [RBX + R10*0x1 + 0x1200],R11B ADD R10,0x1 MOVZX R12D,byte ptr [RBP + R10*0x1] XOR byte ptr [RBX + R10*0x1 + 0x1200],R12B ADD R10,0x1 MOVZX EAX,byte ptr [RBP + R10*0x1] XOR byte ptr [RBX + R10*0x1 + 0x1200],AL ADD R10,0x1 MOVZX EDX,byte ptr [RBP + R10*0x1] XOR byte ptr [RBX + R10*0x1 + 0x1200],DL ADD R10,0x1 MOVZX EDI,byte ptr [RBP + R10*0x1] XOR byte ptr [RBX + R10*0x1 + 0x1200],DIL ADD R10,0x1 JMP 0x0013b916 MOVZX EDX,byte ptr [RBP + RAX*0x1 + 0x1] XOR DL,byte ptr [R12 + RAX*0x1 + 0x1] MOVZX ESI,byte ptr [RBP + RAX*0x1 + 0x2] MOVZX R8D,byte ptr [RBP + RAX*0x1 + 0x3] MOV byte ptr [RDI + RAX*0x1 + 0x1],DL XOR SIL,byte ptr [R12 + RAX*0x1 + 0x2] XOR R8B,byte ptr [R12 + RAX*0x1 + 0x3] MOVZX R9D,byte ptr [RBP + RAX*0x1 + 0x4] MOVZX R10D,byte ptr [RBP + RAX*0x1 + 0x5] MOV byte ptr [RDI + RAX*0x1 + 0x2],SIL XOR R9B,byte ptr [R12 + RAX*0x1 + 0x4] XOR R10B,byte ptr [R12 + RAX*0x1 + 0x5] MOV byte ptr [RDI + RAX*0x1 + 0x3],R8B MOVZX R11D,byte ptr [RBP + RAX*0x1 + 0x6] MOVZX EDX,byte ptr [RBP + RAX*0x1 + 0x7] MOV byte ptr [RDI + RAX*0x1 + 0x4],R9B XOR R11B,byte ptr [R12 + RAX*0x1 + 0x6] XOR DL,byte ptr [R12 + RAX*0x1 + 0x7] MOV byte ptr [RDI + RAX*0x1 + 0x5],R10B MOV byte ptr [RDI + RAX*0x1 + 0x6],R11B MOV byte ptr [RDI + RAX*0x1 + 0x7],DL ADD RAX,0x8 MOVZX R11D,byte ptr [RBP + RAX*0x1] XOR R11B,byte ptr [R12 + RAX*0x1] MOV byte ptr [RDI + RAX*0x1],R11B CMP RCX,RAX JNZ 0x0013b7b8 MOVSXD RAX,dword ptr [RBX + 0x2328] LEA RDX,[RBX + 0x1280] MOV RSI,R14 LEA RBP,[RAX + RAX*0x2] SHL RBP,0x6 CALL qword ptr [R13 + RBP*0x1 + 0x28] TEST EAX,EAX JNZ 0x0013b885 MOV ECX,dword ptr [RBX + 0x232c] XOR EDI,EDI TEST ECX,ECX JLE 0x0013b885 NOP dword ptr [RAX] MOVZX R13D,byte ptr [R12 + RDI*0x1] XOR byte ptr [R14 + RDI*0x1],R13B ADD RDI,0x1 CMP dword ptr [RBX + 0x232c],EDI JG 0x0013b870 MOV RSI,qword ptr [RSP + 0x108] XOR RSI,qword ptr FS:[0x28] JNZ 0x0013ba80 ADD RSP,0x110 POP RBX POP RBP POP R12 POP R13 POP R14 RET MOVZX R12D,byte ptr [RBP + R10*0x1 + 0x1] XOR byte ptr [RBX + R8*0x1 + 0x1200],R12B MOVZX ESI,byte ptr [RBP + R10*0x1 + 0x2] XOR byte ptr [RBX + R10*0x1 + 0x1202],SIL MOVZX R8D,byte ptr [RBP + R10*0x1 + 0x3] XOR byte ptr [RBX + R10*0x1 + 0x1203],R8B MOVZX R9D,byte ptr [RBP + R10*0x1 + 0x4] XOR byte ptr [RBX + R10*0x1 + 0x1204],R9B MOVZX R11D,byte ptr [RBP + R10*0x1 + 0x5] XOR byte ptr [RBX + R10*0x1 + 0x1205],R11B MOVZX EDX,byte ptr [RBP + R10*0x1 + 0x6] XOR byte ptr [RBX + R10*0x1 + 0x1206],DL MOVZX EAX,byte ptr [RBP + R10*0x1 + 0x7] XOR byte ptr [RBX + R10*0x1 + 0x1207],AL ADD R10,0x8 MOVZX ESI,byte ptr [RBP + R10*0x1] LEA R8,[R10 + 0x1] XOR byte ptr [RBX + R10*0x1 + 0x1200],SIL CMP RCX,R10 JNZ 0x0013b8b0 MOV R12,RSP MOV RDI,RBX MOV RSI,R12 CALL 0x00114c00 MOV ECX,dword ptr [RBX + 0x232c] LEA RDI,[RSP + 0x80] TEST ECX,ECX JLE 0x0013b83e LEA ECX,[RCX + -0x1] XOR EAX,EAX LEA RDI,[RSP + 0x80] MOV R9,RCX AND R9D,0x7 JZ 0x0013b827 MOVZX R10D,byte ptr [RBP] XOR R10B,byte ptr [R12] MOV EAX,0x1 MOV byte ptr [RDI],R10B CMP R9,0x1 JZ 0x0013b827 CMP R9,0x2 JZ 0x0013b9e9 CMP R9,0x3 JZ 0x0013b9d7 CMP R9,0x4 JZ 0x0013b9c5 CMP R9,0x5 JZ 0x0013b9b4 CMP R9,0x6 JNZ 0x0013ba20 MOVZX EDX,byte ptr [RBP + RAX*0x1] XOR DL,byte ptr [R12 + RAX*0x1] MOV byte ptr [RDI + RAX*0x1],DL ADD RAX,0x1 MOVZX ESI,byte ptr [RBP + RAX*0x1] XOR SIL,byte ptr [R12 + RAX*0x1] MOV byte ptr [RDI + RAX*0x1],SIL ADD RAX,0x1 MOVZX R8D,byte ptr [RBP + RAX*0x1] XOR R8B,byte ptr [R12 + RAX*0x1] MOV byte ptr [RDI + RAX*0x1],R8B ADD RAX,0x1 MOVZX R9D,byte ptr [RBP + RAX*0x1] XOR R9B,byte ptr [R12 + RAX*0x1] MOV byte ptr [RDI + RAX*0x1],R9B ADD RAX,0x1 MOVZX R10D,byte ptr [RBP + RAX*0x1] XOR R10B,byte ptr [R12 + RAX*0x1] MOV byte ptr [RDI + RAX*0x1],R10B ADD RAX,0x1 JMP 0x0013b827 MOVZX R9D,byte ptr [RBP + R8*0x1] LEA R10,[R8 + 0x1] XOR byte ptr [RBX + R8*0x1 + 0x1200],R9B JMP 0x0013b752 MOVZX R11D,byte ptr [RBP + RAX*0x1] XOR R11B,byte ptr [R12 + RAX*0x1] MOV byte ptr [RDI + RAX*0x1],R11B MOV EAX,0x2 JMP 0x0013b9a4 MOV EDX,0x20 LEA RSI,[0x1add13] LEA RDI,[0x18d021] CALL 0x00114270 MOV EDX,0x1f LEA RSI,[0x1add13] LEA RDI,[0x18d016] CALL 0x00114270 MOV EDX,0x1e LEA RSI,[0x1add13] LEA RDI,[0x1adc4e] CALL 0x00114270 CALL 0x00113880
null
null
null
null
[('const-1', u'PTRADD_-1207125739'), (u'PTRSUB_-1207122336', u'PTRADD_-1207122336'), ('const-433', u'LOAD_-1207125196'), (u'PTRADD_-1207122088', u'STORE_-1207124761'), ('tmp_3829', u'PTRADD_-1207124512'), ('const-433', u'LOAD_-1207125850'), (u'LOAD_-1207125703', u'INT_XOR_-1207125664'), (u'INT_SUB_-1207126085', u'INT_AND_-1207126048'), (u'PTRADD_-1207124401', u'LOAD_-1207124463'), (u'PTRADD_-1207122143', u'LOAD_-1207124873'), (u'INT_ADD_-1207122700', u'PTRADD_-1207122652'), (u'STORE_-1207124557', u'INDIRECT_-1207123070'), ('const-1', u'PTRADD_-1207124512'), (u'STORE_-1207124520', u'INDIRECT_-1207123055'), ('tmp_3829', u'PTRADD_-1207125788'), ('const-433', u'LOAD_-1207124866'), ('const--312', u'PTRSUB_-1207122095'), ('tmp_6920', u'PTRSUB_-1207122606'), ('tmp_3829', u'PTRADD_-1207124824'), (u'INT_ADD_-1207125797', u'MULTIEQUAL_-1207123868'), (u'MULTIEQUAL_-1207124019', u'INT_ADD_-1207122854'), ('const-4608', u'PTRSUB_-1207122419'), (u'LOAD_-1207124777', u'INT_XOR_-1207124752'), ('const--184', u'PTRSUB_-1207122643'), (u'INDIRECT_-1207123636', u'MULTIEQUAL_-1207122985'), ('const-433', u'STORE_-1207124761'), ('tmp_3830', u'INT_EQUAL_-1207126281'), (u'CALL_-1207125215', u'INDIRECT_-1207122904'), (u'INDIRECT_-1207123223', u'MULTIEQUAL_-1207123152'), ('const-2', u'INT_ADD_-1207122785'), ('const-433', u'LOAD_-1207125000'), ('const-4608', u'PTRSUB_-1207122381'), (u'PTRSUB_-1207123055', u'LOAD_-1207126215'), (u'INT_AND_-1207126048', u'INT_NOTEQUAL_-1207125976'), (u'PTRADD_-1207125690', u'LOAD_-1207125752'), (u'INDIRECT_-1207122781', u'MULTIEQUAL_-1207122641'), (u'INT_XOR_-1207124535', u'STORE_-1207124557'), (u'PTRSUB_-1207122088', u'PTRADD_-1207122088'), (u'PTRADD_-1207122710', u'STORE_-1207124927'), (u'PTRSUB_-1207122533', u'PTRADD_-1207122533'), ('const-0', u'INT_NOTEQUAL_-1207125127'), ('const-1', u'INT_ADD_-1207125846'), (u'MULTIEQUAL_-1207124019', u'INT_ADD_-1207122750'), (u'STORE_-1207125735', u'INDIRECT_-1207123413'), ('const-1', u'INT_ADD_-1207125699'), (u'MULTIEQUAL_-1207123868', u'PTRADD_-1207122877'), (u'INDIRECT_-1207122585', u'MULTIEQUAL_-1207123018'), (u'MULTIEQUAL_-1207124019', u'INT_NOTEQUAL_-1207125161'), (u'PTRSUB_-1207122987', u'LOAD_-1207126038'), ('const-4608', u'PTRSUB_-1207122400'), (u'PTRADD_-1207122551', u'LOAD_-1207125012'), ('tmp_2157', u'CBRANCH_-1207125159'), (u'PTRADD_-1207122855', u'LOAD_-1207125738'), (u'INT_XOR_-1207124841', u'STORE_-1207124828'), ('const-1', u'PTRADD_-1207122679'), (u'PTRADD_-1207122438', u'STORE_-1207124557'), ('tmp_3828', u'PTRSUB_-1207122476'), (u'PTRSUB_-1207122719', u'PTRADD_-1207122719'), ('const-433', u'LOAD_-1207124921'), ('tmp_3829', u'PTRADD_-1207124994'), (u'LOAD_-1207125081', u'CALLIND_-1207125071'), ('const-433', u'LOAD_-1207124143'), ('const-1', u'PTRADD_-1207124776'), ('tmp_643', u'CBRANCH_-1207125974'), ('const-433', u'LOAD_-1207124426'), ('const--184', u'PTRSUB_-1207122112'), ('const-1', u'PTRADD_-1207124081'), (u'COPY_-1207122199', u'CALL_-1207123971'), ('const-1', u'INT_ADD_-1207122854'), ('tmp_6920', u'PTRSUB_-1207122112'), (u'CALL_-1207126254', u'INDIRECT_-1207123416'), ('tmp_1590', u'CBRANCH_-1207125016'), ('const-5', u'INT_NOTEQUAL_-1207125001'), (u'INT_ADD_-1207122785', u'PTRADD_-1207122737'), ('const-433', u'LOAD_-1207124537'), (u'INT_ADD_-1207122418', u'PTRADD_-1207124364'), ('tmp_3829', u'PTRADD_-1207125739'), (u'PTRADD_-1207124475', u'LOAD_-1207124537'), (u'INDIRECT_-1207123534', u'MULTIEQUAL_-1207123448'), ('const-1', u'PTRADD_-1207124242'), ('const-433', u'STORE_-1207124927'), ('const-3', u'INT_NOTEQUAL_-1207125035'), ('const--312', u'PTRSUB_-1207122167'), (u'MULTIEQUAL_-1207124019', u'INT_ADD_-1207122793'), ('const-5', u'INT_ADD_-1207122793'), (u'PTRSUB_-1207122119', u'PTRADD_-1207122119'), ('tmp_6920', u'PTRSUB_-1207122626'), ('const-7', u'INT_ADD_-1207122410'), ('const-1', u'INT_SUB_-1207125156'), (u'LOAD_-1207124412', u'INT_XOR_-1207124387'), ('const-433', u'STORE_-1207124594'), (u'PTRSUB_-1207122476', u'PTRADD_-1207122476'), (u'CALL_-1207125215', u'INDIRECT_-1207122822'), ('const-433', u'LOAD_-1207124884'), (u'PTRADD_-1207122381', u'LOAD_-1207124449'), (u'INT_ADD_-1207122626', u'PTRADD_-1207125019'), (u'INT_XOR_-1207124920', u'STORE_-1207124848'), ('tmp_132', u'CBRANCH_-1207126325'), (u'INT_ADD_-1207122486', u'PTRADD_-1207122438'), ('const-1', u'PTRADD_-1207122799'), (u'INT_AND_-1207126048', u'INT_NOTEQUAL_-1207125942'), ('const-1', u'PTRADD_-1207122551'), ('const-3', u'INT_ADD_-1207122758'), (u'INDIRECT_-1207123009', u'MULTIEQUAL_-1207122960'), ('tmp_236', u'CBRANCH_-1207126238'), ('const-40', u'INT_ADD_-1207124919'), ('tmp_3828', u'PTRSUB_-1207122536'), (u'STORE_-1207125686', u'INDIRECT_-1207123394'), (u'PTRSUB_-1207122457', u'PTRADD_-1207122457'), ('const-1', u'INT_ADD_-1207124929'), (u'CALL_-1207125215', u'INDIRECT_-1207123001'), (u'PTRADD_-1207124871', u'LOAD_-1207124933'), (u'LOAD_-1207124523', u'INT_XOR_-1207124498'), (u'MULTIEQUAL_-1207124019', u'INT_ADD_-1207122727'), ('const-433', u'STORE_-1207125735'), (u'PTRADD_-1207122670', u'LOAD_-1207124866'), (u'COPY_-1207122249', u'CALL_-1207124035'), ('const-433', u'STORE_-1207124483'), (u'INT_SLESS_-1207126102', u'CBRANCH_-1207126109'), (u'CAST_-1207122492', u'LOAD_-1207125081'), ('const-4', u'INT_ADD_-1207122776'), (u'COPY_-1207126020', u'MULTIEQUAL_-1207123448'), (u'COPY_-1207126020', u'MULTIEQUAL_-1207123887'), (u'MULTIEQUAL_-1207124019', u'INT_ADD_-1207122718'), (u'MULTIEQUAL_-1207123868', u'INT_ADD_-1207125748'), (u'INT_ADD_-1207122808', u'PTRADD_-1207122760'), ('const--184', u'PTRSUB_-1207122688'), (u'LOAD_-1207125012', u'INT_XOR_-1207124975'), (u'PTRADD_-1207124438', u'LOAD_-1207124500'), (u'INDIRECT_-1207122863', u'INT_XOR_-1207124266'), (u'INT_NOTEQUAL_-1207126060', u'CBRANCH_-1207126059'), (u'STORE_-1207124997', u'INDIRECT_-1207123173'), (u'MULTIEQUAL_-1207124019', u'INT_ADD_-1207122709'), (u'INT_XOR_-1207124859', u'STORE_-1207124838'), ('tmp_3754', u'BRANCH_-1207124101'), (u'INT_EQUAL_-1207126134', u'CBRANCH_-1207126129'), (u'CALLIND_-1207125071', u'INDIRECT_-1207123003'), (u'COPY_-1207125100', u'MULTIEQUAL_-1207123591'), (u'COPY_-1207122224', u'CALL_-1207124003'), (u'INT_AND_-1207125115', u'INT_NOTEQUAL_-1207124984'), ('tmp_3829', u'PTRADD_-1207125837'), (u'INT_ADD_-1207122513', u'PTRADD_-1207124549'), (u'MULTIEQUAL_-1207123448', u'INT_ADD_-1207122467'), (u'CALL_-1207126254', u'INDIRECT_-1207123498'), ('const-1', u'INT_ADD_-1207124834'), (u'PTRADD_-1207122777', u'STORE_-1207125042'), (u'MULTIEQUAL_-1207123448', u'PTRADD_-1207122336'), ('const-6', u'INT_NOTEQUAL_-1207125908'), ('tmp_3829', u'PTRADD_-1207124549'), (u'COPY_-1207124061', u'MULTIEQUAL_-1207123448'), ('tmp_3829', u'INT_EQUAL_-1207126304'), (u'PTRSUB_-1207122607', u'LOAD_-1207125154'), ('const-4', u'INT_ADD_-1207122475'), ('tmp_3828', u'PTRSUB_-1207123070'), (u'PTRADD_-1207124242', u'LOAD_-1207124304'), (u'LOAD_-1207124963', u'INT_XOR_-1207124938'), (u'STORE_-1207125180', u'INDIRECT_-1207123075'), ('const-1', u'PTRADD_-1207122167'), (u'CAST_-1207122966', u'LOAD_-1207126374'), ('tmp_6920', u'PTRSUB_-1207122160'), ('const-1', u'RETURN_-1207124030'), ('const-1', u'PTRADD_-1207125005'), (u'MULTIEQUAL_-1207123448', u'INT_ADD_-1207124373'), (u'INT_NOTEQUAL_-1207125001', u'CBRANCH_-1207124999'), (u'LOAD_-1207124967', u'INT_XOR_-1207124942'), (u'CALL_-1207124385', u'INDIRECT_-1207122669'), ('const-433', u'STORE_-1207124120'), ('const-1', u'INT_ADD_-1207125797'), ('const-433', u'LOAD_-1207125154'), (u'PTRADD_-1207124917', u'LOAD_-1207124979'), (u'PTRADD_-1207122381', u'STORE_-1207124446'), ('const-4608', u'PTRSUB_-1207122336'), ('const-1', u'PTRADD_-1207124871'), ('const-433', u'LOAD_-1207126233'), (u'MULTIEQUAL_-1207123448', u'INT_ADD_-1207122505'), ('const-1', u'PTRADD_-1207124549'), ('const-192', u'INT_MULT_-1207125093'), ('const--312', u'PTRSUB_-1207122119'), (u'LOAD_-1207125885', u'INT_XOR_-1207125860'), ('tmp_3828', u'PTRSUB_-1207122307'), ('const-1', u'PTRADD_-1207126087'), ('const-1', u'PTRADD_-1207125690'), (u'LOAD_-1207124907', u'INT_XOR_-1207124841'), (u'PTRADD_-1207122679', u'LOAD_-1207124884'), (u'INDIRECT_-1207122680', u'COPY_-1207122729'), (u'INT_XOR_-1207125664', u'STORE_-1207125686'), ('const-433', u'LOAD_-1207124970'), ('tmp_3828', u'PTRSUB_-1207122336'), ('const-40', u'INT_ADD_-1207126358'), ('const-0', u'INT_EQUAL_-1207125058'), (u'INDIRECT_-1207123416', u'MULTIEQUAL_-1207122922'), ('tmp_446', u'CBRANCH_-1207126109'), ('const-1', u'PTRADD_-1207122136'), ('tmp_2333', u'CBRANCH_-1207125056'), ('tmp_6920', u'PTRSUB_-1207122719'), (u'INT_SEXT_-1207126216', u'INT_MULT_-1207126161'), (u'MULTIEQUAL_-1207124019', u'INT_ADD_-1207122808'), ('const-1', u'PTRADD_-1207122626'), (u'INT_ZEXT_-1207124332', u'INT_EQUAL_-1207125237'), (u'INT_ADD_-1207122758', u'PTRADD_-1207122710'), ('const-6', u'INT_ADD_-1207122727'), (u'LOAD_-1207124873', u'INT_XOR_-1207124848'), (u'INT_AND_-1207126048', u'INT_NOTEQUAL_-1207125925'), ('const-1', u'PTRADD_-1207122737'), (u'PTRADD_-1207122400', u'STORE_-1207124483'), ('const-1', u'PTRADD_-1207124824'), (u'MULTIEQUAL_-1207123448', u'INT_ADD_-1207122448'), (u'INT_XOR_-1207125086', u'COPY_-1207125093'), (u'STORE_-1207125882', u'INDIRECT_-1207123470'), (u'LOAD_-1207126215', u'INT_EQUAL_-1207126134'), (u'MULTIEQUAL_-1207123448', u'INT_ADD_-1207122410'), (u'LOAD_-1207124979', u'INT_XOR_-1207124942'), (u'INDIRECT_-1207123636', u'MULTIEQUAL_-1207123132'), (u'INT_ADD_-1207122743', u'PTRADD_-1207124845'), (u'LOAD_-1207125154', u'INT_SEXT_-1207125137'), (u'MULTIEQUAL_-1207123645', u'PTRADD_-1207124917'), (u'CALL_-1207124035', u'INDIRECT_-1207122726'), (u'PTRSUB_-1207122551', u'PTRADD_-1207122551'), ('const-433', u'STORE_-1207124857'), (u'MULTIEQUAL_-1207123760', u'INT_ADD_-1207124965'), (u'LOAD_-1207125752', u'INT_XOR_-1207125713'), ('tmp_6920', u'PTRSUB_-1207122143'), (u'MULTIEQUAL_-1207123572', u'PTRADD_-1207122088'), (u'INT_XOR_-1207125171', u'STORE_-1207125180'), (u'CALL_-1207124003', u'INDIRECT_-1207122703'), (u'PTRSUB_-1207122063', u'PTRADD_-1207122063'), ('const--312', u'PTRSUB_-1207122670'), ('tmp_765', u'CBRANCH_-1207125905'), (u'PTRADD_-1207122457', u'LOAD_-1207124597'), (u'STORE_-1207124594', u'INDIRECT_-1207123085'), ('const-0', u'COPY_-1207123838'), (u'INT_ADD_-1207122800', u'PTRADD_-1207124937'), (u'INDIRECT_-1207123010', u'MULTIEQUAL_-1207122985'), (u'INDIRECT_-1207123636', u'PTRADD_-1207126087'), (u'PTRADD_-1207122719', u'LOAD_-1207124945'), (u'STORE_-1207124483', u'INDIRECT_-1207123040'), (u'PTRADD_-1207124586', u'LOAD_-1207124648'), ('const-433', u'STORE_-1207124520'), (u'COPY_-1207123753', u'MULTIEQUAL_-1207123273'), ('const-9004', u'PTRSUB_-1207122307'), ('const-1', u'PTRADD_-1207124728'), (u'PTRADD_-1207122336', u'LOAD_-1207125271'), (u'INT_ADD_-1207122475', u'PTRADD_-1207124475'), ('tmp_613', u'CBRANCH_-1207125995'), ('const-433', u'LOAD_-1207125012'), (u'INT_ADD_-1207122524', u'PTRADD_-1207122476'), (u'MULTIEQUAL_-1207123645', u'PTRADD_-1207122189'), (u'INT_ADD_-1207124373', u'MULTIEQUAL_-1207123448'), (u'INT_XOR_-1207124572', u'STORE_-1207124594'), ('tmp_6920', u'PTRSUB_-1207122167'), ('const-7', u'INT_AND_-1207125115'), ('tmp_6920', u'PTRSUB_-1207122189'), (u'MULTIEQUAL_-1207123849', u'INT_ADD_-1207125699'), (u'INT_AND_-1207125115', u'INT_NOTEQUAL_-1207125052'), (u'PTRADD_-1207122652', u'STORE_-1207124838'), (u'LOAD_-1207124486', u'INT_XOR_-1207124461'), ('const-1', u'PTRADD_-1207122769'), (u'CALL_-1207126254', u'MULTIEQUAL_-1207123273'), (u'PTRSUB_-1207123070', u'LOAD_-1207126233'), ('const-7', u'INT_ADD_-1207122691'), ('const-1', u'PTRADD_-1207122728'), ('const-433', u'STORE_-1207124631'), (u'LOAD_-1207125015', u'INT_XOR_-1207124990'), (u'STORE_-1207124761', u'INDIRECT_-1207122585'), (u'INT_AND_-1207125115', u'INT_NOTEQUAL_-1207125001'), (u'INT_ADD_-1207124929', u'MULTIEQUAL_-1207123628'), ('const-1', u'PTRADD_-1207124401'), ('const-9000', u'PTRSUB_-1207122607'), ('const-31', u'CALL_-1207124003'), (u'LOAD_-1207124884', u'INT_XOR_-1207124859'), ('const-4', u'INT_ADD_-1207122800'), (u'COPY_-1207122969', u'PTRADD_-1207125019'), (u'PTRSUB_-1207122921', u'PTRADD_-1207122921'), (u'LOAD_-1207124634', u'INT_XOR_-1207124609'), (u'PTRSUB_-1207122626', u'PTRADD_-1207122626'), (u'PTRSUB_-1207122536', u'LOAD_-1207124970'), (u'LOAD_-1207124999', u'INT_XOR_-1207124938'), (u'PTRADD_-1207124925', u'LOAD_-1207124987'), (u'LOAD_-1207126038', u'INT_XOR_-1207126013'), (u'MULTIEQUAL_-1207124019', u'INT_ADD_-1207122758'), (u'PTRSUB_-1207122769', u'PTRADD_-1207122769'), ('const-1760531', u'COPY_-1207122224'), (u'INDIRECT_-1207123534', u'MULTIEQUAL_-1207123428'), ('const-433', u'LOAD_-1207124987'), (u'PTRADD_-1207122167', u'LOAD_-1207124921'), (u'INT_NOTEQUAL_-1207125908', u'CBRANCH_-1207125905'), (u'LOAD_-1207124790', u'INT_XOR_-1207124752'), (u'MULTIEQUAL_-1207123448', u'INT_ADD_-1207122475'), (u'PTRADD_-1207122769', u'LOAD_-1207125033'), ('tmp_1620', u'CBRANCH_-1207124999'), (u'CALL_-1207123971', u'INDIRECT_-1207122680'), (u'INT_SUB_-1207125156', u'INT_AND_-1207125115'), ('const-1', u'PTRADD_-1207122063'), ('const-7', u'INT_ADD_-1207122743'), (u'INDIRECT_-1207122659', u'MULTIEQUAL_-1207122626'), (u'LOAD_-1207126233', u'INT_SEXT_-1207126216'), ('const-1', u'PTRADD_-1207122476'), (u'INT_XOR_-1207124752', u'STORE_-1207124761'), ('const-433', u'LOAD_-1207124634'), ('const-3', u'INT_NOTEQUAL_-1207125959'), ('tmp_3828', u'PTRSUB_-1207123090'), (u'INT_XOR_-1207124896', u'STORE_-1207124905'), (u'PTRSUB_-1207122143', u'PTRADD_-1207122143'), (u'STORE_-1207125833', u'INDIRECT_-1207123451'), ('tmp_6920', u'PTRSUB_-1207122710'), ('const-1', u'PTRADD_-1207125019'), (u'MULTIEQUAL_-1207123448', u'INT_ADD_-1207122429'), (u'PTRADD_-1207122799', u'LOAD_-1207125083'), ('tmp_3830', u'CALLIND_-1207125071'), (u'STORE_-1207124409', u'INDIRECT_-1207123010'), ('const-16', u'COPY_-1207123753'), (u'MULTIEQUAL_-1207123868', u'PTRADD_-1207125739'), (u'LOAD_-1207124500', u'INT_XOR_-1207124461'), (u'INDIRECT_-1207122781', u'MULTIEQUAL_-1207122588'), (u'MULTIEQUAL_-1207123591', u'PTRADD_-1207122112'), (u'LOAD_-1207124933', u'INT_XOR_-1207124896'), (u'PTRADD_-1207122457', u'STORE_-1207124594'), (u'LOAD_-1207125213', u'INT_SLESS_-1207125171'), (u'LOAD_-1207124560', u'INT_XOR_-1207124535'), ('tmp_3828', u'PTRSUB_-1207122400'), (u'MULTIEQUAL_-1207123448', u'INT_EQUAL_-1207125237'), (u'STORE_-1207124857', u'INDIRECT_-1207122623'), (u'PTRSUB_-1207122855', u'PTRADD_-1207122855'), ('const-0', u'INT_EQUAL_-1207126240'), ('tmp_6920', u'PTRSUB_-1207122688'), (u'PTRSUB_-1207122189', u'PTRADD_-1207122189'), ('const-433', u'LOAD_-1207125056'), ('const-1', u'INT_NOTEQUAL_-1207125997'), (u'PTRADD_-1207122688', u'STORE_-1207124894'), ('const-433', u'LOAD_-1207125752'), (u'CALL_-1207125215', u'INDIRECT_-1207122863'), ('const-433', u'LOAD_-1207125083'), (u'STORE_-1207124120', u'INDIRECT_-1207122753'), (u'LOAD_-1207125271', u'INT_XOR_-1207125246'), (u'STORE_-1207125784', u'INDIRECT_-1207123432'), (u'MULTIEQUAL_-1207123887', u'INT_ADD_-1207125797'), (u'MULTIEQUAL_-1207123628', u'INT_ADD_-1207124882'), (u'INT_AND_-1207125115', u'INT_NOTEQUAL_-1207125127'), ('const-433', u'LOAD_-1207124873'), (u'INDIRECT_-1207122781', u'MULTIEQUAL_-1207122569'), ('const-1', u'PTRADD_-1207125034'), ('tmp_1360', u'CBRANCH_-1207125178'), (u'INT_ADD_-1207126358', u'CAST_-1207122966'), (u'PTRSUB_-1207122569', u'LOAD_-1207125055'), ('tmp_6920', u'PTRSUB_-1207122760'), ('const-0', u'INT_SLESS_-1207126102'), (u'COPY_-1207124135', u'MULTIEQUAL_-1207123906'), ('const-0', u'COPY_-1207124061'), ('const-433', u'LOAD_-1207125787'), (u'MULTIEQUAL_-1207123645', u'INT_ADD_-1207124929'), ('const-7', u'INT_AND_-1207126048'), ('const-433', u'STORE_-1207124997'), ('const-1626134', u'COPY_-1207122228'), (u'PTRADD_-1207122419', u'STORE_-1207124520'), ('tmp_6920', u'PTRSUB_-1207122551'), (u'INT_AND_-1207126048', u'INT_NOTEQUAL_-1207126060'), (u'INT_XOR_-1207124387', u'STORE_-1207124409'), ('const-2', u'INT_ADD_-1207122513'), ('tmp_1652', u'CBRANCH_-1207124981'), (u'COPY_-1207122228', u'CALL_-1207124003'), ('tmp_3828', u'PTRSUB_-1207122598'), ('const-1', u'PTRADD_-1207124242'), ('const-433', u'LOAD_-1207126038'), ('const-433', u'STORE_-1207125833'), (u'INT_EQUAL_-1207126281', u'CBRANCH_-1207126279'), (u'PTRADD_-1207124845', u'LOAD_-1207124907'), ('tmp_3829', u'PTRADD_-1207125147'), (u'INT_ADD_-1207122410', u'PTRADD_-1207122362'), (u'MULTIEQUAL_-1207123906', u'PTRADD_-1207122921'), (u'MULTIEQUAL_-1207124019', u'PTRADD_-1207122626'), ('const-433', u'LOAD_-1207125738'), (u'INT_ADD_-1207122494', u'PTRADD_-1207124512'), (u'INT_ADD_-1207122736', u'PTRADD_-1207122688'), ('const-1', u'PTRADD_-1207124994'), (u'PTRADD_-1207125837', u'LOAD_-1207125899'), ('const-8', u'INT_ADD_-1207124805'), (u'INDIRECT_-1207123534', u'MULTIEQUAL_-1207122985'), ('const-3', u'INT_ADD_-1207122808'), (u'PTRSUB_-1207122679', u'PTRADD_-1207122679'), ('tmp_3829', u'PTRADD_-1207124242'), (u'INT_ADD_-1207122456', u'PTRADD_-1207124438'), ('const-0', u'INT_SLESS_-1207125171'), ('const-1', u'PTRADD_-1207122719'), (u'INT_ADD_-1207124738', u'MULTIEQUAL_-1207124019'), (u'MULTIEQUAL_-1207123610', u'INT_ADD_-1207124834'), (u'INT_AND_-1207126048', u'INT_NOTEQUAL_-1207125959'), (u'SUBPIECE_-1207123763', u'INT_SLESS_-1207124940'), (u'CALL_-1207125215', u'INDIRECT_-1207122781'), (u'INDIRECT_-1207122604', u'MULTIEQUAL_-1207122569'), ('const-1', u'PTRADD_-1207125837'), ('const-4608', u'PTRSUB_-1207122921'), ('const-433', u'LOAD_-1207125885'), ('tmp_6925', u'INT_ADD_-1207126358'), (u'CALL_-1207126254', u'INDIRECT_-1207123457'), (u'PTRADD_-1207122189', u'LOAD_-1207124967'), (u'LOAD_-1207124426', u'INT_XOR_-1207124387'), (u'PTRADD_-1207124512', u'LOAD_-1207124574'), ('tmp_3828', u'PTRSUB_-1207122921'), ('const--184', u'PTRSUB_-1207122661'), (u'INT_ADD_-1207122437', u'PTRADD_-1207124401'), ('tmp_3828', u'PTRSUB_-1207122438'), ('const-1', u'INT_ADD_-1207125748'), (u'INDIRECT_-1207122781', u'MULTIEQUAL_-1207123018'), (u'INT_XOR_-1207125008', u'STORE_-1207124973'), ('const-433', u'LOAD_-1207126149'), ('const-1', u'PTRADD_-1207122688'), (u'INDIRECT_-1207123394', u'MULTIEQUAL_-1207122985'), (u'CALLIND_-1207125071', u'MULTIEQUAL_-1207123273'), (u'LOAD_-1207124945', u'INT_XOR_-1207124920'), (u'PTRADD_-1207124776', u'LOAD_-1207124838'), (u'COPY_-1207125093', u'MULTIEQUAL_-1207123060'), (u'MULTIEQUAL_-1207124019', u'INT_ADD_-1207122776'), (u'LOAD_-1207124648', u'INT_XOR_-1207124609'), ('const-0', u'INT_EQUAL_-1207126304'), ('const-1', u'INT_ADD_-1207122825'), (u'PTRADD_-1207124857', u'LOAD_-1207124919'), ('const-433', u'STORE_-1207124894'), (u'CAST_-1207122437', u'LOAD_-1207124933'), ('tmp_6920', u'PTRSUB_-1207122136'), (u'MULTIEQUAL_-1207124019', u'INT_ADD_-1207122839'), ('const-1626145', u'COPY_-1207122251'), ('const-5', u'INT_ADD_-1207122709'), ('const-1', u'PTRADD_-1207122760'), (u'MULTIEQUAL_-1207123628', u'PTRADD_-1207122167'), ('const-4608', u'PTRSUB_-1207122877'), (u'LOAD_-1207126215', u'INT_SLESS_-1207126102'), ('const-1', u'PTRADD_-1207122457'), (u'PTRADD_-1207126087', u'CAST_-1207122858'), (u'INT_ADD_-1207124965', u'MULTIEQUAL_-1207123760'), (u'INDIRECT_-1207122781', u'MULTIEQUAL_-1207122607'), ('tmp_6920', u'PTRSUB_-1207122670'), ('const-433', u'LOAD_-1207124979'), (u'LOAD_-1207124838', u'INT_XOR_-1207124800'), ('const--312', u'PTRSUB_-1207122719'), ('const-1', u'INT_ADD_-1207124965'), (u'INT_ADD_-1207122467', u'PTRADD_-1207122419'), ('const-1', u'COPY_-1207126020'), ('const-433', u'LOAD_-1207126270'), ('tmp_6920', u'PTRSUB_-1207122799'), ('const-7', u'INT_ADD_-1207122418'), (u'LOAD_-1207125787', u'INT_XOR_-1207125762'), ('const-4608', u'PTRSUB_-1207122855'), ('tmp_2069', u'BRANCH_-1207124742'), ('const-433', u'STORE_-1207125180'), (u'COPY_-1207122251', u'CALL_-1207124035'), (u'PTRADD_-1207124940', u'LOAD_-1207125000'), ('tmp_3829', u'PTRADD_-1207124776'), ('tmp_3828', u'PTRSUB_-1207122457'), (u'LOAD_-1207125067', u'INT_XOR_-1207125008'), ('const-433', u'LOAD_-1207124825'), (u'INDIRECT_-1207123534', u'MULTIEQUAL_-1207123388'), ('const-433', u'STORE_-1207124809'), (u'COPY_-1207123838', u'MULTIEQUAL_-1207123760'), (u'PTRADD_-1207122921', u'LOAD_-1207125885'), (u'MULTIEQUAL_-1207123887', u'PTRADD_-1207122899'), ('const-433', u'LOAD_-1207125801'), ('const-433', u'LOAD_-1207125033'), ('const-1', u'PTRADD_-1207122419'), ('const-1', u'RETURN_-1207123966'), (u'INT_NOTEQUAL_-1207124984', u'CBRANCH_-1207124981'), (u'PTRSUB_-1207122167', u'PTRADD_-1207122167'), ('const-1', u'PTRADD_-1207122063'), (u'INT_SLESS_-1207125011', u'CBRANCH_-1207125018'), (u'PTRADD_-1207124364', u'LOAD_-1207124426'), (u'PTRSUB_-1207122362', u'PTRADD_-1207122362'), ('tmp_3829', u'PTRADD_-1207125690'), (u'INT_XOR_-1207125713', u'STORE_-1207125735'), (u'CALLIND_-1207125071', u'INT_EQUAL_-1207125058'), (u'LOAD_-1207124123', u'INT_XOR_-1207124098'), (u'LOAD_-1207125033', u'INT_XOR_-1207125008'), (u'CALL_-1207124385', u'INDIRECT_-1207122449'), ('const-0', u'SUBPIECE_-1207123763'), ('const-1', u'PTRADD_-1207124438'), (u'PTRSUB_-1207122728', u'PTRADD_-1207122728'), (u'MULTIEQUAL_-1207124019', u'INT_ADD_-1207122825'), (u'PTRSUB_-1207123158', u'CALL_-1207125215'), ('tmp_530', u'CBRANCH_-1207126059'), ('tmp_3829', u'LOAD_-1207126055'), ('const-1', u'PTRADD_-1207122533'), ('tmp_6920', u'PTRSUB_-1207122182'), (u'PTRADD_-1207124994', u'LOAD_-1207125056'), ('const--184', u'PTRSUB_-1207122182'), (u'PTRADD_-1207124824', u'LOAD_-1207124886'), ('const--184', u'PTRSUB_-1207122606'), ('const-1', u'PTRADD_-1207124925'), ('const-433', u'LOAD_-1207124449'), ('tmp_703', u'CBRANCH_-1207125940'), (u'INT_ADD_-1207122817', u'PTRADD_-1207122769'), ('const-0', u'INT_NOTEQUAL_-1207126060'), (u'LOAD_-1207124574', u'INT_XOR_-1207124535'), (u'STORE_-1207124446', u'INDIRECT_-1207123025'), (u'INT_SUB_-1207125156', u'INT_ZEXT_-1207123730'), (u'PTRADD_-1207122112', u'STORE_-1207124809'), ('tmp_3829', u'PTRADD_-1207124925'), (u'INDIRECT_-1207122669', u'COPY_-1207122727'), (u'CALL_-1207124385', u'INDIRECT_-1207122490'), (u'INT_ADD_-1207122531', u'PTRADD_-1207124586'), (u'PTRSUB_-1207122710', u'PTRADD_-1207122710'), ('const--312', u'PTRSUB_-1207122143'), (u'MULTIEQUAL_-1207124019', u'INT_ADD_-1207122736'), ('const-433', u'STORE_-1207124557'), (u'CALL_-1207126254', u'INDIRECT_-1207123539'), (u'LOAD_-1207124970', u'INT_SLESS_-1207124940'), ('const-1', u'PTRADD_-1207122643'), ('tmp_3828', u'CALL_-1207125215'), ('const-1', u'PTRADD_-1207122777'), ('const-4736', u'PTRSUB_-1207122598'), (u'PTRSUB_-1207122688', u'PTRADD_-1207122688'), (u'PTRSUB_-1207122136', u'PTRADD_-1207122136'), (u'MULTIEQUAL_-1207123572', u'PTRADD_-1207122095'), ('const-4', u'INT_ADD_-1207122736'), ('tmp_6920', u'PTRSUB_-1207122088'), ('const-433', u'LOAD_-1207126374'), ('const-1', u'COPY_-1207125100'), (u'PTRADD_-1207122661', u'STORE_-1207124848'), (u'INT_ADD_-1207122448', u'PTRADD_-1207122400'), (u'INT_XOR_-1207126013', u'STORE_-1207126035'), ('const-433', u'LOAD_-1207125291'), (u'LOAD_-1207125196', u'INT_XOR_-1207125171'), ('const--312', u'PTRSUB_-1207123158'), ('const-433', u'STORE_-1207125882'), ('const-433', u'STORE_-1207124848'), ('const-1', u'INT_ADD_-1207122524'), ('const-1', u'PTRADD_-1207122362'), (u'LOAD_-1207124866', u'INT_XOR_-1207124841'), ('const-40', u'INT_ADD_-1207122626'), (u'PTRSUB_-1207122643', u'PTRADD_-1207122643'), (u'PTRADD_-1207122877', u'STORE_-1207125784'), ('const-433', u'STORE_-1207124905'), ('const-433', u'LOAD_-1207125067'), (u'MULTIEQUAL_-1207123591', u'PTRADD_-1207124776'), ('tmp_6920', u'PTRSUB_-1207122119'), ('const--312', u'PTRSUB_-1207122679'), (u'MULTIEQUAL_-1207124019', u'INT_ADD_-1207124805'), (u'INDIRECT_-1207122781', u'MULTIEQUAL_-1207122994'), ('tmp_3829', u'PTRADD_-1207124937'), ('const-4608', u'PTRSUB_-1207122899'), ('const-2', u'COPY_-1207124272'), (u'INT_NOTEQUAL_-1207125035', u'CBRANCH_-1207125033'), (u'INDIRECT_-1207123075', u'MULTIEQUAL_-1207123036'), ('const-1', u'PTRADD_-1207124857'), (u'PTRADD_-1207124728', u'LOAD_-1207124790'), (u'PTRADD_-1207122899', u'LOAD_-1207125836'), ('tmp_3828', u'PTRSUB_-1207123055'), (u'INT_ADD_-1207122833', u'PTRADD_-1207124994'), (u'INT_NOTEQUAL_-1207125997', u'CBRANCH_-1207125995'), ('const-1', u'PTRADD_-1207125147'), (u'INDIRECT_-1207123223', u'MULTIEQUAL_-1207123132'), (u'MULTIEQUAL_-1207124019', u'INT_ADD_-1207122833'), (u'INT_ADD_-1207124965', u'SUBPIECE_-1207123763'), (u'PTRSUB_-1207122307', u'LOAD_-1207125213'), (u'INT_XOR_-1207124609', u'STORE_-1207124631'), ('const-1', u'PTRADD_-1207122112'), ('tmp_3828', u'PTRSUB_-1207122899'), (u'MULTIEQUAL_-1207123591', u'INT_ADD_-1207124786'), (u'COPY_-1207124272', u'MULTIEQUAL_-1207123645'), (u'PTRADD_-1207122476', u'LOAD_-1207124634'), ('const-4', u'INT_NOTEQUAL_-1207125018'), ('const-433', u'LOAD_-1207124560'), ('const-9000', u'PTRSUB_-1207123070'), ('const-433', u'LOAD_-1207125689'), (u'INT_ADD_-1207124882', u'MULTIEQUAL_-1207123610'), ('const-433', u'STORE_-1207125784'), (u'LOAD_-1207125055', u'INT_SLESS_-1207125011'), (u'PTRADD_-1207122136', u'STORE_-1207124857'), ('tmp_6920', u'PTRSUB_-1207122679'), ('tmp_1500', u'CBRANCH_-1207125071'), (u'INT_ADD_-1207124786', u'MULTIEQUAL_-1207123572'), (u'PTRSUB_-1207123090', u'LOAD_-1207126270'), ('tmp_1202', u'BRANCH_-1207125654'), ('const-433', u'LOAD_-1207124304'), ('const-433', u'STORE_-1207124446'), (u'INDIRECT_-1207123457', u'MULTIEQUAL_-1207122964'), ('const-433', u'LOAD_-1207124933'), ('tmp_3829', u'PTRADD_-1207124475'), (u'PTRSUB_-1207122737', u'PTRADD_-1207122737'), ('const-433', u'STORE_-1207126035'), (u'INT_XOR_-1207124266', u'COPY_-1207124277'), (u'MULTIEQUAL_-1207123448', u'INT_ADD_-1207122531'), ('const-5', u'INT_ADD_-1207122456'), (u'INDIRECT_-1207122703', u'COPY_-1207122754'), (u'INT_ADD_-1207122750', u'PTRADD_-1207124857'), (u'INT_XOR_-1207125811', u'STORE_-1207125833'), (u'MULTIEQUAL_-1207123448', u'INT_ADD_-1207122513'), (u'PTRADD_-1207122728', u'LOAD_-1207124963'), (u'INT_XOR_-1207124975', u'STORE_-1207124997'), (u'PTRADD_-1207122336', u'STORE_-1207125268'), ('const-5', u'INT_NOTEQUAL_-1207125925'), ('const-433', u'STORE_-1207124973'), ('const-433', u'LOAD_-1207124933'), ('const-433', u'LOAD_-1207126055'), (u'INT_XOR_-1207124461', u'STORE_-1207124483'), (u'PTRSUB_-1207122400', u'PTRADD_-1207122400'), (u'LOAD_-1207124449', u'INT_XOR_-1207124424'), ('const--184', u'PTRSUB_-1207122777'), ('const-1', u'PTRADD_-1207124845'), (u'LOAD_-1207125836', u'INT_XOR_-1207125811'), (u'INT_ADD_-1207125748', u'MULTIEQUAL_-1207123849'), ('const-433', u'LOAD_-1207125271'), (u'INT_XOR_-1207124498', u'STORE_-1207124520'), (u'PTRSUB_-1207122381', u'PTRADD_-1207122381'), (u'INDIRECT_-1207123636', u'MULTIEQUAL_-1207122960'), ('tmp_3829', u'PTRADD_-1207124438'), ('const-1', u'PTRADD_-1207122400'), ('const--184', u'PTRSUB_-1207122652'), ('const-433', u'LOAD_-1207124597'), ('const-6', u'INT_ADD_-1207122750'), ('tmp_3829', u'PTRADD_-1207124917'), (u'PTRADD_-1207125005', u'LOAD_-1207125067'), ('tmp_3830', u'PTRADD_-1207124940'), (u'MULTIEQUAL_-1207123448', u'INT_ADD_-1207122494'), (u'PTRSUB_-1207122670', u'PTRADD_-1207122670'), (u'PTRADD_-1207125229', u'LOAD_-1207125291'), ('const-9004', u'PTRSUB_-1207122569'), (u'PTRSUB_-1207122777', u'PTRADD_-1207122777'), ('tmp_6920', u'PTRSUB_-1207122652'), ('const--184', u'PTRSUB_-1207122160'), ('tmp_2571', u'CBRANCH_-1207124912'), (u'COPY_-1207124277', u'MULTIEQUAL_-1207122641'), ('const-433', u'LOAD_-1207125836'), ('const--312', u'PTRSUB_-1207122769'), ('tmp_3828', u'PTRSUB_-1207122569'), ('const--312', u'PTRSUB_-1207122728'), ('const-9000', u'PTRSUB_-1207123090'), (u'CALL_-1207126254', u'INDIRECT_-1207123963'), ('tmp_6920', u'PTRSUB_-1207122777'), (u'PTRADD_-1207124940', u'STORE_-1207124997'), (u'LOAD_-1207125213', u'INT_SUB_-1207125156'), (u'LOAD_-1207125121', u'INT_XOR_-1207125086'), (u'INDIRECT_-1207122822', u'MULTIEQUAL_-1207123060'), ('tmp_6920', u'PTRSUB_-1207122769'), ('const-433', u'LOAD_-1207124886'), (u'LOAD_-1207125209', u'INT_XOR_-1207125171'), ('const-6', u'INT_ADD_-1207122437'), ('const--312', u'PTRSUB_-1207122799'), (u'MULTIEQUAL_-1207123906', u'PTRADD_-1207125837'), ('tmp_673', u'CBRANCH_-1207125957'), (u'PTRADD_-1207122899', u'STORE_-1207125833'), ('const--184', u'PTRSUB_-1207122533'), (u'INDIRECT_-1207123963', u'MULTIEQUAL_-1207123503'), (u'INT_SLESS_-1207125171', u'CBRANCH_-1207125178'), (u'COPY_-1207126020', u'MULTIEQUAL_-1207123906'), (u'MULTIEQUAL_-1207123503', u'INT_ADD_-1207124919'), ('const-4', u'INT_ADD_-1207122467'), (u'INT_EQUAL_-1207125237', u'CBRANCH_-1207125234'), (u'MULTIEQUAL_-1207123572', u'PTRADD_-1207124728'), ('tmp_3828', u'PTRSUB_-1207122063'), ('const-20', u'INT_ADD_-1207123082'), ('const-2', u'INT_ADD_-1207122505'), (u'COPY_-1207125100', u'MULTIEQUAL_-1207123645'), ('const-433', u'LOAD_-1207124967'), (u'LOAD_-1207124611', u'INT_XOR_-1207124572'), ('const-1', u'RETURN_-1207123998'), ('const--184', u'PTRSUB_-1207122136'), ('tmp_3828', u'PTRSUB_-1207122855'), ('tmp_3829', u'PTRADD_-1207124871'), ('tmp_414', u'CBRANCH_-1207126129'), (u'INT_NOTEQUAL_-1207125942', u'CBRANCH_-1207125940'), (u'INDIRECT_-1207123550', u'MULTIEQUAL_-1207123503'), ('const-1', u'PTRADD_-1207122899'), (u'LOAD_-1207125056', u'INT_XOR_-1207124990'), (u'PTRADD_-1207122095', u'LOAD_-1207124777'), (u'INT_NOTEQUAL_-1207125959', u'CBRANCH_-1207125957'), (u'INT_ADD_-1207122839', u'PTRADD_-1207125005'), ('const-1', u'PTRADD_-1207124586'), ('const-6', u'INT_ADD_-1207122700'), ('const-6', u'INT_NOTEQUAL_-1207124984'), ('const-4608', u'PTRSUB_-1207122476'), (u'PTRSUB_-1207122652', u'PTRADD_-1207122652'), ('tmp_3829', u'PTRADD_-1207124586'), ('const-433', u'STORE_-1207124409'), ('const-2', u'COPY_-1207124135'), (u'INT_AND_-1207125115', u'INT_NOTEQUAL_-1207125073'), (u'LOAD_-1207126270', u'CALL_-1207126254'), (u'MULTIEQUAL_-1207123572', u'INT_ADD_-1207124738'), ('const-1', u'PTRADD_-1207124937'), (u'INDIRECT_-1207123075', u'MULTIEQUAL_-1207123060'), ('const-1', u'PTRADD_-1207122095'), ('const-433', u'LOAD_-1207125899'), (u'LOAD_-1207125738', u'INT_XOR_-1207125713'), (u'INT_ADD_-1207122793', u'PTRADD_-1207124925'), (u'INT_ADD_-1207125699', u'MULTIEQUAL_-1207123830'), ('const--312', u'PTRSUB_-1207122626'), ('tmp_3829', u'PTRADD_-1207124081'), ('const--312', u'PTRSUB_-1207122760'), ('tmp_6920', u'PTRSUB_-1207123158'), ('tmp_6920', u'PTRSUB_-1207122095'), (u'INT_ADD_-1207125846', u'MULTIEQUAL_-1207123887'), ('const-30', u'CALL_-1207123971'), (u'MULTIEQUAL_-1207123906', u'INT_ADD_-1207125846'), (u'PTRADD_-1207122362', u'STORE_-1207124409'), (u'INDIRECT_-1207122904', u'INT_XOR_-1207125086'), ('tmp_1429', u'CBRANCH_-1207125125'), (u'STORE_-1207124905', u'INDIRECT_-1207122642'), (u'MULTIEQUAL_-1207123760', u'PTRADD_-1207122551'), (u'INT_SLESS_-1207124940', u'CBRANCH_-1207124947'), (u'STORE_-1207125268', u'INDIRECT_-1207123009'), ('const-433', u'LOAD_-1207124838'), (u'MULTIEQUAL_-1207123628', u'PTRADD_-1207122160'), ('const-4608', u'PTRSUB_-1207122438'), (u'INT_NOTEQUAL_-1207125127', u'CBRANCH_-1207125125'), ('const-1', u'INT_ADD_-1207124738'), (u'INT_ADD_-1207125650', u'MULTIEQUAL_-1207123448'), (u'PTRADD_-1207124549', u'LOAD_-1207124611'), ('tmp_2401', u'CBRANCH_-1207125018'), ('const-1', u'PTRADD_-1207122855'), (u'LOAD_-1207124921', u'INT_XOR_-1207124896'), (u'INT_ADD_-1207122505', u'PTRADD_-1207122457'), (u'MULTIEQUAL_-1207123849', u'PTRADD_-1207122855'), (u'MULTIEQUAL_-1207124019', u'PTRADD_-1207122533'), ('tmp_3829', u'LOAD_-1207125121'), (u'INT_NOTEQUAL_-1207125976', u'CBRANCH_-1207125974'), (u'INT_AND_-1207126048', u'INT_NOTEQUAL_-1207125908'), (u'COPY_-1207123792', u'MULTIEQUAL_-1207124019'), (u'PTRADD_-1207122921', u'STORE_-1207125882'), ('const-433', u'LOAD_-1207124611'), ('const-32', u'CALL_-1207124035'), (u'CALL_-1207125215', u'INDIRECT_-1207123328'), ('tmp_188', u'CBRANCH_-1207126279'), ('const-1', u'PTRADD_-1207125641'), ('const-1760531', u'COPY_-1207122199'), (u'PTRADD_-1207125739', u'LOAD_-1207125801'), ('const-3', u'INT_ADD_-1207122494'), (u'PTRADD_-1207122855', u'STORE_-1207125735'), (u'INT_NOTEQUAL_-1207125925', u'CBRANCH_-1207125923'), (u'INT_ADD_-1207124805', u'MULTIEQUAL_-1207124019'), (u'PTRSUB_-1207122160', u'PTRADD_-1207122160'), (u'LOAD_-1207125000', u'INT_XOR_-1207124975'), ('const-433', u'LOAD_-1207125015'), ('const-433', u'STORE_-1207124951'), ('const-4608', u'PTRSUB_-1207122457'), (u'MULTIEQUAL_-1207123830', u'INT_ADD_-1207125650'), (u'INDIRECT_-1207123534', u'MULTIEQUAL_-1207123408'), (u'INT_XOR_-1207124938', u'STORE_-1207124894'), (u'MULTIEQUAL_-1207123610', u'PTRADD_-1207124824'), (u'INT_XOR_-1207124424', u'STORE_-1207124446'), ('tmp_6920', u'PTRSUB_-1207122643'), (u'LOAD_-1207125899', u'INT_XOR_-1207125860'), (u'INDIRECT_-1207123173', u'MULTIEQUAL_-1207123152'), ('tmp_3829', u'PTRADD_-1207124845'), (u'MULTIEQUAL_-1207124019', u'INT_ADD_-1207122817'), (u'PTRADD_-1207122533', u'STORE_-1207125180'), ('tmp_3828', u'PTRSUB_-1207122833'), (u'INT_ADD_-1207122429', u'PTRADD_-1207122381'), (u'COPY_-1207126020', u'MULTIEQUAL_-1207123830'), (u'PTRADD_-1207125641', u'LOAD_-1207125703'), ('const-1', u'PTRADD_-1207125788'), (u'PTRADD_-1207124081', u'LOAD_-1207124143'), (u'COPY_-1207123971', u'RETURN_-1207124854'), (u'MULTIEQUAL_-1207123448', u'INT_ADD_-1207122456'), ('const-1', u'PTRADD_-1207122710'), ('const-1', u'PTRADD_-1207122381'), (u'INT_MULT_-1207125093', u'INT_ADD_-1207122626'), (u'INT_NOTEQUAL_-1207125073', u'CBRANCH_-1207125071'), (u'LOAD_-1207125801', u'INT_XOR_-1207125762'), (u'INDIRECT_-1207123534', u'MULTIEQUAL_-1207123368'), (u'INT_XOR_-1207124800', u'STORE_-1207124809'), ('const-4608', u'PTRSUB_-1207122833'), (u'MULTIEQUAL_-1207123628', u'PTRADD_-1207124871'), (u'PTRADD_-1207122737', u'STORE_-1207124973'), (u'INT_EQUAL_-1207124921', u'CBRANCH_-1207124912'), ('const-2', u'INT_NOTEQUAL_-1207125052'), (u'PTRADD_-1207122760', u'LOAD_-1207125015'), ('const-1', u'PTRADD_-1207124364'), ('const-1', u'PTRADD_-1207124940'), (u'LOAD_-1207124463', u'INT_XOR_-1207124424'), (u'LOAD_-1207125689', u'INT_XOR_-1207125664'), ('const-1', u'INT_ADD_-1207124882'), ('const-433', u'STORE_-1207125042'), ('const-1', u'PTRADD_-1207122652'), (u'LOAD_-1207125850', u'INT_XOR_-1207125811'), (u'LOAD_-1207125083', u'INT_XOR_-1207125058'), (u'INT_AND_-1207126048', u'INT_NOTEQUAL_-1207125997'), (u'MULTIEQUAL_-1207124019', u'INT_ADD_-1207122743'), ('const-1', u'PTRADD_-1207122877'), ('const-1', u'PTRADD_-1207122833'), (u'PTRADD_-1207122400', u'LOAD_-1207124486'), (u'INT_XOR_-1207125246', u'STORE_-1207125268'), (u'PTRADD_-1207122833', u'LOAD_-1207125689'), ('tmp_3828', u'PTRSUB_-1207122419'), (u'LOAD_-1207124304', u'INT_XOR_-1207124266'), ('const-1', u'PTRADD_-1207122670'), (u'LOAD_-1207125291', u'INT_XOR_-1207125246'), (u'LOAD_-1207124987', u'INT_XOR_-1207124920'), (u'MULTIEQUAL_-1207123448', u'INT_ADD_-1207122524'), (u'INT_XOR_-1207125762', u'STORE_-1207125784'), (u'INT_ADD_-1207122767', u'PTRADD_-1207122719'), (u'MULTIEQUAL_-1207124019', u'INT_ADD_-1207122700'), (u'MULTIEQUAL_-1207123448', u'PTRADD_-1207125229'), ('tmp_3828', u'PTRSUB_-1207122607'), (u'INDIRECT_-1207122753', u'MULTIEQUAL_-1207123448'), (u'INT_XOR_-1207125860', u'STORE_-1207125882'), ('tmp_2529', u'CBRANCH_-1207124947'), ('const-0', u'RETURN_-1207124854'), ('const-433', u'LOAD_-1207125213'), (u'PTRADD_-1207125788', u'LOAD_-1207125850'), ('tmp_3829', u'PTRADD_-1207125641'), ('tmp_3829', u'PTRADD_-1207124728'), ('tmp_1560', u'CBRANCH_-1207125033'), (u'MULTIEQUAL_-1207123645', u'PTRADD_-1207122182'), ('const-1', u'RETURN_-1207124380'), (u'PTRADD_-1207122476', u'STORE_-1207124631'), (u'INDIRECT_-1207123413', u'MULTIEQUAL_-1207123368'), (u'PTRADD_-1207122643', u'STORE_-1207124828'), (u'PTRADD_-1207122362', u'LOAD_-1207124412'), ('const-1760334', u'COPY_-1207122202'), (u'PTRADD_-1207122438', u'LOAD_-1207124560'), (u'PTRADD_-1207122182', u'STORE_-1207124951'), ('const-433', u'LOAD_-1207125209'), (u'PTRADD_-1207122419', u'LOAD_-1207124523'), (u'INT_ADD_-1207124834', u'MULTIEQUAL_-1207123591'), (u'MULTIEQUAL_-1207124019', u'INT_ADD_-1207122800'), (u'PTRSUB_-1207122438', u'PTRADD_-1207122438'), ('const-433', u'LOAD_-1207124919'), (u'PTRSUB_-1207122606', u'CALLIND_-1207125071'), ('const-1', u'PTRADD_-1207124475'), (u'MULTIEQUAL_-1207123830', u'PTRADD_-1207122833'), ('tmp_3828', u'PTRSUB_-1207122987'), ('const-433', u'LOAD_-1207124123'), ('const-1', u'PTRADD_-1207122921'), (u'LOAD_-1207126215', u'INT_SUB_-1207126085'), ('const-1', u'INT_ADD_-1207122531'), ('const-433', u'LOAD_-1207125121'), (u'PTRADD_-1207122626', u'LOAD_-1207125196'), (u'MULTIEQUAL_-1207123610', u'PTRADD_-1207122143'), (u'CAST_-1207122858', u'LOAD_-1207126149'), (u'MULTIEQUAL_-1207124019', u'INT_ADD_-1207122767'), ('tmp_6920', u'PTRSUB_-1207122533'), ('const-0', u'COPY_-1207123792'), ('const-433', u'LOAD_-1207125703'), ('const-9004', u'PTRSUB_-1207123055'), (u'CALLIND_-1207125071', u'INDIRECT_-1207123044'), (u'LOAD_-1207124825', u'INT_XOR_-1207124800'), (u'INT_ADD_-1207122776', u'PTRADD_-1207122728'), ('const-1', u'PTRADD_-1207122143'), ('const-1', u'PTRADD_-1207125229'), ('const-4608', u'PTRSUB_-1207122063'), ('const-0', u'INT_SLESS_-1207125011'), (u'STORE_-1207124631', u'INDIRECT_-1207123100'), (u'INT_SUB_-1207126085', u'INT_ZEXT_-1207124332'), (u'COPY_-1207122202', u'CALL_-1207123971'), (u'INDIRECT_-1207123044', u'MULTIEQUAL_-1207122964'), (u'INT_EQUAL_-1207126304', u'CBRANCH_-1207126302'), (u'INDIRECT_-1207123034', u'MULTIEQUAL_-1207122994'), (u'CALLIND_-1207125071', u'INDIRECT_-1207123550'), ('const-433', u'STORE_-1207125686'), (u'INDIRECT_-1207123173', u'MULTIEQUAL_-1207123132'), ('tmp_3828', u'INT_EQUAL_-1207126327'), ('const-433', u'LOAD_-1207125055'), ('const-1', u'PTRADD_-1207122088'), (u'MULTIEQUAL_-1207123448', u'INT_ADD_-1207122437'), (u'MULTIEQUAL_-1207123849', u'PTRADD_-1207125690'), (u'MULTIEQUAL_-1207123448', u'INT_ADD_-1207122486'), ('const-7', u'INT_ADD_-1207122718'), (u'MULTIEQUAL_-1207123448', u'INT_ADD_-1207122418'), (u'MULTIEQUAL_-1207123591', u'PTRADD_-1207122119'), ('tmp_3828', u'PTRSUB_-1207122877'), (u'MULTIEQUAL_-1207123830', u'PTRADD_-1207125641'), ('const-3', u'INT_ADD_-1207122833'), (u'INT_SEXT_-1207125137', u'INT_MULT_-1207125093'), (u'PTRSUB_-1207122112', u'PTRADD_-1207122112'), (u'LOAD_-1207124537', u'INT_XOR_-1207124498'), (u'INT_ADD_-1207123082', u'PTRADD_-1207126087'), ('tmp_3829', u'PTRADD_-1207124364'), (u'MULTIEQUAL_-1207123887', u'PTRADD_-1207125788'), ('const--184', u'PTRSUB_-1207122710'), ('const-1', u'PTRADD_-1207122661'), (u'INT_AND_-1207125115', u'INT_NOTEQUAL_-1207125018'), ('const-433', u'LOAD_-1207124777'), (u'STORE_-1207126035', u'INDIRECT_-1207123534'), (u'INT_ADD_-1207122847', u'PTRADD_-1207122799'), ('const-433', u'LOAD_-1207125081'), ('const-2', u'INT_NOTEQUAL_-1207125976'), (u'PTRADD_-1207122119', u'LOAD_-1207124825'), (u'MULTIEQUAL_-1207124019', u'PTRADD_-1207125147'), (u'LOAD_-1207126149', u'INT_EQUAL_-1207126134'), ('const-433', u'LOAD_-1207124412'), (u'INDIRECT_-1207123470', u'MULTIEQUAL_-1207123428'), (u'INT_ADD_-1207124919', u'CAST_-1207122437'), (u'CALL_-1207126254', u'INDIRECT_-1207123636'), ('const-1', u'PTRADD_-1207122119'), (u'PTRSUB_-1207122598', u'CALLIND_-1207125071'), ('const-433', u'STORE_-1207124828'), (u'INDIRECT_-1207122623', u'MULTIEQUAL_-1207122588'), ('tmp_160', u'CBRANCH_-1207126302'), ('tmp_733', u'CBRANCH_-1207125923'), (u'PTRSUB_-1207122877', u'PTRADD_-1207122877'), (u'INT_EQUAL_-1207126327', u'CBRANCH_-1207126325'), ('const-192', u'INT_MULT_-1207126161'), ('const-433', u'LOAD_-1207125096'), (u'INT_MULT_-1207126161', u'INT_ADD_-1207123082'), (u'INDIRECT_-1207123003', u'MULTIEQUAL_-1207122922'), ('tmp_3829', u'PTRADD_-1207124857'), ('const-1', u'INT_ADD_-1207124786'), (u'STORE_-1207125042', u'INDIRECT_-1207123133'), ('const-8', u'INT_ADD_-1207124373'), ('const-433', u'LOAD_-1207124523'), (u'INT_NOTEQUAL_-1207125018', u'CBRANCH_-1207125016'), ('const-433', u'LOAD_-1207124500'), (u'INDIRECT_-1207122726', u'COPY_-1207122779'), ('tmp_3829', u'PTRADD_-1207124401'), ('const-1', u'PTRADD_-1207122438'), ('const-2', u'INT_ADD_-1207122817'), ('const-1', u'INT_SUB_-1207126085'), (u'LOAD_-1207126055', u'INT_XOR_-1207126013'), (u'PTRSUB_-1207122095', u'PTRADD_-1207122095'), ('const-3', u'INT_ADD_-1207122486'), ('tmp_6920', u'PTRSUB_-1207122728'), ('const-1760531', u'COPY_-1207122249'), (u'STORE_-1207124809', u'INDIRECT_-1207122604'), (u'INDIRECT_-1207122822', u'MULTIEQUAL_-1207123036'), (u'PTRADD_-1207125147', u'LOAD_-1207125209'), ('const-433', u'LOAD_-1207124463'), (u'MULTIEQUAL_-1207123273', u'COPY_-1207123971'), (u'PTRADD_-1207125019', u'CAST_-1207122492'), (u'PTRADD_-1207122063', u'STORE_-1207124120'), ('const-5', u'INT_ADD_-1207122448'), (u'PTRSUB_-1207122182', u'PTRADD_-1207122182'), (u'CALLIND_-1207125071', u'INDIRECT_-1207123223'), (u'INT_XOR_-1207124990', u'STORE_-1207124927'), ('const--184', u'PTRSUB_-1207122088'), (u'INT_ADD_-1207122718', u'PTRADD_-1207122670'), (u'LOAD_-1207124143', u'INT_XOR_-1207124098'), ('const-433', u'LOAD_-1207124963'), ('const-1', u'PTRADD_-1207122160'), ('const--312', u'PTRSUB_-1207122551'), (u'INT_NOTEQUAL_-1207125052', u'CBRANCH_-1207125050'), (u'MULTIEQUAL_-1207124019', u'INT_ADD_-1207122691'), ('const-433', u'STORE_-1207125268'), (u'PTRSUB_-1207122899', u'PTRADD_-1207122899'), (u'INT_XOR_-1207124942', u'STORE_-1207124951'), ('const-2', u'INT_ADD_-1207122839'), ('const-4', u'INT_NOTEQUAL_-1207125942'), (u'INT_XOR_-1207124098', u'STORE_-1207124120'), ('const-433', u'STORE_-1207124838'), (u'INT_ADD_-1207122691', u'PTRADD_-1207122643'), ('const-433', u'LOAD_-1207124790'), (u'INT_ZEXT_-1207123730', u'INT_NOTEQUAL_-1207125161'), (u'INDIRECT_-1207123133', u'MULTIEQUAL_-1207123018'), (u'PTRSUB_-1207122760', u'PTRADD_-1207122760'), ('tmp_1530', u'CBRANCH_-1207125050'), (u'INT_ADD_-1207122727', u'PTRADD_-1207122679'), ('tmp_3828', u'PTRSUB_-1207122362'), (u'PTRSUB_-1207122833', u'PTRADD_-1207122833'), (u'LOAD_-1207124919', u'INT_XOR_-1207124859'), (u'LOAD_-1207124886', u'INT_XOR_-1207124848'), ('const--312', u'PTRSUB_-1207122189'), (u'MULTIEQUAL_-1207124019', u'INT_ADD_-1207122847'), (u'INDIRECT_-1207123636', u'COPY_-1207122969'), (u'MULTIEQUAL_-1207123610', u'PTRADD_-1207122136'), (u'COPY_-1207125100', u'MULTIEQUAL_-1207123572'), (u'COPY_-1207126020', u'MULTIEQUAL_-1207123849'), (u'PTRSUB_-1207122799', u'PTRADD_-1207122799'), (u'CALL_-1207126254', u'INT_EQUAL_-1207126240'), (u'MULTIEQUAL_-1207123760', u'PTRADD_-1207124940'), ('const-1', u'PTRADD_-1207124081'), (u'INDIRECT_-1207123432', u'MULTIEQUAL_-1207123388'), (u'LOAD_-1207125096', u'INT_XOR_-1207125058'), ('const-1', u'PTRADD_-1207124917'), ('const-4608', u'PTRSUB_-1207122362'), ('const-1', u'PTRADD_-1207122336'), (u'LOAD_-1207126374', u'INT_EQUAL_-1207124921'), ('const-1', u'INT_ADD_-1207125650'), (u'STORE_-1207124951', u'INDIRECT_-1207122659'), (u'PTRSUB_-1207122987', u'STORE_-1207126035'), (u'PTRADD_-1207124937', u'LOAD_-1207124999'), ('const-433', u'LOAD_-1207124486'), (u'INDIRECT_-1207122642', u'MULTIEQUAL_-1207122607'), (u'PTRADD_-1207122833', u'STORE_-1207125686'), (u'INT_ADD_-1207122709', u'PTRADD_-1207122661'), (u'INDIRECT_-1207122781', u'MULTIEQUAL_-1207122626'), ('const-1', u'PTRADD_-1207122182'), (u'PTRSUB_-1207122419', u'PTRADD_-1207122419'), ('const-4608', u'PTRSUB_-1207122987'), (u'COPY_-1207126020', u'MULTIEQUAL_-1207123868'), ('const-5', u'INT_ADD_-1207122767'), ('const-9004', u'PTRSUB_-1207122536'), (u'INT_XOR_-1207125058', u'STORE_-1207125042'), ('const-433', u'LOAD_-1207124648'), ('const-1', u'INT_ADD_-1207122847'), ('const-433', u'LOAD_-1207126215'), ('tmp_6920', u'PTRSUB_-1207122737'), ('tmp_3829', u'PTRADD_-1207125005'), (u'LOAD_-1207124933', u'INT_EQUAL_-1207124921'), ('const-433', u'LOAD_-1207124999'), (u'PTRADD_-1207122063', u'LOAD_-1207124123'), (u'MULTIEQUAL_-1207123132', u'COPY_-1207123197'), (u'INT_ADD_-1207122854', u'PTRADD_-1207125034'), (u'INT_XOR_-1207124848', u'STORE_-1207124857'), ('const-1', u'INT_NOTEQUAL_-1207125073'), ('const-433', u'LOAD_-1207124945'), ('const-0', u'INT_EQUAL_-1207126281'), (u'STORE_-1207125180', u'INDIRECT_-1207123034'), ('const-0', u'INT_EQUAL_-1207126327'), (u'INDIRECT_-1207123451', u'MULTIEQUAL_-1207123408'), ('const-433', u'LOAD_-1207124907'), (u'COPY_-1207125100', u'MULTIEQUAL_-1207124019'), (u'INT_AND_-1207125115', u'INT_NOTEQUAL_-1207125035'), (u'PTRADD_-1207122160', u'STORE_-1207124905'), ('const-1', u'PTRADD_-1207122189'), (u'PTRSUB_-1207122661', u'PTRADD_-1207122661'), ('const-6', u'INT_ADD_-1207122429'), (u'MULTIEQUAL_-1207124019', u'INT_ADD_-1207122785'), (u'COPY_-1207125100', u'MULTIEQUAL_-1207123628'), (u'INT_ADD_-1207122825', u'PTRADD_-1207122777'), ('const--184', u'PTRSUB_-1207122737'), ('tmp_6920', u'PTRSUB_-1207122661'), ('tmp_3829', u'PTRADD_-1207125034'), (u'INT_EQUAL_-1207126240', u'CBRANCH_-1207126238'), ('tmp_3213', u'BRANCH_-1207124263'), (u'INT_EQUAL_-1207125058', u'CBRANCH_-1207125056'), (u'PTRADD_-1207122877', u'LOAD_-1207125787'), ('tmp_3828', u'PTRSUB_-1207122381'), ('tmp_1299', u'CBRANCH_-1207125234'), (u'PTRADD_-1207125034', u'LOAD_-1207125096'), (u'INT_NOTEQUAL_-1207125161', u'CBRANCH_-1207125159'), ('tmp_3829', u'PTRADD_-1207125229'), ('const-433', u'LOAD_-1207124574'), (u'COPY_-1207125100', u'MULTIEQUAL_-1207123610'), (u'LOAD_-1207124597', u'INT_XOR_-1207124572')]
[(u'INT_ADD_-1207122885', u'PTRADD_-1207125005'), (u'INDIRECT_-1207123033', u'MULTIEQUAL_-1207123008'), (u'INT_ADD_-1207125824', u'INT_ADD_-1207125822'), ('const-1', u'PTRADD_-1207122823'), (u'LOAD_-1207125703', u'INT_XOR_-1207125664'), (u'INT_SUB_-1207126085', u'INT_AND_-1207126048'), (u'PTRADD_-1207124401', u'LOAD_-1207124463'), ('const-433', u'LOAD_-1207126038'), (u'PTRADD_-1207122734', u'STORE_-1207124894'), (u'MULTIEQUAL_-1207124022', u'INT_ADD_-1207122893'), (u'INT_ADD_-1207125724', u'CAST_-1207122769'), (u'INDIRECT_-1207123659', u'PTRADD_-1207126087'), (u'MULTIEQUAL_-1207124022', u'PTRADD_-1207122617'), ('tmp_6927', u'INT_ADD_-1207125775'), (u'MULTIEQUAL_-1207123594', u'PTRADD_-1207124776'), ('const-6', u'INT_ADD_-1207122796'), (u'LOAD_-1207124777', u'INT_XOR_-1207124752'), (u'INT_ADD_-1207124620', u'CAST_-1207122470'), (u'COPY_-1207126020', u'MULTIEQUAL_-1207123894'), (u'INT_AND_-1207126048', u'INT_NOTEQUAL_-1207125976'), (u'INT_ADD_-1207125773', u'CAST_-1207122788'), (u'PTRADD_-1207125690', u'LOAD_-1207125752'), (u'PTRADD_-1207122672', u'LOAD_-1207125196'), (u'INT_XOR_-1207124535', u'STORE_-1207124557'), (u'MULTIEQUAL_-1207123455', u'INT_ADD_-1207124546'), (u'MULTIEQUAL_-1207124022', u'INT_ADD_-1207122871'), (u'INT_ADD_-1207124954', u'CAST_-1207122515'), ('tmp_6927', u'CALL_-1207125215'), ('const-433', u'LOAD_-1207124919'), (u'MULTIEQUAL_-1207123455', u'INT_ADD_-1207122566'), ('const-0', u'INT_NOTEQUAL_-1207125127'), ('tmp_6934', u'PTRADD_-1207124242'), ('const-1', u'INT_ADD_-1207125846'), (u'COPY_-1207122224', u'CALL_-1207123971'), ('const-1', u'INT_ADD_-1207125699'), ('const-4608', u'INT_ADD_-1207125873'), (u'MULTIEQUAL_-1207124022', u'PTRADD_-1207122672'), ('tmp_2157', u'CBRANCH_-1207125159'), (u'INT_ADD_-1207124400', u'INT_ADD_-1207124398'), (u'INT_XOR_-1207124841', u'STORE_-1207124828'), (u'INT_ADD_-1207125128', u'CALLIND_-1207125071'), ('const-433', u'STORE_-1207124446'), ('tmp_6934', u'PTRADD_-1207125229'), (u'LOAD_-1207125081', u'CALLIND_-1207125071'), ('const-433', u'LOAD_-1207124463'), (u'INT_ADD_-1207124109', u'CAST_-1207122137'), (u'MULTIEQUAL_-1207124022', u'INT_NOTEQUAL_-1207125161'), ('const-32', u'CALL_-1207124035'), ('const--312', u'PTRSUB_-1207122177'), ('tmp_643', u'CBRANCH_-1207125974'), ('tmp_6921', u'PTRSUB_-1207122225'), (u'CAST_-1207122750', u'STORE_-1207125686'), ('const-9004', u'INT_ADD_-1207126199'), ('const-2', u'COPY_-1207124135'), ('tmp_1590', u'CBRANCH_-1207125016'), ('const--184', u'PTRSUB_-1207122823'), (u'MULTIEQUAL_-1207123455', u'INT_ADD_-1207124435'), ('const-433', u'STORE_-1207125735'), (u'INT_ADD_-1207122813', u'PTRADD_-1207122765'), ('const-5', u'INT_NOTEQUAL_-1207125001'), (u'PTRADD_-1207124475', u'LOAD_-1207124537'), ('const-9004', u'INT_ADD_-1207124954'), (u'MULTIEQUAL_-1207124022', u'INT_ADD_-1207122764'), ('const-1', u'PTRADD_-1207122815'), ('const-433', u'LOAD_-1207125689'), (u'MULTIEQUAL_-1207124022', u'INT_ADD_-1207122755'), (u'CAST_-1207122380', u'LOAD_-1207124412'), (u'CAST_-1207122807', u'LOAD_-1207125836'), (u'CALL_-1207126254', u'INDIRECT_-1207123659'), (u'CALLIND_-1207125071', u'INDIRECT_-1207123026'), ('const-1', u'INT_NOTEQUAL_-1207125997'), (u'CAST_-1207122410', u'LOAD_-1207124486'), ('const-433', u'STORE_-1207125180'), (u'LOAD_-1207124412', u'INT_XOR_-1207124387'), ('const-433', u'LOAD_-1207124790'), (u'INT_XOR_-1207124920', u'STORE_-1207124848'), ('tmp_132', u'CBRANCH_-1207126325'), (u'MULTIEQUAL_-1207124022', u'INT_ADD_-1207122831'), (u'STORE_-1207124446', u'INDIRECT_-1207123048'), ('tmp_6934', u'PTRADD_-1207124401'), ('const-433', u'LOAD_-1207125836'), (u'INT_AND_-1207126048', u'INT_NOTEQUAL_-1207125942'), (u'PTRADD_-1207125019', u'CAST_-1207122556'), ('tmp_6934', u'PTRADD_-1207125034'), (u'INDIRECT_-1207122726', u'COPY_-1207122777'), ('const-1', u'PTRADD_-1207122264'), (u'INT_ADD_-1207125265', u'INT_ADD_-1207124620'), ('tmp_236', u'CBRANCH_-1207126238'), ('const-40', u'INT_ADD_-1207124919'), (u'MULTIEQUAL_-1207122904', u'INT_EQUAL_-1207124921'), ('tmp_6934', u'LOAD_-1207126055'), ('const-1', u'PTRADD_-1207124081'), ('const-1', u'INT_ADD_-1207124929'), (u'INDIRECT_-1207123246', u'MULTIEQUAL_-1207123175'), (u'INT_ZEXT_-1207124335', u'INT_EQUAL_-1207125237'), (u'PTRADD_-1207124871', u'LOAD_-1207124933'), (u'STORE_-1207125180', u'INDIRECT_-1207123057'), ('const-3', u'INT_ADD_-1207122804'), ('const-1', u'PTRADD_-1207125019'), (u'LOAD_-1207124523', u'INT_XOR_-1207124498'), (u'INT_ADD_-1207124965', u'SUBPIECE_-1207123769'), (u'MULTIEQUAL_-1207123875', u'INT_ADD_-1207125773'), (u'MULTIEQUAL_-1207123575', u'INT_ADD_-1207124738'), ('const-16', u'COPY_-1207126200'), (u'STORE_-1207126035', u'INDIRECT_-1207123557'), (u'INT_SLESS_-1207126102', u'CBRANCH_-1207126109'), (u'INT_ADD_-1207125699', u'MULTIEQUAL_-1207123837'), ('tmp_6934', u'PTRADD_-1207124512'), (u'PTRADD_-1207122218', u'STORE_-1207124857'), (u'PTRADD_-1207122194', u'STORE_-1207124809'), (u'INT_ADD_-1207124373', u'MULTIEQUAL_-1207123455'), ('const-433', u'LOAD_-1207124500'), (u'COPY_-1207125100', u'MULTIEQUAL_-1207123594'), (u'CAST_-1207122440', u'STORE_-1207124557'), ('const-433', u'LOAD_-1207124999'), (u'LOAD_-1207125012', u'INT_XOR_-1207124975'), (u'PTRADD_-1207124438', u'LOAD_-1207124500'), ('const-1', u'PTRADD_-1207125641'), ('const--312', u'PTRSUB_-1207122249'), ('const-433', u'LOAD_-1207124611'), (u'COPY_-1207126020', u'MULTIEQUAL_-1207123875'), (u'INT_NOTEQUAL_-1207126060', u'CBRANCH_-1207126059'), (u'PTRSUB_-1207122815', u'PTRADD_-1207122815'), ('const-433', u'LOAD_-1207124304'), ('tmp_6934', u'PTRADD_-1207124081'), (u'INT_XOR_-1207124859', u'STORE_-1207124838'), ('tmp_3754', u'BRANCH_-1207124101'), (u'INT_EQUAL_-1207126134', u'CBRANCH_-1207126129'), ('const-4608', u'INT_ADD_-1207125824'), (u'INDIRECT_-1207123659', u'MULTIEQUAL_-1207123155'), (u'MULTIEQUAL_-1207123455', u'INT_ADD_-1207122581'), (u'MULTIEQUAL_-1207123856', u'INT_ADD_-1207125699'), ('const-433', u'LOAD_-1207125787'), ('tmp_6921', u'PTRSUB_-1207122774'), ('const-433', u'LOAD_-1207126270'), (u'INT_AND_-1207125115', u'INT_NOTEQUAL_-1207124984'), (u'MULTIEQUAL_-1207123455', u'PTRADD_-1207125229'), ('const-1', u'INT_ADD_-1207124834'), ('const-192', u'INT_MULT_-1207126161'), ('const-0', u'SUBPIECE_-1207123769'), (u'INT_ADD_-1207124472', u'CAST_-1207122410'), ('const-433', u'STORE_-1207124809'), (u'INT_ADD_-1207122782', u'PTRADD_-1207122734'), (u'PTRADD_-1207124242', u'LOAD_-1207124304'), (u'COPY_-1207122246', u'CALL_-1207124003'), (u'INT_ZEXT_-1207123733', u'INT_NOTEQUAL_-1207125161'), (u'LOAD_-1207124963', u'INT_XOR_-1207124938'), ('const-1', u'RETURN_-1207124030'), ('tmp_6934', u'PTRADD_-1207124475'), ('const-0', u'COPY_-1207123845'), (u'INT_NOTEQUAL_-1207125001', u'CBRANCH_-1207124999'), (u'LOAD_-1207124967', u'INT_XOR_-1207124942'), ('const-1', u'INT_ADD_-1207125797'), ('const-433', u'LOAD_-1207124634'), ('const-433', u'LOAD_-1207124933'), (u'PTRADD_-1207124917', u'LOAD_-1207124979'), ('tmp_6921', u'PTRSUB_-1207122194'), ('const-433', u'STORE_-1207124828'), ('const-1760334', u'COPY_-1207122224'), (u'STORE_-1207125784', u'INDIRECT_-1207123455'), ('tmp_6927', u'INT_EQUAL_-1207126327'), (u'PTRSUB_-1207123175', u'CALL_-1207125215'), (u'INDIRECT_-1207123032', u'MULTIEQUAL_-1207122983'), (u'CAST_-1207122440', u'LOAD_-1207124560'), (u'LOAD_-1207125885', u'INT_XOR_-1207125860'), ('const-433', u'LOAD_-1207125752'), (u'LOAD_-1207124907', u'INT_XOR_-1207124841'), (u'PTRADD_-1207122756', u'STORE_-1207124927'), (u'INT_XOR_-1207125664', u'STORE_-1207125686'), ('const-0', u'SUBPIECE_-1207124411'), ('const-1', u'PTRADD_-1207122698'), ('const-40', u'INT_ADD_-1207126358'), ('const-4608', u'INT_ADD_-1207125677'), ('const-3', u'INT_ADD_-1207122551'), ('tmp_6934', u'PTRADD_-1207124925'), ('const-0', u'INT_EQUAL_-1207125058'), ('tmp_6921', u'PTRSUB_-1207122845'), (u'PTRSUB_-1207122845', u'PTRADD_-1207122845'), (u'INDIRECT_-1207122804', u'MULTIEQUAL_-1207122630'), (u'PTRSUB_-1207122617', u'PTRADD_-1207122617'), ('tmp_446', u'CBRANCH_-1207126109'), (u'PTRADD_-1207122225', u'LOAD_-1207124873'), (u'INDIRECT_-1207122804', u'MULTIEQUAL_-1207123017'), ('tmp_2333', u'CBRANCH_-1207125056'), ('const-0', u'INT_SLESS_-1207125171'), (u'INT_SEXT_-1207126216', u'INT_MULT_-1207126161'), (u'MULTIEQUAL_-1207124022', u'INT_ADD_-1207122879'), ('tmp_6927', u'INT_ADD_-1207124437'), (u'MULTIEQUAL_-1207123875', u'PTRADD_-1207125739'), (u'CAST_-1207123050', u'LOAD_-1207126374'), ('tmp_6927', u'INT_ADD_-1207124400'), (u'LOAD_-1207124873', u'INT_XOR_-1207124848'), ('tmp_6921', u'PTRSUB_-1207122170'), (u'INT_AND_-1207126048', u'INT_NOTEQUAL_-1207125925'), (u'INT_ADD_-1207124805', u'MULTIEQUAL_-1207124022'), ('const-5', u'INT_NOTEQUAL_-1207125925'), (u'CALL_-1207124035', u'INDIRECT_-1207122749'), (u'CALL_-1207126254', u'INDIRECT_-1207123970'), (u'INT_ADD_-1207124437', u'INT_ADD_-1207124435'), ('tmp_6934', u'PTRADD_-1207125147'), (u'STORE_-1207125180', u'INDIRECT_-1207123098'), (u'INT_XOR_-1207125086', u'COPY_-1207125093'), (u'LOAD_-1207126215', u'INT_EQUAL_-1207126134'), ('const--312', u'PTRSUB_-1207122716'), (u'LOAD_-1207124979', u'INT_XOR_-1207124942'), (u'LOAD_-1207125154', u'INT_SEXT_-1207125137'), ('const-4', u'INT_NOTEQUAL_-1207125942'), ('const--312', u'PTRSUB_-1207122725'), (u'INT_ADD_-1207122871', u'PTRADD_-1207122823'), (u'PTRADD_-1207122201', u'LOAD_-1207124825'), (u'PTRSUB_-1207122774', u'PTRADD_-1207122774'), ('const--184', u'PTRSUB_-1207122242'), (u'CAST_-1207122395', u'STORE_-1207124446'), ('const-1', u'PTRADD_-1207125837'), (u'PTRSUB_-1207122177', u'PTRADD_-1207122177'), (u'STORE_-1207125735', u'INDIRECT_-1207123436'), ('const-433', u'LOAD_-1207126233'), (u'LOAD_-1207125752', u'INT_XOR_-1207125713'), (u'COPY_-1207123795', u'MULTIEQUAL_-1207124022'), (u'CALL_-1207125215', u'INDIRECT_-1207123024'), (u'COPY_-1207125100', u'MULTIEQUAL_-1207123613'), ('const-433', u'LOAD_-1207125291'), (u'INT_ADD_-1207125197', u'CAST_-1207122330'), (u'INT_XOR_-1207125171', u'STORE_-1207125180'), (u'STORE_-1207124483', u'INDIRECT_-1207123063'), ('tmp_765', u'CBRANCH_-1207125905'), (u'INT_ADD_-1207122831', u'PTRADD_-1207122783'), (u'PTRADD_-1207122716', u'LOAD_-1207124866'), (u'STORE_-1207124905', u'INDIRECT_-1207122665'), ('const-5', u'INT_ADD_-1207122755'), ('const-1', u'PTRADD_-1207124994'), (u'INT_ADD_-1207124546', u'CAST_-1207122440'), ('const-433', u'LOAD_-1207124537'), (u'PTRADD_-1207124586', u'LOAD_-1207124648'), ('const-433', u'LOAD_-1207125012'), (u'PTRSUB_-1207122734', u'PTRADD_-1207122734'), ('const-433', u'STORE_-1207124631'), ('const-433', u'LOAD_-1207124574'), ('tmp_613', u'CBRANCH_-1207125995'), (u'MULTIEQUAL_-1207124022', u'INT_ADD_-1207122789'), (u'INT_ADD_-1207124786', u'MULTIEQUAL_-1207123575'), ('const-4', u'INT_ADD_-1207122846'), (u'INT_ADD_-1207125775', u'INT_ADD_-1207125773'), (u'INT_XOR_-1207124572', u'STORE_-1207124594'), (u'MULTIEQUAL_-1207123913', u'INT_ADD_-1207125871'), (u'INT_ADD_-1207125797', u'MULTIEQUAL_-1207123875'), ('const-7', u'INT_AND_-1207125115'), (u'INT_ADD_-1207125748', u'MULTIEQUAL_-1207123856'), (u'INT_AND_-1207125115', u'INT_NOTEQUAL_-1207125052'), ('const-433', u'LOAD_-1207125015'), ('tmp_6921', u'PTRSUB_-1207122756'), (u'LOAD_-1207124486', u'INT_XOR_-1207124461'), ('tmp_6934', u'PTRADD_-1207124994'), ('const-433', u'LOAD_-1207125056'), (u'INDIRECT_-1207122804', u'MULTIEQUAL_-1207122649'), ('const-433', u'STORE_-1207124761'), ('const-433', u'LOAD_-1207124486'), (u'LOAD_-1207125015', u'INT_XOR_-1207124990'), (u'INT_AND_-1207125115', u'INT_NOTEQUAL_-1207125001'), (u'LOAD_-1207124884', u'INT_XOR_-1207124859'), (u'LOAD_-1207124634', u'INT_XOR_-1207124609'), (u'LOAD_-1207124999', u'INT_XOR_-1207124938'), ('const-2', u'INT_ADD_-1207122885'), (u'PTRADD_-1207124925', u'LOAD_-1207124987'), (u'CAST_-1207122137', u'STORE_-1207124120'), ('const-1', u'INT_ADD_-1207122900'), ('const-1', u'PTRADD_-1207122194'), (u'LOAD_-1207126038', u'INT_XOR_-1207126013'), (u'PTRADD_-1207122815', u'LOAD_-1207125033'), (u'MULTIEQUAL_-1207123767', u'INT_ADD_-1207124965'), (u'INT_ADD_-1207124738', u'MULTIEQUAL_-1207124022'), (u'INDIRECT_-1207123156', u'MULTIEQUAL_-1207123041'), (u'INT_NOTEQUAL_-1207125908', u'CBRANCH_-1207125905'), (u'PTRSUB_-1207122225', u'PTRADD_-1207122225'), ('const--184', u'PTRSUB_-1207122653'), ('const-4608', u'INT_ADD_-1207125259'), (u'COPY_-1207125100', u'MULTIEQUAL_-1207123648'), (u'LOAD_-1207124790', u'INT_XOR_-1207124752'), (u'INDIRECT_-1207123557', u'MULTIEQUAL_-1207123451'), ('const-433', u'LOAD_-1207125067'), ('const-1', u'INT_ADD_-1207122893'), (u'MULTIEQUAL_-1207124022', u'INT_ADD_-1207122804'), (u'MULTIEQUAL_-1207124022', u'INT_ADD_-1207122839'), ('tmp_1620', u'CBRANCH_-1207124999'), ('const-433', u'LOAD_-1207125801'), (u'INT_SUB_-1207125156', u'INT_AND_-1207125115'), ('tmp_6927', u'INT_ADD_-1207124620'), ('const-4612', u'INT_ADD_-1207124511'), (u'LOAD_-1207126233', u'INT_SEXT_-1207126216'), ('const-1', u'PTRADD_-1207124871'), ('const-1', u'PTRADD_-1207122672'), (u'INT_XOR_-1207124752', u'STORE_-1207124761'), ('const-1', u'PTRADD_-1207122242'), ('tmp_6921', u'PTRSUB_-1207122653'), (u'INT_XOR_-1207124896', u'STORE_-1207124905'), ('tmp_6927', u'INT_ADD_-1207124474'), ('tmp_6927', u'INT_ADD_-1207125726'), ('const-3', u'INT_NOTEQUAL_-1207125959'), ('const--312', u'PTRSUB_-1207122672'), (u'LOAD_-1207124500', u'INT_XOR_-1207124461'), (u'INDIRECT_-1207122703', u'COPY_-1207122752'), ('tmp_6934', u'PTRADD_-1207124824'), ('const-2', u'INT_ADD_-1207122566'), ('const-1', u'PTRADD_-1207122617'), ('const-433', u'LOAD_-1207125271'), ('const-1', u'INT_ADD_-1207122871'), (u'LOAD_-1207124933', u'INT_XOR_-1207124896'), (u'LOAD_-1207125213', u'INT_SLESS_-1207125171'), (u'LOAD_-1207124560', u'INT_XOR_-1207124535'), ('const-0', u'INT_EQUAL_-1207126240'), ('const-433', u'LOAD_-1207125055'), ('const-433', u'LOAD_-1207124979'), (u'MULTIEQUAL_-1207123894', u'INT_ADD_-1207125797'), ('const-1', u'PTRADD_-1207122774'), (u'COPY_-1207125093', u'MULTIEQUAL_-1207123083'), (u'STORE_-1207124838', u'INDIRECT_-1207123032'), ('const-1', u'PTRADD_-1207124401'), ('const-1', u'PTRADD_-1207122249'), ('tmp_6934', u'PTRADD_-1207124549'), (u'CALL_-1207125215', u'INDIRECT_-1207123335'), ('const-0', u'COPY_-1207123795'), ('const-433', u'LOAD_-1207124967'), (u'INT_ADD_-1207122773', u'PTRADD_-1207122725'), (u'LOAD_-1207125271', u'INT_XOR_-1207125246'), (u'INT_ADD_-1207125677', u'INT_ADD_-1207125675'), ('const--184', u'PTRSUB_-1207122756'), (u'MULTIEQUAL_-1207124022', u'INT_ADD_-1207122796'), (u'INT_AND_-1207125115', u'INT_NOTEQUAL_-1207125127'), (u'MULTIEQUAL_-1207123455', u'INT_ADD_-1207124509'), ('tmp_1360', u'CBRANCH_-1207125178'), ('const-9000', u'INT_ADD_-1207126254'), (u'CAST_-1207122515', u'LOAD_-1207124970'), ('const-1', u'PTRADD_-1207125034'), ('tmp_6927', u'INT_ADD_-1207124954'), (u'CALL_-1207125215', u'INDIRECT_-1207122927'), ('const-433', u'STORE_-1207124594'), ('tmp_6927', u'INT_ADD_-1207126199'), ('const-7', u'INT_AND_-1207126048'), ('tmp_6934', u'PTRADD_-1207124857'), (u'COPY_-1207123053', u'PTRADD_-1207125019'), ('const-1', u'PTRADD_-1207124364'), (u'INT_AND_-1207126048', u'INT_NOTEQUAL_-1207126060'), ('const-1', u'PTRADD_-1207124857'), (u'INT_XOR_-1207124387', u'STORE_-1207124409'), (u'MULTIEQUAL_-1207123455', u'INT_ADD_-1207124398'), (u'INT_ADD_-1207122536', u'PTRADD_-1207124475'), ('const-1', u'INT_SUB_-1207125156'), ('const-1', u'PTRADD_-1207124242'), ('tmp_1652', u'CBRANCH_-1207124981'), (u'INT_MULT_-1207126161', u'INT_ADD_-1207123107'), ('tmp_6934', u'PTRADD_-1207125788'), (u'INT_ADD_-1207122900', u'PTRADD_-1207125034'), (u'INT_EQUAL_-1207126281', u'CBRANCH_-1207126279'), (u'PTRADD_-1207124845', u'LOAD_-1207124907'), (u'STORE_-1207124848', u'INDIRECT_-1207123038'), ('tmp_6927', u'INT_ADD_-1207125677'), (u'PTRSUB_-1207122756', u'PTRADD_-1207122756'), (u'INDIRECT_-1207122608', u'MULTIEQUAL_-1207123041'), (u'COPY_-1207126200', u'MULTIEQUAL_-1207123924'), (u'MULTIEQUAL_-1207123455', u'INT_EQUAL_-1207125237'), (u'MULTIEQUAL_-1207123575', u'PTRADD_-1207122177'), (u'STORE_-1207124761', u'INDIRECT_-1207122608'), ('const-1', u'PTRADD_-1207125739'), (u'PTRADD_-1207125837', u'LOAD_-1207125899'), ('const-8', u'INT_ADD_-1207124805'), ('tmp_6921', u'PTRSUB_-1207122242'), ('tmp_6927', u'INT_ADD_-1207126254'), (u'INT_ADD_-1207124585', u'INT_ADD_-1207124583'), (u'INDIRECT_-1207123439', u'MULTIEQUAL_-1207122945'), (u'INDIRECT_-1207123474', u'MULTIEQUAL_-1207123431'), ('tmp_6934', u'PTRADD_-1207124438'), (u'INT_AND_-1207126048', u'INT_NOTEQUAL_-1207125959'), ('const-433', u'LOAD_-1207124884'), ('const--312', u'PTRSUB_-1207122271'), (u'PTRSUB_-1207122242', u'PTRADD_-1207122242'), (u'PTRSUB_-1207122806', u'PTRADD_-1207122806'), (u'STORE_-1207124409', u'INDIRECT_-1207123033'), (u'STORE_-1207124973', u'INDIRECT_-1207123087'), (u'LOAD_-1207124426', u'INT_XOR_-1207124387'), ('tmp_6934', u'PTRADD_-1207124871'), (u'PTRADD_-1207124512', u'LOAD_-1207124574'), ('const-1', u'PTRADD_-1207122716'), ('tmp_6934', u'PTRADD_-1207125739'), ('const-4608', u'INT_ADD_-1207126024'), (u'INT_ADD_-1207126217', u'CAST_-1207122974'), (u'CALL_-1207124035', u'INDIRECT_-1207122487'), (u'MULTIEQUAL_-1207123455', u'INT_ADD_-1207122536'), (u'CALL_-1207124385', u'INDIRECT_-1207122513'), ('const-1', u'INT_ADD_-1207125748'), ('const-1', u'PTRADD_-1207124081'), (u'INT_XOR_-1207125008', u'STORE_-1207124973'), (u'SUBPIECE_-1207123991', u'INT_EQUAL_-1207125058'), (u'COPY_-1207126020', u'MULTIEQUAL_-1207123837'), (u'INT_ADD_-1207126199', u'CAST_-1207122959'), ('tmp_6921', u'PTRSUB_-1207123175'), (u'MULTIEQUAL_-1207123631', u'PTRADD_-1207122249'), ('const-433', u'STORE_-1207124951'), ('const-433', u'STORE_-1207124520'), ('const--184', u'PTRSUB_-1207122707'), (u'PTRADD_-1207122617', u'STORE_-1207125180'), (u'INT_ADD_-1207122566', u'PTRADD_-1207124549'), ('const-1760531', u'COPY_-1207122271'), (u'LOAD_-1207124945', u'INT_XOR_-1207124920'), (u'MULTIEQUAL_-1207123455', u'INT_ADD_-1207124472'), (u'INDIRECT_-1207122627', u'MULTIEQUAL_-1207122592'), (u'PTRADD_-1207124776', u'LOAD_-1207124838'), (u'LOAD_-1207124648', u'INT_XOR_-1207124609'), ('const-0', u'INT_EQUAL_-1207126304'), ('const-4610', u'INT_ADD_-1207124585'), (u'MULTIEQUAL_-1207123575', u'PTRADD_-1207124728'), (u'PTRADD_-1207124857', u'LOAD_-1207124919'), ('tmp_6927', u'INT_ADD_-1207126217'), ('tmp_6934', u'PTRADD_-1207125005'), (u'MULTIEQUAL_-1207123613', u'PTRADD_-1207124824'), (u'PTRADD_-1207122170', u'STORE_-1207124761'), (u'MULTIEQUAL_-1207124022', u'INT_ADD_-1207122782'), ('const--312', u'PTRSUB_-1207122201'), (u'CAST_-1207122939', u'LOAD_-1207126149'), (u'INDIRECT_-1207123196', u'MULTIEQUAL_-1207123155'), (u'LOAD_-1207126215', u'INT_SLESS_-1207126102'), (u'INT_ADD_-1207122796', u'PTRADD_-1207124857'), (u'LOAD_-1207124838', u'INT_XOR_-1207124800'), (u'PTRADD_-1207122271', u'LOAD_-1207124967'), ('const-433', u'STORE_-1207125833'), ('const-1', u'INT_ADD_-1207124965'), ('const-1', u'COPY_-1207126020'), (u'LOAD_-1207125787', u'INT_XOR_-1207125762'), ('tmp_6921', u'PTRSUB_-1207122249'), (u'CAST_-1207122750', u'LOAD_-1207125689'), ('tmp_2069', u'BRANCH_-1207124742'), ('tmp_6927', u'INT_ADD_-1207125873'), (u'LOAD_-1207125067', u'INT_XOR_-1207125008'), ('const-433', u'LOAD_-1207124945'), (u'INT_ADD_-1207125138', u'CAST_-1207122582'), ('const-1', u'PTRADD_-1207122845'), (u'MULTIEQUAL_-1207123648', u'PTRADD_-1207122264'), ('tmp_6921', u'PTRSUB_-1207122716'), (u'MULTIEQUAL_-1207123924', u'RETURN_-1207124854'), ('const-1', u'RETURN_-1207123966'), ('const-433', u'LOAD_-1207124907'), (u'INDIRECT_-1207122762', u'MULTIEQUAL_-1207123000'), (u'INT_ADD_-1207122521', u'PTRADD_-1207124438'), ('const-9004', u'INT_ADD_-1207125197'), (u'INT_NOTEQUAL_-1207124984', u'CBRANCH_-1207124981'), ('tmp_6927', u'INT_ADD_-1207124548'), ('tmp_6934', u'LOAD_-1207125121'), (u'INT_SLESS_-1207125011', u'CBRANCH_-1207125018'), (u'COPY_-1207122221', u'CALL_-1207123971'), (u'PTRADD_-1207124364', u'LOAD_-1207124426'), ('const-433', u'STORE_-1207124894'), ('const-1', u'PTRADD_-1207124512'), ('const-20', u'INT_ADD_-1207123107'), (u'INT_XOR_-1207125713', u'STORE_-1207125735'), ('const-1', u'INT_SUB_-1207126085'), ('const-1', u'PTRADD_-1207122225'), (u'LOAD_-1207124123', u'INT_XOR_-1207124098'), (u'INT_ADD_-1207122863', u'PTRADD_-1207122815'), (u'INDIRECT_-1207122804', u'MULTIEQUAL_-1207122592'), (u'LOAD_-1207125033', u'INT_XOR_-1207125008'), (u'MULTIEQUAL_-1207123455', u'INT_ADD_-1207122551'), (u'CALL_-1207124385', u'INDIRECT_-1207122692'), (u'INDIRECT_-1207122927', u'INT_XOR_-1207125086'), (u'INT_ADD_-1207122804', u'PTRADD_-1207122756'), (u'INT_ADD_-1207125871', u'CAST_-1207122826'), ('const-4', u'INT_NOTEQUAL_-1207125018'), ('const-1', u'PTRADD_-1207125005'), (u'INT_ADD_-1207125039', u'CAST_-1207122546'), ('tmp_6935', u'INT_EQUAL_-1207126281'), ('tmp_530', u'CBRANCH_-1207126059'), (u'INT_ADD_-1207126358', u'CAST_-1207123050'), (u'PTRADD_-1207124994', u'LOAD_-1207125056'), ('const-433', u'STORE_-1207125882'), (u'PTRADD_-1207124824', u'LOAD_-1207124886'), (u'MULTIEQUAL_-1207123455', u'INT_ADD_-1207124373'), (u'PTRSUB_-1207122201', u'PTRADD_-1207122201'), (u'INT_ADD_-1207124919', u'CAST_-1207122498'), ('tmp_703', u'CBRANCH_-1207125940'), ('const-0', u'INT_NOTEQUAL_-1207126060'), ('const-9004', u'INT_ADD_-1207125039'), (u'LOAD_-1207124574', u'INT_XOR_-1207124535'), (u'MULTIEQUAL_-1207124022', u'INT_ADD_-1207122813'), (u'PTRADD_-1207122698', u'STORE_-1207124838'), ('const--312', u'PTRSUB_-1207123175'), (u'PTRSUB_-1207122170', u'PTRADD_-1207122170'), (u'PTRADD_-1207122774', u'LOAD_-1207124963'), ('tmp_6921', u'PTRSUB_-1207122672'), (u'CALL_-1207126254', u'INDIRECT_-1207123397'), ('const-1', u'PTRADD_-1207124549'), (u'COPY_-1207125100', u'MULTIEQUAL_-1207123575'), ('const-4', u'INT_ADD_-1207122782'), (u'LOAD_-1207124970', u'INT_SLESS_-1207124940'), (u'CALL_-1207126254', u'MULTIEQUAL_-1207123924'), ('tmp_6927', u'INT_ADD_-1207125138'), (u'INT_SUB_-1207126085', u'INT_ZEXT_-1207124335'), ('const-1', u'PTRADD_-1207124845'), ('tmp_6921', u'PTRSUB_-1207122218'), (u'MULTIEQUAL_-1207123875', u'INT_ADD_-1207125748'), (u'INT_ADD_-1207122893', u'PTRADD_-1207122845'), (u'CAST_-1207122994', u'LOAD_-1207126270'), (u'PTRADD_-1207122725', u'LOAD_-1207124884'), (u'MULTIEQUAL_-1207123648', u'PTRADD_-1207122271'), (u'INT_ADD_-1207122551', u'PTRADD_-1207124512'), ('const-1', u'COPY_-1207125100'), (u'INT_XOR_-1207126013', u'STORE_-1207126035'), (u'LOAD_-1207125196', u'INT_XOR_-1207125171'), (u'INT_ADD_-1207122746', u'PTRADD_-1207122698'), (u'COPY_-1207126020', u'MULTIEQUAL_-1207123856'), (u'STORE_-1207124809', u'INDIRECT_-1207122627'), ('const-6', u'INT_ADD_-1207122773'), (u'LOAD_-1207124866', u'INT_XOR_-1207124841'), (u'COPY_-1207125100', u'MULTIEQUAL_-1207124022'), ('const-433', u'LOAD_-1207125000'), (u'MULTIEQUAL_-1207123575', u'PTRADD_-1207122170'), ('const-30', u'CALL_-1207123971'), (u'COPY_-1207122271', u'CALL_-1207124035'), (u'MULTIEQUAL_-1207123455', u'INT_ADD_-1207125265'), ('const-433', u'LOAD_-1207125738'), ('const-2', u'COPY_-1207124272'), ('const-1', u'PTRADD_-1207122725'), (u'INT_NOTEQUAL_-1207125035', u'CBRANCH_-1207125033'), (u'PTRADD_-1207124728', u'LOAD_-1207124790'), (u'INT_NOTEQUAL_-1207125997', u'CBRANCH_-1207125995'), (u'INT_XOR_-1207124609', u'STORE_-1207124631'), ('const-4608', u'INT_ADD_-1207125775'), ('const--312', u'PTRSUB_-1207122845'), (u'INDIRECT_-1207122804', u'MULTIEQUAL_-1207122611'), ('const-7', u'INT_ADD_-1207122491'), ('const-433', u'LOAD_-1207124523'), ('const-433', u'LOAD_-1207125081'), (u'INT_ADD_-1207122506', u'PTRADD_-1207124401'), (u'MULTIEQUAL_-1207123455', u'INT_ADD_-1207122491'), (u'INT_ADD_-1207124583', u'CAST_-1207122455'), (u'PTRSUB_-1207122249', u'PTRADD_-1207122249'), (u'INDIRECT_-1207122886', u'INT_XOR_-1207124266'), (u'INT_ADD_-1207124965', u'MULTIEQUAL_-1207123767'), ('const-433', u'LOAD_-1207124933'), (u'CAST_-1207122826', u'STORE_-1207125882'), ('tmp_6921', u'PTRSUB_-1207122725'), (u'INT_ADD_-1207126024', u'CAST_-1207122891'), (u'LOAD_-1207125055', u'INT_SLESS_-1207125011'), (u'MULTIEQUAL_-1207123510', u'INT_ADD_-1207124919'), (u'INDIRECT_-1207122776', u'MULTIEQUAL_-1207123471'), (u'PTRSUB_-1207122264', u'PTRADD_-1207122264'), (u'MULTIEQUAL_-1207123856', u'PTRADD_-1207125690'), ('tmp_1500', u'CBRANCH_-1207125071'), (u'MULTIEQUAL_-1207123594', u'INT_ADD_-1207124786'), (u'INDIRECT_-1207123196', u'MULTIEQUAL_-1207123175'), ('tmp_1202', u'BRANCH_-1207125654'), (u'INT_ADD_-1207125259', u'INT_ADD_-1207125257'), ('const-433', u'STORE_-1207125686'), (u'CAST_-1207122556', u'LOAD_-1207125081'), ('const-1', u'PTRADD_-1207124242'), (u'MULTIEQUAL_-1207123894', u'PTRADD_-1207125788'), ('tmp_6921', u'PTRSUB_-1207122264'), (u'CALL_-1207126254', u'INDIRECT_-1207123562'), (u'INT_XOR_-1207124266', u'COPY_-1207124277'), (u'PTRSUB_-1207122689', u'PTRADD_-1207122689'), (u'CALL_-1207125215', u'INDIRECT_-1207122762'), (u'INT_XOR_-1207125811', u'STORE_-1207125833'), ('const-3', u'INT_NOTEQUAL_-1207125035'), (u'PTRADD_-1207122689', u'STORE_-1207124828'), ('tmp_6921', u'PTRSUB_-1207122783'), (u'INT_ADD_-1207122839', u'PTRADD_-1207124925'), (u'COPY_-1207123845', u'MULTIEQUAL_-1207123767'), (u'INDIRECT_-1207123970', u'MULTIEQUAL_-1207123510'), (u'MULTIEQUAL_-1207124022', u'INT_ADD_-1207122885'), ('tmp_6927', u'INT_ADD_-1207125128'), (u'INT_XOR_-1207124975', u'STORE_-1207124997'), (u'STORE_-1207124557', u'INDIRECT_-1207123093'), (u'PTRSUB_-1207122783', u'PTRADD_-1207122783'), (u'INDIRECT_-1207122692', u'COPY_-1207122750'), ('const-3', u'INT_ADD_-1207122879'), (u'INT_XOR_-1207124461', u'STORE_-1207124483'), (u'CAST_-1207122470', u'LOAD_-1207124634'), ('const-4611', u'INT_ADD_-1207124548'), (u'CAST_-1207122891', u'STORE_-1207126035'), ('const-4615', u'INT_ADD_-1207124400'), ('const-433', u'STORE_-1207124120'), ('const-1626145', u'COPY_-1207122273'), (u'LOAD_-1207124449', u'INT_XOR_-1207124424'), (u'INDIRECT_-1207123015', u'MULTIEQUAL_-1207122976'), ('const-1', u'PTRADD_-1207122707'), (u'INDIRECT_-1207123057', u'MULTIEQUAL_-1207123017'), (u'LOAD_-1207125836', u'INT_XOR_-1207125811'), ('tmp_6921', u'PTRSUB_-1207122823'), (u'INDIRECT_-1207123557', u'MULTIEQUAL_-1207123510'), (u'INT_XOR_-1207124498', u'STORE_-1207124520'), (u'MULTIEQUAL_-1207124022', u'INT_ADD_-1207122854'), (u'CALLIND_-1207125071', u'INDIRECT_-1207122984'), (u'INT_ADD_-1207122879', u'PTRADD_-1207124994'), ('const-1', u'PTRADD_-1207124937'), ('tmp_6935', u'CALLIND_-1207125071'), ('const-433', u'STORE_-1207124857'), (u'MULTIEQUAL_-1207123594', u'PTRADD_-1207122194'), (u'CAST_-1207122410', u'STORE_-1207124483'), (u'MULTIEQUAL_-1207123631', u'PTRADD_-1207124871'), (u'PTRADD_-1207125005', u'LOAD_-1207125067'), ('const-1', u'PTRADD_-1207125690'), (u'PTRSUB_-1207122698', u'PTRADD_-1207122698'), (u'INDIRECT_-1207122749', u'COPY_-1207122802'), (u'INDIRECT_-1207123557', u'MULTIEQUAL_-1207123391'), (u'CAST_-1207122498', u'LOAD_-1207124933'), (u'PTRADD_-1207125229', u'LOAD_-1207125291'), ('tmp_6921', u'PTRSUB_-1207122707'), ('const-433', u'STORE_-1207124557'), ('const-3', u'INT_ADD_-1207122854'), (u'PTRSUB_-1207122218', u'PTRADD_-1207122218'), ('const-2', u'INT_ADD_-1207122863'), (u'INT_MULT_-1207125093', u'INT_ADD_-1207122674'), ('tmp_2571', u'CBRANCH_-1207124912'), ('const-4608', u'INT_ADD_-1207125726'), ('tmp_6934', u'PTRADD_-1207125837'), ('const-4736', u'INT_ADD_-1207125128'), (u'INDIRECT_-1207123659', u'MULTIEQUAL_-1207122983'), ('const-1', u'PTRADD_-1207124438'), ('const--184', u'PTRSUB_-1207122170'), (u'INDIRECT_-1207123436', u'MULTIEQUAL_-1207123391'), (u'CALL_-1207125215', u'INDIRECT_-1207122845'), (u'INT_ADD_-1207124882', u'MULTIEQUAL_-1207123613'), (u'CAST_-1207122365', u'STORE_-1207125268'), ('const-1', u'PTRADD_-1207124475'), (u'COPY_-1207124068', u'MULTIEQUAL_-1207123455'), ('tmp_6934', u'PTRADD_-1207124728'), (u'CAST_-1207122974', u'LOAD_-1207126233'), (u'LOAD_-1207125213', u'INT_SUB_-1207125156'), (u'LOAD_-1207125121', u'INT_XOR_-1207125086'), ('tmp_6927', u'INT_ADD_-1207125039'), (u'PTRADD_-1207122600', u'LOAD_-1207125012'), (u'PTRADD_-1207122783', u'STORE_-1207124973'), (u'LOAD_-1207125209', u'INT_XOR_-1207125171'), ('const-2', u'INT_NOTEQUAL_-1207125052'), ('tmp_673', u'CBRANCH_-1207125957'), (u'INDIRECT_-1207123557', u'MULTIEQUAL_-1207123008'), (u'INT_SLESS_-1207125171', u'CBRANCH_-1207125178'), (u'MULTIEQUAL_-1207123837', u'INT_ADD_-1207125675'), ('const-1', u'PTRADD_-1207122783'), (u'CAST_-1207122137', u'LOAD_-1207124123'), ('tmp_6934', u'PTRADD_-1207124364'), (u'MULTIEQUAL_-1207123913', u'PTRADD_-1207125837'), (u'STORE_-1207124631', u'INDIRECT_-1207123123'), (u'STORE_-1207124828', u'INDIRECT_-1207123026'), ('const-1', u'PTRADD_-1207122600'), (u'PTRSUB_-1207122194', u'PTRADD_-1207122194'), (u'CALLIND_-1207125071', u'MULTIEQUAL_-1207123924'), (u'CALL_-1207126254', u'INDIRECT_-1207123521'), (u'CAST_-1207122546', u'LOAD_-1207125055'), ('tmp_6921', u'PTRSUB_-1207122201'), ('tmp_6927', u'INT_ADD_-1207124511'), ('const-0', u'COPY_-1207124068'), (u'MULTIEQUAL_-1207124022', u'INT_ADD_-1207122746'), (u'MULTIEQUAL_-1207123613', u'INT_ADD_-1207124834'), ('tmp_6934', u'PTRADD_-1207125641'), (u'INT_EQUAL_-1207125237', u'CBRANCH_-1207125234'), ('const-433', u'LOAD_-1207124648'), (u'PTRADD_-1207122249', u'LOAD_-1207124921'), ('const-433', u'STORE_-1207124838'), (u'INDIRECT_-1207122984', u'MULTIEQUAL_-1207122904'), ('const--312', u'PTRSUB_-1207122815'), (u'MULTIEQUAL_-1207123837', u'INT_ADD_-1207125650'), ('const-433', u'LOAD_-1207124777'), ('const-433', u'STORE_-1207124409'), (u'LOAD_-1207124611', u'INT_XOR_-1207124572'), ('const-1', u'RETURN_-1207123998'), (u'INT_ADD_-1207122491', u'PTRADD_-1207124364'), ('tmp_414', u'CBRANCH_-1207126129'), (u'INT_NOTEQUAL_-1207125942', u'CBRANCH_-1207125940'), ('const-433', u'LOAD_-1207124970'), (u'CAST_-1207122788', u'STORE_-1207125784'), (u'STORE_-1207124120', u'INDIRECT_-1207122776'), (u'LOAD_-1207125056', u'INT_XOR_-1207124990'), (u'INT_ADD_-1207124548', u'INT_ADD_-1207124546'), (u'INT_NOTEQUAL_-1207125959', u'CBRANCH_-1207125957'), ('const-1', u'PTRADD_-1207124586'), ('tmp_6921', u'PTRSUB_-1207122600'), ('const--184', u'PTRSUB_-1207122264'), ('const-4609', u'INT_ADD_-1207124109'), ('const-6', u'INT_NOTEQUAL_-1207125908'), (u'INT_ADD_-1207122822', u'PTRADD_-1207122774'), ('const-433', u'LOAD_-1207124426'), ('const-433', u'LOAD_-1207124866'), (u'INT_ADD_-1207122764', u'PTRADD_-1207122716'), (u'INT_ADD_-1207124398', u'CAST_-1207122380'), (u'INT_AND_-1207125115', u'INT_NOTEQUAL_-1207125073'), (u'STORE_-1207125833', u'INDIRECT_-1207123474'), (u'LOAD_-1207126270', u'CALL_-1207126254'), (u'PTRSUB_-1207122271', u'PTRADD_-1207122271'), (u'STORE_-1207124857', u'INDIRECT_-1207122646'), (u'PTRSUB_-1207122823', u'PTRADD_-1207122823'), (u'CAST_-1207122788', u'LOAD_-1207125787'), (u'SUBPIECE_-1207124411', u'INT_EQUAL_-1207126240'), (u'MULTIEQUAL_-1207124022', u'INT_ADD_-1207122863'), (u'PTRADD_-1207122806', u'LOAD_-1207125015'), (u'PTRSUB_-1207122725', u'PTRADD_-1207122725'), ('const-433', u'LOAD_-1207125083'), (u'LOAD_-1207125738', u'INT_XOR_-1207125713'), (u'INT_ADD_-1207122737', u'PTRADD_-1207122689'), (u'INDIRECT_-1207123397', u'MULTIEQUAL_-1207122904'), (u'PTRSUB_-1207122653', u'CALLIND_-1207125071'), (u'CALL_-1207123971', u'INDIRECT_-1207122441'), (u'INT_ADD_-1207125873', u'INT_ADD_-1207125871'), ('const-1', u'PTRADD_-1207122177'), (u'INDIRECT_-1207122804', u'MULTIEQUAL_-1207123041'), ('tmp_6921', u'PTRSUB_-1207122689'), (u'INT_ADD_-1207122789', u'PTRADD_-1207124845'), (u'MULTIEQUAL_-1207123613', u'PTRADD_-1207122225'), ('const-433', u'STORE_-1207124997'), (u'STORE_-1207124594', u'INDIRECT_-1207123108'), ('const-433', u'LOAD_-1207126055'), ('const-433', u'STORE_-1207125042'), (u'INT_ADD_-1207123107', u'PTRADD_-1207126087'), ('tmp_6934', u'PTRADD_-1207124937'), ('const-1626134', u'COPY_-1207122250'), (u'STORE_-1207124951', u'INDIRECT_-1207122682'), (u'CALL_-1207126254', u'INDIRECT_-1207123439'), (u'CAST_-1207122524', u'LOAD_-1207125000'), (u'MULTIEQUAL_-1207123455', u'INT_ADD_-1207124583'), (u'CAST_-1207122380', u'STORE_-1207124409'), ('tmp_6921', u'PTRSUB_-1207122765'), ('tmp_1429', u'CBRANCH_-1207125125'), ('const-1', u'PTRADD_-1207124728'), (u'INT_ADD_-1207125822', u'CAST_-1207122807'), ('const-433', u'STORE_-1207124848'), ('const-1', u'PTRADD_-1207125229'), ('const-1', u'INT_NOTEQUAL_-1207125073'), (u'INT_SLESS_-1207124940', u'CBRANCH_-1207124947'), (u'CAST_-1207122769', u'STORE_-1207125735'), ('const-433', u'LOAD_-1207124963'), (u'INT_NOTEQUAL_-1207125127', u'CBRANCH_-1207125125'), ('const-433', u'LOAD_-1207124123'), ('const-1', u'INT_ADD_-1207124738'), ('const-433', u'STORE_-1207126035'), (u'INT_ADD_-1207124986', u'CAST_-1207122524'), (u'PTRADD_-1207122765', u'LOAD_-1207124945'), (u'PTRADD_-1207124549', u'LOAD_-1207124611'), ('tmp_2401', u'CBRANCH_-1207125018'), ('const--184', u'PTRSUB_-1207122194'), (u'INDIRECT_-1207122682', u'MULTIEQUAL_-1207122649'), (u'LOAD_-1207124921', u'INT_XOR_-1207124896'), ('const-433', u'LOAD_-1207124921'), (u'STORE_-1207124520', u'INDIRECT_-1207123078'), (u'INDIRECT_-1207123246', u'MULTIEQUAL_-1207123155'), (u'CALL_-1207125215', u'INDIRECT_-1207122804'), ('const-433', u'STORE_-1207124973'), (u'INT_NOTEQUAL_-1207125976', u'CBRANCH_-1207125974'), (u'MULTIEQUAL_-1207123631', u'INT_ADD_-1207124882'), ('tmp_6921', u'PTRSUB_-1207122177'), (u'MULTIEQUAL_-1207123856', u'INT_ADD_-1207125724'), (u'INT_AND_-1207126048', u'INT_NOTEQUAL_-1207125908'), (u'MULTIEQUAL_-1207123648', u'PTRADD_-1207124917'), ('const-1', u'PTRADD_-1207126087'), ('const-1', u'PTRADD_-1207122734'), (u'PTRSUB_-1207122707', u'PTRADD_-1207122707'), (u'PTRADD_-1207122264', u'STORE_-1207124951'), ('tmp_188', u'CBRANCH_-1207126279'), (u'PTRADD_-1207125739', u'LOAD_-1207125801'), (u'INT_NOTEQUAL_-1207125925', u'CBRANCH_-1207125923'), (u'MULTIEQUAL_-1207123913', u'INT_ADD_-1207125846'), (u'LOAD_-1207125000', u'INT_XOR_-1207124975'), ('const-433', u'LOAD_-1207125154'), (u'INDIRECT_-1207123557', u'MULTIEQUAL_-1207123431'), ('tmp_6934', u'PTRADD_-1207124845'), ('const-433', u'LOAD_-1207125096'), (u'PTRADD_-1207126087', u'CAST_-1207122939'), (u'INT_XOR_-1207124938', u'STORE_-1207124894'), (u'STORE_-1207125882', u'INDIRECT_-1207123493'), (u'MULTIEQUAL_-1207123613', u'PTRADD_-1207122218'), (u'INT_XOR_-1207124424', u'STORE_-1207124446'), ('const-4614', u'INT_ADD_-1207124437'), ('const-7', u'INT_ADD_-1207122789'), (u'LOAD_-1207125899', u'INT_XOR_-1207125860'), ('const--312', u'PTRSUB_-1207122765'), (u'PTRADD_-1207122823', u'STORE_-1207125042'), (u'MULTIEQUAL_-1207123155', u'COPY_-1207123220'), (u'MULTIEQUAL_-1207124022', u'INT_ADD_-1207122900'), ('const-1', u'PTRADD_-1207122218'), (u'PTRADD_-1207125641', u'LOAD_-1207125703'), (u'PTRADD_-1207122707', u'STORE_-1207124848'), (u'MULTIEQUAL_-1207123631', u'PTRADD_-1207122242'), ('tmp_6934', u'PTRADD_-1207124586'), (u'PTRADD_-1207124081', u'LOAD_-1207124143'), ('tmp_6934', u'PTRADD_-1207125690'), ('const-0', u'SUBPIECE_-1207123991'), ('const-0', u'INT_SLESS_-1207125011'), (u'MULTIEQUAL_-1207124022', u'INT_ADD_-1207122822'), (u'INT_ADD_-1207122854', u'PTRADD_-1207122806'), (u'INT_NOTEQUAL_-1207125073', u'CBRANCH_-1207125071'), (u'INDIRECT_-1207122665', u'MULTIEQUAL_-1207122630'), (u'LOAD_-1207125801', u'INT_XOR_-1207125762'), ('const-1', u'PTRADD_-1207122201'), (u'INT_XOR_-1207124800', u'STORE_-1207124809'), (u'COPY_-1207124272', u'MULTIEQUAL_-1207123648'), (u'INT_EQUAL_-1207124921', u'CBRANCH_-1207124912'), (u'CAST_-1207122470', u'STORE_-1207124631'), (u'CALLIND_-1207125071', u'INDIRECT_-1207123067'), ('const-4609', u'INT_ADD_-1207125265'), (u'PTRSUB_-1207122716', u'PTRADD_-1207122716'), ('tmp_6927', u'INT_ADD_-1207126024'), (u'LOAD_-1207124463', u'INT_XOR_-1207124424'), (u'LOAD_-1207125689', u'INT_XOR_-1207125664'), ('const-1', u'INT_ADD_-1207124882'), ('const--312', u'PTRSUB_-1207122806'), ('const-433', u'LOAD_-1207124449'), ('const-433', u'LOAD_-1207124987'), ('tmp_6934', u'PTRADD_-1207124776'), (u'INT_ADD_-1207125726', u'INT_ADD_-1207125724'), (u'LOAD_-1207125850', u'INT_XOR_-1207125811'), (u'LOAD_-1207125083', u'INT_XOR_-1207125058'), (u'INT_AND_-1207126048', u'INT_NOTEQUAL_-1207125997'), ('const-9000', u'INT_ADD_-1207125138'), ('tmp_6927', u'INT_ADD_-1207125197'), ('const-6', u'INT_ADD_-1207122746'), (u'INT_ADD_-1207122755', u'PTRADD_-1207122707'), (u'INT_XOR_-1207125246', u'STORE_-1207125268'), (u'LOAD_-1207124304', u'INT_XOR_-1207124266'), (u'LOAD_-1207125291', u'INT_XOR_-1207125246'), (u'LOAD_-1207124987', u'INT_XOR_-1207124920'), (u'INT_XOR_-1207125762', u'STORE_-1207125784'), ('const-1', u'PTRADD_-1207125788'), ('tmp_6927', u'INT_ADD_-1207124585'), (u'INT_XOR_-1207125860', u'STORE_-1207125882'), (u'CALLIND_-1207125071', u'SUBPIECE_-1207123991'), ('const-5', u'INT_ADD_-1207122521'), ('tmp_2529', u'CBRANCH_-1207124947'), ('const-4', u'INT_ADD_-1207122822'), ('const-0', u'RETURN_-1207124854'), (u'PTRADD_-1207125788', u'LOAD_-1207125850'), ('const-0', u'INT_SLESS_-1207126102'), (u'CAST_-1207122330', u'LOAD_-1207125213'), ('const-1', u'PTRADD_-1207122765'), ('const-1', u'PTRADD_-1207122170'), (u'MULTIEQUAL_-1207124022', u'INT_ADD_-1207122773'), ('tmp_1560', u'CBRANCH_-1207125033'), ('const-1', u'RETURN_-1207124380'), ('const-2', u'INT_NOTEQUAL_-1207125976'), ('tmp_6921', u'PTRSUB_-1207122617'), ('const-433', u'LOAD_-1207125885'), (u'MULTIEQUAL_-1207124022', u'INT_ADD_-1207124805'), (u'MULTIEQUAL_-1207123455', u'INT_ADD_-1207125257'), (u'COPY_-1207122273', u'CALL_-1207124035'), (u'MULTIEQUAL_-1207123594', u'PTRADD_-1207122201'), (u'CAST_-1207122365', u'LOAD_-1207125271'), (u'INDIRECT_-1207122762', u'MULTIEQUAL_-1207122976'), (u'CAST_-1207122425', u'STORE_-1207124520'), (u'COPY_-1207126020', u'MULTIEQUAL_-1207123913'), ('const-7', u'INT_ADD_-1207122737'), ('const-433', u'LOAD_-1207125850'), (u'INT_ADD_-1207124834', u'MULTIEQUAL_-1207123594'), (u'STORE_-1207124927', u'INDIRECT_-1207123071'), ('const-1', u'PTRADD_-1207124917'), (u'PTRSUB_-1207122600', u'PTRADD_-1207122600'), (u'INT_ADD_-1207125675', u'CAST_-1207122750'), (u'LOAD_-1207126215', u'INT_SUB_-1207126085'), ('const-31', u'CALL_-1207124003'), (u'MULTIEQUAL_-1207124022', u'INT_ADD_-1207122737'), (u'STORE_-1207125042', u'INDIRECT_-1207123156'), (u'CAST_-1207122524', u'STORE_-1207124997'), (u'STORE_-1207125686', u'INDIRECT_-1207123417'), (u'COPY_-1207126020', u'MULTIEQUAL_-1207123455'), (u'INDIRECT_-1207122845', u'MULTIEQUAL_-1207123059'), (u'LOAD_-1207124825', u'INT_XOR_-1207124800'), (u'CAST_-1207122769', u'LOAD_-1207125738'), ('const-433', u'LOAD_-1207124838'), ('tmp_6934', u'PTRADD_-1207124917'), ('const-433', u'LOAD_-1207126149'), (u'INT_EQUAL_-1207126304', u'CBRANCH_-1207126302'), (u'CALL_-1207126254', u'INDIRECT_-1207123480'), (u'CAST_-1207122891', u'LOAD_-1207126038'), (u'COPY_-1207125100', u'MULTIEQUAL_-1207123631'), (u'STORE_-1207125042', u'INDIRECT_-1207123114'), ('const-1', u'PTRADD_-1207124824'), (u'CALL_-1207124385', u'INDIRECT_-1207122430'), (u'INDIRECT_-1207123557', u'MULTIEQUAL_-1207123411'), (u'INDIRECT_-1207123659', u'MULTIEQUAL_-1207123008'), ('const-5', u'INT_ADD_-1207122839'), (u'INT_SEXT_-1207125137', u'INT_MULT_-1207125093'), ('const-40', u'INT_ADD_-1207122674'), ('tmp_6935', u'INT_ADD_-1207124986'), ('const-433', u'LOAD_-1207126374'), (u'PTRADD_-1207122177', u'LOAD_-1207124777'), (u'CAST_-1207122826', u'LOAD_-1207125885'), (u'LOAD_-1207124537', u'INT_XOR_-1207124498'), ('const-1', u'PTRADD_-1207122806'), ('const-1760531', u'COPY_-1207122246'), (u'INDIRECT_-1207123480', u'MULTIEQUAL_-1207122987'), (u'CALLIND_-1207125071', u'INDIRECT_-1207123246'), ('tmp_6927', u'INT_ADD_-1207125824'), (u'INT_ADD_-1207122581', u'PTRADD_-1207124586'), (u'INT_AND_-1207125115', u'INT_NOTEQUAL_-1207125018'), (u'STORE_-1207125268', u'INDIRECT_-1207123032'), (u'MULTIEQUAL_-1207123767', u'INT_ADD_-1207124986'), ('tmp_6921', u'PTRSUB_-1207122698'), (u'MULTIEQUAL_-1207123455', u'INT_ADD_-1207122521'), (u'INT_ADD_-1207124929', u'MULTIEQUAL_-1207123631'), (u'LOAD_-1207126149', u'INT_EQUAL_-1207126134'), (u'INDIRECT_-1207123659', u'COPY_-1207123053'), ('const-433', u'LOAD_-1207125121'), ('tmp_6926', u'INT_ADD_-1207126358'), (u'INDIRECT_-1207123493', u'MULTIEQUAL_-1207123451'), (u'MULTIEQUAL_-1207123455', u'INT_ADD_-1207122506'), ('tmp_160', u'CBRANCH_-1207126302'), ('const-1', u'PTRADD_-1207124925'), ('tmp_733', u'CBRANCH_-1207125923'), (u'INDIRECT_-1207122646', u'MULTIEQUAL_-1207122611'), (u'INT_EQUAL_-1207126327', u'CBRANCH_-1207126325'), (u'INT_ADD_-1207122846', u'PTRADD_-1207124937'), (u'INT_ADD_-1207124509', u'CAST_-1207122425'), ('const-1', u'INT_ADD_-1207124786'), (u'INDIRECT_-1207123067', u'MULTIEQUAL_-1207122987'), (u'STORE_-1207124997', u'INDIRECT_-1207123196'), ('const-8', u'INT_ADD_-1207124373'), ('const--184', u'PTRSUB_-1207122218'), (u'SUBPIECE_-1207123769', u'INT_SLESS_-1207124940'), (u'INT_NOTEQUAL_-1207125018', u'CBRANCH_-1207125016'), (u'COPY_-1207124277', u'MULTIEQUAL_-1207122664'), (u'MULTIEQUAL_-1207124022', u'INT_ADD_-1207122846'), ('const-433', u'LOAD_-1207124412'), (u'LOAD_-1207126055', u'INT_XOR_-1207126013'), ('tmp_6934', u'INT_EQUAL_-1207126304'), (u'INDIRECT_-1207123455', u'MULTIEQUAL_-1207123411'), (u'CAST_-1207122582', u'LOAD_-1207125154'), ('const-433', u'LOAD_-1207124597'), (u'COPY_-1207122250', u'CALL_-1207124003'), (u'PTRADD_-1207125147', u'LOAD_-1207125209'), (u'MULTIEQUAL_-1207123648', u'INT_ADD_-1207124929'), ('const-2', u'INT_ADD_-1207122831'), (u'CALL_-1207124003', u'INDIRECT_-1207122464'), (u'INT_ADD_-1207125257', u'CAST_-1207122365'), (u'CALL_-1207124385', u'INDIRECT_-1207122472'), (u'MULTIEQUAL_-1207124022', u'PTRADD_-1207125147'), (u'MULTIEQUAL_-1207123767', u'PTRADD_-1207122600'), ('const-433', u'LOAD_-1207124873'), (u'STORE_-1207125180', u'INDIRECT_-1207123015'), (u'INT_XOR_-1207124990', u'STORE_-1207124927'), ('const-1', u'PTRADD_-1207122756'), ('const-433', u'LOAD_-1207124825'), ('const-433', u'LOAD_-1207125213'), (u'LOAD_-1207124143', u'INT_XOR_-1207124098'), (u'INT_ADD_-1207122674', u'PTRADD_-1207125019'), (u'INDIRECT_-1207123026', u'MULTIEQUAL_-1207122945'), ('tmp_6927', u'INT_ADD_-1207124109'), (u'CAST_-1207122455', u'LOAD_-1207124597'), ('const-1', u'PTRADD_-1207122271'), ('tmp_6921', u'PTRSUB_-1207122734'), ('const-433', u'LOAD_-1207125703'), (u'INT_NOTEQUAL_-1207125052', u'CBRANCH_-1207125050'), ('const-433', u'STORE_-1207124927'), (u'INDIRECT_-1207123026', u'MULTIEQUAL_-1207123000'), (u'INDIRECT_-1207122804', u'MULTIEQUAL_-1207122664'), (u'INT_XOR_-1207124942', u'STORE_-1207124951'), ('const-433', u'LOAD_-1207125209'), ('const--312', u'PTRSUB_-1207122225'), (u'INT_XOR_-1207124098', u'STORE_-1207124120'), (u'PTRSUB_-1207122765', u'PTRADD_-1207122765'), ('tmp_1530', u'CBRANCH_-1207125050'), (u'INT_SUB_-1207125156', u'INT_ZEXT_-1207123733'), ('const--312', u'PTRSUB_-1207122774'), (u'LOAD_-1207124919', u'INT_XOR_-1207124859'), (u'CAST_-1207122807', u'STORE_-1207125833'), ('const-6', u'INT_ADD_-1207122506'), (u'MULTIEQUAL_-1207123837', u'PTRADD_-1207125641'), (u'LOAD_-1207124886', u'INT_XOR_-1207124848'), ('const-1', u'PTRADD_-1207124776'), ('const--184', u'PTRSUB_-1207122783'), ('const--184', u'PTRSUB_-1207122734'), (u'INDIRECT_-1207122845', u'MULTIEQUAL_-1207123083'), (u'CALL_-1207123971', u'INDIRECT_-1207122703'), ('const-433', u'LOAD_-1207124143'), (u'LOAD_-1207125096', u'INT_XOR_-1207125058'), (u'CALL_-1207124003', u'INDIRECT_-1207122726'), ('const-1', u'INT_ADD_-1207125650'), (u'CAST_-1207122455', u'STORE_-1207124594'), (u'PTRADD_-1207124937', u'LOAD_-1207124999'), ('const-1', u'PTRADD_-1207122689'), ('const-9000', u'INT_ADD_-1207126217'), ('const-1', u'INT_ADD_-1207122581'), ('const-5', u'INT_ADD_-1207122813'), ('const-433', u'LOAD_-1207125196'), ('tmp_6927', u'INT_ADD_-1207125259'), (u'CAST_-1207122959', u'LOAD_-1207126215'), (u'CAST_-1207122425', u'LOAD_-1207124523'), ('const-433', u'STORE_-1207124905'), ('const-433', u'LOAD_-1207126215'), (u'INT_ADD_-1207126254', u'CAST_-1207122994'), (u'PTRADD_-1207122845', u'LOAD_-1207125083'), (u'INT_ADD_-1207124435', u'CAST_-1207122395'), (u'MULTIEQUAL_-1207123894', u'INT_ADD_-1207125822'), ('const-433', u'LOAD_-1207125033'), (u'INDIRECT_-1207123098', u'MULTIEQUAL_-1207123059'), (u'INT_XOR_-1207125058', u'STORE_-1207125042'), ('const-7', u'INT_ADD_-1207122764'), (u'INT_ADD_-1207124511', u'INT_ADD_-1207124509'), (u'PTRSUB_-1207122672', u'PTRADD_-1207122672'), ('tmp_6921', u'PTRSUB_-1207122271'), ('const-433', u'LOAD_-1207125899'), (u'INT_ADD_-1207124474', u'INT_ADD_-1207124472'), ('const-433', u'STORE_-1207125268'), (u'COPY_-1207124135', u'MULTIEQUAL_-1207123913'), (u'LOAD_-1207124933', u'INT_EQUAL_-1207124921'), ('const-192', u'INT_MULT_-1207125093'), ('const-433', u'LOAD_-1207124560'), (u'INT_ADD_-1207125846', u'MULTIEQUAL_-1207123894'), (u'INT_XOR_-1207124848', u'STORE_-1207124857'), (u'CALLIND_-1207125071', u'INDIRECT_-1207123557'), ('const-1760531', u'COPY_-1207122221'), ('const-4613', u'INT_ADD_-1207124474'), ('const-1', u'PTRADD_-1207125147'), ('const-433', u'STORE_-1207124483'), ('const-0', u'INT_EQUAL_-1207126281'), (u'STORE_-1207124894', u'INDIRECT_-1207123054'), ('const-0', u'INT_EQUAL_-1207126327'), ('const--312', u'PTRSUB_-1207122600'), (u'INT_AND_-1207125115', u'INT_NOTEQUAL_-1207125035'), (u'INDIRECT_-1207123417', u'MULTIEQUAL_-1207123008'), ('const-6', u'INT_NOTEQUAL_-1207124984'), ('const--184', u'PTRSUB_-1207122698'), (u'INT_EQUAL_-1207126240', u'CBRANCH_-1207126238'), (u'CAST_-1207122395', u'LOAD_-1207124449'), ('tmp_3213', u'BRANCH_-1207124263'), (u'INT_EQUAL_-1207125058', u'CBRANCH_-1207125056'), ('const--184', u'PTRSUB_-1207122689'), ('tmp_1299', u'CBRANCH_-1207125234'), (u'INDIRECT_-1207123557', u'MULTIEQUAL_-1207123471'), ('const-4', u'INT_ADD_-1207122536'), ('const-433', u'STORE_-1207125784'), (u'INDIRECT_-1207123098', u'MULTIEQUAL_-1207123083'), (u'PTRADD_-1207125034', u'LOAD_-1207125096'), ('const--184', u'PTRSUB_-1207122617'), (u'INT_NOTEQUAL_-1207125161', u'CBRANCH_-1207125159'), (u'CALL_-1207125215', u'INDIRECT_-1207122886'), ('const-433', u'LOAD_-1207124886'), (u'PTRADD_-1207122242', u'STORE_-1207124905'), ('tmp_6921', u'PTRSUB_-1207122815'), ('tmp_6921', u'PTRSUB_-1207122806'), (u'CALL_-1207126254', u'SUBPIECE_-1207124411'), (u'LOAD_-1207124597', u'INT_XOR_-1207124572'), (u'INT_ADD_-1207125650', u'MULTIEQUAL_-1207123455')]
null
null
0013b670
x86
O2
(translation_unit "undefined8 ocb_encrypt(long param_1,byte *param_2,long param_3)\n\n{\n byte *pbVar1;\n byte bVar2;\n byte bVar3;\n byte bVar4;\n byte bVar5;\n byte bVar6;\n byte bVar7;\n byte bVar8;\n int iVar9;\n undefined *puVar10;\n undefined8 uVar11;\n uint uVar12;\n long lVar13;\n uint uVar14;\n ulong uVar15;\n long in_FS_OFFSET;\n byte local_138 [128];\n byte local_b8 [136];\n long local_30;\n \n local_30 = *(long *)(in_FS_OFFSET + 0x28);\n if (param_1 == 0) {\n /* WARNING: Subroutine does not return */\n crypt_argchk("ocb != NULL","src/encauth/ocb/ocb_encrypt.c",0x1e);\n }\n if (param_2 == (byte *)0x0) {\n /* WARNING: Subroutine does not return */\n crypt_argchk("pt != NULL","src/encauth/ocb/ocb_encrypt.c",0x1f);\n }\n if (param_3 == 0) {\n /* WARNING: Subroutine does not return */\n crypt_argchk("ct != NULL","src/encauth/ocb/ocb_encrypt.c",0x20);\n }\n uVar11 = cipher_is_valid(*(undefined4 *)(param_1 + 9000));\n puVar10 = PTR_cipher_descriptor_001dded0;\n if ((int)uVar11 == 0) {\n iVar9 = *(int *)(param_1 + 0x232c);\n uVar11 = 0x10;\n if (iVar9 == *(int *)(PTR_cipher_descriptor_001dded0 +\n (long)*(int *)(param_1 + 9000) * 0xc0 + 0x14)) {\n if (0 < iVar9) {\n uVar15 = 0;\n uVar12 = iVar9 - 1U & 7;\n if (uVar12 != 0) {\n *(byte *)(param_1 + 0x1200) = *(byte *)(param_1 + 0x1200) ^ *param_2;\n uVar15 = 1;\n if (uVar12 != 1) {\n if (uVar12 != 2) {\n if (uVar12 != 3) {\n if (uVar12 != 4) {\n if (uVar12 != 5) {\n if (uVar12 != 6) {\n uVar15 = 2;\n *(byte *)(param_1 + 0x1201) = *(byte *)(param_1 + 0x1201) ^ param_2[1];\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n }\n while( true ) {\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n if (iVar9 - 1U == uVar15) break;\n pbVar1 = (byte *)(param_1 + uVar15 + 0x1201);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 1];\n pbVar1 = (byte *)(param_1 + 0x1202 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 2];\n pbVar1 = (byte *)(param_1 + 0x1203 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 3];\n pbVar1 = (byte *)(param_1 + 0x1204 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 4];\n pbVar1 = (byte *)(param_1 + 0x1205 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 5];\n pbVar1 = (byte *)(param_1 + 0x1206 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 6];\n pbVar1 = (byte *)(param_1 + 0x1207 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 7];\n uVar15 = uVar15 + 8;\n }\n }\n ocb_shift_xor(param_1,local_138);\n if (0 < *(int *)(param_1 + 0x232c)) {\n uVar12 = *(int *)(param_1 + 0x232c) - 1;\n uVar15 = 0;\n uVar14 = uVar12 & 7;\n if (uVar14 != 0) {\n uVar15 = 1;\n local_b8[0] = *param_2 ^ local_138[0];\n if (uVar14 != 1) {\n if (uVar14 != 2) {\n if (uVar14 != 3) {\n if (uVar14 != 4) {\n if (uVar14 != 5) {\n if (uVar14 != 6) {\n local_b8[1] = param_2[1] ^ local_138[1];\n uVar15 = 2;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n }\n for (; local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15], uVar12 != uVar15;\n uVar15 = uVar15 + 8) {\n bVar4 = param_2[uVar15 + 2];\n bVar5 = param_2[uVar15 + 3];\n local_b8[uVar15 + 1] = param_2[uVar15 + 1] ^ local_138[uVar15 + 1];\n bVar2 = local_138[uVar15 + 3];\n bVar6 = param_2[uVar15 + 4];\n bVar7 = param_2[uVar15 + 5];\n local_b8[uVar15 + 2] = bVar4 ^ local_138[uVar15 + 2];\n bVar4 = local_138[uVar15 + 4];\n bVar3 = local_138[uVar15 + 5];\n local_b8[uVar15 + 3] = bVar5 ^ bVar2;\n bVar5 = param_2[uVar15 + 6];\n bVar8 = param_2[uVar15 + 7];\n local_b8[uVar15 + 4] = bVar6 ^ bVar4;\n bVar2 = local_138[uVar15 + 6];\n bVar4 = local_138[uVar15 + 7];\n local_b8[uVar15 + 5] = bVar7 ^ bVar3;\n local_b8[uVar15 + 6] = bVar5 ^ bVar2;\n local_b8[uVar15 + 7] = bVar8 ^ bVar4;\n }\n }\n uVar11 = (**(code **)(puVar10 + (long)*(int *)(param_1 + 9000) * 0xc0 + 0x28))\n (local_b8,param_3,param_1 + 0x1280);\n if (((int)uVar11 == 0) && (lVar13 = 0, 0 < *(int *)(param_1 + 0x232c))) {\n do {\n *(byte *)(param_3 + lVar13) = *(byte *)(param_3 + lVar13) ^ local_138[lVar13];\n lVar13 = lVar13 + 1;\n } while ((int)lVar13 < *(int *)(param_1 + 0x232c));\n }\n }\n }\n if (local_30 == *(long *)(in_FS_OFFSET + 0x28)) {\n return uVar11;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n}\n\n" (function_definition "undefined8 ocb_encrypt(long param_1,byte *param_2,long param_3)\n\n{\n byte *pbVar1;\n byte bVar2;\n byte bVar3;\n byte bVar4;\n byte bVar5;\n byte bVar6;\n byte bVar7;\n byte bVar8;\n int iVar9;\n undefined *puVar10;\n undefined8 uVar11;\n uint uVar12;\n long lVar13;\n uint uVar14;\n ulong uVar15;\n long in_FS_OFFSET;\n byte local_138 [128];\n byte local_b8 [136];\n long local_30;\n \n local_30 = *(long *)(in_FS_OFFSET + 0x28);\n if (param_1 == 0) {\n /* WARNING: Subroutine does not return */\n crypt_argchk("ocb != NULL","src/encauth/ocb/ocb_encrypt.c",0x1e);\n }\n if (param_2 == (byte *)0x0) {\n /* WARNING: Subroutine does not return */\n crypt_argchk("pt != NULL","src/encauth/ocb/ocb_encrypt.c",0x1f);\n }\n if (param_3 == 0) {\n /* WARNING: Subroutine does not return */\n crypt_argchk("ct != NULL","src/encauth/ocb/ocb_encrypt.c",0x20);\n }\n uVar11 = cipher_is_valid(*(undefined4 *)(param_1 + 9000));\n puVar10 = PTR_cipher_descriptor_001dded0;\n if ((int)uVar11 == 0) {\n iVar9 = *(int *)(param_1 + 0x232c);\n uVar11 = 0x10;\n if (iVar9 == *(int *)(PTR_cipher_descriptor_001dded0 +\n (long)*(int *)(param_1 + 9000) * 0xc0 + 0x14)) {\n if (0 < iVar9) {\n uVar15 = 0;\n uVar12 = iVar9 - 1U & 7;\n if (uVar12 != 0) {\n *(byte *)(param_1 + 0x1200) = *(byte *)(param_1 + 0x1200) ^ *param_2;\n uVar15 = 1;\n if (uVar12 != 1) {\n if (uVar12 != 2) {\n if (uVar12 != 3) {\n if (uVar12 != 4) {\n if (uVar12 != 5) {\n if (uVar12 != 6) {\n uVar15 = 2;\n *(byte *)(param_1 + 0x1201) = *(byte *)(param_1 + 0x1201) ^ param_2[1];\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n }\n while( true ) {\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n if (iVar9 - 1U == uVar15) break;\n pbVar1 = (byte *)(param_1 + uVar15 + 0x1201);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 1];\n pbVar1 = (byte *)(param_1 + 0x1202 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 2];\n pbVar1 = (byte *)(param_1 + 0x1203 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 3];\n pbVar1 = (byte *)(param_1 + 0x1204 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 4];\n pbVar1 = (byte *)(param_1 + 0x1205 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 5];\n pbVar1 = (byte *)(param_1 + 0x1206 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 6];\n pbVar1 = (byte *)(param_1 + 0x1207 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 7];\n uVar15 = uVar15 + 8;\n }\n }\n ocb_shift_xor(param_1,local_138);\n if (0 < *(int *)(param_1 + 0x232c)) {\n uVar12 = *(int *)(param_1 + 0x232c) - 1;\n uVar15 = 0;\n uVar14 = uVar12 & 7;\n if (uVar14 != 0) {\n uVar15 = 1;\n local_b8[0] = *param_2 ^ local_138[0];\n if (uVar14 != 1) {\n if (uVar14 != 2) {\n if (uVar14 != 3) {\n if (uVar14 != 4) {\n if (uVar14 != 5) {\n if (uVar14 != 6) {\n local_b8[1] = param_2[1] ^ local_138[1];\n uVar15 = 2;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n }\n for (; local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15], uVar12 != uVar15;\n uVar15 = uVar15 + 8) {\n bVar4 = param_2[uVar15 + 2];\n bVar5 = param_2[uVar15 + 3];\n local_b8[uVar15 + 1] = param_2[uVar15 + 1] ^ local_138[uVar15 + 1];\n bVar2 = local_138[uVar15 + 3];\n bVar6 = param_2[uVar15 + 4];\n bVar7 = param_2[uVar15 + 5];\n local_b8[uVar15 + 2] = bVar4 ^ local_138[uVar15 + 2];\n bVar4 = local_138[uVar15 + 4];\n bVar3 = local_138[uVar15 + 5];\n local_b8[uVar15 + 3] = bVar5 ^ bVar2;\n bVar5 = param_2[uVar15 + 6];\n bVar8 = param_2[uVar15 + 7];\n local_b8[uVar15 + 4] = bVar6 ^ bVar4;\n bVar2 = local_138[uVar15 + 6];\n bVar4 = local_138[uVar15 + 7];\n local_b8[uVar15 + 5] = bVar7 ^ bVar3;\n local_b8[uVar15 + 6] = bVar5 ^ bVar2;\n local_b8[uVar15 + 7] = bVar8 ^ bVar4;\n }\n }\n uVar11 = (**(code **)(puVar10 + (long)*(int *)(param_1 + 9000) * 0xc0 + 0x28))\n (local_b8,param_3,param_1 + 0x1280);\n if (((int)uVar11 == 0) && (lVar13 = 0, 0 < *(int *)(param_1 + 0x232c))) {\n do {\n *(byte *)(param_3 + lVar13) = *(byte *)(param_3 + lVar13) ^ local_138[lVar13];\n lVar13 = lVar13 + 1;\n } while ((int)lVar13 < *(int *)(param_1 + 0x232c));\n }\n }\n }\n if (local_30 == *(long *)(in_FS_OFFSET + 0x28)) {\n return uVar11;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n}" type_identifier (function_declarator "ocb_encrypt(long param_1,byte *param_2,long param_3)" identifier (parameter_list "(long param_1,byte *param_2,long param_3)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "byte *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "long param_3" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n byte *pbVar1;\n byte bVar2;\n byte bVar3;\n byte bVar4;\n byte bVar5;\n byte bVar6;\n byte bVar7;\n byte bVar8;\n int iVar9;\n undefined *puVar10;\n undefined8 uVar11;\n uint uVar12;\n long lVar13;\n uint uVar14;\n ulong uVar15;\n long in_FS_OFFSET;\n byte local_138 [128];\n byte local_b8 [136];\n long local_30;\n \n local_30 = *(long *)(in_FS_OFFSET + 0x28);\n if (param_1 == 0) {\n /* WARNING: Subroutine does not return */\n crypt_argchk("ocb != NULL","src/encauth/ocb/ocb_encrypt.c",0x1e);\n }\n if (param_2 == (byte *)0x0) {\n /* WARNING: Subroutine does not return */\n crypt_argchk("pt != NULL","src/encauth/ocb/ocb_encrypt.c",0x1f);\n }\n if (param_3 == 0) {\n /* WARNING: Subroutine does not return */\n crypt_argchk("ct != NULL","src/encauth/ocb/ocb_encrypt.c",0x20);\n }\n uVar11 = cipher_is_valid(*(undefined4 *)(param_1 + 9000));\n puVar10 = PTR_cipher_descriptor_001dded0;\n if ((int)uVar11 == 0) {\n iVar9 = *(int *)(param_1 + 0x232c);\n uVar11 = 0x10;\n if (iVar9 == *(int *)(PTR_cipher_descriptor_001dded0 +\n (long)*(int *)(param_1 + 9000) * 0xc0 + 0x14)) {\n if (0 < iVar9) {\n uVar15 = 0;\n uVar12 = iVar9 - 1U & 7;\n if (uVar12 != 0) {\n *(byte *)(param_1 + 0x1200) = *(byte *)(param_1 + 0x1200) ^ *param_2;\n uVar15 = 1;\n if (uVar12 != 1) {\n if (uVar12 != 2) {\n if (uVar12 != 3) {\n if (uVar12 != 4) {\n if (uVar12 != 5) {\n if (uVar12 != 6) {\n uVar15 = 2;\n *(byte *)(param_1 + 0x1201) = *(byte *)(param_1 + 0x1201) ^ param_2[1];\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n }\n while( true ) {\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n if (iVar9 - 1U == uVar15) break;\n pbVar1 = (byte *)(param_1 + uVar15 + 0x1201);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 1];\n pbVar1 = (byte *)(param_1 + 0x1202 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 2];\n pbVar1 = (byte *)(param_1 + 0x1203 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 3];\n pbVar1 = (byte *)(param_1 + 0x1204 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 4];\n pbVar1 = (byte *)(param_1 + 0x1205 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 5];\n pbVar1 = (byte *)(param_1 + 0x1206 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 6];\n pbVar1 = (byte *)(param_1 + 0x1207 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 7];\n uVar15 = uVar15 + 8;\n }\n }\n ocb_shift_xor(param_1,local_138);\n if (0 < *(int *)(param_1 + 0x232c)) {\n uVar12 = *(int *)(param_1 + 0x232c) - 1;\n uVar15 = 0;\n uVar14 = uVar12 & 7;\n if (uVar14 != 0) {\n uVar15 = 1;\n local_b8[0] = *param_2 ^ local_138[0];\n if (uVar14 != 1) {\n if (uVar14 != 2) {\n if (uVar14 != 3) {\n if (uVar14 != 4) {\n if (uVar14 != 5) {\n if (uVar14 != 6) {\n local_b8[1] = param_2[1] ^ local_138[1];\n uVar15 = 2;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n }\n for (; local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15], uVar12 != uVar15;\n uVar15 = uVar15 + 8) {\n bVar4 = param_2[uVar15 + 2];\n bVar5 = param_2[uVar15 + 3];\n local_b8[uVar15 + 1] = param_2[uVar15 + 1] ^ local_138[uVar15 + 1];\n bVar2 = local_138[uVar15 + 3];\n bVar6 = param_2[uVar15 + 4];\n bVar7 = param_2[uVar15 + 5];\n local_b8[uVar15 + 2] = bVar4 ^ local_138[uVar15 + 2];\n bVar4 = local_138[uVar15 + 4];\n bVar3 = local_138[uVar15 + 5];\n local_b8[uVar15 + 3] = bVar5 ^ bVar2;\n bVar5 = param_2[uVar15 + 6];\n bVar8 = param_2[uVar15 + 7];\n local_b8[uVar15 + 4] = bVar6 ^ bVar4;\n bVar2 = local_138[uVar15 + 6];\n bVar4 = local_138[uVar15 + 7];\n local_b8[uVar15 + 5] = bVar7 ^ bVar3;\n local_b8[uVar15 + 6] = bVar5 ^ bVar2;\n local_b8[uVar15 + 7] = bVar8 ^ bVar4;\n }\n }\n uVar11 = (**(code **)(puVar10 + (long)*(int *)(param_1 + 9000) * 0xc0 + 0x28))\n (local_b8,param_3,param_1 + 0x1280);\n if (((int)uVar11 == 0) && (lVar13 = 0, 0 < *(int *)(param_1 + 0x232c))) {\n do {\n *(byte *)(param_3 + lVar13) = *(byte *)(param_3 + lVar13) ^ local_138[lVar13];\n lVar13 = lVar13 + 1;\n } while ((int)lVar13 < *(int *)(param_1 + 0x232c));\n }\n }\n }\n if (local_30 == *(long *)(in_FS_OFFSET + 0x28)) {\n return uVar11;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n}" { (declaration "byte *pbVar1;" type_identifier (pointer_declarator "*pbVar1" * identifier) ;) (declaration "byte bVar2;" type_identifier identifier ;) (declaration "byte bVar3;" type_identifier identifier ;) (declaration "byte bVar4;" type_identifier identifier ;) (declaration "byte bVar5;" type_identifier identifier ;) (declaration "byte bVar6;" type_identifier identifier ;) (declaration "byte bVar7;" type_identifier identifier ;) (declaration "byte bVar8;" type_identifier identifier ;) (declaration "int iVar9;" primitive_type identifier ;) (declaration "undefined *puVar10;" type_identifier (pointer_declarator "*puVar10" * identifier) ;) (declaration "undefined8 uVar11;" type_identifier identifier ;) (declaration "uint uVar12;" type_identifier identifier ;) (declaration "long lVar13;" (sized_type_specifier "long" long) identifier ;) (declaration "uint uVar14;" type_identifier identifier ;) (declaration "ulong uVar15;" type_identifier identifier ;) (declaration "long in_FS_OFFSET;" (sized_type_specifier "long" long) identifier ;) (declaration "byte local_138 [128];" type_identifier (array_declarator "local_138 [128]" identifier [ number_literal ]) ;) (declaration "byte local_b8 [136];" type_identifier (array_declarator "local_b8 [136]" identifier [ number_literal ]) ;) (declaration "long local_30;" (sized_type_specifier "long" long) identifier ;) (expression_statement "local_30 = *(long *)(in_FS_OFFSET + 0x28);" (assignment_expression "local_30 = *(long *)(in_FS_OFFSET + 0x28)" identifier = (pointer_expression "*(long *)(in_FS_OFFSET + 0x28)" * (cast_expression "(long *)(in_FS_OFFSET + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_FS_OFFSET + 0x28)" ( (binary_expression "in_FS_OFFSET + 0x28" identifier + number_literal) ))))) ;) (if_statement "if (param_1 == 0) {\n /* WARNING: Subroutine does not return */\n crypt_argchk("ocb != NULL","src/encauth/ocb/ocb_encrypt.c",0x1e);\n }" if (parenthesized_expression "(param_1 == 0)" ( (binary_expression "param_1 == 0" identifier == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n crypt_argchk("ocb != NULL","src/encauth/ocb/ocb_encrypt.c",0x1e);\n }" { comment (expression_statement "crypt_argchk("ocb != NULL","src/encauth/ocb/ocb_encrypt.c",0x1e);" (call_expression "crypt_argchk("ocb != NULL","src/encauth/ocb/ocb_encrypt.c",0x1e)" identifier (argument_list "("ocb != NULL","src/encauth/ocb/ocb_encrypt.c",0x1e)" ( (string_literal ""ocb != NULL"" " string_content ") , (string_literal ""src/encauth/ocb/ocb_encrypt.c"" " string_content ") , number_literal ))) ;) })) (if_statement "if (param_2 == (byte *)0x0) {\n /* WARNING: Subroutine does not return */\n crypt_argchk("pt != NULL","src/encauth/ocb/ocb_encrypt.c",0x1f);\n }" if (parenthesized_expression "(param_2 == (byte *)0x0)" ( (binary_expression "param_2 == (byte *)0x0" identifier == (cast_expression "(byte *)0x0" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n crypt_argchk("pt != NULL","src/encauth/ocb/ocb_encrypt.c",0x1f);\n }" { comment (expression_statement "crypt_argchk("pt != NULL","src/encauth/ocb/ocb_encrypt.c",0x1f);" (call_expression "crypt_argchk("pt != NULL","src/encauth/ocb/ocb_encrypt.c",0x1f)" identifier (argument_list "("pt != NULL","src/encauth/ocb/ocb_encrypt.c",0x1f)" ( (string_literal ""pt != NULL"" " string_content ") , (string_literal ""src/encauth/ocb/ocb_encrypt.c"" " string_content ") , number_literal ))) ;) })) (if_statement "if (param_3 == 0) {\n /* WARNING: Subroutine does not return */\n crypt_argchk("ct != NULL","src/encauth/ocb/ocb_encrypt.c",0x20);\n }" if (parenthesized_expression "(param_3 == 0)" ( (binary_expression "param_3 == 0" identifier == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n crypt_argchk("ct != NULL","src/encauth/ocb/ocb_encrypt.c",0x20);\n }" { comment (expression_statement "crypt_argchk("ct != NULL","src/encauth/ocb/ocb_encrypt.c",0x20);" (call_expression "crypt_argchk("ct != NULL","src/encauth/ocb/ocb_encrypt.c",0x20)" identifier (argument_list "("ct != NULL","src/encauth/ocb/ocb_encrypt.c",0x20)" ( (string_literal ""ct != NULL"" " string_content ") , (string_literal ""src/encauth/ocb/ocb_encrypt.c"" " string_content ") , number_literal ))) ;) })) (expression_statement "uVar11 = cipher_is_valid(*(undefined4 *)(param_1 + 9000));" (assignment_expression "uVar11 = cipher_is_valid(*(undefined4 *)(param_1 + 9000))" identifier = (call_expression "cipher_is_valid(*(undefined4 *)(param_1 + 9000))" identifier (argument_list "(*(undefined4 *)(param_1 + 9000))" ( (pointer_expression "*(undefined4 *)(param_1 + 9000)" * (cast_expression "(undefined4 *)(param_1 + 9000)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 9000)" ( (binary_expression "param_1 + 9000" identifier + number_literal) )))) )))) ;) (expression_statement "puVar10 = PTR_cipher_descriptor_001dded0;" (assignment_expression "puVar10 = PTR_cipher_descriptor_001dded0" identifier = identifier) ;) (if_statement "if ((int)uVar11 == 0) {\n iVar9 = *(int *)(param_1 + 0x232c);\n uVar11 = 0x10;\n if (iVar9 == *(int *)(PTR_cipher_descriptor_001dded0 +\n (long)*(int *)(param_1 + 9000) * 0xc0 + 0x14)) {\n if (0 < iVar9) {\n uVar15 = 0;\n uVar12 = iVar9 - 1U & 7;\n if (uVar12 != 0) {\n *(byte *)(param_1 + 0x1200) = *(byte *)(param_1 + 0x1200) ^ *param_2;\n uVar15 = 1;\n if (uVar12 != 1) {\n if (uVar12 != 2) {\n if (uVar12 != 3) {\n if (uVar12 != 4) {\n if (uVar12 != 5) {\n if (uVar12 != 6) {\n uVar15 = 2;\n *(byte *)(param_1 + 0x1201) = *(byte *)(param_1 + 0x1201) ^ param_2[1];\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n }\n while( true ) {\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n if (iVar9 - 1U == uVar15) break;\n pbVar1 = (byte *)(param_1 + uVar15 + 0x1201);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 1];\n pbVar1 = (byte *)(param_1 + 0x1202 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 2];\n pbVar1 = (byte *)(param_1 + 0x1203 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 3];\n pbVar1 = (byte *)(param_1 + 0x1204 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 4];\n pbVar1 = (byte *)(param_1 + 0x1205 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 5];\n pbVar1 = (byte *)(param_1 + 0x1206 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 6];\n pbVar1 = (byte *)(param_1 + 0x1207 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 7];\n uVar15 = uVar15 + 8;\n }\n }\n ocb_shift_xor(param_1,local_138);\n if (0 < *(int *)(param_1 + 0x232c)) {\n uVar12 = *(int *)(param_1 + 0x232c) - 1;\n uVar15 = 0;\n uVar14 = uVar12 & 7;\n if (uVar14 != 0) {\n uVar15 = 1;\n local_b8[0] = *param_2 ^ local_138[0];\n if (uVar14 != 1) {\n if (uVar14 != 2) {\n if (uVar14 != 3) {\n if (uVar14 != 4) {\n if (uVar14 != 5) {\n if (uVar14 != 6) {\n local_b8[1] = param_2[1] ^ local_138[1];\n uVar15 = 2;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n }\n for (; local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15], uVar12 != uVar15;\n uVar15 = uVar15 + 8) {\n bVar4 = param_2[uVar15 + 2];\n bVar5 = param_2[uVar15 + 3];\n local_b8[uVar15 + 1] = param_2[uVar15 + 1] ^ local_138[uVar15 + 1];\n bVar2 = local_138[uVar15 + 3];\n bVar6 = param_2[uVar15 + 4];\n bVar7 = param_2[uVar15 + 5];\n local_b8[uVar15 + 2] = bVar4 ^ local_138[uVar15 + 2];\n bVar4 = local_138[uVar15 + 4];\n bVar3 = local_138[uVar15 + 5];\n local_b8[uVar15 + 3] = bVar5 ^ bVar2;\n bVar5 = param_2[uVar15 + 6];\n bVar8 = param_2[uVar15 + 7];\n local_b8[uVar15 + 4] = bVar6 ^ bVar4;\n bVar2 = local_138[uVar15 + 6];\n bVar4 = local_138[uVar15 + 7];\n local_b8[uVar15 + 5] = bVar7 ^ bVar3;\n local_b8[uVar15 + 6] = bVar5 ^ bVar2;\n local_b8[uVar15 + 7] = bVar8 ^ bVar4;\n }\n }\n uVar11 = (**(code **)(puVar10 + (long)*(int *)(param_1 + 9000) * 0xc0 + 0x28))\n (local_b8,param_3,param_1 + 0x1280);\n if (((int)uVar11 == 0) && (lVar13 = 0, 0 < *(int *)(param_1 + 0x232c))) {\n do {\n *(byte *)(param_3 + lVar13) = *(byte *)(param_3 + lVar13) ^ local_138[lVar13];\n lVar13 = lVar13 + 1;\n } while ((int)lVar13 < *(int *)(param_1 + 0x232c));\n }\n }\n }" if (parenthesized_expression "((int)uVar11 == 0)" ( (binary_expression "(int)uVar11 == 0" (cast_expression "(int)uVar11" ( (type_descriptor "int" primitive_type) ) identifier) == number_literal) )) (compound_statement "{\n iVar9 = *(int *)(param_1 + 0x232c);\n uVar11 = 0x10;\n if (iVar9 == *(int *)(PTR_cipher_descriptor_001dded0 +\n (long)*(int *)(param_1 + 9000) * 0xc0 + 0x14)) {\n if (0 < iVar9) {\n uVar15 = 0;\n uVar12 = iVar9 - 1U & 7;\n if (uVar12 != 0) {\n *(byte *)(param_1 + 0x1200) = *(byte *)(param_1 + 0x1200) ^ *param_2;\n uVar15 = 1;\n if (uVar12 != 1) {\n if (uVar12 != 2) {\n if (uVar12 != 3) {\n if (uVar12 != 4) {\n if (uVar12 != 5) {\n if (uVar12 != 6) {\n uVar15 = 2;\n *(byte *)(param_1 + 0x1201) = *(byte *)(param_1 + 0x1201) ^ param_2[1];\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n }\n while( true ) {\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n if (iVar9 - 1U == uVar15) break;\n pbVar1 = (byte *)(param_1 + uVar15 + 0x1201);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 1];\n pbVar1 = (byte *)(param_1 + 0x1202 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 2];\n pbVar1 = (byte *)(param_1 + 0x1203 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 3];\n pbVar1 = (byte *)(param_1 + 0x1204 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 4];\n pbVar1 = (byte *)(param_1 + 0x1205 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 5];\n pbVar1 = (byte *)(param_1 + 0x1206 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 6];\n pbVar1 = (byte *)(param_1 + 0x1207 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 7];\n uVar15 = uVar15 + 8;\n }\n }\n ocb_shift_xor(param_1,local_138);\n if (0 < *(int *)(param_1 + 0x232c)) {\n uVar12 = *(int *)(param_1 + 0x232c) - 1;\n uVar15 = 0;\n uVar14 = uVar12 & 7;\n if (uVar14 != 0) {\n uVar15 = 1;\n local_b8[0] = *param_2 ^ local_138[0];\n if (uVar14 != 1) {\n if (uVar14 != 2) {\n if (uVar14 != 3) {\n if (uVar14 != 4) {\n if (uVar14 != 5) {\n if (uVar14 != 6) {\n local_b8[1] = param_2[1] ^ local_138[1];\n uVar15 = 2;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n }\n for (; local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15], uVar12 != uVar15;\n uVar15 = uVar15 + 8) {\n bVar4 = param_2[uVar15 + 2];\n bVar5 = param_2[uVar15 + 3];\n local_b8[uVar15 + 1] = param_2[uVar15 + 1] ^ local_138[uVar15 + 1];\n bVar2 = local_138[uVar15 + 3];\n bVar6 = param_2[uVar15 + 4];\n bVar7 = param_2[uVar15 + 5];\n local_b8[uVar15 + 2] = bVar4 ^ local_138[uVar15 + 2];\n bVar4 = local_138[uVar15 + 4];\n bVar3 = local_138[uVar15 + 5];\n local_b8[uVar15 + 3] = bVar5 ^ bVar2;\n bVar5 = param_2[uVar15 + 6];\n bVar8 = param_2[uVar15 + 7];\n local_b8[uVar15 + 4] = bVar6 ^ bVar4;\n bVar2 = local_138[uVar15 + 6];\n bVar4 = local_138[uVar15 + 7];\n local_b8[uVar15 + 5] = bVar7 ^ bVar3;\n local_b8[uVar15 + 6] = bVar5 ^ bVar2;\n local_b8[uVar15 + 7] = bVar8 ^ bVar4;\n }\n }\n uVar11 = (**(code **)(puVar10 + (long)*(int *)(param_1 + 9000) * 0xc0 + 0x28))\n (local_b8,param_3,param_1 + 0x1280);\n if (((int)uVar11 == 0) && (lVar13 = 0, 0 < *(int *)(param_1 + 0x232c))) {\n do {\n *(byte *)(param_3 + lVar13) = *(byte *)(param_3 + lVar13) ^ local_138[lVar13];\n lVar13 = lVar13 + 1;\n } while ((int)lVar13 < *(int *)(param_1 + 0x232c));\n }\n }\n }" { (expression_statement "iVar9 = *(int *)(param_1 + 0x232c);" (assignment_expression "iVar9 = *(int *)(param_1 + 0x232c)" identifier = (pointer_expression "*(int *)(param_1 + 0x232c)" * (cast_expression "(int *)(param_1 + 0x232c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x232c)" ( (binary_expression "param_1 + 0x232c" identifier + number_literal) ))))) ;) (expression_statement "uVar11 = 0x10;" (assignment_expression "uVar11 = 0x10" identifier = number_literal) ;) (if_statement "if (iVar9 == *(int *)(PTR_cipher_descriptor_001dded0 +\n (long)*(int *)(param_1 + 9000) * 0xc0 + 0x14)) {\n if (0 < iVar9) {\n uVar15 = 0;\n uVar12 = iVar9 - 1U & 7;\n if (uVar12 != 0) {\n *(byte *)(param_1 + 0x1200) = *(byte *)(param_1 + 0x1200) ^ *param_2;\n uVar15 = 1;\n if (uVar12 != 1) {\n if (uVar12 != 2) {\n if (uVar12 != 3) {\n if (uVar12 != 4) {\n if (uVar12 != 5) {\n if (uVar12 != 6) {\n uVar15 = 2;\n *(byte *)(param_1 + 0x1201) = *(byte *)(param_1 + 0x1201) ^ param_2[1];\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n }\n while( true ) {\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n if (iVar9 - 1U == uVar15) break;\n pbVar1 = (byte *)(param_1 + uVar15 + 0x1201);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 1];\n pbVar1 = (byte *)(param_1 + 0x1202 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 2];\n pbVar1 = (byte *)(param_1 + 0x1203 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 3];\n pbVar1 = (byte *)(param_1 + 0x1204 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 4];\n pbVar1 = (byte *)(param_1 + 0x1205 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 5];\n pbVar1 = (byte *)(param_1 + 0x1206 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 6];\n pbVar1 = (byte *)(param_1 + 0x1207 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 7];\n uVar15 = uVar15 + 8;\n }\n }\n ocb_shift_xor(param_1,local_138);\n if (0 < *(int *)(param_1 + 0x232c)) {\n uVar12 = *(int *)(param_1 + 0x232c) - 1;\n uVar15 = 0;\n uVar14 = uVar12 & 7;\n if (uVar14 != 0) {\n uVar15 = 1;\n local_b8[0] = *param_2 ^ local_138[0];\n if (uVar14 != 1) {\n if (uVar14 != 2) {\n if (uVar14 != 3) {\n if (uVar14 != 4) {\n if (uVar14 != 5) {\n if (uVar14 != 6) {\n local_b8[1] = param_2[1] ^ local_138[1];\n uVar15 = 2;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n }\n for (; local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15], uVar12 != uVar15;\n uVar15 = uVar15 + 8) {\n bVar4 = param_2[uVar15 + 2];\n bVar5 = param_2[uVar15 + 3];\n local_b8[uVar15 + 1] = param_2[uVar15 + 1] ^ local_138[uVar15 + 1];\n bVar2 = local_138[uVar15 + 3];\n bVar6 = param_2[uVar15 + 4];\n bVar7 = param_2[uVar15 + 5];\n local_b8[uVar15 + 2] = bVar4 ^ local_138[uVar15 + 2];\n bVar4 = local_138[uVar15 + 4];\n bVar3 = local_138[uVar15 + 5];\n local_b8[uVar15 + 3] = bVar5 ^ bVar2;\n bVar5 = param_2[uVar15 + 6];\n bVar8 = param_2[uVar15 + 7];\n local_b8[uVar15 + 4] = bVar6 ^ bVar4;\n bVar2 = local_138[uVar15 + 6];\n bVar4 = local_138[uVar15 + 7];\n local_b8[uVar15 + 5] = bVar7 ^ bVar3;\n local_b8[uVar15 + 6] = bVar5 ^ bVar2;\n local_b8[uVar15 + 7] = bVar8 ^ bVar4;\n }\n }\n uVar11 = (**(code **)(puVar10 + (long)*(int *)(param_1 + 9000) * 0xc0 + 0x28))\n (local_b8,param_3,param_1 + 0x1280);\n if (((int)uVar11 == 0) && (lVar13 = 0, 0 < *(int *)(param_1 + 0x232c))) {\n do {\n *(byte *)(param_3 + lVar13) = *(byte *)(param_3 + lVar13) ^ local_138[lVar13];\n lVar13 = lVar13 + 1;\n } while ((int)lVar13 < *(int *)(param_1 + 0x232c));\n }\n }" if (parenthesized_expression "(iVar9 == *(int *)(PTR_cipher_descriptor_001dded0 +\n (long)*(int *)(param_1 + 9000) * 0xc0 + 0x14))" ( (binary_expression "iVar9 == *(int *)(PTR_cipher_descriptor_001dded0 +\n (long)*(int *)(param_1 + 9000) * 0xc0 + 0x14)" identifier == (pointer_expression "*(int *)(PTR_cipher_descriptor_001dded0 +\n (long)*(int *)(param_1 + 9000) * 0xc0 + 0x14)" * (cast_expression "(int *)(PTR_cipher_descriptor_001dded0 +\n (long)*(int *)(param_1 + 9000) * 0xc0 + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(PTR_cipher_descriptor_001dded0 +\n (long)*(int *)(param_1 + 9000) * 0xc0 + 0x14)" ( (binary_expression "PTR_cipher_descriptor_001dded0 +\n (long)*(int *)(param_1 + 9000) * 0xc0 + 0x14" (binary_expression "PTR_cipher_descriptor_001dded0 +\n (long)*(int *)(param_1 + 9000) * 0xc0" identifier + (binary_expression "(long)*(int *)(param_1 + 9000) * 0xc0" (cast_expression "(long)*(int *)(param_1 + 9000)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "*(int *)(param_1 + 9000)" * (cast_expression "(int *)(param_1 + 9000)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 9000)" ( (binary_expression "param_1 + 9000" identifier + number_literal) ))))) * number_literal)) + number_literal) ))))) )) (compound_statement "{\n if (0 < iVar9) {\n uVar15 = 0;\n uVar12 = iVar9 - 1U & 7;\n if (uVar12 != 0) {\n *(byte *)(param_1 + 0x1200) = *(byte *)(param_1 + 0x1200) ^ *param_2;\n uVar15 = 1;\n if (uVar12 != 1) {\n if (uVar12 != 2) {\n if (uVar12 != 3) {\n if (uVar12 != 4) {\n if (uVar12 != 5) {\n if (uVar12 != 6) {\n uVar15 = 2;\n *(byte *)(param_1 + 0x1201) = *(byte *)(param_1 + 0x1201) ^ param_2[1];\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n }\n while( true ) {\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n if (iVar9 - 1U == uVar15) break;\n pbVar1 = (byte *)(param_1 + uVar15 + 0x1201);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 1];\n pbVar1 = (byte *)(param_1 + 0x1202 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 2];\n pbVar1 = (byte *)(param_1 + 0x1203 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 3];\n pbVar1 = (byte *)(param_1 + 0x1204 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 4];\n pbVar1 = (byte *)(param_1 + 0x1205 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 5];\n pbVar1 = (byte *)(param_1 + 0x1206 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 6];\n pbVar1 = (byte *)(param_1 + 0x1207 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 7];\n uVar15 = uVar15 + 8;\n }\n }\n ocb_shift_xor(param_1,local_138);\n if (0 < *(int *)(param_1 + 0x232c)) {\n uVar12 = *(int *)(param_1 + 0x232c) - 1;\n uVar15 = 0;\n uVar14 = uVar12 & 7;\n if (uVar14 != 0) {\n uVar15 = 1;\n local_b8[0] = *param_2 ^ local_138[0];\n if (uVar14 != 1) {\n if (uVar14 != 2) {\n if (uVar14 != 3) {\n if (uVar14 != 4) {\n if (uVar14 != 5) {\n if (uVar14 != 6) {\n local_b8[1] = param_2[1] ^ local_138[1];\n uVar15 = 2;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n }\n for (; local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15], uVar12 != uVar15;\n uVar15 = uVar15 + 8) {\n bVar4 = param_2[uVar15 + 2];\n bVar5 = param_2[uVar15 + 3];\n local_b8[uVar15 + 1] = param_2[uVar15 + 1] ^ local_138[uVar15 + 1];\n bVar2 = local_138[uVar15 + 3];\n bVar6 = param_2[uVar15 + 4];\n bVar7 = param_2[uVar15 + 5];\n local_b8[uVar15 + 2] = bVar4 ^ local_138[uVar15 + 2];\n bVar4 = local_138[uVar15 + 4];\n bVar3 = local_138[uVar15 + 5];\n local_b8[uVar15 + 3] = bVar5 ^ bVar2;\n bVar5 = param_2[uVar15 + 6];\n bVar8 = param_2[uVar15 + 7];\n local_b8[uVar15 + 4] = bVar6 ^ bVar4;\n bVar2 = local_138[uVar15 + 6];\n bVar4 = local_138[uVar15 + 7];\n local_b8[uVar15 + 5] = bVar7 ^ bVar3;\n local_b8[uVar15 + 6] = bVar5 ^ bVar2;\n local_b8[uVar15 + 7] = bVar8 ^ bVar4;\n }\n }\n uVar11 = (**(code **)(puVar10 + (long)*(int *)(param_1 + 9000) * 0xc0 + 0x28))\n (local_b8,param_3,param_1 + 0x1280);\n if (((int)uVar11 == 0) && (lVar13 = 0, 0 < *(int *)(param_1 + 0x232c))) {\n do {\n *(byte *)(param_3 + lVar13) = *(byte *)(param_3 + lVar13) ^ local_138[lVar13];\n lVar13 = lVar13 + 1;\n } while ((int)lVar13 < *(int *)(param_1 + 0x232c));\n }\n }" { (if_statement "if (0 < iVar9) {\n uVar15 = 0;\n uVar12 = iVar9 - 1U & 7;\n if (uVar12 != 0) {\n *(byte *)(param_1 + 0x1200) = *(byte *)(param_1 + 0x1200) ^ *param_2;\n uVar15 = 1;\n if (uVar12 != 1) {\n if (uVar12 != 2) {\n if (uVar12 != 3) {\n if (uVar12 != 4) {\n if (uVar12 != 5) {\n if (uVar12 != 6) {\n uVar15 = 2;\n *(byte *)(param_1 + 0x1201) = *(byte *)(param_1 + 0x1201) ^ param_2[1];\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n }\n while( true ) {\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n if (iVar9 - 1U == uVar15) break;\n pbVar1 = (byte *)(param_1 + uVar15 + 0x1201);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 1];\n pbVar1 = (byte *)(param_1 + 0x1202 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 2];\n pbVar1 = (byte *)(param_1 + 0x1203 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 3];\n pbVar1 = (byte *)(param_1 + 0x1204 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 4];\n pbVar1 = (byte *)(param_1 + 0x1205 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 5];\n pbVar1 = (byte *)(param_1 + 0x1206 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 6];\n pbVar1 = (byte *)(param_1 + 0x1207 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 7];\n uVar15 = uVar15 + 8;\n }\n }" if (parenthesized_expression "(0 < iVar9)" ( (binary_expression "0 < iVar9" number_literal < identifier) )) (compound_statement "{\n uVar15 = 0;\n uVar12 = iVar9 - 1U & 7;\n if (uVar12 != 0) {\n *(byte *)(param_1 + 0x1200) = *(byte *)(param_1 + 0x1200) ^ *param_2;\n uVar15 = 1;\n if (uVar12 != 1) {\n if (uVar12 != 2) {\n if (uVar12 != 3) {\n if (uVar12 != 4) {\n if (uVar12 != 5) {\n if (uVar12 != 6) {\n uVar15 = 2;\n *(byte *)(param_1 + 0x1201) = *(byte *)(param_1 + 0x1201) ^ param_2[1];\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n }\n while( true ) {\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n if (iVar9 - 1U == uVar15) break;\n pbVar1 = (byte *)(param_1 + uVar15 + 0x1201);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 1];\n pbVar1 = (byte *)(param_1 + 0x1202 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 2];\n pbVar1 = (byte *)(param_1 + 0x1203 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 3];\n pbVar1 = (byte *)(param_1 + 0x1204 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 4];\n pbVar1 = (byte *)(param_1 + 0x1205 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 5];\n pbVar1 = (byte *)(param_1 + 0x1206 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 6];\n pbVar1 = (byte *)(param_1 + 0x1207 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 7];\n uVar15 = uVar15 + 8;\n }\n }" { (expression_statement "uVar15 = 0;" (assignment_expression "uVar15 = 0" identifier = number_literal) ;) (expression_statement "uVar12 = iVar9 - 1U & 7;" (assignment_expression "uVar12 = iVar9 - 1U & 7" identifier = (binary_expression "iVar9 - 1U & 7" (binary_expression "iVar9 - 1U" identifier - number_literal) & number_literal)) ;) (if_statement "if (uVar12 != 0) {\n *(byte *)(param_1 + 0x1200) = *(byte *)(param_1 + 0x1200) ^ *param_2;\n uVar15 = 1;\n if (uVar12 != 1) {\n if (uVar12 != 2) {\n if (uVar12 != 3) {\n if (uVar12 != 4) {\n if (uVar12 != 5) {\n if (uVar12 != 6) {\n uVar15 = 2;\n *(byte *)(param_1 + 0x1201) = *(byte *)(param_1 + 0x1201) ^ param_2[1];\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n }" if (parenthesized_expression "(uVar12 != 0)" ( (binary_expression "uVar12 != 0" identifier != number_literal) )) (compound_statement "{\n *(byte *)(param_1 + 0x1200) = *(byte *)(param_1 + 0x1200) ^ *param_2;\n uVar15 = 1;\n if (uVar12 != 1) {\n if (uVar12 != 2) {\n if (uVar12 != 3) {\n if (uVar12 != 4) {\n if (uVar12 != 5) {\n if (uVar12 != 6) {\n uVar15 = 2;\n *(byte *)(param_1 + 0x1201) = *(byte *)(param_1 + 0x1201) ^ param_2[1];\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n }" { (expression_statement "*(byte *)(param_1 + 0x1200) = *(byte *)(param_1 + 0x1200) ^ *param_2;" (assignment_expression "*(byte *)(param_1 + 0x1200) = *(byte *)(param_1 + 0x1200) ^ *param_2" (pointer_expression "*(byte *)(param_1 + 0x1200)" * (cast_expression "(byte *)(param_1 + 0x1200)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x1200)" ( (binary_expression "param_1 + 0x1200" identifier + number_literal) )))) = (binary_expression "*(byte *)(param_1 + 0x1200) ^ *param_2" (pointer_expression "*(byte *)(param_1 + 0x1200)" * (cast_expression "(byte *)(param_1 + 0x1200)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x1200)" ( (binary_expression "param_1 + 0x1200" identifier + number_literal) )))) ^ (pointer_expression "*param_2" * identifier))) ;) (expression_statement "uVar15 = 1;" (assignment_expression "uVar15 = 1" identifier = number_literal) ;) (if_statement "if (uVar12 != 1) {\n if (uVar12 != 2) {\n if (uVar12 != 3) {\n if (uVar12 != 4) {\n if (uVar12 != 5) {\n if (uVar12 != 6) {\n uVar15 = 2;\n *(byte *)(param_1 + 0x1201) = *(byte *)(param_1 + 0x1201) ^ param_2[1];\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }" if (parenthesized_expression "(uVar12 != 1)" ( (binary_expression "uVar12 != 1" identifier != number_literal) )) (compound_statement "{\n if (uVar12 != 2) {\n if (uVar12 != 3) {\n if (uVar12 != 4) {\n if (uVar12 != 5) {\n if (uVar12 != 6) {\n uVar15 = 2;\n *(byte *)(param_1 + 0x1201) = *(byte *)(param_1 + 0x1201) ^ param_2[1];\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }" { (if_statement "if (uVar12 != 2) {\n if (uVar12 != 3) {\n if (uVar12 != 4) {\n if (uVar12 != 5) {\n if (uVar12 != 6) {\n uVar15 = 2;\n *(byte *)(param_1 + 0x1201) = *(byte *)(param_1 + 0x1201) ^ param_2[1];\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }" if (parenthesized_expression "(uVar12 != 2)" ( (binary_expression "uVar12 != 2" identifier != number_literal) )) (compound_statement "{\n if (uVar12 != 3) {\n if (uVar12 != 4) {\n if (uVar12 != 5) {\n if (uVar12 != 6) {\n uVar15 = 2;\n *(byte *)(param_1 + 0x1201) = *(byte *)(param_1 + 0x1201) ^ param_2[1];\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }" { (if_statement "if (uVar12 != 3) {\n if (uVar12 != 4) {\n if (uVar12 != 5) {\n if (uVar12 != 6) {\n uVar15 = 2;\n *(byte *)(param_1 + 0x1201) = *(byte *)(param_1 + 0x1201) ^ param_2[1];\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }" if (parenthesized_expression "(uVar12 != 3)" ( (binary_expression "uVar12 != 3" identifier != number_literal) )) (compound_statement "{\n if (uVar12 != 4) {\n if (uVar12 != 5) {\n if (uVar12 != 6) {\n uVar15 = 2;\n *(byte *)(param_1 + 0x1201) = *(byte *)(param_1 + 0x1201) ^ param_2[1];\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }" { (if_statement "if (uVar12 != 4) {\n if (uVar12 != 5) {\n if (uVar12 != 6) {\n uVar15 = 2;\n *(byte *)(param_1 + 0x1201) = *(byte *)(param_1 + 0x1201) ^ param_2[1];\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }" if (parenthesized_expression "(uVar12 != 4)" ( (binary_expression "uVar12 != 4" identifier != number_literal) )) (compound_statement "{\n if (uVar12 != 5) {\n if (uVar12 != 6) {\n uVar15 = 2;\n *(byte *)(param_1 + 0x1201) = *(byte *)(param_1 + 0x1201) ^ param_2[1];\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }" { (if_statement "if (uVar12 != 5) {\n if (uVar12 != 6) {\n uVar15 = 2;\n *(byte *)(param_1 + 0x1201) = *(byte *)(param_1 + 0x1201) ^ param_2[1];\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }" if (parenthesized_expression "(uVar12 != 5)" ( (binary_expression "uVar12 != 5" identifier != number_literal) )) (compound_statement "{\n if (uVar12 != 6) {\n uVar15 = 2;\n *(byte *)(param_1 + 0x1201) = *(byte *)(param_1 + 0x1201) ^ param_2[1];\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }" { (if_statement "if (uVar12 != 6) {\n uVar15 = 2;\n *(byte *)(param_1 + 0x1201) = *(byte *)(param_1 + 0x1201) ^ param_2[1];\n }" if (parenthesized_expression "(uVar12 != 6)" ( (binary_expression "uVar12 != 6" identifier != number_literal) )) (compound_statement "{\n uVar15 = 2;\n *(byte *)(param_1 + 0x1201) = *(byte *)(param_1 + 0x1201) ^ param_2[1];\n }" { (expression_statement "uVar15 = 2;" (assignment_expression "uVar15 = 2" identifier = number_literal) ;) (expression_statement "*(byte *)(param_1 + 0x1201) = *(byte *)(param_1 + 0x1201) ^ param_2[1];" (assignment_expression "*(byte *)(param_1 + 0x1201) = *(byte *)(param_1 + 0x1201) ^ param_2[1]" (pointer_expression "*(byte *)(param_1 + 0x1201)" * (cast_expression "(byte *)(param_1 + 0x1201)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x1201)" ( (binary_expression "param_1 + 0x1201" identifier + number_literal) )))) = (binary_expression "*(byte *)(param_1 + 0x1201) ^ param_2[1]" (pointer_expression "*(byte *)(param_1 + 0x1201)" * (cast_expression "(byte *)(param_1 + 0x1201)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x1201)" ( (binary_expression "param_1 + 0x1201" identifier + number_literal) )))) ^ (subscript_expression "param_2[1]" identifier [ number_literal ]))) ;) })) (expression_statement "pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);" (assignment_expression "pbVar1 = (byte *)(param_1 + 0x1200 + uVar15)" identifier = (cast_expression "(byte *)(param_1 + 0x1200 + uVar15)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x1200 + uVar15)" ( (binary_expression "param_1 + 0x1200 + uVar15" (binary_expression "param_1 + 0x1200" identifier + number_literal) + identifier) )))) ;) (expression_statement "*pbVar1 = *pbVar1 ^ param_2[uVar15];" (assignment_expression "*pbVar1 = *pbVar1 ^ param_2[uVar15]" (pointer_expression "*pbVar1" * identifier) = (binary_expression "*pbVar1 ^ param_2[uVar15]" (pointer_expression "*pbVar1" * identifier) ^ (subscript_expression "param_2[uVar15]" identifier [ identifier ]))) ;) (expression_statement "uVar15 = uVar15 + 1;" (assignment_expression "uVar15 = uVar15 + 1" identifier = (binary_expression "uVar15 + 1" identifier + number_literal)) ;) })) (expression_statement "pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);" (assignment_expression "pbVar1 = (byte *)(param_1 + 0x1200 + uVar15)" identifier = (cast_expression "(byte *)(param_1 + 0x1200 + uVar15)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x1200 + uVar15)" ( (binary_expression "param_1 + 0x1200 + uVar15" (binary_expression "param_1 + 0x1200" identifier + number_literal) + identifier) )))) ;) (expression_statement "*pbVar1 = *pbVar1 ^ param_2[uVar15];" (assignment_expression "*pbVar1 = *pbVar1 ^ param_2[uVar15]" (pointer_expression "*pbVar1" * identifier) = (binary_expression "*pbVar1 ^ param_2[uVar15]" (pointer_expression "*pbVar1" * identifier) ^ (subscript_expression "param_2[uVar15]" identifier [ identifier ]))) ;) (expression_statement "uVar15 = uVar15 + 1;" (assignment_expression "uVar15 = uVar15 + 1" identifier = (binary_expression "uVar15 + 1" identifier + number_literal)) ;) })) (expression_statement "pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);" (assignment_expression "pbVar1 = (byte *)(param_1 + 0x1200 + uVar15)" identifier = (cast_expression "(byte *)(param_1 + 0x1200 + uVar15)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x1200 + uVar15)" ( (binary_expression "param_1 + 0x1200 + uVar15" (binary_expression "param_1 + 0x1200" identifier + number_literal) + identifier) )))) ;) (expression_statement "*pbVar1 = *pbVar1 ^ param_2[uVar15];" (assignment_expression "*pbVar1 = *pbVar1 ^ param_2[uVar15]" (pointer_expression "*pbVar1" * identifier) = (binary_expression "*pbVar1 ^ param_2[uVar15]" (pointer_expression "*pbVar1" * identifier) ^ (subscript_expression "param_2[uVar15]" identifier [ identifier ]))) ;) (expression_statement "uVar15 = uVar15 + 1;" (assignment_expression "uVar15 = uVar15 + 1" identifier = (binary_expression "uVar15 + 1" identifier + number_literal)) ;) })) (expression_statement "pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);" (assignment_expression "pbVar1 = (byte *)(param_1 + 0x1200 + uVar15)" identifier = (cast_expression "(byte *)(param_1 + 0x1200 + uVar15)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x1200 + uVar15)" ( (binary_expression "param_1 + 0x1200 + uVar15" (binary_expression "param_1 + 0x1200" identifier + number_literal) + identifier) )))) ;) (expression_statement "*pbVar1 = *pbVar1 ^ param_2[uVar15];" (assignment_expression "*pbVar1 = *pbVar1 ^ param_2[uVar15]" (pointer_expression "*pbVar1" * identifier) = (binary_expression "*pbVar1 ^ param_2[uVar15]" (pointer_expression "*pbVar1" * identifier) ^ (subscript_expression "param_2[uVar15]" identifier [ identifier ]))) ;) (expression_statement "uVar15 = uVar15 + 1;" (assignment_expression "uVar15 = uVar15 + 1" identifier = (binary_expression "uVar15 + 1" identifier + number_literal)) ;) })) (expression_statement "pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);" (assignment_expression "pbVar1 = (byte *)(param_1 + 0x1200 + uVar15)" identifier = (cast_expression "(byte *)(param_1 + 0x1200 + uVar15)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x1200 + uVar15)" ( (binary_expression "param_1 + 0x1200 + uVar15" (binary_expression "param_1 + 0x1200" identifier + number_literal) + identifier) )))) ;) (expression_statement "*pbVar1 = *pbVar1 ^ param_2[uVar15];" (assignment_expression "*pbVar1 = *pbVar1 ^ param_2[uVar15]" (pointer_expression "*pbVar1" * identifier) = (binary_expression "*pbVar1 ^ param_2[uVar15]" (pointer_expression "*pbVar1" * identifier) ^ (subscript_expression "param_2[uVar15]" identifier [ identifier ]))) ;) (expression_statement "uVar15 = uVar15 + 1;" (assignment_expression "uVar15 = uVar15 + 1" identifier = (binary_expression "uVar15 + 1" identifier + number_literal)) ;) })) })) (while_statement "while( true ) {\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n if (iVar9 - 1U == uVar15) break;\n pbVar1 = (byte *)(param_1 + uVar15 + 0x1201);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 1];\n pbVar1 = (byte *)(param_1 + 0x1202 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 2];\n pbVar1 = (byte *)(param_1 + 0x1203 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 3];\n pbVar1 = (byte *)(param_1 + 0x1204 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 4];\n pbVar1 = (byte *)(param_1 + 0x1205 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 5];\n pbVar1 = (byte *)(param_1 + 0x1206 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 6];\n pbVar1 = (byte *)(param_1 + 0x1207 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 7];\n uVar15 = uVar15 + 8;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n if (iVar9 - 1U == uVar15) break;\n pbVar1 = (byte *)(param_1 + uVar15 + 0x1201);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 1];\n pbVar1 = (byte *)(param_1 + 0x1202 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 2];\n pbVar1 = (byte *)(param_1 + 0x1203 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 3];\n pbVar1 = (byte *)(param_1 + 0x1204 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 4];\n pbVar1 = (byte *)(param_1 + 0x1205 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 5];\n pbVar1 = (byte *)(param_1 + 0x1206 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 6];\n pbVar1 = (byte *)(param_1 + 0x1207 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 7];\n uVar15 = uVar15 + 8;\n }" { (expression_statement "pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);" (assignment_expression "pbVar1 = (byte *)(param_1 + 0x1200 + uVar15)" identifier = (cast_expression "(byte *)(param_1 + 0x1200 + uVar15)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x1200 + uVar15)" ( (binary_expression "param_1 + 0x1200 + uVar15" (binary_expression "param_1 + 0x1200" identifier + number_literal) + identifier) )))) ;) (expression_statement "*pbVar1 = *pbVar1 ^ param_2[uVar15];" (assignment_expression "*pbVar1 = *pbVar1 ^ param_2[uVar15]" (pointer_expression "*pbVar1" * identifier) = (binary_expression "*pbVar1 ^ param_2[uVar15]" (pointer_expression "*pbVar1" * identifier) ^ (subscript_expression "param_2[uVar15]" identifier [ identifier ]))) ;) (if_statement "if (iVar9 - 1U == uVar15) break;" if (parenthesized_expression "(iVar9 - 1U == uVar15)" ( (binary_expression "iVar9 - 1U == uVar15" (binary_expression "iVar9 - 1U" identifier - number_literal) == identifier) )) (break_statement "break;" break ;)) (expression_statement "pbVar1 = (byte *)(param_1 + uVar15 + 0x1201);" (assignment_expression "pbVar1 = (byte *)(param_1 + uVar15 + 0x1201)" identifier = (cast_expression "(byte *)(param_1 + uVar15 + 0x1201)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + uVar15 + 0x1201)" ( (binary_expression "param_1 + uVar15 + 0x1201" (binary_expression "param_1 + uVar15" identifier + identifier) + number_literal) )))) ;) (expression_statement "*pbVar1 = *pbVar1 ^ param_2[uVar15 + 1];" (assignment_expression "*pbVar1 = *pbVar1 ^ param_2[uVar15 + 1]" (pointer_expression "*pbVar1" * identifier) = (binary_expression "*pbVar1 ^ param_2[uVar15 + 1]" (pointer_expression "*pbVar1" * identifier) ^ (subscript_expression "param_2[uVar15 + 1]" identifier [ (binary_expression "uVar15 + 1" identifier + number_literal) ]))) ;) (expression_statement "pbVar1 = (byte *)(param_1 + 0x1202 + uVar15);" (assignment_expression "pbVar1 = (byte *)(param_1 + 0x1202 + uVar15)" identifier = (cast_expression "(byte *)(param_1 + 0x1202 + uVar15)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x1202 + uVar15)" ( (binary_expression "param_1 + 0x1202 + uVar15" (binary_expression "param_1 + 0x1202" identifier + number_literal) + identifier) )))) ;) (expression_statement "*pbVar1 = *pbVar1 ^ param_2[uVar15 + 2];" (assignment_expression "*pbVar1 = *pbVar1 ^ param_2[uVar15 + 2]" (pointer_expression "*pbVar1" * identifier) = (binary_expression "*pbVar1 ^ param_2[uVar15 + 2]" (pointer_expression "*pbVar1" * identifier) ^ (subscript_expression "param_2[uVar15 + 2]" identifier [ (binary_expression "uVar15 + 2" identifier + number_literal) ]))) ;) (expression_statement "pbVar1 = (byte *)(param_1 + 0x1203 + uVar15);" (assignment_expression "pbVar1 = (byte *)(param_1 + 0x1203 + uVar15)" identifier = (cast_expression "(byte *)(param_1 + 0x1203 + uVar15)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x1203 + uVar15)" ( (binary_expression "param_1 + 0x1203 + uVar15" (binary_expression "param_1 + 0x1203" identifier + number_literal) + identifier) )))) ;) (expression_statement "*pbVar1 = *pbVar1 ^ param_2[uVar15 + 3];" (assignment_expression "*pbVar1 = *pbVar1 ^ param_2[uVar15 + 3]" (pointer_expression "*pbVar1" * identifier) = (binary_expression "*pbVar1 ^ param_2[uVar15 + 3]" (pointer_expression "*pbVar1" * identifier) ^ (subscript_expression "param_2[uVar15 + 3]" identifier [ (binary_expression "uVar15 + 3" identifier + number_literal) ]))) ;) (expression_statement "pbVar1 = (byte *)(param_1 + 0x1204 + uVar15);" (assignment_expression "pbVar1 = (byte *)(param_1 + 0x1204 + uVar15)" identifier = (cast_expression "(byte *)(param_1 + 0x1204 + uVar15)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x1204 + uVar15)" ( (binary_expression "param_1 + 0x1204 + uVar15" (binary_expression "param_1 + 0x1204" identifier + number_literal) + identifier) )))) ;) (expression_statement "*pbVar1 = *pbVar1 ^ param_2[uVar15 + 4];" (assignment_expression "*pbVar1 = *pbVar1 ^ param_2[uVar15 + 4]" (pointer_expression "*pbVar1" * identifier) = (binary_expression "*pbVar1 ^ param_2[uVar15 + 4]" (pointer_expression "*pbVar1" * identifier) ^ (subscript_expression "param_2[uVar15 + 4]" identifier [ (binary_expression "uVar15 + 4" identifier + number_literal) ]))) ;) (expression_statement "pbVar1 = (byte *)(param_1 + 0x1205 + uVar15);" (assignment_expression "pbVar1 = (byte *)(param_1 + 0x1205 + uVar15)" identifier = (cast_expression "(byte *)(param_1 + 0x1205 + uVar15)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x1205 + uVar15)" ( (binary_expression "param_1 + 0x1205 + uVar15" (binary_expression "param_1 + 0x1205" identifier + number_literal) + identifier) )))) ;) (expression_statement "*pbVar1 = *pbVar1 ^ param_2[uVar15 + 5];" (assignment_expression "*pbVar1 = *pbVar1 ^ param_2[uVar15 + 5]" (pointer_expression "*pbVar1" * identifier) = (binary_expression "*pbVar1 ^ param_2[uVar15 + 5]" (pointer_expression "*pbVar1" * identifier) ^ (subscript_expression "param_2[uVar15 + 5]" identifier [ (binary_expression "uVar15 + 5" identifier + number_literal) ]))) ;) (expression_statement "pbVar1 = (byte *)(param_1 + 0x1206 + uVar15);" (assignment_expression "pbVar1 = (byte *)(param_1 + 0x1206 + uVar15)" identifier = (cast_expression "(byte *)(param_1 + 0x1206 + uVar15)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x1206 + uVar15)" ( (binary_expression "param_1 + 0x1206 + uVar15" (binary_expression "param_1 + 0x1206" identifier + number_literal) + identifier) )))) ;) (expression_statement "*pbVar1 = *pbVar1 ^ param_2[uVar15 + 6];" (assignment_expression "*pbVar1 = *pbVar1 ^ param_2[uVar15 + 6]" (pointer_expression "*pbVar1" * identifier) = (binary_expression "*pbVar1 ^ param_2[uVar15 + 6]" (pointer_expression "*pbVar1" * identifier) ^ (subscript_expression "param_2[uVar15 + 6]" identifier [ (binary_expression "uVar15 + 6" identifier + number_literal) ]))) ;) (expression_statement "pbVar1 = (byte *)(param_1 + 0x1207 + uVar15);" (assignment_expression "pbVar1 = (byte *)(param_1 + 0x1207 + uVar15)" identifier = (cast_expression "(byte *)(param_1 + 0x1207 + uVar15)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x1207 + uVar15)" ( (binary_expression "param_1 + 0x1207 + uVar15" (binary_expression "param_1 + 0x1207" identifier + number_literal) + identifier) )))) ;) (expression_statement "*pbVar1 = *pbVar1 ^ param_2[uVar15 + 7];" (assignment_expression "*pbVar1 = *pbVar1 ^ param_2[uVar15 + 7]" (pointer_expression "*pbVar1" * identifier) = (binary_expression "*pbVar1 ^ param_2[uVar15 + 7]" (pointer_expression "*pbVar1" * identifier) ^ (subscript_expression "param_2[uVar15 + 7]" identifier [ (binary_expression "uVar15 + 7" identifier + number_literal) ]))) ;) (expression_statement "uVar15 = uVar15 + 8;" (assignment_expression "uVar15 = uVar15 + 8" identifier = (binary_expression "uVar15 + 8" identifier + number_literal)) ;) })) })) (expression_statement "ocb_shift_xor(param_1,local_138);" (call_expression "ocb_shift_xor(param_1,local_138)" identifier (argument_list "(param_1,local_138)" ( identifier , identifier ))) ;) (if_statement "if (0 < *(int *)(param_1 + 0x232c)) {\n uVar12 = *(int *)(param_1 + 0x232c) - 1;\n uVar15 = 0;\n uVar14 = uVar12 & 7;\n if (uVar14 != 0) {\n uVar15 = 1;\n local_b8[0] = *param_2 ^ local_138[0];\n if (uVar14 != 1) {\n if (uVar14 != 2) {\n if (uVar14 != 3) {\n if (uVar14 != 4) {\n if (uVar14 != 5) {\n if (uVar14 != 6) {\n local_b8[1] = param_2[1] ^ local_138[1];\n uVar15 = 2;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n }\n for (; local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15], uVar12 != uVar15;\n uVar15 = uVar15 + 8) {\n bVar4 = param_2[uVar15 + 2];\n bVar5 = param_2[uVar15 + 3];\n local_b8[uVar15 + 1] = param_2[uVar15 + 1] ^ local_138[uVar15 + 1];\n bVar2 = local_138[uVar15 + 3];\n bVar6 = param_2[uVar15 + 4];\n bVar7 = param_2[uVar15 + 5];\n local_b8[uVar15 + 2] = bVar4 ^ local_138[uVar15 + 2];\n bVar4 = local_138[uVar15 + 4];\n bVar3 = local_138[uVar15 + 5];\n local_b8[uVar15 + 3] = bVar5 ^ bVar2;\n bVar5 = param_2[uVar15 + 6];\n bVar8 = param_2[uVar15 + 7];\n local_b8[uVar15 + 4] = bVar6 ^ bVar4;\n bVar2 = local_138[uVar15 + 6];\n bVar4 = local_138[uVar15 + 7];\n local_b8[uVar15 + 5] = bVar7 ^ bVar3;\n local_b8[uVar15 + 6] = bVar5 ^ bVar2;\n local_b8[uVar15 + 7] = bVar8 ^ bVar4;\n }\n }" if (parenthesized_expression "(0 < *(int *)(param_1 + 0x232c))" ( (binary_expression "0 < *(int *)(param_1 + 0x232c)" number_literal < (pointer_expression "*(int *)(param_1 + 0x232c)" * (cast_expression "(int *)(param_1 + 0x232c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x232c)" ( (binary_expression "param_1 + 0x232c" identifier + number_literal) ))))) )) (compound_statement "{\n uVar12 = *(int *)(param_1 + 0x232c) - 1;\n uVar15 = 0;\n uVar14 = uVar12 & 7;\n if (uVar14 != 0) {\n uVar15 = 1;\n local_b8[0] = *param_2 ^ local_138[0];\n if (uVar14 != 1) {\n if (uVar14 != 2) {\n if (uVar14 != 3) {\n if (uVar14 != 4) {\n if (uVar14 != 5) {\n if (uVar14 != 6) {\n local_b8[1] = param_2[1] ^ local_138[1];\n uVar15 = 2;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n }\n for (; local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15], uVar12 != uVar15;\n uVar15 = uVar15 + 8) {\n bVar4 = param_2[uVar15 + 2];\n bVar5 = param_2[uVar15 + 3];\n local_b8[uVar15 + 1] = param_2[uVar15 + 1] ^ local_138[uVar15 + 1];\n bVar2 = local_138[uVar15 + 3];\n bVar6 = param_2[uVar15 + 4];\n bVar7 = param_2[uVar15 + 5];\n local_b8[uVar15 + 2] = bVar4 ^ local_138[uVar15 + 2];\n bVar4 = local_138[uVar15 + 4];\n bVar3 = local_138[uVar15 + 5];\n local_b8[uVar15 + 3] = bVar5 ^ bVar2;\n bVar5 = param_2[uVar15 + 6];\n bVar8 = param_2[uVar15 + 7];\n local_b8[uVar15 + 4] = bVar6 ^ bVar4;\n bVar2 = local_138[uVar15 + 6];\n bVar4 = local_138[uVar15 + 7];\n local_b8[uVar15 + 5] = bVar7 ^ bVar3;\n local_b8[uVar15 + 6] = bVar5 ^ bVar2;\n local_b8[uVar15 + 7] = bVar8 ^ bVar4;\n }\n }" { (expression_statement "uVar12 = *(int *)(param_1 + 0x232c) - 1;" (assignment_expression "uVar12 = *(int *)(param_1 + 0x232c) - 1" identifier = (binary_expression "*(int *)(param_1 + 0x232c) - 1" (pointer_expression "*(int *)(param_1 + 0x232c)" * (cast_expression "(int *)(param_1 + 0x232c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x232c)" ( (binary_expression "param_1 + 0x232c" identifier + number_literal) )))) - number_literal)) ;) (expression_statement "uVar15 = 0;" (assignment_expression "uVar15 = 0" identifier = number_literal) ;) (expression_statement "uVar14 = uVar12 & 7;" (assignment_expression "uVar14 = uVar12 & 7" identifier = (binary_expression "uVar12 & 7" identifier & number_literal)) ;) (if_statement "if (uVar14 != 0) {\n uVar15 = 1;\n local_b8[0] = *param_2 ^ local_138[0];\n if (uVar14 != 1) {\n if (uVar14 != 2) {\n if (uVar14 != 3) {\n if (uVar14 != 4) {\n if (uVar14 != 5) {\n if (uVar14 != 6) {\n local_b8[1] = param_2[1] ^ local_138[1];\n uVar15 = 2;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n }" if (parenthesized_expression "(uVar14 != 0)" ( (binary_expression "uVar14 != 0" identifier != number_literal) )) (compound_statement "{\n uVar15 = 1;\n local_b8[0] = *param_2 ^ local_138[0];\n if (uVar14 != 1) {\n if (uVar14 != 2) {\n if (uVar14 != 3) {\n if (uVar14 != 4) {\n if (uVar14 != 5) {\n if (uVar14 != 6) {\n local_b8[1] = param_2[1] ^ local_138[1];\n uVar15 = 2;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n }" { (expression_statement "uVar15 = 1;" (assignment_expression "uVar15 = 1" identifier = number_literal) ;) (expression_statement "local_b8[0] = *param_2 ^ local_138[0];" (assignment_expression "local_b8[0] = *param_2 ^ local_138[0]" (subscript_expression "local_b8[0]" identifier [ number_literal ]) = (binary_expression "*param_2 ^ local_138[0]" (pointer_expression "*param_2" * identifier) ^ (subscript_expression "local_138[0]" identifier [ number_literal ]))) ;) (if_statement "if (uVar14 != 1) {\n if (uVar14 != 2) {\n if (uVar14 != 3) {\n if (uVar14 != 4) {\n if (uVar14 != 5) {\n if (uVar14 != 6) {\n local_b8[1] = param_2[1] ^ local_138[1];\n uVar15 = 2;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }" if (parenthesized_expression "(uVar14 != 1)" ( (binary_expression "uVar14 != 1" identifier != number_literal) )) (compound_statement "{\n if (uVar14 != 2) {\n if (uVar14 != 3) {\n if (uVar14 != 4) {\n if (uVar14 != 5) {\n if (uVar14 != 6) {\n local_b8[1] = param_2[1] ^ local_138[1];\n uVar15 = 2;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }" { (if_statement "if (uVar14 != 2) {\n if (uVar14 != 3) {\n if (uVar14 != 4) {\n if (uVar14 != 5) {\n if (uVar14 != 6) {\n local_b8[1] = param_2[1] ^ local_138[1];\n uVar15 = 2;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }" if (parenthesized_expression "(uVar14 != 2)" ( (binary_expression "uVar14 != 2" identifier != number_literal) )) (compound_statement "{\n if (uVar14 != 3) {\n if (uVar14 != 4) {\n if (uVar14 != 5) {\n if (uVar14 != 6) {\n local_b8[1] = param_2[1] ^ local_138[1];\n uVar15 = 2;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }" { (if_statement "if (uVar14 != 3) {\n if (uVar14 != 4) {\n if (uVar14 != 5) {\n if (uVar14 != 6) {\n local_b8[1] = param_2[1] ^ local_138[1];\n uVar15 = 2;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }" if (parenthesized_expression "(uVar14 != 3)" ( (binary_expression "uVar14 != 3" identifier != number_literal) )) (compound_statement "{\n if (uVar14 != 4) {\n if (uVar14 != 5) {\n if (uVar14 != 6) {\n local_b8[1] = param_2[1] ^ local_138[1];\n uVar15 = 2;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }" { (if_statement "if (uVar14 != 4) {\n if (uVar14 != 5) {\n if (uVar14 != 6) {\n local_b8[1] = param_2[1] ^ local_138[1];\n uVar15 = 2;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }" if (parenthesized_expression "(uVar14 != 4)" ( (binary_expression "uVar14 != 4" identifier != number_literal) )) (compound_statement "{\n if (uVar14 != 5) {\n if (uVar14 != 6) {\n local_b8[1] = param_2[1] ^ local_138[1];\n uVar15 = 2;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }" { (if_statement "if (uVar14 != 5) {\n if (uVar14 != 6) {\n local_b8[1] = param_2[1] ^ local_138[1];\n uVar15 = 2;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }" if (parenthesized_expression "(uVar14 != 5)" ( (binary_expression "uVar14 != 5" identifier != number_literal) )) (compound_statement "{\n if (uVar14 != 6) {\n local_b8[1] = param_2[1] ^ local_138[1];\n uVar15 = 2;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }" { (if_statement "if (uVar14 != 6) {\n local_b8[1] = param_2[1] ^ local_138[1];\n uVar15 = 2;\n }" if (parenthesized_expression "(uVar14 != 6)" ( (binary_expression "uVar14 != 6" identifier != number_literal) )) (compound_statement "{\n local_b8[1] = param_2[1] ^ local_138[1];\n uVar15 = 2;\n }" { (expression_statement "local_b8[1] = param_2[1] ^ local_138[1];" (assignment_expression "local_b8[1] = param_2[1] ^ local_138[1]" (subscript_expression "local_b8[1]" identifier [ number_literal ]) = (binary_expression "param_2[1] ^ local_138[1]" (subscript_expression "param_2[1]" identifier [ number_literal ]) ^ (subscript_expression "local_138[1]" identifier [ number_literal ]))) ;) (expression_statement "uVar15 = 2;" (assignment_expression "uVar15 = 2" identifier = number_literal) ;) })) (expression_statement "local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];" (assignment_expression "local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15]" (subscript_expression "local_b8[uVar15]" identifier [ identifier ]) = (binary_expression "param_2[uVar15] ^ local_138[uVar15]" (subscript_expression "param_2[uVar15]" identifier [ identifier ]) ^ (subscript_expression "local_138[uVar15]" identifier [ identifier ]))) ;) (expression_statement "uVar15 = uVar15 + 1;" (assignment_expression "uVar15 = uVar15 + 1" identifier = (binary_expression "uVar15 + 1" identifier + number_literal)) ;) })) (expression_statement "local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];" (assignment_expression "local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15]" (subscript_expression "local_b8[uVar15]" identifier [ identifier ]) = (binary_expression "param_2[uVar15] ^ local_138[uVar15]" (subscript_expression "param_2[uVar15]" identifier [ identifier ]) ^ (subscript_expression "local_138[uVar15]" identifier [ identifier ]))) ;) (expression_statement "uVar15 = uVar15 + 1;" (assignment_expression "uVar15 = uVar15 + 1" identifier = (binary_expression "uVar15 + 1" identifier + number_literal)) ;) })) (expression_statement "local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];" (assignment_expression "local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15]" (subscript_expression "local_b8[uVar15]" identifier [ identifier ]) = (binary_expression "param_2[uVar15] ^ local_138[uVar15]" (subscript_expression "param_2[uVar15]" identifier [ identifier ]) ^ (subscript_expression "local_138[uVar15]" identifier [ identifier ]))) ;) (expression_statement "uVar15 = uVar15 + 1;" (assignment_expression "uVar15 = uVar15 + 1" identifier = (binary_expression "uVar15 + 1" identifier + number_literal)) ;) })) (expression_statement "local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];" (assignment_expression "local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15]" (subscript_expression "local_b8[uVar15]" identifier [ identifier ]) = (binary_expression "param_2[uVar15] ^ local_138[uVar15]" (subscript_expression "param_2[uVar15]" identifier [ identifier ]) ^ (subscript_expression "local_138[uVar15]" identifier [ identifier ]))) ;) (expression_statement "uVar15 = uVar15 + 1;" (assignment_expression "uVar15 = uVar15 + 1" identifier = (binary_expression "uVar15 + 1" identifier + number_literal)) ;) })) (expression_statement "local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];" (assignment_expression "local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15]" (subscript_expression "local_b8[uVar15]" identifier [ identifier ]) = (binary_expression "param_2[uVar15] ^ local_138[uVar15]" (subscript_expression "param_2[uVar15]" identifier [ identifier ]) ^ (subscript_expression "local_138[uVar15]" identifier [ identifier ]))) ;) (expression_statement "uVar15 = uVar15 + 1;" (assignment_expression "uVar15 = uVar15 + 1" identifier = (binary_expression "uVar15 + 1" identifier + number_literal)) ;) })) })) (for_statement "for (; local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15], uVar12 != uVar15;\n uVar15 = uVar15 + 8) {\n bVar4 = param_2[uVar15 + 2];\n bVar5 = param_2[uVar15 + 3];\n local_b8[uVar15 + 1] = param_2[uVar15 + 1] ^ local_138[uVar15 + 1];\n bVar2 = local_138[uVar15 + 3];\n bVar6 = param_2[uVar15 + 4];\n bVar7 = param_2[uVar15 + 5];\n local_b8[uVar15 + 2] = bVar4 ^ local_138[uVar15 + 2];\n bVar4 = local_138[uVar15 + 4];\n bVar3 = local_138[uVar15 + 5];\n local_b8[uVar15 + 3] = bVar5 ^ bVar2;\n bVar5 = param_2[uVar15 + 6];\n bVar8 = param_2[uVar15 + 7];\n local_b8[uVar15 + 4] = bVar6 ^ bVar4;\n bVar2 = local_138[uVar15 + 6];\n bVar4 = local_138[uVar15 + 7];\n local_b8[uVar15 + 5] = bVar7 ^ bVar3;\n local_b8[uVar15 + 6] = bVar5 ^ bVar2;\n local_b8[uVar15 + 7] = bVar8 ^ bVar4;\n }" for ( ; (comma_expression "local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15], uVar12 != uVar15" (assignment_expression "local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15]" (subscript_expression "local_b8[uVar15]" identifier [ identifier ]) = (binary_expression "param_2[uVar15] ^ local_138[uVar15]" (subscript_expression "param_2[uVar15]" identifier [ identifier ]) ^ (subscript_expression "local_138[uVar15]" identifier [ identifier ]))) , (binary_expression "uVar12 != uVar15" identifier != identifier)) ; (assignment_expression "uVar15 = uVar15 + 8" identifier = (binary_expression "uVar15 + 8" identifier + number_literal)) ) (compound_statement "{\n bVar4 = param_2[uVar15 + 2];\n bVar5 = param_2[uVar15 + 3];\n local_b8[uVar15 + 1] = param_2[uVar15 + 1] ^ local_138[uVar15 + 1];\n bVar2 = local_138[uVar15 + 3];\n bVar6 = param_2[uVar15 + 4];\n bVar7 = param_2[uVar15 + 5];\n local_b8[uVar15 + 2] = bVar4 ^ local_138[uVar15 + 2];\n bVar4 = local_138[uVar15 + 4];\n bVar3 = local_138[uVar15 + 5];\n local_b8[uVar15 + 3] = bVar5 ^ bVar2;\n bVar5 = param_2[uVar15 + 6];\n bVar8 = param_2[uVar15 + 7];\n local_b8[uVar15 + 4] = bVar6 ^ bVar4;\n bVar2 = local_138[uVar15 + 6];\n bVar4 = local_138[uVar15 + 7];\n local_b8[uVar15 + 5] = bVar7 ^ bVar3;\n local_b8[uVar15 + 6] = bVar5 ^ bVar2;\n local_b8[uVar15 + 7] = bVar8 ^ bVar4;\n }" { (expression_statement "bVar4 = param_2[uVar15 + 2];" (assignment_expression "bVar4 = param_2[uVar15 + 2]" identifier = (subscript_expression "param_2[uVar15 + 2]" identifier [ (binary_expression "uVar15 + 2" identifier + number_literal) ])) ;) (expression_statement "bVar5 = param_2[uVar15 + 3];" (assignment_expression "bVar5 = param_2[uVar15 + 3]" identifier = (subscript_expression "param_2[uVar15 + 3]" identifier [ (binary_expression "uVar15 + 3" identifier + number_literal) ])) ;) (expression_statement "local_b8[uVar15 + 1] = param_2[uVar15 + 1] ^ local_138[uVar15 + 1];" (assignment_expression "local_b8[uVar15 + 1] = param_2[uVar15 + 1] ^ local_138[uVar15 + 1]" (subscript_expression "local_b8[uVar15 + 1]" identifier [ (binary_expression "uVar15 + 1" identifier + number_literal) ]) = (binary_expression "param_2[uVar15 + 1] ^ local_138[uVar15 + 1]" (subscript_expression "param_2[uVar15 + 1]" identifier [ (binary_expression "uVar15 + 1" identifier + number_literal) ]) ^ (subscript_expression "local_138[uVar15 + 1]" identifier [ (binary_expression "uVar15 + 1" identifier + number_literal) ]))) ;) (expression_statement "bVar2 = local_138[uVar15 + 3];" (assignment_expression "bVar2 = local_138[uVar15 + 3]" identifier = (subscript_expression "local_138[uVar15 + 3]" identifier [ (binary_expression "uVar15 + 3" identifier + number_literal) ])) ;) (expression_statement "bVar6 = param_2[uVar15 + 4];" (assignment_expression "bVar6 = param_2[uVar15 + 4]" identifier = (subscript_expression "param_2[uVar15 + 4]" identifier [ (binary_expression "uVar15 + 4" identifier + number_literal) ])) ;) (expression_statement "bVar7 = param_2[uVar15 + 5];" (assignment_expression "bVar7 = param_2[uVar15 + 5]" identifier = (subscript_expression "param_2[uVar15 + 5]" identifier [ (binary_expression "uVar15 + 5" identifier + number_literal) ])) ;) (expression_statement "local_b8[uVar15 + 2] = bVar4 ^ local_138[uVar15 + 2];" (assignment_expression "local_b8[uVar15 + 2] = bVar4 ^ local_138[uVar15 + 2]" (subscript_expression "local_b8[uVar15 + 2]" identifier [ (binary_expression "uVar15 + 2" identifier + number_literal) ]) = (binary_expression "bVar4 ^ local_138[uVar15 + 2]" identifier ^ (subscript_expression "local_138[uVar15 + 2]" identifier [ (binary_expression "uVar15 + 2" identifier + number_literal) ]))) ;) (expression_statement "bVar4 = local_138[uVar15 + 4];" (assignment_expression "bVar4 = local_138[uVar15 + 4]" identifier = (subscript_expression "local_138[uVar15 + 4]" identifier [ (binary_expression "uVar15 + 4" identifier + number_literal) ])) ;) (expression_statement "bVar3 = local_138[uVar15 + 5];" (assignment_expression "bVar3 = local_138[uVar15 + 5]" identifier = (subscript_expression "local_138[uVar15 + 5]" identifier [ (binary_expression "uVar15 + 5" identifier + number_literal) ])) ;) (expression_statement "local_b8[uVar15 + 3] = bVar5 ^ bVar2;" (assignment_expression "local_b8[uVar15 + 3] = bVar5 ^ bVar2" (subscript_expression "local_b8[uVar15 + 3]" identifier [ (binary_expression "uVar15 + 3" identifier + number_literal) ]) = (binary_expression "bVar5 ^ bVar2" identifier ^ identifier)) ;) (expression_statement "bVar5 = param_2[uVar15 + 6];" (assignment_expression "bVar5 = param_2[uVar15 + 6]" identifier = (subscript_expression "param_2[uVar15 + 6]" identifier [ (binary_expression "uVar15 + 6" identifier + number_literal) ])) ;) (expression_statement "bVar8 = param_2[uVar15 + 7];" (assignment_expression "bVar8 = param_2[uVar15 + 7]" identifier = (subscript_expression "param_2[uVar15 + 7]" identifier [ (binary_expression "uVar15 + 7" identifier + number_literal) ])) ;) (expression_statement "local_b8[uVar15 + 4] = bVar6 ^ bVar4;" (assignment_expression "local_b8[uVar15 + 4] = bVar6 ^ bVar4" (subscript_expression "local_b8[uVar15 + 4]" identifier [ (binary_expression "uVar15 + 4" identifier + number_literal) ]) = (binary_expression "bVar6 ^ bVar4" identifier ^ identifier)) ;) (expression_statement "bVar2 = local_138[uVar15 + 6];" (assignment_expression "bVar2 = local_138[uVar15 + 6]" identifier = (subscript_expression "local_138[uVar15 + 6]" identifier [ (binary_expression "uVar15 + 6" identifier + number_literal) ])) ;) (expression_statement "bVar4 = local_138[uVar15 + 7];" (assignment_expression "bVar4 = local_138[uVar15 + 7]" identifier = (subscript_expression "local_138[uVar15 + 7]" identifier [ (binary_expression "uVar15 + 7" identifier + number_literal) ])) ;) (expression_statement "local_b8[uVar15 + 5] = bVar7 ^ bVar3;" (assignment_expression "local_b8[uVar15 + 5] = bVar7 ^ bVar3" (subscript_expression "local_b8[uVar15 + 5]" identifier [ (binary_expression "uVar15 + 5" identifier + number_literal) ]) = (binary_expression "bVar7 ^ bVar3" identifier ^ identifier)) ;) (expression_statement "local_b8[uVar15 + 6] = bVar5 ^ bVar2;" (assignment_expression "local_b8[uVar15 + 6] = bVar5 ^ bVar2" (subscript_expression "local_b8[uVar15 + 6]" identifier [ (binary_expression "uVar15 + 6" identifier + number_literal) ]) = (binary_expression "bVar5 ^ bVar2" identifier ^ identifier)) ;) (expression_statement "local_b8[uVar15 + 7] = bVar8 ^ bVar4;" (assignment_expression "local_b8[uVar15 + 7] = bVar8 ^ bVar4" (subscript_expression "local_b8[uVar15 + 7]" identifier [ (binary_expression "uVar15 + 7" identifier + number_literal) ]) = (binary_expression "bVar8 ^ bVar4" identifier ^ identifier)) ;) })) })) (expression_statement "uVar11 = (**(code **)(puVar10 + (long)*(int *)(param_1 + 9000) * 0xc0 + 0x28))\n (local_b8,param_3,param_1 + 0x1280);" (assignment_expression "uVar11 = (**(code **)(puVar10 + (long)*(int *)(param_1 + 9000) * 0xc0 + 0x28))\n (local_b8,param_3,param_1 + 0x1280)" identifier = (call_expression "(**(code **)(puVar10 + (long)*(int *)(param_1 + 9000) * 0xc0 + 0x28))\n (local_b8,param_3,param_1 + 0x1280)" (parenthesized_expression "(**(code **)(puVar10 + (long)*(int *)(param_1 + 9000) * 0xc0 + 0x28))" ( (pointer_expression "**(code **)(puVar10 + (long)*(int *)(param_1 + 9000) * 0xc0 + 0x28)" * (pointer_expression "*(code **)(puVar10 + (long)*(int *)(param_1 + 9000) * 0xc0 + 0x28)" * (cast_expression "(code **)(puVar10 + (long)*(int *)(param_1 + 9000) * 0xc0 + 0x28)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(puVar10 + (long)*(int *)(param_1 + 9000) * 0xc0 + 0x28)" ( (binary_expression "puVar10 + (long)*(int *)(param_1 + 9000) * 0xc0 + 0x28" (binary_expression "puVar10 + (long)*(int *)(param_1 + 9000) * 0xc0" identifier + (binary_expression "(long)*(int *)(param_1 + 9000) * 0xc0" (cast_expression "(long)*(int *)(param_1 + 9000)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "*(int *)(param_1 + 9000)" * (cast_expression "(int *)(param_1 + 9000)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 9000)" ( (binary_expression "param_1 + 9000" identifier + number_literal) ))))) * number_literal)) + number_literal) ))))) )) (argument_list "(local_b8,param_3,param_1 + 0x1280)" ( identifier , identifier , (binary_expression "param_1 + 0x1280" identifier + number_literal) )))) ;) (if_statement "if (((int)uVar11 == 0) && (lVar13 = 0, 0 < *(int *)(param_1 + 0x232c))) {\n do {\n *(byte *)(param_3 + lVar13) = *(byte *)(param_3 + lVar13) ^ local_138[lVar13];\n lVar13 = lVar13 + 1;\n } while ((int)lVar13 < *(int *)(param_1 + 0x232c));\n }" if (parenthesized_expression "(((int)uVar11 == 0) && (lVar13 = 0, 0 < *(int *)(param_1 + 0x232c)))" ( (binary_expression "((int)uVar11 == 0) && (lVar13 = 0, 0 < *(int *)(param_1 + 0x232c))" (parenthesized_expression "((int)uVar11 == 0)" ( (binary_expression "(int)uVar11 == 0" (cast_expression "(int)uVar11" ( (type_descriptor "int" primitive_type) ) identifier) == number_literal) )) && (parenthesized_expression "(lVar13 = 0, 0 < *(int *)(param_1 + 0x232c))" ( (comma_expression "lVar13 = 0, 0 < *(int *)(param_1 + 0x232c)" (assignment_expression "lVar13 = 0" identifier = number_literal) , (binary_expression "0 < *(int *)(param_1 + 0x232c)" number_literal < (pointer_expression "*(int *)(param_1 + 0x232c)" * (cast_expression "(int *)(param_1 + 0x232c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x232c)" ( (binary_expression "param_1 + 0x232c" identifier + number_literal) )))))) ))) )) (compound_statement "{\n do {\n *(byte *)(param_3 + lVar13) = *(byte *)(param_3 + lVar13) ^ local_138[lVar13];\n lVar13 = lVar13 + 1;\n } while ((int)lVar13 < *(int *)(param_1 + 0x232c));\n }" { (do_statement "do {\n *(byte *)(param_3 + lVar13) = *(byte *)(param_3 + lVar13) ^ local_138[lVar13];\n lVar13 = lVar13 + 1;\n } while ((int)lVar13 < *(int *)(param_1 + 0x232c));" do (compound_statement "{\n *(byte *)(param_3 + lVar13) = *(byte *)(param_3 + lVar13) ^ local_138[lVar13];\n lVar13 = lVar13 + 1;\n }" { (expression_statement "*(byte *)(param_3 + lVar13) = *(byte *)(param_3 + lVar13) ^ local_138[lVar13];" (assignment_expression "*(byte *)(param_3 + lVar13) = *(byte *)(param_3 + lVar13) ^ local_138[lVar13]" (pointer_expression "*(byte *)(param_3 + lVar13)" * (cast_expression "(byte *)(param_3 + lVar13)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + lVar13)" ( (binary_expression "param_3 + lVar13" identifier + identifier) )))) = (binary_expression "*(byte *)(param_3 + lVar13) ^ local_138[lVar13]" (pointer_expression "*(byte *)(param_3 + lVar13)" * (cast_expression "(byte *)(param_3 + lVar13)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + lVar13)" ( (binary_expression "param_3 + lVar13" identifier + identifier) )))) ^ (subscript_expression "local_138[lVar13]" identifier [ identifier ]))) ;) (expression_statement "lVar13 = lVar13 + 1;" (assignment_expression "lVar13 = lVar13 + 1" identifier = (binary_expression "lVar13 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "((int)lVar13 < *(int *)(param_1 + 0x232c))" ( (binary_expression "(int)lVar13 < *(int *)(param_1 + 0x232c)" (cast_expression "(int)lVar13" ( (type_descriptor "int" primitive_type) ) identifier) < (pointer_expression "*(int *)(param_1 + 0x232c)" * (cast_expression "(int *)(param_1 + 0x232c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x232c)" ( (binary_expression "param_1 + 0x232c" identifier + number_literal) ))))) )) ;) })) })) })) (if_statement "if (local_30 == *(long *)(in_FS_OFFSET + 0x28)) {\n return uVar11;\n }" if (parenthesized_expression "(local_30 == *(long *)(in_FS_OFFSET + 0x28))" ( (binary_expression "local_30 == *(long *)(in_FS_OFFSET + 0x28)" identifier == (pointer_expression "*(long *)(in_FS_OFFSET + 0x28)" * (cast_expression "(long *)(in_FS_OFFSET + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_FS_OFFSET + 0x28)" ( (binary_expression "in_FS_OFFSET + 0x28" identifier + number_literal) ))))) )) (compound_statement "{\n return uVar11;\n }" { (return_statement "return uVar11;" return identifier ;) })) comment (expression_statement "__stack_chk_fail();" (call_expression "__stack_chk_fail()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "int ocb_encrypt(ocb_state *ocb,uchar *pt,uchar *ct)\n\n{\n byte bVar1;\n byte bVar2;\n byte bVar3;\n byte bVar4;\n byte bVar5;\n byte bVar6;\n byte bVar7;\n int iVar8;\n long lVar9;\n undefined *puVar10;\n int iVar11;\n uint uVar12;\n long lVar13;\n uint uVar14;\n ulong uVar15;\n long in_FS_OFFSET;\n uchar Z [128];\n uchar tmp [128];\n \n lVar9 = *(long *)(in_FS_OFFSET + 0x28);\n if (ocb == (ocb_state *)0x0) {\n /* WARNING: Subroutine does not return */\n crypt_argchk("ocb != NULL","src/encauth/ocb/ocb_encrypt.c",0x1e);\n }\n if (pt == (uchar *)0x0) {\n /* WARNING: Subroutine does not return */\n crypt_argchk("pt != NULL","src/encauth/ocb/ocb_encrypt.c",0x1f);\n }\n if (ct == (uchar *)0x0) {\n /* WARNING: Subroutine does not return */\n crypt_argchk("ct != NULL","src/encauth/ocb/ocb_encrypt.c",0x20);\n }\n iVar11 = cipher_is_valid(ocb->cipher);\n puVar10 = PTR_cipher_descriptor_001dded0;\n if (iVar11 == 0) {\n iVar8 = ocb->block_len;\n iVar11 = 0x10;\n if (iVar8 == *(int *)(PTR_cipher_descriptor_001dded0 + (long)ocb->cipher * 0xc0 + 0x14)) {\n if (0 < iVar8) {\n uVar15 = 0;\n uVar12 = iVar8 - 1U & 7;\n if (uVar12 != 0) {\n ocb->checksum[0] = ocb->checksum[0] ^ *pt;\n uVar15 = 1;\n if (uVar12 != 1) {\n if (uVar12 != 2) {\n if (uVar12 != 3) {\n if (uVar12 != 4) {\n if (uVar12 != 5) {\n if (uVar12 != 6) {\n uVar15 = 2;\n ocb->checksum[1] = ocb->checksum[1] ^ pt[1];\n }\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n uVar15 = uVar15 + 1;\n }\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n uVar15 = uVar15 + 1;\n }\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n uVar15 = uVar15 + 1;\n }\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n uVar15 = uVar15 + 1;\n }\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n uVar15 = uVar15 + 1;\n }\n }\n while( true ) {\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n if (iVar8 - 1U == uVar15) break;\n ocb->checksum[uVar15 + 1] = ocb->checksum[uVar15 + 1] ^ pt[uVar15 + 1];\n ocb->checksum[uVar15 + 2] = ocb->checksum[uVar15 + 2] ^ pt[uVar15 + 2];\n ocb->checksum[uVar15 + 3] = ocb->checksum[uVar15 + 3] ^ pt[uVar15 + 3];\n ocb->checksum[uVar15 + 4] = ocb->checksum[uVar15 + 4] ^ pt[uVar15 + 4];\n ocb->checksum[uVar15 + 5] = ocb->checksum[uVar15 + 5] ^ pt[uVar15 + 5];\n ocb->checksum[uVar15 + 6] = ocb->checksum[uVar15 + 6] ^ pt[uVar15 + 6];\n ocb->checksum[uVar15 + 7] = ocb->checksum[uVar15 + 7] ^ pt[uVar15 + 7];\n uVar15 = uVar15 + 8;\n }\n }\n ocb_shift_xor(ocb,Z);\n if (0 < ocb->block_len) {\n uVar12 = ocb->block_len - 1;\n uVar15 = 0;\n uVar14 = uVar12 & 7;\n if (uVar14 != 0) {\n uVar15 = 1;\n tmp[0] = *pt ^ Z[0];\n if (uVar14 != 1) {\n if (uVar14 != 2) {\n if (uVar14 != 3) {\n if (uVar14 != 4) {\n if (uVar14 != 5) {\n if (uVar14 != 6) {\n tmp[1] = pt[1] ^ Z[1];\n uVar15 = 2;\n }\n tmp[uVar15] = pt[uVar15] ^ Z[uVar15];\n uVar15 = uVar15 + 1;\n }\n tmp[uVar15] = pt[uVar15] ^ Z[uVar15];\n uVar15 = uVar15 + 1;\n }\n tmp[uVar15] = pt[uVar15] ^ Z[uVar15];\n uVar15 = uVar15 + 1;\n }\n tmp[uVar15] = pt[uVar15] ^ Z[uVar15];\n uVar15 = uVar15 + 1;\n }\n tmp[uVar15] = pt[uVar15] ^ Z[uVar15];\n uVar15 = uVar15 + 1;\n }\n }\n for (; tmp[uVar15] = pt[uVar15] ^ Z[uVar15], uVar12 != uVar15; uVar15 = uVar15 + 8) {\n bVar3 = pt[uVar15 + 2];\n bVar4 = pt[uVar15 + 3];\n tmp[uVar15 + 1] = pt[uVar15 + 1] ^ Z[uVar15 + 1];\n bVar1 = Z[uVar15 + 3];\n bVar5 = pt[uVar15 + 4];\n bVar6 = pt[uVar15 + 5];\n tmp[uVar15 + 2] = bVar3 ^ Z[uVar15 + 2];\n bVar3 = Z[uVar15 + 4];\n bVar2 = Z[uVar15 + 5];\n tmp[uVar15 + 3] = bVar4 ^ bVar1;\n bVar4 = pt[uVar15 + 6];\n bVar7 = pt[uVar15 + 7];\n tmp[uVar15 + 4] = bVar5 ^ bVar3;\n bVar1 = Z[uVar15 + 6];\n bVar3 = Z[uVar15 + 7];\n tmp[uVar15 + 5] = bVar6 ^ bVar2;\n tmp[uVar15 + 6] = bVar4 ^ bVar1;\n tmp[uVar15 + 7] = bVar7 ^ bVar3;\n }\n }\n iVar11 = (**(code **)(puVar10 + (long)ocb->cipher * 0xc0 + 0x28))(tmp,ct,&ocb->key);\n if ((iVar11 == 0) && (lVar13 = 0, 0 < ocb->block_len)) {\n do {\n ct[lVar13] = ct[lVar13] ^ Z[lVar13];\n lVar13 = lVar13 + 1;\n } while ((int)lVar13 < ocb->block_len);\n }\n }\n }\n if (lVar9 == *(long *)(in_FS_OFFSET + 0x28)) {\n return iVar11;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n}\n\n" (function_definition "int ocb_encrypt(ocb_state *ocb,uchar *pt,uchar *ct)\n\n{\n byte bVar1;\n byte bVar2;\n byte bVar3;\n byte bVar4;\n byte bVar5;\n byte bVar6;\n byte bVar7;\n int iVar8;\n long lVar9;\n undefined *puVar10;\n int iVar11;\n uint uVar12;\n long lVar13;\n uint uVar14;\n ulong uVar15;\n long in_FS_OFFSET;\n uchar Z [128];\n uchar tmp [128];\n \n lVar9 = *(long *)(in_FS_OFFSET + 0x28);\n if (ocb == (ocb_state *)0x0) {\n /* WARNING: Subroutine does not return */\n crypt_argchk("ocb != NULL","src/encauth/ocb/ocb_encrypt.c",0x1e);\n }\n if (pt == (uchar *)0x0) {\n /* WARNING: Subroutine does not return */\n crypt_argchk("pt != NULL","src/encauth/ocb/ocb_encrypt.c",0x1f);\n }\n if (ct == (uchar *)0x0) {\n /* WARNING: Subroutine does not return */\n crypt_argchk("ct != NULL","src/encauth/ocb/ocb_encrypt.c",0x20);\n }\n iVar11 = cipher_is_valid(ocb->cipher);\n puVar10 = PTR_cipher_descriptor_001dded0;\n if (iVar11 == 0) {\n iVar8 = ocb->block_len;\n iVar11 = 0x10;\n if (iVar8 == *(int *)(PTR_cipher_descriptor_001dded0 + (long)ocb->cipher * 0xc0 + 0x14)) {\n if (0 < iVar8) {\n uVar15 = 0;\n uVar12 = iVar8 - 1U & 7;\n if (uVar12 != 0) {\n ocb->checksum[0] = ocb->checksum[0] ^ *pt;\n uVar15 = 1;\n if (uVar12 != 1) {\n if (uVar12 != 2) {\n if (uVar12 != 3) {\n if (uVar12 != 4) {\n if (uVar12 != 5) {\n if (uVar12 != 6) {\n uVar15 = 2;\n ocb->checksum[1] = ocb->checksum[1] ^ pt[1];\n }\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n uVar15 = uVar15 + 1;\n }\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n uVar15 = uVar15 + 1;\n }\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n uVar15 = uVar15 + 1;\n }\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n uVar15 = uVar15 + 1;\n }\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n uVar15 = uVar15 + 1;\n }\n }\n while( true ) {\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n if (iVar8 - 1U == uVar15) break;\n ocb->checksum[uVar15 + 1] = ocb->checksum[uVar15 + 1] ^ pt[uVar15 + 1];\n ocb->checksum[uVar15 + 2] = ocb->checksum[uVar15 + 2] ^ pt[uVar15 + 2];\n ocb->checksum[uVar15 + 3] = ocb->checksum[uVar15 + 3] ^ pt[uVar15 + 3];\n ocb->checksum[uVar15 + 4] = ocb->checksum[uVar15 + 4] ^ pt[uVar15 + 4];\n ocb->checksum[uVar15 + 5] = ocb->checksum[uVar15 + 5] ^ pt[uVar15 + 5];\n ocb->checksum[uVar15 + 6] = ocb->checksum[uVar15 + 6] ^ pt[uVar15 + 6];\n ocb->checksum[uVar15 + 7] = ocb->checksum[uVar15 + 7] ^ pt[uVar15 + 7];\n uVar15 = uVar15 + 8;\n }\n }\n ocb_shift_xor(ocb,Z);\n if (0 < ocb->block_len) {\n uVar12 = ocb->block_len - 1;\n uVar15 = 0;\n uVar14 = uVar12 & 7;\n if (uVar14 != 0) {\n uVar15 = 1;\n tmp[0] = *pt ^ Z[0];\n if (uVar14 != 1) {\n if (uVar14 != 2) {\n if (uVar14 != 3) {\n if (uVar14 != 4) {\n if (uVar14 != 5) {\n if (uVar14 != 6) {\n tmp[1] = pt[1] ^ Z[1];\n uVar15 = 2;\n }\n tmp[uVar15] = pt[uVar15] ^ Z[uVar15];\n uVar15 = uVar15 + 1;\n }\n tmp[uVar15] = pt[uVar15] ^ Z[uVar15];\n uVar15 = uVar15 + 1;\n }\n tmp[uVar15] = pt[uVar15] ^ Z[uVar15];\n uVar15 = uVar15 + 1;\n }\n tmp[uVar15] = pt[uVar15] ^ Z[uVar15];\n uVar15 = uVar15 + 1;\n }\n tmp[uVar15] = pt[uVar15] ^ Z[uVar15];\n uVar15 = uVar15 + 1;\n }\n }\n for (; tmp[uVar15] = pt[uVar15] ^ Z[uVar15], uVar12 != uVar15; uVar15 = uVar15 + 8) {\n bVar3 = pt[uVar15 + 2];\n bVar4 = pt[uVar15 + 3];\n tmp[uVar15 + 1] = pt[uVar15 + 1] ^ Z[uVar15 + 1];\n bVar1 = Z[uVar15 + 3];\n bVar5 = pt[uVar15 + 4];\n bVar6 = pt[uVar15 + 5];\n tmp[uVar15 + 2] = bVar3 ^ Z[uVar15 + 2];\n bVar3 = Z[uVar15 + 4];\n bVar2 = Z[uVar15 + 5];\n tmp[uVar15 + 3] = bVar4 ^ bVar1;\n bVar4 = pt[uVar15 + 6];\n bVar7 = pt[uVar15 + 7];\n tmp[uVar15 + 4] = bVar5 ^ bVar3;\n bVar1 = Z[uVar15 + 6];\n bVar3 = Z[uVar15 + 7];\n tmp[uVar15 + 5] = bVar6 ^ bVar2;\n tmp[uVar15 + 6] = bVar4 ^ bVar1;\n tmp[uVar15 + 7] = bVar7 ^ bVar3;\n }\n }\n iVar11 = (**(code **)(puVar10 + (long)ocb->cipher * 0xc0 + 0x28))(tmp,ct,&ocb->key);\n if ((iVar11 == 0) && (lVar13 = 0, 0 < ocb->block_len)) {\n do {\n ct[lVar13] = ct[lVar13] ^ Z[lVar13];\n lVar13 = lVar13 + 1;\n } while ((int)lVar13 < ocb->block_len);\n }\n }\n }\n if (lVar9 == *(long *)(in_FS_OFFSET + 0x28)) {\n return iVar11;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n}" primitive_type (function_declarator "ocb_encrypt(ocb_state *ocb,uchar *pt,uchar *ct)" identifier (parameter_list "(ocb_state *ocb,uchar *pt,uchar *ct)" ( (parameter_declaration "ocb_state *ocb" type_identifier (pointer_declarator "*ocb" * identifier)) , (parameter_declaration "uchar *pt" type_identifier (pointer_declarator "*pt" * identifier)) , (parameter_declaration "uchar *ct" type_identifier (pointer_declarator "*ct" * identifier)) ))) (compound_statement "{\n byte bVar1;\n byte bVar2;\n byte bVar3;\n byte bVar4;\n byte bVar5;\n byte bVar6;\n byte bVar7;\n int iVar8;\n long lVar9;\n undefined *puVar10;\n int iVar11;\n uint uVar12;\n long lVar13;\n uint uVar14;\n ulong uVar15;\n long in_FS_OFFSET;\n uchar Z [128];\n uchar tmp [128];\n \n lVar9 = *(long *)(in_FS_OFFSET + 0x28);\n if (ocb == (ocb_state *)0x0) {\n /* WARNING: Subroutine does not return */\n crypt_argchk("ocb != NULL","src/encauth/ocb/ocb_encrypt.c",0x1e);\n }\n if (pt == (uchar *)0x0) {\n /* WARNING: Subroutine does not return */\n crypt_argchk("pt != NULL","src/encauth/ocb/ocb_encrypt.c",0x1f);\n }\n if (ct == (uchar *)0x0) {\n /* WARNING: Subroutine does not return */\n crypt_argchk("ct != NULL","src/encauth/ocb/ocb_encrypt.c",0x20);\n }\n iVar11 = cipher_is_valid(ocb->cipher);\n puVar10 = PTR_cipher_descriptor_001dded0;\n if (iVar11 == 0) {\n iVar8 = ocb->block_len;\n iVar11 = 0x10;\n if (iVar8 == *(int *)(PTR_cipher_descriptor_001dded0 + (long)ocb->cipher * 0xc0 + 0x14)) {\n if (0 < iVar8) {\n uVar15 = 0;\n uVar12 = iVar8 - 1U & 7;\n if (uVar12 != 0) {\n ocb->checksum[0] = ocb->checksum[0] ^ *pt;\n uVar15 = 1;\n if (uVar12 != 1) {\n if (uVar12 != 2) {\n if (uVar12 != 3) {\n if (uVar12 != 4) {\n if (uVar12 != 5) {\n if (uVar12 != 6) {\n uVar15 = 2;\n ocb->checksum[1] = ocb->checksum[1] ^ pt[1];\n }\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n uVar15 = uVar15 + 1;\n }\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n uVar15 = uVar15 + 1;\n }\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n uVar15 = uVar15 + 1;\n }\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n uVar15 = uVar15 + 1;\n }\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n uVar15 = uVar15 + 1;\n }\n }\n while( true ) {\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n if (iVar8 - 1U == uVar15) break;\n ocb->checksum[uVar15 + 1] = ocb->checksum[uVar15 + 1] ^ pt[uVar15 + 1];\n ocb->checksum[uVar15 + 2] = ocb->checksum[uVar15 + 2] ^ pt[uVar15 + 2];\n ocb->checksum[uVar15 + 3] = ocb->checksum[uVar15 + 3] ^ pt[uVar15 + 3];\n ocb->checksum[uVar15 + 4] = ocb->checksum[uVar15 + 4] ^ pt[uVar15 + 4];\n ocb->checksum[uVar15 + 5] = ocb->checksum[uVar15 + 5] ^ pt[uVar15 + 5];\n ocb->checksum[uVar15 + 6] = ocb->checksum[uVar15 + 6] ^ pt[uVar15 + 6];\n ocb->checksum[uVar15 + 7] = ocb->checksum[uVar15 + 7] ^ pt[uVar15 + 7];\n uVar15 = uVar15 + 8;\n }\n }\n ocb_shift_xor(ocb,Z);\n if (0 < ocb->block_len) {\n uVar12 = ocb->block_len - 1;\n uVar15 = 0;\n uVar14 = uVar12 & 7;\n if (uVar14 != 0) {\n uVar15 = 1;\n tmp[0] = *pt ^ Z[0];\n if (uVar14 != 1) {\n if (uVar14 != 2) {\n if (uVar14 != 3) {\n if (uVar14 != 4) {\n if (uVar14 != 5) {\n if (uVar14 != 6) {\n tmp[1] = pt[1] ^ Z[1];\n uVar15 = 2;\n }\n tmp[uVar15] = pt[uVar15] ^ Z[uVar15];\n uVar15 = uVar15 + 1;\n }\n tmp[uVar15] = pt[uVar15] ^ Z[uVar15];\n uVar15 = uVar15 + 1;\n }\n tmp[uVar15] = pt[uVar15] ^ Z[uVar15];\n uVar15 = uVar15 + 1;\n }\n tmp[uVar15] = pt[uVar15] ^ Z[uVar15];\n uVar15 = uVar15 + 1;\n }\n tmp[uVar15] = pt[uVar15] ^ Z[uVar15];\n uVar15 = uVar15 + 1;\n }\n }\n for (; tmp[uVar15] = pt[uVar15] ^ Z[uVar15], uVar12 != uVar15; uVar15 = uVar15 + 8) {\n bVar3 = pt[uVar15 + 2];\n bVar4 = pt[uVar15 + 3];\n tmp[uVar15 + 1] = pt[uVar15 + 1] ^ Z[uVar15 + 1];\n bVar1 = Z[uVar15 + 3];\n bVar5 = pt[uVar15 + 4];\n bVar6 = pt[uVar15 + 5];\n tmp[uVar15 + 2] = bVar3 ^ Z[uVar15 + 2];\n bVar3 = Z[uVar15 + 4];\n bVar2 = Z[uVar15 + 5];\n tmp[uVar15 + 3] = bVar4 ^ bVar1;\n bVar4 = pt[uVar15 + 6];\n bVar7 = pt[uVar15 + 7];\n tmp[uVar15 + 4] = bVar5 ^ bVar3;\n bVar1 = Z[uVar15 + 6];\n bVar3 = Z[uVar15 + 7];\n tmp[uVar15 + 5] = bVar6 ^ bVar2;\n tmp[uVar15 + 6] = bVar4 ^ bVar1;\n tmp[uVar15 + 7] = bVar7 ^ bVar3;\n }\n }\n iVar11 = (**(code **)(puVar10 + (long)ocb->cipher * 0xc0 + 0x28))(tmp,ct,&ocb->key);\n if ((iVar11 == 0) && (lVar13 = 0, 0 < ocb->block_len)) {\n do {\n ct[lVar13] = ct[lVar13] ^ Z[lVar13];\n lVar13 = lVar13 + 1;\n } while ((int)lVar13 < ocb->block_len);\n }\n }\n }\n if (lVar9 == *(long *)(in_FS_OFFSET + 0x28)) {\n return iVar11;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n}" { (declaration "byte bVar1;" type_identifier identifier ;) (declaration "byte bVar2;" type_identifier identifier ;) (declaration "byte bVar3;" type_identifier identifier ;) (declaration "byte bVar4;" type_identifier identifier ;) (declaration "byte bVar5;" type_identifier identifier ;) (declaration "byte bVar6;" type_identifier identifier ;) (declaration "byte bVar7;" type_identifier identifier ;) (declaration "int iVar8;" primitive_type identifier ;) (declaration "long lVar9;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined *puVar10;" type_identifier (pointer_declarator "*puVar10" * identifier) ;) (declaration "int iVar11;" primitive_type identifier ;) (declaration "uint uVar12;" type_identifier identifier ;) (declaration "long lVar13;" (sized_type_specifier "long" long) identifier ;) (declaration "uint uVar14;" type_identifier identifier ;) (declaration "ulong uVar15;" type_identifier identifier ;) (declaration "long in_FS_OFFSET;" (sized_type_specifier "long" long) identifier ;) (declaration "uchar Z [128];" type_identifier (array_declarator "Z [128]" identifier [ number_literal ]) ;) (declaration "uchar tmp [128];" type_identifier (array_declarator "tmp [128]" identifier [ number_literal ]) ;) (expression_statement "lVar9 = *(long *)(in_FS_OFFSET + 0x28);" (assignment_expression "lVar9 = *(long *)(in_FS_OFFSET + 0x28)" identifier = (pointer_expression "*(long *)(in_FS_OFFSET + 0x28)" * (cast_expression "(long *)(in_FS_OFFSET + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_FS_OFFSET + 0x28)" ( (binary_expression "in_FS_OFFSET + 0x28" identifier + number_literal) ))))) ;) (if_statement "if (ocb == (ocb_state *)0x0) {\n /* WARNING: Subroutine does not return */\n crypt_argchk("ocb != NULL","src/encauth/ocb/ocb_encrypt.c",0x1e);\n }" if (parenthesized_expression "(ocb == (ocb_state *)0x0)" ( (binary_expression "ocb == (ocb_state *)0x0" identifier == (cast_expression "(ocb_state *)0x0" ( (type_descriptor "ocb_state *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n crypt_argchk("ocb != NULL","src/encauth/ocb/ocb_encrypt.c",0x1e);\n }" { comment (expression_statement "crypt_argchk("ocb != NULL","src/encauth/ocb/ocb_encrypt.c",0x1e);" (call_expression "crypt_argchk("ocb != NULL","src/encauth/ocb/ocb_encrypt.c",0x1e)" identifier (argument_list "("ocb != NULL","src/encauth/ocb/ocb_encrypt.c",0x1e)" ( (string_literal ""ocb != NULL"" " string_content ") , (string_literal ""src/encauth/ocb/ocb_encrypt.c"" " string_content ") , number_literal ))) ;) })) (if_statement "if (pt == (uchar *)0x0) {\n /* WARNING: Subroutine does not return */\n crypt_argchk("pt != NULL","src/encauth/ocb/ocb_encrypt.c",0x1f);\n }" if (parenthesized_expression "(pt == (uchar *)0x0)" ( (binary_expression "pt == (uchar *)0x0" identifier == (cast_expression "(uchar *)0x0" ( (type_descriptor "uchar *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n crypt_argchk("pt != NULL","src/encauth/ocb/ocb_encrypt.c",0x1f);\n }" { comment (expression_statement "crypt_argchk("pt != NULL","src/encauth/ocb/ocb_encrypt.c",0x1f);" (call_expression "crypt_argchk("pt != NULL","src/encauth/ocb/ocb_encrypt.c",0x1f)" identifier (argument_list "("pt != NULL","src/encauth/ocb/ocb_encrypt.c",0x1f)" ( (string_literal ""pt != NULL"" " string_content ") , (string_literal ""src/encauth/ocb/ocb_encrypt.c"" " string_content ") , number_literal ))) ;) })) (if_statement "if (ct == (uchar *)0x0) {\n /* WARNING: Subroutine does not return */\n crypt_argchk("ct != NULL","src/encauth/ocb/ocb_encrypt.c",0x20);\n }" if (parenthesized_expression "(ct == (uchar *)0x0)" ( (binary_expression "ct == (uchar *)0x0" identifier == (cast_expression "(uchar *)0x0" ( (type_descriptor "uchar *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n crypt_argchk("ct != NULL","src/encauth/ocb/ocb_encrypt.c",0x20);\n }" { comment (expression_statement "crypt_argchk("ct != NULL","src/encauth/ocb/ocb_encrypt.c",0x20);" (call_expression "crypt_argchk("ct != NULL","src/encauth/ocb/ocb_encrypt.c",0x20)" identifier (argument_list "("ct != NULL","src/encauth/ocb/ocb_encrypt.c",0x20)" ( (string_literal ""ct != NULL"" " string_content ") , (string_literal ""src/encauth/ocb/ocb_encrypt.c"" " string_content ") , number_literal ))) ;) })) (expression_statement "iVar11 = cipher_is_valid(ocb->cipher);" (assignment_expression "iVar11 = cipher_is_valid(ocb->cipher)" identifier = (call_expression "cipher_is_valid(ocb->cipher)" identifier (argument_list "(ocb->cipher)" ( (field_expression "ocb->cipher" identifier -> field_identifier) )))) ;) (expression_statement "puVar10 = PTR_cipher_descriptor_001dded0;" (assignment_expression "puVar10 = PTR_cipher_descriptor_001dded0" identifier = identifier) ;) (if_statement "if (iVar11 == 0) {\n iVar8 = ocb->block_len;\n iVar11 = 0x10;\n if (iVar8 == *(int *)(PTR_cipher_descriptor_001dded0 + (long)ocb->cipher * 0xc0 + 0x14)) {\n if (0 < iVar8) {\n uVar15 = 0;\n uVar12 = iVar8 - 1U & 7;\n if (uVar12 != 0) {\n ocb->checksum[0] = ocb->checksum[0] ^ *pt;\n uVar15 = 1;\n if (uVar12 != 1) {\n if (uVar12 != 2) {\n if (uVar12 != 3) {\n if (uVar12 != 4) {\n if (uVar12 != 5) {\n if (uVar12 != 6) {\n uVar15 = 2;\n ocb->checksum[1] = ocb->checksum[1] ^ pt[1];\n }\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n uVar15 = uVar15 + 1;\n }\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n uVar15 = uVar15 + 1;\n }\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n uVar15 = uVar15 + 1;\n }\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n uVar15 = uVar15 + 1;\n }\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n uVar15 = uVar15 + 1;\n }\n }\n while( true ) {\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n if (iVar8 - 1U == uVar15) break;\n ocb->checksum[uVar15 + 1] = ocb->checksum[uVar15 + 1] ^ pt[uVar15 + 1];\n ocb->checksum[uVar15 + 2] = ocb->checksum[uVar15 + 2] ^ pt[uVar15 + 2];\n ocb->checksum[uVar15 + 3] = ocb->checksum[uVar15 + 3] ^ pt[uVar15 + 3];\n ocb->checksum[uVar15 + 4] = ocb->checksum[uVar15 + 4] ^ pt[uVar15 + 4];\n ocb->checksum[uVar15 + 5] = ocb->checksum[uVar15 + 5] ^ pt[uVar15 + 5];\n ocb->checksum[uVar15 + 6] = ocb->checksum[uVar15 + 6] ^ pt[uVar15 + 6];\n ocb->checksum[uVar15 + 7] = ocb->checksum[uVar15 + 7] ^ pt[uVar15 + 7];\n uVar15 = uVar15 + 8;\n }\n }\n ocb_shift_xor(ocb,Z);\n if (0 < ocb->block_len) {\n uVar12 = ocb->block_len - 1;\n uVar15 = 0;\n uVar14 = uVar12 & 7;\n if (uVar14 != 0) {\n uVar15 = 1;\n tmp[0] = *pt ^ Z[0];\n if (uVar14 != 1) {\n if (uVar14 != 2) {\n if (uVar14 != 3) {\n if (uVar14 != 4) {\n if (uVar14 != 5) {\n if (uVar14 != 6) {\n tmp[1] = pt[1] ^ Z[1];\n uVar15 = 2;\n }\n tmp[uVar15] = pt[uVar15] ^ Z[uVar15];\n uVar15 = uVar15 + 1;\n }\n tmp[uVar15] = pt[uVar15] ^ Z[uVar15];\n uVar15 = uVar15 + 1;\n }\n tmp[uVar15] = pt[uVar15] ^ Z[uVar15];\n uVar15 = uVar15 + 1;\n }\n tmp[uVar15] = pt[uVar15] ^ Z[uVar15];\n uVar15 = uVar15 + 1;\n }\n tmp[uVar15] = pt[uVar15] ^ Z[uVar15];\n uVar15 = uVar15 + 1;\n }\n }\n for (; tmp[uVar15] = pt[uVar15] ^ Z[uVar15], uVar12 != uVar15; uVar15 = uVar15 + 8) {\n bVar3 = pt[uVar15 + 2];\n bVar4 = pt[uVar15 + 3];\n tmp[uVar15 + 1] = pt[uVar15 + 1] ^ Z[uVar15 + 1];\n bVar1 = Z[uVar15 + 3];\n bVar5 = pt[uVar15 + 4];\n bVar6 = pt[uVar15 + 5];\n tmp[uVar15 + 2] = bVar3 ^ Z[uVar15 + 2];\n bVar3 = Z[uVar15 + 4];\n bVar2 = Z[uVar15 + 5];\n tmp[uVar15 + 3] = bVar4 ^ bVar1;\n bVar4 = pt[uVar15 + 6];\n bVar7 = pt[uVar15 + 7];\n tmp[uVar15 + 4] = bVar5 ^ bVar3;\n bVar1 = Z[uVar15 + 6];\n bVar3 = Z[uVar15 + 7];\n tmp[uVar15 + 5] = bVar6 ^ bVar2;\n tmp[uVar15 + 6] = bVar4 ^ bVar1;\n tmp[uVar15 + 7] = bVar7 ^ bVar3;\n }\n }\n iVar11 = (**(code **)(puVar10 + (long)ocb->cipher * 0xc0 + 0x28))(tmp,ct,&ocb->key);\n if ((iVar11 == 0) && (lVar13 = 0, 0 < ocb->block_len)) {\n do {\n ct[lVar13] = ct[lVar13] ^ Z[lVar13];\n lVar13 = lVar13 + 1;\n } while ((int)lVar13 < ocb->block_len);\n }\n }\n }" if (parenthesized_expression "(iVar11 == 0)" ( (binary_expression "iVar11 == 0" identifier == number_literal) )) (compound_statement "{\n iVar8 = ocb->block_len;\n iVar11 = 0x10;\n if (iVar8 == *(int *)(PTR_cipher_descriptor_001dded0 + (long)ocb->cipher * 0xc0 + 0x14)) {\n if (0 < iVar8) {\n uVar15 = 0;\n uVar12 = iVar8 - 1U & 7;\n if (uVar12 != 0) {\n ocb->checksum[0] = ocb->checksum[0] ^ *pt;\n uVar15 = 1;\n if (uVar12 != 1) {\n if (uVar12 != 2) {\n if (uVar12 != 3) {\n if (uVar12 != 4) {\n if (uVar12 != 5) {\n if (uVar12 != 6) {\n uVar15 = 2;\n ocb->checksum[1] = ocb->checksum[1] ^ pt[1];\n }\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n uVar15 = uVar15 + 1;\n }\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n uVar15 = uVar15 + 1;\n }\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n uVar15 = uVar15 + 1;\n }\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n uVar15 = uVar15 + 1;\n }\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n uVar15 = uVar15 + 1;\n }\n }\n while( true ) {\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n if (iVar8 - 1U == uVar15) break;\n ocb->checksum[uVar15 + 1] = ocb->checksum[uVar15 + 1] ^ pt[uVar15 + 1];\n ocb->checksum[uVar15 + 2] = ocb->checksum[uVar15 + 2] ^ pt[uVar15 + 2];\n ocb->checksum[uVar15 + 3] = ocb->checksum[uVar15 + 3] ^ pt[uVar15 + 3];\n ocb->checksum[uVar15 + 4] = ocb->checksum[uVar15 + 4] ^ pt[uVar15 + 4];\n ocb->checksum[uVar15 + 5] = ocb->checksum[uVar15 + 5] ^ pt[uVar15 + 5];\n ocb->checksum[uVar15 + 6] = ocb->checksum[uVar15 + 6] ^ pt[uVar15 + 6];\n ocb->checksum[uVar15 + 7] = ocb->checksum[uVar15 + 7] ^ pt[uVar15 + 7];\n uVar15 = uVar15 + 8;\n }\n }\n ocb_shift_xor(ocb,Z);\n if (0 < ocb->block_len) {\n uVar12 = ocb->block_len - 1;\n uVar15 = 0;\n uVar14 = uVar12 & 7;\n if (uVar14 != 0) {\n uVar15 = 1;\n tmp[0] = *pt ^ Z[0];\n if (uVar14 != 1) {\n if (uVar14 != 2) {\n if (uVar14 != 3) {\n if (uVar14 != 4) {\n if (uVar14 != 5) {\n if (uVar14 != 6) {\n tmp[1] = pt[1] ^ Z[1];\n uVar15 = 2;\n }\n tmp[uVar15] = pt[uVar15] ^ Z[uVar15];\n uVar15 = uVar15 + 1;\n }\n tmp[uVar15] = pt[uVar15] ^ Z[uVar15];\n uVar15 = uVar15 + 1;\n }\n tmp[uVar15] = pt[uVar15] ^ Z[uVar15];\n uVar15 = uVar15 + 1;\n }\n tmp[uVar15] = pt[uVar15] ^ Z[uVar15];\n uVar15 = uVar15 + 1;\n }\n tmp[uVar15] = pt[uVar15] ^ Z[uVar15];\n uVar15 = uVar15 + 1;\n }\n }\n for (; tmp[uVar15] = pt[uVar15] ^ Z[uVar15], uVar12 != uVar15; uVar15 = uVar15 + 8) {\n bVar3 = pt[uVar15 + 2];\n bVar4 = pt[uVar15 + 3];\n tmp[uVar15 + 1] = pt[uVar15 + 1] ^ Z[uVar15 + 1];\n bVar1 = Z[uVar15 + 3];\n bVar5 = pt[uVar15 + 4];\n bVar6 = pt[uVar15 + 5];\n tmp[uVar15 + 2] = bVar3 ^ Z[uVar15 + 2];\n bVar3 = Z[uVar15 + 4];\n bVar2 = Z[uVar15 + 5];\n tmp[uVar15 + 3] = bVar4 ^ bVar1;\n bVar4 = pt[uVar15 + 6];\n bVar7 = pt[uVar15 + 7];\n tmp[uVar15 + 4] = bVar5 ^ bVar3;\n bVar1 = Z[uVar15 + 6];\n bVar3 = Z[uVar15 + 7];\n tmp[uVar15 + 5] = bVar6 ^ bVar2;\n tmp[uVar15 + 6] = bVar4 ^ bVar1;\n tmp[uVar15 + 7] = bVar7 ^ bVar3;\n }\n }\n iVar11 = (**(code **)(puVar10 + (long)ocb->cipher * 0xc0 + 0x28))(tmp,ct,&ocb->key);\n if ((iVar11 == 0) && (lVar13 = 0, 0 < ocb->block_len)) {\n do {\n ct[lVar13] = ct[lVar13] ^ Z[lVar13];\n lVar13 = lVar13 + 1;\n } while ((int)lVar13 < ocb->block_len);\n }\n }\n }" { (expression_statement "iVar8 = ocb->block_len;" (assignment_expression "iVar8 = ocb->block_len" identifier = (field_expression "ocb->block_len" identifier -> field_identifier)) ;) (expression_statement "iVar11 = 0x10;" (assignment_expression "iVar11 = 0x10" identifier = number_literal) ;) (if_statement "if (iVar8 == *(int *)(PTR_cipher_descriptor_001dded0 + (long)ocb->cipher * 0xc0 + 0x14)) {\n if (0 < iVar8) {\n uVar15 = 0;\n uVar12 = iVar8 - 1U & 7;\n if (uVar12 != 0) {\n ocb->checksum[0] = ocb->checksum[0] ^ *pt;\n uVar15 = 1;\n if (uVar12 != 1) {\n if (uVar12 != 2) {\n if (uVar12 != 3) {\n if (uVar12 != 4) {\n if (uVar12 != 5) {\n if (uVar12 != 6) {\n uVar15 = 2;\n ocb->checksum[1] = ocb->checksum[1] ^ pt[1];\n }\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n uVar15 = uVar15 + 1;\n }\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n uVar15 = uVar15 + 1;\n }\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n uVar15 = uVar15 + 1;\n }\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n uVar15 = uVar15 + 1;\n }\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n uVar15 = uVar15 + 1;\n }\n }\n while( true ) {\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n if (iVar8 - 1U == uVar15) break;\n ocb->checksum[uVar15 + 1] = ocb->checksum[uVar15 + 1] ^ pt[uVar15 + 1];\n ocb->checksum[uVar15 + 2] = ocb->checksum[uVar15 + 2] ^ pt[uVar15 + 2];\n ocb->checksum[uVar15 + 3] = ocb->checksum[uVar15 + 3] ^ pt[uVar15 + 3];\n ocb->checksum[uVar15 + 4] = ocb->checksum[uVar15 + 4] ^ pt[uVar15 + 4];\n ocb->checksum[uVar15 + 5] = ocb->checksum[uVar15 + 5] ^ pt[uVar15 + 5];\n ocb->checksum[uVar15 + 6] = ocb->checksum[uVar15 + 6] ^ pt[uVar15 + 6];\n ocb->checksum[uVar15 + 7] = ocb->checksum[uVar15 + 7] ^ pt[uVar15 + 7];\n uVar15 = uVar15 + 8;\n }\n }\n ocb_shift_xor(ocb,Z);\n if (0 < ocb->block_len) {\n uVar12 = ocb->block_len - 1;\n uVar15 = 0;\n uVar14 = uVar12 & 7;\n if (uVar14 != 0) {\n uVar15 = 1;\n tmp[0] = *pt ^ Z[0];\n if (uVar14 != 1) {\n if (uVar14 != 2) {\n if (uVar14 != 3) {\n if (uVar14 != 4) {\n if (uVar14 != 5) {\n if (uVar14 != 6) {\n tmp[1] = pt[1] ^ Z[1];\n uVar15 = 2;\n }\n tmp[uVar15] = pt[uVar15] ^ Z[uVar15];\n uVar15 = uVar15 + 1;\n }\n tmp[uVar15] = pt[uVar15] ^ Z[uVar15];\n uVar15 = uVar15 + 1;\n }\n tmp[uVar15] = pt[uVar15] ^ Z[uVar15];\n uVar15 = uVar15 + 1;\n }\n tmp[uVar15] = pt[uVar15] ^ Z[uVar15];\n uVar15 = uVar15 + 1;\n }\n tmp[uVar15] = pt[uVar15] ^ Z[uVar15];\n uVar15 = uVar15 + 1;\n }\n }\n for (; tmp[uVar15] = pt[uVar15] ^ Z[uVar15], uVar12 != uVar15; uVar15 = uVar15 + 8) {\n bVar3 = pt[uVar15 + 2];\n bVar4 = pt[uVar15 + 3];\n tmp[uVar15 + 1] = pt[uVar15 + 1] ^ Z[uVar15 + 1];\n bVar1 = Z[uVar15 + 3];\n bVar5 = pt[uVar15 + 4];\n bVar6 = pt[uVar15 + 5];\n tmp[uVar15 + 2] = bVar3 ^ Z[uVar15 + 2];\n bVar3 = Z[uVar15 + 4];\n bVar2 = Z[uVar15 + 5];\n tmp[uVar15 + 3] = bVar4 ^ bVar1;\n bVar4 = pt[uVar15 + 6];\n bVar7 = pt[uVar15 + 7];\n tmp[uVar15 + 4] = bVar5 ^ bVar3;\n bVar1 = Z[uVar15 + 6];\n bVar3 = Z[uVar15 + 7];\n tmp[uVar15 + 5] = bVar6 ^ bVar2;\n tmp[uVar15 + 6] = bVar4 ^ bVar1;\n tmp[uVar15 + 7] = bVar7 ^ bVar3;\n }\n }\n iVar11 = (**(code **)(puVar10 + (long)ocb->cipher * 0xc0 + 0x28))(tmp,ct,&ocb->key);\n if ((iVar11 == 0) && (lVar13 = 0, 0 < ocb->block_len)) {\n do {\n ct[lVar13] = ct[lVar13] ^ Z[lVar13];\n lVar13 = lVar13 + 1;\n } while ((int)lVar13 < ocb->block_len);\n }\n }" if (parenthesized_expression "(iVar8 == *(int *)(PTR_cipher_descriptor_001dded0 + (long)ocb->cipher * 0xc0 + 0x14))" ( (binary_expression "iVar8 == *(int *)(PTR_cipher_descriptor_001dded0 + (long)ocb->cipher * 0xc0 + 0x14)" identifier == (pointer_expression "*(int *)(PTR_cipher_descriptor_001dded0 + (long)ocb->cipher * 0xc0 + 0x14)" * (cast_expression "(int *)(PTR_cipher_descriptor_001dded0 + (long)ocb->cipher * 0xc0 + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(PTR_cipher_descriptor_001dded0 + (long)ocb->cipher * 0xc0 + 0x14)" ( (binary_expression "PTR_cipher_descriptor_001dded0 + (long)ocb->cipher * 0xc0 + 0x14" (binary_expression "PTR_cipher_descriptor_001dded0 + (long)ocb->cipher * 0xc0" identifier + (binary_expression "(long)ocb->cipher * 0xc0" (cast_expression "(long)ocb->cipher" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (field_expression "ocb->cipher" identifier -> field_identifier)) * number_literal)) + number_literal) ))))) )) (compound_statement "{\n if (0 < iVar8) {\n uVar15 = 0;\n uVar12 = iVar8 - 1U & 7;\n if (uVar12 != 0) {\n ocb->checksum[0] = ocb->checksum[0] ^ *pt;\n uVar15 = 1;\n if (uVar12 != 1) {\n if (uVar12 != 2) {\n if (uVar12 != 3) {\n if (uVar12 != 4) {\n if (uVar12 != 5) {\n if (uVar12 != 6) {\n uVar15 = 2;\n ocb->checksum[1] = ocb->checksum[1] ^ pt[1];\n }\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n uVar15 = uVar15 + 1;\n }\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n uVar15 = uVar15 + 1;\n }\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n uVar15 = uVar15 + 1;\n }\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n uVar15 = uVar15 + 1;\n }\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n uVar15 = uVar15 + 1;\n }\n }\n while( true ) {\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n if (iVar8 - 1U == uVar15) break;\n ocb->checksum[uVar15 + 1] = ocb->checksum[uVar15 + 1] ^ pt[uVar15 + 1];\n ocb->checksum[uVar15 + 2] = ocb->checksum[uVar15 + 2] ^ pt[uVar15 + 2];\n ocb->checksum[uVar15 + 3] = ocb->checksum[uVar15 + 3] ^ pt[uVar15 + 3];\n ocb->checksum[uVar15 + 4] = ocb->checksum[uVar15 + 4] ^ pt[uVar15 + 4];\n ocb->checksum[uVar15 + 5] = ocb->checksum[uVar15 + 5] ^ pt[uVar15 + 5];\n ocb->checksum[uVar15 + 6] = ocb->checksum[uVar15 + 6] ^ pt[uVar15 + 6];\n ocb->checksum[uVar15 + 7] = ocb->checksum[uVar15 + 7] ^ pt[uVar15 + 7];\n uVar15 = uVar15 + 8;\n }\n }\n ocb_shift_xor(ocb,Z);\n if (0 < ocb->block_len) {\n uVar12 = ocb->block_len - 1;\n uVar15 = 0;\n uVar14 = uVar12 & 7;\n if (uVar14 != 0) {\n uVar15 = 1;\n tmp[0] = *pt ^ Z[0];\n if (uVar14 != 1) {\n if (uVar14 != 2) {\n if (uVar14 != 3) {\n if (uVar14 != 4) {\n if (uVar14 != 5) {\n if (uVar14 != 6) {\n tmp[1] = pt[1] ^ Z[1];\n uVar15 = 2;\n }\n tmp[uVar15] = pt[uVar15] ^ Z[uVar15];\n uVar15 = uVar15 + 1;\n }\n tmp[uVar15] = pt[uVar15] ^ Z[uVar15];\n uVar15 = uVar15 + 1;\n }\n tmp[uVar15] = pt[uVar15] ^ Z[uVar15];\n uVar15 = uVar15 + 1;\n }\n tmp[uVar15] = pt[uVar15] ^ Z[uVar15];\n uVar15 = uVar15 + 1;\n }\n tmp[uVar15] = pt[uVar15] ^ Z[uVar15];\n uVar15 = uVar15 + 1;\n }\n }\n for (; tmp[uVar15] = pt[uVar15] ^ Z[uVar15], uVar12 != uVar15; uVar15 = uVar15 + 8) {\n bVar3 = pt[uVar15 + 2];\n bVar4 = pt[uVar15 + 3];\n tmp[uVar15 + 1] = pt[uVar15 + 1] ^ Z[uVar15 + 1];\n bVar1 = Z[uVar15 + 3];\n bVar5 = pt[uVar15 + 4];\n bVar6 = pt[uVar15 + 5];\n tmp[uVar15 + 2] = bVar3 ^ Z[uVar15 + 2];\n bVar3 = Z[uVar15 + 4];\n bVar2 = Z[uVar15 + 5];\n tmp[uVar15 + 3] = bVar4 ^ bVar1;\n bVar4 = pt[uVar15 + 6];\n bVar7 = pt[uVar15 + 7];\n tmp[uVar15 + 4] = bVar5 ^ bVar3;\n bVar1 = Z[uVar15 + 6];\n bVar3 = Z[uVar15 + 7];\n tmp[uVar15 + 5] = bVar6 ^ bVar2;\n tmp[uVar15 + 6] = bVar4 ^ bVar1;\n tmp[uVar15 + 7] = bVar7 ^ bVar3;\n }\n }\n iVar11 = (**(code **)(puVar10 + (long)ocb->cipher * 0xc0 + 0x28))(tmp,ct,&ocb->key);\n if ((iVar11 == 0) && (lVar13 = 0, 0 < ocb->block_len)) {\n do {\n ct[lVar13] = ct[lVar13] ^ Z[lVar13];\n lVar13 = lVar13 + 1;\n } while ((int)lVar13 < ocb->block_len);\n }\n }" { (if_statement "if (0 < iVar8) {\n uVar15 = 0;\n uVar12 = iVar8 - 1U & 7;\n if (uVar12 != 0) {\n ocb->checksum[0] = ocb->checksum[0] ^ *pt;\n uVar15 = 1;\n if (uVar12 != 1) {\n if (uVar12 != 2) {\n if (uVar12 != 3) {\n if (uVar12 != 4) {\n if (uVar12 != 5) {\n if (uVar12 != 6) {\n uVar15 = 2;\n ocb->checksum[1] = ocb->checksum[1] ^ pt[1];\n }\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n uVar15 = uVar15 + 1;\n }\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n uVar15 = uVar15 + 1;\n }\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n uVar15 = uVar15 + 1;\n }\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n uVar15 = uVar15 + 1;\n }\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n uVar15 = uVar15 + 1;\n }\n }\n while( true ) {\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n if (iVar8 - 1U == uVar15) break;\n ocb->checksum[uVar15 + 1] = ocb->checksum[uVar15 + 1] ^ pt[uVar15 + 1];\n ocb->checksum[uVar15 + 2] = ocb->checksum[uVar15 + 2] ^ pt[uVar15 + 2];\n ocb->checksum[uVar15 + 3] = ocb->checksum[uVar15 + 3] ^ pt[uVar15 + 3];\n ocb->checksum[uVar15 + 4] = ocb->checksum[uVar15 + 4] ^ pt[uVar15 + 4];\n ocb->checksum[uVar15 + 5] = ocb->checksum[uVar15 + 5] ^ pt[uVar15 + 5];\n ocb->checksum[uVar15 + 6] = ocb->checksum[uVar15 + 6] ^ pt[uVar15 + 6];\n ocb->checksum[uVar15 + 7] = ocb->checksum[uVar15 + 7] ^ pt[uVar15 + 7];\n uVar15 = uVar15 + 8;\n }\n }" if (parenthesized_expression "(0 < iVar8)" ( (binary_expression "0 < iVar8" number_literal < identifier) )) (compound_statement "{\n uVar15 = 0;\n uVar12 = iVar8 - 1U & 7;\n if (uVar12 != 0) {\n ocb->checksum[0] = ocb->checksum[0] ^ *pt;\n uVar15 = 1;\n if (uVar12 != 1) {\n if (uVar12 != 2) {\n if (uVar12 != 3) {\n if (uVar12 != 4) {\n if (uVar12 != 5) {\n if (uVar12 != 6) {\n uVar15 = 2;\n ocb->checksum[1] = ocb->checksum[1] ^ pt[1];\n }\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n uVar15 = uVar15 + 1;\n }\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n uVar15 = uVar15 + 1;\n }\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n uVar15 = uVar15 + 1;\n }\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n uVar15 = uVar15 + 1;\n }\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n uVar15 = uVar15 + 1;\n }\n }\n while( true ) {\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n if (iVar8 - 1U == uVar15) break;\n ocb->checksum[uVar15 + 1] = ocb->checksum[uVar15 + 1] ^ pt[uVar15 + 1];\n ocb->checksum[uVar15 + 2] = ocb->checksum[uVar15 + 2] ^ pt[uVar15 + 2];\n ocb->checksum[uVar15 + 3] = ocb->checksum[uVar15 + 3] ^ pt[uVar15 + 3];\n ocb->checksum[uVar15 + 4] = ocb->checksum[uVar15 + 4] ^ pt[uVar15 + 4];\n ocb->checksum[uVar15 + 5] = ocb->checksum[uVar15 + 5] ^ pt[uVar15 + 5];\n ocb->checksum[uVar15 + 6] = ocb->checksum[uVar15 + 6] ^ pt[uVar15 + 6];\n ocb->checksum[uVar15 + 7] = ocb->checksum[uVar15 + 7] ^ pt[uVar15 + 7];\n uVar15 = uVar15 + 8;\n }\n }" { (expression_statement "uVar15 = 0;" (assignment_expression "uVar15 = 0" identifier = number_literal) ;) (expression_statement "uVar12 = iVar8 - 1U & 7;" (assignment_expression "uVar12 = iVar8 - 1U & 7" identifier = (binary_expression "iVar8 - 1U & 7" (binary_expression "iVar8 - 1U" identifier - number_literal) & number_literal)) ;) (if_statement "if (uVar12 != 0) {\n ocb->checksum[0] = ocb->checksum[0] ^ *pt;\n uVar15 = 1;\n if (uVar12 != 1) {\n if (uVar12 != 2) {\n if (uVar12 != 3) {\n if (uVar12 != 4) {\n if (uVar12 != 5) {\n if (uVar12 != 6) {\n uVar15 = 2;\n ocb->checksum[1] = ocb->checksum[1] ^ pt[1];\n }\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n uVar15 = uVar15 + 1;\n }\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n uVar15 = uVar15 + 1;\n }\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n uVar15 = uVar15 + 1;\n }\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n uVar15 = uVar15 + 1;\n }\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n uVar15 = uVar15 + 1;\n }\n }" if (parenthesized_expression "(uVar12 != 0)" ( (binary_expression "uVar12 != 0" identifier != number_literal) )) (compound_statement "{\n ocb->checksum[0] = ocb->checksum[0] ^ *pt;\n uVar15 = 1;\n if (uVar12 != 1) {\n if (uVar12 != 2) {\n if (uVar12 != 3) {\n if (uVar12 != 4) {\n if (uVar12 != 5) {\n if (uVar12 != 6) {\n uVar15 = 2;\n ocb->checksum[1] = ocb->checksum[1] ^ pt[1];\n }\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n uVar15 = uVar15 + 1;\n }\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n uVar15 = uVar15 + 1;\n }\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n uVar15 = uVar15 + 1;\n }\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n uVar15 = uVar15 + 1;\n }\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n uVar15 = uVar15 + 1;\n }\n }" { (expression_statement "ocb->checksum[0] = ocb->checksum[0] ^ *pt;" (assignment_expression "ocb->checksum[0] = ocb->checksum[0] ^ *pt" (subscript_expression "ocb->checksum[0]" (field_expression "ocb->checksum" identifier -> field_identifier) [ number_literal ]) = (binary_expression "ocb->checksum[0] ^ *pt" (subscript_expression "ocb->checksum[0]" (field_expression "ocb->checksum" identifier -> field_identifier) [ number_literal ]) ^ (pointer_expression "*pt" * identifier))) ;) (expression_statement "uVar15 = 1;" (assignment_expression "uVar15 = 1" identifier = number_literal) ;) (if_statement "if (uVar12 != 1) {\n if (uVar12 != 2) {\n if (uVar12 != 3) {\n if (uVar12 != 4) {\n if (uVar12 != 5) {\n if (uVar12 != 6) {\n uVar15 = 2;\n ocb->checksum[1] = ocb->checksum[1] ^ pt[1];\n }\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n uVar15 = uVar15 + 1;\n }\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n uVar15 = uVar15 + 1;\n }\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n uVar15 = uVar15 + 1;\n }\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n uVar15 = uVar15 + 1;\n }\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n uVar15 = uVar15 + 1;\n }" if (parenthesized_expression "(uVar12 != 1)" ( (binary_expression "uVar12 != 1" identifier != number_literal) )) (compound_statement "{\n if (uVar12 != 2) {\n if (uVar12 != 3) {\n if (uVar12 != 4) {\n if (uVar12 != 5) {\n if (uVar12 != 6) {\n uVar15 = 2;\n ocb->checksum[1] = ocb->checksum[1] ^ pt[1];\n }\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n uVar15 = uVar15 + 1;\n }\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n uVar15 = uVar15 + 1;\n }\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n uVar15 = uVar15 + 1;\n }\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n uVar15 = uVar15 + 1;\n }\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n uVar15 = uVar15 + 1;\n }" { (if_statement "if (uVar12 != 2) {\n if (uVar12 != 3) {\n if (uVar12 != 4) {\n if (uVar12 != 5) {\n if (uVar12 != 6) {\n uVar15 = 2;\n ocb->checksum[1] = ocb->checksum[1] ^ pt[1];\n }\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n uVar15 = uVar15 + 1;\n }\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n uVar15 = uVar15 + 1;\n }\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n uVar15 = uVar15 + 1;\n }\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n uVar15 = uVar15 + 1;\n }" if (parenthesized_expression "(uVar12 != 2)" ( (binary_expression "uVar12 != 2" identifier != number_literal) )) (compound_statement "{\n if (uVar12 != 3) {\n if (uVar12 != 4) {\n if (uVar12 != 5) {\n if (uVar12 != 6) {\n uVar15 = 2;\n ocb->checksum[1] = ocb->checksum[1] ^ pt[1];\n }\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n uVar15 = uVar15 + 1;\n }\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n uVar15 = uVar15 + 1;\n }\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n uVar15 = uVar15 + 1;\n }\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n uVar15 = uVar15 + 1;\n }" { (if_statement "if (uVar12 != 3) {\n if (uVar12 != 4) {\n if (uVar12 != 5) {\n if (uVar12 != 6) {\n uVar15 = 2;\n ocb->checksum[1] = ocb->checksum[1] ^ pt[1];\n }\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n uVar15 = uVar15 + 1;\n }\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n uVar15 = uVar15 + 1;\n }\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n uVar15 = uVar15 + 1;\n }" if (parenthesized_expression "(uVar12 != 3)" ( (binary_expression "uVar12 != 3" identifier != number_literal) )) (compound_statement "{\n if (uVar12 != 4) {\n if (uVar12 != 5) {\n if (uVar12 != 6) {\n uVar15 = 2;\n ocb->checksum[1] = ocb->checksum[1] ^ pt[1];\n }\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n uVar15 = uVar15 + 1;\n }\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n uVar15 = uVar15 + 1;\n }\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n uVar15 = uVar15 + 1;\n }" { (if_statement "if (uVar12 != 4) {\n if (uVar12 != 5) {\n if (uVar12 != 6) {\n uVar15 = 2;\n ocb->checksum[1] = ocb->checksum[1] ^ pt[1];\n }\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n uVar15 = uVar15 + 1;\n }\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n uVar15 = uVar15 + 1;\n }" if (parenthesized_expression "(uVar12 != 4)" ( (binary_expression "uVar12 != 4" identifier != number_literal) )) (compound_statement "{\n if (uVar12 != 5) {\n if (uVar12 != 6) {\n uVar15 = 2;\n ocb->checksum[1] = ocb->checksum[1] ^ pt[1];\n }\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n uVar15 = uVar15 + 1;\n }\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n uVar15 = uVar15 + 1;\n }" { (if_statement "if (uVar12 != 5) {\n if (uVar12 != 6) {\n uVar15 = 2;\n ocb->checksum[1] = ocb->checksum[1] ^ pt[1];\n }\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n uVar15 = uVar15 + 1;\n }" if (parenthesized_expression "(uVar12 != 5)" ( (binary_expression "uVar12 != 5" identifier != number_literal) )) (compound_statement "{\n if (uVar12 != 6) {\n uVar15 = 2;\n ocb->checksum[1] = ocb->checksum[1] ^ pt[1];\n }\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n uVar15 = uVar15 + 1;\n }" { (if_statement "if (uVar12 != 6) {\n uVar15 = 2;\n ocb->checksum[1] = ocb->checksum[1] ^ pt[1];\n }" if (parenthesized_expression "(uVar12 != 6)" ( (binary_expression "uVar12 != 6" identifier != number_literal) )) (compound_statement "{\n uVar15 = 2;\n ocb->checksum[1] = ocb->checksum[1] ^ pt[1];\n }" { (expression_statement "uVar15 = 2;" (assignment_expression "uVar15 = 2" identifier = number_literal) ;) (expression_statement "ocb->checksum[1] = ocb->checksum[1] ^ pt[1];" (assignment_expression "ocb->checksum[1] = ocb->checksum[1] ^ pt[1]" (subscript_expression "ocb->checksum[1]" (field_expression "ocb->checksum" identifier -> field_identifier) [ number_literal ]) = (binary_expression "ocb->checksum[1] ^ pt[1]" (subscript_expression "ocb->checksum[1]" (field_expression "ocb->checksum" identifier -> field_identifier) [ number_literal ]) ^ (subscript_expression "pt[1]" identifier [ number_literal ]))) ;) })) (expression_statement "ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];" (assignment_expression "ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15]" (subscript_expression "ocb->checksum[uVar15]" (field_expression "ocb->checksum" identifier -> field_identifier) [ identifier ]) = (binary_expression "ocb->checksum[uVar15] ^ pt[uVar15]" (subscript_expression "ocb->checksum[uVar15]" (field_expression "ocb->checksum" identifier -> field_identifier) [ identifier ]) ^ (subscript_expression "pt[uVar15]" identifier [ identifier ]))) ;) (expression_statement "uVar15 = uVar15 + 1;" (assignment_expression "uVar15 = uVar15 + 1" identifier = (binary_expression "uVar15 + 1" identifier + number_literal)) ;) })) (expression_statement "ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];" (assignment_expression "ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15]" (subscript_expression "ocb->checksum[uVar15]" (field_expression "ocb->checksum" identifier -> field_identifier) [ identifier ]) = (binary_expression "ocb->checksum[uVar15] ^ pt[uVar15]" (subscript_expression "ocb->checksum[uVar15]" (field_expression "ocb->checksum" identifier -> field_identifier) [ identifier ]) ^ (subscript_expression "pt[uVar15]" identifier [ identifier ]))) ;) (expression_statement "uVar15 = uVar15 + 1;" (assignment_expression "uVar15 = uVar15 + 1" identifier = (binary_expression "uVar15 + 1" identifier + number_literal)) ;) })) (expression_statement "ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];" (assignment_expression "ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15]" (subscript_expression "ocb->checksum[uVar15]" (field_expression "ocb->checksum" identifier -> field_identifier) [ identifier ]) = (binary_expression "ocb->checksum[uVar15] ^ pt[uVar15]" (subscript_expression "ocb->checksum[uVar15]" (field_expression "ocb->checksum" identifier -> field_identifier) [ identifier ]) ^ (subscript_expression "pt[uVar15]" identifier [ identifier ]))) ;) (expression_statement "uVar15 = uVar15 + 1;" (assignment_expression "uVar15 = uVar15 + 1" identifier = (binary_expression "uVar15 + 1" identifier + number_literal)) ;) })) (expression_statement "ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];" (assignment_expression "ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15]" (subscript_expression "ocb->checksum[uVar15]" (field_expression "ocb->checksum" identifier -> field_identifier) [ identifier ]) = (binary_expression "ocb->checksum[uVar15] ^ pt[uVar15]" (subscript_expression "ocb->checksum[uVar15]" (field_expression "ocb->checksum" identifier -> field_identifier) [ identifier ]) ^ (subscript_expression "pt[uVar15]" identifier [ identifier ]))) ;) (expression_statement "uVar15 = uVar15 + 1;" (assignment_expression "uVar15 = uVar15 + 1" identifier = (binary_expression "uVar15 + 1" identifier + number_literal)) ;) })) (expression_statement "ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];" (assignment_expression "ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15]" (subscript_expression "ocb->checksum[uVar15]" (field_expression "ocb->checksum" identifier -> field_identifier) [ identifier ]) = (binary_expression "ocb->checksum[uVar15] ^ pt[uVar15]" (subscript_expression "ocb->checksum[uVar15]" (field_expression "ocb->checksum" identifier -> field_identifier) [ identifier ]) ^ (subscript_expression "pt[uVar15]" identifier [ identifier ]))) ;) (expression_statement "uVar15 = uVar15 + 1;" (assignment_expression "uVar15 = uVar15 + 1" identifier = (binary_expression "uVar15 + 1" identifier + number_literal)) ;) })) })) (while_statement "while( true ) {\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n if (iVar8 - 1U == uVar15) break;\n ocb->checksum[uVar15 + 1] = ocb->checksum[uVar15 + 1] ^ pt[uVar15 + 1];\n ocb->checksum[uVar15 + 2] = ocb->checksum[uVar15 + 2] ^ pt[uVar15 + 2];\n ocb->checksum[uVar15 + 3] = ocb->checksum[uVar15 + 3] ^ pt[uVar15 + 3];\n ocb->checksum[uVar15 + 4] = ocb->checksum[uVar15 + 4] ^ pt[uVar15 + 4];\n ocb->checksum[uVar15 + 5] = ocb->checksum[uVar15 + 5] ^ pt[uVar15 + 5];\n ocb->checksum[uVar15 + 6] = ocb->checksum[uVar15 + 6] ^ pt[uVar15 + 6];\n ocb->checksum[uVar15 + 7] = ocb->checksum[uVar15 + 7] ^ pt[uVar15 + 7];\n uVar15 = uVar15 + 8;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];\n if (iVar8 - 1U == uVar15) break;\n ocb->checksum[uVar15 + 1] = ocb->checksum[uVar15 + 1] ^ pt[uVar15 + 1];\n ocb->checksum[uVar15 + 2] = ocb->checksum[uVar15 + 2] ^ pt[uVar15 + 2];\n ocb->checksum[uVar15 + 3] = ocb->checksum[uVar15 + 3] ^ pt[uVar15 + 3];\n ocb->checksum[uVar15 + 4] = ocb->checksum[uVar15 + 4] ^ pt[uVar15 + 4];\n ocb->checksum[uVar15 + 5] = ocb->checksum[uVar15 + 5] ^ pt[uVar15 + 5];\n ocb->checksum[uVar15 + 6] = ocb->checksum[uVar15 + 6] ^ pt[uVar15 + 6];\n ocb->checksum[uVar15 + 7] = ocb->checksum[uVar15 + 7] ^ pt[uVar15 + 7];\n uVar15 = uVar15 + 8;\n }" { (expression_statement "ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15];" (assignment_expression "ocb->checksum[uVar15] = ocb->checksum[uVar15] ^ pt[uVar15]" (subscript_expression "ocb->checksum[uVar15]" (field_expression "ocb->checksum" identifier -> field_identifier) [ identifier ]) = (binary_expression "ocb->checksum[uVar15] ^ pt[uVar15]" (subscript_expression "ocb->checksum[uVar15]" (field_expression "ocb->checksum" identifier -> field_identifier) [ identifier ]) ^ (subscript_expression "pt[uVar15]" identifier [ identifier ]))) ;) (if_statement "if (iVar8 - 1U == uVar15) break;" if (parenthesized_expression "(iVar8 - 1U == uVar15)" ( (binary_expression "iVar8 - 1U == uVar15" (binary_expression "iVar8 - 1U" identifier - number_literal) == identifier) )) (break_statement "break;" break ;)) (expression_statement "ocb->checksum[uVar15 + 1] = ocb->checksum[uVar15 + 1] ^ pt[uVar15 + 1];" (assignment_expression "ocb->checksum[uVar15 + 1] = ocb->checksum[uVar15 + 1] ^ pt[uVar15 + 1]" (subscript_expression "ocb->checksum[uVar15 + 1]" (field_expression "ocb->checksum" identifier -> field_identifier) [ (binary_expression "uVar15 + 1" identifier + number_literal) ]) = (binary_expression "ocb->checksum[uVar15 + 1] ^ pt[uVar15 + 1]" (subscript_expression "ocb->checksum[uVar15 + 1]" (field_expression "ocb->checksum" identifier -> field_identifier) [ (binary_expression "uVar15 + 1" identifier + number_literal) ]) ^ (subscript_expression "pt[uVar15 + 1]" identifier [ (binary_expression "uVar15 + 1" identifier + number_literal) ]))) ;) (expression_statement "ocb->checksum[uVar15 + 2] = ocb->checksum[uVar15 + 2] ^ pt[uVar15 + 2];" (assignment_expression "ocb->checksum[uVar15 + 2] = ocb->checksum[uVar15 + 2] ^ pt[uVar15 + 2]" (subscript_expression "ocb->checksum[uVar15 + 2]" (field_expression "ocb->checksum" identifier -> field_identifier) [ (binary_expression "uVar15 + 2" identifier + number_literal) ]) = (binary_expression "ocb->checksum[uVar15 + 2] ^ pt[uVar15 + 2]" (subscript_expression "ocb->checksum[uVar15 + 2]" (field_expression "ocb->checksum" identifier -> field_identifier) [ (binary_expression "uVar15 + 2" identifier + number_literal) ]) ^ (subscript_expression "pt[uVar15 + 2]" identifier [ (binary_expression "uVar15 + 2" identifier + number_literal) ]))) ;) (expression_statement "ocb->checksum[uVar15 + 3] = ocb->checksum[uVar15 + 3] ^ pt[uVar15 + 3];" (assignment_expression "ocb->checksum[uVar15 + 3] = ocb->checksum[uVar15 + 3] ^ pt[uVar15 + 3]" (subscript_expression "ocb->checksum[uVar15 + 3]" (field_expression "ocb->checksum" identifier -> field_identifier) [ (binary_expression "uVar15 + 3" identifier + number_literal) ]) = (binary_expression "ocb->checksum[uVar15 + 3] ^ pt[uVar15 + 3]" (subscript_expression "ocb->checksum[uVar15 + 3]" (field_expression "ocb->checksum" identifier -> field_identifier) [ (binary_expression "uVar15 + 3" identifier + number_literal) ]) ^ (subscript_expression "pt[uVar15 + 3]" identifier [ (binary_expression "uVar15 + 3" identifier + number_literal) ]))) ;) (expression_statement "ocb->checksum[uVar15 + 4] = ocb->checksum[uVar15 + 4] ^ pt[uVar15 + 4];" (assignment_expression "ocb->checksum[uVar15 + 4] = ocb->checksum[uVar15 + 4] ^ pt[uVar15 + 4]" (subscript_expression "ocb->checksum[uVar15 + 4]" (field_expression "ocb->checksum" identifier -> field_identifier) [ (binary_expression "uVar15 + 4" identifier + number_literal) ]) = (binary_expression "ocb->checksum[uVar15 + 4] ^ pt[uVar15 + 4]" (subscript_expression "ocb->checksum[uVar15 + 4]" (field_expression "ocb->checksum" identifier -> field_identifier) [ (binary_expression "uVar15 + 4" identifier + number_literal) ]) ^ (subscript_expression "pt[uVar15 + 4]" identifier [ (binary_expression "uVar15 + 4" identifier + number_literal) ]))) ;) (expression_statement "ocb->checksum[uVar15 + 5] = ocb->checksum[uVar15 + 5] ^ pt[uVar15 + 5];" (assignment_expression "ocb->checksum[uVar15 + 5] = ocb->checksum[uVar15 + 5] ^ pt[uVar15 + 5]" (subscript_expression "ocb->checksum[uVar15 + 5]" (field_expression "ocb->checksum" identifier -> field_identifier) [ (binary_expression "uVar15 + 5" identifier + number_literal) ]) = (binary_expression "ocb->checksum[uVar15 + 5] ^ pt[uVar15 + 5]" (subscript_expression "ocb->checksum[uVar15 + 5]" (field_expression "ocb->checksum" identifier -> field_identifier) [ (binary_expression "uVar15 + 5" identifier + number_literal) ]) ^ (subscript_expression "pt[uVar15 + 5]" identifier [ (binary_expression "uVar15 + 5" identifier + number_literal) ]))) ;) (expression_statement "ocb->checksum[uVar15 + 6] = ocb->checksum[uVar15 + 6] ^ pt[uVar15 + 6];" (assignment_expression "ocb->checksum[uVar15 + 6] = ocb->checksum[uVar15 + 6] ^ pt[uVar15 + 6]" (subscript_expression "ocb->checksum[uVar15 + 6]" (field_expression "ocb->checksum" identifier -> field_identifier) [ (binary_expression "uVar15 + 6" identifier + number_literal) ]) = (binary_expression "ocb->checksum[uVar15 + 6] ^ pt[uVar15 + 6]" (subscript_expression "ocb->checksum[uVar15 + 6]" (field_expression "ocb->checksum" identifier -> field_identifier) [ (binary_expression "uVar15 + 6" identifier + number_literal) ]) ^ (subscript_expression "pt[uVar15 + 6]" identifier [ (binary_expression "uVar15 + 6" identifier + number_literal) ]))) ;) (expression_statement "ocb->checksum[uVar15 + 7] = ocb->checksum[uVar15 + 7] ^ pt[uVar15 + 7];" (assignment_expression "ocb->checksum[uVar15 + 7] = ocb->checksum[uVar15 + 7] ^ pt[uVar15 + 7]" (subscript_expression "ocb->checksum[uVar15 + 7]" (field_expression "ocb->checksum" identifier -> field_identifier) [ (binary_expression "uVar15 + 7" identifier + number_literal) ]) = (binary_expression "ocb->checksum[uVar15 + 7] ^ pt[uVar15 + 7]" (subscript_expression "ocb->checksum[uVar15 + 7]" (field_expression "ocb->checksum" identifier -> field_identifier) [ (binary_expression "uVar15 + 7" identifier + number_literal) ]) ^ (subscript_expression "pt[uVar15 + 7]" identifier [ (binary_expression "uVar15 + 7" identifier + number_literal) ]))) ;) (expression_statement "uVar15 = uVar15 + 8;" (assignment_expression "uVar15 = uVar15 + 8" identifier = (binary_expression "uVar15 + 8" identifier + number_literal)) ;) })) })) (expression_statement "ocb_shift_xor(ocb,Z);" (call_expression "ocb_shift_xor(ocb,Z)" identifier (argument_list "(ocb,Z)" ( identifier , identifier ))) ;) (if_statement "if (0 < ocb->block_len) {\n uVar12 = ocb->block_len - 1;\n uVar15 = 0;\n uVar14 = uVar12 & 7;\n if (uVar14 != 0) {\n uVar15 = 1;\n tmp[0] = *pt ^ Z[0];\n if (uVar14 != 1) {\n if (uVar14 != 2) {\n if (uVar14 != 3) {\n if (uVar14 != 4) {\n if (uVar14 != 5) {\n if (uVar14 != 6) {\n tmp[1] = pt[1] ^ Z[1];\n uVar15 = 2;\n }\n tmp[uVar15] = pt[uVar15] ^ Z[uVar15];\n uVar15 = uVar15 + 1;\n }\n tmp[uVar15] = pt[uVar15] ^ Z[uVar15];\n uVar15 = uVar15 + 1;\n }\n tmp[uVar15] = pt[uVar15] ^ Z[uVar15];\n uVar15 = uVar15 + 1;\n }\n tmp[uVar15] = pt[uVar15] ^ Z[uVar15];\n uVar15 = uVar15 + 1;\n }\n tmp[uVar15] = pt[uVar15] ^ Z[uVar15];\n uVar15 = uVar15 + 1;\n }\n }\n for (; tmp[uVar15] = pt[uVar15] ^ Z[uVar15], uVar12 != uVar15; uVar15 = uVar15 + 8) {\n bVar3 = pt[uVar15 + 2];\n bVar4 = pt[uVar15 + 3];\n tmp[uVar15 + 1] = pt[uVar15 + 1] ^ Z[uVar15 + 1];\n bVar1 = Z[uVar15 + 3];\n bVar5 = pt[uVar15 + 4];\n bVar6 = pt[uVar15 + 5];\n tmp[uVar15 + 2] = bVar3 ^ Z[uVar15 + 2];\n bVar3 = Z[uVar15 + 4];\n bVar2 = Z[uVar15 + 5];\n tmp[uVar15 + 3] = bVar4 ^ bVar1;\n bVar4 = pt[uVar15 + 6];\n bVar7 = pt[uVar15 + 7];\n tmp[uVar15 + 4] = bVar5 ^ bVar3;\n bVar1 = Z[uVar15 + 6];\n bVar3 = Z[uVar15 + 7];\n tmp[uVar15 + 5] = bVar6 ^ bVar2;\n tmp[uVar15 + 6] = bVar4 ^ bVar1;\n tmp[uVar15 + 7] = bVar7 ^ bVar3;\n }\n }" if (parenthesized_expression "(0 < ocb->block_len)" ( (binary_expression "0 < ocb->block_len" number_literal < (field_expression "ocb->block_len" identifier -> field_identifier)) )) (compound_statement "{\n uVar12 = ocb->block_len - 1;\n uVar15 = 0;\n uVar14 = uVar12 & 7;\n if (uVar14 != 0) {\n uVar15 = 1;\n tmp[0] = *pt ^ Z[0];\n if (uVar14 != 1) {\n if (uVar14 != 2) {\n if (uVar14 != 3) {\n if (uVar14 != 4) {\n if (uVar14 != 5) {\n if (uVar14 != 6) {\n tmp[1] = pt[1] ^ Z[1];\n uVar15 = 2;\n }\n tmp[uVar15] = pt[uVar15] ^ Z[uVar15];\n uVar15 = uVar15 + 1;\n }\n tmp[uVar15] = pt[uVar15] ^ Z[uVar15];\n uVar15 = uVar15 + 1;\n }\n tmp[uVar15] = pt[uVar15] ^ Z[uVar15];\n uVar15 = uVar15 + 1;\n }\n tmp[uVar15] = pt[uVar15] ^ Z[uVar15];\n uVar15 = uVar15 + 1;\n }\n tmp[uVar15] = pt[uVar15] ^ Z[uVar15];\n uVar15 = uVar15 + 1;\n }\n }\n for (; tmp[uVar15] = pt[uVar15] ^ Z[uVar15], uVar12 != uVar15; uVar15 = uVar15 + 8) {\n bVar3 = pt[uVar15 + 2];\n bVar4 = pt[uVar15 + 3];\n tmp[uVar15 + 1] = pt[uVar15 + 1] ^ Z[uVar15 + 1];\n bVar1 = Z[uVar15 + 3];\n bVar5 = pt[uVar15 + 4];\n bVar6 = pt[uVar15 + 5];\n tmp[uVar15 + 2] = bVar3 ^ Z[uVar15 + 2];\n bVar3 = Z[uVar15 + 4];\n bVar2 = Z[uVar15 + 5];\n tmp[uVar15 + 3] = bVar4 ^ bVar1;\n bVar4 = pt[uVar15 + 6];\n bVar7 = pt[uVar15 + 7];\n tmp[uVar15 + 4] = bVar5 ^ bVar3;\n bVar1 = Z[uVar15 + 6];\n bVar3 = Z[uVar15 + 7];\n tmp[uVar15 + 5] = bVar6 ^ bVar2;\n tmp[uVar15 + 6] = bVar4 ^ bVar1;\n tmp[uVar15 + 7] = bVar7 ^ bVar3;\n }\n }" { (expression_statement "uVar12 = ocb->block_len - 1;" (assignment_expression "uVar12 = ocb->block_len - 1" identifier = (binary_expression "ocb->block_len - 1" (field_expression "ocb->block_len" identifier -> field_identifier) - number_literal)) ;) (expression_statement "uVar15 = 0;" (assignment_expression "uVar15 = 0" identifier = number_literal) ;) (expression_statement "uVar14 = uVar12 & 7;" (assignment_expression "uVar14 = uVar12 & 7" identifier = (binary_expression "uVar12 & 7" identifier & number_literal)) ;) (if_statement "if (uVar14 != 0) {\n uVar15 = 1;\n tmp[0] = *pt ^ Z[0];\n if (uVar14 != 1) {\n if (uVar14 != 2) {\n if (uVar14 != 3) {\n if (uVar14 != 4) {\n if (uVar14 != 5) {\n if (uVar14 != 6) {\n tmp[1] = pt[1] ^ Z[1];\n uVar15 = 2;\n }\n tmp[uVar15] = pt[uVar15] ^ Z[uVar15];\n uVar15 = uVar15 + 1;\n }\n tmp[uVar15] = pt[uVar15] ^ Z[uVar15];\n uVar15 = uVar15 + 1;\n }\n tmp[uVar15] = pt[uVar15] ^ Z[uVar15];\n uVar15 = uVar15 + 1;\n }\n tmp[uVar15] = pt[uVar15] ^ Z[uVar15];\n uVar15 = uVar15 + 1;\n }\n tmp[uVar15] = pt[uVar15] ^ Z[uVar15];\n uVar15 = uVar15 + 1;\n }\n }" if (parenthesized_expression "(uVar14 != 0)" ( (binary_expression "uVar14 != 0" identifier != number_literal) )) (compound_statement "{\n uVar15 = 1;\n tmp[0] = *pt ^ Z[0];\n if (uVar14 != 1) {\n if (uVar14 != 2) {\n if (uVar14 != 3) {\n if (uVar14 != 4) {\n if (uVar14 != 5) {\n if (uVar14 != 6) {\n tmp[1] = pt[1] ^ Z[1];\n uVar15 = 2;\n }\n tmp[uVar15] = pt[uVar15] ^ Z[uVar15];\n uVar15 = uVar15 + 1;\n }\n tmp[uVar15] = pt[uVar15] ^ Z[uVar15];\n uVar15 = uVar15 + 1;\n }\n tmp[uVar15] = pt[uVar15] ^ Z[uVar15];\n uVar15 = uVar15 + 1;\n }\n tmp[uVar15] = pt[uVar15] ^ Z[uVar15];\n uVar15 = uVar15 + 1;\n }\n tmp[uVar15] = pt[uVar15] ^ Z[uVar15];\n uVar15 = uVar15 + 1;\n }\n }" { (expression_statement "uVar15 = 1;" (assignment_expression "uVar15 = 1" identifier = number_literal) ;) (expression_statement "tmp[0] = *pt ^ Z[0];" (assignment_expression "tmp[0] = *pt ^ Z[0]" (subscript_expression "tmp[0]" identifier [ number_literal ]) = (binary_expression "*pt ^ Z[0]" (pointer_expression "*pt" * identifier) ^ (subscript_expression "Z[0]" identifier [ number_literal ]))) ;) (if_statement "if (uVar14 != 1) {\n if (uVar14 != 2) {\n if (uVar14 != 3) {\n if (uVar14 != 4) {\n if (uVar14 != 5) {\n if (uVar14 != 6) {\n tmp[1] = pt[1] ^ Z[1];\n uVar15 = 2;\n }\n tmp[uVar15] = pt[uVar15] ^ Z[uVar15];\n uVar15 = uVar15 + 1;\n }\n tmp[uVar15] = pt[uVar15] ^ Z[uVar15];\n uVar15 = uVar15 + 1;\n }\n tmp[uVar15] = pt[uVar15] ^ Z[uVar15];\n uVar15 = uVar15 + 1;\n }\n tmp[uVar15] = pt[uVar15] ^ Z[uVar15];\n uVar15 = uVar15 + 1;\n }\n tmp[uVar15] = pt[uVar15] ^ Z[uVar15];\n uVar15 = uVar15 + 1;\n }" if (parenthesized_expression "(uVar14 != 1)" ( (binary_expression "uVar14 != 1" identifier != number_literal) )) (compound_statement "{\n if (uVar14 != 2) {\n if (uVar14 != 3) {\n if (uVar14 != 4) {\n if (uVar14 != 5) {\n if (uVar14 != 6) {\n tmp[1] = pt[1] ^ Z[1];\n uVar15 = 2;\n }\n tmp[uVar15] = pt[uVar15] ^ Z[uVar15];\n uVar15 = uVar15 + 1;\n }\n tmp[uVar15] = pt[uVar15] ^ Z[uVar15];\n uVar15 = uVar15 + 1;\n }\n tmp[uVar15] = pt[uVar15] ^ Z[uVar15];\n uVar15 = uVar15 + 1;\n }\n tmp[uVar15] = pt[uVar15] ^ Z[uVar15];\n uVar15 = uVar15 + 1;\n }\n tmp[uVar15] = pt[uVar15] ^ Z[uVar15];\n uVar15 = uVar15 + 1;\n }" { (if_statement "if (uVar14 != 2) {\n if (uVar14 != 3) {\n if (uVar14 != 4) {\n if (uVar14 != 5) {\n if (uVar14 != 6) {\n tmp[1] = pt[1] ^ Z[1];\n uVar15 = 2;\n }\n tmp[uVar15] = pt[uVar15] ^ Z[uVar15];\n uVar15 = uVar15 + 1;\n }\n tmp[uVar15] = pt[uVar15] ^ Z[uVar15];\n uVar15 = uVar15 + 1;\n }\n tmp[uVar15] = pt[uVar15] ^ Z[uVar15];\n uVar15 = uVar15 + 1;\n }\n tmp[uVar15] = pt[uVar15] ^ Z[uVar15];\n uVar15 = uVar15 + 1;\n }" if (parenthesized_expression "(uVar14 != 2)" ( (binary_expression "uVar14 != 2" identifier != number_literal) )) (compound_statement "{\n if (uVar14 != 3) {\n if (uVar14 != 4) {\n if (uVar14 != 5) {\n if (uVar14 != 6) {\n tmp[1] = pt[1] ^ Z[1];\n uVar15 = 2;\n }\n tmp[uVar15] = pt[uVar15] ^ Z[uVar15];\n uVar15 = uVar15 + 1;\n }\n tmp[uVar15] = pt[uVar15] ^ Z[uVar15];\n uVar15 = uVar15 + 1;\n }\n tmp[uVar15] = pt[uVar15] ^ Z[uVar15];\n uVar15 = uVar15 + 1;\n }\n tmp[uVar15] = pt[uVar15] ^ Z[uVar15];\n uVar15 = uVar15 + 1;\n }" { (if_statement "if (uVar14 != 3) {\n if (uVar14 != 4) {\n if (uVar14 != 5) {\n if (uVar14 != 6) {\n tmp[1] = pt[1] ^ Z[1];\n uVar15 = 2;\n }\n tmp[uVar15] = pt[uVar15] ^ Z[uVar15];\n uVar15 = uVar15 + 1;\n }\n tmp[uVar15] = pt[uVar15] ^ Z[uVar15];\n uVar15 = uVar15 + 1;\n }\n tmp[uVar15] = pt[uVar15] ^ Z[uVar15];\n uVar15 = uVar15 + 1;\n }" if (parenthesized_expression "(uVar14 != 3)" ( (binary_expression "uVar14 != 3" identifier != number_literal) )) (compound_statement "{\n if (uVar14 != 4) {\n if (uVar14 != 5) {\n if (uVar14 != 6) {\n tmp[1] = pt[1] ^ Z[1];\n uVar15 = 2;\n }\n tmp[uVar15] = pt[uVar15] ^ Z[uVar15];\n uVar15 = uVar15 + 1;\n }\n tmp[uVar15] = pt[uVar15] ^ Z[uVar15];\n uVar15 = uVar15 + 1;\n }\n tmp[uVar15] = pt[uVar15] ^ Z[uVar15];\n uVar15 = uVar15 + 1;\n }" { (if_statement "if (uVar14 != 4) {\n if (uVar14 != 5) {\n if (uVar14 != 6) {\n tmp[1] = pt[1] ^ Z[1];\n uVar15 = 2;\n }\n tmp[uVar15] = pt[uVar15] ^ Z[uVar15];\n uVar15 = uVar15 + 1;\n }\n tmp[uVar15] = pt[uVar15] ^ Z[uVar15];\n uVar15 = uVar15 + 1;\n }" if (parenthesized_expression "(uVar14 != 4)" ( (binary_expression "uVar14 != 4" identifier != number_literal) )) (compound_statement "{\n if (uVar14 != 5) {\n if (uVar14 != 6) {\n tmp[1] = pt[1] ^ Z[1];\n uVar15 = 2;\n }\n tmp[uVar15] = pt[uVar15] ^ Z[uVar15];\n uVar15 = uVar15 + 1;\n }\n tmp[uVar15] = pt[uVar15] ^ Z[uVar15];\n uVar15 = uVar15 + 1;\n }" { (if_statement "if (uVar14 != 5) {\n if (uVar14 != 6) {\n tmp[1] = pt[1] ^ Z[1];\n uVar15 = 2;\n }\n tmp[uVar15] = pt[uVar15] ^ Z[uVar15];\n uVar15 = uVar15 + 1;\n }" if (parenthesized_expression "(uVar14 != 5)" ( (binary_expression "uVar14 != 5" identifier != number_literal) )) (compound_statement "{\n if (uVar14 != 6) {\n tmp[1] = pt[1] ^ Z[1];\n uVar15 = 2;\n }\n tmp[uVar15] = pt[uVar15] ^ Z[uVar15];\n uVar15 = uVar15 + 1;\n }" { (if_statement "if (uVar14 != 6) {\n tmp[1] = pt[1] ^ Z[1];\n uVar15 = 2;\n }" if (parenthesized_expression "(uVar14 != 6)" ( (binary_expression "uVar14 != 6" identifier != number_literal) )) (compound_statement "{\n tmp[1] = pt[1] ^ Z[1];\n uVar15 = 2;\n }" { (expression_statement "tmp[1] = pt[1] ^ Z[1];" (assignment_expression "tmp[1] = pt[1] ^ Z[1]" (subscript_expression "tmp[1]" identifier [ number_literal ]) = (binary_expression "pt[1] ^ Z[1]" (subscript_expression "pt[1]" identifier [ number_literal ]) ^ (subscript_expression "Z[1]" identifier [ number_literal ]))) ;) (expression_statement "uVar15 = 2;" (assignment_expression "uVar15 = 2" identifier = number_literal) ;) })) (expression_statement "tmp[uVar15] = pt[uVar15] ^ Z[uVar15];" (assignment_expression "tmp[uVar15] = pt[uVar15] ^ Z[uVar15]" (subscript_expression "tmp[uVar15]" identifier [ identifier ]) = (binary_expression "pt[uVar15] ^ Z[uVar15]" (subscript_expression "pt[uVar15]" identifier [ identifier ]) ^ (subscript_expression "Z[uVar15]" identifier [ identifier ]))) ;) (expression_statement "uVar15 = uVar15 + 1;" (assignment_expression "uVar15 = uVar15 + 1" identifier = (binary_expression "uVar15 + 1" identifier + number_literal)) ;) })) (expression_statement "tmp[uVar15] = pt[uVar15] ^ Z[uVar15];" (assignment_expression "tmp[uVar15] = pt[uVar15] ^ Z[uVar15]" (subscript_expression "tmp[uVar15]" identifier [ identifier ]) = (binary_expression "pt[uVar15] ^ Z[uVar15]" (subscript_expression "pt[uVar15]" identifier [ identifier ]) ^ (subscript_expression "Z[uVar15]" identifier [ identifier ]))) ;) (expression_statement "uVar15 = uVar15 + 1;" (assignment_expression "uVar15 = uVar15 + 1" identifier = (binary_expression "uVar15 + 1" identifier + number_literal)) ;) })) (expression_statement "tmp[uVar15] = pt[uVar15] ^ Z[uVar15];" (assignment_expression "tmp[uVar15] = pt[uVar15] ^ Z[uVar15]" (subscript_expression "tmp[uVar15]" identifier [ identifier ]) = (binary_expression "pt[uVar15] ^ Z[uVar15]" (subscript_expression "pt[uVar15]" identifier [ identifier ]) ^ (subscript_expression "Z[uVar15]" identifier [ identifier ]))) ;) (expression_statement "uVar15 = uVar15 + 1;" (assignment_expression "uVar15 = uVar15 + 1" identifier = (binary_expression "uVar15 + 1" identifier + number_literal)) ;) })) (expression_statement "tmp[uVar15] = pt[uVar15] ^ Z[uVar15];" (assignment_expression "tmp[uVar15] = pt[uVar15] ^ Z[uVar15]" (subscript_expression "tmp[uVar15]" identifier [ identifier ]) = (binary_expression "pt[uVar15] ^ Z[uVar15]" (subscript_expression "pt[uVar15]" identifier [ identifier ]) ^ (subscript_expression "Z[uVar15]" identifier [ identifier ]))) ;) (expression_statement "uVar15 = uVar15 + 1;" (assignment_expression "uVar15 = uVar15 + 1" identifier = (binary_expression "uVar15 + 1" identifier + number_literal)) ;) })) (expression_statement "tmp[uVar15] = pt[uVar15] ^ Z[uVar15];" (assignment_expression "tmp[uVar15] = pt[uVar15] ^ Z[uVar15]" (subscript_expression "tmp[uVar15]" identifier [ identifier ]) = (binary_expression "pt[uVar15] ^ Z[uVar15]" (subscript_expression "pt[uVar15]" identifier [ identifier ]) ^ (subscript_expression "Z[uVar15]" identifier [ identifier ]))) ;) (expression_statement "uVar15 = uVar15 + 1;" (assignment_expression "uVar15 = uVar15 + 1" identifier = (binary_expression "uVar15 + 1" identifier + number_literal)) ;) })) })) (for_statement "for (; tmp[uVar15] = pt[uVar15] ^ Z[uVar15], uVar12 != uVar15; uVar15 = uVar15 + 8) {\n bVar3 = pt[uVar15 + 2];\n bVar4 = pt[uVar15 + 3];\n tmp[uVar15 + 1] = pt[uVar15 + 1] ^ Z[uVar15 + 1];\n bVar1 = Z[uVar15 + 3];\n bVar5 = pt[uVar15 + 4];\n bVar6 = pt[uVar15 + 5];\n tmp[uVar15 + 2] = bVar3 ^ Z[uVar15 + 2];\n bVar3 = Z[uVar15 + 4];\n bVar2 = Z[uVar15 + 5];\n tmp[uVar15 + 3] = bVar4 ^ bVar1;\n bVar4 = pt[uVar15 + 6];\n bVar7 = pt[uVar15 + 7];\n tmp[uVar15 + 4] = bVar5 ^ bVar3;\n bVar1 = Z[uVar15 + 6];\n bVar3 = Z[uVar15 + 7];\n tmp[uVar15 + 5] = bVar6 ^ bVar2;\n tmp[uVar15 + 6] = bVar4 ^ bVar1;\n tmp[uVar15 + 7] = bVar7 ^ bVar3;\n }" for ( ; (comma_expression "tmp[uVar15] = pt[uVar15] ^ Z[uVar15], uVar12 != uVar15" (assignment_expression "tmp[uVar15] = pt[uVar15] ^ Z[uVar15]" (subscript_expression "tmp[uVar15]" identifier [ identifier ]) = (binary_expression "pt[uVar15] ^ Z[uVar15]" (subscript_expression "pt[uVar15]" identifier [ identifier ]) ^ (subscript_expression "Z[uVar15]" identifier [ identifier ]))) , (binary_expression "uVar12 != uVar15" identifier != identifier)) ; (assignment_expression "uVar15 = uVar15 + 8" identifier = (binary_expression "uVar15 + 8" identifier + number_literal)) ) (compound_statement "{\n bVar3 = pt[uVar15 + 2];\n bVar4 = pt[uVar15 + 3];\n tmp[uVar15 + 1] = pt[uVar15 + 1] ^ Z[uVar15 + 1];\n bVar1 = Z[uVar15 + 3];\n bVar5 = pt[uVar15 + 4];\n bVar6 = pt[uVar15 + 5];\n tmp[uVar15 + 2] = bVar3 ^ Z[uVar15 + 2];\n bVar3 = Z[uVar15 + 4];\n bVar2 = Z[uVar15 + 5];\n tmp[uVar15 + 3] = bVar4 ^ bVar1;\n bVar4 = pt[uVar15 + 6];\n bVar7 = pt[uVar15 + 7];\n tmp[uVar15 + 4] = bVar5 ^ bVar3;\n bVar1 = Z[uVar15 + 6];\n bVar3 = Z[uVar15 + 7];\n tmp[uVar15 + 5] = bVar6 ^ bVar2;\n tmp[uVar15 + 6] = bVar4 ^ bVar1;\n tmp[uVar15 + 7] = bVar7 ^ bVar3;\n }" { (expression_statement "bVar3 = pt[uVar15 + 2];" (assignment_expression "bVar3 = pt[uVar15 + 2]" identifier = (subscript_expression "pt[uVar15 + 2]" identifier [ (binary_expression "uVar15 + 2" identifier + number_literal) ])) ;) (expression_statement "bVar4 = pt[uVar15 + 3];" (assignment_expression "bVar4 = pt[uVar15 + 3]" identifier = (subscript_expression "pt[uVar15 + 3]" identifier [ (binary_expression "uVar15 + 3" identifier + number_literal) ])) ;) (expression_statement "tmp[uVar15 + 1] = pt[uVar15 + 1] ^ Z[uVar15 + 1];" (assignment_expression "tmp[uVar15 + 1] = pt[uVar15 + 1] ^ Z[uVar15 + 1]" (subscript_expression "tmp[uVar15 + 1]" identifier [ (binary_expression "uVar15 + 1" identifier + number_literal) ]) = (binary_expression "pt[uVar15 + 1] ^ Z[uVar15 + 1]" (subscript_expression "pt[uVar15 + 1]" identifier [ (binary_expression "uVar15 + 1" identifier + number_literal) ]) ^ (subscript_expression "Z[uVar15 + 1]" identifier [ (binary_expression "uVar15 + 1" identifier + number_literal) ]))) ;) (expression_statement "bVar1 = Z[uVar15 + 3];" (assignment_expression "bVar1 = Z[uVar15 + 3]" identifier = (subscript_expression "Z[uVar15 + 3]" identifier [ (binary_expression "uVar15 + 3" identifier + number_literal) ])) ;) (expression_statement "bVar5 = pt[uVar15 + 4];" (assignment_expression "bVar5 = pt[uVar15 + 4]" identifier = (subscript_expression "pt[uVar15 + 4]" identifier [ (binary_expression "uVar15 + 4" identifier + number_literal) ])) ;) (expression_statement "bVar6 = pt[uVar15 + 5];" (assignment_expression "bVar6 = pt[uVar15 + 5]" identifier = (subscript_expression "pt[uVar15 + 5]" identifier [ (binary_expression "uVar15 + 5" identifier + number_literal) ])) ;) (expression_statement "tmp[uVar15 + 2] = bVar3 ^ Z[uVar15 + 2];" (assignment_expression "tmp[uVar15 + 2] = bVar3 ^ Z[uVar15 + 2]" (subscript_expression "tmp[uVar15 + 2]" identifier [ (binary_expression "uVar15 + 2" identifier + number_literal) ]) = (binary_expression "bVar3 ^ Z[uVar15 + 2]" identifier ^ (subscript_expression "Z[uVar15 + 2]" identifier [ (binary_expression "uVar15 + 2" identifier + number_literal) ]))) ;) (expression_statement "bVar3 = Z[uVar15 + 4];" (assignment_expression "bVar3 = Z[uVar15 + 4]" identifier = (subscript_expression "Z[uVar15 + 4]" identifier [ (binary_expression "uVar15 + 4" identifier + number_literal) ])) ;) (expression_statement "bVar2 = Z[uVar15 + 5];" (assignment_expression "bVar2 = Z[uVar15 + 5]" identifier = (subscript_expression "Z[uVar15 + 5]" identifier [ (binary_expression "uVar15 + 5" identifier + number_literal) ])) ;) (expression_statement "tmp[uVar15 + 3] = bVar4 ^ bVar1;" (assignment_expression "tmp[uVar15 + 3] = bVar4 ^ bVar1" (subscript_expression "tmp[uVar15 + 3]" identifier [ (binary_expression "uVar15 + 3" identifier + number_literal) ]) = (binary_expression "bVar4 ^ bVar1" identifier ^ identifier)) ;) (expression_statement "bVar4 = pt[uVar15 + 6];" (assignment_expression "bVar4 = pt[uVar15 + 6]" identifier = (subscript_expression "pt[uVar15 + 6]" identifier [ (binary_expression "uVar15 + 6" identifier + number_literal) ])) ;) (expression_statement "bVar7 = pt[uVar15 + 7];" (assignment_expression "bVar7 = pt[uVar15 + 7]" identifier = (subscript_expression "pt[uVar15 + 7]" identifier [ (binary_expression "uVar15 + 7" identifier + number_literal) ])) ;) (expression_statement "tmp[uVar15 + 4] = bVar5 ^ bVar3;" (assignment_expression "tmp[uVar15 + 4] = bVar5 ^ bVar3" (subscript_expression "tmp[uVar15 + 4]" identifier [ (binary_expression "uVar15 + 4" identifier + number_literal) ]) = (binary_expression "bVar5 ^ bVar3" identifier ^ identifier)) ;) (expression_statement "bVar1 = Z[uVar15 + 6];" (assignment_expression "bVar1 = Z[uVar15 + 6]" identifier = (subscript_expression "Z[uVar15 + 6]" identifier [ (binary_expression "uVar15 + 6" identifier + number_literal) ])) ;) (expression_statement "bVar3 = Z[uVar15 + 7];" (assignment_expression "bVar3 = Z[uVar15 + 7]" identifier = (subscript_expression "Z[uVar15 + 7]" identifier [ (binary_expression "uVar15 + 7" identifier + number_literal) ])) ;) (expression_statement "tmp[uVar15 + 5] = bVar6 ^ bVar2;" (assignment_expression "tmp[uVar15 + 5] = bVar6 ^ bVar2" (subscript_expression "tmp[uVar15 + 5]" identifier [ (binary_expression "uVar15 + 5" identifier + number_literal) ]) = (binary_expression "bVar6 ^ bVar2" identifier ^ identifier)) ;) (expression_statement "tmp[uVar15 + 6] = bVar4 ^ bVar1;" (assignment_expression "tmp[uVar15 + 6] = bVar4 ^ bVar1" (subscript_expression "tmp[uVar15 + 6]" identifier [ (binary_expression "uVar15 + 6" identifier + number_literal) ]) = (binary_expression "bVar4 ^ bVar1" identifier ^ identifier)) ;) (expression_statement "tmp[uVar15 + 7] = bVar7 ^ bVar3;" (assignment_expression "tmp[uVar15 + 7] = bVar7 ^ bVar3" (subscript_expression "tmp[uVar15 + 7]" identifier [ (binary_expression "uVar15 + 7" identifier + number_literal) ]) = (binary_expression "bVar7 ^ bVar3" identifier ^ identifier)) ;) })) })) (expression_statement "iVar11 = (**(code **)(puVar10 + (long)ocb->cipher * 0xc0 + 0x28))(tmp,ct,&ocb->key);" (assignment_expression "iVar11 = (**(code **)(puVar10 + (long)ocb->cipher * 0xc0 + 0x28))(tmp,ct,&ocb->key)" identifier = (call_expression "(**(code **)(puVar10 + (long)ocb->cipher * 0xc0 + 0x28))(tmp,ct,&ocb->key)" (parenthesized_expression "(**(code **)(puVar10 + (long)ocb->cipher * 0xc0 + 0x28))" ( (pointer_expression "**(code **)(puVar10 + (long)ocb->cipher * 0xc0 + 0x28)" * (pointer_expression "*(code **)(puVar10 + (long)ocb->cipher * 0xc0 + 0x28)" * (cast_expression "(code **)(puVar10 + (long)ocb->cipher * 0xc0 + 0x28)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(puVar10 + (long)ocb->cipher * 0xc0 + 0x28)" ( (binary_expression "puVar10 + (long)ocb->cipher * 0xc0 + 0x28" (binary_expression "puVar10 + (long)ocb->cipher * 0xc0" identifier + (binary_expression "(long)ocb->cipher * 0xc0" (cast_expression "(long)ocb->cipher" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (field_expression "ocb->cipher" identifier -> field_identifier)) * number_literal)) + number_literal) ))))) )) (argument_list "(tmp,ct,&ocb->key)" ( identifier , identifier , (pointer_expression "&ocb->key" & (field_expression "ocb->key" identifier -> field_identifier)) )))) ;) (if_statement "if ((iVar11 == 0) && (lVar13 = 0, 0 < ocb->block_len)) {\n do {\n ct[lVar13] = ct[lVar13] ^ Z[lVar13];\n lVar13 = lVar13 + 1;\n } while ((int)lVar13 < ocb->block_len);\n }" if (parenthesized_expression "((iVar11 == 0) && (lVar13 = 0, 0 < ocb->block_len))" ( (binary_expression "(iVar11 == 0) && (lVar13 = 0, 0 < ocb->block_len)" (parenthesized_expression "(iVar11 == 0)" ( (binary_expression "iVar11 == 0" identifier == number_literal) )) && (parenthesized_expression "(lVar13 = 0, 0 < ocb->block_len)" ( (comma_expression "lVar13 = 0, 0 < ocb->block_len" (assignment_expression "lVar13 = 0" identifier = number_literal) , (binary_expression "0 < ocb->block_len" number_literal < (field_expression "ocb->block_len" identifier -> field_identifier))) ))) )) (compound_statement "{\n do {\n ct[lVar13] = ct[lVar13] ^ Z[lVar13];\n lVar13 = lVar13 + 1;\n } while ((int)lVar13 < ocb->block_len);\n }" { (do_statement "do {\n ct[lVar13] = ct[lVar13] ^ Z[lVar13];\n lVar13 = lVar13 + 1;\n } while ((int)lVar13 < ocb->block_len);" do (compound_statement "{\n ct[lVar13] = ct[lVar13] ^ Z[lVar13];\n lVar13 = lVar13 + 1;\n }" { (expression_statement "ct[lVar13] = ct[lVar13] ^ Z[lVar13];" (assignment_expression "ct[lVar13] = ct[lVar13] ^ Z[lVar13]" (subscript_expression "ct[lVar13]" identifier [ identifier ]) = (binary_expression "ct[lVar13] ^ Z[lVar13]" (subscript_expression "ct[lVar13]" identifier [ identifier ]) ^ (subscript_expression "Z[lVar13]" identifier [ identifier ]))) ;) (expression_statement "lVar13 = lVar13 + 1;" (assignment_expression "lVar13 = lVar13 + 1" identifier = (binary_expression "lVar13 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "((int)lVar13 < ocb->block_len)" ( (binary_expression "(int)lVar13 < ocb->block_len" (cast_expression "(int)lVar13" ( (type_descriptor "int" primitive_type) ) identifier) < (field_expression "ocb->block_len" identifier -> field_identifier)) )) ;) })) })) })) (if_statement "if (lVar9 == *(long *)(in_FS_OFFSET + 0x28)) {\n return iVar11;\n }" if (parenthesized_expression "(lVar9 == *(long *)(in_FS_OFFSET + 0x28))" ( (binary_expression "lVar9 == *(long *)(in_FS_OFFSET + 0x28)" identifier == (pointer_expression "*(long *)(in_FS_OFFSET + 0x28)" * (cast_expression "(long *)(in_FS_OFFSET + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_FS_OFFSET + 0x28)" ( (binary_expression "in_FS_OFFSET + 0x28" identifier + number_literal) ))))) )) (compound_statement "{\n return iVar11;\n }" { (return_statement "return iVar11;" return identifier ;) })) comment (expression_statement "__stack_chk_fail();" (call_expression "__stack_chk_fail()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "undefined8 ocb_encrypt(long param_1,byte *param_2,long param_3)\n\n{\n byte *pbVar1;\n byte bVar2;\n byte bVar3;\n byte bVar4;\n byte bVar5;\n byte bVar6;\n byte bVar7;\n byte bVar8;\n int iVar9;\n undefined *puVar10;\n undefined8 uVar11;\n uint uVar12;\n long lVar13;\n uint uVar14;\n ulong uVar15;\n long in_FS_OFFSET;\n byte local_138 [128];\n byte local_b8 [136];\n long local_30;\n \n local_30 = *(long *)(in_FS_OFFSET + 0x28);\n if (param_1 == 0) {\n \n crypt_argchk("ocb != NULL","src/encauth/ocb/ocb_encrypt.c",0x1e);\n }\n if (param_2 == (byte *)0x0) {\n \n crypt_argchk("pt != NULL","src/encauth/ocb/ocb_encrypt.c",0x1f);\n }\n if (param_3 == 0) {\n \n crypt_argchk("ct != NULL","src/encauth/ocb/ocb_encrypt.c",0x20);\n }\n uVar11 = cipher_is_valid(*(undefined4 *)(param_1 + 9000));\n puVar10 = PTR_cipher_descriptor_001dded0;\n if ((int)uVar11 == 0) {\n iVar9 = *(int *)(param_1 + 0x232c);\n uVar11 = 0x10;\n if (iVar9 == *(int *)(PTR_cipher_descriptor_001dded0 +\n (long)*(int *)(param_1 + 9000) * 0xc0 + 0x14)) {\n if (0 < iVar9) {\n uVar15 = 0;\n uVar12 = iVar9 - 1U & 7;\n if (uVar12 != 0) {\n *(byte *)(param_1 + 0x1200) = *(byte *)(param_1 + 0x1200) ^ *param_2;\n uVar15 = 1;\n if (uVar12 != 1) {\n if (uVar12 != 2) {\n if (uVar12 != 3) {\n if (uVar12 != 4) {\n if (uVar12 != 5) {\n if (uVar12 != 6) {\n uVar15 = 2;\n *(byte *)(param_1 + 0x1201) = *(byte *)(param_1 + 0x1201) ^ param_2[1];\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n }\n while( true ) {\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n if (iVar9 - 1U == uVar15) break;\n pbVar1 = (byte *)(param_1 + uVar15 + 0x1201);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 1];\n pbVar1 = (byte *)(param_1 + 0x1202 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 2];\n pbVar1 = (byte *)(param_1 + 0x1203 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 3];\n pbVar1 = (byte *)(param_1 + 0x1204 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 4];\n pbVar1 = (byte *)(param_1 + 0x1205 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 5];\n pbVar1 = (byte *)(param_1 + 0x1206 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 6];\n pbVar1 = (byte *)(param_1 + 0x1207 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 7];\n uVar15 = uVar15 + 8;\n }\n }\n ocb_shift_xor(param_1,local_138);\n if (0 < *(int *)(param_1 + 0x232c)) {\n uVar12 = *(int *)(param_1 + 0x232c) - 1;\n uVar15 = 0;\n uVar14 = uVar12 & 7;\n if (uVar14 != 0) {\n uVar15 = 1;\n local_b8[0] = *param_2 ^ local_138[0];\n if (uVar14 != 1) {\n if (uVar14 != 2) {\n if (uVar14 != 3) {\n if (uVar14 != 4) {\n if (uVar14 != 5) {\n if (uVar14 != 6) {\n local_b8[1] = param_2[1] ^ local_138[1];\n uVar15 = 2;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n }\n for (; local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15], uVar12 != uVar15;\n uVar15 = uVar15 + 8) {\n bVar4 = param_2[uVar15 + 2];\n bVar5 = param_2[uVar15 + 3];\n local_b8[uVar15 + 1] = param_2[uVar15 + 1] ^ local_138[uVar15 + 1];\n bVar2 = local_138[uVar15 + 3];\n bVar6 = param_2[uVar15 + 4];\n bVar7 = param_2[uVar15 + 5];\n local_b8[uVar15 + 2] = bVar4 ^ local_138[uVar15 + 2];\n bVar4 = local_138[uVar15 + 4];\n bVar3 = local_138[uVar15 + 5];\n local_b8[uVar15 + 3] = bVar5 ^ bVar2;\n bVar5 = param_2[uVar15 + 6];\n bVar8 = param_2[uVar15 + 7];\n local_b8[uVar15 + 4] = bVar6 ^ bVar4;\n bVar2 = local_138[uVar15 + 6];\n bVar4 = local_138[uVar15 + 7];\n local_b8[uVar15 + 5] = bVar7 ^ bVar3;\n local_b8[uVar15 + 6] = bVar5 ^ bVar2;\n local_b8[uVar15 + 7] = bVar8 ^ bVar4;\n }\n }\n uVar11 = (**(code **)(puVar10 + (long)*(int *)(param_1 + 9000) * 0xc0 + 0x28))\n (local_b8,param_3,param_1 + 0x1280);\n if (((int)uVar11 == 0) && (lVar13 = 0, 0 < *(int *)(param_1 + 0x232c))) {\n do {\n *(byte *)(param_3 + lVar13) = *(byte *)(param_3 + lVar13) ^ local_138[lVar13];\n lVar13 = lVar13 + 1;\n } while ((int)lVar13 < *(int *)(param_1 + 0x232c));\n }\n }\n }\n if (local_30 == *(long *)(in_FS_OFFSET + 0x28)) {\n return uVar11;\n }\n \n __stack_chk_fail();\n}\n\n" (function_definition "undefined8 ocb_encrypt(long param_1,byte *param_2,long param_3)\n\n{\n byte *pbVar1;\n byte bVar2;\n byte bVar3;\n byte bVar4;\n byte bVar5;\n byte bVar6;\n byte bVar7;\n byte bVar8;\n int iVar9;\n undefined *puVar10;\n undefined8 uVar11;\n uint uVar12;\n long lVar13;\n uint uVar14;\n ulong uVar15;\n long in_FS_OFFSET;\n byte local_138 [128];\n byte local_b8 [136];\n long local_30;\n \n local_30 = *(long *)(in_FS_OFFSET + 0x28);\n if (param_1 == 0) {\n \n crypt_argchk("ocb != NULL","src/encauth/ocb/ocb_encrypt.c",0x1e);\n }\n if (param_2 == (byte *)0x0) {\n \n crypt_argchk("pt != NULL","src/encauth/ocb/ocb_encrypt.c",0x1f);\n }\n if (param_3 == 0) {\n \n crypt_argchk("ct != NULL","src/encauth/ocb/ocb_encrypt.c",0x20);\n }\n uVar11 = cipher_is_valid(*(undefined4 *)(param_1 + 9000));\n puVar10 = PTR_cipher_descriptor_001dded0;\n if ((int)uVar11 == 0) {\n iVar9 = *(int *)(param_1 + 0x232c);\n uVar11 = 0x10;\n if (iVar9 == *(int *)(PTR_cipher_descriptor_001dded0 +\n (long)*(int *)(param_1 + 9000) * 0xc0 + 0x14)) {\n if (0 < iVar9) {\n uVar15 = 0;\n uVar12 = iVar9 - 1U & 7;\n if (uVar12 != 0) {\n *(byte *)(param_1 + 0x1200) = *(byte *)(param_1 + 0x1200) ^ *param_2;\n uVar15 = 1;\n if (uVar12 != 1) {\n if (uVar12 != 2) {\n if (uVar12 != 3) {\n if (uVar12 != 4) {\n if (uVar12 != 5) {\n if (uVar12 != 6) {\n uVar15 = 2;\n *(byte *)(param_1 + 0x1201) = *(byte *)(param_1 + 0x1201) ^ param_2[1];\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n }\n while( true ) {\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n if (iVar9 - 1U == uVar15) break;\n pbVar1 = (byte *)(param_1 + uVar15 + 0x1201);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 1];\n pbVar1 = (byte *)(param_1 + 0x1202 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 2];\n pbVar1 = (byte *)(param_1 + 0x1203 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 3];\n pbVar1 = (byte *)(param_1 + 0x1204 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 4];\n pbVar1 = (byte *)(param_1 + 0x1205 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 5];\n pbVar1 = (byte *)(param_1 + 0x1206 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 6];\n pbVar1 = (byte *)(param_1 + 0x1207 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 7];\n uVar15 = uVar15 + 8;\n }\n }\n ocb_shift_xor(param_1,local_138);\n if (0 < *(int *)(param_1 + 0x232c)) {\n uVar12 = *(int *)(param_1 + 0x232c) - 1;\n uVar15 = 0;\n uVar14 = uVar12 & 7;\n if (uVar14 != 0) {\n uVar15 = 1;\n local_b8[0] = *param_2 ^ local_138[0];\n if (uVar14 != 1) {\n if (uVar14 != 2) {\n if (uVar14 != 3) {\n if (uVar14 != 4) {\n if (uVar14 != 5) {\n if (uVar14 != 6) {\n local_b8[1] = param_2[1] ^ local_138[1];\n uVar15 = 2;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n }\n for (; local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15], uVar12 != uVar15;\n uVar15 = uVar15 + 8) {\n bVar4 = param_2[uVar15 + 2];\n bVar5 = param_2[uVar15 + 3];\n local_b8[uVar15 + 1] = param_2[uVar15 + 1] ^ local_138[uVar15 + 1];\n bVar2 = local_138[uVar15 + 3];\n bVar6 = param_2[uVar15 + 4];\n bVar7 = param_2[uVar15 + 5];\n local_b8[uVar15 + 2] = bVar4 ^ local_138[uVar15 + 2];\n bVar4 = local_138[uVar15 + 4];\n bVar3 = local_138[uVar15 + 5];\n local_b8[uVar15 + 3] = bVar5 ^ bVar2;\n bVar5 = param_2[uVar15 + 6];\n bVar8 = param_2[uVar15 + 7];\n local_b8[uVar15 + 4] = bVar6 ^ bVar4;\n bVar2 = local_138[uVar15 + 6];\n bVar4 = local_138[uVar15 + 7];\n local_b8[uVar15 + 5] = bVar7 ^ bVar3;\n local_b8[uVar15 + 6] = bVar5 ^ bVar2;\n local_b8[uVar15 + 7] = bVar8 ^ bVar4;\n }\n }\n uVar11 = (**(code **)(puVar10 + (long)*(int *)(param_1 + 9000) * 0xc0 + 0x28))\n (local_b8,param_3,param_1 + 0x1280);\n if (((int)uVar11 == 0) && (lVar13 = 0, 0 < *(int *)(param_1 + 0x232c))) {\n do {\n *(byte *)(param_3 + lVar13) = *(byte *)(param_3 + lVar13) ^ local_138[lVar13];\n lVar13 = lVar13 + 1;\n } while ((int)lVar13 < *(int *)(param_1 + 0x232c));\n }\n }\n }\n if (local_30 == *(long *)(in_FS_OFFSET + 0x28)) {\n return uVar11;\n }\n \n __stack_chk_fail();\n}" type_identifier (function_declarator "ocb_encrypt(long param_1,byte *param_2,long param_3)" identifier (parameter_list "(long param_1,byte *param_2,long param_3)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "byte *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "long param_3" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n byte *pbVar1;\n byte bVar2;\n byte bVar3;\n byte bVar4;\n byte bVar5;\n byte bVar6;\n byte bVar7;\n byte bVar8;\n int iVar9;\n undefined *puVar10;\n undefined8 uVar11;\n uint uVar12;\n long lVar13;\n uint uVar14;\n ulong uVar15;\n long in_FS_OFFSET;\n byte local_138 [128];\n byte local_b8 [136];\n long local_30;\n \n local_30 = *(long *)(in_FS_OFFSET + 0x28);\n if (param_1 == 0) {\n \n crypt_argchk("ocb != NULL","src/encauth/ocb/ocb_encrypt.c",0x1e);\n }\n if (param_2 == (byte *)0x0) {\n \n crypt_argchk("pt != NULL","src/encauth/ocb/ocb_encrypt.c",0x1f);\n }\n if (param_3 == 0) {\n \n crypt_argchk("ct != NULL","src/encauth/ocb/ocb_encrypt.c",0x20);\n }\n uVar11 = cipher_is_valid(*(undefined4 *)(param_1 + 9000));\n puVar10 = PTR_cipher_descriptor_001dded0;\n if ((int)uVar11 == 0) {\n iVar9 = *(int *)(param_1 + 0x232c);\n uVar11 = 0x10;\n if (iVar9 == *(int *)(PTR_cipher_descriptor_001dded0 +\n (long)*(int *)(param_1 + 9000) * 0xc0 + 0x14)) {\n if (0 < iVar9) {\n uVar15 = 0;\n uVar12 = iVar9 - 1U & 7;\n if (uVar12 != 0) {\n *(byte *)(param_1 + 0x1200) = *(byte *)(param_1 + 0x1200) ^ *param_2;\n uVar15 = 1;\n if (uVar12 != 1) {\n if (uVar12 != 2) {\n if (uVar12 != 3) {\n if (uVar12 != 4) {\n if (uVar12 != 5) {\n if (uVar12 != 6) {\n uVar15 = 2;\n *(byte *)(param_1 + 0x1201) = *(byte *)(param_1 + 0x1201) ^ param_2[1];\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n }\n while( true ) {\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n if (iVar9 - 1U == uVar15) break;\n pbVar1 = (byte *)(param_1 + uVar15 + 0x1201);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 1];\n pbVar1 = (byte *)(param_1 + 0x1202 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 2];\n pbVar1 = (byte *)(param_1 + 0x1203 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 3];\n pbVar1 = (byte *)(param_1 + 0x1204 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 4];\n pbVar1 = (byte *)(param_1 + 0x1205 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 5];\n pbVar1 = (byte *)(param_1 + 0x1206 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 6];\n pbVar1 = (byte *)(param_1 + 0x1207 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 7];\n uVar15 = uVar15 + 8;\n }\n }\n ocb_shift_xor(param_1,local_138);\n if (0 < *(int *)(param_1 + 0x232c)) {\n uVar12 = *(int *)(param_1 + 0x232c) - 1;\n uVar15 = 0;\n uVar14 = uVar12 & 7;\n if (uVar14 != 0) {\n uVar15 = 1;\n local_b8[0] = *param_2 ^ local_138[0];\n if (uVar14 != 1) {\n if (uVar14 != 2) {\n if (uVar14 != 3) {\n if (uVar14 != 4) {\n if (uVar14 != 5) {\n if (uVar14 != 6) {\n local_b8[1] = param_2[1] ^ local_138[1];\n uVar15 = 2;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n }\n for (; local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15], uVar12 != uVar15;\n uVar15 = uVar15 + 8) {\n bVar4 = param_2[uVar15 + 2];\n bVar5 = param_2[uVar15 + 3];\n local_b8[uVar15 + 1] = param_2[uVar15 + 1] ^ local_138[uVar15 + 1];\n bVar2 = local_138[uVar15 + 3];\n bVar6 = param_2[uVar15 + 4];\n bVar7 = param_2[uVar15 + 5];\n local_b8[uVar15 + 2] = bVar4 ^ local_138[uVar15 + 2];\n bVar4 = local_138[uVar15 + 4];\n bVar3 = local_138[uVar15 + 5];\n local_b8[uVar15 + 3] = bVar5 ^ bVar2;\n bVar5 = param_2[uVar15 + 6];\n bVar8 = param_2[uVar15 + 7];\n local_b8[uVar15 + 4] = bVar6 ^ bVar4;\n bVar2 = local_138[uVar15 + 6];\n bVar4 = local_138[uVar15 + 7];\n local_b8[uVar15 + 5] = bVar7 ^ bVar3;\n local_b8[uVar15 + 6] = bVar5 ^ bVar2;\n local_b8[uVar15 + 7] = bVar8 ^ bVar4;\n }\n }\n uVar11 = (**(code **)(puVar10 + (long)*(int *)(param_1 + 9000) * 0xc0 + 0x28))\n (local_b8,param_3,param_1 + 0x1280);\n if (((int)uVar11 == 0) && (lVar13 = 0, 0 < *(int *)(param_1 + 0x232c))) {\n do {\n *(byte *)(param_3 + lVar13) = *(byte *)(param_3 + lVar13) ^ local_138[lVar13];\n lVar13 = lVar13 + 1;\n } while ((int)lVar13 < *(int *)(param_1 + 0x232c));\n }\n }\n }\n if (local_30 == *(long *)(in_FS_OFFSET + 0x28)) {\n return uVar11;\n }\n \n __stack_chk_fail();\n}" { (declaration "byte *pbVar1;" type_identifier (pointer_declarator "*pbVar1" * identifier) ;) (declaration "byte bVar2;" type_identifier identifier ;) (declaration "byte bVar3;" type_identifier identifier ;) (declaration "byte bVar4;" type_identifier identifier ;) (declaration "byte bVar5;" type_identifier identifier ;) (declaration "byte bVar6;" type_identifier identifier ;) (declaration "byte bVar7;" type_identifier identifier ;) (declaration "byte bVar8;" type_identifier identifier ;) (declaration "int iVar9;" primitive_type identifier ;) (declaration "undefined *puVar10;" type_identifier (pointer_declarator "*puVar10" * identifier) ;) (declaration "undefined8 uVar11;" type_identifier identifier ;) (declaration "uint uVar12;" type_identifier identifier ;) (declaration "long lVar13;" (sized_type_specifier "long" long) identifier ;) (declaration "uint uVar14;" type_identifier identifier ;) (declaration "ulong uVar15;" type_identifier identifier ;) (declaration "long in_FS_OFFSET;" (sized_type_specifier "long" long) identifier ;) (declaration "byte local_138 [128];" type_identifier (array_declarator "local_138 [128]" identifier [ number_literal ]) ;) (declaration "byte local_b8 [136];" type_identifier (array_declarator "local_b8 [136]" identifier [ number_literal ]) ;) (declaration "long local_30;" (sized_type_specifier "long" long) identifier ;) (expression_statement "local_30 = *(long *)(in_FS_OFFSET + 0x28);" (assignment_expression "local_30 = *(long *)(in_FS_OFFSET + 0x28)" identifier = (pointer_expression "*(long *)(in_FS_OFFSET + 0x28)" * (cast_expression "(long *)(in_FS_OFFSET + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_FS_OFFSET + 0x28)" ( (binary_expression "in_FS_OFFSET + 0x28" identifier + number_literal) ))))) ;) (if_statement "if (param_1 == 0) {\n \n crypt_argchk("ocb != NULL","src/encauth/ocb/ocb_encrypt.c",0x1e);\n }" if (parenthesized_expression "(param_1 == 0)" ( (binary_expression "param_1 == 0" identifier == number_literal) )) (compound_statement "{\n \n crypt_argchk("ocb != NULL","src/encauth/ocb/ocb_encrypt.c",0x1e);\n }" { (expression_statement "crypt_argchk("ocb != NULL","src/encauth/ocb/ocb_encrypt.c",0x1e);" (call_expression "crypt_argchk("ocb != NULL","src/encauth/ocb/ocb_encrypt.c",0x1e)" identifier (argument_list "("ocb != NULL","src/encauth/ocb/ocb_encrypt.c",0x1e)" ( (string_literal ""ocb != NULL"" " string_content ") , (string_literal ""src/encauth/ocb/ocb_encrypt.c"" " string_content ") , number_literal ))) ;) })) (if_statement "if (param_2 == (byte *)0x0) {\n \n crypt_argchk("pt != NULL","src/encauth/ocb/ocb_encrypt.c",0x1f);\n }" if (parenthesized_expression "(param_2 == (byte *)0x0)" ( (binary_expression "param_2 == (byte *)0x0" identifier == (cast_expression "(byte *)0x0" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n \n crypt_argchk("pt != NULL","src/encauth/ocb/ocb_encrypt.c",0x1f);\n }" { (expression_statement "crypt_argchk("pt != NULL","src/encauth/ocb/ocb_encrypt.c",0x1f);" (call_expression "crypt_argchk("pt != NULL","src/encauth/ocb/ocb_encrypt.c",0x1f)" identifier (argument_list "("pt != NULL","src/encauth/ocb/ocb_encrypt.c",0x1f)" ( (string_literal ""pt != NULL"" " string_content ") , (string_literal ""src/encauth/ocb/ocb_encrypt.c"" " string_content ") , number_literal ))) ;) })) (if_statement "if (param_3 == 0) {\n \n crypt_argchk("ct != NULL","src/encauth/ocb/ocb_encrypt.c",0x20);\n }" if (parenthesized_expression "(param_3 == 0)" ( (binary_expression "param_3 == 0" identifier == number_literal) )) (compound_statement "{\n \n crypt_argchk("ct != NULL","src/encauth/ocb/ocb_encrypt.c",0x20);\n }" { (expression_statement "crypt_argchk("ct != NULL","src/encauth/ocb/ocb_encrypt.c",0x20);" (call_expression "crypt_argchk("ct != NULL","src/encauth/ocb/ocb_encrypt.c",0x20)" identifier (argument_list "("ct != NULL","src/encauth/ocb/ocb_encrypt.c",0x20)" ( (string_literal ""ct != NULL"" " string_content ") , (string_literal ""src/encauth/ocb/ocb_encrypt.c"" " string_content ") , number_literal ))) ;) })) (expression_statement "uVar11 = cipher_is_valid(*(undefined4 *)(param_1 + 9000));" (assignment_expression "uVar11 = cipher_is_valid(*(undefined4 *)(param_1 + 9000))" identifier = (call_expression "cipher_is_valid(*(undefined4 *)(param_1 + 9000))" identifier (argument_list "(*(undefined4 *)(param_1 + 9000))" ( (pointer_expression "*(undefined4 *)(param_1 + 9000)" * (cast_expression "(undefined4 *)(param_1 + 9000)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 9000)" ( (binary_expression "param_1 + 9000" identifier + number_literal) )))) )))) ;) (expression_statement "puVar10 = PTR_cipher_descriptor_001dded0;" (assignment_expression "puVar10 = PTR_cipher_descriptor_001dded0" identifier = identifier) ;) (if_statement "if ((int)uVar11 == 0) {\n iVar9 = *(int *)(param_1 + 0x232c);\n uVar11 = 0x10;\n if (iVar9 == *(int *)(PTR_cipher_descriptor_001dded0 +\n (long)*(int *)(param_1 + 9000) * 0xc0 + 0x14)) {\n if (0 < iVar9) {\n uVar15 = 0;\n uVar12 = iVar9 - 1U & 7;\n if (uVar12 != 0) {\n *(byte *)(param_1 + 0x1200) = *(byte *)(param_1 + 0x1200) ^ *param_2;\n uVar15 = 1;\n if (uVar12 != 1) {\n if (uVar12 != 2) {\n if (uVar12 != 3) {\n if (uVar12 != 4) {\n if (uVar12 != 5) {\n if (uVar12 != 6) {\n uVar15 = 2;\n *(byte *)(param_1 + 0x1201) = *(byte *)(param_1 + 0x1201) ^ param_2[1];\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n }\n while( true ) {\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n if (iVar9 - 1U == uVar15) break;\n pbVar1 = (byte *)(param_1 + uVar15 + 0x1201);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 1];\n pbVar1 = (byte *)(param_1 + 0x1202 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 2];\n pbVar1 = (byte *)(param_1 + 0x1203 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 3];\n pbVar1 = (byte *)(param_1 + 0x1204 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 4];\n pbVar1 = (byte *)(param_1 + 0x1205 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 5];\n pbVar1 = (byte *)(param_1 + 0x1206 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 6];\n pbVar1 = (byte *)(param_1 + 0x1207 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 7];\n uVar15 = uVar15 + 8;\n }\n }\n ocb_shift_xor(param_1,local_138);\n if (0 < *(int *)(param_1 + 0x232c)) {\n uVar12 = *(int *)(param_1 + 0x232c) - 1;\n uVar15 = 0;\n uVar14 = uVar12 & 7;\n if (uVar14 != 0) {\n uVar15 = 1;\n local_b8[0] = *param_2 ^ local_138[0];\n if (uVar14 != 1) {\n if (uVar14 != 2) {\n if (uVar14 != 3) {\n if (uVar14 != 4) {\n if (uVar14 != 5) {\n if (uVar14 != 6) {\n local_b8[1] = param_2[1] ^ local_138[1];\n uVar15 = 2;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n }\n for (; local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15], uVar12 != uVar15;\n uVar15 = uVar15 + 8) {\n bVar4 = param_2[uVar15 + 2];\n bVar5 = param_2[uVar15 + 3];\n local_b8[uVar15 + 1] = param_2[uVar15 + 1] ^ local_138[uVar15 + 1];\n bVar2 = local_138[uVar15 + 3];\n bVar6 = param_2[uVar15 + 4];\n bVar7 = param_2[uVar15 + 5];\n local_b8[uVar15 + 2] = bVar4 ^ local_138[uVar15 + 2];\n bVar4 = local_138[uVar15 + 4];\n bVar3 = local_138[uVar15 + 5];\n local_b8[uVar15 + 3] = bVar5 ^ bVar2;\n bVar5 = param_2[uVar15 + 6];\n bVar8 = param_2[uVar15 + 7];\n local_b8[uVar15 + 4] = bVar6 ^ bVar4;\n bVar2 = local_138[uVar15 + 6];\n bVar4 = local_138[uVar15 + 7];\n local_b8[uVar15 + 5] = bVar7 ^ bVar3;\n local_b8[uVar15 + 6] = bVar5 ^ bVar2;\n local_b8[uVar15 + 7] = bVar8 ^ bVar4;\n }\n }\n uVar11 = (**(code **)(puVar10 + (long)*(int *)(param_1 + 9000) * 0xc0 + 0x28))\n (local_b8,param_3,param_1 + 0x1280);\n if (((int)uVar11 == 0) && (lVar13 = 0, 0 < *(int *)(param_1 + 0x232c))) {\n do {\n *(byte *)(param_3 + lVar13) = *(byte *)(param_3 + lVar13) ^ local_138[lVar13];\n lVar13 = lVar13 + 1;\n } while ((int)lVar13 < *(int *)(param_1 + 0x232c));\n }\n }\n }" if (parenthesized_expression "((int)uVar11 == 0)" ( (binary_expression "(int)uVar11 == 0" (cast_expression "(int)uVar11" ( (type_descriptor "int" primitive_type) ) identifier) == number_literal) )) (compound_statement "{\n iVar9 = *(int *)(param_1 + 0x232c);\n uVar11 = 0x10;\n if (iVar9 == *(int *)(PTR_cipher_descriptor_001dded0 +\n (long)*(int *)(param_1 + 9000) * 0xc0 + 0x14)) {\n if (0 < iVar9) {\n uVar15 = 0;\n uVar12 = iVar9 - 1U & 7;\n if (uVar12 != 0) {\n *(byte *)(param_1 + 0x1200) = *(byte *)(param_1 + 0x1200) ^ *param_2;\n uVar15 = 1;\n if (uVar12 != 1) {\n if (uVar12 != 2) {\n if (uVar12 != 3) {\n if (uVar12 != 4) {\n if (uVar12 != 5) {\n if (uVar12 != 6) {\n uVar15 = 2;\n *(byte *)(param_1 + 0x1201) = *(byte *)(param_1 + 0x1201) ^ param_2[1];\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n }\n while( true ) {\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n if (iVar9 - 1U == uVar15) break;\n pbVar1 = (byte *)(param_1 + uVar15 + 0x1201);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 1];\n pbVar1 = (byte *)(param_1 + 0x1202 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 2];\n pbVar1 = (byte *)(param_1 + 0x1203 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 3];\n pbVar1 = (byte *)(param_1 + 0x1204 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 4];\n pbVar1 = (byte *)(param_1 + 0x1205 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 5];\n pbVar1 = (byte *)(param_1 + 0x1206 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 6];\n pbVar1 = (byte *)(param_1 + 0x1207 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 7];\n uVar15 = uVar15 + 8;\n }\n }\n ocb_shift_xor(param_1,local_138);\n if (0 < *(int *)(param_1 + 0x232c)) {\n uVar12 = *(int *)(param_1 + 0x232c) - 1;\n uVar15 = 0;\n uVar14 = uVar12 & 7;\n if (uVar14 != 0) {\n uVar15 = 1;\n local_b8[0] = *param_2 ^ local_138[0];\n if (uVar14 != 1) {\n if (uVar14 != 2) {\n if (uVar14 != 3) {\n if (uVar14 != 4) {\n if (uVar14 != 5) {\n if (uVar14 != 6) {\n local_b8[1] = param_2[1] ^ local_138[1];\n uVar15 = 2;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n }\n for (; local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15], uVar12 != uVar15;\n uVar15 = uVar15 + 8) {\n bVar4 = param_2[uVar15 + 2];\n bVar5 = param_2[uVar15 + 3];\n local_b8[uVar15 + 1] = param_2[uVar15 + 1] ^ local_138[uVar15 + 1];\n bVar2 = local_138[uVar15 + 3];\n bVar6 = param_2[uVar15 + 4];\n bVar7 = param_2[uVar15 + 5];\n local_b8[uVar15 + 2] = bVar4 ^ local_138[uVar15 + 2];\n bVar4 = local_138[uVar15 + 4];\n bVar3 = local_138[uVar15 + 5];\n local_b8[uVar15 + 3] = bVar5 ^ bVar2;\n bVar5 = param_2[uVar15 + 6];\n bVar8 = param_2[uVar15 + 7];\n local_b8[uVar15 + 4] = bVar6 ^ bVar4;\n bVar2 = local_138[uVar15 + 6];\n bVar4 = local_138[uVar15 + 7];\n local_b8[uVar15 + 5] = bVar7 ^ bVar3;\n local_b8[uVar15 + 6] = bVar5 ^ bVar2;\n local_b8[uVar15 + 7] = bVar8 ^ bVar4;\n }\n }\n uVar11 = (**(code **)(puVar10 + (long)*(int *)(param_1 + 9000) * 0xc0 + 0x28))\n (local_b8,param_3,param_1 + 0x1280);\n if (((int)uVar11 == 0) && (lVar13 = 0, 0 < *(int *)(param_1 + 0x232c))) {\n do {\n *(byte *)(param_3 + lVar13) = *(byte *)(param_3 + lVar13) ^ local_138[lVar13];\n lVar13 = lVar13 + 1;\n } while ((int)lVar13 < *(int *)(param_1 + 0x232c));\n }\n }\n }" { (expression_statement "iVar9 = *(int *)(param_1 + 0x232c);" (assignment_expression "iVar9 = *(int *)(param_1 + 0x232c)" identifier = (pointer_expression "*(int *)(param_1 + 0x232c)" * (cast_expression "(int *)(param_1 + 0x232c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x232c)" ( (binary_expression "param_1 + 0x232c" identifier + number_literal) ))))) ;) (expression_statement "uVar11 = 0x10;" (assignment_expression "uVar11 = 0x10" identifier = number_literal) ;) (if_statement "if (iVar9 == *(int *)(PTR_cipher_descriptor_001dded0 +\n (long)*(int *)(param_1 + 9000) * 0xc0 + 0x14)) {\n if (0 < iVar9) {\n uVar15 = 0;\n uVar12 = iVar9 - 1U & 7;\n if (uVar12 != 0) {\n *(byte *)(param_1 + 0x1200) = *(byte *)(param_1 + 0x1200) ^ *param_2;\n uVar15 = 1;\n if (uVar12 != 1) {\n if (uVar12 != 2) {\n if (uVar12 != 3) {\n if (uVar12 != 4) {\n if (uVar12 != 5) {\n if (uVar12 != 6) {\n uVar15 = 2;\n *(byte *)(param_1 + 0x1201) = *(byte *)(param_1 + 0x1201) ^ param_2[1];\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n }\n while( true ) {\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n if (iVar9 - 1U == uVar15) break;\n pbVar1 = (byte *)(param_1 + uVar15 + 0x1201);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 1];\n pbVar1 = (byte *)(param_1 + 0x1202 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 2];\n pbVar1 = (byte *)(param_1 + 0x1203 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 3];\n pbVar1 = (byte *)(param_1 + 0x1204 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 4];\n pbVar1 = (byte *)(param_1 + 0x1205 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 5];\n pbVar1 = (byte *)(param_1 + 0x1206 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 6];\n pbVar1 = (byte *)(param_1 + 0x1207 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 7];\n uVar15 = uVar15 + 8;\n }\n }\n ocb_shift_xor(param_1,local_138);\n if (0 < *(int *)(param_1 + 0x232c)) {\n uVar12 = *(int *)(param_1 + 0x232c) - 1;\n uVar15 = 0;\n uVar14 = uVar12 & 7;\n if (uVar14 != 0) {\n uVar15 = 1;\n local_b8[0] = *param_2 ^ local_138[0];\n if (uVar14 != 1) {\n if (uVar14 != 2) {\n if (uVar14 != 3) {\n if (uVar14 != 4) {\n if (uVar14 != 5) {\n if (uVar14 != 6) {\n local_b8[1] = param_2[1] ^ local_138[1];\n uVar15 = 2;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n }\n for (; local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15], uVar12 != uVar15;\n uVar15 = uVar15 + 8) {\n bVar4 = param_2[uVar15 + 2];\n bVar5 = param_2[uVar15 + 3];\n local_b8[uVar15 + 1] = param_2[uVar15 + 1] ^ local_138[uVar15 + 1];\n bVar2 = local_138[uVar15 + 3];\n bVar6 = param_2[uVar15 + 4];\n bVar7 = param_2[uVar15 + 5];\n local_b8[uVar15 + 2] = bVar4 ^ local_138[uVar15 + 2];\n bVar4 = local_138[uVar15 + 4];\n bVar3 = local_138[uVar15 + 5];\n local_b8[uVar15 + 3] = bVar5 ^ bVar2;\n bVar5 = param_2[uVar15 + 6];\n bVar8 = param_2[uVar15 + 7];\n local_b8[uVar15 + 4] = bVar6 ^ bVar4;\n bVar2 = local_138[uVar15 + 6];\n bVar4 = local_138[uVar15 + 7];\n local_b8[uVar15 + 5] = bVar7 ^ bVar3;\n local_b8[uVar15 + 6] = bVar5 ^ bVar2;\n local_b8[uVar15 + 7] = bVar8 ^ bVar4;\n }\n }\n uVar11 = (**(code **)(puVar10 + (long)*(int *)(param_1 + 9000) * 0xc0 + 0x28))\n (local_b8,param_3,param_1 + 0x1280);\n if (((int)uVar11 == 0) && (lVar13 = 0, 0 < *(int *)(param_1 + 0x232c))) {\n do {\n *(byte *)(param_3 + lVar13) = *(byte *)(param_3 + lVar13) ^ local_138[lVar13];\n lVar13 = lVar13 + 1;\n } while ((int)lVar13 < *(int *)(param_1 + 0x232c));\n }\n }" if (parenthesized_expression "(iVar9 == *(int *)(PTR_cipher_descriptor_001dded0 +\n (long)*(int *)(param_1 + 9000) * 0xc0 + 0x14))" ( (binary_expression "iVar9 == *(int *)(PTR_cipher_descriptor_001dded0 +\n (long)*(int *)(param_1 + 9000) * 0xc0 + 0x14)" identifier == (pointer_expression "*(int *)(PTR_cipher_descriptor_001dded0 +\n (long)*(int *)(param_1 + 9000) * 0xc0 + 0x14)" * (cast_expression "(int *)(PTR_cipher_descriptor_001dded0 +\n (long)*(int *)(param_1 + 9000) * 0xc0 + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(PTR_cipher_descriptor_001dded0 +\n (long)*(int *)(param_1 + 9000) * 0xc0 + 0x14)" ( (binary_expression "PTR_cipher_descriptor_001dded0 +\n (long)*(int *)(param_1 + 9000) * 0xc0 + 0x14" (binary_expression "PTR_cipher_descriptor_001dded0 +\n (long)*(int *)(param_1 + 9000) * 0xc0" identifier + (binary_expression "(long)*(int *)(param_1 + 9000) * 0xc0" (cast_expression "(long)*(int *)(param_1 + 9000)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "*(int *)(param_1 + 9000)" * (cast_expression "(int *)(param_1 + 9000)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 9000)" ( (binary_expression "param_1 + 9000" identifier + number_literal) ))))) * number_literal)) + number_literal) ))))) )) (compound_statement "{\n if (0 < iVar9) {\n uVar15 = 0;\n uVar12 = iVar9 - 1U & 7;\n if (uVar12 != 0) {\n *(byte *)(param_1 + 0x1200) = *(byte *)(param_1 + 0x1200) ^ *param_2;\n uVar15 = 1;\n if (uVar12 != 1) {\n if (uVar12 != 2) {\n if (uVar12 != 3) {\n if (uVar12 != 4) {\n if (uVar12 != 5) {\n if (uVar12 != 6) {\n uVar15 = 2;\n *(byte *)(param_1 + 0x1201) = *(byte *)(param_1 + 0x1201) ^ param_2[1];\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n }\n while( true ) {\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n if (iVar9 - 1U == uVar15) break;\n pbVar1 = (byte *)(param_1 + uVar15 + 0x1201);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 1];\n pbVar1 = (byte *)(param_1 + 0x1202 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 2];\n pbVar1 = (byte *)(param_1 + 0x1203 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 3];\n pbVar1 = (byte *)(param_1 + 0x1204 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 4];\n pbVar1 = (byte *)(param_1 + 0x1205 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 5];\n pbVar1 = (byte *)(param_1 + 0x1206 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 6];\n pbVar1 = (byte *)(param_1 + 0x1207 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 7];\n uVar15 = uVar15 + 8;\n }\n }\n ocb_shift_xor(param_1,local_138);\n if (0 < *(int *)(param_1 + 0x232c)) {\n uVar12 = *(int *)(param_1 + 0x232c) - 1;\n uVar15 = 0;\n uVar14 = uVar12 & 7;\n if (uVar14 != 0) {\n uVar15 = 1;\n local_b8[0] = *param_2 ^ local_138[0];\n if (uVar14 != 1) {\n if (uVar14 != 2) {\n if (uVar14 != 3) {\n if (uVar14 != 4) {\n if (uVar14 != 5) {\n if (uVar14 != 6) {\n local_b8[1] = param_2[1] ^ local_138[1];\n uVar15 = 2;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n }\n for (; local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15], uVar12 != uVar15;\n uVar15 = uVar15 + 8) {\n bVar4 = param_2[uVar15 + 2];\n bVar5 = param_2[uVar15 + 3];\n local_b8[uVar15 + 1] = param_2[uVar15 + 1] ^ local_138[uVar15 + 1];\n bVar2 = local_138[uVar15 + 3];\n bVar6 = param_2[uVar15 + 4];\n bVar7 = param_2[uVar15 + 5];\n local_b8[uVar15 + 2] = bVar4 ^ local_138[uVar15 + 2];\n bVar4 = local_138[uVar15 + 4];\n bVar3 = local_138[uVar15 + 5];\n local_b8[uVar15 + 3] = bVar5 ^ bVar2;\n bVar5 = param_2[uVar15 + 6];\n bVar8 = param_2[uVar15 + 7];\n local_b8[uVar15 + 4] = bVar6 ^ bVar4;\n bVar2 = local_138[uVar15 + 6];\n bVar4 = local_138[uVar15 + 7];\n local_b8[uVar15 + 5] = bVar7 ^ bVar3;\n local_b8[uVar15 + 6] = bVar5 ^ bVar2;\n local_b8[uVar15 + 7] = bVar8 ^ bVar4;\n }\n }\n uVar11 = (**(code **)(puVar10 + (long)*(int *)(param_1 + 9000) * 0xc0 + 0x28))\n (local_b8,param_3,param_1 + 0x1280);\n if (((int)uVar11 == 0) && (lVar13 = 0, 0 < *(int *)(param_1 + 0x232c))) {\n do {\n *(byte *)(param_3 + lVar13) = *(byte *)(param_3 + lVar13) ^ local_138[lVar13];\n lVar13 = lVar13 + 1;\n } while ((int)lVar13 < *(int *)(param_1 + 0x232c));\n }\n }" { (if_statement "if (0 < iVar9) {\n uVar15 = 0;\n uVar12 = iVar9 - 1U & 7;\n if (uVar12 != 0) {\n *(byte *)(param_1 + 0x1200) = *(byte *)(param_1 + 0x1200) ^ *param_2;\n uVar15 = 1;\n if (uVar12 != 1) {\n if (uVar12 != 2) {\n if (uVar12 != 3) {\n if (uVar12 != 4) {\n if (uVar12 != 5) {\n if (uVar12 != 6) {\n uVar15 = 2;\n *(byte *)(param_1 + 0x1201) = *(byte *)(param_1 + 0x1201) ^ param_2[1];\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n }\n while( true ) {\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n if (iVar9 - 1U == uVar15) break;\n pbVar1 = (byte *)(param_1 + uVar15 + 0x1201);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 1];\n pbVar1 = (byte *)(param_1 + 0x1202 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 2];\n pbVar1 = (byte *)(param_1 + 0x1203 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 3];\n pbVar1 = (byte *)(param_1 + 0x1204 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 4];\n pbVar1 = (byte *)(param_1 + 0x1205 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 5];\n pbVar1 = (byte *)(param_1 + 0x1206 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 6];\n pbVar1 = (byte *)(param_1 + 0x1207 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 7];\n uVar15 = uVar15 + 8;\n }\n }" if (parenthesized_expression "(0 < iVar9)" ( (binary_expression "0 < iVar9" number_literal < identifier) )) (compound_statement "{\n uVar15 = 0;\n uVar12 = iVar9 - 1U & 7;\n if (uVar12 != 0) {\n *(byte *)(param_1 + 0x1200) = *(byte *)(param_1 + 0x1200) ^ *param_2;\n uVar15 = 1;\n if (uVar12 != 1) {\n if (uVar12 != 2) {\n if (uVar12 != 3) {\n if (uVar12 != 4) {\n if (uVar12 != 5) {\n if (uVar12 != 6) {\n uVar15 = 2;\n *(byte *)(param_1 + 0x1201) = *(byte *)(param_1 + 0x1201) ^ param_2[1];\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n }\n while( true ) {\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n if (iVar9 - 1U == uVar15) break;\n pbVar1 = (byte *)(param_1 + uVar15 + 0x1201);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 1];\n pbVar1 = (byte *)(param_1 + 0x1202 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 2];\n pbVar1 = (byte *)(param_1 + 0x1203 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 3];\n pbVar1 = (byte *)(param_1 + 0x1204 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 4];\n pbVar1 = (byte *)(param_1 + 0x1205 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 5];\n pbVar1 = (byte *)(param_1 + 0x1206 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 6];\n pbVar1 = (byte *)(param_1 + 0x1207 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 7];\n uVar15 = uVar15 + 8;\n }\n }" { (expression_statement "uVar15 = 0;" (assignment_expression "uVar15 = 0" identifier = number_literal) ;) (expression_statement "uVar12 = iVar9 - 1U & 7;" (assignment_expression "uVar12 = iVar9 - 1U & 7" identifier = (binary_expression "iVar9 - 1U & 7" (binary_expression "iVar9 - 1U" identifier - number_literal) & number_literal)) ;) (if_statement "if (uVar12 != 0) {\n *(byte *)(param_1 + 0x1200) = *(byte *)(param_1 + 0x1200) ^ *param_2;\n uVar15 = 1;\n if (uVar12 != 1) {\n if (uVar12 != 2) {\n if (uVar12 != 3) {\n if (uVar12 != 4) {\n if (uVar12 != 5) {\n if (uVar12 != 6) {\n uVar15 = 2;\n *(byte *)(param_1 + 0x1201) = *(byte *)(param_1 + 0x1201) ^ param_2[1];\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n }" if (parenthesized_expression "(uVar12 != 0)" ( (binary_expression "uVar12 != 0" identifier != number_literal) )) (compound_statement "{\n *(byte *)(param_1 + 0x1200) = *(byte *)(param_1 + 0x1200) ^ *param_2;\n uVar15 = 1;\n if (uVar12 != 1) {\n if (uVar12 != 2) {\n if (uVar12 != 3) {\n if (uVar12 != 4) {\n if (uVar12 != 5) {\n if (uVar12 != 6) {\n uVar15 = 2;\n *(byte *)(param_1 + 0x1201) = *(byte *)(param_1 + 0x1201) ^ param_2[1];\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n }" { (expression_statement "*(byte *)(param_1 + 0x1200) = *(byte *)(param_1 + 0x1200) ^ *param_2;" (assignment_expression "*(byte *)(param_1 + 0x1200) = *(byte *)(param_1 + 0x1200) ^ *param_2" (pointer_expression "*(byte *)(param_1 + 0x1200)" * (cast_expression "(byte *)(param_1 + 0x1200)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x1200)" ( (binary_expression "param_1 + 0x1200" identifier + number_literal) )))) = (binary_expression "*(byte *)(param_1 + 0x1200) ^ *param_2" (pointer_expression "*(byte *)(param_1 + 0x1200)" * (cast_expression "(byte *)(param_1 + 0x1200)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x1200)" ( (binary_expression "param_1 + 0x1200" identifier + number_literal) )))) ^ (pointer_expression "*param_2" * identifier))) ;) (expression_statement "uVar15 = 1;" (assignment_expression "uVar15 = 1" identifier = number_literal) ;) (if_statement "if (uVar12 != 1) {\n if (uVar12 != 2) {\n if (uVar12 != 3) {\n if (uVar12 != 4) {\n if (uVar12 != 5) {\n if (uVar12 != 6) {\n uVar15 = 2;\n *(byte *)(param_1 + 0x1201) = *(byte *)(param_1 + 0x1201) ^ param_2[1];\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }" if (parenthesized_expression "(uVar12 != 1)" ( (binary_expression "uVar12 != 1" identifier != number_literal) )) (compound_statement "{\n if (uVar12 != 2) {\n if (uVar12 != 3) {\n if (uVar12 != 4) {\n if (uVar12 != 5) {\n if (uVar12 != 6) {\n uVar15 = 2;\n *(byte *)(param_1 + 0x1201) = *(byte *)(param_1 + 0x1201) ^ param_2[1];\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }" { (if_statement "if (uVar12 != 2) {\n if (uVar12 != 3) {\n if (uVar12 != 4) {\n if (uVar12 != 5) {\n if (uVar12 != 6) {\n uVar15 = 2;\n *(byte *)(param_1 + 0x1201) = *(byte *)(param_1 + 0x1201) ^ param_2[1];\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }" if (parenthesized_expression "(uVar12 != 2)" ( (binary_expression "uVar12 != 2" identifier != number_literal) )) (compound_statement "{\n if (uVar12 != 3) {\n if (uVar12 != 4) {\n if (uVar12 != 5) {\n if (uVar12 != 6) {\n uVar15 = 2;\n *(byte *)(param_1 + 0x1201) = *(byte *)(param_1 + 0x1201) ^ param_2[1];\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }" { (if_statement "if (uVar12 != 3) {\n if (uVar12 != 4) {\n if (uVar12 != 5) {\n if (uVar12 != 6) {\n uVar15 = 2;\n *(byte *)(param_1 + 0x1201) = *(byte *)(param_1 + 0x1201) ^ param_2[1];\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }" if (parenthesized_expression "(uVar12 != 3)" ( (binary_expression "uVar12 != 3" identifier != number_literal) )) (compound_statement "{\n if (uVar12 != 4) {\n if (uVar12 != 5) {\n if (uVar12 != 6) {\n uVar15 = 2;\n *(byte *)(param_1 + 0x1201) = *(byte *)(param_1 + 0x1201) ^ param_2[1];\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }" { (if_statement "if (uVar12 != 4) {\n if (uVar12 != 5) {\n if (uVar12 != 6) {\n uVar15 = 2;\n *(byte *)(param_1 + 0x1201) = *(byte *)(param_1 + 0x1201) ^ param_2[1];\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }" if (parenthesized_expression "(uVar12 != 4)" ( (binary_expression "uVar12 != 4" identifier != number_literal) )) (compound_statement "{\n if (uVar12 != 5) {\n if (uVar12 != 6) {\n uVar15 = 2;\n *(byte *)(param_1 + 0x1201) = *(byte *)(param_1 + 0x1201) ^ param_2[1];\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }" { (if_statement "if (uVar12 != 5) {\n if (uVar12 != 6) {\n uVar15 = 2;\n *(byte *)(param_1 + 0x1201) = *(byte *)(param_1 + 0x1201) ^ param_2[1];\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }" if (parenthesized_expression "(uVar12 != 5)" ( (binary_expression "uVar12 != 5" identifier != number_literal) )) (compound_statement "{\n if (uVar12 != 6) {\n uVar15 = 2;\n *(byte *)(param_1 + 0x1201) = *(byte *)(param_1 + 0x1201) ^ param_2[1];\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }" { (if_statement "if (uVar12 != 6) {\n uVar15 = 2;\n *(byte *)(param_1 + 0x1201) = *(byte *)(param_1 + 0x1201) ^ param_2[1];\n }" if (parenthesized_expression "(uVar12 != 6)" ( (binary_expression "uVar12 != 6" identifier != number_literal) )) (compound_statement "{\n uVar15 = 2;\n *(byte *)(param_1 + 0x1201) = *(byte *)(param_1 + 0x1201) ^ param_2[1];\n }" { (expression_statement "uVar15 = 2;" (assignment_expression "uVar15 = 2" identifier = number_literal) ;) (expression_statement "*(byte *)(param_1 + 0x1201) = *(byte *)(param_1 + 0x1201) ^ param_2[1];" (assignment_expression "*(byte *)(param_1 + 0x1201) = *(byte *)(param_1 + 0x1201) ^ param_2[1]" (pointer_expression "*(byte *)(param_1 + 0x1201)" * (cast_expression "(byte *)(param_1 + 0x1201)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x1201)" ( (binary_expression "param_1 + 0x1201" identifier + number_literal) )))) = (binary_expression "*(byte *)(param_1 + 0x1201) ^ param_2[1]" (pointer_expression "*(byte *)(param_1 + 0x1201)" * (cast_expression "(byte *)(param_1 + 0x1201)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x1201)" ( (binary_expression "param_1 + 0x1201" identifier + number_literal) )))) ^ (subscript_expression "param_2[1]" identifier [ number_literal ]))) ;) })) (expression_statement "pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);" (assignment_expression "pbVar1 = (byte *)(param_1 + 0x1200 + uVar15)" identifier = (cast_expression "(byte *)(param_1 + 0x1200 + uVar15)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x1200 + uVar15)" ( (binary_expression "param_1 + 0x1200 + uVar15" (binary_expression "param_1 + 0x1200" identifier + number_literal) + identifier) )))) ;) (expression_statement "*pbVar1 = *pbVar1 ^ param_2[uVar15];" (assignment_expression "*pbVar1 = *pbVar1 ^ param_2[uVar15]" (pointer_expression "*pbVar1" * identifier) = (binary_expression "*pbVar1 ^ param_2[uVar15]" (pointer_expression "*pbVar1" * identifier) ^ (subscript_expression "param_2[uVar15]" identifier [ identifier ]))) ;) (expression_statement "uVar15 = uVar15 + 1;" (assignment_expression "uVar15 = uVar15 + 1" identifier = (binary_expression "uVar15 + 1" identifier + number_literal)) ;) })) (expression_statement "pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);" (assignment_expression "pbVar1 = (byte *)(param_1 + 0x1200 + uVar15)" identifier = (cast_expression "(byte *)(param_1 + 0x1200 + uVar15)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x1200 + uVar15)" ( (binary_expression "param_1 + 0x1200 + uVar15" (binary_expression "param_1 + 0x1200" identifier + number_literal) + identifier) )))) ;) (expression_statement "*pbVar1 = *pbVar1 ^ param_2[uVar15];" (assignment_expression "*pbVar1 = *pbVar1 ^ param_2[uVar15]" (pointer_expression "*pbVar1" * identifier) = (binary_expression "*pbVar1 ^ param_2[uVar15]" (pointer_expression "*pbVar1" * identifier) ^ (subscript_expression "param_2[uVar15]" identifier [ identifier ]))) ;) (expression_statement "uVar15 = uVar15 + 1;" (assignment_expression "uVar15 = uVar15 + 1" identifier = (binary_expression "uVar15 + 1" identifier + number_literal)) ;) })) (expression_statement "pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);" (assignment_expression "pbVar1 = (byte *)(param_1 + 0x1200 + uVar15)" identifier = (cast_expression "(byte *)(param_1 + 0x1200 + uVar15)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x1200 + uVar15)" ( (binary_expression "param_1 + 0x1200 + uVar15" (binary_expression "param_1 + 0x1200" identifier + number_literal) + identifier) )))) ;) (expression_statement "*pbVar1 = *pbVar1 ^ param_2[uVar15];" (assignment_expression "*pbVar1 = *pbVar1 ^ param_2[uVar15]" (pointer_expression "*pbVar1" * identifier) = (binary_expression "*pbVar1 ^ param_2[uVar15]" (pointer_expression "*pbVar1" * identifier) ^ (subscript_expression "param_2[uVar15]" identifier [ identifier ]))) ;) (expression_statement "uVar15 = uVar15 + 1;" (assignment_expression "uVar15 = uVar15 + 1" identifier = (binary_expression "uVar15 + 1" identifier + number_literal)) ;) })) (expression_statement "pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);" (assignment_expression "pbVar1 = (byte *)(param_1 + 0x1200 + uVar15)" identifier = (cast_expression "(byte *)(param_1 + 0x1200 + uVar15)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x1200 + uVar15)" ( (binary_expression "param_1 + 0x1200 + uVar15" (binary_expression "param_1 + 0x1200" identifier + number_literal) + identifier) )))) ;) (expression_statement "*pbVar1 = *pbVar1 ^ param_2[uVar15];" (assignment_expression "*pbVar1 = *pbVar1 ^ param_2[uVar15]" (pointer_expression "*pbVar1" * identifier) = (binary_expression "*pbVar1 ^ param_2[uVar15]" (pointer_expression "*pbVar1" * identifier) ^ (subscript_expression "param_2[uVar15]" identifier [ identifier ]))) ;) (expression_statement "uVar15 = uVar15 + 1;" (assignment_expression "uVar15 = uVar15 + 1" identifier = (binary_expression "uVar15 + 1" identifier + number_literal)) ;) })) (expression_statement "pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);" (assignment_expression "pbVar1 = (byte *)(param_1 + 0x1200 + uVar15)" identifier = (cast_expression "(byte *)(param_1 + 0x1200 + uVar15)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x1200 + uVar15)" ( (binary_expression "param_1 + 0x1200 + uVar15" (binary_expression "param_1 + 0x1200" identifier + number_literal) + identifier) )))) ;) (expression_statement "*pbVar1 = *pbVar1 ^ param_2[uVar15];" (assignment_expression "*pbVar1 = *pbVar1 ^ param_2[uVar15]" (pointer_expression "*pbVar1" * identifier) = (binary_expression "*pbVar1 ^ param_2[uVar15]" (pointer_expression "*pbVar1" * identifier) ^ (subscript_expression "param_2[uVar15]" identifier [ identifier ]))) ;) (expression_statement "uVar15 = uVar15 + 1;" (assignment_expression "uVar15 = uVar15 + 1" identifier = (binary_expression "uVar15 + 1" identifier + number_literal)) ;) })) })) (while_statement "while( true ) {\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n if (iVar9 - 1U == uVar15) break;\n pbVar1 = (byte *)(param_1 + uVar15 + 0x1201);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 1];\n pbVar1 = (byte *)(param_1 + 0x1202 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 2];\n pbVar1 = (byte *)(param_1 + 0x1203 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 3];\n pbVar1 = (byte *)(param_1 + 0x1204 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 4];\n pbVar1 = (byte *)(param_1 + 0x1205 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 5];\n pbVar1 = (byte *)(param_1 + 0x1206 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 6];\n pbVar1 = (byte *)(param_1 + 0x1207 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 7];\n uVar15 = uVar15 + 8;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n if (iVar9 - 1U == uVar15) break;\n pbVar1 = (byte *)(param_1 + uVar15 + 0x1201);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 1];\n pbVar1 = (byte *)(param_1 + 0x1202 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 2];\n pbVar1 = (byte *)(param_1 + 0x1203 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 3];\n pbVar1 = (byte *)(param_1 + 0x1204 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 4];\n pbVar1 = (byte *)(param_1 + 0x1205 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 5];\n pbVar1 = (byte *)(param_1 + 0x1206 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 6];\n pbVar1 = (byte *)(param_1 + 0x1207 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 7];\n uVar15 = uVar15 + 8;\n }" { (expression_statement "pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);" (assignment_expression "pbVar1 = (byte *)(param_1 + 0x1200 + uVar15)" identifier = (cast_expression "(byte *)(param_1 + 0x1200 + uVar15)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x1200 + uVar15)" ( (binary_expression "param_1 + 0x1200 + uVar15" (binary_expression "param_1 + 0x1200" identifier + number_literal) + identifier) )))) ;) (expression_statement "*pbVar1 = *pbVar1 ^ param_2[uVar15];" (assignment_expression "*pbVar1 = *pbVar1 ^ param_2[uVar15]" (pointer_expression "*pbVar1" * identifier) = (binary_expression "*pbVar1 ^ param_2[uVar15]" (pointer_expression "*pbVar1" * identifier) ^ (subscript_expression "param_2[uVar15]" identifier [ identifier ]))) ;) (if_statement "if (iVar9 - 1U == uVar15) break;" if (parenthesized_expression "(iVar9 - 1U == uVar15)" ( (binary_expression "iVar9 - 1U == uVar15" (binary_expression "iVar9 - 1U" identifier - number_literal) == identifier) )) (break_statement "break;" break ;)) (expression_statement "pbVar1 = (byte *)(param_1 + uVar15 + 0x1201);" (assignment_expression "pbVar1 = (byte *)(param_1 + uVar15 + 0x1201)" identifier = (cast_expression "(byte *)(param_1 + uVar15 + 0x1201)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + uVar15 + 0x1201)" ( (binary_expression "param_1 + uVar15 + 0x1201" (binary_expression "param_1 + uVar15" identifier + identifier) + number_literal) )))) ;) (expression_statement "*pbVar1 = *pbVar1 ^ param_2[uVar15 + 1];" (assignment_expression "*pbVar1 = *pbVar1 ^ param_2[uVar15 + 1]" (pointer_expression "*pbVar1" * identifier) = (binary_expression "*pbVar1 ^ param_2[uVar15 + 1]" (pointer_expression "*pbVar1" * identifier) ^ (subscript_expression "param_2[uVar15 + 1]" identifier [ (binary_expression "uVar15 + 1" identifier + number_literal) ]))) ;) (expression_statement "pbVar1 = (byte *)(param_1 + 0x1202 + uVar15);" (assignment_expression "pbVar1 = (byte *)(param_1 + 0x1202 + uVar15)" identifier = (cast_expression "(byte *)(param_1 + 0x1202 + uVar15)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x1202 + uVar15)" ( (binary_expression "param_1 + 0x1202 + uVar15" (binary_expression "param_1 + 0x1202" identifier + number_literal) + identifier) )))) ;) (expression_statement "*pbVar1 = *pbVar1 ^ param_2[uVar15 + 2];" (assignment_expression "*pbVar1 = *pbVar1 ^ param_2[uVar15 + 2]" (pointer_expression "*pbVar1" * identifier) = (binary_expression "*pbVar1 ^ param_2[uVar15 + 2]" (pointer_expression "*pbVar1" * identifier) ^ (subscript_expression "param_2[uVar15 + 2]" identifier [ (binary_expression "uVar15 + 2" identifier + number_literal) ]))) ;) (expression_statement "pbVar1 = (byte *)(param_1 + 0x1203 + uVar15);" (assignment_expression "pbVar1 = (byte *)(param_1 + 0x1203 + uVar15)" identifier = (cast_expression "(byte *)(param_1 + 0x1203 + uVar15)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x1203 + uVar15)" ( (binary_expression "param_1 + 0x1203 + uVar15" (binary_expression "param_1 + 0x1203" identifier + number_literal) + identifier) )))) ;) (expression_statement "*pbVar1 = *pbVar1 ^ param_2[uVar15 + 3];" (assignment_expression "*pbVar1 = *pbVar1 ^ param_2[uVar15 + 3]" (pointer_expression "*pbVar1" * identifier) = (binary_expression "*pbVar1 ^ param_2[uVar15 + 3]" (pointer_expression "*pbVar1" * identifier) ^ (subscript_expression "param_2[uVar15 + 3]" identifier [ (binary_expression "uVar15 + 3" identifier + number_literal) ]))) ;) (expression_statement "pbVar1 = (byte *)(param_1 + 0x1204 + uVar15);" (assignment_expression "pbVar1 = (byte *)(param_1 + 0x1204 + uVar15)" identifier = (cast_expression "(byte *)(param_1 + 0x1204 + uVar15)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x1204 + uVar15)" ( (binary_expression "param_1 + 0x1204 + uVar15" (binary_expression "param_1 + 0x1204" identifier + number_literal) + identifier) )))) ;) (expression_statement "*pbVar1 = *pbVar1 ^ param_2[uVar15 + 4];" (assignment_expression "*pbVar1 = *pbVar1 ^ param_2[uVar15 + 4]" (pointer_expression "*pbVar1" * identifier) = (binary_expression "*pbVar1 ^ param_2[uVar15 + 4]" (pointer_expression "*pbVar1" * identifier) ^ (subscript_expression "param_2[uVar15 + 4]" identifier [ (binary_expression "uVar15 + 4" identifier + number_literal) ]))) ;) (expression_statement "pbVar1 = (byte *)(param_1 + 0x1205 + uVar15);" (assignment_expression "pbVar1 = (byte *)(param_1 + 0x1205 + uVar15)" identifier = (cast_expression "(byte *)(param_1 + 0x1205 + uVar15)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x1205 + uVar15)" ( (binary_expression "param_1 + 0x1205 + uVar15" (binary_expression "param_1 + 0x1205" identifier + number_literal) + identifier) )))) ;) (expression_statement "*pbVar1 = *pbVar1 ^ param_2[uVar15 + 5];" (assignment_expression "*pbVar1 = *pbVar1 ^ param_2[uVar15 + 5]" (pointer_expression "*pbVar1" * identifier) = (binary_expression "*pbVar1 ^ param_2[uVar15 + 5]" (pointer_expression "*pbVar1" * identifier) ^ (subscript_expression "param_2[uVar15 + 5]" identifier [ (binary_expression "uVar15 + 5" identifier + number_literal) ]))) ;) (expression_statement "pbVar1 = (byte *)(param_1 + 0x1206 + uVar15);" (assignment_expression "pbVar1 = (byte *)(param_1 + 0x1206 + uVar15)" identifier = (cast_expression "(byte *)(param_1 + 0x1206 + uVar15)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x1206 + uVar15)" ( (binary_expression "param_1 + 0x1206 + uVar15" (binary_expression "param_1 + 0x1206" identifier + number_literal) + identifier) )))) ;) (expression_statement "*pbVar1 = *pbVar1 ^ param_2[uVar15 + 6];" (assignment_expression "*pbVar1 = *pbVar1 ^ param_2[uVar15 + 6]" (pointer_expression "*pbVar1" * identifier) = (binary_expression "*pbVar1 ^ param_2[uVar15 + 6]" (pointer_expression "*pbVar1" * identifier) ^ (subscript_expression "param_2[uVar15 + 6]" identifier [ (binary_expression "uVar15 + 6" identifier + number_literal) ]))) ;) (expression_statement "pbVar1 = (byte *)(param_1 + 0x1207 + uVar15);" (assignment_expression "pbVar1 = (byte *)(param_1 + 0x1207 + uVar15)" identifier = (cast_expression "(byte *)(param_1 + 0x1207 + uVar15)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x1207 + uVar15)" ( (binary_expression "param_1 + 0x1207 + uVar15" (binary_expression "param_1 + 0x1207" identifier + number_literal) + identifier) )))) ;) (expression_statement "*pbVar1 = *pbVar1 ^ param_2[uVar15 + 7];" (assignment_expression "*pbVar1 = *pbVar1 ^ param_2[uVar15 + 7]" (pointer_expression "*pbVar1" * identifier) = (binary_expression "*pbVar1 ^ param_2[uVar15 + 7]" (pointer_expression "*pbVar1" * identifier) ^ (subscript_expression "param_2[uVar15 + 7]" identifier [ (binary_expression "uVar15 + 7" identifier + number_literal) ]))) ;) (expression_statement "uVar15 = uVar15 + 8;" (assignment_expression "uVar15 = uVar15 + 8" identifier = (binary_expression "uVar15 + 8" identifier + number_literal)) ;) })) })) (expression_statement "ocb_shift_xor(param_1,local_138);" (call_expression "ocb_shift_xor(param_1,local_138)" identifier (argument_list "(param_1,local_138)" ( identifier , identifier ))) ;) (if_statement "if (0 < *(int *)(param_1 + 0x232c)) {\n uVar12 = *(int *)(param_1 + 0x232c) - 1;\n uVar15 = 0;\n uVar14 = uVar12 & 7;\n if (uVar14 != 0) {\n uVar15 = 1;\n local_b8[0] = *param_2 ^ local_138[0];\n if (uVar14 != 1) {\n if (uVar14 != 2) {\n if (uVar14 != 3) {\n if (uVar14 != 4) {\n if (uVar14 != 5) {\n if (uVar14 != 6) {\n local_b8[1] = param_2[1] ^ local_138[1];\n uVar15 = 2;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n }\n for (; local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15], uVar12 != uVar15;\n uVar15 = uVar15 + 8) {\n bVar4 = param_2[uVar15 + 2];\n bVar5 = param_2[uVar15 + 3];\n local_b8[uVar15 + 1] = param_2[uVar15 + 1] ^ local_138[uVar15 + 1];\n bVar2 = local_138[uVar15 + 3];\n bVar6 = param_2[uVar15 + 4];\n bVar7 = param_2[uVar15 + 5];\n local_b8[uVar15 + 2] = bVar4 ^ local_138[uVar15 + 2];\n bVar4 = local_138[uVar15 + 4];\n bVar3 = local_138[uVar15 + 5];\n local_b8[uVar15 + 3] = bVar5 ^ bVar2;\n bVar5 = param_2[uVar15 + 6];\n bVar8 = param_2[uVar15 + 7];\n local_b8[uVar15 + 4] = bVar6 ^ bVar4;\n bVar2 = local_138[uVar15 + 6];\n bVar4 = local_138[uVar15 + 7];\n local_b8[uVar15 + 5] = bVar7 ^ bVar3;\n local_b8[uVar15 + 6] = bVar5 ^ bVar2;\n local_b8[uVar15 + 7] = bVar8 ^ bVar4;\n }\n }" if (parenthesized_expression "(0 < *(int *)(param_1 + 0x232c))" ( (binary_expression "0 < *(int *)(param_1 + 0x232c)" number_literal < (pointer_expression "*(int *)(param_1 + 0x232c)" * (cast_expression "(int *)(param_1 + 0x232c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x232c)" ( (binary_expression "param_1 + 0x232c" identifier + number_literal) ))))) )) (compound_statement "{\n uVar12 = *(int *)(param_1 + 0x232c) - 1;\n uVar15 = 0;\n uVar14 = uVar12 & 7;\n if (uVar14 != 0) {\n uVar15 = 1;\n local_b8[0] = *param_2 ^ local_138[0];\n if (uVar14 != 1) {\n if (uVar14 != 2) {\n if (uVar14 != 3) {\n if (uVar14 != 4) {\n if (uVar14 != 5) {\n if (uVar14 != 6) {\n local_b8[1] = param_2[1] ^ local_138[1];\n uVar15 = 2;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n }\n for (; local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15], uVar12 != uVar15;\n uVar15 = uVar15 + 8) {\n bVar4 = param_2[uVar15 + 2];\n bVar5 = param_2[uVar15 + 3];\n local_b8[uVar15 + 1] = param_2[uVar15 + 1] ^ local_138[uVar15 + 1];\n bVar2 = local_138[uVar15 + 3];\n bVar6 = param_2[uVar15 + 4];\n bVar7 = param_2[uVar15 + 5];\n local_b8[uVar15 + 2] = bVar4 ^ local_138[uVar15 + 2];\n bVar4 = local_138[uVar15 + 4];\n bVar3 = local_138[uVar15 + 5];\n local_b8[uVar15 + 3] = bVar5 ^ bVar2;\n bVar5 = param_2[uVar15 + 6];\n bVar8 = param_2[uVar15 + 7];\n local_b8[uVar15 + 4] = bVar6 ^ bVar4;\n bVar2 = local_138[uVar15 + 6];\n bVar4 = local_138[uVar15 + 7];\n local_b8[uVar15 + 5] = bVar7 ^ bVar3;\n local_b8[uVar15 + 6] = bVar5 ^ bVar2;\n local_b8[uVar15 + 7] = bVar8 ^ bVar4;\n }\n }" { (expression_statement "uVar12 = *(int *)(param_1 + 0x232c) - 1;" (assignment_expression "uVar12 = *(int *)(param_1 + 0x232c) - 1" identifier = (binary_expression "*(int *)(param_1 + 0x232c) - 1" (pointer_expression "*(int *)(param_1 + 0x232c)" * (cast_expression "(int *)(param_1 + 0x232c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x232c)" ( (binary_expression "param_1 + 0x232c" identifier + number_literal) )))) - number_literal)) ;) (expression_statement "uVar15 = 0;" (assignment_expression "uVar15 = 0" identifier = number_literal) ;) (expression_statement "uVar14 = uVar12 & 7;" (assignment_expression "uVar14 = uVar12 & 7" identifier = (binary_expression "uVar12 & 7" identifier & number_literal)) ;) (if_statement "if (uVar14 != 0) {\n uVar15 = 1;\n local_b8[0] = *param_2 ^ local_138[0];\n if (uVar14 != 1) {\n if (uVar14 != 2) {\n if (uVar14 != 3) {\n if (uVar14 != 4) {\n if (uVar14 != 5) {\n if (uVar14 != 6) {\n local_b8[1] = param_2[1] ^ local_138[1];\n uVar15 = 2;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n }" if (parenthesized_expression "(uVar14 != 0)" ( (binary_expression "uVar14 != 0" identifier != number_literal) )) (compound_statement "{\n uVar15 = 1;\n local_b8[0] = *param_2 ^ local_138[0];\n if (uVar14 != 1) {\n if (uVar14 != 2) {\n if (uVar14 != 3) {\n if (uVar14 != 4) {\n if (uVar14 != 5) {\n if (uVar14 != 6) {\n local_b8[1] = param_2[1] ^ local_138[1];\n uVar15 = 2;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n }" { (expression_statement "uVar15 = 1;" (assignment_expression "uVar15 = 1" identifier = number_literal) ;) (expression_statement "local_b8[0] = *param_2 ^ local_138[0];" (assignment_expression "local_b8[0] = *param_2 ^ local_138[0]" (subscript_expression "local_b8[0]" identifier [ number_literal ]) = (binary_expression "*param_2 ^ local_138[0]" (pointer_expression "*param_2" * identifier) ^ (subscript_expression "local_138[0]" identifier [ number_literal ]))) ;) (if_statement "if (uVar14 != 1) {\n if (uVar14 != 2) {\n if (uVar14 != 3) {\n if (uVar14 != 4) {\n if (uVar14 != 5) {\n if (uVar14 != 6) {\n local_b8[1] = param_2[1] ^ local_138[1];\n uVar15 = 2;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }" if (parenthesized_expression "(uVar14 != 1)" ( (binary_expression "uVar14 != 1" identifier != number_literal) )) (compound_statement "{\n if (uVar14 != 2) {\n if (uVar14 != 3) {\n if (uVar14 != 4) {\n if (uVar14 != 5) {\n if (uVar14 != 6) {\n local_b8[1] = param_2[1] ^ local_138[1];\n uVar15 = 2;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }" { (if_statement "if (uVar14 != 2) {\n if (uVar14 != 3) {\n if (uVar14 != 4) {\n if (uVar14 != 5) {\n if (uVar14 != 6) {\n local_b8[1] = param_2[1] ^ local_138[1];\n uVar15 = 2;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }" if (parenthesized_expression "(uVar14 != 2)" ( (binary_expression "uVar14 != 2" identifier != number_literal) )) (compound_statement "{\n if (uVar14 != 3) {\n if (uVar14 != 4) {\n if (uVar14 != 5) {\n if (uVar14 != 6) {\n local_b8[1] = param_2[1] ^ local_138[1];\n uVar15 = 2;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }" { (if_statement "if (uVar14 != 3) {\n if (uVar14 != 4) {\n if (uVar14 != 5) {\n if (uVar14 != 6) {\n local_b8[1] = param_2[1] ^ local_138[1];\n uVar15 = 2;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }" if (parenthesized_expression "(uVar14 != 3)" ( (binary_expression "uVar14 != 3" identifier != number_literal) )) (compound_statement "{\n if (uVar14 != 4) {\n if (uVar14 != 5) {\n if (uVar14 != 6) {\n local_b8[1] = param_2[1] ^ local_138[1];\n uVar15 = 2;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }" { (if_statement "if (uVar14 != 4) {\n if (uVar14 != 5) {\n if (uVar14 != 6) {\n local_b8[1] = param_2[1] ^ local_138[1];\n uVar15 = 2;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }" if (parenthesized_expression "(uVar14 != 4)" ( (binary_expression "uVar14 != 4" identifier != number_literal) )) (compound_statement "{\n if (uVar14 != 5) {\n if (uVar14 != 6) {\n local_b8[1] = param_2[1] ^ local_138[1];\n uVar15 = 2;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }" { (if_statement "if (uVar14 != 5) {\n if (uVar14 != 6) {\n local_b8[1] = param_2[1] ^ local_138[1];\n uVar15 = 2;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }" if (parenthesized_expression "(uVar14 != 5)" ( (binary_expression "uVar14 != 5" identifier != number_literal) )) (compound_statement "{\n if (uVar14 != 6) {\n local_b8[1] = param_2[1] ^ local_138[1];\n uVar15 = 2;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }" { (if_statement "if (uVar14 != 6) {\n local_b8[1] = param_2[1] ^ local_138[1];\n uVar15 = 2;\n }" if (parenthesized_expression "(uVar14 != 6)" ( (binary_expression "uVar14 != 6" identifier != number_literal) )) (compound_statement "{\n local_b8[1] = param_2[1] ^ local_138[1];\n uVar15 = 2;\n }" { (expression_statement "local_b8[1] = param_2[1] ^ local_138[1];" (assignment_expression "local_b8[1] = param_2[1] ^ local_138[1]" (subscript_expression "local_b8[1]" identifier [ number_literal ]) = (binary_expression "param_2[1] ^ local_138[1]" (subscript_expression "param_2[1]" identifier [ number_literal ]) ^ (subscript_expression "local_138[1]" identifier [ number_literal ]))) ;) (expression_statement "uVar15 = 2;" (assignment_expression "uVar15 = 2" identifier = number_literal) ;) })) (expression_statement "local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];" (assignment_expression "local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15]" (subscript_expression "local_b8[uVar15]" identifier [ identifier ]) = (binary_expression "param_2[uVar15] ^ local_138[uVar15]" (subscript_expression "param_2[uVar15]" identifier [ identifier ]) ^ (subscript_expression "local_138[uVar15]" identifier [ identifier ]))) ;) (expression_statement "uVar15 = uVar15 + 1;" (assignment_expression "uVar15 = uVar15 + 1" identifier = (binary_expression "uVar15 + 1" identifier + number_literal)) ;) })) (expression_statement "local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];" (assignment_expression "local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15]" (subscript_expression "local_b8[uVar15]" identifier [ identifier ]) = (binary_expression "param_2[uVar15] ^ local_138[uVar15]" (subscript_expression "param_2[uVar15]" identifier [ identifier ]) ^ (subscript_expression "local_138[uVar15]" identifier [ identifier ]))) ;) (expression_statement "uVar15 = uVar15 + 1;" (assignment_expression "uVar15 = uVar15 + 1" identifier = (binary_expression "uVar15 + 1" identifier + number_literal)) ;) })) (expression_statement "local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];" (assignment_expression "local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15]" (subscript_expression "local_b8[uVar15]" identifier [ identifier ]) = (binary_expression "param_2[uVar15] ^ local_138[uVar15]" (subscript_expression "param_2[uVar15]" identifier [ identifier ]) ^ (subscript_expression "local_138[uVar15]" identifier [ identifier ]))) ;) (expression_statement "uVar15 = uVar15 + 1;" (assignment_expression "uVar15 = uVar15 + 1" identifier = (binary_expression "uVar15 + 1" identifier + number_literal)) ;) })) (expression_statement "local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];" (assignment_expression "local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15]" (subscript_expression "local_b8[uVar15]" identifier [ identifier ]) = (binary_expression "param_2[uVar15] ^ local_138[uVar15]" (subscript_expression "param_2[uVar15]" identifier [ identifier ]) ^ (subscript_expression "local_138[uVar15]" identifier [ identifier ]))) ;) (expression_statement "uVar15 = uVar15 + 1;" (assignment_expression "uVar15 = uVar15 + 1" identifier = (binary_expression "uVar15 + 1" identifier + number_literal)) ;) })) (expression_statement "local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];" (assignment_expression "local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15]" (subscript_expression "local_b8[uVar15]" identifier [ identifier ]) = (binary_expression "param_2[uVar15] ^ local_138[uVar15]" (subscript_expression "param_2[uVar15]" identifier [ identifier ]) ^ (subscript_expression "local_138[uVar15]" identifier [ identifier ]))) ;) (expression_statement "uVar15 = uVar15 + 1;" (assignment_expression "uVar15 = uVar15 + 1" identifier = (binary_expression "uVar15 + 1" identifier + number_literal)) ;) })) })) (for_statement "for (; local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15], uVar12 != uVar15;\n uVar15 = uVar15 + 8) {\n bVar4 = param_2[uVar15 + 2];\n bVar5 = param_2[uVar15 + 3];\n local_b8[uVar15 + 1] = param_2[uVar15 + 1] ^ local_138[uVar15 + 1];\n bVar2 = local_138[uVar15 + 3];\n bVar6 = param_2[uVar15 + 4];\n bVar7 = param_2[uVar15 + 5];\n local_b8[uVar15 + 2] = bVar4 ^ local_138[uVar15 + 2];\n bVar4 = local_138[uVar15 + 4];\n bVar3 = local_138[uVar15 + 5];\n local_b8[uVar15 + 3] = bVar5 ^ bVar2;\n bVar5 = param_2[uVar15 + 6];\n bVar8 = param_2[uVar15 + 7];\n local_b8[uVar15 + 4] = bVar6 ^ bVar4;\n bVar2 = local_138[uVar15 + 6];\n bVar4 = local_138[uVar15 + 7];\n local_b8[uVar15 + 5] = bVar7 ^ bVar3;\n local_b8[uVar15 + 6] = bVar5 ^ bVar2;\n local_b8[uVar15 + 7] = bVar8 ^ bVar4;\n }" for ( ; (comma_expression "local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15], uVar12 != uVar15" (assignment_expression "local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15]" (subscript_expression "local_b8[uVar15]" identifier [ identifier ]) = (binary_expression "param_2[uVar15] ^ local_138[uVar15]" (subscript_expression "param_2[uVar15]" identifier [ identifier ]) ^ (subscript_expression "local_138[uVar15]" identifier [ identifier ]))) , (binary_expression "uVar12 != uVar15" identifier != identifier)) ; (assignment_expression "uVar15 = uVar15 + 8" identifier = (binary_expression "uVar15 + 8" identifier + number_literal)) ) (compound_statement "{\n bVar4 = param_2[uVar15 + 2];\n bVar5 = param_2[uVar15 + 3];\n local_b8[uVar15 + 1] = param_2[uVar15 + 1] ^ local_138[uVar15 + 1];\n bVar2 = local_138[uVar15 + 3];\n bVar6 = param_2[uVar15 + 4];\n bVar7 = param_2[uVar15 + 5];\n local_b8[uVar15 + 2] = bVar4 ^ local_138[uVar15 + 2];\n bVar4 = local_138[uVar15 + 4];\n bVar3 = local_138[uVar15 + 5];\n local_b8[uVar15 + 3] = bVar5 ^ bVar2;\n bVar5 = param_2[uVar15 + 6];\n bVar8 = param_2[uVar15 + 7];\n local_b8[uVar15 + 4] = bVar6 ^ bVar4;\n bVar2 = local_138[uVar15 + 6];\n bVar4 = local_138[uVar15 + 7];\n local_b8[uVar15 + 5] = bVar7 ^ bVar3;\n local_b8[uVar15 + 6] = bVar5 ^ bVar2;\n local_b8[uVar15 + 7] = bVar8 ^ bVar4;\n }" { (expression_statement "bVar4 = param_2[uVar15 + 2];" (assignment_expression "bVar4 = param_2[uVar15 + 2]" identifier = (subscript_expression "param_2[uVar15 + 2]" identifier [ (binary_expression "uVar15 + 2" identifier + number_literal) ])) ;) (expression_statement "bVar5 = param_2[uVar15 + 3];" (assignment_expression "bVar5 = param_2[uVar15 + 3]" identifier = (subscript_expression "param_2[uVar15 + 3]" identifier [ (binary_expression "uVar15 + 3" identifier + number_literal) ])) ;) (expression_statement "local_b8[uVar15 + 1] = param_2[uVar15 + 1] ^ local_138[uVar15 + 1];" (assignment_expression "local_b8[uVar15 + 1] = param_2[uVar15 + 1] ^ local_138[uVar15 + 1]" (subscript_expression "local_b8[uVar15 + 1]" identifier [ (binary_expression "uVar15 + 1" identifier + number_literal) ]) = (binary_expression "param_2[uVar15 + 1] ^ local_138[uVar15 + 1]" (subscript_expression "param_2[uVar15 + 1]" identifier [ (binary_expression "uVar15 + 1" identifier + number_literal) ]) ^ (subscript_expression "local_138[uVar15 + 1]" identifier [ (binary_expression "uVar15 + 1" identifier + number_literal) ]))) ;) (expression_statement "bVar2 = local_138[uVar15 + 3];" (assignment_expression "bVar2 = local_138[uVar15 + 3]" identifier = (subscript_expression "local_138[uVar15 + 3]" identifier [ (binary_expression "uVar15 + 3" identifier + number_literal) ])) ;) (expression_statement "bVar6 = param_2[uVar15 + 4];" (assignment_expression "bVar6 = param_2[uVar15 + 4]" identifier = (subscript_expression "param_2[uVar15 + 4]" identifier [ (binary_expression "uVar15 + 4" identifier + number_literal) ])) ;) (expression_statement "bVar7 = param_2[uVar15 + 5];" (assignment_expression "bVar7 = param_2[uVar15 + 5]" identifier = (subscript_expression "param_2[uVar15 + 5]" identifier [ (binary_expression "uVar15 + 5" identifier + number_literal) ])) ;) (expression_statement "local_b8[uVar15 + 2] = bVar4 ^ local_138[uVar15 + 2];" (assignment_expression "local_b8[uVar15 + 2] = bVar4 ^ local_138[uVar15 + 2]" (subscript_expression "local_b8[uVar15 + 2]" identifier [ (binary_expression "uVar15 + 2" identifier + number_literal) ]) = (binary_expression "bVar4 ^ local_138[uVar15 + 2]" identifier ^ (subscript_expression "local_138[uVar15 + 2]" identifier [ (binary_expression "uVar15 + 2" identifier + number_literal) ]))) ;) (expression_statement "bVar4 = local_138[uVar15 + 4];" (assignment_expression "bVar4 = local_138[uVar15 + 4]" identifier = (subscript_expression "local_138[uVar15 + 4]" identifier [ (binary_expression "uVar15 + 4" identifier + number_literal) ])) ;) (expression_statement "bVar3 = local_138[uVar15 + 5];" (assignment_expression "bVar3 = local_138[uVar15 + 5]" identifier = (subscript_expression "local_138[uVar15 + 5]" identifier [ (binary_expression "uVar15 + 5" identifier + number_literal) ])) ;) (expression_statement "local_b8[uVar15 + 3] = bVar5 ^ bVar2;" (assignment_expression "local_b8[uVar15 + 3] = bVar5 ^ bVar2" (subscript_expression "local_b8[uVar15 + 3]" identifier [ (binary_expression "uVar15 + 3" identifier + number_literal) ]) = (binary_expression "bVar5 ^ bVar2" identifier ^ identifier)) ;) (expression_statement "bVar5 = param_2[uVar15 + 6];" (assignment_expression "bVar5 = param_2[uVar15 + 6]" identifier = (subscript_expression "param_2[uVar15 + 6]" identifier [ (binary_expression "uVar15 + 6" identifier + number_literal) ])) ;) (expression_statement "bVar8 = param_2[uVar15 + 7];" (assignment_expression "bVar8 = param_2[uVar15 + 7]" identifier = (subscript_expression "param_2[uVar15 + 7]" identifier [ (binary_expression "uVar15 + 7" identifier + number_literal) ])) ;) (expression_statement "local_b8[uVar15 + 4] = bVar6 ^ bVar4;" (assignment_expression "local_b8[uVar15 + 4] = bVar6 ^ bVar4" (subscript_expression "local_b8[uVar15 + 4]" identifier [ (binary_expression "uVar15 + 4" identifier + number_literal) ]) = (binary_expression "bVar6 ^ bVar4" identifier ^ identifier)) ;) (expression_statement "bVar2 = local_138[uVar15 + 6];" (assignment_expression "bVar2 = local_138[uVar15 + 6]" identifier = (subscript_expression "local_138[uVar15 + 6]" identifier [ (binary_expression "uVar15 + 6" identifier + number_literal) ])) ;) (expression_statement "bVar4 = local_138[uVar15 + 7];" (assignment_expression "bVar4 = local_138[uVar15 + 7]" identifier = (subscript_expression "local_138[uVar15 + 7]" identifier [ (binary_expression "uVar15 + 7" identifier + number_literal) ])) ;) (expression_statement "local_b8[uVar15 + 5] = bVar7 ^ bVar3;" (assignment_expression "local_b8[uVar15 + 5] = bVar7 ^ bVar3" (subscript_expression "local_b8[uVar15 + 5]" identifier [ (binary_expression "uVar15 + 5" identifier + number_literal) ]) = (binary_expression "bVar7 ^ bVar3" identifier ^ identifier)) ;) (expression_statement "local_b8[uVar15 + 6] = bVar5 ^ bVar2;" (assignment_expression "local_b8[uVar15 + 6] = bVar5 ^ bVar2" (subscript_expression "local_b8[uVar15 + 6]" identifier [ (binary_expression "uVar15 + 6" identifier + number_literal) ]) = (binary_expression "bVar5 ^ bVar2" identifier ^ identifier)) ;) (expression_statement "local_b8[uVar15 + 7] = bVar8 ^ bVar4;" (assignment_expression "local_b8[uVar15 + 7] = bVar8 ^ bVar4" (subscript_expression "local_b8[uVar15 + 7]" identifier [ (binary_expression "uVar15 + 7" identifier + number_literal) ]) = (binary_expression "bVar8 ^ bVar4" identifier ^ identifier)) ;) })) })) (expression_statement "uVar11 = (**(code **)(puVar10 + (long)*(int *)(param_1 + 9000) * 0xc0 + 0x28))\n (local_b8,param_3,param_1 + 0x1280);" (assignment_expression "uVar11 = (**(code **)(puVar10 + (long)*(int *)(param_1 + 9000) * 0xc0 + 0x28))\n (local_b8,param_3,param_1 + 0x1280)" identifier = (call_expression "(**(code **)(puVar10 + (long)*(int *)(param_1 + 9000) * 0xc0 + 0x28))\n (local_b8,param_3,param_1 + 0x1280)" (parenthesized_expression "(**(code **)(puVar10 + (long)*(int *)(param_1 + 9000) * 0xc0 + 0x28))" ( (pointer_expression "**(code **)(puVar10 + (long)*(int *)(param_1 + 9000) * 0xc0 + 0x28)" * (pointer_expression "*(code **)(puVar10 + (long)*(int *)(param_1 + 9000) * 0xc0 + 0x28)" * (cast_expression "(code **)(puVar10 + (long)*(int *)(param_1 + 9000) * 0xc0 + 0x28)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(puVar10 + (long)*(int *)(param_1 + 9000) * 0xc0 + 0x28)" ( (binary_expression "puVar10 + (long)*(int *)(param_1 + 9000) * 0xc0 + 0x28" (binary_expression "puVar10 + (long)*(int *)(param_1 + 9000) * 0xc0" identifier + (binary_expression "(long)*(int *)(param_1 + 9000) * 0xc0" (cast_expression "(long)*(int *)(param_1 + 9000)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "*(int *)(param_1 + 9000)" * (cast_expression "(int *)(param_1 + 9000)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 9000)" ( (binary_expression "param_1 + 9000" identifier + number_literal) ))))) * number_literal)) + number_literal) ))))) )) (argument_list "(local_b8,param_3,param_1 + 0x1280)" ( identifier , identifier , (binary_expression "param_1 + 0x1280" identifier + number_literal) )))) ;) (if_statement "if (((int)uVar11 == 0) && (lVar13 = 0, 0 < *(int *)(param_1 + 0x232c))) {\n do {\n *(byte *)(param_3 + lVar13) = *(byte *)(param_3 + lVar13) ^ local_138[lVar13];\n lVar13 = lVar13 + 1;\n } while ((int)lVar13 < *(int *)(param_1 + 0x232c));\n }" if (parenthesized_expression "(((int)uVar11 == 0) && (lVar13 = 0, 0 < *(int *)(param_1 + 0x232c)))" ( (binary_expression "((int)uVar11 == 0) && (lVar13 = 0, 0 < *(int *)(param_1 + 0x232c))" (parenthesized_expression "((int)uVar11 == 0)" ( (binary_expression "(int)uVar11 == 0" (cast_expression "(int)uVar11" ( (type_descriptor "int" primitive_type) ) identifier) == number_literal) )) && (parenthesized_expression "(lVar13 = 0, 0 < *(int *)(param_1 + 0x232c))" ( (comma_expression "lVar13 = 0, 0 < *(int *)(param_1 + 0x232c)" (assignment_expression "lVar13 = 0" identifier = number_literal) , (binary_expression "0 < *(int *)(param_1 + 0x232c)" number_literal < (pointer_expression "*(int *)(param_1 + 0x232c)" * (cast_expression "(int *)(param_1 + 0x232c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x232c)" ( (binary_expression "param_1 + 0x232c" identifier + number_literal) )))))) ))) )) (compound_statement "{\n do {\n *(byte *)(param_3 + lVar13) = *(byte *)(param_3 + lVar13) ^ local_138[lVar13];\n lVar13 = lVar13 + 1;\n } while ((int)lVar13 < *(int *)(param_1 + 0x232c));\n }" { (do_statement "do {\n *(byte *)(param_3 + lVar13) = *(byte *)(param_3 + lVar13) ^ local_138[lVar13];\n lVar13 = lVar13 + 1;\n } while ((int)lVar13 < *(int *)(param_1 + 0x232c));" do (compound_statement "{\n *(byte *)(param_3 + lVar13) = *(byte *)(param_3 + lVar13) ^ local_138[lVar13];\n lVar13 = lVar13 + 1;\n }" { (expression_statement "*(byte *)(param_3 + lVar13) = *(byte *)(param_3 + lVar13) ^ local_138[lVar13];" (assignment_expression "*(byte *)(param_3 + lVar13) = *(byte *)(param_3 + lVar13) ^ local_138[lVar13]" (pointer_expression "*(byte *)(param_3 + lVar13)" * (cast_expression "(byte *)(param_3 + lVar13)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + lVar13)" ( (binary_expression "param_3 + lVar13" identifier + identifier) )))) = (binary_expression "*(byte *)(param_3 + lVar13) ^ local_138[lVar13]" (pointer_expression "*(byte *)(param_3 + lVar13)" * (cast_expression "(byte *)(param_3 + lVar13)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + lVar13)" ( (binary_expression "param_3 + lVar13" identifier + identifier) )))) ^ (subscript_expression "local_138[lVar13]" identifier [ identifier ]))) ;) (expression_statement "lVar13 = lVar13 + 1;" (assignment_expression "lVar13 = lVar13 + 1" identifier = (binary_expression "lVar13 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "((int)lVar13 < *(int *)(param_1 + 0x232c))" ( (binary_expression "(int)lVar13 < *(int *)(param_1 + 0x232c)" (cast_expression "(int)lVar13" ( (type_descriptor "int" primitive_type) ) identifier) < (pointer_expression "*(int *)(param_1 + 0x232c)" * (cast_expression "(int *)(param_1 + 0x232c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x232c)" ( (binary_expression "param_1 + 0x232c" identifier + number_literal) ))))) )) ;) })) })) })) (if_statement "if (local_30 == *(long *)(in_FS_OFFSET + 0x28)) {\n return uVar11;\n }" if (parenthesized_expression "(local_30 == *(long *)(in_FS_OFFSET + 0x28))" ( (binary_expression "local_30 == *(long *)(in_FS_OFFSET + 0x28)" identifier == (pointer_expression "*(long *)(in_FS_OFFSET + 0x28)" * (cast_expression "(long *)(in_FS_OFFSET + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_FS_OFFSET + 0x28)" ( (binary_expression "in_FS_OFFSET + 0x28" identifier + number_literal) ))))) )) (compound_statement "{\n return uVar11;\n }" { (return_statement "return uVar11;" return identifier ;) })) (expression_statement "__stack_chk_fail();" (call_expression "__stack_chk_fail()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration (sized_type_specifier long) 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 ;) (declaration TYPE 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 (sized_type_specifier long) IDENT ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (declaration (sized_type_specifier long) 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 == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , (string_literal " string_content ") , LIT ))) ;) })) (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 ( (string_literal " string_content ") , (string_literal " string_content ") , LIT ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , (string_literal " string_content ") , LIT ))) ;) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (pointer_expression * (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 (cast_expression ( (type_descriptor TYPE) ) IDENT) == 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 IDENT = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression IDENT + (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (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 LIT < IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT - LIT) & LIT)) ;) (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 IDENT + LIT) )))) = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ^ (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_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 (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 *)) ) (parenthesized_expression ( (binary_expression (binary_expression IDENT + LIT) + IDENT) )))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (binary_expression (pointer_expression * IDENT) ^ (subscript_expression IDENT [ IDENT ]))) ;) (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 (binary_expression IDENT + LIT) + IDENT) )))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (binary_expression (pointer_expression * IDENT) ^ (subscript_expression IDENT [ IDENT ]))) ;) (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 (binary_expression IDENT + LIT) + IDENT) )))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (binary_expression (pointer_expression * IDENT) ^ (subscript_expression IDENT [ IDENT ]))) ;) (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 (binary_expression IDENT + LIT) + IDENT) )))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (binary_expression (pointer_expression * IDENT) ^ (subscript_expression IDENT [ IDENT ]))) ;) (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 (binary_expression IDENT + LIT) + IDENT) )))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (binary_expression (pointer_expression * IDENT) ^ (subscript_expression IDENT [ IDENT ]))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) })) })) (while_statement while (parenthesized_expression ( BOOL )) (compound_statement { (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) = (binary_expression (pointer_expression * IDENT) ^ (subscript_expression IDENT [ IDENT ]))) ;) (if_statement if (parenthesized_expression ( (binary_expression (binary_expression IDENT - LIT) == IDENT) )) (break_statement break ;)) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression IDENT + IDENT) + LIT) )))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (binary_expression (pointer_expression * IDENT) ^ (subscript_expression IDENT [ (binary_expression IDENT + LIT) ]))) ;) (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) = (binary_expression (pointer_expression * IDENT) ^ (subscript_expression IDENT [ (binary_expression IDENT + LIT) ]))) ;) (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) = (binary_expression (pointer_expression * IDENT) ^ (subscript_expression IDENT [ (binary_expression IDENT + LIT) ]))) ;) (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) = (binary_expression (pointer_expression * IDENT) ^ (subscript_expression IDENT [ (binary_expression IDENT + LIT) ]))) ;) (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) = (binary_expression (pointer_expression * IDENT) ^ (subscript_expression IDENT [ (binary_expression IDENT + LIT) ]))) ;) (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) = (binary_expression (pointer_expression * IDENT) ^ (subscript_expression IDENT [ (binary_expression IDENT + LIT) ]))) ;) (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) = (binary_expression (pointer_expression * IDENT) ^ (subscript_expression IDENT [ (binary_expression IDENT + LIT) ]))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) })) })) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (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 (assignment_expression IDENT = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (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 IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression (pointer_expression * IDENT) ^ (subscript_expression IDENT [ LIT ]))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression (subscript_expression IDENT [ LIT ]) ^ (subscript_expression IDENT [ LIT ]))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) })) (expression_statement (assignment_expression (subscript_expression IDENT [ IDENT ]) = (binary_expression (subscript_expression IDENT [ IDENT ]) ^ (subscript_expression IDENT [ IDENT ]))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) })) (expression_statement (assignment_expression (subscript_expression IDENT [ IDENT ]) = (binary_expression (subscript_expression IDENT [ IDENT ]) ^ (subscript_expression IDENT [ IDENT ]))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) })) (expression_statement (assignment_expression (subscript_expression IDENT [ IDENT ]) = (binary_expression (subscript_expression IDENT [ IDENT ]) ^ (subscript_expression IDENT [ IDENT ]))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) })) (expression_statement (assignment_expression (subscript_expression IDENT [ IDENT ]) = (binary_expression (subscript_expression IDENT [ IDENT ]) ^ (subscript_expression IDENT [ IDENT ]))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) })) (expression_statement (assignment_expression (subscript_expression IDENT [ IDENT ]) = (binary_expression (subscript_expression IDENT [ IDENT ]) ^ (subscript_expression IDENT [ IDENT ]))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) })) })) (for_statement for ( ; (comma_expression (assignment_expression (subscript_expression IDENT [ IDENT ]) = (binary_expression (subscript_expression IDENT [ IDENT ]) ^ (subscript_expression IDENT [ IDENT ]))) , (binary_expression IDENT != IDENT)) ; (assignment_expression IDENT = (binary_expression IDENT + LIT)) ) (compound_statement { (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ (binary_expression IDENT + LIT) ])) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ (binary_expression IDENT + LIT) ])) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ (binary_expression IDENT + LIT) ]) = (binary_expression (subscript_expression IDENT [ (binary_expression IDENT + LIT) ]) ^ (subscript_expression IDENT [ (binary_expression IDENT + LIT) ]))) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ (binary_expression IDENT + LIT) ])) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ (binary_expression IDENT + LIT) ])) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ (binary_expression IDENT + LIT) ])) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ (binary_expression IDENT + LIT) ]) = (binary_expression IDENT ^ (subscript_expression IDENT [ (binary_expression IDENT + LIT) ]))) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ (binary_expression IDENT + LIT) ])) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ (binary_expression IDENT + LIT) ])) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ (binary_expression IDENT + LIT) ]) = (binary_expression IDENT ^ IDENT)) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ (binary_expression IDENT + LIT) ])) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ (binary_expression IDENT + LIT) ])) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ (binary_expression IDENT + LIT) ]) = (binary_expression IDENT ^ IDENT)) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ (binary_expression IDENT + LIT) ])) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ (binary_expression IDENT + LIT) ])) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ (binary_expression IDENT + LIT) ]) = (binary_expression IDENT ^ IDENT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ (binary_expression IDENT + LIT) ]) = (binary_expression IDENT ^ IDENT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ (binary_expression IDENT + LIT) ]) = (binary_expression IDENT ^ 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 (binary_expression IDENT + (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) * LIT)) + LIT) ))))) )) (argument_list ( IDENT , IDENT , (binary_expression IDENT + LIT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) == LIT) )) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = LIT) , (binary_expression LIT < (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))))) ))) )) (compound_statement { (do_statement do (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + IDENT) )))) = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + IDENT) )))) ^ (subscript_expression IDENT [ IDENT ]))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) 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 == (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (compound_statement { (return_statement return IDENT ;) })) (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(function_definition "undefined8 ocb_encrypt(long param_1,byte *param_2,long param_3)\n\n{\n byte *pbVar1;\n byte bVar2;\n byte bVar3;\n byte bVar4;\n byte bVar5;\n byte bVar6;\n byte bVar7;\n byte bVar8;\n int iVar9;\n undefined *puVar10;\n undefined8 uVar11;\n uint uVar12;\n long lVar13;\n uint uVar14;\n ulong uVar15;\n long in_FS_OFFSET;\n byte local_138 [128];\n byte local_b8 [136];\n long local_30;\n \n local_30 = *(long *)(in_FS_OFFSET + 0x28);\n if (param_1 == 0) {\n \n crypt_argchk("ocb != NULL","src/encauth/ocb/ocb_encrypt.c",0x1e);\n }\n if (param_2 == (byte *)0x0) {\n \n crypt_argchk("pt != NULL","src/encauth/ocb/ocb_encrypt.c",0x1f);\n }\n if (param_3 == 0) {\n \n crypt_argchk("ct != NULL","src/encauth/ocb/ocb_encrypt.c",0x20);\n }\n uVar11 = cipher_is_valid(*(undefined4 *)(param_1 + 9000));\n puVar10 = PTR_cipher_descriptor_001dded0;\n if ((int)uVar11 == 0) {\n iVar9 = *(int *)(param_1 + 0x232c);\n uVar11 = 0x10;\n if (iVar9 == *(int *)(PTR_cipher_descriptor_001dded0 +\n (long)*(int *)(param_1 + 9000) * 0xc0 + 0x14)) {\n if (0 < iVar9) {\n uVar15 = 0;\n uVar12 = iVar9 - 1U & 7;\n if (uVar12 != 0) {\n *(byte *)(param_1 + 0x1200) = *(byte *)(param_1 + 0x1200) ^ *param_2;\n uVar15 = 1;\n if (uVar12 != 1) {\n if (uVar12 != 2) {\n if (uVar12 != 3) {\n if (uVar12 != 4) {\n if (uVar12 != 5) {\n if (uVar12 != 6) {\n uVar15 = 2;\n *(byte *)(param_1 + 0x1201) = *(byte *)(param_1 + 0x1201) ^ param_2[1];\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n }\n while( true ) {\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n if (iVar9 - 1U == uVar15) break;\n pbVar1 = (byte *)(param_1 + uVar15 + 0x1201);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 1];\n pbVar1 = (byte *)(param_1 + 0x1202 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 2];\n pbVar1 = (byte *)(param_1 + 0x1203 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 3];\n pbVar1 = (byte *)(param_1 + 0x1204 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 4];\n pbVar1 = (byte *)(param_1 + 0x1205 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 5];\n pbVar1 = (byte *)(param_1 + 0x1206 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 6];\n pbVar1 = (byte *)(param_1 + 0x1207 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 7];\n uVar15 = uVar15 + 8;\n }\n }\n ocb_shift_xor(param_1,local_138);\n if (0 < *(int *)(param_1 + 0x232c)) {\n uVar12 = *(int *)(param_1 + 0x232c) - 1;\n uVar15 = 0;\n uVar14 = uVar12 & 7;\n if (uVar14 != 0) {\n uVar15 = 1;\n local_b8[0] = *param_2 ^ local_138[0];\n if (uVar14 != 1) {\n if (uVar14 != 2) {\n if (uVar14 != 3) {\n if (uVar14 != 4) {\n if (uVar14 != 5) {\n if (uVar14 != 6) {\n local_b8[1] = param_2[1] ^ local_138[1];\n uVar15 = 2;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n }\n for (; local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15], uVar12 != uVar15;\n uVar15 = uVar15 + 8) {\n bVar4 = param_2[uVar15 + 2];\n bVar5 = param_2[uVar15 + 3];\n local_b8[uVar15 + 1] = param_2[uVar15 + 1] ^ local_138[uVar15 + 1];\n bVar2 = local_138[uVar15 + 3];\n bVar6 = param_2[uVar15 + 4];\n bVar7 = param_2[uVar15 + 5];\n local_b8[uVar15 + 2] = bVar4 ^ local_138[uVar15 + 2];\n bVar4 = local_138[uVar15 + 4];\n bVar3 = local_138[uVar15 + 5];\n local_b8[uVar15 + 3] = bVar5 ^ bVar2;\n bVar5 = param_2[uVar15 + 6];\n bVar8 = param_2[uVar15 + 7];\n local_b8[uVar15 + 4] = bVar6 ^ bVar4;\n bVar2 = local_138[uVar15 + 6];\n bVar4 = local_138[uVar15 + 7];\n local_b8[uVar15 + 5] = bVar7 ^ bVar3;\n local_b8[uVar15 + 6] = bVar5 ^ bVar2;\n local_b8[uVar15 + 7] = bVar8 ^ bVar4;\n }\n }\n uVar11 = (**(code **)(puVar10 + (long)*(int *)(param_1 + 9000) * 0xc0 + 0x28))\n (local_b8,param_3,param_1 + 0x1280);\n if (((int)uVar11 == 0) && (lVar13 = 0, 0 < *(int *)(param_1 + 0x232c))) {\n do {\n *(byte *)(param_3 + lVar13) = *(byte *)(param_3 + lVar13) ^ local_138[lVar13];\n lVar13 = lVar13 + 1;\n } while ((int)lVar13 < *(int *)(param_1 + 0x232c));\n }\n }\n }\n if (local_30 == *(long *)(in_FS_OFFSET + 0x28)) {\n return uVar11;\n }\n \n __stack_chk_fail();\n}" (type_identifier "undefined8") (function_declarator "ocb_encrypt(long param_1,byte *param_2,long param_3)" (identifier "ocb_encrypt") (parameter_list "(long param_1,byte *param_2,long param_3)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) (, ",") (parameter_declaration "byte *param_2" (type_identifier "byte") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) (, ",") (parameter_declaration "long param_3" (sized_type_specifier "long" (long "long")) (identifier "param_3")) () ")"))) (compound_statement "{\n byte *pbVar1;\n byte bVar2;\n byte bVar3;\n byte bVar4;\n byte bVar5;\n byte bVar6;\n byte bVar7;\n byte bVar8;\n int iVar9;\n undefined *puVar10;\n undefined8 uVar11;\n uint uVar12;\n long lVar13;\n uint uVar14;\n ulong uVar15;\n long in_FS_OFFSET;\n byte local_138 [128];\n byte local_b8 [136];\n long local_30;\n \n local_30 = *(long *)(in_FS_OFFSET + 0x28);\n if (param_1 == 0) {\n \n crypt_argchk("ocb != NULL","src/encauth/ocb/ocb_encrypt.c",0x1e);\n }\n if (param_2 == (byte *)0x0) {\n \n crypt_argchk("pt != NULL","src/encauth/ocb/ocb_encrypt.c",0x1f);\n }\n if (param_3 == 0) {\n \n crypt_argchk("ct != NULL","src/encauth/ocb/ocb_encrypt.c",0x20);\n }\n uVar11 = cipher_is_valid(*(undefined4 *)(param_1 + 9000));\n puVar10 = PTR_cipher_descriptor_001dded0;\n if ((int)uVar11 == 0) {\n iVar9 = *(int *)(param_1 + 0x232c);\n uVar11 = 0x10;\n if (iVar9 == *(int *)(PTR_cipher_descriptor_001dded0 +\n (long)*(int *)(param_1 + 9000) * 0xc0 + 0x14)) {\n if (0 < iVar9) {\n uVar15 = 0;\n uVar12 = iVar9 - 1U & 7;\n if (uVar12 != 0) {\n *(byte *)(param_1 + 0x1200) = *(byte *)(param_1 + 0x1200) ^ *param_2;\n uVar15 = 1;\n if (uVar12 != 1) {\n if (uVar12 != 2) {\n if (uVar12 != 3) {\n if (uVar12 != 4) {\n if (uVar12 != 5) {\n if (uVar12 != 6) {\n uVar15 = 2;\n *(byte *)(param_1 + 0x1201) = *(byte *)(param_1 + 0x1201) ^ param_2[1];\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n }\n while( true ) {\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n if (iVar9 - 1U == uVar15) break;\n pbVar1 = (byte *)(param_1 + uVar15 + 0x1201);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 1];\n pbVar1 = (byte *)(param_1 + 0x1202 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 2];\n pbVar1 = (byte *)(param_1 + 0x1203 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 3];\n pbVar1 = (byte *)(param_1 + 0x1204 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 4];\n pbVar1 = (byte *)(param_1 + 0x1205 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 5];\n pbVar1 = (byte *)(param_1 + 0x1206 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 6];\n pbVar1 = (byte *)(param_1 + 0x1207 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 7];\n uVar15 = uVar15 + 8;\n }\n }\n ocb_shift_xor(param_1,local_138);\n if (0 < *(int *)(param_1 + 0x232c)) {\n uVar12 = *(int *)(param_1 + 0x232c) - 1;\n uVar15 = 0;\n uVar14 = uVar12 & 7;\n if (uVar14 != 0) {\n uVar15 = 1;\n local_b8[0] = *param_2 ^ local_138[0];\n if (uVar14 != 1) {\n if (uVar14 != 2) {\n if (uVar14 != 3) {\n if (uVar14 != 4) {\n if (uVar14 != 5) {\n if (uVar14 != 6) {\n local_b8[1] = param_2[1] ^ local_138[1];\n uVar15 = 2;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n }\n for (; local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15], uVar12 != uVar15;\n uVar15 = uVar15 + 8) {\n bVar4 = param_2[uVar15 + 2];\n bVar5 = param_2[uVar15 + 3];\n local_b8[uVar15 + 1] = param_2[uVar15 + 1] ^ local_138[uVar15 + 1];\n bVar2 = local_138[uVar15 + 3];\n bVar6 = param_2[uVar15 + 4];\n bVar7 = param_2[uVar15 + 5];\n local_b8[uVar15 + 2] = bVar4 ^ local_138[uVar15 + 2];\n bVar4 = local_138[uVar15 + 4];\n bVar3 = local_138[uVar15 + 5];\n local_b8[uVar15 + 3] = bVar5 ^ bVar2;\n bVar5 = param_2[uVar15 + 6];\n bVar8 = param_2[uVar15 + 7];\n local_b8[uVar15 + 4] = bVar6 ^ bVar4;\n bVar2 = local_138[uVar15 + 6];\n bVar4 = local_138[uVar15 + 7];\n local_b8[uVar15 + 5] = bVar7 ^ bVar3;\n local_b8[uVar15 + 6] = bVar5 ^ bVar2;\n local_b8[uVar15 + 7] = bVar8 ^ bVar4;\n }\n }\n uVar11 = (**(code **)(puVar10 + (long)*(int *)(param_1 + 9000) * 0xc0 + 0x28))\n (local_b8,param_3,param_1 + 0x1280);\n if (((int)uVar11 == 0) && (lVar13 = 0, 0 < *(int *)(param_1 + 0x232c))) {\n do {\n *(byte *)(param_3 + lVar13) = *(byte *)(param_3 + lVar13) ^ local_138[lVar13];\n lVar13 = lVar13 + 1;\n } while ((int)lVar13 < *(int *)(param_1 + 0x232c));\n }\n }\n }\n if (local_30 == *(long *)(in_FS_OFFSET + 0x28)) {\n return uVar11;\n }\n \n __stack_chk_fail();\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 "byte bVar4;" (type_identifier "byte") (identifier "bVar4") (; ";")) (declaration "byte bVar5;" (type_identifier "byte") (identifier "bVar5") (; ";")) (declaration "byte bVar6;" (type_identifier "byte") (identifier "bVar6") (; ";")) (declaration "byte bVar7;" (type_identifier "byte") (identifier "bVar7") (; ";")) (declaration "byte bVar8;" (type_identifier "byte") (identifier "bVar8") (; ";")) (declaration "int iVar9;" (primitive_type "int") (identifier "iVar9") (; ";")) (declaration "undefined *puVar10;" (type_identifier "undefined") (pointer_declarator "*puVar10" (* "*") (identifier "puVar10")) (; ";")) (declaration "undefined8 uVar11;" (type_identifier "undefined8") (identifier "uVar11") (; ";")) (declaration "uint uVar12;" (type_identifier "uint") (identifier "uVar12") (; ";")) (declaration "long lVar13;" (sized_type_specifier "long" (long "long")) (identifier "lVar13") (; ";")) (declaration "uint uVar14;" (type_identifier "uint") (identifier "uVar14") (; ";")) (declaration "ulong uVar15;" (type_identifier "ulong") (identifier "uVar15") (; ";")) (declaration "long in_FS_OFFSET;" (sized_type_specifier "long" (long "long")) (identifier "in_FS_OFFSET") (; ";")) (declaration "byte local_138 [128];" (type_identifier "byte") (array_declarator "local_138 [128]" (identifier "local_138") ([ "[") (number_literal "128") (] "]")) (; ";")) (declaration "byte local_b8 [136];" (type_identifier "byte") (array_declarator "local_b8 [136]" (identifier "local_b8") ([ "[") (number_literal "136") (] "]")) (; ";")) (declaration "long local_30;" (sized_type_specifier "long" (long "long")) (identifier "local_30") (; ";")) (expression_statement "local_30 = *(long *)(in_FS_OFFSET + 0x28);" (assignment_expression "local_30 = *(long *)(in_FS_OFFSET + 0x28)" (identifier "local_30") (= "=") (pointer_expression "*(long *)(in_FS_OFFSET + 0x28)" (* "*") (cast_expression "(long *)(in_FS_OFFSET + 0x28)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(in_FS_OFFSET + 0x28)" (( "(") (binary_expression "in_FS_OFFSET + 0x28" (identifier "in_FS_OFFSET") (+ "+") (number_literal "0x28")) () ")"))))) (; ";")) (if_statement "if (param_1 == 0) {\n \n crypt_argchk("ocb != NULL","src/encauth/ocb/ocb_encrypt.c",0x1e);\n }" (if "if") (parenthesized_expression "(param_1 == 0)" (( "(") (binary_expression "param_1 == 0" (identifier "param_1") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n \n crypt_argchk("ocb != NULL","src/encauth/ocb/ocb_encrypt.c",0x1e);\n }" ({ "{") (expression_statement "crypt_argchk("ocb != NULL","src/encauth/ocb/ocb_encrypt.c",0x1e);" (call_expression "crypt_argchk("ocb != NULL","src/encauth/ocb/ocb_encrypt.c",0x1e)" (identifier "crypt_argchk") (argument_list "("ocb != NULL","src/encauth/ocb/ocb_encrypt.c",0x1e)" (( "(") (string_literal ""ocb != NULL"" (" """) (string_content "ocb != NULL") (" """)) (, ",") (string_literal ""src/encauth/ocb/ocb_encrypt.c"" (" """) (string_content "src/encauth/ocb/ocb_encrypt.c") (" """)) (, ",") (number_literal "0x1e") () ")"))) (; ";")) (} "}"))) (if_statement "if (param_2 == (byte *)0x0) {\n \n crypt_argchk("pt != NULL","src/encauth/ocb/ocb_encrypt.c",0x1f);\n }" (if "if") (parenthesized_expression "(param_2 == (byte *)0x0)" (( "(") (binary_expression "param_2 == (byte *)0x0" (identifier "param_2") (== "==") (cast_expression "(byte *)0x0" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n \n crypt_argchk("pt != NULL","src/encauth/ocb/ocb_encrypt.c",0x1f);\n }" ({ "{") (expression_statement "crypt_argchk("pt != NULL","src/encauth/ocb/ocb_encrypt.c",0x1f);" (call_expression "crypt_argchk("pt != NULL","src/encauth/ocb/ocb_encrypt.c",0x1f)" (identifier "crypt_argchk") (argument_list "("pt != NULL","src/encauth/ocb/ocb_encrypt.c",0x1f)" (( "(") (string_literal ""pt != NULL"" (" """) (string_content "pt != NULL") (" """)) (, ",") (string_literal ""src/encauth/ocb/ocb_encrypt.c"" (" """) (string_content "src/encauth/ocb/ocb_encrypt.c") (" """)) (, ",") (number_literal "0x1f") () ")"))) (; ";")) (} "}"))) (if_statement "if (param_3 == 0) {\n \n crypt_argchk("ct != NULL","src/encauth/ocb/ocb_encrypt.c",0x20);\n }" (if "if") (parenthesized_expression "(param_3 == 0)" (( "(") (binary_expression "param_3 == 0" (identifier "param_3") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n \n crypt_argchk("ct != NULL","src/encauth/ocb/ocb_encrypt.c",0x20);\n }" ({ "{") (expression_statement "crypt_argchk("ct != NULL","src/encauth/ocb/ocb_encrypt.c",0x20);" (call_expression "crypt_argchk("ct != NULL","src/encauth/ocb/ocb_encrypt.c",0x20)" (identifier "crypt_argchk") (argument_list "("ct != NULL","src/encauth/ocb/ocb_encrypt.c",0x20)" (( "(") (string_literal ""ct != NULL"" (" """) (string_content "ct != NULL") (" """)) (, ",") (string_literal ""src/encauth/ocb/ocb_encrypt.c"" (" """) (string_content "src/encauth/ocb/ocb_encrypt.c") (" """)) (, ",") (number_literal "0x20") () ")"))) (; ";")) (} "}"))) (expression_statement "uVar11 = cipher_is_valid(*(undefined4 *)(param_1 + 9000));" (assignment_expression "uVar11 = cipher_is_valid(*(undefined4 *)(param_1 + 9000))" (identifier "uVar11") (= "=") (call_expression "cipher_is_valid(*(undefined4 *)(param_1 + 9000))" (identifier "cipher_is_valid") (argument_list "(*(undefined4 *)(param_1 + 9000))" (( "(") (pointer_expression "*(undefined4 *)(param_1 + 9000)" (* "*") (cast_expression "(undefined4 *)(param_1 + 9000)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 9000)" (( "(") (binary_expression "param_1 + 9000" (identifier "param_1") (+ "+") (number_literal "9000")) () ")")))) () ")")))) (; ";")) (expression_statement "puVar10 = PTR_cipher_descriptor_001dded0;" (assignment_expression "puVar10 = PTR_cipher_descriptor_001dded0" (identifier "puVar10") (= "=") (identifier "PTR_cipher_descriptor_001dded0")) (; ";")) (if_statement "if ((int)uVar11 == 0) {\n iVar9 = *(int *)(param_1 + 0x232c);\n uVar11 = 0x10;\n if (iVar9 == *(int *)(PTR_cipher_descriptor_001dded0 +\n (long)*(int *)(param_1 + 9000) * 0xc0 + 0x14)) {\n if (0 < iVar9) {\n uVar15 = 0;\n uVar12 = iVar9 - 1U & 7;\n if (uVar12 != 0) {\n *(byte *)(param_1 + 0x1200) = *(byte *)(param_1 + 0x1200) ^ *param_2;\n uVar15 = 1;\n if (uVar12 != 1) {\n if (uVar12 != 2) {\n if (uVar12 != 3) {\n if (uVar12 != 4) {\n if (uVar12 != 5) {\n if (uVar12 != 6) {\n uVar15 = 2;\n *(byte *)(param_1 + 0x1201) = *(byte *)(param_1 + 0x1201) ^ param_2[1];\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n }\n while( true ) {\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n if (iVar9 - 1U == uVar15) break;\n pbVar1 = (byte *)(param_1 + uVar15 + 0x1201);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 1];\n pbVar1 = (byte *)(param_1 + 0x1202 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 2];\n pbVar1 = (byte *)(param_1 + 0x1203 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 3];\n pbVar1 = (byte *)(param_1 + 0x1204 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 4];\n pbVar1 = (byte *)(param_1 + 0x1205 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 5];\n pbVar1 = (byte *)(param_1 + 0x1206 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 6];\n pbVar1 = (byte *)(param_1 + 0x1207 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 7];\n uVar15 = uVar15 + 8;\n }\n }\n ocb_shift_xor(param_1,local_138);\n if (0 < *(int *)(param_1 + 0x232c)) {\n uVar12 = *(int *)(param_1 + 0x232c) - 1;\n uVar15 = 0;\n uVar14 = uVar12 & 7;\n if (uVar14 != 0) {\n uVar15 = 1;\n local_b8[0] = *param_2 ^ local_138[0];\n if (uVar14 != 1) {\n if (uVar14 != 2) {\n if (uVar14 != 3) {\n if (uVar14 != 4) {\n if (uVar14 != 5) {\n if (uVar14 != 6) {\n local_b8[1] = param_2[1] ^ local_138[1];\n uVar15 = 2;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n }\n for (; local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15], uVar12 != uVar15;\n uVar15 = uVar15 + 8) {\n bVar4 = param_2[uVar15 + 2];\n bVar5 = param_2[uVar15 + 3];\n local_b8[uVar15 + 1] = param_2[uVar15 + 1] ^ local_138[uVar15 + 1];\n bVar2 = local_138[uVar15 + 3];\n bVar6 = param_2[uVar15 + 4];\n bVar7 = param_2[uVar15 + 5];\n local_b8[uVar15 + 2] = bVar4 ^ local_138[uVar15 + 2];\n bVar4 = local_138[uVar15 + 4];\n bVar3 = local_138[uVar15 + 5];\n local_b8[uVar15 + 3] = bVar5 ^ bVar2;\n bVar5 = param_2[uVar15 + 6];\n bVar8 = param_2[uVar15 + 7];\n local_b8[uVar15 + 4] = bVar6 ^ bVar4;\n bVar2 = local_138[uVar15 + 6];\n bVar4 = local_138[uVar15 + 7];\n local_b8[uVar15 + 5] = bVar7 ^ bVar3;\n local_b8[uVar15 + 6] = bVar5 ^ bVar2;\n local_b8[uVar15 + 7] = bVar8 ^ bVar4;\n }\n }\n uVar11 = (**(code **)(puVar10 + (long)*(int *)(param_1 + 9000) * 0xc0 + 0x28))\n (local_b8,param_3,param_1 + 0x1280);\n if (((int)uVar11 == 0) && (lVar13 = 0, 0 < *(int *)(param_1 + 0x232c))) {\n do {\n *(byte *)(param_3 + lVar13) = *(byte *)(param_3 + lVar13) ^ local_138[lVar13];\n lVar13 = lVar13 + 1;\n } while ((int)lVar13 < *(int *)(param_1 + 0x232c));\n }\n }\n }" (if "if") (parenthesized_expression "((int)uVar11 == 0)" (( "(") (binary_expression "(int)uVar11 == 0" (cast_expression "(int)uVar11" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "uVar11")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n iVar9 = *(int *)(param_1 + 0x232c);\n uVar11 = 0x10;\n if (iVar9 == *(int *)(PTR_cipher_descriptor_001dded0 +\n (long)*(int *)(param_1 + 9000) * 0xc0 + 0x14)) {\n if (0 < iVar9) {\n uVar15 = 0;\n uVar12 = iVar9 - 1U & 7;\n if (uVar12 != 0) {\n *(byte *)(param_1 + 0x1200) = *(byte *)(param_1 + 0x1200) ^ *param_2;\n uVar15 = 1;\n if (uVar12 != 1) {\n if (uVar12 != 2) {\n if (uVar12 != 3) {\n if (uVar12 != 4) {\n if (uVar12 != 5) {\n if (uVar12 != 6) {\n uVar15 = 2;\n *(byte *)(param_1 + 0x1201) = *(byte *)(param_1 + 0x1201) ^ param_2[1];\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n }\n while( true ) {\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n if (iVar9 - 1U == uVar15) break;\n pbVar1 = (byte *)(param_1 + uVar15 + 0x1201);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 1];\n pbVar1 = (byte *)(param_1 + 0x1202 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 2];\n pbVar1 = (byte *)(param_1 + 0x1203 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 3];\n pbVar1 = (byte *)(param_1 + 0x1204 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 4];\n pbVar1 = (byte *)(param_1 + 0x1205 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 5];\n pbVar1 = (byte *)(param_1 + 0x1206 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 6];\n pbVar1 = (byte *)(param_1 + 0x1207 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 7];\n uVar15 = uVar15 + 8;\n }\n }\n ocb_shift_xor(param_1,local_138);\n if (0 < *(int *)(param_1 + 0x232c)) {\n uVar12 = *(int *)(param_1 + 0x232c) - 1;\n uVar15 = 0;\n uVar14 = uVar12 & 7;\n if (uVar14 != 0) {\n uVar15 = 1;\n local_b8[0] = *param_2 ^ local_138[0];\n if (uVar14 != 1) {\n if (uVar14 != 2) {\n if (uVar14 != 3) {\n if (uVar14 != 4) {\n if (uVar14 != 5) {\n if (uVar14 != 6) {\n local_b8[1] = param_2[1] ^ local_138[1];\n uVar15 = 2;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n }\n for (; local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15], uVar12 != uVar15;\n uVar15 = uVar15 + 8) {\n bVar4 = param_2[uVar15 + 2];\n bVar5 = param_2[uVar15 + 3];\n local_b8[uVar15 + 1] = param_2[uVar15 + 1] ^ local_138[uVar15 + 1];\n bVar2 = local_138[uVar15 + 3];\n bVar6 = param_2[uVar15 + 4];\n bVar7 = param_2[uVar15 + 5];\n local_b8[uVar15 + 2] = bVar4 ^ local_138[uVar15 + 2];\n bVar4 = local_138[uVar15 + 4];\n bVar3 = local_138[uVar15 + 5];\n local_b8[uVar15 + 3] = bVar5 ^ bVar2;\n bVar5 = param_2[uVar15 + 6];\n bVar8 = param_2[uVar15 + 7];\n local_b8[uVar15 + 4] = bVar6 ^ bVar4;\n bVar2 = local_138[uVar15 + 6];\n bVar4 = local_138[uVar15 + 7];\n local_b8[uVar15 + 5] = bVar7 ^ bVar3;\n local_b8[uVar15 + 6] = bVar5 ^ bVar2;\n local_b8[uVar15 + 7] = bVar8 ^ bVar4;\n }\n }\n uVar11 = (**(code **)(puVar10 + (long)*(int *)(param_1 + 9000) * 0xc0 + 0x28))\n (local_b8,param_3,param_1 + 0x1280);\n if (((int)uVar11 == 0) && (lVar13 = 0, 0 < *(int *)(param_1 + 0x232c))) {\n do {\n *(byte *)(param_3 + lVar13) = *(byte *)(param_3 + lVar13) ^ local_138[lVar13];\n lVar13 = lVar13 + 1;\n } while ((int)lVar13 < *(int *)(param_1 + 0x232c));\n }\n }\n }" ({ "{") (expression_statement "iVar9 = *(int *)(param_1 + 0x232c);" (assignment_expression "iVar9 = *(int *)(param_1 + 0x232c)" (identifier "iVar9") (= "=") (pointer_expression "*(int *)(param_1 + 0x232c)" (* "*") (cast_expression "(int *)(param_1 + 0x232c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x232c)" (( "(") (binary_expression "param_1 + 0x232c" (identifier "param_1") (+ "+") (number_literal "0x232c")) () ")"))))) (; ";")) (expression_statement "uVar11 = 0x10;" (assignment_expression "uVar11 = 0x10" (identifier "uVar11") (= "=") (number_literal "0x10")) (; ";")) (if_statement "if (iVar9 == *(int *)(PTR_cipher_descriptor_001dded0 +\n (long)*(int *)(param_1 + 9000) * 0xc0 + 0x14)) {\n if (0 < iVar9) {\n uVar15 = 0;\n uVar12 = iVar9 - 1U & 7;\n if (uVar12 != 0) {\n *(byte *)(param_1 + 0x1200) = *(byte *)(param_1 + 0x1200) ^ *param_2;\n uVar15 = 1;\n if (uVar12 != 1) {\n if (uVar12 != 2) {\n if (uVar12 != 3) {\n if (uVar12 != 4) {\n if (uVar12 != 5) {\n if (uVar12 != 6) {\n uVar15 = 2;\n *(byte *)(param_1 + 0x1201) = *(byte *)(param_1 + 0x1201) ^ param_2[1];\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n }\n while( true ) {\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n if (iVar9 - 1U == uVar15) break;\n pbVar1 = (byte *)(param_1 + uVar15 + 0x1201);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 1];\n pbVar1 = (byte *)(param_1 + 0x1202 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 2];\n pbVar1 = (byte *)(param_1 + 0x1203 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 3];\n pbVar1 = (byte *)(param_1 + 0x1204 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 4];\n pbVar1 = (byte *)(param_1 + 0x1205 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 5];\n pbVar1 = (byte *)(param_1 + 0x1206 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 6];\n pbVar1 = (byte *)(param_1 + 0x1207 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 7];\n uVar15 = uVar15 + 8;\n }\n }\n ocb_shift_xor(param_1,local_138);\n if (0 < *(int *)(param_1 + 0x232c)) {\n uVar12 = *(int *)(param_1 + 0x232c) - 1;\n uVar15 = 0;\n uVar14 = uVar12 & 7;\n if (uVar14 != 0) {\n uVar15 = 1;\n local_b8[0] = *param_2 ^ local_138[0];\n if (uVar14 != 1) {\n if (uVar14 != 2) {\n if (uVar14 != 3) {\n if (uVar14 != 4) {\n if (uVar14 != 5) {\n if (uVar14 != 6) {\n local_b8[1] = param_2[1] ^ local_138[1];\n uVar15 = 2;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n }\n for (; local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15], uVar12 != uVar15;\n uVar15 = uVar15 + 8) {\n bVar4 = param_2[uVar15 + 2];\n bVar5 = param_2[uVar15 + 3];\n local_b8[uVar15 + 1] = param_2[uVar15 + 1] ^ local_138[uVar15 + 1];\n bVar2 = local_138[uVar15 + 3];\n bVar6 = param_2[uVar15 + 4];\n bVar7 = param_2[uVar15 + 5];\n local_b8[uVar15 + 2] = bVar4 ^ local_138[uVar15 + 2];\n bVar4 = local_138[uVar15 + 4];\n bVar3 = local_138[uVar15 + 5];\n local_b8[uVar15 + 3] = bVar5 ^ bVar2;\n bVar5 = param_2[uVar15 + 6];\n bVar8 = param_2[uVar15 + 7];\n local_b8[uVar15 + 4] = bVar6 ^ bVar4;\n bVar2 = local_138[uVar15 + 6];\n bVar4 = local_138[uVar15 + 7];\n local_b8[uVar15 + 5] = bVar7 ^ bVar3;\n local_b8[uVar15 + 6] = bVar5 ^ bVar2;\n local_b8[uVar15 + 7] = bVar8 ^ bVar4;\n }\n }\n uVar11 = (**(code **)(puVar10 + (long)*(int *)(param_1 + 9000) * 0xc0 + 0x28))\n (local_b8,param_3,param_1 + 0x1280);\n if (((int)uVar11 == 0) && (lVar13 = 0, 0 < *(int *)(param_1 + 0x232c))) {\n do {\n *(byte *)(param_3 + lVar13) = *(byte *)(param_3 + lVar13) ^ local_138[lVar13];\n lVar13 = lVar13 + 1;\n } while ((int)lVar13 < *(int *)(param_1 + 0x232c));\n }\n }" (if "if") (parenthesized_expression "(iVar9 == *(int *)(PTR_cipher_descriptor_001dded0 +\n (long)*(int *)(param_1 + 9000) * 0xc0 + 0x14))" (( "(") (binary_expression "iVar9 == *(int *)(PTR_cipher_descriptor_001dded0 +\n (long)*(int *)(param_1 + 9000) * 0xc0 + 0x14)" (identifier "iVar9") (== "==") (pointer_expression "*(int *)(PTR_cipher_descriptor_001dded0 +\n (long)*(int *)(param_1 + 9000) * 0xc0 + 0x14)" (* "*") (cast_expression "(int *)(PTR_cipher_descriptor_001dded0 +\n (long)*(int *)(param_1 + 9000) * 0xc0 + 0x14)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(PTR_cipher_descriptor_001dded0 +\n (long)*(int *)(param_1 + 9000) * 0xc0 + 0x14)" (( "(") (binary_expression "PTR_cipher_descriptor_001dded0 +\n (long)*(int *)(param_1 + 9000) * 0xc0 + 0x14" (binary_expression "PTR_cipher_descriptor_001dded0 +\n (long)*(int *)(param_1 + 9000) * 0xc0" (identifier "PTR_cipher_descriptor_001dded0") (+ "+") (binary_expression "(long)*(int *)(param_1 + 9000) * 0xc0" (cast_expression "(long)*(int *)(param_1 + 9000)" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (pointer_expression "*(int *)(param_1 + 9000)" (* "*") (cast_expression "(int *)(param_1 + 9000)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 9000)" (( "(") (binary_expression "param_1 + 9000" (identifier "param_1") (+ "+") (number_literal "9000")) () ")"))))) (* "*") (number_literal "0xc0"))) (+ "+") (number_literal "0x14")) () ")"))))) () ")")) (compound_statement "{\n if (0 < iVar9) {\n uVar15 = 0;\n uVar12 = iVar9 - 1U & 7;\n if (uVar12 != 0) {\n *(byte *)(param_1 + 0x1200) = *(byte *)(param_1 + 0x1200) ^ *param_2;\n uVar15 = 1;\n if (uVar12 != 1) {\n if (uVar12 != 2) {\n if (uVar12 != 3) {\n if (uVar12 != 4) {\n if (uVar12 != 5) {\n if (uVar12 != 6) {\n uVar15 = 2;\n *(byte *)(param_1 + 0x1201) = *(byte *)(param_1 + 0x1201) ^ param_2[1];\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n }\n while( true ) {\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n if (iVar9 - 1U == uVar15) break;\n pbVar1 = (byte *)(param_1 + uVar15 + 0x1201);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 1];\n pbVar1 = (byte *)(param_1 + 0x1202 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 2];\n pbVar1 = (byte *)(param_1 + 0x1203 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 3];\n pbVar1 = (byte *)(param_1 + 0x1204 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 4];\n pbVar1 = (byte *)(param_1 + 0x1205 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 5];\n pbVar1 = (byte *)(param_1 + 0x1206 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 6];\n pbVar1 = (byte *)(param_1 + 0x1207 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 7];\n uVar15 = uVar15 + 8;\n }\n }\n ocb_shift_xor(param_1,local_138);\n if (0 < *(int *)(param_1 + 0x232c)) {\n uVar12 = *(int *)(param_1 + 0x232c) - 1;\n uVar15 = 0;\n uVar14 = uVar12 & 7;\n if (uVar14 != 0) {\n uVar15 = 1;\n local_b8[0] = *param_2 ^ local_138[0];\n if (uVar14 != 1) {\n if (uVar14 != 2) {\n if (uVar14 != 3) {\n if (uVar14 != 4) {\n if (uVar14 != 5) {\n if (uVar14 != 6) {\n local_b8[1] = param_2[1] ^ local_138[1];\n uVar15 = 2;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n }\n for (; local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15], uVar12 != uVar15;\n uVar15 = uVar15 + 8) {\n bVar4 = param_2[uVar15 + 2];\n bVar5 = param_2[uVar15 + 3];\n local_b8[uVar15 + 1] = param_2[uVar15 + 1] ^ local_138[uVar15 + 1];\n bVar2 = local_138[uVar15 + 3];\n bVar6 = param_2[uVar15 + 4];\n bVar7 = param_2[uVar15 + 5];\n local_b8[uVar15 + 2] = bVar4 ^ local_138[uVar15 + 2];\n bVar4 = local_138[uVar15 + 4];\n bVar3 = local_138[uVar15 + 5];\n local_b8[uVar15 + 3] = bVar5 ^ bVar2;\n bVar5 = param_2[uVar15 + 6];\n bVar8 = param_2[uVar15 + 7];\n local_b8[uVar15 + 4] = bVar6 ^ bVar4;\n bVar2 = local_138[uVar15 + 6];\n bVar4 = local_138[uVar15 + 7];\n local_b8[uVar15 + 5] = bVar7 ^ bVar3;\n local_b8[uVar15 + 6] = bVar5 ^ bVar2;\n local_b8[uVar15 + 7] = bVar8 ^ bVar4;\n }\n }\n uVar11 = (**(code **)(puVar10 + (long)*(int *)(param_1 + 9000) * 0xc0 + 0x28))\n (local_b8,param_3,param_1 + 0x1280);\n if (((int)uVar11 == 0) && (lVar13 = 0, 0 < *(int *)(param_1 + 0x232c))) {\n do {\n *(byte *)(param_3 + lVar13) = *(byte *)(param_3 + lVar13) ^ local_138[lVar13];\n lVar13 = lVar13 + 1;\n } while ((int)lVar13 < *(int *)(param_1 + 0x232c));\n }\n }" ({ "{") (if_statement "if (0 < iVar9) {\n uVar15 = 0;\n uVar12 = iVar9 - 1U & 7;\n if (uVar12 != 0) {\n *(byte *)(param_1 + 0x1200) = *(byte *)(param_1 + 0x1200) ^ *param_2;\n uVar15 = 1;\n if (uVar12 != 1) {\n if (uVar12 != 2) {\n if (uVar12 != 3) {\n if (uVar12 != 4) {\n if (uVar12 != 5) {\n if (uVar12 != 6) {\n uVar15 = 2;\n *(byte *)(param_1 + 0x1201) = *(byte *)(param_1 + 0x1201) ^ param_2[1];\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n }\n while( true ) {\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n if (iVar9 - 1U == uVar15) break;\n pbVar1 = (byte *)(param_1 + uVar15 + 0x1201);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 1];\n pbVar1 = (byte *)(param_1 + 0x1202 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 2];\n pbVar1 = (byte *)(param_1 + 0x1203 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 3];\n pbVar1 = (byte *)(param_1 + 0x1204 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 4];\n pbVar1 = (byte *)(param_1 + 0x1205 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 5];\n pbVar1 = (byte *)(param_1 + 0x1206 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 6];\n pbVar1 = (byte *)(param_1 + 0x1207 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 7];\n uVar15 = uVar15 + 8;\n }\n }" (if "if") (parenthesized_expression "(0 < iVar9)" (( "(") (binary_expression "0 < iVar9" (number_literal "0") (< "<") (identifier "iVar9")) () ")")) (compound_statement "{\n uVar15 = 0;\n uVar12 = iVar9 - 1U & 7;\n if (uVar12 != 0) {\n *(byte *)(param_1 + 0x1200) = *(byte *)(param_1 + 0x1200) ^ *param_2;\n uVar15 = 1;\n if (uVar12 != 1) {\n if (uVar12 != 2) {\n if (uVar12 != 3) {\n if (uVar12 != 4) {\n if (uVar12 != 5) {\n if (uVar12 != 6) {\n uVar15 = 2;\n *(byte *)(param_1 + 0x1201) = *(byte *)(param_1 + 0x1201) ^ param_2[1];\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n }\n while( true ) {\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n if (iVar9 - 1U == uVar15) break;\n pbVar1 = (byte *)(param_1 + uVar15 + 0x1201);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 1];\n pbVar1 = (byte *)(param_1 + 0x1202 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 2];\n pbVar1 = (byte *)(param_1 + 0x1203 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 3];\n pbVar1 = (byte *)(param_1 + 0x1204 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 4];\n pbVar1 = (byte *)(param_1 + 0x1205 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 5];\n pbVar1 = (byte *)(param_1 + 0x1206 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 6];\n pbVar1 = (byte *)(param_1 + 0x1207 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 7];\n uVar15 = uVar15 + 8;\n }\n }" ({ "{") (expression_statement "uVar15 = 0;" (assignment_expression "uVar15 = 0" (identifier "uVar15") (= "=") (number_literal "0")) (; ";")) (expression_statement "uVar12 = iVar9 - 1U & 7;" (assignment_expression "uVar12 = iVar9 - 1U & 7" (identifier "uVar12") (= "=") (binary_expression "iVar9 - 1U & 7" (binary_expression "iVar9 - 1U" (identifier "iVar9") (- "-") (number_literal "1U")) (& "&") (number_literal "7"))) (; ";")) (if_statement "if (uVar12 != 0) {\n *(byte *)(param_1 + 0x1200) = *(byte *)(param_1 + 0x1200) ^ *param_2;\n uVar15 = 1;\n if (uVar12 != 1) {\n if (uVar12 != 2) {\n if (uVar12 != 3) {\n if (uVar12 != 4) {\n if (uVar12 != 5) {\n if (uVar12 != 6) {\n uVar15 = 2;\n *(byte *)(param_1 + 0x1201) = *(byte *)(param_1 + 0x1201) ^ param_2[1];\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n }" (if "if") (parenthesized_expression "(uVar12 != 0)" (( "(") (binary_expression "uVar12 != 0" (identifier "uVar12") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n *(byte *)(param_1 + 0x1200) = *(byte *)(param_1 + 0x1200) ^ *param_2;\n uVar15 = 1;\n if (uVar12 != 1) {\n if (uVar12 != 2) {\n if (uVar12 != 3) {\n if (uVar12 != 4) {\n if (uVar12 != 5) {\n if (uVar12 != 6) {\n uVar15 = 2;\n *(byte *)(param_1 + 0x1201) = *(byte *)(param_1 + 0x1201) ^ param_2[1];\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n }" ({ "{") (expression_statement "*(byte *)(param_1 + 0x1200) = *(byte *)(param_1 + 0x1200) ^ *param_2;" (assignment_expression "*(byte *)(param_1 + 0x1200) = *(byte *)(param_1 + 0x1200) ^ *param_2" (pointer_expression "*(byte *)(param_1 + 0x1200)" (* "*") (cast_expression "(byte *)(param_1 + 0x1200)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x1200)" (( "(") (binary_expression "param_1 + 0x1200" (identifier "param_1") (+ "+") (number_literal "0x1200")) () ")")))) (= "=") (binary_expression "*(byte *)(param_1 + 0x1200) ^ *param_2" (pointer_expression "*(byte *)(param_1 + 0x1200)" (* "*") (cast_expression "(byte *)(param_1 + 0x1200)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x1200)" (( "(") (binary_expression "param_1 + 0x1200" (identifier "param_1") (+ "+") (number_literal "0x1200")) () ")")))) (^ "^") (pointer_expression "*param_2" (* "*") (identifier "param_2")))) (; ";")) (expression_statement "uVar15 = 1;" (assignment_expression "uVar15 = 1" (identifier "uVar15") (= "=") (number_literal "1")) (; ";")) (if_statement "if (uVar12 != 1) {\n if (uVar12 != 2) {\n if (uVar12 != 3) {\n if (uVar12 != 4) {\n if (uVar12 != 5) {\n if (uVar12 != 6) {\n uVar15 = 2;\n *(byte *)(param_1 + 0x1201) = *(byte *)(param_1 + 0x1201) ^ param_2[1];\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }" (if "if") (parenthesized_expression "(uVar12 != 1)" (( "(") (binary_expression "uVar12 != 1" (identifier "uVar12") (!= "!=") (number_literal "1")) () ")")) (compound_statement "{\n if (uVar12 != 2) {\n if (uVar12 != 3) {\n if (uVar12 != 4) {\n if (uVar12 != 5) {\n if (uVar12 != 6) {\n uVar15 = 2;\n *(byte *)(param_1 + 0x1201) = *(byte *)(param_1 + 0x1201) ^ param_2[1];\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }" ({ "{") (if_statement "if (uVar12 != 2) {\n if (uVar12 != 3) {\n if (uVar12 != 4) {\n if (uVar12 != 5) {\n if (uVar12 != 6) {\n uVar15 = 2;\n *(byte *)(param_1 + 0x1201) = *(byte *)(param_1 + 0x1201) ^ param_2[1];\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }" (if "if") (parenthesized_expression "(uVar12 != 2)" (( "(") (binary_expression "uVar12 != 2" (identifier "uVar12") (!= "!=") (number_literal "2")) () ")")) (compound_statement "{\n if (uVar12 != 3) {\n if (uVar12 != 4) {\n if (uVar12 != 5) {\n if (uVar12 != 6) {\n uVar15 = 2;\n *(byte *)(param_1 + 0x1201) = *(byte *)(param_1 + 0x1201) ^ param_2[1];\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }" ({ "{") (if_statement "if (uVar12 != 3) {\n if (uVar12 != 4) {\n if (uVar12 != 5) {\n if (uVar12 != 6) {\n uVar15 = 2;\n *(byte *)(param_1 + 0x1201) = *(byte *)(param_1 + 0x1201) ^ param_2[1];\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }" (if "if") (parenthesized_expression "(uVar12 != 3)" (( "(") (binary_expression "uVar12 != 3" (identifier "uVar12") (!= "!=") (number_literal "3")) () ")")) (compound_statement "{\n if (uVar12 != 4) {\n if (uVar12 != 5) {\n if (uVar12 != 6) {\n uVar15 = 2;\n *(byte *)(param_1 + 0x1201) = *(byte *)(param_1 + 0x1201) ^ param_2[1];\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }" ({ "{") (if_statement "if (uVar12 != 4) {\n if (uVar12 != 5) {\n if (uVar12 != 6) {\n uVar15 = 2;\n *(byte *)(param_1 + 0x1201) = *(byte *)(param_1 + 0x1201) ^ param_2[1];\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }" (if "if") (parenthesized_expression "(uVar12 != 4)" (( "(") (binary_expression "uVar12 != 4" (identifier "uVar12") (!= "!=") (number_literal "4")) () ")")) (compound_statement "{\n if (uVar12 != 5) {\n if (uVar12 != 6) {\n uVar15 = 2;\n *(byte *)(param_1 + 0x1201) = *(byte *)(param_1 + 0x1201) ^ param_2[1];\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }" ({ "{") (if_statement "if (uVar12 != 5) {\n if (uVar12 != 6) {\n uVar15 = 2;\n *(byte *)(param_1 + 0x1201) = *(byte *)(param_1 + 0x1201) ^ param_2[1];\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }" (if "if") (parenthesized_expression "(uVar12 != 5)" (( "(") (binary_expression "uVar12 != 5" (identifier "uVar12") (!= "!=") (number_literal "5")) () ")")) (compound_statement "{\n if (uVar12 != 6) {\n uVar15 = 2;\n *(byte *)(param_1 + 0x1201) = *(byte *)(param_1 + 0x1201) ^ param_2[1];\n }\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n uVar15 = uVar15 + 1;\n }" ({ "{") (if_statement "if (uVar12 != 6) {\n uVar15 = 2;\n *(byte *)(param_1 + 0x1201) = *(byte *)(param_1 + 0x1201) ^ param_2[1];\n }" (if "if") (parenthesized_expression "(uVar12 != 6)" (( "(") (binary_expression "uVar12 != 6" (identifier "uVar12") (!= "!=") (number_literal "6")) () ")")) (compound_statement "{\n uVar15 = 2;\n *(byte *)(param_1 + 0x1201) = *(byte *)(param_1 + 0x1201) ^ param_2[1];\n }" ({ "{") (expression_statement "uVar15 = 2;" (assignment_expression "uVar15 = 2" (identifier "uVar15") (= "=") (number_literal "2")) (; ";")) (expression_statement "*(byte *)(param_1 + 0x1201) = *(byte *)(param_1 + 0x1201) ^ param_2[1];" (assignment_expression "*(byte *)(param_1 + 0x1201) = *(byte *)(param_1 + 0x1201) ^ param_2[1]" (pointer_expression "*(byte *)(param_1 + 0x1201)" (* "*") (cast_expression "(byte *)(param_1 + 0x1201)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x1201)" (( "(") (binary_expression "param_1 + 0x1201" (identifier "param_1") (+ "+") (number_literal "0x1201")) () ")")))) (= "=") (binary_expression "*(byte *)(param_1 + 0x1201) ^ param_2[1]" (pointer_expression "*(byte *)(param_1 + 0x1201)" (* "*") (cast_expression "(byte *)(param_1 + 0x1201)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x1201)" (( "(") (binary_expression "param_1 + 0x1201" (identifier "param_1") (+ "+") (number_literal "0x1201")) () ")")))) (^ "^") (subscript_expression "param_2[1]" (identifier "param_2") ([ "[") (number_literal "1") (] "]")))) (; ";")) (} "}"))) (expression_statement "pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);" (assignment_expression "pbVar1 = (byte *)(param_1 + 0x1200 + uVar15)" (identifier "pbVar1") (= "=") (cast_expression "(byte *)(param_1 + 0x1200 + uVar15)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x1200 + uVar15)" (( "(") (binary_expression "param_1 + 0x1200 + uVar15" (binary_expression "param_1 + 0x1200" (identifier "param_1") (+ "+") (number_literal "0x1200")) (+ "+") (identifier "uVar15")) () ")")))) (; ";")) (expression_statement "*pbVar1 = *pbVar1 ^ param_2[uVar15];" (assignment_expression "*pbVar1 = *pbVar1 ^ param_2[uVar15]" (pointer_expression "*pbVar1" (* "*") (identifier "pbVar1")) (= "=") (binary_expression "*pbVar1 ^ param_2[uVar15]" (pointer_expression "*pbVar1" (* "*") (identifier "pbVar1")) (^ "^") (subscript_expression "param_2[uVar15]" (identifier "param_2") ([ "[") (identifier "uVar15") (] "]")))) (; ";")) (expression_statement "uVar15 = uVar15 + 1;" (assignment_expression "uVar15 = uVar15 + 1" (identifier "uVar15") (= "=") (binary_expression "uVar15 + 1" (identifier "uVar15") (+ "+") (number_literal "1"))) (; ";")) (} "}"))) (expression_statement "pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);" (assignment_expression "pbVar1 = (byte *)(param_1 + 0x1200 + uVar15)" (identifier "pbVar1") (= "=") (cast_expression "(byte *)(param_1 + 0x1200 + uVar15)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x1200 + uVar15)" (( "(") (binary_expression "param_1 + 0x1200 + uVar15" (binary_expression "param_1 + 0x1200" (identifier "param_1") (+ "+") (number_literal "0x1200")) (+ "+") (identifier "uVar15")) () ")")))) (; ";")) (expression_statement "*pbVar1 = *pbVar1 ^ param_2[uVar15];" (assignment_expression "*pbVar1 = *pbVar1 ^ param_2[uVar15]" (pointer_expression "*pbVar1" (* "*") (identifier "pbVar1")) (= "=") (binary_expression "*pbVar1 ^ param_2[uVar15]" (pointer_expression "*pbVar1" (* "*") (identifier "pbVar1")) (^ "^") (subscript_expression "param_2[uVar15]" (identifier "param_2") ([ "[") (identifier "uVar15") (] "]")))) (; ";")) (expression_statement "uVar15 = uVar15 + 1;" (assignment_expression "uVar15 = uVar15 + 1" (identifier "uVar15") (= "=") (binary_expression "uVar15 + 1" (identifier "uVar15") (+ "+") (number_literal "1"))) (; ";")) (} "}"))) (expression_statement "pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);" (assignment_expression "pbVar1 = (byte *)(param_1 + 0x1200 + uVar15)" (identifier "pbVar1") (= "=") (cast_expression "(byte *)(param_1 + 0x1200 + uVar15)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x1200 + uVar15)" (( "(") (binary_expression "param_1 + 0x1200 + uVar15" (binary_expression "param_1 + 0x1200" (identifier "param_1") (+ "+") (number_literal "0x1200")) (+ "+") (identifier "uVar15")) () ")")))) (; ";")) (expression_statement "*pbVar1 = *pbVar1 ^ param_2[uVar15];" (assignment_expression "*pbVar1 = *pbVar1 ^ param_2[uVar15]" (pointer_expression "*pbVar1" (* "*") (identifier "pbVar1")) (= "=") (binary_expression "*pbVar1 ^ param_2[uVar15]" (pointer_expression "*pbVar1" (* "*") (identifier "pbVar1")) (^ "^") (subscript_expression "param_2[uVar15]" (identifier "param_2") ([ "[") (identifier "uVar15") (] "]")))) (; ";")) (expression_statement "uVar15 = uVar15 + 1;" (assignment_expression "uVar15 = uVar15 + 1" (identifier "uVar15") (= "=") (binary_expression "uVar15 + 1" (identifier "uVar15") (+ "+") (number_literal "1"))) (; ";")) (} "}"))) (expression_statement "pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);" (assignment_expression "pbVar1 = (byte *)(param_1 + 0x1200 + uVar15)" (identifier "pbVar1") (= "=") (cast_expression "(byte *)(param_1 + 0x1200 + uVar15)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x1200 + uVar15)" (( "(") (binary_expression "param_1 + 0x1200 + uVar15" (binary_expression "param_1 + 0x1200" (identifier "param_1") (+ "+") (number_literal "0x1200")) (+ "+") (identifier "uVar15")) () ")")))) (; ";")) (expression_statement "*pbVar1 = *pbVar1 ^ param_2[uVar15];" (assignment_expression "*pbVar1 = *pbVar1 ^ param_2[uVar15]" (pointer_expression "*pbVar1" (* "*") (identifier "pbVar1")) (= "=") (binary_expression "*pbVar1 ^ param_2[uVar15]" (pointer_expression "*pbVar1" (* "*") (identifier "pbVar1")) (^ "^") (subscript_expression "param_2[uVar15]" (identifier "param_2") ([ "[") (identifier "uVar15") (] "]")))) (; ";")) (expression_statement "uVar15 = uVar15 + 1;" (assignment_expression "uVar15 = uVar15 + 1" (identifier "uVar15") (= "=") (binary_expression "uVar15 + 1" (identifier "uVar15") (+ "+") (number_literal "1"))) (; ";")) (} "}"))) (expression_statement "pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);" (assignment_expression "pbVar1 = (byte *)(param_1 + 0x1200 + uVar15)" (identifier "pbVar1") (= "=") (cast_expression "(byte *)(param_1 + 0x1200 + uVar15)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x1200 + uVar15)" (( "(") (binary_expression "param_1 + 0x1200 + uVar15" (binary_expression "param_1 + 0x1200" (identifier "param_1") (+ "+") (number_literal "0x1200")) (+ "+") (identifier "uVar15")) () ")")))) (; ";")) (expression_statement "*pbVar1 = *pbVar1 ^ param_2[uVar15];" (assignment_expression "*pbVar1 = *pbVar1 ^ param_2[uVar15]" (pointer_expression "*pbVar1" (* "*") (identifier "pbVar1")) (= "=") (binary_expression "*pbVar1 ^ param_2[uVar15]" (pointer_expression "*pbVar1" (* "*") (identifier "pbVar1")) (^ "^") (subscript_expression "param_2[uVar15]" (identifier "param_2") ([ "[") (identifier "uVar15") (] "]")))) (; ";")) (expression_statement "uVar15 = uVar15 + 1;" (assignment_expression "uVar15 = uVar15 + 1" (identifier "uVar15") (= "=") (binary_expression "uVar15 + 1" (identifier "uVar15") (+ "+") (number_literal "1"))) (; ";")) (} "}"))) (} "}"))) (while_statement "while( true ) {\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n if (iVar9 - 1U == uVar15) break;\n pbVar1 = (byte *)(param_1 + uVar15 + 0x1201);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 1];\n pbVar1 = (byte *)(param_1 + 0x1202 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 2];\n pbVar1 = (byte *)(param_1 + 0x1203 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 3];\n pbVar1 = (byte *)(param_1 + 0x1204 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 4];\n pbVar1 = (byte *)(param_1 + 0x1205 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 5];\n pbVar1 = (byte *)(param_1 + 0x1206 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 6];\n pbVar1 = (byte *)(param_1 + 0x1207 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 7];\n uVar15 = uVar15 + 8;\n }" (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (compound_statement "{\n pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15];\n if (iVar9 - 1U == uVar15) break;\n pbVar1 = (byte *)(param_1 + uVar15 + 0x1201);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 1];\n pbVar1 = (byte *)(param_1 + 0x1202 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 2];\n pbVar1 = (byte *)(param_1 + 0x1203 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 3];\n pbVar1 = (byte *)(param_1 + 0x1204 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 4];\n pbVar1 = (byte *)(param_1 + 0x1205 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 5];\n pbVar1 = (byte *)(param_1 + 0x1206 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 6];\n pbVar1 = (byte *)(param_1 + 0x1207 + uVar15);\n *pbVar1 = *pbVar1 ^ param_2[uVar15 + 7];\n uVar15 = uVar15 + 8;\n }" ({ "{") (expression_statement "pbVar1 = (byte *)(param_1 + 0x1200 + uVar15);" (assignment_expression "pbVar1 = (byte *)(param_1 + 0x1200 + uVar15)" (identifier "pbVar1") (= "=") (cast_expression "(byte *)(param_1 + 0x1200 + uVar15)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x1200 + uVar15)" (( "(") (binary_expression "param_1 + 0x1200 + uVar15" (binary_expression "param_1 + 0x1200" (identifier "param_1") (+ "+") (number_literal "0x1200")) (+ "+") (identifier "uVar15")) () ")")))) (; ";")) (expression_statement "*pbVar1 = *pbVar1 ^ param_2[uVar15];" (assignment_expression "*pbVar1 = *pbVar1 ^ param_2[uVar15]" (pointer_expression "*pbVar1" (* "*") (identifier "pbVar1")) (= "=") (binary_expression "*pbVar1 ^ param_2[uVar15]" (pointer_expression "*pbVar1" (* "*") (identifier "pbVar1")) (^ "^") (subscript_expression "param_2[uVar15]" (identifier "param_2") ([ "[") (identifier "uVar15") (] "]")))) (; ";")) (if_statement "if (iVar9 - 1U == uVar15) break;" (if "if") (parenthesized_expression "(iVar9 - 1U == uVar15)" (( "(") (binary_expression "iVar9 - 1U == uVar15" (binary_expression "iVar9 - 1U" (identifier "iVar9") (- "-") (number_literal "1U")) (== "==") (identifier "uVar15")) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "pbVar1 = (byte *)(param_1 + uVar15 + 0x1201);" (assignment_expression "pbVar1 = (byte *)(param_1 + uVar15 + 0x1201)" (identifier "pbVar1") (= "=") (cast_expression "(byte *)(param_1 + uVar15 + 0x1201)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + uVar15 + 0x1201)" (( "(") (binary_expression "param_1 + uVar15 + 0x1201" (binary_expression "param_1 + uVar15" (identifier "param_1") (+ "+") (identifier "uVar15")) (+ "+") (number_literal "0x1201")) () ")")))) (; ";")) (expression_statement "*pbVar1 = *pbVar1 ^ param_2[uVar15 + 1];" (assignment_expression "*pbVar1 = *pbVar1 ^ param_2[uVar15 + 1]" (pointer_expression "*pbVar1" (* "*") (identifier "pbVar1")) (= "=") (binary_expression "*pbVar1 ^ param_2[uVar15 + 1]" (pointer_expression "*pbVar1" (* "*") (identifier "pbVar1")) (^ "^") (subscript_expression "param_2[uVar15 + 1]" (identifier "param_2") ([ "[") (binary_expression "uVar15 + 1" (identifier "uVar15") (+ "+") (number_literal "1")) (] "]")))) (; ";")) (expression_statement "pbVar1 = (byte *)(param_1 + 0x1202 + uVar15);" (assignment_expression "pbVar1 = (byte *)(param_1 + 0x1202 + uVar15)" (identifier "pbVar1") (= "=") (cast_expression "(byte *)(param_1 + 0x1202 + uVar15)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x1202 + uVar15)" (( "(") (binary_expression "param_1 + 0x1202 + uVar15" (binary_expression "param_1 + 0x1202" (identifier "param_1") (+ "+") (number_literal "0x1202")) (+ "+") (identifier "uVar15")) () ")")))) (; ";")) (expression_statement "*pbVar1 = *pbVar1 ^ param_2[uVar15 + 2];" (assignment_expression "*pbVar1 = *pbVar1 ^ param_2[uVar15 + 2]" (pointer_expression "*pbVar1" (* "*") (identifier "pbVar1")) (= "=") (binary_expression "*pbVar1 ^ param_2[uVar15 + 2]" (pointer_expression "*pbVar1" (* "*") (identifier "pbVar1")) (^ "^") (subscript_expression "param_2[uVar15 + 2]" (identifier "param_2") ([ "[") (binary_expression "uVar15 + 2" (identifier "uVar15") (+ "+") (number_literal "2")) (] "]")))) (; ";")) (expression_statement "pbVar1 = (byte *)(param_1 + 0x1203 + uVar15);" (assignment_expression "pbVar1 = (byte *)(param_1 + 0x1203 + uVar15)" (identifier "pbVar1") (= "=") (cast_expression "(byte *)(param_1 + 0x1203 + uVar15)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x1203 + uVar15)" (( "(") (binary_expression "param_1 + 0x1203 + uVar15" (binary_expression "param_1 + 0x1203" (identifier "param_1") (+ "+") (number_literal "0x1203")) (+ "+") (identifier "uVar15")) () ")")))) (; ";")) (expression_statement "*pbVar1 = *pbVar1 ^ param_2[uVar15 + 3];" (assignment_expression "*pbVar1 = *pbVar1 ^ param_2[uVar15 + 3]" (pointer_expression "*pbVar1" (* "*") (identifier "pbVar1")) (= "=") (binary_expression "*pbVar1 ^ param_2[uVar15 + 3]" (pointer_expression "*pbVar1" (* "*") (identifier "pbVar1")) (^ "^") (subscript_expression "param_2[uVar15 + 3]" (identifier "param_2") ([ "[") (binary_expression "uVar15 + 3" (identifier "uVar15") (+ "+") (number_literal "3")) (] "]")))) (; ";")) (expression_statement "pbVar1 = (byte *)(param_1 + 0x1204 + uVar15);" (assignment_expression "pbVar1 = (byte *)(param_1 + 0x1204 + uVar15)" (identifier "pbVar1") (= "=") (cast_expression "(byte *)(param_1 + 0x1204 + uVar15)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x1204 + uVar15)" (( "(") (binary_expression "param_1 + 0x1204 + uVar15" (binary_expression "param_1 + 0x1204" (identifier "param_1") (+ "+") (number_literal "0x1204")) (+ "+") (identifier "uVar15")) () ")")))) (; ";")) (expression_statement "*pbVar1 = *pbVar1 ^ param_2[uVar15 + 4];" (assignment_expression "*pbVar1 = *pbVar1 ^ param_2[uVar15 + 4]" (pointer_expression "*pbVar1" (* "*") (identifier "pbVar1")) (= "=") (binary_expression "*pbVar1 ^ param_2[uVar15 + 4]" (pointer_expression "*pbVar1" (* "*") (identifier "pbVar1")) (^ "^") (subscript_expression "param_2[uVar15 + 4]" (identifier "param_2") ([ "[") (binary_expression "uVar15 + 4" (identifier "uVar15") (+ "+") (number_literal "4")) (] "]")))) (; ";")) (expression_statement "pbVar1 = (byte *)(param_1 + 0x1205 + uVar15);" (assignment_expression "pbVar1 = (byte *)(param_1 + 0x1205 + uVar15)" (identifier "pbVar1") (= "=") (cast_expression "(byte *)(param_1 + 0x1205 + uVar15)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x1205 + uVar15)" (( "(") (binary_expression "param_1 + 0x1205 + uVar15" (binary_expression "param_1 + 0x1205" (identifier "param_1") (+ "+") (number_literal "0x1205")) (+ "+") (identifier "uVar15")) () ")")))) (; ";")) (expression_statement "*pbVar1 = *pbVar1 ^ param_2[uVar15 + 5];" (assignment_expression "*pbVar1 = *pbVar1 ^ param_2[uVar15 + 5]" (pointer_expression "*pbVar1" (* "*") (identifier "pbVar1")) (= "=") (binary_expression "*pbVar1 ^ param_2[uVar15 + 5]" (pointer_expression "*pbVar1" (* "*") (identifier "pbVar1")) (^ "^") (subscript_expression "param_2[uVar15 + 5]" (identifier "param_2") ([ "[") (binary_expression "uVar15 + 5" (identifier "uVar15") (+ "+") (number_literal "5")) (] "]")))) (; ";")) (expression_statement "pbVar1 = (byte *)(param_1 + 0x1206 + uVar15);" (assignment_expression "pbVar1 = (byte *)(param_1 + 0x1206 + uVar15)" (identifier "pbVar1") (= "=") (cast_expression "(byte *)(param_1 + 0x1206 + uVar15)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x1206 + uVar15)" (( "(") (binary_expression "param_1 + 0x1206 + uVar15" (binary_expression "param_1 + 0x1206" (identifier "param_1") (+ "+") (number_literal "0x1206")) (+ "+") (identifier "uVar15")) () ")")))) (; ";")) (expression_statement "*pbVar1 = *pbVar1 ^ param_2[uVar15 + 6];" (assignment_expression "*pbVar1 = *pbVar1 ^ param_2[uVar15 + 6]" (pointer_expression "*pbVar1" (* "*") (identifier "pbVar1")) (= "=") (binary_expression "*pbVar1 ^ param_2[uVar15 + 6]" (pointer_expression "*pbVar1" (* "*") (identifier "pbVar1")) (^ "^") (subscript_expression "param_2[uVar15 + 6]" (identifier "param_2") ([ "[") (binary_expression "uVar15 + 6" (identifier "uVar15") (+ "+") (number_literal "6")) (] "]")))) (; ";")) (expression_statement "pbVar1 = (byte *)(param_1 + 0x1207 + uVar15);" (assignment_expression "pbVar1 = (byte *)(param_1 + 0x1207 + uVar15)" (identifier "pbVar1") (= "=") (cast_expression "(byte *)(param_1 + 0x1207 + uVar15)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x1207 + uVar15)" (( "(") (binary_expression "param_1 + 0x1207 + uVar15" (binary_expression "param_1 + 0x1207" (identifier "param_1") (+ "+") (number_literal "0x1207")) (+ "+") (identifier "uVar15")) () ")")))) (; ";")) (expression_statement "*pbVar1 = *pbVar1 ^ param_2[uVar15 + 7];" (assignment_expression "*pbVar1 = *pbVar1 ^ param_2[uVar15 + 7]" (pointer_expression "*pbVar1" (* "*") (identifier "pbVar1")) (= "=") (binary_expression "*pbVar1 ^ param_2[uVar15 + 7]" (pointer_expression "*pbVar1" (* "*") (identifier "pbVar1")) (^ "^") (subscript_expression "param_2[uVar15 + 7]" (identifier "param_2") ([ "[") (binary_expression "uVar15 + 7" (identifier "uVar15") (+ "+") (number_literal "7")) (] "]")))) (; ";")) (expression_statement "uVar15 = uVar15 + 8;" (assignment_expression "uVar15 = uVar15 + 8" (identifier "uVar15") (= "=") (binary_expression "uVar15 + 8" (identifier "uVar15") (+ "+") (number_literal "8"))) (; ";")) (} "}"))) (} "}"))) (expression_statement "ocb_shift_xor(param_1,local_138);" (call_expression "ocb_shift_xor(param_1,local_138)" (identifier "ocb_shift_xor") (argument_list "(param_1,local_138)" (( "(") (identifier "param_1") (, ",") (identifier "local_138") () ")"))) (; ";")) (if_statement "if (0 < *(int *)(param_1 + 0x232c)) {\n uVar12 = *(int *)(param_1 + 0x232c) - 1;\n uVar15 = 0;\n uVar14 = uVar12 & 7;\n if (uVar14 != 0) {\n uVar15 = 1;\n local_b8[0] = *param_2 ^ local_138[0];\n if (uVar14 != 1) {\n if (uVar14 != 2) {\n if (uVar14 != 3) {\n if (uVar14 != 4) {\n if (uVar14 != 5) {\n if (uVar14 != 6) {\n local_b8[1] = param_2[1] ^ local_138[1];\n uVar15 = 2;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n }\n for (; local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15], uVar12 != uVar15;\n uVar15 = uVar15 + 8) {\n bVar4 = param_2[uVar15 + 2];\n bVar5 = param_2[uVar15 + 3];\n local_b8[uVar15 + 1] = param_2[uVar15 + 1] ^ local_138[uVar15 + 1];\n bVar2 = local_138[uVar15 + 3];\n bVar6 = param_2[uVar15 + 4];\n bVar7 = param_2[uVar15 + 5];\n local_b8[uVar15 + 2] = bVar4 ^ local_138[uVar15 + 2];\n bVar4 = local_138[uVar15 + 4];\n bVar3 = local_138[uVar15 + 5];\n local_b8[uVar15 + 3] = bVar5 ^ bVar2;\n bVar5 = param_2[uVar15 + 6];\n bVar8 = param_2[uVar15 + 7];\n local_b8[uVar15 + 4] = bVar6 ^ bVar4;\n bVar2 = local_138[uVar15 + 6];\n bVar4 = local_138[uVar15 + 7];\n local_b8[uVar15 + 5] = bVar7 ^ bVar3;\n local_b8[uVar15 + 6] = bVar5 ^ bVar2;\n local_b8[uVar15 + 7] = bVar8 ^ bVar4;\n }\n }" (if "if") (parenthesized_expression "(0 < *(int *)(param_1 + 0x232c))" (( "(") (binary_expression "0 < *(int *)(param_1 + 0x232c)" (number_literal "0") (< "<") (pointer_expression "*(int *)(param_1 + 0x232c)" (* "*") (cast_expression "(int *)(param_1 + 0x232c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x232c)" (( "(") (binary_expression "param_1 + 0x232c" (identifier "param_1") (+ "+") (number_literal "0x232c")) () ")"))))) () ")")) (compound_statement "{\n uVar12 = *(int *)(param_1 + 0x232c) - 1;\n uVar15 = 0;\n uVar14 = uVar12 & 7;\n if (uVar14 != 0) {\n uVar15 = 1;\n local_b8[0] = *param_2 ^ local_138[0];\n if (uVar14 != 1) {\n if (uVar14 != 2) {\n if (uVar14 != 3) {\n if (uVar14 != 4) {\n if (uVar14 != 5) {\n if (uVar14 != 6) {\n local_b8[1] = param_2[1] ^ local_138[1];\n uVar15 = 2;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n }\n for (; local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15], uVar12 != uVar15;\n uVar15 = uVar15 + 8) {\n bVar4 = param_2[uVar15 + 2];\n bVar5 = param_2[uVar15 + 3];\n local_b8[uVar15 + 1] = param_2[uVar15 + 1] ^ local_138[uVar15 + 1];\n bVar2 = local_138[uVar15 + 3];\n bVar6 = param_2[uVar15 + 4];\n bVar7 = param_2[uVar15 + 5];\n local_b8[uVar15 + 2] = bVar4 ^ local_138[uVar15 + 2];\n bVar4 = local_138[uVar15 + 4];\n bVar3 = local_138[uVar15 + 5];\n local_b8[uVar15 + 3] = bVar5 ^ bVar2;\n bVar5 = param_2[uVar15 + 6];\n bVar8 = param_2[uVar15 + 7];\n local_b8[uVar15 + 4] = bVar6 ^ bVar4;\n bVar2 = local_138[uVar15 + 6];\n bVar4 = local_138[uVar15 + 7];\n local_b8[uVar15 + 5] = bVar7 ^ bVar3;\n local_b8[uVar15 + 6] = bVar5 ^ bVar2;\n local_b8[uVar15 + 7] = bVar8 ^ bVar4;\n }\n }" ({ "{") (expression_statement "uVar12 = *(int *)(param_1 + 0x232c) - 1;" (assignment_expression "uVar12 = *(int *)(param_1 + 0x232c) - 1" (identifier "uVar12") (= "=") (binary_expression "*(int *)(param_1 + 0x232c) - 1" (pointer_expression "*(int *)(param_1 + 0x232c)" (* "*") (cast_expression "(int *)(param_1 + 0x232c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x232c)" (( "(") (binary_expression "param_1 + 0x232c" (identifier "param_1") (+ "+") (number_literal "0x232c")) () ")")))) (- "-") (number_literal "1"))) (; ";")) (expression_statement "uVar15 = 0;" (assignment_expression "uVar15 = 0" (identifier "uVar15") (= "=") (number_literal "0")) (; ";")) (expression_statement "uVar14 = uVar12 & 7;" (assignment_expression "uVar14 = uVar12 & 7" (identifier "uVar14") (= "=") (binary_expression "uVar12 & 7" (identifier "uVar12") (& "&") (number_literal "7"))) (; ";")) (if_statement "if (uVar14 != 0) {\n uVar15 = 1;\n local_b8[0] = *param_2 ^ local_138[0];\n if (uVar14 != 1) {\n if (uVar14 != 2) {\n if (uVar14 != 3) {\n if (uVar14 != 4) {\n if (uVar14 != 5) {\n if (uVar14 != 6) {\n local_b8[1] = param_2[1] ^ local_138[1];\n uVar15 = 2;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n }" (if "if") (parenthesized_expression "(uVar14 != 0)" (( "(") (binary_expression "uVar14 != 0" (identifier "uVar14") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n uVar15 = 1;\n local_b8[0] = *param_2 ^ local_138[0];\n if (uVar14 != 1) {\n if (uVar14 != 2) {\n if (uVar14 != 3) {\n if (uVar14 != 4) {\n if (uVar14 != 5) {\n if (uVar14 != 6) {\n local_b8[1] = param_2[1] ^ local_138[1];\n uVar15 = 2;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n }" ({ "{") (expression_statement "uVar15 = 1;" (assignment_expression "uVar15 = 1" (identifier "uVar15") (= "=") (number_literal "1")) (; ";")) (expression_statement "local_b8[0] = *param_2 ^ local_138[0];" (assignment_expression "local_b8[0] = *param_2 ^ local_138[0]" (subscript_expression "local_b8[0]" (identifier "local_b8") ([ "[") (number_literal "0") (] "]")) (= "=") (binary_expression "*param_2 ^ local_138[0]" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (^ "^") (subscript_expression "local_138[0]" (identifier "local_138") ([ "[") (number_literal "0") (] "]")))) (; ";")) (if_statement "if (uVar14 != 1) {\n if (uVar14 != 2) {\n if (uVar14 != 3) {\n if (uVar14 != 4) {\n if (uVar14 != 5) {\n if (uVar14 != 6) {\n local_b8[1] = param_2[1] ^ local_138[1];\n uVar15 = 2;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }" (if "if") (parenthesized_expression "(uVar14 != 1)" (( "(") (binary_expression "uVar14 != 1" (identifier "uVar14") (!= "!=") (number_literal "1")) () ")")) (compound_statement "{\n if (uVar14 != 2) {\n if (uVar14 != 3) {\n if (uVar14 != 4) {\n if (uVar14 != 5) {\n if (uVar14 != 6) {\n local_b8[1] = param_2[1] ^ local_138[1];\n uVar15 = 2;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }" ({ "{") (if_statement "if (uVar14 != 2) {\n if (uVar14 != 3) {\n if (uVar14 != 4) {\n if (uVar14 != 5) {\n if (uVar14 != 6) {\n local_b8[1] = param_2[1] ^ local_138[1];\n uVar15 = 2;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }" (if "if") (parenthesized_expression "(uVar14 != 2)" (( "(") (binary_expression "uVar14 != 2" (identifier "uVar14") (!= "!=") (number_literal "2")) () ")")) (compound_statement "{\n if (uVar14 != 3) {\n if (uVar14 != 4) {\n if (uVar14 != 5) {\n if (uVar14 != 6) {\n local_b8[1] = param_2[1] ^ local_138[1];\n uVar15 = 2;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }" ({ "{") (if_statement "if (uVar14 != 3) {\n if (uVar14 != 4) {\n if (uVar14 != 5) {\n if (uVar14 != 6) {\n local_b8[1] = param_2[1] ^ local_138[1];\n uVar15 = 2;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }" (if "if") (parenthesized_expression "(uVar14 != 3)" (( "(") (binary_expression "uVar14 != 3" (identifier "uVar14") (!= "!=") (number_literal "3")) () ")")) (compound_statement "{\n if (uVar14 != 4) {\n if (uVar14 != 5) {\n if (uVar14 != 6) {\n local_b8[1] = param_2[1] ^ local_138[1];\n uVar15 = 2;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }" ({ "{") (if_statement "if (uVar14 != 4) {\n if (uVar14 != 5) {\n if (uVar14 != 6) {\n local_b8[1] = param_2[1] ^ local_138[1];\n uVar15 = 2;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }" (if "if") (parenthesized_expression "(uVar14 != 4)" (( "(") (binary_expression "uVar14 != 4" (identifier "uVar14") (!= "!=") (number_literal "4")) () ")")) (compound_statement "{\n if (uVar14 != 5) {\n if (uVar14 != 6) {\n local_b8[1] = param_2[1] ^ local_138[1];\n uVar15 = 2;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }" ({ "{") (if_statement "if (uVar14 != 5) {\n if (uVar14 != 6) {\n local_b8[1] = param_2[1] ^ local_138[1];\n uVar15 = 2;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }" (if "if") (parenthesized_expression "(uVar14 != 5)" (( "(") (binary_expression "uVar14 != 5" (identifier "uVar14") (!= "!=") (number_literal "5")) () ")")) (compound_statement "{\n if (uVar14 != 6) {\n local_b8[1] = param_2[1] ^ local_138[1];\n uVar15 = 2;\n }\n local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];\n uVar15 = uVar15 + 1;\n }" ({ "{") (if_statement "if (uVar14 != 6) {\n local_b8[1] = param_2[1] ^ local_138[1];\n uVar15 = 2;\n }" (if "if") (parenthesized_expression "(uVar14 != 6)" (( "(") (binary_expression "uVar14 != 6" (identifier "uVar14") (!= "!=") (number_literal "6")) () ")")) (compound_statement "{\n local_b8[1] = param_2[1] ^ local_138[1];\n uVar15 = 2;\n }" ({ "{") (expression_statement "local_b8[1] = param_2[1] ^ local_138[1];" (assignment_expression "local_b8[1] = param_2[1] ^ local_138[1]" (subscript_expression "local_b8[1]" (identifier "local_b8") ([ "[") (number_literal "1") (] "]")) (= "=") (binary_expression "param_2[1] ^ local_138[1]" (subscript_expression "param_2[1]" (identifier "param_2") ([ "[") (number_literal "1") (] "]")) (^ "^") (subscript_expression "local_138[1]" (identifier "local_138") ([ "[") (number_literal "1") (] "]")))) (; ";")) (expression_statement "uVar15 = 2;" (assignment_expression "uVar15 = 2" (identifier "uVar15") (= "=") (number_literal "2")) (; ";")) (} "}"))) (expression_statement "local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];" (assignment_expression "local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15]" (subscript_expression "local_b8[uVar15]" (identifier "local_b8") ([ "[") (identifier "uVar15") (] "]")) (= "=") (binary_expression "param_2[uVar15] ^ local_138[uVar15]" (subscript_expression "param_2[uVar15]" (identifier "param_2") ([ "[") (identifier "uVar15") (] "]")) (^ "^") (subscript_expression "local_138[uVar15]" (identifier "local_138") ([ "[") (identifier "uVar15") (] "]")))) (; ";")) (expression_statement "uVar15 = uVar15 + 1;" (assignment_expression "uVar15 = uVar15 + 1" (identifier "uVar15") (= "=") (binary_expression "uVar15 + 1" (identifier "uVar15") (+ "+") (number_literal "1"))) (; ";")) (} "}"))) (expression_statement "local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];" (assignment_expression "local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15]" (subscript_expression "local_b8[uVar15]" (identifier "local_b8") ([ "[") (identifier "uVar15") (] "]")) (= "=") (binary_expression "param_2[uVar15] ^ local_138[uVar15]" (subscript_expression "param_2[uVar15]" (identifier "param_2") ([ "[") (identifier "uVar15") (] "]")) (^ "^") (subscript_expression "local_138[uVar15]" (identifier "local_138") ([ "[") (identifier "uVar15") (] "]")))) (; ";")) (expression_statement "uVar15 = uVar15 + 1;" (assignment_expression "uVar15 = uVar15 + 1" (identifier "uVar15") (= "=") (binary_expression "uVar15 + 1" (identifier "uVar15") (+ "+") (number_literal "1"))) (; ";")) (} "}"))) (expression_statement "local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];" (assignment_expression "local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15]" (subscript_expression "local_b8[uVar15]" (identifier "local_b8") ([ "[") (identifier "uVar15") (] "]")) (= "=") (binary_expression "param_2[uVar15] ^ local_138[uVar15]" (subscript_expression "param_2[uVar15]" (identifier "param_2") ([ "[") (identifier "uVar15") (] "]")) (^ "^") (subscript_expression "local_138[uVar15]" (identifier "local_138") ([ "[") (identifier "uVar15") (] "]")))) (; ";")) (expression_statement "uVar15 = uVar15 + 1;" (assignment_expression "uVar15 = uVar15 + 1" (identifier "uVar15") (= "=") (binary_expression "uVar15 + 1" (identifier "uVar15") (+ "+") (number_literal "1"))) (; ";")) (} "}"))) (expression_statement "local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];" (assignment_expression "local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15]" (subscript_expression "local_b8[uVar15]" (identifier "local_b8") ([ "[") (identifier "uVar15") (] "]")) (= "=") (binary_expression "param_2[uVar15] ^ local_138[uVar15]" (subscript_expression "param_2[uVar15]" (identifier "param_2") ([ "[") (identifier "uVar15") (] "]")) (^ "^") (subscript_expression "local_138[uVar15]" (identifier "local_138") ([ "[") (identifier "uVar15") (] "]")))) (; ";")) (expression_statement "uVar15 = uVar15 + 1;" (assignment_expression "uVar15 = uVar15 + 1" (identifier "uVar15") (= "=") (binary_expression "uVar15 + 1" (identifier "uVar15") (+ "+") (number_literal "1"))) (; ";")) (} "}"))) (expression_statement "local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15];" (assignment_expression "local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15]" (subscript_expression "local_b8[uVar15]" (identifier "local_b8") ([ "[") (identifier "uVar15") (] "]")) (= "=") (binary_expression "param_2[uVar15] ^ local_138[uVar15]" (subscript_expression "param_2[uVar15]" (identifier "param_2") ([ "[") (identifier "uVar15") (] "]")) (^ "^") (subscript_expression "local_138[uVar15]" (identifier "local_138") ([ "[") (identifier "uVar15") (] "]")))) (; ";")) (expression_statement "uVar15 = uVar15 + 1;" (assignment_expression "uVar15 = uVar15 + 1" (identifier "uVar15") (= "=") (binary_expression "uVar15 + 1" (identifier "uVar15") (+ "+") (number_literal "1"))) (; ";")) (} "}"))) (} "}"))) (for_statement "for (; local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15], uVar12 != uVar15;\n uVar15 = uVar15 + 8) {\n bVar4 = param_2[uVar15 + 2];\n bVar5 = param_2[uVar15 + 3];\n local_b8[uVar15 + 1] = param_2[uVar15 + 1] ^ local_138[uVar15 + 1];\n bVar2 = local_138[uVar15 + 3];\n bVar6 = param_2[uVar15 + 4];\n bVar7 = param_2[uVar15 + 5];\n local_b8[uVar15 + 2] = bVar4 ^ local_138[uVar15 + 2];\n bVar4 = local_138[uVar15 + 4];\n bVar3 = local_138[uVar15 + 5];\n local_b8[uVar15 + 3] = bVar5 ^ bVar2;\n bVar5 = param_2[uVar15 + 6];\n bVar8 = param_2[uVar15 + 7];\n local_b8[uVar15 + 4] = bVar6 ^ bVar4;\n bVar2 = local_138[uVar15 + 6];\n bVar4 = local_138[uVar15 + 7];\n local_b8[uVar15 + 5] = bVar7 ^ bVar3;\n local_b8[uVar15 + 6] = bVar5 ^ bVar2;\n local_b8[uVar15 + 7] = bVar8 ^ bVar4;\n }" (for "for") (( "(") (; ";") (comma_expression "local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15], uVar12 != uVar15" (assignment_expression "local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15]" (subscript_expression "local_b8[uVar15]" (identifier "local_b8") ([ "[") (identifier "uVar15") (] "]")) (= "=") (binary_expression "param_2[uVar15] ^ local_138[uVar15]" (subscript_expression "param_2[uVar15]" (identifier "param_2") ([ "[") (identifier "uVar15") (] "]")) (^ "^") (subscript_expression "local_138[uVar15]" (identifier "local_138") ([ "[") (identifier "uVar15") (] "]")))) (, ",") (binary_expression "uVar12 != uVar15" (identifier "uVar12") (!= "!=") (identifier "uVar15"))) (; ";") (assignment_expression "uVar15 = uVar15 + 8" (identifier "uVar15") (= "=") (binary_expression "uVar15 + 8" (identifier "uVar15") (+ "+") (number_literal "8"))) () ")") (compound_statement "{\n bVar4 = param_2[uVar15 + 2];\n bVar5 = param_2[uVar15 + 3];\n local_b8[uVar15 + 1] = param_2[uVar15 + 1] ^ local_138[uVar15 + 1];\n bVar2 = local_138[uVar15 + 3];\n bVar6 = param_2[uVar15 + 4];\n bVar7 = param_2[uVar15 + 5];\n local_b8[uVar15 + 2] = bVar4 ^ local_138[uVar15 + 2];\n bVar4 = local_138[uVar15 + 4];\n bVar3 = local_138[uVar15 + 5];\n local_b8[uVar15 + 3] = bVar5 ^ bVar2;\n bVar5 = param_2[uVar15 + 6];\n bVar8 = param_2[uVar15 + 7];\n local_b8[uVar15 + 4] = bVar6 ^ bVar4;\n bVar2 = local_138[uVar15 + 6];\n bVar4 = local_138[uVar15 + 7];\n local_b8[uVar15 + 5] = bVar7 ^ bVar3;\n local_b8[uVar15 + 6] = bVar5 ^ bVar2;\n local_b8[uVar15 + 7] = bVar8 ^ bVar4;\n }" ({ "{") (expression_statement "bVar4 = param_2[uVar15 + 2];" (assignment_expression "bVar4 = param_2[uVar15 + 2]" (identifier "bVar4") (= "=") (subscript_expression "param_2[uVar15 + 2]" (identifier "param_2") ([ "[") (binary_expression "uVar15 + 2" (identifier "uVar15") (+ "+") (number_literal "2")) (] "]"))) (; ";")) (expression_statement "bVar5 = param_2[uVar15 + 3];" (assignment_expression "bVar5 = param_2[uVar15 + 3]" (identifier "bVar5") (= "=") (subscript_expression "param_2[uVar15 + 3]" (identifier "param_2") ([ "[") (binary_expression "uVar15 + 3" (identifier "uVar15") (+ "+") (number_literal "3")) (] "]"))) (; ";")) (expression_statement "local_b8[uVar15 + 1] = param_2[uVar15 + 1] ^ local_138[uVar15 + 1];" (assignment_expression "local_b8[uVar15 + 1] = param_2[uVar15 + 1] ^ local_138[uVar15 + 1]" (subscript_expression "local_b8[uVar15 + 1]" (identifier "local_b8") ([ "[") (binary_expression "uVar15 + 1" (identifier "uVar15") (+ "+") (number_literal "1")) (] "]")) (= "=") (binary_expression "param_2[uVar15 + 1] ^ local_138[uVar15 + 1]" (subscript_expression "param_2[uVar15 + 1]" (identifier "param_2") ([ "[") (binary_expression "uVar15 + 1" (identifier "uVar15") (+ "+") (number_literal "1")) (] "]")) (^ "^") (subscript_expression "local_138[uVar15 + 1]" (identifier "local_138") ([ "[") (binary_expression "uVar15 + 1" (identifier "uVar15") (+ "+") (number_literal "1")) (] "]")))) (; ";")) (expression_statement "bVar2 = local_138[uVar15 + 3];" (assignment_expression "bVar2 = local_138[uVar15 + 3]" (identifier "bVar2") (= "=") (subscript_expression "local_138[uVar15 + 3]" (identifier "local_138") ([ "[") (binary_expression "uVar15 + 3" (identifier "uVar15") (+ "+") (number_literal "3")) (] "]"))) (; ";")) (expression_statement "bVar6 = param_2[uVar15 + 4];" (assignment_expression "bVar6 = param_2[uVar15 + 4]" (identifier "bVar6") (= "=") (subscript_expression "param_2[uVar15 + 4]" (identifier "param_2") ([ "[") (binary_expression "uVar15 + 4" (identifier "uVar15") (+ "+") (number_literal "4")) (] "]"))) (; ";")) (expression_statement "bVar7 = param_2[uVar15 + 5];" (assignment_expression "bVar7 = param_2[uVar15 + 5]" (identifier "bVar7") (= "=") (subscript_expression "param_2[uVar15 + 5]" (identifier "param_2") ([ "[") (binary_expression "uVar15 + 5" (identifier "uVar15") (+ "+") (number_literal "5")) (] "]"))) (; ";")) (expression_statement "local_b8[uVar15 + 2] = bVar4 ^ local_138[uVar15 + 2];" (assignment_expression "local_b8[uVar15 + 2] = bVar4 ^ local_138[uVar15 + 2]" (subscript_expression "local_b8[uVar15 + 2]" (identifier "local_b8") ([ "[") (binary_expression "uVar15 + 2" (identifier "uVar15") (+ "+") (number_literal "2")) (] "]")) (= "=") (binary_expression "bVar4 ^ local_138[uVar15 + 2]" (identifier "bVar4") (^ "^") (subscript_expression "local_138[uVar15 + 2]" (identifier "local_138") ([ "[") (binary_expression "uVar15 + 2" (identifier "uVar15") (+ "+") (number_literal "2")) (] "]")))) (; ";")) (expression_statement "bVar4 = local_138[uVar15 + 4];" (assignment_expression "bVar4 = local_138[uVar15 + 4]" (identifier "bVar4") (= "=") (subscript_expression "local_138[uVar15 + 4]" (identifier "local_138") ([ "[") (binary_expression "uVar15 + 4" (identifier "uVar15") (+ "+") (number_literal "4")) (] "]"))) (; ";")) (expression_statement "bVar3 = local_138[uVar15 + 5];" (assignment_expression "bVar3 = local_138[uVar15 + 5]" (identifier "bVar3") (= "=") (subscript_expression "local_138[uVar15 + 5]" (identifier "local_138") ([ "[") (binary_expression "uVar15 + 5" (identifier "uVar15") (+ "+") (number_literal "5")) (] "]"))) (; ";")) (expression_statement "local_b8[uVar15 + 3] = bVar5 ^ bVar2;" (assignment_expression "local_b8[uVar15 + 3] = bVar5 ^ bVar2" (subscript_expression "local_b8[uVar15 + 3]" (identifier "local_b8") ([ "[") (binary_expression "uVar15 + 3" (identifier "uVar15") (+ "+") (number_literal "3")) (] "]")) (= "=") (binary_expression "bVar5 ^ bVar2" (identifier "bVar5") (^ "^") (identifier "bVar2"))) (; ";")) (expression_statement "bVar5 = param_2[uVar15 + 6];" (assignment_expression "bVar5 = param_2[uVar15 + 6]" (identifier "bVar5") (= "=") (subscript_expression "param_2[uVar15 + 6]" (identifier "param_2") ([ "[") (binary_expression "uVar15 + 6" (identifier "uVar15") (+ "+") (number_literal "6")) (] "]"))) (; ";")) (expression_statement "bVar8 = param_2[uVar15 + 7];" (assignment_expression "bVar8 = param_2[uVar15 + 7]" (identifier "bVar8") (= "=") (subscript_expression "param_2[uVar15 + 7]" (identifier "param_2") ([ "[") (binary_expression "uVar15 + 7" (identifier "uVar15") (+ "+") (number_literal "7")) (] "]"))) (; ";")) (expression_statement "local_b8[uVar15 + 4] = bVar6 ^ bVar4;" (assignment_expression "local_b8[uVar15 + 4] = bVar6 ^ bVar4" (subscript_expression "local_b8[uVar15 + 4]" (identifier "local_b8") ([ "[") (binary_expression "uVar15 + 4" (identifier "uVar15") (+ "+") (number_literal "4")) (] "]")) (= "=") (binary_expression "bVar6 ^ bVar4" (identifier "bVar6") (^ "^") (identifier "bVar4"))) (; ";")) (expression_statement "bVar2 = local_138[uVar15 + 6];" (assignment_expression "bVar2 = local_138[uVar15 + 6]" (identifier "bVar2") (= "=") (subscript_expression "local_138[uVar15 + 6]" (identifier "local_138") ([ "[") (binary_expression "uVar15 + 6" (identifier "uVar15") (+ "+") (number_literal "6")) (] "]"))) (; ";")) (expression_statement "bVar4 = local_138[uVar15 + 7];" (assignment_expression "bVar4 = local_138[uVar15 + 7]" (identifier "bVar4") (= "=") (subscript_expression "local_138[uVar15 + 7]" (identifier "local_138") ([ "[") (binary_expression "uVar15 + 7" (identifier "uVar15") (+ "+") (number_literal "7")) (] "]"))) (; ";")) (expression_statement "local_b8[uVar15 + 5] = bVar7 ^ bVar3;" (assignment_expression "local_b8[uVar15 + 5] = bVar7 ^ bVar3" (subscript_expression "local_b8[uVar15 + 5]" (identifier "local_b8") ([ "[") (binary_expression "uVar15 + 5" (identifier "uVar15") (+ "+") (number_literal "5")) (] "]")) (= "=") (binary_expression "bVar7 ^ bVar3" (identifier "bVar7") (^ "^") (identifier "bVar3"))) (; ";")) (expression_statement "local_b8[uVar15 + 6] = bVar5 ^ bVar2;" (assignment_expression "local_b8[uVar15 + 6] = bVar5 ^ bVar2" (subscript_expression "local_b8[uVar15 + 6]" (identifier "local_b8") ([ "[") (binary_expression "uVar15 + 6" (identifier "uVar15") (+ "+") (number_literal "6")) (] "]")) (= "=") (binary_expression "bVar5 ^ bVar2" (identifier "bVar5") (^ "^") (identifier "bVar2"))) (; ";")) (expression_statement "local_b8[uVar15 + 7] = bVar8 ^ bVar4;" (assignment_expression "local_b8[uVar15 + 7] = bVar8 ^ bVar4" (subscript_expression "local_b8[uVar15 + 7]" (identifier "local_b8") ([ "[") (binary_expression "uVar15 + 7" (identifier "uVar15") (+ "+") (number_literal "7")) (] "]")) (= "=") (binary_expression "bVar8 ^ bVar4" (identifier "bVar8") (^ "^") (identifier "bVar4"))) (; ";")) (} "}"))) (} "}"))) (expression_statement "uVar11 = (**(code **)(puVar10 + (long)*(int *)(param_1 + 9000) * 0xc0 + 0x28))\n (local_b8,param_3,param_1 + 0x1280);" (assignment_expression "uVar11 = (**(code **)(puVar10 + (long)*(int *)(param_1 + 9000) * 0xc0 + 0x28))\n (local_b8,param_3,param_1 + 0x1280)" (identifier "uVar11") (= "=") (call_expression "(**(code **)(puVar10 + (long)*(int *)(param_1 + 9000) * 0xc0 + 0x28))\n (local_b8,param_3,param_1 + 0x1280)" (parenthesized_expression "(**(code **)(puVar10 + (long)*(int *)(param_1 + 9000) * 0xc0 + 0x28))" (( "(") (pointer_expression "**(code **)(puVar10 + (long)*(int *)(param_1 + 9000) * 0xc0 + 0x28)" (* "*") (pointer_expression "*(code **)(puVar10 + (long)*(int *)(param_1 + 9000) * 0xc0 + 0x28)" (* "*") (cast_expression "(code **)(puVar10 + (long)*(int *)(param_1 + 9000) * 0xc0 + 0x28)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(puVar10 + (long)*(int *)(param_1 + 9000) * 0xc0 + 0x28)" (( "(") (binary_expression "puVar10 + (long)*(int *)(param_1 + 9000) * 0xc0 + 0x28" (binary_expression "puVar10 + (long)*(int *)(param_1 + 9000) * 0xc0" (identifier "puVar10") (+ "+") (binary_expression "(long)*(int *)(param_1 + 9000) * 0xc0" (cast_expression "(long)*(int *)(param_1 + 9000)" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (pointer_expression "*(int *)(param_1 + 9000)" (* "*") (cast_expression "(int *)(param_1 + 9000)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 9000)" (( "(") (binary_expression "param_1 + 9000" (identifier "param_1") (+ "+") (number_literal "9000")) () ")"))))) (* "*") (number_literal "0xc0"))) (+ "+") (number_literal "0x28")) () ")"))))) () ")")) (argument_list "(local_b8,param_3,param_1 + 0x1280)" (( "(") (identifier "local_b8") (, ",") (identifier "param_3") (, ",") (binary_expression "param_1 + 0x1280" (identifier "param_1") (+ "+") (number_literal "0x1280")) () ")")))) (; ";")) (if_statement "if (((int)uVar11 == 0) && (lVar13 = 0, 0 < *(int *)(param_1 + 0x232c))) {\n do {\n *(byte *)(param_3 + lVar13) = *(byte *)(param_3 + lVar13) ^ local_138[lVar13];\n lVar13 = lVar13 + 1;\n } while ((int)lVar13 < *(int *)(param_1 + 0x232c));\n }" (if "if") (parenthesized_expression "(((int)uVar11 == 0) && (lVar13 = 0, 0 < *(int *)(param_1 + 0x232c)))" (( "(") (binary_expression "((int)uVar11 == 0) && (lVar13 = 0, 0 < *(int *)(param_1 + 0x232c))" (parenthesized_expression "((int)uVar11 == 0)" (( "(") (binary_expression "(int)uVar11 == 0" (cast_expression "(int)uVar11" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "uVar11")) (== "==") (number_literal "0")) () ")")) (&& "&&") (parenthesized_expression "(lVar13 = 0, 0 < *(int *)(param_1 + 0x232c))" (( "(") (comma_expression "lVar13 = 0, 0 < *(int *)(param_1 + 0x232c)" (assignment_expression "lVar13 = 0" (identifier "lVar13") (= "=") (number_literal "0")) (, ",") (binary_expression "0 < *(int *)(param_1 + 0x232c)" (number_literal "0") (< "<") (pointer_expression "*(int *)(param_1 + 0x232c)" (* "*") (cast_expression "(int *)(param_1 + 0x232c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x232c)" (( "(") (binary_expression "param_1 + 0x232c" (identifier "param_1") (+ "+") (number_literal "0x232c")) () ")")))))) () ")"))) () ")")) (compound_statement "{\n do {\n *(byte *)(param_3 + lVar13) = *(byte *)(param_3 + lVar13) ^ local_138[lVar13];\n lVar13 = lVar13 + 1;\n } while ((int)lVar13 < *(int *)(param_1 + 0x232c));\n }" ({ "{") (do_statement "do {\n *(byte *)(param_3 + lVar13) = *(byte *)(param_3 + lVar13) ^ local_138[lVar13];\n lVar13 = lVar13 + 1;\n } while ((int)lVar13 < *(int *)(param_1 + 0x232c));" (do "do") (compound_statement "{\n *(byte *)(param_3 + lVar13) = *(byte *)(param_3 + lVar13) ^ local_138[lVar13];\n lVar13 = lVar13 + 1;\n }" ({ "{") (expression_statement "*(byte *)(param_3 + lVar13) = *(byte *)(param_3 + lVar13) ^ local_138[lVar13];" (assignment_expression "*(byte *)(param_3 + lVar13) = *(byte *)(param_3 + lVar13) ^ local_138[lVar13]" (pointer_expression "*(byte *)(param_3 + lVar13)" (* "*") (cast_expression "(byte *)(param_3 + lVar13)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_3 + lVar13)" (( "(") (binary_expression "param_3 + lVar13" (identifier "param_3") (+ "+") (identifier "lVar13")) () ")")))) (= "=") (binary_expression "*(byte *)(param_3 + lVar13) ^ local_138[lVar13]" (pointer_expression "*(byte *)(param_3 + lVar13)" (* "*") (cast_expression "(byte *)(param_3 + lVar13)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_3 + lVar13)" (( "(") (binary_expression "param_3 + lVar13" (identifier "param_3") (+ "+") (identifier "lVar13")) () ")")))) (^ "^") (subscript_expression "local_138[lVar13]" (identifier "local_138") ([ "[") (identifier "lVar13") (] "]")))) (; ";")) (expression_statement "lVar13 = lVar13 + 1;" (assignment_expression "lVar13 = lVar13 + 1" (identifier "lVar13") (= "=") (binary_expression "lVar13 + 1" (identifier "lVar13") (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "((int)lVar13 < *(int *)(param_1 + 0x232c))" (( "(") (binary_expression "(int)lVar13 < *(int *)(param_1 + 0x232c)" (cast_expression "(int)lVar13" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "lVar13")) (< "<") (pointer_expression "*(int *)(param_1 + 0x232c)" (* "*") (cast_expression "(int *)(param_1 + 0x232c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x232c)" (( "(") (binary_expression "param_1 + 0x232c" (identifier "param_1") (+ "+") (number_literal "0x232c")) () ")"))))) () ")")) (; ";")) (} "}"))) (} "}"))) (} "}"))) (if_statement "if (local_30 == *(long *)(in_FS_OFFSET + 0x28)) {\n return uVar11;\n }" (if "if") (parenthesized_expression "(local_30 == *(long *)(in_FS_OFFSET + 0x28))" (( "(") (binary_expression "local_30 == *(long *)(in_FS_OFFSET + 0x28)" (identifier "local_30") (== "==") (pointer_expression "*(long *)(in_FS_OFFSET + 0x28)" (* "*") (cast_expression "(long *)(in_FS_OFFSET + 0x28)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(in_FS_OFFSET + 0x28)" (( "(") (binary_expression "in_FS_OFFSET + 0x28" (identifier "in_FS_OFFSET") (+ "+") (number_literal "0x28")) () ")"))))) () ")")) (compound_statement "{\n return uVar11;\n }" ({ "{") (return_statement "return uVar11;" (return "return") (identifier "uVar11") (; ";")) (} "}"))) (expression_statement "__stack_chk_fail();" (call_expression "__stack_chk_fail()" (identifier "__stack_chk_fail") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
int function_1(type_1 *var_2,type_2 *var_4,type_2 *var_5) { type_3 var_16; type_3 var_19; type_3 var_14; type_3 var_15; type_3 var_17; type_3 var_18; type_3 var_20; int var_8; long var_23; type_4 *var_21; int var_7; type_5 var_10; long var_22; type_5 var_13; type_6 var_11; long var_1; type_2 Z [128]; type_2 tmp [128]; var_23 = *(long *)(var_1 + 0x28); if (var_2 == (type_1 *)0x0) { /* WARNING: Subroutine does not return */ var_3("ocb != NULL","src/encauth/ocb/ocb_encrypt.c",0x1e); } if (var_4 == (type_2 *)0x0) { /* WARNING: Subroutine does not return */ var_3("pt != NULL","src/encauth/ocb/ocb_encrypt.c",0x1f); } if (var_5 == (type_2 *)0x0) { /* WARNING: Subroutine does not return */ var_3("ct != NULL","src/encauth/ocb/ocb_encrypt.c",0x20); } var_7 = var_6(var_2->cipher); var_21 = var_9; if (var_7 == 0) { var_8 = var_2->block_len; var_7 = 0x10; if (var_8 == *(int *)(var_9 + (long)var_2->cipher * 0xc0 + 0x14)) { if (0 < var_8) { var_11 = 0; var_10 = var_8 - 1U & 7; if (var_10 != 0) { var_2->checksum[0] = var_2->checksum[0] ^ *var_4; var_11 = 1; if (var_10 != 1) { if (var_10 != 2) { if (var_10 != 3) { if (var_10 != 4) { if (var_10 != 5) { if (var_10 != 6) { var_11 = 2; var_2->checksum[1] = var_2->checksum[1] ^ var_4[1]; } var_2->checksum[var_11] = var_2->checksum[var_11] ^ var_4[var_11]; var_11 = var_11 + 1; } var_2->checksum[var_11] = var_2->checksum[var_11] ^ var_4[var_11]; var_11 = var_11 + 1; } var_2->checksum[var_11] = var_2->checksum[var_11] ^ var_4[var_11]; var_11 = var_11 + 1; } var_2->checksum[var_11] = var_2->checksum[var_11] ^ var_4[var_11]; var_11 = var_11 + 1; } var_2->checksum[var_11] = var_2->checksum[var_11] ^ var_4[var_11]; var_11 = var_11 + 1; } } while( true ) { var_2->checksum[var_11] = var_2->checksum[var_11] ^ var_4[var_11]; if (var_8 - 1U == var_11) break; var_2->checksum[var_11 + 1] = var_2->checksum[var_11 + 1] ^ var_4[var_11 + 1]; var_2->checksum[var_11 + 2] = var_2->checksum[var_11 + 2] ^ var_4[var_11 + 2]; var_2->checksum[var_11 + 3] = var_2->checksum[var_11 + 3] ^ var_4[var_11 + 3]; var_2->checksum[var_11 + 4] = var_2->checksum[var_11 + 4] ^ var_4[var_11 + 4]; var_2->checksum[var_11 + 5] = var_2->checksum[var_11 + 5] ^ var_4[var_11 + 5]; var_2->checksum[var_11 + 6] = var_2->checksum[var_11 + 6] ^ var_4[var_11 + 6]; var_2->checksum[var_11 + 7] = var_2->checksum[var_11 + 7] ^ var_4[var_11 + 7]; var_11 = var_11 + 8; } } var_12(var_2,Z); if (0 < var_2->block_len) { var_10 = var_2->block_len - 1; var_11 = 0; var_13 = var_10 & 7; if (var_13 != 0) { var_11 = 1; tmp[0] = *var_4 ^ Z[0]; if (var_13 != 1) { if (var_13 != 2) { if (var_13 != 3) { if (var_13 != 4) { if (var_13 != 5) { if (var_13 != 6) { tmp[1] = var_4[1] ^ Z[1]; var_11 = 2; } tmp[var_11] = var_4[var_11] ^ Z[var_11]; var_11 = var_11 + 1; } tmp[var_11] = var_4[var_11] ^ Z[var_11]; var_11 = var_11 + 1; } tmp[var_11] = var_4[var_11] ^ Z[var_11]; var_11 = var_11 + 1; } tmp[var_11] = var_4[var_11] ^ Z[var_11]; var_11 = var_11 + 1; } tmp[var_11] = var_4[var_11] ^ Z[var_11]; var_11 = var_11 + 1; } } for (; tmp[var_11] = var_4[var_11] ^ Z[var_11], var_10 != var_11; var_11 = var_11 + 8) { var_14 = var_4[var_11 + 2]; var_15 = var_4[var_11 + 3]; tmp[var_11 + 1] = var_4[var_11 + 1] ^ Z[var_11 + 1]; var_16 = Z[var_11 + 3]; var_17 = var_4[var_11 + 4]; var_18 = var_4[var_11 + 5]; tmp[var_11 + 2] = var_14 ^ Z[var_11 + 2]; var_14 = Z[var_11 + 4]; var_19 = Z[var_11 + 5]; tmp[var_11 + 3] = var_15 ^ var_16; var_15 = var_4[var_11 + 6]; var_20 = var_4[var_11 + 7]; tmp[var_11 + 4] = var_17 ^ var_14; var_16 = Z[var_11 + 6]; var_14 = Z[var_11 + 7]; tmp[var_11 + 5] = var_18 ^ var_19; tmp[var_11 + 6] = var_15 ^ var_16; tmp[var_11 + 7] = var_20 ^ var_14; } } var_7 = (**(type_7 **)(var_21 + (long)var_2->cipher * 0xc0 + 0x28))(tmp,var_5,&var_2->key); if ((var_7 == 0) && (var_22 = 0, 0 < var_2->block_len)) { do { var_5[var_22] = var_5[var_22] ^ Z[var_22]; var_22 = var_22 + 1; } while ((int)var_22 < var_2->block_len); } } } if (var_23 == *(long *)(var_1 + 0x28)) { return var_7; } /* WARNING: Subroutine does not return */ var_24(); }
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: (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: (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: (primitive_type) 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: (identifier)) (declaration type: (type_identifier) 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: (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)) 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 (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (string_literal (string_content)) (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 (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (string_literal (string_content)) (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 (string_literal (string_content)) (string_literal (string_content)) (number_literal)))))) (expression_statement (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))))))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (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: (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: (number_literal))) (if_statement condition: (parenthesized_expression (binary_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: (binary_expression left: (identifier) right: (binary_expression left: (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: (identifier) right: (number_literal)))))) right: (number_literal))) right: (number_literal))))))) consequence: (compound_statement (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: (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 (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: (pointer_expression argument: (identifier))))) (expression_statement (assignment_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: (identifier) right: (number_literal))) consequence: (compound_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 (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 (assignment_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: (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: (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: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (identifier)))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (subscript_expression argument: (identifier) index: (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: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (identifier)))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (subscript_expression argument: (identifier) index: (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: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (identifier)))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (subscript_expression argument: (identifier) index: (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: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (identifier)))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (subscript_expression argument: (identifier) index: (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: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (identifier)))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (subscript_expression argument: (identifier) index: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))))))) (while_statement condition: (parenthesized_expression (true)) body: (compound_statement (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: (binary_expression left: (pointer_expression argument: (identifier)) right: (subscript_expression argument: (identifier) index: (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (identifier))) consequence: (break_statement)) (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: (identifier)) right: (number_literal)))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (subscript_expression argument: (identifier) index: (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: (binary_expression left: (identifier) right: (number_literal)) right: (identifier)))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (subscript_expression argument: (identifier) index: (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: (binary_expression left: (identifier) right: (number_literal)) right: (identifier)))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (subscript_expression argument: (identifier) index: (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: (binary_expression left: (identifier) right: (number_literal)) right: (identifier)))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (subscript_expression argument: (identifier) index: (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: (binary_expression left: (identifier) right: (number_literal)) right: (identifier)))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (subscript_expression argument: (identifier) index: (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: (binary_expression left: (identifier) right: (number_literal)) right: (identifier)))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (subscript_expression argument: (identifier) index: (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: (binary_expression left: (identifier) right: (number_literal)) right: (identifier)))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (subscript_expression argument: (identifier) index: (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)))) (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 (assignment_expression left: (identifier) right: (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)))) (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: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (subscript_expression argument: (identifier) index: (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: (identifier) right: (number_literal))) consequence: (compound_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 (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 (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (subscript_expression argument: (identifier) index: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (identifier)) right: (binary_expression left: (subscript_expression argument: (identifier) index: (identifier)) right: (subscript_expression argument: (identifier) index: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (identifier)) right: (binary_expression left: (subscript_expression argument: (identifier) index: (identifier)) right: (subscript_expression argument: (identifier) index: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (identifier)) right: (binary_expression left: (subscript_expression argument: (identifier) index: (identifier)) right: (subscript_expression argument: (identifier) index: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (identifier)) right: (binary_expression left: (subscript_expression argument: (identifier) index: (identifier)) right: (subscript_expression argument: (identifier) index: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (identifier)) right: (binary_expression left: (subscript_expression argument: (identifier) index: (identifier)) right: (subscript_expression argument: (identifier) index: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))))))) (for_statement condition: (comma_expression left: (assignment_expression left: (subscript_expression argument: (identifier) index: (identifier)) right: (binary_expression left: (subscript_expression argument: (identifier) index: (identifier)) right: (subscript_expression argument: (identifier) index: (identifier)))) right: (binary_expression left: (identifier) right: (identifier))) update: (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))) body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (binary_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (binary_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (binary_expression left: (identifier) right: (number_literal))) right: (binary_expression left: (subscript_expression argument: (identifier) index: (binary_expression left: (identifier) right: (number_literal))) right: (subscript_expression argument: (identifier) index: (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (binary_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (binary_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (binary_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (binary_expression left: (identifier) right: (number_literal))) right: (binary_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (binary_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (binary_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (binary_expression left: (identifier) right: (number_literal))) right: (binary_expression left: (identifier) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (binary_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (binary_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (binary_expression left: (identifier) right: (number_literal))) right: (binary_expression left: (identifier) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (binary_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (binary_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (binary_expression left: (identifier) right: (number_literal))) right: (binary_expression left: (identifier) right: (identifier)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (binary_expression left: (identifier) right: (number_literal))) right: (binary_expression left: (identifier) right: (identifier)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (binary_expression left: (identifier) right: (number_literal))) right: (binary_expression left: (identifier) right: (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: (binary_expression left: (identifier) right: (binary_expression left: (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: (identifier) right: (number_literal)))))) right: (number_literal))) right: (number_literal))))))) arguments: (argument_list (identifier) (identifier) (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: (number_literal))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (number_literal)) right: (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 (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: (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: (identifier))))) right: (subscript_expression argument: (identifier) index: (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: (primitive_type)) value: (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: (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 (return_statement (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
null
undefined8 MASKED(long param_1,byte *param_2,long param_3) { byte *pbVar1; byte bVar2; byte bVar3; byte bVar4; byte bVar5; byte bVar6; byte bVar7; byte bVar8; int iVar9; undefined *puVar10; undefined8 uVar11; uint uVar12; long lVar13; uint uVar14; ulong uVar15; long in_FS_OFFSET; byte local_138 [128]; byte local_b8 [136]; long local_30; local_30 = *(long *)(in_FS_OFFSET + 0x28); if (param_1 == 0) { /* WARNING: Subroutine does not return */ crypt_argchk("ocb != NULL","src/encauth/ocb/MASKED.c",0x1e); } if (param_2 == (byte *)0x0) { /* WARNING: Subroutine does not return */ crypt_argchk("pt != NULL","src/encauth/ocb/MASKED.c",0x1f); } if (param_3 == 0) { /* WARNING: Subroutine does not return */ crypt_argchk("ct != NULL","src/encauth/ocb/MASKED.c",0x20); } uVar11 = cipher_is_valid(*(undefined4 *)(param_1 + 9000)); puVar10 = PTR_cipher_descriptor_001dded0; if ((int)uVar11 == 0) { iVar9 = *(int *)(param_1 + 0x232c); uVar11 = 0x10; if (iVar9 == *(int *)(PTR_cipher_descriptor_001dded0 + (long)*(int *)(param_1 + 9000) * 0xc0 + 0x14)) { if (0 < iVar9) { uVar15 = 0; uVar12 = iVar9 - 1U & 7; if (uVar12 != 0) { *(byte *)(param_1 + 0x1200) = *(byte *)(param_1 + 0x1200) ^ *param_2; uVar15 = 1; if (uVar12 != 1) { if (uVar12 != 2) { if (uVar12 != 3) { if (uVar12 != 4) { if (uVar12 != 5) { if (uVar12 != 6) { uVar15 = 2; *(byte *)(param_1 + 0x1201) = *(byte *)(param_1 + 0x1201) ^ param_2[1]; } pbVar1 = (byte *)(param_1 + 0x1200 + uVar15); *pbVar1 = *pbVar1 ^ param_2[uVar15]; uVar15 = uVar15 + 1; } pbVar1 = (byte *)(param_1 + 0x1200 + uVar15); *pbVar1 = *pbVar1 ^ param_2[uVar15]; uVar15 = uVar15 + 1; } pbVar1 = (byte *)(param_1 + 0x1200 + uVar15); *pbVar1 = *pbVar1 ^ param_2[uVar15]; uVar15 = uVar15 + 1; } pbVar1 = (byte *)(param_1 + 0x1200 + uVar15); *pbVar1 = *pbVar1 ^ param_2[uVar15]; uVar15 = uVar15 + 1; } pbVar1 = (byte *)(param_1 + 0x1200 + uVar15); *pbVar1 = *pbVar1 ^ param_2[uVar15]; uVar15 = uVar15 + 1; } } while( true ) { pbVar1 = (byte *)(param_1 + 0x1200 + uVar15); *pbVar1 = *pbVar1 ^ param_2[uVar15]; if (iVar9 - 1U == uVar15) break; pbVar1 = (byte *)(param_1 + uVar15 + 0x1201); *pbVar1 = *pbVar1 ^ param_2[uVar15 + 1]; pbVar1 = (byte *)(param_1 + 0x1202 + uVar15); *pbVar1 = *pbVar1 ^ param_2[uVar15 + 2]; pbVar1 = (byte *)(param_1 + 0x1203 + uVar15); *pbVar1 = *pbVar1 ^ param_2[uVar15 + 3]; pbVar1 = (byte *)(param_1 + 0x1204 + uVar15); *pbVar1 = *pbVar1 ^ param_2[uVar15 + 4]; pbVar1 = (byte *)(param_1 + 0x1205 + uVar15); *pbVar1 = *pbVar1 ^ param_2[uVar15 + 5]; pbVar1 = (byte *)(param_1 + 0x1206 + uVar15); *pbVar1 = *pbVar1 ^ param_2[uVar15 + 6]; pbVar1 = (byte *)(param_1 + 0x1207 + uVar15); *pbVar1 = *pbVar1 ^ param_2[uVar15 + 7]; uVar15 = uVar15 + 8; } } ocb_shift_xor(param_1,local_138); if (0 < *(int *)(param_1 + 0x232c)) { uVar12 = *(int *)(param_1 + 0x232c) - 1; uVar15 = 0; uVar14 = uVar12 & 7; if (uVar14 != 0) { uVar15 = 1; local_b8[0] = *param_2 ^ local_138[0]; if (uVar14 != 1) { if (uVar14 != 2) { if (uVar14 != 3) { if (uVar14 != 4) { if (uVar14 != 5) { if (uVar14 != 6) { local_b8[1] = param_2[1] ^ local_138[1]; uVar15 = 2; } local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15]; uVar15 = uVar15 + 1; } local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15]; uVar15 = uVar15 + 1; } local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15]; uVar15 = uVar15 + 1; } local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15]; uVar15 = uVar15 + 1; } local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15]; uVar15 = uVar15 + 1; } } for (; local_b8[uVar15] = param_2[uVar15] ^ local_138[uVar15], uVar12 != uVar15; uVar15 = uVar15 + 8) { bVar4 = param_2[uVar15 + 2]; bVar5 = param_2[uVar15 + 3]; local_b8[uVar15 + 1] = param_2[uVar15 + 1] ^ local_138[uVar15 + 1]; bVar2 = local_138[uVar15 + 3]; bVar6 = param_2[uVar15 + 4]; bVar7 = param_2[uVar15 + 5]; local_b8[uVar15 + 2] = bVar4 ^ local_138[uVar15 + 2]; bVar4 = local_138[uVar15 + 4]; bVar3 = local_138[uVar15 + 5]; local_b8[uVar15 + 3] = bVar5 ^ bVar2; bVar5 = param_2[uVar15 + 6]; bVar8 = param_2[uVar15 + 7]; local_b8[uVar15 + 4] = bVar6 ^ bVar4; bVar2 = local_138[uVar15 + 6]; bVar4 = local_138[uVar15 + 7]; local_b8[uVar15 + 5] = bVar7 ^ bVar3; local_b8[uVar15 + 6] = bVar5 ^ bVar2; local_b8[uVar15 + 7] = bVar8 ^ bVar4; } } uVar11 = (**(code **)(puVar10 + (long)*(int *)(param_1 + 9000) * 0xc0 + 0x28)) (local_b8,param_3,param_1 + 0x1280); if (((int)uVar11 == 0) && (lVar13 = 0, 0 < *(int *)(param_1 + 0x232c))) { do { *(byte *)(param_3 + lVar13) = *(byte *)(param_3 + lVar13) ^ local_138[lVar13]; lVar13 = lVar13 + 1; } while ((int)lVar13 < *(int *)(param_1 + 0x232c)); } } } if (local_30 == *(long *)(in_FS_OFFSET + 0x28)) { return uVar11; } /* WARNING: Subroutine does not return */ __stack_chk_fail(); }
6244_i686-linux-gnu-dwp_and_i686-linux-gnu-dwp_strip.c
local_Rb_tree_decrement
FUN_00181d20
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ /* std::local_Rb_tree_decrement(std::_Rb_tree_node_base*) */ int std::local_Rb_tree_decrement(_Rb_tree_node_base *param_1) { int iVar1; int *in_EAX; int iVar2; bool bVar3; if ((*in_EAX == 0) && (*(int **)(in_EAX[1] + 4) == in_EAX)) { return in_EAX[3]; } iVar1 = in_EAX[2]; if (in_EAX[2] == 0) { iVar2 = in_EAX[1]; if (in_EAX == *(int **)(iVar2 + 8)) { do { iVar1 = *(int *)(iVar2 + 4); bVar3 = *(int *)(iVar1 + 8) == iVar2; iVar2 = iVar1; } while (bVar3); return iVar1; } } else { do { iVar2 = iVar1; iVar1 = *(int *)(iVar2 + 0xc); } while (*(int *)(iVar2 + 0xc) != 0); } return iVar2; }
int __regparm3 FUN_00181d20(int *param_1) { int iVar1; int iVar2; bool bVar3; if ((*param_1 == 0) && (*(int **)(param_1[1] + 4) == param_1)) { return param_1[3]; } iVar1 = param_1[2]; if (param_1[2] == 0) { iVar2 = param_1[1]; if (param_1 == *(int **)(iVar2 + 8)) { do { iVar1 = *(int *)(iVar2 + 4); bVar3 = *(int *)(iVar1 + 8) == iVar2; iVar2 = iVar1; } while (bVar3); return iVar1; } } else { do { iVar2 = iVar1; iVar1 = *(int *)(iVar2 + 0xc); } while (*(int *)(iVar2 + 0xc) != 0); } return iVar2; }
MOV EDX,dword ptr [EAX] TEST EDX,EDX JNZ 0x00181d2e MOV EDX,dword ptr [EAX + 0x4] CMP dword ptr [EDX + 0x4],EAX JZ 0x00181d70 MOV EDX,dword ptr [EAX + 0x8] TEST EDX,EDX JNZ 0x00181d42 JMP 0x00181d50 MOV EDX,EAX MOV EAX,dword ptr [EDX + 0xc] TEST EAX,EAX JNZ 0x00181d40 MOV EAX,EDX RET MOV ECX,dword ptr [EAX + 0x4] CMP EAX,dword ptr [ECX + 0x8] JZ 0x00181d62 JMP 0x00181d76 MOV ECX,EDX MOV EDX,dword ptr [ECX + 0x4] CMP dword ptr [EDX + 0x8],ECX JZ 0x00181d60 MOV EAX,EDX RET MOV EDX,dword ptr [EAX + 0xc] MOV EAX,EDX RET MOV EDX,ECX JMP 0x00181d49
null
null
null
null
[('tmp_470', u'INT_EQUAL_-1207493301'), ('tmp_470', u'LOAD_-1207493342'), ('const-3', u'PTRADD_-1207493022'), (u'LOAD_-1207493208', u'COPY_-1207493092'), (u'INT_ADD_-1207493300', u'CAST_-1207493088'), ('const-4', u'PTRADD_-1207493055'), (u'CAST_-1207493088', u'LOAD_-1207493316'), ('const-4', u'PTRADD_-1207493022'), ('const-1', u'PTRADD_-1207493099'), (u'INT_ADD_-1207493227', u'CAST_-1207493044'), (u'INT_ADD_-1207493192', u'CAST_-1207493028'), ('const-417', u'LOAD_-1207493298'), ('tmp_31', u'CBRANCH_-1207493323'), (u'LOAD_-1207493243', u'INT_EQUAL_-1207493228'), (u'LOAD_-1207493219', u'COPY_-1207493123'), ('const-4', u'INT_ADD_-1207493300'), (u'INT_EQUAL_-1207493280', u'CBRANCH_-1207493278'), ('const-2', u'PTRADD_-1207493090'), ('const-417', u'LOAD_-1207493243'), (u'LOAD_-1207493208', u'INT_ADD_-1207493186'), (u'LOAD_-1207493208', u'COPY_-1207493186'), (u'COPY_-1207493111', u'MULTIEQUAL_-1207493074'), ('const-417', u'LOAD_-1207493158'), (u'COPY_-1207493186', u'RETURN_-1207493172'), (u'PTRADD_-1207493090', u'LOAD_-1207493298'), ('tmp_470', u'PTRADD_-1207493090'), (u'COPY_-1207493127', u'MULTIEQUAL_-1207493097'), (u'INT_EQUAL_-1207493325', u'CBRANCH_-1207493323'), (u'INT_EQUAL_-1207493187', u'CBRANCH_-1207493185'), ('tmp_470', u'PTRADD_-1207493022'), (u'MULTIEQUAL_-1207493102', u'COPY_-1207493127'), ('const-417', u'LOAD_-1207493219'), (u'CAST_-1207493024', u'LOAD_-1207493202'), ('tmp_213', u'CBRANCH_-1207493185'), (u'LOAD_-1207493249', u'MULTIEQUAL_-1207493097'), (u'MULTIEQUAL_-1207493074', u'INT_ADD_-1207493192'), (u'COPY_-1207493092', u'MULTIEQUAL_-1207493074'), (u'COPY_-1207493144', u'MULTIEQUAL_-1207493102'), (u'INT_EQUAL_-1207493301', u'CBRANCH_-1207493299'), (u'LOAD_-1207493298', u'COPY_-1207493144'), (u'LOAD_-1207493249', u'COPY_-1207493111'), ('const-4', u'PTRADD_-1207493099'), ('const-417', u'LOAD_-1207493208'), (u'MULTIEQUAL_-1207493097', u'COPY_-1207493239'), ('const-417', u'LOAD_-1207493342'), (u'COPY_-1207493154', u'RETURN_-1207493140'), ('tmp_111', u'CBRANCH_-1207493278'), (u'COPY_-1207493239', u'RETURN_-1207493225'), ('const-8', u'INT_ADD_-1207493186'), (u'LOAD_-1207493322', u'INT_ADD_-1207493300'), (u'MULTIEQUAL_-1207493074', u'INT_EQUAL_-1207493187'), ('tmp_470', u'PTRADD_-1207493099'), (u'COPY_-1207493123', u'MULTIEQUAL_-1207493102'), (u'LOAD_-1207493316', u'INT_EQUAL_-1207493301'), (u'INT_ADD_-1207493186', u'CAST_-1207493024'), ('const-12', u'INT_ADD_-1207493203'), (u'LOAD_-1207493219', u'INT_NOTEQUAL_-1207493200'), ('const-0', u'RETURN_-1207493172'), ('const-0', u'RETURN_-1207493140'), ('tmp_470', u'PTRADD_-1207493055'), (u'INT_ADD_-1207493203', u'CAST_-1207493062'), ('const-417', u'LOAD_-1207493202'), ('const-417', u'LOAD_-1207493322'), ('const-417', u'LOAD_-1207493249'), ('const-0', u'INT_EQUAL_-1207493325'), ('const-4', u'PTRADD_-1207493090'), ('tmp_260', u'CBRANCH_-1207493199'), ('const-0', u'INT_EQUAL_-1207493280'), (u'CAST_-1207493062', u'LOAD_-1207493219'), (u'PTRADD_-1207493022', u'LOAD_-1207493158'), ('tmp_470', u'INT_EQUAL_-1207493228'), (u'LOAD_-1207493158', u'COPY_-1207493154'), (u'PTRADD_-1207493099', u'LOAD_-1207493322'), (u'LOAD_-1207493249', u'INT_ADD_-1207493227'), (u'CAST_-1207493044', u'LOAD_-1207493243'), (u'INT_EQUAL_-1207493228', u'CBRANCH_-1207493226'), (u'INT_NOTEQUAL_-1207493200', u'CBRANCH_-1207493199'), (u'LOAD_-1207493298', u'INT_EQUAL_-1207493280'), ('const-8', u'INT_ADD_-1207493227'), ('const-0', u'RETURN_-1207493225'), (u'LOAD_-1207493202', u'INT_EQUAL_-1207493187'), ('const-0', u'INT_NOTEQUAL_-1207493200'), ('tmp_156', u'CBRANCH_-1207493226'), (u'PTRADD_-1207493055', u'LOAD_-1207493249'), ('const-1', u'PTRADD_-1207493055'), (u'COPY_-1207493127', u'INT_ADD_-1207493203'), (u'CAST_-1207493028', u'LOAD_-1207493208'), (u'LOAD_-1207493342', u'INT_EQUAL_-1207493325'), ('const-4', u'INT_ADD_-1207493192'), ('tmp_75', u'CBRANCH_-1207493299'), ('const-417', u'LOAD_-1207493316')]
[('const-4', u'PTRADD_-1207493022'), (u'LOAD_-1207493208', u'COPY_-1207493092'), (u'INT_ADD_-1207493300', u'CAST_-1207493088'), (u'CAST_-1207493088', u'LOAD_-1207493316'), ('const-4', u'PTRADD_-1207493099'), (u'INT_ADD_-1207493227', u'CAST_-1207493044'), ('const-417', u'LOAD_-1207493208'), (u'INT_ADD_-1207493192', u'CAST_-1207493028'), ('tmp_31', u'CBRANCH_-1207493323'), (u'LOAD_-1207493243', u'INT_EQUAL_-1207493228'), (u'LOAD_-1207493219', u'COPY_-1207493123'), ('const-4', u'INT_ADD_-1207493300'), (u'INT_EQUAL_-1207493280', u'CBRANCH_-1207493278'), ('const-4', u'PTRADD_-1207493090'), (u'LOAD_-1207493208', u'INT_ADD_-1207493186'), (u'LOAD_-1207493208', u'COPY_-1207493186'), ('const-1', u'PTRADD_-1207493099'), (u'COPY_-1207493111', u'MULTIEQUAL_-1207493074'), ('tmp_469', u'INT_EQUAL_-1207493228'), (u'COPY_-1207493186', u'RETURN_-1207493172'), (u'PTRADD_-1207493090', u'LOAD_-1207493298'), ('const-417', u'LOAD_-1207493249'), ('const-417', u'LOAD_-1207493243'), ('tmp_469', u'INT_EQUAL_-1207493301'), (u'COPY_-1207493127', u'MULTIEQUAL_-1207493097'), (u'INT_EQUAL_-1207493325', u'CBRANCH_-1207493323'), (u'INT_EQUAL_-1207493187', u'CBRANCH_-1207493185'), (u'MULTIEQUAL_-1207493102', u'COPY_-1207493127'), (u'CAST_-1207493024', u'LOAD_-1207493202'), ('tmp_213', u'CBRANCH_-1207493185'), (u'LOAD_-1207493249', u'MULTIEQUAL_-1207493097'), (u'MULTIEQUAL_-1207493074', u'INT_ADD_-1207493192'), (u'COPY_-1207493092', u'MULTIEQUAL_-1207493074'), (u'COPY_-1207493144', u'MULTIEQUAL_-1207493102'), (u'INT_EQUAL_-1207493301', u'CBRANCH_-1207493299'), (u'LOAD_-1207493298', u'COPY_-1207493144'), ('const-1', u'PTRADD_-1207493055'), (u'LOAD_-1207493249', u'COPY_-1207493111'), ('const-3', u'PTRADD_-1207493022'), ('tmp_469', u'PTRADD_-1207493090'), (u'MULTIEQUAL_-1207493097', u'COPY_-1207493239'), ('tmp_469', u'PTRADD_-1207493055'), (u'COPY_-1207493154', u'RETURN_-1207493140'), ('const-417', u'LOAD_-1207493316'), ('tmp_111', u'CBRANCH_-1207493278'), (u'COPY_-1207493239', u'RETURN_-1207493225'), ('tmp_469', u'PTRADD_-1207493099'), ('const-8', u'INT_ADD_-1207493186'), (u'LOAD_-1207493322', u'INT_ADD_-1207493300'), (u'MULTIEQUAL_-1207493074', u'INT_EQUAL_-1207493187'), (u'COPY_-1207493123', u'MULTIEQUAL_-1207493102'), ('tmp_469', u'PTRADD_-1207493022'), (u'LOAD_-1207493316', u'INT_EQUAL_-1207493301'), (u'INT_ADD_-1207493186', u'CAST_-1207493024'), ('const-12', u'INT_ADD_-1207493203'), (u'LOAD_-1207493219', u'INT_NOTEQUAL_-1207493200'), ('const-0', u'RETURN_-1207493172'), ('const-0', u'RETURN_-1207493140'), (u'INT_ADD_-1207493203', u'CAST_-1207493062'), ('const-417', u'LOAD_-1207493322'), ('const-417', u'LOAD_-1207493202'), ('const-0', u'INT_EQUAL_-1207493325'), ('const-417', u'LOAD_-1207493158'), ('tmp_260', u'CBRANCH_-1207493199'), ('const-0', u'INT_EQUAL_-1207493280'), (u'CAST_-1207493062', u'LOAD_-1207493219'), (u'PTRADD_-1207493022', u'LOAD_-1207493158'), ('const-417', u'LOAD_-1207493298'), (u'LOAD_-1207493158', u'COPY_-1207493154'), (u'PTRADD_-1207493099', u'LOAD_-1207493322'), ('const-417', u'LOAD_-1207493219'), (u'LOAD_-1207493249', u'INT_ADD_-1207493227'), ('tmp_469', u'LOAD_-1207493342'), (u'CAST_-1207493044', u'LOAD_-1207493243'), (u'INT_EQUAL_-1207493228', u'CBRANCH_-1207493226'), (u'INT_NOTEQUAL_-1207493200', u'CBRANCH_-1207493199'), ('const-417', u'LOAD_-1207493342'), (u'LOAD_-1207493298', u'INT_EQUAL_-1207493280'), ('const-8', u'INT_ADD_-1207493227'), ('const-2', u'PTRADD_-1207493090'), ('const-0', u'RETURN_-1207493225'), (u'LOAD_-1207493202', u'INT_EQUAL_-1207493187'), ('const-0', u'INT_NOTEQUAL_-1207493200'), ('tmp_156', u'CBRANCH_-1207493226'), (u'PTRADD_-1207493055', u'LOAD_-1207493249'), ('const-4', u'PTRADD_-1207493055'), (u'COPY_-1207493127', u'INT_ADD_-1207493203'), (u'CAST_-1207493028', u'LOAD_-1207493208'), (u'LOAD_-1207493342', u'INT_EQUAL_-1207493325'), ('const-4', u'INT_ADD_-1207493192'), ('tmp_75', u'CBRANCH_-1207493299')]
null
null
00181d20
x86
O2
(translation_unit "int __regparm3 FUN_00181d20(int *param_1)\n\n{\n int iVar1;\n int iVar2;\n bool bVar3;\n \n if ((*param_1 == 0) && (*(int **)(param_1[1] + 4) == param_1)) {\n return param_1[3];\n }\n iVar1 = param_1[2];\n if (param_1[2] == 0) {\n iVar2 = param_1[1];\n if (param_1 == *(int **)(iVar2 + 8)) {\n do {\n iVar1 = *(int *)(iVar2 + 4);\n bVar3 = *(int *)(iVar1 + 8) == iVar2;\n iVar2 = iVar1;\n } while (bVar3);\n return iVar1;\n }\n }\n else {\n do {\n iVar2 = iVar1;\n iVar1 = *(int *)(iVar2 + 0xc);\n } while (*(int *)(iVar2 + 0xc) != 0);\n }\n return iVar2;\n}\n\n" (function_definition "int __regparm3 FUN_00181d20(int *param_1)\n\n{\n int iVar1;\n int iVar2;\n bool bVar3;\n \n if ((*param_1 == 0) && (*(int **)(param_1[1] + 4) == param_1)) {\n return param_1[3];\n }\n iVar1 = param_1[2];\n if (param_1[2] == 0) {\n iVar2 = param_1[1];\n if (param_1 == *(int **)(iVar2 + 8)) {\n do {\n iVar1 = *(int *)(iVar2 + 4);\n bVar3 = *(int *)(iVar1 + 8) == iVar2;\n iVar2 = iVar1;\n } while (bVar3);\n return iVar1;\n }\n }\n else {\n do {\n iVar2 = iVar1;\n iVar1 = *(int *)(iVar2 + 0xc);\n } while (*(int *)(iVar2 + 0xc) != 0);\n }\n return iVar2;\n}" primitive_type (ERROR "__regparm3" identifier) (function_declarator "FUN_00181d20(int *param_1)" identifier (parameter_list "(int *param_1)" ( (parameter_declaration "int *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n int iVar1;\n int iVar2;\n bool bVar3;\n \n if ((*param_1 == 0) && (*(int **)(param_1[1] + 4) == param_1)) {\n return param_1[3];\n }\n iVar1 = param_1[2];\n if (param_1[2] == 0) {\n iVar2 = param_1[1];\n if (param_1 == *(int **)(iVar2 + 8)) {\n do {\n iVar1 = *(int *)(iVar2 + 4);\n bVar3 = *(int *)(iVar1 + 8) == iVar2;\n iVar2 = iVar1;\n } while (bVar3);\n return iVar1;\n }\n }\n else {\n do {\n iVar2 = iVar1;\n iVar1 = *(int *)(iVar2 + 0xc);\n } while (*(int *)(iVar2 + 0xc) != 0);\n }\n return iVar2;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "bool bVar3;" primitive_type identifier ;) (if_statement "if ((*param_1 == 0) && (*(int **)(param_1[1] + 4) == param_1)) {\n return param_1[3];\n }" if (parenthesized_expression "((*param_1 == 0) && (*(int **)(param_1[1] + 4) == param_1))" ( (binary_expression "(*param_1 == 0) && (*(int **)(param_1[1] + 4) == param_1)" (parenthesized_expression "(*param_1 == 0)" ( (binary_expression "*param_1 == 0" (pointer_expression "*param_1" * identifier) == number_literal) )) && (parenthesized_expression "(*(int **)(param_1[1] + 4) == param_1)" ( (binary_expression "*(int **)(param_1[1] + 4) == param_1" (pointer_expression "*(int **)(param_1[1] + 4)" * (cast_expression "(int **)(param_1[1] + 4)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1[1] + 4)" ( (binary_expression "param_1[1] + 4" (subscript_expression "param_1[1]" identifier [ number_literal ]) + number_literal) )))) == identifier) ))) )) (compound_statement "{\n return param_1[3];\n }" { (return_statement "return param_1[3];" return (subscript_expression "param_1[3]" identifier [ number_literal ]) ;) })) (expression_statement "iVar1 = param_1[2];" (assignment_expression "iVar1 = param_1[2]" identifier = (subscript_expression "param_1[2]" identifier [ number_literal ])) ;) (if_statement "if (param_1[2] == 0) {\n iVar2 = param_1[1];\n if (param_1 == *(int **)(iVar2 + 8)) {\n do {\n iVar1 = *(int *)(iVar2 + 4);\n bVar3 = *(int *)(iVar1 + 8) == iVar2;\n iVar2 = iVar1;\n } while (bVar3);\n return iVar1;\n }\n }\n else {\n do {\n iVar2 = iVar1;\n iVar1 = *(int *)(iVar2 + 0xc);\n } while (*(int *)(iVar2 + 0xc) != 0);\n }" if (parenthesized_expression "(param_1[2] == 0)" ( (binary_expression "param_1[2] == 0" (subscript_expression "param_1[2]" identifier [ number_literal ]) == number_literal) )) (compound_statement "{\n iVar2 = param_1[1];\n if (param_1 == *(int **)(iVar2 + 8)) {\n do {\n iVar1 = *(int *)(iVar2 + 4);\n bVar3 = *(int *)(iVar1 + 8) == iVar2;\n iVar2 = iVar1;\n } while (bVar3);\n return iVar1;\n }\n }" { (expression_statement "iVar2 = param_1[1];" (assignment_expression "iVar2 = param_1[1]" identifier = (subscript_expression "param_1[1]" identifier [ number_literal ])) ;) (if_statement "if (param_1 == *(int **)(iVar2 + 8)) {\n do {\n iVar1 = *(int *)(iVar2 + 4);\n bVar3 = *(int *)(iVar1 + 8) == iVar2;\n iVar2 = iVar1;\n } while (bVar3);\n return iVar1;\n }" if (parenthesized_expression "(param_1 == *(int **)(iVar2 + 8))" ( (binary_expression "param_1 == *(int **)(iVar2 + 8)" identifier == (pointer_expression "*(int **)(iVar2 + 8)" * (cast_expression "(int **)(iVar2 + 8)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar2 + 8)" ( (binary_expression "iVar2 + 8" identifier + number_literal) ))))) )) (compound_statement "{\n do {\n iVar1 = *(int *)(iVar2 + 4);\n bVar3 = *(int *)(iVar1 + 8) == iVar2;\n iVar2 = iVar1;\n } while (bVar3);\n return iVar1;\n }" { (do_statement "do {\n iVar1 = *(int *)(iVar2 + 4);\n bVar3 = *(int *)(iVar1 + 8) == iVar2;\n iVar2 = iVar1;\n } while (bVar3);" do (compound_statement "{\n iVar1 = *(int *)(iVar2 + 4);\n bVar3 = *(int *)(iVar1 + 8) == iVar2;\n iVar2 = iVar1;\n }" { (expression_statement "iVar1 = *(int *)(iVar2 + 4);" (assignment_expression "iVar1 = *(int *)(iVar2 + 4)" identifier = (pointer_expression "*(int *)(iVar2 + 4)" * (cast_expression "(int *)(iVar2 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar2 + 4)" ( (binary_expression "iVar2 + 4" identifier + number_literal) ))))) ;) (expression_statement "bVar3 = *(int *)(iVar1 + 8) == iVar2;" (assignment_expression "bVar3 = *(int *)(iVar1 + 8) == iVar2" identifier = (binary_expression "*(int *)(iVar1 + 8) == iVar2" (pointer_expression "*(int *)(iVar1 + 8)" * (cast_expression "(int *)(iVar1 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 8)" ( (binary_expression "iVar1 + 8" identifier + number_literal) )))) == identifier)) ;) (expression_statement "iVar2 = iVar1;" (assignment_expression "iVar2 = iVar1" identifier = identifier) ;) }) while (parenthesized_expression "(bVar3)" ( identifier )) ;) (return_statement "return iVar1;" return identifier ;) })) }) (else_clause "else {\n do {\n iVar2 = iVar1;\n iVar1 = *(int *)(iVar2 + 0xc);\n } while (*(int *)(iVar2 + 0xc) != 0);\n }" else (compound_statement "{\n do {\n iVar2 = iVar1;\n iVar1 = *(int *)(iVar2 + 0xc);\n } while (*(int *)(iVar2 + 0xc) != 0);\n }" { (do_statement "do {\n iVar2 = iVar1;\n iVar1 = *(int *)(iVar2 + 0xc);\n } while (*(int *)(iVar2 + 0xc) != 0);" do (compound_statement "{\n iVar2 = iVar1;\n iVar1 = *(int *)(iVar2 + 0xc);\n }" { (expression_statement "iVar2 = iVar1;" (assignment_expression "iVar2 = iVar1" identifier = identifier) ;) (expression_statement "iVar1 = *(int *)(iVar2 + 0xc);" (assignment_expression "iVar1 = *(int *)(iVar2 + 0xc)" identifier = (pointer_expression "*(int *)(iVar2 + 0xc)" * (cast_expression "(int *)(iVar2 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar2 + 0xc)" ( (binary_expression "iVar2 + 0xc" identifier + number_literal) ))))) ;) }) while (parenthesized_expression "(*(int *)(iVar2 + 0xc) != 0)" ( (binary_expression "*(int *)(iVar2 + 0xc) != 0" (pointer_expression "*(int *)(iVar2 + 0xc)" * (cast_expression "(int *)(iVar2 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar2 + 0xc)" ( (binary_expression "iVar2 + 0xc" identifier + number_literal) )))) != number_literal) )) ;) }))) (return_statement "return iVar2;" return identifier ;) })))
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n/* std::local_Rb_tree_decrement(std::_Rb_tree_node_base*) */\n\nint std::local_Rb_tree_decrement(_Rb_tree_node_base *param_1)\n\n{\n int iVar1;\n int *in_EAX;\n int iVar2;\n bool bVar3;\n \n if ((*in_EAX == 0) && (*(int **)(in_EAX[1] + 4) == in_EAX)) {\n return in_EAX[3];\n }\n iVar1 = in_EAX[2];\n if (in_EAX[2] == 0) {\n iVar2 = in_EAX[1];\n if (in_EAX == *(int **)(iVar2 + 8)) {\n do {\n iVar1 = *(int *)(iVar2 + 4);\n bVar3 = *(int *)(iVar1 + 8) == iVar2;\n iVar2 = iVar1;\n } while (bVar3);\n return iVar1;\n }\n }\n else {\n do {\n iVar2 = iVar1;\n iVar1 = *(int *)(iVar2 + 0xc);\n } while (*(int *)(iVar2 + 0xc) != 0);\n }\n return iVar2;\n}\n\n" comment comment (function_definition "int std::local_Rb_tree_decrement(_Rb_tree_node_base *param_1)\n\n{\n int iVar1;\n int *in_EAX;\n int iVar2;\n bool bVar3;\n \n if ((*in_EAX == 0) && (*(int **)(in_EAX[1] + 4) == in_EAX)) {\n return in_EAX[3];\n }\n iVar1 = in_EAX[2];\n if (in_EAX[2] == 0) {\n iVar2 = in_EAX[1];\n if (in_EAX == *(int **)(iVar2 + 8)) {\n do {\n iVar1 = *(int *)(iVar2 + 4);\n bVar3 = *(int *)(iVar1 + 8) == iVar2;\n iVar2 = iVar1;\n } while (bVar3);\n return iVar1;\n }\n }\n else {\n do {\n iVar2 = iVar1;\n iVar1 = *(int *)(iVar2 + 0xc);\n } while (*(int *)(iVar2 + 0xc) != 0);\n }\n return iVar2;\n}" primitive_type (ERROR "std::" identifier : :) (function_declarator "local_Rb_tree_decrement(_Rb_tree_node_base *param_1)" identifier (parameter_list "(_Rb_tree_node_base *param_1)" ( (parameter_declaration "_Rb_tree_node_base *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n int iVar1;\n int *in_EAX;\n int iVar2;\n bool bVar3;\n \n if ((*in_EAX == 0) && (*(int **)(in_EAX[1] + 4) == in_EAX)) {\n return in_EAX[3];\n }\n iVar1 = in_EAX[2];\n if (in_EAX[2] == 0) {\n iVar2 = in_EAX[1];\n if (in_EAX == *(int **)(iVar2 + 8)) {\n do {\n iVar1 = *(int *)(iVar2 + 4);\n bVar3 = *(int *)(iVar1 + 8) == iVar2;\n iVar2 = iVar1;\n } while (bVar3);\n return iVar1;\n }\n }\n else {\n do {\n iVar2 = iVar1;\n iVar1 = *(int *)(iVar2 + 0xc);\n } while (*(int *)(iVar2 + 0xc) != 0);\n }\n return iVar2;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "int *in_EAX;" primitive_type (pointer_declarator "*in_EAX" * identifier) ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "bool bVar3;" primitive_type identifier ;) (if_statement "if ((*in_EAX == 0) && (*(int **)(in_EAX[1] + 4) == in_EAX)) {\n return in_EAX[3];\n }" if (parenthesized_expression "((*in_EAX == 0) && (*(int **)(in_EAX[1] + 4) == in_EAX))" ( (binary_expression "(*in_EAX == 0) && (*(int **)(in_EAX[1] + 4) == in_EAX)" (parenthesized_expression "(*in_EAX == 0)" ( (binary_expression "*in_EAX == 0" (pointer_expression "*in_EAX" * identifier) == number_literal) )) && (parenthesized_expression "(*(int **)(in_EAX[1] + 4) == in_EAX)" ( (binary_expression "*(int **)(in_EAX[1] + 4) == in_EAX" (pointer_expression "*(int **)(in_EAX[1] + 4)" * (cast_expression "(int **)(in_EAX[1] + 4)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(in_EAX[1] + 4)" ( (binary_expression "in_EAX[1] + 4" (subscript_expression "in_EAX[1]" identifier [ number_literal ]) + number_literal) )))) == identifier) ))) )) (compound_statement "{\n return in_EAX[3];\n }" { (return_statement "return in_EAX[3];" return (subscript_expression "in_EAX[3]" identifier [ number_literal ]) ;) })) (expression_statement "iVar1 = in_EAX[2];" (assignment_expression "iVar1 = in_EAX[2]" identifier = (subscript_expression "in_EAX[2]" identifier [ number_literal ])) ;) (if_statement "if (in_EAX[2] == 0) {\n iVar2 = in_EAX[1];\n if (in_EAX == *(int **)(iVar2 + 8)) {\n do {\n iVar1 = *(int *)(iVar2 + 4);\n bVar3 = *(int *)(iVar1 + 8) == iVar2;\n iVar2 = iVar1;\n } while (bVar3);\n return iVar1;\n }\n }\n else {\n do {\n iVar2 = iVar1;\n iVar1 = *(int *)(iVar2 + 0xc);\n } while (*(int *)(iVar2 + 0xc) != 0);\n }" if (parenthesized_expression "(in_EAX[2] == 0)" ( (binary_expression "in_EAX[2] == 0" (subscript_expression "in_EAX[2]" identifier [ number_literal ]) == number_literal) )) (compound_statement "{\n iVar2 = in_EAX[1];\n if (in_EAX == *(int **)(iVar2 + 8)) {\n do {\n iVar1 = *(int *)(iVar2 + 4);\n bVar3 = *(int *)(iVar1 + 8) == iVar2;\n iVar2 = iVar1;\n } while (bVar3);\n return iVar1;\n }\n }" { (expression_statement "iVar2 = in_EAX[1];" (assignment_expression "iVar2 = in_EAX[1]" identifier = (subscript_expression "in_EAX[1]" identifier [ number_literal ])) ;) (if_statement "if (in_EAX == *(int **)(iVar2 + 8)) {\n do {\n iVar1 = *(int *)(iVar2 + 4);\n bVar3 = *(int *)(iVar1 + 8) == iVar2;\n iVar2 = iVar1;\n } while (bVar3);\n return iVar1;\n }" if (parenthesized_expression "(in_EAX == *(int **)(iVar2 + 8))" ( (binary_expression "in_EAX == *(int **)(iVar2 + 8)" identifier == (pointer_expression "*(int **)(iVar2 + 8)" * (cast_expression "(int **)(iVar2 + 8)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar2 + 8)" ( (binary_expression "iVar2 + 8" identifier + number_literal) ))))) )) (compound_statement "{\n do {\n iVar1 = *(int *)(iVar2 + 4);\n bVar3 = *(int *)(iVar1 + 8) == iVar2;\n iVar2 = iVar1;\n } while (bVar3);\n return iVar1;\n }" { (do_statement "do {\n iVar1 = *(int *)(iVar2 + 4);\n bVar3 = *(int *)(iVar1 + 8) == iVar2;\n iVar2 = iVar1;\n } while (bVar3);" do (compound_statement "{\n iVar1 = *(int *)(iVar2 + 4);\n bVar3 = *(int *)(iVar1 + 8) == iVar2;\n iVar2 = iVar1;\n }" { (expression_statement "iVar1 = *(int *)(iVar2 + 4);" (assignment_expression "iVar1 = *(int *)(iVar2 + 4)" identifier = (pointer_expression "*(int *)(iVar2 + 4)" * (cast_expression "(int *)(iVar2 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar2 + 4)" ( (binary_expression "iVar2 + 4" identifier + number_literal) ))))) ;) (expression_statement "bVar3 = *(int *)(iVar1 + 8) == iVar2;" (assignment_expression "bVar3 = *(int *)(iVar1 + 8) == iVar2" identifier = (binary_expression "*(int *)(iVar1 + 8) == iVar2" (pointer_expression "*(int *)(iVar1 + 8)" * (cast_expression "(int *)(iVar1 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 8)" ( (binary_expression "iVar1 + 8" identifier + number_literal) )))) == identifier)) ;) (expression_statement "iVar2 = iVar1;" (assignment_expression "iVar2 = iVar1" identifier = identifier) ;) }) while (parenthesized_expression "(bVar3)" ( identifier )) ;) (return_statement "return iVar1;" return identifier ;) })) }) (else_clause "else {\n do {\n iVar2 = iVar1;\n iVar1 = *(int *)(iVar2 + 0xc);\n } while (*(int *)(iVar2 + 0xc) != 0);\n }" else (compound_statement "{\n do {\n iVar2 = iVar1;\n iVar1 = *(int *)(iVar2 + 0xc);\n } while (*(int *)(iVar2 + 0xc) != 0);\n }" { (do_statement "do {\n iVar2 = iVar1;\n iVar1 = *(int *)(iVar2 + 0xc);\n } while (*(int *)(iVar2 + 0xc) != 0);" do (compound_statement "{\n iVar2 = iVar1;\n iVar1 = *(int *)(iVar2 + 0xc);\n }" { (expression_statement "iVar2 = iVar1;" (assignment_expression "iVar2 = iVar1" identifier = identifier) ;) (expression_statement "iVar1 = *(int *)(iVar2 + 0xc);" (assignment_expression "iVar1 = *(int *)(iVar2 + 0xc)" identifier = (pointer_expression "*(int *)(iVar2 + 0xc)" * (cast_expression "(int *)(iVar2 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar2 + 0xc)" ( (binary_expression "iVar2 + 0xc" identifier + number_literal) ))))) ;) }) while (parenthesized_expression "(*(int *)(iVar2 + 0xc) != 0)" ( (binary_expression "*(int *)(iVar2 + 0xc) != 0" (pointer_expression "*(int *)(iVar2 + 0xc)" * (cast_expression "(int *)(iVar2 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar2 + 0xc)" ( (binary_expression "iVar2 + 0xc" identifier + number_literal) )))) != number_literal) )) ;) }))) (return_statement "return iVar2;" return identifier ;) })))
(translation_unit "int __regparm3 FUN_00181d20(int *param_1)\n\n{\n int iVar1;\n int iVar2;\n bool bVar3;\n \n if ((*param_1 == 0) && (*(int **)(param_1[1] + 4) == param_1)) {\n return param_1[3];\n }\n iVar1 = param_1[2];\n if (param_1[2] == 0) {\n iVar2 = param_1[1];\n if (param_1 == *(int **)(iVar2 + 8)) {\n do {\n iVar1 = *(int *)(iVar2 + 4);\n bVar3 = *(int *)(iVar1 + 8) == iVar2;\n iVar2 = iVar1;\n } while (bVar3);\n return iVar1;\n }\n }\n else {\n do {\n iVar2 = iVar1;\n iVar1 = *(int *)(iVar2 + 0xc);\n } while (*(int *)(iVar2 + 0xc) != 0);\n }\n return iVar2;\n}\n\n" (function_definition "int __regparm3 FUN_00181d20(int *param_1)\n\n{\n int iVar1;\n int iVar2;\n bool bVar3;\n \n if ((*param_1 == 0) && (*(int **)(param_1[1] + 4) == param_1)) {\n return param_1[3];\n }\n iVar1 = param_1[2];\n if (param_1[2] == 0) {\n iVar2 = param_1[1];\n if (param_1 == *(int **)(iVar2 + 8)) {\n do {\n iVar1 = *(int *)(iVar2 + 4);\n bVar3 = *(int *)(iVar1 + 8) == iVar2;\n iVar2 = iVar1;\n } while (bVar3);\n return iVar1;\n }\n }\n else {\n do {\n iVar2 = iVar1;\n iVar1 = *(int *)(iVar2 + 0xc);\n } while (*(int *)(iVar2 + 0xc) != 0);\n }\n return iVar2;\n}" primitive_type (ERROR "__regparm3" identifier) (function_declarator "FUN_00181d20(int *param_1)" identifier (parameter_list "(int *param_1)" ( (parameter_declaration "int *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n int iVar1;\n int iVar2;\n bool bVar3;\n \n if ((*param_1 == 0) && (*(int **)(param_1[1] + 4) == param_1)) {\n return param_1[3];\n }\n iVar1 = param_1[2];\n if (param_1[2] == 0) {\n iVar2 = param_1[1];\n if (param_1 == *(int **)(iVar2 + 8)) {\n do {\n iVar1 = *(int *)(iVar2 + 4);\n bVar3 = *(int *)(iVar1 + 8) == iVar2;\n iVar2 = iVar1;\n } while (bVar3);\n return iVar1;\n }\n }\n else {\n do {\n iVar2 = iVar1;\n iVar1 = *(int *)(iVar2 + 0xc);\n } while (*(int *)(iVar2 + 0xc) != 0);\n }\n return iVar2;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "bool bVar3;" primitive_type identifier ;) (if_statement "if ((*param_1 == 0) && (*(int **)(param_1[1] + 4) == param_1)) {\n return param_1[3];\n }" if (parenthesized_expression "((*param_1 == 0) && (*(int **)(param_1[1] + 4) == param_1))" ( (binary_expression "(*param_1 == 0) && (*(int **)(param_1[1] + 4) == param_1)" (parenthesized_expression "(*param_1 == 0)" ( (binary_expression "*param_1 == 0" (pointer_expression "*param_1" * identifier) == number_literal) )) && (parenthesized_expression "(*(int **)(param_1[1] + 4) == param_1)" ( (binary_expression "*(int **)(param_1[1] + 4) == param_1" (pointer_expression "*(int **)(param_1[1] + 4)" * (cast_expression "(int **)(param_1[1] + 4)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1[1] + 4)" ( (binary_expression "param_1[1] + 4" (subscript_expression "param_1[1]" identifier [ number_literal ]) + number_literal) )))) == identifier) ))) )) (compound_statement "{\n return param_1[3];\n }" { (return_statement "return param_1[3];" return (subscript_expression "param_1[3]" identifier [ number_literal ]) ;) })) (expression_statement "iVar1 = param_1[2];" (assignment_expression "iVar1 = param_1[2]" identifier = (subscript_expression "param_1[2]" identifier [ number_literal ])) ;) (if_statement "if (param_1[2] == 0) {\n iVar2 = param_1[1];\n if (param_1 == *(int **)(iVar2 + 8)) {\n do {\n iVar1 = *(int *)(iVar2 + 4);\n bVar3 = *(int *)(iVar1 + 8) == iVar2;\n iVar2 = iVar1;\n } while (bVar3);\n return iVar1;\n }\n }\n else {\n do {\n iVar2 = iVar1;\n iVar1 = *(int *)(iVar2 + 0xc);\n } while (*(int *)(iVar2 + 0xc) != 0);\n }" if (parenthesized_expression "(param_1[2] == 0)" ( (binary_expression "param_1[2] == 0" (subscript_expression "param_1[2]" identifier [ number_literal ]) == number_literal) )) (compound_statement "{\n iVar2 = param_1[1];\n if (param_1 == *(int **)(iVar2 + 8)) {\n do {\n iVar1 = *(int *)(iVar2 + 4);\n bVar3 = *(int *)(iVar1 + 8) == iVar2;\n iVar2 = iVar1;\n } while (bVar3);\n return iVar1;\n }\n }" { (expression_statement "iVar2 = param_1[1];" (assignment_expression "iVar2 = param_1[1]" identifier = (subscript_expression "param_1[1]" identifier [ number_literal ])) ;) (if_statement "if (param_1 == *(int **)(iVar2 + 8)) {\n do {\n iVar1 = *(int *)(iVar2 + 4);\n bVar3 = *(int *)(iVar1 + 8) == iVar2;\n iVar2 = iVar1;\n } while (bVar3);\n return iVar1;\n }" if (parenthesized_expression "(param_1 == *(int **)(iVar2 + 8))" ( (binary_expression "param_1 == *(int **)(iVar2 + 8)" identifier == (pointer_expression "*(int **)(iVar2 + 8)" * (cast_expression "(int **)(iVar2 + 8)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar2 + 8)" ( (binary_expression "iVar2 + 8" identifier + number_literal) ))))) )) (compound_statement "{\n do {\n iVar1 = *(int *)(iVar2 + 4);\n bVar3 = *(int *)(iVar1 + 8) == iVar2;\n iVar2 = iVar1;\n } while (bVar3);\n return iVar1;\n }" { (do_statement "do {\n iVar1 = *(int *)(iVar2 + 4);\n bVar3 = *(int *)(iVar1 + 8) == iVar2;\n iVar2 = iVar1;\n } while (bVar3);" do (compound_statement "{\n iVar1 = *(int *)(iVar2 + 4);\n bVar3 = *(int *)(iVar1 + 8) == iVar2;\n iVar2 = iVar1;\n }" { (expression_statement "iVar1 = *(int *)(iVar2 + 4);" (assignment_expression "iVar1 = *(int *)(iVar2 + 4)" identifier = (pointer_expression "*(int *)(iVar2 + 4)" * (cast_expression "(int *)(iVar2 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar2 + 4)" ( (binary_expression "iVar2 + 4" identifier + number_literal) ))))) ;) (expression_statement "bVar3 = *(int *)(iVar1 + 8) == iVar2;" (assignment_expression "bVar3 = *(int *)(iVar1 + 8) == iVar2" identifier = (binary_expression "*(int *)(iVar1 + 8) == iVar2" (pointer_expression "*(int *)(iVar1 + 8)" * (cast_expression "(int *)(iVar1 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 8)" ( (binary_expression "iVar1 + 8" identifier + number_literal) )))) == identifier)) ;) (expression_statement "iVar2 = iVar1;" (assignment_expression "iVar2 = iVar1" identifier = identifier) ;) }) while (parenthesized_expression "(bVar3)" ( identifier )) ;) (return_statement "return iVar1;" return identifier ;) })) }) (else_clause "else {\n do {\n iVar2 = iVar1;\n iVar1 = *(int *)(iVar2 + 0xc);\n } while (*(int *)(iVar2 + 0xc) != 0);\n }" else (compound_statement "{\n do {\n iVar2 = iVar1;\n iVar1 = *(int *)(iVar2 + 0xc);\n } while (*(int *)(iVar2 + 0xc) != 0);\n }" { (do_statement "do {\n iVar2 = iVar1;\n iVar1 = *(int *)(iVar2 + 0xc);\n } while (*(int *)(iVar2 + 0xc) != 0);" do (compound_statement "{\n iVar2 = iVar1;\n iVar1 = *(int *)(iVar2 + 0xc);\n }" { (expression_statement "iVar2 = iVar1;" (assignment_expression "iVar2 = iVar1" identifier = identifier) ;) (expression_statement "iVar1 = *(int *)(iVar2 + 0xc);" (assignment_expression "iVar1 = *(int *)(iVar2 + 0xc)" identifier = (pointer_expression "*(int *)(iVar2 + 0xc)" * (cast_expression "(int *)(iVar2 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar2 + 0xc)" ( (binary_expression "iVar2 + 0xc" identifier + number_literal) ))))) ;) }) while (parenthesized_expression "(*(int *)(iVar2 + 0xc) != 0)" ( (binary_expression "*(int *)(iVar2 + 0xc) != 0" (pointer_expression "*(int *)(iVar2 + 0xc)" * (cast_expression "(int *)(iVar2 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar2 + 0xc)" ( (binary_expression "iVar2 + 0xc" identifier + number_literal) )))) != number_literal) )) ;) }))) (return_statement "return iVar2;" return identifier ;) })))
(translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) == LIT) )) && (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) + LIT) )))) == IDENT) ))) )) (compound_statement { (return_statement return (subscript_expression IDENT [ LIT ]) ;) })) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (if_statement if (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (compound_statement { (do_statement do (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 = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == IDENT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) }) while (parenthesized_expression ( IDENT )) ;) (return_statement return IDENT ;) })) }) (else_clause else (compound_statement { (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (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) )))) != LIT) )) ;) }))) (return_statement return IDENT ;) })))
(function_definition "int __regparm3 FUN_00181d20(int *param_1)\n\n{\n int iVar1;\n int iVar2;\n bool bVar3;\n \n if ((*param_1 == 0) && (*(int **)(param_1[1] + 4) == param_1)) {\n return param_1[3];\n }\n iVar1 = param_1[2];\n if (param_1[2] == 0) {\n iVar2 = param_1[1];\n if (param_1 == *(int **)(iVar2 + 8)) {\n do {\n iVar1 = *(int *)(iVar2 + 4);\n bVar3 = *(int *)(iVar1 + 8) == iVar2;\n iVar2 = iVar1;\n } while (bVar3);\n return iVar1;\n }\n }\n else {\n do {\n iVar2 = iVar1;\n iVar1 = *(int *)(iVar2 + 0xc);\n } while (*(int *)(iVar2 + 0xc) != 0);\n }\n return iVar2;\n}" (primitive_type "int") (ERROR "__regparm3" (identifier "__regparm3")) (function_declarator "FUN_00181d20(int *param_1)" (identifier "FUN_00181d20") (parameter_list "(int *param_1)" (( "(") (parameter_declaration "int *param_1" (primitive_type "int") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n int iVar1;\n int iVar2;\n bool bVar3;\n \n if ((*param_1 == 0) && (*(int **)(param_1[1] + 4) == param_1)) {\n return param_1[3];\n }\n iVar1 = param_1[2];\n if (param_1[2] == 0) {\n iVar2 = param_1[1];\n if (param_1 == *(int **)(iVar2 + 8)) {\n do {\n iVar1 = *(int *)(iVar2 + 4);\n bVar3 = *(int *)(iVar1 + 8) == iVar2;\n iVar2 = iVar1;\n } while (bVar3);\n return iVar1;\n }\n }\n else {\n do {\n iVar2 = iVar1;\n iVar1 = *(int *)(iVar2 + 0xc);\n } while (*(int *)(iVar2 + 0xc) != 0);\n }\n return iVar2;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (declaration "int iVar2;" (primitive_type "int") (identifier "iVar2") (; ";")) (declaration "bool bVar3;" (primitive_type "bool") (identifier "bVar3") (; ";")) (if_statement "if ((*param_1 == 0) && (*(int **)(param_1[1] + 4) == param_1)) {\n return param_1[3];\n }" (if "if") (parenthesized_expression "((*param_1 == 0) && (*(int **)(param_1[1] + 4) == param_1))" (( "(") (binary_expression "(*param_1 == 0) && (*(int **)(param_1[1] + 4) == param_1)" (parenthesized_expression "(*param_1 == 0)" (( "(") (binary_expression "*param_1 == 0" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (== "==") (number_literal "0")) () ")")) (&& "&&") (parenthesized_expression "(*(int **)(param_1[1] + 4) == param_1)" (( "(") (binary_expression "*(int **)(param_1[1] + 4) == param_1" (pointer_expression "*(int **)(param_1[1] + 4)" (* "*") (cast_expression "(int **)(param_1[1] + 4)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1[1] + 4)" (( "(") (binary_expression "param_1[1] + 4" (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) (+ "+") (number_literal "4")) () ")")))) (== "==") (identifier "param_1")) () ")"))) () ")")) (compound_statement "{\n return param_1[3];\n }" ({ "{") (return_statement "return param_1[3];" (return "return") (subscript_expression "param_1[3]" (identifier "param_1") ([ "[") (number_literal "3") (] "]")) (; ";")) (} "}"))) (expression_statement "iVar1 = param_1[2];" (assignment_expression "iVar1 = param_1[2]" (identifier "iVar1") (= "=") (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]"))) (; ";")) (if_statement "if (param_1[2] == 0) {\n iVar2 = param_1[1];\n if (param_1 == *(int **)(iVar2 + 8)) {\n do {\n iVar1 = *(int *)(iVar2 + 4);\n bVar3 = *(int *)(iVar1 + 8) == iVar2;\n iVar2 = iVar1;\n } while (bVar3);\n return iVar1;\n }\n }\n else {\n do {\n iVar2 = iVar1;\n iVar1 = *(int *)(iVar2 + 0xc);\n } while (*(int *)(iVar2 + 0xc) != 0);\n }" (if "if") (parenthesized_expression "(param_1[2] == 0)" (( "(") (binary_expression "param_1[2] == 0" (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n iVar2 = param_1[1];\n if (param_1 == *(int **)(iVar2 + 8)) {\n do {\n iVar1 = *(int *)(iVar2 + 4);\n bVar3 = *(int *)(iVar1 + 8) == iVar2;\n iVar2 = iVar1;\n } while (bVar3);\n return iVar1;\n }\n }" ({ "{") (expression_statement "iVar2 = param_1[1];" (assignment_expression "iVar2 = param_1[1]" (identifier "iVar2") (= "=") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]"))) (; ";")) (if_statement "if (param_1 == *(int **)(iVar2 + 8)) {\n do {\n iVar1 = *(int *)(iVar2 + 4);\n bVar3 = *(int *)(iVar1 + 8) == iVar2;\n iVar2 = iVar1;\n } while (bVar3);\n return iVar1;\n }" (if "if") (parenthesized_expression "(param_1 == *(int **)(iVar2 + 8))" (( "(") (binary_expression "param_1 == *(int **)(iVar2 + 8)" (identifier "param_1") (== "==") (pointer_expression "*(int **)(iVar2 + 8)" (* "*") (cast_expression "(int **)(iVar2 + 8)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(iVar2 + 8)" (( "(") (binary_expression "iVar2 + 8" (identifier "iVar2") (+ "+") (number_literal "8")) () ")"))))) () ")")) (compound_statement "{\n do {\n iVar1 = *(int *)(iVar2 + 4);\n bVar3 = *(int *)(iVar1 + 8) == iVar2;\n iVar2 = iVar1;\n } while (bVar3);\n return iVar1;\n }" ({ "{") (do_statement "do {\n iVar1 = *(int *)(iVar2 + 4);\n bVar3 = *(int *)(iVar1 + 8) == iVar2;\n iVar2 = iVar1;\n } while (bVar3);" (do "do") (compound_statement "{\n iVar1 = *(int *)(iVar2 + 4);\n bVar3 = *(int *)(iVar1 + 8) == iVar2;\n iVar2 = iVar1;\n }" ({ "{") (expression_statement "iVar1 = *(int *)(iVar2 + 4);" (assignment_expression "iVar1 = *(int *)(iVar2 + 4)" (identifier "iVar1") (= "=") (pointer_expression "*(int *)(iVar2 + 4)" (* "*") (cast_expression "(int *)(iVar2 + 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar2 + 4)" (( "(") (binary_expression "iVar2 + 4" (identifier "iVar2") (+ "+") (number_literal "4")) () ")"))))) (; ";")) (expression_statement "bVar3 = *(int *)(iVar1 + 8) == iVar2;" (assignment_expression "bVar3 = *(int *)(iVar1 + 8) == iVar2" (identifier "bVar3") (= "=") (binary_expression "*(int *)(iVar1 + 8) == iVar2" (pointer_expression "*(int *)(iVar1 + 8)" (* "*") (cast_expression "(int *)(iVar1 + 8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar1 + 8)" (( "(") (binary_expression "iVar1 + 8" (identifier "iVar1") (+ "+") (number_literal "8")) () ")")))) (== "==") (identifier "iVar2"))) (; ";")) (expression_statement "iVar2 = iVar1;" (assignment_expression "iVar2 = iVar1" (identifier "iVar2") (= "=") (identifier "iVar1")) (; ";")) (} "}")) (while "while") (parenthesized_expression "(bVar3)" (( "(") (identifier "bVar3") () ")")) (; ";")) (return_statement "return iVar1;" (return "return") (identifier "iVar1") (; ";")) (} "}"))) (} "}")) (else_clause "else {\n do {\n iVar2 = iVar1;\n iVar1 = *(int *)(iVar2 + 0xc);\n } while (*(int *)(iVar2 + 0xc) != 0);\n }" (else "else") (compound_statement "{\n do {\n iVar2 = iVar1;\n iVar1 = *(int *)(iVar2 + 0xc);\n } while (*(int *)(iVar2 + 0xc) != 0);\n }" ({ "{") (do_statement "do {\n iVar2 = iVar1;\n iVar1 = *(int *)(iVar2 + 0xc);\n } while (*(int *)(iVar2 + 0xc) != 0);" (do "do") (compound_statement "{\n iVar2 = iVar1;\n iVar1 = *(int *)(iVar2 + 0xc);\n }" ({ "{") (expression_statement "iVar2 = iVar1;" (assignment_expression "iVar2 = iVar1" (identifier "iVar2") (= "=") (identifier "iVar1")) (; ";")) (expression_statement "iVar1 = *(int *)(iVar2 + 0xc);" (assignment_expression "iVar1 = *(int *)(iVar2 + 0xc)" (identifier "iVar1") (= "=") (pointer_expression "*(int *)(iVar2 + 0xc)" (* "*") (cast_expression "(int *)(iVar2 + 0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar2 + 0xc)" (( "(") (binary_expression "iVar2 + 0xc" (identifier "iVar2") (+ "+") (number_literal "0xc")) () ")"))))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(*(int *)(iVar2 + 0xc) != 0)" (( "(") (binary_expression "*(int *)(iVar2 + 0xc) != 0" (pointer_expression "*(int *)(iVar2 + 0xc)" (* "*") (cast_expression "(int *)(iVar2 + 0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar2 + 0xc)" (( "(") (binary_expression "iVar2 + 0xc" (identifier "iVar2") (+ "+") (number_literal "0xc")) () ")")))) (!= "!=") (number_literal "0")) () ")")) (; ";")) (} "}")))) (return_statement "return iVar2;" (return "return") (identifier "iVar2") (; ";")) (} "}")))
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ /* std::local_Rb_tree_decrement(std::_Rb_tree_node_base*) */ int std::function_1(type_1 *param_1) { int var_3; int *var_1; int var_2; bool bVar3; if ((*var_1 == 0) && (*(int **)(var_1[1] + 4) == var_1)) { return var_1[3]; } var_3 = var_1[2]; if (var_1[2] == 0) { var_2 = var_1[1]; if (var_1 == *(int **)(var_2 + 8)) { do { var_3 = *(int *)(var_2 + 4); bVar3 = *(int *)(var_3 + 8) == var_2; var_2 = var_3; } while (bVar3); return var_3; } } else { do { var_2 = var_3; var_3 = *(int *)(var_2 + 0xc); } while (*(int *)(var_2 + 0xc) != 0); } return var_2; }
null
(translation_unit (function_definition type: (primitive_type) (ERROR (identifier)) 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: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))) right: (parenthesized_expression (binary_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: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))))) right: (identifier))))) consequence: (compound_statement (return_statement (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: (subscript_expression argument: (identifier) index: (number_literal)) 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: (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))))))) consequence: (compound_statement (do_statement 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)) 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: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (identifier)))) condition: (parenthesized_expression (identifier))) (return_statement (identifier))))) alternative: (else_clause (compound_statement (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: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (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: (number_literal))))))) (return_statement (identifier)))))
null
int __regparm3 MASKED(int *param_1) { int iVar1; int iVar2; bool bVar3; if ((*param_1 == 0) && (*(int **)(param_1[1] + 4) == param_1)) { return param_1[3]; } iVar1 = param_1[2]; if (param_1[2] == 0) { iVar2 = param_1[1]; if (param_1 == *(int **)(iVar2 + 8)) { do { iVar1 = *(int *)(iVar2 + 4); bVar3 = *(int *)(iVar1 + 8) == iVar2; iVar2 = iVar1; } while (bVar3); return iVar1; } } else { do { iVar2 = iVar1; iVar1 = *(int *)(iVar2 + 0xc); } while (*(int *)(iVar2 + 0xc) != 0); } return iVar2; }
629_i686-kfreebsd-gnu-objdump_and_i686-kfreebsd-gnu-objdump_strip.c
fputc
fputc
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int fputc(int __c,FILE *__stream) { /* WARNING: Bad instruction - Truncating control flow here */ /* fputc@@GLIBC_2.0 */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int fputc(int __c,FILE *__stream) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1206357570')]
[('const-1', u'RETURN_-1206357570')]
null
null
000771b4
x86
O2
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fputc(int __c,FILE *__stream)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "int fputc(int __c,FILE *__stream)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "fputc(int __c,FILE *__stream)" identifier (parameter_list "(int __c,FILE *__stream)" ( (parameter_declaration "int __c" 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\nint fputc(int __c,FILE *__stream)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* fputc@@GLIBC_2.0 */\n halt_baddata();\n}\n\n" comment comment (function_definition "int fputc(int __c,FILE *__stream)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* fputc@@GLIBC_2.0 */\n halt_baddata();\n}" primitive_type (function_declarator "fputc(int __c,FILE *__stream)" identifier (parameter_list "(int __c,FILE *__stream)" ( (parameter_declaration "int __c" primitive_type identifier) , (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* fputc@@GLIBC_2.0 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "int fputc(int __c,FILE *__stream)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "int fputc(int __c,FILE *__stream)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "fputc(int __c,FILE *__stream)" identifier (parameter_list "(int __c,FILE *__stream)" ( (parameter_declaration "int __c" 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 (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(function_definition "int fputc(int __c,FILE *__stream)\n\n{\n \n halt_baddata();\n}" (primitive_type "int") (function_declarator "fputc(int __c,FILE *__stream)" (identifier "fputc") (parameter_list "(int __c,FILE *__stream)" (( "(") (parameter_declaration "int __c" (primitive_type "int") (identifier "__c")) (, ",") (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(int __c,type_1 *__stream) { /* WARNING: Bad instruction - Truncating control flow here */ /* fputc@@GLIBC_2.0 */ 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)) (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(int __c,FILE *__stream) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
207_powerpc64le-linux-gnu-objdump_and_powerpc64le-linux-gnu-objdump_strip.c
display_debug_str_offsets
FUN_0001e3e0
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ int display_debug_str_offsets(dwarf_section *section,void *file) { char *pcVar1; char *__format; if (*(int *)((int)&section->size + 4) != 0 || (int)section->size != 0) { return 1; } pcVar1 = section->name; __format = (char *)dcgettext(0,"\nThe %s section is empty.\n",5); printf(__format,pcVar1); return 0; }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ undefined4 FUN_0001e3e0(int param_1) { undefined4 uVar1; char *__format; if (*(int *)(param_1 + 0x20) != 0 || *(int *)(param_1 + 0x1c) != 0) { return 1; } uVar1 = *(undefined4 *)(param_1 + 8); __format = (char *)dcgettext(0,"\nThe %s section is empty.\n",5); printf(__format,uVar1); return 0; }
PUSH ESI MOV EAX,0x1 PUSH EBX CALL 0x000153d0 ADD EBX,0x54c14 SUB ESP,0x4 MOV EDX,dword ptr [ESP + 0x10] MOV ECX,dword ptr [EDX + 0x20] OR ECX,dword ptr [EDX + 0x1c] JZ 0x0001e410 ADD ESP,0x4 POP EBX POP ESI RET SUB ESP,0x4 LEA EAX,[EBX + 0xfffe072f] MOV ESI,dword ptr [EDX + 0x8] PUSH 0x5 PUSH EAX PUSH 0x0 CALL 0x000141f0 POP EDX POP ECX PUSH ESI PUSH EAX CALL 0x000140b0 ADD ESP,0x10 XOR EAX,EAX ADD ESP,0x4 POP EBX POP ESI RET
null
null
null
null
[(u'PTRSUB_-1205934827', u'LOAD_-1205935069'), ('tmp_415', u'PTRSUB_-1205934832'), ('tmp_124', u'CBRANCH_-1205935055'), ('const-28', u'PTRSUB_-1205934827'), (u'PTRSUB_-1205934832', u'CAST_-1205934829'), ('const-28', u'PTRSUB_-1205934832'), ('const-5', u'CALL_-1205934973'), (u'INT_NOTEQUAL_-1205934914', u'BOOL_OR_-1205934856'), (u'SUBPIECE_-1205934828', u'INT_NOTEQUAL_-1205934914'), ('const-417', u'LOAD_-1205935077'), (u'BOOL_OR_-1205934856', u'CBRANCH_-1205935055'), (u'CALL_-1205934973', u'CAST_-1205934787'), (u'CAST_-1205934828', u'LOAD_-1205935077'), ('const-0', u'CALL_-1205934973'), (u'CAST_-1205934829', u'INT_ADD_-1205934878'), ('const-341807', u'COPY_-1205934858'), ('const-4', u'INT_ADD_-1205934878'), ('const-1', u'COPY_-1205935131'), (u'COPY_-1205934933', u'RETURN_-1205934891'), ('const-0', u'INT_NOTEQUAL_-1205934914'), ('const-0', u'RETURN_-1205934891'), ('const-0', u'COPY_-1205934933'), (u'COPY_-1205935131', u'RETURN_-1205935023'), (u'INT_NOTEQUAL_-1205934915', u'BOOL_OR_-1205934856'), (u'INT_ADD_-1205934878', u'CAST_-1205934828'), ('const-417', u'LOAD_-1205935069'), (u'LOAD_-1205935069', u'SUBPIECE_-1205934828'), ('tmp_415', u'PTRSUB_-1205934827'), ('const-0', u'RETURN_-1205935023'), ('const-8', u'PTRSUB_-1205934797'), (u'CAST_-1205934787', u'CALL_-1205934947'), ('tmp_415', u'PTRSUB_-1205934797'), (u'COPY_-1205934858', u'CALL_-1205934973'), (u'PTRSUB_-1205934797', u'LOAD_-1205934999'), ('const-0', u'SUBPIECE_-1205934828'), (u'LOAD_-1205934999', u'CALL_-1205934947'), ('const-0', u'INT_NOTEQUAL_-1205934915'), (u'LOAD_-1205935077', u'INT_NOTEQUAL_-1205934915'), ('const-417', u'LOAD_-1205934999')]
[(u'CAST_-1205934836', u'LOAD_-1205935077'), ('const-28', u'INT_ADD_-1205935055'), ('tmp_660', u'INT_ADD_-1205935061'), ('const-417', u'LOAD_-1205934999'), ('tmp_660', u'INT_ADD_-1205935055'), ('tmp_124', u'CBRANCH_-1205935055'), ('tmp_660', u'INT_ADD_-1205934983'), ('const-417', u'LOAD_-1205935077'), (u'INT_ADD_-1205934983', u'CAST_-1205934802'), (u'LOAD_-1205935069', u'INT_NOTEQUAL_-1205934914'), ('const-32', u'INT_ADD_-1205935061'), (u'INT_NOTEQUAL_-1205934915', u'BOOL_OR_-1205934858'), (u'BOOL_OR_-1205934858', u'CBRANCH_-1205935055'), (u'COPY_-1205934860', u'CALL_-1205934973'), ('const-1', u'COPY_-1205935131'), (u'COPY_-1205934933', u'RETURN_-1205934891'), ('const-0', u'INT_NOTEQUAL_-1205934914'), ('const-0', u'RETURN_-1205934891'), ('const-417', u'LOAD_-1205935069'), ('const-0', u'COPY_-1205934933'), (u'COPY_-1205935131', u'RETURN_-1205935023'), (u'INT_NOTEQUAL_-1205934914', u'BOOL_OR_-1205934858'), (u'CAST_-1205934793', u'CALL_-1205934947'), (u'CAST_-1205934832', u'LOAD_-1205935069'), (u'CAST_-1205934802', u'LOAD_-1205934999'), ('const-341807', u'COPY_-1205934860'), ('const-0', u'RETURN_-1205935023'), (u'INT_ADD_-1205935061', u'CAST_-1205934836'), (u'CALL_-1205934973', u'CAST_-1205934793'), ('const-8', u'INT_ADD_-1205934983'), ('const-5', u'CALL_-1205934973'), ('const-0', u'CALL_-1205934973'), (u'INT_ADD_-1205935055', u'CAST_-1205934832'), (u'LOAD_-1205934999', u'CALL_-1205934947'), ('const-0', u'INT_NOTEQUAL_-1205934915'), (u'LOAD_-1205935077', u'INT_NOTEQUAL_-1205934915')]
null
null
0001e3e0
x86
O2
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nundefined4 FUN_0001e3e0(int param_1)\n\n{\n undefined4 uVar1;\n char *__format;\n \n if (*(int *)(param_1 + 0x20) != 0 || *(int *)(param_1 + 0x1c) != 0) {\n return 1;\n }\n uVar1 = *(undefined4 *)(param_1 + 8);\n __format = (char *)dcgettext(0,"\nThe %s section is empty.\n",5);\n printf(__format,uVar1);\n return 0;\n}\n\n" comment (function_definition "undefined4 FUN_0001e3e0(int param_1)\n\n{\n undefined4 uVar1;\n char *__format;\n \n if (*(int *)(param_1 + 0x20) != 0 || *(int *)(param_1 + 0x1c) != 0) {\n return 1;\n }\n uVar1 = *(undefined4 *)(param_1 + 8);\n __format = (char *)dcgettext(0,"\nThe %s section is empty.\n",5);\n printf(__format,uVar1);\n return 0;\n}" type_identifier (function_declarator "FUN_0001e3e0(int param_1)" identifier (parameter_list "(int param_1)" ( (parameter_declaration "int param_1" primitive_type identifier) ))) (compound_statement "{\n undefined4 uVar1;\n char *__format;\n \n if (*(int *)(param_1 + 0x20) != 0 || *(int *)(param_1 + 0x1c) != 0) {\n return 1;\n }\n uVar1 = *(undefined4 *)(param_1 + 8);\n __format = (char *)dcgettext(0,"\nThe %s section is empty.\n",5);\n printf(__format,uVar1);\n return 0;\n}" { (declaration "undefined4 uVar1;" type_identifier identifier ;) (declaration "char *__format;" primitive_type (pointer_declarator "*__format" * identifier) ;) (if_statement "if (*(int *)(param_1 + 0x20) != 0 || *(int *)(param_1 + 0x1c) != 0) {\n return 1;\n }" if (parenthesized_expression "(*(int *)(param_1 + 0x20) != 0 || *(int *)(param_1 + 0x1c) != 0)" ( (binary_expression "*(int *)(param_1 + 0x20) != 0 || *(int *)(param_1 + 0x1c) != 0" (binary_expression "*(int *)(param_1 + 0x20) != 0" (pointer_expression "*(int *)(param_1 + 0x20)" * (cast_expression "(int *)(param_1 + 0x20)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) )))) != number_literal) || (binary_expression "*(int *)(param_1 + 0x1c) != 0" (pointer_expression "*(int *)(param_1 + 0x1c)" * (cast_expression "(int *)(param_1 + 0x1c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x1c)" ( (binary_expression "param_1 + 0x1c" identifier + number_literal) )))) != number_literal)) )) (compound_statement "{\n return 1;\n }" { (return_statement "return 1;" return number_literal ;) })) (expression_statement "uVar1 = *(undefined4 *)(param_1 + 8);" (assignment_expression "uVar1 = *(undefined4 *)(param_1 + 8)" identifier = (pointer_expression "*(undefined4 *)(param_1 + 8)" * (cast_expression "(undefined4 *)(param_1 + 8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) ))))) ;) (expression_statement "__format = (char *)dcgettext(0,"\nThe %s section is empty.\n",5);" (assignment_expression "__format = (char *)dcgettext(0,"\nThe %s section is empty.\n",5)" identifier = (cast_expression "(char *)dcgettext(0,"\nThe %s section is empty.\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"\nThe %s section is empty.\n",5)" identifier (argument_list "(0,"\nThe %s section is empty.\n",5)" ( number_literal , (string_literal ""\nThe %s section is empty.\n"" " escape_sequence string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "printf(__format,uVar1);" (call_expression "printf(__format,uVar1)" identifier (argument_list "(__format,uVar1)" ( identifier , identifier ))) ;) (return_statement "return 0;" return number_literal ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nint display_debug_str_offsets(dwarf_section *section,void *file)\n\n{\n char *pcVar1;\n char *__format;\n \n if (*(int *)((int)&section->size + 4) != 0 || (int)section->size != 0) {\n return 1;\n }\n pcVar1 = section->name;\n __format = (char *)dcgettext(0,"\nThe %s section is empty.\n",5);\n printf(__format,pcVar1);\n return 0;\n}\n\n" comment comment (function_definition "int display_debug_str_offsets(dwarf_section *section,void *file)\n\n{\n char *pcVar1;\n char *__format;\n \n if (*(int *)((int)&section->size + 4) != 0 || (int)section->size != 0) {\n return 1;\n }\n pcVar1 = section->name;\n __format = (char *)dcgettext(0,"\nThe %s section is empty.\n",5);\n printf(__format,pcVar1);\n return 0;\n}" primitive_type (function_declarator "display_debug_str_offsets(dwarf_section *section,void *file)" identifier (parameter_list "(dwarf_section *section,void *file)" ( (parameter_declaration "dwarf_section *section" type_identifier (pointer_declarator "*section" * identifier)) , (parameter_declaration "void *file" primitive_type (pointer_declarator "*file" * identifier)) ))) (compound_statement "{\n char *pcVar1;\n char *__format;\n \n if (*(int *)((int)&section->size + 4) != 0 || (int)section->size != 0) {\n return 1;\n }\n pcVar1 = section->name;\n __format = (char *)dcgettext(0,"\nThe %s section is empty.\n",5);\n printf(__format,pcVar1);\n return 0;\n}" { (declaration "char *pcVar1;" primitive_type (pointer_declarator "*pcVar1" * identifier) ;) (declaration "char *__format;" primitive_type (pointer_declarator "*__format" * identifier) ;) (if_statement "if (*(int *)((int)&section->size + 4) != 0 || (int)section->size != 0) {\n return 1;\n }" if (parenthesized_expression "(*(int *)((int)&section->size + 4) != 0 || (int)section->size != 0)" ( (binary_expression "*(int *)((int)&section->size + 4) != 0 || (int)section->size != 0" (binary_expression "*(int *)((int)&section->size + 4) != 0" (pointer_expression "*(int *)((int)&section->size + 4)" * (cast_expression "(int *)((int)&section->size + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&section->size + 4)" ( (binary_expression "(int)&section->size + 4" (cast_expression "(int)&section->size" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&section->size" & (field_expression "section->size" identifier -> field_identifier))) + number_literal) )))) != number_literal) || (binary_expression "(int)section->size != 0" (cast_expression "(int)section->size" ( (type_descriptor "int" primitive_type) ) (field_expression "section->size" identifier -> field_identifier)) != number_literal)) )) (compound_statement "{\n return 1;\n }" { (return_statement "return 1;" return number_literal ;) })) (expression_statement "pcVar1 = section->name;" (assignment_expression "pcVar1 = section->name" identifier = (field_expression "section->name" identifier -> field_identifier)) ;) (expression_statement "__format = (char *)dcgettext(0,"\nThe %s section is empty.\n",5);" (assignment_expression "__format = (char *)dcgettext(0,"\nThe %s section is empty.\n",5)" identifier = (cast_expression "(char *)dcgettext(0,"\nThe %s section is empty.\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"\nThe %s section is empty.\n",5)" identifier (argument_list "(0,"\nThe %s section is empty.\n",5)" ( number_literal , (string_literal ""\nThe %s section is empty.\n"" " escape_sequence string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "printf(__format,pcVar1);" (call_expression "printf(__format,pcVar1)" identifier (argument_list "(__format,pcVar1)" ( identifier , identifier ))) ;) (return_statement "return 0;" return number_literal ;) })))
(translation_unit "undefined4 FUN_0001e3e0(int param_1)\n\n{\n undefined4 uVar1;\n char *__format;\n \n if (*(int *)(param_1 + 0x20) != 0 || *(int *)(param_1 + 0x1c) != 0) {\n return 1;\n }\n uVar1 = *(undefined4 *)(param_1 + 8);\n __format = (char *)dcgettext(0,"\nThe %s section is empty.\n",5);\n printf(__format,uVar1);\n return 0;\n}\n\n" (function_definition "undefined4 FUN_0001e3e0(int param_1)\n\n{\n undefined4 uVar1;\n char *__format;\n \n if (*(int *)(param_1 + 0x20) != 0 || *(int *)(param_1 + 0x1c) != 0) {\n return 1;\n }\n uVar1 = *(undefined4 *)(param_1 + 8);\n __format = (char *)dcgettext(0,"\nThe %s section is empty.\n",5);\n printf(__format,uVar1);\n return 0;\n}" type_identifier (function_declarator "FUN_0001e3e0(int param_1)" identifier (parameter_list "(int param_1)" ( (parameter_declaration "int param_1" primitive_type identifier) ))) (compound_statement "{\n undefined4 uVar1;\n char *__format;\n \n if (*(int *)(param_1 + 0x20) != 0 || *(int *)(param_1 + 0x1c) != 0) {\n return 1;\n }\n uVar1 = *(undefined4 *)(param_1 + 8);\n __format = (char *)dcgettext(0,"\nThe %s section is empty.\n",5);\n printf(__format,uVar1);\n return 0;\n}" { (declaration "undefined4 uVar1;" type_identifier identifier ;) (declaration "char *__format;" primitive_type (pointer_declarator "*__format" * identifier) ;) (if_statement "if (*(int *)(param_1 + 0x20) != 0 || *(int *)(param_1 + 0x1c) != 0) {\n return 1;\n }" if (parenthesized_expression "(*(int *)(param_1 + 0x20) != 0 || *(int *)(param_1 + 0x1c) != 0)" ( (binary_expression "*(int *)(param_1 + 0x20) != 0 || *(int *)(param_1 + 0x1c) != 0" (binary_expression "*(int *)(param_1 + 0x20) != 0" (pointer_expression "*(int *)(param_1 + 0x20)" * (cast_expression "(int *)(param_1 + 0x20)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) )))) != number_literal) || (binary_expression "*(int *)(param_1 + 0x1c) != 0" (pointer_expression "*(int *)(param_1 + 0x1c)" * (cast_expression "(int *)(param_1 + 0x1c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x1c)" ( (binary_expression "param_1 + 0x1c" identifier + number_literal) )))) != number_literal)) )) (compound_statement "{\n return 1;\n }" { (return_statement "return 1;" return number_literal ;) })) (expression_statement "uVar1 = *(undefined4 *)(param_1 + 8);" (assignment_expression "uVar1 = *(undefined4 *)(param_1 + 8)" identifier = (pointer_expression "*(undefined4 *)(param_1 + 8)" * (cast_expression "(undefined4 *)(param_1 + 8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) ))))) ;) (expression_statement "__format = (char *)dcgettext(0,"\nThe %s section is empty.\n",5);" (assignment_expression "__format = (char *)dcgettext(0,"\nThe %s section is empty.\n",5)" identifier = (cast_expression "(char *)dcgettext(0,"\nThe %s section is empty.\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"\nThe %s section is empty.\n",5)" identifier (argument_list "(0,"\nThe %s section is empty.\n",5)" ( number_literal , (string_literal ""\nThe %s section is empty.\n"" " escape_sequence string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "printf(__format,uVar1);" (call_expression "printf(__format,uVar1)" identifier (argument_list "(__format,uVar1)" ( identifier , identifier ))) ;) (return_statement "return 0;" return number_literal ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (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 { (return_statement return 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 (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT , (string_literal " escape_sequence string_content escape_sequence ") , LIT ))))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (return_statement return LIT ;) })))
(function_definition "undefined4 FUN_0001e3e0(int param_1)\n\n{\n undefined4 uVar1;\n char *__format;\n \n if (*(int *)(param_1 + 0x20) != 0 || *(int *)(param_1 + 0x1c) != 0) {\n return 1;\n }\n uVar1 = *(undefined4 *)(param_1 + 8);\n __format = (char *)dcgettext(0,"\nThe %s section is empty.\n",5);\n printf(__format,uVar1);\n return 0;\n}" (type_identifier "undefined4") (function_declarator "FUN_0001e3e0(int param_1)" (identifier "FUN_0001e3e0") (parameter_list "(int param_1)" (( "(") (parameter_declaration "int param_1" (primitive_type "int") (identifier "param_1")) () ")"))) (compound_statement "{\n undefined4 uVar1;\n char *__format;\n \n if (*(int *)(param_1 + 0x20) != 0 || *(int *)(param_1 + 0x1c) != 0) {\n return 1;\n }\n uVar1 = *(undefined4 *)(param_1 + 8);\n __format = (char *)dcgettext(0,"\nThe %s section is empty.\n",5);\n printf(__format,uVar1);\n return 0;\n}" ({ "{") (declaration "undefined4 uVar1;" (type_identifier "undefined4") (identifier "uVar1") (; ";")) (declaration "char *__format;" (primitive_type "char") (pointer_declarator "*__format" (* "*") (identifier "__format")) (; ";")) (if_statement "if (*(int *)(param_1 + 0x20) != 0 || *(int *)(param_1 + 0x1c) != 0) {\n return 1;\n }" (if "if") (parenthesized_expression "(*(int *)(param_1 + 0x20) != 0 || *(int *)(param_1 + 0x1c) != 0)" (( "(") (binary_expression "*(int *)(param_1 + 0x20) != 0 || *(int *)(param_1 + 0x1c) != 0" (binary_expression "*(int *)(param_1 + 0x20) != 0" (pointer_expression "*(int *)(param_1 + 0x20)" (* "*") (cast_expression "(int *)(param_1 + 0x20)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x20)" (( "(") (binary_expression "param_1 + 0x20" (identifier "param_1") (+ "+") (number_literal "0x20")) () ")")))) (!= "!=") (number_literal "0")) (|| "||") (binary_expression "*(int *)(param_1 + 0x1c) != 0" (pointer_expression "*(int *)(param_1 + 0x1c)" (* "*") (cast_expression "(int *)(param_1 + 0x1c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x1c)" (( "(") (binary_expression "param_1 + 0x1c" (identifier "param_1") (+ "+") (number_literal "0x1c")) () ")")))) (!= "!=") (number_literal "0"))) () ")")) (compound_statement "{\n return 1;\n }" ({ "{") (return_statement "return 1;" (return "return") (number_literal "1") (; ";")) (} "}"))) (expression_statement "uVar1 = *(undefined4 *)(param_1 + 8);" (assignment_expression "uVar1 = *(undefined4 *)(param_1 + 8)" (identifier "uVar1") (= "=") (pointer_expression "*(undefined4 *)(param_1 + 8)" (* "*") (cast_expression "(undefined4 *)(param_1 + 8)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 8)" (( "(") (binary_expression "param_1 + 8" (identifier "param_1") (+ "+") (number_literal "8")) () ")"))))) (; ";")) (expression_statement "__format = (char *)dcgettext(0,"\nThe %s section is empty.\n",5);" (assignment_expression "__format = (char *)dcgettext(0,"\nThe %s section is empty.\n",5)" (identifier "__format") (= "=") (cast_expression "(char *)dcgettext(0,"\nThe %s section is empty.\n",5)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "dcgettext(0,"\nThe %s section is empty.\n",5)" (identifier "dcgettext") (argument_list "(0,"\nThe %s section is empty.\n",5)" (( "(") (number_literal "0") (, ",") (string_literal ""\nThe %s section is empty.\n"" (" """) (escape_sequence "\n") (string_content "The %s section is empty.") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")"))))) (; ";")) (expression_statement "printf(__format,uVar1);" (call_expression "printf(__format,uVar1)" (identifier "printf") (argument_list "(__format,uVar1)" (( "(") (identifier "__format") (, ",") (identifier "uVar1") () ")"))) (; ";")) (return_statement "return 0;" (return "return") (number_literal "0") (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ int function_1(type_1 *section,void *file) { char *pcVar1; char *__format; if (*(int *)((int)&section->size + 4) != 0 || (int)section->size != 0) { return 1; } pcVar1 = section->name; __format = (char *)var_1(0,"\nThe %s section is empty.\n",5); var_2(__format,pcVar1); return 0; }
null
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (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: (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 (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: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (escape_sequence) (string_content) (escape_sequence)) (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (return_statement (number_literal)))))
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ undefined4 MASKED(int param_1) { undefined4 uVar1; char *__format; if (*(int *)(param_1 + 0x20) != 0 || *(int *)(param_1 + 0x1c) != 0) { return 1; } uVar1 = *(undefined4 *)(param_1 + 8); __format = (char *)dcgettext(0,"\nThe %s section is empty.\n",5); printf(__format,uVar1); return 0; }
116_libz.so.1.2_and_libz.so.1.2_strip.c
inflateMark
inflateMark
/* WARNING: Unknown calling convention */ long inflateMark(z_streamp strm) { internal_state *piVar1; int iVar2; if (((strm != (z_streamp)0x0) && (strm->zalloc != (alloc_func)0x0)) && (strm->zfree != (free_func)0x0)) { iVar2 = inflateStateCheck(strm); if (iVar2 == 0) { piVar1 = strm->state; iVar2 = (int)piVar1[1].dyn_ltree[0x11c] * 0x10000; if (piVar1->status == 0x3f43) { return (long)(piVar1->head + (int)piVar1[1].dyn_ltree[0x11c] * 0x8000); } if (piVar1->status != 0x3f4c) { return iVar2; } return (iVar2 + (int)piVar1[1].dyn_ltree[0x11d]) - (int)piVar1->head; } } return -0x10000; }
int inflateMark(int param_1) { int iVar1; int iVar2; if (((param_1 != 0) && (*(int *)(param_1 + 0x20) != 0)) && (*(int *)(param_1 + 0x24) != 0)) { iVar1 = FUN_00017420(); if (iVar1 == 0) { iVar1 = *(int *)(param_1 + 0x1c); iVar2 = *(int *)(iVar1 + 0x1bc8) * 0x10000; if (*(int *)(iVar1 + 4) == 0x3f43) { return iVar2 + *(int *)(iVar1 + 0x44); } if (*(int *)(iVar1 + 4) != 0x3f4c) { return iVar2; } return (iVar2 + *(int *)(iVar1 + 0x1bcc)) - *(int *)(iVar1 + 0x44); } } return -0x10000; }
PUSH EBX MOV EBX,dword ptr [ESP + 0x8] TEST EBX,EBX JZ 0x0001a210 MOV EDX,dword ptr [EBX + 0x20] TEST EDX,EDX JZ 0x0001a210 MOV EAX,dword ptr [EBX + 0x24] TEST EAX,EAX JZ 0x0001a210 MOV EAX,EBX CALL 0x00017420 TEST EAX,EAX JNZ 0x0001a210 MOV EDX,dword ptr [EBX + 0x1c] MOV EAX,dword ptr [EDX + 0x1bc8] MOV ECX,dword ptr [EDX + 0x4] SHL EAX,0x10 CMP ECX,0x3f43 JZ 0x0001a208 CMP ECX,0x3f4c JZ 0x0001a1f8 POP EBX RET ADD EAX,dword ptr [EDX + 0x1bcc] SUB EAX,dword ptr [EDX + 0x44] POP EBX RET ADD EAX,dword ptr [EDX + 0x44] POP EBX RET MOV EAX,0xffff0000 POP EBX RET
null
null
null
null
[('const-148', u'PTRSUB_-1205951733'), ('const-417', u'LOAD_-1205951820'), (u'INT_SUB_-1205951831', u'RETURN_-1205951824'), ('const-0', u'INT_NOTEQUAL_-1205952053'), ('const-4', u'PTRSUB_-1205951725'), ('const-4294901760', u'COPY_-1205951798'), (u'LOAD_-1205951820', u'PTRADD_-1205951674'), ('const-284', u'PTRADD_-1205951724'), ('tmp_74', u'CBRANCH_-1205952033'), ('const-285', u'PTRADD_-1205951688'), (u'LOAD_-1205951869', u'CAST_-1205951685'), (u'CAST_-1205951671', u'INT_MULT_-1205951708'), ('const-68', u'PTRSUB_-1205951675'), ('tmp_304', u'CBRANCH_-1205951907'), ('const-16204', u'INT_NOTEQUAL_-1205951892'), ('const-417', u'LOAD_-1205952032'), ('const-148', u'PTRSUB_-1205951694'), (u'INT_NOTEQUAL_-1205952033', u'CBRANCH_-1205952033'), (u'LOAD_-1205951850', u'CAST_-1205951678'), ('const-417', u'LOAD_-1205951980'), (u'LOAD_-1205951980', u'CAST_-1205951671'), ('const-417', u'LOAD_-1205951971'), (u'PTRADD_-1205951674', u'CAST_-1205951666'), (u'LOAD_-1205951986', u'PTRSUB_-1205951675'), ('const-417', u'LOAD_-1205951869'), ('const-4', u'PTRADD_-1205951724'), ('const-4', u'PTRADD_-1205951688'), (u'CAST_-1205951714', u'INT_MULT_-1205951934'), (u'INT_EQUAL_-1205951912', u'CBRANCH_-1205951907'), ('const-417', u'LOAD_-1205952052'), ('const-0', u'RETURN_-1205951776'), (u'CAST_-1205951666', u'RETURN_-1205951794'), (u'INT_EQUAL_-1205951989', u'CBRANCH_-1205951987'), (u'COPY_-1205951798', u'RETURN_-1205951776'), (u'LOAD_-1205951986', u'PTRADD_-1205951696'), ('tmp_533', u'CALL_-1205952003'), ('const-417', u'LOAD_-1205951850'), ('const-36', u'PTRSUB_-1205951757'), (u'INT_MULT_-1205951708', u'PTRADD_-1205951674'), (u'PTRSUB_-1205951686', u'LOAD_-1205951850'), (u'INT_ADD_-1205951851', u'INT_SUB_-1205951831'), (u'LOAD_-1205951986', u'PTRSUB_-1205951686'), ('const-16195', u'INT_EQUAL_-1205951912'), ('const-0', u'RETURN_-1205951873'), ('const-32768', u'INT_MULT_-1205951708'), ('const-5828', u'PTRADD_-1205951735'), ('const-0', u'INT_EQUAL_-1205951989'), (u'INT_NOTEQUAL_-1205952053', u'CBRANCH_-1205952053'), (u'PTRSUB_-1205951694', u'PTRADD_-1205951688'), ('tmp_108', u'CBRANCH_-1205952013'), ('const-32', u'PTRSUB_-1205951765'), (u'LOAD_-1205951971', u'INT_NOTEQUAL_-1205951892'), (u'LOAD_-1205952032', u'INT_NOTEQUAL_-1205952013'), (u'PTRSUB_-1205951765', u'LOAD_-1205952052'), ('const-5828', u'PTRADD_-1205951696'), ('tmp_533', u'PTRSUB_-1205951738'), (u'LOAD_-1205951980', u'CAST_-1205951714'), ('tmp_533', u'PTRSUB_-1205951765'), ('const-0', u'RETURN_-1205951794'), (u'LOAD_-1205952052', u'INT_NOTEQUAL_-1205952033'), ('const-28', u'PTRSUB_-1205951738'), (u'PTRADD_-1205951735', u'PTRSUB_-1205951733'), (u'CAST_-1205951685', u'INT_ADD_-1205951851'), (u'PTRSUB_-1205951757', u'LOAD_-1205952032'), (u'PTRSUB_-1205951675', u'LOAD_-1205951820'), ('const-1', u'PTRADD_-1205951735'), ('const-65536', u'INT_MULT_-1205951934'), ('tmp_533', u'PTRSUB_-1205951757'), (u'PTRSUB_-1205951733', u'PTRADD_-1205951724'), ('tmp_533', u'INT_NOTEQUAL_-1205952053'), (u'CAST_-1205951678', u'INT_SUB_-1205951831'), (u'PTRADD_-1205951696', u'PTRSUB_-1205951694'), ('const-0', u'RETURN_-1205951824'), ('const-1', u'PTRADD_-1205951696'), ('const-0', u'INT_NOTEQUAL_-1205952033'), ('tmp_334', u'CBRANCH_-1205951888'), (u'INT_NOTEQUAL_-1205951892', u'CBRANCH_-1205951888'), (u'LOAD_-1205951986', u'PTRSUB_-1205951725'), ('const-0', u'INT_NOTEQUAL_-1205952013'), (u'LOAD_-1205951971', u'INT_EQUAL_-1205951912'), (u'INT_MULT_-1205951934', u'RETURN_-1205951873'), (u'CALL_-1205952003', u'INT_EQUAL_-1205951989'), (u'INT_MULT_-1205951934', u'INT_ADD_-1205951851'), ('tmp_40', u'CBRANCH_-1205952053'), (u'PTRADD_-1205951688', u'LOAD_-1205951869'), ('const-68', u'PTRSUB_-1205951686'), (u'INT_NOTEQUAL_-1205952013', u'CBRANCH_-1205952013'), ('const-2', u'PTRADD_-1205951674'), ('const-417', u'LOAD_-1205951986'), ('tmp_146', u'CBRANCH_-1205951987'), (u'PTRSUB_-1205951725', u'LOAD_-1205951971'), (u'PTRADD_-1205951724', u'LOAD_-1205951980'), (u'PTRSUB_-1205951738', u'LOAD_-1205951986'), (u'LOAD_-1205951986', u'PTRADD_-1205951735')]
[(u'INT_SUB_-1205951831', u'RETURN_-1205951824'), ('const-0', u'INT_NOTEQUAL_-1205952053'), (u'LOAD_-1205951986', u'INT_ADD_-1205951808'), ('const-4294901760', u'COPY_-1205951798'), ('tmp_74', u'CBRANCH_-1205952033'), (u'INT_ADD_-1205951970', u'CAST_-1205951739'), (u'INT_ADD_-1205951857', u'CAST_-1205951697'), ('tmp_304', u'CBRANCH_-1205951907'), (u'INT_ADD_-1205951802', u'RETURN_-1205951794'), (u'INT_NOTEQUAL_-1205952033', u'CBRANCH_-1205952033'), ('const-417', u'LOAD_-1205951850'), ('const-28', u'INT_ADD_-1205951970'), ('const-417', u'LOAD_-1205952052'), (u'INT_EQUAL_-1205951912', u'CBRANCH_-1205951907'), ('const-7112', u'INT_ADD_-1205951964'), ('const-417', u'LOAD_-1205951820'), (u'CAST_-1205951682', u'LOAD_-1205951820'), ('const-4', u'INT_ADD_-1205951955'), ('const-0', u'RETURN_-1205951776'), (u'INT_ADD_-1205951955', u'CAST_-1205951728'), ('tmp_722', u'INT_ADD_-1205952036'), (u'CAST_-1205951697', u'LOAD_-1205951869'), (u'INT_EQUAL_-1205951989', u'CBRANCH_-1205951987'), (u'COPY_-1205951798', u'RETURN_-1205951776'), ('const-417', u'LOAD_-1205952032'), ('const-32', u'INT_ADD_-1205952036'), (u'LOAD_-1205951986', u'INT_ADD_-1205951838'), ('tmp_722', u'INT_ADD_-1205951970'), (u'INT_ADD_-1205952036', u'CAST_-1205951766'), (u'LOAD_-1205951820', u'INT_ADD_-1205951802'), (u'INT_ADD_-1205951851', u'INT_SUB_-1205951831'), ('const-417', u'LOAD_-1205951986'), ('const-0', u'RETURN_-1205951873'), (u'INT_NOTEQUAL_-1205952053', u'CBRANCH_-1205952053'), ('const-0', u'INT_EQUAL_-1205951989'), ('const-68', u'INT_ADD_-1205951808'), ('tmp_108', u'CBRANCH_-1205952013'), (u'CAST_-1205951739', u'LOAD_-1205951986'), (u'LOAD_-1205951971', u'INT_NOTEQUAL_-1205951892'), ('const-16204', u'INT_NOTEQUAL_-1205951892'), ('const-36', u'INT_ADD_-1205952016'), (u'LOAD_-1205952032', u'INT_NOTEQUAL_-1205952013'), (u'LOAD_-1205951850', u'INT_SUB_-1205951831'), ('const-417', u'LOAD_-1205951980'), ('const-0', u'RETURN_-1205951794'), (u'LOAD_-1205952052', u'INT_NOTEQUAL_-1205952033'), (u'CAST_-1205951690', u'LOAD_-1205951850'), ('const-68', u'INT_ADD_-1205951838'), (u'INT_MULT_-1205951934', u'INT_ADD_-1205951802'), ('const-417', u'LOAD_-1205951971'), ('const-65536', u'INT_MULT_-1205951934'), (u'INT_ADD_-1205951964', u'CAST_-1205951735'), ('tmp_722', u'INT_ADD_-1205952016'), (u'INT_ADD_-1205951838', u'CAST_-1205951690'), (u'LOAD_-1205951869', u'INT_ADD_-1205951851'), (u'INT_ADD_-1205952016', u'CAST_-1205951758'), ('const-0', u'RETURN_-1205951824'), ('tmp_722', u'INT_NOTEQUAL_-1205952053'), ('const-0', u'INT_NOTEQUAL_-1205952033'), ('const-16195', u'INT_EQUAL_-1205951912'), ('tmp_334', u'CBRANCH_-1205951888'), (u'INT_NOTEQUAL_-1205951892', u'CBRANCH_-1205951888'), ('const-0', u'INT_NOTEQUAL_-1205952013'), (u'LOAD_-1205951971', u'INT_EQUAL_-1205951912'), (u'INT_MULT_-1205951934', u'RETURN_-1205951873'), (u'INT_ADD_-1205951808', u'CAST_-1205951682'), (u'CALL_-1205952003', u'INT_EQUAL_-1205951989'), (u'INT_MULT_-1205951934', u'INT_ADD_-1205951851'), ('tmp_40', u'CBRANCH_-1205952053'), (u'CAST_-1205951758', u'LOAD_-1205952032'), (u'INT_NOTEQUAL_-1205952013', u'CBRANCH_-1205952013'), (u'LOAD_-1205951986', u'INT_ADD_-1205951955'), ('const-417', u'LOAD_-1205951869'), (u'LOAD_-1205951986', u'INT_ADD_-1205951857'), ('tmp_146', u'CBRANCH_-1205951987'), (u'CAST_-1205951766', u'LOAD_-1205952052'), (u'LOAD_-1205951980', u'INT_MULT_-1205951934'), (u'CAST_-1205951728', u'LOAD_-1205951971'), (u'CAST_-1205951735', u'LOAD_-1205951980'), (u'LOAD_-1205951986', u'INT_ADD_-1205951964'), ('const-7116', u'INT_ADD_-1205951857')]
null
null
0001a1b0
x86
O2
(translation_unit "int inflateMark(int param_1)\n\n{\n int iVar1;\n int iVar2;\n \n if (((param_1 != 0) && (*(int *)(param_1 + 0x20) != 0)) && (*(int *)(param_1 + 0x24) != 0)) {\n iVar1 = FUN_00017420();\n if (iVar1 == 0) {\n iVar1 = *(int *)(param_1 + 0x1c);\n iVar2 = *(int *)(iVar1 + 0x1bc8) * 0x10000;\n if (*(int *)(iVar1 + 4) == 0x3f43) {\n return iVar2 + *(int *)(iVar1 + 0x44);\n }\n if (*(int *)(iVar1 + 4) != 0x3f4c) {\n return iVar2;\n }\n return (iVar2 + *(int *)(iVar1 + 0x1bcc)) - *(int *)(iVar1 + 0x44);\n }\n }\n return -0x10000;\n}\n\n" (function_definition "int inflateMark(int param_1)\n\n{\n int iVar1;\n int iVar2;\n \n if (((param_1 != 0) && (*(int *)(param_1 + 0x20) != 0)) && (*(int *)(param_1 + 0x24) != 0)) {\n iVar1 = FUN_00017420();\n if (iVar1 == 0) {\n iVar1 = *(int *)(param_1 + 0x1c);\n iVar2 = *(int *)(iVar1 + 0x1bc8) * 0x10000;\n if (*(int *)(iVar1 + 4) == 0x3f43) {\n return iVar2 + *(int *)(iVar1 + 0x44);\n }\n if (*(int *)(iVar1 + 4) != 0x3f4c) {\n return iVar2;\n }\n return (iVar2 + *(int *)(iVar1 + 0x1bcc)) - *(int *)(iVar1 + 0x44);\n }\n }\n return -0x10000;\n}" primitive_type (function_declarator "inflateMark(int param_1)" identifier (parameter_list "(int param_1)" ( (parameter_declaration "int param_1" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n int iVar2;\n \n if (((param_1 != 0) && (*(int *)(param_1 + 0x20) != 0)) && (*(int *)(param_1 + 0x24) != 0)) {\n iVar1 = FUN_00017420();\n if (iVar1 == 0) {\n iVar1 = *(int *)(param_1 + 0x1c);\n iVar2 = *(int *)(iVar1 + 0x1bc8) * 0x10000;\n if (*(int *)(iVar1 + 4) == 0x3f43) {\n return iVar2 + *(int *)(iVar1 + 0x44);\n }\n if (*(int *)(iVar1 + 4) != 0x3f4c) {\n return iVar2;\n }\n return (iVar2 + *(int *)(iVar1 + 0x1bcc)) - *(int *)(iVar1 + 0x44);\n }\n }\n return -0x10000;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (if_statement "if (((param_1 != 0) && (*(int *)(param_1 + 0x20) != 0)) && (*(int *)(param_1 + 0x24) != 0)) {\n iVar1 = FUN_00017420();\n if (iVar1 == 0) {\n iVar1 = *(int *)(param_1 + 0x1c);\n iVar2 = *(int *)(iVar1 + 0x1bc8) * 0x10000;\n if (*(int *)(iVar1 + 4) == 0x3f43) {\n return iVar2 + *(int *)(iVar1 + 0x44);\n }\n if (*(int *)(iVar1 + 4) != 0x3f4c) {\n return iVar2;\n }\n return (iVar2 + *(int *)(iVar1 + 0x1bcc)) - *(int *)(iVar1 + 0x44);\n }\n }" if (parenthesized_expression "(((param_1 != 0) && (*(int *)(param_1 + 0x20) != 0)) && (*(int *)(param_1 + 0x24) != 0))" ( (binary_expression "((param_1 != 0) && (*(int *)(param_1 + 0x20) != 0)) && (*(int *)(param_1 + 0x24) != 0)" (parenthesized_expression "((param_1 != 0) && (*(int *)(param_1 + 0x20) != 0))" ( (binary_expression "(param_1 != 0) && (*(int *)(param_1 + 0x20) != 0)" (parenthesized_expression "(param_1 != 0)" ( (binary_expression "param_1 != 0" identifier != number_literal) )) && (parenthesized_expression "(*(int *)(param_1 + 0x20) != 0)" ( (binary_expression "*(int *)(param_1 + 0x20) != 0" (pointer_expression "*(int *)(param_1 + 0x20)" * (cast_expression "(int *)(param_1 + 0x20)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) )))) != number_literal) ))) )) && (parenthesized_expression "(*(int *)(param_1 + 0x24) != 0)" ( (binary_expression "*(int *)(param_1 + 0x24) != 0" (pointer_expression "*(int *)(param_1 + 0x24)" * (cast_expression "(int *)(param_1 + 0x24)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x24)" ( (binary_expression "param_1 + 0x24" identifier + number_literal) )))) != number_literal) ))) )) (compound_statement "{\n iVar1 = FUN_00017420();\n if (iVar1 == 0) {\n iVar1 = *(int *)(param_1 + 0x1c);\n iVar2 = *(int *)(iVar1 + 0x1bc8) * 0x10000;\n if (*(int *)(iVar1 + 4) == 0x3f43) {\n return iVar2 + *(int *)(iVar1 + 0x44);\n }\n if (*(int *)(iVar1 + 4) != 0x3f4c) {\n return iVar2;\n }\n return (iVar2 + *(int *)(iVar1 + 0x1bcc)) - *(int *)(iVar1 + 0x44);\n }\n }" { (expression_statement "iVar1 = FUN_00017420();" (assignment_expression "iVar1 = FUN_00017420()" identifier = (call_expression "FUN_00017420()" identifier (argument_list "()" ( )))) ;) (if_statement "if (iVar1 == 0) {\n iVar1 = *(int *)(param_1 + 0x1c);\n iVar2 = *(int *)(iVar1 + 0x1bc8) * 0x10000;\n if (*(int *)(iVar1 + 4) == 0x3f43) {\n return iVar2 + *(int *)(iVar1 + 0x44);\n }\n if (*(int *)(iVar1 + 4) != 0x3f4c) {\n return iVar2;\n }\n return (iVar2 + *(int *)(iVar1 + 0x1bcc)) - *(int *)(iVar1 + 0x44);\n }" if (parenthesized_expression "(iVar1 == 0)" ( (binary_expression "iVar1 == 0" identifier == number_literal) )) (compound_statement "{\n iVar1 = *(int *)(param_1 + 0x1c);\n iVar2 = *(int *)(iVar1 + 0x1bc8) * 0x10000;\n if (*(int *)(iVar1 + 4) == 0x3f43) {\n return iVar2 + *(int *)(iVar1 + 0x44);\n }\n if (*(int *)(iVar1 + 4) != 0x3f4c) {\n return iVar2;\n }\n return (iVar2 + *(int *)(iVar1 + 0x1bcc)) - *(int *)(iVar1 + 0x44);\n }" { (expression_statement "iVar1 = *(int *)(param_1 + 0x1c);" (assignment_expression "iVar1 = *(int *)(param_1 + 0x1c)" identifier = (pointer_expression "*(int *)(param_1 + 0x1c)" * (cast_expression "(int *)(param_1 + 0x1c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x1c)" ( (binary_expression "param_1 + 0x1c" identifier + number_literal) ))))) ;) (expression_statement "iVar2 = *(int *)(iVar1 + 0x1bc8) * 0x10000;" (assignment_expression "iVar2 = *(int *)(iVar1 + 0x1bc8) * 0x10000" identifier = (binary_expression "*(int *)(iVar1 + 0x1bc8) * 0x10000" (pointer_expression "*(int *)(iVar1 + 0x1bc8)" * (cast_expression "(int *)(iVar1 + 0x1bc8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x1bc8)" ( (binary_expression "iVar1 + 0x1bc8" identifier + number_literal) )))) * number_literal)) ;) (if_statement "if (*(int *)(iVar1 + 4) == 0x3f43) {\n return iVar2 + *(int *)(iVar1 + 0x44);\n }" if (parenthesized_expression "(*(int *)(iVar1 + 4) == 0x3f43)" ( (binary_expression "*(int *)(iVar1 + 4) == 0x3f43" (pointer_expression "*(int *)(iVar1 + 4)" * (cast_expression "(int *)(iVar1 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 4)" ( (binary_expression "iVar1 + 4" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n return iVar2 + *(int *)(iVar1 + 0x44);\n }" { (return_statement "return iVar2 + *(int *)(iVar1 + 0x44);" return (binary_expression "iVar2 + *(int *)(iVar1 + 0x44)" identifier + (pointer_expression "*(int *)(iVar1 + 0x44)" * (cast_expression "(int *)(iVar1 + 0x44)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x44)" ( (binary_expression "iVar1 + 0x44" identifier + number_literal) ))))) ;) })) (if_statement "if (*(int *)(iVar1 + 4) != 0x3f4c) {\n return iVar2;\n }" if (parenthesized_expression "(*(int *)(iVar1 + 4) != 0x3f4c)" ( (binary_expression "*(int *)(iVar1 + 4) != 0x3f4c" (pointer_expression "*(int *)(iVar1 + 4)" * (cast_expression "(int *)(iVar1 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 4)" ( (binary_expression "iVar1 + 4" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n return iVar2;\n }" { (return_statement "return iVar2;" return identifier ;) })) (return_statement "return (iVar2 + *(int *)(iVar1 + 0x1bcc)) - *(int *)(iVar1 + 0x44);" return (binary_expression "(iVar2 + *(int *)(iVar1 + 0x1bcc)) - *(int *)(iVar1 + 0x44)" (parenthesized_expression "(iVar2 + *(int *)(iVar1 + 0x1bcc))" ( (binary_expression "iVar2 + *(int *)(iVar1 + 0x1bcc)" identifier + (pointer_expression "*(int *)(iVar1 + 0x1bcc)" * (cast_expression "(int *)(iVar1 + 0x1bcc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x1bcc)" ( (binary_expression "iVar1 + 0x1bcc" identifier + number_literal) ))))) )) - (pointer_expression "*(int *)(iVar1 + 0x44)" * (cast_expression "(int *)(iVar1 + 0x44)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x44)" ( (binary_expression "iVar1 + 0x44" identifier + number_literal) ))))) ;) })) })) (return_statement "return -0x10000;" return number_literal ;) })))
(translation_unit "/* WARNING: Unknown calling convention */\n\nlong inflateMark(z_streamp strm)\n\n{\n internal_state *piVar1;\n int iVar2;\n \n if (((strm != (z_streamp)0x0) && (strm->zalloc != (alloc_func)0x0)) &&\n (strm->zfree != (free_func)0x0)) {\n iVar2 = inflateStateCheck(strm);\n if (iVar2 == 0) {\n piVar1 = strm->state;\n iVar2 = (int)piVar1[1].dyn_ltree[0x11c] * 0x10000;\n if (piVar1->status == 0x3f43) {\n return (long)(piVar1->head + (int)piVar1[1].dyn_ltree[0x11c] * 0x8000);\n }\n if (piVar1->status != 0x3f4c) {\n return iVar2;\n }\n return (iVar2 + (int)piVar1[1].dyn_ltree[0x11d]) - (int)piVar1->head;\n }\n }\n return -0x10000;\n}\n\n" comment (function_definition "long inflateMark(z_streamp strm)\n\n{\n internal_state *piVar1;\n int iVar2;\n \n if (((strm != (z_streamp)0x0) && (strm->zalloc != (alloc_func)0x0)) &&\n (strm->zfree != (free_func)0x0)) {\n iVar2 = inflateStateCheck(strm);\n if (iVar2 == 0) {\n piVar1 = strm->state;\n iVar2 = (int)piVar1[1].dyn_ltree[0x11c] * 0x10000;\n if (piVar1->status == 0x3f43) {\n return (long)(piVar1->head + (int)piVar1[1].dyn_ltree[0x11c] * 0x8000);\n }\n if (piVar1->status != 0x3f4c) {\n return iVar2;\n }\n return (iVar2 + (int)piVar1[1].dyn_ltree[0x11d]) - (int)piVar1->head;\n }\n }\n return -0x10000;\n}" (sized_type_specifier "long" long) (function_declarator "inflateMark(z_streamp strm)" identifier (parameter_list "(z_streamp strm)" ( (parameter_declaration "z_streamp strm" type_identifier identifier) ))) (compound_statement "{\n internal_state *piVar1;\n int iVar2;\n \n if (((strm != (z_streamp)0x0) && (strm->zalloc != (alloc_func)0x0)) &&\n (strm->zfree != (free_func)0x0)) {\n iVar2 = inflateStateCheck(strm);\n if (iVar2 == 0) {\n piVar1 = strm->state;\n iVar2 = (int)piVar1[1].dyn_ltree[0x11c] * 0x10000;\n if (piVar1->status == 0x3f43) {\n return (long)(piVar1->head + (int)piVar1[1].dyn_ltree[0x11c] * 0x8000);\n }\n if (piVar1->status != 0x3f4c) {\n return iVar2;\n }\n return (iVar2 + (int)piVar1[1].dyn_ltree[0x11d]) - (int)piVar1->head;\n }\n }\n return -0x10000;\n}" { (declaration "internal_state *piVar1;" type_identifier (pointer_declarator "*piVar1" * identifier) ;) (declaration "int iVar2;" primitive_type identifier ;) (if_statement "if (((strm != (z_streamp)0x0) && (strm->zalloc != (alloc_func)0x0)) &&\n (strm->zfree != (free_func)0x0)) {\n iVar2 = inflateStateCheck(strm);\n if (iVar2 == 0) {\n piVar1 = strm->state;\n iVar2 = (int)piVar1[1].dyn_ltree[0x11c] * 0x10000;\n if (piVar1->status == 0x3f43) {\n return (long)(piVar1->head + (int)piVar1[1].dyn_ltree[0x11c] * 0x8000);\n }\n if (piVar1->status != 0x3f4c) {\n return iVar2;\n }\n return (iVar2 + (int)piVar1[1].dyn_ltree[0x11d]) - (int)piVar1->head;\n }\n }" if (parenthesized_expression "(((strm != (z_streamp)0x0) && (strm->zalloc != (alloc_func)0x0)) &&\n (strm->zfree != (free_func)0x0))" ( (binary_expression "((strm != (z_streamp)0x0) && (strm->zalloc != (alloc_func)0x0)) &&\n (strm->zfree != (free_func)0x0)" (parenthesized_expression "((strm != (z_streamp)0x0) && (strm->zalloc != (alloc_func)0x0))" ( (binary_expression "(strm != (z_streamp)0x0) && (strm->zalloc != (alloc_func)0x0)" (parenthesized_expression "(strm != (z_streamp)0x0)" ( (binary_expression "strm != (z_streamp)0x0" identifier != (cast_expression "(z_streamp)0x0" ( (type_descriptor "z_streamp" type_identifier) ) number_literal)) )) && (parenthesized_expression "(strm->zalloc != (alloc_func)0x0)" ( (binary_expression "strm->zalloc != (alloc_func)0x0" (field_expression "strm->zalloc" identifier -> field_identifier) != (cast_expression "(alloc_func)0x0" ( (type_descriptor "alloc_func" type_identifier) ) number_literal)) ))) )) && (parenthesized_expression "(strm->zfree != (free_func)0x0)" ( (binary_expression "strm->zfree != (free_func)0x0" (field_expression "strm->zfree" identifier -> field_identifier) != (cast_expression "(free_func)0x0" ( (type_descriptor "free_func" type_identifier) ) number_literal)) ))) )) (compound_statement "{\n iVar2 = inflateStateCheck(strm);\n if (iVar2 == 0) {\n piVar1 = strm->state;\n iVar2 = (int)piVar1[1].dyn_ltree[0x11c] * 0x10000;\n if (piVar1->status == 0x3f43) {\n return (long)(piVar1->head + (int)piVar1[1].dyn_ltree[0x11c] * 0x8000);\n }\n if (piVar1->status != 0x3f4c) {\n return iVar2;\n }\n return (iVar2 + (int)piVar1[1].dyn_ltree[0x11d]) - (int)piVar1->head;\n }\n }" { (expression_statement "iVar2 = inflateStateCheck(strm);" (assignment_expression "iVar2 = inflateStateCheck(strm)" identifier = (call_expression "inflateStateCheck(strm)" identifier (argument_list "(strm)" ( identifier )))) ;) (if_statement "if (iVar2 == 0) {\n piVar1 = strm->state;\n iVar2 = (int)piVar1[1].dyn_ltree[0x11c] * 0x10000;\n if (piVar1->status == 0x3f43) {\n return (long)(piVar1->head + (int)piVar1[1].dyn_ltree[0x11c] * 0x8000);\n }\n if (piVar1->status != 0x3f4c) {\n return iVar2;\n }\n return (iVar2 + (int)piVar1[1].dyn_ltree[0x11d]) - (int)piVar1->head;\n }" if (parenthesized_expression "(iVar2 == 0)" ( (binary_expression "iVar2 == 0" identifier == number_literal) )) (compound_statement "{\n piVar1 = strm->state;\n iVar2 = (int)piVar1[1].dyn_ltree[0x11c] * 0x10000;\n if (piVar1->status == 0x3f43) {\n return (long)(piVar1->head + (int)piVar1[1].dyn_ltree[0x11c] * 0x8000);\n }\n if (piVar1->status != 0x3f4c) {\n return iVar2;\n }\n return (iVar2 + (int)piVar1[1].dyn_ltree[0x11d]) - (int)piVar1->head;\n }" { (expression_statement "piVar1 = strm->state;" (assignment_expression "piVar1 = strm->state" identifier = (field_expression "strm->state" identifier -> field_identifier)) ;) (expression_statement "iVar2 = (int)piVar1[1].dyn_ltree[0x11c] * 0x10000;" (assignment_expression "iVar2 = (int)piVar1[1].dyn_ltree[0x11c] * 0x10000" identifier = (binary_expression "(int)piVar1[1].dyn_ltree[0x11c] * 0x10000" (cast_expression "(int)piVar1[1].dyn_ltree[0x11c]" ( (type_descriptor "int" primitive_type) ) (subscript_expression "piVar1[1].dyn_ltree[0x11c]" (field_expression "piVar1[1].dyn_ltree" (subscript_expression "piVar1[1]" identifier [ number_literal ]) . field_identifier) [ number_literal ])) * number_literal)) ;) (if_statement "if (piVar1->status == 0x3f43) {\n return (long)(piVar1->head + (int)piVar1[1].dyn_ltree[0x11c] * 0x8000);\n }" if (parenthesized_expression "(piVar1->status == 0x3f43)" ( (binary_expression "piVar1->status == 0x3f43" (field_expression "piVar1->status" identifier -> field_identifier) == number_literal) )) (compound_statement "{\n return (long)(piVar1->head + (int)piVar1[1].dyn_ltree[0x11c] * 0x8000);\n }" { (return_statement "return (long)(piVar1->head + (int)piVar1[1].dyn_ltree[0x11c] * 0x8000);" return (cast_expression "(long)(piVar1->head + (int)piVar1[1].dyn_ltree[0x11c] * 0x8000)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(piVar1->head + (int)piVar1[1].dyn_ltree[0x11c] * 0x8000)" ( (binary_expression "piVar1->head + (int)piVar1[1].dyn_ltree[0x11c] * 0x8000" (field_expression "piVar1->head" identifier -> field_identifier) + (binary_expression "(int)piVar1[1].dyn_ltree[0x11c] * 0x8000" (cast_expression "(int)piVar1[1].dyn_ltree[0x11c]" ( (type_descriptor "int" primitive_type) ) (subscript_expression "piVar1[1].dyn_ltree[0x11c]" (field_expression "piVar1[1].dyn_ltree" (subscript_expression "piVar1[1]" identifier [ number_literal ]) . field_identifier) [ number_literal ])) * number_literal)) ))) ;) })) (if_statement "if (piVar1->status != 0x3f4c) {\n return iVar2;\n }" if (parenthesized_expression "(piVar1->status != 0x3f4c)" ( (binary_expression "piVar1->status != 0x3f4c" (field_expression "piVar1->status" identifier -> field_identifier) != number_literal) )) (compound_statement "{\n return iVar2;\n }" { (return_statement "return iVar2;" return identifier ;) })) (return_statement "return (iVar2 + (int)piVar1[1].dyn_ltree[0x11d]) - (int)piVar1->head;" return (binary_expression "(iVar2 + (int)piVar1[1].dyn_ltree[0x11d]) - (int)piVar1->head" (parenthesized_expression "(iVar2 + (int)piVar1[1].dyn_ltree[0x11d])" ( (binary_expression "iVar2 + (int)piVar1[1].dyn_ltree[0x11d]" identifier + (cast_expression "(int)piVar1[1].dyn_ltree[0x11d]" ( (type_descriptor "int" primitive_type) ) (subscript_expression "piVar1[1].dyn_ltree[0x11d]" (field_expression "piVar1[1].dyn_ltree" (subscript_expression "piVar1[1]" identifier [ number_literal ]) . field_identifier) [ number_literal ]))) )) - (cast_expression "(int)piVar1->head" ( (type_descriptor "int" primitive_type) ) (field_expression "piVar1->head" identifier -> field_identifier))) ;) })) })) (return_statement "return -0x10000;" return number_literal ;) })))
(translation_unit "int inflateMark(int param_1)\n\n{\n int iVar1;\n int iVar2;\n \n if (((param_1 != 0) && (*(int *)(param_1 + 0x20) != 0)) && (*(int *)(param_1 + 0x24) != 0)) {\n iVar1 = FUN_00017420();\n if (iVar1 == 0) {\n iVar1 = *(int *)(param_1 + 0x1c);\n iVar2 = *(int *)(iVar1 + 0x1bc8) * 0x10000;\n if (*(int *)(iVar1 + 4) == 0x3f43) {\n return iVar2 + *(int *)(iVar1 + 0x44);\n }\n if (*(int *)(iVar1 + 4) != 0x3f4c) {\n return iVar2;\n }\n return (iVar2 + *(int *)(iVar1 + 0x1bcc)) - *(int *)(iVar1 + 0x44);\n }\n }\n return -0x10000;\n}\n\n" (function_definition "int inflateMark(int param_1)\n\n{\n int iVar1;\n int iVar2;\n \n if (((param_1 != 0) && (*(int *)(param_1 + 0x20) != 0)) && (*(int *)(param_1 + 0x24) != 0)) {\n iVar1 = FUN_00017420();\n if (iVar1 == 0) {\n iVar1 = *(int *)(param_1 + 0x1c);\n iVar2 = *(int *)(iVar1 + 0x1bc8) * 0x10000;\n if (*(int *)(iVar1 + 4) == 0x3f43) {\n return iVar2 + *(int *)(iVar1 + 0x44);\n }\n if (*(int *)(iVar1 + 4) != 0x3f4c) {\n return iVar2;\n }\n return (iVar2 + *(int *)(iVar1 + 0x1bcc)) - *(int *)(iVar1 + 0x44);\n }\n }\n return -0x10000;\n}" primitive_type (function_declarator "inflateMark(int param_1)" identifier (parameter_list "(int param_1)" ( (parameter_declaration "int param_1" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n int iVar2;\n \n if (((param_1 != 0) && (*(int *)(param_1 + 0x20) != 0)) && (*(int *)(param_1 + 0x24) != 0)) {\n iVar1 = FUN_00017420();\n if (iVar1 == 0) {\n iVar1 = *(int *)(param_1 + 0x1c);\n iVar2 = *(int *)(iVar1 + 0x1bc8) * 0x10000;\n if (*(int *)(iVar1 + 4) == 0x3f43) {\n return iVar2 + *(int *)(iVar1 + 0x44);\n }\n if (*(int *)(iVar1 + 4) != 0x3f4c) {\n return iVar2;\n }\n return (iVar2 + *(int *)(iVar1 + 0x1bcc)) - *(int *)(iVar1 + 0x44);\n }\n }\n return -0x10000;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (if_statement "if (((param_1 != 0) && (*(int *)(param_1 + 0x20) != 0)) && (*(int *)(param_1 + 0x24) != 0)) {\n iVar1 = FUN_00017420();\n if (iVar1 == 0) {\n iVar1 = *(int *)(param_1 + 0x1c);\n iVar2 = *(int *)(iVar1 + 0x1bc8) * 0x10000;\n if (*(int *)(iVar1 + 4) == 0x3f43) {\n return iVar2 + *(int *)(iVar1 + 0x44);\n }\n if (*(int *)(iVar1 + 4) != 0x3f4c) {\n return iVar2;\n }\n return (iVar2 + *(int *)(iVar1 + 0x1bcc)) - *(int *)(iVar1 + 0x44);\n }\n }" if (parenthesized_expression "(((param_1 != 0) && (*(int *)(param_1 + 0x20) != 0)) && (*(int *)(param_1 + 0x24) != 0))" ( (binary_expression "((param_1 != 0) && (*(int *)(param_1 + 0x20) != 0)) && (*(int *)(param_1 + 0x24) != 0)" (parenthesized_expression "((param_1 != 0) && (*(int *)(param_1 + 0x20) != 0))" ( (binary_expression "(param_1 != 0) && (*(int *)(param_1 + 0x20) != 0)" (parenthesized_expression "(param_1 != 0)" ( (binary_expression "param_1 != 0" identifier != number_literal) )) && (parenthesized_expression "(*(int *)(param_1 + 0x20) != 0)" ( (binary_expression "*(int *)(param_1 + 0x20) != 0" (pointer_expression "*(int *)(param_1 + 0x20)" * (cast_expression "(int *)(param_1 + 0x20)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) )))) != number_literal) ))) )) && (parenthesized_expression "(*(int *)(param_1 + 0x24) != 0)" ( (binary_expression "*(int *)(param_1 + 0x24) != 0" (pointer_expression "*(int *)(param_1 + 0x24)" * (cast_expression "(int *)(param_1 + 0x24)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x24)" ( (binary_expression "param_1 + 0x24" identifier + number_literal) )))) != number_literal) ))) )) (compound_statement "{\n iVar1 = FUN_00017420();\n if (iVar1 == 0) {\n iVar1 = *(int *)(param_1 + 0x1c);\n iVar2 = *(int *)(iVar1 + 0x1bc8) * 0x10000;\n if (*(int *)(iVar1 + 4) == 0x3f43) {\n return iVar2 + *(int *)(iVar1 + 0x44);\n }\n if (*(int *)(iVar1 + 4) != 0x3f4c) {\n return iVar2;\n }\n return (iVar2 + *(int *)(iVar1 + 0x1bcc)) - *(int *)(iVar1 + 0x44);\n }\n }" { (expression_statement "iVar1 = FUN_00017420();" (assignment_expression "iVar1 = FUN_00017420()" identifier = (call_expression "FUN_00017420()" identifier (argument_list "()" ( )))) ;) (if_statement "if (iVar1 == 0) {\n iVar1 = *(int *)(param_1 + 0x1c);\n iVar2 = *(int *)(iVar1 + 0x1bc8) * 0x10000;\n if (*(int *)(iVar1 + 4) == 0x3f43) {\n return iVar2 + *(int *)(iVar1 + 0x44);\n }\n if (*(int *)(iVar1 + 4) != 0x3f4c) {\n return iVar2;\n }\n return (iVar2 + *(int *)(iVar1 + 0x1bcc)) - *(int *)(iVar1 + 0x44);\n }" if (parenthesized_expression "(iVar1 == 0)" ( (binary_expression "iVar1 == 0" identifier == number_literal) )) (compound_statement "{\n iVar1 = *(int *)(param_1 + 0x1c);\n iVar2 = *(int *)(iVar1 + 0x1bc8) * 0x10000;\n if (*(int *)(iVar1 + 4) == 0x3f43) {\n return iVar2 + *(int *)(iVar1 + 0x44);\n }\n if (*(int *)(iVar1 + 4) != 0x3f4c) {\n return iVar2;\n }\n return (iVar2 + *(int *)(iVar1 + 0x1bcc)) - *(int *)(iVar1 + 0x44);\n }" { (expression_statement "iVar1 = *(int *)(param_1 + 0x1c);" (assignment_expression "iVar1 = *(int *)(param_1 + 0x1c)" identifier = (pointer_expression "*(int *)(param_1 + 0x1c)" * (cast_expression "(int *)(param_1 + 0x1c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x1c)" ( (binary_expression "param_1 + 0x1c" identifier + number_literal) ))))) ;) (expression_statement "iVar2 = *(int *)(iVar1 + 0x1bc8) * 0x10000;" (assignment_expression "iVar2 = *(int *)(iVar1 + 0x1bc8) * 0x10000" identifier = (binary_expression "*(int *)(iVar1 + 0x1bc8) * 0x10000" (pointer_expression "*(int *)(iVar1 + 0x1bc8)" * (cast_expression "(int *)(iVar1 + 0x1bc8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x1bc8)" ( (binary_expression "iVar1 + 0x1bc8" identifier + number_literal) )))) * number_literal)) ;) (if_statement "if (*(int *)(iVar1 + 4) == 0x3f43) {\n return iVar2 + *(int *)(iVar1 + 0x44);\n }" if (parenthesized_expression "(*(int *)(iVar1 + 4) == 0x3f43)" ( (binary_expression "*(int *)(iVar1 + 4) == 0x3f43" (pointer_expression "*(int *)(iVar1 + 4)" * (cast_expression "(int *)(iVar1 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 4)" ( (binary_expression "iVar1 + 4" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n return iVar2 + *(int *)(iVar1 + 0x44);\n }" { (return_statement "return iVar2 + *(int *)(iVar1 + 0x44);" return (binary_expression "iVar2 + *(int *)(iVar1 + 0x44)" identifier + (pointer_expression "*(int *)(iVar1 + 0x44)" * (cast_expression "(int *)(iVar1 + 0x44)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x44)" ( (binary_expression "iVar1 + 0x44" identifier + number_literal) ))))) ;) })) (if_statement "if (*(int *)(iVar1 + 4) != 0x3f4c) {\n return iVar2;\n }" if (parenthesized_expression "(*(int *)(iVar1 + 4) != 0x3f4c)" ( (binary_expression "*(int *)(iVar1 + 4) != 0x3f4c" (pointer_expression "*(int *)(iVar1 + 4)" * (cast_expression "(int *)(iVar1 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 4)" ( (binary_expression "iVar1 + 4" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n return iVar2;\n }" { (return_statement "return iVar2;" return identifier ;) })) (return_statement "return (iVar2 + *(int *)(iVar1 + 0x1bcc)) - *(int *)(iVar1 + 0x44);" return (binary_expression "(iVar2 + *(int *)(iVar1 + 0x1bcc)) - *(int *)(iVar1 + 0x44)" (parenthesized_expression "(iVar2 + *(int *)(iVar1 + 0x1bcc))" ( (binary_expression "iVar2 + *(int *)(iVar1 + 0x1bcc)" identifier + (pointer_expression "*(int *)(iVar1 + 0x1bcc)" * (cast_expression "(int *)(iVar1 + 0x1bcc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x1bcc)" ( (binary_expression "iVar1 + 0x1bcc" identifier + number_literal) ))))) )) - (pointer_expression "*(int *)(iVar1 + 0x44)" * (cast_expression "(int *)(iVar1 + 0x44)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x44)" ( (binary_expression "iVar1 + 0x44" identifier + number_literal) ))))) ;) })) })) (return_statement "return -0x10000;" return number_literal ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != LIT) )) && (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 (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != LIT) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (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 *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (binary_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 { (return_statement return (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 (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != LIT) )) (compound_statement { (return_statement return IDENT ;) })) (return_statement return (binary_expression (parenthesized_expression ( (binary_expression 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) ))))) ;) })) })) (return_statement return LIT ;) })))
(function_definition "int inflateMark(int param_1)\n\n{\n int iVar1;\n int iVar2;\n \n if (((param_1 != 0) && (*(int *)(param_1 + 0x20) != 0)) && (*(int *)(param_1 + 0x24) != 0)) {\n iVar1 = FUN_00017420();\n if (iVar1 == 0) {\n iVar1 = *(int *)(param_1 + 0x1c);\n iVar2 = *(int *)(iVar1 + 0x1bc8) * 0x10000;\n if (*(int *)(iVar1 + 4) == 0x3f43) {\n return iVar2 + *(int *)(iVar1 + 0x44);\n }\n if (*(int *)(iVar1 + 4) != 0x3f4c) {\n return iVar2;\n }\n return (iVar2 + *(int *)(iVar1 + 0x1bcc)) - *(int *)(iVar1 + 0x44);\n }\n }\n return -0x10000;\n}" (primitive_type "int") (function_declarator "inflateMark(int param_1)" (identifier "inflateMark") (parameter_list "(int param_1)" (( "(") (parameter_declaration "int param_1" (primitive_type "int") (identifier "param_1")) () ")"))) (compound_statement "{\n int iVar1;\n int iVar2;\n \n if (((param_1 != 0) && (*(int *)(param_1 + 0x20) != 0)) && (*(int *)(param_1 + 0x24) != 0)) {\n iVar1 = FUN_00017420();\n if (iVar1 == 0) {\n iVar1 = *(int *)(param_1 + 0x1c);\n iVar2 = *(int *)(iVar1 + 0x1bc8) * 0x10000;\n if (*(int *)(iVar1 + 4) == 0x3f43) {\n return iVar2 + *(int *)(iVar1 + 0x44);\n }\n if (*(int *)(iVar1 + 4) != 0x3f4c) {\n return iVar2;\n }\n return (iVar2 + *(int *)(iVar1 + 0x1bcc)) - *(int *)(iVar1 + 0x44);\n }\n }\n return -0x10000;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (declaration "int iVar2;" (primitive_type "int") (identifier "iVar2") (; ";")) (if_statement "if (((param_1 != 0) && (*(int *)(param_1 + 0x20) != 0)) && (*(int *)(param_1 + 0x24) != 0)) {\n iVar1 = FUN_00017420();\n if (iVar1 == 0) {\n iVar1 = *(int *)(param_1 + 0x1c);\n iVar2 = *(int *)(iVar1 + 0x1bc8) * 0x10000;\n if (*(int *)(iVar1 + 4) == 0x3f43) {\n return iVar2 + *(int *)(iVar1 + 0x44);\n }\n if (*(int *)(iVar1 + 4) != 0x3f4c) {\n return iVar2;\n }\n return (iVar2 + *(int *)(iVar1 + 0x1bcc)) - *(int *)(iVar1 + 0x44);\n }\n }" (if "if") (parenthesized_expression "(((param_1 != 0) && (*(int *)(param_1 + 0x20) != 0)) && (*(int *)(param_1 + 0x24) != 0))" (( "(") (binary_expression "((param_1 != 0) && (*(int *)(param_1 + 0x20) != 0)) && (*(int *)(param_1 + 0x24) != 0)" (parenthesized_expression "((param_1 != 0) && (*(int *)(param_1 + 0x20) != 0))" (( "(") (binary_expression "(param_1 != 0) && (*(int *)(param_1 + 0x20) != 0)" (parenthesized_expression "(param_1 != 0)" (( "(") (binary_expression "param_1 != 0" (identifier "param_1") (!= "!=") (number_literal "0")) () ")")) (&& "&&") (parenthesized_expression "(*(int *)(param_1 + 0x20) != 0)" (( "(") (binary_expression "*(int *)(param_1 + 0x20) != 0" (pointer_expression "*(int *)(param_1 + 0x20)" (* "*") (cast_expression "(int *)(param_1 + 0x20)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x20)" (( "(") (binary_expression "param_1 + 0x20" (identifier "param_1") (+ "+") (number_literal "0x20")) () ")")))) (!= "!=") (number_literal "0")) () ")"))) () ")")) (&& "&&") (parenthesized_expression "(*(int *)(param_1 + 0x24) != 0)" (( "(") (binary_expression "*(int *)(param_1 + 0x24) != 0" (pointer_expression "*(int *)(param_1 + 0x24)" (* "*") (cast_expression "(int *)(param_1 + 0x24)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x24)" (( "(") (binary_expression "param_1 + 0x24" (identifier "param_1") (+ "+") (number_literal "0x24")) () ")")))) (!= "!=") (number_literal "0")) () ")"))) () ")")) (compound_statement "{\n iVar1 = FUN_00017420();\n if (iVar1 == 0) {\n iVar1 = *(int *)(param_1 + 0x1c);\n iVar2 = *(int *)(iVar1 + 0x1bc8) * 0x10000;\n if (*(int *)(iVar1 + 4) == 0x3f43) {\n return iVar2 + *(int *)(iVar1 + 0x44);\n }\n if (*(int *)(iVar1 + 4) != 0x3f4c) {\n return iVar2;\n }\n return (iVar2 + *(int *)(iVar1 + 0x1bcc)) - *(int *)(iVar1 + 0x44);\n }\n }" ({ "{") (expression_statement "iVar1 = FUN_00017420();" (assignment_expression "iVar1 = FUN_00017420()" (identifier "iVar1") (= "=") (call_expression "FUN_00017420()" (identifier "FUN_00017420") (argument_list "()" (( "(") () ")")))) (; ";")) (if_statement "if (iVar1 == 0) {\n iVar1 = *(int *)(param_1 + 0x1c);\n iVar2 = *(int *)(iVar1 + 0x1bc8) * 0x10000;\n if (*(int *)(iVar1 + 4) == 0x3f43) {\n return iVar2 + *(int *)(iVar1 + 0x44);\n }\n if (*(int *)(iVar1 + 4) != 0x3f4c) {\n return iVar2;\n }\n return (iVar2 + *(int *)(iVar1 + 0x1bcc)) - *(int *)(iVar1 + 0x44);\n }" (if "if") (parenthesized_expression "(iVar1 == 0)" (( "(") (binary_expression "iVar1 == 0" (identifier "iVar1") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n iVar1 = *(int *)(param_1 + 0x1c);\n iVar2 = *(int *)(iVar1 + 0x1bc8) * 0x10000;\n if (*(int *)(iVar1 + 4) == 0x3f43) {\n return iVar2 + *(int *)(iVar1 + 0x44);\n }\n if (*(int *)(iVar1 + 4) != 0x3f4c) {\n return iVar2;\n }\n return (iVar2 + *(int *)(iVar1 + 0x1bcc)) - *(int *)(iVar1 + 0x44);\n }" ({ "{") (expression_statement "iVar1 = *(int *)(param_1 + 0x1c);" (assignment_expression "iVar1 = *(int *)(param_1 + 0x1c)" (identifier "iVar1") (= "=") (pointer_expression "*(int *)(param_1 + 0x1c)" (* "*") (cast_expression "(int *)(param_1 + 0x1c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x1c)" (( "(") (binary_expression "param_1 + 0x1c" (identifier "param_1") (+ "+") (number_literal "0x1c")) () ")"))))) (; ";")) (expression_statement "iVar2 = *(int *)(iVar1 + 0x1bc8) * 0x10000;" (assignment_expression "iVar2 = *(int *)(iVar1 + 0x1bc8) * 0x10000" (identifier "iVar2") (= "=") (binary_expression "*(int *)(iVar1 + 0x1bc8) * 0x10000" (pointer_expression "*(int *)(iVar1 + 0x1bc8)" (* "*") (cast_expression "(int *)(iVar1 + 0x1bc8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar1 + 0x1bc8)" (( "(") (binary_expression "iVar1 + 0x1bc8" (identifier "iVar1") (+ "+") (number_literal "0x1bc8")) () ")")))) (* "*") (number_literal "0x10000"))) (; ";")) (if_statement "if (*(int *)(iVar1 + 4) == 0x3f43) {\n return iVar2 + *(int *)(iVar1 + 0x44);\n }" (if "if") (parenthesized_expression "(*(int *)(iVar1 + 4) == 0x3f43)" (( "(") (binary_expression "*(int *)(iVar1 + 4) == 0x3f43" (pointer_expression "*(int *)(iVar1 + 4)" (* "*") (cast_expression "(int *)(iVar1 + 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar1 + 4)" (( "(") (binary_expression "iVar1 + 4" (identifier "iVar1") (+ "+") (number_literal "4")) () ")")))) (== "==") (number_literal "0x3f43")) () ")")) (compound_statement "{\n return iVar2 + *(int *)(iVar1 + 0x44);\n }" ({ "{") (return_statement "return iVar2 + *(int *)(iVar1 + 0x44);" (return "return") (binary_expression "iVar2 + *(int *)(iVar1 + 0x44)" (identifier "iVar2") (+ "+") (pointer_expression "*(int *)(iVar1 + 0x44)" (* "*") (cast_expression "(int *)(iVar1 + 0x44)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar1 + 0x44)" (( "(") (binary_expression "iVar1 + 0x44" (identifier "iVar1") (+ "+") (number_literal "0x44")) () ")"))))) (; ";")) (} "}"))) (if_statement "if (*(int *)(iVar1 + 4) != 0x3f4c) {\n return iVar2;\n }" (if "if") (parenthesized_expression "(*(int *)(iVar1 + 4) != 0x3f4c)" (( "(") (binary_expression "*(int *)(iVar1 + 4) != 0x3f4c" (pointer_expression "*(int *)(iVar1 + 4)" (* "*") (cast_expression "(int *)(iVar1 + 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar1 + 4)" (( "(") (binary_expression "iVar1 + 4" (identifier "iVar1") (+ "+") (number_literal "4")) () ")")))) (!= "!=") (number_literal "0x3f4c")) () ")")) (compound_statement "{\n return iVar2;\n }" ({ "{") (return_statement "return iVar2;" (return "return") (identifier "iVar2") (; ";")) (} "}"))) (return_statement "return (iVar2 + *(int *)(iVar1 + 0x1bcc)) - *(int *)(iVar1 + 0x44);" (return "return") (binary_expression "(iVar2 + *(int *)(iVar1 + 0x1bcc)) - *(int *)(iVar1 + 0x44)" (parenthesized_expression "(iVar2 + *(int *)(iVar1 + 0x1bcc))" (( "(") (binary_expression "iVar2 + *(int *)(iVar1 + 0x1bcc)" (identifier "iVar2") (+ "+") (pointer_expression "*(int *)(iVar1 + 0x1bcc)" (* "*") (cast_expression "(int *)(iVar1 + 0x1bcc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar1 + 0x1bcc)" (( "(") (binary_expression "iVar1 + 0x1bcc" (identifier "iVar1") (+ "+") (number_literal "0x1bcc")) () ")"))))) () ")")) (- "-") (pointer_expression "*(int *)(iVar1 + 0x44)" (* "*") (cast_expression "(int *)(iVar1 + 0x44)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar1 + 0x44)" (( "(") (binary_expression "iVar1 + 0x44" (identifier "iVar1") (+ "+") (number_literal "0x44")) () ")"))))) (; ";")) (} "}"))) (} "}"))) (return_statement "return -0x10000;" (return "return") (number_literal "-0x10000") (; ";")) (} "}")))
/* WARNING: Unknown calling convention */ long function_1(type_1 var_1) { type_2 *piVar1; int var_3; if (((var_1 != (type_1)0x0) && (var_1->zalloc != (type_3)0x0)) && (var_1->zfree != (type_4)0x0)) { var_3 = var_2(var_1); if (var_3 == 0) { piVar1 = var_1->state; var_3 = (int)piVar1[1].dyn_ltree[0x11c] * 0x10000; if (piVar1->status == 0x3f43) { return (long)(piVar1->head + (int)piVar1[1].dyn_ltree[0x11c] * 0x8000); } if (piVar1->status != 0x3f4c) { return var_3; } return (var_3 + (int)piVar1[1].dyn_ltree[0x11d]) - (int)piVar1->head; } } return -0x10000; }
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 (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (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: (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: (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 (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list)))) (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: (primitive_type) 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: (primitive_type) 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 (return_statement (binary_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: (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 (identifier)))) (return_statement (binary_expression left: (parenthesized_expression (binary_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))))))) 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))))))))))) (return_statement (number_literal)))))
null
int MASKED(int param_1) { int iVar1; int iVar2; if (((param_1 != 0) && (*(int *)(param_1 + 0x20) != 0)) && (*(int *)(param_1 + 0x24) != 0)) { iVar1 = FUN_00017420(); if (iVar1 == 0) { iVar1 = *(int *)(param_1 + 0x1c); iVar2 = *(int *)(iVar1 + 0x1bc8) * 0x10000; if (*(int *)(iVar1 + 4) == 0x3f43) { return iVar2 + *(int *)(iVar1 + 0x44); } if (*(int *)(iVar1 + 4) != 0x3f4c) { return iVar2; } return (iVar2 + *(int *)(iVar1 + 0x1bcc)) - *(int *)(iVar1 + 0x44); } } return -0x10000; }
8468_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c
add_local_relative
FUN_002eff10
/* DWARF original prototype: void add_local_relative(Output_data_reloc<9,_true,_64,_false> * this, Sized_relobj<64,_false> * relobj, uint local_sym_index, uint type, Output_data * od, Address address) */ void __thiscall gold::Output_data_reloc<9,_true,_64,_false>::add_local_relative (Output_data_reloc<9,_true,_64,_false> *this,Sized_relobj<64,_false> *relobj, uint local_sym_index,uint type,Output_data *od,Address address) { Output_reloc<9,_true,_64,_false> local_28; Output_reloc<9,_true,_64,_false>::Output_reloc (&local_28,relobj,local_sym_index,type,od,address,true,true,false,false); Output_data_reloc_base<9,_true,_64,_false>::add (&this->super_Output_data_reloc_base<9,_true,_64,_false>,od,&local_28); return; }
void FUN_002eff10(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4, undefined4 param_5,undefined4 param_6,undefined4 param_7) { undefined1 local_28 [32]; FUN_002d7fe0(local_28,param_2,param_3,param_4,param_5,param_6,param_7,1,1,0,0); FUN_001cdb50(param_1,param_5,local_28); return; }
PUSH ESI PUSH EBX SUB ESP,0x28 MOV EBX,dword ptr [ESP + 0x44] PUSH 0x0 PUSH 0x0 PUSH 0x1 PUSH 0x1 PUSH dword ptr [ESP + 0x5c] PUSH dword ptr [ESP + 0x5c] PUSH EBX PUSH dword ptr [ESP + 0x5c] PUSH dword ptr [ESP + 0x5c] PUSH dword ptr [ESP + 0x5c] LEA ESI,[ESP + 0x30] PUSH ESI CALL 0x002d7fe0 ADD ESP,0x2c PUSH ESI PUSH EBX PUSH dword ptr [ESP + 0x3c] CALL 0x001cdb50 ADD ESP,0x34 POP EBX POP ESI RET
null
null
null
null
[('tmp_311', u'CALL_-1204682877'), (u'PTRSUB_-1204682645', u'CALL_-1204682840'), ('tmp_311', u'CALL_-1204682840'), ('tmp_307', u'PTRSUB_-1204682645'), (u'PTRSUB_-1204682665', u'CALL_-1204682877'), ('tmp_309', u'CALL_-1204682877'), ('const-1', u'CALL_-1204682877'), ('const-0', u'CALL_-1204682877'), ('const-0', u'PTRSUB_-1204682645'), ('tmp_308', u'CALL_-1204682877'), ('tmp_421', u'PTRSUB_-1204682665'), ('const-1', u'CALL_-1204682877'), (u'PTRSUB_-1204682665', u'CALL_-1204682840'), ('tmp_312', u'CALL_-1204682877'), ('const-0', u'RETURN_-1204682807'), ('const-0', u'CALL_-1204682877'), ('const-4294967256', u'PTRSUB_-1204682665'), ('tmp_310', u'CALL_-1204682877')]
[('tmp_677', u'CALL_-1204682840'), ('tmp_671', u'CALL_-1204682840'), ('const-4294967256', u'PTRSUB_-1204682697'), ('tmp_672', u'CALL_-1204682877'), ('const-0', u'CALL_-1204682877'), (u'PTRSUB_-1204682697', u'CALL_-1204682840'), ('tmp_360', u'PTRSUB_-1204682697'), ('const-1', u'CALL_-1204682877'), ('tmp_676', u'CALL_-1204682877'), ('tmp_674', u'CALL_-1204682877'), ('const-0', u'CALL_-1204682877'), (u'PTRSUB_-1204682697', u'CALL_-1204682877'), ('tmp_673', u'CALL_-1204682877'), ('const-1', u'CALL_-1204682877'), ('tmp_675', u'CALL_-1204682877'), ('const-0', u'RETURN_-1204682807'), ('tmp_671', u'CALL_-1204682877')]
null
null
002eff10
x86
O2
(translation_unit "void FUN_002eff10(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7)\n\n{\n undefined1 local_28 [32];\n \n FUN_002d7fe0(local_28,param_2,param_3,param_4,param_5,param_6,param_7,1,1,0,0);\n FUN_001cdb50(param_1,param_5,local_28);\n return;\n}\n\n" (function_definition "void FUN_002eff10(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7)\n\n{\n undefined1 local_28 [32];\n \n FUN_002d7fe0(local_28,param_2,param_3,param_4,param_5,param_6,param_7,1,1,0,0);\n FUN_001cdb50(param_1,param_5,local_28);\n return;\n}" primitive_type (function_declarator "FUN_002eff10(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7)" identifier (parameter_list "(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "undefined4 param_3" type_identifier identifier) , (parameter_declaration "undefined4 param_4" type_identifier identifier) , (parameter_declaration "undefined4 param_5" type_identifier identifier) , (parameter_declaration "undefined4 param_6" type_identifier identifier) , (parameter_declaration "undefined4 param_7" type_identifier identifier) ))) (compound_statement "{\n undefined1 local_28 [32];\n \n FUN_002d7fe0(local_28,param_2,param_3,param_4,param_5,param_6,param_7,1,1,0,0);\n FUN_001cdb50(param_1,param_5,local_28);\n return;\n}" { (declaration "undefined1 local_28 [32];" type_identifier (array_declarator "local_28 [32]" identifier [ number_literal ]) ;) (expression_statement "FUN_002d7fe0(local_28,param_2,param_3,param_4,param_5,param_6,param_7,1,1,0,0);" (call_expression "FUN_002d7fe0(local_28,param_2,param_3,param_4,param_5,param_6,param_7,1,1,0,0)" identifier (argument_list "(local_28,param_2,param_3,param_4,param_5,param_6,param_7,1,1,0,0)" ( identifier , identifier , identifier , identifier , identifier , identifier , identifier , number_literal , number_literal , number_literal , number_literal ))) ;) (expression_statement "FUN_001cdb50(param_1,param_5,local_28);" (call_expression "FUN_001cdb50(param_1,param_5,local_28)" identifier (argument_list "(param_1,param_5,local_28)" ( identifier , identifier , identifier ))) ;) (return_statement "return;" return ;) })))
(translation_unit "/* DWARF original prototype: void add_local_relative(Output_data_reloc<9,_true,_64,_false> * this,\n Sized_relobj<64,_false> * relobj, uint local_sym_index, uint type, Output_data * od, Address\n address) */\n\nvoid __thiscall\ngold::Output_data_reloc<9,_true,_64,_false>::add_local_relative\n (Output_data_reloc<9,_true,_64,_false> *this,Sized_relobj<64,_false> *relobj,\n uint local_sym_index,uint type,Output_data *od,Address address)\n\n{\n Output_reloc<9,_true,_64,_false> local_28;\n \n Output_reloc<9,_true,_64,_false>::Output_reloc\n (&local_28,relobj,local_sym_index,type,od,address,true,true,false,false);\n Output_data_reloc_base<9,_true,_64,_false>::add\n (&this->super_Output_data_reloc_base<9,_true,_64,_false>,od,&local_28);\n return;\n}\n\n" comment (declaration "void __thiscall\ngold::Output_data_reloc<9,_true,_64,_false>::add_local_relative\n (Output_data_reloc<9,_true,_64,_false> *this,Sized_relobj<64,_false> *relobj,\n uint local_sym_index,uint type,Output_data *od,Address address)\n\n{\n Output_reloc<9,_true,_64,_false> local_28;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<9" < number_literal) , identifier , identifier , (ERROR "_false>::add_local_relative\n (Output_data_reloc<9,_true,_64,_false> *this,Sized_relobj<64,_false> *relobj,\n uint local_sym_index,uint type,Output_data *od,Address address)\n\n{" identifier > : : (function_declarator "add_local_relative\n (Output_data_reloc<9,_true,_64,_false> *this,Sized_relobj<64,_false> *relobj,\n uint local_sym_index,uint type,Output_data *od,Address address)" identifier (parameter_list "(Output_data_reloc<9,_true,_64,_false> *this,Sized_relobj<64,_false> *relobj,\n uint local_sym_index,uint type,Output_data *od,Address address)" ( (parameter_declaration "Output_data_reloc" type_identifier) (ERROR "<9" < 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 "Sized_relobj" type_identifier) (ERROR "<64" < number_literal) , (parameter_declaration "_false> *relobj" type_identifier (ERROR ">" >) (pointer_declarator "*relobj" * identifier)) , (parameter_declaration "uint local_sym_index" type_identifier identifier) , (parameter_declaration "uint type" type_identifier identifier) , (parameter_declaration "Output_data *od" type_identifier (pointer_declarator "*od" * identifier)) , (parameter_declaration "Address address" type_identifier identifier) ))) {) identifier (ERROR "<9" < number_literal) , identifier , identifier , (ERROR "_false>" identifier >) identifier ;) (expression_statement "Output_reloc<9,_true,_64,_false>::Output_reloc\n (&local_28,relobj,local_sym_index,type,od,address,true,true,false,false);" (update_expression "Output_reloc<9,_true,_64,_false>::Output_reloc\n (&local_28,relobj,local_sym_index,type,od,address,true,true,false,false)" (binary_expression "Output_reloc<9,_true,_64,_false>::Output_reloc\n (&local_28,relobj,local_sym_index,type,od,address,true,true,false,false)" (binary_expression "Output_reloc<9" identifier < number_literal) (ERROR ",_true,_64,_false" , identifier , identifier , identifier) > (ERROR "::" : :) (call_expression "Output_reloc\n (&local_28,relobj,local_sym_index,type,od,address,true,true,false,false)" identifier (argument_list "(&local_28,relobj,local_sym_index,type,od,address,true,true,false,false)" ( (pointer_expression "&local_28" & identifier) , identifier , identifier , identifier , identifier , identifier , true , true , false , false )))) --) ;) (expression_statement "Output_data_reloc_base<9,_true,_64,_false>::add\n (&this->super_Output_data_reloc_base<9,_true,_64,_false>,od,&local_28);" (update_expression "Output_data_reloc_base<9,_true,_64,_false>::add\n (&this->super_Output_data_reloc_base<9,_true,_64,_false>,od,&local_28)" (binary_expression "Output_data_reloc_base<9,_true,_64,_false>::add\n (&this->super_Output_data_reloc_base<9,_true,_64,_false>,od,&local_28)" (binary_expression "Output_data_reloc_base<9" identifier < number_literal) (ERROR ",_true,_64,_false" , identifier , identifier , identifier) > (ERROR "::" : :) (call_expression "add\n (&this->super_Output_data_reloc_base<9,_true,_64,_false>,od,&local_28)" identifier (argument_list "(&this->super_Output_data_reloc_base<9,_true,_64,_false>,od,&local_28)" ( (binary_expression "&this->super_Output_data_reloc_base<9" (pointer_expression "&this->super_Output_data_reloc_base" & (field_expression "this->super_Output_data_reloc_base" identifier -> field_identifier)) < number_literal) , identifier , identifier , identifier (ERROR ">" >) , identifier , (pointer_expression "&local_28" & identifier) )))) --) ;) (return_statement "return;" return ;) (ERROR "}" }))
(translation_unit "void FUN_002eff10(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7)\n\n{\n undefined1 local_28 [32];\n \n FUN_002d7fe0(local_28,param_2,param_3,param_4,param_5,param_6,param_7,1,1,0,0);\n FUN_001cdb50(param_1,param_5,local_28);\n return;\n}\n\n" (function_definition "void FUN_002eff10(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7)\n\n{\n undefined1 local_28 [32];\n \n FUN_002d7fe0(local_28,param_2,param_3,param_4,param_5,param_6,param_7,1,1,0,0);\n FUN_001cdb50(param_1,param_5,local_28);\n return;\n}" primitive_type (function_declarator "FUN_002eff10(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7)" identifier (parameter_list "(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "undefined4 param_3" type_identifier identifier) , (parameter_declaration "undefined4 param_4" type_identifier identifier) , (parameter_declaration "undefined4 param_5" type_identifier identifier) , (parameter_declaration "undefined4 param_6" type_identifier identifier) , (parameter_declaration "undefined4 param_7" type_identifier identifier) ))) (compound_statement "{\n undefined1 local_28 [32];\n \n FUN_002d7fe0(local_28,param_2,param_3,param_4,param_5,param_6,param_7,1,1,0,0);\n FUN_001cdb50(param_1,param_5,local_28);\n return;\n}" { (declaration "undefined1 local_28 [32];" type_identifier (array_declarator "local_28 [32]" identifier [ number_literal ]) ;) (expression_statement "FUN_002d7fe0(local_28,param_2,param_3,param_4,param_5,param_6,param_7,1,1,0,0);" (call_expression "FUN_002d7fe0(local_28,param_2,param_3,param_4,param_5,param_6,param_7,1,1,0,0)" identifier (argument_list "(local_28,param_2,param_3,param_4,param_5,param_6,param_7,1,1,0,0)" ( identifier , identifier , identifier , identifier , identifier , identifier , identifier , number_literal , number_literal , number_literal , number_literal ))) ;) (expression_statement "FUN_001cdb50(param_1,param_5,local_28);" (call_expression "FUN_001cdb50(param_1,param_5,local_28)" identifier (argument_list "(param_1,param_5,local_28)" ( identifier , identifier , identifier ))) ;) (return_statement "return;" return ;) })))
(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) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT , IDENT , IDENT , IDENT , IDENT , LIT , LIT , LIT , LIT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT ))) ;) (return_statement return ;) })))
(function_definition "void FUN_002eff10(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7)\n\n{\n undefined1 local_28 [32];\n \n FUN_002d7fe0(local_28,param_2,param_3,param_4,param_5,param_6,param_7,1,1,0,0);\n FUN_001cdb50(param_1,param_5,local_28);\n return;\n}" (primitive_type "void") (function_declarator "FUN_002eff10(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7)" (identifier "FUN_002eff10") (parameter_list "(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7)" (( "(") (parameter_declaration "undefined4 param_1" (type_identifier "undefined4") (identifier "param_1")) (, ",") (parameter_declaration "undefined4 param_2" (type_identifier "undefined4") (identifier "param_2")) (, ",") (parameter_declaration "undefined4 param_3" (type_identifier "undefined4") (identifier "param_3")) (, ",") (parameter_declaration "undefined4 param_4" (type_identifier "undefined4") (identifier "param_4")) (, ",") (parameter_declaration "undefined4 param_5" (type_identifier "undefined4") (identifier "param_5")) (, ",") (parameter_declaration "undefined4 param_6" (type_identifier "undefined4") (identifier "param_6")) (, ",") (parameter_declaration "undefined4 param_7" (type_identifier "undefined4") (identifier "param_7")) () ")"))) (compound_statement "{\n undefined1 local_28 [32];\n \n FUN_002d7fe0(local_28,param_2,param_3,param_4,param_5,param_6,param_7,1,1,0,0);\n FUN_001cdb50(param_1,param_5,local_28);\n return;\n}" ({ "{") (declaration "undefined1 local_28 [32];" (type_identifier "undefined1") (array_declarator "local_28 [32]" (identifier "local_28") ([ "[") (number_literal "32") (] "]")) (; ";")) (expression_statement "FUN_002d7fe0(local_28,param_2,param_3,param_4,param_5,param_6,param_7,1,1,0,0);" (call_expression "FUN_002d7fe0(local_28,param_2,param_3,param_4,param_5,param_6,param_7,1,1,0,0)" (identifier "FUN_002d7fe0") (argument_list "(local_28,param_2,param_3,param_4,param_5,param_6,param_7,1,1,0,0)" (( "(") (identifier "local_28") (, ",") (identifier "param_2") (, ",") (identifier "param_3") (, ",") (identifier "param_4") (, ",") (identifier "param_5") (, ",") (identifier "param_6") (, ",") (identifier "param_7") (, ",") (number_literal "1") (, ",") (number_literal "1") (, ",") (number_literal "0") (, ",") (number_literal "0") () ")"))) (; ";")) (expression_statement "FUN_001cdb50(param_1,param_5,local_28);" (call_expression "FUN_001cdb50(param_1,param_5,local_28)" (identifier "FUN_001cdb50") (argument_list "(param_1,param_5,local_28)" (( "(") (identifier "param_1") (, ",") (identifier "param_5") (, ",") (identifier "local_28") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* DWARF original prototype: void add_local_relative(Output_data_reloc<9,_true,_64,_false> * this, Sized_relobj<64,_false> * relobj, uint local_sym_index, uint type, Output_data * od, Address address) */ void __thiscall gold::Output_data_reloc<9,_true,_64,_false>::add_local_relative (Output_data_reloc<9,_true,_64,_false> *this,Sized_relobj<64,_false> *relobj, uint local_sym_index,uint type,Output_data *od,Address address) { var_1<9,_true,_64,_false> local_28; var_1<9,_true,_64,_false>::var_1 (&local_28,relobj,local_sym_index,type,od,address,true,true,false,false); var_2<9,_true,_64,_false>::var_3 (&this->super_Output_data_reloc_base<9,_true,_64,_false>,od,&local_28); 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: (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: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier) (identifier) (identifier) (identifier) (identifier) (number_literal) (number_literal) (number_literal) (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier)))) (return_statement))))
null
void MASKED(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4, undefined4 param_5,undefined4 param_6,undefined4 param_7) { undefined1 local_28 [32]; FUN_002d7fe0(local_28,param_2,param_3,param_4,param_5,param_6,param_7,1,1,0,0); FUN_001cdb50(param_1,param_5,local_28); return; }
53_ia64-linux-gnu-elfedit_and_ia64-linux-gnu-elfedit_strip.c
elf_machine
FUN_000119d0
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ int __regparm3 elf_machine(char *mach) { int iVar1; char *message; int iVar2; iVar2 = 3; iVar1 = strcasecmp(mach,"i386"); if (iVar1 != 0) { iVar2 = 6; iVar1 = strcasecmp(mach,"iamcu"); if (iVar1 != 0) { iVar2 = 0xb4; iVar1 = strcasecmp(mach,"l1om"); if (iVar1 != 0) { iVar2 = 0xb5; iVar1 = strcasecmp(mach,"k1om"); if (iVar1 != 0) { iVar2 = 0x3e; iVar1 = strcasecmp(mach,"x86_64"); if (iVar1 != 0) { iVar1 = strcasecmp(mach,"x86-64"); if (iVar1 != 0) { iVar2 = strcasecmp(mach,"none"); if (iVar2 != 0) { iVar2 = -1; message = (char *)dcgettext(0,"Unknown machine type: %s\n",5); error(message,mach); } } } } } } } return iVar2; }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ int __regparm3 FUN_000119d0(char *param_1) { int iVar1; undefined4 uVar2; int iVar3; iVar3 = 3; iVar1 = strcasecmp(param_1,"i386"); if (iVar1 != 0) { iVar3 = 6; iVar1 = strcasecmp(param_1,"iamcu"); if (iVar1 != 0) { iVar3 = 0xb4; iVar1 = strcasecmp(param_1,"l1om"); if (iVar1 != 0) { iVar3 = 0xb5; iVar1 = strcasecmp(param_1,"k1om"); if (iVar1 != 0) { iVar3 = 0x3e; iVar1 = strcasecmp(param_1,"x86_64"); if (iVar1 != 0) { iVar1 = strcasecmp(param_1,"x86-64"); if (iVar1 != 0) { iVar3 = strcasecmp(param_1,"none"); if (iVar3 != 0) { iVar3 = -1; uVar2 = dcgettext(0,"Unknown machine type: %s\n",5); error(uVar2,param_1); } } } } } } } return iVar3; }
PUSH EDI MOV EDI,0x3 PUSH ESI MOV ESI,EAX PUSH EBX CALL 0x000117c0 ADD EBX,0x7621 SUB ESP,0x8 LEA EAX,[EBX + 0xffffc54e] PUSH EAX PUSH ESI CALL 0x000111d0 ADD ESP,0x10 TEST EAX,EAX JZ 0x00011aa4 SUB ESP,0x8 LEA EAX,[EBX + 0xffffc553] MOV EDI,0x6 PUSH EAX PUSH ESI CALL 0x000111d0 ADD ESP,0x10 TEST EAX,EAX JZ 0x00011aa4 SUB ESP,0x8 LEA EAX,[EBX + 0xffffc559] MOV EDI,0xb4 PUSH EAX PUSH ESI CALL 0x000111d0 ADD ESP,0x10 TEST EAX,EAX JZ 0x00011aa4 SUB ESP,0x8 LEA EAX,[EBX + 0xffffc55e] MOV EDI,0xb5 PUSH EAX PUSH ESI CALL 0x000111d0 ADD ESP,0x10 TEST EAX,EAX JZ 0x00011aa4 SUB ESP,0x8 LEA EAX,[EBX + 0xffffc563] MOV EDI,0x3e PUSH EAX PUSH ESI CALL 0x000111d0 ADD ESP,0x10 TEST EAX,EAX JZ 0x00011aa4 SUB ESP,0x8 LEA EAX,[EBX + 0xffffc56a] PUSH EAX PUSH ESI CALL 0x000111d0 ADD ESP,0x10 TEST EAX,EAX JZ 0x00011aa4 SUB ESP,0x8 LEA EAX,[EBX + 0xffffc571] PUSH EAX PUSH ESI CALL 0x000111d0 ADD ESP,0x10 MOV EDI,EAX TEST EAX,EAX JNZ 0x00011aaa MOV EAX,EDI POP EBX POP ESI POP EDI RET SUB ESP,0x4 LEA EAX,[EBX + 0xffffc576] MOV EDI,0xffffffff PUSH 0x5 PUSH EAX PUSH 0x0 CALL 0x000110d0 POP EDX POP ECX PUSH ESI PUSH EAX CALL 0x00012790 ADD ESP,0x10 JMP 0x00011aa4
null
null
null
null
[('const-87395', u'COPY_-1205986062'), (u'INT_NOTEQUAL_-1205986349', u'CBRANCH_-1205986348'), ('const-0', u'INT_NOTEQUAL_-1205986349'), (u'COPY_-1205986593', u'MULTIEQUAL_-1205986144'), ('const-87390', u'COPY_-1205986091'), (u'COPY_-1205986733', u'MULTIEQUAL_-1205986144'), ('const-0', u'CALL_-1205986279'), ('tmp_710', u'CBRANCH_-1205986414'), ('const-87374', u'COPY_-1205986186'), ('const-6', u'COPY_-1205986733'), ('tmp_276', u'CBRANCH_-1205986684'), ('const-4294967295', u'COPY_-1205986307'), ('tmp_494', u'CBRANCH_-1205986544'), (u'CALL_-1205986711', u'INT_NOTEQUAL_-1205986684'), (u'COPY_-1205986091', u'CALL_-1205986571'), ('const-87414', u'COPY_-1205985974'), (u'CALL_-1205986783', u'INT_NOTEQUAL_-1205986756'), ('const-180', u'COPY_-1205986661'), (u'COPY_-1205986038', u'CALL_-1205986441'), (u'COPY_-1205986062', u'CALL_-1205986503'), (u'COPY_-1205986525', u'MULTIEQUAL_-1205986144'), ('const-0', u'INT_NOTEQUAL_-1205986684'), (u'COPY_-1205986349', u'RETURN_-1205986320'), (u'CALL_-1205986441', u'INT_NOTEQUAL_-1205986414'), (u'CALL_-1205986639', u'INT_NOTEQUAL_-1205986612'), ('tmp_603', u'CBRANCH_-1205986476'), ('tmp_997', u'BRANCH_-1205986238'), ('const-181', u'COPY_-1205986593'), ('const-0', u'INT_NOTEQUAL_-1205986612'), ('const-87402', u'COPY_-1205986038'), ('const-87409', u'COPY_-1205986014'), ('const-3', u'COPY_-1205986859'), ('const-0', u'RETURN_-1205986320'), ('tmp_1035', u'CALL_-1205986441'), (u'COPY_-1205986120', u'CALL_-1205986639'), ('const-0', u'INT_NOTEQUAL_-1205986476'), (u'INT_NOTEQUAL_-1205986414', u'CBRANCH_-1205986414'), ('const-0', u'INT_NOTEQUAL_-1205986544'), (u'COPY_-1205986859', u'MULTIEQUAL_-1205986144'), (u'INT_NOTEQUAL_-1205986684', u'CBRANCH_-1205986684'), (u'COPY_-1205986153', u'CALL_-1205986711'), ('tmp_821', u'CBRANCH_-1205986348'), ('tmp_1035', u'CALL_-1205986571'), (u'COPY_-1205986186', u'CALL_-1205986783'), (u'CALL_-1205986571', u'INT_NOTEQUAL_-1205986544'), (u'CALL_-1205986379', u'MULTIEQUAL_-1205986144'), ('const-87379', u'COPY_-1205986153'), ('const-0', u'INT_NOTEQUAL_-1205986756'), (u'MULTIEQUAL_-1205986144', u'COPY_-1205986349'), (u'COPY_-1205986661', u'MULTIEQUAL_-1205986144'), ('tmp_1035', u'CALL_-1205986711'), (u'CALL_-1205986503', u'INT_NOTEQUAL_-1205986476'), (u'INT_NOTEQUAL_-1205986756', u'CBRANCH_-1205986756'), (u'CAST_-1205985910', u'CALL_-1205986253'), ('const-5', u'CALL_-1205986279'), (u'COPY_-1205985974', u'CALL_-1205986279'), (u'INT_NOTEQUAL_-1205986544', u'CBRANCH_-1205986544'), (u'INT_NOTEQUAL_-1205986476', u'CBRANCH_-1205986476'), ('tmp_1035', u'CALL_-1205986639'), ('tmp_1035', u'CALL_-1205986379'), (u'COPY_-1205986014', u'CALL_-1205986379'), ('const-0', u'INT_NOTEQUAL_-1205986414'), ('tmp_1035', u'CALL_-1205986783'), ('tmp_385', u'CBRANCH_-1205986612'), ('const-62', u'COPY_-1205986525'), (u'INT_NOTEQUAL_-1205986612', u'CBRANCH_-1205986612'), (u'COPY_-1205986307', u'MULTIEQUAL_-1205986144'), ('const-87385', u'COPY_-1205986120'), ('tmp_1035', u'CALL_-1205986503'), ('tmp_1035', u'CALL_-1205986253'), (u'CALL_-1205986279', u'CAST_-1205985910'), (u'CALL_-1205986379', u'INT_NOTEQUAL_-1205986349'), ('tmp_167', u'CBRANCH_-1205986756')]
[(u'INT_NOTEQUAL_-1205986349', u'CBRANCH_-1205986348'), ('tmp_1564', u'CALL_-1205986783'), ('const-0', u'INT_NOTEQUAL_-1205986349'), ('const-87385', u'COPY_-1205986122'), ('tmp_1564', u'CALL_-1205986571'), (u'COPY_-1205986661', u'MULTIEQUAL_-1205986146'), ('const-87390', u'COPY_-1205986093'), (u'COPY_-1205986093', u'CALL_-1205986571'), ('tmp_710', u'CBRANCH_-1205986414'), ('const-6', u'COPY_-1205986733'), ('tmp_276', u'CBRANCH_-1205986684'), ('const-4294967295', u'COPY_-1205986307'), ('tmp_1564', u'CALL_-1205986253'), ('tmp_494', u'CBRANCH_-1205986544'), (u'COPY_-1205986859', u'MULTIEQUAL_-1205986146'), (u'CALL_-1205986711', u'INT_NOTEQUAL_-1205986684'), (u'CALL_-1205986783', u'INT_NOTEQUAL_-1205986756'), ('const-180', u'COPY_-1205986661'), ('const-0', u'INT_NOTEQUAL_-1205986684'), (u'COPY_-1205986349', u'RETURN_-1205986320'), (u'COPY_-1205986155', u'CALL_-1205986711'), (u'CALL_-1205986441', u'INT_NOTEQUAL_-1205986414'), (u'CALL_-1205986639', u'INT_NOTEQUAL_-1205986612'), ('const-87379', u'COPY_-1205986155'), ('tmp_603', u'CBRANCH_-1205986476'), ('tmp_1564', u'CALL_-1205986379'), ('const-87409', u'COPY_-1205986016'), ('tmp_997', u'BRANCH_-1205986238'), (u'MULTIEQUAL_-1205986146', u'COPY_-1205986349'), ('tmp_1564', u'CALL_-1205986711'), ('const-181', u'COPY_-1205986593'), ('const-0', u'INT_NOTEQUAL_-1205986612'), ('const-3', u'COPY_-1205986859'), ('const-0', u'RETURN_-1205986320'), ('tmp_1564', u'CALL_-1205986441'), (u'COPY_-1205986525', u'MULTIEQUAL_-1205986146'), ('const-0', u'INT_NOTEQUAL_-1205986476'), ('const-0', u'CALL_-1205986279'), (u'CALL_-1205986379', u'MULTIEQUAL_-1205986146'), (u'INT_NOTEQUAL_-1205986414', u'CBRANCH_-1205986414'), ('const-0', u'INT_NOTEQUAL_-1205986544'), (u'INT_NOTEQUAL_-1205986684', u'CBRANCH_-1205986684'), ('const-87414', u'COPY_-1205985976'), ('tmp_821', u'CBRANCH_-1205986348'), (u'COPY_-1205985976', u'CALL_-1205986279'), (u'CALL_-1205986571', u'INT_NOTEQUAL_-1205986544'), (u'COPY_-1205986016', u'CALL_-1205986379'), ('tmp_1564', u'CALL_-1205986639'), ('const-0', u'INT_NOTEQUAL_-1205986756'), ('const-87395', u'COPY_-1205986064'), ('const-87402', u'COPY_-1205986040'), (u'COPY_-1205986188', u'CALL_-1205986783'), (u'CALL_-1205986503', u'INT_NOTEQUAL_-1205986476'), (u'INT_NOTEQUAL_-1205986756', u'CBRANCH_-1205986756'), ('const-5', u'CALL_-1205986279'), (u'COPY_-1205986593', u'MULTIEQUAL_-1205986146'), (u'INT_NOTEQUAL_-1205986544', u'CBRANCH_-1205986544'), (u'INT_NOTEQUAL_-1205986476', u'CBRANCH_-1205986476'), ('const-87374', u'COPY_-1205986188'), ('const-0', u'INT_NOTEQUAL_-1205986414'), ('tmp_385', u'CBRANCH_-1205986612'), ('const-62', u'COPY_-1205986525'), (u'COPY_-1205986307', u'MULTIEQUAL_-1205986146'), (u'INT_NOTEQUAL_-1205986612', u'CBRANCH_-1205986612'), ('tmp_1564', u'CALL_-1205986503'), (u'COPY_-1205986064', u'CALL_-1205986503'), (u'COPY_-1205986040', u'CALL_-1205986441'), (u'CALL_-1205986279', u'CALL_-1205986253'), (u'COPY_-1205986733', u'MULTIEQUAL_-1205986146'), (u'COPY_-1205986122', u'CALL_-1205986639'), (u'CALL_-1205986379', u'INT_NOTEQUAL_-1205986349'), ('tmp_167', u'CBRANCH_-1205986756')]
null
null
000119d0
x86
O2
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nint __regparm3 FUN_000119d0(char *param_1)\n\n{\n int iVar1;\n undefined4 uVar2;\n int iVar3;\n \n iVar3 = 3;\n iVar1 = strcasecmp(param_1,"i386");\n if (iVar1 != 0) {\n iVar3 = 6;\n iVar1 = strcasecmp(param_1,"iamcu");\n if (iVar1 != 0) {\n iVar3 = 0xb4;\n iVar1 = strcasecmp(param_1,"l1om");\n if (iVar1 != 0) {\n iVar3 = 0xb5;\n iVar1 = strcasecmp(param_1,"k1om");\n if (iVar1 != 0) {\n iVar3 = 0x3e;\n iVar1 = strcasecmp(param_1,"x86_64");\n if (iVar1 != 0) {\n iVar1 = strcasecmp(param_1,"x86-64");\n if (iVar1 != 0) {\n iVar3 = strcasecmp(param_1,"none");\n if (iVar3 != 0) {\n iVar3 = -1;\n uVar2 = dcgettext(0,"Unknown machine type: %s\n",5);\n error(uVar2,param_1);\n }\n }\n }\n }\n }\n }\n }\n return iVar3;\n}\n\n" comment (function_definition "int __regparm3 FUN_000119d0(char *param_1)\n\n{\n int iVar1;\n undefined4 uVar2;\n int iVar3;\n \n iVar3 = 3;\n iVar1 = strcasecmp(param_1,"i386");\n if (iVar1 != 0) {\n iVar3 = 6;\n iVar1 = strcasecmp(param_1,"iamcu");\n if (iVar1 != 0) {\n iVar3 = 0xb4;\n iVar1 = strcasecmp(param_1,"l1om");\n if (iVar1 != 0) {\n iVar3 = 0xb5;\n iVar1 = strcasecmp(param_1,"k1om");\n if (iVar1 != 0) {\n iVar3 = 0x3e;\n iVar1 = strcasecmp(param_1,"x86_64");\n if (iVar1 != 0) {\n iVar1 = strcasecmp(param_1,"x86-64");\n if (iVar1 != 0) {\n iVar3 = strcasecmp(param_1,"none");\n if (iVar3 != 0) {\n iVar3 = -1;\n uVar2 = dcgettext(0,"Unknown machine type: %s\n",5);\n error(uVar2,param_1);\n }\n }\n }\n }\n }\n }\n }\n return iVar3;\n}" primitive_type (ERROR "__regparm3" identifier) (function_declarator "FUN_000119d0(char *param_1)" identifier (parameter_list "(char *param_1)" ( (parameter_declaration "char *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n int iVar1;\n undefined4 uVar2;\n int iVar3;\n \n iVar3 = 3;\n iVar1 = strcasecmp(param_1,"i386");\n if (iVar1 != 0) {\n iVar3 = 6;\n iVar1 = strcasecmp(param_1,"iamcu");\n if (iVar1 != 0) {\n iVar3 = 0xb4;\n iVar1 = strcasecmp(param_1,"l1om");\n if (iVar1 != 0) {\n iVar3 = 0xb5;\n iVar1 = strcasecmp(param_1,"k1om");\n if (iVar1 != 0) {\n iVar3 = 0x3e;\n iVar1 = strcasecmp(param_1,"x86_64");\n if (iVar1 != 0) {\n iVar1 = strcasecmp(param_1,"x86-64");\n if (iVar1 != 0) {\n iVar3 = strcasecmp(param_1,"none");\n if (iVar3 != 0) {\n iVar3 = -1;\n uVar2 = dcgettext(0,"Unknown machine type: %s\n",5);\n error(uVar2,param_1);\n }\n }\n }\n }\n }\n }\n }\n return iVar3;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "undefined4 uVar2;" type_identifier identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (expression_statement "iVar3 = 3;" (assignment_expression "iVar3 = 3" identifier = number_literal) ;) (expression_statement "iVar1 = strcasecmp(param_1,"i386");" (assignment_expression "iVar1 = strcasecmp(param_1,"i386")" identifier = (call_expression "strcasecmp(param_1,"i386")" identifier (argument_list "(param_1,"i386")" ( identifier , (string_literal ""i386"" " string_content ") )))) ;) (if_statement "if (iVar1 != 0) {\n iVar3 = 6;\n iVar1 = strcasecmp(param_1,"iamcu");\n if (iVar1 != 0) {\n iVar3 = 0xb4;\n iVar1 = strcasecmp(param_1,"l1om");\n if (iVar1 != 0) {\n iVar3 = 0xb5;\n iVar1 = strcasecmp(param_1,"k1om");\n if (iVar1 != 0) {\n iVar3 = 0x3e;\n iVar1 = strcasecmp(param_1,"x86_64");\n if (iVar1 != 0) {\n iVar1 = strcasecmp(param_1,"x86-64");\n if (iVar1 != 0) {\n iVar3 = strcasecmp(param_1,"none");\n if (iVar3 != 0) {\n iVar3 = -1;\n uVar2 = dcgettext(0,"Unknown machine type: %s\n",5);\n error(uVar2,param_1);\n }\n }\n }\n }\n }\n }\n }" if (parenthesized_expression "(iVar1 != 0)" ( (binary_expression "iVar1 != 0" identifier != number_literal) )) (compound_statement "{\n iVar3 = 6;\n iVar1 = strcasecmp(param_1,"iamcu");\n if (iVar1 != 0) {\n iVar3 = 0xb4;\n iVar1 = strcasecmp(param_1,"l1om");\n if (iVar1 != 0) {\n iVar3 = 0xb5;\n iVar1 = strcasecmp(param_1,"k1om");\n if (iVar1 != 0) {\n iVar3 = 0x3e;\n iVar1 = strcasecmp(param_1,"x86_64");\n if (iVar1 != 0) {\n iVar1 = strcasecmp(param_1,"x86-64");\n if (iVar1 != 0) {\n iVar3 = strcasecmp(param_1,"none");\n if (iVar3 != 0) {\n iVar3 = -1;\n uVar2 = dcgettext(0,"Unknown machine type: %s\n",5);\n error(uVar2,param_1);\n }\n }\n }\n }\n }\n }\n }" { (expression_statement "iVar3 = 6;" (assignment_expression "iVar3 = 6" identifier = number_literal) ;) (expression_statement "iVar1 = strcasecmp(param_1,"iamcu");" (assignment_expression "iVar1 = strcasecmp(param_1,"iamcu")" identifier = (call_expression "strcasecmp(param_1,"iamcu")" identifier (argument_list "(param_1,"iamcu")" ( identifier , (string_literal ""iamcu"" " string_content ") )))) ;) (if_statement "if (iVar1 != 0) {\n iVar3 = 0xb4;\n iVar1 = strcasecmp(param_1,"l1om");\n if (iVar1 != 0) {\n iVar3 = 0xb5;\n iVar1 = strcasecmp(param_1,"k1om");\n if (iVar1 != 0) {\n iVar3 = 0x3e;\n iVar1 = strcasecmp(param_1,"x86_64");\n if (iVar1 != 0) {\n iVar1 = strcasecmp(param_1,"x86-64");\n if (iVar1 != 0) {\n iVar3 = strcasecmp(param_1,"none");\n if (iVar3 != 0) {\n iVar3 = -1;\n uVar2 = dcgettext(0,"Unknown machine type: %s\n",5);\n error(uVar2,param_1);\n }\n }\n }\n }\n }\n }" if (parenthesized_expression "(iVar1 != 0)" ( (binary_expression "iVar1 != 0" identifier != number_literal) )) (compound_statement "{\n iVar3 = 0xb4;\n iVar1 = strcasecmp(param_1,"l1om");\n if (iVar1 != 0) {\n iVar3 = 0xb5;\n iVar1 = strcasecmp(param_1,"k1om");\n if (iVar1 != 0) {\n iVar3 = 0x3e;\n iVar1 = strcasecmp(param_1,"x86_64");\n if (iVar1 != 0) {\n iVar1 = strcasecmp(param_1,"x86-64");\n if (iVar1 != 0) {\n iVar3 = strcasecmp(param_1,"none");\n if (iVar3 != 0) {\n iVar3 = -1;\n uVar2 = dcgettext(0,"Unknown machine type: %s\n",5);\n error(uVar2,param_1);\n }\n }\n }\n }\n }\n }" { (expression_statement "iVar3 = 0xb4;" (assignment_expression "iVar3 = 0xb4" identifier = number_literal) ;) (expression_statement "iVar1 = strcasecmp(param_1,"l1om");" (assignment_expression "iVar1 = strcasecmp(param_1,"l1om")" identifier = (call_expression "strcasecmp(param_1,"l1om")" identifier (argument_list "(param_1,"l1om")" ( identifier , (string_literal ""l1om"" " string_content ") )))) ;) (if_statement "if (iVar1 != 0) {\n iVar3 = 0xb5;\n iVar1 = strcasecmp(param_1,"k1om");\n if (iVar1 != 0) {\n iVar3 = 0x3e;\n iVar1 = strcasecmp(param_1,"x86_64");\n if (iVar1 != 0) {\n iVar1 = strcasecmp(param_1,"x86-64");\n if (iVar1 != 0) {\n iVar3 = strcasecmp(param_1,"none");\n if (iVar3 != 0) {\n iVar3 = -1;\n uVar2 = dcgettext(0,"Unknown machine type: %s\n",5);\n error(uVar2,param_1);\n }\n }\n }\n }\n }" if (parenthesized_expression "(iVar1 != 0)" ( (binary_expression "iVar1 != 0" identifier != number_literal) )) (compound_statement "{\n iVar3 = 0xb5;\n iVar1 = strcasecmp(param_1,"k1om");\n if (iVar1 != 0) {\n iVar3 = 0x3e;\n iVar1 = strcasecmp(param_1,"x86_64");\n if (iVar1 != 0) {\n iVar1 = strcasecmp(param_1,"x86-64");\n if (iVar1 != 0) {\n iVar3 = strcasecmp(param_1,"none");\n if (iVar3 != 0) {\n iVar3 = -1;\n uVar2 = dcgettext(0,"Unknown machine type: %s\n",5);\n error(uVar2,param_1);\n }\n }\n }\n }\n }" { (expression_statement "iVar3 = 0xb5;" (assignment_expression "iVar3 = 0xb5" identifier = number_literal) ;) (expression_statement "iVar1 = strcasecmp(param_1,"k1om");" (assignment_expression "iVar1 = strcasecmp(param_1,"k1om")" identifier = (call_expression "strcasecmp(param_1,"k1om")" identifier (argument_list "(param_1,"k1om")" ( identifier , (string_literal ""k1om"" " string_content ") )))) ;) (if_statement "if (iVar1 != 0) {\n iVar3 = 0x3e;\n iVar1 = strcasecmp(param_1,"x86_64");\n if (iVar1 != 0) {\n iVar1 = strcasecmp(param_1,"x86-64");\n if (iVar1 != 0) {\n iVar3 = strcasecmp(param_1,"none");\n if (iVar3 != 0) {\n iVar3 = -1;\n uVar2 = dcgettext(0,"Unknown machine type: %s\n",5);\n error(uVar2,param_1);\n }\n }\n }\n }" if (parenthesized_expression "(iVar1 != 0)" ( (binary_expression "iVar1 != 0" identifier != number_literal) )) (compound_statement "{\n iVar3 = 0x3e;\n iVar1 = strcasecmp(param_1,"x86_64");\n if (iVar1 != 0) {\n iVar1 = strcasecmp(param_1,"x86-64");\n if (iVar1 != 0) {\n iVar3 = strcasecmp(param_1,"none");\n if (iVar3 != 0) {\n iVar3 = -1;\n uVar2 = dcgettext(0,"Unknown machine type: %s\n",5);\n error(uVar2,param_1);\n }\n }\n }\n }" { (expression_statement "iVar3 = 0x3e;" (assignment_expression "iVar3 = 0x3e" identifier = number_literal) ;) (expression_statement "iVar1 = strcasecmp(param_1,"x86_64");" (assignment_expression "iVar1 = strcasecmp(param_1,"x86_64")" identifier = (call_expression "strcasecmp(param_1,"x86_64")" identifier (argument_list "(param_1,"x86_64")" ( identifier , (string_literal ""x86_64"" " string_content ") )))) ;) (if_statement "if (iVar1 != 0) {\n iVar1 = strcasecmp(param_1,"x86-64");\n if (iVar1 != 0) {\n iVar3 = strcasecmp(param_1,"none");\n if (iVar3 != 0) {\n iVar3 = -1;\n uVar2 = dcgettext(0,"Unknown machine type: %s\n",5);\n error(uVar2,param_1);\n }\n }\n }" if (parenthesized_expression "(iVar1 != 0)" ( (binary_expression "iVar1 != 0" identifier != number_literal) )) (compound_statement "{\n iVar1 = strcasecmp(param_1,"x86-64");\n if (iVar1 != 0) {\n iVar3 = strcasecmp(param_1,"none");\n if (iVar3 != 0) {\n iVar3 = -1;\n uVar2 = dcgettext(0,"Unknown machine type: %s\n",5);\n error(uVar2,param_1);\n }\n }\n }" { (expression_statement "iVar1 = strcasecmp(param_1,"x86-64");" (assignment_expression "iVar1 = strcasecmp(param_1,"x86-64")" identifier = (call_expression "strcasecmp(param_1,"x86-64")" identifier (argument_list "(param_1,"x86-64")" ( identifier , (string_literal ""x86-64"" " string_content ") )))) ;) (if_statement "if (iVar1 != 0) {\n iVar3 = strcasecmp(param_1,"none");\n if (iVar3 != 0) {\n iVar3 = -1;\n uVar2 = dcgettext(0,"Unknown machine type: %s\n",5);\n error(uVar2,param_1);\n }\n }" if (parenthesized_expression "(iVar1 != 0)" ( (binary_expression "iVar1 != 0" identifier != number_literal) )) (compound_statement "{\n iVar3 = strcasecmp(param_1,"none");\n if (iVar3 != 0) {\n iVar3 = -1;\n uVar2 = dcgettext(0,"Unknown machine type: %s\n",5);\n error(uVar2,param_1);\n }\n }" { (expression_statement "iVar3 = strcasecmp(param_1,"none");" (assignment_expression "iVar3 = strcasecmp(param_1,"none")" identifier = (call_expression "strcasecmp(param_1,"none")" identifier (argument_list "(param_1,"none")" ( identifier , (string_literal ""none"" " string_content ") )))) ;) (if_statement "if (iVar3 != 0) {\n iVar3 = -1;\n uVar2 = dcgettext(0,"Unknown machine type: %s\n",5);\n error(uVar2,param_1);\n }" if (parenthesized_expression "(iVar3 != 0)" ( (binary_expression "iVar3 != 0" identifier != number_literal) )) (compound_statement "{\n iVar3 = -1;\n uVar2 = dcgettext(0,"Unknown machine type: %s\n",5);\n error(uVar2,param_1);\n }" { (expression_statement "iVar3 = -1;" (assignment_expression "iVar3 = -1" identifier = number_literal) ;) (expression_statement "uVar2 = dcgettext(0,"Unknown machine type: %s\n",5);" (assignment_expression "uVar2 = dcgettext(0,"Unknown machine type: %s\n",5)" identifier = (call_expression "dcgettext(0,"Unknown machine type: %s\n",5)" identifier (argument_list "(0,"Unknown machine type: %s\n",5)" ( number_literal , (string_literal ""Unknown machine type: %s\n"" " string_content escape_sequence ") , number_literal )))) ;) (expression_statement "error(uVar2,param_1);" (call_expression "error(uVar2,param_1)" identifier (argument_list "(uVar2,param_1)" ( identifier , identifier ))) ;) })) })) })) })) })) })) })) (return_statement "return iVar3;" return identifier ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nint __regparm3 elf_machine(char *mach)\n\n{\n int iVar1;\n char *message;\n int iVar2;\n \n iVar2 = 3;\n iVar1 = strcasecmp(mach,"i386");\n if (iVar1 != 0) {\n iVar2 = 6;\n iVar1 = strcasecmp(mach,"iamcu");\n if (iVar1 != 0) {\n iVar2 = 0xb4;\n iVar1 = strcasecmp(mach,"l1om");\n if (iVar1 != 0) {\n iVar2 = 0xb5;\n iVar1 = strcasecmp(mach,"k1om");\n if (iVar1 != 0) {\n iVar2 = 0x3e;\n iVar1 = strcasecmp(mach,"x86_64");\n if (iVar1 != 0) {\n iVar1 = strcasecmp(mach,"x86-64");\n if (iVar1 != 0) {\n iVar2 = strcasecmp(mach,"none");\n if (iVar2 != 0) {\n iVar2 = -1;\n message = (char *)dcgettext(0,"Unknown machine type: %s\n",5);\n error(message,mach);\n }\n }\n }\n }\n }\n }\n }\n return iVar2;\n}\n\n" comment (function_definition "int __regparm3 elf_machine(char *mach)\n\n{\n int iVar1;\n char *message;\n int iVar2;\n \n iVar2 = 3;\n iVar1 = strcasecmp(mach,"i386");\n if (iVar1 != 0) {\n iVar2 = 6;\n iVar1 = strcasecmp(mach,"iamcu");\n if (iVar1 != 0) {\n iVar2 = 0xb4;\n iVar1 = strcasecmp(mach,"l1om");\n if (iVar1 != 0) {\n iVar2 = 0xb5;\n iVar1 = strcasecmp(mach,"k1om");\n if (iVar1 != 0) {\n iVar2 = 0x3e;\n iVar1 = strcasecmp(mach,"x86_64");\n if (iVar1 != 0) {\n iVar1 = strcasecmp(mach,"x86-64");\n if (iVar1 != 0) {\n iVar2 = strcasecmp(mach,"none");\n if (iVar2 != 0) {\n iVar2 = -1;\n message = (char *)dcgettext(0,"Unknown machine type: %s\n",5);\n error(message,mach);\n }\n }\n }\n }\n }\n }\n }\n return iVar2;\n}" primitive_type (ERROR "__regparm3" identifier) (function_declarator "elf_machine(char *mach)" identifier (parameter_list "(char *mach)" ( (parameter_declaration "char *mach" primitive_type (pointer_declarator "*mach" * identifier)) ))) (compound_statement "{\n int iVar1;\n char *message;\n int iVar2;\n \n iVar2 = 3;\n iVar1 = strcasecmp(mach,"i386");\n if (iVar1 != 0) {\n iVar2 = 6;\n iVar1 = strcasecmp(mach,"iamcu");\n if (iVar1 != 0) {\n iVar2 = 0xb4;\n iVar1 = strcasecmp(mach,"l1om");\n if (iVar1 != 0) {\n iVar2 = 0xb5;\n iVar1 = strcasecmp(mach,"k1om");\n if (iVar1 != 0) {\n iVar2 = 0x3e;\n iVar1 = strcasecmp(mach,"x86_64");\n if (iVar1 != 0) {\n iVar1 = strcasecmp(mach,"x86-64");\n if (iVar1 != 0) {\n iVar2 = strcasecmp(mach,"none");\n if (iVar2 != 0) {\n iVar2 = -1;\n message = (char *)dcgettext(0,"Unknown machine type: %s\n",5);\n error(message,mach);\n }\n }\n }\n }\n }\n }\n }\n return iVar2;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "char *message;" primitive_type (pointer_declarator "*message" * identifier) ;) (declaration "int iVar2;" primitive_type identifier ;) (expression_statement "iVar2 = 3;" (assignment_expression "iVar2 = 3" identifier = number_literal) ;) (expression_statement "iVar1 = strcasecmp(mach,"i386");" (assignment_expression "iVar1 = strcasecmp(mach,"i386")" identifier = (call_expression "strcasecmp(mach,"i386")" identifier (argument_list "(mach,"i386")" ( identifier , (string_literal ""i386"" " string_content ") )))) ;) (if_statement "if (iVar1 != 0) {\n iVar2 = 6;\n iVar1 = strcasecmp(mach,"iamcu");\n if (iVar1 != 0) {\n iVar2 = 0xb4;\n iVar1 = strcasecmp(mach,"l1om");\n if (iVar1 != 0) {\n iVar2 = 0xb5;\n iVar1 = strcasecmp(mach,"k1om");\n if (iVar1 != 0) {\n iVar2 = 0x3e;\n iVar1 = strcasecmp(mach,"x86_64");\n if (iVar1 != 0) {\n iVar1 = strcasecmp(mach,"x86-64");\n if (iVar1 != 0) {\n iVar2 = strcasecmp(mach,"none");\n if (iVar2 != 0) {\n iVar2 = -1;\n message = (char *)dcgettext(0,"Unknown machine type: %s\n",5);\n error(message,mach);\n }\n }\n }\n }\n }\n }\n }" if (parenthesized_expression "(iVar1 != 0)" ( (binary_expression "iVar1 != 0" identifier != number_literal) )) (compound_statement "{\n iVar2 = 6;\n iVar1 = strcasecmp(mach,"iamcu");\n if (iVar1 != 0) {\n iVar2 = 0xb4;\n iVar1 = strcasecmp(mach,"l1om");\n if (iVar1 != 0) {\n iVar2 = 0xb5;\n iVar1 = strcasecmp(mach,"k1om");\n if (iVar1 != 0) {\n iVar2 = 0x3e;\n iVar1 = strcasecmp(mach,"x86_64");\n if (iVar1 != 0) {\n iVar1 = strcasecmp(mach,"x86-64");\n if (iVar1 != 0) {\n iVar2 = strcasecmp(mach,"none");\n if (iVar2 != 0) {\n iVar2 = -1;\n message = (char *)dcgettext(0,"Unknown machine type: %s\n",5);\n error(message,mach);\n }\n }\n }\n }\n }\n }\n }" { (expression_statement "iVar2 = 6;" (assignment_expression "iVar2 = 6" identifier = number_literal) ;) (expression_statement "iVar1 = strcasecmp(mach,"iamcu");" (assignment_expression "iVar1 = strcasecmp(mach,"iamcu")" identifier = (call_expression "strcasecmp(mach,"iamcu")" identifier (argument_list "(mach,"iamcu")" ( identifier , (string_literal ""iamcu"" " string_content ") )))) ;) (if_statement "if (iVar1 != 0) {\n iVar2 = 0xb4;\n iVar1 = strcasecmp(mach,"l1om");\n if (iVar1 != 0) {\n iVar2 = 0xb5;\n iVar1 = strcasecmp(mach,"k1om");\n if (iVar1 != 0) {\n iVar2 = 0x3e;\n iVar1 = strcasecmp(mach,"x86_64");\n if (iVar1 != 0) {\n iVar1 = strcasecmp(mach,"x86-64");\n if (iVar1 != 0) {\n iVar2 = strcasecmp(mach,"none");\n if (iVar2 != 0) {\n iVar2 = -1;\n message = (char *)dcgettext(0,"Unknown machine type: %s\n",5);\n error(message,mach);\n }\n }\n }\n }\n }\n }" if (parenthesized_expression "(iVar1 != 0)" ( (binary_expression "iVar1 != 0" identifier != number_literal) )) (compound_statement "{\n iVar2 = 0xb4;\n iVar1 = strcasecmp(mach,"l1om");\n if (iVar1 != 0) {\n iVar2 = 0xb5;\n iVar1 = strcasecmp(mach,"k1om");\n if (iVar1 != 0) {\n iVar2 = 0x3e;\n iVar1 = strcasecmp(mach,"x86_64");\n if (iVar1 != 0) {\n iVar1 = strcasecmp(mach,"x86-64");\n if (iVar1 != 0) {\n iVar2 = strcasecmp(mach,"none");\n if (iVar2 != 0) {\n iVar2 = -1;\n message = (char *)dcgettext(0,"Unknown machine type: %s\n",5);\n error(message,mach);\n }\n }\n }\n }\n }\n }" { (expression_statement "iVar2 = 0xb4;" (assignment_expression "iVar2 = 0xb4" identifier = number_literal) ;) (expression_statement "iVar1 = strcasecmp(mach,"l1om");" (assignment_expression "iVar1 = strcasecmp(mach,"l1om")" identifier = (call_expression "strcasecmp(mach,"l1om")" identifier (argument_list "(mach,"l1om")" ( identifier , (string_literal ""l1om"" " string_content ") )))) ;) (if_statement "if (iVar1 != 0) {\n iVar2 = 0xb5;\n iVar1 = strcasecmp(mach,"k1om");\n if (iVar1 != 0) {\n iVar2 = 0x3e;\n iVar1 = strcasecmp(mach,"x86_64");\n if (iVar1 != 0) {\n iVar1 = strcasecmp(mach,"x86-64");\n if (iVar1 != 0) {\n iVar2 = strcasecmp(mach,"none");\n if (iVar2 != 0) {\n iVar2 = -1;\n message = (char *)dcgettext(0,"Unknown machine type: %s\n",5);\n error(message,mach);\n }\n }\n }\n }\n }" if (parenthesized_expression "(iVar1 != 0)" ( (binary_expression "iVar1 != 0" identifier != number_literal) )) (compound_statement "{\n iVar2 = 0xb5;\n iVar1 = strcasecmp(mach,"k1om");\n if (iVar1 != 0) {\n iVar2 = 0x3e;\n iVar1 = strcasecmp(mach,"x86_64");\n if (iVar1 != 0) {\n iVar1 = strcasecmp(mach,"x86-64");\n if (iVar1 != 0) {\n iVar2 = strcasecmp(mach,"none");\n if (iVar2 != 0) {\n iVar2 = -1;\n message = (char *)dcgettext(0,"Unknown machine type: %s\n",5);\n error(message,mach);\n }\n }\n }\n }\n }" { (expression_statement "iVar2 = 0xb5;" (assignment_expression "iVar2 = 0xb5" identifier = number_literal) ;) (expression_statement "iVar1 = strcasecmp(mach,"k1om");" (assignment_expression "iVar1 = strcasecmp(mach,"k1om")" identifier = (call_expression "strcasecmp(mach,"k1om")" identifier (argument_list "(mach,"k1om")" ( identifier , (string_literal ""k1om"" " string_content ") )))) ;) (if_statement "if (iVar1 != 0) {\n iVar2 = 0x3e;\n iVar1 = strcasecmp(mach,"x86_64");\n if (iVar1 != 0) {\n iVar1 = strcasecmp(mach,"x86-64");\n if (iVar1 != 0) {\n iVar2 = strcasecmp(mach,"none");\n if (iVar2 != 0) {\n iVar2 = -1;\n message = (char *)dcgettext(0,"Unknown machine type: %s\n",5);\n error(message,mach);\n }\n }\n }\n }" if (parenthesized_expression "(iVar1 != 0)" ( (binary_expression "iVar1 != 0" identifier != number_literal) )) (compound_statement "{\n iVar2 = 0x3e;\n iVar1 = strcasecmp(mach,"x86_64");\n if (iVar1 != 0) {\n iVar1 = strcasecmp(mach,"x86-64");\n if (iVar1 != 0) {\n iVar2 = strcasecmp(mach,"none");\n if (iVar2 != 0) {\n iVar2 = -1;\n message = (char *)dcgettext(0,"Unknown machine type: %s\n",5);\n error(message,mach);\n }\n }\n }\n }" { (expression_statement "iVar2 = 0x3e;" (assignment_expression "iVar2 = 0x3e" identifier = number_literal) ;) (expression_statement "iVar1 = strcasecmp(mach,"x86_64");" (assignment_expression "iVar1 = strcasecmp(mach,"x86_64")" identifier = (call_expression "strcasecmp(mach,"x86_64")" identifier (argument_list "(mach,"x86_64")" ( identifier , (string_literal ""x86_64"" " string_content ") )))) ;) (if_statement "if (iVar1 != 0) {\n iVar1 = strcasecmp(mach,"x86-64");\n if (iVar1 != 0) {\n iVar2 = strcasecmp(mach,"none");\n if (iVar2 != 0) {\n iVar2 = -1;\n message = (char *)dcgettext(0,"Unknown machine type: %s\n",5);\n error(message,mach);\n }\n }\n }" if (parenthesized_expression "(iVar1 != 0)" ( (binary_expression "iVar1 != 0" identifier != number_literal) )) (compound_statement "{\n iVar1 = strcasecmp(mach,"x86-64");\n if (iVar1 != 0) {\n iVar2 = strcasecmp(mach,"none");\n if (iVar2 != 0) {\n iVar2 = -1;\n message = (char *)dcgettext(0,"Unknown machine type: %s\n",5);\n error(message,mach);\n }\n }\n }" { (expression_statement "iVar1 = strcasecmp(mach,"x86-64");" (assignment_expression "iVar1 = strcasecmp(mach,"x86-64")" identifier = (call_expression "strcasecmp(mach,"x86-64")" identifier (argument_list "(mach,"x86-64")" ( identifier , (string_literal ""x86-64"" " string_content ") )))) ;) (if_statement "if (iVar1 != 0) {\n iVar2 = strcasecmp(mach,"none");\n if (iVar2 != 0) {\n iVar2 = -1;\n message = (char *)dcgettext(0,"Unknown machine type: %s\n",5);\n error(message,mach);\n }\n }" if (parenthesized_expression "(iVar1 != 0)" ( (binary_expression "iVar1 != 0" identifier != number_literal) )) (compound_statement "{\n iVar2 = strcasecmp(mach,"none");\n if (iVar2 != 0) {\n iVar2 = -1;\n message = (char *)dcgettext(0,"Unknown machine type: %s\n",5);\n error(message,mach);\n }\n }" { (expression_statement "iVar2 = strcasecmp(mach,"none");" (assignment_expression "iVar2 = strcasecmp(mach,"none")" identifier = (call_expression "strcasecmp(mach,"none")" identifier (argument_list "(mach,"none")" ( identifier , (string_literal ""none"" " string_content ") )))) ;) (if_statement "if (iVar2 != 0) {\n iVar2 = -1;\n message = (char *)dcgettext(0,"Unknown machine type: %s\n",5);\n error(message,mach);\n }" if (parenthesized_expression "(iVar2 != 0)" ( (binary_expression "iVar2 != 0" identifier != number_literal) )) (compound_statement "{\n iVar2 = -1;\n message = (char *)dcgettext(0,"Unknown machine type: %s\n",5);\n error(message,mach);\n }" { (expression_statement "iVar2 = -1;" (assignment_expression "iVar2 = -1" identifier = number_literal) ;) (expression_statement "message = (char *)dcgettext(0,"Unknown machine type: %s\n",5);" (assignment_expression "message = (char *)dcgettext(0,"Unknown machine type: %s\n",5)" identifier = (cast_expression "(char *)dcgettext(0,"Unknown machine type: %s\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"Unknown machine type: %s\n",5)" identifier (argument_list "(0,"Unknown machine type: %s\n",5)" ( number_literal , (string_literal ""Unknown machine type: %s\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "error(message,mach);" (call_expression "error(message,mach)" identifier (argument_list "(message,mach)" ( identifier , identifier ))) ;) })) })) })) })) })) })) })) (return_statement "return iVar2;" return identifier ;) })))
(translation_unit "int __regparm3 FUN_000119d0(char *param_1)\n\n{\n int iVar1;\n undefined4 uVar2;\n int iVar3;\n \n iVar3 = 3;\n iVar1 = strcasecmp(param_1,"i386");\n if (iVar1 != 0) {\n iVar3 = 6;\n iVar1 = strcasecmp(param_1,"iamcu");\n if (iVar1 != 0) {\n iVar3 = 0xb4;\n iVar1 = strcasecmp(param_1,"l1om");\n if (iVar1 != 0) {\n iVar3 = 0xb5;\n iVar1 = strcasecmp(param_1,"k1om");\n if (iVar1 != 0) {\n iVar3 = 0x3e;\n iVar1 = strcasecmp(param_1,"x86_64");\n if (iVar1 != 0) {\n iVar1 = strcasecmp(param_1,"x86-64");\n if (iVar1 != 0) {\n iVar3 = strcasecmp(param_1,"none");\n if (iVar3 != 0) {\n iVar3 = -1;\n uVar2 = dcgettext(0,"Unknown machine type: %s\n",5);\n error(uVar2,param_1);\n }\n }\n }\n }\n }\n }\n }\n return iVar3;\n}\n\n" (function_definition "int __regparm3 FUN_000119d0(char *param_1)\n\n{\n int iVar1;\n undefined4 uVar2;\n int iVar3;\n \n iVar3 = 3;\n iVar1 = strcasecmp(param_1,"i386");\n if (iVar1 != 0) {\n iVar3 = 6;\n iVar1 = strcasecmp(param_1,"iamcu");\n if (iVar1 != 0) {\n iVar3 = 0xb4;\n iVar1 = strcasecmp(param_1,"l1om");\n if (iVar1 != 0) {\n iVar3 = 0xb5;\n iVar1 = strcasecmp(param_1,"k1om");\n if (iVar1 != 0) {\n iVar3 = 0x3e;\n iVar1 = strcasecmp(param_1,"x86_64");\n if (iVar1 != 0) {\n iVar1 = strcasecmp(param_1,"x86-64");\n if (iVar1 != 0) {\n iVar3 = strcasecmp(param_1,"none");\n if (iVar3 != 0) {\n iVar3 = -1;\n uVar2 = dcgettext(0,"Unknown machine type: %s\n",5);\n error(uVar2,param_1);\n }\n }\n }\n }\n }\n }\n }\n return iVar3;\n}" primitive_type (ERROR "__regparm3" identifier) (function_declarator "FUN_000119d0(char *param_1)" identifier (parameter_list "(char *param_1)" ( (parameter_declaration "char *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n int iVar1;\n undefined4 uVar2;\n int iVar3;\n \n iVar3 = 3;\n iVar1 = strcasecmp(param_1,"i386");\n if (iVar1 != 0) {\n iVar3 = 6;\n iVar1 = strcasecmp(param_1,"iamcu");\n if (iVar1 != 0) {\n iVar3 = 0xb4;\n iVar1 = strcasecmp(param_1,"l1om");\n if (iVar1 != 0) {\n iVar3 = 0xb5;\n iVar1 = strcasecmp(param_1,"k1om");\n if (iVar1 != 0) {\n iVar3 = 0x3e;\n iVar1 = strcasecmp(param_1,"x86_64");\n if (iVar1 != 0) {\n iVar1 = strcasecmp(param_1,"x86-64");\n if (iVar1 != 0) {\n iVar3 = strcasecmp(param_1,"none");\n if (iVar3 != 0) {\n iVar3 = -1;\n uVar2 = dcgettext(0,"Unknown machine type: %s\n",5);\n error(uVar2,param_1);\n }\n }\n }\n }\n }\n }\n }\n return iVar3;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "undefined4 uVar2;" type_identifier identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (expression_statement "iVar3 = 3;" (assignment_expression "iVar3 = 3" identifier = number_literal) ;) (expression_statement "iVar1 = strcasecmp(param_1,"i386");" (assignment_expression "iVar1 = strcasecmp(param_1,"i386")" identifier = (call_expression "strcasecmp(param_1,"i386")" identifier (argument_list "(param_1,"i386")" ( identifier , (string_literal ""i386"" " string_content ") )))) ;) (if_statement "if (iVar1 != 0) {\n iVar3 = 6;\n iVar1 = strcasecmp(param_1,"iamcu");\n if (iVar1 != 0) {\n iVar3 = 0xb4;\n iVar1 = strcasecmp(param_1,"l1om");\n if (iVar1 != 0) {\n iVar3 = 0xb5;\n iVar1 = strcasecmp(param_1,"k1om");\n if (iVar1 != 0) {\n iVar3 = 0x3e;\n iVar1 = strcasecmp(param_1,"x86_64");\n if (iVar1 != 0) {\n iVar1 = strcasecmp(param_1,"x86-64");\n if (iVar1 != 0) {\n iVar3 = strcasecmp(param_1,"none");\n if (iVar3 != 0) {\n iVar3 = -1;\n uVar2 = dcgettext(0,"Unknown machine type: %s\n",5);\n error(uVar2,param_1);\n }\n }\n }\n }\n }\n }\n }" if (parenthesized_expression "(iVar1 != 0)" ( (binary_expression "iVar1 != 0" identifier != number_literal) )) (compound_statement "{\n iVar3 = 6;\n iVar1 = strcasecmp(param_1,"iamcu");\n if (iVar1 != 0) {\n iVar3 = 0xb4;\n iVar1 = strcasecmp(param_1,"l1om");\n if (iVar1 != 0) {\n iVar3 = 0xb5;\n iVar1 = strcasecmp(param_1,"k1om");\n if (iVar1 != 0) {\n iVar3 = 0x3e;\n iVar1 = strcasecmp(param_1,"x86_64");\n if (iVar1 != 0) {\n iVar1 = strcasecmp(param_1,"x86-64");\n if (iVar1 != 0) {\n iVar3 = strcasecmp(param_1,"none");\n if (iVar3 != 0) {\n iVar3 = -1;\n uVar2 = dcgettext(0,"Unknown machine type: %s\n",5);\n error(uVar2,param_1);\n }\n }\n }\n }\n }\n }\n }" { (expression_statement "iVar3 = 6;" (assignment_expression "iVar3 = 6" identifier = number_literal) ;) (expression_statement "iVar1 = strcasecmp(param_1,"iamcu");" (assignment_expression "iVar1 = strcasecmp(param_1,"iamcu")" identifier = (call_expression "strcasecmp(param_1,"iamcu")" identifier (argument_list "(param_1,"iamcu")" ( identifier , (string_literal ""iamcu"" " string_content ") )))) ;) (if_statement "if (iVar1 != 0) {\n iVar3 = 0xb4;\n iVar1 = strcasecmp(param_1,"l1om");\n if (iVar1 != 0) {\n iVar3 = 0xb5;\n iVar1 = strcasecmp(param_1,"k1om");\n if (iVar1 != 0) {\n iVar3 = 0x3e;\n iVar1 = strcasecmp(param_1,"x86_64");\n if (iVar1 != 0) {\n iVar1 = strcasecmp(param_1,"x86-64");\n if (iVar1 != 0) {\n iVar3 = strcasecmp(param_1,"none");\n if (iVar3 != 0) {\n iVar3 = -1;\n uVar2 = dcgettext(0,"Unknown machine type: %s\n",5);\n error(uVar2,param_1);\n }\n }\n }\n }\n }\n }" if (parenthesized_expression "(iVar1 != 0)" ( (binary_expression "iVar1 != 0" identifier != number_literal) )) (compound_statement "{\n iVar3 = 0xb4;\n iVar1 = strcasecmp(param_1,"l1om");\n if (iVar1 != 0) {\n iVar3 = 0xb5;\n iVar1 = strcasecmp(param_1,"k1om");\n if (iVar1 != 0) {\n iVar3 = 0x3e;\n iVar1 = strcasecmp(param_1,"x86_64");\n if (iVar1 != 0) {\n iVar1 = strcasecmp(param_1,"x86-64");\n if (iVar1 != 0) {\n iVar3 = strcasecmp(param_1,"none");\n if (iVar3 != 0) {\n iVar3 = -1;\n uVar2 = dcgettext(0,"Unknown machine type: %s\n",5);\n error(uVar2,param_1);\n }\n }\n }\n }\n }\n }" { (expression_statement "iVar3 = 0xb4;" (assignment_expression "iVar3 = 0xb4" identifier = number_literal) ;) (expression_statement "iVar1 = strcasecmp(param_1,"l1om");" (assignment_expression "iVar1 = strcasecmp(param_1,"l1om")" identifier = (call_expression "strcasecmp(param_1,"l1om")" identifier (argument_list "(param_1,"l1om")" ( identifier , (string_literal ""l1om"" " string_content ") )))) ;) (if_statement "if (iVar1 != 0) {\n iVar3 = 0xb5;\n iVar1 = strcasecmp(param_1,"k1om");\n if (iVar1 != 0) {\n iVar3 = 0x3e;\n iVar1 = strcasecmp(param_1,"x86_64");\n if (iVar1 != 0) {\n iVar1 = strcasecmp(param_1,"x86-64");\n if (iVar1 != 0) {\n iVar3 = strcasecmp(param_1,"none");\n if (iVar3 != 0) {\n iVar3 = -1;\n uVar2 = dcgettext(0,"Unknown machine type: %s\n",5);\n error(uVar2,param_1);\n }\n }\n }\n }\n }" if (parenthesized_expression "(iVar1 != 0)" ( (binary_expression "iVar1 != 0" identifier != number_literal) )) (compound_statement "{\n iVar3 = 0xb5;\n iVar1 = strcasecmp(param_1,"k1om");\n if (iVar1 != 0) {\n iVar3 = 0x3e;\n iVar1 = strcasecmp(param_1,"x86_64");\n if (iVar1 != 0) {\n iVar1 = strcasecmp(param_1,"x86-64");\n if (iVar1 != 0) {\n iVar3 = strcasecmp(param_1,"none");\n if (iVar3 != 0) {\n iVar3 = -1;\n uVar2 = dcgettext(0,"Unknown machine type: %s\n",5);\n error(uVar2,param_1);\n }\n }\n }\n }\n }" { (expression_statement "iVar3 = 0xb5;" (assignment_expression "iVar3 = 0xb5" identifier = number_literal) ;) (expression_statement "iVar1 = strcasecmp(param_1,"k1om");" (assignment_expression "iVar1 = strcasecmp(param_1,"k1om")" identifier = (call_expression "strcasecmp(param_1,"k1om")" identifier (argument_list "(param_1,"k1om")" ( identifier , (string_literal ""k1om"" " string_content ") )))) ;) (if_statement "if (iVar1 != 0) {\n iVar3 = 0x3e;\n iVar1 = strcasecmp(param_1,"x86_64");\n if (iVar1 != 0) {\n iVar1 = strcasecmp(param_1,"x86-64");\n if (iVar1 != 0) {\n iVar3 = strcasecmp(param_1,"none");\n if (iVar3 != 0) {\n iVar3 = -1;\n uVar2 = dcgettext(0,"Unknown machine type: %s\n",5);\n error(uVar2,param_1);\n }\n }\n }\n }" if (parenthesized_expression "(iVar1 != 0)" ( (binary_expression "iVar1 != 0" identifier != number_literal) )) (compound_statement "{\n iVar3 = 0x3e;\n iVar1 = strcasecmp(param_1,"x86_64");\n if (iVar1 != 0) {\n iVar1 = strcasecmp(param_1,"x86-64");\n if (iVar1 != 0) {\n iVar3 = strcasecmp(param_1,"none");\n if (iVar3 != 0) {\n iVar3 = -1;\n uVar2 = dcgettext(0,"Unknown machine type: %s\n",5);\n error(uVar2,param_1);\n }\n }\n }\n }" { (expression_statement "iVar3 = 0x3e;" (assignment_expression "iVar3 = 0x3e" identifier = number_literal) ;) (expression_statement "iVar1 = strcasecmp(param_1,"x86_64");" (assignment_expression "iVar1 = strcasecmp(param_1,"x86_64")" identifier = (call_expression "strcasecmp(param_1,"x86_64")" identifier (argument_list "(param_1,"x86_64")" ( identifier , (string_literal ""x86_64"" " string_content ") )))) ;) (if_statement "if (iVar1 != 0) {\n iVar1 = strcasecmp(param_1,"x86-64");\n if (iVar1 != 0) {\n iVar3 = strcasecmp(param_1,"none");\n if (iVar3 != 0) {\n iVar3 = -1;\n uVar2 = dcgettext(0,"Unknown machine type: %s\n",5);\n error(uVar2,param_1);\n }\n }\n }" if (parenthesized_expression "(iVar1 != 0)" ( (binary_expression "iVar1 != 0" identifier != number_literal) )) (compound_statement "{\n iVar1 = strcasecmp(param_1,"x86-64");\n if (iVar1 != 0) {\n iVar3 = strcasecmp(param_1,"none");\n if (iVar3 != 0) {\n iVar3 = -1;\n uVar2 = dcgettext(0,"Unknown machine type: %s\n",5);\n error(uVar2,param_1);\n }\n }\n }" { (expression_statement "iVar1 = strcasecmp(param_1,"x86-64");" (assignment_expression "iVar1 = strcasecmp(param_1,"x86-64")" identifier = (call_expression "strcasecmp(param_1,"x86-64")" identifier (argument_list "(param_1,"x86-64")" ( identifier , (string_literal ""x86-64"" " string_content ") )))) ;) (if_statement "if (iVar1 != 0) {\n iVar3 = strcasecmp(param_1,"none");\n if (iVar3 != 0) {\n iVar3 = -1;\n uVar2 = dcgettext(0,"Unknown machine type: %s\n",5);\n error(uVar2,param_1);\n }\n }" if (parenthesized_expression "(iVar1 != 0)" ( (binary_expression "iVar1 != 0" identifier != number_literal) )) (compound_statement "{\n iVar3 = strcasecmp(param_1,"none");\n if (iVar3 != 0) {\n iVar3 = -1;\n uVar2 = dcgettext(0,"Unknown machine type: %s\n",5);\n error(uVar2,param_1);\n }\n }" { (expression_statement "iVar3 = strcasecmp(param_1,"none");" (assignment_expression "iVar3 = strcasecmp(param_1,"none")" identifier = (call_expression "strcasecmp(param_1,"none")" identifier (argument_list "(param_1,"none")" ( identifier , (string_literal ""none"" " string_content ") )))) ;) (if_statement "if (iVar3 != 0) {\n iVar3 = -1;\n uVar2 = dcgettext(0,"Unknown machine type: %s\n",5);\n error(uVar2,param_1);\n }" if (parenthesized_expression "(iVar3 != 0)" ( (binary_expression "iVar3 != 0" identifier != number_literal) )) (compound_statement "{\n iVar3 = -1;\n uVar2 = dcgettext(0,"Unknown machine type: %s\n",5);\n error(uVar2,param_1);\n }" { (expression_statement "iVar3 = -1;" (assignment_expression "iVar3 = -1" identifier = number_literal) ;) (expression_statement "uVar2 = dcgettext(0,"Unknown machine type: %s\n",5);" (assignment_expression "uVar2 = dcgettext(0,"Unknown machine type: %s\n",5)" identifier = (call_expression "dcgettext(0,"Unknown machine type: %s\n",5)" identifier (argument_list "(0,"Unknown machine type: %s\n",5)" ( number_literal , (string_literal ""Unknown machine type: %s\n"" " string_content escape_sequence ") , number_literal )))) ;) (expression_statement "error(uVar2,param_1);" (call_expression "error(uVar2,param_1)" identifier (argument_list "(uVar2,param_1)" ( identifier , identifier ))) ;) })) })) })) })) })) })) })) (return_statement "return iVar3;" return identifier ;) })))
(translation_unit (function_definition TYPE (ERROR IDENT) (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 IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , (string_literal " string_content ") )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , (string_literal " string_content ") )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , (string_literal " string_content ") )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , (string_literal " string_content ") )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , (string_literal " string_content ") )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , (string_literal " string_content ") )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , (string_literal " string_content ") )))) ;) (if_statement if (parenthesized_expression ( (binary_expression 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 escape_sequence ") , LIT )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) })) })) })) })) })) })) })) (return_statement return IDENT ;) })))
(function_definition "int __regparm3 FUN_000119d0(char *param_1)\n\n{\n int iVar1;\n undefined4 uVar2;\n int iVar3;\n \n iVar3 = 3;\n iVar1 = strcasecmp(param_1,"i386");\n if (iVar1 != 0) {\n iVar3 = 6;\n iVar1 = strcasecmp(param_1,"iamcu");\n if (iVar1 != 0) {\n iVar3 = 0xb4;\n iVar1 = strcasecmp(param_1,"l1om");\n if (iVar1 != 0) {\n iVar3 = 0xb5;\n iVar1 = strcasecmp(param_1,"k1om");\n if (iVar1 != 0) {\n iVar3 = 0x3e;\n iVar1 = strcasecmp(param_1,"x86_64");\n if (iVar1 != 0) {\n iVar1 = strcasecmp(param_1,"x86-64");\n if (iVar1 != 0) {\n iVar3 = strcasecmp(param_1,"none");\n if (iVar3 != 0) {\n iVar3 = -1;\n uVar2 = dcgettext(0,"Unknown machine type: %s\n",5);\n error(uVar2,param_1);\n }\n }\n }\n }\n }\n }\n }\n return iVar3;\n}" (primitive_type "int") (ERROR "__regparm3" (identifier "__regparm3")) (function_declarator "FUN_000119d0(char *param_1)" (identifier "FUN_000119d0") (parameter_list "(char *param_1)" (( "(") (parameter_declaration "char *param_1" (primitive_type "char") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n int iVar1;\n undefined4 uVar2;\n int iVar3;\n \n iVar3 = 3;\n iVar1 = strcasecmp(param_1,"i386");\n if (iVar1 != 0) {\n iVar3 = 6;\n iVar1 = strcasecmp(param_1,"iamcu");\n if (iVar1 != 0) {\n iVar3 = 0xb4;\n iVar1 = strcasecmp(param_1,"l1om");\n if (iVar1 != 0) {\n iVar3 = 0xb5;\n iVar1 = strcasecmp(param_1,"k1om");\n if (iVar1 != 0) {\n iVar3 = 0x3e;\n iVar1 = strcasecmp(param_1,"x86_64");\n if (iVar1 != 0) {\n iVar1 = strcasecmp(param_1,"x86-64");\n if (iVar1 != 0) {\n iVar3 = strcasecmp(param_1,"none");\n if (iVar3 != 0) {\n iVar3 = -1;\n uVar2 = dcgettext(0,"Unknown machine type: %s\n",5);\n error(uVar2,param_1);\n }\n }\n }\n }\n }\n }\n }\n return iVar3;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (declaration "undefined4 uVar2;" (type_identifier "undefined4") (identifier "uVar2") (; ";")) (declaration "int iVar3;" (primitive_type "int") (identifier "iVar3") (; ";")) (expression_statement "iVar3 = 3;" (assignment_expression "iVar3 = 3" (identifier "iVar3") (= "=") (number_literal "3")) (; ";")) (expression_statement "iVar1 = strcasecmp(param_1,"i386");" (assignment_expression "iVar1 = strcasecmp(param_1,"i386")" (identifier "iVar1") (= "=") (call_expression "strcasecmp(param_1,"i386")" (identifier "strcasecmp") (argument_list "(param_1,"i386")" (( "(") (identifier "param_1") (, ",") (string_literal ""i386"" (" """) (string_content "i386") (" """)) () ")")))) (; ";")) (if_statement "if (iVar1 != 0) {\n iVar3 = 6;\n iVar1 = strcasecmp(param_1,"iamcu");\n if (iVar1 != 0) {\n iVar3 = 0xb4;\n iVar1 = strcasecmp(param_1,"l1om");\n if (iVar1 != 0) {\n iVar3 = 0xb5;\n iVar1 = strcasecmp(param_1,"k1om");\n if (iVar1 != 0) {\n iVar3 = 0x3e;\n iVar1 = strcasecmp(param_1,"x86_64");\n if (iVar1 != 0) {\n iVar1 = strcasecmp(param_1,"x86-64");\n if (iVar1 != 0) {\n iVar3 = strcasecmp(param_1,"none");\n if (iVar3 != 0) {\n iVar3 = -1;\n uVar2 = dcgettext(0,"Unknown machine type: %s\n",5);\n error(uVar2,param_1);\n }\n }\n }\n }\n }\n }\n }" (if "if") (parenthesized_expression "(iVar1 != 0)" (( "(") (binary_expression "iVar1 != 0" (identifier "iVar1") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n iVar3 = 6;\n iVar1 = strcasecmp(param_1,"iamcu");\n if (iVar1 != 0) {\n iVar3 = 0xb4;\n iVar1 = strcasecmp(param_1,"l1om");\n if (iVar1 != 0) {\n iVar3 = 0xb5;\n iVar1 = strcasecmp(param_1,"k1om");\n if (iVar1 != 0) {\n iVar3 = 0x3e;\n iVar1 = strcasecmp(param_1,"x86_64");\n if (iVar1 != 0) {\n iVar1 = strcasecmp(param_1,"x86-64");\n if (iVar1 != 0) {\n iVar3 = strcasecmp(param_1,"none");\n if (iVar3 != 0) {\n iVar3 = -1;\n uVar2 = dcgettext(0,"Unknown machine type: %s\n",5);\n error(uVar2,param_1);\n }\n }\n }\n }\n }\n }\n }" ({ "{") (expression_statement "iVar3 = 6;" (assignment_expression "iVar3 = 6" (identifier "iVar3") (= "=") (number_literal "6")) (; ";")) (expression_statement "iVar1 = strcasecmp(param_1,"iamcu");" (assignment_expression "iVar1 = strcasecmp(param_1,"iamcu")" (identifier "iVar1") (= "=") (call_expression "strcasecmp(param_1,"iamcu")" (identifier "strcasecmp") (argument_list "(param_1,"iamcu")" (( "(") (identifier "param_1") (, ",") (string_literal ""iamcu"" (" """) (string_content "iamcu") (" """)) () ")")))) (; ";")) (if_statement "if (iVar1 != 0) {\n iVar3 = 0xb4;\n iVar1 = strcasecmp(param_1,"l1om");\n if (iVar1 != 0) {\n iVar3 = 0xb5;\n iVar1 = strcasecmp(param_1,"k1om");\n if (iVar1 != 0) {\n iVar3 = 0x3e;\n iVar1 = strcasecmp(param_1,"x86_64");\n if (iVar1 != 0) {\n iVar1 = strcasecmp(param_1,"x86-64");\n if (iVar1 != 0) {\n iVar3 = strcasecmp(param_1,"none");\n if (iVar3 != 0) {\n iVar3 = -1;\n uVar2 = dcgettext(0,"Unknown machine type: %s\n",5);\n error(uVar2,param_1);\n }\n }\n }\n }\n }\n }" (if "if") (parenthesized_expression "(iVar1 != 0)" (( "(") (binary_expression "iVar1 != 0" (identifier "iVar1") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n iVar3 = 0xb4;\n iVar1 = strcasecmp(param_1,"l1om");\n if (iVar1 != 0) {\n iVar3 = 0xb5;\n iVar1 = strcasecmp(param_1,"k1om");\n if (iVar1 != 0) {\n iVar3 = 0x3e;\n iVar1 = strcasecmp(param_1,"x86_64");\n if (iVar1 != 0) {\n iVar1 = strcasecmp(param_1,"x86-64");\n if (iVar1 != 0) {\n iVar3 = strcasecmp(param_1,"none");\n if (iVar3 != 0) {\n iVar3 = -1;\n uVar2 = dcgettext(0,"Unknown machine type: %s\n",5);\n error(uVar2,param_1);\n }\n }\n }\n }\n }\n }" ({ "{") (expression_statement "iVar3 = 0xb4;" (assignment_expression "iVar3 = 0xb4" (identifier "iVar3") (= "=") (number_literal "0xb4")) (; ";")) (expression_statement "iVar1 = strcasecmp(param_1,"l1om");" (assignment_expression "iVar1 = strcasecmp(param_1,"l1om")" (identifier "iVar1") (= "=") (call_expression "strcasecmp(param_1,"l1om")" (identifier "strcasecmp") (argument_list "(param_1,"l1om")" (( "(") (identifier "param_1") (, ",") (string_literal ""l1om"" (" """) (string_content "l1om") (" """)) () ")")))) (; ";")) (if_statement "if (iVar1 != 0) {\n iVar3 = 0xb5;\n iVar1 = strcasecmp(param_1,"k1om");\n if (iVar1 != 0) {\n iVar3 = 0x3e;\n iVar1 = strcasecmp(param_1,"x86_64");\n if (iVar1 != 0) {\n iVar1 = strcasecmp(param_1,"x86-64");\n if (iVar1 != 0) {\n iVar3 = strcasecmp(param_1,"none");\n if (iVar3 != 0) {\n iVar3 = -1;\n uVar2 = dcgettext(0,"Unknown machine type: %s\n",5);\n error(uVar2,param_1);\n }\n }\n }\n }\n }" (if "if") (parenthesized_expression "(iVar1 != 0)" (( "(") (binary_expression "iVar1 != 0" (identifier "iVar1") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n iVar3 = 0xb5;\n iVar1 = strcasecmp(param_1,"k1om");\n if (iVar1 != 0) {\n iVar3 = 0x3e;\n iVar1 = strcasecmp(param_1,"x86_64");\n if (iVar1 != 0) {\n iVar1 = strcasecmp(param_1,"x86-64");\n if (iVar1 != 0) {\n iVar3 = strcasecmp(param_1,"none");\n if (iVar3 != 0) {\n iVar3 = -1;\n uVar2 = dcgettext(0,"Unknown machine type: %s\n",5);\n error(uVar2,param_1);\n }\n }\n }\n }\n }" ({ "{") (expression_statement "iVar3 = 0xb5;" (assignment_expression "iVar3 = 0xb5" (identifier "iVar3") (= "=") (number_literal "0xb5")) (; ";")) (expression_statement "iVar1 = strcasecmp(param_1,"k1om");" (assignment_expression "iVar1 = strcasecmp(param_1,"k1om")" (identifier "iVar1") (= "=") (call_expression "strcasecmp(param_1,"k1om")" (identifier "strcasecmp") (argument_list "(param_1,"k1om")" (( "(") (identifier "param_1") (, ",") (string_literal ""k1om"" (" """) (string_content "k1om") (" """)) () ")")))) (; ";")) (if_statement "if (iVar1 != 0) {\n iVar3 = 0x3e;\n iVar1 = strcasecmp(param_1,"x86_64");\n if (iVar1 != 0) {\n iVar1 = strcasecmp(param_1,"x86-64");\n if (iVar1 != 0) {\n iVar3 = strcasecmp(param_1,"none");\n if (iVar3 != 0) {\n iVar3 = -1;\n uVar2 = dcgettext(0,"Unknown machine type: %s\n",5);\n error(uVar2,param_1);\n }\n }\n }\n }" (if "if") (parenthesized_expression "(iVar1 != 0)" (( "(") (binary_expression "iVar1 != 0" (identifier "iVar1") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n iVar3 = 0x3e;\n iVar1 = strcasecmp(param_1,"x86_64");\n if (iVar1 != 0) {\n iVar1 = strcasecmp(param_1,"x86-64");\n if (iVar1 != 0) {\n iVar3 = strcasecmp(param_1,"none");\n if (iVar3 != 0) {\n iVar3 = -1;\n uVar2 = dcgettext(0,"Unknown machine type: %s\n",5);\n error(uVar2,param_1);\n }\n }\n }\n }" ({ "{") (expression_statement "iVar3 = 0x3e;" (assignment_expression "iVar3 = 0x3e" (identifier "iVar3") (= "=") (number_literal "0x3e")) (; ";")) (expression_statement "iVar1 = strcasecmp(param_1,"x86_64");" (assignment_expression "iVar1 = strcasecmp(param_1,"x86_64")" (identifier "iVar1") (= "=") (call_expression "strcasecmp(param_1,"x86_64")" (identifier "strcasecmp") (argument_list "(param_1,"x86_64")" (( "(") (identifier "param_1") (, ",") (string_literal ""x86_64"" (" """) (string_content "x86_64") (" """)) () ")")))) (; ";")) (if_statement "if (iVar1 != 0) {\n iVar1 = strcasecmp(param_1,"x86-64");\n if (iVar1 != 0) {\n iVar3 = strcasecmp(param_1,"none");\n if (iVar3 != 0) {\n iVar3 = -1;\n uVar2 = dcgettext(0,"Unknown machine type: %s\n",5);\n error(uVar2,param_1);\n }\n }\n }" (if "if") (parenthesized_expression "(iVar1 != 0)" (( "(") (binary_expression "iVar1 != 0" (identifier "iVar1") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n iVar1 = strcasecmp(param_1,"x86-64");\n if (iVar1 != 0) {\n iVar3 = strcasecmp(param_1,"none");\n if (iVar3 != 0) {\n iVar3 = -1;\n uVar2 = dcgettext(0,"Unknown machine type: %s\n",5);\n error(uVar2,param_1);\n }\n }\n }" ({ "{") (expression_statement "iVar1 = strcasecmp(param_1,"x86-64");" (assignment_expression "iVar1 = strcasecmp(param_1,"x86-64")" (identifier "iVar1") (= "=") (call_expression "strcasecmp(param_1,"x86-64")" (identifier "strcasecmp") (argument_list "(param_1,"x86-64")" (( "(") (identifier "param_1") (, ",") (string_literal ""x86-64"" (" """) (string_content "x86-64") (" """)) () ")")))) (; ";")) (if_statement "if (iVar1 != 0) {\n iVar3 = strcasecmp(param_1,"none");\n if (iVar3 != 0) {\n iVar3 = -1;\n uVar2 = dcgettext(0,"Unknown machine type: %s\n",5);\n error(uVar2,param_1);\n }\n }" (if "if") (parenthesized_expression "(iVar1 != 0)" (( "(") (binary_expression "iVar1 != 0" (identifier "iVar1") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n iVar3 = strcasecmp(param_1,"none");\n if (iVar3 != 0) {\n iVar3 = -1;\n uVar2 = dcgettext(0,"Unknown machine type: %s\n",5);\n error(uVar2,param_1);\n }\n }" ({ "{") (expression_statement "iVar3 = strcasecmp(param_1,"none");" (assignment_expression "iVar3 = strcasecmp(param_1,"none")" (identifier "iVar3") (= "=") (call_expression "strcasecmp(param_1,"none")" (identifier "strcasecmp") (argument_list "(param_1,"none")" (( "(") (identifier "param_1") (, ",") (string_literal ""none"" (" """) (string_content "none") (" """)) () ")")))) (; ";")) (if_statement "if (iVar3 != 0) {\n iVar3 = -1;\n uVar2 = dcgettext(0,"Unknown machine type: %s\n",5);\n error(uVar2,param_1);\n }" (if "if") (parenthesized_expression "(iVar3 != 0)" (( "(") (binary_expression "iVar3 != 0" (identifier "iVar3") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n iVar3 = -1;\n uVar2 = dcgettext(0,"Unknown machine type: %s\n",5);\n error(uVar2,param_1);\n }" ({ "{") (expression_statement "iVar3 = -1;" (assignment_expression "iVar3 = -1" (identifier "iVar3") (= "=") (number_literal "-1")) (; ";")) (expression_statement "uVar2 = dcgettext(0,"Unknown machine type: %s\n",5);" (assignment_expression "uVar2 = dcgettext(0,"Unknown machine type: %s\n",5)" (identifier "uVar2") (= "=") (call_expression "dcgettext(0,"Unknown machine type: %s\n",5)" (identifier "dcgettext") (argument_list "(0,"Unknown machine type: %s\n",5)" (( "(") (number_literal "0") (, ",") (string_literal ""Unknown machine type: %s\n"" (" """) (string_content "Unknown machine type: %s") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")")))) (; ";")) (expression_statement "error(uVar2,param_1);" (call_expression "error(uVar2,param_1)" (identifier "error") (argument_list "(uVar2,param_1)" (( "(") (identifier "uVar2") (, ",") (identifier "param_1") () ")"))) (; ";")) (} "}"))) (} "}"))) (} "}"))) (} "}"))) (} "}"))) (} "}"))) (} "}"))) (return_statement "return iVar3;" (return "return") (identifier "iVar3") (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ int __regparm3 function_1(char *mach) { int var_2; char *message; int var_3; var_3 = 3; var_2 = var_1(mach,"i386"); if (var_2 != 0) { var_3 = 6; var_2 = var_1(mach,"iamcu"); if (var_2 != 0) { var_3 = 0xb4; var_2 = var_1(mach,"l1om"); if (var_2 != 0) { var_3 = 0xb5; var_2 = var_1(mach,"k1om"); if (var_2 != 0) { var_3 = 0x3e; var_2 = var_1(mach,"x86_64"); if (var_2 != 0) { var_2 = var_1(mach,"x86-64"); if (var_2 != 0) { var_3 = var_1(mach,"none"); if (var_3 != 0) { var_3 = -1; message = (char *)var_4(0,"Unknown machine type: %s\n",5); var_5(message,mach); } } } } } } } return var_3; }
null
(translation_unit (function_definition type: (primitive_type) (ERROR (identifier)) 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: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) 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) (string_literal (string_content)))))) (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: (call_expression function: (identifier) arguments: (argument_list (identifier) (string_literal (string_content)))))) (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: (call_expression function: (identifier) arguments: (argument_list (identifier) (string_literal (string_content)))))) (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: (call_expression function: (identifier) arguments: (argument_list (identifier) (string_literal (string_content)))))) (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: (call_expression function: (identifier) arguments: (argument_list (identifier) (string_literal (string_content)))))) (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) (string_literal (string_content)))))) (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) (string_literal (string_content)))))) (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: (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) (identifier)))))))))))))))))) (return_statement (identifier)))))
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ int __regparm3 MASKED(char *param_1) { int iVar1; undefined4 uVar2; int iVar3; iVar3 = 3; iVar1 = strcasecmp(param_1,"i386"); if (iVar1 != 0) { iVar3 = 6; iVar1 = strcasecmp(param_1,"iamcu"); if (iVar1 != 0) { iVar3 = 0xb4; iVar1 = strcasecmp(param_1,"l1om"); if (iVar1 != 0) { iVar3 = 0xb5; iVar1 = strcasecmp(param_1,"k1om"); if (iVar1 != 0) { iVar3 = 0x3e; iVar1 = strcasecmp(param_1,"x86_64"); if (iVar1 != 0) { iVar1 = strcasecmp(param_1,"x86-64"); if (iVar1 != 0) { iVar3 = strcasecmp(param_1,"none"); if (iVar3 != 0) { iVar3 = -1; uVar2 = dcgettext(0,"Unknown machine type: %s\n",5); error(uVar2,param_1); } } } } } } } return iVar3; }
52_sg_sat_identify_and_sg_sat_identify_strip.c
sg_scsi_normalize_sense
sg_scsi_normalize_sense
/* WARNING: Control flow encountered bad instruction data */ void sg_scsi_normalize_sense(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ void sg_scsi_normalize_sense(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1205964730')]
[('const-1', u'RETURN_-1205964730')]
null
null
0001703c
x86
O2
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid sg_scsi_normalize_sense(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void sg_scsi_normalize_sense(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "sg_scsi_normalize_sense(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 sg_scsi_normalize_sense(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void sg_scsi_normalize_sense(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "sg_scsi_normalize_sense(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 sg_scsi_normalize_sense(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void sg_scsi_normalize_sense(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "sg_scsi_normalize_sense(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 sg_scsi_normalize_sense(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "sg_scsi_normalize_sense(void)" (identifier "sg_scsi_normalize_sense") (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(); }
1049_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c
FUN_000466cb
FUN_000466cb
void __regparm3 FUN_000466cb(undefined4 param_1) { int unaff_EBP; void *unaff_ESI; if (*(void **)(unaff_EBP + -0x34) != unaff_ESI) { *(undefined4 *)(unaff_EBP + -0x60) = param_1; operator_delete(*(void **)(unaff_EBP + -0x34)); param_1 = *(undefined4 *)(unaff_EBP + -0x60); } if (*(void **)(unaff_EBP + -0x4c) != *(void **)(unaff_EBP + -0x5c)) { operator_delete(*(void **)(unaff_EBP + -0x4c)); } /* WARNING: Subroutine does not return */ _Unwind_Resume(param_1); }
void __regparm3 FUN_000466cb(undefined4 param_1) { int unaff_EBP; int unaff_ESI; if (*(int *)(unaff_EBP + -0x34) != unaff_ESI) { *(undefined4 *)(unaff_EBP + -0x60) = param_1; FUN_003ae080(*(int *)(unaff_EBP + -0x34)); param_1 = *(undefined4 *)(unaff_EBP + -0x60); } if (*(int *)(unaff_EBP + -0x4c) != *(int *)(unaff_EBP + -0x5c)) { FUN_003ae080(*(int *)(unaff_EBP + -0x4c)); } /* WARNING: Subroutine does not return */ FUN_004451f0(param_1); }
MOV EDX,dword ptr [EBP + -0x34] CMP EDX,ESI JZ 0x000466e6 SUB ESP,0xc MOV EBX,EDI MOV dword ptr [EBP + -0x60],EAX PUSH EDX CALL 0x003ae080 MOV EAX,dword ptr [EBP + -0x60] ADD ESP,0x10 MOV ESI,EAX JMP 0x000466aa
null
null
null
null
[('const-4294967204', u'INT_ADD_-1206163726'), (u'INT_ADD_-1206163710', u'CAST_-1206163494'), (u'MULTIEQUAL_-1206163547', u'CALL_-1206163660'), (u'INT_ADD_-1206163746', u'CAST_-1206163507'), (u'LOAD_-1206163762', u'INT_NOTEQUAL_-1206163742'), ('tmp_478', u'INT_ADD_-1206163726'), (u'LOAD_-1206163708', u'MULTIEQUAL_-1206163547'), ('tmp_36', u'CBRANCH_-1206163742'), ('const-417', u'LOAD_-1206163708'), ('tmp_478', u'INT_ADD_-1206163692'), ('tmp_478', u'INT_ADD_-1206163732'), ('tmp_482', u'STORE_-1206163724'), (u'CAST_-1206163484', u'LOAD_-1206163708'), ('const-4294967200', u'INT_ADD_-1206163710'), (u'CAST_-1206163507', u'LOAD_-1206163762'), ('const-4294967220', u'INT_ADD_-1206163732'), (u'INT_ADD_-1206163726', u'CAST_-1206163533'), ('tmp_479', u'INT_NOTEQUAL_-1206163742'), (u'LOAD_-1206163748', u'INT_NOTEQUAL_-1206163726'), (u'LOAD_-1206163748', u'CALL_-1206163699'), (u'CAST_-1206163494', u'STORE_-1206163724'), ('const-417', u'LOAD_-1206163762'), ('tmp_478', u'INT_ADD_-1206163746'), ('const-417', u'LOAD_-1206163742'), (u'LOAD_-1206163762', u'CALL_-1206163710'), ('const-417', u'STORE_-1206163724'), (u'INT_NOTEQUAL_-1206163742', u'CBRANCH_-1206163742'), ('const-417', u'LOAD_-1206163748'), (u'CAST_-1206163537', u'LOAD_-1206163748'), (u'LOAD_-1206163742', u'INT_NOTEQUAL_-1206163726'), ('tmp_482', u'MULTIEQUAL_-1206163547'), (u'INT_NOTEQUAL_-1206163726', u'CBRANCH_-1206163725'), ('const-4294967200', u'INT_ADD_-1206163692'), (u'INT_ADD_-1206163732', u'CAST_-1206163537'), (u'INT_ADD_-1206163692', u'CAST_-1206163484'), ('const-1', u'RETURN_-1206163655'), (u'CAST_-1206163533', u'LOAD_-1206163742'), ('tmp_478', u'INT_ADD_-1206163710'), ('const-4294967244', u'INT_ADD_-1206163746'), ('tmp_169', u'CBRANCH_-1206163725')]
[('const-4294967204', u'INT_ADD_-1206163726'), (u'INT_ADD_-1206163710', u'CAST_-1206163494'), (u'MULTIEQUAL_-1206163547', u'CALL_-1206163660'), (u'INT_ADD_-1206163746', u'CAST_-1206163507'), (u'LOAD_-1206163762', u'INT_NOTEQUAL_-1206163742'), ('tmp_478', u'INT_ADD_-1206163726'), (u'LOAD_-1206163708', u'MULTIEQUAL_-1206163547'), ('tmp_36', u'CBRANCH_-1206163742'), ('const-417', u'LOAD_-1206163708'), ('tmp_478', u'INT_ADD_-1206163692'), ('tmp_478', u'INT_ADD_-1206163732'), ('tmp_482', u'STORE_-1206163724'), (u'CAST_-1206163484', u'LOAD_-1206163708'), ('const-4294967200', u'INT_ADD_-1206163710'), (u'CAST_-1206163507', u'LOAD_-1206163762'), ('const-4294967220', u'INT_ADD_-1206163732'), (u'INT_ADD_-1206163726', u'CAST_-1206163533'), ('tmp_479', u'INT_NOTEQUAL_-1206163742'), (u'LOAD_-1206163748', u'INT_NOTEQUAL_-1206163726'), (u'LOAD_-1206163748', u'CALL_-1206163699'), (u'CAST_-1206163494', u'STORE_-1206163724'), ('const-417', u'LOAD_-1206163762'), ('tmp_478', u'INT_ADD_-1206163746'), ('const-417', u'LOAD_-1206163742'), (u'LOAD_-1206163762', u'CALL_-1206163710'), ('const-417', u'STORE_-1206163724'), (u'INT_NOTEQUAL_-1206163742', u'CBRANCH_-1206163742'), ('const-417', u'LOAD_-1206163748'), (u'CAST_-1206163537', u'LOAD_-1206163748'), (u'LOAD_-1206163742', u'INT_NOTEQUAL_-1206163726'), ('tmp_482', u'MULTIEQUAL_-1206163547'), (u'INT_NOTEQUAL_-1206163726', u'CBRANCH_-1206163725'), ('const-4294967200', u'INT_ADD_-1206163692'), (u'INT_ADD_-1206163732', u'CAST_-1206163537'), (u'INT_ADD_-1206163692', u'CAST_-1206163484'), ('const-1', u'RETURN_-1206163655'), (u'CAST_-1206163533', u'LOAD_-1206163742'), ('tmp_478', u'INT_ADD_-1206163710'), ('const-4294967244', u'INT_ADD_-1206163746'), ('tmp_169', u'CBRANCH_-1206163725')]
null
null
000466cb
x86
O2
(translation_unit "void __regparm3 FUN_000466cb(undefined4 param_1)\n\n{\n int unaff_EBP;\n int unaff_ESI;\n \n if (*(int *)(unaff_EBP + -0x34) != unaff_ESI) {\n *(undefined4 *)(unaff_EBP + -0x60) = param_1;\n FUN_003ae080(*(int *)(unaff_EBP + -0x34));\n param_1 = *(undefined4 *)(unaff_EBP + -0x60);\n }\n if (*(int *)(unaff_EBP + -0x4c) != *(int *)(unaff_EBP + -0x5c)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x4c));\n }\n /* WARNING: Subroutine does not return */\n FUN_004451f0(param_1);\n}\n\n" (function_definition "void __regparm3 FUN_000466cb(undefined4 param_1)\n\n{\n int unaff_EBP;\n int unaff_ESI;\n \n if (*(int *)(unaff_EBP + -0x34) != unaff_ESI) {\n *(undefined4 *)(unaff_EBP + -0x60) = param_1;\n FUN_003ae080(*(int *)(unaff_EBP + -0x34));\n param_1 = *(undefined4 *)(unaff_EBP + -0x60);\n }\n if (*(int *)(unaff_EBP + -0x4c) != *(int *)(unaff_EBP + -0x5c)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x4c));\n }\n /* WARNING: Subroutine does not return */\n FUN_004451f0(param_1);\n}" primitive_type (ERROR "__regparm3" identifier) (function_declarator "FUN_000466cb(undefined4 param_1)" identifier (parameter_list "(undefined4 param_1)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) ))) (compound_statement "{\n int unaff_EBP;\n int unaff_ESI;\n \n if (*(int *)(unaff_EBP + -0x34) != unaff_ESI) {\n *(undefined4 *)(unaff_EBP + -0x60) = param_1;\n FUN_003ae080(*(int *)(unaff_EBP + -0x34));\n param_1 = *(undefined4 *)(unaff_EBP + -0x60);\n }\n if (*(int *)(unaff_EBP + -0x4c) != *(int *)(unaff_EBP + -0x5c)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x4c));\n }\n /* WARNING: Subroutine does not return */\n FUN_004451f0(param_1);\n}" { (declaration "int unaff_EBP;" primitive_type identifier ;) (declaration "int unaff_ESI;" primitive_type identifier ;) (if_statement "if (*(int *)(unaff_EBP + -0x34) != unaff_ESI) {\n *(undefined4 *)(unaff_EBP + -0x60) = param_1;\n FUN_003ae080(*(int *)(unaff_EBP + -0x34));\n param_1 = *(undefined4 *)(unaff_EBP + -0x60);\n }" if (parenthesized_expression "(*(int *)(unaff_EBP + -0x34) != unaff_ESI)" ( (binary_expression "*(int *)(unaff_EBP + -0x34) != unaff_ESI" (pointer_expression "*(int *)(unaff_EBP + -0x34)" * (cast_expression "(int *)(unaff_EBP + -0x34)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x34)" ( (binary_expression "unaff_EBP + -0x34" identifier + number_literal) )))) != identifier) )) (compound_statement "{\n *(undefined4 *)(unaff_EBP + -0x60) = param_1;\n FUN_003ae080(*(int *)(unaff_EBP + -0x34));\n param_1 = *(undefined4 *)(unaff_EBP + -0x60);\n }" { (expression_statement "*(undefined4 *)(unaff_EBP + -0x60) = param_1;" (assignment_expression "*(undefined4 *)(unaff_EBP + -0x60) = param_1" (pointer_expression "*(undefined4 *)(unaff_EBP + -0x60)" * (cast_expression "(undefined4 *)(unaff_EBP + -0x60)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x60)" ( (binary_expression "unaff_EBP + -0x60" identifier + number_literal) )))) = identifier) ;) (expression_statement "FUN_003ae080(*(int *)(unaff_EBP + -0x34));" (call_expression "FUN_003ae080(*(int *)(unaff_EBP + -0x34))" identifier (argument_list "(*(int *)(unaff_EBP + -0x34))" ( (pointer_expression "*(int *)(unaff_EBP + -0x34)" * (cast_expression "(int *)(unaff_EBP + -0x34)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x34)" ( (binary_expression "unaff_EBP + -0x34" identifier + number_literal) )))) ))) ;) (expression_statement "param_1 = *(undefined4 *)(unaff_EBP + -0x60);" (assignment_expression "param_1 = *(undefined4 *)(unaff_EBP + -0x60)" identifier = (pointer_expression "*(undefined4 *)(unaff_EBP + -0x60)" * (cast_expression "(undefined4 *)(unaff_EBP + -0x60)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x60)" ( (binary_expression "unaff_EBP + -0x60" identifier + number_literal) ))))) ;) })) (if_statement "if (*(int *)(unaff_EBP + -0x4c) != *(int *)(unaff_EBP + -0x5c)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x4c));\n }" if (parenthesized_expression "(*(int *)(unaff_EBP + -0x4c) != *(int *)(unaff_EBP + -0x5c))" ( (binary_expression "*(int *)(unaff_EBP + -0x4c) != *(int *)(unaff_EBP + -0x5c)" (pointer_expression "*(int *)(unaff_EBP + -0x4c)" * (cast_expression "(int *)(unaff_EBP + -0x4c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x4c)" ( (binary_expression "unaff_EBP + -0x4c" identifier + number_literal) )))) != (pointer_expression "*(int *)(unaff_EBP + -0x5c)" * (cast_expression "(int *)(unaff_EBP + -0x5c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x5c)" ( (binary_expression "unaff_EBP + -0x5c" identifier + number_literal) ))))) )) (compound_statement "{\n FUN_003ae080(*(int *)(unaff_EBP + -0x4c));\n }" { (expression_statement "FUN_003ae080(*(int *)(unaff_EBP + -0x4c));" (call_expression "FUN_003ae080(*(int *)(unaff_EBP + -0x4c))" identifier (argument_list "(*(int *)(unaff_EBP + -0x4c))" ( (pointer_expression "*(int *)(unaff_EBP + -0x4c)" * (cast_expression "(int *)(unaff_EBP + -0x4c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x4c)" ( (binary_expression "unaff_EBP + -0x4c" identifier + number_literal) )))) ))) ;) })) comment (expression_statement "FUN_004451f0(param_1);" (call_expression "FUN_004451f0(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;) })))
(translation_unit "void __regparm3 FUN_000466cb(undefined4 param_1)\n\n{\n int unaff_EBP;\n void *unaff_ESI;\n \n if (*(void **)(unaff_EBP + -0x34) != unaff_ESI) {\n *(undefined4 *)(unaff_EBP + -0x60) = param_1;\n operator_delete(*(void **)(unaff_EBP + -0x34));\n param_1 = *(undefined4 *)(unaff_EBP + -0x60);\n }\n if (*(void **)(unaff_EBP + -0x4c) != *(void **)(unaff_EBP + -0x5c)) {\n operator_delete(*(void **)(unaff_EBP + -0x4c));\n }\n /* WARNING: Subroutine does not return */\n _Unwind_Resume(param_1);\n}\n\n" (function_definition "void __regparm3 FUN_000466cb(undefined4 param_1)\n\n{\n int unaff_EBP;\n void *unaff_ESI;\n \n if (*(void **)(unaff_EBP + -0x34) != unaff_ESI) {\n *(undefined4 *)(unaff_EBP + -0x60) = param_1;\n operator_delete(*(void **)(unaff_EBP + -0x34));\n param_1 = *(undefined4 *)(unaff_EBP + -0x60);\n }\n if (*(void **)(unaff_EBP + -0x4c) != *(void **)(unaff_EBP + -0x5c)) {\n operator_delete(*(void **)(unaff_EBP + -0x4c));\n }\n /* WARNING: Subroutine does not return */\n _Unwind_Resume(param_1);\n}" primitive_type (ERROR "__regparm3" identifier) (function_declarator "FUN_000466cb(undefined4 param_1)" identifier (parameter_list "(undefined4 param_1)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) ))) (compound_statement "{\n int unaff_EBP;\n void *unaff_ESI;\n \n if (*(void **)(unaff_EBP + -0x34) != unaff_ESI) {\n *(undefined4 *)(unaff_EBP + -0x60) = param_1;\n operator_delete(*(void **)(unaff_EBP + -0x34));\n param_1 = *(undefined4 *)(unaff_EBP + -0x60);\n }\n if (*(void **)(unaff_EBP + -0x4c) != *(void **)(unaff_EBP + -0x5c)) {\n operator_delete(*(void **)(unaff_EBP + -0x4c));\n }\n /* WARNING: Subroutine does not return */\n _Unwind_Resume(param_1);\n}" { (declaration "int unaff_EBP;" primitive_type identifier ;) (declaration "void *unaff_ESI;" primitive_type (pointer_declarator "*unaff_ESI" * identifier) ;) (if_statement "if (*(void **)(unaff_EBP + -0x34) != unaff_ESI) {\n *(undefined4 *)(unaff_EBP + -0x60) = param_1;\n operator_delete(*(void **)(unaff_EBP + -0x34));\n param_1 = *(undefined4 *)(unaff_EBP + -0x60);\n }" if (parenthesized_expression "(*(void **)(unaff_EBP + -0x34) != unaff_ESI)" ( (binary_expression "*(void **)(unaff_EBP + -0x34) != unaff_ESI" (pointer_expression "*(void **)(unaff_EBP + -0x34)" * (cast_expression "(void **)(unaff_EBP + -0x34)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x34)" ( (binary_expression "unaff_EBP + -0x34" identifier + number_literal) )))) != identifier) )) (compound_statement "{\n *(undefined4 *)(unaff_EBP + -0x60) = param_1;\n operator_delete(*(void **)(unaff_EBP + -0x34));\n param_1 = *(undefined4 *)(unaff_EBP + -0x60);\n }" { (expression_statement "*(undefined4 *)(unaff_EBP + -0x60) = param_1;" (assignment_expression "*(undefined4 *)(unaff_EBP + -0x60) = param_1" (pointer_expression "*(undefined4 *)(unaff_EBP + -0x60)" * (cast_expression "(undefined4 *)(unaff_EBP + -0x60)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x60)" ( (binary_expression "unaff_EBP + -0x60" identifier + number_literal) )))) = identifier) ;) (expression_statement "operator_delete(*(void **)(unaff_EBP + -0x34));" (call_expression "operator_delete(*(void **)(unaff_EBP + -0x34))" identifier (argument_list "(*(void **)(unaff_EBP + -0x34))" ( (pointer_expression "*(void **)(unaff_EBP + -0x34)" * (cast_expression "(void **)(unaff_EBP + -0x34)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x34)" ( (binary_expression "unaff_EBP + -0x34" identifier + number_literal) )))) ))) ;) (expression_statement "param_1 = *(undefined4 *)(unaff_EBP + -0x60);" (assignment_expression "param_1 = *(undefined4 *)(unaff_EBP + -0x60)" identifier = (pointer_expression "*(undefined4 *)(unaff_EBP + -0x60)" * (cast_expression "(undefined4 *)(unaff_EBP + -0x60)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x60)" ( (binary_expression "unaff_EBP + -0x60" identifier + number_literal) ))))) ;) })) (if_statement "if (*(void **)(unaff_EBP + -0x4c) != *(void **)(unaff_EBP + -0x5c)) {\n operator_delete(*(void **)(unaff_EBP + -0x4c));\n }" if (parenthesized_expression "(*(void **)(unaff_EBP + -0x4c) != *(void **)(unaff_EBP + -0x5c))" ( (binary_expression "*(void **)(unaff_EBP + -0x4c) != *(void **)(unaff_EBP + -0x5c)" (pointer_expression "*(void **)(unaff_EBP + -0x4c)" * (cast_expression "(void **)(unaff_EBP + -0x4c)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x4c)" ( (binary_expression "unaff_EBP + -0x4c" identifier + number_literal) )))) != (pointer_expression "*(void **)(unaff_EBP + -0x5c)" * (cast_expression "(void **)(unaff_EBP + -0x5c)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x5c)" ( (binary_expression "unaff_EBP + -0x5c" identifier + number_literal) ))))) )) (compound_statement "{\n operator_delete(*(void **)(unaff_EBP + -0x4c));\n }" { (expression_statement "operator_delete(*(void **)(unaff_EBP + -0x4c));" (call_expression "operator_delete(*(void **)(unaff_EBP + -0x4c))" identifier (argument_list "(*(void **)(unaff_EBP + -0x4c))" ( (pointer_expression "*(void **)(unaff_EBP + -0x4c)" * (cast_expression "(void **)(unaff_EBP + -0x4c)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x4c)" ( (binary_expression "unaff_EBP + -0x4c" identifier + number_literal) )))) ))) ;) })) comment (expression_statement "_Unwind_Resume(param_1);" (call_expression "_Unwind_Resume(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;) })))
(translation_unit "void __regparm3 FUN_000466cb(undefined4 param_1)\n\n{\n int unaff_EBP;\n int unaff_ESI;\n \n if (*(int *)(unaff_EBP + -0x34) != unaff_ESI) {\n *(undefined4 *)(unaff_EBP + -0x60) = param_1;\n FUN_003ae080(*(int *)(unaff_EBP + -0x34));\n param_1 = *(undefined4 *)(unaff_EBP + -0x60);\n }\n if (*(int *)(unaff_EBP + -0x4c) != *(int *)(unaff_EBP + -0x5c)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x4c));\n }\n \n FUN_004451f0(param_1);\n}\n\n" (function_definition "void __regparm3 FUN_000466cb(undefined4 param_1)\n\n{\n int unaff_EBP;\n int unaff_ESI;\n \n if (*(int *)(unaff_EBP + -0x34) != unaff_ESI) {\n *(undefined4 *)(unaff_EBP + -0x60) = param_1;\n FUN_003ae080(*(int *)(unaff_EBP + -0x34));\n param_1 = *(undefined4 *)(unaff_EBP + -0x60);\n }\n if (*(int *)(unaff_EBP + -0x4c) != *(int *)(unaff_EBP + -0x5c)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x4c));\n }\n \n FUN_004451f0(param_1);\n}" primitive_type (ERROR "__regparm3" identifier) (function_declarator "FUN_000466cb(undefined4 param_1)" identifier (parameter_list "(undefined4 param_1)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) ))) (compound_statement "{\n int unaff_EBP;\n int unaff_ESI;\n \n if (*(int *)(unaff_EBP + -0x34) != unaff_ESI) {\n *(undefined4 *)(unaff_EBP + -0x60) = param_1;\n FUN_003ae080(*(int *)(unaff_EBP + -0x34));\n param_1 = *(undefined4 *)(unaff_EBP + -0x60);\n }\n if (*(int *)(unaff_EBP + -0x4c) != *(int *)(unaff_EBP + -0x5c)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x4c));\n }\n \n FUN_004451f0(param_1);\n}" { (declaration "int unaff_EBP;" primitive_type identifier ;) (declaration "int unaff_ESI;" primitive_type identifier ;) (if_statement "if (*(int *)(unaff_EBP + -0x34) != unaff_ESI) {\n *(undefined4 *)(unaff_EBP + -0x60) = param_1;\n FUN_003ae080(*(int *)(unaff_EBP + -0x34));\n param_1 = *(undefined4 *)(unaff_EBP + -0x60);\n }" if (parenthesized_expression "(*(int *)(unaff_EBP + -0x34) != unaff_ESI)" ( (binary_expression "*(int *)(unaff_EBP + -0x34) != unaff_ESI" (pointer_expression "*(int *)(unaff_EBP + -0x34)" * (cast_expression "(int *)(unaff_EBP + -0x34)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x34)" ( (binary_expression "unaff_EBP + -0x34" identifier + number_literal) )))) != identifier) )) (compound_statement "{\n *(undefined4 *)(unaff_EBP + -0x60) = param_1;\n FUN_003ae080(*(int *)(unaff_EBP + -0x34));\n param_1 = *(undefined4 *)(unaff_EBP + -0x60);\n }" { (expression_statement "*(undefined4 *)(unaff_EBP + -0x60) = param_1;" (assignment_expression "*(undefined4 *)(unaff_EBP + -0x60) = param_1" (pointer_expression "*(undefined4 *)(unaff_EBP + -0x60)" * (cast_expression "(undefined4 *)(unaff_EBP + -0x60)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x60)" ( (binary_expression "unaff_EBP + -0x60" identifier + number_literal) )))) = identifier) ;) (expression_statement "FUN_003ae080(*(int *)(unaff_EBP + -0x34));" (call_expression "FUN_003ae080(*(int *)(unaff_EBP + -0x34))" identifier (argument_list "(*(int *)(unaff_EBP + -0x34))" ( (pointer_expression "*(int *)(unaff_EBP + -0x34)" * (cast_expression "(int *)(unaff_EBP + -0x34)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x34)" ( (binary_expression "unaff_EBP + -0x34" identifier + number_literal) )))) ))) ;) (expression_statement "param_1 = *(undefined4 *)(unaff_EBP + -0x60);" (assignment_expression "param_1 = *(undefined4 *)(unaff_EBP + -0x60)" identifier = (pointer_expression "*(undefined4 *)(unaff_EBP + -0x60)" * (cast_expression "(undefined4 *)(unaff_EBP + -0x60)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x60)" ( (binary_expression "unaff_EBP + -0x60" identifier + number_literal) ))))) ;) })) (if_statement "if (*(int *)(unaff_EBP + -0x4c) != *(int *)(unaff_EBP + -0x5c)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x4c));\n }" if (parenthesized_expression "(*(int *)(unaff_EBP + -0x4c) != *(int *)(unaff_EBP + -0x5c))" ( (binary_expression "*(int *)(unaff_EBP + -0x4c) != *(int *)(unaff_EBP + -0x5c)" (pointer_expression "*(int *)(unaff_EBP + -0x4c)" * (cast_expression "(int *)(unaff_EBP + -0x4c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x4c)" ( (binary_expression "unaff_EBP + -0x4c" identifier + number_literal) )))) != (pointer_expression "*(int *)(unaff_EBP + -0x5c)" * (cast_expression "(int *)(unaff_EBP + -0x5c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x5c)" ( (binary_expression "unaff_EBP + -0x5c" identifier + number_literal) ))))) )) (compound_statement "{\n FUN_003ae080(*(int *)(unaff_EBP + -0x4c));\n }" { (expression_statement "FUN_003ae080(*(int *)(unaff_EBP + -0x4c));" (call_expression "FUN_003ae080(*(int *)(unaff_EBP + -0x4c))" identifier (argument_list "(*(int *)(unaff_EBP + -0x4c))" ( (pointer_expression "*(int *)(unaff_EBP + -0x4c)" * (cast_expression "(int *)(unaff_EBP + -0x4c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x4c)" ( (binary_expression "unaff_EBP + -0x4c" identifier + number_literal) )))) ))) ;) })) (expression_statement "FUN_004451f0(param_1);" (call_expression "FUN_004451f0(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;) })))
(translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != IDENT) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (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 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) )))) != (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 ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) })))
(function_definition "void __regparm3 FUN_000466cb(undefined4 param_1)\n\n{\n int unaff_EBP;\n int unaff_ESI;\n \n if (*(int *)(unaff_EBP + -0x34) != unaff_ESI) {\n *(undefined4 *)(unaff_EBP + -0x60) = param_1;\n FUN_003ae080(*(int *)(unaff_EBP + -0x34));\n param_1 = *(undefined4 *)(unaff_EBP + -0x60);\n }\n if (*(int *)(unaff_EBP + -0x4c) != *(int *)(unaff_EBP + -0x5c)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x4c));\n }\n \n FUN_004451f0(param_1);\n}" (primitive_type "void") (ERROR "__regparm3" (identifier "__regparm3")) (function_declarator "FUN_000466cb(undefined4 param_1)" (identifier "FUN_000466cb") (parameter_list "(undefined4 param_1)" (( "(") (parameter_declaration "undefined4 param_1" (type_identifier "undefined4") (identifier "param_1")) () ")"))) (compound_statement "{\n int unaff_EBP;\n int unaff_ESI;\n \n if (*(int *)(unaff_EBP + -0x34) != unaff_ESI) {\n *(undefined4 *)(unaff_EBP + -0x60) = param_1;\n FUN_003ae080(*(int *)(unaff_EBP + -0x34));\n param_1 = *(undefined4 *)(unaff_EBP + -0x60);\n }\n if (*(int *)(unaff_EBP + -0x4c) != *(int *)(unaff_EBP + -0x5c)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x4c));\n }\n \n FUN_004451f0(param_1);\n}" ({ "{") (declaration "int unaff_EBP;" (primitive_type "int") (identifier "unaff_EBP") (; ";")) (declaration "int unaff_ESI;" (primitive_type "int") (identifier "unaff_ESI") (; ";")) (if_statement "if (*(int *)(unaff_EBP + -0x34) != unaff_ESI) {\n *(undefined4 *)(unaff_EBP + -0x60) = param_1;\n FUN_003ae080(*(int *)(unaff_EBP + -0x34));\n param_1 = *(undefined4 *)(unaff_EBP + -0x60);\n }" (if "if") (parenthesized_expression "(*(int *)(unaff_EBP + -0x34) != unaff_ESI)" (( "(") (binary_expression "*(int *)(unaff_EBP + -0x34) != unaff_ESI" (pointer_expression "*(int *)(unaff_EBP + -0x34)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x34)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x34)" (( "(") (binary_expression "unaff_EBP + -0x34" (identifier "unaff_EBP") (+ "+") (number_literal "-0x34")) () ")")))) (!= "!=") (identifier "unaff_ESI")) () ")")) (compound_statement "{\n *(undefined4 *)(unaff_EBP + -0x60) = param_1;\n FUN_003ae080(*(int *)(unaff_EBP + -0x34));\n param_1 = *(undefined4 *)(unaff_EBP + -0x60);\n }" ({ "{") (expression_statement "*(undefined4 *)(unaff_EBP + -0x60) = param_1;" (assignment_expression "*(undefined4 *)(unaff_EBP + -0x60) = param_1" (pointer_expression "*(undefined4 *)(unaff_EBP + -0x60)" (* "*") (cast_expression "(undefined4 *)(unaff_EBP + -0x60)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x60)" (( "(") (binary_expression "unaff_EBP + -0x60" (identifier "unaff_EBP") (+ "+") (number_literal "-0x60")) () ")")))) (= "=") (identifier "param_1")) (; ";")) (expression_statement "FUN_003ae080(*(int *)(unaff_EBP + -0x34));" (call_expression "FUN_003ae080(*(int *)(unaff_EBP + -0x34))" (identifier "FUN_003ae080") (argument_list "(*(int *)(unaff_EBP + -0x34))" (( "(") (pointer_expression "*(int *)(unaff_EBP + -0x34)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x34)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x34)" (( "(") (binary_expression "unaff_EBP + -0x34" (identifier "unaff_EBP") (+ "+") (number_literal "-0x34")) () ")")))) () ")"))) (; ";")) (expression_statement "param_1 = *(undefined4 *)(unaff_EBP + -0x60);" (assignment_expression "param_1 = *(undefined4 *)(unaff_EBP + -0x60)" (identifier "param_1") (= "=") (pointer_expression "*(undefined4 *)(unaff_EBP + -0x60)" (* "*") (cast_expression "(undefined4 *)(unaff_EBP + -0x60)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x60)" (( "(") (binary_expression "unaff_EBP + -0x60" (identifier "unaff_EBP") (+ "+") (number_literal "-0x60")) () ")"))))) (; ";")) (} "}"))) (if_statement "if (*(int *)(unaff_EBP + -0x4c) != *(int *)(unaff_EBP + -0x5c)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x4c));\n }" (if "if") (parenthesized_expression "(*(int *)(unaff_EBP + -0x4c) != *(int *)(unaff_EBP + -0x5c))" (( "(") (binary_expression "*(int *)(unaff_EBP + -0x4c) != *(int *)(unaff_EBP + -0x5c)" (pointer_expression "*(int *)(unaff_EBP + -0x4c)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x4c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x4c)" (( "(") (binary_expression "unaff_EBP + -0x4c" (identifier "unaff_EBP") (+ "+") (number_literal "-0x4c")) () ")")))) (!= "!=") (pointer_expression "*(int *)(unaff_EBP + -0x5c)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x5c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x5c)" (( "(") (binary_expression "unaff_EBP + -0x5c" (identifier "unaff_EBP") (+ "+") (number_literal "-0x5c")) () ")"))))) () ")")) (compound_statement "{\n FUN_003ae080(*(int *)(unaff_EBP + -0x4c));\n }" ({ "{") (expression_statement "FUN_003ae080(*(int *)(unaff_EBP + -0x4c));" (call_expression "FUN_003ae080(*(int *)(unaff_EBP + -0x4c))" (identifier "FUN_003ae080") (argument_list "(*(int *)(unaff_EBP + -0x4c))" (( "(") (pointer_expression "*(int *)(unaff_EBP + -0x4c)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x4c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x4c)" (( "(") (binary_expression "unaff_EBP + -0x4c" (identifier "unaff_EBP") (+ "+") (number_literal "-0x4c")) () ")")))) () ")"))) (; ";")) (} "}"))) (expression_statement "FUN_004451f0(param_1);" (call_expression "FUN_004451f0(param_1)" (identifier "FUN_004451f0") (argument_list "(param_1)" (( "(") (identifier "param_1") () ")"))) (; ";")) (} "}")))
void __regparm3 function_1(type_1 param_1) { int var_1; void *var_2; if (*(void **)(var_1 + -0x34) != var_2) { *(type_1 *)(var_1 + -0x60) = param_1; var_3(*(void **)(var_1 + -0x34)); param_1 = *(type_1 *)(var_1 + -0x60); } if (*(void **)(var_1 + -0x4c) != *(void **)(var_1 + -0x5c)) { var_3(*(void **)(var_1 + -0x4c)); } /* WARNING: Subroutine does not return */ var_4(param_1); }
null
(translation_unit (function_definition type: (primitive_type) (ERROR (identifier)) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (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: (identifier) right: (number_literal))))) right: (identifier))) 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: (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)) 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: (identifier) 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: (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 (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 (call_expression function: (identifier) arguments: (argument_list (identifier)))))))
null
void __regparm3 MASKED(undefined4 param_1) { int unaff_EBP; int unaff_ESI; if (*(int *)(unaff_EBP + -0x34) != unaff_ESI) { *(undefined4 *)(unaff_EBP + -0x60) = param_1; FUN_003ae080(*(int *)(unaff_EBP + -0x34)); param_1 = *(undefined4 *)(unaff_EBP + -0x60); } if (*(int *)(unaff_EBP + -0x4c) != *(int *)(unaff_EBP + -0x5c)) { FUN_003ae080(*(int *)(unaff_EBP + -0x4c)); } /* WARNING: Subroutine does not return */ FUN_004451f0(param_1); }
276_aarch64-linux-gnu-as_and_aarch64-linux-gnu-as_strip.c
flonum_multip
FUN_00025560
/* WARNING: Unknown calling convention */ void flonum_multip(FLONUM_TYPE *a,FLONUM_TYPE *b,FLONUM_TYPE *product) { int iVar1; ushort uVar2; LITTLENUM_TYPE *pLVar3; LITTLENUM_TYPE *pLVar4; ushort *puVar5; int iVar6; ushort *puVar7; int iVar8; uint uVar9; uint uVar10; ushort *puVar11; int iVar12; int iVar13; uint local_38; int local_34; int local_28; uint local_20; int local_1c; int local_18; if (((a->sign - 0x2bU & 0xfd) != 0) || ((b->sign - 0x2bU & 0xfd) != 0)) { product->sign = '\0'; return; } local_28 = 0; product->sign = (a->sign != b->sign) * '\x02' + '+'; pLVar3 = a->low; pLVar4 = b->low; iVar13 = (int)a->leader - (int)pLVar3 >> 1; iVar8 = (int)b->leader - (int)pLVar4 >> 1; puVar5 = product->low; local_1c = a->exponent + b->exponent; iVar1 = iVar13 + iVar8; local_18 = ((int)product->high - (int)puVar5 >> 1) - iVar1; if (local_18 < 0) { local_1c = local_1c - local_18; local_28 = local_18; } if (-1 < iVar1) { local_34 = 0; local_20 = 0; uVar10 = 0; do { iVar12 = 0; local_38 = 0; iVar6 = local_34; do { if ((iVar12 <= iVar13) && (iVar6 <= iVar8)) { uVar9 = uVar10 + (uint)pLVar3[iVar12] * (uint)pLVar4[iVar6]; uVar10 = uVar9 & 0xffff; local_38 = local_38 + (uVar9 >> 0x10); } iVar6 = iVar6 + -1; iVar12 = iVar12 + 1; } while (iVar6 != -1); local_20 = local_20 | uVar10; if ((local_20 == 0) && (-1 < local_28)) { local_18 = local_18 + 1; local_1c = local_1c + 1; } else { if (-1 < local_28) { puVar5[local_28] = (ushort)uVar10; } local_28 = local_28 + 1; } local_34 = local_34 + 1; uVar10 = local_38; } while (iVar1 + 1 != local_34); if (local_38 != 0) { if (local_18 < 1) { local_1c = local_1c + 1; puVar11 = puVar5 + local_28 + -1; for (puVar7 = puVar11; puVar5 <= puVar7; puVar7 = puVar7 + -1) { uVar2 = *puVar7; *puVar7 = (ushort)local_38; local_38 = (uint)uVar2; } } else { puVar11 = puVar5 + local_28; *puVar11 = (ushort)local_38; } goto LAB_000256f3; } } puVar11 = puVar5 + local_28 + -1; LAB_000256f3: product->leader = puVar11; product->exponent = local_1c; return; }
void FUN_00025560(int *param_1,int *param_2,undefined4 *param_3) { int iVar1; ushort uVar2; int iVar3; int iVar4; ushort *puVar5; int iVar6; ushort *puVar7; int iVar8; uint uVar9; uint uVar10; ushort *puVar11; int iVar12; int iVar13; uint local_38; int local_34; int local_28; uint local_20; int local_1c; int local_18; if ((((char)param_1[4] - 0x2bU & 0xfd) != 0) || (((char)param_2[4] - 0x2bU & 0xfd) != 0)) { *(undefined1 *)(param_3 + 4) = 0; return; } local_28 = 0; *(char *)(param_3 + 4) = ((char)param_1[4] != (char)param_2[4]) * '\x02' + '+'; iVar3 = *param_1; iVar4 = *param_2; iVar13 = param_1[2] - iVar3 >> 1; iVar8 = param_2[2] - iVar4 >> 1; puVar5 = (ushort *)*param_3; local_1c = param_1[3] + param_2[3]; iVar1 = iVar13 + iVar8; local_18 = (param_3[1] - (int)puVar5 >> 1) - iVar1; if (local_18 < 0) { local_1c = local_1c - local_18; local_28 = local_18; } if (-1 < iVar1) { local_34 = 0; local_20 = 0; uVar10 = 0; do { iVar12 = 0; local_38 = 0; iVar6 = local_34; do { if ((iVar12 <= iVar13) && (iVar6 <= iVar8)) { uVar9 = uVar10 + (uint)*(ushort *)(iVar3 + iVar12 * 2) * (uint)*(ushort *)(iVar4 + iVar6 * 2); uVar10 = uVar9 & 0xffff; local_38 = local_38 + (uVar9 >> 0x10); } iVar6 = iVar6 + -1; iVar12 = iVar12 + 1; } while (iVar6 != -1); local_20 = local_20 | uVar10; if ((local_20 == 0) && (-1 < local_28)) { local_18 = local_18 + 1; local_1c = local_1c + 1; } else { if (-1 < local_28) { puVar5[local_28] = (ushort)uVar10; } local_28 = local_28 + 1; } local_34 = local_34 + 1; uVar10 = local_38; } while (iVar1 + 1 != local_34); if (local_38 != 0) { if (local_18 < 1) { local_1c = local_1c + 1; puVar11 = puVar5 + local_28 + -1; for (puVar7 = puVar11; puVar5 <= puVar7; puVar7 = puVar7 + -1) { uVar2 = *puVar7; *puVar7 = (ushort)local_38; local_38 = (uint)uVar2; } } else { puVar11 = puVar5 + local_28; *puVar11 = (ushort)local_38; } goto LAB_000256f3; } } puVar11 = puVar5 + local_28 + -1; LAB_000256f3: param_3[2] = puVar11; param_3[3] = local_1c; return; }
PUSH EBP PUSH EDI PUSH ESI PUSH EBX SUB ESP,0x28 MOV EAX,dword ptr [ESP + 0x3c] MOV EDX,dword ptr [ESP + 0x40] MOVZX ECX,byte ptr [EAX + 0x10] LEA EBX,[ECX + -0x2b] AND EBX,0xfd JNZ 0x000256b8 MOVZX EBX,byte ptr [EDX + 0x10] LEA ESI,[EBX + -0x2b] AND ESI,0xfd JNZ 0x000256b8 CMP CL,BL MOV ESI,dword ptr [ESP + 0x44] MOV dword ptr [ESP + 0x10],0x0 SETNZ CL LEA ECX,[ECX + ECX*0x1 + 0x2b] MOV byte ptr [ESI + 0x10],CL MOV ESI,dword ptr [EAX] MOV ECX,ESI MOV dword ptr [ESP + 0x8],ESI MOV ESI,dword ptr [EAX + 0x8] SUB ESI,ECX MOV ECX,dword ptr [EDX] SAR ESI,0x1 MOV EDI,ECX MOV dword ptr [ESP + 0xc],ECX MOV ECX,dword ptr [EDX + 0x8] MOV EDX,dword ptr [EDX + 0xc] SUB ECX,EDI SAR ECX,0x1 MOV EBP,ECX MOV ECX,dword ptr [EAX + 0xc] MOV EAX,dword ptr [ESP + 0x44] MOV EDI,dword ptr [EAX] MOV EAX,dword ptr [EAX + 0x4] ADD ECX,EDX LEA EDX,[ESI + EBP*0x1] MOV dword ptr [ESP + 0x1c],ECX MOV dword ptr [ESP],EAX SUB EAX,EDI SAR EAX,0x1 MOV dword ptr [ESP + 0x24],EDI SUB EAX,EDX MOV dword ptr [ESP + 0x20],EAX JNS 0x00025602 SUB ECX,EAX MOV dword ptr [ESP + 0x10],EAX MOV dword ptr [ESP + 0x1c],ECX TEST EDX,EDX JS 0x000256e7 LEA EAX,[EDX + 0x1] MOV dword ptr [ESP + 0x4],0x0 XOR EDI,EDI MOV dword ptr [ESP + 0x14],EAX MOV dword ptr [ESP + 0x18],0x0 LEA ESI,[ESI] NOP MOV ECX,EDI XOR EDI,EDI MOV EAX,dword ptr [ESP + 0x4] XOR EDX,EDX MOV dword ptr [ESP],EDI LEA ESI,[ESI] CMP ESI,EDX JL 0x00025660 CMP EBP,EAX JL 0x00025660 MOV EBX,dword ptr [ESP + 0x8] MOV EDI,dword ptr [ESP + 0xc] MOVZX EBX,word ptr [EBX + EDX*0x2] MOVZX EDI,word ptr [EDI + EAX*0x2] IMUL EBX,EDI ADD ECX,EBX MOV EBX,ECX MOVZX ECX,CX SHR EBX,0x10 ADD dword ptr [ESP],EBX SUB EAX,0x1 ADD EDX,0x1 CMP EAX,-0x1 JNZ 0x00025638 OR dword ptr [ESP + 0x18],ECX MOV EDI,dword ptr [ESP] JNZ 0x000256d0 MOV EDX,dword ptr [ESP + 0x10] TEST EDX,EDX JS 0x000256d0 ADD dword ptr [ESP + 0x20],0x1 ADD dword ptr [ESP + 0x1c],0x1 ADD dword ptr [ESP + 0x4],0x1 MOV EAX,dword ptr [ESP + 0x4] CMP dword ptr [ESP + 0x14],EAX JNZ 0x00025628 TEST EDI,EDI JZ 0x000256e7 MOV EAX,dword ptr [ESP + 0x20] TEST EAX,EAX JLE 0x00025709 MOV EAX,dword ptr [ESP + 0x24] MOV ESI,dword ptr [ESP + 0x10] LEA ECX,[EAX + ESI*0x2] MOV word ptr [ECX],DI JMP 0x000256f3 MOV EAX,dword ptr [ESP + 0x44] MOV byte ptr [EAX + 0x10],0x0 ADD ESP,0x28 POP EBX POP ESI POP EDI POP EBP RET MOV EAX,dword ptr [ESP + 0x10] TEST EAX,EAX JS 0x000256e0 MOV EDX,dword ptr [ESP + 0x24] MOV word ptr [EDX + EAX*0x2],CX ADD dword ptr [ESP + 0x10],0x1 JMP 0x00025686 MOV EAX,dword ptr [ESP + 0x24] MOV ESI,dword ptr [ESP + 0x10] LEA ECX,[EAX + ESI*0x2 + -0x2] MOV EAX,dword ptr [ESP + 0x44] MOV ESI,dword ptr [ESP + 0x1c] MOV dword ptr [EAX + 0x8],ECX MOV dword ptr [EAX + 0xc],ESI ADD ESP,0x28 POP EBX POP ESI POP EDI POP EBP RET MOV EBX,dword ptr [ESP + 0x24] MOV ESI,dword ptr [ESP + 0x10] ADD dword ptr [ESP + 0x1c],0x1 LEA ECX,[EBX + ESI*0x2 + -0x2] CMP EBX,ECX JA 0x000256f3 MOV EAX,ECX MOVZX EDX,word ptr [EAX] MOV word ptr [EAX],DI SUB EAX,0x2 MOV EDI,EDX CMP EBX,EAX JBE 0x00025720 JMP 0x000256f3
null
null
null
null
[(u'LOAD_-1206036599', u'INT_ZEXT_-1206036583'), (u'INT_ADD_-1206036842', u'INT_SLESS_-1206036751'), ('const-65535', u'INT_AND_-1206036543'), ('tmp_561', u'CBRANCH_-1206036790'), (u'COPY_-1206036712', u'MULTIEQUAL_-1206035693'), (u'MULTIEQUAL_-1206035608', u'MULTIEQUAL_-1206035701'), (u'MULTIEQUAL_-1206035690', u'INT_ADD_-1206036370'), ('const-417', u'STORE_-1206036168'), (u'MULTIEQUAL_-1206035795', u'PTRADD_-1206035607'), (u'MULTIEQUAL_-1206035608', u'PTRADD_-1206035525'), (u'LOAD_-1206037107', u'INT_SUB_-1206035903'), (u'CAST_-1206035742', u'INT_SUB_-1206036949'), ('tmp_1867', u'CBRANCH_-1206036087'), ('const-0', u'SUBPIECE_-1206035542'), ('const-2', u'PTRADD_-1206035607'), (u'COPY_-1206035451', u'MULTIEQUAL_-1206035401'), ('tmp_1516', u'BRANCH_-1206036258'), ('const-2', u'PTRADD_-1206035450'), (u'MULTIEQUAL_-1206035792', u'MULTIEQUAL_-1206035806'), (u'MULTIEQUAL_-1206035690', u'MULTIEQUAL_-1206035597'), (u'INT_SRIGHT_-1206036922', u'INT_SLESSEQUAL_-1206036631'), (u'INT_SUB_-1206035903', u'INT_AND_-1206035892'), (u'MULTIEQUAL_-1206035654', u'SUBPIECE_-1206035662'), (u'PTRADD_-1206035607', u'LOAD_-1206036607'), (u'INT_SRIGHT_-1206036799', u'INT_SUB_-1206036792'), (u'INT_SUB_-1206036900', u'INT_SRIGHT_-1206036877'), (u'PTRADD_-1206035406', u'MULTIEQUAL_-1206035621'), (u'INT_ADD_-1206036563', u'INT_AND_-1206036543'), (u'INT_ADD_-1206036852', u'INT_SUB_-1206036770'), (u'INT_AND_-1206036543', u'MULTIEQUAL_-1206035767'), (u'INT_AND_-1206035892', u'INT_NOTEQUAL_-1206037082'), ('tmp_815', u'CBRANCH_-1206036623'), (u'INT_SUB_-1206036792', u'INT_SLESS_-1206036798'), (u'INT_ADD_-1206036348', u'INT_NOTEQUAL_-1206036325'), ('const-4294967295', u'INT_ADD_-1206036486'), (u'INT_SUB_-1206036770', u'MULTIEQUAL_-1206035726'), (u'MULTIEQUAL_-1206035403', u'PTRADD_-1206035389'), (u'INT_SLESS_-1206036415', u'CBRANCH_-1206036415'), (u'PTRSUB_-1206035769', u'LOAD_-1206036958'), (u'MULTIEQUAL_-1206035608', u'INT_ADD_-1206035453'), ('tmp_2033', u'PTRSUB_-1206035754'), (u'COPY_-1206035739', u'MULTIEQUAL_-1206035736'), (u'MULTIEQUAL_-1206035597', u'INT_ADD_-1206036092'), (u'COPY_-1206035433', u'MULTIEQUAL_-1206035401'), (u'MULTIEQUAL_-1206035726', u'MULTIEQUAL_-1206035690'), ('const-12', u'PTRSUB_-1206035744'), ('const-417', u'LOAD_-1206036876'), (u'MULTIEQUAL_-1206035654', u'COPY_-1206035592'), (u'LOAD_-1206036876', u'CAST_-1206035690'), (u'MULTIEQUAL_-1206035593', u'MULTIEQUAL_-1206035686'), (u'LOAD_-1206036881', u'INT_LESSEQUAL_-1206036058'), (u'MULTIEQUAL_-1206035597', u'MULTIEQUAL_-1206035690'), ('tmp_2034', u'PTRSUB_-1206035733'), ('const-1', u'INT_SLESS_-1206036278'), (u'MULTIEQUAL_-1206035705', u'COPY_-1206035688'), (u'MULTIEQUAL_-1206035705', u'INT_ADD_-1206036348'), ('tmp_113', u'CBRANCH_-1206037077'), ('const-417', u'STORE_-1206036263'), ('tmp_2033', u'PTRSUB_-1206035829'), ('const-417', u'STORE_-1206036992'), ('tmp_1485', u'CBRANCH_-1206036285'), (u'PTRADD_-1206035525', u'MULTIEQUAL_-1206035621'), ('const-2', u'PTRADD_-1206035602'), ('const-16', u'PTRSUB_-1206035849'), (u'MULTIEQUAL_-1206035795', u'INT_ADD_-1206036474'), (u'LOAD_-1206036881', u'PTRADD_-1206035450'), (u'INT_NOTEQUAL_-1206037023', u'INT_MULT_-1206035869'), (u'MULTIEQUAL_-1206035701', u'PTRADD_-1206035472'), ('const-417', u'LOAD_-1206036893'), ('const-0', u'SUBPIECE_-1206035644'), (u'MULTIEQUAL_-1206035509', u'INT_ADD_-1206035497'), ('const-417', u'LOAD_-1206037107'), ('const-4294967295', u'INT_SLESS_-1206036087'), ('const-2', u'PTRADD_-1206035406'), ('const-417', u'LOAD_-1206036925'), ('const-0', u'SUBPIECE_-1206035662'), (u'LOAD_-1206036881', u'PTRADD_-1206035525'), (u'INT_SLESSEQUAL_-1206036631', u'CBRANCH_-1206036639'), (u'INT_NOTEQUAL_-1206036308', u'CBRANCH_-1206036308'), ('const-4294967295', u'PTRADD_-1206035389'), ('tmp_2033', u'PTRSUB_-1206035769'), (u'MULTIEQUAL_-1206035489', u'STORE_-1206036168'), (u'LOAD_-1206037107', u'INT_NOTEQUAL_-1206037023'), (u'CAST_-1206035722', u'INT_SUB_-1206036900'), (u'LOAD_-1206036881', u'PTRADD_-1206035472'), ('const-2', u'INT_MULT_-1206035869'), (u'SUBPIECE_-1206035662', u'STORE_-1206036263'), (u'INT_ADD_-1206036486', u'MULTIEQUAL_-1206035815'), ('const-0', u'COPY_-1206036674'), (u'INT_ADD_-1206036730', u'INT_NOTEQUAL_-1206036325'), ('const-417', u'STORE_-1206036084'), ('const-253', u'INT_AND_-1206035870'), ('tmp_1732', u'CBRANCH_-1206036068'), (u'INT_ADD_-1206036370', u'MULTIEQUAL_-1206035597'), (u'PTRADD_-1206035525', u'STORE_-1206036263'), (u'LOAD_-1206036893', u'INT_ADD_-1206036852'), (u'COPY_-1206036664', u'MULTIEQUAL_-1206035693'), (u'MULTIEQUAL_-1206035403', u'INT_LESSEQUAL_-1206036058'), (u'MULTIEQUAL_-1206035403', u'STORE_-1206036058'), (u'LOAD_-1206036881', u'PTRADD_-1206035406'), ('const-0', u'COPY_-1206036730'), (u'MULTIEQUAL_-1206035693', u'INT_OR_-1206036434'), ('const-0', u'INT_EQUAL_-1206036446'), ('const-16', u'INT_RIGHT_-1206036534'), (u'INT_NOTEQUAL_-1206037047', u'CBRANCH_-1206037042'), ('tmp_154', u'CBRANCH_-1206037042'), (u'MULTIEQUAL_-1206035693', u'MULTIEQUAL_-1206035654'), ('const-0', u'RETURN_-1206036123'), (u'MULTIEQUAL_-1206035621', u'STORE_-1206036174'), ('const-417', u'LOAD_-1206036881'), ('const-417', u'STORE_-1206036058'), (u'MULTIEQUAL_-1206035736', u'MULTIEQUAL_-1206035701'), (u'LOAD_-1206036958', u'PTRADD_-1206035602'), (u'INT_SUB_-1206036822', u'INT_SRIGHT_-1206036799'), (u'PTRSUB_-1206035775', u'LOAD_-1206036974'), (u'PTRSUB_-1206035432', u'STORE_-1206036168'), ('tmp_2034', u'PTRSUB_-1206035504'), (u'PTRSUB_-1206035829', u'LOAD_-1206037072'), ('const-417', u'LOAD_-1206036599'), ('const-2', u'PTRADD_-1206035472'), ('const-43', u'INT_ADD_-1206035903'), (u'MULTIEQUAL_-1206035701', u'MULTIEQUAL_-1206035608'), (u'MULTIEQUAL_-1206035736', u'MULTIEQUAL_-1206035509'), ('const-417', u'LOAD_-1206036974'), ('const-8', u'PTRSUB_-1206035436'), (u'PTRADD_-1206035450', u'MULTIEQUAL_-1206035621'), (u'INT_AND_-1206035870', u'INT_NOTEQUAL_-1206037047'), (u'MULTIEQUAL_-1206035795', u'INT_SLESSEQUAL_-1206036631'), (u'LOAD_-1206036925', u'INT_ADD_-1206036852'), ('tmp_1189', u'CBRANCH_-1206036436'), (u'INT_NOTEQUAL_-1206036466', u'CBRANCH_-1206036464'), ('const-417', u'LOAD_-1206036989'), (u'INT_ADD_-1206036563', u'INT_RIGHT_-1206036534'), ('const-2', u'PTRADD_-1206035389'), (u'MULTIEQUAL_-1206035597', u'MULTIEQUAL_-1206035498'), (u'INT_SLESS_-1206036087', u'CBRANCH_-1206036087'), (u'MULTIEQUAL_-1206035654', u'COPY_-1206035451'), ('const-0', u'INT_NOTEQUAL_-1206037047'), (u'COPY_-1206036730', u'COPY_-1206035705'), (u'PTRSUB_-1206035733', u'LOAD_-1206036876'), (u'CAST_-1206035741', u'INT_SUB_-1206036949'), (u'COPY_-1206035705', u'MULTIEQUAL_-1206035792'), ('const-1', u'INT_ADD_-1206036392'), ('const-43', u'INT_SUB_-1206035881'), ('const-2', u'PTRADD_-1206035525'), (u'PTRSUB_-1206035436', u'STORE_-1206036174'), ('tmp_1138', u'CBRANCH_-1206036464'), (u'INT_SUB_-1206036949', u'INT_SRIGHT_-1206036922'), ('tmp_2032', u'PTRSUB_-1206035775'), ('const-16', u'PTRSUB_-1206035829'), (u'INT_ADD_-1206036049', u'MULTIEQUAL_-1206035608'), ('const-4294967295', u'INT_ADD_-1206035497'), ('const-1', u'INT_ADD_-1206036092'), (u'COPY_-1206036674', u'MULTIEQUAL_-1206035795'), (u'MULTIEQUAL_-1206035726', u'MULTIEQUAL_-1206035498'), (u'PTRADD_-1206035602', u'LOAD_-1206036599'), ('const-12', u'PTRSUB_-1206035754'), (u'PTRSUB_-1206035758', u'LOAD_-1206036931'), (u'MULTIEQUAL_-1206035608', u'MULTIEQUAL_-1206035509'), (u'INT_ADD_-1206036842', u'INT_SUB_-1206036792'), ('tmp_2032', u'PTRSUB_-1206035744'), (u'MULTIEQUAL_-1206035815', u'PTRADD_-1206035602'), ('const-417', u'LOAD_-1206036931'), ('const-0', u'INT_NOTEQUAL_-1206036308'), ('const-8', u'PTRSUB_-1206035775'), (u'CAST_-1206035689', u'INT_SUB_-1206036822'), ('tmp_2034', u'PTRSUB_-1206035788'), ('const-43', u'INT_SUB_-1206035903'), ('const-0', u'PTRSUB_-1206035784'), (u'COPY_-1206036741', u'MULTIEQUAL_-1206035705'), (u'INT_ADD_-1206036502', u'MULTIEQUAL_-1206035654'), ('const-16', u'PTRSUB_-1206035788'), (u'INT_SRIGHT_-1206036877', u'INT_ADD_-1206036842'), (u'INT_ADD_-1206036474', u'MULTIEQUAL_-1206035795'), (u'COPY_-1206035592', u'MULTIEQUAL_-1206035792'), (u'PTRADD_-1206035406', u'COPY_-1206035452'), (u'INT_SUB_-1206036792', u'INT_SUB_-1206036770'), (u'INT_OR_-1206036434', u'INT_EQUAL_-1206036446'), (u'INT_ADD_-1206035903', u'STORE_-1206036992'), ('tmp_782', u'CBRANCH_-1206036639'), (u'COPY_-1206035452', u'MULTIEQUAL_-1206035403'), (u'PTRADD_-1206035389', u'MULTIEQUAL_-1206035403'), (u'MULTIEQUAL_-1206035701', u'INT_SLESS_-1206036415'), (u'INT_ADD_-1206036842', u'INT_ADD_-1206036730'), (u'MULTIEQUAL_-1206035767', u'MULTIEQUAL_-1206035806'), ('const-417', u'LOAD_-1206036065'), (u'MULTIEQUAL_-1206035654', u'INT_NOTEQUAL_-1206036308'), ('const-1', u'INT_ADD_-1206036474'), (u'MULTIEQUAL_-1206035767', u'SUBPIECE_-1206035644'), (u'INT_SLESS_-1206036751', u'CBRANCH_-1206036751'), ('tmp_1419', u'CBRANCH_-1206036322'), (u'INT_SLESS_-1206036278', u'CBRANCH_-1206036285'), ('const-16', u'PTRSUB_-1206035504'), ('const-8', u'PTRSUB_-1206035758'), (u'MULTIEQUAL_-1206035597', u'MULTIEQUAL_-1206035489'), (u'INT_MULT_-1206036561', u'INT_ADD_-1206036563'), (u'INT_ZEXT_-1206036591', u'INT_MULT_-1206036561'), ('const-1', u'INT_SRIGHT_-1206036922'), (u'LOAD_-1206036607', u'INT_ZEXT_-1206036591'), (u'INT_SUB_-1206036792', u'MULTIEQUAL_-1206035686'), ('tmp_2032', u'PTRSUB_-1206035849'), (u'MULTIEQUAL_-1206035806', u'MULTIEQUAL_-1206035767'), (u'LOAD_-1206037072', u'INT_NOTEQUAL_-1206037023'), (u'SUBPIECE_-1206035644', u'STORE_-1206036076'), ('const-253', u'INT_AND_-1206035892'), (u'LOAD_-1206036881', u'CAST_-1206035689'), (u'MULTIEQUAL_-1206035686', u'MULTIEQUAL_-1206035593'), ('const-0', u'PTRSUB_-1206035736'), (u'INT_SLESSEQUAL_-1206036615', u'CBRANCH_-1206036623'), (u'MULTIEQUAL_-1206035686', u'INT_ADD_-1206036392'), (u'PTRSUB_-1206035504', u'STORE_-1206036084'), ('tmp_1223', u'CBRANCH_-1206036415'), ('tmp_1938', u'BRANCH_-1206036048'), (u'MULTIEQUAL_-1206035498', u'MULTIEQUAL_-1206035489'), (u'PTRSUB_-1206035784', u'LOAD_-1206036989'), (u'INT_NOTEQUAL_-1206036325', u'CBRANCH_-1206036322'), ('tmp_2034', u'PTRSUB_-1206035432'), (u'INT_LESSEQUAL_-1206036058', u'CBRANCH_-1206036068'), (u'INT_ADD_-1206036852', u'MULTIEQUAL_-1206035726'), (u'INT_SLESS_-1206036798', u'CBRANCH_-1206036790'), (u'COPY_-1206035688', u'MULTIEQUAL_-1206035815'), ('const-0', u'PTRSUB_-1206035769'), (u'PTRSUB_-1206035788', u'STORE_-1206036992'), (u'PTRSUB_-1206035849', u'LOAD_-1206037107'), ('const-0', u'STORE_-1206036084'), (u'MULTIEQUAL_-1206035654', u'MULTIEQUAL_-1206035693'), ('const-0', u'INT_SLESS_-1206036798'), ('const-1', u'INT_ADD_-1206036730'), ('const-417', u'LOAD_-1206036958'), (u'MULTIEQUAL_-1206035701', u'INT_ADD_-1206036049'), (u'INT_ZEXT_-1206036049', u'COPY_-1206035433'), ('const-4294967295', u'INT_ADD_-1206035453'), (u'CAST_-1206035690', u'INT_SUB_-1206036822'), ('const-0', u'INT_NOTEQUAL_-1206037082'), ('const-417', u'LOAD_-1206036607'), ('const-1', u'INT_ADD_-1206036370'), (u'INT_ADD_-1206036092', u'MULTIEQUAL_-1206035489'), (u'LOAD_-1206036989', u'PTRADD_-1206035607'), ('tmp_1445', u'CBRANCH_-1206036308'), ('const-4294967295', u'INT_SLESS_-1206036415'), (u'INT_ADD_-1206036392', u'MULTIEQUAL_-1206035593'), ('const-1', u'INT_ADD_-1206036049'), ('const-417', u'STORE_-1206036174'), (u'MULTIEQUAL_-1206035815', u'INT_SLESSEQUAL_-1206036615'), (u'MULTIEQUAL_-1206035701', u'INT_SLESS_-1206036087'), (u'INT_ADD_-1206035453', u'PTRADD_-1206035406'), ('tmp_2034', u'PTRSUB_-1206035736'), ('const-12', u'PTRSUB_-1206035432'), ('const-4', u'PTRSUB_-1206035733'), (u'INT_ADD_-1206036486', u'INT_NOTEQUAL_-1206036466'), (u'MULTIEQUAL_-1206035767', u'INT_OR_-1206036434'), ('const-0', u'COPY_-1206036664'), (u'LOAD_-1206036974', u'CAST_-1206035742'), (u'PTRSUB_-1206035736', u'LOAD_-1206036881'), (u'MULTIEQUAL_-1206035593', u'INT_SLESS_-1206036278'), (u'INT_SRIGHT_-1206036922', u'INT_ADD_-1206036842'), (u'MULTIEQUAL_-1206035401', u'SUBPIECE_-1206035542'), (u'INT_SRIGHT_-1206036877', u'INT_SLESSEQUAL_-1206036615'), ('const-1', u'INT_SRIGHT_-1206036877'), ('tmp_2032', u'PTRSUB_-1206035784'), (u'MULTIEQUAL_-1206035693', u'INT_ADD_-1206036502'), (u'INT_SUB_-1206036792', u'COPY_-1206035739'), (u'MULTIEQUAL_-1206035815', u'INT_ADD_-1206036486'), ('const-0', u'RETURN_-1206036038'), (u'INT_ADD_-1206036348', u'MULTIEQUAL_-1206035705'), (u'PTRSUB_-1206035744', u'LOAD_-1206036893'), (u'INT_OR_-1206036434', u'MULTIEQUAL_-1206035693'), (u'INT_ZEXT_-1206036583', u'INT_MULT_-1206036561'), (u'LOAD_-1206036065', u'INT_ZEXT_-1206036049'), ('const-417', u'LOAD_-1206037072'), ('const-4294967295', u'INT_NOTEQUAL_-1206036466'), ('const-0', u'COPY_-1206037018'), (u'MULTIEQUAL_-1206035403', u'LOAD_-1206036065'), ('const-4294967295', u'INT_SLESS_-1206036751'), ('tmp_2034', u'PTRSUB_-1206035436'), (u'PTRSUB_-1206035754', u'LOAD_-1206036925'), (u'CAST_-1206035721', u'INT_SUB_-1206036900'), (u'INT_RIGHT_-1206036534', u'INT_ADD_-1206036502'), (u'LOAD_-1206036989', u'CAST_-1206035741'), (u'COPY_-1206037018', u'COPY_-1206035748'), ('tmp_2033', u'PTRSUB_-1206035758'), (u'SUBPIECE_-1206035542', u'STORE_-1206036058'), ('tmp_629', u'CBRANCH_-1206036751'), (u'INT_MULT_-1206035869', u'INT_ADD_-1206035903'), ('const-0', u'COPY_-1206036741'), (u'PTRADD_-1206035472', u'STORE_-1206036076'), (u'INT_NOTEQUAL_-1206037082', u'CBRANCH_-1206037077'), ('const-1', u'INT_ADD_-1206036348'), (u'MULTIEQUAL_-1206035806', u'INT_ADD_-1206036563'), (u'LOAD_-1206036958', u'CAST_-1206035721'), (u'LOAD_-1206036931', u'CAST_-1206035722'), (u'LOAD_-1206037072', u'INT_SUB_-1206035881'), (u'INT_SUB_-1206035881', u'INT_AND_-1206035870'), (u'COPY_-1206035748', u'MULTIEQUAL_-1206035736'), (u'INT_EQUAL_-1206036446', u'CBRANCH_-1206036436'), ('const-417', u'STORE_-1206036076'), ('const-1', u'INT_SRIGHT_-1206036799'), (u'INT_ADD_-1206035497', u'PTRADD_-1206035450'), ('const-0', u'COPY_-1206036712')]
[(u'LOAD_-1206036958', u'INT_SUB_-1206036900'), (u'LOAD_-1206036599', u'INT_ZEXT_-1206036583'), ('const-4', u'PTRADD_-1206035757'), (u'INT_ADD_-1206036842', u'INT_SLESS_-1206036751'), ('const-417', u'LOAD_-1206036974'), ('tmp_561', u'CBRANCH_-1206036790'), (u'COPY_-1206036712', u'MULTIEQUAL_-1206035693'), (u'PTRADD_-1206035757', u'LOAD_-1206036925'), ('tmp_3814', u'PTRADD_-1206035508'), (u'MULTIEQUAL_-1206035608', u'MULTIEQUAL_-1206035701'), (u'INT_ADD_-1206036591', u'CAST_-1206035597'), ('const-253', u'INT_AND_-1206035870'), (u'MULTIEQUAL_-1206035690', u'INT_ADD_-1206036370'), ('tmp_3814', u'PTRADD_-1206035440'), (u'COPY_-1206035595', u'MULTIEQUAL_-1206035792'), (u'PTRADD_-1206035528', u'MULTIEQUAL_-1206035621'), ('const-4', u'PTRADD_-1206035789'), ('const-0', u'COPY_-1206036664'), (u'INT_ADD_-1206036583', u'CAST_-1206035592'), ('const-4294967295', u'INT_SLESS_-1206036751'), ('tmp_1867', u'CBRANCH_-1206036087'), ('tmp_3812', u'PTRADD_-1206035747'), ('const-4', u'PTRADD_-1206035830'), (u'INT_ZEXT_-1206036049', u'COPY_-1206035436'), ('const-0', u'INT_NOTEQUAL_-1206037082'), ('tmp_1516', u'BRANCH_-1206036258'), ('const-0', u'COPY_-1206037018'), ('const-4', u'PTRADD_-1206035440'), (u'MULTIEQUAL_-1206035792', u'MULTIEQUAL_-1206035806'), (u'MULTIEQUAL_-1206035690', u'MULTIEQUAL_-1206035597'), (u'INT_SRIGHT_-1206036922', u'INT_SLESSEQUAL_-1206036631'), (u'PTRADD_-1206035440', u'STORE_-1206036174'), (u'INT_SUB_-1206035903', u'INT_AND_-1206035892'), ('const-2', u'INT_MULT_-1206035869'), (u'MULTIEQUAL_-1206035654', u'SUBPIECE_-1206035662'), (u'CAST_-1206035712', u'PTRADD_-1206035453'), (u'INT_SRIGHT_-1206036799', u'INT_SUB_-1206036792'), ('const-0', u'SUBPIECE_-1206035542'), ('const-0', u'SUBPIECE_-1206035644'), (u'INT_SUB_-1206036900', u'INT_SRIGHT_-1206036877'), (u'INT_ADD_-1206036563', u'INT_AND_-1206036543'), (u'INT_ADD_-1206036852', u'INT_SUB_-1206036770'), (u'INT_MULT_-1206036571', u'INT_ADD_-1206036583'), ('const-417', u'STORE_-1206036076'), (u'INT_AND_-1206036543', u'MULTIEQUAL_-1206035767'), (u'INT_AND_-1206035892', u'INT_NOTEQUAL_-1206037082'), ('tmp_815', u'CBRANCH_-1206036623'), (u'INT_SUB_-1206036792', u'INT_SLESS_-1206036798'), (u'CAST_-1206035597', u'LOAD_-1206036607'), ('const-4', u'PTRADD_-1206035850'), (u'LOAD_-1206036989', u'INT_SUB_-1206036949'), ('const-4', u'PTRADD_-1206035761'), (u'INT_ADD_-1206036348', u'INT_NOTEQUAL_-1206036325'), (u'COPY_-1206035742', u'MULTIEQUAL_-1206035736'), (u'INT_SUB_-1206036770', u'MULTIEQUAL_-1206035726'), ('const-417', u'LOAD_-1206037072'), (u'INT_SLESS_-1206036415', u'CBRANCH_-1206036415'), ('const-417', u'LOAD_-1206036881'), ('const-417', u'STORE_-1206036174'), (u'LOAD_-1206037107', u'SUBPIECE_-1206035829'), (u'MULTIEQUAL_-1206035597', u'INT_ADD_-1206036092'), ('const-4294967295', u'INT_ADD_-1206035500'), (u'MULTIEQUAL_-1206035726', u'MULTIEQUAL_-1206035690'), (u'INT_ADD_-1206035456', u'PTRADD_-1206035409'), (u'MULTIEQUAL_-1206035815', u'INT_MULT_-1206036571'), (u'PTRADD_-1206035777', u'LOAD_-1206036974'), (u'MULTIEQUAL_-1206035593', u'MULTIEQUAL_-1206035686'), (u'MULTIEQUAL_-1206035597', u'MULTIEQUAL_-1206035690'), ('const-0', u'SUBPIECE_-1206035829'), ('const-1', u'PTRADD_-1206035737'), ('const-417', u'STORE_-1206036084'), ('tmp_3812', u'PTRADD_-1206035777'), (u'MULTIEQUAL_-1206035705', u'INT_ADD_-1206036348'), ('const-4', u'PTRADD_-1206035737'), (u'LOAD_-1206036958', u'INT_ADD_-1206036583'), ('tmp_113', u'CBRANCH_-1206037077'), (u'PTRADD_-1206035453', u'MULTIEQUAL_-1206035621'), ('tmp_1485', u'CBRANCH_-1206036285'), (u'MULTIEQUAL_-1206035795', u'INT_ADD_-1206036474'), (u'MULTIEQUAL_-1206035406', u'INT_LESSEQUAL_-1206036058'), (u'MULTIEQUAL_-1206035406', u'STORE_-1206036058'), (u'INT_NOTEQUAL_-1206037023', u'INT_MULT_-1206035869'), ('const-0', u'COPY_-1206036712'), ('const-4', u'PTRADD_-1206035830'), ('const-0', u'COPY_-1206036741'), (u'COPY_-1206035691', u'MULTIEQUAL_-1206035815'), (u'INT_SLESSEQUAL_-1206036631', u'CBRANCH_-1206036639'), (u'INT_NOTEQUAL_-1206036308', u'CBRANCH_-1206036308'), (u'MULTIEQUAL_-1206035489', u'STORE_-1206036168'), (u'INT_SUB_-1206036792', u'COPY_-1206035742'), ('const-2', u'PTRADD_-1206035777'), ('const-4', u'PTRADD_-1206035789'), (u'LOAD_-1206036881', u'CAST_-1206035712'), (u'SUBPIECE_-1206035662', u'STORE_-1206036263'), (u'INT_ADD_-1206036486', u'MULTIEQUAL_-1206035815'), ('const-417', u'LOAD_-1206036989'), (u'PTRADD_-1206035475', u'STORE_-1206036076'), (u'PTRADD_-1206035850', u'LOAD_-1206037107'), (u'INT_ADD_-1206036730', u'INT_NOTEQUAL_-1206036325'), ('const-0', u'COPY_-1206036730'), ('tmp_1732', u'CBRANCH_-1206036068'), ('const-4', u'PTRADD_-1206035508'), (u'INT_ADD_-1206036370', u'MULTIEQUAL_-1206035597'), (u'LOAD_-1206036893', u'INT_ADD_-1206036852'), (u'COPY_-1206036664', u'MULTIEQUAL_-1206035693'), ('const-4294967295', u'INT_ADD_-1206035456'), ('const-4', u'PTRADD_-1206035850'), (u'PTRADD_-1206035528', u'STORE_-1206036263'), (u'COPY_-1206035436', u'MULTIEQUAL_-1206035404'), (u'PTRADD_-1206035747', u'LOAD_-1206036893'), (u'MULTIEQUAL_-1206035693', u'INT_OR_-1206036434'), ('const-43', u'INT_SUB_-1206035903'), ('const-0', u'INT_EQUAL_-1206036446'), ('const-2', u'PTRADD_-1206035392'), (u'INT_NOTEQUAL_-1206037047', u'CBRANCH_-1206037042'), ('tmp_154', u'CBRANCH_-1206037042'), (u'MULTIEQUAL_-1206035693', u'MULTIEQUAL_-1206035654'), ('const-0', u'RETURN_-1206036123'), (u'LOAD_-1206036876', u'INT_SUB_-1206036822'), (u'MULTIEQUAL_-1206035621', u'STORE_-1206036174'), (u'PTRADD_-1206035409', u'MULTIEQUAL_-1206035621'), ('tmp_3813', u'LOAD_-1206036958'), (u'MULTIEQUAL_-1206035736', u'MULTIEQUAL_-1206035701'), (u'INT_SUB_-1206036822', u'INT_SRIGHT_-1206036799'), (u'PTRADD_-1206035737', u'LOAD_-1206036876'), (u'SUBPIECE_-1206035829', u'INT_NOTEQUAL_-1206037023'), ('const-3', u'PTRADD_-1206035747'), ('const-417', u'LOAD_-1206036893'), ('tmp_3814', u'PTRADD_-1206035737'), (u'CAST_-1206035712', u'PTRADD_-1206035528'), (u'MULTIEQUAL_-1206035701', u'MULTIEQUAL_-1206035608'), (u'MULTIEQUAL_-1206035736', u'MULTIEQUAL_-1206035509'), ('const-0', u'SUBPIECE_-1206035809'), (u'MULTIEQUAL_-1206035406', u'LOAD_-1206036065'), (u'INT_MULT_-1206036579', u'INT_ADD_-1206036591'), (u'CAST_-1206035694', u'INT_SUB_-1206036822'), (u'INT_AND_-1206035870', u'INT_NOTEQUAL_-1206037047'), (u'MULTIEQUAL_-1206035795', u'INT_SLESSEQUAL_-1206036631'), (u'LOAD_-1206036925', u'INT_ADD_-1206036852'), (u'MULTIEQUAL_-1206035608', u'PTRADD_-1206035528'), ('tmp_1189', u'CBRANCH_-1206036436'), (u'INT_NOTEQUAL_-1206036466', u'CBRANCH_-1206036464'), (u'INT_ADD_-1206036563', u'INT_RIGHT_-1206036534'), (u'MULTIEQUAL_-1206035597', u'MULTIEQUAL_-1206035498'), (u'INT_SLESS_-1206036087', u'CBRANCH_-1206036087'), ('const-417', u'LOAD_-1206036925'), (u'COPY_-1206035708', u'MULTIEQUAL_-1206035792'), (u'COPY_-1206035455', u'MULTIEQUAL_-1206035406'), ('const-0', u'SUBPIECE_-1206035662'), ('tmp_3814', u'PTRADD_-1206035436'), ('const-1', u'INT_ADD_-1206036392'), ('const-417', u'STORE_-1206036992'), ('const-2', u'PTRADD_-1206035409'), (u'PTRADD_-1206035392', u'MULTIEQUAL_-1206035406'), ('const-2', u'PTRADD_-1206035761'), ('tmp_1138', u'CBRANCH_-1206036464'), (u'INT_SUB_-1206036949', u'INT_SRIGHT_-1206036922'), (u'MULTIEQUAL_-1206035404', u'SUBPIECE_-1206035542'), ('const-4294967295', u'INT_SLESS_-1206036087'), ('const-417', u'STORE_-1206036263'), ('const-417', u'STORE_-1206036058'), (u'INT_ADD_-1206036049', u'MULTIEQUAL_-1206035608'), ('const-1', u'INT_ADD_-1206036092'), (u'PTRADD_-1206035761', u'LOAD_-1206036931'), (u'MULTIEQUAL_-1206035705', u'COPY_-1206035691'), (u'COPY_-1206036674', u'MULTIEQUAL_-1206035795'), (u'MULTIEQUAL_-1206035726', u'MULTIEQUAL_-1206035498'), ('const-4294967295', u'PTRADD_-1206035392'), ('const-0', u'STORE_-1206036084'), (u'MULTIEQUAL_-1206035608', u'MULTIEQUAL_-1206035509'), (u'INT_ADD_-1206036842', u'INT_SUB_-1206036792'), (u'CAST_-1206035592', u'LOAD_-1206036599'), ('const-0', u'INT_NOTEQUAL_-1206036308'), (u'COPY_-1206036741', u'MULTIEQUAL_-1206035705'), ('const-0', u'COPY_-1206036674'), (u'INT_ADD_-1206036502', u'MULTIEQUAL_-1206035654'), ('const-1', u'INT_SLESS_-1206036278'), (u'INT_SRIGHT_-1206036877', u'INT_ADD_-1206036842'), (u'INT_ADD_-1206036474', u'MULTIEQUAL_-1206035795'), (u'PTRADD_-1206035508', u'CAST_-1206035485'), (u'INT_SUB_-1206036792', u'INT_SUB_-1206036770'), (u'INT_OR_-1206036434', u'INT_EQUAL_-1206036446'), (u'INT_ADD_-1206035903', u'STORE_-1206036992'), ('const-417', u'LOAD_-1206036876'), (u'MULTIEQUAL_-1206035701', u'PTRADD_-1206035475'), ('tmp_782', u'CBRANCH_-1206036639'), (u'SUBPIECE_-1206035829', u'INT_SUB_-1206035903'), (u'MULTIEQUAL_-1206035701', u'INT_SLESS_-1206036415'), (u'INT_ADD_-1206036842', u'INT_ADD_-1206036730'), (u'CAST_-1206035712', u'PTRADD_-1206035475'), (u'MULTIEQUAL_-1206035767', u'MULTIEQUAL_-1206035806'), (u'SUBPIECE_-1206035809', u'INT_NOTEQUAL_-1206037023'), (u'PTRADD_-1206035789', u'CAST_-1206035758'), ('const-2', u'PTRADD_-1206035528'), (u'MULTIEQUAL_-1206035654', u'INT_NOTEQUAL_-1206036308'), ('const-4', u'PTRADD_-1206035777'), ('const-1', u'INT_ADD_-1206036474'), (u'MULTIEQUAL_-1206035767', u'SUBPIECE_-1206035644'), ('tmp_3812', u'LOAD_-1206036989'), (u'INT_SLESS_-1206036751', u'CBRANCH_-1206036751'), ('const-0', u'INT_NOTEQUAL_-1206037047'), ('tmp_3814', u'LOAD_-1206036881'), ('tmp_1419', u'CBRANCH_-1206036322'), (u'INT_SLESS_-1206036278', u'CBRANCH_-1206036285'), ('const-4', u'PTRADD_-1206035508'), (u'LOAD_-1206036989', u'INT_ADD_-1206036591'), (u'MULTIEQUAL_-1206035597', u'MULTIEQUAL_-1206035489'), (u'INT_ZEXT_-1206036591', u'INT_MULT_-1206036561'), (u'INT_MULT_-1206036561', u'INT_ADD_-1206036563'), ('const-417', u'STORE_-1206036168'), ('const-1', u'INT_SRIGHT_-1206036922'), (u'LOAD_-1206036607', u'INT_ZEXT_-1206036591'), ('const-2', u'PTRADD_-1206035475'), (u'INT_SUB_-1206036792', u'MULTIEQUAL_-1206035686'), (u'PTRADD_-1206035830', u'LOAD_-1206037072'), (u'MULTIEQUAL_-1206035806', u'MULTIEQUAL_-1206035767'), ('const-4', u'PTRADD_-1206035747'), (u'SUBPIECE_-1206035644', u'STORE_-1206036076'), (u'PTRADD_-1206035409', u'COPY_-1206035455'), (u'MULTIEQUAL_-1206035686', u'MULTIEQUAL_-1206035593'), ('tmp_3813', u'PTRADD_-1206035761'), (u'CAST_-1206035758', u'STORE_-1206036992'), (u'INT_SLESSEQUAL_-1206036615', u'CBRANCH_-1206036623'), (u'MULTIEQUAL_-1206035686', u'INT_ADD_-1206036392'), ('tmp_1223', u'CBRANCH_-1206036415'), ('tmp_1938', u'BRANCH_-1206036048'), ('const-2', u'INT_MULT_-1206036579'), (u'MULTIEQUAL_-1206035498', u'MULTIEQUAL_-1206035489'), (u'INT_NOTEQUAL_-1206036325', u'CBRANCH_-1206036322'), ('const-4', u'PTRADD_-1206035436'), (u'CAST_-1206035712', u'INT_LESSEQUAL_-1206036058'), ('tmp_3813', u'PTRADD_-1206035757'), ('const-2', u'INT_MULT_-1206036571'), (u'MULTIEQUAL_-1206035406', u'PTRADD_-1206035392'), (u'INT_LESSEQUAL_-1206036058', u'CBRANCH_-1206036068'), (u'INT_ADD_-1206036852', u'MULTIEQUAL_-1206035726'), (u'INT_SLESS_-1206036798', u'CBRANCH_-1206036790'), (u'COPY_-1206036730', u'COPY_-1206035708'), ('const-65535', u'INT_AND_-1206036543'), ('const-417', u'LOAD_-1206036931'), (u'MULTIEQUAL_-1206035654', u'MULTIEQUAL_-1206035693'), ('const-417', u'LOAD_-1206037107'), ('const-1', u'INT_ADD_-1206036730'), (u'MULTIEQUAL_-1206035701', u'INT_ADD_-1206036049'), (u'PTRADD_-1206035436', u'STORE_-1206036168'), (u'LOAD_-1206036974', u'INT_SUB_-1206036949'), (u'MULTIEQUAL_-1206035509', u'INT_ADD_-1206035500'), (u'MULTIEQUAL_-1206035608', u'INT_ADD_-1206035456'), ('const-1', u'INT_ADD_-1206036370'), (u'INT_ADD_-1206036092', u'MULTIEQUAL_-1206035489'), ('const-3', u'PTRADD_-1206035436'), ('tmp_1445', u'CBRANCH_-1206036308'), (u'INT_ADD_-1206035500', u'PTRADD_-1206035453'), (u'INT_ADD_-1206036392', u'MULTIEQUAL_-1206035593'), ('const-43', u'INT_SUB_-1206035881'), ('const-1', u'INT_ADD_-1206036049'), ('const-0', u'INT_SLESS_-1206036798'), (u'MULTIEQUAL_-1206035815', u'INT_SLESSEQUAL_-1206036615'), ('const-3', u'PTRADD_-1206035757'), (u'MULTIEQUAL_-1206035701', u'INT_SLESS_-1206036087'), (u'LOAD_-1206036931', u'INT_SUB_-1206036900'), (u'LOAD_-1206037072', u'SUBPIECE_-1206035809'), (u'INT_ADD_-1206036486', u'INT_NOTEQUAL_-1206036466'), (u'MULTIEQUAL_-1206035767', u'INT_OR_-1206036434'), (u'SUBPIECE_-1206035809', u'INT_SUB_-1206035881'), ('const-2', u'PTRADD_-1206035453'), (u'MULTIEQUAL_-1206035593', u'INT_SLESS_-1206036278'), (u'INT_SRIGHT_-1206036922', u'INT_ADD_-1206036842'), (u'INT_SRIGHT_-1206036877', u'INT_SLESSEQUAL_-1206036615'), ('const-1', u'INT_SRIGHT_-1206036877'), ('const-4294967295', u'INT_ADD_-1206036486'), (u'MULTIEQUAL_-1206035693', u'INT_ADD_-1206036502'), ('const-417', u'LOAD_-1206036958'), ('const-417', u'LOAD_-1206036607'), (u'MULTIEQUAL_-1206035815', u'INT_ADD_-1206036486'), ('const-0', u'RETURN_-1206036038'), (u'MULTIEQUAL_-1206035654', u'COPY_-1206035454'), (u'INT_ADD_-1206036348', u'MULTIEQUAL_-1206035705'), (u'INT_OR_-1206036434', u'MULTIEQUAL_-1206035693'), (u'INT_ZEXT_-1206036583', u'INT_MULT_-1206036561'), ('tmp_3812', u'PTRADD_-1206035850'), (u'LOAD_-1206036065', u'INT_ZEXT_-1206036049'), ('const-253', u'INT_AND_-1206035892'), ('const-16', u'INT_RIGHT_-1206036534'), ('const-417', u'LOAD_-1206036599'), ('tmp_3814', u'PTRADD_-1206035789'), ('const-43', u'INT_ADD_-1206035903'), (u'INT_RIGHT_-1206036534', u'INT_ADD_-1206036502'), ('const-4294967295', u'INT_NOTEQUAL_-1206036466'), ('const-4294967295', u'INT_SLESS_-1206036415'), (u'SUBPIECE_-1206035542', u'STORE_-1206036058'), (u'CAST_-1206035712', u'PTRADD_-1206035409'), ('tmp_629', u'CBRANCH_-1206036751'), (u'INT_MULT_-1206035869', u'INT_ADD_-1206035903'), (u'CAST_-1206035485', u'STORE_-1206036084'), (u'COPY_-1206035454', u'MULTIEQUAL_-1206035404'), ('tmp_3813', u'PTRADD_-1206035830'), (u'MULTIEQUAL_-1206035795', u'INT_MULT_-1206036579'), (u'COPY_-1206037018', u'COPY_-1206035751'), (u'INT_NOTEQUAL_-1206037082', u'CBRANCH_-1206037077'), ('const-1', u'INT_ADD_-1206036348'), (u'MULTIEQUAL_-1206035806', u'INT_ADD_-1206036563'), (u'COPY_-1206035751', u'MULTIEQUAL_-1206035736'), (u'MULTIEQUAL_-1206035654', u'COPY_-1206035595'), (u'CAST_-1206035712', u'CAST_-1206035694'), (u'INT_SUB_-1206035881', u'INT_AND_-1206035870'), (u'INT_EQUAL_-1206036446', u'CBRANCH_-1206036436'), ('const-417', u'LOAD_-1206036065'), ('const-1', u'INT_SRIGHT_-1206036799'), ('const-2', u'PTRADD_-1206035440')]
null
null
00025560
x86
O2
(translation_unit "void FUN_00025560(int *param_1,int *param_2,undefined4 *param_3)\n\n{\n int iVar1;\n ushort uVar2;\n int iVar3;\n int iVar4;\n ushort *puVar5;\n int iVar6;\n ushort *puVar7;\n int iVar8;\n uint uVar9;\n uint uVar10;\n ushort *puVar11;\n int iVar12;\n int iVar13;\n uint local_38;\n int local_34;\n int local_28;\n uint local_20;\n int local_1c;\n int local_18;\n \n if ((((char)param_1[4] - 0x2bU & 0xfd) != 0) || (((char)param_2[4] - 0x2bU & 0xfd) != 0)) {\n *(undefined1 *)(param_3 + 4) = 0;\n return;\n }\n local_28 = 0;\n *(char *)(param_3 + 4) = ((char)param_1[4] != (char)param_2[4]) * '\x02' + '+';\n iVar3 = *param_1;\n iVar4 = *param_2;\n iVar13 = param_1[2] - iVar3 >> 1;\n iVar8 = param_2[2] - iVar4 >> 1;\n puVar5 = (ushort *)*param_3;\n local_1c = param_1[3] + param_2[3];\n iVar1 = iVar13 + iVar8;\n local_18 = (param_3[1] - (int)puVar5 >> 1) - iVar1;\n if (local_18 < 0) {\n local_1c = local_1c - local_18;\n local_28 = local_18;\n }\n if (-1 < iVar1) {\n local_34 = 0;\n local_20 = 0;\n uVar10 = 0;\n do {\n iVar12 = 0;\n local_38 = 0;\n iVar6 = local_34;\n do {\n if ((iVar12 <= iVar13) && (iVar6 <= iVar8)) {\n uVar9 = uVar10 + (uint)*(ushort *)(iVar3 + iVar12 * 2) *\n (uint)*(ushort *)(iVar4 + iVar6 * 2);\n uVar10 = uVar9 & 0xffff;\n local_38 = local_38 + (uVar9 >> 0x10);\n }\n iVar6 = iVar6 + -1;\n iVar12 = iVar12 + 1;\n } while (iVar6 != -1);\n local_20 = local_20 | uVar10;\n if ((local_20 == 0) && (-1 < local_28)) {\n local_18 = local_18 + 1;\n local_1c = local_1c + 1;\n }\n else {\n if (-1 < local_28) {\n puVar5[local_28] = (ushort)uVar10;\n }\n local_28 = local_28 + 1;\n }\n local_34 = local_34 + 1;\n uVar10 = local_38;\n } while (iVar1 + 1 != local_34);\n if (local_38 != 0) {\n if (local_18 < 1) {\n local_1c = local_1c + 1;\n puVar11 = puVar5 + local_28 + -1;\n for (puVar7 = puVar11; puVar5 <= puVar7; puVar7 = puVar7 + -1) {\n uVar2 = *puVar7;\n *puVar7 = (ushort)local_38;\n local_38 = (uint)uVar2;\n }\n }\n else {\n puVar11 = puVar5 + local_28;\n *puVar11 = (ushort)local_38;\n }\n goto LAB_000256f3;\n }\n }\n puVar11 = puVar5 + local_28 + -1;\nLAB_000256f3:\n param_3[2] = puVar11;\n param_3[3] = local_1c;\n return;\n}\n\n" (function_definition "void FUN_00025560(int *param_1,int *param_2,undefined4 *param_3)\n\n{\n int iVar1;\n ushort uVar2;\n int iVar3;\n int iVar4;\n ushort *puVar5;\n int iVar6;\n ushort *puVar7;\n int iVar8;\n uint uVar9;\n uint uVar10;\n ushort *puVar11;\n int iVar12;\n int iVar13;\n uint local_38;\n int local_34;\n int local_28;\n uint local_20;\n int local_1c;\n int local_18;\n \n if ((((char)param_1[4] - 0x2bU & 0xfd) != 0) || (((char)param_2[4] - 0x2bU & 0xfd) != 0)) {\n *(undefined1 *)(param_3 + 4) = 0;\n return;\n }\n local_28 = 0;\n *(char *)(param_3 + 4) = ((char)param_1[4] != (char)param_2[4]) * '\x02' + '+';\n iVar3 = *param_1;\n iVar4 = *param_2;\n iVar13 = param_1[2] - iVar3 >> 1;\n iVar8 = param_2[2] - iVar4 >> 1;\n puVar5 = (ushort *)*param_3;\n local_1c = param_1[3] + param_2[3];\n iVar1 = iVar13 + iVar8;\n local_18 = (param_3[1] - (int)puVar5 >> 1) - iVar1;\n if (local_18 < 0) {\n local_1c = local_1c - local_18;\n local_28 = local_18;\n }\n if (-1 < iVar1) {\n local_34 = 0;\n local_20 = 0;\n uVar10 = 0;\n do {\n iVar12 = 0;\n local_38 = 0;\n iVar6 = local_34;\n do {\n if ((iVar12 <= iVar13) && (iVar6 <= iVar8)) {\n uVar9 = uVar10 + (uint)*(ushort *)(iVar3 + iVar12 * 2) *\n (uint)*(ushort *)(iVar4 + iVar6 * 2);\n uVar10 = uVar9 & 0xffff;\n local_38 = local_38 + (uVar9 >> 0x10);\n }\n iVar6 = iVar6 + -1;\n iVar12 = iVar12 + 1;\n } while (iVar6 != -1);\n local_20 = local_20 | uVar10;\n if ((local_20 == 0) && (-1 < local_28)) {\n local_18 = local_18 + 1;\n local_1c = local_1c + 1;\n }\n else {\n if (-1 < local_28) {\n puVar5[local_28] = (ushort)uVar10;\n }\n local_28 = local_28 + 1;\n }\n local_34 = local_34 + 1;\n uVar10 = local_38;\n } while (iVar1 + 1 != local_34);\n if (local_38 != 0) {\n if (local_18 < 1) {\n local_1c = local_1c + 1;\n puVar11 = puVar5 + local_28 + -1;\n for (puVar7 = puVar11; puVar5 <= puVar7; puVar7 = puVar7 + -1) {\n uVar2 = *puVar7;\n *puVar7 = (ushort)local_38;\n local_38 = (uint)uVar2;\n }\n }\n else {\n puVar11 = puVar5 + local_28;\n *puVar11 = (ushort)local_38;\n }\n goto LAB_000256f3;\n }\n }\n puVar11 = puVar5 + local_28 + -1;\nLAB_000256f3:\n param_3[2] = puVar11;\n param_3[3] = local_1c;\n return;\n}" primitive_type (function_declarator "FUN_00025560(int *param_1,int *param_2,undefined4 *param_3)" identifier (parameter_list "(int *param_1,int *param_2,undefined4 *param_3)" ( (parameter_declaration "int *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "int *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "undefined4 *param_3" type_identifier (pointer_declarator "*param_3" * identifier)) ))) (compound_statement "{\n int iVar1;\n ushort uVar2;\n int iVar3;\n int iVar4;\n ushort *puVar5;\n int iVar6;\n ushort *puVar7;\n int iVar8;\n uint uVar9;\n uint uVar10;\n ushort *puVar11;\n int iVar12;\n int iVar13;\n uint local_38;\n int local_34;\n int local_28;\n uint local_20;\n int local_1c;\n int local_18;\n \n if ((((char)param_1[4] - 0x2bU & 0xfd) != 0) || (((char)param_2[4] - 0x2bU & 0xfd) != 0)) {\n *(undefined1 *)(param_3 + 4) = 0;\n return;\n }\n local_28 = 0;\n *(char *)(param_3 + 4) = ((char)param_1[4] != (char)param_2[4]) * '\x02' + '+';\n iVar3 = *param_1;\n iVar4 = *param_2;\n iVar13 = param_1[2] - iVar3 >> 1;\n iVar8 = param_2[2] - iVar4 >> 1;\n puVar5 = (ushort *)*param_3;\n local_1c = param_1[3] + param_2[3];\n iVar1 = iVar13 + iVar8;\n local_18 = (param_3[1] - (int)puVar5 >> 1) - iVar1;\n if (local_18 < 0) {\n local_1c = local_1c - local_18;\n local_28 = local_18;\n }\n if (-1 < iVar1) {\n local_34 = 0;\n local_20 = 0;\n uVar10 = 0;\n do {\n iVar12 = 0;\n local_38 = 0;\n iVar6 = local_34;\n do {\n if ((iVar12 <= iVar13) && (iVar6 <= iVar8)) {\n uVar9 = uVar10 + (uint)*(ushort *)(iVar3 + iVar12 * 2) *\n (uint)*(ushort *)(iVar4 + iVar6 * 2);\n uVar10 = uVar9 & 0xffff;\n local_38 = local_38 + (uVar9 >> 0x10);\n }\n iVar6 = iVar6 + -1;\n iVar12 = iVar12 + 1;\n } while (iVar6 != -1);\n local_20 = local_20 | uVar10;\n if ((local_20 == 0) && (-1 < local_28)) {\n local_18 = local_18 + 1;\n local_1c = local_1c + 1;\n }\n else {\n if (-1 < local_28) {\n puVar5[local_28] = (ushort)uVar10;\n }\n local_28 = local_28 + 1;\n }\n local_34 = local_34 + 1;\n uVar10 = local_38;\n } while (iVar1 + 1 != local_34);\n if (local_38 != 0) {\n if (local_18 < 1) {\n local_1c = local_1c + 1;\n puVar11 = puVar5 + local_28 + -1;\n for (puVar7 = puVar11; puVar5 <= puVar7; puVar7 = puVar7 + -1) {\n uVar2 = *puVar7;\n *puVar7 = (ushort)local_38;\n local_38 = (uint)uVar2;\n }\n }\n else {\n puVar11 = puVar5 + local_28;\n *puVar11 = (ushort)local_38;\n }\n goto LAB_000256f3;\n }\n }\n puVar11 = puVar5 + local_28 + -1;\nLAB_000256f3:\n param_3[2] = puVar11;\n param_3[3] = local_1c;\n return;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "ushort uVar2;" type_identifier identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "int iVar4;" primitive_type identifier ;) (declaration "ushort *puVar5;" type_identifier (pointer_declarator "*puVar5" * identifier) ;) (declaration "int iVar6;" primitive_type identifier ;) (declaration "ushort *puVar7;" type_identifier (pointer_declarator "*puVar7" * identifier) ;) (declaration "int iVar8;" primitive_type identifier ;) (declaration "uint uVar9;" type_identifier identifier ;) (declaration "uint uVar10;" type_identifier identifier ;) (declaration "ushort *puVar11;" type_identifier (pointer_declarator "*puVar11" * identifier) ;) (declaration "int iVar12;" primitive_type identifier ;) (declaration "int iVar13;" primitive_type identifier ;) (declaration "uint local_38;" type_identifier identifier ;) (declaration "int local_34;" primitive_type identifier ;) (declaration "int local_28;" primitive_type identifier ;) (declaration "uint local_20;" type_identifier identifier ;) (declaration "int local_1c;" primitive_type identifier ;) (declaration "int local_18;" primitive_type identifier ;) (if_statement "if ((((char)param_1[4] - 0x2bU & 0xfd) != 0) || (((char)param_2[4] - 0x2bU & 0xfd) != 0)) {\n *(undefined1 *)(param_3 + 4) = 0;\n return;\n }" if (parenthesized_expression "((((char)param_1[4] - 0x2bU & 0xfd) != 0) || (((char)param_2[4] - 0x2bU & 0xfd) != 0))" ( (binary_expression "(((char)param_1[4] - 0x2bU & 0xfd) != 0) || (((char)param_2[4] - 0x2bU & 0xfd) != 0)" (parenthesized_expression "(((char)param_1[4] - 0x2bU & 0xfd) != 0)" ( (binary_expression "((char)param_1[4] - 0x2bU & 0xfd) != 0" (parenthesized_expression "((char)param_1[4] - 0x2bU & 0xfd)" ( (binary_expression "(char)param_1[4] - 0x2bU & 0xfd" (binary_expression "(char)param_1[4] - 0x2bU" (cast_expression "(char)param_1[4]" ( (type_descriptor "char" primitive_type) ) (subscript_expression "param_1[4]" identifier [ number_literal ])) - number_literal) & number_literal) )) != number_literal) )) || (parenthesized_expression "(((char)param_2[4] - 0x2bU & 0xfd) != 0)" ( (binary_expression "((char)param_2[4] - 0x2bU & 0xfd) != 0" (parenthesized_expression "((char)param_2[4] - 0x2bU & 0xfd)" ( (binary_expression "(char)param_2[4] - 0x2bU & 0xfd" (binary_expression "(char)param_2[4] - 0x2bU" (cast_expression "(char)param_2[4]" ( (type_descriptor "char" primitive_type) ) (subscript_expression "param_2[4]" identifier [ number_literal ])) - number_literal) & number_literal) )) != number_literal) ))) )) (compound_statement "{\n *(undefined1 *)(param_3 + 4) = 0;\n return;\n }" { (expression_statement "*(undefined1 *)(param_3 + 4) = 0;" (assignment_expression "*(undefined1 *)(param_3 + 4) = 0" (pointer_expression "*(undefined1 *)(param_3 + 4)" * (cast_expression "(undefined1 *)(param_3 + 4)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 4)" ( (binary_expression "param_3 + 4" identifier + number_literal) )))) = number_literal) ;) (return_statement "return;" return ;) })) (expression_statement "local_28 = 0;" (assignment_expression "local_28 = 0" identifier = number_literal) ;) (expression_statement "*(char *)(param_3 + 4) = ((char)param_1[4] != (char)param_2[4]) * '\x02' + '+';" (assignment_expression "*(char *)(param_3 + 4) = ((char)param_1[4] != (char)param_2[4]) * '\x02' + '+'" (pointer_expression "*(char *)(param_3 + 4)" * (cast_expression "(char *)(param_3 + 4)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 4)" ( (binary_expression "param_3 + 4" identifier + number_literal) )))) = (binary_expression "((char)param_1[4] != (char)param_2[4]) * '\x02' + '+'" (binary_expression "((char)param_1[4] != (char)param_2[4]) * '\x02'" (parenthesized_expression "((char)param_1[4] != (char)param_2[4])" ( (binary_expression "(char)param_1[4] != (char)param_2[4]" (cast_expression "(char)param_1[4]" ( (type_descriptor "char" primitive_type) ) (subscript_expression "param_1[4]" identifier [ number_literal ])) != (cast_expression "(char)param_2[4]" ( (type_descriptor "char" primitive_type) ) (subscript_expression "param_2[4]" identifier [ number_literal ]))) )) * (char_literal "'\x02'" ' escape_sequence ')) + (char_literal "'+'" ' character '))) ;) (expression_statement "iVar3 = *param_1;" (assignment_expression "iVar3 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "iVar4 = *param_2;" (assignment_expression "iVar4 = *param_2" identifier = (pointer_expression "*param_2" * identifier)) ;) (expression_statement "iVar13 = param_1[2] - iVar3 >> 1;" (assignment_expression "iVar13 = param_1[2] - iVar3 >> 1" identifier = (binary_expression "param_1[2] - iVar3 >> 1" (binary_expression "param_1[2] - iVar3" (subscript_expression "param_1[2]" identifier [ number_literal ]) - identifier) >> number_literal)) ;) (expression_statement "iVar8 = param_2[2] - iVar4 >> 1;" (assignment_expression "iVar8 = param_2[2] - iVar4 >> 1" identifier = (binary_expression "param_2[2] - iVar4 >> 1" (binary_expression "param_2[2] - iVar4" (subscript_expression "param_2[2]" identifier [ number_literal ]) - identifier) >> number_literal)) ;) (expression_statement "puVar5 = (ushort *)*param_3;" (assignment_expression "puVar5 = (ushort *)*param_3" identifier = (cast_expression "(ushort *)*param_3" ( (type_descriptor "ushort *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_3" * identifier))) ;) (expression_statement "local_1c = param_1[3] + param_2[3];" (assignment_expression "local_1c = param_1[3] + param_2[3]" identifier = (binary_expression "param_1[3] + param_2[3]" (subscript_expression "param_1[3]" identifier [ number_literal ]) + (subscript_expression "param_2[3]" identifier [ number_literal ]))) ;) (expression_statement "iVar1 = iVar13 + iVar8;" (assignment_expression "iVar1 = iVar13 + iVar8" identifier = (binary_expression "iVar13 + iVar8" identifier + identifier)) ;) (expression_statement "local_18 = (param_3[1] - (int)puVar5 >> 1) - iVar1;" (assignment_expression "local_18 = (param_3[1] - (int)puVar5 >> 1) - iVar1" identifier = (binary_expression "(param_3[1] - (int)puVar5 >> 1) - iVar1" (parenthesized_expression "(param_3[1] - (int)puVar5 >> 1)" ( (binary_expression "param_3[1] - (int)puVar5 >> 1" (binary_expression "param_3[1] - (int)puVar5" (subscript_expression "param_3[1]" identifier [ number_literal ]) - (cast_expression "(int)puVar5" ( (type_descriptor "int" primitive_type) ) identifier)) >> number_literal) )) - identifier)) ;) (if_statement "if (local_18 < 0) {\n local_1c = local_1c - local_18;\n local_28 = local_18;\n }" if (parenthesized_expression "(local_18 < 0)" ( (binary_expression "local_18 < 0" identifier < number_literal) )) (compound_statement "{\n local_1c = local_1c - local_18;\n local_28 = local_18;\n }" { (expression_statement "local_1c = local_1c - local_18;" (assignment_expression "local_1c = local_1c - local_18" identifier = (binary_expression "local_1c - local_18" identifier - identifier)) ;) (expression_statement "local_28 = local_18;" (assignment_expression "local_28 = local_18" identifier = identifier) ;) })) (if_statement "if (-1 < iVar1) {\n local_34 = 0;\n local_20 = 0;\n uVar10 = 0;\n do {\n iVar12 = 0;\n local_38 = 0;\n iVar6 = local_34;\n do {\n if ((iVar12 <= iVar13) && (iVar6 <= iVar8)) {\n uVar9 = uVar10 + (uint)*(ushort *)(iVar3 + iVar12 * 2) *\n (uint)*(ushort *)(iVar4 + iVar6 * 2);\n uVar10 = uVar9 & 0xffff;\n local_38 = local_38 + (uVar9 >> 0x10);\n }\n iVar6 = iVar6 + -1;\n iVar12 = iVar12 + 1;\n } while (iVar6 != -1);\n local_20 = local_20 | uVar10;\n if ((local_20 == 0) && (-1 < local_28)) {\n local_18 = local_18 + 1;\n local_1c = local_1c + 1;\n }\n else {\n if (-1 < local_28) {\n puVar5[local_28] = (ushort)uVar10;\n }\n local_28 = local_28 + 1;\n }\n local_34 = local_34 + 1;\n uVar10 = local_38;\n } while (iVar1 + 1 != local_34);\n if (local_38 != 0) {\n if (local_18 < 1) {\n local_1c = local_1c + 1;\n puVar11 = puVar5 + local_28 + -1;\n for (puVar7 = puVar11; puVar5 <= puVar7; puVar7 = puVar7 + -1) {\n uVar2 = *puVar7;\n *puVar7 = (ushort)local_38;\n local_38 = (uint)uVar2;\n }\n }\n else {\n puVar11 = puVar5 + local_28;\n *puVar11 = (ushort)local_38;\n }\n goto LAB_000256f3;\n }\n }" if (parenthesized_expression "(-1 < iVar1)" ( (binary_expression "-1 < iVar1" number_literal < identifier) )) (compound_statement "{\n local_34 = 0;\n local_20 = 0;\n uVar10 = 0;\n do {\n iVar12 = 0;\n local_38 = 0;\n iVar6 = local_34;\n do {\n if ((iVar12 <= iVar13) && (iVar6 <= iVar8)) {\n uVar9 = uVar10 + (uint)*(ushort *)(iVar3 + iVar12 * 2) *\n (uint)*(ushort *)(iVar4 + iVar6 * 2);\n uVar10 = uVar9 & 0xffff;\n local_38 = local_38 + (uVar9 >> 0x10);\n }\n iVar6 = iVar6 + -1;\n iVar12 = iVar12 + 1;\n } while (iVar6 != -1);\n local_20 = local_20 | uVar10;\n if ((local_20 == 0) && (-1 < local_28)) {\n local_18 = local_18 + 1;\n local_1c = local_1c + 1;\n }\n else {\n if (-1 < local_28) {\n puVar5[local_28] = (ushort)uVar10;\n }\n local_28 = local_28 + 1;\n }\n local_34 = local_34 + 1;\n uVar10 = local_38;\n } while (iVar1 + 1 != local_34);\n if (local_38 != 0) {\n if (local_18 < 1) {\n local_1c = local_1c + 1;\n puVar11 = puVar5 + local_28 + -1;\n for (puVar7 = puVar11; puVar5 <= puVar7; puVar7 = puVar7 + -1) {\n uVar2 = *puVar7;\n *puVar7 = (ushort)local_38;\n local_38 = (uint)uVar2;\n }\n }\n else {\n puVar11 = puVar5 + local_28;\n *puVar11 = (ushort)local_38;\n }\n goto LAB_000256f3;\n }\n }" { (expression_statement "local_34 = 0;" (assignment_expression "local_34 = 0" identifier = number_literal) ;) (expression_statement "local_20 = 0;" (assignment_expression "local_20 = 0" identifier = number_literal) ;) (expression_statement "uVar10 = 0;" (assignment_expression "uVar10 = 0" identifier = number_literal) ;) (do_statement "do {\n iVar12 = 0;\n local_38 = 0;\n iVar6 = local_34;\n do {\n if ((iVar12 <= iVar13) && (iVar6 <= iVar8)) {\n uVar9 = uVar10 + (uint)*(ushort *)(iVar3 + iVar12 * 2) *\n (uint)*(ushort *)(iVar4 + iVar6 * 2);\n uVar10 = uVar9 & 0xffff;\n local_38 = local_38 + (uVar9 >> 0x10);\n }\n iVar6 = iVar6 + -1;\n iVar12 = iVar12 + 1;\n } while (iVar6 != -1);\n local_20 = local_20 | uVar10;\n if ((local_20 == 0) && (-1 < local_28)) {\n local_18 = local_18 + 1;\n local_1c = local_1c + 1;\n }\n else {\n if (-1 < local_28) {\n puVar5[local_28] = (ushort)uVar10;\n }\n local_28 = local_28 + 1;\n }\n local_34 = local_34 + 1;\n uVar10 = local_38;\n } while (iVar1 + 1 != local_34);" do (compound_statement "{\n iVar12 = 0;\n local_38 = 0;\n iVar6 = local_34;\n do {\n if ((iVar12 <= iVar13) && (iVar6 <= iVar8)) {\n uVar9 = uVar10 + (uint)*(ushort *)(iVar3 + iVar12 * 2) *\n (uint)*(ushort *)(iVar4 + iVar6 * 2);\n uVar10 = uVar9 & 0xffff;\n local_38 = local_38 + (uVar9 >> 0x10);\n }\n iVar6 = iVar6 + -1;\n iVar12 = iVar12 + 1;\n } while (iVar6 != -1);\n local_20 = local_20 | uVar10;\n if ((local_20 == 0) && (-1 < local_28)) {\n local_18 = local_18 + 1;\n local_1c = local_1c + 1;\n }\n else {\n if (-1 < local_28) {\n puVar5[local_28] = (ushort)uVar10;\n }\n local_28 = local_28 + 1;\n }\n local_34 = local_34 + 1;\n uVar10 = local_38;\n }" { (expression_statement "iVar12 = 0;" (assignment_expression "iVar12 = 0" identifier = number_literal) ;) (expression_statement "local_38 = 0;" (assignment_expression "local_38 = 0" identifier = number_literal) ;) (expression_statement "iVar6 = local_34;" (assignment_expression "iVar6 = local_34" identifier = identifier) ;) (do_statement "do {\n if ((iVar12 <= iVar13) && (iVar6 <= iVar8)) {\n uVar9 = uVar10 + (uint)*(ushort *)(iVar3 + iVar12 * 2) *\n (uint)*(ushort *)(iVar4 + iVar6 * 2);\n uVar10 = uVar9 & 0xffff;\n local_38 = local_38 + (uVar9 >> 0x10);\n }\n iVar6 = iVar6 + -1;\n iVar12 = iVar12 + 1;\n } while (iVar6 != -1);" do (compound_statement "{\n if ((iVar12 <= iVar13) && (iVar6 <= iVar8)) {\n uVar9 = uVar10 + (uint)*(ushort *)(iVar3 + iVar12 * 2) *\n (uint)*(ushort *)(iVar4 + iVar6 * 2);\n uVar10 = uVar9 & 0xffff;\n local_38 = local_38 + (uVar9 >> 0x10);\n }\n iVar6 = iVar6 + -1;\n iVar12 = iVar12 + 1;\n }" { (if_statement "if ((iVar12 <= iVar13) && (iVar6 <= iVar8)) {\n uVar9 = uVar10 + (uint)*(ushort *)(iVar3 + iVar12 * 2) *\n (uint)*(ushort *)(iVar4 + iVar6 * 2);\n uVar10 = uVar9 & 0xffff;\n local_38 = local_38 + (uVar9 >> 0x10);\n }" if (parenthesized_expression "((iVar12 <= iVar13) && (iVar6 <= iVar8))" ( (binary_expression "(iVar12 <= iVar13) && (iVar6 <= iVar8)" (parenthesized_expression "(iVar12 <= iVar13)" ( (binary_expression "iVar12 <= iVar13" identifier <= identifier) )) && (parenthesized_expression "(iVar6 <= iVar8)" ( (binary_expression "iVar6 <= iVar8" identifier <= identifier) ))) )) (compound_statement "{\n uVar9 = uVar10 + (uint)*(ushort *)(iVar3 + iVar12 * 2) *\n (uint)*(ushort *)(iVar4 + iVar6 * 2);\n uVar10 = uVar9 & 0xffff;\n local_38 = local_38 + (uVar9 >> 0x10);\n }" { (expression_statement "uVar9 = uVar10 + (uint)*(ushort *)(iVar3 + iVar12 * 2) *\n (uint)*(ushort *)(iVar4 + iVar6 * 2);" (assignment_expression "uVar9 = uVar10 + (uint)*(ushort *)(iVar3 + iVar12 * 2) *\n (uint)*(ushort *)(iVar4 + iVar6 * 2)" identifier = (binary_expression "uVar10 + (uint)*(ushort *)(iVar3 + iVar12 * 2) *\n (uint)*(ushort *)(iVar4 + iVar6 * 2)" identifier + (binary_expression "(uint)*(ushort *)(iVar3 + iVar12 * 2) *\n (uint)*(ushort *)(iVar4 + iVar6 * 2)" (binary_expression "(uint)*(ushort *)(iVar3 + iVar12 * 2) *\n (uint)" (binary_expression "(uint)*(ushort *)(iVar3 + iVar12 * 2)" (parenthesized_expression "(uint)" ( identifier )) * (cast_expression "(ushort *)(iVar3 + iVar12 * 2)" ( (type_descriptor "ushort *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar3 + iVar12 * 2)" ( (binary_expression "iVar3 + iVar12 * 2" identifier + (binary_expression "iVar12 * 2" identifier * number_literal)) )))) * (parenthesized_expression "(uint)" ( identifier ))) * (cast_expression "(ushort *)(iVar4 + iVar6 * 2)" ( (type_descriptor "ushort *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar4 + iVar6 * 2)" ( (binary_expression "iVar4 + iVar6 * 2" identifier + (binary_expression "iVar6 * 2" identifier * number_literal)) )))))) ;) (expression_statement "uVar10 = uVar9 & 0xffff;" (assignment_expression "uVar10 = uVar9 & 0xffff" identifier = (binary_expression "uVar9 & 0xffff" identifier & number_literal)) ;) (expression_statement "local_38 = local_38 + (uVar9 >> 0x10);" (assignment_expression "local_38 = local_38 + (uVar9 >> 0x10)" identifier = (binary_expression "local_38 + (uVar9 >> 0x10)" identifier + (parenthesized_expression "(uVar9 >> 0x10)" ( (binary_expression "uVar9 >> 0x10" identifier >> number_literal) )))) ;) })) (expression_statement "iVar6 = iVar6 + -1;" (assignment_expression "iVar6 = iVar6 + -1" identifier = (binary_expression "iVar6 + -1" identifier + number_literal)) ;) (expression_statement "iVar12 = iVar12 + 1;" (assignment_expression "iVar12 = iVar12 + 1" identifier = (binary_expression "iVar12 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(iVar6 != -1)" ( (binary_expression "iVar6 != -1" identifier != number_literal) )) ;) (expression_statement "local_20 = local_20 | uVar10;" (assignment_expression "local_20 = local_20 | uVar10" identifier = (binary_expression "local_20 | uVar10" identifier | identifier)) ;) (if_statement "if ((local_20 == 0) && (-1 < local_28)) {\n local_18 = local_18 + 1;\n local_1c = local_1c + 1;\n }\n else {\n if (-1 < local_28) {\n puVar5[local_28] = (ushort)uVar10;\n }\n local_28 = local_28 + 1;\n }" if (parenthesized_expression "((local_20 == 0) && (-1 < local_28))" ( (binary_expression "(local_20 == 0) && (-1 < local_28)" (parenthesized_expression "(local_20 == 0)" ( (binary_expression "local_20 == 0" identifier == number_literal) )) && (parenthesized_expression "(-1 < local_28)" ( (binary_expression "-1 < local_28" number_literal < identifier) ))) )) (compound_statement "{\n local_18 = local_18 + 1;\n local_1c = local_1c + 1;\n }" { (expression_statement "local_18 = local_18 + 1;" (assignment_expression "local_18 = local_18 + 1" identifier = (binary_expression "local_18 + 1" identifier + number_literal)) ;) (expression_statement "local_1c = local_1c + 1;" (assignment_expression "local_1c = local_1c + 1" identifier = (binary_expression "local_1c + 1" identifier + number_literal)) ;) }) (else_clause "else {\n if (-1 < local_28) {\n puVar5[local_28] = (ushort)uVar10;\n }\n local_28 = local_28 + 1;\n }" else (compound_statement "{\n if (-1 < local_28) {\n puVar5[local_28] = (ushort)uVar10;\n }\n local_28 = local_28 + 1;\n }" { (if_statement "if (-1 < local_28) {\n puVar5[local_28] = (ushort)uVar10;\n }" if (parenthesized_expression "(-1 < local_28)" ( (binary_expression "-1 < local_28" number_literal < identifier) )) (compound_statement "{\n puVar5[local_28] = (ushort)uVar10;\n }" { (expression_statement "puVar5[local_28] = (ushort)uVar10;" (assignment_expression "puVar5[local_28] = (ushort)uVar10" (subscript_expression "puVar5[local_28]" identifier [ identifier ]) = (cast_expression "(ushort)uVar10" ( (type_descriptor "ushort" type_identifier) ) identifier)) ;) })) (expression_statement "local_28 = local_28 + 1;" (assignment_expression "local_28 = local_28 + 1" identifier = (binary_expression "local_28 + 1" identifier + number_literal)) ;) }))) (expression_statement "local_34 = local_34 + 1;" (assignment_expression "local_34 = local_34 + 1" identifier = (binary_expression "local_34 + 1" identifier + number_literal)) ;) (expression_statement "uVar10 = local_38;" (assignment_expression "uVar10 = local_38" identifier = identifier) ;) }) while (parenthesized_expression "(iVar1 + 1 != local_34)" ( (binary_expression "iVar1 + 1 != local_34" (binary_expression "iVar1 + 1" identifier + number_literal) != identifier) )) ;) (if_statement "if (local_38 != 0) {\n if (local_18 < 1) {\n local_1c = local_1c + 1;\n puVar11 = puVar5 + local_28 + -1;\n for (puVar7 = puVar11; puVar5 <= puVar7; puVar7 = puVar7 + -1) {\n uVar2 = *puVar7;\n *puVar7 = (ushort)local_38;\n local_38 = (uint)uVar2;\n }\n }\n else {\n puVar11 = puVar5 + local_28;\n *puVar11 = (ushort)local_38;\n }\n goto LAB_000256f3;\n }" if (parenthesized_expression "(local_38 != 0)" ( (binary_expression "local_38 != 0" identifier != number_literal) )) (compound_statement "{\n if (local_18 < 1) {\n local_1c = local_1c + 1;\n puVar11 = puVar5 + local_28 + -1;\n for (puVar7 = puVar11; puVar5 <= puVar7; puVar7 = puVar7 + -1) {\n uVar2 = *puVar7;\n *puVar7 = (ushort)local_38;\n local_38 = (uint)uVar2;\n }\n }\n else {\n puVar11 = puVar5 + local_28;\n *puVar11 = (ushort)local_38;\n }\n goto LAB_000256f3;\n }" { (if_statement "if (local_18 < 1) {\n local_1c = local_1c + 1;\n puVar11 = puVar5 + local_28 + -1;\n for (puVar7 = puVar11; puVar5 <= puVar7; puVar7 = puVar7 + -1) {\n uVar2 = *puVar7;\n *puVar7 = (ushort)local_38;\n local_38 = (uint)uVar2;\n }\n }\n else {\n puVar11 = puVar5 + local_28;\n *puVar11 = (ushort)local_38;\n }" if (parenthesized_expression "(local_18 < 1)" ( (binary_expression "local_18 < 1" identifier < number_literal) )) (compound_statement "{\n local_1c = local_1c + 1;\n puVar11 = puVar5 + local_28 + -1;\n for (puVar7 = puVar11; puVar5 <= puVar7; puVar7 = puVar7 + -1) {\n uVar2 = *puVar7;\n *puVar7 = (ushort)local_38;\n local_38 = (uint)uVar2;\n }\n }" { (expression_statement "local_1c = local_1c + 1;" (assignment_expression "local_1c = local_1c + 1" identifier = (binary_expression "local_1c + 1" identifier + number_literal)) ;) (expression_statement "puVar11 = puVar5 + local_28 + -1;" (assignment_expression "puVar11 = puVar5 + local_28 + -1" identifier = (binary_expression "puVar5 + local_28 + -1" (binary_expression "puVar5 + local_28" identifier + identifier) + number_literal)) ;) (for_statement "for (puVar7 = puVar11; puVar5 <= puVar7; puVar7 = puVar7 + -1) {\n uVar2 = *puVar7;\n *puVar7 = (ushort)local_38;\n local_38 = (uint)uVar2;\n }" for ( (assignment_expression "puVar7 = puVar11" identifier = identifier) ; (binary_expression "puVar5 <= puVar7" identifier <= identifier) ; (assignment_expression "puVar7 = puVar7 + -1" identifier = (binary_expression "puVar7 + -1" identifier + number_literal)) ) (compound_statement "{\n uVar2 = *puVar7;\n *puVar7 = (ushort)local_38;\n local_38 = (uint)uVar2;\n }" { (expression_statement "uVar2 = *puVar7;" (assignment_expression "uVar2 = *puVar7" identifier = (pointer_expression "*puVar7" * identifier)) ;) (expression_statement "*puVar7 = (ushort)local_38;" (assignment_expression "*puVar7 = (ushort)local_38" (pointer_expression "*puVar7" * identifier) = (cast_expression "(ushort)local_38" ( (type_descriptor "ushort" type_identifier) ) identifier)) ;) (expression_statement "local_38 = (uint)uVar2;" (assignment_expression "local_38 = (uint)uVar2" identifier = (cast_expression "(uint)uVar2" ( (type_descriptor "uint" type_identifier) ) identifier)) ;) })) }) (else_clause "else {\n puVar11 = puVar5 + local_28;\n *puVar11 = (ushort)local_38;\n }" else (compound_statement "{\n puVar11 = puVar5 + local_28;\n *puVar11 = (ushort)local_38;\n }" { (expression_statement "puVar11 = puVar5 + local_28;" (assignment_expression "puVar11 = puVar5 + local_28" identifier = (binary_expression "puVar5 + local_28" identifier + identifier)) ;) (expression_statement "*puVar11 = (ushort)local_38;" (assignment_expression "*puVar11 = (ushort)local_38" (pointer_expression "*puVar11" * identifier) = (cast_expression "(ushort)local_38" ( (type_descriptor "ushort" type_identifier) ) identifier)) ;) }))) (goto_statement "goto LAB_000256f3;" goto statement_identifier ;) })) })) (expression_statement "puVar11 = puVar5 + local_28 + -1;" (assignment_expression "puVar11 = puVar5 + local_28 + -1" identifier = (binary_expression "puVar5 + local_28 + -1" (binary_expression "puVar5 + local_28" identifier + identifier) + number_literal)) ;) (labeled_statement "LAB_000256f3:\n param_3[2] = puVar11;" statement_identifier : (expression_statement "param_3[2] = puVar11;" (assignment_expression "param_3[2] = puVar11" (subscript_expression "param_3[2]" identifier [ number_literal ]) = identifier) ;)) (expression_statement "param_3[3] = local_1c;" (assignment_expression "param_3[3] = local_1c" (subscript_expression "param_3[3]" identifier [ number_literal ]) = identifier) ;) (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Unknown calling convention */\n\nvoid flonum_multip(FLONUM_TYPE *a,FLONUM_TYPE *b,FLONUM_TYPE *product)\n\n{\n int iVar1;\n ushort uVar2;\n LITTLENUM_TYPE *pLVar3;\n LITTLENUM_TYPE *pLVar4;\n ushort *puVar5;\n int iVar6;\n ushort *puVar7;\n int iVar8;\n uint uVar9;\n uint uVar10;\n ushort *puVar11;\n int iVar12;\n int iVar13;\n uint local_38;\n int local_34;\n int local_28;\n uint local_20;\n int local_1c;\n int local_18;\n \n if (((a->sign - 0x2bU & 0xfd) != 0) || ((b->sign - 0x2bU & 0xfd) != 0)) {\n product->sign = '\0';\n return;\n }\n local_28 = 0;\n product->sign = (a->sign != b->sign) * '\x02' + '+';\n pLVar3 = a->low;\n pLVar4 = b->low;\n iVar13 = (int)a->leader - (int)pLVar3 >> 1;\n iVar8 = (int)b->leader - (int)pLVar4 >> 1;\n puVar5 = product->low;\n local_1c = a->exponent + b->exponent;\n iVar1 = iVar13 + iVar8;\n local_18 = ((int)product->high - (int)puVar5 >> 1) - iVar1;\n if (local_18 < 0) {\n local_1c = local_1c - local_18;\n local_28 = local_18;\n }\n if (-1 < iVar1) {\n local_34 = 0;\n local_20 = 0;\n uVar10 = 0;\n do {\n iVar12 = 0;\n local_38 = 0;\n iVar6 = local_34;\n do {\n if ((iVar12 <= iVar13) && (iVar6 <= iVar8)) {\n uVar9 = uVar10 + (uint)pLVar3[iVar12] * (uint)pLVar4[iVar6];\n uVar10 = uVar9 & 0xffff;\n local_38 = local_38 + (uVar9 >> 0x10);\n }\n iVar6 = iVar6 + -1;\n iVar12 = iVar12 + 1;\n } while (iVar6 != -1);\n local_20 = local_20 | uVar10;\n if ((local_20 == 0) && (-1 < local_28)) {\n local_18 = local_18 + 1;\n local_1c = local_1c + 1;\n }\n else {\n if (-1 < local_28) {\n puVar5[local_28] = (ushort)uVar10;\n }\n local_28 = local_28 + 1;\n }\n local_34 = local_34 + 1;\n uVar10 = local_38;\n } while (iVar1 + 1 != local_34);\n if (local_38 != 0) {\n if (local_18 < 1) {\n local_1c = local_1c + 1;\n puVar11 = puVar5 + local_28 + -1;\n for (puVar7 = puVar11; puVar5 <= puVar7; puVar7 = puVar7 + -1) {\n uVar2 = *puVar7;\n *puVar7 = (ushort)local_38;\n local_38 = (uint)uVar2;\n }\n }\n else {\n puVar11 = puVar5 + local_28;\n *puVar11 = (ushort)local_38;\n }\n goto LAB_000256f3;\n }\n }\n puVar11 = puVar5 + local_28 + -1;\nLAB_000256f3:\n product->leader = puVar11;\n product->exponent = local_1c;\n return;\n}\n\n" comment (function_definition "void flonum_multip(FLONUM_TYPE *a,FLONUM_TYPE *b,FLONUM_TYPE *product)\n\n{\n int iVar1;\n ushort uVar2;\n LITTLENUM_TYPE *pLVar3;\n LITTLENUM_TYPE *pLVar4;\n ushort *puVar5;\n int iVar6;\n ushort *puVar7;\n int iVar8;\n uint uVar9;\n uint uVar10;\n ushort *puVar11;\n int iVar12;\n int iVar13;\n uint local_38;\n int local_34;\n int local_28;\n uint local_20;\n int local_1c;\n int local_18;\n \n if (((a->sign - 0x2bU & 0xfd) != 0) || ((b->sign - 0x2bU & 0xfd) != 0)) {\n product->sign = '\0';\n return;\n }\n local_28 = 0;\n product->sign = (a->sign != b->sign) * '\x02' + '+';\n pLVar3 = a->low;\n pLVar4 = b->low;\n iVar13 = (int)a->leader - (int)pLVar3 >> 1;\n iVar8 = (int)b->leader - (int)pLVar4 >> 1;\n puVar5 = product->low;\n local_1c = a->exponent + b->exponent;\n iVar1 = iVar13 + iVar8;\n local_18 = ((int)product->high - (int)puVar5 >> 1) - iVar1;\n if (local_18 < 0) {\n local_1c = local_1c - local_18;\n local_28 = local_18;\n }\n if (-1 < iVar1) {\n local_34 = 0;\n local_20 = 0;\n uVar10 = 0;\n do {\n iVar12 = 0;\n local_38 = 0;\n iVar6 = local_34;\n do {\n if ((iVar12 <= iVar13) && (iVar6 <= iVar8)) {\n uVar9 = uVar10 + (uint)pLVar3[iVar12] * (uint)pLVar4[iVar6];\n uVar10 = uVar9 & 0xffff;\n local_38 = local_38 + (uVar9 >> 0x10);\n }\n iVar6 = iVar6 + -1;\n iVar12 = iVar12 + 1;\n } while (iVar6 != -1);\n local_20 = local_20 | uVar10;\n if ((local_20 == 0) && (-1 < local_28)) {\n local_18 = local_18 + 1;\n local_1c = local_1c + 1;\n }\n else {\n if (-1 < local_28) {\n puVar5[local_28] = (ushort)uVar10;\n }\n local_28 = local_28 + 1;\n }\n local_34 = local_34 + 1;\n uVar10 = local_38;\n } while (iVar1 + 1 != local_34);\n if (local_38 != 0) {\n if (local_18 < 1) {\n local_1c = local_1c + 1;\n puVar11 = puVar5 + local_28 + -1;\n for (puVar7 = puVar11; puVar5 <= puVar7; puVar7 = puVar7 + -1) {\n uVar2 = *puVar7;\n *puVar7 = (ushort)local_38;\n local_38 = (uint)uVar2;\n }\n }\n else {\n puVar11 = puVar5 + local_28;\n *puVar11 = (ushort)local_38;\n }\n goto LAB_000256f3;\n }\n }\n puVar11 = puVar5 + local_28 + -1;\nLAB_000256f3:\n product->leader = puVar11;\n product->exponent = local_1c;\n return;\n}" primitive_type (function_declarator "flonum_multip(FLONUM_TYPE *a,FLONUM_TYPE *b,FLONUM_TYPE *product)" identifier (parameter_list "(FLONUM_TYPE *a,FLONUM_TYPE *b,FLONUM_TYPE *product)" ( (parameter_declaration "FLONUM_TYPE *a" type_identifier (pointer_declarator "*a" * identifier)) , (parameter_declaration "FLONUM_TYPE *b" type_identifier (pointer_declarator "*b" * identifier)) , (parameter_declaration "FLONUM_TYPE *product" type_identifier (pointer_declarator "*product" * identifier)) ))) (compound_statement "{\n int iVar1;\n ushort uVar2;\n LITTLENUM_TYPE *pLVar3;\n LITTLENUM_TYPE *pLVar4;\n ushort *puVar5;\n int iVar6;\n ushort *puVar7;\n int iVar8;\n uint uVar9;\n uint uVar10;\n ushort *puVar11;\n int iVar12;\n int iVar13;\n uint local_38;\n int local_34;\n int local_28;\n uint local_20;\n int local_1c;\n int local_18;\n \n if (((a->sign - 0x2bU & 0xfd) != 0) || ((b->sign - 0x2bU & 0xfd) != 0)) {\n product->sign = '\0';\n return;\n }\n local_28 = 0;\n product->sign = (a->sign != b->sign) * '\x02' + '+';\n pLVar3 = a->low;\n pLVar4 = b->low;\n iVar13 = (int)a->leader - (int)pLVar3 >> 1;\n iVar8 = (int)b->leader - (int)pLVar4 >> 1;\n puVar5 = product->low;\n local_1c = a->exponent + b->exponent;\n iVar1 = iVar13 + iVar8;\n local_18 = ((int)product->high - (int)puVar5 >> 1) - iVar1;\n if (local_18 < 0) {\n local_1c = local_1c - local_18;\n local_28 = local_18;\n }\n if (-1 < iVar1) {\n local_34 = 0;\n local_20 = 0;\n uVar10 = 0;\n do {\n iVar12 = 0;\n local_38 = 0;\n iVar6 = local_34;\n do {\n if ((iVar12 <= iVar13) && (iVar6 <= iVar8)) {\n uVar9 = uVar10 + (uint)pLVar3[iVar12] * (uint)pLVar4[iVar6];\n uVar10 = uVar9 & 0xffff;\n local_38 = local_38 + (uVar9 >> 0x10);\n }\n iVar6 = iVar6 + -1;\n iVar12 = iVar12 + 1;\n } while (iVar6 != -1);\n local_20 = local_20 | uVar10;\n if ((local_20 == 0) && (-1 < local_28)) {\n local_18 = local_18 + 1;\n local_1c = local_1c + 1;\n }\n else {\n if (-1 < local_28) {\n puVar5[local_28] = (ushort)uVar10;\n }\n local_28 = local_28 + 1;\n }\n local_34 = local_34 + 1;\n uVar10 = local_38;\n } while (iVar1 + 1 != local_34);\n if (local_38 != 0) {\n if (local_18 < 1) {\n local_1c = local_1c + 1;\n puVar11 = puVar5 + local_28 + -1;\n for (puVar7 = puVar11; puVar5 <= puVar7; puVar7 = puVar7 + -1) {\n uVar2 = *puVar7;\n *puVar7 = (ushort)local_38;\n local_38 = (uint)uVar2;\n }\n }\n else {\n puVar11 = puVar5 + local_28;\n *puVar11 = (ushort)local_38;\n }\n goto LAB_000256f3;\n }\n }\n puVar11 = puVar5 + local_28 + -1;\nLAB_000256f3:\n product->leader = puVar11;\n product->exponent = local_1c;\n return;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "ushort uVar2;" type_identifier identifier ;) (declaration "LITTLENUM_TYPE *pLVar3;" type_identifier (pointer_declarator "*pLVar3" * identifier) ;) (declaration "LITTLENUM_TYPE *pLVar4;" type_identifier (pointer_declarator "*pLVar4" * identifier) ;) (declaration "ushort *puVar5;" type_identifier (pointer_declarator "*puVar5" * identifier) ;) (declaration "int iVar6;" primitive_type identifier ;) (declaration "ushort *puVar7;" type_identifier (pointer_declarator "*puVar7" * identifier) ;) (declaration "int iVar8;" primitive_type identifier ;) (declaration "uint uVar9;" type_identifier identifier ;) (declaration "uint uVar10;" type_identifier identifier ;) (declaration "ushort *puVar11;" type_identifier (pointer_declarator "*puVar11" * identifier) ;) (declaration "int iVar12;" primitive_type identifier ;) (declaration "int iVar13;" primitive_type identifier ;) (declaration "uint local_38;" type_identifier identifier ;) (declaration "int local_34;" primitive_type identifier ;) (declaration "int local_28;" primitive_type identifier ;) (declaration "uint local_20;" type_identifier identifier ;) (declaration "int local_1c;" primitive_type identifier ;) (declaration "int local_18;" primitive_type identifier ;) (if_statement "if (((a->sign - 0x2bU & 0xfd) != 0) || ((b->sign - 0x2bU & 0xfd) != 0)) {\n product->sign = '\0';\n return;\n }" if (parenthesized_expression "(((a->sign - 0x2bU & 0xfd) != 0) || ((b->sign - 0x2bU & 0xfd) != 0))" ( (binary_expression "((a->sign - 0x2bU & 0xfd) != 0) || ((b->sign - 0x2bU & 0xfd) != 0)" (parenthesized_expression "((a->sign - 0x2bU & 0xfd) != 0)" ( (binary_expression "(a->sign - 0x2bU & 0xfd) != 0" (parenthesized_expression "(a->sign - 0x2bU & 0xfd)" ( (binary_expression "a->sign - 0x2bU & 0xfd" (binary_expression "a->sign - 0x2bU" (field_expression "a->sign" identifier -> field_identifier) - number_literal) & number_literal) )) != number_literal) )) || (parenthesized_expression "((b->sign - 0x2bU & 0xfd) != 0)" ( (binary_expression "(b->sign - 0x2bU & 0xfd) != 0" (parenthesized_expression "(b->sign - 0x2bU & 0xfd)" ( (binary_expression "b->sign - 0x2bU & 0xfd" (binary_expression "b->sign - 0x2bU" (field_expression "b->sign" identifier -> field_identifier) - number_literal) & number_literal) )) != number_literal) ))) )) (compound_statement "{\n product->sign = '\0';\n return;\n }" { (expression_statement "product->sign = '\0';" (assignment_expression "product->sign = '\0'" (field_expression "product->sign" identifier -> field_identifier) = (char_literal "'\0'" ' escape_sequence ')) ;) (return_statement "return;" return ;) })) (expression_statement "local_28 = 0;" (assignment_expression "local_28 = 0" identifier = number_literal) ;) (expression_statement "product->sign = (a->sign != b->sign) * '\x02' + '+';" (assignment_expression "product->sign = (a->sign != b->sign) * '\x02' + '+'" (field_expression "product->sign" identifier -> field_identifier) = (binary_expression "(a->sign != b->sign) * '\x02' + '+'" (binary_expression "(a->sign != b->sign) * '\x02'" (parenthesized_expression "(a->sign != b->sign)" ( (binary_expression "a->sign != b->sign" (field_expression "a->sign" identifier -> field_identifier) != (field_expression "b->sign" identifier -> field_identifier)) )) * (char_literal "'\x02'" ' escape_sequence ')) + (char_literal "'+'" ' character '))) ;) (expression_statement "pLVar3 = a->low;" (assignment_expression "pLVar3 = a->low" identifier = (field_expression "a->low" identifier -> field_identifier)) ;) (expression_statement "pLVar4 = b->low;" (assignment_expression "pLVar4 = b->low" identifier = (field_expression "b->low" identifier -> field_identifier)) ;) (expression_statement "iVar13 = (int)a->leader - (int)pLVar3 >> 1;" (assignment_expression "iVar13 = (int)a->leader - (int)pLVar3 >> 1" identifier = (binary_expression "(int)a->leader - (int)pLVar3 >> 1" (binary_expression "(int)a->leader - (int)pLVar3" (cast_expression "(int)a->leader" ( (type_descriptor "int" primitive_type) ) (field_expression "a->leader" identifier -> field_identifier)) - (cast_expression "(int)pLVar3" ( (type_descriptor "int" primitive_type) ) identifier)) >> number_literal)) ;) (expression_statement "iVar8 = (int)b->leader - (int)pLVar4 >> 1;" (assignment_expression "iVar8 = (int)b->leader - (int)pLVar4 >> 1" identifier = (binary_expression "(int)b->leader - (int)pLVar4 >> 1" (binary_expression "(int)b->leader - (int)pLVar4" (cast_expression "(int)b->leader" ( (type_descriptor "int" primitive_type) ) (field_expression "b->leader" identifier -> field_identifier)) - (cast_expression "(int)pLVar4" ( (type_descriptor "int" primitive_type) ) identifier)) >> number_literal)) ;) (expression_statement "puVar5 = product->low;" (assignment_expression "puVar5 = product->low" identifier = (field_expression "product->low" identifier -> field_identifier)) ;) (expression_statement "local_1c = a->exponent + b->exponent;" (assignment_expression "local_1c = a->exponent + b->exponent" identifier = (binary_expression "a->exponent + b->exponent" (field_expression "a->exponent" identifier -> field_identifier) + (field_expression "b->exponent" identifier -> field_identifier))) ;) (expression_statement "iVar1 = iVar13 + iVar8;" (assignment_expression "iVar1 = iVar13 + iVar8" identifier = (binary_expression "iVar13 + iVar8" identifier + identifier)) ;) (expression_statement "local_18 = ((int)product->high - (int)puVar5 >> 1) - iVar1;" (assignment_expression "local_18 = ((int)product->high - (int)puVar5 >> 1) - iVar1" identifier = (binary_expression "((int)product->high - (int)puVar5 >> 1) - iVar1" (parenthesized_expression "((int)product->high - (int)puVar5 >> 1)" ( (binary_expression "(int)product->high - (int)puVar5 >> 1" (binary_expression "(int)product->high - (int)puVar5" (cast_expression "(int)product->high" ( (type_descriptor "int" primitive_type) ) (field_expression "product->high" identifier -> field_identifier)) - (cast_expression "(int)puVar5" ( (type_descriptor "int" primitive_type) ) identifier)) >> number_literal) )) - identifier)) ;) (if_statement "if (local_18 < 0) {\n local_1c = local_1c - local_18;\n local_28 = local_18;\n }" if (parenthesized_expression "(local_18 < 0)" ( (binary_expression "local_18 < 0" identifier < number_literal) )) (compound_statement "{\n local_1c = local_1c - local_18;\n local_28 = local_18;\n }" { (expression_statement "local_1c = local_1c - local_18;" (assignment_expression "local_1c = local_1c - local_18" identifier = (binary_expression "local_1c - local_18" identifier - identifier)) ;) (expression_statement "local_28 = local_18;" (assignment_expression "local_28 = local_18" identifier = identifier) ;) })) (if_statement "if (-1 < iVar1) {\n local_34 = 0;\n local_20 = 0;\n uVar10 = 0;\n do {\n iVar12 = 0;\n local_38 = 0;\n iVar6 = local_34;\n do {\n if ((iVar12 <= iVar13) && (iVar6 <= iVar8)) {\n uVar9 = uVar10 + (uint)pLVar3[iVar12] * (uint)pLVar4[iVar6];\n uVar10 = uVar9 & 0xffff;\n local_38 = local_38 + (uVar9 >> 0x10);\n }\n iVar6 = iVar6 + -1;\n iVar12 = iVar12 + 1;\n } while (iVar6 != -1);\n local_20 = local_20 | uVar10;\n if ((local_20 == 0) && (-1 < local_28)) {\n local_18 = local_18 + 1;\n local_1c = local_1c + 1;\n }\n else {\n if (-1 < local_28) {\n puVar5[local_28] = (ushort)uVar10;\n }\n local_28 = local_28 + 1;\n }\n local_34 = local_34 + 1;\n uVar10 = local_38;\n } while (iVar1 + 1 != local_34);\n if (local_38 != 0) {\n if (local_18 < 1) {\n local_1c = local_1c + 1;\n puVar11 = puVar5 + local_28 + -1;\n for (puVar7 = puVar11; puVar5 <= puVar7; puVar7 = puVar7 + -1) {\n uVar2 = *puVar7;\n *puVar7 = (ushort)local_38;\n local_38 = (uint)uVar2;\n }\n }\n else {\n puVar11 = puVar5 + local_28;\n *puVar11 = (ushort)local_38;\n }\n goto LAB_000256f3;\n }\n }" if (parenthesized_expression "(-1 < iVar1)" ( (binary_expression "-1 < iVar1" number_literal < identifier) )) (compound_statement "{\n local_34 = 0;\n local_20 = 0;\n uVar10 = 0;\n do {\n iVar12 = 0;\n local_38 = 0;\n iVar6 = local_34;\n do {\n if ((iVar12 <= iVar13) && (iVar6 <= iVar8)) {\n uVar9 = uVar10 + (uint)pLVar3[iVar12] * (uint)pLVar4[iVar6];\n uVar10 = uVar9 & 0xffff;\n local_38 = local_38 + (uVar9 >> 0x10);\n }\n iVar6 = iVar6 + -1;\n iVar12 = iVar12 + 1;\n } while (iVar6 != -1);\n local_20 = local_20 | uVar10;\n if ((local_20 == 0) && (-1 < local_28)) {\n local_18 = local_18 + 1;\n local_1c = local_1c + 1;\n }\n else {\n if (-1 < local_28) {\n puVar5[local_28] = (ushort)uVar10;\n }\n local_28 = local_28 + 1;\n }\n local_34 = local_34 + 1;\n uVar10 = local_38;\n } while (iVar1 + 1 != local_34);\n if (local_38 != 0) {\n if (local_18 < 1) {\n local_1c = local_1c + 1;\n puVar11 = puVar5 + local_28 + -1;\n for (puVar7 = puVar11; puVar5 <= puVar7; puVar7 = puVar7 + -1) {\n uVar2 = *puVar7;\n *puVar7 = (ushort)local_38;\n local_38 = (uint)uVar2;\n }\n }\n else {\n puVar11 = puVar5 + local_28;\n *puVar11 = (ushort)local_38;\n }\n goto LAB_000256f3;\n }\n }" { (expression_statement "local_34 = 0;" (assignment_expression "local_34 = 0" identifier = number_literal) ;) (expression_statement "local_20 = 0;" (assignment_expression "local_20 = 0" identifier = number_literal) ;) (expression_statement "uVar10 = 0;" (assignment_expression "uVar10 = 0" identifier = number_literal) ;) (do_statement "do {\n iVar12 = 0;\n local_38 = 0;\n iVar6 = local_34;\n do {\n if ((iVar12 <= iVar13) && (iVar6 <= iVar8)) {\n uVar9 = uVar10 + (uint)pLVar3[iVar12] * (uint)pLVar4[iVar6];\n uVar10 = uVar9 & 0xffff;\n local_38 = local_38 + (uVar9 >> 0x10);\n }\n iVar6 = iVar6 + -1;\n iVar12 = iVar12 + 1;\n } while (iVar6 != -1);\n local_20 = local_20 | uVar10;\n if ((local_20 == 0) && (-1 < local_28)) {\n local_18 = local_18 + 1;\n local_1c = local_1c + 1;\n }\n else {\n if (-1 < local_28) {\n puVar5[local_28] = (ushort)uVar10;\n }\n local_28 = local_28 + 1;\n }\n local_34 = local_34 + 1;\n uVar10 = local_38;\n } while (iVar1 + 1 != local_34);" do (compound_statement "{\n iVar12 = 0;\n local_38 = 0;\n iVar6 = local_34;\n do {\n if ((iVar12 <= iVar13) && (iVar6 <= iVar8)) {\n uVar9 = uVar10 + (uint)pLVar3[iVar12] * (uint)pLVar4[iVar6];\n uVar10 = uVar9 & 0xffff;\n local_38 = local_38 + (uVar9 >> 0x10);\n }\n iVar6 = iVar6 + -1;\n iVar12 = iVar12 + 1;\n } while (iVar6 != -1);\n local_20 = local_20 | uVar10;\n if ((local_20 == 0) && (-1 < local_28)) {\n local_18 = local_18 + 1;\n local_1c = local_1c + 1;\n }\n else {\n if (-1 < local_28) {\n puVar5[local_28] = (ushort)uVar10;\n }\n local_28 = local_28 + 1;\n }\n local_34 = local_34 + 1;\n uVar10 = local_38;\n }" { (expression_statement "iVar12 = 0;" (assignment_expression "iVar12 = 0" identifier = number_literal) ;) (expression_statement "local_38 = 0;" (assignment_expression "local_38 = 0" identifier = number_literal) ;) (expression_statement "iVar6 = local_34;" (assignment_expression "iVar6 = local_34" identifier = identifier) ;) (do_statement "do {\n if ((iVar12 <= iVar13) && (iVar6 <= iVar8)) {\n uVar9 = uVar10 + (uint)pLVar3[iVar12] * (uint)pLVar4[iVar6];\n uVar10 = uVar9 & 0xffff;\n local_38 = local_38 + (uVar9 >> 0x10);\n }\n iVar6 = iVar6 + -1;\n iVar12 = iVar12 + 1;\n } while (iVar6 != -1);" do (compound_statement "{\n if ((iVar12 <= iVar13) && (iVar6 <= iVar8)) {\n uVar9 = uVar10 + (uint)pLVar3[iVar12] * (uint)pLVar4[iVar6];\n uVar10 = uVar9 & 0xffff;\n local_38 = local_38 + (uVar9 >> 0x10);\n }\n iVar6 = iVar6 + -1;\n iVar12 = iVar12 + 1;\n }" { (if_statement "if ((iVar12 <= iVar13) && (iVar6 <= iVar8)) {\n uVar9 = uVar10 + (uint)pLVar3[iVar12] * (uint)pLVar4[iVar6];\n uVar10 = uVar9 & 0xffff;\n local_38 = local_38 + (uVar9 >> 0x10);\n }" if (parenthesized_expression "((iVar12 <= iVar13) && (iVar6 <= iVar8))" ( (binary_expression "(iVar12 <= iVar13) && (iVar6 <= iVar8)" (parenthesized_expression "(iVar12 <= iVar13)" ( (binary_expression "iVar12 <= iVar13" identifier <= identifier) )) && (parenthesized_expression "(iVar6 <= iVar8)" ( (binary_expression "iVar6 <= iVar8" identifier <= identifier) ))) )) (compound_statement "{\n uVar9 = uVar10 + (uint)pLVar3[iVar12] * (uint)pLVar4[iVar6];\n uVar10 = uVar9 & 0xffff;\n local_38 = local_38 + (uVar9 >> 0x10);\n }" { (expression_statement "uVar9 = uVar10 + (uint)pLVar3[iVar12] * (uint)pLVar4[iVar6];" (assignment_expression "uVar9 = uVar10 + (uint)pLVar3[iVar12] * (uint)pLVar4[iVar6]" identifier = (binary_expression "uVar10 + (uint)pLVar3[iVar12] * (uint)pLVar4[iVar6]" identifier + (binary_expression "(uint)pLVar3[iVar12] * (uint)pLVar4[iVar6]" (cast_expression "(uint)pLVar3[iVar12]" ( (type_descriptor "uint" type_identifier) ) (subscript_expression "pLVar3[iVar12]" identifier [ identifier ])) * (cast_expression "(uint)pLVar4[iVar6]" ( (type_descriptor "uint" type_identifier) ) (subscript_expression "pLVar4[iVar6]" identifier [ identifier ]))))) ;) (expression_statement "uVar10 = uVar9 & 0xffff;" (assignment_expression "uVar10 = uVar9 & 0xffff" identifier = (binary_expression "uVar9 & 0xffff" identifier & number_literal)) ;) (expression_statement "local_38 = local_38 + (uVar9 >> 0x10);" (assignment_expression "local_38 = local_38 + (uVar9 >> 0x10)" identifier = (binary_expression "local_38 + (uVar9 >> 0x10)" identifier + (parenthesized_expression "(uVar9 >> 0x10)" ( (binary_expression "uVar9 >> 0x10" identifier >> number_literal) )))) ;) })) (expression_statement "iVar6 = iVar6 + -1;" (assignment_expression "iVar6 = iVar6 + -1" identifier = (binary_expression "iVar6 + -1" identifier + number_literal)) ;) (expression_statement "iVar12 = iVar12 + 1;" (assignment_expression "iVar12 = iVar12 + 1" identifier = (binary_expression "iVar12 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(iVar6 != -1)" ( (binary_expression "iVar6 != -1" identifier != number_literal) )) ;) (expression_statement "local_20 = local_20 | uVar10;" (assignment_expression "local_20 = local_20 | uVar10" identifier = (binary_expression "local_20 | uVar10" identifier | identifier)) ;) (if_statement "if ((local_20 == 0) && (-1 < local_28)) {\n local_18 = local_18 + 1;\n local_1c = local_1c + 1;\n }\n else {\n if (-1 < local_28) {\n puVar5[local_28] = (ushort)uVar10;\n }\n local_28 = local_28 + 1;\n }" if (parenthesized_expression "((local_20 == 0) && (-1 < local_28))" ( (binary_expression "(local_20 == 0) && (-1 < local_28)" (parenthesized_expression "(local_20 == 0)" ( (binary_expression "local_20 == 0" identifier == number_literal) )) && (parenthesized_expression "(-1 < local_28)" ( (binary_expression "-1 < local_28" number_literal < identifier) ))) )) (compound_statement "{\n local_18 = local_18 + 1;\n local_1c = local_1c + 1;\n }" { (expression_statement "local_18 = local_18 + 1;" (assignment_expression "local_18 = local_18 + 1" identifier = (binary_expression "local_18 + 1" identifier + number_literal)) ;) (expression_statement "local_1c = local_1c + 1;" (assignment_expression "local_1c = local_1c + 1" identifier = (binary_expression "local_1c + 1" identifier + number_literal)) ;) }) (else_clause "else {\n if (-1 < local_28) {\n puVar5[local_28] = (ushort)uVar10;\n }\n local_28 = local_28 + 1;\n }" else (compound_statement "{\n if (-1 < local_28) {\n puVar5[local_28] = (ushort)uVar10;\n }\n local_28 = local_28 + 1;\n }" { (if_statement "if (-1 < local_28) {\n puVar5[local_28] = (ushort)uVar10;\n }" if (parenthesized_expression "(-1 < local_28)" ( (binary_expression "-1 < local_28" number_literal < identifier) )) (compound_statement "{\n puVar5[local_28] = (ushort)uVar10;\n }" { (expression_statement "puVar5[local_28] = (ushort)uVar10;" (assignment_expression "puVar5[local_28] = (ushort)uVar10" (subscript_expression "puVar5[local_28]" identifier [ identifier ]) = (cast_expression "(ushort)uVar10" ( (type_descriptor "ushort" type_identifier) ) identifier)) ;) })) (expression_statement "local_28 = local_28 + 1;" (assignment_expression "local_28 = local_28 + 1" identifier = (binary_expression "local_28 + 1" identifier + number_literal)) ;) }))) (expression_statement "local_34 = local_34 + 1;" (assignment_expression "local_34 = local_34 + 1" identifier = (binary_expression "local_34 + 1" identifier + number_literal)) ;) (expression_statement "uVar10 = local_38;" (assignment_expression "uVar10 = local_38" identifier = identifier) ;) }) while (parenthesized_expression "(iVar1 + 1 != local_34)" ( (binary_expression "iVar1 + 1 != local_34" (binary_expression "iVar1 + 1" identifier + number_literal) != identifier) )) ;) (if_statement "if (local_38 != 0) {\n if (local_18 < 1) {\n local_1c = local_1c + 1;\n puVar11 = puVar5 + local_28 + -1;\n for (puVar7 = puVar11; puVar5 <= puVar7; puVar7 = puVar7 + -1) {\n uVar2 = *puVar7;\n *puVar7 = (ushort)local_38;\n local_38 = (uint)uVar2;\n }\n }\n else {\n puVar11 = puVar5 + local_28;\n *puVar11 = (ushort)local_38;\n }\n goto LAB_000256f3;\n }" if (parenthesized_expression "(local_38 != 0)" ( (binary_expression "local_38 != 0" identifier != number_literal) )) (compound_statement "{\n if (local_18 < 1) {\n local_1c = local_1c + 1;\n puVar11 = puVar5 + local_28 + -1;\n for (puVar7 = puVar11; puVar5 <= puVar7; puVar7 = puVar7 + -1) {\n uVar2 = *puVar7;\n *puVar7 = (ushort)local_38;\n local_38 = (uint)uVar2;\n }\n }\n else {\n puVar11 = puVar5 + local_28;\n *puVar11 = (ushort)local_38;\n }\n goto LAB_000256f3;\n }" { (if_statement "if (local_18 < 1) {\n local_1c = local_1c + 1;\n puVar11 = puVar5 + local_28 + -1;\n for (puVar7 = puVar11; puVar5 <= puVar7; puVar7 = puVar7 + -1) {\n uVar2 = *puVar7;\n *puVar7 = (ushort)local_38;\n local_38 = (uint)uVar2;\n }\n }\n else {\n puVar11 = puVar5 + local_28;\n *puVar11 = (ushort)local_38;\n }" if (parenthesized_expression "(local_18 < 1)" ( (binary_expression "local_18 < 1" identifier < number_literal) )) (compound_statement "{\n local_1c = local_1c + 1;\n puVar11 = puVar5 + local_28 + -1;\n for (puVar7 = puVar11; puVar5 <= puVar7; puVar7 = puVar7 + -1) {\n uVar2 = *puVar7;\n *puVar7 = (ushort)local_38;\n local_38 = (uint)uVar2;\n }\n }" { (expression_statement "local_1c = local_1c + 1;" (assignment_expression "local_1c = local_1c + 1" identifier = (binary_expression "local_1c + 1" identifier + number_literal)) ;) (expression_statement "puVar11 = puVar5 + local_28 + -1;" (assignment_expression "puVar11 = puVar5 + local_28 + -1" identifier = (binary_expression "puVar5 + local_28 + -1" (binary_expression "puVar5 + local_28" identifier + identifier) + number_literal)) ;) (for_statement "for (puVar7 = puVar11; puVar5 <= puVar7; puVar7 = puVar7 + -1) {\n uVar2 = *puVar7;\n *puVar7 = (ushort)local_38;\n local_38 = (uint)uVar2;\n }" for ( (assignment_expression "puVar7 = puVar11" identifier = identifier) ; (binary_expression "puVar5 <= puVar7" identifier <= identifier) ; (assignment_expression "puVar7 = puVar7 + -1" identifier = (binary_expression "puVar7 + -1" identifier + number_literal)) ) (compound_statement "{\n uVar2 = *puVar7;\n *puVar7 = (ushort)local_38;\n local_38 = (uint)uVar2;\n }" { (expression_statement "uVar2 = *puVar7;" (assignment_expression "uVar2 = *puVar7" identifier = (pointer_expression "*puVar7" * identifier)) ;) (expression_statement "*puVar7 = (ushort)local_38;" (assignment_expression "*puVar7 = (ushort)local_38" (pointer_expression "*puVar7" * identifier) = (cast_expression "(ushort)local_38" ( (type_descriptor "ushort" type_identifier) ) identifier)) ;) (expression_statement "local_38 = (uint)uVar2;" (assignment_expression "local_38 = (uint)uVar2" identifier = (cast_expression "(uint)uVar2" ( (type_descriptor "uint" type_identifier) ) identifier)) ;) })) }) (else_clause "else {\n puVar11 = puVar5 + local_28;\n *puVar11 = (ushort)local_38;\n }" else (compound_statement "{\n puVar11 = puVar5 + local_28;\n *puVar11 = (ushort)local_38;\n }" { (expression_statement "puVar11 = puVar5 + local_28;" (assignment_expression "puVar11 = puVar5 + local_28" identifier = (binary_expression "puVar5 + local_28" identifier + identifier)) ;) (expression_statement "*puVar11 = (ushort)local_38;" (assignment_expression "*puVar11 = (ushort)local_38" (pointer_expression "*puVar11" * identifier) = (cast_expression "(ushort)local_38" ( (type_descriptor "ushort" type_identifier) ) identifier)) ;) }))) (goto_statement "goto LAB_000256f3;" goto statement_identifier ;) })) })) (expression_statement "puVar11 = puVar5 + local_28 + -1;" (assignment_expression "puVar11 = puVar5 + local_28 + -1" identifier = (binary_expression "puVar5 + local_28 + -1" (binary_expression "puVar5 + local_28" identifier + identifier) + number_literal)) ;) (labeled_statement "LAB_000256f3:\n product->leader = puVar11;" statement_identifier : (expression_statement "product->leader = puVar11;" (assignment_expression "product->leader = puVar11" (field_expression "product->leader" identifier -> field_identifier) = identifier) ;)) (expression_statement "product->exponent = local_1c;" (assignment_expression "product->exponent = local_1c" (field_expression "product->exponent" identifier -> field_identifier) = identifier) ;) (return_statement "return;" return ;) })))
(translation_unit "void FUN_00025560(int *param_1,int *param_2,undefined4 *param_3)\n\n{\n int iVar1;\n ushort uVar2;\n int iVar3;\n int iVar4;\n ushort *puVar5;\n int iVar6;\n ushort *puVar7;\n int iVar8;\n uint uVar9;\n uint uVar10;\n ushort *puVar11;\n int iVar12;\n int iVar13;\n uint local_38;\n int local_34;\n int local_28;\n uint local_20;\n int local_1c;\n int local_18;\n \n if ((((char)param_1[4] - 0x2bU & 0xfd) != 0) || (((char)param_2[4] - 0x2bU & 0xfd) != 0)) {\n *(undefined1 *)(param_3 + 4) = 0;\n return;\n }\n local_28 = 0;\n *(char *)(param_3 + 4) = ((char)param_1[4] != (char)param_2[4]) * '\x02' + '+';\n iVar3 = *param_1;\n iVar4 = *param_2;\n iVar13 = param_1[2] - iVar3 >> 1;\n iVar8 = param_2[2] - iVar4 >> 1;\n puVar5 = (ushort *)*param_3;\n local_1c = param_1[3] + param_2[3];\n iVar1 = iVar13 + iVar8;\n local_18 = (param_3[1] - (int)puVar5 >> 1) - iVar1;\n if (local_18 < 0) {\n local_1c = local_1c - local_18;\n local_28 = local_18;\n }\n if (-1 < iVar1) {\n local_34 = 0;\n local_20 = 0;\n uVar10 = 0;\n do {\n iVar12 = 0;\n local_38 = 0;\n iVar6 = local_34;\n do {\n if ((iVar12 <= iVar13) && (iVar6 <= iVar8)) {\n uVar9 = uVar10 + (uint)*(ushort *)(iVar3 + iVar12 * 2) *\n (uint)*(ushort *)(iVar4 + iVar6 * 2);\n uVar10 = uVar9 & 0xffff;\n local_38 = local_38 + (uVar9 >> 0x10);\n }\n iVar6 = iVar6 + -1;\n iVar12 = iVar12 + 1;\n } while (iVar6 != -1);\n local_20 = local_20 | uVar10;\n if ((local_20 == 0) && (-1 < local_28)) {\n local_18 = local_18 + 1;\n local_1c = local_1c + 1;\n }\n else {\n if (-1 < local_28) {\n puVar5[local_28] = (ushort)uVar10;\n }\n local_28 = local_28 + 1;\n }\n local_34 = local_34 + 1;\n uVar10 = local_38;\n } while (iVar1 + 1 != local_34);\n if (local_38 != 0) {\n if (local_18 < 1) {\n local_1c = local_1c + 1;\n puVar11 = puVar5 + local_28 + -1;\n for (puVar7 = puVar11; puVar5 <= puVar7; puVar7 = puVar7 + -1) {\n uVar2 = *puVar7;\n *puVar7 = (ushort)local_38;\n local_38 = (uint)uVar2;\n }\n }\n else {\n puVar11 = puVar5 + local_28;\n *puVar11 = (ushort)local_38;\n }\n goto LAB_000256f3;\n }\n }\n puVar11 = puVar5 + local_28 + -1;\nLAB_000256f3:\n param_3[2] = puVar11;\n param_3[3] = local_1c;\n return;\n}\n\n" (function_definition "void FUN_00025560(int *param_1,int *param_2,undefined4 *param_3)\n\n{\n int iVar1;\n ushort uVar2;\n int iVar3;\n int iVar4;\n ushort *puVar5;\n int iVar6;\n ushort *puVar7;\n int iVar8;\n uint uVar9;\n uint uVar10;\n ushort *puVar11;\n int iVar12;\n int iVar13;\n uint local_38;\n int local_34;\n int local_28;\n uint local_20;\n int local_1c;\n int local_18;\n \n if ((((char)param_1[4] - 0x2bU & 0xfd) != 0) || (((char)param_2[4] - 0x2bU & 0xfd) != 0)) {\n *(undefined1 *)(param_3 + 4) = 0;\n return;\n }\n local_28 = 0;\n *(char *)(param_3 + 4) = ((char)param_1[4] != (char)param_2[4]) * '\x02' + '+';\n iVar3 = *param_1;\n iVar4 = *param_2;\n iVar13 = param_1[2] - iVar3 >> 1;\n iVar8 = param_2[2] - iVar4 >> 1;\n puVar5 = (ushort *)*param_3;\n local_1c = param_1[3] + param_2[3];\n iVar1 = iVar13 + iVar8;\n local_18 = (param_3[1] - (int)puVar5 >> 1) - iVar1;\n if (local_18 < 0) {\n local_1c = local_1c - local_18;\n local_28 = local_18;\n }\n if (-1 < iVar1) {\n local_34 = 0;\n local_20 = 0;\n uVar10 = 0;\n do {\n iVar12 = 0;\n local_38 = 0;\n iVar6 = local_34;\n do {\n if ((iVar12 <= iVar13) && (iVar6 <= iVar8)) {\n uVar9 = uVar10 + (uint)*(ushort *)(iVar3 + iVar12 * 2) *\n (uint)*(ushort *)(iVar4 + iVar6 * 2);\n uVar10 = uVar9 & 0xffff;\n local_38 = local_38 + (uVar9 >> 0x10);\n }\n iVar6 = iVar6 + -1;\n iVar12 = iVar12 + 1;\n } while (iVar6 != -1);\n local_20 = local_20 | uVar10;\n if ((local_20 == 0) && (-1 < local_28)) {\n local_18 = local_18 + 1;\n local_1c = local_1c + 1;\n }\n else {\n if (-1 < local_28) {\n puVar5[local_28] = (ushort)uVar10;\n }\n local_28 = local_28 + 1;\n }\n local_34 = local_34 + 1;\n uVar10 = local_38;\n } while (iVar1 + 1 != local_34);\n if (local_38 != 0) {\n if (local_18 < 1) {\n local_1c = local_1c + 1;\n puVar11 = puVar5 + local_28 + -1;\n for (puVar7 = puVar11; puVar5 <= puVar7; puVar7 = puVar7 + -1) {\n uVar2 = *puVar7;\n *puVar7 = (ushort)local_38;\n local_38 = (uint)uVar2;\n }\n }\n else {\n puVar11 = puVar5 + local_28;\n *puVar11 = (ushort)local_38;\n }\n goto LAB_000256f3;\n }\n }\n puVar11 = puVar5 + local_28 + -1;\nLAB_000256f3:\n param_3[2] = puVar11;\n param_3[3] = local_1c;\n return;\n}" primitive_type (function_declarator "FUN_00025560(int *param_1,int *param_2,undefined4 *param_3)" identifier (parameter_list "(int *param_1,int *param_2,undefined4 *param_3)" ( (parameter_declaration "int *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "int *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "undefined4 *param_3" type_identifier (pointer_declarator "*param_3" * identifier)) ))) (compound_statement "{\n int iVar1;\n ushort uVar2;\n int iVar3;\n int iVar4;\n ushort *puVar5;\n int iVar6;\n ushort *puVar7;\n int iVar8;\n uint uVar9;\n uint uVar10;\n ushort *puVar11;\n int iVar12;\n int iVar13;\n uint local_38;\n int local_34;\n int local_28;\n uint local_20;\n int local_1c;\n int local_18;\n \n if ((((char)param_1[4] - 0x2bU & 0xfd) != 0) || (((char)param_2[4] - 0x2bU & 0xfd) != 0)) {\n *(undefined1 *)(param_3 + 4) = 0;\n return;\n }\n local_28 = 0;\n *(char *)(param_3 + 4) = ((char)param_1[4] != (char)param_2[4]) * '\x02' + '+';\n iVar3 = *param_1;\n iVar4 = *param_2;\n iVar13 = param_1[2] - iVar3 >> 1;\n iVar8 = param_2[2] - iVar4 >> 1;\n puVar5 = (ushort *)*param_3;\n local_1c = param_1[3] + param_2[3];\n iVar1 = iVar13 + iVar8;\n local_18 = (param_3[1] - (int)puVar5 >> 1) - iVar1;\n if (local_18 < 0) {\n local_1c = local_1c - local_18;\n local_28 = local_18;\n }\n if (-1 < iVar1) {\n local_34 = 0;\n local_20 = 0;\n uVar10 = 0;\n do {\n iVar12 = 0;\n local_38 = 0;\n iVar6 = local_34;\n do {\n if ((iVar12 <= iVar13) && (iVar6 <= iVar8)) {\n uVar9 = uVar10 + (uint)*(ushort *)(iVar3 + iVar12 * 2) *\n (uint)*(ushort *)(iVar4 + iVar6 * 2);\n uVar10 = uVar9 & 0xffff;\n local_38 = local_38 + (uVar9 >> 0x10);\n }\n iVar6 = iVar6 + -1;\n iVar12 = iVar12 + 1;\n } while (iVar6 != -1);\n local_20 = local_20 | uVar10;\n if ((local_20 == 0) && (-1 < local_28)) {\n local_18 = local_18 + 1;\n local_1c = local_1c + 1;\n }\n else {\n if (-1 < local_28) {\n puVar5[local_28] = (ushort)uVar10;\n }\n local_28 = local_28 + 1;\n }\n local_34 = local_34 + 1;\n uVar10 = local_38;\n } while (iVar1 + 1 != local_34);\n if (local_38 != 0) {\n if (local_18 < 1) {\n local_1c = local_1c + 1;\n puVar11 = puVar5 + local_28 + -1;\n for (puVar7 = puVar11; puVar5 <= puVar7; puVar7 = puVar7 + -1) {\n uVar2 = *puVar7;\n *puVar7 = (ushort)local_38;\n local_38 = (uint)uVar2;\n }\n }\n else {\n puVar11 = puVar5 + local_28;\n *puVar11 = (ushort)local_38;\n }\n goto LAB_000256f3;\n }\n }\n puVar11 = puVar5 + local_28 + -1;\nLAB_000256f3:\n param_3[2] = puVar11;\n param_3[3] = local_1c;\n return;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "ushort uVar2;" type_identifier identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "int iVar4;" primitive_type identifier ;) (declaration "ushort *puVar5;" type_identifier (pointer_declarator "*puVar5" * identifier) ;) (declaration "int iVar6;" primitive_type identifier ;) (declaration "ushort *puVar7;" type_identifier (pointer_declarator "*puVar7" * identifier) ;) (declaration "int iVar8;" primitive_type identifier ;) (declaration "uint uVar9;" type_identifier identifier ;) (declaration "uint uVar10;" type_identifier identifier ;) (declaration "ushort *puVar11;" type_identifier (pointer_declarator "*puVar11" * identifier) ;) (declaration "int iVar12;" primitive_type identifier ;) (declaration "int iVar13;" primitive_type identifier ;) (declaration "uint local_38;" type_identifier identifier ;) (declaration "int local_34;" primitive_type identifier ;) (declaration "int local_28;" primitive_type identifier ;) (declaration "uint local_20;" type_identifier identifier ;) (declaration "int local_1c;" primitive_type identifier ;) (declaration "int local_18;" primitive_type identifier ;) (if_statement "if ((((char)param_1[4] - 0x2bU & 0xfd) != 0) || (((char)param_2[4] - 0x2bU & 0xfd) != 0)) {\n *(undefined1 *)(param_3 + 4) = 0;\n return;\n }" if (parenthesized_expression "((((char)param_1[4] - 0x2bU & 0xfd) != 0) || (((char)param_2[4] - 0x2bU & 0xfd) != 0))" ( (binary_expression "(((char)param_1[4] - 0x2bU & 0xfd) != 0) || (((char)param_2[4] - 0x2bU & 0xfd) != 0)" (parenthesized_expression "(((char)param_1[4] - 0x2bU & 0xfd) != 0)" ( (binary_expression "((char)param_1[4] - 0x2bU & 0xfd) != 0" (parenthesized_expression "((char)param_1[4] - 0x2bU & 0xfd)" ( (binary_expression "(char)param_1[4] - 0x2bU & 0xfd" (binary_expression "(char)param_1[4] - 0x2bU" (cast_expression "(char)param_1[4]" ( (type_descriptor "char" primitive_type) ) (subscript_expression "param_1[4]" identifier [ number_literal ])) - number_literal) & number_literal) )) != number_literal) )) || (parenthesized_expression "(((char)param_2[4] - 0x2bU & 0xfd) != 0)" ( (binary_expression "((char)param_2[4] - 0x2bU & 0xfd) != 0" (parenthesized_expression "((char)param_2[4] - 0x2bU & 0xfd)" ( (binary_expression "(char)param_2[4] - 0x2bU & 0xfd" (binary_expression "(char)param_2[4] - 0x2bU" (cast_expression "(char)param_2[4]" ( (type_descriptor "char" primitive_type) ) (subscript_expression "param_2[4]" identifier [ number_literal ])) - number_literal) & number_literal) )) != number_literal) ))) )) (compound_statement "{\n *(undefined1 *)(param_3 + 4) = 0;\n return;\n }" { (expression_statement "*(undefined1 *)(param_3 + 4) = 0;" (assignment_expression "*(undefined1 *)(param_3 + 4) = 0" (pointer_expression "*(undefined1 *)(param_3 + 4)" * (cast_expression "(undefined1 *)(param_3 + 4)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 4)" ( (binary_expression "param_3 + 4" identifier + number_literal) )))) = number_literal) ;) (return_statement "return;" return ;) })) (expression_statement "local_28 = 0;" (assignment_expression "local_28 = 0" identifier = number_literal) ;) (expression_statement "*(char *)(param_3 + 4) = ((char)param_1[4] != (char)param_2[4]) * '\x02' + '+';" (assignment_expression "*(char *)(param_3 + 4) = ((char)param_1[4] != (char)param_2[4]) * '\x02' + '+'" (pointer_expression "*(char *)(param_3 + 4)" * (cast_expression "(char *)(param_3 + 4)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 4)" ( (binary_expression "param_3 + 4" identifier + number_literal) )))) = (binary_expression "((char)param_1[4] != (char)param_2[4]) * '\x02' + '+'" (binary_expression "((char)param_1[4] != (char)param_2[4]) * '\x02'" (parenthesized_expression "((char)param_1[4] != (char)param_2[4])" ( (binary_expression "(char)param_1[4] != (char)param_2[4]" (cast_expression "(char)param_1[4]" ( (type_descriptor "char" primitive_type) ) (subscript_expression "param_1[4]" identifier [ number_literal ])) != (cast_expression "(char)param_2[4]" ( (type_descriptor "char" primitive_type) ) (subscript_expression "param_2[4]" identifier [ number_literal ]))) )) * (char_literal "'\x02'" ' escape_sequence ')) + (char_literal "'+'" ' character '))) ;) (expression_statement "iVar3 = *param_1;" (assignment_expression "iVar3 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "iVar4 = *param_2;" (assignment_expression "iVar4 = *param_2" identifier = (pointer_expression "*param_2" * identifier)) ;) (expression_statement "iVar13 = param_1[2] - iVar3 >> 1;" (assignment_expression "iVar13 = param_1[2] - iVar3 >> 1" identifier = (binary_expression "param_1[2] - iVar3 >> 1" (binary_expression "param_1[2] - iVar3" (subscript_expression "param_1[2]" identifier [ number_literal ]) - identifier) >> number_literal)) ;) (expression_statement "iVar8 = param_2[2] - iVar4 >> 1;" (assignment_expression "iVar8 = param_2[2] - iVar4 >> 1" identifier = (binary_expression "param_2[2] - iVar4 >> 1" (binary_expression "param_2[2] - iVar4" (subscript_expression "param_2[2]" identifier [ number_literal ]) - identifier) >> number_literal)) ;) (expression_statement "puVar5 = (ushort *)*param_3;" (assignment_expression "puVar5 = (ushort *)*param_3" identifier = (cast_expression "(ushort *)*param_3" ( (type_descriptor "ushort *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_3" * identifier))) ;) (expression_statement "local_1c = param_1[3] + param_2[3];" (assignment_expression "local_1c = param_1[3] + param_2[3]" identifier = (binary_expression "param_1[3] + param_2[3]" (subscript_expression "param_1[3]" identifier [ number_literal ]) + (subscript_expression "param_2[3]" identifier [ number_literal ]))) ;) (expression_statement "iVar1 = iVar13 + iVar8;" (assignment_expression "iVar1 = iVar13 + iVar8" identifier = (binary_expression "iVar13 + iVar8" identifier + identifier)) ;) (expression_statement "local_18 = (param_3[1] - (int)puVar5 >> 1) - iVar1;" (assignment_expression "local_18 = (param_3[1] - (int)puVar5 >> 1) - iVar1" identifier = (binary_expression "(param_3[1] - (int)puVar5 >> 1) - iVar1" (parenthesized_expression "(param_3[1] - (int)puVar5 >> 1)" ( (binary_expression "param_3[1] - (int)puVar5 >> 1" (binary_expression "param_3[1] - (int)puVar5" (subscript_expression "param_3[1]" identifier [ number_literal ]) - (cast_expression "(int)puVar5" ( (type_descriptor "int" primitive_type) ) identifier)) >> number_literal) )) - identifier)) ;) (if_statement "if (local_18 < 0) {\n local_1c = local_1c - local_18;\n local_28 = local_18;\n }" if (parenthesized_expression "(local_18 < 0)" ( (binary_expression "local_18 < 0" identifier < number_literal) )) (compound_statement "{\n local_1c = local_1c - local_18;\n local_28 = local_18;\n }" { (expression_statement "local_1c = local_1c - local_18;" (assignment_expression "local_1c = local_1c - local_18" identifier = (binary_expression "local_1c - local_18" identifier - identifier)) ;) (expression_statement "local_28 = local_18;" (assignment_expression "local_28 = local_18" identifier = identifier) ;) })) (if_statement "if (-1 < iVar1) {\n local_34 = 0;\n local_20 = 0;\n uVar10 = 0;\n do {\n iVar12 = 0;\n local_38 = 0;\n iVar6 = local_34;\n do {\n if ((iVar12 <= iVar13) && (iVar6 <= iVar8)) {\n uVar9 = uVar10 + (uint)*(ushort *)(iVar3 + iVar12 * 2) *\n (uint)*(ushort *)(iVar4 + iVar6 * 2);\n uVar10 = uVar9 & 0xffff;\n local_38 = local_38 + (uVar9 >> 0x10);\n }\n iVar6 = iVar6 + -1;\n iVar12 = iVar12 + 1;\n } while (iVar6 != -1);\n local_20 = local_20 | uVar10;\n if ((local_20 == 0) && (-1 < local_28)) {\n local_18 = local_18 + 1;\n local_1c = local_1c + 1;\n }\n else {\n if (-1 < local_28) {\n puVar5[local_28] = (ushort)uVar10;\n }\n local_28 = local_28 + 1;\n }\n local_34 = local_34 + 1;\n uVar10 = local_38;\n } while (iVar1 + 1 != local_34);\n if (local_38 != 0) {\n if (local_18 < 1) {\n local_1c = local_1c + 1;\n puVar11 = puVar5 + local_28 + -1;\n for (puVar7 = puVar11; puVar5 <= puVar7; puVar7 = puVar7 + -1) {\n uVar2 = *puVar7;\n *puVar7 = (ushort)local_38;\n local_38 = (uint)uVar2;\n }\n }\n else {\n puVar11 = puVar5 + local_28;\n *puVar11 = (ushort)local_38;\n }\n goto LAB_000256f3;\n }\n }" if (parenthesized_expression "(-1 < iVar1)" ( (binary_expression "-1 < iVar1" number_literal < identifier) )) (compound_statement "{\n local_34 = 0;\n local_20 = 0;\n uVar10 = 0;\n do {\n iVar12 = 0;\n local_38 = 0;\n iVar6 = local_34;\n do {\n if ((iVar12 <= iVar13) && (iVar6 <= iVar8)) {\n uVar9 = uVar10 + (uint)*(ushort *)(iVar3 + iVar12 * 2) *\n (uint)*(ushort *)(iVar4 + iVar6 * 2);\n uVar10 = uVar9 & 0xffff;\n local_38 = local_38 + (uVar9 >> 0x10);\n }\n iVar6 = iVar6 + -1;\n iVar12 = iVar12 + 1;\n } while (iVar6 != -1);\n local_20 = local_20 | uVar10;\n if ((local_20 == 0) && (-1 < local_28)) {\n local_18 = local_18 + 1;\n local_1c = local_1c + 1;\n }\n else {\n if (-1 < local_28) {\n puVar5[local_28] = (ushort)uVar10;\n }\n local_28 = local_28 + 1;\n }\n local_34 = local_34 + 1;\n uVar10 = local_38;\n } while (iVar1 + 1 != local_34);\n if (local_38 != 0) {\n if (local_18 < 1) {\n local_1c = local_1c + 1;\n puVar11 = puVar5 + local_28 + -1;\n for (puVar7 = puVar11; puVar5 <= puVar7; puVar7 = puVar7 + -1) {\n uVar2 = *puVar7;\n *puVar7 = (ushort)local_38;\n local_38 = (uint)uVar2;\n }\n }\n else {\n puVar11 = puVar5 + local_28;\n *puVar11 = (ushort)local_38;\n }\n goto LAB_000256f3;\n }\n }" { (expression_statement "local_34 = 0;" (assignment_expression "local_34 = 0" identifier = number_literal) ;) (expression_statement "local_20 = 0;" (assignment_expression "local_20 = 0" identifier = number_literal) ;) (expression_statement "uVar10 = 0;" (assignment_expression "uVar10 = 0" identifier = number_literal) ;) (do_statement "do {\n iVar12 = 0;\n local_38 = 0;\n iVar6 = local_34;\n do {\n if ((iVar12 <= iVar13) && (iVar6 <= iVar8)) {\n uVar9 = uVar10 + (uint)*(ushort *)(iVar3 + iVar12 * 2) *\n (uint)*(ushort *)(iVar4 + iVar6 * 2);\n uVar10 = uVar9 & 0xffff;\n local_38 = local_38 + (uVar9 >> 0x10);\n }\n iVar6 = iVar6 + -1;\n iVar12 = iVar12 + 1;\n } while (iVar6 != -1);\n local_20 = local_20 | uVar10;\n if ((local_20 == 0) && (-1 < local_28)) {\n local_18 = local_18 + 1;\n local_1c = local_1c + 1;\n }\n else {\n if (-1 < local_28) {\n puVar5[local_28] = (ushort)uVar10;\n }\n local_28 = local_28 + 1;\n }\n local_34 = local_34 + 1;\n uVar10 = local_38;\n } while (iVar1 + 1 != local_34);" do (compound_statement "{\n iVar12 = 0;\n local_38 = 0;\n iVar6 = local_34;\n do {\n if ((iVar12 <= iVar13) && (iVar6 <= iVar8)) {\n uVar9 = uVar10 + (uint)*(ushort *)(iVar3 + iVar12 * 2) *\n (uint)*(ushort *)(iVar4 + iVar6 * 2);\n uVar10 = uVar9 & 0xffff;\n local_38 = local_38 + (uVar9 >> 0x10);\n }\n iVar6 = iVar6 + -1;\n iVar12 = iVar12 + 1;\n } while (iVar6 != -1);\n local_20 = local_20 | uVar10;\n if ((local_20 == 0) && (-1 < local_28)) {\n local_18 = local_18 + 1;\n local_1c = local_1c + 1;\n }\n else {\n if (-1 < local_28) {\n puVar5[local_28] = (ushort)uVar10;\n }\n local_28 = local_28 + 1;\n }\n local_34 = local_34 + 1;\n uVar10 = local_38;\n }" { (expression_statement "iVar12 = 0;" (assignment_expression "iVar12 = 0" identifier = number_literal) ;) (expression_statement "local_38 = 0;" (assignment_expression "local_38 = 0" identifier = number_literal) ;) (expression_statement "iVar6 = local_34;" (assignment_expression "iVar6 = local_34" identifier = identifier) ;) (do_statement "do {\n if ((iVar12 <= iVar13) && (iVar6 <= iVar8)) {\n uVar9 = uVar10 + (uint)*(ushort *)(iVar3 + iVar12 * 2) *\n (uint)*(ushort *)(iVar4 + iVar6 * 2);\n uVar10 = uVar9 & 0xffff;\n local_38 = local_38 + (uVar9 >> 0x10);\n }\n iVar6 = iVar6 + -1;\n iVar12 = iVar12 + 1;\n } while (iVar6 != -1);" do (compound_statement "{\n if ((iVar12 <= iVar13) && (iVar6 <= iVar8)) {\n uVar9 = uVar10 + (uint)*(ushort *)(iVar3 + iVar12 * 2) *\n (uint)*(ushort *)(iVar4 + iVar6 * 2);\n uVar10 = uVar9 & 0xffff;\n local_38 = local_38 + (uVar9 >> 0x10);\n }\n iVar6 = iVar6 + -1;\n iVar12 = iVar12 + 1;\n }" { (if_statement "if ((iVar12 <= iVar13) && (iVar6 <= iVar8)) {\n uVar9 = uVar10 + (uint)*(ushort *)(iVar3 + iVar12 * 2) *\n (uint)*(ushort *)(iVar4 + iVar6 * 2);\n uVar10 = uVar9 & 0xffff;\n local_38 = local_38 + (uVar9 >> 0x10);\n }" if (parenthesized_expression "((iVar12 <= iVar13) && (iVar6 <= iVar8))" ( (binary_expression "(iVar12 <= iVar13) && (iVar6 <= iVar8)" (parenthesized_expression "(iVar12 <= iVar13)" ( (binary_expression "iVar12 <= iVar13" identifier <= identifier) )) && (parenthesized_expression "(iVar6 <= iVar8)" ( (binary_expression "iVar6 <= iVar8" identifier <= identifier) ))) )) (compound_statement "{\n uVar9 = uVar10 + (uint)*(ushort *)(iVar3 + iVar12 * 2) *\n (uint)*(ushort *)(iVar4 + iVar6 * 2);\n uVar10 = uVar9 & 0xffff;\n local_38 = local_38 + (uVar9 >> 0x10);\n }" { (expression_statement "uVar9 = uVar10 + (uint)*(ushort *)(iVar3 + iVar12 * 2) *\n (uint)*(ushort *)(iVar4 + iVar6 * 2);" (assignment_expression "uVar9 = uVar10 + (uint)*(ushort *)(iVar3 + iVar12 * 2) *\n (uint)*(ushort *)(iVar4 + iVar6 * 2)" identifier = (binary_expression "uVar10 + (uint)*(ushort *)(iVar3 + iVar12 * 2) *\n (uint)*(ushort *)(iVar4 + iVar6 * 2)" identifier + (binary_expression "(uint)*(ushort *)(iVar3 + iVar12 * 2) *\n (uint)*(ushort *)(iVar4 + iVar6 * 2)" (binary_expression "(uint)*(ushort *)(iVar3 + iVar12 * 2) *\n (uint)" (binary_expression "(uint)*(ushort *)(iVar3 + iVar12 * 2)" (parenthesized_expression "(uint)" ( identifier )) * (cast_expression "(ushort *)(iVar3 + iVar12 * 2)" ( (type_descriptor "ushort *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar3 + iVar12 * 2)" ( (binary_expression "iVar3 + iVar12 * 2" identifier + (binary_expression "iVar12 * 2" identifier * number_literal)) )))) * (parenthesized_expression "(uint)" ( identifier ))) * (cast_expression "(ushort *)(iVar4 + iVar6 * 2)" ( (type_descriptor "ushort *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar4 + iVar6 * 2)" ( (binary_expression "iVar4 + iVar6 * 2" identifier + (binary_expression "iVar6 * 2" identifier * number_literal)) )))))) ;) (expression_statement "uVar10 = uVar9 & 0xffff;" (assignment_expression "uVar10 = uVar9 & 0xffff" identifier = (binary_expression "uVar9 & 0xffff" identifier & number_literal)) ;) (expression_statement "local_38 = local_38 + (uVar9 >> 0x10);" (assignment_expression "local_38 = local_38 + (uVar9 >> 0x10)" identifier = (binary_expression "local_38 + (uVar9 >> 0x10)" identifier + (parenthesized_expression "(uVar9 >> 0x10)" ( (binary_expression "uVar9 >> 0x10" identifier >> number_literal) )))) ;) })) (expression_statement "iVar6 = iVar6 + -1;" (assignment_expression "iVar6 = iVar6 + -1" identifier = (binary_expression "iVar6 + -1" identifier + number_literal)) ;) (expression_statement "iVar12 = iVar12 + 1;" (assignment_expression "iVar12 = iVar12 + 1" identifier = (binary_expression "iVar12 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(iVar6 != -1)" ( (binary_expression "iVar6 != -1" identifier != number_literal) )) ;) (expression_statement "local_20 = local_20 | uVar10;" (assignment_expression "local_20 = local_20 | uVar10" identifier = (binary_expression "local_20 | uVar10" identifier | identifier)) ;) (if_statement "if ((local_20 == 0) && (-1 < local_28)) {\n local_18 = local_18 + 1;\n local_1c = local_1c + 1;\n }\n else {\n if (-1 < local_28) {\n puVar5[local_28] = (ushort)uVar10;\n }\n local_28 = local_28 + 1;\n }" if (parenthesized_expression "((local_20 == 0) && (-1 < local_28))" ( (binary_expression "(local_20 == 0) && (-1 < local_28)" (parenthesized_expression "(local_20 == 0)" ( (binary_expression "local_20 == 0" identifier == number_literal) )) && (parenthesized_expression "(-1 < local_28)" ( (binary_expression "-1 < local_28" number_literal < identifier) ))) )) (compound_statement "{\n local_18 = local_18 + 1;\n local_1c = local_1c + 1;\n }" { (expression_statement "local_18 = local_18 + 1;" (assignment_expression "local_18 = local_18 + 1" identifier = (binary_expression "local_18 + 1" identifier + number_literal)) ;) (expression_statement "local_1c = local_1c + 1;" (assignment_expression "local_1c = local_1c + 1" identifier = (binary_expression "local_1c + 1" identifier + number_literal)) ;) }) (else_clause "else {\n if (-1 < local_28) {\n puVar5[local_28] = (ushort)uVar10;\n }\n local_28 = local_28 + 1;\n }" else (compound_statement "{\n if (-1 < local_28) {\n puVar5[local_28] = (ushort)uVar10;\n }\n local_28 = local_28 + 1;\n }" { (if_statement "if (-1 < local_28) {\n puVar5[local_28] = (ushort)uVar10;\n }" if (parenthesized_expression "(-1 < local_28)" ( (binary_expression "-1 < local_28" number_literal < identifier) )) (compound_statement "{\n puVar5[local_28] = (ushort)uVar10;\n }" { (expression_statement "puVar5[local_28] = (ushort)uVar10;" (assignment_expression "puVar5[local_28] = (ushort)uVar10" (subscript_expression "puVar5[local_28]" identifier [ identifier ]) = (cast_expression "(ushort)uVar10" ( (type_descriptor "ushort" type_identifier) ) identifier)) ;) })) (expression_statement "local_28 = local_28 + 1;" (assignment_expression "local_28 = local_28 + 1" identifier = (binary_expression "local_28 + 1" identifier + number_literal)) ;) }))) (expression_statement "local_34 = local_34 + 1;" (assignment_expression "local_34 = local_34 + 1" identifier = (binary_expression "local_34 + 1" identifier + number_literal)) ;) (expression_statement "uVar10 = local_38;" (assignment_expression "uVar10 = local_38" identifier = identifier) ;) }) while (parenthesized_expression "(iVar1 + 1 != local_34)" ( (binary_expression "iVar1 + 1 != local_34" (binary_expression "iVar1 + 1" identifier + number_literal) != identifier) )) ;) (if_statement "if (local_38 != 0) {\n if (local_18 < 1) {\n local_1c = local_1c + 1;\n puVar11 = puVar5 + local_28 + -1;\n for (puVar7 = puVar11; puVar5 <= puVar7; puVar7 = puVar7 + -1) {\n uVar2 = *puVar7;\n *puVar7 = (ushort)local_38;\n local_38 = (uint)uVar2;\n }\n }\n else {\n puVar11 = puVar5 + local_28;\n *puVar11 = (ushort)local_38;\n }\n goto LAB_000256f3;\n }" if (parenthesized_expression "(local_38 != 0)" ( (binary_expression "local_38 != 0" identifier != number_literal) )) (compound_statement "{\n if (local_18 < 1) {\n local_1c = local_1c + 1;\n puVar11 = puVar5 + local_28 + -1;\n for (puVar7 = puVar11; puVar5 <= puVar7; puVar7 = puVar7 + -1) {\n uVar2 = *puVar7;\n *puVar7 = (ushort)local_38;\n local_38 = (uint)uVar2;\n }\n }\n else {\n puVar11 = puVar5 + local_28;\n *puVar11 = (ushort)local_38;\n }\n goto LAB_000256f3;\n }" { (if_statement "if (local_18 < 1) {\n local_1c = local_1c + 1;\n puVar11 = puVar5 + local_28 + -1;\n for (puVar7 = puVar11; puVar5 <= puVar7; puVar7 = puVar7 + -1) {\n uVar2 = *puVar7;\n *puVar7 = (ushort)local_38;\n local_38 = (uint)uVar2;\n }\n }\n else {\n puVar11 = puVar5 + local_28;\n *puVar11 = (ushort)local_38;\n }" if (parenthesized_expression "(local_18 < 1)" ( (binary_expression "local_18 < 1" identifier < number_literal) )) (compound_statement "{\n local_1c = local_1c + 1;\n puVar11 = puVar5 + local_28 + -1;\n for (puVar7 = puVar11; puVar5 <= puVar7; puVar7 = puVar7 + -1) {\n uVar2 = *puVar7;\n *puVar7 = (ushort)local_38;\n local_38 = (uint)uVar2;\n }\n }" { (expression_statement "local_1c = local_1c + 1;" (assignment_expression "local_1c = local_1c + 1" identifier = (binary_expression "local_1c + 1" identifier + number_literal)) ;) (expression_statement "puVar11 = puVar5 + local_28 + -1;" (assignment_expression "puVar11 = puVar5 + local_28 + -1" identifier = (binary_expression "puVar5 + local_28 + -1" (binary_expression "puVar5 + local_28" identifier + identifier) + number_literal)) ;) (for_statement "for (puVar7 = puVar11; puVar5 <= puVar7; puVar7 = puVar7 + -1) {\n uVar2 = *puVar7;\n *puVar7 = (ushort)local_38;\n local_38 = (uint)uVar2;\n }" for ( (assignment_expression "puVar7 = puVar11" identifier = identifier) ; (binary_expression "puVar5 <= puVar7" identifier <= identifier) ; (assignment_expression "puVar7 = puVar7 + -1" identifier = (binary_expression "puVar7 + -1" identifier + number_literal)) ) (compound_statement "{\n uVar2 = *puVar7;\n *puVar7 = (ushort)local_38;\n local_38 = (uint)uVar2;\n }" { (expression_statement "uVar2 = *puVar7;" (assignment_expression "uVar2 = *puVar7" identifier = (pointer_expression "*puVar7" * identifier)) ;) (expression_statement "*puVar7 = (ushort)local_38;" (assignment_expression "*puVar7 = (ushort)local_38" (pointer_expression "*puVar7" * identifier) = (cast_expression "(ushort)local_38" ( (type_descriptor "ushort" type_identifier) ) identifier)) ;) (expression_statement "local_38 = (uint)uVar2;" (assignment_expression "local_38 = (uint)uVar2" identifier = (cast_expression "(uint)uVar2" ( (type_descriptor "uint" type_identifier) ) identifier)) ;) })) }) (else_clause "else {\n puVar11 = puVar5 + local_28;\n *puVar11 = (ushort)local_38;\n }" else (compound_statement "{\n puVar11 = puVar5 + local_28;\n *puVar11 = (ushort)local_38;\n }" { (expression_statement "puVar11 = puVar5 + local_28;" (assignment_expression "puVar11 = puVar5 + local_28" identifier = (binary_expression "puVar5 + local_28" identifier + identifier)) ;) (expression_statement "*puVar11 = (ushort)local_38;" (assignment_expression "*puVar11 = (ushort)local_38" (pointer_expression "*puVar11" * identifier) = (cast_expression "(ushort)local_38" ( (type_descriptor "ushort" type_identifier) ) identifier)) ;) }))) (goto_statement "goto LAB_000256f3;" goto statement_identifier ;) })) })) (expression_statement "puVar11 = puVar5 + local_28 + -1;" (assignment_expression "puVar11 = puVar5 + local_28 + -1" identifier = (binary_expression "puVar5 + local_28 + -1" (binary_expression "puVar5 + local_28" identifier + identifier) + number_literal)) ;) (labeled_statement "LAB_000256f3:\n param_3[2] = puVar11;" statement_identifier : (expression_statement "param_3[2] = puVar11;" (assignment_expression "param_3[2] = puVar11" (subscript_expression "param_3[2]" identifier [ number_literal ]) = identifier) ;)) (expression_statement "param_3[3] = local_1c;" (assignment_expression "param_3[3] = local_1c" (subscript_expression "param_3[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)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE 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 TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (binary_expression (cast_expression ( (type_descriptor TYPE) ) (subscript_expression IDENT [ LIT ])) - LIT) & LIT) )) != LIT) )) || (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (binary_expression (cast_expression ( (type_descriptor TYPE) ) (subscript_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) )))) = LIT) ;) (return_statement return ;) })) (expression_statement (assignment_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 (binary_expression (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) (subscript_expression IDENT [ LIT ])) != (cast_expression ( (type_descriptor TYPE) ) (subscript_expression IDENT [ LIT ]))) )) * (char_literal ' escape_sequence ')) + (char_literal ' character '))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression (subscript_expression IDENT [ LIT ]) - IDENT) >> LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression (subscript_expression IDENT [ LIT ]) - IDENT) >> LIT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (subscript_expression IDENT [ LIT ]) + (subscript_expression IDENT [ LIT ]))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (parenthesized_expression ( (binary_expression (binary_expression (subscript_expression IDENT [ LIT ]) - (cast_expression ( (type_descriptor TYPE) ) IDENT)) >> LIT) )) - IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT - IDENT)) ;) (expression_statement (assignment_expression IDENT = 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 = 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 (parenthesized_expression ( (binary_expression IDENT <= IDENT) )) && (parenthesized_expression ( (binary_expression IDENT <= IDENT) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (binary_expression (binary_expression (binary_expression (parenthesized_expression ( IDENT )) * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + (binary_expression IDENT * LIT)) )))) * (parenthesized_expression ( IDENT ))) * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + (binary_expression IDENT * LIT)) )))))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT & LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (parenthesized_expression ( (binary_expression IDENT >> LIT) )))) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( (binary_expression IDENT != LIT) )) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT | IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT == LIT) )) && (parenthesized_expression ( (binary_expression LIT < IDENT) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) (else_clause else (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression LIT < IDENT) )) (compound_statement { (expression_statement (assignment_expression (subscript_expression IDENT [ IDENT ]) = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }))) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) }) while (parenthesized_expression ( (binary_expression (binary_expression IDENT + LIT) != 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 (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT + IDENT) + LIT)) ;) (for_statement for ( (assignment_expression IDENT = IDENT) ; (binary_expression IDENT <= IDENT) ; (assignment_expression IDENT = (binary_expression IDENT + LIT)) ) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) })) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + IDENT)) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) }))) (goto_statement goto statement_identifier ;) })) })) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT + IDENT) + LIT)) ;) (labeled_statement statement_identifier : (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_00025560(int *param_1,int *param_2,undefined4 *param_3)\n\n{\n int iVar1;\n ushort uVar2;\n int iVar3;\n int iVar4;\n ushort *puVar5;\n int iVar6;\n ushort *puVar7;\n int iVar8;\n uint uVar9;\n uint uVar10;\n ushort *puVar11;\n int iVar12;\n int iVar13;\n uint local_38;\n int local_34;\n int local_28;\n uint local_20;\n int local_1c;\n int local_18;\n \n if ((((char)param_1[4] - 0x2bU & 0xfd) != 0) || (((char)param_2[4] - 0x2bU & 0xfd) != 0)) {\n *(undefined1 *)(param_3 + 4) = 0;\n return;\n }\n local_28 = 0;\n *(char *)(param_3 + 4) = ((char)param_1[4] != (char)param_2[4]) * '\x02' + '+';\n iVar3 = *param_1;\n iVar4 = *param_2;\n iVar13 = param_1[2] - iVar3 >> 1;\n iVar8 = param_2[2] - iVar4 >> 1;\n puVar5 = (ushort *)*param_3;\n local_1c = param_1[3] + param_2[3];\n iVar1 = iVar13 + iVar8;\n local_18 = (param_3[1] - (int)puVar5 >> 1) - iVar1;\n if (local_18 < 0) {\n local_1c = local_1c - local_18;\n local_28 = local_18;\n }\n if (-1 < iVar1) {\n local_34 = 0;\n local_20 = 0;\n uVar10 = 0;\n do {\n iVar12 = 0;\n local_38 = 0;\n iVar6 = local_34;\n do {\n if ((iVar12 <= iVar13) && (iVar6 <= iVar8)) {\n uVar9 = uVar10 + (uint)*(ushort *)(iVar3 + iVar12 * 2) *\n (uint)*(ushort *)(iVar4 + iVar6 * 2);\n uVar10 = uVar9 & 0xffff;\n local_38 = local_38 + (uVar9 >> 0x10);\n }\n iVar6 = iVar6 + -1;\n iVar12 = iVar12 + 1;\n } while (iVar6 != -1);\n local_20 = local_20 | uVar10;\n if ((local_20 == 0) && (-1 < local_28)) {\n local_18 = local_18 + 1;\n local_1c = local_1c + 1;\n }\n else {\n if (-1 < local_28) {\n puVar5[local_28] = (ushort)uVar10;\n }\n local_28 = local_28 + 1;\n }\n local_34 = local_34 + 1;\n uVar10 = local_38;\n } while (iVar1 + 1 != local_34);\n if (local_38 != 0) {\n if (local_18 < 1) {\n local_1c = local_1c + 1;\n puVar11 = puVar5 + local_28 + -1;\n for (puVar7 = puVar11; puVar5 <= puVar7; puVar7 = puVar7 + -1) {\n uVar2 = *puVar7;\n *puVar7 = (ushort)local_38;\n local_38 = (uint)uVar2;\n }\n }\n else {\n puVar11 = puVar5 + local_28;\n *puVar11 = (ushort)local_38;\n }\n goto LAB_000256f3;\n }\n }\n puVar11 = puVar5 + local_28 + -1;\nLAB_000256f3:\n param_3[2] = puVar11;\n param_3[3] = local_1c;\n return;\n}" (primitive_type "void") (function_declarator "FUN_00025560(int *param_1,int *param_2,undefined4 *param_3)" (identifier "FUN_00025560") (parameter_list "(int *param_1,int *param_2,undefined4 *param_3)" (( "(") (parameter_declaration "int *param_1" (primitive_type "int") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "int *param_2" (primitive_type "int") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) (, ",") (parameter_declaration "undefined4 *param_3" (type_identifier "undefined4") (pointer_declarator "*param_3" (* "*") (identifier "param_3"))) () ")"))) (compound_statement "{\n int iVar1;\n ushort uVar2;\n int iVar3;\n int iVar4;\n ushort *puVar5;\n int iVar6;\n ushort *puVar7;\n int iVar8;\n uint uVar9;\n uint uVar10;\n ushort *puVar11;\n int iVar12;\n int iVar13;\n uint local_38;\n int local_34;\n int local_28;\n uint local_20;\n int local_1c;\n int local_18;\n \n if ((((char)param_1[4] - 0x2bU & 0xfd) != 0) || (((char)param_2[4] - 0x2bU & 0xfd) != 0)) {\n *(undefined1 *)(param_3 + 4) = 0;\n return;\n }\n local_28 = 0;\n *(char *)(param_3 + 4) = ((char)param_1[4] != (char)param_2[4]) * '\x02' + '+';\n iVar3 = *param_1;\n iVar4 = *param_2;\n iVar13 = param_1[2] - iVar3 >> 1;\n iVar8 = param_2[2] - iVar4 >> 1;\n puVar5 = (ushort *)*param_3;\n local_1c = param_1[3] + param_2[3];\n iVar1 = iVar13 + iVar8;\n local_18 = (param_3[1] - (int)puVar5 >> 1) - iVar1;\n if (local_18 < 0) {\n local_1c = local_1c - local_18;\n local_28 = local_18;\n }\n if (-1 < iVar1) {\n local_34 = 0;\n local_20 = 0;\n uVar10 = 0;\n do {\n iVar12 = 0;\n local_38 = 0;\n iVar6 = local_34;\n do {\n if ((iVar12 <= iVar13) && (iVar6 <= iVar8)) {\n uVar9 = uVar10 + (uint)*(ushort *)(iVar3 + iVar12 * 2) *\n (uint)*(ushort *)(iVar4 + iVar6 * 2);\n uVar10 = uVar9 & 0xffff;\n local_38 = local_38 + (uVar9 >> 0x10);\n }\n iVar6 = iVar6 + -1;\n iVar12 = iVar12 + 1;\n } while (iVar6 != -1);\n local_20 = local_20 | uVar10;\n if ((local_20 == 0) && (-1 < local_28)) {\n local_18 = local_18 + 1;\n local_1c = local_1c + 1;\n }\n else {\n if (-1 < local_28) {\n puVar5[local_28] = (ushort)uVar10;\n }\n local_28 = local_28 + 1;\n }\n local_34 = local_34 + 1;\n uVar10 = local_38;\n } while (iVar1 + 1 != local_34);\n if (local_38 != 0) {\n if (local_18 < 1) {\n local_1c = local_1c + 1;\n puVar11 = puVar5 + local_28 + -1;\n for (puVar7 = puVar11; puVar5 <= puVar7; puVar7 = puVar7 + -1) {\n uVar2 = *puVar7;\n *puVar7 = (ushort)local_38;\n local_38 = (uint)uVar2;\n }\n }\n else {\n puVar11 = puVar5 + local_28;\n *puVar11 = (ushort)local_38;\n }\n goto LAB_000256f3;\n }\n }\n puVar11 = puVar5 + local_28 + -1;\nLAB_000256f3:\n param_3[2] = puVar11;\n param_3[3] = local_1c;\n return;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (declaration "ushort uVar2;" (type_identifier "ushort") (identifier "uVar2") (; ";")) (declaration "int iVar3;" (primitive_type "int") (identifier "iVar3") (; ";")) (declaration "int iVar4;" (primitive_type "int") (identifier "iVar4") (; ";")) (declaration "ushort *puVar5;" (type_identifier "ushort") (pointer_declarator "*puVar5" (* "*") (identifier "puVar5")) (; ";")) (declaration "int iVar6;" (primitive_type "int") (identifier "iVar6") (; ";")) (declaration "ushort *puVar7;" (type_identifier "ushort") (pointer_declarator "*puVar7" (* "*") (identifier "puVar7")) (; ";")) (declaration "int iVar8;" (primitive_type "int") (identifier "iVar8") (; ";")) (declaration "uint uVar9;" (type_identifier "uint") (identifier "uVar9") (; ";")) (declaration "uint uVar10;" (type_identifier "uint") (identifier "uVar10") (; ";")) (declaration "ushort *puVar11;" (type_identifier "ushort") (pointer_declarator "*puVar11" (* "*") (identifier "puVar11")) (; ";")) (declaration "int iVar12;" (primitive_type "int") (identifier "iVar12") (; ";")) (declaration "int iVar13;" (primitive_type "int") (identifier "iVar13") (; ";")) (declaration "uint local_38;" (type_identifier "uint") (identifier "local_38") (; ";")) (declaration "int local_34;" (primitive_type "int") (identifier "local_34") (; ";")) (declaration "int local_28;" (primitive_type "int") (identifier "local_28") (; ";")) (declaration "uint local_20;" (type_identifier "uint") (identifier "local_20") (; ";")) (declaration "int local_1c;" (primitive_type "int") (identifier "local_1c") (; ";")) (declaration "int local_18;" (primitive_type "int") (identifier "local_18") (; ";")) (if_statement "if ((((char)param_1[4] - 0x2bU & 0xfd) != 0) || (((char)param_2[4] - 0x2bU & 0xfd) != 0)) {\n *(undefined1 *)(param_3 + 4) = 0;\n return;\n }" (if "if") (parenthesized_expression "((((char)param_1[4] - 0x2bU & 0xfd) != 0) || (((char)param_2[4] - 0x2bU & 0xfd) != 0))" (( "(") (binary_expression "(((char)param_1[4] - 0x2bU & 0xfd) != 0) || (((char)param_2[4] - 0x2bU & 0xfd) != 0)" (parenthesized_expression "(((char)param_1[4] - 0x2bU & 0xfd) != 0)" (( "(") (binary_expression "((char)param_1[4] - 0x2bU & 0xfd) != 0" (parenthesized_expression "((char)param_1[4] - 0x2bU & 0xfd)" (( "(") (binary_expression "(char)param_1[4] - 0x2bU & 0xfd" (binary_expression "(char)param_1[4] - 0x2bU" (cast_expression "(char)param_1[4]" (( "(") (type_descriptor "char" (primitive_type "char")) () ")") (subscript_expression "param_1[4]" (identifier "param_1") ([ "[") (number_literal "4") (] "]"))) (- "-") (number_literal "0x2bU")) (& "&") (number_literal "0xfd")) () ")")) (!= "!=") (number_literal "0")) () ")")) (|| "||") (parenthesized_expression "(((char)param_2[4] - 0x2bU & 0xfd) != 0)" (( "(") (binary_expression "((char)param_2[4] - 0x2bU & 0xfd) != 0" (parenthesized_expression "((char)param_2[4] - 0x2bU & 0xfd)" (( "(") (binary_expression "(char)param_2[4] - 0x2bU & 0xfd" (binary_expression "(char)param_2[4] - 0x2bU" (cast_expression "(char)param_2[4]" (( "(") (type_descriptor "char" (primitive_type "char")) () ")") (subscript_expression "param_2[4]" (identifier "param_2") ([ "[") (number_literal "4") (] "]"))) (- "-") (number_literal "0x2bU")) (& "&") (number_literal "0xfd")) () ")")) (!= "!=") (number_literal "0")) () ")"))) () ")")) (compound_statement "{\n *(undefined1 *)(param_3 + 4) = 0;\n return;\n }" ({ "{") (expression_statement "*(undefined1 *)(param_3 + 4) = 0;" (assignment_expression "*(undefined1 *)(param_3 + 4) = 0" (pointer_expression "*(undefined1 *)(param_3 + 4)" (* "*") (cast_expression "(undefined1 *)(param_3 + 4)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_3 + 4)" (( "(") (binary_expression "param_3 + 4" (identifier "param_3") (+ "+") (number_literal "4")) () ")")))) (= "=") (number_literal "0")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "local_28 = 0;" (assignment_expression "local_28 = 0" (identifier "local_28") (= "=") (number_literal "0")) (; ";")) (expression_statement "*(char *)(param_3 + 4) = ((char)param_1[4] != (char)param_2[4]) * '\x02' + '+';" (assignment_expression "*(char *)(param_3 + 4) = ((char)param_1[4] != (char)param_2[4]) * '\x02' + '+'" (pointer_expression "*(char *)(param_3 + 4)" (* "*") (cast_expression "(char *)(param_3 + 4)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_3 + 4)" (( "(") (binary_expression "param_3 + 4" (identifier "param_3") (+ "+") (number_literal "4")) () ")")))) (= "=") (binary_expression "((char)param_1[4] != (char)param_2[4]) * '\x02' + '+'" (binary_expression "((char)param_1[4] != (char)param_2[4]) * '\x02'" (parenthesized_expression "((char)param_1[4] != (char)param_2[4])" (( "(") (binary_expression "(char)param_1[4] != (char)param_2[4]" (cast_expression "(char)param_1[4]" (( "(") (type_descriptor "char" (primitive_type "char")) () ")") (subscript_expression "param_1[4]" (identifier "param_1") ([ "[") (number_literal "4") (] "]"))) (!= "!=") (cast_expression "(char)param_2[4]" (( "(") (type_descriptor "char" (primitive_type "char")) () ")") (subscript_expression "param_2[4]" (identifier "param_2") ([ "[") (number_literal "4") (] "]")))) () ")")) (* "*") (char_literal "'\x02'" (' "'") (escape_sequence "\x02") (' "'"))) (+ "+") (char_literal "'+'" (' "'") (character "+") (' "'")))) (; ";")) (expression_statement "iVar3 = *param_1;" (assignment_expression "iVar3 = *param_1" (identifier "iVar3") (= "=") (pointer_expression "*param_1" (* "*") (identifier "param_1"))) (; ";")) (expression_statement "iVar4 = *param_2;" (assignment_expression "iVar4 = *param_2" (identifier "iVar4") (= "=") (pointer_expression "*param_2" (* "*") (identifier "param_2"))) (; ";")) (expression_statement "iVar13 = param_1[2] - iVar3 >> 1;" (assignment_expression "iVar13 = param_1[2] - iVar3 >> 1" (identifier "iVar13") (= "=") (binary_expression "param_1[2] - iVar3 >> 1" (binary_expression "param_1[2] - iVar3" (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]")) (- "-") (identifier "iVar3")) (>> ">>") (number_literal "1"))) (; ";")) (expression_statement "iVar8 = param_2[2] - iVar4 >> 1;" (assignment_expression "iVar8 = param_2[2] - iVar4 >> 1" (identifier "iVar8") (= "=") (binary_expression "param_2[2] - iVar4 >> 1" (binary_expression "param_2[2] - iVar4" (subscript_expression "param_2[2]" (identifier "param_2") ([ "[") (number_literal "2") (] "]")) (- "-") (identifier "iVar4")) (>> ">>") (number_literal "1"))) (; ";")) (expression_statement "puVar5 = (ushort *)*param_3;" (assignment_expression "puVar5 = (ushort *)*param_3" (identifier "puVar5") (= "=") (cast_expression "(ushort *)*param_3" (( "(") (type_descriptor "ushort *" (type_identifier "ushort") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_3" (* "*") (identifier "param_3")))) (; ";")) (expression_statement "local_1c = param_1[3] + param_2[3];" (assignment_expression "local_1c = param_1[3] + param_2[3]" (identifier "local_1c") (= "=") (binary_expression "param_1[3] + param_2[3]" (subscript_expression "param_1[3]" (identifier "param_1") ([ "[") (number_literal "3") (] "]")) (+ "+") (subscript_expression "param_2[3]" (identifier "param_2") ([ "[") (number_literal "3") (] "]")))) (; ";")) (expression_statement "iVar1 = iVar13 + iVar8;" (assignment_expression "iVar1 = iVar13 + iVar8" (identifier "iVar1") (= "=") (binary_expression "iVar13 + iVar8" (identifier "iVar13") (+ "+") (identifier "iVar8"))) (; ";")) (expression_statement "local_18 = (param_3[1] - (int)puVar5 >> 1) - iVar1;" (assignment_expression "local_18 = (param_3[1] - (int)puVar5 >> 1) - iVar1" (identifier "local_18") (= "=") (binary_expression "(param_3[1] - (int)puVar5 >> 1) - iVar1" (parenthesized_expression "(param_3[1] - (int)puVar5 >> 1)" (( "(") (binary_expression "param_3[1] - (int)puVar5 >> 1" (binary_expression "param_3[1] - (int)puVar5" (subscript_expression "param_3[1]" (identifier "param_3") ([ "[") (number_literal "1") (] "]")) (- "-") (cast_expression "(int)puVar5" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "puVar5"))) (>> ">>") (number_literal "1")) () ")")) (- "-") (identifier "iVar1"))) (; ";")) (if_statement "if (local_18 < 0) {\n local_1c = local_1c - local_18;\n local_28 = local_18;\n }" (if "if") (parenthesized_expression "(local_18 < 0)" (( "(") (binary_expression "local_18 < 0" (identifier "local_18") (< "<") (number_literal "0")) () ")")) (compound_statement "{\n local_1c = local_1c - local_18;\n local_28 = local_18;\n }" ({ "{") (expression_statement "local_1c = local_1c - local_18;" (assignment_expression "local_1c = local_1c - local_18" (identifier "local_1c") (= "=") (binary_expression "local_1c - local_18" (identifier "local_1c") (- "-") (identifier "local_18"))) (; ";")) (expression_statement "local_28 = local_18;" (assignment_expression "local_28 = local_18" (identifier "local_28") (= "=") (identifier "local_18")) (; ";")) (} "}"))) (if_statement "if (-1 < iVar1) {\n local_34 = 0;\n local_20 = 0;\n uVar10 = 0;\n do {\n iVar12 = 0;\n local_38 = 0;\n iVar6 = local_34;\n do {\n if ((iVar12 <= iVar13) && (iVar6 <= iVar8)) {\n uVar9 = uVar10 + (uint)*(ushort *)(iVar3 + iVar12 * 2) *\n (uint)*(ushort *)(iVar4 + iVar6 * 2);\n uVar10 = uVar9 & 0xffff;\n local_38 = local_38 + (uVar9 >> 0x10);\n }\n iVar6 = iVar6 + -1;\n iVar12 = iVar12 + 1;\n } while (iVar6 != -1);\n local_20 = local_20 | uVar10;\n if ((local_20 == 0) && (-1 < local_28)) {\n local_18 = local_18 + 1;\n local_1c = local_1c + 1;\n }\n else {\n if (-1 < local_28) {\n puVar5[local_28] = (ushort)uVar10;\n }\n local_28 = local_28 + 1;\n }\n local_34 = local_34 + 1;\n uVar10 = local_38;\n } while (iVar1 + 1 != local_34);\n if (local_38 != 0) {\n if (local_18 < 1) {\n local_1c = local_1c + 1;\n puVar11 = puVar5 + local_28 + -1;\n for (puVar7 = puVar11; puVar5 <= puVar7; puVar7 = puVar7 + -1) {\n uVar2 = *puVar7;\n *puVar7 = (ushort)local_38;\n local_38 = (uint)uVar2;\n }\n }\n else {\n puVar11 = puVar5 + local_28;\n *puVar11 = (ushort)local_38;\n }\n goto LAB_000256f3;\n }\n }" (if "if") (parenthesized_expression "(-1 < iVar1)" (( "(") (binary_expression "-1 < iVar1" (number_literal "-1") (< "<") (identifier "iVar1")) () ")")) (compound_statement "{\n local_34 = 0;\n local_20 = 0;\n uVar10 = 0;\n do {\n iVar12 = 0;\n local_38 = 0;\n iVar6 = local_34;\n do {\n if ((iVar12 <= iVar13) && (iVar6 <= iVar8)) {\n uVar9 = uVar10 + (uint)*(ushort *)(iVar3 + iVar12 * 2) *\n (uint)*(ushort *)(iVar4 + iVar6 * 2);\n uVar10 = uVar9 & 0xffff;\n local_38 = local_38 + (uVar9 >> 0x10);\n }\n iVar6 = iVar6 + -1;\n iVar12 = iVar12 + 1;\n } while (iVar6 != -1);\n local_20 = local_20 | uVar10;\n if ((local_20 == 0) && (-1 < local_28)) {\n local_18 = local_18 + 1;\n local_1c = local_1c + 1;\n }\n else {\n if (-1 < local_28) {\n puVar5[local_28] = (ushort)uVar10;\n }\n local_28 = local_28 + 1;\n }\n local_34 = local_34 + 1;\n uVar10 = local_38;\n } while (iVar1 + 1 != local_34);\n if (local_38 != 0) {\n if (local_18 < 1) {\n local_1c = local_1c + 1;\n puVar11 = puVar5 + local_28 + -1;\n for (puVar7 = puVar11; puVar5 <= puVar7; puVar7 = puVar7 + -1) {\n uVar2 = *puVar7;\n *puVar7 = (ushort)local_38;\n local_38 = (uint)uVar2;\n }\n }\n else {\n puVar11 = puVar5 + local_28;\n *puVar11 = (ushort)local_38;\n }\n goto LAB_000256f3;\n }\n }" ({ "{") (expression_statement "local_34 = 0;" (assignment_expression "local_34 = 0" (identifier "local_34") (= "=") (number_literal "0")) (; ";")) (expression_statement "local_20 = 0;" (assignment_expression "local_20 = 0" (identifier "local_20") (= "=") (number_literal "0")) (; ";")) (expression_statement "uVar10 = 0;" (assignment_expression "uVar10 = 0" (identifier "uVar10") (= "=") (number_literal "0")) (; ";")) (do_statement "do {\n iVar12 = 0;\n local_38 = 0;\n iVar6 = local_34;\n do {\n if ((iVar12 <= iVar13) && (iVar6 <= iVar8)) {\n uVar9 = uVar10 + (uint)*(ushort *)(iVar3 + iVar12 * 2) *\n (uint)*(ushort *)(iVar4 + iVar6 * 2);\n uVar10 = uVar9 & 0xffff;\n local_38 = local_38 + (uVar9 >> 0x10);\n }\n iVar6 = iVar6 + -1;\n iVar12 = iVar12 + 1;\n } while (iVar6 != -1);\n local_20 = local_20 | uVar10;\n if ((local_20 == 0) && (-1 < local_28)) {\n local_18 = local_18 + 1;\n local_1c = local_1c + 1;\n }\n else {\n if (-1 < local_28) {\n puVar5[local_28] = (ushort)uVar10;\n }\n local_28 = local_28 + 1;\n }\n local_34 = local_34 + 1;\n uVar10 = local_38;\n } while (iVar1 + 1 != local_34);" (do "do") (compound_statement "{\n iVar12 = 0;\n local_38 = 0;\n iVar6 = local_34;\n do {\n if ((iVar12 <= iVar13) && (iVar6 <= iVar8)) {\n uVar9 = uVar10 + (uint)*(ushort *)(iVar3 + iVar12 * 2) *\n (uint)*(ushort *)(iVar4 + iVar6 * 2);\n uVar10 = uVar9 & 0xffff;\n local_38 = local_38 + (uVar9 >> 0x10);\n }\n iVar6 = iVar6 + -1;\n iVar12 = iVar12 + 1;\n } while (iVar6 != -1);\n local_20 = local_20 | uVar10;\n if ((local_20 == 0) && (-1 < local_28)) {\n local_18 = local_18 + 1;\n local_1c = local_1c + 1;\n }\n else {\n if (-1 < local_28) {\n puVar5[local_28] = (ushort)uVar10;\n }\n local_28 = local_28 + 1;\n }\n local_34 = local_34 + 1;\n uVar10 = local_38;\n }" ({ "{") (expression_statement "iVar12 = 0;" (assignment_expression "iVar12 = 0" (identifier "iVar12") (= "=") (number_literal "0")) (; ";")) (expression_statement "local_38 = 0;" (assignment_expression "local_38 = 0" (identifier "local_38") (= "=") (number_literal "0")) (; ";")) (expression_statement "iVar6 = local_34;" (assignment_expression "iVar6 = local_34" (identifier "iVar6") (= "=") (identifier "local_34")) (; ";")) (do_statement "do {\n if ((iVar12 <= iVar13) && (iVar6 <= iVar8)) {\n uVar9 = uVar10 + (uint)*(ushort *)(iVar3 + iVar12 * 2) *\n (uint)*(ushort *)(iVar4 + iVar6 * 2);\n uVar10 = uVar9 & 0xffff;\n local_38 = local_38 + (uVar9 >> 0x10);\n }\n iVar6 = iVar6 + -1;\n iVar12 = iVar12 + 1;\n } while (iVar6 != -1);" (do "do") (compound_statement "{\n if ((iVar12 <= iVar13) && (iVar6 <= iVar8)) {\n uVar9 = uVar10 + (uint)*(ushort *)(iVar3 + iVar12 * 2) *\n (uint)*(ushort *)(iVar4 + iVar6 * 2);\n uVar10 = uVar9 & 0xffff;\n local_38 = local_38 + (uVar9 >> 0x10);\n }\n iVar6 = iVar6 + -1;\n iVar12 = iVar12 + 1;\n }" ({ "{") (if_statement "if ((iVar12 <= iVar13) && (iVar6 <= iVar8)) {\n uVar9 = uVar10 + (uint)*(ushort *)(iVar3 + iVar12 * 2) *\n (uint)*(ushort *)(iVar4 + iVar6 * 2);\n uVar10 = uVar9 & 0xffff;\n local_38 = local_38 + (uVar9 >> 0x10);\n }" (if "if") (parenthesized_expression "((iVar12 <= iVar13) && (iVar6 <= iVar8))" (( "(") (binary_expression "(iVar12 <= iVar13) && (iVar6 <= iVar8)" (parenthesized_expression "(iVar12 <= iVar13)" (( "(") (binary_expression "iVar12 <= iVar13" (identifier "iVar12") (<= "<=") (identifier "iVar13")) () ")")) (&& "&&") (parenthesized_expression "(iVar6 <= iVar8)" (( "(") (binary_expression "iVar6 <= iVar8" (identifier "iVar6") (<= "<=") (identifier "iVar8")) () ")"))) () ")")) (compound_statement "{\n uVar9 = uVar10 + (uint)*(ushort *)(iVar3 + iVar12 * 2) *\n (uint)*(ushort *)(iVar4 + iVar6 * 2);\n uVar10 = uVar9 & 0xffff;\n local_38 = local_38 + (uVar9 >> 0x10);\n }" ({ "{") (expression_statement "uVar9 = uVar10 + (uint)*(ushort *)(iVar3 + iVar12 * 2) *\n (uint)*(ushort *)(iVar4 + iVar6 * 2);" (assignment_expression "uVar9 = uVar10 + (uint)*(ushort *)(iVar3 + iVar12 * 2) *\n (uint)*(ushort *)(iVar4 + iVar6 * 2)" (identifier "uVar9") (= "=") (binary_expression "uVar10 + (uint)*(ushort *)(iVar3 + iVar12 * 2) *\n (uint)*(ushort *)(iVar4 + iVar6 * 2)" (identifier "uVar10") (+ "+") (binary_expression "(uint)*(ushort *)(iVar3 + iVar12 * 2) *\n (uint)*(ushort *)(iVar4 + iVar6 * 2)" (binary_expression "(uint)*(ushort *)(iVar3 + iVar12 * 2) *\n (uint)" (binary_expression "(uint)*(ushort *)(iVar3 + iVar12 * 2)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (* "*") (cast_expression "(ushort *)(iVar3 + iVar12 * 2)" (( "(") (type_descriptor "ushort *" (type_identifier "ushort") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar3 + iVar12 * 2)" (( "(") (binary_expression "iVar3 + iVar12 * 2" (identifier "iVar3") (+ "+") (binary_expression "iVar12 * 2" (identifier "iVar12") (* "*") (number_literal "2"))) () ")")))) (* "*") (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")"))) (* "*") (cast_expression "(ushort *)(iVar4 + iVar6 * 2)" (( "(") (type_descriptor "ushort *" (type_identifier "ushort") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar4 + iVar6 * 2)" (( "(") (binary_expression "iVar4 + iVar6 * 2" (identifier "iVar4") (+ "+") (binary_expression "iVar6 * 2" (identifier "iVar6") (* "*") (number_literal "2"))) () ")")))))) (; ";")) (expression_statement "uVar10 = uVar9 & 0xffff;" (assignment_expression "uVar10 = uVar9 & 0xffff" (identifier "uVar10") (= "=") (binary_expression "uVar9 & 0xffff" (identifier "uVar9") (& "&") (number_literal "0xffff"))) (; ";")) (expression_statement "local_38 = local_38 + (uVar9 >> 0x10);" (assignment_expression "local_38 = local_38 + (uVar9 >> 0x10)" (identifier "local_38") (= "=") (binary_expression "local_38 + (uVar9 >> 0x10)" (identifier "local_38") (+ "+") (parenthesized_expression "(uVar9 >> 0x10)" (( "(") (binary_expression "uVar9 >> 0x10" (identifier "uVar9") (>> ">>") (number_literal "0x10")) () ")")))) (; ";")) (} "}"))) (expression_statement "iVar6 = iVar6 + -1;" (assignment_expression "iVar6 = iVar6 + -1" (identifier "iVar6") (= "=") (binary_expression "iVar6 + -1" (identifier "iVar6") (+ "+") (number_literal "-1"))) (; ";")) (expression_statement "iVar12 = iVar12 + 1;" (assignment_expression "iVar12 = iVar12 + 1" (identifier "iVar12") (= "=") (binary_expression "iVar12 + 1" (identifier "iVar12") (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(iVar6 != -1)" (( "(") (binary_expression "iVar6 != -1" (identifier "iVar6") (!= "!=") (number_literal "-1")) () ")")) (; ";")) (expression_statement "local_20 = local_20 | uVar10;" (assignment_expression "local_20 = local_20 | uVar10" (identifier "local_20") (= "=") (binary_expression "local_20 | uVar10" (identifier "local_20") (| "|") (identifier "uVar10"))) (; ";")) (if_statement "if ((local_20 == 0) && (-1 < local_28)) {\n local_18 = local_18 + 1;\n local_1c = local_1c + 1;\n }\n else {\n if (-1 < local_28) {\n puVar5[local_28] = (ushort)uVar10;\n }\n local_28 = local_28 + 1;\n }" (if "if") (parenthesized_expression "((local_20 == 0) && (-1 < local_28))" (( "(") (binary_expression "(local_20 == 0) && (-1 < local_28)" (parenthesized_expression "(local_20 == 0)" (( "(") (binary_expression "local_20 == 0" (identifier "local_20") (== "==") (number_literal "0")) () ")")) (&& "&&") (parenthesized_expression "(-1 < local_28)" (( "(") (binary_expression "-1 < local_28" (number_literal "-1") (< "<") (identifier "local_28")) () ")"))) () ")")) (compound_statement "{\n local_18 = local_18 + 1;\n local_1c = local_1c + 1;\n }" ({ "{") (expression_statement "local_18 = local_18 + 1;" (assignment_expression "local_18 = local_18 + 1" (identifier "local_18") (= "=") (binary_expression "local_18 + 1" (identifier "local_18") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "local_1c = local_1c + 1;" (assignment_expression "local_1c = local_1c + 1" (identifier "local_1c") (= "=") (binary_expression "local_1c + 1" (identifier "local_1c") (+ "+") (number_literal "1"))) (; ";")) (} "}")) (else_clause "else {\n if (-1 < local_28) {\n puVar5[local_28] = (ushort)uVar10;\n }\n local_28 = local_28 + 1;\n }" (else "else") (compound_statement "{\n if (-1 < local_28) {\n puVar5[local_28] = (ushort)uVar10;\n }\n local_28 = local_28 + 1;\n }" ({ "{") (if_statement "if (-1 < local_28) {\n puVar5[local_28] = (ushort)uVar10;\n }" (if "if") (parenthesized_expression "(-1 < local_28)" (( "(") (binary_expression "-1 < local_28" (number_literal "-1") (< "<") (identifier "local_28")) () ")")) (compound_statement "{\n puVar5[local_28] = (ushort)uVar10;\n }" ({ "{") (expression_statement "puVar5[local_28] = (ushort)uVar10;" (assignment_expression "puVar5[local_28] = (ushort)uVar10" (subscript_expression "puVar5[local_28]" (identifier "puVar5") ([ "[") (identifier "local_28") (] "]")) (= "=") (cast_expression "(ushort)uVar10" (( "(") (type_descriptor "ushort" (type_identifier "ushort")) () ")") (identifier "uVar10"))) (; ";")) (} "}"))) (expression_statement "local_28 = local_28 + 1;" (assignment_expression "local_28 = local_28 + 1" (identifier "local_28") (= "=") (binary_expression "local_28 + 1" (identifier "local_28") (+ "+") (number_literal "1"))) (; ";")) (} "}")))) (expression_statement "local_34 = local_34 + 1;" (assignment_expression "local_34 = local_34 + 1" (identifier "local_34") (= "=") (binary_expression "local_34 + 1" (identifier "local_34") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "uVar10 = local_38;" (assignment_expression "uVar10 = local_38" (identifier "uVar10") (= "=") (identifier "local_38")) (; ";")) (} "}")) (while "while") (parenthesized_expression "(iVar1 + 1 != local_34)" (( "(") (binary_expression "iVar1 + 1 != local_34" (binary_expression "iVar1 + 1" (identifier "iVar1") (+ "+") (number_literal "1")) (!= "!=") (identifier "local_34")) () ")")) (; ";")) (if_statement "if (local_38 != 0) {\n if (local_18 < 1) {\n local_1c = local_1c + 1;\n puVar11 = puVar5 + local_28 + -1;\n for (puVar7 = puVar11; puVar5 <= puVar7; puVar7 = puVar7 + -1) {\n uVar2 = *puVar7;\n *puVar7 = (ushort)local_38;\n local_38 = (uint)uVar2;\n }\n }\n else {\n puVar11 = puVar5 + local_28;\n *puVar11 = (ushort)local_38;\n }\n goto LAB_000256f3;\n }" (if "if") (parenthesized_expression "(local_38 != 0)" (( "(") (binary_expression "local_38 != 0" (identifier "local_38") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n if (local_18 < 1) {\n local_1c = local_1c + 1;\n puVar11 = puVar5 + local_28 + -1;\n for (puVar7 = puVar11; puVar5 <= puVar7; puVar7 = puVar7 + -1) {\n uVar2 = *puVar7;\n *puVar7 = (ushort)local_38;\n local_38 = (uint)uVar2;\n }\n }\n else {\n puVar11 = puVar5 + local_28;\n *puVar11 = (ushort)local_38;\n }\n goto LAB_000256f3;\n }" ({ "{") (if_statement "if (local_18 < 1) {\n local_1c = local_1c + 1;\n puVar11 = puVar5 + local_28 + -1;\n for (puVar7 = puVar11; puVar5 <= puVar7; puVar7 = puVar7 + -1) {\n uVar2 = *puVar7;\n *puVar7 = (ushort)local_38;\n local_38 = (uint)uVar2;\n }\n }\n else {\n puVar11 = puVar5 + local_28;\n *puVar11 = (ushort)local_38;\n }" (if "if") (parenthesized_expression "(local_18 < 1)" (( "(") (binary_expression "local_18 < 1" (identifier "local_18") (< "<") (number_literal "1")) () ")")) (compound_statement "{\n local_1c = local_1c + 1;\n puVar11 = puVar5 + local_28 + -1;\n for (puVar7 = puVar11; puVar5 <= puVar7; puVar7 = puVar7 + -1) {\n uVar2 = *puVar7;\n *puVar7 = (ushort)local_38;\n local_38 = (uint)uVar2;\n }\n }" ({ "{") (expression_statement "local_1c = local_1c + 1;" (assignment_expression "local_1c = local_1c + 1" (identifier "local_1c") (= "=") (binary_expression "local_1c + 1" (identifier "local_1c") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "puVar11 = puVar5 + local_28 + -1;" (assignment_expression "puVar11 = puVar5 + local_28 + -1" (identifier "puVar11") (= "=") (binary_expression "puVar5 + local_28 + -1" (binary_expression "puVar5 + local_28" (identifier "puVar5") (+ "+") (identifier "local_28")) (+ "+") (number_literal "-1"))) (; ";")) (for_statement "for (puVar7 = puVar11; puVar5 <= puVar7; puVar7 = puVar7 + -1) {\n uVar2 = *puVar7;\n *puVar7 = (ushort)local_38;\n local_38 = (uint)uVar2;\n }" (for "for") (( "(") (assignment_expression "puVar7 = puVar11" (identifier "puVar7") (= "=") (identifier "puVar11")) (; ";") (binary_expression "puVar5 <= puVar7" (identifier "puVar5") (<= "<=") (identifier "puVar7")) (; ";") (assignment_expression "puVar7 = puVar7 + -1" (identifier "puVar7") (= "=") (binary_expression "puVar7 + -1" (identifier "puVar7") (+ "+") (number_literal "-1"))) () ")") (compound_statement "{\n uVar2 = *puVar7;\n *puVar7 = (ushort)local_38;\n local_38 = (uint)uVar2;\n }" ({ "{") (expression_statement "uVar2 = *puVar7;" (assignment_expression "uVar2 = *puVar7" (identifier "uVar2") (= "=") (pointer_expression "*puVar7" (* "*") (identifier "puVar7"))) (; ";")) (expression_statement "*puVar7 = (ushort)local_38;" (assignment_expression "*puVar7 = (ushort)local_38" (pointer_expression "*puVar7" (* "*") (identifier "puVar7")) (= "=") (cast_expression "(ushort)local_38" (( "(") (type_descriptor "ushort" (type_identifier "ushort")) () ")") (identifier "local_38"))) (; ";")) (expression_statement "local_38 = (uint)uVar2;" (assignment_expression "local_38 = (uint)uVar2" (identifier "local_38") (= "=") (cast_expression "(uint)uVar2" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "uVar2"))) (; ";")) (} "}"))) (} "}")) (else_clause "else {\n puVar11 = puVar5 + local_28;\n *puVar11 = (ushort)local_38;\n }" (else "else") (compound_statement "{\n puVar11 = puVar5 + local_28;\n *puVar11 = (ushort)local_38;\n }" ({ "{") (expression_statement "puVar11 = puVar5 + local_28;" (assignment_expression "puVar11 = puVar5 + local_28" (identifier "puVar11") (= "=") (binary_expression "puVar5 + local_28" (identifier "puVar5") (+ "+") (identifier "local_28"))) (; ";")) (expression_statement "*puVar11 = (ushort)local_38;" (assignment_expression "*puVar11 = (ushort)local_38" (pointer_expression "*puVar11" (* "*") (identifier "puVar11")) (= "=") (cast_expression "(ushort)local_38" (( "(") (type_descriptor "ushort" (type_identifier "ushort")) () ")") (identifier "local_38"))) (; ";")) (} "}")))) (goto_statement "goto LAB_000256f3;" (goto "goto") (statement_identifier "LAB_000256f3") (; ";")) (} "}"))) (} "}"))) (expression_statement "puVar11 = puVar5 + local_28 + -1;" (assignment_expression "puVar11 = puVar5 + local_28 + -1" (identifier "puVar11") (= "=") (binary_expression "puVar5 + local_28 + -1" (binary_expression "puVar5 + local_28" (identifier "puVar5") (+ "+") (identifier "local_28")) (+ "+") (number_literal "-1"))) (; ";")) (labeled_statement "LAB_000256f3:\n param_3[2] = puVar11;" (statement_identifier "LAB_000256f3") (: ":") (expression_statement "param_3[2] = puVar11;" (assignment_expression "param_3[2] = puVar11" (subscript_expression "param_3[2]" (identifier "param_3") ([ "[") (number_literal "2") (] "]")) (= "=") (identifier "puVar11")) (; ";"))) (expression_statement "param_3[3] = local_1c;" (assignment_expression "param_3[3] = local_1c" (subscript_expression "param_3[3]" (identifier "param_3") ([ "[") (number_literal "3") (] "]")) (= "=") (identifier "local_1c")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Unknown calling convention */ void function_1(type_1 *a,type_1 *b,type_1 *product) { int var_3; type_2 uVar2; type_3 *pLVar3; type_3 *pLVar4; type_2 *var_14; int var_7; type_2 *var_15; int var_2; type_4 var_9; type_4 var_8; type_2 *puVar11; int var_6; int var_1; type_4 var_10; int var_13; int var_12; type_4 var_11; int var_5; int var_4; if (((a->sign - 0x2bU & 0xfd) != 0) || ((b->sign - 0x2bU & 0xfd) != 0)) { product->sign = '\0'; return; } var_12 = 0; product->sign = (a->sign != b->sign) * '\x02' + '+'; pLVar3 = a->low; pLVar4 = b->low; var_1 = (int)a->leader - (int)pLVar3 >> 1; var_2 = (int)b->leader - (int)pLVar4 >> 1; var_14 = product->low; var_5 = a->exponent + b->exponent; var_3 = var_1 + var_2; var_4 = ((int)product->high - (int)var_14 >> 1) - var_3; if (var_4 < 0) { var_5 = var_5 - var_4; var_12 = var_4; } if (-1 < var_3) { var_13 = 0; var_11 = 0; var_8 = 0; do { var_6 = 0; var_10 = 0; var_7 = var_13; do { if ((var_6 <= var_1) && (var_7 <= var_2)) { var_9 = var_8 + (type_4)pLVar3[var_6] * (type_4)pLVar4[var_7]; var_8 = var_9 & 0xffff; var_10 = var_10 + (var_9 >> 0x10); } var_7 = var_7 + -1; var_6 = var_6 + 1; } while (var_7 != -1); var_11 = var_11 | var_8; if ((var_11 == 0) && (-1 < var_12)) { var_4 = var_4 + 1; var_5 = var_5 + 1; } else { if (-1 < var_12) { var_14[var_12] = (type_2)var_8; } var_12 = var_12 + 1; } var_13 = var_13 + 1; var_8 = var_10; } while (var_3 + 1 != var_13); if (var_10 != 0) { if (var_4 < 1) { var_5 = var_5 + 1; puVar11 = var_14 + var_12 + -1; for (var_15 = puVar11; var_14 <= var_15; var_15 = var_15 + -1) { uVar2 = *var_15; *var_15 = (type_2)var_10; var_10 = (type_4)uVar2; } } else { puVar11 = var_14 + var_12; *puVar11 = (type_2)var_10; } goto LAB_000256f3; } } puVar11 = var_14 + var_12 + -1; LAB_000256f3: product->leader = puVar11; product->exponent = var_5; 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: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (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: (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: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator 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: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (number_literal)) right: (number_literal))) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (subscript_expression argument: (identifier) index: (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: (number_literal))) (return_statement))) (expression_statement (assignment_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: (binary_expression left: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (subscript_expression argument: (identifier) index: (number_literal))))) right: (char_literal (escape_sequence))) right: (char_literal (character))))) (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: (binary_expression left: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier)) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (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: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (subscript_expression argument: (identifier) index: (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: (parenthesized_expression (binary_expression left: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (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: (identifier) right: (binary_expression left: (identifier) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) 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: (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: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) right: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (binary_expression left: (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: (binary_expression left: (identifier) right: (number_literal)))))) right: (parenthesized_expression (identifier))) right: (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))))))))) (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: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) (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: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (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: (number_literal) 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: (binary_expression left: (identifier) right: (number_literal))))) alternative: (else_clause (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (number_literal) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (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))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (identifier)))) condition: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (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 (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: (identifier)) right: (number_literal)))) (for_statement initializer: (assignment_expression left: (identifier) right: (identifier)) 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 (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier))))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier))))))) (goto_statement label: (statement_identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (identifier)) right: (number_literal)))) (labeled_statement label: (statement_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(int *param_1,int *param_2,undefined4 *param_3) { int iVar1; ushort uVar2; int iVar3; int iVar4; ushort *puVar5; int iVar6; ushort *puVar7; int iVar8; uint uVar9; uint uVar10; ushort *puVar11; int iVar12; int iVar13; uint local_38; int local_34; int local_28; uint local_20; int local_1c; int local_18; if ((((char)param_1[4] - 0x2bU & 0xfd) != 0) || (((char)param_2[4] - 0x2bU & 0xfd) != 0)) { *(undefined1 *)(param_3 + 4) = 0; return; } local_28 = 0; *(char *)(param_3 + 4) = ((char)param_1[4] != (char)param_2[4]) * '\x02' + '+'; iVar3 = *param_1; iVar4 = *param_2; iVar13 = param_1[2] - iVar3 >> 1; iVar8 = param_2[2] - iVar4 >> 1; puVar5 = (ushort *)*param_3; local_1c = param_1[3] + param_2[3]; iVar1 = iVar13 + iVar8; local_18 = (param_3[1] - (int)puVar5 >> 1) - iVar1; if (local_18 < 0) { local_1c = local_1c - local_18; local_28 = local_18; } if (-1 < iVar1) { local_34 = 0; local_20 = 0; uVar10 = 0; do { iVar12 = 0; local_38 = 0; iVar6 = local_34; do { if ((iVar12 <= iVar13) && (iVar6 <= iVar8)) { uVar9 = uVar10 + (uint)*(ushort *)(iVar3 + iVar12 * 2) * (uint)*(ushort *)(iVar4 + iVar6 * 2); uVar10 = uVar9 & 0xffff; local_38 = local_38 + (uVar9 >> 0x10); } iVar6 = iVar6 + -1; iVar12 = iVar12 + 1; } while (iVar6 != -1); local_20 = local_20 | uVar10; if ((local_20 == 0) && (-1 < local_28)) { local_18 = local_18 + 1; local_1c = local_1c + 1; } else { if (-1 < local_28) { puVar5[local_28] = (ushort)uVar10; } local_28 = local_28 + 1; } local_34 = local_34 + 1; uVar10 = local_38; } while (iVar1 + 1 != local_34); if (local_38 != 0) { if (local_18 < 1) { local_1c = local_1c + 1; puVar11 = puVar5 + local_28 + -1; for (puVar7 = puVar11; puVar5 <= puVar7; puVar7 = puVar7 + -1) { uVar2 = *puVar7; *puVar7 = (ushort)local_38; local_38 = (uint)uVar2; } } else { puVar11 = puVar5 + local_28; *puVar11 = (ushort)local_38; } goto LAB_000256f3; } } puVar11 = puVar5 + local_28 + -1; LAB_000256f3: param_3[2] = puVar11; param_3[3] = local_1c; return; }
70_test_and_test_strip.c
or
FUN_00012680
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ _Bool or(void) { uint uVar1; byte bVar2; byte bVar3; char **ppcVar4; _Bool _Var5; uint uVar6; char *pcVar7; char *pcVar8; char *format; int iVar9; uint uVar10; byte *pbVar11; byte *pbVar12; bool bVar13; bool bVar14; byte bVar15; uint local_30; byte *local_2c; byte local_1f; byte local_1e; _Bool local_1d; bVar15 = 0; local_1d = false; local_30 = argc; LAB_000126b0: local_1e = 1; if ((int)local_30 <= pos) { LAB_0001285f: /* WARNING: Subroutine does not return */ beyond(); } do { ppcVar4 = argv; local_2c = (byte *)argv[pos]; bVar2 = *local_2c; uVar10 = pos; if (bVar2 == 0x21) { if (local_2c[1] == 0) { pos = pos + 1; if (pos < (int)local_30) { bVar13 = false; local_1f = 1; uVar10 = pos; while( true ) { local_2c = (byte *)argv[uVar10]; bVar3 = *local_2c; if (bVar3 != 0x21) break; if (local_2c[1] != 0) { if (bVar13) { pos = uVar10; } goto LAB_00012876; } uVar10 = uVar10 + 1; if (uVar10 == local_30) { pos = uVar10; /* WARNING: Subroutine does not return */ beyond(); } local_1f = local_1f ^ 1; bVar13 = true; } if (bVar13) { pos = uVar10; } goto LAB_0001274e; } goto LAB_0001285f; } local_1f = 0; LAB_00012876: uVar6 = local_30 - uVar10; bVar13 = uVar6 < 3; bVar14 = uVar6 == 3; if (3 < (int)uVar6) { iVar9 = 3; pbVar11 = local_2c; pbVar12 = (byte *)0x1908a; do { if (iVar9 == 0) break; iVar9 = iVar9 + -1; bVar13 = *pbVar11 < *pbVar12; bVar14 = *pbVar11 == *pbVar12; pbVar11 = pbVar11 + (uint)bVar15 * -2 + 1; pbVar12 = pbVar12 + (uint)bVar15 * -2 + 1; } while (bVar14); if (((!bVar13 && !bVar14) != bVar13) || (_Var5 = binop(argv[uVar10 + 2]), !_Var5)) goto LAB_000128b8; _Var5 = binary_operator(true); goto LAB_00012812; } if (bVar14) { LAB_000128b8: _Var5 = binop(ppcVar4[uVar10 + 1]); if (_Var5) { _Var5 = binary_operator(false); goto LAB_00012812; } } if (((bVar2 == 0x2d) && (local_2c[1] != 0)) && (local_2c[2] == 0)) { _Var5 = test_unop((char *)local_2c); if (!_Var5) { pcVar8 = quote((char *)local_2c); pcVar7 = "%s: unary operator expected"; LAB_00012a74: pcVar7 = (char *)dcgettext(0,pcVar7,5); /* WARNING: Subroutine does not return */ test_syntax_error(pcVar7,pcVar8); } _Var5 = unary_operator(); goto LAB_00012812; } pos = uVar10 + 1; local_1e = local_1e & (bVar2 != 0 ^ local_1f); bVar13 = local_30 < (uint)pos; bVar14 = local_30 == pos; if ((int)local_30 <= pos) goto LAB_000128f3; } else { local_1f = 0; bVar3 = bVar2; LAB_0001274e: bVar2 = bVar3; if ((bVar3 != 0x28) || (local_2c[1] != 0)) goto LAB_00012876; pos = uVar10 + 1; if ((int)local_30 <= pos) goto LAB_0001285f; if ((int)(uVar10 + 2) < (int)local_30) { uVar1 = local_30 - 1; bVar13 = uVar1 < uVar10; bVar14 = uVar1 == uVar10; uVar6 = 1; do { iVar9 = 2; pbVar11 = (byte *)argv[uVar10 + uVar6 + 1]; pbVar12 = &DAT_0001a909; do { if (iVar9 == 0) break; iVar9 = iVar9 + -1; bVar13 = *pbVar11 < *pbVar12; bVar14 = *pbVar11 == *pbVar12; pbVar11 = pbVar11 + (uint)bVar15 * -2 + 1; pbVar12 = pbVar12 + (uint)bVar15 * -2 + 1; } while (bVar14); if ((!bVar13 && !bVar14) == bVar13) break; if (uVar6 == 4) { uVar6 = local_30 - pos; break; } uVar6 = uVar6 + 1; bVar13 = uVar6 < uVar1 - uVar10; bVar14 = uVar6 == uVar1 - uVar10; } while (!bVar14); } else { uVar6 = 1; } _Var5 = posixtest(uVar6); pcVar7 = argv[pos]; if (pcVar7 == (char *)0x0) { pcVar8 = quote(")"); pcVar7 = "%s expected"; goto LAB_00012a74; } if ((*pcVar7 != ')') || (pcVar7[1] != '\0')) { pcVar7 = quote_n(1,pcVar7); pcVar8 = quote_n(0,")"); format = (char *)dcgettext(0,"%s expected, found %s",5); /* WARNING: Subroutine does not return */ test_syntax_error(format,pcVar8,pcVar7); } pos = pos + 1; LAB_00012812: local_1e = local_1e & (_Var5 ^ local_1f); bVar13 = (uint)argc < (uint)pos; bVar14 = argc == pos; local_30 = argc; if (argc <= pos) { LAB_000128f3: return (_Bool)(local_1d | local_1e); } } iVar9 = 3; pbVar11 = (byte *)argv[pos]; pbVar12 = &DAT_00019102; do { if (iVar9 == 0) break; iVar9 = iVar9 + -1; bVar13 = *pbVar11 < *pbVar12; bVar14 = *pbVar11 == *pbVar12; pbVar11 = pbVar11 + (uint)bVar15 * -2 + 1; pbVar12 = pbVar12 + (uint)bVar15 * -2 + 1; } while (bVar14); if ((!bVar13 && !bVar14) != bVar13) break; pos = pos + 1; if ((int)local_30 <= pos) goto LAB_0001285f; } while( true ); bVar13 = false; local_1d = (_Bool)(local_1d | local_1e); bVar14 = local_1d == false; iVar9 = 3; pbVar11 = (byte *)argv[pos]; pbVar12 = &DAT_00019105; do { if (iVar9 == 0) break; iVar9 = iVar9 + -1; bVar13 = *pbVar11 < *pbVar12; bVar14 = *pbVar11 == *pbVar12; pbVar11 = pbVar11 + (uint)bVar15 * -2 + 1; pbVar12 = pbVar12 + (uint)bVar15 * -2 + 1; } while (bVar14); if ((!bVar13 && !bVar14) != bVar13) { return local_1d; } pos = pos + 1; goto LAB_000126b0; }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ byte FUN_00012680(void) { byte bVar1; byte bVar2; char cVar3; uint uVar4; undefined4 uVar5; undefined4 uVar6; undefined4 uVar7; char *pcVar8; int iVar9; uint uVar10; byte *pbVar11; byte *pbVar12; byte *pbVar13; bool bVar14; bool bVar15; byte bVar16; uint local_30; byte *local_2c; byte local_1f; byte local_1e; byte local_1d; bVar16 = 0; local_1d = 0; local_30 = DAT_0001e14c; LAB_000126b0: local_1e = 1; if ((int)local_30 <= (int)DAT_0001e150) { LAB_0001285f: /* WARNING: Subroutine does not return */ FUN_000118f0(); } do { local_2c = *(byte **)(DAT_0001e148 + DAT_0001e150 * 4); bVar2 = *local_2c; uVar10 = DAT_0001e150; if (bVar2 == 0x21) { if (local_2c[1] == 0) { DAT_0001e150 = DAT_0001e150 + 1; if ((int)DAT_0001e150 < (int)local_30) { bVar14 = false; local_1f = 1; uVar10 = DAT_0001e150; while( true ) { local_2c = *(byte **)(DAT_0001e148 + uVar10 * 4); bVar1 = *local_2c; if (bVar1 != 0x21) break; if (local_2c[1] != 0) { if (bVar14) { DAT_0001e150 = uVar10; } goto LAB_00012876; } uVar10 = uVar10 + 1; if (uVar10 == local_30) { DAT_0001e150 = uVar10; /* WARNING: Subroutine does not return */ FUN_000118f0(); } local_1f = local_1f ^ 1; bVar14 = true; } if (bVar14) { DAT_0001e150 = uVar10; } goto LAB_0001274e; } goto LAB_0001285f; } local_1f = 0; LAB_00012876: uVar4 = local_30 - uVar10; bVar14 = uVar4 < 3; bVar15 = uVar4 == 3; if (3 < (int)uVar4) { iVar9 = 3; pbVar11 = local_2c; pbVar12 = (byte *)0x1908a; do { if (iVar9 == 0) break; iVar9 = iVar9 + -1; bVar14 = *pbVar11 < *pbVar12; bVar15 = *pbVar11 == *pbVar12; pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1; pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1; } while (bVar15); if (((!bVar14 && !bVar15) != bVar14) || (cVar3 = FUN_00011610(), cVar3 == '\0')) goto LAB_000128b8; bVar2 = FUN_00011ee0(); goto LAB_00012812; } if (bVar15) { LAB_000128b8: cVar3 = FUN_00011610(); if (cVar3 != '\0') { bVar2 = FUN_00011ee0(); goto LAB_00012812; } } if (((bVar2 == 0x2d) && (local_2c[1] != 0)) && (local_2c[2] == 0)) { cVar3 = FUN_00012420(); if (cVar3 == '\0') { uVar5 = FUN_00015250(local_2c); pcVar8 = "%s: unary operator expected"; LAB_00012a74: uVar6 = dcgettext(0,pcVar8,5); /* WARNING: Subroutine does not return */ FUN_000117f0(uVar6,uVar5); } bVar2 = FUN_00011980(); goto LAB_00012812; } DAT_0001e150 = uVar10 + 1; local_1e = local_1e & (bVar2 != 0 ^ local_1f); bVar14 = local_30 < DAT_0001e150; bVar15 = local_30 == DAT_0001e150; if ((int)local_30 <= (int)DAT_0001e150) goto LAB_000128f3; } else { local_1f = 0; bVar1 = bVar2; LAB_0001274e: bVar2 = bVar1; if ((bVar1 != 0x28) || (local_2c[1] != 0)) goto LAB_00012876; DAT_0001e150 = uVar10 + 1; if ((int)local_30 <= (int)DAT_0001e150) goto LAB_0001285f; if ((int)(uVar10 + 2) < (int)local_30) { local_30 = local_30 - 1; bVar14 = local_30 < uVar10; bVar15 = local_30 == uVar10; uVar4 = 1; do { iVar9 = 2; pbVar11 = *(byte **)(DAT_0001e148 + uVar10 * 4 + 4 + uVar4 * 4); pbVar12 = &DAT_0001a909; do { if (iVar9 == 0) break; iVar9 = iVar9 + -1; bVar14 = *pbVar11 < *pbVar12; bVar15 = *pbVar11 == *pbVar12; pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1; pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1; } while (bVar15); if (((!bVar14 && !bVar15) == bVar14) || (uVar4 == 4)) break; uVar4 = uVar4 + 1; bVar14 = uVar4 < local_30 - uVar10; bVar15 = uVar4 == local_30 - uVar10; } while (!bVar15); } bVar2 = FUN_00012520(); pcVar8 = *(char **)(DAT_0001e148 + DAT_0001e150 * 4); if (pcVar8 == (char *)0x0) { uVar5 = FUN_00015250(&DAT_0001a909); pcVar8 = "%s expected"; goto LAB_00012a74; } if ((*pcVar8 != ')') || (pcVar8[1] != '\0')) { uVar5 = FUN_00015220(1,pcVar8); uVar6 = FUN_00015220(0,&DAT_0001a909); uVar7 = dcgettext(0,"%s expected, found %s",5); /* WARNING: Subroutine does not return */ FUN_000117f0(uVar7,uVar6,uVar5); } DAT_0001e150 = DAT_0001e150 + 1; LAB_00012812: local_1e = local_1e & (bVar2 ^ local_1f); bVar14 = DAT_0001e14c < DAT_0001e150; bVar15 = DAT_0001e14c == DAT_0001e150; local_30 = DAT_0001e14c; if ((int)DAT_0001e14c <= (int)DAT_0001e150) { LAB_000128f3: return local_1d | local_1e; } } iVar9 = 3; pbVar11 = *(byte **)(DAT_0001e148 + DAT_0001e150 * 4); pbVar12 = pbVar11; pbVar13 = &DAT_00019102; do { if (iVar9 == 0) break; iVar9 = iVar9 + -1; bVar14 = *pbVar12 < *pbVar13; bVar15 = *pbVar12 == *pbVar13; pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1; pbVar13 = pbVar13 + (uint)bVar16 * -2 + 1; } while (bVar15); if ((!bVar14 && !bVar15) != bVar14) break; DAT_0001e150 = DAT_0001e150 + 1; if ((int)local_30 <= (int)DAT_0001e150) goto LAB_0001285f; } while( true ); bVar14 = false; local_1d = local_1d | local_1e; bVar15 = local_1d == 0; iVar9 = 3; pbVar12 = &DAT_00019105; do { if (iVar9 == 0) break; iVar9 = iVar9 + -1; bVar14 = *pbVar11 < *pbVar12; bVar15 = *pbVar11 == *pbVar12; pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1; pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1; } while (bVar15); if ((!bVar14 && !bVar15) != bVar14) { return local_1d; } DAT_0001e150 = DAT_0001e150 + 1; goto LAB_000126b0; }
PUSH EBP PUSH EDI PUSH ESI PUSH EBX CALL 0x000114d0 ADD EBX,0xb977 SUB ESP,0x2c MOV byte ptr [ESP + 0x1f],0x0 MOV EAX,dword ptr [EBX + 0x14c] MOV EBP,dword ptr [EBX + 0x150] MOV dword ptr [ESP + 0xc],EAX LEA ESI,[ESI] NOP MOV ESI,dword ptr [ESP + 0xc] MOV byte ptr [ESP + 0x1e],0x1 CMP EBP,ESI JGE 0x0001285f LEA ESI,[ESI] MOV EDX,dword ptr [EBX + 0x148] MOV EDI,dword ptr [EDX + EBP*0x4] MOVZX EAX,byte ptr [EDI] MOV dword ptr [ESP + 0x10],EDI MOV byte ptr [ESP + 0x14],AL CMP AL,0x21 JNZ 0x000129e0 CMP byte ptr [EDI + 0x1],0x0 JNZ 0x000129f0 ADD EBP,0x1 MOV dword ptr [EBX + 0x150],EBP CMP EBP,ESI JGE 0x0001285f XOR EAX,EAX MOV byte ptr [ESP + 0x1d],0x1 JMP 0x00012731 CMP byte ptr [ESI + 0x1],0x0 JNZ 0x00012868 ADD EBP,0x1 CMP EBP,dword ptr [ESP + 0xc] JZ 0x00012a10 XOR byte ptr [ESP + 0x1d],0x1 MOV EAX,0x1 MOV ESI,dword ptr [EDX + EBP*0x4] MOVZX ECX,byte ptr [ESI] CMP CL,0x21 JZ 0x00012710 MOV dword ptr [ESP + 0x10],ESI TEST AL,AL JZ 0x0001274a MOV dword ptr [EBX + 0x150],EBP MOV byte ptr [ESP + 0x14],CL CMP byte ptr [ESP + 0x14],0x28 JNZ 0x00012876 MOV EAX,dword ptr [ESP + 0x10] CMP byte ptr [EAX + 0x1],0x0 JNZ 0x00012876 MOV ESI,dword ptr [ESP + 0xc] LEA EAX,[EBP + 0x1] MOV dword ptr [ESP + 0x14],EAX MOV dword ptr [EBX + 0x150],EAX CMP EAX,ESI JGE 0x0001285f LEA EAX,[EBP + 0x2] CMP EAX,ESI JGE 0x00012a00 LEA EAX,[ESI + -0x1] LEA EDX,[EDX + EBP*0x4] SUB EAX,EBP LEA EBP,[EBX + 0xffffc909] MOV dword ptr [ESP + 0x10],EAX MOV EAX,0x1 MOV ESI,dword ptr [EDX + EAX*0x4 + 0x4] MOV ECX,0x2 MOV EDI,EBP CMPSB.REPE ES:EDI,ESI SETA CL SBB CL,0x0 TEST CL,CL JZ 0x000127d0 CMP EAX,0x4 JZ 0x00012950 ADD EAX,0x1 CMP EAX,dword ptr [ESP + 0x10] JNZ 0x000127a2 LEA ESI,[ESI] NOP CALL 0x00012520 MOV EDX,dword ptr [EBX + 0x150] MOV ECX,dword ptr [EBX + 0x148] MOV ECX,dword ptr [ECX + EDX*0x4] TEST ECX,ECX JZ 0x00012a58 CMP byte ptr [ECX],0x29 JNZ 0x00012a1b CMP byte ptr [ECX + 0x1],0x0 JNZ 0x00012a1b MOV EDI,dword ptr [EBX + 0x14c] ADD EDX,0x1 MOV dword ptr [EBX + 0x150],EDX MOV dword ptr [ESP + 0xc],EDI XOR AL,byte ptr [ESP + 0x1d] AND byte ptr [ESP + 0x1e],AL CMP dword ptr [ESP + 0xc],EDX JLE 0x000128f3 MOV EAX,dword ptr [EBX + 0x148] MOV ECX,0x3 LEA EDI,[EBX + 0xffffb102] MOV EAX,dword ptr [EAX + EDX*0x4] MOV ESI,EAX CMPSB.REPE ES:EDI,ESI SETA CL SBB CL,0x0 TEST CL,CL JNZ 0x00012980 MOV ESI,dword ptr [ESP + 0xc] LEA EBP,[EDX + 0x1] MOV dword ptr [EBX + 0x150],EBP CMP EBP,ESI JL 0x000126c8 CALL 0x000118f0 MOV dword ptr [ESP + 0x10],ESI TEST AL,AL JZ 0x00012876 MOV dword ptr [EBX + 0x150],EBP MOV EAX,dword ptr [ESP + 0xc] SUB EAX,EBP CMP EAX,0x3 JLE 0x00012910 MOV ESI,dword ptr [ESP + 0x10] MOV ECX,0x3 LEA EDI,[EBX + 0xffffb08a] CMPSB.REPE ES:EDI,ESI SETA AL SBB AL,0x0 TEST AL,AL JNZ 0x000128b8 MOV EAX,dword ptr [EDX + EBP*0x4 + 0x8] MOV dword ptr [ESP + 0x18],EDX CALL 0x00011610 MOV EDX,dword ptr [ESP + 0x18] TEST AL,AL JNZ 0x000129b8 MOV EAX,dword ptr [EDX + EBP*0x4 + 0x4] CALL 0x00011610 TEST AL,AL JNZ 0x00012960 CMP byte ptr [ESP + 0x14],0x2d JZ 0x00012919 CMP byte ptr [ESP + 0x14],0x0 LEA EDX,[EBP + 0x1] SETNZ AL MOV dword ptr [EBX + 0x150],EDX XOR AL,byte ptr [ESP + 0x1d] AND byte ptr [ESP + 0x1e],AL CMP dword ptr [ESP + 0xc],EDX JG 0x00012824 MOVZX EAX,byte ptr [ESP + 0x1e] OR byte ptr [ESP + 0x1f],AL MOVZX EAX,byte ptr [ESP + 0x1f] ADD ESP,0x2c POP EBX POP ESI POP EDI POP EBP RET JZ 0x000128b8 CMP byte ptr [ESP + 0x14],0x2d JNZ 0x000128d0 MOV EAX,dword ptr [ESP + 0x10] CMP byte ptr [EAX + 0x1],0x0 JZ 0x000128d0 CMP byte ptr [EAX + 0x2],0x0 JNZ 0x000128d0 CALL 0x00012420 TEST AL,AL JZ 0x00012a85 CALL 0x00011980 MOV EDI,dword ptr [EBX + 0x14c] MOV EDX,dword ptr [EBX + 0x150] MOV dword ptr [ESP + 0xc],EDI JMP 0x00012812 MOV EAX,dword ptr [ESP + 0xc] SUB EAX,dword ptr [ESP + 0x14] JMP 0x000127d0 XOR EAX,EAX CALL 0x00011ee0 MOV EDI,dword ptr [EBX + 0x14c] MOV EDX,dword ptr [EBX + 0x150] MOV dword ptr [ESP + 0xc],EDI JMP 0x00012812 MOVZX ECX,byte ptr [ESP + 0x1e] MOV ESI,EAX OR byte ptr [ESP + 0x1f],CL LEA EDI,[EBX + 0xffffb105] MOV ECX,0x3 CMPSB.REPE ES:EDI,ESI SETA AL SBB AL,0x0 TEST AL,AL JNZ 0x000128fc LEA EBP,[EDX + 0x1] MOV dword ptr [EBX + 0x150],EBP JMP 0x000126b0 MOV EAX,0x1 CALL 0x00011ee0 MOV EDI,dword ptr [EBX + 0x14c] MOV EDX,dword ptr [EBX + 0x150] MOV dword ptr [ESP + 0xc],EDI JMP 0x00012812 MOV byte ptr [ESP + 0x1d],0x0 JMP 0x0001274e MOV byte ptr [ESP + 0x1d],0x0 JMP 0x00012876 MOV EAX,0x1 JMP 0x000127d0 MOV dword ptr [EBX + 0x150],EBP CALL 0x000118f0 SUB ESP,0x8 PUSH ECX PUSH 0x1 CALL 0x00015220 POP ESI POP EBP MOV EDI,EAX LEA EAX,[EBX + 0xffffc909] PUSH EAX PUSH 0x0 CALL 0x00015220 ADD ESP,0xc MOV ESI,EAX LEA EAX,[EBX + 0xffffb0ec] PUSH 0x5 PUSH EAX PUSH 0x0 CALL 0x000110e0 ADD ESP,0xc PUSH EDI PUSH ESI PUSH EAX CALL 0x000117f0 SUB ESP,0xc LEA EAX,[EBX + 0xffffc909] PUSH EAX CALL 0x00015250 ADD ESP,0xc PUSH 0x5 MOV ESI,EAX LEA EAX,[EBX + 0xffffb0e0] PUSH EAX PUSH 0x0 CALL 0x000110e0 POP EDX POP ECX PUSH ESI PUSH EAX CALL 0x000117f0 MOV EDX,dword ptr [ESP + 0x10] SUB ESP,0xc PUSH EDX CALL 0x00015250 ADD ESP,0xc MOV ESI,EAX PUSH 0x5 LEA EAX,[EBX + 0xffffb0c2] JMP 0x00012a74
null
null
null
null
[(u'MULTIEQUAL_-1205980554', u'MULTIEQUAL_-1205980535'), (u'CALL_-1205981704', u'INDIRECT_-1205979297'), (u'MULTIEQUAL_-1205979879', u'INT_OR_-1205982241'), (u'CAST_-1205979839', u'LOAD_-1205983461'), (u'CALL_-1205981704', u'INDIRECT_-1205979361'), (u'INT_LESS_-1205982659', u'MULTIEQUAL_-1205980532'), ('tmp_350', u'CBRANCH_-1205983362'), (u'MULTIEQUAL_-1205979588', u'INT_ADD_-1205982150'), (u'LOAD_-1205982887', u'LOAD_-1205982864'), ('const-417', u'LOAD_-1205983055'), (u'COPY_-1205979517', u'MULTIEQUAL_-1205980564'), (u'INT_ADD_-1205982934', u'MULTIEQUAL_-1205980905'), (u'BOOL_NEGATE_-1205979885', u'BOOL_AND_-1205982171'), (u'INDIRECT_-1205979036', u'COPY_-1205979087'), (u'INT_ADD_-1205981983', u'INT_EQUAL_-1205981931'), (u'PTRADD_-1205982779', u'LOAD_-1205982841'), (u'BOOL_NEGATE_-1205980442', u'BOOL_AND_-1205982973'), (u'MULTIEQUAL_-1205980380', u'INT_SUB_-1205982224'), (u'MULTIEQUAL_-1205980226', u'INT_OR_-1205982270'), (u'LOAD_-1205983027', u'INT_LESS_-1205983010'), (u'LOAD_-1205983027', u'INT_EQUAL_-1205983010'), ('tmp_1310', u'CBRANCH_-1205982685'), (u'MULTIEQUAL_-1205980126', u'MULTIEQUAL_-1205979829'), (u'MULTIEQUAL_-1205980195', u'BOOL_NEGATE_-1205979886'), (u'INT_AND_-1205981937', u'MULTIEQUAL_-1205979673'), ('const-1', u'COPY_-1205983065'), (u'BOOL_AND_-1205982123', u'INT_NOTEQUAL_-1205982124'), (u'INT_EQUAL_-1205983010', u'CBRANCH_-1205983011'), (u'INT_ADD_-1205983380', u'COPY_-1205979884'), (u'INDIRECT_-1205979576', u'COPY_-1205979635'), (u'PTRADD_-1205979541', u'LOAD_-1205982697'), (u'MULTIEQUAL_-1205980694', u'MULTIEQUAL_-1205980691'), (u'COPY_-1205979554', u'MULTIEQUAL_-1205980581'), (u'COPY_-1205979466', u'MULTIEQUAL_-1205980494'), (u'INDIRECT_-1205979551', u'MULTIEQUAL_-1205979512'), (u'CALL_-1205981851', u'INDIRECT_-1205979045'), ('tmp_2308', u'BRANCH_-1205981851'), (u'COPY_-1205983555', u'MULTIEQUAL_-1205980406'), ('const-33', u'INT_NOTEQUAL_-1205983268'), ('const-0', u'INT_EQUAL_-1205982181'), (u'MULTIEQUAL_-1205979938', u'PTRADD_-1205979910'), (u'INT_SLESSEQUAL_-1205982572', u'CBRANCH_-1205982580'), ('const-1', u'INT_ADD_-1205983380'), (u'MULTIEQUAL_-1205979969', u'INT_SLESSEQUAL_-1205983481'), (u'MULTIEQUAL_-1205980535', u'MULTIEQUAL_-1205980532'), ('const-0', u'PTRSUB_-1205982643'), (u'MULTIEQUAL_-1205980861', u'INT_SUB_-1205983070'), (u'PTRADD_-1205982115', u'COPY_-1205979474'), (u'COPY_-1205979782', u'MULTIEQUAL_-1205979514'), ('const-0', u'INT_EQUAL_-1205982229'), (u'INT_ZEXT_-1205982165', u'INT_MULT_-1205980184'), ('tmp_2464', u'CBRANCH_-1205982161'), (u'CALL_-1205982908', u'MULTIEQUAL_-1205980310'), ('const-1', u'RETURN_-1205982564'), (u'CALL_-1205981804', u'INDIRECT_-1205980145'), (u'MULTIEQUAL_-1205979938', u'COPY_-1205979889'), (u'MULTIEQUAL_-1205980035', u'CAST_-1205979424'), (u'INDIRECT_-1205979338', u'MULTIEQUAL_-1205979616'), (u'INT_LESS_-1205983010', u'MULTIEQUAL_-1205980691'), (u'INT_ADD_-1205983150', u'INT_SLESSEQUAL_-1205983122'), (u'COPY_-1205981797', u'MULTIEQUAL_-1205980181'), (u'CALL_-1205981817', u'INDIRECT_-1205979068'), (u'LOAD_-1205982864', u'INT_NOTEQUAL_-1205982848'), (u'INT_ZEXT_-1205982170', u'INT_MULT_-1205980185'), ('tmp_2542', u'CBRANCH_-1205982123'), (u'CAST_-1205979113', u'COPY_-1205979224'), (u'MULTIEQUAL_-1205980564', u'INT_ADD_-1205981983'), (u'CALL_-1205981830', u'INDIRECT_-1205980160'), (u'CALL_-1205981830', u'INDIRECT_-1205979385'), (u'MULTIEQUAL_-1205980905', u'INT_ADD_-1205979740'), ('tmp_1743', u'BRANCH_-1205982151'), (u'INT_SLESS_-1205983098', u'CBRANCH_-1205983105'), (u'MULTIEQUAL_-1205980265', u'PTRADD_-1205982163'), (u'INT_EQUAL_-1205983077', u'MULTIEQUAL_-1205980623'), ('const-0', u'INT_EQUAL_-1205983407'), ('const-1', u'CALL_-1205981599'), (u'MULTIEQUAL_-1205980181', u'CALL_-1205981772'), (u'INT_MULT_-1205980451', u'INT_ADD_-1205979725'), ('tmp_807', u'CBRANCH_-1205983011'), (u'COPY_-1205983512', u'MULTIEQUAL_-1205980224'), (u'MULTIEQUAL_-1205979946', u'CBRANCH_-1205983246'), ('tmp_1509', u'CBRANCH_-1205982580'), (u'INT_SLESSEQUAL_-1205979538', u'CBRANCH_-1205981925'), (u'MULTIEQUAL_-1205979588', u'PTRADD_-1205979541'), (u'CAST_-1205979281', u'INT_SLESSEQUAL_-1205979538'), ('const-0', u'INT_EQUAL_-1205982680'), (u'MULTIEQUAL_-1205980607', u'BOOL_NEGATE_-1205980441'), ('const-4', u'INT_EQUAL_-1205982959'), (u'COPY_-1205982322', u'MULTIEQUAL_-1205980775'), (u'MULTIEQUAL_-1205979588', u'INT_ADD_-1205982593'), (u'MULTIEQUAL_-1205980406', u'MULTIEQUAL_-1205980380'), ('const-45', u'INT_EQUAL_-1205981747'), ('const-102636', u'COPY_-1205979087'), (u'MULTIEQUAL_-1205980518', u'LOAD_-1205982175'), (u'MULTIEQUAL_-1205980404', u'INT_ZEXT_-1205982669'), (u'CALL_-1205982908', u'INDIRECT_-1205980502'), (u'CAST_-1205979738', u'LOAD_-1205983288'), (u'COPY_-1205983065', u'MULTIEQUAL_-1205980905'), ('const-1', u'PTRADD_-1205982614'), ('const-0', u'INT_NOTEQUAL_-1205982825'), (u'INT_EQUAL_-1205982959', u'CBRANCH_-1205982957'), ('const-1', u'INT_ADD_-1205979488'), (u'CALL_-1205981830', u'INDIRECT_-1205979353'), (u'INT_LESS_-1205982925', u'MULTIEQUAL_-1205980707'), (u'MULTIEQUAL_-1205979419', u'COPY_-1205979374'), (u'MULTIEQUAL_-1205980749', u'MULTIEQUAL_-1205979443'), (u'MULTIEQUAL_-1205980002', u'PTRADD_-1205979810'), (u'MULTIEQUAL_-1205980494', u'LOAD_-1205982177'), ('const-1', u'COPY_-1205981860'), (u'INT_ADD_-1205979739', u'PTRADD_-1205979692'), (u'MULTIEQUAL_-1205980894', u'INT_ADD_-1205982220'), (u'INT_LESS_-1205982208', u'MULTIEQUAL_-1205980195'), (u'INDIRECT_-1205979028', u'MULTIEQUAL_-1205979038'), (u'MULTIEQUAL_-1205979932', u'INT_XOR_-1205982753'), (u'MULTIEQUAL_-1205980159', u'MULTIEQUAL_-1205979829'), (u'INT_ADD_-1205979581', u'PTRADD_-1205982619'), (u'INT_AND_-1205981937', u'MULTIEQUAL_-1205979879'), (u'MULTIEQUAL_-1205979929', u'PTRADD_-1205981794'), (u'MULTIEQUAL_-1205980734', u'PTRADD_-1205982970'), (u'BOOL_NEGATE_-1205980278', u'BOOL_AND_-1205982622'), (u'INT_SLESS_-1205983355', u'CBRANCH_-1205983362'), (u'COPY_-1205979790', u'MULTIEQUAL_-1205980564'), (u'INDIRECT_-1205979759', u'MULTIEQUAL_-1205979679'), (u'MULTIEQUAL_-1205980241', u'LOAD_-1205982225'), ('tmp_2861', u'CBRANCH_-1205981925'), (u'CAST_-1205979460', u'COPY_-1205979565'), (u'LOAD_-1205982697', u'CAST_-1205979460'), (u'BOOL_NEGATE_-1205979460', u'CBRANCH_-1205982077'), (u'MULTIEQUAL_-1205979382', u'COPY_-1205979373'), (u'INDIRECT_-1205978996', u'MULTIEQUAL_-1205979003'), (u'MULTIEQUAL_-1205979616', u'MULTIEQUAL_-1205979588'), (u'INDIRECT_-1205979077', u'COPY_-1205979133'), (u'MULTIEQUAL_-1205979969', u'MULTIEQUAL_-1205979532'), ('const-0', u'COPY_-1205981450'), (u'MULTIEQUAL_-1205979679', u'MULTIEQUAL_-1205979451'), ('const-0', u'RETURN_-1205982280'), (u'INDIRECT_-1205980271', u'MULTIEQUAL_-1205979443'), (u'MULTIEQUAL_-1205980623', u'MULTIEQUAL_-1205980610'), (u'INT_ADD_-1205981983', u'CAST_-1205979286'), (u'COPY_-1205979562', u'MULTIEQUAL_-1205980600'), (u'PTRADD_-1205982619', u'COPY_-1205979554'), ('const-4', u'PTRADD_-1205979692'), (u'INT_EQUAL_-1205981931', u'MULTIEQUAL_-1205980470'), (u'MULTIEQUAL_-1205980406', u'CAST_-1205979859'), (u'MULTIEQUAL_-1205979996', u'MULTIEQUAL_-1205979564'), ('tmp_3195', u'BRANCH_-1205981571'), ('const-1', u'INT_ADD_-1205979223'), (u'MULTIEQUAL_-1205980114', u'MULTIEQUAL_-1205980111'), (u'MULTIEQUAL_-1205980861', u'INT_LESS_-1205983077'), (u'MULTIEQUAL_-1205980861', u'INT_EQUAL_-1205983077'), (u'MULTIEQUAL_-1205980404', u'INT_ZEXT_-1205982664'), ('tmp_3234', u'CBRANCH_-1205981742'), (u'INT_ADD_-1205983380', u'COPY_-1205979497'), (u'INDIRECT_-1205979695', u'INT_ADD_-1205982790'), (u'CAST_-1205978942', u'CALL_-1205981851'), (u'INT_MULT_-1205980289', u'INT_ADD_-1205979581'), ('const-4', u'PTRADD_-1205979626'), (u'CALL_-1205981804', u'INDIRECT_-1205979402'), (u'LOAD_-1205982223', u'INT_LESS_-1205982208'), (u'LOAD_-1205982223', u'INT_EQUAL_-1205982208'), (u'COPY_-1205979709', u'MULTIEQUAL_-1205980758'), ('const-40', u'INT_NOTEQUAL_-1205983213'), (u'CALL_-1205981433', u'INDIRECT_-1205979060'), (u'CALL_-1205981433', u'INDIRECT_-1205978996'), (u'MULTIEQUAL_-1205980835', u'INT_EQUAL_-1205983031'), (u'INT_EQUAL_-1205982869', u'CBRANCH_-1205982868'), (u'MULTIEQUAL_-1205979616', u'INT_SLESSEQUAL_-1205982718'), ('const-0', u'COPY_-1205982322'), (u'BOOL_AND_-1205982171', u'INT_NOTEQUAL_-1205982172'), ('const-417', u'LOAD_-1205982175'), ('const-1', u'PTRADD_-1205982779'), (u'INT_EQUAL_-1205983429', u'CBRANCH_-1205983427'), (u'COPY_-1205979557', u'MULTIEQUAL_-1205980581'), (u'INT_EQUAL_-1205982925', u'BOOL_NEGATE_-1205982890'), (u'LOAD_-1205982887', u'INT_EQUAL_-1205982869'), (u'INT_ADD_-1205982220', u'MULTIEQUAL_-1205980894'), ('const-5', u'CALL_-1205981883'), (u'LOAD_-1205982697', u'CAST_-1205979113'), (u'MULTIEQUAL_-1205979588', u'COPY_-1205979429'), (u'MULTIEQUAL_-1205979384', u'MULTIEQUAL_-1205979625'), ('const-102624', u'COPY_-1205981797'), (u'CALL_-1205981851', u'INDIRECT_-1205979077'), ('const-4294967294', u'INT_MULT_-1205980452'), (u'MULTIEQUAL_-1205979647', u'CAST_-1205979495'), (u'MULTIEQUAL_-1205980894', u'COPY_-1205979517'), (u'INT_EQUAL_-1205983010', u'MULTIEQUAL_-1205980607'), (u'BOOL_NEGATE_-1205981790', u'CBRANCH_-1205981815'), (u'MULTIEQUAL_-1205980126', u'MULTIEQUAL_-1205979932'), ('const-1', u'PTRADD_-1205982970'), (u'COPY_-1205979117', u'MULTIEQUAL_-1205979798'), ('const-4', u'PTRADD_-1205979541'), (u'CAST_-1205979839', u'MULTIEQUAL_-1205979929'), ('tmp_3160', u'BRANCH_-1205981676'), (u'MULTIEQUAL_-1205980404', u'INT_ZEXT_-1205982213'), (u'COPY_-1205979704', u'MULTIEQUAL_-1205980734'), (u'MULTIEQUAL_-1205980861', u'COPY_-1205979805'), (u'INT_ADD_-1205982790', u'MULTIEQUAL_-1205979616'), (u'INT_EQUAL_-1205982731', u'MULTIEQUAL_-1205980470'), ('const-417', u'LOAD_-1205982225'), (u'COPY_-1205979774', u'MULTIEQUAL_-1205979501'), ('tmp_2977', u'CBRANCH_-1205981815'), (u'CALL_-1205982057', u'INDIRECT_-1205979496'), (u'LOAD_-1205983288', u'INT_NOTEQUAL_-1205983268'), ('tmp_3430', u'CBRANCH_-1205981838'), ('const-1', u'INT_ADD_-1205979447'), ('const-0', u'COPY_-1205983562'), (u'INDIRECT_-1205979370', u'MULTIEQUAL_-1205979647'), ('const-1', u'INT_ADD_-1205982934'), (u'MULTIEQUAL_-1205980367', u'MULTIEQUAL_-1205980364'), ('const-1', u'INT_ADD_-1205982220'), (u'MULTIEQUAL_-1205979929', u'CAST_-1205978870'), (u'PTRSUB_-1205983015', u'COPY_-1205979704'), (u'COPY_-1205982199', u'COPY_-1205979473'), (u'BOOL_NEGATE_-1205980279', u'BOOL_AND_-1205982622'), (u'CALL_-1205981433', u'INDIRECT_-1205979028'), (u'COPY_-1205982245', u'MULTIEQUAL_-1205980340'), (u'INT_ZEXT_-1205983015', u'INT_MULT_-1205980451'), ('tmp_663', u'CBRANCH_-1205983105'), ('const-0', u'INT_EQUAL_-1205983031'), ('const-2', u'INT_ADD_-1205983109'), (u'CALL_-1205981772', u'INDIRECT_-1205979078'), (u'INT_EQUAL_-1205982680', u'CBRANCH_-1205982685'), (u'COPY_-1205979884', u'MULTIEQUAL_-1205980894'), (u'CALL_-1205981966', u'INDIRECT_-1205979098'), ('const-41', u'INT_NOTEQUAL_-1205982848'), (u'MULTIEQUAL_-1205980427', u'MULTIEQUAL_-1205980404'), (u'MULTIEQUAL_-1205979514', u'MULTIEQUAL_-1205979444'), ('const-102661', u'PTRSUB_-1205982188'), (u'MULTIEQUAL_-1205979829', u'INT_XOR_-1205981953'), ('const-0', u'COPY_-1205982271'), ('tmp_2905', u'CBRANCH_-1205981857'), (u'INT_XOR_-1205982176', u'MULTIEQUAL_-1205980159'), (u'LOAD_-1205983293', u'CAST_-1205979738'), ('const-33', u'INT_EQUAL_-1205983429'), (u'COPY_-1205979712', u'MULTIEQUAL_-1205980758'), ('const-0', u'INT_EQUAL_-1205982253'), (u'INDIRECT_-1205979208', u'MULTIEQUAL_-1205979616'), (u'COPY_-1205979889', u'MULTIEQUAL_-1205980564'), (u'LOAD_-1205982177', u'INT_LESS_-1205982160'), (u'LOAD_-1205982177', u'INT_EQUAL_-1205982160'), (u'LOAD_-1205982120', u'CALL_-1205982100'), (u'CAST_-1205979859', u'INT_SLESSEQUAL_-1205983481'), (u'INT_EQUAL_-1205982659', u'MULTIEQUAL_-1205980451'), (u'INT_SLESS_-1205982208', u'CBRANCH_-1205982215'), (u'BOOL_AND_-1205982973', u'INT_EQUAL_-1205982974'), ('const-102538', u'COPY_-1205982199'), (u'INDIRECT_-1205979695', u'PTRADD_-1205979626'), (u'MULTIEQUAL_-1205980380', u'MULTIEQUAL_-1205980035'), ('const-1', u'PTRADD_-1205982200'), (u'CALL_-1205981830', u'BOOL_NEGATE_-1205981790'), (u'CAST_-1205979124', u'COPY_-1205980651'), (u'INT_LESS_-1205983077', u'MULTIEQUAL_-1205980707'), (u'INDIRECT_-1205979402', u'MULTIEQUAL_-1205979679'), (u'MULTIEQUAL_-1205980241', u'PTRADD_-1205982168'), (u'CAST_-1205979795', u'INT_SLESS_-1205983355'), (u'CALL_-1205982057', u'CBRANCH_-1205982041'), (u'INT_MULT_-1205979896', u'INT_ADD_-1205979223'), (u'COPY_-1205979464', u'COPY_-1205979465'), ('tmp_1277', u'CBRANCH_-1205982726'), (u'CALL_-1205981772', u'INDIRECT_-1205979014'), ('const-1', u'INT_ADD_-1205981983'), (u'INDIRECT_-1205979109', u'COPY_-1205979165'), (u'COPY_-1205979376', u'RETURN_-1205979363'), (u'LOAD_-1205983197', u'INT_NOTEQUAL_-1205983181'), ('tmp_2658', u'CBRANCH_-1205982041'), (u'INT_NOTEQUAL_-1205982622', u'CBRANCH_-1205982621'), ('const-417', u'LOAD_-1205982887'), (u'PTRADD_-1205979626', u'LOAD_-1205982887'), ('tmp_245', u'CBRANCH_-1205983427'), (u'MULTIEQUAL_-1205980470', u'MULTIEQUAL_-1205980451'), (u'INT_EQUAL_-1205982253', u'MULTIEQUAL_-1205980114'), (u'INT_NOTEQUAL_-1205983181', u'CBRANCH_-1205983178'), (u'COPY_-1205981450', u'MULTIEQUAL_-1205979829'), (u'MULTIEQUAL_-1205980564', u'INT_ADD_-1205979447'), (u'INT_NOTEQUAL_-1205982848', u'CBRANCH_-1205982846'), (u'MULTIEQUAL_-1205979970', u'MULTIEQUAL_-1205979384'), (u'MULTIEQUAL_-1205979657', u'MULTIEQUAL_-1205979596'), (u'CALL_-1205981746', u'INDIRECT_-1205979068'), (u'INT_SUB_-1205983083', u'INT_EQUAL_-1205983077'), (u'INT_SUB_-1205983083', u'INT_LESS_-1205983077'), (u'INT_ADD_-1205983021', u'MULTIEQUAL_-1205980835'), (u'MULTIEQUAL_-1205980749', u'INT_ZEXT_-1205982165'), (u'INT_MULT_-1205980184', u'INT_ADD_-1205979488'), (u'PTRADD_-1205982200', u'LOAD_-1205982262'), ('const-0', u'INT_NOTEQUAL_-1205982000'), (u'INT_ADD_-1205982593', u'MULTIEQUAL_-1205979938'), (u'MULTIEQUAL_-1205980226', u'INT_OR_-1205982241'), (u'MULTIEQUAL_-1205979929', u'CAST_-1205979227'), ('const-1', u'PTRADD_-1205983135'), (u'MULTIEQUAL_-1205979501', u'INT_NOTEQUAL_-1205982000'), (u'INT_ADD_-1205982220', u'INT_EQUAL_-1205982211'), ('tmp_3103', u'BRANCH_-1205981402'), ('const-4294967295', u'INT_ADD_-1205982171'), (u'PTRADD_-1205982614', u'COPY_-1205979562'), ('const-4294967294', u'INT_MULT_-1205980451'), (u'PTRADD_-1205983360', u'LOAD_-1205983422'), (u'INDIRECT_-1205979361', u'MULTIEQUAL_-1205979679'), (u'MULTIEQUAL_-1205980564', u'INT_SUB_-1205982224'), (u'MULTIEQUAL_-1205980518', u'PTRADD_-1205982115'), (u'CAST_-1205979398', u'INT_SLESS_-1205982208'), (u'MULTIEQUAL_-1205979929', u'COPY_-1205979481'), (u'MULTIEQUAL_-1205980195', u'INT_NOTEQUAL_-1205982172'), (u'CAST_-1205979738', u'MULTIEQUAL_-1205979929'), (u'INT_NOTEQUAL_-1205983213', u'CBRANCH_-1205983209'), ('tmp_2608', u'CBRANCH_-1205982077'), (u'LOAD_-1205983025', u'INT_EQUAL_-1205983010'), (u'LOAD_-1205983025', u'INT_LESS_-1205983010'), ('const-1', u'PTRADD_-1205981794'), ('const-417', u'LOAD_-1205981856'), (u'CALL_-1205981883', u'INDIRECT_-1205979121'), ('const-1', u'INT_ADD_-1205982593'), (u'CALL_-1205981746', u'INDIRECT_-1205979036'), (u'INT_ADD_-1205979222', u'PTRADD_-1205982163'), (u'INT_ADD_-1205982220', u'COPY_-1205979076'), (u'CALL_-1205981599', u'MULTIEQUAL_-1205980310'), (u'COPY_-1205979497', u'MULTIEQUAL_-1205979514'), (u'MULTIEQUAL_-1205979616', u'MULTIEQUAL_-1205979382'), ('tmp_2305', u'BRANCH_-1205982026'), ('const-417', u'LOAD_-1205982070'), (u'INT_AND_-1205982737', u'MULTIEQUAL_-1205979879'), ('const-3', u'COPY_-1205982205'), (u'INT_ADD_-1205979447', u'PTRADD_-1205979400'), (u'MULTIEQUAL_-1205979647', u'MULTIEQUAL_-1205979419'), (u'CAST_-1205978891', u'CALL_-1205981746'), (u'MULTIEQUAL_-1205979657', u'MULTIEQUAL_-1205980002'), (u'MULTIEQUAL_-1205980364', u'BOOL_NEGATE_-1205980174'), (u'MULTIEQUAL_-1205980494', u'PTRADD_-1205982120'), ('tmp_3334', u'CBRANCH_-1205982208'), (u'MULTIEQUAL_-1205979616', u'CAST_-1205979494'), (u'INT_ADD_-1205982593', u'MULTIEQUAL_-1205979532'), ('const-4294967294', u'INT_MULT_-1205979896'), (u'INDIRECT_-1205979004', u'COPY_-1205979055'), (u'MULTIEQUAL_-1205980905', u'INT_ADD_-1205982934'), (u'MULTIEQUAL_-1205980111', u'BOOL_NEGATE_-1205979885'), (u'INDIRECT_-1205979297', u'MULTIEQUAL_-1205979616'), (u'INDIRECT_-1205979496', u'MULTIEQUAL_-1205979384'), (u'MULTIEQUAL_-1205980224', u'INT_AND_-1205981937'), ('tmp_1583', u'CBRANCH_-1205982234'), (u'BOOL_AND_-1205982622', u'INT_NOTEQUAL_-1205982622'), (u'MULTIEQUAL_-1205979657', u'MULTIEQUAL_-1205980028'), (u'MULTIEQUAL_-1205980861', u'INT_ADD_-1205983109'), ('const-4294967295', u'INT_ADD_-1205983021'), (u'INT_LESS_-1205982160', u'MULTIEQUAL_-1205980448'), ('tmp_1377', u'CBRANCH_-1205982660'), (u'INDIRECT_-1205979528', u'MULTIEQUAL_-1205979416'), (u'MULTIEQUAL_-1205980380', u'CAST_-1205979651'), ('const-417', u'LOAD_-1205983288'), (u'INT_MULT_-1205980452', u'INT_ADD_-1205979726'), ('tmp_1113', u'CBRANCH_-1205982822'), (u'INT_ADD_-1205982670', u'MULTIEQUAL_-1205980678'), ('const-417', u'LOAD_-1205982676'), (u'MULTIEQUAL_-1205980581', u'PTRADD_-1205982619'), (u'COPY_-1205979565', u'MULTIEQUAL_-1205980600'), (u'COPY_-1205981462', u'MULTIEQUAL_-1205980126'), (u'BOOL_NEGATE_-1205980174', u'BOOL_AND_-1205982123'), (u'BOOL_NEGATE_-1205979886', u'BOOL_AND_-1205982171'), (u'MULTIEQUAL_-1205980905', u'INT_EQUAL_-1205982959'), (u'MULTIEQUAL_-1205980905', u'MULTIEQUAL_-1205980860'), (u'COPY_-1205979520', u'MULTIEQUAL_-1205980564'), (u'INT_OR_-1205982241', u'CAST_-1205979124'), (u'INT_EQUAL_-1205981747', u'CBRANCH_-1205981742'), ('const-1', u'INT_XOR_-1205982176'), (u'CALL_-1205982908', u'INDIRECT_-1205979727'), (u'CALL_-1205981433', u'MULTIEQUAL_-1205980044'), (u'INDIRECT_-1205979608', u'COPY_-1205979667'), ('const-1', u'INT_ADD_-1205979580'), ('tmp_1040', u'CBRANCH_-1205982868'), (u'INT_EQUAL_-1205982219', u'CBRANCH_-1205981763'), (u'CAST_-1205979612', u'COPY_-1205979712'), (u'INT_LESS_-1205983010', u'MULTIEQUAL_-1205980694'), (u'INT_EQUAL_-1205983031', u'CBRANCH_-1205983036'), (u'CALL_-1205982908', u'INDIRECT_-1205979695'), (u'MULTIEQUAL_-1205979657', u'PTRADD_-1205979541'), (u'CALL_-1205982057', u'INDIRECT_-1205979528'), (u'INT_EQUAL_-1205982208', u'MULTIEQUAL_-1205980111'), ('const-1', u'INT_ADD_-1205982150'), (u'MULTIEQUAL_-1205980380', u'INT_LESS_-1205981931'), (u'MULTIEQUAL_-1205980380', u'INT_EQUAL_-1205981931'), (u'INT_XOR_-1205981953', u'INT_AND_-1205981937'), (u'MULTIEQUAL_-1205980691', u'BOOL_NEGATE_-1205980442'), (u'CALL_-1205981427', u'INDIRECT_-1205979121'), (u'MULTIEQUAL_-1205980861', u'COPY_-1205979790'), (u'COPY_-1205980651', u'RETURN_-1205982280'), (u'INDIRECT_-1205979121', u'COPY_-1205979160'), ('tmp_563', u'CBRANCH_-1205983178'), (u'MULTIEQUAL_-1205980380', u'INT_SUB_-1205983083'), (u'MULTIEQUAL_-1205979647', u'INT_SLESSEQUAL_-1205982718'), (u'MULTIEQUAL_-1205980222', u'PTRADD_-1205983135'), (u'INT_ADD_-1205982219', u'MULTIEQUAL_-1205980340'), (u'INT_ADD_-1205981983', u'INT_SLESSEQUAL_-1205979538'), (u'INDIRECT_-1205980294', u'MULTIEQUAL_-1205980260'), (u'MULTIEQUAL_-1205980448', u'BOOL_NEGATE_-1205980175'), ('const-0', u'RETURN_-1205979363'), (u'INDIRECT_-1205979036', u'MULTIEQUAL_-1205979003'), (u'INT_MULT_-1205980185', u'INT_ADD_-1205979489'), ('tmp_3457', u'BRANCH_-1205981453'), (u'CAST_-1205979494', u'INT_LESS_-1205982731'), (u'INT_LESS_-1205982160', u'MULTIEQUAL_-1205980451'), (u'MULTIEQUAL_-1205979938', u'COPY_-1205979120'), ('const-417', u'LOAD_-1205983461'), (u'CALL_-1205981928', u'INDIRECT_-1205979143'), (u'INT_EQUAL_-1205982181', u'CBRANCH_-1205982186'), ('const-4294967295', u'INT_ADD_-1205982219'), (u'MULTIEQUAL_-1205980198', u'MULTIEQUAL_-1205980195'), (u'CAST_-1205979652', u'INT_SLESS_-1205983098'), (u'MULTIEQUAL_-1205980044', u'CALL_-1205981746'), (u'INT_EQUAL_-1205981841', u'CBRANCH_-1205981837'), (u'MULTIEQUAL_-1205980758', u'PTRADD_-1205982965'), ('const-108809', u'COPY_-1205979106'), (u'INT_ADD_-1205983380', u'INT_SLESS_-1205983355'), (u'MULTIEQUAL_-1205980593', u'INT_EQUAL_-1205982181'), ('const-1', u'RETURN_-1205981846'), ('tmp_1075', u'CBRANCH_-1205982846'), ('tmp_1455', u'CBRANCH_-1205982621'), (u'COPY_-1205979581', u'MULTIEQUAL_-1205980035'), (u'CALL_-1205981599', u'INDIRECT_-1205979272'), (u'LOAD_-1205983055', u'CAST_-1205979612'), (u'MULTIEQUAL_-1205980222', u'MULTIEQUAL_-1205979929'), (u'MULTIEQUAL_-1205980002', u'COPY_-1205979947'), (u'COPY_-1205979106', u'CALL_-1205981928'), (u'COPY_-1205979218', u'MULTIEQUAL_-1205980265'), (u'LOAD_-1205982887', u'PTRADD_-1205982779'), (u'COPY_-1205979429', u'COPY_-1205979433'), (u'INT_SUB_-1205983070', u'INT_EQUAL_-1205982925'), (u'INT_SUB_-1205983070', u'INT_LESS_-1205982925'), ('const-417', u'LOAD_-1205982674'), (u'INT_EQUAL_-1205982659', u'MULTIEQUAL_-1205980448'), (u'CALL_-1205981704', u'INDIRECT_-1205980104'), (u'CALL_-1205981883', u'INDIRECT_-1205979089'), ('const-1', u'PTRADD_-1205982619'), (u'INT_LESS_-1205982731', u'MULTIEQUAL_-1205980554'), ('tmp_384', u'BRANCH_-1205983337'), (u'INT_ADD_-1205979740', u'INT_ADD_-1205979739'), ('const-3', u'INT_EQUAL_-1205982219'), (u'CALL_-1205982100', u'INDIRECT_-1205979551'), ('const-1', u'RETURN_-1205981422'), ('const-3', u'COPY_-1205982714'), (u'INDIRECT_-1205979153', u'COPY_-1205979192'), (u'INT_SLESSEQUAL_-1205983481', u'CBRANCH_-1205983489'), (u'MULTIEQUAL_-1205980404', u'INT_ZEXT_-1205982218'), (u'INT_NOTEQUAL_-1205982246', u'CBRANCH_-1205982243'), (u'MULTIEQUAL_-1205980002', u'PTRADD_-1205979692'), (u'CALL_-1205981804', u'MULTIEQUAL_-1205980310'), (u'INT_EQUAL_-1205982229', u'CBRANCH_-1205982234'), (u'INT_SUB_-1205982021', u'MULTIEQUAL_-1205980860'), (u'MULTIEQUAL_-1205979946', u'CBRANCH_-1205981838'), (u'CAST_-1205979738', u'PTRADD_-1205982200'), ('const-0', u'INT_NOTEQUAL_-1205983181'), (u'PTRSUB_-1205982643', u'COPY_-1205979557'), (u'MULTIEQUAL_-1205980861', u'INT_ADD_-1205979739'), (u'MULTIEQUAL_-1205979416', u'MULTIEQUAL_-1205979657'), ('const-1', u'INT_ADD_-1205979222'), (u'COPY_-1205979087', u'CALL_-1205981883'), (u'INT_ADD_-1205983150', u'INT_SUB_-1205982021'), (u'INDIRECT_-1205980104', u'MULTIEQUAL_-1205980427'), ('const-1', u'PTRADD_-1205981813'), (u'INT_SLESSEQUAL_-1205982718', u'CBRANCH_-1205982726'), (u'LOAD_-1205983422', u'INT_EQUAL_-1205983407'), (u'INT_AND_-1205982737', u'MULTIEQUAL_-1205979673'), (u'INDIRECT_-1205979240', u'MULTIEQUAL_-1205979647'), (u'MULTIEQUAL_-1205980894', u'COPY_-1205979494'), (u'PTRADD_-1205982168', u'COPY_-1205979210'), (u'LOAD_-1205982676', u'INT_LESS_-1205982659'), (u'LOAD_-1205982676', u'INT_EQUAL_-1205982659'), (u'INT_ADD_-1205979580', u'PTRADD_-1205982614'), (u'CALL_-1205982908', u'INDIRECT_-1205979759'), (u'MULTIEQUAL_-1205980404', u'MULTIEQUAL_-1205980775'), (u'INT_ADD_-1205979223', u'PTRADD_-1205982168'), (u'CALL_-1205981772', u'CAST_-1205978891'), (u'PTRADD_-1205982120', u'COPY_-1205979466'), (u'MULTIEQUAL_-1205979416', u'MULTIEQUAL_-1205979451'), (u'CALL_-1205982057', u'INDIRECT_-1205980271'), (u'BOOL_NEGATE_-1205982890', u'CBRANCH_-1205982921'), (u'INT_ADD_-1205983380', u'COPY_-1205979794'), (u'MULTIEQUAL_-1205980380', u'CAST_-1205979664'), (u'INT_OR_-1205982270', u'CAST_-1205979253'), (u'CALL_-1205981704', u'MULTIEQUAL_-1205980310'), ('tmp_2943', u'CBRANCH_-1205981837'), ('const-1', u'INT_ADD_-1205983150'), (u'INT_LESS_-1205982208', u'MULTIEQUAL_-1205980198'), (u'COPY_-1205979701', u'MULTIEQUAL_-1205980734'), (u'INDIRECT_-1205979464', u'MULTIEQUAL_-1205979344'), (u'MULTIEQUAL_-1205980532', u'BOOL_NEGATE_-1205980279'), (u'MULTIEQUAL_-1205980340', u'INT_EQUAL_-1205982229'), (u'INT_ADD_-1205982934', u'MULTIEQUAL_-1205980860'), (u'MULTIEQUAL_-1205980564', u'INT_ADD_-1205979475'), (u'INT_EQUAL_-1205982219', u'MULTIEQUAL_-1205980367'), (u'INT_SUB_-1205983083', u'INT_SUB_-1205983070'), (u'LOAD_-1205982070', u'CALL_-1205982057'), (u'CALL_-1205981599', u'INDIRECT_-1205979240'), (u'PTRSUB_-1205982188', u'COPY_-1205979216'), ('const-1', u'PTRADD_-1205982965'), ('const-417', u'LOAD_-1205982697'), ('const-0', u'COPY_-1205980051'), (u'PTRADD_-1205982965', u'COPY_-1205979709'), (u'INT_EQUAL_-1205983407', u'CBRANCH_-1205983403'), ('const-0', u'CALL_-1205981704'), ('tmp_11380', u'MULTIEQUAL_-1205979969'), (u'LOAD_-1205982674', u'INT_LESS_-1205982659'), (u'LOAD_-1205982674', u'INT_EQUAL_-1205982659'), (u'BOOL_NEGATE_-1205980441', u'BOOL_AND_-1205982973'), (u'MULTIEQUAL_-1205980448', u'INT_NOTEQUAL_-1205982124'), ('tmp_463', u'CBRANCH_-1205983246'), (u'MULTIEQUAL_-1205980002', u'MULTIEQUAL_-1205979416'), (u'PTRADD_-1205979910', u'LOAD_-1205983466'), (u'INT_ADD_-1205983109', u'CAST_-1205979652'), (u'MULTIEQUAL_-1205980028', u'MULTIEQUAL_-1205980002'), (u'INT_EQUAL_-1205982160', u'MULTIEQUAL_-1205980364'), (u'MULTIEQUAL_-1205980860', u'CALL_-1205982908'), ('const-1', u'PTRADD_-1205981813'), (u'LOAD_-1205983461', u'COPY_-1205979117'), ('const-0', u'INT_EQUAL_-1205982869'), (u'COPY_-1205983050', u'MULTIEQUAL_-1205980835'), ('const-417', u'LOAD_-1205983025'), ('const-1', u'INT_ADD_-1205979725'), ('tmp_11381', u'MULTIEQUAL_-1205980028'), ('const-4294967294', u'INT_MULT_-1205980185'), (u'MULTIEQUAL_-1205980610', u'MULTIEQUAL_-1205980607'), (u'CALL_-1205981966', u'INDIRECT_-1205979162'), ('const-0', u'INT_EQUAL_-1205981841'), ('const-2', u'COPY_-1205983050'), ('tmp_1650', u'CBRANCH_-1205982209'), (u'BOOL_NEGATE_-1205980175', u'BOOL_AND_-1205982123'), (u'CAST_-1205978870', u'CALL_-1205981433'), (u'CAST_-1205979664', u'INT_SLESSEQUAL_-1205983122'), (u'CALL_-1205981746', u'INDIRECT_-1205979004'), (u'INDIRECT_-1205980145', u'MULTIEQUAL_-1205980427'), (u'MULTIEQUAL_-1205979798', u'COPY_-1205979774'), (u'CAST_-1205979227', u'CALL_-1205981830'), (u'INDIRECT_-1205979759', u'PTRADD_-1205979626'), (u'CALL_-1205981817', u'INDIRECT_-1205979100'), (u'MULTIEQUAL_-1205979625', u'MULTIEQUAL_-1205979564'), (u'MULTIEQUAL_-1205980600', u'LOAD_-1205982674'), (u'MULTIEQUAL_-1205979625', u'COPY_-1205979464'), (u'COPY_-1205979224', u'MULTIEQUAL_-1205980265'), (u'COPY_-1205979794', u'MULTIEQUAL_-1205979807'), (u'INT_XOR_-1205982753', u'INT_AND_-1205982737'), ('const-102658', u'PTRSUB_-1205982643'), (u'INT_LESS_-1205982219', u'MULTIEQUAL_-1205980451'), (u'MULTIEQUAL_-1205980835', u'INT_ADD_-1205983021'), (u'MULTIEQUAL_-1205980159', u'INT_XOR_-1205982176'), (u'COPY_-1205981860', u'MULTIEQUAL_-1205980860'), (u'CALL_-1205981966', u'CALL_-1205981851'), (u'MULTIEQUAL_-1205980734', u'LOAD_-1205983027'), (u'MULTIEQUAL_-1205980380', u'CAST_-1205979281'), ('const-1', u'PTRADD_-1205983360'), (u'INT_LESS_-1205981931', u'MULTIEQUAL_-1205980554'), (u'CALL_-1205981427', u'INDIRECT_-1205979153'), ('tmp_2397', u'CBRANCH_-1205982186'), ('tmp_517', u'CBRANCH_-1205983209'), (u'INT_ZEXT_-1205982669', u'INT_MULT_-1205980289'), (u'MULTIEQUAL_-1205980758', u'LOAD_-1205983025'), (u'MULTIEQUAL_-1205979996', u'MULTIEQUAL_-1205979970'), (u'LOAD_-1205983461', u'MULTIEQUAL_-1205979501'), ('const-3', u'INT_SLESS_-1205982208'), (u'INDIRECT_-1205979487', u'MULTIEQUAL_-1205979444'), (u'COPY_-1205979496', u'COPY_-1205979497'), (u'MULTIEQUAL_-1205980894', u'PTRADD_-1205979810'), ('const-0', u'CALL_-1205981883'), (u'INDIRECT_-1205979060', u'MULTIEQUAL_-1205979070'), (u'PTRADD_-1205981813', u'LOAD_-1205981875'), (u'CALL_-1205982100', u'INDIRECT_-1205979487'), (u'MULTIEQUAL_-1205979807', u'COPY_-1205979767'), ('const-417', u'LOAD_-1205982262'), (u'MULTIEQUAL_-1205980678', u'INT_EQUAL_-1205982680'), (u'COPY_-1205983346', u'MULTIEQUAL_-1205980159'), ('const-417', u'LOAD_-1205983466'), (u'INDIRECT_-1205979272', u'MULTIEQUAL_-1205979679'), (u'CALL_-1205981427', u'INDIRECT_-1205979185'), (u'INT_NOTEQUAL_-1205982172', u'CBRANCH_-1205982171'), ('const-0', u'PTRSUB_-1205982188'), ('tmp_283', u'CBRANCH_-1205983403'), (u'INT_EQUAL_-1205982659', u'CBRANCH_-1205982660'), ('const-1', u'PTRADD_-1205983135'), (u'INT_ADD_-1205983150', u'MULTIEQUAL_-1205979532'), ('const-1', u'RETURN_-1205981741'), ('const-1', u'CALL_-1205981966'), (u'CALL_-1205981883', u'CAST_-1205978942'), (u'LOAD_-1205982225', u'INT_LESS_-1205982208'), (u'LOAD_-1205982225', u'INT_EQUAL_-1205982208'), (u'MULTIEQUAL_-1205980310', u'INT_XOR_-1205982753'), ('const-1', u'COPY_-1205983512'), (u'LOAD_-1205981856', u'INT_EQUAL_-1205981841'), (u'MULTIEQUAL_-1205980159', u'MULTIEQUAL_-1205980126'), (u'COPY_-1205980007', u'MULTIEQUAL_-1205979946'), (u'MULTIEQUAL_-1205980894', u'COPY_-1205979520'), (u'COPY_-1205979947', u'PTRADD_-1205979400'), ('const-1', u'INT_ADD_-1205982790'), (u'INT_LESS_-1205982659', u'MULTIEQUAL_-1205980535'), (u'INDIRECT_-1205979329', u'MULTIEQUAL_-1205979647'), (u'MULTIEQUAL_-1205980894', u'COPY_-1205979791'), (u'INDIRECT_-1205979100', u'MULTIEQUAL_-1205979070'), (u'CALL_-1205982569', u'INDIRECT_-1205979576'), ('tmp_3196', u'CBRANCH_-1205981763'), (u'INT_SUB_-1205982224', u'CAST_-1205979398'), (u'MULTIEQUAL_-1205980265', u'LOAD_-1205982223'), (u'MULTIEQUAL_-1205979969', u'MULTIEQUAL_-1205979938'), ('const-1', u'INT_ADD_-1205979489'), (u'LOAD_-1205982175', u'INT_LESS_-1205982160'), (u'LOAD_-1205982175', u'INT_EQUAL_-1205982160'), (u'CALL_-1205981883', u'INDIRECT_-1205979057'), ('const-3', u'INT_LESS_-1205982219'), (u'INT_ZEXT_-1205983020', u'INT_MULT_-1205980452'), (u'CALL_-1205982569', u'INDIRECT_-1205979608'), (u'MULTIEQUAL_-1205979625', u'MULTIEQUAL_-1205979970'), (u'CAST_-1205979124', u'MULTIEQUAL_-1205980226'), (u'MULTIEQUAL_-1205980002', u'MULTIEQUAL_-1205979596'), ('tmp_11379', u'MULTIEQUAL_-1205979996'), (u'COPY_-1205983562', u'MULTIEQUAL_-1205980226'), (u'INT_ADD_-1205981983', u'MULTIEQUAL_-1205979588'), (u'MULTIEQUAL_-1205979798', u'INT_NOTEQUAL_-1205983213'), ('const-1', u'PTRADD_-1205982120'), (u'INDIRECT_-1205979185', u'COPY_-1205979224'), (u'INT_EQUAL_-1205982974', u'CBRANCH_-1205982973'), ('const-4294967294', u'INT_MULT_-1205980289'), (u'MULTIEQUAL_-1205979616', u'INT_EQUAL_-1205982731'), (u'INT_NOTEQUAL_-1205982825', u'CBRANCH_-1205982822'), (u'MULTIEQUAL_-1205980861', u'INT_ADD_-1205983150'), (u'MULTIEQUAL_-1205979451', u'COPY_-1205979375'), ('const-4', u'PTRADD_-1205979400'), (u'CAST_-1205979495', u'INT_LESS_-1205982731'), (u'CALL_-1205981599', u'INDIRECT_-1205979208'), (u'COPY_-1205979494', u'MULTIEQUAL_-1205979514'), (u'MULTIEQUAL_-1205979938', u'MULTIEQUAL_-1205979514'), (u'MULTIEQUAL_-1205979829', u'MULTIEQUAL_-1205979932'), (u'CAST_-1205979839', u'MULTIEQUAL_-1205980222'), (u'MULTIEQUAL_-1205979938', u'INT_ADD_-1205983380'), ('const-1', u'PTRADD_-1205982115'), (u'INT_ZEXT_-1205982213', u'INT_MULT_-1205979895'), (u'INT_SUB_-1205982224', u'INT_LESS_-1205982219'), (u'INT_SUB_-1205982224', u'INT_EQUAL_-1205982219'), (u'COPY_-1205979767', u'MULTIEQUAL_-1205979514'), (u'CALL_-1205981928', u'INDIRECT_-1205979111'), ('tmp_883', u'CBRANCH_-1205982973'), (u'MULTIEQUAL_-1205980035', u'MULTIEQUAL_-1205980406'), (u'CAST_-1205979253', u'COPY_-1205979376'), (u'CAST_-1205979839', u'PTRADD_-1205983360'), ('tmp_740', u'CBRANCH_-1205983036'), (u'CALL_-1205981804', u'INDIRECT_-1205979338'), (u'INT_EQUAL_-1205982160', u'MULTIEQUAL_-1205980367'), (u'LOAD_-1205981875', u'INT_NOTEQUAL_-1205981859'), (u'INT_ADD_-1205983380', u'MULTIEQUAL_-1205979532'), (u'MULTIEQUAL_-1205980002', u'PTRADD_-1205979428'), (u'INDIRECT_-1205980015', u'MULTIEQUAL_-1205980427'), (u'MULTIEQUAL_-1205980749', u'INT_ZEXT_-1205983015'), ('const-1', u'PTRADD_-1205982168'), ('const-5', u'CALL_-1205981772'), (u'MULTIEQUAL_-1205980404', u'MULTIEQUAL_-1205980749'), ('const-1', u'COPY_-1205983346'), (u'MULTIEQUAL_-1205980691', u'INT_EQUAL_-1205982974'), (u'MULTIEQUAL_-1205980581', u'LOAD_-1205982676'), (u'CAST_-1205979124', u'INT_EQUAL_-1205982253'), (u'COPY_-1205979474', u'MULTIEQUAL_-1205980518'), (u'INT_ADD_-1205982171', u'MULTIEQUAL_-1205980593'), ('const-0', u'INT_NOTEQUAL_-1205982246'), (u'INT_EQUAL_-1205982208', u'MULTIEQUAL_-1205980114'), (u'COPY_-1205980051', u'MULTIEQUAL_-1205979946'), (u'MULTIEQUAL_-1205979673', u'INT_OR_-1205982270'), ('const-4294967294', u'INT_MULT_-1205979895'), (u'CALL_-1205981817', u'INDIRECT_-1205979036'), (u'MULTIEQUAL_-1205980707', u'MULTIEQUAL_-1205980694'), (u'MULTIEQUAL_-1205980380', u'INT_EQUAL_-1205982211'), (u'COPY_-1205979805', u'MULTIEQUAL_-1205980564'), ('const-2', u'INT_ADD_-1205979475'), ('tmp_3272', u'CBRANCH_-1205982243'), ('const-4', u'PTRADD_-1205979810'), ('const-4', u'PTRADD_-1205979428'), (u'MULTIEQUAL_-1205979807', u'COPY_-1205979782'), ('tmp_11379', u'COPY_-1205983555'), (u'INDIRECT_-1205979068', u'COPY_-1205979119'), (u'LOAD_-1205983466', u'CAST_-1205979839'), (u'INDIRECT_-1205979068', u'MULTIEQUAL_-1205979038'), (u'CALL_-1205981851', u'INDIRECT_-1205979109'), ('tmp_625', u'CBRANCH_-1205983130'), (u'INT_ADD_-1205979489', u'PTRADD_-1205982120'), (u'PTRADD_-1205979692', u'LOAD_-1205983055'), (u'MULTIEQUAL_-1205979657', u'COPY_-1205979496'), ('tmp_977', u'CBRANCH_-1205982921'), (u'LOAD_-1205982841', u'INT_NOTEQUAL_-1205982825'), ('const-108809', u'PTRSUB_-1205983015'), (u'INT_ADD_-1205979475', u'PTRADD_-1205979428'), (u'COPY_-1205979210', u'MULTIEQUAL_-1205980241'), (u'MULTIEQUAL_-1205979501', u'INT_EQUAL_-1205981747'), (u'MULTIEQUAL_-1205980678', u'INT_ADD_-1205982670'), (u'COPY_-1205982714', u'MULTIEQUAL_-1205980678'), ('const-417', u'LOAD_-1205983422'), ('const-417', u'LOAD_-1205982120'), (u'MULTIEQUAL_-1205980002', u'MULTIEQUAL_-1205979512'), ('const-417', u'LOAD_-1205982864'), ('tmp_913', u'CBRANCH_-1205982957'), (u'MULTIEQUAL_-1205980380', u'CAST_-1205979795'), (u'LOAD_-1205983461', u'INT_EQUAL_-1205983429'), (u'LOAD_-1205982887', u'CALL_-1205981966'), ('const-0', u'INT_NOTEQUAL_-1205981859'), (u'COPY_-1205981413', u'MULTIEQUAL_-1205980181'), ('const-417', u'LOAD_-1205982177'), ('tmp_2377', u'CBRANCH_-1205982215'), (u'INT_ADD_-1205982593', u'INT_SLESSEQUAL_-1205982572'), (u'MULTIEQUAL_-1205980749', u'MULTIEQUAL_-1205980260'), ('const-417', u'LOAD_-1205983197'), ('const-1', u'INT_ADD_-1205979740'), (u'CALL_-1205982100', u'INDIRECT_-1205979519'), (u'MULTIEQUAL_-1205979443', u'MULTIEQUAL_-1205980404'), (u'INT_MULT_-1205980288', u'INT_ADD_-1205979580'), (u'MULTIEQUAL_-1205980593', u'INT_ADD_-1205982171'), (u'INT_SLESSEQUAL_-1205983122', u'CBRANCH_-1205983130'), (u'CALL_-1205982569', u'INDIRECT_-1205979544'), (u'MULTIEQUAL_-1205980451', u'MULTIEQUAL_-1205980448'), (u'MULTIEQUAL_-1205980451', u'MULTIEQUAL_-1205980448'), (u'MULTIEQUAL_-1205980224', u'INT_AND_-1205982737'), (u'MULTIEQUAL_-1205979679', u'MULTIEQUAL_-1205979657'), (u'INT_EQUAL_-1205983010', u'MULTIEQUAL_-1205980610'), (u'INDIRECT_-1205979045', u'COPY_-1205979101'), ('const-1', u'PTRADD_-1205982779'), (u'INT_ADD_-1205979488', u'PTRADD_-1205982115'), (u'CALL_-1205981599', u'INDIRECT_-1205980015'), (u'INDIRECT_-1205979519', u'MULTIEQUAL_-1205979480'), ('const-417', u'LOAD_-1205981875'), (u'INT_EQUAL_-1205982211', u'CBRANCH_-1205982208'), (u'MULTIEQUAL_-1205979647', u'INT_EQUAL_-1205982731'), ('const-1', u'PTRADD_-1205982163'), (u'MULTIEQUAL_-1205979647', u'COPY_-1205979581'), ('const-4294967294', u'INT_MULT_-1205980184'), (u'CAST_-1205979651', u'INT_SLESS_-1205983098'), (u'COPY_-1205979120', u'MULTIEQUAL_-1205979807'), ('const-4', u'PTRADD_-1205979910'), (u'COPY_-1205979889', u'MULTIEQUAL_-1205980861'), (u'INT_NOTEQUAL_-1205983268', u'CBRANCH_-1205983267'), (u'INT_EQUAL_-1205982925', u'MULTIEQUAL_-1205980623'), (u'PTRADD_-1205979428', u'LOAD_-1205982120'), (u'CAST_-1205979738', u'MULTIEQUAL_-1205980222'), ('tmp_1728', u'CBRANCH_-1205982171'), (u'CAST_-1205979424', u'INT_SLESSEQUAL_-1205982572'), (u'MULTIEQUAL_-1205980600', u'PTRADD_-1205982614'), (u'INT_ADD_-1205982934', u'INT_LESS_-1205982925'), (u'INT_ADD_-1205982934', u'INT_EQUAL_-1205982925'), (u'INT_NOTEQUAL_-1205982124', u'CBRANCH_-1205982123'), (u'PTRADD_-1205982163', u'COPY_-1205979218'), (u'MULTIEQUAL_-1205979625', u'MULTIEQUAL_-1205979996'), (u'CALL_-1205982100', u'INDIRECT_-1205980294'), (u'MULTIEQUAL_-1205980002', u'PTRADD_-1205979910'), ('const-1', u'PTRADD_-1205982200'), (u'MULTIEQUAL_-1205980749', u'INT_ZEXT_-1205983020'), ('const-417', u'LOAD_-1205982223'), (u'INT_NOTEQUAL_-1205982000', u'INT_XOR_-1205981953'), (u'COPY_-1205979060', u'CALL_-1205981817'), (u'CALL_-1205981928', u'CALL_-1205981851'), (u'PTRADD_-1205979810', u'LOAD_-1205983293'), (u'COPY_-1205982205', u'MULTIEQUAL_-1205980593'), (u'MULTIEQUAL_-1205980028', u'MULTIEQUAL_-1205979596'), ('tmp_3448', u'BRANCH_-1205981441'), (u'CALL_-1205981804', u'INDIRECT_-1205979370'), (u'INT_ZEXT_-1205982664', u'INT_MULT_-1205980288'), (u'LOAD_-1205983288', u'MULTIEQUAL_-1205979798'), (u'CALL_-1205981704', u'INDIRECT_-1205979329'), (u'INT_MULT_-1205979895', u'INT_ADD_-1205979222'), (u'INDIRECT_-1205979727', u'MULTIEQUAL_-1205979647'), ('const-417', u'LOAD_-1205983293'), (u'MULTIEQUAL_-1205980775', u'MULTIEQUAL_-1205980749'), (u'CALL_-1205981966', u'INDIRECT_-1205979130'), (u'COPY_-1205979473', u'MULTIEQUAL_-1205980494'), ('tmp_429', u'CBRANCH_-1205983267'), ('const-1', u'INT_ADD_-1205979581'), ('const-0', u'CALL_-1205981772'), ('const-2', u'PTRADD_-1205981794'), (u'MULTIEQUAL_-1205980894', u'MULTIEQUAL_-1205980861'), (u'LOAD_-1205982262', u'INT_NOTEQUAL_-1205982246'), (u'INT_EQUAL_-1205982160', u'CBRANCH_-1205982161'), (u'INDIRECT_-1205980502', u'MULTIEQUAL_-1205980427'), ('const-108809', u'COPY_-1205979060'), (u'INT_ADD_-1205979725', u'PTRADD_-1205982965'), (u'COPY_-1205982271', u'MULTIEQUAL_-1205980198'), (u'COPY_-1205979481', u'MULTIEQUAL_-1205980518'), (u'CALL_-1205982100', u'BOOL_NEGATE_-1205979460'), ('const-3', u'COPY_-1205982245'), (u'MULTIEQUAL_-1205980340', u'INT_ADD_-1205982219'), ('const-1', u'INT_ADD_-1205979726'), ('const-1', u'INT_SUB_-1205983083'), (u'CALL_-1205981928', u'INDIRECT_-1205979079'), (u'MULTIEQUAL_-1205980035', u'MULTIEQUAL_-1205980380'), (u'MULTIEQUAL_-1205979384', u'MULTIEQUAL_-1205979419'), (u'MULTIEQUAL_-1205979879', u'MULTIEQUAL_-1205980224'), (u'PTRADD_-1205982970', u'COPY_-1205979701'), (u'CAST_-1205979286', u'INT_LESS_-1205981931'), (u'INT_ADD_-1205982150', u'MULTIEQUAL_-1205979969'), (u'INT_ZEXT_-1205982218', u'INT_MULT_-1205979896'), (u'CALL_-1205981772', u'INDIRECT_-1205979046'), (u'PTRADD_-1205981794', u'LOAD_-1205981856'), (u'MULTIEQUAL_-1205980380', u'INT_SUB_-1205982021'), (u'INT_EQUAL_-1205982208', u'CBRANCH_-1205982209'), (u'PTRADD_-1205979400', u'LOAD_-1205982070'), ('tmp_3011', u'BRANCH_-1205981776'), (u'PTRADD_-1205983135', u'LOAD_-1205983197'), (u'INDIRECT_-1205979544', u'COPY_-1205979603'), ('const-4294967294', u'INT_MULT_-1205980288'), (u'INT_NOTEQUAL_-1205981859', u'CBRANCH_-1205981857'), (u'MULTIEQUAL_-1205980749', u'INT_ZEXT_-1205982170'), ('const-0', u'PTRSUB_-1205983015'), (u'INT_ADD_-1205981983', u'MULTIEQUAL_-1205979382'), (u'CALL_-1205981817', u'MULTIEQUAL_-1205980044'), ('const-1', u'PTRADD_-1205983360'), (u'MULTIEQUAL_-1205979929', u'PTRADD_-1205981813'), (u'MULTIEQUAL_-1205980532', u'INT_NOTEQUAL_-1205982622'), (u'MULTIEQUAL_-1205979647', u'MULTIEQUAL_-1205979625'), (u'MULTIEQUAL_-1205980448', u'BOOL_NEGATE_-1205980278'), (u'MULTIEQUAL_-1205979970', u'MULTIEQUAL_-1205979564'), ('const-417', u'LOAD_-1205983027'), ('const-0', u'COPY_-1205981462'), ('const-1', u'COPY_-1205980007'), (u'CALL_-1205981830', u'INDIRECT_-1205979417'), ('const-4294967295', u'INT_ADD_-1205982670'), (u'CALL_-1205982057', u'INDIRECT_-1205979464'), ('const-0', u'CALL_-1205981928'), (u'INT_ADD_-1205979726', u'PTRADD_-1205982970'), ('tmp_173', u'CBRANCH_-1205983489'), ('const-102594', u'COPY_-1205981413'), (u'MULTIEQUAL_-1205979514', u'MULTIEQUAL_-1205979344'), ('const-417', u'LOAD_-1205982841'), (u'MULTIEQUAL_-1205979970', u'MULTIEQUAL_-1205979480'), (u'COPY_-1205979791', u'MULTIEQUAL_-1205979807'), (u'COPY_-1205979216', u'MULTIEQUAL_-1205980241')]
[(u'COPY_-1205979828', u'MULTIEQUAL_-1205979826'), ('tmp_11513', u'COPY_-1205983555'), (u'BOOL_NEGATE_-1205979908', u'BOOL_AND_-1205982171'), ('const-108809', u'PTRSUB_-1205979061'), ('const-4294967294', u'INT_MULT_-1205980472'), ('tmp_350', u'CBRANCH_-1205983362'), (u'MULTIEQUAL_-1205980219', u'MULTIEQUAL_-1205980216'), (u'MULTIEQUAL_-1205980425', u'INT_ZEXT_-1205982669'), (u'LOAD_-1205982887', u'LOAD_-1205982864'), (u'CAST_-1205979695', u'INT_SLESSEQUAL_-1205983122'), (u'INT_AND_-1205982737', u'MULTIEQUAL_-1205979693'), (u'INT_ADD_-1205981983', u'INT_LESS_-1205981931'), (u'INT_ADD_-1205981983', u'INT_EQUAL_-1205981931'), (u'INT_EQUAL_-1205982208', u'MULTIEQUAL_-1205980135'), (u'PTRADD_-1205982779', u'LOAD_-1205982841'), (u'MULTIEQUAL_-1205979666', u'CAST_-1205979525'), (u'LOAD_-1205983027', u'INT_LESS_-1205983010'), (u'LOAD_-1205983027', u'INT_EQUAL_-1205983010'), (u'MULTIEQUAL_-1205980361', u'INT_ADD_-1205982219'), ('tmp_1310', u'CBRANCH_-1205982685'), (u'MULTIEQUAL_-1205980553', u'INT_NOTEQUAL_-1205982622'), (u'INT_ADD_-1205981983', u'MULTIEQUAL_-1205979401'), (u'MULTIEQUAL_-1205979817', u'COPY_-1205979808'), (u'COPY_-1205979824', u'MULTIEQUAL_-1205980585'), (u'INT_MULT_-1205980309', u'INT_ADD_-1205979608'), (u'COPY_-1205979250', u'MULTIEQUAL_-1205980262'), ('const-1', u'COPY_-1205983065'), (u'BOOL_AND_-1205982123', u'INT_NOTEQUAL_-1205982124'), (u'INT_EQUAL_-1205983010', u'CBRANCH_-1205983011'), (u'INDIRECT_-1205979023', u'COPY_-1205979074'), (u'MULTIEQUAL_-1205980135', u'MULTIEQUAL_-1205980132'), (u'MULTIEQUAL_-1205980425', u'INT_ZEXT_-1205982218'), (u'INT_MULT_-1205979917', u'INT_ADD_-1205979256'), ('const-1', u'INT_ADD_-1205979752'), ('const-0', u'INT_EQUAL_-1205981841'), ('const-0', u'INT_EQUAL_-1205982181'), ('const-0', u'COPY_-1205981462'), (u'INT_LESS_-1205983010', u'MULTIEQUAL_-1205980712'), (u'MULTIEQUAL_-1205980469', u'BOOL_NEGATE_-1205980196'), (u'MULTIEQUAL_-1205980021', u'INT_ADD_-1205983277'), (u'MULTIEQUAL_-1205980882', u'INT_ADD_-1205983109'), (u'INT_SLESSEQUAL_-1205982572', u'CBRANCH_-1205982580'), (u'CALL_-1205981830', u'INDIRECT_-1205979436'), ('const-1', u'INT_ADD_-1205983380'), (u'MULTIEQUAL_-1205980779', u'PTRADD_-1205982965'), ('const-4294967294', u'INT_MULT_-1205980473'), ('const-4', u'INT_MULT_-1205982859'), (u'INT_ZEXT_-1205982213', u'INT_MULT_-1205979917'), ('const-0', u'INT_EQUAL_-1205982229'), (u'MULTIEQUAL_-1205980202', u'CALL_-1205981772'), (u'MULTIEQUAL_-1205979826', u'COPY_-1205979816'), ('tmp_2464', u'CBRANCH_-1205982161'), (u'MULTIEQUAL_-1205980385', u'BOOL_NEGATE_-1205980195'), (u'MULTIEQUAL_-1205979849', u'MULTIEQUAL_-1205979952'), (u'MULTIEQUAL_-1205979666', u'COPY_-1205979615'), ('const-1', u'PTRADD_-1205982619'), ('const-1', u'RETURN_-1205982564'), (u'INT_ADD_-1205983021', u'MULTIEQUAL_-1205980856'), ('const-1', u'INT_ADD_-1205979257'), (u'INT_SLESSEQUAL_-1205979558', u'CBRANCH_-1205981925'), (u'INT_MULT_-1205983027', u'INT_ADD_-1205983039'), ('const-0', u'PTRSUB_-1205979013'), (u'LOAD_-1205982864', u'INT_NOTEQUAL_-1205982848'), ('tmp_2542', u'CBRANCH_-1205982123'), ('tmp_1743', u'BRANCH_-1205982151'), (u'INT_SLESS_-1205983098', u'CBRANCH_-1205983105'), ('const-1', u'INT_ADD_-1205979517'), ('const-4', u'INT_MULT_-1205983438'), ('const-33', u'INT_EQUAL_-1205983429'), (u'INDIRECT_-1205979421', u'MULTIEQUAL_-1205979698'), ('tmp_807', u'CBRANCH_-1205983011'), (u'INT_MULT_-1205980310', u'INT_ADD_-1205979609'), (u'PTRSUB_-1205979013', u'CALL_-1205981817'), (u'INDIRECT_-1205979055', u'MULTIEQUAL_-1205979022'), ('tmp_1509', u'CBRANCH_-1205982580'), (u'MULTIEQUAL_-1205980882', u'COPY_-1205979824'), (u'MULTIEQUAL_-1205980882', u'INT_ADD_-1205983150'), ('const-0', u'INT_EQUAL_-1205982680'), (u'PTRADD_-1205982619', u'COPY_-1205979588'), (u'COPY_-1205979923', u'MULTIEQUAL_-1205980882'), (u'COPY_-1205979923', u'MULTIEQUAL_-1205980585'), (u'COPY_-1205979553', u'RETURN_-1205982280'), ('const-417', u'LOAD_-1205982841'), (u'CALL_-1205981830', u'INDIRECT_-1205979404'), (u'MULTIEQUAL_-1205980132', u'BOOL_NEGATE_-1205979907'), (u'BOOL_NEGATE_-1205980196', u'BOOL_AND_-1205982123'), ('const-1', u'INT_ADD_-1205979608'), (u'INT_ADD_-1205982220', u'COPY_-1205979110'), (u'INT_EQUAL_-1205982959', u'CBRANCH_-1205982957'), (u'INT_AND_-1205981937', u'MULTIEQUAL_-1205979899'), (u'COPY_-1205982245', u'MULTIEQUAL_-1205980361'), (u'CALL_-1205981883', u'INDIRECT_-1205979108'), (u'INT_ADD_-1205982593', u'MULTIEQUAL_-1205979957'), (u'MULTIEQUAL_-1205980755', u'LOAD_-1205983027'), (u'COPY_-1205979483', u'COPY_-1205979484'), ('const-4', u'INT_MULT_-1205982669'), (u'CAST_-1205979828', u'INT_SLESS_-1205983355'), (u'INT_SLESS_-1205983355', u'CBRANCH_-1205983362'), ('tmp_2861', u'CBRANCH_-1205981925'), (u'INT_EQUAL_-1205982659', u'MULTIEQUAL_-1205980472'), (u'CALL_-1205981433', u'INDIRECT_-1205979015'), (u'CALL_-1205981704', u'INDIRECT_-1205979316'), ('const-417', u'LOAD_-1205983025'), (u'COPY_-1205979738', u'MULTIEQUAL_-1205980755'), (u'MULTIEQUAL_-1205979533', u'MULTIEQUAL_-1205979463'), (u'MULTIEQUAL_-1205979957', u'COPY_-1205979154'), ('const-0', u'RETURN_-1205982280'), (u'MULTIEQUAL_-1205979635', u'INT_LESS_-1205982731'), (u'MULTIEQUAL_-1205979635', u'INT_EQUAL_-1205982731'), (u'INDIRECT_-1205979064', u'COPY_-1205979120'), (u'INDIRECT_-1205979259', u'MULTIEQUAL_-1205979666'), ('const-417', u'LOAD_-1205983461'), ('tmp_3195', u'BRANCH_-1205981571'), (u'CAST_-1205979498', u'LOAD_-1205982697'), (u'CAST_-1205979316', u'INT_SLESSEQUAL_-1205979558'), ('const-4', u'INT_MULT_-1205983066'), (u'INT_LESS_-1205982160', u'MULTIEQUAL_-1205980472'), (u'INT_MULT_-1205983066', u'INT_ADD_-1205983078'), (u'MULTIEQUAL_-1205980244', u'INT_AND_-1205981937'), ('const-0', u'RETURN_-1205979396'), ('tmp_3234', u'CBRANCH_-1205981742'), (u'MULTIEQUAL_-1205980246', u'INT_OR_-1205982270'), (u'INDIRECT_-1205979119', u'MULTIEQUAL_-1205979089'), (u'LOAD_-1205982223', u'INT_LESS_-1205982208'), (u'LOAD_-1205982223', u'INT_EQUAL_-1205982208'), (u'LOAD_-1205983293', u'MULTIEQUAL_-1205980242'), (u'MULTIEQUAL_-1205980856', u'INT_ADD_-1205983021'), (u'MULTIEQUAL_-1205980715', u'MULTIEQUAL_-1205980712'), (u'INT_ADD_-1205979752', u'PTRADD_-1205982970'), (u'INT_LESS_-1205982160', u'MULTIEQUAL_-1205980469'), (u'INT_ADD_-1205982219', u'MULTIEQUAL_-1205980361'), (u'CALL_-1205981966', u'INDIRECT_-1205979117'), (u'CALL_-1205982057', u'INDIRECT_-1205980292'), ('const-417', u'LOAD_-1205982225'), ('const-1', u'CALL_-1205981966'), (u'CALL_-1205981851', u'INDIRECT_-1205979128'), (u'CALL_-1205981928', u'INDIRECT_-1205979162'), (u'CALL_-1205981433', u'INDIRECT_-1205979047'), (u'INT_EQUAL_-1205982869', u'CBRANCH_-1205982868'), ('const-0', u'COPY_-1205982322'), (u'BOOL_AND_-1205982171', u'INT_NOTEQUAL_-1205982172'), (u'CALL_-1205981804', u'INDIRECT_-1205980166'), (u'INT_EQUAL_-1205983429', u'CBRANCH_-1205983427'), (u'INT_EQUAL_-1205982925', u'BOOL_NEGATE_-1205982890'), (u'MULTIEQUAL_-1205979438', u'COPY_-1205979407'), ('const-0', u'PTRSUB_-1205983015'), (u'LOAD_-1205982887', u'INT_EQUAL_-1205982869'), (u'INT_MULT_-1205983438', u'INT_ADD_-1205983450'), (u'PTRADD_-1205982970', u'COPY_-1205979735'), ('const-4294967294', u'INT_MULT_-1205980309'), ('const-417', u'LOAD_-1205981875'), (u'CALL_-1205982569', u'INDIRECT_-1205979627'), (u'INDIRECT_-1205979778', u'INT_ADD_-1205982871'), (u'MULTIEQUAL_-1205979520', u'INT_NOTEQUAL_-1205982000'), (u'INT_OR_-1205982241', u'COPY_-1205979553'), (u'INDIRECT_-1205979291', u'MULTIEQUAL_-1205979698'), (u'CALL_-1205981804', u'INDIRECT_-1205979357'), (u'INDIRECT_-1205979140', u'COPY_-1205979179'), ('const-0', u'INT_EQUAL_-1205981816'), (u'LOAD_-1205983288', u'MULTIEQUAL_-1205979817'), ('tmp_3160', u'BRANCH_-1205981676'), (u'LOAD_-1205983466', u'PTRADD_-1205983360'), (u'CALL_-1205981830', u'INDIRECT_-1205979372'), ('tmp_11514', u'MULTIEQUAL_-1205979988'), (u'CALL_-1205981772', u'INDIRECT_-1205979097'), (u'BOOL_NEGATE_-1205980463', u'BOOL_AND_-1205982973'), ('const-4294967294', u'INT_MULT_-1205979917'), (u'PTRSUB_-1205983015', u'COPY_-1205979738'), (u'INDIRECT_-1205979087', u'MULTIEQUAL_-1205979057'), ('const-45', u'INT_EQUAL_-1205981747'), (u'INDIRECT_-1205979047', u'MULTIEQUAL_-1205979057'), (u'MULTIEQUAL_-1205979966', u'CBRANCH_-1205981838'), ('const-1', u'PTRADD_-1205981794'), (u'MULTIEQUAL_-1205980621', u'LOAD_-1205982674'), (u'MULTIEQUAL_-1205980262', u'PTRADD_-1205982168'), (u'COPY_-1205979599', u'MULTIEQUAL_-1205980621'), ('const-102636', u'COPY_-1205979106'), (u'MULTIEQUAL_-1205979607', u'INT_ADD_-1205982593'), (u'MULTIEQUAL_-1205979435', u'MULTIEQUAL_-1205979676'), (u'PTRADD_-1205982614', u'COPY_-1205979596'), ('tmp_2977', u'CBRANCH_-1205981815'), (u'LOAD_-1205983288', u'INT_NOTEQUAL_-1205983268'), (u'MULTIEQUAL_-1205979988', u'CAST_-1205979892'), (u'INDIRECT_-1205979515', u'MULTIEQUAL_-1205979403'), (u'CALL_-1205981746', u'INDIRECT_-1205979087'), ('tmp_3430', u'CBRANCH_-1205981838'), (u'MULTIEQUAL_-1205980585', u'INT_SUB_-1205982224'), ('const-1', u'INT_ADD_-1205982934'), (u'CALL_-1205981772', u'INDIRECT_-1205979065'), ('const-1', u'INT_ADD_-1205982220'), (u'CALL_-1205981883', u'CALL_-1205981851'), (u'INT_LESS_-1205983010', u'MULTIEQUAL_-1205980715'), ('const-4294967294', u'INT_MULT_-1205979918'), ('tmp_663', u'CBRANCH_-1205983105'), ('const-0', u'INT_EQUAL_-1205983031'), (u'MULTIEQUAL_-1205979676', u'COPY_-1205979515'), ('const-417', u'LOAD_-1205983466'), ('const-2', u'INT_ADD_-1205983109'), (u'INT_MULT_-1205982859', u'INT_ADD_-1205982871'), (u'PTRSUB_-1205982188', u'COPY_-1205979250'), (u'INT_EQUAL_-1205982680', u'CBRANCH_-1205982685'), (u'MULTIEQUAL_-1205980242', u'PTRADD_-1205983135'), (u'CALL_-1205981851', u'INDIRECT_-1205979096'), (u'PTRADD_-1205982168', u'COPY_-1205979244'), ('const-1', u'PTRADD_-1205982200'), (u'INT_ADD_-1205983380', u'COPY_-1205979531'), (u'INDIRECT_-1205979348', u'MULTIEQUAL_-1205979666'), ('const-3', u'INT_EQUAL_-1205982219'), ('const-0', u'COPY_-1205982271'), ('const-40', u'INT_NOTEQUAL_-1205983213'), ('tmp_2905', u'CBRANCH_-1205981857'), ('const-0', u'INT_EQUAL_-1205982253'), (u'MULTIEQUAL_-1205979666', u'MULTIEQUAL_-1205979644'), (u'LOAD_-1205982177', u'INT_LESS_-1205982160'), (u'LOAD_-1205982177', u'INT_EQUAL_-1205982160'), (u'COPY_-1205980027', u'MULTIEQUAL_-1205979966'), (u'CALL_-1205982908', u'INDIRECT_-1205979746'), (u'INT_OR_-1205982241', u'INT_EQUAL_-1205982253'), (u'INT_SLESS_-1205982208', u'CBRANCH_-1205982215'), (u'MULTIEQUAL_-1205979607', u'COPY_-1205979448'), (u'BOOL_AND_-1205982973', u'INT_EQUAL_-1205982974'), (u'MULTIEQUAL_-1205980015', u'MULTIEQUAL_-1205979583'), (u'MULTIEQUAL_-1205980146', u'MULTIEQUAL_-1205979952'), (u'MULTIEQUAL_-1205980388', u'MULTIEQUAL_-1205980385'), (u'INDIRECT_-1205979172', u'COPY_-1205979211'), (u'MULTIEQUAL_-1205980515', u'LOAD_-1205982177'), ('const-1', u'PTRADD_-1205982200'), (u'INT_LESS_-1205982659', u'MULTIEQUAL_-1205980556'), (u'INT_ADD_-1205979516', u'PTRADD_-1205982115'), (u'PTRADD_-1205982163', u'COPY_-1205979252'), (u'CALL_-1205982569', u'INDIRECT_-1205979595'), (u'MULTIEQUAL_-1205980244', u'INT_AND_-1205982737'), (u'MULTIEQUAL_-1205980065', u'CALL_-1205981746'), ('tmp_1277', u'CBRANCH_-1205982726'), (u'INT_ADD_-1205982670', u'MULTIEQUAL_-1205980699'), ('const-1', u'INT_ADD_-1205981983'), (u'COPY_-1205979816', u'MULTIEQUAL_-1205979533'), (u'MULTIEQUAL_-1205980926', u'INT_ADD_-1205982934'), (u'MULTIEQUAL_-1205980047', u'MULTIEQUAL_-1205979615'), ('const-1', u'INT_ADD_-1205979516'), (u'CALL_-1205981704', u'INDIRECT_-1205979348'), (u'LOAD_-1205983197', u'INT_NOTEQUAL_-1205983181'), (u'MULTIEQUAL_-1205979676', u'INT_ADD_-1205982681'), (u'CALL_-1205982908', u'INDIRECT_-1205979778'), (u'LOAD_-1205983293', u'LOAD_-1205983288'), ('tmp_2658', u'CBRANCH_-1205982041'), (u'MULTIEQUAL_-1205980425', u'INT_ZEXT_-1205982664'), (u'INT_NOTEQUAL_-1205982622', u'CBRANCH_-1205982621'), ('tmp_245', u'CBRANCH_-1205983427'), (u'INT_NOTEQUAL_-1205983181', u'CBRANCH_-1205983178'), (u'COPY_-1205979531', u'MULTIEQUAL_-1205979533'), (u'MULTIEQUAL_-1205980055', u'MULTIEQUAL_-1205980400'), (u'LOAD_-1205982697', u'COPY_-1205979599'), (u'MULTIEQUAL_-1205979693', u'INT_OR_-1205982270'), (u'INT_NOTEQUAL_-1205982848', u'CBRANCH_-1205982846'), (u'MULTIEQUAL_-1205980621', u'PTRADD_-1205982614'), (u'PTRSUB_-1205982643', u'COPY_-1205979591'), (u'INT_ADD_-1205983380', u'COPY_-1205979918'), (u'INT_SUB_-1205983083', u'INT_LESS_-1205983077'), (u'INT_SUB_-1205983083', u'INT_EQUAL_-1205983077'), (u'MULTIEQUAL_-1205979676', u'MULTIEQUAL_-1205979615'), (u'INT_ADD_-1205979256', u'PTRADD_-1205982163'), (u'PTRADD_-1205982200', u'LOAD_-1205982262'), (u'CALL_-1205981817', u'MULTIEQUAL_-1205980065'), (u'MULTIEQUAL_-1205979607', u'INT_MULT_-1205982669'), ('const-1', u'PTRADD_-1205983135'), (u'MULTIEQUAL_-1205980602', u'PTRADD_-1205982619'), (u'INT_XOR_-1205982176', u'MULTIEQUAL_-1205980179'), (u'INT_ADD_-1205982220', u'INT_EQUAL_-1205982211'), (u'INDIRECT_-1205979227', u'MULTIEQUAL_-1205979635'), ('const-0', u'COPY_-1205980071'), (u'INT_ADD_-1205982593', u'MULTIEQUAL_-1205979551'), (u'MULTIEQUAL_-1205980448', u'MULTIEQUAL_-1205980425'), ('tmp_3103', u'BRANCH_-1205981402'), (u'MULTIEQUAL_-1205980425', u'MULTIEQUAL_-1205980770'), (u'MULTIEQUAL_-1205980426', u'CAST_-1205979893'), ('const-0', u'PTRSUB_-1205982188'), (u'MULTIEQUAL_-1205979666', u'INT_LESS_-1205982731'), (u'MULTIEQUAL_-1205979666', u'INT_EQUAL_-1205982731'), (u'MULTIEQUAL_-1205980472', u'MULTIEQUAL_-1205980469'), (u'MULTIEQUAL_-1205980472', u'MULTIEQUAL_-1205980469'), (u'PTRADD_-1205983360', u'LOAD_-1205983422'), (u'CALL_-1205982057', u'INDIRECT_-1205979515'), (u'MULTIEQUAL_-1205979635', u'CAST_-1205979524'), (u'MULTIEQUAL_-1205979949', u'CALL_-1205981433'), (u'INDIRECT_-1205980125', u'MULTIEQUAL_-1205980448'), (u'CALL_-1205981599', u'INDIRECT_-1205980036'), (u'MULTIEQUAL_-1205979988', u'MULTIEQUAL_-1205979551'), (u'INDIRECT_-1205979357', u'MULTIEQUAL_-1205979635'), (u'LOAD_-1205983293', u'PTRADD_-1205982200'), (u'CALL_-1205981433', u'MULTIEQUAL_-1205980065'), (u'MULTIEQUAL_-1205980770', u'INT_ZEXT_-1205982170'), (u'INT_ADD_-1205983150', u'CAST_-1205979695'), (u'INT_NOTEQUAL_-1205983213', u'CBRANCH_-1205983209'), (u'INT_EQUAL_-1205982219', u'MULTIEQUAL_-1205980388'), ('tmp_2608', u'CBRANCH_-1205982077'), (u'INT_MULT_-1205980473', u'INT_ADD_-1205979752'), (u'INDIRECT_-1205979128', u'COPY_-1205979184'), ('const-102658', u'PTRSUB_-1205982643'), (u'LOAD_-1205983025', u'INT_LESS_-1205983010'), (u'LOAD_-1205983025', u'INT_EQUAL_-1205983010'), (u'MULTIEQUAL_-1205980179', u'MULTIEQUAL_-1205979849'), (u'MULTIEQUAL_-1205980796', u'MULTIEQUAL_-1205980770'), ('const-1', u'INT_ADD_-1205982593'), (u'INT_EQUAL_-1205983077', u'MULTIEQUAL_-1205980644'), ('const-1', u'PTRADD_-1205983360'), (u'MULTIEQUAL_-1205980400', u'CAST_-1205979827'), (u'INT_EQUAL_-1205983010', u'MULTIEQUAL_-1205980631'), (u'INT_EQUAL_-1205982253', u'MULTIEQUAL_-1205980135'), (u'INT_LESS_-1205983077', u'MULTIEQUAL_-1205980728'), (u'INDIRECT_-1205979778', u'MULTIEQUAL_-1205979698'), (u'MULTIEQUAL_-1205980286', u'PTRADD_-1205982163'), (u'COPY_-1205979554', u'MULTIEQUAL_-1205980585'), (u'COPY_-1205979588', u'MULTIEQUAL_-1205980602'), ('const-3', u'COPY_-1205982205'), (u'MULTIEQUAL_-1205980915', u'COPY_-1205979554'), (u'CALL_-1205981966', u'INDIRECT_-1205979149'), ('const-0', u'INT_NOTEQUAL_-1205982825'), ('tmp_3334', u'CBRANCH_-1205982208'), (u'MULTIEQUAL_-1205980699', u'INT_ADD_-1205982670'), (u'COPY_-1205979743', u'MULTIEQUAL_-1205980779'), (u'MULTIEQUAL_-1205979988', u'MULTIEQUAL_-1205979957'), ('const-1', u'PTRADD_-1205982120'), (u'INT_ADD_-1205982220', u'MULTIEQUAL_-1205980915'), ('const-4294967295', u'INT_ADD_-1205982670'), ('tmp_1583', u'CBRANCH_-1205982234'), (u'INT_ADD_-1205982934', u'MULTIEQUAL_-1205980926'), (u'MULTIEQUAL_-1205979403', u'MULTIEQUAL_-1205979644'), (u'BOOL_AND_-1205982622', u'INT_NOTEQUAL_-1205982622'), (u'INT_EQUAL_-1205982079', u'CBRANCH_-1205982077'), (u'INT_ADD_-1205981983', u'CAST_-1205979315'), (u'MULTIEQUAL_-1205980770', u'INT_ZEXT_-1205982165'), (u'MULTIEQUAL_-1205980047', u'MULTIEQUAL_-1205980021'), ('tmp_1377', u'CBRANCH_-1205982660'), (u'MULTIEQUAL_-1205979957', u'INT_ADD_-1205983380'), (u'COPY_-1205979615', u'MULTIEQUAL_-1205980055'), (u'COPY_-1205982271', u'MULTIEQUAL_-1205980219'), (u'INT_ADD_-1205979751', u'PTRADD_-1205982965'), ('tmp_1113', u'CBRANCH_-1205982822'), (u'INT_LESS_-1205982659', u'MULTIEQUAL_-1205980553'), (u'COPY_-1205979839', u'MULTIEQUAL_-1205980585'), ('const-417', u'LOAD_-1205983422'), (u'CAST_-1205979588', u'LOAD_-1205982887'), (u'BOOL_NEGATE_-1205980462', u'BOOL_AND_-1205982973'), (u'CALL_-1205982057', u'INDIRECT_-1205979483'), (u'INT_LESS_-1205982219', u'MULTIEQUAL_-1205980472'), (u'CALL_-1205981599', u'MULTIEQUAL_-1205980326'), (u'INT_EQUAL_-1205981747', u'CBRANCH_-1205981742'), ('const-1', u'INT_XOR_-1205982176'), (u'INT_ADD_-1205982150', u'MULTIEQUAL_-1205979988'), (u'INDIRECT_-1205979746', u'MULTIEQUAL_-1205979666'), ('tmp_1040', u'CBRANCH_-1205982868'), (u'INT_EQUAL_-1205982219', u'CBRANCH_-1205981763'), (u'INT_EQUAL_-1205983031', u'CBRANCH_-1205983036'), (u'COPY_-1205979528', u'MULTIEQUAL_-1205979533'), (u'BOOL_NEGATE_-1205980299', u'BOOL_AND_-1205982622'), (u'MULTIEQUAL_-1205979644', u'MULTIEQUAL_-1205979583'), ('const-1', u'INT_ADD_-1205982150'), (u'COPY_-1205979258', u'MULTIEQUAL_-1205980286'), (u'INT_XOR_-1205981953', u'INT_AND_-1205981937'), (u'COPY_-1205983346', u'MULTIEQUAL_-1205980179'), (u'CALL_-1205981830', u'INT_EQUAL_-1205981816'), (u'INT_ADD_-1205982871', u'CAST_-1205979588'), (u'MULTIEQUAL_-1205980361', u'INT_EQUAL_-1205982229'), ('tmp_563', u'CBRANCH_-1205983178'), (u'INT_ADD_-1205983041', u'INT_ADD_-1205983039'), (u'INT_EQUAL_-1205982208', u'MULTIEQUAL_-1205980132'), (u'MULTIEQUAL_-1205979644', u'MULTIEQUAL_-1205980015'), (u'MULTIEQUAL_-1205980644', u'MULTIEQUAL_-1205980631'), ('const-417', u'LOAD_-1205982887'), (u'MULTIEQUAL_-1205980021', u'MULTIEQUAL_-1205979531'), ('const-1', u'PTRADD_-1205982965'), ('const-4294967294', u'INT_MULT_-1205980310'), (u'MULTIEQUAL_-1205979644', u'COPY_-1205979483'), (u'LOAD_-1205983466', u'MULTIEQUAL_-1205980242'), (u'MULTIEQUAL_-1205979899', u'MULTIEQUAL_-1205980244'), (u'INT_EQUAL_-1205982659', u'MULTIEQUAL_-1205980469'), ('tmp_3457', u'BRANCH_-1205981453'), (u'MULTIEQUAL_-1205980400', u'INT_LESS_-1205981931'), (u'MULTIEQUAL_-1205980400', u'INT_EQUAL_-1205981931'), (u'INDIRECT_-1205980315', u'MULTIEQUAL_-1205980281'), (u'MULTIEQUAL_-1205980779', u'LOAD_-1205983025'), (u'INT_EQUAL_-1205982181', u'CBRANCH_-1205982186'), (u'INT_ADD_-1205983109', u'CAST_-1205979683'), (u'INT_EQUAL_-1205982160', u'MULTIEQUAL_-1205980385'), ('const-0', u'PTRSUB_-1205979061'), (u'INT_EQUAL_-1205981841', u'CBRANCH_-1205981837'), (u'MULTIEQUAL_-1205980400', u'INT_SUB_-1205983083'), (u'COPY_-1205979515', u'MULTIEQUAL_-1205980539'), ('const-1', u'COPY_-1205980027'), (u'COPY_-1205981462', u'MULTIEQUAL_-1205980146'), (u'INT_ZEXT_-1205982669', u'INT_MULT_-1205980310'), (u'MULTIEQUAL_-1205980556', u'MULTIEQUAL_-1205980553'), ('const-1', u'RETURN_-1205981846'), ('tmp_1075', u'CBRANCH_-1205982846'), (u'MULTIEQUAL_-1205980216', u'INT_NOTEQUAL_-1205982172'), ('tmp_1455', u'CBRANCH_-1205982621'), (u'CALL_-1205981772', u'CALL_-1205981746'), (u'LOAD_-1205982887', u'PTRADD_-1205982779'), (u'INT_SUB_-1205983070', u'INT_EQUAL_-1205982925'), (u'INT_SUB_-1205983070', u'INT_LESS_-1205982925'), ('const-5', u'CALL_-1205981772'), (u'CALL_-1205981704', u'INDIRECT_-1205979380'), (u'CAST_-1205979892', u'INT_SLESSEQUAL_-1205983481'), (u'INDIRECT_-1205979547', u'MULTIEQUAL_-1205979435'), (u'MULTIEQUAL_-1205979635', u'MULTIEQUAL_-1205979607'), (u'INT_EQUAL_-1205982925', u'MULTIEQUAL_-1205980644'), (u'CAST_-1205979525', u'INT_SLESSEQUAL_-1205982718'), (u'MULTIEQUAL_-1205979989', u'MULTIEQUAL_-1205979499'), ('tmp_384', u'BRANCH_-1205983337'), ('const-1', u'RETURN_-1205981422'), ('const-3', u'COPY_-1205982714'), (u'INT_SLESSEQUAL_-1205983481', u'CBRANCH_-1205983489'), ('tmp_11513', u'MULTIEQUAL_-1205980015'), ('const-4', u'INT_ADD_-1205983041'), (u'INT_NOTEQUAL_-1205982246', u'CBRANCH_-1205982243'), ('const-417', u'LOAD_-1205983197'), (u'CALL_-1205982057', u'INDIRECT_-1205979547'), (u'CAST_-1205979429', u'INT_SLESS_-1205982208'), (u'MULTIEQUAL_-1205980628', u'BOOL_NEGATE_-1205980462'), (u'MULTIEQUAL_-1205979520', u'INT_EQUAL_-1205981747'), (u'CALL_-1205982908', u'INDIRECT_-1205980523'), (u'INT_EQUAL_-1205982229', u'CBRANCH_-1205982234'), (u'CALL_-1205981704', u'INDIRECT_-1205980125'), ('const-0', u'INT_NOTEQUAL_-1205982000'), (u'MULTIEQUAL_-1205980539', u'PTRADD_-1205982115'), (u'MULTIEQUAL_-1205980425', u'INT_ZEXT_-1205982213'), (u'INT_SUB_-1205982224', u'CAST_-1205979429'), (u'MULTIEQUAL_-1205980469', u'INT_NOTEQUAL_-1205982124'), ('const-5', u'CALL_-1205981883'), (u'CALL_-1205981817', u'INDIRECT_-1205979055'), ('const-1', u'PTRADD_-1205982115'), (u'INT_ZEXT_-1205982170', u'INT_MULT_-1205980206'), (u'INDIRECT_-1205979483', u'MULTIEQUAL_-1205979363'), (u'MULTIEQUAL_-1205979949', u'PTRADD_-1205981813'), (u'COPY_-1205982322', u'MULTIEQUAL_-1205980796'), (u'MULTIEQUAL_-1205980882', u'INT_MULT_-1205983066'), (u'CALL_-1205981704', u'MULTIEQUAL_-1205980326'), ('const-1', u'PTRADD_-1205981813'), (u'INT_SLESSEQUAL_-1205982718', u'CBRANCH_-1205982726'), ('const-4294967294', u'INT_MULT_-1205980206'), (u'LOAD_-1205983422', u'INT_EQUAL_-1205983407'), (u'INDIRECT_-1205979538', u'MULTIEQUAL_-1205979499'), (u'CALL_-1205981817', u'INDIRECT_-1205979119'), (u'INDIRECT_-1205979595', u'COPY_-1205979654'), (u'MULTIEQUAL_-1205980426', u'MULTIEQUAL_-1205980400'), (u'LOAD_-1205982676', u'INT_LESS_-1205982659'), (u'LOAD_-1205982676', u'INT_EQUAL_-1205982659'), (u'MULTIEQUAL_-1205980614', u'INT_EQUAL_-1205982181'), (u'CALL_-1205981883', u'INDIRECT_-1205979140'), (u'INDIRECT_-1205979714', u'INT_MULT_-1205982859'), ('const-102538', u'COPY_-1205982199'), (u'COPY_-1205983555', u'MULTIEQUAL_-1205980426'), (u'INT_MULT_-1205980205', u'INT_ADD_-1205979516'), (u'COPY_-1205979515', u'COPY_-1205979516'), (u'MULTIEQUAL_-1205980326', u'INT_XOR_-1205982753'), (u'INDIRECT_-1205980166', u'MULTIEQUAL_-1205980448'), ('const-1', u'INT_ADD_-1205979609'), (u'BOOL_NEGATE_-1205982890', u'CBRANCH_-1205982921'), ('const-0', u'CALL_-1205981928'), (u'COPY_-1205979500', u'MULTIEQUAL_-1205980515'), (u'MULTIEQUAL_-1205979666', u'MULTIEQUAL_-1205979438'), (u'MULTIEQUAL_-1205980926', u'INT_EQUAL_-1205982959'), (u'CALL_-1205982100', u'INDIRECT_-1205979570'), (u'CAST_-1205979696', u'INT_SLESSEQUAL_-1205983122'), ('tmp_2943', u'CBRANCH_-1205981837'), ('const-1', u'INT_ADD_-1205983150'), (u'INDIRECT_-1205979096', u'COPY_-1205979152'), ('const-102661', u'PTRSUB_-1205982188'), (u'INT_OR_-1205982241', u'MULTIEQUAL_-1205980246'), (u'INT_SUB_-1205983083', u'INT_SUB_-1205983070'), (u'CALL_-1205981928', u'INDIRECT_-1205979098'), ('const-0', u'CALL_-1205981883'), (u'INDIRECT_-1205979380', u'MULTIEQUAL_-1205979698'), (u'MULTIEQUAL_-1205979462', u'MULTIEQUAL_-1205980425'), ('const-417', u'LOAD_-1205982262'), (u'COPY_-1205983065', u'MULTIEQUAL_-1205980926'), (u'COPY_-1205983050', u'MULTIEQUAL_-1205980856'), (u'INT_ADD_-1205982790', u'MULTIEQUAL_-1205979635'), (u'COPY_-1205981797', u'MULTIEQUAL_-1205980202'), (u'CALL_-1205982100', u'INDIRECT_-1205980315'), (u'INT_EQUAL_-1205981816', u'CBRANCH_-1205981815'), (u'CALL_-1205981433', u'INDIRECT_-1205979079'), (u'INT_EQUAL_-1205983407', u'CBRANCH_-1205983403'), (u'LOAD_-1205982674', u'INT_EQUAL_-1205982659'), (u'LOAD_-1205982674', u'INT_LESS_-1205982659'), (u'INT_ZEXT_-1205982165', u'INT_MULT_-1205980205'), (u'MULTIEQUAL_-1205980179', u'INT_XOR_-1205982176'), ('tmp_463', u'CBRANCH_-1205983246'), (u'MULTIEQUAL_-1205979826', u'COPY_-1205979801'), (u'INT_ADD_-1205979257', u'PTRADD_-1205982168'), (u'INDIRECT_-1205979570', u'MULTIEQUAL_-1205979531'), (u'MULTIEQUAL_-1205979849', u'INT_XOR_-1205981953'), (u'INT_ADD_-1205983380', u'CAST_-1205979828'), (u'INT_ADD_-1205983380', u'COPY_-1205979828'), (u'MULTIEQUAL_-1205980699', u'INT_EQUAL_-1205982680'), ('const-0', u'INT_EQUAL_-1205982869'), (u'BOOL_NEGATE_-1205979907', u'BOOL_AND_-1205982171'), ('const-417', u'LOAD_-1205982676'), (u'COPY_-1205982199', u'COPY_-1205979507'), ('const-0', u'INT_NOTEQUAL_-1205983181'), (u'MULTIEQUAL_-1205979989', u'MULTIEQUAL_-1205979403'), ('const-4294967295', u'INT_ADD_-1205982171'), ('const-417', u'LOAD_-1205982177'), (u'MULTIEQUAL_-1205980614', u'INT_ADD_-1205982171'), (u'CALL_-1205982100', u'INDIRECT_-1205979538'), (u'CALL_-1205981599', u'INDIRECT_-1205979259'), ('const-2', u'COPY_-1205983050'), (u'COPY_-1205981413', u'MULTIEQUAL_-1205980202'), ('tmp_1650', u'CBRANCH_-1205982209'), (u'INDIRECT_-1205979055', u'COPY_-1205979106'), (u'MULTIEQUAL_-1205980728', u'MULTIEQUAL_-1205980715'), (u'MULTIEQUAL_-1205979949', u'COPY_-1205979515'), (u'INT_XOR_-1205982753', u'INT_AND_-1205982737'), ('const-1', u'PTRADD_-1205982970'), (u'MULTIEQUAL_-1205979644', u'MULTIEQUAL_-1205979989'), (u'LOAD_-1205983461', u'COPY_-1205979151'), ('const-102624', u'COPY_-1205981797'), ('const-1', u'COPY_-1205983346'), (u'CALL_-1205981966', u'CALL_-1205981851'), (u'INT_EQUAL_-1205983010', u'MULTIEQUAL_-1205980628'), (u'MULTIEQUAL_-1205979952', u'INT_XOR_-1205982753'), ('const-1', u'PTRADD_-1205983360'), (u'MULTIEQUAL_-1205980015', u'MULTIEQUAL_-1205979989'), ('tmp_2397', u'CBRANCH_-1205982186'), ('tmp_517', u'CBRANCH_-1205983209'), ('const-4294967294', u'INT_MULT_-1205980205'), ('const-417', u'LOAD_-1205983288'), (u'COPY_-1205982205', u'MULTIEQUAL_-1205980614'), ('const-417', u'LOAD_-1205982223'), (u'MULTIEQUAL_-1205980400', u'MULTIEQUAL_-1205980055'), (u'MULTIEQUAL_-1205980882', u'INT_EQUAL_-1205983077'), (u'MULTIEQUAL_-1205980882', u'INT_LESS_-1205983077'), (u'MULTIEQUAL_-1205979957', u'INT_MULT_-1205983438'), (u'INT_ADD_-1205983277', u'CAST_-1205979770'), (u'MULTIEQUAL_-1205980553', u'BOOL_NEGATE_-1205980300'), (u'INDIRECT_-1205979389', u'MULTIEQUAL_-1205979666'), (u'INT_ADD_-1205979609', u'PTRADD_-1205982619'), (u'MULTIEQUAL_-1205979698', u'MULTIEQUAL_-1205979676'), (u'MULTIEQUAL_-1205980585', u'INT_ADD_-1205981983'), (u'INDIRECT_-1205980036', u'MULTIEQUAL_-1205980448'), (u'COPY_-1205979154', u'MULTIEQUAL_-1205979826'), (u'PTRADD_-1205981813', u'LOAD_-1205981875'), (u'MULTIEQUAL_-1205979435', u'MULTIEQUAL_-1205979470'), (u'LOAD_-1205983466', u'MULTIEQUAL_-1205979949'), (u'MULTIEQUAL_-1205979470', u'COPY_-1205979408'), (u'INDIRECT_-1205980523', u'MULTIEQUAL_-1205980448'), ('const-417', u'LOAD_-1205982175'), (u'MULTIEQUAL_-1205979966', u'CBRANCH_-1205983246'), (u'INDIRECT_-1205980292', u'MULTIEQUAL_-1205979462'), (u'INT_NOTEQUAL_-1205982172', u'CBRANCH_-1205982171'), (u'INT_ADD_-1205982681', u'CAST_-1205979498'), (u'CALL_-1205981928', u'INDIRECT_-1205979130'), ('tmp_283', u'CBRANCH_-1205983403'), (u'COPY_-1205979801', u'MULTIEQUAL_-1205979533'), (u'CAST_-1205979683', u'INT_SLESS_-1205983098'), (u'INT_ADD_-1205983380', u'MULTIEQUAL_-1205979551'), (u'INT_MULT_-1205983265', u'INT_ADD_-1205983277'), (u'INT_EQUAL_-1205982659', u'CBRANCH_-1205982660'), (u'COPY_-1205979591', u'MULTIEQUAL_-1205980602'), (u'INT_ADD_-1205983150', u'MULTIEQUAL_-1205979551'), (u'MULTIEQUAL_-1205980515', u'PTRADD_-1205982120'), (u'CALL_-1205981804', u'INDIRECT_-1205979389'), (u'INT_LESS_-1205982208', u'MULTIEQUAL_-1205980216'), ('const-1', u'RETURN_-1205981741'), ('const-4294967295', u'INT_ADD_-1205982219'), ('const-3', u'INT_SLESS_-1205982208'), (u'LOAD_-1205982225', u'INT_LESS_-1205982208'), (u'LOAD_-1205982225', u'INT_EQUAL_-1205982208'), (u'MULTIEQUAL_-1205979533', u'MULTIEQUAL_-1205979363'), ('const-4', u'INT_MULT_-1205983027'), (u'LOAD_-1205981856', u'INT_EQUAL_-1205981841'), (u'LOAD_-1205983466', u'LOAD_-1205983461'), ('const-417', u'LOAD_-1205981856'), (u'INT_ADD_-1205982171', u'MULTIEQUAL_-1205980614'), (u'INDIRECT_-1205979079', u'MULTIEQUAL_-1205979089'), ('const-1', u'INT_ADD_-1205982790'), (u'INT_MULT_-1205980206', u'INT_ADD_-1205979517'), ('const-0', u'COPY_-1205983562'), (u'COPY_-1205979508', u'MULTIEQUAL_-1205980539'), (u'INT_ADD_-1205979517', u'PTRADD_-1205982120'), (u'CAST_-1205979315', u'INT_SLESSEQUAL_-1205979558'), (u'MULTIEQUAL_-1205980770', u'MULTIEQUAL_-1205979462'), (u'LOAD_-1205983293', u'MULTIEQUAL_-1205979949'), ('tmp_3196', u'CBRANCH_-1205981763'), (u'CALL_-1205982908', u'MULTIEQUAL_-1205980326'), (u'BOOL_NEGATE_-1205980195', u'BOOL_AND_-1205982123'), (u'LOAD_-1205982175', u'INT_LESS_-1205982160'), (u'LOAD_-1205982175', u'INT_EQUAL_-1205982160'), (u'MULTIEQUAL_-1205980926', u'INT_MULT_-1205983027'), (u'MULTIEQUAL_-1205980712', u'BOOL_NEGATE_-1205980463'), ('const-3', u'INT_LESS_-1205982219'), ('const-1', u'PTRADD_-1205982168'), (u'COPY_-1205979918', u'MULTIEQUAL_-1205980915'), ('const-1', u'INT_ADD_-1205979751'), (u'MULTIEQUAL_-1205980882', u'INT_SUB_-1205983070'), (u'CALL_-1205982100', u'INT_EQUAL_-1205982079'), (u'MULTIEQUAL_-1205979989', u'MULTIEQUAL_-1205979583'), (u'MULTIEQUAL_-1205979957', u'MULTIEQUAL_-1205979533'), ('const-102594', u'COPY_-1205981413'), (u'MULTIEQUAL_-1205980469', u'BOOL_NEGATE_-1205980299'), ('const-4294967295', u'INT_ADD_-1205983021'), (u'COPY_-1205983512', u'MULTIEQUAL_-1205980244'), (u'MULTIEQUAL_-1205979957', u'COPY_-1205979923'), (u'INT_EQUAL_-1205982731', u'MULTIEQUAL_-1205980491'), (u'MULTIEQUAL_-1205980631', u'MULTIEQUAL_-1205980628'), (u'MULTIEQUAL_-1205980425', u'MULTIEQUAL_-1205980796'), (u'MULTIEQUAL_-1205980915', u'INT_MULT_-1205983265'), (u'INT_EQUAL_-1205982974', u'CBRANCH_-1205982973'), (u'MULTIEQUAL_-1205980021', u'INT_ADD_-1205983078'), (u'INT_NOTEQUAL_-1205982825', u'CBRANCH_-1205982822'), ('const-0', u'PTRSUB_-1205982643'), (u'MULTIEQUAL_-1205980400', u'CAST_-1205979316'), ('tmp_11515', u'MULTIEQUAL_-1205980047'), (u'INDIRECT_-1205979714', u'INT_ADD_-1205982790'), (u'INT_ADD_-1205983450', u'CAST_-1205979872'), (u'INT_MULT_-1205979918', u'INT_ADD_-1205979257'), ('const-0', u'COPY_-1205981450'), (u'MULTIEQUAL_-1205980915', u'COPY_-1205979528'), (u'MULTIEQUAL_-1205980242', u'MULTIEQUAL_-1205979949'), (u'INDIRECT_-1205979204', u'COPY_-1205979243'), (u'PTRADD_-1205982965', u'COPY_-1205979743'), (u'MULTIEQUAL_-1205979607', u'INT_ADD_-1205982150'), (u'MULTIEQUAL_-1205980856', u'INT_EQUAL_-1205983031'), (u'INT_AND_-1205982737', u'MULTIEQUAL_-1205979899'), (u'INT_SUB_-1205982224', u'INT_LESS_-1205982219'), (u'INT_SUB_-1205982224', u'INT_EQUAL_-1205982219'), (u'CALL_-1205981804', u'INDIRECT_-1205979421'), ('tmp_883', u'CBRANCH_-1205982973'), (u'MULTIEQUAL_-1205980055', u'CAST_-1205979461'), (u'COPY_-1205979507', u'MULTIEQUAL_-1205980515'), (u'CALL_-1205981599', u'INDIRECT_-1205979227'), (u'COPY_-1205979421', u'RETURN_-1205979396'), (u'INDIRECT_-1205979627', u'COPY_-1205979686'), (u'INDIRECT_-1205979316', u'MULTIEQUAL_-1205979635'), (u'CALL_-1205982100', u'INDIRECT_-1205979506'), (u'MULTIEQUAL_-1205980216', u'BOOL_NEGATE_-1205979908'), (u'INDIRECT_-1205979015', u'MULTIEQUAL_-1205979022'), ('tmp_740', u'CBRANCH_-1205983036'), ('const-1', u'INT_ADD_-1205979256'), (u'INT_ADD_-1205979608', u'PTRADD_-1205982614'), (u'LOAD_-1205981875', u'INT_NOTEQUAL_-1205981859'), (u'MULTIEQUAL_-1205980400', u'CAST_-1205979682'), (u'MULTIEQUAL_-1205979899', u'INT_OR_-1205982241'), (u'MULTIEQUAL_-1205980575', u'MULTIEQUAL_-1205980556'), ('const-417', u'LOAD_-1205983293'), (u'INT_ZEXT_-1205982664', u'INT_MULT_-1205980309'), ('const-108809', u'PTRSUB_-1205979013'), (u'MULTIEQUAL_-1205979676', u'MULTIEQUAL_-1205980021'), (u'CALL_-1205981817', u'INDIRECT_-1205979087'), ('const-0', u'CALL_-1205981772'), (u'MULTIEQUAL_-1205980400', u'CAST_-1205979696'), ('const-0', u'INT_NOTEQUAL_-1205982042'), ('const-0', u'INT_EQUAL_-1205983407'), (u'INDIRECT_-1205979563', u'COPY_-1205979622'), ('tmp_3272', u'CBRANCH_-1205982243'), (u'CALL_-1205981830', u'INDIRECT_-1205980181'), (u'COPY_-1205981450', u'MULTIEQUAL_-1205979849'), (u'MULTIEQUAL_-1205980286', u'LOAD_-1205982223'), (u'INT_ADD_-1205983078', u'INT_ADD_-1205983041'), (u'INT_LESS_-1205982208', u'MULTIEQUAL_-1205980219'), ('tmp_625', u'CBRANCH_-1205983130'), (u'INT_LESS_-1205982925', u'MULTIEQUAL_-1205980728'), (u'INDIRECT_-1205979506', u'MULTIEQUAL_-1205979463'), (u'INT_ZEXT_-1205982218', u'INT_MULT_-1205979918'), (u'CALL_-1205981804', u'MULTIEQUAL_-1205980326'), (u'LOAD_-1205983055', u'COPY_-1205979746'), (u'CALL_-1205981427', u'INDIRECT_-1205979172'), (u'CAST_-1205979770', u'LOAD_-1205983293'), (u'COPY_-1205979596', u'MULTIEQUAL_-1205980621'), ('tmp_977', u'CBRANCH_-1205982921'), (u'LOAD_-1205982841', u'INT_NOTEQUAL_-1205982825'), (u'INT_LESS_-1205981931', u'MULTIEQUAL_-1205980575'), ('const-1', u'PTRADD_-1205982163'), (u'COPY_-1205979551', u'MULTIEQUAL_-1205980585'), (u'COPY_-1205979448', u'COPY_-1205979452'), (u'MULTIEQUAL_-1205980915', u'COPY_-1205979551'), ('const-1', u'PTRADD_-1205981813'), ('tmp_913', u'CBRANCH_-1205982957'), (u'MULTIEQUAL_-1205980915', u'INT_ADD_-1205982220'), (u'MULTIEQUAL_-1205980915', u'MULTIEQUAL_-1205980882'), ('const-1', u'PTRADD_-1205983135'), (u'INT_AND_-1205981937', u'MULTIEQUAL_-1205979693'), (u'CAST_-1205979461', u'INT_SLESSEQUAL_-1205982572'), (u'LOAD_-1205983461', u'INT_EQUAL_-1205983429'), (u'CAST_-1205979524', u'INT_SLESSEQUAL_-1205982718'), (u'MULTIEQUAL_-1205980146', u'MULTIEQUAL_-1205979849'), (u'LOAD_-1205982887', u'CALL_-1205981966'), (u'COPY_-1205979151', u'MULTIEQUAL_-1205979817'), (u'MULTIEQUAL_-1205979949', u'PTRADD_-1205981794'), (u'PTRADD_-1205982115', u'COPY_-1205979508'), ('tmp_2377', u'CBRANCH_-1205982215'), ('const-0', u'INT_NOTEQUAL_-1205982246'), (u'MULTIEQUAL_-1205980770', u'INT_ZEXT_-1205983015'), (u'INT_MULT_-1205982669', u'INT_ADD_-1205982681'), (u'MULTIEQUAL_-1205980539', u'LOAD_-1205982175'), (u'LOAD_-1205982697', u'COPY_-1205979258'), ('const-0', u'INT_EQUAL_-1205982079'), (u'INT_ZEXT_-1205983020', u'INT_MULT_-1205980473'), (u'COPY_-1205980071', u'MULTIEQUAL_-1205979966'), (u'MULTIEQUAL_-1205979635', u'MULTIEQUAL_-1205979401'), (u'INT_ZEXT_-1205983015', u'INT_MULT_-1205980472'), ('const-1', u'INT_SUB_-1205983083'), (u'MULTIEQUAL_-1205980055', u'MULTIEQUAL_-1205980426'), (u'MULTIEQUAL_-1205979817', u'INT_NOTEQUAL_-1205983213'), (u'MULTIEQUAL_-1205980262', u'LOAD_-1205982225'), (u'BOOL_NEGATE_-1205980300', u'BOOL_AND_-1205982622'), (u'INT_SLESSEQUAL_-1205983122', u'CBRANCH_-1205983130'), (u'COPY_-1205979244', u'MULTIEQUAL_-1205980262'), (u'CALL_-1205982569', u'INDIRECT_-1205979563'), ('const-1', u'PTRADD_-1205982614'), (u'INT_LESS_-1205982731', u'MULTIEQUAL_-1205980575'), (u'CALL_-1205981772', u'INDIRECT_-1205979033'), ('const-108809', u'PTRSUB_-1205983015'), (u'MULTIEQUAL_-1205979401', u'COPY_-1205979406'), (u'CALL_-1205981427', u'INDIRECT_-1205979204'), ('const-417', u'LOAD_-1205982674'), (u'CALL_-1205982908', u'INDIRECT_-1205979714'), ('const-1', u'PTRADD_-1205982779'), (u'COPY_-1205982714', u'MULTIEQUAL_-1205980699'), (u'MULTIEQUAL_-1205980400', u'INT_EQUAL_-1205982211'), (u'INT_EQUAL_-1205982160', u'MULTIEQUAL_-1205980388'), (u'INT_EQUAL_-1205982211', u'CBRANCH_-1205982208'), (u'COPY_-1205979252', u'MULTIEQUAL_-1205980286'), (u'MULTIEQUAL_-1205980491', u'MULTIEQUAL_-1205980472'), (u'MULTIEQUAL_-1205980021', u'MULTIEQUAL_-1205979615'), ('const-33', u'INT_NOTEQUAL_-1205983268'), (u'INT_NOTEQUAL_-1205983268', u'CBRANCH_-1205983267'), (u'MULTIEQUAL_-1205980602', u'LOAD_-1205982676'), ('tmp_1728', u'CBRANCH_-1205982171'), (u'MULTIEQUAL_-1205979403', u'MULTIEQUAL_-1205979438'), (u'CALL_-1205981746', u'INDIRECT_-1205979023'), (u'INT_ADD_-1205982934', u'INT_LESS_-1205982925'), (u'INT_ADD_-1205982934', u'INT_EQUAL_-1205982925'), ('const-417', u'LOAD_-1205982864'), (u'CAST_-1205979460', u'INT_SLESSEQUAL_-1205982572'), (u'INT_NOTEQUAL_-1205982124', u'CBRANCH_-1205982123'), (u'CALL_-1205981851', u'INDIRECT_-1205979064'), (u'CALL_-1205981427', u'INDIRECT_-1205979140'), (u'INT_NOTEQUAL_-1205982042', u'CBRANCH_-1205982041'), (u'INT_NOTEQUAL_-1205982000', u'INT_XOR_-1205981953'), (u'PTRADD_-1205982120', u'COPY_-1205979500'), (u'CAST_-1205979827', u'INT_SLESS_-1205983355'), (u'MULTIEQUAL_-1205980770', u'INT_ZEXT_-1205983020'), ('const-417', u'LOAD_-1205982697'), (u'CALL_-1205981928', u'CALL_-1205981851'), (u'CAST_-1205979682', u'INT_SLESS_-1205983098'), ('const-4', u'INT_EQUAL_-1205982959'), (u'MULTIEQUAL_-1205979698', u'MULTIEQUAL_-1205979470'), (u'COPY_-1205979808', u'MULTIEQUAL_-1205979520'), ('tmp_3448', u'BRANCH_-1205981441'), (u'INT_MULT_-1205980472', u'INT_ADD_-1205979751'), (u'COPY_-1205979735', u'MULTIEQUAL_-1205980755'), ('tmp_429', u'CBRANCH_-1205983267'), (u'MULTIEQUAL_-1205980400', u'INT_SUB_-1205982224'), (u'CAST_-1205979893', u'INT_SLESSEQUAL_-1205983481'), ('const-2', u'PTRADD_-1205981794'), (u'PTRSUB_-1205979061', u'CALL_-1205981928'), (u'INT_ADD_-1205982593', u'CAST_-1205979460'), (u'LOAD_-1205983461', u'MULTIEQUAL_-1205979520'), (u'MULTIEQUAL_-1205980179', u'MULTIEQUAL_-1205980146'), ('const-0', u'INT_NOTEQUAL_-1205981859'), (u'LOAD_-1205982262', u'INT_NOTEQUAL_-1205982246'), (u'INT_EQUAL_-1205982160', u'CBRANCH_-1205982161'), (u'CAST_-1205979872', u'LOAD_-1205983466'), ('const-1', u'COPY_-1205983512'), (u'CALL_-1205981966', u'INDIRECT_-1205979181'), (u'MULTIEQUAL_-1205980770', u'MULTIEQUAL_-1205980281'), ('const-3', u'COPY_-1205982245'), (u'INT_ADD_-1205983039', u'CAST_-1205979652'), (u'INDIRECT_-1205979087', u'COPY_-1205979138'), ('const-4', u'INT_MULT_-1205983265'), (u'CAST_-1205979652', u'LOAD_-1205983055'), ('const-417', u'LOAD_-1205983055'), (u'PTRADD_-1205981794', u'LOAD_-1205981856'), ('const-417', u'LOAD_-1205983027'), (u'INT_EQUAL_-1205982208', u'CBRANCH_-1205982209'), (u'COPY_-1205979825', u'MULTIEQUAL_-1205979826'), (u'MULTIEQUAL_-1205980246', u'INT_OR_-1205982241'), (u'COPY_-1205979106', u'CALL_-1205981883'), ('tmp_3011', u'BRANCH_-1205981776'), (u'CALL_-1205981883', u'INDIRECT_-1205979076'), (u'PTRADD_-1205983135', u'LOAD_-1205983197'), (u'INT_EQUAL_-1205981931', u'MULTIEQUAL_-1205980491'), ('const-41', u'INT_NOTEQUAL_-1205982848'), (u'CALL_-1205982057', u'INT_NOTEQUAL_-1205982042'), (u'INT_NOTEQUAL_-1205981859', u'CBRANCH_-1205981857'), (u'INT_OR_-1205982270', u'COPY_-1205979421'), (u'MULTIEQUAL_-1205980915', u'COPY_-1205979825'), (u'MULTIEQUAL_-1205980021', u'INT_ADD_-1205983450'), (u'MULTIEQUAL_-1205980021', u'MULTIEQUAL_-1205979435'), (u'MULTIEQUAL_-1205980712', u'INT_EQUAL_-1205982974'), (u'COPY_-1205979746', u'MULTIEQUAL_-1205980779'), ('const-1', u'PTRADD_-1205982779'), (u'INT_ADD_-1205981983', u'MULTIEQUAL_-1205979607'), (u'CALL_-1205981599', u'INDIRECT_-1205979291'), ('tmp_173', u'CBRANCH_-1205983489'), (u'MULTIEQUAL_-1205980882', u'COPY_-1205979839'), (u'COPY_-1205983562', u'MULTIEQUAL_-1205980246'), (u'CALL_-1205981746', u'INDIRECT_-1205979055'), (u'MULTIEQUAL_-1205979676', u'MULTIEQUAL_-1205980047'), (u'MULTIEQUAL_-1205980755', u'PTRADD_-1205982970')]
null
null
00012680
x86
O2
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nbyte FUN_00012680(void)\n\n{\n byte bVar1;\n byte bVar2;\n char cVar3;\n uint uVar4;\n undefined4 uVar5;\n undefined4 uVar6;\n undefined4 uVar7;\n char *pcVar8;\n int iVar9;\n uint uVar10;\n byte *pbVar11;\n byte *pbVar12;\n byte *pbVar13;\n bool bVar14;\n bool bVar15;\n byte bVar16;\n uint local_30;\n byte *local_2c;\n byte local_1f;\n byte local_1e;\n byte local_1d;\n \n bVar16 = 0;\n local_1d = 0;\n local_30 = DAT_0001e14c;\nLAB_000126b0:\n local_1e = 1;\n if ((int)local_30 <= (int)DAT_0001e150) {\nLAB_0001285f:\n /* WARNING: Subroutine does not return */\n FUN_000118f0();\n }\n do {\n local_2c = *(byte **)(DAT_0001e148 + DAT_0001e150 * 4);\n bVar2 = *local_2c;\n uVar10 = DAT_0001e150;\n if (bVar2 == 0x21) {\n if (local_2c[1] == 0) {\n DAT_0001e150 = DAT_0001e150 + 1;\n if ((int)DAT_0001e150 < (int)local_30) {\n bVar14 = false;\n local_1f = 1;\n uVar10 = DAT_0001e150;\n while( true ) {\n local_2c = *(byte **)(DAT_0001e148 + uVar10 * 4);\n bVar1 = *local_2c;\n if (bVar1 != 0x21) break;\n if (local_2c[1] != 0) {\n if (bVar14) {\n DAT_0001e150 = uVar10;\n }\n goto LAB_00012876;\n }\n uVar10 = uVar10 + 1;\n if (uVar10 == local_30) {\n DAT_0001e150 = uVar10;\n /* WARNING: Subroutine does not return */\n FUN_000118f0();\n }\n local_1f = local_1f ^ 1;\n bVar14 = true;\n }\n if (bVar14) {\n DAT_0001e150 = uVar10;\n }\n goto LAB_0001274e;\n }\n goto LAB_0001285f;\n }\n local_1f = 0;\nLAB_00012876:\n uVar4 = local_30 - uVar10;\n bVar14 = uVar4 < 3;\n bVar15 = uVar4 == 3;\n if (3 < (int)uVar4) {\n iVar9 = 3;\n pbVar11 = local_2c;\n pbVar12 = (byte *)0x1908a;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar11 < *pbVar12;\n bVar15 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n } while (bVar15);\n if (((!bVar14 && !bVar15) != bVar14) || (cVar3 = FUN_00011610(), cVar3 == '\0'))\n goto LAB_000128b8;\n bVar2 = FUN_00011ee0();\n goto LAB_00012812;\n }\n if (bVar15) {\nLAB_000128b8:\n cVar3 = FUN_00011610();\n if (cVar3 != '\0') {\n bVar2 = FUN_00011ee0();\n goto LAB_00012812;\n }\n }\n if (((bVar2 == 0x2d) && (local_2c[1] != 0)) && (local_2c[2] == 0)) {\n cVar3 = FUN_00012420();\n if (cVar3 == '\0') {\n uVar5 = FUN_00015250(local_2c);\n pcVar8 = "%s: unary operator expected";\nLAB_00012a74:\n uVar6 = dcgettext(0,pcVar8,5);\n /* WARNING: Subroutine does not return */\n FUN_000117f0(uVar6,uVar5);\n }\n bVar2 = FUN_00011980();\n goto LAB_00012812;\n }\n DAT_0001e150 = uVar10 + 1;\n local_1e = local_1e & (bVar2 != 0 ^ local_1f);\n bVar14 = local_30 < DAT_0001e150;\n bVar15 = local_30 == DAT_0001e150;\n if ((int)local_30 <= (int)DAT_0001e150) goto LAB_000128f3;\n }\n else {\n local_1f = 0;\n bVar1 = bVar2;\nLAB_0001274e:\n bVar2 = bVar1;\n if ((bVar1 != 0x28) || (local_2c[1] != 0)) goto LAB_00012876;\n DAT_0001e150 = uVar10 + 1;\n if ((int)local_30 <= (int)DAT_0001e150) goto LAB_0001285f;\n if ((int)(uVar10 + 2) < (int)local_30) {\n local_30 = local_30 - 1;\n bVar14 = local_30 < uVar10;\n bVar15 = local_30 == uVar10;\n uVar4 = 1;\n do {\n iVar9 = 2;\n pbVar11 = *(byte **)(DAT_0001e148 + uVar10 * 4 + 4 + uVar4 * 4);\n pbVar12 = &DAT_0001a909;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar11 < *pbVar12;\n bVar15 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n } while (bVar15);\n if (((!bVar14 && !bVar15) == bVar14) || (uVar4 == 4)) break;\n uVar4 = uVar4 + 1;\n bVar14 = uVar4 < local_30 - uVar10;\n bVar15 = uVar4 == local_30 - uVar10;\n } while (!bVar15);\n }\n bVar2 = FUN_00012520();\n pcVar8 = *(char **)(DAT_0001e148 + DAT_0001e150 * 4);\n if (pcVar8 == (char *)0x0) {\n uVar5 = FUN_00015250(&DAT_0001a909);\n pcVar8 = "%s expected";\n goto LAB_00012a74;\n }\n if ((*pcVar8 != ')') || (pcVar8[1] != '\0')) {\n uVar5 = FUN_00015220(1,pcVar8);\n uVar6 = FUN_00015220(0,&DAT_0001a909);\n uVar7 = dcgettext(0,"%s expected, found %s",5);\n /* WARNING: Subroutine does not return */\n FUN_000117f0(uVar7,uVar6,uVar5);\n }\n DAT_0001e150 = DAT_0001e150 + 1;\nLAB_00012812:\n local_1e = local_1e & (bVar2 ^ local_1f);\n bVar14 = DAT_0001e14c < DAT_0001e150;\n bVar15 = DAT_0001e14c == DAT_0001e150;\n local_30 = DAT_0001e14c;\n if ((int)DAT_0001e14c <= (int)DAT_0001e150) {\nLAB_000128f3:\n return local_1d | local_1e;\n }\n }\n iVar9 = 3;\n pbVar11 = *(byte **)(DAT_0001e148 + DAT_0001e150 * 4);\n pbVar12 = pbVar11;\n pbVar13 = &DAT_00019102;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar12 < *pbVar13;\n bVar15 = *pbVar12 == *pbVar13;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n pbVar13 = pbVar13 + (uint)bVar16 * -2 + 1;\n } while (bVar15);\n if ((!bVar14 && !bVar15) != bVar14) break;\n DAT_0001e150 = DAT_0001e150 + 1;\n if ((int)local_30 <= (int)DAT_0001e150) goto LAB_0001285f;\n } while( true );\n bVar14 = false;\n local_1d = local_1d | local_1e;\n bVar15 = local_1d == 0;\n iVar9 = 3;\n pbVar12 = &DAT_00019105;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar11 < *pbVar12;\n bVar15 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n } while (bVar15);\n if ((!bVar14 && !bVar15) != bVar14) {\n return local_1d;\n }\n DAT_0001e150 = DAT_0001e150 + 1;\n goto LAB_000126b0;\n}\n\n" comment (function_definition "byte FUN_00012680(void)\n\n{\n byte bVar1;\n byte bVar2;\n char cVar3;\n uint uVar4;\n undefined4 uVar5;\n undefined4 uVar6;\n undefined4 uVar7;\n char *pcVar8;\n int iVar9;\n uint uVar10;\n byte *pbVar11;\n byte *pbVar12;\n byte *pbVar13;\n bool bVar14;\n bool bVar15;\n byte bVar16;\n uint local_30;\n byte *local_2c;\n byte local_1f;\n byte local_1e;\n byte local_1d;\n \n bVar16 = 0;\n local_1d = 0;\n local_30 = DAT_0001e14c;\nLAB_000126b0:\n local_1e = 1;\n if ((int)local_30 <= (int)DAT_0001e150) {\nLAB_0001285f:\n /* WARNING: Subroutine does not return */\n FUN_000118f0();\n }\n do {\n local_2c = *(byte **)(DAT_0001e148 + DAT_0001e150 * 4);\n bVar2 = *local_2c;\n uVar10 = DAT_0001e150;\n if (bVar2 == 0x21) {\n if (local_2c[1] == 0) {\n DAT_0001e150 = DAT_0001e150 + 1;\n if ((int)DAT_0001e150 < (int)local_30) {\n bVar14 = false;\n local_1f = 1;\n uVar10 = DAT_0001e150;\n while( true ) {\n local_2c = *(byte **)(DAT_0001e148 + uVar10 * 4);\n bVar1 = *local_2c;\n if (bVar1 != 0x21) break;\n if (local_2c[1] != 0) {\n if (bVar14) {\n DAT_0001e150 = uVar10;\n }\n goto LAB_00012876;\n }\n uVar10 = uVar10 + 1;\n if (uVar10 == local_30) {\n DAT_0001e150 = uVar10;\n /* WARNING: Subroutine does not return */\n FUN_000118f0();\n }\n local_1f = local_1f ^ 1;\n bVar14 = true;\n }\n if (bVar14) {\n DAT_0001e150 = uVar10;\n }\n goto LAB_0001274e;\n }\n goto LAB_0001285f;\n }\n local_1f = 0;\nLAB_00012876:\n uVar4 = local_30 - uVar10;\n bVar14 = uVar4 < 3;\n bVar15 = uVar4 == 3;\n if (3 < (int)uVar4) {\n iVar9 = 3;\n pbVar11 = local_2c;\n pbVar12 = (byte *)0x1908a;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar11 < *pbVar12;\n bVar15 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n } while (bVar15);\n if (((!bVar14 && !bVar15) != bVar14) || (cVar3 = FUN_00011610(), cVar3 == '\0'))\n goto LAB_000128b8;\n bVar2 = FUN_00011ee0();\n goto LAB_00012812;\n }\n if (bVar15) {\nLAB_000128b8:\n cVar3 = FUN_00011610();\n if (cVar3 != '\0') {\n bVar2 = FUN_00011ee0();\n goto LAB_00012812;\n }\n }\n if (((bVar2 == 0x2d) && (local_2c[1] != 0)) && (local_2c[2] == 0)) {\n cVar3 = FUN_00012420();\n if (cVar3 == '\0') {\n uVar5 = FUN_00015250(local_2c);\n pcVar8 = "%s: unary operator expected";\nLAB_00012a74:\n uVar6 = dcgettext(0,pcVar8,5);\n /* WARNING: Subroutine does not return */\n FUN_000117f0(uVar6,uVar5);\n }\n bVar2 = FUN_00011980();\n goto LAB_00012812;\n }\n DAT_0001e150 = uVar10 + 1;\n local_1e = local_1e & (bVar2 != 0 ^ local_1f);\n bVar14 = local_30 < DAT_0001e150;\n bVar15 = local_30 == DAT_0001e150;\n if ((int)local_30 <= (int)DAT_0001e150) goto LAB_000128f3;\n }\n else {\n local_1f = 0;\n bVar1 = bVar2;\nLAB_0001274e:\n bVar2 = bVar1;\n if ((bVar1 != 0x28) || (local_2c[1] != 0)) goto LAB_00012876;\n DAT_0001e150 = uVar10 + 1;\n if ((int)local_30 <= (int)DAT_0001e150) goto LAB_0001285f;\n if ((int)(uVar10 + 2) < (int)local_30) {\n local_30 = local_30 - 1;\n bVar14 = local_30 < uVar10;\n bVar15 = local_30 == uVar10;\n uVar4 = 1;\n do {\n iVar9 = 2;\n pbVar11 = *(byte **)(DAT_0001e148 + uVar10 * 4 + 4 + uVar4 * 4);\n pbVar12 = &DAT_0001a909;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar11 < *pbVar12;\n bVar15 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n } while (bVar15);\n if (((!bVar14 && !bVar15) == bVar14) || (uVar4 == 4)) break;\n uVar4 = uVar4 + 1;\n bVar14 = uVar4 < local_30 - uVar10;\n bVar15 = uVar4 == local_30 - uVar10;\n } while (!bVar15);\n }\n bVar2 = FUN_00012520();\n pcVar8 = *(char **)(DAT_0001e148 + DAT_0001e150 * 4);\n if (pcVar8 == (char *)0x0) {\n uVar5 = FUN_00015250(&DAT_0001a909);\n pcVar8 = "%s expected";\n goto LAB_00012a74;\n }\n if ((*pcVar8 != ')') || (pcVar8[1] != '\0')) {\n uVar5 = FUN_00015220(1,pcVar8);\n uVar6 = FUN_00015220(0,&DAT_0001a909);\n uVar7 = dcgettext(0,"%s expected, found %s",5);\n /* WARNING: Subroutine does not return */\n FUN_000117f0(uVar7,uVar6,uVar5);\n }\n DAT_0001e150 = DAT_0001e150 + 1;\nLAB_00012812:\n local_1e = local_1e & (bVar2 ^ local_1f);\n bVar14 = DAT_0001e14c < DAT_0001e150;\n bVar15 = DAT_0001e14c == DAT_0001e150;\n local_30 = DAT_0001e14c;\n if ((int)DAT_0001e14c <= (int)DAT_0001e150) {\nLAB_000128f3:\n return local_1d | local_1e;\n }\n }\n iVar9 = 3;\n pbVar11 = *(byte **)(DAT_0001e148 + DAT_0001e150 * 4);\n pbVar12 = pbVar11;\n pbVar13 = &DAT_00019102;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar12 < *pbVar13;\n bVar15 = *pbVar12 == *pbVar13;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n pbVar13 = pbVar13 + (uint)bVar16 * -2 + 1;\n } while (bVar15);\n if ((!bVar14 && !bVar15) != bVar14) break;\n DAT_0001e150 = DAT_0001e150 + 1;\n if ((int)local_30 <= (int)DAT_0001e150) goto LAB_0001285f;\n } while( true );\n bVar14 = false;\n local_1d = local_1d | local_1e;\n bVar15 = local_1d == 0;\n iVar9 = 3;\n pbVar12 = &DAT_00019105;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar11 < *pbVar12;\n bVar15 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n } while (bVar15);\n if ((!bVar14 && !bVar15) != bVar14) {\n return local_1d;\n }\n DAT_0001e150 = DAT_0001e150 + 1;\n goto LAB_000126b0;\n}" type_identifier (function_declarator "FUN_00012680(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n byte bVar1;\n byte bVar2;\n char cVar3;\n uint uVar4;\n undefined4 uVar5;\n undefined4 uVar6;\n undefined4 uVar7;\n char *pcVar8;\n int iVar9;\n uint uVar10;\n byte *pbVar11;\n byte *pbVar12;\n byte *pbVar13;\n bool bVar14;\n bool bVar15;\n byte bVar16;\n uint local_30;\n byte *local_2c;\n byte local_1f;\n byte local_1e;\n byte local_1d;\n \n bVar16 = 0;\n local_1d = 0;\n local_30 = DAT_0001e14c;\nLAB_000126b0:\n local_1e = 1;\n if ((int)local_30 <= (int)DAT_0001e150) {\nLAB_0001285f:\n /* WARNING: Subroutine does not return */\n FUN_000118f0();\n }\n do {\n local_2c = *(byte **)(DAT_0001e148 + DAT_0001e150 * 4);\n bVar2 = *local_2c;\n uVar10 = DAT_0001e150;\n if (bVar2 == 0x21) {\n if (local_2c[1] == 0) {\n DAT_0001e150 = DAT_0001e150 + 1;\n if ((int)DAT_0001e150 < (int)local_30) {\n bVar14 = false;\n local_1f = 1;\n uVar10 = DAT_0001e150;\n while( true ) {\n local_2c = *(byte **)(DAT_0001e148 + uVar10 * 4);\n bVar1 = *local_2c;\n if (bVar1 != 0x21) break;\n if (local_2c[1] != 0) {\n if (bVar14) {\n DAT_0001e150 = uVar10;\n }\n goto LAB_00012876;\n }\n uVar10 = uVar10 + 1;\n if (uVar10 == local_30) {\n DAT_0001e150 = uVar10;\n /* WARNING: Subroutine does not return */\n FUN_000118f0();\n }\n local_1f = local_1f ^ 1;\n bVar14 = true;\n }\n if (bVar14) {\n DAT_0001e150 = uVar10;\n }\n goto LAB_0001274e;\n }\n goto LAB_0001285f;\n }\n local_1f = 0;\nLAB_00012876:\n uVar4 = local_30 - uVar10;\n bVar14 = uVar4 < 3;\n bVar15 = uVar4 == 3;\n if (3 < (int)uVar4) {\n iVar9 = 3;\n pbVar11 = local_2c;\n pbVar12 = (byte *)0x1908a;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar11 < *pbVar12;\n bVar15 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n } while (bVar15);\n if (((!bVar14 && !bVar15) != bVar14) || (cVar3 = FUN_00011610(), cVar3 == '\0'))\n goto LAB_000128b8;\n bVar2 = FUN_00011ee0();\n goto LAB_00012812;\n }\n if (bVar15) {\nLAB_000128b8:\n cVar3 = FUN_00011610();\n if (cVar3 != '\0') {\n bVar2 = FUN_00011ee0();\n goto LAB_00012812;\n }\n }\n if (((bVar2 == 0x2d) && (local_2c[1] != 0)) && (local_2c[2] == 0)) {\n cVar3 = FUN_00012420();\n if (cVar3 == '\0') {\n uVar5 = FUN_00015250(local_2c);\n pcVar8 = "%s: unary operator expected";\nLAB_00012a74:\n uVar6 = dcgettext(0,pcVar8,5);\n /* WARNING: Subroutine does not return */\n FUN_000117f0(uVar6,uVar5);\n }\n bVar2 = FUN_00011980();\n goto LAB_00012812;\n }\n DAT_0001e150 = uVar10 + 1;\n local_1e = local_1e & (bVar2 != 0 ^ local_1f);\n bVar14 = local_30 < DAT_0001e150;\n bVar15 = local_30 == DAT_0001e150;\n if ((int)local_30 <= (int)DAT_0001e150) goto LAB_000128f3;\n }\n else {\n local_1f = 0;\n bVar1 = bVar2;\nLAB_0001274e:\n bVar2 = bVar1;\n if ((bVar1 != 0x28) || (local_2c[1] != 0)) goto LAB_00012876;\n DAT_0001e150 = uVar10 + 1;\n if ((int)local_30 <= (int)DAT_0001e150) goto LAB_0001285f;\n if ((int)(uVar10 + 2) < (int)local_30) {\n local_30 = local_30 - 1;\n bVar14 = local_30 < uVar10;\n bVar15 = local_30 == uVar10;\n uVar4 = 1;\n do {\n iVar9 = 2;\n pbVar11 = *(byte **)(DAT_0001e148 + uVar10 * 4 + 4 + uVar4 * 4);\n pbVar12 = &DAT_0001a909;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar11 < *pbVar12;\n bVar15 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n } while (bVar15);\n if (((!bVar14 && !bVar15) == bVar14) || (uVar4 == 4)) break;\n uVar4 = uVar4 + 1;\n bVar14 = uVar4 < local_30 - uVar10;\n bVar15 = uVar4 == local_30 - uVar10;\n } while (!bVar15);\n }\n bVar2 = FUN_00012520();\n pcVar8 = *(char **)(DAT_0001e148 + DAT_0001e150 * 4);\n if (pcVar8 == (char *)0x0) {\n uVar5 = FUN_00015250(&DAT_0001a909);\n pcVar8 = "%s expected";\n goto LAB_00012a74;\n }\n if ((*pcVar8 != ')') || (pcVar8[1] != '\0')) {\n uVar5 = FUN_00015220(1,pcVar8);\n uVar6 = FUN_00015220(0,&DAT_0001a909);\n uVar7 = dcgettext(0,"%s expected, found %s",5);\n /* WARNING: Subroutine does not return */\n FUN_000117f0(uVar7,uVar6,uVar5);\n }\n DAT_0001e150 = DAT_0001e150 + 1;\nLAB_00012812:\n local_1e = local_1e & (bVar2 ^ local_1f);\n bVar14 = DAT_0001e14c < DAT_0001e150;\n bVar15 = DAT_0001e14c == DAT_0001e150;\n local_30 = DAT_0001e14c;\n if ((int)DAT_0001e14c <= (int)DAT_0001e150) {\nLAB_000128f3:\n return local_1d | local_1e;\n }\n }\n iVar9 = 3;\n pbVar11 = *(byte **)(DAT_0001e148 + DAT_0001e150 * 4);\n pbVar12 = pbVar11;\n pbVar13 = &DAT_00019102;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar12 < *pbVar13;\n bVar15 = *pbVar12 == *pbVar13;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n pbVar13 = pbVar13 + (uint)bVar16 * -2 + 1;\n } while (bVar15);\n if ((!bVar14 && !bVar15) != bVar14) break;\n DAT_0001e150 = DAT_0001e150 + 1;\n if ((int)local_30 <= (int)DAT_0001e150) goto LAB_0001285f;\n } while( true );\n bVar14 = false;\n local_1d = local_1d | local_1e;\n bVar15 = local_1d == 0;\n iVar9 = 3;\n pbVar12 = &DAT_00019105;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar11 < *pbVar12;\n bVar15 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n } while (bVar15);\n if ((!bVar14 && !bVar15) != bVar14) {\n return local_1d;\n }\n DAT_0001e150 = DAT_0001e150 + 1;\n goto LAB_000126b0;\n}" { (declaration "byte bVar1;" type_identifier identifier ;) (declaration "byte bVar2;" type_identifier identifier ;) (declaration "char cVar3;" primitive_type identifier ;) (declaration "uint uVar4;" type_identifier identifier ;) (declaration "undefined4 uVar5;" type_identifier identifier ;) (declaration "undefined4 uVar6;" type_identifier identifier ;) (declaration "undefined4 uVar7;" type_identifier identifier ;) (declaration "char *pcVar8;" primitive_type (pointer_declarator "*pcVar8" * identifier) ;) (declaration "int iVar9;" primitive_type 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 "byte *pbVar13;" type_identifier (pointer_declarator "*pbVar13" * identifier) ;) (declaration "bool bVar14;" primitive_type identifier ;) (declaration "bool bVar15;" primitive_type identifier ;) (declaration "byte bVar16;" type_identifier identifier ;) (declaration "uint local_30;" type_identifier identifier ;) (declaration "byte *local_2c;" type_identifier (pointer_declarator "*local_2c" * identifier) ;) (declaration "byte local_1f;" type_identifier identifier ;) (declaration "byte local_1e;" type_identifier identifier ;) (declaration "byte local_1d;" type_identifier identifier ;) (expression_statement "bVar16 = 0;" (assignment_expression "bVar16 = 0" identifier = number_literal) ;) (expression_statement "local_1d = 0;" (assignment_expression "local_1d = 0" identifier = number_literal) ;) (expression_statement "local_30 = DAT_0001e14c;" (assignment_expression "local_30 = DAT_0001e14c" identifier = identifier) ;) (labeled_statement "LAB_000126b0:\n local_1e = 1;" statement_identifier : (expression_statement "local_1e = 1;" (assignment_expression "local_1e = 1" identifier = number_literal) ;)) (if_statement "if ((int)local_30 <= (int)DAT_0001e150) {\nLAB_0001285f:\n /* WARNING: Subroutine does not return */\n FUN_000118f0();\n }" if (parenthesized_expression "((int)local_30 <= (int)DAT_0001e150)" ( (binary_expression "(int)local_30 <= (int)DAT_0001e150" (cast_expression "(int)local_30" ( (type_descriptor "int" primitive_type) ) identifier) <= (cast_expression "(int)DAT_0001e150" ( (type_descriptor "int" primitive_type) ) identifier)) )) (compound_statement "{\nLAB_0001285f:\n /* WARNING: Subroutine does not return */\n FUN_000118f0();\n }" { (labeled_statement "LAB_0001285f:\n /* WARNING: Subroutine does not return */\n FUN_000118f0();" statement_identifier : comment (expression_statement "FUN_000118f0();" (call_expression "FUN_000118f0()" identifier (argument_list "()" ( ))) ;)) })) (do_statement "do {\n local_2c = *(byte **)(DAT_0001e148 + DAT_0001e150 * 4);\n bVar2 = *local_2c;\n uVar10 = DAT_0001e150;\n if (bVar2 == 0x21) {\n if (local_2c[1] == 0) {\n DAT_0001e150 = DAT_0001e150 + 1;\n if ((int)DAT_0001e150 < (int)local_30) {\n bVar14 = false;\n local_1f = 1;\n uVar10 = DAT_0001e150;\n while( true ) {\n local_2c = *(byte **)(DAT_0001e148 + uVar10 * 4);\n bVar1 = *local_2c;\n if (bVar1 != 0x21) break;\n if (local_2c[1] != 0) {\n if (bVar14) {\n DAT_0001e150 = uVar10;\n }\n goto LAB_00012876;\n }\n uVar10 = uVar10 + 1;\n if (uVar10 == local_30) {\n DAT_0001e150 = uVar10;\n /* WARNING: Subroutine does not return */\n FUN_000118f0();\n }\n local_1f = local_1f ^ 1;\n bVar14 = true;\n }\n if (bVar14) {\n DAT_0001e150 = uVar10;\n }\n goto LAB_0001274e;\n }\n goto LAB_0001285f;\n }\n local_1f = 0;\nLAB_00012876:\n uVar4 = local_30 - uVar10;\n bVar14 = uVar4 < 3;\n bVar15 = uVar4 == 3;\n if (3 < (int)uVar4) {\n iVar9 = 3;\n pbVar11 = local_2c;\n pbVar12 = (byte *)0x1908a;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar11 < *pbVar12;\n bVar15 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n } while (bVar15);\n if (((!bVar14 && !bVar15) != bVar14) || (cVar3 = FUN_00011610(), cVar3 == '\0'))\n goto LAB_000128b8;\n bVar2 = FUN_00011ee0();\n goto LAB_00012812;\n }\n if (bVar15) {\nLAB_000128b8:\n cVar3 = FUN_00011610();\n if (cVar3 != '\0') {\n bVar2 = FUN_00011ee0();\n goto LAB_00012812;\n }\n }\n if (((bVar2 == 0x2d) && (local_2c[1] != 0)) && (local_2c[2] == 0)) {\n cVar3 = FUN_00012420();\n if (cVar3 == '\0') {\n uVar5 = FUN_00015250(local_2c);\n pcVar8 = "%s: unary operator expected";\nLAB_00012a74:\n uVar6 = dcgettext(0,pcVar8,5);\n /* WARNING: Subroutine does not return */\n FUN_000117f0(uVar6,uVar5);\n }\n bVar2 = FUN_00011980();\n goto LAB_00012812;\n }\n DAT_0001e150 = uVar10 + 1;\n local_1e = local_1e & (bVar2 != 0 ^ local_1f);\n bVar14 = local_30 < DAT_0001e150;\n bVar15 = local_30 == DAT_0001e150;\n if ((int)local_30 <= (int)DAT_0001e150) goto LAB_000128f3;\n }\n else {\n local_1f = 0;\n bVar1 = bVar2;\nLAB_0001274e:\n bVar2 = bVar1;\n if ((bVar1 != 0x28) || (local_2c[1] != 0)) goto LAB_00012876;\n DAT_0001e150 = uVar10 + 1;\n if ((int)local_30 <= (int)DAT_0001e150) goto LAB_0001285f;\n if ((int)(uVar10 + 2) < (int)local_30) {\n local_30 = local_30 - 1;\n bVar14 = local_30 < uVar10;\n bVar15 = local_30 == uVar10;\n uVar4 = 1;\n do {\n iVar9 = 2;\n pbVar11 = *(byte **)(DAT_0001e148 + uVar10 * 4 + 4 + uVar4 * 4);\n pbVar12 = &DAT_0001a909;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar11 < *pbVar12;\n bVar15 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n } while (bVar15);\n if (((!bVar14 && !bVar15) == bVar14) || (uVar4 == 4)) break;\n uVar4 = uVar4 + 1;\n bVar14 = uVar4 < local_30 - uVar10;\n bVar15 = uVar4 == local_30 - uVar10;\n } while (!bVar15);\n }\n bVar2 = FUN_00012520();\n pcVar8 = *(char **)(DAT_0001e148 + DAT_0001e150 * 4);\n if (pcVar8 == (char *)0x0) {\n uVar5 = FUN_00015250(&DAT_0001a909);\n pcVar8 = "%s expected";\n goto LAB_00012a74;\n }\n if ((*pcVar8 != ')') || (pcVar8[1] != '\0')) {\n uVar5 = FUN_00015220(1,pcVar8);\n uVar6 = FUN_00015220(0,&DAT_0001a909);\n uVar7 = dcgettext(0,"%s expected, found %s",5);\n /* WARNING: Subroutine does not return */\n FUN_000117f0(uVar7,uVar6,uVar5);\n }\n DAT_0001e150 = DAT_0001e150 + 1;\nLAB_00012812:\n local_1e = local_1e & (bVar2 ^ local_1f);\n bVar14 = DAT_0001e14c < DAT_0001e150;\n bVar15 = DAT_0001e14c == DAT_0001e150;\n local_30 = DAT_0001e14c;\n if ((int)DAT_0001e14c <= (int)DAT_0001e150) {\nLAB_000128f3:\n return local_1d | local_1e;\n }\n }\n iVar9 = 3;\n pbVar11 = *(byte **)(DAT_0001e148 + DAT_0001e150 * 4);\n pbVar12 = pbVar11;\n pbVar13 = &DAT_00019102;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar12 < *pbVar13;\n bVar15 = *pbVar12 == *pbVar13;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n pbVar13 = pbVar13 + (uint)bVar16 * -2 + 1;\n } while (bVar15);\n if ((!bVar14 && !bVar15) != bVar14) break;\n DAT_0001e150 = DAT_0001e150 + 1;\n if ((int)local_30 <= (int)DAT_0001e150) goto LAB_0001285f;\n } while( true );" do (compound_statement "{\n local_2c = *(byte **)(DAT_0001e148 + DAT_0001e150 * 4);\n bVar2 = *local_2c;\n uVar10 = DAT_0001e150;\n if (bVar2 == 0x21) {\n if (local_2c[1] == 0) {\n DAT_0001e150 = DAT_0001e150 + 1;\n if ((int)DAT_0001e150 < (int)local_30) {\n bVar14 = false;\n local_1f = 1;\n uVar10 = DAT_0001e150;\n while( true ) {\n local_2c = *(byte **)(DAT_0001e148 + uVar10 * 4);\n bVar1 = *local_2c;\n if (bVar1 != 0x21) break;\n if (local_2c[1] != 0) {\n if (bVar14) {\n DAT_0001e150 = uVar10;\n }\n goto LAB_00012876;\n }\n uVar10 = uVar10 + 1;\n if (uVar10 == local_30) {\n DAT_0001e150 = uVar10;\n /* WARNING: Subroutine does not return */\n FUN_000118f0();\n }\n local_1f = local_1f ^ 1;\n bVar14 = true;\n }\n if (bVar14) {\n DAT_0001e150 = uVar10;\n }\n goto LAB_0001274e;\n }\n goto LAB_0001285f;\n }\n local_1f = 0;\nLAB_00012876:\n uVar4 = local_30 - uVar10;\n bVar14 = uVar4 < 3;\n bVar15 = uVar4 == 3;\n if (3 < (int)uVar4) {\n iVar9 = 3;\n pbVar11 = local_2c;\n pbVar12 = (byte *)0x1908a;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar11 < *pbVar12;\n bVar15 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n } while (bVar15);\n if (((!bVar14 && !bVar15) != bVar14) || (cVar3 = FUN_00011610(), cVar3 == '\0'))\n goto LAB_000128b8;\n bVar2 = FUN_00011ee0();\n goto LAB_00012812;\n }\n if (bVar15) {\nLAB_000128b8:\n cVar3 = FUN_00011610();\n if (cVar3 != '\0') {\n bVar2 = FUN_00011ee0();\n goto LAB_00012812;\n }\n }\n if (((bVar2 == 0x2d) && (local_2c[1] != 0)) && (local_2c[2] == 0)) {\n cVar3 = FUN_00012420();\n if (cVar3 == '\0') {\n uVar5 = FUN_00015250(local_2c);\n pcVar8 = "%s: unary operator expected";\nLAB_00012a74:\n uVar6 = dcgettext(0,pcVar8,5);\n /* WARNING: Subroutine does not return */\n FUN_000117f0(uVar6,uVar5);\n }\n bVar2 = FUN_00011980();\n goto LAB_00012812;\n }\n DAT_0001e150 = uVar10 + 1;\n local_1e = local_1e & (bVar2 != 0 ^ local_1f);\n bVar14 = local_30 < DAT_0001e150;\n bVar15 = local_30 == DAT_0001e150;\n if ((int)local_30 <= (int)DAT_0001e150) goto LAB_000128f3;\n }\n else {\n local_1f = 0;\n bVar1 = bVar2;\nLAB_0001274e:\n bVar2 = bVar1;\n if ((bVar1 != 0x28) || (local_2c[1] != 0)) goto LAB_00012876;\n DAT_0001e150 = uVar10 + 1;\n if ((int)local_30 <= (int)DAT_0001e150) goto LAB_0001285f;\n if ((int)(uVar10 + 2) < (int)local_30) {\n local_30 = local_30 - 1;\n bVar14 = local_30 < uVar10;\n bVar15 = local_30 == uVar10;\n uVar4 = 1;\n do {\n iVar9 = 2;\n pbVar11 = *(byte **)(DAT_0001e148 + uVar10 * 4 + 4 + uVar4 * 4);\n pbVar12 = &DAT_0001a909;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar11 < *pbVar12;\n bVar15 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n } while (bVar15);\n if (((!bVar14 && !bVar15) == bVar14) || (uVar4 == 4)) break;\n uVar4 = uVar4 + 1;\n bVar14 = uVar4 < local_30 - uVar10;\n bVar15 = uVar4 == local_30 - uVar10;\n } while (!bVar15);\n }\n bVar2 = FUN_00012520();\n pcVar8 = *(char **)(DAT_0001e148 + DAT_0001e150 * 4);\n if (pcVar8 == (char *)0x0) {\n uVar5 = FUN_00015250(&DAT_0001a909);\n pcVar8 = "%s expected";\n goto LAB_00012a74;\n }\n if ((*pcVar8 != ')') || (pcVar8[1] != '\0')) {\n uVar5 = FUN_00015220(1,pcVar8);\n uVar6 = FUN_00015220(0,&DAT_0001a909);\n uVar7 = dcgettext(0,"%s expected, found %s",5);\n /* WARNING: Subroutine does not return */\n FUN_000117f0(uVar7,uVar6,uVar5);\n }\n DAT_0001e150 = DAT_0001e150 + 1;\nLAB_00012812:\n local_1e = local_1e & (bVar2 ^ local_1f);\n bVar14 = DAT_0001e14c < DAT_0001e150;\n bVar15 = DAT_0001e14c == DAT_0001e150;\n local_30 = DAT_0001e14c;\n if ((int)DAT_0001e14c <= (int)DAT_0001e150) {\nLAB_000128f3:\n return local_1d | local_1e;\n }\n }\n iVar9 = 3;\n pbVar11 = *(byte **)(DAT_0001e148 + DAT_0001e150 * 4);\n pbVar12 = pbVar11;\n pbVar13 = &DAT_00019102;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar12 < *pbVar13;\n bVar15 = *pbVar12 == *pbVar13;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n pbVar13 = pbVar13 + (uint)bVar16 * -2 + 1;\n } while (bVar15);\n if ((!bVar14 && !bVar15) != bVar14) break;\n DAT_0001e150 = DAT_0001e150 + 1;\n if ((int)local_30 <= (int)DAT_0001e150) goto LAB_0001285f;\n }" { (expression_statement "local_2c = *(byte **)(DAT_0001e148 + DAT_0001e150 * 4);" (assignment_expression "local_2c = *(byte **)(DAT_0001e148 + DAT_0001e150 * 4)" identifier = (pointer_expression "*(byte **)(DAT_0001e148 + DAT_0001e150 * 4)" * (cast_expression "(byte **)(DAT_0001e148 + DAT_0001e150 * 4)" ( (type_descriptor "byte **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(DAT_0001e148 + DAT_0001e150 * 4)" ( (binary_expression "DAT_0001e148 + DAT_0001e150 * 4" identifier + (binary_expression "DAT_0001e150 * 4" identifier * number_literal)) ))))) ;) (expression_statement "bVar2 = *local_2c;" (assignment_expression "bVar2 = *local_2c" identifier = (pointer_expression "*local_2c" * identifier)) ;) (expression_statement "uVar10 = DAT_0001e150;" (assignment_expression "uVar10 = DAT_0001e150" identifier = identifier) ;) (if_statement "if (bVar2 == 0x21) {\n if (local_2c[1] == 0) {\n DAT_0001e150 = DAT_0001e150 + 1;\n if ((int)DAT_0001e150 < (int)local_30) {\n bVar14 = false;\n local_1f = 1;\n uVar10 = DAT_0001e150;\n while( true ) {\n local_2c = *(byte **)(DAT_0001e148 + uVar10 * 4);\n bVar1 = *local_2c;\n if (bVar1 != 0x21) break;\n if (local_2c[1] != 0) {\n if (bVar14) {\n DAT_0001e150 = uVar10;\n }\n goto LAB_00012876;\n }\n uVar10 = uVar10 + 1;\n if (uVar10 == local_30) {\n DAT_0001e150 = uVar10;\n /* WARNING: Subroutine does not return */\n FUN_000118f0();\n }\n local_1f = local_1f ^ 1;\n bVar14 = true;\n }\n if (bVar14) {\n DAT_0001e150 = uVar10;\n }\n goto LAB_0001274e;\n }\n goto LAB_0001285f;\n }\n local_1f = 0;\nLAB_00012876:\n uVar4 = local_30 - uVar10;\n bVar14 = uVar4 < 3;\n bVar15 = uVar4 == 3;\n if (3 < (int)uVar4) {\n iVar9 = 3;\n pbVar11 = local_2c;\n pbVar12 = (byte *)0x1908a;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar11 < *pbVar12;\n bVar15 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n } while (bVar15);\n if (((!bVar14 && !bVar15) != bVar14) || (cVar3 = FUN_00011610(), cVar3 == '\0'))\n goto LAB_000128b8;\n bVar2 = FUN_00011ee0();\n goto LAB_00012812;\n }\n if (bVar15) {\nLAB_000128b8:\n cVar3 = FUN_00011610();\n if (cVar3 != '\0') {\n bVar2 = FUN_00011ee0();\n goto LAB_00012812;\n }\n }\n if (((bVar2 == 0x2d) && (local_2c[1] != 0)) && (local_2c[2] == 0)) {\n cVar3 = FUN_00012420();\n if (cVar3 == '\0') {\n uVar5 = FUN_00015250(local_2c);\n pcVar8 = "%s: unary operator expected";\nLAB_00012a74:\n uVar6 = dcgettext(0,pcVar8,5);\n /* WARNING: Subroutine does not return */\n FUN_000117f0(uVar6,uVar5);\n }\n bVar2 = FUN_00011980();\n goto LAB_00012812;\n }\n DAT_0001e150 = uVar10 + 1;\n local_1e = local_1e & (bVar2 != 0 ^ local_1f);\n bVar14 = local_30 < DAT_0001e150;\n bVar15 = local_30 == DAT_0001e150;\n if ((int)local_30 <= (int)DAT_0001e150) goto LAB_000128f3;\n }\n else {\n local_1f = 0;\n bVar1 = bVar2;\nLAB_0001274e:\n bVar2 = bVar1;\n if ((bVar1 != 0x28) || (local_2c[1] != 0)) goto LAB_00012876;\n DAT_0001e150 = uVar10 + 1;\n if ((int)local_30 <= (int)DAT_0001e150) goto LAB_0001285f;\n if ((int)(uVar10 + 2) < (int)local_30) {\n local_30 = local_30 - 1;\n bVar14 = local_30 < uVar10;\n bVar15 = local_30 == uVar10;\n uVar4 = 1;\n do {\n iVar9 = 2;\n pbVar11 = *(byte **)(DAT_0001e148 + uVar10 * 4 + 4 + uVar4 * 4);\n pbVar12 = &DAT_0001a909;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar11 < *pbVar12;\n bVar15 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n } while (bVar15);\n if (((!bVar14 && !bVar15) == bVar14) || (uVar4 == 4)) break;\n uVar4 = uVar4 + 1;\n bVar14 = uVar4 < local_30 - uVar10;\n bVar15 = uVar4 == local_30 - uVar10;\n } while (!bVar15);\n }\n bVar2 = FUN_00012520();\n pcVar8 = *(char **)(DAT_0001e148 + DAT_0001e150 * 4);\n if (pcVar8 == (char *)0x0) {\n uVar5 = FUN_00015250(&DAT_0001a909);\n pcVar8 = "%s expected";\n goto LAB_00012a74;\n }\n if ((*pcVar8 != ')') || (pcVar8[1] != '\0')) {\n uVar5 = FUN_00015220(1,pcVar8);\n uVar6 = FUN_00015220(0,&DAT_0001a909);\n uVar7 = dcgettext(0,"%s expected, found %s",5);\n /* WARNING: Subroutine does not return */\n FUN_000117f0(uVar7,uVar6,uVar5);\n }\n DAT_0001e150 = DAT_0001e150 + 1;\nLAB_00012812:\n local_1e = local_1e & (bVar2 ^ local_1f);\n bVar14 = DAT_0001e14c < DAT_0001e150;\n bVar15 = DAT_0001e14c == DAT_0001e150;\n local_30 = DAT_0001e14c;\n if ((int)DAT_0001e14c <= (int)DAT_0001e150) {\nLAB_000128f3:\n return local_1d | local_1e;\n }\n }" if (parenthesized_expression "(bVar2 == 0x21)" ( (binary_expression "bVar2 == 0x21" identifier == number_literal) )) (compound_statement "{\n if (local_2c[1] == 0) {\n DAT_0001e150 = DAT_0001e150 + 1;\n if ((int)DAT_0001e150 < (int)local_30) {\n bVar14 = false;\n local_1f = 1;\n uVar10 = DAT_0001e150;\n while( true ) {\n local_2c = *(byte **)(DAT_0001e148 + uVar10 * 4);\n bVar1 = *local_2c;\n if (bVar1 != 0x21) break;\n if (local_2c[1] != 0) {\n if (bVar14) {\n DAT_0001e150 = uVar10;\n }\n goto LAB_00012876;\n }\n uVar10 = uVar10 + 1;\n if (uVar10 == local_30) {\n DAT_0001e150 = uVar10;\n /* WARNING: Subroutine does not return */\n FUN_000118f0();\n }\n local_1f = local_1f ^ 1;\n bVar14 = true;\n }\n if (bVar14) {\n DAT_0001e150 = uVar10;\n }\n goto LAB_0001274e;\n }\n goto LAB_0001285f;\n }\n local_1f = 0;\nLAB_00012876:\n uVar4 = local_30 - uVar10;\n bVar14 = uVar4 < 3;\n bVar15 = uVar4 == 3;\n if (3 < (int)uVar4) {\n iVar9 = 3;\n pbVar11 = local_2c;\n pbVar12 = (byte *)0x1908a;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar11 < *pbVar12;\n bVar15 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n } while (bVar15);\n if (((!bVar14 && !bVar15) != bVar14) || (cVar3 = FUN_00011610(), cVar3 == '\0'))\n goto LAB_000128b8;\n bVar2 = FUN_00011ee0();\n goto LAB_00012812;\n }\n if (bVar15) {\nLAB_000128b8:\n cVar3 = FUN_00011610();\n if (cVar3 != '\0') {\n bVar2 = FUN_00011ee0();\n goto LAB_00012812;\n }\n }\n if (((bVar2 == 0x2d) && (local_2c[1] != 0)) && (local_2c[2] == 0)) {\n cVar3 = FUN_00012420();\n if (cVar3 == '\0') {\n uVar5 = FUN_00015250(local_2c);\n pcVar8 = "%s: unary operator expected";\nLAB_00012a74:\n uVar6 = dcgettext(0,pcVar8,5);\n /* WARNING: Subroutine does not return */\n FUN_000117f0(uVar6,uVar5);\n }\n bVar2 = FUN_00011980();\n goto LAB_00012812;\n }\n DAT_0001e150 = uVar10 + 1;\n local_1e = local_1e & (bVar2 != 0 ^ local_1f);\n bVar14 = local_30 < DAT_0001e150;\n bVar15 = local_30 == DAT_0001e150;\n if ((int)local_30 <= (int)DAT_0001e150) goto LAB_000128f3;\n }" { (if_statement "if (local_2c[1] == 0) {\n DAT_0001e150 = DAT_0001e150 + 1;\n if ((int)DAT_0001e150 < (int)local_30) {\n bVar14 = false;\n local_1f = 1;\n uVar10 = DAT_0001e150;\n while( true ) {\n local_2c = *(byte **)(DAT_0001e148 + uVar10 * 4);\n bVar1 = *local_2c;\n if (bVar1 != 0x21) break;\n if (local_2c[1] != 0) {\n if (bVar14) {\n DAT_0001e150 = uVar10;\n }\n goto LAB_00012876;\n }\n uVar10 = uVar10 + 1;\n if (uVar10 == local_30) {\n DAT_0001e150 = uVar10;\n /* WARNING: Subroutine does not return */\n FUN_000118f0();\n }\n local_1f = local_1f ^ 1;\n bVar14 = true;\n }\n if (bVar14) {\n DAT_0001e150 = uVar10;\n }\n goto LAB_0001274e;\n }\n goto LAB_0001285f;\n }" if (parenthesized_expression "(local_2c[1] == 0)" ( (binary_expression "local_2c[1] == 0" (subscript_expression "local_2c[1]" identifier [ number_literal ]) == number_literal) )) (compound_statement "{\n DAT_0001e150 = DAT_0001e150 + 1;\n if ((int)DAT_0001e150 < (int)local_30) {\n bVar14 = false;\n local_1f = 1;\n uVar10 = DAT_0001e150;\n while( true ) {\n local_2c = *(byte **)(DAT_0001e148 + uVar10 * 4);\n bVar1 = *local_2c;\n if (bVar1 != 0x21) break;\n if (local_2c[1] != 0) {\n if (bVar14) {\n DAT_0001e150 = uVar10;\n }\n goto LAB_00012876;\n }\n uVar10 = uVar10 + 1;\n if (uVar10 == local_30) {\n DAT_0001e150 = uVar10;\n /* WARNING: Subroutine does not return */\n FUN_000118f0();\n }\n local_1f = local_1f ^ 1;\n bVar14 = true;\n }\n if (bVar14) {\n DAT_0001e150 = uVar10;\n }\n goto LAB_0001274e;\n }\n goto LAB_0001285f;\n }" { (expression_statement "DAT_0001e150 = DAT_0001e150 + 1;" (assignment_expression "DAT_0001e150 = DAT_0001e150 + 1" identifier = (binary_expression "DAT_0001e150 + 1" identifier + number_literal)) ;) (if_statement "if ((int)DAT_0001e150 < (int)local_30) {\n bVar14 = false;\n local_1f = 1;\n uVar10 = DAT_0001e150;\n while( true ) {\n local_2c = *(byte **)(DAT_0001e148 + uVar10 * 4);\n bVar1 = *local_2c;\n if (bVar1 != 0x21) break;\n if (local_2c[1] != 0) {\n if (bVar14) {\n DAT_0001e150 = uVar10;\n }\n goto LAB_00012876;\n }\n uVar10 = uVar10 + 1;\n if (uVar10 == local_30) {\n DAT_0001e150 = uVar10;\n /* WARNING: Subroutine does not return */\n FUN_000118f0();\n }\n local_1f = local_1f ^ 1;\n bVar14 = true;\n }\n if (bVar14) {\n DAT_0001e150 = uVar10;\n }\n goto LAB_0001274e;\n }" if (parenthesized_expression "((int)DAT_0001e150 < (int)local_30)" ( (binary_expression "(int)DAT_0001e150 < (int)local_30" (cast_expression "(int)DAT_0001e150" ( (type_descriptor "int" primitive_type) ) identifier) < (cast_expression "(int)local_30" ( (type_descriptor "int" primitive_type) ) identifier)) )) (compound_statement "{\n bVar14 = false;\n local_1f = 1;\n uVar10 = DAT_0001e150;\n while( true ) {\n local_2c = *(byte **)(DAT_0001e148 + uVar10 * 4);\n bVar1 = *local_2c;\n if (bVar1 != 0x21) break;\n if (local_2c[1] != 0) {\n if (bVar14) {\n DAT_0001e150 = uVar10;\n }\n goto LAB_00012876;\n }\n uVar10 = uVar10 + 1;\n if (uVar10 == local_30) {\n DAT_0001e150 = uVar10;\n /* WARNING: Subroutine does not return */\n FUN_000118f0();\n }\n local_1f = local_1f ^ 1;\n bVar14 = true;\n }\n if (bVar14) {\n DAT_0001e150 = uVar10;\n }\n goto LAB_0001274e;\n }" { (expression_statement "bVar14 = false;" (assignment_expression "bVar14 = false" identifier = false) ;) (expression_statement "local_1f = 1;" (assignment_expression "local_1f = 1" identifier = number_literal) ;) (expression_statement "uVar10 = DAT_0001e150;" (assignment_expression "uVar10 = DAT_0001e150" identifier = identifier) ;) (while_statement "while( true ) {\n local_2c = *(byte **)(DAT_0001e148 + uVar10 * 4);\n bVar1 = *local_2c;\n if (bVar1 != 0x21) break;\n if (local_2c[1] != 0) {\n if (bVar14) {\n DAT_0001e150 = uVar10;\n }\n goto LAB_00012876;\n }\n uVar10 = uVar10 + 1;\n if (uVar10 == local_30) {\n DAT_0001e150 = uVar10;\n /* WARNING: Subroutine does not return */\n FUN_000118f0();\n }\n local_1f = local_1f ^ 1;\n bVar14 = true;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n local_2c = *(byte **)(DAT_0001e148 + uVar10 * 4);\n bVar1 = *local_2c;\n if (bVar1 != 0x21) break;\n if (local_2c[1] != 0) {\n if (bVar14) {\n DAT_0001e150 = uVar10;\n }\n goto LAB_00012876;\n }\n uVar10 = uVar10 + 1;\n if (uVar10 == local_30) {\n DAT_0001e150 = uVar10;\n /* WARNING: Subroutine does not return */\n FUN_000118f0();\n }\n local_1f = local_1f ^ 1;\n bVar14 = true;\n }" { (expression_statement "local_2c = *(byte **)(DAT_0001e148 + uVar10 * 4);" (assignment_expression "local_2c = *(byte **)(DAT_0001e148 + uVar10 * 4)" identifier = (pointer_expression "*(byte **)(DAT_0001e148 + uVar10 * 4)" * (cast_expression "(byte **)(DAT_0001e148 + uVar10 * 4)" ( (type_descriptor "byte **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(DAT_0001e148 + uVar10 * 4)" ( (binary_expression "DAT_0001e148 + uVar10 * 4" identifier + (binary_expression "uVar10 * 4" identifier * number_literal)) ))))) ;) (expression_statement "bVar1 = *local_2c;" (assignment_expression "bVar1 = *local_2c" identifier = (pointer_expression "*local_2c" * identifier)) ;) (if_statement "if (bVar1 != 0x21) break;" if (parenthesized_expression "(bVar1 != 0x21)" ( (binary_expression "bVar1 != 0x21" identifier != number_literal) )) (break_statement "break;" break ;)) (if_statement "if (local_2c[1] != 0) {\n if (bVar14) {\n DAT_0001e150 = uVar10;\n }\n goto LAB_00012876;\n }" if (parenthesized_expression "(local_2c[1] != 0)" ( (binary_expression "local_2c[1] != 0" (subscript_expression "local_2c[1]" identifier [ number_literal ]) != number_literal) )) (compound_statement "{\n if (bVar14) {\n DAT_0001e150 = uVar10;\n }\n goto LAB_00012876;\n }" { (if_statement "if (bVar14) {\n DAT_0001e150 = uVar10;\n }" if (parenthesized_expression "(bVar14)" ( identifier )) (compound_statement "{\n DAT_0001e150 = uVar10;\n }" { (expression_statement "DAT_0001e150 = uVar10;" (assignment_expression "DAT_0001e150 = uVar10" identifier = identifier) ;) })) (goto_statement "goto LAB_00012876;" goto statement_identifier ;) })) (expression_statement "uVar10 = uVar10 + 1;" (assignment_expression "uVar10 = uVar10 + 1" identifier = (binary_expression "uVar10 + 1" identifier + number_literal)) ;) (if_statement "if (uVar10 == local_30) {\n DAT_0001e150 = uVar10;\n /* WARNING: Subroutine does not return */\n FUN_000118f0();\n }" if (parenthesized_expression "(uVar10 == local_30)" ( (binary_expression "uVar10 == local_30" identifier == identifier) )) (compound_statement "{\n DAT_0001e150 = uVar10;\n /* WARNING: Subroutine does not return */\n FUN_000118f0();\n }" { (expression_statement "DAT_0001e150 = uVar10;" (assignment_expression "DAT_0001e150 = uVar10" identifier = identifier) ;) comment (expression_statement "FUN_000118f0();" (call_expression "FUN_000118f0()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "local_1f = local_1f ^ 1;" (assignment_expression "local_1f = local_1f ^ 1" identifier = (binary_expression "local_1f ^ 1" identifier ^ number_literal)) ;) (expression_statement "bVar14 = true;" (assignment_expression "bVar14 = true" identifier = true) ;) })) (if_statement "if (bVar14) {\n DAT_0001e150 = uVar10;\n }" if (parenthesized_expression "(bVar14)" ( identifier )) (compound_statement "{\n DAT_0001e150 = uVar10;\n }" { (expression_statement "DAT_0001e150 = uVar10;" (assignment_expression "DAT_0001e150 = uVar10" identifier = identifier) ;) })) (goto_statement "goto LAB_0001274e;" goto statement_identifier ;) })) (goto_statement "goto LAB_0001285f;" goto statement_identifier ;) })) (expression_statement "local_1f = 0;" (assignment_expression "local_1f = 0" identifier = number_literal) ;) (labeled_statement "LAB_00012876:\n uVar4 = local_30 - uVar10;" statement_identifier : (expression_statement "uVar4 = local_30 - uVar10;" (assignment_expression "uVar4 = local_30 - uVar10" identifier = (binary_expression "local_30 - uVar10" identifier - identifier)) ;)) (expression_statement "bVar14 = uVar4 < 3;" (assignment_expression "bVar14 = uVar4 < 3" identifier = (binary_expression "uVar4 < 3" identifier < number_literal)) ;) (expression_statement "bVar15 = uVar4 == 3;" (assignment_expression "bVar15 = uVar4 == 3" identifier = (binary_expression "uVar4 == 3" identifier == number_literal)) ;) (if_statement "if (3 < (int)uVar4) {\n iVar9 = 3;\n pbVar11 = local_2c;\n pbVar12 = (byte *)0x1908a;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar11 < *pbVar12;\n bVar15 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n } while (bVar15);\n if (((!bVar14 && !bVar15) != bVar14) || (cVar3 = FUN_00011610(), cVar3 == '\0'))\n goto LAB_000128b8;\n bVar2 = FUN_00011ee0();\n goto LAB_00012812;\n }" if (parenthesized_expression "(3 < (int)uVar4)" ( (binary_expression "3 < (int)uVar4" number_literal < (cast_expression "(int)uVar4" ( (type_descriptor "int" primitive_type) ) identifier)) )) (compound_statement "{\n iVar9 = 3;\n pbVar11 = local_2c;\n pbVar12 = (byte *)0x1908a;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar11 < *pbVar12;\n bVar15 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n } while (bVar15);\n if (((!bVar14 && !bVar15) != bVar14) || (cVar3 = FUN_00011610(), cVar3 == '\0'))\n goto LAB_000128b8;\n bVar2 = FUN_00011ee0();\n goto LAB_00012812;\n }" { (expression_statement "iVar9 = 3;" (assignment_expression "iVar9 = 3" identifier = number_literal) ;) (expression_statement "pbVar11 = local_2c;" (assignment_expression "pbVar11 = local_2c" identifier = identifier) ;) (expression_statement "pbVar12 = (byte *)0x1908a;" (assignment_expression "pbVar12 = (byte *)0x1908a" identifier = (cast_expression "(byte *)0x1908a" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (do_statement "do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar11 < *pbVar12;\n bVar15 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n } while (bVar15);" do (compound_statement "{\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar11 < *pbVar12;\n bVar15 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n }" { (if_statement "if (iVar9 == 0) break;" if (parenthesized_expression "(iVar9 == 0)" ( (binary_expression "iVar9 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "iVar9 = iVar9 + -1;" (assignment_expression "iVar9 = iVar9 + -1" identifier = (binary_expression "iVar9 + -1" identifier + number_literal)) ;) (expression_statement "bVar14 = *pbVar11 < *pbVar12;" (assignment_expression "bVar14 = *pbVar11 < *pbVar12" identifier = (binary_expression "*pbVar11 < *pbVar12" (pointer_expression "*pbVar11" * identifier) < (pointer_expression "*pbVar12" * identifier))) ;) (expression_statement "bVar15 = *pbVar11 == *pbVar12;" (assignment_expression "bVar15 = *pbVar11 == *pbVar12" identifier = (binary_expression "*pbVar11 == *pbVar12" (pointer_expression "*pbVar11" * identifier) == (pointer_expression "*pbVar12" * identifier))) ;) (expression_statement "pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;" (assignment_expression "pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1" identifier = (binary_expression "pbVar11 + (uint)bVar16 * -2 + 1" (binary_expression "pbVar11 + (uint)bVar16 * -2" identifier + (binary_expression "(uint)bVar16 * -2" (cast_expression "(uint)bVar16" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;" (assignment_expression "pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1" identifier = (binary_expression "pbVar12 + (uint)bVar16 * -2 + 1" (binary_expression "pbVar12 + (uint)bVar16 * -2" identifier + (binary_expression "(uint)bVar16 * -2" (cast_expression "(uint)bVar16" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar15)" ( identifier )) ;) (if_statement "if (((!bVar14 && !bVar15) != bVar14) || (cVar3 = FUN_00011610(), cVar3 == '\0'))\n goto LAB_000128b8;" if (parenthesized_expression "(((!bVar14 && !bVar15) != bVar14) || (cVar3 = FUN_00011610(), cVar3 == '\0'))" ( (binary_expression "((!bVar14 && !bVar15) != bVar14) || (cVar3 = FUN_00011610(), cVar3 == '\0')" (parenthesized_expression "((!bVar14 && !bVar15) != bVar14)" ( (binary_expression "(!bVar14 && !bVar15) != bVar14" (parenthesized_expression "(!bVar14 && !bVar15)" ( (binary_expression "!bVar14 && !bVar15" (unary_expression "!bVar14" ! identifier) && (unary_expression "!bVar15" ! identifier)) )) != identifier) )) || (parenthesized_expression "(cVar3 = FUN_00011610(), cVar3 == '\0')" ( (comma_expression "cVar3 = FUN_00011610(), cVar3 == '\0'" (assignment_expression "cVar3 = FUN_00011610()" identifier = (call_expression "FUN_00011610()" identifier (argument_list "()" ( )))) , (binary_expression "cVar3 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence '))) ))) )) (goto_statement "goto LAB_000128b8;" goto statement_identifier ;)) (expression_statement "bVar2 = FUN_00011ee0();" (assignment_expression "bVar2 = FUN_00011ee0()" identifier = (call_expression "FUN_00011ee0()" identifier (argument_list "()" ( )))) ;) (goto_statement "goto LAB_00012812;" goto statement_identifier ;) })) (if_statement "if (bVar15) {\nLAB_000128b8:\n cVar3 = FUN_00011610();\n if (cVar3 != '\0') {\n bVar2 = FUN_00011ee0();\n goto LAB_00012812;\n }\n }" if (parenthesized_expression "(bVar15)" ( identifier )) (compound_statement "{\nLAB_000128b8:\n cVar3 = FUN_00011610();\n if (cVar3 != '\0') {\n bVar2 = FUN_00011ee0();\n goto LAB_00012812;\n }\n }" { (labeled_statement "LAB_000128b8:\n cVar3 = FUN_00011610();" statement_identifier : (expression_statement "cVar3 = FUN_00011610();" (assignment_expression "cVar3 = FUN_00011610()" identifier = (call_expression "FUN_00011610()" identifier (argument_list "()" ( )))) ;)) (if_statement "if (cVar3 != '\0') {\n bVar2 = FUN_00011ee0();\n goto LAB_00012812;\n }" if (parenthesized_expression "(cVar3 != '\0')" ( (binary_expression "cVar3 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n bVar2 = FUN_00011ee0();\n goto LAB_00012812;\n }" { (expression_statement "bVar2 = FUN_00011ee0();" (assignment_expression "bVar2 = FUN_00011ee0()" identifier = (call_expression "FUN_00011ee0()" identifier (argument_list "()" ( )))) ;) (goto_statement "goto LAB_00012812;" goto statement_identifier ;) })) })) (if_statement "if (((bVar2 == 0x2d) && (local_2c[1] != 0)) && (local_2c[2] == 0)) {\n cVar3 = FUN_00012420();\n if (cVar3 == '\0') {\n uVar5 = FUN_00015250(local_2c);\n pcVar8 = "%s: unary operator expected";\nLAB_00012a74:\n uVar6 = dcgettext(0,pcVar8,5);\n /* WARNING: Subroutine does not return */\n FUN_000117f0(uVar6,uVar5);\n }\n bVar2 = FUN_00011980();\n goto LAB_00012812;\n }" if (parenthesized_expression "(((bVar2 == 0x2d) && (local_2c[1] != 0)) && (local_2c[2] == 0))" ( (binary_expression "((bVar2 == 0x2d) && (local_2c[1] != 0)) && (local_2c[2] == 0)" (parenthesized_expression "((bVar2 == 0x2d) && (local_2c[1] != 0))" ( (binary_expression "(bVar2 == 0x2d) && (local_2c[1] != 0)" (parenthesized_expression "(bVar2 == 0x2d)" ( (binary_expression "bVar2 == 0x2d" identifier == number_literal) )) && (parenthesized_expression "(local_2c[1] != 0)" ( (binary_expression "local_2c[1] != 0" (subscript_expression "local_2c[1]" identifier [ number_literal ]) != number_literal) ))) )) && (parenthesized_expression "(local_2c[2] == 0)" ( (binary_expression "local_2c[2] == 0" (subscript_expression "local_2c[2]" identifier [ number_literal ]) == number_literal) ))) )) (compound_statement "{\n cVar3 = FUN_00012420();\n if (cVar3 == '\0') {\n uVar5 = FUN_00015250(local_2c);\n pcVar8 = "%s: unary operator expected";\nLAB_00012a74:\n uVar6 = dcgettext(0,pcVar8,5);\n /* WARNING: Subroutine does not return */\n FUN_000117f0(uVar6,uVar5);\n }\n bVar2 = FUN_00011980();\n goto LAB_00012812;\n }" { (expression_statement "cVar3 = FUN_00012420();" (assignment_expression "cVar3 = FUN_00012420()" identifier = (call_expression "FUN_00012420()" identifier (argument_list "()" ( )))) ;) (if_statement "if (cVar3 == '\0') {\n uVar5 = FUN_00015250(local_2c);\n pcVar8 = "%s: unary operator expected";\nLAB_00012a74:\n uVar6 = dcgettext(0,pcVar8,5);\n /* WARNING: Subroutine does not return */\n FUN_000117f0(uVar6,uVar5);\n }" if (parenthesized_expression "(cVar3 == '\0')" ( (binary_expression "cVar3 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n uVar5 = FUN_00015250(local_2c);\n pcVar8 = "%s: unary operator expected";\nLAB_00012a74:\n uVar6 = dcgettext(0,pcVar8,5);\n /* WARNING: Subroutine does not return */\n FUN_000117f0(uVar6,uVar5);\n }" { (expression_statement "uVar5 = FUN_00015250(local_2c);" (assignment_expression "uVar5 = FUN_00015250(local_2c)" identifier = (call_expression "FUN_00015250(local_2c)" identifier (argument_list "(local_2c)" ( identifier )))) ;) (expression_statement "pcVar8 = "%s: unary operator expected";" (assignment_expression "pcVar8 = "%s: unary operator expected"" identifier = (string_literal ""%s: unary operator expected"" " string_content ")) ;) (labeled_statement "LAB_00012a74:\n uVar6 = dcgettext(0,pcVar8,5);" statement_identifier : (expression_statement "uVar6 = dcgettext(0,pcVar8,5);" (assignment_expression "uVar6 = dcgettext(0,pcVar8,5)" identifier = (call_expression "dcgettext(0,pcVar8,5)" identifier (argument_list "(0,pcVar8,5)" ( number_literal , identifier , number_literal )))) ;)) comment (expression_statement "FUN_000117f0(uVar6,uVar5);" (call_expression "FUN_000117f0(uVar6,uVar5)" identifier (argument_list "(uVar6,uVar5)" ( identifier , identifier ))) ;) })) (expression_statement "bVar2 = FUN_00011980();" (assignment_expression "bVar2 = FUN_00011980()" identifier = (call_expression "FUN_00011980()" identifier (argument_list "()" ( )))) ;) (goto_statement "goto LAB_00012812;" goto statement_identifier ;) })) (expression_statement "DAT_0001e150 = uVar10 + 1;" (assignment_expression "DAT_0001e150 = uVar10 + 1" identifier = (binary_expression "uVar10 + 1" identifier + number_literal)) ;) (expression_statement "local_1e = local_1e & (bVar2 != 0 ^ local_1f);" (assignment_expression "local_1e = local_1e & (bVar2 != 0 ^ local_1f)" identifier = (binary_expression "local_1e & (bVar2 != 0 ^ local_1f)" identifier & (parenthesized_expression "(bVar2 != 0 ^ local_1f)" ( (binary_expression "bVar2 != 0 ^ local_1f" (binary_expression "bVar2 != 0" identifier != number_literal) ^ identifier) )))) ;) (expression_statement "bVar14 = local_30 < DAT_0001e150;" (assignment_expression "bVar14 = local_30 < DAT_0001e150" identifier = (binary_expression "local_30 < DAT_0001e150" identifier < identifier)) ;) (expression_statement "bVar15 = local_30 == DAT_0001e150;" (assignment_expression "bVar15 = local_30 == DAT_0001e150" identifier = (binary_expression "local_30 == DAT_0001e150" identifier == identifier)) ;) (if_statement "if ((int)local_30 <= (int)DAT_0001e150) goto LAB_000128f3;" if (parenthesized_expression "((int)local_30 <= (int)DAT_0001e150)" ( (binary_expression "(int)local_30 <= (int)DAT_0001e150" (cast_expression "(int)local_30" ( (type_descriptor "int" primitive_type) ) identifier) <= (cast_expression "(int)DAT_0001e150" ( (type_descriptor "int" primitive_type) ) identifier)) )) (goto_statement "goto LAB_000128f3;" goto statement_identifier ;)) }) (else_clause "else {\n local_1f = 0;\n bVar1 = bVar2;\nLAB_0001274e:\n bVar2 = bVar1;\n if ((bVar1 != 0x28) || (local_2c[1] != 0)) goto LAB_00012876;\n DAT_0001e150 = uVar10 + 1;\n if ((int)local_30 <= (int)DAT_0001e150) goto LAB_0001285f;\n if ((int)(uVar10 + 2) < (int)local_30) {\n local_30 = local_30 - 1;\n bVar14 = local_30 < uVar10;\n bVar15 = local_30 == uVar10;\n uVar4 = 1;\n do {\n iVar9 = 2;\n pbVar11 = *(byte **)(DAT_0001e148 + uVar10 * 4 + 4 + uVar4 * 4);\n pbVar12 = &DAT_0001a909;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar11 < *pbVar12;\n bVar15 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n } while (bVar15);\n if (((!bVar14 && !bVar15) == bVar14) || (uVar4 == 4)) break;\n uVar4 = uVar4 + 1;\n bVar14 = uVar4 < local_30 - uVar10;\n bVar15 = uVar4 == local_30 - uVar10;\n } while (!bVar15);\n }\n bVar2 = FUN_00012520();\n pcVar8 = *(char **)(DAT_0001e148 + DAT_0001e150 * 4);\n if (pcVar8 == (char *)0x0) {\n uVar5 = FUN_00015250(&DAT_0001a909);\n pcVar8 = "%s expected";\n goto LAB_00012a74;\n }\n if ((*pcVar8 != ')') || (pcVar8[1] != '\0')) {\n uVar5 = FUN_00015220(1,pcVar8);\n uVar6 = FUN_00015220(0,&DAT_0001a909);\n uVar7 = dcgettext(0,"%s expected, found %s",5);\n /* WARNING: Subroutine does not return */\n FUN_000117f0(uVar7,uVar6,uVar5);\n }\n DAT_0001e150 = DAT_0001e150 + 1;\nLAB_00012812:\n local_1e = local_1e & (bVar2 ^ local_1f);\n bVar14 = DAT_0001e14c < DAT_0001e150;\n bVar15 = DAT_0001e14c == DAT_0001e150;\n local_30 = DAT_0001e14c;\n if ((int)DAT_0001e14c <= (int)DAT_0001e150) {\nLAB_000128f3:\n return local_1d | local_1e;\n }\n }" else (compound_statement "{\n local_1f = 0;\n bVar1 = bVar2;\nLAB_0001274e:\n bVar2 = bVar1;\n if ((bVar1 != 0x28) || (local_2c[1] != 0)) goto LAB_00012876;\n DAT_0001e150 = uVar10 + 1;\n if ((int)local_30 <= (int)DAT_0001e150) goto LAB_0001285f;\n if ((int)(uVar10 + 2) < (int)local_30) {\n local_30 = local_30 - 1;\n bVar14 = local_30 < uVar10;\n bVar15 = local_30 == uVar10;\n uVar4 = 1;\n do {\n iVar9 = 2;\n pbVar11 = *(byte **)(DAT_0001e148 + uVar10 * 4 + 4 + uVar4 * 4);\n pbVar12 = &DAT_0001a909;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar11 < *pbVar12;\n bVar15 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n } while (bVar15);\n if (((!bVar14 && !bVar15) == bVar14) || (uVar4 == 4)) break;\n uVar4 = uVar4 + 1;\n bVar14 = uVar4 < local_30 - uVar10;\n bVar15 = uVar4 == local_30 - uVar10;\n } while (!bVar15);\n }\n bVar2 = FUN_00012520();\n pcVar8 = *(char **)(DAT_0001e148 + DAT_0001e150 * 4);\n if (pcVar8 == (char *)0x0) {\n uVar5 = FUN_00015250(&DAT_0001a909);\n pcVar8 = "%s expected";\n goto LAB_00012a74;\n }\n if ((*pcVar8 != ')') || (pcVar8[1] != '\0')) {\n uVar5 = FUN_00015220(1,pcVar8);\n uVar6 = FUN_00015220(0,&DAT_0001a909);\n uVar7 = dcgettext(0,"%s expected, found %s",5);\n /* WARNING: Subroutine does not return */\n FUN_000117f0(uVar7,uVar6,uVar5);\n }\n DAT_0001e150 = DAT_0001e150 + 1;\nLAB_00012812:\n local_1e = local_1e & (bVar2 ^ local_1f);\n bVar14 = DAT_0001e14c < DAT_0001e150;\n bVar15 = DAT_0001e14c == DAT_0001e150;\n local_30 = DAT_0001e14c;\n if ((int)DAT_0001e14c <= (int)DAT_0001e150) {\nLAB_000128f3:\n return local_1d | local_1e;\n }\n }" { (expression_statement "local_1f = 0;" (assignment_expression "local_1f = 0" identifier = number_literal) ;) (expression_statement "bVar1 = bVar2;" (assignment_expression "bVar1 = bVar2" identifier = identifier) ;) (labeled_statement "LAB_0001274e:\n bVar2 = bVar1;" statement_identifier : (expression_statement "bVar2 = bVar1;" (assignment_expression "bVar2 = bVar1" identifier = identifier) ;)) (if_statement "if ((bVar1 != 0x28) || (local_2c[1] != 0)) goto LAB_00012876;" if (parenthesized_expression "((bVar1 != 0x28) || (local_2c[1] != 0))" ( (binary_expression "(bVar1 != 0x28) || (local_2c[1] != 0)" (parenthesized_expression "(bVar1 != 0x28)" ( (binary_expression "bVar1 != 0x28" identifier != number_literal) )) || (parenthesized_expression "(local_2c[1] != 0)" ( (binary_expression "local_2c[1] != 0" (subscript_expression "local_2c[1]" identifier [ number_literal ]) != number_literal) ))) )) (goto_statement "goto LAB_00012876;" goto statement_identifier ;)) (expression_statement "DAT_0001e150 = uVar10 + 1;" (assignment_expression "DAT_0001e150 = uVar10 + 1" identifier = (binary_expression "uVar10 + 1" identifier + number_literal)) ;) (if_statement "if ((int)local_30 <= (int)DAT_0001e150) goto LAB_0001285f;" if (parenthesized_expression "((int)local_30 <= (int)DAT_0001e150)" ( (binary_expression "(int)local_30 <= (int)DAT_0001e150" (cast_expression "(int)local_30" ( (type_descriptor "int" primitive_type) ) identifier) <= (cast_expression "(int)DAT_0001e150" ( (type_descriptor "int" primitive_type) ) identifier)) )) (goto_statement "goto LAB_0001285f;" goto statement_identifier ;)) (if_statement "if ((int)(uVar10 + 2) < (int)local_30) {\n local_30 = local_30 - 1;\n bVar14 = local_30 < uVar10;\n bVar15 = local_30 == uVar10;\n uVar4 = 1;\n do {\n iVar9 = 2;\n pbVar11 = *(byte **)(DAT_0001e148 + uVar10 * 4 + 4 + uVar4 * 4);\n pbVar12 = &DAT_0001a909;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar11 < *pbVar12;\n bVar15 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n } while (bVar15);\n if (((!bVar14 && !bVar15) == bVar14) || (uVar4 == 4)) break;\n uVar4 = uVar4 + 1;\n bVar14 = uVar4 < local_30 - uVar10;\n bVar15 = uVar4 == local_30 - uVar10;\n } while (!bVar15);\n }" if (parenthesized_expression "((int)(uVar10 + 2) < (int)local_30)" ( (binary_expression "(int)(uVar10 + 2) < (int)local_30" (cast_expression "(int)(uVar10 + 2)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(uVar10 + 2)" ( (binary_expression "uVar10 + 2" identifier + number_literal) ))) < (cast_expression "(int)local_30" ( (type_descriptor "int" primitive_type) ) identifier)) )) (compound_statement "{\n local_30 = local_30 - 1;\n bVar14 = local_30 < uVar10;\n bVar15 = local_30 == uVar10;\n uVar4 = 1;\n do {\n iVar9 = 2;\n pbVar11 = *(byte **)(DAT_0001e148 + uVar10 * 4 + 4 + uVar4 * 4);\n pbVar12 = &DAT_0001a909;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar11 < *pbVar12;\n bVar15 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n } while (bVar15);\n if (((!bVar14 && !bVar15) == bVar14) || (uVar4 == 4)) break;\n uVar4 = uVar4 + 1;\n bVar14 = uVar4 < local_30 - uVar10;\n bVar15 = uVar4 == local_30 - uVar10;\n } while (!bVar15);\n }" { (expression_statement "local_30 = local_30 - 1;" (assignment_expression "local_30 = local_30 - 1" identifier = (binary_expression "local_30 - 1" identifier - number_literal)) ;) (expression_statement "bVar14 = local_30 < uVar10;" (assignment_expression "bVar14 = local_30 < uVar10" identifier = (binary_expression "local_30 < uVar10" identifier < identifier)) ;) (expression_statement "bVar15 = local_30 == uVar10;" (assignment_expression "bVar15 = local_30 == uVar10" identifier = (binary_expression "local_30 == uVar10" identifier == identifier)) ;) (expression_statement "uVar4 = 1;" (assignment_expression "uVar4 = 1" identifier = number_literal) ;) (do_statement "do {\n iVar9 = 2;\n pbVar11 = *(byte **)(DAT_0001e148 + uVar10 * 4 + 4 + uVar4 * 4);\n pbVar12 = &DAT_0001a909;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar11 < *pbVar12;\n bVar15 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n } while (bVar15);\n if (((!bVar14 && !bVar15) == bVar14) || (uVar4 == 4)) break;\n uVar4 = uVar4 + 1;\n bVar14 = uVar4 < local_30 - uVar10;\n bVar15 = uVar4 == local_30 - uVar10;\n } while (!bVar15);" do (compound_statement "{\n iVar9 = 2;\n pbVar11 = *(byte **)(DAT_0001e148 + uVar10 * 4 + 4 + uVar4 * 4);\n pbVar12 = &DAT_0001a909;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar11 < *pbVar12;\n bVar15 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n } while (bVar15);\n if (((!bVar14 && !bVar15) == bVar14) || (uVar4 == 4)) break;\n uVar4 = uVar4 + 1;\n bVar14 = uVar4 < local_30 - uVar10;\n bVar15 = uVar4 == local_30 - uVar10;\n }" { (expression_statement "iVar9 = 2;" (assignment_expression "iVar9 = 2" identifier = number_literal) ;) (expression_statement "pbVar11 = *(byte **)(DAT_0001e148 + uVar10 * 4 + 4 + uVar4 * 4);" (assignment_expression "pbVar11 = *(byte **)(DAT_0001e148 + uVar10 * 4 + 4 + uVar4 * 4)" identifier = (pointer_expression "*(byte **)(DAT_0001e148 + uVar10 * 4 + 4 + uVar4 * 4)" * (cast_expression "(byte **)(DAT_0001e148 + uVar10 * 4 + 4 + uVar4 * 4)" ( (type_descriptor "byte **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(DAT_0001e148 + uVar10 * 4 + 4 + uVar4 * 4)" ( (binary_expression "DAT_0001e148 + uVar10 * 4 + 4 + uVar4 * 4" (binary_expression "DAT_0001e148 + uVar10 * 4 + 4" (binary_expression "DAT_0001e148 + uVar10 * 4" identifier + (binary_expression "uVar10 * 4" identifier * number_literal)) + number_literal) + (binary_expression "uVar4 * 4" identifier * number_literal)) ))))) ;) (expression_statement "pbVar12 = &DAT_0001a909;" (assignment_expression "pbVar12 = &DAT_0001a909" identifier = (pointer_expression "&DAT_0001a909" & identifier)) ;) (do_statement "do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar11 < *pbVar12;\n bVar15 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n } while (bVar15);" do (compound_statement "{\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar11 < *pbVar12;\n bVar15 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n }" { (if_statement "if (iVar9 == 0) break;" if (parenthesized_expression "(iVar9 == 0)" ( (binary_expression "iVar9 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "iVar9 = iVar9 + -1;" (assignment_expression "iVar9 = iVar9 + -1" identifier = (binary_expression "iVar9 + -1" identifier + number_literal)) ;) (expression_statement "bVar14 = *pbVar11 < *pbVar12;" (assignment_expression "bVar14 = *pbVar11 < *pbVar12" identifier = (binary_expression "*pbVar11 < *pbVar12" (pointer_expression "*pbVar11" * identifier) < (pointer_expression "*pbVar12" * identifier))) ;) (expression_statement "bVar15 = *pbVar11 == *pbVar12;" (assignment_expression "bVar15 = *pbVar11 == *pbVar12" identifier = (binary_expression "*pbVar11 == *pbVar12" (pointer_expression "*pbVar11" * identifier) == (pointer_expression "*pbVar12" * identifier))) ;) (expression_statement "pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;" (assignment_expression "pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1" identifier = (binary_expression "pbVar11 + (uint)bVar16 * -2 + 1" (binary_expression "pbVar11 + (uint)bVar16 * -2" identifier + (binary_expression "(uint)bVar16 * -2" (cast_expression "(uint)bVar16" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;" (assignment_expression "pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1" identifier = (binary_expression "pbVar12 + (uint)bVar16 * -2 + 1" (binary_expression "pbVar12 + (uint)bVar16 * -2" identifier + (binary_expression "(uint)bVar16 * -2" (cast_expression "(uint)bVar16" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar15)" ( identifier )) ;) (if_statement "if (((!bVar14 && !bVar15) == bVar14) || (uVar4 == 4)) break;" if (parenthesized_expression "(((!bVar14 && !bVar15) == bVar14) || (uVar4 == 4))" ( (binary_expression "((!bVar14 && !bVar15) == bVar14) || (uVar4 == 4)" (parenthesized_expression "((!bVar14 && !bVar15) == bVar14)" ( (binary_expression "(!bVar14 && !bVar15) == bVar14" (parenthesized_expression "(!bVar14 && !bVar15)" ( (binary_expression "!bVar14 && !bVar15" (unary_expression "!bVar14" ! identifier) && (unary_expression "!bVar15" ! identifier)) )) == identifier) )) || (parenthesized_expression "(uVar4 == 4)" ( (binary_expression "uVar4 == 4" identifier == number_literal) ))) )) (break_statement "break;" break ;)) (expression_statement "uVar4 = uVar4 + 1;" (assignment_expression "uVar4 = uVar4 + 1" identifier = (binary_expression "uVar4 + 1" identifier + number_literal)) ;) (expression_statement "bVar14 = uVar4 < local_30 - uVar10;" (assignment_expression "bVar14 = uVar4 < local_30 - uVar10" identifier = (binary_expression "uVar4 < local_30 - uVar10" identifier < (binary_expression "local_30 - uVar10" identifier - identifier))) ;) (expression_statement "bVar15 = uVar4 == local_30 - uVar10;" (assignment_expression "bVar15 = uVar4 == local_30 - uVar10" identifier = (binary_expression "uVar4 == local_30 - uVar10" identifier == (binary_expression "local_30 - uVar10" identifier - identifier))) ;) }) while (parenthesized_expression "(!bVar15)" ( (unary_expression "!bVar15" ! identifier) )) ;) })) (expression_statement "bVar2 = FUN_00012520();" (assignment_expression "bVar2 = FUN_00012520()" identifier = (call_expression "FUN_00012520()" identifier (argument_list "()" ( )))) ;) (expression_statement "pcVar8 = *(char **)(DAT_0001e148 + DAT_0001e150 * 4);" (assignment_expression "pcVar8 = *(char **)(DAT_0001e148 + DAT_0001e150 * 4)" identifier = (pointer_expression "*(char **)(DAT_0001e148 + DAT_0001e150 * 4)" * (cast_expression "(char **)(DAT_0001e148 + DAT_0001e150 * 4)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(DAT_0001e148 + DAT_0001e150 * 4)" ( (binary_expression "DAT_0001e148 + DAT_0001e150 * 4" identifier + (binary_expression "DAT_0001e150 * 4" identifier * number_literal)) ))))) ;) (if_statement "if (pcVar8 == (char *)0x0) {\n uVar5 = FUN_00015250(&DAT_0001a909);\n pcVar8 = "%s expected";\n goto LAB_00012a74;\n }" 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)) )) (compound_statement "{\n uVar5 = FUN_00015250(&DAT_0001a909);\n pcVar8 = "%s expected";\n goto LAB_00012a74;\n }" { (expression_statement "uVar5 = FUN_00015250(&DAT_0001a909);" (assignment_expression "uVar5 = FUN_00015250(&DAT_0001a909)" identifier = (call_expression "FUN_00015250(&DAT_0001a909)" identifier (argument_list "(&DAT_0001a909)" ( (pointer_expression "&DAT_0001a909" & identifier) )))) ;) (expression_statement "pcVar8 = "%s expected";" (assignment_expression "pcVar8 = "%s expected"" identifier = (string_literal ""%s expected"" " string_content ")) ;) (goto_statement "goto LAB_00012a74;" goto statement_identifier ;) })) (if_statement "if ((*pcVar8 != ')') || (pcVar8[1] != '\0')) {\n uVar5 = FUN_00015220(1,pcVar8);\n uVar6 = FUN_00015220(0,&DAT_0001a909);\n uVar7 = dcgettext(0,"%s expected, found %s",5);\n /* WARNING: Subroutine does not return */\n FUN_000117f0(uVar7,uVar6,uVar5);\n }" if (parenthesized_expression "((*pcVar8 != ')') || (pcVar8[1] != '\0'))" ( (binary_expression "(*pcVar8 != ')') || (pcVar8[1] != '\0')" (parenthesized_expression "(*pcVar8 != ')')" ( (binary_expression "*pcVar8 != ')'" (pointer_expression "*pcVar8" * identifier) != (char_literal "')'" ' character ')) )) || (parenthesized_expression "(pcVar8[1] != '\0')" ( (binary_expression "pcVar8[1] != '\0'" (subscript_expression "pcVar8[1]" identifier [ number_literal ]) != (char_literal "'\0'" ' escape_sequence ')) ))) )) (compound_statement "{\n uVar5 = FUN_00015220(1,pcVar8);\n uVar6 = FUN_00015220(0,&DAT_0001a909);\n uVar7 = dcgettext(0,"%s expected, found %s",5);\n /* WARNING: Subroutine does not return */\n FUN_000117f0(uVar7,uVar6,uVar5);\n }" { (expression_statement "uVar5 = FUN_00015220(1,pcVar8);" (assignment_expression "uVar5 = FUN_00015220(1,pcVar8)" identifier = (call_expression "FUN_00015220(1,pcVar8)" identifier (argument_list "(1,pcVar8)" ( number_literal , identifier )))) ;) (expression_statement "uVar6 = FUN_00015220(0,&DAT_0001a909);" (assignment_expression "uVar6 = FUN_00015220(0,&DAT_0001a909)" identifier = (call_expression "FUN_00015220(0,&DAT_0001a909)" identifier (argument_list "(0,&DAT_0001a909)" ( number_literal , (pointer_expression "&DAT_0001a909" & identifier) )))) ;) (expression_statement "uVar7 = dcgettext(0,"%s expected, found %s",5);" (assignment_expression "uVar7 = dcgettext(0,"%s expected, found %s",5)" identifier = (call_expression "dcgettext(0,"%s expected, found %s",5)" identifier (argument_list "(0,"%s expected, found %s",5)" ( number_literal , (string_literal ""%s expected, found %s"" " string_content ") , number_literal )))) ;) comment (expression_statement "FUN_000117f0(uVar7,uVar6,uVar5);" (call_expression "FUN_000117f0(uVar7,uVar6,uVar5)" identifier (argument_list "(uVar7,uVar6,uVar5)" ( identifier , identifier , identifier ))) ;) })) (expression_statement "DAT_0001e150 = DAT_0001e150 + 1;" (assignment_expression "DAT_0001e150 = DAT_0001e150 + 1" identifier = (binary_expression "DAT_0001e150 + 1" identifier + number_literal)) ;) (labeled_statement "LAB_00012812:\n local_1e = local_1e & (bVar2 ^ local_1f);" statement_identifier : (expression_statement "local_1e = local_1e & (bVar2 ^ local_1f);" (assignment_expression "local_1e = local_1e & (bVar2 ^ local_1f)" identifier = (binary_expression "local_1e & (bVar2 ^ local_1f)" identifier & (parenthesized_expression "(bVar2 ^ local_1f)" ( (binary_expression "bVar2 ^ local_1f" identifier ^ identifier) )))) ;)) (expression_statement "bVar14 = DAT_0001e14c < DAT_0001e150;" (assignment_expression "bVar14 = DAT_0001e14c < DAT_0001e150" identifier = (binary_expression "DAT_0001e14c < DAT_0001e150" identifier < identifier)) ;) (expression_statement "bVar15 = DAT_0001e14c == DAT_0001e150;" (assignment_expression "bVar15 = DAT_0001e14c == DAT_0001e150" identifier = (binary_expression "DAT_0001e14c == DAT_0001e150" identifier == identifier)) ;) (expression_statement "local_30 = DAT_0001e14c;" (assignment_expression "local_30 = DAT_0001e14c" identifier = identifier) ;) (if_statement "if ((int)DAT_0001e14c <= (int)DAT_0001e150) {\nLAB_000128f3:\n return local_1d | local_1e;\n }" if (parenthesized_expression "((int)DAT_0001e14c <= (int)DAT_0001e150)" ( (binary_expression "(int)DAT_0001e14c <= (int)DAT_0001e150" (cast_expression "(int)DAT_0001e14c" ( (type_descriptor "int" primitive_type) ) identifier) <= (cast_expression "(int)DAT_0001e150" ( (type_descriptor "int" primitive_type) ) identifier)) )) (compound_statement "{\nLAB_000128f3:\n return local_1d | local_1e;\n }" { (labeled_statement "LAB_000128f3:\n return local_1d | local_1e;" statement_identifier : (return_statement "return local_1d | local_1e;" return (binary_expression "local_1d | local_1e" identifier | identifier) ;)) })) }))) (expression_statement "iVar9 = 3;" (assignment_expression "iVar9 = 3" identifier = number_literal) ;) (expression_statement "pbVar11 = *(byte **)(DAT_0001e148 + DAT_0001e150 * 4);" (assignment_expression "pbVar11 = *(byte **)(DAT_0001e148 + DAT_0001e150 * 4)" identifier = (pointer_expression "*(byte **)(DAT_0001e148 + DAT_0001e150 * 4)" * (cast_expression "(byte **)(DAT_0001e148 + DAT_0001e150 * 4)" ( (type_descriptor "byte **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(DAT_0001e148 + DAT_0001e150 * 4)" ( (binary_expression "DAT_0001e148 + DAT_0001e150 * 4" identifier + (binary_expression "DAT_0001e150 * 4" identifier * number_literal)) ))))) ;) (expression_statement "pbVar12 = pbVar11;" (assignment_expression "pbVar12 = pbVar11" identifier = identifier) ;) (expression_statement "pbVar13 = &DAT_00019102;" (assignment_expression "pbVar13 = &DAT_00019102" identifier = (pointer_expression "&DAT_00019102" & identifier)) ;) (do_statement "do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar12 < *pbVar13;\n bVar15 = *pbVar12 == *pbVar13;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n pbVar13 = pbVar13 + (uint)bVar16 * -2 + 1;\n } while (bVar15);" do (compound_statement "{\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar12 < *pbVar13;\n bVar15 = *pbVar12 == *pbVar13;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n pbVar13 = pbVar13 + (uint)bVar16 * -2 + 1;\n }" { (if_statement "if (iVar9 == 0) break;" if (parenthesized_expression "(iVar9 == 0)" ( (binary_expression "iVar9 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "iVar9 = iVar9 + -1;" (assignment_expression "iVar9 = iVar9 + -1" identifier = (binary_expression "iVar9 + -1" identifier + number_literal)) ;) (expression_statement "bVar14 = *pbVar12 < *pbVar13;" (assignment_expression "bVar14 = *pbVar12 < *pbVar13" identifier = (binary_expression "*pbVar12 < *pbVar13" (pointer_expression "*pbVar12" * identifier) < (pointer_expression "*pbVar13" * identifier))) ;) (expression_statement "bVar15 = *pbVar12 == *pbVar13;" (assignment_expression "bVar15 = *pbVar12 == *pbVar13" identifier = (binary_expression "*pbVar12 == *pbVar13" (pointer_expression "*pbVar12" * identifier) == (pointer_expression "*pbVar13" * identifier))) ;) (expression_statement "pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;" (assignment_expression "pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1" identifier = (binary_expression "pbVar12 + (uint)bVar16 * -2 + 1" (binary_expression "pbVar12 + (uint)bVar16 * -2" identifier + (binary_expression "(uint)bVar16 * -2" (cast_expression "(uint)bVar16" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "pbVar13 = pbVar13 + (uint)bVar16 * -2 + 1;" (assignment_expression "pbVar13 = pbVar13 + (uint)bVar16 * -2 + 1" identifier = (binary_expression "pbVar13 + (uint)bVar16 * -2 + 1" (binary_expression "pbVar13 + (uint)bVar16 * -2" identifier + (binary_expression "(uint)bVar16 * -2" (cast_expression "(uint)bVar16" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar15)" ( identifier )) ;) (if_statement "if ((!bVar14 && !bVar15) != bVar14) break;" if (parenthesized_expression "((!bVar14 && !bVar15) != bVar14)" ( (binary_expression "(!bVar14 && !bVar15) != bVar14" (parenthesized_expression "(!bVar14 && !bVar15)" ( (binary_expression "!bVar14 && !bVar15" (unary_expression "!bVar14" ! identifier) && (unary_expression "!bVar15" ! identifier)) )) != identifier) )) (break_statement "break;" break ;)) (expression_statement "DAT_0001e150 = DAT_0001e150 + 1;" (assignment_expression "DAT_0001e150 = DAT_0001e150 + 1" identifier = (binary_expression "DAT_0001e150 + 1" identifier + number_literal)) ;) (if_statement "if ((int)local_30 <= (int)DAT_0001e150) goto LAB_0001285f;" if (parenthesized_expression "((int)local_30 <= (int)DAT_0001e150)" ( (binary_expression "(int)local_30 <= (int)DAT_0001e150" (cast_expression "(int)local_30" ( (type_descriptor "int" primitive_type) ) identifier) <= (cast_expression "(int)DAT_0001e150" ( (type_descriptor "int" primitive_type) ) identifier)) )) (goto_statement "goto LAB_0001285f;" goto statement_identifier ;)) }) while (parenthesized_expression "( true )" ( true )) ;) (expression_statement "bVar14 = false;" (assignment_expression "bVar14 = false" identifier = false) ;) (expression_statement "local_1d = local_1d | local_1e;" (assignment_expression "local_1d = local_1d | local_1e" identifier = (binary_expression "local_1d | local_1e" identifier | identifier)) ;) (expression_statement "bVar15 = local_1d == 0;" (assignment_expression "bVar15 = local_1d == 0" identifier = (binary_expression "local_1d == 0" identifier == number_literal)) ;) (expression_statement "iVar9 = 3;" (assignment_expression "iVar9 = 3" identifier = number_literal) ;) (expression_statement "pbVar12 = &DAT_00019105;" (assignment_expression "pbVar12 = &DAT_00019105" identifier = (pointer_expression "&DAT_00019105" & identifier)) ;) (do_statement "do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar11 < *pbVar12;\n bVar15 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n } while (bVar15);" do (compound_statement "{\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar11 < *pbVar12;\n bVar15 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n }" { (if_statement "if (iVar9 == 0) break;" if (parenthesized_expression "(iVar9 == 0)" ( (binary_expression "iVar9 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "iVar9 = iVar9 + -1;" (assignment_expression "iVar9 = iVar9 + -1" identifier = (binary_expression "iVar9 + -1" identifier + number_literal)) ;) (expression_statement "bVar14 = *pbVar11 < *pbVar12;" (assignment_expression "bVar14 = *pbVar11 < *pbVar12" identifier = (binary_expression "*pbVar11 < *pbVar12" (pointer_expression "*pbVar11" * identifier) < (pointer_expression "*pbVar12" * identifier))) ;) (expression_statement "bVar15 = *pbVar11 == *pbVar12;" (assignment_expression "bVar15 = *pbVar11 == *pbVar12" identifier = (binary_expression "*pbVar11 == *pbVar12" (pointer_expression "*pbVar11" * identifier) == (pointer_expression "*pbVar12" * identifier))) ;) (expression_statement "pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;" (assignment_expression "pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1" identifier = (binary_expression "pbVar11 + (uint)bVar16 * -2 + 1" (binary_expression "pbVar11 + (uint)bVar16 * -2" identifier + (binary_expression "(uint)bVar16 * -2" (cast_expression "(uint)bVar16" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;" (assignment_expression "pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1" identifier = (binary_expression "pbVar12 + (uint)bVar16 * -2 + 1" (binary_expression "pbVar12 + (uint)bVar16 * -2" identifier + (binary_expression "(uint)bVar16 * -2" (cast_expression "(uint)bVar16" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar15)" ( identifier )) ;) (if_statement "if ((!bVar14 && !bVar15) != bVar14) {\n return local_1d;\n }" if (parenthesized_expression "((!bVar14 && !bVar15) != bVar14)" ( (binary_expression "(!bVar14 && !bVar15) != bVar14" (parenthesized_expression "(!bVar14 && !bVar15)" ( (binary_expression "!bVar14 && !bVar15" (unary_expression "!bVar14" ! identifier) && (unary_expression "!bVar15" ! identifier)) )) != identifier) )) (compound_statement "{\n return local_1d;\n }" { (return_statement "return local_1d;" return identifier ;) })) (expression_statement "DAT_0001e150 = DAT_0001e150 + 1;" (assignment_expression "DAT_0001e150 = DAT_0001e150 + 1" identifier = (binary_expression "DAT_0001e150 + 1" identifier + number_literal)) ;) (goto_statement "goto LAB_000126b0;" goto statement_identifier ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\n_Bool or(void)\n\n{\n uint uVar1;\n byte bVar2;\n byte bVar3;\n char **ppcVar4;\n _Bool _Var5;\n uint uVar6;\n char *pcVar7;\n char *pcVar8;\n char *format;\n int iVar9;\n uint uVar10;\n byte *pbVar11;\n byte *pbVar12;\n bool bVar13;\n bool bVar14;\n byte bVar15;\n uint local_30;\n byte *local_2c;\n byte local_1f;\n byte local_1e;\n _Bool local_1d;\n \n bVar15 = 0;\n local_1d = false;\n local_30 = argc;\nLAB_000126b0:\n local_1e = 1;\n if ((int)local_30 <= pos) {\nLAB_0001285f:\n /* WARNING: Subroutine does not return */\n beyond();\n }\n do {\n ppcVar4 = argv;\n local_2c = (byte *)argv[pos];\n bVar2 = *local_2c;\n uVar10 = pos;\n if (bVar2 == 0x21) {\n if (local_2c[1] == 0) {\n pos = pos + 1;\n if (pos < (int)local_30) {\n bVar13 = false;\n local_1f = 1;\n uVar10 = pos;\n while( true ) {\n local_2c = (byte *)argv[uVar10];\n bVar3 = *local_2c;\n if (bVar3 != 0x21) break;\n if (local_2c[1] != 0) {\n if (bVar13) {\n pos = uVar10;\n }\n goto LAB_00012876;\n }\n uVar10 = uVar10 + 1;\n if (uVar10 == local_30) {\n pos = uVar10;\n /* WARNING: Subroutine does not return */\n beyond();\n }\n local_1f = local_1f ^ 1;\n bVar13 = true;\n }\n if (bVar13) {\n pos = uVar10;\n }\n goto LAB_0001274e;\n }\n goto LAB_0001285f;\n }\n local_1f = 0;\nLAB_00012876:\n uVar6 = local_30 - uVar10;\n bVar13 = uVar6 < 3;\n bVar14 = uVar6 == 3;\n if (3 < (int)uVar6) {\n iVar9 = 3;\n pbVar11 = local_2c;\n pbVar12 = (byte *)0x1908a;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar13 = *pbVar11 < *pbVar12;\n bVar14 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar15 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar15 * -2 + 1;\n } while (bVar14);\n if (((!bVar13 && !bVar14) != bVar13) || (_Var5 = binop(argv[uVar10 + 2]), !_Var5))\n goto LAB_000128b8;\n _Var5 = binary_operator(true);\n goto LAB_00012812;\n }\n if (bVar14) {\nLAB_000128b8:\n _Var5 = binop(ppcVar4[uVar10 + 1]);\n if (_Var5) {\n _Var5 = binary_operator(false);\n goto LAB_00012812;\n }\n }\n if (((bVar2 == 0x2d) && (local_2c[1] != 0)) && (local_2c[2] == 0)) {\n _Var5 = test_unop((char *)local_2c);\n if (!_Var5) {\n pcVar8 = quote((char *)local_2c);\n pcVar7 = "%s: unary operator expected";\nLAB_00012a74:\n pcVar7 = (char *)dcgettext(0,pcVar7,5);\n /* WARNING: Subroutine does not return */\n test_syntax_error(pcVar7,pcVar8);\n }\n _Var5 = unary_operator();\n goto LAB_00012812;\n }\n pos = uVar10 + 1;\n local_1e = local_1e & (bVar2 != 0 ^ local_1f);\n bVar13 = local_30 < (uint)pos;\n bVar14 = local_30 == pos;\n if ((int)local_30 <= pos) goto LAB_000128f3;\n }\n else {\n local_1f = 0;\n bVar3 = bVar2;\nLAB_0001274e:\n bVar2 = bVar3;\n if ((bVar3 != 0x28) || (local_2c[1] != 0)) goto LAB_00012876;\n pos = uVar10 + 1;\n if ((int)local_30 <= pos) goto LAB_0001285f;\n if ((int)(uVar10 + 2) < (int)local_30) {\n uVar1 = local_30 - 1;\n bVar13 = uVar1 < uVar10;\n bVar14 = uVar1 == uVar10;\n uVar6 = 1;\n do {\n iVar9 = 2;\n pbVar11 = (byte *)argv[uVar10 + uVar6 + 1];\n pbVar12 = &DAT_0001a909;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar13 = *pbVar11 < *pbVar12;\n bVar14 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar15 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar15 * -2 + 1;\n } while (bVar14);\n if ((!bVar13 && !bVar14) == bVar13) break;\n if (uVar6 == 4) {\n uVar6 = local_30 - pos;\n break;\n }\n uVar6 = uVar6 + 1;\n bVar13 = uVar6 < uVar1 - uVar10;\n bVar14 = uVar6 == uVar1 - uVar10;\n } while (!bVar14);\n }\n else {\n uVar6 = 1;\n }\n _Var5 = posixtest(uVar6);\n pcVar7 = argv[pos];\n if (pcVar7 == (char *)0x0) {\n pcVar8 = quote(")");\n pcVar7 = "%s expected";\n goto LAB_00012a74;\n }\n if ((*pcVar7 != ')') || (pcVar7[1] != '\0')) {\n pcVar7 = quote_n(1,pcVar7);\n pcVar8 = quote_n(0,")");\n format = (char *)dcgettext(0,"%s expected, found %s",5);\n /* WARNING: Subroutine does not return */\n test_syntax_error(format,pcVar8,pcVar7);\n }\n pos = pos + 1;\nLAB_00012812:\n local_1e = local_1e & (_Var5 ^ local_1f);\n bVar13 = (uint)argc < (uint)pos;\n bVar14 = argc == pos;\n local_30 = argc;\n if (argc <= pos) {\nLAB_000128f3:\n return (_Bool)(local_1d | local_1e);\n }\n }\n iVar9 = 3;\n pbVar11 = (byte *)argv[pos];\n pbVar12 = &DAT_00019102;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar13 = *pbVar11 < *pbVar12;\n bVar14 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar15 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar15 * -2 + 1;\n } while (bVar14);\n if ((!bVar13 && !bVar14) != bVar13) break;\n pos = pos + 1;\n if ((int)local_30 <= pos) goto LAB_0001285f;\n } while( true );\n bVar13 = false;\n local_1d = (_Bool)(local_1d | local_1e);\n bVar14 = local_1d == false;\n iVar9 = 3;\n pbVar11 = (byte *)argv[pos];\n pbVar12 = &DAT_00019105;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar13 = *pbVar11 < *pbVar12;\n bVar14 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar15 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar15 * -2 + 1;\n } while (bVar14);\n if ((!bVar13 && !bVar14) != bVar13) {\n return local_1d;\n }\n pos = pos + 1;\n goto LAB_000126b0;\n}\n\n" comment comment (function_definition "_Bool or(void)\n\n{\n uint uVar1;\n byte bVar2;\n byte bVar3;\n char **ppcVar4;\n _Bool _Var5;\n uint uVar6;\n char *pcVar7;\n char *pcVar8;\n char *format;\n int iVar9;\n uint uVar10;\n byte *pbVar11;\n byte *pbVar12;\n bool bVar13;\n bool bVar14;\n byte bVar15;\n uint local_30;\n byte *local_2c;\n byte local_1f;\n byte local_1e;\n _Bool local_1d;\n \n bVar15 = 0;\n local_1d = false;\n local_30 = argc;\nLAB_000126b0:\n local_1e = 1;\n if ((int)local_30 <= pos) {\nLAB_0001285f:\n /* WARNING: Subroutine does not return */\n beyond();\n }\n do {\n ppcVar4 = argv;\n local_2c = (byte *)argv[pos];\n bVar2 = *local_2c;\n uVar10 = pos;\n if (bVar2 == 0x21) {\n if (local_2c[1] == 0) {\n pos = pos + 1;\n if (pos < (int)local_30) {\n bVar13 = false;\n local_1f = 1;\n uVar10 = pos;\n while( true ) {\n local_2c = (byte *)argv[uVar10];\n bVar3 = *local_2c;\n if (bVar3 != 0x21) break;\n if (local_2c[1] != 0) {\n if (bVar13) {\n pos = uVar10;\n }\n goto LAB_00012876;\n }\n uVar10 = uVar10 + 1;\n if (uVar10 == local_30) {\n pos = uVar10;\n /* WARNING: Subroutine does not return */\n beyond();\n }\n local_1f = local_1f ^ 1;\n bVar13 = true;\n }\n if (bVar13) {\n pos = uVar10;\n }\n goto LAB_0001274e;\n }\n goto LAB_0001285f;\n }\n local_1f = 0;\nLAB_00012876:\n uVar6 = local_30 - uVar10;\n bVar13 = uVar6 < 3;\n bVar14 = uVar6 == 3;\n if (3 < (int)uVar6) {\n iVar9 = 3;\n pbVar11 = local_2c;\n pbVar12 = (byte *)0x1908a;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar13 = *pbVar11 < *pbVar12;\n bVar14 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar15 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar15 * -2 + 1;\n } while (bVar14);\n if (((!bVar13 && !bVar14) != bVar13) || (_Var5 = binop(argv[uVar10 + 2]), !_Var5))\n goto LAB_000128b8;\n _Var5 = binary_operator(true);\n goto LAB_00012812;\n }\n if (bVar14) {\nLAB_000128b8:\n _Var5 = binop(ppcVar4[uVar10 + 1]);\n if (_Var5) {\n _Var5 = binary_operator(false);\n goto LAB_00012812;\n }\n }\n if (((bVar2 == 0x2d) && (local_2c[1] != 0)) && (local_2c[2] == 0)) {\n _Var5 = test_unop((char *)local_2c);\n if (!_Var5) {\n pcVar8 = quote((char *)local_2c);\n pcVar7 = "%s: unary operator expected";\nLAB_00012a74:\n pcVar7 = (char *)dcgettext(0,pcVar7,5);\n /* WARNING: Subroutine does not return */\n test_syntax_error(pcVar7,pcVar8);\n }\n _Var5 = unary_operator();\n goto LAB_00012812;\n }\n pos = uVar10 + 1;\n local_1e = local_1e & (bVar2 != 0 ^ local_1f);\n bVar13 = local_30 < (uint)pos;\n bVar14 = local_30 == pos;\n if ((int)local_30 <= pos) goto LAB_000128f3;\n }\n else {\n local_1f = 0;\n bVar3 = bVar2;\nLAB_0001274e:\n bVar2 = bVar3;\n if ((bVar3 != 0x28) || (local_2c[1] != 0)) goto LAB_00012876;\n pos = uVar10 + 1;\n if ((int)local_30 <= pos) goto LAB_0001285f;\n if ((int)(uVar10 + 2) < (int)local_30) {\n uVar1 = local_30 - 1;\n bVar13 = uVar1 < uVar10;\n bVar14 = uVar1 == uVar10;\n uVar6 = 1;\n do {\n iVar9 = 2;\n pbVar11 = (byte *)argv[uVar10 + uVar6 + 1];\n pbVar12 = &DAT_0001a909;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar13 = *pbVar11 < *pbVar12;\n bVar14 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar15 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar15 * -2 + 1;\n } while (bVar14);\n if ((!bVar13 && !bVar14) == bVar13) break;\n if (uVar6 == 4) {\n uVar6 = local_30 - pos;\n break;\n }\n uVar6 = uVar6 + 1;\n bVar13 = uVar6 < uVar1 - uVar10;\n bVar14 = uVar6 == uVar1 - uVar10;\n } while (!bVar14);\n }\n else {\n uVar6 = 1;\n }\n _Var5 = posixtest(uVar6);\n pcVar7 = argv[pos];\n if (pcVar7 == (char *)0x0) {\n pcVar8 = quote(")");\n pcVar7 = "%s expected";\n goto LAB_00012a74;\n }\n if ((*pcVar7 != ')') || (pcVar7[1] != '\0')) {\n pcVar7 = quote_n(1,pcVar7);\n pcVar8 = quote_n(0,")");\n format = (char *)dcgettext(0,"%s expected, found %s",5);\n /* WARNING: Subroutine does not return */\n test_syntax_error(format,pcVar8,pcVar7);\n }\n pos = pos + 1;\nLAB_00012812:\n local_1e = local_1e & (_Var5 ^ local_1f);\n bVar13 = (uint)argc < (uint)pos;\n bVar14 = argc == pos;\n local_30 = argc;\n if (argc <= pos) {\nLAB_000128f3:\n return (_Bool)(local_1d | local_1e);\n }\n }\n iVar9 = 3;\n pbVar11 = (byte *)argv[pos];\n pbVar12 = &DAT_00019102;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar13 = *pbVar11 < *pbVar12;\n bVar14 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar15 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar15 * -2 + 1;\n } while (bVar14);\n if ((!bVar13 && !bVar14) != bVar13) break;\n pos = pos + 1;\n if ((int)local_30 <= pos) goto LAB_0001285f;\n } while( true );\n bVar13 = false;\n local_1d = (_Bool)(local_1d | local_1e);\n bVar14 = local_1d == false;\n iVar9 = 3;\n pbVar11 = (byte *)argv[pos];\n pbVar12 = &DAT_00019105;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar13 = *pbVar11 < *pbVar12;\n bVar14 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar15 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar15 * -2 + 1;\n } while (bVar14);\n if ((!bVar13 && !bVar14) != bVar13) {\n return local_1d;\n }\n pos = pos + 1;\n goto LAB_000126b0;\n}" type_identifier (function_declarator "or(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n uint uVar1;\n byte bVar2;\n byte bVar3;\n char **ppcVar4;\n _Bool _Var5;\n uint uVar6;\n char *pcVar7;\n char *pcVar8;\n char *format;\n int iVar9;\n uint uVar10;\n byte *pbVar11;\n byte *pbVar12;\n bool bVar13;\n bool bVar14;\n byte bVar15;\n uint local_30;\n byte *local_2c;\n byte local_1f;\n byte local_1e;\n _Bool local_1d;\n \n bVar15 = 0;\n local_1d = false;\n local_30 = argc;\nLAB_000126b0:\n local_1e = 1;\n if ((int)local_30 <= pos) {\nLAB_0001285f:\n /* WARNING: Subroutine does not return */\n beyond();\n }\n do {\n ppcVar4 = argv;\n local_2c = (byte *)argv[pos];\n bVar2 = *local_2c;\n uVar10 = pos;\n if (bVar2 == 0x21) {\n if (local_2c[1] == 0) {\n pos = pos + 1;\n if (pos < (int)local_30) {\n bVar13 = false;\n local_1f = 1;\n uVar10 = pos;\n while( true ) {\n local_2c = (byte *)argv[uVar10];\n bVar3 = *local_2c;\n if (bVar3 != 0x21) break;\n if (local_2c[1] != 0) {\n if (bVar13) {\n pos = uVar10;\n }\n goto LAB_00012876;\n }\n uVar10 = uVar10 + 1;\n if (uVar10 == local_30) {\n pos = uVar10;\n /* WARNING: Subroutine does not return */\n beyond();\n }\n local_1f = local_1f ^ 1;\n bVar13 = true;\n }\n if (bVar13) {\n pos = uVar10;\n }\n goto LAB_0001274e;\n }\n goto LAB_0001285f;\n }\n local_1f = 0;\nLAB_00012876:\n uVar6 = local_30 - uVar10;\n bVar13 = uVar6 < 3;\n bVar14 = uVar6 == 3;\n if (3 < (int)uVar6) {\n iVar9 = 3;\n pbVar11 = local_2c;\n pbVar12 = (byte *)0x1908a;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar13 = *pbVar11 < *pbVar12;\n bVar14 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar15 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar15 * -2 + 1;\n } while (bVar14);\n if (((!bVar13 && !bVar14) != bVar13) || (_Var5 = binop(argv[uVar10 + 2]), !_Var5))\n goto LAB_000128b8;\n _Var5 = binary_operator(true);\n goto LAB_00012812;\n }\n if (bVar14) {\nLAB_000128b8:\n _Var5 = binop(ppcVar4[uVar10 + 1]);\n if (_Var5) {\n _Var5 = binary_operator(false);\n goto LAB_00012812;\n }\n }\n if (((bVar2 == 0x2d) && (local_2c[1] != 0)) && (local_2c[2] == 0)) {\n _Var5 = test_unop((char *)local_2c);\n if (!_Var5) {\n pcVar8 = quote((char *)local_2c);\n pcVar7 = "%s: unary operator expected";\nLAB_00012a74:\n pcVar7 = (char *)dcgettext(0,pcVar7,5);\n /* WARNING: Subroutine does not return */\n test_syntax_error(pcVar7,pcVar8);\n }\n _Var5 = unary_operator();\n goto LAB_00012812;\n }\n pos = uVar10 + 1;\n local_1e = local_1e & (bVar2 != 0 ^ local_1f);\n bVar13 = local_30 < (uint)pos;\n bVar14 = local_30 == pos;\n if ((int)local_30 <= pos) goto LAB_000128f3;\n }\n else {\n local_1f = 0;\n bVar3 = bVar2;\nLAB_0001274e:\n bVar2 = bVar3;\n if ((bVar3 != 0x28) || (local_2c[1] != 0)) goto LAB_00012876;\n pos = uVar10 + 1;\n if ((int)local_30 <= pos) goto LAB_0001285f;\n if ((int)(uVar10 + 2) < (int)local_30) {\n uVar1 = local_30 - 1;\n bVar13 = uVar1 < uVar10;\n bVar14 = uVar1 == uVar10;\n uVar6 = 1;\n do {\n iVar9 = 2;\n pbVar11 = (byte *)argv[uVar10 + uVar6 + 1];\n pbVar12 = &DAT_0001a909;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar13 = *pbVar11 < *pbVar12;\n bVar14 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar15 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar15 * -2 + 1;\n } while (bVar14);\n if ((!bVar13 && !bVar14) == bVar13) break;\n if (uVar6 == 4) {\n uVar6 = local_30 - pos;\n break;\n }\n uVar6 = uVar6 + 1;\n bVar13 = uVar6 < uVar1 - uVar10;\n bVar14 = uVar6 == uVar1 - uVar10;\n } while (!bVar14);\n }\n else {\n uVar6 = 1;\n }\n _Var5 = posixtest(uVar6);\n pcVar7 = argv[pos];\n if (pcVar7 == (char *)0x0) {\n pcVar8 = quote(")");\n pcVar7 = "%s expected";\n goto LAB_00012a74;\n }\n if ((*pcVar7 != ')') || (pcVar7[1] != '\0')) {\n pcVar7 = quote_n(1,pcVar7);\n pcVar8 = quote_n(0,")");\n format = (char *)dcgettext(0,"%s expected, found %s",5);\n /* WARNING: Subroutine does not return */\n test_syntax_error(format,pcVar8,pcVar7);\n }\n pos = pos + 1;\nLAB_00012812:\n local_1e = local_1e & (_Var5 ^ local_1f);\n bVar13 = (uint)argc < (uint)pos;\n bVar14 = argc == pos;\n local_30 = argc;\n if (argc <= pos) {\nLAB_000128f3:\n return (_Bool)(local_1d | local_1e);\n }\n }\n iVar9 = 3;\n pbVar11 = (byte *)argv[pos];\n pbVar12 = &DAT_00019102;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar13 = *pbVar11 < *pbVar12;\n bVar14 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar15 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar15 * -2 + 1;\n } while (bVar14);\n if ((!bVar13 && !bVar14) != bVar13) break;\n pos = pos + 1;\n if ((int)local_30 <= pos) goto LAB_0001285f;\n } while( true );\n bVar13 = false;\n local_1d = (_Bool)(local_1d | local_1e);\n bVar14 = local_1d == false;\n iVar9 = 3;\n pbVar11 = (byte *)argv[pos];\n pbVar12 = &DAT_00019105;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar13 = *pbVar11 < *pbVar12;\n bVar14 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar15 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar15 * -2 + 1;\n } while (bVar14);\n if ((!bVar13 && !bVar14) != bVar13) {\n return local_1d;\n }\n pos = pos + 1;\n goto LAB_000126b0;\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (declaration "byte bVar2;" type_identifier identifier ;) (declaration "byte bVar3;" type_identifier identifier ;) (declaration "char **ppcVar4;" primitive_type (pointer_declarator "**ppcVar4" * (pointer_declarator "*ppcVar4" * identifier)) ;) (declaration "_Bool _Var5;" type_identifier identifier ;) (declaration "uint uVar6;" type_identifier identifier ;) (declaration "char *pcVar7;" primitive_type (pointer_declarator "*pcVar7" * identifier) ;) (declaration "char *pcVar8;" primitive_type (pointer_declarator "*pcVar8" * identifier) ;) (declaration "char *format;" primitive_type (pointer_declarator "*format" * identifier) ;) (declaration "int iVar9;" primitive_type 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 "bool bVar13;" primitive_type identifier ;) (declaration "bool bVar14;" primitive_type identifier ;) (declaration "byte bVar15;" type_identifier identifier ;) (declaration "uint local_30;" type_identifier identifier ;) (declaration "byte *local_2c;" type_identifier (pointer_declarator "*local_2c" * identifier) ;) (declaration "byte local_1f;" type_identifier identifier ;) (declaration "byte local_1e;" type_identifier identifier ;) (declaration "_Bool local_1d;" type_identifier identifier ;) (expression_statement "bVar15 = 0;" (assignment_expression "bVar15 = 0" identifier = number_literal) ;) (expression_statement "local_1d = false;" (assignment_expression "local_1d = false" identifier = false) ;) (expression_statement "local_30 = argc;" (assignment_expression "local_30 = argc" identifier = identifier) ;) (labeled_statement "LAB_000126b0:\n local_1e = 1;" statement_identifier : (expression_statement "local_1e = 1;" (assignment_expression "local_1e = 1" identifier = number_literal) ;)) (if_statement "if ((int)local_30 <= pos) {\nLAB_0001285f:\n /* WARNING: Subroutine does not return */\n beyond();\n }" if (parenthesized_expression "((int)local_30 <= pos)" ( (binary_expression "(int)local_30 <= pos" (cast_expression "(int)local_30" ( (type_descriptor "int" primitive_type) ) identifier) <= identifier) )) (compound_statement "{\nLAB_0001285f:\n /* WARNING: Subroutine does not return */\n beyond();\n }" { (labeled_statement "LAB_0001285f:\n /* WARNING: Subroutine does not return */\n beyond();" statement_identifier : comment (expression_statement "beyond();" (call_expression "beyond()" identifier (argument_list "()" ( ))) ;)) })) (do_statement "do {\n ppcVar4 = argv;\n local_2c = (byte *)argv[pos];\n bVar2 = *local_2c;\n uVar10 = pos;\n if (bVar2 == 0x21) {\n if (local_2c[1] == 0) {\n pos = pos + 1;\n if (pos < (int)local_30) {\n bVar13 = false;\n local_1f = 1;\n uVar10 = pos;\n while( true ) {\n local_2c = (byte *)argv[uVar10];\n bVar3 = *local_2c;\n if (bVar3 != 0x21) break;\n if (local_2c[1] != 0) {\n if (bVar13) {\n pos = uVar10;\n }\n goto LAB_00012876;\n }\n uVar10 = uVar10 + 1;\n if (uVar10 == local_30) {\n pos = uVar10;\n /* WARNING: Subroutine does not return */\n beyond();\n }\n local_1f = local_1f ^ 1;\n bVar13 = true;\n }\n if (bVar13) {\n pos = uVar10;\n }\n goto LAB_0001274e;\n }\n goto LAB_0001285f;\n }\n local_1f = 0;\nLAB_00012876:\n uVar6 = local_30 - uVar10;\n bVar13 = uVar6 < 3;\n bVar14 = uVar6 == 3;\n if (3 < (int)uVar6) {\n iVar9 = 3;\n pbVar11 = local_2c;\n pbVar12 = (byte *)0x1908a;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar13 = *pbVar11 < *pbVar12;\n bVar14 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar15 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar15 * -2 + 1;\n } while (bVar14);\n if (((!bVar13 && !bVar14) != bVar13) || (_Var5 = binop(argv[uVar10 + 2]), !_Var5))\n goto LAB_000128b8;\n _Var5 = binary_operator(true);\n goto LAB_00012812;\n }\n if (bVar14) {\nLAB_000128b8:\n _Var5 = binop(ppcVar4[uVar10 + 1]);\n if (_Var5) {\n _Var5 = binary_operator(false);\n goto LAB_00012812;\n }\n }\n if (((bVar2 == 0x2d) && (local_2c[1] != 0)) && (local_2c[2] == 0)) {\n _Var5 = test_unop((char *)local_2c);\n if (!_Var5) {\n pcVar8 = quote((char *)local_2c);\n pcVar7 = "%s: unary operator expected";\nLAB_00012a74:\n pcVar7 = (char *)dcgettext(0,pcVar7,5);\n /* WARNING: Subroutine does not return */\n test_syntax_error(pcVar7,pcVar8);\n }\n _Var5 = unary_operator();\n goto LAB_00012812;\n }\n pos = uVar10 + 1;\n local_1e = local_1e & (bVar2 != 0 ^ local_1f);\n bVar13 = local_30 < (uint)pos;\n bVar14 = local_30 == pos;\n if ((int)local_30 <= pos) goto LAB_000128f3;\n }\n else {\n local_1f = 0;\n bVar3 = bVar2;\nLAB_0001274e:\n bVar2 = bVar3;\n if ((bVar3 != 0x28) || (local_2c[1] != 0)) goto LAB_00012876;\n pos = uVar10 + 1;\n if ((int)local_30 <= pos) goto LAB_0001285f;\n if ((int)(uVar10 + 2) < (int)local_30) {\n uVar1 = local_30 - 1;\n bVar13 = uVar1 < uVar10;\n bVar14 = uVar1 == uVar10;\n uVar6 = 1;\n do {\n iVar9 = 2;\n pbVar11 = (byte *)argv[uVar10 + uVar6 + 1];\n pbVar12 = &DAT_0001a909;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar13 = *pbVar11 < *pbVar12;\n bVar14 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar15 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar15 * -2 + 1;\n } while (bVar14);\n if ((!bVar13 && !bVar14) == bVar13) break;\n if (uVar6 == 4) {\n uVar6 = local_30 - pos;\n break;\n }\n uVar6 = uVar6 + 1;\n bVar13 = uVar6 < uVar1 - uVar10;\n bVar14 = uVar6 == uVar1 - uVar10;\n } while (!bVar14);\n }\n else {\n uVar6 = 1;\n }\n _Var5 = posixtest(uVar6);\n pcVar7 = argv[pos];\n if (pcVar7 == (char *)0x0) {\n pcVar8 = quote(")");\n pcVar7 = "%s expected";\n goto LAB_00012a74;\n }\n if ((*pcVar7 != ')') || (pcVar7[1] != '\0')) {\n pcVar7 = quote_n(1,pcVar7);\n pcVar8 = quote_n(0,")");\n format = (char *)dcgettext(0,"%s expected, found %s",5);\n /* WARNING: Subroutine does not return */\n test_syntax_error(format,pcVar8,pcVar7);\n }\n pos = pos + 1;\nLAB_00012812:\n local_1e = local_1e & (_Var5 ^ local_1f);\n bVar13 = (uint)argc < (uint)pos;\n bVar14 = argc == pos;\n local_30 = argc;\n if (argc <= pos) {\nLAB_000128f3:\n return (_Bool)(local_1d | local_1e);\n }\n }\n iVar9 = 3;\n pbVar11 = (byte *)argv[pos];\n pbVar12 = &DAT_00019102;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar13 = *pbVar11 < *pbVar12;\n bVar14 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar15 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar15 * -2 + 1;\n } while (bVar14);\n if ((!bVar13 && !bVar14) != bVar13) break;\n pos = pos + 1;\n if ((int)local_30 <= pos) goto LAB_0001285f;\n } while( true );" do (compound_statement "{\n ppcVar4 = argv;\n local_2c = (byte *)argv[pos];\n bVar2 = *local_2c;\n uVar10 = pos;\n if (bVar2 == 0x21) {\n if (local_2c[1] == 0) {\n pos = pos + 1;\n if (pos < (int)local_30) {\n bVar13 = false;\n local_1f = 1;\n uVar10 = pos;\n while( true ) {\n local_2c = (byte *)argv[uVar10];\n bVar3 = *local_2c;\n if (bVar3 != 0x21) break;\n if (local_2c[1] != 0) {\n if (bVar13) {\n pos = uVar10;\n }\n goto LAB_00012876;\n }\n uVar10 = uVar10 + 1;\n if (uVar10 == local_30) {\n pos = uVar10;\n /* WARNING: Subroutine does not return */\n beyond();\n }\n local_1f = local_1f ^ 1;\n bVar13 = true;\n }\n if (bVar13) {\n pos = uVar10;\n }\n goto LAB_0001274e;\n }\n goto LAB_0001285f;\n }\n local_1f = 0;\nLAB_00012876:\n uVar6 = local_30 - uVar10;\n bVar13 = uVar6 < 3;\n bVar14 = uVar6 == 3;\n if (3 < (int)uVar6) {\n iVar9 = 3;\n pbVar11 = local_2c;\n pbVar12 = (byte *)0x1908a;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar13 = *pbVar11 < *pbVar12;\n bVar14 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar15 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar15 * -2 + 1;\n } while (bVar14);\n if (((!bVar13 && !bVar14) != bVar13) || (_Var5 = binop(argv[uVar10 + 2]), !_Var5))\n goto LAB_000128b8;\n _Var5 = binary_operator(true);\n goto LAB_00012812;\n }\n if (bVar14) {\nLAB_000128b8:\n _Var5 = binop(ppcVar4[uVar10 + 1]);\n if (_Var5) {\n _Var5 = binary_operator(false);\n goto LAB_00012812;\n }\n }\n if (((bVar2 == 0x2d) && (local_2c[1] != 0)) && (local_2c[2] == 0)) {\n _Var5 = test_unop((char *)local_2c);\n if (!_Var5) {\n pcVar8 = quote((char *)local_2c);\n pcVar7 = "%s: unary operator expected";\nLAB_00012a74:\n pcVar7 = (char *)dcgettext(0,pcVar7,5);\n /* WARNING: Subroutine does not return */\n test_syntax_error(pcVar7,pcVar8);\n }\n _Var5 = unary_operator();\n goto LAB_00012812;\n }\n pos = uVar10 + 1;\n local_1e = local_1e & (bVar2 != 0 ^ local_1f);\n bVar13 = local_30 < (uint)pos;\n bVar14 = local_30 == pos;\n if ((int)local_30 <= pos) goto LAB_000128f3;\n }\n else {\n local_1f = 0;\n bVar3 = bVar2;\nLAB_0001274e:\n bVar2 = bVar3;\n if ((bVar3 != 0x28) || (local_2c[1] != 0)) goto LAB_00012876;\n pos = uVar10 + 1;\n if ((int)local_30 <= pos) goto LAB_0001285f;\n if ((int)(uVar10 + 2) < (int)local_30) {\n uVar1 = local_30 - 1;\n bVar13 = uVar1 < uVar10;\n bVar14 = uVar1 == uVar10;\n uVar6 = 1;\n do {\n iVar9 = 2;\n pbVar11 = (byte *)argv[uVar10 + uVar6 + 1];\n pbVar12 = &DAT_0001a909;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar13 = *pbVar11 < *pbVar12;\n bVar14 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar15 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar15 * -2 + 1;\n } while (bVar14);\n if ((!bVar13 && !bVar14) == bVar13) break;\n if (uVar6 == 4) {\n uVar6 = local_30 - pos;\n break;\n }\n uVar6 = uVar6 + 1;\n bVar13 = uVar6 < uVar1 - uVar10;\n bVar14 = uVar6 == uVar1 - uVar10;\n } while (!bVar14);\n }\n else {\n uVar6 = 1;\n }\n _Var5 = posixtest(uVar6);\n pcVar7 = argv[pos];\n if (pcVar7 == (char *)0x0) {\n pcVar8 = quote(")");\n pcVar7 = "%s expected";\n goto LAB_00012a74;\n }\n if ((*pcVar7 != ')') || (pcVar7[1] != '\0')) {\n pcVar7 = quote_n(1,pcVar7);\n pcVar8 = quote_n(0,")");\n format = (char *)dcgettext(0,"%s expected, found %s",5);\n /* WARNING: Subroutine does not return */\n test_syntax_error(format,pcVar8,pcVar7);\n }\n pos = pos + 1;\nLAB_00012812:\n local_1e = local_1e & (_Var5 ^ local_1f);\n bVar13 = (uint)argc < (uint)pos;\n bVar14 = argc == pos;\n local_30 = argc;\n if (argc <= pos) {\nLAB_000128f3:\n return (_Bool)(local_1d | local_1e);\n }\n }\n iVar9 = 3;\n pbVar11 = (byte *)argv[pos];\n pbVar12 = &DAT_00019102;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar13 = *pbVar11 < *pbVar12;\n bVar14 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar15 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar15 * -2 + 1;\n } while (bVar14);\n if ((!bVar13 && !bVar14) != bVar13) break;\n pos = pos + 1;\n if ((int)local_30 <= pos) goto LAB_0001285f;\n }" { (expression_statement "ppcVar4 = argv;" (assignment_expression "ppcVar4 = argv" identifier = identifier) ;) (expression_statement "local_2c = (byte *)argv[pos];" (assignment_expression "local_2c = (byte *)argv[pos]" identifier = (cast_expression "(byte *)argv[pos]" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "argv[pos]" identifier [ identifier ]))) ;) (expression_statement "bVar2 = *local_2c;" (assignment_expression "bVar2 = *local_2c" identifier = (pointer_expression "*local_2c" * identifier)) ;) (expression_statement "uVar10 = pos;" (assignment_expression "uVar10 = pos" identifier = identifier) ;) (if_statement "if (bVar2 == 0x21) {\n if (local_2c[1] == 0) {\n pos = pos + 1;\n if (pos < (int)local_30) {\n bVar13 = false;\n local_1f = 1;\n uVar10 = pos;\n while( true ) {\n local_2c = (byte *)argv[uVar10];\n bVar3 = *local_2c;\n if (bVar3 != 0x21) break;\n if (local_2c[1] != 0) {\n if (bVar13) {\n pos = uVar10;\n }\n goto LAB_00012876;\n }\n uVar10 = uVar10 + 1;\n if (uVar10 == local_30) {\n pos = uVar10;\n /* WARNING: Subroutine does not return */\n beyond();\n }\n local_1f = local_1f ^ 1;\n bVar13 = true;\n }\n if (bVar13) {\n pos = uVar10;\n }\n goto LAB_0001274e;\n }\n goto LAB_0001285f;\n }\n local_1f = 0;\nLAB_00012876:\n uVar6 = local_30 - uVar10;\n bVar13 = uVar6 < 3;\n bVar14 = uVar6 == 3;\n if (3 < (int)uVar6) {\n iVar9 = 3;\n pbVar11 = local_2c;\n pbVar12 = (byte *)0x1908a;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar13 = *pbVar11 < *pbVar12;\n bVar14 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar15 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar15 * -2 + 1;\n } while (bVar14);\n if (((!bVar13 && !bVar14) != bVar13) || (_Var5 = binop(argv[uVar10 + 2]), !_Var5))\n goto LAB_000128b8;\n _Var5 = binary_operator(true);\n goto LAB_00012812;\n }\n if (bVar14) {\nLAB_000128b8:\n _Var5 = binop(ppcVar4[uVar10 + 1]);\n if (_Var5) {\n _Var5 = binary_operator(false);\n goto LAB_00012812;\n }\n }\n if (((bVar2 == 0x2d) && (local_2c[1] != 0)) && (local_2c[2] == 0)) {\n _Var5 = test_unop((char *)local_2c);\n if (!_Var5) {\n pcVar8 = quote((char *)local_2c);\n pcVar7 = "%s: unary operator expected";\nLAB_00012a74:\n pcVar7 = (char *)dcgettext(0,pcVar7,5);\n /* WARNING: Subroutine does not return */\n test_syntax_error(pcVar7,pcVar8);\n }\n _Var5 = unary_operator();\n goto LAB_00012812;\n }\n pos = uVar10 + 1;\n local_1e = local_1e & (bVar2 != 0 ^ local_1f);\n bVar13 = local_30 < (uint)pos;\n bVar14 = local_30 == pos;\n if ((int)local_30 <= pos) goto LAB_000128f3;\n }\n else {\n local_1f = 0;\n bVar3 = bVar2;\nLAB_0001274e:\n bVar2 = bVar3;\n if ((bVar3 != 0x28) || (local_2c[1] != 0)) goto LAB_00012876;\n pos = uVar10 + 1;\n if ((int)local_30 <= pos) goto LAB_0001285f;\n if ((int)(uVar10 + 2) < (int)local_30) {\n uVar1 = local_30 - 1;\n bVar13 = uVar1 < uVar10;\n bVar14 = uVar1 == uVar10;\n uVar6 = 1;\n do {\n iVar9 = 2;\n pbVar11 = (byte *)argv[uVar10 + uVar6 + 1];\n pbVar12 = &DAT_0001a909;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar13 = *pbVar11 < *pbVar12;\n bVar14 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar15 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar15 * -2 + 1;\n } while (bVar14);\n if ((!bVar13 && !bVar14) == bVar13) break;\n if (uVar6 == 4) {\n uVar6 = local_30 - pos;\n break;\n }\n uVar6 = uVar6 + 1;\n bVar13 = uVar6 < uVar1 - uVar10;\n bVar14 = uVar6 == uVar1 - uVar10;\n } while (!bVar14);\n }\n else {\n uVar6 = 1;\n }\n _Var5 = posixtest(uVar6);\n pcVar7 = argv[pos];\n if (pcVar7 == (char *)0x0) {\n pcVar8 = quote(")");\n pcVar7 = "%s expected";\n goto LAB_00012a74;\n }\n if ((*pcVar7 != ')') || (pcVar7[1] != '\0')) {\n pcVar7 = quote_n(1,pcVar7);\n pcVar8 = quote_n(0,")");\n format = (char *)dcgettext(0,"%s expected, found %s",5);\n /* WARNING: Subroutine does not return */\n test_syntax_error(format,pcVar8,pcVar7);\n }\n pos = pos + 1;\nLAB_00012812:\n local_1e = local_1e & (_Var5 ^ local_1f);\n bVar13 = (uint)argc < (uint)pos;\n bVar14 = argc == pos;\n local_30 = argc;\n if (argc <= pos) {\nLAB_000128f3:\n return (_Bool)(local_1d | local_1e);\n }\n }" if (parenthesized_expression "(bVar2 == 0x21)" ( (binary_expression "bVar2 == 0x21" identifier == number_literal) )) (compound_statement "{\n if (local_2c[1] == 0) {\n pos = pos + 1;\n if (pos < (int)local_30) {\n bVar13 = false;\n local_1f = 1;\n uVar10 = pos;\n while( true ) {\n local_2c = (byte *)argv[uVar10];\n bVar3 = *local_2c;\n if (bVar3 != 0x21) break;\n if (local_2c[1] != 0) {\n if (bVar13) {\n pos = uVar10;\n }\n goto LAB_00012876;\n }\n uVar10 = uVar10 + 1;\n if (uVar10 == local_30) {\n pos = uVar10;\n /* WARNING: Subroutine does not return */\n beyond();\n }\n local_1f = local_1f ^ 1;\n bVar13 = true;\n }\n if (bVar13) {\n pos = uVar10;\n }\n goto LAB_0001274e;\n }\n goto LAB_0001285f;\n }\n local_1f = 0;\nLAB_00012876:\n uVar6 = local_30 - uVar10;\n bVar13 = uVar6 < 3;\n bVar14 = uVar6 == 3;\n if (3 < (int)uVar6) {\n iVar9 = 3;\n pbVar11 = local_2c;\n pbVar12 = (byte *)0x1908a;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar13 = *pbVar11 < *pbVar12;\n bVar14 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar15 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar15 * -2 + 1;\n } while (bVar14);\n if (((!bVar13 && !bVar14) != bVar13) || (_Var5 = binop(argv[uVar10 + 2]), !_Var5))\n goto LAB_000128b8;\n _Var5 = binary_operator(true);\n goto LAB_00012812;\n }\n if (bVar14) {\nLAB_000128b8:\n _Var5 = binop(ppcVar4[uVar10 + 1]);\n if (_Var5) {\n _Var5 = binary_operator(false);\n goto LAB_00012812;\n }\n }\n if (((bVar2 == 0x2d) && (local_2c[1] != 0)) && (local_2c[2] == 0)) {\n _Var5 = test_unop((char *)local_2c);\n if (!_Var5) {\n pcVar8 = quote((char *)local_2c);\n pcVar7 = "%s: unary operator expected";\nLAB_00012a74:\n pcVar7 = (char *)dcgettext(0,pcVar7,5);\n /* WARNING: Subroutine does not return */\n test_syntax_error(pcVar7,pcVar8);\n }\n _Var5 = unary_operator();\n goto LAB_00012812;\n }\n pos = uVar10 + 1;\n local_1e = local_1e & (bVar2 != 0 ^ local_1f);\n bVar13 = local_30 < (uint)pos;\n bVar14 = local_30 == pos;\n if ((int)local_30 <= pos) goto LAB_000128f3;\n }" { (if_statement "if (local_2c[1] == 0) {\n pos = pos + 1;\n if (pos < (int)local_30) {\n bVar13 = false;\n local_1f = 1;\n uVar10 = pos;\n while( true ) {\n local_2c = (byte *)argv[uVar10];\n bVar3 = *local_2c;\n if (bVar3 != 0x21) break;\n if (local_2c[1] != 0) {\n if (bVar13) {\n pos = uVar10;\n }\n goto LAB_00012876;\n }\n uVar10 = uVar10 + 1;\n if (uVar10 == local_30) {\n pos = uVar10;\n /* WARNING: Subroutine does not return */\n beyond();\n }\n local_1f = local_1f ^ 1;\n bVar13 = true;\n }\n if (bVar13) {\n pos = uVar10;\n }\n goto LAB_0001274e;\n }\n goto LAB_0001285f;\n }" if (parenthesized_expression "(local_2c[1] == 0)" ( (binary_expression "local_2c[1] == 0" (subscript_expression "local_2c[1]" identifier [ number_literal ]) == number_literal) )) (compound_statement "{\n pos = pos + 1;\n if (pos < (int)local_30) {\n bVar13 = false;\n local_1f = 1;\n uVar10 = pos;\n while( true ) {\n local_2c = (byte *)argv[uVar10];\n bVar3 = *local_2c;\n if (bVar3 != 0x21) break;\n if (local_2c[1] != 0) {\n if (bVar13) {\n pos = uVar10;\n }\n goto LAB_00012876;\n }\n uVar10 = uVar10 + 1;\n if (uVar10 == local_30) {\n pos = uVar10;\n /* WARNING: Subroutine does not return */\n beyond();\n }\n local_1f = local_1f ^ 1;\n bVar13 = true;\n }\n if (bVar13) {\n pos = uVar10;\n }\n goto LAB_0001274e;\n }\n goto LAB_0001285f;\n }" { (expression_statement "pos = pos + 1;" (assignment_expression "pos = pos + 1" identifier = (binary_expression "pos + 1" identifier + number_literal)) ;) (if_statement "if (pos < (int)local_30) {\n bVar13 = false;\n local_1f = 1;\n uVar10 = pos;\n while( true ) {\n local_2c = (byte *)argv[uVar10];\n bVar3 = *local_2c;\n if (bVar3 != 0x21) break;\n if (local_2c[1] != 0) {\n if (bVar13) {\n pos = uVar10;\n }\n goto LAB_00012876;\n }\n uVar10 = uVar10 + 1;\n if (uVar10 == local_30) {\n pos = uVar10;\n /* WARNING: Subroutine does not return */\n beyond();\n }\n local_1f = local_1f ^ 1;\n bVar13 = true;\n }\n if (bVar13) {\n pos = uVar10;\n }\n goto LAB_0001274e;\n }" if (parenthesized_expression "(pos < (int)local_30)" ( (binary_expression "pos < (int)local_30" identifier < (cast_expression "(int)local_30" ( (type_descriptor "int" primitive_type) ) identifier)) )) (compound_statement "{\n bVar13 = false;\n local_1f = 1;\n uVar10 = pos;\n while( true ) {\n local_2c = (byte *)argv[uVar10];\n bVar3 = *local_2c;\n if (bVar3 != 0x21) break;\n if (local_2c[1] != 0) {\n if (bVar13) {\n pos = uVar10;\n }\n goto LAB_00012876;\n }\n uVar10 = uVar10 + 1;\n if (uVar10 == local_30) {\n pos = uVar10;\n /* WARNING: Subroutine does not return */\n beyond();\n }\n local_1f = local_1f ^ 1;\n bVar13 = true;\n }\n if (bVar13) {\n pos = uVar10;\n }\n goto LAB_0001274e;\n }" { (expression_statement "bVar13 = false;" (assignment_expression "bVar13 = false" identifier = false) ;) (expression_statement "local_1f = 1;" (assignment_expression "local_1f = 1" identifier = number_literal) ;) (expression_statement "uVar10 = pos;" (assignment_expression "uVar10 = pos" identifier = identifier) ;) (while_statement "while( true ) {\n local_2c = (byte *)argv[uVar10];\n bVar3 = *local_2c;\n if (bVar3 != 0x21) break;\n if (local_2c[1] != 0) {\n if (bVar13) {\n pos = uVar10;\n }\n goto LAB_00012876;\n }\n uVar10 = uVar10 + 1;\n if (uVar10 == local_30) {\n pos = uVar10;\n /* WARNING: Subroutine does not return */\n beyond();\n }\n local_1f = local_1f ^ 1;\n bVar13 = true;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n local_2c = (byte *)argv[uVar10];\n bVar3 = *local_2c;\n if (bVar3 != 0x21) break;\n if (local_2c[1] != 0) {\n if (bVar13) {\n pos = uVar10;\n }\n goto LAB_00012876;\n }\n uVar10 = uVar10 + 1;\n if (uVar10 == local_30) {\n pos = uVar10;\n /* WARNING: Subroutine does not return */\n beyond();\n }\n local_1f = local_1f ^ 1;\n bVar13 = true;\n }" { (expression_statement "local_2c = (byte *)argv[uVar10];" (assignment_expression "local_2c = (byte *)argv[uVar10]" identifier = (cast_expression "(byte *)argv[uVar10]" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "argv[uVar10]" identifier [ identifier ]))) ;) (expression_statement "bVar3 = *local_2c;" (assignment_expression "bVar3 = *local_2c" identifier = (pointer_expression "*local_2c" * identifier)) ;) (if_statement "if (bVar3 != 0x21) break;" if (parenthesized_expression "(bVar3 != 0x21)" ( (binary_expression "bVar3 != 0x21" identifier != number_literal) )) (break_statement "break;" break ;)) (if_statement "if (local_2c[1] != 0) {\n if (bVar13) {\n pos = uVar10;\n }\n goto LAB_00012876;\n }" if (parenthesized_expression "(local_2c[1] != 0)" ( (binary_expression "local_2c[1] != 0" (subscript_expression "local_2c[1]" identifier [ number_literal ]) != number_literal) )) (compound_statement "{\n if (bVar13) {\n pos = uVar10;\n }\n goto LAB_00012876;\n }" { (if_statement "if (bVar13) {\n pos = uVar10;\n }" if (parenthesized_expression "(bVar13)" ( identifier )) (compound_statement "{\n pos = uVar10;\n }" { (expression_statement "pos = uVar10;" (assignment_expression "pos = uVar10" identifier = identifier) ;) })) (goto_statement "goto LAB_00012876;" goto statement_identifier ;) })) (expression_statement "uVar10 = uVar10 + 1;" (assignment_expression "uVar10 = uVar10 + 1" identifier = (binary_expression "uVar10 + 1" identifier + number_literal)) ;) (if_statement "if (uVar10 == local_30) {\n pos = uVar10;\n /* WARNING: Subroutine does not return */\n beyond();\n }" if (parenthesized_expression "(uVar10 == local_30)" ( (binary_expression "uVar10 == local_30" identifier == identifier) )) (compound_statement "{\n pos = uVar10;\n /* WARNING: Subroutine does not return */\n beyond();\n }" { (expression_statement "pos = uVar10;" (assignment_expression "pos = uVar10" identifier = identifier) ;) comment (expression_statement "beyond();" (call_expression "beyond()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "local_1f = local_1f ^ 1;" (assignment_expression "local_1f = local_1f ^ 1" identifier = (binary_expression "local_1f ^ 1" identifier ^ number_literal)) ;) (expression_statement "bVar13 = true;" (assignment_expression "bVar13 = true" identifier = true) ;) })) (if_statement "if (bVar13) {\n pos = uVar10;\n }" if (parenthesized_expression "(bVar13)" ( identifier )) (compound_statement "{\n pos = uVar10;\n }" { (expression_statement "pos = uVar10;" (assignment_expression "pos = uVar10" identifier = identifier) ;) })) (goto_statement "goto LAB_0001274e;" goto statement_identifier ;) })) (goto_statement "goto LAB_0001285f;" goto statement_identifier ;) })) (expression_statement "local_1f = 0;" (assignment_expression "local_1f = 0" identifier = number_literal) ;) (labeled_statement "LAB_00012876:\n uVar6 = local_30 - uVar10;" statement_identifier : (expression_statement "uVar6 = local_30 - uVar10;" (assignment_expression "uVar6 = local_30 - uVar10" identifier = (binary_expression "local_30 - uVar10" identifier - identifier)) ;)) (expression_statement "bVar13 = uVar6 < 3;" (assignment_expression "bVar13 = uVar6 < 3" identifier = (binary_expression "uVar6 < 3" identifier < number_literal)) ;) (expression_statement "bVar14 = uVar6 == 3;" (assignment_expression "bVar14 = uVar6 == 3" identifier = (binary_expression "uVar6 == 3" identifier == number_literal)) ;) (if_statement "if (3 < (int)uVar6) {\n iVar9 = 3;\n pbVar11 = local_2c;\n pbVar12 = (byte *)0x1908a;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar13 = *pbVar11 < *pbVar12;\n bVar14 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar15 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar15 * -2 + 1;\n } while (bVar14);\n if (((!bVar13 && !bVar14) != bVar13) || (_Var5 = binop(argv[uVar10 + 2]), !_Var5))\n goto LAB_000128b8;\n _Var5 = binary_operator(true);\n goto LAB_00012812;\n }" if (parenthesized_expression "(3 < (int)uVar6)" ( (binary_expression "3 < (int)uVar6" number_literal < (cast_expression "(int)uVar6" ( (type_descriptor "int" primitive_type) ) identifier)) )) (compound_statement "{\n iVar9 = 3;\n pbVar11 = local_2c;\n pbVar12 = (byte *)0x1908a;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar13 = *pbVar11 < *pbVar12;\n bVar14 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar15 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar15 * -2 + 1;\n } while (bVar14);\n if (((!bVar13 && !bVar14) != bVar13) || (_Var5 = binop(argv[uVar10 + 2]), !_Var5))\n goto LAB_000128b8;\n _Var5 = binary_operator(true);\n goto LAB_00012812;\n }" { (expression_statement "iVar9 = 3;" (assignment_expression "iVar9 = 3" identifier = number_literal) ;) (expression_statement "pbVar11 = local_2c;" (assignment_expression "pbVar11 = local_2c" identifier = identifier) ;) (expression_statement "pbVar12 = (byte *)0x1908a;" (assignment_expression "pbVar12 = (byte *)0x1908a" identifier = (cast_expression "(byte *)0x1908a" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (do_statement "do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar13 = *pbVar11 < *pbVar12;\n bVar14 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar15 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar15 * -2 + 1;\n } while (bVar14);" do (compound_statement "{\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar13 = *pbVar11 < *pbVar12;\n bVar14 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar15 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar15 * -2 + 1;\n }" { (if_statement "if (iVar9 == 0) break;" if (parenthesized_expression "(iVar9 == 0)" ( (binary_expression "iVar9 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "iVar9 = iVar9 + -1;" (assignment_expression "iVar9 = iVar9 + -1" identifier = (binary_expression "iVar9 + -1" identifier + number_literal)) ;) (expression_statement "bVar13 = *pbVar11 < *pbVar12;" (assignment_expression "bVar13 = *pbVar11 < *pbVar12" identifier = (binary_expression "*pbVar11 < *pbVar12" (pointer_expression "*pbVar11" * identifier) < (pointer_expression "*pbVar12" * identifier))) ;) (expression_statement "bVar14 = *pbVar11 == *pbVar12;" (assignment_expression "bVar14 = *pbVar11 == *pbVar12" identifier = (binary_expression "*pbVar11 == *pbVar12" (pointer_expression "*pbVar11" * identifier) == (pointer_expression "*pbVar12" * identifier))) ;) (expression_statement "pbVar11 = pbVar11 + (uint)bVar15 * -2 + 1;" (assignment_expression "pbVar11 = pbVar11 + (uint)bVar15 * -2 + 1" identifier = (binary_expression "pbVar11 + (uint)bVar15 * -2 + 1" (binary_expression "pbVar11 + (uint)bVar15 * -2" identifier + (binary_expression "(uint)bVar15 * -2" (cast_expression "(uint)bVar15" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "pbVar12 = pbVar12 + (uint)bVar15 * -2 + 1;" (assignment_expression "pbVar12 = pbVar12 + (uint)bVar15 * -2 + 1" identifier = (binary_expression "pbVar12 + (uint)bVar15 * -2 + 1" (binary_expression "pbVar12 + (uint)bVar15 * -2" identifier + (binary_expression "(uint)bVar15 * -2" (cast_expression "(uint)bVar15" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar14)" ( identifier )) ;) (if_statement "if (((!bVar13 && !bVar14) != bVar13) || (_Var5 = binop(argv[uVar10 + 2]), !_Var5))\n goto LAB_000128b8;" if (parenthesized_expression "(((!bVar13 && !bVar14) != bVar13) || (_Var5 = binop(argv[uVar10 + 2]), !_Var5))" ( (binary_expression "((!bVar13 && !bVar14) != bVar13) || (_Var5 = binop(argv[uVar10 + 2]), !_Var5)" (parenthesized_expression "((!bVar13 && !bVar14) != bVar13)" ( (binary_expression "(!bVar13 && !bVar14) != bVar13" (parenthesized_expression "(!bVar13 && !bVar14)" ( (binary_expression "!bVar13 && !bVar14" (unary_expression "!bVar13" ! identifier) && (unary_expression "!bVar14" ! identifier)) )) != identifier) )) || (parenthesized_expression "(_Var5 = binop(argv[uVar10 + 2]), !_Var5)" ( (comma_expression "_Var5 = binop(argv[uVar10 + 2]), !_Var5" (assignment_expression "_Var5 = binop(argv[uVar10 + 2])" identifier = (call_expression "binop(argv[uVar10 + 2])" identifier (argument_list "(argv[uVar10 + 2])" ( (subscript_expression "argv[uVar10 + 2]" identifier [ (binary_expression "uVar10 + 2" identifier + number_literal) ]) )))) , (unary_expression "!_Var5" ! identifier)) ))) )) (goto_statement "goto LAB_000128b8;" goto statement_identifier ;)) (expression_statement "_Var5 = binary_operator(true);" (assignment_expression "_Var5 = binary_operator(true)" identifier = (call_expression "binary_operator(true)" identifier (argument_list "(true)" ( true )))) ;) (goto_statement "goto LAB_00012812;" goto statement_identifier ;) })) (if_statement "if (bVar14) {\nLAB_000128b8:\n _Var5 = binop(ppcVar4[uVar10 + 1]);\n if (_Var5) {\n _Var5 = binary_operator(false);\n goto LAB_00012812;\n }\n }" if (parenthesized_expression "(bVar14)" ( identifier )) (compound_statement "{\nLAB_000128b8:\n _Var5 = binop(ppcVar4[uVar10 + 1]);\n if (_Var5) {\n _Var5 = binary_operator(false);\n goto LAB_00012812;\n }\n }" { (labeled_statement "LAB_000128b8:\n _Var5 = binop(ppcVar4[uVar10 + 1]);" statement_identifier : (expression_statement "_Var5 = binop(ppcVar4[uVar10 + 1]);" (assignment_expression "_Var5 = binop(ppcVar4[uVar10 + 1])" identifier = (call_expression "binop(ppcVar4[uVar10 + 1])" identifier (argument_list "(ppcVar4[uVar10 + 1])" ( (subscript_expression "ppcVar4[uVar10 + 1]" identifier [ (binary_expression "uVar10 + 1" identifier + number_literal) ]) )))) ;)) (if_statement "if (_Var5) {\n _Var5 = binary_operator(false);\n goto LAB_00012812;\n }" if (parenthesized_expression "(_Var5)" ( identifier )) (compound_statement "{\n _Var5 = binary_operator(false);\n goto LAB_00012812;\n }" { (expression_statement "_Var5 = binary_operator(false);" (assignment_expression "_Var5 = binary_operator(false)" identifier = (call_expression "binary_operator(false)" identifier (argument_list "(false)" ( false )))) ;) (goto_statement "goto LAB_00012812;" goto statement_identifier ;) })) })) (if_statement "if (((bVar2 == 0x2d) && (local_2c[1] != 0)) && (local_2c[2] == 0)) {\n _Var5 = test_unop((char *)local_2c);\n if (!_Var5) {\n pcVar8 = quote((char *)local_2c);\n pcVar7 = "%s: unary operator expected";\nLAB_00012a74:\n pcVar7 = (char *)dcgettext(0,pcVar7,5);\n /* WARNING: Subroutine does not return */\n test_syntax_error(pcVar7,pcVar8);\n }\n _Var5 = unary_operator();\n goto LAB_00012812;\n }" if (parenthesized_expression "(((bVar2 == 0x2d) && (local_2c[1] != 0)) && (local_2c[2] == 0))" ( (binary_expression "((bVar2 == 0x2d) && (local_2c[1] != 0)) && (local_2c[2] == 0)" (parenthesized_expression "((bVar2 == 0x2d) && (local_2c[1] != 0))" ( (binary_expression "(bVar2 == 0x2d) && (local_2c[1] != 0)" (parenthesized_expression "(bVar2 == 0x2d)" ( (binary_expression "bVar2 == 0x2d" identifier == number_literal) )) && (parenthesized_expression "(local_2c[1] != 0)" ( (binary_expression "local_2c[1] != 0" (subscript_expression "local_2c[1]" identifier [ number_literal ]) != number_literal) ))) )) && (parenthesized_expression "(local_2c[2] == 0)" ( (binary_expression "local_2c[2] == 0" (subscript_expression "local_2c[2]" identifier [ number_literal ]) == number_literal) ))) )) (compound_statement "{\n _Var5 = test_unop((char *)local_2c);\n if (!_Var5) {\n pcVar8 = quote((char *)local_2c);\n pcVar7 = "%s: unary operator expected";\nLAB_00012a74:\n pcVar7 = (char *)dcgettext(0,pcVar7,5);\n /* WARNING: Subroutine does not return */\n test_syntax_error(pcVar7,pcVar8);\n }\n _Var5 = unary_operator();\n goto LAB_00012812;\n }" { (expression_statement "_Var5 = test_unop((char *)local_2c);" (assignment_expression "_Var5 = test_unop((char *)local_2c)" identifier = (call_expression "test_unop((char *)local_2c)" identifier (argument_list "((char *)local_2c)" ( (cast_expression "(char *)local_2c" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) )))) ;) (if_statement "if (!_Var5) {\n pcVar8 = quote((char *)local_2c);\n pcVar7 = "%s: unary operator expected";\nLAB_00012a74:\n pcVar7 = (char *)dcgettext(0,pcVar7,5);\n /* WARNING: Subroutine does not return */\n test_syntax_error(pcVar7,pcVar8);\n }" if (parenthesized_expression "(!_Var5)" ( (unary_expression "!_Var5" ! identifier) )) (compound_statement "{\n pcVar8 = quote((char *)local_2c);\n pcVar7 = "%s: unary operator expected";\nLAB_00012a74:\n pcVar7 = (char *)dcgettext(0,pcVar7,5);\n /* WARNING: Subroutine does not return */\n test_syntax_error(pcVar7,pcVar8);\n }" { (expression_statement "pcVar8 = quote((char *)local_2c);" (assignment_expression "pcVar8 = quote((char *)local_2c)" identifier = (call_expression "quote((char *)local_2c)" identifier (argument_list "((char *)local_2c)" ( (cast_expression "(char *)local_2c" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) )))) ;) (expression_statement "pcVar7 = "%s: unary operator expected";" (assignment_expression "pcVar7 = "%s: unary operator expected"" identifier = (string_literal ""%s: unary operator expected"" " string_content ")) ;) (labeled_statement "LAB_00012a74:\n pcVar7 = (char *)dcgettext(0,pcVar7,5);" statement_identifier : (expression_statement "pcVar7 = (char *)dcgettext(0,pcVar7,5);" (assignment_expression "pcVar7 = (char *)dcgettext(0,pcVar7,5)" identifier = (cast_expression "(char *)dcgettext(0,pcVar7,5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,pcVar7,5)" identifier (argument_list "(0,pcVar7,5)" ( number_literal , identifier , number_literal ))))) ;)) comment (expression_statement "test_syntax_error(pcVar7,pcVar8);" (call_expression "test_syntax_error(pcVar7,pcVar8)" identifier (argument_list "(pcVar7,pcVar8)" ( identifier , identifier ))) ;) })) (expression_statement "_Var5 = unary_operator();" (assignment_expression "_Var5 = unary_operator()" identifier = (call_expression "unary_operator()" identifier (argument_list "()" ( )))) ;) (goto_statement "goto LAB_00012812;" goto statement_identifier ;) })) (expression_statement "pos = uVar10 + 1;" (assignment_expression "pos = uVar10 + 1" identifier = (binary_expression "uVar10 + 1" identifier + number_literal)) ;) (expression_statement "local_1e = local_1e & (bVar2 != 0 ^ local_1f);" (assignment_expression "local_1e = local_1e & (bVar2 != 0 ^ local_1f)" identifier = (binary_expression "local_1e & (bVar2 != 0 ^ local_1f)" identifier & (parenthesized_expression "(bVar2 != 0 ^ local_1f)" ( (binary_expression "bVar2 != 0 ^ local_1f" (binary_expression "bVar2 != 0" identifier != number_literal) ^ identifier) )))) ;) (expression_statement "bVar13 = local_30 < (uint)pos;" (assignment_expression "bVar13 = local_30 < (uint)pos" identifier = (binary_expression "local_30 < (uint)pos" identifier < (cast_expression "(uint)pos" ( (type_descriptor "uint" type_identifier) ) identifier))) ;) (expression_statement "bVar14 = local_30 == pos;" (assignment_expression "bVar14 = local_30 == pos" identifier = (binary_expression "local_30 == pos" identifier == identifier)) ;) (if_statement "if ((int)local_30 <= pos) goto LAB_000128f3;" if (parenthesized_expression "((int)local_30 <= pos)" ( (binary_expression "(int)local_30 <= pos" (cast_expression "(int)local_30" ( (type_descriptor "int" primitive_type) ) identifier) <= identifier) )) (goto_statement "goto LAB_000128f3;" goto statement_identifier ;)) }) (else_clause "else {\n local_1f = 0;\n bVar3 = bVar2;\nLAB_0001274e:\n bVar2 = bVar3;\n if ((bVar3 != 0x28) || (local_2c[1] != 0)) goto LAB_00012876;\n pos = uVar10 + 1;\n if ((int)local_30 <= pos) goto LAB_0001285f;\n if ((int)(uVar10 + 2) < (int)local_30) {\n uVar1 = local_30 - 1;\n bVar13 = uVar1 < uVar10;\n bVar14 = uVar1 == uVar10;\n uVar6 = 1;\n do {\n iVar9 = 2;\n pbVar11 = (byte *)argv[uVar10 + uVar6 + 1];\n pbVar12 = &DAT_0001a909;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar13 = *pbVar11 < *pbVar12;\n bVar14 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar15 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar15 * -2 + 1;\n } while (bVar14);\n if ((!bVar13 && !bVar14) == bVar13) break;\n if (uVar6 == 4) {\n uVar6 = local_30 - pos;\n break;\n }\n uVar6 = uVar6 + 1;\n bVar13 = uVar6 < uVar1 - uVar10;\n bVar14 = uVar6 == uVar1 - uVar10;\n } while (!bVar14);\n }\n else {\n uVar6 = 1;\n }\n _Var5 = posixtest(uVar6);\n pcVar7 = argv[pos];\n if (pcVar7 == (char *)0x0) {\n pcVar8 = quote(")");\n pcVar7 = "%s expected";\n goto LAB_00012a74;\n }\n if ((*pcVar7 != ')') || (pcVar7[1] != '\0')) {\n pcVar7 = quote_n(1,pcVar7);\n pcVar8 = quote_n(0,")");\n format = (char *)dcgettext(0,"%s expected, found %s",5);\n /* WARNING: Subroutine does not return */\n test_syntax_error(format,pcVar8,pcVar7);\n }\n pos = pos + 1;\nLAB_00012812:\n local_1e = local_1e & (_Var5 ^ local_1f);\n bVar13 = (uint)argc < (uint)pos;\n bVar14 = argc == pos;\n local_30 = argc;\n if (argc <= pos) {\nLAB_000128f3:\n return (_Bool)(local_1d | local_1e);\n }\n }" else (compound_statement "{\n local_1f = 0;\n bVar3 = bVar2;\nLAB_0001274e:\n bVar2 = bVar3;\n if ((bVar3 != 0x28) || (local_2c[1] != 0)) goto LAB_00012876;\n pos = uVar10 + 1;\n if ((int)local_30 <= pos) goto LAB_0001285f;\n if ((int)(uVar10 + 2) < (int)local_30) {\n uVar1 = local_30 - 1;\n bVar13 = uVar1 < uVar10;\n bVar14 = uVar1 == uVar10;\n uVar6 = 1;\n do {\n iVar9 = 2;\n pbVar11 = (byte *)argv[uVar10 + uVar6 + 1];\n pbVar12 = &DAT_0001a909;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar13 = *pbVar11 < *pbVar12;\n bVar14 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar15 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar15 * -2 + 1;\n } while (bVar14);\n if ((!bVar13 && !bVar14) == bVar13) break;\n if (uVar6 == 4) {\n uVar6 = local_30 - pos;\n break;\n }\n uVar6 = uVar6 + 1;\n bVar13 = uVar6 < uVar1 - uVar10;\n bVar14 = uVar6 == uVar1 - uVar10;\n } while (!bVar14);\n }\n else {\n uVar6 = 1;\n }\n _Var5 = posixtest(uVar6);\n pcVar7 = argv[pos];\n if (pcVar7 == (char *)0x0) {\n pcVar8 = quote(")");\n pcVar7 = "%s expected";\n goto LAB_00012a74;\n }\n if ((*pcVar7 != ')') || (pcVar7[1] != '\0')) {\n pcVar7 = quote_n(1,pcVar7);\n pcVar8 = quote_n(0,")");\n format = (char *)dcgettext(0,"%s expected, found %s",5);\n /* WARNING: Subroutine does not return */\n test_syntax_error(format,pcVar8,pcVar7);\n }\n pos = pos + 1;\nLAB_00012812:\n local_1e = local_1e & (_Var5 ^ local_1f);\n bVar13 = (uint)argc < (uint)pos;\n bVar14 = argc == pos;\n local_30 = argc;\n if (argc <= pos) {\nLAB_000128f3:\n return (_Bool)(local_1d | local_1e);\n }\n }" { (expression_statement "local_1f = 0;" (assignment_expression "local_1f = 0" identifier = number_literal) ;) (expression_statement "bVar3 = bVar2;" (assignment_expression "bVar3 = bVar2" identifier = identifier) ;) (labeled_statement "LAB_0001274e:\n bVar2 = bVar3;" statement_identifier : (expression_statement "bVar2 = bVar3;" (assignment_expression "bVar2 = bVar3" identifier = identifier) ;)) (if_statement "if ((bVar3 != 0x28) || (local_2c[1] != 0)) goto LAB_00012876;" if (parenthesized_expression "((bVar3 != 0x28) || (local_2c[1] != 0))" ( (binary_expression "(bVar3 != 0x28) || (local_2c[1] != 0)" (parenthesized_expression "(bVar3 != 0x28)" ( (binary_expression "bVar3 != 0x28" identifier != number_literal) )) || (parenthesized_expression "(local_2c[1] != 0)" ( (binary_expression "local_2c[1] != 0" (subscript_expression "local_2c[1]" identifier [ number_literal ]) != number_literal) ))) )) (goto_statement "goto LAB_00012876;" goto statement_identifier ;)) (expression_statement "pos = uVar10 + 1;" (assignment_expression "pos = uVar10 + 1" identifier = (binary_expression "uVar10 + 1" identifier + number_literal)) ;) (if_statement "if ((int)local_30 <= pos) goto LAB_0001285f;" if (parenthesized_expression "((int)local_30 <= pos)" ( (binary_expression "(int)local_30 <= pos" (cast_expression "(int)local_30" ( (type_descriptor "int" primitive_type) ) identifier) <= identifier) )) (goto_statement "goto LAB_0001285f;" goto statement_identifier ;)) (if_statement "if ((int)(uVar10 + 2) < (int)local_30) {\n uVar1 = local_30 - 1;\n bVar13 = uVar1 < uVar10;\n bVar14 = uVar1 == uVar10;\n uVar6 = 1;\n do {\n iVar9 = 2;\n pbVar11 = (byte *)argv[uVar10 + uVar6 + 1];\n pbVar12 = &DAT_0001a909;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar13 = *pbVar11 < *pbVar12;\n bVar14 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar15 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar15 * -2 + 1;\n } while (bVar14);\n if ((!bVar13 && !bVar14) == bVar13) break;\n if (uVar6 == 4) {\n uVar6 = local_30 - pos;\n break;\n }\n uVar6 = uVar6 + 1;\n bVar13 = uVar6 < uVar1 - uVar10;\n bVar14 = uVar6 == uVar1 - uVar10;\n } while (!bVar14);\n }\n else {\n uVar6 = 1;\n }" if (parenthesized_expression "((int)(uVar10 + 2) < (int)local_30)" ( (binary_expression "(int)(uVar10 + 2) < (int)local_30" (cast_expression "(int)(uVar10 + 2)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(uVar10 + 2)" ( (binary_expression "uVar10 + 2" identifier + number_literal) ))) < (cast_expression "(int)local_30" ( (type_descriptor "int" primitive_type) ) identifier)) )) (compound_statement "{\n uVar1 = local_30 - 1;\n bVar13 = uVar1 < uVar10;\n bVar14 = uVar1 == uVar10;\n uVar6 = 1;\n do {\n iVar9 = 2;\n pbVar11 = (byte *)argv[uVar10 + uVar6 + 1];\n pbVar12 = &DAT_0001a909;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar13 = *pbVar11 < *pbVar12;\n bVar14 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar15 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar15 * -2 + 1;\n } while (bVar14);\n if ((!bVar13 && !bVar14) == bVar13) break;\n if (uVar6 == 4) {\n uVar6 = local_30 - pos;\n break;\n }\n uVar6 = uVar6 + 1;\n bVar13 = uVar6 < uVar1 - uVar10;\n bVar14 = uVar6 == uVar1 - uVar10;\n } while (!bVar14);\n }" { (expression_statement "uVar1 = local_30 - 1;" (assignment_expression "uVar1 = local_30 - 1" identifier = (binary_expression "local_30 - 1" identifier - number_literal)) ;) (expression_statement "bVar13 = uVar1 < uVar10;" (assignment_expression "bVar13 = uVar1 < uVar10" identifier = (binary_expression "uVar1 < uVar10" identifier < identifier)) ;) (expression_statement "bVar14 = uVar1 == uVar10;" (assignment_expression "bVar14 = uVar1 == uVar10" identifier = (binary_expression "uVar1 == uVar10" identifier == identifier)) ;) (expression_statement "uVar6 = 1;" (assignment_expression "uVar6 = 1" identifier = number_literal) ;) (do_statement "do {\n iVar9 = 2;\n pbVar11 = (byte *)argv[uVar10 + uVar6 + 1];\n pbVar12 = &DAT_0001a909;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar13 = *pbVar11 < *pbVar12;\n bVar14 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar15 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar15 * -2 + 1;\n } while (bVar14);\n if ((!bVar13 && !bVar14) == bVar13) break;\n if (uVar6 == 4) {\n uVar6 = local_30 - pos;\n break;\n }\n uVar6 = uVar6 + 1;\n bVar13 = uVar6 < uVar1 - uVar10;\n bVar14 = uVar6 == uVar1 - uVar10;\n } while (!bVar14);" do (compound_statement "{\n iVar9 = 2;\n pbVar11 = (byte *)argv[uVar10 + uVar6 + 1];\n pbVar12 = &DAT_0001a909;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar13 = *pbVar11 < *pbVar12;\n bVar14 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar15 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar15 * -2 + 1;\n } while (bVar14);\n if ((!bVar13 && !bVar14) == bVar13) break;\n if (uVar6 == 4) {\n uVar6 = local_30 - pos;\n break;\n }\n uVar6 = uVar6 + 1;\n bVar13 = uVar6 < uVar1 - uVar10;\n bVar14 = uVar6 == uVar1 - uVar10;\n }" { (expression_statement "iVar9 = 2;" (assignment_expression "iVar9 = 2" identifier = number_literal) ;) (expression_statement "pbVar11 = (byte *)argv[uVar10 + uVar6 + 1];" (assignment_expression "pbVar11 = (byte *)argv[uVar10 + uVar6 + 1]" identifier = (cast_expression "(byte *)argv[uVar10 + uVar6 + 1]" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "argv[uVar10 + uVar6 + 1]" identifier [ (binary_expression "uVar10 + uVar6 + 1" (binary_expression "uVar10 + uVar6" identifier + identifier) + number_literal) ]))) ;) (expression_statement "pbVar12 = &DAT_0001a909;" (assignment_expression "pbVar12 = &DAT_0001a909" identifier = (pointer_expression "&DAT_0001a909" & identifier)) ;) (do_statement "do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar13 = *pbVar11 < *pbVar12;\n bVar14 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar15 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar15 * -2 + 1;\n } while (bVar14);" do (compound_statement "{\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar13 = *pbVar11 < *pbVar12;\n bVar14 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar15 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar15 * -2 + 1;\n }" { (if_statement "if (iVar9 == 0) break;" if (parenthesized_expression "(iVar9 == 0)" ( (binary_expression "iVar9 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "iVar9 = iVar9 + -1;" (assignment_expression "iVar9 = iVar9 + -1" identifier = (binary_expression "iVar9 + -1" identifier + number_literal)) ;) (expression_statement "bVar13 = *pbVar11 < *pbVar12;" (assignment_expression "bVar13 = *pbVar11 < *pbVar12" identifier = (binary_expression "*pbVar11 < *pbVar12" (pointer_expression "*pbVar11" * identifier) < (pointer_expression "*pbVar12" * identifier))) ;) (expression_statement "bVar14 = *pbVar11 == *pbVar12;" (assignment_expression "bVar14 = *pbVar11 == *pbVar12" identifier = (binary_expression "*pbVar11 == *pbVar12" (pointer_expression "*pbVar11" * identifier) == (pointer_expression "*pbVar12" * identifier))) ;) (expression_statement "pbVar11 = pbVar11 + (uint)bVar15 * -2 + 1;" (assignment_expression "pbVar11 = pbVar11 + (uint)bVar15 * -2 + 1" identifier = (binary_expression "pbVar11 + (uint)bVar15 * -2 + 1" (binary_expression "pbVar11 + (uint)bVar15 * -2" identifier + (binary_expression "(uint)bVar15 * -2" (cast_expression "(uint)bVar15" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "pbVar12 = pbVar12 + (uint)bVar15 * -2 + 1;" (assignment_expression "pbVar12 = pbVar12 + (uint)bVar15 * -2 + 1" identifier = (binary_expression "pbVar12 + (uint)bVar15 * -2 + 1" (binary_expression "pbVar12 + (uint)bVar15 * -2" identifier + (binary_expression "(uint)bVar15 * -2" (cast_expression "(uint)bVar15" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar14)" ( identifier )) ;) (if_statement "if ((!bVar13 && !bVar14) == bVar13) break;" if (parenthesized_expression "((!bVar13 && !bVar14) == bVar13)" ( (binary_expression "(!bVar13 && !bVar14) == bVar13" (parenthesized_expression "(!bVar13 && !bVar14)" ( (binary_expression "!bVar13 && !bVar14" (unary_expression "!bVar13" ! identifier) && (unary_expression "!bVar14" ! identifier)) )) == identifier) )) (break_statement "break;" break ;)) (if_statement "if (uVar6 == 4) {\n uVar6 = local_30 - pos;\n break;\n }" if (parenthesized_expression "(uVar6 == 4)" ( (binary_expression "uVar6 == 4" identifier == number_literal) )) (compound_statement "{\n uVar6 = local_30 - pos;\n break;\n }" { (expression_statement "uVar6 = local_30 - pos;" (assignment_expression "uVar6 = local_30 - pos" identifier = (binary_expression "local_30 - pos" identifier - identifier)) ;) (break_statement "break;" break ;) })) (expression_statement "uVar6 = uVar6 + 1;" (assignment_expression "uVar6 = uVar6 + 1" identifier = (binary_expression "uVar6 + 1" identifier + number_literal)) ;) (expression_statement "bVar13 = uVar6 < uVar1 - uVar10;" (assignment_expression "bVar13 = uVar6 < uVar1 - uVar10" identifier = (binary_expression "uVar6 < uVar1 - uVar10" identifier < (binary_expression "uVar1 - uVar10" identifier - identifier))) ;) (expression_statement "bVar14 = uVar6 == uVar1 - uVar10;" (assignment_expression "bVar14 = uVar6 == uVar1 - uVar10" identifier = (binary_expression "uVar6 == uVar1 - uVar10" identifier == (binary_expression "uVar1 - uVar10" identifier - identifier))) ;) }) while (parenthesized_expression "(!bVar14)" ( (unary_expression "!bVar14" ! identifier) )) ;) }) (else_clause "else {\n uVar6 = 1;\n }" else (compound_statement "{\n uVar6 = 1;\n }" { (expression_statement "uVar6 = 1;" (assignment_expression "uVar6 = 1" identifier = number_literal) ;) }))) (expression_statement "_Var5 = posixtest(uVar6);" (assignment_expression "_Var5 = posixtest(uVar6)" identifier = (call_expression "posixtest(uVar6)" identifier (argument_list "(uVar6)" ( identifier )))) ;) (expression_statement "pcVar7 = argv[pos];" (assignment_expression "pcVar7 = argv[pos]" identifier = (subscript_expression "argv[pos]" identifier [ identifier ])) ;) (if_statement "if (pcVar7 == (char *)0x0) {\n pcVar8 = quote(")");\n pcVar7 = "%s expected";\n goto LAB_00012a74;\n }" if (parenthesized_expression "(pcVar7 == (char *)0x0)" ( (binary_expression "pcVar7 == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n pcVar8 = quote(")");\n pcVar7 = "%s expected";\n goto LAB_00012a74;\n }" { (expression_statement "pcVar8 = quote(")");" (assignment_expression "pcVar8 = quote(")")" identifier = (call_expression "quote(")")" identifier (argument_list "(")")" ( (string_literal "")"" " string_content ") )))) ;) (expression_statement "pcVar7 = "%s expected";" (assignment_expression "pcVar7 = "%s expected"" identifier = (string_literal ""%s expected"" " string_content ")) ;) (goto_statement "goto LAB_00012a74;" goto statement_identifier ;) })) (if_statement "if ((*pcVar7 != ')') || (pcVar7[1] != '\0')) {\n pcVar7 = quote_n(1,pcVar7);\n pcVar8 = quote_n(0,")");\n format = (char *)dcgettext(0,"%s expected, found %s",5);\n /* WARNING: Subroutine does not return */\n test_syntax_error(format,pcVar8,pcVar7);\n }" if (parenthesized_expression "((*pcVar7 != ')') || (pcVar7[1] != '\0'))" ( (binary_expression "(*pcVar7 != ')') || (pcVar7[1] != '\0')" (parenthesized_expression "(*pcVar7 != ')')" ( (binary_expression "*pcVar7 != ')'" (pointer_expression "*pcVar7" * identifier) != (char_literal "')'" ' character ')) )) || (parenthesized_expression "(pcVar7[1] != '\0')" ( (binary_expression "pcVar7[1] != '\0'" (subscript_expression "pcVar7[1]" identifier [ number_literal ]) != (char_literal "'\0'" ' escape_sequence ')) ))) )) (compound_statement "{\n pcVar7 = quote_n(1,pcVar7);\n pcVar8 = quote_n(0,")");\n format = (char *)dcgettext(0,"%s expected, found %s",5);\n /* WARNING: Subroutine does not return */\n test_syntax_error(format,pcVar8,pcVar7);\n }" { (expression_statement "pcVar7 = quote_n(1,pcVar7);" (assignment_expression "pcVar7 = quote_n(1,pcVar7)" identifier = (call_expression "quote_n(1,pcVar7)" identifier (argument_list "(1,pcVar7)" ( number_literal , identifier )))) ;) (expression_statement "pcVar8 = quote_n(0,")");" (assignment_expression "pcVar8 = quote_n(0,")")" identifier = (call_expression "quote_n(0,")")" identifier (argument_list "(0,")")" ( number_literal , (string_literal "")"" " string_content ") )))) ;) (expression_statement "format = (char *)dcgettext(0,"%s expected, found %s",5);" (assignment_expression "format = (char *)dcgettext(0,"%s expected, found %s",5)" identifier = (cast_expression "(char *)dcgettext(0,"%s expected, found %s",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"%s expected, found %s",5)" identifier (argument_list "(0,"%s expected, found %s",5)" ( number_literal , (string_literal ""%s expected, found %s"" " string_content ") , number_literal ))))) ;) comment (expression_statement "test_syntax_error(format,pcVar8,pcVar7);" (call_expression "test_syntax_error(format,pcVar8,pcVar7)" identifier (argument_list "(format,pcVar8,pcVar7)" ( identifier , identifier , identifier ))) ;) })) (expression_statement "pos = pos + 1;" (assignment_expression "pos = pos + 1" identifier = (binary_expression "pos + 1" identifier + number_literal)) ;) (labeled_statement "LAB_00012812:\n local_1e = local_1e & (_Var5 ^ local_1f);" statement_identifier : (expression_statement "local_1e = local_1e & (_Var5 ^ local_1f);" (assignment_expression "local_1e = local_1e & (_Var5 ^ local_1f)" identifier = (binary_expression "local_1e & (_Var5 ^ local_1f)" identifier & (parenthesized_expression "(_Var5 ^ local_1f)" ( (binary_expression "_Var5 ^ local_1f" identifier ^ identifier) )))) ;)) (expression_statement "bVar13 = (uint)argc < (uint)pos;" (assignment_expression "bVar13 = (uint)argc < (uint)pos" identifier = (binary_expression "(uint)argc < (uint)pos" (cast_expression "(uint)argc" ( (type_descriptor "uint" type_identifier) ) identifier) < (cast_expression "(uint)pos" ( (type_descriptor "uint" type_identifier) ) identifier))) ;) (expression_statement "bVar14 = argc == pos;" (assignment_expression "bVar14 = argc == pos" identifier = (binary_expression "argc == pos" identifier == identifier)) ;) (expression_statement "local_30 = argc;" (assignment_expression "local_30 = argc" identifier = identifier) ;) (if_statement "if (argc <= pos) {\nLAB_000128f3:\n return (_Bool)(local_1d | local_1e);\n }" if (parenthesized_expression "(argc <= pos)" ( (binary_expression "argc <= pos" identifier <= identifier) )) (compound_statement "{\nLAB_000128f3:\n return (_Bool)(local_1d | local_1e);\n }" { (labeled_statement "LAB_000128f3:\n return (_Bool)(local_1d | local_1e);" statement_identifier : (return_statement "return (_Bool)(local_1d | local_1e);" return (call_expression "(_Bool)(local_1d | local_1e)" (parenthesized_expression "(_Bool)" ( identifier )) (argument_list "(local_1d | local_1e)" ( (binary_expression "local_1d | local_1e" identifier | identifier) ))) ;)) })) }))) (expression_statement "iVar9 = 3;" (assignment_expression "iVar9 = 3" identifier = number_literal) ;) (expression_statement "pbVar11 = (byte *)argv[pos];" (assignment_expression "pbVar11 = (byte *)argv[pos]" identifier = (cast_expression "(byte *)argv[pos]" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "argv[pos]" identifier [ identifier ]))) ;) (expression_statement "pbVar12 = &DAT_00019102;" (assignment_expression "pbVar12 = &DAT_00019102" identifier = (pointer_expression "&DAT_00019102" & identifier)) ;) (do_statement "do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar13 = *pbVar11 < *pbVar12;\n bVar14 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar15 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar15 * -2 + 1;\n } while (bVar14);" do (compound_statement "{\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar13 = *pbVar11 < *pbVar12;\n bVar14 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar15 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar15 * -2 + 1;\n }" { (if_statement "if (iVar9 == 0) break;" if (parenthesized_expression "(iVar9 == 0)" ( (binary_expression "iVar9 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "iVar9 = iVar9 + -1;" (assignment_expression "iVar9 = iVar9 + -1" identifier = (binary_expression "iVar9 + -1" identifier + number_literal)) ;) (expression_statement "bVar13 = *pbVar11 < *pbVar12;" (assignment_expression "bVar13 = *pbVar11 < *pbVar12" identifier = (binary_expression "*pbVar11 < *pbVar12" (pointer_expression "*pbVar11" * identifier) < (pointer_expression "*pbVar12" * identifier))) ;) (expression_statement "bVar14 = *pbVar11 == *pbVar12;" (assignment_expression "bVar14 = *pbVar11 == *pbVar12" identifier = (binary_expression "*pbVar11 == *pbVar12" (pointer_expression "*pbVar11" * identifier) == (pointer_expression "*pbVar12" * identifier))) ;) (expression_statement "pbVar11 = pbVar11 + (uint)bVar15 * -2 + 1;" (assignment_expression "pbVar11 = pbVar11 + (uint)bVar15 * -2 + 1" identifier = (binary_expression "pbVar11 + (uint)bVar15 * -2 + 1" (binary_expression "pbVar11 + (uint)bVar15 * -2" identifier + (binary_expression "(uint)bVar15 * -2" (cast_expression "(uint)bVar15" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "pbVar12 = pbVar12 + (uint)bVar15 * -2 + 1;" (assignment_expression "pbVar12 = pbVar12 + (uint)bVar15 * -2 + 1" identifier = (binary_expression "pbVar12 + (uint)bVar15 * -2 + 1" (binary_expression "pbVar12 + (uint)bVar15 * -2" identifier + (binary_expression "(uint)bVar15 * -2" (cast_expression "(uint)bVar15" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar14)" ( identifier )) ;) (if_statement "if ((!bVar13 && !bVar14) != bVar13) break;" if (parenthesized_expression "((!bVar13 && !bVar14) != bVar13)" ( (binary_expression "(!bVar13 && !bVar14) != bVar13" (parenthesized_expression "(!bVar13 && !bVar14)" ( (binary_expression "!bVar13 && !bVar14" (unary_expression "!bVar13" ! identifier) && (unary_expression "!bVar14" ! identifier)) )) != identifier) )) (break_statement "break;" break ;)) (expression_statement "pos = pos + 1;" (assignment_expression "pos = pos + 1" identifier = (binary_expression "pos + 1" identifier + number_literal)) ;) (if_statement "if ((int)local_30 <= pos) goto LAB_0001285f;" if (parenthesized_expression "((int)local_30 <= pos)" ( (binary_expression "(int)local_30 <= pos" (cast_expression "(int)local_30" ( (type_descriptor "int" primitive_type) ) identifier) <= identifier) )) (goto_statement "goto LAB_0001285f;" goto statement_identifier ;)) }) while (parenthesized_expression "( true )" ( true )) ;) (expression_statement "bVar13 = false;" (assignment_expression "bVar13 = false" identifier = false) ;) (expression_statement "local_1d = (_Bool)(local_1d | local_1e);" (assignment_expression "local_1d = (_Bool)(local_1d | local_1e)" identifier = (call_expression "(_Bool)(local_1d | local_1e)" (parenthesized_expression "(_Bool)" ( identifier )) (argument_list "(local_1d | local_1e)" ( (binary_expression "local_1d | local_1e" identifier | identifier) )))) ;) (expression_statement "bVar14 = local_1d == false;" (assignment_expression "bVar14 = local_1d == false" identifier = (binary_expression "local_1d == false" identifier == false)) ;) (expression_statement "iVar9 = 3;" (assignment_expression "iVar9 = 3" identifier = number_literal) ;) (expression_statement "pbVar11 = (byte *)argv[pos];" (assignment_expression "pbVar11 = (byte *)argv[pos]" identifier = (cast_expression "(byte *)argv[pos]" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "argv[pos]" identifier [ identifier ]))) ;) (expression_statement "pbVar12 = &DAT_00019105;" (assignment_expression "pbVar12 = &DAT_00019105" identifier = (pointer_expression "&DAT_00019105" & identifier)) ;) (do_statement "do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar13 = *pbVar11 < *pbVar12;\n bVar14 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar15 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar15 * -2 + 1;\n } while (bVar14);" do (compound_statement "{\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar13 = *pbVar11 < *pbVar12;\n bVar14 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar15 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar15 * -2 + 1;\n }" { (if_statement "if (iVar9 == 0) break;" if (parenthesized_expression "(iVar9 == 0)" ( (binary_expression "iVar9 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "iVar9 = iVar9 + -1;" (assignment_expression "iVar9 = iVar9 + -1" identifier = (binary_expression "iVar9 + -1" identifier + number_literal)) ;) (expression_statement "bVar13 = *pbVar11 < *pbVar12;" (assignment_expression "bVar13 = *pbVar11 < *pbVar12" identifier = (binary_expression "*pbVar11 < *pbVar12" (pointer_expression "*pbVar11" * identifier) < (pointer_expression "*pbVar12" * identifier))) ;) (expression_statement "bVar14 = *pbVar11 == *pbVar12;" (assignment_expression "bVar14 = *pbVar11 == *pbVar12" identifier = (binary_expression "*pbVar11 == *pbVar12" (pointer_expression "*pbVar11" * identifier) == (pointer_expression "*pbVar12" * identifier))) ;) (expression_statement "pbVar11 = pbVar11 + (uint)bVar15 * -2 + 1;" (assignment_expression "pbVar11 = pbVar11 + (uint)bVar15 * -2 + 1" identifier = (binary_expression "pbVar11 + (uint)bVar15 * -2 + 1" (binary_expression "pbVar11 + (uint)bVar15 * -2" identifier + (binary_expression "(uint)bVar15 * -2" (cast_expression "(uint)bVar15" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "pbVar12 = pbVar12 + (uint)bVar15 * -2 + 1;" (assignment_expression "pbVar12 = pbVar12 + (uint)bVar15 * -2 + 1" identifier = (binary_expression "pbVar12 + (uint)bVar15 * -2 + 1" (binary_expression "pbVar12 + (uint)bVar15 * -2" identifier + (binary_expression "(uint)bVar15 * -2" (cast_expression "(uint)bVar15" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar14)" ( identifier )) ;) (if_statement "if ((!bVar13 && !bVar14) != bVar13) {\n return local_1d;\n }" if (parenthesized_expression "((!bVar13 && !bVar14) != bVar13)" ( (binary_expression "(!bVar13 && !bVar14) != bVar13" (parenthesized_expression "(!bVar13 && !bVar14)" ( (binary_expression "!bVar13 && !bVar14" (unary_expression "!bVar13" ! identifier) && (unary_expression "!bVar14" ! identifier)) )) != identifier) )) (compound_statement "{\n return local_1d;\n }" { (return_statement "return local_1d;" return identifier ;) })) (expression_statement "pos = pos + 1;" (assignment_expression "pos = pos + 1" identifier = (binary_expression "pos + 1" identifier + number_literal)) ;) (goto_statement "goto LAB_000126b0;" goto statement_identifier ;) })))
(translation_unit "byte FUN_00012680(void)\n\n{\n byte bVar1;\n byte bVar2;\n char cVar3;\n uint uVar4;\n undefined4 uVar5;\n undefined4 uVar6;\n undefined4 uVar7;\n char *pcVar8;\n int iVar9;\n uint uVar10;\n byte *pbVar11;\n byte *pbVar12;\n byte *pbVar13;\n bool bVar14;\n bool bVar15;\n byte bVar16;\n uint local_30;\n byte *local_2c;\n byte local_1f;\n byte local_1e;\n byte local_1d;\n \n bVar16 = 0;\n local_1d = 0;\n local_30 = DAT_0001e14c;\nLAB_000126b0:\n local_1e = 1;\n if ((int)local_30 <= (int)DAT_0001e150) {\nLAB_0001285f:\n \n FUN_000118f0();\n }\n do {\n local_2c = *(byte **)(DAT_0001e148 + DAT_0001e150 * 4);\n bVar2 = *local_2c;\n uVar10 = DAT_0001e150;\n if (bVar2 == 0x21) {\n if (local_2c[1] == 0) {\n DAT_0001e150 = DAT_0001e150 + 1;\n if ((int)DAT_0001e150 < (int)local_30) {\n bVar14 = false;\n local_1f = 1;\n uVar10 = DAT_0001e150;\n while( true ) {\n local_2c = *(byte **)(DAT_0001e148 + uVar10 * 4);\n bVar1 = *local_2c;\n if (bVar1 != 0x21) break;\n if (local_2c[1] != 0) {\n if (bVar14) {\n DAT_0001e150 = uVar10;\n }\n goto LAB_00012876;\n }\n uVar10 = uVar10 + 1;\n if (uVar10 == local_30) {\n DAT_0001e150 = uVar10;\n \n FUN_000118f0();\n }\n local_1f = local_1f ^ 1;\n bVar14 = true;\n }\n if (bVar14) {\n DAT_0001e150 = uVar10;\n }\n goto LAB_0001274e;\n }\n goto LAB_0001285f;\n }\n local_1f = 0;\nLAB_00012876:\n uVar4 = local_30 - uVar10;\n bVar14 = uVar4 < 3;\n bVar15 = uVar4 == 3;\n if (3 < (int)uVar4) {\n iVar9 = 3;\n pbVar11 = local_2c;\n pbVar12 = (byte *)0x1908a;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar11 < *pbVar12;\n bVar15 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n } while (bVar15);\n if (((!bVar14 && !bVar15) != bVar14) || (cVar3 = FUN_00011610(), cVar3 == '\0'))\n goto LAB_000128b8;\n bVar2 = FUN_00011ee0();\n goto LAB_00012812;\n }\n if (bVar15) {\nLAB_000128b8:\n cVar3 = FUN_00011610();\n if (cVar3 != '\0') {\n bVar2 = FUN_00011ee0();\n goto LAB_00012812;\n }\n }\n if (((bVar2 == 0x2d) && (local_2c[1] != 0)) && (local_2c[2] == 0)) {\n cVar3 = FUN_00012420();\n if (cVar3 == '\0') {\n uVar5 = FUN_00015250(local_2c);\n pcVar8 = "%s: unary operator expected";\nLAB_00012a74:\n uVar6 = dcgettext(0,pcVar8,5);\n \n FUN_000117f0(uVar6,uVar5);\n }\n bVar2 = FUN_00011980();\n goto LAB_00012812;\n }\n DAT_0001e150 = uVar10 + 1;\n local_1e = local_1e & (bVar2 != 0 ^ local_1f);\n bVar14 = local_30 < DAT_0001e150;\n bVar15 = local_30 == DAT_0001e150;\n if ((int)local_30 <= (int)DAT_0001e150) goto LAB_000128f3;\n }\n else {\n local_1f = 0;\n bVar1 = bVar2;\nLAB_0001274e:\n bVar2 = bVar1;\n if ((bVar1 != 0x28) || (local_2c[1] != 0)) goto LAB_00012876;\n DAT_0001e150 = uVar10 + 1;\n if ((int)local_30 <= (int)DAT_0001e150) goto LAB_0001285f;\n if ((int)(uVar10 + 2) < (int)local_30) {\n local_30 = local_30 - 1;\n bVar14 = local_30 < uVar10;\n bVar15 = local_30 == uVar10;\n uVar4 = 1;\n do {\n iVar9 = 2;\n pbVar11 = *(byte **)(DAT_0001e148 + uVar10 * 4 + 4 + uVar4 * 4);\n pbVar12 = &DAT_0001a909;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar11 < *pbVar12;\n bVar15 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n } while (bVar15);\n if (((!bVar14 && !bVar15) == bVar14) || (uVar4 == 4)) break;\n uVar4 = uVar4 + 1;\n bVar14 = uVar4 < local_30 - uVar10;\n bVar15 = uVar4 == local_30 - uVar10;\n } while (!bVar15);\n }\n bVar2 = FUN_00012520();\n pcVar8 = *(char **)(DAT_0001e148 + DAT_0001e150 * 4);\n if (pcVar8 == (char *)0x0) {\n uVar5 = FUN_00015250(&DAT_0001a909);\n pcVar8 = "%s expected";\n goto LAB_00012a74;\n }\n if ((*pcVar8 != ')') || (pcVar8[1] != '\0')) {\n uVar5 = FUN_00015220(1,pcVar8);\n uVar6 = FUN_00015220(0,&DAT_0001a909);\n uVar7 = dcgettext(0,"%s expected, found %s",5);\n \n FUN_000117f0(uVar7,uVar6,uVar5);\n }\n DAT_0001e150 = DAT_0001e150 + 1;\nLAB_00012812:\n local_1e = local_1e & (bVar2 ^ local_1f);\n bVar14 = DAT_0001e14c < DAT_0001e150;\n bVar15 = DAT_0001e14c == DAT_0001e150;\n local_30 = DAT_0001e14c;\n if ((int)DAT_0001e14c <= (int)DAT_0001e150) {\nLAB_000128f3:\n return local_1d | local_1e;\n }\n }\n iVar9 = 3;\n pbVar11 = *(byte **)(DAT_0001e148 + DAT_0001e150 * 4);\n pbVar12 = pbVar11;\n pbVar13 = &DAT_00019102;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar12 < *pbVar13;\n bVar15 = *pbVar12 == *pbVar13;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n pbVar13 = pbVar13 + (uint)bVar16 * -2 + 1;\n } while (bVar15);\n if ((!bVar14 && !bVar15) != bVar14) break;\n DAT_0001e150 = DAT_0001e150 + 1;\n if ((int)local_30 <= (int)DAT_0001e150) goto LAB_0001285f;\n } while( true );\n bVar14 = false;\n local_1d = local_1d | local_1e;\n bVar15 = local_1d == 0;\n iVar9 = 3;\n pbVar12 = &DAT_00019105;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar11 < *pbVar12;\n bVar15 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n } while (bVar15);\n if ((!bVar14 && !bVar15) != bVar14) {\n return local_1d;\n }\n DAT_0001e150 = DAT_0001e150 + 1;\n goto LAB_000126b0;\n}\n\n" (function_definition "byte FUN_00012680(void)\n\n{\n byte bVar1;\n byte bVar2;\n char cVar3;\n uint uVar4;\n undefined4 uVar5;\n undefined4 uVar6;\n undefined4 uVar7;\n char *pcVar8;\n int iVar9;\n uint uVar10;\n byte *pbVar11;\n byte *pbVar12;\n byte *pbVar13;\n bool bVar14;\n bool bVar15;\n byte bVar16;\n uint local_30;\n byte *local_2c;\n byte local_1f;\n byte local_1e;\n byte local_1d;\n \n bVar16 = 0;\n local_1d = 0;\n local_30 = DAT_0001e14c;\nLAB_000126b0:\n local_1e = 1;\n if ((int)local_30 <= (int)DAT_0001e150) {\nLAB_0001285f:\n \n FUN_000118f0();\n }\n do {\n local_2c = *(byte **)(DAT_0001e148 + DAT_0001e150 * 4);\n bVar2 = *local_2c;\n uVar10 = DAT_0001e150;\n if (bVar2 == 0x21) {\n if (local_2c[1] == 0) {\n DAT_0001e150 = DAT_0001e150 + 1;\n if ((int)DAT_0001e150 < (int)local_30) {\n bVar14 = false;\n local_1f = 1;\n uVar10 = DAT_0001e150;\n while( true ) {\n local_2c = *(byte **)(DAT_0001e148 + uVar10 * 4);\n bVar1 = *local_2c;\n if (bVar1 != 0x21) break;\n if (local_2c[1] != 0) {\n if (bVar14) {\n DAT_0001e150 = uVar10;\n }\n goto LAB_00012876;\n }\n uVar10 = uVar10 + 1;\n if (uVar10 == local_30) {\n DAT_0001e150 = uVar10;\n \n FUN_000118f0();\n }\n local_1f = local_1f ^ 1;\n bVar14 = true;\n }\n if (bVar14) {\n DAT_0001e150 = uVar10;\n }\n goto LAB_0001274e;\n }\n goto LAB_0001285f;\n }\n local_1f = 0;\nLAB_00012876:\n uVar4 = local_30 - uVar10;\n bVar14 = uVar4 < 3;\n bVar15 = uVar4 == 3;\n if (3 < (int)uVar4) {\n iVar9 = 3;\n pbVar11 = local_2c;\n pbVar12 = (byte *)0x1908a;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar11 < *pbVar12;\n bVar15 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n } while (bVar15);\n if (((!bVar14 && !bVar15) != bVar14) || (cVar3 = FUN_00011610(), cVar3 == '\0'))\n goto LAB_000128b8;\n bVar2 = FUN_00011ee0();\n goto LAB_00012812;\n }\n if (bVar15) {\nLAB_000128b8:\n cVar3 = FUN_00011610();\n if (cVar3 != '\0') {\n bVar2 = FUN_00011ee0();\n goto LAB_00012812;\n }\n }\n if (((bVar2 == 0x2d) && (local_2c[1] != 0)) && (local_2c[2] == 0)) {\n cVar3 = FUN_00012420();\n if (cVar3 == '\0') {\n uVar5 = FUN_00015250(local_2c);\n pcVar8 = "%s: unary operator expected";\nLAB_00012a74:\n uVar6 = dcgettext(0,pcVar8,5);\n \n FUN_000117f0(uVar6,uVar5);\n }\n bVar2 = FUN_00011980();\n goto LAB_00012812;\n }\n DAT_0001e150 = uVar10 + 1;\n local_1e = local_1e & (bVar2 != 0 ^ local_1f);\n bVar14 = local_30 < DAT_0001e150;\n bVar15 = local_30 == DAT_0001e150;\n if ((int)local_30 <= (int)DAT_0001e150) goto LAB_000128f3;\n }\n else {\n local_1f = 0;\n bVar1 = bVar2;\nLAB_0001274e:\n bVar2 = bVar1;\n if ((bVar1 != 0x28) || (local_2c[1] != 0)) goto LAB_00012876;\n DAT_0001e150 = uVar10 + 1;\n if ((int)local_30 <= (int)DAT_0001e150) goto LAB_0001285f;\n if ((int)(uVar10 + 2) < (int)local_30) {\n local_30 = local_30 - 1;\n bVar14 = local_30 < uVar10;\n bVar15 = local_30 == uVar10;\n uVar4 = 1;\n do {\n iVar9 = 2;\n pbVar11 = *(byte **)(DAT_0001e148 + uVar10 * 4 + 4 + uVar4 * 4);\n pbVar12 = &DAT_0001a909;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar11 < *pbVar12;\n bVar15 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n } while (bVar15);\n if (((!bVar14 && !bVar15) == bVar14) || (uVar4 == 4)) break;\n uVar4 = uVar4 + 1;\n bVar14 = uVar4 < local_30 - uVar10;\n bVar15 = uVar4 == local_30 - uVar10;\n } while (!bVar15);\n }\n bVar2 = FUN_00012520();\n pcVar8 = *(char **)(DAT_0001e148 + DAT_0001e150 * 4);\n if (pcVar8 == (char *)0x0) {\n uVar5 = FUN_00015250(&DAT_0001a909);\n pcVar8 = "%s expected";\n goto LAB_00012a74;\n }\n if ((*pcVar8 != ')') || (pcVar8[1] != '\0')) {\n uVar5 = FUN_00015220(1,pcVar8);\n uVar6 = FUN_00015220(0,&DAT_0001a909);\n uVar7 = dcgettext(0,"%s expected, found %s",5);\n \n FUN_000117f0(uVar7,uVar6,uVar5);\n }\n DAT_0001e150 = DAT_0001e150 + 1;\nLAB_00012812:\n local_1e = local_1e & (bVar2 ^ local_1f);\n bVar14 = DAT_0001e14c < DAT_0001e150;\n bVar15 = DAT_0001e14c == DAT_0001e150;\n local_30 = DAT_0001e14c;\n if ((int)DAT_0001e14c <= (int)DAT_0001e150) {\nLAB_000128f3:\n return local_1d | local_1e;\n }\n }\n iVar9 = 3;\n pbVar11 = *(byte **)(DAT_0001e148 + DAT_0001e150 * 4);\n pbVar12 = pbVar11;\n pbVar13 = &DAT_00019102;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar12 < *pbVar13;\n bVar15 = *pbVar12 == *pbVar13;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n pbVar13 = pbVar13 + (uint)bVar16 * -2 + 1;\n } while (bVar15);\n if ((!bVar14 && !bVar15) != bVar14) break;\n DAT_0001e150 = DAT_0001e150 + 1;\n if ((int)local_30 <= (int)DAT_0001e150) goto LAB_0001285f;\n } while( true );\n bVar14 = false;\n local_1d = local_1d | local_1e;\n bVar15 = local_1d == 0;\n iVar9 = 3;\n pbVar12 = &DAT_00019105;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar11 < *pbVar12;\n bVar15 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n } while (bVar15);\n if ((!bVar14 && !bVar15) != bVar14) {\n return local_1d;\n }\n DAT_0001e150 = DAT_0001e150 + 1;\n goto LAB_000126b0;\n}" type_identifier (function_declarator "FUN_00012680(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n byte bVar1;\n byte bVar2;\n char cVar3;\n uint uVar4;\n undefined4 uVar5;\n undefined4 uVar6;\n undefined4 uVar7;\n char *pcVar8;\n int iVar9;\n uint uVar10;\n byte *pbVar11;\n byte *pbVar12;\n byte *pbVar13;\n bool bVar14;\n bool bVar15;\n byte bVar16;\n uint local_30;\n byte *local_2c;\n byte local_1f;\n byte local_1e;\n byte local_1d;\n \n bVar16 = 0;\n local_1d = 0;\n local_30 = DAT_0001e14c;\nLAB_000126b0:\n local_1e = 1;\n if ((int)local_30 <= (int)DAT_0001e150) {\nLAB_0001285f:\n \n FUN_000118f0();\n }\n do {\n local_2c = *(byte **)(DAT_0001e148 + DAT_0001e150 * 4);\n bVar2 = *local_2c;\n uVar10 = DAT_0001e150;\n if (bVar2 == 0x21) {\n if (local_2c[1] == 0) {\n DAT_0001e150 = DAT_0001e150 + 1;\n if ((int)DAT_0001e150 < (int)local_30) {\n bVar14 = false;\n local_1f = 1;\n uVar10 = DAT_0001e150;\n while( true ) {\n local_2c = *(byte **)(DAT_0001e148 + uVar10 * 4);\n bVar1 = *local_2c;\n if (bVar1 != 0x21) break;\n if (local_2c[1] != 0) {\n if (bVar14) {\n DAT_0001e150 = uVar10;\n }\n goto LAB_00012876;\n }\n uVar10 = uVar10 + 1;\n if (uVar10 == local_30) {\n DAT_0001e150 = uVar10;\n \n FUN_000118f0();\n }\n local_1f = local_1f ^ 1;\n bVar14 = true;\n }\n if (bVar14) {\n DAT_0001e150 = uVar10;\n }\n goto LAB_0001274e;\n }\n goto LAB_0001285f;\n }\n local_1f = 0;\nLAB_00012876:\n uVar4 = local_30 - uVar10;\n bVar14 = uVar4 < 3;\n bVar15 = uVar4 == 3;\n if (3 < (int)uVar4) {\n iVar9 = 3;\n pbVar11 = local_2c;\n pbVar12 = (byte *)0x1908a;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar11 < *pbVar12;\n bVar15 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n } while (bVar15);\n if (((!bVar14 && !bVar15) != bVar14) || (cVar3 = FUN_00011610(), cVar3 == '\0'))\n goto LAB_000128b8;\n bVar2 = FUN_00011ee0();\n goto LAB_00012812;\n }\n if (bVar15) {\nLAB_000128b8:\n cVar3 = FUN_00011610();\n if (cVar3 != '\0') {\n bVar2 = FUN_00011ee0();\n goto LAB_00012812;\n }\n }\n if (((bVar2 == 0x2d) && (local_2c[1] != 0)) && (local_2c[2] == 0)) {\n cVar3 = FUN_00012420();\n if (cVar3 == '\0') {\n uVar5 = FUN_00015250(local_2c);\n pcVar8 = "%s: unary operator expected";\nLAB_00012a74:\n uVar6 = dcgettext(0,pcVar8,5);\n \n FUN_000117f0(uVar6,uVar5);\n }\n bVar2 = FUN_00011980();\n goto LAB_00012812;\n }\n DAT_0001e150 = uVar10 + 1;\n local_1e = local_1e & (bVar2 != 0 ^ local_1f);\n bVar14 = local_30 < DAT_0001e150;\n bVar15 = local_30 == DAT_0001e150;\n if ((int)local_30 <= (int)DAT_0001e150) goto LAB_000128f3;\n }\n else {\n local_1f = 0;\n bVar1 = bVar2;\nLAB_0001274e:\n bVar2 = bVar1;\n if ((bVar1 != 0x28) || (local_2c[1] != 0)) goto LAB_00012876;\n DAT_0001e150 = uVar10 + 1;\n if ((int)local_30 <= (int)DAT_0001e150) goto LAB_0001285f;\n if ((int)(uVar10 + 2) < (int)local_30) {\n local_30 = local_30 - 1;\n bVar14 = local_30 < uVar10;\n bVar15 = local_30 == uVar10;\n uVar4 = 1;\n do {\n iVar9 = 2;\n pbVar11 = *(byte **)(DAT_0001e148 + uVar10 * 4 + 4 + uVar4 * 4);\n pbVar12 = &DAT_0001a909;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar11 < *pbVar12;\n bVar15 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n } while (bVar15);\n if (((!bVar14 && !bVar15) == bVar14) || (uVar4 == 4)) break;\n uVar4 = uVar4 + 1;\n bVar14 = uVar4 < local_30 - uVar10;\n bVar15 = uVar4 == local_30 - uVar10;\n } while (!bVar15);\n }\n bVar2 = FUN_00012520();\n pcVar8 = *(char **)(DAT_0001e148 + DAT_0001e150 * 4);\n if (pcVar8 == (char *)0x0) {\n uVar5 = FUN_00015250(&DAT_0001a909);\n pcVar8 = "%s expected";\n goto LAB_00012a74;\n }\n if ((*pcVar8 != ')') || (pcVar8[1] != '\0')) {\n uVar5 = FUN_00015220(1,pcVar8);\n uVar6 = FUN_00015220(0,&DAT_0001a909);\n uVar7 = dcgettext(0,"%s expected, found %s",5);\n \n FUN_000117f0(uVar7,uVar6,uVar5);\n }\n DAT_0001e150 = DAT_0001e150 + 1;\nLAB_00012812:\n local_1e = local_1e & (bVar2 ^ local_1f);\n bVar14 = DAT_0001e14c < DAT_0001e150;\n bVar15 = DAT_0001e14c == DAT_0001e150;\n local_30 = DAT_0001e14c;\n if ((int)DAT_0001e14c <= (int)DAT_0001e150) {\nLAB_000128f3:\n return local_1d | local_1e;\n }\n }\n iVar9 = 3;\n pbVar11 = *(byte **)(DAT_0001e148 + DAT_0001e150 * 4);\n pbVar12 = pbVar11;\n pbVar13 = &DAT_00019102;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar12 < *pbVar13;\n bVar15 = *pbVar12 == *pbVar13;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n pbVar13 = pbVar13 + (uint)bVar16 * -2 + 1;\n } while (bVar15);\n if ((!bVar14 && !bVar15) != bVar14) break;\n DAT_0001e150 = DAT_0001e150 + 1;\n if ((int)local_30 <= (int)DAT_0001e150) goto LAB_0001285f;\n } while( true );\n bVar14 = false;\n local_1d = local_1d | local_1e;\n bVar15 = local_1d == 0;\n iVar9 = 3;\n pbVar12 = &DAT_00019105;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar11 < *pbVar12;\n bVar15 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n } while (bVar15);\n if ((!bVar14 && !bVar15) != bVar14) {\n return local_1d;\n }\n DAT_0001e150 = DAT_0001e150 + 1;\n goto LAB_000126b0;\n}" { (declaration "byte bVar1;" type_identifier identifier ;) (declaration "byte bVar2;" type_identifier identifier ;) (declaration "char cVar3;" primitive_type identifier ;) (declaration "uint uVar4;" type_identifier identifier ;) (declaration "undefined4 uVar5;" type_identifier identifier ;) (declaration "undefined4 uVar6;" type_identifier identifier ;) (declaration "undefined4 uVar7;" type_identifier identifier ;) (declaration "char *pcVar8;" primitive_type (pointer_declarator "*pcVar8" * identifier) ;) (declaration "int iVar9;" primitive_type 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 "byte *pbVar13;" type_identifier (pointer_declarator "*pbVar13" * identifier) ;) (declaration "bool bVar14;" primitive_type identifier ;) (declaration "bool bVar15;" primitive_type identifier ;) (declaration "byte bVar16;" type_identifier identifier ;) (declaration "uint local_30;" type_identifier identifier ;) (declaration "byte *local_2c;" type_identifier (pointer_declarator "*local_2c" * identifier) ;) (declaration "byte local_1f;" type_identifier identifier ;) (declaration "byte local_1e;" type_identifier identifier ;) (declaration "byte local_1d;" type_identifier identifier ;) (expression_statement "bVar16 = 0;" (assignment_expression "bVar16 = 0" identifier = number_literal) ;) (expression_statement "local_1d = 0;" (assignment_expression "local_1d = 0" identifier = number_literal) ;) (expression_statement "local_30 = DAT_0001e14c;" (assignment_expression "local_30 = DAT_0001e14c" identifier = identifier) ;) (labeled_statement "LAB_000126b0:\n local_1e = 1;" statement_identifier : (expression_statement "local_1e = 1;" (assignment_expression "local_1e = 1" identifier = number_literal) ;)) (if_statement "if ((int)local_30 <= (int)DAT_0001e150) {\nLAB_0001285f:\n \n FUN_000118f0();\n }" if (parenthesized_expression "((int)local_30 <= (int)DAT_0001e150)" ( (binary_expression "(int)local_30 <= (int)DAT_0001e150" (cast_expression "(int)local_30" ( (type_descriptor "int" primitive_type) ) identifier) <= (cast_expression "(int)DAT_0001e150" ( (type_descriptor "int" primitive_type) ) identifier)) )) (compound_statement "{\nLAB_0001285f:\n \n FUN_000118f0();\n }" { (labeled_statement "LAB_0001285f:\n \n FUN_000118f0();" statement_identifier : (expression_statement "FUN_000118f0();" (call_expression "FUN_000118f0()" identifier (argument_list "()" ( ))) ;)) })) (do_statement "do {\n local_2c = *(byte **)(DAT_0001e148 + DAT_0001e150 * 4);\n bVar2 = *local_2c;\n uVar10 = DAT_0001e150;\n if (bVar2 == 0x21) {\n if (local_2c[1] == 0) {\n DAT_0001e150 = DAT_0001e150 + 1;\n if ((int)DAT_0001e150 < (int)local_30) {\n bVar14 = false;\n local_1f = 1;\n uVar10 = DAT_0001e150;\n while( true ) {\n local_2c = *(byte **)(DAT_0001e148 + uVar10 * 4);\n bVar1 = *local_2c;\n if (bVar1 != 0x21) break;\n if (local_2c[1] != 0) {\n if (bVar14) {\n DAT_0001e150 = uVar10;\n }\n goto LAB_00012876;\n }\n uVar10 = uVar10 + 1;\n if (uVar10 == local_30) {\n DAT_0001e150 = uVar10;\n \n FUN_000118f0();\n }\n local_1f = local_1f ^ 1;\n bVar14 = true;\n }\n if (bVar14) {\n DAT_0001e150 = uVar10;\n }\n goto LAB_0001274e;\n }\n goto LAB_0001285f;\n }\n local_1f = 0;\nLAB_00012876:\n uVar4 = local_30 - uVar10;\n bVar14 = uVar4 < 3;\n bVar15 = uVar4 == 3;\n if (3 < (int)uVar4) {\n iVar9 = 3;\n pbVar11 = local_2c;\n pbVar12 = (byte *)0x1908a;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar11 < *pbVar12;\n bVar15 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n } while (bVar15);\n if (((!bVar14 && !bVar15) != bVar14) || (cVar3 = FUN_00011610(), cVar3 == '\0'))\n goto LAB_000128b8;\n bVar2 = FUN_00011ee0();\n goto LAB_00012812;\n }\n if (bVar15) {\nLAB_000128b8:\n cVar3 = FUN_00011610();\n if (cVar3 != '\0') {\n bVar2 = FUN_00011ee0();\n goto LAB_00012812;\n }\n }\n if (((bVar2 == 0x2d) && (local_2c[1] != 0)) && (local_2c[2] == 0)) {\n cVar3 = FUN_00012420();\n if (cVar3 == '\0') {\n uVar5 = FUN_00015250(local_2c);\n pcVar8 = "%s: unary operator expected";\nLAB_00012a74:\n uVar6 = dcgettext(0,pcVar8,5);\n \n FUN_000117f0(uVar6,uVar5);\n }\n bVar2 = FUN_00011980();\n goto LAB_00012812;\n }\n DAT_0001e150 = uVar10 + 1;\n local_1e = local_1e & (bVar2 != 0 ^ local_1f);\n bVar14 = local_30 < DAT_0001e150;\n bVar15 = local_30 == DAT_0001e150;\n if ((int)local_30 <= (int)DAT_0001e150) goto LAB_000128f3;\n }\n else {\n local_1f = 0;\n bVar1 = bVar2;\nLAB_0001274e:\n bVar2 = bVar1;\n if ((bVar1 != 0x28) || (local_2c[1] != 0)) goto LAB_00012876;\n DAT_0001e150 = uVar10 + 1;\n if ((int)local_30 <= (int)DAT_0001e150) goto LAB_0001285f;\n if ((int)(uVar10 + 2) < (int)local_30) {\n local_30 = local_30 - 1;\n bVar14 = local_30 < uVar10;\n bVar15 = local_30 == uVar10;\n uVar4 = 1;\n do {\n iVar9 = 2;\n pbVar11 = *(byte **)(DAT_0001e148 + uVar10 * 4 + 4 + uVar4 * 4);\n pbVar12 = &DAT_0001a909;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar11 < *pbVar12;\n bVar15 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n } while (bVar15);\n if (((!bVar14 && !bVar15) == bVar14) || (uVar4 == 4)) break;\n uVar4 = uVar4 + 1;\n bVar14 = uVar4 < local_30 - uVar10;\n bVar15 = uVar4 == local_30 - uVar10;\n } while (!bVar15);\n }\n bVar2 = FUN_00012520();\n pcVar8 = *(char **)(DAT_0001e148 + DAT_0001e150 * 4);\n if (pcVar8 == (char *)0x0) {\n uVar5 = FUN_00015250(&DAT_0001a909);\n pcVar8 = "%s expected";\n goto LAB_00012a74;\n }\n if ((*pcVar8 != ')') || (pcVar8[1] != '\0')) {\n uVar5 = FUN_00015220(1,pcVar8);\n uVar6 = FUN_00015220(0,&DAT_0001a909);\n uVar7 = dcgettext(0,"%s expected, found %s",5);\n \n FUN_000117f0(uVar7,uVar6,uVar5);\n }\n DAT_0001e150 = DAT_0001e150 + 1;\nLAB_00012812:\n local_1e = local_1e & (bVar2 ^ local_1f);\n bVar14 = DAT_0001e14c < DAT_0001e150;\n bVar15 = DAT_0001e14c == DAT_0001e150;\n local_30 = DAT_0001e14c;\n if ((int)DAT_0001e14c <= (int)DAT_0001e150) {\nLAB_000128f3:\n return local_1d | local_1e;\n }\n }\n iVar9 = 3;\n pbVar11 = *(byte **)(DAT_0001e148 + DAT_0001e150 * 4);\n pbVar12 = pbVar11;\n pbVar13 = &DAT_00019102;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar12 < *pbVar13;\n bVar15 = *pbVar12 == *pbVar13;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n pbVar13 = pbVar13 + (uint)bVar16 * -2 + 1;\n } while (bVar15);\n if ((!bVar14 && !bVar15) != bVar14) break;\n DAT_0001e150 = DAT_0001e150 + 1;\n if ((int)local_30 <= (int)DAT_0001e150) goto LAB_0001285f;\n } while( true );" do (compound_statement "{\n local_2c = *(byte **)(DAT_0001e148 + DAT_0001e150 * 4);\n bVar2 = *local_2c;\n uVar10 = DAT_0001e150;\n if (bVar2 == 0x21) {\n if (local_2c[1] == 0) {\n DAT_0001e150 = DAT_0001e150 + 1;\n if ((int)DAT_0001e150 < (int)local_30) {\n bVar14 = false;\n local_1f = 1;\n uVar10 = DAT_0001e150;\n while( true ) {\n local_2c = *(byte **)(DAT_0001e148 + uVar10 * 4);\n bVar1 = *local_2c;\n if (bVar1 != 0x21) break;\n if (local_2c[1] != 0) {\n if (bVar14) {\n DAT_0001e150 = uVar10;\n }\n goto LAB_00012876;\n }\n uVar10 = uVar10 + 1;\n if (uVar10 == local_30) {\n DAT_0001e150 = uVar10;\n \n FUN_000118f0();\n }\n local_1f = local_1f ^ 1;\n bVar14 = true;\n }\n if (bVar14) {\n DAT_0001e150 = uVar10;\n }\n goto LAB_0001274e;\n }\n goto LAB_0001285f;\n }\n local_1f = 0;\nLAB_00012876:\n uVar4 = local_30 - uVar10;\n bVar14 = uVar4 < 3;\n bVar15 = uVar4 == 3;\n if (3 < (int)uVar4) {\n iVar9 = 3;\n pbVar11 = local_2c;\n pbVar12 = (byte *)0x1908a;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar11 < *pbVar12;\n bVar15 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n } while (bVar15);\n if (((!bVar14 && !bVar15) != bVar14) || (cVar3 = FUN_00011610(), cVar3 == '\0'))\n goto LAB_000128b8;\n bVar2 = FUN_00011ee0();\n goto LAB_00012812;\n }\n if (bVar15) {\nLAB_000128b8:\n cVar3 = FUN_00011610();\n if (cVar3 != '\0') {\n bVar2 = FUN_00011ee0();\n goto LAB_00012812;\n }\n }\n if (((bVar2 == 0x2d) && (local_2c[1] != 0)) && (local_2c[2] == 0)) {\n cVar3 = FUN_00012420();\n if (cVar3 == '\0') {\n uVar5 = FUN_00015250(local_2c);\n pcVar8 = "%s: unary operator expected";\nLAB_00012a74:\n uVar6 = dcgettext(0,pcVar8,5);\n \n FUN_000117f0(uVar6,uVar5);\n }\n bVar2 = FUN_00011980();\n goto LAB_00012812;\n }\n DAT_0001e150 = uVar10 + 1;\n local_1e = local_1e & (bVar2 != 0 ^ local_1f);\n bVar14 = local_30 < DAT_0001e150;\n bVar15 = local_30 == DAT_0001e150;\n if ((int)local_30 <= (int)DAT_0001e150) goto LAB_000128f3;\n }\n else {\n local_1f = 0;\n bVar1 = bVar2;\nLAB_0001274e:\n bVar2 = bVar1;\n if ((bVar1 != 0x28) || (local_2c[1] != 0)) goto LAB_00012876;\n DAT_0001e150 = uVar10 + 1;\n if ((int)local_30 <= (int)DAT_0001e150) goto LAB_0001285f;\n if ((int)(uVar10 + 2) < (int)local_30) {\n local_30 = local_30 - 1;\n bVar14 = local_30 < uVar10;\n bVar15 = local_30 == uVar10;\n uVar4 = 1;\n do {\n iVar9 = 2;\n pbVar11 = *(byte **)(DAT_0001e148 + uVar10 * 4 + 4 + uVar4 * 4);\n pbVar12 = &DAT_0001a909;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar11 < *pbVar12;\n bVar15 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n } while (bVar15);\n if (((!bVar14 && !bVar15) == bVar14) || (uVar4 == 4)) break;\n uVar4 = uVar4 + 1;\n bVar14 = uVar4 < local_30 - uVar10;\n bVar15 = uVar4 == local_30 - uVar10;\n } while (!bVar15);\n }\n bVar2 = FUN_00012520();\n pcVar8 = *(char **)(DAT_0001e148 + DAT_0001e150 * 4);\n if (pcVar8 == (char *)0x0) {\n uVar5 = FUN_00015250(&DAT_0001a909);\n pcVar8 = "%s expected";\n goto LAB_00012a74;\n }\n if ((*pcVar8 != ')') || (pcVar8[1] != '\0')) {\n uVar5 = FUN_00015220(1,pcVar8);\n uVar6 = FUN_00015220(0,&DAT_0001a909);\n uVar7 = dcgettext(0,"%s expected, found %s",5);\n \n FUN_000117f0(uVar7,uVar6,uVar5);\n }\n DAT_0001e150 = DAT_0001e150 + 1;\nLAB_00012812:\n local_1e = local_1e & (bVar2 ^ local_1f);\n bVar14 = DAT_0001e14c < DAT_0001e150;\n bVar15 = DAT_0001e14c == DAT_0001e150;\n local_30 = DAT_0001e14c;\n if ((int)DAT_0001e14c <= (int)DAT_0001e150) {\nLAB_000128f3:\n return local_1d | local_1e;\n }\n }\n iVar9 = 3;\n pbVar11 = *(byte **)(DAT_0001e148 + DAT_0001e150 * 4);\n pbVar12 = pbVar11;\n pbVar13 = &DAT_00019102;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar12 < *pbVar13;\n bVar15 = *pbVar12 == *pbVar13;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n pbVar13 = pbVar13 + (uint)bVar16 * -2 + 1;\n } while (bVar15);\n if ((!bVar14 && !bVar15) != bVar14) break;\n DAT_0001e150 = DAT_0001e150 + 1;\n if ((int)local_30 <= (int)DAT_0001e150) goto LAB_0001285f;\n }" { (expression_statement "local_2c = *(byte **)(DAT_0001e148 + DAT_0001e150 * 4);" (assignment_expression "local_2c = *(byte **)(DAT_0001e148 + DAT_0001e150 * 4)" identifier = (pointer_expression "*(byte **)(DAT_0001e148 + DAT_0001e150 * 4)" * (cast_expression "(byte **)(DAT_0001e148 + DAT_0001e150 * 4)" ( (type_descriptor "byte **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(DAT_0001e148 + DAT_0001e150 * 4)" ( (binary_expression "DAT_0001e148 + DAT_0001e150 * 4" identifier + (binary_expression "DAT_0001e150 * 4" identifier * number_literal)) ))))) ;) (expression_statement "bVar2 = *local_2c;" (assignment_expression "bVar2 = *local_2c" identifier = (pointer_expression "*local_2c" * identifier)) ;) (expression_statement "uVar10 = DAT_0001e150;" (assignment_expression "uVar10 = DAT_0001e150" identifier = identifier) ;) (if_statement "if (bVar2 == 0x21) {\n if (local_2c[1] == 0) {\n DAT_0001e150 = DAT_0001e150 + 1;\n if ((int)DAT_0001e150 < (int)local_30) {\n bVar14 = false;\n local_1f = 1;\n uVar10 = DAT_0001e150;\n while( true ) {\n local_2c = *(byte **)(DAT_0001e148 + uVar10 * 4);\n bVar1 = *local_2c;\n if (bVar1 != 0x21) break;\n if (local_2c[1] != 0) {\n if (bVar14) {\n DAT_0001e150 = uVar10;\n }\n goto LAB_00012876;\n }\n uVar10 = uVar10 + 1;\n if (uVar10 == local_30) {\n DAT_0001e150 = uVar10;\n \n FUN_000118f0();\n }\n local_1f = local_1f ^ 1;\n bVar14 = true;\n }\n if (bVar14) {\n DAT_0001e150 = uVar10;\n }\n goto LAB_0001274e;\n }\n goto LAB_0001285f;\n }\n local_1f = 0;\nLAB_00012876:\n uVar4 = local_30 - uVar10;\n bVar14 = uVar4 < 3;\n bVar15 = uVar4 == 3;\n if (3 < (int)uVar4) {\n iVar9 = 3;\n pbVar11 = local_2c;\n pbVar12 = (byte *)0x1908a;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar11 < *pbVar12;\n bVar15 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n } while (bVar15);\n if (((!bVar14 && !bVar15) != bVar14) || (cVar3 = FUN_00011610(), cVar3 == '\0'))\n goto LAB_000128b8;\n bVar2 = FUN_00011ee0();\n goto LAB_00012812;\n }\n if (bVar15) {\nLAB_000128b8:\n cVar3 = FUN_00011610();\n if (cVar3 != '\0') {\n bVar2 = FUN_00011ee0();\n goto LAB_00012812;\n }\n }\n if (((bVar2 == 0x2d) && (local_2c[1] != 0)) && (local_2c[2] == 0)) {\n cVar3 = FUN_00012420();\n if (cVar3 == '\0') {\n uVar5 = FUN_00015250(local_2c);\n pcVar8 = "%s: unary operator expected";\nLAB_00012a74:\n uVar6 = dcgettext(0,pcVar8,5);\n \n FUN_000117f0(uVar6,uVar5);\n }\n bVar2 = FUN_00011980();\n goto LAB_00012812;\n }\n DAT_0001e150 = uVar10 + 1;\n local_1e = local_1e & (bVar2 != 0 ^ local_1f);\n bVar14 = local_30 < DAT_0001e150;\n bVar15 = local_30 == DAT_0001e150;\n if ((int)local_30 <= (int)DAT_0001e150) goto LAB_000128f3;\n }\n else {\n local_1f = 0;\n bVar1 = bVar2;\nLAB_0001274e:\n bVar2 = bVar1;\n if ((bVar1 != 0x28) || (local_2c[1] != 0)) goto LAB_00012876;\n DAT_0001e150 = uVar10 + 1;\n if ((int)local_30 <= (int)DAT_0001e150) goto LAB_0001285f;\n if ((int)(uVar10 + 2) < (int)local_30) {\n local_30 = local_30 - 1;\n bVar14 = local_30 < uVar10;\n bVar15 = local_30 == uVar10;\n uVar4 = 1;\n do {\n iVar9 = 2;\n pbVar11 = *(byte **)(DAT_0001e148 + uVar10 * 4 + 4 + uVar4 * 4);\n pbVar12 = &DAT_0001a909;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar11 < *pbVar12;\n bVar15 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n } while (bVar15);\n if (((!bVar14 && !bVar15) == bVar14) || (uVar4 == 4)) break;\n uVar4 = uVar4 + 1;\n bVar14 = uVar4 < local_30 - uVar10;\n bVar15 = uVar4 == local_30 - uVar10;\n } while (!bVar15);\n }\n bVar2 = FUN_00012520();\n pcVar8 = *(char **)(DAT_0001e148 + DAT_0001e150 * 4);\n if (pcVar8 == (char *)0x0) {\n uVar5 = FUN_00015250(&DAT_0001a909);\n pcVar8 = "%s expected";\n goto LAB_00012a74;\n }\n if ((*pcVar8 != ')') || (pcVar8[1] != '\0')) {\n uVar5 = FUN_00015220(1,pcVar8);\n uVar6 = FUN_00015220(0,&DAT_0001a909);\n uVar7 = dcgettext(0,"%s expected, found %s",5);\n \n FUN_000117f0(uVar7,uVar6,uVar5);\n }\n DAT_0001e150 = DAT_0001e150 + 1;\nLAB_00012812:\n local_1e = local_1e & (bVar2 ^ local_1f);\n bVar14 = DAT_0001e14c < DAT_0001e150;\n bVar15 = DAT_0001e14c == DAT_0001e150;\n local_30 = DAT_0001e14c;\n if ((int)DAT_0001e14c <= (int)DAT_0001e150) {\nLAB_000128f3:\n return local_1d | local_1e;\n }\n }" if (parenthesized_expression "(bVar2 == 0x21)" ( (binary_expression "bVar2 == 0x21" identifier == number_literal) )) (compound_statement "{\n if (local_2c[1] == 0) {\n DAT_0001e150 = DAT_0001e150 + 1;\n if ((int)DAT_0001e150 < (int)local_30) {\n bVar14 = false;\n local_1f = 1;\n uVar10 = DAT_0001e150;\n while( true ) {\n local_2c = *(byte **)(DAT_0001e148 + uVar10 * 4);\n bVar1 = *local_2c;\n if (bVar1 != 0x21) break;\n if (local_2c[1] != 0) {\n if (bVar14) {\n DAT_0001e150 = uVar10;\n }\n goto LAB_00012876;\n }\n uVar10 = uVar10 + 1;\n if (uVar10 == local_30) {\n DAT_0001e150 = uVar10;\n \n FUN_000118f0();\n }\n local_1f = local_1f ^ 1;\n bVar14 = true;\n }\n if (bVar14) {\n DAT_0001e150 = uVar10;\n }\n goto LAB_0001274e;\n }\n goto LAB_0001285f;\n }\n local_1f = 0;\nLAB_00012876:\n uVar4 = local_30 - uVar10;\n bVar14 = uVar4 < 3;\n bVar15 = uVar4 == 3;\n if (3 < (int)uVar4) {\n iVar9 = 3;\n pbVar11 = local_2c;\n pbVar12 = (byte *)0x1908a;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar11 < *pbVar12;\n bVar15 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n } while (bVar15);\n if (((!bVar14 && !bVar15) != bVar14) || (cVar3 = FUN_00011610(), cVar3 == '\0'))\n goto LAB_000128b8;\n bVar2 = FUN_00011ee0();\n goto LAB_00012812;\n }\n if (bVar15) {\nLAB_000128b8:\n cVar3 = FUN_00011610();\n if (cVar3 != '\0') {\n bVar2 = FUN_00011ee0();\n goto LAB_00012812;\n }\n }\n if (((bVar2 == 0x2d) && (local_2c[1] != 0)) && (local_2c[2] == 0)) {\n cVar3 = FUN_00012420();\n if (cVar3 == '\0') {\n uVar5 = FUN_00015250(local_2c);\n pcVar8 = "%s: unary operator expected";\nLAB_00012a74:\n uVar6 = dcgettext(0,pcVar8,5);\n \n FUN_000117f0(uVar6,uVar5);\n }\n bVar2 = FUN_00011980();\n goto LAB_00012812;\n }\n DAT_0001e150 = uVar10 + 1;\n local_1e = local_1e & (bVar2 != 0 ^ local_1f);\n bVar14 = local_30 < DAT_0001e150;\n bVar15 = local_30 == DAT_0001e150;\n if ((int)local_30 <= (int)DAT_0001e150) goto LAB_000128f3;\n }" { (if_statement "if (local_2c[1] == 0) {\n DAT_0001e150 = DAT_0001e150 + 1;\n if ((int)DAT_0001e150 < (int)local_30) {\n bVar14 = false;\n local_1f = 1;\n uVar10 = DAT_0001e150;\n while( true ) {\n local_2c = *(byte **)(DAT_0001e148 + uVar10 * 4);\n bVar1 = *local_2c;\n if (bVar1 != 0x21) break;\n if (local_2c[1] != 0) {\n if (bVar14) {\n DAT_0001e150 = uVar10;\n }\n goto LAB_00012876;\n }\n uVar10 = uVar10 + 1;\n if (uVar10 == local_30) {\n DAT_0001e150 = uVar10;\n \n FUN_000118f0();\n }\n local_1f = local_1f ^ 1;\n bVar14 = true;\n }\n if (bVar14) {\n DAT_0001e150 = uVar10;\n }\n goto LAB_0001274e;\n }\n goto LAB_0001285f;\n }" if (parenthesized_expression "(local_2c[1] == 0)" ( (binary_expression "local_2c[1] == 0" (subscript_expression "local_2c[1]" identifier [ number_literal ]) == number_literal) )) (compound_statement "{\n DAT_0001e150 = DAT_0001e150 + 1;\n if ((int)DAT_0001e150 < (int)local_30) {\n bVar14 = false;\n local_1f = 1;\n uVar10 = DAT_0001e150;\n while( true ) {\n local_2c = *(byte **)(DAT_0001e148 + uVar10 * 4);\n bVar1 = *local_2c;\n if (bVar1 != 0x21) break;\n if (local_2c[1] != 0) {\n if (bVar14) {\n DAT_0001e150 = uVar10;\n }\n goto LAB_00012876;\n }\n uVar10 = uVar10 + 1;\n if (uVar10 == local_30) {\n DAT_0001e150 = uVar10;\n \n FUN_000118f0();\n }\n local_1f = local_1f ^ 1;\n bVar14 = true;\n }\n if (bVar14) {\n DAT_0001e150 = uVar10;\n }\n goto LAB_0001274e;\n }\n goto LAB_0001285f;\n }" { (expression_statement "DAT_0001e150 = DAT_0001e150 + 1;" (assignment_expression "DAT_0001e150 = DAT_0001e150 + 1" identifier = (binary_expression "DAT_0001e150 + 1" identifier + number_literal)) ;) (if_statement "if ((int)DAT_0001e150 < (int)local_30) {\n bVar14 = false;\n local_1f = 1;\n uVar10 = DAT_0001e150;\n while( true ) {\n local_2c = *(byte **)(DAT_0001e148 + uVar10 * 4);\n bVar1 = *local_2c;\n if (bVar1 != 0x21) break;\n if (local_2c[1] != 0) {\n if (bVar14) {\n DAT_0001e150 = uVar10;\n }\n goto LAB_00012876;\n }\n uVar10 = uVar10 + 1;\n if (uVar10 == local_30) {\n DAT_0001e150 = uVar10;\n \n FUN_000118f0();\n }\n local_1f = local_1f ^ 1;\n bVar14 = true;\n }\n if (bVar14) {\n DAT_0001e150 = uVar10;\n }\n goto LAB_0001274e;\n }" if (parenthesized_expression "((int)DAT_0001e150 < (int)local_30)" ( (binary_expression "(int)DAT_0001e150 < (int)local_30" (cast_expression "(int)DAT_0001e150" ( (type_descriptor "int" primitive_type) ) identifier) < (cast_expression "(int)local_30" ( (type_descriptor "int" primitive_type) ) identifier)) )) (compound_statement "{\n bVar14 = false;\n local_1f = 1;\n uVar10 = DAT_0001e150;\n while( true ) {\n local_2c = *(byte **)(DAT_0001e148 + uVar10 * 4);\n bVar1 = *local_2c;\n if (bVar1 != 0x21) break;\n if (local_2c[1] != 0) {\n if (bVar14) {\n DAT_0001e150 = uVar10;\n }\n goto LAB_00012876;\n }\n uVar10 = uVar10 + 1;\n if (uVar10 == local_30) {\n DAT_0001e150 = uVar10;\n \n FUN_000118f0();\n }\n local_1f = local_1f ^ 1;\n bVar14 = true;\n }\n if (bVar14) {\n DAT_0001e150 = uVar10;\n }\n goto LAB_0001274e;\n }" { (expression_statement "bVar14 = false;" (assignment_expression "bVar14 = false" identifier = false) ;) (expression_statement "local_1f = 1;" (assignment_expression "local_1f = 1" identifier = number_literal) ;) (expression_statement "uVar10 = DAT_0001e150;" (assignment_expression "uVar10 = DAT_0001e150" identifier = identifier) ;) (while_statement "while( true ) {\n local_2c = *(byte **)(DAT_0001e148 + uVar10 * 4);\n bVar1 = *local_2c;\n if (bVar1 != 0x21) break;\n if (local_2c[1] != 0) {\n if (bVar14) {\n DAT_0001e150 = uVar10;\n }\n goto LAB_00012876;\n }\n uVar10 = uVar10 + 1;\n if (uVar10 == local_30) {\n DAT_0001e150 = uVar10;\n \n FUN_000118f0();\n }\n local_1f = local_1f ^ 1;\n bVar14 = true;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n local_2c = *(byte **)(DAT_0001e148 + uVar10 * 4);\n bVar1 = *local_2c;\n if (bVar1 != 0x21) break;\n if (local_2c[1] != 0) {\n if (bVar14) {\n DAT_0001e150 = uVar10;\n }\n goto LAB_00012876;\n }\n uVar10 = uVar10 + 1;\n if (uVar10 == local_30) {\n DAT_0001e150 = uVar10;\n \n FUN_000118f0();\n }\n local_1f = local_1f ^ 1;\n bVar14 = true;\n }" { (expression_statement "local_2c = *(byte **)(DAT_0001e148 + uVar10 * 4);" (assignment_expression "local_2c = *(byte **)(DAT_0001e148 + uVar10 * 4)" identifier = (pointer_expression "*(byte **)(DAT_0001e148 + uVar10 * 4)" * (cast_expression "(byte **)(DAT_0001e148 + uVar10 * 4)" ( (type_descriptor "byte **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(DAT_0001e148 + uVar10 * 4)" ( (binary_expression "DAT_0001e148 + uVar10 * 4" identifier + (binary_expression "uVar10 * 4" identifier * number_literal)) ))))) ;) (expression_statement "bVar1 = *local_2c;" (assignment_expression "bVar1 = *local_2c" identifier = (pointer_expression "*local_2c" * identifier)) ;) (if_statement "if (bVar1 != 0x21) break;" if (parenthesized_expression "(bVar1 != 0x21)" ( (binary_expression "bVar1 != 0x21" identifier != number_literal) )) (break_statement "break;" break ;)) (if_statement "if (local_2c[1] != 0) {\n if (bVar14) {\n DAT_0001e150 = uVar10;\n }\n goto LAB_00012876;\n }" if (parenthesized_expression "(local_2c[1] != 0)" ( (binary_expression "local_2c[1] != 0" (subscript_expression "local_2c[1]" identifier [ number_literal ]) != number_literal) )) (compound_statement "{\n if (bVar14) {\n DAT_0001e150 = uVar10;\n }\n goto LAB_00012876;\n }" { (if_statement "if (bVar14) {\n DAT_0001e150 = uVar10;\n }" if (parenthesized_expression "(bVar14)" ( identifier )) (compound_statement "{\n DAT_0001e150 = uVar10;\n }" { (expression_statement "DAT_0001e150 = uVar10;" (assignment_expression "DAT_0001e150 = uVar10" identifier = identifier) ;) })) (goto_statement "goto LAB_00012876;" goto statement_identifier ;) })) (expression_statement "uVar10 = uVar10 + 1;" (assignment_expression "uVar10 = uVar10 + 1" identifier = (binary_expression "uVar10 + 1" identifier + number_literal)) ;) (if_statement "if (uVar10 == local_30) {\n DAT_0001e150 = uVar10;\n \n FUN_000118f0();\n }" if (parenthesized_expression "(uVar10 == local_30)" ( (binary_expression "uVar10 == local_30" identifier == identifier) )) (compound_statement "{\n DAT_0001e150 = uVar10;\n \n FUN_000118f0();\n }" { (expression_statement "DAT_0001e150 = uVar10;" (assignment_expression "DAT_0001e150 = uVar10" identifier = identifier) ;) (expression_statement "FUN_000118f0();" (call_expression "FUN_000118f0()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "local_1f = local_1f ^ 1;" (assignment_expression "local_1f = local_1f ^ 1" identifier = (binary_expression "local_1f ^ 1" identifier ^ number_literal)) ;) (expression_statement "bVar14 = true;" (assignment_expression "bVar14 = true" identifier = true) ;) })) (if_statement "if (bVar14) {\n DAT_0001e150 = uVar10;\n }" if (parenthesized_expression "(bVar14)" ( identifier )) (compound_statement "{\n DAT_0001e150 = uVar10;\n }" { (expression_statement "DAT_0001e150 = uVar10;" (assignment_expression "DAT_0001e150 = uVar10" identifier = identifier) ;) })) (goto_statement "goto LAB_0001274e;" goto statement_identifier ;) })) (goto_statement "goto LAB_0001285f;" goto statement_identifier ;) })) (expression_statement "local_1f = 0;" (assignment_expression "local_1f = 0" identifier = number_literal) ;) (labeled_statement "LAB_00012876:\n uVar4 = local_30 - uVar10;" statement_identifier : (expression_statement "uVar4 = local_30 - uVar10;" (assignment_expression "uVar4 = local_30 - uVar10" identifier = (binary_expression "local_30 - uVar10" identifier - identifier)) ;)) (expression_statement "bVar14 = uVar4 < 3;" (assignment_expression "bVar14 = uVar4 < 3" identifier = (binary_expression "uVar4 < 3" identifier < number_literal)) ;) (expression_statement "bVar15 = uVar4 == 3;" (assignment_expression "bVar15 = uVar4 == 3" identifier = (binary_expression "uVar4 == 3" identifier == number_literal)) ;) (if_statement "if (3 < (int)uVar4) {\n iVar9 = 3;\n pbVar11 = local_2c;\n pbVar12 = (byte *)0x1908a;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar11 < *pbVar12;\n bVar15 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n } while (bVar15);\n if (((!bVar14 && !bVar15) != bVar14) || (cVar3 = FUN_00011610(), cVar3 == '\0'))\n goto LAB_000128b8;\n bVar2 = FUN_00011ee0();\n goto LAB_00012812;\n }" if (parenthesized_expression "(3 < (int)uVar4)" ( (binary_expression "3 < (int)uVar4" number_literal < (cast_expression "(int)uVar4" ( (type_descriptor "int" primitive_type) ) identifier)) )) (compound_statement "{\n iVar9 = 3;\n pbVar11 = local_2c;\n pbVar12 = (byte *)0x1908a;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar11 < *pbVar12;\n bVar15 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n } while (bVar15);\n if (((!bVar14 && !bVar15) != bVar14) || (cVar3 = FUN_00011610(), cVar3 == '\0'))\n goto LAB_000128b8;\n bVar2 = FUN_00011ee0();\n goto LAB_00012812;\n }" { (expression_statement "iVar9 = 3;" (assignment_expression "iVar9 = 3" identifier = number_literal) ;) (expression_statement "pbVar11 = local_2c;" (assignment_expression "pbVar11 = local_2c" identifier = identifier) ;) (expression_statement "pbVar12 = (byte *)0x1908a;" (assignment_expression "pbVar12 = (byte *)0x1908a" identifier = (cast_expression "(byte *)0x1908a" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (do_statement "do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar11 < *pbVar12;\n bVar15 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n } while (bVar15);" do (compound_statement "{\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar11 < *pbVar12;\n bVar15 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n }" { (if_statement "if (iVar9 == 0) break;" if (parenthesized_expression "(iVar9 == 0)" ( (binary_expression "iVar9 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "iVar9 = iVar9 + -1;" (assignment_expression "iVar9 = iVar9 + -1" identifier = (binary_expression "iVar9 + -1" identifier + number_literal)) ;) (expression_statement "bVar14 = *pbVar11 < *pbVar12;" (assignment_expression "bVar14 = *pbVar11 < *pbVar12" identifier = (binary_expression "*pbVar11 < *pbVar12" (pointer_expression "*pbVar11" * identifier) < (pointer_expression "*pbVar12" * identifier))) ;) (expression_statement "bVar15 = *pbVar11 == *pbVar12;" (assignment_expression "bVar15 = *pbVar11 == *pbVar12" identifier = (binary_expression "*pbVar11 == *pbVar12" (pointer_expression "*pbVar11" * identifier) == (pointer_expression "*pbVar12" * identifier))) ;) (expression_statement "pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;" (assignment_expression "pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1" identifier = (binary_expression "pbVar11 + (uint)bVar16 * -2 + 1" (binary_expression "pbVar11 + (uint)bVar16 * -2" identifier + (binary_expression "(uint)bVar16 * -2" (cast_expression "(uint)bVar16" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;" (assignment_expression "pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1" identifier = (binary_expression "pbVar12 + (uint)bVar16 * -2 + 1" (binary_expression "pbVar12 + (uint)bVar16 * -2" identifier + (binary_expression "(uint)bVar16 * -2" (cast_expression "(uint)bVar16" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar15)" ( identifier )) ;) (if_statement "if (((!bVar14 && !bVar15) != bVar14) || (cVar3 = FUN_00011610(), cVar3 == '\0'))\n goto LAB_000128b8;" if (parenthesized_expression "(((!bVar14 && !bVar15) != bVar14) || (cVar3 = FUN_00011610(), cVar3 == '\0'))" ( (binary_expression "((!bVar14 && !bVar15) != bVar14) || (cVar3 = FUN_00011610(), cVar3 == '\0')" (parenthesized_expression "((!bVar14 && !bVar15) != bVar14)" ( (binary_expression "(!bVar14 && !bVar15) != bVar14" (parenthesized_expression "(!bVar14 && !bVar15)" ( (binary_expression "!bVar14 && !bVar15" (unary_expression "!bVar14" ! identifier) && (unary_expression "!bVar15" ! identifier)) )) != identifier) )) || (parenthesized_expression "(cVar3 = FUN_00011610(), cVar3 == '\0')" ( (comma_expression "cVar3 = FUN_00011610(), cVar3 == '\0'" (assignment_expression "cVar3 = FUN_00011610()" identifier = (call_expression "FUN_00011610()" identifier (argument_list "()" ( )))) , (binary_expression "cVar3 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence '))) ))) )) (goto_statement "goto LAB_000128b8;" goto statement_identifier ;)) (expression_statement "bVar2 = FUN_00011ee0();" (assignment_expression "bVar2 = FUN_00011ee0()" identifier = (call_expression "FUN_00011ee0()" identifier (argument_list "()" ( )))) ;) (goto_statement "goto LAB_00012812;" goto statement_identifier ;) })) (if_statement "if (bVar15) {\nLAB_000128b8:\n cVar3 = FUN_00011610();\n if (cVar3 != '\0') {\n bVar2 = FUN_00011ee0();\n goto LAB_00012812;\n }\n }" if (parenthesized_expression "(bVar15)" ( identifier )) (compound_statement "{\nLAB_000128b8:\n cVar3 = FUN_00011610();\n if (cVar3 != '\0') {\n bVar2 = FUN_00011ee0();\n goto LAB_00012812;\n }\n }" { (labeled_statement "LAB_000128b8:\n cVar3 = FUN_00011610();" statement_identifier : (expression_statement "cVar3 = FUN_00011610();" (assignment_expression "cVar3 = FUN_00011610()" identifier = (call_expression "FUN_00011610()" identifier (argument_list "()" ( )))) ;)) (if_statement "if (cVar3 != '\0') {\n bVar2 = FUN_00011ee0();\n goto LAB_00012812;\n }" if (parenthesized_expression "(cVar3 != '\0')" ( (binary_expression "cVar3 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n bVar2 = FUN_00011ee0();\n goto LAB_00012812;\n }" { (expression_statement "bVar2 = FUN_00011ee0();" (assignment_expression "bVar2 = FUN_00011ee0()" identifier = (call_expression "FUN_00011ee0()" identifier (argument_list "()" ( )))) ;) (goto_statement "goto LAB_00012812;" goto statement_identifier ;) })) })) (if_statement "if (((bVar2 == 0x2d) && (local_2c[1] != 0)) && (local_2c[2] == 0)) {\n cVar3 = FUN_00012420();\n if (cVar3 == '\0') {\n uVar5 = FUN_00015250(local_2c);\n pcVar8 = "%s: unary operator expected";\nLAB_00012a74:\n uVar6 = dcgettext(0,pcVar8,5);\n \n FUN_000117f0(uVar6,uVar5);\n }\n bVar2 = FUN_00011980();\n goto LAB_00012812;\n }" if (parenthesized_expression "(((bVar2 == 0x2d) && (local_2c[1] != 0)) && (local_2c[2] == 0))" ( (binary_expression "((bVar2 == 0x2d) && (local_2c[1] != 0)) && (local_2c[2] == 0)" (parenthesized_expression "((bVar2 == 0x2d) && (local_2c[1] != 0))" ( (binary_expression "(bVar2 == 0x2d) && (local_2c[1] != 0)" (parenthesized_expression "(bVar2 == 0x2d)" ( (binary_expression "bVar2 == 0x2d" identifier == number_literal) )) && (parenthesized_expression "(local_2c[1] != 0)" ( (binary_expression "local_2c[1] != 0" (subscript_expression "local_2c[1]" identifier [ number_literal ]) != number_literal) ))) )) && (parenthesized_expression "(local_2c[2] == 0)" ( (binary_expression "local_2c[2] == 0" (subscript_expression "local_2c[2]" identifier [ number_literal ]) == number_literal) ))) )) (compound_statement "{\n cVar3 = FUN_00012420();\n if (cVar3 == '\0') {\n uVar5 = FUN_00015250(local_2c);\n pcVar8 = "%s: unary operator expected";\nLAB_00012a74:\n uVar6 = dcgettext(0,pcVar8,5);\n \n FUN_000117f0(uVar6,uVar5);\n }\n bVar2 = FUN_00011980();\n goto LAB_00012812;\n }" { (expression_statement "cVar3 = FUN_00012420();" (assignment_expression "cVar3 = FUN_00012420()" identifier = (call_expression "FUN_00012420()" identifier (argument_list "()" ( )))) ;) (if_statement "if (cVar3 == '\0') {\n uVar5 = FUN_00015250(local_2c);\n pcVar8 = "%s: unary operator expected";\nLAB_00012a74:\n uVar6 = dcgettext(0,pcVar8,5);\n \n FUN_000117f0(uVar6,uVar5);\n }" if (parenthesized_expression "(cVar3 == '\0')" ( (binary_expression "cVar3 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n uVar5 = FUN_00015250(local_2c);\n pcVar8 = "%s: unary operator expected";\nLAB_00012a74:\n uVar6 = dcgettext(0,pcVar8,5);\n \n FUN_000117f0(uVar6,uVar5);\n }" { (expression_statement "uVar5 = FUN_00015250(local_2c);" (assignment_expression "uVar5 = FUN_00015250(local_2c)" identifier = (call_expression "FUN_00015250(local_2c)" identifier (argument_list "(local_2c)" ( identifier )))) ;) (expression_statement "pcVar8 = "%s: unary operator expected";" (assignment_expression "pcVar8 = "%s: unary operator expected"" identifier = (string_literal ""%s: unary operator expected"" " string_content ")) ;) (labeled_statement "LAB_00012a74:\n uVar6 = dcgettext(0,pcVar8,5);" statement_identifier : (expression_statement "uVar6 = dcgettext(0,pcVar8,5);" (assignment_expression "uVar6 = dcgettext(0,pcVar8,5)" identifier = (call_expression "dcgettext(0,pcVar8,5)" identifier (argument_list "(0,pcVar8,5)" ( number_literal , identifier , number_literal )))) ;)) (expression_statement "FUN_000117f0(uVar6,uVar5);" (call_expression "FUN_000117f0(uVar6,uVar5)" identifier (argument_list "(uVar6,uVar5)" ( identifier , identifier ))) ;) })) (expression_statement "bVar2 = FUN_00011980();" (assignment_expression "bVar2 = FUN_00011980()" identifier = (call_expression "FUN_00011980()" identifier (argument_list "()" ( )))) ;) (goto_statement "goto LAB_00012812;" goto statement_identifier ;) })) (expression_statement "DAT_0001e150 = uVar10 + 1;" (assignment_expression "DAT_0001e150 = uVar10 + 1" identifier = (binary_expression "uVar10 + 1" identifier + number_literal)) ;) (expression_statement "local_1e = local_1e & (bVar2 != 0 ^ local_1f);" (assignment_expression "local_1e = local_1e & (bVar2 != 0 ^ local_1f)" identifier = (binary_expression "local_1e & (bVar2 != 0 ^ local_1f)" identifier & (parenthesized_expression "(bVar2 != 0 ^ local_1f)" ( (binary_expression "bVar2 != 0 ^ local_1f" (binary_expression "bVar2 != 0" identifier != number_literal) ^ identifier) )))) ;) (expression_statement "bVar14 = local_30 < DAT_0001e150;" (assignment_expression "bVar14 = local_30 < DAT_0001e150" identifier = (binary_expression "local_30 < DAT_0001e150" identifier < identifier)) ;) (expression_statement "bVar15 = local_30 == DAT_0001e150;" (assignment_expression "bVar15 = local_30 == DAT_0001e150" identifier = (binary_expression "local_30 == DAT_0001e150" identifier == identifier)) ;) (if_statement "if ((int)local_30 <= (int)DAT_0001e150) goto LAB_000128f3;" if (parenthesized_expression "((int)local_30 <= (int)DAT_0001e150)" ( (binary_expression "(int)local_30 <= (int)DAT_0001e150" (cast_expression "(int)local_30" ( (type_descriptor "int" primitive_type) ) identifier) <= (cast_expression "(int)DAT_0001e150" ( (type_descriptor "int" primitive_type) ) identifier)) )) (goto_statement "goto LAB_000128f3;" goto statement_identifier ;)) }) (else_clause "else {\n local_1f = 0;\n bVar1 = bVar2;\nLAB_0001274e:\n bVar2 = bVar1;\n if ((bVar1 != 0x28) || (local_2c[1] != 0)) goto LAB_00012876;\n DAT_0001e150 = uVar10 + 1;\n if ((int)local_30 <= (int)DAT_0001e150) goto LAB_0001285f;\n if ((int)(uVar10 + 2) < (int)local_30) {\n local_30 = local_30 - 1;\n bVar14 = local_30 < uVar10;\n bVar15 = local_30 == uVar10;\n uVar4 = 1;\n do {\n iVar9 = 2;\n pbVar11 = *(byte **)(DAT_0001e148 + uVar10 * 4 + 4 + uVar4 * 4);\n pbVar12 = &DAT_0001a909;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar11 < *pbVar12;\n bVar15 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n } while (bVar15);\n if (((!bVar14 && !bVar15) == bVar14) || (uVar4 == 4)) break;\n uVar4 = uVar4 + 1;\n bVar14 = uVar4 < local_30 - uVar10;\n bVar15 = uVar4 == local_30 - uVar10;\n } while (!bVar15);\n }\n bVar2 = FUN_00012520();\n pcVar8 = *(char **)(DAT_0001e148 + DAT_0001e150 * 4);\n if (pcVar8 == (char *)0x0) {\n uVar5 = FUN_00015250(&DAT_0001a909);\n pcVar8 = "%s expected";\n goto LAB_00012a74;\n }\n if ((*pcVar8 != ')') || (pcVar8[1] != '\0')) {\n uVar5 = FUN_00015220(1,pcVar8);\n uVar6 = FUN_00015220(0,&DAT_0001a909);\n uVar7 = dcgettext(0,"%s expected, found %s",5);\n \n FUN_000117f0(uVar7,uVar6,uVar5);\n }\n DAT_0001e150 = DAT_0001e150 + 1;\nLAB_00012812:\n local_1e = local_1e & (bVar2 ^ local_1f);\n bVar14 = DAT_0001e14c < DAT_0001e150;\n bVar15 = DAT_0001e14c == DAT_0001e150;\n local_30 = DAT_0001e14c;\n if ((int)DAT_0001e14c <= (int)DAT_0001e150) {\nLAB_000128f3:\n return local_1d | local_1e;\n }\n }" else (compound_statement "{\n local_1f = 0;\n bVar1 = bVar2;\nLAB_0001274e:\n bVar2 = bVar1;\n if ((bVar1 != 0x28) || (local_2c[1] != 0)) goto LAB_00012876;\n DAT_0001e150 = uVar10 + 1;\n if ((int)local_30 <= (int)DAT_0001e150) goto LAB_0001285f;\n if ((int)(uVar10 + 2) < (int)local_30) {\n local_30 = local_30 - 1;\n bVar14 = local_30 < uVar10;\n bVar15 = local_30 == uVar10;\n uVar4 = 1;\n do {\n iVar9 = 2;\n pbVar11 = *(byte **)(DAT_0001e148 + uVar10 * 4 + 4 + uVar4 * 4);\n pbVar12 = &DAT_0001a909;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar11 < *pbVar12;\n bVar15 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n } while (bVar15);\n if (((!bVar14 && !bVar15) == bVar14) || (uVar4 == 4)) break;\n uVar4 = uVar4 + 1;\n bVar14 = uVar4 < local_30 - uVar10;\n bVar15 = uVar4 == local_30 - uVar10;\n } while (!bVar15);\n }\n bVar2 = FUN_00012520();\n pcVar8 = *(char **)(DAT_0001e148 + DAT_0001e150 * 4);\n if (pcVar8 == (char *)0x0) {\n uVar5 = FUN_00015250(&DAT_0001a909);\n pcVar8 = "%s expected";\n goto LAB_00012a74;\n }\n if ((*pcVar8 != ')') || (pcVar8[1] != '\0')) {\n uVar5 = FUN_00015220(1,pcVar8);\n uVar6 = FUN_00015220(0,&DAT_0001a909);\n uVar7 = dcgettext(0,"%s expected, found %s",5);\n \n FUN_000117f0(uVar7,uVar6,uVar5);\n }\n DAT_0001e150 = DAT_0001e150 + 1;\nLAB_00012812:\n local_1e = local_1e & (bVar2 ^ local_1f);\n bVar14 = DAT_0001e14c < DAT_0001e150;\n bVar15 = DAT_0001e14c == DAT_0001e150;\n local_30 = DAT_0001e14c;\n if ((int)DAT_0001e14c <= (int)DAT_0001e150) {\nLAB_000128f3:\n return local_1d | local_1e;\n }\n }" { (expression_statement "local_1f = 0;" (assignment_expression "local_1f = 0" identifier = number_literal) ;) (expression_statement "bVar1 = bVar2;" (assignment_expression "bVar1 = bVar2" identifier = identifier) ;) (labeled_statement "LAB_0001274e:\n bVar2 = bVar1;" statement_identifier : (expression_statement "bVar2 = bVar1;" (assignment_expression "bVar2 = bVar1" identifier = identifier) ;)) (if_statement "if ((bVar1 != 0x28) || (local_2c[1] != 0)) goto LAB_00012876;" if (parenthesized_expression "((bVar1 != 0x28) || (local_2c[1] != 0))" ( (binary_expression "(bVar1 != 0x28) || (local_2c[1] != 0)" (parenthesized_expression "(bVar1 != 0x28)" ( (binary_expression "bVar1 != 0x28" identifier != number_literal) )) || (parenthesized_expression "(local_2c[1] != 0)" ( (binary_expression "local_2c[1] != 0" (subscript_expression "local_2c[1]" identifier [ number_literal ]) != number_literal) ))) )) (goto_statement "goto LAB_00012876;" goto statement_identifier ;)) (expression_statement "DAT_0001e150 = uVar10 + 1;" (assignment_expression "DAT_0001e150 = uVar10 + 1" identifier = (binary_expression "uVar10 + 1" identifier + number_literal)) ;) (if_statement "if ((int)local_30 <= (int)DAT_0001e150) goto LAB_0001285f;" if (parenthesized_expression "((int)local_30 <= (int)DAT_0001e150)" ( (binary_expression "(int)local_30 <= (int)DAT_0001e150" (cast_expression "(int)local_30" ( (type_descriptor "int" primitive_type) ) identifier) <= (cast_expression "(int)DAT_0001e150" ( (type_descriptor "int" primitive_type) ) identifier)) )) (goto_statement "goto LAB_0001285f;" goto statement_identifier ;)) (if_statement "if ((int)(uVar10 + 2) < (int)local_30) {\n local_30 = local_30 - 1;\n bVar14 = local_30 < uVar10;\n bVar15 = local_30 == uVar10;\n uVar4 = 1;\n do {\n iVar9 = 2;\n pbVar11 = *(byte **)(DAT_0001e148 + uVar10 * 4 + 4 + uVar4 * 4);\n pbVar12 = &DAT_0001a909;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar11 < *pbVar12;\n bVar15 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n } while (bVar15);\n if (((!bVar14 && !bVar15) == bVar14) || (uVar4 == 4)) break;\n uVar4 = uVar4 + 1;\n bVar14 = uVar4 < local_30 - uVar10;\n bVar15 = uVar4 == local_30 - uVar10;\n } while (!bVar15);\n }" if (parenthesized_expression "((int)(uVar10 + 2) < (int)local_30)" ( (binary_expression "(int)(uVar10 + 2) < (int)local_30" (cast_expression "(int)(uVar10 + 2)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(uVar10 + 2)" ( (binary_expression "uVar10 + 2" identifier + number_literal) ))) < (cast_expression "(int)local_30" ( (type_descriptor "int" primitive_type) ) identifier)) )) (compound_statement "{\n local_30 = local_30 - 1;\n bVar14 = local_30 < uVar10;\n bVar15 = local_30 == uVar10;\n uVar4 = 1;\n do {\n iVar9 = 2;\n pbVar11 = *(byte **)(DAT_0001e148 + uVar10 * 4 + 4 + uVar4 * 4);\n pbVar12 = &DAT_0001a909;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar11 < *pbVar12;\n bVar15 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n } while (bVar15);\n if (((!bVar14 && !bVar15) == bVar14) || (uVar4 == 4)) break;\n uVar4 = uVar4 + 1;\n bVar14 = uVar4 < local_30 - uVar10;\n bVar15 = uVar4 == local_30 - uVar10;\n } while (!bVar15);\n }" { (expression_statement "local_30 = local_30 - 1;" (assignment_expression "local_30 = local_30 - 1" identifier = (binary_expression "local_30 - 1" identifier - number_literal)) ;) (expression_statement "bVar14 = local_30 < uVar10;" (assignment_expression "bVar14 = local_30 < uVar10" identifier = (binary_expression "local_30 < uVar10" identifier < identifier)) ;) (expression_statement "bVar15 = local_30 == uVar10;" (assignment_expression "bVar15 = local_30 == uVar10" identifier = (binary_expression "local_30 == uVar10" identifier == identifier)) ;) (expression_statement "uVar4 = 1;" (assignment_expression "uVar4 = 1" identifier = number_literal) ;) (do_statement "do {\n iVar9 = 2;\n pbVar11 = *(byte **)(DAT_0001e148 + uVar10 * 4 + 4 + uVar4 * 4);\n pbVar12 = &DAT_0001a909;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar11 < *pbVar12;\n bVar15 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n } while (bVar15);\n if (((!bVar14 && !bVar15) == bVar14) || (uVar4 == 4)) break;\n uVar4 = uVar4 + 1;\n bVar14 = uVar4 < local_30 - uVar10;\n bVar15 = uVar4 == local_30 - uVar10;\n } while (!bVar15);" do (compound_statement "{\n iVar9 = 2;\n pbVar11 = *(byte **)(DAT_0001e148 + uVar10 * 4 + 4 + uVar4 * 4);\n pbVar12 = &DAT_0001a909;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar11 < *pbVar12;\n bVar15 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n } while (bVar15);\n if (((!bVar14 && !bVar15) == bVar14) || (uVar4 == 4)) break;\n uVar4 = uVar4 + 1;\n bVar14 = uVar4 < local_30 - uVar10;\n bVar15 = uVar4 == local_30 - uVar10;\n }" { (expression_statement "iVar9 = 2;" (assignment_expression "iVar9 = 2" identifier = number_literal) ;) (expression_statement "pbVar11 = *(byte **)(DAT_0001e148 + uVar10 * 4 + 4 + uVar4 * 4);" (assignment_expression "pbVar11 = *(byte **)(DAT_0001e148 + uVar10 * 4 + 4 + uVar4 * 4)" identifier = (pointer_expression "*(byte **)(DAT_0001e148 + uVar10 * 4 + 4 + uVar4 * 4)" * (cast_expression "(byte **)(DAT_0001e148 + uVar10 * 4 + 4 + uVar4 * 4)" ( (type_descriptor "byte **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(DAT_0001e148 + uVar10 * 4 + 4 + uVar4 * 4)" ( (binary_expression "DAT_0001e148 + uVar10 * 4 + 4 + uVar4 * 4" (binary_expression "DAT_0001e148 + uVar10 * 4 + 4" (binary_expression "DAT_0001e148 + uVar10 * 4" identifier + (binary_expression "uVar10 * 4" identifier * number_literal)) + number_literal) + (binary_expression "uVar4 * 4" identifier * number_literal)) ))))) ;) (expression_statement "pbVar12 = &DAT_0001a909;" (assignment_expression "pbVar12 = &DAT_0001a909" identifier = (pointer_expression "&DAT_0001a909" & identifier)) ;) (do_statement "do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar11 < *pbVar12;\n bVar15 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n } while (bVar15);" do (compound_statement "{\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar11 < *pbVar12;\n bVar15 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n }" { (if_statement "if (iVar9 == 0) break;" if (parenthesized_expression "(iVar9 == 0)" ( (binary_expression "iVar9 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "iVar9 = iVar9 + -1;" (assignment_expression "iVar9 = iVar9 + -1" identifier = (binary_expression "iVar9 + -1" identifier + number_literal)) ;) (expression_statement "bVar14 = *pbVar11 < *pbVar12;" (assignment_expression "bVar14 = *pbVar11 < *pbVar12" identifier = (binary_expression "*pbVar11 < *pbVar12" (pointer_expression "*pbVar11" * identifier) < (pointer_expression "*pbVar12" * identifier))) ;) (expression_statement "bVar15 = *pbVar11 == *pbVar12;" (assignment_expression "bVar15 = *pbVar11 == *pbVar12" identifier = (binary_expression "*pbVar11 == *pbVar12" (pointer_expression "*pbVar11" * identifier) == (pointer_expression "*pbVar12" * identifier))) ;) (expression_statement "pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;" (assignment_expression "pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1" identifier = (binary_expression "pbVar11 + (uint)bVar16 * -2 + 1" (binary_expression "pbVar11 + (uint)bVar16 * -2" identifier + (binary_expression "(uint)bVar16 * -2" (cast_expression "(uint)bVar16" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;" (assignment_expression "pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1" identifier = (binary_expression "pbVar12 + (uint)bVar16 * -2 + 1" (binary_expression "pbVar12 + (uint)bVar16 * -2" identifier + (binary_expression "(uint)bVar16 * -2" (cast_expression "(uint)bVar16" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar15)" ( identifier )) ;) (if_statement "if (((!bVar14 && !bVar15) == bVar14) || (uVar4 == 4)) break;" if (parenthesized_expression "(((!bVar14 && !bVar15) == bVar14) || (uVar4 == 4))" ( (binary_expression "((!bVar14 && !bVar15) == bVar14) || (uVar4 == 4)" (parenthesized_expression "((!bVar14 && !bVar15) == bVar14)" ( (binary_expression "(!bVar14 && !bVar15) == bVar14" (parenthesized_expression "(!bVar14 && !bVar15)" ( (binary_expression "!bVar14 && !bVar15" (unary_expression "!bVar14" ! identifier) && (unary_expression "!bVar15" ! identifier)) )) == identifier) )) || (parenthesized_expression "(uVar4 == 4)" ( (binary_expression "uVar4 == 4" identifier == number_literal) ))) )) (break_statement "break;" break ;)) (expression_statement "uVar4 = uVar4 + 1;" (assignment_expression "uVar4 = uVar4 + 1" identifier = (binary_expression "uVar4 + 1" identifier + number_literal)) ;) (expression_statement "bVar14 = uVar4 < local_30 - uVar10;" (assignment_expression "bVar14 = uVar4 < local_30 - uVar10" identifier = (binary_expression "uVar4 < local_30 - uVar10" identifier < (binary_expression "local_30 - uVar10" identifier - identifier))) ;) (expression_statement "bVar15 = uVar4 == local_30 - uVar10;" (assignment_expression "bVar15 = uVar4 == local_30 - uVar10" identifier = (binary_expression "uVar4 == local_30 - uVar10" identifier == (binary_expression "local_30 - uVar10" identifier - identifier))) ;) }) while (parenthesized_expression "(!bVar15)" ( (unary_expression "!bVar15" ! identifier) )) ;) })) (expression_statement "bVar2 = FUN_00012520();" (assignment_expression "bVar2 = FUN_00012520()" identifier = (call_expression "FUN_00012520()" identifier (argument_list "()" ( )))) ;) (expression_statement "pcVar8 = *(char **)(DAT_0001e148 + DAT_0001e150 * 4);" (assignment_expression "pcVar8 = *(char **)(DAT_0001e148 + DAT_0001e150 * 4)" identifier = (pointer_expression "*(char **)(DAT_0001e148 + DAT_0001e150 * 4)" * (cast_expression "(char **)(DAT_0001e148 + DAT_0001e150 * 4)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(DAT_0001e148 + DAT_0001e150 * 4)" ( (binary_expression "DAT_0001e148 + DAT_0001e150 * 4" identifier + (binary_expression "DAT_0001e150 * 4" identifier * number_literal)) ))))) ;) (if_statement "if (pcVar8 == (char *)0x0) {\n uVar5 = FUN_00015250(&DAT_0001a909);\n pcVar8 = "%s expected";\n goto LAB_00012a74;\n }" 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)) )) (compound_statement "{\n uVar5 = FUN_00015250(&DAT_0001a909);\n pcVar8 = "%s expected";\n goto LAB_00012a74;\n }" { (expression_statement "uVar5 = FUN_00015250(&DAT_0001a909);" (assignment_expression "uVar5 = FUN_00015250(&DAT_0001a909)" identifier = (call_expression "FUN_00015250(&DAT_0001a909)" identifier (argument_list "(&DAT_0001a909)" ( (pointer_expression "&DAT_0001a909" & identifier) )))) ;) (expression_statement "pcVar8 = "%s expected";" (assignment_expression "pcVar8 = "%s expected"" identifier = (string_literal ""%s expected"" " string_content ")) ;) (goto_statement "goto LAB_00012a74;" goto statement_identifier ;) })) (if_statement "if ((*pcVar8 != ')') || (pcVar8[1] != '\0')) {\n uVar5 = FUN_00015220(1,pcVar8);\n uVar6 = FUN_00015220(0,&DAT_0001a909);\n uVar7 = dcgettext(0,"%s expected, found %s",5);\n \n FUN_000117f0(uVar7,uVar6,uVar5);\n }" if (parenthesized_expression "((*pcVar8 != ')') || (pcVar8[1] != '\0'))" ( (binary_expression "(*pcVar8 != ')') || (pcVar8[1] != '\0')" (parenthesized_expression "(*pcVar8 != ')')" ( (binary_expression "*pcVar8 != ')'" (pointer_expression "*pcVar8" * identifier) != (char_literal "')'" ' character ')) )) || (parenthesized_expression "(pcVar8[1] != '\0')" ( (binary_expression "pcVar8[1] != '\0'" (subscript_expression "pcVar8[1]" identifier [ number_literal ]) != (char_literal "'\0'" ' escape_sequence ')) ))) )) (compound_statement "{\n uVar5 = FUN_00015220(1,pcVar8);\n uVar6 = FUN_00015220(0,&DAT_0001a909);\n uVar7 = dcgettext(0,"%s expected, found %s",5);\n \n FUN_000117f0(uVar7,uVar6,uVar5);\n }" { (expression_statement "uVar5 = FUN_00015220(1,pcVar8);" (assignment_expression "uVar5 = FUN_00015220(1,pcVar8)" identifier = (call_expression "FUN_00015220(1,pcVar8)" identifier (argument_list "(1,pcVar8)" ( number_literal , identifier )))) ;) (expression_statement "uVar6 = FUN_00015220(0,&DAT_0001a909);" (assignment_expression "uVar6 = FUN_00015220(0,&DAT_0001a909)" identifier = (call_expression "FUN_00015220(0,&DAT_0001a909)" identifier (argument_list "(0,&DAT_0001a909)" ( number_literal , (pointer_expression "&DAT_0001a909" & identifier) )))) ;) (expression_statement "uVar7 = dcgettext(0,"%s expected, found %s",5);" (assignment_expression "uVar7 = dcgettext(0,"%s expected, found %s",5)" identifier = (call_expression "dcgettext(0,"%s expected, found %s",5)" identifier (argument_list "(0,"%s expected, found %s",5)" ( number_literal , (string_literal ""%s expected, found %s"" " string_content ") , number_literal )))) ;) (expression_statement "FUN_000117f0(uVar7,uVar6,uVar5);" (call_expression "FUN_000117f0(uVar7,uVar6,uVar5)" identifier (argument_list "(uVar7,uVar6,uVar5)" ( identifier , identifier , identifier ))) ;) })) (expression_statement "DAT_0001e150 = DAT_0001e150 + 1;" (assignment_expression "DAT_0001e150 = DAT_0001e150 + 1" identifier = (binary_expression "DAT_0001e150 + 1" identifier + number_literal)) ;) (labeled_statement "LAB_00012812:\n local_1e = local_1e & (bVar2 ^ local_1f);" statement_identifier : (expression_statement "local_1e = local_1e & (bVar2 ^ local_1f);" (assignment_expression "local_1e = local_1e & (bVar2 ^ local_1f)" identifier = (binary_expression "local_1e & (bVar2 ^ local_1f)" identifier & (parenthesized_expression "(bVar2 ^ local_1f)" ( (binary_expression "bVar2 ^ local_1f" identifier ^ identifier) )))) ;)) (expression_statement "bVar14 = DAT_0001e14c < DAT_0001e150;" (assignment_expression "bVar14 = DAT_0001e14c < DAT_0001e150" identifier = (binary_expression "DAT_0001e14c < DAT_0001e150" identifier < identifier)) ;) (expression_statement "bVar15 = DAT_0001e14c == DAT_0001e150;" (assignment_expression "bVar15 = DAT_0001e14c == DAT_0001e150" identifier = (binary_expression "DAT_0001e14c == DAT_0001e150" identifier == identifier)) ;) (expression_statement "local_30 = DAT_0001e14c;" (assignment_expression "local_30 = DAT_0001e14c" identifier = identifier) ;) (if_statement "if ((int)DAT_0001e14c <= (int)DAT_0001e150) {\nLAB_000128f3:\n return local_1d | local_1e;\n }" if (parenthesized_expression "((int)DAT_0001e14c <= (int)DAT_0001e150)" ( (binary_expression "(int)DAT_0001e14c <= (int)DAT_0001e150" (cast_expression "(int)DAT_0001e14c" ( (type_descriptor "int" primitive_type) ) identifier) <= (cast_expression "(int)DAT_0001e150" ( (type_descriptor "int" primitive_type) ) identifier)) )) (compound_statement "{\nLAB_000128f3:\n return local_1d | local_1e;\n }" { (labeled_statement "LAB_000128f3:\n return local_1d | local_1e;" statement_identifier : (return_statement "return local_1d | local_1e;" return (binary_expression "local_1d | local_1e" identifier | identifier) ;)) })) }))) (expression_statement "iVar9 = 3;" (assignment_expression "iVar9 = 3" identifier = number_literal) ;) (expression_statement "pbVar11 = *(byte **)(DAT_0001e148 + DAT_0001e150 * 4);" (assignment_expression "pbVar11 = *(byte **)(DAT_0001e148 + DAT_0001e150 * 4)" identifier = (pointer_expression "*(byte **)(DAT_0001e148 + DAT_0001e150 * 4)" * (cast_expression "(byte **)(DAT_0001e148 + DAT_0001e150 * 4)" ( (type_descriptor "byte **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(DAT_0001e148 + DAT_0001e150 * 4)" ( (binary_expression "DAT_0001e148 + DAT_0001e150 * 4" identifier + (binary_expression "DAT_0001e150 * 4" identifier * number_literal)) ))))) ;) (expression_statement "pbVar12 = pbVar11;" (assignment_expression "pbVar12 = pbVar11" identifier = identifier) ;) (expression_statement "pbVar13 = &DAT_00019102;" (assignment_expression "pbVar13 = &DAT_00019102" identifier = (pointer_expression "&DAT_00019102" & identifier)) ;) (do_statement "do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar12 < *pbVar13;\n bVar15 = *pbVar12 == *pbVar13;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n pbVar13 = pbVar13 + (uint)bVar16 * -2 + 1;\n } while (bVar15);" do (compound_statement "{\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar12 < *pbVar13;\n bVar15 = *pbVar12 == *pbVar13;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n pbVar13 = pbVar13 + (uint)bVar16 * -2 + 1;\n }" { (if_statement "if (iVar9 == 0) break;" if (parenthesized_expression "(iVar9 == 0)" ( (binary_expression "iVar9 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "iVar9 = iVar9 + -1;" (assignment_expression "iVar9 = iVar9 + -1" identifier = (binary_expression "iVar9 + -1" identifier + number_literal)) ;) (expression_statement "bVar14 = *pbVar12 < *pbVar13;" (assignment_expression "bVar14 = *pbVar12 < *pbVar13" identifier = (binary_expression "*pbVar12 < *pbVar13" (pointer_expression "*pbVar12" * identifier) < (pointer_expression "*pbVar13" * identifier))) ;) (expression_statement "bVar15 = *pbVar12 == *pbVar13;" (assignment_expression "bVar15 = *pbVar12 == *pbVar13" identifier = (binary_expression "*pbVar12 == *pbVar13" (pointer_expression "*pbVar12" * identifier) == (pointer_expression "*pbVar13" * identifier))) ;) (expression_statement "pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;" (assignment_expression "pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1" identifier = (binary_expression "pbVar12 + (uint)bVar16 * -2 + 1" (binary_expression "pbVar12 + (uint)bVar16 * -2" identifier + (binary_expression "(uint)bVar16 * -2" (cast_expression "(uint)bVar16" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "pbVar13 = pbVar13 + (uint)bVar16 * -2 + 1;" (assignment_expression "pbVar13 = pbVar13 + (uint)bVar16 * -2 + 1" identifier = (binary_expression "pbVar13 + (uint)bVar16 * -2 + 1" (binary_expression "pbVar13 + (uint)bVar16 * -2" identifier + (binary_expression "(uint)bVar16 * -2" (cast_expression "(uint)bVar16" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar15)" ( identifier )) ;) (if_statement "if ((!bVar14 && !bVar15) != bVar14) break;" if (parenthesized_expression "((!bVar14 && !bVar15) != bVar14)" ( (binary_expression "(!bVar14 && !bVar15) != bVar14" (parenthesized_expression "(!bVar14 && !bVar15)" ( (binary_expression "!bVar14 && !bVar15" (unary_expression "!bVar14" ! identifier) && (unary_expression "!bVar15" ! identifier)) )) != identifier) )) (break_statement "break;" break ;)) (expression_statement "DAT_0001e150 = DAT_0001e150 + 1;" (assignment_expression "DAT_0001e150 = DAT_0001e150 + 1" identifier = (binary_expression "DAT_0001e150 + 1" identifier + number_literal)) ;) (if_statement "if ((int)local_30 <= (int)DAT_0001e150) goto LAB_0001285f;" if (parenthesized_expression "((int)local_30 <= (int)DAT_0001e150)" ( (binary_expression "(int)local_30 <= (int)DAT_0001e150" (cast_expression "(int)local_30" ( (type_descriptor "int" primitive_type) ) identifier) <= (cast_expression "(int)DAT_0001e150" ( (type_descriptor "int" primitive_type) ) identifier)) )) (goto_statement "goto LAB_0001285f;" goto statement_identifier ;)) }) while (parenthesized_expression "( true )" ( true )) ;) (expression_statement "bVar14 = false;" (assignment_expression "bVar14 = false" identifier = false) ;) (expression_statement "local_1d = local_1d | local_1e;" (assignment_expression "local_1d = local_1d | local_1e" identifier = (binary_expression "local_1d | local_1e" identifier | identifier)) ;) (expression_statement "bVar15 = local_1d == 0;" (assignment_expression "bVar15 = local_1d == 0" identifier = (binary_expression "local_1d == 0" identifier == number_literal)) ;) (expression_statement "iVar9 = 3;" (assignment_expression "iVar9 = 3" identifier = number_literal) ;) (expression_statement "pbVar12 = &DAT_00019105;" (assignment_expression "pbVar12 = &DAT_00019105" identifier = (pointer_expression "&DAT_00019105" & identifier)) ;) (do_statement "do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar11 < *pbVar12;\n bVar15 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n } while (bVar15);" do (compound_statement "{\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar11 < *pbVar12;\n bVar15 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n }" { (if_statement "if (iVar9 == 0) break;" if (parenthesized_expression "(iVar9 == 0)" ( (binary_expression "iVar9 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "iVar9 = iVar9 + -1;" (assignment_expression "iVar9 = iVar9 + -1" identifier = (binary_expression "iVar9 + -1" identifier + number_literal)) ;) (expression_statement "bVar14 = *pbVar11 < *pbVar12;" (assignment_expression "bVar14 = *pbVar11 < *pbVar12" identifier = (binary_expression "*pbVar11 < *pbVar12" (pointer_expression "*pbVar11" * identifier) < (pointer_expression "*pbVar12" * identifier))) ;) (expression_statement "bVar15 = *pbVar11 == *pbVar12;" (assignment_expression "bVar15 = *pbVar11 == *pbVar12" identifier = (binary_expression "*pbVar11 == *pbVar12" (pointer_expression "*pbVar11" * identifier) == (pointer_expression "*pbVar12" * identifier))) ;) (expression_statement "pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;" (assignment_expression "pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1" identifier = (binary_expression "pbVar11 + (uint)bVar16 * -2 + 1" (binary_expression "pbVar11 + (uint)bVar16 * -2" identifier + (binary_expression "(uint)bVar16 * -2" (cast_expression "(uint)bVar16" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;" (assignment_expression "pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1" identifier = (binary_expression "pbVar12 + (uint)bVar16 * -2 + 1" (binary_expression "pbVar12 + (uint)bVar16 * -2" identifier + (binary_expression "(uint)bVar16 * -2" (cast_expression "(uint)bVar16" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar15)" ( identifier )) ;) (if_statement "if ((!bVar14 && !bVar15) != bVar14) {\n return local_1d;\n }" if (parenthesized_expression "((!bVar14 && !bVar15) != bVar14)" ( (binary_expression "(!bVar14 && !bVar15) != bVar14" (parenthesized_expression "(!bVar14 && !bVar15)" ( (binary_expression "!bVar14 && !bVar15" (unary_expression "!bVar14" ! identifier) && (unary_expression "!bVar15" ! identifier)) )) != identifier) )) (compound_statement "{\n return local_1d;\n }" { (return_statement "return local_1d;" return identifier ;) })) (expression_statement "DAT_0001e150 = DAT_0001e150 + 1;" (assignment_expression "DAT_0001e150 = DAT_0001e150 + 1" identifier = (binary_expression "DAT_0001e150 + 1" identifier + number_literal)) ;) (goto_statement "goto LAB_000126b0;" goto statement_identifier ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (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 * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE 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 TYPE (pointer_declarator * 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 = IDENT) ;) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = LIT) ;)) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) <= (cast_expression ( (type_descriptor TYPE) ) IDENT)) )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (call_expression IDENT (argument_list ( ))) ;)) })) (do_statement do (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 + (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 == LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) < (cast_expression ( (type_descriptor TYPE) ) IDENT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = BOOL) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (while_statement while (parenthesized_expression ( BOOL )) (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 + (binary_expression IDENT * LIT)) ))))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (break_statement break ;)) (if_statement if (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) != LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( IDENT )) (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) })) (goto_statement goto statement_identifier ;) })) (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) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT ^ LIT)) ;) (expression_statement (assignment_expression IDENT = BOOL) ;) })) (if_statement if (parenthesized_expression ( IDENT )) (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) })) (goto_statement goto statement_identifier ;) })) (goto_statement goto statement_identifier ;) })) (expression_statement (assignment_expression IDENT = LIT) ;) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (binary_expression IDENT - IDENT)) ;)) (expression_statement (assignment_expression IDENT = (binary_expression IDENT < LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT == LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression LIT < (cast_expression ( (type_descriptor TYPE) ) IDENT)) )) (compound_statement { (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 * IDENT) < (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression IDENT = (binary_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)) ;) }) while (parenthesized_expression ( IDENT )) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (unary_expression ! IDENT) && (unary_expression ! IDENT)) )) != IDENT) )) || (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) , (binary_expression IDENT == (char_literal ' escape_sequence '))) ))) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (goto_statement goto statement_identifier ;) })) (if_statement if (parenthesized_expression ( IDENT )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;)) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (goto_statement goto statement_identifier ;) })) })) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT == LIT) )) && (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) != LIT) ))) )) && (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) == LIT) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (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 )))) ;) (expression_statement (assignment_expression IDENT = (string_literal " string_content ")) ;) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , IDENT , LIT )))) ;)) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (goto_statement goto statement_identifier ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT & (parenthesized_expression ( (binary_expression (binary_expression IDENT != LIT) ^ IDENT) )))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT < IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT == IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) <= (cast_expression ( (type_descriptor TYPE) ) IDENT)) )) (goto_statement goto statement_identifier ;)) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = IDENT) ;)) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != LIT) )) || (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) != LIT) ))) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) <= (cast_expression ( (type_descriptor TYPE) ) IDENT)) )) (goto_statement goto statement_identifier ;)) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))) < (cast_expression ( (type_descriptor TYPE) ) IDENT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT - LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT < IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT == IDENT)) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (do_statement do (compound_statement { (expression_statement (assignment_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 (binary_expression (binary_expression IDENT + (binary_expression IDENT * LIT)) + LIT) + (binary_expression IDENT * LIT)) ))))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression & 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 * IDENT))) ;) (expression_statement (assignment_expression IDENT = (binary_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)) ;) }) while (parenthesized_expression ( IDENT )) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (unary_expression ! IDENT) && (unary_expression ! IDENT)) )) == IDENT) )) || (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 IDENT < (binary_expression IDENT - IDENT))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT == (binary_expression IDENT - IDENT))) ;) }) while (parenthesized_expression ( (unary_expression ! IDENT) )) ;) })) (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 * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + (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 ( (pointer_expression & IDENT) )))) ;) (expression_statement (assignment_expression IDENT = (string_literal " string_content ")) ;) (goto_statement goto statement_identifier ;) })) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) != (char_literal ' character ')) )) || (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) != (char_literal ' escape_sequence ')) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , IDENT )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , (pointer_expression & IDENT) )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , (string_literal " string_content ") , LIT )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT ))) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (binary_expression IDENT & (parenthesized_expression ( (binary_expression IDENT ^ IDENT) )))) ;)) (expression_statement (assignment_expression IDENT = (binary_expression IDENT < IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT == IDENT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) <= (cast_expression ( (type_descriptor TYPE) ) IDENT)) )) (compound_statement { (labeled_statement statement_identifier : (return_statement return (binary_expression IDENT | IDENT) ;)) })) }))) (expression_statement (assignment_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 IDENT + (binary_expression IDENT * LIT)) ))))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (pointer_expression & 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 * IDENT))) ;) (expression_statement (assignment_expression IDENT = (binary_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)) ;) }) while (parenthesized_expression ( IDENT )) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (unary_expression ! IDENT) && (unary_expression ! IDENT)) )) != IDENT) )) (break_statement break ;)) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) <= (cast_expression ( (type_descriptor TYPE) ) IDENT)) )) (goto_statement goto statement_identifier ;)) }) while (parenthesized_expression ( BOOL )) ;) (expression_statement (assignment_expression IDENT = BOOL) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT | IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT == LIT)) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (pointer_expression & 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 * IDENT))) ;) (expression_statement (assignment_expression IDENT = (binary_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)) ;) }) while (parenthesized_expression ( IDENT )) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (unary_expression ! IDENT) && (unary_expression ! IDENT)) )) != IDENT) )) (compound_statement { (return_statement return IDENT ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (goto_statement goto statement_identifier ;) })))
(function_definition "byte FUN_00012680(void)\n\n{\n byte bVar1;\n byte bVar2;\n char cVar3;\n uint uVar4;\n undefined4 uVar5;\n undefined4 uVar6;\n undefined4 uVar7;\n char *pcVar8;\n int iVar9;\n uint uVar10;\n byte *pbVar11;\n byte *pbVar12;\n byte *pbVar13;\n bool bVar14;\n bool bVar15;\n byte bVar16;\n uint local_30;\n byte *local_2c;\n byte local_1f;\n byte local_1e;\n byte local_1d;\n \n bVar16 = 0;\n local_1d = 0;\n local_30 = DAT_0001e14c;\nLAB_000126b0:\n local_1e = 1;\n if ((int)local_30 <= (int)DAT_0001e150) {\nLAB_0001285f:\n \n FUN_000118f0();\n }\n do {\n local_2c = *(byte **)(DAT_0001e148 + DAT_0001e150 * 4);\n bVar2 = *local_2c;\n uVar10 = DAT_0001e150;\n if (bVar2 == 0x21) {\n if (local_2c[1] == 0) {\n DAT_0001e150 = DAT_0001e150 + 1;\n if ((int)DAT_0001e150 < (int)local_30) {\n bVar14 = false;\n local_1f = 1;\n uVar10 = DAT_0001e150;\n while( true ) {\n local_2c = *(byte **)(DAT_0001e148 + uVar10 * 4);\n bVar1 = *local_2c;\n if (bVar1 != 0x21) break;\n if (local_2c[1] != 0) {\n if (bVar14) {\n DAT_0001e150 = uVar10;\n }\n goto LAB_00012876;\n }\n uVar10 = uVar10 + 1;\n if (uVar10 == local_30) {\n DAT_0001e150 = uVar10;\n \n FUN_000118f0();\n }\n local_1f = local_1f ^ 1;\n bVar14 = true;\n }\n if (bVar14) {\n DAT_0001e150 = uVar10;\n }\n goto LAB_0001274e;\n }\n goto LAB_0001285f;\n }\n local_1f = 0;\nLAB_00012876:\n uVar4 = local_30 - uVar10;\n bVar14 = uVar4 < 3;\n bVar15 = uVar4 == 3;\n if (3 < (int)uVar4) {\n iVar9 = 3;\n pbVar11 = local_2c;\n pbVar12 = (byte *)0x1908a;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar11 < *pbVar12;\n bVar15 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n } while (bVar15);\n if (((!bVar14 && !bVar15) != bVar14) || (cVar3 = FUN_00011610(), cVar3 == '\0'))\n goto LAB_000128b8;\n bVar2 = FUN_00011ee0();\n goto LAB_00012812;\n }\n if (bVar15) {\nLAB_000128b8:\n cVar3 = FUN_00011610();\n if (cVar3 != '\0') {\n bVar2 = FUN_00011ee0();\n goto LAB_00012812;\n }\n }\n if (((bVar2 == 0x2d) && (local_2c[1] != 0)) && (local_2c[2] == 0)) {\n cVar3 = FUN_00012420();\n if (cVar3 == '\0') {\n uVar5 = FUN_00015250(local_2c);\n pcVar8 = "%s: unary operator expected";\nLAB_00012a74:\n uVar6 = dcgettext(0,pcVar8,5);\n \n FUN_000117f0(uVar6,uVar5);\n }\n bVar2 = FUN_00011980();\n goto LAB_00012812;\n }\n DAT_0001e150 = uVar10 + 1;\n local_1e = local_1e & (bVar2 != 0 ^ local_1f);\n bVar14 = local_30 < DAT_0001e150;\n bVar15 = local_30 == DAT_0001e150;\n if ((int)local_30 <= (int)DAT_0001e150) goto LAB_000128f3;\n }\n else {\n local_1f = 0;\n bVar1 = bVar2;\nLAB_0001274e:\n bVar2 = bVar1;\n if ((bVar1 != 0x28) || (local_2c[1] != 0)) goto LAB_00012876;\n DAT_0001e150 = uVar10 + 1;\n if ((int)local_30 <= (int)DAT_0001e150) goto LAB_0001285f;\n if ((int)(uVar10 + 2) < (int)local_30) {\n local_30 = local_30 - 1;\n bVar14 = local_30 < uVar10;\n bVar15 = local_30 == uVar10;\n uVar4 = 1;\n do {\n iVar9 = 2;\n pbVar11 = *(byte **)(DAT_0001e148 + uVar10 * 4 + 4 + uVar4 * 4);\n pbVar12 = &DAT_0001a909;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar11 < *pbVar12;\n bVar15 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n } while (bVar15);\n if (((!bVar14 && !bVar15) == bVar14) || (uVar4 == 4)) break;\n uVar4 = uVar4 + 1;\n bVar14 = uVar4 < local_30 - uVar10;\n bVar15 = uVar4 == local_30 - uVar10;\n } while (!bVar15);\n }\n bVar2 = FUN_00012520();\n pcVar8 = *(char **)(DAT_0001e148 + DAT_0001e150 * 4);\n if (pcVar8 == (char *)0x0) {\n uVar5 = FUN_00015250(&DAT_0001a909);\n pcVar8 = "%s expected";\n goto LAB_00012a74;\n }\n if ((*pcVar8 != ')') || (pcVar8[1] != '\0')) {\n uVar5 = FUN_00015220(1,pcVar8);\n uVar6 = FUN_00015220(0,&DAT_0001a909);\n uVar7 = dcgettext(0,"%s expected, found %s",5);\n \n FUN_000117f0(uVar7,uVar6,uVar5);\n }\n DAT_0001e150 = DAT_0001e150 + 1;\nLAB_00012812:\n local_1e = local_1e & (bVar2 ^ local_1f);\n bVar14 = DAT_0001e14c < DAT_0001e150;\n bVar15 = DAT_0001e14c == DAT_0001e150;\n local_30 = DAT_0001e14c;\n if ((int)DAT_0001e14c <= (int)DAT_0001e150) {\nLAB_000128f3:\n return local_1d | local_1e;\n }\n }\n iVar9 = 3;\n pbVar11 = *(byte **)(DAT_0001e148 + DAT_0001e150 * 4);\n pbVar12 = pbVar11;\n pbVar13 = &DAT_00019102;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar12 < *pbVar13;\n bVar15 = *pbVar12 == *pbVar13;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n pbVar13 = pbVar13 + (uint)bVar16 * -2 + 1;\n } while (bVar15);\n if ((!bVar14 && !bVar15) != bVar14) break;\n DAT_0001e150 = DAT_0001e150 + 1;\n if ((int)local_30 <= (int)DAT_0001e150) goto LAB_0001285f;\n } while( true );\n bVar14 = false;\n local_1d = local_1d | local_1e;\n bVar15 = local_1d == 0;\n iVar9 = 3;\n pbVar12 = &DAT_00019105;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar11 < *pbVar12;\n bVar15 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n } while (bVar15);\n if ((!bVar14 && !bVar15) != bVar14) {\n return local_1d;\n }\n DAT_0001e150 = DAT_0001e150 + 1;\n goto LAB_000126b0;\n}" (type_identifier "byte") (function_declarator "FUN_00012680(void)" (identifier "FUN_00012680") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n byte bVar1;\n byte bVar2;\n char cVar3;\n uint uVar4;\n undefined4 uVar5;\n undefined4 uVar6;\n undefined4 uVar7;\n char *pcVar8;\n int iVar9;\n uint uVar10;\n byte *pbVar11;\n byte *pbVar12;\n byte *pbVar13;\n bool bVar14;\n bool bVar15;\n byte bVar16;\n uint local_30;\n byte *local_2c;\n byte local_1f;\n byte local_1e;\n byte local_1d;\n \n bVar16 = 0;\n local_1d = 0;\n local_30 = DAT_0001e14c;\nLAB_000126b0:\n local_1e = 1;\n if ((int)local_30 <= (int)DAT_0001e150) {\nLAB_0001285f:\n \n FUN_000118f0();\n }\n do {\n local_2c = *(byte **)(DAT_0001e148 + DAT_0001e150 * 4);\n bVar2 = *local_2c;\n uVar10 = DAT_0001e150;\n if (bVar2 == 0x21) {\n if (local_2c[1] == 0) {\n DAT_0001e150 = DAT_0001e150 + 1;\n if ((int)DAT_0001e150 < (int)local_30) {\n bVar14 = false;\n local_1f = 1;\n uVar10 = DAT_0001e150;\n while( true ) {\n local_2c = *(byte **)(DAT_0001e148 + uVar10 * 4);\n bVar1 = *local_2c;\n if (bVar1 != 0x21) break;\n if (local_2c[1] != 0) {\n if (bVar14) {\n DAT_0001e150 = uVar10;\n }\n goto LAB_00012876;\n }\n uVar10 = uVar10 + 1;\n if (uVar10 == local_30) {\n DAT_0001e150 = uVar10;\n \n FUN_000118f0();\n }\n local_1f = local_1f ^ 1;\n bVar14 = true;\n }\n if (bVar14) {\n DAT_0001e150 = uVar10;\n }\n goto LAB_0001274e;\n }\n goto LAB_0001285f;\n }\n local_1f = 0;\nLAB_00012876:\n uVar4 = local_30 - uVar10;\n bVar14 = uVar4 < 3;\n bVar15 = uVar4 == 3;\n if (3 < (int)uVar4) {\n iVar9 = 3;\n pbVar11 = local_2c;\n pbVar12 = (byte *)0x1908a;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar11 < *pbVar12;\n bVar15 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n } while (bVar15);\n if (((!bVar14 && !bVar15) != bVar14) || (cVar3 = FUN_00011610(), cVar3 == '\0'))\n goto LAB_000128b8;\n bVar2 = FUN_00011ee0();\n goto LAB_00012812;\n }\n if (bVar15) {\nLAB_000128b8:\n cVar3 = FUN_00011610();\n if (cVar3 != '\0') {\n bVar2 = FUN_00011ee0();\n goto LAB_00012812;\n }\n }\n if (((bVar2 == 0x2d) && (local_2c[1] != 0)) && (local_2c[2] == 0)) {\n cVar3 = FUN_00012420();\n if (cVar3 == '\0') {\n uVar5 = FUN_00015250(local_2c);\n pcVar8 = "%s: unary operator expected";\nLAB_00012a74:\n uVar6 = dcgettext(0,pcVar8,5);\n \n FUN_000117f0(uVar6,uVar5);\n }\n bVar2 = FUN_00011980();\n goto LAB_00012812;\n }\n DAT_0001e150 = uVar10 + 1;\n local_1e = local_1e & (bVar2 != 0 ^ local_1f);\n bVar14 = local_30 < DAT_0001e150;\n bVar15 = local_30 == DAT_0001e150;\n if ((int)local_30 <= (int)DAT_0001e150) goto LAB_000128f3;\n }\n else {\n local_1f = 0;\n bVar1 = bVar2;\nLAB_0001274e:\n bVar2 = bVar1;\n if ((bVar1 != 0x28) || (local_2c[1] != 0)) goto LAB_00012876;\n DAT_0001e150 = uVar10 + 1;\n if ((int)local_30 <= (int)DAT_0001e150) goto LAB_0001285f;\n if ((int)(uVar10 + 2) < (int)local_30) {\n local_30 = local_30 - 1;\n bVar14 = local_30 < uVar10;\n bVar15 = local_30 == uVar10;\n uVar4 = 1;\n do {\n iVar9 = 2;\n pbVar11 = *(byte **)(DAT_0001e148 + uVar10 * 4 + 4 + uVar4 * 4);\n pbVar12 = &DAT_0001a909;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar11 < *pbVar12;\n bVar15 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n } while (bVar15);\n if (((!bVar14 && !bVar15) == bVar14) || (uVar4 == 4)) break;\n uVar4 = uVar4 + 1;\n bVar14 = uVar4 < local_30 - uVar10;\n bVar15 = uVar4 == local_30 - uVar10;\n } while (!bVar15);\n }\n bVar2 = FUN_00012520();\n pcVar8 = *(char **)(DAT_0001e148 + DAT_0001e150 * 4);\n if (pcVar8 == (char *)0x0) {\n uVar5 = FUN_00015250(&DAT_0001a909);\n pcVar8 = "%s expected";\n goto LAB_00012a74;\n }\n if ((*pcVar8 != ')') || (pcVar8[1] != '\0')) {\n uVar5 = FUN_00015220(1,pcVar8);\n uVar6 = FUN_00015220(0,&DAT_0001a909);\n uVar7 = dcgettext(0,"%s expected, found %s",5);\n \n FUN_000117f0(uVar7,uVar6,uVar5);\n }\n DAT_0001e150 = DAT_0001e150 + 1;\nLAB_00012812:\n local_1e = local_1e & (bVar2 ^ local_1f);\n bVar14 = DAT_0001e14c < DAT_0001e150;\n bVar15 = DAT_0001e14c == DAT_0001e150;\n local_30 = DAT_0001e14c;\n if ((int)DAT_0001e14c <= (int)DAT_0001e150) {\nLAB_000128f3:\n return local_1d | local_1e;\n }\n }\n iVar9 = 3;\n pbVar11 = *(byte **)(DAT_0001e148 + DAT_0001e150 * 4);\n pbVar12 = pbVar11;\n pbVar13 = &DAT_00019102;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar12 < *pbVar13;\n bVar15 = *pbVar12 == *pbVar13;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n pbVar13 = pbVar13 + (uint)bVar16 * -2 + 1;\n } while (bVar15);\n if ((!bVar14 && !bVar15) != bVar14) break;\n DAT_0001e150 = DAT_0001e150 + 1;\n if ((int)local_30 <= (int)DAT_0001e150) goto LAB_0001285f;\n } while( true );\n bVar14 = false;\n local_1d = local_1d | local_1e;\n bVar15 = local_1d == 0;\n iVar9 = 3;\n pbVar12 = &DAT_00019105;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar11 < *pbVar12;\n bVar15 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n } while (bVar15);\n if ((!bVar14 && !bVar15) != bVar14) {\n return local_1d;\n }\n DAT_0001e150 = DAT_0001e150 + 1;\n goto LAB_000126b0;\n}" ({ "{") (declaration "byte bVar1;" (type_identifier "byte") (identifier "bVar1") (; ";")) (declaration "byte bVar2;" (type_identifier "byte") (identifier "bVar2") (; ";")) (declaration "char cVar3;" (primitive_type "char") (identifier "cVar3") (; ";")) (declaration "uint uVar4;" (type_identifier "uint") (identifier "uVar4") (; ";")) (declaration "undefined4 uVar5;" (type_identifier "undefined4") (identifier "uVar5") (; ";")) (declaration "undefined4 uVar6;" (type_identifier "undefined4") (identifier "uVar6") (; ";")) (declaration "undefined4 uVar7;" (type_identifier "undefined4") (identifier "uVar7") (; ";")) (declaration "char *pcVar8;" (primitive_type "char") (pointer_declarator "*pcVar8" (* "*") (identifier "pcVar8")) (; ";")) (declaration "int iVar9;" (primitive_type "int") (identifier "iVar9") (; ";")) (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 "byte *pbVar13;" (type_identifier "byte") (pointer_declarator "*pbVar13" (* "*") (identifier "pbVar13")) (; ";")) (declaration "bool bVar14;" (primitive_type "bool") (identifier "bVar14") (; ";")) (declaration "bool bVar15;" (primitive_type "bool") (identifier "bVar15") (; ";")) (declaration "byte bVar16;" (type_identifier "byte") (identifier "bVar16") (; ";")) (declaration "uint local_30;" (type_identifier "uint") (identifier "local_30") (; ";")) (declaration "byte *local_2c;" (type_identifier "byte") (pointer_declarator "*local_2c" (* "*") (identifier "local_2c")) (; ";")) (declaration "byte local_1f;" (type_identifier "byte") (identifier "local_1f") (; ";")) (declaration "byte local_1e;" (type_identifier "byte") (identifier "local_1e") (; ";")) (declaration "byte local_1d;" (type_identifier "byte") (identifier "local_1d") (; ";")) (expression_statement "bVar16 = 0;" (assignment_expression "bVar16 = 0" (identifier "bVar16") (= "=") (number_literal "0")) (; ";")) (expression_statement "local_1d = 0;" (assignment_expression "local_1d = 0" (identifier "local_1d") (= "=") (number_literal "0")) (; ";")) (expression_statement "local_30 = DAT_0001e14c;" (assignment_expression "local_30 = DAT_0001e14c" (identifier "local_30") (= "=") (identifier "DAT_0001e14c")) (; ";")) (labeled_statement "LAB_000126b0:\n local_1e = 1;" (statement_identifier "LAB_000126b0") (: ":") (expression_statement "local_1e = 1;" (assignment_expression "local_1e = 1" (identifier "local_1e") (= "=") (number_literal "1")) (; ";"))) (if_statement "if ((int)local_30 <= (int)DAT_0001e150) {\nLAB_0001285f:\n \n FUN_000118f0();\n }" (if "if") (parenthesized_expression "((int)local_30 <= (int)DAT_0001e150)" (( "(") (binary_expression "(int)local_30 <= (int)DAT_0001e150" (cast_expression "(int)local_30" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "local_30")) (<= "<=") (cast_expression "(int)DAT_0001e150" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "DAT_0001e150"))) () ")")) (compound_statement "{\nLAB_0001285f:\n \n FUN_000118f0();\n }" ({ "{") (labeled_statement "LAB_0001285f:\n \n FUN_000118f0();" (statement_identifier "LAB_0001285f") (: ":") (expression_statement "FUN_000118f0();" (call_expression "FUN_000118f0()" (identifier "FUN_000118f0") (argument_list "()" (( "(") () ")"))) (; ";"))) (} "}"))) (do_statement "do {\n local_2c = *(byte **)(DAT_0001e148 + DAT_0001e150 * 4);\n bVar2 = *local_2c;\n uVar10 = DAT_0001e150;\n if (bVar2 == 0x21) {\n if (local_2c[1] == 0) {\n DAT_0001e150 = DAT_0001e150 + 1;\n if ((int)DAT_0001e150 < (int)local_30) {\n bVar14 = false;\n local_1f = 1;\n uVar10 = DAT_0001e150;\n while( true ) {\n local_2c = *(byte **)(DAT_0001e148 + uVar10 * 4);\n bVar1 = *local_2c;\n if (bVar1 != 0x21) break;\n if (local_2c[1] != 0) {\n if (bVar14) {\n DAT_0001e150 = uVar10;\n }\n goto LAB_00012876;\n }\n uVar10 = uVar10 + 1;\n if (uVar10 == local_30) {\n DAT_0001e150 = uVar10;\n \n FUN_000118f0();\n }\n local_1f = local_1f ^ 1;\n bVar14 = true;\n }\n if (bVar14) {\n DAT_0001e150 = uVar10;\n }\n goto LAB_0001274e;\n }\n goto LAB_0001285f;\n }\n local_1f = 0;\nLAB_00012876:\n uVar4 = local_30 - uVar10;\n bVar14 = uVar4 < 3;\n bVar15 = uVar4 == 3;\n if (3 < (int)uVar4) {\n iVar9 = 3;\n pbVar11 = local_2c;\n pbVar12 = (byte *)0x1908a;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar11 < *pbVar12;\n bVar15 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n } while (bVar15);\n if (((!bVar14 && !bVar15) != bVar14) || (cVar3 = FUN_00011610(), cVar3 == '\0'))\n goto LAB_000128b8;\n bVar2 = FUN_00011ee0();\n goto LAB_00012812;\n }\n if (bVar15) {\nLAB_000128b8:\n cVar3 = FUN_00011610();\n if (cVar3 != '\0') {\n bVar2 = FUN_00011ee0();\n goto LAB_00012812;\n }\n }\n if (((bVar2 == 0x2d) && (local_2c[1] != 0)) && (local_2c[2] == 0)) {\n cVar3 = FUN_00012420();\n if (cVar3 == '\0') {\n uVar5 = FUN_00015250(local_2c);\n pcVar8 = "%s: unary operator expected";\nLAB_00012a74:\n uVar6 = dcgettext(0,pcVar8,5);\n \n FUN_000117f0(uVar6,uVar5);\n }\n bVar2 = FUN_00011980();\n goto LAB_00012812;\n }\n DAT_0001e150 = uVar10 + 1;\n local_1e = local_1e & (bVar2 != 0 ^ local_1f);\n bVar14 = local_30 < DAT_0001e150;\n bVar15 = local_30 == DAT_0001e150;\n if ((int)local_30 <= (int)DAT_0001e150) goto LAB_000128f3;\n }\n else {\n local_1f = 0;\n bVar1 = bVar2;\nLAB_0001274e:\n bVar2 = bVar1;\n if ((bVar1 != 0x28) || (local_2c[1] != 0)) goto LAB_00012876;\n DAT_0001e150 = uVar10 + 1;\n if ((int)local_30 <= (int)DAT_0001e150) goto LAB_0001285f;\n if ((int)(uVar10 + 2) < (int)local_30) {\n local_30 = local_30 - 1;\n bVar14 = local_30 < uVar10;\n bVar15 = local_30 == uVar10;\n uVar4 = 1;\n do {\n iVar9 = 2;\n pbVar11 = *(byte **)(DAT_0001e148 + uVar10 * 4 + 4 + uVar4 * 4);\n pbVar12 = &DAT_0001a909;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar11 < *pbVar12;\n bVar15 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n } while (bVar15);\n if (((!bVar14 && !bVar15) == bVar14) || (uVar4 == 4)) break;\n uVar4 = uVar4 + 1;\n bVar14 = uVar4 < local_30 - uVar10;\n bVar15 = uVar4 == local_30 - uVar10;\n } while (!bVar15);\n }\n bVar2 = FUN_00012520();\n pcVar8 = *(char **)(DAT_0001e148 + DAT_0001e150 * 4);\n if (pcVar8 == (char *)0x0) {\n uVar5 = FUN_00015250(&DAT_0001a909);\n pcVar8 = "%s expected";\n goto LAB_00012a74;\n }\n if ((*pcVar8 != ')') || (pcVar8[1] != '\0')) {\n uVar5 = FUN_00015220(1,pcVar8);\n uVar6 = FUN_00015220(0,&DAT_0001a909);\n uVar7 = dcgettext(0,"%s expected, found %s",5);\n \n FUN_000117f0(uVar7,uVar6,uVar5);\n }\n DAT_0001e150 = DAT_0001e150 + 1;\nLAB_00012812:\n local_1e = local_1e & (bVar2 ^ local_1f);\n bVar14 = DAT_0001e14c < DAT_0001e150;\n bVar15 = DAT_0001e14c == DAT_0001e150;\n local_30 = DAT_0001e14c;\n if ((int)DAT_0001e14c <= (int)DAT_0001e150) {\nLAB_000128f3:\n return local_1d | local_1e;\n }\n }\n iVar9 = 3;\n pbVar11 = *(byte **)(DAT_0001e148 + DAT_0001e150 * 4);\n pbVar12 = pbVar11;\n pbVar13 = &DAT_00019102;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar12 < *pbVar13;\n bVar15 = *pbVar12 == *pbVar13;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n pbVar13 = pbVar13 + (uint)bVar16 * -2 + 1;\n } while (bVar15);\n if ((!bVar14 && !bVar15) != bVar14) break;\n DAT_0001e150 = DAT_0001e150 + 1;\n if ((int)local_30 <= (int)DAT_0001e150) goto LAB_0001285f;\n } while( true );" (do "do") (compound_statement "{\n local_2c = *(byte **)(DAT_0001e148 + DAT_0001e150 * 4);\n bVar2 = *local_2c;\n uVar10 = DAT_0001e150;\n if (bVar2 == 0x21) {\n if (local_2c[1] == 0) {\n DAT_0001e150 = DAT_0001e150 + 1;\n if ((int)DAT_0001e150 < (int)local_30) {\n bVar14 = false;\n local_1f = 1;\n uVar10 = DAT_0001e150;\n while( true ) {\n local_2c = *(byte **)(DAT_0001e148 + uVar10 * 4);\n bVar1 = *local_2c;\n if (bVar1 != 0x21) break;\n if (local_2c[1] != 0) {\n if (bVar14) {\n DAT_0001e150 = uVar10;\n }\n goto LAB_00012876;\n }\n uVar10 = uVar10 + 1;\n if (uVar10 == local_30) {\n DAT_0001e150 = uVar10;\n \n FUN_000118f0();\n }\n local_1f = local_1f ^ 1;\n bVar14 = true;\n }\n if (bVar14) {\n DAT_0001e150 = uVar10;\n }\n goto LAB_0001274e;\n }\n goto LAB_0001285f;\n }\n local_1f = 0;\nLAB_00012876:\n uVar4 = local_30 - uVar10;\n bVar14 = uVar4 < 3;\n bVar15 = uVar4 == 3;\n if (3 < (int)uVar4) {\n iVar9 = 3;\n pbVar11 = local_2c;\n pbVar12 = (byte *)0x1908a;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar11 < *pbVar12;\n bVar15 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n } while (bVar15);\n if (((!bVar14 && !bVar15) != bVar14) || (cVar3 = FUN_00011610(), cVar3 == '\0'))\n goto LAB_000128b8;\n bVar2 = FUN_00011ee0();\n goto LAB_00012812;\n }\n if (bVar15) {\nLAB_000128b8:\n cVar3 = FUN_00011610();\n if (cVar3 != '\0') {\n bVar2 = FUN_00011ee0();\n goto LAB_00012812;\n }\n }\n if (((bVar2 == 0x2d) && (local_2c[1] != 0)) && (local_2c[2] == 0)) {\n cVar3 = FUN_00012420();\n if (cVar3 == '\0') {\n uVar5 = FUN_00015250(local_2c);\n pcVar8 = "%s: unary operator expected";\nLAB_00012a74:\n uVar6 = dcgettext(0,pcVar8,5);\n \n FUN_000117f0(uVar6,uVar5);\n }\n bVar2 = FUN_00011980();\n goto LAB_00012812;\n }\n DAT_0001e150 = uVar10 + 1;\n local_1e = local_1e & (bVar2 != 0 ^ local_1f);\n bVar14 = local_30 < DAT_0001e150;\n bVar15 = local_30 == DAT_0001e150;\n if ((int)local_30 <= (int)DAT_0001e150) goto LAB_000128f3;\n }\n else {\n local_1f = 0;\n bVar1 = bVar2;\nLAB_0001274e:\n bVar2 = bVar1;\n if ((bVar1 != 0x28) || (local_2c[1] != 0)) goto LAB_00012876;\n DAT_0001e150 = uVar10 + 1;\n if ((int)local_30 <= (int)DAT_0001e150) goto LAB_0001285f;\n if ((int)(uVar10 + 2) < (int)local_30) {\n local_30 = local_30 - 1;\n bVar14 = local_30 < uVar10;\n bVar15 = local_30 == uVar10;\n uVar4 = 1;\n do {\n iVar9 = 2;\n pbVar11 = *(byte **)(DAT_0001e148 + uVar10 * 4 + 4 + uVar4 * 4);\n pbVar12 = &DAT_0001a909;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar11 < *pbVar12;\n bVar15 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n } while (bVar15);\n if (((!bVar14 && !bVar15) == bVar14) || (uVar4 == 4)) break;\n uVar4 = uVar4 + 1;\n bVar14 = uVar4 < local_30 - uVar10;\n bVar15 = uVar4 == local_30 - uVar10;\n } while (!bVar15);\n }\n bVar2 = FUN_00012520();\n pcVar8 = *(char **)(DAT_0001e148 + DAT_0001e150 * 4);\n if (pcVar8 == (char *)0x0) {\n uVar5 = FUN_00015250(&DAT_0001a909);\n pcVar8 = "%s expected";\n goto LAB_00012a74;\n }\n if ((*pcVar8 != ')') || (pcVar8[1] != '\0')) {\n uVar5 = FUN_00015220(1,pcVar8);\n uVar6 = FUN_00015220(0,&DAT_0001a909);\n uVar7 = dcgettext(0,"%s expected, found %s",5);\n \n FUN_000117f0(uVar7,uVar6,uVar5);\n }\n DAT_0001e150 = DAT_0001e150 + 1;\nLAB_00012812:\n local_1e = local_1e & (bVar2 ^ local_1f);\n bVar14 = DAT_0001e14c < DAT_0001e150;\n bVar15 = DAT_0001e14c == DAT_0001e150;\n local_30 = DAT_0001e14c;\n if ((int)DAT_0001e14c <= (int)DAT_0001e150) {\nLAB_000128f3:\n return local_1d | local_1e;\n }\n }\n iVar9 = 3;\n pbVar11 = *(byte **)(DAT_0001e148 + DAT_0001e150 * 4);\n pbVar12 = pbVar11;\n pbVar13 = &DAT_00019102;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar12 < *pbVar13;\n bVar15 = *pbVar12 == *pbVar13;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n pbVar13 = pbVar13 + (uint)bVar16 * -2 + 1;\n } while (bVar15);\n if ((!bVar14 && !bVar15) != bVar14) break;\n DAT_0001e150 = DAT_0001e150 + 1;\n if ((int)local_30 <= (int)DAT_0001e150) goto LAB_0001285f;\n }" ({ "{") (expression_statement "local_2c = *(byte **)(DAT_0001e148 + DAT_0001e150 * 4);" (assignment_expression "local_2c = *(byte **)(DAT_0001e148 + DAT_0001e150 * 4)" (identifier "local_2c") (= "=") (pointer_expression "*(byte **)(DAT_0001e148 + DAT_0001e150 * 4)" (* "*") (cast_expression "(byte **)(DAT_0001e148 + DAT_0001e150 * 4)" (( "(") (type_descriptor "byte **" (type_identifier "byte") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(DAT_0001e148 + DAT_0001e150 * 4)" (( "(") (binary_expression "DAT_0001e148 + DAT_0001e150 * 4" (identifier "DAT_0001e148") (+ "+") (binary_expression "DAT_0001e150 * 4" (identifier "DAT_0001e150") (* "*") (number_literal "4"))) () ")"))))) (; ";")) (expression_statement "bVar2 = *local_2c;" (assignment_expression "bVar2 = *local_2c" (identifier "bVar2") (= "=") (pointer_expression "*local_2c" (* "*") (identifier "local_2c"))) (; ";")) (expression_statement "uVar10 = DAT_0001e150;" (assignment_expression "uVar10 = DAT_0001e150" (identifier "uVar10") (= "=") (identifier "DAT_0001e150")) (; ";")) (if_statement "if (bVar2 == 0x21) {\n if (local_2c[1] == 0) {\n DAT_0001e150 = DAT_0001e150 + 1;\n if ((int)DAT_0001e150 < (int)local_30) {\n bVar14 = false;\n local_1f = 1;\n uVar10 = DAT_0001e150;\n while( true ) {\n local_2c = *(byte **)(DAT_0001e148 + uVar10 * 4);\n bVar1 = *local_2c;\n if (bVar1 != 0x21) break;\n if (local_2c[1] != 0) {\n if (bVar14) {\n DAT_0001e150 = uVar10;\n }\n goto LAB_00012876;\n }\n uVar10 = uVar10 + 1;\n if (uVar10 == local_30) {\n DAT_0001e150 = uVar10;\n \n FUN_000118f0();\n }\n local_1f = local_1f ^ 1;\n bVar14 = true;\n }\n if (bVar14) {\n DAT_0001e150 = uVar10;\n }\n goto LAB_0001274e;\n }\n goto LAB_0001285f;\n }\n local_1f = 0;\nLAB_00012876:\n uVar4 = local_30 - uVar10;\n bVar14 = uVar4 < 3;\n bVar15 = uVar4 == 3;\n if (3 < (int)uVar4) {\n iVar9 = 3;\n pbVar11 = local_2c;\n pbVar12 = (byte *)0x1908a;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar11 < *pbVar12;\n bVar15 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n } while (bVar15);\n if (((!bVar14 && !bVar15) != bVar14) || (cVar3 = FUN_00011610(), cVar3 == '\0'))\n goto LAB_000128b8;\n bVar2 = FUN_00011ee0();\n goto LAB_00012812;\n }\n if (bVar15) {\nLAB_000128b8:\n cVar3 = FUN_00011610();\n if (cVar3 != '\0') {\n bVar2 = FUN_00011ee0();\n goto LAB_00012812;\n }\n }\n if (((bVar2 == 0x2d) && (local_2c[1] != 0)) && (local_2c[2] == 0)) {\n cVar3 = FUN_00012420();\n if (cVar3 == '\0') {\n uVar5 = FUN_00015250(local_2c);\n pcVar8 = "%s: unary operator expected";\nLAB_00012a74:\n uVar6 = dcgettext(0,pcVar8,5);\n \n FUN_000117f0(uVar6,uVar5);\n }\n bVar2 = FUN_00011980();\n goto LAB_00012812;\n }\n DAT_0001e150 = uVar10 + 1;\n local_1e = local_1e & (bVar2 != 0 ^ local_1f);\n bVar14 = local_30 < DAT_0001e150;\n bVar15 = local_30 == DAT_0001e150;\n if ((int)local_30 <= (int)DAT_0001e150) goto LAB_000128f3;\n }\n else {\n local_1f = 0;\n bVar1 = bVar2;\nLAB_0001274e:\n bVar2 = bVar1;\n if ((bVar1 != 0x28) || (local_2c[1] != 0)) goto LAB_00012876;\n DAT_0001e150 = uVar10 + 1;\n if ((int)local_30 <= (int)DAT_0001e150) goto LAB_0001285f;\n if ((int)(uVar10 + 2) < (int)local_30) {\n local_30 = local_30 - 1;\n bVar14 = local_30 < uVar10;\n bVar15 = local_30 == uVar10;\n uVar4 = 1;\n do {\n iVar9 = 2;\n pbVar11 = *(byte **)(DAT_0001e148 + uVar10 * 4 + 4 + uVar4 * 4);\n pbVar12 = &DAT_0001a909;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar11 < *pbVar12;\n bVar15 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n } while (bVar15);\n if (((!bVar14 && !bVar15) == bVar14) || (uVar4 == 4)) break;\n uVar4 = uVar4 + 1;\n bVar14 = uVar4 < local_30 - uVar10;\n bVar15 = uVar4 == local_30 - uVar10;\n } while (!bVar15);\n }\n bVar2 = FUN_00012520();\n pcVar8 = *(char **)(DAT_0001e148 + DAT_0001e150 * 4);\n if (pcVar8 == (char *)0x0) {\n uVar5 = FUN_00015250(&DAT_0001a909);\n pcVar8 = "%s expected";\n goto LAB_00012a74;\n }\n if ((*pcVar8 != ')') || (pcVar8[1] != '\0')) {\n uVar5 = FUN_00015220(1,pcVar8);\n uVar6 = FUN_00015220(0,&DAT_0001a909);\n uVar7 = dcgettext(0,"%s expected, found %s",5);\n \n FUN_000117f0(uVar7,uVar6,uVar5);\n }\n DAT_0001e150 = DAT_0001e150 + 1;\nLAB_00012812:\n local_1e = local_1e & (bVar2 ^ local_1f);\n bVar14 = DAT_0001e14c < DAT_0001e150;\n bVar15 = DAT_0001e14c == DAT_0001e150;\n local_30 = DAT_0001e14c;\n if ((int)DAT_0001e14c <= (int)DAT_0001e150) {\nLAB_000128f3:\n return local_1d | local_1e;\n }\n }" (if "if") (parenthesized_expression "(bVar2 == 0x21)" (( "(") (binary_expression "bVar2 == 0x21" (identifier "bVar2") (== "==") (number_literal "0x21")) () ")")) (compound_statement "{\n if (local_2c[1] == 0) {\n DAT_0001e150 = DAT_0001e150 + 1;\n if ((int)DAT_0001e150 < (int)local_30) {\n bVar14 = false;\n local_1f = 1;\n uVar10 = DAT_0001e150;\n while( true ) {\n local_2c = *(byte **)(DAT_0001e148 + uVar10 * 4);\n bVar1 = *local_2c;\n if (bVar1 != 0x21) break;\n if (local_2c[1] != 0) {\n if (bVar14) {\n DAT_0001e150 = uVar10;\n }\n goto LAB_00012876;\n }\n uVar10 = uVar10 + 1;\n if (uVar10 == local_30) {\n DAT_0001e150 = uVar10;\n \n FUN_000118f0();\n }\n local_1f = local_1f ^ 1;\n bVar14 = true;\n }\n if (bVar14) {\n DAT_0001e150 = uVar10;\n }\n goto LAB_0001274e;\n }\n goto LAB_0001285f;\n }\n local_1f = 0;\nLAB_00012876:\n uVar4 = local_30 - uVar10;\n bVar14 = uVar4 < 3;\n bVar15 = uVar4 == 3;\n if (3 < (int)uVar4) {\n iVar9 = 3;\n pbVar11 = local_2c;\n pbVar12 = (byte *)0x1908a;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar11 < *pbVar12;\n bVar15 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n } while (bVar15);\n if (((!bVar14 && !bVar15) != bVar14) || (cVar3 = FUN_00011610(), cVar3 == '\0'))\n goto LAB_000128b8;\n bVar2 = FUN_00011ee0();\n goto LAB_00012812;\n }\n if (bVar15) {\nLAB_000128b8:\n cVar3 = FUN_00011610();\n if (cVar3 != '\0') {\n bVar2 = FUN_00011ee0();\n goto LAB_00012812;\n }\n }\n if (((bVar2 == 0x2d) && (local_2c[1] != 0)) && (local_2c[2] == 0)) {\n cVar3 = FUN_00012420();\n if (cVar3 == '\0') {\n uVar5 = FUN_00015250(local_2c);\n pcVar8 = "%s: unary operator expected";\nLAB_00012a74:\n uVar6 = dcgettext(0,pcVar8,5);\n \n FUN_000117f0(uVar6,uVar5);\n }\n bVar2 = FUN_00011980();\n goto LAB_00012812;\n }\n DAT_0001e150 = uVar10 + 1;\n local_1e = local_1e & (bVar2 != 0 ^ local_1f);\n bVar14 = local_30 < DAT_0001e150;\n bVar15 = local_30 == DAT_0001e150;\n if ((int)local_30 <= (int)DAT_0001e150) goto LAB_000128f3;\n }" ({ "{") (if_statement "if (local_2c[1] == 0) {\n DAT_0001e150 = DAT_0001e150 + 1;\n if ((int)DAT_0001e150 < (int)local_30) {\n bVar14 = false;\n local_1f = 1;\n uVar10 = DAT_0001e150;\n while( true ) {\n local_2c = *(byte **)(DAT_0001e148 + uVar10 * 4);\n bVar1 = *local_2c;\n if (bVar1 != 0x21) break;\n if (local_2c[1] != 0) {\n if (bVar14) {\n DAT_0001e150 = uVar10;\n }\n goto LAB_00012876;\n }\n uVar10 = uVar10 + 1;\n if (uVar10 == local_30) {\n DAT_0001e150 = uVar10;\n \n FUN_000118f0();\n }\n local_1f = local_1f ^ 1;\n bVar14 = true;\n }\n if (bVar14) {\n DAT_0001e150 = uVar10;\n }\n goto LAB_0001274e;\n }\n goto LAB_0001285f;\n }" (if "if") (parenthesized_expression "(local_2c[1] == 0)" (( "(") (binary_expression "local_2c[1] == 0" (subscript_expression "local_2c[1]" (identifier "local_2c") ([ "[") (number_literal "1") (] "]")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n DAT_0001e150 = DAT_0001e150 + 1;\n if ((int)DAT_0001e150 < (int)local_30) {\n bVar14 = false;\n local_1f = 1;\n uVar10 = DAT_0001e150;\n while( true ) {\n local_2c = *(byte **)(DAT_0001e148 + uVar10 * 4);\n bVar1 = *local_2c;\n if (bVar1 != 0x21) break;\n if (local_2c[1] != 0) {\n if (bVar14) {\n DAT_0001e150 = uVar10;\n }\n goto LAB_00012876;\n }\n uVar10 = uVar10 + 1;\n if (uVar10 == local_30) {\n DAT_0001e150 = uVar10;\n \n FUN_000118f0();\n }\n local_1f = local_1f ^ 1;\n bVar14 = true;\n }\n if (bVar14) {\n DAT_0001e150 = uVar10;\n }\n goto LAB_0001274e;\n }\n goto LAB_0001285f;\n }" ({ "{") (expression_statement "DAT_0001e150 = DAT_0001e150 + 1;" (assignment_expression "DAT_0001e150 = DAT_0001e150 + 1" (identifier "DAT_0001e150") (= "=") (binary_expression "DAT_0001e150 + 1" (identifier "DAT_0001e150") (+ "+") (number_literal "1"))) (; ";")) (if_statement "if ((int)DAT_0001e150 < (int)local_30) {\n bVar14 = false;\n local_1f = 1;\n uVar10 = DAT_0001e150;\n while( true ) {\n local_2c = *(byte **)(DAT_0001e148 + uVar10 * 4);\n bVar1 = *local_2c;\n if (bVar1 != 0x21) break;\n if (local_2c[1] != 0) {\n if (bVar14) {\n DAT_0001e150 = uVar10;\n }\n goto LAB_00012876;\n }\n uVar10 = uVar10 + 1;\n if (uVar10 == local_30) {\n DAT_0001e150 = uVar10;\n \n FUN_000118f0();\n }\n local_1f = local_1f ^ 1;\n bVar14 = true;\n }\n if (bVar14) {\n DAT_0001e150 = uVar10;\n }\n goto LAB_0001274e;\n }" (if "if") (parenthesized_expression "((int)DAT_0001e150 < (int)local_30)" (( "(") (binary_expression "(int)DAT_0001e150 < (int)local_30" (cast_expression "(int)DAT_0001e150" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "DAT_0001e150")) (< "<") (cast_expression "(int)local_30" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "local_30"))) () ")")) (compound_statement "{\n bVar14 = false;\n local_1f = 1;\n uVar10 = DAT_0001e150;\n while( true ) {\n local_2c = *(byte **)(DAT_0001e148 + uVar10 * 4);\n bVar1 = *local_2c;\n if (bVar1 != 0x21) break;\n if (local_2c[1] != 0) {\n if (bVar14) {\n DAT_0001e150 = uVar10;\n }\n goto LAB_00012876;\n }\n uVar10 = uVar10 + 1;\n if (uVar10 == local_30) {\n DAT_0001e150 = uVar10;\n \n FUN_000118f0();\n }\n local_1f = local_1f ^ 1;\n bVar14 = true;\n }\n if (bVar14) {\n DAT_0001e150 = uVar10;\n }\n goto LAB_0001274e;\n }" ({ "{") (expression_statement "bVar14 = false;" (assignment_expression "bVar14 = false" (identifier "bVar14") (= "=") (false "false")) (; ";")) (expression_statement "local_1f = 1;" (assignment_expression "local_1f = 1" (identifier "local_1f") (= "=") (number_literal "1")) (; ";")) (expression_statement "uVar10 = DAT_0001e150;" (assignment_expression "uVar10 = DAT_0001e150" (identifier "uVar10") (= "=") (identifier "DAT_0001e150")) (; ";")) (while_statement "while( true ) {\n local_2c = *(byte **)(DAT_0001e148 + uVar10 * 4);\n bVar1 = *local_2c;\n if (bVar1 != 0x21) break;\n if (local_2c[1] != 0) {\n if (bVar14) {\n DAT_0001e150 = uVar10;\n }\n goto LAB_00012876;\n }\n uVar10 = uVar10 + 1;\n if (uVar10 == local_30) {\n DAT_0001e150 = uVar10;\n \n FUN_000118f0();\n }\n local_1f = local_1f ^ 1;\n bVar14 = true;\n }" (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (compound_statement "{\n local_2c = *(byte **)(DAT_0001e148 + uVar10 * 4);\n bVar1 = *local_2c;\n if (bVar1 != 0x21) break;\n if (local_2c[1] != 0) {\n if (bVar14) {\n DAT_0001e150 = uVar10;\n }\n goto LAB_00012876;\n }\n uVar10 = uVar10 + 1;\n if (uVar10 == local_30) {\n DAT_0001e150 = uVar10;\n \n FUN_000118f0();\n }\n local_1f = local_1f ^ 1;\n bVar14 = true;\n }" ({ "{") (expression_statement "local_2c = *(byte **)(DAT_0001e148 + uVar10 * 4);" (assignment_expression "local_2c = *(byte **)(DAT_0001e148 + uVar10 * 4)" (identifier "local_2c") (= "=") (pointer_expression "*(byte **)(DAT_0001e148 + uVar10 * 4)" (* "*") (cast_expression "(byte **)(DAT_0001e148 + uVar10 * 4)" (( "(") (type_descriptor "byte **" (type_identifier "byte") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(DAT_0001e148 + uVar10 * 4)" (( "(") (binary_expression "DAT_0001e148 + uVar10 * 4" (identifier "DAT_0001e148") (+ "+") (binary_expression "uVar10 * 4" (identifier "uVar10") (* "*") (number_literal "4"))) () ")"))))) (; ";")) (expression_statement "bVar1 = *local_2c;" (assignment_expression "bVar1 = *local_2c" (identifier "bVar1") (= "=") (pointer_expression "*local_2c" (* "*") (identifier "local_2c"))) (; ";")) (if_statement "if (bVar1 != 0x21) break;" (if "if") (parenthesized_expression "(bVar1 != 0x21)" (( "(") (binary_expression "bVar1 != 0x21" (identifier "bVar1") (!= "!=") (number_literal "0x21")) () ")")) (break_statement "break;" (break "break") (; ";"))) (if_statement "if (local_2c[1] != 0) {\n if (bVar14) {\n DAT_0001e150 = uVar10;\n }\n goto LAB_00012876;\n }" (if "if") (parenthesized_expression "(local_2c[1] != 0)" (( "(") (binary_expression "local_2c[1] != 0" (subscript_expression "local_2c[1]" (identifier "local_2c") ([ "[") (number_literal "1") (] "]")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n if (bVar14) {\n DAT_0001e150 = uVar10;\n }\n goto LAB_00012876;\n }" ({ "{") (if_statement "if (bVar14) {\n DAT_0001e150 = uVar10;\n }" (if "if") (parenthesized_expression "(bVar14)" (( "(") (identifier "bVar14") () ")")) (compound_statement "{\n DAT_0001e150 = uVar10;\n }" ({ "{") (expression_statement "DAT_0001e150 = uVar10;" (assignment_expression "DAT_0001e150 = uVar10" (identifier "DAT_0001e150") (= "=") (identifier "uVar10")) (; ";")) (} "}"))) (goto_statement "goto LAB_00012876;" (goto "goto") (statement_identifier "LAB_00012876") (; ";")) (} "}"))) (expression_statement "uVar10 = uVar10 + 1;" (assignment_expression "uVar10 = uVar10 + 1" (identifier "uVar10") (= "=") (binary_expression "uVar10 + 1" (identifier "uVar10") (+ "+") (number_literal "1"))) (; ";")) (if_statement "if (uVar10 == local_30) {\n DAT_0001e150 = uVar10;\n \n FUN_000118f0();\n }" (if "if") (parenthesized_expression "(uVar10 == local_30)" (( "(") (binary_expression "uVar10 == local_30" (identifier "uVar10") (== "==") (identifier "local_30")) () ")")) (compound_statement "{\n DAT_0001e150 = uVar10;\n \n FUN_000118f0();\n }" ({ "{") (expression_statement "DAT_0001e150 = uVar10;" (assignment_expression "DAT_0001e150 = uVar10" (identifier "DAT_0001e150") (= "=") (identifier "uVar10")) (; ";")) (expression_statement "FUN_000118f0();" (call_expression "FUN_000118f0()" (identifier "FUN_000118f0") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "local_1f = local_1f ^ 1;" (assignment_expression "local_1f = local_1f ^ 1" (identifier "local_1f") (= "=") (binary_expression "local_1f ^ 1" (identifier "local_1f") (^ "^") (number_literal "1"))) (; ";")) (expression_statement "bVar14 = true;" (assignment_expression "bVar14 = true" (identifier "bVar14") (= "=") (true "true")) (; ";")) (} "}"))) (if_statement "if (bVar14) {\n DAT_0001e150 = uVar10;\n }" (if "if") (parenthesized_expression "(bVar14)" (( "(") (identifier "bVar14") () ")")) (compound_statement "{\n DAT_0001e150 = uVar10;\n }" ({ "{") (expression_statement "DAT_0001e150 = uVar10;" (assignment_expression "DAT_0001e150 = uVar10" (identifier "DAT_0001e150") (= "=") (identifier "uVar10")) (; ";")) (} "}"))) (goto_statement "goto LAB_0001274e;" (goto "goto") (statement_identifier "LAB_0001274e") (; ";")) (} "}"))) (goto_statement "goto LAB_0001285f;" (goto "goto") (statement_identifier "LAB_0001285f") (; ";")) (} "}"))) (expression_statement "local_1f = 0;" (assignment_expression "local_1f = 0" (identifier "local_1f") (= "=") (number_literal "0")) (; ";")) (labeled_statement "LAB_00012876:\n uVar4 = local_30 - uVar10;" (statement_identifier "LAB_00012876") (: ":") (expression_statement "uVar4 = local_30 - uVar10;" (assignment_expression "uVar4 = local_30 - uVar10" (identifier "uVar4") (= "=") (binary_expression "local_30 - uVar10" (identifier "local_30") (- "-") (identifier "uVar10"))) (; ";"))) (expression_statement "bVar14 = uVar4 < 3;" (assignment_expression "bVar14 = uVar4 < 3" (identifier "bVar14") (= "=") (binary_expression "uVar4 < 3" (identifier "uVar4") (< "<") (number_literal "3"))) (; ";")) (expression_statement "bVar15 = uVar4 == 3;" (assignment_expression "bVar15 = uVar4 == 3" (identifier "bVar15") (= "=") (binary_expression "uVar4 == 3" (identifier "uVar4") (== "==") (number_literal "3"))) (; ";")) (if_statement "if (3 < (int)uVar4) {\n iVar9 = 3;\n pbVar11 = local_2c;\n pbVar12 = (byte *)0x1908a;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar11 < *pbVar12;\n bVar15 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n } while (bVar15);\n if (((!bVar14 && !bVar15) != bVar14) || (cVar3 = FUN_00011610(), cVar3 == '\0'))\n goto LAB_000128b8;\n bVar2 = FUN_00011ee0();\n goto LAB_00012812;\n }" (if "if") (parenthesized_expression "(3 < (int)uVar4)" (( "(") (binary_expression "3 < (int)uVar4" (number_literal "3") (< "<") (cast_expression "(int)uVar4" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "uVar4"))) () ")")) (compound_statement "{\n iVar9 = 3;\n pbVar11 = local_2c;\n pbVar12 = (byte *)0x1908a;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar11 < *pbVar12;\n bVar15 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n } while (bVar15);\n if (((!bVar14 && !bVar15) != bVar14) || (cVar3 = FUN_00011610(), cVar3 == '\0'))\n goto LAB_000128b8;\n bVar2 = FUN_00011ee0();\n goto LAB_00012812;\n }" ({ "{") (expression_statement "iVar9 = 3;" (assignment_expression "iVar9 = 3" (identifier "iVar9") (= "=") (number_literal "3")) (; ";")) (expression_statement "pbVar11 = local_2c;" (assignment_expression "pbVar11 = local_2c" (identifier "pbVar11") (= "=") (identifier "local_2c")) (; ";")) (expression_statement "pbVar12 = (byte *)0x1908a;" (assignment_expression "pbVar12 = (byte *)0x1908a" (identifier "pbVar12") (= "=") (cast_expression "(byte *)0x1908a" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x1908a"))) (; ";")) (do_statement "do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar11 < *pbVar12;\n bVar15 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n } while (bVar15);" (do "do") (compound_statement "{\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar11 < *pbVar12;\n bVar15 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n }" ({ "{") (if_statement "if (iVar9 == 0) break;" (if "if") (parenthesized_expression "(iVar9 == 0)" (( "(") (binary_expression "iVar9 == 0" (identifier "iVar9") (== "==") (number_literal "0")) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "iVar9 = iVar9 + -1;" (assignment_expression "iVar9 = iVar9 + -1" (identifier "iVar9") (= "=") (binary_expression "iVar9 + -1" (identifier "iVar9") (+ "+") (number_literal "-1"))) (; ";")) (expression_statement "bVar14 = *pbVar11 < *pbVar12;" (assignment_expression "bVar14 = *pbVar11 < *pbVar12" (identifier "bVar14") (= "=") (binary_expression "*pbVar11 < *pbVar12" (pointer_expression "*pbVar11" (* "*") (identifier "pbVar11")) (< "<") (pointer_expression "*pbVar12" (* "*") (identifier "pbVar12")))) (; ";")) (expression_statement "bVar15 = *pbVar11 == *pbVar12;" (assignment_expression "bVar15 = *pbVar11 == *pbVar12" (identifier "bVar15") (= "=") (binary_expression "*pbVar11 == *pbVar12" (pointer_expression "*pbVar11" (* "*") (identifier "pbVar11")) (== "==") (pointer_expression "*pbVar12" (* "*") (identifier "pbVar12")))) (; ";")) (expression_statement "pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;" (assignment_expression "pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1" (identifier "pbVar11") (= "=") (binary_expression "pbVar11 + (uint)bVar16 * -2 + 1" (binary_expression "pbVar11 + (uint)bVar16 * -2" (identifier "pbVar11") (+ "+") (binary_expression "(uint)bVar16 * -2" (cast_expression "(uint)bVar16" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "bVar16")) (* "*") (number_literal "-2"))) (+ "+") (number_literal "1"))) (; ";")) (expression_statement "pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;" (assignment_expression "pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1" (identifier "pbVar12") (= "=") (binary_expression "pbVar12 + (uint)bVar16 * -2 + 1" (binary_expression "pbVar12 + (uint)bVar16 * -2" (identifier "pbVar12") (+ "+") (binary_expression "(uint)bVar16 * -2" (cast_expression "(uint)bVar16" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "bVar16")) (* "*") (number_literal "-2"))) (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(bVar15)" (( "(") (identifier "bVar15") () ")")) (; ";")) (if_statement "if (((!bVar14 && !bVar15) != bVar14) || (cVar3 = FUN_00011610(), cVar3 == '\0'))\n goto LAB_000128b8;" (if "if") (parenthesized_expression "(((!bVar14 && !bVar15) != bVar14) || (cVar3 = FUN_00011610(), cVar3 == '\0'))" (( "(") (binary_expression "((!bVar14 && !bVar15) != bVar14) || (cVar3 = FUN_00011610(), cVar3 == '\0')" (parenthesized_expression "((!bVar14 && !bVar15) != bVar14)" (( "(") (binary_expression "(!bVar14 && !bVar15) != bVar14" (parenthesized_expression "(!bVar14 && !bVar15)" (( "(") (binary_expression "!bVar14 && !bVar15" (unary_expression "!bVar14" (! "!") (identifier "bVar14")) (&& "&&") (unary_expression "!bVar15" (! "!") (identifier "bVar15"))) () ")")) (!= "!=") (identifier "bVar14")) () ")")) (|| "||") (parenthesized_expression "(cVar3 = FUN_00011610(), cVar3 == '\0')" (( "(") (comma_expression "cVar3 = FUN_00011610(), cVar3 == '\0'" (assignment_expression "cVar3 = FUN_00011610()" (identifier "cVar3") (= "=") (call_expression "FUN_00011610()" (identifier "FUN_00011610") (argument_list "()" (( "(") () ")")))) (, ",") (binary_expression "cVar3 == '\0'" (identifier "cVar3") (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'")))) () ")"))) () ")")) (goto_statement "goto LAB_000128b8;" (goto "goto") (statement_identifier "LAB_000128b8") (; ";"))) (expression_statement "bVar2 = FUN_00011ee0();" (assignment_expression "bVar2 = FUN_00011ee0()" (identifier "bVar2") (= "=") (call_expression "FUN_00011ee0()" (identifier "FUN_00011ee0") (argument_list "()" (( "(") () ")")))) (; ";")) (goto_statement "goto LAB_00012812;" (goto "goto") (statement_identifier "LAB_00012812") (; ";")) (} "}"))) (if_statement "if (bVar15) {\nLAB_000128b8:\n cVar3 = FUN_00011610();\n if (cVar3 != '\0') {\n bVar2 = FUN_00011ee0();\n goto LAB_00012812;\n }\n }" (if "if") (parenthesized_expression "(bVar15)" (( "(") (identifier "bVar15") () ")")) (compound_statement "{\nLAB_000128b8:\n cVar3 = FUN_00011610();\n if (cVar3 != '\0') {\n bVar2 = FUN_00011ee0();\n goto LAB_00012812;\n }\n }" ({ "{") (labeled_statement "LAB_000128b8:\n cVar3 = FUN_00011610();" (statement_identifier "LAB_000128b8") (: ":") (expression_statement "cVar3 = FUN_00011610();" (assignment_expression "cVar3 = FUN_00011610()" (identifier "cVar3") (= "=") (call_expression "FUN_00011610()" (identifier "FUN_00011610") (argument_list "()" (( "(") () ")")))) (; ";"))) (if_statement "if (cVar3 != '\0') {\n bVar2 = FUN_00011ee0();\n goto LAB_00012812;\n }" (if "if") (parenthesized_expression "(cVar3 != '\0')" (( "(") (binary_expression "cVar3 != '\0'" (identifier "cVar3") (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n bVar2 = FUN_00011ee0();\n goto LAB_00012812;\n }" ({ "{") (expression_statement "bVar2 = FUN_00011ee0();" (assignment_expression "bVar2 = FUN_00011ee0()" (identifier "bVar2") (= "=") (call_expression "FUN_00011ee0()" (identifier "FUN_00011ee0") (argument_list "()" (( "(") () ")")))) (; ";")) (goto_statement "goto LAB_00012812;" (goto "goto") (statement_identifier "LAB_00012812") (; ";")) (} "}"))) (} "}"))) (if_statement "if (((bVar2 == 0x2d) && (local_2c[1] != 0)) && (local_2c[2] == 0)) {\n cVar3 = FUN_00012420();\n if (cVar3 == '\0') {\n uVar5 = FUN_00015250(local_2c);\n pcVar8 = "%s: unary operator expected";\nLAB_00012a74:\n uVar6 = dcgettext(0,pcVar8,5);\n \n FUN_000117f0(uVar6,uVar5);\n }\n bVar2 = FUN_00011980();\n goto LAB_00012812;\n }" (if "if") (parenthesized_expression "(((bVar2 == 0x2d) && (local_2c[1] != 0)) && (local_2c[2] == 0))" (( "(") (binary_expression "((bVar2 == 0x2d) && (local_2c[1] != 0)) && (local_2c[2] == 0)" (parenthesized_expression "((bVar2 == 0x2d) && (local_2c[1] != 0))" (( "(") (binary_expression "(bVar2 == 0x2d) && (local_2c[1] != 0)" (parenthesized_expression "(bVar2 == 0x2d)" (( "(") (binary_expression "bVar2 == 0x2d" (identifier "bVar2") (== "==") (number_literal "0x2d")) () ")")) (&& "&&") (parenthesized_expression "(local_2c[1] != 0)" (( "(") (binary_expression "local_2c[1] != 0" (subscript_expression "local_2c[1]" (identifier "local_2c") ([ "[") (number_literal "1") (] "]")) (!= "!=") (number_literal "0")) () ")"))) () ")")) (&& "&&") (parenthesized_expression "(local_2c[2] == 0)" (( "(") (binary_expression "local_2c[2] == 0" (subscript_expression "local_2c[2]" (identifier "local_2c") ([ "[") (number_literal "2") (] "]")) (== "==") (number_literal "0")) () ")"))) () ")")) (compound_statement "{\n cVar3 = FUN_00012420();\n if (cVar3 == '\0') {\n uVar5 = FUN_00015250(local_2c);\n pcVar8 = "%s: unary operator expected";\nLAB_00012a74:\n uVar6 = dcgettext(0,pcVar8,5);\n \n FUN_000117f0(uVar6,uVar5);\n }\n bVar2 = FUN_00011980();\n goto LAB_00012812;\n }" ({ "{") (expression_statement "cVar3 = FUN_00012420();" (assignment_expression "cVar3 = FUN_00012420()" (identifier "cVar3") (= "=") (call_expression "FUN_00012420()" (identifier "FUN_00012420") (argument_list "()" (( "(") () ")")))) (; ";")) (if_statement "if (cVar3 == '\0') {\n uVar5 = FUN_00015250(local_2c);\n pcVar8 = "%s: unary operator expected";\nLAB_00012a74:\n uVar6 = dcgettext(0,pcVar8,5);\n \n FUN_000117f0(uVar6,uVar5);\n }" (if "if") (parenthesized_expression "(cVar3 == '\0')" (( "(") (binary_expression "cVar3 == '\0'" (identifier "cVar3") (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n uVar5 = FUN_00015250(local_2c);\n pcVar8 = "%s: unary operator expected";\nLAB_00012a74:\n uVar6 = dcgettext(0,pcVar8,5);\n \n FUN_000117f0(uVar6,uVar5);\n }" ({ "{") (expression_statement "uVar5 = FUN_00015250(local_2c);" (assignment_expression "uVar5 = FUN_00015250(local_2c)" (identifier "uVar5") (= "=") (call_expression "FUN_00015250(local_2c)" (identifier "FUN_00015250") (argument_list "(local_2c)" (( "(") (identifier "local_2c") () ")")))) (; ";")) (expression_statement "pcVar8 = "%s: unary operator expected";" (assignment_expression "pcVar8 = "%s: unary operator expected"" (identifier "pcVar8") (= "=") (string_literal ""%s: unary operator expected"" (" """) (string_content "%s: unary operator expected") (" """))) (; ";")) (labeled_statement "LAB_00012a74:\n uVar6 = dcgettext(0,pcVar8,5);" (statement_identifier "LAB_00012a74") (: ":") (expression_statement "uVar6 = dcgettext(0,pcVar8,5);" (assignment_expression "uVar6 = dcgettext(0,pcVar8,5)" (identifier "uVar6") (= "=") (call_expression "dcgettext(0,pcVar8,5)" (identifier "dcgettext") (argument_list "(0,pcVar8,5)" (( "(") (number_literal "0") (, ",") (identifier "pcVar8") (, ",") (number_literal "5") () ")")))) (; ";"))) (expression_statement "FUN_000117f0(uVar6,uVar5);" (call_expression "FUN_000117f0(uVar6,uVar5)" (identifier "FUN_000117f0") (argument_list "(uVar6,uVar5)" (( "(") (identifier "uVar6") (, ",") (identifier "uVar5") () ")"))) (; ";")) (} "}"))) (expression_statement "bVar2 = FUN_00011980();" (assignment_expression "bVar2 = FUN_00011980()" (identifier "bVar2") (= "=") (call_expression "FUN_00011980()" (identifier "FUN_00011980") (argument_list "()" (( "(") () ")")))) (; ";")) (goto_statement "goto LAB_00012812;" (goto "goto") (statement_identifier "LAB_00012812") (; ";")) (} "}"))) (expression_statement "DAT_0001e150 = uVar10 + 1;" (assignment_expression "DAT_0001e150 = uVar10 + 1" (identifier "DAT_0001e150") (= "=") (binary_expression "uVar10 + 1" (identifier "uVar10") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "local_1e = local_1e & (bVar2 != 0 ^ local_1f);" (assignment_expression "local_1e = local_1e & (bVar2 != 0 ^ local_1f)" (identifier "local_1e") (= "=") (binary_expression "local_1e & (bVar2 != 0 ^ local_1f)" (identifier "local_1e") (& "&") (parenthesized_expression "(bVar2 != 0 ^ local_1f)" (( "(") (binary_expression "bVar2 != 0 ^ local_1f" (binary_expression "bVar2 != 0" (identifier "bVar2") (!= "!=") (number_literal "0")) (^ "^") (identifier "local_1f")) () ")")))) (; ";")) (expression_statement "bVar14 = local_30 < DAT_0001e150;" (assignment_expression "bVar14 = local_30 < DAT_0001e150" (identifier "bVar14") (= "=") (binary_expression "local_30 < DAT_0001e150" (identifier "local_30") (< "<") (identifier "DAT_0001e150"))) (; ";")) (expression_statement "bVar15 = local_30 == DAT_0001e150;" (assignment_expression "bVar15 = local_30 == DAT_0001e150" (identifier "bVar15") (= "=") (binary_expression "local_30 == DAT_0001e150" (identifier "local_30") (== "==") (identifier "DAT_0001e150"))) (; ";")) (if_statement "if ((int)local_30 <= (int)DAT_0001e150) goto LAB_000128f3;" (if "if") (parenthesized_expression "((int)local_30 <= (int)DAT_0001e150)" (( "(") (binary_expression "(int)local_30 <= (int)DAT_0001e150" (cast_expression "(int)local_30" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "local_30")) (<= "<=") (cast_expression "(int)DAT_0001e150" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "DAT_0001e150"))) () ")")) (goto_statement "goto LAB_000128f3;" (goto "goto") (statement_identifier "LAB_000128f3") (; ";"))) (} "}")) (else_clause "else {\n local_1f = 0;\n bVar1 = bVar2;\nLAB_0001274e:\n bVar2 = bVar1;\n if ((bVar1 != 0x28) || (local_2c[1] != 0)) goto LAB_00012876;\n DAT_0001e150 = uVar10 + 1;\n if ((int)local_30 <= (int)DAT_0001e150) goto LAB_0001285f;\n if ((int)(uVar10 + 2) < (int)local_30) {\n local_30 = local_30 - 1;\n bVar14 = local_30 < uVar10;\n bVar15 = local_30 == uVar10;\n uVar4 = 1;\n do {\n iVar9 = 2;\n pbVar11 = *(byte **)(DAT_0001e148 + uVar10 * 4 + 4 + uVar4 * 4);\n pbVar12 = &DAT_0001a909;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar11 < *pbVar12;\n bVar15 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n } while (bVar15);\n if (((!bVar14 && !bVar15) == bVar14) || (uVar4 == 4)) break;\n uVar4 = uVar4 + 1;\n bVar14 = uVar4 < local_30 - uVar10;\n bVar15 = uVar4 == local_30 - uVar10;\n } while (!bVar15);\n }\n bVar2 = FUN_00012520();\n pcVar8 = *(char **)(DAT_0001e148 + DAT_0001e150 * 4);\n if (pcVar8 == (char *)0x0) {\n uVar5 = FUN_00015250(&DAT_0001a909);\n pcVar8 = "%s expected";\n goto LAB_00012a74;\n }\n if ((*pcVar8 != ')') || (pcVar8[1] != '\0')) {\n uVar5 = FUN_00015220(1,pcVar8);\n uVar6 = FUN_00015220(0,&DAT_0001a909);\n uVar7 = dcgettext(0,"%s expected, found %s",5);\n \n FUN_000117f0(uVar7,uVar6,uVar5);\n }\n DAT_0001e150 = DAT_0001e150 + 1;\nLAB_00012812:\n local_1e = local_1e & (bVar2 ^ local_1f);\n bVar14 = DAT_0001e14c < DAT_0001e150;\n bVar15 = DAT_0001e14c == DAT_0001e150;\n local_30 = DAT_0001e14c;\n if ((int)DAT_0001e14c <= (int)DAT_0001e150) {\nLAB_000128f3:\n return local_1d | local_1e;\n }\n }" (else "else") (compound_statement "{\n local_1f = 0;\n bVar1 = bVar2;\nLAB_0001274e:\n bVar2 = bVar1;\n if ((bVar1 != 0x28) || (local_2c[1] != 0)) goto LAB_00012876;\n DAT_0001e150 = uVar10 + 1;\n if ((int)local_30 <= (int)DAT_0001e150) goto LAB_0001285f;\n if ((int)(uVar10 + 2) < (int)local_30) {\n local_30 = local_30 - 1;\n bVar14 = local_30 < uVar10;\n bVar15 = local_30 == uVar10;\n uVar4 = 1;\n do {\n iVar9 = 2;\n pbVar11 = *(byte **)(DAT_0001e148 + uVar10 * 4 + 4 + uVar4 * 4);\n pbVar12 = &DAT_0001a909;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar11 < *pbVar12;\n bVar15 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n } while (bVar15);\n if (((!bVar14 && !bVar15) == bVar14) || (uVar4 == 4)) break;\n uVar4 = uVar4 + 1;\n bVar14 = uVar4 < local_30 - uVar10;\n bVar15 = uVar4 == local_30 - uVar10;\n } while (!bVar15);\n }\n bVar2 = FUN_00012520();\n pcVar8 = *(char **)(DAT_0001e148 + DAT_0001e150 * 4);\n if (pcVar8 == (char *)0x0) {\n uVar5 = FUN_00015250(&DAT_0001a909);\n pcVar8 = "%s expected";\n goto LAB_00012a74;\n }\n if ((*pcVar8 != ')') || (pcVar8[1] != '\0')) {\n uVar5 = FUN_00015220(1,pcVar8);\n uVar6 = FUN_00015220(0,&DAT_0001a909);\n uVar7 = dcgettext(0,"%s expected, found %s",5);\n \n FUN_000117f0(uVar7,uVar6,uVar5);\n }\n DAT_0001e150 = DAT_0001e150 + 1;\nLAB_00012812:\n local_1e = local_1e & (bVar2 ^ local_1f);\n bVar14 = DAT_0001e14c < DAT_0001e150;\n bVar15 = DAT_0001e14c == DAT_0001e150;\n local_30 = DAT_0001e14c;\n if ((int)DAT_0001e14c <= (int)DAT_0001e150) {\nLAB_000128f3:\n return local_1d | local_1e;\n }\n }" ({ "{") (expression_statement "local_1f = 0;" (assignment_expression "local_1f = 0" (identifier "local_1f") (= "=") (number_literal "0")) (; ";")) (expression_statement "bVar1 = bVar2;" (assignment_expression "bVar1 = bVar2" (identifier "bVar1") (= "=") (identifier "bVar2")) (; ";")) (labeled_statement "LAB_0001274e:\n bVar2 = bVar1;" (statement_identifier "LAB_0001274e") (: ":") (expression_statement "bVar2 = bVar1;" (assignment_expression "bVar2 = bVar1" (identifier "bVar2") (= "=") (identifier "bVar1")) (; ";"))) (if_statement "if ((bVar1 != 0x28) || (local_2c[1] != 0)) goto LAB_00012876;" (if "if") (parenthesized_expression "((bVar1 != 0x28) || (local_2c[1] != 0))" (( "(") (binary_expression "(bVar1 != 0x28) || (local_2c[1] != 0)" (parenthesized_expression "(bVar1 != 0x28)" (( "(") (binary_expression "bVar1 != 0x28" (identifier "bVar1") (!= "!=") (number_literal "0x28")) () ")")) (|| "||") (parenthesized_expression "(local_2c[1] != 0)" (( "(") (binary_expression "local_2c[1] != 0" (subscript_expression "local_2c[1]" (identifier "local_2c") ([ "[") (number_literal "1") (] "]")) (!= "!=") (number_literal "0")) () ")"))) () ")")) (goto_statement "goto LAB_00012876;" (goto "goto") (statement_identifier "LAB_00012876") (; ";"))) (expression_statement "DAT_0001e150 = uVar10 + 1;" (assignment_expression "DAT_0001e150 = uVar10 + 1" (identifier "DAT_0001e150") (= "=") (binary_expression "uVar10 + 1" (identifier "uVar10") (+ "+") (number_literal "1"))) (; ";")) (if_statement "if ((int)local_30 <= (int)DAT_0001e150) goto LAB_0001285f;" (if "if") (parenthesized_expression "((int)local_30 <= (int)DAT_0001e150)" (( "(") (binary_expression "(int)local_30 <= (int)DAT_0001e150" (cast_expression "(int)local_30" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "local_30")) (<= "<=") (cast_expression "(int)DAT_0001e150" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "DAT_0001e150"))) () ")")) (goto_statement "goto LAB_0001285f;" (goto "goto") (statement_identifier "LAB_0001285f") (; ";"))) (if_statement "if ((int)(uVar10 + 2) < (int)local_30) {\n local_30 = local_30 - 1;\n bVar14 = local_30 < uVar10;\n bVar15 = local_30 == uVar10;\n uVar4 = 1;\n do {\n iVar9 = 2;\n pbVar11 = *(byte **)(DAT_0001e148 + uVar10 * 4 + 4 + uVar4 * 4);\n pbVar12 = &DAT_0001a909;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar11 < *pbVar12;\n bVar15 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n } while (bVar15);\n if (((!bVar14 && !bVar15) == bVar14) || (uVar4 == 4)) break;\n uVar4 = uVar4 + 1;\n bVar14 = uVar4 < local_30 - uVar10;\n bVar15 = uVar4 == local_30 - uVar10;\n } while (!bVar15);\n }" (if "if") (parenthesized_expression "((int)(uVar10 + 2) < (int)local_30)" (( "(") (binary_expression "(int)(uVar10 + 2) < (int)local_30" (cast_expression "(int)(uVar10 + 2)" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (parenthesized_expression "(uVar10 + 2)" (( "(") (binary_expression "uVar10 + 2" (identifier "uVar10") (+ "+") (number_literal "2")) () ")"))) (< "<") (cast_expression "(int)local_30" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "local_30"))) () ")")) (compound_statement "{\n local_30 = local_30 - 1;\n bVar14 = local_30 < uVar10;\n bVar15 = local_30 == uVar10;\n uVar4 = 1;\n do {\n iVar9 = 2;\n pbVar11 = *(byte **)(DAT_0001e148 + uVar10 * 4 + 4 + uVar4 * 4);\n pbVar12 = &DAT_0001a909;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar11 < *pbVar12;\n bVar15 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n } while (bVar15);\n if (((!bVar14 && !bVar15) == bVar14) || (uVar4 == 4)) break;\n uVar4 = uVar4 + 1;\n bVar14 = uVar4 < local_30 - uVar10;\n bVar15 = uVar4 == local_30 - uVar10;\n } while (!bVar15);\n }" ({ "{") (expression_statement "local_30 = local_30 - 1;" (assignment_expression "local_30 = local_30 - 1" (identifier "local_30") (= "=") (binary_expression "local_30 - 1" (identifier "local_30") (- "-") (number_literal "1"))) (; ";")) (expression_statement "bVar14 = local_30 < uVar10;" (assignment_expression "bVar14 = local_30 < uVar10" (identifier "bVar14") (= "=") (binary_expression "local_30 < uVar10" (identifier "local_30") (< "<") (identifier "uVar10"))) (; ";")) (expression_statement "bVar15 = local_30 == uVar10;" (assignment_expression "bVar15 = local_30 == uVar10" (identifier "bVar15") (= "=") (binary_expression "local_30 == uVar10" (identifier "local_30") (== "==") (identifier "uVar10"))) (; ";")) (expression_statement "uVar4 = 1;" (assignment_expression "uVar4 = 1" (identifier "uVar4") (= "=") (number_literal "1")) (; ";")) (do_statement "do {\n iVar9 = 2;\n pbVar11 = *(byte **)(DAT_0001e148 + uVar10 * 4 + 4 + uVar4 * 4);\n pbVar12 = &DAT_0001a909;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar11 < *pbVar12;\n bVar15 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n } while (bVar15);\n if (((!bVar14 && !bVar15) == bVar14) || (uVar4 == 4)) break;\n uVar4 = uVar4 + 1;\n bVar14 = uVar4 < local_30 - uVar10;\n bVar15 = uVar4 == local_30 - uVar10;\n } while (!bVar15);" (do "do") (compound_statement "{\n iVar9 = 2;\n pbVar11 = *(byte **)(DAT_0001e148 + uVar10 * 4 + 4 + uVar4 * 4);\n pbVar12 = &DAT_0001a909;\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar11 < *pbVar12;\n bVar15 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n } while (bVar15);\n if (((!bVar14 && !bVar15) == bVar14) || (uVar4 == 4)) break;\n uVar4 = uVar4 + 1;\n bVar14 = uVar4 < local_30 - uVar10;\n bVar15 = uVar4 == local_30 - uVar10;\n }" ({ "{") (expression_statement "iVar9 = 2;" (assignment_expression "iVar9 = 2" (identifier "iVar9") (= "=") (number_literal "2")) (; ";")) (expression_statement "pbVar11 = *(byte **)(DAT_0001e148 + uVar10 * 4 + 4 + uVar4 * 4);" (assignment_expression "pbVar11 = *(byte **)(DAT_0001e148 + uVar10 * 4 + 4 + uVar4 * 4)" (identifier "pbVar11") (= "=") (pointer_expression "*(byte **)(DAT_0001e148 + uVar10 * 4 + 4 + uVar4 * 4)" (* "*") (cast_expression "(byte **)(DAT_0001e148 + uVar10 * 4 + 4 + uVar4 * 4)" (( "(") (type_descriptor "byte **" (type_identifier "byte") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(DAT_0001e148 + uVar10 * 4 + 4 + uVar4 * 4)" (( "(") (binary_expression "DAT_0001e148 + uVar10 * 4 + 4 + uVar4 * 4" (binary_expression "DAT_0001e148 + uVar10 * 4 + 4" (binary_expression "DAT_0001e148 + uVar10 * 4" (identifier "DAT_0001e148") (+ "+") (binary_expression "uVar10 * 4" (identifier "uVar10") (* "*") (number_literal "4"))) (+ "+") (number_literal "4")) (+ "+") (binary_expression "uVar4 * 4" (identifier "uVar4") (* "*") (number_literal "4"))) () ")"))))) (; ";")) (expression_statement "pbVar12 = &DAT_0001a909;" (assignment_expression "pbVar12 = &DAT_0001a909" (identifier "pbVar12") (= "=") (pointer_expression "&DAT_0001a909" (& "&") (identifier "DAT_0001a909"))) (; ";")) (do_statement "do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar11 < *pbVar12;\n bVar15 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n } while (bVar15);" (do "do") (compound_statement "{\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar11 < *pbVar12;\n bVar15 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n }" ({ "{") (if_statement "if (iVar9 == 0) break;" (if "if") (parenthesized_expression "(iVar9 == 0)" (( "(") (binary_expression "iVar9 == 0" (identifier "iVar9") (== "==") (number_literal "0")) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "iVar9 = iVar9 + -1;" (assignment_expression "iVar9 = iVar9 + -1" (identifier "iVar9") (= "=") (binary_expression "iVar9 + -1" (identifier "iVar9") (+ "+") (number_literal "-1"))) (; ";")) (expression_statement "bVar14 = *pbVar11 < *pbVar12;" (assignment_expression "bVar14 = *pbVar11 < *pbVar12" (identifier "bVar14") (= "=") (binary_expression "*pbVar11 < *pbVar12" (pointer_expression "*pbVar11" (* "*") (identifier "pbVar11")) (< "<") (pointer_expression "*pbVar12" (* "*") (identifier "pbVar12")))) (; ";")) (expression_statement "bVar15 = *pbVar11 == *pbVar12;" (assignment_expression "bVar15 = *pbVar11 == *pbVar12" (identifier "bVar15") (= "=") (binary_expression "*pbVar11 == *pbVar12" (pointer_expression "*pbVar11" (* "*") (identifier "pbVar11")) (== "==") (pointer_expression "*pbVar12" (* "*") (identifier "pbVar12")))) (; ";")) (expression_statement "pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;" (assignment_expression "pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1" (identifier "pbVar11") (= "=") (binary_expression "pbVar11 + (uint)bVar16 * -2 + 1" (binary_expression "pbVar11 + (uint)bVar16 * -2" (identifier "pbVar11") (+ "+") (binary_expression "(uint)bVar16 * -2" (cast_expression "(uint)bVar16" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "bVar16")) (* "*") (number_literal "-2"))) (+ "+") (number_literal "1"))) (; ";")) (expression_statement "pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;" (assignment_expression "pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1" (identifier "pbVar12") (= "=") (binary_expression "pbVar12 + (uint)bVar16 * -2 + 1" (binary_expression "pbVar12 + (uint)bVar16 * -2" (identifier "pbVar12") (+ "+") (binary_expression "(uint)bVar16 * -2" (cast_expression "(uint)bVar16" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "bVar16")) (* "*") (number_literal "-2"))) (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(bVar15)" (( "(") (identifier "bVar15") () ")")) (; ";")) (if_statement "if (((!bVar14 && !bVar15) == bVar14) || (uVar4 == 4)) break;" (if "if") (parenthesized_expression "(((!bVar14 && !bVar15) == bVar14) || (uVar4 == 4))" (( "(") (binary_expression "((!bVar14 && !bVar15) == bVar14) || (uVar4 == 4)" (parenthesized_expression "((!bVar14 && !bVar15) == bVar14)" (( "(") (binary_expression "(!bVar14 && !bVar15) == bVar14" (parenthesized_expression "(!bVar14 && !bVar15)" (( "(") (binary_expression "!bVar14 && !bVar15" (unary_expression "!bVar14" (! "!") (identifier "bVar14")) (&& "&&") (unary_expression "!bVar15" (! "!") (identifier "bVar15"))) () ")")) (== "==") (identifier "bVar14")) () ")")) (|| "||") (parenthesized_expression "(uVar4 == 4)" (( "(") (binary_expression "uVar4 == 4" (identifier "uVar4") (== "==") (number_literal "4")) () ")"))) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "uVar4 = uVar4 + 1;" (assignment_expression "uVar4 = uVar4 + 1" (identifier "uVar4") (= "=") (binary_expression "uVar4 + 1" (identifier "uVar4") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "bVar14 = uVar4 < local_30 - uVar10;" (assignment_expression "bVar14 = uVar4 < local_30 - uVar10" (identifier "bVar14") (= "=") (binary_expression "uVar4 < local_30 - uVar10" (identifier "uVar4") (< "<") (binary_expression "local_30 - uVar10" (identifier "local_30") (- "-") (identifier "uVar10")))) (; ";")) (expression_statement "bVar15 = uVar4 == local_30 - uVar10;" (assignment_expression "bVar15 = uVar4 == local_30 - uVar10" (identifier "bVar15") (= "=") (binary_expression "uVar4 == local_30 - uVar10" (identifier "uVar4") (== "==") (binary_expression "local_30 - uVar10" (identifier "local_30") (- "-") (identifier "uVar10")))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(!bVar15)" (( "(") (unary_expression "!bVar15" (! "!") (identifier "bVar15")) () ")")) (; ";")) (} "}"))) (expression_statement "bVar2 = FUN_00012520();" (assignment_expression "bVar2 = FUN_00012520()" (identifier "bVar2") (= "=") (call_expression "FUN_00012520()" (identifier "FUN_00012520") (argument_list "()" (( "(") () ")")))) (; ";")) (expression_statement "pcVar8 = *(char **)(DAT_0001e148 + DAT_0001e150 * 4);" (assignment_expression "pcVar8 = *(char **)(DAT_0001e148 + DAT_0001e150 * 4)" (identifier "pcVar8") (= "=") (pointer_expression "*(char **)(DAT_0001e148 + DAT_0001e150 * 4)" (* "*") (cast_expression "(char **)(DAT_0001e148 + DAT_0001e150 * 4)" (( "(") (type_descriptor "char **" (primitive_type "char") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(DAT_0001e148 + DAT_0001e150 * 4)" (( "(") (binary_expression "DAT_0001e148 + DAT_0001e150 * 4" (identifier "DAT_0001e148") (+ "+") (binary_expression "DAT_0001e150 * 4" (identifier "DAT_0001e150") (* "*") (number_literal "4"))) () ")"))))) (; ";")) (if_statement "if (pcVar8 == (char *)0x0) {\n uVar5 = FUN_00015250(&DAT_0001a909);\n pcVar8 = "%s expected";\n goto LAB_00012a74;\n }" (if "if") (parenthesized_expression "(pcVar8 == (char *)0x0)" (( "(") (binary_expression "pcVar8 == (char *)0x0" (identifier "pcVar8") (== "==") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n uVar5 = FUN_00015250(&DAT_0001a909);\n pcVar8 = "%s expected";\n goto LAB_00012a74;\n }" ({ "{") (expression_statement "uVar5 = FUN_00015250(&DAT_0001a909);" (assignment_expression "uVar5 = FUN_00015250(&DAT_0001a909)" (identifier "uVar5") (= "=") (call_expression "FUN_00015250(&DAT_0001a909)" (identifier "FUN_00015250") (argument_list "(&DAT_0001a909)" (( "(") (pointer_expression "&DAT_0001a909" (& "&") (identifier "DAT_0001a909")) () ")")))) (; ";")) (expression_statement "pcVar8 = "%s expected";" (assignment_expression "pcVar8 = "%s expected"" (identifier "pcVar8") (= "=") (string_literal ""%s expected"" (" """) (string_content "%s expected") (" """))) (; ";")) (goto_statement "goto LAB_00012a74;" (goto "goto") (statement_identifier "LAB_00012a74") (; ";")) (} "}"))) (if_statement "if ((*pcVar8 != ')') || (pcVar8[1] != '\0')) {\n uVar5 = FUN_00015220(1,pcVar8);\n uVar6 = FUN_00015220(0,&DAT_0001a909);\n uVar7 = dcgettext(0,"%s expected, found %s",5);\n \n FUN_000117f0(uVar7,uVar6,uVar5);\n }" (if "if") (parenthesized_expression "((*pcVar8 != ')') || (pcVar8[1] != '\0'))" (( "(") (binary_expression "(*pcVar8 != ')') || (pcVar8[1] != '\0')" (parenthesized_expression "(*pcVar8 != ')')" (( "(") (binary_expression "*pcVar8 != ')'" (pointer_expression "*pcVar8" (* "*") (identifier "pcVar8")) (!= "!=") (char_literal "')'" (' "'") (character ")") (' "'"))) () ")")) (|| "||") (parenthesized_expression "(pcVar8[1] != '\0')" (( "(") (binary_expression "pcVar8[1] != '\0'" (subscript_expression "pcVar8[1]" (identifier "pcVar8") ([ "[") (number_literal "1") (] "]")) (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")"))) () ")")) (compound_statement "{\n uVar5 = FUN_00015220(1,pcVar8);\n uVar6 = FUN_00015220(0,&DAT_0001a909);\n uVar7 = dcgettext(0,"%s expected, found %s",5);\n \n FUN_000117f0(uVar7,uVar6,uVar5);\n }" ({ "{") (expression_statement "uVar5 = FUN_00015220(1,pcVar8);" (assignment_expression "uVar5 = FUN_00015220(1,pcVar8)" (identifier "uVar5") (= "=") (call_expression "FUN_00015220(1,pcVar8)" (identifier "FUN_00015220") (argument_list "(1,pcVar8)" (( "(") (number_literal "1") (, ",") (identifier "pcVar8") () ")")))) (; ";")) (expression_statement "uVar6 = FUN_00015220(0,&DAT_0001a909);" (assignment_expression "uVar6 = FUN_00015220(0,&DAT_0001a909)" (identifier "uVar6") (= "=") (call_expression "FUN_00015220(0,&DAT_0001a909)" (identifier "FUN_00015220") (argument_list "(0,&DAT_0001a909)" (( "(") (number_literal "0") (, ",") (pointer_expression "&DAT_0001a909" (& "&") (identifier "DAT_0001a909")) () ")")))) (; ";")) (expression_statement "uVar7 = dcgettext(0,"%s expected, found %s",5);" (assignment_expression "uVar7 = dcgettext(0,"%s expected, found %s",5)" (identifier "uVar7") (= "=") (call_expression "dcgettext(0,"%s expected, found %s",5)" (identifier "dcgettext") (argument_list "(0,"%s expected, found %s",5)" (( "(") (number_literal "0") (, ",") (string_literal ""%s expected, found %s"" (" """) (string_content "%s expected, found %s") (" """)) (, ",") (number_literal "5") () ")")))) (; ";")) (expression_statement "FUN_000117f0(uVar7,uVar6,uVar5);" (call_expression "FUN_000117f0(uVar7,uVar6,uVar5)" (identifier "FUN_000117f0") (argument_list "(uVar7,uVar6,uVar5)" (( "(") (identifier "uVar7") (, ",") (identifier "uVar6") (, ",") (identifier "uVar5") () ")"))) (; ";")) (} "}"))) (expression_statement "DAT_0001e150 = DAT_0001e150 + 1;" (assignment_expression "DAT_0001e150 = DAT_0001e150 + 1" (identifier "DAT_0001e150") (= "=") (binary_expression "DAT_0001e150 + 1" (identifier "DAT_0001e150") (+ "+") (number_literal "1"))) (; ";")) (labeled_statement "LAB_00012812:\n local_1e = local_1e & (bVar2 ^ local_1f);" (statement_identifier "LAB_00012812") (: ":") (expression_statement "local_1e = local_1e & (bVar2 ^ local_1f);" (assignment_expression "local_1e = local_1e & (bVar2 ^ local_1f)" (identifier "local_1e") (= "=") (binary_expression "local_1e & (bVar2 ^ local_1f)" (identifier "local_1e") (& "&") (parenthesized_expression "(bVar2 ^ local_1f)" (( "(") (binary_expression "bVar2 ^ local_1f" (identifier "bVar2") (^ "^") (identifier "local_1f")) () ")")))) (; ";"))) (expression_statement "bVar14 = DAT_0001e14c < DAT_0001e150;" (assignment_expression "bVar14 = DAT_0001e14c < DAT_0001e150" (identifier "bVar14") (= "=") (binary_expression "DAT_0001e14c < DAT_0001e150" (identifier "DAT_0001e14c") (< "<") (identifier "DAT_0001e150"))) (; ";")) (expression_statement "bVar15 = DAT_0001e14c == DAT_0001e150;" (assignment_expression "bVar15 = DAT_0001e14c == DAT_0001e150" (identifier "bVar15") (= "=") (binary_expression "DAT_0001e14c == DAT_0001e150" (identifier "DAT_0001e14c") (== "==") (identifier "DAT_0001e150"))) (; ";")) (expression_statement "local_30 = DAT_0001e14c;" (assignment_expression "local_30 = DAT_0001e14c" (identifier "local_30") (= "=") (identifier "DAT_0001e14c")) (; ";")) (if_statement "if ((int)DAT_0001e14c <= (int)DAT_0001e150) {\nLAB_000128f3:\n return local_1d | local_1e;\n }" (if "if") (parenthesized_expression "((int)DAT_0001e14c <= (int)DAT_0001e150)" (( "(") (binary_expression "(int)DAT_0001e14c <= (int)DAT_0001e150" (cast_expression "(int)DAT_0001e14c" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "DAT_0001e14c")) (<= "<=") (cast_expression "(int)DAT_0001e150" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "DAT_0001e150"))) () ")")) (compound_statement "{\nLAB_000128f3:\n return local_1d | local_1e;\n }" ({ "{") (labeled_statement "LAB_000128f3:\n return local_1d | local_1e;" (statement_identifier "LAB_000128f3") (: ":") (return_statement "return local_1d | local_1e;" (return "return") (binary_expression "local_1d | local_1e" (identifier "local_1d") (| "|") (identifier "local_1e")) (; ";"))) (} "}"))) (} "}")))) (expression_statement "iVar9 = 3;" (assignment_expression "iVar9 = 3" (identifier "iVar9") (= "=") (number_literal "3")) (; ";")) (expression_statement "pbVar11 = *(byte **)(DAT_0001e148 + DAT_0001e150 * 4);" (assignment_expression "pbVar11 = *(byte **)(DAT_0001e148 + DAT_0001e150 * 4)" (identifier "pbVar11") (= "=") (pointer_expression "*(byte **)(DAT_0001e148 + DAT_0001e150 * 4)" (* "*") (cast_expression "(byte **)(DAT_0001e148 + DAT_0001e150 * 4)" (( "(") (type_descriptor "byte **" (type_identifier "byte") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(DAT_0001e148 + DAT_0001e150 * 4)" (( "(") (binary_expression "DAT_0001e148 + DAT_0001e150 * 4" (identifier "DAT_0001e148") (+ "+") (binary_expression "DAT_0001e150 * 4" (identifier "DAT_0001e150") (* "*") (number_literal "4"))) () ")"))))) (; ";")) (expression_statement "pbVar12 = pbVar11;" (assignment_expression "pbVar12 = pbVar11" (identifier "pbVar12") (= "=") (identifier "pbVar11")) (; ";")) (expression_statement "pbVar13 = &DAT_00019102;" (assignment_expression "pbVar13 = &DAT_00019102" (identifier "pbVar13") (= "=") (pointer_expression "&DAT_00019102" (& "&") (identifier "DAT_00019102"))) (; ";")) (do_statement "do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar12 < *pbVar13;\n bVar15 = *pbVar12 == *pbVar13;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n pbVar13 = pbVar13 + (uint)bVar16 * -2 + 1;\n } while (bVar15);" (do "do") (compound_statement "{\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar12 < *pbVar13;\n bVar15 = *pbVar12 == *pbVar13;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n pbVar13 = pbVar13 + (uint)bVar16 * -2 + 1;\n }" ({ "{") (if_statement "if (iVar9 == 0) break;" (if "if") (parenthesized_expression "(iVar9 == 0)" (( "(") (binary_expression "iVar9 == 0" (identifier "iVar9") (== "==") (number_literal "0")) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "iVar9 = iVar9 + -1;" (assignment_expression "iVar9 = iVar9 + -1" (identifier "iVar9") (= "=") (binary_expression "iVar9 + -1" (identifier "iVar9") (+ "+") (number_literal "-1"))) (; ";")) (expression_statement "bVar14 = *pbVar12 < *pbVar13;" (assignment_expression "bVar14 = *pbVar12 < *pbVar13" (identifier "bVar14") (= "=") (binary_expression "*pbVar12 < *pbVar13" (pointer_expression "*pbVar12" (* "*") (identifier "pbVar12")) (< "<") (pointer_expression "*pbVar13" (* "*") (identifier "pbVar13")))) (; ";")) (expression_statement "bVar15 = *pbVar12 == *pbVar13;" (assignment_expression "bVar15 = *pbVar12 == *pbVar13" (identifier "bVar15") (= "=") (binary_expression "*pbVar12 == *pbVar13" (pointer_expression "*pbVar12" (* "*") (identifier "pbVar12")) (== "==") (pointer_expression "*pbVar13" (* "*") (identifier "pbVar13")))) (; ";")) (expression_statement "pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;" (assignment_expression "pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1" (identifier "pbVar12") (= "=") (binary_expression "pbVar12 + (uint)bVar16 * -2 + 1" (binary_expression "pbVar12 + (uint)bVar16 * -2" (identifier "pbVar12") (+ "+") (binary_expression "(uint)bVar16 * -2" (cast_expression "(uint)bVar16" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "bVar16")) (* "*") (number_literal "-2"))) (+ "+") (number_literal "1"))) (; ";")) (expression_statement "pbVar13 = pbVar13 + (uint)bVar16 * -2 + 1;" (assignment_expression "pbVar13 = pbVar13 + (uint)bVar16 * -2 + 1" (identifier "pbVar13") (= "=") (binary_expression "pbVar13 + (uint)bVar16 * -2 + 1" (binary_expression "pbVar13 + (uint)bVar16 * -2" (identifier "pbVar13") (+ "+") (binary_expression "(uint)bVar16 * -2" (cast_expression "(uint)bVar16" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "bVar16")) (* "*") (number_literal "-2"))) (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(bVar15)" (( "(") (identifier "bVar15") () ")")) (; ";")) (if_statement "if ((!bVar14 && !bVar15) != bVar14) break;" (if "if") (parenthesized_expression "((!bVar14 && !bVar15) != bVar14)" (( "(") (binary_expression "(!bVar14 && !bVar15) != bVar14" (parenthesized_expression "(!bVar14 && !bVar15)" (( "(") (binary_expression "!bVar14 && !bVar15" (unary_expression "!bVar14" (! "!") (identifier "bVar14")) (&& "&&") (unary_expression "!bVar15" (! "!") (identifier "bVar15"))) () ")")) (!= "!=") (identifier "bVar14")) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "DAT_0001e150 = DAT_0001e150 + 1;" (assignment_expression "DAT_0001e150 = DAT_0001e150 + 1" (identifier "DAT_0001e150") (= "=") (binary_expression "DAT_0001e150 + 1" (identifier "DAT_0001e150") (+ "+") (number_literal "1"))) (; ";")) (if_statement "if ((int)local_30 <= (int)DAT_0001e150) goto LAB_0001285f;" (if "if") (parenthesized_expression "((int)local_30 <= (int)DAT_0001e150)" (( "(") (binary_expression "(int)local_30 <= (int)DAT_0001e150" (cast_expression "(int)local_30" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "local_30")) (<= "<=") (cast_expression "(int)DAT_0001e150" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "DAT_0001e150"))) () ")")) (goto_statement "goto LAB_0001285f;" (goto "goto") (statement_identifier "LAB_0001285f") (; ";"))) (} "}")) (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (; ";")) (expression_statement "bVar14 = false;" (assignment_expression "bVar14 = false" (identifier "bVar14") (= "=") (false "false")) (; ";")) (expression_statement "local_1d = local_1d | local_1e;" (assignment_expression "local_1d = local_1d | local_1e" (identifier "local_1d") (= "=") (binary_expression "local_1d | local_1e" (identifier "local_1d") (| "|") (identifier "local_1e"))) (; ";")) (expression_statement "bVar15 = local_1d == 0;" (assignment_expression "bVar15 = local_1d == 0" (identifier "bVar15") (= "=") (binary_expression "local_1d == 0" (identifier "local_1d") (== "==") (number_literal "0"))) (; ";")) (expression_statement "iVar9 = 3;" (assignment_expression "iVar9 = 3" (identifier "iVar9") (= "=") (number_literal "3")) (; ";")) (expression_statement "pbVar12 = &DAT_00019105;" (assignment_expression "pbVar12 = &DAT_00019105" (identifier "pbVar12") (= "=") (pointer_expression "&DAT_00019105" (& "&") (identifier "DAT_00019105"))) (; ";")) (do_statement "do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar11 < *pbVar12;\n bVar15 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n } while (bVar15);" (do "do") (compound_statement "{\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar14 = *pbVar11 < *pbVar12;\n bVar15 = *pbVar11 == *pbVar12;\n pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;\n pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;\n }" ({ "{") (if_statement "if (iVar9 == 0) break;" (if "if") (parenthesized_expression "(iVar9 == 0)" (( "(") (binary_expression "iVar9 == 0" (identifier "iVar9") (== "==") (number_literal "0")) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "iVar9 = iVar9 + -1;" (assignment_expression "iVar9 = iVar9 + -1" (identifier "iVar9") (= "=") (binary_expression "iVar9 + -1" (identifier "iVar9") (+ "+") (number_literal "-1"))) (; ";")) (expression_statement "bVar14 = *pbVar11 < *pbVar12;" (assignment_expression "bVar14 = *pbVar11 < *pbVar12" (identifier "bVar14") (= "=") (binary_expression "*pbVar11 < *pbVar12" (pointer_expression "*pbVar11" (* "*") (identifier "pbVar11")) (< "<") (pointer_expression "*pbVar12" (* "*") (identifier "pbVar12")))) (; ";")) (expression_statement "bVar15 = *pbVar11 == *pbVar12;" (assignment_expression "bVar15 = *pbVar11 == *pbVar12" (identifier "bVar15") (= "=") (binary_expression "*pbVar11 == *pbVar12" (pointer_expression "*pbVar11" (* "*") (identifier "pbVar11")) (== "==") (pointer_expression "*pbVar12" (* "*") (identifier "pbVar12")))) (; ";")) (expression_statement "pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1;" (assignment_expression "pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1" (identifier "pbVar11") (= "=") (binary_expression "pbVar11 + (uint)bVar16 * -2 + 1" (binary_expression "pbVar11 + (uint)bVar16 * -2" (identifier "pbVar11") (+ "+") (binary_expression "(uint)bVar16 * -2" (cast_expression "(uint)bVar16" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "bVar16")) (* "*") (number_literal "-2"))) (+ "+") (number_literal "1"))) (; ";")) (expression_statement "pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1;" (assignment_expression "pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1" (identifier "pbVar12") (= "=") (binary_expression "pbVar12 + (uint)bVar16 * -2 + 1" (binary_expression "pbVar12 + (uint)bVar16 * -2" (identifier "pbVar12") (+ "+") (binary_expression "(uint)bVar16 * -2" (cast_expression "(uint)bVar16" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "bVar16")) (* "*") (number_literal "-2"))) (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(bVar15)" (( "(") (identifier "bVar15") () ")")) (; ";")) (if_statement "if ((!bVar14 && !bVar15) != bVar14) {\n return local_1d;\n }" (if "if") (parenthesized_expression "((!bVar14 && !bVar15) != bVar14)" (( "(") (binary_expression "(!bVar14 && !bVar15) != bVar14" (parenthesized_expression "(!bVar14 && !bVar15)" (( "(") (binary_expression "!bVar14 && !bVar15" (unary_expression "!bVar14" (! "!") (identifier "bVar14")) (&& "&&") (unary_expression "!bVar15" (! "!") (identifier "bVar15"))) () ")")) (!= "!=") (identifier "bVar14")) () ")")) (compound_statement "{\n return local_1d;\n }" ({ "{") (return_statement "return local_1d;" (return "return") (identifier "local_1d") (; ";")) (} "}"))) (expression_statement "DAT_0001e150 = DAT_0001e150 + 1;" (assignment_expression "DAT_0001e150 = DAT_0001e150 + 1" (identifier "DAT_0001e150") (= "=") (binary_expression "DAT_0001e150 + 1" (identifier "DAT_0001e150") (+ "+") (number_literal "1"))) (; ";")) (goto_statement "goto LAB_000126b0;" (goto "goto") (statement_identifier "LAB_000126b0") (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ type_1 function_1(void) { type_2 var_21; type_3 var_3; type_3 var_4; char **ppcVar4; type_1 var_25; type_2 var_8; char *var_23; char *pcVar8; char *format; int var_9; type_2 var_5; type_3 *var_10; type_3 *var_11; bool var_12; bool bVar14; type_3 bVar15; type_2 var_6; type_3 *local_2c; type_3 var_7; type_3 var_20; type_1 var_27; bVar15 = 0; var_27 = false; var_6 = var_26; LAB_000126b0: var_20 = 1; if ((int)var_6 <= var_1) { LAB_0001285f: /* WARNING: Subroutine does not return */ var_2(); } do { ppcVar4 = argv; local_2c = (type_3 *)argv[var_1]; var_3 = *local_2c; var_5 = var_1; if (var_3 == 0x21) { if (local_2c[1] == 0) { var_1 = var_1 + 1; if (var_1 < (int)var_6) { var_12 = false; var_7 = 1; var_5 = var_1; while( true ) { local_2c = (type_3 *)argv[var_5]; var_4 = *local_2c; if (var_4 != 0x21) break; if (local_2c[1] != 0) { if (var_12) { var_1 = var_5; } goto LAB_00012876; } var_5 = var_5 + 1; if (var_5 == var_6) { var_1 = var_5; /* WARNING: Subroutine does not return */ var_2(); } var_7 = var_7 ^ 1; var_12 = true; } if (var_12) { var_1 = var_5; } goto LAB_0001274e; } goto LAB_0001285f; } var_7 = 0; LAB_00012876: var_8 = var_6 - var_5; var_12 = var_8 < 3; bVar14 = var_8 == 3; if (3 < (int)var_8) { var_9 = 3; var_10 = local_2c; var_11 = (type_3 *)0x1908a; do { if (var_9 == 0) break; var_9 = var_9 + -1; var_12 = *var_10 < *var_11; bVar14 = *var_10 == *var_11; var_10 = var_10 + (type_2)bVar15 * -2 + 1; var_11 = var_11 + (type_2)bVar15 * -2 + 1; } while (bVar14); if (((!var_12 && !bVar14) != var_12) || (var_25 = var_13(argv[var_5 + 2]), !var_25)) goto LAB_000128b8; var_25 = var_14(true); goto LAB_00012812; } if (bVar14) { LAB_000128b8: var_25 = var_13(ppcVar4[var_5 + 1]); if (var_25) { var_25 = var_14(false); goto LAB_00012812; } } if (((var_3 == 0x2d) && (local_2c[1] != 0)) && (local_2c[2] == 0)) { var_25 = var_15((char *)local_2c); if (!var_25) { pcVar8 = var_16((char *)local_2c); var_23 = "%s: unary operator expected"; LAB_00012a74: var_23 = (char *)var_17(0,var_23,5); /* WARNING: Subroutine does not return */ var_18(var_23,pcVar8); } var_25 = var_19(); goto LAB_00012812; } var_1 = var_5 + 1; var_20 = var_20 & (var_3 != 0 ^ var_7); var_12 = var_6 < (type_2)var_1; bVar14 = var_6 == var_1; if ((int)var_6 <= var_1) goto LAB_000128f3; } else { var_7 = 0; var_4 = var_3; LAB_0001274e: var_3 = var_4; if ((var_4 != 0x28) || (local_2c[1] != 0)) goto LAB_00012876; var_1 = var_5 + 1; if ((int)var_6 <= var_1) goto LAB_0001285f; if ((int)(var_5 + 2) < (int)var_6) { var_21 = var_6 - 1; var_12 = var_21 < var_5; bVar14 = var_21 == var_5; var_8 = 1; do { var_9 = 2; var_10 = (type_3 *)argv[var_5 + var_8 + 1]; var_11 = &DAT_0001a909; do { if (var_9 == 0) break; var_9 = var_9 + -1; var_12 = *var_10 < *var_11; bVar14 = *var_10 == *var_11; var_10 = var_10 + (type_2)bVar15 * -2 + 1; var_11 = var_11 + (type_2)bVar15 * -2 + 1; } while (bVar14); if ((!var_12 && !bVar14) == var_12) break; if (var_8 == 4) { var_8 = var_6 - var_1; break; } var_8 = var_8 + 1; var_12 = var_8 < var_21 - var_5; bVar14 = var_8 == var_21 - var_5; } while (!bVar14); } else { var_8 = 1; } var_25 = var_22(var_8); var_23 = argv[var_1]; if (var_23 == (char *)0x0) { pcVar8 = var_16(")"); var_23 = "%s expected"; goto LAB_00012a74; } if ((*var_23 != ')') || (var_23[1] != '\0')) { var_23 = var_24(1,var_23); pcVar8 = var_24(0,")"); format = (char *)var_17(0,"%s expected, found %s",5); /* WARNING: Subroutine does not return */ var_18(format,pcVar8,var_23); } var_1 = var_1 + 1; LAB_00012812: var_20 = var_20 & (var_25 ^ var_7); var_12 = (type_2)var_26 < (type_2)var_1; bVar14 = var_26 == var_1; var_6 = var_26; if (var_26 <= var_1) { LAB_000128f3: return (type_1)(var_27 | var_20); } } var_9 = 3; var_10 = (type_3 *)argv[var_1]; var_11 = &DAT_00019102; do { if (var_9 == 0) break; var_9 = var_9 + -1; var_12 = *var_10 < *var_11; bVar14 = *var_10 == *var_11; var_10 = var_10 + (type_2)bVar15 * -2 + 1; var_11 = var_11 + (type_2)bVar15 * -2 + 1; } while (bVar14); if ((!var_12 && !bVar14) != var_12) break; var_1 = var_1 + 1; if ((int)var_6 <= var_1) goto LAB_0001285f; } while( true ); var_12 = false; var_27 = (type_1)(var_27 | var_20); bVar14 = var_27 == false; var_9 = 3; var_10 = (type_3 *)argv[var_1]; var_11 = &DAT_00019105; do { if (var_9 == 0) break; var_9 = var_9 + -1; var_12 = *var_10 < *var_11; bVar14 = *var_10 == *var_11; var_10 = var_10 + (type_2)bVar15 * -2 + 1; var_11 = var_11 + (type_2)bVar15 * -2 + 1; } while (bVar14); if ((!var_12 && !bVar14) != var_12) { return var_27; } var_1 = var_1 + 1; goto LAB_000126b0; }
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: (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: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator 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: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator 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: (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: (identifier))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (number_literal)))) (if_statement condition: (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: (identifier)))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (call_expression function: (identifier) arguments: (argument_list)))))) (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 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: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (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 (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: (identifier)) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))) consequence: (compound_statement (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))) (while_statement condition: (parenthesized_expression (true)) 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: (binary_expression left: (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: (number_literal))) consequence: (break_statement)) (if_statement condition: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (identifier)) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))))) (goto_statement label: (statement_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: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (true))))) (if_statement condition: (parenthesized_expression (identifier)) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))))) (goto_statement label: (statement_identifier)))) (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: (binary_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: (binary_expression left: (identifier) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (number_literal) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))) 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: (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: (identifier)) right: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_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))))) condition: (parenthesized_expression (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (unary_expression argument: (identifier)) right: (unary_expression argument: (identifier)))) right: (identifier))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list))) right: (binary_expression left: (identifier) right: (char_literal (escape_sequence))))))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list)))) (goto_statement label: (statement_identifier)))) (if_statement condition: (parenthesized_expression (identifier)) consequence: (compound_statement (labeled_statement label: (statement_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 (expression_statement (assignment_expression left: (identifier) right: (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: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))))) right: (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: (call_expression function: (identifier) arguments: (argument_list)))) (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))))) (expression_statement (assignment_expression left: (identifier) right: (string_literal (string_content)))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal) (identifier) (number_literal)))))) (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)))) (goto_statement label: (statement_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: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (identifier)))))) (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: (identifier)))) (if_statement condition: (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: (identifier)))) consequence: (goto_statement label: (statement_identifier)))) alternative: (else_clause (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: (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: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))))) consequence: (goto_statement label: (statement_identifier))) (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: (identifier)) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))) consequence: (goto_statement label: (statement_identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (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: (binary_expression left: (identifier) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (do_statement body: (compound_statement (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: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (binary_expression left: (binary_expression left: (identifier) right: (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: (pointer_expression argument: (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: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_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))))) condition: (parenthesized_expression (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (unary_expression argument: (identifier)) right: (unary_expression argument: (identifier)))) right: (identifier))) right: (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: (identifier) right: (binary_expression left: (identifier) right: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (binary_expression left: (identifier) right: (identifier)))))) condition: (parenthesized_expression (unary_expression argument: (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 declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (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 (pointer_expression argument: (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (string_literal (string_content)))) (goto_statement label: (statement_identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (char_literal (character)))) right: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (char_literal (escape_sequence)))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal) (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal) (pointer_expression argument: (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content)) (number_literal))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier)))))) (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: (binary_expression left: (identifier) right: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))))))) (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: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (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: (identifier)))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (return_statement (binary_expression left: (identifier) right: (identifier))))))))) (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: (type_identifier) 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: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (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: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_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))))) condition: (parenthesized_expression (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: (break_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: (identifier)) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))) consequence: (goto_statement label: (statement_identifier)))) condition: (parenthesized_expression (true))) (expression_statement (assignment_expression left: (identifier) right: (false))) (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)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (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: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_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))))) condition: (parenthesized_expression (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 (return_statement (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (goto_statement label: (statement_identifier)))))
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ byte MASKED(void) { byte bVar1; byte bVar2; char cVar3; uint uVar4; undefined4 uVar5; undefined4 uVar6; undefined4 uVar7; char *pcVar8; int iVar9; uint uVar10; byte *pbVar11; byte *pbVar12; byte *pbVar13; bool bVar14; bool bVar15; byte bVar16; uint local_30; byte *local_2c; byte local_1f; byte local_1e; byte local_1d; bVar16 = 0; local_1d = 0; local_30 = DAT_0001e14c; LAB_000126b0: local_1e = 1; if ((int)local_30 <= (int)DAT_0001e150) { LAB_0001285f: /* WARNING: Subroutine does not return */ FUN_000118f0(); } do { local_2c = *(byte **)(DAT_0001e148 + DAT_0001e150 * 4); bVar2 = *local_2c; uVar10 = DAT_0001e150; if (bVar2 == 0x21) { if (local_2c[1] == 0) { DAT_0001e150 = DAT_0001e150 + 1; if ((int)DAT_0001e150 < (int)local_30) { bVar14 = false; local_1f = 1; uVar10 = DAT_0001e150; while( true ) { local_2c = *(byte **)(DAT_0001e148 + uVar10 * 4); bVar1 = *local_2c; if (bVar1 != 0x21) break; if (local_2c[1] != 0) { if (bVar14) { DAT_0001e150 = uVar10; } goto LAB_00012876; } uVar10 = uVar10 + 1; if (uVar10 == local_30) { DAT_0001e150 = uVar10; /* WARNING: Subroutine does not return */ FUN_000118f0(); } local_1f = local_1f ^ 1; bVar14 = true; } if (bVar14) { DAT_0001e150 = uVar10; } goto LAB_0001274e; } goto LAB_0001285f; } local_1f = 0; LAB_00012876: uVar4 = local_30 - uVar10; bVar14 = uVar4 < 3; bVar15 = uVar4 == 3; if (3 < (int)uVar4) { iVar9 = 3; pbVar11 = local_2c; pbVar12 = (byte *)0x1908a; do { if (iVar9 == 0) break; iVar9 = iVar9 + -1; bVar14 = *pbVar11 < *pbVar12; bVar15 = *pbVar11 == *pbVar12; pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1; pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1; } while (bVar15); if (((!bVar14 && !bVar15) != bVar14) || (cVar3 = FUN_00011610(), cVar3 == '\0')) goto LAB_000128b8; bVar2 = FUN_00011ee0(); goto LAB_00012812; } if (bVar15) { LAB_000128b8: cVar3 = FUN_00011610(); if (cVar3 != '\0') { bVar2 = FUN_00011ee0(); goto LAB_00012812; } } if (((bVar2 == 0x2d) && (local_2c[1] != 0)) && (local_2c[2] == 0)) { cVar3 = FUN_00012420(); if (cVar3 == '\0') { uVar5 = FUN_00015250(local_2c); pcVar8 = "%s: unary operator expected"; LAB_00012a74: uVar6 = dcgettext(0,pcVar8,5); /* WARNING: Subroutine does not return */ FUN_000117f0(uVar6,uVar5); } bVar2 = FUN_00011980(); goto LAB_00012812; } DAT_0001e150 = uVar10 + 1; local_1e = local_1e & (bVar2 != 0 ^ local_1f); bVar14 = local_30 < DAT_0001e150; bVar15 = local_30 == DAT_0001e150; if ((int)local_30 <= (int)DAT_0001e150) goto LAB_000128f3; } else { local_1f = 0; bVar1 = bVar2; LAB_0001274e: bVar2 = bVar1; if ((bVar1 != 0x28) || (local_2c[1] != 0)) goto LAB_00012876; DAT_0001e150 = uVar10 + 1; if ((int)local_30 <= (int)DAT_0001e150) goto LAB_0001285f; if ((int)(uVar10 + 2) < (int)local_30) { local_30 = local_30 - 1; bVar14 = local_30 < uVar10; bVar15 = local_30 == uVar10; uVar4 = 1; do { iVar9 = 2; pbVar11 = *(byte **)(DAT_0001e148 + uVar10 * 4 + 4 + uVar4 * 4); pbVar12 = &DAT_0001a909; do { if (iVar9 == 0) break; iVar9 = iVar9 + -1; bVar14 = *pbVar11 < *pbVar12; bVar15 = *pbVar11 == *pbVar12; pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1; pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1; } while (bVar15); if (((!bVar14 && !bVar15) == bVar14) || (uVar4 == 4)) break; uVar4 = uVar4 + 1; bVar14 = uVar4 < local_30 - uVar10; bVar15 = uVar4 == local_30 - uVar10; } while (!bVar15); } bVar2 = FUN_00012520(); pcVar8 = *(char **)(DAT_0001e148 + DAT_0001e150 * 4); if (pcVar8 == (char *)0x0) { uVar5 = FUN_00015250(&DAT_0001a909); pcVar8 = "%s expected"; goto LAB_00012a74; } if ((*pcVar8 != ')') || (pcVar8[1] != '\0')) { uVar5 = FUN_00015220(1,pcVar8); uVar6 = FUN_00015220(0,&DAT_0001a909); uVar7 = dcgettext(0,"%s expected, found %s",5); /* WARNING: Subroutine does not return */ FUN_000117f0(uVar7,uVar6,uVar5); } DAT_0001e150 = DAT_0001e150 + 1; LAB_00012812: local_1e = local_1e & (bVar2 ^ local_1f); bVar14 = DAT_0001e14c < DAT_0001e150; bVar15 = DAT_0001e14c == DAT_0001e150; local_30 = DAT_0001e14c; if ((int)DAT_0001e14c <= (int)DAT_0001e150) { LAB_000128f3: return local_1d | local_1e; } } iVar9 = 3; pbVar11 = *(byte **)(DAT_0001e148 + DAT_0001e150 * 4); pbVar12 = pbVar11; pbVar13 = &DAT_00019102; do { if (iVar9 == 0) break; iVar9 = iVar9 + -1; bVar14 = *pbVar12 < *pbVar13; bVar15 = *pbVar12 == *pbVar13; pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1; pbVar13 = pbVar13 + (uint)bVar16 * -2 + 1; } while (bVar15); if ((!bVar14 && !bVar15) != bVar14) break; DAT_0001e150 = DAT_0001e150 + 1; if ((int)local_30 <= (int)DAT_0001e150) goto LAB_0001285f; } while( true ); bVar14 = false; local_1d = local_1d | local_1e; bVar15 = local_1d == 0; iVar9 = 3; pbVar12 = &DAT_00019105; do { if (iVar9 == 0) break; iVar9 = iVar9 + -1; bVar14 = *pbVar11 < *pbVar12; bVar15 = *pbVar11 == *pbVar12; pbVar11 = pbVar11 + (uint)bVar16 * -2 + 1; pbVar12 = pbVar12 + (uint)bVar16 * -2 + 1; } while (bVar15); if ((!bVar14 && !bVar15) != bVar14) { return local_1d; } DAT_0001e150 = DAT_0001e150 + 1; goto LAB_000126b0; }
3963_powerpc-linux-gnuspe-dwp_and_powerpc-linux-gnuspe-dwp_strip.c
reset_address_and_file_offset
FUN_000ecdc0
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void reset_address_and_file_offset(Input_section * this) */ void __thiscall gold::Output_section::Input_section::reset_address_and_file_offset(Input_section *this) { byte bVar1; int *piVar2; int in_EAX; piVar2 = *(int **)(in_EAX + 0x10); bVar1 = *(byte *)(piVar2 + 7); *(byte *)(piVar2 + 7) = bVar1 & 0xfa; if ((bVar1 & 8) == 0) { *(byte *)(piVar2 + 7) = bVar1 & 0xf8; } if (*(code **)(*piVar2 + 0x3c) == Output_data::do_reset_address_and_file_offset) { return; } (**(code **)(*piVar2 + 0x3c))(piVar2); return; }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void __regparm3 FUN_000ecdc0(int param_1) { byte bVar1; int *piVar2; piVar2 = *(int **)(param_1 + 0x10); bVar1 = *(byte *)(piVar2 + 7); *(byte *)(piVar2 + 7) = bVar1 & 0xfa; if ((bVar1 & 8) == 0) { *(byte *)(piVar2 + 7) = bVar1 & 0xf8; } if (*(code **)(*piVar2 + 0x3c) == FUN_00073590) { return; } (**(code **)(*piVar2 + 0x3c))(piVar2); return; }
PUSH EBX CALL 0x00035840 ADD EBX,0x2a223a SUB ESP,0x8 MOV EAX,dword ptr [EAX + 0x10] MOVZX EDX,byte ptr [EAX + 0x1c] MOV ECX,EDX AND ECX,0xfffffffa MOV byte ptr [EAX + 0x1c],CL AND ECX,0x8 JNZ 0x000ecde9 AND EDX,0xfffffff8 MOV byte ptr [EAX + 0x1c],DL MOV EDX,dword ptr [EAX] LEA ECX,[EBX + 0xffce4590] MOV EDX,dword ptr [EDX + 0x3c] CMP EDX,ECX JNZ 0x000ece00 ADD ESP,0x8 POP EBX RET SUB ESP,0xc PUSH EAX CALL EDX ADD ESP,0x10 ADD ESP,0x8 POP EBX RET
null
null
null
null
[(u'INT_ADD_-1206792630', u'CAST_-1206792457'), ('const-417', u'LOAD_-1206792659'), (u'CAST_-1206792469', u'STORE_-1206792662'), (u'PTRADD_-1206792494', u'CAST_-1206792491'), (u'LOAD_-1206792720', u'INT_AND_-1206792684'), ('const-417', u'LOAD_-1206792720'), ('const-4', u'PTRADD_-1206792472'), (u'LOAD_-1206792646', u'CALLIND_-1206792576'), ('const-417', u'STORE_-1206792662'), (u'CAST_-1206792457', u'LOAD_-1206792646'), (u'LOAD_-1206792646', u'INT_EQUAL_-1206792627'), (u'LOAD_-1206792726', u'PTRADD_-1206792472'), (u'LOAD_-1206792726', u'LOAD_-1206792659'), ('const-16', u'INT_ADD_-1206792710'), ('const-7', u'PTRADD_-1206792494'), (u'LOAD_-1206792720', u'INT_AND_-1206792650'), (u'PTRADD_-1206792472', u'CAST_-1206792469'), (u'PTRSUB_-1206792460', u'INT_EQUAL_-1206792627'), (u'LOAD_-1206792726', u'PTRADD_-1206792494'), ('const-417', u'LOAD_-1206792726'), (u'INT_AND_-1206792537', u'INT_EQUAL_-1206792680'), ('const-7', u'PTRADD_-1206792484'), ('tmp_144', u'CBRANCH_-1206792677'), ('const-0', u'RETURN_-1206792540'), ('const-8', u'INT_AND_-1206792537'), ('tmp_471', u'INT_ADD_-1206792710'), ('const-60', u'INT_ADD_-1206792630'), ('const-4', u'PTRADD_-1206792484'), ('const-417', u'STORE_-1206792696'), (u'CAST_-1206792495', u'LOAD_-1206792726'), ('const-472464', u'PTRSUB_-1206792460'), ('const-250', u'INT_AND_-1206792684'), ('const-248', u'INT_AND_-1206792650'), ('const-4', u'PTRADD_-1206792494'), ('tmp_226', u'CBRANCH_-1206792625'), (u'LOAD_-1206792720', u'INT_AND_-1206792537'), ('const-417', u'LOAD_-1206792646'), (u'INT_AND_-1206792684', u'STORE_-1206792696'), ('const-0', u'PTRSUB_-1206792460'), (u'PTRADD_-1206792484', u'CAST_-1206792481'), (u'CAST_-1206792481', u'STORE_-1206792696'), (u'CAST_-1206792491', u'LOAD_-1206792720'), (u'LOAD_-1206792726', u'PTRADD_-1206792484'), (u'INT_EQUAL_-1206792680', u'CBRANCH_-1206792677'), (u'INT_ADD_-1206792710', u'CAST_-1206792495'), (u'LOAD_-1206792659', u'INT_ADD_-1206792630'), (u'LOAD_-1206792726', u'CALLIND_-1206792576'), ('const-0', u'INT_EQUAL_-1206792680'), (u'INT_AND_-1206792650', u'STORE_-1206792662'), ('const-0', u'RETURN_-1206792598'), (u'INT_EQUAL_-1206792627', u'CBRANCH_-1206792625'), ('const-7', u'PTRADD_-1206792472')]
[('const-7', u'PTRADD_-1206792495'), (u'LOAD_-1206792720', u'INT_AND_-1206792684'), ('const-4', u'PTRADD_-1206792495'), (u'LOAD_-1206792646', u'CALLIND_-1206792576'), (u'LOAD_-1206792646', u'INT_EQUAL_-1206792627'), (u'LOAD_-1206792726', u'PTRADD_-1206792495'), ('const-417', u'STORE_-1206792696'), (u'LOAD_-1206792726', u'LOAD_-1206792659'), ('const-0', u'PTRSUB_-1206792461'), ('const-417', u'STORE_-1206792662'), ('const-248', u'INT_AND_-1206792650'), (u'CAST_-1206792470', u'STORE_-1206792662'), ('const-16', u'INT_ADD_-1206792710'), (u'LOAD_-1206792720', u'INT_AND_-1206792650'), (u'CAST_-1206792482', u'STORE_-1206792696'), ('const-417', u'LOAD_-1206792726'), (u'INT_AND_-1206792537', u'INT_EQUAL_-1206792680'), (u'PTRADD_-1206792473', u'CAST_-1206792470'), ('const-4', u'PTRADD_-1206792485'), ('tmp_144', u'CBRANCH_-1206792677'), ('const-4', u'PTRADD_-1206792473'), ('const-417', u'LOAD_-1206792720'), ('const-0', u'RETURN_-1206792540'), ('const-8', u'INT_AND_-1206792537'), ('const-417', u'LOAD_-1206792659'), ('tmp_474', u'INT_ADD_-1206792710'), (u'PTRADD_-1206792495', u'CAST_-1206792492'), ('const-60', u'INT_ADD_-1206792630'), ('const-0', u'INT_EQUAL_-1206792680'), (u'LOAD_-1206792726', u'PTRADD_-1206792473'), ('const-417', u'LOAD_-1206792646'), (u'CAST_-1206792496', u'LOAD_-1206792726'), ('const-250', u'INT_AND_-1206792684'), (u'LOAD_-1206792726', u'PTRADD_-1206792485'), ('tmp_226', u'CBRANCH_-1206792625'), (u'LOAD_-1206792720', u'INT_AND_-1206792537'), (u'CAST_-1206792492', u'LOAD_-1206792720'), (u'INT_AND_-1206792684', u'STORE_-1206792696'), (u'CAST_-1206792458', u'LOAD_-1206792646'), (u'PTRADD_-1206792485', u'CAST_-1206792482'), ('const-7', u'PTRADD_-1206792473'), (u'INT_EQUAL_-1206792680', u'CBRANCH_-1206792677'), (u'INT_ADD_-1206792630', u'CAST_-1206792458'), (u'LOAD_-1206792659', u'INT_ADD_-1206792630'), (u'LOAD_-1206792726', u'CALLIND_-1206792576'), ('const-472464', u'PTRSUB_-1206792461'), (u'INT_ADD_-1206792710', u'CAST_-1206792496'), (u'INT_AND_-1206792650', u'STORE_-1206792662'), (u'PTRSUB_-1206792461', u'INT_EQUAL_-1206792627'), ('const-0', u'RETURN_-1206792598'), ('const-7', u'PTRADD_-1206792485'), (u'INT_EQUAL_-1206792627', u'CBRANCH_-1206792625')]
null
null
000ecdc0
x86
O2
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid __regparm3 FUN_000ecdc0(int param_1)\n\n{\n byte bVar1;\n int *piVar2;\n \n piVar2 = *(int **)(param_1 + 0x10);\n bVar1 = *(byte *)(piVar2 + 7);\n *(byte *)(piVar2 + 7) = bVar1 & 0xfa;\n if ((bVar1 & 8) == 0) {\n *(byte *)(piVar2 + 7) = bVar1 & 0xf8;\n }\n if (*(code **)(*piVar2 + 0x3c) == FUN_00073590) {\n return;\n }\n (**(code **)(*piVar2 + 0x3c))(piVar2);\n return;\n}\n\n" comment (function_definition "void __regparm3 FUN_000ecdc0(int param_1)\n\n{\n byte bVar1;\n int *piVar2;\n \n piVar2 = *(int **)(param_1 + 0x10);\n bVar1 = *(byte *)(piVar2 + 7);\n *(byte *)(piVar2 + 7) = bVar1 & 0xfa;\n if ((bVar1 & 8) == 0) {\n *(byte *)(piVar2 + 7) = bVar1 & 0xf8;\n }\n if (*(code **)(*piVar2 + 0x3c) == FUN_00073590) {\n return;\n }\n (**(code **)(*piVar2 + 0x3c))(piVar2);\n return;\n}" primitive_type (ERROR "__regparm3" identifier) (function_declarator "FUN_000ecdc0(int param_1)" identifier (parameter_list "(int param_1)" ( (parameter_declaration "int param_1" primitive_type identifier) ))) (compound_statement "{\n byte bVar1;\n int *piVar2;\n \n piVar2 = *(int **)(param_1 + 0x10);\n bVar1 = *(byte *)(piVar2 + 7);\n *(byte *)(piVar2 + 7) = bVar1 & 0xfa;\n if ((bVar1 & 8) == 0) {\n *(byte *)(piVar2 + 7) = bVar1 & 0xf8;\n }\n if (*(code **)(*piVar2 + 0x3c) == FUN_00073590) {\n return;\n }\n (**(code **)(*piVar2 + 0x3c))(piVar2);\n return;\n}" { (declaration "byte bVar1;" type_identifier identifier ;) (declaration "int *piVar2;" primitive_type (pointer_declarator "*piVar2" * identifier) ;) (expression_statement "piVar2 = *(int **)(param_1 + 0x10);" (assignment_expression "piVar2 = *(int **)(param_1 + 0x10)" identifier = (pointer_expression "*(int **)(param_1 + 0x10)" * (cast_expression "(int **)(param_1 + 0x10)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "bVar1 = *(byte *)(piVar2 + 7);" (assignment_expression "bVar1 = *(byte *)(piVar2 + 7)" identifier = (pointer_expression "*(byte *)(piVar2 + 7)" * (cast_expression "(byte *)(piVar2 + 7)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(piVar2 + 7)" ( (binary_expression "piVar2 + 7" identifier + number_literal) ))))) ;) (expression_statement "*(byte *)(piVar2 + 7) = bVar1 & 0xfa;" (assignment_expression "*(byte *)(piVar2 + 7) = bVar1 & 0xfa" (pointer_expression "*(byte *)(piVar2 + 7)" * (cast_expression "(byte *)(piVar2 + 7)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(piVar2 + 7)" ( (binary_expression "piVar2 + 7" identifier + number_literal) )))) = (binary_expression "bVar1 & 0xfa" identifier & number_literal)) ;) (if_statement "if ((bVar1 & 8) == 0) {\n *(byte *)(piVar2 + 7) = bVar1 & 0xf8;\n }" if (parenthesized_expression "((bVar1 & 8) == 0)" ( (binary_expression "(bVar1 & 8) == 0" (parenthesized_expression "(bVar1 & 8)" ( (binary_expression "bVar1 & 8" identifier & number_literal) )) == number_literal) )) (compound_statement "{\n *(byte *)(piVar2 + 7) = bVar1 & 0xf8;\n }" { (expression_statement "*(byte *)(piVar2 + 7) = bVar1 & 0xf8;" (assignment_expression "*(byte *)(piVar2 + 7) = bVar1 & 0xf8" (pointer_expression "*(byte *)(piVar2 + 7)" * (cast_expression "(byte *)(piVar2 + 7)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(piVar2 + 7)" ( (binary_expression "piVar2 + 7" identifier + number_literal) )))) = (binary_expression "bVar1 & 0xf8" identifier & number_literal)) ;) })) (if_statement "if (*(code **)(*piVar2 + 0x3c) == FUN_00073590) {\n return;\n }" if (parenthesized_expression "(*(code **)(*piVar2 + 0x3c) == FUN_00073590)" ( (binary_expression "*(code **)(*piVar2 + 0x3c) == FUN_00073590" (pointer_expression "*(code **)(*piVar2 + 0x3c)" * (cast_expression "(code **)(*piVar2 + 0x3c)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*piVar2 + 0x3c)" ( (binary_expression "*piVar2 + 0x3c" (pointer_expression "*piVar2" * identifier) + number_literal) )))) == identifier) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "(**(code **)(*piVar2 + 0x3c))(piVar2);" (call_expression "(**(code **)(*piVar2 + 0x3c))(piVar2)" (parenthesized_expression "(**(code **)(*piVar2 + 0x3c))" ( (pointer_expression "**(code **)(*piVar2 + 0x3c)" * (pointer_expression "*(code **)(*piVar2 + 0x3c)" * (cast_expression "(code **)(*piVar2 + 0x3c)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*piVar2 + 0x3c)" ( (binary_expression "*piVar2 + 0x3c" (pointer_expression "*piVar2" * identifier) + number_literal) ))))) )) (argument_list "(piVar2)" ( identifier ))) ;) (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void reset_address_and_file_offset(Input_section * this) */\n\nvoid __thiscall\ngold::Output_section::Input_section::reset_address_and_file_offset(Input_section *this)\n\n{\n byte bVar1;\n int *piVar2;\n int in_EAX;\n \n piVar2 = *(int **)(in_EAX + 0x10);\n bVar1 = *(byte *)(piVar2 + 7);\n *(byte *)(piVar2 + 7) = bVar1 & 0xfa;\n if ((bVar1 & 8) == 0) {\n *(byte *)(piVar2 + 7) = bVar1 & 0xf8;\n }\n if (*(code **)(*piVar2 + 0x3c) == Output_data::do_reset_address_and_file_offset) {\n return;\n }\n (**(code **)(*piVar2 + 0x3c))(piVar2);\n return;\n}\n\n" comment comment (function_definition "void __thiscall\ngold::Output_section::Input_section::reset_address_and_file_offset(Input_section *this)\n\n{\n byte bVar1;\n int *piVar2;\n int in_EAX;\n \n piVar2 = *(int **)(in_EAX + 0x10);\n bVar1 = *(byte *)(piVar2 + 7);\n *(byte *)(piVar2 + 7) = bVar1 & 0xfa;\n if ((bVar1 & 8) == 0) {\n *(byte *)(piVar2 + 7) = bVar1 & 0xf8;\n }\n if (*(code **)(*piVar2 + 0x3c) == Output_data::do_reset_address_and_file_offset) {\n return;\n }\n (**(code **)(*piVar2 + 0x3c))(piVar2);\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::Output_section::Input_section::" identifier : : identifier : : identifier : :) (function_declarator "reset_address_and_file_offset(Input_section *this)" identifier (parameter_list "(Input_section *this)" ( (parameter_declaration "Input_section *this" type_identifier (pointer_declarator "*this" * identifier)) ))) (compound_statement "{\n byte bVar1;\n int *piVar2;\n int in_EAX;\n \n piVar2 = *(int **)(in_EAX + 0x10);\n bVar1 = *(byte *)(piVar2 + 7);\n *(byte *)(piVar2 + 7) = bVar1 & 0xfa;\n if ((bVar1 & 8) == 0) {\n *(byte *)(piVar2 + 7) = bVar1 & 0xf8;\n }\n if (*(code **)(*piVar2 + 0x3c) == Output_data::do_reset_address_and_file_offset) {\n return;\n }\n (**(code **)(*piVar2 + 0x3c))(piVar2);\n return;\n}" { (declaration "byte bVar1;" type_identifier identifier ;) (declaration "int *piVar2;" primitive_type (pointer_declarator "*piVar2" * identifier) ;) (declaration "int in_EAX;" primitive_type identifier ;) (expression_statement "piVar2 = *(int **)(in_EAX + 0x10);" (assignment_expression "piVar2 = *(int **)(in_EAX + 0x10)" identifier = (pointer_expression "*(int **)(in_EAX + 0x10)" * (cast_expression "(int **)(in_EAX + 0x10)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(in_EAX + 0x10)" ( (binary_expression "in_EAX + 0x10" identifier + number_literal) ))))) ;) (expression_statement "bVar1 = *(byte *)(piVar2 + 7);" (assignment_expression "bVar1 = *(byte *)(piVar2 + 7)" identifier = (pointer_expression "*(byte *)(piVar2 + 7)" * (cast_expression "(byte *)(piVar2 + 7)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(piVar2 + 7)" ( (binary_expression "piVar2 + 7" identifier + number_literal) ))))) ;) (expression_statement "*(byte *)(piVar2 + 7) = bVar1 & 0xfa;" (assignment_expression "*(byte *)(piVar2 + 7) = bVar1 & 0xfa" (pointer_expression "*(byte *)(piVar2 + 7)" * (cast_expression "(byte *)(piVar2 + 7)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(piVar2 + 7)" ( (binary_expression "piVar2 + 7" identifier + number_literal) )))) = (binary_expression "bVar1 & 0xfa" identifier & number_literal)) ;) (if_statement "if ((bVar1 & 8) == 0) {\n *(byte *)(piVar2 + 7) = bVar1 & 0xf8;\n }" if (parenthesized_expression "((bVar1 & 8) == 0)" ( (binary_expression "(bVar1 & 8) == 0" (parenthesized_expression "(bVar1 & 8)" ( (binary_expression "bVar1 & 8" identifier & number_literal) )) == number_literal) )) (compound_statement "{\n *(byte *)(piVar2 + 7) = bVar1 & 0xf8;\n }" { (expression_statement "*(byte *)(piVar2 + 7) = bVar1 & 0xf8;" (assignment_expression "*(byte *)(piVar2 + 7) = bVar1 & 0xf8" (pointer_expression "*(byte *)(piVar2 + 7)" * (cast_expression "(byte *)(piVar2 + 7)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(piVar2 + 7)" ( (binary_expression "piVar2 + 7" identifier + number_literal) )))) = (binary_expression "bVar1 & 0xf8" identifier & number_literal)) ;) })) (if_statement "if (*(code **)(*piVar2 + 0x3c) == Output_data::do_reset_address_and_file_offset) {\n return;\n }" if (parenthesized_expression "(*(code **)(*piVar2 + 0x3c) == Output_data::do_reset_address_and_file_offset)" ( (binary_expression "*(code **)(*piVar2 + 0x3c) == Output_data" (pointer_expression "*(code **)(*piVar2 + 0x3c)" * (cast_expression "(code **)(*piVar2 + 0x3c)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*piVar2 + 0x3c)" ( (binary_expression "*piVar2 + 0x3c" (pointer_expression "*piVar2" * identifier) + number_literal) )))) == identifier) (ERROR "::do_reset_address_and_file_offset" : : identifier) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "(**(code **)(*piVar2 + 0x3c))(piVar2);" (call_expression "(**(code **)(*piVar2 + 0x3c))(piVar2)" (parenthesized_expression "(**(code **)(*piVar2 + 0x3c))" ( (pointer_expression "**(code **)(*piVar2 + 0x3c)" * (pointer_expression "*(code **)(*piVar2 + 0x3c)" * (cast_expression "(code **)(*piVar2 + 0x3c)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*piVar2 + 0x3c)" ( (binary_expression "*piVar2 + 0x3c" (pointer_expression "*piVar2" * identifier) + number_literal) ))))) )) (argument_list "(piVar2)" ( identifier ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void __regparm3 FUN_000ecdc0(int param_1)\n\n{\n byte bVar1;\n int *piVar2;\n \n piVar2 = *(int **)(param_1 + 0x10);\n bVar1 = *(byte *)(piVar2 + 7);\n *(byte *)(piVar2 + 7) = bVar1 & 0xfa;\n if ((bVar1 & 8) == 0) {\n *(byte *)(piVar2 + 7) = bVar1 & 0xf8;\n }\n if (*(code **)(*piVar2 + 0x3c) == FUN_00073590) {\n return;\n }\n (**(code **)(*piVar2 + 0x3c))(piVar2);\n return;\n}\n\n" (function_definition "void __regparm3 FUN_000ecdc0(int param_1)\n\n{\n byte bVar1;\n int *piVar2;\n \n piVar2 = *(int **)(param_1 + 0x10);\n bVar1 = *(byte *)(piVar2 + 7);\n *(byte *)(piVar2 + 7) = bVar1 & 0xfa;\n if ((bVar1 & 8) == 0) {\n *(byte *)(piVar2 + 7) = bVar1 & 0xf8;\n }\n if (*(code **)(*piVar2 + 0x3c) == FUN_00073590) {\n return;\n }\n (**(code **)(*piVar2 + 0x3c))(piVar2);\n return;\n}" primitive_type (ERROR "__regparm3" identifier) (function_declarator "FUN_000ecdc0(int param_1)" identifier (parameter_list "(int param_1)" ( (parameter_declaration "int param_1" primitive_type identifier) ))) (compound_statement "{\n byte bVar1;\n int *piVar2;\n \n piVar2 = *(int **)(param_1 + 0x10);\n bVar1 = *(byte *)(piVar2 + 7);\n *(byte *)(piVar2 + 7) = bVar1 & 0xfa;\n if ((bVar1 & 8) == 0) {\n *(byte *)(piVar2 + 7) = bVar1 & 0xf8;\n }\n if (*(code **)(*piVar2 + 0x3c) == FUN_00073590) {\n return;\n }\n (**(code **)(*piVar2 + 0x3c))(piVar2);\n return;\n}" { (declaration "byte bVar1;" type_identifier identifier ;) (declaration "int *piVar2;" primitive_type (pointer_declarator "*piVar2" * identifier) ;) (expression_statement "piVar2 = *(int **)(param_1 + 0x10);" (assignment_expression "piVar2 = *(int **)(param_1 + 0x10)" identifier = (pointer_expression "*(int **)(param_1 + 0x10)" * (cast_expression "(int **)(param_1 + 0x10)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "bVar1 = *(byte *)(piVar2 + 7);" (assignment_expression "bVar1 = *(byte *)(piVar2 + 7)" identifier = (pointer_expression "*(byte *)(piVar2 + 7)" * (cast_expression "(byte *)(piVar2 + 7)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(piVar2 + 7)" ( (binary_expression "piVar2 + 7" identifier + number_literal) ))))) ;) (expression_statement "*(byte *)(piVar2 + 7) = bVar1 & 0xfa;" (assignment_expression "*(byte *)(piVar2 + 7) = bVar1 & 0xfa" (pointer_expression "*(byte *)(piVar2 + 7)" * (cast_expression "(byte *)(piVar2 + 7)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(piVar2 + 7)" ( (binary_expression "piVar2 + 7" identifier + number_literal) )))) = (binary_expression "bVar1 & 0xfa" identifier & number_literal)) ;) (if_statement "if ((bVar1 & 8) == 0) {\n *(byte *)(piVar2 + 7) = bVar1 & 0xf8;\n }" if (parenthesized_expression "((bVar1 & 8) == 0)" ( (binary_expression "(bVar1 & 8) == 0" (parenthesized_expression "(bVar1 & 8)" ( (binary_expression "bVar1 & 8" identifier & number_literal) )) == number_literal) )) (compound_statement "{\n *(byte *)(piVar2 + 7) = bVar1 & 0xf8;\n }" { (expression_statement "*(byte *)(piVar2 + 7) = bVar1 & 0xf8;" (assignment_expression "*(byte *)(piVar2 + 7) = bVar1 & 0xf8" (pointer_expression "*(byte *)(piVar2 + 7)" * (cast_expression "(byte *)(piVar2 + 7)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(piVar2 + 7)" ( (binary_expression "piVar2 + 7" identifier + number_literal) )))) = (binary_expression "bVar1 & 0xf8" identifier & number_literal)) ;) })) (if_statement "if (*(code **)(*piVar2 + 0x3c) == FUN_00073590) {\n return;\n }" if (parenthesized_expression "(*(code **)(*piVar2 + 0x3c) == FUN_00073590)" ( (binary_expression "*(code **)(*piVar2 + 0x3c) == FUN_00073590" (pointer_expression "*(code **)(*piVar2 + 0x3c)" * (cast_expression "(code **)(*piVar2 + 0x3c)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*piVar2 + 0x3c)" ( (binary_expression "*piVar2 + 0x3c" (pointer_expression "*piVar2" * identifier) + number_literal) )))) == identifier) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "(**(code **)(*piVar2 + 0x3c))(piVar2);" (call_expression "(**(code **)(*piVar2 + 0x3c))(piVar2)" (parenthesized_expression "(**(code **)(*piVar2 + 0x3c))" ( (pointer_expression "**(code **)(*piVar2 + 0x3c)" * (pointer_expression "*(code **)(*piVar2 + 0x3c)" * (cast_expression "(code **)(*piVar2 + 0x3c)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*piVar2 + 0x3c)" ( (binary_expression "*piVar2 + 0x3c" (pointer_expression "*piVar2" * identifier) + number_literal) ))))) )) (argument_list "(piVar2)" ( identifier ))) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * 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 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)) ;) (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) )))) = (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 (pointer_expression * IDENT) + LIT) )))) == IDENT) )) (compound_statement { (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 * IDENT) + LIT) ))))) )) (argument_list ( IDENT ))) ;) (return_statement return ;) })))
(function_definition "void __regparm3 FUN_000ecdc0(int param_1)\n\n{\n byte bVar1;\n int *piVar2;\n \n piVar2 = *(int **)(param_1 + 0x10);\n bVar1 = *(byte *)(piVar2 + 7);\n *(byte *)(piVar2 + 7) = bVar1 & 0xfa;\n if ((bVar1 & 8) == 0) {\n *(byte *)(piVar2 + 7) = bVar1 & 0xf8;\n }\n if (*(code **)(*piVar2 + 0x3c) == FUN_00073590) {\n return;\n }\n (**(code **)(*piVar2 + 0x3c))(piVar2);\n return;\n}" (primitive_type "void") (ERROR "__regparm3" (identifier "__regparm3")) (function_declarator "FUN_000ecdc0(int param_1)" (identifier "FUN_000ecdc0") (parameter_list "(int param_1)" (( "(") (parameter_declaration "int param_1" (primitive_type "int") (identifier "param_1")) () ")"))) (compound_statement "{\n byte bVar1;\n int *piVar2;\n \n piVar2 = *(int **)(param_1 + 0x10);\n bVar1 = *(byte *)(piVar2 + 7);\n *(byte *)(piVar2 + 7) = bVar1 & 0xfa;\n if ((bVar1 & 8) == 0) {\n *(byte *)(piVar2 + 7) = bVar1 & 0xf8;\n }\n if (*(code **)(*piVar2 + 0x3c) == FUN_00073590) {\n return;\n }\n (**(code **)(*piVar2 + 0x3c))(piVar2);\n return;\n}" ({ "{") (declaration "byte bVar1;" (type_identifier "byte") (identifier "bVar1") (; ";")) (declaration "int *piVar2;" (primitive_type "int") (pointer_declarator "*piVar2" (* "*") (identifier "piVar2")) (; ";")) (expression_statement "piVar2 = *(int **)(param_1 + 0x10);" (assignment_expression "piVar2 = *(int **)(param_1 + 0x10)" (identifier "piVar2") (= "=") (pointer_expression "*(int **)(param_1 + 0x10)" (* "*") (cast_expression "(int **)(param_1 + 0x10)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")"))))) (; ";")) (expression_statement "bVar1 = *(byte *)(piVar2 + 7);" (assignment_expression "bVar1 = *(byte *)(piVar2 + 7)" (identifier "bVar1") (= "=") (pointer_expression "*(byte *)(piVar2 + 7)" (* "*") (cast_expression "(byte *)(piVar2 + 7)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(piVar2 + 7)" (( "(") (binary_expression "piVar2 + 7" (identifier "piVar2") (+ "+") (number_literal "7")) () ")"))))) (; ";")) (expression_statement "*(byte *)(piVar2 + 7) = bVar1 & 0xfa;" (assignment_expression "*(byte *)(piVar2 + 7) = bVar1 & 0xfa" (pointer_expression "*(byte *)(piVar2 + 7)" (* "*") (cast_expression "(byte *)(piVar2 + 7)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(piVar2 + 7)" (( "(") (binary_expression "piVar2 + 7" (identifier "piVar2") (+ "+") (number_literal "7")) () ")")))) (= "=") (binary_expression "bVar1 & 0xfa" (identifier "bVar1") (& "&") (number_literal "0xfa"))) (; ";")) (if_statement "if ((bVar1 & 8) == 0) {\n *(byte *)(piVar2 + 7) = bVar1 & 0xf8;\n }" (if "if") (parenthesized_expression "((bVar1 & 8) == 0)" (( "(") (binary_expression "(bVar1 & 8) == 0" (parenthesized_expression "(bVar1 & 8)" (( "(") (binary_expression "bVar1 & 8" (identifier "bVar1") (& "&") (number_literal "8")) () ")")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n *(byte *)(piVar2 + 7) = bVar1 & 0xf8;\n }" ({ "{") (expression_statement "*(byte *)(piVar2 + 7) = bVar1 & 0xf8;" (assignment_expression "*(byte *)(piVar2 + 7) = bVar1 & 0xf8" (pointer_expression "*(byte *)(piVar2 + 7)" (* "*") (cast_expression "(byte *)(piVar2 + 7)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(piVar2 + 7)" (( "(") (binary_expression "piVar2 + 7" (identifier "piVar2") (+ "+") (number_literal "7")) () ")")))) (= "=") (binary_expression "bVar1 & 0xf8" (identifier "bVar1") (& "&") (number_literal "0xf8"))) (; ";")) (} "}"))) (if_statement "if (*(code **)(*piVar2 + 0x3c) == FUN_00073590) {\n return;\n }" (if "if") (parenthesized_expression "(*(code **)(*piVar2 + 0x3c) == FUN_00073590)" (( "(") (binary_expression "*(code **)(*piVar2 + 0x3c) == FUN_00073590" (pointer_expression "*(code **)(*piVar2 + 0x3c)" (* "*") (cast_expression "(code **)(*piVar2 + 0x3c)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*piVar2 + 0x3c)" (( "(") (binary_expression "*piVar2 + 0x3c" (pointer_expression "*piVar2" (* "*") (identifier "piVar2")) (+ "+") (number_literal "0x3c")) () ")")))) (== "==") (identifier "FUN_00073590")) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "(**(code **)(*piVar2 + 0x3c))(piVar2);" (call_expression "(**(code **)(*piVar2 + 0x3c))(piVar2)" (parenthesized_expression "(**(code **)(*piVar2 + 0x3c))" (( "(") (pointer_expression "**(code **)(*piVar2 + 0x3c)" (* "*") (pointer_expression "*(code **)(*piVar2 + 0x3c)" (* "*") (cast_expression "(code **)(*piVar2 + 0x3c)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*piVar2 + 0x3c)" (( "(") (binary_expression "*piVar2 + 0x3c" (pointer_expression "*piVar2" (* "*") (identifier "piVar2")) (+ "+") (number_literal "0x3c")) () ")"))))) () ")")) (argument_list "(piVar2)" (( "(") (identifier "piVar2") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void reset_address_and_file_offset(Input_section * this) */ void __thiscall gold::Output_section::type_1::function_1(type_1 *this) { type_2 var_3; int *var_2; int var_1; var_2 = *(int **)(var_1 + 0x10); var_3 = *(type_2 *)(var_2 + 7); *(type_2 *)(var_2 + 7) = var_3 & 0xfa; if ((var_3 & 8) == 0) { *(type_2 *)(var_2 + 7) = var_3 & 0xf8; } if (*(type_3 **)(*var_2 + 0x3c) == var_4::do_reset_address_and_file_offset) { return; } (**(type_3 **)(*var_2 + 0x3c))(var_2); return; }
null
(translation_unit (function_definition type: (primitive_type) (ERROR (identifier)) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (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))))))) (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: (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: (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 (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: (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: (pointer_expression argument: (identifier)) right: (number_literal))))) right: (identifier))) consequence: (compound_statement (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: (identifier)) right: (number_literal))))))) arguments: (argument_list (identifier)))) (return_statement))))
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void __regparm3 MASKED(int param_1) { byte bVar1; int *piVar2; piVar2 = *(int **)(param_1 + 0x10); bVar1 = *(byte *)(piVar2 + 7); *(byte *)(piVar2 + 7) = bVar1 & 0xfa; if ((bVar1 & 8) == 0) { *(byte *)(piVar2 + 7) = bVar1 & 0xf8; } if (*(code **)(*piVar2 + 0x3c) == FUN_00073590) { return; } (**(code **)(*piVar2 + 0x3c))(piVar2); return; }
746_riscv64-linux-gnu-ld_and_riscv64-linux-gnu-ld_strip.c
open64
open64
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int open64(char *__file,int __oflag,...) { /* WARNING: Bad instruction - Truncating control flow here */ /* open64@@GLIBC_2.1 */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int open64(char *__file,int __oflag,...) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1207115730')]
[('const-1', u'RETURN_-1207115730')]
null
null
0013e024
x86
O2
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint open64(char *__file,int __oflag,...)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "int open64(char *__file,int __oflag,...)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "open64(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 /* 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 open64(char *__file,int __oflag,...)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* open64@@GLIBC_2.1 */\n halt_baddata();\n}\n\n" comment comment (function_definition "int open64(char *__file,int __oflag,...)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* open64@@GLIBC_2.1 */\n halt_baddata();\n}" primitive_type (function_declarator "open64(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 /* WARNING: Bad instruction - Truncating control flow here */\n /* open64@@GLIBC_2.1 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "int open64(char *__file,int __oflag,...)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "int open64(char *__file,int __oflag,...)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "open64(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 \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)) , (parameter_declaration TYPE IDENT) , (variadic_parameter ...) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(function_definition "int open64(char *__file,int __oflag,...)\n\n{\n \n halt_baddata();\n}" (primitive_type "int") (function_declarator "open64(char *__file,int __oflag,...)" (identifier "open64") (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 \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(char *__file,int __oflag,...) { /* WARNING: Bad instruction - Truncating control flow here */ /* open64@@GLIBC_2.1 */ 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))) (parameter_declaration type: (primitive_type) declarator: (identifier)) (variadic_parameter))) 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(char *__file,int __oflag,...) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
1216_i686-linux-gnu-ld_and_i686-linux-gnu-ld_strip.c
~Struct_no_threads
FUN_0003a2c0
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void ~Struct_no_threads(Struct_no_threads * this, int __in_chrg) */ void __thiscall gold::General_options::Struct_no_threads::~Struct_no_threads(Struct_no_threads *this,int __in_chrg) { pointer pcVar1; (this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_003327bc; 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); } return; }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_0003a2c0(undefined4 *param_1) { *param_1 = &PTR_FUN_003327bc; if ((undefined4 *)param_1[1] != param_1 + 3) { FUN_001ac470((undefined4 *)param_1[1]); } return; }
PUSH EBX CALL 0x00035680 ADD EBX,0x304d3a SUB ESP,0x8 MOV EAX,dword ptr [ESP + 0x10] ADD EAX,0xc LEA EDX,[EBX + 0xffff37bc] MOV dword ptr [EAX + -0xc],EDX MOV EDX,dword ptr [EAX + -0x8] CMP EDX,EAX JZ 0x0003a2f2 SUB ESP,0xc PUSH EDX CALL 0x001ac470 ADD ESP,0x10 ADD ESP,0x8 POP EBX RET
null
null
null
null
[(u'INT_NOTEQUAL_-1206082785', u'CBRANCH_-1206082785'), ('const-417', u'LOAD_-1206082805'), (u'PTRSUB_-1206082628', u'LOAD_-1206082805'), (u'PTRSUB_-1206082634', u'STORE_-1206082809'), ('tmp_276', u'PTRSUB_-1206082639'), ('const-4', u'PTRSUB_-1206082650'), (u'PTRSUB_-1206082650', u'PTRSUB_-1206082645'), (u'PTRSUB_-1206082634', u'PTRSUB_-1206082630'), ('tmp_276', u'PTRSUB_-1206082650'), ('const-0', u'PTRSUB_-1206082645'), (u'PTRSUB_-1206082635', u'PTRSUB_-1206082634'), ('const-0', u'PTRSUB_-1206082639'), ('const-0', u'PTRSUB_-1206082628'), (u'PTRSUB_-1206082645', u'PTRSUB_-1206082641'), ('const-0', u'RETURN_-1206082722'), (u'CAST_-1206082632', u'STORE_-1206082809'), ('const-3352508', u'PTRSUB_-1206082642'), ('tmp_276', u'PTRSUB_-1206082635'), ('const-4', u'PTRSUB_-1206082635'), ('const-0', u'PTRSUB_-1206082634'), (u'PTRSUB_-1206082641', u'INT_NOTEQUAL_-1206082785'), ('const-417', u'STORE_-1206082809'), ('const-8', u'PTRSUB_-1206082641'), (u'PTRSUB_-1206082639', u'PTRSUB_-1206082634'), (u'PTRSUB_-1206082642', u'CAST_-1206082632'), ('tmp_151', u'CBRANCH_-1206082785'), ('const-0', u'PTRSUB_-1206082630'), (u'LOAD_-1206082805', u'CALL_-1206082762'), (u'PTRSUB_-1206082630', u'PTRSUB_-1206082628'), (u'LOAD_-1206082805', u'CAST_-1206082625'), (u'CAST_-1206082625', u'INT_NOTEQUAL_-1206082785'), ('const-0', u'PTRSUB_-1206082634'), ('const-0', u'PTRSUB_-1206082642')]
[('const-4', u'PTRADD_-1206082640'), (u'INT_NOTEQUAL_-1206082785', u'CBRANCH_-1206082785'), ('const-3', u'PTRADD_-1206082653'), ('const-417', u'STORE_-1206082809'), (u'PTRADD_-1206082653', u'INT_NOTEQUAL_-1206082785'), ('tmp_151', u'CBRANCH_-1206082785'), ('tmp_439', u'PTRADD_-1206082653'), (u'PTRADD_-1206082640', u'LOAD_-1206082805'), ('const-0', u'PTRSUB_-1206082644'), ('const-417', u'LOAD_-1206082805'), (u'LOAD_-1206082805', u'CAST_-1206082640'), (u'PTRSUB_-1206082644', u'STORE_-1206082809'), ('tmp_439', u'STORE_-1206082809'), ('tmp_439', u'PTRADD_-1206082640'), ('const-0', u'RETURN_-1206082722'), (u'CAST_-1206082640', u'CALL_-1206082762'), ('const-4', u'PTRADD_-1206082653'), (u'CAST_-1206082640', u'INT_NOTEQUAL_-1206082785'), ('const-1', u'PTRADD_-1206082640'), ('const-3352508', u'PTRSUB_-1206082644')]
null
null
0003a2c0
x86
O2
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0003a2c0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_003327bc;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001ac470((undefined4 *)param_1[1]);\n }\n return;\n}\n\n" comment (function_definition "void FUN_0003a2c0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_003327bc;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001ac470((undefined4 *)param_1[1]);\n }\n return;\n}" primitive_type (function_declarator "FUN_0003a2c0(undefined4 *param_1)" identifier (parameter_list "(undefined4 *param_1)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n *param_1 = &PTR_FUN_003327bc;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001ac470((undefined4 *)param_1[1]);\n }\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_003327bc;" (assignment_expression "*param_1 = &PTR_FUN_003327bc" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_003327bc" & identifier)) ;) (if_statement "if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001ac470((undefined4 *)param_1[1]);\n }" if (parenthesized_expression "((undefined4 *)param_1[1] != param_1 + 3)" ( (binary_expression "(undefined4 *)param_1[1] != param_1 + 3" (cast_expression "(undefined4 *)param_1[1]" ( (type_descriptor "undefined4 *" 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_001ac470((undefined4 *)param_1[1]);\n }" { (expression_statement "FUN_001ac470((undefined4 *)param_1[1]);" (call_expression "FUN_001ac470((undefined4 *)param_1[1])" identifier (argument_list "((undefined4 *)param_1[1])" ( (cast_expression "(undefined4 *)param_1[1]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) ))) ;) })) (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void ~Struct_no_threads(Struct_no_threads * this, int __in_chrg) */\n\nvoid __thiscall\ngold::General_options::Struct_no_threads::~Struct_no_threads(Struct_no_threads *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_003327bc;\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 return;\n}\n\n" comment comment (function_definition "void __thiscall\ngold::General_options::Struct_no_threads::~Struct_no_threads(Struct_no_threads *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_003327bc;\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 return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::General_options::Struct_no_threads::~" identifier : : identifier : : identifier : : ~) (function_declarator "Struct_no_threads(Struct_no_threads *this,int __in_chrg)" identifier (parameter_list "(Struct_no_threads *this,int __in_chrg)" ( (parameter_declaration "Struct_no_threads *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_003327bc;\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 return;\n}" { (declaration "pointer pcVar1;" type_identifier identifier ;) (expression_statement "(this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_003327bc;" (assignment_expression "(this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_003327bc" (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_003327bc" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&PTR_parse_to_value_003327bc" & 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 ))) ;) })) (return_statement "return;" return ;) })))
(translation_unit "void FUN_0003a2c0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_003327bc;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001ac470((undefined4 *)param_1[1]);\n }\n return;\n}\n\n" (function_definition "void FUN_0003a2c0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_003327bc;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001ac470((undefined4 *)param_1[1]);\n }\n return;\n}" primitive_type (function_declarator "FUN_0003a2c0(undefined4 *param_1)" identifier (parameter_list "(undefined4 *param_1)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n *param_1 = &PTR_FUN_003327bc;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001ac470((undefined4 *)param_1[1]);\n }\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_003327bc;" (assignment_expression "*param_1 = &PTR_FUN_003327bc" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_003327bc" & identifier)) ;) (if_statement "if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001ac470((undefined4 *)param_1[1]);\n }" if (parenthesized_expression "((undefined4 *)param_1[1] != param_1 + 3)" ( (binary_expression "(undefined4 *)param_1[1] != param_1 + 3" (cast_expression "(undefined4 *)param_1[1]" ( (type_descriptor "undefined4 *" 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_001ac470((undefined4 *)param_1[1]);\n }" { (expression_statement "FUN_001ac470((undefined4 *)param_1[1]);" (call_expression "FUN_001ac470((undefined4 *)param_1[1])" identifier (argument_list "((undefined4 *)param_1[1])" ( (cast_expression "(undefined4 *)param_1[1]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" 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 ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) ))) ;) })) (return_statement return ;) })))
(function_definition "void FUN_0003a2c0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_003327bc;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001ac470((undefined4 *)param_1[1]);\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_0003a2c0(undefined4 *param_1)" (identifier "FUN_0003a2c0") (parameter_list "(undefined4 *param_1)" (( "(") (parameter_declaration "undefined4 *param_1" (type_identifier "undefined4") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n *param_1 = &PTR_FUN_003327bc;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001ac470((undefined4 *)param_1[1]);\n }\n return;\n}" ({ "{") (expression_statement "*param_1 = &PTR_FUN_003327bc;" (assignment_expression "*param_1 = &PTR_FUN_003327bc" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&PTR_FUN_003327bc" (& "&") (identifier "PTR_FUN_003327bc"))) (; ";")) (if_statement "if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001ac470((undefined4 *)param_1[1]);\n }" (if "if") (parenthesized_expression "((undefined4 *)param_1[1] != param_1 + 3)" (( "(") (binary_expression "(undefined4 *)param_1[1] != param_1 + 3" (cast_expression "(undefined4 *)param_1[1]" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (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_001ac470((undefined4 *)param_1[1]);\n }" ({ "{") (expression_statement "FUN_001ac470((undefined4 *)param_1[1]);" (call_expression "FUN_001ac470((undefined4 *)param_1[1])" (identifier "FUN_001ac470") (argument_list "((undefined4 *)param_1[1])" (( "(") (cast_expression "(undefined4 *)param_1[1]" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]"))) () ")"))) (; ";")) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void ~Struct_no_threads(Struct_no_threads * 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_003327bc; 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); } 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))))
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(undefined4 *param_1) { *param_1 = &PTR_FUN_003327bc; if ((undefined4 *)param_1[1] != param_1 + 3) { FUN_001ac470((undefined4 *)param_1[1]); } return; }
136_dirname_and_dirname_strip.c
rpl_fflush
FUN_00015640
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ int rpl_fflush(FILE *stream) { int iVar1; if (stream != (FILE *)0x0) { iVar1 = __freading(stream); if ((iVar1 != 0) && ((stream->_flags & 0x100U) != 0)) { rpl_fseeko(stream,0,1); } } iVar1 = fflush((FILE *)stream); return iVar1; }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_00015640(FILE *param_1) { int iVar1; undefined4 uVar2; uVar2 = 0x15647; if (param_1 != (FILE *)0x0) { iVar1 = __freading(param_1); if ((iVar1 != 0) && ((param_1->_flags & 0x100U) != 0)) { FUN_000156a0(param_1,0,0,1,uVar2); } } fflush(param_1); return; }
PUSH ESI PUSH EBX CALL 0x00011580 ADD EBX,0x49b9 SUB ESP,0x4 MOV ESI,dword ptr [ESP + 0x10] TEST ESI,ESI JZ 0x00015670 SUB ESP,0xc PUSH ESI CALL 0x00011190 ADD ESP,0x10 TEST EAX,EAX JZ 0x00015670 TEST dword ptr [ESI],0x100 JNZ 0x00015688 SUB ESP,0xc PUSH ESI CALL 0x00011040 ADD ESP,0x10 ADD ESP,0x4 POP EBX POP ESI RET PUSH 0x1 PUSH 0x0 PUSH 0x0 PUSH ESI CALL 0x000156a0 ADD ESP,0x10 JMP 0x00015670
null
null
null
null
[('tmp_202', u'CBRANCH_-1205971276'), ('const-0', u'RETURN_-1205971188'), ('tmp_108', u'CBRANCH_-1205971326'), (u'LOAD_-1205971274', u'INT_AND_-1205971248'), ('const-417', u'LOAD_-1205971274'), ('tmp_442', u'CAST_-1205971010'), (u'INT_AND_-1205971248', u'INT_NOTEQUAL_-1205971261'), (u'INT_NOTEQUAL_-1205971326', u'CBRANCH_-1205971326'), (u'CALL_-1205971303', u'INT_NOTEQUAL_-1205971276'), ('tmp_442', u'CALL_-1205971303'), (u'CAST_-1205971010', u'CALL_-1205971233'), ('tmp_422', u'BRANCH_-1205971147'), (u'INT_NOTEQUAL_-1205971261', u'CBRANCH_-1205971256'), (u'INT_NOTEQUAL_-1205971276', u'CBRANCH_-1205971276'), ('tmp_442', u'PTRSUB_-1205971021'), ('tmp_233', u'CBRANCH_-1205971256'), ('tmp_442', u'CALL_-1205971162'), ('const-1', u'CALL_-1205971162'), ('const-256', u'INT_AND_-1205971248'), ('const-0', u'INT_NOTEQUAL_-1205971326'), ('const-0', u'PTRSUB_-1205971021'), ('const-0', u'CALL_-1205971162'), ('const-0', u'INT_NOTEQUAL_-1205971261'), (u'PTRSUB_-1205971021', u'LOAD_-1205971274'), (u'CALL_-1205971233', u'RETURN_-1205971188'), ('tmp_442', u'INT_NOTEQUAL_-1205971326'), ('const-0', u'INT_NOTEQUAL_-1205971276')]
[('tmp_892', u'INT_NOTEQUAL_-1205971326'), ('tmp_892', u'PTRSUB_-1205971025'), ('tmp_202', u'CBRANCH_-1205971276'), ('const-0', u'RETURN_-1205971188'), ('tmp_108', u'CBRANCH_-1205971326'), ('const-0', u'CALL_-1205971162'), (u'LOAD_-1205971274', u'INT_AND_-1205971248'), (u'INDIRECT_-1205971056', u'CALL_-1205971162'), (u'CALL_-1205971303', u'INDIRECT_-1205971056'), (u'INT_AND_-1205971248', u'INT_NOTEQUAL_-1205971261'), (u'INT_NOTEQUAL_-1205971326', u'CBRANCH_-1205971326'), (u'CALL_-1205971303', u'INT_NOTEQUAL_-1205971276'), (u'PTRSUB_-1205971025', u'LOAD_-1205971274'), ('tmp_422', u'BRANCH_-1205971147'), (u'INT_NOTEQUAL_-1205971261', u'CBRANCH_-1205971256'), ('const-0', u'CALL_-1205971162'), (u'INT_NOTEQUAL_-1205971276', u'CBRANCH_-1205971276'), ('const-0', u'PTRSUB_-1205971025'), ('tmp_233', u'CBRANCH_-1205971256'), ('const-1', u'CALL_-1205971162'), ('const-256', u'INT_AND_-1205971248'), ('const-417', u'LOAD_-1205971274'), ('const-0', u'INT_NOTEQUAL_-1205971326'), ('tmp_892', u'CALL_-1205971303'), ('tmp_892', u'CALL_-1205971233'), ('const-87623', u'COPY_-1205971382'), ('const-0', u'INT_NOTEQUAL_-1205971261'), ('tmp_892', u'CALL_-1205971162'), ('const-0', u'INT_NOTEQUAL_-1205971276')]
null
null
00015640
x86
O2
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00015640(FILE *param_1)\n\n{\n int iVar1;\n undefined4 uVar2;\n \n uVar2 = 0x15647;\n if (param_1 != (FILE *)0x0) {\n iVar1 = __freading(param_1);\n if ((iVar1 != 0) && ((param_1->_flags & 0x100U) != 0)) {\n FUN_000156a0(param_1,0,0,1,uVar2);\n }\n }\n fflush(param_1);\n return;\n}\n\n" comment (function_definition "void FUN_00015640(FILE *param_1)\n\n{\n int iVar1;\n undefined4 uVar2;\n \n uVar2 = 0x15647;\n if (param_1 != (FILE *)0x0) {\n iVar1 = __freading(param_1);\n if ((iVar1 != 0) && ((param_1->_flags & 0x100U) != 0)) {\n FUN_000156a0(param_1,0,0,1,uVar2);\n }\n }\n fflush(param_1);\n return;\n}" primitive_type (function_declarator "FUN_00015640(FILE *param_1)" identifier (parameter_list "(FILE *param_1)" ( (parameter_declaration "FILE *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n int iVar1;\n undefined4 uVar2;\n \n uVar2 = 0x15647;\n if (param_1 != (FILE *)0x0) {\n iVar1 = __freading(param_1);\n if ((iVar1 != 0) && ((param_1->_flags & 0x100U) != 0)) {\n FUN_000156a0(param_1,0,0,1,uVar2);\n }\n }\n fflush(param_1);\n return;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "undefined4 uVar2;" type_identifier identifier ;) (expression_statement "uVar2 = 0x15647;" (assignment_expression "uVar2 = 0x15647" identifier = number_literal) ;) (if_statement "if (param_1 != (FILE *)0x0) {\n iVar1 = __freading(param_1);\n if ((iVar1 != 0) && ((param_1->_flags & 0x100U) != 0)) {\n FUN_000156a0(param_1,0,0,1,uVar2);\n }\n }" if (parenthesized_expression "(param_1 != (FILE *)0x0)" ( (binary_expression "param_1 != (FILE *)0x0" identifier != (cast_expression "(FILE *)0x0" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n iVar1 = __freading(param_1);\n if ((iVar1 != 0) && ((param_1->_flags & 0x100U) != 0)) {\n FUN_000156a0(param_1,0,0,1,uVar2);\n }\n }" { (expression_statement "iVar1 = __freading(param_1);" (assignment_expression "iVar1 = __freading(param_1)" identifier = (call_expression "__freading(param_1)" identifier (argument_list "(param_1)" ( identifier )))) ;) (if_statement "if ((iVar1 != 0) && ((param_1->_flags & 0x100U) != 0)) {\n FUN_000156a0(param_1,0,0,1,uVar2);\n }" if (parenthesized_expression "((iVar1 != 0) && ((param_1->_flags & 0x100U) != 0))" ( (binary_expression "(iVar1 != 0) && ((param_1->_flags & 0x100U) != 0)" (parenthesized_expression "(iVar1 != 0)" ( (binary_expression "iVar1 != 0" identifier != number_literal) )) && (parenthesized_expression "((param_1->_flags & 0x100U) != 0)" ( (binary_expression "(param_1->_flags & 0x100U) != 0" (parenthesized_expression "(param_1->_flags & 0x100U)" ( (binary_expression "param_1->_flags & 0x100U" (field_expression "param_1->_flags" identifier -> field_identifier) & number_literal) )) != number_literal) ))) )) (compound_statement "{\n FUN_000156a0(param_1,0,0,1,uVar2);\n }" { (expression_statement "FUN_000156a0(param_1,0,0,1,uVar2);" (call_expression "FUN_000156a0(param_1,0,0,1,uVar2)" identifier (argument_list "(param_1,0,0,1,uVar2)" ( identifier , number_literal , number_literal , number_literal , identifier ))) ;) })) })) (expression_statement "fflush(param_1);" (call_expression "fflush(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;) (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nint rpl_fflush(FILE *stream)\n\n{\n int iVar1;\n \n if (stream != (FILE *)0x0) {\n iVar1 = __freading(stream);\n if ((iVar1 != 0) && ((stream->_flags & 0x100U) != 0)) {\n rpl_fseeko(stream,0,1);\n }\n }\n iVar1 = fflush((FILE *)stream);\n return iVar1;\n}\n\n" comment comment (function_definition "int rpl_fflush(FILE *stream)\n\n{\n int iVar1;\n \n if (stream != (FILE *)0x0) {\n iVar1 = __freading(stream);\n if ((iVar1 != 0) && ((stream->_flags & 0x100U) != 0)) {\n rpl_fseeko(stream,0,1);\n }\n }\n iVar1 = fflush((FILE *)stream);\n return iVar1;\n}" primitive_type (function_declarator "rpl_fflush(FILE *stream)" identifier (parameter_list "(FILE *stream)" ( (parameter_declaration "FILE *stream" type_identifier (pointer_declarator "*stream" * identifier)) ))) (compound_statement "{\n int iVar1;\n \n if (stream != (FILE *)0x0) {\n iVar1 = __freading(stream);\n if ((iVar1 != 0) && ((stream->_flags & 0x100U) != 0)) {\n rpl_fseeko(stream,0,1);\n }\n }\n iVar1 = fflush((FILE *)stream);\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (if_statement "if (stream != (FILE *)0x0) {\n iVar1 = __freading(stream);\n if ((iVar1 != 0) && ((stream->_flags & 0x100U) != 0)) {\n rpl_fseeko(stream,0,1);\n }\n }" 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)) )) (compound_statement "{\n iVar1 = __freading(stream);\n if ((iVar1 != 0) && ((stream->_flags & 0x100U) != 0)) {\n rpl_fseeko(stream,0,1);\n }\n }" { (expression_statement "iVar1 = __freading(stream);" (assignment_expression "iVar1 = __freading(stream)" identifier = (call_expression "__freading(stream)" identifier (argument_list "(stream)" ( identifier )))) ;) (if_statement "if ((iVar1 != 0) && ((stream->_flags & 0x100U) != 0)) {\n rpl_fseeko(stream,0,1);\n }" if (parenthesized_expression "((iVar1 != 0) && ((stream->_flags & 0x100U) != 0))" ( (binary_expression "(iVar1 != 0) && ((stream->_flags & 0x100U) != 0)" (parenthesized_expression "(iVar1 != 0)" ( (binary_expression "iVar1 != 0" identifier != number_literal) )) && (parenthesized_expression "((stream->_flags & 0x100U) != 0)" ( (binary_expression "(stream->_flags & 0x100U) != 0" (parenthesized_expression "(stream->_flags & 0x100U)" ( (binary_expression "stream->_flags & 0x100U" (field_expression "stream->_flags" identifier -> field_identifier) & number_literal) )) != number_literal) ))) )) (compound_statement "{\n rpl_fseeko(stream,0,1);\n }" { (expression_statement "rpl_fseeko(stream,0,1);" (call_expression "rpl_fseeko(stream,0,1)" identifier (argument_list "(stream,0,1)" ( identifier , number_literal , number_literal ))) ;) })) })) (expression_statement "iVar1 = fflush((FILE *)stream);" (assignment_expression "iVar1 = fflush((FILE *)stream)" identifier = (call_expression "fflush((FILE *)stream)" identifier (argument_list "((FILE *)stream)" ( (cast_expression "(FILE *)stream" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) )))) ;) (return_statement "return iVar1;" return identifier ;) })))
(translation_unit "void FUN_00015640(FILE *param_1)\n\n{\n int iVar1;\n undefined4 uVar2;\n \n uVar2 = 0x15647;\n if (param_1 != (FILE *)0x0) {\n iVar1 = __freading(param_1);\n if ((iVar1 != 0) && ((param_1->_flags & 0x100U) != 0)) {\n FUN_000156a0(param_1,0,0,1,uVar2);\n }\n }\n fflush(param_1);\n return;\n}\n\n" (function_definition "void FUN_00015640(FILE *param_1)\n\n{\n int iVar1;\n undefined4 uVar2;\n \n uVar2 = 0x15647;\n if (param_1 != (FILE *)0x0) {\n iVar1 = __freading(param_1);\n if ((iVar1 != 0) && ((param_1->_flags & 0x100U) != 0)) {\n FUN_000156a0(param_1,0,0,1,uVar2);\n }\n }\n fflush(param_1);\n return;\n}" primitive_type (function_declarator "FUN_00015640(FILE *param_1)" identifier (parameter_list "(FILE *param_1)" ( (parameter_declaration "FILE *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n int iVar1;\n undefined4 uVar2;\n \n uVar2 = 0x15647;\n if (param_1 != (FILE *)0x0) {\n iVar1 = __freading(param_1);\n if ((iVar1 != 0) && ((param_1->_flags & 0x100U) != 0)) {\n FUN_000156a0(param_1,0,0,1,uVar2);\n }\n }\n fflush(param_1);\n return;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "undefined4 uVar2;" type_identifier identifier ;) (expression_statement "uVar2 = 0x15647;" (assignment_expression "uVar2 = 0x15647" identifier = number_literal) ;) (if_statement "if (param_1 != (FILE *)0x0) {\n iVar1 = __freading(param_1);\n if ((iVar1 != 0) && ((param_1->_flags & 0x100U) != 0)) {\n FUN_000156a0(param_1,0,0,1,uVar2);\n }\n }" if (parenthesized_expression "(param_1 != (FILE *)0x0)" ( (binary_expression "param_1 != (FILE *)0x0" identifier != (cast_expression "(FILE *)0x0" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n iVar1 = __freading(param_1);\n if ((iVar1 != 0) && ((param_1->_flags & 0x100U) != 0)) {\n FUN_000156a0(param_1,0,0,1,uVar2);\n }\n }" { (expression_statement "iVar1 = __freading(param_1);" (assignment_expression "iVar1 = __freading(param_1)" identifier = (call_expression "__freading(param_1)" identifier (argument_list "(param_1)" ( identifier )))) ;) (if_statement "if ((iVar1 != 0) && ((param_1->_flags & 0x100U) != 0)) {\n FUN_000156a0(param_1,0,0,1,uVar2);\n }" if (parenthesized_expression "((iVar1 != 0) && ((param_1->_flags & 0x100U) != 0))" ( (binary_expression "(iVar1 != 0) && ((param_1->_flags & 0x100U) != 0)" (parenthesized_expression "(iVar1 != 0)" ( (binary_expression "iVar1 != 0" identifier != number_literal) )) && (parenthesized_expression "((param_1->_flags & 0x100U) != 0)" ( (binary_expression "(param_1->_flags & 0x100U) != 0" (parenthesized_expression "(param_1->_flags & 0x100U)" ( (binary_expression "param_1->_flags & 0x100U" (field_expression "param_1->_flags" identifier -> field_identifier) & number_literal) )) != number_literal) ))) )) (compound_statement "{\n FUN_000156a0(param_1,0,0,1,uVar2);\n }" { (expression_statement "FUN_000156a0(param_1,0,0,1,uVar2);" (call_expression "FUN_000156a0(param_1,0,0,1,uVar2)" identifier (argument_list "(param_1,0,0,1,uVar2)" ( identifier , number_literal , number_literal , number_literal , identifier ))) ;) })) })) (expression_statement "fflush(param_1);" (call_expression "fflush(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 IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_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 ( IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != LIT) )) && (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (field_expression IDENT -> field_identifier) & LIT) )) != LIT) ))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT , LIT , LIT , IDENT ))) ;) })) })) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (return_statement return ;) })))
(function_definition "void FUN_00015640(FILE *param_1)\n\n{\n int iVar1;\n undefined4 uVar2;\n \n uVar2 = 0x15647;\n if (param_1 != (FILE *)0x0) {\n iVar1 = __freading(param_1);\n if ((iVar1 != 0) && ((param_1->_flags & 0x100U) != 0)) {\n FUN_000156a0(param_1,0,0,1,uVar2);\n }\n }\n fflush(param_1);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00015640(FILE *param_1)" (identifier "FUN_00015640") (parameter_list "(FILE *param_1)" (( "(") (parameter_declaration "FILE *param_1" (type_identifier "FILE") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n int iVar1;\n undefined4 uVar2;\n \n uVar2 = 0x15647;\n if (param_1 != (FILE *)0x0) {\n iVar1 = __freading(param_1);\n if ((iVar1 != 0) && ((param_1->_flags & 0x100U) != 0)) {\n FUN_000156a0(param_1,0,0,1,uVar2);\n }\n }\n fflush(param_1);\n return;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (declaration "undefined4 uVar2;" (type_identifier "undefined4") (identifier "uVar2") (; ";")) (expression_statement "uVar2 = 0x15647;" (assignment_expression "uVar2 = 0x15647" (identifier "uVar2") (= "=") (number_literal "0x15647")) (; ";")) (if_statement "if (param_1 != (FILE *)0x0) {\n iVar1 = __freading(param_1);\n if ((iVar1 != 0) && ((param_1->_flags & 0x100U) != 0)) {\n FUN_000156a0(param_1,0,0,1,uVar2);\n }\n }" (if "if") (parenthesized_expression "(param_1 != (FILE *)0x0)" (( "(") (binary_expression "param_1 != (FILE *)0x0" (identifier "param_1") (!= "!=") (cast_expression "(FILE *)0x0" (( "(") (type_descriptor "FILE *" (type_identifier "FILE") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n iVar1 = __freading(param_1);\n if ((iVar1 != 0) && ((param_1->_flags & 0x100U) != 0)) {\n FUN_000156a0(param_1,0,0,1,uVar2);\n }\n }" ({ "{") (expression_statement "iVar1 = __freading(param_1);" (assignment_expression "iVar1 = __freading(param_1)" (identifier "iVar1") (= "=") (call_expression "__freading(param_1)" (identifier "__freading") (argument_list "(param_1)" (( "(") (identifier "param_1") () ")")))) (; ";")) (if_statement "if ((iVar1 != 0) && ((param_1->_flags & 0x100U) != 0)) {\n FUN_000156a0(param_1,0,0,1,uVar2);\n }" (if "if") (parenthesized_expression "((iVar1 != 0) && ((param_1->_flags & 0x100U) != 0))" (( "(") (binary_expression "(iVar1 != 0) && ((param_1->_flags & 0x100U) != 0)" (parenthesized_expression "(iVar1 != 0)" (( "(") (binary_expression "iVar1 != 0" (identifier "iVar1") (!= "!=") (number_literal "0")) () ")")) (&& "&&") (parenthesized_expression "((param_1->_flags & 0x100U) != 0)" (( "(") (binary_expression "(param_1->_flags & 0x100U) != 0" (parenthesized_expression "(param_1->_flags & 0x100U)" (( "(") (binary_expression "param_1->_flags & 0x100U" (field_expression "param_1->_flags" (identifier "param_1") (-> "->") (field_identifier "_flags")) (& "&") (number_literal "0x100U")) () ")")) (!= "!=") (number_literal "0")) () ")"))) () ")")) (compound_statement "{\n FUN_000156a0(param_1,0,0,1,uVar2);\n }" ({ "{") (expression_statement "FUN_000156a0(param_1,0,0,1,uVar2);" (call_expression "FUN_000156a0(param_1,0,0,1,uVar2)" (identifier "FUN_000156a0") (argument_list "(param_1,0,0,1,uVar2)" (( "(") (identifier "param_1") (, ",") (number_literal "0") (, ",") (number_literal "0") (, ",") (number_literal "1") (, ",") (identifier "uVar2") () ")"))) (; ";")) (} "}"))) (} "}"))) (expression_statement "fflush(param_1);" (call_expression "fflush(param_1)" (identifier "fflush") (argument_list "(param_1)" (( "(") (identifier "param_1") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ int function_1(type_1 *var_1) { int var_3; if (var_1 != (type_1 *)0x0) { var_3 = var_2(var_1); if ((var_3 != 0) && ((var_1->_flags & 0x100U) != 0)) { var_4(var_1,0,1); } } var_3 = var_5((type_1 *)var_1); return var_3; }
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)) (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (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: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (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 (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal) (number_literal) (number_literal) (identifier)))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (return_statement))))
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(FILE *param_1) { int iVar1; undefined4 uVar2; uVar2 = 0x15647; if (param_1 != (FILE *)0x0) { iVar1 = __freading(param_1); if ((iVar1 != 0) && ((param_1->_flags & 0x100U) != 0)) { FUN_000156a0(param_1,0,0,1,uVar2); } } fflush(param_1); return; }
5800_x86_64-kfreebsd-gnu-dwp_and_x86_64-kfreebsd-gnu-dwp_strip.c
initialize
FUN_00148d20
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: bool initialize(Track_relocs<64,_false> * this, Object * object, uint reloc_shndx, uint reloc_type) */ bool __thiscall gold::Track_relocs<64,_false>::initialize (Track_relocs<64,_false> *this,Object *object,uint reloc_shndx,uint reloc_type) { uint uVar1; uchar *puVar2; char *format; uint uVar3; undefined4 uVar4; if (reloc_shndx == 0xffffffff) { return false; } if (reloc_shndx != 0) { puVar2 = Object::section_contents(object,reloc_shndx,&this->len_,false); this->prelocs_ = puVar2; if (reloc_type == 9) { this->reloc_size_ = 0x10; uVar3 = 0x10; uVar4 = 0x10; } else { if (reloc_type != 4) { /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/reloc.cc",0x5fd,"initialize"); } this->reloc_size_ = 0x18; uVar3 = 0x18; uVar4 = 0x18; } uVar1 = this->len_; if (uVar1 % uVar3 != 0) { format = (char *)gettext("reloc section size %zu is not a multiple of reloc size %d\n"); Object::error(object,format,uVar1,uVar4); return false; } } return true; }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ undefined4 FUN_00148d20(undefined4 *param_1,undefined4 param_2,int param_3,int param_4) { uint uVar1; undefined4 uVar2; undefined4 uVar3; uint uVar4; if (param_3 == -1) { return 0; } if (param_3 != 0) { uVar2 = FUN_000b19a0(param_2,param_3,param_1 + 1,0); *param_1 = uVar2; if (param_4 == 9) { param_1[3] = 0x10; uVar4 = 0x10; uVar2 = 0x10; } else { if (param_4 != 4) { /* WARNING: Subroutine does not return */ FUN_00069d00("../../gold/reloc.cc",0x5fd,"initialize",uVar2); } param_1[3] = 0x18; uVar4 = 0x18; uVar2 = 0x18; } uVar1 = param_1[1]; if (uVar1 % uVar4 != 0) { uVar3 = gettext("reloc section size %zu is not a multiple of reloc size %d\n"); FUN_000b1840(param_2,uVar3,uVar1,uVar2); return 0; } } return 1; }
PUSH EDI PUSH ESI PUSH EBX MOV EAX,dword ptr [ESP + 0x18] CALL 0x00035840 ADD EBX,0x2462d4 MOV ESI,dword ptr [ESP + 0x10] CMP EAX,-0x1 JZ 0x00148dc0 TEST EAX,EAX JNZ 0x00148d50 MOV EAX,0x1 POP EBX POP ESI POP EDI RET LEA EDX,[ESI + 0x4] PUSH 0x0 PUSH EDX PUSH EAX PUSH dword ptr [ESP + 0x20] CALL 0x000b19a0 ADD ESP,0x10 CMP dword ptr [ESP + 0x1c],0x9 MOV dword ptr [ESI],EAX JZ 0x00148dd0 CMP dword ptr [ESP + 0x1c],0x4 JNZ 0x00148de3 MOV dword ptr [ESI + 0xc],0x18 MOV ECX,0x18 MOV EDI,0x18 MOV ESI,dword ptr [ESI + 0x4] XOR EDX,EDX MOV EAX,ESI DIV ECX TEST EDX,EDX JZ 0x00148d43 SUB ESP,0xc LEA EAX,[EBX + 0xfff0741c] PUSH EAX CALL 0x000293b0 ADD ESP,0x10 PUSH EDI PUSH ESI PUSH EAX PUSH dword ptr [ESP + 0x20] CALL 0x000b1840 ADD ESP,0x10 XOR EAX,EAX JMP 0x00148d48 POP EBX XOR EAX,EAX POP ESI POP EDI RET MOV dword ptr [ESI + 0xc],0x10 MOV ECX,0x10 MOV EDI,0x10 JMP 0x00148d84 PUSH EAX LEA EAX,[EBX + 0xfff0752c] PUSH EAX LEA EAX,[EBX + 0xfff07407] PUSH 0x5fd PUSH EAX CALL 0x00069d00
null
null
null
null
[('tmp_130', u'CBRANCH_-1207202442'), ('const-4', u'PTRSUB_-1207201874'), ('tmp_743', u'PTRSUB_-1207201837'), ('tmp_325', u'CBRANCH_-1207202321'), ('const-1533', u'CALL_-1207202067'), (u'PTRSUB_-1207201849', u'STORE_-1207202347'), ('tmp_743', u'PTRSUB_-1207201874'), ('const-4', u'PTRSUB_-1207201819'), (u'INT_REM_-1207202239', u'INT_NOTEQUAL_-1207202254'), ('const-16', u'STORE_-1207202105'), (u'CALL_-1207202223', u'CAST_-1207201796'), ('const-2712583', u'COPY_-1207201775'), (u'MULTIEQUAL_-1207201988', u'CALL_-1207202182'), (u'COPY_-1207201775', u'CALL_-1207202067'), ('const-9', u'INT_EQUAL_-1207202350'), ('const-417', u'STORE_-1207202105'), ('const-24', u'STORE_-1207202318'), ('const-0', u'RETURN_-1207202411'), ('const-4294967295', u'INT_EQUAL_-1207202463'), ('const-0', u'RETURN_-1207202082'), (u'CALL_-1207202379', u'STORE_-1207202347'), (u'COPY_-1207201866', u'CALL_-1207202223'), (u'INT_NOTEQUAL_-1207202325', u'CBRANCH_-1207202321'), ('const-417', u'STORE_-1207202347'), ('const-16', u'COPY_-1207202099'), ('const-4', u'INT_NOTEQUAL_-1207202325'), ('const-417', u'LOAD_-1207202298'), (u'MULTIEQUAL_-1207202000', u'INT_REM_-1207202239'), ('const-24', u'COPY_-1207202312'), (u'PTRSUB_-1207201819', u'LOAD_-1207202298'), ('tmp_745', u'INT_EQUAL_-1207202463'), (u'LOAD_-1207202298', u'CALL_-1207202182'), (u'COPY_-1207202128', u'RETURN_-1207202411'), ('const-0', u'PTRSUB_-1207201849'), ('const-417', u'STORE_-1207202318'), (u'CAST_-1207201796', u'CALL_-1207202182'), (u'PTRSUB_-1207201742', u'STORE_-1207202105'), ('const-0', u'CALL_-1207202379'), ('tmp_743', u'PTRSUB_-1207201849'), ('tmp_744', u'CALL_-1207202182'), ('const-12', u'PTRSUB_-1207201742'), ('tmp_745', u'INT_NOTEQUAL_-1207202443'), ('const-2712604', u'COPY_-1207201866'), (u'COPY_-1207202093', u'MULTIEQUAL_-1207201988'), ('tmp_287', u'CBRANCH_-1207202342'), ('const-12', u'PTRSUB_-1207201837'), ('tmp_421', u'CBRANCH_-1207202254'), ('tmp_102', u'CBRANCH_-1207202461'), (u'INT_EQUAL_-1207202350', u'CBRANCH_-1207202342'), (u'LOAD_-1207202298', u'INT_REM_-1207202239'), ('const-1', u'RETURN_-1207202062'), (u'PTRSUB_-1207201837', u'STORE_-1207202318'), (u'COPY_-1207202312', u'MULTIEQUAL_-1207202000'), ('const-0', u'COPY_-1207202005'), ('tmp_657', u'BRANCH_-1207202084'), (u'COPY_-1207202306', u'MULTIEQUAL_-1207201988'), (u'INT_NOTEQUAL_-1207202254', u'CBRANCH_-1207202254'), ('const-0', u'INT_NOTEQUAL_-1207202254'), ('tmp_743', u'PTRSUB_-1207201742'), ('const-2712876', u'COPY_-1207201773'), ('tmp_744', u'CALL_-1207202379'), ('tmp_746', u'INT_EQUAL_-1207202350'), ('const-0', u'RETURN_-1207201939'), ('tmp_746', u'INT_NOTEQUAL_-1207202325'), ('const-1', u'COPY_-1207202128'), ('const-0', u'INT_NOTEQUAL_-1207202443'), ('tmp_743', u'PTRSUB_-1207201819'), (u'COPY_-1207201949', u'RETURN_-1207201939'), ('const-0', u'COPY_-1207201949'), ('tmp_745', u'CALL_-1207202379'), (u'COPY_-1207202099', u'MULTIEQUAL_-1207202000'), (u'PTRSUB_-1207201874', u'CALL_-1207202379'), ('const-24', u'COPY_-1207202306'), (u'INT_NOTEQUAL_-1207202443', u'CBRANCH_-1207202442'), ('const-16', u'COPY_-1207202093'), (u'COPY_-1207201773', u'CALL_-1207202067'), (u'INT_EQUAL_-1207202463', u'CBRANCH_-1207202461'), (u'COPY_-1207202005', u'RETURN_-1207202082')]
[('tmp_1651', u'INT_NOTEQUAL_-1207202443'), ('const-3', u'PTRADD_-1207201859'), ('tmp_130', u'CBRANCH_-1207202442'), (u'PTRADD_-1207201764', u'STORE_-1207202105'), ('tmp_325', u'CBRANCH_-1207202321'), ('const-16', u'STORE_-1207202105'), (u'COPY_-1207201972', u'RETURN_-1207201959'), (u'INT_REM_-1207202239', u'INT_NOTEQUAL_-1207202254'), ('const-24', u'STORE_-1207202318'), ('const-1', u'PTRADD_-1207201841'), (u'COPY_-1207202112', u'RETURN_-1207202082'), ('tmp_1657', u'INT_EQUAL_-1207202350'), ('const-0', u'COPY_-1207201972'), ('tmp_1652', u'STORE_-1207202347'), ('const-0', u'CALL_-1207202379'), (u'COPY_-1207202099', u'MULTIEQUAL_-1207202015'), ('tmp_1651', u'CALL_-1207202379'), ('const-2712604', u'COPY_-1207201886'), ('const-0', u'RETURN_-1207202411'), ('tmp_1652', u'PTRADD_-1207201895'), (u'COPY_-1207202306', u'MULTIEQUAL_-1207202003'), ('const-0', u'RETURN_-1207202082'), ('const-2712876', u'COPY_-1207201793'), (u'CALL_-1207202379', u'STORE_-1207202347'), (u'COPY_-1207202312', u'MULTIEQUAL_-1207202015'), (u'COPY_-1207201793', u'CALL_-1207202067'), (u'INT_NOTEQUAL_-1207202325', u'CBRANCH_-1207202321'), ('tmp_1652', u'PTRADD_-1207201859'), ('const-417', u'LOAD_-1207202298'), ('const-16', u'COPY_-1207202099'), ('const-24', u'COPY_-1207202312'), ('const-0', u'COPY_-1207202112'), ('const-0', u'RETURN_-1207201959'), (u'LOAD_-1207202298', u'CALL_-1207202182'), ('const-417', u'STORE_-1207202318'), (u'PTRADD_-1207201859', u'STORE_-1207202318'), ('const-4', u'PTRADD_-1207201859'), (u'MULTIEQUAL_-1207202015', u'INT_REM_-1207202239'), (u'CALL_-1207202223', u'CALL_-1207202182'), ('tmp_287', u'CBRANCH_-1207202342'), (u'COPY_-1207201795', u'CALL_-1207202067'), ('tmp_1657', u'INT_NOTEQUAL_-1207202325'), (u'MULTIEQUAL_-1207202003', u'CALL_-1207202182'), ('const-4294967295', u'INT_EQUAL_-1207202463'), (u'PTRADD_-1207201841', u'LOAD_-1207202298'), ('const-1', u'PTRADD_-1207201895'), ('tmp_421', u'CBRANCH_-1207202254'), ('tmp_102', u'CBRANCH_-1207202461'), ('const-1533', u'CALL_-1207202067'), (u'INT_EQUAL_-1207202350', u'CBRANCH_-1207202342'), (u'LOAD_-1207202298', u'INT_REM_-1207202239'), ('const-3', u'PTRADD_-1207201764'), ('const-1', u'RETURN_-1207202062'), ('tmp_657', u'BRANCH_-1207202084'), (u'CALL_-1207202379', u'CALL_-1207202067'), ('const-9', u'INT_EQUAL_-1207202350'), (u'COPY_-1207201886', u'CALL_-1207202223'), ('const-417', u'STORE_-1207202105'), (u'INT_NOTEQUAL_-1207202254', u'CBRANCH_-1207202254'), ('const-0', u'INT_NOTEQUAL_-1207202254'), ('const-417', u'STORE_-1207202347'), (u'COPY_-1207202141', u'RETURN_-1207202411'), ('tmp_1658', u'CALL_-1207202182'), (u'PTRADD_-1207201895', u'CALL_-1207202379'), ('tmp_1652', u'PTRADD_-1207201841'), ('const-0', u'INT_NOTEQUAL_-1207202443'), ('tmp_1658', u'CALL_-1207202379'), ('const-2712583', u'COPY_-1207201795'), ('tmp_1651', u'INT_EQUAL_-1207202463'), ('const-4', u'PTRADD_-1207201895'), ('const-4', u'PTRADD_-1207201841'), ('const-1', u'COPY_-1207202141'), (u'COPY_-1207202093', u'MULTIEQUAL_-1207202003'), ('const-24', u'COPY_-1207202306'), (u'INT_NOTEQUAL_-1207202443', u'CBRANCH_-1207202442'), ('const-4', u'INT_NOTEQUAL_-1207202325'), ('const-16', u'COPY_-1207202093'), (u'INT_EQUAL_-1207202463', u'CBRANCH_-1207202461'), ('tmp_1652', u'PTRADD_-1207201764'), ('const-4', u'PTRADD_-1207201764')]
null
null
00148d20
x86
O2
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nundefined4 FUN_00148d20(undefined4 *param_1,undefined4 param_2,int param_3,int param_4)\n\n{\n uint uVar1;\n undefined4 uVar2;\n undefined4 uVar3;\n uint uVar4;\n \n if (param_3 == -1) {\n return 0;\n }\n if (param_3 != 0) {\n uVar2 = FUN_000b19a0(param_2,param_3,param_1 + 1,0);\n *param_1 = uVar2;\n if (param_4 == 9) {\n param_1[3] = 0x10;\n uVar4 = 0x10;\n uVar2 = 0x10;\n }\n else {\n if (param_4 != 4) {\n /* WARNING: Subroutine does not return */\n FUN_00069d00("../../gold/reloc.cc",0x5fd,"initialize",uVar2);\n }\n param_1[3] = 0x18;\n uVar4 = 0x18;\n uVar2 = 0x18;\n }\n uVar1 = param_1[1];\n if (uVar1 % uVar4 != 0) {\n uVar3 = gettext("reloc section size %zu is not a multiple of reloc size %d\n");\n FUN_000b1840(param_2,uVar3,uVar1,uVar2);\n return 0;\n }\n }\n return 1;\n}\n\n" comment (function_definition "undefined4 FUN_00148d20(undefined4 *param_1,undefined4 param_2,int param_3,int param_4)\n\n{\n uint uVar1;\n undefined4 uVar2;\n undefined4 uVar3;\n uint uVar4;\n \n if (param_3 == -1) {\n return 0;\n }\n if (param_3 != 0) {\n uVar2 = FUN_000b19a0(param_2,param_3,param_1 + 1,0);\n *param_1 = uVar2;\n if (param_4 == 9) {\n param_1[3] = 0x10;\n uVar4 = 0x10;\n uVar2 = 0x10;\n }\n else {\n if (param_4 != 4) {\n /* WARNING: Subroutine does not return */\n FUN_00069d00("../../gold/reloc.cc",0x5fd,"initialize",uVar2);\n }\n param_1[3] = 0x18;\n uVar4 = 0x18;\n uVar2 = 0x18;\n }\n uVar1 = param_1[1];\n if (uVar1 % uVar4 != 0) {\n uVar3 = gettext("reloc section size %zu is not a multiple of reloc size %d\n");\n FUN_000b1840(param_2,uVar3,uVar1,uVar2);\n return 0;\n }\n }\n return 1;\n}" type_identifier (function_declarator "FUN_00148d20(undefined4 *param_1,undefined4 param_2,int param_3,int param_4)" identifier (parameter_list "(undefined4 *param_1,undefined4 param_2,int param_3,int param_4)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "int param_3" primitive_type identifier) , (parameter_declaration "int param_4" primitive_type identifier) ))) (compound_statement "{\n uint uVar1;\n undefined4 uVar2;\n undefined4 uVar3;\n uint uVar4;\n \n if (param_3 == -1) {\n return 0;\n }\n if (param_3 != 0) {\n uVar2 = FUN_000b19a0(param_2,param_3,param_1 + 1,0);\n *param_1 = uVar2;\n if (param_4 == 9) {\n param_1[3] = 0x10;\n uVar4 = 0x10;\n uVar2 = 0x10;\n }\n else {\n if (param_4 != 4) {\n /* WARNING: Subroutine does not return */\n FUN_00069d00("../../gold/reloc.cc",0x5fd,"initialize",uVar2);\n }\n param_1[3] = 0x18;\n uVar4 = 0x18;\n uVar2 = 0x18;\n }\n uVar1 = param_1[1];\n if (uVar1 % uVar4 != 0) {\n uVar3 = gettext("reloc section size %zu is not a multiple of reloc size %d\n");\n FUN_000b1840(param_2,uVar3,uVar1,uVar2);\n return 0;\n }\n }\n return 1;\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (declaration "undefined4 uVar2;" type_identifier identifier ;) (declaration "undefined4 uVar3;" type_identifier identifier ;) (declaration "uint uVar4;" type_identifier identifier ;) (if_statement "if (param_3 == -1) {\n return 0;\n }" if (parenthesized_expression "(param_3 == -1)" ( (binary_expression "param_3 == -1" identifier == number_literal) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) (if_statement "if (param_3 != 0) {\n uVar2 = FUN_000b19a0(param_2,param_3,param_1 + 1,0);\n *param_1 = uVar2;\n if (param_4 == 9) {\n param_1[3] = 0x10;\n uVar4 = 0x10;\n uVar2 = 0x10;\n }\n else {\n if (param_4 != 4) {\n /* WARNING: Subroutine does not return */\n FUN_00069d00("../../gold/reloc.cc",0x5fd,"initialize",uVar2);\n }\n param_1[3] = 0x18;\n uVar4 = 0x18;\n uVar2 = 0x18;\n }\n uVar1 = param_1[1];\n if (uVar1 % uVar4 != 0) {\n uVar3 = gettext("reloc section size %zu is not a multiple of reloc size %d\n");\n FUN_000b1840(param_2,uVar3,uVar1,uVar2);\n return 0;\n }\n }" if (parenthesized_expression "(param_3 != 0)" ( (binary_expression "param_3 != 0" identifier != number_literal) )) (compound_statement "{\n uVar2 = FUN_000b19a0(param_2,param_3,param_1 + 1,0);\n *param_1 = uVar2;\n if (param_4 == 9) {\n param_1[3] = 0x10;\n uVar4 = 0x10;\n uVar2 = 0x10;\n }\n else {\n if (param_4 != 4) {\n /* WARNING: Subroutine does not return */\n FUN_00069d00("../../gold/reloc.cc",0x5fd,"initialize",uVar2);\n }\n param_1[3] = 0x18;\n uVar4 = 0x18;\n uVar2 = 0x18;\n }\n uVar1 = param_1[1];\n if (uVar1 % uVar4 != 0) {\n uVar3 = gettext("reloc section size %zu is not a multiple of reloc size %d\n");\n FUN_000b1840(param_2,uVar3,uVar1,uVar2);\n return 0;\n }\n }" { (expression_statement "uVar2 = FUN_000b19a0(param_2,param_3,param_1 + 1,0);" (assignment_expression "uVar2 = FUN_000b19a0(param_2,param_3,param_1 + 1,0)" identifier = (call_expression "FUN_000b19a0(param_2,param_3,param_1 + 1,0)" identifier (argument_list "(param_2,param_3,param_1 + 1,0)" ( identifier , identifier , (binary_expression "param_1 + 1" identifier + number_literal) , number_literal )))) ;) (expression_statement "*param_1 = uVar2;" (assignment_expression "*param_1 = uVar2" (pointer_expression "*param_1" * identifier) = identifier) ;) (if_statement "if (param_4 == 9) {\n param_1[3] = 0x10;\n uVar4 = 0x10;\n uVar2 = 0x10;\n }\n else {\n if (param_4 != 4) {\n /* WARNING: Subroutine does not return */\n FUN_00069d00("../../gold/reloc.cc",0x5fd,"initialize",uVar2);\n }\n param_1[3] = 0x18;\n uVar4 = 0x18;\n uVar2 = 0x18;\n }" if (parenthesized_expression "(param_4 == 9)" ( (binary_expression "param_4 == 9" identifier == number_literal) )) (compound_statement "{\n param_1[3] = 0x10;\n uVar4 = 0x10;\n uVar2 = 0x10;\n }" { (expression_statement "param_1[3] = 0x10;" (assignment_expression "param_1[3] = 0x10" (subscript_expression "param_1[3]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "uVar4 = 0x10;" (assignment_expression "uVar4 = 0x10" identifier = number_literal) ;) (expression_statement "uVar2 = 0x10;" (assignment_expression "uVar2 = 0x10" identifier = number_literal) ;) }) (else_clause "else {\n if (param_4 != 4) {\n /* WARNING: Subroutine does not return */\n FUN_00069d00("../../gold/reloc.cc",0x5fd,"initialize",uVar2);\n }\n param_1[3] = 0x18;\n uVar4 = 0x18;\n uVar2 = 0x18;\n }" else (compound_statement "{\n if (param_4 != 4) {\n /* WARNING: Subroutine does not return */\n FUN_00069d00("../../gold/reloc.cc",0x5fd,"initialize",uVar2);\n }\n param_1[3] = 0x18;\n uVar4 = 0x18;\n uVar2 = 0x18;\n }" { (if_statement "if (param_4 != 4) {\n /* WARNING: Subroutine does not return */\n FUN_00069d00("../../gold/reloc.cc",0x5fd,"initialize",uVar2);\n }" if (parenthesized_expression "(param_4 != 4)" ( (binary_expression "param_4 != 4" identifier != number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_00069d00("../../gold/reloc.cc",0x5fd,"initialize",uVar2);\n }" { comment (expression_statement "FUN_00069d00("../../gold/reloc.cc",0x5fd,"initialize",uVar2);" (call_expression "FUN_00069d00("../../gold/reloc.cc",0x5fd,"initialize",uVar2)" identifier (argument_list "("../../gold/reloc.cc",0x5fd,"initialize",uVar2)" ( (string_literal ""../../gold/reloc.cc"" " string_content ") , number_literal , (string_literal ""initialize"" " string_content ") , identifier ))) ;) })) (expression_statement "param_1[3] = 0x18;" (assignment_expression "param_1[3] = 0x18" (subscript_expression "param_1[3]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "uVar4 = 0x18;" (assignment_expression "uVar4 = 0x18" identifier = number_literal) ;) (expression_statement "uVar2 = 0x18;" (assignment_expression "uVar2 = 0x18" identifier = number_literal) ;) }))) (expression_statement "uVar1 = param_1[1];" (assignment_expression "uVar1 = param_1[1]" identifier = (subscript_expression "param_1[1]" identifier [ number_literal ])) ;) (if_statement "if (uVar1 % uVar4 != 0) {\n uVar3 = gettext("reloc section size %zu is not a multiple of reloc size %d\n");\n FUN_000b1840(param_2,uVar3,uVar1,uVar2);\n return 0;\n }" if (parenthesized_expression "(uVar1 % uVar4 != 0)" ( (binary_expression "uVar1 % uVar4 != 0" (binary_expression "uVar1 % uVar4" identifier % identifier) != number_literal) )) (compound_statement "{\n uVar3 = gettext("reloc section size %zu is not a multiple of reloc size %d\n");\n FUN_000b1840(param_2,uVar3,uVar1,uVar2);\n return 0;\n }" { (expression_statement "uVar3 = gettext("reloc section size %zu is not a multiple of reloc size %d\n");" (assignment_expression "uVar3 = gettext("reloc section size %zu is not a multiple of reloc size %d\n")" identifier = (call_expression "gettext("reloc section size %zu is not a multiple of reloc size %d\n")" identifier (argument_list "("reloc section size %zu is not a multiple of reloc size %d\n")" ( (string_literal ""reloc section size %zu is not a multiple of reloc size %d\n"" " string_content escape_sequence ") )))) ;) (expression_statement "FUN_000b1840(param_2,uVar3,uVar1,uVar2);" (call_expression "FUN_000b1840(param_2,uVar3,uVar1,uVar2)" identifier (argument_list "(param_2,uVar3,uVar1,uVar2)" ( identifier , identifier , identifier , identifier ))) ;) (return_statement "return 0;" return number_literal ;) })) })) (return_statement "return 1;" return number_literal ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: bool initialize(Track_relocs<64,_false> * this, Object * object, uint\n reloc_shndx, uint reloc_type) */\n\nbool __thiscall\ngold::Track_relocs<64,_false>::initialize\n (Track_relocs<64,_false> *this,Object *object,uint reloc_shndx,uint reloc_type)\n\n{\n uint uVar1;\n uchar *puVar2;\n char *format;\n uint uVar3;\n undefined4 uVar4;\n \n if (reloc_shndx == 0xffffffff) {\n return false;\n }\n if (reloc_shndx != 0) {\n puVar2 = Object::section_contents(object,reloc_shndx,&this->len_,false);\n this->prelocs_ = puVar2;\n if (reloc_type == 9) {\n this->reloc_size_ = 0x10;\n uVar3 = 0x10;\n uVar4 = 0x10;\n }\n else {\n if (reloc_type != 4) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/reloc.cc",0x5fd,"initialize");\n }\n this->reloc_size_ = 0x18;\n uVar3 = 0x18;\n uVar4 = 0x18;\n }\n uVar1 = this->len_;\n if (uVar1 % uVar3 != 0) {\n format = (char *)gettext("reloc section size %zu is not a multiple of reloc size %d\n");\n Object::error(object,format,uVar1,uVar4);\n return false;\n }\n }\n return true;\n}\n\n" comment comment (declaration "bool __thiscall\ngold::Track_relocs<64,_false>::initialize\n (Track_relocs<64,_false> *this,Object *object,uint reloc_shndx,uint reloc_type)\n\n{\n uint uVar1;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<64" < number_literal) , (ERROR "_false>::initialize\n (Track_relocs<64,_false> *this,Object *object,uint reloc_shndx,uint reloc_type)\n\n{\n uint" identifier > : : (function_declarator "initialize\n (Track_relocs<64,_false> *this,Object *object,uint reloc_shndx,uint reloc_type)" identifier (parameter_list "(Track_relocs<64,_false> *this,Object *object,uint reloc_shndx,uint reloc_type)" ( (parameter_declaration "Track_relocs" type_identifier) (ERROR "<64" < number_literal) , (parameter_declaration "_false> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "Object *object" type_identifier (pointer_declarator "*object" * identifier)) , (parameter_declaration "uint reloc_shndx" type_identifier identifier) , (parameter_declaration "uint reloc_type" type_identifier identifier) ))) { identifier) identifier ;) (declaration "uchar *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "char *format;" primitive_type (pointer_declarator "*format" * identifier) ;) (declaration "uint uVar3;" type_identifier identifier ;) (declaration "undefined4 uVar4;" type_identifier identifier ;) (if_statement "if (reloc_shndx == 0xffffffff) {\n return false;\n }" if (parenthesized_expression "(reloc_shndx == 0xffffffff)" ( (binary_expression "reloc_shndx == 0xffffffff" identifier == number_literal) )) (compound_statement "{\n return false;\n }" { (return_statement "return false;" return false ;) })) (if_statement "if (reloc_shndx != 0) {\n puVar2 = Object::section_contents(object,reloc_shndx,&this->len_,false);\n this->prelocs_ = puVar2;\n if (reloc_type == 9) {\n this->reloc_size_ = 0x10;\n uVar3 = 0x10;\n uVar4 = 0x10;\n }\n else {\n if (reloc_type != 4) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/reloc.cc",0x5fd,"initialize");\n }\n this->reloc_size_ = 0x18;\n uVar3 = 0x18;\n uVar4 = 0x18;\n }\n uVar1 = this->len_;\n if (uVar1 % uVar3 != 0) {\n format = (char *)gettext("reloc section size %zu is not a multiple of reloc size %d\n");\n Object::error(object,format,uVar1,uVar4);\n return false;\n }\n }" if (parenthesized_expression "(reloc_shndx != 0)" ( (binary_expression "reloc_shndx != 0" identifier != number_literal) )) (compound_statement "{\n puVar2 = Object::section_contents(object,reloc_shndx,&this->len_,false);\n this->prelocs_ = puVar2;\n if (reloc_type == 9) {\n this->reloc_size_ = 0x10;\n uVar3 = 0x10;\n uVar4 = 0x10;\n }\n else {\n if (reloc_type != 4) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/reloc.cc",0x5fd,"initialize");\n }\n this->reloc_size_ = 0x18;\n uVar3 = 0x18;\n uVar4 = 0x18;\n }\n uVar1 = this->len_;\n if (uVar1 % uVar3 != 0) {\n format = (char *)gettext("reloc section size %zu is not a multiple of reloc size %d\n");\n Object::error(object,format,uVar1,uVar4);\n return false;\n }\n }" { (ERROR "puVar2 = Object::" (assignment_expression "puVar2 = Object" identifier = identifier) : :) (expression_statement "section_contents(object,reloc_shndx,&this->len_,false);" (call_expression "section_contents(object,reloc_shndx,&this->len_,false)" identifier (argument_list "(object,reloc_shndx,&this->len_,false)" ( identifier , identifier , (pointer_expression "&this->len_" & (field_expression "this->len_" identifier -> field_identifier)) , false ))) ;) (expression_statement "this->prelocs_ = puVar2;" (assignment_expression "this->prelocs_ = puVar2" (field_expression "this->prelocs_" identifier -> field_identifier) = identifier) ;) (if_statement "if (reloc_type == 9) {\n this->reloc_size_ = 0x10;\n uVar3 = 0x10;\n uVar4 = 0x10;\n }\n else {\n if (reloc_type != 4) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/reloc.cc",0x5fd,"initialize");\n }\n this->reloc_size_ = 0x18;\n uVar3 = 0x18;\n uVar4 = 0x18;\n }" if (parenthesized_expression "(reloc_type == 9)" ( (binary_expression "reloc_type == 9" identifier == number_literal) )) (compound_statement "{\n this->reloc_size_ = 0x10;\n uVar3 = 0x10;\n uVar4 = 0x10;\n }" { (expression_statement "this->reloc_size_ = 0x10;" (assignment_expression "this->reloc_size_ = 0x10" (field_expression "this->reloc_size_" identifier -> field_identifier) = number_literal) ;) (expression_statement "uVar3 = 0x10;" (assignment_expression "uVar3 = 0x10" identifier = number_literal) ;) (expression_statement "uVar4 = 0x10;" (assignment_expression "uVar4 = 0x10" identifier = number_literal) ;) }) (else_clause "else {\n if (reloc_type != 4) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/reloc.cc",0x5fd,"initialize");\n }\n this->reloc_size_ = 0x18;\n uVar3 = 0x18;\n uVar4 = 0x18;\n }" else (compound_statement "{\n if (reloc_type != 4) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/reloc.cc",0x5fd,"initialize");\n }\n this->reloc_size_ = 0x18;\n uVar3 = 0x18;\n uVar4 = 0x18;\n }" { (if_statement "if (reloc_type != 4) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/reloc.cc",0x5fd,"initialize");\n }" if (parenthesized_expression "(reloc_type != 4)" ( (binary_expression "reloc_type != 4" identifier != number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/reloc.cc",0x5fd,"initialize");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/reloc.cc",0x5fd,"initialize");" (call_expression "do_gold_unreachable("../../gold/reloc.cc",0x5fd,"initialize")" identifier (argument_list "("../../gold/reloc.cc",0x5fd,"initialize")" ( (string_literal ""../../gold/reloc.cc"" " string_content ") , number_literal , (string_literal ""initialize"" " string_content ") ))) ;) })) (expression_statement "this->reloc_size_ = 0x18;" (assignment_expression "this->reloc_size_ = 0x18" (field_expression "this->reloc_size_" identifier -> field_identifier) = number_literal) ;) (expression_statement "uVar3 = 0x18;" (assignment_expression "uVar3 = 0x18" identifier = number_literal) ;) (expression_statement "uVar4 = 0x18;" (assignment_expression "uVar4 = 0x18" identifier = number_literal) ;) }))) (expression_statement "uVar1 = this->len_;" (assignment_expression "uVar1 = this->len_" identifier = (field_expression "this->len_" identifier -> field_identifier)) ;) (if_statement "if (uVar1 % uVar3 != 0) {\n format = (char *)gettext("reloc section size %zu is not a multiple of reloc size %d\n");\n Object::error(object,format,uVar1,uVar4);\n return false;\n }" if (parenthesized_expression "(uVar1 % uVar3 != 0)" ( (binary_expression "uVar1 % uVar3 != 0" (binary_expression "uVar1 % uVar3" identifier % identifier) != number_literal) )) (compound_statement "{\n format = (char *)gettext("reloc section size %zu is not a multiple of reloc size %d\n");\n Object::error(object,format,uVar1,uVar4);\n return false;\n }" { (expression_statement "format = (char *)gettext("reloc section size %zu is not a multiple of reloc size %d\n");" (assignment_expression "format = (char *)gettext("reloc section size %zu is not a multiple of reloc size %d\n")" identifier = (cast_expression "(char *)gettext("reloc section size %zu is not a multiple of reloc size %d\n")" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "gettext("reloc section size %zu is not a multiple of reloc size %d\n")" identifier (argument_list "("reloc section size %zu is not a multiple of reloc size %d\n")" ( (string_literal ""reloc section size %zu is not a multiple of reloc size %d\n"" " string_content escape_sequence ") ))))) ;) (labeled_statement "Object::error(object,format,uVar1,uVar4);" statement_identifier : (ERROR ":" :) (expression_statement "error(object,format,uVar1,uVar4);" (call_expression "error(object,format,uVar1,uVar4)" identifier (argument_list "(object,format,uVar1,uVar4)" ( identifier , identifier , identifier , identifier ))) ;)) (return_statement "return false;" return false ;) })) })) (return_statement "return true;" return true ;) (ERROR "}" }))
(translation_unit "undefined4 FUN_00148d20(undefined4 *param_1,undefined4 param_2,int param_3,int param_4)\n\n{\n uint uVar1;\n undefined4 uVar2;\n undefined4 uVar3;\n uint uVar4;\n \n if (param_3 == -1) {\n return 0;\n }\n if (param_3 != 0) {\n uVar2 = FUN_000b19a0(param_2,param_3,param_1 + 1,0);\n *param_1 = uVar2;\n if (param_4 == 9) {\n param_1[3] = 0x10;\n uVar4 = 0x10;\n uVar2 = 0x10;\n }\n else {\n if (param_4 != 4) {\n \n FUN_00069d00("../../gold/reloc.cc",0x5fd,"initialize",uVar2);\n }\n param_1[3] = 0x18;\n uVar4 = 0x18;\n uVar2 = 0x18;\n }\n uVar1 = param_1[1];\n if (uVar1 % uVar4 != 0) {\n uVar3 = gettext("reloc section size %zu is not a multiple of reloc size %d\n");\n FUN_000b1840(param_2,uVar3,uVar1,uVar2);\n return 0;\n }\n }\n return 1;\n}\n\n" (function_definition "undefined4 FUN_00148d20(undefined4 *param_1,undefined4 param_2,int param_3,int param_4)\n\n{\n uint uVar1;\n undefined4 uVar2;\n undefined4 uVar3;\n uint uVar4;\n \n if (param_3 == -1) {\n return 0;\n }\n if (param_3 != 0) {\n uVar2 = FUN_000b19a0(param_2,param_3,param_1 + 1,0);\n *param_1 = uVar2;\n if (param_4 == 9) {\n param_1[3] = 0x10;\n uVar4 = 0x10;\n uVar2 = 0x10;\n }\n else {\n if (param_4 != 4) {\n \n FUN_00069d00("../../gold/reloc.cc",0x5fd,"initialize",uVar2);\n }\n param_1[3] = 0x18;\n uVar4 = 0x18;\n uVar2 = 0x18;\n }\n uVar1 = param_1[1];\n if (uVar1 % uVar4 != 0) {\n uVar3 = gettext("reloc section size %zu is not a multiple of reloc size %d\n");\n FUN_000b1840(param_2,uVar3,uVar1,uVar2);\n return 0;\n }\n }\n return 1;\n}" type_identifier (function_declarator "FUN_00148d20(undefined4 *param_1,undefined4 param_2,int param_3,int param_4)" identifier (parameter_list "(undefined4 *param_1,undefined4 param_2,int param_3,int param_4)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "int param_3" primitive_type identifier) , (parameter_declaration "int param_4" primitive_type identifier) ))) (compound_statement "{\n uint uVar1;\n undefined4 uVar2;\n undefined4 uVar3;\n uint uVar4;\n \n if (param_3 == -1) {\n return 0;\n }\n if (param_3 != 0) {\n uVar2 = FUN_000b19a0(param_2,param_3,param_1 + 1,0);\n *param_1 = uVar2;\n if (param_4 == 9) {\n param_1[3] = 0x10;\n uVar4 = 0x10;\n uVar2 = 0x10;\n }\n else {\n if (param_4 != 4) {\n \n FUN_00069d00("../../gold/reloc.cc",0x5fd,"initialize",uVar2);\n }\n param_1[3] = 0x18;\n uVar4 = 0x18;\n uVar2 = 0x18;\n }\n uVar1 = param_1[1];\n if (uVar1 % uVar4 != 0) {\n uVar3 = gettext("reloc section size %zu is not a multiple of reloc size %d\n");\n FUN_000b1840(param_2,uVar3,uVar1,uVar2);\n return 0;\n }\n }\n return 1;\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (declaration "undefined4 uVar2;" type_identifier identifier ;) (declaration "undefined4 uVar3;" type_identifier identifier ;) (declaration "uint uVar4;" type_identifier identifier ;) (if_statement "if (param_3 == -1) {\n return 0;\n }" if (parenthesized_expression "(param_3 == -1)" ( (binary_expression "param_3 == -1" identifier == number_literal) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) (if_statement "if (param_3 != 0) {\n uVar2 = FUN_000b19a0(param_2,param_3,param_1 + 1,0);\n *param_1 = uVar2;\n if (param_4 == 9) {\n param_1[3] = 0x10;\n uVar4 = 0x10;\n uVar2 = 0x10;\n }\n else {\n if (param_4 != 4) {\n \n FUN_00069d00("../../gold/reloc.cc",0x5fd,"initialize",uVar2);\n }\n param_1[3] = 0x18;\n uVar4 = 0x18;\n uVar2 = 0x18;\n }\n uVar1 = param_1[1];\n if (uVar1 % uVar4 != 0) {\n uVar3 = gettext("reloc section size %zu is not a multiple of reloc size %d\n");\n FUN_000b1840(param_2,uVar3,uVar1,uVar2);\n return 0;\n }\n }" if (parenthesized_expression "(param_3 != 0)" ( (binary_expression "param_3 != 0" identifier != number_literal) )) (compound_statement "{\n uVar2 = FUN_000b19a0(param_2,param_3,param_1 + 1,0);\n *param_1 = uVar2;\n if (param_4 == 9) {\n param_1[3] = 0x10;\n uVar4 = 0x10;\n uVar2 = 0x10;\n }\n else {\n if (param_4 != 4) {\n \n FUN_00069d00("../../gold/reloc.cc",0x5fd,"initialize",uVar2);\n }\n param_1[3] = 0x18;\n uVar4 = 0x18;\n uVar2 = 0x18;\n }\n uVar1 = param_1[1];\n if (uVar1 % uVar4 != 0) {\n uVar3 = gettext("reloc section size %zu is not a multiple of reloc size %d\n");\n FUN_000b1840(param_2,uVar3,uVar1,uVar2);\n return 0;\n }\n }" { (expression_statement "uVar2 = FUN_000b19a0(param_2,param_3,param_1 + 1,0);" (assignment_expression "uVar2 = FUN_000b19a0(param_2,param_3,param_1 + 1,0)" identifier = (call_expression "FUN_000b19a0(param_2,param_3,param_1 + 1,0)" identifier (argument_list "(param_2,param_3,param_1 + 1,0)" ( identifier , identifier , (binary_expression "param_1 + 1" identifier + number_literal) , number_literal )))) ;) (expression_statement "*param_1 = uVar2;" (assignment_expression "*param_1 = uVar2" (pointer_expression "*param_1" * identifier) = identifier) ;) (if_statement "if (param_4 == 9) {\n param_1[3] = 0x10;\n uVar4 = 0x10;\n uVar2 = 0x10;\n }\n else {\n if (param_4 != 4) {\n \n FUN_00069d00("../../gold/reloc.cc",0x5fd,"initialize",uVar2);\n }\n param_1[3] = 0x18;\n uVar4 = 0x18;\n uVar2 = 0x18;\n }" if (parenthesized_expression "(param_4 == 9)" ( (binary_expression "param_4 == 9" identifier == number_literal) )) (compound_statement "{\n param_1[3] = 0x10;\n uVar4 = 0x10;\n uVar2 = 0x10;\n }" { (expression_statement "param_1[3] = 0x10;" (assignment_expression "param_1[3] = 0x10" (subscript_expression "param_1[3]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "uVar4 = 0x10;" (assignment_expression "uVar4 = 0x10" identifier = number_literal) ;) (expression_statement "uVar2 = 0x10;" (assignment_expression "uVar2 = 0x10" identifier = number_literal) ;) }) (else_clause "else {\n if (param_4 != 4) {\n \n FUN_00069d00("../../gold/reloc.cc",0x5fd,"initialize",uVar2);\n }\n param_1[3] = 0x18;\n uVar4 = 0x18;\n uVar2 = 0x18;\n }" else (compound_statement "{\n if (param_4 != 4) {\n \n FUN_00069d00("../../gold/reloc.cc",0x5fd,"initialize",uVar2);\n }\n param_1[3] = 0x18;\n uVar4 = 0x18;\n uVar2 = 0x18;\n }" { (if_statement "if (param_4 != 4) {\n \n FUN_00069d00("../../gold/reloc.cc",0x5fd,"initialize",uVar2);\n }" if (parenthesized_expression "(param_4 != 4)" ( (binary_expression "param_4 != 4" identifier != number_literal) )) (compound_statement "{\n \n FUN_00069d00("../../gold/reloc.cc",0x5fd,"initialize",uVar2);\n }" { (expression_statement "FUN_00069d00("../../gold/reloc.cc",0x5fd,"initialize",uVar2);" (call_expression "FUN_00069d00("../../gold/reloc.cc",0x5fd,"initialize",uVar2)" identifier (argument_list "("../../gold/reloc.cc",0x5fd,"initialize",uVar2)" ( (string_literal ""../../gold/reloc.cc"" " string_content ") , number_literal , (string_literal ""initialize"" " string_content ") , identifier ))) ;) })) (expression_statement "param_1[3] = 0x18;" (assignment_expression "param_1[3] = 0x18" (subscript_expression "param_1[3]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "uVar4 = 0x18;" (assignment_expression "uVar4 = 0x18" identifier = number_literal) ;) (expression_statement "uVar2 = 0x18;" (assignment_expression "uVar2 = 0x18" identifier = number_literal) ;) }))) (expression_statement "uVar1 = param_1[1];" (assignment_expression "uVar1 = param_1[1]" identifier = (subscript_expression "param_1[1]" identifier [ number_literal ])) ;) (if_statement "if (uVar1 % uVar4 != 0) {\n uVar3 = gettext("reloc section size %zu is not a multiple of reloc size %d\n");\n FUN_000b1840(param_2,uVar3,uVar1,uVar2);\n return 0;\n }" if (parenthesized_expression "(uVar1 % uVar4 != 0)" ( (binary_expression "uVar1 % uVar4 != 0" (binary_expression "uVar1 % uVar4" identifier % identifier) != number_literal) )) (compound_statement "{\n uVar3 = gettext("reloc section size %zu is not a multiple of reloc size %d\n");\n FUN_000b1840(param_2,uVar3,uVar1,uVar2);\n return 0;\n }" { (expression_statement "uVar3 = gettext("reloc section size %zu is not a multiple of reloc size %d\n");" (assignment_expression "uVar3 = gettext("reloc section size %zu is not a multiple of reloc size %d\n")" identifier = (call_expression "gettext("reloc section size %zu is not a multiple of reloc size %d\n")" identifier (argument_list "("reloc section size %zu is not a multiple of reloc size %d\n")" ( (string_literal ""reloc section size %zu is not a multiple of reloc size %d\n"" " string_content escape_sequence ") )))) ;) (expression_statement "FUN_000b1840(param_2,uVar3,uVar1,uVar2);" (call_expression "FUN_000b1840(param_2,uVar3,uVar1,uVar2)" identifier (argument_list "(param_2,uVar3,uVar1,uVar2)" ( identifier , identifier , identifier , identifier ))) ;) (return_statement "return 0;" return number_literal ;) })) })) (return_statement "return 1;" return number_literal ;) })))
(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) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (return_statement return LIT ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT , (binary_expression IDENT + LIT) , LIT )))) ;) (expression_statement (assignment_expression (pointer_expression * 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 = LIT) ;) }) (else_clause else (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 ") , IDENT ))) ;) })) (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 = (subscript_expression IDENT [ LIT ])) ;) (if_statement if (parenthesized_expression ( (binary_expression (binary_expression IDENT % IDENT) != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (string_literal " string_content escape_sequence ") )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT , IDENT ))) ;) (return_statement return LIT ;) })) })) (return_statement return LIT ;) })))
(function_definition "undefined4 FUN_00148d20(undefined4 *param_1,undefined4 param_2,int param_3,int param_4)\n\n{\n uint uVar1;\n undefined4 uVar2;\n undefined4 uVar3;\n uint uVar4;\n \n if (param_3 == -1) {\n return 0;\n }\n if (param_3 != 0) {\n uVar2 = FUN_000b19a0(param_2,param_3,param_1 + 1,0);\n *param_1 = uVar2;\n if (param_4 == 9) {\n param_1[3] = 0x10;\n uVar4 = 0x10;\n uVar2 = 0x10;\n }\n else {\n if (param_4 != 4) {\n \n FUN_00069d00("../../gold/reloc.cc",0x5fd,"initialize",uVar2);\n }\n param_1[3] = 0x18;\n uVar4 = 0x18;\n uVar2 = 0x18;\n }\n uVar1 = param_1[1];\n if (uVar1 % uVar4 != 0) {\n uVar3 = gettext("reloc section size %zu is not a multiple of reloc size %d\n");\n FUN_000b1840(param_2,uVar3,uVar1,uVar2);\n return 0;\n }\n }\n return 1;\n}" (type_identifier "undefined4") (function_declarator "FUN_00148d20(undefined4 *param_1,undefined4 param_2,int param_3,int param_4)" (identifier "FUN_00148d20") (parameter_list "(undefined4 *param_1,undefined4 param_2,int param_3,int param_4)" (( "(") (parameter_declaration "undefined4 *param_1" (type_identifier "undefined4") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "undefined4 param_2" (type_identifier "undefined4") (identifier "param_2")) (, ",") (parameter_declaration "int param_3" (primitive_type "int") (identifier "param_3")) (, ",") (parameter_declaration "int param_4" (primitive_type "int") (identifier "param_4")) () ")"))) (compound_statement "{\n uint uVar1;\n undefined4 uVar2;\n undefined4 uVar3;\n uint uVar4;\n \n if (param_3 == -1) {\n return 0;\n }\n if (param_3 != 0) {\n uVar2 = FUN_000b19a0(param_2,param_3,param_1 + 1,0);\n *param_1 = uVar2;\n if (param_4 == 9) {\n param_1[3] = 0x10;\n uVar4 = 0x10;\n uVar2 = 0x10;\n }\n else {\n if (param_4 != 4) {\n \n FUN_00069d00("../../gold/reloc.cc",0x5fd,"initialize",uVar2);\n }\n param_1[3] = 0x18;\n uVar4 = 0x18;\n uVar2 = 0x18;\n }\n uVar1 = param_1[1];\n if (uVar1 % uVar4 != 0) {\n uVar3 = gettext("reloc section size %zu is not a multiple of reloc size %d\n");\n FUN_000b1840(param_2,uVar3,uVar1,uVar2);\n return 0;\n }\n }\n return 1;\n}" ({ "{") (declaration "uint uVar1;" (type_identifier "uint") (identifier "uVar1") (; ";")) (declaration "undefined4 uVar2;" (type_identifier "undefined4") (identifier "uVar2") (; ";")) (declaration "undefined4 uVar3;" (type_identifier "undefined4") (identifier "uVar3") (; ";")) (declaration "uint uVar4;" (type_identifier "uint") (identifier "uVar4") (; ";")) (if_statement "if (param_3 == -1) {\n return 0;\n }" (if "if") (parenthesized_expression "(param_3 == -1)" (( "(") (binary_expression "param_3 == -1" (identifier "param_3") (== "==") (number_literal "-1")) () ")")) (compound_statement "{\n return 0;\n }" ({ "{") (return_statement "return 0;" (return "return") (number_literal "0") (; ";")) (} "}"))) (if_statement "if (param_3 != 0) {\n uVar2 = FUN_000b19a0(param_2,param_3,param_1 + 1,0);\n *param_1 = uVar2;\n if (param_4 == 9) {\n param_1[3] = 0x10;\n uVar4 = 0x10;\n uVar2 = 0x10;\n }\n else {\n if (param_4 != 4) {\n \n FUN_00069d00("../../gold/reloc.cc",0x5fd,"initialize",uVar2);\n }\n param_1[3] = 0x18;\n uVar4 = 0x18;\n uVar2 = 0x18;\n }\n uVar1 = param_1[1];\n if (uVar1 % uVar4 != 0) {\n uVar3 = gettext("reloc section size %zu is not a multiple of reloc size %d\n");\n FUN_000b1840(param_2,uVar3,uVar1,uVar2);\n return 0;\n }\n }" (if "if") (parenthesized_expression "(param_3 != 0)" (( "(") (binary_expression "param_3 != 0" (identifier "param_3") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n uVar2 = FUN_000b19a0(param_2,param_3,param_1 + 1,0);\n *param_1 = uVar2;\n if (param_4 == 9) {\n param_1[3] = 0x10;\n uVar4 = 0x10;\n uVar2 = 0x10;\n }\n else {\n if (param_4 != 4) {\n \n FUN_00069d00("../../gold/reloc.cc",0x5fd,"initialize",uVar2);\n }\n param_1[3] = 0x18;\n uVar4 = 0x18;\n uVar2 = 0x18;\n }\n uVar1 = param_1[1];\n if (uVar1 % uVar4 != 0) {\n uVar3 = gettext("reloc section size %zu is not a multiple of reloc size %d\n");\n FUN_000b1840(param_2,uVar3,uVar1,uVar2);\n return 0;\n }\n }" ({ "{") (expression_statement "uVar2 = FUN_000b19a0(param_2,param_3,param_1 + 1,0);" (assignment_expression "uVar2 = FUN_000b19a0(param_2,param_3,param_1 + 1,0)" (identifier "uVar2") (= "=") (call_expression "FUN_000b19a0(param_2,param_3,param_1 + 1,0)" (identifier "FUN_000b19a0") (argument_list "(param_2,param_3,param_1 + 1,0)" (( "(") (identifier "param_2") (, ",") (identifier "param_3") (, ",") (binary_expression "param_1 + 1" (identifier "param_1") (+ "+") (number_literal "1")) (, ",") (number_literal "0") () ")")))) (; ";")) (expression_statement "*param_1 = uVar2;" (assignment_expression "*param_1 = uVar2" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (identifier "uVar2")) (; ";")) (if_statement "if (param_4 == 9) {\n param_1[3] = 0x10;\n uVar4 = 0x10;\n uVar2 = 0x10;\n }\n else {\n if (param_4 != 4) {\n \n FUN_00069d00("../../gold/reloc.cc",0x5fd,"initialize",uVar2);\n }\n param_1[3] = 0x18;\n uVar4 = 0x18;\n uVar2 = 0x18;\n }" (if "if") (parenthesized_expression "(param_4 == 9)" (( "(") (binary_expression "param_4 == 9" (identifier "param_4") (== "==") (number_literal "9")) () ")")) (compound_statement "{\n param_1[3] = 0x10;\n uVar4 = 0x10;\n uVar2 = 0x10;\n }" ({ "{") (expression_statement "param_1[3] = 0x10;" (assignment_expression "param_1[3] = 0x10" (subscript_expression "param_1[3]" (identifier "param_1") ([ "[") (number_literal "3") (] "]")) (= "=") (number_literal "0x10")) (; ";")) (expression_statement "uVar4 = 0x10;" (assignment_expression "uVar4 = 0x10" (identifier "uVar4") (= "=") (number_literal "0x10")) (; ";")) (expression_statement "uVar2 = 0x10;" (assignment_expression "uVar2 = 0x10" (identifier "uVar2") (= "=") (number_literal "0x10")) (; ";")) (} "}")) (else_clause "else {\n if (param_4 != 4) {\n \n FUN_00069d00("../../gold/reloc.cc",0x5fd,"initialize",uVar2);\n }\n param_1[3] = 0x18;\n uVar4 = 0x18;\n uVar2 = 0x18;\n }" (else "else") (compound_statement "{\n if (param_4 != 4) {\n \n FUN_00069d00("../../gold/reloc.cc",0x5fd,"initialize",uVar2);\n }\n param_1[3] = 0x18;\n uVar4 = 0x18;\n uVar2 = 0x18;\n }" ({ "{") (if_statement "if (param_4 != 4) {\n \n FUN_00069d00("../../gold/reloc.cc",0x5fd,"initialize",uVar2);\n }" (if "if") (parenthesized_expression "(param_4 != 4)" (( "(") (binary_expression "param_4 != 4" (identifier "param_4") (!= "!=") (number_literal "4")) () ")")) (compound_statement "{\n \n FUN_00069d00("../../gold/reloc.cc",0x5fd,"initialize",uVar2);\n }" ({ "{") (expression_statement "FUN_00069d00("../../gold/reloc.cc",0x5fd,"initialize",uVar2);" (call_expression "FUN_00069d00("../../gold/reloc.cc",0x5fd,"initialize",uVar2)" (identifier "FUN_00069d00") (argument_list "("../../gold/reloc.cc",0x5fd,"initialize",uVar2)" (( "(") (string_literal ""../../gold/reloc.cc"" (" """) (string_content "../../gold/reloc.cc") (" """)) (, ",") (number_literal "0x5fd") (, ",") (string_literal ""initialize"" (" """) (string_content "initialize") (" """)) (, ",") (identifier "uVar2") () ")"))) (; ";")) (} "}"))) (expression_statement "param_1[3] = 0x18;" (assignment_expression "param_1[3] = 0x18" (subscript_expression "param_1[3]" (identifier "param_1") ([ "[") (number_literal "3") (] "]")) (= "=") (number_literal "0x18")) (; ";")) (expression_statement "uVar4 = 0x18;" (assignment_expression "uVar4 = 0x18" (identifier "uVar4") (= "=") (number_literal "0x18")) (; ";")) (expression_statement "uVar2 = 0x18;" (assignment_expression "uVar2 = 0x18" (identifier "uVar2") (= "=") (number_literal "0x18")) (; ";")) (} "}")))) (expression_statement "uVar1 = param_1[1];" (assignment_expression "uVar1 = param_1[1]" (identifier "uVar1") (= "=") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]"))) (; ";")) (if_statement "if (uVar1 % uVar4 != 0) {\n uVar3 = gettext("reloc section size %zu is not a multiple of reloc size %d\n");\n FUN_000b1840(param_2,uVar3,uVar1,uVar2);\n return 0;\n }" (if "if") (parenthesized_expression "(uVar1 % uVar4 != 0)" (( "(") (binary_expression "uVar1 % uVar4 != 0" (binary_expression "uVar1 % uVar4" (identifier "uVar1") (% "%") (identifier "uVar4")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n uVar3 = gettext("reloc section size %zu is not a multiple of reloc size %d\n");\n FUN_000b1840(param_2,uVar3,uVar1,uVar2);\n return 0;\n }" ({ "{") (expression_statement "uVar3 = gettext("reloc section size %zu is not a multiple of reloc size %d\n");" (assignment_expression "uVar3 = gettext("reloc section size %zu is not a multiple of reloc size %d\n")" (identifier "uVar3") (= "=") (call_expression "gettext("reloc section size %zu is not a multiple of reloc size %d\n")" (identifier "gettext") (argument_list "("reloc section size %zu is not a multiple of reloc size %d\n")" (( "(") (string_literal ""reloc section size %zu is not a multiple of reloc size %d\n"" (" """) (string_content "reloc section size %zu is not a multiple of reloc size %d") (escape_sequence "\n") (" """)) () ")")))) (; ";")) (expression_statement "FUN_000b1840(param_2,uVar3,uVar1,uVar2);" (call_expression "FUN_000b1840(param_2,uVar3,uVar1,uVar2)" (identifier "FUN_000b1840") (argument_list "(param_2,uVar3,uVar1,uVar2)" (( "(") (identifier "param_2") (, ",") (identifier "uVar3") (, ",") (identifier "uVar1") (, ",") (identifier "uVar2") () ")"))) (; ";")) (return_statement "return 0;" (return "return") (number_literal "0") (; ";")) (} "}"))) (} "}"))) (return_statement "return 1;" (return "return") (number_literal "1") (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: bool initialize(Track_relocs<64,_false> * this, Object * object, uint reloc_shndx, uint reloc_type) */ bool __thiscall gold::Track_relocs<64,_false>::initialize (Track_relocs<64,_false> *this,Object *object,type_2 var_1,type_2 var_3) { type_2 var_5; type_1 *puVar2; char *format; type_2 var_6; type_3 uVar4; if (var_1 == 0xffffffff) { return false; } if (var_1 != 0) { puVar2 = Object::var_2(object,var_1,&this->len_,false); this->prelocs_ = puVar2; if (var_3 == 9) { this->reloc_size_ = 0x10; var_6 = 0x10; uVar4 = 0x10; } else { if (var_3 != 4) { /* WARNING: Subroutine does not return */ var_4("../../gold/reloc.cc",0x5fd,"initialize"); } this->reloc_size_ = 0x18; var_6 = 0x18; uVar4 = 0x18; } var_5 = this->len_; if (var_5 % var_6 != 0) { format = (char *)var_7("reloc section size %zu is not a multiple of reloc size %d\n"); Object::var_8(object,format,var_5,uVar4); return false; } } return 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: (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: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (return_statement (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) (binary_expression left: (identifier) right: (number_literal)) (number_literal))))) (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: (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)))) alternative: (else_clause (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)) (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: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (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)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier) (identifier)))) (return_statement (number_literal)))))) (return_statement (number_literal)))))
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ undefined4 MASKED(undefined4 *param_1,undefined4 param_2,int param_3,int param_4) { uint uVar1; undefined4 uVar2; undefined4 uVar3; uint uVar4; if (param_3 == -1) { return 0; } if (param_3 != 0) { uVar2 = FUN_000b19a0(param_2,param_3,param_1 + 1,0); *param_1 = uVar2; if (param_4 == 9) { param_1[3] = 0x10; uVar4 = 0x10; uVar2 = 0x10; } else { if (param_4 != 4) { /* WARNING: Subroutine does not return */ FUN_00069d00("../../gold/reloc.cc",0x5fd,"initialize",uVar2); } param_1[3] = 0x18; uVar4 = 0x18; uVar2 = 0x18; } uVar1 = param_1[1]; if (uVar1 % uVar4 != 0) { uVar3 = gettext("reloc section size %zu is not a multiple of reloc size %d\n"); FUN_000b1840(param_2,uVar3,uVar1,uVar2); return 0; } } return 1; }
5475_powerpc64-linux-gnu-dwp_and_powerpc64-linux-gnu-dwp_strip.c
add_symbols
FUN_0013d160
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ /* WARNING: Enum "DT": Some values do not have unique names */ ld_plugin_status gold::add_symbols(void *handle,int nsyms,ld_plugin_symbol *syms) { Plugin_manager *this; Pluginobj *pPVar1; if (parameters->options_ == (General_options *)0x0) { /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/parameters.h",0x5c,"options"); } this = parameters->options_->plugins_; if (this != (Plugin_manager *)0x0) { pPVar1 = Plugin_manager::make_plugin_object(this,(uint)handle); if (pPVar1 != (Pluginobj *)0x0) { pPVar1->nsyms_ = nsyms; pPVar1->syms_ = syms; return LDPS_OK; } return LDPS_ERR; } /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/plugin.cc",0x70e,"add_symbols"); }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ undefined4 __regparm2 FUN_0013d160(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4, undefined4 param_5) { int iVar1; if (*(int *)(DAT_0038f378 + 8) == 0) { /* WARNING: Subroutine does not return */ FUN_00069d00("../../gold/parameters.h",0x5c,"options",param_2); } iVar1 = *(int *)(*(int *)(DAT_0038f378 + 8) + 0x593c); if (iVar1 != 0) { iVar1 = FUN_0013ced0(iVar1,param_3); if (iVar1 != 0) { *(undefined4 *)(iVar1 + 0x38) = param_4; *(undefined4 *)(iVar1 + 0x3c) = param_5; return 0; } return 3; } /* WARNING: Subroutine does not return */ FUN_00069d00("../../gold/plugin.cc",0x70e,"add_symbols",0); }
PUSH EBX CALL 0x00035840 ADD EBX,0x251e9a SUB ESP,0x8 LEA EAX,[EBX + 0x378] MOV EAX,dword ptr [EAX] MOV EAX,dword ptr [EAX + 0x8] TEST EAX,EAX JZ 0x0013d1c2 MOV EAX,dword ptr [EAX + 0x593c] TEST EAX,EAX JZ 0x0013d1d8 SUB ESP,0x8 PUSH dword ptr [ESP + 0x18] PUSH EAX CALL 0x0013ced0 ADD ESP,0x10 TEST EAX,EAX JZ 0x0013d1b8 MOV EDX,dword ptr [ESP + 0x14] MOV dword ptr [EAX + 0x38],EDX MOV EDX,dword ptr [ESP + 0x18] MOV dword ptr [EAX + 0x3c],EDX ADD ESP,0x8 XOR EAX,EAX POP EBX RET ADD ESP,0x8 MOV EAX,0x3 POP EBX RET LEA EAX,[EBX + 0xfff06894] PUSH EDX PUSH EAX LEA EAX,[EBX + 0xffef8210] PUSH 0x5c PUSH EAX CALL 0x00069d00 PUSH EAX LEA EAX,[EBX + 0xfff0692c] PUSH EAX LEA EAX,[EBX + 0xfff061c4] PUSH 0x70e PUSH EAX CALL 0x00069d00
null
null
null
null
[(u'COPY_-1207119326', u'RETURN_-1207119301'), (u'CALL_-1207119208', u'INDIRECT_-1207119032'), (u'LOAD_-1207119446', u'INT_NOTEQUAL_-1207119424'), ('const-417', u'STORE_-1207119355'), (u'INT_NOTEQUAL_-1207119424', u'CBRANCH_-1207119424'), ('const-2707908', u'COPY_-1207119083'), (u'STORE_-1207119355', u'INDIRECT_-1207119102'), ('const-2709804', u'COPY_-1207119081'), ('const-92', u'CALL_-1207119212'), ('const-2709652', u'COPY_-1207119107'), ('const-417', u'LOAD_-1207119446'), (u'STORE_-1207119342', u'INDIRECT_-1207119094'), ('const-22844', u'PTRSUB_-1207119124'), (u'CALL_-1207119212', u'INDIRECT_-1207119058'), ('const-1806', u'CALL_-1207119208'), ('const-0', u'INT_NOTEQUAL_-1207119365'), (u'CALL_-1207119392', u'PTRSUB_-1207119081'), ('const-60', u'PTRSUB_-1207119081'), ('const-0', u'INT_NOTEQUAL_-1207119424'), ('tmp_523', u'CAST_-1207119105'), (u'COPY_-1207119107', u'CALL_-1207119212'), (u'INDIRECT_-1207119123', u'COPY_-1207119132'), ('const-417', u'STORE_-1207119342'), (u'COPY_-1207119289', u'RETURN_-1207119267'), (u'COPY_-1207119109', u'CALL_-1207119212'), ('const-8', u'PTRSUB_-1207119132'), (u'COPY_-1207119083', u'CALL_-1207119208'), (u'PTRSUB_-1207119124', u'LOAD_-1207119446'), ('const-3', u'COPY_-1207119289'), (u'INDIRECT_-1207119032', u'COPY_-1207119088'), (u'INT_NOTEQUAL_-1207119365', u'CBRANCH_-1207119365'), (u'PTRSUB_-1207119132', u'LOAD_-1207119466'), ('const-0', u'COPY_-1207119326'), (u'LOAD_-1207119446', u'CALL_-1207119392'), ('const-1', u'RETURN_-1207119207'), ('tmp_525', u'STORE_-1207119342'), ('tmp_144', u'CBRANCH_-1207119424'), ('tmp_971', u'PTRSUB_-1207119132'), (u'PTRSUB_-1207119089', u'STORE_-1207119355'), (u'LOAD_-1207119466', u'PTRSUB_-1207119124'), (u'COPY_-1207119081', u'CALL_-1207119208'), (u'CAST_-1207119105', u'CALL_-1207119392'), ('const-0', u'INT_EQUAL_-1207119448'), (u'INDIRECT_-1207119058', u'COPY_-1207119112'), ('tmp_110', u'CBRANCH_-1207119447'), (u'PTRSUB_-1207119081', u'STORE_-1207119342'), (u'INDIRECT_-1207119094', u'COPY_-1207119150'), ('tmp_524', u'STORE_-1207119355'), (u'INT_EQUAL_-1207119448', u'CBRANCH_-1207119447'), ('const-0', u'RETURN_-1207119301'), ('const-56', u'PTRSUB_-1207119089'), (u'CALL_-1207119392', u'INT_NOTEQUAL_-1207119365'), ('const-1', u'RETURN_-1207119203'), (u'LOAD_-1207119466', u'INT_EQUAL_-1207119448'), ('const-2650640', u'COPY_-1207119109'), ('tmp_252', u'CBRANCH_-1207119365'), (u'CALL_-1207119392', u'INDIRECT_-1207119123'), (u'CALL_-1207119392', u'PTRSUB_-1207119089'), ('const-417', u'LOAD_-1207119466'), ('const-0', u'RETURN_-1207119267')]
[(u'INT_ADD_-1207119430', u'CAST_-1207119135'), (u'COPY_-1207119326', u'RETURN_-1207119301'), (u'LOAD_-1207119446', u'INT_NOTEQUAL_-1207119424'), (u'INDIRECT_-1207119103', u'COPY_-1207119159'), (u'CAST_-1207119100', u'STORE_-1207119355'), (u'INT_NOTEQUAL_-1207119424', u'CBRANCH_-1207119424'), ('const-2650640', u'COPY_-1207119118'), (u'INT_ADD_-1207119328', u'CAST_-1207119092'), (u'CALL_-1207119392', u'INT_ADD_-1207119341'), (u'INDIRECT_-1207119041', u'COPY_-1207119097'), (u'INDIRECT_-1207119067', u'COPY_-1207119121'), ('const-0', u'CALL_-1207119208'), ('tmp_893', u'STORE_-1207119342'), (u'INT_ADD_-1207119341', u'CAST_-1207119100'), ('const-22844', u'INT_ADD_-1207119430'), (u'STORE_-1207119355', u'INDIRECT_-1207119111'), ('const-92', u'CALL_-1207119212'), (u'CALL_-1207119392', u'INDIRECT_-1207119132'), ('const-417', u'STORE_-1207119342'), ('const-0', u'INT_NOTEQUAL_-1207119365'), ('const-0', u'INT_NOTEQUAL_-1207119424'), (u'CALL_-1207119208', u'INDIRECT_-1207119041'), (u'STORE_-1207119342', u'INDIRECT_-1207119103'), ('const-8', u'INT_ADD_-1207119450'), (u'COPY_-1207119289', u'RETURN_-1207119267'), (u'CAST_-1207119092', u'STORE_-1207119342'), (u'INDIRECT_-1207119132', u'COPY_-1207119141'), ('const-3', u'COPY_-1207119289'), (u'COPY_-1207119092', u'CALL_-1207119208'), (u'INT_NOTEQUAL_-1207119365', u'CBRANCH_-1207119365'), ('const-60', u'INT_ADD_-1207119328'), (u'CALL_-1207119212', u'INDIRECT_-1207119067'), (u'COPY_-1207119118', u'CALL_-1207119212'), (u'LOAD_-1207119446', u'CALL_-1207119392'), (u'CAST_-1207119135', u'LOAD_-1207119446'), ('const-1', u'RETURN_-1207119207'), ('tmp_144', u'CBRANCH_-1207119424'), ('const-417', u'LOAD_-1207119446'), ('const-2707908', u'COPY_-1207119092'), ('const-417', u'LOAD_-1207119466'), ('const-0', u'COPY_-1207119326'), ('const-0', u'INT_EQUAL_-1207119448'), (u'COPY_-1207119090', u'CALL_-1207119208'), ('tmp_110', u'CBRANCH_-1207119447'), (u'COPY_-1207119116', u'CALL_-1207119212'), (u'INT_EQUAL_-1207119448', u'CBRANCH_-1207119447'), ('const-0', u'RETURN_-1207119301'), ('const-417', u'STORE_-1207119355'), (u'CALL_-1207119392', u'INT_ADD_-1207119328'), (u'CALL_-1207119392', u'INT_NOTEQUAL_-1207119365'), ('const-1', u'RETURN_-1207119203'), ('tmp_962', u'INT_ADD_-1207119450'), (u'LOAD_-1207119466', u'INT_EQUAL_-1207119448'), (u'CAST_-1207119143', u'LOAD_-1207119466'), ('const-2709804', u'COPY_-1207119090'), ('tmp_623', u'CALL_-1207119212'), ('tmp_252', u'CBRANCH_-1207119365'), ('const-1806', u'CALL_-1207119208'), (u'LOAD_-1207119466', u'INT_ADD_-1207119430'), ('tmp_892', u'STORE_-1207119355'), ('const-2709652', u'COPY_-1207119116'), (u'INT_ADD_-1207119450', u'CAST_-1207119143'), ('const-0', u'RETURN_-1207119267'), ('tmp_891', u'CALL_-1207119392'), ('const-56', u'INT_ADD_-1207119341')]
null
null
0013d160
x86
O2
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nundefined4 __regparm2\nFUN_0013d160(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5)\n\n{\n int iVar1;\n \n if (*(int *)(DAT_0038f378 + 8) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_00069d00("../../gold/parameters.h",0x5c,"options",param_2);\n }\n iVar1 = *(int *)(*(int *)(DAT_0038f378 + 8) + 0x593c);\n if (iVar1 != 0) {\n iVar1 = FUN_0013ced0(iVar1,param_3);\n if (iVar1 != 0) {\n *(undefined4 *)(iVar1 + 0x38) = param_4;\n *(undefined4 *)(iVar1 + 0x3c) = param_5;\n return 0;\n }\n return 3;\n }\n /* WARNING: Subroutine does not return */\n FUN_00069d00("../../gold/plugin.cc",0x70e,"add_symbols",0);\n}\n\n" comment (function_definition "undefined4 __regparm2\nFUN_0013d160(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5)\n\n{\n int iVar1;\n \n if (*(int *)(DAT_0038f378 + 8) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_00069d00("../../gold/parameters.h",0x5c,"options",param_2);\n }\n iVar1 = *(int *)(*(int *)(DAT_0038f378 + 8) + 0x593c);\n if (iVar1 != 0) {\n iVar1 = FUN_0013ced0(iVar1,param_3);\n if (iVar1 != 0) {\n *(undefined4 *)(iVar1 + 0x38) = param_4;\n *(undefined4 *)(iVar1 + 0x3c) = param_5;\n return 0;\n }\n return 3;\n }\n /* WARNING: Subroutine does not return */\n FUN_00069d00("../../gold/plugin.cc",0x70e,"add_symbols",0);\n}" type_identifier (ERROR "__regparm2" identifier) (function_declarator "FUN_0013d160(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5)" identifier (parameter_list "(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "undefined4 param_3" type_identifier identifier) , (parameter_declaration "undefined4 param_4" type_identifier identifier) , (parameter_declaration "undefined4 param_5" type_identifier identifier) ))) (compound_statement "{\n int iVar1;\n \n if (*(int *)(DAT_0038f378 + 8) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_00069d00("../../gold/parameters.h",0x5c,"options",param_2);\n }\n iVar1 = *(int *)(*(int *)(DAT_0038f378 + 8) + 0x593c);\n if (iVar1 != 0) {\n iVar1 = FUN_0013ced0(iVar1,param_3);\n if (iVar1 != 0) {\n *(undefined4 *)(iVar1 + 0x38) = param_4;\n *(undefined4 *)(iVar1 + 0x3c) = param_5;\n return 0;\n }\n return 3;\n }\n /* WARNING: Subroutine does not return */\n FUN_00069d00("../../gold/plugin.cc",0x70e,"add_symbols",0);\n}" { (declaration "int iVar1;" primitive_type identifier ;) (if_statement "if (*(int *)(DAT_0038f378 + 8) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_00069d00("../../gold/parameters.h",0x5c,"options",param_2);\n }" if (parenthesized_expression "(*(int *)(DAT_0038f378 + 8) == 0)" ( (binary_expression "*(int *)(DAT_0038f378 + 8) == 0" (pointer_expression "*(int *)(DAT_0038f378 + 8)" * (cast_expression "(int *)(DAT_0038f378 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_0038f378 + 8)" ( (binary_expression "DAT_0038f378 + 8" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_00069d00("../../gold/parameters.h",0x5c,"options",param_2);\n }" { comment (expression_statement "FUN_00069d00("../../gold/parameters.h",0x5c,"options",param_2);" (call_expression "FUN_00069d00("../../gold/parameters.h",0x5c,"options",param_2)" identifier (argument_list "("../../gold/parameters.h",0x5c,"options",param_2)" ( (string_literal ""../../gold/parameters.h"" " string_content ") , number_literal , (string_literal ""options"" " string_content ") , identifier ))) ;) })) (expression_statement "iVar1 = *(int *)(*(int *)(DAT_0038f378 + 8) + 0x593c);" (assignment_expression "iVar1 = *(int *)(*(int *)(DAT_0038f378 + 8) + 0x593c)" identifier = (pointer_expression "*(int *)(*(int *)(DAT_0038f378 + 8) + 0x593c)" * (cast_expression "(int *)(*(int *)(DAT_0038f378 + 8) + 0x593c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(DAT_0038f378 + 8) + 0x593c)" ( (binary_expression "*(int *)(DAT_0038f378 + 8) + 0x593c" (pointer_expression "*(int *)(DAT_0038f378 + 8)" * (cast_expression "(int *)(DAT_0038f378 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_0038f378 + 8)" ( (binary_expression "DAT_0038f378 + 8" identifier + number_literal) )))) + number_literal) ))))) ;) (if_statement "if (iVar1 != 0) {\n iVar1 = FUN_0013ced0(iVar1,param_3);\n if (iVar1 != 0) {\n *(undefined4 *)(iVar1 + 0x38) = param_4;\n *(undefined4 *)(iVar1 + 0x3c) = param_5;\n return 0;\n }\n return 3;\n }" if (parenthesized_expression "(iVar1 != 0)" ( (binary_expression "iVar1 != 0" identifier != number_literal) )) (compound_statement "{\n iVar1 = FUN_0013ced0(iVar1,param_3);\n if (iVar1 != 0) {\n *(undefined4 *)(iVar1 + 0x38) = param_4;\n *(undefined4 *)(iVar1 + 0x3c) = param_5;\n return 0;\n }\n return 3;\n }" { (expression_statement "iVar1 = FUN_0013ced0(iVar1,param_3);" (assignment_expression "iVar1 = FUN_0013ced0(iVar1,param_3)" identifier = (call_expression "FUN_0013ced0(iVar1,param_3)" identifier (argument_list "(iVar1,param_3)" ( identifier , identifier )))) ;) (if_statement "if (iVar1 != 0) {\n *(undefined4 *)(iVar1 + 0x38) = param_4;\n *(undefined4 *)(iVar1 + 0x3c) = param_5;\n return 0;\n }" if (parenthesized_expression "(iVar1 != 0)" ( (binary_expression "iVar1 != 0" identifier != number_literal) )) (compound_statement "{\n *(undefined4 *)(iVar1 + 0x38) = param_4;\n *(undefined4 *)(iVar1 + 0x3c) = param_5;\n return 0;\n }" { (expression_statement "*(undefined4 *)(iVar1 + 0x38) = param_4;" (assignment_expression "*(undefined4 *)(iVar1 + 0x38) = param_4" (pointer_expression "*(undefined4 *)(iVar1 + 0x38)" * (cast_expression "(undefined4 *)(iVar1 + 0x38)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x38)" ( (binary_expression "iVar1 + 0x38" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(undefined4 *)(iVar1 + 0x3c) = param_5;" (assignment_expression "*(undefined4 *)(iVar1 + 0x3c) = param_5" (pointer_expression "*(undefined4 *)(iVar1 + 0x3c)" * (cast_expression "(undefined4 *)(iVar1 + 0x3c)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x3c)" ( (binary_expression "iVar1 + 0x3c" identifier + number_literal) )))) = identifier) ;) (return_statement "return 0;" return number_literal ;) })) (return_statement "return 3;" return number_literal ;) })) comment (expression_statement "FUN_00069d00("../../gold/plugin.cc",0x70e,"add_symbols",0);" (call_expression "FUN_00069d00("../../gold/plugin.cc",0x70e,"add_symbols",0)" identifier (argument_list "("../../gold/plugin.cc",0x70e,"add_symbols",0)" ( (string_literal ""../../gold/plugin.cc"" " string_content ") , number_literal , (string_literal ""add_symbols"" " string_content ") , number_literal ))) ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n/* WARNING: Enum "DT": Some values do not have unique names */\n\nld_plugin_status gold::add_symbols(void *handle,int nsyms,ld_plugin_symbol *syms)\n\n{\n Plugin_manager *this;\n Pluginobj *pPVar1;\n \n if (parameters->options_ == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n this = parameters->options_->plugins_;\n if (this != (Plugin_manager *)0x0) {\n pPVar1 = Plugin_manager::make_plugin_object(this,(uint)handle);\n if (pPVar1 != (Pluginobj *)0x0) {\n pPVar1->nsyms_ = nsyms;\n pPVar1->syms_ = syms;\n return LDPS_OK;\n }\n return LDPS_ERR;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/plugin.cc",0x70e,"add_symbols");\n}\n\n" comment comment comment (function_definition "ld_plugin_status gold::add_symbols(void *handle,int nsyms,ld_plugin_symbol *syms)\n\n{\n Plugin_manager *this;\n Pluginobj *pPVar1;\n \n if (parameters->options_ == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n this = parameters->options_->plugins_;\n if (this != (Plugin_manager *)0x0) {\n pPVar1 = Plugin_manager::make_plugin_object(this,(uint)handle);\n if (pPVar1 != (Pluginobj *)0x0) {\n pPVar1->nsyms_ = nsyms;\n pPVar1->syms_ = syms;\n return LDPS_OK;\n }\n return LDPS_ERR;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/plugin.cc",0x70e,"add_symbols");\n}" type_identifier (ERROR "gold::" identifier : :) (function_declarator "add_symbols(void *handle,int nsyms,ld_plugin_symbol *syms)" identifier (parameter_list "(void *handle,int nsyms,ld_plugin_symbol *syms)" ( (parameter_declaration "void *handle" primitive_type (pointer_declarator "*handle" * identifier)) , (parameter_declaration "int nsyms" primitive_type identifier) , (parameter_declaration "ld_plugin_symbol *syms" type_identifier (pointer_declarator "*syms" * identifier)) ))) (compound_statement "{\n Plugin_manager *this;\n Pluginobj *pPVar1;\n \n if (parameters->options_ == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n this = parameters->options_->plugins_;\n if (this != (Plugin_manager *)0x0) {\n pPVar1 = Plugin_manager::make_plugin_object(this,(uint)handle);\n if (pPVar1 != (Pluginobj *)0x0) {\n pPVar1->nsyms_ = nsyms;\n pPVar1->syms_ = syms;\n return LDPS_OK;\n }\n return LDPS_ERR;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/plugin.cc",0x70e,"add_symbols");\n}" { (declaration "Plugin_manager *this;" type_identifier (pointer_declarator "*this" * identifier) ;) (declaration "Pluginobj *pPVar1;" type_identifier (pointer_declarator "*pPVar1" * identifier) ;) (if_statement "if (parameters->options_ == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\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 /* 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 ") ))) ;) })) (expression_statement "this = parameters->options_->plugins_;" (assignment_expression "this = parameters->options_->plugins_" identifier = (field_expression "parameters->options_->plugins_" (field_expression "parameters->options_" identifier -> field_identifier) -> field_identifier)) ;) (if_statement "if (this != (Plugin_manager *)0x0) {\n pPVar1 = Plugin_manager::make_plugin_object(this,(uint)handle);\n if (pPVar1 != (Pluginobj *)0x0) {\n pPVar1->nsyms_ = nsyms;\n pPVar1->syms_ = syms;\n return LDPS_OK;\n }\n return LDPS_ERR;\n }" if (parenthesized_expression "(this != (Plugin_manager *)0x0)" ( (binary_expression "this != (Plugin_manager *)0x0" identifier != (cast_expression "(Plugin_manager *)0x0" ( (type_descriptor "Plugin_manager *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n pPVar1 = Plugin_manager::make_plugin_object(this,(uint)handle);\n if (pPVar1 != (Pluginobj *)0x0) {\n pPVar1->nsyms_ = nsyms;\n pPVar1->syms_ = syms;\n return LDPS_OK;\n }\n return LDPS_ERR;\n }" { (ERROR "pPVar1 = Plugin_manager::" (assignment_expression "pPVar1 = Plugin_manager" identifier = identifier) : :) (expression_statement "make_plugin_object(this,(uint)handle);" (call_expression "make_plugin_object(this,(uint)handle)" identifier (argument_list "(this,(uint)handle)" ( identifier , (cast_expression "(uint)handle" ( (type_descriptor "uint" type_identifier) ) identifier) ))) ;) (if_statement "if (pPVar1 != (Pluginobj *)0x0) {\n pPVar1->nsyms_ = nsyms;\n pPVar1->syms_ = syms;\n return LDPS_OK;\n }" if (parenthesized_expression "(pPVar1 != (Pluginobj *)0x0)" ( (binary_expression "pPVar1 != (Pluginobj *)0x0" identifier != (cast_expression "(Pluginobj *)0x0" ( (type_descriptor "Pluginobj *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n pPVar1->nsyms_ = nsyms;\n pPVar1->syms_ = syms;\n return LDPS_OK;\n }" { (expression_statement "pPVar1->nsyms_ = nsyms;" (assignment_expression "pPVar1->nsyms_ = nsyms" (field_expression "pPVar1->nsyms_" identifier -> field_identifier) = identifier) ;) (expression_statement "pPVar1->syms_ = syms;" (assignment_expression "pPVar1->syms_ = syms" (field_expression "pPVar1->syms_" identifier -> field_identifier) = identifier) ;) (return_statement "return LDPS_OK;" return identifier ;) })) (return_statement "return LDPS_ERR;" return identifier ;) })) comment (expression_statement "do_gold_unreachable("../../gold/plugin.cc",0x70e,"add_symbols");" (call_expression "do_gold_unreachable("../../gold/plugin.cc",0x70e,"add_symbols")" identifier (argument_list "("../../gold/plugin.cc",0x70e,"add_symbols")" ( (string_literal ""../../gold/plugin.cc"" " string_content ") , number_literal , (string_literal ""add_symbols"" " string_content ") ))) ;) })))
(translation_unit "undefined4 __regparm2\nFUN_0013d160(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5)\n\n{\n int iVar1;\n \n if (*(int *)(DAT_0038f378 + 8) == 0) {\n \n FUN_00069d00("../../gold/parameters.h",0x5c,"options",param_2);\n }\n iVar1 = *(int *)(*(int *)(DAT_0038f378 + 8) + 0x593c);\n if (iVar1 != 0) {\n iVar1 = FUN_0013ced0(iVar1,param_3);\n if (iVar1 != 0) {\n *(undefined4 *)(iVar1 + 0x38) = param_4;\n *(undefined4 *)(iVar1 + 0x3c) = param_5;\n return 0;\n }\n return 3;\n }\n \n FUN_00069d00("../../gold/plugin.cc",0x70e,"add_symbols",0);\n}\n\n" (function_definition "undefined4 __regparm2\nFUN_0013d160(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5)\n\n{\n int iVar1;\n \n if (*(int *)(DAT_0038f378 + 8) == 0) {\n \n FUN_00069d00("../../gold/parameters.h",0x5c,"options",param_2);\n }\n iVar1 = *(int *)(*(int *)(DAT_0038f378 + 8) + 0x593c);\n if (iVar1 != 0) {\n iVar1 = FUN_0013ced0(iVar1,param_3);\n if (iVar1 != 0) {\n *(undefined4 *)(iVar1 + 0x38) = param_4;\n *(undefined4 *)(iVar1 + 0x3c) = param_5;\n return 0;\n }\n return 3;\n }\n \n FUN_00069d00("../../gold/plugin.cc",0x70e,"add_symbols",0);\n}" type_identifier (ERROR "__regparm2" identifier) (function_declarator "FUN_0013d160(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5)" identifier (parameter_list "(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "undefined4 param_3" type_identifier identifier) , (parameter_declaration "undefined4 param_4" type_identifier identifier) , (parameter_declaration "undefined4 param_5" type_identifier identifier) ))) (compound_statement "{\n int iVar1;\n \n if (*(int *)(DAT_0038f378 + 8) == 0) {\n \n FUN_00069d00("../../gold/parameters.h",0x5c,"options",param_2);\n }\n iVar1 = *(int *)(*(int *)(DAT_0038f378 + 8) + 0x593c);\n if (iVar1 != 0) {\n iVar1 = FUN_0013ced0(iVar1,param_3);\n if (iVar1 != 0) {\n *(undefined4 *)(iVar1 + 0x38) = param_4;\n *(undefined4 *)(iVar1 + 0x3c) = param_5;\n return 0;\n }\n return 3;\n }\n \n FUN_00069d00("../../gold/plugin.cc",0x70e,"add_symbols",0);\n}" { (declaration "int iVar1;" primitive_type identifier ;) (if_statement "if (*(int *)(DAT_0038f378 + 8) == 0) {\n \n FUN_00069d00("../../gold/parameters.h",0x5c,"options",param_2);\n }" if (parenthesized_expression "(*(int *)(DAT_0038f378 + 8) == 0)" ( (binary_expression "*(int *)(DAT_0038f378 + 8) == 0" (pointer_expression "*(int *)(DAT_0038f378 + 8)" * (cast_expression "(int *)(DAT_0038f378 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_0038f378 + 8)" ( (binary_expression "DAT_0038f378 + 8" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n \n FUN_00069d00("../../gold/parameters.h",0x5c,"options",param_2);\n }" { (expression_statement "FUN_00069d00("../../gold/parameters.h",0x5c,"options",param_2);" (call_expression "FUN_00069d00("../../gold/parameters.h",0x5c,"options",param_2)" identifier (argument_list "("../../gold/parameters.h",0x5c,"options",param_2)" ( (string_literal ""../../gold/parameters.h"" " string_content ") , number_literal , (string_literal ""options"" " string_content ") , identifier ))) ;) })) (expression_statement "iVar1 = *(int *)(*(int *)(DAT_0038f378 + 8) + 0x593c);" (assignment_expression "iVar1 = *(int *)(*(int *)(DAT_0038f378 + 8) + 0x593c)" identifier = (pointer_expression "*(int *)(*(int *)(DAT_0038f378 + 8) + 0x593c)" * (cast_expression "(int *)(*(int *)(DAT_0038f378 + 8) + 0x593c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(DAT_0038f378 + 8) + 0x593c)" ( (binary_expression "*(int *)(DAT_0038f378 + 8) + 0x593c" (pointer_expression "*(int *)(DAT_0038f378 + 8)" * (cast_expression "(int *)(DAT_0038f378 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_0038f378 + 8)" ( (binary_expression "DAT_0038f378 + 8" identifier + number_literal) )))) + number_literal) ))))) ;) (if_statement "if (iVar1 != 0) {\n iVar1 = FUN_0013ced0(iVar1,param_3);\n if (iVar1 != 0) {\n *(undefined4 *)(iVar1 + 0x38) = param_4;\n *(undefined4 *)(iVar1 + 0x3c) = param_5;\n return 0;\n }\n return 3;\n }" if (parenthesized_expression "(iVar1 != 0)" ( (binary_expression "iVar1 != 0" identifier != number_literal) )) (compound_statement "{\n iVar1 = FUN_0013ced0(iVar1,param_3);\n if (iVar1 != 0) {\n *(undefined4 *)(iVar1 + 0x38) = param_4;\n *(undefined4 *)(iVar1 + 0x3c) = param_5;\n return 0;\n }\n return 3;\n }" { (expression_statement "iVar1 = FUN_0013ced0(iVar1,param_3);" (assignment_expression "iVar1 = FUN_0013ced0(iVar1,param_3)" identifier = (call_expression "FUN_0013ced0(iVar1,param_3)" identifier (argument_list "(iVar1,param_3)" ( identifier , identifier )))) ;) (if_statement "if (iVar1 != 0) {\n *(undefined4 *)(iVar1 + 0x38) = param_4;\n *(undefined4 *)(iVar1 + 0x3c) = param_5;\n return 0;\n }" if (parenthesized_expression "(iVar1 != 0)" ( (binary_expression "iVar1 != 0" identifier != number_literal) )) (compound_statement "{\n *(undefined4 *)(iVar1 + 0x38) = param_4;\n *(undefined4 *)(iVar1 + 0x3c) = param_5;\n return 0;\n }" { (expression_statement "*(undefined4 *)(iVar1 + 0x38) = param_4;" (assignment_expression "*(undefined4 *)(iVar1 + 0x38) = param_4" (pointer_expression "*(undefined4 *)(iVar1 + 0x38)" * (cast_expression "(undefined4 *)(iVar1 + 0x38)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x38)" ( (binary_expression "iVar1 + 0x38" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(undefined4 *)(iVar1 + 0x3c) = param_5;" (assignment_expression "*(undefined4 *)(iVar1 + 0x3c) = param_5" (pointer_expression "*(undefined4 *)(iVar1 + 0x3c)" * (cast_expression "(undefined4 *)(iVar1 + 0x3c)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x3c)" ( (binary_expression "iVar1 + 0x3c" identifier + number_literal) )))) = identifier) ;) (return_statement "return 0;" return number_literal ;) })) (return_statement "return 3;" return number_literal ;) })) (expression_statement "FUN_00069d00("../../gold/plugin.cc",0x70e,"add_symbols",0);" (call_expression "FUN_00069d00("../../gold/plugin.cc",0x70e,"add_symbols",0)" identifier (argument_list "("../../gold/plugin.cc",0x70e,"add_symbols",0)" ( (string_literal ""../../gold/plugin.cc"" " string_content ") , number_literal , (string_literal ""add_symbols"" " string_content ") , number_literal ))) ;) })))
(translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (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 ( (string_literal " string_content ") , LIT , (string_literal " string_content ") , IDENT ))) ;) })) (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 TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (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 { (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 ;) })) (return_statement return LIT ;) })) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") , LIT ))) ;) })))
(function_definition "undefined4 __regparm2\nFUN_0013d160(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5)\n\n{\n int iVar1;\n \n if (*(int *)(DAT_0038f378 + 8) == 0) {\n \n FUN_00069d00("../../gold/parameters.h",0x5c,"options",param_2);\n }\n iVar1 = *(int *)(*(int *)(DAT_0038f378 + 8) + 0x593c);\n if (iVar1 != 0) {\n iVar1 = FUN_0013ced0(iVar1,param_3);\n if (iVar1 != 0) {\n *(undefined4 *)(iVar1 + 0x38) = param_4;\n *(undefined4 *)(iVar1 + 0x3c) = param_5;\n return 0;\n }\n return 3;\n }\n \n FUN_00069d00("../../gold/plugin.cc",0x70e,"add_symbols",0);\n}" (type_identifier "undefined4") (ERROR "__regparm2" (identifier "__regparm2")) (function_declarator "FUN_0013d160(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5)" (identifier "FUN_0013d160") (parameter_list "(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5)" (( "(") (parameter_declaration "undefined4 param_1" (type_identifier "undefined4") (identifier "param_1")) (, ",") (parameter_declaration "undefined4 param_2" (type_identifier "undefined4") (identifier "param_2")) (, ",") (parameter_declaration "undefined4 param_3" (type_identifier "undefined4") (identifier "param_3")) (, ",") (parameter_declaration "undefined4 param_4" (type_identifier "undefined4") (identifier "param_4")) (, ",") (parameter_declaration "undefined4 param_5" (type_identifier "undefined4") (identifier "param_5")) () ")"))) (compound_statement "{\n int iVar1;\n \n if (*(int *)(DAT_0038f378 + 8) == 0) {\n \n FUN_00069d00("../../gold/parameters.h",0x5c,"options",param_2);\n }\n iVar1 = *(int *)(*(int *)(DAT_0038f378 + 8) + 0x593c);\n if (iVar1 != 0) {\n iVar1 = FUN_0013ced0(iVar1,param_3);\n if (iVar1 != 0) {\n *(undefined4 *)(iVar1 + 0x38) = param_4;\n *(undefined4 *)(iVar1 + 0x3c) = param_5;\n return 0;\n }\n return 3;\n }\n \n FUN_00069d00("../../gold/plugin.cc",0x70e,"add_symbols",0);\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (if_statement "if (*(int *)(DAT_0038f378 + 8) == 0) {\n \n FUN_00069d00("../../gold/parameters.h",0x5c,"options",param_2);\n }" (if "if") (parenthesized_expression "(*(int *)(DAT_0038f378 + 8) == 0)" (( "(") (binary_expression "*(int *)(DAT_0038f378 + 8) == 0" (pointer_expression "*(int *)(DAT_0038f378 + 8)" (* "*") (cast_expression "(int *)(DAT_0038f378 + 8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_0038f378 + 8)" (( "(") (binary_expression "DAT_0038f378 + 8" (identifier "DAT_0038f378") (+ "+") (number_literal "8")) () ")")))) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n \n FUN_00069d00("../../gold/parameters.h",0x5c,"options",param_2);\n }" ({ "{") (expression_statement "FUN_00069d00("../../gold/parameters.h",0x5c,"options",param_2);" (call_expression "FUN_00069d00("../../gold/parameters.h",0x5c,"options",param_2)" (identifier "FUN_00069d00") (argument_list "("../../gold/parameters.h",0x5c,"options",param_2)" (( "(") (string_literal ""../../gold/parameters.h"" (" """) (string_content "../../gold/parameters.h") (" """)) (, ",") (number_literal "0x5c") (, ",") (string_literal ""options"" (" """) (string_content "options") (" """)) (, ",") (identifier "param_2") () ")"))) (; ";")) (} "}"))) (expression_statement "iVar1 = *(int *)(*(int *)(DAT_0038f378 + 8) + 0x593c);" (assignment_expression "iVar1 = *(int *)(*(int *)(DAT_0038f378 + 8) + 0x593c)" (identifier "iVar1") (= "=") (pointer_expression "*(int *)(*(int *)(DAT_0038f378 + 8) + 0x593c)" (* "*") (cast_expression "(int *)(*(int *)(DAT_0038f378 + 8) + 0x593c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(int *)(DAT_0038f378 + 8) + 0x593c)" (( "(") (binary_expression "*(int *)(DAT_0038f378 + 8) + 0x593c" (pointer_expression "*(int *)(DAT_0038f378 + 8)" (* "*") (cast_expression "(int *)(DAT_0038f378 + 8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_0038f378 + 8)" (( "(") (binary_expression "DAT_0038f378 + 8" (identifier "DAT_0038f378") (+ "+") (number_literal "8")) () ")")))) (+ "+") (number_literal "0x593c")) () ")"))))) (; ";")) (if_statement "if (iVar1 != 0) {\n iVar1 = FUN_0013ced0(iVar1,param_3);\n if (iVar1 != 0) {\n *(undefined4 *)(iVar1 + 0x38) = param_4;\n *(undefined4 *)(iVar1 + 0x3c) = param_5;\n return 0;\n }\n return 3;\n }" (if "if") (parenthesized_expression "(iVar1 != 0)" (( "(") (binary_expression "iVar1 != 0" (identifier "iVar1") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n iVar1 = FUN_0013ced0(iVar1,param_3);\n if (iVar1 != 0) {\n *(undefined4 *)(iVar1 + 0x38) = param_4;\n *(undefined4 *)(iVar1 + 0x3c) = param_5;\n return 0;\n }\n return 3;\n }" ({ "{") (expression_statement "iVar1 = FUN_0013ced0(iVar1,param_3);" (assignment_expression "iVar1 = FUN_0013ced0(iVar1,param_3)" (identifier "iVar1") (= "=") (call_expression "FUN_0013ced0(iVar1,param_3)" (identifier "FUN_0013ced0") (argument_list "(iVar1,param_3)" (( "(") (identifier "iVar1") (, ",") (identifier "param_3") () ")")))) (; ";")) (if_statement "if (iVar1 != 0) {\n *(undefined4 *)(iVar1 + 0x38) = param_4;\n *(undefined4 *)(iVar1 + 0x3c) = param_5;\n return 0;\n }" (if "if") (parenthesized_expression "(iVar1 != 0)" (( "(") (binary_expression "iVar1 != 0" (identifier "iVar1") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n *(undefined4 *)(iVar1 + 0x38) = param_4;\n *(undefined4 *)(iVar1 + 0x3c) = param_5;\n return 0;\n }" ({ "{") (expression_statement "*(undefined4 *)(iVar1 + 0x38) = param_4;" (assignment_expression "*(undefined4 *)(iVar1 + 0x38) = param_4" (pointer_expression "*(undefined4 *)(iVar1 + 0x38)" (* "*") (cast_expression "(undefined4 *)(iVar1 + 0x38)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar1 + 0x38)" (( "(") (binary_expression "iVar1 + 0x38" (identifier "iVar1") (+ "+") (number_literal "0x38")) () ")")))) (= "=") (identifier "param_4")) (; ";")) (expression_statement "*(undefined4 *)(iVar1 + 0x3c) = param_5;" (assignment_expression "*(undefined4 *)(iVar1 + 0x3c) = param_5" (pointer_expression "*(undefined4 *)(iVar1 + 0x3c)" (* "*") (cast_expression "(undefined4 *)(iVar1 + 0x3c)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar1 + 0x3c)" (( "(") (binary_expression "iVar1 + 0x3c" (identifier "iVar1") (+ "+") (number_literal "0x3c")) () ")")))) (= "=") (identifier "param_5")) (; ";")) (return_statement "return 0;" (return "return") (number_literal "0") (; ";")) (} "}"))) (return_statement "return 3;" (return "return") (number_literal "3") (; ";")) (} "}"))) (expression_statement "FUN_00069d00("../../gold/plugin.cc",0x70e,"add_symbols",0);" (call_expression "FUN_00069d00("../../gold/plugin.cc",0x70e,"add_symbols",0)" (identifier "FUN_00069d00") (argument_list "("../../gold/plugin.cc",0x70e,"add_symbols",0)" (( "(") (string_literal ""../../gold/plugin.cc"" (" """) (string_content "../../gold/plugin.cc") (" """)) (, ",") (number_literal "0x70e") (, ",") (string_literal ""add_symbols"" (" """) (string_content "add_symbols") (" """)) (, ",") (number_literal "0") () ")"))) (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ /* WARNING: Enum "DT": Some values do not have unique names */ type_1 gold::function_1(void *handle,int nsyms,type_2 *syms) { type_3 *var_2; type_4 *var_4; if (parameters->options_ == (type_5 *)0x0) { /* WARNING: Subroutine does not return */ var_1("../../gold/parameters.h",0x5c,"options"); } var_2 = parameters->options_->plugins_; if (var_2 != (type_3 *)0x0) { var_4 = type_3::var_3(var_2,(type_6)handle); if (var_4 != (type_4 *)0x0) { var_4->nsyms_ = nsyms; var_4->syms_ = syms; return LDPS_OK; } return LDPS_ERR; } /* WARNING: Subroutine does not return */ var_1("../../gold/plugin.cc",0x70e,"add_symbols"); }
null
(translation_unit (function_definition type: (type_identifier) (ERROR (identifier)) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (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: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (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: (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)) (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: (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))))))) (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))))) (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: (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: (identifier))) (return_statement (number_literal)))) (return_statement (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content)) (number_literal)))))))
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ undefined4 __regparm2 MASKED(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4, undefined4 param_5) { int iVar1; if (*(int *)(DAT_0038f378 + 8) == 0) { /* WARNING: Subroutine does not return */ FUN_00069d00("../../gold/parameters.h",0x5c,"options",param_2); } iVar1 = *(int *)(*(int *)(DAT_0038f378 + 8) + 0x593c); if (iVar1 != 0) { iVar1 = FUN_0013ced0(iVar1,param_3); if (iVar1 != 0) { *(undefined4 *)(iVar1 + 0x38) = param_4; *(undefined4 *)(iVar1 + 0x3c) = param_5; return 0; } return 3; } /* WARNING: Subroutine does not return */ FUN_00069d00("../../gold/plugin.cc",0x70e,"add_symbols",0); }
581_m68k-linux-gnu-ld_and_m68k-linux-gnu-ld_strip.c
gldm68kelf_before_allocation
FUN_00036850
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ void gldm68kelf_before_allocation(void) { int iVar1; wildcard_list *pwVar2; lang_statement_union *plVar3; bfd *pbVar4; char *pcVar5; char *pcVar6; int iVar7; size_t sVar8; int iVar9; char *local_50; undefined4 *local_48; undefined1 local_3d; asection *sinterp; undefined4 local_38; undefined4 local_34; undefined4 local_30; undefined4 local_2c; undefined4 local_28; undefined4 local_24; undefined4 local_20; undefined4 uStack_14; uStack_14 = 0x36859; local_48 = (undefined4 *)0x0; if ((link_info.hash)->type == bfd_link_elf_hash_table) { _bfd_elf_tls_setup(link_info.output_bfd,&link_info); if ((((link_info._0_1_ & 3) == 2) || (local_48 = (undefined4 *)bfd_link_hash_lookup(link_info.hash,"__ehdr_start",0,0,1), local_48 == (undefined4 *)0x0)) || ((2 < *(byte *)(local_48 + 3) && (*(byte *)(local_48 + 3) != 5)))) { local_48 = (undefined4 *)0x0; } else { (**(code **)((int)(link_info.output_bfd)->xvec->backend_data + 0xe4))(&link_info,local_48,1); if ((*(byte *)((int)local_48 + 0x31) & 3) != 1) { *(byte *)((int)local_48 + 0x31) = *(byte *)((int)local_48 + 0x31) & 0xfc | 2; } local_38 = *local_48; local_34 = local_48[1]; local_30 = local_48[2]; local_2c = local_48[3]; local_28 = local_48[4]; local_24 = local_48[5]; local_20 = local_48[6]; local_48[6] = 0; local_3d = *(undefined1 *)(local_48 + 3); *(undefined1 *)(local_48 + 3) = 3; local_48[5] = PTR__bfd_std_section_0008bfd4 + 0x150; } lang_for_each_statement(gldm68kelf_find_statement_assignment); } local_50 = command_line.rpath; if (((command_line.rpath == (char *)0x0) && (local_50 = getenv("LD_RUN_PATH"), local_50 == (char *)0x0)) || (pbVar4 = link_info.input_bfds, *local_50 == '\0')) { local_50 = (char *)0x0; pbVar4 = link_info.input_bfds; } joined_r0x000368b0: do { if (pbVar4 == (bfd *)0x0) { iVar7 = bfd_elf_size_dynamic_sections (link_info.output_bfd,command_line.soname,local_50,command_line.filter_shlib ,audit,depaudit,command_line.auxiliary_filters,&link_info,&sinterp); if (iVar7 == 0) { pcVar5 = (char *)dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5); einfo(pcVar5); } pcVar5 = command_line.interpreter; plVar3 = file_chain.head; if ((command_line.interpreter != (char *)0x0) && (sinterp != (asection *)0x0)) { sinterp->contents = (uchar *)command_line.interpreter; sVar8 = strlen(pcVar5); sinterp->size = sVar8 + 1; plVar3 = file_chain.head; } for (; plVar3 != (lang_statement_union *)0x0; plVar3 = (plVar3->wild_statement).children.head) { if ((((uint)(plVar3->wild_statement).walk_wild_section_handler & 0x10) == 0) && (iVar7 = bfd_get_section_by_name((plVar3->wild_statement).section_list,".gnu.warning"), iVar7 != 0)) { iVar1 = *(int *)(iVar7 + 0x24); pcVar5 = (char *)xmalloc(iVar1 + 1); iVar9 = bfd_get_section_contents ((plVar3->wild_statement).section_list,iVar7,pcVar5,0,0,iVar1); if (iVar9 == 0) { pwVar2 = (plVar3->wild_statement).section_list; pcVar6 = (char *)dcgettext(0, "%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n" ,5); einfo(pcVar6,pwVar2); } pcVar5[iVar1] = '\0'; (*(link_info.callbacks)->warning) (&link_info,pcVar5,(char *)0x0,(bfd *)(plVar3->wild_statement).section_list, (asection *)0x0,0); free(pcVar5); iVar1 = *(int *)(iVar7 + 0x3c); if (iVar1 != 0) { if (*(uint *)(iVar7 + 0x24) <= *(uint *)(iVar1 + 0x28)) { *(uint *)(iVar1 + 0x28) = *(uint *)(iVar1 + 0x28) - *(uint *)(iVar7 + 0x24); } } *(uint *)(iVar7 + 0x14) = *(uint *)(iVar7 + 0x14) | 0x208000; *(undefined4 *)(iVar7 + 0x24) = 0; } } before_allocation_default(); iVar7 = bfd_elf_size_dynsym_hash_dynstr(link_info.output_bfd,&link_info); if (iVar7 == 0) { pcVar5 = (char *)dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5); einfo(pcVar5); } if (local_48 != (undefined4 *)0x0) { *(undefined1 *)(local_48 + 3) = local_3d; local_48[4] = local_28; local_48[5] = local_24; local_48[6] = local_20; } return; } if (((pbVar4->xvec->flavour == bfd_target_elf_flavour) && (pcVar5 = ((pbVar4->tdata).elf_obj_data)->dt_audit, pcVar5 != (char *)0x0)) && (*pcVar5 != '\0')) { pcVar5 = (char *)xstrdup(pcVar5); do { pcVar6 = strchr(pcVar5,(int)config.rpath_separator); if (pcVar6 == (char *)0x0) { if (*pcVar5 != '\0') { gldm68kelf_append_to_separated_string(&depaudit,pcVar5); pbVar4 = (pbVar4->link).next; goto joined_r0x000368b0; } break; } *pcVar6 = '\0'; if (*pcVar5 != '\0') { gldm68kelf_append_to_separated_string(&depaudit,pcVar5); } pcVar5 = pcVar6 + 1; } while (pcVar5 != (char *)0x0); } pbVar4 = (pbVar4->link).next; } while( true ); }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_00036850(void) { int iVar1; char *pcVar2; char *pcVar3; int iVar4; size_t sVar5; int iVar6; void *__ptr; int iVar7; undefined4 uVar8; undefined4 uVar9; char *local_50; undefined4 *local_48; undefined1 local_3d; int local_3c; undefined4 local_38; undefined4 local_34; undefined4 local_30; undefined4 local_2c; undefined4 local_28; undefined4 local_24; undefined4 local_20; undefined4 uStack_14; uStack_14 = 0x36859; local_48 = (undefined4 *)0x0; if (*(int *)(DAT_0008cc1c + 0x28) == 1) { _bfd_elf_tls_setup(DAT_0008cc30,&DAT_0008cc00); if (((((byte)DAT_0008cc00 & 3) == 2) || (local_48 = (undefined4 *)bfd_link_hash_lookup(DAT_0008cc1c,"__ehdr_start",0,0,1), local_48 == (undefined4 *)0x0)) || ((2 < *(byte *)(local_48 + 3) && (*(byte *)(local_48 + 3) != 5)))) { local_48 = (undefined4 *)0x0; } else { (**(code **)(*(int *)(*(int *)(DAT_0008cc30 + 4) + 0x1c0) + 0xe4))(&DAT_0008cc00,local_48,1); if ((*(byte *)((int)local_48 + 0x31) & 3) != 1) { *(byte *)((int)local_48 + 0x31) = *(byte *)((int)local_48 + 0x31) & 0xfc | 2; } local_38 = *local_48; local_34 = local_48[1]; local_30 = local_48[2]; local_2c = local_48[3]; local_28 = local_48[4]; local_24 = local_48[5]; local_20 = local_48[6]; local_48[6] = 0; local_3d = *(undefined1 *)(local_48 + 3); *(undefined1 *)(local_48 + 3) = 3; local_48[5] = PTR__bfd_std_section_0008bfd4 + 0x150; } FUN_00021760(FUN_00036dc0); } local_50 = DAT_0008cce4; if (((DAT_0008cce4 == (char *)0x0) && (local_50 = getenv("LD_RUN_PATH"), local_50 == (char *)0x0)) || (iVar4 = DAT_0008cc38, *local_50 == '\0')) { local_50 = (char *)0x0; iVar4 = DAT_0008cc38; } joined_r0x000368b0: do { if (iVar4 == 0) { iVar4 = bfd_elf_size_dynamic_sections (DAT_0008cc30,DAT_0008cce0,local_50,DAT_0008ccec,DAT_0008ca34,DAT_0008ca30, DAT_0008ccf0,&DAT_0008cc00,&local_3c); if (iVar4 == 0) { uVar9 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5); FUN_00031700(uVar9); } pcVar2 = DAT_0008ccdc; iVar4 = DAT_0008c77c; if ((DAT_0008ccdc != (char *)0x0) && (local_3c != 0)) { *(char **)(local_3c + 0x6c) = DAT_0008ccdc; sVar5 = strlen(pcVar2); *(size_t *)(local_3c + 0x24) = sVar5 + 1; iVar4 = DAT_0008c77c; } for (; iVar4 != 0; iVar4 = *(int *)(iVar4 + 0x18)) { if (((*(byte *)(iVar4 + 0x24) & 0x10) == 0) && (iVar6 = bfd_get_section_by_name(*(undefined4 *)(iVar4 + 0x10),".gnu.warning"), iVar6 != 0)) { iVar1 = *(int *)(iVar6 + 0x24); __ptr = (void *)xmalloc(iVar1 + 1); iVar7 = bfd_get_section_contents(*(undefined4 *)(iVar4 + 0x10),iVar6,__ptr,0,0,iVar1); if (iVar7 == 0) { uVar9 = *(undefined4 *)(iVar4 + 0x10); uVar8 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5); FUN_00031700(uVar8,uVar9); } *(undefined1 *)((int)__ptr + iVar1) = 0; (**(code **)(DAT_0008cc18 + 0x14)) (&DAT_0008cc00,__ptr,0,*(undefined4 *)(iVar4 + 0x10),0,0); free(__ptr); iVar1 = *(int *)(iVar6 + 0x3c); if (iVar1 != 0) { if (*(uint *)(iVar6 + 0x24) <= *(uint *)(iVar1 + 0x28)) { *(uint *)(iVar1 + 0x28) = *(uint *)(iVar1 + 0x28) - *(uint *)(iVar6 + 0x24); } } *(uint *)(iVar6 + 0x14) = *(uint *)(iVar6 + 0x14) | 0x208000; *(undefined4 *)(iVar6 + 0x24) = 0; } } FUN_00030310(); iVar4 = bfd_elf_size_dynsym_hash_dynstr(DAT_0008cc30,&DAT_0008cc00); if (iVar4 == 0) { uVar9 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5); FUN_00031700(uVar9); } if (local_48 != (undefined4 *)0x0) { *(undefined1 *)(local_48 + 3) = local_3d; local_48[4] = local_28; local_48[5] = local_24; local_48[6] = local_20; } return; } if (((*(int *)(*(int *)(iVar4 + 4) + 4) == 5) && (pcVar2 = *(char **)(*(int *)(iVar4 + 0x9c) + 0x204), pcVar2 != (char *)0x0)) && (*pcVar2 != '\0')) { pcVar2 = (char *)xstrdup(pcVar2); do { pcVar3 = strchr(pcVar2,(int)DAT_0008cd48); if (pcVar3 == (char *)0x0) { if (*pcVar2 != '\0') { FUN_000359c0(); iVar4 = *(int *)(iVar4 + 0x98); goto joined_r0x000368b0; } break; } *pcVar3 = '\0'; if (*pcVar2 != '\0') { FUN_000359c0(); } pcVar2 = pcVar3 + 1; } while (pcVar2 != (char *)0x0); } iVar4 = *(int *)(iVar4 + 0x98); } while( true ); }
PUSH EBP PUSH EDI PUSH ESI PUSH EBX CALL 0x00015a20 ADD EBX,0x557a7 SUB ESP,0x4c MOV dword ptr [ESP + 0x14],0x0 LEA EAX,[EBX + 0xc00] MOV dword ptr [ESP + 0x8],EAX MOV EAX,dword ptr [EAX + 0x1c] CMP dword ptr [EAX + 0x28],0x1 JZ 0x00036ba0 LEA EAX,[EBX + 0xca0] MOV dword ptr [ESP + 0x10],EAX MOV EAX,dword ptr [EAX + 0x44] MOV dword ptr [ESP + 0xc],EAX TEST EAX,EAX JZ 0x00036ad0 MOV EAX,dword ptr [ESP + 0xc] CMP byte ptr [EAX],0x0 JZ 0x00036aee MOV EAX,dword ptr [ESP + 0x8] MOV ESI,dword ptr [EAX + 0x38] TEST ESI,ESI JZ 0x00036960 LEA EAX,[EBX + 0xd00] MOV dword ptr [ESP + 0x4],EAX LEA EAX,[EBX + 0xa30] MOV dword ptr [ESP + 0x18],EAX JMP 0x000368de MOV ESI,dword ptr [ESI + 0x98] TEST ESI,ESI JZ 0x00036960 MOV EAX,dword ptr [ESI + 0x4] CMP dword ptr [EAX + 0x4],0x5 JNZ 0x000368d0 MOV EAX,dword ptr [ESI + 0x9c] MOV EAX,dword ptr [EAX + 0x204] TEST EAX,EAX JZ 0x000368d0 CMP byte ptr [EAX],0x0 JZ 0x000368d0 SUB ESP,0xc PUSH EAX CALL 0x00014490 ADD ESP,0x10 MOV EBP,EAX JMP 0x00036924 MOV byte ptr [EAX],0x0 CMP byte ptr [EBP],0x0 JNZ 0x00036cb0 ADD EDI,0x1 MOV EBP,EDI JZ 0x000368d0 SUB ESP,0x8 MOV EAX,dword ptr [ESP + 0xc] MOVSX EAX,byte ptr [EAX + 0x48] PUSH EAX PUSH EBP CALL 0x000146c0 ADD ESP,0x10 MOV EDI,EAX TEST EAX,EAX JNZ 0x00036910 CMP byte ptr [EBP],0x0 JZ 0x000368d0 MOV EAX,dword ptr [ESP + 0x18] MOV EDX,EBP CALL 0x000359c0 MOV ESI,dword ptr [ESI + 0x98] TEST ESI,ESI JNZ 0x000368de LEA ESI,[ESI] SUB ESP,0xc LEA EAX,[ESP + 0x2c] PUSH EAX MOV EDX,dword ptr [ESP + 0x18] PUSH EDX MOV EAX,dword ptr [ESP + 0x24] PUSH dword ptr [EAX + 0x50] PUSH dword ptr [EBX + 0xa30] PUSH dword ptr [EBX + 0xa34] PUSH dword ptr [EAX + 0x4c] PUSH dword ptr [ESP + 0x30] PUSH dword ptr [EAX + 0x40] PUSH dword ptr [EDX + 0x30] CALL 0x000147c0 ADD ESP,0x30 TEST EAX,EAX JZ 0x00036b50 MOV EAX,dword ptr [ESP + 0x10] MOV EAX,dword ptr [EAX + 0x3c] TEST EAX,EAX JZ 0x000369c5 MOV ESI,dword ptr [ESP + 0x20] TEST ESI,ESI JZ 0x000369c5 SUB ESP,0xc MOV dword ptr [ESI + 0x6c],EAX PUSH EAX CALL 0x000146f0 ADD ESP,0x10 ADD EAX,0x1 MOV dword ptr [ESI + 0x24],EAX LEA EAX,[EBX + 0x77c] MOV ESI,dword ptr [EAX] TEST ESI,ESI JZ 0x00036b00 LEA EAX,[EBX + 0xfffeed7c] MOV dword ptr [ESP + 0xc],EAX LEA EAX,[EBX + 0xfffee854] MOV dword ptr [ESP + 0x18],EAX JMP 0x00036a4c MOV EAX,dword ptr [ESP + 0x4] SUB ESP,0x8 MOV EDX,dword ptr [ESP + 0x10] MOV byte ptr [EBP + EAX*0x1],0x0 MOV EAX,dword ptr [EDX + 0x18] PUSH 0x0 PUSH 0x0 PUSH dword ptr [ESI + 0x10] PUSH 0x0 PUSH EBP PUSH EDX CALL dword ptr [EAX + 0x14] ADD ESP,0x14 PUSH EBP CALL 0x00014c50 MOV EAX,dword ptr [EDI + 0x3c] ADD ESP,0x10 TEST EAX,EAX JZ 0x00036a33 MOV EDX,dword ptr [EAX + 0x28] MOV ECX,dword ptr [EDI + 0x24] CMP EDX,ECX JC 0x00036a33 SUB EDX,ECX MOV dword ptr [EAX + 0x28],EDX OR dword ptr [EDI + 0x14],0x208000 MOV dword ptr [EDI + 0x24],0x0 MOV ESI,dword ptr [ESI + 0x18] TEST ESI,ESI JZ 0x00036b00 TEST byte ptr [ESI + 0x24],0x10 JNZ 0x00036a41 SUB ESP,0x8 PUSH dword ptr [ESP + 0x14] PUSH dword ptr [ESI + 0x10] CALL 0x000144d0 ADD ESP,0x10 MOV EDI,EAX TEST EAX,EAX JZ 0x00036a41 MOV EAX,dword ptr [EAX + 0x24] SUB ESP,0xc MOV dword ptr [ESP + 0x10],EAX ADD EAX,0x1 PUSH EAX CALL 0x00014c68 MOV EBP,EAX POP EAX POP EDX PUSH dword ptr [ESP + 0xc] PUSH 0x0 PUSH 0x0 PUSH EBP PUSH EDI PUSH dword ptr [ESI + 0x10] CALL 0x000142c0 ADD ESP,0x20 TEST EAX,EAX JNZ 0x000369f0 MOV ECX,dword ptr [ESI + 0x10] SUB ESP,0x4 MOV dword ptr [ESP + 0x14],ECX PUSH 0x5 PUSH dword ptr [ESP + 0x20] PUSH 0x0 CALL 0x000142e0 POP EDX POP ECX MOV ECX,dword ptr [ESP + 0x18] PUSH ECX PUSH EAX CALL 0x00031700 ADD ESP,0x10 JMP 0x000369f0 SUB ESP,0xc LEA EAX,[EBX + 0xfffeed70] PUSH EAX CALL 0x00014590 MOV dword ptr [ESP + 0x1c],EAX ADD ESP,0x10 TEST EAX,EAX JNZ 0x0003689a MOV dword ptr [ESP + 0xc],0x0 JMP 0x000368a7 CALL 0x00030310 SUB ESP,0x8 MOV EAX,dword ptr [ESP + 0x10] PUSH EAX PUSH dword ptr [EAX + 0x30] CALL 0x000149a0 ADD ESP,0x10 TEST EAX,EAX JZ 0x00036b78 MOV ECX,dword ptr [ESP + 0x14] TEST ECX,ECX JZ 0x00036b41 MOVZX EAX,byte ptr [ESP + 0x1f] MOV byte ptr [ECX + 0xc],AL MOV EAX,dword ptr [ESP + 0x34] MOV dword ptr [ECX + 0x10],EAX MOV EAX,dword ptr [ESP + 0x38] MOV dword ptr [ECX + 0x14],EAX MOV EAX,dword ptr [ESP + 0x3c] MOV dword ptr [ECX + 0x18],EAX ADD ESP,0x4c POP EBX POP ESI POP EDI POP EBP RET SUB ESP,0x4 LEA EAX,[EBX + 0xfffee824] PUSH 0x5 PUSH EAX PUSH 0x0 CALL 0x000142e0 MOV dword ptr [ESP],EAX CALL 0x00031700 ADD ESP,0x10 JMP 0x0003699d SUB ESP,0x4 LEA EAX,[EBX + 0xfffee824] PUSH 0x5 PUSH EAX PUSH 0x0 CALL 0x000142e0 MOV dword ptr [ESP],EAX CALL 0x00031700 ADD ESP,0x10 JMP 0x00036b1c SUB ESP,0x8 MOV EDI,dword ptr [ESP + 0x10] PUSH EDI PUSH dword ptr [EDI + 0x30] CALL 0x00014260 MOVZX EAX,byte ptr [EDI] MOV byte ptr [ESP + 0x14],AL AND EAX,0x3 ADD ESP,0x10 CMP AL,0x2 JNZ 0x00036be0 MOV dword ptr [ESP + 0x14],0x0 SUB ESP,0xc LEA EAX,[EBX + 0xfffaadc0] PUSH EAX CALL 0x00021760 ADD ESP,0x10 JMP 0x00036881 SUB ESP,0xc LEA EAX,[EBX + 0xfffeed63] PUSH 0x1 PUSH 0x0 PUSH 0x0 PUSH EAX MOV EAX,dword ptr [ESP + 0x24] PUSH dword ptr [EAX + 0x1c] CALL 0x00014520 MOV dword ptr [ESP + 0x34],EAX ADD ESP,0x20 TEST EAX,EAX JZ 0x00036bc1 MOVZX EAX,byte ptr [EAX + 0xc] CMP AL,0x2 JBE 0x00036c13 CMP AL,0x5 JNZ 0x00036bc1 SUB ESP,0x4 MOV ECX,dword ptr [ESP + 0xc] MOV EAX,dword ptr [ECX + 0x30] MOV EAX,dword ptr [EAX + 0x4] MOV EAX,dword ptr [EAX + 0x1c0] PUSH 0x1 MOV EDI,dword ptr [ESP + 0x1c] PUSH EDI PUSH ECX CALL dword ptr [EAX + 0xe4] MOVZX EAX,byte ptr [EDI + 0x31] MOV EDX,EAX ADD ESP,0x10 AND EDX,0x3 CMP DL,0x1 JZ 0x00036c4e AND EAX,0xfffffffc OR EAX,0x2 MOV byte ptr [EDI + 0x31],AL MOV ECX,dword ptr [ESP + 0x14] MOV EAX,dword ptr [ECX] MOV dword ptr [ESP + 0x24],EAX MOV EAX,dword ptr [ECX + 0x4] MOV dword ptr [ESP + 0x28],EAX MOV EAX,dword ptr [ECX + 0x8] MOV dword ptr [ESP + 0x2c],EAX MOV EAX,dword ptr [ECX + 0xc] MOV dword ptr [ESP + 0x30],EAX MOV EAX,dword ptr [ECX + 0x10] MOV dword ptr [ESP + 0x34],EAX MOV EAX,dword ptr [ECX + 0x14] MOV dword ptr [ESP + 0x38],EAX MOV EAX,dword ptr [ECX + 0x18] MOV dword ptr [ECX + 0x18],0x0 MOV dword ptr [ESP + 0x3c],EAX MOVZX EAX,byte ptr [ECX + 0xc] MOV byte ptr [ECX + 0xc],0x3 MOV byte ptr [ESP + 0x1f],AL MOV EAX,dword ptr [EBX + 0xffffffd4] ADD EAX,0x150 MOV dword ptr [ECX + 0x14],EAX JMP 0x00036bc9 MOV EAX,dword ptr [ESP + 0x18] MOV EDX,EBP CALL 0x000359c0 JMP 0x0003691d
null
null
null
null
[('const-417', u'STORE_-1206096659'), (u'CALL_-1206096144', u'INDIRECT_-1206093651'), ('const-0', u'COPY_-1206095836'), (u'MULTIEQUAL_-1206091910', u'MULTIEQUAL_-1206091909'), ('const-3', u'PTRADD_-1206091676'), (u'INDIRECT_-1206092070', u'MULTIEQUAL_-1206092865'), (u'INT_NOTEQUAL_-1206097347', u'CBRANCH_-1206097345'), (u'CALL_-1206096318', u'INDIRECT_-1206092796'), (u'MULTIEQUAL_-1206091987', u'COPY_-1206092065'), (u'CALL_-1206097478', u'INDIRECT_-1206093401'), (u'STORE_-1206096594', u'INDIRECT_-1206092460'), (u'CALL_-1206096144', u'INDIRECT_-1206093219'), (u'MULTIEQUAL_-1206093333', u'MULTIEQUAL_-1206093324'), (u'MULTIEQUAL_-1206093026', u'MULTIEQUAL_-1206092429'), (u'MULTIEQUAL_-1206092633', u'MULTIEQUAL_-1206092597'), (u'MULTIEQUAL_-1206092402', u'MULTIEQUAL_-1206092187'), (u'STORE_-1206096259', u'INDIRECT_-1206092273'), (u'MULTIEQUAL_-1206092673', u'MULTIEQUAL_-1206092451'), (u'INDIRECT_-1206091839', u'MULTIEQUAL_-1206092723'), (u'MULTIEQUAL_-1206093847', u'MULTIEQUAL_-1206093838'), (u'INDIRECT_-1206092679', u'MULTIEQUAL_-1206092679'), (u'STORE_-1206096259', u'INDIRECT_-1206092700'), (u'INDIRECT_-1206093230', u'MULTIEQUAL_-1206093156'), ('const-3', u'PTRADD_-1206091531'), (u'PTRSUB_-1206092126', u'LOAD_-1206096884'), (u'INDIRECT_-1206093010', u'MULTIEQUAL_-1206093901'), (u'CALL_-1206096144', u'INDIRECT_-1206092257'), (u'STORE_-1206095400', u'INDIRECT_-1206091682'), (u'COPY_-1206092197', u'CALL_-1206096832'), ('const-0', u'CALL_-1206096698'), (u'CALL_-1206096698', u'INDIRECT_-1206093500'), (u'CALL_-1206096095', u'INDIRECT_-1206092790'), (u'CALL_-1206097328', u'INDIRECT_-1206093668'), (u'MULTIEQUAL_-1206093977', u'MULTIEQUAL_-1206092460'), (u'INDIRECT_-1206092818', u'MULTIEQUAL_-1206092801'), (u'CALL_-1206095715', u'INDIRECT_-1206092280'), (u'INDIRECT_-1206092500', u'MULTIEQUAL_-1206092450'), (u'CAST_-1206091416', u'STORE_-1206095376'), ('const-417', u'STORE_-1206096220'), (u'CALL_-1206096832', u'INT_ADD_-1206096659'), (u'MULTIEQUAL_-1206092660', u'MULTIEQUAL_-1206092440'), (u'CALL_-1206097394', u'INDIRECT_-1206093858'), ('const-417', u'LOAD_-1206097575'), (u'CALL_-1206096082', u'INDIRECT_-1206093504'), (u'STORE_-1206096220', u'INDIRECT_-1206092188'), (u'MULTIEQUAL_-1206092170', u'COPY_-1206092248'), (u'MULTIEQUAL_-1206092195', u'MULTIEQUAL_-1206092740'), (u'INDIRECT_-1206092127', u'MULTIEQUAL_-1206092109'), (u'CALL_-1206096582', u'INDIRECT_-1206093559'), (u'CALL_-1206096677', u'INDIRECT_-1206093671'), (u'MULTIEQUAL_-1206092856', u'MULTIEQUAL_-1206092454'), (u'MULTIEQUAL_-1206092780', u'COPY_-1206092858'), (u'INDIRECT_-1206092723', u'MULTIEQUAL_-1206092642'), (u'INT_ADD_-1206095481', u'CAST_-1206091484'), (u'MULTIEQUAL_-1206092987', u'MULTIEQUAL_-1206092965'), (u'INDIRECT_-1206093207', u'MULTIEQUAL_-1206093210'), (u'STORE_-1206096603', u'INDIRECT_-1206093013'), ('tmp_17071', u'CALL_-1206095889'), (u'CALL_-1206096698', u'INDIRECT_-1206092322'), (u'CALL_-1206095795', u'INDIRECT_-1206093403'), (u'CALL_-1206097394', u'INDIRECT_-1206092680'), (u'MULTIEQUAL_-1206093156', u'MULTIEQUAL_-1206093154'), (u'CALL_-1206095795', u'INDIRECT_-1206092971'), (u'MULTIEQUAL_-1206094367', u'PTRADD_-1206091894'), (u'CALL_-1206095889', u'INDIRECT_-1206093284'), (u'STORE_-1206096233', u'INDIRECT_-1206092501'), (u'CALL_-1206097186', u'INDIRECT_-1206092829'), (u'INDIRECT_-1206091734', u'MULTIEQUAL_-1206091714'), (u'CALL_-1206096677', u'INDIRECT_-1206093509'), (u'CALL_-1206096357', u'INDIRECT_-1206092142'), (u'MULTIEQUAL_-1206092804', u'MULTIEQUAL_-1206092782'), (u'CALLIND_-1206096698', u'INDIRECT_-1206092935'), (u'MULTIEQUAL_-1206093333', u'MULTIEQUAL_-1206093409'), (u'INDIRECT_-1206093392', u'MULTIEQUAL_-1206093318'), ('const-417', u'LOAD_-1206095447'), (u'CALL_-1206096615', u'INDIRECT_-1206092897'), (u'STORE_-1206096603', u'INDIRECT_-1206092281'), (u'CALL_-1206096082', u'INDIRECT_-1206092720'), (u'CALL_-1206097328', u'INDIRECT_-1206092896'), ('const-3', u'INT_AND_-1206094420'), (u'STORE_-1206095376', u'INDIRECT_-1206091605'), (u'STORE_-1206096751', u'INDIRECT_-1206092640'), (u'CALL_-1206096615', u'INDIRECT_-1206093519'), ('const-417', u'LOAD_-1206095421'), ('const-0', u'INT_NOTEQUAL_-1206097518'), (u'INDIRECT_-1206094070', u'MULTIEQUAL_-1206094000'), (u'CALL_-1206096357', u'INDIRECT_-1206092813'), (u'INDIRECT_-1206092454', u'MULTIEQUAL_-1206092188'), (u'CALL_-1206096093', u'INDIRECT_-1206092677'), (u'INDIRECT_-1206092757', u'MULTIEQUAL_-1206092740'), (u'CALL_-1206096582', u'INDIRECT_-1206093343'), (u'MULTIEQUAL_-1206095626', u'LOAD_-1206097363'), ('tmp_17075', u'MULTIEQUAL_-1206093353'), (u'CALL_-1206096754', u'INDIRECT_-1206092894'), (u'MULTIEQUAL_-1206092190', u'MULTIEQUAL_-1206092435'), (u'STORE_-1206096246', u'INDIRECT_-1206092753'), (u'CALL_-1206096082', u'INDIRECT_-1206092781'), (u'MULTIEQUAL_-1206092951', u'MULTIEQUAL_-1206092196'), (u'MULTIEQUAL_-1206092434', u'MULTIEQUAL_-1206092434'), (u'INDIRECT_-1206092375', u'MULTIEQUAL_-1206093170'), (u'INDIRECT_-1206092627', u'MULTIEQUAL_-1206092759'), (u'CALL_-1206096357', u'INDIRECT_-1206093543'), (u'CALLIND_-1206095573', u'INDIRECT_-1206092163'), (u'CALL_-1206097328', u'INDIRECT_-1206092713'), (u'MULTIEQUAL_-1206093045', u'MULTIEQUAL_-1206092201'), (u'LOAD_-1206097549', u'PTRSUB_-1206092486'), (u'STORE_-1206095376', u'INDIRECT_-1206092154'), (u'MULTIEQUAL_-1206092341', u'MULTIEQUAL_-1206092186'), (u'MULTIEQUAL_-1206092208', u'MULTIEQUAL_-1206093667'), (u'MULTIEQUAL_-1206092444', u'MULTIEQUAL_-1206092860'), ('const-417', u'LOAD_-1206096637'), (u'CALL_-1206095795', u'INDIRECT_-1206091948'), (u'STORE_-1206097092', u'INDIRECT_-1206092409'), (u'INDIRECT_-1206094046', u'MULTIEQUAL_-1206092463'), (u'MULTIEQUAL_-1206091849', u'MULTIEQUAL_-1206091848'), (u'PTRSUB_-1206091973', u'PTRSUB_-1206092112'), (u'INDIRECT_-1206092902', u'MULTIEQUAL_-1206093793'), (u'MULTIEQUAL_-1206093881', u'MULTIEQUAL_-1206093859'), (u'CALL_-1206096082', u'INDIRECT_-1206092171'), (u'CALL_-1206096754', u'INDIRECT_-1206092467'), (u'CALL_-1206096093', u'INDIRECT_-1206093137'), (u'LOAD_-1206096729', u'CAST_-1206092050'), (u'INDIRECT_-1206091948', u'MULTIEQUAL_-1206092743'), (u'MULTIEQUAL_-1206092191', u'MULTIEQUAL_-1206092496'), (u'MULTIEQUAL_-1206092458', u'MULTIEQUAL_-1206093869'), ('const-3', u'PTRADD_-1206091902'), (u'STORE_-1206096603', u'INDIRECT_-1206092220'), (u'CALL_-1206096144', u'INDIRECT_-1206093597'), (u'MULTIEQUAL_-1206093827', u'MULTIEQUAL_-1206093805'), (u'INDIRECT_-1206092622', u'MULTIEQUAL_-1206092572'), (u'MULTIEQUAL_-1206092200', u'PTRSUB_-1206091900'), (u'MULTIEQUAL_-1206093424', u'MULTIEQUAL_-1206092460'), (u'CALL_-1206097078', u'INDIRECT_-1206093089'), ('const-1', u'CALL_-1206095715'), ('const-0', u'INT_NOTEQUAL_-1206096802'), (u'INDIRECT_-1206092561', u'MULTIEQUAL_-1206092511'), (u'INDIRECT_-1206093351', u'MULTIEQUAL_-1206093409'), ('const-0', u'CALLIND_-1206096698'), (u'MULTIEQUAL_-1206093272', u'MULTIEQUAL_-1206093348'), (u'INDIRECT_-1206093072', u'MULTIEQUAL_-1206093493'), (u'STORE_-1206095400', u'INDIRECT_-1206092414'), (u'MULTIEQUAL_-1206091926', u'COPY_-1206092004'), ('const-5', u'PTRADD_-1206091886'), (u'CALL_-1206097394', u'INDIRECT_-1206094074'), (u'CALL_-1206097478', u'INDIRECT_-1206093746'), (u'INDIRECT_-1206092830', u'MULTIEQUAL_-1206092816'), (u'CALL_-1206096093', u'INDIRECT_-1206092067'), (u'CALL_-1206095795', u'INDIRECT_-1206093349'), (u'MULTIEQUAL_-1206092984', u'MULTIEQUAL_-1206092199'), (u'INDIRECT_-1206092041', u'MULTIEQUAL_-1206091958'), (u'STORE_-1206095400', u'INDIRECT_-1206091621'), (u'MULTIEQUAL_-1206092206', u'MULTIEQUAL_-1206093559'), (u'CALL_-1206096615', u'INDIRECT_-1206092165'), (u'STORE_-1206095339', u'INDIRECT_-1206091707'), (u'INDIRECT_-1206092866', u'MULTIEQUAL_-1206092816'), (u'STORE_-1206096220', u'INDIRECT_-1206092737'), (u'INDIRECT_-1206092835', u'MULTIEQUAL_-1206092445'), (u'CALL_-1206096832', u'INDIRECT_-1206093552'), (u'MULTIEQUAL_-1206092448', u'MULTIEQUAL_-1206093043'), (u'CALL_-1206097394', u'INDIRECT_-1206093696'), (u'INDIRECT_-1206092942', u'MULTIEQUAL_-1206092196'), (u'STORE_-1206096594', u'INDIRECT_-1206092826'), (u'CALL_-1206097078', u'INDIRECT_-1206092601'), (u'CALL_-1206096144', u'INDIRECT_-1206093327'), (u'CALL_-1206095795', u'INDIRECT_-1206092558'), ('const-16', u'PTRSUB_-1206092199'), (u'LOAD_-1206095447', u'MULTIEQUAL_-1206093154'), ('tmp_1227', u'CBRANCH_-1206096868'), (u'MULTIEQUAL_-1206092540', u'MULTIEQUAL_-1206092616'), (u'STORE_-1206096594', u'INDIRECT_-1206092338'), (u'MULTIEQUAL_-1206093397', u'MULTIEQUAL_-1206092203'), (u'CALL_-1206096093', u'INDIRECT_-1206092189'), (u'STORE_-1206097092', u'INDIRECT_-1206092775'), (u'INDIRECT_-1206094016', u'MULTIEQUAL_-1206093946'), (u'CALL_-1206095889', u'INDIRECT_-1206092296'), (u'STORE_-1206097092', u'INDIRECT_-1206093141'), (u'CALL_-1206096698', u'INDIRECT_-1206092261'), (u'INT_EQUAL_-1206096111', u'CBRANCH_-1206096109'), (u'CALL_-1206097186', u'INDIRECT_-1206092646'), (u'INDIRECT_-1206092497', u'MULTIEQUAL_-1206093292'), (u'INDIRECT_-1206092737', u'MULTIEQUAL_-1206092719'), ('const-0', u'INT_EQUAL_-1206096672'), (u'INDIRECT_-1206092576', u'MULTIEQUAL_-1206092190'), (u'INDIRECT_-1206092205', u'MULTIEQUAL_-1206093089'), (u'INDIRECT_-1206093556', u'MULTIEQUAL_-1206092203'), (u'PTRSUB_-1206092112', u'LOAD_-1206096846'), (u'CALL_-1206097186', u'INDIRECT_-1206093547'), ('const-4', u'PTRADD_-1206091548'), (u'STORE_-1206096594', u'INDIRECT_-1206092704'), (u'CALL_-1206096357', u'INDIRECT_-1206093489'), ('const-1', u'INT_ADD_-1206096758'), (u'MULTIEQUAL_-1206092440', u'CALL_-1206097186'), (u'INDIRECT_-1206092802', u'MULTIEQUAL_-1206092860'), (u'INT_ADD_-1206097046', u'STORE_-1206097050'), (u'INDIRECT_-1206092862', u'MULTIEQUAL_-1206092862'), (u'COPY_-1206097822', u'MULTIEQUAL_-1206093773'), (u'INDIRECT_-1206092867', u'MULTIEQUAL_-1206093392'), (u'CALL_-1206096698', u'INDIRECT_-1206092200'), (u'STORE_-1206096575', u'INDIRECT_-1206092330'), (u'MULTIEQUAL_-1206092662', u'MULTIEQUAL_-1206092738'), (u'CALL_-1206096093', u'INDIRECT_-1206093353'), (u'CALL_-1206097394', u'INDIRECT_-1206093966'), (u'CALL_-1206096093', u'INDIRECT_-1206092616'), (u'COPY_-1206092116', u'CALL_-1206096615'), ('const-417', u'STORE_-1206096246'), (u'MULTIEQUAL_-1206093547', u'MULTIEQUAL_-1206092203'), (u'CALL_-1206095889', u'INDIRECT_-1206092418'), (u'INDIRECT_-1206091927', u'MULTIEQUAL_-1206092341'), (u'INDIRECT_-1206092064', u'MULTIEQUAL_-1206092023'), (u'MULTIEQUAL_-1206092923', u'MULTIEQUAL_-1206092198'), (u'CALL_-1206096318', u'INDIRECT_-1206092186'), (u'MULTIEQUAL_-1206092313', u'MULTIEQUAL_-1206092188'), (u'CALLIND_-1206095573', u'INDIRECT_-1206092285'), (u'CAST_-1206091575', u'PTRADD_-1206091552'), (u'CALL_-1206097328', u'INDIRECT_-1206093722'), (u'CALL_-1206096832', u'INDIRECT_-1206092801'), (u'CALLIND_-1206095573', u'INDIRECT_-1206092346'), ('const-501796', u'COPY_-1206091944'), (u'INDIRECT_-1206093218', u'MULTIEQUAL_-1206093141'), (u'MULTIEQUAL_-1206092435', u'MULTIEQUAL_-1206092190'), (u'MULTIEQUAL_-1206092446', u'PTRSUB_-1206092493'), (u'INDIRECT_-1206092806', u'MULTIEQUAL_-1206092784'), (u'CALLIND_-1206096698', u'INDIRECT_-1206093057'), (u'CALLIND_-1206096698', u'INDIRECT_-1206092630'), ('const-5', u'PTRADD_-1206091560'), (u'INDIRECT_-1206092637', u'MULTIEQUAL_-1206092191'), (u'INDIRECT_-1206093826', u'MULTIEQUAL_-1206092208'), (u'INDIRECT_-1206093451', u'MULTIEQUAL_-1206093639'), (u'CAST_-1206091575', u'MULTIEQUAL_-1206093533'), (u'CALL_-1206096615', u'INDIRECT_-1206093357'), (u'INDIRECT_-1206092235', u'MULTIEQUAL_-1206092154'), (u'CALL_-1206095690', u'INDIRECT_-1206092848'), (u'MULTIEQUAL_-1206092447', u'CALL_-1206097186'), (u'INDIRECT_-1206092529', u'MULTIEQUAL_-1206092446'), (u'LOAD_-1206096637', u'INT_LESSEQUAL_-1206096617'), (u'MULTIEQUAL_-1206094183', u'MULTIEQUAL_-1206092463'), (u'INDIRECT_-1206092881', u'MULTIEQUAL_-1206092939'), (u'CALL_-1206095889', u'INDIRECT_-1206092113'), (u'LOAD_-1206095460', u'MULTIEQUAL_-1206093208'), (u'MULTIEQUAL_-1206092490', u'MULTIEQUAL_-1206092448'), (u'MULTIEQUAL_-1206092965', u'MULTIEQUAL_-1206092368'), (u'CALL_-1206096144', u'INDIRECT_-1206092318'), (u'INDIRECT_-1206092566', u'MULTIEQUAL_-1206092698'), (u'INDIRECT_-1206093854', u'MULTIEQUAL_-1206093784'), (u'STORE_-1206096603', u'INDIRECT_-1206092769'), (u'INDIRECT_-1206092212', u'MULTIEQUAL_-1206092393'), (u'STORE_-1206096603', u'INDIRECT_-1206092647'), (u'STORE_-1206096575', u'INDIRECT_-1206092940'), (u'LOAD_-1206095571', u'INT_AND_-1206094420'), (u'MULTIEQUAL_-1206092555', u'MULTIEQUAL_-1206092439'), (u'CALL_-1206096677', u'INDIRECT_-1206092500'), (u'MULTIEQUAL_-1206092662', u'MULTIEQUAL_-1206092653'), (u'INDIRECT_-1206092708', u'MULTIEQUAL_-1206092694'), (u'MULTIEQUAL_-1206094367', u'PTRADD_-1206091878'), ('const-4', u'PTRADD_-1206091511'), (u'MULTIEQUAL_-1206092450', u'MULTIEQUAL_-1206092414'), (u'CALL_-1206096093', u'INDIRECT_-1206092494'), (u'CAST_-1206091942', u'CALLIND_-1206096698'), (u'CAST_-1206091942', u'CALL_-1206096698'), (u'STORE_-1206095339', u'INDIRECT_-1206091829'), (u'CALL_-1206097078', u'INDIRECT_-1206092418'), (u'MULTIEQUAL_-1206092845', u'MULTIEQUAL_-1206092836'), (u'INDIRECT_-1206092639', u'MULTIEQUAL_-1206092820'), (u'CALL_-1206095690', u'INDIRECT_-1206092022'), (u'STORE_-1206096751', u'INDIRECT_-1206093006'), (u'INDIRECT_-1206092432', u'MULTIEQUAL_-1206092414'), (u'CALL_-1206097186', u'INDIRECT_-1206093763'), (u'CALL_-1206097328', u'INDIRECT_-1206093884'), (u'STORE_-1206096575', u'INDIRECT_-1206092452'), (u'CALL_-1206095795', u'INDIRECT_-1206092009'), (u'LOAD_-1206095680', u'INT_LESS_-1206095650'), (u'INDIRECT_-1206093455', u'MULTIEQUAL_-1206093397'), (u'MULTIEQUAL_-1206094063', u'MULTIEQUAL_-1206094054'), (u'LOAD_-1206096643', u'INT_SUB_-1206096597'), (u'CAST_-1206091485', u'INT_ADD_-1206095481'), (u'INDIRECT_-1206092806', u'MULTIEQUAL_-1206093331'), (u'CAST_-1206091575', u'LOAD_-1206095485'), (u'STORE_-1206096220', u'INDIRECT_-1206092371'), (u'STORE_-1206096751', u'INDIRECT_-1206093128'), (u'PTRADD_-1206091894', u'STORE_-1206096246'), (u'CALL_-1206096095', u'INDIRECT_-1206092729'), (u'CALL_-1206097394', u'INDIRECT_-1206092924'), (u'INDIRECT_-1206092363', u'MULTIEQUAL_-1206092450'), (u'INDIRECT_-1206093157', u'MULTIEQUAL_-1206093080'), ('tmp_17072', u'MULTIEQUAL_-1206093170'), (u'MULTIEQUAL_-1206093751', u'MULTIEQUAL_-1206093154'), (u'CALL_-1206097186', u'INDIRECT_-1206093817'), (u'INDIRECT_-1206093288', u'MULTIEQUAL_-1206093709'), (u'MULTIEQUAL_-1206092197', u'MULTIEQUAL_-1206092862'), (u'CALL_-1206096615', u'INDIRECT_-1206092531'), (u'INDIRECT_-1206093064', u'MULTIEQUAL_-1206093955'), (u'PTRSUB_-1206092049', u'PTRSUB_-1206092199'), (u'INDIRECT_-1206093202', u'MULTIEQUAL_-1206093168'), (u'CALL_-1206096080', u'INDIRECT_-1206091997'), (u'STORE_-1206096233', u'INDIRECT_-1206092440'), (u'CALL_-1206097328', u'INDIRECT_-1206093201'), (u'PTRSUB_-1206092139', u'PTRSUB_-1206092138'), (u'INDIRECT_-1206093073', u'MULTIEQUAL_-1206093012'), (u'INDIRECT_-1206092327', u'MULTIEQUAL_-1206093211'), (u'MULTIEQUAL_-1206093210', u'MULTIEQUAL_-1206093208'), (u'INDIRECT_-1206092113', u'MULTIEQUAL_-1206092032'), (u'PTRSUB_-1206091763', u'CALL_-1206095795'), (u'MULTIEQUAL_-1206093211', u'MULTIEQUAL_-1206093202'), (u'MULTIEQUAL_-1206092738', u'MULTIEQUAL_-1206092442'), ('const-0', u'INT_NOTEQUAL_-1206097128'), (u'CALL_-1206096080', u'INDIRECT_-1206092424'), (u'INDIRECT_-1206093613', u'MULTIEQUAL_-1206093801'), (u'MULTIEQUAL_-1206093154', u'MULTIEQUAL_-1206092455'), (u'MULTIEQUAL_-1206094151', u'MULTIEQUAL_-1206094129'), (u'INDIRECT_-1206092647', u'MULTIEQUAL_-1206092633'), (u'CAST_-1206091718', u'CALL_-1206096082'), ('const-576512', u'PTRSUB_-1206091948'), (u'CAST_-1206092050', u'CALLIND_-1206096698'), (u'INDIRECT_-1206092296', u'MULTIEQUAL_-1206092215'), (u'CAST_-1206091993', u'STORE_-1206096575'), (u'LOAD_-1206096884', u'CAST_-1206091989'), (u'MULTIEQUAL_-1206093048', u'MULTIEQUAL_-1206093046'), (u'CALL_-1206096754', u'INDIRECT_-1206092284'), (u'STORE_-1206096575', u'INDIRECT_-1206092635'), ('const-0', u'STORE_-1206095400'), (u'CALL_-1206096615', u'INDIRECT_-1206092592'), (u'INDIRECT_-1206093722', u'MULTIEQUAL_-1206092457'), (u'STORE_-1206097050', u'INDIRECT_-1206092942'), (u'INDIRECT_-1206092222', u'MULTIEQUAL_-1206092202'), (u'COPY_-1206092079', u'MULTIEQUAL_-1206092200'), ('const-0', u'CALL_-1206096698'), ('tmp_17074', u'MULTIEQUAL_-1206093292'), (u'MULTIEQUAL_-1206093967', u'MULTIEQUAL_-1206092459'), (u'STORE_-1206096220', u'INDIRECT_-1206091944'), (u'INDIRECT_-1206092332', u'MULTIEQUAL_-1206092186'), (u'PTRADD_-1206095291', u'STORE_-1206095339'), ('const-6', u'PTRADD_-1206091878'), (u'MULTIEQUAL_-1206093739', u'MULTIEQUAL_-1206093815'), (u'MULTIEQUAL_-1206092440', u'MULTIEQUAL_-1206092616'), (u'INDIRECT_-1206092393', u'MULTIEQUAL_-1206092187'), ('tmp_2008', u'CBRANCH_-1206096617'), (u'CALL_-1206096082', u'INDIRECT_-1206093342'), (u'CALL_-1206095889', u'INDIRECT_-1206092357'), (u'INDIRECT_-1206091736', u'MULTIEQUAL_-1206091653'), (u'PTRADD_-1206091584', u'LOAD_-1206095460'), (u'INDIRECT_-1206092058', u'MULTIEQUAL_-1206092145'), (u'INDIRECT_-1206092635', u'MULTIEQUAL_-1206092618'), ('tmp_13721', u'MULTIEQUAL_-1206093935'), ('const-417', u'LOAD_-1206097549'), (u'MULTIEQUAL_-1206093793', u'MULTIEQUAL_-1206093869'), (u'CALL_-1206095889', u'INDIRECT_-1206093176'), (u'MULTIEQUAL_-1206093102', u'MULTIEQUAL_-1206093100'), (u'CALL_-1206096582', u'INDIRECT_-1206092822'), (u'CAST_-1206091509', u'LOAD_-1206095571'), (u'STORE_-1206096246', u'INDIRECT_-1206092082'), ('tmp_17063', u'PTRSUB_-1206092609'), ('tmp_2760', u'BRANCH_-1206096136'), (u'INDIRECT_-1206093256', u'MULTIEQUAL_-1206093195'), ('const-503152', u'COPY_-1206092072'), (u'MULTIEQUAL_-1206094085', u'MULTIEQUAL_-1206092462'), (u'INDIRECT_-1206092501', u'MULTIEQUAL_-1206092479'), (u'INDIRECT_-1206092619', u'MULTIEQUAL_-1206093414'), (u'MULTIEQUAL_-1206092799', u'MULTIEQUAL_-1206092443'), (u'CALL_-1206096677', u'INDIRECT_-1206092683'), (u'INDIRECT_-1206092317', u'MULTIEQUAL_-1206092519'), (u'INDIRECT_-1206092415', u'MULTIEQUAL_-1206092829'), (u'MULTIEQUAL_-1206092189', u'MULTIEQUAL_-1206092374'), (u'MULTIEQUAL_-1206093211', u'MULTIEQUAL_-1206093287'), (u'CALL_-1206096677', u'INDIRECT_-1206092439'), (u'INT_AND_-1206094578', u'INT_EQUAL_-1206095839'), (u'CALL_-1206097394', u'INDIRECT_-1206093804'), (u'CALL_-1206096357', u'INDIRECT_-1206092447'), (u'INDIRECT_-1206092971', u'MULTIEQUAL_-1206093773'), (u'STORE_-1206095376', u'INDIRECT_-1206092276'), (u'INDIRECT_-1206092619', u'MULTIEQUAL_-1206092677'), (u'INDIRECT_-1206092806', u'MULTIEQUAL_-1206092734'), (u'CALL_-1206096080', u'INDIRECT_-1206092363'), ('const-4', u'PTRADD_-1206091584'), (u'CALL_-1206096144', u'INDIRECT_-1206092867'), (u'CALL_-1206096677', u'INDIRECT_-1206093563'), (u'INDIRECT_-1206092879', u'MULTIEQUAL_-1206092862'), (u'INDIRECT_-1206092402', u'MULTIEQUAL_-1206092341'), (u'CALL_-1206096582', u'INDIRECT_-1206093397'), (u'CAST_-1206091518', u'INT_ADD_-1206095567'), (u'MULTIEQUAL_-1206092459', u'MULTIEQUAL_-1206093923'), (u'CALL_-1206096318', u'INDIRECT_-1206093148'), (u'STORE_-1206096220', u'INDIRECT_-1206092005'), (u'INDIRECT_-1206093049', u'MULTIEQUAL_-1206092999'), (u'INDIRECT_-1206093696', u'MULTIEQUAL_-1206093761'), (u'STORE_-1206096594', u'INDIRECT_-1206092277'), (u'MULTIEQUAL_-1206092734', u'MULTIEQUAL_-1206092452'), (u'LOAD_-1206096737', u'COPY_-1206092440'), (u'PTRADD_-1206091552', u'LOAD_-1206095408'), (u'CALL_-1206095795', u'INDIRECT_-1206092131'), (u'STORE_-1206095376', u'INDIRECT_-1206092337'), (u'CALL_-1206095690', u'INDIRECT_-1206092449'), (u'PTRSUB_-1206091792', u'CALL_-1206095889'), (u'CALL_-1206095795', u'INDIRECT_-1206091826'), (u'CAST_-1206091575', u'PTRADD_-1206091560'), (u'STORE_-1206096751', u'INDIRECT_-1206092579'), ('const-0', u'INT_EQUAL_-1206097664'), (u'INDIRECT_-1206093235', u'MULTIEQUAL_-1206093423'), (u'INDIRECT_-1206091595', u'MULTIEQUAL_-1206092479'), ('tmp_634', u'CBRANCH_-1206097363'), (u'INDIRECT_-1206093186', u'MULTIEQUAL_-1206092201'), ('const-417', u'LOAD_-1206096643'), (u'CALL_-1206096754', u'INDIRECT_-1206092589'), (u'INDIRECT_-1206093219', u'MULTIEQUAL_-1206093154'), (u'CALL_-1206097394', u'INDIRECT_-1206092619'), (u'INDIRECT_-1206092073', u'MULTIEQUAL_-1206092275'), (u'CALLIND_-1206095573', u'INDIRECT_-1206091736'), (u'MULTIEQUAL_-1206093292', u'MULTIEQUAL_-1206093270'), (u'CALL_-1206097478', u'INDIRECT_-1206093692'), (u'INDIRECT_-1206093180', u'MULTIEQUAL_-1206093601'), ('const-4', u'PTRADD_-1206091902'), (u'MULTIEQUAL_-1206093318', u'MULTIEQUAL_-1206093316'), (u'MULTIEQUAL_-1206093859', u'MULTIEQUAL_-1206092457'), (u'MULTIEQUAL_-1206093721', u'MULTIEQUAL_-1206092209'), (u'PTRADD_-1206091568', u'LOAD_-1206095434'), (u'CALL_-1206097394', u'INDIRECT_-1206092802'), (u'CALL_-1206096093', u'INDIRECT_-1206093083'), (u'CALL_-1206095795', u'INDIRECT_-1206091887'), (u'CAST_-1206091575', u'PTRADD_-1206091568'), (u'CALL_-1206096698', u'INDIRECT_-1206093554'), (u'INDIRECT_-1206092890', u'MULTIEQUAL_-1206092829'), (u'INDIRECT_-1206092927', u'MULTIEQUAL_-1206092877'), (u'MULTIEQUAL_-1206092557', u'MULTIEQUAL_-1206092192'), (u'INDIRECT_-1206092369', u'MULTIEQUAL_-1206092328'), (u'MULTIEQUAL_-1206092461', u'MULTIEQUAL_-1206094031'), (u'INDIRECT_-1206091917', u'MULTIEQUAL_-1206091897'), (u'INDIRECT_-1206093338', u'MULTIEQUAL_-1206093477'), (u'MULTIEQUAL_-1206092965', u'MULTIEQUAL_-1206092445'), ('const-2', u'INT_LESS_-1206095650'), ('const-417', u'STORE_-1206096233'), (u'MULTIEQUAL_-1206095626', u'LOAD_-1206096656'), (u'STORE_-1206096246', u'INDIRECT_-1206092448'), (u'CAST_-1206091942', u'CALL_-1206096677'), (u'STORE_-1206097050', u'INDIRECT_-1206092637'), (u'PTRSUB_-1206091983', u'PTRSUB_-1206092139'), ('tmp_210', u'CBRANCH_-1206097690'), (u'CALL_-1206096754', u'INDIRECT_-1206093577'), (u'COPY_-1206091944', u'CALL_-1206096095'), (u'STORE_-1206097050', u'INDIRECT_-1206092515'), (u'CALL_-1206096357', u'INDIRECT_-1206092569'), ('const-0', u'INT_EQUAL_-1206096872'), (u'MULTIEQUAL_-1206093817', u'MULTIEQUAL_-1206092208'), (u'INT_ADD_-1206096785', u'CAST_-1206091957'), (u'STORE_-1206097092', u'INDIRECT_-1206093019'), (u'CALL_-1206096144', u'INDIRECT_-1206092562'), (u'MULTIEQUAL_-1206093805', u'MULTIEQUAL_-1206093208'), (u'LOAD_-1206097679', u'INT_EQUAL_-1206097664'), (u'INDIRECT_-1206092449', u'MULTIEQUAL_-1206093333'), (u'MULTIEQUAL_-1206092188', u'MULTIEQUAL_-1206092313'), (u'STORE_-1206096603', u'INDIRECT_-1206092464'), (u'STORE_-1206096259', u'INDIRECT_-1206092334'), (u'MULTIEQUAL_-1206092353', u'COPY_-1206092431'), (u'STORE_-1206095400', u'INDIRECT_-1206091987'), (u'COPY_-1206092313', u'MULTIEQUAL_-1206092446'), (u'PTRSUB_-1206091920', u'PTRSUB_-1206092061'), (u'INDIRECT_-1206092823', u'PTRSUB_-1206092191'), (u'MULTIEQUAL_-1206092202', u'MULTIEQUAL_-1206093343'), (u'CALL_-1206096095', u'INDIRECT_-1206092363'), (u'INDIRECT_-1206092009', u'MULTIEQUAL_-1206092804'), ('tmp_17077', u'MULTIEQUAL_-1206093475'), (u'CALL_-1206096582', u'INDIRECT_-1206092334'), (u'PTRSUB_-1206092191', u'LOAD_-1206096708'), (u'MULTIEQUAL_-1206093859', u'MULTIEQUAL_-1206093262'), ('const-40', u'INT_ADD_-1206096627'), (u'CALL_-1206096144', u'INDIRECT_-1206093273'), (u'INDIRECT_-1206093547', u'MULTIEQUAL_-1206093493'), (u'STORE_-1206096751', u'INDIRECT_-1206092457'), (u'INDIRECT_-1206092440', u'MULTIEQUAL_-1206092965'), (u'INDIRECT_-1206093001', u'MULTIEQUAL_-1206092984'), ('const-0', u'PTRSUB_-1206092404'), (u'INDIRECT_-1206092188', u'MULTIEQUAL_-1206092170'), (u'INDIRECT_-1206093125', u'MULTIEQUAL_-1206092199'), (u'CALL_-1206096677', u'INDIRECT_-1206092317'), (u'MULTIEQUAL_-1206093453', u'MULTIEQUAL_-1206092856'), (u'MULTIEQUAL_-1206092967', u'MULTIEQUAL_-1206092958'), ('const-576512', u'PTRSUB_-1206091660'), (u'MULTIEQUAL_-1206092585', u'MULTIEQUAL_-1206092190'), (u'MULTIEQUAL_-1206092443', u'MULTIEQUAL_-1206092799'), (u'PTRADD_-1206096568', u'INT_NOTEQUAL_-1206096619'), (u'INDIRECT_-1206092822', u'MULTIEQUAL_-1206093003'), (u'MULTIEQUAL_-1206093222', u'STORE_-1206096233'), (u'CALL_-1206096080', u'INDIRECT_-1206093344'), (u'INDIRECT_-1206092196', u'MULTIEQUAL_-1206092721'), (u'PTRSUB_-1206092347', u'LOAD_-1206096737'), (u'CAST_-1206091575', u'CALLIND_-1206095573'), (u'PTRADD_-1206096691', u'STORE_-1206096751'), (u'STORE_-1206096259', u'INDIRECT_-1206092151'), (u'INDIRECT_-1206092684', u'MULTIEQUAL_-1206093209'), (u'MULTIEQUAL_-1206093707', u'MULTIEQUAL_-1206092455'), (u'INDIRECT_-1206092469', u'MULTIEQUAL_-1206092439'), (u'CALL_-1206095889', u'INDIRECT_-1206092601'), (u'INDIRECT_-1206092371', u'MULTIEQUAL_-1206092353'), (u'STORE_-1206095400', u'INDIRECT_-1206092353'), (u'INDIRECT_-1206092314', u'MULTIEQUAL_-1206093109'), ('const-16', u'PTRSUB_-1206092041'), (u'STORE_-1206096751', u'INDIRECT_-1206092335'), (u'CALL_-1206096093', u'CAST_-1206091659'), (u'MULTIEQUAL_-1206095626', u'CALL_-1206095690'), (u'CALL_-1206096093', u'INDIRECT_-1206091884'), (u'STORE_-1206095495', u'INDIRECT_-1206091734'), (u'MULTIEQUAL_-1206092994', u'MULTIEQUAL_-1206092992'), (u'INDIRECT_-1206092440', u'MULTIEQUAL_-1206092368'), (u'INDIRECT_-1206092668', u'MULTIEQUAL_-1206092755'), (u'PTRSUB_-1206092199', u'LOAD_-1206096729'), (u'INDIRECT_-1206093279', u'MULTIEQUAL_-1206093202'), (u'PTRSUB_-1206092061', u'LOAD_-1206096712'), (u'MULTIEQUAL_-1206093761', u'MULTIEQUAL_-1206092456'), (u'CALL_-1206097478', u'INDIRECT_-1206092791'), (u'INDIRECT_-1206093390', u'MULTIEQUAL_-1206093397'), (u'CALL_-1206096144', u'INT_EQUAL_-1206096111'), (u'STORE_-1206095339', u'INDIRECT_-1206092073'), (u'STORE_-1206096751', u'INDIRECT_-1206093067'), (u'INDIRECT_-1206093294', u'MULTIEQUAL_-1206093272'), (u'INDIRECT_-1206092395', u'MULTIEQUAL_-1206092576'), ('const-5', u'CALL_-1206096095'), (u'STORE_-1206096246', u'INDIRECT_-1206092570'), (u'MULTIEQUAL_-1206093655', u'MULTIEQUAL_-1206092205'), ('const-156', u'PTRSUB_-1206092493'), (u'STORE_-1206096751', u'INDIRECT_-1206092762'), (u'STORE_-1206096233', u'INDIRECT_-1206092745'), (u'STORE_-1206096233', u'INDIRECT_-1206092379'), (u'INDIRECT_-1206091585', u'MULTIEQUAL_-1206091787'), (u'MULTIEQUAL_-1206093451', u'MULTIEQUAL_-1206092204'), (u'MULTIEQUAL_-1206092459', u'MULTIEQUAL_-1206092458'), (u'CALL_-1206097478', u'INDIRECT_-1206092852'), (u'INDIRECT_-1206092557', u'MULTIEQUAL_-1206092557'), (u'CALL_-1206096144', u'INDIRECT_-1206092684'), (u'INDIRECT_-1206093013', u'MULTIEQUAL_-1206092999'), ('const-0', u'STORE_-1206096575'), (u'INDIRECT_-1206093505', u'MULTIEQUAL_-1206093693'), ('const-40', u'PTRSUB_-1206092609'), (u'CALL_-1206096832', u'INDIRECT_-1206092191'), (u'INDIRECT_-1206092607', u'MULTIEQUAL_-1206092694'), (u'INT_EQUAL_-1206096872', u'CBRANCH_-1206096868'), (u'PTRADD_-1206091592', u'LOAD_-1206095473'), (u'INDIRECT_-1206093617', u'MULTIEQUAL_-1206093559'), (u'STORE_-1206097050', u'INDIRECT_-1206092698'), (u'MULTIEQUAL_-1206092457', u'MULTIEQUAL_-1206093815'), (u'INDIRECT_-1206092322', u'MULTIEQUAL_-1206092454'), ('tmp_2250', u'CBRANCH_-1206096291'), (u'INDIRECT_-1206092493', u'MULTIEQUAL_-1206092475'), (u'MULTIEQUAL_-1206092187', u'MULTIEQUAL_-1206092252'), (u'STORE_-1206096259', u'INDIRECT_-1206092395'), (u'STORE_-1206097050', u'INDIRECT_-1206093186'), (u'STORE_-1206095376', u'INDIRECT_-1206091666'), ('tmp_1020', u'CBRANCH_-1206097107'), (u'CALL_-1206096318', u'INDIRECT_-1206093472'), (u'CALL_-1206097394', u'INDIRECT_-1206092741'), (u'STORE_-1206096246', u'INDIRECT_-1206092692'), (u'MULTIEQUAL_-1206092200', u'INT_NOTEQUAL_-1206097021'), (u'CALL_-1206095795', u'INDIRECT_-1206092070'), ('const-0', u'INT_NOTEQUAL_-1206097107'), (u'CALL_-1206096754', u'INDIRECT_-1206093361'), (u'MULTIEQUAL_-1206093601', u'MULTIEQUAL_-1206092204'), (u'INDIRECT_-1206093671', u'MULTIEQUAL_-1206093613'), (u'MULTIEQUAL_-1206092682', u'MULTIEQUAL_-1206092660'), (u'MULTIEQUAL_-1206093134', u'MULTIEQUAL_-1206092199'), (u'CALL_-1206097328', u'INDIRECT_-1206094046'), ('const-4', u'PTRADD_-1206091886'), (u'CALL_-1206096832', u'INDIRECT_-1206092862'), (u'CALL_-1206097186', u'INDIRECT_-1206092402'), (u'CALL_-1206097078', u'INDIRECT_-1206092784'), (u'CALL_-1206096615', u'INDIRECT_-1206093249'), (u'LOAD_-1206095612', u'CAST_-1206091518'), (u'MULTIEQUAL_-1206092441', u'MULTIEQUAL_-1206092677'), (u'INDIRECT_-1206093068', u'MULTIEQUAL_-1206092994'), (u'LOAD_-1206096708', u'CALLIND_-1206096698'), (u'CALL_-1206097186', u'INDIRECT_-1206093073'), (u'CALL_-1206096698', u'INDIRECT_-1206092810'), (u'STORE_-1206096220', u'INDIRECT_-1206092066'), (u'CALL_-1206097478', u'CAST_-1206092302'), (u'CALL_-1206096582', u'INDIRECT_-1206092151'), (u'CALL_-1206097394', u'INDIRECT_-1206092863'), (u'CALL_-1206096357', u'INDIRECT_-1206092691'), (u'CALL_-1206097078', u'INDIRECT_-1206092662'), (u'INDIRECT_-1206092513', u'MULTIEQUAL_-1206092496'), (u'CALL_-1206096318', u'INDIRECT_-1206092552'), (u'STORE_-1206096259', u'INDIRECT_-1206092456'), ('const-417', u'STORE_-1206095495'), (u'INDIRECT_-1206093435', u'MULTIEQUAL_-1206093370'), (u'CALLIND_-1206096698', u'INDIRECT_-1206092386'), (u'MULTIEQUAL_-1206093773', u'MULTIEQUAL_-1206093751'), (u'CALL_-1206096677', u'INDIRECT_-1206092805'), (u'STORE_-1206095495', u'INDIRECT_-1206092466'), (u'INDIRECT_-1206094074', u'MULTIEQUAL_-1206094063'), (u'CALL_-1206096082', u'INDIRECT_-1206092232'), (u'MULTIEQUAL_-1206093089', u'MULTIEQUAL_-1206093080'), (u'INDIRECT_-1206092357', u'MULTIEQUAL_-1206092276'), (u'INDIRECT_-1206092388', u'MULTIEQUAL_-1206093272'), (u'CALL_-1206097328', u'INDIRECT_-1206092774'), ('tmp_3108', u'BRANCH_-1206095780'), (u'STORE_-1206096751', u'INDIRECT_-1206092396'), (u'INDIRECT_-1206093323', u'MULTIEQUAL_-1206092454'), (u'CALL_-1206097078', u'INDIRECT_-1206092479'), (u'STORE_-1206096220', u'INDIRECT_-1206092798'), (u'CALL_-1206096357', u'INDIRECT_-1206093381'), (u'INDIRECT_-1206092485', u'MULTIEQUAL_-1206092572'), (u'INDIRECT_-1206093966', u'MULTIEQUAL_-1206094031'), (u'INDIRECT_-1206093099', u'MULTIEQUAL_-1206093102'), ('const-448', u'PTRSUB_-1206091648'), ('tmp_13720', u'MULTIEQUAL_-1206093881'), (u'CALL_-1206096318', u'INDIRECT_-1206092430'), (u'CALL_-1206096318', u'INT_EQUAL_-1206096292'), (u'CALL_-1206097186', u'INDIRECT_-1206093655'), ('const-0', u'CALL_-1206096093'), (u'INDIRECT_-1206093502', u'MULTIEQUAL_-1206092202'), ('const-0', u'COPY_-1206097786'), (u'MULTIEQUAL_-1206092621', u'MULTIEQUAL_-1206092599'), ('tmp_2701', u'CBRANCH_-1206096637'), (u'INDIRECT_-1206092501', u'MULTIEQUAL_-1206093026'), (u'INDIRECT_-1206092379', u'MULTIEQUAL_-1206092307'), (u'CALL_-1206095690', u'INDIRECT_-1206092266'), (u'LOAD_-1206097540', u'CALL_-1206097478'), ('const-417', u'STORE_-1206096575'), (u'INDIRECT_-1206092740', u'MULTIEQUAL_-1206093631'), (u'CALL_-1206096082', u'INDIRECT_-1206091988'), (u'PTRSUB_-1206092332', u'CALL_-1206097186'), (u'STORE_-1206096603', u'INDIRECT_-1206093074'), (u'INDIRECT_-1206092257', u'MULTIEQUAL_-1206092185'), (u'INT_ADD_-1206096583', u'CAST_-1206092001'), (u'CALL_-1206097394', u'STORE_-1206096659'), ('const-4', u'PTRSUB_-1206092500'), (u'INDIRECT_-1206092993', u'MULTIEQUAL_-1206093125'), (u'STORE_-1206095376', u'INDIRECT_-1206091971'), (u'MULTIEQUAL_-1206092524', u'MULTIEQUAL_-1206092189'), (u'INDIRECT_-1206092249', u'MULTIEQUAL_-1206092231'), ('tmp_3260', u'CBRANCH_-1206095681'), (u'MULTIEQUAL_-1206093104', u'MULTIEQUAL_-1206092449'), (u'MULTIEQUAL_-1206093043', u'MULTIEQUAL_-1206092448'), (u'STORE_-1206095339', u'INDIRECT_-1206092256'), (u'CALL_-1206096677', u'INDIRECT_-1206092561'), (u'CALL_-1206097078', u'INDIRECT_-1206092967'), (u'CAST_-1206091575', u'CAST_-1206091510'), (u'INDIRECT_-1206093597', u'MULTIEQUAL_-1206094129'), ('const-0', u'INT_NOTEQUAL_-1206097021'), (u'INDIRECT_-1206092285', u'MULTIEQUAL_-1206092202'), (u'INDIRECT_-1206093133', u'MULTIEQUAL_-1206093935'), (u'INDIRECT_-1206092646', u'MULTIEQUAL_-1206092585'), (u'INDIRECT_-1206092515', u'MULTIEQUAL_-1206092189'), ('const-36', u'INT_ADD_-1206096785'), (u'STORE_-1206096659', u'INDIRECT_-1206093233'), (u'MULTIEQUAL_-1206092743', u'MULTIEQUAL_-1206092721'), (u'CAST_-1206091575', u'PTRADD_-1206091576'), ('tmp_17066', u'MULTIEQUAL_-1206092743'), (u'MULTIEQUAL_-1206093923', u'MULTIEQUAL_-1206092459'), (u'CALL_-1206097394', u'INDIRECT_-1206093168'), (u'INDIRECT_-1206092479', u'INT_AND_-1206094578'), (u'MULTIEQUAL_-1206092551', u'MULTIEQUAL_-1206092449'), (u'INT_ADD_-1206096589', u'CAST_-1206092005'), (u'CALL_-1206096698', u'INDIRECT_-1206093338'), ('const-576048', u'PTRSUB_-1206092404'), (u'MULTIEQUAL_-1206094259', u'STORE_-1206096259'), (u'INDIRECT_-1206093046', u'MULTIEQUAL_-1206093104'), (u'MULTIEQUAL_-1206092612', u'MULTIEQUAL_-1206092450'), ('const-16', u'PTRSUB_-1206092061'), (u'CALLIND_-1206096698', u'INDIRECT_-1206092569'), (u'INDIRECT_-1206092937', u'MULTIEQUAL_-1206092940'), (u'MULTIEQUAL_-1206093170', u'MULTIEQUAL_-1206093148'), (u'CALL_-1206096357', u'INDIRECT_-1206092752'), (u'CALL_-1206096093', u'INDIRECT_-1206092311'), (u'MULTIEQUAL_-1206092451', u'MULTIEQUAL_-1206093226'), (u'PTRADD_-1206091548', u'STORE_-1206095400'), (u'INDIRECT_-1206091936', u'MULTIEQUAL_-1206092023'), (u'INDIRECT_-1206092552', u'MULTIEQUAL_-1206092511'), (u'CALL_-1206096357', u'INDIRECT_-1206093165'), (u'CALL_-1206097394', u'INDIRECT_-1206092497'), (u'CALL_-1206096832', u'INDIRECT_-1206093390'), (u'INDIRECT_-1206093045', u'MULTIEQUAL_-1206093048'), (u'CALL_-1206096832', u'INDIRECT_-1206092374'), (u'MULTIEQUAL_-1206092616', u'MULTIEQUAL_-1206092440'), (u'MULTIEQUAL_-1206093559', u'MULTIEQUAL_-1206092206'), (u'CALL_-1206096082', u'INDIRECT_-1206092110'), (u'CALL_-1206095889', u'INDIRECT_-1206092174'), (u'CALL_-1206096832', u'INT_NOTEQUAL_-1206096802'), ('const-576512', u'PTRSUB_-1206092332'), (u'CALL_-1206096144', u'INDIRECT_-1206093543'), (u'STORE_-1206096575', u'INDIRECT_-1206092208'), (u'MULTIEQUAL_-1206092452', u'MULTIEQUAL_-1206093287'), (u'STORE_-1206096575', u'INDIRECT_-1206092696'), (u'STORE_-1206095376', u'INDIRECT_-1206092215'), (u'CALL_-1206095795', u'INDIRECT_-1206092680'), (u'INDIRECT_-1206093858', u'MULTIEQUAL_-1206093923'), (u'LOAD_-1206095408', u'MULTIEQUAL_-1206092992'), ('const-0', u'CALLIND_-1206096698'), (u'INDIRECT_-1206092989', u'MULTIEQUAL_-1206092967'), ('tmp_2284', u'CBRANCH_-1206096270'), (u'CALL_-1206095715', u'INDIRECT_-1206091975'), ('const-0', u'PTRSUB_-1206092049'), ('const-0', u'INT_NOTEQUAL_-1206096619'), (u'CALL_-1206096093', u'INDIRECT_-1206092555'), (u'CALL_-1206096754', u'INDIRECT_-1206092162'), (u'INDIRECT_-1206091829', u'MULTIEQUAL_-1206092031'), (u'INDIRECT_-1206093107', u'MULTIEQUAL_-1206093165'), (u'INDIRECT_-1206092863', u'MULTIEQUAL_-1206092921'), (u'INDIRECT_-1206091991', u'MULTIEQUAL_-1206091910'), (u'INDIRECT_-1206093234', u'MULTIEQUAL_-1206093655'), (u'STORE_-1206096659', u'INDIRECT_-1206092623'), (u'INDIRECT_-1206092585', u'MULTIEQUAL_-1206092524'), (u'CALL_-1206096832', u'INDIRECT_-1206092313'), (u'STORE_-1206096603', u'INDIRECT_-1206092342'), (u'CALL_-1206096144', u'INDIRECT_-1206092196'), (u'CALL_-1206095690', u'INDIRECT_-1206091656'), (u'INDIRECT_-1206092257', u'MULTIEQUAL_-1206092782'), (u'MULTIEQUAL_-1206092439', u'MULTIEQUAL_-1206092555'), (u'MULTIEQUAL_-1206094021', u'MULTIEQUAL_-1206093424'), (u'INDIRECT_-1206092100', u'MULTIEQUAL_-1206092080'), (u'INDIRECT_-1206092608', u'MULTIEQUAL_-1206092531'), (u'STORE_-1206097050', u'INDIRECT_-1206092454'), (u'INT_EQUAL_-1206097691', u'CBRANCH_-1206097690'), (u'INDIRECT_-1206093290', u'MULTIEQUAL_-1206093348'), (u'MULTIEQUAL_-1206093089', u'MULTIEQUAL_-1206093165'), (u'INDIRECT_-1206092913', u'MULTIEQUAL_-1206092836'), (u'INDIRECT_-1206092698', u'MULTIEQUAL_-1206092192'), (u'MULTIEQUAL_-1206092755', u'MULTIEQUAL_-1206092719'), (u'CALL_-1206097478', u'INDIRECT_-1206092913'), (u'STORE_-1206096659', u'INDIRECT_-1206093355'), (u'CALLIND_-1206095573', u'INDIRECT_-1206091980'), ('const-0', u'COPY_-1206096148'), (u'INDIRECT_-1206093381', u'MULTIEQUAL_-1206093913'), (u'INT_EQUAL_-1206097664', u'CBRANCH_-1206097662'), (u'INDIRECT_-1206093880', u'MULTIEQUAL_-1206092209'), (u'CAST_-1206092015', u'LOAD_-1206096637'), (u'STORE_-1206096220', u'INDIRECT_-1206092615'), (u'CALL_-1206097394', u'INDIRECT_-1206093290'), (u'CALL_-1206097186', u'INDIRECT_-1206093925'), ('const-0', u'PTRSUB_-1206091983'), ('tmp_3524', u'CBRANCH_-1206095522'), (u'INDIRECT_-1206093776', u'MULTIEQUAL_-1206092458'), (u'STORE_-1206096603', u'INDIRECT_-1206092586'), ('tmp_944', u'CBRANCH_-1206097159'), (u'CALL_-1206095690', u'INDIRECT_-1206093010'), (u'MULTIEQUAL_-1206092843', u'MULTIEQUAL_-1206092246'), (u'STORE_-1206096233', u'INDIRECT_-1206092196'), (u'STORE_-1206095376', u'INDIRECT_-1206092093'), (u'CALL_-1206095690', u'INDIRECT_-1206092083'), (u'INDIRECT_-1206092801', u'MULTIEQUAL_-1206092801'), (u'CALLIND_-1206095573', u'INDIRECT_-1206092102'), (u'STORE_-1206095339', u'INDIRECT_-1206092012'), (u'CALL_-1206097186', u'INDIRECT_-1206093256'), (u'INDIRECT_-1206092281', u'MULTIEQUAL_-1206092267'), (u'CALL_-1206096677', u'INDIRECT_-1206093049'), (u'MULTIEQUAL_-1206092658', u'COPY_-1206092736'), (u'INDIRECT_-1206091856', u'MULTIEQUAL_-1206091836'), (u'STORE_-1206095339', u'INDIRECT_-1206091646'), ('const-2129920', u'INT_OR_-1206096570'), (u'CALL_-1206096754', u'INDIRECT_-1206093523'), (u'CALL_-1206096080', u'INDIRECT_-1206093020'), (u'INDIRECT_-1206091914', u'MULTIEQUAL_-1206091910'), (u'STORE_-1206096259', u'INDIRECT_-1206092029'), (u'INDIRECT_-1206092562', u'MULTIEQUAL_-1206092490'), (u'CALLIND_-1206095573', u'INDIRECT_-1206091797'), (u'CALLIND_-1206096698', u'INDIRECT_-1206093118'), (u'STORE_-1206096220', u'INDIRECT_-1206092249'), (u'MULTIEQUAL_-1206093453', u'MULTIEQUAL_-1206092454'), (u'COPY_-1206096148', u'MULTIEQUAL_-1206092434'), (u'MULTIEQUAL_-1206092200', u'PTRSUB_-1206091920'), (u'INDIRECT_-1206091975', u'MULTIEQUAL_-1206091971'), ('const-0', u'STORE_-1206096659'), (u'CALL_-1206096754', u'INDIRECT_-1206092772'), (u'CALLIND_-1206096698', u'INDIRECT_-1206093517'), ('tmp_1731', u'BRANCH_-1206096567'), (u'CALL_-1206096095', u'INDIRECT_-1206092241'), (u'INDIRECT_-1206092163', u'MULTIEQUAL_-1206092080'), (u'INDIRECT_-1206092810', u'MULTIEQUAL_-1206092942'), (u'CALL_-1206096357', u'INDIRECT_-1206093435'), (u'CALL_-1206097328', u'INDIRECT_-1206093140'), (u'INDIRECT_-1206092881', u'MULTIEQUAL_-1206092195'), ('const-417', u'LOAD_-1206097518'), (u'INDIRECT_-1206091887', u'MULTIEQUAL_-1206092682'), (u'INDIRECT_-1206091656', u'MULTIEQUAL_-1206092540'), (u'CALL_-1206097478', u'INDIRECT_-1206093340'), (u'INDIRECT_-1206093261', u'MULTIEQUAL_-1206093264'), (u'INDIRECT_-1206092951', u'MULTIEQUAL_-1206092890'), ('const-417', u'LOAD_-1206095385'), (u'CALL_-1206096080', u'INDIRECT_-1206092241'), (u'INDIRECT_-1206093079', u'MULTIEQUAL_-1206092450'), (u'MULTIEQUAL_-1206093195', u'MULTIEQUAL_-1206092201'), (u'INDIRECT_-1206092745', u'MULTIEQUAL_-1206092723'), (u'CALLIND_-1206095573', u'INDIRECT_-1206092041'), ('tmp_986', u'CBRANCH_-1206097128'), (u'MULTIEQUAL_-1206094075', u'MULTIEQUAL_-1206093478'), (u'CALL_-1206097186', u'INDIRECT_-1206093871'), ('const-4', u'PTRADD_-1206091894'), (u'INDIRECT_-1206091826', u'MULTIEQUAL_-1206092621'), (u'MULTIEQUAL_-1206092186', u'MULTIEQUAL_-1206092191'), (u'CALL_-1206097078', u'INDIRECT_-1206093772'), (u'MULTIEQUAL_-1206093925', u'PTRSUB_-1206092269'), (u'CALL_-1206095690', u'INDIRECT_-1206092205'), (u'CALL_-1206096080', u'INDIRECT_-1206093398'), (u'PTRSUB_-1206092486', u'LOAD_-1206097540'), (u'INDIRECT_-1206093096', u'MULTIEQUAL_-1206093019'), (u'CALL_-1206096093', u'INDIRECT_-1206092433'), (u'INDIRECT_-1206093396', u'MULTIEQUAL_-1206093817'), (u'CALL_-1206096677', u'INDIRECT_-1206093779'), (u'MULTIEQUAL_-1206092475', u'COPY_-1206092553'), (u'STORE_-1206096259', u'INDIRECT_-1206092639'), (u'MULTIEQUAL_-1206092454', u'MULTIEQUAL_-1206093409'), (u'STORE_-1206096233', u'INDIRECT_-1206092806'), (u'STORE_-1206096246', u'INDIRECT_-1206092143'), (u'CALL_-1206095715', u'INDIRECT_-1206093045'), (u'CAST_-1206091575', u'CAST_-1206091485'), (u'CAST_-1206091575', u'PTRADD_-1206091536'), (u'MULTIEQUAL_-1206093478', u'MULTIEQUAL_-1206092461'), (u'CALL_-1206096582', u'INDIRECT_-1206092761'), (u'CALL_-1206097478', u'INDIRECT_-1206093854'), (u'CALL_-1206096144', u'MULTIEQUAL_-1206094450'), ('const-417', u'STORE_-1206095339'), (u'INDIRECT_-1206092652', u'MULTIEQUAL_-1206092442'), (u'INT_SUB_-1206096597', u'STORE_-1206096603'), (u'CALL_-1206096754', u'INDIRECT_-1206092406'), (u'MULTIEQUAL_-1206093150', u'MULTIEQUAL_-1206093226'), (u'CALL_-1206096357', u'INDIRECT_-1206092081'), (u'CALL_-1206095690', u'INDIRECT_-1206091839'), ('tmp_3025', u'CBRANCH_-1206095837'), (u'LOAD_-1206097754', u'INT_EQUAL_-1206097739'), (u'MULTIEQUAL_-1206093226', u'MULTIEQUAL_-1206092451'), (u'INDIRECT_-1206092659', u'MULTIEQUAL_-1206093073'), (u'CALLIND_-1206096698', u'INDIRECT_-1206092874'), (u'INDIRECT_-1206092125', u'MULTIEQUAL_-1206092084'), (u'CALL_-1206095795', u'INDIRECT_-1206092314'), (u'CALL_-1206096677', u'INDIRECT_-1206092378'), (u'STORE_-1206095376', u'INDIRECT_-1206091849'), (u'INDIRECT_-1206093003', u'MULTIEQUAL_-1206092197'), (u'COPY_-1206091788', u'CALL_-1206095715'), (u'MULTIEQUAL_-1206093028', u'MULTIEQUAL_-1206093104'), (u'STORE_-1206096659', u'INDIRECT_-1206092684'), (u'STORE_-1206095400', u'INDIRECT_-1206092109'), (u'CALL_-1206097478', u'INDIRECT_-1206093279'), (u'CALL_-1206096615', u'INDIRECT_-1206093465'), (u'STORE_-1206096594', u'INDIRECT_-1206092216'), (u'STORE_-1206097092', u'INDIRECT_-1206093080'), (u'CALLIND_-1206096698', u'INDIRECT_-1206092752'), (u'CALL_-1206096832', u'INDIRECT_-1206093606'), (u'INDIRECT_-1206092341', u'MULTIEQUAL_-1206092337'), (u'STORE_-1206096220', u'INDIRECT_-1206092310'), (u'MULTIEQUAL_-1206094063', u'MULTIEQUAL_-1206094139'), (u'INDIRECT_-1206093284', u'MULTIEQUAL_-1206093423'), (u'INDIRECT_-1206091853', u'MULTIEQUAL_-1206091849'), (u'STORE_-1206096659', u'INDIRECT_-1206093111'), ('tmp_667', u'CBRANCH_-1206097345'), (u'MULTIEQUAL_-1206093871', u'MULTIEQUAL_-1206092209'), (u'CALL_-1206096677', u'INDIRECT_-1206092988'), ('const-0', u'INT_NOTEQUAL_-1206097347'), (u'INDIRECT_-1206092318', u'MULTIEQUAL_-1206092843'), (u'MULTIEQUAL_-1206092926', u'MULTIEQUAL_-1206092904'), (u'CALLIND_-1206095573', u'INDIRECT_-1206092590'), (u'INDIRECT_-1206091944', u'MULTIEQUAL_-1206091926'), (u'STORE_-1206095339', u'INDIRECT_-1206091585'), (u'MULTIEQUAL_-1206092328', u'MULTIEQUAL_-1206092292'), (u'STORE_-1206095339', u'INDIRECT_-1206091768'), (u'INDIRECT_-1206092135', u'MULTIEQUAL_-1206092660'), (u'MULTIEQUAL_-1206092784', u'MULTIEQUAL_-1206092775'), (u'STORE_-1206096246', u'INDIRECT_-1206092204'), (u'MULTIEQUAL_-1206092205', u'MULTIEQUAL_-1206093505'), (u'INDIRECT_-1206092540', u'MULTIEQUAL_-1206092459'), (u'INDIRECT_-1206093925', u'MULTIEQUAL_-1206093871'), (u'CALL_-1206097186', u'INDIRECT_-1206092890'), ('const-1', u'PTRADD_-1206091592'), (u'MULTIEQUAL_-1206093913', u'MULTIEQUAL_-1206093316'), (u'CALL_-1206097394', u'INDIRECT_-1206093750'), (u'MULTIEQUAL_-1206092511', u'MULTIEQUAL_-1206092475'), (u'MULTIEQUAL_-1206092032', u'MULTIEQUAL_-1206092031'), (u'CALL_-1206097328', u'INDIRECT_-1206093323'), (u'CALL_-1206095715', u'INDIRECT_-1206092402'), (u'INDIRECT_-1206092346', u'MULTIEQUAL_-1206092263'), (u'STORE_-1206095339', u'INDIRECT_-1206092195'), (u'INDIRECT_-1206092791', u'MULTIEQUAL_-1206092714'), (u'MULTIEQUAL_-1206093505', u'MULTIEQUAL_-1206092205'), (u'CALLIND_-1206096698', u'INDIRECT_-1206093787'), ('const-417', u'LOAD_-1206095434'), (u'MULTIEQUAL_-1206093424', u'MULTIEQUAL_-1206094259'), (u'CALL_-1206096318', u'INDIRECT_-1206092003'), (u'INDIRECT_-1206092302', u'MULTIEQUAL_-1206092389'), (u'CALLIND_-1206095573', u'INDIRECT_-1206092407'), (u'CALL_-1206096082', u'INDIRECT_-1206092537'), (u'INDIRECT_-1206092769', u'MULTIEQUAL_-1206092755'), (u'CALL_-1206095715', u'INDIRECT_-1206093369'), (u'CAST_-1206092144', u'STORE_-1206097092'), (u'INDIRECT_-1206092134', u'MULTIEQUAL_-1206092336'), ('tmp_2731', u'CBRANCH_-1206096615'), (u'INDIRECT_-1206092151', u'MULTIEQUAL_-1206092332'), (u'COPY_-1206091903', u'CALL_-1206096093'), (u'PTRSUB_-1206091660', u'CALLIND_-1206095573'), (u'MULTIEQUAL_-1206093208', u'MULTIEQUAL_-1206092456'), (u'INDIRECT_-1206093858', u'MULTIEQUAL_-1206093847'), (u'CALL_-1206095715', u'INDIRECT_-1206092341'), (u'CALL_-1206097078', u'INDIRECT_-1206093150'), (u'INDIRECT_-1206093804', u'MULTIEQUAL_-1206093793'), (u'CALL_-1206096615', u'INDIRECT_-1206092836'), ('const-417', u'LOAD_-1206095618'), (u'CALL_-1206097394', u'INDIRECT_-1206093912'), (u'LOAD_-1206096712', u'CALL_-1206096698'), (u'LOAD_-1206097363', u'INT_NOTEQUAL_-1206097347'), (u'CALL_-1206096093', u'INDIRECT_-1206092250'), (u'CALL_-1206095715', u'INDIRECT_-1206092219'), (u'MULTIEQUAL_-1206092904', u'MULTIEQUAL_-1206092307'), (u'CALL_-1206096082', u'INDIRECT_-1206092354'), (u'CALL_-1206097478', u'INDIRECT_-1206092974'), (u'INT_NOTEQUAL_-1206096270', u'CBRANCH_-1206096270'), (u'CALL_-1206096080', u'INDIRECT_-1206093182'), (u'MULTIEQUAL_-1206092443', u'CALL_-1206097186'), (u'STORE_-1206097092', u'INDIRECT_-1206092348'), (u'CALL_-1206096698', u'INDIRECT_-1206092688'), (u'CALL_-1206096318', u'INDIRECT_-1206092735'), ('const-0', u'PTRSUB_-1206091792'), ('const-0', u'INT_EQUAL_-1206095682'), (u'STORE_-1206096259', u'INDIRECT_-1206092517'), (u'CAST_-1206092001', u'LOAD_-1206096597'), (u'CALL_-1206095795', u'INDIRECT_-1206092375'), (u'CALL_-1206096832', u'INDIRECT_-1206092740'), (u'MULTIEQUAL_-1206093331', u'MULTIEQUAL_-1206092452'), (u'CALLIND_-1206096698', u'INDIRECT_-1206093409'), (u'LOAD_-1206097326', u'COPY_-1206092313'), (u'CALL_-1206096677', u'INDIRECT_-1206092866'), (u'CAST_-1206091575', u'PTRADD_-1206091511'), (u'CALL_-1206096095', u'INDIRECT_-1206092058'), (u'INDIRECT_-1206092012', u'MULTIEQUAL_-1206092214'), (u'INDIRECT_-1206092232', u'MULTIEQUAL_-1206092646'), (u'CALL_-1206097394', u'INDIRECT_-1206093107'), (u'INDIRECT_-1206092829', u'MULTIEQUAL_-1206092768'), (u'STORE_-1206095495', u'INDIRECT_-1206091673'), ('const-417', u'LOAD_-1206096567'), (u'INT_NOTEQUAL_-1206096640', u'CBRANCH_-1206096637'), (u'INDIRECT_-1206093772', u'MULTIEQUAL_-1206092207'), (u'CALL_-1206096698', u'INDIRECT_-1206093608'), ('const-3', u'INT_AND_-1206094578'), (u'MULTIEQUAL_-1206093631', u'MULTIEQUAL_-1206093707'), (u'CALL_-1206096615', u'INDIRECT_-1206092287'), (u'MULTIEQUAL_-1206093901', u'MULTIEQUAL_-1206093892'), (u'STORE_-1206096659', u'INDIRECT_-1206093050'), (u'INDIRECT_-1206092676', u'MULTIEQUAL_-1206092658'), (u'CALL_-1206096082', u'INDIRECT_-1206093234'), (u'INT_EQUAL_-1206096672', u'CBRANCH_-1206096670'), (u'INDIRECT_-1206092932', u'MULTIEQUAL_-1206093064'), (u'CALL_-1206096615', u'INDIRECT_-1206093411'), (u'CALL_-1206096082', u'INDIRECT_-1206093288'), ('tmp_513', u'BRANCH_-1206097460'), (u'INDIRECT_-1206093369', u'MULTIEQUAL_-1206093372'), (u'STORE_-1206096220', u'INDIRECT_-1206092432'), (u'INDIRECT_-1206092852', u'MULTIEQUAL_-1206092775'), (u'CALL_-1206097328', u'INDIRECT_-1206093614'), (u'INDIRECT_-1206093725', u'MULTIEQUAL_-1206093667'), (u'INDIRECT_-1206093660', u'MULTIEQUAL_-1206093667'), (u'CALL_-1206096357', u'INDIRECT_-1206093327'), (u'INDIRECT_-1206093229', u'MULTIEQUAL_-1206093287'), (u'CALL_-1206096093', u'INDIRECT_-1206093029'), ('const-3', u'PTRADD_-1206091536'), (u'MULTIEQUAL_-1206092446', u'PTRSUB_-1206092386'), (u'MULTIEQUAL_-1206092429', u'MULTIEQUAL_-1206092447'), (u'MULTIEQUAL_-1206092093', u'MULTIEQUAL_-1206092092'), (u'INDIRECT_-1206093262', u'MULTIEQUAL_-1206092453'), (u'CALL_-1206097328', u'INDIRECT_-1206092469'), (u'COPY_-1206092238', u'MULTIEQUAL_-1206092200'), (u'INDIRECT_-1206092158', u'MULTIEQUAL_-1206092154'), (u'CALLIND_-1206096698', u'INDIRECT_-1206092691'), (u'CALL_-1206097078', u'INDIRECT_-1206093556'), (u'STORE_-1206097092', u'INDIRECT_-1206092592'), ('const-576512', u'PTRSUB_-1206091792'), (u'INDIRECT_-1206092590', u'MULTIEQUAL_-1206092507'), (u'MULTIEQUAL_-1206093751', u'MULTIEQUAL_-1206092455'), ('const-417', u'LOAD_-1206095460'), (u'CALL_-1206097186', u'INDIRECT_-1206092585'), (u'MULTIEQUAL_-1206094367', u'PTRADD_-1206091902'), (u'INDIRECT_-1206092586', u'MULTIEQUAL_-1206092572'), (u'INDIRECT_-1206092241', u'MULTIEQUAL_-1206092328'), (u'INDIRECT_-1206092247', u'MULTIEQUAL_-1206092206'), (u'INDIRECT_-1206093559', u'MULTIEQUAL_-1206093747'), (u'INT_ADD_-1206095555', u'CAST_-1206091509'), (u'INDIRECT_-1206092391', u'MULTIEQUAL_-1206092374'), (u'MULTIEQUAL_-1206092023', u'MULTIEQUAL_-1206091987'), ('tmp_13723', u'MULTIEQUAL_-1206094043'), (u'STORE_-1206095339', u'INDIRECT_-1206092439'), (u'MULTIEQUAL_-1206094097', u'MULTIEQUAL_-1206094075'), (u'STORE_-1206096246', u'INDIRECT_-1206092265'), (u'STORE_-1206095400', u'INDIRECT_-1206092048'), (u'MULTIEQUAL_-1206093348', u'MULTIEQUAL_-1206092453'), (u'INDIRECT_-1206092525', u'MULTIEQUAL_-1206092511'), (u'INDIRECT_-1206093601', u'MULTIEQUAL_-1206093547'), (u'MULTIEQUAL_-1206092246', u'MULTIEQUAL_-1206092443'), (u'CALL_-1206096082', u'INDIRECT_-1206093450'), (u'LOAD_-1206095485', u'MULTIEQUAL_-1206093316'), (u'INDIRECT_-1206092741', u'MULTIEQUAL_-1206092799'), (u'CALL_-1206095690', u'INDIRECT_-1206092740'), (u'STORE_-1206096259', u'INDIRECT_-1206092090'), (u'CALL_-1206095889', u'INDIRECT_-1206092235'), (u'CALL_-1206096677', u'INDIRECT_-1206093401'), (u'INDIRECT_-1206092956', u'MULTIEQUAL_-1206093847'), (u'INDIRECT_-1206093912', u'MULTIEQUAL_-1206093901'), (u'CALL_-1206097328', u'INDIRECT_-1206093938'), (u'INT_AND_-1206096858', u'INT_EQUAL_-1206096872'), (u'CALL_-1206096144', u'INDIRECT_-1206092379'), (u'MULTIEQUAL_-1206092292', u'COPY_-1206092370'), (u'MULTIEQUAL_-1206091788', u'MULTIEQUAL_-1206091787'), (u'CALL_-1206095889', u'INDIRECT_-1206092540'), (u'STORE_-1206096259', u'INDIRECT_-1206092578'), (u'PTRSUB_-1206092207', u'CALLIND_-1206096698'), (u'INDIRECT_-1206093118', u'MULTIEQUAL_-1206094009'), (u'MULTIEQUAL_-1206092215', u'MULTIEQUAL_-1206092214'), (u'CALL_-1206096698', u'INT_EQUAL_-1206096672'), (u'INDIRECT_-1206093597', u'MULTIEQUAL_-1206093532'), ('tmp_13719', u'MULTIEQUAL_-1206093827'), (u'MULTIEQUAL_-1206092201', u'MULTIEQUAL_-1206093045'), (u'CAST_-1206091942', u'PTRADD_-1206096691'), (u'STORE_-1206096594', u'INDIRECT_-1206092643'), (u'LOAD_-1206097575', u'PTRSUB_-1206092500'), ('const-0', u'PTRSUB_-1206091528'), (u'MULTIEQUAL_-1206092646', u'INT_NOTEQUAL_-1206097128'), (u'CALL_-1206096357', u'INDIRECT_-1206092264'), (u'STORE_-1206096233', u'INDIRECT_-1206092257'), ('const-0', u'INT_EQUAL_-1206096292'), ('tmp_1571', u'CBRANCH_-1206096670'), (u'MULTIEQUAL_-1206092451', u'CALL_-1206097186'), (u'MULTIEQUAL_-1206093392', u'MULTIEQUAL_-1206092453'), (u'PTRSUB_-1206091528', u'CALL_-1206095690'), (u'INT_ADD_-1206096621', u'CAST_-1206092015'), (u'MULTIEQUAL_-1206092453', u'MULTIEQUAL_-1206093348'), ('const-1', u'INT_ADD_-1206097046'), (u'MULTIEQUAL_-1206092192', u'MULTIEQUAL_-1206092557'), (u'MULTIEQUAL_-1206092063', u'MULTIEQUAL_-1206092440'), (u'STORE_-1206096594', u'INDIRECT_-1206092521'), (u'INDIRECT_-1206092524', u'MULTIEQUAL_-1206092520'), (u'PTRSUB_-1206092326', u'LOAD_-1206097549'), ('const-5', u'INT_NOTEQUAL_-1206095645'), (u'MULTIEQUAL_-1206092200', u'PTRSUB_-1206091988'), (u'MULTIEQUAL_-1206092829', u'MULTIEQUAL_-1206092194'), (u'CALL_-1206097328', u'INDIRECT_-1206092957'), (u'CALL_-1206096080', u'INDIRECT_-1206093236'), (u'STORE_-1206097050', u'INDIRECT_-1206093125'), (u'MULTIEQUAL_-1206093168', u'STORE_-1206096220'), ('tmp_17076', u'MULTIEQUAL_-1206093414'), (u'MULTIEQUAL_-1206092921', u'MULTIEQUAL_-1206092445'), (u'MULTIEQUAL_-1206093685', u'MULTIEQUAL_-1206093761'), (u'STORE_-1206096751', u'INDIRECT_-1206092945'), (u'CALL_-1206096754', u'INDIRECT_-1206093685'), (u'CALLIND_-1206095573', u'INDIRECT_-1206092881'), (u'INDIRECT_-1206093651', u'MULTIEQUAL_-1206094183'), (u'CALL_-1206095690', u'INDIRECT_-1206092388'), (u'INDIRECT_-1206093111', u'MULTIEQUAL_-1206093089'), (u'CAST_-1206091659', u'CALL_-1206096080'), ('tmp_3773', u'BRANCH_-1206095334'), (u'INDIRECT_-1206093746', u'MULTIEQUAL_-1206093676'), (u'STORE_-1206095376', u'INDIRECT_-1206091910'), (u'PTRSUB_-1206091652', u'LOAD_-1206095618'), (u'LOAD_-1206095434', u'MULTIEQUAL_-1206093100'), (u'LOAD_-1206095583', u'CALLIND_-1206095573'), (u'CALL_-1206096754', u'INDIRECT_-1206093631'), (u'STORE_-1206096575', u'INDIRECT_-1206092269'), (u'CALL_-1206096615', u'INDIRECT_-1206092714'), (u'INDIRECT_-1206092253', u'MULTIEQUAL_-1206093048'), (u'MULTIEQUAL_-1206093316', u'MULTIEQUAL_-1206092458'), ('tmp_2868', u'CBRANCH_-1206096109'), (u'INDIRECT_-1206093168', u'MULTIEQUAL_-1206093226'), (u'MULTIEQUAL_-1206092200', u'PTRSUB_-1206091973'), (u'MULTIEQUAL_-1206092374', u'MULTIEQUAL_-1206092189'), (u'INDIRECT_-1206093552', u'MULTIEQUAL_-1206093559'), (u'INDIRECT_-1206093992', u'MULTIEQUAL_-1206092462'), (u'CALL_-1206096095', u'CAST_-1206091718'), (u'INDIRECT_-1206092749', u'MULTIEQUAL_-1206092881'), (u'INDIRECT_-1206093172', u'MULTIEQUAL_-1206094063'), (u'STORE_-1206096751', u'INDIRECT_-1206092518'), (u'CALL_-1206097478', u'INDIRECT_-1206094070'), ('const-0', u'INT_EQUAL_-1206097691'), ('const-0', u'PTRSUB_-1206091920'), (u'STORE_-1206096246', u'INDIRECT_-1206092631'), (u'STORE_-1206097050', u'INDIRECT_-1206092576'), (u'CALL_-1206097394', u'INDIRECT_-1206094020'), (u'STORE_-1206096603', u'INDIRECT_-1206092891'), (u'MULTIEQUAL_-1206092124', u'MULTIEQUAL_-1206092441'), (u'MULTIEQUAL_-1206092470', u'INT_SEXT_-1206097398'), (u'INDIRECT_-1206092940', u'MULTIEQUAL_-1206092923'), ('tmp_17071', u'MULTIEQUAL_-1206093048'), (u'MULTIEQUAL_-1206093815', u'MULTIEQUAL_-1206092457'), (u'INDIRECT_-1206092256', u'MULTIEQUAL_-1206092206'), (u'CALLIND_-1206095573', u'INDIRECT_-1206091858'), (u'PTRSUB_-1206091648', u'LOAD_-1206095612'), (u'MULTIEQUAL_-1206093287', u'MULTIEQUAL_-1206092452'), (u'MULTIEQUAL_-1206092185', u'MULTIEQUAL_-1206092442'), ('const-224704', u'PTRSUB_-1206091763'), (u'CALL_-1206096677', u'INDIRECT_-1206092622'), (u'CALL_-1206096754', u'INDIRECT_-1206093469'), (u'INDIRECT_-1206093125', u'COPY_-1206092208'), (u'CALL_-1206097394', u'INDIRECT_-1206093046'), (u'INDIRECT_-1206093800', u'MULTIEQUAL_-1206093730'), (u'MULTIEQUAL_-1206092209', u'MULTIEQUAL_-1206093721'), (u'INDIRECT_-1206093284', u'MULTIEQUAL_-1206093210'), (u'INDIRECT_-1206093779', u'MULTIEQUAL_-1206093721'), ('const-417', u'STORE_-1206095376'), (u'CALL_-1206096677', u'INDIRECT_-1206092927'), (u'MULTIEQUAL_-1206092398', u'MULTIEQUAL_-1206092397'), (u'INDIRECT_-1206092891', u'MULTIEQUAL_-1206092877'), (u'CALL_-1206096095', u'INDIRECT_-1206092119'), (u'MULTIEQUAL_-1206092206', u'MULTIEQUAL_-1206092170'), (u'MULTIEQUAL_-1206093493', u'MULTIEQUAL_-1206092202'), (u'CALL_-1206095690', u'INDIRECT_-1206093172'), (u'MULTIEQUAL_-1206094367', u'INT_NOTEQUAL_-1206096270'), (u'INDIRECT_-1206092191', u'MULTIEQUAL_-1206092191'), ('const-4', u'PTRADD_-1206091878'), (u'CALL_-1206096080', u'INDIRECT_-1206091936'), (u'CALL_-1206095715', u'INDIRECT_-1206093099'), ('const-4', u'PTRADD_-1206091568'), ('const-4', u'PTRADD_-1206091576'), (u'INDIRECT_-1206092562', u'MULTIEQUAL_-1206093087'), (u'MULTIEQUAL_-1206092231', u'COPY_-1206092309'), (u'STORE_-1206096594', u'INDIRECT_-1206093070'), (u'MULTIEQUAL_-1206092203', u'MULTIEQUAL_-1206093397'), ('const-0', u'PTRSUB_-1206091660'), (u'STORE_-1206095376', u'INDIRECT_-1206092398'), (u'INDIRECT_-1206093035', u'MULTIEQUAL_-1206092958'), (u'MULTIEQUAL_-1206093805', u'MULTIEQUAL_-1206092456'), (u'INDIRECT_-1206094124', u'MULTIEQUAL_-1206094054'), (u'MULTIEQUAL_-1206093989', u'MULTIEQUAL_-1206093967'), (u'MULTIEQUAL_-1206092782', u'MULTIEQUAL_-1206092185'), (u'INDIRECT_-1206092310', u'MULTIEQUAL_-1206092292'), (u'INDIRECT_-1206093219', u'MULTIEQUAL_-1206093751'), (u'INDIRECT_-1206092558', u'MULTIEQUAL_-1206093353'), (u'CALL_-1206095889', u'INDIRECT_-1206092662'), ('const-0', u'PTRSUB_-1206091988'), ('const-417', u'LOAD_-1206096729'), (u'CALL_-1206096095', u'INDIRECT_-1206093513'), (u'CALL_-1206096832', u'INDIRECT_-1206092252'), (u'CALL_-1206095690', u'INDIRECT_-1206091595'), (u'LOAD_-1206095571', u'INT_AND_-1206094414'), (u'MULTIEQUAL_-1206092940', u'MULTIEQUAL_-1206092939'), (u'PTRADD_-1206091536', u'CAST_-1206091421'), ('const-1', u'PTRADD_-1206095291'), (u'STORE_-1206096594', u'INDIRECT_-1206092399'), (u'CALL_-1206097478', u'INDIRECT_-1206092608'), (u'INDIRECT_-1206091980', u'MULTIEQUAL_-1206091897'), (u'STORE_-1206096594', u'INDIRECT_-1206092582'), (u'PTRSUB_-1206091900', u'PTRSUB_-1206092041'), (u'COPY_-1206091896', u'MULTIEQUAL_-1206092446'), (u'INDIRECT_-1206092186', u'MULTIEQUAL_-1206092145'), (u'INDIRECT_-1206093074', u'MULTIEQUAL_-1206093168'), (u'INDIRECT_-1206092578', u'MULTIEQUAL_-1206092759'), (u'CALL_-1206096144', u'INDIRECT_-1206092928'), ('const-417', u'LOAD_-1206097754'), (u'MULTIEQUAL_-1206092446', u'PTRSUB_-1206092504'), (u'CALL_-1206096080', u'INDIRECT_-1206092180'), (u'LOAD_-1206095680', u'INT_NOTEQUAL_-1206095645'), ('const-0', u'INT_NOTEQUAL_-1206096640'), (u'INDIRECT_-1206092501', u'MULTIEQUAL_-1206092429'), (u'STORE_-1206097092', u'INDIRECT_-1206092897'), (u'MULTIEQUAL_-1206092904', u'MULTIEQUAL_-1206092444'), (u'MULTIEQUAL_-1206092862', u'MULTIEQUAL_-1206092197'), (u'INDIRECT_-1206093642', u'MULTIEQUAL_-1206093631'), (u'INDIRECT_-1206093289', u'MULTIEQUAL_-1206093477'), (u'INDIRECT_-1206092745', u'MULTIEQUAL_-1206092673'), (u'MULTIEQUAL_-1206092679', u'MULTIEQUAL_-1206092194'), (u'INDIRECT_-1206092537', u'MULTIEQUAL_-1206092951'), (u'INDIRECT_-1206093608', u'MULTIEQUAL_-1206093747'), (u'CALL_-1206096318', u'INDIRECT_-1206092674'), (u'STORE_-1206096233', u'INDIRECT_-1206092135'), (u'STORE_-1206096659', u'INDIRECT_-1206092562'), (u'STORE_-1206096233', u'INDIRECT_-1206091952'), ('const-417', u'LOAD_-1206097363'), (u'INDIRECT_-1206092684', u'MULTIEQUAL_-1206092612'), (u'INT_NOTEQUAL_-1206096619', u'CBRANCH_-1206096615'), ('const-417', u'STORE_-1206097092'), (u'INDIRECT_-1206092318', u'MULTIEQUAL_-1206092246'), (u'CALL_-1206096582', u'INDIRECT_-1206093235'), (u'CALL_-1206096582', u'INDIRECT_-1206092944'), (u'CAST_-1206092001', u'STORE_-1206096594'), (u'STORE_-1206095495', u'INDIRECT_-1206091978'), (u'CALL_-1206096582', u'INDIRECT_-1206092883'), (u'STORE_-1206096220', u'INDIRECT_-1206092127'), (u'INDIRECT_-1206091900', u'MULTIEQUAL_-1206092784'), (u'MULTIEQUAL_-1206093134', u'COPY_-1206092238'), (u'STORE_-1206097092', u'INDIRECT_-1206092714'), (u'MULTIEQUAL_-1206092540', u'MULTIEQUAL_-1206092531'), (u'MULTIEQUAL_-1206092463', u'MULTIEQUAL_-1206092188'), (u'INDIRECT_-1206092430', u'MULTIEQUAL_-1206092389'), ('const-223321', u'COPY_-1206097822'), (u'INDIRECT_-1206093182', u'MULTIEQUAL_-1206093276'), (u'CALL_-1206096615', u'INDIRECT_-1206092409'), (u'CALL_-1206097478', u'INDIRECT_-1206093035'), (u'INT_SEXT_-1206097398', u'CALL_-1206097394'), (u'INDIRECT_-1206093172', u'MULTIEQUAL_-1206093150'), (u'CALL_-1206095715', u'INDIRECT_-1206091853'), (u'INDIRECT_-1206093134', u'MULTIEQUAL_-1206093073'), (u'MULTIEQUAL_-1206094450', u'LOAD_-1206097679'), ('const-6', u'PTRADD_-1206091552'), ('const-0', u'PTRSUB_-1206092138'), (u'MULTIEQUAL_-1206092441', u'CALL_-1206097186'), (u'MULTIEQUAL_-1206092740', u'MULTIEQUAL_-1206092195'), (u'CALL_-1206095715', u'INDIRECT_-1206091914'), (u'MULTIEQUAL_-1206092109', u'COPY_-1206092187'), (u'CALL_-1206097078', u'INDIRECT_-1206093826'), (u'INDIRECT_-1206092491', u'MULTIEQUAL_-1206092450'), (u'INDIRECT_-1206093313', u'MULTIEQUAL_-1206093371'), (u'INDIRECT_-1206093614', u'MULTIEQUAL_-1206092455'), (u'STORE_-1206095400', u'INDIRECT_-1206092475'), ('const-24', u'PTRSUB_-1206092139'), (u'CALL_-1206095715', u'INDIRECT_-1206092524'), (u'INDIRECT_-1206093696', u'MULTIEQUAL_-1206093685'), ('const-417', u'LOAD_-1206096737'), (u'INDIRECT_-1206092662', u'MULTIEQUAL_-1206092581'), (u'MULTIEQUAL_-1206094009', u'MULTIEQUAL_-1206094000'), (u'INDIRECT_-1206093830', u'MULTIEQUAL_-1206092459'), (u'INDIRECT_-1206092468', u'MULTIEQUAL_-1206092385'), (u'INDIRECT_-1206092266', u'MULTIEQUAL_-1206093150'), (u'MULTIEQUAL_-1206093331', u'MULTIEQUAL_-1206092734'), (u'CALL_-1206097394', u'INDIRECT_-1206093351'), (u'INDIRECT_-1206093338', u'MULTIEQUAL_-1206093264'), (u'CALL_-1206096832', u'INDIRECT_-1206092923'), (u'LOAD_-1206096567', u'COPY_-1206092079'), (u'CALL_-1206095690', u'INDIRECT_-1206091961'), (u'PTRADD_-1206091878', u'STORE_-1206096220'), (u'INDIRECT_-1206092444', u'MULTIEQUAL_-1206092576'), ('const-503139', u'COPY_-1206091788'), (u'CALL_-1206096082', u'INDIRECT_-1206093396'), (u'MULTIEQUAL_-1206093793', u'MULTIEQUAL_-1206093784'), (u'MULTIEQUAL_-1206092520', u'MULTIEQUAL_-1206092519'), (u'INDIRECT_-1206093195', u'MULTIEQUAL_-1206093134'), (u'CALL_-1206097328', u'INDIRECT_-1206092652'), (u'MULTIEQUAL_-1206092207', u'MULTIEQUAL_-1206093613'), (u'INDIRECT_-1206092524', u'MULTIEQUAL_-1206092463'), (u'STORE_-1206096575', u'INDIRECT_-1206092818'), (u'INDIRECT_-1206091707', u'MULTIEQUAL_-1206091909'), (u'INDIRECT_-1206093343', u'MULTIEQUAL_-1206093531'), (u'INT_NOTEQUAL_-1206096802', u'CBRANCH_-1206096802'), (u'CALL_-1206095715', u'INDIRECT_-1206093207'), (u'CALL_-1206096754', u'INDIRECT_-1206092528'), (u'INDIRECT_-1206093750', u'MULTIEQUAL_-1206093739'), (u'STORE_-1206096751', u'INDIRECT_-1206092274'), (u'INDIRECT_-1206092144', u'MULTIEQUAL_-1206093028'), (u'STORE_-1206096659', u'INDIRECT_-1206092989'), (u'CALL_-1206097328', u'INDIRECT_-1206092835'), (u'INT_ADD_-1206096627', u'CAST_-1206092019'), (u'MULTIEQUAL_-1206092191', u'MULTIEQUAL_-1206092186'), (u'INDIRECT_-1206092517', u'MULTIEQUAL_-1206092698'), (u'STORE_-1206095400', u'INDIRECT_-1206092292'), (u'INDIRECT_-1206092283', u'MULTIEQUAL_-1206092263'), (u'MULTIEQUAL_-1206092860', u'MULTIEQUAL_-1206092444'), (u'CALL_-1206096080', u'INDIRECT_-1206092058'), (u'INDIRECT_-1206093392', u'MULTIEQUAL_-1206093531'), (u'INT_EQUAL_-1206097632', u'CBRANCH_-1206097631'), (u'PTRSUB_-1206092404', u'CALL_-1206097328'), (u'CALL_-1206097078', u'INDIRECT_-1206092723'), (u'CALL_-1206096080', u'INDIRECT_-1206092119'), (u'INDIRECT_-1206091795', u'MULTIEQUAL_-1206091775'), (u'STORE_-1206097092', u'INDIRECT_-1206092958'), (u'CALL_-1206096144', u'INDIRECT_-1206092806'), (u'CALLIND_-1206096698', u'INDIRECT_-1206092508'), (u'INT_NOTEQUAL_-1206097502', u'CBRANCH_-1206097501'), (u'MULTIEQUAL_-1206093414', u'MULTIEQUAL_-1206093392'), (u'LOAD_-1206096643', u'INT_LESSEQUAL_-1206096617'), (u'PTRSUB_-1206092519', u'PTRSUB_-1206092347'), (u'CALL_-1206097186', u'INDIRECT_-1206093979'), (u'MULTIEQUAL_-1206094009', u'MULTIEQUAL_-1206094085'), (u'CALL_-1206095690', u'INDIRECT_-1206091717'), (u'STORE_-1206096259', u'INDIRECT_-1206092212'), (u'INT_EQUAL_-1206097160', u'CBRANCH_-1206097159'), (u'INT_EQUAL_-1206097739', u'CBRANCH_-1206097736'), (u'MULTIEQUAL_-1206092865', u'MULTIEQUAL_-1206092843'), (u'CALL_-1206096357', u'INDIRECT_-1206092874'), (u'INDIRECT_-1206092730', u'MULTIEQUAL_-1206092653'), (u'INDIRECT_-1206093563', u'MULTIEQUAL_-1206093505'), ('const-417', u'LOAD_-1206096712'), (u'INDIRECT_-1206092463', u'MULTIEQUAL_-1206092459'), (u'CAST_-1206091575', u'INT_EQUAL_-1206095682'), (u'STORE_-1206095495', u'INDIRECT_-1206091917'), ('tmp_366', u'CBRANCH_-1206097550'), ('tmp_408', u'CBRANCH_-1206097518'), (u'MULTIEQUAL_-1206092723', u'MULTIEQUAL_-1206092799'), (u'CALL_-1206096832', u'INDIRECT_-1206093714'), (u'COPY_-1206092208', u'MULTIEQUAL_-1206092200'), (u'CALL_-1206096582', u'INDIRECT_-1206093451'), (u'INDIRECT_-1206092161', u'MULTIEQUAL_-1206092141'), ('const-152', u'PTRSUB_-1206092519'), (u'INDIRECT_-1206092139', u'MULTIEQUAL_-1206092271'), (u'CALL_-1206096095', u'INDIRECT_-1206093189'), (u'CALLIND_-1206096698', u'INDIRECT_-1206093679'), (u'CALL_-1206096582', u'INDIRECT_-1206092212'), (u'LOAD_-1206095473', u'MULTIEQUAL_-1206093262'), (u'CALL_-1206095715', u'INDIRECT_-1206092991'), ('const-0', u'CALL_-1206096615'), (u'CALL_-1206097186', u'INDIRECT_-1206093134'), (u'INDIRECT_-1206094074', u'MULTIEQUAL_-1206094139'), (u'INDIRECT_-1206092774', u'MULTIEQUAL_-1206092444'), (u'INDIRECT_-1206093403', u'MULTIEQUAL_-1206094205'), (u'INDIRECT_-1206092729', u'MULTIEQUAL_-1206092816'), (u'INDIRECT_-1206093435', u'MULTIEQUAL_-1206093967'), (u'CAST_-1206092005', u'STORE_-1206096603'), (u'INDIRECT_-1206092924', u'MULTIEQUAL_-1206092982'), (u'PTRSUB_-1206092285', u'STORE_-1206097092'), (u'CALL_-1206096698', u'INDIRECT_-1206092993'), (u'CALL_-1206096357', u'INDIRECT_-1206092508'), (u'CALL_-1206095690', u'INDIRECT_-1206092794'), (u'MULTIEQUAL_-1206093955', u'MULTIEQUAL_-1206094031'), (u'STORE_-1206097050', u'INDIRECT_-1206093064'), (u'CALL_-1206096615', u'INDIRECT_-1206092958'), (u'CALL_-1206096582', u'INDIRECT_-1206092578'), (u'MULTIEQUAL_-1206092463', u'MULTIEQUAL_-1206094139'), ('const-417', u'STORE_-1206097050'), (u'INDIRECT_-1206093750', u'MULTIEQUAL_-1206093815'), (u'COPY_-1206092249', u'CALL_-1206097078'), (u'CALL_-1206095690', u'INDIRECT_-1206093118'), ('const-4', u'PTRADD_-1206091592'), (u'CALL_-1206096095', u'INDIRECT_-1206092546'), (u'INDIRECT_-1206091988', u'MULTIEQUAL_-1206092402'), (u'MULTIEQUAL_-1206094129', u'MULTIEQUAL_-1206093532'), (u'INDIRECT_-1206093064', u'MULTIEQUAL_-1206092198'), (u'CALL_-1206096095', u'INDIRECT_-1206093405'), (u'CALL_-1206096677', u'INDIRECT_-1206092744'), (u'STORE_-1206096220', u'INDIRECT_-1206092554'), (u'CALL_-1206096615', u'INDIRECT_-1206092348'), (u'MULTIEQUAL_-1206093270', u'MULTIEQUAL_-1206092673'), (u'STORE_-1206096594', u'INDIRECT_-1206093009'), (u'INDIRECT_-1206091997', u'MULTIEQUAL_-1206092084'), (u'CALL_-1206097078', u'INDIRECT_-1206092845'), (u'INDIRECT_-1206093176', u'MULTIEQUAL_-1206093102'), ('const-0', u'PTRSUB_-1206091973'), (u'CALL_-1206097478', u'INDIRECT_-1206092547'), (u'INDIRECT_-1206092505', u'MULTIEQUAL_-1206092637'), ('const-417', u'STORE_-1206096594'), (u'CALL_-1206096093', u'INDIRECT_-1206091945'), (u'CALL_-1206097394', u'INT_EQUAL_-1206097365'), (u'STORE_-1206096594', u'INDIRECT_-1206092948'), (u'INDIRECT_-1206092985', u'MULTIEQUAL_-1206093043'), (u'MULTIEQUAL_-1206092368', u'COPY_-1206091896'), (u'STORE_-1206095495', u'INDIRECT_-1206091856'), (u'INDIRECT_-1206094020', u'MULTIEQUAL_-1206094009'), ('tmp_17069', u'MULTIEQUAL_-1206092926'), (u'INDIRECT_-1206092796', u'MULTIEQUAL_-1206092755'), (u'CAST_-1206092019', u'LOAD_-1206096643'), (u'MULTIEQUAL_-1206092906', u'MULTIEQUAL_-1206092982'), (u'LOAD_-1206097518', u'INT_NOTEQUAL_-1206097502'), (u'MULTIEQUAL_-1206092723', u'MULTIEQUAL_-1206092714'), ('const-4', u'PTRADD_-1206091536'), (u'CALL_-1206095690', u'INDIRECT_-1206092956'), (u'CALL_-1206096698', u'INDIRECT_-1206092871'), (u'MULTIEQUAL_-1206095626', u'CALL_-1206097394'), (u'CALL_-1206096698', u'INDIRECT_-1206092383'), (u'CALL_-1206096082', u'INDIRECT_-1206093180'), (u'INDIRECT_-1206092928', u'MULTIEQUAL_-1206093453'), (u'INDIRECT_-1206093908', u'MULTIEQUAL_-1206093838'), (u'MULTIEQUAL_-1206092660', u'MULTIEQUAL_-1206092063'), (u'INDIRECT_-1206092208', u'MULTIEQUAL_-1206092191'), (u'MULTIEQUAL_-1206092581', u'MULTIEQUAL_-1206092580'), (u'INDIRECT_-1206092598', u'MULTIEQUAL_-1206093012'), (u'INDIRECT_-1206091717', u'MULTIEQUAL_-1206092601'), (u'CALL_-1206096082', u'INDIRECT_-1206091927'), (u'INDIRECT_-1206092466', u'MULTIEQUAL_-1206092446'), (u'CALL_-1206096698', u'INDIRECT_-1206092566'), ('const-16', u'INT_AND_-1206096858'), (u'MULTIEQUAL_-1206092601', u'MULTIEQUAL_-1206092677'), ('const-417', u'STORE_-1206096603'), (u'INDIRECT_-1206093668', u'MULTIEQUAL_-1206092456'), (u'STORE_-1206097050', u'INDIRECT_-1206093003'), (u'CALL_-1206096582', u'INDIRECT_-1206092395'), (u'MULTIEQUAL_-1206094450', u'MULTIEQUAL_-1206092434'), (u'MULTIEQUAL_-1206092646', u'MULTIEQUAL_-1206092191'), (u'CALL_-1206096080', u'INDIRECT_-1206092546'), (u'INDIRECT_-1206092928', u'MULTIEQUAL_-1206092906'), (u'STORE_-1206095495', u'INDIRECT_-1206092039'), (u'MULTIEQUAL_-1206092414', u'COPY_-1206092492'), (u'MULTIEQUAL_-1206092967', u'MULTIEQUAL_-1206093043'), ('const-0', u'PTRSUB_-1206092218'), (u'MULTIEQUAL_-1206092618', u'MULTIEQUAL_-1206092193'), (u'MULTIEQUAL_-1206093109', u'MULTIEQUAL_-1206093087'), (u'INDIRECT_-1206093256', u'MULTIEQUAL_-1206093222'), (u'STORE_-1206096233', u'INDIRECT_-1206092684'), (u'STORE_-1206095495', u'INDIRECT_-1206092283'), (u'MULTIEQUAL_-1206092646', u'COPY_-1206092249'), (u'CALLIND_-1206096698', u'INDIRECT_-1206092264'), (u'INT_LESSEQUAL_-1206096617', u'CBRANCH_-1206096617'), (u'INDIRECT_-1206092036', u'MULTIEQUAL_-1206092032'), (u'MULTIEQUAL_-1206092601', u'MULTIEQUAL_-1206092592'), (u'STORE_-1206096751', u'INDIRECT_-1206092701'), (u'LOAD_-1206095618', u'PTRSUB_-1206091648'), (u'CALL_-1206096082', u'INDIRECT_-1206092415'), (u'INDIRECT_-1206092623', u'MULTIEQUAL_-1206092551'), (u'CALLIND_-1206095573', u'INDIRECT_-1206092224'), (u'INDIRECT_-1206092867', u'MULTIEQUAL_-1206092795'), (u'CALL_-1206096080', u'INDIRECT_-1206092607'), (u'PTRADD_-1206091576', u'LOAD_-1206095447'), (u'CALL_-1206097328', u'INDIRECT_-1206092591'), ('const-417', u'LOAD_-1206095473'), (u'INDIRECT_-1206092383', u'MULTIEQUAL_-1206092515'), (u'INDIRECT_-1206092403', u'MULTIEQUAL_-1206092389'), (u'INDIRECT_-1206092591', u'MULTIEQUAL_-1206092441'), (u'MULTIEQUAL_-1206093264', u'MULTIEQUAL_-1206093262'), (u'CALL_-1206096754', u'INDIRECT_-1206092955'), (u'INT_OR_-1206096570', u'STORE_-1206096594'), (u'CALL_-1206096082', u'INDIRECT_-1206092293'), (u'CALL_-1206096677', u'INDIRECT_-1206093110'), (u'CALL_-1206096582', u'INDIRECT_-1206093613'), (u'CALL_-1206095715', u'INDIRECT_-1206092937'), (u'MULTIEQUAL_-1206094205', u'MULTIEQUAL_-1206094183'), (u'CALL_-1206096318', u'INDIRECT_-1206093256'), (u'MULTIEQUAL_-1206094129', u'MULTIEQUAL_-1206092462'), (u'INDIRECT_-1206093642', u'MULTIEQUAL_-1206093707'), (u'CALL_-1206097186', u'INDIRECT_-1206092463'), (u'MULTIEQUAL_-1206092450', u'MULTIEQUAL_-1206093165'), (u'INT_AND_-1206094420', u'INT_NOTEQUAL_-1206095523'), (u'INDIRECT_-1206093327', u'MULTIEQUAL_-1206093262'), ('const-49', u'INT_ADD_-1206095481'), (u'MULTIEQUAL_-1206092456', u'MULTIEQUAL_-1206093761'), ('const-0', u'STORE_-1206096751'), (u'CALL_-1206096832', u'INDIRECT_-1206092435'), (u'MULTIEQUAL_-1206093276', u'STORE_-1206096246'), (u'INT_AND_-1206094414', u'INT_OR_-1206094409'), (u'MULTIEQUAL_-1206093148', u'MULTIEQUAL_-1206092449'), ('const-336', u'PTRADD_-1206095291'), (u'LOAD_-1206097569', u'INT_EQUAL_-1206097554'), (u'INDIRECT_-1206092680', u'MULTIEQUAL_-1206092738'), (u'CALL_-1206095889', u'INDIRECT_-1206091930'), (u'CALL_-1206097328', u'INDIRECT_-1206093262'), (u'LOAD_-1206096846', u'CALL_-1206096832'), (u'MULTIEQUAL_-1206092982', u'MULTIEQUAL_-1206092447'), (u'CALL_-1206097394', u'INDIRECT_-1206092985'), (u'INDIRECT_-1206092848', u'MULTIEQUAL_-1206093739'), (u'INDIRECT_-1206093140', u'MULTIEQUAL_-1206092451'), (u'COPY_-1206097786', u'MULTIEQUAL_-1206094367'), (u'INDIRECT_-1206093500', u'MULTIEQUAL_-1206093639'), ('tmp_17063', u'MULTIEQUAL_-1206093109'), ('const-3', u'PTRADD_-1206091576'), (u'INT_ADD_-1206096561', u'CAST_-1206091993'), (u'MULTIEQUAL_-1206092479', u'MULTIEQUAL_-1206092555'), (u'INDIRECT_-1206092700', u'MULTIEQUAL_-1206092881'), (u'INDIRECT_-1206092090', u'MULTIEQUAL_-1206092271'), (u'STORE_-1206095339', u'INDIRECT_-1206091951'), (u'MULTIEQUAL_-1206093270', u'MULTIEQUAL_-1206092451'), (u'MULTIEQUAL_-1206092445', u'MULTIEQUAL_-1206092921'), ('tmp_13725', u'MULTIEQUAL_-1206094151'), (u'INDIRECT_-1206092436', u'MULTIEQUAL_-1206093231'), (u'INDIRECT_-1206092820', u'MULTIEQUAL_-1206092194'), (u'INDIRECT_-1206092003', u'MULTIEQUAL_-1206091962'), (u'INDIRECT_-1206093763', u'MULTIEQUAL_-1206093709'), (u'CALL_-1206096754', u'INDIRECT_-1206092833'), ('const-20', u'INT_ADD_-1206096583'), (u'INDIRECT_-1206092378', u'MULTIEQUAL_-1206092580'), (u'CALLIND_-1206096698', u'INDIRECT_-1206092996'), (u'CALL_-1206096095', u'INDIRECT_-1206093459'), (u'CALL_-1206096698', u'INDIRECT_-1206092932'), (u'INDIRECT_-1206091951', u'MULTIEQUAL_-1206092153'), ('const-417', u'LOAD_-1206095485'), ('const-501796', u'COPY_-1206091903'), (u'CALL_-1206096144', u'INDIRECT_-1206093381'), (u'CALL_-1206096698', u'INDIRECT_-1206092139'), (u'STORE_-1206095495', u'INDIRECT_-1206092100'), (u'CAST_-1206091421', u'LOAD_-1206095385'), (u'INDIRECT_-1206092171', u'MULTIEQUAL_-1206092585'), ('const-252', u'INT_AND_-1206094414'), (u'INDIRECT_-1206092674', u'MULTIEQUAL_-1206092633'), (u'CALL_-1206096093', u'INDIRECT_-1206093407'), (u'INDIRECT_-1206092219', u'PTRSUB_-1206091652'), (u'STORE_-1206096220', u'INDIRECT_-1206092676'), (u'CALL_-1206096080', u'INDIRECT_-1206093128'), (u'CALL_-1206095889', u'INDIRECT_-1206093392'), (u'CALLIND_-1206095573', u'INDIRECT_-1206092468'), (u'INDIRECT_-1206092479', u'MULTIEQUAL_-1206092398'), (u'STORE_-1206096575', u'INDIRECT_-1206093062'), (u'INDIRECT_-1206093498', u'MULTIEQUAL_-1206093505'), (u'INDIRECT_-1206093543', u'MULTIEQUAL_-1206094075'), (u'MULTIEQUAL_-1206093935', u'MULTIEQUAL_-1206093913'), (u'CALL_-1206095889', u'INDIRECT_-1206091991'), (u'MULTIEQUAL_-1206093763', u'MULTIEQUAL_-1206092207'), (u'INDIRECT_-1206093489', u'MULTIEQUAL_-1206094021'), (u'CALL_-1206096095', u'INDIRECT_-1206092424'), (u'INT_OR_-1206094409', u'STORE_-1206095495'), ('tmp_17067', u'MULTIEQUAL_-1206092804'), (u'MULTIEQUAL_-1206093048', u'MULTIEQUAL_-1206093026'), (u'INDIRECT_-1206093979', u'MULTIEQUAL_-1206093925'), (u'CALL_-1206096698', u'INDIRECT_-1206093446'), ('tmp_1343', u'CBRANCH_-1206096802'), (u'INDIRECT_-1206092261', u'MULTIEQUAL_-1206092393'), (u'CALL_-1206096144', u'INDIRECT_-1206093489'), (u'STORE_-1206097050', u'INDIRECT_-1206092332'), (u'INDIRECT_-1206092735', u'MULTIEQUAL_-1206092694'), (u'COPY_-1206095836', u'MULTIEQUAL_-1206093533'), (u'CALL_-1206095715', u'INDIRECT_-1206093315'), ('tmp_2525', u'BRANCH_-1206096065'), (u'INDIRECT_-1206091673', u'MULTIEQUAL_-1206091653'), (u'INDIRECT_-1206093871', u'MULTIEQUAL_-1206093817'), (u'CALL_-1206096144', u'INDIRECT_-1206092501'), (u'CALL_-1206096754', u'INDIRECT_-1206093307'), (u'INDIRECT_-1206091869', u'MULTIEQUAL_-1206091788'), (u'MULTIEQUAL_-1206093343', u'MULTIEQUAL_-1206092202'), (u'CALL_-1206097478', u'INDIRECT_-1206093096'), (u'INDIRECT_-1206092613', u'MULTIEQUAL_-1206092572'), (u'CALL_-1206096318', u'INDIRECT_-1206092064'), ('const-0', u'CALL_-1206095715'), (u'MULTIEQUAL_-1206093533', u'MULTIEQUAL_-1206094367'), (u'INDIRECT_-1206092585', u'MULTIEQUAL_-1206092581'), (u'CALL_-1206095795', u'INDIRECT_-1206092497'), (u'CALL_-1206095795', u'INDIRECT_-1206093241'), (u'CALL_-1206096615', u'INDIRECT_-1206092104'), (u'CALL_-1206096754', u'INDIRECT_-1206092223'), (u'INDIRECT_-1206093489', u'MULTIEQUAL_-1206093424'), (u'CALL_-1206095690', u'INDIRECT_-1206092144'), (u'INDIRECT_-1206093709', u'MULTIEQUAL_-1206093655'), (u'MULTIEQUAL_-1206092597', u'COPY_-1206092675'), (u'MULTIEQUAL_-1206092801', u'MULTIEQUAL_-1206092196'), (u'INDIRECT_-1206092740', u'MULTIEQUAL_-1206092740'), (u'CALL_-1206096698', u'INDIRECT_-1206093662'), (u'INDIRECT_-1206093187', u'MULTIEQUAL_-1206093989'), (u'MULTIEQUAL_-1206091962', u'MULTIEQUAL_-1206091926'), ('const-417', u'LOAD_-1206096708'), (u'CALL_-1206095715', u'CAST_-1206091575'), (u'INDIRECT_-1206092558', u'MULTIEQUAL_-1206092616'), (u'INDIRECT_-1206092794', u'MULTIEQUAL_-1206093685'), (u'CALL_-1206096357', u'INDIRECT_-1206092325'), (u'STORE_-1206097092', u'INDIRECT_-1206093202'), (u'CAST_-1206091575', u'PTRADD_-1206091548'), (u'MULTIEQUAL_-1206092194', u'MULTIEQUAL_-1206092679'), ('const-0', u'PTRSUB_-1206092326'), (u'STORE_-1206096259', u'INDIRECT_-1206092761'), (u'LOAD_-1206096656', u'INT_NOTEQUAL_-1206096640'), (u'INDIRECT_-1206092669', u'MULTIEQUAL_-1206092592'), (u'CALL_-1206096832', u'INDIRECT_-1206092557'), (u'STORE_-1206095495', u'INDIRECT_-1206091795'), (u'MULTIEQUAL_-1206093685', u'MULTIEQUAL_-1206093676'), (u'STORE_-1206095376', u'INDIRECT_-1206092459'), (u'INDIRECT_-1206092174', u'MULTIEQUAL_-1206092093'), (u'INDIRECT_-1206092459', u'PTRADD_-1206095291'), (u'CALL_-1206097078', u'INDIRECT_-1206092906'), (u'CALL_-1206095795', u'INDIRECT_-1206093025'), (u'CALL_-1206096082', u'INDIRECT_-1206092659'), (u'INDIRECT_-1206093446', u'MULTIEQUAL_-1206093372'), (u'STORE_-1206096246', u'INDIRECT_-1206091960'), (u'INDIRECT_-1206092252', u'MULTIEQUAL_-1206092252'), (u'MULTIEQUAL_-1206092193', u'MULTIEQUAL_-1206092618'), (u'INDIRECT_-1206092313', u'MULTIEQUAL_-1206092313'), (u'CALLIND_-1206096698', u'INDIRECT_-1206093571'), ('const-0', u'PTRSUB_-1206091948'), (u'INDIRECT_-1206092405', u'MULTIEQUAL_-1206092385'), (u'CALL_-1206096095', u'INDIRECT_-1206092180'), (u'CALL_-1206097186', u'INDIRECT_-1206092768'), (u'CALL_-1206096318', u'INDIRECT_-1206093310'), (u'STORE_-1206096246', u'INDIRECT_-1206092326'), (u'MULTIEQUAL_-1206092707', u'MULTIEQUAL_-1206092192'), (u'MULTIEQUAL_-1206093372', u'MULTIEQUAL_-1206093371'), (u'CALL_-1206096582', u'INDIRECT_-1206093289'), (u'STORE_-1206095495', u'INDIRECT_-1206092405'), (u'CALL_-1206097078', u'INT_ADD_-1206097046'), (u'STORE_-1206096659', u'INDIRECT_-1206092928'), (u'INDIRECT_-1206092527', u'MULTIEQUAL_-1206092507'), ('const-4', u'PTRADD_-1206091568'), (u'INDIRECT_-1206093062', u'MULTIEQUAL_-1206093045'), (u'INDIRECT_-1206093110', u'MULTIEQUAL_-1206093060'), (u'CALL_-1206095889', u'INDIRECT_-1206091869'), ('const-417', u'LOAD_-1206097540'), (u'INDIRECT_-1206092074', u'MULTIEQUAL_-1206092002'), (u'INDIRECT_-1206092497', u'MULTIEQUAL_-1206092555'), (u'STORE_-1206097050', u'INDIRECT_-1206092393'), (u'PTRSUB_-1206092609', u'LOAD_-1206097754'), (u'MULTIEQUAL_-1206092845', u'MULTIEQUAL_-1206092921'), (u'STORE_-1206097050', u'INDIRECT_-1206092759'), ('const-503164', u'COPY_-1206092197'), (u'MULTIEQUAL_-1206094075', u'MULTIEQUAL_-1206092461'), (u'COPY_-1206097717', u'MULTIEQUAL_-1206094450'), (u'STORE_-1206096575', u'INDIRECT_-1206092757'), (u'INDIRECT_-1206092456', u'MULTIEQUAL_-1206092637'), (u'MULTIEQUAL_-1206092784', u'MULTIEQUAL_-1206092860'), (u'CALL_-1206097394', u'PTRADD_-1206096568'), (u'STORE_-1206095400', u'INDIRECT_-1206092170'), (u'CALL_-1206097478', u'INDIRECT_-1206094124'), (u'INDIRECT_-1206092200', u'MULTIEQUAL_-1206092332'), (u'INDIRECT_-1206092357', u'CALL_-1206095715'), (u'INDIRECT_-1206092256', u'MULTIEQUAL_-1206092458'), (u'CALL_-1206095715', u'INDIRECT_-1206091792'), (u'CALL_-1206096582', u'INDIRECT_-1206092700'), (u'CALLIND_-1206096698', u'INDIRECT_-1206093733'), (u'MULTIEQUAL_-1206092307', u'MULTIEQUAL_-1206092444'), (u'STORE_-1206096751', u'INDIRECT_-1206092884'), (u'CALL_-1206096318', u'INDIRECT_-1206092857'), (u'CALL_-1206095690', u'INDIRECT_-1206091778'), (u'CALL_-1206097186', u'INDIRECT_-1206093709'), (u'INDIRECT_-1206093504', u'MULTIEQUAL_-1206093925'), (u'CALL_-1206096093', u'INDIRECT_-1206092372'), (u'CALLIND_-1206095573', u'INDIRECT_-1206091919'), (u'MULTIEQUAL_-1206093087', u'MULTIEQUAL_-1206092448'), (u'LOAD_-1206096637', u'INT_SUB_-1206096597'), ('const-5', u'INT_EQUAL_-1206097554'), (u'CALL_-1206096095', u'INDIRECT_-1206093297'), (u'INDIRECT_-1206092447', u'CALL_-1206096318'), ('const-0', u'PTRSUB_-1206091900'), (u'MULTIEQUAL_-1206092479', u'MULTIEQUAL_-1206092470'), (u'MULTIEQUAL_-1206093370', u'MULTIEQUAL_-1206092459'), (u'CALL_-1206095889', u'INDIRECT_-1206093068'), (u'INDIRECT_-1206093655', u'MULTIEQUAL_-1206093601'), (u'INDIRECT_-1206092615', u'MULTIEQUAL_-1206092597'), (u'CALL_-1206096615', u'INDIRECT_-1206092470'), (u'CALL_-1206096080', u'INDIRECT_-1206092729'), (u'CALL_-1206096832', u'INT_ADD_-1206096561'), (u'CALL_-1206097078', u'INDIRECT_-1206092357'), (u'INDIRECT_-1206093884', u'MULTIEQUAL_-1206092460'), ('const-36', u'PTRSUB_-1206092126'), ('const-501844', u'COPY_-1206092116'), (u'STORE_-1206096659', u'INDIRECT_-1206093294'), (u'CALL_-1206095795', u'INDIRECT_-1206092192'), (u'CALL_-1206096615', u'INDIRECT_-1206093303'), (u'CALL_-1206095690', u'INDIRECT_-1206092327'), (u'PTRADD_-1206091902', u'CAST_-1206091751'), (u'INDIRECT_-1206092097', u'MULTIEQUAL_-1206092093'), (u'MULTIEQUAL_-1206092452', u'CALL_-1206097186'), (u'COPY_-1206092440', u'MULTIEQUAL_-1206092446'), (u'CAST_-1206091558', u'LOAD_-1206095680'), ('const-0', u'PTRSUB_-1206092207'), (u'INT_NOTEQUAL_-1206095523', u'CBRANCH_-1206095522'), (u'CALL_-1206096698', u'INDIRECT_-1206092749'), (u'CALL_-1206096093', u'INDIRECT_-1206092006'), (u'MULTIEQUAL_-1206092276', u'MULTIEQUAL_-1206092275'), (u'CALL_-1206096832', u'INDIRECT_-1206092618'), (u'CAST_-1206091883', u'CALL_-1206096582'), (u'CALL_-1206096357', u'INDIRECT_-1206092203'), (u'INDIRECT_-1206094020', u'MULTIEQUAL_-1206094085'), (u'INDIRECT_-1206092952', u'MULTIEQUAL_-1206092938'), (u'INDIRECT_-1206092418', u'MULTIEQUAL_-1206092337'), (u'STORE_-1206095400', u'INDIRECT_-1206091743'), (u'STORE_-1206095400', u'INDIRECT_-1206091926'), (u'CALL_-1206096080', u'INDIRECT_-1206091875'), (u'INDIRECT_-1206092867', u'MULTIEQUAL_-1206092845'), (u'INDIRECT_-1206093349', u'MULTIEQUAL_-1206094151'), ('const-417', u'STORE_-1206096751'), (u'MULTIEQUAL_-1206092599', u'MULTIEQUAL_-1206092002'), (u'INDIRECT_-1206092424', u'MULTIEQUAL_-1206092511'), (u'INDIRECT_-1206092439', u'MULTIEQUAL_-1206092641'), (u'CALLIND_-1206096698', u'INDIRECT_-1206093625'), (u'INDIRECT_-1206092269', u'MULTIEQUAL_-1206092252'), (u'CALL_-1206096582', u'INDIRECT_-1206092517'), (u'MULTIEQUAL_-1206093409', u'MULTIEQUAL_-1206092454'), (u'MULTIEQUAL_-1206092204', u'MULTIEQUAL_-1206093451'), (u'CALL_-1206096357', u'INDIRECT_-1206092630'), (u'INDIRECT_-1206093651', u'MULTIEQUAL_-1206093586'), (u'CAST_-1206091575', u'PTRADD_-1206091531'), ('tmp_441', u'CBRANCH_-1206097501'), ('const-0', u'PTRSUB_-1206092347'), (u'CALL_-1206096754', u'INDIRECT_-1206093415'), (u'STORE_-1206096659', u'INDIRECT_-1206092806'), (u'INDIRECT_-1206093966', u'MULTIEQUAL_-1206093955'), ('const-576048', u'PTRSUB_-1206091528'), (u'CALL_-1206096582', u'INDIRECT_-1206092456'), (u'MULTIEQUAL_-1206094183', u'MULTIEQUAL_-1206093586'), (u'CALL_-1206095889', u'INDIRECT_-1206092479'), (u'INDIRECT_-1206091797', u'MULTIEQUAL_-1206091714'), (u'CALL_-1206096832', u'INDIRECT_-1206093444'), ('const-4', u'PTRSUB_-1206092504'), (u'PTRSUB_-1206092218', u'LOAD_-1206097326'), (u'CALL_-1206095715', u'INDIRECT_-1206093153'), (u'INDIRECT_-1206092759', u'MULTIEQUAL_-1206092193'), (u'CALL_-1206096093', u'INDIRECT_-1206093245'), (u'MULTIEQUAL_-1206094043', u'MULTIEQUAL_-1206094021'), (u'STORE_-1206095495', u'INDIRECT_-1206092161'), (u'MULTIEQUAL_-1206092196', u'MULTIEQUAL_-1206092801'), ('const-0', u'RETURN_-1206096175'), (u'INDIRECT_-1206092896', u'MULTIEQUAL_-1206092447'), (u'CAST_-1206091957', u'LOAD_-1206096801'), (u'LOAD_-1206096665', u'CALL_-1206096582'), (u'INDIRECT_-1206092768', u'MULTIEQUAL_-1206092707'), ('const-5', u'CALL_-1206096615'), (u'INDIRECT_-1206092857', u'MULTIEQUAL_-1206092816'), (u'INDIRECT_-1206092180', u'MULTIEQUAL_-1206092267'), (u'CALL_-1206096832', u'INT_ADD_-1206096583'), ('const-108', u'PTRSUB_-1206092285'), (u'CALL_-1206096144', u'INDIRECT_-1206092623'), (u'CALL_-1206095889', u'INDIRECT_-1206093446'), ('const-4294967236', u'PTRSUB_-1206092366'), (u'CALLIND_-1206096698', u'INDIRECT_-1206092447'), (u'STORE_-1206096659', u'INDIRECT_-1206092745'), (u'INDIRECT_-1206091646', u'MULTIEQUAL_-1206091848'), ('const-417', u'LOAD_-1206096656'), (u'INDIRECT_-1206091930', u'MULTIEQUAL_-1206091849'), ('const-1', u'INT_NOTEQUAL_-1206095523'), (u'CALL_-1206096677', u'INDIRECT_-1206093455'), ('const-0', u'INT_EQUAL_-1206096111'), (u'INDIRECT_-1206092623', u'MULTIEQUAL_-1206093148'), (u'MULTIEQUAL_-1206092768', u'MULTIEQUAL_-1206092193'), (u'CALL_-1206097478', u'INDIRECT_-1206093962'), (u'INDIRECT_-1206091890', u'MULTIEQUAL_-1206092092'), (u'CALL_-1206096582', u'INDIRECT_-1206093505'), (u'STORE_-1206096259', u'INDIRECT_-1206091968'), (u'CALL_-1206096357', u'INDIRECT_-1206092020'), (u'INDIRECT_-1206093045', u'MULTIEQUAL_-1206093045'), ('const-4', u'PTRADD_-1206091552'), (u'STORE_-1206095339', u'INDIRECT_-1206092317'), (u'INDIRECT_-1206093692', u'MULTIEQUAL_-1206093622'), (u'CALLIND_-1206096698', u'INDIRECT_-1206092813'), (u'INDIRECT_-1206092745', u'MULTIEQUAL_-1206093270'), (u'STORE_-1206096603', u'INDIRECT_-1206092830'), (u'INDIRECT_-1206092192', u'MULTIEQUAL_-1206092987'), (u'CALL_-1206097078', u'INDIRECT_-1206093211'), (u'CALL_-1206096318', u'INDIRECT_-1206092369'), (u'CAST_-1206091575', u'PTRADD_-1206091676'), (u'CALL_-1206097328', u'INDIRECT_-1206093830'), (u'CAST_-1206092302', u'MULTIEQUAL_-1206095626'), (u'INDIRECT_-1206092562', u'MULTIEQUAL_-1206092540'), (u'CAST_-1206091510', u'INT_ADD_-1206095555'), (u'CALL_-1206095795', u'INDIRECT_-1206093187'), (u'CALLIND_-1206095573', u'INDIRECT_-1206093313'), (u'INDIRECT_-1206092196', u'MULTIEQUAL_-1206092124'), (u'MULTIEQUAL_-1206093209', u'MULTIEQUAL_-1206092612'), (u'CALL_-1206096093', u'INDIRECT_-1206093299'), (u'INDIRECT_-1206092623', u'MULTIEQUAL_-1206092601'), (u'INDIRECT_-1206093662', u'MULTIEQUAL_-1206093801'), (u'CALL_-1206095795', u'INDIRECT_-1206092619'), (u'INDIRECT_-1206093327', u'MULTIEQUAL_-1206093859'), ('const-0', u'INT_EQUAL_-1206097632'), (u'CALL_-1206096832', u'INT_ADD_-1206096621'), (u'CALL_-1206096615', u'INDIRECT_-1206092226'), (u'CALL_-1206096144', u'INDIRECT_-1206092074'), (u'MULTIEQUAL_-1206092368', u'MULTIEQUAL_-1206092445'), (u'INDIRECT_-1206092083', u'MULTIEQUAL_-1206092967'), (u'CALL_-1206097478', u'INDIRECT_-1206093800'), (u'MULTIEQUAL_-1206093392', u'MULTIEQUAL_-1206092795'), (u'MULTIEQUAL_-1206093353', u'MULTIEQUAL_-1206093331'), ('const-0', u'INT_NOTEQUAL_-1206096270'), (u'CALL_-1206097478', u'INDIRECT_-1206093908'), (u'CALL_-1206097328', u'INDIRECT_-1206093776'), (u'MULTIEQUAL_-1206092795', u'MULTIEQUAL_-1206092453'), (u'MULTIEQUAL_-1206092965', u'COPY_-1206092494'), (u'CALL_-1206095715', u'INDIRECT_-1206092646'), (u'CALL_-1206097328', u'INDIRECT_-1206093992'), (u'INDIRECT_-1206092683', u'MULTIEQUAL_-1206092633'), (u'INDIRECT_-1206093664', u'MULTIEQUAL_-1206092205'), (u'INDIRECT_-1206093606', u'MULTIEQUAL_-1206093613'), (u'INDIRECT_-1206092684', u'MULTIEQUAL_-1206092662'), (u'CALL_-1206096082', u'INDIRECT_-1206092049'), ('const-516', u'PTRSUB_-1206092486'), (u'MULTIEQUAL_-1206092890', u'MULTIEQUAL_-1206092195'), (u'INDIRECT_-1206093018', u'MULTIEQUAL_-1206092449'), (u'STORE_-1206095376', u'INDIRECT_-1206092032'), (u'CALL_-1206097186', u'INDIRECT_-1206093195'), (u'CALL_-1206095690', u'INDIRECT_-1206092902'), (u'MULTIEQUAL_-1206092719', u'COPY_-1206092797'), (u'MULTIEQUAL_-1206092642', u'MULTIEQUAL_-1206092641'), ('const-4', u'PTRADD_-1206091676'), ('tmp_2751', u'BRANCH_-1206095687'), (u'CAST_-1206091517', u'LOAD_-1206095583'), (u'INDIRECT_-1206092317', u'MULTIEQUAL_-1206092267'), (u'INDIRECT_-1206092707', u'MULTIEQUAL_-1206092646'), (u'CALL_-1206096318', u'INDIRECT_-1206092613'), (u'INDIRECT_-1206092334', u'MULTIEQUAL_-1206092515'), (u'STORE_-1206096659', u'INDIRECT_-1206092501'), (u'INDIRECT_-1206093273', u'MULTIEQUAL_-1206093208'), (u'PTRSUB_-1206092504', u'LOAD_-1206097575'), (u'CALL_-1206096082', u'INDIRECT_-1206093072'), (u'MULTIEQUAL_-1206094367', u'PTRADD_-1206091886'), (u'INDIRECT_-1206092463', u'MULTIEQUAL_-1206092402'), (u'INDIRECT_-1206092224', u'MULTIEQUAL_-1206092141'), (u'PTRADD_-1206091531', u'CAST_-1206091416'), ('const-40', u'INT_ADD_-1206096589'), (u'MULTIEQUAL_-1206093475', u'MULTIEQUAL_-1206093453'), (u'CALL_-1206096698', u'INDIRECT_-1206092505'), (u'INDIRECT_-1206092439', u'MULTIEQUAL_-1206092389'), (u'STORE_-1206096233', u'INDIRECT_-1206092623'), ('tmp_2628', u'BRANCH_-1206096067'), (u'MULTIEQUAL_-1206093231', u'MULTIEQUAL_-1206093209'), ('const-4', u'PTRADD_-1206091531'), (u'CALL_-1206096318', u'INDIRECT_-1206093418'), (u'PTRADD_-1206096568', u'MULTIEQUAL_-1206095626'), (u'STORE_-1206096220', u'INDIRECT_-1206092493'), (u'INT_ADD_-1206096758', u'CALL_-1206096754'), (u'CALL_-1206096754', u'INDIRECT_-1206092711'), (u'STORE_-1206096246', u'INDIRECT_-1206092509'), (u'INDIRECT_-1206092005', u'MULTIEQUAL_-1206091987'), (u'INDIRECT_-1206092547', u'MULTIEQUAL_-1206092470'), (u'CALL_-1206097328', u'INDIRECT_-1206092530'), (u'MULTIEQUAL_-1206093165', u'MULTIEQUAL_-1206092450'), ('const-36', u'INT_ADD_-1206096621'), (u'CALL_-1206097186', u'INT_EQUAL_-1206097160'), (u'MULTIEQUAL_-1206092267', u'MULTIEQUAL_-1206092231'), (u'INDIRECT_-1206091792', u'MULTIEQUAL_-1206091788'), ('const-0', u'INT_NOTEQUAL_-1206096644'), (u'INDIRECT_-1206092696', u'MULTIEQUAL_-1206092679'), (u'INDIRECT_-1206093122', u'MULTIEQUAL_-1206093048'), (u'MULTIEQUAL_-1206092599', u'MULTIEQUAL_-1206092439'), ('const-417', u'LOAD_-1206095612'), (u'INDIRECT_-1206093554', u'MULTIEQUAL_-1206093693'), (u'MULTIEQUAL_-1206092200', u'PTRSUB_-1206092049'), (u'PTRSUB_-1206092041', u'LOAD_-1206096665'), (u'CALL_-1206096615', u'INDIRECT_-1206092775'), (u'INDIRECT_-1206093446', u'MULTIEQUAL_-1206093585'), (u'CALL_-1206096095', u'INDIRECT_-1206092485'), (u'CALL_-1206096677', u'INDIRECT_-1206093725'), (u'MULTIEQUAL_-1206093667', u'MULTIEQUAL_-1206092208'), (u'MULTIEQUAL_-1206092048', u'COPY_-1206092126'), (u'MULTIEQUAL_-1206093709', u'MULTIEQUAL_-1206092206'), (u'CALL_-1206097478', u'INDIRECT_-1206092730'), (u'MULTIEQUAL_-1206092721', u'MULTIEQUAL_-1206092441'), (u'CALL_-1206097394', u'INDIRECT_-1206092558'), (u'MULTIEQUAL_-1206092816', u'MULTIEQUAL_-1206092780'), (u'STORE_-1206095339', u'INDIRECT_-1206091890'), (u'STORE_-1206095376', u'INDIRECT_-1206091727'), ('const-0', u'CALLIND_-1206096698'), (u'COPY_-1206092494', u'MULTIEQUAL_-1206092446'), (u'CALL_-1206095795', u'INDIRECT_-1206093079'), (u'STORE_-1206096594', u'INDIRECT_-1206092887'), (u'INDIRECT_-1206092646', u'MULTIEQUAL_-1206092642'), (u'INDIRECT_-1206092476', u'MULTIEQUAL_-1206092890'), (u'MULTIEQUAL_-1206092200', u'PTRSUB_-1206091983'), ('const-60', u'INT_ADD_-1206096659'), (u'CALL_-1206096318', u'INDIRECT_-1206092308'), (u'INDIRECT_-1206092798', u'MULTIEQUAL_-1206092780'), ('const-1', u'PTRADD_-1206096568'), (u'MULTIEQUAL_-1206094031', u'MULTIEQUAL_-1206092461'), (u'INDIRECT_-1206092293', u'MULTIEQUAL_-1206092707'), (u'CALL_-1206096095', u'INDIRECT_-1206093081'), (u'CALL_-1206096832', u'INDIRECT_-1206092984'), (u'INDIRECT_-1206092761', u'MULTIEQUAL_-1206092942'), ('const-576512', u'PTRSUB_-1206092207'), ('tmp_293', u'CBRANCH_-1206097631'), (u'INDIRECT_-1206092135', u'MULTIEQUAL_-1206092063'), (u'CALL_-1206097394', u'INDIRECT_-1206093229'), ('const-0', u'INT_EQUAL_-1206097160'), (u'STORE_-1206096575', u'INDIRECT_-1206092513'), (u'INDIRECT_-1206093014', u'MULTIEQUAL_-1206092940'), (u'CALL_-1206096093', u'INDIRECT_-1206093191'), (u'CALL_-1206096080', u'INDIRECT_-1206093290'), (u'CAST_-1206091484', u'STORE_-1206095495'), ('const-0', u'PTRSUB_-1206091763'), (u'CALL_-1206097186', u'INDIRECT_-1206092951'), (u'INDIRECT_-1206093938', u'MULTIEQUAL_-1206092461'), (u'INDIRECT_-1206093336', u'MULTIEQUAL_-1206093343'), (u'INDIRECT_-1206092379', u'MULTIEQUAL_-1206092904'), (u'CALLIND_-1206095573', u'INDIRECT_-1206092529'), (u'STORE_-1206097092', u'INDIRECT_-1206092531'), (u'CALL_-1206095795', u'INDIRECT_-1206092436'), (u'PTRSUB_-1206091948', u'CALL_-1206096318'), (u'CALL_-1206095715', u'INDIRECT_-1206093261'), (u'INDIRECT_-1206092219', u'MULTIEQUAL_-1206092215'), ('const-0', u'PTRSUB_-1206092332'), (u'PTRADD_-1206091560', u'LOAD_-1206095421'), (u'LOAD_-1206096675', u'INT_ADD_-1206096589'), (u'INDIRECT_-1206093201', u'MULTIEQUAL_-1206092452'), (u'INDIRECT_-1206093718', u'MULTIEQUAL_-1206092206'), (u'MULTIEQUAL_-1206092154', u'MULTIEQUAL_-1206092153'), (u'MULTIEQUAL_-1206092694', u'MULTIEQUAL_-1206092658'), (u'STORE_-1206096575', u'INDIRECT_-1206092391'), (u'STORE_-1206096246', u'INDIRECT_-1206092021'), ('const-2', u'INT_OR_-1206094409'), (u'INDIRECT_-1206092402', u'MULTIEQUAL_-1206092398'), (u'CAST_-1206091575', u'PTRADD_-1206091592'), (u'INDIRECT_-1206091768', u'MULTIEQUAL_-1206091970'), (u'CALL_-1206096754', u'CAST_-1206091942'), (u'MULTIEQUAL_-1206092449', u'MULTIEQUAL_-1206093104'), (u'INDIRECT_-1206092574', u'MULTIEQUAL_-1206092557'), ('const-228', u'INT_ADD_-1206095567'), (u'INDIRECT_-1206093295', u'MULTIEQUAL_-1206094097'), (u'CALL_-1206096318', u'INDIRECT_-1206093526'), (u'INDIRECT_-1206092102', u'MULTIEQUAL_-1206092019'), (u'CALL_-1206096615', u'INDIRECT_-1206093627'), (u'STORE_-1206096233', u'INDIRECT_-1206092074'), (u'CALL_-1206096082', u'INDIRECT_-1206092476'), (u'STORE_-1206096603', u'INDIRECT_-1206092525'), (u'CALL_-1206096754', u'INDIRECT_-1206093016'), (u'INDIRECT_-1206093153', u'MULTIEQUAL_-1206093156'), (u'INDIRECT_-1206091778', u'MULTIEQUAL_-1206092662'), (u'INDIRECT_-1206093962', u'MULTIEQUAL_-1206093892'), (u'INT_EQUAL_-1206097365', u'CBRANCH_-1206097363'), (u'CALL_-1206096698', u'INDIRECT_-1206093392'), ('const-4', u'PTRSUB_-1206091652'), (u'INDIRECT_-1206091978', u'MULTIEQUAL_-1206091958'), (u'INDIRECT_-1206092342', u'MULTIEQUAL_-1206092328'), (u'INDIRECT_-1206092928', u'MULTIEQUAL_-1206092856'), (u'MULTIEQUAL_-1206093869', u'MULTIEQUAL_-1206092458'), (u'CALL_-1206097078', u'INDIRECT_-1206093718'), ('tmp_13726', u'MULTIEQUAL_-1206094205'), (u'STORE_-1206097092', u'INDIRECT_-1206092653'), ('const-417', u'LOAD_-1206097569'), (u'MULTIEQUAL_-1206095626', u'CALL_-1206097328'), (u'CALL_-1206096582', u'INDIRECT_-1206092090'), (u'LOAD_-1206096675', u'INT_ADD_-1206096627'), (u'MULTIEQUAL_-1206092199', u'MULTIEQUAL_-1206092984'), (u'CALL_-1206096318', u'INDIRECT_-1206092247'), (u'MULTIEQUAL_-1206094021', u'MULTIEQUAL_-1206092460'), (u'INDIRECT_-1206091875', u'MULTIEQUAL_-1206091962'), ('const-4', u'PTRADD_-1206091560'), ('const-20', u'PTRSUB_-1206092191'), ('const-1', u'CALLIND_-1206095573'), ('tmp_17064', u'MULTIEQUAL_-1206092621'), ('const-5', u'CALL_-1206096093'), ('const-1', u'PTRADD_-1206096691'), (u'STORE_-1206097050', u'INDIRECT_-1206092820'), (u'MULTIEQUAL_-1206092337', u'MULTIEQUAL_-1206092336'), (u'CALL_-1206096318', u'INDIRECT_-1206092491'), (u'CALL_-1206097478', u'INDIRECT_-1206094016'), (u'INDIRECT_-1206093381', u'MULTIEQUAL_-1206093316'), (u'INDIRECT_-1206092554', u'MULTIEQUAL_-1206092536'), (u'INDIRECT_-1206093610', u'MULTIEQUAL_-1206092204'), (u'STORE_-1206096575', u'INDIRECT_-1206092574'), (u'CALL_-1206097186', u'INDIRECT_-1206093601'), ('tmp_17070', u'MULTIEQUAL_-1206092987'), (u'INT_NOTEQUAL_-1206097128', u'CBRANCH_-1206097128'), (u'MULTIEQUAL_-1206093028', u'MULTIEQUAL_-1206093019'), (u'INDIRECT_-1206093342', u'MULTIEQUAL_-1206093763'), ('const-417', u'LOAD_-1206095408'), ('tmp_251', u'CBRANCH_-1206097662'), (u'INDIRECT_-1206092546', u'MULTIEQUAL_-1206092633'), (u'INT_EQUAL_-1206095682', u'CBRANCH_-1206095681'), (u'CALL_-1206097078', u'INDIRECT_-1206092540'), (u'STORE_-1206096246', u'INDIRECT_-1206092814'), (u'CALL_-1206096095', u'INDIRECT_-1206092607'), (u'CALL_-1206096095', u'INDIRECT_-1206091936'), (u'INDIRECT_-1206092039', u'MULTIEQUAL_-1206092019'), (u'INT_EQUAL_-1206097554', u'CBRANCH_-1206097550'), (u'CAST_-1206091575', u'PTRADD_-1206091584'), (u'CALL_-1206096082', u'INDIRECT_-1206092598'), ('const-417', u'LOAD_-1206096884'), (u'STORE_-1206096603', u'INDIRECT_-1206092708'), ('const-16', u'PTRSUB_-1206092112'), ('tmp_13722', u'MULTIEQUAL_-1206093989'), (u'CALL_-1206096357', u'INDIRECT_-1206093219'), (u'INDIRECT_-1206092944', u'MULTIEQUAL_-1206093125'), (u'STORE_-1206095376', u'INDIRECT_-1206091788'), (u'INDIRECT_-1206093241', u'MULTIEQUAL_-1206094043'), (u'INDIRECT_-1206092195', u'MULTIEQUAL_-1206092397'), ('const-0', u'CALL_-1206096095'), (u'STORE_-1206096751', u'INDIRECT_-1206092823'), (u'CALL_-1206096832', u'INDIRECT_-1206092679'), ('const-2', u'PTRADD_-1206091584'), (u'INDIRECT_-1206092988', u'MULTIEQUAL_-1206092938'), (u'INDIRECT_-1206093509', u'MULTIEQUAL_-1206093451'), (u'INT_ADD_-1206095567', u'CAST_-1206091517'), ('tmp_1962', u'CBRANCH_-1206096644'), (u'CALL_-1206095889', u'INDIRECT_-1206093122'), (u'MULTIEQUAL_-1206093739', u'MULTIEQUAL_-1206093730'), (u'MULTIEQUAL_-1206092198', u'MULTIEQUAL_-1206092923'), (u'MULTIEQUAL_-1206092252', u'MULTIEQUAL_-1206092187'), (u'CALL_-1206096095', u'INDIRECT_-1206093351'), (u'MULTIEQUAL_-1206092677', u'MULTIEQUAL_-1206092441'), (u'MULTIEQUAL_-1206093087', u'MULTIEQUAL_-1206092490'), (u'INDIRECT_-1206092720', u'MULTIEQUAL_-1206093134'), (u'PTRSUB_-1206092493', u'PTRSUB_-1206092326'), (u'CALL_-1206095889', u'INDIRECT_-1206092052'), (u'CALL_-1206096832', u'CALL_-1206096698'), (u'INDIRECT_-1206092435', u'MULTIEQUAL_-1206092435'), ('const-417', u'LOAD_-1206096801'), (u'CALL_-1206096093', u'INDIRECT_-1206092738'), ('tmp_3299', u'CBRANCH_-1206095659'), (u'CALL_-1206096080', u'INDIRECT_-1206092302'), (u'CALL_-1206097078', u'INDIRECT_-1206093880'), (u'CALL_-1206095715', u'INDIRECT_-1206092036'), (u'INDIRECT_-1206092984', u'MULTIEQUAL_-1206092984'), (u'CALL_-1206096832', u'INDIRECT_-1206093660'), (u'INDIRECT_-1206093128', u'MULTIEQUAL_-1206093222'), (u'CALL_-1206096677', u'INDIRECT_-1206093617'), (u'INDIRECT_-1206093310', u'MULTIEQUAL_-1206093276'), (u'CALL_-1206097078', u'INDIRECT_-1206093610'), (u'INDIRECT_-1206092066', u'MULTIEQUAL_-1206092048'), (u'INDIRECT_-1206092110', u'MULTIEQUAL_-1206092524'), (u'PTRSUB_-1206092386', u'PTRSUB_-1206092218'), (u'INDIRECT_-1206093912', u'MULTIEQUAL_-1206093977'), (u'INDIRECT_-1206093401', u'MULTIEQUAL_-1206093324'), (u'MULTIEQUAL_-1206092446', u'INT_EQUAL_-1206097632'), (u'CALL_-1206096357', u'INDIRECT_-1206092386'), (u'STORE_-1206096259', u'INDIRECT_-1206092822'), (u'CALL_-1206096080', u'INDIRECT_-1206092668'), (u'CALL_-1206096080', u'INDIRECT_-1206092485'), (u'MULTIEQUAL_-1206092460', u'MULTIEQUAL_-1206093977'), (u'CALLIND_-1206096698', u'INDIRECT_-1206093463'), (u'CALL_-1206096318', u'INDIRECT_-1206093202'), (u'STORE_-1206096233', u'INDIRECT_-1206092013'), (u'INDIRECT_-1206092688', u'MULTIEQUAL_-1206092820'), (u'CALL_-1206096093', u'INDIRECT_-1206092128'), (u'INDIRECT_-1206092022', u'MULTIEQUAL_-1206092906'), (u'LOAD_-1206096801', u'CALL_-1206096698'), (u'MULTIEQUAL_-1206093026', u'MULTIEQUAL_-1206092447'), (u'CALL_-1206096318', u'INDIRECT_-1206093364'), (u'STORE_-1206096659', u'INDIRECT_-1206092867'), (u'CALL_-1206096698', u'INDIRECT_-1206092627'), (u'MULTIEQUAL_-1206094139', u'MULTIEQUAL_-1206092463'), (u'INDIRECT_-1206092496', u'MULTIEQUAL_-1206092496'), (u'CALL_-1206097478', u'INDIRECT_-1206093218'), ('const-4', u'PTRADD_-1206091894'), (u'INDIRECT_-1206093714', u'MULTIEQUAL_-1206093721'), (u'CALL_-1206097186', u'INDIRECT_-1206093012'), ('const-152', u'PTRSUB_-1206092386'), (u'LOAD_-1206096597', u'INT_OR_-1206096570'), (u'STORE_-1206097092', u'INDIRECT_-1206092470'), (u'INDIRECT_-1206091961', u'MULTIEQUAL_-1206092845'), (u'PTRSUB_-1206092500', u'LOAD_-1206097569'), (u'MULTIEQUAL_-1206093012', u'MULTIEQUAL_-1206092197'), (u'MULTIEQUAL_-1206093925', u'PTRSUB_-1206092285'), (u'INDIRECT_-1206092923', u'MULTIEQUAL_-1206092923'), (u'INDIRECT_-1206092991', u'MULTIEQUAL_-1206092994'), ('tmp_1166', u'CBRANCH_-1206097021'), (u'MULTIEQUAL_-1206091971', u'MULTIEQUAL_-1206091970'), (u'MULTIEQUAL_-1206093631', u'MULTIEQUAL_-1206093622'), (u'CALL_-1206095795', u'INDIRECT_-1206093133'), (u'PTRADD_-1206091676', u'CAST_-1206091558'), ('const-36', u'PTRSUB_-1206092269'), (u'MULTIEQUAL_-1206093150', u'MULTIEQUAL_-1206093141'), (u'MULTIEQUAL_-1206092496', u'MULTIEQUAL_-1206092191'), ('const-417', u'LOAD_-1206097679'), (u'CALL_-1206096832', u'INDIRECT_-1206093045'), (u'CALL_-1206095690', u'INDIRECT_-1206093064'), (u'STORE_-1206096603', u'INDIRECT_-1206092403'), (u'CALL_-1206096832', u'INDIRECT_-1206093498'), (u'CALL_-1206096144', u'INDIRECT_-1206092135'), (u'INDIRECT_-1206091858', u'MULTIEQUAL_-1206091775'), (u'INDIRECT_-1206093340', u'MULTIEQUAL_-1206093263'), (u'INDIRECT_-1206093444', u'MULTIEQUAL_-1206093451'), (u'STORE_-1206097050', u'INDIRECT_-1206092881'), (u'CALL_-1206096095', u'INDIRECT_-1206093243'), (u'INDIRECT_-1206092407', u'MULTIEQUAL_-1206092324'), (u'CALL_-1206097078', u'INDIRECT_-1206093028'), (u'MULTIEQUAL_-1206093967', u'MULTIEQUAL_-1206093370'), (u'CALLIND_-1206096698', u'INDIRECT_-1206092325'), ('const-6', u'PTRADD_-1206091548'), (u'STORE_-1206096575', u'INDIRECT_-1206092879'), (u'STORE_-1206096246', u'INDIRECT_-1206092387'), (u'CALL_-1206097078', u'INDIRECT_-1206093664'), ('const-3', u'STORE_-1206095376'), (u'INT_LESS_-1206095650', u'CBRANCH_-1206095659'), (u'STORE_-1206095495', u'INDIRECT_-1206092222'), (u'PTRADD_-1206091886', u'STORE_-1206096233'), (u'INDIRECT_-1206092957', u'MULTIEQUAL_-1206092448'), (u'INDIRECT_-1206092805', u'MULTIEQUAL_-1206092755'), (u'CALL_-1206095889', u'INDIRECT_-1206092723'), (u'INT_NOTEQUAL_-1206096644', u'CBRANCH_-1206096644'), (u'MULTIEQUAL_-1206092447', u'MULTIEQUAL_-1206092982'), (u'INDIRECT_-1206093450', u'MULTIEQUAL_-1206093871'), (u'INT_NOTEQUAL_-1206097021', u'CBRANCH_-1206097021'), (u'MULTIEQUAL_-1206092804', u'INT_EQUAL_-1206097691'), (u'INDIRECT_-1206093817', u'MULTIEQUAL_-1206093763'), (u'PTRSUB_-1206092366', u'CALL_-1206097186'), (u'STORE_-1206096233', u'INDIRECT_-1206092562'), ('const-417', u'LOAD_-1206096846'), (u'LOAD_-1206096801', u'INT_ADD_-1206096758'), ('tmp_155', u'CBRANCH_-1206097736'), (u'INT_NOTEQUAL_-1206095645', u'CBRANCH_-1206095644'), ('const-1', u'PTRADD_-1206096568'), (u'MULTIEQUAL_-1206092084', u'MULTIEQUAL_-1206092048'), ('const-0', u'CALL_-1206095715'), (u'INDIRECT_-1206092280', u'MULTIEQUAL_-1206092276'), ('tmp_3329', u'CBRANCH_-1206095644'), ('const-5', u'PTRADD_-1206091511'), (u'MULTIEQUAL_-1206093901', u'MULTIEQUAL_-1206093977'), (u'LOAD_-1206095421', u'MULTIEQUAL_-1206093046'), ('const-417', u'LOAD_-1206095680'), (u'MULTIEQUAL_-1206092843', u'MULTIEQUAL_-1206092443'), (u'PTRSUB_-1206092138', u'LOAD_-1206096567'), (u'CALL_-1206095889', u'INDIRECT_-1206093014'), ('const-417', u'LOAD_-1206095571'), (u'INDIRECT_-1206092378', u'MULTIEQUAL_-1206092328'), (u'STORE_-1206096594', u'INDIRECT_-1206092765'), (u'MULTIEQUAL_-1206093073', u'MULTIEQUAL_-1206092198'), (u'STORE_-1206096575', u'INDIRECT_-1206093001'), (u'CALL_-1206097394', u'INDIRECT_-1206093642'), (u'CALL_-1206096832', u'INT_ADD_-1206096785'), (u'INDIRECT_-1206092273', u'MULTIEQUAL_-1206092454'), (u'CALL_-1206096082', u'INDIRECT_-1206093126'), (u'CALL_-1206096095', u'INDIRECT_-1206092668'), (u'STORE_-1206095495', u'INDIRECT_-1206092527'), (u'MULTIEQUAL_-1206092455', u'MULTIEQUAL_-1206093707'), (u'MULTIEQUAL_-1206093272', u'MULTIEQUAL_-1206093263'), (u'CALL_-1206096080', u'INDIRECT_-1206093074'), (u'MULTIEQUAL_-1206093262', u'MULTIEQUAL_-1206092457'), (u'CALL_-1206095795', u'INDIRECT_-1206093295'), (u'CALL_-1206095715', u'INDIRECT_-1206092097'), (u'INDIRECT_-1206093050', u'MULTIEQUAL_-1206093028'), ('const-417', u'LOAD_-1206096597'), (u'STORE_-1206095400', u'INDIRECT_-1206091804'), (u'CALL_-1206095715', u'INDIRECT_-1206092158'), (u'INDIRECT_-1206092871', u'MULTIEQUAL_-1206093003'), (u'MULTIEQUAL_-1206093148', u'MULTIEQUAL_-1206092551'), (u'INDIRECT_-1206092464', u'MULTIEQUAL_-1206092450'), (u'INDIRECT_-1206092330', u'MULTIEQUAL_-1206092313'), (u'STORE_-1206096659', u'INDIRECT_-1206093172'), ('const-2', u'INT_EQUAL_-1206095839'), (u'INDIRECT_-1206092220', u'MULTIEQUAL_-1206092206'), (u'CALL_-1206096698', u'INDIRECT_-1206092444'), (u'INDIRECT_-1206092049', u'MULTIEQUAL_-1206092463'), (u'INDIRECT_-1206093012', u'MULTIEQUAL_-1206092951'), (u'MULTIEQUAL_-1206093955', u'MULTIEQUAL_-1206093946'), (u'CALL_-1206097478', u'INDIRECT_-1206092669'), (u'CALL_-1206097478', u'INDIRECT_-1206093157'), (u'INDIRECT_-1206093233', u'MULTIEQUAL_-1206093211'), (u'INDIRECT_-1206092344', u'MULTIEQUAL_-1206092324'), ('const-417', u'LOAD_-1206096675'), (u'INDIRECT_-1206093126', u'MULTIEQUAL_-1206093547'), (u'INDIRECT_-1206092601', u'MULTIEQUAL_-1206092520'), ('tmp_13727', u'MULTIEQUAL_-1206093424'), (u'INDIRECT_-1206092452', u'MULTIEQUAL_-1206092435'), (u'MULTIEQUAL_-1206093925', u'INT_NOTEQUAL_-1206097107'), (u'STORE_-1206095495', u'INDIRECT_-1206092344'), (u'MULTIEQUAL_-1206092804', u'COPY_-1206097717'), (u'CALL_-1206096615', u'INDIRECT_-1206093573'), (u'CALL_-1206096615', u'CAST_-1206091883'), (u'CALL_-1206096318', u'INDIRECT_-1206092125'), (u'INT_EQUAL_-1206095839', u'CBRANCH_-1206095837'), ('const-417', u'STORE_-1206095400'), (u'STORE_-1206095400', u'INDIRECT_-1206091865'), (u'MULTIEQUAL_-1206093532', u'MULTIEQUAL_-1206092462'), (u'MULTIEQUAL_-1206092721', u'MULTIEQUAL_-1206092124'), (u'INDIRECT_-1206093074', u'MULTIEQUAL_-1206093060'), (u'INDIRECT_-1206092680', u'MULTIEQUAL_-1206093475'), (u'MULTIEQUAL_-1206092446', u'PTRSUB_-1206092519'), (u'CALL_-1206096754', u'INDIRECT_-1206092650'), ('const-417', u'LOAD_-1206095583'), (u'MULTIEQUAL_-1206092782', u'MULTIEQUAL_-1206092442'), (u'CALL_-1206096144', u'INDIRECT_-1206092745'), (u'MULTIEQUAL_-1206092536', u'COPY_-1206092614'), (u'CALL_-1206096832', u'INDIRECT_-1206093336'), (u'INDIRECT_-1206092530', u'MULTIEQUAL_-1206092440'), (u'INDIRECT_-1206092883', u'MULTIEQUAL_-1206093064'), (u'MULTIEQUAL_-1206092572', u'MULTIEQUAL_-1206092536'), (u'INDIRECT_-1206093079', u'MULTIEQUAL_-1206093881'), ('tmp_17065', u'MULTIEQUAL_-1206092682'), (u'MULTIEQUAL_-1206093613', u'MULTIEQUAL_-1206092207'), (u'STORE_-1206096603', u'INDIRECT_-1206092952'), (u'CALL_-1206097186', u'INDIRECT_-1206092524'), (u'INDIRECT_-1206092974', u'MULTIEQUAL_-1206092897'), (u'CALL_-1206096582', u'INDIRECT_-1206092273'), (u'MULTIEQUAL_-1206092646', u'CAST_-1206092144'), (u'MULTIEQUAL_-1206093586', u'MULTIEQUAL_-1206092463'), (u'INT_ADD_-1206096659', u'CAST_-1206092030'), (u'INDIRECT_-1206093543', u'MULTIEQUAL_-1206093478'), (u'INT_EQUAL_-1206096292', u'CBRANCH_-1206096291'), (u'INDIRECT_-1206092618', u'MULTIEQUAL_-1206092618'), (u'INDIRECT_-1206092131', u'MULTIEQUAL_-1206092926'), (u'STORE_-1206097092', u'INDIRECT_-1206092836'), (u'CALL_-1206096832', u'INDIRECT_-1206092496'), (u'INDIRECT_-1206093804', u'MULTIEQUAL_-1206093869'), (u'CALL_-1206096698', u'INDIRECT_-1206093284'), (u'CALL_-1206095889', u'INDIRECT_-1206093230'), (u'CAST_-1206091751', u'STORE_-1206096259'), (u'STORE_-1206095339', u'INDIRECT_-1206092378'), (u'CALL_-1206096095', u'INDIRECT_-1206092302'), (u'CALL_-1206095795', u'INDIRECT_-1206092253'), (u'CALL_-1206097328', u'INDIRECT_-1206093079'), ('tmp_17068', u'MULTIEQUAL_-1206092865'), (u'CAST_-1206091989', u'INT_AND_-1206096858'), (u'CALL_-1206096095', u'INDIRECT_-1206093135'), (u'CALL_-1206097078', u'INDIRECT_-1206093502'), (u'INDIRECT_-1206092354', u'MULTIEQUAL_-1206092768'), (u'CALL_-1206096754', u'INDIRECT_-1206092345'), ('const-0', u'INT_NOTEQUAL_-1206097502'), (u'MULTIEQUAL_-1206093847', u'MULTIEQUAL_-1206093923'), ('const-417', u'LOAD_-1206097326'), (u'INDIRECT_-1206093355', u'MULTIEQUAL_-1206093333'), (u'MULTIEQUAL_-1206092906', u'MULTIEQUAL_-1206092897'), (u'CALL_-1206096144', u'INDIRECT_-1206093435'), (u'INDIRECT_-1206092119', u'MULTIEQUAL_-1206092206'), (u'MULTIEQUAL_-1206092145', u'MULTIEQUAL_-1206092109'), ('tmp_13727', u'MULTIEQUAL_-1206094259'), (u'CALL_-1206097186', u'INDIRECT_-1206092707'), (u'INDIRECT_-1206092781', u'MULTIEQUAL_-1206093195'), ('const-417', u'STORE_-1206096259'), ('const-49', u'INT_ADD_-1206095555'), (u'INDIRECT_-1206093401', u'MULTIEQUAL_-1206093343'), (u'INDIRECT_-1206092074', u'MULTIEQUAL_-1206092599'), (u'STORE_-1206095339', u'INDIRECT_-1206092134'), (u'STORE_-1206095400', u'INDIRECT_-1206092231'), (u'COPY_-1206092072', u'CALL_-1206096144'), (u'MULTIEQUAL_-1206093209', u'MULTIEQUAL_-1206092450'), ('const-417', u'LOAD_-1206096665'), (u'INDIRECT_-1206093315', u'MULTIEQUAL_-1206093318'), (u'CALL_-1206095889', u'INDIRECT_-1206093338'), (u'CALL_-1206096582', u'INDIRECT_-1206092639'), (u'MULTIEQUAL_-1206092002', u'MULTIEQUAL_-1206092439'), (u'LOAD_-1206097540', u'INT_NOTEQUAL_-1206097518'), (u'LOAD_-1206097540', u'LOAD_-1206097518'), (u'INDIRECT_-1206093273', u'MULTIEQUAL_-1206093805'), ('const-1', u'INT_EQUAL_-1206097739'), ('tmp_17073', u'MULTIEQUAL_-1206093231'), (u'CALL_-1206096144', u'INDIRECT_-1206092440'), (u'CAST_-1206092030', u'LOAD_-1206096675'), (u'PTRSUB_-1206091988', u'PTRSUB_-1206092126'), (u'INDIRECT_-1206092052', u'MULTIEQUAL_-1206091971'), (u'CALL_-1206095690', u'INDIRECT_-1206091900'), (u'MULTIEQUAL_-1206092442', u'MULTIEQUAL_-1206092738'), (u'PTRADD_-1206091511', u'STORE_-1206095339'), (u'INDIRECT_-1206092744', u'MULTIEQUAL_-1206092694'), (u'INDIRECT_-1206093025', u'MULTIEQUAL_-1206093827'), (u'CALL_-1206095715', u'INDIRECT_-1206092585'), (u'MULTIEQUAL_-1206093913', u'MULTIEQUAL_-1206092458'), (u'MULTIEQUAL_-1206092462', u'MULTIEQUAL_-1206094085'), (u'INT_NOTEQUAL_-1206097518', u'CBRANCH_-1206097518'), (u'CALL_-1206096095', u'INDIRECT_-1206091997'), ('const-36', u'INT_ADD_-1206096561'), (u'LOAD_-1206096675', u'INT_NOTEQUAL_-1206096644'), (u'INDIRECT_-1206092374', u'MULTIEQUAL_-1206092374'), (u'CALL_-1206096615', u'INDIRECT_-1206092653'), ('tmp_13724', u'MULTIEQUAL_-1206094097'), (u'INT_NOTEQUAL_-1206097107', u'CBRANCH_-1206097107'), ('tmp_6576', u'PTRSUB_-1206092366'), (u'CALL_-1206095715', u'INDIRECT_-1206092463'), (u'PTRSUB_-1206092269', u'STORE_-1206097050'), (u'CALL_-1206096357', u'INDIRECT_-1206093273'), (u'INDIRECT_-1206091919', u'MULTIEQUAL_-1206091836'), (u'LOAD_-1206095385', u'MULTIEQUAL_-1206093424'), (u'MULTIEQUAL_-1206092434', u'CALL_-1206097186'), ('const-0', u'INT_EQUAL_-1206097365'), (u'INDIRECT_-1206093397', u'MULTIEQUAL_-1206093585'), (u'MULTIEQUAL_-1206092389', u'MULTIEQUAL_-1206092353'), (u'STORE_-1206096233', u'INDIRECT_-1206092318'), (u'CALL_-1206096677', u'INDIRECT_-1206092256'), (u'INDIRECT_-1206092308', u'MULTIEQUAL_-1206092267'), (u'CALL_-1206097328', u'INDIRECT_-1206093018'), (u'INDIRECT_-1206092713', u'MULTIEQUAL_-1206092443'), (u'LOAD_-1206096801', u'PTRADD_-1206096691')]
[(u'COPY_-1206092235', u'MULTIEQUAL_-1206092227'), (u'CALL_-1206096318', u'INDIRECT_-1206092070'), (u'STORE_-1206096246', u'INDIRECT_-1206092027'), (u'STORE_-1206096603', u'INDIRECT_-1206092592'), (u'INDIRECT_-1206091981', u'MULTIEQUAL_-1206091977'), (u'INT_NOTEQUAL_-1206097347', u'CBRANCH_-1206097345'), (u'INDIRECT_-1206093080', u'MULTIEQUAL_-1206093066'), (u'MULTIEQUAL_-1206092197', u'MULTIEQUAL_-1206092213'), (u'INDIRECT_-1206092485', u'INT_AND_-1206094584'), (u'STORE_-1206096575', u'INDIRECT_-1206092885'), (u'INDIRECT_-1206093346', u'MULTIEQUAL_-1206093269'), (u'STORE_-1206096220', u'INDIRECT_-1206092743'), (u'MULTIEQUAL_-1206093278', u'MULTIEQUAL_-1206093269'), (u'CALL_-1206096093', u'INDIRECT_-1206092622'), ('tmp_13773', u'MULTIEQUAL_-1206094103'), (u'INDIRECT_-1206092629', u'MULTIEQUAL_-1206092557'), (u'CALL_-1206096615', u'INDIRECT_-1206092598'), (u'CALL_-1206096318', u'INDIRECT_-1206092436'), (u'MULTIEQUAL_-1206092359', u'COPY_-1206092437'), (u'CALL_-1206096093', u'INDIRECT_-1206093089'), (u'INDIRECT_-1206092686', u'MULTIEQUAL_-1206092744'), (u'INDIRECT_-1206092125', u'MULTIEQUAL_-1206092212'), (u'INDIRECT_-1206091662', u'MULTIEQUAL_-1206092546'), (u'CALL_-1206097186', u'INDIRECT_-1206092896'), (u'MULTIEQUAL_-1206093051', u'MULTIEQUAL_-1206092228'), (u'STORE_-1206096659', u'INDIRECT_-1206093300'), (u'CALL_-1206096698', u'INDIRECT_-1206092267'), (u'CALL_-1206095715', u'INDIRECT_-1206092164'), (u'INDIRECT_-1206093007', u'MULTIEQUAL_-1206092990'), (u'CALL_-1206097078', u'INDIRECT_-1206092607'), ('const-417', u'LOAD_-1206095434'), (u'CALLIND_-1206096698', u'INDIRECT_-1206093577'), (u'CALL_-1206096832', u'INT_ADD_-1206096659'), (u'INDIRECT_-1206092055', u'MULTIEQUAL_-1206092469'), (u'CAST_-1206091968', u'CAST_-1206092090'), (u'CALL_-1206097186', u'INDIRECT_-1206093262'), (u'CALL_-1206096698', u'INDIRECT_-1206092206'), (u'CALL_-1206097328', u'INDIRECT_-1206092902'), (u'MULTIEQUAL_-1206092481', u'MULTIEQUAL_-1206093415'), (u'MULTIEQUAL_-1206093539', u'MULTIEQUAL_-1206094373'), (u'CALL_-1206096144', u'INDIRECT_-1206092141'), (u'CALL_-1206096095', u'INDIRECT_-1206091942'), (u'PTRSUB_-1206092381', u'CALL_-1206097186'), (u'STORE_-1206096246', u'INDIRECT_-1206092515'), (u'LOAD_-1206097326', u'COPY_-1206092340'), ('tmp_13770', u'MULTIEQUAL_-1206093941'), (u'INDIRECT_-1206092279', u'MULTIEQUAL_-1206092460'), (u'CALL_-1206096357', u'INDIRECT_-1206092270'), (u'INT_ADD_-1206096583', u'CAST_-1206092026'), (u'PTRADD_-1206091911', u'STORE_-1206096233'), (u'CALL_-1206096082', u'INDIRECT_-1206092726'), ('const-5', u'INT_NOTEQUAL_-1206095645'), ('const-417', u'LOAD_-1206095571'), (u'CAST_-1206092363', u'LOAD_-1206097575'), (u'COPY_-1206091923', u'MULTIEQUAL_-1206092473'), (u'CALL_-1206096357', u'INDIRECT_-1206092453'), (u'STORE_-1206096233', u'INDIRECT_-1206092812'), (u'INDIRECT_-1206092804', u'MULTIEQUAL_-1206092786'), (u'STORE_-1206096659', u'INDIRECT_-1206092995'), (u'CALL_-1206096754', u'INDIRECT_-1206093022'), (u'INDIRECT_-1206092262', u'MULTIEQUAL_-1206092464'), ('const-0', u'INT_NOTEQUAL_-1206097518'), (u'CALL_-1206096698', u'INDIRECT_-1206092755'), (u'MULTIEQUAL_-1206093499', u'MULTIEQUAL_-1206092229'), (u'CALL_-1206095889', u'INDIRECT_-1206093398'), (u'INDIRECT_-1206092238', u'MULTIEQUAL_-1206092652'), (u'INDIRECT_-1206093349', u'MULTIEQUAL_-1206093537'), (u'INDIRECT_-1206092519', u'MULTIEQUAL_-1206092502'), (u'MULTIEQUAL_-1206093403', u'MULTIEQUAL_-1206092230'), (u'INDIRECT_-1206092079', u'MULTIEQUAL_-1206092281'), (u'INDIRECT_-1206093619', u'MULTIEQUAL_-1206093807'), (u'CALL_-1206097078', u'INDIRECT_-1206092668'), (u'INDIRECT_-1206092436', u'MULTIEQUAL_-1206092395'), (u'INDIRECT_-1206093051', u'MULTIEQUAL_-1206093051'), (u'INDIRECT_-1206092902', u'MULTIEQUAL_-1206092474'), (u'INT_ADD_-1206097310', u'CAST_-1206092243'), (u'CALLIND_-1206096698', u'INDIRECT_-1206092697'), (u'MULTIEQUAL_-1206093821', u'MULTIEQUAL_-1206092484'), (u'INDIRECT_-1206092011', u'MULTIEQUAL_-1206091993'), (u'INDIRECT_-1206092619', u'MULTIEQUAL_-1206092578'), (u'CAST_-1206092018', u'STORE_-1206096575'), (u'MULTIEQUAL_-1206092227', u'INT_ADD_-1206096551'), (u'CALL_-1206095715', u'INDIRECT_-1206093375'), (u'CAST_-1206091601', u'PTRADD_-1206091563'), (u'CALL_-1206095690', u'INDIRECT_-1206092211'), (u'CALL_-1206096698', u'INDIRECT_-1206092511'), (u'INDIRECT_-1206093247', u'MULTIEQUAL_-1206094049'), (u'INDIRECT_-1206092089', u'MULTIEQUAL_-1206092973'), (u'CALL_-1206096615', u'INDIRECT_-1206092964'), (u'CALL_-1206096698', u'INDIRECT_-1206092633'), (u'MULTIEQUAL_-1206093034', u'MULTIEQUAL_-1206093110'), (u'MULTIEQUAL_-1206095632', u'CALL_-1206097394'), (u'INDIRECT_-1206092686', u'MULTIEQUAL_-1206093481'), (u'INDIRECT_-1206091835', u'MULTIEQUAL_-1206092037'), (u'INDIRECT_-1206092506', u'MULTIEQUAL_-1206092456'), (u'CALL_-1206096582', u'INDIRECT_-1206092340'), (u'CALLIND_-1206095573', u'INDIRECT_-1206092474'), (u'INDIRECT_-1206093357', u'MULTIEQUAL_-1206093415'), (u'INDIRECT_-1206093402', u'MULTIEQUAL_-1206093823'), (u'INDIRECT_-1206092521', u'MULTIEQUAL_-1206092216'), (u'MULTIEQUAL_-1206092896', u'MULTIEQUAL_-1206092222'), (u'INDIRECT_-1206092409', u'MULTIEQUAL_-1206092395'), ('const-0', u'INT_NOTEQUAL_-1206096802'), (u'INDIRECT_-1206093756', u'MULTIEQUAL_-1206093821'), (u'STORE_-1206096220', u'INDIRECT_-1206092621'), (u'INDIRECT_-1206092908', u'MULTIEQUAL_-1206093799'), ('const-5', u'PTRADD_-1206091911'), (u'MULTIEQUAL_-1206092744', u'MULTIEQUAL_-1206092469'), (u'CALL_-1206096754', u'INDIRECT_-1206092595'), (u'CALL_-1206097394', u'INDIRECT_-1206093235'), ('tmp_13775', u'MULTIEQUAL_-1206094211'), (u'INT_ADD_-1206097036', u'CAST_-1206092154'), (u'INDIRECT_-1206092180', u'MULTIEQUAL_-1206092099'), (u'CALL_-1206097186', u'INDIRECT_-1206092591'), (u'STORE_-1206096594', u'INDIRECT_-1206092527'), (u'CALL_-1206096677', u'INDIRECT_-1206092933'), (u'PTRADD_-1206091603', u'LOAD_-1206095447'), (u'INDIRECT_-1206092868', u'MULTIEQUAL_-1206092868'), (u'MULTIEQUAL_-1206094456', u'MULTIEQUAL_-1206092461'), (u'INDIRECT_-1206092812', u'MULTIEQUAL_-1206092740'), (u'INT_ADD_-1206097553', u'CAST_-1206092359'), (u'STORE_-1206096751', u'INDIRECT_-1206092524'), (u'INDIRECT_-1206092446', u'MULTIEQUAL_-1206092971'), (u'STORE_-1206095400', u'INDIRECT_-1206092115'), (u'INDIRECT_-1206093914', u'MULTIEQUAL_-1206093844'), (u'CALL_-1206096144', u'INDIRECT_-1206093495'), (u'INDIRECT_-1206093016', u'MULTIEQUAL_-1206093907'), (u'INDIRECT_-1206091875', u'MULTIEQUAL_-1206091794'), ('const-40', u'INT_ADD_-1206097738'), ('tmp_1227', u'CBRANCH_-1206096868'), (u'CALL_-1206096677', u'INDIRECT_-1206092811'), (u'CALL_-1206096832', u'INDIRECT_-1206093720'), ('tmp_17178', u'MULTIEQUAL_-1206093237'), (u'INDIRECT_-1206092568', u'MULTIEQUAL_-1206093093'), (u'INDIRECT_-1206093972', u'MULTIEQUAL_-1206093961'), (u'INT_EQUAL_-1206096111', u'CBRANCH_-1206096109'), (u'STORE_-1206096603', u'INDIRECT_-1206092714'), (u'MULTIEQUAL_-1206093034', u'MULTIEQUAL_-1206093025'), (u'PTRADD_-1206091927', u'CAST_-1206091777'), (u'INDIRECT_-1206092690', u'MULTIEQUAL_-1206092618'), (u'CALL_-1206096698', u'INDIRECT_-1206092328'), ('const-0', u'INT_EQUAL_-1206096672'), (u'INDIRECT_-1206093832', u'MULTIEQUAL_-1206092235'), ('const-1', u'INT_ADD_-1206096758'), (u'CALL_-1206097186', u'INDIRECT_-1206092835'), (u'INT_ADD_-1206097046', u'STORE_-1206097050'), ('tmp_17168', u'MULTIEQUAL_-1206093115'), (u'STORE_-1206095400', u'INDIRECT_-1206092481'), (u'CAST_-1206091601', u'PTRADD_-1206091611'), (u'CALL_-1206096615', u'INDIRECT_-1206092781'), (u'INDIRECT_-1206091862', u'MULTIEQUAL_-1206091842'), (u'MULTIEQUAL_-1206092851', u'MULTIEQUAL_-1206092927'), (u'CALL_-1206096080', u'INDIRECT_-1206092003'), (u'INDIRECT_-1206092873', u'MULTIEQUAL_-1206093398'), (u'CALL_-1206096615', u'INDIRECT_-1206092842'), (u'CALL_-1206096093', u'INDIRECT_-1206092256'), (u'MULTIEQUAL_-1206093278', u'MULTIEQUAL_-1206093354'), (u'INDIRECT_-1206092591', u'MULTIEQUAL_-1206092587'), (u'INDIRECT_-1206092877', u'MULTIEQUAL_-1206093009'), (u'MULTIEQUAL_-1206093929', u'MULTIEQUAL_-1206092486'), (u'INDIRECT_-1206092567', u'MULTIEQUAL_-1206092517'), (u'INDIRECT_-1206092836', u'MULTIEQUAL_-1206092822'), (u'CALL_-1206096677', u'INDIRECT_-1206092567'), (u'CALL_-1206096093', u'INDIRECT_-1206091951'), ('const-4', u'PTRADD_-1206091538'), (u'INDIRECT_-1206092997', u'MULTIEQUAL_-1206093000'), (u'INT_ADD_-1206097533', u'CAST_-1206092352'), (u'INDIRECT_-1206093968', u'MULTIEQUAL_-1206093898'), (u'INT_ADD_-1206096713', u'CAST_-1206092076'), (u'MULTIEQUAL_-1206093054', u'MULTIEQUAL_-1206093052'), (u'CALL_-1206097078', u'INDIRECT_-1206093156'), (u'CALLIND_-1206095573', u'INDIRECT_-1206092047'), (u'INDIRECT_-1206092990', u'MULTIEQUAL_-1206092990'), (u'INDIRECT_-1206092202', u'MULTIEQUAL_-1206092727'), (u'MULTIEQUAL_-1206093093', u'MULTIEQUAL_-1206092475'), (u'LOAD_-1206096637', u'INT_LESSEQUAL_-1206096617'), (u'MULTIEQUAL_-1206092467', u'MULTIEQUAL_-1206092622'), (u'PTRADD_-1206091611', u'LOAD_-1206095460'), (u'CALL_-1206096357', u'INDIRECT_-1206093171'), (u'MULTIEQUAL_-1206092526', u'MULTIEQUAL_-1206092525'), (u'INDIRECT_-1206091997', u'MULTIEQUAL_-1206091916'), (u'INDIRECT_-1206092812', u'MULTIEQUAL_-1206092790'), (u'INDIRECT_-1206092070', u'MULTIEQUAL_-1206092029'), (u'MULTIEQUAL_-1206092990', u'MULTIEQUAL_-1206092226'), (u'STORE_-1206096594', u'INDIRECT_-1206092649'), (u'CALL_-1206096357', u'INDIRECT_-1206093495'), (u'CAST_-1206092076', u'LOAD_-1206096729'), ('const-417', u'LOAD_-1206096665'), (u'MULTIEQUAL_-1206092099', u'MULTIEQUAL_-1206092098'), (u'LOAD_-1206095571', u'INT_AND_-1206094420'), (u'CALL_-1206096093', u'INDIRECT_-1206093359'), (u'MULTIEQUAL_-1206093108', u'MULTIEQUAL_-1206093106'), (u'CAST_-1206092325', u'MULTIEQUAL_-1206095632'), (u'INDIRECT_-1206092507', u'MULTIEQUAL_-1206093032'), (u'INDIRECT_-1206092455', u'MULTIEQUAL_-1206093339'), (u'MULTIEQUAL_-1206093799', u'MULTIEQUAL_-1206093875'), (u'CALL_-1206096093', u'INDIRECT_-1206092134'), (u'INDIRECT_-1206092580', u'MULTIEQUAL_-1206092563'), (u'MULTIEQUAL_-1206093140', u'COPY_-1206092265'), (u'INDIRECT_-1206093333', u'MULTIEQUAL_-1206093268'), (u'CALL_-1206097478', u'INDIRECT_-1206092553'), (u'CALL_-1206097394', u'INDIRECT_-1206092808'), (u'INDIRECT_-1206093810', u'MULTIEQUAL_-1206093799'), (u'LOAD_-1206095680', u'INT_LESS_-1206095650'), (u'INDIRECT_-1206092665', u'MULTIEQUAL_-1206093079'), (u'INDIRECT_-1206092323', u'MULTIEQUAL_-1206092525'), (u'LOAD_-1206096643', u'INT_SUB_-1206096597'), ('const-576512', u'PTRSUB_-1206091800'), (u'MULTIEQUAL_-1206094189', u'MULTIEQUAL_-1206093592'), (u'INDIRECT_-1206093677', u'MULTIEQUAL_-1206093619'), (u'CALL_-1206096357', u'INDIRECT_-1206092697'), (u'MULTIEQUAL_-1206092810', u'INT_EQUAL_-1206097691'), (u'INDIRECT_-1206093565', u'MULTIEQUAL_-1206093753'), (u'MULTIEQUAL_-1206092788', u'MULTIEQUAL_-1206092191'), (u'CALL_-1206096095', u'INDIRECT_-1206092369'), ('const-0', u'CALL_-1206095715'), (u'CAST_-1206092243', u'LOAD_-1206097326'), ('tmp_17174', u'MULTIEQUAL_-1206092932'), (u'STORE_-1206096575', u'INDIRECT_-1206092458'), (u'MULTIEQUAL_-1206092227', u'INT_ADD_-1206096713'), (u'CALL_-1206097328', u'INDIRECT_-1206093836'), (u'COPY_-1206092276', u'CALL_-1206097078'), (u'CALL_-1206096698', u'INDIRECT_-1206092999'), (u'MULTIEQUAL_-1206094037', u'MULTIEQUAL_-1206092488'), (u'CAST_-1206092154', u'STORE_-1206097050'), (u'CALL_-1206095715', u'INDIRECT_-1206092469'), (u'CALL_-1206096677', u'INDIRECT_-1206093116'), (u'MULTIEQUAL_-1206093140', u'MULTIEQUAL_-1206092226'), (u'STORE_-1206096259', u'INDIRECT_-1206092462'), (u'MULTIEQUAL_-1206092473', u'INT_ADD_-1206097310'), (u'STORE_-1206096259', u'INDIRECT_-1206092401'), (u'STORE_-1206096246', u'INDIRECT_-1206092088'), (u'STORE_-1206096659', u'INDIRECT_-1206093239'), (u'MULTIEQUAL_-1206093093', u'MULTIEQUAL_-1206092496'), (u'MULTIEQUAL_-1206093757', u'MULTIEQUAL_-1206092482'), (u'INDIRECT_-1206093139', u'MULTIEQUAL_-1206093941'), ('const-0', u'INT_NOTEQUAL_-1206097128'), (u'CALL_-1206096082', u'INDIRECT_-1206093402'), (u'STORE_-1206096594', u'INDIRECT_-1206092344'), (u'INDIRECT_-1206094026', u'MULTIEQUAL_-1206094091'), (u'CALL_-1206096095', u'INDIRECT_-1206093195'), (u'INDIRECT_-1206092103', u'MULTIEQUAL_-1206092099'), (u'INDIRECT_-1206092137', u'MULTIEQUAL_-1206092932'), (u'CAST_-1206091441', u'STORE_-1206095376'), (u'MULTIEQUAL_-1206092477', u'MULTIEQUAL_-1206093171'), (u'MULTIEQUAL_-1206092319', u'MULTIEQUAL_-1206092215'), (u'STORE_-1206096751', u'INDIRECT_-1206092829'), (u'MULTIEQUAL_-1206093931', u'INT_ADD_-1206097078'), ('const-4', u'PTRADD_-1206091611'), (u'MULTIEQUAL_-1206093931', u'INT_NOTEQUAL_-1206097107'), (u'STORE_-1206097092', u'INDIRECT_-1206092781'), ('const-0', u'CALLIND_-1206096698'), (u'STORE_-1206096751', u'INDIRECT_-1206092402'), (u'MULTIEQUAL_-1206094135', u'MULTIEQUAL_-1206093538'), (u'MULTIEQUAL_-1206092973', u'MULTIEQUAL_-1206093049'), (u'CALLIND_-1206096698', u'INDIRECT_-1206092514'), (u'CALL_-1206095889', u'INDIRECT_-1206092058'), (u'CALL_-1206095795', u'INDIRECT_-1206092442'), (u'INDIRECT_-1206092946', u'MULTIEQUAL_-1206092929'), (u'INDIRECT_-1206093163', u'MULTIEQUAL_-1206093086'), ('tmp_17171', u'MULTIEQUAL_-1206092749'), ('const-4', u'PTRADD_-1206091919'), (u'STORE_-1206095339', u'INDIRECT_-1206092201'), (u'INDIRECT_-1206092133', u'MULTIEQUAL_-1206092115'), (u'INDIRECT_-1206093262', u'MULTIEQUAL_-1206093228'), (u'INDIRECT_-1206093657', u'MULTIEQUAL_-1206094189'), (u'PTRADD_-1206095291', u'STORE_-1206095339'), (u'INDIRECT_-1206093041', u'MULTIEQUAL_-1206092964'), (u'INDIRECT_-1206092226', u'MULTIEQUAL_-1206092212'), (u'CALL_-1206096082', u'INDIRECT_-1206093456'), (u'CALL_-1206096615', u'INDIRECT_-1206092415'), (u'CALL_-1206097478', u'INDIRECT_-1206093102'), (u'STORE_-1206096233', u'INDIRECT_-1206092141'), ('tmp_2008', u'CBRANCH_-1206096617'), ('const-417', u'LOAD_-1206095447'), (u'INDIRECT_-1206092841', u'MULTIEQUAL_-1206092472'), (u'MULTIEQUAL_-1206093032', u'MULTIEQUAL_-1206092474'), (u'INDIRECT_-1206093052', u'MULTIEQUAL_-1206093110'), (u'INDIRECT_-1206092755', u'MULTIEQUAL_-1206092887'), ('const-417', u'LOAD_-1206095583'), (u'CALL_-1206096832', u'INDIRECT_-1206093396'), (u'MULTIEQUAL_-1206092408', u'MULTIEQUAL_-1206092214'), (u'INDIRECT_-1206093321', u'MULTIEQUAL_-1206093324'), (u'CALL_-1206095690', u'INDIRECT_-1206093178'), (u'INDIRECT_-1206092607', u'MULTIEQUAL_-1206092526'), (u'CALL_-1206095690', u'INDIRECT_-1206092089'), (u'CALL_-1206097394', u'INDIRECT_-1206093648'), (u'INDIRECT_-1206092116', u'MULTIEQUAL_-1206092530'), (u'INDIRECT_-1206093918', u'MULTIEQUAL_-1206093907'), ('tmp_2760', u'BRANCH_-1206096136'), (u'CALL_-1206097478', u'INDIRECT_-1206092858'), (u'INDIRECT_-1206091601', u'MULTIEQUAL_-1206092485'), (u'INDIRECT_-1206093666', u'MULTIEQUAL_-1206093673'), (u'CALL_-1206096080', u'INDIRECT_-1206093296'), (u'MULTIEQUAL_-1206092237', u'COPY_-1206092315'), (u'INDIRECT_-1206093113', u'MULTIEQUAL_-1206093171'), (u'CALL_-1206096144', u'INDIRECT_-1206093441'), (u'INDIRECT_-1206093836', u'MULTIEQUAL_-1206092486'), (u'STORE_-1206096220', u'INDIRECT_-1206092316'), (u'MULTIEQUAL_-1206094135', u'MULTIEQUAL_-1206092489'), (u'MULTIEQUAL_-1206092683', u'MULTIEQUAL_-1206092468'), (u'CALLIND_-1206095573', u'INDIRECT_-1206092413'), (u'MULTIEQUAL_-1206092489', u'MULTIEQUAL_-1206094091'), (u'CALL_-1206095795', u'INDIRECT_-1206093139'), (u'PTRADD_-1206091538', u'STORE_-1206095339'), (u'INDIRECT_-1206092319', u'MULTIEQUAL_-1206092319'), (u'INDIRECT_-1206092348', u'MULTIEQUAL_-1206092334'), (u'CALL_-1206097078', u'INDIRECT_-1206093616'), (u'CALL_-1206096832', u'INDIRECT_-1206093666'), (u'MULTIEQUAL_-1206094456', u'LOAD_-1206097679'), (u'INT_ADD_-1206097738', u'CAST_-1206092498'), (u'CALL_-1206097078', u'INDIRECT_-1206092973'), (u'INDIRECT_-1206092563', u'MULTIEQUAL_-1206092563'), (u'CAST_-1206091584', u'LOAD_-1206095680'), (u'INDIRECT_-1206092458', u'MULTIEQUAL_-1206092441'), (u'PTRSUB_-1206092215', u'CALLIND_-1206096698'), (u'INDIRECT_-1206093495', u'MULTIEQUAL_-1206094027'), (u'STORE_-1206095495', u'INDIRECT_-1206091801'), (u'CALL_-1206095889', u'INDIRECT_-1206093074'), (u'INDIRECT_-1206093355', u'MULTIEQUAL_-1206094157'), (u'STORE_-1206095376', u'INDIRECT_-1206092038'), ('const-417', u'STORE_-1206095339'), (u'CALL_-1206096754', u'INDIRECT_-1206093475'), (u'INDIRECT_-1206092192', u'MULTIEQUAL_-1206092151'), (u'INDIRECT_-1206092336', u'MULTIEQUAL_-1206092319'), (u'STORE_-1206096259', u'INDIRECT_-1206092645'), (u'INDIRECT_-1206092225', u'INT_ADD_-1206095602'), (u'STORE_-1206096751', u'INDIRECT_-1206092341'), (u'INDIRECT_-1206093020', u'MULTIEQUAL_-1206092946'), (u'MULTIEQUAL_-1206092668', u'MULTIEQUAL_-1206092659'), (u'CALL_-1206096698', u'INDIRECT_-1206093398'), ('tmp_634', u'CBRANCH_-1206097363'), (u'STORE_-1206096594', u'INDIRECT_-1206092954'), (u'CAST_-1206091601', u'PTRADD_-1206091603'), (u'INDIRECT_-1206093985', u'MULTIEQUAL_-1206093931'), (u'INDIRECT_-1206092347', u'MULTIEQUAL_-1206092343'), (u'CALL_-1206096093', u'INDIRECT_-1206092378'), (u'INDIRECT_-1206092338', u'MULTIEQUAL_-1206092213'), (u'CALLIND_-1206096698', u'INDIRECT_-1206093523'), (u'CALL_-1206096832', u'INDIRECT_-1206092807'), (u'STORE_-1206096659', u'INDIRECT_-1206092690'), (u'STORE_-1206096259', u'INDIRECT_-1206092035'), (u'CALL_-1206097328', u'INDIRECT_-1206093085'), (u'INT_ADD_-1206097559', u'CAST_-1206092363'), (u'MULTIEQUAL_-1206092971', u'MULTIEQUAL_-1206092374'), (u'COPY_-1206092521', u'MULTIEQUAL_-1206092473'), (u'CALL_-1206097394', u'INDIRECT_-1206093174'), (u'MULTIEQUAL_-1206093481', u'MULTIEQUAL_-1206093459'), (u'CALL_-1206095889', u'INDIRECT_-1206093236'), (u'INDIRECT_-1206092641', u'MULTIEQUAL_-1206092624'), (u'INDIRECT_-1206092668', u'MULTIEQUAL_-1206092587'), ('tmp_17181', u'MULTIEQUAL_-1206093420'), (u'MULTIEQUAL_-1206093115', u'MULTIEQUAL_-1206093093'), (u'STORE_-1206096246', u'INDIRECT_-1206092637'), (u'INDIRECT_-1206093657', u'MULTIEQUAL_-1206093592'), (u'CALL_-1206097186', u'INDIRECT_-1206092530'), (u'INDIRECT_-1206091591', u'MULTIEQUAL_-1206091793'), (u'STORE_-1206095376', u'INDIRECT_-1206092099'), (u'CALL_-1206096082', u'INDIRECT_-1206093240'), (u'CALL_-1206095690', u'INDIRECT_-1206092150'), (u'INDIRECT_-1206092385', u'MULTIEQUAL_-1206092313'), (u'INDIRECT_-1206091784', u'MULTIEQUAL_-1206092668'), (u'CALL_-1206096144', u'INDIRECT_-1206092873'), (u'CALL_-1206096080', u'INDIRECT_-1206093080'), (u'MULTIEQUAL_-1206094049', u'MULTIEQUAL_-1206094027'), ('const-4', u'PTRADD_-1206091927'), (u'CALL_-1206096082', u'INDIRECT_-1206092604'), ('tmp_210', u'CBRANCH_-1206097690'), (u'STORE_-1206097092', u'INDIRECT_-1206092964'), (u'CALL_-1206096698', u'INDIRECT_-1206093344'), (u'INDIRECT_-1206092553', u'MULTIEQUAL_-1206092476'), (u'STORE_-1206096603', u'INDIRECT_-1206092409'), (u'STORE_-1206095400', u'INDIRECT_-1206091749'), (u'LOAD_-1206097679', u'INT_EQUAL_-1206097664'), (u'INDIRECT_-1206092625', u'MULTIEQUAL_-1206092683'), (u'MULTIEQUAL_-1206092233', u'MULTIEQUAL_-1206093565'), (u'CALL_-1206095715', u'INDIRECT_-1206092286'), (u'CALL_-1206097394', u'INDIRECT_-1206093357'), (u'CALL_-1206095889', u'INDIRECT_-1206093182'), (u'STORE_-1206096220', u'INDIRECT_-1206092011'), (u'INDIRECT_-1206092704', u'MULTIEQUAL_-1206092219'), (u'INDIRECT_-1206093319', u'MULTIEQUAL_-1206093377'), (u'INDIRECT_-1206092045', u'MULTIEQUAL_-1206092025'), (u'CALL_-1206097078', u'INDIRECT_-1206092912'), (u'CALL_-1206096082', u'INDIRECT_-1206093510'), (u'CALL_-1206097478', u'INDIRECT_-1206093285'), (u'CALL_-1206097186', u'INDIRECT_-1206093607'), (u'CALL_-1206096582', u'INDIRECT_-1206092157'), ('const-40', u'INT_ADD_-1206096627'), ('const-417', u'STORE_-1206096575'), (u'CALL_-1206096754', u'INDIRECT_-1206092778'), (u'CALL_-1206097328', u'INDIRECT_-1206092597'), (u'CALLIND_-1206095573', u'INDIRECT_-1206091742'), (u'MULTIEQUAL_-1206092227', u'INT_ADD_-1206096830'), (u'CALL_-1206095889', u'INDIRECT_-1206092485'), ('tmp_13771', u'MULTIEQUAL_-1206093995'), (u'MULTIEQUAL_-1206092221', u'MULTIEQUAL_-1206092685'), (u'LOAD_-1206095618', u'INT_ADD_-1206095596'), (u'INDIRECT_-1206092948', u'MULTIEQUAL_-1206092223'), (u'INDIRECT_-1206092930', u'MULTIEQUAL_-1206092988'), (u'STORE_-1206096220', u'INDIRECT_-1206092560'), (u'CALL_-1206096582', u'INDIRECT_-1206092462'), (u'PTRADD_-1206096568', u'INT_NOTEQUAL_-1206096619'), (u'INDIRECT_-1206093224', u'MULTIEQUAL_-1206093147'), (u'CAST_-1206091534', u'LOAD_-1206095571'), ('const-417', u'LOAD_-1206096737'), (u'CALLIND_-1206096698', u'INDIRECT_-1206092880'), (u'INDIRECT_-1206092800', u'MULTIEQUAL_-1206093691'), (u'MULTIEQUAL_-1206093637', u'MULTIEQUAL_-1206093628'), (u'INDIRECT_-1206092394', u'MULTIEQUAL_-1206093278'), (u'CALL_-1206096832', u'INDIRECT_-1206092563'), (u'CALL_-1206095795', u'INDIRECT_-1206092625'), (u'INDIRECT_-1206092263', u'MULTIEQUAL_-1206092191'), (u'STORE_-1206096603', u'INDIRECT_-1206092897'), (u'INDIRECT_-1206092491', u'MULTIEQUAL_-1206092578'), (u'INDIRECT_-1206092472', u'MULTIEQUAL_-1206092452'), (u'INDIRECT_-1206092919', u'MULTIEQUAL_-1206092842'), (u'CALL_-1206096832', u'INDIRECT_-1206093450'), (u'CALL_-1206096698', u'INDIRECT_-1206093290'), (u'MULTIEQUAL_-1206092835', u'MULTIEQUAL_-1206092221'), (u'STORE_-1206095339', u'INDIRECT_-1206092018'), (u'MULTIEQUAL_-1206092479', u'CALL_-1206097186'), (u'STORE_-1206097050', u'INDIRECT_-1206092826'), (u'CALL_-1206096144', u'INT_EQUAL_-1206096111'), (u'MULTIEQUAL_-1206093337', u'MULTIEQUAL_-1206092479'), (u'CALL_-1206096082', u'INDIRECT_-1206093186'), (u'INDIRECT_-1206092475', u'MULTIEQUAL_-1206092466'), (u'CALL_-1206095715', u'INDIRECT_-1206091920'), (u'CALL_-1206097394', u'INDIRECT_-1206092930'), (u'CALL_-1206095690', u'INDIRECT_-1206091845'), (u'CALL_-1206096144', u'INDIRECT_-1206093333'), (u'INDIRECT_-1206093441', u'MULTIEQUAL_-1206093376'), (u'INDIRECT_-1206092445', u'MULTIEQUAL_-1206092395'), (u'INDIRECT_-1206092873', u'MULTIEQUAL_-1206092801'), (u'INDIRECT_-1206093785', u'MULTIEQUAL_-1206093727'), (u'INDIRECT_-1206092384', u'MULTIEQUAL_-1206092586'), (u'INDIRECT_-1206092685', u'MULTIEQUAL_-1206092685'), (u'INDIRECT_-1206092828', u'MULTIEQUAL_-1206093009'), (u'MULTIEQUAL_-1206092226', u'MULTIEQUAL_-1206092990'), (u'CALL_-1206096357', u'INDIRECT_-1206093441'), (u'CALL_-1206097478', u'INDIRECT_-1206092736'), (u'CALL_-1206097186', u'INDIRECT_-1206092469'), (u'INDIRECT_-1206092047', u'MULTIEQUAL_-1206091964'), (u'INDIRECT_-1206092675', u'MULTIEQUAL_-1206092598'), (u'INDIRECT_-1206093285', u'MULTIEQUAL_-1206093208'), (u'MULTIEQUAL_-1206094027', u'MULTIEQUAL_-1206092487'), (u'INT_EQUAL_-1206096872', u'CBRANCH_-1206096868'), (u'CALLIND_-1206096698', u'INDIRECT_-1206092392'), (u'INDIRECT_-1206092995', u'MULTIEQUAL_-1206092973'), ('const-224704', u'PTRSUB_-1206091769'), (u'CALL_-1206096082', u'INDIRECT_-1206092177'), (u'STORE_-1206095400', u'INDIRECT_-1206091627'), (u'MULTIEQUAL_-1206092191', u'MULTIEQUAL_-1206092469'), ('tmp_2250', u'CBRANCH_-1206096291'), (u'INDIRECT_-1206091832', u'MULTIEQUAL_-1206092627'), (u'MULTIEQUAL_-1206093691', u'MULTIEQUAL_-1206093767'), (u'STORE_-1206096259', u'INDIRECT_-1206092279'), (u'INDIRECT_-1206092929', u'MULTIEQUAL_-1206092929'), (u'CALLIND_-1206096698', u'INDIRECT_-1206092453'), (u'INDIRECT_-1206093117', u'MULTIEQUAL_-1206093095'), (u'CALL_-1206097478', u'INDIRECT_-1206093806'), (u'STORE_-1206096233', u'INDIRECT_-1206092080'), (u'INDIRECT_-1206093279', u'MULTIEQUAL_-1206093811'), ('const-576512', u'PTRSUB_-1206091668'), (u'MULTIEQUAL_-1206092229', u'MULTIEQUAL_-1206093349'), (u'STORE_-1206095495', u'INDIRECT_-1206092350'), ('tmp_1020', u'CBRANCH_-1206097107'), (u'CAST_-1206092001', u'LOAD_-1206096846'), (u'COPY_-1206097717', u'MULTIEQUAL_-1206094456'), (u'INDIRECT_-1206092470', u'MULTIEQUAL_-1206092456'), (u'MULTIEQUAL_-1206092517', u'MULTIEQUAL_-1206092481'), (u'CALL_-1206096677', u'INDIRECT_-1206092506'), (u'CALL_-1206096080', u'INDIRECT_-1206092552'), ('const-152', u'INT_ADD_-1206097310'), (u'INDIRECT_-1206092719', u'MULTIEQUAL_-1206092470'), (u'MULTIEQUAL_-1206092478', u'MULTIEQUAL_-1206093232'), ('const-0', u'INT_NOTEQUAL_-1206097107'), (u'CALL_-1206096318', u'INDIRECT_-1206093532'), ('const-576512', u'PTRSUB_-1206092340'), (u'STORE_-1206095376', u'INDIRECT_-1206091611'), (u'MULTIEQUAL_-1206092313', u'MULTIEQUAL_-1206092471'), ('const-417', u'STORE_-1206096220'), (u'MULTIEQUAL_-1206092912', u'MULTIEQUAL_-1206092988'), (u'MULTIEQUAL_-1206092810', u'MULTIEQUAL_-1206092788'), (u'INDIRECT_-1206092807', u'MULTIEQUAL_-1206092807'), (u'MULTIEQUAL_-1206093337', u'MULTIEQUAL_-1206092740'), (u'CALL_-1206095795', u'INDIRECT_-1206092503'), (u'INDIRECT_-1206092421', u'MULTIEQUAL_-1206092835'), (u'INDIRECT_-1206092564', u'MULTIEQUAL_-1206093359'), (u'INDIRECT_-1206093668', u'MULTIEQUAL_-1206093807'), (u'STORE_-1206096575', u'INDIRECT_-1206092641'), (u'INDIRECT_-1206092763', u'MULTIEQUAL_-1206092746'), (u'CALL_-1206096754', u'INDIRECT_-1206093421'), (u'INDIRECT_-1206092324', u'MULTIEQUAL_-1206092252'), (u'INDIRECT_-1206094022', u'MULTIEQUAL_-1206093952'), (u'LOAD_-1206096708', u'CALLIND_-1206096698'), (u'MULTIEQUAL_-1206092223', u'MULTIEQUAL_-1206092807'), (u'MULTIEQUAL_-1206093961', u'MULTIEQUAL_-1206093952'), (u'CALL_-1206096698', u'INDIRECT_-1206092694'), (u'INDIRECT_-1206092633', u'MULTIEQUAL_-1206092765'), (u'STORE_-1206096659', u'INDIRECT_-1206092873'), (u'MULTIEQUAL_-1206092476', u'INT_SEXT_-1206097398'), (u'INDIRECT_-1206092674', u'MULTIEQUAL_-1206092761'), (u'INDIRECT_-1206092811', u'MULTIEQUAL_-1206092761'), ('const-516', u'INT_ADD_-1206097524'), (u'CALL_-1206096582', u'INDIRECT_-1206092218'), (u'STORE_-1206095376', u'INDIRECT_-1206092343'), (u'MULTIEQUAL_-1206092236', u'MULTIEQUAL_-1206093727'), (u'INDIRECT_-1206092164', u'MULTIEQUAL_-1206092160'), (u'STORE_-1206096246', u'INDIRECT_-1206092759'), (u'INDIRECT_-1206092621', u'MULTIEQUAL_-1206092603'), (u'MULTIEQUAL_-1206092605', u'MULTIEQUAL_-1206092008'), (u'CALL_-1206096357', u'INDIRECT_-1206093387'), (u'MULTIEQUAL_-1206091855', u'MULTIEQUAL_-1206091854'), (u'INDIRECT_-1206092202', u'MULTIEQUAL_-1206092130'), (u'MULTIEQUAL_-1206092927', u'MULTIEQUAL_-1206092472'), (u'STORE_-1206096594', u'INDIRECT_-1206092893'), (u'CALLIND_-1206096698', u'INDIRECT_-1206093685'), (u'CALL_-1206097186', u'INDIRECT_-1206093931'), (u'MULTIEQUAL_-1206092054', u'COPY_-1206092132'), ('const-2', u'INT_LESS_-1206095650'), (u'INDIRECT_-1206091740', u'MULTIEQUAL_-1206091720'), ('const-0', u'CALLIND_-1206096698'), ('tmp_3108', u'BRANCH_-1206095780'), (u'MULTIEQUAL_-1206094373', u'INT_NOTEQUAL_-1206096270'), (u'MULTIEQUAL_-1206092624', u'MULTIEQUAL_-1206092220'), (u'CALLIND_-1206095573', u'INDIRECT_-1206092887'), (u'MULTIEQUAL_-1206093661', u'MULTIEQUAL_-1206092232'), (u'CALL_-1206096754', u'INDIRECT_-1206092290'), (u'STORE_-1206096594', u'INDIRECT_-1206093015'), (u'INDIRECT_-1206092591', u'MULTIEQUAL_-1206092530'), (u'CALL_-1206096832', u'INDIRECT_-1206092258'), (u'MULTIEQUAL_-1206092474', u'MULTIEQUAL_-1206092988'), (u'CALL_-1206096318', u'INT_EQUAL_-1206096292'), (u'INT_ADD_-1206097078', u'CAST_-1206092170'), (u'STORE_-1206096259', u'INDIRECT_-1206092767'), (u'INDIRECT_-1206092119', u'MULTIEQUAL_-1206092038'), (u'MULTIEQUAL_-1206093217', u'MULTIEQUAL_-1206093208'), ('tmp_2701', u'CBRANCH_-1206096637'), ('const-5', u'CALL_-1206096615'), (u'CALL_-1206096677', u'INDIRECT_-1206093785'), (u'CALL_-1206095690', u'INDIRECT_-1206092394'), (u'LOAD_-1206097540', u'CALL_-1206097478'), (u'MULTIEQUAL_-1206093079', u'MULTIEQUAL_-1206092225'), (u'STORE_-1206095339', u'INDIRECT_-1206091896'), (u'MULTIEQUAL_-1206092668', u'MULTIEQUAL_-1206092744'), (u'CALL_-1206096357', u'INDIRECT_-1206092209'), (u'PTRADD_-1206091575', u'STORE_-1206095400'), (u'INDIRECT_-1206092743', u'MULTIEQUAL_-1206092725'), (u'INDIRECT_-1206092042', u'MULTIEQUAL_-1206092038'), (u'CALL_-1206096615', u'INDIRECT_-1206092232'), (u'INDIRECT_-1206094052', u'MULTIEQUAL_-1206092490'), (u'CALL_-1206097394', u'STORE_-1206096659'), (u'INDIRECT_-1206093344', u'MULTIEQUAL_-1206093270'), (u'MULTIEQUAL_-1206092374', u'MULTIEQUAL_-1206092472'), (u'INDIRECT_-1206091942', u'MULTIEQUAL_-1206092029'), (u'MULTIEQUAL_-1206092578', u'MULTIEQUAL_-1206092542'), ('const-417', u'LOAD_-1206097569'), (u'CALL_-1206097394', u'INDIRECT_-1206094080'), (u'CALL_-1206096144', u'INDIRECT_-1206092202'), (u'CALL_-1206095795', u'INDIRECT_-1206093355'), ('tmp_3260', u'CBRANCH_-1206095681'), (u'INDIRECT_-1206093810', u'MULTIEQUAL_-1206093875'), (u'STORE_-1206096751', u'INDIRECT_-1206092890'), (u'INDIRECT_-1206093070', u'MULTIEQUAL_-1206093961'), ('const-0', u'INT_NOTEQUAL_-1206097021'), ('const-3', u'PTRADD_-1206091558'), (u'CALL_-1206096080', u'INDIRECT_-1206092369'), (u'INDIRECT_-1206092680', u'MULTIEQUAL_-1206092639'), (u'CALL_-1206096093', u'INDIRECT_-1206093197'), ('const-36', u'INT_ADD_-1206096785'), (u'CALLIND_-1206096698', u'INDIRECT_-1206092819'), (u'CALL_-1206095889', u'INDIRECT_-1206092729'), (u'STORE_-1206096220', u'INDIRECT_-1206092255'), (u'CALL_-1206096357', u'INDIRECT_-1206092148'), (u'INDIRECT_-1206092009', u'MULTIEQUAL_-1206091968'), ('const-0', u'COPY_-1206096148'), (u'MULTIEQUAL_-1206093398', u'MULTIEQUAL_-1206092480'), (u'MULTIEQUAL_-1206092282', u'MULTIEQUAL_-1206092281'), (u'INDIRECT_-1206093361', u'MULTIEQUAL_-1206093339'), (u'STORE_-1206095495', u'INDIRECT_-1206092411'), (u'INDIRECT_-1206092275', u'MULTIEQUAL_-1206092258'), (u'INDIRECT_-1206092568', u'MULTIEQUAL_-1206092546'), (u'MULTIEQUAL_-1206092652', u'INT_NOTEQUAL_-1206097128'), ('const-417', u'LOAD_-1206096597'), (u'MULTIEQUAL_-1206092727', u'MULTIEQUAL_-1206092130'), (u'INDIRECT_-1206092167', u'MULTIEQUAL_-1206092147'), (u'CAST_-1206092359', u'LOAD_-1206097569'), (u'CALL_-1206096698', u'INDIRECT_-1206092145'), (u'INDIRECT_-1206092797', u'MULTIEQUAL_-1206092720'), (u'INDIRECT_-1206092690', u'MULTIEQUAL_-1206093215'), (u'STORE_-1206095339', u'INDIRECT_-1206091591'), (u'CALL_-1206096080', u'INDIRECT_-1206093242'), (u'STORE_-1206096233', u'INDIRECT_-1206092629'), ('const-417', u'LOAD_-1206096675'), (u'CALL_-1206096318', u'INDIRECT_-1206093316'), (u'INDIRECT_-1206092225', u'MULTIEQUAL_-1206092221'), (u'CALL_-1206096832', u'INDIRECT_-1206092929'), (u'INDIRECT_-1206093344', u'MULTIEQUAL_-1206093483'), (u'CALL_-1206095690', u'INDIRECT_-1206092908'), ('const-417', u'LOAD_-1206097549'), (u'STORE_-1206095495', u'INDIRECT_-1206091679'), ('const-20', u'INT_ADD_-1206096692'), (u'STORE_-1206095495', u'INDIRECT_-1206092533'), (u'CALL_-1206097328', u'INDIRECT_-1206093268'), (u'CALL_-1206096698', u'INDIRECT_-1206093668'), (u'INDIRECT_-1206092584', u'MULTIEQUAL_-1206092765'), ('const-576512', u'PTRSUB_-1206092215'), (u'INDIRECT_-1206092287', u'MULTIEQUAL_-1206092273'), ('const-4', u'PTRADD_-1206091619'), ('tmp_17170', u'MULTIEQUAL_-1206092688'), (u'CAST_-1206091535', u'INT_ADD_-1206095555'), (u'INT_ADD_-1206096649', u'CAST_-1206091928'), (u'CALL_-1206096832', u'INT_NOTEQUAL_-1206096802'), (u'INDIRECT_-1206092028', u'MULTIEQUAL_-1206092912'), (u'CALL_-1206096318', u'INDIRECT_-1206093154'), (u'MULTIEQUAL_-1206092227', u'INT_NOTEQUAL_-1206097021'), (u'INDIRECT_-1206093756', u'MULTIEQUAL_-1206093745'), (u'CALL_-1206097478', u'INDIRECT_-1206093752'), (u'INDIRECT_-1206092350', u'MULTIEQUAL_-1206092330'), (u'CALL_-1206097186', u'INDIRECT_-1206092408'), (u'CALL_-1206095795', u'INDIRECT_-1206092977'), (u'CALL_-1206096144', u'INDIRECT_-1206092507'), (u'MULTIEQUAL_-1206092213', u'MULTIEQUAL_-1206092197'), (u'INDIRECT_-1206092397', u'MULTIEQUAL_-1206092380'), (u'STORE_-1206096220', u'INDIRECT_-1206091950'), (u'INDIRECT_-1206093295', u'MULTIEQUAL_-1206093483'), (u'CAST_-1206091948', u'LOAD_-1206096712'), (u'CALL_-1206096615', u'INDIRECT_-1206093363'), (u'CALL_-1206095889', u'INDIRECT_-1206093290'), (u'CAST_-1206091510', u'INT_ADD_-1206095481'), (u'LOAD_-1206096729', u'CALLIND_-1206096698'), (u'STORE_-1206097092', u'INDIRECT_-1206092903'), ('tmp_2284', u'CBRANCH_-1206096270'), (u'STORE_-1206096575', u'INDIRECT_-1206092946'), (u'STORE_-1206096659', u'INDIRECT_-1206092507'), (u'CALL_-1206096677', u'INDIRECT_-1206092689'), ('const-0', u'INT_NOTEQUAL_-1206096619'), (u'CALL_-1206095715', u'INDIRECT_-1206092042'), (u'INDIRECT_-1206092442', u'MULTIEQUAL_-1206093237'), (u'MULTIEQUAL_-1206092502', u'MULTIEQUAL_-1206092218'), (u'CALL_-1206096082', u'INDIRECT_-1206092116'), (u'MULTIEQUAL_-1206092470', u'MULTIEQUAL_-1206092805'), (u'STORE_-1206096659', u'INDIRECT_-1206092812'), (u'CALL_-1206096615', u'INDIRECT_-1206092659'), (u'STORE_-1206096594', u'INDIRECT_-1206092588'), (u'INDIRECT_-1206092746', u'MULTIEQUAL_-1206093637'), (u'CALL_-1206096582', u'INDIRECT_-1206092096'), (u'INDIRECT_-1206092787', u'MULTIEQUAL_-1206093201'), (u'INDIRECT_-1206093614', u'MULTIEQUAL_-1206093753'), (u'INDIRECT_-1206092430', u'MULTIEQUAL_-1206092517'), (u'MULTIEQUAL_-1206092561', u'MULTIEQUAL_-1206092466'), (u'MULTIEQUAL_-1206092473', u'INT_ADD_-1206097559'), (u'CAST_-1206091446', u'LOAD_-1206095385'), (u'LOAD_-1206095421', u'MULTIEQUAL_-1206093052'), (u'CALL_-1206097328', u'INDIRECT_-1206093944'), ('const-0', u'CALL_-1206096093'), (u'STORE_-1206096246', u'INDIRECT_-1206092332'), (u'CALL_-1206096832', u'INDIRECT_-1206093504'), (u'INDIRECT_-1206092934', u'MULTIEQUAL_-1206092912'), (u'MULTIEQUAL_-1206091968', u'MULTIEQUAL_-1206091932'), (u'CALL_-1206097478', u'INDIRECT_-1206093968'), (u'CALL_-1206096677', u'INDIRECT_-1206093461'), (u'INT_EQUAL_-1206097691', u'CBRANCH_-1206097690'), (u'STORE_-1206096220', u'INDIRECT_-1206092377'), (u'INDIRECT_-1206092963', u'MULTIEQUAL_-1206092475'), ('const-0', u'CALL_-1206096615'), (u'MULTIEQUAL_-1206092587', u'MULTIEQUAL_-1206092586'), (u'MULTIEQUAL_-1206092652', u'STORE_-1206097092'), (u'MULTIEQUAL_-1206092343', u'MULTIEQUAL_-1206092342'), (u'INDIRECT_-1206093510', u'MULTIEQUAL_-1206093931'), (u'INT_EQUAL_-1206097664', u'CBRANCH_-1206097662'), (u'CALL_-1206095715', u'INDIRECT_-1206091859'), (u'CALL_-1206097186', u'INDIRECT_-1206093823'), (u'INDIRECT_-1206092780', u'MULTIEQUAL_-1206092471'), (u'CALL_-1206096318', u'INDIRECT_-1206092863'), ('const-417', u'LOAD_-1206097575'), ('const-417', u'STORE_-1206096603'), ('tmp_3524', u'CBRANCH_-1206095522'), (u'MULTIEQUAL_-1206092666', u'MULTIEQUAL_-1206092467'), ('tmp_944', u'CBRANCH_-1206097159'), (u'MULTIEQUAL_-1206094157', u'MULTIEQUAL_-1206094135'), (u'STORE_-1206096603', u'INDIRECT_-1206092531'), (u'STORE_-1206096659', u'INDIRECT_-1206093117'), (u'STORE_-1206096751', u'INDIRECT_-1206092280'), (u'STORE_-1206096233', u'INDIRECT_-1206092751'), (u'INDIRECT_-1206092230', u'MULTIEQUAL_-1206092147'), (u'INDIRECT_-1206092324', u'MULTIEQUAL_-1206092849'), (u'CAST_-1206091601', u'PTRADD_-1206091579'), ('const-503139', u'COPY_-1206091794'), ('const-2129920', u'INT_OR_-1206096570'), (u'MULTIEQUAL_-1206093054', u'MULTIEQUAL_-1206093032'), (u'STORE_-1206095400', u'INDIRECT_-1206091810'), (u'STORE_-1206096751', u'INDIRECT_-1206092585'), (u'INDIRECT_-1206093623', u'MULTIEQUAL_-1206093565'), ('const-417', u'LOAD_-1206097540'), (u'CALL_-1206096093', u'INDIRECT_-1206092683'), ('const-4', u'PTRADD_-1206091595'), (u'INDIRECT_-1206092262', u'MULTIEQUAL_-1206092212'), (u'INDIRECT_-1206093702', u'MULTIEQUAL_-1206093691'), (u'INDIRECT_-1206093009', u'MULTIEQUAL_-1206092224'), (u'MULTIEQUAL_-1206092219', u'MULTIEQUAL_-1206092563'), ('const-417', u'STORE_-1206096259'), ('tmp_1731', u'BRANCH_-1206096567'), (u'CALL_-1206096093', u'INDIRECT_-1206091890'), (u'CALL_-1206097186', u'INDIRECT_-1206092652'), (u'CALL_-1206096698', u'INDIRECT_-1206093452'), (u'INDIRECT_-1206093080', u'MULTIEQUAL_-1206093174'), (u'CALL_-1206097328', u'INDIRECT_-1206092963'), (u'CALL_-1206095795', u'INDIRECT_-1206093247'), (u'CALL_-1206097394', u'INDIRECT_-1206092991'), (u'CALL_-1206095690', u'INDIRECT_-1206091601'), (u'INT_ADD_-1206095555', u'CAST_-1206091534'), (u'INDIRECT_-1206092150', u'MULTIEQUAL_-1206093034'), ('const-5', u'CALL_-1206096093'), (u'INDIRECT_-1206092399', u'MULTIEQUAL_-1206092214'), (u'CALL_-1206096093', u'INDIRECT_-1206093251'), (u'STORE_-1206095495', u'INDIRECT_-1206092472'), (u'INDIRECT_-1206092530', u'MULTIEQUAL_-1206092526'), (u'MULTIEQUAL_-1206093637', u'MULTIEQUAL_-1206093713'), (u'CALLIND_-1206095573', u'INDIRECT_-1206093319'), (u'MULTIEQUAL_-1206092929', u'MULTIEQUAL_-1206092225'), (u'MULTIEQUAL_-1206092235', u'MULTIEQUAL_-1206093673'), (u'STORE_-1206096659', u'INDIRECT_-1206092568'), ('tmp_986', u'CBRANCH_-1206097128'), ('const-448', u'INT_ADD_-1206095596'), (u'MULTIEQUAL_-1206092228', u'MULTIEQUAL_-1206093051'), (u'INDIRECT_-1206091893', u'MULTIEQUAL_-1206092688'), (u'INDIRECT_-1206092863', u'MULTIEQUAL_-1206092822'), (u'CALL_-1206096095', u'INDIRECT_-1206092003'), (u'INDIRECT_-1206093267', u'MULTIEQUAL_-1206093270'), (u'INDIRECT_-1206093603', u'MULTIEQUAL_-1206093538'), (u'MULTIEQUAL_-1206092822', u'MULTIEQUAL_-1206092786'), (u'STORE_-1206095376', u'INDIRECT_-1206092282'), (u'INDIRECT_-1206093085', u'MULTIEQUAL_-1206093887'), (u'CAST_-1206092089', u'STORE_-1206096751'), (u'INDIRECT_-1206092943', u'MULTIEQUAL_-1206092946'), (u'STORE_-1206095339', u'INDIRECT_-1206091774'), (u'MULTIEQUAL_-1206092441', u'MULTIEQUAL_-1206092217'), (u'CALL_-1206096318', u'INDIRECT_-1206093208'), (u'INDIRECT_-1206093174', u'MULTIEQUAL_-1206093232'), (u'STORE_-1206097050', u'INDIRECT_-1206092338'), (u'INDIRECT_-1206093193', u'MULTIEQUAL_-1206093995'), (u'CAST_-1206091968', u'CALL_-1206096677'), (u'CALL_-1206096095', u'INDIRECT_-1206092125'), (u'INDIRECT_-1206091994', u'MULTIEQUAL_-1206092408'), ('tmp_17182', u'MULTIEQUAL_-1206093481'), (u'CALL_-1206095690', u'INDIRECT_-1206093070'), (u'LOAD_-1206095385', u'MULTIEQUAL_-1206093430'), (u'INDIRECT_-1206093823', u'MULTIEQUAL_-1206093769'), (u'STORE_-1206096575', u'INDIRECT_-1206092336'), (u'MULTIEQUAL_-1206092485', u'MULTIEQUAL_-1206093875'), (u'INT_SUB_-1206096597', u'STORE_-1206096603'), (u'CALL_-1206096754', u'INDIRECT_-1206092168'), (u'INDIRECT_-1206093506', u'MULTIEQUAL_-1206093645'), (u'CALL_-1206096615', u'INDIRECT_-1206093471'), (u'STORE_-1206096594', u'INDIRECT_-1206092222'), (u'STORE_-1206096246', u'INDIRECT_-1206092576'), ('tmp_3025', u'CBRANCH_-1206095837'), (u'LOAD_-1206097754', u'INT_EQUAL_-1206097739'), (u'CALL_-1206096082', u'INDIRECT_-1206092238'), (u'INT_ADD_-1206096589', u'CAST_-1206092030'), (u'CALL_-1206096318', u'INDIRECT_-1206092131'), (u'CALL_-1206096082', u'INDIRECT_-1206092665'), (u'STORE_-1206095339', u'INDIRECT_-1206092079'), (u'INDIRECT_-1206092854', u'MULTIEQUAL_-1206093745'), (u'INDIRECT_-1206092824', u'MULTIEQUAL_-1206092807'), (u'CALL_-1206096318', u'INDIRECT_-1206092375'), (u'COPY_-1206092265', u'MULTIEQUAL_-1206092227'), (u'INDIRECT_-1206092858', u'MULTIEQUAL_-1206092781'), (u'MULTIEQUAL_-1206092273', u'MULTIEQUAL_-1206092237'), (u'INDIRECT_-1206092241', u'MULTIEQUAL_-1206092160'), (u'STORE_-1206096246', u'INDIRECT_-1206092820'), (u'MULTIEQUAL_-1206093349', u'MULTIEQUAL_-1206092229'), (u'INDIRECT_-1206093457', u'MULTIEQUAL_-1206093645'), ('tmp_667', u'CBRANCH_-1206097345'), (u'INDIRECT_-1206091896', u'MULTIEQUAL_-1206092098'), (u'STORE_-1206096233', u'INDIRECT_-1206092507'), (u'CALL_-1206096677', u'INDIRECT_-1206092323'), (u'INDIRECT_-1206092446', u'MULTIEQUAL_-1206092374'), (u'CALLIND_-1206095573', u'INDIRECT_-1206092291'), (u'INDIRECT_-1206092381', u'MULTIEQUAL_-1206093176'), ('const-417', u'LOAD_-1206095485'), (u'CALL_-1206097328', u'INDIRECT_-1206093329'), (u'CALL_-1206096832', u'INDIRECT_-1206092868'), (u'INDIRECT_-1206092141', u'MULTIEQUAL_-1206092666'), (u'MULTIEQUAL_-1206092729', u'MULTIEQUAL_-1206092805'), (u'MULTIEQUAL_-1206094069', u'MULTIEQUAL_-1206094060'), ('const-417', u'LOAD_-1206097518'), (u'CALL_-1206096144', u'INDIRECT_-1206092080'), (u'MULTIEQUAL_-1206092220', u'MULTIEQUAL_-1206092624'), (u'INT_ADD_-1206096721', u'CAST_-1206092372'), (u'INDIRECT_-1206092714', u'MULTIEQUAL_-1206092700'), ('const-1', u'CALLIND_-1206095573'), (u'STORE_-1206095400', u'INDIRECT_-1206092359'), (u'CALL_-1206096677', u'INDIRECT_-1206092872'), (u'CALL_-1206095690', u'INDIRECT_-1206092746'), (u'CALL_-1206095715', u'INDIRECT_-1206093159'), (u'MULTIEQUAL_-1206091932', u'COPY_-1206092010'), (u'CALL_-1206096080', u'INDIRECT_-1206093404'), (u'STORE_-1206095339', u'INDIRECT_-1206091652'), (u'INDIRECT_-1206092596', u'MULTIEQUAL_-1206092513'), ('const-503152', u'COPY_-1206092078'), (u'MULTIEQUAL_-1206093769', u'MULTIEQUAL_-1206092234'), (u'STORE_-1206096603', u'INDIRECT_-1206092958'), (u'STORE_-1206096259', u'INDIRECT_-1206091974'), (u'STORE_-1206096603', u'INDIRECT_-1206093019'), (u'STORE_-1206096220', u'INDIRECT_-1206092804'), (u'CALL_-1206096832', u'INDIRECT_-1206093558'), (u'CALL_-1206096080', u'INDIRECT_-1206092064'), (u'CALL_-1206095889', u'INDIRECT_-1206093344'), (u'CALL_-1206097078', u'INDIRECT_-1206092485'), (u'MULTIEQUAL_-1206093727', u'MULTIEQUAL_-1206092236'), (u'INDIRECT_-1206092826', u'MULTIEQUAL_-1206092221'), (u'CAST_-1206091601', u'PTRADD_-1206091619'), (u'CALL_-1206097478', u'INDIRECT_-1206092797'), (u'STORE_-1206096659', u'INDIRECT_-1206092934'), (u'STORE_-1206097092', u'INDIRECT_-1206092415'), (u'INDIRECT_-1206093562', u'MULTIEQUAL_-1206092230'), ('const-36', u'INT_ADD_-1206097036'), (u'CALL_-1206097186', u'INDIRECT_-1206093985'), ('const-1', u'PTRADD_-1206096568'), (u'CALL_-1206097186', u'INDIRECT_-1206093715'), (u'INDIRECT_-1206092741', u'MULTIEQUAL_-1206092700'), (u'CALL_-1206096698', u'INDIRECT_-1206092450'), ('const-252', u'INT_AND_-1206094420'), (u'MULTIEQUAL_-1206092471', u'MULTIEQUAL_-1206092866'), (u'COPY_-1206092340', u'MULTIEQUAL_-1206092473'), (u'INDIRECT_-1206092991', u'MULTIEQUAL_-1206093049'), (u'CALL_-1206096698', u'INDIRECT_-1206093506'), (u'CALL_-1206096754', u'INDIRECT_-1206092229'), (u'CALL_-1206097078', u'INDIRECT_-1206092424'), ('tmp_2731', u'CBRANCH_-1206096615'), (u'MULTIEQUAL_-1206092713', u'MULTIEQUAL_-1206092219'), (u'MULTIEQUAL_-1206094373', u'PTRADD_-1206091919'), (u'CALL_-1206096677', u'INDIRECT_-1206092262'), (u'MULTIEQUAL_-1206092468', u'MULTIEQUAL_-1206092683'), ('const-4', u'PTRADD_-1206091903'), (u'INDIRECT_-1206093262', u'MULTIEQUAL_-1206093201'), (u'MULTIEQUAL_-1206092627', u'MULTIEQUAL_-1206092605'), (u'STORE_-1206097050', u'INDIRECT_-1206092399'), (u'MULTIEQUAL_-1206093713', u'MULTIEQUAL_-1206092482'), (u'LOAD_-1206096712', u'CALL_-1206096698'), (u'CALL_-1206096615', u'INDIRECT_-1206092903'), (u'LOAD_-1206097363', u'INT_NOTEQUAL_-1206097347'), (u'CAST_-1206091777', u'STORE_-1206096259'), (u'INT_NOTEQUAL_-1206096270', u'CBRANCH_-1206096270'), (u'STORE_-1206096575', u'INDIRECT_-1206092397'), (u'STORE_-1206095339', u'INDIRECT_-1206091957'), (u'CALL_-1206097478', u'INDIRECT_-1206094022'), ('const-1', u'INT_EQUAL_-1206097739'), ('const-0', u'INT_EQUAL_-1206095682'), (u'CAST_-1206091601', u'PTRADD_-1206091595'), ('tmp_17168', u'INT_ADD_-1206097738'), (u'INDIRECT_-1206094130', u'MULTIEQUAL_-1206094060'), (u'STORE_-1206095339', u'INDIRECT_-1206092384'), (u'INDIRECT_-1206093268', u'MULTIEQUAL_-1206092480'), (u'INT_AND_-1206094426', u'INT_NOTEQUAL_-1206095523'), (u'INT_ADD_-1206096659', u'CAST_-1206092055'), (u'STORE_-1206097050', u'INDIRECT_-1206092521'), (u'STORE_-1206097092', u'INDIRECT_-1206092598'), (u'INDIRECT_-1206092438', u'MULTIEQUAL_-1206092420'), (u'CALL_-1206096677', u'INDIRECT_-1206093515'), (u'INDIRECT_-1206092485', u'MULTIEQUAL_-1206092404'), (u'STORE_-1206095339', u'INDIRECT_-1206092323'), (u'INDIRECT_-1206092289', u'MULTIEQUAL_-1206092269'), (u'INT_NOTEQUAL_-1206096640', u'CBRANCH_-1206096637'), (u'STORE_-1206096220', u'INDIRECT_-1206092133'), ('const-417', u'LOAD_-1206096708'), ('const-417', u'STORE_-1206095400'), ('const-417', u'LOAD_-1206097679'), (u'INT_OR_-1206094415', u'STORE_-1206095495'), (u'CALL_-1206095690', u'INDIRECT_-1206091906'), (u'CALL_-1206096080', u'INDIRECT_-1206093188'), (u'INT_EQUAL_-1206096672', u'CBRANCH_-1206096670'), (u'CALL_-1206097328', u'INDIRECT_-1206094052'), ('tmp_513', u'BRANCH_-1206097460'), (u'CALL_-1206096144', u'INDIRECT_-1206092751'), (u'MULTIEQUAL_-1206092652', u'COPY_-1206092276'), (u'CALLIND_-1206096698', u'INDIRECT_-1206092575'), (u'MULTIEQUAL_-1206092224', u'MULTIEQUAL_-1206092868'), (u'STORE_-1206096259', u'INDIRECT_-1206092828'), (u'INDIRECT_-1206092389', u'MULTIEQUAL_-1206092521'), (u'MULTIEQUAL_-1206092786', u'COPY_-1206092864'), (u'CALL_-1206096082', u'INDIRECT_-1206093294'), (u'COPY_-1206092106', u'MULTIEQUAL_-1206092227'), ('const-417', u'LOAD_-1206095618'), (u'MULTIEQUAL_-1206094081', u'MULTIEQUAL_-1206092488'), (u'CALL_-1206096615', u'INDIRECT_-1206092354'), (u'CALL_-1206097394', u'INDIRECT_-1206093972'), (u'STORE_-1206095376', u'INDIRECT_-1206091794'), (u'MULTIEQUAL_-1206092805', u'MULTIEQUAL_-1206092470'), (u'CAST_-1206092055', u'LOAD_-1206096675'), (u'INDIRECT_-1206092272', u'MULTIEQUAL_-1206093156'), (u'STORE_-1206095495', u'INDIRECT_-1206092045'), (u'CALL_-1206095889', u'INDIRECT_-1206093020'), (u'INDIRECT_-1206093239', u'MULTIEQUAL_-1206093217'), (u'INDIRECT_-1206092408', u'MULTIEQUAL_-1206092404'), (u'INDIRECT_-1206091906', u'MULTIEQUAL_-1206092790'), (u'CALL_-1206096095', u'INDIRECT_-1206092186'), (u'INDIRECT_-1206092957', u'MULTIEQUAL_-1206092896'), (u'CALL_-1206097078', u'INDIRECT_-1206093562'), (u'MULTIEQUAL_-1206092420', u'COPY_-1206092498'), (u'INDIRECT_-1206093724', u'MULTIEQUAL_-1206092233'), (u'STORE_-1206095376', u'INDIRECT_-1206091977'), ('const-2', u'PTRADD_-1206091611'), (u'CALL_-1206096144', u'INDIRECT_-1206092385'), ('tmp_17172', u'MULTIEQUAL_-1206092810'), (u'INDIRECT_-1206092058', u'MULTIEQUAL_-1206091977'), (u'MULTIEQUAL_-1206093833', u'MULTIEQUAL_-1206093811'), (u'INDIRECT_-1206093702', u'MULTIEQUAL_-1206093767'), (u'MULTIEQUAL_-1206092957', u'MULTIEQUAL_-1206092223'), (u'MULTIEQUAL_-1206094265', u'STORE_-1206096259'), ('const-5', u'CALL_-1206096095'), (u'INT_AND_-1206096858', u'INT_EQUAL_-1206096872'), (u'CALL_-1206096082', u'INDIRECT_-1206092482'), ('const-417', u'STORE_-1206096246'), (u'INDIRECT_-1206093387', u'MULTIEQUAL_-1206093919'), (u'MULTIEQUAL_-1206091916', u'MULTIEQUAL_-1206091915'), (u'INDIRECT_-1206093024', u'MULTIEQUAL_-1206092476'), (u'MULTIEQUAL_-1206093018', u'MULTIEQUAL_-1206092224'), (u'CALL_-1206096698', u'INT_EQUAL_-1206096672'), (u'MULTIEQUAL_-1206092404', u'MULTIEQUAL_-1206092403'), (u'INDIRECT_-1206093132', u'MULTIEQUAL_-1206093553'), (u'MULTIEQUAL_-1206093887', u'MULTIEQUAL_-1206093865'), (u'INDIRECT_-1206092072', u'MULTIEQUAL_-1206092054'), (u'INDIRECT_-1206092502', u'MULTIEQUAL_-1206092502'), (u'STORE_-1206095400', u'INDIRECT_-1206092237'), (u'CALL_-1206095795', u'INDIRECT_-1206092381'), (u'INDIRECT_-1206092873', u'MULTIEQUAL_-1206092851'), (u'CALL_-1206097478', u'INDIRECT_-1206092919'), (u'STORE_-1206096603', u'INDIRECT_-1206092653'), (u'INDIRECT_-1206091801', u'MULTIEQUAL_-1206091781'), (u'MULTIEQUAL_-1206092487', u'MULTIEQUAL_-1206093983'), (u'CALL_-1206095889', u'INDIRECT_-1206092180'), ('const-0', u'CALLIND_-1206096698'), (u'MULTIEQUAL_-1206093216', u'MULTIEQUAL_-1206093214'), (u'CALL_-1206096754', u'INDIRECT_-1206093529'), (u'MULTIEQUAL_-1206092461', u'CALL_-1206097186'), (u'CALL_-1206096095', u'INDIRECT_-1206092491'), ('const-0', u'INT_EQUAL_-1206096292'), (u'MULTIEQUAL_-1206093268', u'MULTIEQUAL_-1206092484'), ('tmp_1571', u'CBRANCH_-1206096670'), ('tmp_17180', u'MULTIEQUAL_-1206093359'), (u'CALL_-1206096582', u'INDIRECT_-1206092889'), (u'CAST_-1206092015', u'LOAD_-1206096884'), (u'INDIRECT_-1206092530', u'MULTIEQUAL_-1206092469'), (u'STORE_-1206096751', u'INDIRECT_-1206092951'), (u'CALL_-1206097186', u'INDIRECT_-1206093079'), (u'MULTIEQUAL_-1206093430', u'MULTIEQUAL_-1206092487'), (u'INDIRECT_-1206092887', u'MULTIEQUAL_-1206092222'), (u'INDIRECT_-1206092363', u'CALL_-1206095715'), (u'INDIRECT_-1206093279', u'MULTIEQUAL_-1206093214'), (u'INDIRECT_-1206092765', u'MULTIEQUAL_-1206092220'), ('const-3', u'PTRADD_-1206091603'), (u'CALL_-1206096357', u'INDIRECT_-1206093279'), ('const-1', u'INT_ADD_-1206097046'), (u'LOAD_-1206095571', u'INT_AND_-1206094426'), (u'CALL_-1206097328', u'INDIRECT_-1206092536'), (u'CALL_-1206096615', u'INDIRECT_-1206093417'), (u'MULTIEQUAL_-1206092591', u'MULTIEQUAL_-1206092217'), (u'INDIRECT_-1206093607', u'MULTIEQUAL_-1206093553'), (u'STORE_-1206096246', u'INDIRECT_-1206092271'), (u'CALL_-1206096093', u'INDIRECT_-1206092744'), (u'CALL_-1206097186', u'INDIRECT_-1206092774'), (u'STORE_-1206096751', u'INDIRECT_-1206092463'), ('const-417', u'LOAD_-1206097754'), (u'MULTIEQUAL_-1206092069', u'MULTIEQUAL_-1206092467'), (u'CAST_-1206092498', u'LOAD_-1206097754'), (u'CALL_-1206096318', u'INDIRECT_-1206092619'), (u'MULTIEQUAL_-1206092862', u'MULTIEQUAL_-1206092481'), (u'CALL_-1206096080', u'INDIRECT_-1206092186'), (u'INDIRECT_-1206093918', u'MULTIEQUAL_-1206093983'), ('const-5', u'PTRADD_-1206091587'), (u'MULTIEQUAL_-1206092475', u'MULTIEQUAL_-1206093049'), (u'STORE_-1206096594', u'INDIRECT_-1206093076'), (u'CALL_-1206095889', u'INDIRECT_-1206093452'), (u'MULTIEQUAL_-1206092607', u'MULTIEQUAL_-1206092598'), (u'CALL_-1206096080', u'INDIRECT_-1206093350'), ('const-417', u'STORE_-1206095376'), (u'CALL_-1206097186', u'INDIRECT_-1206093661'), (u'MULTIEQUAL_-1206092801', u'MULTIEQUAL_-1206092480'), ('const-0', u'PTRSUB_-1206091800'), ('tmp_3773', u'BRANCH_-1206095334'), (u'MULTIEQUAL_-1206092749', u'MULTIEQUAL_-1206092727'), ('const-108', u'INT_ADD_-1206097078'), (u'LOAD_-1206095583', u'CALLIND_-1206095573'), (u'PTRADD_-1206091595', u'LOAD_-1206095434'), (u'CALL_-1206095715', u'INDIRECT_-1206092103'), (u'MULTIEQUAL_-1206092727', u'MULTIEQUAL_-1206092468'), ('tmp_2868', u'CBRANCH_-1206096109'), (u'CALL_-1206097078', u'INDIRECT_-1206093886'), (u'CALL_-1206097394', u'INDIRECT_-1206092564'), (u'INDIRECT_-1206093731', u'MULTIEQUAL_-1206093673'), (u'INDIRECT_-1206093146', u'MULTIEQUAL_-1206092478'), (u'CALL_-1206096615', u'INDIRECT_-1206093309'), (u'MULTIEQUAL_-1206093201', u'MULTIEQUAL_-1206092228'), (u'CALLIND_-1206096698', u'INDIRECT_-1206093793'), (u'INDIRECT_-1206092629', u'MULTIEQUAL_-1206093154'), ('const-0', u'INT_EQUAL_-1206097691'), (u'INDIRECT_-1206092408', u'MULTIEQUAL_-1206092347'), (u'INDIRECT_-1206091933', u'MULTIEQUAL_-1206092347'), (u'CALL_-1206096082', u'INDIRECT_-1206093348'), ('const-417', u'LOAD_-1206096729'), (u'MULTIEQUAL_-1206092971', u'COPY_-1206092521'), ('const-4', u'INT_ADD_-1206097553'), (u'INDIRECT_-1206092499', u'MULTIEQUAL_-1206092481'), (u'CALL_-1206097394', u'INDIRECT_-1206092686'), (u'MULTIEQUAL_-1206093162', u'MULTIEQUAL_-1206093160'), (u'MULTIEQUAL_-1206093398', u'MULTIEQUAL_-1206092801'), (u'INDIRECT_-1206092096', u'MULTIEQUAL_-1206092277'), (u'CALL_-1206096082', u'INDIRECT_-1206092421'), (u'INDIRECT_-1206092469', u'MULTIEQUAL_-1206092465'), (u'MULTIEQUAL_-1206093877', u'MULTIEQUAL_-1206092236'), (u'CALL_-1206096080', u'INDIRECT_-1206092491'), (u'MULTIEQUAL_-1206092688', u'MULTIEQUAL_-1206092666'), (u'MULTIEQUAL_-1206093931', u'INT_ADD_-1206097036'), (u'MULTIEQUAL_-1206093973', u'MULTIEQUAL_-1206093376'), (u'CALL_-1206097478', u'INDIRECT_-1206092675'), (u'INDIRECT_-1206092206', u'MULTIEQUAL_-1206092338'), (u'CALL_-1206097328', u'INDIRECT_-1206093782'), (u'CALL_-1206095690', u'INDIRECT_-1206092028'), (u'MULTIEQUAL_-1206093095', u'MULTIEQUAL_-1206093171'), (u'INDIRECT_-1206093240', u'MULTIEQUAL_-1206093661'), (u'CAST_-1206092010', u'LOAD_-1206096567'), (u'INDIRECT_-1206092962', u'MULTIEQUAL_-1206093853'), ('const-6', u'PTRADD_-1206091579'), (u'STORE_-1206097092', u'INDIRECT_-1206092476'), (u'INDIRECT_-1206091679', u'MULTIEQUAL_-1206091659'), (u'INDIRECT_-1206093192', u'MULTIEQUAL_-1206092228'), ('const-417', u'LOAD_-1206096801'), (u'INDIRECT_-1206093070', u'MULTIEQUAL_-1206092225'), (u'INDIRECT_-1206092543', u'MULTIEQUAL_-1206092957'), (u'INDIRECT_-1206092614', u'MULTIEQUAL_-1206092537'), (u'MULTIEQUAL_-1206093322', u'MULTIEQUAL_-1206092485'), (u'INDIRECT_-1206093860', u'MULTIEQUAL_-1206093790'), ('const-24', u'INT_ADD_-1206096551'), (u'INDIRECT_-1206093105', u'MULTIEQUAL_-1206093108'), (u'INDIRECT_-1206092314', u'MULTIEQUAL_-1206092273'), (u'INDIRECT_-1206092369', u'MULTIEQUAL_-1206092456'), (u'STORE_-1206096575', u'INDIRECT_-1206092824'), (u'INDIRECT_-1206091950', u'MULTIEQUAL_-1206091932'), (u'MULTIEQUAL_-1206092790', u'MULTIEQUAL_-1206092866'), ('tmp_17177', u'MULTIEQUAL_-1206093176'), ('const-156', u'INT_ADD_-1206097533'), (u'CALL_-1206095795', u'INDIRECT_-1206092564'), (u'CALL_-1206095715', u'INDIRECT_-1206092591'), (u'CALL_-1206096615', u'CALL_-1206096582'), (u'MULTIEQUAL_-1206092666', u'MULTIEQUAL_-1206092069'), (u'STORE_-1206096220', u'INDIRECT_-1206092499'), (u'CALL_-1206096095', u'INDIRECT_-1206093087'), ('tmp_17173', u'MULTIEQUAL_-1206092871'), (u'CAST_-1206091601', u'PTRADD_-1206091587'), (u'LOAD_-1206097549', u'INT_ADD_-1206097524'), (u'MULTIEQUAL_-1206092790', u'MULTIEQUAL_-1206092781'), (u'CALL_-1206096080', u'INDIRECT_-1206091881'), (u'CAST_-1206091983', u'LOAD_-1206096801'), (u'INDIRECT_-1206092263', u'MULTIEQUAL_-1206092788'), (u'INDIRECT_-1206093301', u'MULTIEQUAL_-1206094103'), (u'MULTIEQUAL_-1206092230', u'MULTIEQUAL_-1206093403'), (u'STORE_-1206096259', u'INDIRECT_-1206092706'), (u'CALL_-1206096615', u'INDIRECT_-1206092476'), (u'INDIRECT_-1206091967', u'MULTIEQUAL_-1206092851'), (u'MULTIEQUAL_-1206092868', u'MULTIEQUAL_-1206092224'), (u'INDIRECT_-1206093407', u'MULTIEQUAL_-1206093349'), (u'STORE_-1206095495', u'INDIRECT_-1206092228'), ('tmp_13774', u'MULTIEQUAL_-1206094157'), (u'CALL_-1206095715', u'INDIRECT_-1206093105'), (u'CALL_-1206097186', u'INDIRECT_-1206093877'), (u'CALL_-1206096093', u'INDIRECT_-1206092500'), (u'INDIRECT_-1206092424', u'MULTIEQUAL_-1206092343'), (u'INDIRECT_-1206092628', u'MULTIEQUAL_-1206092578'), (u'CALL_-1206095690', u'INDIRECT_-1206093016'), (u'MULTIEQUAL_-1206093215', u'MULTIEQUAL_-1206092618'), (u'INDIRECT_-1206092302', u'MULTIEQUAL_-1206092221'), ('const-0', u'PTRSUB_-1206091769'), (u'INDIRECT_-1206093116', u'MULTIEQUAL_-1206093066'), (u'CALL_-1206096144', u'INDIRECT_-1206092446'), (u'CALL_-1206095715', u'INDIRECT_-1206092530'), (u'MULTIEQUAL_-1206092622', u'MULTIEQUAL_-1206092467'), (u'CAST_-1206091601', u'PTRADD_-1206091701'), (u'INT_ADD_-1206095481', u'CAST_-1206091509'), ('const-0', u'STORE_-1206096751'), (u'MULTIEQUAL_-1206093592', u'MULTIEQUAL_-1206092490'), (u'CALL_-1206096615', u'INDIRECT_-1206092110'), (u'INDIRECT_-1206092076', u'MULTIEQUAL_-1206092871'), (u'PTRSUB_-1206091956', u'CALL_-1206096318'), (u'MULTIEQUAL_-1206092334', u'MULTIEQUAL_-1206092298'), (u'STORE_-1206095339', u'INDIRECT_-1206091713'), (u'MULTIEQUAL_-1206093853', u'MULTIEQUAL_-1206093929'), (u'CALL_-1206096095', u'INDIRECT_-1206092247'), (u'LOAD_-1206095680', u'INT_NOTEQUAL_-1206095645'), (u'INDIRECT_-1206092211', u'MULTIEQUAL_-1206093095'), (u'MULTIEQUAL_-1206092563', u'MULTIEQUAL_-1206092219'), (u'INDIRECT_-1206092535', u'MULTIEQUAL_-1206092452'), ('const-576512', u'PTRSUB_-1206091956'), (u'INDIRECT_-1206092835', u'MULTIEQUAL_-1206092774'), (u'INDIRECT_-1206093134', u'MULTIEQUAL_-1206093228'), (u'INDIRECT_-1206093225', u'MULTIEQUAL_-1206093757'), (u'CALL_-1206096698', u'INDIRECT_-1206093614'), ('const-3', u'PTRADD_-1206091563'), (u'MULTIEQUAL_-1206092490', u'MULTIEQUAL_-1206094145'), (u'INDIRECT_-1206093931', u'MULTIEQUAL_-1206093877'), (u'CAST_-1206092040', u'LOAD_-1206096637'), (u'INT_NOTEQUAL_-1206096619', u'CBRANCH_-1206096615'), (u'MULTIEQUAL_-1206092725', u'COPY_-1206092803'), (u'LOAD_-1206095485', u'MULTIEQUAL_-1206093322'), (u'MULTIEQUAL_-1206094015', u'MULTIEQUAL_-1206094006'), (u'INDIRECT_-1206092690', u'MULTIEQUAL_-1206092668'), (u'COPY_-1206092078', u'CALL_-1206096144'), (u'PTRADD_-1206091903', u'STORE_-1206096220'), (u'STORE_-1206096220', u'INDIRECT_-1206092194'), (u'MULTIEQUAL_-1206093811', u'MULTIEQUAL_-1206093214'), (u'INDIRECT_-1206093235', u'MULTIEQUAL_-1206093293'), ('const-16', u'INT_ADD_-1206096696'), (u'MULTIEQUAL_-1206092473', u'INT_ADD_-1206097533'), ('tmp_13769', u'MULTIEQUAL_-1206093887'), (u'INDIRECT_-1206092999', u'MULTIEQUAL_-1206093131'), (u'CALL_-1206095715', u'INDIRECT_-1206092408'), (u'INDIRECT_-1206092747', u'MULTIEQUAL_-1206092805'), (u'CALLIND_-1206096698', u'INDIRECT_-1206093124'), ('const-223321', u'COPY_-1206097822'), (u'MULTIEQUAL_-1206093154', u'MULTIEQUAL_-1206092557'), (u'STORE_-1206096246', u'INDIRECT_-1206092393'), (u'INT_ADD_-1206095596', u'CAST_-1206091557'), (u'CALL_-1206096582', u'INDIRECT_-1206093241'), (u'CALL_-1206096144', u'INDIRECT_-1206092629'), (u'INT_SEXT_-1206097398', u'CALL_-1206097394'), (u'CALL_-1206097078', u'INDIRECT_-1206092729'), (u'INDIRECT_-1206093074', u'MULTIEQUAL_-1206093000'), ('const-0', u'INT_EQUAL_-1206097664'), (u'MULTIEQUAL_-1206092222', u'MULTIEQUAL_-1206092746'), ('tmp_17176', u'CALL_-1206095889'), (u'MULTIEQUAL_-1206093823', u'MULTIEQUAL_-1206092235'), (u'MULTIEQUAL_-1206093095', u'MULTIEQUAL_-1206093086'), (u'INDIRECT_-1206093515', u'MULTIEQUAL_-1206093457'), (u'CALL_-1206096095', u'INDIRECT_-1206093411'), (u'INT_ADD_-1206096561', u'CAST_-1206092018'), (u'CALL_-1206096615', u'INDIRECT_-1206093579'), ('const-0', u'STORE_-1206096659'), (u'CALL_-1206096144', u'INDIRECT_-1206092568'), (u'STORE_-1206096603', u'INDIRECT_-1206092775'), (u'CALL_-1206096677', u'INDIRECT_-1206093731'), (u'CALL_-1206096754', u'INDIRECT_-1206092961'), (u'LOAD_-1206095434', u'MULTIEQUAL_-1206093106'), (u'MULTIEQUAL_-1206092252', u'MULTIEQUAL_-1206092470'), ('const-16', u'INT_AND_-1206096858'), (u'STORE_-1206096659', u'INDIRECT_-1206092751'), (u'CALL_-1206097328', u'INDIRECT_-1206093728'), (u'INDIRECT_-1206092462', u'MULTIEQUAL_-1206092643'), (u'STORE_-1206095495', u'INDIRECT_-1206091740'), (u'INDIRECT_-1206092751', u'MULTIEQUAL_-1206092729'), (u'CALLIND_-1206095573', u'INDIRECT_-1206091864'), (u'CALL_-1206096677', u'INDIRECT_-1206093407'), (u'INDIRECT_-1206093864', u'MULTIEQUAL_-1206093853'), (u'CALL_-1206095715', u'CAST_-1206091601'), (u'INDIRECT_-1206093450', u'MULTIEQUAL_-1206093457'), (u'INDIRECT_-1206093188', u'MULTIEQUAL_-1206093282'), ('const-16', u'INT_ADD_-1206096649'), (u'INDIRECT_-1206092938', u'MULTIEQUAL_-1206093070'), (u'INDIRECT_-1206093342', u'MULTIEQUAL_-1206093349'), (u'MULTIEQUAL_-1206092470', u'CALL_-1206097186'), (u'INDIRECT_-1206093079', u'MULTIEQUAL_-1206093018'), (u'INDIRECT_-1206092689', u'MULTIEQUAL_-1206092639'), (u'MULTIEQUAL_-1206092227', u'INT_ADD_-1206096870'), (u'CALL_-1206097328', u'INDIRECT_-1206093998'), (u'INDIRECT_-1206093055', u'MULTIEQUAL_-1206093005'), (u'CALL_-1206095690', u'INDIRECT_-1206092455'), (u'INDIRECT_-1206093403', u'MULTIEQUAL_-1206093591'), (u'INT_ADD_-1206096627', u'CAST_-1206092044'), (u'MULTIEQUAL_-1206093276', u'MULTIEQUAL_-1206092478'), (u'INDIRECT_-1206092885', u'MULTIEQUAL_-1206092868'), ('const-417', u'LOAD_-1206095421'), (u'CALL_-1206097186', u'INDIRECT_-1206093769'), (u'INDIRECT_-1206093178', u'MULTIEQUAL_-1206094069'), (u'INDIRECT_-1206093398', u'MULTIEQUAL_-1206093324'), (u'STORE_-1206096751', u'INDIRECT_-1206093012'), (u'CALL_-1206096832', u'INDIRECT_-1206092502'), (u'MULTIEQUAL_-1206092160', u'MULTIEQUAL_-1206092159'), (u'CALL_-1206096582', u'INDIRECT_-1206092828'), (u'INDIRECT_-1206093452', u'MULTIEQUAL_-1206093378'), (u'INT_NOTEQUAL_-1206096802', u'CBRANCH_-1206096802'), (u'MULTIEQUAL_-1206092465', u'MULTIEQUAL_-1206092464'), (u'INT_ADD_-1206096692', u'CAST_-1206092068'), (u'STORE_-1206096575', u'INDIRECT_-1206092275'), (u'PTRADD_-1206096568', u'MULTIEQUAL_-1206095632'), (u'MULTIEQUAL_-1206093339', u'MULTIEQUAL_-1206093330'), (u'MULTIEQUAL_-1206093354', u'MULTIEQUAL_-1206092480'), (u'INDIRECT_-1206092658', u'MULTIEQUAL_-1206092469'), ('const-417', u'LOAD_-1206095473'), (u'LOAD_-1206095447', u'MULTIEQUAL_-1206093160'), (u'INDIRECT_-1206092713', u'MULTIEQUAL_-1206092652'), (u'CALL_-1206096677', u'INDIRECT_-1206093677'), (u'INDIRECT_-1206093698', u'MULTIEQUAL_-1206093628'), (u'INT_EQUAL_-1206097632', u'CBRANCH_-1206097631'), (u'CALL_-1206096095', u'INDIRECT_-1206092613'), (u'CALL_-1206097394', u'INDIRECT_-1206093918'), (u'CALL_-1206097478', u'INDIRECT_-1206093041'), (u'INDIRECT_-1206092450', u'MULTIEQUAL_-1206092582'), (u'INDIRECT_-1206092108', u'MULTIEQUAL_-1206092025'), (u'CALL_-1206097478', u'INDIRECT_-1206093407'), (u'MULTIEQUAL_-1206093767', u'MULTIEQUAL_-1206092483'), (u'MULTIEQUAL_-1206093853', u'MULTIEQUAL_-1206093844'), ('const-417', u'LOAD_-1206096884'), (u'MULTIEQUAL_-1206093232', u'MULTIEQUAL_-1206092478'), (u'INDIRECT_-1206092531', u'MULTIEQUAL_-1206092517'), (u'CALL_-1206096144', u'MULTIEQUAL_-1206094456'), (u'INDIRECT_-1206092465', u'PTRADD_-1206095291'), (u'CALL_-1206096093', u'INDIRECT_-1206092073'), (u'INT_NOTEQUAL_-1206097502', u'CBRANCH_-1206097501'), ('tmp_13768', u'MULTIEQUAL_-1206093833'), (u'INDIRECT_-1206092333', u'MULTIEQUAL_-1206093217'), (u'STORE_-1206096594', u'INDIRECT_-1206092405'), (u'LOAD_-1206096643', u'INT_LESSEQUAL_-1206096617'), (u'INDIRECT_-1206092482', u'MULTIEQUAL_-1206092896'), (u'MULTIEQUAL_-1206092542', u'COPY_-1206092620'), (u'CALL_-1206095889', u'INDIRECT_-1206092668'), (u'CALL_-1206097394', u'INDIRECT_-1206093052'), (u'CALL_-1206095889', u'INDIRECT_-1206092363'), (u'CALL_-1206097186', u'INDIRECT_-1206092713'), (u'MULTIEQUAL_-1206093691', u'MULTIEQUAL_-1206093682'), (u'INT_EQUAL_-1206097160', u'CBRANCH_-1206097159'), (u'MULTIEQUAL_-1206092912', u'MULTIEQUAL_-1206092903'), (u'INDIRECT_-1206091864', u'MULTIEQUAL_-1206091781'), (u'INT_ADD_-1206097524', u'CAST_-1206092345'), (u'INT_EQUAL_-1206097739', u'CBRANCH_-1206097736'), (u'CALL_-1206096754', u'INDIRECT_-1206092717'), ('const-417', u'LOAD_-1206095385'), (u'INDIRECT_-1206093603', u'MULTIEQUAL_-1206094135'), (u'CALLIND_-1206095573', u'INDIRECT_-1206092169'), ('tmp_408', u'CBRANCH_-1206097518'), ('tmp_366', u'CBRANCH_-1206097550'), (u'STORE_-1206096246', u'INDIRECT_-1206091966'), ('const-16', u'INT_ADD_-1206096713'), (u'INDIRECT_-1206093782', u'MULTIEQUAL_-1206092485'), (u'STORE_-1206096575', u'INDIRECT_-1206093007'), (u'CALL_-1206097328', u'INDIRECT_-1206092475'), (u'INDIRECT_-1206093407', u'MULTIEQUAL_-1206093330'), (u'INDIRECT_-1206092564', u'MULTIEQUAL_-1206092622'), (u'MULTIEQUAL_-1206092648', u'MULTIEQUAL_-1206092647'), (u'CAST_-1206091928', u'LOAD_-1206096665'), (u'STORE_-1206095400', u'INDIRECT_-1206091871'), (u'INDIRECT_-1206092702', u'MULTIEQUAL_-1206092685'), (u'INDIRECT_-1206092889', u'MULTIEQUAL_-1206093070'), (u'STORE_-1206096220', u'INDIRECT_-1206092438'), (u'INDIRECT_-1206092829', u'INT_ADD_-1206096692'), (u'MULTIEQUAL_-1206093907', u'MULTIEQUAL_-1206093983'), (u'MULTIEQUAL_-1206092546', u'MULTIEQUAL_-1206092622'), (u'CALL_-1206095889', u'INDIRECT_-1206093128'), (u'MULTIEQUAL_-1206093156', u'MULTIEQUAL_-1206093147'), (u'INDIRECT_-1206093131', u'MULTIEQUAL_-1206092226'), ('const-0', u'PTRSUB_-1206091668'), (u'INT_ADD_-1206096696', u'CAST_-1206091948'), ('const-4', u'PTRADD_-1206091919'), (u'CALL_-1206096093', u'INDIRECT_-1206092012'), (u'INDIRECT_-1206092141', u'MULTIEQUAL_-1206092069'), ('tmp_17179', u'MULTIEQUAL_-1206093298'), (u'INDIRECT_-1206092064', u'MULTIEQUAL_-1206092151'), (u'PTRADD_-1206091563', u'CAST_-1206091446'), (u'MULTIEQUAL_-1206093745', u'MULTIEQUAL_-1206093736'), (u'CALL_-1206096095', u'INDIRECT_-1206092552'), (u'LOAD_-1206096884', u'INT_AND_-1206096858'), (u'INDIRECT_-1206091859', u'MULTIEQUAL_-1206091855'), (u'CALL_-1206097328', u'INDIRECT_-1206093890'), (u'COPY_-1206097786', u'MULTIEQUAL_-1206094373'), (u'CALL_-1206096754', u'INDIRECT_-1206093313'), (u'CALL_-1206096357', u'INDIRECT_-1206092636'), (u'INDIRECT_-1206091925', u'MULTIEQUAL_-1206091842'), (u'INDIRECT_-1206092145', u'MULTIEQUAL_-1206092277'), (u'CALL_-1206096318', u'INDIRECT_-1206092192'), (u'CALL_-1206095715', u'INDIRECT_-1206091981'), (u'CALL_-1206095795', u'INDIRECT_-1206093085'), (u'MULTIEQUAL_-1206093983', u'MULTIEQUAL_-1206092487'), (u'CALLIND_-1206096698', u'INDIRECT_-1206092941'), (u'MULTIEQUAL_-1206092212', u'MULTIEQUAL_-1206092176'), (u'INDIRECT_-1206093333', u'MULTIEQUAL_-1206093865'), (u'CALL_-1206096095', u'INDIRECT_-1206092674'), (u'MULTIEQUAL_-1206092472', u'MULTIEQUAL_-1206092927'), (u'STORE_-1206096259', u'INDIRECT_-1206092157'), (u'INDIRECT_-1206092629', u'MULTIEQUAL_-1206092607'), (u'INDIRECT_-1206092597', u'MULTIEQUAL_-1206092468'), (u'CALL_-1206097394', u'INT_EQUAL_-1206097365'), (u'PTRSUB_-1206092340', u'CALL_-1206097186'), ('const-16', u'INT_ADD_-1206096830'), (u'INDIRECT_-1206093720', u'MULTIEQUAL_-1206093727'), (u'INDIRECT_-1206092214', u'MULTIEQUAL_-1206092197'), (u'CALLIND_-1206096698', u'INDIRECT_-1206093469'), (u'INDIRECT_-1206093128', u'MULTIEQUAL_-1206093054'), (u'MULTIEQUAL_-1206093538', u'MULTIEQUAL_-1206092489'), (u'CALL_-1206096082', u'INDIRECT_-1206093132'), (u'LOAD_-1206097518', u'INT_NOTEQUAL_-1206097502'), (u'MULTIEQUAL_-1206093565', u'MULTIEQUAL_-1206092233'), (u'STORE_-1206095400', u'INDIRECT_-1206092176'), (u'CAST_-1206091601', u'PTRADD_-1206091558'), ('const-1', u'PTRADD_-1206091619'), ('const-417', u'LOAD_-1206095612'), (u'STORE_-1206097050', u'INDIRECT_-1206093070'), ('const-417', u'LOAD_-1206095680'), ('const-4', u'PTRADD_-1206091701'), (u'INDIRECT_-1206091845', u'MULTIEQUAL_-1206092729'), (u'INDIRECT_-1206092186', u'MULTIEQUAL_-1206092273'), (u'MULTIEQUAL_-1206094373', u'PTRADD_-1206091927'), ('const-4', u'PTRADD_-1206091595'), (u'INDIRECT_-1206092453', u'CALL_-1206096318'), (u'CALL_-1206096832', u'INDIRECT_-1206092685'), (u'MULTIEQUAL_-1206093779', u'MULTIEQUAL_-1206093757'), (u'INDIRECT_-1206093124', u'MULTIEQUAL_-1206094015'), (u'MULTIEQUAL_-1206093865', u'MULTIEQUAL_-1206092484'), (u'CALL_-1206096832', u'INDIRECT_-1206092624'), (u'STORE_-1206096233', u'INDIRECT_-1206092019'), (u'INDIRECT_-1206092652', u'MULTIEQUAL_-1206092648'), (u'STORE_-1206095400', u'INDIRECT_-1206092298'), (u'INDIRECT_-1206093201', u'MULTIEQUAL_-1206093140'), (u'MULTIEQUAL_-1206093941', u'MULTIEQUAL_-1206093919'), (u'INDIRECT_-1206093019', u'MULTIEQUAL_-1206093005'), (u'STORE_-1206095376', u'INDIRECT_-1206091916'), (u'INDIRECT_-1206092694', u'MULTIEQUAL_-1206092826'), (u'COPY_-1206096148', u'MULTIEQUAL_-1206092461'), (u'MULTIEQUAL_-1206092234', u'MULTIEQUAL_-1206093619'), ('const-0', u'CALL_-1206096698'), (u'STORE_-1206095495', u'INDIRECT_-1206091984'), (u'INDIRECT_-1206093612', u'MULTIEQUAL_-1206093619'), (u'MULTIEQUAL_-1206092973', u'MULTIEQUAL_-1206092964'), (u'INT_LESSEQUAL_-1206096617', u'CBRANCH_-1206096617'), (u'MULTIEQUAL_-1206092374', u'COPY_-1206091923'), (u'INDIRECT_-1206092218', u'MULTIEQUAL_-1206092399'), (u'PTRADD_-1206091558', u'CAST_-1206091441'), (u'MULTIEQUAL_-1206092639', u'MULTIEQUAL_-1206092603'), (u'INDIRECT_-1206093998', u'MULTIEQUAL_-1206092489'), (u'MULTIEQUAL_-1206092496', u'MULTIEQUAL_-1206092475'), ('const-4', u'INT_ADD_-1206095602'), (u'MULTIEQUAL_-1206092395', u'MULTIEQUAL_-1206092359'), (u'PTRSUB_-1206091668', u'CALLIND_-1206095573'), (u'CALL_-1206096318', u'INDIRECT_-1206092314'), (u'INDIRECT_-1206092380', u'MULTIEQUAL_-1206092380'), (u'CALL_-1206096093', u'CALL_-1206096080'), (u'INDIRECT_-1206092255', u'MULTIEQUAL_-1206092237'), (u'CALL_-1206097328', u'INDIRECT_-1206093620'), (u'INDIRECT_-1206093131', u'COPY_-1206092235'), (u'INT_OR_-1206096570', u'STORE_-1206096594'), (u'CALL_-1206097186', u'INDIRECT_-1206093018'), (u'MULTIEQUAL_-1206092090', u'MULTIEQUAL_-1206092054'), (u'CALL_-1206096698', u'INDIRECT_-1206092572'), (u'STORE_-1206097050', u'INDIRECT_-1206093009'), (u'INDIRECT_-1206092511', u'MULTIEQUAL_-1206092643'), (u'INDIRECT_-1206093294', u'MULTIEQUAL_-1206093715'), (u'MULTIEQUAL_-1206093237', u'MULTIEQUAL_-1206093215'), ('const-4294967236', u'PTRSUB_-1206092381'), (u'INDIRECT_-1206093569', u'MULTIEQUAL_-1206093511'), (u'MULTIEQUAL_-1206092607', u'MULTIEQUAL_-1206092683'), (u'INDIRECT_-1206092377', u'MULTIEQUAL_-1206092359'), ('const-49', u'INT_ADD_-1206095481'), (u'INDIRECT_-1206092552', u'MULTIEQUAL_-1206092639'), ('const-0', u'PTRSUB_-1206092340'), ('const-0', u'COPY_-1206097786'), (u'CALL_-1206096144', u'INDIRECT_-1206092324'), ('const-336', u'PTRADD_-1206095291'), (u'LOAD_-1206097569', u'INT_EQUAL_-1206097554'), (u'MULTIEQUAL_-1206092685', u'MULTIEQUAL_-1206092221'), (u'LOAD_-1206096846', u'CALL_-1206096832'), (u'CAST_-1206092372', u'LOAD_-1206096737'), (u'CALL_-1206097078', u'INDIRECT_-1206093508'), (u'INDIRECT_-1206092340', u'MULTIEQUAL_-1206092521'), ('const-3', u'INT_AND_-1206094584'), (u'STORE_-1206096594', u'INDIRECT_-1206092466'), (u'CALL_-1206096082', u'INDIRECT_-1206092055'), (u'STORE_-1206096575', u'INDIRECT_-1206092702'), (u'CALL_-1206096677', u'INDIRECT_-1206093623'), (u'CALL_-1206095715', u'INDIRECT_-1206092347'), (u'STORE_-1206096603', u'INDIRECT_-1206092348'), (u'CAST_-1206092026', u'STORE_-1206096594'), (u'CALL_-1206097328', u'INDIRECT_-1206093674'), (u'STORE_-1206096659', u'INDIRECT_-1206093056'), (u'CAST_-1206091601', u'CAST_-1206091510'), (u'INDIRECT_-1206093140', u'MULTIEQUAL_-1206093079'), (u'MULTIEQUAL_-1206092993', u'MULTIEQUAL_-1206092971'), (u'CALL_-1206096357', u'INDIRECT_-1206092331'), (u'STORE_-1206097050', u'INDIRECT_-1206092460'), (u'INDIRECT_-1206093549', u'MULTIEQUAL_-1206093484'), (u'MULTIEQUAL_-1206092603', u'COPY_-1206092681'), (u'CALL_-1206096677', u'INDIRECT_-1206092445'), ('const-4', u'PTRADD_-1206091558'), ('const-20', u'INT_ADD_-1206096583'), (u'CALL_-1206097328', u'INDIRECT_-1206092658'), (u'STORE_-1206095376', u'INDIRECT_-1206091733'), ('const-417', u'LOAD_-1206096712'), (u'CALL_-1206096698', u'INDIRECT_-1206092816'), (u'PTRADD_-1206091619', u'LOAD_-1206095473'), (u'STORE_-1206096751', u'INDIRECT_-1206093073'), (u'INT_ADD_-1206096870', u'CAST_-1206092015'), (u'CALL_-1206096082', u'INDIRECT_-1206093078'), (u'CALL_-1206095795', u'INDIRECT_-1206093031'), (u'INDIRECT_-1206092706', u'MULTIEQUAL_-1206092887'), (u'STORE_-1206096594', u'INDIRECT_-1206092771'), (u'CALL_-1206096095', u'INDIRECT_-1206092796'), (u'CAST_-1206091557', u'LOAD_-1206095612'), (u'CALL_-1206095715', u'INDIRECT_-1206092943'), (u'INDIRECT_-1206093300', u'MULTIEQUAL_-1206093278'), ('const-417', u'LOAD_-1206096567'), (u'MULTIEQUAL_-1206092849', u'MULTIEQUAL_-1206092252'), (u'STORE_-1206096603', u'INDIRECT_-1206093080'), (u'INDIRECT_-1206092869', u'MULTIEQUAL_-1206092927'), (u'INDIRECT_-1206092536', u'MULTIEQUAL_-1206092467'), (u'CALL_-1206096144', u'INDIRECT_-1206092812'), (u'MULTIEQUAL_-1206093607', u'MULTIEQUAL_-1206092231'), (u'MULTIEQUAL_-1206094103', u'MULTIEQUAL_-1206094081'), (u'MULTIEQUAL_-1206093457', u'MULTIEQUAL_-1206092231'), (u'STORE_-1206096751', u'INDIRECT_-1206092768'), (u'INDIRECT_-1206092140', u'MULTIEQUAL_-1206092342'), (u'MULTIEQUAL_-1206093745', u'MULTIEQUAL_-1206093821'), ('const-503164', u'COPY_-1206092203'), (u'INDIRECT_-1206091936', u'MULTIEQUAL_-1206091855'), (u'MULTIEQUAL_-1206095632', u'LOAD_-1206097363'), ('const-417', u'STORE_-1206096751'), (u'CALL_-1206096093', u'INDIRECT_-1206092195'), (u'INDIRECT_-1206093661', u'MULTIEQUAL_-1206093607'), (u'STORE_-1206096594', u'INDIRECT_-1206092283'), (u'CALL_-1206096832', u'INDIRECT_-1206092441'), (u'CALL_-1206095889', u'INDIRECT_-1206092119'), (u'CALL_-1206096698', u'INDIRECT_-1206092877'), ('const-417', u'STORE_-1206097050'), (u'INT_ADD_-1206095567', u'CAST_-1206091542'), ('const-0', u'CALL_-1206096095'), (u'CALLIND_-1206095573', u'INDIRECT_-1206092230'), ('tmp_1343', u'CBRANCH_-1206096802'), (u'CALL_-1206095795', u'INDIRECT_-1206093301'), (u'CALL_-1206096677', u'INDIRECT_-1206093055'), (u'MULTIEQUAL_-1206092486', u'MULTIEQUAL_-1206093929'), (u'STORE_-1206096603', u'INDIRECT_-1206092836'), (u'INDIRECT_-1206092994', u'MULTIEQUAL_-1206092944'), ('tmp_2525', u'BRANCH_-1206096065'), (u'CALL_-1206096144', u'INDIRECT_-1206093549'), (u'CALL_-1206097394', u'INDIRECT_-1206092503'), (u'CALL_-1206096357', u'INDIRECT_-1206093225'), (u'CALL_-1206097328', u'INDIRECT_-1206093146'), (u'MULTIEQUAL_-1206093154', u'MULTIEQUAL_-1206092476'), (u'MULTIEQUAL_-1206091794', u'MULTIEQUAL_-1206091793'), (u'INDIRECT_-1206093236', u'MULTIEQUAL_-1206093162'), ('const-6', u'PTRADD_-1206091903'), (u'CALL_-1206096832', u'INDIRECT_-1206093612'), (u'CALL_-1206096677', u'INDIRECT_-1206092384'), (u'STORE_-1206096594', u'INDIRECT_-1206092710'), (u'STORE_-1206096575', u'INDIRECT_-1206092519'), (u'MULTIEQUAL_-1206092227', u'INT_ADD_-1206096649'), (u'MULTIEQUAL_-1206093430', u'MULTIEQUAL_-1206094265'), (u'CALL_-1206096754', u'INDIRECT_-1206092900'), (u'INDIRECT_-1206093508', u'MULTIEQUAL_-1206092229'), (u'CALL_-1206096677', u'INDIRECT_-1206092994'), (u'INDIRECT_-1206092201', u'MULTIEQUAL_-1206092403'), (u'INDIRECT_-1206092384', u'MULTIEQUAL_-1206092334'), (u'CALL_-1206096095', u'CALL_-1206096082'), (u'STORE_-1206096659', u'INDIRECT_-1206093361'), (u'MULTIEQUAL_-1206094091', u'MULTIEQUAL_-1206092489'), (u'INT_ADD_-1206095602', u'CAST_-1206091561'), (u'CALL_-1206097394', u'INDIRECT_-1206092747'), (u'INDIRECT_-1206093495', u'MULTIEQUAL_-1206093430'), (u'INDIRECT_-1206093511', u'MULTIEQUAL_-1206093699'), (u'INDIRECT_-1206092352', u'MULTIEQUAL_-1206092269'), (u'INDIRECT_-1206092897', u'MULTIEQUAL_-1206092883'), (u'INDIRECT_-1206093553', u'MULTIEQUAL_-1206093499'), (u'MULTIEQUAL_-1206092347', u'MULTIEQUAL_-1206092213'), (u'INDIRECT_-1206092572', u'MULTIEQUAL_-1206092704'), (u'INDIRECT_-1206092592', u'MULTIEQUAL_-1206092578'), (u'MULTIEQUAL_-1206092740', u'MULTIEQUAL_-1206092479'), (u'CALL_-1206097078', u'INDIRECT_-1206093217'), (u'CALL_-1206095690', u'INDIRECT_-1206092800'), (u'CALL_-1206095690', u'INDIRECT_-1206091662'), (u'CALL_-1206096318', u'INDIRECT_-1206092741'), (u'CALL_-1206097478', u'INDIRECT_-1206093698'), (u'MULTIEQUAL_-1206092380', u'MULTIEQUAL_-1206092216'), (u'INDIRECT_-1206092546', u'MULTIEQUAL_-1206092465'), (u'CALL_-1206095715', u'INDIRECT_-1206092225'), (u'LOAD_-1206096656', u'INT_NOTEQUAL_-1206096640'), (u'INDIRECT_-1206092933', u'MULTIEQUAL_-1206092883'), (u'CALL_-1206095889', u'INDIRECT_-1206092241'), (u'STORE_-1206096259', u'INDIRECT_-1206092584'), ('const-0', u'INT_NOTEQUAL_-1206096640'), (u'INDIRECT_-1206093348', u'MULTIEQUAL_-1206093769'), (u'INDIRECT_-1206092474', u'MULTIEQUAL_-1206092391'), (u'INDIRECT_-1206092750', u'MULTIEQUAL_-1206092700'), (u'STORE_-1206095376', u'INDIRECT_-1206091855'), (u'INDIRECT_-1206092316', u'MULTIEQUAL_-1206092298'), (u'MULTIEQUAL_-1206092214', u'MULTIEQUAL_-1206092258'), (u'MULTIEQUAL_-1206093156', u'MULTIEQUAL_-1206093232'), (u'CALL_-1206096615', u'INDIRECT_-1206092171'), (u'CALL_-1206095795', u'INDIRECT_-1206092259'), (u'CALL_-1206097478', u'INDIRECT_-1206093914'), (u'MULTIEQUAL_-1206092849', u'MULTIEQUAL_-1206092470'), (u'MULTIEQUAL_-1206093324', u'MULTIEQUAL_-1206093322'), (u'CALL_-1206097394', u'INDIRECT_-1206093113'), (u'INDIRECT_-1206092774', u'MULTIEQUAL_-1206092713'), (u'INDIRECT_-1206092169', u'MULTIEQUAL_-1206092086'), (u'CALL_-1206096754', u'CAST_-1206091968'), (u'CALL_-1206096754', u'INDIRECT_-1206092473'), (u'MULTIEQUAL_-1206092988', u'MULTIEQUAL_-1206092474'), (u'CALL_-1206096832', u'INDIRECT_-1206093051'), (u'CALL_-1206095795', u'INDIRECT_-1206093409'), (u'STORE_-1206095400', u'INDIRECT_-1206091688'), (u'COPY_-1206091794', u'CALL_-1206095715'), (u'STORE_-1206095376', u'INDIRECT_-1206092465'), (u'CALL_-1206097478', u'INDIRECT_-1206093163'), ('const-4', u'PTRADD_-1206091603'), (u'INDIRECT_-1206093944', u'MULTIEQUAL_-1206092488'), ('const-5', u'INT_EQUAL_-1206097554'), (u'CALL_-1206097394', u'INDIRECT_-1206092625'), (u'INDIRECT_-1206092291', u'MULTIEQUAL_-1206092208'), (u'MULTIEQUAL_-1206094145', u'MULTIEQUAL_-1206092490'), (u'INDIRECT_-1206093441', u'MULTIEQUAL_-1206093973'), (u'CAST_-1206092068', u'LOAD_-1206096708'), ('const-417', u'LOAD_-1206096643'), (u'CALL_-1206096677', u'INDIRECT_-1206093569'), (u'INDIRECT_-1206092385', u'MULTIEQUAL_-1206092910'), (u'INDIRECT_-1206093769', u'MULTIEQUAL_-1206093715'), ('const-4', u'PTRADD_-1206091579'), (u'CALL_-1206097078', u'INT_ADD_-1206097046'), (u'STORE_-1206097092', u'INDIRECT_-1206092659'), (u'STORE_-1206097050', u'INDIRECT_-1206092948'), (u'STORE_-1206096659', u'INDIRECT_-1206093178'), ('const-4', u'PTRADD_-1206091911'), (u'INDIRECT_-1206092308', u'MULTIEQUAL_-1206092395'), (u'CALL_-1206096095', u'INDIRECT_-1206092308'), (u'LOAD_-1206096801', u'INT_ADD_-1206096737'), (u'CALL_-1206096754', u'INDIRECT_-1206092839'), (u'CALL_-1206097078', u'INDIRECT_-1206093778'), ('const-417', u'LOAD_-1206095460'), (u'CALL_-1206097394', u'PTRADD_-1206096568'), (u'STORE_-1206097050', u'INDIRECT_-1206092582'), (u'MULTIEQUAL_-1206092225', u'MULTIEQUAL_-1206092929'), (u'CALLIND_-1206095573', u'INDIRECT_-1206092352'), (u'INDIRECT_-1206092411', u'MULTIEQUAL_-1206092391'), (u'MULTIEQUAL_-1206092729', u'MULTIEQUAL_-1206092720'), (u'LOAD_-1206096567', u'COPY_-1206092106'), (u'STORE_-1206095376', u'INDIRECT_-1206092221'), (u'INDIRECT_-1206091652', u'MULTIEQUAL_-1206091854'), (u'MULTIEQUAL_-1206092530', u'MULTIEQUAL_-1206092216'), (u'MULTIEQUAL_-1206092871', u'MULTIEQUAL_-1206092849'), (u'MULTIEQUAL_-1206092435', u'MULTIEQUAL_-1206092474'), (u'CALL_-1206096754', u'INDIRECT_-1206093691'), (u'CALL_-1206096144', u'INDIRECT_-1206093279'), (u'INDIRECT_-1206093178', u'MULTIEQUAL_-1206093156'), (u'CALL_-1206096615', u'INDIRECT_-1206092293'), (u'CALL_-1206097328', u'INDIRECT_-1206092780'), (u'MULTIEQUAL_-1206093270', u'MULTIEQUAL_-1206093268'), (u'MULTIEQUAL_-1206093110', u'MULTIEQUAL_-1206092476'), (u'STORE_-1206096259', u'INDIRECT_-1206092340'), (u'INDIRECT_-1206092469', u'MULTIEQUAL_-1206092408'), (u'INDIRECT_-1206093387', u'MULTIEQUAL_-1206093322'), (u'INDIRECT_-1206092018', u'MULTIEQUAL_-1206092220'), (u'MULTIEQUAL_-1206092231', u'MULTIEQUAL_-1206093457'), (u'CALL_-1206096754', u'INDIRECT_-1206093367'), (u'INDIRECT_-1206092560', u'MULTIEQUAL_-1206092542'), (u'LOAD_-1206096637', u'INT_SUB_-1206096597'), (u'MULTIEQUAL_-1206093176', u'MULTIEQUAL_-1206093154'), (u'STORE_-1206095376', u'INDIRECT_-1206092160'), (u'MULTIEQUAL_-1206092488', u'MULTIEQUAL_-1206094037'), (u'MULTIEQUAL_-1206092467', u'CALL_-1206097186'), (u'INDIRECT_-1206092645', u'MULTIEQUAL_-1206092826'), (u'INDIRECT_-1206093031', u'MULTIEQUAL_-1206093833'), (u'INDIRECT_-1206093616', u'MULTIEQUAL_-1206092231'), (u'INDIRECT_-1206093674', u'MULTIEQUAL_-1206092483'), (u'INDIRECT_-1206093558', u'MULTIEQUAL_-1206093565'), (u'INT_AND_-1206094420', u'INT_OR_-1206094415'), (u'STORE_-1206096603', u'INDIRECT_-1206092470'), (u'STORE_-1206095339', u'INDIRECT_-1206092445'), (u'INDIRECT_-1206092228', u'MULTIEQUAL_-1206092208'), (u'CALL_-1206097078', u'INDIRECT_-1206092851'), (u'INDIRECT_-1206092751', u'MULTIEQUAL_-1206093276'), (u'MULTIEQUAL_-1206093217', u'MULTIEQUAL_-1206093293'), (u'MULTIEQUAL_-1206093378', u'MULTIEQUAL_-1206093377'), (u'CALLIND_-1206095573', u'INDIRECT_-1206091803'), (u'CALL_-1206096357', u'INDIRECT_-1206092026'), (u'INDIRECT_-1206093208', u'MULTIEQUAL_-1206093174'), (u'INDIRECT_-1206092375', u'MULTIEQUAL_-1206092334'), (u'INDIRECT_-1206093864', u'MULTIEQUAL_-1206093929'), (u'CALL_-1206096832', u'INT_ADD_-1206096561'), (u'INT_AND_-1206094584', u'INT_EQUAL_-1206095839'), (u'CALL_-1206095715', u'INDIRECT_-1206092652'), (u'MULTIEQUAL_-1206092485', u'MULTIEQUAL_-1206092476'), (u'MULTIEQUAL_-1206094069', u'MULTIEQUAL_-1206094145'), (u'MULTIEQUAL_-1206092038', u'MULTIEQUAL_-1206092037'), (u'INDIRECT_-1206092958', u'MULTIEQUAL_-1206092944'), (u'STORE_-1206096259', u'INDIRECT_-1206092096'), (u'INDIRECT_-1206092080', u'MULTIEQUAL_-1206092008'), (u'INDIRECT_-1206092003', u'MULTIEQUAL_-1206092090'), (u'MULTIEQUAL_-1206092910', u'MULTIEQUAL_-1206092471'), (u'CALL_-1206096082', u'INDIRECT_-1206092787'), (u'CALL_-1206096095', u'INDIRECT_-1206093141'), ('const-4', u'PTRADD_-1206091587'), ('const-3', u'INT_AND_-1206094426'), (u'STORE_-1206095376', u'INDIRECT_-1206092404'), (u'MULTIEQUAL_-1206093757', u'MULTIEQUAL_-1206093160'), (u'STORE_-1206095400', u'INDIRECT_-1206091932'), (u'CALL_-1206096582', u'INDIRECT_-1206092950'), (u'STORE_-1206096575', u'INDIRECT_-1206092580'), (u'CALL_-1206096080', u'INDIRECT_-1206092308'), (u'INDIRECT_-1206092735', u'MULTIEQUAL_-1206092822'), (u'MULTIEQUAL_-1206092217', u'MULTIEQUAL_-1206092441'), (u'CALL_-1206095889', u'INDIRECT_-1206091936'), (u'CALL_-1206096582', u'INDIRECT_-1206092767'), (u'MULTIEQUAL_-1206093293', u'MULTIEQUAL_-1206092479'), (u'INDIRECT_-1206092934', u'MULTIEQUAL_-1206092862'), (u'INT_NOTEQUAL_-1206095523', u'CBRANCH_-1206095522'), (u'INDIRECT_-1206093207', u'MULTIEQUAL_-1206092479'), (u'STORE_-1206097050', u'INDIRECT_-1206093192'), (u'MULTIEQUAL_-1206093376', u'MULTIEQUAL_-1206092486'), (u'INDIRECT_-1206092253', u'MULTIEQUAL_-1206092212'), (u'INDIRECT_-1206093056', u'MULTIEQUAL_-1206093034'), (u'MULTIEQUAL_-1206092215', u'MULTIEQUAL_-1206092319'), (u'INDIRECT_-1206092533', u'MULTIEQUAL_-1206092513'), (u'CALL_-1206096095', u'INDIRECT_-1206093303'), (u'STORE_-1206095495', u'INDIRECT_-1206092289'), (u'CALL_-1206096144', u'INDIRECT_-1206093657'), (u'STORE_-1206096233', u'INDIRECT_-1206092385'), (u'MULTIEQUAL_-1206092774', u'MULTIEQUAL_-1206092220'), (u'MULTIEQUAL_-1206092605', u'MULTIEQUAL_-1206092466'), (u'CALL_-1206097328', u'INDIRECT_-1206093207'), (u'INDIRECT_-1206092015', u'MULTIEQUAL_-1206092810'), (u'INDIRECT_-1206093018', u'MULTIEQUAL_-1206092957'), ('const-0', u'STORE_-1206095400'), (u'MULTIEQUAL_-1206091993', u'COPY_-1206092071'), ('tmp_441', u'CBRANCH_-1206097501'), (u'INDIRECT_-1206093375', u'MULTIEQUAL_-1206093378'), (u'INDIRECT_-1206093085', u'MULTIEQUAL_-1206092477'), (u'INDIRECT_-1206094080', u'MULTIEQUAL_-1206094069'), (u'CALL_-1206096357', u'INDIRECT_-1206092575'), (u'INDIRECT_-1206092197', u'MULTIEQUAL_-1206092197'), (u'STORE_-1206097092', u'INDIRECT_-1206092354'), ('const-501844', u'COPY_-1206092122'), (u'PTRADD_-1206091587', u'LOAD_-1206095421'), (u'CALL_-1206096095', u'INDIRECT_-1206092430'), (u'INDIRECT_-1206092401', u'MULTIEQUAL_-1206092582'), (u'COPY_-1206092122', u'CALL_-1206096615'), ('const-417', u'LOAD_-1206097326'), ('const-0', u'RETURN_-1206096175'), (u'CALL_-1206096095', u'INDIRECT_-1206093357'), (u'INDIRECT_-1206092360', u'MULTIEQUAL_-1206092774'), (u'MULTIEQUAL_-1206092482', u'MULTIEQUAL_-1206093713'), (u'MULTIEQUAL_-1206092476', u'MULTIEQUAL_-1206093110'), (u'INDIRECT_-1206092682', u'MULTIEQUAL_-1206092664'), (u'MULTIEQUAL_-1206093359', u'MULTIEQUAL_-1206093337'), (u'STORE_-1206096751', u'INDIRECT_-1206092646'), (u'LOAD_-1206096665', u'CALL_-1206096582'), (u'MULTIEQUAL_-1206093000', u'MULTIEQUAL_-1206092998'), (u'CALL_-1206096093', u'INDIRECT_-1206093035'), (u'CALL_-1206095690', u'INDIRECT_-1206092333'), (u'CALL_-1206096832', u'INT_ADD_-1206096583'), (u'INDIRECT_-1206092934', u'MULTIEQUAL_-1206093459'), (u'INDIRECT_-1206093051', u'MULTIEQUAL_-1206093054'), (u'INDIRECT_-1206094026', u'MULTIEQUAL_-1206094015'), ('const-417', u'STORE_-1206097092'), (u'MULTIEQUAL_-1206092151', u'MULTIEQUAL_-1206092115'), (u'CALL_-1206095690', u'INDIRECT_-1206091967'), (u'CALL_-1206096832', u'INDIRECT_-1206092197'), ('const-0', u'INT_EQUAL_-1206096111'), (u'CALL_-1206096318', u'INDIRECT_-1206092802'), (u'CALL_-1206096093', u'INDIRECT_-1206092439'), (u'CALL_-1206095690', u'INDIRECT_-1206092854'), (u'CALLIND_-1206095573', u'INDIRECT_-1206091986'), ('const-5', u'PTRADD_-1206091538'), (u'CALLIND_-1206096698', u'INDIRECT_-1206093631'), (u'CALLIND_-1206096698', u'INDIRECT_-1206093002'), (u'CAST_-1206092026', u'LOAD_-1206096597'), (u'CALL_-1206096754', u'INDIRECT_-1206092351'), (u'CALL_-1206097186', u'INDIRECT_-1206093140'), (u'MULTIEQUAL_-1206093298', u'MULTIEQUAL_-1206093276'), ('const-417', u'LOAD_-1206096637'), (u'INT_ADD_-1206096551', u'CAST_-1206092010'), (u'CALL_-1206096080', u'INDIRECT_-1206093134'), (u'CALL_-1206096080', u'INDIRECT_-1206091942'), (u'MULTIEQUAL_-1206093214', u'MULTIEQUAL_-1206092483'), (u'CAST_-1206091542', u'LOAD_-1206095583'), (u'CALL_-1206097078', u'INDIRECT_-1206093670'), (u'CALL_-1206095715', u'INDIRECT_-1206092997'), (u'CALL_-1206096754', u'INDIRECT_-1206093637'), (u'CAST_-1206091601', u'CAST_-1206091535'), (u'CALL_-1206096832', u'INT_ADD_-1206096621'), ('const-0', u'INT_EQUAL_-1206097632'), (u'INDIRECT_-1206091713', u'MULTIEQUAL_-1206091915'), (u'MULTIEQUAL_-1206093032', u'MULTIEQUAL_-1206092435'), (u'STORE_-1206097050', u'INDIRECT_-1206092887'), (u'STORE_-1206096575', u'INDIRECT_-1206092214'), (u'CALL_-1206097186', u'INDIRECT_-1206093201'), (u'INDIRECT_-1206093102', u'MULTIEQUAL_-1206093025'), (u'INDIRECT_-1206093890', u'MULTIEQUAL_-1206092487'), (u'CALLIND_-1206096698', u'INDIRECT_-1206093415'), (u'MULTIEQUAL_-1206092851', u'MULTIEQUAL_-1206092842'), (u'INDIRECT_-1206093648', u'MULTIEQUAL_-1206093713'), ('const-0', u'INT_NOTEQUAL_-1206096270'), (u'MULTIEQUAL_-1206092700', u'MULTIEQUAL_-1206092664'), ('const-417', u'STORE_-1206096659'), (u'STORE_-1206096246', u'INDIRECT_-1206092698'), (u'CALL_-1206096318', u'INDIRECT_-1206092497'), (u'MULTIEQUAL_-1206092473', u'INT_EQUAL_-1206097632'), (u'CALL_-1206096144', u'INDIRECT_-1206092263'), (u'CALL_-1206095715', u'INDIRECT_-1206093051'), (u'MULTIEQUAL_-1206094189', u'MULTIEQUAL_-1206092490'), (u'CALL_-1206095889', u'INDIRECT_-1206092607'), (u'COPY_-1206097822', u'MULTIEQUAL_-1206093779'), (u'MULTIEQUAL_-1206093276', u'MULTIEQUAL_-1206092679'), (u'CALL_-1206095795', u'INDIRECT_-1206092320'), (u'CALL_-1206096082', u'INDIRECT_-1206092299'), (u'CALL_-1206096357', u'INDIRECT_-1206092758'), (u'STORE_-1206096220', u'INDIRECT_-1206092682'), (u'CAST_-1206091601', u'INT_EQUAL_-1206095682'), (u'STORE_-1206096751', u'INDIRECT_-1206092707'), (u'MULTIEQUAL_-1206093715', u'MULTIEQUAL_-1206092233'), (u'INDIRECT_-1206093461', u'MULTIEQUAL_-1206093403'), ('const-36', u'INT_ADD_-1206096870'), (u'CALLIND_-1206095573', u'INDIRECT_-1206092535'), (u'MULTIEQUAL_-1206094211', u'MULTIEQUAL_-1206094189'), (u'STORE_-1206097092', u'INDIRECT_-1206092720'), (u'INDIRECT_-1206092441', u'MULTIEQUAL_-1206092441'), ('tmp_2751', u'BRANCH_-1206095687'), (u'CALL_-1206096318', u'INDIRECT_-1206093478'), (u'MULTIEQUAL_-1206092456', u'MULTIEQUAL_-1206092420'), (u'CALL_-1206096095', u'INDIRECT_-1206092735'), (u'MULTIEQUAL_-1206092932', u'MULTIEQUAL_-1206092910'), (u'INDIRECT_-1206091803', u'MULTIEQUAL_-1206091720'), (u'CALL_-1206097478', u'INDIRECT_-1206094076'), (u'STORE_-1206096603', u'INDIRECT_-1206092226'), ('const-0', u'COPY_-1206095836'), (u'CALL_-1206096698', u'INDIRECT_-1206093560'), (u'INDIRECT_-1206092286', u'MULTIEQUAL_-1206092282'), (u'INDIRECT_-1206092726', u'MULTIEQUAL_-1206093140'), (u'MULTIEQUAL_-1206092485', u'MULTIEQUAL_-1206092561'), (u'INDIRECT_-1206092503', u'MULTIEQUAL_-1206093298'), (u'CALL_-1206095795', u'INDIRECT_-1206092137'), (u'CALL_-1206097078', u'INDIRECT_-1206092363'), (u'CALL_-1206097478', u'INDIRECT_-1206094130'), (u'MULTIEQUAL_-1206092480', u'MULTIEQUAL_-1206093354'), (u'MULTIEQUAL_-1206093961', u'MULTIEQUAL_-1206094037'), (u'MULTIEQUAL_-1206093282', u'STORE_-1206096246'), (u'STORE_-1206095400', u'INDIRECT_-1206092054'), ('const-40', u'INT_ADD_-1206096589'), ('const-0', u'INT_EQUAL_-1206096872'), ('tmp_2628', u'BRANCH_-1206096067'), (u'CALL_-1206097078', u'INDIRECT_-1206092790'), (u'CALL_-1206097078', u'INDIRECT_-1206093095'), (u'INDIRECT_-1206092177', u'MULTIEQUAL_-1206092591'), (u'INT_ADD_-1206096621', u'CAST_-1206092040'), (u'MULTIEQUAL_-1206094373', u'PTRADD_-1206091911'), ('const-501796', u'COPY_-1206091950'), (u'INDIRECT_-1206093778', u'MULTIEQUAL_-1206092234'), (u'INDIRECT_-1206093670', u'MULTIEQUAL_-1206092232'), (u'INT_ADD_-1206096758', u'CALL_-1206096754'), (u'MULTIEQUAL_-1206093174', u'STORE_-1206096220'), (u'CALLIND_-1206095573', u'INDIRECT_-1206092108'), (u'CALL_-1206096357', u'INDIRECT_-1206093549'), (u'INDIRECT_-1206093396', u'MULTIEQUAL_-1206093403'), (u'STORE_-1206096751', u'INDIRECT_-1206093134'), (u'INDIRECT_-1206093715', u'MULTIEQUAL_-1206093661'), (u'CALL_-1206095690', u'INDIRECT_-1206092962'), (u'CALL_-1206097478', u'INDIRECT_-1206093224'), (u'INDIRECT_-1206093068', u'MULTIEQUAL_-1206093051'), (u'CALL_-1206097478', u'INDIRECT_-1206093346'), (u'CALL_-1206097478', u'CAST_-1206092325'), (u'INDIRECT_-1206092267', u'MULTIEQUAL_-1206092399'), ('const-36', u'INT_ADD_-1206096621'), (u'CALL_-1206097186', u'INDIRECT_-1206093553'), (u'CALL_-1206097186', u'INT_EQUAL_-1206097160'), (u'CALLIND_-1206096698', u'INDIRECT_-1206092270'), (u'INDIRECT_-1206092613', u'MULTIEQUAL_-1206092700'), (u'INDIRECT_-1206092460', u'MULTIEQUAL_-1206092215'), ('const-0', u'INT_NOTEQUAL_-1206096644'), (u'CALL_-1206096318', u'INDIRECT_-1206093262'), (u'MULTIEQUAL_-1206092468', u'CALL_-1206097186'), (u'MULTIEQUAL_-1206093215', u'MULTIEQUAL_-1206092477'), (u'MULTIEQUAL_-1206094373', u'PTRADD_-1206091903'), (u'CALL_-1206096582', u'INDIRECT_-1206092645'), (u'MULTIEQUAL_-1206093415', u'MULTIEQUAL_-1206092481'), (u'INDIRECT_-1206091798', u'MULTIEQUAL_-1206091794'), (u'CALL_-1206096357', u'INDIRECT_-1206092392'), (u'INDIRECT_-1206092887', u'MULTIEQUAL_-1206092945'), ('const-0', u'PTRSUB_-1206091956'), (u'INDIRECT_-1206092131', u'MULTIEQUAL_-1206092090'), (u'MULTIEQUAL_-1206093511', u'MULTIEQUAL_-1206092232'), (u'COPY_-1206092467', u'MULTIEQUAL_-1206092473'), (u'CALL_-1206095795', u'INDIRECT_-1206092198'), (u'CALL_-1206096357', u'INDIRECT_-1206093333'), ('const-152', u'INT_ADD_-1206096721'), (u'CALL_-1206096093', u'INDIRECT_-1206093305'), (u'CALLIND_-1206095573', u'INDIRECT_-1206092596'), (u'MULTIEQUAL_-1206093907', u'MULTIEQUAL_-1206093898'), (u'STORE_-1206097092', u'INDIRECT_-1206093086'), (u'CALL_-1206096093', u'INDIRECT_-1206092317'), (u'MULTIEQUAL_-1206093919', u'MULTIEQUAL_-1206092485'), (u'CALL_-1206095715', u'INDIRECT_-1206091798'), (u'CALL_-1206095690', u'INDIRECT_-1206091784'), (u'CAST_-1206092044', u'LOAD_-1206096643'), (u'INDIRECT_-1206093549', u'MULTIEQUAL_-1206094081'), (u'MULTIEQUAL_-1206092910', u'MULTIEQUAL_-1206092313'), ('const-60', u'INT_ADD_-1206096659'), (u'CALL_-1206096144', u'INDIRECT_-1206092934'), (u'COPY_-1206091909', u'CALL_-1206096093'), (u'CALL_-1206096582', u'INDIRECT_-1206092401'), ('tmp_293', u'CBRANCH_-1206097631'), (u'MULTIEQUAL_-1206092008', u'MULTIEQUAL_-1206092466'), ('const-0', u'INT_EQUAL_-1206097160'), (u'MULTIEQUAL_-1206093673', u'MULTIEQUAL_-1206092235'), ('const-2', u'INT_EQUAL_-1206095839'), ('const-417', u'LOAD_-1206096656'), (u'MULTIEQUAL_-1206092130', u'MULTIEQUAL_-1206092468'), (u'INDIRECT_-1206093504', u'MULTIEQUAL_-1206093511'), (u'INDIRECT_-1206092802', u'MULTIEQUAL_-1206092761'), (u'STORE_-1206095400', u'INDIRECT_-1206091993'), (u'INDIRECT_-1206092808', u'MULTIEQUAL_-1206092866'), (u'MULTIEQUAL_-1206093973', u'MULTIEQUAL_-1206092486'), ('tmp_17176', u'MULTIEQUAL_-1206093054'), (u'STORE_-1206096575', u'INDIRECT_-1206093068'), ('const-0', u'STORE_-1206096575'), ('const-417', u'LOAD_-1206096846'), (u'CALL_-1206095715', u'INDIRECT_-1206093213'), (u'CALL_-1206096832', u'INDIRECT_-1206092746'), (u'CALL_-1206096832', u'INDIRECT_-1206092380'), (u'INDIRECT_-1206093648', u'MULTIEQUAL_-1206093637'), ('const-3', u'PTRADD_-1206091701'), ('tmp_13776', u'MULTIEQUAL_-1206093430'), (u'CALL_-1206096582', u'INDIRECT_-1206092584'), (u'STORE_-1206096233', u'INDIRECT_-1206092263'), (u'STORE_-1206096233', u'INDIRECT_-1206091958'), (u'MULTIEQUAL_-1206092478', u'CALL_-1206097186'), ('const-0', u'PTRSUB_-1206092215'), (u'MULTIEQUAL_-1206092218', u'MULTIEQUAL_-1206092502'), (u'INDIRECT_-1206092413', u'MULTIEQUAL_-1206092330'), (u'LOAD_-1206096675', u'INT_ADD_-1206096589'), (u'LOAD_-1206096737', u'COPY_-1206092467'), (u'INDIRECT_-1206093290', u'MULTIEQUAL_-1206093429'), (u'STORE_-1206096233', u'INDIRECT_-1206092446'), (u'STORE_-1206097050', u'INDIRECT_-1206092704'), (u'STORE_-1206096233', u'INDIRECT_-1206092202'), ('const-417', u'STORE_-1206096233'), ('const-228', u'INT_ADD_-1206095567'), (u'CALL_-1206096082', u'INDIRECT_-1206092543'), (u'MULTIEQUAL_-1206093919', u'MULTIEQUAL_-1206093322'), (u'MULTIEQUAL_-1206093811', u'MULTIEQUAL_-1206092483'), (u'STORE_-1206096259', u'INDIRECT_-1206092218'), (u'MULTIEQUAL_-1206093995', u'MULTIEQUAL_-1206093973'), (u'INDIRECT_-1206092445', u'MULTIEQUAL_-1206092647'), (u'INDIRECT_-1206093409', u'MULTIEQUAL_-1206094211'), (u'CALL_-1206096677', u'INDIRECT_-1206092628'), (u'CALL_-1206096582', u'INDIRECT_-1206093403'), (u'MULTIEQUAL_-1206092221', u'MULTIEQUAL_-1206092220'), (u'INDIRECT_-1206093972', u'MULTIEQUAL_-1206094037'), (u'CALL_-1206097478', u'INDIRECT_-1206092980'), (u'STORE_-1206096233', u'INDIRECT_-1206092690'), (u'CALL_-1206097394', u'INDIRECT_-1206093756'), (u'CALL_-1206096080', u'INDIRECT_-1206092247'), (u'INT_EQUAL_-1206097365', u'CBRANCH_-1206097363'), (u'MULTIEQUAL_-1206093459', u'MULTIEQUAL_-1206092481'), (u'INDIRECT_-1206093620', u'MULTIEQUAL_-1206092482'), (u'CALL_-1206096095', u'INDIRECT_-1206093249'), ('const-6', u'PTRADD_-1206091575'), (u'CALL_-1206096615', u'INDIRECT_-1206093633'), (u'INDIRECT_-1206093078', u'MULTIEQUAL_-1206093499'), (u'MULTIEQUAL_-1206092029', u'MULTIEQUAL_-1206091993'), (u'CALL_-1206095795', u'INDIRECT_-1206092686'), (u'MULTIEQUAL_-1206092946', u'MULTIEQUAL_-1206092945'), (u'MULTIEQUAL_-1206092479', u'MULTIEQUAL_-1206093293'), (u'LOAD_-1206096675', u'INT_ADD_-1206096627'), (u'STORE_-1206097050', u'INDIRECT_-1206092765'), (u'MULTIEQUAL_-1206093228', u'STORE_-1206096233'), (u'STORE_-1206097092', u'INDIRECT_-1206093147'), (u'STORE_-1206096220', u'INDIRECT_-1206092072'), (u'INDIRECT_-1206091920', u'MULTIEQUAL_-1206091916'), (u'INDIRECT_-1206093886', u'MULTIEQUAL_-1206092236'), (u'CAST_-1206091601', u'PTRADD_-1206091538'), ('tmp_13772', u'MULTIEQUAL_-1206094049'), ('const-1', u'INT_NOTEQUAL_-1206095523'), ('const-2', u'INT_OR_-1206094415'), (u'CALL_-1206096357', u'INDIRECT_-1206092819'), (u'MULTIEQUAL_-1206092461', u'MULTIEQUAL_-1206092461'), (u'MULTIEQUAL_-1206092484', u'MULTIEQUAL_-1206093821'), (u'CALL_-1206096095', u'INDIRECT_-1206093519'), (u'MULTIEQUAL_-1206092557', u'MULTIEQUAL_-1206092476'), (u'CALL_-1206096615', u'INDIRECT_-1206093255'), (u'CALL_-1206097078', u'INDIRECT_-1206093034'), (u'CALL_-1206096754', u'INDIRECT_-1206092412'), (u'INDIRECT_-1206091881', u'MULTIEQUAL_-1206091968'), (u'STORE_-1206095339', u'INDIRECT_-1206091835'), (u'INDIRECT_-1206094080', u'MULTIEQUAL_-1206094145'), (u'INT_NOTEQUAL_-1206097128', u'CBRANCH_-1206097128'), ('tmp_251', u'CBRANCH_-1206097662'), (u'INT_EQUAL_-1206095682', u'CBRANCH_-1206095681'), (u'CALL_-1206097394', u'INDIRECT_-1206094026'), (u'CALL_-1206096144', u'INDIRECT_-1206092690'), (u'STORE_-1206096233', u'INDIRECT_-1206092568'), (u'INDIRECT_-1206093159', u'MULTIEQUAL_-1206093162'), (u'PTRADD_-1206091579', u'LOAD_-1206095408'), (u'STORE_-1206097092', u'INDIRECT_-1206092842'), (u'MULTIEQUAL_-1206093484', u'MULTIEQUAL_-1206092488'), (u'INDIRECT_-1206092736', u'MULTIEQUAL_-1206092659'), (u'INT_EQUAL_-1206097554', u'CBRANCH_-1206097550'), (u'MULTIEQUAL_-1206094027', u'MULTIEQUAL_-1206093430'), (u'MULTIEQUAL_-1206092761', u'MULTIEQUAL_-1206092725'), (u'MULTIEQUAL_-1206092298', u'COPY_-1206092376'), (u'MULTIEQUAL_-1206092618', u'MULTIEQUAL_-1206092477'), (u'INDIRECT_-1206093752', u'MULTIEQUAL_-1206093682'), (u'CALL_-1206096095', u'INDIRECT_-1206092064'), (u'INDIRECT_-1206092247', u'MULTIEQUAL_-1206092334'), (u'INDIRECT_-1206092106', u'MULTIEQUAL_-1206092086'), (u'MULTIEQUAL_-1206092679', u'MULTIEQUAL_-1206092478'), (u'CALL_-1206096615', u'INDIRECT_-1206092537'), (u'CAST_-1206092352', u'LOAD_-1206097549'), (u'INDIRECT_-1206093213', u'MULTIEQUAL_-1206093216'), (u'CALL_-1206097394', u'INDIRECT_-1206093296'), (u'CALL_-1206097078', u'INDIRECT_-1206093832'), ('tmp_1962', u'CBRANCH_-1206096644'), (u'INDIRECT_-1206093290', u'MULTIEQUAL_-1206093216'), (u'INDIRECT_-1206092746', u'MULTIEQUAL_-1206092746'), (u'CALL_-1206096080', u'INDIRECT_-1206092674'), (u'LOAD_-1206095460', u'MULTIEQUAL_-1206093214'), (u'CALL_-1206097478', u'INDIRECT_-1206092614'), (u'CAST_-1206091601', u'LOAD_-1206095485'), (u'CALL_-1206096582', u'INDIRECT_-1206093295'), (u'CALLIND_-1206096698', u'INDIRECT_-1206092758'), (u'INDIRECT_-1206092198', u'MULTIEQUAL_-1206092993'), (u'CALL_-1206096832', u'CALL_-1206096698'), (u'INDIRECT_-1206092950', u'MULTIEQUAL_-1206093131'), ('const-0', u'CALL_-1206096698'), (u'INDIRECT_-1206092363', u'MULTIEQUAL_-1206092282'), ('tmp_3299', u'CBRANCH_-1206095659'), (u'INDIRECT_-1206092775', u'MULTIEQUAL_-1206092761'), (u'INDIRECT_-1206091742', u'MULTIEQUAL_-1206091659'), (u'CALL_-1206096357', u'INDIRECT_-1206092514'), (u'STORE_-1206095495', u'INDIRECT_-1206091862'), (u'MULTIEQUAL_-1206092866', u'MULTIEQUAL_-1206092471'), (u'CALL_-1206096582', u'INDIRECT_-1206093457'), (u'INDIRECT_-1206092259', u'MULTIEQUAL_-1206093054'), (u'CALL_-1206096582', u'INDIRECT_-1206093349'), (u'CALL_-1206095795', u'INDIRECT_-1206093193'), (u'CALL_-1206096093', u'INDIRECT_-1206092561'), (u'MULTIEQUAL_-1206092473', u'INT_ADD_-1206096721'), (u'CAST_-1206092170', u'STORE_-1206097092'), (u'STORE_-1206097092', u'INDIRECT_-1206092537'), (u'CALL_-1206096318', u'INDIRECT_-1206092253'), (u'COPY_-1206091950', u'CALL_-1206096095'), (u'CAST_-1206091561', u'LOAD_-1206095618'), ('const-417', u'STORE_-1206095495'), (u'CALL_-1206095690', u'INDIRECT_-1206092272'), (u'INDIRECT_-1206093806', u'MULTIEQUAL_-1206093736'), (u'MULTIEQUAL_-1206093865', u'MULTIEQUAL_-1206093268'), (u'CALL_-1206096318', u'INDIRECT_-1206092680'), (u'MULTIEQUAL_-1206092746', u'MULTIEQUAL_-1206092222'), (u'CAST_-1206091509', u'STORE_-1206095495'), (u'CALL_-1206096318', u'INDIRECT_-1206093370'), (u'PTRSUB_-1206091800', u'CALL_-1206095889'), (u'MULTIEQUAL_-1206092176', u'COPY_-1206092254'), (u'CAST_-1206092345', u'LOAD_-1206097540'), (u'INDIRECT_-1206092767', u'MULTIEQUAL_-1206092948'), (u'MULTIEQUAL_-1206093799', u'MULTIEQUAL_-1206093790'), (u'INDIRECT_-1206092625', u'MULTIEQUAL_-1206093420'), (u'INDIRECT_-1206093225', u'MULTIEQUAL_-1206093160'), (u'CALL_-1206095715', u'INDIRECT_-1206093267'), (u'CALL_-1206096832', u'INDIRECT_-1206092990'), (u'INDIRECT_-1206092729', u'MULTIEQUAL_-1206092648'), (u'INDIRECT_-1206092503', u'MULTIEQUAL_-1206092561'), (u'CALL_-1206095889', u'INDIRECT_-1206092546'), (u'LOAD_-1206096801', u'CALL_-1206096698'), (u'STORE_-1206097092', u'INDIRECT_-1206093208'), (u'CAST_-1206091601', u'PTRADD_-1206091575'), ('const-3', u'STORE_-1206095376'), (u'CALL_-1206096080', u'INDIRECT_-1206092613'), (u'STORE_-1206096603', u'INDIRECT_-1206092287'), (u'INDIRECT_-1206091986', u'MULTIEQUAL_-1206091903'), (u'CALL_-1206096093', u'INDIRECT_-1206093413'), (u'CALL_-1206096832', u'INDIRECT_-1206092319'), (u'CALLIND_-1206096698', u'INDIRECT_-1206092331'), (u'MULTIEQUAL_-1206092469', u'MULTIEQUAL_-1206092215'), (u'INDIRECT_-1206092320', u'MULTIEQUAL_-1206093115'), (u'STORE_-1206096659', u'INDIRECT_-1206092629'), (u'LOAD_-1206096597', u'INT_OR_-1206096570'), ('const-417', u'LOAD_-1206097363'), (u'CALL_-1206096582', u'INDIRECT_-1206093565'), (u'INDIRECT_-1206093186', u'MULTIEQUAL_-1206093607'), ('tmp_13776', u'MULTIEQUAL_-1206094265'), (u'STORE_-1206096575', u'INDIRECT_-1206092763'), (u'MULTIEQUAL_-1206093049', u'MULTIEQUAL_-1206092475'), (u'STORE_-1206097050', u'INDIRECT_-1206092643'), (u'CALL_-1206096698', u'INDIRECT_-1206092938'), (u'CAST_-1206092030', u'STORE_-1206096603'), (u'CALL_-1206096615', u'INDIRECT_-1206092720'), (u'INDIRECT_-1206092299', u'MULTIEQUAL_-1206092713'), (u'MULTIEQUAL_-1206093160', u'MULTIEQUAL_-1206092482'), (u'CALL_-1206096080', u'INDIRECT_-1206092430'), ('const-3', u'PTRADD_-1206091927'), (u'INDIRECT_-1206092653', u'MULTIEQUAL_-1206092639'), ('tmp_1166', u'CBRANCH_-1206097021'), (u'CALL_-1206096754', u'INDIRECT_-1206092534'), ('tmp_6559', u'PTRSUB_-1206092381'), (u'CALL_-1206097394', u'INDIRECT_-1206093702'), ('const-4', u'PTRADD_-1206091575'), (u'INDIRECT_-1206092816', u'MULTIEQUAL_-1206092948'), (u'INDIRECT_-1206092751', u'MULTIEQUAL_-1206092679'), (u'INDIRECT_-1206092497', u'MULTIEQUAL_-1206092456'), (u'MULTIEQUAL_-1206092227', u'INT_ADD_-1206096696'), (u'MULTIEQUAL_-1206092664', u'COPY_-1206092742'), (u'INDIRECT_-1206092568', u'MULTIEQUAL_-1206092496'), (u'MULTIEQUAL_-1206094015', u'MULTIEQUAL_-1206094091'), (u'PTRADD_-1206091919', u'STORE_-1206096246'), (u'INDIRECT_-1206092896', u'MULTIEQUAL_-1206092835'), (u'CALL_-1206096582', u'INDIRECT_-1206092279'), (u'INT_ADD_-1206096737', u'CAST_-1206092089'), (u'CALL_-1206097078', u'INDIRECT_-1206093724'), (u'CALL_-1206095690', u'INDIRECT_-1206091723'), (u'INDIRECT_-1206092980', u'MULTIEQUAL_-1206092903'), (u'INDIRECT_-1206092558', u'MULTIEQUAL_-1206092517'), (u'CALL_-1206096080', u'INDIRECT_-1206092735'), (u'INT_LESS_-1206095650', u'CBRANCH_-1206095659'), (u'CALL_-1206097478', u'INDIRECT_-1206093860'), (u'STORE_-1206095339', u'INDIRECT_-1206092262'), (u'STORE_-1206096246', u'INDIRECT_-1206092210'), ('const-1', u'PTRADD_-1206095291'), (u'INT_NOTEQUAL_-1206096644', u'CBRANCH_-1206096644'), (u'CALL_-1206097328', u'INDIRECT_-1206092841'), (u'MULTIEQUAL_-1206092788', u'MULTIEQUAL_-1206092469'), (u'INT_NOTEQUAL_-1206097021', u'CBRANCH_-1206097021'), (u'MULTIEQUAL_-1206093875', u'MULTIEQUAL_-1206092485'), (u'MULTIEQUAL_-1206091977', u'MULTIEQUAL_-1206091976'), (u'MULTIEQUAL_-1206095632', u'LOAD_-1206096656'), (u'STORE_-1206095495', u'INDIRECT_-1206091923'), (u'INDIRECT_-1206093316', u'MULTIEQUAL_-1206093282'), (u'CALL_-1206096095', u'INDIRECT_-1206093465'), (u'CALL_-1206096144', u'INDIRECT_-1206093225'), (u'STORE_-1206096233', u'INDIRECT_-1206092324'), (u'MULTIEQUAL_-1206093171', u'MULTIEQUAL_-1206092477'), (u'LOAD_-1206096801', u'INT_ADD_-1206096758'), ('tmp_155', u'CBRANCH_-1206097736'), (u'INT_NOTEQUAL_-1206095645', u'CBRANCH_-1206095644'), ('const-1', u'PTRADD_-1206096568'), (u'COPY_-1206095836', u'MULTIEQUAL_-1206093539'), (u'COPY_-1206092203', u'CALL_-1206096832'), ('tmp_3329', u'CBRANCH_-1206095644'), (u'MULTIEQUAL_-1206092810', u'COPY_-1206097717'), (u'MULTIEQUAL_-1206092807', u'MULTIEQUAL_-1206092223'), (u'CALLIND_-1206096698', u'INDIRECT_-1206093063'), (u'INDIRECT_-1206092507', u'MULTIEQUAL_-1206092435'), (u'INDIRECT_-1206091957', u'MULTIEQUAL_-1206092159'), (u'CALL_-1206096832', u'INT_ADD_-1206096785'), (u'INDIRECT_-1206092328', u'MULTIEQUAL_-1206092460'), (u'INDIRECT_-1206092872', u'MULTIEQUAL_-1206092822'), (u'INDIRECT_-1206091723', u'MULTIEQUAL_-1206092607'), (u'INT_ADD_-1206096785', u'CAST_-1206091983'), (u'INDIRECT_-1206092157', u'MULTIEQUAL_-1206092338'), (u'INDIRECT_-1206092194', u'MULTIEQUAL_-1206092176'), (u'CALL_-1206096754', u'INDIRECT_-1206092656'), (u'CALL_-1206095889', u'INDIRECT_-1206091875'), (u'CALL_-1206096082', u'INDIRECT_-1206092360'), (u'INDIRECT_-1206092643', u'MULTIEQUAL_-1206092218'), (u'CALL_-1206096582', u'INDIRECT_-1206092706'), (u'LOAD_-1206095473', u'MULTIEQUAL_-1206093268'), (u'STORE_-1206095376', u'INDIRECT_-1206091672'), (u'CALL_-1206096615', u'INDIRECT_-1206093525'), (u'MULTIEQUAL_-1206092469', u'MULTIEQUAL_-1206092744'), (u'LOAD_-1206097575', u'INT_ADD_-1206097553'), (u'MULTIEQUAL_-1206092216', u'MULTIEQUAL_-1206092380'), (u'INDIRECT_-1206092977', u'MULTIEQUAL_-1206093779'), (u'INDIRECT_-1206092258', u'MULTIEQUAL_-1206092258'), (u'INT_EQUAL_-1206095839', u'CBRANCH_-1206095837'), (u'MULTIEQUAL_-1206092971', u'MULTIEQUAL_-1206092472'), (u'MULTIEQUAL_-1206092115', u'COPY_-1206092193'), (u'CALL_-1206097078', u'INDIRECT_-1206092546'), (u'CALL_-1206095690', u'INDIRECT_-1206093124'), (u'INDIRECT_-1206092080', u'MULTIEQUAL_-1206092605'), (u'INDIRECT_-1206091923', u'MULTIEQUAL_-1206091903'), (u'PTRSUB_-1206091769', u'CALL_-1206095795'), (u'CALL_-1206097394', u'INDIRECT_-1206093810'), ('const-4', u'PTRADD_-1206091563'), (u'PTRADD_-1206091701', u'CAST_-1206091584'), (u'CALL_-1206095795', u'INDIRECT_-1206091954'), (u'CAST_-1206091601', u'CALLIND_-1206095573'), (u'MULTIEQUAL_-1206092232', u'MULTIEQUAL_-1206093511'), (u'CALL_-1206096357', u'INDIRECT_-1206092087'), (u'CALL_-1206096754', u'INDIRECT_-1206093583'), (u'INDIRECT_-1206092624', u'MULTIEQUAL_-1206092624'), (u'CALL_-1206095889', u'INDIRECT_-1206092302'), (u'CAST_-1206091601', u'MULTIEQUAL_-1206093539'), (u'CALL_-1206096318', u'INDIRECT_-1206092009'), (u'CALL_-1206096832', u'INDIRECT_-1206093342'), (u'STORE_-1206096246', u'INDIRECT_-1206092149'), ('const-4', u'INT_ADD_-1206097559'), (u'STORE_-1206097092', u'INDIRECT_-1206093025'), (u'MULTIEQUAL_-1206092652', u'MULTIEQUAL_-1206092218'), (u'INDIRECT_-1206093452', u'MULTIEQUAL_-1206093591'), (u'MULTIEQUAL_-1206092483', u'MULTIEQUAL_-1206093767'), (u'CALL_-1206095889', u'INDIRECT_-1206092424'), (u'CALL_-1206097186', u'INDIRECT_-1206092957'), (u'INDIRECT_-1206093728', u'MULTIEQUAL_-1206092484'), (u'CALL_-1206096080', u'INDIRECT_-1206092125'), (u'MULTIEQUAL_-1206093553', u'MULTIEQUAL_-1206092230'), ('const-0', u'INT_NOTEQUAL_-1206097502'), (u'MULTIEQUAL_-1206092546', u'MULTIEQUAL_-1206092537'), (u'INDIRECT_-1206091984', u'MULTIEQUAL_-1206091964'), (u'MULTIEQUAL_-1206092466', u'MULTIEQUAL_-1206092561'), (u'CALL_-1206096144', u'INDIRECT_-1206093603'), (u'INT_EQUAL_-1206096292', u'CBRANCH_-1206096291'), (u'STORE_-1206096594', u'INDIRECT_-1206092832'), ('tmp_17175', u'MULTIEQUAL_-1206092993'), (u'CALL_-1206097394', u'INDIRECT_-1206093864'), (u'CALL_-1206096082', u'INDIRECT_-1206091933'), (u'STORE_-1206097050', u'INDIRECT_-1206093131'), (u'CALL_-1206096582', u'INDIRECT_-1206093619'), (u'MULTIEQUAL_-1206093339', u'MULTIEQUAL_-1206093415'), (u'INDIRECT_-1206093877', u'MULTIEQUAL_-1206093823'), ('const-501796', u'COPY_-1206091909'), (u'CALLIND_-1206096698', u'INDIRECT_-1206092636'), (u'CALL_-1206096080', u'INDIRECT_-1206093026'), (u'MULTIEQUAL_-1206092258', u'MULTIEQUAL_-1206092214'), (u'CALL_-1206096082', u'INDIRECT_-1206091994'), (u'CALL_-1206095889', u'INDIRECT_-1206091997'), (u'CALL_-1206096093', u'INDIRECT_-1206093143'), (u'INDIRECT_-1206093398', u'MULTIEQUAL_-1206093537'), (u'CALL_-1206095795', u'INDIRECT_-1206092015'), (u'CALLIND_-1206096698', u'INDIRECT_-1206093739'), (u'CALL_-1206096582', u'INDIRECT_-1206093511'), (u'INDIRECT_-1206092507', u'MULTIEQUAL_-1206092485'), (u'MULTIEQUAL_-1206092481', u'COPY_-1206092559'), ('const-0', u'INT_NOTEQUAL_-1206097347'), (u'MULTIEQUAL_-1206092474', u'CALL_-1206097186'), (u'INDIRECT_-1206091774', u'MULTIEQUAL_-1206091976'), (u'CALL_-1206095795', u'INDIRECT_-1206092076'), (u'CALL_-1206097328', u'INDIRECT_-1206092719'), (u'MULTIEQUAL_-1206093459', u'MULTIEQUAL_-1206092862'), (u'CALL_-1206095795', u'INDIRECT_-1206091832'), (u'STORE_-1206095495', u'INDIRECT_-1206092167'), (u'INT_ADD_-1206096830', u'CAST_-1206092001'), (u'INDIRECT_-1206093329', u'MULTIEQUAL_-1206092481'), (u'INDIRECT_-1206092604', u'MULTIEQUAL_-1206093018'), (u'INDIRECT_-1206093456', u'MULTIEQUAL_-1206093877'), (u'CALL_-1206096144', u'INDIRECT_-1206093387'), ('const-49', u'INT_ADD_-1206095555'), (u'CAST_-1206092090', u'INT_ADD_-1206096737'), ('const-417', u'LOAD_-1206095408'), (u'INDIRECT_-1206092582', u'MULTIEQUAL_-1206092217'), (u'LOAD_-1206095612', u'INT_ADD_-1206095567'), (u'CALL_-1206097394', u'INDIRECT_-1206092869'), (u'CALL_-1206095795', u'INDIRECT_-1206091893'), (u'STORE_-1206096246', u'INDIRECT_-1206092454'), (u'LOAD_-1206097540', u'INT_NOTEQUAL_-1206097518'), (u'LOAD_-1206097540', u'LOAD_-1206097518'), (u'INDIRECT_-1206094076', u'MULTIEQUAL_-1206094006'), (u'MULTIEQUAL_-1206093619', u'MULTIEQUAL_-1206092234'), ('const-0', u'CALL_-1206095715'), (u'CALL_-1206096357', u'INDIRECT_-1206092880'), (u'STORE_-1206096259', u'INDIRECT_-1206092523'), (u'INDIRECT_-1206092652', u'MULTIEQUAL_-1206092591'), (u'INDIRECT_-1206091954', u'MULTIEQUAL_-1206092749'), ('const-1', u'CALL_-1206095715'), (u'INT_NOTEQUAL_-1206097518', u'CBRANCH_-1206097518'), (u'STORE_-1206095339', u'INDIRECT_-1206092140'), ('const-36', u'INT_ADD_-1206096561'), (u'LOAD_-1206096675', u'INT_NOTEQUAL_-1206096644'), (u'INT_NOTEQUAL_-1206097107', u'CBRANCH_-1206097107'), (u'CALL_-1206096318', u'INDIRECT_-1206092558'), (u'INDIRECT_-1206093560', u'MULTIEQUAL_-1206093699'), ('tmp_17169', u'MULTIEQUAL_-1206092627'), (u'CAST_-1206091968', u'CALLIND_-1206096698'), (u'CAST_-1206091968', u'CALL_-1206096698'), (u'CALL_-1206095715', u'INDIRECT_-1206093321'), (u'STORE_-1206095400', u'INDIRECT_-1206092420'), (u'CALL_-1206096677', u'INDIRECT_-1206092750'), (u'MULTIEQUAL_-1206094081', u'MULTIEQUAL_-1206093484'), (u'INDIRECT_-1206092523', u'MULTIEQUAL_-1206092704'), ('const-417', u'STORE_-1206096594'), (u'LOAD_-1206095408', u'MULTIEQUAL_-1206092998'), ('const-0', u'INT_EQUAL_-1206097365'), (u'CALLIND_-1206095573', u'INDIRECT_-1206091925'), (u'INDIRECT_-1206093296', u'MULTIEQUAL_-1206093354'), (u'INDIRECT_-1206092812', u'MULTIEQUAL_-1206093337'), (u'CALL_-1206096318', u'INDIRECT_-1206093424'), (u'INDIRECT_-1206092323', u'MULTIEQUAL_-1206092273'), (u'MULTIEQUAL_-1206093420', u'MULTIEQUAL_-1206093398'), (u'INDIRECT_-1206093182', u'MULTIEQUAL_-1206093108'), (u'CALL_-1206097328', u'INDIRECT_-1206093024'), (u'INDIRECT_-1206093241', u'MULTIEQUAL_-1206093429'), (u'CALL_-1206096582', u'INDIRECT_-1206092523'), (u'STORE_-1206095495', u'INDIRECT_-1206092106'), (u'CALL_-1206096698', u'INDIRECT_-1206092389')]
null
null
00036850
x86
O2
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00036850(void)\n\n{\n int iVar1;\n char *pcVar2;\n char *pcVar3;\n int iVar4;\n size_t sVar5;\n int iVar6;\n void *__ptr;\n int iVar7;\n undefined4 uVar8;\n undefined4 uVar9;\n char *local_50;\n undefined4 *local_48;\n undefined1 local_3d;\n int local_3c;\n undefined4 local_38;\n undefined4 local_34;\n undefined4 local_30;\n undefined4 local_2c;\n undefined4 local_28;\n undefined4 local_24;\n undefined4 local_20;\n undefined4 uStack_14;\n \n uStack_14 = 0x36859;\n local_48 = (undefined4 *)0x0;\n if (*(int *)(DAT_0008cc1c + 0x28) == 1) {\n _bfd_elf_tls_setup(DAT_0008cc30,&DAT_0008cc00);\n if (((((byte)DAT_0008cc00 & 3) == 2) ||\n (local_48 = (undefined4 *)bfd_link_hash_lookup(DAT_0008cc1c,"__ehdr_start",0,0,1),\n local_48 == (undefined4 *)0x0)) ||\n ((2 < *(byte *)(local_48 + 3) && (*(byte *)(local_48 + 3) != 5)))) {\n local_48 = (undefined4 *)0x0;\n }\n else {\n (**(code **)(*(int *)(*(int *)(DAT_0008cc30 + 4) + 0x1c0) + 0xe4))(&DAT_0008cc00,local_48,1);\n if ((*(byte *)((int)local_48 + 0x31) & 3) != 1) {\n *(byte *)((int)local_48 + 0x31) = *(byte *)((int)local_48 + 0x31) & 0xfc | 2;\n }\n local_38 = *local_48;\n local_34 = local_48[1];\n local_30 = local_48[2];\n local_2c = local_48[3];\n local_28 = local_48[4];\n local_24 = local_48[5];\n local_20 = local_48[6];\n local_48[6] = 0;\n local_3d = *(undefined1 *)(local_48 + 3);\n *(undefined1 *)(local_48 + 3) = 3;\n local_48[5] = PTR__bfd_std_section_0008bfd4 + 0x150;\n }\n FUN_00021760(FUN_00036dc0);\n }\n local_50 = DAT_0008cce4;\n if (((DAT_0008cce4 == (char *)0x0) && (local_50 = getenv("LD_RUN_PATH"), local_50 == (char *)0x0))\n || (iVar4 = DAT_0008cc38, *local_50 == '\0')) {\n local_50 = (char *)0x0;\n iVar4 = DAT_0008cc38;\n }\njoined_r0x000368b0:\n do {\n if (iVar4 == 0) {\n iVar4 = bfd_elf_size_dynamic_sections\n (DAT_0008cc30,DAT_0008cce0,local_50,DAT_0008ccec,DAT_0008ca34,DAT_0008ca30,\n DAT_0008ccf0,&DAT_0008cc00,&local_3c);\n if (iVar4 == 0) {\n uVar9 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00031700(uVar9);\n }\n pcVar2 = DAT_0008ccdc;\n iVar4 = DAT_0008c77c;\n if ((DAT_0008ccdc != (char *)0x0) && (local_3c != 0)) {\n *(char **)(local_3c + 0x6c) = DAT_0008ccdc;\n sVar5 = strlen(pcVar2);\n *(size_t *)(local_3c + 0x24) = sVar5 + 1;\n iVar4 = DAT_0008c77c;\n }\n for (; iVar4 != 0; iVar4 = *(int *)(iVar4 + 0x18)) {\n if (((*(byte *)(iVar4 + 0x24) & 0x10) == 0) &&\n (iVar6 = bfd_get_section_by_name(*(undefined4 *)(iVar4 + 0x10),".gnu.warning"),\n iVar6 != 0)) {\n iVar1 = *(int *)(iVar6 + 0x24);\n __ptr = (void *)xmalloc(iVar1 + 1);\n iVar7 = bfd_get_section_contents(*(undefined4 *)(iVar4 + 0x10),iVar6,__ptr,0,0,iVar1);\n if (iVar7 == 0) {\n uVar9 = *(undefined4 *)(iVar4 + 0x10);\n uVar8 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);\n FUN_00031700(uVar8,uVar9);\n }\n *(undefined1 *)((int)__ptr + iVar1) = 0;\n (**(code **)(DAT_0008cc18 + 0x14))\n (&DAT_0008cc00,__ptr,0,*(undefined4 *)(iVar4 + 0x10),0,0);\n free(__ptr);\n iVar1 = *(int *)(iVar6 + 0x3c);\n if (iVar1 != 0) {\n if (*(uint *)(iVar6 + 0x24) <= *(uint *)(iVar1 + 0x28)) {\n *(uint *)(iVar1 + 0x28) = *(uint *)(iVar1 + 0x28) - *(uint *)(iVar6 + 0x24);\n }\n }\n *(uint *)(iVar6 + 0x14) = *(uint *)(iVar6 + 0x14) | 0x208000;\n *(undefined4 *)(iVar6 + 0x24) = 0;\n }\n }\n FUN_00030310();\n iVar4 = bfd_elf_size_dynsym_hash_dynstr(DAT_0008cc30,&DAT_0008cc00);\n if (iVar4 == 0) {\n uVar9 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00031700(uVar9);\n }\n if (local_48 != (undefined4 *)0x0) {\n *(undefined1 *)(local_48 + 3) = local_3d;\n local_48[4] = local_28;\n local_48[5] = local_24;\n local_48[6] = local_20;\n }\n return;\n }\n if (((*(int *)(*(int *)(iVar4 + 4) + 4) == 5) &&\n (pcVar2 = *(char **)(*(int *)(iVar4 + 0x9c) + 0x204), pcVar2 != (char *)0x0)) &&\n (*pcVar2 != '\0')) {\n pcVar2 = (char *)xstrdup(pcVar2);\n do {\n pcVar3 = strchr(pcVar2,(int)DAT_0008cd48);\n if (pcVar3 == (char *)0x0) {\n if (*pcVar2 != '\0') {\n FUN_000359c0();\n iVar4 = *(int *)(iVar4 + 0x98);\n goto joined_r0x000368b0;\n }\n break;\n }\n *pcVar3 = '\0';\n if (*pcVar2 != '\0') {\n FUN_000359c0();\n }\n pcVar2 = pcVar3 + 1;\n } while (pcVar2 != (char *)0x0);\n }\n iVar4 = *(int *)(iVar4 + 0x98);\n } while( true );\n}\n\n" comment (function_definition "void FUN_00036850(void)\n\n{\n int iVar1;\n char *pcVar2;\n char *pcVar3;\n int iVar4;\n size_t sVar5;\n int iVar6;\n void *__ptr;\n int iVar7;\n undefined4 uVar8;\n undefined4 uVar9;\n char *local_50;\n undefined4 *local_48;\n undefined1 local_3d;\n int local_3c;\n undefined4 local_38;\n undefined4 local_34;\n undefined4 local_30;\n undefined4 local_2c;\n undefined4 local_28;\n undefined4 local_24;\n undefined4 local_20;\n undefined4 uStack_14;\n \n uStack_14 = 0x36859;\n local_48 = (undefined4 *)0x0;\n if (*(int *)(DAT_0008cc1c + 0x28) == 1) {\n _bfd_elf_tls_setup(DAT_0008cc30,&DAT_0008cc00);\n if (((((byte)DAT_0008cc00 & 3) == 2) ||\n (local_48 = (undefined4 *)bfd_link_hash_lookup(DAT_0008cc1c,"__ehdr_start",0,0,1),\n local_48 == (undefined4 *)0x0)) ||\n ((2 < *(byte *)(local_48 + 3) && (*(byte *)(local_48 + 3) != 5)))) {\n local_48 = (undefined4 *)0x0;\n }\n else {\n (**(code **)(*(int *)(*(int *)(DAT_0008cc30 + 4) + 0x1c0) + 0xe4))(&DAT_0008cc00,local_48,1);\n if ((*(byte *)((int)local_48 + 0x31) & 3) != 1) {\n *(byte *)((int)local_48 + 0x31) = *(byte *)((int)local_48 + 0x31) & 0xfc | 2;\n }\n local_38 = *local_48;\n local_34 = local_48[1];\n local_30 = local_48[2];\n local_2c = local_48[3];\n local_28 = local_48[4];\n local_24 = local_48[5];\n local_20 = local_48[6];\n local_48[6] = 0;\n local_3d = *(undefined1 *)(local_48 + 3);\n *(undefined1 *)(local_48 + 3) = 3;\n local_48[5] = PTR__bfd_std_section_0008bfd4 + 0x150;\n }\n FUN_00021760(FUN_00036dc0);\n }\n local_50 = DAT_0008cce4;\n if (((DAT_0008cce4 == (char *)0x0) && (local_50 = getenv("LD_RUN_PATH"), local_50 == (char *)0x0))\n || (iVar4 = DAT_0008cc38, *local_50 == '\0')) {\n local_50 = (char *)0x0;\n iVar4 = DAT_0008cc38;\n }\njoined_r0x000368b0:\n do {\n if (iVar4 == 0) {\n iVar4 = bfd_elf_size_dynamic_sections\n (DAT_0008cc30,DAT_0008cce0,local_50,DAT_0008ccec,DAT_0008ca34,DAT_0008ca30,\n DAT_0008ccf0,&DAT_0008cc00,&local_3c);\n if (iVar4 == 0) {\n uVar9 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00031700(uVar9);\n }\n pcVar2 = DAT_0008ccdc;\n iVar4 = DAT_0008c77c;\n if ((DAT_0008ccdc != (char *)0x0) && (local_3c != 0)) {\n *(char **)(local_3c + 0x6c) = DAT_0008ccdc;\n sVar5 = strlen(pcVar2);\n *(size_t *)(local_3c + 0x24) = sVar5 + 1;\n iVar4 = DAT_0008c77c;\n }\n for (; iVar4 != 0; iVar4 = *(int *)(iVar4 + 0x18)) {\n if (((*(byte *)(iVar4 + 0x24) & 0x10) == 0) &&\n (iVar6 = bfd_get_section_by_name(*(undefined4 *)(iVar4 + 0x10),".gnu.warning"),\n iVar6 != 0)) {\n iVar1 = *(int *)(iVar6 + 0x24);\n __ptr = (void *)xmalloc(iVar1 + 1);\n iVar7 = bfd_get_section_contents(*(undefined4 *)(iVar4 + 0x10),iVar6,__ptr,0,0,iVar1);\n if (iVar7 == 0) {\n uVar9 = *(undefined4 *)(iVar4 + 0x10);\n uVar8 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);\n FUN_00031700(uVar8,uVar9);\n }\n *(undefined1 *)((int)__ptr + iVar1) = 0;\n (**(code **)(DAT_0008cc18 + 0x14))\n (&DAT_0008cc00,__ptr,0,*(undefined4 *)(iVar4 + 0x10),0,0);\n free(__ptr);\n iVar1 = *(int *)(iVar6 + 0x3c);\n if (iVar1 != 0) {\n if (*(uint *)(iVar6 + 0x24) <= *(uint *)(iVar1 + 0x28)) {\n *(uint *)(iVar1 + 0x28) = *(uint *)(iVar1 + 0x28) - *(uint *)(iVar6 + 0x24);\n }\n }\n *(uint *)(iVar6 + 0x14) = *(uint *)(iVar6 + 0x14) | 0x208000;\n *(undefined4 *)(iVar6 + 0x24) = 0;\n }\n }\n FUN_00030310();\n iVar4 = bfd_elf_size_dynsym_hash_dynstr(DAT_0008cc30,&DAT_0008cc00);\n if (iVar4 == 0) {\n uVar9 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00031700(uVar9);\n }\n if (local_48 != (undefined4 *)0x0) {\n *(undefined1 *)(local_48 + 3) = local_3d;\n local_48[4] = local_28;\n local_48[5] = local_24;\n local_48[6] = local_20;\n }\n return;\n }\n if (((*(int *)(*(int *)(iVar4 + 4) + 4) == 5) &&\n (pcVar2 = *(char **)(*(int *)(iVar4 + 0x9c) + 0x204), pcVar2 != (char *)0x0)) &&\n (*pcVar2 != '\0')) {\n pcVar2 = (char *)xstrdup(pcVar2);\n do {\n pcVar3 = strchr(pcVar2,(int)DAT_0008cd48);\n if (pcVar3 == (char *)0x0) {\n if (*pcVar2 != '\0') {\n FUN_000359c0();\n iVar4 = *(int *)(iVar4 + 0x98);\n goto joined_r0x000368b0;\n }\n break;\n }\n *pcVar3 = '\0';\n if (*pcVar2 != '\0') {\n FUN_000359c0();\n }\n pcVar2 = pcVar3 + 1;\n } while (pcVar2 != (char *)0x0);\n }\n iVar4 = *(int *)(iVar4 + 0x98);\n } while( true );\n}" primitive_type (function_declarator "FUN_00036850(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n int iVar1;\n char *pcVar2;\n char *pcVar3;\n int iVar4;\n size_t sVar5;\n int iVar6;\n void *__ptr;\n int iVar7;\n undefined4 uVar8;\n undefined4 uVar9;\n char *local_50;\n undefined4 *local_48;\n undefined1 local_3d;\n int local_3c;\n undefined4 local_38;\n undefined4 local_34;\n undefined4 local_30;\n undefined4 local_2c;\n undefined4 local_28;\n undefined4 local_24;\n undefined4 local_20;\n undefined4 uStack_14;\n \n uStack_14 = 0x36859;\n local_48 = (undefined4 *)0x0;\n if (*(int *)(DAT_0008cc1c + 0x28) == 1) {\n _bfd_elf_tls_setup(DAT_0008cc30,&DAT_0008cc00);\n if (((((byte)DAT_0008cc00 & 3) == 2) ||\n (local_48 = (undefined4 *)bfd_link_hash_lookup(DAT_0008cc1c,"__ehdr_start",0,0,1),\n local_48 == (undefined4 *)0x0)) ||\n ((2 < *(byte *)(local_48 + 3) && (*(byte *)(local_48 + 3) != 5)))) {\n local_48 = (undefined4 *)0x0;\n }\n else {\n (**(code **)(*(int *)(*(int *)(DAT_0008cc30 + 4) + 0x1c0) + 0xe4))(&DAT_0008cc00,local_48,1);\n if ((*(byte *)((int)local_48 + 0x31) & 3) != 1) {\n *(byte *)((int)local_48 + 0x31) = *(byte *)((int)local_48 + 0x31) & 0xfc | 2;\n }\n local_38 = *local_48;\n local_34 = local_48[1];\n local_30 = local_48[2];\n local_2c = local_48[3];\n local_28 = local_48[4];\n local_24 = local_48[5];\n local_20 = local_48[6];\n local_48[6] = 0;\n local_3d = *(undefined1 *)(local_48 + 3);\n *(undefined1 *)(local_48 + 3) = 3;\n local_48[5] = PTR__bfd_std_section_0008bfd4 + 0x150;\n }\n FUN_00021760(FUN_00036dc0);\n }\n local_50 = DAT_0008cce4;\n if (((DAT_0008cce4 == (char *)0x0) && (local_50 = getenv("LD_RUN_PATH"), local_50 == (char *)0x0))\n || (iVar4 = DAT_0008cc38, *local_50 == '\0')) {\n local_50 = (char *)0x0;\n iVar4 = DAT_0008cc38;\n }\njoined_r0x000368b0:\n do {\n if (iVar4 == 0) {\n iVar4 = bfd_elf_size_dynamic_sections\n (DAT_0008cc30,DAT_0008cce0,local_50,DAT_0008ccec,DAT_0008ca34,DAT_0008ca30,\n DAT_0008ccf0,&DAT_0008cc00,&local_3c);\n if (iVar4 == 0) {\n uVar9 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00031700(uVar9);\n }\n pcVar2 = DAT_0008ccdc;\n iVar4 = DAT_0008c77c;\n if ((DAT_0008ccdc != (char *)0x0) && (local_3c != 0)) {\n *(char **)(local_3c + 0x6c) = DAT_0008ccdc;\n sVar5 = strlen(pcVar2);\n *(size_t *)(local_3c + 0x24) = sVar5 + 1;\n iVar4 = DAT_0008c77c;\n }\n for (; iVar4 != 0; iVar4 = *(int *)(iVar4 + 0x18)) {\n if (((*(byte *)(iVar4 + 0x24) & 0x10) == 0) &&\n (iVar6 = bfd_get_section_by_name(*(undefined4 *)(iVar4 + 0x10),".gnu.warning"),\n iVar6 != 0)) {\n iVar1 = *(int *)(iVar6 + 0x24);\n __ptr = (void *)xmalloc(iVar1 + 1);\n iVar7 = bfd_get_section_contents(*(undefined4 *)(iVar4 + 0x10),iVar6,__ptr,0,0,iVar1);\n if (iVar7 == 0) {\n uVar9 = *(undefined4 *)(iVar4 + 0x10);\n uVar8 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);\n FUN_00031700(uVar8,uVar9);\n }\n *(undefined1 *)((int)__ptr + iVar1) = 0;\n (**(code **)(DAT_0008cc18 + 0x14))\n (&DAT_0008cc00,__ptr,0,*(undefined4 *)(iVar4 + 0x10),0,0);\n free(__ptr);\n iVar1 = *(int *)(iVar6 + 0x3c);\n if (iVar1 != 0) {\n if (*(uint *)(iVar6 + 0x24) <= *(uint *)(iVar1 + 0x28)) {\n *(uint *)(iVar1 + 0x28) = *(uint *)(iVar1 + 0x28) - *(uint *)(iVar6 + 0x24);\n }\n }\n *(uint *)(iVar6 + 0x14) = *(uint *)(iVar6 + 0x14) | 0x208000;\n *(undefined4 *)(iVar6 + 0x24) = 0;\n }\n }\n FUN_00030310();\n iVar4 = bfd_elf_size_dynsym_hash_dynstr(DAT_0008cc30,&DAT_0008cc00);\n if (iVar4 == 0) {\n uVar9 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00031700(uVar9);\n }\n if (local_48 != (undefined4 *)0x0) {\n *(undefined1 *)(local_48 + 3) = local_3d;\n local_48[4] = local_28;\n local_48[5] = local_24;\n local_48[6] = local_20;\n }\n return;\n }\n if (((*(int *)(*(int *)(iVar4 + 4) + 4) == 5) &&\n (pcVar2 = *(char **)(*(int *)(iVar4 + 0x9c) + 0x204), pcVar2 != (char *)0x0)) &&\n (*pcVar2 != '\0')) {\n pcVar2 = (char *)xstrdup(pcVar2);\n do {\n pcVar3 = strchr(pcVar2,(int)DAT_0008cd48);\n if (pcVar3 == (char *)0x0) {\n if (*pcVar2 != '\0') {\n FUN_000359c0();\n iVar4 = *(int *)(iVar4 + 0x98);\n goto joined_r0x000368b0;\n }\n break;\n }\n *pcVar3 = '\0';\n if (*pcVar2 != '\0') {\n FUN_000359c0();\n }\n pcVar2 = pcVar3 + 1;\n } while (pcVar2 != (char *)0x0);\n }\n iVar4 = *(int *)(iVar4 + 0x98);\n } while( true );\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "char *pcVar2;" primitive_type (pointer_declarator "*pcVar2" * identifier) ;) (declaration "char *pcVar3;" primitive_type (pointer_declarator "*pcVar3" * identifier) ;) (declaration "int iVar4;" primitive_type identifier ;) (declaration "size_t sVar5;" primitive_type identifier ;) (declaration "int iVar6;" primitive_type identifier ;) (declaration "void *__ptr;" primitive_type (pointer_declarator "*__ptr" * identifier) ;) (declaration "int iVar7;" primitive_type identifier ;) (declaration "undefined4 uVar8;" type_identifier identifier ;) (declaration "undefined4 uVar9;" type_identifier identifier ;) (declaration "char *local_50;" primitive_type (pointer_declarator "*local_50" * identifier) ;) (declaration "undefined4 *local_48;" type_identifier (pointer_declarator "*local_48" * identifier) ;) (declaration "undefined1 local_3d;" type_identifier identifier ;) (declaration "int local_3c;" primitive_type identifier ;) (declaration "undefined4 local_38;" type_identifier identifier ;) (declaration "undefined4 local_34;" type_identifier identifier ;) (declaration "undefined4 local_30;" type_identifier identifier ;) (declaration "undefined4 local_2c;" type_identifier identifier ;) (declaration "undefined4 local_28;" type_identifier identifier ;) (declaration "undefined4 local_24;" type_identifier identifier ;) (declaration "undefined4 local_20;" type_identifier identifier ;) (declaration "undefined4 uStack_14;" type_identifier identifier ;) (expression_statement "uStack_14 = 0x36859;" (assignment_expression "uStack_14 = 0x36859" identifier = number_literal) ;) (expression_statement "local_48 = (undefined4 *)0x0;" (assignment_expression "local_48 = (undefined4 *)0x0" identifier = (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (if_statement "if (*(int *)(DAT_0008cc1c + 0x28) == 1) {\n _bfd_elf_tls_setup(DAT_0008cc30,&DAT_0008cc00);\n if (((((byte)DAT_0008cc00 & 3) == 2) ||\n (local_48 = (undefined4 *)bfd_link_hash_lookup(DAT_0008cc1c,"__ehdr_start",0,0,1),\n local_48 == (undefined4 *)0x0)) ||\n ((2 < *(byte *)(local_48 + 3) && (*(byte *)(local_48 + 3) != 5)))) {\n local_48 = (undefined4 *)0x0;\n }\n else {\n (**(code **)(*(int *)(*(int *)(DAT_0008cc30 + 4) + 0x1c0) + 0xe4))(&DAT_0008cc00,local_48,1);\n if ((*(byte *)((int)local_48 + 0x31) & 3) != 1) {\n *(byte *)((int)local_48 + 0x31) = *(byte *)((int)local_48 + 0x31) & 0xfc | 2;\n }\n local_38 = *local_48;\n local_34 = local_48[1];\n local_30 = local_48[2];\n local_2c = local_48[3];\n local_28 = local_48[4];\n local_24 = local_48[5];\n local_20 = local_48[6];\n local_48[6] = 0;\n local_3d = *(undefined1 *)(local_48 + 3);\n *(undefined1 *)(local_48 + 3) = 3;\n local_48[5] = PTR__bfd_std_section_0008bfd4 + 0x150;\n }\n FUN_00021760(FUN_00036dc0);\n }" if (parenthesized_expression "(*(int *)(DAT_0008cc1c + 0x28) == 1)" ( (binary_expression "*(int *)(DAT_0008cc1c + 0x28) == 1" (pointer_expression "*(int *)(DAT_0008cc1c + 0x28)" * (cast_expression "(int *)(DAT_0008cc1c + 0x28)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_0008cc1c + 0x28)" ( (binary_expression "DAT_0008cc1c + 0x28" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n _bfd_elf_tls_setup(DAT_0008cc30,&DAT_0008cc00);\n if (((((byte)DAT_0008cc00 & 3) == 2) ||\n (local_48 = (undefined4 *)bfd_link_hash_lookup(DAT_0008cc1c,"__ehdr_start",0,0,1),\n local_48 == (undefined4 *)0x0)) ||\n ((2 < *(byte *)(local_48 + 3) && (*(byte *)(local_48 + 3) != 5)))) {\n local_48 = (undefined4 *)0x0;\n }\n else {\n (**(code **)(*(int *)(*(int *)(DAT_0008cc30 + 4) + 0x1c0) + 0xe4))(&DAT_0008cc00,local_48,1);\n if ((*(byte *)((int)local_48 + 0x31) & 3) != 1) {\n *(byte *)((int)local_48 + 0x31) = *(byte *)((int)local_48 + 0x31) & 0xfc | 2;\n }\n local_38 = *local_48;\n local_34 = local_48[1];\n local_30 = local_48[2];\n local_2c = local_48[3];\n local_28 = local_48[4];\n local_24 = local_48[5];\n local_20 = local_48[6];\n local_48[6] = 0;\n local_3d = *(undefined1 *)(local_48 + 3);\n *(undefined1 *)(local_48 + 3) = 3;\n local_48[5] = PTR__bfd_std_section_0008bfd4 + 0x150;\n }\n FUN_00021760(FUN_00036dc0);\n }" { (expression_statement "_bfd_elf_tls_setup(DAT_0008cc30,&DAT_0008cc00);" (call_expression "_bfd_elf_tls_setup(DAT_0008cc30,&DAT_0008cc00)" identifier (argument_list "(DAT_0008cc30,&DAT_0008cc00)" ( identifier , (pointer_expression "&DAT_0008cc00" & identifier) ))) ;) (if_statement "if (((((byte)DAT_0008cc00 & 3) == 2) ||\n (local_48 = (undefined4 *)bfd_link_hash_lookup(DAT_0008cc1c,"__ehdr_start",0,0,1),\n local_48 == (undefined4 *)0x0)) ||\n ((2 < *(byte *)(local_48 + 3) && (*(byte *)(local_48 + 3) != 5)))) {\n local_48 = (undefined4 *)0x0;\n }\n else {\n (**(code **)(*(int *)(*(int *)(DAT_0008cc30 + 4) + 0x1c0) + 0xe4))(&DAT_0008cc00,local_48,1);\n if ((*(byte *)((int)local_48 + 0x31) & 3) != 1) {\n *(byte *)((int)local_48 + 0x31) = *(byte *)((int)local_48 + 0x31) & 0xfc | 2;\n }\n local_38 = *local_48;\n local_34 = local_48[1];\n local_30 = local_48[2];\n local_2c = local_48[3];\n local_28 = local_48[4];\n local_24 = local_48[5];\n local_20 = local_48[6];\n local_48[6] = 0;\n local_3d = *(undefined1 *)(local_48 + 3);\n *(undefined1 *)(local_48 + 3) = 3;\n local_48[5] = PTR__bfd_std_section_0008bfd4 + 0x150;\n }" if (parenthesized_expression "(((((byte)DAT_0008cc00 & 3) == 2) ||\n (local_48 = (undefined4 *)bfd_link_hash_lookup(DAT_0008cc1c,"__ehdr_start",0,0,1),\n local_48 == (undefined4 *)0x0)) ||\n ((2 < *(byte *)(local_48 + 3) && (*(byte *)(local_48 + 3) != 5))))" ( (binary_expression "((((byte)DAT_0008cc00 & 3) == 2) ||\n (local_48 = (undefined4 *)bfd_link_hash_lookup(DAT_0008cc1c,"__ehdr_start",0,0,1),\n local_48 == (undefined4 *)0x0)) ||\n ((2 < *(byte *)(local_48 + 3) && (*(byte *)(local_48 + 3) != 5)))" (parenthesized_expression "((((byte)DAT_0008cc00 & 3) == 2) ||\n (local_48 = (undefined4 *)bfd_link_hash_lookup(DAT_0008cc1c,"__ehdr_start",0,0,1),\n local_48 == (undefined4 *)0x0))" ( (binary_expression "(((byte)DAT_0008cc00 & 3) == 2) ||\n (local_48 = (undefined4 *)bfd_link_hash_lookup(DAT_0008cc1c,"__ehdr_start",0,0,1),\n local_48 == (undefined4 *)0x0)" (parenthesized_expression "(((byte)DAT_0008cc00 & 3) == 2)" ( (binary_expression "((byte)DAT_0008cc00 & 3) == 2" (parenthesized_expression "((byte)DAT_0008cc00 & 3)" ( (binary_expression "(byte)DAT_0008cc00 & 3" (cast_expression "(byte)DAT_0008cc00" ( (type_descriptor "byte" type_identifier) ) identifier) & number_literal) )) == number_literal) )) || (parenthesized_expression "(local_48 = (undefined4 *)bfd_link_hash_lookup(DAT_0008cc1c,"__ehdr_start",0,0,1),\n local_48 == (undefined4 *)0x0)" ( (comma_expression "local_48 = (undefined4 *)bfd_link_hash_lookup(DAT_0008cc1c,"__ehdr_start",0,0,1),\n local_48 == (undefined4 *)0x0" (assignment_expression "local_48 = (undefined4 *)bfd_link_hash_lookup(DAT_0008cc1c,"__ehdr_start",0,0,1)" identifier = (cast_expression "(undefined4 *)bfd_link_hash_lookup(DAT_0008cc1c,"__ehdr_start",0,0,1)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "bfd_link_hash_lookup(DAT_0008cc1c,"__ehdr_start",0,0,1)" identifier (argument_list "(DAT_0008cc1c,"__ehdr_start",0,0,1)" ( identifier , (string_literal ""__ehdr_start"" " string_content ") , number_literal , number_literal , number_literal ))))) , (binary_expression "local_48 == (undefined4 *)0x0" identifier == (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal))) ))) )) || (parenthesized_expression "((2 < *(byte *)(local_48 + 3) && (*(byte *)(local_48 + 3) != 5)))" ( (parenthesized_expression "(2 < *(byte *)(local_48 + 3) && (*(byte *)(local_48 + 3) != 5))" ( (binary_expression "2 < *(byte *)(local_48 + 3) && (*(byte *)(local_48 + 3) != 5)" (binary_expression "2 < *(byte *)(local_48 + 3)" number_literal < (pointer_expression "*(byte *)(local_48 + 3)" * (cast_expression "(byte *)(local_48 + 3)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_48 + 3)" ( (binary_expression "local_48 + 3" identifier + number_literal) ))))) && (parenthesized_expression "(*(byte *)(local_48 + 3) != 5)" ( (binary_expression "*(byte *)(local_48 + 3) != 5" (pointer_expression "*(byte *)(local_48 + 3)" * (cast_expression "(byte *)(local_48 + 3)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_48 + 3)" ( (binary_expression "local_48 + 3" identifier + number_literal) )))) != number_literal) ))) )) ))) )) (compound_statement "{\n local_48 = (undefined4 *)0x0;\n }" { (expression_statement "local_48 = (undefined4 *)0x0;" (assignment_expression "local_48 = (undefined4 *)0x0" identifier = (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) }) (else_clause "else {\n (**(code **)(*(int *)(*(int *)(DAT_0008cc30 + 4) + 0x1c0) + 0xe4))(&DAT_0008cc00,local_48,1);\n if ((*(byte *)((int)local_48 + 0x31) & 3) != 1) {\n *(byte *)((int)local_48 + 0x31) = *(byte *)((int)local_48 + 0x31) & 0xfc | 2;\n }\n local_38 = *local_48;\n local_34 = local_48[1];\n local_30 = local_48[2];\n local_2c = local_48[3];\n local_28 = local_48[4];\n local_24 = local_48[5];\n local_20 = local_48[6];\n local_48[6] = 0;\n local_3d = *(undefined1 *)(local_48 + 3);\n *(undefined1 *)(local_48 + 3) = 3;\n local_48[5] = PTR__bfd_std_section_0008bfd4 + 0x150;\n }" else (compound_statement "{\n (**(code **)(*(int *)(*(int *)(DAT_0008cc30 + 4) + 0x1c0) + 0xe4))(&DAT_0008cc00,local_48,1);\n if ((*(byte *)((int)local_48 + 0x31) & 3) != 1) {\n *(byte *)((int)local_48 + 0x31) = *(byte *)((int)local_48 + 0x31) & 0xfc | 2;\n }\n local_38 = *local_48;\n local_34 = local_48[1];\n local_30 = local_48[2];\n local_2c = local_48[3];\n local_28 = local_48[4];\n local_24 = local_48[5];\n local_20 = local_48[6];\n local_48[6] = 0;\n local_3d = *(undefined1 *)(local_48 + 3);\n *(undefined1 *)(local_48 + 3) = 3;\n local_48[5] = PTR__bfd_std_section_0008bfd4 + 0x150;\n }" { (expression_statement "(**(code **)(*(int *)(*(int *)(DAT_0008cc30 + 4) + 0x1c0) + 0xe4))(&DAT_0008cc00,local_48,1);" (call_expression "(**(code **)(*(int *)(*(int *)(DAT_0008cc30 + 4) + 0x1c0) + 0xe4))(&DAT_0008cc00,local_48,1)" (parenthesized_expression "(**(code **)(*(int *)(*(int *)(DAT_0008cc30 + 4) + 0x1c0) + 0xe4))" ( (pointer_expression "**(code **)(*(int *)(*(int *)(DAT_0008cc30 + 4) + 0x1c0) + 0xe4)" * (pointer_expression "*(code **)(*(int *)(*(int *)(DAT_0008cc30 + 4) + 0x1c0) + 0xe4)" * (cast_expression "(code **)(*(int *)(*(int *)(DAT_0008cc30 + 4) + 0x1c0) + 0xe4)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(int *)(*(int *)(DAT_0008cc30 + 4) + 0x1c0) + 0xe4)" ( (binary_expression "*(int *)(*(int *)(DAT_0008cc30 + 4) + 0x1c0) + 0xe4" (pointer_expression "*(int *)(*(int *)(DAT_0008cc30 + 4) + 0x1c0)" * (cast_expression "(int *)(*(int *)(DAT_0008cc30 + 4) + 0x1c0)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(DAT_0008cc30 + 4) + 0x1c0)" ( (binary_expression "*(int *)(DAT_0008cc30 + 4) + 0x1c0" (pointer_expression "*(int *)(DAT_0008cc30 + 4)" * (cast_expression "(int *)(DAT_0008cc30 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_0008cc30 + 4)" ( (binary_expression "DAT_0008cc30 + 4" identifier + number_literal) )))) + number_literal) )))) + number_literal) ))))) )) (argument_list "(&DAT_0008cc00,local_48,1)" ( (pointer_expression "&DAT_0008cc00" & identifier) , identifier , number_literal ))) ;) (if_statement "if ((*(byte *)((int)local_48 + 0x31) & 3) != 1) {\n *(byte *)((int)local_48 + 0x31) = *(byte *)((int)local_48 + 0x31) & 0xfc | 2;\n }" if (parenthesized_expression "((*(byte *)((int)local_48 + 0x31) & 3) != 1)" ( (binary_expression "(*(byte *)((int)local_48 + 0x31) & 3) != 1" (parenthesized_expression "(*(byte *)((int)local_48 + 0x31) & 3)" ( (binary_expression "*(byte *)((int)local_48 + 0x31) & 3" (pointer_expression "*(byte *)((int)local_48 + 0x31)" * (cast_expression "(byte *)((int)local_48 + 0x31)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)local_48 + 0x31)" ( (binary_expression "(int)local_48 + 0x31" (cast_expression "(int)local_48" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) & number_literal) )) != number_literal) )) (compound_statement "{\n *(byte *)((int)local_48 + 0x31) = *(byte *)((int)local_48 + 0x31) & 0xfc | 2;\n }" { (expression_statement "*(byte *)((int)local_48 + 0x31) = *(byte *)((int)local_48 + 0x31) & 0xfc | 2;" (assignment_expression "*(byte *)((int)local_48 + 0x31) = *(byte *)((int)local_48 + 0x31) & 0xfc | 2" (pointer_expression "*(byte *)((int)local_48 + 0x31)" * (cast_expression "(byte *)((int)local_48 + 0x31)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)local_48 + 0x31)" ( (binary_expression "(int)local_48 + 0x31" (cast_expression "(int)local_48" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = (binary_expression "*(byte *)((int)local_48 + 0x31) & 0xfc | 2" (binary_expression "*(byte *)((int)local_48 + 0x31) & 0xfc" (pointer_expression "*(byte *)((int)local_48 + 0x31)" * (cast_expression "(byte *)((int)local_48 + 0x31)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)local_48 + 0x31)" ( (binary_expression "(int)local_48 + 0x31" (cast_expression "(int)local_48" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) & number_literal) | number_literal)) ;) })) (expression_statement "local_38 = *local_48;" (assignment_expression "local_38 = *local_48" identifier = (pointer_expression "*local_48" * identifier)) ;) (expression_statement "local_34 = local_48[1];" (assignment_expression "local_34 = local_48[1]" identifier = (subscript_expression "local_48[1]" identifier [ number_literal ])) ;) (expression_statement "local_30 = local_48[2];" (assignment_expression "local_30 = local_48[2]" identifier = (subscript_expression "local_48[2]" identifier [ number_literal ])) ;) (expression_statement "local_2c = local_48[3];" (assignment_expression "local_2c = local_48[3]" identifier = (subscript_expression "local_48[3]" identifier [ number_literal ])) ;) (expression_statement "local_28 = local_48[4];" (assignment_expression "local_28 = local_48[4]" identifier = (subscript_expression "local_48[4]" identifier [ number_literal ])) ;) (expression_statement "local_24 = local_48[5];" (assignment_expression "local_24 = local_48[5]" identifier = (subscript_expression "local_48[5]" identifier [ number_literal ])) ;) (expression_statement "local_20 = local_48[6];" (assignment_expression "local_20 = local_48[6]" identifier = (subscript_expression "local_48[6]" identifier [ number_literal ])) ;) (expression_statement "local_48[6] = 0;" (assignment_expression "local_48[6] = 0" (subscript_expression "local_48[6]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "local_3d = *(undefined1 *)(local_48 + 3);" (assignment_expression "local_3d = *(undefined1 *)(local_48 + 3)" identifier = (pointer_expression "*(undefined1 *)(local_48 + 3)" * (cast_expression "(undefined1 *)(local_48 + 3)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_48 + 3)" ( (binary_expression "local_48 + 3" identifier + number_literal) ))))) ;) (expression_statement "*(undefined1 *)(local_48 + 3) = 3;" (assignment_expression "*(undefined1 *)(local_48 + 3) = 3" (pointer_expression "*(undefined1 *)(local_48 + 3)" * (cast_expression "(undefined1 *)(local_48 + 3)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_48 + 3)" ( (binary_expression "local_48 + 3" identifier + number_literal) )))) = number_literal) ;) (expression_statement "local_48[5] = PTR__bfd_std_section_0008bfd4 + 0x150;" (assignment_expression "local_48[5] = PTR__bfd_std_section_0008bfd4 + 0x150" (subscript_expression "local_48[5]" identifier [ number_literal ]) = (binary_expression "PTR__bfd_std_section_0008bfd4 + 0x150" identifier + number_literal)) ;) }))) (expression_statement "FUN_00021760(FUN_00036dc0);" (call_expression "FUN_00021760(FUN_00036dc0)" identifier (argument_list "(FUN_00036dc0)" ( identifier ))) ;) })) (expression_statement "local_50 = DAT_0008cce4;" (assignment_expression "local_50 = DAT_0008cce4" identifier = identifier) ;) (if_statement "if (((DAT_0008cce4 == (char *)0x0) && (local_50 = getenv("LD_RUN_PATH"), local_50 == (char *)0x0))\n || (iVar4 = DAT_0008cc38, *local_50 == '\0')) {\n local_50 = (char *)0x0;\n iVar4 = DAT_0008cc38;\n }" if (parenthesized_expression "(((DAT_0008cce4 == (char *)0x0) && (local_50 = getenv("LD_RUN_PATH"), local_50 == (char *)0x0))\n || (iVar4 = DAT_0008cc38, *local_50 == '\0'))" ( (binary_expression "((DAT_0008cce4 == (char *)0x0) && (local_50 = getenv("LD_RUN_PATH"), local_50 == (char *)0x0))\n || (iVar4 = DAT_0008cc38, *local_50 == '\0')" (parenthesized_expression "((DAT_0008cce4 == (char *)0x0) && (local_50 = getenv("LD_RUN_PATH"), local_50 == (char *)0x0))" ( (binary_expression "(DAT_0008cce4 == (char *)0x0) && (local_50 = getenv("LD_RUN_PATH"), local_50 == (char *)0x0)" (parenthesized_expression "(DAT_0008cce4 == (char *)0x0)" ( (binary_expression "DAT_0008cce4 == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(local_50 = getenv("LD_RUN_PATH"), local_50 == (char *)0x0)" ( (comma_expression "local_50 = getenv("LD_RUN_PATH"), local_50 == (char *)0x0" (assignment_expression "local_50 = getenv("LD_RUN_PATH")" identifier = (call_expression "getenv("LD_RUN_PATH")" identifier (argument_list "("LD_RUN_PATH")" ( (string_literal ""LD_RUN_PATH"" " string_content ") )))) , (binary_expression "local_50 == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal))) ))) )) || (parenthesized_expression "(iVar4 = DAT_0008cc38, *local_50 == '\0')" ( (comma_expression "iVar4 = DAT_0008cc38, *local_50 == '\0'" (assignment_expression "iVar4 = DAT_0008cc38" identifier = identifier) , (binary_expression "*local_50 == '\0'" (pointer_expression "*local_50" * identifier) == (char_literal "'\0'" ' escape_sequence '))) ))) )) (compound_statement "{\n local_50 = (char *)0x0;\n iVar4 = DAT_0008cc38;\n }" { (expression_statement "local_50 = (char *)0x0;" (assignment_expression "local_50 = (char *)0x0" identifier = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "iVar4 = DAT_0008cc38;" (assignment_expression "iVar4 = DAT_0008cc38" identifier = identifier) ;) })) (labeled_statement "joined_r0x000368b0:\n do {\n if (iVar4 == 0) {\n iVar4 = bfd_elf_size_dynamic_sections\n (DAT_0008cc30,DAT_0008cce0,local_50,DAT_0008ccec,DAT_0008ca34,DAT_0008ca30,\n DAT_0008ccf0,&DAT_0008cc00,&local_3c);\n if (iVar4 == 0) {\n uVar9 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00031700(uVar9);\n }\n pcVar2 = DAT_0008ccdc;\n iVar4 = DAT_0008c77c;\n if ((DAT_0008ccdc != (char *)0x0) && (local_3c != 0)) {\n *(char **)(local_3c + 0x6c) = DAT_0008ccdc;\n sVar5 = strlen(pcVar2);\n *(size_t *)(local_3c + 0x24) = sVar5 + 1;\n iVar4 = DAT_0008c77c;\n }\n for (; iVar4 != 0; iVar4 = *(int *)(iVar4 + 0x18)) {\n if (((*(byte *)(iVar4 + 0x24) & 0x10) == 0) &&\n (iVar6 = bfd_get_section_by_name(*(undefined4 *)(iVar4 + 0x10),".gnu.warning"),\n iVar6 != 0)) {\n iVar1 = *(int *)(iVar6 + 0x24);\n __ptr = (void *)xmalloc(iVar1 + 1);\n iVar7 = bfd_get_section_contents(*(undefined4 *)(iVar4 + 0x10),iVar6,__ptr,0,0,iVar1);\n if (iVar7 == 0) {\n uVar9 = *(undefined4 *)(iVar4 + 0x10);\n uVar8 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);\n FUN_00031700(uVar8,uVar9);\n }\n *(undefined1 *)((int)__ptr + iVar1) = 0;\n (**(code **)(DAT_0008cc18 + 0x14))\n (&DAT_0008cc00,__ptr,0,*(undefined4 *)(iVar4 + 0x10),0,0);\n free(__ptr);\n iVar1 = *(int *)(iVar6 + 0x3c);\n if (iVar1 != 0) {\n if (*(uint *)(iVar6 + 0x24) <= *(uint *)(iVar1 + 0x28)) {\n *(uint *)(iVar1 + 0x28) = *(uint *)(iVar1 + 0x28) - *(uint *)(iVar6 + 0x24);\n }\n }\n *(uint *)(iVar6 + 0x14) = *(uint *)(iVar6 + 0x14) | 0x208000;\n *(undefined4 *)(iVar6 + 0x24) = 0;\n }\n }\n FUN_00030310();\n iVar4 = bfd_elf_size_dynsym_hash_dynstr(DAT_0008cc30,&DAT_0008cc00);\n if (iVar4 == 0) {\n uVar9 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00031700(uVar9);\n }\n if (local_48 != (undefined4 *)0x0) {\n *(undefined1 *)(local_48 + 3) = local_3d;\n local_48[4] = local_28;\n local_48[5] = local_24;\n local_48[6] = local_20;\n }\n return;\n }\n if (((*(int *)(*(int *)(iVar4 + 4) + 4) == 5) &&\n (pcVar2 = *(char **)(*(int *)(iVar4 + 0x9c) + 0x204), pcVar2 != (char *)0x0)) &&\n (*pcVar2 != '\0')) {\n pcVar2 = (char *)xstrdup(pcVar2);\n do {\n pcVar3 = strchr(pcVar2,(int)DAT_0008cd48);\n if (pcVar3 == (char *)0x0) {\n if (*pcVar2 != '\0') {\n FUN_000359c0();\n iVar4 = *(int *)(iVar4 + 0x98);\n goto joined_r0x000368b0;\n }\n break;\n }\n *pcVar3 = '\0';\n if (*pcVar2 != '\0') {\n FUN_000359c0();\n }\n pcVar2 = pcVar3 + 1;\n } while (pcVar2 != (char *)0x0);\n }\n iVar4 = *(int *)(iVar4 + 0x98);\n } while( true );" statement_identifier : (do_statement "do {\n if (iVar4 == 0) {\n iVar4 = bfd_elf_size_dynamic_sections\n (DAT_0008cc30,DAT_0008cce0,local_50,DAT_0008ccec,DAT_0008ca34,DAT_0008ca30,\n DAT_0008ccf0,&DAT_0008cc00,&local_3c);\n if (iVar4 == 0) {\n uVar9 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00031700(uVar9);\n }\n pcVar2 = DAT_0008ccdc;\n iVar4 = DAT_0008c77c;\n if ((DAT_0008ccdc != (char *)0x0) && (local_3c != 0)) {\n *(char **)(local_3c + 0x6c) = DAT_0008ccdc;\n sVar5 = strlen(pcVar2);\n *(size_t *)(local_3c + 0x24) = sVar5 + 1;\n iVar4 = DAT_0008c77c;\n }\n for (; iVar4 != 0; iVar4 = *(int *)(iVar4 + 0x18)) {\n if (((*(byte *)(iVar4 + 0x24) & 0x10) == 0) &&\n (iVar6 = bfd_get_section_by_name(*(undefined4 *)(iVar4 + 0x10),".gnu.warning"),\n iVar6 != 0)) {\n iVar1 = *(int *)(iVar6 + 0x24);\n __ptr = (void *)xmalloc(iVar1 + 1);\n iVar7 = bfd_get_section_contents(*(undefined4 *)(iVar4 + 0x10),iVar6,__ptr,0,0,iVar1);\n if (iVar7 == 0) {\n uVar9 = *(undefined4 *)(iVar4 + 0x10);\n uVar8 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);\n FUN_00031700(uVar8,uVar9);\n }\n *(undefined1 *)((int)__ptr + iVar1) = 0;\n (**(code **)(DAT_0008cc18 + 0x14))\n (&DAT_0008cc00,__ptr,0,*(undefined4 *)(iVar4 + 0x10),0,0);\n free(__ptr);\n iVar1 = *(int *)(iVar6 + 0x3c);\n if (iVar1 != 0) {\n if (*(uint *)(iVar6 + 0x24) <= *(uint *)(iVar1 + 0x28)) {\n *(uint *)(iVar1 + 0x28) = *(uint *)(iVar1 + 0x28) - *(uint *)(iVar6 + 0x24);\n }\n }\n *(uint *)(iVar6 + 0x14) = *(uint *)(iVar6 + 0x14) | 0x208000;\n *(undefined4 *)(iVar6 + 0x24) = 0;\n }\n }\n FUN_00030310();\n iVar4 = bfd_elf_size_dynsym_hash_dynstr(DAT_0008cc30,&DAT_0008cc00);\n if (iVar4 == 0) {\n uVar9 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00031700(uVar9);\n }\n if (local_48 != (undefined4 *)0x0) {\n *(undefined1 *)(local_48 + 3) = local_3d;\n local_48[4] = local_28;\n local_48[5] = local_24;\n local_48[6] = local_20;\n }\n return;\n }\n if (((*(int *)(*(int *)(iVar4 + 4) + 4) == 5) &&\n (pcVar2 = *(char **)(*(int *)(iVar4 + 0x9c) + 0x204), pcVar2 != (char *)0x0)) &&\n (*pcVar2 != '\0')) {\n pcVar2 = (char *)xstrdup(pcVar2);\n do {\n pcVar3 = strchr(pcVar2,(int)DAT_0008cd48);\n if (pcVar3 == (char *)0x0) {\n if (*pcVar2 != '\0') {\n FUN_000359c0();\n iVar4 = *(int *)(iVar4 + 0x98);\n goto joined_r0x000368b0;\n }\n break;\n }\n *pcVar3 = '\0';\n if (*pcVar2 != '\0') {\n FUN_000359c0();\n }\n pcVar2 = pcVar3 + 1;\n } while (pcVar2 != (char *)0x0);\n }\n iVar4 = *(int *)(iVar4 + 0x98);\n } while( true );" do (compound_statement "{\n if (iVar4 == 0) {\n iVar4 = bfd_elf_size_dynamic_sections\n (DAT_0008cc30,DAT_0008cce0,local_50,DAT_0008ccec,DAT_0008ca34,DAT_0008ca30,\n DAT_0008ccf0,&DAT_0008cc00,&local_3c);\n if (iVar4 == 0) {\n uVar9 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00031700(uVar9);\n }\n pcVar2 = DAT_0008ccdc;\n iVar4 = DAT_0008c77c;\n if ((DAT_0008ccdc != (char *)0x0) && (local_3c != 0)) {\n *(char **)(local_3c + 0x6c) = DAT_0008ccdc;\n sVar5 = strlen(pcVar2);\n *(size_t *)(local_3c + 0x24) = sVar5 + 1;\n iVar4 = DAT_0008c77c;\n }\n for (; iVar4 != 0; iVar4 = *(int *)(iVar4 + 0x18)) {\n if (((*(byte *)(iVar4 + 0x24) & 0x10) == 0) &&\n (iVar6 = bfd_get_section_by_name(*(undefined4 *)(iVar4 + 0x10),".gnu.warning"),\n iVar6 != 0)) {\n iVar1 = *(int *)(iVar6 + 0x24);\n __ptr = (void *)xmalloc(iVar1 + 1);\n iVar7 = bfd_get_section_contents(*(undefined4 *)(iVar4 + 0x10),iVar6,__ptr,0,0,iVar1);\n if (iVar7 == 0) {\n uVar9 = *(undefined4 *)(iVar4 + 0x10);\n uVar8 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);\n FUN_00031700(uVar8,uVar9);\n }\n *(undefined1 *)((int)__ptr + iVar1) = 0;\n (**(code **)(DAT_0008cc18 + 0x14))\n (&DAT_0008cc00,__ptr,0,*(undefined4 *)(iVar4 + 0x10),0,0);\n free(__ptr);\n iVar1 = *(int *)(iVar6 + 0x3c);\n if (iVar1 != 0) {\n if (*(uint *)(iVar6 + 0x24) <= *(uint *)(iVar1 + 0x28)) {\n *(uint *)(iVar1 + 0x28) = *(uint *)(iVar1 + 0x28) - *(uint *)(iVar6 + 0x24);\n }\n }\n *(uint *)(iVar6 + 0x14) = *(uint *)(iVar6 + 0x14) | 0x208000;\n *(undefined4 *)(iVar6 + 0x24) = 0;\n }\n }\n FUN_00030310();\n iVar4 = bfd_elf_size_dynsym_hash_dynstr(DAT_0008cc30,&DAT_0008cc00);\n if (iVar4 == 0) {\n uVar9 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00031700(uVar9);\n }\n if (local_48 != (undefined4 *)0x0) {\n *(undefined1 *)(local_48 + 3) = local_3d;\n local_48[4] = local_28;\n local_48[5] = local_24;\n local_48[6] = local_20;\n }\n return;\n }\n if (((*(int *)(*(int *)(iVar4 + 4) + 4) == 5) &&\n (pcVar2 = *(char **)(*(int *)(iVar4 + 0x9c) + 0x204), pcVar2 != (char *)0x0)) &&\n (*pcVar2 != '\0')) {\n pcVar2 = (char *)xstrdup(pcVar2);\n do {\n pcVar3 = strchr(pcVar2,(int)DAT_0008cd48);\n if (pcVar3 == (char *)0x0) {\n if (*pcVar2 != '\0') {\n FUN_000359c0();\n iVar4 = *(int *)(iVar4 + 0x98);\n goto joined_r0x000368b0;\n }\n break;\n }\n *pcVar3 = '\0';\n if (*pcVar2 != '\0') {\n FUN_000359c0();\n }\n pcVar2 = pcVar3 + 1;\n } while (pcVar2 != (char *)0x0);\n }\n iVar4 = *(int *)(iVar4 + 0x98);\n }" { (if_statement "if (iVar4 == 0) {\n iVar4 = bfd_elf_size_dynamic_sections\n (DAT_0008cc30,DAT_0008cce0,local_50,DAT_0008ccec,DAT_0008ca34,DAT_0008ca30,\n DAT_0008ccf0,&DAT_0008cc00,&local_3c);\n if (iVar4 == 0) {\n uVar9 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00031700(uVar9);\n }\n pcVar2 = DAT_0008ccdc;\n iVar4 = DAT_0008c77c;\n if ((DAT_0008ccdc != (char *)0x0) && (local_3c != 0)) {\n *(char **)(local_3c + 0x6c) = DAT_0008ccdc;\n sVar5 = strlen(pcVar2);\n *(size_t *)(local_3c + 0x24) = sVar5 + 1;\n iVar4 = DAT_0008c77c;\n }\n for (; iVar4 != 0; iVar4 = *(int *)(iVar4 + 0x18)) {\n if (((*(byte *)(iVar4 + 0x24) & 0x10) == 0) &&\n (iVar6 = bfd_get_section_by_name(*(undefined4 *)(iVar4 + 0x10),".gnu.warning"),\n iVar6 != 0)) {\n iVar1 = *(int *)(iVar6 + 0x24);\n __ptr = (void *)xmalloc(iVar1 + 1);\n iVar7 = bfd_get_section_contents(*(undefined4 *)(iVar4 + 0x10),iVar6,__ptr,0,0,iVar1);\n if (iVar7 == 0) {\n uVar9 = *(undefined4 *)(iVar4 + 0x10);\n uVar8 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);\n FUN_00031700(uVar8,uVar9);\n }\n *(undefined1 *)((int)__ptr + iVar1) = 0;\n (**(code **)(DAT_0008cc18 + 0x14))\n (&DAT_0008cc00,__ptr,0,*(undefined4 *)(iVar4 + 0x10),0,0);\n free(__ptr);\n iVar1 = *(int *)(iVar6 + 0x3c);\n if (iVar1 != 0) {\n if (*(uint *)(iVar6 + 0x24) <= *(uint *)(iVar1 + 0x28)) {\n *(uint *)(iVar1 + 0x28) = *(uint *)(iVar1 + 0x28) - *(uint *)(iVar6 + 0x24);\n }\n }\n *(uint *)(iVar6 + 0x14) = *(uint *)(iVar6 + 0x14) | 0x208000;\n *(undefined4 *)(iVar6 + 0x24) = 0;\n }\n }\n FUN_00030310();\n iVar4 = bfd_elf_size_dynsym_hash_dynstr(DAT_0008cc30,&DAT_0008cc00);\n if (iVar4 == 0) {\n uVar9 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00031700(uVar9);\n }\n if (local_48 != (undefined4 *)0x0) {\n *(undefined1 *)(local_48 + 3) = local_3d;\n local_48[4] = local_28;\n local_48[5] = local_24;\n local_48[6] = local_20;\n }\n return;\n }" if (parenthesized_expression "(iVar4 == 0)" ( (binary_expression "iVar4 == 0" identifier == number_literal) )) (compound_statement "{\n iVar4 = bfd_elf_size_dynamic_sections\n (DAT_0008cc30,DAT_0008cce0,local_50,DAT_0008ccec,DAT_0008ca34,DAT_0008ca30,\n DAT_0008ccf0,&DAT_0008cc00,&local_3c);\n if (iVar4 == 0) {\n uVar9 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00031700(uVar9);\n }\n pcVar2 = DAT_0008ccdc;\n iVar4 = DAT_0008c77c;\n if ((DAT_0008ccdc != (char *)0x0) && (local_3c != 0)) {\n *(char **)(local_3c + 0x6c) = DAT_0008ccdc;\n sVar5 = strlen(pcVar2);\n *(size_t *)(local_3c + 0x24) = sVar5 + 1;\n iVar4 = DAT_0008c77c;\n }\n for (; iVar4 != 0; iVar4 = *(int *)(iVar4 + 0x18)) {\n if (((*(byte *)(iVar4 + 0x24) & 0x10) == 0) &&\n (iVar6 = bfd_get_section_by_name(*(undefined4 *)(iVar4 + 0x10),".gnu.warning"),\n iVar6 != 0)) {\n iVar1 = *(int *)(iVar6 + 0x24);\n __ptr = (void *)xmalloc(iVar1 + 1);\n iVar7 = bfd_get_section_contents(*(undefined4 *)(iVar4 + 0x10),iVar6,__ptr,0,0,iVar1);\n if (iVar7 == 0) {\n uVar9 = *(undefined4 *)(iVar4 + 0x10);\n uVar8 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);\n FUN_00031700(uVar8,uVar9);\n }\n *(undefined1 *)((int)__ptr + iVar1) = 0;\n (**(code **)(DAT_0008cc18 + 0x14))\n (&DAT_0008cc00,__ptr,0,*(undefined4 *)(iVar4 + 0x10),0,0);\n free(__ptr);\n iVar1 = *(int *)(iVar6 + 0x3c);\n if (iVar1 != 0) {\n if (*(uint *)(iVar6 + 0x24) <= *(uint *)(iVar1 + 0x28)) {\n *(uint *)(iVar1 + 0x28) = *(uint *)(iVar1 + 0x28) - *(uint *)(iVar6 + 0x24);\n }\n }\n *(uint *)(iVar6 + 0x14) = *(uint *)(iVar6 + 0x14) | 0x208000;\n *(undefined4 *)(iVar6 + 0x24) = 0;\n }\n }\n FUN_00030310();\n iVar4 = bfd_elf_size_dynsym_hash_dynstr(DAT_0008cc30,&DAT_0008cc00);\n if (iVar4 == 0) {\n uVar9 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00031700(uVar9);\n }\n if (local_48 != (undefined4 *)0x0) {\n *(undefined1 *)(local_48 + 3) = local_3d;\n local_48[4] = local_28;\n local_48[5] = local_24;\n local_48[6] = local_20;\n }\n return;\n }" { (expression_statement "iVar4 = bfd_elf_size_dynamic_sections\n (DAT_0008cc30,DAT_0008cce0,local_50,DAT_0008ccec,DAT_0008ca34,DAT_0008ca30,\n DAT_0008ccf0,&DAT_0008cc00,&local_3c);" (assignment_expression "iVar4 = bfd_elf_size_dynamic_sections\n (DAT_0008cc30,DAT_0008cce0,local_50,DAT_0008ccec,DAT_0008ca34,DAT_0008ca30,\n DAT_0008ccf0,&DAT_0008cc00,&local_3c)" identifier = (call_expression "bfd_elf_size_dynamic_sections\n (DAT_0008cc30,DAT_0008cce0,local_50,DAT_0008ccec,DAT_0008ca34,DAT_0008ca30,\n DAT_0008ccf0,&DAT_0008cc00,&local_3c)" identifier (argument_list "(DAT_0008cc30,DAT_0008cce0,local_50,DAT_0008ccec,DAT_0008ca34,DAT_0008ca30,\n DAT_0008ccf0,&DAT_0008cc00,&local_3c)" ( identifier , identifier , identifier , identifier , identifier , identifier , identifier , (pointer_expression "&DAT_0008cc00" & identifier) , (pointer_expression "&local_3c" & identifier) )))) ;) (if_statement "if (iVar4 == 0) {\n uVar9 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00031700(uVar9);\n }" if (parenthesized_expression "(iVar4 == 0)" ( (binary_expression "iVar4 == 0" identifier == number_literal) )) (compound_statement "{\n uVar9 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00031700(uVar9);\n }" { (expression_statement "uVar9 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);" (assignment_expression "uVar9 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5)" identifier = (call_expression "dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5)" identifier (argument_list "(0,"%F%P: failed to set dynamic section sizes: %E\n",5)" ( number_literal , (string_literal ""%F%P: failed to set dynamic section sizes: %E\n"" " string_content escape_sequence ") , number_literal )))) ;) (expression_statement "FUN_00031700(uVar9);" (call_expression "FUN_00031700(uVar9)" identifier (argument_list "(uVar9)" ( identifier ))) ;) })) (expression_statement "pcVar2 = DAT_0008ccdc;" (assignment_expression "pcVar2 = DAT_0008ccdc" identifier = identifier) ;) (expression_statement "iVar4 = DAT_0008c77c;" (assignment_expression "iVar4 = DAT_0008c77c" identifier = identifier) ;) (if_statement "if ((DAT_0008ccdc != (char *)0x0) && (local_3c != 0)) {\n *(char **)(local_3c + 0x6c) = DAT_0008ccdc;\n sVar5 = strlen(pcVar2);\n *(size_t *)(local_3c + 0x24) = sVar5 + 1;\n iVar4 = DAT_0008c77c;\n }" if (parenthesized_expression "((DAT_0008ccdc != (char *)0x0) && (local_3c != 0))" ( (binary_expression "(DAT_0008ccdc != (char *)0x0) && (local_3c != 0)" (parenthesized_expression "(DAT_0008ccdc != (char *)0x0)" ( (binary_expression "DAT_0008ccdc != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(local_3c != 0)" ( (binary_expression "local_3c != 0" identifier != number_literal) ))) )) (compound_statement "{\n *(char **)(local_3c + 0x6c) = DAT_0008ccdc;\n sVar5 = strlen(pcVar2);\n *(size_t *)(local_3c + 0x24) = sVar5 + 1;\n iVar4 = DAT_0008c77c;\n }" { (expression_statement "*(char **)(local_3c + 0x6c) = DAT_0008ccdc;" (assignment_expression "*(char **)(local_3c + 0x6c) = DAT_0008ccdc" (pointer_expression "*(char **)(local_3c + 0x6c)" * (cast_expression "(char **)(local_3c + 0x6c)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(local_3c + 0x6c)" ( (binary_expression "local_3c + 0x6c" identifier + number_literal) )))) = identifier) ;) (expression_statement "sVar5 = strlen(pcVar2);" (assignment_expression "sVar5 = strlen(pcVar2)" identifier = (call_expression "strlen(pcVar2)" identifier (argument_list "(pcVar2)" ( identifier )))) ;) (expression_statement "*(size_t *)(local_3c + 0x24) = sVar5 + 1;" (assignment_expression "*(size_t *)(local_3c + 0x24) = sVar5 + 1" (pointer_expression "*(size_t *)(local_3c + 0x24)" * (cast_expression "(size_t *)(local_3c + 0x24)" ( (type_descriptor "size_t *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_3c + 0x24)" ( (binary_expression "local_3c + 0x24" identifier + number_literal) )))) = (binary_expression "sVar5 + 1" identifier + number_literal)) ;) (expression_statement "iVar4 = DAT_0008c77c;" (assignment_expression "iVar4 = DAT_0008c77c" identifier = identifier) ;) })) (for_statement "for (; iVar4 != 0; iVar4 = *(int *)(iVar4 + 0x18)) {\n if (((*(byte *)(iVar4 + 0x24) & 0x10) == 0) &&\n (iVar6 = bfd_get_section_by_name(*(undefined4 *)(iVar4 + 0x10),".gnu.warning"),\n iVar6 != 0)) {\n iVar1 = *(int *)(iVar6 + 0x24);\n __ptr = (void *)xmalloc(iVar1 + 1);\n iVar7 = bfd_get_section_contents(*(undefined4 *)(iVar4 + 0x10),iVar6,__ptr,0,0,iVar1);\n if (iVar7 == 0) {\n uVar9 = *(undefined4 *)(iVar4 + 0x10);\n uVar8 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);\n FUN_00031700(uVar8,uVar9);\n }\n *(undefined1 *)((int)__ptr + iVar1) = 0;\n (**(code **)(DAT_0008cc18 + 0x14))\n (&DAT_0008cc00,__ptr,0,*(undefined4 *)(iVar4 + 0x10),0,0);\n free(__ptr);\n iVar1 = *(int *)(iVar6 + 0x3c);\n if (iVar1 != 0) {\n if (*(uint *)(iVar6 + 0x24) <= *(uint *)(iVar1 + 0x28)) {\n *(uint *)(iVar1 + 0x28) = *(uint *)(iVar1 + 0x28) - *(uint *)(iVar6 + 0x24);\n }\n }\n *(uint *)(iVar6 + 0x14) = *(uint *)(iVar6 + 0x14) | 0x208000;\n *(undefined4 *)(iVar6 + 0x24) = 0;\n }\n }" for ( ; (binary_expression "iVar4 != 0" identifier != number_literal) ; (assignment_expression "iVar4 = *(int *)(iVar4 + 0x18)" identifier = (pointer_expression "*(int *)(iVar4 + 0x18)" * (cast_expression "(int *)(iVar4 + 0x18)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar4 + 0x18)" ( (binary_expression "iVar4 + 0x18" identifier + number_literal) ))))) ) (compound_statement "{\n if (((*(byte *)(iVar4 + 0x24) & 0x10) == 0) &&\n (iVar6 = bfd_get_section_by_name(*(undefined4 *)(iVar4 + 0x10),".gnu.warning"),\n iVar6 != 0)) {\n iVar1 = *(int *)(iVar6 + 0x24);\n __ptr = (void *)xmalloc(iVar1 + 1);\n iVar7 = bfd_get_section_contents(*(undefined4 *)(iVar4 + 0x10),iVar6,__ptr,0,0,iVar1);\n if (iVar7 == 0) {\n uVar9 = *(undefined4 *)(iVar4 + 0x10);\n uVar8 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);\n FUN_00031700(uVar8,uVar9);\n }\n *(undefined1 *)((int)__ptr + iVar1) = 0;\n (**(code **)(DAT_0008cc18 + 0x14))\n (&DAT_0008cc00,__ptr,0,*(undefined4 *)(iVar4 + 0x10),0,0);\n free(__ptr);\n iVar1 = *(int *)(iVar6 + 0x3c);\n if (iVar1 != 0) {\n if (*(uint *)(iVar6 + 0x24) <= *(uint *)(iVar1 + 0x28)) {\n *(uint *)(iVar1 + 0x28) = *(uint *)(iVar1 + 0x28) - *(uint *)(iVar6 + 0x24);\n }\n }\n *(uint *)(iVar6 + 0x14) = *(uint *)(iVar6 + 0x14) | 0x208000;\n *(undefined4 *)(iVar6 + 0x24) = 0;\n }\n }" { (if_statement "if (((*(byte *)(iVar4 + 0x24) & 0x10) == 0) &&\n (iVar6 = bfd_get_section_by_name(*(undefined4 *)(iVar4 + 0x10),".gnu.warning"),\n iVar6 != 0)) {\n iVar1 = *(int *)(iVar6 + 0x24);\n __ptr = (void *)xmalloc(iVar1 + 1);\n iVar7 = bfd_get_section_contents(*(undefined4 *)(iVar4 + 0x10),iVar6,__ptr,0,0,iVar1);\n if (iVar7 == 0) {\n uVar9 = *(undefined4 *)(iVar4 + 0x10);\n uVar8 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);\n FUN_00031700(uVar8,uVar9);\n }\n *(undefined1 *)((int)__ptr + iVar1) = 0;\n (**(code **)(DAT_0008cc18 + 0x14))\n (&DAT_0008cc00,__ptr,0,*(undefined4 *)(iVar4 + 0x10),0,0);\n free(__ptr);\n iVar1 = *(int *)(iVar6 + 0x3c);\n if (iVar1 != 0) {\n if (*(uint *)(iVar6 + 0x24) <= *(uint *)(iVar1 + 0x28)) {\n *(uint *)(iVar1 + 0x28) = *(uint *)(iVar1 + 0x28) - *(uint *)(iVar6 + 0x24);\n }\n }\n *(uint *)(iVar6 + 0x14) = *(uint *)(iVar6 + 0x14) | 0x208000;\n *(undefined4 *)(iVar6 + 0x24) = 0;\n }" if (parenthesized_expression "(((*(byte *)(iVar4 + 0x24) & 0x10) == 0) &&\n (iVar6 = bfd_get_section_by_name(*(undefined4 *)(iVar4 + 0x10),".gnu.warning"),\n iVar6 != 0))" ( (binary_expression "((*(byte *)(iVar4 + 0x24) & 0x10) == 0) &&\n (iVar6 = bfd_get_section_by_name(*(undefined4 *)(iVar4 + 0x10),".gnu.warning"),\n iVar6 != 0)" (parenthesized_expression "((*(byte *)(iVar4 + 0x24) & 0x10) == 0)" ( (binary_expression "(*(byte *)(iVar4 + 0x24) & 0x10) == 0" (parenthesized_expression "(*(byte *)(iVar4 + 0x24) & 0x10)" ( (binary_expression "*(byte *)(iVar4 + 0x24) & 0x10" (pointer_expression "*(byte *)(iVar4 + 0x24)" * (cast_expression "(byte *)(iVar4 + 0x24)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar4 + 0x24)" ( (binary_expression "iVar4 + 0x24" identifier + number_literal) )))) & number_literal) )) == number_literal) )) && (parenthesized_expression "(iVar6 = bfd_get_section_by_name(*(undefined4 *)(iVar4 + 0x10),".gnu.warning"),\n iVar6 != 0)" ( (comma_expression "iVar6 = bfd_get_section_by_name(*(undefined4 *)(iVar4 + 0x10),".gnu.warning"),\n iVar6 != 0" (assignment_expression "iVar6 = bfd_get_section_by_name(*(undefined4 *)(iVar4 + 0x10),".gnu.warning")" identifier = (call_expression "bfd_get_section_by_name(*(undefined4 *)(iVar4 + 0x10),".gnu.warning")" identifier (argument_list "(*(undefined4 *)(iVar4 + 0x10),".gnu.warning")" ( (pointer_expression "*(undefined4 *)(iVar4 + 0x10)" * (cast_expression "(undefined4 *)(iVar4 + 0x10)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar4 + 0x10)" ( (binary_expression "iVar4 + 0x10" identifier + number_literal) )))) , (string_literal "".gnu.warning"" " string_content ") )))) , (binary_expression "iVar6 != 0" identifier != number_literal)) ))) )) (compound_statement "{\n iVar1 = *(int *)(iVar6 + 0x24);\n __ptr = (void *)xmalloc(iVar1 + 1);\n iVar7 = bfd_get_section_contents(*(undefined4 *)(iVar4 + 0x10),iVar6,__ptr,0,0,iVar1);\n if (iVar7 == 0) {\n uVar9 = *(undefined4 *)(iVar4 + 0x10);\n uVar8 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);\n FUN_00031700(uVar8,uVar9);\n }\n *(undefined1 *)((int)__ptr + iVar1) = 0;\n (**(code **)(DAT_0008cc18 + 0x14))\n (&DAT_0008cc00,__ptr,0,*(undefined4 *)(iVar4 + 0x10),0,0);\n free(__ptr);\n iVar1 = *(int *)(iVar6 + 0x3c);\n if (iVar1 != 0) {\n if (*(uint *)(iVar6 + 0x24) <= *(uint *)(iVar1 + 0x28)) {\n *(uint *)(iVar1 + 0x28) = *(uint *)(iVar1 + 0x28) - *(uint *)(iVar6 + 0x24);\n }\n }\n *(uint *)(iVar6 + 0x14) = *(uint *)(iVar6 + 0x14) | 0x208000;\n *(undefined4 *)(iVar6 + 0x24) = 0;\n }" { (expression_statement "iVar1 = *(int *)(iVar6 + 0x24);" (assignment_expression "iVar1 = *(int *)(iVar6 + 0x24)" identifier = (pointer_expression "*(int *)(iVar6 + 0x24)" * (cast_expression "(int *)(iVar6 + 0x24)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 0x24)" ( (binary_expression "iVar6 + 0x24" identifier + number_literal) ))))) ;) (expression_statement "__ptr = (void *)xmalloc(iVar1 + 1);" (assignment_expression "__ptr = (void *)xmalloc(iVar1 + 1)" identifier = (cast_expression "(void *)xmalloc(iVar1 + 1)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(iVar1 + 1)" identifier (argument_list "(iVar1 + 1)" ( (binary_expression "iVar1 + 1" identifier + number_literal) ))))) ;) (expression_statement "iVar7 = bfd_get_section_contents(*(undefined4 *)(iVar4 + 0x10),iVar6,__ptr,0,0,iVar1);" (assignment_expression "iVar7 = bfd_get_section_contents(*(undefined4 *)(iVar4 + 0x10),iVar6,__ptr,0,0,iVar1)" identifier = (call_expression "bfd_get_section_contents(*(undefined4 *)(iVar4 + 0x10),iVar6,__ptr,0,0,iVar1)" identifier (argument_list "(*(undefined4 *)(iVar4 + 0x10),iVar6,__ptr,0,0,iVar1)" ( (pointer_expression "*(undefined4 *)(iVar4 + 0x10)" * (cast_expression "(undefined4 *)(iVar4 + 0x10)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar4 + 0x10)" ( (binary_expression "iVar4 + 0x10" identifier + number_literal) )))) , identifier , identifier , number_literal , number_literal , identifier )))) ;) (if_statement "if (iVar7 == 0) {\n uVar9 = *(undefined4 *)(iVar4 + 0x10);\n uVar8 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);\n FUN_00031700(uVar8,uVar9);\n }" if (parenthesized_expression "(iVar7 == 0)" ( (binary_expression "iVar7 == 0" identifier == number_literal) )) (compound_statement "{\n uVar9 = *(undefined4 *)(iVar4 + 0x10);\n uVar8 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);\n FUN_00031700(uVar8,uVar9);\n }" { (expression_statement "uVar9 = *(undefined4 *)(iVar4 + 0x10);" (assignment_expression "uVar9 = *(undefined4 *)(iVar4 + 0x10)" identifier = (pointer_expression "*(undefined4 *)(iVar4 + 0x10)" * (cast_expression "(undefined4 *)(iVar4 + 0x10)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar4 + 0x10)" ( (binary_expression "iVar4 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "uVar8 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);" (assignment_expression "uVar8 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5)" identifier = (call_expression "dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5)" identifier (argument_list "(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5)" ( number_literal , (string_literal ""%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n"" " string_content escape_sequence string_content escape_sequence ") , number_literal )))) ;) (expression_statement "FUN_00031700(uVar8,uVar9);" (call_expression "FUN_00031700(uVar8,uVar9)" identifier (argument_list "(uVar8,uVar9)" ( identifier , identifier ))) ;) })) (expression_statement "*(undefined1 *)((int)__ptr + iVar1) = 0;" (assignment_expression "*(undefined1 *)((int)__ptr + iVar1) = 0" (pointer_expression "*(undefined1 *)((int)__ptr + iVar1)" * (cast_expression "(undefined1 *)((int)__ptr + iVar1)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)__ptr + iVar1)" ( (binary_expression "(int)__ptr + iVar1" (cast_expression "(int)__ptr" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) )))) = number_literal) ;) (expression_statement "(**(code **)(DAT_0008cc18 + 0x14))\n (&DAT_0008cc00,__ptr,0,*(undefined4 *)(iVar4 + 0x10),0,0);" (call_expression "(**(code **)(DAT_0008cc18 + 0x14))\n (&DAT_0008cc00,__ptr,0,*(undefined4 *)(iVar4 + 0x10),0,0)" (parenthesized_expression "(**(code **)(DAT_0008cc18 + 0x14))" ( (pointer_expression "**(code **)(DAT_0008cc18 + 0x14)" * (pointer_expression "*(code **)(DAT_0008cc18 + 0x14)" * (cast_expression "(code **)(DAT_0008cc18 + 0x14)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(DAT_0008cc18 + 0x14)" ( (binary_expression "DAT_0008cc18 + 0x14" identifier + number_literal) ))))) )) (argument_list "(&DAT_0008cc00,__ptr,0,*(undefined4 *)(iVar4 + 0x10),0,0)" ( (pointer_expression "&DAT_0008cc00" & identifier) , identifier , number_literal , (pointer_expression "*(undefined4 *)(iVar4 + 0x10)" * (cast_expression "(undefined4 *)(iVar4 + 0x10)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar4 + 0x10)" ( (binary_expression "iVar4 + 0x10" identifier + number_literal) )))) , number_literal , number_literal ))) ;) (expression_statement "free(__ptr);" (call_expression "free(__ptr)" identifier (argument_list "(__ptr)" ( identifier ))) ;) (expression_statement "iVar1 = *(int *)(iVar6 + 0x3c);" (assignment_expression "iVar1 = *(int *)(iVar6 + 0x3c)" identifier = (pointer_expression "*(int *)(iVar6 + 0x3c)" * (cast_expression "(int *)(iVar6 + 0x3c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 0x3c)" ( (binary_expression "iVar6 + 0x3c" identifier + number_literal) ))))) ;) (if_statement "if (iVar1 != 0) {\n if (*(uint *)(iVar6 + 0x24) <= *(uint *)(iVar1 + 0x28)) {\n *(uint *)(iVar1 + 0x28) = *(uint *)(iVar1 + 0x28) - *(uint *)(iVar6 + 0x24);\n }\n }" if (parenthesized_expression "(iVar1 != 0)" ( (binary_expression "iVar1 != 0" identifier != number_literal) )) (compound_statement "{\n if (*(uint *)(iVar6 + 0x24) <= *(uint *)(iVar1 + 0x28)) {\n *(uint *)(iVar1 + 0x28) = *(uint *)(iVar1 + 0x28) - *(uint *)(iVar6 + 0x24);\n }\n }" { (if_statement "if (*(uint *)(iVar6 + 0x24) <= *(uint *)(iVar1 + 0x28)) {\n *(uint *)(iVar1 + 0x28) = *(uint *)(iVar1 + 0x28) - *(uint *)(iVar6 + 0x24);\n }" if (parenthesized_expression "(*(uint *)(iVar6 + 0x24) <= *(uint *)(iVar1 + 0x28))" ( (binary_expression "*(uint *)(iVar6 + 0x24) <= *(uint *)(iVar1 + 0x28)" (pointer_expression "*(uint *)(iVar6 + 0x24)" * (cast_expression "(uint *)(iVar6 + 0x24)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 0x24)" ( (binary_expression "iVar6 + 0x24" identifier + number_literal) )))) <= (pointer_expression "*(uint *)(iVar1 + 0x28)" * (cast_expression "(uint *)(iVar1 + 0x28)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x28)" ( (binary_expression "iVar1 + 0x28" identifier + number_literal) ))))) )) (compound_statement "{\n *(uint *)(iVar1 + 0x28) = *(uint *)(iVar1 + 0x28) - *(uint *)(iVar6 + 0x24);\n }" { (expression_statement "*(uint *)(iVar1 + 0x28) = *(uint *)(iVar1 + 0x28) - *(uint *)(iVar6 + 0x24);" (assignment_expression "*(uint *)(iVar1 + 0x28) = *(uint *)(iVar1 + 0x28) - *(uint *)(iVar6 + 0x24)" (pointer_expression "*(uint *)(iVar1 + 0x28)" * (cast_expression "(uint *)(iVar1 + 0x28)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x28)" ( (binary_expression "iVar1 + 0x28" identifier + number_literal) )))) = (binary_expression "*(uint *)(iVar1 + 0x28) - *(uint *)(iVar6 + 0x24)" (pointer_expression "*(uint *)(iVar1 + 0x28)" * (cast_expression "(uint *)(iVar1 + 0x28)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x28)" ( (binary_expression "iVar1 + 0x28" identifier + number_literal) )))) - (pointer_expression "*(uint *)(iVar6 + 0x24)" * (cast_expression "(uint *)(iVar6 + 0x24)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 0x24)" ( (binary_expression "iVar6 + 0x24" identifier + number_literal) )))))) ;) })) })) (expression_statement "*(uint *)(iVar6 + 0x14) = *(uint *)(iVar6 + 0x14) | 0x208000;" (assignment_expression "*(uint *)(iVar6 + 0x14) = *(uint *)(iVar6 + 0x14) | 0x208000" (pointer_expression "*(uint *)(iVar6 + 0x14)" * (cast_expression "(uint *)(iVar6 + 0x14)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 0x14)" ( (binary_expression "iVar6 + 0x14" identifier + number_literal) )))) = (binary_expression "*(uint *)(iVar6 + 0x14) | 0x208000" (pointer_expression "*(uint *)(iVar6 + 0x14)" * (cast_expression "(uint *)(iVar6 + 0x14)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 0x14)" ( (binary_expression "iVar6 + 0x14" identifier + number_literal) )))) | number_literal)) ;) (expression_statement "*(undefined4 *)(iVar6 + 0x24) = 0;" (assignment_expression "*(undefined4 *)(iVar6 + 0x24) = 0" (pointer_expression "*(undefined4 *)(iVar6 + 0x24)" * (cast_expression "(undefined4 *)(iVar6 + 0x24)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 0x24)" ( (binary_expression "iVar6 + 0x24" identifier + number_literal) )))) = number_literal) ;) })) })) (expression_statement "FUN_00030310();" (call_expression "FUN_00030310()" identifier (argument_list "()" ( ))) ;) (expression_statement "iVar4 = bfd_elf_size_dynsym_hash_dynstr(DAT_0008cc30,&DAT_0008cc00);" (assignment_expression "iVar4 = bfd_elf_size_dynsym_hash_dynstr(DAT_0008cc30,&DAT_0008cc00)" identifier = (call_expression "bfd_elf_size_dynsym_hash_dynstr(DAT_0008cc30,&DAT_0008cc00)" identifier (argument_list "(DAT_0008cc30,&DAT_0008cc00)" ( identifier , (pointer_expression "&DAT_0008cc00" & identifier) )))) ;) (if_statement "if (iVar4 == 0) {\n uVar9 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00031700(uVar9);\n }" if (parenthesized_expression "(iVar4 == 0)" ( (binary_expression "iVar4 == 0" identifier == number_literal) )) (compound_statement "{\n uVar9 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00031700(uVar9);\n }" { (expression_statement "uVar9 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);" (assignment_expression "uVar9 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5)" identifier = (call_expression "dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5)" identifier (argument_list "(0,"%F%P: failed to set dynamic section sizes: %E\n",5)" ( number_literal , (string_literal ""%F%P: failed to set dynamic section sizes: %E\n"" " string_content escape_sequence ") , number_literal )))) ;) (expression_statement "FUN_00031700(uVar9);" (call_expression "FUN_00031700(uVar9)" identifier (argument_list "(uVar9)" ( identifier ))) ;) })) (if_statement "if (local_48 != (undefined4 *)0x0) {\n *(undefined1 *)(local_48 + 3) = local_3d;\n local_48[4] = local_28;\n local_48[5] = local_24;\n local_48[6] = local_20;\n }" if (parenthesized_expression "(local_48 != (undefined4 *)0x0)" ( (binary_expression "local_48 != (undefined4 *)0x0" identifier != (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n *(undefined1 *)(local_48 + 3) = local_3d;\n local_48[4] = local_28;\n local_48[5] = local_24;\n local_48[6] = local_20;\n }" { (expression_statement "*(undefined1 *)(local_48 + 3) = local_3d;" (assignment_expression "*(undefined1 *)(local_48 + 3) = local_3d" (pointer_expression "*(undefined1 *)(local_48 + 3)" * (cast_expression "(undefined1 *)(local_48 + 3)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_48 + 3)" ( (binary_expression "local_48 + 3" identifier + number_literal) )))) = identifier) ;) (expression_statement "local_48[4] = local_28;" (assignment_expression "local_48[4] = local_28" (subscript_expression "local_48[4]" identifier [ number_literal ]) = identifier) ;) (expression_statement "local_48[5] = local_24;" (assignment_expression "local_48[5] = local_24" (subscript_expression "local_48[5]" identifier [ number_literal ]) = identifier) ;) (expression_statement "local_48[6] = local_20;" (assignment_expression "local_48[6] = local_20" (subscript_expression "local_48[6]" identifier [ number_literal ]) = identifier) ;) })) (return_statement "return;" return ;) })) (if_statement "if (((*(int *)(*(int *)(iVar4 + 4) + 4) == 5) &&\n (pcVar2 = *(char **)(*(int *)(iVar4 + 0x9c) + 0x204), pcVar2 != (char *)0x0)) &&\n (*pcVar2 != '\0')) {\n pcVar2 = (char *)xstrdup(pcVar2);\n do {\n pcVar3 = strchr(pcVar2,(int)DAT_0008cd48);\n if (pcVar3 == (char *)0x0) {\n if (*pcVar2 != '\0') {\n FUN_000359c0();\n iVar4 = *(int *)(iVar4 + 0x98);\n goto joined_r0x000368b0;\n }\n break;\n }\n *pcVar3 = '\0';\n if (*pcVar2 != '\0') {\n FUN_000359c0();\n }\n pcVar2 = pcVar3 + 1;\n } while (pcVar2 != (char *)0x0);\n }" if (parenthesized_expression "(((*(int *)(*(int *)(iVar4 + 4) + 4) == 5) &&\n (pcVar2 = *(char **)(*(int *)(iVar4 + 0x9c) + 0x204), pcVar2 != (char *)0x0)) &&\n (*pcVar2 != '\0'))" ( (binary_expression "((*(int *)(*(int *)(iVar4 + 4) + 4) == 5) &&\n (pcVar2 = *(char **)(*(int *)(iVar4 + 0x9c) + 0x204), pcVar2 != (char *)0x0)) &&\n (*pcVar2 != '\0')" (parenthesized_expression "((*(int *)(*(int *)(iVar4 + 4) + 4) == 5) &&\n (pcVar2 = *(char **)(*(int *)(iVar4 + 0x9c) + 0x204), pcVar2 != (char *)0x0))" ( (binary_expression "(*(int *)(*(int *)(iVar4 + 4) + 4) == 5) &&\n (pcVar2 = *(char **)(*(int *)(iVar4 + 0x9c) + 0x204), pcVar2 != (char *)0x0)" (parenthesized_expression "(*(int *)(*(int *)(iVar4 + 4) + 4) == 5)" ( (binary_expression "*(int *)(*(int *)(iVar4 + 4) + 4) == 5" (pointer_expression "*(int *)(*(int *)(iVar4 + 4) + 4)" * (cast_expression "(int *)(*(int *)(iVar4 + 4) + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(iVar4 + 4) + 4)" ( (binary_expression "*(int *)(iVar4 + 4) + 4" (pointer_expression "*(int *)(iVar4 + 4)" * (cast_expression "(int *)(iVar4 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar4 + 4)" ( (binary_expression "iVar4 + 4" identifier + number_literal) )))) + number_literal) )))) == number_literal) )) && (parenthesized_expression "(pcVar2 = *(char **)(*(int *)(iVar4 + 0x9c) + 0x204), pcVar2 != (char *)0x0)" ( (comma_expression "pcVar2 = *(char **)(*(int *)(iVar4 + 0x9c) + 0x204), pcVar2 != (char *)0x0" (assignment_expression "pcVar2 = *(char **)(*(int *)(iVar4 + 0x9c) + 0x204)" identifier = (pointer_expression "*(char **)(*(int *)(iVar4 + 0x9c) + 0x204)" * (cast_expression "(char **)(*(int *)(iVar4 + 0x9c) + 0x204)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(int *)(iVar4 + 0x9c) + 0x204)" ( (binary_expression "*(int *)(iVar4 + 0x9c) + 0x204" (pointer_expression "*(int *)(iVar4 + 0x9c)" * (cast_expression "(int *)(iVar4 + 0x9c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar4 + 0x9c)" ( (binary_expression "iVar4 + 0x9c" identifier + number_literal) )))) + number_literal) ))))) , (binary_expression "pcVar2 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal))) ))) )) && (parenthesized_expression "(*pcVar2 != '\0')" ( (binary_expression "*pcVar2 != '\0'" (pointer_expression "*pcVar2" * identifier) != (char_literal "'\0'" ' escape_sequence ')) ))) )) (compound_statement "{\n pcVar2 = (char *)xstrdup(pcVar2);\n do {\n pcVar3 = strchr(pcVar2,(int)DAT_0008cd48);\n if (pcVar3 == (char *)0x0) {\n if (*pcVar2 != '\0') {\n FUN_000359c0();\n iVar4 = *(int *)(iVar4 + 0x98);\n goto joined_r0x000368b0;\n }\n break;\n }\n *pcVar3 = '\0';\n if (*pcVar2 != '\0') {\n FUN_000359c0();\n }\n pcVar2 = pcVar3 + 1;\n } while (pcVar2 != (char *)0x0);\n }" { (expression_statement "pcVar2 = (char *)xstrdup(pcVar2);" (assignment_expression "pcVar2 = (char *)xstrdup(pcVar2)" identifier = (cast_expression "(char *)xstrdup(pcVar2)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "xstrdup(pcVar2)" identifier (argument_list "(pcVar2)" ( identifier ))))) ;) (do_statement "do {\n pcVar3 = strchr(pcVar2,(int)DAT_0008cd48);\n if (pcVar3 == (char *)0x0) {\n if (*pcVar2 != '\0') {\n FUN_000359c0();\n iVar4 = *(int *)(iVar4 + 0x98);\n goto joined_r0x000368b0;\n }\n break;\n }\n *pcVar3 = '\0';\n if (*pcVar2 != '\0') {\n FUN_000359c0();\n }\n pcVar2 = pcVar3 + 1;\n } while (pcVar2 != (char *)0x0);" do (compound_statement "{\n pcVar3 = strchr(pcVar2,(int)DAT_0008cd48);\n if (pcVar3 == (char *)0x0) {\n if (*pcVar2 != '\0') {\n FUN_000359c0();\n iVar4 = *(int *)(iVar4 + 0x98);\n goto joined_r0x000368b0;\n }\n break;\n }\n *pcVar3 = '\0';\n if (*pcVar2 != '\0') {\n FUN_000359c0();\n }\n pcVar2 = pcVar3 + 1;\n }" { (expression_statement "pcVar3 = strchr(pcVar2,(int)DAT_0008cd48);" (assignment_expression "pcVar3 = strchr(pcVar2,(int)DAT_0008cd48)" identifier = (call_expression "strchr(pcVar2,(int)DAT_0008cd48)" identifier (argument_list "(pcVar2,(int)DAT_0008cd48)" ( identifier , (cast_expression "(int)DAT_0008cd48" ( (type_descriptor "int" primitive_type) ) identifier) )))) ;) (if_statement "if (pcVar3 == (char *)0x0) {\n if (*pcVar2 != '\0') {\n FUN_000359c0();\n iVar4 = *(int *)(iVar4 + 0x98);\n goto joined_r0x000368b0;\n }\n break;\n }" if (parenthesized_expression "(pcVar3 == (char *)0x0)" ( (binary_expression "pcVar3 == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n if (*pcVar2 != '\0') {\n FUN_000359c0();\n iVar4 = *(int *)(iVar4 + 0x98);\n goto joined_r0x000368b0;\n }\n break;\n }" { (if_statement "if (*pcVar2 != '\0') {\n FUN_000359c0();\n iVar4 = *(int *)(iVar4 + 0x98);\n goto joined_r0x000368b0;\n }" if (parenthesized_expression "(*pcVar2 != '\0')" ( (binary_expression "*pcVar2 != '\0'" (pointer_expression "*pcVar2" * identifier) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n FUN_000359c0();\n iVar4 = *(int *)(iVar4 + 0x98);\n goto joined_r0x000368b0;\n }" { (expression_statement "FUN_000359c0();" (call_expression "FUN_000359c0()" identifier (argument_list "()" ( ))) ;) (expression_statement "iVar4 = *(int *)(iVar4 + 0x98);" (assignment_expression "iVar4 = *(int *)(iVar4 + 0x98)" identifier = (pointer_expression "*(int *)(iVar4 + 0x98)" * (cast_expression "(int *)(iVar4 + 0x98)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar4 + 0x98)" ( (binary_expression "iVar4 + 0x98" identifier + number_literal) ))))) ;) (goto_statement "goto joined_r0x000368b0;" goto statement_identifier ;) })) (break_statement "break;" break ;) })) (expression_statement "*pcVar3 = '\0';" (assignment_expression "*pcVar3 = '\0'" (pointer_expression "*pcVar3" * identifier) = (char_literal "'\0'" ' escape_sequence ')) ;) (if_statement "if (*pcVar2 != '\0') {\n FUN_000359c0();\n }" if (parenthesized_expression "(*pcVar2 != '\0')" ( (binary_expression "*pcVar2 != '\0'" (pointer_expression "*pcVar2" * identifier) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n FUN_000359c0();\n }" { (expression_statement "FUN_000359c0();" (call_expression "FUN_000359c0()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "pcVar2 = pcVar3 + 1;" (assignment_expression "pcVar2 = pcVar3 + 1" identifier = (binary_expression "pcVar3 + 1" identifier + number_literal)) ;) }) while (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)) )) ;) })) (expression_statement "iVar4 = *(int *)(iVar4 + 0x98);" (assignment_expression "iVar4 = *(int *)(iVar4 + 0x98)" identifier = (pointer_expression "*(int *)(iVar4 + 0x98)" * (cast_expression "(int *)(iVar4 + 0x98)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar4 + 0x98)" ( (binary_expression "iVar4 + 0x98" identifier + number_literal) ))))) ;) }) while (parenthesized_expression "( true )" ( true )) ;)) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid gldm68kelf_before_allocation(void)\n\n{\n int iVar1;\n wildcard_list *pwVar2;\n lang_statement_union *plVar3;\n bfd *pbVar4;\n char *pcVar5;\n char *pcVar6;\n int iVar7;\n size_t sVar8;\n int iVar9;\n char *local_50;\n undefined4 *local_48;\n undefined1 local_3d;\n asection *sinterp;\n undefined4 local_38;\n undefined4 local_34;\n undefined4 local_30;\n undefined4 local_2c;\n undefined4 local_28;\n undefined4 local_24;\n undefined4 local_20;\n undefined4 uStack_14;\n \n uStack_14 = 0x36859;\n local_48 = (undefined4 *)0x0;\n if ((link_info.hash)->type == bfd_link_elf_hash_table) {\n _bfd_elf_tls_setup(link_info.output_bfd,&link_info);\n if ((((link_info._0_1_ & 3) == 2) ||\n (local_48 = (undefined4 *)bfd_link_hash_lookup(link_info.hash,"__ehdr_start",0,0,1),\n local_48 == (undefined4 *)0x0)) ||\n ((2 < *(byte *)(local_48 + 3) && (*(byte *)(local_48 + 3) != 5)))) {\n local_48 = (undefined4 *)0x0;\n }\n else {\n (**(code **)((int)(link_info.output_bfd)->xvec->backend_data + 0xe4))(&link_info,local_48,1);\n if ((*(byte *)((int)local_48 + 0x31) & 3) != 1) {\n *(byte *)((int)local_48 + 0x31) = *(byte *)((int)local_48 + 0x31) & 0xfc | 2;\n }\n local_38 = *local_48;\n local_34 = local_48[1];\n local_30 = local_48[2];\n local_2c = local_48[3];\n local_28 = local_48[4];\n local_24 = local_48[5];\n local_20 = local_48[6];\n local_48[6] = 0;\n local_3d = *(undefined1 *)(local_48 + 3);\n *(undefined1 *)(local_48 + 3) = 3;\n local_48[5] = PTR__bfd_std_section_0008bfd4 + 0x150;\n }\n lang_for_each_statement(gldm68kelf_find_statement_assignment);\n }\n local_50 = command_line.rpath;\n if (((command_line.rpath == (char *)0x0) &&\n (local_50 = getenv("LD_RUN_PATH"), local_50 == (char *)0x0)) ||\n (pbVar4 = link_info.input_bfds, *local_50 == '\0')) {\n local_50 = (char *)0x0;\n pbVar4 = link_info.input_bfds;\n }\njoined_r0x000368b0:\n do {\n if (pbVar4 == (bfd *)0x0) {\n iVar7 = bfd_elf_size_dynamic_sections\n (link_info.output_bfd,command_line.soname,local_50,command_line.filter_shlib\n ,audit,depaudit,command_line.auxiliary_filters,&link_info,&sinterp);\n if (iVar7 == 0) {\n pcVar5 = (char *)dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n einfo(pcVar5);\n }\n pcVar5 = command_line.interpreter;\n plVar3 = file_chain.head;\n if ((command_line.interpreter != (char *)0x0) && (sinterp != (asection *)0x0)) {\n sinterp->contents = (uchar *)command_line.interpreter;\n sVar8 = strlen(pcVar5);\n sinterp->size = sVar8 + 1;\n plVar3 = file_chain.head;\n }\n for (; plVar3 != (lang_statement_union *)0x0; plVar3 = (plVar3->wild_statement).children.head)\n {\n if ((((uint)(plVar3->wild_statement).walk_wild_section_handler & 0x10) == 0) &&\n (iVar7 = bfd_get_section_by_name((plVar3->wild_statement).section_list,".gnu.warning"),\n iVar7 != 0)) {\n iVar1 = *(int *)(iVar7 + 0x24);\n pcVar5 = (char *)xmalloc(iVar1 + 1);\n iVar9 = bfd_get_section_contents\n ((plVar3->wild_statement).section_list,iVar7,pcVar5,0,0,iVar1);\n if (iVar9 == 0) {\n pwVar2 = (plVar3->wild_statement).section_list;\n pcVar6 = (char *)dcgettext(0,\n "%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n"\n ,5);\n einfo(pcVar6,pwVar2);\n }\n pcVar5[iVar1] = '\0';\n (*(link_info.callbacks)->warning)\n (&link_info,pcVar5,(char *)0x0,(bfd *)(plVar3->wild_statement).section_list,\n (asection *)0x0,0);\n free(pcVar5);\n iVar1 = *(int *)(iVar7 + 0x3c);\n if (iVar1 != 0) {\n if (*(uint *)(iVar7 + 0x24) <= *(uint *)(iVar1 + 0x28)) {\n *(uint *)(iVar1 + 0x28) = *(uint *)(iVar1 + 0x28) - *(uint *)(iVar7 + 0x24);\n }\n }\n *(uint *)(iVar7 + 0x14) = *(uint *)(iVar7 + 0x14) | 0x208000;\n *(undefined4 *)(iVar7 + 0x24) = 0;\n }\n }\n before_allocation_default();\n iVar7 = bfd_elf_size_dynsym_hash_dynstr(link_info.output_bfd,&link_info);\n if (iVar7 == 0) {\n pcVar5 = (char *)dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n einfo(pcVar5);\n }\n if (local_48 != (undefined4 *)0x0) {\n *(undefined1 *)(local_48 + 3) = local_3d;\n local_48[4] = local_28;\n local_48[5] = local_24;\n local_48[6] = local_20;\n }\n return;\n }\n if (((pbVar4->xvec->flavour == bfd_target_elf_flavour) &&\n (pcVar5 = ((pbVar4->tdata).elf_obj_data)->dt_audit, pcVar5 != (char *)0x0)) &&\n (*pcVar5 != '\0')) {\n pcVar5 = (char *)xstrdup(pcVar5);\n do {\n pcVar6 = strchr(pcVar5,(int)config.rpath_separator);\n if (pcVar6 == (char *)0x0) {\n if (*pcVar5 != '\0') {\n gldm68kelf_append_to_separated_string(&depaudit,pcVar5);\n pbVar4 = (pbVar4->link).next;\n goto joined_r0x000368b0;\n }\n break;\n }\n *pcVar6 = '\0';\n if (*pcVar5 != '\0') {\n gldm68kelf_append_to_separated_string(&depaudit,pcVar5);\n }\n pcVar5 = pcVar6 + 1;\n } while (pcVar5 != (char *)0x0);\n }\n pbVar4 = (pbVar4->link).next;\n } while( true );\n}\n\n" comment comment (function_definition "void gldm68kelf_before_allocation(void)\n\n{\n int iVar1;\n wildcard_list *pwVar2;\n lang_statement_union *plVar3;\n bfd *pbVar4;\n char *pcVar5;\n char *pcVar6;\n int iVar7;\n size_t sVar8;\n int iVar9;\n char *local_50;\n undefined4 *local_48;\n undefined1 local_3d;\n asection *sinterp;\n undefined4 local_38;\n undefined4 local_34;\n undefined4 local_30;\n undefined4 local_2c;\n undefined4 local_28;\n undefined4 local_24;\n undefined4 local_20;\n undefined4 uStack_14;\n \n uStack_14 = 0x36859;\n local_48 = (undefined4 *)0x0;\n if ((link_info.hash)->type == bfd_link_elf_hash_table) {\n _bfd_elf_tls_setup(link_info.output_bfd,&link_info);\n if ((((link_info._0_1_ & 3) == 2) ||\n (local_48 = (undefined4 *)bfd_link_hash_lookup(link_info.hash,"__ehdr_start",0,0,1),\n local_48 == (undefined4 *)0x0)) ||\n ((2 < *(byte *)(local_48 + 3) && (*(byte *)(local_48 + 3) != 5)))) {\n local_48 = (undefined4 *)0x0;\n }\n else {\n (**(code **)((int)(link_info.output_bfd)->xvec->backend_data + 0xe4))(&link_info,local_48,1);\n if ((*(byte *)((int)local_48 + 0x31) & 3) != 1) {\n *(byte *)((int)local_48 + 0x31) = *(byte *)((int)local_48 + 0x31) & 0xfc | 2;\n }\n local_38 = *local_48;\n local_34 = local_48[1];\n local_30 = local_48[2];\n local_2c = local_48[3];\n local_28 = local_48[4];\n local_24 = local_48[5];\n local_20 = local_48[6];\n local_48[6] = 0;\n local_3d = *(undefined1 *)(local_48 + 3);\n *(undefined1 *)(local_48 + 3) = 3;\n local_48[5] = PTR__bfd_std_section_0008bfd4 + 0x150;\n }\n lang_for_each_statement(gldm68kelf_find_statement_assignment);\n }\n local_50 = command_line.rpath;\n if (((command_line.rpath == (char *)0x0) &&\n (local_50 = getenv("LD_RUN_PATH"), local_50 == (char *)0x0)) ||\n (pbVar4 = link_info.input_bfds, *local_50 == '\0')) {\n local_50 = (char *)0x0;\n pbVar4 = link_info.input_bfds;\n }\njoined_r0x000368b0:\n do {\n if (pbVar4 == (bfd *)0x0) {\n iVar7 = bfd_elf_size_dynamic_sections\n (link_info.output_bfd,command_line.soname,local_50,command_line.filter_shlib\n ,audit,depaudit,command_line.auxiliary_filters,&link_info,&sinterp);\n if (iVar7 == 0) {\n pcVar5 = (char *)dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n einfo(pcVar5);\n }\n pcVar5 = command_line.interpreter;\n plVar3 = file_chain.head;\n if ((command_line.interpreter != (char *)0x0) && (sinterp != (asection *)0x0)) {\n sinterp->contents = (uchar *)command_line.interpreter;\n sVar8 = strlen(pcVar5);\n sinterp->size = sVar8 + 1;\n plVar3 = file_chain.head;\n }\n for (; plVar3 != (lang_statement_union *)0x0; plVar3 = (plVar3->wild_statement).children.head)\n {\n if ((((uint)(plVar3->wild_statement).walk_wild_section_handler & 0x10) == 0) &&\n (iVar7 = bfd_get_section_by_name((plVar3->wild_statement).section_list,".gnu.warning"),\n iVar7 != 0)) {\n iVar1 = *(int *)(iVar7 + 0x24);\n pcVar5 = (char *)xmalloc(iVar1 + 1);\n iVar9 = bfd_get_section_contents\n ((plVar3->wild_statement).section_list,iVar7,pcVar5,0,0,iVar1);\n if (iVar9 == 0) {\n pwVar2 = (plVar3->wild_statement).section_list;\n pcVar6 = (char *)dcgettext(0,\n "%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n"\n ,5);\n einfo(pcVar6,pwVar2);\n }\n pcVar5[iVar1] = '\0';\n (*(link_info.callbacks)->warning)\n (&link_info,pcVar5,(char *)0x0,(bfd *)(plVar3->wild_statement).section_list,\n (asection *)0x0,0);\n free(pcVar5);\n iVar1 = *(int *)(iVar7 + 0x3c);\n if (iVar1 != 0) {\n if (*(uint *)(iVar7 + 0x24) <= *(uint *)(iVar1 + 0x28)) {\n *(uint *)(iVar1 + 0x28) = *(uint *)(iVar1 + 0x28) - *(uint *)(iVar7 + 0x24);\n }\n }\n *(uint *)(iVar7 + 0x14) = *(uint *)(iVar7 + 0x14) | 0x208000;\n *(undefined4 *)(iVar7 + 0x24) = 0;\n }\n }\n before_allocation_default();\n iVar7 = bfd_elf_size_dynsym_hash_dynstr(link_info.output_bfd,&link_info);\n if (iVar7 == 0) {\n pcVar5 = (char *)dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n einfo(pcVar5);\n }\n if (local_48 != (undefined4 *)0x0) {\n *(undefined1 *)(local_48 + 3) = local_3d;\n local_48[4] = local_28;\n local_48[5] = local_24;\n local_48[6] = local_20;\n }\n return;\n }\n if (((pbVar4->xvec->flavour == bfd_target_elf_flavour) &&\n (pcVar5 = ((pbVar4->tdata).elf_obj_data)->dt_audit, pcVar5 != (char *)0x0)) &&\n (*pcVar5 != '\0')) {\n pcVar5 = (char *)xstrdup(pcVar5);\n do {\n pcVar6 = strchr(pcVar5,(int)config.rpath_separator);\n if (pcVar6 == (char *)0x0) {\n if (*pcVar5 != '\0') {\n gldm68kelf_append_to_separated_string(&depaudit,pcVar5);\n pbVar4 = (pbVar4->link).next;\n goto joined_r0x000368b0;\n }\n break;\n }\n *pcVar6 = '\0';\n if (*pcVar5 != '\0') {\n gldm68kelf_append_to_separated_string(&depaudit,pcVar5);\n }\n pcVar5 = pcVar6 + 1;\n } while (pcVar5 != (char *)0x0);\n }\n pbVar4 = (pbVar4->link).next;\n } while( true );\n}" primitive_type (function_declarator "gldm68kelf_before_allocation(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n int iVar1;\n wildcard_list *pwVar2;\n lang_statement_union *plVar3;\n bfd *pbVar4;\n char *pcVar5;\n char *pcVar6;\n int iVar7;\n size_t sVar8;\n int iVar9;\n char *local_50;\n undefined4 *local_48;\n undefined1 local_3d;\n asection *sinterp;\n undefined4 local_38;\n undefined4 local_34;\n undefined4 local_30;\n undefined4 local_2c;\n undefined4 local_28;\n undefined4 local_24;\n undefined4 local_20;\n undefined4 uStack_14;\n \n uStack_14 = 0x36859;\n local_48 = (undefined4 *)0x0;\n if ((link_info.hash)->type == bfd_link_elf_hash_table) {\n _bfd_elf_tls_setup(link_info.output_bfd,&link_info);\n if ((((link_info._0_1_ & 3) == 2) ||\n (local_48 = (undefined4 *)bfd_link_hash_lookup(link_info.hash,"__ehdr_start",0,0,1),\n local_48 == (undefined4 *)0x0)) ||\n ((2 < *(byte *)(local_48 + 3) && (*(byte *)(local_48 + 3) != 5)))) {\n local_48 = (undefined4 *)0x0;\n }\n else {\n (**(code **)((int)(link_info.output_bfd)->xvec->backend_data + 0xe4))(&link_info,local_48,1);\n if ((*(byte *)((int)local_48 + 0x31) & 3) != 1) {\n *(byte *)((int)local_48 + 0x31) = *(byte *)((int)local_48 + 0x31) & 0xfc | 2;\n }\n local_38 = *local_48;\n local_34 = local_48[1];\n local_30 = local_48[2];\n local_2c = local_48[3];\n local_28 = local_48[4];\n local_24 = local_48[5];\n local_20 = local_48[6];\n local_48[6] = 0;\n local_3d = *(undefined1 *)(local_48 + 3);\n *(undefined1 *)(local_48 + 3) = 3;\n local_48[5] = PTR__bfd_std_section_0008bfd4 + 0x150;\n }\n lang_for_each_statement(gldm68kelf_find_statement_assignment);\n }\n local_50 = command_line.rpath;\n if (((command_line.rpath == (char *)0x0) &&\n (local_50 = getenv("LD_RUN_PATH"), local_50 == (char *)0x0)) ||\n (pbVar4 = link_info.input_bfds, *local_50 == '\0')) {\n local_50 = (char *)0x0;\n pbVar4 = link_info.input_bfds;\n }\njoined_r0x000368b0:\n do {\n if (pbVar4 == (bfd *)0x0) {\n iVar7 = bfd_elf_size_dynamic_sections\n (link_info.output_bfd,command_line.soname,local_50,command_line.filter_shlib\n ,audit,depaudit,command_line.auxiliary_filters,&link_info,&sinterp);\n if (iVar7 == 0) {\n pcVar5 = (char *)dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n einfo(pcVar5);\n }\n pcVar5 = command_line.interpreter;\n plVar3 = file_chain.head;\n if ((command_line.interpreter != (char *)0x0) && (sinterp != (asection *)0x0)) {\n sinterp->contents = (uchar *)command_line.interpreter;\n sVar8 = strlen(pcVar5);\n sinterp->size = sVar8 + 1;\n plVar3 = file_chain.head;\n }\n for (; plVar3 != (lang_statement_union *)0x0; plVar3 = (plVar3->wild_statement).children.head)\n {\n if ((((uint)(plVar3->wild_statement).walk_wild_section_handler & 0x10) == 0) &&\n (iVar7 = bfd_get_section_by_name((plVar3->wild_statement).section_list,".gnu.warning"),\n iVar7 != 0)) {\n iVar1 = *(int *)(iVar7 + 0x24);\n pcVar5 = (char *)xmalloc(iVar1 + 1);\n iVar9 = bfd_get_section_contents\n ((plVar3->wild_statement).section_list,iVar7,pcVar5,0,0,iVar1);\n if (iVar9 == 0) {\n pwVar2 = (plVar3->wild_statement).section_list;\n pcVar6 = (char *)dcgettext(0,\n "%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n"\n ,5);\n einfo(pcVar6,pwVar2);\n }\n pcVar5[iVar1] = '\0';\n (*(link_info.callbacks)->warning)\n (&link_info,pcVar5,(char *)0x0,(bfd *)(plVar3->wild_statement).section_list,\n (asection *)0x0,0);\n free(pcVar5);\n iVar1 = *(int *)(iVar7 + 0x3c);\n if (iVar1 != 0) {\n if (*(uint *)(iVar7 + 0x24) <= *(uint *)(iVar1 + 0x28)) {\n *(uint *)(iVar1 + 0x28) = *(uint *)(iVar1 + 0x28) - *(uint *)(iVar7 + 0x24);\n }\n }\n *(uint *)(iVar7 + 0x14) = *(uint *)(iVar7 + 0x14) | 0x208000;\n *(undefined4 *)(iVar7 + 0x24) = 0;\n }\n }\n before_allocation_default();\n iVar7 = bfd_elf_size_dynsym_hash_dynstr(link_info.output_bfd,&link_info);\n if (iVar7 == 0) {\n pcVar5 = (char *)dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n einfo(pcVar5);\n }\n if (local_48 != (undefined4 *)0x0) {\n *(undefined1 *)(local_48 + 3) = local_3d;\n local_48[4] = local_28;\n local_48[5] = local_24;\n local_48[6] = local_20;\n }\n return;\n }\n if (((pbVar4->xvec->flavour == bfd_target_elf_flavour) &&\n (pcVar5 = ((pbVar4->tdata).elf_obj_data)->dt_audit, pcVar5 != (char *)0x0)) &&\n (*pcVar5 != '\0')) {\n pcVar5 = (char *)xstrdup(pcVar5);\n do {\n pcVar6 = strchr(pcVar5,(int)config.rpath_separator);\n if (pcVar6 == (char *)0x0) {\n if (*pcVar5 != '\0') {\n gldm68kelf_append_to_separated_string(&depaudit,pcVar5);\n pbVar4 = (pbVar4->link).next;\n goto joined_r0x000368b0;\n }\n break;\n }\n *pcVar6 = '\0';\n if (*pcVar5 != '\0') {\n gldm68kelf_append_to_separated_string(&depaudit,pcVar5);\n }\n pcVar5 = pcVar6 + 1;\n } while (pcVar5 != (char *)0x0);\n }\n pbVar4 = (pbVar4->link).next;\n } while( true );\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "wildcard_list *pwVar2;" type_identifier (pointer_declarator "*pwVar2" * identifier) ;) (declaration "lang_statement_union *plVar3;" type_identifier (pointer_declarator "*plVar3" * identifier) ;) (declaration "bfd *pbVar4;" type_identifier (pointer_declarator "*pbVar4" * identifier) ;) (declaration "char *pcVar5;" primitive_type (pointer_declarator "*pcVar5" * identifier) ;) (declaration "char *pcVar6;" primitive_type (pointer_declarator "*pcVar6" * identifier) ;) (declaration "int iVar7;" primitive_type identifier ;) (declaration "size_t sVar8;" primitive_type identifier ;) (declaration "int iVar9;" primitive_type identifier ;) (declaration "char *local_50;" primitive_type (pointer_declarator "*local_50" * identifier) ;) (declaration "undefined4 *local_48;" type_identifier (pointer_declarator "*local_48" * identifier) ;) (declaration "undefined1 local_3d;" type_identifier identifier ;) (declaration "asection *sinterp;" type_identifier (pointer_declarator "*sinterp" * identifier) ;) (declaration "undefined4 local_38;" type_identifier identifier ;) (declaration "undefined4 local_34;" type_identifier identifier ;) (declaration "undefined4 local_30;" type_identifier identifier ;) (declaration "undefined4 local_2c;" type_identifier identifier ;) (declaration "undefined4 local_28;" type_identifier identifier ;) (declaration "undefined4 local_24;" type_identifier identifier ;) (declaration "undefined4 local_20;" type_identifier identifier ;) (declaration "undefined4 uStack_14;" type_identifier identifier ;) (expression_statement "uStack_14 = 0x36859;" (assignment_expression "uStack_14 = 0x36859" identifier = number_literal) ;) (expression_statement "local_48 = (undefined4 *)0x0;" (assignment_expression "local_48 = (undefined4 *)0x0" identifier = (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (if_statement "if ((link_info.hash)->type == bfd_link_elf_hash_table) {\n _bfd_elf_tls_setup(link_info.output_bfd,&link_info);\n if ((((link_info._0_1_ & 3) == 2) ||\n (local_48 = (undefined4 *)bfd_link_hash_lookup(link_info.hash,"__ehdr_start",0,0,1),\n local_48 == (undefined4 *)0x0)) ||\n ((2 < *(byte *)(local_48 + 3) && (*(byte *)(local_48 + 3) != 5)))) {\n local_48 = (undefined4 *)0x0;\n }\n else {\n (**(code **)((int)(link_info.output_bfd)->xvec->backend_data + 0xe4))(&link_info,local_48,1);\n if ((*(byte *)((int)local_48 + 0x31) & 3) != 1) {\n *(byte *)((int)local_48 + 0x31) = *(byte *)((int)local_48 + 0x31) & 0xfc | 2;\n }\n local_38 = *local_48;\n local_34 = local_48[1];\n local_30 = local_48[2];\n local_2c = local_48[3];\n local_28 = local_48[4];\n local_24 = local_48[5];\n local_20 = local_48[6];\n local_48[6] = 0;\n local_3d = *(undefined1 *)(local_48 + 3);\n *(undefined1 *)(local_48 + 3) = 3;\n local_48[5] = PTR__bfd_std_section_0008bfd4 + 0x150;\n }\n lang_for_each_statement(gldm68kelf_find_statement_assignment);\n }" if (parenthesized_expression "((link_info.hash)->type == bfd_link_elf_hash_table)" ( (binary_expression "(link_info.hash)->type == bfd_link_elf_hash_table" (field_expression "(link_info.hash)->type" (parenthesized_expression "(link_info.hash)" ( (field_expression "link_info.hash" identifier . field_identifier) )) -> field_identifier) == identifier) )) (compound_statement "{\n _bfd_elf_tls_setup(link_info.output_bfd,&link_info);\n if ((((link_info._0_1_ & 3) == 2) ||\n (local_48 = (undefined4 *)bfd_link_hash_lookup(link_info.hash,"__ehdr_start",0,0,1),\n local_48 == (undefined4 *)0x0)) ||\n ((2 < *(byte *)(local_48 + 3) && (*(byte *)(local_48 + 3) != 5)))) {\n local_48 = (undefined4 *)0x0;\n }\n else {\n (**(code **)((int)(link_info.output_bfd)->xvec->backend_data + 0xe4))(&link_info,local_48,1);\n if ((*(byte *)((int)local_48 + 0x31) & 3) != 1) {\n *(byte *)((int)local_48 + 0x31) = *(byte *)((int)local_48 + 0x31) & 0xfc | 2;\n }\n local_38 = *local_48;\n local_34 = local_48[1];\n local_30 = local_48[2];\n local_2c = local_48[3];\n local_28 = local_48[4];\n local_24 = local_48[5];\n local_20 = local_48[6];\n local_48[6] = 0;\n local_3d = *(undefined1 *)(local_48 + 3);\n *(undefined1 *)(local_48 + 3) = 3;\n local_48[5] = PTR__bfd_std_section_0008bfd4 + 0x150;\n }\n lang_for_each_statement(gldm68kelf_find_statement_assignment);\n }" { (expression_statement "_bfd_elf_tls_setup(link_info.output_bfd,&link_info);" (call_expression "_bfd_elf_tls_setup(link_info.output_bfd,&link_info)" identifier (argument_list "(link_info.output_bfd,&link_info)" ( (field_expression "link_info.output_bfd" identifier . field_identifier) , (pointer_expression "&link_info" & identifier) ))) ;) (if_statement "if ((((link_info._0_1_ & 3) == 2) ||\n (local_48 = (undefined4 *)bfd_link_hash_lookup(link_info.hash,"__ehdr_start",0,0,1),\n local_48 == (undefined4 *)0x0)) ||\n ((2 < *(byte *)(local_48 + 3) && (*(byte *)(local_48 + 3) != 5)))) {\n local_48 = (undefined4 *)0x0;\n }\n else {\n (**(code **)((int)(link_info.output_bfd)->xvec->backend_data + 0xe4))(&link_info,local_48,1);\n if ((*(byte *)((int)local_48 + 0x31) & 3) != 1) {\n *(byte *)((int)local_48 + 0x31) = *(byte *)((int)local_48 + 0x31) & 0xfc | 2;\n }\n local_38 = *local_48;\n local_34 = local_48[1];\n local_30 = local_48[2];\n local_2c = local_48[3];\n local_28 = local_48[4];\n local_24 = local_48[5];\n local_20 = local_48[6];\n local_48[6] = 0;\n local_3d = *(undefined1 *)(local_48 + 3);\n *(undefined1 *)(local_48 + 3) = 3;\n local_48[5] = PTR__bfd_std_section_0008bfd4 + 0x150;\n }" if (parenthesized_expression "((((link_info._0_1_ & 3) == 2) ||\n (local_48 = (undefined4 *)bfd_link_hash_lookup(link_info.hash,"__ehdr_start",0,0,1),\n local_48 == (undefined4 *)0x0)) ||\n ((2 < *(byte *)(local_48 + 3) && (*(byte *)(local_48 + 3) != 5))))" ( (binary_expression "(((link_info._0_1_ & 3) == 2) ||\n (local_48 = (undefined4 *)bfd_link_hash_lookup(link_info.hash,"__ehdr_start",0,0,1),\n local_48 == (undefined4 *)0x0)) ||\n ((2 < *(byte *)(local_48 + 3) && (*(byte *)(local_48 + 3) != 5)))" (parenthesized_expression "(((link_info._0_1_ & 3) == 2) ||\n (local_48 = (undefined4 *)bfd_link_hash_lookup(link_info.hash,"__ehdr_start",0,0,1),\n local_48 == (undefined4 *)0x0))" ( (binary_expression "((link_info._0_1_ & 3) == 2) ||\n (local_48 = (undefined4 *)bfd_link_hash_lookup(link_info.hash,"__ehdr_start",0,0,1),\n local_48 == (undefined4 *)0x0)" (parenthesized_expression "((link_info._0_1_ & 3) == 2)" ( (binary_expression "(link_info._0_1_ & 3) == 2" (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) )) || (parenthesized_expression "(local_48 = (undefined4 *)bfd_link_hash_lookup(link_info.hash,"__ehdr_start",0,0,1),\n local_48 == (undefined4 *)0x0)" ( (comma_expression "local_48 = (undefined4 *)bfd_link_hash_lookup(link_info.hash,"__ehdr_start",0,0,1),\n local_48 == (undefined4 *)0x0" (assignment_expression "local_48 = (undefined4 *)bfd_link_hash_lookup(link_info.hash,"__ehdr_start",0,0,1)" identifier = (cast_expression "(undefined4 *)bfd_link_hash_lookup(link_info.hash,"__ehdr_start",0,0,1)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "bfd_link_hash_lookup(link_info.hash,"__ehdr_start",0,0,1)" identifier (argument_list "(link_info.hash,"__ehdr_start",0,0,1)" ( (field_expression "link_info.hash" identifier . field_identifier) , (string_literal ""__ehdr_start"" " string_content ") , number_literal , number_literal , number_literal ))))) , (binary_expression "local_48 == (undefined4 *)0x0" identifier == (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal))) ))) )) || (parenthesized_expression "((2 < *(byte *)(local_48 + 3) && (*(byte *)(local_48 + 3) != 5)))" ( (parenthesized_expression "(2 < *(byte *)(local_48 + 3) && (*(byte *)(local_48 + 3) != 5))" ( (binary_expression "2 < *(byte *)(local_48 + 3) && (*(byte *)(local_48 + 3) != 5)" (binary_expression "2 < *(byte *)(local_48 + 3)" number_literal < (pointer_expression "*(byte *)(local_48 + 3)" * (cast_expression "(byte *)(local_48 + 3)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_48 + 3)" ( (binary_expression "local_48 + 3" identifier + number_literal) ))))) && (parenthesized_expression "(*(byte *)(local_48 + 3) != 5)" ( (binary_expression "*(byte *)(local_48 + 3) != 5" (pointer_expression "*(byte *)(local_48 + 3)" * (cast_expression "(byte *)(local_48 + 3)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_48 + 3)" ( (binary_expression "local_48 + 3" identifier + number_literal) )))) != number_literal) ))) )) ))) )) (compound_statement "{\n local_48 = (undefined4 *)0x0;\n }" { (expression_statement "local_48 = (undefined4 *)0x0;" (assignment_expression "local_48 = (undefined4 *)0x0" identifier = (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) }) (else_clause "else {\n (**(code **)((int)(link_info.output_bfd)->xvec->backend_data + 0xe4))(&link_info,local_48,1);\n if ((*(byte *)((int)local_48 + 0x31) & 3) != 1) {\n *(byte *)((int)local_48 + 0x31) = *(byte *)((int)local_48 + 0x31) & 0xfc | 2;\n }\n local_38 = *local_48;\n local_34 = local_48[1];\n local_30 = local_48[2];\n local_2c = local_48[3];\n local_28 = local_48[4];\n local_24 = local_48[5];\n local_20 = local_48[6];\n local_48[6] = 0;\n local_3d = *(undefined1 *)(local_48 + 3);\n *(undefined1 *)(local_48 + 3) = 3;\n local_48[5] = PTR__bfd_std_section_0008bfd4 + 0x150;\n }" else (compound_statement "{\n (**(code **)((int)(link_info.output_bfd)->xvec->backend_data + 0xe4))(&link_info,local_48,1);\n if ((*(byte *)((int)local_48 + 0x31) & 3) != 1) {\n *(byte *)((int)local_48 + 0x31) = *(byte *)((int)local_48 + 0x31) & 0xfc | 2;\n }\n local_38 = *local_48;\n local_34 = local_48[1];\n local_30 = local_48[2];\n local_2c = local_48[3];\n local_28 = local_48[4];\n local_24 = local_48[5];\n local_20 = local_48[6];\n local_48[6] = 0;\n local_3d = *(undefined1 *)(local_48 + 3);\n *(undefined1 *)(local_48 + 3) = 3;\n local_48[5] = PTR__bfd_std_section_0008bfd4 + 0x150;\n }" { (expression_statement "(**(code **)((int)(link_info.output_bfd)->xvec->backend_data + 0xe4))(&link_info,local_48,1);" (call_expression "(**(code **)((int)(link_info.output_bfd)->xvec->backend_data + 0xe4))(&link_info,local_48,1)" (parenthesized_expression "(**(code **)((int)(link_info.output_bfd)->xvec->backend_data + 0xe4))" ( (pointer_expression "**(code **)((int)(link_info.output_bfd)->xvec->backend_data + 0xe4)" * (pointer_expression "*(code **)((int)(link_info.output_bfd)->xvec->backend_data + 0xe4)" * (cast_expression "(code **)((int)(link_info.output_bfd)->xvec->backend_data + 0xe4)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)(link_info.output_bfd)->xvec->backend_data + 0xe4)" ( (binary_expression "(int)(link_info.output_bfd)->xvec->backend_data + 0xe4" (cast_expression "(int)(link_info.output_bfd)->xvec->backend_data" ( (type_descriptor "int" primitive_type) ) (field_expression "(link_info.output_bfd)->xvec->backend_data" (field_expression "(link_info.output_bfd)->xvec" (parenthesized_expression "(link_info.output_bfd)" ( (field_expression "link_info.output_bfd" identifier . field_identifier) )) -> field_identifier) -> field_identifier)) + number_literal) ))))) )) (argument_list "(&link_info,local_48,1)" ( (pointer_expression "&link_info" & identifier) , identifier , number_literal ))) ;) (if_statement "if ((*(byte *)((int)local_48 + 0x31) & 3) != 1) {\n *(byte *)((int)local_48 + 0x31) = *(byte *)((int)local_48 + 0x31) & 0xfc | 2;\n }" if (parenthesized_expression "((*(byte *)((int)local_48 + 0x31) & 3) != 1)" ( (binary_expression "(*(byte *)((int)local_48 + 0x31) & 3) != 1" (parenthesized_expression "(*(byte *)((int)local_48 + 0x31) & 3)" ( (binary_expression "*(byte *)((int)local_48 + 0x31) & 3" (pointer_expression "*(byte *)((int)local_48 + 0x31)" * (cast_expression "(byte *)((int)local_48 + 0x31)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)local_48 + 0x31)" ( (binary_expression "(int)local_48 + 0x31" (cast_expression "(int)local_48" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) & number_literal) )) != number_literal) )) (compound_statement "{\n *(byte *)((int)local_48 + 0x31) = *(byte *)((int)local_48 + 0x31) & 0xfc | 2;\n }" { (expression_statement "*(byte *)((int)local_48 + 0x31) = *(byte *)((int)local_48 + 0x31) & 0xfc | 2;" (assignment_expression "*(byte *)((int)local_48 + 0x31) = *(byte *)((int)local_48 + 0x31) & 0xfc | 2" (pointer_expression "*(byte *)((int)local_48 + 0x31)" * (cast_expression "(byte *)((int)local_48 + 0x31)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)local_48 + 0x31)" ( (binary_expression "(int)local_48 + 0x31" (cast_expression "(int)local_48" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = (binary_expression "*(byte *)((int)local_48 + 0x31) & 0xfc | 2" (binary_expression "*(byte *)((int)local_48 + 0x31) & 0xfc" (pointer_expression "*(byte *)((int)local_48 + 0x31)" * (cast_expression "(byte *)((int)local_48 + 0x31)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)local_48 + 0x31)" ( (binary_expression "(int)local_48 + 0x31" (cast_expression "(int)local_48" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) & number_literal) | number_literal)) ;) })) (expression_statement "local_38 = *local_48;" (assignment_expression "local_38 = *local_48" identifier = (pointer_expression "*local_48" * identifier)) ;) (expression_statement "local_34 = local_48[1];" (assignment_expression "local_34 = local_48[1]" identifier = (subscript_expression "local_48[1]" identifier [ number_literal ])) ;) (expression_statement "local_30 = local_48[2];" (assignment_expression "local_30 = local_48[2]" identifier = (subscript_expression "local_48[2]" identifier [ number_literal ])) ;) (expression_statement "local_2c = local_48[3];" (assignment_expression "local_2c = local_48[3]" identifier = (subscript_expression "local_48[3]" identifier [ number_literal ])) ;) (expression_statement "local_28 = local_48[4];" (assignment_expression "local_28 = local_48[4]" identifier = (subscript_expression "local_48[4]" identifier [ number_literal ])) ;) (expression_statement "local_24 = local_48[5];" (assignment_expression "local_24 = local_48[5]" identifier = (subscript_expression "local_48[5]" identifier [ number_literal ])) ;) (expression_statement "local_20 = local_48[6];" (assignment_expression "local_20 = local_48[6]" identifier = (subscript_expression "local_48[6]" identifier [ number_literal ])) ;) (expression_statement "local_48[6] = 0;" (assignment_expression "local_48[6] = 0" (subscript_expression "local_48[6]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "local_3d = *(undefined1 *)(local_48 + 3);" (assignment_expression "local_3d = *(undefined1 *)(local_48 + 3)" identifier = (pointer_expression "*(undefined1 *)(local_48 + 3)" * (cast_expression "(undefined1 *)(local_48 + 3)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_48 + 3)" ( (binary_expression "local_48 + 3" identifier + number_literal) ))))) ;) (expression_statement "*(undefined1 *)(local_48 + 3) = 3;" (assignment_expression "*(undefined1 *)(local_48 + 3) = 3" (pointer_expression "*(undefined1 *)(local_48 + 3)" * (cast_expression "(undefined1 *)(local_48 + 3)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_48 + 3)" ( (binary_expression "local_48 + 3" identifier + number_literal) )))) = number_literal) ;) (expression_statement "local_48[5] = PTR__bfd_std_section_0008bfd4 + 0x150;" (assignment_expression "local_48[5] = PTR__bfd_std_section_0008bfd4 + 0x150" (subscript_expression "local_48[5]" identifier [ number_literal ]) = (binary_expression "PTR__bfd_std_section_0008bfd4 + 0x150" identifier + number_literal)) ;) }))) (expression_statement "lang_for_each_statement(gldm68kelf_find_statement_assignment);" (call_expression "lang_for_each_statement(gldm68kelf_find_statement_assignment)" identifier (argument_list "(gldm68kelf_find_statement_assignment)" ( identifier ))) ;) })) (expression_statement "local_50 = command_line.rpath;" (assignment_expression "local_50 = command_line.rpath" identifier = (field_expression "command_line.rpath" identifier . field_identifier)) ;) (if_statement "if (((command_line.rpath == (char *)0x0) &&\n (local_50 = getenv("LD_RUN_PATH"), local_50 == (char *)0x0)) ||\n (pbVar4 = link_info.input_bfds, *local_50 == '\0')) {\n local_50 = (char *)0x0;\n pbVar4 = link_info.input_bfds;\n }" if (parenthesized_expression "(((command_line.rpath == (char *)0x0) &&\n (local_50 = getenv("LD_RUN_PATH"), local_50 == (char *)0x0)) ||\n (pbVar4 = link_info.input_bfds, *local_50 == '\0'))" ( (binary_expression "((command_line.rpath == (char *)0x0) &&\n (local_50 = getenv("LD_RUN_PATH"), local_50 == (char *)0x0)) ||\n (pbVar4 = link_info.input_bfds, *local_50 == '\0')" (parenthesized_expression "((command_line.rpath == (char *)0x0) &&\n (local_50 = getenv("LD_RUN_PATH"), local_50 == (char *)0x0))" ( (binary_expression "(command_line.rpath == (char *)0x0) &&\n (local_50 = getenv("LD_RUN_PATH"), local_50 == (char *)0x0)" (parenthesized_expression "(command_line.rpath == (char *)0x0)" ( (binary_expression "command_line.rpath == (char *)0x0" (field_expression "command_line.rpath" identifier . field_identifier) == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(local_50 = getenv("LD_RUN_PATH"), local_50 == (char *)0x0)" ( (comma_expression "local_50 = getenv("LD_RUN_PATH"), local_50 == (char *)0x0" (assignment_expression "local_50 = getenv("LD_RUN_PATH")" identifier = (call_expression "getenv("LD_RUN_PATH")" identifier (argument_list "("LD_RUN_PATH")" ( (string_literal ""LD_RUN_PATH"" " string_content ") )))) , (binary_expression "local_50 == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal))) ))) )) || (parenthesized_expression "(pbVar4 = link_info.input_bfds, *local_50 == '\0')" ( (comma_expression "pbVar4 = link_info.input_bfds, *local_50 == '\0'" (assignment_expression "pbVar4 = link_info.input_bfds" identifier = (field_expression "link_info.input_bfds" identifier . field_identifier)) , (binary_expression "*local_50 == '\0'" (pointer_expression "*local_50" * identifier) == (char_literal "'\0'" ' escape_sequence '))) ))) )) (compound_statement "{\n local_50 = (char *)0x0;\n pbVar4 = link_info.input_bfds;\n }" { (expression_statement "local_50 = (char *)0x0;" (assignment_expression "local_50 = (char *)0x0" identifier = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "pbVar4 = link_info.input_bfds;" (assignment_expression "pbVar4 = link_info.input_bfds" identifier = (field_expression "link_info.input_bfds" identifier . field_identifier)) ;) })) (labeled_statement "joined_r0x000368b0:\n do {\n if (pbVar4 == (bfd *)0x0) {\n iVar7 = bfd_elf_size_dynamic_sections\n (link_info.output_bfd,command_line.soname,local_50,command_line.filter_shlib\n ,audit,depaudit,command_line.auxiliary_filters,&link_info,&sinterp);\n if (iVar7 == 0) {\n pcVar5 = (char *)dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n einfo(pcVar5);\n }\n pcVar5 = command_line.interpreter;\n plVar3 = file_chain.head;\n if ((command_line.interpreter != (char *)0x0) && (sinterp != (asection *)0x0)) {\n sinterp->contents = (uchar *)command_line.interpreter;\n sVar8 = strlen(pcVar5);\n sinterp->size = sVar8 + 1;\n plVar3 = file_chain.head;\n }\n for (; plVar3 != (lang_statement_union *)0x0; plVar3 = (plVar3->wild_statement).children.head)\n {\n if ((((uint)(plVar3->wild_statement).walk_wild_section_handler & 0x10) == 0) &&\n (iVar7 = bfd_get_section_by_name((plVar3->wild_statement).section_list,".gnu.warning"),\n iVar7 != 0)) {\n iVar1 = *(int *)(iVar7 + 0x24);\n pcVar5 = (char *)xmalloc(iVar1 + 1);\n iVar9 = bfd_get_section_contents\n ((plVar3->wild_statement).section_list,iVar7,pcVar5,0,0,iVar1);\n if (iVar9 == 0) {\n pwVar2 = (plVar3->wild_statement).section_list;\n pcVar6 = (char *)dcgettext(0,\n "%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n"\n ,5);\n einfo(pcVar6,pwVar2);\n }\n pcVar5[iVar1] = '\0';\n (*(link_info.callbacks)->warning)\n (&link_info,pcVar5,(char *)0x0,(bfd *)(plVar3->wild_statement).section_list,\n (asection *)0x0,0);\n free(pcVar5);\n iVar1 = *(int *)(iVar7 + 0x3c);\n if (iVar1 != 0) {\n if (*(uint *)(iVar7 + 0x24) <= *(uint *)(iVar1 + 0x28)) {\n *(uint *)(iVar1 + 0x28) = *(uint *)(iVar1 + 0x28) - *(uint *)(iVar7 + 0x24);\n }\n }\n *(uint *)(iVar7 + 0x14) = *(uint *)(iVar7 + 0x14) | 0x208000;\n *(undefined4 *)(iVar7 + 0x24) = 0;\n }\n }\n before_allocation_default();\n iVar7 = bfd_elf_size_dynsym_hash_dynstr(link_info.output_bfd,&link_info);\n if (iVar7 == 0) {\n pcVar5 = (char *)dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n einfo(pcVar5);\n }\n if (local_48 != (undefined4 *)0x0) {\n *(undefined1 *)(local_48 + 3) = local_3d;\n local_48[4] = local_28;\n local_48[5] = local_24;\n local_48[6] = local_20;\n }\n return;\n }\n if (((pbVar4->xvec->flavour == bfd_target_elf_flavour) &&\n (pcVar5 = ((pbVar4->tdata).elf_obj_data)->dt_audit, pcVar5 != (char *)0x0)) &&\n (*pcVar5 != '\0')) {\n pcVar5 = (char *)xstrdup(pcVar5);\n do {\n pcVar6 = strchr(pcVar5,(int)config.rpath_separator);\n if (pcVar6 == (char *)0x0) {\n if (*pcVar5 != '\0') {\n gldm68kelf_append_to_separated_string(&depaudit,pcVar5);\n pbVar4 = (pbVar4->link).next;\n goto joined_r0x000368b0;\n }\n break;\n }\n *pcVar6 = '\0';\n if (*pcVar5 != '\0') {\n gldm68kelf_append_to_separated_string(&depaudit,pcVar5);\n }\n pcVar5 = pcVar6 + 1;\n } while (pcVar5 != (char *)0x0);\n }\n pbVar4 = (pbVar4->link).next;\n } while( true );" statement_identifier : (do_statement "do {\n if (pbVar4 == (bfd *)0x0) {\n iVar7 = bfd_elf_size_dynamic_sections\n (link_info.output_bfd,command_line.soname,local_50,command_line.filter_shlib\n ,audit,depaudit,command_line.auxiliary_filters,&link_info,&sinterp);\n if (iVar7 == 0) {\n pcVar5 = (char *)dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n einfo(pcVar5);\n }\n pcVar5 = command_line.interpreter;\n plVar3 = file_chain.head;\n if ((command_line.interpreter != (char *)0x0) && (sinterp != (asection *)0x0)) {\n sinterp->contents = (uchar *)command_line.interpreter;\n sVar8 = strlen(pcVar5);\n sinterp->size = sVar8 + 1;\n plVar3 = file_chain.head;\n }\n for (; plVar3 != (lang_statement_union *)0x0; plVar3 = (plVar3->wild_statement).children.head)\n {\n if ((((uint)(plVar3->wild_statement).walk_wild_section_handler & 0x10) == 0) &&\n (iVar7 = bfd_get_section_by_name((plVar3->wild_statement).section_list,".gnu.warning"),\n iVar7 != 0)) {\n iVar1 = *(int *)(iVar7 + 0x24);\n pcVar5 = (char *)xmalloc(iVar1 + 1);\n iVar9 = bfd_get_section_contents\n ((plVar3->wild_statement).section_list,iVar7,pcVar5,0,0,iVar1);\n if (iVar9 == 0) {\n pwVar2 = (plVar3->wild_statement).section_list;\n pcVar6 = (char *)dcgettext(0,\n "%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n"\n ,5);\n einfo(pcVar6,pwVar2);\n }\n pcVar5[iVar1] = '\0';\n (*(link_info.callbacks)->warning)\n (&link_info,pcVar5,(char *)0x0,(bfd *)(plVar3->wild_statement).section_list,\n (asection *)0x0,0);\n free(pcVar5);\n iVar1 = *(int *)(iVar7 + 0x3c);\n if (iVar1 != 0) {\n if (*(uint *)(iVar7 + 0x24) <= *(uint *)(iVar1 + 0x28)) {\n *(uint *)(iVar1 + 0x28) = *(uint *)(iVar1 + 0x28) - *(uint *)(iVar7 + 0x24);\n }\n }\n *(uint *)(iVar7 + 0x14) = *(uint *)(iVar7 + 0x14) | 0x208000;\n *(undefined4 *)(iVar7 + 0x24) = 0;\n }\n }\n before_allocation_default();\n iVar7 = bfd_elf_size_dynsym_hash_dynstr(link_info.output_bfd,&link_info);\n if (iVar7 == 0) {\n pcVar5 = (char *)dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n einfo(pcVar5);\n }\n if (local_48 != (undefined4 *)0x0) {\n *(undefined1 *)(local_48 + 3) = local_3d;\n local_48[4] = local_28;\n local_48[5] = local_24;\n local_48[6] = local_20;\n }\n return;\n }\n if (((pbVar4->xvec->flavour == bfd_target_elf_flavour) &&\n (pcVar5 = ((pbVar4->tdata).elf_obj_data)->dt_audit, pcVar5 != (char *)0x0)) &&\n (*pcVar5 != '\0')) {\n pcVar5 = (char *)xstrdup(pcVar5);\n do {\n pcVar6 = strchr(pcVar5,(int)config.rpath_separator);\n if (pcVar6 == (char *)0x0) {\n if (*pcVar5 != '\0') {\n gldm68kelf_append_to_separated_string(&depaudit,pcVar5);\n pbVar4 = (pbVar4->link).next;\n goto joined_r0x000368b0;\n }\n break;\n }\n *pcVar6 = '\0';\n if (*pcVar5 != '\0') {\n gldm68kelf_append_to_separated_string(&depaudit,pcVar5);\n }\n pcVar5 = pcVar6 + 1;\n } while (pcVar5 != (char *)0x0);\n }\n pbVar4 = (pbVar4->link).next;\n } while( true );" do (compound_statement "{\n if (pbVar4 == (bfd *)0x0) {\n iVar7 = bfd_elf_size_dynamic_sections\n (link_info.output_bfd,command_line.soname,local_50,command_line.filter_shlib\n ,audit,depaudit,command_line.auxiliary_filters,&link_info,&sinterp);\n if (iVar7 == 0) {\n pcVar5 = (char *)dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n einfo(pcVar5);\n }\n pcVar5 = command_line.interpreter;\n plVar3 = file_chain.head;\n if ((command_line.interpreter != (char *)0x0) && (sinterp != (asection *)0x0)) {\n sinterp->contents = (uchar *)command_line.interpreter;\n sVar8 = strlen(pcVar5);\n sinterp->size = sVar8 + 1;\n plVar3 = file_chain.head;\n }\n for (; plVar3 != (lang_statement_union *)0x0; plVar3 = (plVar3->wild_statement).children.head)\n {\n if ((((uint)(plVar3->wild_statement).walk_wild_section_handler & 0x10) == 0) &&\n (iVar7 = bfd_get_section_by_name((plVar3->wild_statement).section_list,".gnu.warning"),\n iVar7 != 0)) {\n iVar1 = *(int *)(iVar7 + 0x24);\n pcVar5 = (char *)xmalloc(iVar1 + 1);\n iVar9 = bfd_get_section_contents\n ((plVar3->wild_statement).section_list,iVar7,pcVar5,0,0,iVar1);\n if (iVar9 == 0) {\n pwVar2 = (plVar3->wild_statement).section_list;\n pcVar6 = (char *)dcgettext(0,\n "%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n"\n ,5);\n einfo(pcVar6,pwVar2);\n }\n pcVar5[iVar1] = '\0';\n (*(link_info.callbacks)->warning)\n (&link_info,pcVar5,(char *)0x0,(bfd *)(plVar3->wild_statement).section_list,\n (asection *)0x0,0);\n free(pcVar5);\n iVar1 = *(int *)(iVar7 + 0x3c);\n if (iVar1 != 0) {\n if (*(uint *)(iVar7 + 0x24) <= *(uint *)(iVar1 + 0x28)) {\n *(uint *)(iVar1 + 0x28) = *(uint *)(iVar1 + 0x28) - *(uint *)(iVar7 + 0x24);\n }\n }\n *(uint *)(iVar7 + 0x14) = *(uint *)(iVar7 + 0x14) | 0x208000;\n *(undefined4 *)(iVar7 + 0x24) = 0;\n }\n }\n before_allocation_default();\n iVar7 = bfd_elf_size_dynsym_hash_dynstr(link_info.output_bfd,&link_info);\n if (iVar7 == 0) {\n pcVar5 = (char *)dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n einfo(pcVar5);\n }\n if (local_48 != (undefined4 *)0x0) {\n *(undefined1 *)(local_48 + 3) = local_3d;\n local_48[4] = local_28;\n local_48[5] = local_24;\n local_48[6] = local_20;\n }\n return;\n }\n if (((pbVar4->xvec->flavour == bfd_target_elf_flavour) &&\n (pcVar5 = ((pbVar4->tdata).elf_obj_data)->dt_audit, pcVar5 != (char *)0x0)) &&\n (*pcVar5 != '\0')) {\n pcVar5 = (char *)xstrdup(pcVar5);\n do {\n pcVar6 = strchr(pcVar5,(int)config.rpath_separator);\n if (pcVar6 == (char *)0x0) {\n if (*pcVar5 != '\0') {\n gldm68kelf_append_to_separated_string(&depaudit,pcVar5);\n pbVar4 = (pbVar4->link).next;\n goto joined_r0x000368b0;\n }\n break;\n }\n *pcVar6 = '\0';\n if (*pcVar5 != '\0') {\n gldm68kelf_append_to_separated_string(&depaudit,pcVar5);\n }\n pcVar5 = pcVar6 + 1;\n } while (pcVar5 != (char *)0x0);\n }\n pbVar4 = (pbVar4->link).next;\n }" { (if_statement "if (pbVar4 == (bfd *)0x0) {\n iVar7 = bfd_elf_size_dynamic_sections\n (link_info.output_bfd,command_line.soname,local_50,command_line.filter_shlib\n ,audit,depaudit,command_line.auxiliary_filters,&link_info,&sinterp);\n if (iVar7 == 0) {\n pcVar5 = (char *)dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n einfo(pcVar5);\n }\n pcVar5 = command_line.interpreter;\n plVar3 = file_chain.head;\n if ((command_line.interpreter != (char *)0x0) && (sinterp != (asection *)0x0)) {\n sinterp->contents = (uchar *)command_line.interpreter;\n sVar8 = strlen(pcVar5);\n sinterp->size = sVar8 + 1;\n plVar3 = file_chain.head;\n }\n for (; plVar3 != (lang_statement_union *)0x0; plVar3 = (plVar3->wild_statement).children.head)\n {\n if ((((uint)(plVar3->wild_statement).walk_wild_section_handler & 0x10) == 0) &&\n (iVar7 = bfd_get_section_by_name((plVar3->wild_statement).section_list,".gnu.warning"),\n iVar7 != 0)) {\n iVar1 = *(int *)(iVar7 + 0x24);\n pcVar5 = (char *)xmalloc(iVar1 + 1);\n iVar9 = bfd_get_section_contents\n ((plVar3->wild_statement).section_list,iVar7,pcVar5,0,0,iVar1);\n if (iVar9 == 0) {\n pwVar2 = (plVar3->wild_statement).section_list;\n pcVar6 = (char *)dcgettext(0,\n "%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n"\n ,5);\n einfo(pcVar6,pwVar2);\n }\n pcVar5[iVar1] = '\0';\n (*(link_info.callbacks)->warning)\n (&link_info,pcVar5,(char *)0x0,(bfd *)(plVar3->wild_statement).section_list,\n (asection *)0x0,0);\n free(pcVar5);\n iVar1 = *(int *)(iVar7 + 0x3c);\n if (iVar1 != 0) {\n if (*(uint *)(iVar7 + 0x24) <= *(uint *)(iVar1 + 0x28)) {\n *(uint *)(iVar1 + 0x28) = *(uint *)(iVar1 + 0x28) - *(uint *)(iVar7 + 0x24);\n }\n }\n *(uint *)(iVar7 + 0x14) = *(uint *)(iVar7 + 0x14) | 0x208000;\n *(undefined4 *)(iVar7 + 0x24) = 0;\n }\n }\n before_allocation_default();\n iVar7 = bfd_elf_size_dynsym_hash_dynstr(link_info.output_bfd,&link_info);\n if (iVar7 == 0) {\n pcVar5 = (char *)dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n einfo(pcVar5);\n }\n if (local_48 != (undefined4 *)0x0) {\n *(undefined1 *)(local_48 + 3) = local_3d;\n local_48[4] = local_28;\n local_48[5] = local_24;\n local_48[6] = local_20;\n }\n return;\n }" if (parenthesized_expression "(pbVar4 == (bfd *)0x0)" ( (binary_expression "pbVar4 == (bfd *)0x0" identifier == (cast_expression "(bfd *)0x0" ( (type_descriptor "bfd *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n iVar7 = bfd_elf_size_dynamic_sections\n (link_info.output_bfd,command_line.soname,local_50,command_line.filter_shlib\n ,audit,depaudit,command_line.auxiliary_filters,&link_info,&sinterp);\n if (iVar7 == 0) {\n pcVar5 = (char *)dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n einfo(pcVar5);\n }\n pcVar5 = command_line.interpreter;\n plVar3 = file_chain.head;\n if ((command_line.interpreter != (char *)0x0) && (sinterp != (asection *)0x0)) {\n sinterp->contents = (uchar *)command_line.interpreter;\n sVar8 = strlen(pcVar5);\n sinterp->size = sVar8 + 1;\n plVar3 = file_chain.head;\n }\n for (; plVar3 != (lang_statement_union *)0x0; plVar3 = (plVar3->wild_statement).children.head)\n {\n if ((((uint)(plVar3->wild_statement).walk_wild_section_handler & 0x10) == 0) &&\n (iVar7 = bfd_get_section_by_name((plVar3->wild_statement).section_list,".gnu.warning"),\n iVar7 != 0)) {\n iVar1 = *(int *)(iVar7 + 0x24);\n pcVar5 = (char *)xmalloc(iVar1 + 1);\n iVar9 = bfd_get_section_contents\n ((plVar3->wild_statement).section_list,iVar7,pcVar5,0,0,iVar1);\n if (iVar9 == 0) {\n pwVar2 = (plVar3->wild_statement).section_list;\n pcVar6 = (char *)dcgettext(0,\n "%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n"\n ,5);\n einfo(pcVar6,pwVar2);\n }\n pcVar5[iVar1] = '\0';\n (*(link_info.callbacks)->warning)\n (&link_info,pcVar5,(char *)0x0,(bfd *)(plVar3->wild_statement).section_list,\n (asection *)0x0,0);\n free(pcVar5);\n iVar1 = *(int *)(iVar7 + 0x3c);\n if (iVar1 != 0) {\n if (*(uint *)(iVar7 + 0x24) <= *(uint *)(iVar1 + 0x28)) {\n *(uint *)(iVar1 + 0x28) = *(uint *)(iVar1 + 0x28) - *(uint *)(iVar7 + 0x24);\n }\n }\n *(uint *)(iVar7 + 0x14) = *(uint *)(iVar7 + 0x14) | 0x208000;\n *(undefined4 *)(iVar7 + 0x24) = 0;\n }\n }\n before_allocation_default();\n iVar7 = bfd_elf_size_dynsym_hash_dynstr(link_info.output_bfd,&link_info);\n if (iVar7 == 0) {\n pcVar5 = (char *)dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n einfo(pcVar5);\n }\n if (local_48 != (undefined4 *)0x0) {\n *(undefined1 *)(local_48 + 3) = local_3d;\n local_48[4] = local_28;\n local_48[5] = local_24;\n local_48[6] = local_20;\n }\n return;\n }" { (expression_statement "iVar7 = bfd_elf_size_dynamic_sections\n (link_info.output_bfd,command_line.soname,local_50,command_line.filter_shlib\n ,audit,depaudit,command_line.auxiliary_filters,&link_info,&sinterp);" (assignment_expression "iVar7 = bfd_elf_size_dynamic_sections\n (link_info.output_bfd,command_line.soname,local_50,command_line.filter_shlib\n ,audit,depaudit,command_line.auxiliary_filters,&link_info,&sinterp)" identifier = (call_expression "bfd_elf_size_dynamic_sections\n (link_info.output_bfd,command_line.soname,local_50,command_line.filter_shlib\n ,audit,depaudit,command_line.auxiliary_filters,&link_info,&sinterp)" identifier (argument_list "(link_info.output_bfd,command_line.soname,local_50,command_line.filter_shlib\n ,audit,depaudit,command_line.auxiliary_filters,&link_info,&sinterp)" ( (field_expression "link_info.output_bfd" identifier . field_identifier) , (field_expression "command_line.soname" identifier . field_identifier) , identifier , (field_expression "command_line.filter_shlib" identifier . field_identifier) , identifier , identifier , (field_expression "command_line.auxiliary_filters" identifier . field_identifier) , (pointer_expression "&link_info" & identifier) , (pointer_expression "&sinterp" & identifier) )))) ;) (if_statement "if (iVar7 == 0) {\n pcVar5 = (char *)dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n einfo(pcVar5);\n }" if (parenthesized_expression "(iVar7 == 0)" ( (binary_expression "iVar7 == 0" identifier == number_literal) )) (compound_statement "{\n pcVar5 = (char *)dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n einfo(pcVar5);\n }" { (expression_statement "pcVar5 = (char *)dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);" (assignment_expression "pcVar5 = (char *)dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5)" identifier = (cast_expression "(char *)dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5)" identifier (argument_list "(0,"%F%P: failed to set dynamic section sizes: %E\n",5)" ( number_literal , (string_literal ""%F%P: failed to set dynamic section sizes: %E\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "einfo(pcVar5);" (call_expression "einfo(pcVar5)" identifier (argument_list "(pcVar5)" ( identifier ))) ;) })) (expression_statement "pcVar5 = command_line.interpreter;" (assignment_expression "pcVar5 = command_line.interpreter" identifier = (field_expression "command_line.interpreter" identifier . field_identifier)) ;) (expression_statement "plVar3 = file_chain.head;" (assignment_expression "plVar3 = file_chain.head" identifier = (field_expression "file_chain.head" identifier . field_identifier)) ;) (if_statement "if ((command_line.interpreter != (char *)0x0) && (sinterp != (asection *)0x0)) {\n sinterp->contents = (uchar *)command_line.interpreter;\n sVar8 = strlen(pcVar5);\n sinterp->size = sVar8 + 1;\n plVar3 = file_chain.head;\n }" if (parenthesized_expression "((command_line.interpreter != (char *)0x0) && (sinterp != (asection *)0x0))" ( (binary_expression "(command_line.interpreter != (char *)0x0) && (sinterp != (asection *)0x0)" (parenthesized_expression "(command_line.interpreter != (char *)0x0)" ( (binary_expression "command_line.interpreter != (char *)0x0" (field_expression "command_line.interpreter" identifier . field_identifier) != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(sinterp != (asection *)0x0)" ( (binary_expression "sinterp != (asection *)0x0" identifier != (cast_expression "(asection *)0x0" ( (type_descriptor "asection *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ))) )) (compound_statement "{\n sinterp->contents = (uchar *)command_line.interpreter;\n sVar8 = strlen(pcVar5);\n sinterp->size = sVar8 + 1;\n plVar3 = file_chain.head;\n }" { (expression_statement "sinterp->contents = (uchar *)command_line.interpreter;" (assignment_expression "sinterp->contents = (uchar *)command_line.interpreter" (field_expression "sinterp->contents" identifier -> field_identifier) = (cast_expression "(uchar *)command_line.interpreter" ( (type_descriptor "uchar *" type_identifier (abstract_pointer_declarator "*" *)) ) (field_expression "command_line.interpreter" identifier . field_identifier))) ;) (expression_statement "sVar8 = strlen(pcVar5);" (assignment_expression "sVar8 = strlen(pcVar5)" identifier = (call_expression "strlen(pcVar5)" identifier (argument_list "(pcVar5)" ( identifier )))) ;) (expression_statement "sinterp->size = sVar8 + 1;" (assignment_expression "sinterp->size = sVar8 + 1" (field_expression "sinterp->size" identifier -> field_identifier) = (binary_expression "sVar8 + 1" identifier + number_literal)) ;) (expression_statement "plVar3 = file_chain.head;" (assignment_expression "plVar3 = file_chain.head" identifier = (field_expression "file_chain.head" identifier . field_identifier)) ;) })) (for_statement "for (; plVar3 != (lang_statement_union *)0x0; plVar3 = (plVar3->wild_statement).children.head)\n {\n if ((((uint)(plVar3->wild_statement).walk_wild_section_handler & 0x10) == 0) &&\n (iVar7 = bfd_get_section_by_name((plVar3->wild_statement).section_list,".gnu.warning"),\n iVar7 != 0)) {\n iVar1 = *(int *)(iVar7 + 0x24);\n pcVar5 = (char *)xmalloc(iVar1 + 1);\n iVar9 = bfd_get_section_contents\n ((plVar3->wild_statement).section_list,iVar7,pcVar5,0,0,iVar1);\n if (iVar9 == 0) {\n pwVar2 = (plVar3->wild_statement).section_list;\n pcVar6 = (char *)dcgettext(0,\n "%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n"\n ,5);\n einfo(pcVar6,pwVar2);\n }\n pcVar5[iVar1] = '\0';\n (*(link_info.callbacks)->warning)\n (&link_info,pcVar5,(char *)0x0,(bfd *)(plVar3->wild_statement).section_list,\n (asection *)0x0,0);\n free(pcVar5);\n iVar1 = *(int *)(iVar7 + 0x3c);\n if (iVar1 != 0) {\n if (*(uint *)(iVar7 + 0x24) <= *(uint *)(iVar1 + 0x28)) {\n *(uint *)(iVar1 + 0x28) = *(uint *)(iVar1 + 0x28) - *(uint *)(iVar7 + 0x24);\n }\n }\n *(uint *)(iVar7 + 0x14) = *(uint *)(iVar7 + 0x14) | 0x208000;\n *(undefined4 *)(iVar7 + 0x24) = 0;\n }\n }" for ( ; (binary_expression "plVar3 != (lang_statement_union *)0x0" identifier != (cast_expression "(lang_statement_union *)0x0" ( (type_descriptor "lang_statement_union *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ; (assignment_expression "plVar3 = (plVar3->wild_statement).children.head" identifier = (field_expression "(plVar3->wild_statement).children.head" (field_expression "(plVar3->wild_statement).children" (parenthesized_expression "(plVar3->wild_statement)" ( (field_expression "plVar3->wild_statement" identifier -> field_identifier) )) . field_identifier) . field_identifier)) ) (compound_statement "{\n if ((((uint)(plVar3->wild_statement).walk_wild_section_handler & 0x10) == 0) &&\n (iVar7 = bfd_get_section_by_name((plVar3->wild_statement).section_list,".gnu.warning"),\n iVar7 != 0)) {\n iVar1 = *(int *)(iVar7 + 0x24);\n pcVar5 = (char *)xmalloc(iVar1 + 1);\n iVar9 = bfd_get_section_contents\n ((plVar3->wild_statement).section_list,iVar7,pcVar5,0,0,iVar1);\n if (iVar9 == 0) {\n pwVar2 = (plVar3->wild_statement).section_list;\n pcVar6 = (char *)dcgettext(0,\n "%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n"\n ,5);\n einfo(pcVar6,pwVar2);\n }\n pcVar5[iVar1] = '\0';\n (*(link_info.callbacks)->warning)\n (&link_info,pcVar5,(char *)0x0,(bfd *)(plVar3->wild_statement).section_list,\n (asection *)0x0,0);\n free(pcVar5);\n iVar1 = *(int *)(iVar7 + 0x3c);\n if (iVar1 != 0) {\n if (*(uint *)(iVar7 + 0x24) <= *(uint *)(iVar1 + 0x28)) {\n *(uint *)(iVar1 + 0x28) = *(uint *)(iVar1 + 0x28) - *(uint *)(iVar7 + 0x24);\n }\n }\n *(uint *)(iVar7 + 0x14) = *(uint *)(iVar7 + 0x14) | 0x208000;\n *(undefined4 *)(iVar7 + 0x24) = 0;\n }\n }" { (if_statement "if ((((uint)(plVar3->wild_statement).walk_wild_section_handler & 0x10) == 0) &&\n (iVar7 = bfd_get_section_by_name((plVar3->wild_statement).section_list,".gnu.warning"),\n iVar7 != 0)) {\n iVar1 = *(int *)(iVar7 + 0x24);\n pcVar5 = (char *)xmalloc(iVar1 + 1);\n iVar9 = bfd_get_section_contents\n ((plVar3->wild_statement).section_list,iVar7,pcVar5,0,0,iVar1);\n if (iVar9 == 0) {\n pwVar2 = (plVar3->wild_statement).section_list;\n pcVar6 = (char *)dcgettext(0,\n "%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n"\n ,5);\n einfo(pcVar6,pwVar2);\n }\n pcVar5[iVar1] = '\0';\n (*(link_info.callbacks)->warning)\n (&link_info,pcVar5,(char *)0x0,(bfd *)(plVar3->wild_statement).section_list,\n (asection *)0x0,0);\n free(pcVar5);\n iVar1 = *(int *)(iVar7 + 0x3c);\n if (iVar1 != 0) {\n if (*(uint *)(iVar7 + 0x24) <= *(uint *)(iVar1 + 0x28)) {\n *(uint *)(iVar1 + 0x28) = *(uint *)(iVar1 + 0x28) - *(uint *)(iVar7 + 0x24);\n }\n }\n *(uint *)(iVar7 + 0x14) = *(uint *)(iVar7 + 0x14) | 0x208000;\n *(undefined4 *)(iVar7 + 0x24) = 0;\n }" if (parenthesized_expression "((((uint)(plVar3->wild_statement).walk_wild_section_handler & 0x10) == 0) &&\n (iVar7 = bfd_get_section_by_name((plVar3->wild_statement).section_list,".gnu.warning"),\n iVar7 != 0))" ( (binary_expression "(((uint)(plVar3->wild_statement).walk_wild_section_handler & 0x10) == 0) &&\n (iVar7 = bfd_get_section_by_name((plVar3->wild_statement).section_list,".gnu.warning"),\n iVar7 != 0)" (parenthesized_expression "(((uint)(plVar3->wild_statement).walk_wild_section_handler & 0x10) == 0)" ( (binary_expression "((uint)(plVar3->wild_statement).walk_wild_section_handler & 0x10) == 0" (parenthesized_expression "((uint)(plVar3->wild_statement).walk_wild_section_handler & 0x10)" ( (binary_expression "(uint)(plVar3->wild_statement).walk_wild_section_handler & 0x10" (field_expression "(uint)(plVar3->wild_statement).walk_wild_section_handler" (call_expression "(uint)(plVar3->wild_statement)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(plVar3->wild_statement)" ( (field_expression "plVar3->wild_statement" identifier -> field_identifier) ))) . field_identifier) & number_literal) )) == number_literal) )) && (parenthesized_expression "(iVar7 = bfd_get_section_by_name((plVar3->wild_statement).section_list,".gnu.warning"),\n iVar7 != 0)" ( (comma_expression "iVar7 = bfd_get_section_by_name((plVar3->wild_statement).section_list,".gnu.warning"),\n iVar7 != 0" (assignment_expression "iVar7 = bfd_get_section_by_name((plVar3->wild_statement).section_list,".gnu.warning")" identifier = (call_expression "bfd_get_section_by_name((plVar3->wild_statement).section_list,".gnu.warning")" identifier (argument_list "((plVar3->wild_statement).section_list,".gnu.warning")" ( (field_expression "(plVar3->wild_statement).section_list" (parenthesized_expression "(plVar3->wild_statement)" ( (field_expression "plVar3->wild_statement" identifier -> field_identifier) )) . field_identifier) , (string_literal "".gnu.warning"" " string_content ") )))) , (binary_expression "iVar7 != 0" identifier != number_literal)) ))) )) (compound_statement "{\n iVar1 = *(int *)(iVar7 + 0x24);\n pcVar5 = (char *)xmalloc(iVar1 + 1);\n iVar9 = bfd_get_section_contents\n ((plVar3->wild_statement).section_list,iVar7,pcVar5,0,0,iVar1);\n if (iVar9 == 0) {\n pwVar2 = (plVar3->wild_statement).section_list;\n pcVar6 = (char *)dcgettext(0,\n "%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n"\n ,5);\n einfo(pcVar6,pwVar2);\n }\n pcVar5[iVar1] = '\0';\n (*(link_info.callbacks)->warning)\n (&link_info,pcVar5,(char *)0x0,(bfd *)(plVar3->wild_statement).section_list,\n (asection *)0x0,0);\n free(pcVar5);\n iVar1 = *(int *)(iVar7 + 0x3c);\n if (iVar1 != 0) {\n if (*(uint *)(iVar7 + 0x24) <= *(uint *)(iVar1 + 0x28)) {\n *(uint *)(iVar1 + 0x28) = *(uint *)(iVar1 + 0x28) - *(uint *)(iVar7 + 0x24);\n }\n }\n *(uint *)(iVar7 + 0x14) = *(uint *)(iVar7 + 0x14) | 0x208000;\n *(undefined4 *)(iVar7 + 0x24) = 0;\n }" { (expression_statement "iVar1 = *(int *)(iVar7 + 0x24);" (assignment_expression "iVar1 = *(int *)(iVar7 + 0x24)" identifier = (pointer_expression "*(int *)(iVar7 + 0x24)" * (cast_expression "(int *)(iVar7 + 0x24)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x24)" ( (binary_expression "iVar7 + 0x24" identifier + number_literal) ))))) ;) (expression_statement "pcVar5 = (char *)xmalloc(iVar1 + 1);" (assignment_expression "pcVar5 = (char *)xmalloc(iVar1 + 1)" identifier = (cast_expression "(char *)xmalloc(iVar1 + 1)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(iVar1 + 1)" identifier (argument_list "(iVar1 + 1)" ( (binary_expression "iVar1 + 1" identifier + number_literal) ))))) ;) (expression_statement "iVar9 = bfd_get_section_contents\n ((plVar3->wild_statement).section_list,iVar7,pcVar5,0,0,iVar1);" (assignment_expression "iVar9 = bfd_get_section_contents\n ((plVar3->wild_statement).section_list,iVar7,pcVar5,0,0,iVar1)" identifier = (call_expression "bfd_get_section_contents\n ((plVar3->wild_statement).section_list,iVar7,pcVar5,0,0,iVar1)" identifier (argument_list "((plVar3->wild_statement).section_list,iVar7,pcVar5,0,0,iVar1)" ( (field_expression "(plVar3->wild_statement).section_list" (parenthesized_expression "(plVar3->wild_statement)" ( (field_expression "plVar3->wild_statement" identifier -> field_identifier) )) . field_identifier) , identifier , identifier , number_literal , number_literal , identifier )))) ;) (if_statement "if (iVar9 == 0) {\n pwVar2 = (plVar3->wild_statement).section_list;\n pcVar6 = (char *)dcgettext(0,\n "%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n"\n ,5);\n einfo(pcVar6,pwVar2);\n }" if (parenthesized_expression "(iVar9 == 0)" ( (binary_expression "iVar9 == 0" identifier == number_literal) )) (compound_statement "{\n pwVar2 = (plVar3->wild_statement).section_list;\n pcVar6 = (char *)dcgettext(0,\n "%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n"\n ,5);\n einfo(pcVar6,pwVar2);\n }" { (expression_statement "pwVar2 = (plVar3->wild_statement).section_list;" (assignment_expression "pwVar2 = (plVar3->wild_statement).section_list" identifier = (field_expression "(plVar3->wild_statement).section_list" (parenthesized_expression "(plVar3->wild_statement)" ( (field_expression "plVar3->wild_statement" identifier -> field_identifier) )) . field_identifier)) ;) (expression_statement "pcVar6 = (char *)dcgettext(0,\n "%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n"\n ,5);" (assignment_expression "pcVar6 = (char *)dcgettext(0,\n "%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n"\n ,5)" identifier = (cast_expression "(char *)dcgettext(0,\n "%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n"\n ,5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,\n "%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n"\n ,5)" identifier (argument_list "(0,\n "%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n"\n ,5)" ( number_literal , (string_literal ""%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n"" " string_content escape_sequence string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "einfo(pcVar6,pwVar2);" (call_expression "einfo(pcVar6,pwVar2)" identifier (argument_list "(pcVar6,pwVar2)" ( identifier , identifier ))) ;) })) (expression_statement "pcVar5[iVar1] = '\0';" (assignment_expression "pcVar5[iVar1] = '\0'" (subscript_expression "pcVar5[iVar1]" identifier [ identifier ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "(*(link_info.callbacks)->warning)\n (&link_info,pcVar5,(char *)0x0,(bfd *)(plVar3->wild_statement).section_list,\n (asection *)0x0,0);" (call_expression "(*(link_info.callbacks)->warning)\n (&link_info,pcVar5,(char *)0x0,(bfd *)(plVar3->wild_statement).section_list,\n (asection *)0x0,0)" (parenthesized_expression "(*(link_info.callbacks)->warning)" ( (pointer_expression "*(link_info.callbacks)->warning" * (field_expression "(link_info.callbacks)->warning" (parenthesized_expression "(link_info.callbacks)" ( (field_expression "link_info.callbacks" identifier . field_identifier) )) -> field_identifier)) )) (argument_list "(&link_info,pcVar5,(char *)0x0,(bfd *)(plVar3->wild_statement).section_list,\n (asection *)0x0,0)" ( (pointer_expression "&link_info" & identifier) , identifier , (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal) , (cast_expression "(bfd *)(plVar3->wild_statement).section_list" ( (type_descriptor "bfd *" type_identifier (abstract_pointer_declarator "*" *)) ) (field_expression "(plVar3->wild_statement).section_list" (parenthesized_expression "(plVar3->wild_statement)" ( (field_expression "plVar3->wild_statement" identifier -> field_identifier) )) . field_identifier)) , (cast_expression "(asection *)0x0" ( (type_descriptor "asection *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) , number_literal ))) ;) (expression_statement "free(pcVar5);" (call_expression "free(pcVar5)" identifier (argument_list "(pcVar5)" ( identifier ))) ;) (expression_statement "iVar1 = *(int *)(iVar7 + 0x3c);" (assignment_expression "iVar1 = *(int *)(iVar7 + 0x3c)" identifier = (pointer_expression "*(int *)(iVar7 + 0x3c)" * (cast_expression "(int *)(iVar7 + 0x3c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x3c)" ( (binary_expression "iVar7 + 0x3c" identifier + number_literal) ))))) ;) (if_statement "if (iVar1 != 0) {\n if (*(uint *)(iVar7 + 0x24) <= *(uint *)(iVar1 + 0x28)) {\n *(uint *)(iVar1 + 0x28) = *(uint *)(iVar1 + 0x28) - *(uint *)(iVar7 + 0x24);\n }\n }" if (parenthesized_expression "(iVar1 != 0)" ( (binary_expression "iVar1 != 0" identifier != number_literal) )) (compound_statement "{\n if (*(uint *)(iVar7 + 0x24) <= *(uint *)(iVar1 + 0x28)) {\n *(uint *)(iVar1 + 0x28) = *(uint *)(iVar1 + 0x28) - *(uint *)(iVar7 + 0x24);\n }\n }" { (if_statement "if (*(uint *)(iVar7 + 0x24) <= *(uint *)(iVar1 + 0x28)) {\n *(uint *)(iVar1 + 0x28) = *(uint *)(iVar1 + 0x28) - *(uint *)(iVar7 + 0x24);\n }" if (parenthesized_expression "(*(uint *)(iVar7 + 0x24) <= *(uint *)(iVar1 + 0x28))" ( (binary_expression "*(uint *)(iVar7 + 0x24) <= *(uint *)(iVar1 + 0x28)" (pointer_expression "*(uint *)(iVar7 + 0x24)" * (cast_expression "(uint *)(iVar7 + 0x24)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x24)" ( (binary_expression "iVar7 + 0x24" identifier + number_literal) )))) <= (pointer_expression "*(uint *)(iVar1 + 0x28)" * (cast_expression "(uint *)(iVar1 + 0x28)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x28)" ( (binary_expression "iVar1 + 0x28" identifier + number_literal) ))))) )) (compound_statement "{\n *(uint *)(iVar1 + 0x28) = *(uint *)(iVar1 + 0x28) - *(uint *)(iVar7 + 0x24);\n }" { (expression_statement "*(uint *)(iVar1 + 0x28) = *(uint *)(iVar1 + 0x28) - *(uint *)(iVar7 + 0x24);" (assignment_expression "*(uint *)(iVar1 + 0x28) = *(uint *)(iVar1 + 0x28) - *(uint *)(iVar7 + 0x24)" (pointer_expression "*(uint *)(iVar1 + 0x28)" * (cast_expression "(uint *)(iVar1 + 0x28)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x28)" ( (binary_expression "iVar1 + 0x28" identifier + number_literal) )))) = (binary_expression "*(uint *)(iVar1 + 0x28) - *(uint *)(iVar7 + 0x24)" (pointer_expression "*(uint *)(iVar1 + 0x28)" * (cast_expression "(uint *)(iVar1 + 0x28)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x28)" ( (binary_expression "iVar1 + 0x28" identifier + number_literal) )))) - (pointer_expression "*(uint *)(iVar7 + 0x24)" * (cast_expression "(uint *)(iVar7 + 0x24)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x24)" ( (binary_expression "iVar7 + 0x24" identifier + number_literal) )))))) ;) })) })) (expression_statement "*(uint *)(iVar7 + 0x14) = *(uint *)(iVar7 + 0x14) | 0x208000;" (assignment_expression "*(uint *)(iVar7 + 0x14) = *(uint *)(iVar7 + 0x14) | 0x208000" (pointer_expression "*(uint *)(iVar7 + 0x14)" * (cast_expression "(uint *)(iVar7 + 0x14)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x14)" ( (binary_expression "iVar7 + 0x14" identifier + number_literal) )))) = (binary_expression "*(uint *)(iVar7 + 0x14) | 0x208000" (pointer_expression "*(uint *)(iVar7 + 0x14)" * (cast_expression "(uint *)(iVar7 + 0x14)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x14)" ( (binary_expression "iVar7 + 0x14" identifier + number_literal) )))) | number_literal)) ;) (expression_statement "*(undefined4 *)(iVar7 + 0x24) = 0;" (assignment_expression "*(undefined4 *)(iVar7 + 0x24) = 0" (pointer_expression "*(undefined4 *)(iVar7 + 0x24)" * (cast_expression "(undefined4 *)(iVar7 + 0x24)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x24)" ( (binary_expression "iVar7 + 0x24" identifier + number_literal) )))) = number_literal) ;) })) })) (expression_statement "before_allocation_default();" (call_expression "before_allocation_default()" identifier (argument_list "()" ( ))) ;) (expression_statement "iVar7 = bfd_elf_size_dynsym_hash_dynstr(link_info.output_bfd,&link_info);" (assignment_expression "iVar7 = bfd_elf_size_dynsym_hash_dynstr(link_info.output_bfd,&link_info)" identifier = (call_expression "bfd_elf_size_dynsym_hash_dynstr(link_info.output_bfd,&link_info)" identifier (argument_list "(link_info.output_bfd,&link_info)" ( (field_expression "link_info.output_bfd" identifier . field_identifier) , (pointer_expression "&link_info" & identifier) )))) ;) (if_statement "if (iVar7 == 0) {\n pcVar5 = (char *)dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n einfo(pcVar5);\n }" if (parenthesized_expression "(iVar7 == 0)" ( (binary_expression "iVar7 == 0" identifier == number_literal) )) (compound_statement "{\n pcVar5 = (char *)dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n einfo(pcVar5);\n }" { (expression_statement "pcVar5 = (char *)dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);" (assignment_expression "pcVar5 = (char *)dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5)" identifier = (cast_expression "(char *)dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5)" identifier (argument_list "(0,"%F%P: failed to set dynamic section sizes: %E\n",5)" ( number_literal , (string_literal ""%F%P: failed to set dynamic section sizes: %E\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "einfo(pcVar5);" (call_expression "einfo(pcVar5)" identifier (argument_list "(pcVar5)" ( identifier ))) ;) })) (if_statement "if (local_48 != (undefined4 *)0x0) {\n *(undefined1 *)(local_48 + 3) = local_3d;\n local_48[4] = local_28;\n local_48[5] = local_24;\n local_48[6] = local_20;\n }" if (parenthesized_expression "(local_48 != (undefined4 *)0x0)" ( (binary_expression "local_48 != (undefined4 *)0x0" identifier != (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n *(undefined1 *)(local_48 + 3) = local_3d;\n local_48[4] = local_28;\n local_48[5] = local_24;\n local_48[6] = local_20;\n }" { (expression_statement "*(undefined1 *)(local_48 + 3) = local_3d;" (assignment_expression "*(undefined1 *)(local_48 + 3) = local_3d" (pointer_expression "*(undefined1 *)(local_48 + 3)" * (cast_expression "(undefined1 *)(local_48 + 3)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_48 + 3)" ( (binary_expression "local_48 + 3" identifier + number_literal) )))) = identifier) ;) (expression_statement "local_48[4] = local_28;" (assignment_expression "local_48[4] = local_28" (subscript_expression "local_48[4]" identifier [ number_literal ]) = identifier) ;) (expression_statement "local_48[5] = local_24;" (assignment_expression "local_48[5] = local_24" (subscript_expression "local_48[5]" identifier [ number_literal ]) = identifier) ;) (expression_statement "local_48[6] = local_20;" (assignment_expression "local_48[6] = local_20" (subscript_expression "local_48[6]" identifier [ number_literal ]) = identifier) ;) })) (return_statement "return;" return ;) })) (if_statement "if (((pbVar4->xvec->flavour == bfd_target_elf_flavour) &&\n (pcVar5 = ((pbVar4->tdata).elf_obj_data)->dt_audit, pcVar5 != (char *)0x0)) &&\n (*pcVar5 != '\0')) {\n pcVar5 = (char *)xstrdup(pcVar5);\n do {\n pcVar6 = strchr(pcVar5,(int)config.rpath_separator);\n if (pcVar6 == (char *)0x0) {\n if (*pcVar5 != '\0') {\n gldm68kelf_append_to_separated_string(&depaudit,pcVar5);\n pbVar4 = (pbVar4->link).next;\n goto joined_r0x000368b0;\n }\n break;\n }\n *pcVar6 = '\0';\n if (*pcVar5 != '\0') {\n gldm68kelf_append_to_separated_string(&depaudit,pcVar5);\n }\n pcVar5 = pcVar6 + 1;\n } while (pcVar5 != (char *)0x0);\n }" if (parenthesized_expression "(((pbVar4->xvec->flavour == bfd_target_elf_flavour) &&\n (pcVar5 = ((pbVar4->tdata).elf_obj_data)->dt_audit, pcVar5 != (char *)0x0)) &&\n (*pcVar5 != '\0'))" ( (binary_expression "((pbVar4->xvec->flavour == bfd_target_elf_flavour) &&\n (pcVar5 = ((pbVar4->tdata).elf_obj_data)->dt_audit, pcVar5 != (char *)0x0)) &&\n (*pcVar5 != '\0')" (parenthesized_expression "((pbVar4->xvec->flavour == bfd_target_elf_flavour) &&\n (pcVar5 = ((pbVar4->tdata).elf_obj_data)->dt_audit, pcVar5 != (char *)0x0))" ( (binary_expression "(pbVar4->xvec->flavour == bfd_target_elf_flavour) &&\n (pcVar5 = ((pbVar4->tdata).elf_obj_data)->dt_audit, pcVar5 != (char *)0x0)" (parenthesized_expression "(pbVar4->xvec->flavour == bfd_target_elf_flavour)" ( (binary_expression "pbVar4->xvec->flavour == bfd_target_elf_flavour" (field_expression "pbVar4->xvec->flavour" (field_expression "pbVar4->xvec" identifier -> field_identifier) -> field_identifier) == identifier) )) && (parenthesized_expression "(pcVar5 = ((pbVar4->tdata).elf_obj_data)->dt_audit, pcVar5 != (char *)0x0)" ( (comma_expression "pcVar5 = ((pbVar4->tdata).elf_obj_data)->dt_audit, pcVar5 != (char *)0x0" (assignment_expression "pcVar5 = ((pbVar4->tdata).elf_obj_data)->dt_audit" identifier = (field_expression "((pbVar4->tdata).elf_obj_data)->dt_audit" (parenthesized_expression "((pbVar4->tdata).elf_obj_data)" ( (field_expression "(pbVar4->tdata).elf_obj_data" (parenthesized_expression "(pbVar4->tdata)" ( (field_expression "pbVar4->tdata" identifier -> field_identifier) )) . field_identifier) )) -> field_identifier)) , (binary_expression "pcVar5 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal))) ))) )) && (parenthesized_expression "(*pcVar5 != '\0')" ( (binary_expression "*pcVar5 != '\0'" (pointer_expression "*pcVar5" * identifier) != (char_literal "'\0'" ' escape_sequence ')) ))) )) (compound_statement "{\n pcVar5 = (char *)xstrdup(pcVar5);\n do {\n pcVar6 = strchr(pcVar5,(int)config.rpath_separator);\n if (pcVar6 == (char *)0x0) {\n if (*pcVar5 != '\0') {\n gldm68kelf_append_to_separated_string(&depaudit,pcVar5);\n pbVar4 = (pbVar4->link).next;\n goto joined_r0x000368b0;\n }\n break;\n }\n *pcVar6 = '\0';\n if (*pcVar5 != '\0') {\n gldm68kelf_append_to_separated_string(&depaudit,pcVar5);\n }\n pcVar5 = pcVar6 + 1;\n } while (pcVar5 != (char *)0x0);\n }" { (expression_statement "pcVar5 = (char *)xstrdup(pcVar5);" (assignment_expression "pcVar5 = (char *)xstrdup(pcVar5)" identifier = (cast_expression "(char *)xstrdup(pcVar5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "xstrdup(pcVar5)" identifier (argument_list "(pcVar5)" ( identifier ))))) ;) (do_statement "do {\n pcVar6 = strchr(pcVar5,(int)config.rpath_separator);\n if (pcVar6 == (char *)0x0) {\n if (*pcVar5 != '\0') {\n gldm68kelf_append_to_separated_string(&depaudit,pcVar5);\n pbVar4 = (pbVar4->link).next;\n goto joined_r0x000368b0;\n }\n break;\n }\n *pcVar6 = '\0';\n if (*pcVar5 != '\0') {\n gldm68kelf_append_to_separated_string(&depaudit,pcVar5);\n }\n pcVar5 = pcVar6 + 1;\n } while (pcVar5 != (char *)0x0);" do (compound_statement "{\n pcVar6 = strchr(pcVar5,(int)config.rpath_separator);\n if (pcVar6 == (char *)0x0) {\n if (*pcVar5 != '\0') {\n gldm68kelf_append_to_separated_string(&depaudit,pcVar5);\n pbVar4 = (pbVar4->link).next;\n goto joined_r0x000368b0;\n }\n break;\n }\n *pcVar6 = '\0';\n if (*pcVar5 != '\0') {\n gldm68kelf_append_to_separated_string(&depaudit,pcVar5);\n }\n pcVar5 = pcVar6 + 1;\n }" { (expression_statement "pcVar6 = strchr(pcVar5,(int)config.rpath_separator);" (assignment_expression "pcVar6 = strchr(pcVar5,(int)config.rpath_separator)" identifier = (call_expression "strchr(pcVar5,(int)config.rpath_separator)" identifier (argument_list "(pcVar5,(int)config.rpath_separator)" ( identifier , (cast_expression "(int)config.rpath_separator" ( (type_descriptor "int" primitive_type) ) (field_expression "config.rpath_separator" identifier . field_identifier)) )))) ;) (if_statement "if (pcVar6 == (char *)0x0) {\n if (*pcVar5 != '\0') {\n gldm68kelf_append_to_separated_string(&depaudit,pcVar5);\n pbVar4 = (pbVar4->link).next;\n goto joined_r0x000368b0;\n }\n break;\n }" 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)) )) (compound_statement "{\n if (*pcVar5 != '\0') {\n gldm68kelf_append_to_separated_string(&depaudit,pcVar5);\n pbVar4 = (pbVar4->link).next;\n goto joined_r0x000368b0;\n }\n break;\n }" { (if_statement "if (*pcVar5 != '\0') {\n gldm68kelf_append_to_separated_string(&depaudit,pcVar5);\n pbVar4 = (pbVar4->link).next;\n goto joined_r0x000368b0;\n }" if (parenthesized_expression "(*pcVar5 != '\0')" ( (binary_expression "*pcVar5 != '\0'" (pointer_expression "*pcVar5" * identifier) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n gldm68kelf_append_to_separated_string(&depaudit,pcVar5);\n pbVar4 = (pbVar4->link).next;\n goto joined_r0x000368b0;\n }" { (expression_statement "gldm68kelf_append_to_separated_string(&depaudit,pcVar5);" (call_expression "gldm68kelf_append_to_separated_string(&depaudit,pcVar5)" identifier (argument_list "(&depaudit,pcVar5)" ( (pointer_expression "&depaudit" & identifier) , identifier ))) ;) (expression_statement "pbVar4 = (pbVar4->link).next;" (assignment_expression "pbVar4 = (pbVar4->link).next" identifier = (field_expression "(pbVar4->link).next" (parenthesized_expression "(pbVar4->link)" ( (field_expression "pbVar4->link" identifier -> field_identifier) )) . field_identifier)) ;) (goto_statement "goto joined_r0x000368b0;" goto statement_identifier ;) })) (break_statement "break;" break ;) })) (expression_statement "*pcVar6 = '\0';" (assignment_expression "*pcVar6 = '\0'" (pointer_expression "*pcVar6" * identifier) = (char_literal "'\0'" ' escape_sequence ')) ;) (if_statement "if (*pcVar5 != '\0') {\n gldm68kelf_append_to_separated_string(&depaudit,pcVar5);\n }" if (parenthesized_expression "(*pcVar5 != '\0')" ( (binary_expression "*pcVar5 != '\0'" (pointer_expression "*pcVar5" * identifier) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n gldm68kelf_append_to_separated_string(&depaudit,pcVar5);\n }" { (expression_statement "gldm68kelf_append_to_separated_string(&depaudit,pcVar5);" (call_expression "gldm68kelf_append_to_separated_string(&depaudit,pcVar5)" identifier (argument_list "(&depaudit,pcVar5)" ( (pointer_expression "&depaudit" & identifier) , identifier ))) ;) })) (expression_statement "pcVar5 = pcVar6 + 1;" (assignment_expression "pcVar5 = pcVar6 + 1" identifier = (binary_expression "pcVar6 + 1" identifier + number_literal)) ;) }) while (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)) )) ;) })) (expression_statement "pbVar4 = (pbVar4->link).next;" (assignment_expression "pbVar4 = (pbVar4->link).next" identifier = (field_expression "(pbVar4->link).next" (parenthesized_expression "(pbVar4->link)" ( (field_expression "pbVar4->link" identifier -> field_identifier) )) . field_identifier)) ;) }) while (parenthesized_expression "( true )" ( true )) ;)) })))
(translation_unit "void FUN_00036850(void)\n\n{\n int iVar1;\n char *pcVar2;\n char *pcVar3;\n int iVar4;\n size_t sVar5;\n int iVar6;\n void *__ptr;\n int iVar7;\n undefined4 uVar8;\n undefined4 uVar9;\n char *local_50;\n undefined4 *local_48;\n undefined1 local_3d;\n int local_3c;\n undefined4 local_38;\n undefined4 local_34;\n undefined4 local_30;\n undefined4 local_2c;\n undefined4 local_28;\n undefined4 local_24;\n undefined4 local_20;\n undefined4 uStack_14;\n \n uStack_14 = 0x36859;\n local_48 = (undefined4 *)0x0;\n if (*(int *)(DAT_0008cc1c + 0x28) == 1) {\n _bfd_elf_tls_setup(DAT_0008cc30,&DAT_0008cc00);\n if (((((byte)DAT_0008cc00 & 3) == 2) ||\n (local_48 = (undefined4 *)bfd_link_hash_lookup(DAT_0008cc1c,"__ehdr_start",0,0,1),\n local_48 == (undefined4 *)0x0)) ||\n ((2 < *(byte *)(local_48 + 3) && (*(byte *)(local_48 + 3) != 5)))) {\n local_48 = (undefined4 *)0x0;\n }\n else {\n (**(code **)(*(int *)(*(int *)(DAT_0008cc30 + 4) + 0x1c0) + 0xe4))(&DAT_0008cc00,local_48,1);\n if ((*(byte *)((int)local_48 + 0x31) & 3) != 1) {\n *(byte *)((int)local_48 + 0x31) = *(byte *)((int)local_48 + 0x31) & 0xfc | 2;\n }\n local_38 = *local_48;\n local_34 = local_48[1];\n local_30 = local_48[2];\n local_2c = local_48[3];\n local_28 = local_48[4];\n local_24 = local_48[5];\n local_20 = local_48[6];\n local_48[6] = 0;\n local_3d = *(undefined1 *)(local_48 + 3);\n *(undefined1 *)(local_48 + 3) = 3;\n local_48[5] = PTR__bfd_std_section_0008bfd4 + 0x150;\n }\n FUN_00021760(FUN_00036dc0);\n }\n local_50 = DAT_0008cce4;\n if (((DAT_0008cce4 == (char *)0x0) && (local_50 = getenv("LD_RUN_PATH"), local_50 == (char *)0x0))\n || (iVar4 = DAT_0008cc38, *local_50 == '\0')) {\n local_50 = (char *)0x0;\n iVar4 = DAT_0008cc38;\n }\njoined_r0x000368b0:\n do {\n if (iVar4 == 0) {\n iVar4 = bfd_elf_size_dynamic_sections\n (DAT_0008cc30,DAT_0008cce0,local_50,DAT_0008ccec,DAT_0008ca34,DAT_0008ca30,\n DAT_0008ccf0,&DAT_0008cc00,&local_3c);\n if (iVar4 == 0) {\n uVar9 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00031700(uVar9);\n }\n pcVar2 = DAT_0008ccdc;\n iVar4 = DAT_0008c77c;\n if ((DAT_0008ccdc != (char *)0x0) && (local_3c != 0)) {\n *(char **)(local_3c + 0x6c) = DAT_0008ccdc;\n sVar5 = strlen(pcVar2);\n *(size_t *)(local_3c + 0x24) = sVar5 + 1;\n iVar4 = DAT_0008c77c;\n }\n for (; iVar4 != 0; iVar4 = *(int *)(iVar4 + 0x18)) {\n if (((*(byte *)(iVar4 + 0x24) & 0x10) == 0) &&\n (iVar6 = bfd_get_section_by_name(*(undefined4 *)(iVar4 + 0x10),".gnu.warning"),\n iVar6 != 0)) {\n iVar1 = *(int *)(iVar6 + 0x24);\n __ptr = (void *)xmalloc(iVar1 + 1);\n iVar7 = bfd_get_section_contents(*(undefined4 *)(iVar4 + 0x10),iVar6,__ptr,0,0,iVar1);\n if (iVar7 == 0) {\n uVar9 = *(undefined4 *)(iVar4 + 0x10);\n uVar8 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);\n FUN_00031700(uVar8,uVar9);\n }\n *(undefined1 *)((int)__ptr + iVar1) = 0;\n (**(code **)(DAT_0008cc18 + 0x14))\n (&DAT_0008cc00,__ptr,0,*(undefined4 *)(iVar4 + 0x10),0,0);\n free(__ptr);\n iVar1 = *(int *)(iVar6 + 0x3c);\n if (iVar1 != 0) {\n if (*(uint *)(iVar6 + 0x24) <= *(uint *)(iVar1 + 0x28)) {\n *(uint *)(iVar1 + 0x28) = *(uint *)(iVar1 + 0x28) - *(uint *)(iVar6 + 0x24);\n }\n }\n *(uint *)(iVar6 + 0x14) = *(uint *)(iVar6 + 0x14) | 0x208000;\n *(undefined4 *)(iVar6 + 0x24) = 0;\n }\n }\n FUN_00030310();\n iVar4 = bfd_elf_size_dynsym_hash_dynstr(DAT_0008cc30,&DAT_0008cc00);\n if (iVar4 == 0) {\n uVar9 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00031700(uVar9);\n }\n if (local_48 != (undefined4 *)0x0) {\n *(undefined1 *)(local_48 + 3) = local_3d;\n local_48[4] = local_28;\n local_48[5] = local_24;\n local_48[6] = local_20;\n }\n return;\n }\n if (((*(int *)(*(int *)(iVar4 + 4) + 4) == 5) &&\n (pcVar2 = *(char **)(*(int *)(iVar4 + 0x9c) + 0x204), pcVar2 != (char *)0x0)) &&\n (*pcVar2 != '\0')) {\n pcVar2 = (char *)xstrdup(pcVar2);\n do {\n pcVar3 = strchr(pcVar2,(int)DAT_0008cd48);\n if (pcVar3 == (char *)0x0) {\n if (*pcVar2 != '\0') {\n FUN_000359c0();\n iVar4 = *(int *)(iVar4 + 0x98);\n goto joined_r0x000368b0;\n }\n break;\n }\n *pcVar3 = '\0';\n if (*pcVar2 != '\0') {\n FUN_000359c0();\n }\n pcVar2 = pcVar3 + 1;\n } while (pcVar2 != (char *)0x0);\n }\n iVar4 = *(int *)(iVar4 + 0x98);\n } while( true );\n}\n\n" (function_definition "void FUN_00036850(void)\n\n{\n int iVar1;\n char *pcVar2;\n char *pcVar3;\n int iVar4;\n size_t sVar5;\n int iVar6;\n void *__ptr;\n int iVar7;\n undefined4 uVar8;\n undefined4 uVar9;\n char *local_50;\n undefined4 *local_48;\n undefined1 local_3d;\n int local_3c;\n undefined4 local_38;\n undefined4 local_34;\n undefined4 local_30;\n undefined4 local_2c;\n undefined4 local_28;\n undefined4 local_24;\n undefined4 local_20;\n undefined4 uStack_14;\n \n uStack_14 = 0x36859;\n local_48 = (undefined4 *)0x0;\n if (*(int *)(DAT_0008cc1c + 0x28) == 1) {\n _bfd_elf_tls_setup(DAT_0008cc30,&DAT_0008cc00);\n if (((((byte)DAT_0008cc00 & 3) == 2) ||\n (local_48 = (undefined4 *)bfd_link_hash_lookup(DAT_0008cc1c,"__ehdr_start",0,0,1),\n local_48 == (undefined4 *)0x0)) ||\n ((2 < *(byte *)(local_48 + 3) && (*(byte *)(local_48 + 3) != 5)))) {\n local_48 = (undefined4 *)0x0;\n }\n else {\n (**(code **)(*(int *)(*(int *)(DAT_0008cc30 + 4) + 0x1c0) + 0xe4))(&DAT_0008cc00,local_48,1);\n if ((*(byte *)((int)local_48 + 0x31) & 3) != 1) {\n *(byte *)((int)local_48 + 0x31) = *(byte *)((int)local_48 + 0x31) & 0xfc | 2;\n }\n local_38 = *local_48;\n local_34 = local_48[1];\n local_30 = local_48[2];\n local_2c = local_48[3];\n local_28 = local_48[4];\n local_24 = local_48[5];\n local_20 = local_48[6];\n local_48[6] = 0;\n local_3d = *(undefined1 *)(local_48 + 3);\n *(undefined1 *)(local_48 + 3) = 3;\n local_48[5] = PTR__bfd_std_section_0008bfd4 + 0x150;\n }\n FUN_00021760(FUN_00036dc0);\n }\n local_50 = DAT_0008cce4;\n if (((DAT_0008cce4 == (char *)0x0) && (local_50 = getenv("LD_RUN_PATH"), local_50 == (char *)0x0))\n || (iVar4 = DAT_0008cc38, *local_50 == '\0')) {\n local_50 = (char *)0x0;\n iVar4 = DAT_0008cc38;\n }\njoined_r0x000368b0:\n do {\n if (iVar4 == 0) {\n iVar4 = bfd_elf_size_dynamic_sections\n (DAT_0008cc30,DAT_0008cce0,local_50,DAT_0008ccec,DAT_0008ca34,DAT_0008ca30,\n DAT_0008ccf0,&DAT_0008cc00,&local_3c);\n if (iVar4 == 0) {\n uVar9 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00031700(uVar9);\n }\n pcVar2 = DAT_0008ccdc;\n iVar4 = DAT_0008c77c;\n if ((DAT_0008ccdc != (char *)0x0) && (local_3c != 0)) {\n *(char **)(local_3c + 0x6c) = DAT_0008ccdc;\n sVar5 = strlen(pcVar2);\n *(size_t *)(local_3c + 0x24) = sVar5 + 1;\n iVar4 = DAT_0008c77c;\n }\n for (; iVar4 != 0; iVar4 = *(int *)(iVar4 + 0x18)) {\n if (((*(byte *)(iVar4 + 0x24) & 0x10) == 0) &&\n (iVar6 = bfd_get_section_by_name(*(undefined4 *)(iVar4 + 0x10),".gnu.warning"),\n iVar6 != 0)) {\n iVar1 = *(int *)(iVar6 + 0x24);\n __ptr = (void *)xmalloc(iVar1 + 1);\n iVar7 = bfd_get_section_contents(*(undefined4 *)(iVar4 + 0x10),iVar6,__ptr,0,0,iVar1);\n if (iVar7 == 0) {\n uVar9 = *(undefined4 *)(iVar4 + 0x10);\n uVar8 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);\n FUN_00031700(uVar8,uVar9);\n }\n *(undefined1 *)((int)__ptr + iVar1) = 0;\n (**(code **)(DAT_0008cc18 + 0x14))\n (&DAT_0008cc00,__ptr,0,*(undefined4 *)(iVar4 + 0x10),0,0);\n free(__ptr);\n iVar1 = *(int *)(iVar6 + 0x3c);\n if (iVar1 != 0) {\n if (*(uint *)(iVar6 + 0x24) <= *(uint *)(iVar1 + 0x28)) {\n *(uint *)(iVar1 + 0x28) = *(uint *)(iVar1 + 0x28) - *(uint *)(iVar6 + 0x24);\n }\n }\n *(uint *)(iVar6 + 0x14) = *(uint *)(iVar6 + 0x14) | 0x208000;\n *(undefined4 *)(iVar6 + 0x24) = 0;\n }\n }\n FUN_00030310();\n iVar4 = bfd_elf_size_dynsym_hash_dynstr(DAT_0008cc30,&DAT_0008cc00);\n if (iVar4 == 0) {\n uVar9 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00031700(uVar9);\n }\n if (local_48 != (undefined4 *)0x0) {\n *(undefined1 *)(local_48 + 3) = local_3d;\n local_48[4] = local_28;\n local_48[5] = local_24;\n local_48[6] = local_20;\n }\n return;\n }\n if (((*(int *)(*(int *)(iVar4 + 4) + 4) == 5) &&\n (pcVar2 = *(char **)(*(int *)(iVar4 + 0x9c) + 0x204), pcVar2 != (char *)0x0)) &&\n (*pcVar2 != '\0')) {\n pcVar2 = (char *)xstrdup(pcVar2);\n do {\n pcVar3 = strchr(pcVar2,(int)DAT_0008cd48);\n if (pcVar3 == (char *)0x0) {\n if (*pcVar2 != '\0') {\n FUN_000359c0();\n iVar4 = *(int *)(iVar4 + 0x98);\n goto joined_r0x000368b0;\n }\n break;\n }\n *pcVar3 = '\0';\n if (*pcVar2 != '\0') {\n FUN_000359c0();\n }\n pcVar2 = pcVar3 + 1;\n } while (pcVar2 != (char *)0x0);\n }\n iVar4 = *(int *)(iVar4 + 0x98);\n } while( true );\n}" primitive_type (function_declarator "FUN_00036850(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n int iVar1;\n char *pcVar2;\n char *pcVar3;\n int iVar4;\n size_t sVar5;\n int iVar6;\n void *__ptr;\n int iVar7;\n undefined4 uVar8;\n undefined4 uVar9;\n char *local_50;\n undefined4 *local_48;\n undefined1 local_3d;\n int local_3c;\n undefined4 local_38;\n undefined4 local_34;\n undefined4 local_30;\n undefined4 local_2c;\n undefined4 local_28;\n undefined4 local_24;\n undefined4 local_20;\n undefined4 uStack_14;\n \n uStack_14 = 0x36859;\n local_48 = (undefined4 *)0x0;\n if (*(int *)(DAT_0008cc1c + 0x28) == 1) {\n _bfd_elf_tls_setup(DAT_0008cc30,&DAT_0008cc00);\n if (((((byte)DAT_0008cc00 & 3) == 2) ||\n (local_48 = (undefined4 *)bfd_link_hash_lookup(DAT_0008cc1c,"__ehdr_start",0,0,1),\n local_48 == (undefined4 *)0x0)) ||\n ((2 < *(byte *)(local_48 + 3) && (*(byte *)(local_48 + 3) != 5)))) {\n local_48 = (undefined4 *)0x0;\n }\n else {\n (**(code **)(*(int *)(*(int *)(DAT_0008cc30 + 4) + 0x1c0) + 0xe4))(&DAT_0008cc00,local_48,1);\n if ((*(byte *)((int)local_48 + 0x31) & 3) != 1) {\n *(byte *)((int)local_48 + 0x31) = *(byte *)((int)local_48 + 0x31) & 0xfc | 2;\n }\n local_38 = *local_48;\n local_34 = local_48[1];\n local_30 = local_48[2];\n local_2c = local_48[3];\n local_28 = local_48[4];\n local_24 = local_48[5];\n local_20 = local_48[6];\n local_48[6] = 0;\n local_3d = *(undefined1 *)(local_48 + 3);\n *(undefined1 *)(local_48 + 3) = 3;\n local_48[5] = PTR__bfd_std_section_0008bfd4 + 0x150;\n }\n FUN_00021760(FUN_00036dc0);\n }\n local_50 = DAT_0008cce4;\n if (((DAT_0008cce4 == (char *)0x0) && (local_50 = getenv("LD_RUN_PATH"), local_50 == (char *)0x0))\n || (iVar4 = DAT_0008cc38, *local_50 == '\0')) {\n local_50 = (char *)0x0;\n iVar4 = DAT_0008cc38;\n }\njoined_r0x000368b0:\n do {\n if (iVar4 == 0) {\n iVar4 = bfd_elf_size_dynamic_sections\n (DAT_0008cc30,DAT_0008cce0,local_50,DAT_0008ccec,DAT_0008ca34,DAT_0008ca30,\n DAT_0008ccf0,&DAT_0008cc00,&local_3c);\n if (iVar4 == 0) {\n uVar9 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00031700(uVar9);\n }\n pcVar2 = DAT_0008ccdc;\n iVar4 = DAT_0008c77c;\n if ((DAT_0008ccdc != (char *)0x0) && (local_3c != 0)) {\n *(char **)(local_3c + 0x6c) = DAT_0008ccdc;\n sVar5 = strlen(pcVar2);\n *(size_t *)(local_3c + 0x24) = sVar5 + 1;\n iVar4 = DAT_0008c77c;\n }\n for (; iVar4 != 0; iVar4 = *(int *)(iVar4 + 0x18)) {\n if (((*(byte *)(iVar4 + 0x24) & 0x10) == 0) &&\n (iVar6 = bfd_get_section_by_name(*(undefined4 *)(iVar4 + 0x10),".gnu.warning"),\n iVar6 != 0)) {\n iVar1 = *(int *)(iVar6 + 0x24);\n __ptr = (void *)xmalloc(iVar1 + 1);\n iVar7 = bfd_get_section_contents(*(undefined4 *)(iVar4 + 0x10),iVar6,__ptr,0,0,iVar1);\n if (iVar7 == 0) {\n uVar9 = *(undefined4 *)(iVar4 + 0x10);\n uVar8 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);\n FUN_00031700(uVar8,uVar9);\n }\n *(undefined1 *)((int)__ptr + iVar1) = 0;\n (**(code **)(DAT_0008cc18 + 0x14))\n (&DAT_0008cc00,__ptr,0,*(undefined4 *)(iVar4 + 0x10),0,0);\n free(__ptr);\n iVar1 = *(int *)(iVar6 + 0x3c);\n if (iVar1 != 0) {\n if (*(uint *)(iVar6 + 0x24) <= *(uint *)(iVar1 + 0x28)) {\n *(uint *)(iVar1 + 0x28) = *(uint *)(iVar1 + 0x28) - *(uint *)(iVar6 + 0x24);\n }\n }\n *(uint *)(iVar6 + 0x14) = *(uint *)(iVar6 + 0x14) | 0x208000;\n *(undefined4 *)(iVar6 + 0x24) = 0;\n }\n }\n FUN_00030310();\n iVar4 = bfd_elf_size_dynsym_hash_dynstr(DAT_0008cc30,&DAT_0008cc00);\n if (iVar4 == 0) {\n uVar9 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00031700(uVar9);\n }\n if (local_48 != (undefined4 *)0x0) {\n *(undefined1 *)(local_48 + 3) = local_3d;\n local_48[4] = local_28;\n local_48[5] = local_24;\n local_48[6] = local_20;\n }\n return;\n }\n if (((*(int *)(*(int *)(iVar4 + 4) + 4) == 5) &&\n (pcVar2 = *(char **)(*(int *)(iVar4 + 0x9c) + 0x204), pcVar2 != (char *)0x0)) &&\n (*pcVar2 != '\0')) {\n pcVar2 = (char *)xstrdup(pcVar2);\n do {\n pcVar3 = strchr(pcVar2,(int)DAT_0008cd48);\n if (pcVar3 == (char *)0x0) {\n if (*pcVar2 != '\0') {\n FUN_000359c0();\n iVar4 = *(int *)(iVar4 + 0x98);\n goto joined_r0x000368b0;\n }\n break;\n }\n *pcVar3 = '\0';\n if (*pcVar2 != '\0') {\n FUN_000359c0();\n }\n pcVar2 = pcVar3 + 1;\n } while (pcVar2 != (char *)0x0);\n }\n iVar4 = *(int *)(iVar4 + 0x98);\n } while( true );\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "char *pcVar2;" primitive_type (pointer_declarator "*pcVar2" * identifier) ;) (declaration "char *pcVar3;" primitive_type (pointer_declarator "*pcVar3" * identifier) ;) (declaration "int iVar4;" primitive_type identifier ;) (declaration "size_t sVar5;" primitive_type identifier ;) (declaration "int iVar6;" primitive_type identifier ;) (declaration "void *__ptr;" primitive_type (pointer_declarator "*__ptr" * identifier) ;) (declaration "int iVar7;" primitive_type identifier ;) (declaration "undefined4 uVar8;" type_identifier identifier ;) (declaration "undefined4 uVar9;" type_identifier identifier ;) (declaration "char *local_50;" primitive_type (pointer_declarator "*local_50" * identifier) ;) (declaration "undefined4 *local_48;" type_identifier (pointer_declarator "*local_48" * identifier) ;) (declaration "undefined1 local_3d;" type_identifier identifier ;) (declaration "int local_3c;" primitive_type identifier ;) (declaration "undefined4 local_38;" type_identifier identifier ;) (declaration "undefined4 local_34;" type_identifier identifier ;) (declaration "undefined4 local_30;" type_identifier identifier ;) (declaration "undefined4 local_2c;" type_identifier identifier ;) (declaration "undefined4 local_28;" type_identifier identifier ;) (declaration "undefined4 local_24;" type_identifier identifier ;) (declaration "undefined4 local_20;" type_identifier identifier ;) (declaration "undefined4 uStack_14;" type_identifier identifier ;) (expression_statement "uStack_14 = 0x36859;" (assignment_expression "uStack_14 = 0x36859" identifier = number_literal) ;) (expression_statement "local_48 = (undefined4 *)0x0;" (assignment_expression "local_48 = (undefined4 *)0x0" identifier = (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (if_statement "if (*(int *)(DAT_0008cc1c + 0x28) == 1) {\n _bfd_elf_tls_setup(DAT_0008cc30,&DAT_0008cc00);\n if (((((byte)DAT_0008cc00 & 3) == 2) ||\n (local_48 = (undefined4 *)bfd_link_hash_lookup(DAT_0008cc1c,"__ehdr_start",0,0,1),\n local_48 == (undefined4 *)0x0)) ||\n ((2 < *(byte *)(local_48 + 3) && (*(byte *)(local_48 + 3) != 5)))) {\n local_48 = (undefined4 *)0x0;\n }\n else {\n (**(code **)(*(int *)(*(int *)(DAT_0008cc30 + 4) + 0x1c0) + 0xe4))(&DAT_0008cc00,local_48,1);\n if ((*(byte *)((int)local_48 + 0x31) & 3) != 1) {\n *(byte *)((int)local_48 + 0x31) = *(byte *)((int)local_48 + 0x31) & 0xfc | 2;\n }\n local_38 = *local_48;\n local_34 = local_48[1];\n local_30 = local_48[2];\n local_2c = local_48[3];\n local_28 = local_48[4];\n local_24 = local_48[5];\n local_20 = local_48[6];\n local_48[6] = 0;\n local_3d = *(undefined1 *)(local_48 + 3);\n *(undefined1 *)(local_48 + 3) = 3;\n local_48[5] = PTR__bfd_std_section_0008bfd4 + 0x150;\n }\n FUN_00021760(FUN_00036dc0);\n }" if (parenthesized_expression "(*(int *)(DAT_0008cc1c + 0x28) == 1)" ( (binary_expression "*(int *)(DAT_0008cc1c + 0x28) == 1" (pointer_expression "*(int *)(DAT_0008cc1c + 0x28)" * (cast_expression "(int *)(DAT_0008cc1c + 0x28)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_0008cc1c + 0x28)" ( (binary_expression "DAT_0008cc1c + 0x28" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n _bfd_elf_tls_setup(DAT_0008cc30,&DAT_0008cc00);\n if (((((byte)DAT_0008cc00 & 3) == 2) ||\n (local_48 = (undefined4 *)bfd_link_hash_lookup(DAT_0008cc1c,"__ehdr_start",0,0,1),\n local_48 == (undefined4 *)0x0)) ||\n ((2 < *(byte *)(local_48 + 3) && (*(byte *)(local_48 + 3) != 5)))) {\n local_48 = (undefined4 *)0x0;\n }\n else {\n (**(code **)(*(int *)(*(int *)(DAT_0008cc30 + 4) + 0x1c0) + 0xe4))(&DAT_0008cc00,local_48,1);\n if ((*(byte *)((int)local_48 + 0x31) & 3) != 1) {\n *(byte *)((int)local_48 + 0x31) = *(byte *)((int)local_48 + 0x31) & 0xfc | 2;\n }\n local_38 = *local_48;\n local_34 = local_48[1];\n local_30 = local_48[2];\n local_2c = local_48[3];\n local_28 = local_48[4];\n local_24 = local_48[5];\n local_20 = local_48[6];\n local_48[6] = 0;\n local_3d = *(undefined1 *)(local_48 + 3);\n *(undefined1 *)(local_48 + 3) = 3;\n local_48[5] = PTR__bfd_std_section_0008bfd4 + 0x150;\n }\n FUN_00021760(FUN_00036dc0);\n }" { (expression_statement "_bfd_elf_tls_setup(DAT_0008cc30,&DAT_0008cc00);" (call_expression "_bfd_elf_tls_setup(DAT_0008cc30,&DAT_0008cc00)" identifier (argument_list "(DAT_0008cc30,&DAT_0008cc00)" ( identifier , (pointer_expression "&DAT_0008cc00" & identifier) ))) ;) (if_statement "if (((((byte)DAT_0008cc00 & 3) == 2) ||\n (local_48 = (undefined4 *)bfd_link_hash_lookup(DAT_0008cc1c,"__ehdr_start",0,0,1),\n local_48 == (undefined4 *)0x0)) ||\n ((2 < *(byte *)(local_48 + 3) && (*(byte *)(local_48 + 3) != 5)))) {\n local_48 = (undefined4 *)0x0;\n }\n else {\n (**(code **)(*(int *)(*(int *)(DAT_0008cc30 + 4) + 0x1c0) + 0xe4))(&DAT_0008cc00,local_48,1);\n if ((*(byte *)((int)local_48 + 0x31) & 3) != 1) {\n *(byte *)((int)local_48 + 0x31) = *(byte *)((int)local_48 + 0x31) & 0xfc | 2;\n }\n local_38 = *local_48;\n local_34 = local_48[1];\n local_30 = local_48[2];\n local_2c = local_48[3];\n local_28 = local_48[4];\n local_24 = local_48[5];\n local_20 = local_48[6];\n local_48[6] = 0;\n local_3d = *(undefined1 *)(local_48 + 3);\n *(undefined1 *)(local_48 + 3) = 3;\n local_48[5] = PTR__bfd_std_section_0008bfd4 + 0x150;\n }" if (parenthesized_expression "(((((byte)DAT_0008cc00 & 3) == 2) ||\n (local_48 = (undefined4 *)bfd_link_hash_lookup(DAT_0008cc1c,"__ehdr_start",0,0,1),\n local_48 == (undefined4 *)0x0)) ||\n ((2 < *(byte *)(local_48 + 3) && (*(byte *)(local_48 + 3) != 5))))" ( (binary_expression "((((byte)DAT_0008cc00 & 3) == 2) ||\n (local_48 = (undefined4 *)bfd_link_hash_lookup(DAT_0008cc1c,"__ehdr_start",0,0,1),\n local_48 == (undefined4 *)0x0)) ||\n ((2 < *(byte *)(local_48 + 3) && (*(byte *)(local_48 + 3) != 5)))" (parenthesized_expression "((((byte)DAT_0008cc00 & 3) == 2) ||\n (local_48 = (undefined4 *)bfd_link_hash_lookup(DAT_0008cc1c,"__ehdr_start",0,0,1),\n local_48 == (undefined4 *)0x0))" ( (binary_expression "(((byte)DAT_0008cc00 & 3) == 2) ||\n (local_48 = (undefined4 *)bfd_link_hash_lookup(DAT_0008cc1c,"__ehdr_start",0,0,1),\n local_48 == (undefined4 *)0x0)" (parenthesized_expression "(((byte)DAT_0008cc00 & 3) == 2)" ( (binary_expression "((byte)DAT_0008cc00 & 3) == 2" (parenthesized_expression "((byte)DAT_0008cc00 & 3)" ( (binary_expression "(byte)DAT_0008cc00 & 3" (cast_expression "(byte)DAT_0008cc00" ( (type_descriptor "byte" type_identifier) ) identifier) & number_literal) )) == number_literal) )) || (parenthesized_expression "(local_48 = (undefined4 *)bfd_link_hash_lookup(DAT_0008cc1c,"__ehdr_start",0,0,1),\n local_48 == (undefined4 *)0x0)" ( (comma_expression "local_48 = (undefined4 *)bfd_link_hash_lookup(DAT_0008cc1c,"__ehdr_start",0,0,1),\n local_48 == (undefined4 *)0x0" (assignment_expression "local_48 = (undefined4 *)bfd_link_hash_lookup(DAT_0008cc1c,"__ehdr_start",0,0,1)" identifier = (cast_expression "(undefined4 *)bfd_link_hash_lookup(DAT_0008cc1c,"__ehdr_start",0,0,1)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "bfd_link_hash_lookup(DAT_0008cc1c,"__ehdr_start",0,0,1)" identifier (argument_list "(DAT_0008cc1c,"__ehdr_start",0,0,1)" ( identifier , (string_literal ""__ehdr_start"" " string_content ") , number_literal , number_literal , number_literal ))))) , (binary_expression "local_48 == (undefined4 *)0x0" identifier == (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal))) ))) )) || (parenthesized_expression "((2 < *(byte *)(local_48 + 3) && (*(byte *)(local_48 + 3) != 5)))" ( (parenthesized_expression "(2 < *(byte *)(local_48 + 3) && (*(byte *)(local_48 + 3) != 5))" ( (binary_expression "2 < *(byte *)(local_48 + 3) && (*(byte *)(local_48 + 3) != 5)" (binary_expression "2 < *(byte *)(local_48 + 3)" number_literal < (pointer_expression "*(byte *)(local_48 + 3)" * (cast_expression "(byte *)(local_48 + 3)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_48 + 3)" ( (binary_expression "local_48 + 3" identifier + number_literal) ))))) && (parenthesized_expression "(*(byte *)(local_48 + 3) != 5)" ( (binary_expression "*(byte *)(local_48 + 3) != 5" (pointer_expression "*(byte *)(local_48 + 3)" * (cast_expression "(byte *)(local_48 + 3)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_48 + 3)" ( (binary_expression "local_48 + 3" identifier + number_literal) )))) != number_literal) ))) )) ))) )) (compound_statement "{\n local_48 = (undefined4 *)0x0;\n }" { (expression_statement "local_48 = (undefined4 *)0x0;" (assignment_expression "local_48 = (undefined4 *)0x0" identifier = (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) }) (else_clause "else {\n (**(code **)(*(int *)(*(int *)(DAT_0008cc30 + 4) + 0x1c0) + 0xe4))(&DAT_0008cc00,local_48,1);\n if ((*(byte *)((int)local_48 + 0x31) & 3) != 1) {\n *(byte *)((int)local_48 + 0x31) = *(byte *)((int)local_48 + 0x31) & 0xfc | 2;\n }\n local_38 = *local_48;\n local_34 = local_48[1];\n local_30 = local_48[2];\n local_2c = local_48[3];\n local_28 = local_48[4];\n local_24 = local_48[5];\n local_20 = local_48[6];\n local_48[6] = 0;\n local_3d = *(undefined1 *)(local_48 + 3);\n *(undefined1 *)(local_48 + 3) = 3;\n local_48[5] = PTR__bfd_std_section_0008bfd4 + 0x150;\n }" else (compound_statement "{\n (**(code **)(*(int *)(*(int *)(DAT_0008cc30 + 4) + 0x1c0) + 0xe4))(&DAT_0008cc00,local_48,1);\n if ((*(byte *)((int)local_48 + 0x31) & 3) != 1) {\n *(byte *)((int)local_48 + 0x31) = *(byte *)((int)local_48 + 0x31) & 0xfc | 2;\n }\n local_38 = *local_48;\n local_34 = local_48[1];\n local_30 = local_48[2];\n local_2c = local_48[3];\n local_28 = local_48[4];\n local_24 = local_48[5];\n local_20 = local_48[6];\n local_48[6] = 0;\n local_3d = *(undefined1 *)(local_48 + 3);\n *(undefined1 *)(local_48 + 3) = 3;\n local_48[5] = PTR__bfd_std_section_0008bfd4 + 0x150;\n }" { (expression_statement "(**(code **)(*(int *)(*(int *)(DAT_0008cc30 + 4) + 0x1c0) + 0xe4))(&DAT_0008cc00,local_48,1);" (call_expression "(**(code **)(*(int *)(*(int *)(DAT_0008cc30 + 4) + 0x1c0) + 0xe4))(&DAT_0008cc00,local_48,1)" (parenthesized_expression "(**(code **)(*(int *)(*(int *)(DAT_0008cc30 + 4) + 0x1c0) + 0xe4))" ( (pointer_expression "**(code **)(*(int *)(*(int *)(DAT_0008cc30 + 4) + 0x1c0) + 0xe4)" * (pointer_expression "*(code **)(*(int *)(*(int *)(DAT_0008cc30 + 4) + 0x1c0) + 0xe4)" * (cast_expression "(code **)(*(int *)(*(int *)(DAT_0008cc30 + 4) + 0x1c0) + 0xe4)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(int *)(*(int *)(DAT_0008cc30 + 4) + 0x1c0) + 0xe4)" ( (binary_expression "*(int *)(*(int *)(DAT_0008cc30 + 4) + 0x1c0) + 0xe4" (pointer_expression "*(int *)(*(int *)(DAT_0008cc30 + 4) + 0x1c0)" * (cast_expression "(int *)(*(int *)(DAT_0008cc30 + 4) + 0x1c0)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(DAT_0008cc30 + 4) + 0x1c0)" ( (binary_expression "*(int *)(DAT_0008cc30 + 4) + 0x1c0" (pointer_expression "*(int *)(DAT_0008cc30 + 4)" * (cast_expression "(int *)(DAT_0008cc30 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_0008cc30 + 4)" ( (binary_expression "DAT_0008cc30 + 4" identifier + number_literal) )))) + number_literal) )))) + number_literal) ))))) )) (argument_list "(&DAT_0008cc00,local_48,1)" ( (pointer_expression "&DAT_0008cc00" & identifier) , identifier , number_literal ))) ;) (if_statement "if ((*(byte *)((int)local_48 + 0x31) & 3) != 1) {\n *(byte *)((int)local_48 + 0x31) = *(byte *)((int)local_48 + 0x31) & 0xfc | 2;\n }" if (parenthesized_expression "((*(byte *)((int)local_48 + 0x31) & 3) != 1)" ( (binary_expression "(*(byte *)((int)local_48 + 0x31) & 3) != 1" (parenthesized_expression "(*(byte *)((int)local_48 + 0x31) & 3)" ( (binary_expression "*(byte *)((int)local_48 + 0x31) & 3" (pointer_expression "*(byte *)((int)local_48 + 0x31)" * (cast_expression "(byte *)((int)local_48 + 0x31)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)local_48 + 0x31)" ( (binary_expression "(int)local_48 + 0x31" (cast_expression "(int)local_48" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) & number_literal) )) != number_literal) )) (compound_statement "{\n *(byte *)((int)local_48 + 0x31) = *(byte *)((int)local_48 + 0x31) & 0xfc | 2;\n }" { (expression_statement "*(byte *)((int)local_48 + 0x31) = *(byte *)((int)local_48 + 0x31) & 0xfc | 2;" (assignment_expression "*(byte *)((int)local_48 + 0x31) = *(byte *)((int)local_48 + 0x31) & 0xfc | 2" (pointer_expression "*(byte *)((int)local_48 + 0x31)" * (cast_expression "(byte *)((int)local_48 + 0x31)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)local_48 + 0x31)" ( (binary_expression "(int)local_48 + 0x31" (cast_expression "(int)local_48" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = (binary_expression "*(byte *)((int)local_48 + 0x31) & 0xfc | 2" (binary_expression "*(byte *)((int)local_48 + 0x31) & 0xfc" (pointer_expression "*(byte *)((int)local_48 + 0x31)" * (cast_expression "(byte *)((int)local_48 + 0x31)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)local_48 + 0x31)" ( (binary_expression "(int)local_48 + 0x31" (cast_expression "(int)local_48" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) & number_literal) | number_literal)) ;) })) (expression_statement "local_38 = *local_48;" (assignment_expression "local_38 = *local_48" identifier = (pointer_expression "*local_48" * identifier)) ;) (expression_statement "local_34 = local_48[1];" (assignment_expression "local_34 = local_48[1]" identifier = (subscript_expression "local_48[1]" identifier [ number_literal ])) ;) (expression_statement "local_30 = local_48[2];" (assignment_expression "local_30 = local_48[2]" identifier = (subscript_expression "local_48[2]" identifier [ number_literal ])) ;) (expression_statement "local_2c = local_48[3];" (assignment_expression "local_2c = local_48[3]" identifier = (subscript_expression "local_48[3]" identifier [ number_literal ])) ;) (expression_statement "local_28 = local_48[4];" (assignment_expression "local_28 = local_48[4]" identifier = (subscript_expression "local_48[4]" identifier [ number_literal ])) ;) (expression_statement "local_24 = local_48[5];" (assignment_expression "local_24 = local_48[5]" identifier = (subscript_expression "local_48[5]" identifier [ number_literal ])) ;) (expression_statement "local_20 = local_48[6];" (assignment_expression "local_20 = local_48[6]" identifier = (subscript_expression "local_48[6]" identifier [ number_literal ])) ;) (expression_statement "local_48[6] = 0;" (assignment_expression "local_48[6] = 0" (subscript_expression "local_48[6]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "local_3d = *(undefined1 *)(local_48 + 3);" (assignment_expression "local_3d = *(undefined1 *)(local_48 + 3)" identifier = (pointer_expression "*(undefined1 *)(local_48 + 3)" * (cast_expression "(undefined1 *)(local_48 + 3)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_48 + 3)" ( (binary_expression "local_48 + 3" identifier + number_literal) ))))) ;) (expression_statement "*(undefined1 *)(local_48 + 3) = 3;" (assignment_expression "*(undefined1 *)(local_48 + 3) = 3" (pointer_expression "*(undefined1 *)(local_48 + 3)" * (cast_expression "(undefined1 *)(local_48 + 3)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_48 + 3)" ( (binary_expression "local_48 + 3" identifier + number_literal) )))) = number_literal) ;) (expression_statement "local_48[5] = PTR__bfd_std_section_0008bfd4 + 0x150;" (assignment_expression "local_48[5] = PTR__bfd_std_section_0008bfd4 + 0x150" (subscript_expression "local_48[5]" identifier [ number_literal ]) = (binary_expression "PTR__bfd_std_section_0008bfd4 + 0x150" identifier + number_literal)) ;) }))) (expression_statement "FUN_00021760(FUN_00036dc0);" (call_expression "FUN_00021760(FUN_00036dc0)" identifier (argument_list "(FUN_00036dc0)" ( identifier ))) ;) })) (expression_statement "local_50 = DAT_0008cce4;" (assignment_expression "local_50 = DAT_0008cce4" identifier = identifier) ;) (if_statement "if (((DAT_0008cce4 == (char *)0x0) && (local_50 = getenv("LD_RUN_PATH"), local_50 == (char *)0x0))\n || (iVar4 = DAT_0008cc38, *local_50 == '\0')) {\n local_50 = (char *)0x0;\n iVar4 = DAT_0008cc38;\n }" if (parenthesized_expression "(((DAT_0008cce4 == (char *)0x0) && (local_50 = getenv("LD_RUN_PATH"), local_50 == (char *)0x0))\n || (iVar4 = DAT_0008cc38, *local_50 == '\0'))" ( (binary_expression "((DAT_0008cce4 == (char *)0x0) && (local_50 = getenv("LD_RUN_PATH"), local_50 == (char *)0x0))\n || (iVar4 = DAT_0008cc38, *local_50 == '\0')" (parenthesized_expression "((DAT_0008cce4 == (char *)0x0) && (local_50 = getenv("LD_RUN_PATH"), local_50 == (char *)0x0))" ( (binary_expression "(DAT_0008cce4 == (char *)0x0) && (local_50 = getenv("LD_RUN_PATH"), local_50 == (char *)0x0)" (parenthesized_expression "(DAT_0008cce4 == (char *)0x0)" ( (binary_expression "DAT_0008cce4 == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(local_50 = getenv("LD_RUN_PATH"), local_50 == (char *)0x0)" ( (comma_expression "local_50 = getenv("LD_RUN_PATH"), local_50 == (char *)0x0" (assignment_expression "local_50 = getenv("LD_RUN_PATH")" identifier = (call_expression "getenv("LD_RUN_PATH")" identifier (argument_list "("LD_RUN_PATH")" ( (string_literal ""LD_RUN_PATH"" " string_content ") )))) , (binary_expression "local_50 == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal))) ))) )) || (parenthesized_expression "(iVar4 = DAT_0008cc38, *local_50 == '\0')" ( (comma_expression "iVar4 = DAT_0008cc38, *local_50 == '\0'" (assignment_expression "iVar4 = DAT_0008cc38" identifier = identifier) , (binary_expression "*local_50 == '\0'" (pointer_expression "*local_50" * identifier) == (char_literal "'\0'" ' escape_sequence '))) ))) )) (compound_statement "{\n local_50 = (char *)0x0;\n iVar4 = DAT_0008cc38;\n }" { (expression_statement "local_50 = (char *)0x0;" (assignment_expression "local_50 = (char *)0x0" identifier = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "iVar4 = DAT_0008cc38;" (assignment_expression "iVar4 = DAT_0008cc38" identifier = identifier) ;) })) (labeled_statement "joined_r0x000368b0:\n do {\n if (iVar4 == 0) {\n iVar4 = bfd_elf_size_dynamic_sections\n (DAT_0008cc30,DAT_0008cce0,local_50,DAT_0008ccec,DAT_0008ca34,DAT_0008ca30,\n DAT_0008ccf0,&DAT_0008cc00,&local_3c);\n if (iVar4 == 0) {\n uVar9 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00031700(uVar9);\n }\n pcVar2 = DAT_0008ccdc;\n iVar4 = DAT_0008c77c;\n if ((DAT_0008ccdc != (char *)0x0) && (local_3c != 0)) {\n *(char **)(local_3c + 0x6c) = DAT_0008ccdc;\n sVar5 = strlen(pcVar2);\n *(size_t *)(local_3c + 0x24) = sVar5 + 1;\n iVar4 = DAT_0008c77c;\n }\n for (; iVar4 != 0; iVar4 = *(int *)(iVar4 + 0x18)) {\n if (((*(byte *)(iVar4 + 0x24) & 0x10) == 0) &&\n (iVar6 = bfd_get_section_by_name(*(undefined4 *)(iVar4 + 0x10),".gnu.warning"),\n iVar6 != 0)) {\n iVar1 = *(int *)(iVar6 + 0x24);\n __ptr = (void *)xmalloc(iVar1 + 1);\n iVar7 = bfd_get_section_contents(*(undefined4 *)(iVar4 + 0x10),iVar6,__ptr,0,0,iVar1);\n if (iVar7 == 0) {\n uVar9 = *(undefined4 *)(iVar4 + 0x10);\n uVar8 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);\n FUN_00031700(uVar8,uVar9);\n }\n *(undefined1 *)((int)__ptr + iVar1) = 0;\n (**(code **)(DAT_0008cc18 + 0x14))\n (&DAT_0008cc00,__ptr,0,*(undefined4 *)(iVar4 + 0x10),0,0);\n free(__ptr);\n iVar1 = *(int *)(iVar6 + 0x3c);\n if (iVar1 != 0) {\n if (*(uint *)(iVar6 + 0x24) <= *(uint *)(iVar1 + 0x28)) {\n *(uint *)(iVar1 + 0x28) = *(uint *)(iVar1 + 0x28) - *(uint *)(iVar6 + 0x24);\n }\n }\n *(uint *)(iVar6 + 0x14) = *(uint *)(iVar6 + 0x14) | 0x208000;\n *(undefined4 *)(iVar6 + 0x24) = 0;\n }\n }\n FUN_00030310();\n iVar4 = bfd_elf_size_dynsym_hash_dynstr(DAT_0008cc30,&DAT_0008cc00);\n if (iVar4 == 0) {\n uVar9 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00031700(uVar9);\n }\n if (local_48 != (undefined4 *)0x0) {\n *(undefined1 *)(local_48 + 3) = local_3d;\n local_48[4] = local_28;\n local_48[5] = local_24;\n local_48[6] = local_20;\n }\n return;\n }\n if (((*(int *)(*(int *)(iVar4 + 4) + 4) == 5) &&\n (pcVar2 = *(char **)(*(int *)(iVar4 + 0x9c) + 0x204), pcVar2 != (char *)0x0)) &&\n (*pcVar2 != '\0')) {\n pcVar2 = (char *)xstrdup(pcVar2);\n do {\n pcVar3 = strchr(pcVar2,(int)DAT_0008cd48);\n if (pcVar3 == (char *)0x0) {\n if (*pcVar2 != '\0') {\n FUN_000359c0();\n iVar4 = *(int *)(iVar4 + 0x98);\n goto joined_r0x000368b0;\n }\n break;\n }\n *pcVar3 = '\0';\n if (*pcVar2 != '\0') {\n FUN_000359c0();\n }\n pcVar2 = pcVar3 + 1;\n } while (pcVar2 != (char *)0x0);\n }\n iVar4 = *(int *)(iVar4 + 0x98);\n } while( true );" statement_identifier : (do_statement "do {\n if (iVar4 == 0) {\n iVar4 = bfd_elf_size_dynamic_sections\n (DAT_0008cc30,DAT_0008cce0,local_50,DAT_0008ccec,DAT_0008ca34,DAT_0008ca30,\n DAT_0008ccf0,&DAT_0008cc00,&local_3c);\n if (iVar4 == 0) {\n uVar9 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00031700(uVar9);\n }\n pcVar2 = DAT_0008ccdc;\n iVar4 = DAT_0008c77c;\n if ((DAT_0008ccdc != (char *)0x0) && (local_3c != 0)) {\n *(char **)(local_3c + 0x6c) = DAT_0008ccdc;\n sVar5 = strlen(pcVar2);\n *(size_t *)(local_3c + 0x24) = sVar5 + 1;\n iVar4 = DAT_0008c77c;\n }\n for (; iVar4 != 0; iVar4 = *(int *)(iVar4 + 0x18)) {\n if (((*(byte *)(iVar4 + 0x24) & 0x10) == 0) &&\n (iVar6 = bfd_get_section_by_name(*(undefined4 *)(iVar4 + 0x10),".gnu.warning"),\n iVar6 != 0)) {\n iVar1 = *(int *)(iVar6 + 0x24);\n __ptr = (void *)xmalloc(iVar1 + 1);\n iVar7 = bfd_get_section_contents(*(undefined4 *)(iVar4 + 0x10),iVar6,__ptr,0,0,iVar1);\n if (iVar7 == 0) {\n uVar9 = *(undefined4 *)(iVar4 + 0x10);\n uVar8 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);\n FUN_00031700(uVar8,uVar9);\n }\n *(undefined1 *)((int)__ptr + iVar1) = 0;\n (**(code **)(DAT_0008cc18 + 0x14))\n (&DAT_0008cc00,__ptr,0,*(undefined4 *)(iVar4 + 0x10),0,0);\n free(__ptr);\n iVar1 = *(int *)(iVar6 + 0x3c);\n if (iVar1 != 0) {\n if (*(uint *)(iVar6 + 0x24) <= *(uint *)(iVar1 + 0x28)) {\n *(uint *)(iVar1 + 0x28) = *(uint *)(iVar1 + 0x28) - *(uint *)(iVar6 + 0x24);\n }\n }\n *(uint *)(iVar6 + 0x14) = *(uint *)(iVar6 + 0x14) | 0x208000;\n *(undefined4 *)(iVar6 + 0x24) = 0;\n }\n }\n FUN_00030310();\n iVar4 = bfd_elf_size_dynsym_hash_dynstr(DAT_0008cc30,&DAT_0008cc00);\n if (iVar4 == 0) {\n uVar9 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00031700(uVar9);\n }\n if (local_48 != (undefined4 *)0x0) {\n *(undefined1 *)(local_48 + 3) = local_3d;\n local_48[4] = local_28;\n local_48[5] = local_24;\n local_48[6] = local_20;\n }\n return;\n }\n if (((*(int *)(*(int *)(iVar4 + 4) + 4) == 5) &&\n (pcVar2 = *(char **)(*(int *)(iVar4 + 0x9c) + 0x204), pcVar2 != (char *)0x0)) &&\n (*pcVar2 != '\0')) {\n pcVar2 = (char *)xstrdup(pcVar2);\n do {\n pcVar3 = strchr(pcVar2,(int)DAT_0008cd48);\n if (pcVar3 == (char *)0x0) {\n if (*pcVar2 != '\0') {\n FUN_000359c0();\n iVar4 = *(int *)(iVar4 + 0x98);\n goto joined_r0x000368b0;\n }\n break;\n }\n *pcVar3 = '\0';\n if (*pcVar2 != '\0') {\n FUN_000359c0();\n }\n pcVar2 = pcVar3 + 1;\n } while (pcVar2 != (char *)0x0);\n }\n iVar4 = *(int *)(iVar4 + 0x98);\n } while( true );" do (compound_statement "{\n if (iVar4 == 0) {\n iVar4 = bfd_elf_size_dynamic_sections\n (DAT_0008cc30,DAT_0008cce0,local_50,DAT_0008ccec,DAT_0008ca34,DAT_0008ca30,\n DAT_0008ccf0,&DAT_0008cc00,&local_3c);\n if (iVar4 == 0) {\n uVar9 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00031700(uVar9);\n }\n pcVar2 = DAT_0008ccdc;\n iVar4 = DAT_0008c77c;\n if ((DAT_0008ccdc != (char *)0x0) && (local_3c != 0)) {\n *(char **)(local_3c + 0x6c) = DAT_0008ccdc;\n sVar5 = strlen(pcVar2);\n *(size_t *)(local_3c + 0x24) = sVar5 + 1;\n iVar4 = DAT_0008c77c;\n }\n for (; iVar4 != 0; iVar4 = *(int *)(iVar4 + 0x18)) {\n if (((*(byte *)(iVar4 + 0x24) & 0x10) == 0) &&\n (iVar6 = bfd_get_section_by_name(*(undefined4 *)(iVar4 + 0x10),".gnu.warning"),\n iVar6 != 0)) {\n iVar1 = *(int *)(iVar6 + 0x24);\n __ptr = (void *)xmalloc(iVar1 + 1);\n iVar7 = bfd_get_section_contents(*(undefined4 *)(iVar4 + 0x10),iVar6,__ptr,0,0,iVar1);\n if (iVar7 == 0) {\n uVar9 = *(undefined4 *)(iVar4 + 0x10);\n uVar8 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);\n FUN_00031700(uVar8,uVar9);\n }\n *(undefined1 *)((int)__ptr + iVar1) = 0;\n (**(code **)(DAT_0008cc18 + 0x14))\n (&DAT_0008cc00,__ptr,0,*(undefined4 *)(iVar4 + 0x10),0,0);\n free(__ptr);\n iVar1 = *(int *)(iVar6 + 0x3c);\n if (iVar1 != 0) {\n if (*(uint *)(iVar6 + 0x24) <= *(uint *)(iVar1 + 0x28)) {\n *(uint *)(iVar1 + 0x28) = *(uint *)(iVar1 + 0x28) - *(uint *)(iVar6 + 0x24);\n }\n }\n *(uint *)(iVar6 + 0x14) = *(uint *)(iVar6 + 0x14) | 0x208000;\n *(undefined4 *)(iVar6 + 0x24) = 0;\n }\n }\n FUN_00030310();\n iVar4 = bfd_elf_size_dynsym_hash_dynstr(DAT_0008cc30,&DAT_0008cc00);\n if (iVar4 == 0) {\n uVar9 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00031700(uVar9);\n }\n if (local_48 != (undefined4 *)0x0) {\n *(undefined1 *)(local_48 + 3) = local_3d;\n local_48[4] = local_28;\n local_48[5] = local_24;\n local_48[6] = local_20;\n }\n return;\n }\n if (((*(int *)(*(int *)(iVar4 + 4) + 4) == 5) &&\n (pcVar2 = *(char **)(*(int *)(iVar4 + 0x9c) + 0x204), pcVar2 != (char *)0x0)) &&\n (*pcVar2 != '\0')) {\n pcVar2 = (char *)xstrdup(pcVar2);\n do {\n pcVar3 = strchr(pcVar2,(int)DAT_0008cd48);\n if (pcVar3 == (char *)0x0) {\n if (*pcVar2 != '\0') {\n FUN_000359c0();\n iVar4 = *(int *)(iVar4 + 0x98);\n goto joined_r0x000368b0;\n }\n break;\n }\n *pcVar3 = '\0';\n if (*pcVar2 != '\0') {\n FUN_000359c0();\n }\n pcVar2 = pcVar3 + 1;\n } while (pcVar2 != (char *)0x0);\n }\n iVar4 = *(int *)(iVar4 + 0x98);\n }" { (if_statement "if (iVar4 == 0) {\n iVar4 = bfd_elf_size_dynamic_sections\n (DAT_0008cc30,DAT_0008cce0,local_50,DAT_0008ccec,DAT_0008ca34,DAT_0008ca30,\n DAT_0008ccf0,&DAT_0008cc00,&local_3c);\n if (iVar4 == 0) {\n uVar9 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00031700(uVar9);\n }\n pcVar2 = DAT_0008ccdc;\n iVar4 = DAT_0008c77c;\n if ((DAT_0008ccdc != (char *)0x0) && (local_3c != 0)) {\n *(char **)(local_3c + 0x6c) = DAT_0008ccdc;\n sVar5 = strlen(pcVar2);\n *(size_t *)(local_3c + 0x24) = sVar5 + 1;\n iVar4 = DAT_0008c77c;\n }\n for (; iVar4 != 0; iVar4 = *(int *)(iVar4 + 0x18)) {\n if (((*(byte *)(iVar4 + 0x24) & 0x10) == 0) &&\n (iVar6 = bfd_get_section_by_name(*(undefined4 *)(iVar4 + 0x10),".gnu.warning"),\n iVar6 != 0)) {\n iVar1 = *(int *)(iVar6 + 0x24);\n __ptr = (void *)xmalloc(iVar1 + 1);\n iVar7 = bfd_get_section_contents(*(undefined4 *)(iVar4 + 0x10),iVar6,__ptr,0,0,iVar1);\n if (iVar7 == 0) {\n uVar9 = *(undefined4 *)(iVar4 + 0x10);\n uVar8 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);\n FUN_00031700(uVar8,uVar9);\n }\n *(undefined1 *)((int)__ptr + iVar1) = 0;\n (**(code **)(DAT_0008cc18 + 0x14))\n (&DAT_0008cc00,__ptr,0,*(undefined4 *)(iVar4 + 0x10),0,0);\n free(__ptr);\n iVar1 = *(int *)(iVar6 + 0x3c);\n if (iVar1 != 0) {\n if (*(uint *)(iVar6 + 0x24) <= *(uint *)(iVar1 + 0x28)) {\n *(uint *)(iVar1 + 0x28) = *(uint *)(iVar1 + 0x28) - *(uint *)(iVar6 + 0x24);\n }\n }\n *(uint *)(iVar6 + 0x14) = *(uint *)(iVar6 + 0x14) | 0x208000;\n *(undefined4 *)(iVar6 + 0x24) = 0;\n }\n }\n FUN_00030310();\n iVar4 = bfd_elf_size_dynsym_hash_dynstr(DAT_0008cc30,&DAT_0008cc00);\n if (iVar4 == 0) {\n uVar9 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00031700(uVar9);\n }\n if (local_48 != (undefined4 *)0x0) {\n *(undefined1 *)(local_48 + 3) = local_3d;\n local_48[4] = local_28;\n local_48[5] = local_24;\n local_48[6] = local_20;\n }\n return;\n }" if (parenthesized_expression "(iVar4 == 0)" ( (binary_expression "iVar4 == 0" identifier == number_literal) )) (compound_statement "{\n iVar4 = bfd_elf_size_dynamic_sections\n (DAT_0008cc30,DAT_0008cce0,local_50,DAT_0008ccec,DAT_0008ca34,DAT_0008ca30,\n DAT_0008ccf0,&DAT_0008cc00,&local_3c);\n if (iVar4 == 0) {\n uVar9 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00031700(uVar9);\n }\n pcVar2 = DAT_0008ccdc;\n iVar4 = DAT_0008c77c;\n if ((DAT_0008ccdc != (char *)0x0) && (local_3c != 0)) {\n *(char **)(local_3c + 0x6c) = DAT_0008ccdc;\n sVar5 = strlen(pcVar2);\n *(size_t *)(local_3c + 0x24) = sVar5 + 1;\n iVar4 = DAT_0008c77c;\n }\n for (; iVar4 != 0; iVar4 = *(int *)(iVar4 + 0x18)) {\n if (((*(byte *)(iVar4 + 0x24) & 0x10) == 0) &&\n (iVar6 = bfd_get_section_by_name(*(undefined4 *)(iVar4 + 0x10),".gnu.warning"),\n iVar6 != 0)) {\n iVar1 = *(int *)(iVar6 + 0x24);\n __ptr = (void *)xmalloc(iVar1 + 1);\n iVar7 = bfd_get_section_contents(*(undefined4 *)(iVar4 + 0x10),iVar6,__ptr,0,0,iVar1);\n if (iVar7 == 0) {\n uVar9 = *(undefined4 *)(iVar4 + 0x10);\n uVar8 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);\n FUN_00031700(uVar8,uVar9);\n }\n *(undefined1 *)((int)__ptr + iVar1) = 0;\n (**(code **)(DAT_0008cc18 + 0x14))\n (&DAT_0008cc00,__ptr,0,*(undefined4 *)(iVar4 + 0x10),0,0);\n free(__ptr);\n iVar1 = *(int *)(iVar6 + 0x3c);\n if (iVar1 != 0) {\n if (*(uint *)(iVar6 + 0x24) <= *(uint *)(iVar1 + 0x28)) {\n *(uint *)(iVar1 + 0x28) = *(uint *)(iVar1 + 0x28) - *(uint *)(iVar6 + 0x24);\n }\n }\n *(uint *)(iVar6 + 0x14) = *(uint *)(iVar6 + 0x14) | 0x208000;\n *(undefined4 *)(iVar6 + 0x24) = 0;\n }\n }\n FUN_00030310();\n iVar4 = bfd_elf_size_dynsym_hash_dynstr(DAT_0008cc30,&DAT_0008cc00);\n if (iVar4 == 0) {\n uVar9 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00031700(uVar9);\n }\n if (local_48 != (undefined4 *)0x0) {\n *(undefined1 *)(local_48 + 3) = local_3d;\n local_48[4] = local_28;\n local_48[5] = local_24;\n local_48[6] = local_20;\n }\n return;\n }" { (expression_statement "iVar4 = bfd_elf_size_dynamic_sections\n (DAT_0008cc30,DAT_0008cce0,local_50,DAT_0008ccec,DAT_0008ca34,DAT_0008ca30,\n DAT_0008ccf0,&DAT_0008cc00,&local_3c);" (assignment_expression "iVar4 = bfd_elf_size_dynamic_sections\n (DAT_0008cc30,DAT_0008cce0,local_50,DAT_0008ccec,DAT_0008ca34,DAT_0008ca30,\n DAT_0008ccf0,&DAT_0008cc00,&local_3c)" identifier = (call_expression "bfd_elf_size_dynamic_sections\n (DAT_0008cc30,DAT_0008cce0,local_50,DAT_0008ccec,DAT_0008ca34,DAT_0008ca30,\n DAT_0008ccf0,&DAT_0008cc00,&local_3c)" identifier (argument_list "(DAT_0008cc30,DAT_0008cce0,local_50,DAT_0008ccec,DAT_0008ca34,DAT_0008ca30,\n DAT_0008ccf0,&DAT_0008cc00,&local_3c)" ( identifier , identifier , identifier , identifier , identifier , identifier , identifier , (pointer_expression "&DAT_0008cc00" & identifier) , (pointer_expression "&local_3c" & identifier) )))) ;) (if_statement "if (iVar4 == 0) {\n uVar9 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00031700(uVar9);\n }" if (parenthesized_expression "(iVar4 == 0)" ( (binary_expression "iVar4 == 0" identifier == number_literal) )) (compound_statement "{\n uVar9 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00031700(uVar9);\n }" { (expression_statement "uVar9 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);" (assignment_expression "uVar9 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5)" identifier = (call_expression "dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5)" identifier (argument_list "(0,"%F%P: failed to set dynamic section sizes: %E\n",5)" ( number_literal , (string_literal ""%F%P: failed to set dynamic section sizes: %E\n"" " string_content escape_sequence ") , number_literal )))) ;) (expression_statement "FUN_00031700(uVar9);" (call_expression "FUN_00031700(uVar9)" identifier (argument_list "(uVar9)" ( identifier ))) ;) })) (expression_statement "pcVar2 = DAT_0008ccdc;" (assignment_expression "pcVar2 = DAT_0008ccdc" identifier = identifier) ;) (expression_statement "iVar4 = DAT_0008c77c;" (assignment_expression "iVar4 = DAT_0008c77c" identifier = identifier) ;) (if_statement "if ((DAT_0008ccdc != (char *)0x0) && (local_3c != 0)) {\n *(char **)(local_3c + 0x6c) = DAT_0008ccdc;\n sVar5 = strlen(pcVar2);\n *(size_t *)(local_3c + 0x24) = sVar5 + 1;\n iVar4 = DAT_0008c77c;\n }" if (parenthesized_expression "((DAT_0008ccdc != (char *)0x0) && (local_3c != 0))" ( (binary_expression "(DAT_0008ccdc != (char *)0x0) && (local_3c != 0)" (parenthesized_expression "(DAT_0008ccdc != (char *)0x0)" ( (binary_expression "DAT_0008ccdc != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(local_3c != 0)" ( (binary_expression "local_3c != 0" identifier != number_literal) ))) )) (compound_statement "{\n *(char **)(local_3c + 0x6c) = DAT_0008ccdc;\n sVar5 = strlen(pcVar2);\n *(size_t *)(local_3c + 0x24) = sVar5 + 1;\n iVar4 = DAT_0008c77c;\n }" { (expression_statement "*(char **)(local_3c + 0x6c) = DAT_0008ccdc;" (assignment_expression "*(char **)(local_3c + 0x6c) = DAT_0008ccdc" (pointer_expression "*(char **)(local_3c + 0x6c)" * (cast_expression "(char **)(local_3c + 0x6c)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(local_3c + 0x6c)" ( (binary_expression "local_3c + 0x6c" identifier + number_literal) )))) = identifier) ;) (expression_statement "sVar5 = strlen(pcVar2);" (assignment_expression "sVar5 = strlen(pcVar2)" identifier = (call_expression "strlen(pcVar2)" identifier (argument_list "(pcVar2)" ( identifier )))) ;) (expression_statement "*(size_t *)(local_3c + 0x24) = sVar5 + 1;" (assignment_expression "*(size_t *)(local_3c + 0x24) = sVar5 + 1" (pointer_expression "*(size_t *)(local_3c + 0x24)" * (cast_expression "(size_t *)(local_3c + 0x24)" ( (type_descriptor "size_t *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_3c + 0x24)" ( (binary_expression "local_3c + 0x24" identifier + number_literal) )))) = (binary_expression "sVar5 + 1" identifier + number_literal)) ;) (expression_statement "iVar4 = DAT_0008c77c;" (assignment_expression "iVar4 = DAT_0008c77c" identifier = identifier) ;) })) (for_statement "for (; iVar4 != 0; iVar4 = *(int *)(iVar4 + 0x18)) {\n if (((*(byte *)(iVar4 + 0x24) & 0x10) == 0) &&\n (iVar6 = bfd_get_section_by_name(*(undefined4 *)(iVar4 + 0x10),".gnu.warning"),\n iVar6 != 0)) {\n iVar1 = *(int *)(iVar6 + 0x24);\n __ptr = (void *)xmalloc(iVar1 + 1);\n iVar7 = bfd_get_section_contents(*(undefined4 *)(iVar4 + 0x10),iVar6,__ptr,0,0,iVar1);\n if (iVar7 == 0) {\n uVar9 = *(undefined4 *)(iVar4 + 0x10);\n uVar8 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);\n FUN_00031700(uVar8,uVar9);\n }\n *(undefined1 *)((int)__ptr + iVar1) = 0;\n (**(code **)(DAT_0008cc18 + 0x14))\n (&DAT_0008cc00,__ptr,0,*(undefined4 *)(iVar4 + 0x10),0,0);\n free(__ptr);\n iVar1 = *(int *)(iVar6 + 0x3c);\n if (iVar1 != 0) {\n if (*(uint *)(iVar6 + 0x24) <= *(uint *)(iVar1 + 0x28)) {\n *(uint *)(iVar1 + 0x28) = *(uint *)(iVar1 + 0x28) - *(uint *)(iVar6 + 0x24);\n }\n }\n *(uint *)(iVar6 + 0x14) = *(uint *)(iVar6 + 0x14) | 0x208000;\n *(undefined4 *)(iVar6 + 0x24) = 0;\n }\n }" for ( ; (binary_expression "iVar4 != 0" identifier != number_literal) ; (assignment_expression "iVar4 = *(int *)(iVar4 + 0x18)" identifier = (pointer_expression "*(int *)(iVar4 + 0x18)" * (cast_expression "(int *)(iVar4 + 0x18)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar4 + 0x18)" ( (binary_expression "iVar4 + 0x18" identifier + number_literal) ))))) ) (compound_statement "{\n if (((*(byte *)(iVar4 + 0x24) & 0x10) == 0) &&\n (iVar6 = bfd_get_section_by_name(*(undefined4 *)(iVar4 + 0x10),".gnu.warning"),\n iVar6 != 0)) {\n iVar1 = *(int *)(iVar6 + 0x24);\n __ptr = (void *)xmalloc(iVar1 + 1);\n iVar7 = bfd_get_section_contents(*(undefined4 *)(iVar4 + 0x10),iVar6,__ptr,0,0,iVar1);\n if (iVar7 == 0) {\n uVar9 = *(undefined4 *)(iVar4 + 0x10);\n uVar8 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);\n FUN_00031700(uVar8,uVar9);\n }\n *(undefined1 *)((int)__ptr + iVar1) = 0;\n (**(code **)(DAT_0008cc18 + 0x14))\n (&DAT_0008cc00,__ptr,0,*(undefined4 *)(iVar4 + 0x10),0,0);\n free(__ptr);\n iVar1 = *(int *)(iVar6 + 0x3c);\n if (iVar1 != 0) {\n if (*(uint *)(iVar6 + 0x24) <= *(uint *)(iVar1 + 0x28)) {\n *(uint *)(iVar1 + 0x28) = *(uint *)(iVar1 + 0x28) - *(uint *)(iVar6 + 0x24);\n }\n }\n *(uint *)(iVar6 + 0x14) = *(uint *)(iVar6 + 0x14) | 0x208000;\n *(undefined4 *)(iVar6 + 0x24) = 0;\n }\n }" { (if_statement "if (((*(byte *)(iVar4 + 0x24) & 0x10) == 0) &&\n (iVar6 = bfd_get_section_by_name(*(undefined4 *)(iVar4 + 0x10),".gnu.warning"),\n iVar6 != 0)) {\n iVar1 = *(int *)(iVar6 + 0x24);\n __ptr = (void *)xmalloc(iVar1 + 1);\n iVar7 = bfd_get_section_contents(*(undefined4 *)(iVar4 + 0x10),iVar6,__ptr,0,0,iVar1);\n if (iVar7 == 0) {\n uVar9 = *(undefined4 *)(iVar4 + 0x10);\n uVar8 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);\n FUN_00031700(uVar8,uVar9);\n }\n *(undefined1 *)((int)__ptr + iVar1) = 0;\n (**(code **)(DAT_0008cc18 + 0x14))\n (&DAT_0008cc00,__ptr,0,*(undefined4 *)(iVar4 + 0x10),0,0);\n free(__ptr);\n iVar1 = *(int *)(iVar6 + 0x3c);\n if (iVar1 != 0) {\n if (*(uint *)(iVar6 + 0x24) <= *(uint *)(iVar1 + 0x28)) {\n *(uint *)(iVar1 + 0x28) = *(uint *)(iVar1 + 0x28) - *(uint *)(iVar6 + 0x24);\n }\n }\n *(uint *)(iVar6 + 0x14) = *(uint *)(iVar6 + 0x14) | 0x208000;\n *(undefined4 *)(iVar6 + 0x24) = 0;\n }" if (parenthesized_expression "(((*(byte *)(iVar4 + 0x24) & 0x10) == 0) &&\n (iVar6 = bfd_get_section_by_name(*(undefined4 *)(iVar4 + 0x10),".gnu.warning"),\n iVar6 != 0))" ( (binary_expression "((*(byte *)(iVar4 + 0x24) & 0x10) == 0) &&\n (iVar6 = bfd_get_section_by_name(*(undefined4 *)(iVar4 + 0x10),".gnu.warning"),\n iVar6 != 0)" (parenthesized_expression "((*(byte *)(iVar4 + 0x24) & 0x10) == 0)" ( (binary_expression "(*(byte *)(iVar4 + 0x24) & 0x10) == 0" (parenthesized_expression "(*(byte *)(iVar4 + 0x24) & 0x10)" ( (binary_expression "*(byte *)(iVar4 + 0x24) & 0x10" (pointer_expression "*(byte *)(iVar4 + 0x24)" * (cast_expression "(byte *)(iVar4 + 0x24)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar4 + 0x24)" ( (binary_expression "iVar4 + 0x24" identifier + number_literal) )))) & number_literal) )) == number_literal) )) && (parenthesized_expression "(iVar6 = bfd_get_section_by_name(*(undefined4 *)(iVar4 + 0x10),".gnu.warning"),\n iVar6 != 0)" ( (comma_expression "iVar6 = bfd_get_section_by_name(*(undefined4 *)(iVar4 + 0x10),".gnu.warning"),\n iVar6 != 0" (assignment_expression "iVar6 = bfd_get_section_by_name(*(undefined4 *)(iVar4 + 0x10),".gnu.warning")" identifier = (call_expression "bfd_get_section_by_name(*(undefined4 *)(iVar4 + 0x10),".gnu.warning")" identifier (argument_list "(*(undefined4 *)(iVar4 + 0x10),".gnu.warning")" ( (pointer_expression "*(undefined4 *)(iVar4 + 0x10)" * (cast_expression "(undefined4 *)(iVar4 + 0x10)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar4 + 0x10)" ( (binary_expression "iVar4 + 0x10" identifier + number_literal) )))) , (string_literal "".gnu.warning"" " string_content ") )))) , (binary_expression "iVar6 != 0" identifier != number_literal)) ))) )) (compound_statement "{\n iVar1 = *(int *)(iVar6 + 0x24);\n __ptr = (void *)xmalloc(iVar1 + 1);\n iVar7 = bfd_get_section_contents(*(undefined4 *)(iVar4 + 0x10),iVar6,__ptr,0,0,iVar1);\n if (iVar7 == 0) {\n uVar9 = *(undefined4 *)(iVar4 + 0x10);\n uVar8 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);\n FUN_00031700(uVar8,uVar9);\n }\n *(undefined1 *)((int)__ptr + iVar1) = 0;\n (**(code **)(DAT_0008cc18 + 0x14))\n (&DAT_0008cc00,__ptr,0,*(undefined4 *)(iVar4 + 0x10),0,0);\n free(__ptr);\n iVar1 = *(int *)(iVar6 + 0x3c);\n if (iVar1 != 0) {\n if (*(uint *)(iVar6 + 0x24) <= *(uint *)(iVar1 + 0x28)) {\n *(uint *)(iVar1 + 0x28) = *(uint *)(iVar1 + 0x28) - *(uint *)(iVar6 + 0x24);\n }\n }\n *(uint *)(iVar6 + 0x14) = *(uint *)(iVar6 + 0x14) | 0x208000;\n *(undefined4 *)(iVar6 + 0x24) = 0;\n }" { (expression_statement "iVar1 = *(int *)(iVar6 + 0x24);" (assignment_expression "iVar1 = *(int *)(iVar6 + 0x24)" identifier = (pointer_expression "*(int *)(iVar6 + 0x24)" * (cast_expression "(int *)(iVar6 + 0x24)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 0x24)" ( (binary_expression "iVar6 + 0x24" identifier + number_literal) ))))) ;) (expression_statement "__ptr = (void *)xmalloc(iVar1 + 1);" (assignment_expression "__ptr = (void *)xmalloc(iVar1 + 1)" identifier = (cast_expression "(void *)xmalloc(iVar1 + 1)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(iVar1 + 1)" identifier (argument_list "(iVar1 + 1)" ( (binary_expression "iVar1 + 1" identifier + number_literal) ))))) ;) (expression_statement "iVar7 = bfd_get_section_contents(*(undefined4 *)(iVar4 + 0x10),iVar6,__ptr,0,0,iVar1);" (assignment_expression "iVar7 = bfd_get_section_contents(*(undefined4 *)(iVar4 + 0x10),iVar6,__ptr,0,0,iVar1)" identifier = (call_expression "bfd_get_section_contents(*(undefined4 *)(iVar4 + 0x10),iVar6,__ptr,0,0,iVar1)" identifier (argument_list "(*(undefined4 *)(iVar4 + 0x10),iVar6,__ptr,0,0,iVar1)" ( (pointer_expression "*(undefined4 *)(iVar4 + 0x10)" * (cast_expression "(undefined4 *)(iVar4 + 0x10)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar4 + 0x10)" ( (binary_expression "iVar4 + 0x10" identifier + number_literal) )))) , identifier , identifier , number_literal , number_literal , identifier )))) ;) (if_statement "if (iVar7 == 0) {\n uVar9 = *(undefined4 *)(iVar4 + 0x10);\n uVar8 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);\n FUN_00031700(uVar8,uVar9);\n }" if (parenthesized_expression "(iVar7 == 0)" ( (binary_expression "iVar7 == 0" identifier == number_literal) )) (compound_statement "{\n uVar9 = *(undefined4 *)(iVar4 + 0x10);\n uVar8 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);\n FUN_00031700(uVar8,uVar9);\n }" { (expression_statement "uVar9 = *(undefined4 *)(iVar4 + 0x10);" (assignment_expression "uVar9 = *(undefined4 *)(iVar4 + 0x10)" identifier = (pointer_expression "*(undefined4 *)(iVar4 + 0x10)" * (cast_expression "(undefined4 *)(iVar4 + 0x10)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar4 + 0x10)" ( (binary_expression "iVar4 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "uVar8 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);" (assignment_expression "uVar8 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5)" identifier = (call_expression "dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5)" identifier (argument_list "(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5)" ( number_literal , (string_literal ""%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n"" " string_content escape_sequence string_content escape_sequence ") , number_literal )))) ;) (expression_statement "FUN_00031700(uVar8,uVar9);" (call_expression "FUN_00031700(uVar8,uVar9)" identifier (argument_list "(uVar8,uVar9)" ( identifier , identifier ))) ;) })) (expression_statement "*(undefined1 *)((int)__ptr + iVar1) = 0;" (assignment_expression "*(undefined1 *)((int)__ptr + iVar1) = 0" (pointer_expression "*(undefined1 *)((int)__ptr + iVar1)" * (cast_expression "(undefined1 *)((int)__ptr + iVar1)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)__ptr + iVar1)" ( (binary_expression "(int)__ptr + iVar1" (cast_expression "(int)__ptr" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) )))) = number_literal) ;) (expression_statement "(**(code **)(DAT_0008cc18 + 0x14))\n (&DAT_0008cc00,__ptr,0,*(undefined4 *)(iVar4 + 0x10),0,0);" (call_expression "(**(code **)(DAT_0008cc18 + 0x14))\n (&DAT_0008cc00,__ptr,0,*(undefined4 *)(iVar4 + 0x10),0,0)" (parenthesized_expression "(**(code **)(DAT_0008cc18 + 0x14))" ( (pointer_expression "**(code **)(DAT_0008cc18 + 0x14)" * (pointer_expression "*(code **)(DAT_0008cc18 + 0x14)" * (cast_expression "(code **)(DAT_0008cc18 + 0x14)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(DAT_0008cc18 + 0x14)" ( (binary_expression "DAT_0008cc18 + 0x14" identifier + number_literal) ))))) )) (argument_list "(&DAT_0008cc00,__ptr,0,*(undefined4 *)(iVar4 + 0x10),0,0)" ( (pointer_expression "&DAT_0008cc00" & identifier) , identifier , number_literal , (pointer_expression "*(undefined4 *)(iVar4 + 0x10)" * (cast_expression "(undefined4 *)(iVar4 + 0x10)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar4 + 0x10)" ( (binary_expression "iVar4 + 0x10" identifier + number_literal) )))) , number_literal , number_literal ))) ;) (expression_statement "free(__ptr);" (call_expression "free(__ptr)" identifier (argument_list "(__ptr)" ( identifier ))) ;) (expression_statement "iVar1 = *(int *)(iVar6 + 0x3c);" (assignment_expression "iVar1 = *(int *)(iVar6 + 0x3c)" identifier = (pointer_expression "*(int *)(iVar6 + 0x3c)" * (cast_expression "(int *)(iVar6 + 0x3c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 0x3c)" ( (binary_expression "iVar6 + 0x3c" identifier + number_literal) ))))) ;) (if_statement "if (iVar1 != 0) {\n if (*(uint *)(iVar6 + 0x24) <= *(uint *)(iVar1 + 0x28)) {\n *(uint *)(iVar1 + 0x28) = *(uint *)(iVar1 + 0x28) - *(uint *)(iVar6 + 0x24);\n }\n }" if (parenthesized_expression "(iVar1 != 0)" ( (binary_expression "iVar1 != 0" identifier != number_literal) )) (compound_statement "{\n if (*(uint *)(iVar6 + 0x24) <= *(uint *)(iVar1 + 0x28)) {\n *(uint *)(iVar1 + 0x28) = *(uint *)(iVar1 + 0x28) - *(uint *)(iVar6 + 0x24);\n }\n }" { (if_statement "if (*(uint *)(iVar6 + 0x24) <= *(uint *)(iVar1 + 0x28)) {\n *(uint *)(iVar1 + 0x28) = *(uint *)(iVar1 + 0x28) - *(uint *)(iVar6 + 0x24);\n }" if (parenthesized_expression "(*(uint *)(iVar6 + 0x24) <= *(uint *)(iVar1 + 0x28))" ( (binary_expression "*(uint *)(iVar6 + 0x24) <= *(uint *)(iVar1 + 0x28)" (pointer_expression "*(uint *)(iVar6 + 0x24)" * (cast_expression "(uint *)(iVar6 + 0x24)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 0x24)" ( (binary_expression "iVar6 + 0x24" identifier + number_literal) )))) <= (pointer_expression "*(uint *)(iVar1 + 0x28)" * (cast_expression "(uint *)(iVar1 + 0x28)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x28)" ( (binary_expression "iVar1 + 0x28" identifier + number_literal) ))))) )) (compound_statement "{\n *(uint *)(iVar1 + 0x28) = *(uint *)(iVar1 + 0x28) - *(uint *)(iVar6 + 0x24);\n }" { (expression_statement "*(uint *)(iVar1 + 0x28) = *(uint *)(iVar1 + 0x28) - *(uint *)(iVar6 + 0x24);" (assignment_expression "*(uint *)(iVar1 + 0x28) = *(uint *)(iVar1 + 0x28) - *(uint *)(iVar6 + 0x24)" (pointer_expression "*(uint *)(iVar1 + 0x28)" * (cast_expression "(uint *)(iVar1 + 0x28)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x28)" ( (binary_expression "iVar1 + 0x28" identifier + number_literal) )))) = (binary_expression "*(uint *)(iVar1 + 0x28) - *(uint *)(iVar6 + 0x24)" (pointer_expression "*(uint *)(iVar1 + 0x28)" * (cast_expression "(uint *)(iVar1 + 0x28)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 0x28)" ( (binary_expression "iVar1 + 0x28" identifier + number_literal) )))) - (pointer_expression "*(uint *)(iVar6 + 0x24)" * (cast_expression "(uint *)(iVar6 + 0x24)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 0x24)" ( (binary_expression "iVar6 + 0x24" identifier + number_literal) )))))) ;) })) })) (expression_statement "*(uint *)(iVar6 + 0x14) = *(uint *)(iVar6 + 0x14) | 0x208000;" (assignment_expression "*(uint *)(iVar6 + 0x14) = *(uint *)(iVar6 + 0x14) | 0x208000" (pointer_expression "*(uint *)(iVar6 + 0x14)" * (cast_expression "(uint *)(iVar6 + 0x14)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 0x14)" ( (binary_expression "iVar6 + 0x14" identifier + number_literal) )))) = (binary_expression "*(uint *)(iVar6 + 0x14) | 0x208000" (pointer_expression "*(uint *)(iVar6 + 0x14)" * (cast_expression "(uint *)(iVar6 + 0x14)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 0x14)" ( (binary_expression "iVar6 + 0x14" identifier + number_literal) )))) | number_literal)) ;) (expression_statement "*(undefined4 *)(iVar6 + 0x24) = 0;" (assignment_expression "*(undefined4 *)(iVar6 + 0x24) = 0" (pointer_expression "*(undefined4 *)(iVar6 + 0x24)" * (cast_expression "(undefined4 *)(iVar6 + 0x24)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 0x24)" ( (binary_expression "iVar6 + 0x24" identifier + number_literal) )))) = number_literal) ;) })) })) (expression_statement "FUN_00030310();" (call_expression "FUN_00030310()" identifier (argument_list "()" ( ))) ;) (expression_statement "iVar4 = bfd_elf_size_dynsym_hash_dynstr(DAT_0008cc30,&DAT_0008cc00);" (assignment_expression "iVar4 = bfd_elf_size_dynsym_hash_dynstr(DAT_0008cc30,&DAT_0008cc00)" identifier = (call_expression "bfd_elf_size_dynsym_hash_dynstr(DAT_0008cc30,&DAT_0008cc00)" identifier (argument_list "(DAT_0008cc30,&DAT_0008cc00)" ( identifier , (pointer_expression "&DAT_0008cc00" & identifier) )))) ;) (if_statement "if (iVar4 == 0) {\n uVar9 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00031700(uVar9);\n }" if (parenthesized_expression "(iVar4 == 0)" ( (binary_expression "iVar4 == 0" identifier == number_literal) )) (compound_statement "{\n uVar9 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00031700(uVar9);\n }" { (expression_statement "uVar9 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);" (assignment_expression "uVar9 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5)" identifier = (call_expression "dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5)" identifier (argument_list "(0,"%F%P: failed to set dynamic section sizes: %E\n",5)" ( number_literal , (string_literal ""%F%P: failed to set dynamic section sizes: %E\n"" " string_content escape_sequence ") , number_literal )))) ;) (expression_statement "FUN_00031700(uVar9);" (call_expression "FUN_00031700(uVar9)" identifier (argument_list "(uVar9)" ( identifier ))) ;) })) (if_statement "if (local_48 != (undefined4 *)0x0) {\n *(undefined1 *)(local_48 + 3) = local_3d;\n local_48[4] = local_28;\n local_48[5] = local_24;\n local_48[6] = local_20;\n }" if (parenthesized_expression "(local_48 != (undefined4 *)0x0)" ( (binary_expression "local_48 != (undefined4 *)0x0" identifier != (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n *(undefined1 *)(local_48 + 3) = local_3d;\n local_48[4] = local_28;\n local_48[5] = local_24;\n local_48[6] = local_20;\n }" { (expression_statement "*(undefined1 *)(local_48 + 3) = local_3d;" (assignment_expression "*(undefined1 *)(local_48 + 3) = local_3d" (pointer_expression "*(undefined1 *)(local_48 + 3)" * (cast_expression "(undefined1 *)(local_48 + 3)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_48 + 3)" ( (binary_expression "local_48 + 3" identifier + number_literal) )))) = identifier) ;) (expression_statement "local_48[4] = local_28;" (assignment_expression "local_48[4] = local_28" (subscript_expression "local_48[4]" identifier [ number_literal ]) = identifier) ;) (expression_statement "local_48[5] = local_24;" (assignment_expression "local_48[5] = local_24" (subscript_expression "local_48[5]" identifier [ number_literal ]) = identifier) ;) (expression_statement "local_48[6] = local_20;" (assignment_expression "local_48[6] = local_20" (subscript_expression "local_48[6]" identifier [ number_literal ]) = identifier) ;) })) (return_statement "return;" return ;) })) (if_statement "if (((*(int *)(*(int *)(iVar4 + 4) + 4) == 5) &&\n (pcVar2 = *(char **)(*(int *)(iVar4 + 0x9c) + 0x204), pcVar2 != (char *)0x0)) &&\n (*pcVar2 != '\0')) {\n pcVar2 = (char *)xstrdup(pcVar2);\n do {\n pcVar3 = strchr(pcVar2,(int)DAT_0008cd48);\n if (pcVar3 == (char *)0x0) {\n if (*pcVar2 != '\0') {\n FUN_000359c0();\n iVar4 = *(int *)(iVar4 + 0x98);\n goto joined_r0x000368b0;\n }\n break;\n }\n *pcVar3 = '\0';\n if (*pcVar2 != '\0') {\n FUN_000359c0();\n }\n pcVar2 = pcVar3 + 1;\n } while (pcVar2 != (char *)0x0);\n }" if (parenthesized_expression "(((*(int *)(*(int *)(iVar4 + 4) + 4) == 5) &&\n (pcVar2 = *(char **)(*(int *)(iVar4 + 0x9c) + 0x204), pcVar2 != (char *)0x0)) &&\n (*pcVar2 != '\0'))" ( (binary_expression "((*(int *)(*(int *)(iVar4 + 4) + 4) == 5) &&\n (pcVar2 = *(char **)(*(int *)(iVar4 + 0x9c) + 0x204), pcVar2 != (char *)0x0)) &&\n (*pcVar2 != '\0')" (parenthesized_expression "((*(int *)(*(int *)(iVar4 + 4) + 4) == 5) &&\n (pcVar2 = *(char **)(*(int *)(iVar4 + 0x9c) + 0x204), pcVar2 != (char *)0x0))" ( (binary_expression "(*(int *)(*(int *)(iVar4 + 4) + 4) == 5) &&\n (pcVar2 = *(char **)(*(int *)(iVar4 + 0x9c) + 0x204), pcVar2 != (char *)0x0)" (parenthesized_expression "(*(int *)(*(int *)(iVar4 + 4) + 4) == 5)" ( (binary_expression "*(int *)(*(int *)(iVar4 + 4) + 4) == 5" (pointer_expression "*(int *)(*(int *)(iVar4 + 4) + 4)" * (cast_expression "(int *)(*(int *)(iVar4 + 4) + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(iVar4 + 4) + 4)" ( (binary_expression "*(int *)(iVar4 + 4) + 4" (pointer_expression "*(int *)(iVar4 + 4)" * (cast_expression "(int *)(iVar4 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar4 + 4)" ( (binary_expression "iVar4 + 4" identifier + number_literal) )))) + number_literal) )))) == number_literal) )) && (parenthesized_expression "(pcVar2 = *(char **)(*(int *)(iVar4 + 0x9c) + 0x204), pcVar2 != (char *)0x0)" ( (comma_expression "pcVar2 = *(char **)(*(int *)(iVar4 + 0x9c) + 0x204), pcVar2 != (char *)0x0" (assignment_expression "pcVar2 = *(char **)(*(int *)(iVar4 + 0x9c) + 0x204)" identifier = (pointer_expression "*(char **)(*(int *)(iVar4 + 0x9c) + 0x204)" * (cast_expression "(char **)(*(int *)(iVar4 + 0x9c) + 0x204)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(int *)(iVar4 + 0x9c) + 0x204)" ( (binary_expression "*(int *)(iVar4 + 0x9c) + 0x204" (pointer_expression "*(int *)(iVar4 + 0x9c)" * (cast_expression "(int *)(iVar4 + 0x9c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar4 + 0x9c)" ( (binary_expression "iVar4 + 0x9c" identifier + number_literal) )))) + number_literal) ))))) , (binary_expression "pcVar2 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal))) ))) )) && (parenthesized_expression "(*pcVar2 != '\0')" ( (binary_expression "*pcVar2 != '\0'" (pointer_expression "*pcVar2" * identifier) != (char_literal "'\0'" ' escape_sequence ')) ))) )) (compound_statement "{\n pcVar2 = (char *)xstrdup(pcVar2);\n do {\n pcVar3 = strchr(pcVar2,(int)DAT_0008cd48);\n if (pcVar3 == (char *)0x0) {\n if (*pcVar2 != '\0') {\n FUN_000359c0();\n iVar4 = *(int *)(iVar4 + 0x98);\n goto joined_r0x000368b0;\n }\n break;\n }\n *pcVar3 = '\0';\n if (*pcVar2 != '\0') {\n FUN_000359c0();\n }\n pcVar2 = pcVar3 + 1;\n } while (pcVar2 != (char *)0x0);\n }" { (expression_statement "pcVar2 = (char *)xstrdup(pcVar2);" (assignment_expression "pcVar2 = (char *)xstrdup(pcVar2)" identifier = (cast_expression "(char *)xstrdup(pcVar2)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "xstrdup(pcVar2)" identifier (argument_list "(pcVar2)" ( identifier ))))) ;) (do_statement "do {\n pcVar3 = strchr(pcVar2,(int)DAT_0008cd48);\n if (pcVar3 == (char *)0x0) {\n if (*pcVar2 != '\0') {\n FUN_000359c0();\n iVar4 = *(int *)(iVar4 + 0x98);\n goto joined_r0x000368b0;\n }\n break;\n }\n *pcVar3 = '\0';\n if (*pcVar2 != '\0') {\n FUN_000359c0();\n }\n pcVar2 = pcVar3 + 1;\n } while (pcVar2 != (char *)0x0);" do (compound_statement "{\n pcVar3 = strchr(pcVar2,(int)DAT_0008cd48);\n if (pcVar3 == (char *)0x0) {\n if (*pcVar2 != '\0') {\n FUN_000359c0();\n iVar4 = *(int *)(iVar4 + 0x98);\n goto joined_r0x000368b0;\n }\n break;\n }\n *pcVar3 = '\0';\n if (*pcVar2 != '\0') {\n FUN_000359c0();\n }\n pcVar2 = pcVar3 + 1;\n }" { (expression_statement "pcVar3 = strchr(pcVar2,(int)DAT_0008cd48);" (assignment_expression "pcVar3 = strchr(pcVar2,(int)DAT_0008cd48)" identifier = (call_expression "strchr(pcVar2,(int)DAT_0008cd48)" identifier (argument_list "(pcVar2,(int)DAT_0008cd48)" ( identifier , (cast_expression "(int)DAT_0008cd48" ( (type_descriptor "int" primitive_type) ) identifier) )))) ;) (if_statement "if (pcVar3 == (char *)0x0) {\n if (*pcVar2 != '\0') {\n FUN_000359c0();\n iVar4 = *(int *)(iVar4 + 0x98);\n goto joined_r0x000368b0;\n }\n break;\n }" if (parenthesized_expression "(pcVar3 == (char *)0x0)" ( (binary_expression "pcVar3 == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n if (*pcVar2 != '\0') {\n FUN_000359c0();\n iVar4 = *(int *)(iVar4 + 0x98);\n goto joined_r0x000368b0;\n }\n break;\n }" { (if_statement "if (*pcVar2 != '\0') {\n FUN_000359c0();\n iVar4 = *(int *)(iVar4 + 0x98);\n goto joined_r0x000368b0;\n }" if (parenthesized_expression "(*pcVar2 != '\0')" ( (binary_expression "*pcVar2 != '\0'" (pointer_expression "*pcVar2" * identifier) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n FUN_000359c0();\n iVar4 = *(int *)(iVar4 + 0x98);\n goto joined_r0x000368b0;\n }" { (expression_statement "FUN_000359c0();" (call_expression "FUN_000359c0()" identifier (argument_list "()" ( ))) ;) (expression_statement "iVar4 = *(int *)(iVar4 + 0x98);" (assignment_expression "iVar4 = *(int *)(iVar4 + 0x98)" identifier = (pointer_expression "*(int *)(iVar4 + 0x98)" * (cast_expression "(int *)(iVar4 + 0x98)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar4 + 0x98)" ( (binary_expression "iVar4 + 0x98" identifier + number_literal) ))))) ;) (goto_statement "goto joined_r0x000368b0;" goto statement_identifier ;) })) (break_statement "break;" break ;) })) (expression_statement "*pcVar3 = '\0';" (assignment_expression "*pcVar3 = '\0'" (pointer_expression "*pcVar3" * identifier) = (char_literal "'\0'" ' escape_sequence ')) ;) (if_statement "if (*pcVar2 != '\0') {\n FUN_000359c0();\n }" if (parenthesized_expression "(*pcVar2 != '\0')" ( (binary_expression "*pcVar2 != '\0'" (pointer_expression "*pcVar2" * identifier) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n FUN_000359c0();\n }" { (expression_statement "FUN_000359c0();" (call_expression "FUN_000359c0()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "pcVar2 = pcVar3 + 1;" (assignment_expression "pcVar2 = pcVar3 + 1" identifier = (binary_expression "pcVar3 + 1" identifier + number_literal)) ;) }) while (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)) )) ;) })) (expression_statement "iVar4 = *(int *)(iVar4 + 0x98);" (assignment_expression "iVar4 = *(int *)(iVar4 + 0x98)" identifier = (pointer_expression "*(int *)(iVar4 + 0x98)" * (cast_expression "(int *)(iVar4 + 0x98)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar4 + 0x98)" ( (binary_expression "iVar4 + 0x98" identifier + number_literal) ))))) ;) }) while (parenthesized_expression "( true )" ( true )) ;)) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * 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 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 = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) 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 , (pointer_expression & IDENT) ))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) & LIT) )) == LIT) )) || (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( IDENT , (string_literal " string_content ") , LIT , LIT , LIT ))))) , (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT))) ))) )) || (parenthesized_expression ( (parenthesized_expression ( (binary_expression (binary_expression LIT < (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) && (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 (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) }) (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 TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) )))) + LIT) ))))) )) (argument_list ( (pointer_expression & IDENT) , 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 (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) )))) & LIT) )) != 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 TYPE) ) IDENT) + LIT) )))) = (binary_expression (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) )))) & LIT) | LIT)) ;) })) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression (subscript_expression 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 (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression IDENT + LIT)) ;) }))) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) })) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (call_expression IDENT (argument_list ( (string_literal " string_content ") )))) , (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT))) ))) )) || (parenthesized_expression ( (comma_expression (assignment_expression IDENT = IDENT) , (binary_expression (pointer_expression * IDENT) == (char_literal ' escape_sequence '))) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) })) (labeled_statement statement_identifier : (do_statement do (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT , IDENT , IDENT , IDENT , IDENT , (pointer_expression & IDENT) , (pointer_expression & 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 ") , LIT )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) })) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression 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 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 ( IDENT )))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) })) (for_statement for ( ; (binary_expression IDENT != LIT) ; (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ) (compound_statement { (if_statement if (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 ( (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) )))) , (string_literal " string_content ") )))) , (binary_expression IDENT != 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 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 ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , IDENT , IDENT , LIT , LIT , 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 *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (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 ))) ;) })) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + 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 IDENT + LIT) ))))) )) (argument_list ( (pointer_expression & IDENT) , IDENT , LIT , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , LIT , LIT ))) ;) (expression_statement (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 IDENT != LIT) )) (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) )))) <= (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (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 IDENT + LIT) )))) = (binary_expression (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) )))))) ;) })) })) (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 *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) })) })) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , (pointer_expression & 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 ") , LIT )))) ;) (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)) )) (compound_statement { (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 (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) })) (return_statement return ;) })) (if_statement if (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 (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_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 (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) ))))) , (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT))) ))) )) && (parenthesized_expression ( (binary_expression (pointer_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 ( IDENT ))))) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , (cast_expression ( (type_descriptor TYPE) ) IDENT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) != (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (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) ))))) ;) (goto_statement goto statement_identifier ;) })) (break_statement break ;) })) (expression_statement (assignment_expression (pointer_expression * IDENT) = (char_literal ' escape_sequence ')) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) != (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) ;) })) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) }) while (parenthesized_expression ( BOOL )) ;)) })))
(function_definition "void FUN_00036850(void)\n\n{\n int iVar1;\n char *pcVar2;\n char *pcVar3;\n int iVar4;\n size_t sVar5;\n int iVar6;\n void *__ptr;\n int iVar7;\n undefined4 uVar8;\n undefined4 uVar9;\n char *local_50;\n undefined4 *local_48;\n undefined1 local_3d;\n int local_3c;\n undefined4 local_38;\n undefined4 local_34;\n undefined4 local_30;\n undefined4 local_2c;\n undefined4 local_28;\n undefined4 local_24;\n undefined4 local_20;\n undefined4 uStack_14;\n \n uStack_14 = 0x36859;\n local_48 = (undefined4 *)0x0;\n if (*(int *)(DAT_0008cc1c + 0x28) == 1) {\n _bfd_elf_tls_setup(DAT_0008cc30,&DAT_0008cc00);\n if (((((byte)DAT_0008cc00 & 3) == 2) ||\n (local_48 = (undefined4 *)bfd_link_hash_lookup(DAT_0008cc1c,"__ehdr_start",0,0,1),\n local_48 == (undefined4 *)0x0)) ||\n ((2 < *(byte *)(local_48 + 3) && (*(byte *)(local_48 + 3) != 5)))) {\n local_48 = (undefined4 *)0x0;\n }\n else {\n (**(code **)(*(int *)(*(int *)(DAT_0008cc30 + 4) + 0x1c0) + 0xe4))(&DAT_0008cc00,local_48,1);\n if ((*(byte *)((int)local_48 + 0x31) & 3) != 1) {\n *(byte *)((int)local_48 + 0x31) = *(byte *)((int)local_48 + 0x31) & 0xfc | 2;\n }\n local_38 = *local_48;\n local_34 = local_48[1];\n local_30 = local_48[2];\n local_2c = local_48[3];\n local_28 = local_48[4];\n local_24 = local_48[5];\n local_20 = local_48[6];\n local_48[6] = 0;\n local_3d = *(undefined1 *)(local_48 + 3);\n *(undefined1 *)(local_48 + 3) = 3;\n local_48[5] = PTR__bfd_std_section_0008bfd4 + 0x150;\n }\n FUN_00021760(FUN_00036dc0);\n }\n local_50 = DAT_0008cce4;\n if (((DAT_0008cce4 == (char *)0x0) && (local_50 = getenv("LD_RUN_PATH"), local_50 == (char *)0x0))\n || (iVar4 = DAT_0008cc38, *local_50 == '\0')) {\n local_50 = (char *)0x0;\n iVar4 = DAT_0008cc38;\n }\njoined_r0x000368b0:\n do {\n if (iVar4 == 0) {\n iVar4 = bfd_elf_size_dynamic_sections\n (DAT_0008cc30,DAT_0008cce0,local_50,DAT_0008ccec,DAT_0008ca34,DAT_0008ca30,\n DAT_0008ccf0,&DAT_0008cc00,&local_3c);\n if (iVar4 == 0) {\n uVar9 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00031700(uVar9);\n }\n pcVar2 = DAT_0008ccdc;\n iVar4 = DAT_0008c77c;\n if ((DAT_0008ccdc != (char *)0x0) && (local_3c != 0)) {\n *(char **)(local_3c + 0x6c) = DAT_0008ccdc;\n sVar5 = strlen(pcVar2);\n *(size_t *)(local_3c + 0x24) = sVar5 + 1;\n iVar4 = DAT_0008c77c;\n }\n for (; iVar4 != 0; iVar4 = *(int *)(iVar4 + 0x18)) {\n if (((*(byte *)(iVar4 + 0x24) & 0x10) == 0) &&\n (iVar6 = bfd_get_section_by_name(*(undefined4 *)(iVar4 + 0x10),".gnu.warning"),\n iVar6 != 0)) {\n iVar1 = *(int *)(iVar6 + 0x24);\n __ptr = (void *)xmalloc(iVar1 + 1);\n iVar7 = bfd_get_section_contents(*(undefined4 *)(iVar4 + 0x10),iVar6,__ptr,0,0,iVar1);\n if (iVar7 == 0) {\n uVar9 = *(undefined4 *)(iVar4 + 0x10);\n uVar8 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);\n FUN_00031700(uVar8,uVar9);\n }\n *(undefined1 *)((int)__ptr + iVar1) = 0;\n (**(code **)(DAT_0008cc18 + 0x14))\n (&DAT_0008cc00,__ptr,0,*(undefined4 *)(iVar4 + 0x10),0,0);\n free(__ptr);\n iVar1 = *(int *)(iVar6 + 0x3c);\n if (iVar1 != 0) {\n if (*(uint *)(iVar6 + 0x24) <= *(uint *)(iVar1 + 0x28)) {\n *(uint *)(iVar1 + 0x28) = *(uint *)(iVar1 + 0x28) - *(uint *)(iVar6 + 0x24);\n }\n }\n *(uint *)(iVar6 + 0x14) = *(uint *)(iVar6 + 0x14) | 0x208000;\n *(undefined4 *)(iVar6 + 0x24) = 0;\n }\n }\n FUN_00030310();\n iVar4 = bfd_elf_size_dynsym_hash_dynstr(DAT_0008cc30,&DAT_0008cc00);\n if (iVar4 == 0) {\n uVar9 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00031700(uVar9);\n }\n if (local_48 != (undefined4 *)0x0) {\n *(undefined1 *)(local_48 + 3) = local_3d;\n local_48[4] = local_28;\n local_48[5] = local_24;\n local_48[6] = local_20;\n }\n return;\n }\n if (((*(int *)(*(int *)(iVar4 + 4) + 4) == 5) &&\n (pcVar2 = *(char **)(*(int *)(iVar4 + 0x9c) + 0x204), pcVar2 != (char *)0x0)) &&\n (*pcVar2 != '\0')) {\n pcVar2 = (char *)xstrdup(pcVar2);\n do {\n pcVar3 = strchr(pcVar2,(int)DAT_0008cd48);\n if (pcVar3 == (char *)0x0) {\n if (*pcVar2 != '\0') {\n FUN_000359c0();\n iVar4 = *(int *)(iVar4 + 0x98);\n goto joined_r0x000368b0;\n }\n break;\n }\n *pcVar3 = '\0';\n if (*pcVar2 != '\0') {\n FUN_000359c0();\n }\n pcVar2 = pcVar3 + 1;\n } while (pcVar2 != (char *)0x0);\n }\n iVar4 = *(int *)(iVar4 + 0x98);\n } while( true );\n}" (primitive_type "void") (function_declarator "FUN_00036850(void)" (identifier "FUN_00036850") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n int iVar1;\n char *pcVar2;\n char *pcVar3;\n int iVar4;\n size_t sVar5;\n int iVar6;\n void *__ptr;\n int iVar7;\n undefined4 uVar8;\n undefined4 uVar9;\n char *local_50;\n undefined4 *local_48;\n undefined1 local_3d;\n int local_3c;\n undefined4 local_38;\n undefined4 local_34;\n undefined4 local_30;\n undefined4 local_2c;\n undefined4 local_28;\n undefined4 local_24;\n undefined4 local_20;\n undefined4 uStack_14;\n \n uStack_14 = 0x36859;\n local_48 = (undefined4 *)0x0;\n if (*(int *)(DAT_0008cc1c + 0x28) == 1) {\n _bfd_elf_tls_setup(DAT_0008cc30,&DAT_0008cc00);\n if (((((byte)DAT_0008cc00 & 3) == 2) ||\n (local_48 = (undefined4 *)bfd_link_hash_lookup(DAT_0008cc1c,"__ehdr_start",0,0,1),\n local_48 == (undefined4 *)0x0)) ||\n ((2 < *(byte *)(local_48 + 3) && (*(byte *)(local_48 + 3) != 5)))) {\n local_48 = (undefined4 *)0x0;\n }\n else {\n (**(code **)(*(int *)(*(int *)(DAT_0008cc30 + 4) + 0x1c0) + 0xe4))(&DAT_0008cc00,local_48,1);\n if ((*(byte *)((int)local_48 + 0x31) & 3) != 1) {\n *(byte *)((int)local_48 + 0x31) = *(byte *)((int)local_48 + 0x31) & 0xfc | 2;\n }\n local_38 = *local_48;\n local_34 = local_48[1];\n local_30 = local_48[2];\n local_2c = local_48[3];\n local_28 = local_48[4];\n local_24 = local_48[5];\n local_20 = local_48[6];\n local_48[6] = 0;\n local_3d = *(undefined1 *)(local_48 + 3);\n *(undefined1 *)(local_48 + 3) = 3;\n local_48[5] = PTR__bfd_std_section_0008bfd4 + 0x150;\n }\n FUN_00021760(FUN_00036dc0);\n }\n local_50 = DAT_0008cce4;\n if (((DAT_0008cce4 == (char *)0x0) && (local_50 = getenv("LD_RUN_PATH"), local_50 == (char *)0x0))\n || (iVar4 = DAT_0008cc38, *local_50 == '\0')) {\n local_50 = (char *)0x0;\n iVar4 = DAT_0008cc38;\n }\njoined_r0x000368b0:\n do {\n if (iVar4 == 0) {\n iVar4 = bfd_elf_size_dynamic_sections\n (DAT_0008cc30,DAT_0008cce0,local_50,DAT_0008ccec,DAT_0008ca34,DAT_0008ca30,\n DAT_0008ccf0,&DAT_0008cc00,&local_3c);\n if (iVar4 == 0) {\n uVar9 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00031700(uVar9);\n }\n pcVar2 = DAT_0008ccdc;\n iVar4 = DAT_0008c77c;\n if ((DAT_0008ccdc != (char *)0x0) && (local_3c != 0)) {\n *(char **)(local_3c + 0x6c) = DAT_0008ccdc;\n sVar5 = strlen(pcVar2);\n *(size_t *)(local_3c + 0x24) = sVar5 + 1;\n iVar4 = DAT_0008c77c;\n }\n for (; iVar4 != 0; iVar4 = *(int *)(iVar4 + 0x18)) {\n if (((*(byte *)(iVar4 + 0x24) & 0x10) == 0) &&\n (iVar6 = bfd_get_section_by_name(*(undefined4 *)(iVar4 + 0x10),".gnu.warning"),\n iVar6 != 0)) {\n iVar1 = *(int *)(iVar6 + 0x24);\n __ptr = (void *)xmalloc(iVar1 + 1);\n iVar7 = bfd_get_section_contents(*(undefined4 *)(iVar4 + 0x10),iVar6,__ptr,0,0,iVar1);\n if (iVar7 == 0) {\n uVar9 = *(undefined4 *)(iVar4 + 0x10);\n uVar8 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);\n FUN_00031700(uVar8,uVar9);\n }\n *(undefined1 *)((int)__ptr + iVar1) = 0;\n (**(code **)(DAT_0008cc18 + 0x14))\n (&DAT_0008cc00,__ptr,0,*(undefined4 *)(iVar4 + 0x10),0,0);\n free(__ptr);\n iVar1 = *(int *)(iVar6 + 0x3c);\n if (iVar1 != 0) {\n if (*(uint *)(iVar6 + 0x24) <= *(uint *)(iVar1 + 0x28)) {\n *(uint *)(iVar1 + 0x28) = *(uint *)(iVar1 + 0x28) - *(uint *)(iVar6 + 0x24);\n }\n }\n *(uint *)(iVar6 + 0x14) = *(uint *)(iVar6 + 0x14) | 0x208000;\n *(undefined4 *)(iVar6 + 0x24) = 0;\n }\n }\n FUN_00030310();\n iVar4 = bfd_elf_size_dynsym_hash_dynstr(DAT_0008cc30,&DAT_0008cc00);\n if (iVar4 == 0) {\n uVar9 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00031700(uVar9);\n }\n if (local_48 != (undefined4 *)0x0) {\n *(undefined1 *)(local_48 + 3) = local_3d;\n local_48[4] = local_28;\n local_48[5] = local_24;\n local_48[6] = local_20;\n }\n return;\n }\n if (((*(int *)(*(int *)(iVar4 + 4) + 4) == 5) &&\n (pcVar2 = *(char **)(*(int *)(iVar4 + 0x9c) + 0x204), pcVar2 != (char *)0x0)) &&\n (*pcVar2 != '\0')) {\n pcVar2 = (char *)xstrdup(pcVar2);\n do {\n pcVar3 = strchr(pcVar2,(int)DAT_0008cd48);\n if (pcVar3 == (char *)0x0) {\n if (*pcVar2 != '\0') {\n FUN_000359c0();\n iVar4 = *(int *)(iVar4 + 0x98);\n goto joined_r0x000368b0;\n }\n break;\n }\n *pcVar3 = '\0';\n if (*pcVar2 != '\0') {\n FUN_000359c0();\n }\n pcVar2 = pcVar3 + 1;\n } while (pcVar2 != (char *)0x0);\n }\n iVar4 = *(int *)(iVar4 + 0x98);\n } while( true );\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (declaration "char *pcVar2;" (primitive_type "char") (pointer_declarator "*pcVar2" (* "*") (identifier "pcVar2")) (; ";")) (declaration "char *pcVar3;" (primitive_type "char") (pointer_declarator "*pcVar3" (* "*") (identifier "pcVar3")) (; ";")) (declaration "int iVar4;" (primitive_type "int") (identifier "iVar4") (; ";")) (declaration "size_t sVar5;" (primitive_type "size_t") (identifier "sVar5") (; ";")) (declaration "int iVar6;" (primitive_type "int") (identifier "iVar6") (; ";")) (declaration "void *__ptr;" (primitive_type "void") (pointer_declarator "*__ptr" (* "*") (identifier "__ptr")) (; ";")) (declaration "int iVar7;" (primitive_type "int") (identifier "iVar7") (; ";")) (declaration "undefined4 uVar8;" (type_identifier "undefined4") (identifier "uVar8") (; ";")) (declaration "undefined4 uVar9;" (type_identifier "undefined4") (identifier "uVar9") (; ";")) (declaration "char *local_50;" (primitive_type "char") (pointer_declarator "*local_50" (* "*") (identifier "local_50")) (; ";")) (declaration "undefined4 *local_48;" (type_identifier "undefined4") (pointer_declarator "*local_48" (* "*") (identifier "local_48")) (; ";")) (declaration "undefined1 local_3d;" (type_identifier "undefined1") (identifier "local_3d") (; ";")) (declaration "int local_3c;" (primitive_type "int") (identifier "local_3c") (; ";")) (declaration "undefined4 local_38;" (type_identifier "undefined4") (identifier "local_38") (; ";")) (declaration "undefined4 local_34;" (type_identifier "undefined4") (identifier "local_34") (; ";")) (declaration "undefined4 local_30;" (type_identifier "undefined4") (identifier "local_30") (; ";")) (declaration "undefined4 local_2c;" (type_identifier "undefined4") (identifier "local_2c") (; ";")) (declaration "undefined4 local_28;" (type_identifier "undefined4") (identifier "local_28") (; ";")) (declaration "undefined4 local_24;" (type_identifier "undefined4") (identifier "local_24") (; ";")) (declaration "undefined4 local_20;" (type_identifier "undefined4") (identifier "local_20") (; ";")) (declaration "undefined4 uStack_14;" (type_identifier "undefined4") (identifier "uStack_14") (; ";")) (expression_statement "uStack_14 = 0x36859;" (assignment_expression "uStack_14 = 0x36859" (identifier "uStack_14") (= "=") (number_literal "0x36859")) (; ";")) (expression_statement "local_48 = (undefined4 *)0x0;" (assignment_expression "local_48 = (undefined4 *)0x0" (identifier "local_48") (= "=") (cast_expression "(undefined4 *)0x0" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (if_statement "if (*(int *)(DAT_0008cc1c + 0x28) == 1) {\n _bfd_elf_tls_setup(DAT_0008cc30,&DAT_0008cc00);\n if (((((byte)DAT_0008cc00 & 3) == 2) ||\n (local_48 = (undefined4 *)bfd_link_hash_lookup(DAT_0008cc1c,"__ehdr_start",0,0,1),\n local_48 == (undefined4 *)0x0)) ||\n ((2 < *(byte *)(local_48 + 3) && (*(byte *)(local_48 + 3) != 5)))) {\n local_48 = (undefined4 *)0x0;\n }\n else {\n (**(code **)(*(int *)(*(int *)(DAT_0008cc30 + 4) + 0x1c0) + 0xe4))(&DAT_0008cc00,local_48,1);\n if ((*(byte *)((int)local_48 + 0x31) & 3) != 1) {\n *(byte *)((int)local_48 + 0x31) = *(byte *)((int)local_48 + 0x31) & 0xfc | 2;\n }\n local_38 = *local_48;\n local_34 = local_48[1];\n local_30 = local_48[2];\n local_2c = local_48[3];\n local_28 = local_48[4];\n local_24 = local_48[5];\n local_20 = local_48[6];\n local_48[6] = 0;\n local_3d = *(undefined1 *)(local_48 + 3);\n *(undefined1 *)(local_48 + 3) = 3;\n local_48[5] = PTR__bfd_std_section_0008bfd4 + 0x150;\n }\n FUN_00021760(FUN_00036dc0);\n }" (if "if") (parenthesized_expression "(*(int *)(DAT_0008cc1c + 0x28) == 1)" (( "(") (binary_expression "*(int *)(DAT_0008cc1c + 0x28) == 1" (pointer_expression "*(int *)(DAT_0008cc1c + 0x28)" (* "*") (cast_expression "(int *)(DAT_0008cc1c + 0x28)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_0008cc1c + 0x28)" (( "(") (binary_expression "DAT_0008cc1c + 0x28" (identifier "DAT_0008cc1c") (+ "+") (number_literal "0x28")) () ")")))) (== "==") (number_literal "1")) () ")")) (compound_statement "{\n _bfd_elf_tls_setup(DAT_0008cc30,&DAT_0008cc00);\n if (((((byte)DAT_0008cc00 & 3) == 2) ||\n (local_48 = (undefined4 *)bfd_link_hash_lookup(DAT_0008cc1c,"__ehdr_start",0,0,1),\n local_48 == (undefined4 *)0x0)) ||\n ((2 < *(byte *)(local_48 + 3) && (*(byte *)(local_48 + 3) != 5)))) {\n local_48 = (undefined4 *)0x0;\n }\n else {\n (**(code **)(*(int *)(*(int *)(DAT_0008cc30 + 4) + 0x1c0) + 0xe4))(&DAT_0008cc00,local_48,1);\n if ((*(byte *)((int)local_48 + 0x31) & 3) != 1) {\n *(byte *)((int)local_48 + 0x31) = *(byte *)((int)local_48 + 0x31) & 0xfc | 2;\n }\n local_38 = *local_48;\n local_34 = local_48[1];\n local_30 = local_48[2];\n local_2c = local_48[3];\n local_28 = local_48[4];\n local_24 = local_48[5];\n local_20 = local_48[6];\n local_48[6] = 0;\n local_3d = *(undefined1 *)(local_48 + 3);\n *(undefined1 *)(local_48 + 3) = 3;\n local_48[5] = PTR__bfd_std_section_0008bfd4 + 0x150;\n }\n FUN_00021760(FUN_00036dc0);\n }" ({ "{") (expression_statement "_bfd_elf_tls_setup(DAT_0008cc30,&DAT_0008cc00);" (call_expression "_bfd_elf_tls_setup(DAT_0008cc30,&DAT_0008cc00)" (identifier "_bfd_elf_tls_setup") (argument_list "(DAT_0008cc30,&DAT_0008cc00)" (( "(") (identifier "DAT_0008cc30") (, ",") (pointer_expression "&DAT_0008cc00" (& "&") (identifier "DAT_0008cc00")) () ")"))) (; ";")) (if_statement "if (((((byte)DAT_0008cc00 & 3) == 2) ||\n (local_48 = (undefined4 *)bfd_link_hash_lookup(DAT_0008cc1c,"__ehdr_start",0,0,1),\n local_48 == (undefined4 *)0x0)) ||\n ((2 < *(byte *)(local_48 + 3) && (*(byte *)(local_48 + 3) != 5)))) {\n local_48 = (undefined4 *)0x0;\n }\n else {\n (**(code **)(*(int *)(*(int *)(DAT_0008cc30 + 4) + 0x1c0) + 0xe4))(&DAT_0008cc00,local_48,1);\n if ((*(byte *)((int)local_48 + 0x31) & 3) != 1) {\n *(byte *)((int)local_48 + 0x31) = *(byte *)((int)local_48 + 0x31) & 0xfc | 2;\n }\n local_38 = *local_48;\n local_34 = local_48[1];\n local_30 = local_48[2];\n local_2c = local_48[3];\n local_28 = local_48[4];\n local_24 = local_48[5];\n local_20 = local_48[6];\n local_48[6] = 0;\n local_3d = *(undefined1 *)(local_48 + 3);\n *(undefined1 *)(local_48 + 3) = 3;\n local_48[5] = PTR__bfd_std_section_0008bfd4 + 0x150;\n }" (if "if") (parenthesized_expression "(((((byte)DAT_0008cc00 & 3) == 2) ||\n (local_48 = (undefined4 *)bfd_link_hash_lookup(DAT_0008cc1c,"__ehdr_start",0,0,1),\n local_48 == (undefined4 *)0x0)) ||\n ((2 < *(byte *)(local_48 + 3) && (*(byte *)(local_48 + 3) != 5))))" (( "(") (binary_expression "((((byte)DAT_0008cc00 & 3) == 2) ||\n (local_48 = (undefined4 *)bfd_link_hash_lookup(DAT_0008cc1c,"__ehdr_start",0,0,1),\n local_48 == (undefined4 *)0x0)) ||\n ((2 < *(byte *)(local_48 + 3) && (*(byte *)(local_48 + 3) != 5)))" (parenthesized_expression "((((byte)DAT_0008cc00 & 3) == 2) ||\n (local_48 = (undefined4 *)bfd_link_hash_lookup(DAT_0008cc1c,"__ehdr_start",0,0,1),\n local_48 == (undefined4 *)0x0))" (( "(") (binary_expression "(((byte)DAT_0008cc00 & 3) == 2) ||\n (local_48 = (undefined4 *)bfd_link_hash_lookup(DAT_0008cc1c,"__ehdr_start",0,0,1),\n local_48 == (undefined4 *)0x0)" (parenthesized_expression "(((byte)DAT_0008cc00 & 3) == 2)" (( "(") (binary_expression "((byte)DAT_0008cc00 & 3) == 2" (parenthesized_expression "((byte)DAT_0008cc00 & 3)" (( "(") (binary_expression "(byte)DAT_0008cc00 & 3" (cast_expression "(byte)DAT_0008cc00" (( "(") (type_descriptor "byte" (type_identifier "byte")) () ")") (identifier "DAT_0008cc00")) (& "&") (number_literal "3")) () ")")) (== "==") (number_literal "2")) () ")")) (|| "||") (parenthesized_expression "(local_48 = (undefined4 *)bfd_link_hash_lookup(DAT_0008cc1c,"__ehdr_start",0,0,1),\n local_48 == (undefined4 *)0x0)" (( "(") (comma_expression "local_48 = (undefined4 *)bfd_link_hash_lookup(DAT_0008cc1c,"__ehdr_start",0,0,1),\n local_48 == (undefined4 *)0x0" (assignment_expression "local_48 = (undefined4 *)bfd_link_hash_lookup(DAT_0008cc1c,"__ehdr_start",0,0,1)" (identifier "local_48") (= "=") (cast_expression "(undefined4 *)bfd_link_hash_lookup(DAT_0008cc1c,"__ehdr_start",0,0,1)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "bfd_link_hash_lookup(DAT_0008cc1c,"__ehdr_start",0,0,1)" (identifier "bfd_link_hash_lookup") (argument_list "(DAT_0008cc1c,"__ehdr_start",0,0,1)" (( "(") (identifier "DAT_0008cc1c") (, ",") (string_literal ""__ehdr_start"" (" """) (string_content "__ehdr_start") (" """)) (, ",") (number_literal "0") (, ",") (number_literal "0") (, ",") (number_literal "1") () ")"))))) (, ",") (binary_expression "local_48 == (undefined4 *)0x0" (identifier "local_48") (== "==") (cast_expression "(undefined4 *)0x0" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0")))) () ")"))) () ")")) (|| "||") (parenthesized_expression "((2 < *(byte *)(local_48 + 3) && (*(byte *)(local_48 + 3) != 5)))" (( "(") (parenthesized_expression "(2 < *(byte *)(local_48 + 3) && (*(byte *)(local_48 + 3) != 5))" (( "(") (binary_expression "2 < *(byte *)(local_48 + 3) && (*(byte *)(local_48 + 3) != 5)" (binary_expression "2 < *(byte *)(local_48 + 3)" (number_literal "2") (< "<") (pointer_expression "*(byte *)(local_48 + 3)" (* "*") (cast_expression "(byte *)(local_48 + 3)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_48 + 3)" (( "(") (binary_expression "local_48 + 3" (identifier "local_48") (+ "+") (number_literal "3")) () ")"))))) (&& "&&") (parenthesized_expression "(*(byte *)(local_48 + 3) != 5)" (( "(") (binary_expression "*(byte *)(local_48 + 3) != 5" (pointer_expression "*(byte *)(local_48 + 3)" (* "*") (cast_expression "(byte *)(local_48 + 3)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_48 + 3)" (( "(") (binary_expression "local_48 + 3" (identifier "local_48") (+ "+") (number_literal "3")) () ")")))) (!= "!=") (number_literal "5")) () ")"))) () ")")) () ")"))) () ")")) (compound_statement "{\n local_48 = (undefined4 *)0x0;\n }" ({ "{") (expression_statement "local_48 = (undefined4 *)0x0;" (assignment_expression "local_48 = (undefined4 *)0x0" (identifier "local_48") (= "=") (cast_expression "(undefined4 *)0x0" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (} "}")) (else_clause "else {\n (**(code **)(*(int *)(*(int *)(DAT_0008cc30 + 4) + 0x1c0) + 0xe4))(&DAT_0008cc00,local_48,1);\n if ((*(byte *)((int)local_48 + 0x31) & 3) != 1) {\n *(byte *)((int)local_48 + 0x31) = *(byte *)((int)local_48 + 0x31) & 0xfc | 2;\n }\n local_38 = *local_48;\n local_34 = local_48[1];\n local_30 = local_48[2];\n local_2c = local_48[3];\n local_28 = local_48[4];\n local_24 = local_48[5];\n local_20 = local_48[6];\n local_48[6] = 0;\n local_3d = *(undefined1 *)(local_48 + 3);\n *(undefined1 *)(local_48 + 3) = 3;\n local_48[5] = PTR__bfd_std_section_0008bfd4 + 0x150;\n }" (else "else") (compound_statement "{\n (**(code **)(*(int *)(*(int *)(DAT_0008cc30 + 4) + 0x1c0) + 0xe4))(&DAT_0008cc00,local_48,1);\n if ((*(byte *)((int)local_48 + 0x31) & 3) != 1) {\n *(byte *)((int)local_48 + 0x31) = *(byte *)((int)local_48 + 0x31) & 0xfc | 2;\n }\n local_38 = *local_48;\n local_34 = local_48[1];\n local_30 = local_48[2];\n local_2c = local_48[3];\n local_28 = local_48[4];\n local_24 = local_48[5];\n local_20 = local_48[6];\n local_48[6] = 0;\n local_3d = *(undefined1 *)(local_48 + 3);\n *(undefined1 *)(local_48 + 3) = 3;\n local_48[5] = PTR__bfd_std_section_0008bfd4 + 0x150;\n }" ({ "{") (expression_statement "(**(code **)(*(int *)(*(int *)(DAT_0008cc30 + 4) + 0x1c0) + 0xe4))(&DAT_0008cc00,local_48,1);" (call_expression "(**(code **)(*(int *)(*(int *)(DAT_0008cc30 + 4) + 0x1c0) + 0xe4))(&DAT_0008cc00,local_48,1)" (parenthesized_expression "(**(code **)(*(int *)(*(int *)(DAT_0008cc30 + 4) + 0x1c0) + 0xe4))" (( "(") (pointer_expression "**(code **)(*(int *)(*(int *)(DAT_0008cc30 + 4) + 0x1c0) + 0xe4)" (* "*") (pointer_expression "*(code **)(*(int *)(*(int *)(DAT_0008cc30 + 4) + 0x1c0) + 0xe4)" (* "*") (cast_expression "(code **)(*(int *)(*(int *)(DAT_0008cc30 + 4) + 0x1c0) + 0xe4)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*(int *)(*(int *)(DAT_0008cc30 + 4) + 0x1c0) + 0xe4)" (( "(") (binary_expression "*(int *)(*(int *)(DAT_0008cc30 + 4) + 0x1c0) + 0xe4" (pointer_expression "*(int *)(*(int *)(DAT_0008cc30 + 4) + 0x1c0)" (* "*") (cast_expression "(int *)(*(int *)(DAT_0008cc30 + 4) + 0x1c0)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(int *)(DAT_0008cc30 + 4) + 0x1c0)" (( "(") (binary_expression "*(int *)(DAT_0008cc30 + 4) + 0x1c0" (pointer_expression "*(int *)(DAT_0008cc30 + 4)" (* "*") (cast_expression "(int *)(DAT_0008cc30 + 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_0008cc30 + 4)" (( "(") (binary_expression "DAT_0008cc30 + 4" (identifier "DAT_0008cc30") (+ "+") (number_literal "4")) () ")")))) (+ "+") (number_literal "0x1c0")) () ")")))) (+ "+") (number_literal "0xe4")) () ")"))))) () ")")) (argument_list "(&DAT_0008cc00,local_48,1)" (( "(") (pointer_expression "&DAT_0008cc00" (& "&") (identifier "DAT_0008cc00")) (, ",") (identifier "local_48") (, ",") (number_literal "1") () ")"))) (; ";")) (if_statement "if ((*(byte *)((int)local_48 + 0x31) & 3) != 1) {\n *(byte *)((int)local_48 + 0x31) = *(byte *)((int)local_48 + 0x31) & 0xfc | 2;\n }" (if "if") (parenthesized_expression "((*(byte *)((int)local_48 + 0x31) & 3) != 1)" (( "(") (binary_expression "(*(byte *)((int)local_48 + 0x31) & 3) != 1" (parenthesized_expression "(*(byte *)((int)local_48 + 0x31) & 3)" (( "(") (binary_expression "*(byte *)((int)local_48 + 0x31) & 3" (pointer_expression "*(byte *)((int)local_48 + 0x31)" (* "*") (cast_expression "(byte *)((int)local_48 + 0x31)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)local_48 + 0x31)" (( "(") (binary_expression "(int)local_48 + 0x31" (cast_expression "(int)local_48" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "local_48")) (+ "+") (number_literal "0x31")) () ")")))) (& "&") (number_literal "3")) () ")")) (!= "!=") (number_literal "1")) () ")")) (compound_statement "{\n *(byte *)((int)local_48 + 0x31) = *(byte *)((int)local_48 + 0x31) & 0xfc | 2;\n }" ({ "{") (expression_statement "*(byte *)((int)local_48 + 0x31) = *(byte *)((int)local_48 + 0x31) & 0xfc | 2;" (assignment_expression "*(byte *)((int)local_48 + 0x31) = *(byte *)((int)local_48 + 0x31) & 0xfc | 2" (pointer_expression "*(byte *)((int)local_48 + 0x31)" (* "*") (cast_expression "(byte *)((int)local_48 + 0x31)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)local_48 + 0x31)" (( "(") (binary_expression "(int)local_48 + 0x31" (cast_expression "(int)local_48" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "local_48")) (+ "+") (number_literal "0x31")) () ")")))) (= "=") (binary_expression "*(byte *)((int)local_48 + 0x31) & 0xfc | 2" (binary_expression "*(byte *)((int)local_48 + 0x31) & 0xfc" (pointer_expression "*(byte *)((int)local_48 + 0x31)" (* "*") (cast_expression "(byte *)((int)local_48 + 0x31)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)local_48 + 0x31)" (( "(") (binary_expression "(int)local_48 + 0x31" (cast_expression "(int)local_48" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "local_48")) (+ "+") (number_literal "0x31")) () ")")))) (& "&") (number_literal "0xfc")) (| "|") (number_literal "2"))) (; ";")) (} "}"))) (expression_statement "local_38 = *local_48;" (assignment_expression "local_38 = *local_48" (identifier "local_38") (= "=") (pointer_expression "*local_48" (* "*") (identifier "local_48"))) (; ";")) (expression_statement "local_34 = local_48[1];" (assignment_expression "local_34 = local_48[1]" (identifier "local_34") (= "=") (subscript_expression "local_48[1]" (identifier "local_48") ([ "[") (number_literal "1") (] "]"))) (; ";")) (expression_statement "local_30 = local_48[2];" (assignment_expression "local_30 = local_48[2]" (identifier "local_30") (= "=") (subscript_expression "local_48[2]" (identifier "local_48") ([ "[") (number_literal "2") (] "]"))) (; ";")) (expression_statement "local_2c = local_48[3];" (assignment_expression "local_2c = local_48[3]" (identifier "local_2c") (= "=") (subscript_expression "local_48[3]" (identifier "local_48") ([ "[") (number_literal "3") (] "]"))) (; ";")) (expression_statement "local_28 = local_48[4];" (assignment_expression "local_28 = local_48[4]" (identifier "local_28") (= "=") (subscript_expression "local_48[4]" (identifier "local_48") ([ "[") (number_literal "4") (] "]"))) (; ";")) (expression_statement "local_24 = local_48[5];" (assignment_expression "local_24 = local_48[5]" (identifier "local_24") (= "=") (subscript_expression "local_48[5]" (identifier "local_48") ([ "[") (number_literal "5") (] "]"))) (; ";")) (expression_statement "local_20 = local_48[6];" (assignment_expression "local_20 = local_48[6]" (identifier "local_20") (= "=") (subscript_expression "local_48[6]" (identifier "local_48") ([ "[") (number_literal "6") (] "]"))) (; ";")) (expression_statement "local_48[6] = 0;" (assignment_expression "local_48[6] = 0" (subscript_expression "local_48[6]" (identifier "local_48") ([ "[") (number_literal "6") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "local_3d = *(undefined1 *)(local_48 + 3);" (assignment_expression "local_3d = *(undefined1 *)(local_48 + 3)" (identifier "local_3d") (= "=") (pointer_expression "*(undefined1 *)(local_48 + 3)" (* "*") (cast_expression "(undefined1 *)(local_48 + 3)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_48 + 3)" (( "(") (binary_expression "local_48 + 3" (identifier "local_48") (+ "+") (number_literal "3")) () ")"))))) (; ";")) (expression_statement "*(undefined1 *)(local_48 + 3) = 3;" (assignment_expression "*(undefined1 *)(local_48 + 3) = 3" (pointer_expression "*(undefined1 *)(local_48 + 3)" (* "*") (cast_expression "(undefined1 *)(local_48 + 3)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_48 + 3)" (( "(") (binary_expression "local_48 + 3" (identifier "local_48") (+ "+") (number_literal "3")) () ")")))) (= "=") (number_literal "3")) (; ";")) (expression_statement "local_48[5] = PTR__bfd_std_section_0008bfd4 + 0x150;" (assignment_expression "local_48[5] = PTR__bfd_std_section_0008bfd4 + 0x150" (subscript_expression "local_48[5]" (identifier "local_48") ([ "[") (number_literal "5") (] "]")) (= "=") (binary_expression "PTR__bfd_std_section_0008bfd4 + 0x150" (identifier "PTR__bfd_std_section_0008bfd4") (+ "+") (number_literal "0x150"))) (; ";")) (} "}")))) (expression_statement "FUN_00021760(FUN_00036dc0);" (call_expression "FUN_00021760(FUN_00036dc0)" (identifier "FUN_00021760") (argument_list "(FUN_00036dc0)" (( "(") (identifier "FUN_00036dc0") () ")"))) (; ";")) (} "}"))) (expression_statement "local_50 = DAT_0008cce4;" (assignment_expression "local_50 = DAT_0008cce4" (identifier "local_50") (= "=") (identifier "DAT_0008cce4")) (; ";")) (if_statement "if (((DAT_0008cce4 == (char *)0x0) && (local_50 = getenv("LD_RUN_PATH"), local_50 == (char *)0x0))\n || (iVar4 = DAT_0008cc38, *local_50 == '\0')) {\n local_50 = (char *)0x0;\n iVar4 = DAT_0008cc38;\n }" (if "if") (parenthesized_expression "(((DAT_0008cce4 == (char *)0x0) && (local_50 = getenv("LD_RUN_PATH"), local_50 == (char *)0x0))\n || (iVar4 = DAT_0008cc38, *local_50 == '\0'))" (( "(") (binary_expression "((DAT_0008cce4 == (char *)0x0) && (local_50 = getenv("LD_RUN_PATH"), local_50 == (char *)0x0))\n || (iVar4 = DAT_0008cc38, *local_50 == '\0')" (parenthesized_expression "((DAT_0008cce4 == (char *)0x0) && (local_50 = getenv("LD_RUN_PATH"), local_50 == (char *)0x0))" (( "(") (binary_expression "(DAT_0008cce4 == (char *)0x0) && (local_50 = getenv("LD_RUN_PATH"), local_50 == (char *)0x0)" (parenthesized_expression "(DAT_0008cce4 == (char *)0x0)" (( "(") (binary_expression "DAT_0008cce4 == (char *)0x0" (identifier "DAT_0008cce4") (== "==") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (&& "&&") (parenthesized_expression "(local_50 = getenv("LD_RUN_PATH"), local_50 == (char *)0x0)" (( "(") (comma_expression "local_50 = getenv("LD_RUN_PATH"), local_50 == (char *)0x0" (assignment_expression "local_50 = getenv("LD_RUN_PATH")" (identifier "local_50") (= "=") (call_expression "getenv("LD_RUN_PATH")" (identifier "getenv") (argument_list "("LD_RUN_PATH")" (( "(") (string_literal ""LD_RUN_PATH"" (" """) (string_content "LD_RUN_PATH") (" """)) () ")")))) (, ",") (binary_expression "local_50 == (char *)0x0" (identifier "local_50") (== "==") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0")))) () ")"))) () ")")) (|| "||") (parenthesized_expression "(iVar4 = DAT_0008cc38, *local_50 == '\0')" (( "(") (comma_expression "iVar4 = DAT_0008cc38, *local_50 == '\0'" (assignment_expression "iVar4 = DAT_0008cc38" (identifier "iVar4") (= "=") (identifier "DAT_0008cc38")) (, ",") (binary_expression "*local_50 == '\0'" (pointer_expression "*local_50" (* "*") (identifier "local_50")) (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'")))) () ")"))) () ")")) (compound_statement "{\n local_50 = (char *)0x0;\n iVar4 = DAT_0008cc38;\n }" ({ "{") (expression_statement "local_50 = (char *)0x0;" (assignment_expression "local_50 = (char *)0x0" (identifier "local_50") (= "=") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "iVar4 = DAT_0008cc38;" (assignment_expression "iVar4 = DAT_0008cc38" (identifier "iVar4") (= "=") (identifier "DAT_0008cc38")) (; ";")) (} "}"))) (labeled_statement "joined_r0x000368b0:\n do {\n if (iVar4 == 0) {\n iVar4 = bfd_elf_size_dynamic_sections\n (DAT_0008cc30,DAT_0008cce0,local_50,DAT_0008ccec,DAT_0008ca34,DAT_0008ca30,\n DAT_0008ccf0,&DAT_0008cc00,&local_3c);\n if (iVar4 == 0) {\n uVar9 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00031700(uVar9);\n }\n pcVar2 = DAT_0008ccdc;\n iVar4 = DAT_0008c77c;\n if ((DAT_0008ccdc != (char *)0x0) && (local_3c != 0)) {\n *(char **)(local_3c + 0x6c) = DAT_0008ccdc;\n sVar5 = strlen(pcVar2);\n *(size_t *)(local_3c + 0x24) = sVar5 + 1;\n iVar4 = DAT_0008c77c;\n }\n for (; iVar4 != 0; iVar4 = *(int *)(iVar4 + 0x18)) {\n if (((*(byte *)(iVar4 + 0x24) & 0x10) == 0) &&\n (iVar6 = bfd_get_section_by_name(*(undefined4 *)(iVar4 + 0x10),".gnu.warning"),\n iVar6 != 0)) {\n iVar1 = *(int *)(iVar6 + 0x24);\n __ptr = (void *)xmalloc(iVar1 + 1);\n iVar7 = bfd_get_section_contents(*(undefined4 *)(iVar4 + 0x10),iVar6,__ptr,0,0,iVar1);\n if (iVar7 == 0) {\n uVar9 = *(undefined4 *)(iVar4 + 0x10);\n uVar8 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);\n FUN_00031700(uVar8,uVar9);\n }\n *(undefined1 *)((int)__ptr + iVar1) = 0;\n (**(code **)(DAT_0008cc18 + 0x14))\n (&DAT_0008cc00,__ptr,0,*(undefined4 *)(iVar4 + 0x10),0,0);\n free(__ptr);\n iVar1 = *(int *)(iVar6 + 0x3c);\n if (iVar1 != 0) {\n if (*(uint *)(iVar6 + 0x24) <= *(uint *)(iVar1 + 0x28)) {\n *(uint *)(iVar1 + 0x28) = *(uint *)(iVar1 + 0x28) - *(uint *)(iVar6 + 0x24);\n }\n }\n *(uint *)(iVar6 + 0x14) = *(uint *)(iVar6 + 0x14) | 0x208000;\n *(undefined4 *)(iVar6 + 0x24) = 0;\n }\n }\n FUN_00030310();\n iVar4 = bfd_elf_size_dynsym_hash_dynstr(DAT_0008cc30,&DAT_0008cc00);\n if (iVar4 == 0) {\n uVar9 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00031700(uVar9);\n }\n if (local_48 != (undefined4 *)0x0) {\n *(undefined1 *)(local_48 + 3) = local_3d;\n local_48[4] = local_28;\n local_48[5] = local_24;\n local_48[6] = local_20;\n }\n return;\n }\n if (((*(int *)(*(int *)(iVar4 + 4) + 4) == 5) &&\n (pcVar2 = *(char **)(*(int *)(iVar4 + 0x9c) + 0x204), pcVar2 != (char *)0x0)) &&\n (*pcVar2 != '\0')) {\n pcVar2 = (char *)xstrdup(pcVar2);\n do {\n pcVar3 = strchr(pcVar2,(int)DAT_0008cd48);\n if (pcVar3 == (char *)0x0) {\n if (*pcVar2 != '\0') {\n FUN_000359c0();\n iVar4 = *(int *)(iVar4 + 0x98);\n goto joined_r0x000368b0;\n }\n break;\n }\n *pcVar3 = '\0';\n if (*pcVar2 != '\0') {\n FUN_000359c0();\n }\n pcVar2 = pcVar3 + 1;\n } while (pcVar2 != (char *)0x0);\n }\n iVar4 = *(int *)(iVar4 + 0x98);\n } while( true );" (statement_identifier "joined_r0x000368b0") (: ":") (do_statement "do {\n if (iVar4 == 0) {\n iVar4 = bfd_elf_size_dynamic_sections\n (DAT_0008cc30,DAT_0008cce0,local_50,DAT_0008ccec,DAT_0008ca34,DAT_0008ca30,\n DAT_0008ccf0,&DAT_0008cc00,&local_3c);\n if (iVar4 == 0) {\n uVar9 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00031700(uVar9);\n }\n pcVar2 = DAT_0008ccdc;\n iVar4 = DAT_0008c77c;\n if ((DAT_0008ccdc != (char *)0x0) && (local_3c != 0)) {\n *(char **)(local_3c + 0x6c) = DAT_0008ccdc;\n sVar5 = strlen(pcVar2);\n *(size_t *)(local_3c + 0x24) = sVar5 + 1;\n iVar4 = DAT_0008c77c;\n }\n for (; iVar4 != 0; iVar4 = *(int *)(iVar4 + 0x18)) {\n if (((*(byte *)(iVar4 + 0x24) & 0x10) == 0) &&\n (iVar6 = bfd_get_section_by_name(*(undefined4 *)(iVar4 + 0x10),".gnu.warning"),\n iVar6 != 0)) {\n iVar1 = *(int *)(iVar6 + 0x24);\n __ptr = (void *)xmalloc(iVar1 + 1);\n iVar7 = bfd_get_section_contents(*(undefined4 *)(iVar4 + 0x10),iVar6,__ptr,0,0,iVar1);\n if (iVar7 == 0) {\n uVar9 = *(undefined4 *)(iVar4 + 0x10);\n uVar8 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);\n FUN_00031700(uVar8,uVar9);\n }\n *(undefined1 *)((int)__ptr + iVar1) = 0;\n (**(code **)(DAT_0008cc18 + 0x14))\n (&DAT_0008cc00,__ptr,0,*(undefined4 *)(iVar4 + 0x10),0,0);\n free(__ptr);\n iVar1 = *(int *)(iVar6 + 0x3c);\n if (iVar1 != 0) {\n if (*(uint *)(iVar6 + 0x24) <= *(uint *)(iVar1 + 0x28)) {\n *(uint *)(iVar1 + 0x28) = *(uint *)(iVar1 + 0x28) - *(uint *)(iVar6 + 0x24);\n }\n }\n *(uint *)(iVar6 + 0x14) = *(uint *)(iVar6 + 0x14) | 0x208000;\n *(undefined4 *)(iVar6 + 0x24) = 0;\n }\n }\n FUN_00030310();\n iVar4 = bfd_elf_size_dynsym_hash_dynstr(DAT_0008cc30,&DAT_0008cc00);\n if (iVar4 == 0) {\n uVar9 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00031700(uVar9);\n }\n if (local_48 != (undefined4 *)0x0) {\n *(undefined1 *)(local_48 + 3) = local_3d;\n local_48[4] = local_28;\n local_48[5] = local_24;\n local_48[6] = local_20;\n }\n return;\n }\n if (((*(int *)(*(int *)(iVar4 + 4) + 4) == 5) &&\n (pcVar2 = *(char **)(*(int *)(iVar4 + 0x9c) + 0x204), pcVar2 != (char *)0x0)) &&\n (*pcVar2 != '\0')) {\n pcVar2 = (char *)xstrdup(pcVar2);\n do {\n pcVar3 = strchr(pcVar2,(int)DAT_0008cd48);\n if (pcVar3 == (char *)0x0) {\n if (*pcVar2 != '\0') {\n FUN_000359c0();\n iVar4 = *(int *)(iVar4 + 0x98);\n goto joined_r0x000368b0;\n }\n break;\n }\n *pcVar3 = '\0';\n if (*pcVar2 != '\0') {\n FUN_000359c0();\n }\n pcVar2 = pcVar3 + 1;\n } while (pcVar2 != (char *)0x0);\n }\n iVar4 = *(int *)(iVar4 + 0x98);\n } while( true );" (do "do") (compound_statement "{\n if (iVar4 == 0) {\n iVar4 = bfd_elf_size_dynamic_sections\n (DAT_0008cc30,DAT_0008cce0,local_50,DAT_0008ccec,DAT_0008ca34,DAT_0008ca30,\n DAT_0008ccf0,&DAT_0008cc00,&local_3c);\n if (iVar4 == 0) {\n uVar9 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00031700(uVar9);\n }\n pcVar2 = DAT_0008ccdc;\n iVar4 = DAT_0008c77c;\n if ((DAT_0008ccdc != (char *)0x0) && (local_3c != 0)) {\n *(char **)(local_3c + 0x6c) = DAT_0008ccdc;\n sVar5 = strlen(pcVar2);\n *(size_t *)(local_3c + 0x24) = sVar5 + 1;\n iVar4 = DAT_0008c77c;\n }\n for (; iVar4 != 0; iVar4 = *(int *)(iVar4 + 0x18)) {\n if (((*(byte *)(iVar4 + 0x24) & 0x10) == 0) &&\n (iVar6 = bfd_get_section_by_name(*(undefined4 *)(iVar4 + 0x10),".gnu.warning"),\n iVar6 != 0)) {\n iVar1 = *(int *)(iVar6 + 0x24);\n __ptr = (void *)xmalloc(iVar1 + 1);\n iVar7 = bfd_get_section_contents(*(undefined4 *)(iVar4 + 0x10),iVar6,__ptr,0,0,iVar1);\n if (iVar7 == 0) {\n uVar9 = *(undefined4 *)(iVar4 + 0x10);\n uVar8 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);\n FUN_00031700(uVar8,uVar9);\n }\n *(undefined1 *)((int)__ptr + iVar1) = 0;\n (**(code **)(DAT_0008cc18 + 0x14))\n (&DAT_0008cc00,__ptr,0,*(undefined4 *)(iVar4 + 0x10),0,0);\n free(__ptr);\n iVar1 = *(int *)(iVar6 + 0x3c);\n if (iVar1 != 0) {\n if (*(uint *)(iVar6 + 0x24) <= *(uint *)(iVar1 + 0x28)) {\n *(uint *)(iVar1 + 0x28) = *(uint *)(iVar1 + 0x28) - *(uint *)(iVar6 + 0x24);\n }\n }\n *(uint *)(iVar6 + 0x14) = *(uint *)(iVar6 + 0x14) | 0x208000;\n *(undefined4 *)(iVar6 + 0x24) = 0;\n }\n }\n FUN_00030310();\n iVar4 = bfd_elf_size_dynsym_hash_dynstr(DAT_0008cc30,&DAT_0008cc00);\n if (iVar4 == 0) {\n uVar9 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00031700(uVar9);\n }\n if (local_48 != (undefined4 *)0x0) {\n *(undefined1 *)(local_48 + 3) = local_3d;\n local_48[4] = local_28;\n local_48[5] = local_24;\n local_48[6] = local_20;\n }\n return;\n }\n if (((*(int *)(*(int *)(iVar4 + 4) + 4) == 5) &&\n (pcVar2 = *(char **)(*(int *)(iVar4 + 0x9c) + 0x204), pcVar2 != (char *)0x0)) &&\n (*pcVar2 != '\0')) {\n pcVar2 = (char *)xstrdup(pcVar2);\n do {\n pcVar3 = strchr(pcVar2,(int)DAT_0008cd48);\n if (pcVar3 == (char *)0x0) {\n if (*pcVar2 != '\0') {\n FUN_000359c0();\n iVar4 = *(int *)(iVar4 + 0x98);\n goto joined_r0x000368b0;\n }\n break;\n }\n *pcVar3 = '\0';\n if (*pcVar2 != '\0') {\n FUN_000359c0();\n }\n pcVar2 = pcVar3 + 1;\n } while (pcVar2 != (char *)0x0);\n }\n iVar4 = *(int *)(iVar4 + 0x98);\n }" ({ "{") (if_statement "if (iVar4 == 0) {\n iVar4 = bfd_elf_size_dynamic_sections\n (DAT_0008cc30,DAT_0008cce0,local_50,DAT_0008ccec,DAT_0008ca34,DAT_0008ca30,\n DAT_0008ccf0,&DAT_0008cc00,&local_3c);\n if (iVar4 == 0) {\n uVar9 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00031700(uVar9);\n }\n pcVar2 = DAT_0008ccdc;\n iVar4 = DAT_0008c77c;\n if ((DAT_0008ccdc != (char *)0x0) && (local_3c != 0)) {\n *(char **)(local_3c + 0x6c) = DAT_0008ccdc;\n sVar5 = strlen(pcVar2);\n *(size_t *)(local_3c + 0x24) = sVar5 + 1;\n iVar4 = DAT_0008c77c;\n }\n for (; iVar4 != 0; iVar4 = *(int *)(iVar4 + 0x18)) {\n if (((*(byte *)(iVar4 + 0x24) & 0x10) == 0) &&\n (iVar6 = bfd_get_section_by_name(*(undefined4 *)(iVar4 + 0x10),".gnu.warning"),\n iVar6 != 0)) {\n iVar1 = *(int *)(iVar6 + 0x24);\n __ptr = (void *)xmalloc(iVar1 + 1);\n iVar7 = bfd_get_section_contents(*(undefined4 *)(iVar4 + 0x10),iVar6,__ptr,0,0,iVar1);\n if (iVar7 == 0) {\n uVar9 = *(undefined4 *)(iVar4 + 0x10);\n uVar8 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);\n FUN_00031700(uVar8,uVar9);\n }\n *(undefined1 *)((int)__ptr + iVar1) = 0;\n (**(code **)(DAT_0008cc18 + 0x14))\n (&DAT_0008cc00,__ptr,0,*(undefined4 *)(iVar4 + 0x10),0,0);\n free(__ptr);\n iVar1 = *(int *)(iVar6 + 0x3c);\n if (iVar1 != 0) {\n if (*(uint *)(iVar6 + 0x24) <= *(uint *)(iVar1 + 0x28)) {\n *(uint *)(iVar1 + 0x28) = *(uint *)(iVar1 + 0x28) - *(uint *)(iVar6 + 0x24);\n }\n }\n *(uint *)(iVar6 + 0x14) = *(uint *)(iVar6 + 0x14) | 0x208000;\n *(undefined4 *)(iVar6 + 0x24) = 0;\n }\n }\n FUN_00030310();\n iVar4 = bfd_elf_size_dynsym_hash_dynstr(DAT_0008cc30,&DAT_0008cc00);\n if (iVar4 == 0) {\n uVar9 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00031700(uVar9);\n }\n if (local_48 != (undefined4 *)0x0) {\n *(undefined1 *)(local_48 + 3) = local_3d;\n local_48[4] = local_28;\n local_48[5] = local_24;\n local_48[6] = local_20;\n }\n return;\n }" (if "if") (parenthesized_expression "(iVar4 == 0)" (( "(") (binary_expression "iVar4 == 0" (identifier "iVar4") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n iVar4 = bfd_elf_size_dynamic_sections\n (DAT_0008cc30,DAT_0008cce0,local_50,DAT_0008ccec,DAT_0008ca34,DAT_0008ca30,\n DAT_0008ccf0,&DAT_0008cc00,&local_3c);\n if (iVar4 == 0) {\n uVar9 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00031700(uVar9);\n }\n pcVar2 = DAT_0008ccdc;\n iVar4 = DAT_0008c77c;\n if ((DAT_0008ccdc != (char *)0x0) && (local_3c != 0)) {\n *(char **)(local_3c + 0x6c) = DAT_0008ccdc;\n sVar5 = strlen(pcVar2);\n *(size_t *)(local_3c + 0x24) = sVar5 + 1;\n iVar4 = DAT_0008c77c;\n }\n for (; iVar4 != 0; iVar4 = *(int *)(iVar4 + 0x18)) {\n if (((*(byte *)(iVar4 + 0x24) & 0x10) == 0) &&\n (iVar6 = bfd_get_section_by_name(*(undefined4 *)(iVar4 + 0x10),".gnu.warning"),\n iVar6 != 0)) {\n iVar1 = *(int *)(iVar6 + 0x24);\n __ptr = (void *)xmalloc(iVar1 + 1);\n iVar7 = bfd_get_section_contents(*(undefined4 *)(iVar4 + 0x10),iVar6,__ptr,0,0,iVar1);\n if (iVar7 == 0) {\n uVar9 = *(undefined4 *)(iVar4 + 0x10);\n uVar8 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);\n FUN_00031700(uVar8,uVar9);\n }\n *(undefined1 *)((int)__ptr + iVar1) = 0;\n (**(code **)(DAT_0008cc18 + 0x14))\n (&DAT_0008cc00,__ptr,0,*(undefined4 *)(iVar4 + 0x10),0,0);\n free(__ptr);\n iVar1 = *(int *)(iVar6 + 0x3c);\n if (iVar1 != 0) {\n if (*(uint *)(iVar6 + 0x24) <= *(uint *)(iVar1 + 0x28)) {\n *(uint *)(iVar1 + 0x28) = *(uint *)(iVar1 + 0x28) - *(uint *)(iVar6 + 0x24);\n }\n }\n *(uint *)(iVar6 + 0x14) = *(uint *)(iVar6 + 0x14) | 0x208000;\n *(undefined4 *)(iVar6 + 0x24) = 0;\n }\n }\n FUN_00030310();\n iVar4 = bfd_elf_size_dynsym_hash_dynstr(DAT_0008cc30,&DAT_0008cc00);\n if (iVar4 == 0) {\n uVar9 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00031700(uVar9);\n }\n if (local_48 != (undefined4 *)0x0) {\n *(undefined1 *)(local_48 + 3) = local_3d;\n local_48[4] = local_28;\n local_48[5] = local_24;\n local_48[6] = local_20;\n }\n return;\n }" ({ "{") (expression_statement "iVar4 = bfd_elf_size_dynamic_sections\n (DAT_0008cc30,DAT_0008cce0,local_50,DAT_0008ccec,DAT_0008ca34,DAT_0008ca30,\n DAT_0008ccf0,&DAT_0008cc00,&local_3c);" (assignment_expression "iVar4 = bfd_elf_size_dynamic_sections\n (DAT_0008cc30,DAT_0008cce0,local_50,DAT_0008ccec,DAT_0008ca34,DAT_0008ca30,\n DAT_0008ccf0,&DAT_0008cc00,&local_3c)" (identifier "iVar4") (= "=") (call_expression "bfd_elf_size_dynamic_sections\n (DAT_0008cc30,DAT_0008cce0,local_50,DAT_0008ccec,DAT_0008ca34,DAT_0008ca30,\n DAT_0008ccf0,&DAT_0008cc00,&local_3c)" (identifier "bfd_elf_size_dynamic_sections") (argument_list "(DAT_0008cc30,DAT_0008cce0,local_50,DAT_0008ccec,DAT_0008ca34,DAT_0008ca30,\n DAT_0008ccf0,&DAT_0008cc00,&local_3c)" (( "(") (identifier "DAT_0008cc30") (, ",") (identifier "DAT_0008cce0") (, ",") (identifier "local_50") (, ",") (identifier "DAT_0008ccec") (, ",") (identifier "DAT_0008ca34") (, ",") (identifier "DAT_0008ca30") (, ",") (identifier "DAT_0008ccf0") (, ",") (pointer_expression "&DAT_0008cc00" (& "&") (identifier "DAT_0008cc00")) (, ",") (pointer_expression "&local_3c" (& "&") (identifier "local_3c")) () ")")))) (; ";")) (if_statement "if (iVar4 == 0) {\n uVar9 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00031700(uVar9);\n }" (if "if") (parenthesized_expression "(iVar4 == 0)" (( "(") (binary_expression "iVar4 == 0" (identifier "iVar4") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n uVar9 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00031700(uVar9);\n }" ({ "{") (expression_statement "uVar9 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);" (assignment_expression "uVar9 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5)" (identifier "uVar9") (= "=") (call_expression "dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5)" (identifier "dcgettext") (argument_list "(0,"%F%P: failed to set dynamic section sizes: %E\n",5)" (( "(") (number_literal "0") (, ",") (string_literal ""%F%P: failed to set dynamic section sizes: %E\n"" (" """) (string_content "%F%P: failed to set dynamic section sizes: %E") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")")))) (; ";")) (expression_statement "FUN_00031700(uVar9);" (call_expression "FUN_00031700(uVar9)" (identifier "FUN_00031700") (argument_list "(uVar9)" (( "(") (identifier "uVar9") () ")"))) (; ";")) (} "}"))) (expression_statement "pcVar2 = DAT_0008ccdc;" (assignment_expression "pcVar2 = DAT_0008ccdc" (identifier "pcVar2") (= "=") (identifier "DAT_0008ccdc")) (; ";")) (expression_statement "iVar4 = DAT_0008c77c;" (assignment_expression "iVar4 = DAT_0008c77c" (identifier "iVar4") (= "=") (identifier "DAT_0008c77c")) (; ";")) (if_statement "if ((DAT_0008ccdc != (char *)0x0) && (local_3c != 0)) {\n *(char **)(local_3c + 0x6c) = DAT_0008ccdc;\n sVar5 = strlen(pcVar2);\n *(size_t *)(local_3c + 0x24) = sVar5 + 1;\n iVar4 = DAT_0008c77c;\n }" (if "if") (parenthesized_expression "((DAT_0008ccdc != (char *)0x0) && (local_3c != 0))" (( "(") (binary_expression "(DAT_0008ccdc != (char *)0x0) && (local_3c != 0)" (parenthesized_expression "(DAT_0008ccdc != (char *)0x0)" (( "(") (binary_expression "DAT_0008ccdc != (char *)0x0" (identifier "DAT_0008ccdc") (!= "!=") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (&& "&&") (parenthesized_expression "(local_3c != 0)" (( "(") (binary_expression "local_3c != 0" (identifier "local_3c") (!= "!=") (number_literal "0")) () ")"))) () ")")) (compound_statement "{\n *(char **)(local_3c + 0x6c) = DAT_0008ccdc;\n sVar5 = strlen(pcVar2);\n *(size_t *)(local_3c + 0x24) = sVar5 + 1;\n iVar4 = DAT_0008c77c;\n }" ({ "{") (expression_statement "*(char **)(local_3c + 0x6c) = DAT_0008ccdc;" (assignment_expression "*(char **)(local_3c + 0x6c) = DAT_0008ccdc" (pointer_expression "*(char **)(local_3c + 0x6c)" (* "*") (cast_expression "(char **)(local_3c + 0x6c)" (( "(") (type_descriptor "char **" (primitive_type "char") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(local_3c + 0x6c)" (( "(") (binary_expression "local_3c + 0x6c" (identifier "local_3c") (+ "+") (number_literal "0x6c")) () ")")))) (= "=") (identifier "DAT_0008ccdc")) (; ";")) (expression_statement "sVar5 = strlen(pcVar2);" (assignment_expression "sVar5 = strlen(pcVar2)" (identifier "sVar5") (= "=") (call_expression "strlen(pcVar2)" (identifier "strlen") (argument_list "(pcVar2)" (( "(") (identifier "pcVar2") () ")")))) (; ";")) (expression_statement "*(size_t *)(local_3c + 0x24) = sVar5 + 1;" (assignment_expression "*(size_t *)(local_3c + 0x24) = sVar5 + 1" (pointer_expression "*(size_t *)(local_3c + 0x24)" (* "*") (cast_expression "(size_t *)(local_3c + 0x24)" (( "(") (type_descriptor "size_t *" (primitive_type "size_t") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_3c + 0x24)" (( "(") (binary_expression "local_3c + 0x24" (identifier "local_3c") (+ "+") (number_literal "0x24")) () ")")))) (= "=") (binary_expression "sVar5 + 1" (identifier "sVar5") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "iVar4 = DAT_0008c77c;" (assignment_expression "iVar4 = DAT_0008c77c" (identifier "iVar4") (= "=") (identifier "DAT_0008c77c")) (; ";")) (} "}"))) (for_statement "for (; iVar4 != 0; iVar4 = *(int *)(iVar4 + 0x18)) {\n if (((*(byte *)(iVar4 + 0x24) & 0x10) == 0) &&\n (iVar6 = bfd_get_section_by_name(*(undefined4 *)(iVar4 + 0x10),".gnu.warning"),\n iVar6 != 0)) {\n iVar1 = *(int *)(iVar6 + 0x24);\n __ptr = (void *)xmalloc(iVar1 + 1);\n iVar7 = bfd_get_section_contents(*(undefined4 *)(iVar4 + 0x10),iVar6,__ptr,0,0,iVar1);\n if (iVar7 == 0) {\n uVar9 = *(undefined4 *)(iVar4 + 0x10);\n uVar8 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);\n FUN_00031700(uVar8,uVar9);\n }\n *(undefined1 *)((int)__ptr + iVar1) = 0;\n (**(code **)(DAT_0008cc18 + 0x14))\n (&DAT_0008cc00,__ptr,0,*(undefined4 *)(iVar4 + 0x10),0,0);\n free(__ptr);\n iVar1 = *(int *)(iVar6 + 0x3c);\n if (iVar1 != 0) {\n if (*(uint *)(iVar6 + 0x24) <= *(uint *)(iVar1 + 0x28)) {\n *(uint *)(iVar1 + 0x28) = *(uint *)(iVar1 + 0x28) - *(uint *)(iVar6 + 0x24);\n }\n }\n *(uint *)(iVar6 + 0x14) = *(uint *)(iVar6 + 0x14) | 0x208000;\n *(undefined4 *)(iVar6 + 0x24) = 0;\n }\n }" (for "for") (( "(") (; ";") (binary_expression "iVar4 != 0" (identifier "iVar4") (!= "!=") (number_literal "0")) (; ";") (assignment_expression "iVar4 = *(int *)(iVar4 + 0x18)" (identifier "iVar4") (= "=") (pointer_expression "*(int *)(iVar4 + 0x18)" (* "*") (cast_expression "(int *)(iVar4 + 0x18)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar4 + 0x18)" (( "(") (binary_expression "iVar4 + 0x18" (identifier "iVar4") (+ "+") (number_literal "0x18")) () ")"))))) () ")") (compound_statement "{\n if (((*(byte *)(iVar4 + 0x24) & 0x10) == 0) &&\n (iVar6 = bfd_get_section_by_name(*(undefined4 *)(iVar4 + 0x10),".gnu.warning"),\n iVar6 != 0)) {\n iVar1 = *(int *)(iVar6 + 0x24);\n __ptr = (void *)xmalloc(iVar1 + 1);\n iVar7 = bfd_get_section_contents(*(undefined4 *)(iVar4 + 0x10),iVar6,__ptr,0,0,iVar1);\n if (iVar7 == 0) {\n uVar9 = *(undefined4 *)(iVar4 + 0x10);\n uVar8 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);\n FUN_00031700(uVar8,uVar9);\n }\n *(undefined1 *)((int)__ptr + iVar1) = 0;\n (**(code **)(DAT_0008cc18 + 0x14))\n (&DAT_0008cc00,__ptr,0,*(undefined4 *)(iVar4 + 0x10),0,0);\n free(__ptr);\n iVar1 = *(int *)(iVar6 + 0x3c);\n if (iVar1 != 0) {\n if (*(uint *)(iVar6 + 0x24) <= *(uint *)(iVar1 + 0x28)) {\n *(uint *)(iVar1 + 0x28) = *(uint *)(iVar1 + 0x28) - *(uint *)(iVar6 + 0x24);\n }\n }\n *(uint *)(iVar6 + 0x14) = *(uint *)(iVar6 + 0x14) | 0x208000;\n *(undefined4 *)(iVar6 + 0x24) = 0;\n }\n }" ({ "{") (if_statement "if (((*(byte *)(iVar4 + 0x24) & 0x10) == 0) &&\n (iVar6 = bfd_get_section_by_name(*(undefined4 *)(iVar4 + 0x10),".gnu.warning"),\n iVar6 != 0)) {\n iVar1 = *(int *)(iVar6 + 0x24);\n __ptr = (void *)xmalloc(iVar1 + 1);\n iVar7 = bfd_get_section_contents(*(undefined4 *)(iVar4 + 0x10),iVar6,__ptr,0,0,iVar1);\n if (iVar7 == 0) {\n uVar9 = *(undefined4 *)(iVar4 + 0x10);\n uVar8 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);\n FUN_00031700(uVar8,uVar9);\n }\n *(undefined1 *)((int)__ptr + iVar1) = 0;\n (**(code **)(DAT_0008cc18 + 0x14))\n (&DAT_0008cc00,__ptr,0,*(undefined4 *)(iVar4 + 0x10),0,0);\n free(__ptr);\n iVar1 = *(int *)(iVar6 + 0x3c);\n if (iVar1 != 0) {\n if (*(uint *)(iVar6 + 0x24) <= *(uint *)(iVar1 + 0x28)) {\n *(uint *)(iVar1 + 0x28) = *(uint *)(iVar1 + 0x28) - *(uint *)(iVar6 + 0x24);\n }\n }\n *(uint *)(iVar6 + 0x14) = *(uint *)(iVar6 + 0x14) | 0x208000;\n *(undefined4 *)(iVar6 + 0x24) = 0;\n }" (if "if") (parenthesized_expression "(((*(byte *)(iVar4 + 0x24) & 0x10) == 0) &&\n (iVar6 = bfd_get_section_by_name(*(undefined4 *)(iVar4 + 0x10),".gnu.warning"),\n iVar6 != 0))" (( "(") (binary_expression "((*(byte *)(iVar4 + 0x24) & 0x10) == 0) &&\n (iVar6 = bfd_get_section_by_name(*(undefined4 *)(iVar4 + 0x10),".gnu.warning"),\n iVar6 != 0)" (parenthesized_expression "((*(byte *)(iVar4 + 0x24) & 0x10) == 0)" (( "(") (binary_expression "(*(byte *)(iVar4 + 0x24) & 0x10) == 0" (parenthesized_expression "(*(byte *)(iVar4 + 0x24) & 0x10)" (( "(") (binary_expression "*(byte *)(iVar4 + 0x24) & 0x10" (pointer_expression "*(byte *)(iVar4 + 0x24)" (* "*") (cast_expression "(byte *)(iVar4 + 0x24)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar4 + 0x24)" (( "(") (binary_expression "iVar4 + 0x24" (identifier "iVar4") (+ "+") (number_literal "0x24")) () ")")))) (& "&") (number_literal "0x10")) () ")")) (== "==") (number_literal "0")) () ")")) (&& "&&") (parenthesized_expression "(iVar6 = bfd_get_section_by_name(*(undefined4 *)(iVar4 + 0x10),".gnu.warning"),\n iVar6 != 0)" (( "(") (comma_expression "iVar6 = bfd_get_section_by_name(*(undefined4 *)(iVar4 + 0x10),".gnu.warning"),\n iVar6 != 0" (assignment_expression "iVar6 = bfd_get_section_by_name(*(undefined4 *)(iVar4 + 0x10),".gnu.warning")" (identifier "iVar6") (= "=") (call_expression "bfd_get_section_by_name(*(undefined4 *)(iVar4 + 0x10),".gnu.warning")" (identifier "bfd_get_section_by_name") (argument_list "(*(undefined4 *)(iVar4 + 0x10),".gnu.warning")" (( "(") (pointer_expression "*(undefined4 *)(iVar4 + 0x10)" (* "*") (cast_expression "(undefined4 *)(iVar4 + 0x10)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar4 + 0x10)" (( "(") (binary_expression "iVar4 + 0x10" (identifier "iVar4") (+ "+") (number_literal "0x10")) () ")")))) (, ",") (string_literal "".gnu.warning"" (" """) (string_content ".gnu.warning") (" """)) () ")")))) (, ",") (binary_expression "iVar6 != 0" (identifier "iVar6") (!= "!=") (number_literal "0"))) () ")"))) () ")")) (compound_statement "{\n iVar1 = *(int *)(iVar6 + 0x24);\n __ptr = (void *)xmalloc(iVar1 + 1);\n iVar7 = bfd_get_section_contents(*(undefined4 *)(iVar4 + 0x10),iVar6,__ptr,0,0,iVar1);\n if (iVar7 == 0) {\n uVar9 = *(undefined4 *)(iVar4 + 0x10);\n uVar8 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);\n FUN_00031700(uVar8,uVar9);\n }\n *(undefined1 *)((int)__ptr + iVar1) = 0;\n (**(code **)(DAT_0008cc18 + 0x14))\n (&DAT_0008cc00,__ptr,0,*(undefined4 *)(iVar4 + 0x10),0,0);\n free(__ptr);\n iVar1 = *(int *)(iVar6 + 0x3c);\n if (iVar1 != 0) {\n if (*(uint *)(iVar6 + 0x24) <= *(uint *)(iVar1 + 0x28)) {\n *(uint *)(iVar1 + 0x28) = *(uint *)(iVar1 + 0x28) - *(uint *)(iVar6 + 0x24);\n }\n }\n *(uint *)(iVar6 + 0x14) = *(uint *)(iVar6 + 0x14) | 0x208000;\n *(undefined4 *)(iVar6 + 0x24) = 0;\n }" ({ "{") (expression_statement "iVar1 = *(int *)(iVar6 + 0x24);" (assignment_expression "iVar1 = *(int *)(iVar6 + 0x24)" (identifier "iVar1") (= "=") (pointer_expression "*(int *)(iVar6 + 0x24)" (* "*") (cast_expression "(int *)(iVar6 + 0x24)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar6 + 0x24)" (( "(") (binary_expression "iVar6 + 0x24" (identifier "iVar6") (+ "+") (number_literal "0x24")) () ")"))))) (; ";")) (expression_statement "__ptr = (void *)xmalloc(iVar1 + 1);" (assignment_expression "__ptr = (void *)xmalloc(iVar1 + 1)" (identifier "__ptr") (= "=") (cast_expression "(void *)xmalloc(iVar1 + 1)" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "xmalloc(iVar1 + 1)" (identifier "xmalloc") (argument_list "(iVar1 + 1)" (( "(") (binary_expression "iVar1 + 1" (identifier "iVar1") (+ "+") (number_literal "1")) () ")"))))) (; ";")) (expression_statement "iVar7 = bfd_get_section_contents(*(undefined4 *)(iVar4 + 0x10),iVar6,__ptr,0,0,iVar1);" (assignment_expression "iVar7 = bfd_get_section_contents(*(undefined4 *)(iVar4 + 0x10),iVar6,__ptr,0,0,iVar1)" (identifier "iVar7") (= "=") (call_expression "bfd_get_section_contents(*(undefined4 *)(iVar4 + 0x10),iVar6,__ptr,0,0,iVar1)" (identifier "bfd_get_section_contents") (argument_list "(*(undefined4 *)(iVar4 + 0x10),iVar6,__ptr,0,0,iVar1)" (( "(") (pointer_expression "*(undefined4 *)(iVar4 + 0x10)" (* "*") (cast_expression "(undefined4 *)(iVar4 + 0x10)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar4 + 0x10)" (( "(") (binary_expression "iVar4 + 0x10" (identifier "iVar4") (+ "+") (number_literal "0x10")) () ")")))) (, ",") (identifier "iVar6") (, ",") (identifier "__ptr") (, ",") (number_literal "0") (, ",") (number_literal "0") (, ",") (identifier "iVar1") () ")")))) (; ";")) (if_statement "if (iVar7 == 0) {\n uVar9 = *(undefined4 *)(iVar4 + 0x10);\n uVar8 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);\n FUN_00031700(uVar8,uVar9);\n }" (if "if") (parenthesized_expression "(iVar7 == 0)" (( "(") (binary_expression "iVar7 == 0" (identifier "iVar7") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n uVar9 = *(undefined4 *)(iVar4 + 0x10);\n uVar8 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);\n FUN_00031700(uVar8,uVar9);\n }" ({ "{") (expression_statement "uVar9 = *(undefined4 *)(iVar4 + 0x10);" (assignment_expression "uVar9 = *(undefined4 *)(iVar4 + 0x10)" (identifier "uVar9") (= "=") (pointer_expression "*(undefined4 *)(iVar4 + 0x10)" (* "*") (cast_expression "(undefined4 *)(iVar4 + 0x10)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar4 + 0x10)" (( "(") (binary_expression "iVar4 + 0x10" (identifier "iVar4") (+ "+") (number_literal "0x10")) () ")"))))) (; ";")) (expression_statement "uVar8 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5);" (assignment_expression "uVar8 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5)" (identifier "uVar8") (= "=") (call_expression "dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5)" (identifier "dcgettext") (argument_list "(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5)" (( "(") (number_literal "0") (, ",") (string_literal ""%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n"" (" """) (string_content "%F%P: %pB: can") (escape_sequence "\'") (string_content "t read contents of section .gnu.warning: %E") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")")))) (; ";")) (expression_statement "FUN_00031700(uVar8,uVar9);" (call_expression "FUN_00031700(uVar8,uVar9)" (identifier "FUN_00031700") (argument_list "(uVar8,uVar9)" (( "(") (identifier "uVar8") (, ",") (identifier "uVar9") () ")"))) (; ";")) (} "}"))) (expression_statement "*(undefined1 *)((int)__ptr + iVar1) = 0;" (assignment_expression "*(undefined1 *)((int)__ptr + iVar1) = 0" (pointer_expression "*(undefined1 *)((int)__ptr + iVar1)" (* "*") (cast_expression "(undefined1 *)((int)__ptr + iVar1)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)__ptr + iVar1)" (( "(") (binary_expression "(int)__ptr + iVar1" (cast_expression "(int)__ptr" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "__ptr")) (+ "+") (identifier "iVar1")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "(**(code **)(DAT_0008cc18 + 0x14))\n (&DAT_0008cc00,__ptr,0,*(undefined4 *)(iVar4 + 0x10),0,0);" (call_expression "(**(code **)(DAT_0008cc18 + 0x14))\n (&DAT_0008cc00,__ptr,0,*(undefined4 *)(iVar4 + 0x10),0,0)" (parenthesized_expression "(**(code **)(DAT_0008cc18 + 0x14))" (( "(") (pointer_expression "**(code **)(DAT_0008cc18 + 0x14)" (* "*") (pointer_expression "*(code **)(DAT_0008cc18 + 0x14)" (* "*") (cast_expression "(code **)(DAT_0008cc18 + 0x14)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(DAT_0008cc18 + 0x14)" (( "(") (binary_expression "DAT_0008cc18 + 0x14" (identifier "DAT_0008cc18") (+ "+") (number_literal "0x14")) () ")"))))) () ")")) (argument_list "(&DAT_0008cc00,__ptr,0,*(undefined4 *)(iVar4 + 0x10),0,0)" (( "(") (pointer_expression "&DAT_0008cc00" (& "&") (identifier "DAT_0008cc00")) (, ",") (identifier "__ptr") (, ",") (number_literal "0") (, ",") (pointer_expression "*(undefined4 *)(iVar4 + 0x10)" (* "*") (cast_expression "(undefined4 *)(iVar4 + 0x10)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar4 + 0x10)" (( "(") (binary_expression "iVar4 + 0x10" (identifier "iVar4") (+ "+") (number_literal "0x10")) () ")")))) (, ",") (number_literal "0") (, ",") (number_literal "0") () ")"))) (; ";")) (expression_statement "free(__ptr);" (call_expression "free(__ptr)" (identifier "free") (argument_list "(__ptr)" (( "(") (identifier "__ptr") () ")"))) (; ";")) (expression_statement "iVar1 = *(int *)(iVar6 + 0x3c);" (assignment_expression "iVar1 = *(int *)(iVar6 + 0x3c)" (identifier "iVar1") (= "=") (pointer_expression "*(int *)(iVar6 + 0x3c)" (* "*") (cast_expression "(int *)(iVar6 + 0x3c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar6 + 0x3c)" (( "(") (binary_expression "iVar6 + 0x3c" (identifier "iVar6") (+ "+") (number_literal "0x3c")) () ")"))))) (; ";")) (if_statement "if (iVar1 != 0) {\n if (*(uint *)(iVar6 + 0x24) <= *(uint *)(iVar1 + 0x28)) {\n *(uint *)(iVar1 + 0x28) = *(uint *)(iVar1 + 0x28) - *(uint *)(iVar6 + 0x24);\n }\n }" (if "if") (parenthesized_expression "(iVar1 != 0)" (( "(") (binary_expression "iVar1 != 0" (identifier "iVar1") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n if (*(uint *)(iVar6 + 0x24) <= *(uint *)(iVar1 + 0x28)) {\n *(uint *)(iVar1 + 0x28) = *(uint *)(iVar1 + 0x28) - *(uint *)(iVar6 + 0x24);\n }\n }" ({ "{") (if_statement "if (*(uint *)(iVar6 + 0x24) <= *(uint *)(iVar1 + 0x28)) {\n *(uint *)(iVar1 + 0x28) = *(uint *)(iVar1 + 0x28) - *(uint *)(iVar6 + 0x24);\n }" (if "if") (parenthesized_expression "(*(uint *)(iVar6 + 0x24) <= *(uint *)(iVar1 + 0x28))" (( "(") (binary_expression "*(uint *)(iVar6 + 0x24) <= *(uint *)(iVar1 + 0x28)" (pointer_expression "*(uint *)(iVar6 + 0x24)" (* "*") (cast_expression "(uint *)(iVar6 + 0x24)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar6 + 0x24)" (( "(") (binary_expression "iVar6 + 0x24" (identifier "iVar6") (+ "+") (number_literal "0x24")) () ")")))) (<= "<=") (pointer_expression "*(uint *)(iVar1 + 0x28)" (* "*") (cast_expression "(uint *)(iVar1 + 0x28)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar1 + 0x28)" (( "(") (binary_expression "iVar1 + 0x28" (identifier "iVar1") (+ "+") (number_literal "0x28")) () ")"))))) () ")")) (compound_statement "{\n *(uint *)(iVar1 + 0x28) = *(uint *)(iVar1 + 0x28) - *(uint *)(iVar6 + 0x24);\n }" ({ "{") (expression_statement "*(uint *)(iVar1 + 0x28) = *(uint *)(iVar1 + 0x28) - *(uint *)(iVar6 + 0x24);" (assignment_expression "*(uint *)(iVar1 + 0x28) = *(uint *)(iVar1 + 0x28) - *(uint *)(iVar6 + 0x24)" (pointer_expression "*(uint *)(iVar1 + 0x28)" (* "*") (cast_expression "(uint *)(iVar1 + 0x28)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar1 + 0x28)" (( "(") (binary_expression "iVar1 + 0x28" (identifier "iVar1") (+ "+") (number_literal "0x28")) () ")")))) (= "=") (binary_expression "*(uint *)(iVar1 + 0x28) - *(uint *)(iVar6 + 0x24)" (pointer_expression "*(uint *)(iVar1 + 0x28)" (* "*") (cast_expression "(uint *)(iVar1 + 0x28)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar1 + 0x28)" (( "(") (binary_expression "iVar1 + 0x28" (identifier "iVar1") (+ "+") (number_literal "0x28")) () ")")))) (- "-") (pointer_expression "*(uint *)(iVar6 + 0x24)" (* "*") (cast_expression "(uint *)(iVar6 + 0x24)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar6 + 0x24)" (( "(") (binary_expression "iVar6 + 0x24" (identifier "iVar6") (+ "+") (number_literal "0x24")) () ")")))))) (; ";")) (} "}"))) (} "}"))) (expression_statement "*(uint *)(iVar6 + 0x14) = *(uint *)(iVar6 + 0x14) | 0x208000;" (assignment_expression "*(uint *)(iVar6 + 0x14) = *(uint *)(iVar6 + 0x14) | 0x208000" (pointer_expression "*(uint *)(iVar6 + 0x14)" (* "*") (cast_expression "(uint *)(iVar6 + 0x14)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar6 + 0x14)" (( "(") (binary_expression "iVar6 + 0x14" (identifier "iVar6") (+ "+") (number_literal "0x14")) () ")")))) (= "=") (binary_expression "*(uint *)(iVar6 + 0x14) | 0x208000" (pointer_expression "*(uint *)(iVar6 + 0x14)" (* "*") (cast_expression "(uint *)(iVar6 + 0x14)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar6 + 0x14)" (( "(") (binary_expression "iVar6 + 0x14" (identifier "iVar6") (+ "+") (number_literal "0x14")) () ")")))) (| "|") (number_literal "0x208000"))) (; ";")) (expression_statement "*(undefined4 *)(iVar6 + 0x24) = 0;" (assignment_expression "*(undefined4 *)(iVar6 + 0x24) = 0" (pointer_expression "*(undefined4 *)(iVar6 + 0x24)" (* "*") (cast_expression "(undefined4 *)(iVar6 + 0x24)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar6 + 0x24)" (( "(") (binary_expression "iVar6 + 0x24" (identifier "iVar6") (+ "+") (number_literal "0x24")) () ")")))) (= "=") (number_literal "0")) (; ";")) (} "}"))) (} "}"))) (expression_statement "FUN_00030310();" (call_expression "FUN_00030310()" (identifier "FUN_00030310") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "iVar4 = bfd_elf_size_dynsym_hash_dynstr(DAT_0008cc30,&DAT_0008cc00);" (assignment_expression "iVar4 = bfd_elf_size_dynsym_hash_dynstr(DAT_0008cc30,&DAT_0008cc00)" (identifier "iVar4") (= "=") (call_expression "bfd_elf_size_dynsym_hash_dynstr(DAT_0008cc30,&DAT_0008cc00)" (identifier "bfd_elf_size_dynsym_hash_dynstr") (argument_list "(DAT_0008cc30,&DAT_0008cc00)" (( "(") (identifier "DAT_0008cc30") (, ",") (pointer_expression "&DAT_0008cc00" (& "&") (identifier "DAT_0008cc00")) () ")")))) (; ";")) (if_statement "if (iVar4 == 0) {\n uVar9 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00031700(uVar9);\n }" (if "if") (parenthesized_expression "(iVar4 == 0)" (( "(") (binary_expression "iVar4 == 0" (identifier "iVar4") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n uVar9 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);\n FUN_00031700(uVar9);\n }" ({ "{") (expression_statement "uVar9 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5);" (assignment_expression "uVar9 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5)" (identifier "uVar9") (= "=") (call_expression "dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5)" (identifier "dcgettext") (argument_list "(0,"%F%P: failed to set dynamic section sizes: %E\n",5)" (( "(") (number_literal "0") (, ",") (string_literal ""%F%P: failed to set dynamic section sizes: %E\n"" (" """) (string_content "%F%P: failed to set dynamic section sizes: %E") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")")))) (; ";")) (expression_statement "FUN_00031700(uVar9);" (call_expression "FUN_00031700(uVar9)" (identifier "FUN_00031700") (argument_list "(uVar9)" (( "(") (identifier "uVar9") () ")"))) (; ";")) (} "}"))) (if_statement "if (local_48 != (undefined4 *)0x0) {\n *(undefined1 *)(local_48 + 3) = local_3d;\n local_48[4] = local_28;\n local_48[5] = local_24;\n local_48[6] = local_20;\n }" (if "if") (parenthesized_expression "(local_48 != (undefined4 *)0x0)" (( "(") (binary_expression "local_48 != (undefined4 *)0x0" (identifier "local_48") (!= "!=") (cast_expression "(undefined4 *)0x0" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n *(undefined1 *)(local_48 + 3) = local_3d;\n local_48[4] = local_28;\n local_48[5] = local_24;\n local_48[6] = local_20;\n }" ({ "{") (expression_statement "*(undefined1 *)(local_48 + 3) = local_3d;" (assignment_expression "*(undefined1 *)(local_48 + 3) = local_3d" (pointer_expression "*(undefined1 *)(local_48 + 3)" (* "*") (cast_expression "(undefined1 *)(local_48 + 3)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_48 + 3)" (( "(") (binary_expression "local_48 + 3" (identifier "local_48") (+ "+") (number_literal "3")) () ")")))) (= "=") (identifier "local_3d")) (; ";")) (expression_statement "local_48[4] = local_28;" (assignment_expression "local_48[4] = local_28" (subscript_expression "local_48[4]" (identifier "local_48") ([ "[") (number_literal "4") (] "]")) (= "=") (identifier "local_28")) (; ";")) (expression_statement "local_48[5] = local_24;" (assignment_expression "local_48[5] = local_24" (subscript_expression "local_48[5]" (identifier "local_48") ([ "[") (number_literal "5") (] "]")) (= "=") (identifier "local_24")) (; ";")) (expression_statement "local_48[6] = local_20;" (assignment_expression "local_48[6] = local_20" (subscript_expression "local_48[6]" (identifier "local_48") ([ "[") (number_literal "6") (] "]")) (= "=") (identifier "local_20")) (; ";")) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}"))) (if_statement "if (((*(int *)(*(int *)(iVar4 + 4) + 4) == 5) &&\n (pcVar2 = *(char **)(*(int *)(iVar4 + 0x9c) + 0x204), pcVar2 != (char *)0x0)) &&\n (*pcVar2 != '\0')) {\n pcVar2 = (char *)xstrdup(pcVar2);\n do {\n pcVar3 = strchr(pcVar2,(int)DAT_0008cd48);\n if (pcVar3 == (char *)0x0) {\n if (*pcVar2 != '\0') {\n FUN_000359c0();\n iVar4 = *(int *)(iVar4 + 0x98);\n goto joined_r0x000368b0;\n }\n break;\n }\n *pcVar3 = '\0';\n if (*pcVar2 != '\0') {\n FUN_000359c0();\n }\n pcVar2 = pcVar3 + 1;\n } while (pcVar2 != (char *)0x0);\n }" (if "if") (parenthesized_expression "(((*(int *)(*(int *)(iVar4 + 4) + 4) == 5) &&\n (pcVar2 = *(char **)(*(int *)(iVar4 + 0x9c) + 0x204), pcVar2 != (char *)0x0)) &&\n (*pcVar2 != '\0'))" (( "(") (binary_expression "((*(int *)(*(int *)(iVar4 + 4) + 4) == 5) &&\n (pcVar2 = *(char **)(*(int *)(iVar4 + 0x9c) + 0x204), pcVar2 != (char *)0x0)) &&\n (*pcVar2 != '\0')" (parenthesized_expression "((*(int *)(*(int *)(iVar4 + 4) + 4) == 5) &&\n (pcVar2 = *(char **)(*(int *)(iVar4 + 0x9c) + 0x204), pcVar2 != (char *)0x0))" (( "(") (binary_expression "(*(int *)(*(int *)(iVar4 + 4) + 4) == 5) &&\n (pcVar2 = *(char **)(*(int *)(iVar4 + 0x9c) + 0x204), pcVar2 != (char *)0x0)" (parenthesized_expression "(*(int *)(*(int *)(iVar4 + 4) + 4) == 5)" (( "(") (binary_expression "*(int *)(*(int *)(iVar4 + 4) + 4) == 5" (pointer_expression "*(int *)(*(int *)(iVar4 + 4) + 4)" (* "*") (cast_expression "(int *)(*(int *)(iVar4 + 4) + 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(int *)(iVar4 + 4) + 4)" (( "(") (binary_expression "*(int *)(iVar4 + 4) + 4" (pointer_expression "*(int *)(iVar4 + 4)" (* "*") (cast_expression "(int *)(iVar4 + 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar4 + 4)" (( "(") (binary_expression "iVar4 + 4" (identifier "iVar4") (+ "+") (number_literal "4")) () ")")))) (+ "+") (number_literal "4")) () ")")))) (== "==") (number_literal "5")) () ")")) (&& "&&") (parenthesized_expression "(pcVar2 = *(char **)(*(int *)(iVar4 + 0x9c) + 0x204), pcVar2 != (char *)0x0)" (( "(") (comma_expression "pcVar2 = *(char **)(*(int *)(iVar4 + 0x9c) + 0x204), pcVar2 != (char *)0x0" (assignment_expression "pcVar2 = *(char **)(*(int *)(iVar4 + 0x9c) + 0x204)" (identifier "pcVar2") (= "=") (pointer_expression "*(char **)(*(int *)(iVar4 + 0x9c) + 0x204)" (* "*") (cast_expression "(char **)(*(int *)(iVar4 + 0x9c) + 0x204)" (( "(") (type_descriptor "char **" (primitive_type "char") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*(int *)(iVar4 + 0x9c) + 0x204)" (( "(") (binary_expression "*(int *)(iVar4 + 0x9c) + 0x204" (pointer_expression "*(int *)(iVar4 + 0x9c)" (* "*") (cast_expression "(int *)(iVar4 + 0x9c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar4 + 0x9c)" (( "(") (binary_expression "iVar4 + 0x9c" (identifier "iVar4") (+ "+") (number_literal "0x9c")) () ")")))) (+ "+") (number_literal "0x204")) () ")"))))) (, ",") (binary_expression "pcVar2 != (char *)0x0" (identifier "pcVar2") (!= "!=") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0")))) () ")"))) () ")")) (&& "&&") (parenthesized_expression "(*pcVar2 != '\0')" (( "(") (binary_expression "*pcVar2 != '\0'" (pointer_expression "*pcVar2" (* "*") (identifier "pcVar2")) (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")"))) () ")")) (compound_statement "{\n pcVar2 = (char *)xstrdup(pcVar2);\n do {\n pcVar3 = strchr(pcVar2,(int)DAT_0008cd48);\n if (pcVar3 == (char *)0x0) {\n if (*pcVar2 != '\0') {\n FUN_000359c0();\n iVar4 = *(int *)(iVar4 + 0x98);\n goto joined_r0x000368b0;\n }\n break;\n }\n *pcVar3 = '\0';\n if (*pcVar2 != '\0') {\n FUN_000359c0();\n }\n pcVar2 = pcVar3 + 1;\n } while (pcVar2 != (char *)0x0);\n }" ({ "{") (expression_statement "pcVar2 = (char *)xstrdup(pcVar2);" (assignment_expression "pcVar2 = (char *)xstrdup(pcVar2)" (identifier "pcVar2") (= "=") (cast_expression "(char *)xstrdup(pcVar2)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "xstrdup(pcVar2)" (identifier "xstrdup") (argument_list "(pcVar2)" (( "(") (identifier "pcVar2") () ")"))))) (; ";")) (do_statement "do {\n pcVar3 = strchr(pcVar2,(int)DAT_0008cd48);\n if (pcVar3 == (char *)0x0) {\n if (*pcVar2 != '\0') {\n FUN_000359c0();\n iVar4 = *(int *)(iVar4 + 0x98);\n goto joined_r0x000368b0;\n }\n break;\n }\n *pcVar3 = '\0';\n if (*pcVar2 != '\0') {\n FUN_000359c0();\n }\n pcVar2 = pcVar3 + 1;\n } while (pcVar2 != (char *)0x0);" (do "do") (compound_statement "{\n pcVar3 = strchr(pcVar2,(int)DAT_0008cd48);\n if (pcVar3 == (char *)0x0) {\n if (*pcVar2 != '\0') {\n FUN_000359c0();\n iVar4 = *(int *)(iVar4 + 0x98);\n goto joined_r0x000368b0;\n }\n break;\n }\n *pcVar3 = '\0';\n if (*pcVar2 != '\0') {\n FUN_000359c0();\n }\n pcVar2 = pcVar3 + 1;\n }" ({ "{") (expression_statement "pcVar3 = strchr(pcVar2,(int)DAT_0008cd48);" (assignment_expression "pcVar3 = strchr(pcVar2,(int)DAT_0008cd48)" (identifier "pcVar3") (= "=") (call_expression "strchr(pcVar2,(int)DAT_0008cd48)" (identifier "strchr") (argument_list "(pcVar2,(int)DAT_0008cd48)" (( "(") (identifier "pcVar2") (, ",") (cast_expression "(int)DAT_0008cd48" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "DAT_0008cd48")) () ")")))) (; ";")) (if_statement "if (pcVar3 == (char *)0x0) {\n if (*pcVar2 != '\0') {\n FUN_000359c0();\n iVar4 = *(int *)(iVar4 + 0x98);\n goto joined_r0x000368b0;\n }\n break;\n }" (if "if") (parenthesized_expression "(pcVar3 == (char *)0x0)" (( "(") (binary_expression "pcVar3 == (char *)0x0" (identifier "pcVar3") (== "==") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n if (*pcVar2 != '\0') {\n FUN_000359c0();\n iVar4 = *(int *)(iVar4 + 0x98);\n goto joined_r0x000368b0;\n }\n break;\n }" ({ "{") (if_statement "if (*pcVar2 != '\0') {\n FUN_000359c0();\n iVar4 = *(int *)(iVar4 + 0x98);\n goto joined_r0x000368b0;\n }" (if "if") (parenthesized_expression "(*pcVar2 != '\0')" (( "(") (binary_expression "*pcVar2 != '\0'" (pointer_expression "*pcVar2" (* "*") (identifier "pcVar2")) (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n FUN_000359c0();\n iVar4 = *(int *)(iVar4 + 0x98);\n goto joined_r0x000368b0;\n }" ({ "{") (expression_statement "FUN_000359c0();" (call_expression "FUN_000359c0()" (identifier "FUN_000359c0") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "iVar4 = *(int *)(iVar4 + 0x98);" (assignment_expression "iVar4 = *(int *)(iVar4 + 0x98)" (identifier "iVar4") (= "=") (pointer_expression "*(int *)(iVar4 + 0x98)" (* "*") (cast_expression "(int *)(iVar4 + 0x98)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar4 + 0x98)" (( "(") (binary_expression "iVar4 + 0x98" (identifier "iVar4") (+ "+") (number_literal "0x98")) () ")"))))) (; ";")) (goto_statement "goto joined_r0x000368b0;" (goto "goto") (statement_identifier "joined_r0x000368b0") (; ";")) (} "}"))) (break_statement "break;" (break "break") (; ";")) (} "}"))) (expression_statement "*pcVar3 = '\0';" (assignment_expression "*pcVar3 = '\0'" (pointer_expression "*pcVar3" (* "*") (identifier "pcVar3")) (= "=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) (; ";")) (if_statement "if (*pcVar2 != '\0') {\n FUN_000359c0();\n }" (if "if") (parenthesized_expression "(*pcVar2 != '\0')" (( "(") (binary_expression "*pcVar2 != '\0'" (pointer_expression "*pcVar2" (* "*") (identifier "pcVar2")) (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n FUN_000359c0();\n }" ({ "{") (expression_statement "FUN_000359c0();" (call_expression "FUN_000359c0()" (identifier "FUN_000359c0") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "pcVar2 = pcVar3 + 1;" (assignment_expression "pcVar2 = pcVar3 + 1" (identifier "pcVar2") (= "=") (binary_expression "pcVar3 + 1" (identifier "pcVar3") (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (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"))) () ")")) (; ";")) (} "}"))) (expression_statement "iVar4 = *(int *)(iVar4 + 0x98);" (assignment_expression "iVar4 = *(int *)(iVar4 + 0x98)" (identifier "iVar4") (= "=") (pointer_expression "*(int *)(iVar4 + 0x98)" (* "*") (cast_expression "(int *)(iVar4 + 0x98)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar4 + 0x98)" (( "(") (binary_expression "iVar4 + 0x98" (identifier "iVar4") (+ "+") (number_literal "0x98")) () ")"))))) (; ";")) (} "}")) (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (; ";"))) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ void function_1(void) { int var_20; type_1 *pwVar2; type_2 *var_17; type_3 *var_9; char *var_27; char *var_30; int var_11; size_t var_16; int var_22; char *var_8; type_4 *var_4; type_5 local_3d; type_6 *var_14; type_4 local_38; type_4 local_34; type_4 local_30; type_4 local_2c; type_4 local_28; type_4 local_24; type_4 local_20; type_4 uStack_14; uStack_14 = 0x36859; var_4 = (type_4 *)0x0; if ((link_info.hash)->type == var_1) { var_2(link_info.output_bfd,&link_info); if ((((link_info._0_1_ & 3) == 2) || (var_4 = (type_4 *)var_3(link_info.hash,"__ehdr_start",0,0,1), var_4 == (type_4 *)0x0)) || ((2 < *(type_7 *)(var_4 + 3) && (*(type_7 *)(var_4 + 3) != 5)))) { var_4 = (type_4 *)0x0; } else { (**(type_8 **)((int)(link_info.output_bfd)->xvec->backend_data + 0xe4))(&link_info,var_4,1); if ((*(type_7 *)((int)var_4 + 0x31) & 3) != 1) { *(type_7 *)((int)var_4 + 0x31) = *(type_7 *)((int)var_4 + 0x31) & 0xfc | 2; } local_38 = *var_4; local_34 = var_4[1]; local_30 = var_4[2]; local_2c = var_4[3]; local_28 = var_4[4]; local_24 = var_4[5]; local_20 = var_4[6]; var_4[6] = 0; local_3d = *(type_5 *)(var_4 + 3); *(type_5 *)(var_4 + 3) = 3; var_4[5] = var_5 + 0x150; } var_6(gldm68kelf_find_statement_assignment); } var_8 = command_line.rpath; if (((command_line.rpath == (char *)0x0) && (var_8 = var_7("LD_RUN_PATH"), var_8 == (char *)0x0)) || (var_9 = link_info.input_bfds, *var_8 == '\0')) { var_8 = (char *)0x0; var_9 = link_info.input_bfds; } joined_r0x000368b0: do { if (var_9 == (type_3 *)0x0) { var_11 = var_10 (link_info.output_bfd,command_line.soname,var_8,command_line.filter_shlib ,audit,depaudit,command_line.auxiliary_filters,&link_info,&var_14); if (var_11 == 0) { var_27 = (char *)var_12(0,"%F%P: failed to set dynamic section sizes: %E\n",5); var_13(var_27); } var_27 = command_line.interpreter; var_17 = file_chain.head; if ((command_line.interpreter != (char *)0x0) && (var_14 != (type_6 *)0x0)) { var_14->contents = (type_9 *)command_line.interpreter; var_16 = var_15(var_27); var_14->size = var_16 + 1; var_17 = file_chain.head; } for (; var_17 != (type_2 *)0x0; var_17 = (var_17->wild_statement).children.head) { if ((((type_10)(var_17->wild_statement).walk_wild_section_handler & 0x10) == 0) && (var_11 = var_18((var_17->wild_statement).section_list,".gnu.warning"), var_11 != 0)) { var_20 = *(int *)(var_11 + 0x24); var_27 = (char *)var_19(var_20 + 1); var_22 = var_21 ((var_17->wild_statement).section_list,var_11,var_27,0,0,var_20); if (var_22 == 0) { pwVar2 = (var_17->wild_statement).section_list; var_30 = (char *)var_12(0, "%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n" ,5); var_13(var_30,pwVar2); } var_27[var_20] = '\0'; (*(link_info.callbacks)->warning) (&link_info,var_27,(char *)0x0,(type_3 *)(var_17->wild_statement).section_list, (type_6 *)0x0,0); var_23(var_27); var_20 = *(int *)(var_11 + 0x3c); if (var_20 != 0) { if (*(type_10 *)(var_11 + 0x24) <= *(type_10 *)(var_20 + 0x28)) { *(type_10 *)(var_20 + 0x28) = *(type_10 *)(var_20 + 0x28) - *(type_10 *)(var_11 + 0x24); } } *(type_10 *)(var_11 + 0x14) = *(type_10 *)(var_11 + 0x14) | 0x208000; *(type_4 *)(var_11 + 0x24) = 0; } } var_24(); var_11 = var_25(link_info.output_bfd,&link_info); if (var_11 == 0) { var_27 = (char *)var_12(0,"%F%P: failed to set dynamic section sizes: %E\n",5); var_13(var_27); } if (var_4 != (type_4 *)0x0) { *(type_5 *)(var_4 + 3) = local_3d; var_4[4] = local_28; var_4[5] = local_24; var_4[6] = local_20; } return; } if (((var_9->xvec->flavour == var_26) && (var_27 = ((var_9->tdata).elf_obj_data)->dt_audit, var_27 != (char *)0x0)) && (*var_27 != '\0')) { var_27 = (char *)var_28(var_27); do { var_30 = var_29(var_27,(int)config.rpath_separator); if (var_30 == (char *)0x0) { if (*var_27 != '\0') { var_31(&depaudit,var_27); var_9 = (var_9->link).next; goto joined_r0x000368b0; } break; } *var_30 = '\0'; if (*var_27 != '\0') { var_31(&depaudit,var_27); } var_27 = var_30 + 1; } while (var_27 != (char *)0x0); } var_9 = (var_9->link).next; } while( true ); }
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: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) 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: (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: (identifier)) (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)))) (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) (pointer_expression argument: (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal))) 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) (string_literal (string_content)) (number_literal) (number_literal) (number_literal))))) right: (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal))))))) right: (parenthesized_expression (parenthesized_expression (binary_expression left: (binary_expression left: (number_literal) 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)))))) 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: (identifier) right: (number_literal))))) 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: (number_literal))))) 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: (primitive_type) declarator: (abstract_pointer_declarator)) value: (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: (number_literal))))))) arguments: (argument_list (pointer_expression argument: (identifier)) (identifier) (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: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) 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: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal))))) 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: (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: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (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: (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: (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: (subscript_expression argument: (identifier) index: (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: (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: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (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 (comma_expression left: (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content))))) right: (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal))))))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (identifier)) right: (binary_expression left: (pointer_expression argument: (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: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))))) (labeled_statement label: (statement_identifier) (do_statement 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: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier) (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 (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: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (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: (identifier) right: (number_literal))))) consequence: (compound_statement (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))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (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: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))))) (for_statement condition: (binary_expression left: (identifier) right: (number_literal)) update: (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)))))) 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: (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 (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))))) (string_literal (string_content))))) right: (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: (primitive_type) 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: (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 (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) (number_literal) (number_literal) (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)) value: (parenthesized_expression (binary_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) (escape_sequence) (string_content) (escape_sequence)) (number_literal))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (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: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (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: (identifier) right: (number_literal))))))) arguments: (argument_list (pointer_expression argument: (identifier)) (identifier) (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))))) (number_literal) (number_literal)))) (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: (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 (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: (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: (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: (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: (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)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (pointer_expression argument: (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)) (number_literal))))) (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: (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: (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))) (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: (primitive_type) declarator: (abstract_pointer_declarator)) value: (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: (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: (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: (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: (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 (identifier)))))) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (cast_expression type: (type_descriptor type: (primitive_type)) value: (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 (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (char_literal (escape_sequence)))) consequence: (compound_statement (expression_statement (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))))))) (goto_statement label: (statement_identifier)))) (break_statement))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (char_literal (escape_sequence)))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (char_literal (escape_sequence)))) 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: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal))))))) (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)))))))) condition: (parenthesized_expression (true)))))))
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(void) { int iVar1; char *pcVar2; char *pcVar3; int iVar4; size_t sVar5; int iVar6; void *__ptr; int iVar7; undefined4 uVar8; undefined4 uVar9; char *local_50; undefined4 *local_48; undefined1 local_3d; int local_3c; undefined4 local_38; undefined4 local_34; undefined4 local_30; undefined4 local_2c; undefined4 local_28; undefined4 local_24; undefined4 local_20; undefined4 uStack_14; uStack_14 = 0x36859; local_48 = (undefined4 *)0x0; if (*(int *)(DAT_0008cc1c + 0x28) == 1) { _bfd_elf_tls_setup(DAT_0008cc30,&DAT_0008cc00); if (((((byte)DAT_0008cc00 & 3) == 2) || (local_48 = (undefined4 *)bfd_link_hash_lookup(DAT_0008cc1c,"__ehdr_start",0,0,1), local_48 == (undefined4 *)0x0)) || ((2 < *(byte *)(local_48 + 3) && (*(byte *)(local_48 + 3) != 5)))) { local_48 = (undefined4 *)0x0; } else { (**(code **)(*(int *)(*(int *)(DAT_0008cc30 + 4) + 0x1c0) + 0xe4))(&DAT_0008cc00,local_48,1); if ((*(byte *)((int)local_48 + 0x31) & 3) != 1) { *(byte *)((int)local_48 + 0x31) = *(byte *)((int)local_48 + 0x31) & 0xfc | 2; } local_38 = *local_48; local_34 = local_48[1]; local_30 = local_48[2]; local_2c = local_48[3]; local_28 = local_48[4]; local_24 = local_48[5]; local_20 = local_48[6]; local_48[6] = 0; local_3d = *(undefined1 *)(local_48 + 3); *(undefined1 *)(local_48 + 3) = 3; local_48[5] = PTR__bfd_std_section_0008bfd4 + 0x150; } FUN_00021760(FUN_00036dc0); } local_50 = DAT_0008cce4; if (((DAT_0008cce4 == (char *)0x0) && (local_50 = getenv("LD_RUN_PATH"), local_50 == (char *)0x0)) || (iVar4 = DAT_0008cc38, *local_50 == '\0')) { local_50 = (char *)0x0; iVar4 = DAT_0008cc38; } joined_r0x000368b0: do { if (iVar4 == 0) { iVar4 = bfd_elf_size_dynamic_sections (DAT_0008cc30,DAT_0008cce0,local_50,DAT_0008ccec,DAT_0008ca34,DAT_0008ca30, DAT_0008ccf0,&DAT_0008cc00,&local_3c); if (iVar4 == 0) { uVar9 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5); FUN_00031700(uVar9); } pcVar2 = DAT_0008ccdc; iVar4 = DAT_0008c77c; if ((DAT_0008ccdc != (char *)0x0) && (local_3c != 0)) { *(char **)(local_3c + 0x6c) = DAT_0008ccdc; sVar5 = strlen(pcVar2); *(size_t *)(local_3c + 0x24) = sVar5 + 1; iVar4 = DAT_0008c77c; } for (; iVar4 != 0; iVar4 = *(int *)(iVar4 + 0x18)) { if (((*(byte *)(iVar4 + 0x24) & 0x10) == 0) && (iVar6 = bfd_get_section_by_name(*(undefined4 *)(iVar4 + 0x10),".gnu.warning"), iVar6 != 0)) { iVar1 = *(int *)(iVar6 + 0x24); __ptr = (void *)xmalloc(iVar1 + 1); iVar7 = bfd_get_section_contents(*(undefined4 *)(iVar4 + 0x10),iVar6,__ptr,0,0,iVar1); if (iVar7 == 0) { uVar9 = *(undefined4 *)(iVar4 + 0x10); uVar8 = dcgettext(0,"%F%P: %pB: can\'t read contents of section .gnu.warning: %E\n",5); FUN_00031700(uVar8,uVar9); } *(undefined1 *)((int)__ptr + iVar1) = 0; (**(code **)(DAT_0008cc18 + 0x14)) (&DAT_0008cc00,__ptr,0,*(undefined4 *)(iVar4 + 0x10),0,0); free(__ptr); iVar1 = *(int *)(iVar6 + 0x3c); if (iVar1 != 0) { if (*(uint *)(iVar6 + 0x24) <= *(uint *)(iVar1 + 0x28)) { *(uint *)(iVar1 + 0x28) = *(uint *)(iVar1 + 0x28) - *(uint *)(iVar6 + 0x24); } } *(uint *)(iVar6 + 0x14) = *(uint *)(iVar6 + 0x14) | 0x208000; *(undefined4 *)(iVar6 + 0x24) = 0; } } FUN_00030310(); iVar4 = bfd_elf_size_dynsym_hash_dynstr(DAT_0008cc30,&DAT_0008cc00); if (iVar4 == 0) { uVar9 = dcgettext(0,"%F%P: failed to set dynamic section sizes: %E\n",5); FUN_00031700(uVar9); } if (local_48 != (undefined4 *)0x0) { *(undefined1 *)(local_48 + 3) = local_3d; local_48[4] = local_28; local_48[5] = local_24; local_48[6] = local_20; } return; } if (((*(int *)(*(int *)(iVar4 + 4) + 4) == 5) && (pcVar2 = *(char **)(*(int *)(iVar4 + 0x9c) + 0x204), pcVar2 != (char *)0x0)) && (*pcVar2 != '\0')) { pcVar2 = (char *)xstrdup(pcVar2); do { pcVar3 = strchr(pcVar2,(int)DAT_0008cd48); if (pcVar3 == (char *)0x0) { if (*pcVar2 != '\0') { FUN_000359c0(); iVar4 = *(int *)(iVar4 + 0x98); goto joined_r0x000368b0; } break; } *pcVar3 = '\0'; if (*pcVar2 != '\0') { FUN_000359c0(); } pcVar2 = pcVar3 + 1; } while (pcVar2 != (char *)0x0); } iVar4 = *(int *)(iVar4 + 0x98); } while( true ); }
551_x86_64-linux-gnux32-ld_and_x86_64-linux-gnux32-ld_strip.c
cref_fill_array
FUN_00035df0
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ bfd_boolean cref_fill_array(cref_hash_entry *h,void *data) { undefined4 *puVar1; char *pcVar2; if (h->demangled != (char *)0x0) { info_assert("../../ld/ldcref.c",0x14b); } pcVar2 = (char *)bfd_demangle(link_info.output_bfd,(h->root).string,3); h->demangled = pcVar2; if (pcVar2 == (char *)0x0) { h->demangled = (h->root).string; } /* WARNING: Load size is inaccurate */ puVar1 = *data; *puVar1 = h; *(undefined4 **)data = puVar1 + 1; return 1; }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ undefined4 FUN_00035df0(int param_1,int *param_2) { int *piVar1; int iVar2; if (*(int *)(param_1 + 0xc) != 0) { FUN_00034d70("../../ld/ldcref.c",0x14b); } iVar2 = bfd_demangle(DAT_001d1414,*(undefined4 *)(param_1 + 4),3); *(int *)(param_1 + 0xc) = iVar2; if (iVar2 == 0) { *(undefined4 *)(param_1 + 0xc) = *(undefined4 *)(param_1 + 4); } piVar1 = (int *)*param_2; *piVar1 = param_1; *param_2 = (int)(piVar1 + 1); return 1; }
PUSH EDI PUSH ESI PUSH EBX MOV ESI,dword ptr [ESP + 0x10] CALL 0x00017b80 ADD EBX,0x199204 MOV EDI,dword ptr [ESP + 0x14] MOV EAX,dword ptr [ESI + 0xc] TEST EAX,EAX JZ 0x00035e24 SUB ESP,0x8 LEA EAX,[EBX + 0xffeaedc9] PUSH 0x14b PUSH EAX CALL 0x00034d70 ADD ESP,0x10 LEA EAX,[EBX + 0x23e0] SUB ESP,0x4 PUSH 0x3 PUSH dword ptr [ESI + 0x4] PUSH dword ptr [EAX + 0x34] CALL 0x000169f0 ADD ESP,0x10 MOV dword ptr [ESI + 0xc],EAX TEST EAX,EAX JZ 0x00035e60 MOV EAX,dword ptr [EDI] MOV dword ptr [EAX],ESI ADD EAX,0x4 MOV dword ptr [EDI],EAX MOV EAX,0x1 POP EBX POP ESI POP EDI RET MOV EAX,dword ptr [ESI + 0x4] MOV dword ptr [ESI + 0xc],EAX JMP 0x00035e44
null
null
null
null
[(u'PTRSUB_-1206100052', u'STORE_-1206100224'), (u'PTRSUB_-1206100053', u'LOAD_-1206100232'), (u'LOAD_-1206100232', u'STORE_-1206100224'), (u'CALL_-1206100386', u'INDIRECT_-1206100145'), ('const-417', u'STORE_-1206100286'), ('const-417', u'LOAD_-1206100232'), ('const-417', u'LOAD_-1206100444'), ('const-0', u'RETURN_-1206100237'), ('const-515529', u'COPY_-1206100196'), ('const-417', u'LOAD_-1206100347'), ('const-0', u'PTRSUB_-1206100057'), (u'CAST_-1206100097', u'INT_EQUAL_-1206100293'), ('tmp_438', u'LOAD_-1206100292'), (u'LOAD_-1206100347', u'CALL_-1206100325'), (u'INDIRECT_-1206100109', u'MULTIEQUAL_-1206100099'), ('tmp_322', u'CBRANCH_-1206100292'), ('const-417', u'STORE_-1206100224'), ('const-4', u'PTRADD_-1206100083'), ('const-417', u'STORE_-1206100270'), ('tmp_438', u'CAST_-1206100074'), (u'LOAD_-1206100444', u'INT_NOTEQUAL_-1206100425'), ('const-12', u'PTRSUB_-1206100052'), ('tmp_437', u'PTRSUB_-1206100057'), (u'PTRSUB_-1206100057', u'PTRSUB_-1206100053'), ('const-417', u'LOAD_-1206100292'), (u'CAST_-1206100097', u'STORE_-1206100309'), ('const-4', u'PTRSUB_-1206100103'), ('tmp_437', u'PTRSUB_-1206100110'), (u'PTRSUB_-1206100110', u'PTRSUB_-1206100103'), (u'PTRSUB_-1206100103', u'LOAD_-1206100347'), ('tmp_420', u'BRANCH_-1206100219'), (u'LOAD_-1206100292', u'STORE_-1206100286'), ('const-417', u'STORE_-1206100309'), ('tmp_831', u'MULTIEQUAL_-1206100130'), ('const-12', u'PTRSUB_-1206100094'), (u'MULTIEQUAL_-1206100130', u'CALL_-1206100325'), (u'PTRSUB_-1206100094', u'STORE_-1206100309'), ('const-12', u'PTRSUB_-1206100152'), ('const-0', u'INT_NOTEQUAL_-1206100425'), (u'COPY_-1206100196', u'CALL_-1206100386'), (u'LOAD_-1206100292', u'PTRADD_-1206100083'), ('const-1', u'COPY_-1206100269'), (u'CALL_-1206100325', u'CAST_-1206100097'), ('const-0', u'INT_EQUAL_-1206100293'), ('tmp_437', u'PTRSUB_-1206100152'), ('const-0', u'PTRSUB_-1206100110'), (u'INT_NOTEQUAL_-1206100425', u'CBRANCH_-1206100425'), (u'STORE_-1206100309', u'INDIRECT_-1206100109'), ('tmp_437', u'PTRSUB_-1206100052'), (u'PTRADD_-1206100083', u'STORE_-1206100270'), (u'COPY_-1206100269', u'RETURN_-1206100237'), (u'INDIRECT_-1206100145', u'MULTIEQUAL_-1206100130'), (u'INDIRECT_-1206100068', u'MULTIEQUAL_-1206100099'), (u'STORE_-1206100270', u'INDIRECT_-1206100093'), ('tmp_437', u'PTRSUB_-1206100094'), ('tmp_437', u'STORE_-1206100286'), (u'STORE_-1206100286', u'INDIRECT_-1206100099'), (u'CAST_-1206100074', u'STORE_-1206100270'), ('const-1', u'PTRADD_-1206100083'), (u'INDIRECT_-1206100093', u'COPY_-1206100146'), (u'PTRSUB_-1206100152', u'LOAD_-1206100444'), (u'STORE_-1206100224', u'INDIRECT_-1206100068'), (u'INT_EQUAL_-1206100293', u'CBRANCH_-1206100292'), ('const-331', u'CALL_-1206100386'), (u'CALL_-1206100325', u'INDIRECT_-1206100119'), ('const-4', u'PTRSUB_-1206100053'), ('tmp_106', u'CBRANCH_-1206100425'), ('const-3', u'CALL_-1206100325')]
[(u'CAST_-1206100058', u'STORE_-1206100224'), (u'LOAD_-1206100232', u'STORE_-1206100224'), ('const-0', u'RETURN_-1206100237'), (u'CALL_-1206100386', u'INDIRECT_-1206100147'), (u'CAST_-1206100062', u'LOAD_-1206100232'), (u'LOAD_-1206100347', u'CALL_-1206100325'), (u'CALL_-1206100325', u'INDIRECT_-1206100121'), (u'COPY_-1206100198', u'CALL_-1206100386'), ('tmp_322', u'CBRANCH_-1206100292'), (u'CALL_-1206100325', u'STORE_-1206100309'), (u'STORE_-1206100224', u'INDIRECT_-1206100070'), ('const-417', u'STORE_-1206100286'), (u'INT_ADD_-1206100331', u'CAST_-1206100113'), (u'LOAD_-1206100444', u'INT_NOTEQUAL_-1206100425'), ('const-515529', u'COPY_-1206100198'), ('const-12', u'INT_ADD_-1206100295'), ('const-12', u'INT_ADD_-1206100210'), ('const-331', u'CALL_-1206100386'), ('tmp_776', u'INT_ADD_-1206100428'), (u'CALL_-1206100325', u'INT_EQUAL_-1206100293'), (u'MULTIEQUAL_-1206100132', u'CALL_-1206100325'), (u'STORE_-1206100309', u'INDIRECT_-1206100111'), ('tmp_776', u'STORE_-1206100286'), ('const-4', u'INT_ADD_-1206100331'), (u'STORE_-1206100286', u'INDIRECT_-1206100101'), ('const-417', u'LOAD_-1206100232'), ('tmp_832', u'MULTIEQUAL_-1206100132'), ('const-1', u'PTRADD_-1206100089'), ('const-417', u'LOAD_-1206100347'), ('tmp_776', u'INT_ADD_-1206100210'), ('tmp_420', u'BRANCH_-1206100219'), ('tmp_777', u'LOAD_-1206100292'), (u'CAST_-1206100088', u'STORE_-1206100286'), (u'INT_ADD_-1206100428', u'CAST_-1206100155'), ('tmp_776', u'INT_ADD_-1206100295'), ('const-12', u'INT_ADD_-1206100428'), (u'CAST_-1206100088', u'PTRADD_-1206100089'), ('const-0', u'INT_NOTEQUAL_-1206100425'), (u'INDIRECT_-1206100070', u'MULTIEQUAL_-1206100101'), ('const-417', u'STORE_-1206100309'), ('const-1', u'COPY_-1206100269'), ('const-0', u'INT_EQUAL_-1206100293'), ('tmp_777', u'STORE_-1206100270'), (u'INT_ADD_-1206100210', u'CAST_-1206100058'), (u'INT_NOTEQUAL_-1206100425', u'CBRANCH_-1206100425'), ('const-417', u'LOAD_-1206100292'), ('const-3', u'CALL_-1206100325'), (u'CAST_-1206100113', u'LOAD_-1206100347'), ('tmp_776', u'INT_ADD_-1206100331'), ('const-417', u'STORE_-1206100224'), (u'INDIRECT_-1206100147', u'MULTIEQUAL_-1206100132'), (u'INT_ADD_-1206100295', u'CAST_-1206100098'), (u'CAST_-1206100080', u'STORE_-1206100270'), ('const-417', u'LOAD_-1206100444'), (u'INDIRECT_-1206100111', u'MULTIEQUAL_-1206100101'), ('const-4', u'PTRADD_-1206100089'), (u'COPY_-1206100269', u'RETURN_-1206100237'), (u'CAST_-1206100098', u'STORE_-1206100309'), (u'LOAD_-1206100292', u'CAST_-1206100088'), (u'INDIRECT_-1206100095', u'COPY_-1206100148'), (u'INT_ADD_-1206100216', u'CAST_-1206100062'), (u'CAST_-1206100155', u'LOAD_-1206100444'), ('tmp_776', u'INT_ADD_-1206100216'), (u'INT_EQUAL_-1206100293', u'CBRANCH_-1206100292'), (u'STORE_-1206100270', u'INDIRECT_-1206100095'), ('tmp_106', u'CBRANCH_-1206100425'), ('const-417', u'STORE_-1206100270'), (u'PTRADD_-1206100089', u'CAST_-1206100080'), ('const-4', u'INT_ADD_-1206100216')]
null
null
00035df0
x86
O2
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nundefined4 FUN_00035df0(int param_1,int *param_2)\n\n{\n int *piVar1;\n int iVar2;\n \n if (*(int *)(param_1 + 0xc) != 0) {\n FUN_00034d70("../../ld/ldcref.c",0x14b);\n }\n iVar2 = bfd_demangle(DAT_001d1414,*(undefined4 *)(param_1 + 4),3);\n *(int *)(param_1 + 0xc) = iVar2;\n if (iVar2 == 0) {\n *(undefined4 *)(param_1 + 0xc) = *(undefined4 *)(param_1 + 4);\n }\n piVar1 = (int *)*param_2;\n *piVar1 = param_1;\n *param_2 = (int)(piVar1 + 1);\n return 1;\n}\n\n" comment (function_definition "undefined4 FUN_00035df0(int param_1,int *param_2)\n\n{\n int *piVar1;\n int iVar2;\n \n if (*(int *)(param_1 + 0xc) != 0) {\n FUN_00034d70("../../ld/ldcref.c",0x14b);\n }\n iVar2 = bfd_demangle(DAT_001d1414,*(undefined4 *)(param_1 + 4),3);\n *(int *)(param_1 + 0xc) = iVar2;\n if (iVar2 == 0) {\n *(undefined4 *)(param_1 + 0xc) = *(undefined4 *)(param_1 + 4);\n }\n piVar1 = (int *)*param_2;\n *piVar1 = param_1;\n *param_2 = (int)(piVar1 + 1);\n return 1;\n}" type_identifier (function_declarator "FUN_00035df0(int param_1,int *param_2)" identifier (parameter_list "(int param_1,int *param_2)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "int *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n int *piVar1;\n int iVar2;\n \n if (*(int *)(param_1 + 0xc) != 0) {\n FUN_00034d70("../../ld/ldcref.c",0x14b);\n }\n iVar2 = bfd_demangle(DAT_001d1414,*(undefined4 *)(param_1 + 4),3);\n *(int *)(param_1 + 0xc) = iVar2;\n if (iVar2 == 0) {\n *(undefined4 *)(param_1 + 0xc) = *(undefined4 *)(param_1 + 4);\n }\n piVar1 = (int *)*param_2;\n *piVar1 = param_1;\n *param_2 = (int)(piVar1 + 1);\n return 1;\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (declaration "int iVar2;" primitive_type identifier ;) (if_statement "if (*(int *)(param_1 + 0xc) != 0) {\n FUN_00034d70("../../ld/ldcref.c",0x14b);\n }" if (parenthesized_expression "(*(int *)(param_1 + 0xc) != 0)" ( (binary_expression "*(int *)(param_1 + 0xc) != 0" (pointer_expression "*(int *)(param_1 + 0xc)" * (cast_expression "(int *)(param_1 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xc)" ( (binary_expression "param_1 + 0xc" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n FUN_00034d70("../../ld/ldcref.c",0x14b);\n }" { (expression_statement "FUN_00034d70("../../ld/ldcref.c",0x14b);" (call_expression "FUN_00034d70("../../ld/ldcref.c",0x14b)" identifier (argument_list "("../../ld/ldcref.c",0x14b)" ( (string_literal ""../../ld/ldcref.c"" " string_content ") , number_literal ))) ;) })) (expression_statement "iVar2 = bfd_demangle(DAT_001d1414,*(undefined4 *)(param_1 + 4),3);" (assignment_expression "iVar2 = bfd_demangle(DAT_001d1414,*(undefined4 *)(param_1 + 4),3)" identifier = (call_expression "bfd_demangle(DAT_001d1414,*(undefined4 *)(param_1 + 4),3)" identifier (argument_list "(DAT_001d1414,*(undefined4 *)(param_1 + 4),3)" ( identifier , (pointer_expression "*(undefined4 *)(param_1 + 4)" * (cast_expression "(undefined4 *)(param_1 + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 4)" ( (binary_expression "param_1 + 4" identifier + number_literal) )))) , number_literal )))) ;) (expression_statement "*(int *)(param_1 + 0xc) = iVar2;" (assignment_expression "*(int *)(param_1 + 0xc) = iVar2" (pointer_expression "*(int *)(param_1 + 0xc)" * (cast_expression "(int *)(param_1 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xc)" ( (binary_expression "param_1 + 0xc" identifier + number_literal) )))) = identifier) ;) (if_statement "if (iVar2 == 0) {\n *(undefined4 *)(param_1 + 0xc) = *(undefined4 *)(param_1 + 4);\n }" if (parenthesized_expression "(iVar2 == 0)" ( (binary_expression "iVar2 == 0" identifier == number_literal) )) (compound_statement "{\n *(undefined4 *)(param_1 + 0xc) = *(undefined4 *)(param_1 + 4);\n }" { (expression_statement "*(undefined4 *)(param_1 + 0xc) = *(undefined4 *)(param_1 + 4);" (assignment_expression "*(undefined4 *)(param_1 + 0xc) = *(undefined4 *)(param_1 + 4)" (pointer_expression "*(undefined4 *)(param_1 + 0xc)" * (cast_expression "(undefined4 *)(param_1 + 0xc)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xc)" ( (binary_expression "param_1 + 0xc" identifier + number_literal) )))) = (pointer_expression "*(undefined4 *)(param_1 + 4)" * (cast_expression "(undefined4 *)(param_1 + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 4)" ( (binary_expression "param_1 + 4" identifier + number_literal) ))))) ;) })) (expression_statement "piVar1 = (int *)*param_2;" (assignment_expression "piVar1 = (int *)*param_2" identifier = (cast_expression "(int *)*param_2" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_2" * identifier))) ;) (expression_statement "*piVar1 = param_1;" (assignment_expression "*piVar1 = param_1" (pointer_expression "*piVar1" * identifier) = identifier) ;) (expression_statement "*param_2 = (int)(piVar1 + 1);" (assignment_expression "*param_2 = (int)(piVar1 + 1)" (pointer_expression "*param_2" * identifier) = (cast_expression "(int)(piVar1 + 1)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(piVar1 + 1)" ( (binary_expression "piVar1 + 1" identifier + number_literal) )))) ;) (return_statement "return 1;" return number_literal ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nbfd_boolean cref_fill_array(cref_hash_entry *h,void *data)\n\n{\n undefined4 *puVar1;\n char *pcVar2;\n \n if (h->demangled != (char *)0x0) {\n info_assert("../../ld/ldcref.c",0x14b);\n }\n pcVar2 = (char *)bfd_demangle(link_info.output_bfd,(h->root).string,3);\n h->demangled = pcVar2;\n if (pcVar2 == (char *)0x0) {\n h->demangled = (h->root).string;\n }\n /* WARNING: Load size is inaccurate */\n puVar1 = *data;\n *puVar1 = h;\n *(undefined4 **)data = puVar1 + 1;\n return 1;\n}\n\n" comment comment (function_definition "bfd_boolean cref_fill_array(cref_hash_entry *h,void *data)\n\n{\n undefined4 *puVar1;\n char *pcVar2;\n \n if (h->demangled != (char *)0x0) {\n info_assert("../../ld/ldcref.c",0x14b);\n }\n pcVar2 = (char *)bfd_demangle(link_info.output_bfd,(h->root).string,3);\n h->demangled = pcVar2;\n if (pcVar2 == (char *)0x0) {\n h->demangled = (h->root).string;\n }\n /* WARNING: Load size is inaccurate */\n puVar1 = *data;\n *puVar1 = h;\n *(undefined4 **)data = puVar1 + 1;\n return 1;\n}" type_identifier (function_declarator "cref_fill_array(cref_hash_entry *h,void *data)" identifier (parameter_list "(cref_hash_entry *h,void *data)" ( (parameter_declaration "cref_hash_entry *h" type_identifier (pointer_declarator "*h" * identifier)) , (parameter_declaration "void *data" primitive_type (pointer_declarator "*data" * identifier)) ))) (compound_statement "{\n undefined4 *puVar1;\n char *pcVar2;\n \n if (h->demangled != (char *)0x0) {\n info_assert("../../ld/ldcref.c",0x14b);\n }\n pcVar2 = (char *)bfd_demangle(link_info.output_bfd,(h->root).string,3);\n h->demangled = pcVar2;\n if (pcVar2 == (char *)0x0) {\n h->demangled = (h->root).string;\n }\n /* WARNING: Load size is inaccurate */\n puVar1 = *data;\n *puVar1 = h;\n *(undefined4 **)data = puVar1 + 1;\n return 1;\n}" { (declaration "undefined4 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "char *pcVar2;" primitive_type (pointer_declarator "*pcVar2" * identifier) ;) (if_statement "if (h->demangled != (char *)0x0) {\n info_assert("../../ld/ldcref.c",0x14b);\n }" if (parenthesized_expression "(h->demangled != (char *)0x0)" ( (binary_expression "h->demangled != (char *)0x0" (field_expression "h->demangled" identifier -> field_identifier) != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n info_assert("../../ld/ldcref.c",0x14b);\n }" { (expression_statement "info_assert("../../ld/ldcref.c",0x14b);" (call_expression "info_assert("../../ld/ldcref.c",0x14b)" identifier (argument_list "("../../ld/ldcref.c",0x14b)" ( (string_literal ""../../ld/ldcref.c"" " string_content ") , number_literal ))) ;) })) (expression_statement "pcVar2 = (char *)bfd_demangle(link_info.output_bfd,(h->root).string,3);" (assignment_expression "pcVar2 = (char *)bfd_demangle(link_info.output_bfd,(h->root).string,3)" identifier = (cast_expression "(char *)bfd_demangle(link_info.output_bfd,(h->root).string,3)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "bfd_demangle(link_info.output_bfd,(h->root).string,3)" identifier (argument_list "(link_info.output_bfd,(h->root).string,3)" ( (field_expression "link_info.output_bfd" identifier . field_identifier) , (field_expression "(h->root).string" (parenthesized_expression "(h->root)" ( (field_expression "h->root" identifier -> field_identifier) )) . field_identifier) , number_literal ))))) ;) (expression_statement "h->demangled = pcVar2;" (assignment_expression "h->demangled = pcVar2" (field_expression "h->demangled" identifier -> field_identifier) = identifier) ;) (if_statement "if (pcVar2 == (char *)0x0) {\n h->demangled = (h->root).string;\n }" 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)) )) (compound_statement "{\n h->demangled = (h->root).string;\n }" { (expression_statement "h->demangled = (h->root).string;" (assignment_expression "h->demangled = (h->root).string" (field_expression "h->demangled" identifier -> field_identifier) = (field_expression "(h->root).string" (parenthesized_expression "(h->root)" ( (field_expression "h->root" identifier -> field_identifier) )) . field_identifier)) ;) })) comment (expression_statement "puVar1 = *data;" (assignment_expression "puVar1 = *data" identifier = (pointer_expression "*data" * identifier)) ;) (expression_statement "*puVar1 = h;" (assignment_expression "*puVar1 = h" (pointer_expression "*puVar1" * identifier) = identifier) ;) (expression_statement "*(undefined4 **)data = puVar1 + 1;" (assignment_expression "*(undefined4 **)data = puVar1 + 1" (pointer_expression "*(undefined4 **)data" * (cast_expression "(undefined4 **)data" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier)) = (binary_expression "puVar1 + 1" identifier + number_literal)) ;) (return_statement "return 1;" return number_literal ;) })))
(translation_unit "undefined4 FUN_00035df0(int param_1,int *param_2)\n\n{\n int *piVar1;\n int iVar2;\n \n if (*(int *)(param_1 + 0xc) != 0) {\n FUN_00034d70("../../ld/ldcref.c",0x14b);\n }\n iVar2 = bfd_demangle(DAT_001d1414,*(undefined4 *)(param_1 + 4),3);\n *(int *)(param_1 + 0xc) = iVar2;\n if (iVar2 == 0) {\n *(undefined4 *)(param_1 + 0xc) = *(undefined4 *)(param_1 + 4);\n }\n piVar1 = (int *)*param_2;\n *piVar1 = param_1;\n *param_2 = (int)(piVar1 + 1);\n return 1;\n}\n\n" (function_definition "undefined4 FUN_00035df0(int param_1,int *param_2)\n\n{\n int *piVar1;\n int iVar2;\n \n if (*(int *)(param_1 + 0xc) != 0) {\n FUN_00034d70("../../ld/ldcref.c",0x14b);\n }\n iVar2 = bfd_demangle(DAT_001d1414,*(undefined4 *)(param_1 + 4),3);\n *(int *)(param_1 + 0xc) = iVar2;\n if (iVar2 == 0) {\n *(undefined4 *)(param_1 + 0xc) = *(undefined4 *)(param_1 + 4);\n }\n piVar1 = (int *)*param_2;\n *piVar1 = param_1;\n *param_2 = (int)(piVar1 + 1);\n return 1;\n}" type_identifier (function_declarator "FUN_00035df0(int param_1,int *param_2)" identifier (parameter_list "(int param_1,int *param_2)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "int *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n int *piVar1;\n int iVar2;\n \n if (*(int *)(param_1 + 0xc) != 0) {\n FUN_00034d70("../../ld/ldcref.c",0x14b);\n }\n iVar2 = bfd_demangle(DAT_001d1414,*(undefined4 *)(param_1 + 4),3);\n *(int *)(param_1 + 0xc) = iVar2;\n if (iVar2 == 0) {\n *(undefined4 *)(param_1 + 0xc) = *(undefined4 *)(param_1 + 4);\n }\n piVar1 = (int *)*param_2;\n *piVar1 = param_1;\n *param_2 = (int)(piVar1 + 1);\n return 1;\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (declaration "int iVar2;" primitive_type identifier ;) (if_statement "if (*(int *)(param_1 + 0xc) != 0) {\n FUN_00034d70("../../ld/ldcref.c",0x14b);\n }" if (parenthesized_expression "(*(int *)(param_1 + 0xc) != 0)" ( (binary_expression "*(int *)(param_1 + 0xc) != 0" (pointer_expression "*(int *)(param_1 + 0xc)" * (cast_expression "(int *)(param_1 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xc)" ( (binary_expression "param_1 + 0xc" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n FUN_00034d70("../../ld/ldcref.c",0x14b);\n }" { (expression_statement "FUN_00034d70("../../ld/ldcref.c",0x14b);" (call_expression "FUN_00034d70("../../ld/ldcref.c",0x14b)" identifier (argument_list "("../../ld/ldcref.c",0x14b)" ( (string_literal ""../../ld/ldcref.c"" " string_content ") , number_literal ))) ;) })) (expression_statement "iVar2 = bfd_demangle(DAT_001d1414,*(undefined4 *)(param_1 + 4),3);" (assignment_expression "iVar2 = bfd_demangle(DAT_001d1414,*(undefined4 *)(param_1 + 4),3)" identifier = (call_expression "bfd_demangle(DAT_001d1414,*(undefined4 *)(param_1 + 4),3)" identifier (argument_list "(DAT_001d1414,*(undefined4 *)(param_1 + 4),3)" ( identifier , (pointer_expression "*(undefined4 *)(param_1 + 4)" * (cast_expression "(undefined4 *)(param_1 + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 4)" ( (binary_expression "param_1 + 4" identifier + number_literal) )))) , number_literal )))) ;) (expression_statement "*(int *)(param_1 + 0xc) = iVar2;" (assignment_expression "*(int *)(param_1 + 0xc) = iVar2" (pointer_expression "*(int *)(param_1 + 0xc)" * (cast_expression "(int *)(param_1 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xc)" ( (binary_expression "param_1 + 0xc" identifier + number_literal) )))) = identifier) ;) (if_statement "if (iVar2 == 0) {\n *(undefined4 *)(param_1 + 0xc) = *(undefined4 *)(param_1 + 4);\n }" if (parenthesized_expression "(iVar2 == 0)" ( (binary_expression "iVar2 == 0" identifier == number_literal) )) (compound_statement "{\n *(undefined4 *)(param_1 + 0xc) = *(undefined4 *)(param_1 + 4);\n }" { (expression_statement "*(undefined4 *)(param_1 + 0xc) = *(undefined4 *)(param_1 + 4);" (assignment_expression "*(undefined4 *)(param_1 + 0xc) = *(undefined4 *)(param_1 + 4)" (pointer_expression "*(undefined4 *)(param_1 + 0xc)" * (cast_expression "(undefined4 *)(param_1 + 0xc)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xc)" ( (binary_expression "param_1 + 0xc" identifier + number_literal) )))) = (pointer_expression "*(undefined4 *)(param_1 + 4)" * (cast_expression "(undefined4 *)(param_1 + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 4)" ( (binary_expression "param_1 + 4" identifier + number_literal) ))))) ;) })) (expression_statement "piVar1 = (int *)*param_2;" (assignment_expression "piVar1 = (int *)*param_2" identifier = (cast_expression "(int *)*param_2" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_2" * identifier))) ;) (expression_statement "*piVar1 = param_1;" (assignment_expression "*piVar1 = param_1" (pointer_expression "*piVar1" * identifier) = identifier) ;) (expression_statement "*param_2 = (int)(piVar1 + 1);" (assignment_expression "*param_2 = (int)(piVar1 + 1)" (pointer_expression "*param_2" * identifier) = (cast_expression "(int)(piVar1 + 1)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(piVar1 + 1)" ( (binary_expression "piVar1 + 1" identifier + number_literal) )))) ;) (return_statement "return 1;" return number_literal ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (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 ( (string_literal " string_content ") , LIT ))) ;) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( 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) )))) = 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 IDENT + LIT) )))) = (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 (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (return_statement return LIT ;) })))
(function_definition "undefined4 FUN_00035df0(int param_1,int *param_2)\n\n{\n int *piVar1;\n int iVar2;\n \n if (*(int *)(param_1 + 0xc) != 0) {\n FUN_00034d70("../../ld/ldcref.c",0x14b);\n }\n iVar2 = bfd_demangle(DAT_001d1414,*(undefined4 *)(param_1 + 4),3);\n *(int *)(param_1 + 0xc) = iVar2;\n if (iVar2 == 0) {\n *(undefined4 *)(param_1 + 0xc) = *(undefined4 *)(param_1 + 4);\n }\n piVar1 = (int *)*param_2;\n *piVar1 = param_1;\n *param_2 = (int)(piVar1 + 1);\n return 1;\n}" (type_identifier "undefined4") (function_declarator "FUN_00035df0(int param_1,int *param_2)" (identifier "FUN_00035df0") (parameter_list "(int param_1,int *param_2)" (( "(") (parameter_declaration "int param_1" (primitive_type "int") (identifier "param_1")) (, ",") (parameter_declaration "int *param_2" (primitive_type "int") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) () ")"))) (compound_statement "{\n int *piVar1;\n int iVar2;\n \n if (*(int *)(param_1 + 0xc) != 0) {\n FUN_00034d70("../../ld/ldcref.c",0x14b);\n }\n iVar2 = bfd_demangle(DAT_001d1414,*(undefined4 *)(param_1 + 4),3);\n *(int *)(param_1 + 0xc) = iVar2;\n if (iVar2 == 0) {\n *(undefined4 *)(param_1 + 0xc) = *(undefined4 *)(param_1 + 4);\n }\n piVar1 = (int *)*param_2;\n *piVar1 = param_1;\n *param_2 = (int)(piVar1 + 1);\n return 1;\n}" ({ "{") (declaration "int *piVar1;" (primitive_type "int") (pointer_declarator "*piVar1" (* "*") (identifier "piVar1")) (; ";")) (declaration "int iVar2;" (primitive_type "int") (identifier "iVar2") (; ";")) (if_statement "if (*(int *)(param_1 + 0xc) != 0) {\n FUN_00034d70("../../ld/ldcref.c",0x14b);\n }" (if "if") (parenthesized_expression "(*(int *)(param_1 + 0xc) != 0)" (( "(") (binary_expression "*(int *)(param_1 + 0xc) != 0" (pointer_expression "*(int *)(param_1 + 0xc)" (* "*") (cast_expression "(int *)(param_1 + 0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xc)" (( "(") (binary_expression "param_1 + 0xc" (identifier "param_1") (+ "+") (number_literal "0xc")) () ")")))) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n FUN_00034d70("../../ld/ldcref.c",0x14b);\n }" ({ "{") (expression_statement "FUN_00034d70("../../ld/ldcref.c",0x14b);" (call_expression "FUN_00034d70("../../ld/ldcref.c",0x14b)" (identifier "FUN_00034d70") (argument_list "("../../ld/ldcref.c",0x14b)" (( "(") (string_literal ""../../ld/ldcref.c"" (" """) (string_content "../../ld/ldcref.c") (" """)) (, ",") (number_literal "0x14b") () ")"))) (; ";")) (} "}"))) (expression_statement "iVar2 = bfd_demangle(DAT_001d1414,*(undefined4 *)(param_1 + 4),3);" (assignment_expression "iVar2 = bfd_demangle(DAT_001d1414,*(undefined4 *)(param_1 + 4),3)" (identifier "iVar2") (= "=") (call_expression "bfd_demangle(DAT_001d1414,*(undefined4 *)(param_1 + 4),3)" (identifier "bfd_demangle") (argument_list "(DAT_001d1414,*(undefined4 *)(param_1 + 4),3)" (( "(") (identifier "DAT_001d1414") (, ",") (pointer_expression "*(undefined4 *)(param_1 + 4)" (* "*") (cast_expression "(undefined4 *)(param_1 + 4)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 4)" (( "(") (binary_expression "param_1 + 4" (identifier "param_1") (+ "+") (number_literal "4")) () ")")))) (, ",") (number_literal "3") () ")")))) (; ";")) (expression_statement "*(int *)(param_1 + 0xc) = iVar2;" (assignment_expression "*(int *)(param_1 + 0xc) = iVar2" (pointer_expression "*(int *)(param_1 + 0xc)" (* "*") (cast_expression "(int *)(param_1 + 0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xc)" (( "(") (binary_expression "param_1 + 0xc" (identifier "param_1") (+ "+") (number_literal "0xc")) () ")")))) (= "=") (identifier "iVar2")) (; ";")) (if_statement "if (iVar2 == 0) {\n *(undefined4 *)(param_1 + 0xc) = *(undefined4 *)(param_1 + 4);\n }" (if "if") (parenthesized_expression "(iVar2 == 0)" (( "(") (binary_expression "iVar2 == 0" (identifier "iVar2") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n *(undefined4 *)(param_1 + 0xc) = *(undefined4 *)(param_1 + 4);\n }" ({ "{") (expression_statement "*(undefined4 *)(param_1 + 0xc) = *(undefined4 *)(param_1 + 4);" (assignment_expression "*(undefined4 *)(param_1 + 0xc) = *(undefined4 *)(param_1 + 4)" (pointer_expression "*(undefined4 *)(param_1 + 0xc)" (* "*") (cast_expression "(undefined4 *)(param_1 + 0xc)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xc)" (( "(") (binary_expression "param_1 + 0xc" (identifier "param_1") (+ "+") (number_literal "0xc")) () ")")))) (= "=") (pointer_expression "*(undefined4 *)(param_1 + 4)" (* "*") (cast_expression "(undefined4 *)(param_1 + 4)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 4)" (( "(") (binary_expression "param_1 + 4" (identifier "param_1") (+ "+") (number_literal "4")) () ")"))))) (; ";")) (} "}"))) (expression_statement "piVar1 = (int *)*param_2;" (assignment_expression "piVar1 = (int *)*param_2" (identifier "piVar1") (= "=") (cast_expression "(int *)*param_2" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_2" (* "*") (identifier "param_2")))) (; ";")) (expression_statement "*piVar1 = param_1;" (assignment_expression "*piVar1 = param_1" (pointer_expression "*piVar1" (* "*") (identifier "piVar1")) (= "=") (identifier "param_1")) (; ";")) (expression_statement "*param_2 = (int)(piVar1 + 1);" (assignment_expression "*param_2 = (int)(piVar1 + 1)" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (= "=") (cast_expression "(int)(piVar1 + 1)" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (parenthesized_expression "(piVar1 + 1)" (( "(") (binary_expression "piVar1 + 1" (identifier "piVar1") (+ "+") (number_literal "1")) () ")")))) (; ";")) (return_statement "return 1;" (return "return") (number_literal "1") (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ type_1 function_1(type_2 *h,void *data) { type_3 *var_4; char *var_3; if (h->demangled != (char *)0x0) { var_1("../../ld/ldcref.c",0x14b); } var_3 = (char *)var_2(link_info.output_bfd,(h->root).string,3); h->demangled = var_3; if (var_3 == (char *)0x0) { h->demangled = (h->root).string; } /* WARNING: Load size is inaccurate */ var_4 = *data; *var_4 = h; *(type_3 **)data = var_4 + 1; return 1; }
null
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (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: (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)))))) (expression_statement (assignment_expression left: (identifier) right: (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))))) (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))) (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: (identifier) right: (number_literal))))) 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: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (return_statement (number_literal)))))
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ undefined4 MASKED(int param_1,int *param_2) { int *piVar1; int iVar2; if (*(int *)(param_1 + 0xc) != 0) { FUN_00034d70("../../ld/ldcref.c",0x14b); } iVar2 = bfd_demangle(DAT_001d1414,*(undefined4 *)(param_1 + 4),3); *(int *)(param_1 + 0xc) = iVar2; if (iVar2 == 0) { *(undefined4 *)(param_1 + 0xc) = *(undefined4 *)(param_1 + 4); } piVar1 = (int *)*param_2; *piVar1 = param_1; *param_2 = (int)(piVar1 + 1); return 1; }
6644_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c
do_layout
FUN_002617a0
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* WARNING: Type propagation algorithm not settling */ /* WARNING: Enum "DT": Some values do not have unique names */ /* WARNING: Enum "ELFOSABI": Some values do not have unique names */ /* DWARF original prototype: void do_layout(Sized_relobj_incr<64,_false> * this, Symbol_table * param_1, Layout * layout, Read_symbols_data * param_3) */ void __thiscall gold::Sized_relobj_incr<64,_false>::do_layout (Sized_relobj_incr<64,_false> *this,Symbol_table *param_2,Layout *layout, Read_symbols_data *param_4) { Incremental_inputs *this_00; pointer ppOVar1; pointer ppOVar2; pointer puVar3; pointer puVar4; Output_section *pOVar5; uint uVar6; uint uVar7; Incremental_inputs_reader<64,_false> *pIVar8; uchar *puVar9; bool bVar10; uint uVar11; uint uVar12; char *pcVar13; size_t __n; pointer puVar14; anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9 *paVar15; int iVar16; uint *puVar17; char *pcVar18; byte *pbVar19; byte *pbVar20; bool bVar21; bool bVar22; byte bVar23; size_type __dnew; vector<unsigned_int,_std::allocator<unsigned_int>_> debug_info_sections; vector<unsigned_int,_std::allocator<unsigned_int>_> debug_types_sections; uint i; size_type local_30; anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9 local_2c; bVar23 = 0; uVar12 = (this->super_Sized_relobj<64,_false>).super_Relobj.super_Object.shnum_; this_00 = layout->incremental_inputs_; if (this_00 == (Incremental_inputs *)0x0) { /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/incremental.cc",0x7f9,"do_layout"); } ppOVar1 = (this->super_Sized_relobj<64,_false>).super_Relobj.output_sections_. super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>. _M_impl._M_finish; ppOVar2 = (this->super_Sized_relobj<64,_false>).super_Relobj.output_sections_. super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>. _M_impl._M_start; uVar11 = (int)ppOVar1 - (int)ppOVar2 >> 2; if (uVar11 < uVar12) { std::vector<gold::Output_section*,_std::allocator<gold::Output_section*>_>::_M_default_append (&(this->super_Sized_relobj<64,_false>).super_Relobj.output_sections_,uVar12 - uVar11) ; } else if ((uVar12 < uVar11) && (ppOVar2 = ppOVar2 + uVar12, ppOVar1 != ppOVar2)) { (this->super_Sized_relobj<64,_false>).super_Relobj.output_sections_. super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl. _M_finish = ppOVar2; } puVar3 = (this->super_Sized_relobj<64,_false>).section_offsets_. super__Vector_base<long_long_unsigned_int,_std::allocator<long_long_unsigned_int>_>. _M_impl._M_finish; puVar4 = (this->super_Sized_relobj<64,_false>).section_offsets_. super__Vector_base<long_long_unsigned_int,_std::allocator<long_long_unsigned_int>_>. _M_impl._M_start; uVar11 = (int)puVar3 - (int)puVar4 >> 3; if (uVar11 < uVar12) { std::vector<long_long_unsigned_int,_std::allocator<long_long_unsigned_int>_>::_M_default_append (&(this->super_Sized_relobj<64,_false>).section_offsets_,uVar12 - uVar11); } else if ((uVar12 < uVar11) && (puVar4 = puVar4 + uVar12, puVar3 != puVar4)) { (this->super_Sized_relobj<64,_false>).section_offsets_. super__Vector_base<long_long_unsigned_int,_std::allocator<long_long_unsigned_int>_>._M_impl. _M_finish = puVar4; } debug_info_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl. _M_start = (pointer)0x0; debug_info_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl. _M_finish = (pointer)0x0; debug_info_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl. _M_end_of_storage = (pointer)0x0; debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl. _M_start = (pointer)0x0; debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl. _M_finish = (pointer)0x0; debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl. _M_end_of_storage = (pointer)0x0; i = 1; if (1 < uVar12) { do { while( true ) { pIVar8 = (this->input_reader_).inputs_; puVar17 = (uint *)(pIVar8->p_ + (this->input_reader_).info_offset_ + 0x20 + (i * 3 + -3) * 8 ); pcVar18 = (char *)0x0; if (*puVar17 < (pIVar8->strtab_).usable_size_) { pcVar18 = (pIVar8->strtab_).base_ + *puVar17; } uVar11 = puVar17[1]; uVar6 = puVar17[2]; uVar7 = puVar17[3]; /* try { // try from 0026195e to 00261a6f has its CatchHandler @ 00261dcb */ Incremental_inputs::report_input_section (this_00,(Object *)this,i,pcVar18,*(off_t *)(puVar17 + 4)); if ((uVar11 != 0) && ((uVar6 & uVar7) != 0xffffffff)) break; LAB_00261971: i = i + 1; if (uVar12 <= i) goto LAB_0026197c; } pOVar5 = (this->ibase_->section_map_). super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>. _M_impl._M_start[uVar11]; if (pOVar5 == (Output_section *)0x0) { /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/incremental.cc",0x80c,"do_layout"); } (this->super_Sized_relobj<64,_false>).super_Relobj.output_sections_. super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl. _M_start[i] = pOVar5; puVar4 = (this->super_Sized_relobj<64,_false>).section_offsets_. super__Vector_base<long_long_unsigned_int,_std::allocator<long_long_unsigned_int>_>. _M_impl._M_start; *(uint *)((int)puVar4 + i * 8 + 4) = uVar7; *(uint *)(puVar4 + i) = uVar6; if (parameters->options_ == (General_options *)0x0) { /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/parameters.h",0x5c,"options"); } bVar10 = false; bVar22 = (parameters->options_->gdb_index_).value == false; if (!bVar22) { iVar16 = 0xc; pbVar19 = (byte *)pOVar5->name_; pbVar20 = (byte *)".debug_info"; do { if (iVar16 == 0) break; iVar16 = iVar16 + -1; bVar10 = *pbVar19 < *pbVar20; bVar22 = *pbVar19 == *pbVar20; pbVar19 = pbVar19 + (uint)bVar23 * -2 + 1; pbVar20 = pbVar20 + (uint)bVar23 * -2 + 1; } while (bVar22); bVar21 = false; bVar10 = (!bVar10 && !bVar22) == bVar10; if (bVar10) { if (debug_info_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>. _M_impl._M_finish == debug_info_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>. _M_impl._M_end_of_storage) { std::vector<unsigned_int,_std::allocator<unsigned_int>_>:: _M_realloc_insert<unsigned_int_const&> (&debug_info_sections, (iterator) debug_info_sections. super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl. _M_finish,&i); goto LAB_00261971; } *debug_info_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>. _M_impl._M_finish = i; debug_info_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>. _M_impl._M_finish = debug_info_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>. _M_impl._M_finish + 1; } else { iVar16 = 0xd; pbVar19 = (byte *)pOVar5->name_; pbVar20 = (byte *)".debug_types"; do { if (iVar16 == 0) break; iVar16 = iVar16 + -1; bVar21 = *pbVar19 < *pbVar20; bVar10 = *pbVar19 == *pbVar20; pbVar19 = pbVar19 + (uint)bVar23 * -2 + 1; pbVar20 = pbVar20 + (uint)bVar23 * -2 + 1; } while (bVar10); if ((!bVar21 && !bVar10) == bVar21) { if (debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_> ._M_impl._M_finish == debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_> ._M_impl._M_end_of_storage) { /* try { // try from 00261d29 to 00261da2 has its CatchHandler @ 00261dcb */ std::vector<unsigned_int,_std::allocator<unsigned_int>_>:: _M_realloc_insert<unsigned_int_const&> (&debug_types_sections, (iterator) debug_types_sections. super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl. _M_finish,&i); goto LAB_00261971; } *debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>. _M_impl._M_finish = i; debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>. _M_impl._M_finish = debug_types_sections. super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl._M_finish + 1; } } } i = i + 1; } while (i < uVar12); } LAB_0026197c: uVar12 = (uint)(byte)(this->input_reader_).flags_; if (1 < uVar12 - 1) { /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/incremental.h",0x3b9,"get_comdat_group_count"); } iVar16 = *(int *)(((this->input_reader_).inputs_)->p_ + (this->input_reader_).info_offset_ + 0x18) ; if (iVar16 != 0) { uVar11 = 0; do { if ((uVar12 != 1) && (uVar12 != 2)) { /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/incremental.h",0x365,"get_input_section_count"); } pIVar8 = (this->input_reader_).inputs_; uVar12 = (this->input_reader_).info_offset_; puVar9 = pIVar8->p_; if (((pIVar8->strtab_).usable_size_ <= *(uint *)(puVar9 + uVar12 + 0x20 + *(int *)(puVar9 + uVar12) * 0x18 + uVar11 * 4 + *(int *)(puVar9 + uVar12 + 4) * 0x14)) || (pcVar18 = (pIVar8->strtab_).base_ + *(uint *)(puVar9 + uVar12 + 0x20 + *(int *)(puVar9 + uVar12) * 0x18 + uVar11 * 4 + *(int *)(puVar9 + uVar12 + 4) * 0x14), pcVar18 == (char *)0x0 )) { pcVar18 = (char *)gettext("COMDAT group has no signature"); Object::error((Object *)this,pcVar18); i = (uint)&local_2c; /* WARNING: Subroutine does not return */ std::__throw_logic_error("basic_string::_M_construct null not valid"); } if (*pcVar18 == '\0') { pcVar13 = (char *)gettext("COMDAT group has no signature"); Object::error((Object *)this,pcVar13); } i = (uint)&local_2c; __n = strlen(pcVar18); __dnew = __n; if (__n < 0x10) { paVar15 = &local_2c; if (__n == 1) { local_2c._M_local_buf[0] = *pcVar18; } else if (__n != 0) goto LAB_00261c7d; } else { i = std::string::_M_create(&i,(uint)&__dnew); local_2c._M_allocated_capacity = __dnew; paVar15 = (anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9 *)i; LAB_00261c7d: memcpy(paVar15,pcVar18,__n); paVar15 = (anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9 *)i; } paVar15->_M_local_buf[__dnew] = '\0'; local_30 = __dnew; /* try { // try from 00261acd to 00261ad1 has its CatchHandler @ 00261dc7 */ bVar10 = Layout::find_or_add_kept_section (layout,(string *)&i,(Relobj *)this,uVar11,true,true,(Kept_section **)0x0); if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9 *)i != &local_2c) { operator_delete((void *)i); } if (bVar10) { Incremental_inputs::report_comdat_group(this_00,(Object *)this,pcVar18); } else { pcVar13 = (char *)gettext("COMDAT group %s included twice in incremental link"); /* try { // try from 00261b16 to 00261cd0 has its CatchHandler @ 00261dcb */ Object::error((Object *)this,pcVar13,pcVar18); } if (uVar11 + 1 == iVar16) break; uVar11 = uVar11 + 1; uVar12 = (uint)(byte)(this->input_reader_).flags_; } while( true ); } puVar17 = debug_info_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>. _M_impl._M_start; if (debug_info_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl. _M_start != debug_info_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl. _M_finish) { do { Layout::add_to_gdb_index<64,_false> (layout,false,&this->super_Sized_relobj<64,_false>,(uchar *)0x0,0,*puVar17,0,0); puVar17 = puVar17 + 1; } while (debug_info_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>. _M_impl._M_finish != puVar17); } puVar14 = debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>. _M_impl._M_finish; puVar17 = debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>. _M_impl._M_start; if (debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl. _M_start != debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl. _M_finish) { do { Layout::add_to_gdb_index<64,_false> (layout,true,&this->super_Sized_relobj<64,_false>,(uchar *)0x0,0,*puVar17,0,0); puVar17 = puVar17 + 1; puVar14 = debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_> ._M_impl._M_start; } while (debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>. _M_impl._M_finish != puVar17); } if (puVar14 != (pointer)0x0) { operator_delete(puVar14); } if (debug_info_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl. _M_start != (pointer)0x0) { operator_delete(debug_info_sections. super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl._M_start ); } return; }
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ void FUN_002617a0(int param_1,undefined4 param_2,int param_3) { int iVar1; uint uVar2; uint uVar3; int *piVar4; int iVar5; int iVar6; char cVar7; size_t *psVar8; uint uVar9; undefined4 uVar10; size_t __n; size_t *psVar11; int iVar12; uint *puVar13; char *__s; byte *pbVar14; uint *puVar15; byte *pbVar16; int iVar17; bool bVar18; bool bVar19; bool bVar20; byte bVar21; size_t local_50; uint *local_4c; uint *local_48; uint *local_44; uint *local_40; uint *local_3c; uint *local_38; size_t *local_34; size_t local_30; size_t local_2c [7]; bVar21 = 0; psVar11 = *(size_t **)(param_1 + 0x28); iVar1 = *(int *)(param_3 + 0x1d0); if (iVar1 == 0) { /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/incremental.cc",0x7f9,"do_layout",0); } psVar8 = (size_t *)(*(int *)(param_1 + 0x3c) - *(int *)(param_1 + 0x38) >> 2); if (psVar8 < psVar11) { FUN_0025d2a0(param_1 + 0x38,(int)psVar11 - (int)psVar8); } else if ((psVar11 < psVar8) && (iVar12 = *(int *)(param_1 + 0x38) + (int)psVar11 * 4, *(int *)(param_1 + 0x3c) != iVar12) ) { *(int *)(param_1 + 0x3c) = iVar12; } psVar8 = (size_t *)(*(int *)(param_1 + 0x88) - *(int *)(param_1 + 0x84) >> 3); if (psVar8 < psVar11) { FUN_00261660(param_1 + 0x84,(int)psVar11 - (int)psVar8); } else if ((psVar11 < psVar8) && (iVar12 = *(int *)(param_1 + 0x84) + (int)psVar11 * 8, *(int *)(param_1 + 0x88) != iVar12) ) { *(int *)(param_1 + 0x88) = iVar12; } local_4c = (uint *)0x0; local_48 = (uint *)0x0; local_44 = (uint *)0x0; local_40 = (uint *)0x0; local_3c = (uint *)0x0; local_38 = (uint *)0x0; local_34 = (size_t *)0x1; if ((size_t *)0x1 < psVar11) { do { while( true ) { piVar4 = *(int **)(param_1 + 0x98); puVar13 = (uint *)(*(int *)(param_1 + 0xa4) + 0x20 + ((int)local_34 * 3 + -3) * 8 + *piVar4) ; iVar12 = 0; if (*puVar13 < (uint)piVar4[2]) { iVar12 = piVar4[1] + *puVar13; } uVar9 = puVar13[1]; uVar2 = puVar13[2]; uVar3 = puVar13[3]; /* try { // try from 0026195e to 00261a6f has its CatchHandler @ 00261dcb */ FUN_0024c5d0(iVar1,param_1,local_34,iVar12,puVar13[4],puVar13[5]); if ((uVar9 != 0) && ((uVar2 & uVar3) != 0xffffffff)) break; LAB_00261971: local_34 = (size_t *)((int)local_34 + 1); if (psVar11 <= local_34) goto LAB_0026197c; } iVar12 = *(int *)(*(int *)(*(int *)(param_1 + 0x90) + 0x50) + uVar9 * 4); if (iVar12 == 0) { /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/incremental.cc",0x80c,"do_layout"); } *(int *)(*(int *)(param_1 + 0x38) + (int)local_34 * 4) = iVar12; iVar17 = *(int *)(param_1 + 0x84); *(uint *)(iVar17 + 4 + (int)local_34 * 8) = uVar3; *(uint *)(iVar17 + (int)local_34 * 8) = uVar2; if (*(int *)(DAT_005ea7c8 + 8) == 0) { /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/parameters.h",0x5c,"options"); } bVar18 = false; bVar20 = *(char *)(*(int *)(DAT_005ea7c8 + 8) + 0x192d) == '\0'; if (!bVar20) { iVar17 = 0xc; pbVar14 = *(byte **)(iVar12 + 0x20); pbVar16 = (byte *)".debug_info"; do { if (iVar17 == 0) break; iVar17 = iVar17 + -1; bVar18 = *pbVar14 < *pbVar16; bVar20 = *pbVar14 == *pbVar16; pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1; pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1; } while (bVar20); bVar19 = false; bVar18 = (!bVar18 && !bVar20) == bVar18; if (bVar18) { if (local_48 == local_44) { FUN_00144ac0(&local_4c,local_48,&local_34); goto LAB_00261971; } *local_48 = (uint)local_34; local_48 = local_48 + 1; } else { iVar17 = 0xd; pbVar14 = *(byte **)(iVar12 + 0x20); pbVar16 = (byte *)".debug_types"; do { if (iVar17 == 0) break; iVar17 = iVar17 + -1; bVar19 = *pbVar14 < *pbVar16; bVar18 = *pbVar14 == *pbVar16; pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1; pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1; } while (bVar18); if ((!bVar19 && !bVar18) == bVar19) { if (local_3c == local_38) { /* try { // try from 00261d29 to 00261da2 has its CatchHandler @ 00261dcb */ FUN_00144ac0(&local_40,local_3c,&local_34); goto LAB_00261971; } *local_3c = (uint)local_34; local_3c = local_3c + 1; } } } local_34 = (size_t *)((int)local_34 + 1); } while (local_34 < psVar11); } LAB_0026197c: uVar9 = (uint)*(byte *)(param_1 + 0x9c); if (1 < uVar9 - 1) { /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/incremental.h",0x3b9,"get_comdat_group_count",uVar9); } iVar12 = *(int *)(**(int **)(param_1 + 0x98) + 0x18 + *(int *)(param_1 + 0xa4)); if (iVar12 != 0) { iVar17 = 0; do { if ((uVar9 != 1) && (uVar9 != 2)) { /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/incremental.h",0x365,"get_input_section_count"); } piVar4 = *(int **)(param_1 + 0x98); iVar5 = *(int *)(param_1 + 0xa4); iVar6 = *piVar4; uVar9 = *(uint *)(iVar5 + 0x20 + iVar6 + *(int *)(iVar6 + iVar5) * 0x18 + iVar17 * 4 + *(int *)(iVar6 + 4 + iVar5) * 0x14); if (((uint)piVar4[2] <= uVar9) || (__s = (char *)(uVar9 + piVar4[1]), __s == (char *)0x0)) { uVar10 = gettext("COMDAT group has no signature"); FUN_0028b750(param_1,uVar10); local_34 = local_2c; /* WARNING: Subroutine does not return */ FUN_003f3980("basic_string::_M_construct null not valid"); } if (*__s == '\0') { uVar10 = gettext("COMDAT group has no signature"); FUN_0028b750(param_1,uVar10); } local_34 = local_2c; __n = strlen(__s); local_50 = __n; if (__n < 0x10) { psVar11 = local_2c; if (__n == 1) { local_2c[0] = CONCAT31(local_2c[0]._1_3_,*__s); } else if (__n != 0) goto LAB_00261c7d; } else { local_34 = (size_t *)FUN_003b5790(&local_34,&local_50,0); local_2c[0] = local_50; psVar11 = local_34; LAB_00261c7d: memcpy(psVar11,__s,__n); psVar11 = local_34; } *(undefined1 *)((int)psVar11 + local_50) = 0; local_30 = local_50; /* try { // try from 00261acd to 00261ad1 has its CatchHandler @ 00261dc7 */ cVar7 = FUN_00278ce0(param_3,&local_34,param_1,iVar17,1,1,0); if (local_34 != local_2c) { FUN_003ae080(local_34); } if (cVar7 == '\0') { uVar10 = gettext("COMDAT group %s included twice in incremental link"); /* try { // try from 00261b16 to 00261cd0 has its CatchHandler @ 00261dcb */ FUN_0028b750(param_1,uVar10,__s); } else { FUN_0024c220(iVar1,param_1,__s); } if (iVar17 + 1 == iVar12) break; iVar17 = iVar17 + 1; uVar9 = (uint)*(byte *)(param_1 + 0x9c); } while( true ); } puVar13 = local_4c; if (local_4c != local_48) { do { FUN_00287390(param_3,0,param_1,0,0,0,*puVar13,0,0); puVar13 = puVar13 + 1; } while (local_48 != puVar13); } puVar13 = local_3c; puVar15 = local_40; if (local_40 != local_3c) { do { FUN_00287390(param_3,1,param_1,0,0,0,*puVar15,0,0); puVar15 = puVar15 + 1; puVar13 = local_40; } while (local_3c != puVar15); } if (puVar13 != (uint *)0x0) { FUN_003ae080(puVar13); } if (local_4c != (uint *)0x0) { FUN_003ae080(local_4c); } return; }
CALL 0x00074f02 ADD EAX,0x38885b PUSH EBP MOV EBP,ESP PUSH EDI PUSH ESI PUSH EBX SUB ESP,0x6c MOV dword ptr [EBP + -0x5c],EAX MOV EAX,dword ptr [EBP + 0x8] MOV EAX,dword ptr [EAX + 0x28] MOV dword ptr [EBP + -0x60],EAX MOV EAX,dword ptr [EBP + 0x10] MOV EAX,dword ptr [EAX + 0x1d0] MOV dword ptr [EBP + -0x64],EAX TEST EAX,EAX JZ 0x00261da3 MOV EAX,dword ptr [EBP + 0x8] MOV EDX,dword ptr [EAX + 0x3c] MOV ECX,dword ptr [EAX + 0x38] MOV EAX,EDX SUB EAX,ECX SAR EAX,0x2 CMP dword ptr [EBP + -0x60],EAX JA 0x00261d00 JNC 0x002617fe MOV EAX,dword ptr [EBP + -0x60] LEA EAX,[ECX + EAX*0x4] CMP EDX,EAX JZ 0x002617fe MOV ECX,dword ptr [EBP + 0x8] MOV dword ptr [ECX + 0x3c],EAX MOV EAX,dword ptr [EBP + 0x8] MOV EDX,dword ptr [EAX + 0x88] MOV ECX,dword ptr [EAX + 0x84] MOV EAX,EDX SUB EAX,ECX SAR EAX,0x3 CMP dword ptr [EBP + -0x60],EAX JA 0x00261ce0 JC 0x00261ca0 MOV ECX,dword ptr [EBP + -0x5c] CMP dword ptr [EBP + -0x60],0x1 MOV dword ptr [EBP + -0x48],0x0 MOV EAX,0x1 MOV dword ptr [EBP + -0x44],0x0 LEA ECX,[ECX + 0x7c8] MOV dword ptr [EBP + -0x40],0x0 MOV dword ptr [EBP + -0x3c],0x0 MOV dword ptr [EBP + -0x38],0x0 MOV dword ptr [EBP + -0x34],0x0 MOV dword ptr [EBP + -0x30],0x1 MOV dword ptr [EBP + -0x68],ECX JA 0x0026191c JMP 0x0026197c MOV EAX,EDI AND EAX,ESI CMP EAX,-0x1 JZ 0x0026196e MOV EAX,dword ptr [EBP + 0x8] MOV EAX,dword ptr [EAX + 0x90] MOV EAX,dword ptr [EAX + 0x50] MOV EDX,dword ptr [EAX + EBX*0x4] TEST EDX,EDX JZ 0x00261d4b MOV EBX,dword ptr [EBP + 0x8] MOV EAX,dword ptr [EBP + -0x30] MOV ECX,dword ptr [EBX + 0x38] MOV dword ptr [ECX + EAX*0x4],EDX MOV ECX,dword ptr [EBX + 0x84] MOV dword ptr [ECX + EAX*0x8 + 0x4],ESI MOV ESI,dword ptr [EBP + -0x68] MOV dword ptr [ECX + EAX*0x8],EDI MOV ECX,dword ptr [ESI] MOV ECX,dword ptr [ECX + 0x8] TEST ECX,ECX JZ 0x00261d30 CMP byte ptr [ECX + 0x192d],0x0 JZ 0x00261911 MOV EDX,dword ptr [EDX + 0x20] MOV EDI,dword ptr [EBP + -0x5c] MOV ECX,0xc LEA EDI,[EDI + 0xffe9de95] MOV ESI,EDX CMPSB.REPE ES:EDI,ESI SETA CL SBB CL,0x0 TEST CL,CL JZ 0x00261bd0 MOV ESI,dword ptr [EBP + -0x5c] MOV ECX,0xd LEA EDI,[ESI + 0xffe9dea1] MOV ESI,EDX CMPSB.REPE ES:EDI,ESI SETA DL SBB DL,0x0 TEST DL,DL JZ 0x00261bf0 ADD EAX,0x1 MOV dword ptr [EBP + -0x30],EAX CMP EAX,dword ptr [EBP + -0x60] JNC 0x0026197c MOV EDI,dword ptr [EBP + 0x8] LEA EDX,[EAX + EAX*0x2 + -0x3] MOV ECX,dword ptr [EDI + 0xa4] MOV EBX,dword ptr [EDI + 0x98] LEA EDX,[ECX + EDX*0x8 + 0x20] ADD EDX,dword ptr [EBX] MOV EDI,dword ptr [EBX + 0x4] XOR ECX,ECX MOV ESI,dword ptr [EDX] CMP dword ptr [EBX + 0x8],ESI JBE 0x00261944 LEA ECX,[EDI + ESI*0x1] SUB ESP,0x8 MOV EBX,dword ptr [EDX + 0x4] MOV EDI,dword ptr [EDX + 0x8] MOV ESI,dword ptr [EDX + 0xc] PUSH dword ptr [EDX + 0x14] PUSH dword ptr [EDX + 0x10] PUSH ECX PUSH EAX PUSH dword ptr [EBP + 0x8] PUSH dword ptr [EBP + -0x64] CALL 0x0024c5d0 ADD ESP,0x20 TEST EBX,EBX JNZ 0x00261878 MOV EAX,dword ptr [EBP + -0x30] ADD EAX,0x1 MOV dword ptr [EBP + -0x30],EAX CMP EAX,dword ptr [EBP + -0x60] JC 0x0026191c MOV EAX,dword ptr [EBP + 0x8] MOVZX EAX,byte ptr [EAX + 0x9c] LEA EDX,[EAX + -0x1] CMP EDX,0x1 JA 0x00261d87 MOV ECX,dword ptr [EBP + 0x8] MOV EDI,dword ptr [EBP + 0x8] MOV EDX,dword ptr [ECX + 0x98] MOV ECX,dword ptr [EDX] MOV EDX,dword ptr [EDI + 0xa4] MOV EDI,dword ptr [ECX + EDX*0x1 + 0x18] MOV dword ptr [EBP + -0x70],EDI TEST EDI,EDI JZ 0x00261b2a MOV ECX,dword ptr [EBP + -0x5c] LEA ESI,[EBP + -0x30] XOR EDI,EDI MOV dword ptr [EBP + -0x6c],ESI LEA ECX,[ECX + 0xffe9deae] MOV dword ptr [EBP + -0x74],ECX JMP 0x002619fa SUB ESP,0x4 PUSH dword ptr [EBP + -0x60] PUSH dword ptr [EBP + 0x8] PUSH dword ptr [EBP + -0x64] CALL 0x0024c220 ADD ESP,0x10 ADD EDI,0x1 CMP EDI,dword ptr [EBP + -0x70] JZ 0x00261b2a MOV EAX,dword ptr [EBP + 0x8] MOVZX EAX,byte ptr [EAX + 0x9c] CMP EAX,0x1 JZ 0x00261a08 CMP EAX,0x2 JNZ 0x00261d69 MOV EAX,dword ptr [EBP + 0x8] MOV ESI,dword ptr [EBP + 0x8] MOV EAX,dword ptr [EAX + 0x98] MOV EDX,dword ptr [ESI + 0xa4] MOV ECX,dword ptr [EAX] MOV EBX,dword ptr [ECX + EDX*0x1] MOV ESI,dword ptr [ECX + EDX*0x1 + 0x4] LEA EBX,[EBX + EBX*0x2] LEA ESI,[ESI + ESI*0x4] SHL EBX,0x3 LEA EBX,[EBX + EDI*0x4] LEA EBX,[EBX + ESI*0x4] ADD ECX,EBX MOV EDX,dword ptr [EDX + ECX*0x1 + 0x20] CMP EDX,dword ptr [EAX + 0x8] JNC 0x00261c10 ADD EDX,dword ptr [EAX + 0x4] MOV dword ptr [EBP + -0x60],EDX JZ 0x00261c10 MOV EAX,dword ptr [EBP + -0x60] CMP byte ptr [EAX],0x0 JNZ 0x00261a73 SUB ESP,0xc MOV ESI,dword ptr [EBP + -0x5c] PUSH dword ptr [EBP + -0x74] MOV EBX,ESI CALL 0x00039440 POP EDX POP ECX PUSH EAX PUSH dword ptr [EBP + 0x8] CALL 0x0028b750 ADD ESP,0x10 SUB ESP,0xc PUSH dword ptr [EBP + -0x60] MOV EBX,dword ptr [EBP + -0x5c] LEA EAX,[EBP + -0x28] MOV dword ptr [EBP + -0x68],EAX MOV dword ptr [EBP + -0x30],EAX CALL 0x00039330 ADD ESP,0x10 MOV ESI,EAX MOV dword ptr [EBP + -0x4c],EAX CMP EAX,0xf JA 0x00261c60 CMP EAX,0x1 JNZ 0x00261c50 MOV ECX,dword ptr [EBP + -0x60] MOVZX EDX,byte ptr [ECX] MOV byte ptr [EBP + -0x28],DL MOV EDX,dword ptr [EBP + -0x68] SUB ESP,0x4 MOV dword ptr [EBP + -0x2c],EAX MOV EBX,dword ptr [EBP + -0x5c] MOV byte ptr [EDX + EAX*0x1],0x0 PUSH 0x0 PUSH 0x1 PUSH 0x1 PUSH EDI PUSH dword ptr [EBP + 0x8] PUSH dword ptr [EBP + -0x6c] PUSH dword ptr [EBP + 0x10] CALL 0x00278ce0 MOV ESI,EAX ADD ESP,0x20 MOV EDX,dword ptr [EBP + -0x30] CMP EDX,dword ptr [EBP + -0x68] JZ 0x00261aee SUB ESP,0xc MOV EBX,dword ptr [EBP + -0x5c] PUSH EDX CALL 0x003ae080 ADD ESP,0x10 MOV EAX,ESI TEST AL,AL JNZ 0x002619d0 MOV ESI,dword ptr [EBP + -0x5c] SUB ESP,0xc LEA EAX,[ESI + 0xffe9decc] MOV EBX,ESI PUSH EAX CALL 0x00039440 ADD ESP,0xc PUSH dword ptr [EBP + -0x60] PUSH EAX PUSH dword ptr [EBP + 0x8] CALL 0x0028b750 ADD ESP,0x10 ADD EDI,0x1 CMP EDI,dword ptr [EBP + -0x70] JNZ 0x002619f0 MOV ESI,dword ptr [EBP + -0x48] CMP ESI,dword ptr [EBP + -0x44] JZ 0x00261b62 LEA ESI,[ESI] SUB ESP,0xc MOV EBX,dword ptr [EBP + -0x5c] PUSH 0x0 PUSH 0x0 PUSH dword ptr [ESI] PUSH 0x0 PUSH 0x0 PUSH 0x0 PUSH dword ptr [EBP + 0x8] PUSH 0x0 PUSH dword ptr [EBP + 0x10] CALL 0x00287390 ADD ESP,0x30 ADD ESI,0x4 CMP dword ptr [EBP + -0x44],ESI JNZ 0x00261b38 MOV EAX,dword ptr [EBP + -0x38] MOV ESI,dword ptr [EBP + -0x3c] CMP ESI,EAX JZ 0x00261b9d LEA ESI,[ESI] SUB ESP,0xc MOV EBX,dword ptr [EBP + -0x5c] PUSH 0x0 PUSH 0x0 PUSH dword ptr [ESI] PUSH 0x0 PUSH 0x0 PUSH 0x0 PUSH dword ptr [EBP + 0x8] PUSH 0x1 PUSH dword ptr [EBP + 0x10] CALL 0x00287390 ADD ESP,0x30 ADD ESI,0x4 CMP dword ptr [EBP + -0x38],ESI JNZ 0x00261b70 MOV EAX,dword ptr [EBP + -0x3c] TEST EAX,EAX JZ 0x00261bb0 SUB ESP,0xc MOV EBX,dword ptr [EBP + -0x5c] PUSH EAX CALL 0x003ae080 ADD ESP,0x10 MOV EAX,dword ptr [EBP + -0x48] TEST EAX,EAX JZ 0x00261bc6 SUB ESP,0xc MOV EBX,dword ptr [EBP + -0x5c] PUSH EAX CALL 0x003ae080 ADD ESP,0x10 LEA ESP,[EBP + -0xc] POP EBX POP ESI POP EDI POP EBP RET MOV EDX,dword ptr [EBP + -0x44] CMP EDX,dword ptr [EBP + -0x40] JZ 0x00261cc0 MOV dword ptr [EDX],EAX ADD EDX,0x4 MOV EAX,dword ptr [EBP + -0x30] MOV dword ptr [EBP + -0x44],EDX JMP 0x00261911 MOV EDX,dword ptr [EBP + -0x38] CMP EDX,dword ptr [EBP + -0x34] JZ 0x00261d1d MOV dword ptr [EDX],EAX ADD EDX,0x4 MOV EAX,dword ptr [EBP + -0x30] MOV dword ptr [EBP + -0x38],EDX JMP 0x00261911 MOV EDI,dword ptr [EBP + -0x5c] SUB ESP,0xc LEA EAX,[EDI + 0xffe9deae] MOV EBX,EDI PUSH EAX CALL 0x00039440 POP ESI POP EDI PUSH EAX PUSH dword ptr [EBP + 0x8] CALL 0x0028b750 MOV EBX,dword ptr [EBP + -0x5c] LEA EAX,[EBP + -0x28] ADD ESP,0x10 MOV dword ptr [EBP + -0x30],EAX SUB ESP,0xc LEA EAX,[EBX + 0xffe5e0a0] PUSH EAX CALL 0x003f3980 TEST EAX,EAX JNZ 0x00261dbf MOV EDX,dword ptr [EBP + -0x68] JMP 0x00261ab0 SUB ESP,0x4 LEA EAX,[EBP + -0x4c] PUSH 0x0 PUSH EAX PUSH dword ptr [EBP + -0x6c] CALL 0x003b5790 MOV EDX,dword ptr [EBP + -0x4c] MOV dword ptr [EBP + -0x30],EAX ADD ESP,0x10 MOV dword ptr [EBP + -0x28],EDX SUB ESP,0x4 MOV EBX,dword ptr [EBP + -0x5c] PUSH ESI PUSH dword ptr [EBP + -0x60] PUSH EAX CALL 0x000392d0 MOV EAX,dword ptr [EBP + -0x4c] MOV EDX,dword ptr [EBP + -0x30] ADD ESP,0x10 JMP 0x00261ab0 MOV EAX,dword ptr [EBP + -0x60] LEA EAX,[ECX + EAX*0x8] CMP EDX,EAX JZ 0x00261823 MOV ESI,dword ptr [EBP + 0x8] MOV dword ptr [ESI + 0x88],EAX JMP 0x00261823 SUB ESP,0x4 LEA EAX,[EBP + -0x30] PUSH EAX LEA EAX,[EBP + -0x48] PUSH EDX PUSH EAX CALL 0x00144ac0 ADD ESP,0x10 MOV EAX,dword ptr [EBP + -0x30] JMP 0x00261971 MOV EDI,dword ptr [EBP + -0x60] SUB ESP,0x8 SUB EDI,EAX MOV EAX,dword ptr [EBP + 0x8] PUSH EDI ADD EAX,0x84 PUSH EAX CALL 0x00261660 ADD ESP,0x10 JMP 0x00261823 MOV EDI,dword ptr [EBP + -0x60] SUB ESP,0x8 SUB EDI,EAX MOV EAX,dword ptr [EBP + 0x8] PUSH EDI ADD EAX,0x38 PUSH EAX CALL 0x0025d2a0 ADD ESP,0x10 JMP 0x002617fe SUB ESP,0x4 LEA EAX,[EBP + -0x30] PUSH EAX LEA EAX,[EBP + -0x3c] PUSH EDX PUSH EAX CALL 0x00144ac0 JMP 0x00261cd1 MOV EBX,dword ptr [EBP + -0x5c] SUB ESP,0x4 LEA EAX,[EBX + 0xffe9f0c4] PUSH EAX LEA EAX,[EBX + 0xffe5e26d] PUSH 0x5c PUSH EAX CALL 0x002446e0 MOV EBX,dword ptr [EBP + -0x5c] SUB ESP,0x4 LEA EAX,[EBX + 0xffe9e6b8] PUSH EAX LEA EAX,[EBX + 0xffe9d9b8] PUSH 0x80c PUSH EAX CALL 0x002446e0 MOV EBX,dword ptr [EBP + -0x5c] SUB ESP,0x4 LEA EAX,[EBX + 0xffe9e790] PUSH EAX LEA EAX,[EBX + 0xffe9d9d2] PUSH 0x365 PUSH EAX CALL 0x002446e0 MOV EBX,dword ptr [EBP + -0x5c] PUSH EAX LEA EAX,[EBX + 0xffe9e6a0] PUSH EAX LEA EAX,[EBX + 0xffe9d9d2] PUSH 0x3b9 PUSH EAX CALL 0x002446e0 MOV EBX,dword ptr [EBP + -0x5c] PUSH EAX LEA EAX,[EBX + 0xffe9e6b8] PUSH EAX LEA EAX,[EBX + 0xffe9d9b8] PUSH 0x7f9 PUSH EAX CALL 0x002446e0 MOV EAX,dword ptr [EBP + -0x68] JMP 0x00261c7d
null
null
null
null
[(u'INT_LESS_-1204217154', u'CBRANCH_-1204217162'), (u'CALL_-1204215451', u'INDIRECT_-1204211711'), (u'CAST_-1204211652', u'STORE_-1204216045'), (u'CALL_-1204215451', u'INDIRECT_-1204211507'), (u'LOAD_-1204216949', u'PTRSUB_-1204211383'), (u'MULTIEQUAL_-1204211255', u'MULTIEQUAL_-1204211227'), (u'LOAD_-1204217884', u'INT_LESS_-1204217737'), (u'INDIRECT_-1204212200', u'MULTIEQUAL_-1204212132'), ('tmp_940', u'BRANCH_-1204217047'), (u'CALL_-1204214421', u'INDIRECT_-1204211154'), (u'CALL_-1204215451', u'INDIRECT_-1204211609'), ('const-4489837', u'COPY_-1204210754'), (u'MULTIEQUAL_-1204212285', u'MULTIEQUAL_-1204211864'), (u'CALL_-1204215805', u'INDIRECT_-1204211620'), (u'MULTIEQUAL_-1204211795', u'MULTIEQUAL_-1204211677'), (u'INDIRECT_-1204212455', u'MULTIEQUAL_-1204212404'), (u'INDIRECT_-1204211996', u'MULTIEQUAL_-1204211629'), (u'INDIRECT_-1204211637', u'MULTIEQUAL_-1204211612'), ('tmp_5968', u'PTRSUB_-1204210762'), (u'PTRADD_-1204215879', u'COPY_-1204211683'), (u'LOAD_-1204216800', u'PTRADD_-1204216736'), (u'PTRSUB_-1204211766', u'PTRSUB_-1204211835'), (u'CALL_-1204216224', u'INDIRECT_-1204212261'), (u'PTRSUB_-1204211959', u'LOAD_-1204217884'), (u'LOAD_-1204216100', u'PTRADD_-1204215997'), (u'PTRSUB_-1204210597', u'CALL_-1204214421'), ('const-0', u'PTRSUB_-1204212005'), (u'INDIRECT_-1204211521', u'MULTIEQUAL_-1204211527'), (u'INDIRECT_-1204211574', u'MULTIEQUAL_-1204212404'), (u'MULTIEQUAL_-1204211915', u'INT_NOTEQUAL_-1204216198'), (u'PTRADD_-1204215785', u'COPY_-1204211653'), ('const-1', u'INT_LESS_-1204217154'), (u'MULTIEQUAL_-1204212234', u'MULTIEQUAL_-1204211813'), (u'PTRSUB_-1204211846', u'PTRSUB_-1204211775'), (u'CAST_-1204210660', u'COPY_-1204210780'), (u'CALL_-1204214667', u'INDIRECT_-1204211217'), (u'INDIRECT_-1204212404', u'MULTIEQUAL_-1204212454'), ('const-0', u'PTRSUB_-1204210699'), (u'INDIRECT_-1204212149', u'PTRADD_-1204211715'), (u'CAST_-1204211202', u'CALL_-1204216686'), (u'PTRSUB_-1204211340', u'PTRSUB_-1204211341'), ('tmp_10190', u'PTRSUB_-1204210742'), ('const-0', u'COPY_-1204216094'), (u'INDIRECT_-1204211572', u'MULTIEQUAL_-1204211578'), (u'COPY_-1204211012', u'CALL_-1204215398'), (u'PTRSUB_-1204210891', u'CAST_-1204210737'), (u'COPY_-1204210628', u'CALL_-1204214219'), (u'MULTIEQUAL_-1204214402', u'LOAD_-1204215842'), (u'MULTIEQUAL_-1204211711', u'MULTIEQUAL_-1204211641'), (u'INT_LESS_-1204217607', u'CBRANCH_-1204217596'), ('const-417', u'LOAD_-1204215934'), (u'INDIRECT_-1204212057', u'MULTIEQUAL_-1204211624'), (u'MULTIEQUAL_-1204212404', u'MULTIEQUAL_-1204212484'), (u'INT_NOTEQUAL_-1204215918', u'CBRANCH_-1204215916'), (u'INDIRECT_-1204212251', u'CAST_-1204210498'), ('const-4751009', u'COPY_-1204215867'), (u'CALL_-1204216384', u'INDIRECT_-1204212098'), ('tmp_2807', u'CBRANCH_-1204215896'), (u'CALL_-1204215464', u'INDIRECT_-1204211682'), (u'INT_EQUAL_-1204215940', u'CBRANCH_-1204215945'), (u'INDIRECT_-1204211631', u'MULTIEQUAL_-1204212083'), ('const-0', u'PTRSUB_-1204211574'), ('const-417', u'LOAD_-1204216918'), ('const-4755652', u'COPY_-1204210742'), ('const-1', u'PTRADD_-1204210978'), (u'CALL_-1204216623', u'COPY_-1204211237'), (u'MULTIEQUAL_-1204211743', u'MULTIEQUAL_-1204211685'), (u'PTRSUB_-1204211992', u'PTRSUB_-1204211951'), ('const-0', u'PTRSUB_-1204211767'), (u'COPY_-1204211049', u'MULTIEQUAL_-1204213837'), ('const-4294967293', u'INT_ADD_-1204216132'), (u'CALL_-1204214647', u'INDIRECT_-1204211327'), (u'INT_NOTEQUAL_-1204216198', u'CBRANCH_-1204216197'), (u'MULTIEQUAL_-1204212387', u'MULTIEQUAL_-1204211966'), (u'INT_NOTEQUAL_-1204217095', u'CBRANCH_-1204217095'), (u'PTRADD_-1204211715', u'STORE_-1204216062'), (u'PTRSUB_-1204210715', u'PTRSUB_-1204210690'), (u'INDIRECT_-1204210812', u'MULTIEQUAL_-1204212051'), (u'LOAD_-1204217682', u'CAST_-1204211816'), (u'INT_ADD_-1204211786', u'PTRADD_-1204215780'), (u'LOAD_-1204217691', u'CAST_-1204211817'), (u'LOAD_-1204217821', u'PTRADD_-1204211901'), (u'INDIRECT_-1204211929', u'MULTIEQUAL_-1204211935'), (u'CALL_-1204215960', u'INDIRECT_-1204211929'), ('const-32', u'INT_ADD_-1204216820'), (u'COPY_-1204210742', u'CALL_-1204214517'), (u'INDIRECT_-1204210663', u'COPY_-1204210701'), (u'CALL_-1204216224', u'INDIRECT_-1204212363'), ('const-152', u'PTRSUB_-1204211602'), (u'CALL_-1204216686', u'INDIRECT_-1204211869'), (u'INT_ADD_-1204211398', u'PTRADD_-1204216856'), (u'INT_MULT_-1204216830', u'INT_ADD_-1204216842'), ('const-0', u'CALL_-1204215960'), (u'CALL_-1204215464', u'INDIRECT_-1204211631'), (u'PTRADD_-1204216736', u'LOAD_-1204216770'), (u'INDIRECT_-1204211297', u'MULTIEQUAL_-1204211576'), (u'MULTIEQUAL_-1204212217', u'MULTIEQUAL_-1204212091'), ('tmp_5968', u'PTRSUB_-1204211696'), (u'CALL_-1204215489', u'INDIRECT_-1204211044'), ('const-2041', u'CALL_-1204214219'), (u'INDIRECT_-1204211842', u'MULTIEQUAL_-1204211777'), ('const-0', u'RETURN_-1204215757'), (u'COPY_-1204211096', u'MULTIEQUAL_-1204213837'), ('const-1', u'PTRADD_-1204217059'), (u'INDIRECT_-1204211986', u'MULTIEQUAL_-1204211947'), (u'MULTIEQUAL_-1204212030', u'MULTIEQUAL_-1204211911'), (u'MULTIEQUAL_-1204212285', u'MULTIEQUAL_-1204212166'), (u'CALL_-1204215051', u'INDIRECT_-1204211185'), (u'STORE_-1204216031', u'INDIRECT_-1204211890'), (u'MULTIEQUAL_-1204212404', u'MULTIEQUAL_-1204212368'), (u'INDIRECT_-1204211179', u'MULTIEQUAL_-1204211174'), (u'MULTIEQUAL_-1204212183', u'MULTIEQUAL_-1204212064'), (u'INDIRECT_-1204211767', u'MULTIEQUAL_-1204211716'), (u'INDIRECT_-1204211792', u'MULTIEQUAL_-1204211625'), (u'CALL_-1204216384', u'INDIRECT_-1204211690'), (u'INDIRECT_-1204211738', u'MULTIEQUAL_-1204211211'), (u'CALL_-1204215867', u'INDIRECT_-1204211745'), ('tmp_1682', u'CBRANCH_-1204216562'), ('const-4751022', u'COPY_-1204211043'), (u'PTRSUB_-1204210888', u'CALL_-1204215960'), ('const-4', u'PTRADD_-1204211648'), ('const-92', u'CALL_-1204214517'), (u'LOAD_-1204216107', u'STORE_-1204216062'), (u'CALL_-1204216623', u'CALL_-1204215464'), (u'PTRADD_-1204210689', u'STORE_-1204214615'), (u'MULTIEQUAL_-1204211915', u'MULTIEQUAL_-1204211845'), (u'PTRADD_-1204215780', u'COPY_-1204211661'), (u'PTRSUB_-1204211767', u'PTRSUB_-1204211729'), (u'LOAD_-1204215977', u'CAST_-1204211601'), (u'LOAD_-1204216058', u'CAST_-1204211653'), (u'INT_MULT_-1204213990', u'INT_ADD_-1204216132'), (u'MULTIEQUAL_-1204214382', u'MULTIEQUAL_-1204214379'), (u'INDIRECT_-1204211847', u'MULTIEQUAL_-1204211821'), (u'MULTIEQUAL_-1204211813', u'MULTIEQUAL_-1204211743'), (u'CAST_-1204211644', u'STORE_-1204216031'), (u'PTRSUB_-1204211574', u'LOAD_-1204217145'), (u'INDIRECT_-1204212073', u'MULTIEQUAL_-1204212022'), (u'CALL_-1204216623', u'INDIRECT_-1204212097'), (u'INDIRECT_-1204213100', u'MULTIEQUAL_-1204214029'), (u'INDIRECT_-1204212098', u'MULTIEQUAL_-1204212047'), (u'PTRSUB_-1204211982', u'PTRSUB_-1204211959'), ('const-417', u'LOAD_-1204217194'), (u'INDIRECT_-1204212097', u'MULTIEQUAL_-1204211570'), (u'PTRSUB_-1204211450', u'PTRSUB_-1204211449'), (u'COPY_-1204210819', u'MULTIEQUAL_-1204213704'), ('tmp_5672', u'BRANCH_-1204214488'), ('const-12', u'PTRSUB_-1204211390'), (u'INT_NOTEQUAL_-1204215951', u'CBRANCH_-1204215950'), (u'INDIRECT_-1204212261', u'MULTIEQUAL_-1204211628'), (u'MULTIEQUAL_-1204211539', u'MULTIEQUAL_-1204211527'), (u'MULTIEQUAL_-1204211629', u'MULTIEQUAL_-1204211966'), (u'MULTIEQUAL_-1204211845', u'MULTIEQUAL_-1204211833'), (u'INDIRECT_-1204211456', u'MULTIEQUAL_-1204211417'), ('const-1', u'CALL_-1204216453'), (u'INT_ADD_-1204215836', u'MULTIEQUAL_-1204214539'), (u'CALL_-1204216113', u'INDIRECT_-1204211629'), (u'CALL_-1204216309', u'INDIRECT_-1204212012'), (u'CALL_-1204216224', u'INDIRECT_-1204212312'), (u'CALL_-1204216269', u'INDIRECT_-1204211741'), (u'PTRSUB_-1204211875', u'LOAD_-1204216123'), (u'CALL_-1204216309', u'INDIRECT_-1204211313'), ('const-0', u'COPY_-1204217553'), ('const-0', u'PTRSUB_-1204212097'), (u'CAST_-1204211396', u'LOAD_-1204217121'), (u'CALL_-1204216623', u'INDIRECT_-1204212046'), (u'INT_NOTEQUAL_-1204216135', u'CBRANCH_-1204216134'), ('tmp_5968', u'PTRSUB_-1204212097'), (u'INT_EQUAL_-1204216089', u'CBRANCH_-1204216088'), (u'CALL_-1204215051', u'INDIRECT_-1204210979'), ('tmp_10190', u'PTRSUB_-1204211334'), ('const-4', u'INT_ADD_-1204211398'), (u'MULTIEQUAL_-1204211641', u'MULTIEQUAL_-1204211583'), (u'INT_NOTEQUAL_-1204216071', u'CBRANCH_-1204216069'), (u'STORE_-1204216045', u'INDIRECT_-1204211898'), (u'PTRSUB_-1204211704', u'PTRSUB_-1204211641'), (u'CALL_-1204215805', u'INDIRECT_-1204211125'), (u'PTRSUB_-1204210673', u'PTRSUB_-1204210666'), (u'INDIRECT_-1204212159', u'MULTIEQUAL_-1204211626'), (u'INDIRECT_-1204211478', u'MULTIEQUAL_-1204211930'), (u'INDIRECT_-1204212251', u'INT_EQUAL_-1204215001'), ('const-4294967294', u'INT_MULT_-1204214071'), ('const-0', u'PTRSUB_-1204212007'), (u'PTRSUB_-1204211670', u'LOAD_-1204215977'), (u'PTRSUB_-1204210666', u'STORE_-1204214615'), (u'MULTIEQUAL_-1204212315', u'MULTIEQUAL_-1204212074'), ('const-1', u'RETURN_-1204215393'), ('tmp_18832', u'MULTIEQUAL_-1204212051'), (u'COPY_-1204215897', u'MULTIEQUAL_-1204214359'), (u'MULTIEQUAL_-1204214386', u'MULTIEQUAL_-1204214350'), (u'INDIRECT_-1204210932', u'MULTIEQUAL_-1204211373'), (u'CALL_-1204215459', u'INDIRECT_-1204211782'), (u'CALL_-1204214667', u'INDIRECT_-1204211574'), (u'INDIRECT_-1204212098', u'MULTIEQUAL_-1204212030'), (u'PTRADD_-1204216736', u'LOAD_-1204216552'), (u'INDIRECT_-1204211884', u'MULTIEQUAL_-1204211845'), ('tmp_5968', u'PTRSUB_-1204212015'), (u'MULTIEQUAL_-1204212351', u'MULTIEQUAL_-1204212315'), ('const-0', u'CALL_-1204216113'), (u'PTRSUB_-1204211565', u'PTRSUB_-1204211508'), (u'CALL_-1204215398', u'INDIRECT_-1204211346'), ('const-417', u'LOAD_-1204216932'), (u'CALL_-1204215960', u'INDIRECT_-1204211521'), (u'INT_EQUAL_-1204215919', u'CBRANCH_-1204215920'), (u'PTRSUB_-1204211621', u'LOAD_-1204216100'), (u'CALL_-1204215805', u'INDIRECT_-1204211875'), (u'CALL_-1204215867', u'INDIRECT_-1204211847'), (u'INDIRECT_-1204211741', u'MULTIEQUAL_-1204211716'), (u'PTRSUB_-1204210690', u'PTRSUB_-1204210673'), (u'INT_SUB_-1204214445', u'CALL_-1204214421'), (u'CALL_-1204216269', u'INDIRECT_-1204211894'), (u'MULTIEQUAL_-1204211858', u'MULTIEQUAL_-1204211732'), (u'INDIRECT_-1204211731', u'MULTIEQUAL_-1204211692'), (u'CALL_-1204214999', u'INDIRECT_-1204211209'), (u'INDIRECT_-1204212097', u'MULTIEQUAL_-1204212032'), (u'MULTIEQUAL_-1204212149', u'MULTIEQUAL_-1204212132'), (u'INDIRECT_-1204211521', u'MULTIEQUAL_-1204211481'), ('const-0', u'PTRSUB_-1204210690'), (u'INDIRECT_-1204211580', u'MULTIEQUAL_-1204212032'), ('const-417', u'LOAD_-1204216800'), ('const-4294967244', u'PTRSUB_-1204210742'), (u'INDIRECT_-1204211995', u'MULTIEQUAL_-1204211468'), ('tmp_4951', u'CBRANCH_-1204215747'), ('const-1', u'PTRADD_-1204215879'), (u'MULTIEQUAL_-1204212149', u'MULTIEQUAL_-1204212229'), (u'INDIRECT_-1204211525', u'MULTIEQUAL_-1204211527'), (u'INT_EQUAL_-1204215001', u'CBRANCH_-1204214999'), (u'MULTIEQUAL_-1204211660', u'MULTIEQUAL_-1204211590'), ('const-152', u'PTRSUB_-1204211450'), (u'INDIRECT_-1204211472', u'MULTIEQUAL_-1204212302'), (u'INDIRECT_-1204211164', u'MULTIEQUAL_-1204211994'), (u'CAST_-1204211600', u'COPY_-1204211686'), (u'PTRADD_-1204210978', u'MULTIEQUAL_-1204212454'), ('const-417', u'LOAD_-1204216940'), (u'CALL_-1204215867', u'INDIRECT_-1204211541'), (u'CALL_-1204215051', u'INDIRECT_-1204210690'), (u'MULTIEQUAL_-1204214539', u'INT_ADD_-1204215836'), (u'PTRSUB_-1204211575', u'PTRSUB_-1204211574'), (u'INDIRECT_-1204211437', u'MULTIEQUAL_-1204211411'), ('tmp_5817', u'BRANCH_-1204214406'), ('const-0', u'PTRSUB_-1204211867'), (u'MULTIEQUAL_-1204212455', u'MULTIEQUAL_-1204212438'), (u'INDIRECT_-1204210643', u'COPY_-1204210670'), (u'INDIRECT_-1204213194', u'MULTIEQUAL_-1204214029'), ('const-417', u'LOAD_-1204211846'), ('tmp_10190', u'PTRSUB_-1204210737'), (u'INDIRECT_-1204212098', u'MULTIEQUAL_-1204212127'), ('const-1', u'PTRADD_-1204216864'), ('const-0', u'PTRSUB_-1204211695'), (u'CALL_-1204216686', u'INDIRECT_-1204211765'), (u'INDIRECT_-1204211945', u'MULTIEQUAL_-1204211920'), (u'INDIRECT_-1204212404', u'CAST_-1204210594'), (u'LOAD_-1204215934', u'INT_LESS_-1204215919'), (u'LOAD_-1204215934', u'INT_EQUAL_-1204215919'), ('const-12', u'PTRSUB_-1204211508'), (u'COPY_-1204211491', u'CALL_-1204216716'), (u'INDIRECT_-1204210754', u'COPY_-1204210788'), (u'MULTIEQUAL_-1204211915', u'MULTIEQUAL_-1204211886'), (u'PTRADD_-1204210689', u'INT_NOTEQUAL_-1204214628'), (u'INDIRECT_-1204211421', u'MULTIEQUAL_-1204212251'), (u'COPY_-1204211229', u'COPY_-1204210819'), (u'INT_EQUAL_-1204215825', u'MULTIEQUAL_-1204214251'), ('const-0', u'INT_EQUAL_-1204215846'), (u'CALL_-1204214647', u'INDIRECT_-1204210781'), (u'MULTIEQUAL_-1204211622', u'MULTIEQUAL_-1204211911'), (u'CALL_-1204214647', u'INDIRECT_-1204211123'), (u'INT_LESS_-1204217737', u'CBRANCH_-1204217745'), (u'CALL_-1204214999', u'INDIRECT_-1204211158'), (u'INT_LESS_-1204215750', u'CBRANCH_-1204215747'), (u'INDIRECT_-1204211725', u'MULTIEQUAL_-1204211685'), ('const-0', u'PTRSUB_-1204211105'), ('const-1', u'INT_ADD_-1204216192'), (u'MULTIEQUAL_-1204211583', u'MULTIEQUAL_-1204211566'), (u'CALL_-1204214999', u'INDIRECT_-1204211056'), (u'CALL_-1204214999', u'INDIRECT_-1204210663'), (u'LOAD_-1204216107', u'PTRSUB_-1204211670'), (u'LOAD_-1204216949', u'PTRSUB_-1204211340'), ('tmp_1918', u'CBRANCH_-1204216413'), (u'PTRSUB_-1204211612', u'PTRSUB_-1204211580'), (u'CALL_-1204215051', u'INDIRECT_-1204211083'), (u'PTRSUB_-1204211868', u'PTRSUB_-1204211867'), (u'CALL_-1204214999', u'INDIRECT_-1204211362'), (u'MULTIEQUAL_-1204211692', u'COPY_-1204211049'), (u'PTRSUB_-1204211624', u'LOAD_-1204216111'), (u'INDIRECT_-1204211376', u'MULTIEQUAL_-1204211828'), (u'CALL_-1204215051', u'INDIRECT_-1204211032'), ('const-4294967220', u'PTRSUB_-1204210737'), ('tmp_412', u'CBRANCH_-1204217710'), ('tmp_5968', u'PTRSUB_-1204210945'), (u'CALL_-1204216384', u'INDIRECT_-1204211945'), (u'INT_LESSEQUAL_-1204216811', u'CBRANCH_-1204216809'), ('const-12', u'COPY_-1204215967'), (u'INDIRECT_-1204211920', u'MULTIEQUAL_-1204211887'), ('const-417', u'LOAD_-1204216949'), (u'LOAD_-1204217145', u'PTRSUB_-1204211511'), (u'PTRSUB_-1204211929', u'PTRSUB_-1204211914'), (u'INDIRECT_-1204211081', u'MULTIEQUAL_-1204211795'), (u'CALL_-1204215489', u'INDIRECT_-1204211333'), ('tmp_5240', u'BRANCH_-1204214924'), (u'CALL_-1204216716', u'INDIRECT_-1204212238'), (u'INDIRECT_-1204211890', u'PTRSUB_-1204211816'), (u'INT_EQUAL_-1204215883', u'CBRANCH_-1204215882'), (u'CALL_-1204214421', u'INDIRECT_-1204211101'), ('const-0', u'PTRSUB_-1204211950'), (u'MULTIEQUAL_-1204211630', u'MULTIEQUAL_-1204212017'), (u'COPY_-1204211683', u'MULTIEQUAL_-1204214426'), (u'MULTIEQUAL_-1204211864', u'MULTIEQUAL_-1204211835'), ('tmp_5968', u'PTRSUB_-1204211575'), ('const-417', u'LOAD_-1204216162'), (u'CALL_-1204215051', u'INDIRECT_-1204211389'), (u'INDIRECT_-1204211682', u'COPY_-1204210731'), (u'PTRADD_-1204215997', u'MULTIEQUAL_-1204214451'), ('const-0', u'PTRSUB_-1204211934'), (u'MULTIEQUAL_-1204213784', u'PTRADD_-1204211055'), (u'MULTIEQUAL_-1204212353', u'MULTIEQUAL_-1204212433'), (u'CALL_-1204216113', u'INDIRECT_-1204211236'), (u'MULTIEQUAL_-1204211794', u'MULTIEQUAL_-1204211736'), (u'CAST_-1204211163', u'COPY_-1204211256'), (u'MULTIEQUAL_-1204212013', u'MULTIEQUAL_-1204211887'), ('const-4', u'PTRSUB_-1204211424'), ('const-0', u'PTRSUB_-1204211946'), (u'PTRADD_-1204211112', u'INT_NOTEQUAL_-1204216071'), (u'MULTIEQUAL_-1204211622', u'MULTIEQUAL_-1204211609'), ('const-0', u'PTRSUB_-1204211449'), (u'MULTIEQUAL_-1204212454', u'MULTIEQUAL_-1204212336'), (u'INDIRECT_-1204212251', u'MULTIEQUAL_-1204212300'), (u'CALL_-1204216686', u'INDIRECT_-1204212022'), ('const-417', u'LOAD_-1204216114'), (u'LOAD_-1204217137', u'PTRADD_-1204217059'), (u'CALL_-1204214457', u'INDIRECT_-1204211118'), (u'PTRSUB_-1204211816', u'LOAD_-1204216023'), (u'COPY_-1204211049', u'MULTIEQUAL_-1204213921'), (u'CALL_-1204215978', u'INDIRECT_-1204212353'), (u'INDIRECT_-1204212124', u'MULTIEQUAL_-1204212091'), (u'MULTIEQUAL_-1204211743', u'MULTIEQUAL_-1204211731'), (u'CALL_-1204214667', u'INDIRECT_-1204211472'), (u'LOAD_-1204216234', u'SUBPIECE_-1204211367'), (u'CAST_-1204211059', u'CALL_-1204216384'), ('tmp_362', u'CBRANCH_-1204217745'), (u'INT_LESS_-1204216575', u'CBRANCH_-1204216583'), (u'PTRSUB_-1204211844', u'PTRSUB_-1204211776'), (u'PTRSUB_-1204210699', u'PTRSUB_-1204210654'), ('const-1', u'CALL_-1204215960'), (u'PTRADD_-1204216736', u'CALL_-1204216224'), ('const-0', u'PTRSUB_-1204210762'), (u'CAST_-1204211490', u'LOAD_-1204211846'), (u'MULTIEQUAL_-1204212251', u'MULTIEQUAL_-1204212331'), (u'CALL_-1204215978', u'INDIRECT_-1204212455'), (u'MULTIEQUAL_-1204213837', u'LOAD_-1204216162'), (u'CALL_-1204216453', u'INDIRECT_-1204212022'), ('tmp_1277', u'CBRANCH_-1204216809'), (u'MULTIEQUAL_-1204211711', u'MULTIEQUAL_-1204211682'), ('const-1', u'INT_LESS_-1204217467'), ('const-0', u'COPY_-1204217525'), (u'CALL_-1204215960', u'INDIRECT_-1204211674'), ('const-0', u'INT_EQUAL_-1204217839'), ('tmp_2917', u'CBRANCH_-1204215834'), (u'INDIRECT_-1204211955', u'MULTIEQUAL_-1204211622'), (u'CALL_-1204214667', u'INDIRECT_-1204211421'), (u'CAST_-1204211817', u'INT_SUB_-1204217651'), (u'INT_ADD_-1204216192', u'INT_EQUAL_-1204216183'), (u'STORE_-1204214615', u'INDIRECT_-1204210867'), ('const-4', u'PTRADD_-1204211663'), ('const-4', u'INT_MULT_-1204216830'), (u'PTRSUB_-1204211442', u'PTRSUB_-1204211390'), (u'MULTIEQUAL_-1204212177', u'INT_MULT_-1204213990'), (u'INDIRECT_-1204212047', u'MULTIEQUAL_-1204212022'), (u'CAST_-1204211086', u'CALL_-1204216453'), (u'CAST_-1204210498', u'CALL_-1204214647'), (u'INT_SUB_-1204214529', u'CALL_-1204214503'), (u'LOAD_-1204217132', u'INT_ADD_-1204211520'), (u'MULTIEQUAL_-1204211947', u'MULTIEQUAL_-1204211935'), (u'CALL_-1204214517', u'INDIRECT_-1204211198'), (u'INDIRECT_-1204211765', u'MULTIEQUAL_-1204211732'), (u'CALL_-1204216224', u'INDIRECT_-1204211902'), (u'PTRADD_-1204211901', u'STORE_-1204217701'), (u'MULTIEQUAL_-1204211736', u'MULTIEQUAL_-1204211719'), ('const-417', u'LOAD_-1204216234'), (u'INT_MULT_-1204214070', u'INT_ADD_-1204211820'), (u'CALL_-1204214219', u'INDIRECT_-1204210643'), (u'LOAD_-1204217821', u'CAST_-1204211867'), ('const-56', u'PTRSUB_-1204211951'), ('const-1', u'PTRADD_-1204216447'), (u'CAST_-1204211601', u'COPY_-1204211694'), (u'INDIRECT_-1204211643', u'MULTIEQUAL_-1204211617'), (u'CALL_-1204216623', u'INDIRECT_-1204211944'), (u'CAST_-1204211324', u'CALL_-1204216224'), (u'INDIRECT_-1204211217', u'MULTIEQUAL_-1204212047'), (u'MULTIEQUAL_-1204212268', u'MULTIEQUAL_-1204212142'), ('tmp_4329', u'CBRANCH_-1204216134'), ('tmp_18348', u'MULTIEQUAL_-1204212812'), (u'MULTIEQUAL_-1204214147', u'INT_ADD_-1204214199'), (u'PTRADD_-1204216736', u'CALL_-1204216623'), (u'MULTIEQUAL_-1204211628', u'MULTIEQUAL_-1204211915'), (u'MULTIEQUAL_-1204212115', u'MULTIEQUAL_-1204211989'), (u'CALL_-1204214647', u'INDIRECT_-1204211070'), ('const-1', u'PTRADD_-1204210945'), (u'INT_SUB_-1204217793', u'INT_SRIGHT_-1204217771'), (u'LOAD_-1204216162', u'CALL_-1204216113'), (u'COPY_-1204215998', u'MULTIEQUAL_-1204214382'), (u'INDIRECT_-1204211944', u'MULTIEQUAL_-1204211417'), (u'CALL_-1204215978', u'INDIRECT_-1204212149'), (u'COPY_-1204211686', u'MULTIEQUAL_-1204214426'), ('tmp_616', u'CBRANCH_-1204217603'), (u'COPY_-1204217515', u'MULTIEQUAL_-1204212183'), (u'PTRADD_-1204217059', u'CAST_-1204211396'), ('const-0', u'INT_NOTEQUAL_-1204215834'), (u'PTRSUB_-1204212015', u'PTRSUB_-1204211942'), (u'INDIRECT_-1204211792', u'MULTIEQUAL_-1204211767'), (u'LOAD_-1204217884', u'PTRADD_-1204211901'), (u'MULTIEQUAL_-1204211609', u'MULTIEQUAL_-1204211539'), (u'MULTIEQUAL_-1204211692', u'MULTIEQUAL_-1204211680'), (u'CALL_-1204214647', u'INDIRECT_-1204213100'), (u'CALL_-1204216716', u'INDIRECT_-1204211830'), ('const-417', u'LOAD_-1204215936'), ('const-953', u'CALL_-1204214999'), (u'MULTIEQUAL_-1204211576', u'MULTIEQUAL_-1204211558'), ('tmp_2552', u'CBRANCH_-1204216042'), (u'INT_LESS_-1204217467', u'CBRANCH_-1204217475'), (u'INDIRECT_-1204211674', u'INT_NOTEQUAL_-1204215918'), (u'MULTIEQUAL_-1204211255', u'MULTIEQUAL_-1204211186'), (u'MULTIEQUAL_-1204211627', u'MULTIEQUAL_-1204212166'), ('const-4749752', u'COPY_-1204210723'), (u'INDIRECT_-1204211738', u'MULTIEQUAL_-1204211673'), (u'INDIRECT_-1204211827', u'MULTIEQUAL_-1204211833'), (u'INDIRECT_-1204212124', u'MULTIEQUAL_-1204212073'), (u'INDIRECT_-1204214075', u'INT_ZEXT_-1204215924'), (u'INT_NOTEQUAL_-1204216968', u'CBRANCH_-1204216966'), (u'INDIRECT_-1204212080', u'MULTIEQUAL_-1204212051'), ('tmp_5968', u'PTRSUB_-1204211565'), (u'CALL_-1204215464', u'INDIRECT_-1204211427'), (u'PTRADD_-1204211055', u'INT_NOTEQUAL_-1204215918'), (u'INDIRECT_-1204214075', u'MULTIEQUAL_-1204214103'), (u'COPY_-1204210757', u'MULTIEQUAL_-1204211672'), ('const-417', u'STORE_-1204216031'), (u'LOAD_-1204216552', u'COPY_-1204211245'), (u'MULTIEQUAL_-1204211556', u'MULTIEQUAL_-1204211527'), (u'CALL_-1204215398', u'INDIRECT_-1204211550'), (u'CALL_-1204214647', u'INDIRECT_-1204211276'), (u'INDIRECT_-1204211480', u'MULTIEQUAL_-1204212404'), (u'INDIRECT_-1204211711', u'COPY_-1204215425'), (u'STORE_-1204214952', u'INDIRECT_-1204211081'), (u'LOAD_-1204216042', u'PTRADD_-1204211736'), (u'PTRADD_-1204216864', u'CAST_-1204211276'), (u'CAST_-1204211523', u'LOAD_-1204216084'), (u'MULTIEQUAL_-1204212812', u'MULTIEQUAL_-1204212776'), (u'INDIRECT_-1204211370', u'MULTIEQUAL_-1204212200'), ('const-0', u'CALL_-1204216113'), (u'CALL_-1204215978', u'INDIRECT_-1204212045'), (u'INT_NOTEQUAL_-1204214628', u'CBRANCH_-1204214628'), (u'INDIRECT_-1204211694', u'MULTIEQUAL_-1204211668'), (u'MULTIEQUAL_-1204212200', u'MULTIEQUAL_-1204212183'), (u'INT_SUB_-1204217651', u'INT_SRIGHT_-1204217629'), (u'SUBPIECE_-1204211484', u'INT_ZEXT_-1204217178'), (u'INDIRECT_-1204212149', u'MULTIEQUAL_-1204214481'), (u'CALL_-1204215459', u'INDIRECT_-1204211476'), (u'INDIRECT_-1204211791', u'MULTIEQUAL_-1204211264'), (u'MULTIEQUAL_-1204212776', u'MULTIEQUAL_-1204212535'), (u'CALL_-1204216716', u'INDIRECT_-1204212085'), (u'INDIRECT_-1204211378', u'MULTIEQUAL_-1204212302'), (u'LOAD_-1204217866', u'CALL_-1204216224'), (u'LOAD_-1204217884', u'INT_SUB_-1204214445'), ('const-0', u'INT_EQUAL_-1204216089'), (u'INDIRECT_-1204210690', u'COPY_-1204210730'), (u'INDIRECT_-1204210841', u'MULTIEQUAL_-1204212015'), (u'CALL_-1204216309', u'INDIRECT_-1204211757'), ('const-0', u'COPY_-1204215782'), ('tmp_4571', u'CBRANCH_-1204215945'), (u'PTRSUB_-1204210638', u'CALL_-1204214647'), (u'PTRSUB_-1204211942', u'PTRSUB_-1204211902'), (u'MULTIEQUAL_-1204212368', u'MULTIEQUAL_-1204212127'), (u'MULTIEQUAL_-1204211838', u'MULTIEQUAL_-1204211821'), (u'CALL_-1204216384', u'INDIRECT_-1204211996'), (u'MULTIEQUAL_-1204211590', u'MULTIEQUAL_-1204211532'), (u'BOOL_NEGATE_-1204214061', u'BOOL_AND_-1204215882'), (u'CALL_-1204216623', u'INDIRECT_-1204211995'), ('const-1', u'RETURN_-1204215046'), (u'PTRSUB_-1204211775', u'PTRSUB_-1204211736'), (u'CALL_-1204215051', u'INDIRECT_-1204211236'), (u'CALL_-1204215978', u'INDIRECT_-1204212251'), (u'INDIRECT_-1204212045', u'MULTIEQUAL_-1204211977'), (u'INDIRECT_-1204211148', u'MULTIEQUAL_-1204211111'), (u'LOAD_-1204217884', u'INT_LESS_-1204215750'), (u'COPY_-1204210715', u'CALL_-1204214457'), (u'INDIRECT_-1204211995', u'MULTIEQUAL_-1204211930'), (u'MULTIEQUAL_-1204211762', u'MULTIEQUAL_-1204211692'), (u'CALL_-1204215451', u'INDIRECT_-1204211250'), (u'INT_NOTEQUAL_-1204215896', u'CBRANCH_-1204215896'), (u'PTRSUB_-1204211736', u'PTRSUB_-1204211844'), (u'CALL_-1204215451', u'INDIRECT_-1204211660'), ('const-417', u'LOAD_-1204216100'), (u'INT_NOTEQUAL_-1204217710', u'CBRANCH_-1204217710'), ('const-0', u'PTRSUB_-1204211902'), (u'CALL_-1204216716', u'CAST_-1204211202'), (u'CALL_-1204215805', u'INDIRECT_-1204211569'), (u'INDIRECT_-1204212363', u'MULTIEQUAL_-1204211630'), (u'INT_ADD_-1204216836', u'INT_ADD_-1204211376'), (u'INT_LESS_-1204215825', u'MULTIEQUAL_-1204214356'), (u'CALL_-1204216309', u'INDIRECT_-1204212063'), ('const-4', u'PTRSUB_-1204210666'), (u'INT_MULT_-1204216868', u'INT_ADD_-1204216842'), (u'LOAD_-1204216834', u'INT_LESSEQUAL_-1204216811'), (u'INT_MULT_-1204214029', u'INT_ADD_-1204211787'), ('const-40', u'PTRSUB_-1204211959'), (u'INDIRECT_-1204211050', u'MULTIEQUAL_-1204211795'), (u'MULTIEQUAL_-1204212300', u'MULTIEQUAL_-1204212280'), (u'CALL_-1204216623', u'INDIRECT_-1204212199'), (u'CALL_-1204216269', u'INDIRECT_-1204212047'), ('tmp_10190', u'PTRSUB_-1204210841'), (u'COPY_-1204215425', u'MULTIEQUAL_-1204211211'), (u'INDIRECT_-1204211842', u'MULTIEQUAL_-1204211315'), (u'PTRSUB_-1204211867', u'LOAD_-1204217691'), ('const-0', u'CALL_-1204216113'), ('const-4749778', u'COPY_-1204210662'), ('const-1', u'CALL_-1204216453'), (u'COPY_-1204211661', u'MULTIEQUAL_-1204214420'), ('const-0', u'PTRSUB_-1204212023'), (u'INDIRECT_-1204212506', u'MULTIEQUAL_-1204212535'), (u'MULTIEQUAL_-1204211609', u'MULTIEQUAL_-1204211580'), ('const-4294967244', u'PTRSUB_-1204211539'), (u'LOAD_-1204216949', u'PTRSUB_-1204211352'), (u'COPY_-1204215967', u'MULTIEQUAL_-1204214561'), (u'CAST_-1204211024', u'CALL_-1204216269'), (u'INT_SRIGHT_-1204217629', u'INT_LESS_-1204217607'), (u'CALL_-1204215867', u'INDIRECT_-1204211694'), (u'MULTIEQUAL_-1204214251', u'MULTIEQUAL_-1204214248'), (u'COPY_-1204217569', u'MULTIEQUAL_-1204212484'), (u'LOAD_-1204217884', u'PTRADD_-1204210689'), (u'MULTIEQUAL_-1204214359', u'MULTIEQUAL_-1204214356'), (u'CALL_-1204216224', u'INDIRECT_-1204212057'), ('tmp_5527', u'BRANCH_-1204214607'), (u'CALL_-1204216716', u'INDIRECT_-1204211777'), (u'CALL_-1204216623', u'INDIRECT_-1204211791'), (u'MULTIEQUAL_-1204211685', u'MULTIEQUAL_-1204211668'), (u'CALL_-1204215459', u'INDIRECT_-1204211425'), (u'LOAD_-1204217884', u'INT_LESS_-1204217607'), ('const-2060', u'CALL_-1204214457'), (u'CALL_-1204215451', u'INDIRECT_-1204211456'), (u'MULTIEQUAL_-1204212251', u'MULTIEQUAL_-1204212234'), (u'LOAD_-1204217884', u'INT_SUB_-1204214529'), (u'INDIRECT_-1204211767', u'CAST_-1204211059'), (u'MULTIEQUAL_-1204212302', u'MULTIEQUAL_-1204212285'), ('const-1', u'INT_ADD_-1204211821'), (u'MULTIEQUAL_-1204211626', u'MULTIEQUAL_-1204211813'), (u'MULTIEQUAL_-1204211576', u'MULTIEQUAL_-1204211255'), (u'CALL_-1204216623', u'INT_EQUAL_-1204216565'), (u'LOAD_-1204217827', u'CAST_-1204211868'), (u'INDIRECT_-1204211268', u'MULTIEQUAL_-1204214481'), (u'CALL_-1204216716', u'INDIRECT_-1204211488'), (u'CALL_-1204215960', u'INDIRECT_-1204211776'), (u'INDIRECT_-1204212506', u'MULTIEQUAL_-1204212455'), (u'INDIRECT_-1204212200', u'MULTIEQUAL_-1204212229'), (u'COPY_-1204217505', u'MULTIEQUAL_-1204212229'), ('const-2', u'PTRADD_-1204211659'), (u'MULTIEQUAL_-1204211621', u'MULTIEQUAL_-1204211556'), (u'INDIRECT_-1204211572', u'MULTIEQUAL_-1204211532'), (u'CALL_-1204214667', u'INDIRECT_-1204211319'), (u'CALL_-1204216453', u'INDIRECT_-1204211716'), ('const-0', u'PTRSUB_-1204211624'), (u'COPY_-1204211245', u'PIECE_-1204211716'), (u'COPY_-1204211040', u'MULTIEQUAL_-1204213784'), (u'LOAD_-1204217827', u'INT_NOTEQUAL_-1204217710'), (u'MULTIEQUAL_-1204214248', u'BOOL_NEGATE_-1204214018'), (u'INDIRECT_-1204211541', u'MULTIEQUAL_-1204211515'), ('const-4', u'PTRSUB_-1204211908'), ('const-0', u'PTRSUB_-1204210621'), (u'INDIRECT_-1204211884', u'MULTIEQUAL_-1204211886'), (u'PTRSUB_-1204211797', u'PTRSUB_-1204211758'), (u'MULTIEQUAL_-1204214350', u'MULTIEQUAL_-1204214103'), (u'CALL_-1204215398', u'INDIRECT_-1204211397'), (u'CALL_-1204214503', u'INDIRECT_-1204210841'), ('const-0', u'PTRSUB_-1204211986'), (u'COPY_-1204217525', u'MULTIEQUAL_-1204212234'), (u'MULTIEQUAL_-1204214356', u'BOOL_NEGATE_-1204214019'), (u'INDIRECT_-1204211629', u'MULTIEQUAL_-1204211590'), (u'MULTIEQUAL_-1204212015', u'MULTIEQUAL_-1204211774'), (u'LOAD_-1204216926', u'INT_MULT_-1204216868'), (u'CALL_-1204216716', u'INDIRECT_-1204211881'), (u'COPY_-1204211229', u'MULTIEQUAL_-1204214039'), (u'INT_ZEXT_-1204216218', u'MULTIEQUAL_-1204214346'), (u'CAST_-1204211523', u'PTRADD_-1204211648'), ('const-12', u'PTRSUB_-1204211641'), (u'BOOL_NEGATE_-1204211960', u'CBRANCH_-1204215978'), ('tmp_1650', u'CBRANCH_-1204216583'), ('tmp_5968', u'PTRSUB_-1204210888'), (u'CALL_-1204215489', u'INDIRECT_-1204211590'), (u'PTRADD_-1204210945', u'MULTIEQUAL_-1204212300'), (u'INDIRECT_-1204212312', u'MULTIEQUAL_-1204211629'), ('const-869', u'CALL_-1204215051'), (u'COPY_-1204211322', u'CALL_-1204216309'), (u'PTRSUB_-1204211910', u'PTRSUB_-1204211889'), ('const-4', u'PTRSUB_-1204211543'), ('const-0', u'PTRSUB_-1204211797'), (u'CALL_-1204215978', u'INDIRECT_-1204211756'), (u'COPY_-1204211691', u'MULTIEQUAL_-1204214444'), (u'COPY_-1204215782', u'MULTIEQUAL_-1204214386'), (u'LOAD_-1204216940', u'PTRADD_-1204216864'), (u'MULTIEQUAL_-1204211762', u'MULTIEQUAL_-1204211733'), (u'CAST_-1204211565', u'COPY_-1204211656'), ('tmp_5968', u'PTRSUB_-1204210665'), (u'PTRSUB_-1204211946', u'LOAD_-1204217821'), ('const-4751052', u'COPY_-1204211322'), ('const-417', u'LOAD_-1204216827'), (u'CALL_-1204214647', u'INDIRECT_-1204211531'), (u'SUBPIECE_-1204211367', u'INT_ZEXT_-1204216218'), (u'MULTIEQUAL_-1204212177', u'CALL_-1204215978'), ('const-4753056', u'COPY_-1204210658'), (u'PTRSUB_-1204211950', u'PTRSUB_-1204211910'), (u'LOAD_-1204216107', u'INT_EQUAL_-1204216089'), (u'PTRADD_-1204216047', u'CAST_-1204211523'), (u'INT_EQUAL_-1204215919', u'MULTIEQUAL_-1204214274'), ('tmp_5968', u'CAST_-1204211190'), ('tmp_5968', u'CAST_-1204211324'), (u'INDIRECT_-1204211796', u'MULTIEQUAL_-1204211770'), (u'INDIRECT_-1204212098', u'MULTIEQUAL_-1204212073'), (u'INT_EQUAL_-1204215984', u'MULTIEQUAL_-1204214274'), (u'INDIRECT_-1204211902', u'MULTIEQUAL_-1204211621'), ('const-417', u'LOAD_-1204216079'), (u'CALL_-1204215978', u'INDIRECT_-1204212302'), ('const-4750997', u'COPY_-1204215961'), (u'COPY_-1204211664', u'MULTIEQUAL_-1204214420'), (u'INT_SRIGHT_-1204217771', u'INT_LESS_-1204217749'), (u'MULTIEQUAL_-1204211186', u'MULTIEQUAL_-1204211128'), (u'CALL_-1204214517', u'INDIRECT_-1204211402'), (u'INT_ADD_-1204211751', u'INT_ADD_-1204216031'), ('const-61', u'PTRSUB_-1204211736'), (u'INDIRECT_-1204212353', u'MULTIEQUAL_-1204212302'), (u'INDIRECT_-1204211476', u'MULTIEQUAL_-1204211432'), (u'INDIRECT_-1204211869', u'MULTIEQUAL_-1204211818'), ('const-417', u'STORE_-1204214952'), ('const-417', u'STORE_-1204216062'), (u'CALL_-1204216623', u'INDIRECT_-1204212148'), ('const-3', u'INT_SRIGHT_-1204217629'), (u'CALL_-1204214503', u'INDIRECT_-1204211591'), (u'INT_ADD_-1204215765', u'MULTIEQUAL_-1204212080'), ('const-0', u'PTRSUB_-1204212023'), (u'CALL_-1204216309', u'INDIRECT_-1204211706'), (u'MULTIEQUAL_-1204211634', u'MULTIEQUAL_-1204211617'), (u'CALL_-1204216716', u'INDIRECT_-1204212136'), (u'INDIRECT_-1204211663', u'MULTIEQUAL_-1204211612'), ('const-4', u'PTRSUB_-1204211620'), ('const-1', u'PTRADD_-1204211055'), (u'CALL_-1204215451', u'INDIRECT_-1204210961'), (u'INT_ADD_-1204216104', u'PTRADD_-1204216047'), (u'INDIRECT_-1204210961', u'MULTIEQUAL_-1204210911'), (u'INDIRECT_-1204212302', u'MULTIEQUAL_-1204212234'), (u'CALL_-1204215398', u'INDIRECT_-1204211703'), ('const-1', u'SUBPIECE_-1204211716'), (u'INDIRECT_-1204211878', u'MULTIEQUAL_-1204211884'), ('const-132', u'PTRSUB_-1204210715'), (u'LOAD_-1204216932', u'PTRADD_-1204216772'), (u'MULTIEQUAL_-1204214039', u'PTRSUB_-1204211105'), (u'INDIRECT_-1204211818', u'MULTIEQUAL_-1204211785'), (u'CAST_-1204210758', u'CALL_-1204215459'), (u'MULTIEQUAL_-1204211692', u'INT_NOTEQUAL_-1204216042'), ('tmp_5968', u'PTRSUB_-1204211704'), (u'INDIRECT_-1204211894', u'MULTIEQUAL_-1204211627'), (u'INDIRECT_-1204212149', u'STORE_-1204214993'), (u'CALL_-1204216453', u'INDIRECT_-1204211818'), (u'LOAD_-1204211846', u'CALL_-1204215978'), (u'CALL_-1204215464', u'INDIRECT_-1204211325'), (u'INDIRECT_-1204211348', u'MULTIEQUAL_-1204211312'), (u'INDIRECT_-1204212148', u'MULTIEQUAL_-1204211621'), (u'MULTIEQUAL_-1204214420', u'PTRADD_-1204215780'), ('const-2', u'INT_SRIGHT_-1204217771'), (u'INT_ADD_-1204211520', u'PTRADD_-1204217059'), ('const-0', u'PTRSUB_-1204211776'), ('const-1', u'INT_ADD_-1204215921'), ('const-8', u'INT_MULT_-1204216019'), ('const-0', u'INT_NOTEQUAL_-1204217095'), (u'LOAD_-1204217691', u'INT_NOTEQUAL_-1204214628'), ('const-32', u'INT_ADD_-1204216106'), (u'CALL_-1204216716', u'INDIRECT_-1204212187'), (u'CALL_-1204214999', u'INDIRECT_-1204211107'), ('const-3', u'INT_MULT_-1204213990'), (u'INT_EQUAL_-1204215825', u'CBRANCH_-1204215826'), (u'LOAD_-1204216084', u'PTRADD_-1204215997'), (u'PTRADD_-1204216736', u'CALL_-1204216269'), (u'MULTIEQUAL_-1204214451', u'CALL_-1204215978'), ('const-417', u'LOAD_-1204217866'), (u'MULTIEQUAL_-1204211186', u'MULTIEQUAL_-1204211174'), ('const-152', u'PTRSUB_-1204211575'), ('const-1', u'PTRADD_-1204215874'), (u'INDIRECT_-1204211843', u'MULTIEQUAL_-1204211818'), ('const-0', u'PTRSUB_-1204211341'), (u'PTRADD_-1204211697', u'CAST_-1204211644'), ('const-4294967294', u'INT_MULT_-1204214070'), (u'BOOL_AND_-1204215882', u'INT_EQUAL_-1204215883'), ('const-4', u'PTRADD_-1204210945'), ('const-80', u'PTRSUB_-1204211868'), (u'MULTIEQUAL_-1204211590', u'MULTIEQUAL_-1204211578'), ('const-0', u'PTRSUB_-1204210665'), (u'LOAD_-1204217884', u'INT_LESSEQUAL_-1204215905'), (u'INDIRECT_-1204211893', u'MULTIEQUAL_-1204211828'), (u'CALL_-1204216686', u'INDIRECT_-1204212124'), (u'PTRADD_-1204211659', u'LOAD_-1204216036'), (u'CALL_-1204215489', u'INDIRECT_-1204211692'), (u'MULTIEQUAL_-1204212051', u'MULTIEQUAL_-1204212015'), (u'INT_EQUAL_-1204216788', u'CBRANCH_-1204216780'), (u'CALL_-1204216269', u'INDIRECT_-1204211945'), ('const-132', u'PTRSUB_-1204211942'), (u'COPY_-1204217525', u'MULTIEQUAL_-1204212331'), (u'MULTIEQUAL_-1204214420', u'LOAD_-1204215840'), (u'PTRSUB_-1204212060', u'PTRSUB_-1204211986'), (u'MULTIEQUAL_-1204214561', u'INT_ADD_-1204215930'), (u'INT_ADD_-1204211376', u'PTRADD_-1204216772'), (u'INDIRECT_-1204211893', u'MULTIEQUAL_-1204211366'), (u'COPY_-1204211653', u'MULTIEQUAL_-1204214402'), ('const-417', u'STORE_-1204214615'), (u'INDIRECT_-1204211125', u'MULTIEQUAL_-1204211090'), (u'INT_SRIGHT_-1204217629', u'INT_SUB_-1204214529'), (u'MULTIEQUAL_-1204211795', u'MULTIEQUAL_-1204211774'), (u'PTRSUB_-1204211835', u'PTRSUB_-1204211767'), ('const-1', u'PTRADD_-1204215997'), (u'PTRSUB_-1204211867', u'PTRSUB_-1204211797'), ('tmp_174', u'CBRANCH_-1204217838'), ('const-0', u'PTRSUB_-1204210888'), (u'INT_ZEXT_-1204217178', u'MULTIEQUAL_-1204214346'), (u'MULTIEQUAL_-1204214147', u'INT_MULT_-1204216830'), (u'MULTIEQUAL_-1204212438', u'MULTIEQUAL_-1204212319'), (u'CALL_-1204215451', u'MULTIEQUAL_-1204211315'), (u'INT_ZEXT_-1204215924', u'INT_MULT_-1204214070'), (u'INT_ADD_-1204211821', u'PTRADD_-1204215879'), (u'INDIRECT_-1204211818', u'MULTIEQUAL_-1204211767'), (u'CALL_-1204215489', u'INDIRECT_-1204211641'), (u'MULTIEQUAL_-1204212776', u'MULTIEQUAL_-1204212438'), (u'MULTIEQUAL_-1204213784', u'LOAD_-1204216009'), (u'PTRSUB_-1204211334', u'CAST_-1204211163'), (u'INDIRECT_-1204211971', u'MULTIEQUAL_-1204211920'), (u'MULTIEQUAL_-1204211623', u'MULTIEQUAL_-1204211962'), (u'INDIRECT_-1204212006', u'MULTIEQUAL_-1204211623'), ('const-0', u'PTRSUB_-1204211737'), (u'CALL_-1204216716', u'INDIRECT_-1204212034'), (u'INDIRECT_-1204212046', u'MULTIEQUAL_-1204211519'), (u'INDIRECT_-1204211490', u'MULTIEQUAL_-1204211464'), (u'INDIRECT_-1204212353', u'MULTIEQUAL_-1204212382'), (u'CALL_-1204215464', u'INDIRECT_-1204211580'), (u'COPY_-1204210683', u'CALL_-1204215051'), (u'CALL_-1204214517', u'INDIRECT_-1204211249'), (u'PTRSUB_-1204211602', u'PTRSUB_-1204211543'), (u'INT_SUB_-1204217167', u'INT_LESS_-1204217154'), (u'INDIRECT_-1204211183', u'MULTIEQUAL_-1204212368'), (u'MULTIEQUAL_-1204211787', u'MULTIEQUAL_-1204211770'), (u'PTRSUB_-1204211914', u'PTRSUB_-1204211908'), (u'INT_ZEXT_-1204215835', u'INT_MULT_-1204214029'), ('const-1', u'COPY_-1204217495'), ('const-4', u'PTRADD_-1204211736'), (u'INDIRECT_-1204211782', u'MULTIEQUAL_-1204211743'), (u'CALL_-1204215960', u'INDIRECT_-1204211725'), (u'INT_LESSEQUAL_-1204215905', u'CBRANCH_-1204215904'), (u'COPY_-1204217505', u'MULTIEQUAL_-1204212132'), ('tmp_10190', u'PTRSUB_-1204210643'), (u'PTRSUB_-1204211776', u'PTRSUB_-1204211737'), ('const-1', u'INT_ADD_-1204211786'), ('const-4294967244', u'PTRSUB_-1204210643'), (u'CALL_-1204215451', u'INDIRECT_-1204211405'), (u'INDIRECT_-1204214075', u'INT_ZEXT_-1204215929'), (u'CALL_-1204216453', u'INDIRECT_-1204212124'), (u'PTRSUB_-1204210737', u'CALL_-1204214667'), (u'CALL_-1204216113', u'INDIRECT_-1204211935'), ('tmp_10190', u'PTRSUB_-1204211539'), (u'PTRSUB_-1204211334', u'INT_NOTEQUAL_-1204216414'), (u'MULTIEQUAL_-1204214481', u'INT_ADD_-1204215921'), ('const-417', u'LOAD_-1204216834'), (u'PTRSUB_-1204211902', u'PTRSUB_-1204211881'), ('const-1', u'INT_NOTEQUAL_-1204216984'), ('tmp_1325', u'CBRANCH_-1204216780'), ('const-417', u'LOAD_-1204216552'), (u'MULTIEQUAL_-1204211947', u'MULTIEQUAL_-1204211889'), (u'INDIRECT_-1204211711', u'COPY_-1204210757'), (u'INDIRECT_-1204211327', u'MULTIEQUAL_-1204212251'), ('const-417', u'LOAD_-1204216071'), (u'LOAD_-1204216111', u'PTRADD_-1204216047'), (u'PTRADD_-1204216447', u'STORE_-1204216507'), (u'MULTIEQUAL_-1204211692', u'MULTIEQUAL_-1204211634'), (u'INT_NOTEQUAL_-1204215834', u'CBRANCH_-1204215834'), ('const-56', u'PTRSUB_-1204211910'), (u'MULTIEQUAL_-1204212234', u'MULTIEQUAL_-1204212115'), (u'CALL_-1204216384', u'INDIRECT_-1204211792'), (u'CALL_-1204216269', u'INDIRECT_-1204211996'), (u'MULTIEQUAL_-1204212183', u'MULTIEQUAL_-1204211762'), ('const-4749752', u'COPY_-1204210636'), (u'PTRSUB_-1204210945', u'CALL_-1204216113'), (u'CAST_-1204211653', u'INT_ADD_-1204216031'), (u'PTRSUB_-1204211758', u'LOAD_-1204216114'), (u'MULTIEQUAL_-1204212132', u'MULTIEQUAL_-1204212013'), (u'CALL_-1204215978', u'INDIRECT_-1204212404'), (u'INDIRECT_-1204211898', u'MULTIEQUAL_-1204211872'), ('const-0', u'CALL_-1204216453'), (u'INT_ADD_-1204216031', u'CAST_-1204211652'), (u'PTRSUB_-1204211539', u'CAST_-1204211377'), (u'PTRSUB_-1204212005', u'PTRSUB_-1204211934'), (u'CALL_-1204216224', u'INDIRECT_-1204211613'), (u'INDIRECT_-1204212353', u'MULTIEQUAL_-1204212285'), ('const-1', u'PTRADD_-1204215785'), ('tmp_2773', u'CBRANCH_-1204215916'), (u'CALL_-1204216623', u'INDIRECT_-1204211738'), (u'BOOL_NEGATE_-1204214019', u'BOOL_AND_-1204215788'), (u'MULTIEQUAL_-1204211090', u'COPY_-1204211169'), (u'COPY_-1204217495', u'MULTIEQUAL_-1204212080'), (u'MULTIEQUAL_-1204212080', u'MULTIEQUAL_-1204211660'), (u'INDIRECT_-1204211325', u'MULTIEQUAL_-1204211777'), (u'CALL_-1204214517', u'INDIRECT_-1204211351'), ('tmp_10190', u'PTRSUB_-1204210638'), (u'CALL_-1204215451', u'CAST_-1204210660'), (u'MULTIEQUAL_-1204212015', u'MULTIEQUAL_-1204211677'), (u'MULTIEQUAL_-1204211624', u'MULTIEQUAL_-1204212013'), (u'INDIRECT_-1204211894', u'MULTIEQUAL_-1204211869'), (u'INDIRECT_-1204210725', u'COPY_-1204210757'), (u'COPY_-1204210723', u'CALL_-1204214457'), (u'INT_ADD_-1204216820', u'INT_ADD_-1204211376'), ('const-0', u'PTRSUB_-1204211889'), (u'LOAD_-1204217121', u'INT_NOTEQUAL_-1204217095'), (u'MULTIEQUAL_-1204211889', u'MULTIEQUAL_-1204211872'), ('const-0', u'INT_NOTEQUAL_-1204215555'), (u'CALL_-1204215464', u'INDIRECT_-1204211274'), (u'INT_LESS_-1204215919', u'MULTIEQUAL_-1204214382'), (u'INT_LESS_-1204215919', u'MULTIEQUAL_-1204214379'), (u'MULTIEQUAL_-1204214356', u'INT_EQUAL_-1204215789'), (u'CALL_-1204215398', u'INDIRECT_-1204211293'), (u'MULTIEQUAL_-1204211558', u'MULTIEQUAL_-1204211432'), ('const-1', u'PTRADD_-1204211112'), (u'PTRSUB_-1204210643', u'CALL_-1204214647'), (u'CALL_-1204215960', u'INDIRECT_-1204211179'), (u'INT_NOTEQUAL_-1204216984', u'CBRANCH_-1204216983'), (u'INDIRECT_-1204212175', u'MULTIEQUAL_-1204212142'), (u'CALL_-1204216686', u'INDIRECT_-1204211476'), (u'CALL_-1204214667', u'INDIRECT_-1204213194'), (u'CAST_-1204211868', u'INT_SUB_-1204217793'), (u'INT_EQUAL_-1204215883', u'MULTIEQUAL_-1204214251'), ('const-4294967252', u'PTRSUB_-1204210891'), ('tmp_5968', u'PTRSUB_-1204210699'), (u'CALL_-1204214421', u'INDIRECT_-1204210812'), (u'INDIRECT_-1204211690', u'MULTIEQUAL_-1204211623'), (u'CAST_-1204211566', u'COPY_-1204211664'), (u'CALL_-1204215805', u'INDIRECT_-1204211467'), ('const-0', u'PTRSUB_-1204211383'), ('const-4', u'PTRADD_-1204211655'), (u'CALL_-1204214517', u'INDIRECT_-1204211300'), ('const-417', u'LOAD_-1204217137'), (u'CALL_-1204215459', u'INDIRECT_-1204211629'), (u'INDIRECT_-1204212506', u'MULTIEQUAL_-1204212438'), ('const-0', u'PTRSUB_-1204211894'), ('const-1', u'INT_ADD_-1204214199'), ('tmp_2024', u'CBRANCH_-1204216353'), ('tmp_5968', u'PTRSUB_-1204211479'), (u'INDIRECT_-1204211625', u'MULTIEQUAL_-1204212455'), (u'COPY_-1204210754', u'CALL_-1204214517'), (u'LOAD_-1204216770', u'INT_EQUAL_-1204216755'), (u'COPY_-1204210747', u'MULTIEQUAL_-1204214039'), ('const-4294967295', u'INT_ADD_-1204215836'), (u'INDIRECT_-1204211578', u'MULTIEQUAL_-1204211539'), (u'MULTIEQUAL_-1204211821', u'CALL_-1204215805'), ('tmp_5970', u'CALL_-1204216453'), ('tmp_5968', u'PTRSUB_-1204211602'), (u'CALL_-1204216453', u'CBRANCH_-1204216353'), (u'INDIRECT_-1204212149', u'INT_ADD_-1204215765'), ('tmp_5970', u'CALL_-1204216113'), ('const-0', u'PTRSUB_-1204211729'), (u'MULTIEQUAL_-1204211641', u'MULTIEQUAL_-1204211629'), ('const-0', u'STORE_-1204216507'), (u'INT_ADD_-1204216106', u'INT_ADD_-1204216104'), (u'COPY_-1204211694', u'MULTIEQUAL_-1204214444'), (u'INDIRECT_-1204212108', u'MULTIEQUAL_-1204211625'), (u'CALL_-1204215960', u'INDIRECT_-1204211572'), (u'INDIRECT_-1204214075', u'INT_ZEXT_-1204215835'), (u'MULTIEQUAL_-1204211486', u'MULTIEQUAL_-1204211474'), (u'INT_LESS_-1204215825', u'MULTIEQUAL_-1204214359'), (u'MULTIEQUAL_-1204211630', u'MULTIEQUAL_-1204212319'), ('tmp_4638', u'CBRANCH_-1204215920'), (u'MULTIEQUAL_-1204211623', u'MULTIEQUAL_-1204211660'), (u'CAST_-1204211072', u'INT_NOTEQUAL_-1204216414'), (u'INDIRECT_-1204211004', u'COPY_-1204211048'), ('const-4', u'PTRSUB_-1204211340'), (u'LOAD_-1204216940', u'INT_ADD_-1204211398'), ('const-1', u'PTRADD_-1204211663'), (u'PTRADD_-1204216856', u'CAST_-1204211272'), (u'INDIRECT_-1204211986', u'MULTIEQUAL_-1204211988'), (u'LOAD_-1204216079', u'INT_LESS_-1204216052'), (u'INDIRECT_-1204211468', u'MULTIEQUAL_-1204211428'), (u'CAST_-1204211377', u'CALL_-1204216453'), (u'INT_NOTEQUAL_-1204216042', u'CBRANCH_-1204216042'), (u'CALL_-1204215451', u'INDIRECT_-1204211303'), ('const-4', u'PTRSUB_-1204211580'), (u'PTRSUB_-1204211889', u'PTRSUB_-1204211875'), (u'INDIRECT_-1204211592', u'MULTIEQUAL_-1204211566'), (u'CALL_-1204214667', u'INDIRECT_-1204211164'), (u'INDIRECT_-1204212045', u'MULTIEQUAL_-1204211994'), (u'INT_ADD_-1204215930', u'MULTIEQUAL_-1204214561'), (u'LOAD_-1204216940', u'INT_ADD_-1204216820'), ('const-8', u'PTRSUB_-1204211816'), ('const-417', u'LOAD_-1204215842'), (u'CALL_-1204214503', u'INDIRECT_-1204211130'), (u'PTRSUB_-1204212097', u'PTRSUB_-1204212023'), (u'CALL_-1204214457', u'INDIRECT_-1204211424'), (u'INT_EQUAL_-1204217839', u'CBRANCH_-1204217838'), (u'INDIRECT_-1204211070', u'MULTIEQUAL_-1204211994'), (u'MULTIEQUAL_-1204211845', u'MULTIEQUAL_-1204211787'), (u'PTRSUB_-1204211641', u'LOAD_-1204216140'), (u'CALL_-1204216269', u'INDIRECT_-1204211690'), (u'INDIRECT_-1204211776', u'MULTIEQUAL_-1204211736'), ('const-0', u'CALL_-1204215960'), (u'INDIRECT_-1204211738', u'SUBPIECE_-1204211716'), (u'CALL_-1204216113', u'INDIRECT_-1204211731'), (u'COPY_-1204211237', u'MULTIEQUAL_-1204212134'), (u'INDIRECT_-1204212200', u'INT_EQUAL_-1204215001'), (u'INDIRECT_-1204212149', u'INT_MULT_-1204216019'), ('const-417', u'LOAD_-1204217145'), ('const-152', u'PTRSUB_-1204211479'), (u'PTRSUB_-1204211987', u'PTRSUB_-1204211946'), (u'PTRSUB_-1204211934', u'PTRSUB_-1204211894'), (u'CALL_-1204215051', u'INDIRECT_-1204211338'), ('const-4', u'PTRADD_-1204211055'), (u'COPY_-1204210658', u'CALL_-1204214999'), (u'MULTIEQUAL_-1204211625', u'MULTIEQUAL_-1204211762'), (u'CALL_-1204216113', u'INDIRECT_-1204211782'), (u'MULTIEQUAL_-1204211864', u'MULTIEQUAL_-1204211794'), ('const-0', u'INT_EQUAL_-1204216005'), (u'CALL_-1204214421', u'INDIRECT_-1204211562'), ('tmp_969', u'CBRANCH_-1204216983'), (u'CALL_-1204216224', u'INDIRECT_-1204212210'), ('const-1', u'RETURN_-1204214452'), ('const-0', u'PTRSUB_-1204211621'), ('tmp_4390', u'CBRANCH_-1204216088'), (u'PTRADD_-1204215874', u'COPY_-1204211691'), ('const-152', u'PTRSUB_-1204211565'), ('tmp_5968', u'PTRSUB_-1204211846'), (u'INT_ADD_-1204216842', u'INT_ADD_-1204216836'), ('const-4294967295', u'INT_ADD_-1204215930'), ('tmp_4879', u'CBRANCH_-1204215788'), (u'INDIRECT_-1204211935', u'MULTIEQUAL_-1204211937'), ('tmp_4003', u'CBRANCH_-1204216061'), ('tmp_5968', u'CAST_-1204211478'), (u'CALL_-1204215459', u'INDIRECT_-1204211731'), ('tmp_1001', u'CBRANCH_-1204216966'), (u'CALL_-1204216623', u'INDIRECT_-1204211449'), (u'PTRADD_-1204216736', u'CALL_-1204215464'), ('const-1', u'PTRADD_-1204216047'), (u'PTRSUB_-1204211539', u'CALL_-1204215451'), ('const-1', u'RETURN_-1204214214'), (u'COPY_-1204217495', u'MULTIEQUAL_-1204212177'), ('const-464', u'PTRSUB_-1204212086'), (u'LOAD_-1204216140', u'INT_ADD_-1204216106'), ('const-0', u'SUBPIECE_-1204211367'), (u'MULTIEQUAL_-1204212134', u'COPY_-1204211183'), (u'MULTIEQUAL_-1204214147', u'INT_ADD_-1204216192'), (u'PTRSUB_-1204210654', u'CALL_-1204214503'), (u'INDIRECT_-1204211776', u'MULTIEQUAL_-1204211782'), (u'INDIRECT_-1204211101', u'MULTIEQUAL_-1204212351'), (u'MULTIEQUAL_-1204214029', u'MULTIEQUAL_-1204214103'), ('const-56', u'PTRSUB_-1204211945'), ('const-0', u'PTRSUB_-1204211881'), ('const-4', u'PTRSUB_-1204211324'), (u'INDIRECT_-1204211745', u'MULTIEQUAL_-1204211719'), (u'CALL_-1204215051', u'INDIRECT_-1204211134'), (u'LOAD_-1204215936', u'INT_EQUAL_-1204215919'), (u'LOAD_-1204215936', u'INT_LESS_-1204215919'), (u'BOOL_AND_-1204215788', u'INT_EQUAL_-1204215789'), (u'MULTIEQUAL_-1204211966', u'MULTIEQUAL_-1204211937'), ('const-8', u'PTRADD_-1204211697'), (u'INDIRECT_-1204212251', u'MULTIEQUAL_-1204212200'), (u'CALL_-1204215459', u'INDIRECT_-1204211321'), ('const-152', u'PTRSUB_-1204211696'), (u'STORE_-1204214993', u'INDIRECT_-1204211050'), ('const-0', u'INT_EQUAL_-1204216755'), (u'INDIRECT_-1204211741', u'MULTIEQUAL_-1204211624'), (u'LOAD_-1204217682', u'PTRADD_-1204210689'), (u'PTRSUB_-1204211875', u'PTRSUB_-1204211870'), (u'MULTIEQUAL_-1204212454', u'MULTIEQUAL_-1204212433'), (u'MULTIEQUAL_-1204211977', u'MULTIEQUAL_-1204211556'), ('const-0', u'INT_EQUAL_-1204215984'), (u'CALL_-1204215464', u'INDIRECT_-1204211221'), ('const-1', u'PTRADD_-1204215780'), (u'CALL_-1204215489', u'INDIRECT_-1204211488'), (u'INDIRECT_-1204211623', u'MULTIEQUAL_-1204211583'), (u'PTRSUB_-1204212023', u'PTRSUB_-1204211950'), ('tmp_5509', u'CBRANCH_-1204214628'), (u'PTRADD_-1204211648', u'CAST_-1204211490'), (u'PTRSUB_-1204210762', u'PTRSUB_-1204210715'), (u'LOAD_-1204216123', u'PTRSUB_-1204211868'), (u'CALL_-1204215459', u'INDIRECT_-1204211527'), (u'INDIRECT_-1204211996', u'MULTIEQUAL_-1204211971'), (u'CALL_-1204215805', u'INDIRECT_-1204211671'), (u'MULTIEQUAL_-1204211626', u'MULTIEQUAL_-1204212115'), ('const-0', u'PTRSUB_-1204211992'), (u'INDIRECT_-1204211945', u'MULTIEQUAL_-1204211628'), (u'LOAD_-1204215842', u'INT_LESS_-1204215825'), (u'LOAD_-1204215842', u'INT_EQUAL_-1204215825'), ('tmp_5968', u'PTRSUB_-1204211442'), (u'MULTIEQUAL_-1204212166', u'MULTIEQUAL_-1204212040'), (u'CALL_-1204214647', u'INDIRECT_-1204211174'), (u'PTRSUB_-1204211986', u'PTRSUB_-1204211945'), (u'CALL_-1204215867', u'INDIRECT_-1204211592'), (u'INDIRECT_-1204210867', u'MULTIEQUAL_-1204212015'), (u'CALL_-1204215960', u'INDIRECT_-1204211468'), ('tmp_4736', u'CBRANCH_-1204215851'), (u'LOAD_-1204216834', u'PTRADD_-1204216736'), (u'INDIRECT_-1204211639', u'MULTIEQUAL_-1204211622'), (u'INDIRECT_-1204211523', u'MULTIEQUAL_-1204212353'), (u'INDIRECT_-1204212302', u'MULTIEQUAL_-1204212251'), (u'CALL_-1204216384', u'INDIRECT_-1204212047'), (u'CALL_-1204214457', u'INDIRECT_-1204211169'), ('const-32', u'PTRSUB_-1204211670'), (u'COPY_-1204211004', u'MULTIEQUAL_-1204213921'), (u'PTRSUB_-1204212065', u'PTRSUB_-1204211992'), (u'INDIRECT_-1204211935', u'MULTIEQUAL_-1204211896'), ('const-4', u'PTRADD_-1204211659'), ('const-417', u'LOAD_-1204217132'), (u'COPY_-1204217535', u'MULTIEQUAL_-1204212382'), (u'PIECE_-1204211716', u'MULTIEQUAL_-1204211673'), (u'CALL_-1204216309', u'INDIRECT_-1204211808'), ('tmp_4995', u'CBRANCH_-1204214999'), (u'LOAD_-1204216036', u'INT_AND_-1204216134'), (u'INDIRECT_-1204211405', u'MULTIEQUAL_-1204211366'), (u'MULTIEQUAL_-1204214346', u'INT_NOTEQUAL_-1204216984'), (u'LOAD_-1204216009', u'CALL_-1204215960'), ('const-417', u'LOAD_-1204216030'), (u'CALL_-1204216384', u'INDIRECT_-1204211741'), ('const-4753080', u'COPY_-1204210715'), (u'INT_EQUAL_-1204215825', u'MULTIEQUAL_-1204214248'), (u'CALL_-1204216453', u'INDIRECT_-1204211869'), (u'INDIRECT_-1204212353', u'INT_EQUAL_-1204214960'), (u'INDIRECT_-1204211236', u'MULTIEQUAL_-1204211227'), (u'INDIRECT_-1204212149', u'PTRADD_-1204211697'), (u'LOAD_-1204216042', u'INT_NOTEQUAL_-1204215951'), (u'MULTIEQUAL_-1204211486', u'MULTIEQUAL_-1204211428'), ('const-1', u'INT_SUB_-1204217167'), (u'CAST_-1204211190', u'CALL_-1204216686'), (u'CALL_-1204215867', u'INDIRECT_-1204211437'), ('tmp_4505', u'CBRANCH_-1204216004'), (u'CALL_-1204215464', u'INDIRECT_-1204211376'), (u'CALL_-1204215867', u'INDIRECT_-1204211148'), (u'MULTIEQUAL_-1204211813', u'MULTIEQUAL_-1204211784'), (u'CALL_-1204214517', u'INDIRECT_-1204211453'), (u'INDIRECT_-1204211325', u'CAST_-1204210631'), (u'INT_ADD_-1204215765', u'INT_LESS_-1204215750'), (u'CALL_-1204216113', u'INDIRECT_-1204211578'), ('tmp_5968', u'PTRSUB_-1204212007'), (u'INT_MULT_-1204214071', u'INT_ADD_-1204211821'), (u'MULTIEQUAL_-1204211994', u'MULTIEQUAL_-1204211977'), (u'INDIRECT_-1204213131', u'MULTIEQUAL_-1204214386'), (u'INDIRECT_-1204211613', u'MULTIEQUAL_-1204211576'), ('const-8', u'PTRADD_-1204210689'), (u'PTRSUB_-1204211352', u'PTRSUB_-1204211324'), ('const-1', u'PTRADD_-1204216772'), ('const-132', u'PTRSUB_-1204210654'), (u'INDIRECT_-1204214075', u'MULTIEQUAL_-1204214029'), (u'CALL_-1204215459', u'INDIRECT_-1204211578'), ('const-417', u'LOAD_-1204217682'), (u'MULTIEQUAL_-1204214379', u'BOOL_NEGATE_-1204214061'), (u'CALL_-1204216686', u'INDIRECT_-1204211971'), (u'INDIRECT_-1204211623', u'MULTIEQUAL_-1204211629'), (u'COPY_-1204216094', u'MULTIEQUAL_-1204214451'), ('tmp_5968', u'PTRSUB_-1204211450'), (u'PTRSUB_-1204211736', u'LOAD_-1204215999'), (u'INDIRECT_-1204211427', u'MULTIEQUAL_-1204211879'), (u'INT_EQUAL_-1204216755', u'CBRANCH_-1204216752'), ('const-1', u'INT_EQUAL_-1204216565'), (u'INDIRECT_-1204211884', u'INT_NOTEQUAL_-1204216071'), (u'CALL_-1204215398', u'INDIRECT_-1204211004'), (u'MULTIEQUAL_-1204214444', u'LOAD_-1204215934'), (u'COPY_-1204211656', u'MULTIEQUAL_-1204214402'), ('tmp_5044', u'BRANCH_-1204214965'), (u'MULTIEQUAL_-1204211694', u'MULTIEQUAL_-1204211774'), (u'LOAD_-1204217884', u'INT_LESS_-1204217467'), (u'PTRSUB_-1204211334', u'COPY_-1204211229'), (u'MULTIEQUAL_-1204211977', u'MULTIEQUAL_-1204211858'), (u'CALL_-1204216453', u'INDIRECT_-1204211767'), (u'INDIRECT_-1204212226', u'MULTIEQUAL_-1204212193'), (u'CALL_-1204215489', u'CAST_-1204210758'), ('const-4749778', u'COPY_-1204210691'), (u'CALL_-1204216623', u'INT_LESS_-1204216575'), (u'CALL_-1204214667', u'INDIRECT_-1204211523'), ('const-4', u'PTRSUB_-1204211612'), ('tmp_5968', u'PTRSUB_-1204211837'), (u'PTRSUB_-1204211737', u'LOAD_-1204216071'), (u'LOAD_-1204216827', u'INT_LESSEQUAL_-1204216811'), ('const-1', u'RETURN_-1204214512'), (u'INDIRECT_-1204212022', u'MULTIEQUAL_-1204211971'), (u'INDIRECT_-1204211725', u'COPY_-1204211004'), (u'INT_EQUAL_-1204216183', u'CBRANCH_-1204216181'), (u'CALL_-1204215464', u'INDIRECT_-1204211529'), (u'INT_ZEXT_-1204215830', u'INT_MULT_-1204214028'), (u'LOAD_-1204216932', u'PTRADD_-1204216856'), (u'CALL_-1204216623', u'INT_NOTEQUAL_-1204215555'), ('tmp_5968', u'PTRSUB_-1204212060'), ('const-0', u'PTRSUB_-1204211982'), (u'MULTIEQUAL_-1204211994', u'MULTIEQUAL_-1204212074'), (u'INDIRECT_-1204211562', u'MULTIEQUAL_-1204212812'), (u'COPY_-1204210995', u'MULTIEQUAL_-1204213784'), (u'INT_ADD_-1204211820', u'PTRADD_-1204215874'), (u'COPY_-1204217553', u'MULTIEQUAL_-1204212433'), (u'MULTIEQUAL_-1204211821', u'INT_NOTEQUAL_-1204215834'), (u'INDIRECT_-1204211609', u'MULTIEQUAL_-1204211570'), (u'CALL_-1204214647', u'INDIRECT_-1204211225'), (u'LOAD_-1204216023', u'PTRSUB_-1204211804'), ('const-417', u'LOAD_-1204216036'), ('const-417', u'STORE_-1204214993'), (u'MULTIEQUAL_-1204211556', u'MULTIEQUAL_-1204211486'), (u'MULTIEQUAL_-1204211743', u'INT_NOTEQUAL_-1204216042'), ('const-0', u'COPY_-1204217505'), ('tmp_5968', u'CAST_-1204210746'), ('const-417', u'LOAD_-1204215977'), (u'MULTIEQUAL_-1204214426', u'PTRADD_-1204215879'), (u'LOAD_-1204215977', u'CAST_-1204211566'), ('const-0', u'COPY_-1204217515'), ('tmp_738', u'CBRANCH_-1204217475'), (u'CALL_-1204216686', u'INDIRECT_-1204211818'), (u'INT_ZEXT_-1204217178', u'INT_SUB_-1204217167'), (u'CALL_-1204216309', u'INDIRECT_-1204211859'), ('const-132', u'PTRSUB_-1204211933'), (u'MULTIEQUAL_-1204211428', u'MULTIEQUAL_-1204211411'), (u'INT_EQUAL_-1204215789', u'CBRANCH_-1204215788'), ('const-4', u'INT_ADD_-1204211751'), (u'CALL_-1204216623', u'INDIRECT_-1204211893'), (u'COPY_-1204210691', u'CALL_-1204215051'), ('tmp_5970', u'CALL_-1204215960'), (u'INDIRECT_-1204211179', u'MULTIEQUAL_-1204211128'), (u'INDIRECT_-1204211449', u'MULTIEQUAL_-1204211373'), (u'INT_MULT_-1204216019', u'INT_ADD_-1204211751'), ('const-417', u'LOAD_-1204217821'), (u'MULTIEQUAL_-1204211966', u'MULTIEQUAL_-1204211896'), (u'CALL_-1204215464', u'INDIRECT_-1204211478'), (u'LOAD_-1204215840', u'INT_LESS_-1204215825'), (u'LOAD_-1204215840', u'INT_EQUAL_-1204215825'), (u'INT_LESS_-1204216052', u'CBRANCH_-1204216061'), (u'INT_NOTEQUAL_-1204215555', u'CBRANCH_-1204215554'), (u'INDIRECT_-1204211319', u'MULTIEQUAL_-1204212149'), (u'CALL_-1204216453', u'INDIRECT_-1204211920'), (u'INDIRECT_-1204211731', u'MULTIEQUAL_-1204211733'), (u'CAST_-1204211478', u'CALL_-1204215978'), ('const-0', u'CALL_-1204216113'), (u'COPY_-1204210662', u'CALL_-1204214999'), ('const-0', u'PTRSUB_-1204212015'), (u'COPY_-1204217515', u'MULTIEQUAL_-1204212280'), (u'MULTIEQUAL_-1204211111', u'MULTIEQUAL_-1204211090'), (u'MULTIEQUAL_-1204211911', u'MULTIEQUAL_-1204211785'), (u'CALL_-1204215978', u'INDIRECT_-1204214075'), (u'CALL_-1204215451', u'INDIRECT_-1204211558'), (u'INDIRECT_-1204211507', u'MULTIEQUAL_-1204211468'), (u'PTRADD_-1204211655', u'LOAD_-1204216030'), (u'CALL_-1204214457', u'INDIRECT_-1204211322'), (u'PTRSUB_-1204211508', u'LOAD_-1204217132'), ('const-4', u'PTRADD_-1204211112'), ('const-417', u'STORE_-1204216045'), (u'CALL_-1204215398', u'INDIRECT_-1204211652'), ('const-417', u'LOAD_-1204215840'), (u'CALL_-1204216113', u'INDIRECT_-1204211525'), ('tmp_4195', u'CBRANCH_-1204215950'), (u'PTRSUB_-1204211511', u'LOAD_-1204217137'), ('const-0', u'PTRSUB_-1204211875'), ('tmp_4803', u'CBRANCH_-1204215826'), (u'LOAD_-1204216030', u'INT_AND_-1204216134'), (u'INDIRECT_-1204212200', u'MULTIEQUAL_-1204212149'), (u'CALL_-1204216686', u'INDIRECT_-1204212226'), ('tmp_5191', u'CBRANCH_-1204214958'), (u'CALL_-1204214999', u'INDIRECT_-1204211260'), (u'CALL_-1204216309', u'INDIRECT_-1204211961'), (u'CALL_-1204215051', u'INDIRECT_-1204211287'), (u'INDIRECT_-1204211878', u'MULTIEQUAL_-1204211838'), (u'PTRSUB_-1204211804', u'PTRSUB_-1204211736'), (u'INDIRECT_-1204212045', u'MULTIEQUAL_-1204212074'), (u'MULTIEQUAL_-1204213921', u'CALL_-1204215867'), ('const-1', u'INT_ADD_-1204211820'), ('const-0', u'PTRSUB_-1204211914'), (u'CALL_-1204214457', u'INDIRECT_-1204210725'), ('const-4294967295', u'INT_NOTEQUAL_-1204216135'), (u'INT_LESS_-1204217749', u'CBRANCH_-1204217737'), ('const-417', u'LOAD_-1204216023'), ('tmp_5968', u'CAST_-1204211008'), ('const-0', u'PTRSUB_-1204212060'), (u'PTRSUB_-1204211945', u'PTRSUB_-1204212058'), (u'INDIRECT_-1204212148', u'MULTIEQUAL_-1204212083'), (u'INDIRECT_-1204212022', u'MULTIEQUAL_-1204211989'), (u'INDIRECT_-1204211303', u'MULTIEQUAL_-1204211264'), (u'PTRSUB_-1204212023', u'PTRSUB_-1204211982'), ('const-6384', u'PTRSUB_-1204211804'), (u'CALL_-1204215489', u'INDIRECT_-1204211539'), (u'INDIRECT_-1204212251', u'STORE_-1204214993'), (u'INDIRECT_-1204211767', u'CAST_-1204211072'), ('const-4294967232', u'PTRSUB_-1204210638'), (u'PTRSUB_-1204211383', u'LOAD_-1204216932'), (u'MULTIEQUAL_-1204214147', u'CALL_-1204216453'), (u'CALL_-1204216113', u'INDIRECT_-1204211833'), (u'CALL_-1204215464', u'INDIRECT_-1204210932'), ('const-417', u'LOAD_-1204216140'), (u'CALL_-1204214457', u'INDIRECT_-1204211373'), (u'INDIRECT_-1204211971', u'MULTIEQUAL_-1204211938'), (u'MULTIEQUAL_-1204211627', u'MULTIEQUAL_-1204211864'), (u'CAST_-1204211867', u'INT_SUB_-1204217793'), (u'COPY_-1204215873', u'MULTIEQUAL_-1204214539'), (u'PTRSUB_-1204210621', u'PTRSUB_-1204210597'), (u'INDIRECT_-1204214075', u'INT_ZEXT_-1204215830'), ('const-417', u'LOAD_-1204217691'), (u'CALL_-1204215960', u'INDIRECT_-1204211827'), (u'CALL_-1204215489', u'INDIRECT_-1204211437'), ('const-0', u'SUBPIECE_-1204211484'), (u'CALL_-1204214647', u'INDIRECT_-1204211480'), (u'CALL_-1204215867', u'INDIRECT_-1204211898'), (u'INDIRECT_-1204210875', u'MULTIEQUAL_-1204211694'), ('const-0', u'PTRSUB_-1204211846'), (u'INT_NOTEQUAL_-1204216414', u'CBRANCH_-1204216413'), (u'INDIRECT_-1204211529', u'MULTIEQUAL_-1204211981'), (u'PTRSUB_-1204211729', u'LOAD_-1204216058'), (u'LOAD_-1204216023', u'INT_EQUAL_-1204216005'), (u'CALL_-1204216716', u'INDIRECT_-1204211983'), (u'CAST_-1204211523', u'PTRADD_-1204211663'), ('const-16', u'INT_LESS_-1204216575'), (u'CALL_-1204216224', u'INDIRECT_-1204212159'), (u'MULTIEQUAL_-1204212336', u'MULTIEQUAL_-1204211915'), (u'MULTIEQUAL_-1204212438', u'MULTIEQUAL_-1204212017'), ('const-417', u'LOAD_-1204216058'), (u'MULTIEQUAL_-1204212315', u'MULTIEQUAL_-1204211977'), ('const-56', u'PTRSUB_-1204210597'), (u'INT_ADD_-1204211787', u'PTRADD_-1204215785'), (u'LOAD_-1204217866', u'CALL_-1204215978'), (u'PTRSUB_-1204210841', u'CAST_-1204210675'), (u'INT_MULT_-1204216824', u'INT_ADD_-1204216836'), (u'CALL_-1204216113', u'INDIRECT_-1204211884'), (u'MULTIEQUAL_-1204211896', u'MULTIEQUAL_-1204211838'), (u'INDIRECT_-1204211843', u'MULTIEQUAL_-1204211626'), (u'CALL_-1204215459', u'INDIRECT_-1204211374'), (u'CALL_-1204216309', u'INDIRECT_-1204211655'), (u'INDIRECT_-1204211586', u'MULTIEQUAL_-1204211621'), (u'MULTIEQUAL_-1204211660', u'MULTIEQUAL_-1204211631'), (u'PTRSUB_-1204212058', u'PTRSUB_-1204211987'), (u'CALL_-1204216623', u'INDIRECT_-1204211842'), ('const-4', u'PTRSUB_-1204211352'), (u'MULTIEQUAL_-1204211625', u'MULTIEQUAL_-1204212064'), (u'CALL_-1204216686', u'INDIRECT_-1204212073'), ('const-417', u'LOAD_-1204216131'), ('tmp_5970', u'PTRSUB_-1204212086'), (u'CALL_-1204215978', u'INDIRECT_-1204212200'), (u'LOAD_-1204216058', u'PTRADD_-1204211697'), (u'BOOL_NEGATE_-1204214060', u'BOOL_AND_-1204215882'), ('tmp_880', u'CBRANCH_-1204217095'), (u'CALL_-1204215051', u'INDIRECT_-1204211440'), ('const-4294967294', u'INT_MULT_-1204214028'), (u'CALL_-1204216269', u'INDIRECT_-1204211843'), ('const-0', u'INT_NOTEQUAL_-1204215896'), (u'SUBPIECE_-1204211716', u'PIECE_-1204211716'), ('const-4', u'PTRSUB_-1204211870'), ('const-417', u'LOAD_-1204216042'), (u'PTRSUB_-1204211620', u'PTRSUB_-1204211621'), (u'PTRSUB_-1204211870', u'STORE_-1204217701'), (u'INDIRECT_-1204211660', u'MULTIEQUAL_-1204211621'), (u'INDIRECT_-1204211276', u'MULTIEQUAL_-1204212200'), ('tmp_5968', u'PTRSUB_-1204212023'), (u'CALL_-1204215960', u'INDIRECT_-1204211623'), (u'CALL_-1204214457', u'INDIRECT_-1204211220'), (u'MULTIEQUAL_-1204211677', u'MULTIEQUAL_-1204211558'), (u'INDIRECT_-1204212210', u'MULTIEQUAL_-1204211627'), (u'CALL_-1204215489', u'INDIRECT_-1204211794'), ('const-417', u'LOAD_-1204216770'), ('const-0', u'INT_NOTEQUAL_-1204215951'), (u'INDIRECT_-1204211591', u'MULTIEQUAL_-1204212776'), (u'PTRADD_-1204211112', u'COPY_-1204211049'), ('const-132', u'PTRSUB_-1204211766'), ('tmp_2285', u'CBRANCH_-1204216197'), (u'INDIRECT_-1204211833', u'MULTIEQUAL_-1204211794'), (u'STORE_-1204217701', u'INDIRECT_-1204212080'), (u'INT_AND_-1204216134', u'INT_NOTEQUAL_-1204216135'), ('tmp_5968', u'CAST_-1204211086'), (u'INT_MULT_-1204216092', u'INT_ADD_-1204216104'), (u'CALL_-1204214667', u'INDIRECT_-1204211268'), (u'CALL_-1204214457', u'INDIRECT_-1204211271'), (u'MULTIEQUAL_-1204211896', u'MULTIEQUAL_-1204211884'), ('const-4751022', u'COPY_-1204211491'), (u'LOAD_-1204216084', u'INT_LESS_-1204216052'), (u'MULTIEQUAL_-1204212132', u'MULTIEQUAL_-1204211711'), (u'CALL_-1204215805', u'INDIRECT_-1204211824'), (u'COPY_-1204211237', u'MULTIEQUAL_-1204211672'), (u'MULTIEQUAL_-1204211629', u'MULTIEQUAL_-1204212268'), (u'MULTIEQUAL_-1204213704', u'CALL_-1204215464'), (u'CALL_-1204214999', u'INDIRECT_-1204211311'), (u'INT_LESS_-1204217595', u'CBRANCH_-1204217603'), (u'INDIRECT_-1204213160', u'MULTIEQUAL_-1204214350'), (u'PTRSUB_-1204211449', u'LOAD_-1204216949'), (u'MULTIEQUAL_-1204211677', u'MULTIEQUAL_-1204211255'), (u'PTRSUB_-1204211479', u'PTRSUB_-1204211424'), (u'CAST_-1204211523', u'PTRADD_-1204211659'), (u'INDIRECT_-1204212455', u'MULTIEQUAL_-1204212387'), (u'INT_ZEXT_-1204215929', u'INT_MULT_-1204214071'), (u'INDIRECT_-1204211578', u'MULTIEQUAL_-1204211580'), (u'CALL_-1204215805', u'INDIRECT_-1204211414'), (u'CALL_-1204216453', u'INDIRECT_-1204212073'), (u'INT_EQUAL_-1204216005', u'CBRANCH_-1204216004'), (u'CALL_-1204216686', u'INDIRECT_-1204211920'), (u'INDIRECT_-1204211558', u'MULTIEQUAL_-1204211519'), ('const-13', u'COPY_-1204215873'), ('const-0', u'PTRSUB_-1204211929'), ('const-4294967252', u'PTRSUB_-1204211334'), (u'MULTIEQUAL_-1204212200', u'MULTIEQUAL_-1204212280'), (u'LOAD_-1204217884', u'INT_LESS_-1204217595'), (u'MULTIEQUAL_-1204212387', u'MULTIEQUAL_-1204212268'), (u'INDIRECT_-1204212455', u'MULTIEQUAL_-1204212484'), (u'PTRADD_-1204211663', u'LOAD_-1204216042'), (u'COPY_-1204215961', u'CAST_-1204211600'), (u'MULTIEQUAL_-1204212336', u'MULTIEQUAL_-1204212217'), (u'CALL_-1204215398', u'INDIRECT_-1204211448'), (u'BOOL_NEGATE_-1204214018', u'BOOL_AND_-1204215788'), (u'CAST_-1204211272', u'LOAD_-1204216918'), (u'INDIRECT_-1204212046', u'MULTIEQUAL_-1204211981'), (u'LOAD_-1204216131', u'PTRSUB_-1204211620'), (u'CALL_-1204216224', u'INDIRECT_-1204212108'), (u'CALL_-1204215805', u'INDIRECT_-1204211518'), ('const-1', u'RETURN_-1204214994'), (u'CALL_-1204215867', u'INDIRECT_-1204211490'), (u'PTRSUB_-1204211933', u'PTRSUB_-1204212005'), ('const-0', u'PTRSUB_-1204211987'), (u'CALL_-1204215398', u'INDIRECT_-1204211499'), (u'CALL_-1204215398', u'INDIRECT_-1204211601'), (u'CALL_-1204214421', u'INDIRECT_-1204213131'), ('const-1', u'PTRADD_-1204216856'), ('const-0', u'INT_EQUAL_-1204215940'), ('tmp_795', u'CBRANCH_-1204217162'), ('const-0', u'CALL_-1204216113'), (u'MULTIEQUAL_-1204214271', u'BOOL_NEGATE_-1204214060'), ('const-0', u'COPY_-1204217535'), (u'LOAD_-1204216036', u'STORE_-1204216031'), ('const-0', u'PTRSUB_-1204211844'), ('const-0', u'PTRSUB_-1204211837'), (u'PTRSUB_-1204211695', u'LOAD_-1204216131'), (u'CALL_-1204214517', u'INDIRECT_-1204211147'), ('const-0', u'PTRSUB_-1204210945'), (u'INDIRECT_-1204211680', u'MULTIEQUAL_-1204211641'), (u'COPY_-1204217553', u'MULTIEQUAL_-1204212336'), (u'CALL_-1204216453', u'INDIRECT_-1204211374'), (u'MULTIEQUAL_-1204211624', u'MULTIEQUAL_-1204211711'), (u'STORE_-1204216062', u'INDIRECT_-1204211908'), (u'INT_EQUAL_-1204216565', u'CBRANCH_-1204216562'), ('tmp_366', u'CBRANCH_-1204217737'), (u'CALL_-1204214647', u'INDIRECT_-1204211429'), (u'PTRSUB_-1204212086', u'LOAD_-1204217866'), ('const-1', u'INT_ADD_-1204215765'), (u'INDIRECT_-1204211827', u'MULTIEQUAL_-1204211787'), (u'INDIRECT_-1204211123', u'MULTIEQUAL_-1204212047'), (u'INDIRECT_-1204211782', u'MULTIEQUAL_-1204211784'), (u'MULTIEQUAL_-1204212368', u'MULTIEQUAL_-1204212030'), (u'MULTIEQUAL_-1204214346', u'INT_NOTEQUAL_-1204216968'), (u'INDIRECT_-1204212251', u'PTRADD_-1204210945'), (u'CALL_-1204214647', u'INDIRECT_-1204211378'), (u'CALL_-1204215805', u'INDIRECT_-1204211722'), ('const-417', u'LOAD_-1204216084'), (u'LOAD_-1204217194', u'SUBPIECE_-1204211484'), (u'INT_EQUAL_-1204215919', u'MULTIEQUAL_-1204214271'), (u'MULTIEQUAL_-1204214426', u'LOAD_-1204215936'), (u'CALL_-1204214503', u'INDIRECT_-1204211183'), (u'INDIRECT_-1204211674', u'MULTIEQUAL_-1204211634'), (u'INDIRECT_-1204211236', u'MULTIEQUAL_-1204211186'), (u'INT_ADD_-1204216132', u'INT_MULT_-1204216092'), ('const-417', u'LOAD_-1204216111'), (u'LOAD_-1204216131', u'PTRSUB_-1204211624'), (u'MULTIEQUAL_-1204211481', u'MULTIEQUAL_-1204211464'), (u'CALL_-1204215489', u'INDIRECT_-1204211743'), (u'COPY_-1204210636', u'CALL_-1204214219'), ('const-0', u'PTRSUB_-1204211775'), (u'LOAD_-1204215999', u'INT_EQUAL_-1204215984'), (u'INDIRECT_-1204212149', u'STORE_-1204214952'), (u'LOAD_-1204216918', u'INT_MULT_-1204216824'), (u'INDIRECT_-1204211429', u'MULTIEQUAL_-1204212353'), ('const-0', u'PTRSUB_-1204211835'), (u'MULTIEQUAL_-1204214402', u'PTRADD_-1204215785'), (u'MULTIEQUAL_-1204212047', u'MULTIEQUAL_-1204212127'), (u'MULTIEQUAL_-1204211966', u'COPY_-1204211096'), (u'INT_SRIGHT_-1204217629', u'INT_LESS_-1204217595'), ('const-417', u'LOAD_-1204215999'), ('const-4', u'PTRADD_-1204211648'), (u'PTRSUB_-1204210665', u'PTRSUB_-1204210621'), (u'COPY_-1204210731', u'MULTIEQUAL_-1204212134'), (u'INT_SRIGHT_-1204217771', u'INT_LESS_-1204217737'), (u'CALL_-1204215451', u'INDIRECT_-1204211354'), (u'CALL_-1204216309', u'INDIRECT_-1204211910'), (u'COPY_-1204211043', u'CALL_-1204215489'), (u'COPY_-1204210780', u'MULTIEQUAL_-1204213704'), (u'PTRSUB_-1204211881', u'PTRSUB_-1204211867'), ('tmp_18357', u'MULTIEQUAL_-1204212351'), ('const-4753080', u'COPY_-1204210628'), (u'INDIRECT_-1204211680', u'MULTIEQUAL_-1204211682'), (u'PTRSUB_-1204212007', u'PTRSUB_-1204211933'), (u'INT_ADD_-1204214199', u'MULTIEQUAL_-1204214147'), (u'INDIRECT_-1204211374', u'MULTIEQUAL_-1204211312'), ('const-0', u'PTRSUB_-1204212065'), (u'CAST_-1204210675', u'CALL_-1204215451'), (u'PTRSUB_-1204211105', u'PTRADD_-1204216447'), (u'INT_ADD_-1204215921', u'MULTIEQUAL_-1204212177'), (u'PTRSUB_-1204211837', u'PTRSUB_-1204211766'), (u'INDIRECT_-1204211525', u'MULTIEQUAL_-1204211486'), (u'INDIRECT_-1204212302', u'MULTIEQUAL_-1204212331'), (u'MULTIEQUAL_-1204212134', u'PTRADD_-1204216447'), (u'CALL_-1204214667', u'INDIRECT_-1204211370'), (u'MULTIEQUAL_-1204211621', u'MULTIEQUAL_-1204211858'), ('tmp_618', u'CBRANCH_-1204217596'), (u'INDIRECT_-1204211130', u'MULTIEQUAL_-1204212315'), (u'MULTIEQUAL_-1204212047', u'MULTIEQUAL_-1204212030'), (u'PTRSUB_-1204211908', u'LOAD_-1204217827'), (u'INDIRECT_-1204211221', u'MULTIEQUAL_-1204211673'), (u'MULTIEQUAL_-1204211628', u'MULTIEQUAL_-1204212217'), (u'INDIRECT_-1204211716', u'MULTIEQUAL_-1204211665'), (u'CALL_-1204215960', u'INDIRECT_-1204211878'), ('const-4294967216', u'PTRSUB_-1204210841'), (u'INT_MULT_-1204214028', u'INT_ADD_-1204211786'), (u'MULTIEQUAL_-1204211532', u'MULTIEQUAL_-1204211515'), (u'INT_ADD_-1204215921', u'MULTIEQUAL_-1204212080'), (u'INDIRECT_-1204211929', u'MULTIEQUAL_-1204211889'), (u'INDIRECT_-1204210781', u'MULTIEQUAL_-1204211694'), (u'CALL_-1204215867', u'INDIRECT_-1204211796'), (u'PTRSUB_-1204211696', u'PTRSUB_-1204211695'), (u'MULTIEQUAL_-1204212017', u'MULTIEQUAL_-1204211947'), ('tmp_5968', u'PTRSUB_-1204211875'), (u'CALL_-1204216716', u'INDIRECT_-1204211932'), ('tmp_2506', u'CBRANCH_-1204216069'), ('tmp_18356', u'MULTIEQUAL_-1204212404'), (u'CALL_-1204216269', u'INDIRECT_-1204211639'), (u'INDIRECT_-1204212404', u'INT_EQUAL_-1204214960'), (u'MULTIEQUAL_-1204211966', u'INT_NOTEQUAL_-1204216198'), ('const-0', u'COPY_-1204217569'), ('const-0', u'COPY_-1204215897'), ('tmp_4273', u'CBRANCH_-1204215904'), ('tmp_4541', u'CBRANCH_-1204215978'), ('const-2', u'INT_NOTEQUAL_-1204216968'), (u'INDIRECT_-1204211674', u'MULTIEQUAL_-1204211680'), (u'CALL_-1204216384', u'INDIRECT_-1204211894'), (u'INDIRECT_-1204211174', u'MULTIEQUAL_-1204214481'), (u'CALL_-1204216309', u'CAST_-1204211024'), (u'MULTIEQUAL_-1204212300', u'MULTIEQUAL_-1204212183'), (u'INDIRECT_-1204211690', u'MULTIEQUAL_-1204211665'), (u'CALL_-1204214517', u'INDIRECT_-1204210754'), (u'PTRSUB_-1204211894', u'LOAD_-1204217682'), ('const-4', u'PTRADD_-1204211715'), ('tmp_5113', u'BRANCH_-1204214644'), (u'INDIRECT_-1204211756', u'MULTIEQUAL_-1204211694'), (u'PTRSUB_-1204211341', u'LOAD_-1204216800'), (u'CALL_-1204216384', u'INDIRECT_-1204211637'), (u'CALL_-1204216113', u'INDIRECT_-1204211986'), (u'MULTIEQUAL_-1204211694', u'MULTIEQUAL_-1204211677'), ('const-4489376', u'COPY_-1204211012'), (u'MULTIEQUAL_-1204214539', u'INT_EQUAL_-1204215846'), (u'COPY_-1204215867', u'CAST_-1204211565'), ('const-417', u'LOAD_-1204217827'), (u'MULTIEQUAL_-1204212353', u'MULTIEQUAL_-1204212336'), ('const-417', u'LOAD_-1204216009'), ('const-417', u'LOAD_-1204216123'), (u'CALL_-1204216453', u'INDIRECT_-1204211971'), (u'INDIRECT_-1204211629', u'MULTIEQUAL_-1204211631'), ('tmp_1368', u'CBRANCH_-1204216752'), (u'MULTIEQUAL_-1204212404', u'MULTIEQUAL_-1204212387'), (u'CALL_-1204215978', u'INDIRECT_-1204212506'), ('tmp_3225', u'CBRANCH_-1204216181'), (u'LOAD_-1204216932', u'PTRADD_-1204216864'), ('const-417', u'STORE_-1204217701'), ('const-0', u'PTRSUB_-1204211511'), (u'LOAD_-1204217866', u'INT_EQUAL_-1204217839'), (u'CAST_-1204210594', u'CALL_-1204214667'), (u'INT_EQUAL_-1204215984', u'BOOL_NEGATE_-1204211960'), ('const-152', u'PTRSUB_-1204211442'), ('const-0', u'INT_EQUAL_-1204216788'), (u'CALL_-1204215805', u'INDIRECT_-1204211773'), (u'LOAD_-1204216114', u'PTRADD_-1204211736'), (u'LOAD_-1204217884', u'INT_LESS_-1204217749'), ('const-0', u'COPY_-1204217079'), (u'CALL_-1204215489', u'INDIRECT_-1204211386'), (u'INDIRECT_-1204211531', u'MULTIEQUAL_-1204212455'), (u'PTRSUB_-1204211951', u'PTRSUB_-1204211929'), (u'PTRSUB_-1204211580', u'LOAD_-1204216079'), ('const-417', u'LOAD_-1204217121'), (u'PTRSUB_-1204211424', u'LOAD_-1204216234'), ('const-417', u'LOAD_-1204216926'), (u'MULTIEQUAL_-1204214561', u'INT_EQUAL_-1204215940'), ('const-56', u'PTRSUB_-1204211736'), ('const-24', u'INT_ADD_-1204211520'), (u'CALL_-1204216384', u'INDIRECT_-1204211348'), (u'CALL_-1204216224', u'INDIRECT_-1204211955'), (u'CALL_-1204215978', u'INDIRECT_-1204212098'), ('tmp_5968', u'PTRSUB_-1204212065'), (u'PTRADD_-1204211736', u'LOAD_-1204216107'), (u'CAST_-1204210746', u'CALL_-1204215459'), ('const-0', u'PTRSUB_-1204212058'), ('tmp_3387', u'BRANCH_-1204215437'), (u'PTRADD_-1204216772', u'CAST_-1204211250'), (u'INDIRECT_-1204211154', u'MULTIEQUAL_-1204212404'), (u'LOAD_-1204216030', u'STORE_-1204216045'), (u'CALL_-1204216269', u'INDIRECT_-1204211792'), (u'MULTIEQUAL_-1204212030', u'MULTIEQUAL_-1204211609'), (u'INDIRECT_-1204211944', u'MULTIEQUAL_-1204211879'), ('const-24', u'INT_MULT_-1204216868'), ('const-4', u'PTRADD_-1204210978'), (u'INDIRECT_-1204212073', u'MULTIEQUAL_-1204212040'), (u'MULTIEQUAL_-1204212455', u'MULTIEQUAL_-1204212535'), ('const-4753296', u'COPY_-1204210683'), (u'COPY_-1204217079', u'MULTIEQUAL_-1204214147'), (u'CALL_-1204216224', u'INDIRECT_-1204212006'), (u'CAST_-1204210631', u'COPY_-1204210747'), (u'MULTIEQUAL_-1204214444', u'PTRADD_-1204215874'), ('const-8', u'INT_MULT_-1204216092'), (u'PTRSUB_-1204210742', u'CALL_-1204214667'), ('const-1', u'INT_ADD_-1204211787'), (u'CAST_-1204211250', u'LOAD_-1204216834'), ('const-4', u'PTRADD_-1204211901'), (u'INT_ADD_-1204215765', u'MULTIEQUAL_-1204212177'), (u'INDIRECT_-1204211225', u'MULTIEQUAL_-1204212149'), (u'MULTIEQUAL_-1204211743', u'COPY_-1204211040'), ('const-0', u'CALL_-1204215960'), (u'CAST_-1204211523', u'PTRADD_-1204211655'), (u'MULTIEQUAL_-1204214379', u'INT_EQUAL_-1204215883'), (u'INDIRECT_-1204211725', u'MULTIEQUAL_-1204211731'), (u'PTRSUB_-1204211543', u'LOAD_-1204217194'), (u'COPY_-1204217535', u'MULTIEQUAL_-1204212285'), (u'LOAD_-1204216131', u'PTRSUB_-1204211612'), (u'INDIRECT_-1204212404', u'PTRADD_-1204210978'), ('const-4', u'PTRSUB_-1204211867'), (u'CALL_-1204214667', u'INDIRECT_-1204211625'), ('const-417', u'STORE_-1204216507'), (u'CALL_-1204215867', u'INDIRECT_-1204211643'), ('const-417', u'LOAD_-1204217884'), (u'PTRADD_-1204211901', u'INT_NOTEQUAL_-1204217710'), (u'CAST_-1204211276', u'LOAD_-1204216926'), ('const-4294967294', u'INT_MULT_-1204214029'), (u'MULTIEQUAL_-1204212064', u'MULTIEQUAL_-1204211938'), ('tmp_3253', u'CBRANCH_-1204215554'), (u'MULTIEQUAL_-1204211539', u'MULTIEQUAL_-1204211481'), (u'MULTIEQUAL_-1204211794', u'MULTIEQUAL_-1204211782'), (u'MULTIEQUAL_-1204212319', u'MULTIEQUAL_-1204212193'), (u'MULTIEQUAL_-1204213921', u'INT_NOTEQUAL_-1204215896'), (u'INT_ADD_-1204215921', u'INT_LESSEQUAL_-1204215905'), ('const-0', u'COPY_-1204215998'), (u'CALL_-1204215459', u'INDIRECT_-1204211680'), (u'CALL_-1204214503', u'INDIRECT_-1204213160'), ('const-20', u'INT_MULT_-1204216824'), (u'MULTIEQUAL_-1204212080', u'MULTIEQUAL_-1204211962'), ('const-0', u'CALL_-1204215960'), (u'PTRSUB_-1204211390', u'LOAD_-1204216940'), (u'CALL_-1204216309', u'INDIRECT_-1204211602'), (u'INDIRECT_-1204211449', u'MULTIEQUAL_-1204210911'), ('const-144', u'PTRSUB_-1204211875'), (u'CALL_-1204215459', u'INDIRECT_-1204211032'), (u'INT_SRIGHT_-1204217771', u'INT_SUB_-1204214445'), ('const-152', u'PTRSUB_-1204211704'), ('const-3', u'PTRADD_-1204211655'), (u'CALL_-1204215398', u'INDIRECT_-1204211754'), (u'CALL_-1204216269', u'INDIRECT_-1204211297'), (u'LOAD_-1204216071', u'PTRADD_-1204211715'), (u'CALL_-1204216113', u'INDIRECT_-1204211680'), (u'CALL_-1204216686', u'INDIRECT_-1204212175'), (u'CALL_-1204214667', u'INDIRECT_-1204210875'), ('const-0', u'PTRSUB_-1204210673'), ('const-0', u'PTRSUB_-1204211758'), (u'INT_EQUAL_-1204214960', u'CBRANCH_-1204214958'), (u'CAST_-1204211816', u'INT_SUB_-1204217651'), (u'INDIRECT_-1204211890', u'MULTIEQUAL_-1204211795'), (u'MULTIEQUAL_-1204212302', u'MULTIEQUAL_-1204212382'), (u'INDIRECT_-1204212404', u'STORE_-1204214952'), (u'MULTIEQUAL_-1204214274', u'MULTIEQUAL_-1204214271'), ('tmp_4714', u'CBRANCH_-1204215882'), (u'INDIRECT_-1204212404', u'MULTIEQUAL_-1204212353'), (u'CALL_-1204216453', u'INDIRECT_-1204211663'), (u'CALL_-1204216384', u'INDIRECT_-1204211843'), (u'INDIRECT_-1204211833', u'MULTIEQUAL_-1204211835'), (u'INT_EQUAL_-1204215846', u'CBRANCH_-1204215851'), (u'INDIRECT_-1204211920', u'MULTIEQUAL_-1204211869'), (u'INDIRECT_-1204211468', u'MULTIEQUAL_-1204211474'), (u'PTRSUB_-1204211324', u'LOAD_-1204216827'), (u'PTRADD_-1204211055', u'COPY_-1204210995'), (u'MULTIEQUAL_-1204211128', u'MULTIEQUAL_-1204211111'), (u'LOAD_-1204217121', u'INT_EQUAL_-1204216183'), ('const-417', u'LOAD_-1204216107'), (u'MULTIEQUAL_-1204213837', u'PTRADD_-1204211112'), (u'COPY_-1204217569', u'MULTIEQUAL_-1204212387'), (u'INDIRECT_-1204212047', u'MULTIEQUAL_-1204211630'), (u'PTRADD_-1204216736', u'INT_EQUAL_-1204216788'), (u'CALL_-1204216269', u'INDIRECT_-1204211586'), (u'MULTIEQUAL_-1204212017', u'MULTIEQUAL_-1204211988'), ('tmp_10190', u'PTRSUB_-1204210891'), ('const-1', u'PTRADD_-1204216736'), (u'CAST_-1204211008', u'CALL_-1204216269')]
[('const-156', u'INT_ADD_-1204217178'), (u'INT_NOTEQUAL_-1204215834', u'CBRANCH_-1204215834'), (u'INDIRECT_-1204211679', u'MULTIEQUAL_-1204211685'), (u'INT_LESS_-1204217154', u'CBRANCH_-1204217162'), (u'MULTIEQUAL_-1204211906', u'MULTIEQUAL_-1204211986'), ('const-1', u'PTRADD_-1204211199'), (u'MULTIEQUAL_-1204212462', u'MULTIEQUAL_-1204212542'), (u'INDIRECT_-1204212564', u'MULTIEQUAL_-1204212593'), (u'INDIRECT_-1204212217', u'MULTIEQUAL_-1204211835'), (u'INDIRECT_-1204212386', u'MULTIEQUAL_-1204212353'), (u'INT_ZEXT_-1204217178', u'MULTIEQUAL_-1204214446'), (u'CALL_-1204214647', u'INDIRECT_-1204211742'), (u'INDIRECT_-1204212095', u'INT_NOTEQUAL_-1204216071'), (u'LOAD_-1204217884', u'INT_LESS_-1204217737'), ('tmp_940', u'BRANCH_-1204217047'), (u'MULTIEQUAL_-1204211852', u'MULTIEQUAL_-1204211794'), (u'INDIRECT_-1204212258', u'MULTIEQUAL_-1204212233'), (u'CALL_-1204214517', u'INDIRECT_-1204211562'), (u'CAST_-1204211859', u'PTRADD_-1204211898'), (u'STORE_-1204216045', u'INDIRECT_-1204212110'), (u'COPY_-1204211082', u'MULTIEQUAL_-1204212345'), ('const-80', u'INT_ADD_-1204216098'), (u'INDIRECT_-1204211640', u'MULTIEQUAL_-1204212564'), (u'INDIRECT_-1204212462', u'PTRADD_-1204211199'), (u'LOAD_-1204215977', u'COPY_-1204212045'), (u'CAST_-1204211161', u'STORE_-1204214952'), (u'MULTIEQUAL_-1204211788', u'MULTIEQUAL_-1204211467'), (u'INDIRECT_-1204212411', u'MULTIEQUAL_-1204212360'), (u'COPY_-1204217569', u'MULTIEQUAL_-1204212695'), (u'MULTIEQUAL_-1204214520', u'LOAD_-1204215840'), (u'CAST_-1204212182', u'STORE_-1204217701'), ('const-4751022', u'COPY_-1204211255'), (u'INDIRECT_-1204212360', u'CAST_-1204211127'), (u'CALL_-1204216623', u'INDIRECT_-1204212155'), (u'LOAD_-1204216024', u'CALL_-1204215978'), (u'INDIRECT_-1204211581', u'MULTIEQUAL_-1204212411'), (u'MULTIEQUAL_-1204211840', u'MULTIEQUAL_-1204212428'), (u'COPY_-1204215998', u'MULTIEQUAL_-1204214482'), (u'INDIRECT_-1204213260', u'MULTIEQUAL_-1204214450'), ('const-1', u'PTRADD_-1204211926'), (u'INT_EQUAL_-1204216355', u'CBRANCH_-1204216353'), (u'BOOL_NEGATE_-1204212171', u'CBRANCH_-1204215978'), (u'MULTIEQUAL_-1204211834', u'MULTIEQUAL_-1204211820'), ('const-417', u'LOAD_-1204216009'), (u'CAST_-1204212256', u'LOAD_-1204217884'), (u'CALL_-1204216269', u'INDIRECT_-1204212003'), ('tmp_18061', u'INT_ADD_-1204216055'), ('const-1', u'INT_ADD_-1204212059'), ('const-4', u'PTRADD_-1204211898'), (u'INDIRECT_-1204211732', u'MULTIEQUAL_-1204211738'), (u'MULTIEQUAL_-1204211838', u'MULTIEQUAL_-1204212024'), ('const-417', u'LOAD_-1204217194'), (u'CALL_-1204215464', u'INDIRECT_-1204211740'), (u'CAST_-1204211774', u'MULTIEQUAL_-1204212291'), (u'CALL_-1204214647', u'INDIRECT_-1204211538'), ('tmp_2773', u'CBRANCH_-1204215916'), (u'CAST_-1204211629', u'LOAD_-1204216234'), (u'MULTIEQUAL_-1204211836', u'MULTIEQUAL_-1204211922'), (u'INDIRECT_-1204212513', u'MULTIEQUAL_-1204212445'), (u'CALL_-1204215464', u'INDIRECT_-1204211842'), ('const-1', u'PTRADD_-1204215780'), (u'CALL_-1204214999', u'INDIRECT_-1204210875'), (u'MULTIEQUAL_-1204212579', u'MULTIEQUAL_-1204212338'), ('tmp_18061', u'CALL_-1204215978'), ('const-417', u'LOAD_-1204216058'), ('const-417', u'LOAD_-1204216036'), (u'SUBPIECE_-1204211927', u'PIECE_-1204211927'), (u'CAST_-1204210918', u'INT_SUB_-1204214529'), (u'CAST_-1204212157', u'INT_LESS_-1204217607'), (u'INDIRECT_-1204212360', u'CAST_-1204211983'), (u'COPY_-1204215867', u'CAST_-1204211893'), (u'CALL_-1204216269', u'INDIRECT_-1204212105'), ('const-1', u'PTRADD_-1204215879'), (u'INT_ADD_-1204216043', u'MULTIEQUAL_-1204214551'), (u'CALL_-1204215978', u'INDIRECT_-1204212462'), (u'LOAD_-1204217121', u'INT_NOTEQUAL_-1204217095'), (u'CALL_-1204215451', u'INDIRECT_-1204211173'), ('const-0', u'INT_NOTEQUAL_-1204215555'), ('const-1', u'CALL_-1204216453'), (u'CALL_-1204214517', u'INDIRECT_-1204210966'), (u'CALL_-1204215805', u'INDIRECT_-1204211831'), ('const-417', u'LOAD_-1204215977'), (u'CALL_-1204216224', u'INDIRECT_-1204212319'), (u'CAST_-1204211555', u'CALL_-1204216623'), (u'CALL_-1204215960', u'INDIRECT_-1204211391'), (u'COPY_-1204211534', u'CALL_-1204216309'), (u'INT_NOTEQUAL_-1204216984', u'CBRANCH_-1204216983'), (u'COPY_-1204211170', u'MULTIEQUAL_-1204213804'), (u'INDIRECT_-1204212104', u'MULTIEQUAL_-1204212039'), (u'INT_LESS_-1204217607', u'CBRANCH_-1204217596'), ('const-2', u'INT_SRIGHT_-1204217771'), (u'MULTIEQUAL_-1204212326', u'MULTIEQUAL_-1204212200'), ('const-132', u'INT_ADD_-1204217666'), (u'PTRSUB_-1204210898', u'CALL_-1204214647'), (u'INT_NOTEQUAL_-1204215918', u'CBRANCH_-1204215916'), (u'INDIRECT_-1204211834', u'MULTIEQUAL_-1204211840'), (u'MULTIEQUAL_-1204211840', u'MULTIEQUAL_-1204212126'), (u'CALL_-1204216453', u'INDIRECT_-1204211978'), (u'INDIRECT_-1204212197', u'MULTIEQUAL_-1204212158'), (u'INT_ADD_-1204216033', u'INT_ADD_-1204216031'), (u'INT_MULT_-1204217701', u'INT_ADD_-1204217713'), ('tmp_2807', u'CBRANCH_-1204215896'), (u'INDIRECT_-1204212054', u'MULTIEQUAL_-1204212029'), (u'INT_EQUAL_-1204215940', u'CBRANCH_-1204215945'), (u'MULTIEQUAL_-1204212188', u'MULTIEQUAL_-1204212069'), (u'MULTIEQUAL_-1204211801', u'MULTIEQUAL_-1204211789'), ('tmp_9938', u'PTRSUB_-1204211145'), (u'INDIRECT_-1204211394', u'MULTIEQUAL_-1204212579'), (u'INDIRECT_-1204212182', u'MULTIEQUAL_-1204212131'), (u'INT_ADD_-1204217850', u'CAST_-1204212246'), (u'INT_ADD_-1204216933', u'CAST_-1204211612'), (u'INDIRECT_-1204212615', u'CALL_-1204214667'), (u'MULTIEQUAL_-1204212224', u'MULTIEQUAL_-1204212098'), (u'MULTIEQUAL_-1204213937', u'LOAD_-1204216162'), (u'INT_ADD_-1204217687', u'CAST_-1204212182'), ('const-8', u'INT_ADD_-1204216007'), (u'PTRADD_-1204211649', u'LOAD_-1204216800'), (u'LOAD_-1204216084', u'INT_ADD_-1204216043'), (u'CAST_-1204211982', u'STORE_-1204216045'), ('const-4294967252', u'PTRSUB_-1204211145'), (u'MULTIEQUAL_-1204213884', u'PTRADD_-1204211309'), (u'MULTIEQUAL_-1204211903', u'INT_NOTEQUAL_-1204216042'), (u'MULTIEQUAL_-1204212547', u'MULTIEQUAL_-1204212428'), ('const-4294967293', u'INT_ADD_-1204216132'), (u'CALL_-1204215451', u'CAST_-1204210999'), ('const-417', u'LOAD_-1204216234'), (u'LOAD_-1204216114', u'INT_ADD_-1204216091'), (u'INDIRECT_-1204212155', u'MULTIEQUAL_-1204212090'), (u'INT_NOTEQUAL_-1204216198', u'CBRANCH_-1204216197'), (u'MULTIEQUAL_-1204211954', u'MULTIEQUAL_-1204211942'), (u'INDIRECT_-1204211885', u'MULTIEQUAL_-1204211891'), (u'INT_NOTEQUAL_-1204217095', u'CBRANCH_-1204217095'), ('const-953', u'CALL_-1204214999'), (u'MULTIEQUAL_-1204214482', u'MULTIEQUAL_-1204214479'), (u'COPY_-1204211391', u'MULTIEQUAL_-1204213884'), ('tmp_2024', u'CBRANCH_-1204216353'), (u'MULTIEQUAL_-1204214544', u'LOAD_-1204215934'), (u'CALL_-1204216309', u'INDIRECT_-1204212172'), (u'LOAD_-1204216770', u'INT_EQUAL_-1204216755'), (u'PTRSUB_-1204211588', u'INT_NOTEQUAL_-1204216414'), (u'COPY_-1204210935', u'CALL_-1204214457'), (u'INDIRECT_-1204212268', u'MULTIEQUAL_-1204211836'), ('const-0', u'CALL_-1204216113'), (u'INDIRECT_-1204212007', u'MULTIEQUAL_-1204211981'), (u'INDIRECT_-1204211632', u'MULTIEQUAL_-1204212462'), (u'INDIRECT_-1204211312', u'MULTIEQUAL_-1204212562'), ('const-0', u'CALL_-1204215960'), ('tmp_18061', u'CALL_-1204216269'), (u'CAST_-1204212157', u'CAST_-1204210918'), (u'MULTIEQUAL_-1204214456', u'INT_EQUAL_-1204215789'), (u'CALL_-1204214667', u'INDIRECT_-1204211683'), (u'CALL_-1204215464', u'INDIRECT_-1204211432'), (u'INT_ADD_-1204215765', u'CAST_-1204211872'), ('const-8', u'INT_MULT_-1204216005'), ('const-32', u'INT_ADD_-1204216820'), (u'LOAD_-1204217884', u'CAST_-1204212193'), (u'CAST_-1204212193', u'INT_MULT_-1204217701'), (u'MULTIEQUAL_-1204212075', u'MULTIEQUAL_-1204212046'), (u'INDIRECT_-1204211334', u'MULTIEQUAL_-1204212258'), ('const-4', u'PTRADD_-1204211890'), (u'INT_MULT_-1204216830', u'INT_ADD_-1204216842'), (u'INT_ADD_-1204216048', u'CAST_-1204211994'), ('const-152', u'INT_ADD_-1204217129'), (u'MULTIEQUAL_-1204212649', u'MULTIEQUAL_-1204212228'), (u'INT_ADD_-1204216106', u'INT_ADD_-1204216104'), (u'LOAD_-1204216023', u'INT_ADD_-1204215983'), ('const-4749778', u'COPY_-1204210903'), ('tmp_18061', u'INT_ADD_-1204217675'), (u'INDIRECT_-1204211956', u'MULTIEQUAL_-1204211930'), ('const-417', u'LOAD_-1204216552'), ('const-0', u'RETURN_-1204215757'), (u'INDIRECT_-1204211848', u'MULTIEQUAL_-1204211823'), (u'CALL_-1204214517', u'INDIRECT_-1204211460'), (u'LOAD_-1204216800', u'INT_ADD_-1204216782'), (u'CAST_-1204211555', u'LOAD_-1204216770'), (u'CALL_-1204216686', u'INDIRECT_-1204211688'), (u'CALL_-1204215978', u'INDIRECT_-1204212717'), (u'CALL_-1204215867', u'INDIRECT_-1204211648'), ('const-417', u'STORE_-1204217701'), ('tmp_4638', u'CBRANCH_-1204215920'), (u'INDIRECT_-1204212472', u'MULTIEQUAL_-1204211840'), (u'INDIRECT_-1204211683', u'MULTIEQUAL_-1204212513'), (u'COPY_-1204211098', u'MULTIEQUAL_-1204214139'), (u'INDIRECT_-1204214175', u'MULTIEQUAL_-1204214129'), (u'INT_ADD_-1204216017', u'CAST_-1204211973'), (u'MULTIEQUAL_-1204212049', u'MULTIEQUAL_-1204212032'), (u'INDIRECT_-1204212359', u'MULTIEQUAL_-1204211832'), (u'CALL_-1204214517', u'INDIRECT_-1204211664'), (u'INT_ADD_-1204212026', u'PTRADD_-1204215785'), (u'MULTIEQUAL_-1204212258', u'MULTIEQUAL_-1204212241'), (u'CALL_-1204215451', u'INDIRECT_-1204211769'), ('tmp_1682', u'CBRANCH_-1204216562'), ('const-417', u'LOAD_-1204217137'), (u'INDIRECT_-1204212666', u'MULTIEQUAL_-1204212615'), (u'INT_ADD_-1204214631', u'STORE_-1204214615'), (u'LOAD_-1204216107', u'INT_ADD_-1204215961'), (u'INDIRECT_-1204212105', u'MULTIEQUAL_-1204211839'), (u'INDIRECT_-1204211538', u'MULTIEQUAL_-1204212462'), (u'INT_NOTEQUAL_-1204216042', u'CBRANCH_-1204216042'), (u'CALL_-1204214999', u'INDIRECT_-1204211522'), (u'CAST_-1204211596', u'LOAD_-1204216926'), ('const-164', u'INT_ADD_-1204216124'), (u'INDIRECT_-1204211530', u'MULTIEQUAL_-1204212360'), ('const-4294967295', u'INT_NOTEQUAL_-1204216135'), (u'MULTIEQUAL_-1204211323', u'MULTIEQUAL_-1204211302'), ('const-4294967295', u'INT_ADD_-1204215930'), ('const-40', u'INT_ADD_-1204217868'), ('const-417', u'LOAD_-1204216140'), (u'CAST_-1204211717', u'LOAD_-1204217121'), (u'LOAD_-1204216107', u'STORE_-1204216062'), (u'INDIRECT_-1204212002', u'MULTIEQUAL_-1204211475'), (u'CALL_-1204216623', u'INDIRECT_-1204212359'), (u'CALL_-1204214421', u'INDIRECT_-1204211365'), ('const-4', u'PTRADD_-1204211894'), (u'LOAD_-1204216940', u'INT_ADD_-1204216820'), (u'CALL_-1204214667', u'INDIRECT_-1204211581'), (u'INDIRECT_-1204212003', u'MULTIEQUAL_-1204211837'), (u'CALL_-1204216623', u'CALL_-1204215464'), (u'MULTIEQUAL_-1204214374', u'MULTIEQUAL_-1204214371'), (u'LOAD_-1204216940', u'INT_ADD_-1204216910'), (u'MULTIEQUAL_-1204212158', u'MULTIEQUAL_-1204212100'), (u'INDIRECT_-1204212257', u'MULTIEQUAL_-1204211730'), (u'INT_SRIGHT_-1204217771', u'CAST_-1204212213'), (u'PTRSUB_-1204211588', u'COPY_-1204211580'), (u'INDIRECT_-1204211173', u'MULTIEQUAL_-1204211123'), (u'INT_EQUAL_-1204217839', u'CBRANCH_-1204217838'), (u'INDIRECT_-1204211952', u'MULTIEQUAL_-1204211927'), (u'INT_ZEXT_-1204216218', u'MULTIEQUAL_-1204214446'), (u'LOAD_-1204217821', u'INT_SUB_-1204217793'), (u'MULTIEQUAL_-1204211838', u'MULTIEQUAL_-1204212326'), ('const-417', u'LOAD_-1204216084'), (u'INDIRECT_-1204211536', u'COPY_-1204211098'), (u'MULTIEQUAL_-1204214247', u'INT_ADD_-1204214299'), (u'CALL_-1204215451', u'INDIRECT_-1204211565'), (u'CALL_-1204216224', u'INDIRECT_-1204212523'), (u'INDIRECT_-1204211514', u'MULTIEQUAL_-1204211475'), (u'COPY_-1204212015', u'MULTIEQUAL_-1204214520'), ('const-0', u'CALL_-1204215960'), (u'INDIRECT_-1204211769', u'MULTIEQUAL_-1204211730'), (u'INT_MULT_-1204214171', u'INT_ADD_-1204212060'), (u'CAST_-1204210894', u'INT_SUB_-1204214445'), (u'INDIRECT_-1204212359', u'MULTIEQUAL_-1204212294'), (u'CALL_-1204216309', u'INDIRECT_-1204212070'), (u'CALL_-1204214503', u'INDIRECT_-1204211341'), (u'MULTIEQUAL_-1204211340', u'MULTIEQUAL_-1204211323'), ('tmp_18061', u'CALL_-1204216224'), (u'CALL_-1204216686', u'INDIRECT_-1204212386'), (u'PTRADD_-1204211890', u'LOAD_-1204216016'), (u'INT_ADD_-1204216098', u'CAST_-1204212021'), (u'CAST_-1204211927', u'COPY_-1204212037'), (u'MULTIEQUAL_-1204211770', u'MULTIEQUAL_-1204211644'), ('const-1', u'PTRADD_-1204211366'), (u'LOAD_-1204217682', u'INT_SUB_-1204217651'), (u'INDIRECT_-1204211949', u'MULTIEQUAL_-1204211422'), (u'CALL_-1204215867', u'INDIRECT_-1204211701'), (u'MULTIEQUAL_-1204212649', u'MULTIEQUAL_-1204212530'), (u'INDIRECT_-1204212615', u'INT_EQUAL_-1204214960'), ('const-4', u'PTRADD_-1204211199'), ('const-4', u'PTRADD_-1204211918'), (u'INDIRECT_-1204212105', u'MULTIEQUAL_-1204212080'), (u'CALL_-1204215805', u'INDIRECT_-1204211780'), (u'MULTIEQUAL_-1204211833', u'MULTIEQUAL_-1204212069'), (u'INT_ZEXT_-1204215835', u'INT_MULT_-1204214129'), (u'CALL_-1204215805', u'INDIRECT_-1204211337'), (u'CALL_-1204216113', u'INDIRECT_-1204211891'), ('const-1', u'INT_ADD_-1204212026'), (u'CAST_-1204211859', u'PTRADD_-1204211902'), ('const-4', u'PTRADD_-1204211659'), (u'INDIRECT_-1204211942', u'MULTIEQUAL_-1204211903'), (u'MULTIEQUAL_-1204214450', u'MULTIEQUAL_-1204214203'), (u'MULTIEQUAL_-1204211750', u'MULTIEQUAL_-1204211692'), (u'CALL_-1204216224', u'INDIRECT_-1204212268'), ('tmp_18062', u'CALL_-1204216113'), ('const-0', u'INT_EQUAL_-1204216005'), ('const-4750997', u'COPY_-1204215961'), ('tmp_969', u'CBRANCH_-1204216983'), ('const-0', u'CALL_-1204215960'), ('tmp_5672', u'BRANCH_-1204214488'), ('const-417', u'STORE_-1204216062'), (u'CAST_-1204211605', u'LOAD_-1204216940'), ('const-152', u'INT_ADD_-1204216933'), (u'CALL_-1204216623', u'COPY_-1204211588'), ('const-1', u'RETURN_-1204214452'), ('const-4', u'PTRADD_-1204211232'), (u'MULTIEQUAL_-1204214639', u'INT_EQUAL_-1204215846'), ('const-4294967294', u'INT_MULT_-1204214128'), ('const-464', u'INT_ADD_-1204217850'), ('tmp_4390', u'CBRANCH_-1204216088'), ('tmp_18061', u'INT_ADD_-1204214425'), (u'INT_ADD_-1204216842', u'INT_ADD_-1204216836'), ('const-417', u'LOAD_-1204215840'), (u'INT_NOTEQUAL_-1204215951', u'CBRANCH_-1204215950'), ('tmp_4879', u'CBRANCH_-1204215788'), (u'LOAD_-1204216834', u'INT_ADD_-1204216782'), (u'MULTIEQUAL_-1204211697', u'MULTIEQUAL_-1204211685'), ('const-1', u'PTRADD_-1204211309'), ('tmp_18061', u'INT_ADD_-1204217129'), (u'CALL_-1204214999', u'INDIRECT_-1204211573'), (u'CALL_-1204214503', u'INDIRECT_-1204213260'), (u'CALL_-1204215459', u'INDIRECT_-1204211532'), ('tmp_4003', u'CBRANCH_-1204216061'), (u'COPY_-1204211580', u'COPY_-1204211170'), (u'LOAD_-1204216234', u'INT_ZEXT_-1204216218'), (u'CAST_-1204212246', u'LOAD_-1204217866'), (u'COPY_-1204212042', u'MULTIEQUAL_-1204214544'), (u'INDIRECT_-1204211385', u'MULTIEQUAL_-1204214581'), ('const-0', u'COPY_-1204217515'), (u'INT_NOTEQUAL_-1204216135', u'CBRANCH_-1204216134'), (u'PTRADD_-1204211309', u'COPY_-1204211346'), (u'CAST_-1204210984', u'INT_MULT_-1204214619'), (u'INT_EQUAL_-1204216089', u'CBRANCH_-1204216088'), (u'CAST_-1204211774', u'INT_LESSEQUAL_-1204215905'), (u'CALL_-1204214457', u'INDIRECT_-1204210937'), (u'CALL_-1204216686', u'INDIRECT_-1204212182'), (u'INT_NOTEQUAL_-1204216071', u'CBRANCH_-1204216069'), (u'MULTIEQUAL_-1204212122', u'MULTIEQUAL_-1204211996'), (u'INDIRECT_-1204210966', u'COPY_-1204211000'), (u'MULTIEQUAL_-1204212032', u'INT_NOTEQUAL_-1204215834'), ('tmp_1001', u'CBRANCH_-1204216966'), (u'INDIRECT_-1204212513', u'MULTIEQUAL_-1204212542'), ('const-2060', u'CALL_-1204214457'), (u'CAST_-1204212157', u'INT_LESS_-1204217595'), (u'BOOL_NEGATE_-1204214118', u'BOOL_AND_-1204215788'), (u'INDIRECT_-1204211479', u'MULTIEQUAL_-1204214581'), (u'PTRADD_-1204215780', u'COPY_-1204212012'), (u'MULTIEQUAL_-1204211833', u'MULTIEQUAL_-1204211767'), (u'MULTIEQUAL_-1204211697', u'MULTIEQUAL_-1204211639'), ('const-1', u'RETURN_-1204214214'), (u'LOAD_-1204216140', u'INT_ADD_-1204216106'), (u'INT_ADD_-1204216818', u'CAST_-1204211570'), ('const-1', u'RETURN_-1204215393'), (u'CAST_-1204210969', u'STORE_-1204214615'), (u'INDIRECT_-1204211752', u'MULTIEQUAL_-1204211726'), (u'MULTIEQUAL_-1204214544', u'PTRADD_-1204215874'), (u'COPY_-1204217515', u'MULTIEQUAL_-1204212491'), (u'MULTIEQUAL_-1204212177', u'MULTIEQUAL_-1204212148'), (u'PTRSUB_-1204211787', u'CALL_-1204215451'), (u'PIECE_-1204211927', u'MULTIEQUAL_-1204211884'), (u'COPY_-1204217553', u'MULTIEQUAL_-1204212547'), (u'CALL_-1204214421', u'INDIRECT_-1204211024'), (u'MULTIEQUAL_-1204211842', u'MULTIEQUAL_-1204212530'), ('const-4', u'PTRADD_-1204211649'), (u'INT_EQUAL_-1204215919', u'CBRANCH_-1204215920'), (u'CALL_-1204216384', u'INDIRECT_-1204211952'), (u'PTRADD_-1204211309', u'INT_NOTEQUAL_-1204215918'), (u'INDIRECT_-1204212564', u'MULTIEQUAL_-1204212513'), ('const-132', u'INT_ADD_-1204214509'), (u'MULTIEQUAL_-1204212126', u'MULTIEQUAL_-1204212056'), (u'CALL_-1204216113', u'INDIRECT_-1204211840'), (u'INT_ADD_-1204217129', u'CAST_-1204211733'), (u'MULTIEQUAL_-1204212445', u'MULTIEQUAL_-1204212024'), (u'MULTIEQUAL_-1204212056', u'MULTIEQUAL_-1204212044'), (u'LOAD_-1204215936', u'INT_LESS_-1204215919'), (u'LOAD_-1204215936', u'INT_EQUAL_-1204215919'), (u'BOOL_AND_-1204215788', u'INT_EQUAL_-1204215789'), (u'INDIRECT_-1204211901', u'MULTIEQUAL_-1204211876'), (u'CALL_-1204216269', u'INDIRECT_-1204212207'), (u'MULTIEQUAL_-1204212241', u'MULTIEQUAL_-1204211820'), (u'INT_ADD_-1204214425', u'CALL_-1204214421'), (u'CAST_-1204211724', u'LOAD_-1204217132'), (u'CALL_-1204216269', u'INDIRECT_-1204211797'), ('tmp_9938', u'PTRSUB_-1204211588'), ('const-417', u'LOAD_-1204217121'), (u'INDIRECT_-1204211428', u'MULTIEQUAL_-1204212258'), ('tmp_18061', u'CALL_-1204216453'), (u'CALL_-1204216716', u'INDIRECT_-1204212449'), (u'INDIRECT_-1204211791', u'MULTIEQUAL_-1204212243'), (u'INT_SUB_-1204214445', u'CALL_-1204214421'), (u'CALL_-1204215451', u'INDIRECT_-1204211514'), (u'CALL_-1204214517', u'INDIRECT_-1204211409'), (u'INT_MULT_-1204214619', u'INT_ADD_-1204214631'), (u'INDIRECT_-1204212462', u'CALL_-1204214647'), (u'COPY_-1204215782', u'MULTIEQUAL_-1204214486'), (u'INDIRECT_-1204211802', u'MULTIEQUAL_-1204212987'), (u'CALL_-1204216453', u'INDIRECT_-1204211874'), (u'CALL_-1204215459', u'INDIRECT_-1204211942'), ('const-417', u'LOAD_-1204215936'), (u'CALL_-1204215464', u'INDIRECT_-1204211587'), (u'INDIRECT_-1204211842', u'MULTIEQUAL_-1204212294'), (u'CALL_-1204215489', u'INDIRECT_-1204211801'), (u'INDIRECT_-1204211661', u'MULTIEQUAL_-1204211123'), ('tmp_9938', u'PTRSUB_-1204210903'), ('tmp_18061', u'INT_ADD_-1204216933'), (u'MULTIEQUAL_-1204211922', u'MULTIEQUAL_-1204211852'), (u'INDIRECT_-1204211803', u'MULTIEQUAL_-1204211777'), ('const-60', u'INT_ADD_-1204217811'), (u'CAST_-1204211990', u'LOAD_-1204216058'), (u'CALL_-1204214667', u'INDIRECT_-1204211530'), ('tmp_4951', u'CBRANCH_-1204215747'), (u'CALL_-1204215489', u'INDIRECT_-1204211903'), (u'CALL_-1204216716', u'INDIRECT_-1204212245'), (u'INDIRECT_-1204214175', u'INT_ZEXT_-1204215924'), (u'CALL_-1204216453', u'INDIRECT_-1204212080'), (u'CALL_-1204215398', u'INDIRECT_-1204211710'), (u'INDIRECT_-1204211820', u'MULTIEQUAL_-1204211781'), ('tmp_5509', u'CBRANCH_-1204214628'), (u'MULTIEQUAL_-1204211788', u'MULTIEQUAL_-1204211770'), (u'CALL_-1204216623', u'INDIRECT_-1204212206'), (u'MULTIEQUAL_-1204212513', u'MULTIEQUAL_-1204212593'), (u'INDIRECT_-1204214175', u'INT_ZEXT_-1204215835'), (u'CAST_-1204211565', u'INT_LESSEQUAL_-1204216811'), (u'MULTIEQUAL_-1204212205', u'MULTIEQUAL_-1204212188'), (u'INT_EQUAL_-1204215001', u'CBRANCH_-1204214999'), (u'PTRADD_-1204215874', u'COPY_-1204212042'), (u'INDIRECT_-1204212309', u'MULTIEQUAL_-1204212284'), (u'COPY_-1204217515', u'MULTIEQUAL_-1204212394'), (u'MULTIEQUAL_-1204214639', u'INT_ADD_-1204215836'), (u'CALL_-1204215459', u'INDIRECT_-1204211585'), ('const-4294967244', u'PTRSUB_-1204210903'), (u'CALL_-1204214999', u'INDIRECT_-1204211420'), (u'CAST_-1204210893', u'INT_SUB_-1204214445'), (u'INT_ADD_-1204216031', u'CAST_-1204211982'), (u'INDIRECT_-1204211536', u'MULTIEQUAL_-1204211988'), (u'INT_ADD_-1204215836', u'MULTIEQUAL_-1204214639'), (u'INDIRECT_-1204212615', u'STORE_-1204214952'), (u'PTRADD_-1204215785', u'COPY_-1204212004'), (u'MULTIEQUAL_-1204211767', u'MULTIEQUAL_-1204211697'), (u'LOAD_-1204215842', u'INT_LESS_-1204215825'), (u'LOAD_-1204215842', u'INT_EQUAL_-1204215825'), ('const-417', u'LOAD_-1204216016'), ('const-4749778', u'COPY_-1204210874'), ('tmp_9938', u'PTRSUB_-1204211787'), (u'CAST_-1204211127', u'STORE_-1204214993'), (u'CALL_-1204216309', u'INDIRECT_-1204211917'), (u'CALL_-1204215489', u'INDIRECT_-1204211699'), (u'CAST_-1204212213', u'INT_LESS_-1204217749'), (u'INDIRECT_-1204212360', u'CAST_-1204211974'), (u'CALL_-1204216269', u'INDIRECT_-1204212156'), (u'INDIRECT_-1204212053', u'MULTIEQUAL_-1204211526'), ('tmp_4736', u'CBRANCH_-1204215851'), (u'INT_ADD_-1204216902', u'CAST_-1204211592'), (u'INT_ADD_-1204214509', u'CALL_-1204214503'), (u'INT_SRIGHT_-1204217629', u'CAST_-1204212157'), (u'MULTIEQUAL_-1204212345', u'INT_ADD_-1204216493'), (u'MULTIEQUAL_-1204211639', u'MULTIEQUAL_-1204211622'), (u'CALL_-1204215805', u'INDIRECT_-1204211882'), (u'INDIRECT_-1204211736', u'MULTIEQUAL_-1204211738'), (u'INDIRECT_-1204214175', u'INT_ZEXT_-1204215830'), ('tmp_5817', u'BRANCH_-1204214406'), (u'LOAD_-1204215977', u'COPY_-1204212015'), (u'INDIRECT_-1204212370', u'MULTIEQUAL_-1204211838'), ('const-4', u'INT_MULT_-1204216036'), (u'CALL_-1204214421', u'INDIRECT_-1204213231'), ('tmp_9938', u'PTRSUB_-1204210898'), (u'COPY_-1204210966', u'CALL_-1204214517'), (u'INDIRECT_-1204212029', u'MULTIEQUAL_-1204211978'), (u'INDIRECT_-1204212309', u'MULTIEQUAL_-1204212338'), (u'MULTIEQUAL_-1204212394', u'MULTIEQUAL_-1204212275'), (u'CALL_-1204214647', u'INDIRECT_-1204211487'), (u'INDIRECT_-1204211053', u'MULTIEQUAL_-1204212227'), ('const-417', u'LOAD_-1204217827'), (u'INDIRECT_-1204212206', u'MULTIEQUAL_-1204211679'), (u'MULTIEQUAL_-1204211820', u'MULTIEQUAL_-1204211791'), (u'INDIRECT_-1204213294', u'MULTIEQUAL_-1204214129'), (u'MULTIEQUAL_-1204214139', u'CAST_-1204211433'), (u'INDIRECT_-1204214175', u'INT_ZEXT_-1204215929'), (u'MULTIEQUAL_-1204211750', u'MULTIEQUAL_-1204211738'), (u'LOAD_-1204215934', u'INT_LESS_-1204215919'), (u'LOAD_-1204215934', u'INT_EQUAL_-1204215919'), (u'INT_ADD_-1204215921', u'CAST_-1204211774'), ('const-4753080', u'COPY_-1204210927'), (u'COPY_-1204210870', u'CALL_-1204214999'), (u'INDIRECT_-1204211375', u'MULTIEQUAL_-1204212205'), ('const-0', u'COPY_-1204217535'), ('const-0', u'INT_EQUAL_-1204215846'), (u'LOAD_-1204216949', u'LOAD_-1204216932'), (u'MULTIEQUAL_-1204211903', u'MULTIEQUAL_-1204211891'), ('tmp_4995', u'CBRANCH_-1204214999'), (u'INDIRECT_-1204212140', u'MULTIEQUAL_-1204212100'), (u'INDIRECT_-1204211893', u'COPY_-1204211082'), (u'LOAD_-1204216949', u'PTRADD_-1204211659'), (u'INT_LESS_-1204217737', u'CBRANCH_-1204217745'), ('const-417', u'STORE_-1204214615'), (u'LOAD_-1204216036', u'INT_AND_-1204216134'), (u'INDIRECT_-1204212523', u'MULTIEQUAL_-1204211841'), (u'LOAD_-1204216009', u'CALL_-1204215960'), ('const-417', u'LOAD_-1204216107'), (u'INT_LESS_-1204215750', u'CBRANCH_-1204215747'), (u'CAST_-1204211432', u'STORE_-1204216507'), (u'CALL_-1204216113', u'INDIRECT_-1204211736'), (u'LOAD_-1204217884', u'CAST_-1204210894'), ('const-1', u'INT_ADD_-1204216192'), (u'MULTIEQUAL_-1204212526', u'MULTIEQUAL_-1204212285'), ('tmp_18061', u'INT_ADD_-1204214509'), (u'MULTIEQUAL_-1204212345', u'COPY_-1204211534'), (u'INDIRECT_-1204212029', u'MULTIEQUAL_-1204211996'), (u'CALL_-1204215451', u'INDIRECT_-1204211667'), (u'LOAD_-1204216042', u'INT_NOTEQUAL_-1204215951'), ('tmp_1918', u'CBRANCH_-1204216413'), (u'CAST_-1204210919', u'INT_SUB_-1204214529'), ('const-417', u'LOAD_-1204216042'), (u'MULTIEQUAL_-1204211302', u'COPY_-1204211381'), ('const-0', u'COPY_-1204215998'), ('tmp_4505', u'CBRANCH_-1204216004'), ('const-3', u'PTRADD_-1204211898'), (u'INT_ADD_-1204217675', u'CAST_-1204212175'), (u'COPY_-1204215425', u'MULTIEQUAL_-1204211422'), ('tmp_18061', u'INT_ADD_-1204217116'), (u'CALL_-1204216623', u'INDIRECT_-1204212410'), (u'CALL_-1204216224', u'INDIRECT_-1204212113'), (u'CALL_-1204215978', u'INDIRECT_-1204214175'), (u'CALL_-1204216384', u'INDIRECT_-1204212003'), (u'CALL_-1204215867', u'INDIRECT_-1204212007'), (u'BOOL_NEGATE_-1204214161', u'BOOL_AND_-1204215882'), ('const-4753080', u'COPY_-1204210840'), ('const-417', u'LOAD_-1204217682'), (u'INDIRECT_-1204212044', u'MULTIEQUAL_-1204212005'), ('const-417', u'LOAD_-1204216071'), ('tmp_412', u'CBRANCH_-1204217710'), (u'MULTIEQUAL_-1204212665', u'MULTIEQUAL_-1204212644'), (u'INDIRECT_-1204211840', u'MULTIEQUAL_-1204211801'), (u'CAST_-1204211859', u'PTRADD_-1204211890'), (u'CALL_-1204216269', u'INDIRECT_-1204211509'), ('tmp_18890', u'MULTIEQUAL_-1204212263'), (u'INT_LESSEQUAL_-1204216811', u'CBRANCH_-1204216809'), ('const-12', u'COPY_-1204215967'), ('const-4', u'INT_ADD_-1204216904'), (u'CALL_-1204215960', u'INDIRECT_-1204212140'), (u'COPY_-1204210840', u'CALL_-1204214219'), (u'CALL_-1204215051', u'INDIRECT_-1204211243'), (u'INDIRECT_-1204211949', u'MULTIEQUAL_-1204211884'), ('tmp_5240', u'BRANCH_-1204214924'), (u'INDIRECT_-1204211936', u'COPY_-1204211355'), (u'INDIRECT_-1204212146', u'MULTIEQUAL_-1204212148'), ('const-136', u'INT_ADD_-1204214601'), (u'INT_EQUAL_-1204215883', u'CBRANCH_-1204215882'), (u'CALL_-1204215978', u'INDIRECT_-1204212666'), ('const-4', u'PTRADD_-1204211890'), ('const-0', u'CALL_-1204216113'), (u'MULTIEQUAL_-1204211845', u'MULTIEQUAL_-1204211828'), (u'INDIRECT_-1204211783', u'MULTIEQUAL_-1204211789'), (u'INDIRECT_-1204211560', u'MULTIEQUAL_-1204211524'), (u'LOAD_-1204217884', u'CAST_-1204210984'), (u'CALL_-1204215451', u'INDIRECT_-1204211616'), (u'INDIRECT_-1204211360', u'MULTIEQUAL_-1204211323'), (u'LOAD_-1204216123', u'INT_ADD_-1204216098'), (u'INDIRECT_-1204212360', u'CAST_-1204211873'), (u'INDIRECT_-1204211448', u'MULTIEQUAL_-1204211398'), (u'INT_EQUAL_-1204216755', u'CBRANCH_-1204216752'), (u'INT_ZEXT_-1204215830', u'INT_MULT_-1204214128'), (u'MULTIEQUAL_-1204214502', u'LOAD_-1204215842'), (u'INDIRECT_-1204212308', u'MULTIEQUAL_-1204211781'), (u'CALL_-1204215805', u'INDIRECT_-1204211984'), (u'INDIRECT_-1204212003', u'MULTIEQUAL_-1204211978'), (u'BOOL_NEGATE_-1204214160', u'BOOL_AND_-1204215882'), ('const-417', u'LOAD_-1204216926'), (u'COPY_-1204211346', u'MULTIEQUAL_-1204213884'), (u'CALL_-1204216224', u'INDIRECT_-1204212574'), ('const-0', u'CALL_-1204215960'), (u'INDIRECT_-1204211679', u'MULTIEQUAL_-1204211639'), (u'CALL_-1204216269', u'INDIRECT_-1204211901'), ('const-1', u'PTRADD_-1204211906'), (u'MULTIEQUAL_-1204212032', u'CALL_-1204215805'), ('const-1', u'CALL_-1204216453'), ('tmp_5044', u'BRANCH_-1204214965'), (u'CALL_-1204214647', u'INDIRECT_-1204211436'), (u'INDIRECT_-1204211942', u'MULTIEQUAL_-1204211944'), ('const-417', u'LOAD_-1204216114'), (u'LOAD_-1204217884', u'INT_LESS_-1204217467'), (u'INDIRECT_-1204210993', u'MULTIEQUAL_-1204211906'), (u'MULTIEQUAL_-1204212158', u'MULTIEQUAL_-1204212146'), (u'CALL_-1204215464', u'INDIRECT_-1204211144'), (u'MULTIEQUAL_-1204213804', u'CALL_-1204215464'), (u'INT_ADD_-1204217105', u'CAST_-1204211717'), (u'CALL_-1204214647', u'INDIRECT_-1204211385'), (u'MULTIEQUAL_-1204212126', u'INT_NOTEQUAL_-1204216198'), ('const-417', u'STORE_-1204216031'), (u'CALL_-1204215464', u'INDIRECT_-1204211638'), (u'CALL_-1204216623', u'INT_LESS_-1204216575'), (u'INDIRECT_-1204212256', u'MULTIEQUAL_-1204212205'), (u'MULTIEQUAL_-1204212564', u'MULTIEQUAL_-1204212547'), (u'LOAD_-1204216016', u'CALL_-1204215978'), ('const-1', u'RETURN_-1204214512'), ('const-56', u'INT_ADD_-1204216055'), ('const-417', u'LOAD_-1204215934'), ('const-0', u'CALL_-1204216113'), (u'INT_ADD_-1204217805', u'CAST_-1204212221'), (u'INT_EQUAL_-1204216183', u'CBRANCH_-1204216181'), ('const-0', u'COPY_-1204217505'), (u'CALL_-1204216384', u'INDIRECT_-1204212105'), (u'MULTIEQUAL_-1204212562', u'MULTIEQUAL_-1204212526'), (u'CALL_-1204215805', u'INDIRECT_-1204212035'), (u'CAST_-1204211555', u'CALL_-1204215464'), (u'STORE_-1204214952', u'INDIRECT_-1204211293'), (u'CALL_-1204216623', u'INT_NOTEQUAL_-1204215555'), (u'LOAD_-1204216042', u'INT_MULT_-1204216079'), (u'CAST_-1204211974', u'INT_MULT_-1204216005'), (u'CALL_-1204215978', u'INDIRECT_-1204212615'), ('const-2', u'INT_NOTEQUAL_-1204216968'), (u'INDIRECT_-1204212058', u'MULTIEQUAL_-1204212032'), (u'MULTIEQUAL_-1204211692', u'MULTIEQUAL_-1204211675'), (u'CALL_-1204216453', u'INDIRECT_-1204212335'), (u'CALL_-1204216113', u'INDIRECT_-1204212095'), (u'PTRADD_-1204211366', u'COPY_-1204211400'), (u'MULTIEQUAL_-1204212564', u'MULTIEQUAL_-1204212644'), (u'COPY_-1204215961', u'CAST_-1204211927'), (u'INDIRECT_-1204211024', u'MULTIEQUAL_-1204212263'), (u'COPY_-1204210927', u'CALL_-1204214457'), (u'CALL_-1204215051', u'INDIRECT_-1204211345'), (u'INDIRECT_-1204212256', u'MULTIEQUAL_-1204212285'), ('const-24', u'INT_ADD_-1204217107'), ('const-0', u'INT_EQUAL_-1204216755'), (u'INDIRECT_-1204211736', u'MULTIEQUAL_-1204211697'), ('tmp_362', u'CBRANCH_-1204217745'), (u'INT_LESS_-1204216575', u'CBRANCH_-1204216583'), (u'CALL_-1204216224', u'INDIRECT_-1204212472'), (u'INDIRECT_-1204211262', u'MULTIEQUAL_-1204212007'), (u'INT_MULT_-1204216036', u'INT_ADD_-1204216048'), (u'INDIRECT_-1204212284', u'MULTIEQUAL_-1204212251'), (u'COPY_-1204212045', u'MULTIEQUAL_-1204214544'), ('const-1', u'INT_SUB_-1204217167'), (u'MULTIEQUAL_-1204211889', u'MULTIEQUAL_-1204211467'), (u'MULTIEQUAL_-1204211767', u'MULTIEQUAL_-1204211738'), (u'CALL_-1204214647', u'INDIRECT_-1204210993'), ('tmp_738', u'CBRANCH_-1204217475'), (u'MULTIEQUAL_-1204214247', u'INT_ADD_-1204216192'), ('const-4294967294', u'INT_MULT_-1204214171'), (u'LOAD_-1204216827', u'CAST_-1204211565'), (u'INT_ZEXT_-1204217178', u'INT_SUB_-1204217167'), (u'CALL_-1204216269', u'INDIRECT_-1204211952'), (u'MULTIEQUAL_-1204212496', u'MULTIEQUAL_-1204212377'), (u'MULTIEQUAL_-1204211954', u'MULTIEQUAL_-1204211896'), (u'MULTIEQUAL_-1204211889', u'MULTIEQUAL_-1204211770'), (u'INT_EQUAL_-1204215789', u'CBRANCH_-1204215788'), (u'MULTIEQUAL_-1204211998', u'MULTIEQUAL_-1204211981'), ('tmp_1277', u'CBRANCH_-1204216809'), (u'COPY_-1204211355', u'MULTIEQUAL_-1204214021'), (u'CALL_-1204216224', u'INDIRECT_-1204212370'), ('const-417', u'STORE_-1204214993'), ('const-417', u'LOAD_-1204216949'), ('const-0', u'CALL_-1204216113'), (u'CALL_-1204215805', u'INDIRECT_-1204211625'), (u'INT_ADD_-1204217178', u'CAST_-1204211759'), ('const-417', u'LOAD_-1204216770'), (u'MULTIEQUAL_-1204212377', u'MULTIEQUAL_-1204212251'), ('const-0', u'INT_EQUAL_-1204217839'), (u'MULTIEQUAL_-1204211903', u'MULTIEQUAL_-1204211845'), (u'COPY_-1204217505', u'MULTIEQUAL_-1204212440'), ('tmp_2917', u'CBRANCH_-1204215834'), (u'COPY_-1204217495', u'MULTIEQUAL_-1204212388'), (u'INDIRECT_-1204211993', u'MULTIEQUAL_-1204211954'), (u'CAST_-1204211873', u'INT_ADD_-1204215765'), (u'CALL_-1204215464', u'INDIRECT_-1204211536'), ('tmp_18061', u'INT_ADD_-1204216924'), (u'INT_ZEXT_-1204217178', u'CALL_-1204214999'), (u'MULTIEQUAL_-1204212987', u'MULTIEQUAL_-1204212746'), (u'CALL_-1204216113', u'INDIRECT_-1204211448'), (u'INDIRECT_-1204212717', u'MULTIEQUAL_-1204212649'), (u'INT_ADD_-1204217107', u'INT_ADD_-1204217105'), ('const-417', u'LOAD_-1204216940'), (u'CALL_-1204214647', u'INDIRECT_-1204211334'), ('tmp_18061', u'CALL_-1204216113'), (u'INDIRECT_-1204212615', u'MULTIEQUAL_-1204212665'), (u'CALL_-1204215489', u'CALL_-1204215459'), (u'LOAD_-1204215840', u'INT_LESS_-1204215825'), (u'LOAD_-1204215840', u'INT_EQUAL_-1204215825'), (u'INT_LESS_-1204216052', u'CBRANCH_-1204216061'), (u'INT_ADD_-1204216192', u'INT_EQUAL_-1204216183'), (u'CALL_-1204215398', u'INDIRECT_-1204211761'), (u'INT_NOTEQUAL_-1204215555', u'CBRANCH_-1204215554'), ('const-92', u'CALL_-1204214517'), (u'INDIRECT_-1204212102', u'MULTIEQUAL_-1204212007'), (u'MULTIEQUAL_-1204214502', u'PTRADD_-1204215785'), (u'STORE_-1204214993', u'INDIRECT_-1204211262'), ('const-4755652', u'COPY_-1204210954'), (u'CAST_-1204211882', u'INT_MULT_-1204214090'), (u'INDIRECT_-1204212513', u'MULTIEQUAL_-1204212462'), ('const-4', u'INT_MULT_-1204216830'), (u'INDIRECT_-1204210902', u'COPY_-1204210942'), (u'INDIRECT_-1204212256', u'MULTIEQUAL_-1204212188'), ('tmp_18061', u'INT_ADD_-1204217178'), (u'CALL_-1204216384', u'INDIRECT_-1204212054'), (u'CALL_-1204214647', u'INDIRECT_-1204211640'), (u'CALL_-1204214667', u'INDIRECT_-1204211479'), ('const-4749752', u'COPY_-1204210935'), (u'LOAD_-1204217145', u'LOAD_-1204217137'), (u'PTRADD_-1204211659', u'LOAD_-1204216827'), (u'COPY_-1204212037', u'MULTIEQUAL_-1204214526'), (u'INDIRECT_-1204211391', u'MULTIEQUAL_-1204211340'), ('tmp_18062', u'INT_ADD_-1204217850'), ('const-4751009', u'COPY_-1204215867'), (u'LOAD_-1204216071', u'INT_ADD_-1204216048'), ('const-56', u'INT_ADD_-1204214425'), (u'INT_ADD_-1204212059', u'PTRADD_-1204215874'), ('const-4294967216', u'PTRSUB_-1204211095'), (u'PTRADD_-1204215879', u'COPY_-1204212034'), (u'CALL_-1204216384', u'INDIRECT_-1204211560'), (u'INT_ADD_-1204216042', u'CAST_-1204211990'), (u'INDIRECT_-1204210937', u'COPY_-1204210969'), (u'INT_MULT_-1204216019', u'INT_ADD_-1204216031'), (u'INDIRECT_-1204212666', u'MULTIEQUAL_-1204212695'), (u'CALL_-1204215489', u'INDIRECT_-1204211256'), (u'CALL_-1204214457', u'INDIRECT_-1204211329'), (u'CALL_-1204216716', u'INDIRECT_-1204212041'), (u'INT_SUB_-1204214529', u'CALL_-1204214503'), (u'CAST_-1204211555', u'LOAD_-1204216552'), (u'MULTIEQUAL_-1204212462', u'MULTIEQUAL_-1204212445'), (u'INT_MULT_-1204216079', u'INT_ADD_-1204216091'), ('const-417', u'LOAD_-1204216079'), (u'CALL_-1204216686', u'INDIRECT_-1204212080'), (u'MULTIEQUAL_-1204214479', u'INT_EQUAL_-1204215883'), (u'CALL_-1204215489', u'INDIRECT_-1204211597'), (u'INT_ADD_-1204215983', u'CAST_-1204211955'), (u'MULTIEQUAL_-1204212411', u'MULTIEQUAL_-1204212491'), (u'MULTIEQUAL_-1204212005', u'MULTIEQUAL_-1204211947'), (u'INDIRECT_-1204211840', u'MULTIEQUAL_-1204211842'), (u'PTRADD_-1204211898', u'LOAD_-1204216030'), (u'CALL_-1204215978', u'INDIRECT_-1204212411'), ('tmp_4195', u'CBRANCH_-1204215950'), (u'MULTIEQUAL_-1204212075', u'MULTIEQUAL_-1204212005'), (u'INDIRECT_-1204213231', u'MULTIEQUAL_-1204214486'), (u'INDIRECT_-1204211854', u'MULTIEQUAL_-1204211828'), ('tmp_4803', u'CBRANCH_-1204215826'), (u'LOAD_-1204216030', u'INT_AND_-1204216134'), (u'INDIRECT_-1204212156', u'MULTIEQUAL_-1204212131'), (u'CAST_-1204212028', u'LOAD_-1204216123'), ('tmp_5191', u'CBRANCH_-1204214958'), (u'CALL_-1204216453', u'INT_EQUAL_-1204216355'), (u'CALL_-1204216309', u'INDIRECT_-1204212121'), ('const-2', u'PTRADD_-1204211902'), ('const-417', u'LOAD_-1204216111'), (u'INDIRECT_-1204212207', u'MULTIEQUAL_-1204212182'), (u'MULTIEQUAL_-1204211841', u'MULTIEQUAL_-1204212177'), (u'INDIRECT_-1204212140', u'MULTIEQUAL_-1204212146'), (u'CALL_-1204215489', u'INDIRECT_-1204211648'), (u'COPY_-1204211131', u'MULTIEQUAL_-1204213804'), (u'MULTIEQUAL_-1204213023', u'MULTIEQUAL_-1204212987'), ('tmp_18061', u'CALL_-1204215960'), (u'INDIRECT_-1204211281', u'MULTIEQUAL_-1204212205'), (u'INT_ADD_-1204216829', u'INT_ADD_-1204216818'), (u'CAST_-1204212213', u'CAST_-1204210893'), ('tmp_4329', u'CBRANCH_-1204216134'), (u'LOAD_-1204216058', u'INT_ADD_-1204216017'), (u'CALL_-1204215978', u'INDIRECT_-1204212256'), (u'CAST_-1204211877', u'LOAD_-1204216140'), (u'COPY_-1204215897', u'MULTIEQUAL_-1204214459'), (u'CALL_-1204216309', u'INDIRECT_-1204211968'), (u'INDIRECT_-1204211216', u'COPY_-1204211260'), ('const-1', u'INT_LESS_-1204217467'), (u'INDIRECT_-1204211742', u'MULTIEQUAL_-1204212666'), (u'INT_SUB_-1204217793', u'INT_SRIGHT_-1204217771'), (u'LOAD_-1204216162', u'CALL_-1204216113'), (u'CALL_-1204216716', u'INDIRECT_-1204212347'), (u'INT_LESS_-1204217749', u'CBRANCH_-1204217737'), ('const-417', u'LOAD_-1204217132'), (u'INDIRECT_-1204211834', u'MULTIEQUAL_-1204211794'), (u'CALL_-1204214667', u'INDIRECT_-1204211632'), (u'CALL_-1204214421', u'INDIRECT_-1204211773'), (u'COPY_-1204210895', u'CALL_-1204215051'), ('const-1', u'PTRADD_-1204211649'), ('tmp_616', u'CBRANCH_-1204217603'), (u'MULTIEQUAL_-1204214446', u'INT_NOTEQUAL_-1204216984'), (u'INDIRECT_-1204212309', u'MULTIEQUAL_-1204212241'), (u'CALL_-1204215398', u'INDIRECT_-1204211659'), (u'INT_MULT_-1204214170', u'INT_ADD_-1204212059'), ('const-417', u'LOAD_-1204216100'), (u'LOAD_-1204216932', u'INT_ADD_-1204216904'), ('tmp_18062', u'CALL_-1204216453'), ('const-0', u'INT_NOTEQUAL_-1204215834'), ('tmp_9938', u'PTRSUB_-1204210993'), (u'CALL_-1204215398', u'INDIRECT_-1204211812'), (u'INDIRECT_-1204211144', u'MULTIEQUAL_-1204211585'), (u'INDIRECT_-1204212113', u'MULTIEQUAL_-1204211833'), (u'INDIRECT_-1204211341', u'MULTIEQUAL_-1204212526'), (u'INDIRECT_-1204212462', u'STORE_-1204214993'), (u'LOAD_-1204217194', u'INT_ZEXT_-1204217178'), (u'MULTIEQUAL_-1204214021', u'INT_NOTEQUAL_-1204215896'), (u'INT_LESS_-1204215919', u'MULTIEQUAL_-1204214482'), ('const-417', u'LOAD_-1204216800'), (u'INDIRECT_-1204212615', u'PTRADD_-1204211232'), (u'CALL_-1204215960', u'INDIRECT_-1204212038'), (u'CALL_-1204216224', u'INDIRECT_-1204211825'), (u'CALL_-1204216453', u'INDIRECT_-1204212131'), (u'INT_ADD_-1204216493', u'CAST_-1204211432'), (u'CALL_-1204216384', u'INDIRECT_-1204212207'), (u'INT_MULT_-1204214128', u'INT_ADD_-1204212025'), (u'PTRADD_-1204211902', u'LOAD_-1204216036'), (u'BOOL_NEGATE_-1204214119', u'BOOL_AND_-1204215788'), (u'CALL_-1204216453', u'INDIRECT_-1204212029'), (u'COPY_-1204217569', u'MULTIEQUAL_-1204212598'), (u'MULTIEQUAL_-1204212024', u'MULTIEQUAL_-1204211995'), ('const-417', u'LOAD_-1204216023'), (u'INT_ADD_-1204214601', u'CAST_-1204210969'), (u'MULTIEQUAL_-1204212479', u'MULTIEQUAL_-1204212353'), ('const-4', u'PTRADD_-1204211309'), (u'CAST_-1204210999', u'MULTIEQUAL_-1204211526'), (u'CALL_-1204216716', u'INDIRECT_-1204212143'), ('tmp_2552', u'CBRANCH_-1204216042'), ('tmp_18061', u'INT_ADD_-1204216042'), ('const-2', u'PTRADD_-1204211918'), (u'CALL_-1204214503', u'INDIRECT_-1204211394'), (u'INT_LESS_-1204217467', u'CBRANCH_-1204217475'), (u'CAST_-1204211774', u'MULTIEQUAL_-1204212388'), ('const-1', u'PTRADD_-1204211232'), ('const-4753056', u'COPY_-1204210870'), (u'CALL_-1204214219', u'INDIRECT_-1204210855'), ('const-1', u'COPY_-1204217495'), (u'INT_LESS_-1204215825', u'MULTIEQUAL_-1204214456'), (u'LOAD_-1204216932', u'INT_ADD_-1204216829'), (u'MULTIEQUAL_-1204211906', u'MULTIEQUAL_-1204211889'), (u'CAST_-1204211859', u'PTRADD_-1204211894'), (u'CAST_-1204211872', u'INT_LESS_-1204215750'), (u'PTRADD_-1204211918', u'LOAD_-1204216079'), (u'CALL_-1204215960', u'INDIRECT_-1204212089'), (u'INT_ADD_-1204216924', u'CAST_-1204211605'), (u'CALL_-1204215051', u'INDIRECT_-1204211396'), (u'INDIRECT_-1204212292', u'MULTIEQUAL_-1204212263'), ('tmp_18061', u'INT_ADD_-1204216115'), (u'INDIRECT_-1204211891', u'MULTIEQUAL_-1204211893'), (u'INDIRECT_-1204211337', u'MULTIEQUAL_-1204211302'), (u'MULTIEQUAL_-1204214479', u'BOOL_NEGATE_-1204214161'), (u'INT_NOTEQUAL_-1204216968', u'CBRANCH_-1204216966'), (u'CALL_-1204216623', u'INDIRECT_-1204212257'), (u'INDIRECT_-1204212564', u'MULTIEQUAL_-1204212496'), ('tmp_18075', u'MULTIEQUAL_-1204213023'), (u'CALL_-1204215451', u'INDIRECT_-1204211922'), (u'COPY_-1204211580', u'MULTIEQUAL_-1204214139'), (u'INDIRECT_-1204211667', u'MULTIEQUAL_-1204211628'), (u'INT_ADD_-1204217868', u'CAST_-1204212256'), (u'CAST_-1204212017', u'LOAD_-1204216107'), (u'INDIRECT_-1204212197', u'MULTIEQUAL_-1204212199'), (u'MULTIEQUAL_-1204211794', u'MULTIEQUAL_-1204211777'), (u'MULTIEQUAL_-1204212615', u'MULTIEQUAL_-1204212695'), (u'INT_NOTEQUAL_-1204216414', u'CBRANCH_-1204216413'), (u'MULTIEQUAL_-1204212343', u'MULTIEQUAL_-1204212224'), ('const-4749752', u'COPY_-1204210848'), (u'COPY_-1204217079', u'MULTIEQUAL_-1204214247'), (u'MULTIEQUAL_-1204212263', u'MULTIEQUAL_-1204212227'), (u'LOAD_-1204216023', u'INT_EQUAL_-1204216005'), (u'COPY_-1204217553', u'MULTIEQUAL_-1204212644'), (u'MULTIEQUAL_-1204212360', u'MULTIEQUAL_-1204212343'), (u'COPY_-1204212034', u'MULTIEQUAL_-1204214526'), (u'CAST_-1204212221', u'LOAD_-1204217821'), (u'INDIRECT_-1204211987', u'MULTIEQUAL_-1204211993'), ('const-417', u'LOAD_-1204217145'), (u'INT_ADD_-1204217666', u'CAST_-1204212168'), (u'MULTIEQUAL_-1204212598', u'MULTIEQUAL_-1204212177'), (u'INDIRECT_-1204211987', u'MULTIEQUAL_-1204211947'), (u'CALL_-1204216384', u'INDIRECT_-1204212156'), ('const-56', u'INT_ADD_-1204217805'), (u'CAST_-1204211555', u'INT_EQUAL_-1204216788'), ('const-5', u'PTRADD_-1204211894'), (u'INT_ZEXT_-1204215924', u'INT_MULT_-1204214170'), (u'INDIRECT_-1204212462', u'MULTIEQUAL_-1204212411'), (u'MULTIEQUAL_-1204212579', u'MULTIEQUAL_-1204212241'), (u'CAST_-1204211859', u'PTRADD_-1204211906'), (u'INDIRECT_-1204211509', u'MULTIEQUAL_-1204211788'), (u'LOAD_-1204217866', u'CALL_-1204215978'), (u'INDIRECT_-1204212166', u'MULTIEQUAL_-1204211834'), (u'INDIRECT_-1204211978', u'INT_NOTEQUAL_-1204216414'), ('const-0', u'CALL_-1204215451'), (u'INT_MULT_-1204216824', u'INT_ADD_-1204216836'), (u'INT_ADD_-1204216091', u'CAST_-1204212017'), (u'INDIRECT_-1204211487', u'MULTIEQUAL_-1204212411'), (u'COPY_-1204212004', u'MULTIEQUAL_-1204214502'), (u'COPY_-1204212012', u'MULTIEQUAL_-1204214520'), ('const-24', u'INT_MULT_-1204216868'), (u'CALL_-1204214999', u'INDIRECT_-1204211471'), (u'CALL_-1204216384', u'INDIRECT_-1204211848'), (u'INDIRECT_-1204212319', u'MULTIEQUAL_-1204211837'), (u'CAST_-1204211945', u'LOAD_-1204215977'), (u'CALL_-1204216623', u'INDIRECT_-1204212053'), (u'MULTIEQUAL_-1204211973', u'MULTIEQUAL_-1204211903'), ('const-152', u'INT_ADD_-1204216115'), (u'INDIRECT_-1204211783', u'MULTIEQUAL_-1204211743'), (u'CALL_-1204215867', u'INDIRECT_-1204212058'), ('tmp_18061', u'INT_ADD_-1204217666'), (u'INT_NOTEQUAL_-1204214628', u'CBRANCH_-1204214628'), ('const-60', u'INT_ADD_-1204217687'), (u'INDIRECT_-1204211436', u'MULTIEQUAL_-1204212360'), (u'INDIRECT_-1204212095', u'MULTIEQUAL_-1204212056'), (u'MULTIEQUAL_-1204212107', u'MULTIEQUAL_-1204212095'), (u'CALL_-1204215464', u'INDIRECT_-1204211893'), (u'CALL_-1204215051', u'INDIRECT_-1204211190'), (u'MULTIEQUAL_-1204211837', u'MULTIEQUAL_-1204212275'), (u'MULTIEQUAL_-1204214371', u'BOOL_NEGATE_-1204214160'), (u'INT_SUB_-1204217651', u'INT_SRIGHT_-1204217629'), (u'CALL_-1204215978', u'INDIRECT_-1204211968'), (u'INT_ADD_-1204216910', u'CAST_-1204211596'), (u'CALL_-1204215867', u'INDIRECT_-1204211854'), (u'CALL_-1204214457', u'INDIRECT_-1204211584'), (u'INT_ADD_-1204212025', u'PTRADD_-1204215780'), (u'INT_EQUAL_-1204215984', u'BOOL_NEGATE_-1204212171'), (u'LOAD_-1204217866', u'CALL_-1204216224'), ('const-1', u'SUBPIECE_-1204211927'), (u'INT_ADD_-1204217713', u'STORE_-1204217701'), ('tmp_880', u'CBRANCH_-1204217095'), (u'MULTIEQUAL_-1204212177', u'COPY_-1204211447'), ('const-156', u'INT_ADD_-1204216218'), ('const-0', u'INT_EQUAL_-1204216089'), (u'MULTIEQUAL_-1204212530', u'MULTIEQUAL_-1204212404'), ('const-0', u'INT_NOTEQUAL_-1204215896'), (u'INDIRECT_-1204212233', u'MULTIEQUAL_-1204212182'), (u'STORE_-1204216031', u'INDIRECT_-1204212102'), (u'CALL_-1204216384', u'INDIRECT_-1204212258'), (u'MULTIEQUAL_-1204214247', u'INT_MULT_-1204216830'), (u'INT_EQUAL_-1204215984', u'MULTIEQUAL_-1204214374'), (u'MULTIEQUAL_-1204212100', u'MULTIEQUAL_-1204212083'), (u'CALL_-1204216623', u'INDIRECT_-1204212002'), (u'CALL_-1204216309', u'INDIRECT_-1204212019'), ('const-0', u'COPY_-1204215782'), (u'CALL_-1204214517', u'INDIRECT_-1204211358'), (u'INDIRECT_-1204212089', u'MULTIEQUAL_-1204212049'), ('tmp_4571', u'CBRANCH_-1204215945'), (u'INDIRECT_-1204211734', u'MULTIEQUAL_-1204212564'), (u'CAST_-1204211955', u'LOAD_-1204215999'), (u'INDIRECT_-1204211976', u'MULTIEQUAL_-1204211943'), (u'CAST_-1204211859', u'LOAD_-1204216084'), (u'INDIRECT_-1204212104', u'MULTIEQUAL_-1204211577'), ('const-417', u'STORE_-1204216507'), ('tmp_18062', u'CALL_-1204215960'), ('const-1', u'RETURN_-1204215046'), (u'PTRSUB_-1204210998', u'CALL_-1204214667'), (u'INDIRECT_-1204211871', u'MULTIEQUAL_-1204211832'), (u'CAST_-1204211775', u'INT_ADD_-1204215921'), ('const-4', u'INT_MULT_-1204216079'), ('const-0', u'INT_NOTEQUAL_-1204215951'), (u'MULTIEQUAL_-1204211835', u'MULTIEQUAL_-1204211871'), (u'LOAD_-1204217884', u'INT_LESS_-1204215750'), ('const-4', u'PTRADD_-1204211906'), (u'INT_ADD_-1204214299', u'MULTIEQUAL_-1204214247'), (u'CALL_-1204215398', u'INDIRECT_-1204211504'), (u'COPY_-1204217535', u'MULTIEQUAL_-1204212496'), ('const-4294967244', u'PTRSUB_-1204210998'), ('tmp_2285', u'CBRANCH_-1204216197'), ('const-1', u'CALL_-1204215960'), (u'INT_EQUAL_-1204215883', u'MULTIEQUAL_-1204214351'), (u'MULTIEQUAL_-1204211835', u'MULTIEQUAL_-1204212173'), (u'INT_AND_-1204216134', u'INT_NOTEQUAL_-1204216135'), (u'INDIRECT_-1204212411', u'MULTIEQUAL_-1204212343'), (u'INT_NOTEQUAL_-1204215896', u'CBRANCH_-1204215896'), ('const-4294967220', u'PTRSUB_-1204210993'), (u'INDIRECT_-1204212421', u'MULTIEQUAL_-1204211839'), (u'INDIRECT_-1204212155', u'MULTIEQUAL_-1204211628'), (u'INDIRECT_-1204212437', u'MULTIEQUAL_-1204212404'), (u'INT_MULT_-1204216092', u'INT_ADD_-1204216104'), (u'INT_NOTEQUAL_-1204217710', u'CBRANCH_-1204217710'), (u'MULTIEQUAL_-1204212005', u'MULTIEQUAL_-1204211993'), (u'LOAD_-1204216084', u'INT_LESS_-1204216052'), (u'INDIRECT_-1204211927', u'MULTIEQUAL_-1204211876'), (u'INDIRECT_-1204212080', u'MULTIEQUAL_-1204212029'), (u'LOAD_-1204216131', u'LOAD_-1204216111'), (u'INT_ADD_-1204216820', u'INT_ADD_-1204216818'), (u'CALL_-1204215805', u'INDIRECT_-1204211729'), (u'INT_ADD_-1204217811', u'CAST_-1204212225'), (u'MULTIEQUAL_-1204212291', u'MULTIEQUAL_-1204211871'), (u'CALL_-1204216113', u'INDIRECT_-1204211993'), (u'INDIRECT_-1204211365', u'MULTIEQUAL_-1204212615'), ('tmp_9938', u'PTRSUB_-1204210998'), ('tmp_18083', u'MULTIEQUAL_-1204212615'), ('const-417', u'STORE_-1204216045'), (u'CALL_-1204214667', u'INDIRECT_-1204213294'), (u'LOAD_-1204216079', u'CAST_-1204211846'), (u'INT_MULT_-1204216868', u'INT_ADD_-1204216842'), (u'INT_LESS_-1204217595', u'CBRANCH_-1204217603'), (u'MULTIEQUAL_-1204212511', u'MULTIEQUAL_-1204212491'), (u'INDIRECT_-1204212360', u'CAST_-1204211995'), (u'LOAD_-1204216834', u'INT_LESSEQUAL_-1204216811'), (u'INDIRECT_-1204211922', u'COPY_-1204215425'), ('tmp_18061', u'INT_ADD_-1204217868'), (u'CALL_-1204216686', u'INDIRECT_-1204212335'), (u'INT_EQUAL_-1204215919', u'MULTIEQUAL_-1204214374'), (u'CALL_-1204215398', u'INDIRECT_-1204211965'), (u'MULTIEQUAL_-1204211467', u'MULTIEQUAL_-1204211439'), (u'MULTIEQUAL_-1204212615', u'MULTIEQUAL_-1204212579'), (u'MULTIEQUAL_-1204212388', u'CALL_-1204215978'), (u'INT_EQUAL_-1204216005', u'CBRANCH_-1204216004'), ('const-4294967252', u'PTRSUB_-1204211588'), ('const-13', u'COPY_-1204215873'), ('const-4', u'PTRADD_-1204211926'), (u'CALL_-1204216716', u'INDIRECT_-1204212398'), (u'INT_ADD_-1204214631', u'INT_NOTEQUAL_-1204214628'), (u'INDIRECT_-1204211952', u'MULTIEQUAL_-1204211836'), (u'CALL_-1204214517', u'INDIRECT_-1204211511'), (u'INDIRECT_-1204211638', u'MULTIEQUAL_-1204212090'), ('const-417', u'STORE_-1204214952'), (u'INT_ADD_-1204216115', u'CAST_-1204211870'), ('const-32', u'INT_ADD_-1204215961'), (u'COPY_-1204212007', u'MULTIEQUAL_-1204214502'), (u'INDIRECT_-1204212182', u'MULTIEQUAL_-1204212149'), (u'LOAD_-1204217884', u'INT_LESS_-1204217595'), (u'CALL_-1204216686', u'INDIRECT_-1204212437'), (u'INDIRECT_-1204211850', u'MULTIEQUAL_-1204211834'), (u'CALL_-1204216309', u'INDIRECT_-1204212223'), (u'CALL_-1204214503', u'INDIRECT_-1204211802'), (u'CALL_-1204216224', u'INDIRECT_-1204212217'), (u'MULTIEQUAL_-1204213884', u'LOAD_-1204216009'), (u'CALL_-1204216623', u'INDIRECT_-1204211949'), (u'INDIRECT_-1204212207', u'MULTIEQUAL_-1204211841'), (u'CALL_-1204216453', u'INDIRECT_-1204212284'), (u'CALL_-1204215398', u'INDIRECT_-1204211608'), (u'CALL_-1204214667', u'INDIRECT_-1204211785'), ('const-0', u'COPY_-1204216094'), (u'MULTIEQUAL_-1204211837', u'MULTIEQUAL_-1204211973'), (u'CALL_-1204216716', u'INDIRECT_-1204212194'), ('const-4294967244', u'PTRSUB_-1204211787'), (u'CALL_-1204216716', u'CALL_-1204216686'), (u'INT_ADD_-1204216093', u'CAST_-1204211859'), ('const-4294967295', u'INT_ADD_-1204215836'), (u'INDIRECT_-1204211732', u'MULTIEQUAL_-1204211692'), (u'CALL_-1204215960', u'INDIRECT_-1204211987'), ('tmp_5527', u'BRANCH_-1204214607'), (u'MULTIEQUAL_-1204214486', u'MULTIEQUAL_-1204214450'), (u'INDIRECT_-1204212146', u'MULTIEQUAL_-1204212107'), ('const-417', u'LOAD_-1204216932'), (u'CALL_-1204215464', u'INDIRECT_-1204211485'), (u'PTRSUB_-1204210993', u'CALL_-1204214667'), (u'MULTIEQUAL_-1204214351', u'MULTIEQUAL_-1204214348'), (u'MULTIEQUAL_-1204212615', u'MULTIEQUAL_-1204212598'), (u'CALL_-1204215459', u'INDIRECT_-1204211840'), (u'INT_ADD_-1204216007', u'CAST_-1204211967'), (u'COPY_-1204216094', u'MULTIEQUAL_-1204214551'), ('const-417', u'LOAD_-1204217691'), (u'LOAD_-1204217884', u'INT_LESS_-1204217607'), (u'MULTIEQUAL_-1204211834', u'MULTIEQUAL_-1204212122'), (u'PTRSUB_-1204211787', u'CALL_-1204216453'), ('const-1', u'RETURN_-1204214994'), (u'CALL_-1204216224', u'INDIRECT_-1204212166'), (u'CALL_-1204215960', u'INDIRECT_-1204211679'), (u'CALL_-1204215960', u'INDIRECT_-1204211783'), (u'INT_ADD_-1204215961', u'CAST_-1204211945'), (u'LOAD_-1204216058', u'INT_ADD_-1204216033'), (u'INDIRECT_-1204212308', u'MULTIEQUAL_-1204212243'), (u'CALL_-1204215051', u'INDIRECT_-1204211549'), (u'INDIRECT_-1204211587', u'MULTIEQUAL_-1204212039'), (u'INT_ADD_-1204217116', u'CAST_-1204211724'), ('const-0', u'INT_EQUAL_-1204215940'), ('tmp_795', u'CBRANCH_-1204217162'), (u'LOAD_-1204216036', u'STORE_-1204216031'), (u'CALL_-1204214457', u'INDIRECT_-1204211482'), (u'CALL_-1204216113', u'INDIRECT_-1204212146'), (u'CALL_-1204214667', u'INDIRECT_-1204211734'), (u'INDIRECT_-1204211836', u'MULTIEQUAL_-1204212666'), (u'INDIRECT_-1204212615', u'MULTIEQUAL_-1204212564'), (u'INT_ADD_-1204217713', u'INT_NOTEQUAL_-1204217710'), ('tmp_18061', u'INT_ADD_-1204216124'), (u'MULTIEQUAL_-1204212258', u'MULTIEQUAL_-1204212338'), (u'CALL_-1204214647', u'INDIRECT_-1204213200'), (u'CALL_-1204216623', u'INT_EQUAL_-1204216565'), (u'INT_EQUAL_-1204216565', u'CBRANCH_-1204216562'), (u'INDIRECT_-1204210855', u'COPY_-1204210882'), ('tmp_366', u'CBRANCH_-1204217737'), (u'INDIRECT_-1204212233', u'MULTIEQUAL_-1204212200'), ('tmp_9938', u'PTRSUB_-1204211095'), (u'COPY_-1204210954', u'CALL_-1204214517'), (u'COPY_-1204211255', u'CALL_-1204215489'), ('const-1', u'INT_ADD_-1204215765'), (u'STORE_-1204214615', u'INDIRECT_-1204211079'), (u'INDIRECT_-1204212053', u'MULTIEQUAL_-1204211988'), (u'MULTIEQUAL_-1204212343', u'MULTIEQUAL_-1204211922'), ('const-0', u'STORE_-1204216507'), (u'MULTIEQUAL_-1204214021', u'CALL_-1204215867'), ('tmp_18084', u'MULTIEQUAL_-1204212562'), (u'CALL_-1204216309', u'INDIRECT_-1204212274'), (u'CALL_-1204216453', u'INDIRECT_-1204211586'), (u'MULTIEQUAL_-1204212428', u'MULTIEQUAL_-1204212302'), (u'MULTIEQUAL_-1204212598', u'MULTIEQUAL_-1204212479'), ('const-4', u'INT_MULT_-1204217701'), (u'INDIRECT_-1204212360', u'MULTIEQUAL_-1204214581'), (u'COPY_-1204211447', u'MULTIEQUAL_-1204213937'), (u'CALL_-1204215867', u'INDIRECT_-1204211803'), (u'INDIRECT_-1204214175', u'MULTIEQUAL_-1204214203'), (u'COPY_-1204217525', u'MULTIEQUAL_-1204212445'), (u'CALL_-1204216113', u'INDIRECT_-1204211942'), (u'LOAD_-1204217827', u'INT_NOTEQUAL_-1204217710'), (u'INT_ADD_-1204216132', u'INT_MULT_-1204216092'), (u'PTRADD_-1204211199', u'MULTIEQUAL_-1204212511'), (u'MULTIEQUAL_-1204212547', u'MULTIEQUAL_-1204212126'), (u'INDIRECT_-1204211689', u'MULTIEQUAL_-1204212141'), (u'CALL_-1204215459', u'INDIRECT_-1204211687'), (u'MULTIEQUAL_-1204212241', u'MULTIEQUAL_-1204212122'), (u'INT_EQUAL_-1204215825', u'MULTIEQUAL_-1204214348'), (u'CALL_-1204215867', u'INDIRECT_-1204211956'), (u'LOAD_-1204215999', u'INT_EQUAL_-1204215984'), (u'CALL_-1204216113', u'INDIRECT_-1204211789'), (u'LOAD_-1204216918', u'INT_MULT_-1204216824'), ('const-2', u'PTRADD_-1204211659'), (u'CALL_-1204214457', u'INDIRECT_-1204211431'), (u'COPY_-1204210848', u'CALL_-1204214219'), (u'INDIRECT_-1204211688', u'MULTIEQUAL_-1204211644'), ('tmp_18061', u'INT_ADD_-1204217805'), (u'MULTIEQUAL_-1204212227', u'MULTIEQUAL_-1204211889'), (u'MULTIEQUAL_-1204211836', u'MULTIEQUAL_-1204212224'), ('const-0', u'CALL_-1204216113'), (u'MULTIEQUAL_-1204212388', u'CAST_-1204211882'), (u'MULTIEQUAL_-1204214446', u'INT_NOTEQUAL_-1204216968'), ('tmp_18061', u'INT_ADD_-1204216218'), (u'MULTIEQUAL_-1204212360', u'MULTIEQUAL_-1204212440'), ('const-3', u'INT_MULT_-1204214090'), (u'INDIRECT_-1204212044', u'MULTIEQUAL_-1204212046'), (u'CALL_-1204215960', u'INDIRECT_-1204211936'), (u'CALL_-1204216716', u'INDIRECT_-1204212092'), (u'CALL_-1204216686', u'INDIRECT_-1204212233'), ('const-136', u'INT_ADD_-1204217675'), (u'MULTIEQUAL_-1204214456', u'BOOL_NEGATE_-1204214119'), (u'CALL_-1204215051', u'INDIRECT_-1204211600'), ('const-1', u'PTRADD_-1204215874'), (u'LOAD_-1204216926', u'INT_MULT_-1204216868'), (u'CAST_-1204212175', u'LOAD_-1204217691'), (u'STORE_-1204216062', u'INDIRECT_-1204212120'), (u'CALL_-1204215805', u'INDIRECT_-1204211933'), (u'CALL_-1204215051', u'INDIRECT_-1204211651'), (u'INDIRECT_-1204211874', u'MULTIEQUAL_-1204211823'), (u'INT_LESS_-1204215825', u'MULTIEQUAL_-1204214459'), (u'INT_ADD_-1204216836', u'INT_ADD_-1204216829'), (u'INDIRECT_-1204211978', u'MULTIEQUAL_-1204211927'), ('const-417', u'LOAD_-1204216024'), (u'MULTIEQUAL_-1204212275', u'MULTIEQUAL_-1204212149'), ('const-0', u'CALL_-1204214219'), ('const-4', u'INT_ADD_-1204216033'), (u'MULTIEQUAL_-1204214129', u'MULTIEQUAL_-1204214203'), (u'CALL_-1204214667', u'INDIRECT_-1204211428'), ('const-1', u'INT_LESS_-1204217154'), (u'INDIRECT_-1204211789', u'MULTIEQUAL_-1204211750'), ('tmp_1650', u'CBRANCH_-1204216583'), (u'CALL_-1204215398', u'INDIRECT_-1204211914'), (u'MULTIEQUAL_-1204214520', u'PTRADD_-1204215780'), (u'INT_ADD_-1204216104', u'INT_ADD_-1204216093'), (u'COPY_-1204210903', u'CALL_-1204215051'), (u'MULTIEQUAL_-1204211743', u'MULTIEQUAL_-1204211726'), (u'INDIRECT_-1204212156', u'MULTIEQUAL_-1204211840'), (u'INT_ADD_-1204216904', u'INT_ADD_-1204216902'), ('tmp_618', u'CBRANCH_-1204217596'), (u'MULTIEQUAL_-1204211973', u'MULTIEQUAL_-1204211944'), (u'CALL_-1204214999', u'INDIRECT_-1204211369'), (u'MULTIEQUAL_-1204212291', u'MULTIEQUAL_-1204212173'), (u'CALL_-1204214457', u'INDIRECT_-1204211635'), (u'MULTIEQUAL_-1204214581', u'CAST_-1204211775'), (u'CALL_-1204216623', u'INDIRECT_-1204211661'), (u'MULTIEQUAL_-1204211871', u'MULTIEQUAL_-1204211801'), (u'CALL_-1204216224', u'INDIRECT_-1204212421'), (u'CALL_-1204216309', u'INDIRECT_-1204211866'), (u'INDIRECT_-1204211586', u'MULTIEQUAL_-1204211524'), (u'MULTIEQUAL_-1204211820', u'MULTIEQUAL_-1204211750'), (u'CALL_-1204215459', u'INDIRECT_-1204211891'), (u'INDIRECT_-1204211589', u'MULTIEQUAL_-1204212513'), (u'INDIRECT_-1204211905', u'MULTIEQUAL_-1204211879'), (u'INT_MULT_-1204214129', u'INT_ADD_-1204212026'), (u'CALL_-1204215867', u'INDIRECT_-1204211752'), (u'PTRADD_-1204211232', u'MULTIEQUAL_-1204212665'), (u'PTRSUB_-1204211095', u'CALL_-1204215451'), (u'INDIRECT_-1204211661', u'MULTIEQUAL_-1204211585'), (u'MULTIEQUAL_-1204212394', u'MULTIEQUAL_-1204211973'), (u'MULTIEQUAL_-1204211871', u'MULTIEQUAL_-1204211842'), (u'CALL_-1204215489', u'INDIRECT_-1204212005'), ('const-417', u'LOAD_-1204216030'), (u'CALL_-1204216686', u'INDIRECT_-1204212029'), (u'MULTIEQUAL_-1204211398', u'MULTIEQUAL_-1204211386'), (u'INDIRECT_-1204212309', u'MULTIEQUAL_-1204212258'), (u'PTRSUB_-1204210903', u'CALL_-1204214647'), (u'CALL_-1204215464', u'INDIRECT_-1204211689'), (u'MULTIEQUAL_-1204214459', u'MULTIEQUAL_-1204214456'), (u'CALL_-1204215489', u'INDIRECT_-1204211954'), (u'PTRADD_-1204211894', u'LOAD_-1204216024'), (u'CAST_-1204211733', u'LOAD_-1204217145'), (u'CALL_-1204214667', u'INDIRECT_-1204211087'), (u'INDIRECT_-1204212038', u'MULTIEQUAL_-1204212044'), (u'CAST_-1204211994', u'STORE_-1204216062'), (u'LOAD_-1204216940', u'INT_ADD_-1204216902'), (u'MULTIEQUAL_-1204212227', u'MULTIEQUAL_-1204211986'), (u'CALL_-1204215464', u'INDIRECT_-1204211791'), (u'CAST_-1204211983', u'INT_MULT_-1204216019'), (u'MULTIEQUAL_-1204211954', u'COPY_-1204211391'), ('const-164', u'INT_ADD_-1204217116'), ('const-4751022', u'COPY_-1204211703'), (u'CALL_-1204215805', u'INDIRECT_-1204211678'), (u'CALL_-1204215867', u'INDIRECT_-1204211905'), ('const-4294967294', u'INT_MULT_-1204214129'), (u'MULTIEQUAL_-1204211841', u'MULTIEQUAL_-1204212479'), (u'MULTIEQUAL_-1204212177', u'MULTIEQUAL_-1204212107'), (u'COPY_-1204211703', u'CALL_-1204216716'), (u'INT_EQUAL_-1204215919', u'MULTIEQUAL_-1204214371'), (u'CAST_-1204211570', u'LOAD_-1204216834'), (u'INDIRECT_-1204211891', u'MULTIEQUAL_-1204211852'), (u'COPY_-1204217495', u'MULTIEQUAL_-1204212291'), (u'CALL_-1204215978', u'INDIRECT_-1204212309'), ('tmp_18061', u'CALL_-1204216686'), (u'INDIRECT_-1204212666', u'MULTIEQUAL_-1204212598'), ('tmp_2506', u'CBRANCH_-1204216069'), (u'MULTIEQUAL_-1204212228', u'MULTIEQUAL_-1204212158'), ('const-8', u'INT_MULT_-1204214619'), (u'CALL_-1204215960', u'INDIRECT_-1204211885'), (u'COPY_-1204211108', u'MULTIEQUAL_-1204211883'), (u'CALL_-1204216269', u'INDIRECT_-1204212258'), (u'CALL_-1204215960', u'INDIRECT_-1204211732'), (u'LOAD_-1204216107', u'INT_EQUAL_-1204216089'), (u'CALL_-1204215451', u'INDIRECT_-1204211871'), (u'CAST_-1204211973', u'STORE_-1204216031'), (u'MULTIEQUAL_-1204212411', u'MULTIEQUAL_-1204212394'), (u'LOAD_-1204216949', u'PTRADD_-1204211649'), (u'INDIRECT_-1204211691', u'MULTIEQUAL_-1204212615'), (u'INDIRECT_-1204211922', u'COPY_-1204211108'), (u'CALL_-1204215978', u'INDIRECT_-1204212360'), ('const-869', u'CALL_-1204215051'), ('const-0', u'COPY_-1204215897'), (u'CAST_-1204212213', u'INT_LESS_-1204217737'), ('tmp_4273', u'CBRANCH_-1204215904'), (u'INDIRECT_-1204212564', u'INT_EQUAL_-1204214960'), (u'LOAD_-1204217691', u'INT_SUB_-1204217651'), ('tmp_4541', u'CBRANCH_-1204215978'), ('const-0', u'COPY_-1204217525'), (u'COPY_-1204217505', u'MULTIEQUAL_-1204212343'), (u'CALL_-1204215459', u'INDIRECT_-1204211993'), (u'CALL_-1204214503', u'INDIRECT_-1204211053'), (u'INDIRECT_-1204211718', u'MULTIEQUAL_-1204211679'), (u'CALL_-1204215867', u'INDIRECT_-1204212109'), (u'INDIRECT_-1204212102', u'INT_ADD_-1204216007'), (u'MULTIEQUAL_-1204212007', u'MULTIEQUAL_-1204211986'), (u'INDIRECT_-1204212131', u'MULTIEQUAL_-1204212080'), (u'MULTIEQUAL_-1204211922', u'MULTIEQUAL_-1204211893'), (u'CALL_-1204216453', u'INDIRECT_-1204212233'), (u'CAST_-1204211967', u'LOAD_-1204216023'), (u'INDIRECT_-1204212335', u'MULTIEQUAL_-1204212302'), (u'INDIRECT_-1204212284', u'MULTIEQUAL_-1204212233'), (u'LOAD_-1204216131', u'PTRADD_-1204211926'), (u'MULTIEQUAL_-1204214348', u'BOOL_NEGATE_-1204214118'), (u'INT_ADD_-1204216055', u'CAST_-1204211999'), (u'CALL_-1204214457', u'INDIRECT_-1204211380'), ('const-0', u'COPY_-1204217569'), (u'CALL_-1204215398', u'INDIRECT_-1204211863'), (u'LOAD_-1204217132', u'INT_ADD_-1204217105'), ('tmp_5113', u'BRANCH_-1204214644'), (u'COPY_-1204215873', u'MULTIEQUAL_-1204214639'), ('const-0', u'CALL_-1204215960'), (u'INT_EQUAL_-1204215825', u'MULTIEQUAL_-1204214351'), (u'INDIRECT_-1204212109', u'MULTIEQUAL_-1204212083'), ('const-3', u'INT_SRIGHT_-1204217629'), (u'CAST_-1204211846', u'INT_LESS_-1204216052'), (u'MULTIEQUAL_-1204212513', u'MULTIEQUAL_-1204212496'), (u'LOAD_-1204217137', u'INT_ADD_-1204217107'), (u'CALL_-1204216686', u'INDIRECT_-1204212131'), (u'CALL_-1204215489', u'INDIRECT_-1204211544'), (u'CALL_-1204214667', u'INDIRECT_-1204211836'), (u'INT_ADD_-1204212060', u'PTRADD_-1204215879'), (u'INT_ADD_-1204215930', u'MULTIEQUAL_-1204214661'), ('const-0', u'INT_EQUAL_-1204216355'), ('const-4294967232', u'PTRSUB_-1204210898'), ('const-4', u'PTRADD_-1204211366'), (u'CALL_-1204215489', u'INDIRECT_-1204211852'), ('const-0', u'COPY_-1204217553'), ('tmp_1368', u'CBRANCH_-1204216752'), (u'MULTIEQUAL_-1204211896', u'MULTIEQUAL_-1204211879'), ('const-417', u'LOAD_-1204215999'), (u'PTRADD_-1204211366', u'INT_NOTEQUAL_-1204216071'), (u'CALL_-1204215051', u'INDIRECT_-1204211447'), (u'CALL_-1204214667', u'INDIRECT_-1204211375'), ('tmp_3225', u'CBRANCH_-1204216181'), (u'CALL_-1204216686', u'INDIRECT_-1204212284'), (u'CALL_-1204215960', u'INDIRECT_-1204211834'), (u'CALL_-1204216453', u'INDIRECT_-1204211927'), (u'LOAD_-1204217866', u'INT_EQUAL_-1204217839'), (u'CAST_-1204211433', u'INT_ADD_-1204216493'), (u'CAST_-1204211999', u'LOAD_-1204216071'), (u'INDIRECT_-1204212717', u'MULTIEQUAL_-1204212666'), (u'MULTIEQUAL_-1204212177', u'INT_NOTEQUAL_-1204216198'), (u'STORE_-1204217701', u'INDIRECT_-1204212292'), ('const-417', u'LOAD_-1204217821'), (u'MULTIEQUAL_-1204212526', u'MULTIEQUAL_-1204212188'), (u'CALL_-1204216384', u'INDIRECT_-1204211901'), (u'LOAD_-1204217827', u'INT_SUB_-1204217793'), ('const-0', u'INT_EQUAL_-1204216788'), (u'INDIRECT_-1204211773', u'MULTIEQUAL_-1204213023'), (u'MULTIEQUAL_-1204212228', u'MULTIEQUAL_-1204212199'), (u'CALL_-1204216716', u'INDIRECT_-1204212296'), (u'LOAD_-1204217884', u'INT_LESS_-1204217749'), ('const-1', u'INT_ADD_-1204214299'), (u'CALL_-1204215978', u'INDIRECT_-1204212513'), (u'INDIRECT_-1204211391', u'MULTIEQUAL_-1204211386'), ('const-16', u'INT_LESS_-1204216575'), (u'CALL_-1204215459', u'INDIRECT_-1204211244'), (u'COPY_-1204211588', u'MULTIEQUAL_-1204211883'), ('const-1', u'INT_ADD_-1204212025'), ('const-0', u'COPY_-1204217079'), (u'CALL_-1204215867', u'INDIRECT_-1204211360'), (u'LOAD_-1204216552', u'PIECE_-1204211927'), (u'CALL_-1204216309', u'CALL_-1204216269'), (u'CALL_-1204216716', u'INDIRECT_-1204211988'), (u'INDIRECT_-1204211885', u'INT_NOTEQUAL_-1204215918'), (u'COPY_-1204211588', u'MULTIEQUAL_-1204212345'), ('const-1', u'INT_ADD_-1204212060'), (u'INDIRECT_-1204210875', u'COPY_-1204210913'), (u'INDIRECT_-1204211993', u'MULTIEQUAL_-1204211995'), (u'INDIRECT_-1204211797', u'MULTIEQUAL_-1204211833'), (u'INDIRECT_-1204212335', u'MULTIEQUAL_-1204212284'), (u'INT_ADD_-1204216124', u'CAST_-1204211877'), (u'CALL_-1204216453', u'INDIRECT_-1204212182'), (u'CALL_-1204215459', u'INDIRECT_-1204211636'), ('const-417', u'LOAD_-1204216123'), (u'CALL_-1204216384', u'INDIRECT_-1204212309'), (u'CALL_-1204215451', u'INDIRECT_-1204211718'), (u'INDIRECT_-1204211293', u'MULTIEQUAL_-1204212007'), (u'MULTIEQUAL_-1204212007', u'MULTIEQUAL_-1204211889'), ('const-2041', u'CALL_-1204214219'), ('const-1', u'INT_ADD_-1204215921'), ('const-8', u'INT_MULT_-1204216019'), ('const-0', u'INT_NOTEQUAL_-1204217095'), (u'LOAD_-1204217691', u'INT_NOTEQUAL_-1204214628'), ('const-32', u'INT_ADD_-1204216106'), ('const-144', u'INT_ADD_-1204216107'), (u'MULTIEQUAL_-1204212056', u'MULTIEQUAL_-1204211998'), ('const-132', u'INT_ADD_-1204216042'), (u'INT_EQUAL_-1204215825', u'CBRANCH_-1204215826'), (u'LOAD_-1204216111', u'INT_ADD_-1204216093'), (u'INDIRECT_-1204211885', u'MULTIEQUAL_-1204211845'), ('const-4294967294', u'INT_MULT_-1204214170'), ('const-417', u'LOAD_-1204216827'), (u'MULTIEQUAL_-1204212126', u'MULTIEQUAL_-1204212097'), (u'CALL_-1204215459', u'INDIRECT_-1204211789'), (u'INDIRECT_-1204212257', u'MULTIEQUAL_-1204212192'), (u'CALL_-1204215451', u'INDIRECT_-1204211461'), ('const-6445', u'INT_ADD_-1204215983'), (u'MULTIEQUAL_-1204214551', u'CALL_-1204215978'), (u'INDIRECT_-1204211616', u'MULTIEQUAL_-1204211577'), ('tmp_3387', u'BRANCH_-1204215437'), (u'LOAD_-1204217821', u'INT_ADD_-1204217713'), (u'CALL_-1204215051', u'INDIRECT_-1204210902'), (u'LOAD_-1204216030', u'STORE_-1204216045'), (u'BOOL_AND_-1204215882', u'INT_EQUAL_-1204215883'), ('const-0', u'CALL_-1204216453'), (u'CALL_-1204216716', u'INDIRECT_-1204211700'), (u'CAST_-1204211555', u'CALL_-1204216224'), (u'CALL_-1204214647', u'INDIRECT_-1204211281'), (u'CAST_-1204211592', u'LOAD_-1204216918'), ('const-417', u'LOAD_-1204216162'), (u'INT_ADD_-1204216107', u'CAST_-1204212028'), (u'INDIRECT_-1204212411', u'INT_EQUAL_-1204215001'), ('const-4753296', u'COPY_-1204210895'), (u'MULTIEQUAL_-1204212666', u'MULTIEQUAL_-1204212746'), (u'CALL_-1204216309', u'INDIRECT_-1204211525'), ('const-164', u'INT_ADD_-1204216924'), (u'CALL_-1204216623', u'INDIRECT_-1204212104'), (u'INDIRECT_-1204211936', u'MULTIEQUAL_-1204211896'), (u'MULTIEQUAL_-1204211947', u'MULTIEQUAL_-1204211930'), (u'MULTIEQUAL_-1204212188', u'MULTIEQUAL_-1204211767'), (u'CALL_-1204215489', u'INDIRECT_-1204211750'), (u'LOAD_-1204217884', u'INT_LESSEQUAL_-1204215905'), ('const-4489376', u'COPY_-1204211224'), ('const-417', u'LOAD_-1204215842'), ('const-8', u'INT_MULT_-1204216092'), (u'LOAD_-1204216131', u'PTRADD_-1204211918'), (u'INDIRECT_-1204212717', u'MULTIEQUAL_-1204212746'), (u'INT_EQUAL_-1204216788', u'CBRANCH_-1204216780'), (u'MULTIEQUAL_-1204213937', u'PTRADD_-1204211366'), (u'INDIRECT_-1204212462', u'INT_EQUAL_-1204215001'), (u'MULTIEQUAL_-1204214661', u'INT_ADD_-1204215930'), (u'MULTIEQUAL_-1204211852', u'MULTIEQUAL_-1204211840'), (u'INT_MULT_-1204214090', u'INT_ADD_-1204216132'), (u'CALL_-1204216269', u'INDIRECT_-1204211850'), (u'CALL_-1204215459', u'INDIRECT_-1204211738'), (u'INDIRECT_-1204213200', u'MULTIEQUAL_-1204214129'), (u'INDIRECT_-1204211936', u'MULTIEQUAL_-1204211942'), (u'CALL_-1204214999', u'INDIRECT_-1204211267'), ('const-4', u'PTRADD_-1204211902'), (u'INDIRECT_-1204211901', u'MULTIEQUAL_-1204211835'), ('tmp_18061', u'CALL_-1204215459'), (u'INDIRECT_-1204212411', u'MULTIEQUAL_-1204212440'), (u'INDIRECT_-1204212089', u'MULTIEQUAL_-1204212095'), (u'COPY_-1204211400', u'MULTIEQUAL_-1204214021'), (u'INT_ZEXT_-1204215929', u'INT_MULT_-1204214171'), (u'INDIRECT_-1204211448', u'MULTIEQUAL_-1204211439'), (u'MULTIEQUAL_-1204211903', u'COPY_-1204211400'), ('const-0', u'INT_EQUAL_-1204215984'), (u'CAST_-1204211872', u'MULTIEQUAL_-1204212388'), (u'CALL_-1204216623', u'INDIRECT_-1204212308'), (u'INDIRECT_-1204212206', u'MULTIEQUAL_-1204212141'), (u'INDIRECT_-1204212574', u'MULTIEQUAL_-1204211842'), (u'CAST_-1204211872', u'MULTIEQUAL_-1204212291'), (u'CALL_-1204215398', u'INDIRECT_-1204211557'), (u'MULTIEQUAL_-1204214661', u'INT_EQUAL_-1204215940'), (u'CALL_-1204215805', u'INDIRECT_-1204212086'), ('const-1', u'PTRADD_-1204215785'), (u'CAST_-1204211759', u'LOAD_-1204217194'), ('const-4751052', u'COPY_-1204211534'), (u'COPY_-1204217525', u'MULTIEQUAL_-1204212542'), (u'MULTIEQUAL_-1204211954', u'INT_NOTEQUAL_-1204216042'), (u'INDIRECT_-1204212038', u'MULTIEQUAL_-1204211998'), ('tmp_174', u'CBRANCH_-1204217838'), ('tmp_3253', u'CBRANCH_-1204215554'), ('tmp_18061', u'INT_ADD_-1204217811'), (u'MULTIEQUAL_-1204212024', u'MULTIEQUAL_-1204211954'), (u'INDIRECT_-1204211978', u'CALL_-1204216384'), ('const-4489837', u'COPY_-1204210966'), (u'CALL_-1204216309', u'INDIRECT_-1204211813'), (u'MULTIEQUAL_-1204212511', u'MULTIEQUAL_-1204212394'), (u'COPY_-1204215967', u'MULTIEQUAL_-1204214661'), (u'INDIRECT_-1204211949', u'SUBPIECE_-1204211927'), (u'MULTIEQUAL_-1204212445', u'MULTIEQUAL_-1204212326'), (u'CALL_-1204215051', u'INDIRECT_-1204211498'), (u'CALL_-1204216269', u'INDIRECT_-1204212054'), (u'INDIRECT_-1204211785', u'MULTIEQUAL_-1204212615'), (u'COPY_-1204211224', u'CALL_-1204215398'), (u'MULTIEQUAL_-1204211801', u'MULTIEQUAL_-1204211743'), (u'INDIRECT_-1204211789', u'MULTIEQUAL_-1204211791'), (u'CAST_-1204211612', u'LOAD_-1204216949'), (u'CALL_-1204216686', u'INDIRECT_-1204211976'), (u'INDIRECT_-1204211432', u'MULTIEQUAL_-1204211884'), (u'INDIRECT_-1204211079', u'MULTIEQUAL_-1204212227'), (u'PTRADD_-1204211926', u'LOAD_-1204216100'), (u'MULTIEQUAL_-1204212107', u'MULTIEQUAL_-1204212049'), (u'CALL_-1204215451', u'INDIRECT_-1204211820'), (u'LOAD_-1204216932', u'INT_ADD_-1204216910'), (u'COPY_-1204211400', u'MULTIEQUAL_-1204213937'), (u'CAST_-1204211995', u'INT_MULT_-1204216036'), (u'INDIRECT_-1204211087', u'MULTIEQUAL_-1204211906'), (u'INDIRECT_-1204211740', u'MULTIEQUAL_-1204212192'), (u'MULTIEQUAL_-1204214526', u'PTRADD_-1204215879'), (u'CALL_-1204214457', u'INDIRECT_-1204211533'), (u'COPY_-1204210874', u'CALL_-1204214999'), (u'CAST_-1204212225', u'LOAD_-1204217827'), (u'CAST_-1204211893', u'COPY_-1204212007'), (u'INDIRECT_-1204212095', u'MULTIEQUAL_-1204212097'), ('const-1', u'INT_EQUAL_-1204216565'), (u'COPY_-1204217535', u'MULTIEQUAL_-1204212593'), (u'CALL_-1204215978', u'INDIRECT_-1204212564'), ('const-417', u'LOAD_-1204216918'), (u'MULTIEQUAL_-1204212205', u'MULTIEQUAL_-1204212285'), (u'INDIRECT_-1204211825', u'MULTIEQUAL_-1204211788'), (u'MULTIEQUAL_-1204211398', u'MULTIEQUAL_-1204211340'), (u'MULTIEQUAL_-1204214247', u'CALL_-1204216453'), (u'CALL_-1204214421', u'INDIRECT_-1204211312'), (u'INDIRECT_-1204211648', u'MULTIEQUAL_-1204211622'), (u'INT_SUB_-1204217167', u'INT_LESS_-1204217154'), ('const-1', u'INT_NOTEQUAL_-1204216984'), (u'INDIRECT_-1204211701', u'MULTIEQUAL_-1204211675'), (u'MULTIEQUAL_-1204212069', u'MULTIEQUAL_-1204211943'), ('const-417', u'LOAD_-1204217866'), (u'CALL_-1204214999', u'INDIRECT_-1204211318'), (u'INDIRECT_-1204211968', u'MULTIEQUAL_-1204211906'), (u'MULTIEQUAL_-1204212665', u'MULTIEQUAL_-1204212547'), (u'INT_LESS_-1204215919', u'MULTIEQUAL_-1204214479'), (u'INT_EQUAL_-1204214960', u'CBRANCH_-1204214958'), (u'CALL_-1204216113', u'INDIRECT_-1204212044'), (u'PTRADD_-1204211906', u'LOAD_-1204216042'), (u'MULTIEQUAL_-1204211467', u'MULTIEQUAL_-1204211398'), (u'CAST_-1204211870', u'LOAD_-1204216131'), (u'CALL_-1204214647', u'INDIRECT_-1204211691'), (u'CAST_-1204212168', u'LOAD_-1204217682'), (u'INT_LESSEQUAL_-1204215905', u'CBRANCH_-1204215904'), ('tmp_4714', u'CBRANCH_-1204215882'), (u'LOAD_-1204217884', u'CAST_-1204210919'), (u'MULTIEQUAL_-1204212666', u'MULTIEQUAL_-1204212649'), (u'INT_EQUAL_-1204215846', u'CBRANCH_-1204215851'), (u'MULTIEQUAL_-1204214526', u'LOAD_-1204215936'), ('tmp_18061', u'INT_ADD_-1204216107'), (u'CALL_-1204214517', u'INDIRECT_-1204211613'), (u'PTRSUB_-1204211588', u'COPY_-1204211607'), (u'INDIRECT_-1204212360', u'CAST_-1204211161'), ('const-417', u'LOAD_-1204217884'), ('tmp_18061', u'INT_ADD_-1204214601'), (u'CAST_-1204211555', u'CALL_-1204216269'), ('const-20', u'INT_MULT_-1204216824'), (u'CAST_-1204210999', u'COPY_-1204211131'), ('const-417', u'LOAD_-1204216834'), (u'MULTIEQUAL_-1204211839', u'MULTIEQUAL_-1204212075'), (u'CALL_-1204215398', u'INDIRECT_-1204211216'), ('tmp_18061', u'INT_ADD_-1204217687'), (u'LOAD_-1204217121', u'INT_EQUAL_-1204216183'), (u'INT_ADD_-1204216782', u'CAST_-1204211555'), (u'INDIRECT_-1204212462', u'MULTIEQUAL_-1204212511'), ('const-417', u'LOAD_-1204216131'), (u'MULTIEQUAL_-1204211842', u'MULTIEQUAL_-1204212228'), (u'INT_MULT_-1204216005', u'INT_ADD_-1204216017'), (u'INT_ADD_-1204216218', u'CAST_-1204211629'), ('tmp_1325', u'CBRANCH_-1204216780'), (u'CAST_-1204212021', u'LOAD_-1204216114'), (u'LOAD_-1204217682', u'INT_ADD_-1204214631'), (u'INDIRECT_-1204212054', u'MULTIEQUAL_-1204211838'), (u'MULTIEQUAL_-1204211839', u'MULTIEQUAL_-1204212377'), (u'MULTIEQUAL_-1204212496', u'MULTIEQUAL_-1204212075'), (u'INDIRECT_-1204212258', u'MULTIEQUAL_-1204211842'), (u'CALL_-1204216113', u'INDIRECT_-1204212197'), (u'INDIRECT_-1204212131', u'MULTIEQUAL_-1204212098'), (u'MULTIEQUAL_-1204212987', u'MULTIEQUAL_-1204212649'), (u'LOAD_-1204216100', u'INT_ADD_-1204216043'), (u'CALL_-1204214647', u'INDIRECT_-1204211589'), ('const-0', u'CALL_-1204216113'), (u'CALL_-1204215051', u'INDIRECT_-1204211294')]
null
null
002617a0
x86
O2
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nvoid FUN_002617a0(int param_1,undefined4 param_2,int param_3)\n\n{\n int iVar1;\n uint uVar2;\n uint uVar3;\n int *piVar4;\n int iVar5;\n int iVar6;\n char cVar7;\n size_t *psVar8;\n uint uVar9;\n undefined4 uVar10;\n size_t __n;\n size_t *psVar11;\n int iVar12;\n uint *puVar13;\n char *__s;\n byte *pbVar14;\n uint *puVar15;\n byte *pbVar16;\n int iVar17;\n bool bVar18;\n bool bVar19;\n bool bVar20;\n byte bVar21;\n size_t local_50;\n uint *local_4c;\n uint *local_48;\n uint *local_44;\n uint *local_40;\n uint *local_3c;\n uint *local_38;\n size_t *local_34;\n size_t local_30;\n size_t local_2c [7];\n \n bVar21 = 0;\n psVar11 = *(size_t **)(param_1 + 0x28);\n iVar1 = *(int *)(param_3 + 0x1d0);\n if (iVar1 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/incremental.cc",0x7f9,"do_layout",0);\n }\n psVar8 = (size_t *)(*(int *)(param_1 + 0x3c) - *(int *)(param_1 + 0x38) >> 2);\n if (psVar8 < psVar11) {\n FUN_0025d2a0(param_1 + 0x38,(int)psVar11 - (int)psVar8);\n }\n else if ((psVar11 < psVar8) &&\n (iVar12 = *(int *)(param_1 + 0x38) + (int)psVar11 * 4, *(int *)(param_1 + 0x3c) != iVar12)\n ) {\n *(int *)(param_1 + 0x3c) = iVar12;\n }\n psVar8 = (size_t *)(*(int *)(param_1 + 0x88) - *(int *)(param_1 + 0x84) >> 3);\n if (psVar8 < psVar11) {\n FUN_00261660(param_1 + 0x84,(int)psVar11 - (int)psVar8);\n }\n else if ((psVar11 < psVar8) &&\n (iVar12 = *(int *)(param_1 + 0x84) + (int)psVar11 * 8, *(int *)(param_1 + 0x88) != iVar12)\n ) {\n *(int *)(param_1 + 0x88) = iVar12;\n }\n local_4c = (uint *)0x0;\n local_48 = (uint *)0x0;\n local_44 = (uint *)0x0;\n local_40 = (uint *)0x0;\n local_3c = (uint *)0x0;\n local_38 = (uint *)0x0;\n local_34 = (size_t *)0x1;\n if ((size_t *)0x1 < psVar11) {\n do {\n while( true ) {\n piVar4 = *(int **)(param_1 + 0x98);\n puVar13 = (uint *)(*(int *)(param_1 + 0xa4) + 0x20 + ((int)local_34 * 3 + -3) * 8 + *piVar4)\n ;\n iVar12 = 0;\n if (*puVar13 < (uint)piVar4[2]) {\n iVar12 = piVar4[1] + *puVar13;\n }\n uVar9 = puVar13[1];\n uVar2 = puVar13[2];\n uVar3 = puVar13[3];\n /* try { // try from 0026195e to 00261a6f has its CatchHandler @ 00261dcb */\n FUN_0024c5d0(iVar1,param_1,local_34,iVar12,puVar13[4],puVar13[5]);\n if ((uVar9 != 0) && ((uVar2 & uVar3) != 0xffffffff)) break;\nLAB_00261971:\n local_34 = (size_t *)((int)local_34 + 1);\n if (psVar11 <= local_34) goto LAB_0026197c;\n }\n iVar12 = *(int *)(*(int *)(*(int *)(param_1 + 0x90) + 0x50) + uVar9 * 4);\n if (iVar12 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/incremental.cc",0x80c,"do_layout");\n }\n *(int *)(*(int *)(param_1 + 0x38) + (int)local_34 * 4) = iVar12;\n iVar17 = *(int *)(param_1 + 0x84);\n *(uint *)(iVar17 + 4 + (int)local_34 * 8) = uVar3;\n *(uint *)(iVar17 + (int)local_34 * 8) = uVar2;\n if (*(int *)(DAT_005ea7c8 + 8) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n bVar18 = false;\n bVar20 = *(char *)(*(int *)(DAT_005ea7c8 + 8) + 0x192d) == '\0';\n if (!bVar20) {\n iVar17 = 0xc;\n pbVar14 = *(byte **)(iVar12 + 0x20);\n pbVar16 = (byte *)".debug_info";\n do {\n if (iVar17 == 0) break;\n iVar17 = iVar17 + -1;\n bVar18 = *pbVar14 < *pbVar16;\n bVar20 = *pbVar14 == *pbVar16;\n pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1;\n pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1;\n } while (bVar20);\n bVar19 = false;\n bVar18 = (!bVar18 && !bVar20) == bVar18;\n if (bVar18) {\n if (local_48 == local_44) {\n FUN_00144ac0(&local_4c,local_48,&local_34);\n goto LAB_00261971;\n }\n *local_48 = (uint)local_34;\n local_48 = local_48 + 1;\n }\n else {\n iVar17 = 0xd;\n pbVar14 = *(byte **)(iVar12 + 0x20);\n pbVar16 = (byte *)".debug_types";\n do {\n if (iVar17 == 0) break;\n iVar17 = iVar17 + -1;\n bVar19 = *pbVar14 < *pbVar16;\n bVar18 = *pbVar14 == *pbVar16;\n pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1;\n pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1;\n } while (bVar18);\n if ((!bVar19 && !bVar18) == bVar19) {\n if (local_3c == local_38) {\n /* try { // try from 00261d29 to 00261da2 has its CatchHandler @ 00261dcb */\n FUN_00144ac0(&local_40,local_3c,&local_34);\n goto LAB_00261971;\n }\n *local_3c = (uint)local_34;\n local_3c = local_3c + 1;\n }\n }\n }\n local_34 = (size_t *)((int)local_34 + 1);\n } while (local_34 < psVar11);\n }\nLAB_0026197c:\n uVar9 = (uint)*(byte *)(param_1 + 0x9c);\n if (1 < uVar9 - 1) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/incremental.h",0x3b9,"get_comdat_group_count",uVar9);\n }\n iVar12 = *(int *)(**(int **)(param_1 + 0x98) + 0x18 + *(int *)(param_1 + 0xa4));\n if (iVar12 != 0) {\n iVar17 = 0;\n do {\n if ((uVar9 != 1) && (uVar9 != 2)) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/incremental.h",0x365,"get_input_section_count");\n }\n piVar4 = *(int **)(param_1 + 0x98);\n iVar5 = *(int *)(param_1 + 0xa4);\n iVar6 = *piVar4;\n uVar9 = *(uint *)(iVar5 + 0x20 +\n iVar6 + *(int *)(iVar6 + iVar5) * 0x18 + iVar17 * 4 +\n *(int *)(iVar6 + 4 + iVar5) * 0x14);\n if (((uint)piVar4[2] <= uVar9) || (__s = (char *)(uVar9 + piVar4[1]), __s == (char *)0x0)) {\n uVar10 = gettext("COMDAT group has no signature");\n FUN_0028b750(param_1,uVar10);\n local_34 = local_2c;\n /* WARNING: Subroutine does not return */\n FUN_003f3980("basic_string::_M_construct null not valid");\n }\n if (*__s == '\0') {\n uVar10 = gettext("COMDAT group has no signature");\n FUN_0028b750(param_1,uVar10);\n }\n local_34 = local_2c;\n __n = strlen(__s);\n local_50 = __n;\n if (__n < 0x10) {\n psVar11 = local_2c;\n if (__n == 1) {\n local_2c[0] = CONCAT31(local_2c[0]._1_3_,*__s);\n }\n else if (__n != 0) goto LAB_00261c7d;\n }\n else {\n local_34 = (size_t *)FUN_003b5790(&local_34,&local_50,0);\n local_2c[0] = local_50;\n psVar11 = local_34;\nLAB_00261c7d:\n memcpy(psVar11,__s,__n);\n psVar11 = local_34;\n }\n *(undefined1 *)((int)psVar11 + local_50) = 0;\n local_30 = local_50;\n /* try { // try from 00261acd to 00261ad1 has its CatchHandler @ 00261dc7 */\n cVar7 = FUN_00278ce0(param_3,&local_34,param_1,iVar17,1,1,0);\n if (local_34 != local_2c) {\n FUN_003ae080(local_34);\n }\n if (cVar7 == '\0') {\n uVar10 = gettext("COMDAT group %s included twice in incremental link");\n /* try { // try from 00261b16 to 00261cd0 has its CatchHandler @ 00261dcb */\n FUN_0028b750(param_1,uVar10,__s);\n }\n else {\n FUN_0024c220(iVar1,param_1,__s);\n }\n if (iVar17 + 1 == iVar12) break;\n iVar17 = iVar17 + 1;\n uVar9 = (uint)*(byte *)(param_1 + 0x9c);\n } while( true );\n }\n puVar13 = local_4c;\n if (local_4c != local_48) {\n do {\n FUN_00287390(param_3,0,param_1,0,0,0,*puVar13,0,0);\n puVar13 = puVar13 + 1;\n } while (local_48 != puVar13);\n }\n puVar13 = local_3c;\n puVar15 = local_40;\n if (local_40 != local_3c) {\n do {\n FUN_00287390(param_3,1,param_1,0,0,0,*puVar15,0,0);\n puVar15 = puVar15 + 1;\n puVar13 = local_40;\n } while (local_3c != puVar15);\n }\n if (puVar13 != (uint *)0x0) {\n FUN_003ae080(puVar13);\n }\n if (local_4c != (uint *)0x0) {\n FUN_003ae080(local_4c);\n }\n return;\n}\n\n" comment (function_definition "void FUN_002617a0(int param_1,undefined4 param_2,int param_3)\n\n{\n int iVar1;\n uint uVar2;\n uint uVar3;\n int *piVar4;\n int iVar5;\n int iVar6;\n char cVar7;\n size_t *psVar8;\n uint uVar9;\n undefined4 uVar10;\n size_t __n;\n size_t *psVar11;\n int iVar12;\n uint *puVar13;\n char *__s;\n byte *pbVar14;\n uint *puVar15;\n byte *pbVar16;\n int iVar17;\n bool bVar18;\n bool bVar19;\n bool bVar20;\n byte bVar21;\n size_t local_50;\n uint *local_4c;\n uint *local_48;\n uint *local_44;\n uint *local_40;\n uint *local_3c;\n uint *local_38;\n size_t *local_34;\n size_t local_30;\n size_t local_2c [7];\n \n bVar21 = 0;\n psVar11 = *(size_t **)(param_1 + 0x28);\n iVar1 = *(int *)(param_3 + 0x1d0);\n if (iVar1 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/incremental.cc",0x7f9,"do_layout",0);\n }\n psVar8 = (size_t *)(*(int *)(param_1 + 0x3c) - *(int *)(param_1 + 0x38) >> 2);\n if (psVar8 < psVar11) {\n FUN_0025d2a0(param_1 + 0x38,(int)psVar11 - (int)psVar8);\n }\n else if ((psVar11 < psVar8) &&\n (iVar12 = *(int *)(param_1 + 0x38) + (int)psVar11 * 4, *(int *)(param_1 + 0x3c) != iVar12)\n ) {\n *(int *)(param_1 + 0x3c) = iVar12;\n }\n psVar8 = (size_t *)(*(int *)(param_1 + 0x88) - *(int *)(param_1 + 0x84) >> 3);\n if (psVar8 < psVar11) {\n FUN_00261660(param_1 + 0x84,(int)psVar11 - (int)psVar8);\n }\n else if ((psVar11 < psVar8) &&\n (iVar12 = *(int *)(param_1 + 0x84) + (int)psVar11 * 8, *(int *)(param_1 + 0x88) != iVar12)\n ) {\n *(int *)(param_1 + 0x88) = iVar12;\n }\n local_4c = (uint *)0x0;\n local_48 = (uint *)0x0;\n local_44 = (uint *)0x0;\n local_40 = (uint *)0x0;\n local_3c = (uint *)0x0;\n local_38 = (uint *)0x0;\n local_34 = (size_t *)0x1;\n if ((size_t *)0x1 < psVar11) {\n do {\n while( true ) {\n piVar4 = *(int **)(param_1 + 0x98);\n puVar13 = (uint *)(*(int *)(param_1 + 0xa4) + 0x20 + ((int)local_34 * 3 + -3) * 8 + *piVar4)\n ;\n iVar12 = 0;\n if (*puVar13 < (uint)piVar4[2]) {\n iVar12 = piVar4[1] + *puVar13;\n }\n uVar9 = puVar13[1];\n uVar2 = puVar13[2];\n uVar3 = puVar13[3];\n /* try { // try from 0026195e to 00261a6f has its CatchHandler @ 00261dcb */\n FUN_0024c5d0(iVar1,param_1,local_34,iVar12,puVar13[4],puVar13[5]);\n if ((uVar9 != 0) && ((uVar2 & uVar3) != 0xffffffff)) break;\nLAB_00261971:\n local_34 = (size_t *)((int)local_34 + 1);\n if (psVar11 <= local_34) goto LAB_0026197c;\n }\n iVar12 = *(int *)(*(int *)(*(int *)(param_1 + 0x90) + 0x50) + uVar9 * 4);\n if (iVar12 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/incremental.cc",0x80c,"do_layout");\n }\n *(int *)(*(int *)(param_1 + 0x38) + (int)local_34 * 4) = iVar12;\n iVar17 = *(int *)(param_1 + 0x84);\n *(uint *)(iVar17 + 4 + (int)local_34 * 8) = uVar3;\n *(uint *)(iVar17 + (int)local_34 * 8) = uVar2;\n if (*(int *)(DAT_005ea7c8 + 8) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n bVar18 = false;\n bVar20 = *(char *)(*(int *)(DAT_005ea7c8 + 8) + 0x192d) == '\0';\n if (!bVar20) {\n iVar17 = 0xc;\n pbVar14 = *(byte **)(iVar12 + 0x20);\n pbVar16 = (byte *)".debug_info";\n do {\n if (iVar17 == 0) break;\n iVar17 = iVar17 + -1;\n bVar18 = *pbVar14 < *pbVar16;\n bVar20 = *pbVar14 == *pbVar16;\n pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1;\n pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1;\n } while (bVar20);\n bVar19 = false;\n bVar18 = (!bVar18 && !bVar20) == bVar18;\n if (bVar18) {\n if (local_48 == local_44) {\n FUN_00144ac0(&local_4c,local_48,&local_34);\n goto LAB_00261971;\n }\n *local_48 = (uint)local_34;\n local_48 = local_48 + 1;\n }\n else {\n iVar17 = 0xd;\n pbVar14 = *(byte **)(iVar12 + 0x20);\n pbVar16 = (byte *)".debug_types";\n do {\n if (iVar17 == 0) break;\n iVar17 = iVar17 + -1;\n bVar19 = *pbVar14 < *pbVar16;\n bVar18 = *pbVar14 == *pbVar16;\n pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1;\n pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1;\n } while (bVar18);\n if ((!bVar19 && !bVar18) == bVar19) {\n if (local_3c == local_38) {\n /* try { // try from 00261d29 to 00261da2 has its CatchHandler @ 00261dcb */\n FUN_00144ac0(&local_40,local_3c,&local_34);\n goto LAB_00261971;\n }\n *local_3c = (uint)local_34;\n local_3c = local_3c + 1;\n }\n }\n }\n local_34 = (size_t *)((int)local_34 + 1);\n } while (local_34 < psVar11);\n }\nLAB_0026197c:\n uVar9 = (uint)*(byte *)(param_1 + 0x9c);\n if (1 < uVar9 - 1) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/incremental.h",0x3b9,"get_comdat_group_count",uVar9);\n }\n iVar12 = *(int *)(**(int **)(param_1 + 0x98) + 0x18 + *(int *)(param_1 + 0xa4));\n if (iVar12 != 0) {\n iVar17 = 0;\n do {\n if ((uVar9 != 1) && (uVar9 != 2)) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/incremental.h",0x365,"get_input_section_count");\n }\n piVar4 = *(int **)(param_1 + 0x98);\n iVar5 = *(int *)(param_1 + 0xa4);\n iVar6 = *piVar4;\n uVar9 = *(uint *)(iVar5 + 0x20 +\n iVar6 + *(int *)(iVar6 + iVar5) * 0x18 + iVar17 * 4 +\n *(int *)(iVar6 + 4 + iVar5) * 0x14);\n if (((uint)piVar4[2] <= uVar9) || (__s = (char *)(uVar9 + piVar4[1]), __s == (char *)0x0)) {\n uVar10 = gettext("COMDAT group has no signature");\n FUN_0028b750(param_1,uVar10);\n local_34 = local_2c;\n /* WARNING: Subroutine does not return */\n FUN_003f3980("basic_string::_M_construct null not valid");\n }\n if (*__s == '\0') {\n uVar10 = gettext("COMDAT group has no signature");\n FUN_0028b750(param_1,uVar10);\n }\n local_34 = local_2c;\n __n = strlen(__s);\n local_50 = __n;\n if (__n < 0x10) {\n psVar11 = local_2c;\n if (__n == 1) {\n local_2c[0] = CONCAT31(local_2c[0]._1_3_,*__s);\n }\n else if (__n != 0) goto LAB_00261c7d;\n }\n else {\n local_34 = (size_t *)FUN_003b5790(&local_34,&local_50,0);\n local_2c[0] = local_50;\n psVar11 = local_34;\nLAB_00261c7d:\n memcpy(psVar11,__s,__n);\n psVar11 = local_34;\n }\n *(undefined1 *)((int)psVar11 + local_50) = 0;\n local_30 = local_50;\n /* try { // try from 00261acd to 00261ad1 has its CatchHandler @ 00261dc7 */\n cVar7 = FUN_00278ce0(param_3,&local_34,param_1,iVar17,1,1,0);\n if (local_34 != local_2c) {\n FUN_003ae080(local_34);\n }\n if (cVar7 == '\0') {\n uVar10 = gettext("COMDAT group %s included twice in incremental link");\n /* try { // try from 00261b16 to 00261cd0 has its CatchHandler @ 00261dcb */\n FUN_0028b750(param_1,uVar10,__s);\n }\n else {\n FUN_0024c220(iVar1,param_1,__s);\n }\n if (iVar17 + 1 == iVar12) break;\n iVar17 = iVar17 + 1;\n uVar9 = (uint)*(byte *)(param_1 + 0x9c);\n } while( true );\n }\n puVar13 = local_4c;\n if (local_4c != local_48) {\n do {\n FUN_00287390(param_3,0,param_1,0,0,0,*puVar13,0,0);\n puVar13 = puVar13 + 1;\n } while (local_48 != puVar13);\n }\n puVar13 = local_3c;\n puVar15 = local_40;\n if (local_40 != local_3c) {\n do {\n FUN_00287390(param_3,1,param_1,0,0,0,*puVar15,0,0);\n puVar15 = puVar15 + 1;\n puVar13 = local_40;\n } while (local_3c != puVar15);\n }\n if (puVar13 != (uint *)0x0) {\n FUN_003ae080(puVar13);\n }\n if (local_4c != (uint *)0x0) {\n FUN_003ae080(local_4c);\n }\n return;\n}" primitive_type (function_declarator "FUN_002617a0(int param_1,undefined4 param_2,int param_3)" identifier (parameter_list "(int param_1,undefined4 param_2,int param_3)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "int param_3" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n uint uVar2;\n uint uVar3;\n int *piVar4;\n int iVar5;\n int iVar6;\n char cVar7;\n size_t *psVar8;\n uint uVar9;\n undefined4 uVar10;\n size_t __n;\n size_t *psVar11;\n int iVar12;\n uint *puVar13;\n char *__s;\n byte *pbVar14;\n uint *puVar15;\n byte *pbVar16;\n int iVar17;\n bool bVar18;\n bool bVar19;\n bool bVar20;\n byte bVar21;\n size_t local_50;\n uint *local_4c;\n uint *local_48;\n uint *local_44;\n uint *local_40;\n uint *local_3c;\n uint *local_38;\n size_t *local_34;\n size_t local_30;\n size_t local_2c [7];\n \n bVar21 = 0;\n psVar11 = *(size_t **)(param_1 + 0x28);\n iVar1 = *(int *)(param_3 + 0x1d0);\n if (iVar1 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/incremental.cc",0x7f9,"do_layout",0);\n }\n psVar8 = (size_t *)(*(int *)(param_1 + 0x3c) - *(int *)(param_1 + 0x38) >> 2);\n if (psVar8 < psVar11) {\n FUN_0025d2a0(param_1 + 0x38,(int)psVar11 - (int)psVar8);\n }\n else if ((psVar11 < psVar8) &&\n (iVar12 = *(int *)(param_1 + 0x38) + (int)psVar11 * 4, *(int *)(param_1 + 0x3c) != iVar12)\n ) {\n *(int *)(param_1 + 0x3c) = iVar12;\n }\n psVar8 = (size_t *)(*(int *)(param_1 + 0x88) - *(int *)(param_1 + 0x84) >> 3);\n if (psVar8 < psVar11) {\n FUN_00261660(param_1 + 0x84,(int)psVar11 - (int)psVar8);\n }\n else if ((psVar11 < psVar8) &&\n (iVar12 = *(int *)(param_1 + 0x84) + (int)psVar11 * 8, *(int *)(param_1 + 0x88) != iVar12)\n ) {\n *(int *)(param_1 + 0x88) = iVar12;\n }\n local_4c = (uint *)0x0;\n local_48 = (uint *)0x0;\n local_44 = (uint *)0x0;\n local_40 = (uint *)0x0;\n local_3c = (uint *)0x0;\n local_38 = (uint *)0x0;\n local_34 = (size_t *)0x1;\n if ((size_t *)0x1 < psVar11) {\n do {\n while( true ) {\n piVar4 = *(int **)(param_1 + 0x98);\n puVar13 = (uint *)(*(int *)(param_1 + 0xa4) + 0x20 + ((int)local_34 * 3 + -3) * 8 + *piVar4)\n ;\n iVar12 = 0;\n if (*puVar13 < (uint)piVar4[2]) {\n iVar12 = piVar4[1] + *puVar13;\n }\n uVar9 = puVar13[1];\n uVar2 = puVar13[2];\n uVar3 = puVar13[3];\n /* try { // try from 0026195e to 00261a6f has its CatchHandler @ 00261dcb */\n FUN_0024c5d0(iVar1,param_1,local_34,iVar12,puVar13[4],puVar13[5]);\n if ((uVar9 != 0) && ((uVar2 & uVar3) != 0xffffffff)) break;\nLAB_00261971:\n local_34 = (size_t *)((int)local_34 + 1);\n if (psVar11 <= local_34) goto LAB_0026197c;\n }\n iVar12 = *(int *)(*(int *)(*(int *)(param_1 + 0x90) + 0x50) + uVar9 * 4);\n if (iVar12 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/incremental.cc",0x80c,"do_layout");\n }\n *(int *)(*(int *)(param_1 + 0x38) + (int)local_34 * 4) = iVar12;\n iVar17 = *(int *)(param_1 + 0x84);\n *(uint *)(iVar17 + 4 + (int)local_34 * 8) = uVar3;\n *(uint *)(iVar17 + (int)local_34 * 8) = uVar2;\n if (*(int *)(DAT_005ea7c8 + 8) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n bVar18 = false;\n bVar20 = *(char *)(*(int *)(DAT_005ea7c8 + 8) + 0x192d) == '\0';\n if (!bVar20) {\n iVar17 = 0xc;\n pbVar14 = *(byte **)(iVar12 + 0x20);\n pbVar16 = (byte *)".debug_info";\n do {\n if (iVar17 == 0) break;\n iVar17 = iVar17 + -1;\n bVar18 = *pbVar14 < *pbVar16;\n bVar20 = *pbVar14 == *pbVar16;\n pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1;\n pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1;\n } while (bVar20);\n bVar19 = false;\n bVar18 = (!bVar18 && !bVar20) == bVar18;\n if (bVar18) {\n if (local_48 == local_44) {\n FUN_00144ac0(&local_4c,local_48,&local_34);\n goto LAB_00261971;\n }\n *local_48 = (uint)local_34;\n local_48 = local_48 + 1;\n }\n else {\n iVar17 = 0xd;\n pbVar14 = *(byte **)(iVar12 + 0x20);\n pbVar16 = (byte *)".debug_types";\n do {\n if (iVar17 == 0) break;\n iVar17 = iVar17 + -1;\n bVar19 = *pbVar14 < *pbVar16;\n bVar18 = *pbVar14 == *pbVar16;\n pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1;\n pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1;\n } while (bVar18);\n if ((!bVar19 && !bVar18) == bVar19) {\n if (local_3c == local_38) {\n /* try { // try from 00261d29 to 00261da2 has its CatchHandler @ 00261dcb */\n FUN_00144ac0(&local_40,local_3c,&local_34);\n goto LAB_00261971;\n }\n *local_3c = (uint)local_34;\n local_3c = local_3c + 1;\n }\n }\n }\n local_34 = (size_t *)((int)local_34 + 1);\n } while (local_34 < psVar11);\n }\nLAB_0026197c:\n uVar9 = (uint)*(byte *)(param_1 + 0x9c);\n if (1 < uVar9 - 1) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/incremental.h",0x3b9,"get_comdat_group_count",uVar9);\n }\n iVar12 = *(int *)(**(int **)(param_1 + 0x98) + 0x18 + *(int *)(param_1 + 0xa4));\n if (iVar12 != 0) {\n iVar17 = 0;\n do {\n if ((uVar9 != 1) && (uVar9 != 2)) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/incremental.h",0x365,"get_input_section_count");\n }\n piVar4 = *(int **)(param_1 + 0x98);\n iVar5 = *(int *)(param_1 + 0xa4);\n iVar6 = *piVar4;\n uVar9 = *(uint *)(iVar5 + 0x20 +\n iVar6 + *(int *)(iVar6 + iVar5) * 0x18 + iVar17 * 4 +\n *(int *)(iVar6 + 4 + iVar5) * 0x14);\n if (((uint)piVar4[2] <= uVar9) || (__s = (char *)(uVar9 + piVar4[1]), __s == (char *)0x0)) {\n uVar10 = gettext("COMDAT group has no signature");\n FUN_0028b750(param_1,uVar10);\n local_34 = local_2c;\n /* WARNING: Subroutine does not return */\n FUN_003f3980("basic_string::_M_construct null not valid");\n }\n if (*__s == '\0') {\n uVar10 = gettext("COMDAT group has no signature");\n FUN_0028b750(param_1,uVar10);\n }\n local_34 = local_2c;\n __n = strlen(__s);\n local_50 = __n;\n if (__n < 0x10) {\n psVar11 = local_2c;\n if (__n == 1) {\n local_2c[0] = CONCAT31(local_2c[0]._1_3_,*__s);\n }\n else if (__n != 0) goto LAB_00261c7d;\n }\n else {\n local_34 = (size_t *)FUN_003b5790(&local_34,&local_50,0);\n local_2c[0] = local_50;\n psVar11 = local_34;\nLAB_00261c7d:\n memcpy(psVar11,__s,__n);\n psVar11 = local_34;\n }\n *(undefined1 *)((int)psVar11 + local_50) = 0;\n local_30 = local_50;\n /* try { // try from 00261acd to 00261ad1 has its CatchHandler @ 00261dc7 */\n cVar7 = FUN_00278ce0(param_3,&local_34,param_1,iVar17,1,1,0);\n if (local_34 != local_2c) {\n FUN_003ae080(local_34);\n }\n if (cVar7 == '\0') {\n uVar10 = gettext("COMDAT group %s included twice in incremental link");\n /* try { // try from 00261b16 to 00261cd0 has its CatchHandler @ 00261dcb */\n FUN_0028b750(param_1,uVar10,__s);\n }\n else {\n FUN_0024c220(iVar1,param_1,__s);\n }\n if (iVar17 + 1 == iVar12) break;\n iVar17 = iVar17 + 1;\n uVar9 = (uint)*(byte *)(param_1 + 0x9c);\n } while( true );\n }\n puVar13 = local_4c;\n if (local_4c != local_48) {\n do {\n FUN_00287390(param_3,0,param_1,0,0,0,*puVar13,0,0);\n puVar13 = puVar13 + 1;\n } while (local_48 != puVar13);\n }\n puVar13 = local_3c;\n puVar15 = local_40;\n if (local_40 != local_3c) {\n do {\n FUN_00287390(param_3,1,param_1,0,0,0,*puVar15,0,0);\n puVar15 = puVar15 + 1;\n puVar13 = local_40;\n } while (local_3c != puVar15);\n }\n if (puVar13 != (uint *)0x0) {\n FUN_003ae080(puVar13);\n }\n if (local_4c != (uint *)0x0) {\n FUN_003ae080(local_4c);\n }\n return;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "uint uVar2;" type_identifier identifier ;) (declaration "uint uVar3;" type_identifier identifier ;) (declaration "int *piVar4;" primitive_type (pointer_declarator "*piVar4" * identifier) ;) (declaration "int iVar5;" primitive_type identifier ;) (declaration "int iVar6;" primitive_type identifier ;) (declaration "char cVar7;" primitive_type identifier ;) (declaration "size_t *psVar8;" primitive_type (pointer_declarator "*psVar8" * identifier) ;) (declaration "uint uVar9;" type_identifier identifier ;) (declaration "undefined4 uVar10;" type_identifier identifier ;) (declaration "size_t __n;" primitive_type identifier ;) (declaration "size_t *psVar11;" primitive_type (pointer_declarator "*psVar11" * identifier) ;) (declaration "int iVar12;" primitive_type identifier ;) (declaration "uint *puVar13;" type_identifier (pointer_declarator "*puVar13" * identifier) ;) (declaration "char *__s;" primitive_type (pointer_declarator "*__s" * identifier) ;) (declaration "byte *pbVar14;" type_identifier (pointer_declarator "*pbVar14" * identifier) ;) (declaration "uint *puVar15;" type_identifier (pointer_declarator "*puVar15" * identifier) ;) (declaration "byte *pbVar16;" type_identifier (pointer_declarator "*pbVar16" * identifier) ;) (declaration "int iVar17;" primitive_type identifier ;) (declaration "bool bVar18;" primitive_type identifier ;) (declaration "bool bVar19;" primitive_type identifier ;) (declaration "bool bVar20;" primitive_type identifier ;) (declaration "byte bVar21;" type_identifier identifier ;) (declaration "size_t local_50;" primitive_type identifier ;) (declaration "uint *local_4c;" type_identifier (pointer_declarator "*local_4c" * identifier) ;) (declaration "uint *local_48;" type_identifier (pointer_declarator "*local_48" * identifier) ;) (declaration "uint *local_44;" type_identifier (pointer_declarator "*local_44" * identifier) ;) (declaration "uint *local_40;" type_identifier (pointer_declarator "*local_40" * identifier) ;) (declaration "uint *local_3c;" type_identifier (pointer_declarator "*local_3c" * identifier) ;) (declaration "uint *local_38;" type_identifier (pointer_declarator "*local_38" * identifier) ;) (declaration "size_t *local_34;" primitive_type (pointer_declarator "*local_34" * identifier) ;) (declaration "size_t local_30;" primitive_type identifier ;) (declaration "size_t local_2c [7];" primitive_type (array_declarator "local_2c [7]" identifier [ number_literal ]) ;) (expression_statement "bVar21 = 0;" (assignment_expression "bVar21 = 0" identifier = number_literal) ;) (expression_statement "psVar11 = *(size_t **)(param_1 + 0x28);" (assignment_expression "psVar11 = *(size_t **)(param_1 + 0x28)" identifier = (pointer_expression "*(size_t **)(param_1 + 0x28)" * (cast_expression "(size_t **)(param_1 + 0x28)" ( (type_descriptor "size_t **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x28)" ( (binary_expression "param_1 + 0x28" identifier + number_literal) ))))) ;) (expression_statement "iVar1 = *(int *)(param_3 + 0x1d0);" (assignment_expression "iVar1 = *(int *)(param_3 + 0x1d0)" identifier = (pointer_expression "*(int *)(param_3 + 0x1d0)" * (cast_expression "(int *)(param_3 + 0x1d0)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x1d0)" ( (binary_expression "param_3 + 0x1d0" identifier + number_literal) ))))) ;) (if_statement "if (iVar1 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/incremental.cc",0x7f9,"do_layout",0);\n }" if (parenthesized_expression "(iVar1 == 0)" ( (binary_expression "iVar1 == 0" identifier == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/incremental.cc",0x7f9,"do_layout",0);\n }" { comment (expression_statement "FUN_002446e0("../../gold/incremental.cc",0x7f9,"do_layout",0);" (call_expression "FUN_002446e0("../../gold/incremental.cc",0x7f9,"do_layout",0)" identifier (argument_list "("../../gold/incremental.cc",0x7f9,"do_layout",0)" ( (string_literal ""../../gold/incremental.cc"" " string_content ") , number_literal , (string_literal ""do_layout"" " string_content ") , number_literal ))) ;) })) (expression_statement "psVar8 = (size_t *)(*(int *)(param_1 + 0x3c) - *(int *)(param_1 + 0x38) >> 2);" (assignment_expression "psVar8 = (size_t *)(*(int *)(param_1 + 0x3c) - *(int *)(param_1 + 0x38) >> 2)" identifier = (cast_expression "(size_t *)(*(int *)(param_1 + 0x3c) - *(int *)(param_1 + 0x38) >> 2)" ( (type_descriptor "size_t *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(param_1 + 0x3c) - *(int *)(param_1 + 0x38) >> 2)" ( (binary_expression "*(int *)(param_1 + 0x3c) - *(int *)(param_1 + 0x38) >> 2" (binary_expression "*(int *)(param_1 + 0x3c) - *(int *)(param_1 + 0x38)" (pointer_expression "*(int *)(param_1 + 0x3c)" * (cast_expression "(int *)(param_1 + 0x3c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x3c)" ( (binary_expression "param_1 + 0x3c" identifier + number_literal) )))) - (pointer_expression "*(int *)(param_1 + 0x38)" * (cast_expression "(int *)(param_1 + 0x38)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x38)" ( (binary_expression "param_1 + 0x38" identifier + number_literal) ))))) >> number_literal) )))) ;) (if_statement "if (psVar8 < psVar11) {\n FUN_0025d2a0(param_1 + 0x38,(int)psVar11 - (int)psVar8);\n }\n else if ((psVar11 < psVar8) &&\n (iVar12 = *(int *)(param_1 + 0x38) + (int)psVar11 * 4, *(int *)(param_1 + 0x3c) != iVar12)\n ) {\n *(int *)(param_1 + 0x3c) = iVar12;\n }" if (parenthesized_expression "(psVar8 < psVar11)" ( (binary_expression "psVar8 < psVar11" identifier < identifier) )) (compound_statement "{\n FUN_0025d2a0(param_1 + 0x38,(int)psVar11 - (int)psVar8);\n }" { (expression_statement "FUN_0025d2a0(param_1 + 0x38,(int)psVar11 - (int)psVar8);" (call_expression "FUN_0025d2a0(param_1 + 0x38,(int)psVar11 - (int)psVar8)" identifier (argument_list "(param_1 + 0x38,(int)psVar11 - (int)psVar8)" ( (binary_expression "param_1 + 0x38" identifier + number_literal) , (binary_expression "(int)psVar11 - (int)psVar8" (cast_expression "(int)psVar11" ( (type_descriptor "int" primitive_type) ) identifier) - (cast_expression "(int)psVar8" ( (type_descriptor "int" primitive_type) ) identifier)) ))) ;) }) (else_clause "else if ((psVar11 < psVar8) &&\n (iVar12 = *(int *)(param_1 + 0x38) + (int)psVar11 * 4, *(int *)(param_1 + 0x3c) != iVar12)\n ) {\n *(int *)(param_1 + 0x3c) = iVar12;\n }" else (if_statement "if ((psVar11 < psVar8) &&\n (iVar12 = *(int *)(param_1 + 0x38) + (int)psVar11 * 4, *(int *)(param_1 + 0x3c) != iVar12)\n ) {\n *(int *)(param_1 + 0x3c) = iVar12;\n }" if (parenthesized_expression "((psVar11 < psVar8) &&\n (iVar12 = *(int *)(param_1 + 0x38) + (int)psVar11 * 4, *(int *)(param_1 + 0x3c) != iVar12)\n )" ( (binary_expression "(psVar11 < psVar8) &&\n (iVar12 = *(int *)(param_1 + 0x38) + (int)psVar11 * 4, *(int *)(param_1 + 0x3c) != iVar12)" (parenthesized_expression "(psVar11 < psVar8)" ( (binary_expression "psVar11 < psVar8" identifier < identifier) )) && (parenthesized_expression "(iVar12 = *(int *)(param_1 + 0x38) + (int)psVar11 * 4, *(int *)(param_1 + 0x3c) != iVar12)" ( (comma_expression "iVar12 = *(int *)(param_1 + 0x38) + (int)psVar11 * 4, *(int *)(param_1 + 0x3c) != iVar12" (assignment_expression "iVar12 = *(int *)(param_1 + 0x38) + (int)psVar11 * 4" identifier = (binary_expression "*(int *)(param_1 + 0x38) + (int)psVar11 * 4" (pointer_expression "*(int *)(param_1 + 0x38)" * (cast_expression "(int *)(param_1 + 0x38)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x38)" ( (binary_expression "param_1 + 0x38" identifier + number_literal) )))) + (binary_expression "(int)psVar11 * 4" (cast_expression "(int)psVar11" ( (type_descriptor "int" primitive_type) ) identifier) * number_literal))) , (binary_expression "*(int *)(param_1 + 0x3c) != iVar12" (pointer_expression "*(int *)(param_1 + 0x3c)" * (cast_expression "(int *)(param_1 + 0x3c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x3c)" ( (binary_expression "param_1 + 0x3c" identifier + number_literal) )))) != identifier)) ))) )) (compound_statement "{\n *(int *)(param_1 + 0x3c) = iVar12;\n }" { (expression_statement "*(int *)(param_1 + 0x3c) = iVar12;" (assignment_expression "*(int *)(param_1 + 0x3c) = iVar12" (pointer_expression "*(int *)(param_1 + 0x3c)" * (cast_expression "(int *)(param_1 + 0x3c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x3c)" ( (binary_expression "param_1 + 0x3c" identifier + number_literal) )))) = identifier) ;) })))) (expression_statement "psVar8 = (size_t *)(*(int *)(param_1 + 0x88) - *(int *)(param_1 + 0x84) >> 3);" (assignment_expression "psVar8 = (size_t *)(*(int *)(param_1 + 0x88) - *(int *)(param_1 + 0x84) >> 3)" identifier = (cast_expression "(size_t *)(*(int *)(param_1 + 0x88) - *(int *)(param_1 + 0x84) >> 3)" ( (type_descriptor "size_t *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(param_1 + 0x88) - *(int *)(param_1 + 0x84) >> 3)" ( (binary_expression "*(int *)(param_1 + 0x88) - *(int *)(param_1 + 0x84) >> 3" (binary_expression "*(int *)(param_1 + 0x88) - *(int *)(param_1 + 0x84)" (pointer_expression "*(int *)(param_1 + 0x88)" * (cast_expression "(int *)(param_1 + 0x88)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x88)" ( (binary_expression "param_1 + 0x88" identifier + number_literal) )))) - (pointer_expression "*(int *)(param_1 + 0x84)" * (cast_expression "(int *)(param_1 + 0x84)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x84)" ( (binary_expression "param_1 + 0x84" identifier + number_literal) ))))) >> number_literal) )))) ;) (if_statement "if (psVar8 < psVar11) {\n FUN_00261660(param_1 + 0x84,(int)psVar11 - (int)psVar8);\n }\n else if ((psVar11 < psVar8) &&\n (iVar12 = *(int *)(param_1 + 0x84) + (int)psVar11 * 8, *(int *)(param_1 + 0x88) != iVar12)\n ) {\n *(int *)(param_1 + 0x88) = iVar12;\n }" if (parenthesized_expression "(psVar8 < psVar11)" ( (binary_expression "psVar8 < psVar11" identifier < identifier) )) (compound_statement "{\n FUN_00261660(param_1 + 0x84,(int)psVar11 - (int)psVar8);\n }" { (expression_statement "FUN_00261660(param_1 + 0x84,(int)psVar11 - (int)psVar8);" (call_expression "FUN_00261660(param_1 + 0x84,(int)psVar11 - (int)psVar8)" identifier (argument_list "(param_1 + 0x84,(int)psVar11 - (int)psVar8)" ( (binary_expression "param_1 + 0x84" identifier + number_literal) , (binary_expression "(int)psVar11 - (int)psVar8" (cast_expression "(int)psVar11" ( (type_descriptor "int" primitive_type) ) identifier) - (cast_expression "(int)psVar8" ( (type_descriptor "int" primitive_type) ) identifier)) ))) ;) }) (else_clause "else if ((psVar11 < psVar8) &&\n (iVar12 = *(int *)(param_1 + 0x84) + (int)psVar11 * 8, *(int *)(param_1 + 0x88) != iVar12)\n ) {\n *(int *)(param_1 + 0x88) = iVar12;\n }" else (if_statement "if ((psVar11 < psVar8) &&\n (iVar12 = *(int *)(param_1 + 0x84) + (int)psVar11 * 8, *(int *)(param_1 + 0x88) != iVar12)\n ) {\n *(int *)(param_1 + 0x88) = iVar12;\n }" if (parenthesized_expression "((psVar11 < psVar8) &&\n (iVar12 = *(int *)(param_1 + 0x84) + (int)psVar11 * 8, *(int *)(param_1 + 0x88) != iVar12)\n )" ( (binary_expression "(psVar11 < psVar8) &&\n (iVar12 = *(int *)(param_1 + 0x84) + (int)psVar11 * 8, *(int *)(param_1 + 0x88) != iVar12)" (parenthesized_expression "(psVar11 < psVar8)" ( (binary_expression "psVar11 < psVar8" identifier < identifier) )) && (parenthesized_expression "(iVar12 = *(int *)(param_1 + 0x84) + (int)psVar11 * 8, *(int *)(param_1 + 0x88) != iVar12)" ( (comma_expression "iVar12 = *(int *)(param_1 + 0x84) + (int)psVar11 * 8, *(int *)(param_1 + 0x88) != iVar12" (assignment_expression "iVar12 = *(int *)(param_1 + 0x84) + (int)psVar11 * 8" identifier = (binary_expression "*(int *)(param_1 + 0x84) + (int)psVar11 * 8" (pointer_expression "*(int *)(param_1 + 0x84)" * (cast_expression "(int *)(param_1 + 0x84)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x84)" ( (binary_expression "param_1 + 0x84" identifier + number_literal) )))) + (binary_expression "(int)psVar11 * 8" (cast_expression "(int)psVar11" ( (type_descriptor "int" primitive_type) ) identifier) * number_literal))) , (binary_expression "*(int *)(param_1 + 0x88) != iVar12" (pointer_expression "*(int *)(param_1 + 0x88)" * (cast_expression "(int *)(param_1 + 0x88)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x88)" ( (binary_expression "param_1 + 0x88" identifier + number_literal) )))) != identifier)) ))) )) (compound_statement "{\n *(int *)(param_1 + 0x88) = iVar12;\n }" { (expression_statement "*(int *)(param_1 + 0x88) = iVar12;" (assignment_expression "*(int *)(param_1 + 0x88) = iVar12" (pointer_expression "*(int *)(param_1 + 0x88)" * (cast_expression "(int *)(param_1 + 0x88)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x88)" ( (binary_expression "param_1 + 0x88" identifier + number_literal) )))) = identifier) ;) })))) (expression_statement "local_4c = (uint *)0x0;" (assignment_expression "local_4c = (uint *)0x0" identifier = (cast_expression "(uint *)0x0" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "local_48 = (uint *)0x0;" (assignment_expression "local_48 = (uint *)0x0" identifier = (cast_expression "(uint *)0x0" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "local_44 = (uint *)0x0;" (assignment_expression "local_44 = (uint *)0x0" identifier = (cast_expression "(uint *)0x0" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "local_40 = (uint *)0x0;" (assignment_expression "local_40 = (uint *)0x0" identifier = (cast_expression "(uint *)0x0" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "local_3c = (uint *)0x0;" (assignment_expression "local_3c = (uint *)0x0" identifier = (cast_expression "(uint *)0x0" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "local_38 = (uint *)0x0;" (assignment_expression "local_38 = (uint *)0x0" identifier = (cast_expression "(uint *)0x0" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "local_34 = (size_t *)0x1;" (assignment_expression "local_34 = (size_t *)0x1" identifier = (cast_expression "(size_t *)0x1" ( (type_descriptor "size_t *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (if_statement "if ((size_t *)0x1 < psVar11) {\n do {\n while( true ) {\n piVar4 = *(int **)(param_1 + 0x98);\n puVar13 = (uint *)(*(int *)(param_1 + 0xa4) + 0x20 + ((int)local_34 * 3 + -3) * 8 + *piVar4)\n ;\n iVar12 = 0;\n if (*puVar13 < (uint)piVar4[2]) {\n iVar12 = piVar4[1] + *puVar13;\n }\n uVar9 = puVar13[1];\n uVar2 = puVar13[2];\n uVar3 = puVar13[3];\n /* try { // try from 0026195e to 00261a6f has its CatchHandler @ 00261dcb */\n FUN_0024c5d0(iVar1,param_1,local_34,iVar12,puVar13[4],puVar13[5]);\n if ((uVar9 != 0) && ((uVar2 & uVar3) != 0xffffffff)) break;\nLAB_00261971:\n local_34 = (size_t *)((int)local_34 + 1);\n if (psVar11 <= local_34) goto LAB_0026197c;\n }\n iVar12 = *(int *)(*(int *)(*(int *)(param_1 + 0x90) + 0x50) + uVar9 * 4);\n if (iVar12 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/incremental.cc",0x80c,"do_layout");\n }\n *(int *)(*(int *)(param_1 + 0x38) + (int)local_34 * 4) = iVar12;\n iVar17 = *(int *)(param_1 + 0x84);\n *(uint *)(iVar17 + 4 + (int)local_34 * 8) = uVar3;\n *(uint *)(iVar17 + (int)local_34 * 8) = uVar2;\n if (*(int *)(DAT_005ea7c8 + 8) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n bVar18 = false;\n bVar20 = *(char *)(*(int *)(DAT_005ea7c8 + 8) + 0x192d) == '\0';\n if (!bVar20) {\n iVar17 = 0xc;\n pbVar14 = *(byte **)(iVar12 + 0x20);\n pbVar16 = (byte *)".debug_info";\n do {\n if (iVar17 == 0) break;\n iVar17 = iVar17 + -1;\n bVar18 = *pbVar14 < *pbVar16;\n bVar20 = *pbVar14 == *pbVar16;\n pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1;\n pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1;\n } while (bVar20);\n bVar19 = false;\n bVar18 = (!bVar18 && !bVar20) == bVar18;\n if (bVar18) {\n if (local_48 == local_44) {\n FUN_00144ac0(&local_4c,local_48,&local_34);\n goto LAB_00261971;\n }\n *local_48 = (uint)local_34;\n local_48 = local_48 + 1;\n }\n else {\n iVar17 = 0xd;\n pbVar14 = *(byte **)(iVar12 + 0x20);\n pbVar16 = (byte *)".debug_types";\n do {\n if (iVar17 == 0) break;\n iVar17 = iVar17 + -1;\n bVar19 = *pbVar14 < *pbVar16;\n bVar18 = *pbVar14 == *pbVar16;\n pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1;\n pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1;\n } while (bVar18);\n if ((!bVar19 && !bVar18) == bVar19) {\n if (local_3c == local_38) {\n /* try { // try from 00261d29 to 00261da2 has its CatchHandler @ 00261dcb */\n FUN_00144ac0(&local_40,local_3c,&local_34);\n goto LAB_00261971;\n }\n *local_3c = (uint)local_34;\n local_3c = local_3c + 1;\n }\n }\n }\n local_34 = (size_t *)((int)local_34 + 1);\n } while (local_34 < psVar11);\n }" if (parenthesized_expression "((size_t *)0x1 < psVar11)" ( (binary_expression "(size_t *)0x1 < psVar11" (cast_expression "(size_t *)0x1" ( (type_descriptor "size_t *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal) < identifier) )) (compound_statement "{\n do {\n while( true ) {\n piVar4 = *(int **)(param_1 + 0x98);\n puVar13 = (uint *)(*(int *)(param_1 + 0xa4) + 0x20 + ((int)local_34 * 3 + -3) * 8 + *piVar4)\n ;\n iVar12 = 0;\n if (*puVar13 < (uint)piVar4[2]) {\n iVar12 = piVar4[1] + *puVar13;\n }\n uVar9 = puVar13[1];\n uVar2 = puVar13[2];\n uVar3 = puVar13[3];\n /* try { // try from 0026195e to 00261a6f has its CatchHandler @ 00261dcb */\n FUN_0024c5d0(iVar1,param_1,local_34,iVar12,puVar13[4],puVar13[5]);\n if ((uVar9 != 0) && ((uVar2 & uVar3) != 0xffffffff)) break;\nLAB_00261971:\n local_34 = (size_t *)((int)local_34 + 1);\n if (psVar11 <= local_34) goto LAB_0026197c;\n }\n iVar12 = *(int *)(*(int *)(*(int *)(param_1 + 0x90) + 0x50) + uVar9 * 4);\n if (iVar12 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/incremental.cc",0x80c,"do_layout");\n }\n *(int *)(*(int *)(param_1 + 0x38) + (int)local_34 * 4) = iVar12;\n iVar17 = *(int *)(param_1 + 0x84);\n *(uint *)(iVar17 + 4 + (int)local_34 * 8) = uVar3;\n *(uint *)(iVar17 + (int)local_34 * 8) = uVar2;\n if (*(int *)(DAT_005ea7c8 + 8) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n bVar18 = false;\n bVar20 = *(char *)(*(int *)(DAT_005ea7c8 + 8) + 0x192d) == '\0';\n if (!bVar20) {\n iVar17 = 0xc;\n pbVar14 = *(byte **)(iVar12 + 0x20);\n pbVar16 = (byte *)".debug_info";\n do {\n if (iVar17 == 0) break;\n iVar17 = iVar17 + -1;\n bVar18 = *pbVar14 < *pbVar16;\n bVar20 = *pbVar14 == *pbVar16;\n pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1;\n pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1;\n } while (bVar20);\n bVar19 = false;\n bVar18 = (!bVar18 && !bVar20) == bVar18;\n if (bVar18) {\n if (local_48 == local_44) {\n FUN_00144ac0(&local_4c,local_48,&local_34);\n goto LAB_00261971;\n }\n *local_48 = (uint)local_34;\n local_48 = local_48 + 1;\n }\n else {\n iVar17 = 0xd;\n pbVar14 = *(byte **)(iVar12 + 0x20);\n pbVar16 = (byte *)".debug_types";\n do {\n if (iVar17 == 0) break;\n iVar17 = iVar17 + -1;\n bVar19 = *pbVar14 < *pbVar16;\n bVar18 = *pbVar14 == *pbVar16;\n pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1;\n pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1;\n } while (bVar18);\n if ((!bVar19 && !bVar18) == bVar19) {\n if (local_3c == local_38) {\n /* try { // try from 00261d29 to 00261da2 has its CatchHandler @ 00261dcb */\n FUN_00144ac0(&local_40,local_3c,&local_34);\n goto LAB_00261971;\n }\n *local_3c = (uint)local_34;\n local_3c = local_3c + 1;\n }\n }\n }\n local_34 = (size_t *)((int)local_34 + 1);\n } while (local_34 < psVar11);\n }" { (do_statement "do {\n while( true ) {\n piVar4 = *(int **)(param_1 + 0x98);\n puVar13 = (uint *)(*(int *)(param_1 + 0xa4) + 0x20 + ((int)local_34 * 3 + -3) * 8 + *piVar4)\n ;\n iVar12 = 0;\n if (*puVar13 < (uint)piVar4[2]) {\n iVar12 = piVar4[1] + *puVar13;\n }\n uVar9 = puVar13[1];\n uVar2 = puVar13[2];\n uVar3 = puVar13[3];\n /* try { // try from 0026195e to 00261a6f has its CatchHandler @ 00261dcb */\n FUN_0024c5d0(iVar1,param_1,local_34,iVar12,puVar13[4],puVar13[5]);\n if ((uVar9 != 0) && ((uVar2 & uVar3) != 0xffffffff)) break;\nLAB_00261971:\n local_34 = (size_t *)((int)local_34 + 1);\n if (psVar11 <= local_34) goto LAB_0026197c;\n }\n iVar12 = *(int *)(*(int *)(*(int *)(param_1 + 0x90) + 0x50) + uVar9 * 4);\n if (iVar12 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/incremental.cc",0x80c,"do_layout");\n }\n *(int *)(*(int *)(param_1 + 0x38) + (int)local_34 * 4) = iVar12;\n iVar17 = *(int *)(param_1 + 0x84);\n *(uint *)(iVar17 + 4 + (int)local_34 * 8) = uVar3;\n *(uint *)(iVar17 + (int)local_34 * 8) = uVar2;\n if (*(int *)(DAT_005ea7c8 + 8) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n bVar18 = false;\n bVar20 = *(char *)(*(int *)(DAT_005ea7c8 + 8) + 0x192d) == '\0';\n if (!bVar20) {\n iVar17 = 0xc;\n pbVar14 = *(byte **)(iVar12 + 0x20);\n pbVar16 = (byte *)".debug_info";\n do {\n if (iVar17 == 0) break;\n iVar17 = iVar17 + -1;\n bVar18 = *pbVar14 < *pbVar16;\n bVar20 = *pbVar14 == *pbVar16;\n pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1;\n pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1;\n } while (bVar20);\n bVar19 = false;\n bVar18 = (!bVar18 && !bVar20) == bVar18;\n if (bVar18) {\n if (local_48 == local_44) {\n FUN_00144ac0(&local_4c,local_48,&local_34);\n goto LAB_00261971;\n }\n *local_48 = (uint)local_34;\n local_48 = local_48 + 1;\n }\n else {\n iVar17 = 0xd;\n pbVar14 = *(byte **)(iVar12 + 0x20);\n pbVar16 = (byte *)".debug_types";\n do {\n if (iVar17 == 0) break;\n iVar17 = iVar17 + -1;\n bVar19 = *pbVar14 < *pbVar16;\n bVar18 = *pbVar14 == *pbVar16;\n pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1;\n pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1;\n } while (bVar18);\n if ((!bVar19 && !bVar18) == bVar19) {\n if (local_3c == local_38) {\n /* try { // try from 00261d29 to 00261da2 has its CatchHandler @ 00261dcb */\n FUN_00144ac0(&local_40,local_3c,&local_34);\n goto LAB_00261971;\n }\n *local_3c = (uint)local_34;\n local_3c = local_3c + 1;\n }\n }\n }\n local_34 = (size_t *)((int)local_34 + 1);\n } while (local_34 < psVar11);" do (compound_statement "{\n while( true ) {\n piVar4 = *(int **)(param_1 + 0x98);\n puVar13 = (uint *)(*(int *)(param_1 + 0xa4) + 0x20 + ((int)local_34 * 3 + -3) * 8 + *piVar4)\n ;\n iVar12 = 0;\n if (*puVar13 < (uint)piVar4[2]) {\n iVar12 = piVar4[1] + *puVar13;\n }\n uVar9 = puVar13[1];\n uVar2 = puVar13[2];\n uVar3 = puVar13[3];\n /* try { // try from 0026195e to 00261a6f has its CatchHandler @ 00261dcb */\n FUN_0024c5d0(iVar1,param_1,local_34,iVar12,puVar13[4],puVar13[5]);\n if ((uVar9 != 0) && ((uVar2 & uVar3) != 0xffffffff)) break;\nLAB_00261971:\n local_34 = (size_t *)((int)local_34 + 1);\n if (psVar11 <= local_34) goto LAB_0026197c;\n }\n iVar12 = *(int *)(*(int *)(*(int *)(param_1 + 0x90) + 0x50) + uVar9 * 4);\n if (iVar12 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/incremental.cc",0x80c,"do_layout");\n }\n *(int *)(*(int *)(param_1 + 0x38) + (int)local_34 * 4) = iVar12;\n iVar17 = *(int *)(param_1 + 0x84);\n *(uint *)(iVar17 + 4 + (int)local_34 * 8) = uVar3;\n *(uint *)(iVar17 + (int)local_34 * 8) = uVar2;\n if (*(int *)(DAT_005ea7c8 + 8) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n bVar18 = false;\n bVar20 = *(char *)(*(int *)(DAT_005ea7c8 + 8) + 0x192d) == '\0';\n if (!bVar20) {\n iVar17 = 0xc;\n pbVar14 = *(byte **)(iVar12 + 0x20);\n pbVar16 = (byte *)".debug_info";\n do {\n if (iVar17 == 0) break;\n iVar17 = iVar17 + -1;\n bVar18 = *pbVar14 < *pbVar16;\n bVar20 = *pbVar14 == *pbVar16;\n pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1;\n pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1;\n } while (bVar20);\n bVar19 = false;\n bVar18 = (!bVar18 && !bVar20) == bVar18;\n if (bVar18) {\n if (local_48 == local_44) {\n FUN_00144ac0(&local_4c,local_48,&local_34);\n goto LAB_00261971;\n }\n *local_48 = (uint)local_34;\n local_48 = local_48 + 1;\n }\n else {\n iVar17 = 0xd;\n pbVar14 = *(byte **)(iVar12 + 0x20);\n pbVar16 = (byte *)".debug_types";\n do {\n if (iVar17 == 0) break;\n iVar17 = iVar17 + -1;\n bVar19 = *pbVar14 < *pbVar16;\n bVar18 = *pbVar14 == *pbVar16;\n pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1;\n pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1;\n } while (bVar18);\n if ((!bVar19 && !bVar18) == bVar19) {\n if (local_3c == local_38) {\n /* try { // try from 00261d29 to 00261da2 has its CatchHandler @ 00261dcb */\n FUN_00144ac0(&local_40,local_3c,&local_34);\n goto LAB_00261971;\n }\n *local_3c = (uint)local_34;\n local_3c = local_3c + 1;\n }\n }\n }\n local_34 = (size_t *)((int)local_34 + 1);\n }" { (while_statement "while( true ) {\n piVar4 = *(int **)(param_1 + 0x98);\n puVar13 = (uint *)(*(int *)(param_1 + 0xa4) + 0x20 + ((int)local_34 * 3 + -3) * 8 + *piVar4)\n ;\n iVar12 = 0;\n if (*puVar13 < (uint)piVar4[2]) {\n iVar12 = piVar4[1] + *puVar13;\n }\n uVar9 = puVar13[1];\n uVar2 = puVar13[2];\n uVar3 = puVar13[3];\n /* try { // try from 0026195e to 00261a6f has its CatchHandler @ 00261dcb */\n FUN_0024c5d0(iVar1,param_1,local_34,iVar12,puVar13[4],puVar13[5]);\n if ((uVar9 != 0) && ((uVar2 & uVar3) != 0xffffffff)) break;\nLAB_00261971:\n local_34 = (size_t *)((int)local_34 + 1);\n if (psVar11 <= local_34) goto LAB_0026197c;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n piVar4 = *(int **)(param_1 + 0x98);\n puVar13 = (uint *)(*(int *)(param_1 + 0xa4) + 0x20 + ((int)local_34 * 3 + -3) * 8 + *piVar4)\n ;\n iVar12 = 0;\n if (*puVar13 < (uint)piVar4[2]) {\n iVar12 = piVar4[1] + *puVar13;\n }\n uVar9 = puVar13[1];\n uVar2 = puVar13[2];\n uVar3 = puVar13[3];\n /* try { // try from 0026195e to 00261a6f has its CatchHandler @ 00261dcb */\n FUN_0024c5d0(iVar1,param_1,local_34,iVar12,puVar13[4],puVar13[5]);\n if ((uVar9 != 0) && ((uVar2 & uVar3) != 0xffffffff)) break;\nLAB_00261971:\n local_34 = (size_t *)((int)local_34 + 1);\n if (psVar11 <= local_34) goto LAB_0026197c;\n }" { (expression_statement "piVar4 = *(int **)(param_1 + 0x98);" (assignment_expression "piVar4 = *(int **)(param_1 + 0x98)" identifier = (pointer_expression "*(int **)(param_1 + 0x98)" * (cast_expression "(int **)(param_1 + 0x98)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x98)" ( (binary_expression "param_1 + 0x98" identifier + number_literal) ))))) ;) (expression_statement "puVar13 = (uint *)(*(int *)(param_1 + 0xa4) + 0x20 + ((int)local_34 * 3 + -3) * 8 + *piVar4)\n ;" (assignment_expression "puVar13 = (uint *)(*(int *)(param_1 + 0xa4) + 0x20 + ((int)local_34 * 3 + -3) * 8 + *piVar4)" identifier = (cast_expression "(uint *)(*(int *)(param_1 + 0xa4) + 0x20 + ((int)local_34 * 3 + -3) * 8 + *piVar4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(param_1 + 0xa4) + 0x20 + ((int)local_34 * 3 + -3) * 8 + *piVar4)" ( (binary_expression "*(int *)(param_1 + 0xa4) + 0x20 + ((int)local_34 * 3 + -3) * 8 + *piVar4" (binary_expression "*(int *)(param_1 + 0xa4) + 0x20 + ((int)local_34 * 3 + -3) * 8" (binary_expression "*(int *)(param_1 + 0xa4) + 0x20" (pointer_expression "*(int *)(param_1 + 0xa4)" * (cast_expression "(int *)(param_1 + 0xa4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xa4)" ( (binary_expression "param_1 + 0xa4" identifier + number_literal) )))) + number_literal) + (binary_expression "((int)local_34 * 3 + -3) * 8" (parenthesized_expression "((int)local_34 * 3 + -3)" ( (binary_expression "(int)local_34 * 3 + -3" (binary_expression "(int)local_34 * 3" (cast_expression "(int)local_34" ( (type_descriptor "int" primitive_type) ) identifier) * number_literal) + number_literal) )) * number_literal)) + (pointer_expression "*piVar4" * identifier)) )))) ;) (expression_statement "iVar12 = 0;" (assignment_expression "iVar12 = 0" identifier = number_literal) ;) (if_statement "if (*puVar13 < (uint)piVar4[2]) {\n iVar12 = piVar4[1] + *puVar13;\n }" if (parenthesized_expression "(*puVar13 < (uint)piVar4[2])" ( (binary_expression "*puVar13 < (uint)piVar4[2]" (pointer_expression "*puVar13" * identifier) < (cast_expression "(uint)piVar4[2]" ( (type_descriptor "uint" type_identifier) ) (subscript_expression "piVar4[2]" identifier [ number_literal ]))) )) (compound_statement "{\n iVar12 = piVar4[1] + *puVar13;\n }" { (expression_statement "iVar12 = piVar4[1] + *puVar13;" (assignment_expression "iVar12 = piVar4[1] + *puVar13" identifier = (binary_expression "piVar4[1] + *puVar13" (subscript_expression "piVar4[1]" identifier [ number_literal ]) + (pointer_expression "*puVar13" * identifier))) ;) })) (expression_statement "uVar9 = puVar13[1];" (assignment_expression "uVar9 = puVar13[1]" identifier = (subscript_expression "puVar13[1]" identifier [ number_literal ])) ;) (expression_statement "uVar2 = puVar13[2];" (assignment_expression "uVar2 = puVar13[2]" identifier = (subscript_expression "puVar13[2]" identifier [ number_literal ])) ;) (expression_statement "uVar3 = puVar13[3];" (assignment_expression "uVar3 = puVar13[3]" identifier = (subscript_expression "puVar13[3]" identifier [ number_literal ])) ;) comment (expression_statement "FUN_0024c5d0(iVar1,param_1,local_34,iVar12,puVar13[4],puVar13[5]);" (call_expression "FUN_0024c5d0(iVar1,param_1,local_34,iVar12,puVar13[4],puVar13[5])" identifier (argument_list "(iVar1,param_1,local_34,iVar12,puVar13[4],puVar13[5])" ( identifier , identifier , identifier , identifier , (subscript_expression "puVar13[4]" identifier [ number_literal ]) , (subscript_expression "puVar13[5]" identifier [ number_literal ]) ))) ;) (if_statement "if ((uVar9 != 0) && ((uVar2 & uVar3) != 0xffffffff)) break;" if (parenthesized_expression "((uVar9 != 0) && ((uVar2 & uVar3) != 0xffffffff))" ( (binary_expression "(uVar9 != 0) && ((uVar2 & uVar3) != 0xffffffff)" (parenthesized_expression "(uVar9 != 0)" ( (binary_expression "uVar9 != 0" identifier != number_literal) )) && (parenthesized_expression "((uVar2 & uVar3) != 0xffffffff)" ( (binary_expression "(uVar2 & uVar3) != 0xffffffff" (parenthesized_expression "(uVar2 & uVar3)" ( (binary_expression "uVar2 & uVar3" identifier & identifier) )) != number_literal) ))) )) (break_statement "break;" break ;)) (labeled_statement "LAB_00261971:\n local_34 = (size_t *)((int)local_34 + 1);" statement_identifier : (expression_statement "local_34 = (size_t *)((int)local_34 + 1);" (assignment_expression "local_34 = (size_t *)((int)local_34 + 1)" identifier = (cast_expression "(size_t *)((int)local_34 + 1)" ( (type_descriptor "size_t *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)local_34 + 1)" ( (binary_expression "(int)local_34 + 1" (cast_expression "(int)local_34" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) ;)) (if_statement "if (psVar11 <= local_34) goto LAB_0026197c;" if (parenthesized_expression "(psVar11 <= local_34)" ( (binary_expression "psVar11 <= local_34" identifier <= identifier) )) (goto_statement "goto LAB_0026197c;" goto statement_identifier ;)) })) (expression_statement "iVar12 = *(int *)(*(int *)(*(int *)(param_1 + 0x90) + 0x50) + uVar9 * 4);" (assignment_expression "iVar12 = *(int *)(*(int *)(*(int *)(param_1 + 0x90) + 0x50) + uVar9 * 4)" identifier = (pointer_expression "*(int *)(*(int *)(*(int *)(param_1 + 0x90) + 0x50) + uVar9 * 4)" * (cast_expression "(int *)(*(int *)(*(int *)(param_1 + 0x90) + 0x50) + uVar9 * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(*(int *)(param_1 + 0x90) + 0x50) + uVar9 * 4)" ( (binary_expression "*(int *)(*(int *)(param_1 + 0x90) + 0x50) + uVar9 * 4" (pointer_expression "*(int *)(*(int *)(param_1 + 0x90) + 0x50)" * (cast_expression "(int *)(*(int *)(param_1 + 0x90) + 0x50)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(param_1 + 0x90) + 0x50)" ( (binary_expression "*(int *)(param_1 + 0x90) + 0x50" (pointer_expression "*(int *)(param_1 + 0x90)" * (cast_expression "(int *)(param_1 + 0x90)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x90)" ( (binary_expression "param_1 + 0x90" identifier + number_literal) )))) + number_literal) )))) + (binary_expression "uVar9 * 4" identifier * number_literal)) ))))) ;) (if_statement "if (iVar12 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/incremental.cc",0x80c,"do_layout");\n }" if (parenthesized_expression "(iVar12 == 0)" ( (binary_expression "iVar12 == 0" identifier == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/incremental.cc",0x80c,"do_layout");\n }" { comment (expression_statement "FUN_002446e0("../../gold/incremental.cc",0x80c,"do_layout");" (call_expression "FUN_002446e0("../../gold/incremental.cc",0x80c,"do_layout")" identifier (argument_list "("../../gold/incremental.cc",0x80c,"do_layout")" ( (string_literal ""../../gold/incremental.cc"" " string_content ") , number_literal , (string_literal ""do_layout"" " string_content ") ))) ;) })) (expression_statement "*(int *)(*(int *)(param_1 + 0x38) + (int)local_34 * 4) = iVar12;" (assignment_expression "*(int *)(*(int *)(param_1 + 0x38) + (int)local_34 * 4) = iVar12" (pointer_expression "*(int *)(*(int *)(param_1 + 0x38) + (int)local_34 * 4)" * (cast_expression "(int *)(*(int *)(param_1 + 0x38) + (int)local_34 * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(param_1 + 0x38) + (int)local_34 * 4)" ( (binary_expression "*(int *)(param_1 + 0x38) + (int)local_34 * 4" (pointer_expression "*(int *)(param_1 + 0x38)" * (cast_expression "(int *)(param_1 + 0x38)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x38)" ( (binary_expression "param_1 + 0x38" identifier + number_literal) )))) + (binary_expression "(int)local_34 * 4" (cast_expression "(int)local_34" ( (type_descriptor "int" primitive_type) ) identifier) * number_literal)) )))) = identifier) ;) (expression_statement "iVar17 = *(int *)(param_1 + 0x84);" (assignment_expression "iVar17 = *(int *)(param_1 + 0x84)" identifier = (pointer_expression "*(int *)(param_1 + 0x84)" * (cast_expression "(int *)(param_1 + 0x84)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x84)" ( (binary_expression "param_1 + 0x84" identifier + number_literal) ))))) ;) (expression_statement "*(uint *)(iVar17 + 4 + (int)local_34 * 8) = uVar3;" (assignment_expression "*(uint *)(iVar17 + 4 + (int)local_34 * 8) = uVar3" (pointer_expression "*(uint *)(iVar17 + 4 + (int)local_34 * 8)" * (cast_expression "(uint *)(iVar17 + 4 + (int)local_34 * 8)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar17 + 4 + (int)local_34 * 8)" ( (binary_expression "iVar17 + 4 + (int)local_34 * 8" (binary_expression "iVar17 + 4" identifier + number_literal) + (binary_expression "(int)local_34 * 8" (cast_expression "(int)local_34" ( (type_descriptor "int" primitive_type) ) identifier) * number_literal)) )))) = identifier) ;) (expression_statement "*(uint *)(iVar17 + (int)local_34 * 8) = uVar2;" (assignment_expression "*(uint *)(iVar17 + (int)local_34 * 8) = uVar2" (pointer_expression "*(uint *)(iVar17 + (int)local_34 * 8)" * (cast_expression "(uint *)(iVar17 + (int)local_34 * 8)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar17 + (int)local_34 * 8)" ( (binary_expression "iVar17 + (int)local_34 * 8" identifier + (binary_expression "(int)local_34 * 8" (cast_expression "(int)local_34" ( (type_descriptor "int" primitive_type) ) identifier) * number_literal)) )))) = identifier) ;) (if_statement "if (*(int *)(DAT_005ea7c8 + 8) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }" if (parenthesized_expression "(*(int *)(DAT_005ea7c8 + 8) == 0)" ( (binary_expression "*(int *)(DAT_005ea7c8 + 8) == 0" (pointer_expression "*(int *)(DAT_005ea7c8 + 8)" * (cast_expression "(int *)(DAT_005ea7c8 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_005ea7c8 + 8)" ( (binary_expression "DAT_005ea7c8 + 8" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }" { comment (expression_statement "FUN_002446e0("../../gold/parameters.h",0x5c,"options");" (call_expression "FUN_002446e0("../../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 ") ))) ;) })) (expression_statement "bVar18 = false;" (assignment_expression "bVar18 = false" identifier = false) ;) (expression_statement "bVar20 = *(char *)(*(int *)(DAT_005ea7c8 + 8) + 0x192d) == '\0';" (assignment_expression "bVar20 = *(char *)(*(int *)(DAT_005ea7c8 + 8) + 0x192d) == '\0'" identifier = (binary_expression "*(char *)(*(int *)(DAT_005ea7c8 + 8) + 0x192d) == '\0'" (pointer_expression "*(char *)(*(int *)(DAT_005ea7c8 + 8) + 0x192d)" * (cast_expression "(char *)(*(int *)(DAT_005ea7c8 + 8) + 0x192d)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(DAT_005ea7c8 + 8) + 0x192d)" ( (binary_expression "*(int *)(DAT_005ea7c8 + 8) + 0x192d" (pointer_expression "*(int *)(DAT_005ea7c8 + 8)" * (cast_expression "(int *)(DAT_005ea7c8 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_005ea7c8 + 8)" ( (binary_expression "DAT_005ea7c8 + 8" identifier + number_literal) )))) + number_literal) )))) == (char_literal "'\0'" ' escape_sequence '))) ;) (if_statement "if (!bVar20) {\n iVar17 = 0xc;\n pbVar14 = *(byte **)(iVar12 + 0x20);\n pbVar16 = (byte *)".debug_info";\n do {\n if (iVar17 == 0) break;\n iVar17 = iVar17 + -1;\n bVar18 = *pbVar14 < *pbVar16;\n bVar20 = *pbVar14 == *pbVar16;\n pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1;\n pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1;\n } while (bVar20);\n bVar19 = false;\n bVar18 = (!bVar18 && !bVar20) == bVar18;\n if (bVar18) {\n if (local_48 == local_44) {\n FUN_00144ac0(&local_4c,local_48,&local_34);\n goto LAB_00261971;\n }\n *local_48 = (uint)local_34;\n local_48 = local_48 + 1;\n }\n else {\n iVar17 = 0xd;\n pbVar14 = *(byte **)(iVar12 + 0x20);\n pbVar16 = (byte *)".debug_types";\n do {\n if (iVar17 == 0) break;\n iVar17 = iVar17 + -1;\n bVar19 = *pbVar14 < *pbVar16;\n bVar18 = *pbVar14 == *pbVar16;\n pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1;\n pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1;\n } while (bVar18);\n if ((!bVar19 && !bVar18) == bVar19) {\n if (local_3c == local_38) {\n /* try { // try from 00261d29 to 00261da2 has its CatchHandler @ 00261dcb */\n FUN_00144ac0(&local_40,local_3c,&local_34);\n goto LAB_00261971;\n }\n *local_3c = (uint)local_34;\n local_3c = local_3c + 1;\n }\n }\n }" if (parenthesized_expression "(!bVar20)" ( (unary_expression "!bVar20" ! identifier) )) (compound_statement "{\n iVar17 = 0xc;\n pbVar14 = *(byte **)(iVar12 + 0x20);\n pbVar16 = (byte *)".debug_info";\n do {\n if (iVar17 == 0) break;\n iVar17 = iVar17 + -1;\n bVar18 = *pbVar14 < *pbVar16;\n bVar20 = *pbVar14 == *pbVar16;\n pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1;\n pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1;\n } while (bVar20);\n bVar19 = false;\n bVar18 = (!bVar18 && !bVar20) == bVar18;\n if (bVar18) {\n if (local_48 == local_44) {\n FUN_00144ac0(&local_4c,local_48,&local_34);\n goto LAB_00261971;\n }\n *local_48 = (uint)local_34;\n local_48 = local_48 + 1;\n }\n else {\n iVar17 = 0xd;\n pbVar14 = *(byte **)(iVar12 + 0x20);\n pbVar16 = (byte *)".debug_types";\n do {\n if (iVar17 == 0) break;\n iVar17 = iVar17 + -1;\n bVar19 = *pbVar14 < *pbVar16;\n bVar18 = *pbVar14 == *pbVar16;\n pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1;\n pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1;\n } while (bVar18);\n if ((!bVar19 && !bVar18) == bVar19) {\n if (local_3c == local_38) {\n /* try { // try from 00261d29 to 00261da2 has its CatchHandler @ 00261dcb */\n FUN_00144ac0(&local_40,local_3c,&local_34);\n goto LAB_00261971;\n }\n *local_3c = (uint)local_34;\n local_3c = local_3c + 1;\n }\n }\n }" { (expression_statement "iVar17 = 0xc;" (assignment_expression "iVar17 = 0xc" identifier = number_literal) ;) (expression_statement "pbVar14 = *(byte **)(iVar12 + 0x20);" (assignment_expression "pbVar14 = *(byte **)(iVar12 + 0x20)" identifier = (pointer_expression "*(byte **)(iVar12 + 0x20)" * (cast_expression "(byte **)(iVar12 + 0x20)" ( (type_descriptor "byte **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar12 + 0x20)" ( (binary_expression "iVar12 + 0x20" identifier + number_literal) ))))) ;) (expression_statement "pbVar16 = (byte *)".debug_info";" (assignment_expression "pbVar16 = (byte *)".debug_info"" identifier = (cast_expression "(byte *)".debug_info"" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (string_literal "".debug_info"" " string_content "))) ;) (do_statement "do {\n if (iVar17 == 0) break;\n iVar17 = iVar17 + -1;\n bVar18 = *pbVar14 < *pbVar16;\n bVar20 = *pbVar14 == *pbVar16;\n pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1;\n pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1;\n } while (bVar20);" do (compound_statement "{\n if (iVar17 == 0) break;\n iVar17 = iVar17 + -1;\n bVar18 = *pbVar14 < *pbVar16;\n bVar20 = *pbVar14 == *pbVar16;\n pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1;\n pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1;\n }" { (if_statement "if (iVar17 == 0) break;" if (parenthesized_expression "(iVar17 == 0)" ( (binary_expression "iVar17 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "iVar17 = iVar17 + -1;" (assignment_expression "iVar17 = iVar17 + -1" identifier = (binary_expression "iVar17 + -1" identifier + number_literal)) ;) (expression_statement "bVar18 = *pbVar14 < *pbVar16;" (assignment_expression "bVar18 = *pbVar14 < *pbVar16" identifier = (binary_expression "*pbVar14 < *pbVar16" (pointer_expression "*pbVar14" * identifier) < (pointer_expression "*pbVar16" * identifier))) ;) (expression_statement "bVar20 = *pbVar14 == *pbVar16;" (assignment_expression "bVar20 = *pbVar14 == *pbVar16" identifier = (binary_expression "*pbVar14 == *pbVar16" (pointer_expression "*pbVar14" * identifier) == (pointer_expression "*pbVar16" * identifier))) ;) (expression_statement "pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1;" (assignment_expression "pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1" identifier = (binary_expression "pbVar14 + (uint)bVar21 * -2 + 1" (binary_expression "pbVar14 + (uint)bVar21 * -2" identifier + (binary_expression "(uint)bVar21 * -2" (cast_expression "(uint)bVar21" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1;" (assignment_expression "pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1" identifier = (binary_expression "pbVar16 + (uint)bVar21 * -2 + 1" (binary_expression "pbVar16 + (uint)bVar21 * -2" identifier + (binary_expression "(uint)bVar21 * -2" (cast_expression "(uint)bVar21" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar20)" ( identifier )) ;) (expression_statement "bVar19 = false;" (assignment_expression "bVar19 = false" identifier = false) ;) (expression_statement "bVar18 = (!bVar18 && !bVar20) == bVar18;" (assignment_expression "bVar18 = (!bVar18 && !bVar20) == bVar18" identifier = (binary_expression "(!bVar18 && !bVar20) == bVar18" (parenthesized_expression "(!bVar18 && !bVar20)" ( (binary_expression "!bVar18 && !bVar20" (unary_expression "!bVar18" ! identifier) && (unary_expression "!bVar20" ! identifier)) )) == identifier)) ;) (if_statement "if (bVar18) {\n if (local_48 == local_44) {\n FUN_00144ac0(&local_4c,local_48,&local_34);\n goto LAB_00261971;\n }\n *local_48 = (uint)local_34;\n local_48 = local_48 + 1;\n }\n else {\n iVar17 = 0xd;\n pbVar14 = *(byte **)(iVar12 + 0x20);\n pbVar16 = (byte *)".debug_types";\n do {\n if (iVar17 == 0) break;\n iVar17 = iVar17 + -1;\n bVar19 = *pbVar14 < *pbVar16;\n bVar18 = *pbVar14 == *pbVar16;\n pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1;\n pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1;\n } while (bVar18);\n if ((!bVar19 && !bVar18) == bVar19) {\n if (local_3c == local_38) {\n /* try { // try from 00261d29 to 00261da2 has its CatchHandler @ 00261dcb */\n FUN_00144ac0(&local_40,local_3c,&local_34);\n goto LAB_00261971;\n }\n *local_3c = (uint)local_34;\n local_3c = local_3c + 1;\n }\n }" if (parenthesized_expression "(bVar18)" ( identifier )) (compound_statement "{\n if (local_48 == local_44) {\n FUN_00144ac0(&local_4c,local_48,&local_34);\n goto LAB_00261971;\n }\n *local_48 = (uint)local_34;\n local_48 = local_48 + 1;\n }" { (if_statement "if (local_48 == local_44) {\n FUN_00144ac0(&local_4c,local_48,&local_34);\n goto LAB_00261971;\n }" if (parenthesized_expression "(local_48 == local_44)" ( (binary_expression "local_48 == local_44" identifier == identifier) )) (compound_statement "{\n FUN_00144ac0(&local_4c,local_48,&local_34);\n goto LAB_00261971;\n }" { (expression_statement "FUN_00144ac0(&local_4c,local_48,&local_34);" (call_expression "FUN_00144ac0(&local_4c,local_48,&local_34)" identifier (argument_list "(&local_4c,local_48,&local_34)" ( (pointer_expression "&local_4c" & identifier) , identifier , (pointer_expression "&local_34" & identifier) ))) ;) (goto_statement "goto LAB_00261971;" goto statement_identifier ;) })) (expression_statement "*local_48 = (uint)local_34;" (assignment_expression "*local_48 = (uint)local_34" (pointer_expression "*local_48" * identifier) = (cast_expression "(uint)local_34" ( (type_descriptor "uint" type_identifier) ) identifier)) ;) (expression_statement "local_48 = local_48 + 1;" (assignment_expression "local_48 = local_48 + 1" identifier = (binary_expression "local_48 + 1" identifier + number_literal)) ;) }) (else_clause "else {\n iVar17 = 0xd;\n pbVar14 = *(byte **)(iVar12 + 0x20);\n pbVar16 = (byte *)".debug_types";\n do {\n if (iVar17 == 0) break;\n iVar17 = iVar17 + -1;\n bVar19 = *pbVar14 < *pbVar16;\n bVar18 = *pbVar14 == *pbVar16;\n pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1;\n pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1;\n } while (bVar18);\n if ((!bVar19 && !bVar18) == bVar19) {\n if (local_3c == local_38) {\n /* try { // try from 00261d29 to 00261da2 has its CatchHandler @ 00261dcb */\n FUN_00144ac0(&local_40,local_3c,&local_34);\n goto LAB_00261971;\n }\n *local_3c = (uint)local_34;\n local_3c = local_3c + 1;\n }\n }" else (compound_statement "{\n iVar17 = 0xd;\n pbVar14 = *(byte **)(iVar12 + 0x20);\n pbVar16 = (byte *)".debug_types";\n do {\n if (iVar17 == 0) break;\n iVar17 = iVar17 + -1;\n bVar19 = *pbVar14 < *pbVar16;\n bVar18 = *pbVar14 == *pbVar16;\n pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1;\n pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1;\n } while (bVar18);\n if ((!bVar19 && !bVar18) == bVar19) {\n if (local_3c == local_38) {\n /* try { // try from 00261d29 to 00261da2 has its CatchHandler @ 00261dcb */\n FUN_00144ac0(&local_40,local_3c,&local_34);\n goto LAB_00261971;\n }\n *local_3c = (uint)local_34;\n local_3c = local_3c + 1;\n }\n }" { (expression_statement "iVar17 = 0xd;" (assignment_expression "iVar17 = 0xd" identifier = number_literal) ;) (expression_statement "pbVar14 = *(byte **)(iVar12 + 0x20);" (assignment_expression "pbVar14 = *(byte **)(iVar12 + 0x20)" identifier = (pointer_expression "*(byte **)(iVar12 + 0x20)" * (cast_expression "(byte **)(iVar12 + 0x20)" ( (type_descriptor "byte **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar12 + 0x20)" ( (binary_expression "iVar12 + 0x20" identifier + number_literal) ))))) ;) (expression_statement "pbVar16 = (byte *)".debug_types";" (assignment_expression "pbVar16 = (byte *)".debug_types"" identifier = (cast_expression "(byte *)".debug_types"" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (string_literal "".debug_types"" " string_content "))) ;) (do_statement "do {\n if (iVar17 == 0) break;\n iVar17 = iVar17 + -1;\n bVar19 = *pbVar14 < *pbVar16;\n bVar18 = *pbVar14 == *pbVar16;\n pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1;\n pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1;\n } while (bVar18);" do (compound_statement "{\n if (iVar17 == 0) break;\n iVar17 = iVar17 + -1;\n bVar19 = *pbVar14 < *pbVar16;\n bVar18 = *pbVar14 == *pbVar16;\n pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1;\n pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1;\n }" { (if_statement "if (iVar17 == 0) break;" if (parenthesized_expression "(iVar17 == 0)" ( (binary_expression "iVar17 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "iVar17 = iVar17 + -1;" (assignment_expression "iVar17 = iVar17 + -1" identifier = (binary_expression "iVar17 + -1" identifier + number_literal)) ;) (expression_statement "bVar19 = *pbVar14 < *pbVar16;" (assignment_expression "bVar19 = *pbVar14 < *pbVar16" identifier = (binary_expression "*pbVar14 < *pbVar16" (pointer_expression "*pbVar14" * identifier) < (pointer_expression "*pbVar16" * identifier))) ;) (expression_statement "bVar18 = *pbVar14 == *pbVar16;" (assignment_expression "bVar18 = *pbVar14 == *pbVar16" identifier = (binary_expression "*pbVar14 == *pbVar16" (pointer_expression "*pbVar14" * identifier) == (pointer_expression "*pbVar16" * identifier))) ;) (expression_statement "pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1;" (assignment_expression "pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1" identifier = (binary_expression "pbVar14 + (uint)bVar21 * -2 + 1" (binary_expression "pbVar14 + (uint)bVar21 * -2" identifier + (binary_expression "(uint)bVar21 * -2" (cast_expression "(uint)bVar21" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1;" (assignment_expression "pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1" identifier = (binary_expression "pbVar16 + (uint)bVar21 * -2 + 1" (binary_expression "pbVar16 + (uint)bVar21 * -2" identifier + (binary_expression "(uint)bVar21 * -2" (cast_expression "(uint)bVar21" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar18)" ( identifier )) ;) (if_statement "if ((!bVar19 && !bVar18) == bVar19) {\n if (local_3c == local_38) {\n /* try { // try from 00261d29 to 00261da2 has its CatchHandler @ 00261dcb */\n FUN_00144ac0(&local_40,local_3c,&local_34);\n goto LAB_00261971;\n }\n *local_3c = (uint)local_34;\n local_3c = local_3c + 1;\n }" if (parenthesized_expression "((!bVar19 && !bVar18) == bVar19)" ( (binary_expression "(!bVar19 && !bVar18) == bVar19" (parenthesized_expression "(!bVar19 && !bVar18)" ( (binary_expression "!bVar19 && !bVar18" (unary_expression "!bVar19" ! identifier) && (unary_expression "!bVar18" ! identifier)) )) == identifier) )) (compound_statement "{\n if (local_3c == local_38) {\n /* try { // try from 00261d29 to 00261da2 has its CatchHandler @ 00261dcb */\n FUN_00144ac0(&local_40,local_3c,&local_34);\n goto LAB_00261971;\n }\n *local_3c = (uint)local_34;\n local_3c = local_3c + 1;\n }" { (if_statement "if (local_3c == local_38) {\n /* try { // try from 00261d29 to 00261da2 has its CatchHandler @ 00261dcb */\n FUN_00144ac0(&local_40,local_3c,&local_34);\n goto LAB_00261971;\n }" if (parenthesized_expression "(local_3c == local_38)" ( (binary_expression "local_3c == local_38" identifier == identifier) )) (compound_statement "{\n /* try { // try from 00261d29 to 00261da2 has its CatchHandler @ 00261dcb */\n FUN_00144ac0(&local_40,local_3c,&local_34);\n goto LAB_00261971;\n }" { comment (expression_statement "FUN_00144ac0(&local_40,local_3c,&local_34);" (call_expression "FUN_00144ac0(&local_40,local_3c,&local_34)" identifier (argument_list "(&local_40,local_3c,&local_34)" ( (pointer_expression "&local_40" & identifier) , identifier , (pointer_expression "&local_34" & identifier) ))) ;) (goto_statement "goto LAB_00261971;" goto statement_identifier ;) })) (expression_statement "*local_3c = (uint)local_34;" (assignment_expression "*local_3c = (uint)local_34" (pointer_expression "*local_3c" * identifier) = (cast_expression "(uint)local_34" ( (type_descriptor "uint" type_identifier) ) identifier)) ;) (expression_statement "local_3c = local_3c + 1;" (assignment_expression "local_3c = local_3c + 1" identifier = (binary_expression "local_3c + 1" identifier + number_literal)) ;) })) }))) })) (expression_statement "local_34 = (size_t *)((int)local_34 + 1);" (assignment_expression "local_34 = (size_t *)((int)local_34 + 1)" identifier = (cast_expression "(size_t *)((int)local_34 + 1)" ( (type_descriptor "size_t *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)local_34 + 1)" ( (binary_expression "(int)local_34 + 1" (cast_expression "(int)local_34" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) ;) }) while (parenthesized_expression "(local_34 < psVar11)" ( (binary_expression "local_34 < psVar11" identifier < identifier) )) ;) })) (labeled_statement "LAB_0026197c:\n uVar9 = (uint)*(byte *)(param_1 + 0x9c);" statement_identifier : (expression_statement "uVar9 = (uint)*(byte *)(param_1 + 0x9c);" (assignment_expression "uVar9 = (uint)*(byte *)(param_1 + 0x9c)" identifier = (binary_expression "(uint)*(byte *)(param_1 + 0x9c)" (parenthesized_expression "(uint)" ( identifier )) * (cast_expression "(byte *)(param_1 + 0x9c)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x9c)" ( (binary_expression "param_1 + 0x9c" identifier + number_literal) ))))) ;)) (if_statement "if (1 < uVar9 - 1) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/incremental.h",0x3b9,"get_comdat_group_count",uVar9);\n }" if (parenthesized_expression "(1 < uVar9 - 1)" ( (binary_expression "1 < uVar9 - 1" number_literal < (binary_expression "uVar9 - 1" identifier - number_literal)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/incremental.h",0x3b9,"get_comdat_group_count",uVar9);\n }" { comment (expression_statement "FUN_002446e0("../../gold/incremental.h",0x3b9,"get_comdat_group_count",uVar9);" (call_expression "FUN_002446e0("../../gold/incremental.h",0x3b9,"get_comdat_group_count",uVar9)" identifier (argument_list "("../../gold/incremental.h",0x3b9,"get_comdat_group_count",uVar9)" ( (string_literal ""../../gold/incremental.h"" " string_content ") , number_literal , (string_literal ""get_comdat_group_count"" " string_content ") , identifier ))) ;) })) (expression_statement "iVar12 = *(int *)(**(int **)(param_1 + 0x98) + 0x18 + *(int *)(param_1 + 0xa4));" (assignment_expression "iVar12 = *(int *)(**(int **)(param_1 + 0x98) + 0x18 + *(int *)(param_1 + 0xa4))" identifier = (pointer_expression "*(int *)(**(int **)(param_1 + 0x98) + 0x18 + *(int *)(param_1 + 0xa4))" * (cast_expression "(int *)(**(int **)(param_1 + 0x98) + 0x18 + *(int *)(param_1 + 0xa4))" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(**(int **)(param_1 + 0x98) + 0x18 + *(int *)(param_1 + 0xa4))" ( (binary_expression "**(int **)(param_1 + 0x98) + 0x18 + *(int *)(param_1 + 0xa4)" (binary_expression "**(int **)(param_1 + 0x98) + 0x18" (pointer_expression "**(int **)(param_1 + 0x98)" * (pointer_expression "*(int **)(param_1 + 0x98)" * (cast_expression "(int **)(param_1 + 0x98)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x98)" ( (binary_expression "param_1 + 0x98" identifier + number_literal) ))))) + number_literal) + (pointer_expression "*(int *)(param_1 + 0xa4)" * (cast_expression "(int *)(param_1 + 0xa4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xa4)" ( (binary_expression "param_1 + 0xa4" identifier + number_literal) ))))) ))))) ;) (if_statement "if (iVar12 != 0) {\n iVar17 = 0;\n do {\n if ((uVar9 != 1) && (uVar9 != 2)) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/incremental.h",0x365,"get_input_section_count");\n }\n piVar4 = *(int **)(param_1 + 0x98);\n iVar5 = *(int *)(param_1 + 0xa4);\n iVar6 = *piVar4;\n uVar9 = *(uint *)(iVar5 + 0x20 +\n iVar6 + *(int *)(iVar6 + iVar5) * 0x18 + iVar17 * 4 +\n *(int *)(iVar6 + 4 + iVar5) * 0x14);\n if (((uint)piVar4[2] <= uVar9) || (__s = (char *)(uVar9 + piVar4[1]), __s == (char *)0x0)) {\n uVar10 = gettext("COMDAT group has no signature");\n FUN_0028b750(param_1,uVar10);\n local_34 = local_2c;\n /* WARNING: Subroutine does not return */\n FUN_003f3980("basic_string::_M_construct null not valid");\n }\n if (*__s == '\0') {\n uVar10 = gettext("COMDAT group has no signature");\n FUN_0028b750(param_1,uVar10);\n }\n local_34 = local_2c;\n __n = strlen(__s);\n local_50 = __n;\n if (__n < 0x10) {\n psVar11 = local_2c;\n if (__n == 1) {\n local_2c[0] = CONCAT31(local_2c[0]._1_3_,*__s);\n }\n else if (__n != 0) goto LAB_00261c7d;\n }\n else {\n local_34 = (size_t *)FUN_003b5790(&local_34,&local_50,0);\n local_2c[0] = local_50;\n psVar11 = local_34;\nLAB_00261c7d:\n memcpy(psVar11,__s,__n);\n psVar11 = local_34;\n }\n *(undefined1 *)((int)psVar11 + local_50) = 0;\n local_30 = local_50;\n /* try { // try from 00261acd to 00261ad1 has its CatchHandler @ 00261dc7 */\n cVar7 = FUN_00278ce0(param_3,&local_34,param_1,iVar17,1,1,0);\n if (local_34 != local_2c) {\n FUN_003ae080(local_34);\n }\n if (cVar7 == '\0') {\n uVar10 = gettext("COMDAT group %s included twice in incremental link");\n /* try { // try from 00261b16 to 00261cd0 has its CatchHandler @ 00261dcb */\n FUN_0028b750(param_1,uVar10,__s);\n }\n else {\n FUN_0024c220(iVar1,param_1,__s);\n }\n if (iVar17 + 1 == iVar12) break;\n iVar17 = iVar17 + 1;\n uVar9 = (uint)*(byte *)(param_1 + 0x9c);\n } while( true );\n }" if (parenthesized_expression "(iVar12 != 0)" ( (binary_expression "iVar12 != 0" identifier != number_literal) )) (compound_statement "{\n iVar17 = 0;\n do {\n if ((uVar9 != 1) && (uVar9 != 2)) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/incremental.h",0x365,"get_input_section_count");\n }\n piVar4 = *(int **)(param_1 + 0x98);\n iVar5 = *(int *)(param_1 + 0xa4);\n iVar6 = *piVar4;\n uVar9 = *(uint *)(iVar5 + 0x20 +\n iVar6 + *(int *)(iVar6 + iVar5) * 0x18 + iVar17 * 4 +\n *(int *)(iVar6 + 4 + iVar5) * 0x14);\n if (((uint)piVar4[2] <= uVar9) || (__s = (char *)(uVar9 + piVar4[1]), __s == (char *)0x0)) {\n uVar10 = gettext("COMDAT group has no signature");\n FUN_0028b750(param_1,uVar10);\n local_34 = local_2c;\n /* WARNING: Subroutine does not return */\n FUN_003f3980("basic_string::_M_construct null not valid");\n }\n if (*__s == '\0') {\n uVar10 = gettext("COMDAT group has no signature");\n FUN_0028b750(param_1,uVar10);\n }\n local_34 = local_2c;\n __n = strlen(__s);\n local_50 = __n;\n if (__n < 0x10) {\n psVar11 = local_2c;\n if (__n == 1) {\n local_2c[0] = CONCAT31(local_2c[0]._1_3_,*__s);\n }\n else if (__n != 0) goto LAB_00261c7d;\n }\n else {\n local_34 = (size_t *)FUN_003b5790(&local_34,&local_50,0);\n local_2c[0] = local_50;\n psVar11 = local_34;\nLAB_00261c7d:\n memcpy(psVar11,__s,__n);\n psVar11 = local_34;\n }\n *(undefined1 *)((int)psVar11 + local_50) = 0;\n local_30 = local_50;\n /* try { // try from 00261acd to 00261ad1 has its CatchHandler @ 00261dc7 */\n cVar7 = FUN_00278ce0(param_3,&local_34,param_1,iVar17,1,1,0);\n if (local_34 != local_2c) {\n FUN_003ae080(local_34);\n }\n if (cVar7 == '\0') {\n uVar10 = gettext("COMDAT group %s included twice in incremental link");\n /* try { // try from 00261b16 to 00261cd0 has its CatchHandler @ 00261dcb */\n FUN_0028b750(param_1,uVar10,__s);\n }\n else {\n FUN_0024c220(iVar1,param_1,__s);\n }\n if (iVar17 + 1 == iVar12) break;\n iVar17 = iVar17 + 1;\n uVar9 = (uint)*(byte *)(param_1 + 0x9c);\n } while( true );\n }" { (expression_statement "iVar17 = 0;" (assignment_expression "iVar17 = 0" identifier = number_literal) ;) (do_statement "do {\n if ((uVar9 != 1) && (uVar9 != 2)) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/incremental.h",0x365,"get_input_section_count");\n }\n piVar4 = *(int **)(param_1 + 0x98);\n iVar5 = *(int *)(param_1 + 0xa4);\n iVar6 = *piVar4;\n uVar9 = *(uint *)(iVar5 + 0x20 +\n iVar6 + *(int *)(iVar6 + iVar5) * 0x18 + iVar17 * 4 +\n *(int *)(iVar6 + 4 + iVar5) * 0x14);\n if (((uint)piVar4[2] <= uVar9) || (__s = (char *)(uVar9 + piVar4[1]), __s == (char *)0x0)) {\n uVar10 = gettext("COMDAT group has no signature");\n FUN_0028b750(param_1,uVar10);\n local_34 = local_2c;\n /* WARNING: Subroutine does not return */\n FUN_003f3980("basic_string::_M_construct null not valid");\n }\n if (*__s == '\0') {\n uVar10 = gettext("COMDAT group has no signature");\n FUN_0028b750(param_1,uVar10);\n }\n local_34 = local_2c;\n __n = strlen(__s);\n local_50 = __n;\n if (__n < 0x10) {\n psVar11 = local_2c;\n if (__n == 1) {\n local_2c[0] = CONCAT31(local_2c[0]._1_3_,*__s);\n }\n else if (__n != 0) goto LAB_00261c7d;\n }\n else {\n local_34 = (size_t *)FUN_003b5790(&local_34,&local_50,0);\n local_2c[0] = local_50;\n psVar11 = local_34;\nLAB_00261c7d:\n memcpy(psVar11,__s,__n);\n psVar11 = local_34;\n }\n *(undefined1 *)((int)psVar11 + local_50) = 0;\n local_30 = local_50;\n /* try { // try from 00261acd to 00261ad1 has its CatchHandler @ 00261dc7 */\n cVar7 = FUN_00278ce0(param_3,&local_34,param_1,iVar17,1,1,0);\n if (local_34 != local_2c) {\n FUN_003ae080(local_34);\n }\n if (cVar7 == '\0') {\n uVar10 = gettext("COMDAT group %s included twice in incremental link");\n /* try { // try from 00261b16 to 00261cd0 has its CatchHandler @ 00261dcb */\n FUN_0028b750(param_1,uVar10,__s);\n }\n else {\n FUN_0024c220(iVar1,param_1,__s);\n }\n if (iVar17 + 1 == iVar12) break;\n iVar17 = iVar17 + 1;\n uVar9 = (uint)*(byte *)(param_1 + 0x9c);\n } while( true );" do (compound_statement "{\n if ((uVar9 != 1) && (uVar9 != 2)) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/incremental.h",0x365,"get_input_section_count");\n }\n piVar4 = *(int **)(param_1 + 0x98);\n iVar5 = *(int *)(param_1 + 0xa4);\n iVar6 = *piVar4;\n uVar9 = *(uint *)(iVar5 + 0x20 +\n iVar6 + *(int *)(iVar6 + iVar5) * 0x18 + iVar17 * 4 +\n *(int *)(iVar6 + 4 + iVar5) * 0x14);\n if (((uint)piVar4[2] <= uVar9) || (__s = (char *)(uVar9 + piVar4[1]), __s == (char *)0x0)) {\n uVar10 = gettext("COMDAT group has no signature");\n FUN_0028b750(param_1,uVar10);\n local_34 = local_2c;\n /* WARNING: Subroutine does not return */\n FUN_003f3980("basic_string::_M_construct null not valid");\n }\n if (*__s == '\0') {\n uVar10 = gettext("COMDAT group has no signature");\n FUN_0028b750(param_1,uVar10);\n }\n local_34 = local_2c;\n __n = strlen(__s);\n local_50 = __n;\n if (__n < 0x10) {\n psVar11 = local_2c;\n if (__n == 1) {\n local_2c[0] = CONCAT31(local_2c[0]._1_3_,*__s);\n }\n else if (__n != 0) goto LAB_00261c7d;\n }\n else {\n local_34 = (size_t *)FUN_003b5790(&local_34,&local_50,0);\n local_2c[0] = local_50;\n psVar11 = local_34;\nLAB_00261c7d:\n memcpy(psVar11,__s,__n);\n psVar11 = local_34;\n }\n *(undefined1 *)((int)psVar11 + local_50) = 0;\n local_30 = local_50;\n /* try { // try from 00261acd to 00261ad1 has its CatchHandler @ 00261dc7 */\n cVar7 = FUN_00278ce0(param_3,&local_34,param_1,iVar17,1,1,0);\n if (local_34 != local_2c) {\n FUN_003ae080(local_34);\n }\n if (cVar7 == '\0') {\n uVar10 = gettext("COMDAT group %s included twice in incremental link");\n /* try { // try from 00261b16 to 00261cd0 has its CatchHandler @ 00261dcb */\n FUN_0028b750(param_1,uVar10,__s);\n }\n else {\n FUN_0024c220(iVar1,param_1,__s);\n }\n if (iVar17 + 1 == iVar12) break;\n iVar17 = iVar17 + 1;\n uVar9 = (uint)*(byte *)(param_1 + 0x9c);\n }" { (if_statement "if ((uVar9 != 1) && (uVar9 != 2)) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/incremental.h",0x365,"get_input_section_count");\n }" if (parenthesized_expression "((uVar9 != 1) && (uVar9 != 2))" ( (binary_expression "(uVar9 != 1) && (uVar9 != 2)" (parenthesized_expression "(uVar9 != 1)" ( (binary_expression "uVar9 != 1" identifier != number_literal) )) && (parenthesized_expression "(uVar9 != 2)" ( (binary_expression "uVar9 != 2" identifier != number_literal) ))) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/incremental.h",0x365,"get_input_section_count");\n }" { comment (expression_statement "FUN_002446e0("../../gold/incremental.h",0x365,"get_input_section_count");" (call_expression "FUN_002446e0("../../gold/incremental.h",0x365,"get_input_section_count")" identifier (argument_list "("../../gold/incremental.h",0x365,"get_input_section_count")" ( (string_literal ""../../gold/incremental.h"" " string_content ") , number_literal , (string_literal ""get_input_section_count"" " string_content ") ))) ;) })) (expression_statement "piVar4 = *(int **)(param_1 + 0x98);" (assignment_expression "piVar4 = *(int **)(param_1 + 0x98)" identifier = (pointer_expression "*(int **)(param_1 + 0x98)" * (cast_expression "(int **)(param_1 + 0x98)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x98)" ( (binary_expression "param_1 + 0x98" identifier + number_literal) ))))) ;) (expression_statement "iVar5 = *(int *)(param_1 + 0xa4);" (assignment_expression "iVar5 = *(int *)(param_1 + 0xa4)" identifier = (pointer_expression "*(int *)(param_1 + 0xa4)" * (cast_expression "(int *)(param_1 + 0xa4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xa4)" ( (binary_expression "param_1 + 0xa4" identifier + number_literal) ))))) ;) (expression_statement "iVar6 = *piVar4;" (assignment_expression "iVar6 = *piVar4" identifier = (pointer_expression "*piVar4" * identifier)) ;) (expression_statement "uVar9 = *(uint *)(iVar5 + 0x20 +\n iVar6 + *(int *)(iVar6 + iVar5) * 0x18 + iVar17 * 4 +\n *(int *)(iVar6 + 4 + iVar5) * 0x14);" (assignment_expression "uVar9 = *(uint *)(iVar5 + 0x20 +\n iVar6 + *(int *)(iVar6 + iVar5) * 0x18 + iVar17 * 4 +\n *(int *)(iVar6 + 4 + iVar5) * 0x14)" identifier = (pointer_expression "*(uint *)(iVar5 + 0x20 +\n iVar6 + *(int *)(iVar6 + iVar5) * 0x18 + iVar17 * 4 +\n *(int *)(iVar6 + 4 + iVar5) * 0x14)" * (cast_expression "(uint *)(iVar5 + 0x20 +\n iVar6 + *(int *)(iVar6 + iVar5) * 0x18 + iVar17 * 4 +\n *(int *)(iVar6 + 4 + iVar5) * 0x14)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar5 + 0x20 +\n iVar6 + *(int *)(iVar6 + iVar5) * 0x18 + iVar17 * 4 +\n *(int *)(iVar6 + 4 + iVar5) * 0x14)" ( (binary_expression "iVar5 + 0x20 +\n iVar6 + *(int *)(iVar6 + iVar5) * 0x18 + iVar17 * 4 +\n *(int *)(iVar6 + 4 + iVar5) * 0x14" (binary_expression "iVar5 + 0x20 +\n iVar6 + *(int *)(iVar6 + iVar5) * 0x18 + iVar17 * 4" (binary_expression "iVar5 + 0x20 +\n iVar6 + *(int *)(iVar6 + iVar5) * 0x18" (binary_expression "iVar5 + 0x20 +\n iVar6" (binary_expression "iVar5 + 0x20" identifier + number_literal) + identifier) + (binary_expression "*(int *)(iVar6 + iVar5) * 0x18" (pointer_expression "*(int *)(iVar6 + iVar5)" * (cast_expression "(int *)(iVar6 + iVar5)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + iVar5)" ( (binary_expression "iVar6 + iVar5" identifier + identifier) )))) * number_literal)) + (binary_expression "iVar17 * 4" identifier * number_literal)) + (binary_expression "*(int *)(iVar6 + 4 + iVar5) * 0x14" (pointer_expression "*(int *)(iVar6 + 4 + iVar5)" * (cast_expression "(int *)(iVar6 + 4 + iVar5)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 4 + iVar5)" ( (binary_expression "iVar6 + 4 + iVar5" (binary_expression "iVar6 + 4" identifier + number_literal) + identifier) )))) * number_literal)) ))))) ;) (if_statement "if (((uint)piVar4[2] <= uVar9) || (__s = (char *)(uVar9 + piVar4[1]), __s == (char *)0x0)) {\n uVar10 = gettext("COMDAT group has no signature");\n FUN_0028b750(param_1,uVar10);\n local_34 = local_2c;\n /* WARNING: Subroutine does not return */\n FUN_003f3980("basic_string::_M_construct null not valid");\n }" if (parenthesized_expression "(((uint)piVar4[2] <= uVar9) || (__s = (char *)(uVar9 + piVar4[1]), __s == (char *)0x0))" ( (binary_expression "((uint)piVar4[2] <= uVar9) || (__s = (char *)(uVar9 + piVar4[1]), __s == (char *)0x0)" (parenthesized_expression "((uint)piVar4[2] <= uVar9)" ( (binary_expression "(uint)piVar4[2] <= uVar9" (cast_expression "(uint)piVar4[2]" ( (type_descriptor "uint" type_identifier) ) (subscript_expression "piVar4[2]" identifier [ number_literal ])) <= identifier) )) || (parenthesized_expression "(__s = (char *)(uVar9 + piVar4[1]), __s == (char *)0x0)" ( (comma_expression "__s = (char *)(uVar9 + piVar4[1]), __s == (char *)0x0" (assignment_expression "__s = (char *)(uVar9 + piVar4[1])" identifier = (cast_expression "(char *)(uVar9 + piVar4[1])" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(uVar9 + piVar4[1])" ( (binary_expression "uVar9 + piVar4[1]" identifier + (subscript_expression "piVar4[1]" identifier [ number_literal ])) )))) , (binary_expression "__s == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal))) ))) )) (compound_statement "{\n uVar10 = gettext("COMDAT group has no signature");\n FUN_0028b750(param_1,uVar10);\n local_34 = local_2c;\n /* WARNING: Subroutine does not return */\n FUN_003f3980("basic_string::_M_construct null not valid");\n }" { (expression_statement "uVar10 = gettext("COMDAT group has no signature");" (assignment_expression "uVar10 = gettext("COMDAT group has no signature")" identifier = (call_expression "gettext("COMDAT group has no signature")" identifier (argument_list "("COMDAT group has no signature")" ( (string_literal ""COMDAT group has no signature"" " string_content ") )))) ;) (expression_statement "FUN_0028b750(param_1,uVar10);" (call_expression "FUN_0028b750(param_1,uVar10)" identifier (argument_list "(param_1,uVar10)" ( identifier , identifier ))) ;) (expression_statement "local_34 = local_2c;" (assignment_expression "local_34 = local_2c" identifier = identifier) ;) comment (expression_statement "FUN_003f3980("basic_string::_M_construct null not valid");" (call_expression "FUN_003f3980("basic_string::_M_construct null not valid")" identifier (argument_list "("basic_string::_M_construct null not valid")" ( (string_literal ""basic_string::_M_construct null not valid"" " string_content ") ))) ;) })) (if_statement "if (*__s == '\0') {\n uVar10 = gettext("COMDAT group has no signature");\n FUN_0028b750(param_1,uVar10);\n }" if (parenthesized_expression "(*__s == '\0')" ( (binary_expression "*__s == '\0'" (pointer_expression "*__s" * identifier) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n uVar10 = gettext("COMDAT group has no signature");\n FUN_0028b750(param_1,uVar10);\n }" { (expression_statement "uVar10 = gettext("COMDAT group has no signature");" (assignment_expression "uVar10 = gettext("COMDAT group has no signature")" identifier = (call_expression "gettext("COMDAT group has no signature")" identifier (argument_list "("COMDAT group has no signature")" ( (string_literal ""COMDAT group has no signature"" " string_content ") )))) ;) (expression_statement "FUN_0028b750(param_1,uVar10);" (call_expression "FUN_0028b750(param_1,uVar10)" identifier (argument_list "(param_1,uVar10)" ( identifier , identifier ))) ;) })) (expression_statement "local_34 = local_2c;" (assignment_expression "local_34 = local_2c" identifier = identifier) ;) (expression_statement "__n = strlen(__s);" (assignment_expression "__n = strlen(__s)" identifier = (call_expression "strlen(__s)" identifier (argument_list "(__s)" ( identifier )))) ;) (expression_statement "local_50 = __n;" (assignment_expression "local_50 = __n" identifier = identifier) ;) (if_statement "if (__n < 0x10) {\n psVar11 = local_2c;\n if (__n == 1) {\n local_2c[0] = CONCAT31(local_2c[0]._1_3_,*__s);\n }\n else if (__n != 0) goto LAB_00261c7d;\n }\n else {\n local_34 = (size_t *)FUN_003b5790(&local_34,&local_50,0);\n local_2c[0] = local_50;\n psVar11 = local_34;\nLAB_00261c7d:\n memcpy(psVar11,__s,__n);\n psVar11 = local_34;\n }" if (parenthesized_expression "(__n < 0x10)" ( (binary_expression "__n < 0x10" identifier < number_literal) )) (compound_statement "{\n psVar11 = local_2c;\n if (__n == 1) {\n local_2c[0] = CONCAT31(local_2c[0]._1_3_,*__s);\n }\n else if (__n != 0) goto LAB_00261c7d;\n }" { (expression_statement "psVar11 = local_2c;" (assignment_expression "psVar11 = local_2c" identifier = identifier) ;) (if_statement "if (__n == 1) {\n local_2c[0] = CONCAT31(local_2c[0]._1_3_,*__s);\n }\n else if (__n != 0) goto LAB_00261c7d;" if (parenthesized_expression "(__n == 1)" ( (binary_expression "__n == 1" identifier == number_literal) )) (compound_statement "{\n local_2c[0] = CONCAT31(local_2c[0]._1_3_,*__s);\n }" { (expression_statement "local_2c[0] = CONCAT31(local_2c[0]._1_3_,*__s);" (assignment_expression "local_2c[0] = CONCAT31(local_2c[0]._1_3_,*__s)" (subscript_expression "local_2c[0]" identifier [ number_literal ]) = (call_expression "CONCAT31(local_2c[0]._1_3_,*__s)" identifier (argument_list "(local_2c[0]._1_3_,*__s)" ( (field_expression "local_2c[0]._1_3_" (subscript_expression "local_2c[0]" identifier [ number_literal ]) . field_identifier) , (pointer_expression "*__s" * identifier) )))) ;) }) (else_clause "else if (__n != 0) goto LAB_00261c7d;" else (if_statement "if (__n != 0) goto LAB_00261c7d;" if (parenthesized_expression "(__n != 0)" ( (binary_expression "__n != 0" identifier != number_literal) )) (goto_statement "goto LAB_00261c7d;" goto statement_identifier ;)))) }) (else_clause "else {\n local_34 = (size_t *)FUN_003b5790(&local_34,&local_50,0);\n local_2c[0] = local_50;\n psVar11 = local_34;\nLAB_00261c7d:\n memcpy(psVar11,__s,__n);\n psVar11 = local_34;\n }" else (compound_statement "{\n local_34 = (size_t *)FUN_003b5790(&local_34,&local_50,0);\n local_2c[0] = local_50;\n psVar11 = local_34;\nLAB_00261c7d:\n memcpy(psVar11,__s,__n);\n psVar11 = local_34;\n }" { (expression_statement "local_34 = (size_t *)FUN_003b5790(&local_34,&local_50,0);" (assignment_expression "local_34 = (size_t *)FUN_003b5790(&local_34,&local_50,0)" identifier = (cast_expression "(size_t *)FUN_003b5790(&local_34,&local_50,0)" ( (type_descriptor "size_t *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_003b5790(&local_34,&local_50,0)" identifier (argument_list "(&local_34,&local_50,0)" ( (pointer_expression "&local_34" & identifier) , (pointer_expression "&local_50" & identifier) , number_literal ))))) ;) (expression_statement "local_2c[0] = local_50;" (assignment_expression "local_2c[0] = local_50" (subscript_expression "local_2c[0]" identifier [ number_literal ]) = identifier) ;) (expression_statement "psVar11 = local_34;" (assignment_expression "psVar11 = local_34" identifier = identifier) ;) (labeled_statement "LAB_00261c7d:\n memcpy(psVar11,__s,__n);" statement_identifier : (expression_statement "memcpy(psVar11,__s,__n);" (call_expression "memcpy(psVar11,__s,__n)" identifier (argument_list "(psVar11,__s,__n)" ( identifier , identifier , identifier ))) ;)) (expression_statement "psVar11 = local_34;" (assignment_expression "psVar11 = local_34" identifier = identifier) ;) }))) (expression_statement "*(undefined1 *)((int)psVar11 + local_50) = 0;" (assignment_expression "*(undefined1 *)((int)psVar11 + local_50) = 0" (pointer_expression "*(undefined1 *)((int)psVar11 + local_50)" * (cast_expression "(undefined1 *)((int)psVar11 + local_50)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)psVar11 + local_50)" ( (binary_expression "(int)psVar11 + local_50" (cast_expression "(int)psVar11" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) )))) = number_literal) ;) (expression_statement "local_30 = local_50;" (assignment_expression "local_30 = local_50" identifier = identifier) ;) comment (expression_statement "cVar7 = FUN_00278ce0(param_3,&local_34,param_1,iVar17,1,1,0);" (assignment_expression "cVar7 = FUN_00278ce0(param_3,&local_34,param_1,iVar17,1,1,0)" identifier = (call_expression "FUN_00278ce0(param_3,&local_34,param_1,iVar17,1,1,0)" identifier (argument_list "(param_3,&local_34,param_1,iVar17,1,1,0)" ( identifier , (pointer_expression "&local_34" & identifier) , identifier , identifier , number_literal , number_literal , number_literal )))) ;) (if_statement "if (local_34 != local_2c) {\n FUN_003ae080(local_34);\n }" if (parenthesized_expression "(local_34 != local_2c)" ( (binary_expression "local_34 != local_2c" identifier != identifier) )) (compound_statement "{\n FUN_003ae080(local_34);\n }" { (expression_statement "FUN_003ae080(local_34);" (call_expression "FUN_003ae080(local_34)" identifier (argument_list "(local_34)" ( identifier ))) ;) })) (if_statement "if (cVar7 == '\0') {\n uVar10 = gettext("COMDAT group %s included twice in incremental link");\n /* try { // try from 00261b16 to 00261cd0 has its CatchHandler @ 00261dcb */\n FUN_0028b750(param_1,uVar10,__s);\n }\n else {\n FUN_0024c220(iVar1,param_1,__s);\n }" if (parenthesized_expression "(cVar7 == '\0')" ( (binary_expression "cVar7 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n uVar10 = gettext("COMDAT group %s included twice in incremental link");\n /* try { // try from 00261b16 to 00261cd0 has its CatchHandler @ 00261dcb */\n FUN_0028b750(param_1,uVar10,__s);\n }" { (expression_statement "uVar10 = gettext("COMDAT group %s included twice in incremental link");" (assignment_expression "uVar10 = gettext("COMDAT group %s included twice in incremental link")" identifier = (call_expression "gettext("COMDAT group %s included twice in incremental link")" identifier (argument_list "("COMDAT group %s included twice in incremental link")" ( (string_literal ""COMDAT group %s included twice in incremental link"" " string_content ") )))) ;) comment (expression_statement "FUN_0028b750(param_1,uVar10,__s);" (call_expression "FUN_0028b750(param_1,uVar10,__s)" identifier (argument_list "(param_1,uVar10,__s)" ( identifier , identifier , identifier ))) ;) }) (else_clause "else {\n FUN_0024c220(iVar1,param_1,__s);\n }" else (compound_statement "{\n FUN_0024c220(iVar1,param_1,__s);\n }" { (expression_statement "FUN_0024c220(iVar1,param_1,__s);" (call_expression "FUN_0024c220(iVar1,param_1,__s)" identifier (argument_list "(iVar1,param_1,__s)" ( identifier , identifier , identifier ))) ;) }))) (if_statement "if (iVar17 + 1 == iVar12) break;" if (parenthesized_expression "(iVar17 + 1 == iVar12)" ( (binary_expression "iVar17 + 1 == iVar12" (binary_expression "iVar17 + 1" identifier + number_literal) == identifier) )) (break_statement "break;" break ;)) (expression_statement "iVar17 = iVar17 + 1;" (assignment_expression "iVar17 = iVar17 + 1" identifier = (binary_expression "iVar17 + 1" identifier + number_literal)) ;) (expression_statement "uVar9 = (uint)*(byte *)(param_1 + 0x9c);" (assignment_expression "uVar9 = (uint)*(byte *)(param_1 + 0x9c)" identifier = (binary_expression "(uint)*(byte *)(param_1 + 0x9c)" (parenthesized_expression "(uint)" ( identifier )) * (cast_expression "(byte *)(param_1 + 0x9c)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x9c)" ( (binary_expression "param_1 + 0x9c" identifier + number_literal) ))))) ;) }) while (parenthesized_expression "( true )" ( true )) ;) })) (expression_statement "puVar13 = local_4c;" (assignment_expression "puVar13 = local_4c" identifier = identifier) ;) (if_statement "if (local_4c != local_48) {\n do {\n FUN_00287390(param_3,0,param_1,0,0,0,*puVar13,0,0);\n puVar13 = puVar13 + 1;\n } while (local_48 != puVar13);\n }" if (parenthesized_expression "(local_4c != local_48)" ( (binary_expression "local_4c != local_48" identifier != identifier) )) (compound_statement "{\n do {\n FUN_00287390(param_3,0,param_1,0,0,0,*puVar13,0,0);\n puVar13 = puVar13 + 1;\n } while (local_48 != puVar13);\n }" { (do_statement "do {\n FUN_00287390(param_3,0,param_1,0,0,0,*puVar13,0,0);\n puVar13 = puVar13 + 1;\n } while (local_48 != puVar13);" do (compound_statement "{\n FUN_00287390(param_3,0,param_1,0,0,0,*puVar13,0,0);\n puVar13 = puVar13 + 1;\n }" { (expression_statement "FUN_00287390(param_3,0,param_1,0,0,0,*puVar13,0,0);" (call_expression "FUN_00287390(param_3,0,param_1,0,0,0,*puVar13,0,0)" identifier (argument_list "(param_3,0,param_1,0,0,0,*puVar13,0,0)" ( identifier , number_literal , identifier , number_literal , number_literal , number_literal , (pointer_expression "*puVar13" * identifier) , number_literal , number_literal ))) ;) (expression_statement "puVar13 = puVar13 + 1;" (assignment_expression "puVar13 = puVar13 + 1" identifier = (binary_expression "puVar13 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(local_48 != puVar13)" ( (binary_expression "local_48 != puVar13" identifier != identifier) )) ;) })) (expression_statement "puVar13 = local_3c;" (assignment_expression "puVar13 = local_3c" identifier = identifier) ;) (expression_statement "puVar15 = local_40;" (assignment_expression "puVar15 = local_40" identifier = identifier) ;) (if_statement "if (local_40 != local_3c) {\n do {\n FUN_00287390(param_3,1,param_1,0,0,0,*puVar15,0,0);\n puVar15 = puVar15 + 1;\n puVar13 = local_40;\n } while (local_3c != puVar15);\n }" if (parenthesized_expression "(local_40 != local_3c)" ( (binary_expression "local_40 != local_3c" identifier != identifier) )) (compound_statement "{\n do {\n FUN_00287390(param_3,1,param_1,0,0,0,*puVar15,0,0);\n puVar15 = puVar15 + 1;\n puVar13 = local_40;\n } while (local_3c != puVar15);\n }" { (do_statement "do {\n FUN_00287390(param_3,1,param_1,0,0,0,*puVar15,0,0);\n puVar15 = puVar15 + 1;\n puVar13 = local_40;\n } while (local_3c != puVar15);" do (compound_statement "{\n FUN_00287390(param_3,1,param_1,0,0,0,*puVar15,0,0);\n puVar15 = puVar15 + 1;\n puVar13 = local_40;\n }" { (expression_statement "FUN_00287390(param_3,1,param_1,0,0,0,*puVar15,0,0);" (call_expression "FUN_00287390(param_3,1,param_1,0,0,0,*puVar15,0,0)" identifier (argument_list "(param_3,1,param_1,0,0,0,*puVar15,0,0)" ( identifier , number_literal , identifier , number_literal , number_literal , number_literal , (pointer_expression "*puVar15" * identifier) , number_literal , number_literal ))) ;) (expression_statement "puVar15 = puVar15 + 1;" (assignment_expression "puVar15 = puVar15 + 1" identifier = (binary_expression "puVar15 + 1" identifier + number_literal)) ;) (expression_statement "puVar13 = local_40;" (assignment_expression "puVar13 = local_40" identifier = identifier) ;) }) while (parenthesized_expression "(local_3c != puVar15)" ( (binary_expression "local_3c != puVar15" identifier != identifier) )) ;) })) (if_statement "if (puVar13 != (uint *)0x0) {\n FUN_003ae080(puVar13);\n }" if (parenthesized_expression "(puVar13 != (uint *)0x0)" ( (binary_expression "puVar13 != (uint *)0x0" identifier != (cast_expression "(uint *)0x0" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n FUN_003ae080(puVar13);\n }" { (expression_statement "FUN_003ae080(puVar13);" (call_expression "FUN_003ae080(puVar13)" identifier (argument_list "(puVar13)" ( identifier ))) ;) })) (if_statement "if (local_4c != (uint *)0x0) {\n FUN_003ae080(local_4c);\n }" if (parenthesized_expression "(local_4c != (uint *)0x0)" ( (binary_expression "local_4c != (uint *)0x0" identifier != (cast_expression "(uint *)0x0" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n FUN_003ae080(local_4c);\n }" { (expression_statement "FUN_003ae080(local_4c);" (call_expression "FUN_003ae080(local_4c)" identifier (argument_list "(local_4c)" ( identifier ))) ;) })) (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* WARNING: Type propagation algorithm not settling */\n/* 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: void do_layout(Sized_relobj_incr<64,_false> * this, Symbol_table *\n param_1, Layout * layout, Read_symbols_data * param_3) */\n\nvoid __thiscall\ngold::Sized_relobj_incr<64,_false>::do_layout\n (Sized_relobj_incr<64,_false> *this,Symbol_table *param_2,Layout *layout,\n Read_symbols_data *param_4)\n\n{\n Incremental_inputs *this_00;\n pointer ppOVar1;\n pointer ppOVar2;\n pointer puVar3;\n pointer puVar4;\n Output_section *pOVar5;\n uint uVar6;\n uint uVar7;\n Incremental_inputs_reader<64,_false> *pIVar8;\n uchar *puVar9;\n bool bVar10;\n uint uVar11;\n uint uVar12;\n char *pcVar13;\n size_t __n;\n pointer puVar14;\n anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *paVar15;\n int iVar16;\n uint *puVar17;\n char *pcVar18;\n byte *pbVar19;\n byte *pbVar20;\n bool bVar21;\n bool bVar22;\n byte bVar23;\n size_type __dnew;\n vector<unsigned_int,_std::allocator<unsigned_int>_> debug_info_sections;\n vector<unsigned_int,_std::allocator<unsigned_int>_> debug_types_sections;\n uint i;\n size_type local_30;\n anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n local_2c;\n \n bVar23 = 0;\n uVar12 = (this->super_Sized_relobj<64,_false>).super_Relobj.super_Object.shnum_;\n this_00 = layout->incremental_inputs_;\n if (this_00 == (Incremental_inputs *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/incremental.cc",0x7f9,"do_layout");\n }\n ppOVar1 = (this->super_Sized_relobj<64,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>.\n _M_impl._M_finish;\n ppOVar2 = (this->super_Sized_relobj<64,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>.\n _M_impl._M_start;\n uVar11 = (int)ppOVar1 - (int)ppOVar2 >> 2;\n if (uVar11 < uVar12) {\n std::vector<gold::Output_section*,_std::allocator<gold::Output_section*>_>::_M_default_append\n (&(this->super_Sized_relobj<64,_false>).super_Relobj.output_sections_,uVar12 - uVar11)\n ;\n }\n else if ((uVar12 < uVar11) && (ppOVar2 = ppOVar2 + uVar12, ppOVar1 != ppOVar2)) {\n (this->super_Sized_relobj<64,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl.\n _M_finish = ppOVar2;\n }\n puVar3 = (this->super_Sized_relobj<64,_false>).section_offsets_.\n super__Vector_base<long_long_unsigned_int,_std::allocator<long_long_unsigned_int>_>.\n _M_impl._M_finish;\n puVar4 = (this->super_Sized_relobj<64,_false>).section_offsets_.\n super__Vector_base<long_long_unsigned_int,_std::allocator<long_long_unsigned_int>_>.\n _M_impl._M_start;\n uVar11 = (int)puVar3 - (int)puVar4 >> 3;\n if (uVar11 < uVar12) {\n std::vector<long_long_unsigned_int,_std::allocator<long_long_unsigned_int>_>::_M_default_append\n (&(this->super_Sized_relobj<64,_false>).section_offsets_,uVar12 - uVar11);\n }\n else if ((uVar12 < uVar11) && (puVar4 = puVar4 + uVar12, puVar3 != puVar4)) {\n (this->super_Sized_relobj<64,_false>).section_offsets_.\n super__Vector_base<long_long_unsigned_int,_std::allocator<long_long_unsigned_int>_>._M_impl.\n _M_finish = puVar4;\n }\n debug_info_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl.\n _M_start = (pointer)0x0;\n debug_info_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl.\n _M_finish = (pointer)0x0;\n debug_info_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl.\n _M_end_of_storage = (pointer)0x0;\n debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl.\n _M_start = (pointer)0x0;\n debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl.\n _M_finish = (pointer)0x0;\n debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl.\n _M_end_of_storage = (pointer)0x0;\n i = 1;\n if (1 < uVar12) {\n do {\n while( true ) {\n pIVar8 = (this->input_reader_).inputs_;\n puVar17 = (uint *)(pIVar8->p_ + (this->input_reader_).info_offset_ + 0x20 + (i * 3 + -3) * 8\n );\n pcVar18 = (char *)0x0;\n if (*puVar17 < (pIVar8->strtab_).usable_size_) {\n pcVar18 = (pIVar8->strtab_).base_ + *puVar17;\n }\n uVar11 = puVar17[1];\n uVar6 = puVar17[2];\n uVar7 = puVar17[3];\n /* try { // try from 0026195e to 00261a6f has its CatchHandler @ 00261dcb */\n Incremental_inputs::report_input_section\n (this_00,(Object *)this,i,pcVar18,*(off_t *)(puVar17 + 4));\n if ((uVar11 != 0) && ((uVar6 & uVar7) != 0xffffffff)) break;\nLAB_00261971:\n i = i + 1;\n if (uVar12 <= i) goto LAB_0026197c;\n }\n pOVar5 = (this->ibase_->section_map_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>.\n _M_impl._M_start[uVar11];\n if (pOVar5 == (Output_section *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/incremental.cc",0x80c,"do_layout");\n }\n (this->super_Sized_relobj<64,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl.\n _M_start[i] = pOVar5;\n puVar4 = (this->super_Sized_relobj<64,_false>).section_offsets_.\n super__Vector_base<long_long_unsigned_int,_std::allocator<long_long_unsigned_int>_>.\n _M_impl._M_start;\n *(uint *)((int)puVar4 + i * 8 + 4) = uVar7;\n *(uint *)(puVar4 + i) = uVar6;\n if (parameters->options_ == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n bVar10 = false;\n bVar22 = (parameters->options_->gdb_index_).value == false;\n if (!bVar22) {\n iVar16 = 0xc;\n pbVar19 = (byte *)pOVar5->name_;\n pbVar20 = (byte *)".debug_info";\n do {\n if (iVar16 == 0) break;\n iVar16 = iVar16 + -1;\n bVar10 = *pbVar19 < *pbVar20;\n bVar22 = *pbVar19 == *pbVar20;\n pbVar19 = pbVar19 + (uint)bVar23 * -2 + 1;\n pbVar20 = pbVar20 + (uint)bVar23 * -2 + 1;\n } while (bVar22);\n bVar21 = false;\n bVar10 = (!bVar10 && !bVar22) == bVar10;\n if (bVar10) {\n if (debug_info_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_finish ==\n debug_info_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_end_of_storage) {\n std::vector<unsigned_int,_std::allocator<unsigned_int>_>::\n _M_realloc_insert<unsigned_int_const&>\n (&debug_info_sections,\n (iterator)\n debug_info_sections.\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl.\n _M_finish,&i);\n goto LAB_00261971;\n }\n *debug_info_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_finish = i;\n debug_info_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_finish =\n debug_info_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_finish + 1;\n }\n else {\n iVar16 = 0xd;\n pbVar19 = (byte *)pOVar5->name_;\n pbVar20 = (byte *)".debug_types";\n do {\n if (iVar16 == 0) break;\n iVar16 = iVar16 + -1;\n bVar21 = *pbVar19 < *pbVar20;\n bVar10 = *pbVar19 == *pbVar20;\n pbVar19 = pbVar19 + (uint)bVar23 * -2 + 1;\n pbVar20 = pbVar20 + (uint)bVar23 * -2 + 1;\n } while (bVar10);\n if ((!bVar21 && !bVar10) == bVar21) {\n if (debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>\n ._M_impl._M_finish ==\n debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>\n ._M_impl._M_end_of_storage) {\n /* try { // try from 00261d29 to 00261da2 has its CatchHandler @ 00261dcb */\n std::vector<unsigned_int,_std::allocator<unsigned_int>_>::\n _M_realloc_insert<unsigned_int_const&>\n (&debug_types_sections,\n (iterator)\n debug_types_sections.\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl.\n _M_finish,&i);\n goto LAB_00261971;\n }\n *debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_finish = i;\n debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_finish =\n debug_types_sections.\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl._M_finish +\n 1;\n }\n }\n }\n i = i + 1;\n } while (i < uVar12);\n }\nLAB_0026197c:\n uVar12 = (uint)(byte)(this->input_reader_).flags_;\n if (1 < uVar12 - 1) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/incremental.h",0x3b9,"get_comdat_group_count");\n }\n iVar16 = *(int *)(((this->input_reader_).inputs_)->p_ + (this->input_reader_).info_offset_ + 0x18)\n ;\n if (iVar16 != 0) {\n uVar11 = 0;\n do {\n if ((uVar12 != 1) && (uVar12 != 2)) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/incremental.h",0x365,"get_input_section_count");\n }\n pIVar8 = (this->input_reader_).inputs_;\n uVar12 = (this->input_reader_).info_offset_;\n puVar9 = pIVar8->p_;\n if (((pIVar8->strtab_).usable_size_ <=\n *(uint *)(puVar9 + uVar12 + 0x20 +\n *(int *)(puVar9 + uVar12) * 0x18 + uVar11 * 4 +\n *(int *)(puVar9 + uVar12 + 4) * 0x14)) ||\n (pcVar18 = (pIVar8->strtab_).base_ +\n *(uint *)(puVar9 + uVar12 + 0x20 +\n *(int *)(puVar9 + uVar12) * 0x18 + uVar11 * 4 +\n *(int *)(puVar9 + uVar12 + 4) * 0x14), pcVar18 == (char *)0x0\n )) {\n pcVar18 = (char *)gettext("COMDAT group has no signature");\n Object::error((Object *)this,pcVar18);\n i = (uint)&local_2c;\n /* WARNING: Subroutine does not return */\n std::__throw_logic_error("basic_string::_M_construct null not valid");\n }\n if (*pcVar18 == '\0') {\n pcVar13 = (char *)gettext("COMDAT group has no signature");\n Object::error((Object *)this,pcVar13);\n }\n i = (uint)&local_2c;\n __n = strlen(pcVar18);\n __dnew = __n;\n if (__n < 0x10) {\n paVar15 = &local_2c;\n if (__n == 1) {\n local_2c._M_local_buf[0] = *pcVar18;\n }\n else if (__n != 0) goto LAB_00261c7d;\n }\n else {\n i = std::string::_M_create(&i,(uint)&__dnew);\n local_2c._M_allocated_capacity = __dnew;\n paVar15 = (anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)i;\nLAB_00261c7d:\n memcpy(paVar15,pcVar18,__n);\n paVar15 = (anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)i;\n }\n paVar15->_M_local_buf[__dnew] = '\0';\n local_30 = __dnew;\n /* try { // try from 00261acd to 00261ad1 has its CatchHandler @ 00261dc7 */\n bVar10 = Layout::find_or_add_kept_section\n (layout,(string *)&i,(Relobj *)this,uVar11,true,true,(Kept_section **)0x0);\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)i != &local_2c) {\n operator_delete((void *)i);\n }\n if (bVar10) {\n Incremental_inputs::report_comdat_group(this_00,(Object *)this,pcVar18);\n }\n else {\n pcVar13 = (char *)gettext("COMDAT group %s included twice in incremental link");\n /* try { // try from 00261b16 to 00261cd0 has its CatchHandler @ 00261dcb */\n Object::error((Object *)this,pcVar13,pcVar18);\n }\n if (uVar11 + 1 == iVar16) break;\n uVar11 = uVar11 + 1;\n uVar12 = (uint)(byte)(this->input_reader_).flags_;\n } while( true );\n }\n puVar17 = debug_info_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_start;\n if (debug_info_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl.\n _M_start !=\n debug_info_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl.\n _M_finish) {\n do {\n Layout::add_to_gdb_index<64,_false>\n (layout,false,&this->super_Sized_relobj<64,_false>,(uchar *)0x0,0,*puVar17,0,0);\n puVar17 = puVar17 + 1;\n } while (debug_info_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_finish != puVar17);\n }\n puVar14 = debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_finish;\n puVar17 = debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_start;\n if (debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl.\n _M_start !=\n debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl.\n _M_finish) {\n do {\n Layout::add_to_gdb_index<64,_false>\n (layout,true,&this->super_Sized_relobj<64,_false>,(uchar *)0x0,0,*puVar17,0,0);\n puVar17 = puVar17 + 1;\n puVar14 = debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>\n ._M_impl._M_start;\n } while (debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_finish != puVar17);\n }\n if (puVar14 != (pointer)0x0) {\n operator_delete(puVar14);\n }\n if (debug_info_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl.\n _M_start != (pointer)0x0) {\n operator_delete(debug_info_sections.\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl._M_start\n );\n }\n return;\n}\n\n" comment comment comment comment comment (declaration "void __thiscall\ngold::Sized_relobj_incr<64,_false>::do_layout\n (Sized_relobj_incr<64,_false> *this,Symbol_table *param_2,Layout *layout,\n Read_symbols_data *param_4)\n\n{\n Incremental_inputs *this_00;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<64" < number_literal) , (ERROR "_false>::do_layout\n (Sized_relobj_incr<64,_false> *this,Symbol_table *param_2,Layout *layout,\n Read_symbols_data *param_4)\n\n{\n Incremental_inputs" identifier > : : (function_declarator "do_layout\n (Sized_relobj_incr<64,_false> *this,Symbol_table *param_2,Layout *layout,\n Read_symbols_data *param_4)" identifier (parameter_list "(Sized_relobj_incr<64,_false> *this,Symbol_table *param_2,Layout *layout,\n Read_symbols_data *param_4)" ( (parameter_declaration "Sized_relobj_incr" type_identifier) (ERROR "<64" < number_literal) , (parameter_declaration "_false> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "Symbol_table *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "Layout *layout" type_identifier (pointer_declarator "*layout" * identifier)) , (parameter_declaration "Read_symbols_data *param_4" type_identifier (pointer_declarator "*param_4" * identifier)) ))) { identifier) (pointer_declarator "*this_00" * identifier) ;) (declaration "pointer ppOVar1;" type_identifier identifier ;) (declaration "pointer ppOVar2;" type_identifier identifier ;) (declaration "pointer puVar3;" type_identifier identifier ;) (declaration "pointer puVar4;" type_identifier identifier ;) (declaration "Output_section *pOVar5;" type_identifier (pointer_declarator "*pOVar5" * identifier) ;) (declaration "uint uVar6;" type_identifier identifier ;) (declaration "uint uVar7;" type_identifier identifier ;) (expression_statement "Incremental_inputs_reader<64,_false> *pIVar8;" (update_expression "Incremental_inputs_reader<64,_false> *pIVar8" (binary_expression "Incremental_inputs_reader<64,_false> *pIVar8" (binary_expression "Incremental_inputs_reader<64" identifier < number_literal) (ERROR ",_false" , identifier) > (pointer_expression "*pIVar8" * identifier)) --) ;) (declaration "uchar *puVar9;" type_identifier (pointer_declarator "*puVar9" * identifier) ;) (declaration "bool bVar10;" primitive_type identifier ;) (declaration "uint uVar11;" type_identifier identifier ;) (declaration "uint uVar12;" type_identifier identifier ;) (declaration "char *pcVar13;" primitive_type (pointer_declarator "*pcVar13" * identifier) ;) (declaration "size_t __n;" primitive_type identifier ;) (declaration "pointer puVar14;" type_identifier identifier ;) (ERROR "anon_union_16_2_edb7204a_for_basic_string<char," (binary_expression "anon_union_16_2_edb7204a_for_basic_string<char" identifier < identifier) ,) (labeled_statement "_std::char_traits<char>,_std::allocator<char>_>_9\n *paVar15;" statement_identifier (ERROR "::char_traits<char>,_std:" : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) :) : (expression_statement "allocator<char>_>_9\n *paVar15;" (binary_expression "allocator<char>_>_9\n *paVar15" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (binary_expression "_9\n *paVar15" identifier * identifier)) ;)) (declaration "int iVar16;" primitive_type identifier ;) (declaration "uint *puVar17;" type_identifier (pointer_declarator "*puVar17" * identifier) ;) (declaration "char *pcVar18;" primitive_type (pointer_declarator "*pcVar18" * identifier) ;) (declaration "byte *pbVar19;" type_identifier (pointer_declarator "*pbVar19" * identifier) ;) (declaration "byte *pbVar20;" type_identifier (pointer_declarator "*pbVar20" * identifier) ;) (declaration "bool bVar21;" primitive_type identifier ;) (declaration "bool bVar22;" primitive_type identifier ;) (declaration "byte bVar23;" type_identifier identifier ;) (declaration "size_type __dnew;" type_identifier identifier ;) (ERROR "vector<unsigned_int," (binary_expression "vector<unsigned_int" identifier < identifier) ,) (labeled_statement "_std::allocator<unsigned_int>_> debug_info_sections;" statement_identifier : (ERROR ":" :) (expression_statement "allocator<unsigned_int>_> debug_info_sections;" (binary_expression "allocator<unsigned_int>_> debug_info_sections" (binary_expression "allocator<unsigned_int>_" (binary_expression "allocator<unsigned_int" identifier < identifier) > identifier) > identifier) ;)) (ERROR "vector<unsigned_int," (binary_expression "vector<unsigned_int" identifier < identifier) ,) (labeled_statement "_std::allocator<unsigned_int>_> debug_types_sections;" statement_identifier : (ERROR ":" :) (expression_statement "allocator<unsigned_int>_> debug_types_sections;" (binary_expression "allocator<unsigned_int>_> debug_types_sections" (binary_expression "allocator<unsigned_int>_" (binary_expression "allocator<unsigned_int" identifier < identifier) > identifier) > identifier) ;)) (declaration "uint i;" type_identifier identifier ;) (declaration "size_type local_30;" type_identifier identifier ;) (ERROR "anon_union_16_2_edb7204a_for_basic_string<char," (binary_expression "anon_union_16_2_edb7204a_for_basic_string<char" identifier < identifier) ,) (labeled_statement "_std::char_traits<char>,_std::allocator<char>_>_9\n local_2c;" statement_identifier (ERROR "::char_traits<char>,_std:" : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) :) : (expression_statement "allocator<char>_>_9\n local_2c;" (binary_expression "allocator<char>_>_9\n local_2c" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (ERROR "_9" identifier) identifier) ;)) (expression_statement "bVar23 = 0;" (assignment_expression "bVar23 = 0" identifier = number_literal) ;) (expression_statement "uVar12 = (this->super_Sized_relobj<64,_false>).super_Relobj.super_Object.shnum_;" (assignment_expression "uVar12 = (this->super_Sized_relobj<64,_false>).super_Relobj.super_Object.shnum_" identifier = (field_expression "(this->super_Sized_relobj<64,_false>).super_Relobj.super_Object.shnum_" (field_expression "(this->super_Sized_relobj<64,_false>).super_Relobj.super_Object" (field_expression "(this->super_Sized_relobj<64,_false>).super_Relobj" (parenthesized_expression "(this->super_Sized_relobj<64,_false>)" ( (comma_expression "this->super_Sized_relobj<64,_false" (binary_expression "this->super_Sized_relobj<64" (field_expression "this->super_Sized_relobj" identifier -> field_identifier) < number_literal) , identifier) (ERROR ">" >) )) . field_identifier) . field_identifier) . field_identifier)) ;) (expression_statement "this_00 = layout->incremental_inputs_;" (assignment_expression "this_00 = layout->incremental_inputs_" identifier = (field_expression "layout->incremental_inputs_" identifier -> field_identifier)) ;) (if_statement "if (this_00 == (Incremental_inputs *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/incremental.cc",0x7f9,"do_layout");\n }" if (parenthesized_expression "(this_00 == (Incremental_inputs *)0x0)" ( (binary_expression "this_00 == (Incremental_inputs *)0x0" identifier == (cast_expression "(Incremental_inputs *)0x0" ( (type_descriptor "Incremental_inputs *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/incremental.cc",0x7f9,"do_layout");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/incremental.cc",0x7f9,"do_layout");" (call_expression "do_gold_unreachable("../../gold/incremental.cc",0x7f9,"do_layout")" identifier (argument_list "("../../gold/incremental.cc",0x7f9,"do_layout")" ( (string_literal ""../../gold/incremental.cc"" " string_content ") , number_literal , (string_literal ""do_layout"" " string_content ") ))) ;) })) (expression_statement "ppOVar1 = (this->super_Sized_relobj<64,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>.\n _M_impl._M_finish;" (field_expression "ppOVar1 = (this->super_Sized_relobj<64,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>.\n _M_impl._M_finish" (field_expression "ppOVar1 = (this->super_Sized_relobj<64,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>.\n _M_impl" (binary_expression "ppOVar1 = (this->super_Sized_relobj<64,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_" (binary_expression "ppOVar1 = (this->super_Sized_relobj<64,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold" (binary_expression "ppOVar1 = (this->super_Sized_relobj<64,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std" (assignment_expression "ppOVar1 = (this->super_Sized_relobj<64,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold" identifier = (binary_expression "(this->super_Sized_relobj<64,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold" (field_expression "(this->super_Sized_relobj<64,_false>).super_Relobj.output_sections_.\n super__Vector_base" (field_expression "(this->super_Sized_relobj<64,_false>).super_Relobj.output_sections_" (field_expression "(this->super_Sized_relobj<64,_false>).super_Relobj" (parenthesized_expression "(this->super_Sized_relobj<64,_false>)" ( (comma_expression "this->super_Sized_relobj<64,_false" (binary_expression "this->super_Sized_relobj<64" (field_expression "this->super_Sized_relobj" identifier -> field_identifier) < number_literal) , identifier) (ERROR ">" >) )) . 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) ;) (expression_statement "ppOVar2 = (this->super_Sized_relobj<64,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>.\n _M_impl._M_start;" (field_expression "ppOVar2 = (this->super_Sized_relobj<64,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>.\n _M_impl._M_start" (field_expression "ppOVar2 = (this->super_Sized_relobj<64,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>.\n _M_impl" (binary_expression "ppOVar2 = (this->super_Sized_relobj<64,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_" (binary_expression "ppOVar2 = (this->super_Sized_relobj<64,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold" (binary_expression "ppOVar2 = (this->super_Sized_relobj<64,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std" (assignment_expression "ppOVar2 = (this->super_Sized_relobj<64,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold" identifier = (binary_expression "(this->super_Sized_relobj<64,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold" (field_expression "(this->super_Sized_relobj<64,_false>).super_Relobj.output_sections_.\n super__Vector_base" (field_expression "(this->super_Sized_relobj<64,_false>).super_Relobj.output_sections_" (field_expression "(this->super_Sized_relobj<64,_false>).super_Relobj" (parenthesized_expression "(this->super_Sized_relobj<64,_false>)" ( (comma_expression "this->super_Sized_relobj<64,_false" (binary_expression "this->super_Sized_relobj<64" (field_expression "this->super_Sized_relobj" identifier -> field_identifier) < number_literal) , identifier) (ERROR ">" >) )) . 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) ;) (expression_statement "uVar11 = (int)ppOVar1 - (int)ppOVar2 >> 2;" (assignment_expression "uVar11 = (int)ppOVar1 - (int)ppOVar2 >> 2" identifier = (binary_expression "(int)ppOVar1 - (int)ppOVar2 >> 2" (binary_expression "(int)ppOVar1 - (int)ppOVar2" (cast_expression "(int)ppOVar1" ( (type_descriptor "int" primitive_type) ) identifier) - (cast_expression "(int)ppOVar2" ( (type_descriptor "int" primitive_type) ) identifier)) >> number_literal)) ;) (if_statement "if (uVar11 < uVar12) {\n std::vector<gold::Output_section*,_std::allocator<gold::Output_section*>_>::_M_default_append\n (&(this->super_Sized_relobj<64,_false>).super_Relobj.output_sections_,uVar12 - uVar11)\n ;\n }\n else if ((uVar12 < uVar11) && (ppOVar2 = ppOVar2 + uVar12, ppOVar1 != ppOVar2)) {\n (this->super_Sized_relobj<64,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl.\n _M_finish = ppOVar2;\n }" if (parenthesized_expression "(uVar11 < uVar12)" ( (binary_expression "uVar11 < uVar12" identifier < identifier) )) (compound_statement "{\n std::vector<gold::Output_section*,_std::allocator<gold::Output_section*>_>::_M_default_append\n (&(this->super_Sized_relobj<64,_false>).super_Relobj.output_sections_,uVar12 - uVar11)\n ;\n }" { (ERROR "std::vector<gold::Output_section*,_std::allocator<gold::" (comma_expression "std::vector<gold::Output_section*,_std" identifier (ERROR "::vector<gold::Output_section*" : : (binary_expression "vector<gold" identifier < identifier) : : identifier *) , identifier) : : (binary_expression "allocator<gold" identifier < identifier) : :) (expression_statement "Output_section*>_>::_M_default_append\n (&(this->super_Sized_relobj<64,_false>).super_Relobj.output_sections_,uVar12 - uVar11)\n ;" (binary_expression "Output_section*>_>::_M_default_append\n (&(this->super_Sized_relobj<64,_false>).super_Relobj.output_sections_,uVar12 - uVar11)" (binary_expression "Output_section*>_" identifier * (ERROR ">" >) identifier) > (ERROR "::" : :) (call_expression "_M_default_append\n (&(this->super_Sized_relobj<64,_false>).super_Relobj.output_sections_,uVar12 - uVar11)" identifier (argument_list "(&(this->super_Sized_relobj<64,_false>).super_Relobj.output_sections_,uVar12 - uVar11)" ( (pointer_expression "&(this->super_Sized_relobj<64,_false>).super_Relobj.output_sections_" & (field_expression "(this->super_Sized_relobj<64,_false>).super_Relobj.output_sections_" (field_expression "(this->super_Sized_relobj<64,_false>).super_Relobj" (parenthesized_expression "(this->super_Sized_relobj<64,_false>)" ( (comma_expression "this->super_Sized_relobj<64,_false" (binary_expression "this->super_Sized_relobj<64" (field_expression "this->super_Sized_relobj" identifier -> field_identifier) < number_literal) , identifier) (ERROR ">" >) )) . field_identifier) . field_identifier)) , (binary_expression "uVar12 - uVar11" identifier - identifier) )))) ;) }) (else_clause "else if ((uVar12 < uVar11) && (ppOVar2 = ppOVar2 + uVar12, ppOVar1 != ppOVar2)) {\n (this->super_Sized_relobj<64,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl.\n _M_finish = ppOVar2;\n }" else (if_statement "if ((uVar12 < uVar11) && (ppOVar2 = ppOVar2 + uVar12, ppOVar1 != ppOVar2)) {\n (this->super_Sized_relobj<64,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl.\n _M_finish = ppOVar2;\n }" if (parenthesized_expression "((uVar12 < uVar11) && (ppOVar2 = ppOVar2 + uVar12, ppOVar1 != ppOVar2))" ( (binary_expression "(uVar12 < uVar11) && (ppOVar2 = ppOVar2 + uVar12, ppOVar1 != ppOVar2)" (parenthesized_expression "(uVar12 < uVar11)" ( (binary_expression "uVar12 < uVar11" identifier < identifier) )) && (parenthesized_expression "(ppOVar2 = ppOVar2 + uVar12, ppOVar1 != ppOVar2)" ( (comma_expression "ppOVar2 = ppOVar2 + uVar12, ppOVar1 != ppOVar2" (assignment_expression "ppOVar2 = ppOVar2 + uVar12" identifier = (binary_expression "ppOVar2 + uVar12" identifier + identifier)) , (binary_expression "ppOVar1 != ppOVar2" identifier != identifier)) ))) )) (compound_statement "{\n (this->super_Sized_relobj<64,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl.\n _M_finish = ppOVar2;\n }" { (expression_statement "(this->super_Sized_relobj<64,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl.\n _M_finish = ppOVar2;" (assignment_expression "(this->super_Sized_relobj<64,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl.\n _M_finish = ppOVar2" (field_expression "(this->super_Sized_relobj<64,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl.\n _M_finish" (field_expression "(this->super_Sized_relobj<64,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl" (binary_expression "(this->super_Sized_relobj<64,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_" (binary_expression "(this->super_Sized_relobj<64,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold" (binary_expression "(this->super_Sized_relobj<64,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std" (binary_expression "(this->super_Sized_relobj<64,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold" (field_expression "(this->super_Sized_relobj<64,_false>).super_Relobj.output_sections_.\n super__Vector_base" (field_expression "(this->super_Sized_relobj<64,_false>).super_Relobj.output_sections_" (field_expression "(this->super_Sized_relobj<64,_false>).super_Relobj" (parenthesized_expression "(this->super_Sized_relobj<64,_false>)" ( (comma_expression "this->super_Sized_relobj<64,_false" (binary_expression "this->super_Sized_relobj<64" (field_expression "this->super_Sized_relobj" identifier -> field_identifier) < number_literal) , identifier) (ERROR ">" >) )) . 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) = identifier) ;) })))) (expression_statement "puVar3 = (this->super_Sized_relobj<64,_false>).section_offsets_.\n super__Vector_base<long_long_unsigned_int,_std::allocator<long_long_unsigned_int>_>.\n _M_impl._M_finish;\n puVar4 = (this->super_Sized_relobj<64,_false>).section_offsets_.\n super__Vector_base<long_long_unsigned_int,_std::allocator<long_long_unsigned_int>_>.\n _M_impl._M_start;\n uVar11 = (int)puVar3 - (int)puVar4 >> 3;" (assignment_expression "puVar3 = (this->super_Sized_relobj<64,_false>).section_offsets_.\n super__Vector_base<long_long_unsigned_int,_std::allocator<long_long_unsigned_int>_>.\n _M_impl._M_finish;\n puVar4 = (this->super_Sized_relobj<64,_false>).section_offsets_.\n super__Vector_base<long_long_unsigned_int,_std::allocator<long_long_unsigned_int>_>.\n _M_impl._M_start;\n uVar11 = (int)puVar3 - (int)puVar4 >> 3" identifier = (parenthesized_expression "(this->super_Sized_relobj<64,_false>).section_offsets_.\n super__Vector_base<long_long_unsigned_int,_std::allocator<long_long_unsigned_int>_>.\n _M_impl._M_finish;\n puVar4 = (this->super_Sized_relobj<64,_false>).section_offsets_.\n super__Vector_base<long_long_unsigned_int,_std::allocator<long_long_unsigned_int>_>.\n _M_impl._M_start;\n uVar11 = (int)puVar3 - (int)puVar4 >> 3" ( (ERROR "this->super_Sized_relobj<64,_false>).section_offsets_.\n super__Vector_base<long_long_unsigned_int,_std::allocator<long_long_unsigned_int>_>.\n _M_impl._M_finish;\n puVar4 = (this->super_Sized_relobj<64,_false>).section_offsets_.\n super__Vector_base<long_long_unsigned_int,_std::allocator<long_long_unsigned_int>_>.\n _M_impl._M_start;" (comma_expression "this->super_Sized_relobj<64,_false>).section_offsets_.\n super__Vector_base<long_long_unsigned_int,_std" (binary_expression "this->super_Sized_relobj<64" (field_expression "this->super_Sized_relobj" identifier -> field_identifier) < number_literal) , (comma_expression "_false>).section_offsets_.\n super__Vector_base<long_long_unsigned_int,_std" (binary_expression "_false>).section_offsets_.\n super__Vector_base<long_long_unsigned_int" (field_expression "_false>).section_offsets_.\n super__Vector_base" (field_expression "_false>).section_offsets_" identifier (ERROR ">)" > )) . field_identifier) . field_identifier) < identifier) , identifier)) : : (field_expression "allocator<long_long_unsigned_int>_>.\n _M_impl._M_finish" (field_expression "allocator<long_long_unsigned_int>_>.\n _M_impl" (binary_expression "allocator<long_long_unsigned_int>_" (binary_expression "allocator<long_long_unsigned_int" identifier < identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) ; (comma_expression "puVar4 = (this->super_Sized_relobj<64,_false>).section_offsets_.\n super__Vector_base<long_long_unsigned_int,_std" (assignment_expression "puVar4 = (this->super_Sized_relobj<64,_false>).section_offsets_.\n super__Vector_base<long_long_unsigned_int" identifier = (binary_expression "(this->super_Sized_relobj<64,_false>).section_offsets_.\n super__Vector_base<long_long_unsigned_int" (field_expression "(this->super_Sized_relobj<64,_false>).section_offsets_.\n super__Vector_base" (field_expression "(this->super_Sized_relobj<64,_false>).section_offsets_" (parenthesized_expression "(this->super_Sized_relobj<64,_false>)" ( (comma_expression "this->super_Sized_relobj<64,_false" (binary_expression "this->super_Sized_relobj<64" (field_expression "this->super_Sized_relobj" identifier -> field_identifier) < number_literal) , identifier) (ERROR ">" >) )) . field_identifier) . field_identifier) < identifier)) , identifier) : : (field_expression "allocator<long_long_unsigned_int>_>.\n _M_impl._M_start" (field_expression "allocator<long_long_unsigned_int>_>.\n _M_impl" (binary_expression "allocator<long_long_unsigned_int>_" (binary_expression "allocator<long_long_unsigned_int" identifier < identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) ;) (assignment_expression "uVar11 = (int)puVar3 - (int)puVar4 >> 3" identifier = (binary_expression "(int)puVar3 - (int)puVar4 >> 3" (binary_expression "(int)puVar3 - (int)puVar4" (cast_expression "(int)puVar3" ( (type_descriptor "int" primitive_type) ) identifier) - (cast_expression "(int)puVar4" ( (type_descriptor "int" primitive_type) ) identifier)) >> number_literal)) ))) ;) (if_statement "if (uVar11 < uVar12) {\n std::vector<long_long_unsigned_int,_std::allocator<long_long_unsigned_int>_>::_M_default_append\n (&(this->super_Sized_relobj<64,_false>).section_offsets_,uVar12 - uVar11);\n }\n else if ((uVar12 < uVar11) && (puVar4 = puVar4 + uVar12, puVar3 != puVar4)) {\n (this->super_Sized_relobj<64,_false>).section_offsets_.\n super__Vector_base<long_long_unsigned_int,_std::allocator<long_long_unsigned_int>_>._M_impl.\n _M_finish = puVar4;\n }" if (parenthesized_expression "(uVar11 < uVar12)" ( (binary_expression "uVar11 < uVar12" identifier < identifier) )) (compound_statement "{\n std::vector<long_long_unsigned_int,_std::allocator<long_long_unsigned_int>_>::_M_default_append\n (&(this->super_Sized_relobj<64,_false>).section_offsets_,uVar12 - uVar11);\n }" { (labeled_statement "std::vector<long_long_unsigned_int,_std::allocator<long_long_unsigned_int>_>::_M_default_append\n (&(this->super_Sized_relobj<64,_false>).section_offsets_,uVar12 - uVar11);" statement_identifier (ERROR "::vector<long_long_unsigned_int,_std::allocator<long_long_unsigned_int>_>:" : : (comma_expression "vector<long_long_unsigned_int,_std" (binary_expression "vector<long_long_unsigned_int" identifier < identifier) , identifier) : : (binary_expression "allocator<long_long_unsigned_int>_" (binary_expression "allocator<long_long_unsigned_int" identifier < identifier) > identifier) > :) : (expression_statement "_M_default_append\n (&(this->super_Sized_relobj<64,_false>).section_offsets_,uVar12 - uVar11);" (call_expression "_M_default_append\n (&(this->super_Sized_relobj<64,_false>).section_offsets_,uVar12 - uVar11)" identifier (argument_list "(&(this->super_Sized_relobj<64,_false>).section_offsets_,uVar12 - uVar11)" ( (pointer_expression "&(this->super_Sized_relobj<64,_false>).section_offsets_" & (field_expression "(this->super_Sized_relobj<64,_false>).section_offsets_" (parenthesized_expression "(this->super_Sized_relobj<64,_false>)" ( (comma_expression "this->super_Sized_relobj<64,_false" (binary_expression "this->super_Sized_relobj<64" (field_expression "this->super_Sized_relobj" identifier -> field_identifier) < number_literal) , identifier) (ERROR ">" >) )) . field_identifier)) , (binary_expression "uVar12 - uVar11" identifier - identifier) ))) ;)) }) (else_clause "else if ((uVar12 < uVar11) && (puVar4 = puVar4 + uVar12, puVar3 != puVar4)) {\n (this->super_Sized_relobj<64,_false>).section_offsets_.\n super__Vector_base<long_long_unsigned_int,_std::allocator<long_long_unsigned_int>_>._M_impl.\n _M_finish = puVar4;\n }" else (if_statement "if ((uVar12 < uVar11) && (puVar4 = puVar4 + uVar12, puVar3 != puVar4)) {\n (this->super_Sized_relobj<64,_false>).section_offsets_.\n super__Vector_base<long_long_unsigned_int,_std::allocator<long_long_unsigned_int>_>._M_impl.\n _M_finish = puVar4;\n }" if (parenthesized_expression "((uVar12 < uVar11) && (puVar4 = puVar4 + uVar12, puVar3 != puVar4))" ( (binary_expression "(uVar12 < uVar11) && (puVar4 = puVar4 + uVar12, puVar3 != puVar4)" (parenthesized_expression "(uVar12 < uVar11)" ( (binary_expression "uVar12 < uVar11" identifier < identifier) )) && (parenthesized_expression "(puVar4 = puVar4 + uVar12, puVar3 != puVar4)" ( (comma_expression "puVar4 = puVar4 + uVar12, puVar3 != puVar4" (assignment_expression "puVar4 = puVar4 + uVar12" identifier = (binary_expression "puVar4 + uVar12" identifier + identifier)) , (binary_expression "puVar3 != puVar4" identifier != identifier)) ))) )) (compound_statement "{\n (this->super_Sized_relobj<64,_false>).section_offsets_.\n super__Vector_base<long_long_unsigned_int,_std::allocator<long_long_unsigned_int>_>._M_impl.\n _M_finish = puVar4;\n }" { (ERROR "(this->super_Sized_relobj<64,_false>).section_offsets_.\n super__Vector_base<long_long_unsigned_int,_std::" (comma_expression "(this->super_Sized_relobj<64,_false>).section_offsets_.\n super__Vector_base<long_long_unsigned_int,_std" (binary_expression "(this->super_Sized_relobj<64,_false>).section_offsets_.\n super__Vector_base<long_long_unsigned_int" (field_expression "(this->super_Sized_relobj<64,_false>).section_offsets_.\n super__Vector_base" (field_expression "(this->super_Sized_relobj<64,_false>).section_offsets_" (parenthesized_expression "(this->super_Sized_relobj<64,_false>)" ( (comma_expression "this->super_Sized_relobj<64,_false" (binary_expression "this->super_Sized_relobj<64" (field_expression "this->super_Sized_relobj" identifier -> field_identifier) < number_literal) , identifier) (ERROR ">" >) )) . field_identifier) . field_identifier) < identifier) , identifier) : :) (expression_statement "allocator<long_long_unsigned_int>_>._M_impl.\n _M_finish = puVar4;" (assignment_expression "allocator<long_long_unsigned_int>_>._M_impl.\n _M_finish = puVar4" (field_expression "allocator<long_long_unsigned_int>_>._M_impl.\n _M_finish" (field_expression "allocator<long_long_unsigned_int>_>._M_impl" (binary_expression "allocator<long_long_unsigned_int>_" (binary_expression "allocator<long_long_unsigned_int" identifier < identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) = identifier) ;) })))) (ERROR "debug_info_sections.super__Vector_base<unsigned_int," (binary_expression "debug_info_sections.super__Vector_base<unsigned_int" (field_expression "debug_info_sections.super__Vector_base" identifier . field_identifier) < identifier) ,) (labeled_statement "_std::allocator<unsigned_int>_>._M_impl.\n _M_start = (pointer)0x0;" statement_identifier : (ERROR ":" :) (expression_statement "allocator<unsigned_int>_>._M_impl.\n _M_start = (pointer)0x0;" (assignment_expression "allocator<unsigned_int>_>._M_impl.\n _M_start = (pointer)0x0" (field_expression "allocator<unsigned_int>_>._M_impl.\n _M_start" (field_expression "allocator<unsigned_int>_>._M_impl" (binary_expression "allocator<unsigned_int>_" (binary_expression "allocator<unsigned_int" identifier < identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) = (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal)) ;)) (ERROR "debug_info_sections.super__Vector_base<unsigned_int," (binary_expression "debug_info_sections.super__Vector_base<unsigned_int" (field_expression "debug_info_sections.super__Vector_base" identifier . field_identifier) < identifier) ,) (labeled_statement "_std::allocator<unsigned_int>_>._M_impl.\n _M_finish = (pointer)0x0;" statement_identifier : (ERROR ":" :) (expression_statement "allocator<unsigned_int>_>._M_impl.\n _M_finish = (pointer)0x0;" (assignment_expression "allocator<unsigned_int>_>._M_impl.\n _M_finish = (pointer)0x0" (field_expression "allocator<unsigned_int>_>._M_impl.\n _M_finish" (field_expression "allocator<unsigned_int>_>._M_impl" (binary_expression "allocator<unsigned_int>_" (binary_expression "allocator<unsigned_int" identifier < identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) = (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal)) ;)) (ERROR "debug_info_sections.super__Vector_base<unsigned_int," (binary_expression "debug_info_sections.super__Vector_base<unsigned_int" (field_expression "debug_info_sections.super__Vector_base" identifier . field_identifier) < identifier) ,) (labeled_statement "_std::allocator<unsigned_int>_>._M_impl.\n _M_end_of_storage = (pointer)0x0;" statement_identifier : (ERROR ":" :) (expression_statement "allocator<unsigned_int>_>._M_impl.\n _M_end_of_storage = (pointer)0x0;" (assignment_expression "allocator<unsigned_int>_>._M_impl.\n _M_end_of_storage = (pointer)0x0" (field_expression "allocator<unsigned_int>_>._M_impl.\n _M_end_of_storage" (field_expression "allocator<unsigned_int>_>._M_impl" (binary_expression "allocator<unsigned_int>_" (binary_expression "allocator<unsigned_int" identifier < identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) = (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal)) ;)) (ERROR "debug_types_sections.super__Vector_base<unsigned_int," (binary_expression "debug_types_sections.super__Vector_base<unsigned_int" (field_expression "debug_types_sections.super__Vector_base" identifier . field_identifier) < identifier) ,) (labeled_statement "_std::allocator<unsigned_int>_>._M_impl.\n _M_start = (pointer)0x0;" statement_identifier : (ERROR ":" :) (expression_statement "allocator<unsigned_int>_>._M_impl.\n _M_start = (pointer)0x0;" (assignment_expression "allocator<unsigned_int>_>._M_impl.\n _M_start = (pointer)0x0" (field_expression "allocator<unsigned_int>_>._M_impl.\n _M_start" (field_expression "allocator<unsigned_int>_>._M_impl" (binary_expression "allocator<unsigned_int>_" (binary_expression "allocator<unsigned_int" identifier < identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) = (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal)) ;)) (ERROR "debug_types_sections.super__Vector_base<unsigned_int," (binary_expression "debug_types_sections.super__Vector_base<unsigned_int" (field_expression "debug_types_sections.super__Vector_base" identifier . field_identifier) < identifier) ,) (labeled_statement "_std::allocator<unsigned_int>_>._M_impl.\n _M_finish = (pointer)0x0;" statement_identifier : (ERROR ":" :) (expression_statement "allocator<unsigned_int>_>._M_impl.\n _M_finish = (pointer)0x0;" (assignment_expression "allocator<unsigned_int>_>._M_impl.\n _M_finish = (pointer)0x0" (field_expression "allocator<unsigned_int>_>._M_impl.\n _M_finish" (field_expression "allocator<unsigned_int>_>._M_impl" (binary_expression "allocator<unsigned_int>_" (binary_expression "allocator<unsigned_int" identifier < identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) = (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal)) ;)) (ERROR "debug_types_sections.super__Vector_base<unsigned_int," (binary_expression "debug_types_sections.super__Vector_base<unsigned_int" (field_expression "debug_types_sections.super__Vector_base" identifier . field_identifier) < identifier) ,) (labeled_statement "_std::allocator<unsigned_int>_>._M_impl.\n _M_end_of_storage = (pointer)0x0;" statement_identifier : (ERROR ":" :) (expression_statement "allocator<unsigned_int>_>._M_impl.\n _M_end_of_storage = (pointer)0x0;" (assignment_expression "allocator<unsigned_int>_>._M_impl.\n _M_end_of_storage = (pointer)0x0" (field_expression "allocator<unsigned_int>_>._M_impl.\n _M_end_of_storage" (field_expression "allocator<unsigned_int>_>._M_impl" (binary_expression "allocator<unsigned_int>_" (binary_expression "allocator<unsigned_int" identifier < identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) = (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal)) ;)) (expression_statement "i = 1;" (assignment_expression "i = 1" identifier = number_literal) ;) (if_statement "if (1 < uVar12) {\n do {\n while( true ) {\n pIVar8 = (this->input_reader_).inputs_;\n puVar17 = (uint *)(pIVar8->p_ + (this->input_reader_).info_offset_ + 0x20 + (i * 3 + -3) * 8\n );\n pcVar18 = (char *)0x0;\n if (*puVar17 < (pIVar8->strtab_).usable_size_) {\n pcVar18 = (pIVar8->strtab_).base_ + *puVar17;\n }\n uVar11 = puVar17[1];\n uVar6 = puVar17[2];\n uVar7 = puVar17[3];\n /* try { // try from 0026195e to 00261a6f has its CatchHandler @ 00261dcb */\n Incremental_inputs::report_input_section\n (this_00,(Object *)this,i,pcVar18,*(off_t *)(puVar17 + 4));\n if ((uVar11 != 0) && ((uVar6 & uVar7) != 0xffffffff)) break;\nLAB_00261971:\n i = i + 1;\n if (uVar12 <= i) goto LAB_0026197c;\n }\n pOVar5 = (this->ibase_->section_map_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>.\n _M_impl._M_start[uVar11];\n if (pOVar5 == (Output_section *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/incremental.cc",0x80c,"do_layout");\n }\n (this->super_Sized_relobj<64,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl.\n _M_start[i] = pOVar5;\n puVar4 = (this->super_Sized_relobj<64,_false>).section_offsets_.\n super__Vector_base<long_long_unsigned_int,_std::allocator<long_long_unsigned_int>_>.\n _M_impl._M_start;\n *(uint *)((int)puVar4 + i * 8 + 4) = uVar7;\n *(uint *)(puVar4 + i) = uVar6;\n if (parameters->options_ == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n bVar10 = false;\n bVar22 = (parameters->options_->gdb_index_).value == false;\n if (!bVar22) {\n iVar16 = 0xc;\n pbVar19 = (byte *)pOVar5->name_;\n pbVar20 = (byte *)".debug_info";\n do {\n if (iVar16 == 0) break;\n iVar16 = iVar16 + -1;\n bVar10 = *pbVar19 < *pbVar20;\n bVar22 = *pbVar19 == *pbVar20;\n pbVar19 = pbVar19 + (uint)bVar23 * -2 + 1;\n pbVar20 = pbVar20 + (uint)bVar23 * -2 + 1;\n } while (bVar22);\n bVar21 = false;\n bVar10 = (!bVar10 && !bVar22) == bVar10;\n if (bVar10) {\n if (debug_info_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_finish ==\n debug_info_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_end_of_storage) {\n std::vector<unsigned_int,_std::allocator<unsigned_int>_>::\n _M_realloc_insert<unsigned_int_const&>\n (&debug_info_sections,\n (iterator)\n debug_info_sections.\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl.\n _M_finish,&i);\n goto LAB_00261971;\n }\n *debug_info_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_finish = i;\n debug_info_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_finish =\n debug_info_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_finish + 1;\n }\n else {\n iVar16 = 0xd;\n pbVar19 = (byte *)pOVar5->name_;\n pbVar20 = (byte *)".debug_types";\n do {\n if (iVar16 == 0) break;\n iVar16 = iVar16 + -1;\n bVar21 = *pbVar19 < *pbVar20;\n bVar10 = *pbVar19 == *pbVar20;\n pbVar19 = pbVar19 + (uint)bVar23 * -2 + 1;\n pbVar20 = pbVar20 + (uint)bVar23 * -2 + 1;\n } while (bVar10);\n if ((!bVar21 && !bVar10) == bVar21) {\n if (debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>\n ._M_impl._M_finish ==\n debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>\n ._M_impl._M_end_of_storage) {\n /* try { // try from 00261d29 to 00261da2 has its CatchHandler @ 00261dcb */\n std::vector<unsigned_int,_std::allocator<unsigned_int>_>::\n _M_realloc_insert<unsigned_int_const&>\n (&debug_types_sections,\n (iterator)\n debug_types_sections.\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl.\n _M_finish,&i);\n goto LAB_00261971;\n }\n *debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_finish = i;\n debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_finish =\n debug_types_sections.\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl._M_finish +\n 1;\n }\n }\n }\n i = i + 1;\n } while (i < uVar12);\n }" if (parenthesized_expression "(1 < uVar12)" ( (binary_expression "1 < uVar12" number_literal < identifier) )) (compound_statement "{\n do {\n while( true ) {\n pIVar8 = (this->input_reader_).inputs_;\n puVar17 = (uint *)(pIVar8->p_ + (this->input_reader_).info_offset_ + 0x20 + (i * 3 + -3) * 8\n );\n pcVar18 = (char *)0x0;\n if (*puVar17 < (pIVar8->strtab_).usable_size_) {\n pcVar18 = (pIVar8->strtab_).base_ + *puVar17;\n }\n uVar11 = puVar17[1];\n uVar6 = puVar17[2];\n uVar7 = puVar17[3];\n /* try { // try from 0026195e to 00261a6f has its CatchHandler @ 00261dcb */\n Incremental_inputs::report_input_section\n (this_00,(Object *)this,i,pcVar18,*(off_t *)(puVar17 + 4));\n if ((uVar11 != 0) && ((uVar6 & uVar7) != 0xffffffff)) break;\nLAB_00261971:\n i = i + 1;\n if (uVar12 <= i) goto LAB_0026197c;\n }\n pOVar5 = (this->ibase_->section_map_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>.\n _M_impl._M_start[uVar11];\n if (pOVar5 == (Output_section *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/incremental.cc",0x80c,"do_layout");\n }\n (this->super_Sized_relobj<64,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl.\n _M_start[i] = pOVar5;\n puVar4 = (this->super_Sized_relobj<64,_false>).section_offsets_.\n super__Vector_base<long_long_unsigned_int,_std::allocator<long_long_unsigned_int>_>.\n _M_impl._M_start;\n *(uint *)((int)puVar4 + i * 8 + 4) = uVar7;\n *(uint *)(puVar4 + i) = uVar6;\n if (parameters->options_ == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n bVar10 = false;\n bVar22 = (parameters->options_->gdb_index_).value == false;\n if (!bVar22) {\n iVar16 = 0xc;\n pbVar19 = (byte *)pOVar5->name_;\n pbVar20 = (byte *)".debug_info";\n do {\n if (iVar16 == 0) break;\n iVar16 = iVar16 + -1;\n bVar10 = *pbVar19 < *pbVar20;\n bVar22 = *pbVar19 == *pbVar20;\n pbVar19 = pbVar19 + (uint)bVar23 * -2 + 1;\n pbVar20 = pbVar20 + (uint)bVar23 * -2 + 1;\n } while (bVar22);\n bVar21 = false;\n bVar10 = (!bVar10 && !bVar22) == bVar10;\n if (bVar10) {\n if (debug_info_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_finish ==\n debug_info_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_end_of_storage) {\n std::vector<unsigned_int,_std::allocator<unsigned_int>_>::\n _M_realloc_insert<unsigned_int_const&>\n (&debug_info_sections,\n (iterator)\n debug_info_sections.\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl.\n _M_finish,&i);\n goto LAB_00261971;\n }\n *debug_info_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_finish = i;\n debug_info_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_finish =\n debug_info_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_finish + 1;\n }\n else {\n iVar16 = 0xd;\n pbVar19 = (byte *)pOVar5->name_;\n pbVar20 = (byte *)".debug_types";\n do {\n if (iVar16 == 0) break;\n iVar16 = iVar16 + -1;\n bVar21 = *pbVar19 < *pbVar20;\n bVar10 = *pbVar19 == *pbVar20;\n pbVar19 = pbVar19 + (uint)bVar23 * -2 + 1;\n pbVar20 = pbVar20 + (uint)bVar23 * -2 + 1;\n } while (bVar10);\n if ((!bVar21 && !bVar10) == bVar21) {\n if (debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>\n ._M_impl._M_finish ==\n debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>\n ._M_impl._M_end_of_storage) {\n /* try { // try from 00261d29 to 00261da2 has its CatchHandler @ 00261dcb */\n std::vector<unsigned_int,_std::allocator<unsigned_int>_>::\n _M_realloc_insert<unsigned_int_const&>\n (&debug_types_sections,\n (iterator)\n debug_types_sections.\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl.\n _M_finish,&i);\n goto LAB_00261971;\n }\n *debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_finish = i;\n debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_finish =\n debug_types_sections.\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl._M_finish +\n 1;\n }\n }\n }\n i = i + 1;\n } while (i < uVar12);\n }" { (do_statement "do {\n while( true ) {\n pIVar8 = (this->input_reader_).inputs_;\n puVar17 = (uint *)(pIVar8->p_ + (this->input_reader_).info_offset_ + 0x20 + (i * 3 + -3) * 8\n );\n pcVar18 = (char *)0x0;\n if (*puVar17 < (pIVar8->strtab_).usable_size_) {\n pcVar18 = (pIVar8->strtab_).base_ + *puVar17;\n }\n uVar11 = puVar17[1];\n uVar6 = puVar17[2];\n uVar7 = puVar17[3];\n /* try { // try from 0026195e to 00261a6f has its CatchHandler @ 00261dcb */\n Incremental_inputs::report_input_section\n (this_00,(Object *)this,i,pcVar18,*(off_t *)(puVar17 + 4));\n if ((uVar11 != 0) && ((uVar6 & uVar7) != 0xffffffff)) break;\nLAB_00261971:\n i = i + 1;\n if (uVar12 <= i) goto LAB_0026197c;\n }\n pOVar5 = (this->ibase_->section_map_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>.\n _M_impl._M_start[uVar11];\n if (pOVar5 == (Output_section *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/incremental.cc",0x80c,"do_layout");\n }\n (this->super_Sized_relobj<64,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl.\n _M_start[i] = pOVar5;\n puVar4 = (this->super_Sized_relobj<64,_false>).section_offsets_.\n super__Vector_base<long_long_unsigned_int,_std::allocator<long_long_unsigned_int>_>.\n _M_impl._M_start;\n *(uint *)((int)puVar4 + i * 8 + 4) = uVar7;\n *(uint *)(puVar4 + i) = uVar6;\n if (parameters->options_ == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n bVar10 = false;\n bVar22 = (parameters->options_->gdb_index_).value == false;\n if (!bVar22) {\n iVar16 = 0xc;\n pbVar19 = (byte *)pOVar5->name_;\n pbVar20 = (byte *)".debug_info";\n do {\n if (iVar16 == 0) break;\n iVar16 = iVar16 + -1;\n bVar10 = *pbVar19 < *pbVar20;\n bVar22 = *pbVar19 == *pbVar20;\n pbVar19 = pbVar19 + (uint)bVar23 * -2 + 1;\n pbVar20 = pbVar20 + (uint)bVar23 * -2 + 1;\n } while (bVar22);\n bVar21 = false;\n bVar10 = (!bVar10 && !bVar22) == bVar10;\n if (bVar10) {\n if (debug_info_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_finish ==\n debug_info_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_end_of_storage) {\n std::vector<unsigned_int,_std::allocator<unsigned_int>_>::\n _M_realloc_insert<unsigned_int_const&>\n (&debug_info_sections,\n (iterator)\n debug_info_sections.\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl.\n _M_finish,&i);\n goto LAB_00261971;\n }\n *debug_info_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_finish = i;\n debug_info_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_finish =\n debug_info_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_finish + 1;\n }\n else {\n iVar16 = 0xd;\n pbVar19 = (byte *)pOVar5->name_;\n pbVar20 = (byte *)".debug_types";\n do {\n if (iVar16 == 0) break;\n iVar16 = iVar16 + -1;\n bVar21 = *pbVar19 < *pbVar20;\n bVar10 = *pbVar19 == *pbVar20;\n pbVar19 = pbVar19 + (uint)bVar23 * -2 + 1;\n pbVar20 = pbVar20 + (uint)bVar23 * -2 + 1;\n } while (bVar10);\n if ((!bVar21 && !bVar10) == bVar21) {\n if (debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>\n ._M_impl._M_finish ==\n debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>\n ._M_impl._M_end_of_storage) {\n /* try { // try from 00261d29 to 00261da2 has its CatchHandler @ 00261dcb */\n std::vector<unsigned_int,_std::allocator<unsigned_int>_>::\n _M_realloc_insert<unsigned_int_const&>\n (&debug_types_sections,\n (iterator)\n debug_types_sections.\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl.\n _M_finish,&i);\n goto LAB_00261971;\n }\n *debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_finish = i;\n debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_finish =\n debug_types_sections.\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl._M_finish +\n 1;\n }\n }\n }\n i = i + 1;\n } while (i < uVar12);" do (compound_statement "{\n while( true ) {\n pIVar8 = (this->input_reader_).inputs_;\n puVar17 = (uint *)(pIVar8->p_ + (this->input_reader_).info_offset_ + 0x20 + (i * 3 + -3) * 8\n );\n pcVar18 = (char *)0x0;\n if (*puVar17 < (pIVar8->strtab_).usable_size_) {\n pcVar18 = (pIVar8->strtab_).base_ + *puVar17;\n }\n uVar11 = puVar17[1];\n uVar6 = puVar17[2];\n uVar7 = puVar17[3];\n /* try { // try from 0026195e to 00261a6f has its CatchHandler @ 00261dcb */\n Incremental_inputs::report_input_section\n (this_00,(Object *)this,i,pcVar18,*(off_t *)(puVar17 + 4));\n if ((uVar11 != 0) && ((uVar6 & uVar7) != 0xffffffff)) break;\nLAB_00261971:\n i = i + 1;\n if (uVar12 <= i) goto LAB_0026197c;\n }\n pOVar5 = (this->ibase_->section_map_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>.\n _M_impl._M_start[uVar11];\n if (pOVar5 == (Output_section *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/incremental.cc",0x80c,"do_layout");\n }\n (this->super_Sized_relobj<64,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl.\n _M_start[i] = pOVar5;\n puVar4 = (this->super_Sized_relobj<64,_false>).section_offsets_.\n super__Vector_base<long_long_unsigned_int,_std::allocator<long_long_unsigned_int>_>.\n _M_impl._M_start;\n *(uint *)((int)puVar4 + i * 8 + 4) = uVar7;\n *(uint *)(puVar4 + i) = uVar6;\n if (parameters->options_ == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n bVar10 = false;\n bVar22 = (parameters->options_->gdb_index_).value == false;\n if (!bVar22) {\n iVar16 = 0xc;\n pbVar19 = (byte *)pOVar5->name_;\n pbVar20 = (byte *)".debug_info";\n do {\n if (iVar16 == 0) break;\n iVar16 = iVar16 + -1;\n bVar10 = *pbVar19 < *pbVar20;\n bVar22 = *pbVar19 == *pbVar20;\n pbVar19 = pbVar19 + (uint)bVar23 * -2 + 1;\n pbVar20 = pbVar20 + (uint)bVar23 * -2 + 1;\n } while (bVar22);\n bVar21 = false;\n bVar10 = (!bVar10 && !bVar22) == bVar10;\n if (bVar10) {\n if (debug_info_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_finish ==\n debug_info_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_end_of_storage) {\n std::vector<unsigned_int,_std::allocator<unsigned_int>_>::\n _M_realloc_insert<unsigned_int_const&>\n (&debug_info_sections,\n (iterator)\n debug_info_sections.\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl.\n _M_finish,&i);\n goto LAB_00261971;\n }\n *debug_info_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_finish = i;\n debug_info_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_finish =\n debug_info_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_finish + 1;\n }\n else {\n iVar16 = 0xd;\n pbVar19 = (byte *)pOVar5->name_;\n pbVar20 = (byte *)".debug_types";\n do {\n if (iVar16 == 0) break;\n iVar16 = iVar16 + -1;\n bVar21 = *pbVar19 < *pbVar20;\n bVar10 = *pbVar19 == *pbVar20;\n pbVar19 = pbVar19 + (uint)bVar23 * -2 + 1;\n pbVar20 = pbVar20 + (uint)bVar23 * -2 + 1;\n } while (bVar10);\n if ((!bVar21 && !bVar10) == bVar21) {\n if (debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>\n ._M_impl._M_finish ==\n debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>\n ._M_impl._M_end_of_storage) {\n /* try { // try from 00261d29 to 00261da2 has its CatchHandler @ 00261dcb */\n std::vector<unsigned_int,_std::allocator<unsigned_int>_>::\n _M_realloc_insert<unsigned_int_const&>\n (&debug_types_sections,\n (iterator)\n debug_types_sections.\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl.\n _M_finish,&i);\n goto LAB_00261971;\n }\n *debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_finish = i;\n debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_finish =\n debug_types_sections.\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl._M_finish +\n 1;\n }\n }\n }\n i = i + 1;\n }" { (while_statement "while( true ) {\n pIVar8 = (this->input_reader_).inputs_;\n puVar17 = (uint *)(pIVar8->p_ + (this->input_reader_).info_offset_ + 0x20 + (i * 3 + -3) * 8\n );\n pcVar18 = (char *)0x0;\n if (*puVar17 < (pIVar8->strtab_).usable_size_) {\n pcVar18 = (pIVar8->strtab_).base_ + *puVar17;\n }\n uVar11 = puVar17[1];\n uVar6 = puVar17[2];\n uVar7 = puVar17[3];\n /* try { // try from 0026195e to 00261a6f has its CatchHandler @ 00261dcb */\n Incremental_inputs::report_input_section\n (this_00,(Object *)this,i,pcVar18,*(off_t *)(puVar17 + 4));\n if ((uVar11 != 0) && ((uVar6 & uVar7) != 0xffffffff)) break;\nLAB_00261971:\n i = i + 1;\n if (uVar12 <= i) goto LAB_0026197c;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n pIVar8 = (this->input_reader_).inputs_;\n puVar17 = (uint *)(pIVar8->p_ + (this->input_reader_).info_offset_ + 0x20 + (i * 3 + -3) * 8\n );\n pcVar18 = (char *)0x0;\n if (*puVar17 < (pIVar8->strtab_).usable_size_) {\n pcVar18 = (pIVar8->strtab_).base_ + *puVar17;\n }\n uVar11 = puVar17[1];\n uVar6 = puVar17[2];\n uVar7 = puVar17[3];\n /* try { // try from 0026195e to 00261a6f has its CatchHandler @ 00261dcb */\n Incremental_inputs::report_input_section\n (this_00,(Object *)this,i,pcVar18,*(off_t *)(puVar17 + 4));\n if ((uVar11 != 0) && ((uVar6 & uVar7) != 0xffffffff)) break;\nLAB_00261971:\n i = i + 1;\n if (uVar12 <= i) goto LAB_0026197c;\n }" { (expression_statement "pIVar8 = (this->input_reader_).inputs_;" (assignment_expression "pIVar8 = (this->input_reader_).inputs_" identifier = (field_expression "(this->input_reader_).inputs_" (parenthesized_expression "(this->input_reader_)" ( (field_expression "this->input_reader_" identifier -> field_identifier) )) . field_identifier)) ;) (expression_statement "puVar17 = (uint *)(pIVar8->p_ + (this->input_reader_).info_offset_ + 0x20 + (i * 3 + -3) * 8\n );" (assignment_expression "puVar17 = (uint *)(pIVar8->p_ + (this->input_reader_).info_offset_ + 0x20 + (i * 3 + -3) * 8\n )" identifier = (cast_expression "(uint *)(pIVar8->p_ + (this->input_reader_).info_offset_ + 0x20 + (i * 3 + -3) * 8\n )" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pIVar8->p_ + (this->input_reader_).info_offset_ + 0x20 + (i * 3 + -3) * 8\n )" ( (binary_expression "pIVar8->p_ + (this->input_reader_).info_offset_ + 0x20 + (i * 3 + -3) * 8" (binary_expression "pIVar8->p_ + (this->input_reader_).info_offset_ + 0x20" (binary_expression "pIVar8->p_ + (this->input_reader_).info_offset_" (field_expression "pIVar8->p_" identifier -> field_identifier) + (field_expression "(this->input_reader_).info_offset_" (parenthesized_expression "(this->input_reader_)" ( (field_expression "this->input_reader_" identifier -> field_identifier) )) . field_identifier)) + number_literal) + (binary_expression "(i * 3 + -3) * 8" (parenthesized_expression "(i * 3 + -3)" ( (binary_expression "i * 3 + -3" (binary_expression "i * 3" identifier * number_literal) + number_literal) )) * number_literal)) )))) ;) (expression_statement "pcVar18 = (char *)0x0;" (assignment_expression "pcVar18 = (char *)0x0" identifier = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (if_statement "if (*puVar17 < (pIVar8->strtab_).usable_size_) {\n pcVar18 = (pIVar8->strtab_).base_ + *puVar17;\n }" if (parenthesized_expression "(*puVar17 < (pIVar8->strtab_).usable_size_)" ( (binary_expression "*puVar17 < (pIVar8->strtab_).usable_size_" (pointer_expression "*puVar17" * identifier) < (field_expression "(pIVar8->strtab_).usable_size_" (parenthesized_expression "(pIVar8->strtab_)" ( (field_expression "pIVar8->strtab_" identifier -> field_identifier) )) . field_identifier)) )) (compound_statement "{\n pcVar18 = (pIVar8->strtab_).base_ + *puVar17;\n }" { (expression_statement "pcVar18 = (pIVar8->strtab_).base_ + *puVar17;" (assignment_expression "pcVar18 = (pIVar8->strtab_).base_ + *puVar17" identifier = (binary_expression "(pIVar8->strtab_).base_ + *puVar17" (field_expression "(pIVar8->strtab_).base_" (parenthesized_expression "(pIVar8->strtab_)" ( (field_expression "pIVar8->strtab_" identifier -> field_identifier) )) . field_identifier) + (pointer_expression "*puVar17" * identifier))) ;) })) (expression_statement "uVar11 = puVar17[1];" (assignment_expression "uVar11 = puVar17[1]" identifier = (subscript_expression "puVar17[1]" identifier [ number_literal ])) ;) (expression_statement "uVar6 = puVar17[2];" (assignment_expression "uVar6 = puVar17[2]" identifier = (subscript_expression "puVar17[2]" identifier [ number_literal ])) ;) (expression_statement "uVar7 = puVar17[3];" (assignment_expression "uVar7 = puVar17[3]" identifier = (subscript_expression "puVar17[3]" identifier [ number_literal ])) ;) comment (labeled_statement "Incremental_inputs::report_input_section\n (this_00,(Object *)this,i,pcVar18,*(off_t *)(puVar17 + 4));" statement_identifier : (ERROR ":" :) (expression_statement "report_input_section\n (this_00,(Object *)this,i,pcVar18,*(off_t *)(puVar17 + 4));" (call_expression "report_input_section\n (this_00,(Object *)this,i,pcVar18,*(off_t *)(puVar17 + 4))" identifier (argument_list "(this_00,(Object *)this,i,pcVar18,*(off_t *)(puVar17 + 4))" ( identifier , (cast_expression "(Object *)this" ( (type_descriptor "Object *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , identifier , identifier , (pointer_expression "*(off_t *)(puVar17 + 4)" * (cast_expression "(off_t *)(puVar17 + 4)" ( (type_descriptor "off_t *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar17 + 4)" ( (binary_expression "puVar17 + 4" identifier + number_literal) )))) ))) ;)) (if_statement "if ((uVar11 != 0) && ((uVar6 & uVar7) != 0xffffffff)) break;" if (parenthesized_expression "((uVar11 != 0) && ((uVar6 & uVar7) != 0xffffffff))" ( (binary_expression "(uVar11 != 0) && ((uVar6 & uVar7) != 0xffffffff)" (parenthesized_expression "(uVar11 != 0)" ( (binary_expression "uVar11 != 0" identifier != number_literal) )) && (parenthesized_expression "((uVar6 & uVar7) != 0xffffffff)" ( (binary_expression "(uVar6 & uVar7) != 0xffffffff" (parenthesized_expression "(uVar6 & uVar7)" ( (binary_expression "uVar6 & uVar7" identifier & identifier) )) != number_literal) ))) )) (break_statement "break;" break ;)) (labeled_statement "LAB_00261971:\n i = i + 1;" statement_identifier : (expression_statement "i = i + 1;" (assignment_expression "i = i + 1" identifier = (binary_expression "i + 1" identifier + number_literal)) ;)) (if_statement "if (uVar12 <= i) goto LAB_0026197c;" if (parenthesized_expression "(uVar12 <= i)" ( (binary_expression "uVar12 <= i" identifier <= identifier) )) (goto_statement "goto LAB_0026197c;" goto statement_identifier ;)) })) (expression_statement "pOVar5 = (this->ibase_->section_map_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>.\n _M_impl._M_start[uVar11];" (subscript_expression "pOVar5 = (this->ibase_->section_map_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>.\n _M_impl._M_start[uVar11]" (field_expression "pOVar5 = (this->ibase_->section_map_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>.\n _M_impl._M_start" (field_expression "pOVar5 = (this->ibase_->section_map_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>.\n _M_impl" (binary_expression "pOVar5 = (this->ibase_->section_map_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_" (binary_expression "pOVar5 = (this->ibase_->section_map_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold" (binary_expression "pOVar5 = (this->ibase_->section_map_).\n super__Vector_base<gold::Output_section*,_std" (assignment_expression "pOVar5 = (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) [ identifier ]) ;) (if_statement "if (pOVar5 == (Output_section *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/incremental.cc",0x80c,"do_layout");\n }" if (parenthesized_expression "(pOVar5 == (Output_section *)0x0)" ( (binary_expression "pOVar5 == (Output_section *)0x0" identifier == (cast_expression "(Output_section *)0x0" ( (type_descriptor "Output_section *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/incremental.cc",0x80c,"do_layout");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/incremental.cc",0x80c,"do_layout");" (call_expression "do_gold_unreachable("../../gold/incremental.cc",0x80c,"do_layout")" identifier (argument_list "("../../gold/incremental.cc",0x80c,"do_layout")" ( (string_literal ""../../gold/incremental.cc"" " string_content ") , number_literal , (string_literal ""do_layout"" " string_content ") ))) ;) })) (expression_statement "(this->super_Sized_relobj<64,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl.\n _M_start[i] = pOVar5;" (assignment_expression "(this->super_Sized_relobj<64,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl.\n _M_start[i] = pOVar5" (subscript_expression "(this->super_Sized_relobj<64,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl.\n _M_start[i]" (field_expression "(this->super_Sized_relobj<64,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl.\n _M_start" (field_expression "(this->super_Sized_relobj<64,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl" (binary_expression "(this->super_Sized_relobj<64,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_" (binary_expression "(this->super_Sized_relobj<64,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold" (binary_expression "(this->super_Sized_relobj<64,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold::Output_section*,_std" (binary_expression "(this->super_Sized_relobj<64,_false>).super_Relobj.output_sections_.\n super__Vector_base<gold" (field_expression "(this->super_Sized_relobj<64,_false>).super_Relobj.output_sections_.\n super__Vector_base" (field_expression "(this->super_Sized_relobj<64,_false>).super_Relobj.output_sections_" (field_expression "(this->super_Sized_relobj<64,_false>).super_Relobj" (parenthesized_expression "(this->super_Sized_relobj<64,_false>)" ( (comma_expression "this->super_Sized_relobj<64,_false" (binary_expression "this->super_Sized_relobj<64" (field_expression "this->super_Sized_relobj" identifier -> field_identifier) < number_literal) , identifier) (ERROR ">" >) )) . 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) [ identifier ]) = identifier) ;) (ERROR "puVar4 = (this->super_Sized_relobj<64,_false>).section_offsets_.\n super__Vector_base<long_long_unsigned_int,_std::" (comma_expression "puVar4 = (this->super_Sized_relobj<64,_false>).section_offsets_.\n super__Vector_base<long_long_unsigned_int,_std" (assignment_expression "puVar4 = (this->super_Sized_relobj<64,_false>).section_offsets_.\n super__Vector_base<long_long_unsigned_int" identifier = (binary_expression "(this->super_Sized_relobj<64,_false>).section_offsets_.\n super__Vector_base<long_long_unsigned_int" (field_expression "(this->super_Sized_relobj<64,_false>).section_offsets_.\n super__Vector_base" (field_expression "(this->super_Sized_relobj<64,_false>).section_offsets_" (parenthesized_expression "(this->super_Sized_relobj<64,_false>)" ( (comma_expression "this->super_Sized_relobj<64,_false" (binary_expression "this->super_Sized_relobj<64" (field_expression "this->super_Sized_relobj" identifier -> field_identifier) < number_literal) , identifier) (ERROR ">" >) )) . field_identifier) . field_identifier) < identifier)) , identifier) : :) (expression_statement "allocator<long_long_unsigned_int>_>.\n _M_impl._M_start;" (field_expression "allocator<long_long_unsigned_int>_>.\n _M_impl._M_start" (field_expression "allocator<long_long_unsigned_int>_>.\n _M_impl" (binary_expression "allocator<long_long_unsigned_int>_" (binary_expression "allocator<long_long_unsigned_int" identifier < identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) ;) (expression_statement "*(uint *)((int)puVar4 + i * 8 + 4) = uVar7;" (assignment_expression "*(uint *)((int)puVar4 + i * 8 + 4) = uVar7" (pointer_expression "*(uint *)((int)puVar4 + i * 8 + 4)" * (cast_expression "(uint *)((int)puVar4 + i * 8 + 4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)puVar4 + i * 8 + 4)" ( (binary_expression "(int)puVar4 + i * 8 + 4" (binary_expression "(int)puVar4 + i * 8" (cast_expression "(int)puVar4" ( (type_descriptor "int" primitive_type) ) identifier) + (binary_expression "i * 8" identifier * number_literal)) + number_literal) )))) = identifier) ;) (expression_statement "*(uint *)(puVar4 + i) = uVar6;" (assignment_expression "*(uint *)(puVar4 + i) = uVar6" (pointer_expression "*(uint *)(puVar4 + i)" * (cast_expression "(uint *)(puVar4 + i)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar4 + i)" ( (binary_expression "puVar4 + i" identifier + identifier) )))) = identifier) ;) (if_statement "if (parameters->options_ == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\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 /* 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 ") ))) ;) })) (expression_statement "bVar10 = false;" (assignment_expression "bVar10 = false" identifier = false) ;) (expression_statement "bVar22 = (parameters->options_->gdb_index_).value == false;" (assignment_expression "bVar22 = (parameters->options_->gdb_index_).value == false" identifier = (binary_expression "(parameters->options_->gdb_index_).value == false" (field_expression "(parameters->options_->gdb_index_).value" (parenthesized_expression "(parameters->options_->gdb_index_)" ( (field_expression "parameters->options_->gdb_index_" (field_expression "parameters->options_" identifier -> field_identifier) -> field_identifier) )) . field_identifier) == false)) ;) (if_statement "if (!bVar22) {\n iVar16 = 0xc;\n pbVar19 = (byte *)pOVar5->name_;\n pbVar20 = (byte *)".debug_info";\n do {\n if (iVar16 == 0) break;\n iVar16 = iVar16 + -1;\n bVar10 = *pbVar19 < *pbVar20;\n bVar22 = *pbVar19 == *pbVar20;\n pbVar19 = pbVar19 + (uint)bVar23 * -2 + 1;\n pbVar20 = pbVar20 + (uint)bVar23 * -2 + 1;\n } while (bVar22);\n bVar21 = false;\n bVar10 = (!bVar10 && !bVar22) == bVar10;\n if (bVar10) {\n if (debug_info_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_finish ==\n debug_info_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_end_of_storage) {\n std::vector<unsigned_int,_std::allocator<unsigned_int>_>::\n _M_realloc_insert<unsigned_int_const&>\n (&debug_info_sections,\n (iterator)\n debug_info_sections.\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl.\n _M_finish,&i);\n goto LAB_00261971;\n }\n *debug_info_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_finish = i;\n debug_info_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_finish =\n debug_info_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_finish + 1;\n }\n else {\n iVar16 = 0xd;\n pbVar19 = (byte *)pOVar5->name_;\n pbVar20 = (byte *)".debug_types";\n do {\n if (iVar16 == 0) break;\n iVar16 = iVar16 + -1;\n bVar21 = *pbVar19 < *pbVar20;\n bVar10 = *pbVar19 == *pbVar20;\n pbVar19 = pbVar19 + (uint)bVar23 * -2 + 1;\n pbVar20 = pbVar20 + (uint)bVar23 * -2 + 1;\n } while (bVar10);\n if ((!bVar21 && !bVar10) == bVar21) {\n if (debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>\n ._M_impl._M_finish ==\n debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>\n ._M_impl._M_end_of_storage) {\n /* try { // try from 00261d29 to 00261da2 has its CatchHandler @ 00261dcb */\n std::vector<unsigned_int,_std::allocator<unsigned_int>_>::\n _M_realloc_insert<unsigned_int_const&>\n (&debug_types_sections,\n (iterator)\n debug_types_sections.\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl.\n _M_finish,&i);\n goto LAB_00261971;\n }\n *debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_finish = i;\n debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_finish =\n debug_types_sections.\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl._M_finish +\n 1;\n }\n }\n }" if (parenthesized_expression "(!bVar22)" ( (unary_expression "!bVar22" ! identifier) )) (compound_statement "{\n iVar16 = 0xc;\n pbVar19 = (byte *)pOVar5->name_;\n pbVar20 = (byte *)".debug_info";\n do {\n if (iVar16 == 0) break;\n iVar16 = iVar16 + -1;\n bVar10 = *pbVar19 < *pbVar20;\n bVar22 = *pbVar19 == *pbVar20;\n pbVar19 = pbVar19 + (uint)bVar23 * -2 + 1;\n pbVar20 = pbVar20 + (uint)bVar23 * -2 + 1;\n } while (bVar22);\n bVar21 = false;\n bVar10 = (!bVar10 && !bVar22) == bVar10;\n if (bVar10) {\n if (debug_info_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_finish ==\n debug_info_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_end_of_storage) {\n std::vector<unsigned_int,_std::allocator<unsigned_int>_>::\n _M_realloc_insert<unsigned_int_const&>\n (&debug_info_sections,\n (iterator)\n debug_info_sections.\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl.\n _M_finish,&i);\n goto LAB_00261971;\n }\n *debug_info_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_finish = i;\n debug_info_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_finish =\n debug_info_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_finish + 1;\n }\n else {\n iVar16 = 0xd;\n pbVar19 = (byte *)pOVar5->name_;\n pbVar20 = (byte *)".debug_types";\n do {\n if (iVar16 == 0) break;\n iVar16 = iVar16 + -1;\n bVar21 = *pbVar19 < *pbVar20;\n bVar10 = *pbVar19 == *pbVar20;\n pbVar19 = pbVar19 + (uint)bVar23 * -2 + 1;\n pbVar20 = pbVar20 + (uint)bVar23 * -2 + 1;\n } while (bVar10);\n if ((!bVar21 && !bVar10) == bVar21) {\n if (debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>\n ._M_impl._M_finish ==\n debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>\n ._M_impl._M_end_of_storage) {\n /* try { // try from 00261d29 to 00261da2 has its CatchHandler @ 00261dcb */\n std::vector<unsigned_int,_std::allocator<unsigned_int>_>::\n _M_realloc_insert<unsigned_int_const&>\n (&debug_types_sections,\n (iterator)\n debug_types_sections.\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl.\n _M_finish,&i);\n goto LAB_00261971;\n }\n *debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_finish = i;\n debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_finish =\n debug_types_sections.\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl._M_finish +\n 1;\n }\n }\n }" { (expression_statement "iVar16 = 0xc;" (assignment_expression "iVar16 = 0xc" identifier = number_literal) ;) (expression_statement "pbVar19 = (byte *)pOVar5->name_;" (assignment_expression "pbVar19 = (byte *)pOVar5->name_" identifier = (cast_expression "(byte *)pOVar5->name_" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (field_expression "pOVar5->name_" identifier -> field_identifier))) ;) (expression_statement "pbVar20 = (byte *)".debug_info";" (assignment_expression "pbVar20 = (byte *)".debug_info"" identifier = (cast_expression "(byte *)".debug_info"" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (string_literal "".debug_info"" " string_content "))) ;) (do_statement "do {\n if (iVar16 == 0) break;\n iVar16 = iVar16 + -1;\n bVar10 = *pbVar19 < *pbVar20;\n bVar22 = *pbVar19 == *pbVar20;\n pbVar19 = pbVar19 + (uint)bVar23 * -2 + 1;\n pbVar20 = pbVar20 + (uint)bVar23 * -2 + 1;\n } while (bVar22);" do (compound_statement "{\n if (iVar16 == 0) break;\n iVar16 = iVar16 + -1;\n bVar10 = *pbVar19 < *pbVar20;\n bVar22 = *pbVar19 == *pbVar20;\n pbVar19 = pbVar19 + (uint)bVar23 * -2 + 1;\n pbVar20 = pbVar20 + (uint)bVar23 * -2 + 1;\n }" { (if_statement "if (iVar16 == 0) break;" if (parenthesized_expression "(iVar16 == 0)" ( (binary_expression "iVar16 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "iVar16 = iVar16 + -1;" (assignment_expression "iVar16 = iVar16 + -1" identifier = (binary_expression "iVar16 + -1" identifier + number_literal)) ;) (expression_statement "bVar10 = *pbVar19 < *pbVar20;" (assignment_expression "bVar10 = *pbVar19 < *pbVar20" identifier = (binary_expression "*pbVar19 < *pbVar20" (pointer_expression "*pbVar19" * identifier) < (pointer_expression "*pbVar20" * identifier))) ;) (expression_statement "bVar22 = *pbVar19 == *pbVar20;" (assignment_expression "bVar22 = *pbVar19 == *pbVar20" identifier = (binary_expression "*pbVar19 == *pbVar20" (pointer_expression "*pbVar19" * identifier) == (pointer_expression "*pbVar20" * identifier))) ;) (expression_statement "pbVar19 = pbVar19 + (uint)bVar23 * -2 + 1;" (assignment_expression "pbVar19 = pbVar19 + (uint)bVar23 * -2 + 1" identifier = (binary_expression "pbVar19 + (uint)bVar23 * -2 + 1" (binary_expression "pbVar19 + (uint)bVar23 * -2" identifier + (binary_expression "(uint)bVar23 * -2" (cast_expression "(uint)bVar23" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "pbVar20 = pbVar20 + (uint)bVar23 * -2 + 1;" (assignment_expression "pbVar20 = pbVar20 + (uint)bVar23 * -2 + 1" identifier = (binary_expression "pbVar20 + (uint)bVar23 * -2 + 1" (binary_expression "pbVar20 + (uint)bVar23 * -2" identifier + (binary_expression "(uint)bVar23 * -2" (cast_expression "(uint)bVar23" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar22)" ( identifier )) ;) (expression_statement "bVar21 = false;" (assignment_expression "bVar21 = false" identifier = false) ;) (expression_statement "bVar10 = (!bVar10 && !bVar22) == bVar10;" (assignment_expression "bVar10 = (!bVar10 && !bVar22) == bVar10" identifier = (binary_expression "(!bVar10 && !bVar22) == bVar10" (parenthesized_expression "(!bVar10 && !bVar22)" ( (binary_expression "!bVar10 && !bVar22" (unary_expression "!bVar10" ! identifier) && (unary_expression "!bVar22" ! identifier)) )) == identifier)) ;) (if_statement "if (bVar10) {\n if (debug_info_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_finish ==\n debug_info_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_end_of_storage) {\n std::vector<unsigned_int,_std::allocator<unsigned_int>_>::\n _M_realloc_insert<unsigned_int_const&>\n (&debug_info_sections,\n (iterator)\n debug_info_sections.\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl.\n _M_finish,&i);\n goto LAB_00261971;\n }\n *debug_info_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_finish = i;\n debug_info_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_finish =\n debug_info_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_finish + 1;\n }\n else {\n iVar16 = 0xd;\n pbVar19 = (byte *)pOVar5->name_;\n pbVar20 = (byte *)".debug_types";\n do {\n if (iVar16 == 0) break;\n iVar16 = iVar16 + -1;\n bVar21 = *pbVar19 < *pbVar20;\n bVar10 = *pbVar19 == *pbVar20;\n pbVar19 = pbVar19 + (uint)bVar23 * -2 + 1;\n pbVar20 = pbVar20 + (uint)bVar23 * -2 + 1;\n } while (bVar10);\n if ((!bVar21 && !bVar10) == bVar21) {\n if (debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>\n ._M_impl._M_finish ==\n debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>\n ._M_impl._M_end_of_storage) {\n /* try { // try from 00261d29 to 00261da2 has its CatchHandler @ 00261dcb */\n std::vector<unsigned_int,_std::allocator<unsigned_int>_>::\n _M_realloc_insert<unsigned_int_const&>\n (&debug_types_sections,\n (iterator)\n debug_types_sections.\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl.\n _M_finish,&i);\n goto LAB_00261971;\n }\n *debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_finish = i;\n debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_finish =\n debug_types_sections.\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl._M_finish +\n 1;\n }\n }" if (parenthesized_expression "(bVar10)" ( identifier )) (compound_statement "{\n if (debug_info_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_finish ==\n debug_info_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_end_of_storage) {\n std::vector<unsigned_int,_std::allocator<unsigned_int>_>::\n _M_realloc_insert<unsigned_int_const&>\n (&debug_info_sections,\n (iterator)\n debug_info_sections.\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl.\n _M_finish,&i);\n goto LAB_00261971;\n }\n *debug_info_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_finish = i;\n debug_info_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_finish =\n debug_info_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_finish + 1;\n }" { (if_statement "if (debug_info_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_finish ==\n debug_info_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_end_of_storage) {\n std::vector<unsigned_int,_std::allocator<unsigned_int>_>::\n _M_realloc_insert<unsigned_int_const&>\n (&debug_info_sections,\n (iterator)\n debug_info_sections.\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl.\n _M_finish,&i);\n goto LAB_00261971;\n }" if (parenthesized_expression "(debug_info_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_finish ==\n debug_info_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_end_of_storage)" ( (ERROR "debug_info_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_finish ==\n debug_info_sections.super__Vector_base<unsigned_int,_std::" (comma_expression "debug_info_sections.super__Vector_base<unsigned_int,_std" (binary_expression "debug_info_sections.super__Vector_base<unsigned_int" (field_expression "debug_info_sections.super__Vector_base" identifier . field_identifier) < identifier) , identifier) : : (comma_expression "allocator<unsigned_int>_>.\n _M_impl._M_finish ==\n debug_info_sections.super__Vector_base<unsigned_int,_std" (binary_expression "allocator<unsigned_int>_>.\n _M_impl._M_finish ==\n debug_info_sections.super__Vector_base<unsigned_int" (field_expression "allocator<unsigned_int>_>.\n _M_impl._M_finish" (field_expression "allocator<unsigned_int>_>.\n _M_impl" (binary_expression "allocator<unsigned_int>_" (binary_expression "allocator<unsigned_int" identifier < identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) == (binary_expression "debug_info_sections.super__Vector_base<unsigned_int" (field_expression "debug_info_sections.super__Vector_base" identifier . field_identifier) < identifier)) , identifier) : :) (field_expression "allocator<unsigned_int>_>.\n _M_impl._M_end_of_storage" (field_expression "allocator<unsigned_int>_>.\n _M_impl" (binary_expression "allocator<unsigned_int>_" (binary_expression "allocator<unsigned_int" identifier < identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) )) (compound_statement "{\n std::vector<unsigned_int,_std::allocator<unsigned_int>_>::\n _M_realloc_insert<unsigned_int_const&>\n (&debug_info_sections,\n (iterator)\n debug_info_sections.\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl.\n _M_finish,&i);\n goto LAB_00261971;\n }" { (labeled_statement "std::vector<unsigned_int,_std::allocator<unsigned_int>_>::\n _M_realloc_insert<unsigned_int_const&>\n (&debug_info_sections,\n (iterator)\n debug_info_sections.\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl.\n _M_finish,&i);" statement_identifier (ERROR "::vector<unsigned_int,_std::allocator<unsigned_int>_>::\n _M_realloc_insert<unsigned_int_const&>\n (&debug_info_sections,\n (iterator)\n debug_info_sections.\n super__Vector_base<unsigned_int,_std:" : : (comma_expression "vector<unsigned_int,_std" (binary_expression "vector<unsigned_int" identifier < identifier) , identifier) : : (binary_expression "allocator<unsigned_int>_" (binary_expression "allocator<unsigned_int" identifier < identifier) > identifier) > : : (binary_expression "_M_realloc_insert<unsigned_int_const" identifier < identifier) (ERROR "&" &) > ( (comma_expression "&debug_info_sections,\n (iterator)\n debug_info_sections.\n super__Vector_base<unsigned_int,_std" (pointer_expression "&debug_info_sections" & identifier) , (comma_expression "(iterator)\n debug_info_sections.\n super__Vector_base<unsigned_int,_std" (binary_expression "(iterator)\n debug_info_sections.\n super__Vector_base<unsigned_int" (cast_expression "(iterator)\n debug_info_sections.\n super__Vector_base" ( (type_descriptor "iterator" type_identifier) ) (field_expression "debug_info_sections.\n super__Vector_base" identifier . field_identifier)) < identifier) , identifier)) :) : (expression_statement "allocator<unsigned_int>_>._M_impl.\n _M_finish,&i);" (comma_expression "allocator<unsigned_int>_>._M_impl.\n _M_finish,&i" (field_expression "allocator<unsigned_int>_>._M_impl.\n _M_finish" (field_expression "allocator<unsigned_int>_>._M_impl" (binary_expression "allocator<unsigned_int>_" (binary_expression "allocator<unsigned_int" identifier < identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) , (pointer_expression "&i" & identifier)) (ERROR ")" )) ;)) (goto_statement "goto LAB_00261971;" goto statement_identifier ;) })) (ERROR "*debug_info_sections.super__Vector_base<unsigned_int,_std::" (comma_expression "*debug_info_sections.super__Vector_base<unsigned_int,_std" (binary_expression "*debug_info_sections.super__Vector_base<unsigned_int" (pointer_expression "*debug_info_sections.super__Vector_base" * (field_expression "debug_info_sections.super__Vector_base" identifier . field_identifier)) < identifier) , identifier) : :) (expression_statement "allocator<unsigned_int>_>.\n _M_impl._M_finish = i;" (assignment_expression "allocator<unsigned_int>_>.\n _M_impl._M_finish = i" (field_expression "allocator<unsigned_int>_>.\n _M_impl._M_finish" (field_expression "allocator<unsigned_int>_>.\n _M_impl" (binary_expression "allocator<unsigned_int>_" (binary_expression "allocator<unsigned_int" identifier < identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) = identifier) ;) (ERROR "debug_info_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_finish =\n debug_info_sections.super__Vector_base<unsigned_int,_std::" (comma_expression "debug_info_sections.super__Vector_base<unsigned_int,_std" (binary_expression "debug_info_sections.super__Vector_base<unsigned_int" (field_expression "debug_info_sections.super__Vector_base" identifier . field_identifier) < identifier) , identifier) : : (comma_expression "allocator<unsigned_int>_>.\n _M_impl._M_finish =\n debug_info_sections.super__Vector_base<unsigned_int,_std" (assignment_expression "allocator<unsigned_int>_>.\n _M_impl._M_finish =\n debug_info_sections.super__Vector_base<unsigned_int" (field_expression "allocator<unsigned_int>_>.\n _M_impl._M_finish" (field_expression "allocator<unsigned_int>_>.\n _M_impl" (binary_expression "allocator<unsigned_int>_" (binary_expression "allocator<unsigned_int" identifier < identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) = (binary_expression "debug_info_sections.super__Vector_base<unsigned_int" (field_expression "debug_info_sections.super__Vector_base" identifier . field_identifier) < identifier)) , identifier) : :) (expression_statement "allocator<unsigned_int>_>.\n _M_impl._M_finish + 1;" (binary_expression "allocator<unsigned_int>_>.\n _M_impl._M_finish + 1" (field_expression "allocator<unsigned_int>_>.\n _M_impl._M_finish" (field_expression "allocator<unsigned_int>_>.\n _M_impl" (binary_expression "allocator<unsigned_int>_" (binary_expression "allocator<unsigned_int" identifier < identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) + number_literal) ;) }) (else_clause "else {\n iVar16 = 0xd;\n pbVar19 = (byte *)pOVar5->name_;\n pbVar20 = (byte *)".debug_types";\n do {\n if (iVar16 == 0) break;\n iVar16 = iVar16 + -1;\n bVar21 = *pbVar19 < *pbVar20;\n bVar10 = *pbVar19 == *pbVar20;\n pbVar19 = pbVar19 + (uint)bVar23 * -2 + 1;\n pbVar20 = pbVar20 + (uint)bVar23 * -2 + 1;\n } while (bVar10);\n if ((!bVar21 && !bVar10) == bVar21) {\n if (debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>\n ._M_impl._M_finish ==\n debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>\n ._M_impl._M_end_of_storage) {\n /* try { // try from 00261d29 to 00261da2 has its CatchHandler @ 00261dcb */\n std::vector<unsigned_int,_std::allocator<unsigned_int>_>::\n _M_realloc_insert<unsigned_int_const&>\n (&debug_types_sections,\n (iterator)\n debug_types_sections.\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl.\n _M_finish,&i);\n goto LAB_00261971;\n }\n *debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_finish = i;\n debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_finish =\n debug_types_sections.\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl._M_finish +\n 1;\n }\n }" else (compound_statement "{\n iVar16 = 0xd;\n pbVar19 = (byte *)pOVar5->name_;\n pbVar20 = (byte *)".debug_types";\n do {\n if (iVar16 == 0) break;\n iVar16 = iVar16 + -1;\n bVar21 = *pbVar19 < *pbVar20;\n bVar10 = *pbVar19 == *pbVar20;\n pbVar19 = pbVar19 + (uint)bVar23 * -2 + 1;\n pbVar20 = pbVar20 + (uint)bVar23 * -2 + 1;\n } while (bVar10);\n if ((!bVar21 && !bVar10) == bVar21) {\n if (debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>\n ._M_impl._M_finish ==\n debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>\n ._M_impl._M_end_of_storage) {\n /* try { // try from 00261d29 to 00261da2 has its CatchHandler @ 00261dcb */\n std::vector<unsigned_int,_std::allocator<unsigned_int>_>::\n _M_realloc_insert<unsigned_int_const&>\n (&debug_types_sections,\n (iterator)\n debug_types_sections.\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl.\n _M_finish,&i);\n goto LAB_00261971;\n }\n *debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_finish = i;\n debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_finish =\n debug_types_sections.\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl._M_finish +\n 1;\n }\n }" { (expression_statement "iVar16 = 0xd;" (assignment_expression "iVar16 = 0xd" identifier = number_literal) ;) (expression_statement "pbVar19 = (byte *)pOVar5->name_;" (assignment_expression "pbVar19 = (byte *)pOVar5->name_" identifier = (cast_expression "(byte *)pOVar5->name_" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (field_expression "pOVar5->name_" identifier -> field_identifier))) ;) (expression_statement "pbVar20 = (byte *)".debug_types";" (assignment_expression "pbVar20 = (byte *)".debug_types"" identifier = (cast_expression "(byte *)".debug_types"" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (string_literal "".debug_types"" " string_content "))) ;) (do_statement "do {\n if (iVar16 == 0) break;\n iVar16 = iVar16 + -1;\n bVar21 = *pbVar19 < *pbVar20;\n bVar10 = *pbVar19 == *pbVar20;\n pbVar19 = pbVar19 + (uint)bVar23 * -2 + 1;\n pbVar20 = pbVar20 + (uint)bVar23 * -2 + 1;\n } while (bVar10);" do (compound_statement "{\n if (iVar16 == 0) break;\n iVar16 = iVar16 + -1;\n bVar21 = *pbVar19 < *pbVar20;\n bVar10 = *pbVar19 == *pbVar20;\n pbVar19 = pbVar19 + (uint)bVar23 * -2 + 1;\n pbVar20 = pbVar20 + (uint)bVar23 * -2 + 1;\n }" { (if_statement "if (iVar16 == 0) break;" if (parenthesized_expression "(iVar16 == 0)" ( (binary_expression "iVar16 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "iVar16 = iVar16 + -1;" (assignment_expression "iVar16 = iVar16 + -1" identifier = (binary_expression "iVar16 + -1" identifier + number_literal)) ;) (expression_statement "bVar21 = *pbVar19 < *pbVar20;" (assignment_expression "bVar21 = *pbVar19 < *pbVar20" identifier = (binary_expression "*pbVar19 < *pbVar20" (pointer_expression "*pbVar19" * identifier) < (pointer_expression "*pbVar20" * identifier))) ;) (expression_statement "bVar10 = *pbVar19 == *pbVar20;" (assignment_expression "bVar10 = *pbVar19 == *pbVar20" identifier = (binary_expression "*pbVar19 == *pbVar20" (pointer_expression "*pbVar19" * identifier) == (pointer_expression "*pbVar20" * identifier))) ;) (expression_statement "pbVar19 = pbVar19 + (uint)bVar23 * -2 + 1;" (assignment_expression "pbVar19 = pbVar19 + (uint)bVar23 * -2 + 1" identifier = (binary_expression "pbVar19 + (uint)bVar23 * -2 + 1" (binary_expression "pbVar19 + (uint)bVar23 * -2" identifier + (binary_expression "(uint)bVar23 * -2" (cast_expression "(uint)bVar23" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "pbVar20 = pbVar20 + (uint)bVar23 * -2 + 1;" (assignment_expression "pbVar20 = pbVar20 + (uint)bVar23 * -2 + 1" identifier = (binary_expression "pbVar20 + (uint)bVar23 * -2 + 1" (binary_expression "pbVar20 + (uint)bVar23 * -2" identifier + (binary_expression "(uint)bVar23 * -2" (cast_expression "(uint)bVar23" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar10)" ( identifier )) ;) (if_statement "if ((!bVar21 && !bVar10) == bVar21) {\n if (debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>\n ._M_impl._M_finish ==\n debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>\n ._M_impl._M_end_of_storage) {\n /* try { // try from 00261d29 to 00261da2 has its CatchHandler @ 00261dcb */\n std::vector<unsigned_int,_std::allocator<unsigned_int>_>::\n _M_realloc_insert<unsigned_int_const&>\n (&debug_types_sections,\n (iterator)\n debug_types_sections.\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl.\n _M_finish,&i);\n goto LAB_00261971;\n }\n *debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_finish = i;\n debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_finish =\n debug_types_sections.\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl._M_finish +\n 1;\n }" if (parenthesized_expression "((!bVar21 && !bVar10) == bVar21)" ( (binary_expression "(!bVar21 && !bVar10) == bVar21" (parenthesized_expression "(!bVar21 && !bVar10)" ( (binary_expression "!bVar21 && !bVar10" (unary_expression "!bVar21" ! identifier) && (unary_expression "!bVar10" ! identifier)) )) == identifier) )) (compound_statement "{\n if (debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>\n ._M_impl._M_finish ==\n debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>\n ._M_impl._M_end_of_storage) {\n /* try { // try from 00261d29 to 00261da2 has its CatchHandler @ 00261dcb */\n std::vector<unsigned_int,_std::allocator<unsigned_int>_>::\n _M_realloc_insert<unsigned_int_const&>\n (&debug_types_sections,\n (iterator)\n debug_types_sections.\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl.\n _M_finish,&i);\n goto LAB_00261971;\n }\n *debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_finish = i;\n debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_finish =\n debug_types_sections.\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl._M_finish +\n 1;\n }" { (if_statement "if (debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>\n ._M_impl._M_finish ==\n debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>\n ._M_impl._M_end_of_storage) {\n /* try { // try from 00261d29 to 00261da2 has its CatchHandler @ 00261dcb */\n std::vector<unsigned_int,_std::allocator<unsigned_int>_>::\n _M_realloc_insert<unsigned_int_const&>\n (&debug_types_sections,\n (iterator)\n debug_types_sections.\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl.\n _M_finish,&i);\n goto LAB_00261971;\n }" if (parenthesized_expression "(debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>\n ._M_impl._M_finish ==\n debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>\n ._M_impl._M_end_of_storage)" ( (ERROR "debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>\n ._M_impl._M_finish ==\n debug_types_sections.super__Vector_base<unsigned_int,_std::" (comma_expression "debug_types_sections.super__Vector_base<unsigned_int,_std" (binary_expression "debug_types_sections.super__Vector_base<unsigned_int" (field_expression "debug_types_sections.super__Vector_base" identifier . field_identifier) < identifier) , identifier) : : (comma_expression "allocator<unsigned_int>_>\n ._M_impl._M_finish ==\n debug_types_sections.super__Vector_base<unsigned_int,_std" (binary_expression "allocator<unsigned_int>_>\n ._M_impl._M_finish ==\n debug_types_sections.super__Vector_base<unsigned_int" (field_expression "allocator<unsigned_int>_>\n ._M_impl._M_finish" (field_expression "allocator<unsigned_int>_>\n ._M_impl" (binary_expression "allocator<unsigned_int>_" (binary_expression "allocator<unsigned_int" identifier < identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) == (binary_expression "debug_types_sections.super__Vector_base<unsigned_int" (field_expression "debug_types_sections.super__Vector_base" identifier . field_identifier) < identifier)) , identifier) : :) (field_expression "allocator<unsigned_int>_>\n ._M_impl._M_end_of_storage" (field_expression "allocator<unsigned_int>_>\n ._M_impl" (binary_expression "allocator<unsigned_int>_" (binary_expression "allocator<unsigned_int" identifier < identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) )) (compound_statement "{\n /* try { // try from 00261d29 to 00261da2 has its CatchHandler @ 00261dcb */\n std::vector<unsigned_int,_std::allocator<unsigned_int>_>::\n _M_realloc_insert<unsigned_int_const&>\n (&debug_types_sections,\n (iterator)\n debug_types_sections.\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl.\n _M_finish,&i);\n goto LAB_00261971;\n }" { comment (labeled_statement "std::vector<unsigned_int,_std::allocator<unsigned_int>_>::\n _M_realloc_insert<unsigned_int_const&>\n (&debug_types_sections,\n (iterator)\n debug_types_sections.\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl.\n _M_finish,&i);" statement_identifier (ERROR "::vector<unsigned_int,_std::allocator<unsigned_int>_>::\n _M_realloc_insert<unsigned_int_const&>\n (&debug_types_sections,\n (iterator)\n debug_types_sections.\n super__Vector_base<unsigned_int,_std:" : : (comma_expression "vector<unsigned_int,_std" (binary_expression "vector<unsigned_int" identifier < identifier) , identifier) : : (binary_expression "allocator<unsigned_int>_" (binary_expression "allocator<unsigned_int" identifier < identifier) > identifier) > : : (binary_expression "_M_realloc_insert<unsigned_int_const" identifier < identifier) (ERROR "&" &) > ( (comma_expression "&debug_types_sections,\n (iterator)\n debug_types_sections.\n super__Vector_base<unsigned_int,_std" (pointer_expression "&debug_types_sections" & identifier) , (comma_expression "(iterator)\n debug_types_sections.\n super__Vector_base<unsigned_int,_std" (binary_expression "(iterator)\n debug_types_sections.\n super__Vector_base<unsigned_int" (cast_expression "(iterator)\n debug_types_sections.\n super__Vector_base" ( (type_descriptor "iterator" type_identifier) ) (field_expression "debug_types_sections.\n super__Vector_base" identifier . field_identifier)) < identifier) , identifier)) :) : (expression_statement "allocator<unsigned_int>_>._M_impl.\n _M_finish,&i);" (comma_expression "allocator<unsigned_int>_>._M_impl.\n _M_finish,&i" (field_expression "allocator<unsigned_int>_>._M_impl.\n _M_finish" (field_expression "allocator<unsigned_int>_>._M_impl" (binary_expression "allocator<unsigned_int>_" (binary_expression "allocator<unsigned_int" identifier < identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) , (pointer_expression "&i" & identifier)) (ERROR ")" )) ;)) (goto_statement "goto LAB_00261971;" goto statement_identifier ;) })) (ERROR "*debug_types_sections.super__Vector_base<unsigned_int,_std::" (comma_expression "*debug_types_sections.super__Vector_base<unsigned_int,_std" (binary_expression "*debug_types_sections.super__Vector_base<unsigned_int" (pointer_expression "*debug_types_sections.super__Vector_base" * (field_expression "debug_types_sections.super__Vector_base" identifier . field_identifier)) < identifier) , identifier) : :) (expression_statement "allocator<unsigned_int>_>.\n _M_impl._M_finish = i;" (assignment_expression "allocator<unsigned_int>_>.\n _M_impl._M_finish = i" (field_expression "allocator<unsigned_int>_>.\n _M_impl._M_finish" (field_expression "allocator<unsigned_int>_>.\n _M_impl" (binary_expression "allocator<unsigned_int>_" (binary_expression "allocator<unsigned_int" identifier < identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) = identifier) ;) (ERROR "debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_finish =\n debug_types_sections.\n super__Vector_base<unsigned_int,_std::" (comma_expression "debug_types_sections.super__Vector_base<unsigned_int,_std" (binary_expression "debug_types_sections.super__Vector_base<unsigned_int" (field_expression "debug_types_sections.super__Vector_base" identifier . field_identifier) < identifier) , identifier) : : (comma_expression "allocator<unsigned_int>_>.\n _M_impl._M_finish =\n debug_types_sections.\n super__Vector_base<unsigned_int,_std" (assignment_expression "allocator<unsigned_int>_>.\n _M_impl._M_finish =\n debug_types_sections.\n super__Vector_base<unsigned_int" (field_expression "allocator<unsigned_int>_>.\n _M_impl._M_finish" (field_expression "allocator<unsigned_int>_>.\n _M_impl" (binary_expression "allocator<unsigned_int>_" (binary_expression "allocator<unsigned_int" identifier < identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) = (binary_expression "debug_types_sections.\n super__Vector_base<unsigned_int" (field_expression "debug_types_sections.\n super__Vector_base" identifier . field_identifier) < identifier)) , identifier) : :) (expression_statement "allocator<unsigned_int>_>._M_impl._M_finish +\n 1;" (binary_expression "allocator<unsigned_int>_>._M_impl._M_finish +\n 1" (field_expression "allocator<unsigned_int>_>._M_impl._M_finish" (field_expression "allocator<unsigned_int>_>._M_impl" (binary_expression "allocator<unsigned_int>_" (binary_expression "allocator<unsigned_int" identifier < identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) + number_literal) ;) })) }))) })) (expression_statement "i = i + 1;" (assignment_expression "i = i + 1" identifier = (binary_expression "i + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(i < uVar12)" ( (binary_expression "i < uVar12" identifier < identifier) )) ;) })) (labeled_statement "LAB_0026197c:\n uVar12 = (uint)(byte)(this->input_reader_).flags_;" statement_identifier : (expression_statement "uVar12 = (uint)(byte)(this->input_reader_).flags_;" (assignment_expression "uVar12 = (uint)(byte)(this->input_reader_).flags_" identifier = (field_expression "(uint)(byte)(this->input_reader_).flags_" (call_expression "(uint)(byte)(this->input_reader_)" (call_expression "(uint)(byte)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(byte)" ( identifier ))) (argument_list "(this->input_reader_)" ( (field_expression "this->input_reader_" identifier -> field_identifier) ))) . field_identifier)) ;)) (if_statement "if (1 < uVar12 - 1) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/incremental.h",0x3b9,"get_comdat_group_count");\n }" if (parenthesized_expression "(1 < uVar12 - 1)" ( (binary_expression "1 < uVar12 - 1" number_literal < (binary_expression "uVar12 - 1" identifier - number_literal)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/incremental.h",0x3b9,"get_comdat_group_count");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/incremental.h",0x3b9,"get_comdat_group_count");" (call_expression "do_gold_unreachable("../../gold/incremental.h",0x3b9,"get_comdat_group_count")" identifier (argument_list "("../../gold/incremental.h",0x3b9,"get_comdat_group_count")" ( (string_literal ""../../gold/incremental.h"" " string_content ") , number_literal , (string_literal ""get_comdat_group_count"" " string_content ") ))) ;) })) (expression_statement "iVar16 = *(int *)(((this->input_reader_).inputs_)->p_ + (this->input_reader_).info_offset_ + 0x18)\n ;" (assignment_expression "iVar16 = *(int *)(((this->input_reader_).inputs_)->p_ + (this->input_reader_).info_offset_ + 0x18)" identifier = (pointer_expression "*(int *)(((this->input_reader_).inputs_)->p_ + (this->input_reader_).info_offset_ + 0x18)" * (cast_expression "(int *)(((this->input_reader_).inputs_)->p_ + (this->input_reader_).info_offset_ + 0x18)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(((this->input_reader_).inputs_)->p_ + (this->input_reader_).info_offset_ + 0x18)" ( (binary_expression "((this->input_reader_).inputs_)->p_ + (this->input_reader_).info_offset_ + 0x18" (binary_expression "((this->input_reader_).inputs_)->p_ + (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 "(this->input_reader_).info_offset_" (parenthesized_expression "(this->input_reader_)" ( (field_expression "this->input_reader_" identifier -> field_identifier) )) . field_identifier)) + number_literal) ))))) ;) (if_statement "if (iVar16 != 0) {\n uVar11 = 0;\n do {\n if ((uVar12 != 1) && (uVar12 != 2)) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/incremental.h",0x365,"get_input_section_count");\n }\n pIVar8 = (this->input_reader_).inputs_;\n uVar12 = (this->input_reader_).info_offset_;\n puVar9 = pIVar8->p_;\n if (((pIVar8->strtab_).usable_size_ <=\n *(uint *)(puVar9 + uVar12 + 0x20 +\n *(int *)(puVar9 + uVar12) * 0x18 + uVar11 * 4 +\n *(int *)(puVar9 + uVar12 + 4) * 0x14)) ||\n (pcVar18 = (pIVar8->strtab_).base_ +\n *(uint *)(puVar9 + uVar12 + 0x20 +\n *(int *)(puVar9 + uVar12) * 0x18 + uVar11 * 4 +\n *(int *)(puVar9 + uVar12 + 4) * 0x14), pcVar18 == (char *)0x0\n )) {\n pcVar18 = (char *)gettext("COMDAT group has no signature");\n Object::error((Object *)this,pcVar18);\n i = (uint)&local_2c;\n /* WARNING: Subroutine does not return */\n std::__throw_logic_error("basic_string::_M_construct null not valid");\n }\n if (*pcVar18 == '\0') {\n pcVar13 = (char *)gettext("COMDAT group has no signature");\n Object::error((Object *)this,pcVar13);\n }\n i = (uint)&local_2c;\n __n = strlen(pcVar18);\n __dnew = __n;\n if (__n < 0x10) {\n paVar15 = &local_2c;\n if (__n == 1) {\n local_2c._M_local_buf[0] = *pcVar18;\n }\n else if (__n != 0) goto LAB_00261c7d;\n }\n else {\n i = std::string::_M_create(&i,(uint)&__dnew);\n local_2c._M_allocated_capacity = __dnew;\n paVar15 = (anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)i;\nLAB_00261c7d:\n memcpy(paVar15,pcVar18,__n);\n paVar15 = (anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)i;\n }\n paVar15->_M_local_buf[__dnew] = '\0';\n local_30 = __dnew;\n /* try { // try from 00261acd to 00261ad1 has its CatchHandler @ 00261dc7 */\n bVar10 = Layout::find_or_add_kept_section\n (layout,(string *)&i,(Relobj *)this,uVar11,true,true,(Kept_section **)0x0);\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)i != &local_2c) {\n operator_delete((void *)i);\n }\n if (bVar10) {\n Incremental_inputs::report_comdat_group(this_00,(Object *)this,pcVar18);\n }\n else {\n pcVar13 = (char *)gettext("COMDAT group %s included twice in incremental link");\n /* try { // try from 00261b16 to 00261cd0 has its CatchHandler @ 00261dcb */\n Object::error((Object *)this,pcVar13,pcVar18);\n }\n if (uVar11 + 1 == iVar16) break;\n uVar11 = uVar11 + 1;\n uVar12 = (uint)(byte)(this->input_reader_).flags_;\n } while( true );\n }" if (parenthesized_expression "(iVar16 != 0)" ( (binary_expression "iVar16 != 0" identifier != number_literal) )) (compound_statement "{\n uVar11 = 0;\n do {\n if ((uVar12 != 1) && (uVar12 != 2)) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/incremental.h",0x365,"get_input_section_count");\n }\n pIVar8 = (this->input_reader_).inputs_;\n uVar12 = (this->input_reader_).info_offset_;\n puVar9 = pIVar8->p_;\n if (((pIVar8->strtab_).usable_size_ <=\n *(uint *)(puVar9 + uVar12 + 0x20 +\n *(int *)(puVar9 + uVar12) * 0x18 + uVar11 * 4 +\n *(int *)(puVar9 + uVar12 + 4) * 0x14)) ||\n (pcVar18 = (pIVar8->strtab_).base_ +\n *(uint *)(puVar9 + uVar12 + 0x20 +\n *(int *)(puVar9 + uVar12) * 0x18 + uVar11 * 4 +\n *(int *)(puVar9 + uVar12 + 4) * 0x14), pcVar18 == (char *)0x0\n )) {\n pcVar18 = (char *)gettext("COMDAT group has no signature");\n Object::error((Object *)this,pcVar18);\n i = (uint)&local_2c;\n /* WARNING: Subroutine does not return */\n std::__throw_logic_error("basic_string::_M_construct null not valid");\n }\n if (*pcVar18 == '\0') {\n pcVar13 = (char *)gettext("COMDAT group has no signature");\n Object::error((Object *)this,pcVar13);\n }\n i = (uint)&local_2c;\n __n = strlen(pcVar18);\n __dnew = __n;\n if (__n < 0x10) {\n paVar15 = &local_2c;\n if (__n == 1) {\n local_2c._M_local_buf[0] = *pcVar18;\n }\n else if (__n != 0) goto LAB_00261c7d;\n }\n else {\n i = std::string::_M_create(&i,(uint)&__dnew);\n local_2c._M_allocated_capacity = __dnew;\n paVar15 = (anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)i;\nLAB_00261c7d:\n memcpy(paVar15,pcVar18,__n);\n paVar15 = (anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)i;\n }\n paVar15->_M_local_buf[__dnew] = '\0';\n local_30 = __dnew;\n /* try { // try from 00261acd to 00261ad1 has its CatchHandler @ 00261dc7 */\n bVar10 = Layout::find_or_add_kept_section\n (layout,(string *)&i,(Relobj *)this,uVar11,true,true,(Kept_section **)0x0);\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)i != &local_2c) {\n operator_delete((void *)i);\n }\n if (bVar10) {\n Incremental_inputs::report_comdat_group(this_00,(Object *)this,pcVar18);\n }\n else {\n pcVar13 = (char *)gettext("COMDAT group %s included twice in incremental link");\n /* try { // try from 00261b16 to 00261cd0 has its CatchHandler @ 00261dcb */\n Object::error((Object *)this,pcVar13,pcVar18);\n }\n if (uVar11 + 1 == iVar16) break;\n uVar11 = uVar11 + 1;\n uVar12 = (uint)(byte)(this->input_reader_).flags_;\n } while( true );\n }" { (expression_statement "uVar11 = 0;" (assignment_expression "uVar11 = 0" identifier = number_literal) ;) (do_statement "do {\n if ((uVar12 != 1) && (uVar12 != 2)) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/incremental.h",0x365,"get_input_section_count");\n }\n pIVar8 = (this->input_reader_).inputs_;\n uVar12 = (this->input_reader_).info_offset_;\n puVar9 = pIVar8->p_;\n if (((pIVar8->strtab_).usable_size_ <=\n *(uint *)(puVar9 + uVar12 + 0x20 +\n *(int *)(puVar9 + uVar12) * 0x18 + uVar11 * 4 +\n *(int *)(puVar9 + uVar12 + 4) * 0x14)) ||\n (pcVar18 = (pIVar8->strtab_).base_ +\n *(uint *)(puVar9 + uVar12 + 0x20 +\n *(int *)(puVar9 + uVar12) * 0x18 + uVar11 * 4 +\n *(int *)(puVar9 + uVar12 + 4) * 0x14), pcVar18 == (char *)0x0\n )) {\n pcVar18 = (char *)gettext("COMDAT group has no signature");\n Object::error((Object *)this,pcVar18);\n i = (uint)&local_2c;\n /* WARNING: Subroutine does not return */\n std::__throw_logic_error("basic_string::_M_construct null not valid");\n }\n if (*pcVar18 == '\0') {\n pcVar13 = (char *)gettext("COMDAT group has no signature");\n Object::error((Object *)this,pcVar13);\n }\n i = (uint)&local_2c;\n __n = strlen(pcVar18);\n __dnew = __n;\n if (__n < 0x10) {\n paVar15 = &local_2c;\n if (__n == 1) {\n local_2c._M_local_buf[0] = *pcVar18;\n }\n else if (__n != 0) goto LAB_00261c7d;\n }\n else {\n i = std::string::_M_create(&i,(uint)&__dnew);\n local_2c._M_allocated_capacity = __dnew;\n paVar15 = (anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)i;\nLAB_00261c7d:\n memcpy(paVar15,pcVar18,__n);\n paVar15 = (anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)i;\n }\n paVar15->_M_local_buf[__dnew] = '\0';\n local_30 = __dnew;\n /* try { // try from 00261acd to 00261ad1 has its CatchHandler @ 00261dc7 */\n bVar10 = Layout::find_or_add_kept_section\n (layout,(string *)&i,(Relobj *)this,uVar11,true,true,(Kept_section **)0x0);\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)i != &local_2c) {\n operator_delete((void *)i);\n }\n if (bVar10) {\n Incremental_inputs::report_comdat_group(this_00,(Object *)this,pcVar18);\n }\n else {\n pcVar13 = (char *)gettext("COMDAT group %s included twice in incremental link");\n /* try { // try from 00261b16 to 00261cd0 has its CatchHandler @ 00261dcb */\n Object::error((Object *)this,pcVar13,pcVar18);\n }\n if (uVar11 + 1 == iVar16) break;\n uVar11 = uVar11 + 1;\n uVar12 = (uint)(byte)(this->input_reader_).flags_;\n } while( true );" do (compound_statement "{\n if ((uVar12 != 1) && (uVar12 != 2)) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/incremental.h",0x365,"get_input_section_count");\n }\n pIVar8 = (this->input_reader_).inputs_;\n uVar12 = (this->input_reader_).info_offset_;\n puVar9 = pIVar8->p_;\n if (((pIVar8->strtab_).usable_size_ <=\n *(uint *)(puVar9 + uVar12 + 0x20 +\n *(int *)(puVar9 + uVar12) * 0x18 + uVar11 * 4 +\n *(int *)(puVar9 + uVar12 + 4) * 0x14)) ||\n (pcVar18 = (pIVar8->strtab_).base_ +\n *(uint *)(puVar9 + uVar12 + 0x20 +\n *(int *)(puVar9 + uVar12) * 0x18 + uVar11 * 4 +\n *(int *)(puVar9 + uVar12 + 4) * 0x14), pcVar18 == (char *)0x0\n )) {\n pcVar18 = (char *)gettext("COMDAT group has no signature");\n Object::error((Object *)this,pcVar18);\n i = (uint)&local_2c;\n /* WARNING: Subroutine does not return */\n std::__throw_logic_error("basic_string::_M_construct null not valid");\n }\n if (*pcVar18 == '\0') {\n pcVar13 = (char *)gettext("COMDAT group has no signature");\n Object::error((Object *)this,pcVar13);\n }\n i = (uint)&local_2c;\n __n = strlen(pcVar18);\n __dnew = __n;\n if (__n < 0x10) {\n paVar15 = &local_2c;\n if (__n == 1) {\n local_2c._M_local_buf[0] = *pcVar18;\n }\n else if (__n != 0) goto LAB_00261c7d;\n }\n else {\n i = std::string::_M_create(&i,(uint)&__dnew);\n local_2c._M_allocated_capacity = __dnew;\n paVar15 = (anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)i;\nLAB_00261c7d:\n memcpy(paVar15,pcVar18,__n);\n paVar15 = (anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)i;\n }\n paVar15->_M_local_buf[__dnew] = '\0';\n local_30 = __dnew;\n /* try { // try from 00261acd to 00261ad1 has its CatchHandler @ 00261dc7 */\n bVar10 = Layout::find_or_add_kept_section\n (layout,(string *)&i,(Relobj *)this,uVar11,true,true,(Kept_section **)0x0);\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)i != &local_2c) {\n operator_delete((void *)i);\n }\n if (bVar10) {\n Incremental_inputs::report_comdat_group(this_00,(Object *)this,pcVar18);\n }\n else {\n pcVar13 = (char *)gettext("COMDAT group %s included twice in incremental link");\n /* try { // try from 00261b16 to 00261cd0 has its CatchHandler @ 00261dcb */\n Object::error((Object *)this,pcVar13,pcVar18);\n }\n if (uVar11 + 1 == iVar16) break;\n uVar11 = uVar11 + 1;\n uVar12 = (uint)(byte)(this->input_reader_).flags_;\n }" { (if_statement "if ((uVar12 != 1) && (uVar12 != 2)) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/incremental.h",0x365,"get_input_section_count");\n }" if (parenthesized_expression "((uVar12 != 1) && (uVar12 != 2))" ( (binary_expression "(uVar12 != 1) && (uVar12 != 2)" (parenthesized_expression "(uVar12 != 1)" ( (binary_expression "uVar12 != 1" identifier != number_literal) )) && (parenthesized_expression "(uVar12 != 2)" ( (binary_expression "uVar12 != 2" identifier != number_literal) ))) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/incremental.h",0x365,"get_input_section_count");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/incremental.h",0x365,"get_input_section_count");" (call_expression "do_gold_unreachable("../../gold/incremental.h",0x365,"get_input_section_count")" identifier (argument_list "("../../gold/incremental.h",0x365,"get_input_section_count")" ( (string_literal ""../../gold/incremental.h"" " string_content ") , number_literal , (string_literal ""get_input_section_count"" " string_content ") ))) ;) })) (expression_statement "pIVar8 = (this->input_reader_).inputs_;" (assignment_expression "pIVar8 = (this->input_reader_).inputs_" identifier = (field_expression "(this->input_reader_).inputs_" (parenthesized_expression "(this->input_reader_)" ( (field_expression "this->input_reader_" identifier -> field_identifier) )) . field_identifier)) ;) (expression_statement "uVar12 = (this->input_reader_).info_offset_;" (assignment_expression "uVar12 = (this->input_reader_).info_offset_" identifier = (field_expression "(this->input_reader_).info_offset_" (parenthesized_expression "(this->input_reader_)" ( (field_expression "this->input_reader_" identifier -> field_identifier) )) . field_identifier)) ;) (expression_statement "puVar9 = pIVar8->p_;" (assignment_expression "puVar9 = pIVar8->p_" identifier = (field_expression "pIVar8->p_" identifier -> field_identifier)) ;) (if_statement "if (((pIVar8->strtab_).usable_size_ <=\n *(uint *)(puVar9 + uVar12 + 0x20 +\n *(int *)(puVar9 + uVar12) * 0x18 + uVar11 * 4 +\n *(int *)(puVar9 + uVar12 + 4) * 0x14)) ||\n (pcVar18 = (pIVar8->strtab_).base_ +\n *(uint *)(puVar9 + uVar12 + 0x20 +\n *(int *)(puVar9 + uVar12) * 0x18 + uVar11 * 4 +\n *(int *)(puVar9 + uVar12 + 4) * 0x14), pcVar18 == (char *)0x0\n )) {\n pcVar18 = (char *)gettext("COMDAT group has no signature");\n Object::error((Object *)this,pcVar18);\n i = (uint)&local_2c;\n /* WARNING: Subroutine does not return */\n std::__throw_logic_error("basic_string::_M_construct null not valid");\n }" if (parenthesized_expression "(((pIVar8->strtab_).usable_size_ <=\n *(uint *)(puVar9 + uVar12 + 0x20 +\n *(int *)(puVar9 + uVar12) * 0x18 + uVar11 * 4 +\n *(int *)(puVar9 + uVar12 + 4) * 0x14)) ||\n (pcVar18 = (pIVar8->strtab_).base_ +\n *(uint *)(puVar9 + uVar12 + 0x20 +\n *(int *)(puVar9 + uVar12) * 0x18 + uVar11 * 4 +\n *(int *)(puVar9 + uVar12 + 4) * 0x14), pcVar18 == (char *)0x0\n ))" ( (binary_expression "((pIVar8->strtab_).usable_size_ <=\n *(uint *)(puVar9 + uVar12 + 0x20 +\n *(int *)(puVar9 + uVar12) * 0x18 + uVar11 * 4 +\n *(int *)(puVar9 + uVar12 + 4) * 0x14)) ||\n (pcVar18 = (pIVar8->strtab_).base_ +\n *(uint *)(puVar9 + uVar12 + 0x20 +\n *(int *)(puVar9 + uVar12) * 0x18 + uVar11 * 4 +\n *(int *)(puVar9 + uVar12 + 4) * 0x14), pcVar18 == (char *)0x0\n )" (parenthesized_expression "((pIVar8->strtab_).usable_size_ <=\n *(uint *)(puVar9 + uVar12 + 0x20 +\n *(int *)(puVar9 + uVar12) * 0x18 + uVar11 * 4 +\n *(int *)(puVar9 + uVar12 + 4) * 0x14))" ( (binary_expression "(pIVar8->strtab_).usable_size_ <=\n *(uint *)(puVar9 + uVar12 + 0x20 +\n *(int *)(puVar9 + uVar12) * 0x18 + uVar11 * 4 +\n *(int *)(puVar9 + uVar12 + 4) * 0x14)" (field_expression "(pIVar8->strtab_).usable_size_" (parenthesized_expression "(pIVar8->strtab_)" ( (field_expression "pIVar8->strtab_" identifier -> field_identifier) )) . field_identifier) <= (pointer_expression "*(uint *)(puVar9 + uVar12 + 0x20 +\n *(int *)(puVar9 + uVar12) * 0x18 + uVar11 * 4 +\n *(int *)(puVar9 + uVar12 + 4) * 0x14)" * (cast_expression "(uint *)(puVar9 + uVar12 + 0x20 +\n *(int *)(puVar9 + uVar12) * 0x18 + uVar11 * 4 +\n *(int *)(puVar9 + uVar12 + 4) * 0x14)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar9 + uVar12 + 0x20 +\n *(int *)(puVar9 + uVar12) * 0x18 + uVar11 * 4 +\n *(int *)(puVar9 + uVar12 + 4) * 0x14)" ( (binary_expression "puVar9 + uVar12 + 0x20 +\n *(int *)(puVar9 + uVar12) * 0x18 + uVar11 * 4 +\n *(int *)(puVar9 + uVar12 + 4) * 0x14" (binary_expression "puVar9 + uVar12 + 0x20 +\n *(int *)(puVar9 + uVar12) * 0x18 + uVar11 * 4" (binary_expression "puVar9 + uVar12 + 0x20 +\n *(int *)(puVar9 + uVar12) * 0x18" (binary_expression "puVar9 + uVar12 + 0x20" (binary_expression "puVar9 + uVar12" identifier + identifier) + number_literal) + (binary_expression "*(int *)(puVar9 + uVar12) * 0x18" (pointer_expression "*(int *)(puVar9 + uVar12)" * (cast_expression "(int *)(puVar9 + uVar12)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar9 + uVar12)" ( (binary_expression "puVar9 + uVar12" identifier + identifier) )))) * number_literal)) + (binary_expression "uVar11 * 4" identifier * number_literal)) + (binary_expression "*(int *)(puVar9 + uVar12 + 4) * 0x14" (pointer_expression "*(int *)(puVar9 + uVar12 + 4)" * (cast_expression "(int *)(puVar9 + uVar12 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar9 + uVar12 + 4)" ( (binary_expression "puVar9 + uVar12 + 4" (binary_expression "puVar9 + uVar12" identifier + identifier) + number_literal) )))) * number_literal)) ))))) )) || (parenthesized_expression "(pcVar18 = (pIVar8->strtab_).base_ +\n *(uint *)(puVar9 + uVar12 + 0x20 +\n *(int *)(puVar9 + uVar12) * 0x18 + uVar11 * 4 +\n *(int *)(puVar9 + uVar12 + 4) * 0x14), pcVar18 == (char *)0x0\n )" ( (comma_expression "pcVar18 = (pIVar8->strtab_).base_ +\n *(uint *)(puVar9 + uVar12 + 0x20 +\n *(int *)(puVar9 + uVar12) * 0x18 + uVar11 * 4 +\n *(int *)(puVar9 + uVar12 + 4) * 0x14), pcVar18 == (char *)0x0" (assignment_expression "pcVar18 = (pIVar8->strtab_).base_ +\n *(uint *)(puVar9 + uVar12 + 0x20 +\n *(int *)(puVar9 + uVar12) * 0x18 + uVar11 * 4 +\n *(int *)(puVar9 + uVar12 + 4) * 0x14)" identifier = (binary_expression "(pIVar8->strtab_).base_ +\n *(uint *)(puVar9 + uVar12 + 0x20 +\n *(int *)(puVar9 + uVar12) * 0x18 + uVar11 * 4 +\n *(int *)(puVar9 + uVar12 + 4) * 0x14)" (field_expression "(pIVar8->strtab_).base_" (parenthesized_expression "(pIVar8->strtab_)" ( (field_expression "pIVar8->strtab_" identifier -> field_identifier) )) . field_identifier) + (pointer_expression "*(uint *)(puVar9 + uVar12 + 0x20 +\n *(int *)(puVar9 + uVar12) * 0x18 + uVar11 * 4 +\n *(int *)(puVar9 + uVar12 + 4) * 0x14)" * (cast_expression "(uint *)(puVar9 + uVar12 + 0x20 +\n *(int *)(puVar9 + uVar12) * 0x18 + uVar11 * 4 +\n *(int *)(puVar9 + uVar12 + 4) * 0x14)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar9 + uVar12 + 0x20 +\n *(int *)(puVar9 + uVar12) * 0x18 + uVar11 * 4 +\n *(int *)(puVar9 + uVar12 + 4) * 0x14)" ( (binary_expression "puVar9 + uVar12 + 0x20 +\n *(int *)(puVar9 + uVar12) * 0x18 + uVar11 * 4 +\n *(int *)(puVar9 + uVar12 + 4) * 0x14" (binary_expression "puVar9 + uVar12 + 0x20 +\n *(int *)(puVar9 + uVar12) * 0x18 + uVar11 * 4" (binary_expression "puVar9 + uVar12 + 0x20 +\n *(int *)(puVar9 + uVar12) * 0x18" (binary_expression "puVar9 + uVar12 + 0x20" (binary_expression "puVar9 + uVar12" identifier + identifier) + number_literal) + (binary_expression "*(int *)(puVar9 + uVar12) * 0x18" (pointer_expression "*(int *)(puVar9 + uVar12)" * (cast_expression "(int *)(puVar9 + uVar12)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar9 + uVar12)" ( (binary_expression "puVar9 + uVar12" identifier + identifier) )))) * number_literal)) + (binary_expression "uVar11 * 4" identifier * number_literal)) + (binary_expression "*(int *)(puVar9 + uVar12 + 4) * 0x14" (pointer_expression "*(int *)(puVar9 + uVar12 + 4)" * (cast_expression "(int *)(puVar9 + uVar12 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar9 + uVar12 + 4)" ( (binary_expression "puVar9 + uVar12 + 4" (binary_expression "puVar9 + uVar12" identifier + identifier) + number_literal) )))) * number_literal)) )))))) , (binary_expression "pcVar18 == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal))) ))) )) (compound_statement "{\n pcVar18 = (char *)gettext("COMDAT group has no signature");\n Object::error((Object *)this,pcVar18);\n i = (uint)&local_2c;\n /* WARNING: Subroutine does not return */\n std::__throw_logic_error("basic_string::_M_construct null not valid");\n }" { (expression_statement "pcVar18 = (char *)gettext("COMDAT group has no signature");" (assignment_expression "pcVar18 = (char *)gettext("COMDAT group has no signature")" identifier = (cast_expression "(char *)gettext("COMDAT group has no signature")" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "gettext("COMDAT group has no signature")" identifier (argument_list "("COMDAT group has no signature")" ( (string_literal ""COMDAT group has no signature"" " string_content ") ))))) ;) (labeled_statement "Object::error((Object *)this,pcVar18);" statement_identifier : (ERROR ":" :) (expression_statement "error((Object *)this,pcVar18);" (call_expression "error((Object *)this,pcVar18)" identifier (argument_list "((Object *)this,pcVar18)" ( (cast_expression "(Object *)this" ( (type_descriptor "Object *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , identifier ))) ;)) (expression_statement "i = (uint)&local_2c;" (assignment_expression "i = (uint)&local_2c" identifier = (binary_expression "(uint)&local_2c" (parenthesized_expression "(uint)" ( identifier )) & identifier)) ;) comment (labeled_statement "std::__throw_logic_error("basic_string::_M_construct null not valid");" statement_identifier : (ERROR ":" :) (expression_statement "__throw_logic_error("basic_string::_M_construct null not valid");" (call_expression "__throw_logic_error("basic_string::_M_construct null not valid")" identifier (argument_list "("basic_string::_M_construct null not valid")" ( (string_literal ""basic_string::_M_construct null not valid"" " string_content ") ))) ;)) })) (if_statement "if (*pcVar18 == '\0') {\n pcVar13 = (char *)gettext("COMDAT group has no signature");\n Object::error((Object *)this,pcVar13);\n }" if (parenthesized_expression "(*pcVar18 == '\0')" ( (binary_expression "*pcVar18 == '\0'" (pointer_expression "*pcVar18" * identifier) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n pcVar13 = (char *)gettext("COMDAT group has no signature");\n Object::error((Object *)this,pcVar13);\n }" { (expression_statement "pcVar13 = (char *)gettext("COMDAT group has no signature");" (assignment_expression "pcVar13 = (char *)gettext("COMDAT group has no signature")" identifier = (cast_expression "(char *)gettext("COMDAT group has no signature")" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "gettext("COMDAT group has no signature")" identifier (argument_list "("COMDAT group has no signature")" ( (string_literal ""COMDAT group has no signature"" " string_content ") ))))) ;) (labeled_statement "Object::error((Object *)this,pcVar13);" statement_identifier : (ERROR ":" :) (expression_statement "error((Object *)this,pcVar13);" (call_expression "error((Object *)this,pcVar13)" identifier (argument_list "((Object *)this,pcVar13)" ( (cast_expression "(Object *)this" ( (type_descriptor "Object *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , identifier ))) ;)) })) (expression_statement "i = (uint)&local_2c;" (assignment_expression "i = (uint)&local_2c" identifier = (binary_expression "(uint)&local_2c" (parenthesized_expression "(uint)" ( identifier )) & identifier)) ;) (expression_statement "__n = strlen(pcVar18);" (assignment_expression "__n = strlen(pcVar18)" identifier = (call_expression "strlen(pcVar18)" identifier (argument_list "(pcVar18)" ( identifier )))) ;) (expression_statement "__dnew = __n;" (assignment_expression "__dnew = __n" identifier = identifier) ;) (if_statement "if (__n < 0x10) {\n paVar15 = &local_2c;\n if (__n == 1) {\n local_2c._M_local_buf[0] = *pcVar18;\n }\n else if (__n != 0) goto LAB_00261c7d;\n }\n else {\n i = std::string::_M_create(&i,(uint)&__dnew);\n local_2c._M_allocated_capacity = __dnew;\n paVar15 = (anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)i;\nLAB_00261c7d:\n memcpy(paVar15,pcVar18,__n);\n paVar15 = (anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)i;\n }" if (parenthesized_expression "(__n < 0x10)" ( (binary_expression "__n < 0x10" identifier < number_literal) )) (compound_statement "{\n paVar15 = &local_2c;\n if (__n == 1) {\n local_2c._M_local_buf[0] = *pcVar18;\n }\n else if (__n != 0) goto LAB_00261c7d;\n }" { (expression_statement "paVar15 = &local_2c;" (assignment_expression "paVar15 = &local_2c" identifier = (pointer_expression "&local_2c" & identifier)) ;) (if_statement "if (__n == 1) {\n local_2c._M_local_buf[0] = *pcVar18;\n }\n else if (__n != 0) goto LAB_00261c7d;" if (parenthesized_expression "(__n == 1)" ( (binary_expression "__n == 1" identifier == number_literal) )) (compound_statement "{\n local_2c._M_local_buf[0] = *pcVar18;\n }" { (expression_statement "local_2c._M_local_buf[0] = *pcVar18;" (assignment_expression "local_2c._M_local_buf[0] = *pcVar18" (subscript_expression "local_2c._M_local_buf[0]" (field_expression "local_2c._M_local_buf" identifier . field_identifier) [ number_literal ]) = (pointer_expression "*pcVar18" * identifier)) ;) }) (else_clause "else if (__n != 0) goto LAB_00261c7d;" else (if_statement "if (__n != 0) goto LAB_00261c7d;" if (parenthesized_expression "(__n != 0)" ( (binary_expression "__n != 0" identifier != number_literal) )) (goto_statement "goto LAB_00261c7d;" goto statement_identifier ;)))) }) (else_clause "else {\n i = std::string::_M_create(&i,(uint)&__dnew);\n local_2c._M_allocated_capacity = __dnew;\n paVar15 = (anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)i;\nLAB_00261c7d:\n memcpy(paVar15,pcVar18,__n);\n paVar15 = (anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)i;\n }" else (compound_statement "{\n i = std::string::_M_create(&i,(uint)&__dnew);\n local_2c._M_allocated_capacity = __dnew;\n paVar15 = (anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)i;\nLAB_00261c7d:\n memcpy(paVar15,pcVar18,__n);\n paVar15 = (anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)i;\n }" { (ERROR "i = std::" (assignment_expression "i = std" identifier = identifier) : :) (labeled_statement "string::_M_create(&i,(uint)&__dnew);" statement_identifier : (ERROR ":" :) (expression_statement "_M_create(&i,(uint)&__dnew);" (call_expression "_M_create(&i,(uint)&__dnew)" identifier (argument_list "(&i,(uint)&__dnew)" ( (pointer_expression "&i" & identifier) , (binary_expression "(uint)&__dnew" (parenthesized_expression "(uint)" ( identifier )) & identifier) ))) ;)) (expression_statement "local_2c._M_allocated_capacity = __dnew;" (assignment_expression "local_2c._M_allocated_capacity = __dnew" (field_expression "local_2c._M_allocated_capacity" identifier . field_identifier) = identifier) ;) (expression_statement "paVar15 = (anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)i;" (assignment_expression "paVar15 = (anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)i" identifier = (parenthesized_expression "(anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)i" ( (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 *)i" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (binary_expression "_9\n *)i" identifier * (ERROR ")" )) identifier)) ))) ;) (labeled_statement "LAB_00261c7d:\n memcpy(paVar15,pcVar18,__n);" statement_identifier : (expression_statement "memcpy(paVar15,pcVar18,__n);" (call_expression "memcpy(paVar15,pcVar18,__n)" identifier (argument_list "(paVar15,pcVar18,__n)" ( identifier , identifier , identifier ))) ;)) (expression_statement "paVar15 = (anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)i;" (assignment_expression "paVar15 = (anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)i" identifier = (parenthesized_expression "(anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)i" ( (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 *)i" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (binary_expression "_9\n *)i" identifier * (ERROR ")" )) identifier)) ))) ;) }))) (expression_statement "paVar15->_M_local_buf[__dnew] = '\0';" (assignment_expression "paVar15->_M_local_buf[__dnew] = '\0'" (subscript_expression "paVar15->_M_local_buf[__dnew]" (field_expression "paVar15->_M_local_buf" identifier -> field_identifier) [ identifier ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "local_30 = __dnew;" (assignment_expression "local_30 = __dnew" identifier = identifier) ;) comment (ERROR "bVar10 = Layout::" (assignment_expression "bVar10 = Layout" identifier = identifier) : :) (expression_statement "find_or_add_kept_section\n (layout,(string *)&i,(Relobj *)this,uVar11,true,true,(Kept_section **)0x0);" (call_expression "find_or_add_kept_section\n (layout,(string *)&i,(Relobj *)this,uVar11,true,true,(Kept_section **)0x0)" identifier (argument_list "(layout,(string *)&i,(Relobj *)this,uVar11,true,true,(Kept_section **)0x0)" ( identifier , (cast_expression "(string *)&i" ( (type_descriptor "string *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&i" & identifier)) , (cast_expression "(Relobj *)this" ( (type_descriptor "Relobj *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , identifier , true , true , (cast_expression "(Kept_section **)0x0" ( (type_descriptor "Kept_section **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) number_literal) ))) ;) (if_statement "if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)i != &local_2c) {\n operator_delete((void *)i);\n }" if (parenthesized_expression "((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)i != &local_2c)" ( (parenthesized_expression "(anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)i != &local_2c)" ( (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 *)i != &local_2c" (binary_expression "allocator<char>_>_9\n *)i" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (binary_expression "_9\n *)i" identifier * (ERROR ")" )) identifier)) != (pointer_expression "&local_2c" & identifier)) )) )) (compound_statement "{\n operator_delete((void *)i);\n }" { (expression_statement "operator_delete((void *)i);" (call_expression "operator_delete((void *)i)" identifier (argument_list "((void *)i)" ( (cast_expression "(void *)i" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) ))) ;) })) (if_statement "if (bVar10) {\n Incremental_inputs::report_comdat_group(this_00,(Object *)this,pcVar18);\n }\n else {\n pcVar13 = (char *)gettext("COMDAT group %s included twice in incremental link");\n /* try { // try from 00261b16 to 00261cd0 has its CatchHandler @ 00261dcb */\n Object::error((Object *)this,pcVar13,pcVar18);\n }" if (parenthesized_expression "(bVar10)" ( identifier )) (compound_statement "{\n Incremental_inputs::report_comdat_group(this_00,(Object *)this,pcVar18);\n }" { (labeled_statement "Incremental_inputs::report_comdat_group(this_00,(Object *)this,pcVar18);" statement_identifier : (ERROR ":" :) (expression_statement "report_comdat_group(this_00,(Object *)this,pcVar18);" (call_expression "report_comdat_group(this_00,(Object *)this,pcVar18)" identifier (argument_list "(this_00,(Object *)this,pcVar18)" ( identifier , (cast_expression "(Object *)this" ( (type_descriptor "Object *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , identifier ))) ;)) }) (else_clause "else {\n pcVar13 = (char *)gettext("COMDAT group %s included twice in incremental link");\n /* try { // try from 00261b16 to 00261cd0 has its CatchHandler @ 00261dcb */\n Object::error((Object *)this,pcVar13,pcVar18);\n }" else (compound_statement "{\n pcVar13 = (char *)gettext("COMDAT group %s included twice in incremental link");\n /* try { // try from 00261b16 to 00261cd0 has its CatchHandler @ 00261dcb */\n Object::error((Object *)this,pcVar13,pcVar18);\n }" { (expression_statement "pcVar13 = (char *)gettext("COMDAT group %s included twice in incremental link");" (assignment_expression "pcVar13 = (char *)gettext("COMDAT group %s included twice in incremental link")" identifier = (cast_expression "(char *)gettext("COMDAT group %s included twice in incremental link")" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "gettext("COMDAT group %s included twice in incremental link")" identifier (argument_list "("COMDAT group %s included twice in incremental link")" ( (string_literal ""COMDAT group %s included twice in incremental link"" " string_content ") ))))) ;) comment (labeled_statement "Object::error((Object *)this,pcVar13,pcVar18);" statement_identifier : (ERROR ":" :) (expression_statement "error((Object *)this,pcVar13,pcVar18);" (call_expression "error((Object *)this,pcVar13,pcVar18)" identifier (argument_list "((Object *)this,pcVar13,pcVar18)" ( (cast_expression "(Object *)this" ( (type_descriptor "Object *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , identifier , identifier ))) ;)) }))) (if_statement "if (uVar11 + 1 == iVar16) break;" if (parenthesized_expression "(uVar11 + 1 == iVar16)" ( (binary_expression "uVar11 + 1 == iVar16" (binary_expression "uVar11 + 1" identifier + number_literal) == identifier) )) (break_statement "break;" break ;)) (expression_statement "uVar11 = uVar11 + 1;" (assignment_expression "uVar11 = uVar11 + 1" identifier = (binary_expression "uVar11 + 1" identifier + number_literal)) ;) (expression_statement "uVar12 = (uint)(byte)(this->input_reader_).flags_;" (assignment_expression "uVar12 = (uint)(byte)(this->input_reader_).flags_" identifier = (field_expression "(uint)(byte)(this->input_reader_).flags_" (call_expression "(uint)(byte)(this->input_reader_)" (call_expression "(uint)(byte)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(byte)" ( identifier ))) (argument_list "(this->input_reader_)" ( (field_expression "this->input_reader_" identifier -> field_identifier) ))) . field_identifier)) ;) }) while (parenthesized_expression "( true )" ( true )) ;) })) (ERROR "puVar17 = debug_info_sections.super__Vector_base<unsigned_int," (assignment_expression "puVar17 = debug_info_sections.super__Vector_base<unsigned_int" identifier = (binary_expression "debug_info_sections.super__Vector_base<unsigned_int" (field_expression "debug_info_sections.super__Vector_base" identifier . field_identifier) < identifier)) ,) (labeled_statement "_std::allocator<unsigned_int>_>.\n _M_impl._M_start;" statement_identifier : (ERROR ":" :) (expression_statement "allocator<unsigned_int>_>.\n _M_impl._M_start;" (field_expression "allocator<unsigned_int>_>.\n _M_impl._M_start" (field_expression "allocator<unsigned_int>_>.\n _M_impl" (binary_expression "allocator<unsigned_int>_" (binary_expression "allocator<unsigned_int" identifier < identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) ;)) (if_statement "if (debug_info_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl.\n _M_start !=\n debug_info_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl.\n _M_finish) {\n do {\n Layout::add_to_gdb_index<64,_false>\n (layout,false,&this->super_Sized_relobj<64,_false>,(uchar *)0x0,0,*puVar17,0,0);\n puVar17 = puVar17 + 1;\n } while (debug_info_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_finish != puVar17);\n }" if (parenthesized_expression "(debug_info_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl.\n _M_start !=\n debug_info_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl.\n _M_finish)" ( (ERROR "debug_info_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl.\n _M_start !=\n debug_info_sections.super__Vector_base<unsigned_int,_std::" (comma_expression "debug_info_sections.super__Vector_base<unsigned_int,_std" (binary_expression "debug_info_sections.super__Vector_base<unsigned_int" (field_expression "debug_info_sections.super__Vector_base" identifier . field_identifier) < identifier) , identifier) : : (comma_expression "allocator<unsigned_int>_>._M_impl.\n _M_start !=\n debug_info_sections.super__Vector_base<unsigned_int,_std" (binary_expression "allocator<unsigned_int>_>._M_impl.\n _M_start !=\n debug_info_sections.super__Vector_base<unsigned_int" (field_expression "allocator<unsigned_int>_>._M_impl.\n _M_start" (field_expression "allocator<unsigned_int>_>._M_impl" (binary_expression "allocator<unsigned_int>_" (binary_expression "allocator<unsigned_int" identifier < identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) != (binary_expression "debug_info_sections.super__Vector_base<unsigned_int" (field_expression "debug_info_sections.super__Vector_base" identifier . field_identifier) < identifier)) , identifier) : :) (field_expression "allocator<unsigned_int>_>._M_impl.\n _M_finish" (field_expression "allocator<unsigned_int>_>._M_impl" (binary_expression "allocator<unsigned_int>_" (binary_expression "allocator<unsigned_int" identifier < identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) )) (compound_statement "{\n do {\n Layout::add_to_gdb_index<64,_false>\n (layout,false,&this->super_Sized_relobj<64,_false>,(uchar *)0x0,0,*puVar17,0,0);\n puVar17 = puVar17 + 1;\n } while (debug_info_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_finish != puVar17);\n }" { (do_statement "do {\n Layout::add_to_gdb_index<64,_false>\n (layout,false,&this->super_Sized_relobj<64,_false>,(uchar *)0x0,0,*puVar17,0,0);\n puVar17 = puVar17 + 1;\n } while (debug_info_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_finish != puVar17);" do (compound_statement "{\n Layout::add_to_gdb_index<64,_false>\n (layout,false,&this->super_Sized_relobj<64,_false>,(uchar *)0x0,0,*puVar17,0,0);\n puVar17 = puVar17 + 1;\n }" { (labeled_statement "Layout::add_to_gdb_index<64,_false>\n (layout,false,&this->super_Sized_relobj<64,_false>,(uchar *)0x0,0,*puVar17,0,0);" statement_identifier : (ERROR ":" :) (expression_statement "add_to_gdb_index<64,_false>\n (layout,false,&this->super_Sized_relobj<64,_false>,(uchar *)0x0,0,*puVar17,0,0);" (comma_expression "add_to_gdb_index<64,_false>\n (layout,false,&this->super_Sized_relobj<64,_false>,(uchar *)0x0,0,*puVar17,0,0)" (binary_expression "add_to_gdb_index<64" identifier < number_literal) , (binary_expression "_false>\n (layout,false,&this->super_Sized_relobj<64,_false>,(uchar *)0x0,0,*puVar17,0,0)" identifier > (parenthesized_expression "(layout,false,&this->super_Sized_relobj<64,_false>,(uchar *)0x0,0,*puVar17,0,0)" ( (comma_expression "layout,false,&this->super_Sized_relobj<64,_false>,(uchar *)0x0,0,*puVar17,0,0" identifier , (comma_expression "false,&this->super_Sized_relobj<64,_false>,(uchar *)0x0,0,*puVar17,0,0" false , (comma_expression "&this->super_Sized_relobj<64,_false>,(uchar *)0x0,0,*puVar17,0,0" (binary_expression "&this->super_Sized_relobj<64" (pointer_expression "&this->super_Sized_relobj" & (field_expression "this->super_Sized_relobj" identifier -> field_identifier)) < number_literal) , (comma_expression "_false>,(uchar *)0x0,0,*puVar17,0,0" (binary_expression "_false>" identifier > identifier) , (comma_expression "(uchar *)0x0,0,*puVar17,0,0" (cast_expression "(uchar *)0x0" ( (type_descriptor "uchar *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) , (comma_expression "0,*puVar17,0,0" number_literal , (comma_expression "*puVar17,0,0" (pointer_expression "*puVar17" * identifier) , (comma_expression "0,0" number_literal , number_literal)))))))) )))) ;)) (expression_statement "puVar17 = puVar17 + 1;" (assignment_expression "puVar17 = puVar17 + 1" identifier = (binary_expression "puVar17 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(debug_info_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_finish != puVar17)" ( (ERROR "debug_info_sections.super__Vector_base<unsigned_int,_std::" (comma_expression "debug_info_sections.super__Vector_base<unsigned_int,_std" (binary_expression "debug_info_sections.super__Vector_base<unsigned_int" (field_expression "debug_info_sections.super__Vector_base" identifier . field_identifier) < identifier) , identifier) : :) (binary_expression "allocator<unsigned_int>_>.\n _M_impl._M_finish != puVar17" (field_expression "allocator<unsigned_int>_>.\n _M_impl._M_finish" (field_expression "allocator<unsigned_int>_>.\n _M_impl" (binary_expression "allocator<unsigned_int>_" (binary_expression "allocator<unsigned_int" identifier < identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) != identifier) )) ;) })) (ERROR "puVar14 = debug_types_sections.super__Vector_base<unsigned_int," (assignment_expression "puVar14 = debug_types_sections.super__Vector_base<unsigned_int" identifier = (binary_expression "debug_types_sections.super__Vector_base<unsigned_int" (field_expression "debug_types_sections.super__Vector_base" identifier . field_identifier) < identifier)) ,) (labeled_statement "_std::allocator<unsigned_int>_>.\n _M_impl._M_finish;" statement_identifier : (ERROR ":" :) (expression_statement "allocator<unsigned_int>_>.\n _M_impl._M_finish;" (field_expression "allocator<unsigned_int>_>.\n _M_impl._M_finish" (field_expression "allocator<unsigned_int>_>.\n _M_impl" (binary_expression "allocator<unsigned_int>_" (binary_expression "allocator<unsigned_int" identifier < identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) ;)) (ERROR "puVar17 = debug_types_sections.super__Vector_base<unsigned_int," (assignment_expression "puVar17 = debug_types_sections.super__Vector_base<unsigned_int" identifier = (binary_expression "debug_types_sections.super__Vector_base<unsigned_int" (field_expression "debug_types_sections.super__Vector_base" identifier . field_identifier) < identifier)) ,) (labeled_statement "_std::allocator<unsigned_int>_>.\n _M_impl._M_start;" statement_identifier : (ERROR ":" :) (expression_statement "allocator<unsigned_int>_>.\n _M_impl._M_start;" (field_expression "allocator<unsigned_int>_>.\n _M_impl._M_start" (field_expression "allocator<unsigned_int>_>.\n _M_impl" (binary_expression "allocator<unsigned_int>_" (binary_expression "allocator<unsigned_int" identifier < identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) ;)) (if_statement "if (debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl.\n _M_start !=\n debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl.\n _M_finish) {\n do {\n Layout::add_to_gdb_index<64,_false>\n (layout,true,&this->super_Sized_relobj<64,_false>,(uchar *)0x0,0,*puVar17,0,0);\n puVar17 = puVar17 + 1;\n puVar14 = debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>\n ._M_impl._M_start;\n } while (debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_finish != puVar17);\n }" if (parenthesized_expression "(debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl.\n _M_start !=\n debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl.\n _M_finish)" ( (ERROR "debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl.\n _M_start !=\n debug_types_sections.super__Vector_base<unsigned_int,_std::" (comma_expression "debug_types_sections.super__Vector_base<unsigned_int,_std" (binary_expression "debug_types_sections.super__Vector_base<unsigned_int" (field_expression "debug_types_sections.super__Vector_base" identifier . field_identifier) < identifier) , identifier) : : (comma_expression "allocator<unsigned_int>_>._M_impl.\n _M_start !=\n debug_types_sections.super__Vector_base<unsigned_int,_std" (binary_expression "allocator<unsigned_int>_>._M_impl.\n _M_start !=\n debug_types_sections.super__Vector_base<unsigned_int" (field_expression "allocator<unsigned_int>_>._M_impl.\n _M_start" (field_expression "allocator<unsigned_int>_>._M_impl" (binary_expression "allocator<unsigned_int>_" (binary_expression "allocator<unsigned_int" identifier < identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) != (binary_expression "debug_types_sections.super__Vector_base<unsigned_int" (field_expression "debug_types_sections.super__Vector_base" identifier . field_identifier) < identifier)) , identifier) : :) (field_expression "allocator<unsigned_int>_>._M_impl.\n _M_finish" (field_expression "allocator<unsigned_int>_>._M_impl" (binary_expression "allocator<unsigned_int>_" (binary_expression "allocator<unsigned_int" identifier < identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) )) (compound_statement "{\n do {\n Layout::add_to_gdb_index<64,_false>\n (layout,true,&this->super_Sized_relobj<64,_false>,(uchar *)0x0,0,*puVar17,0,0);\n puVar17 = puVar17 + 1;\n puVar14 = debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>\n ._M_impl._M_start;\n } while (debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_finish != puVar17);\n }" { (do_statement "do {\n Layout::add_to_gdb_index<64,_false>\n (layout,true,&this->super_Sized_relobj<64,_false>,(uchar *)0x0,0,*puVar17,0,0);\n puVar17 = puVar17 + 1;\n puVar14 = debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>\n ._M_impl._M_start;\n } while (debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_finish != puVar17);" do (compound_statement "{\n Layout::add_to_gdb_index<64,_false>\n (layout,true,&this->super_Sized_relobj<64,_false>,(uchar *)0x0,0,*puVar17,0,0);\n puVar17 = puVar17 + 1;\n puVar14 = debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>\n ._M_impl._M_start;\n }" { (labeled_statement "Layout::add_to_gdb_index<64,_false>\n (layout,true,&this->super_Sized_relobj<64,_false>,(uchar *)0x0,0,*puVar17,0,0);" statement_identifier : (ERROR ":" :) (expression_statement "add_to_gdb_index<64,_false>\n (layout,true,&this->super_Sized_relobj<64,_false>,(uchar *)0x0,0,*puVar17,0,0);" (comma_expression "add_to_gdb_index<64,_false>\n (layout,true,&this->super_Sized_relobj<64,_false>,(uchar *)0x0,0,*puVar17,0,0)" (binary_expression "add_to_gdb_index<64" identifier < number_literal) , (binary_expression "_false>\n (layout,true,&this->super_Sized_relobj<64,_false>,(uchar *)0x0,0,*puVar17,0,0)" identifier > (parenthesized_expression "(layout,true,&this->super_Sized_relobj<64,_false>,(uchar *)0x0,0,*puVar17,0,0)" ( (comma_expression "layout,true,&this->super_Sized_relobj<64,_false>,(uchar *)0x0,0,*puVar17,0,0" identifier , (comma_expression "true,&this->super_Sized_relobj<64,_false>,(uchar *)0x0,0,*puVar17,0,0" true , (comma_expression "&this->super_Sized_relobj<64,_false>,(uchar *)0x0,0,*puVar17,0,0" (binary_expression "&this->super_Sized_relobj<64" (pointer_expression "&this->super_Sized_relobj" & (field_expression "this->super_Sized_relobj" identifier -> field_identifier)) < number_literal) , (comma_expression "_false>,(uchar *)0x0,0,*puVar17,0,0" (binary_expression "_false>" identifier > identifier) , (comma_expression "(uchar *)0x0,0,*puVar17,0,0" (cast_expression "(uchar *)0x0" ( (type_descriptor "uchar *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) , (comma_expression "0,*puVar17,0,0" number_literal , (comma_expression "*puVar17,0,0" (pointer_expression "*puVar17" * identifier) , (comma_expression "0,0" number_literal , number_literal)))))))) )))) ;)) (expression_statement "puVar17 = puVar17 + 1;" (assignment_expression "puVar17 = puVar17 + 1" identifier = (binary_expression "puVar17 + 1" identifier + number_literal)) ;) (ERROR "puVar14 = debug_types_sections.super__Vector_base<unsigned_int,_std::" (comma_expression "puVar14 = debug_types_sections.super__Vector_base<unsigned_int,_std" (assignment_expression "puVar14 = debug_types_sections.super__Vector_base<unsigned_int" identifier = (binary_expression "debug_types_sections.super__Vector_base<unsigned_int" (field_expression "debug_types_sections.super__Vector_base" identifier . field_identifier) < identifier)) , identifier) : :) (expression_statement "allocator<unsigned_int>_>\n ._M_impl._M_start;" (field_expression "allocator<unsigned_int>_>\n ._M_impl._M_start" (field_expression "allocator<unsigned_int>_>\n ._M_impl" (binary_expression "allocator<unsigned_int>_" (binary_expression "allocator<unsigned_int" identifier < identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) ;) }) while (parenthesized_expression "(debug_types_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_finish != puVar17)" ( (ERROR "debug_types_sections.super__Vector_base<unsigned_int,_std::" (comma_expression "debug_types_sections.super__Vector_base<unsigned_int,_std" (binary_expression "debug_types_sections.super__Vector_base<unsigned_int" (field_expression "debug_types_sections.super__Vector_base" identifier . field_identifier) < identifier) , identifier) : :) (binary_expression "allocator<unsigned_int>_>.\n _M_impl._M_finish != puVar17" (field_expression "allocator<unsigned_int>_>.\n _M_impl._M_finish" (field_expression "allocator<unsigned_int>_>.\n _M_impl" (binary_expression "allocator<unsigned_int>_" (binary_expression "allocator<unsigned_int" identifier < identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) != identifier) )) ;) })) (if_statement "if (puVar14 != (pointer)0x0) {\n operator_delete(puVar14);\n }" if (parenthesized_expression "(puVar14 != (pointer)0x0)" ( (binary_expression "puVar14 != (pointer)0x0" identifier != (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal)) )) (compound_statement "{\n operator_delete(puVar14);\n }" { (expression_statement "operator_delete(puVar14);" (call_expression "operator_delete(puVar14)" identifier (argument_list "(puVar14)" ( identifier ))) ;) })) (if_statement "if (debug_info_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl.\n _M_start != (pointer)0x0) {\n operator_delete(debug_info_sections.\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl._M_start\n );\n }" if (parenthesized_expression "(debug_info_sections.super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl.\n _M_start != (pointer)0x0)" ( (ERROR "debug_info_sections.super__Vector_base<unsigned_int,_std::" (comma_expression "debug_info_sections.super__Vector_base<unsigned_int,_std" (binary_expression "debug_info_sections.super__Vector_base<unsigned_int" (field_expression "debug_info_sections.super__Vector_base" identifier . field_identifier) < identifier) , identifier) : :) (binary_expression "allocator<unsigned_int>_>._M_impl.\n _M_start != (pointer)0x0" (field_expression "allocator<unsigned_int>_>._M_impl.\n _M_start" (field_expression "allocator<unsigned_int>_>._M_impl" (binary_expression "allocator<unsigned_int>_" (binary_expression "allocator<unsigned_int" identifier < identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) != (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal)) )) (compound_statement "{\n operator_delete(debug_info_sections.\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl._M_start\n );\n }" { (expression_statement "operator_delete(debug_info_sections.\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl._M_start\n );" (call_expression "operator_delete(debug_info_sections.\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl._M_start\n )" identifier (argument_list "(debug_info_sections.\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl._M_start\n )" ( (binary_expression "debug_info_sections.\n super__Vector_base<unsigned_int" (field_expression "debug_info_sections.\n super__Vector_base" identifier . field_identifier) < identifier) , (ERROR "_std::" identifier : :) (field_expression "allocator<unsigned_int>_>._M_impl._M_start" (field_expression "allocator<unsigned_int>_>._M_impl" (binary_expression "allocator<unsigned_int>_" (binary_expression "allocator<unsigned_int" identifier < identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) ))) ;) })) (return_statement "return;" return ;) (ERROR "}" }))
(translation_unit "void FUN_002617a0(int param_1,undefined4 param_2,int param_3)\n\n{\n int iVar1;\n uint uVar2;\n uint uVar3;\n int *piVar4;\n int iVar5;\n int iVar6;\n char cVar7;\n size_t *psVar8;\n uint uVar9;\n undefined4 uVar10;\n size_t __n;\n size_t *psVar11;\n int iVar12;\n uint *puVar13;\n char *__s;\n byte *pbVar14;\n uint *puVar15;\n byte *pbVar16;\n int iVar17;\n bool bVar18;\n bool bVar19;\n bool bVar20;\n byte bVar21;\n size_t local_50;\n uint *local_4c;\n uint *local_48;\n uint *local_44;\n uint *local_40;\n uint *local_3c;\n uint *local_38;\n size_t *local_34;\n size_t local_30;\n size_t local_2c [7];\n \n bVar21 = 0;\n psVar11 = *(size_t **)(param_1 + 0x28);\n iVar1 = *(int *)(param_3 + 0x1d0);\n if (iVar1 == 0) {\n \n FUN_002446e0("../../gold/incremental.cc",0x7f9,"do_layout",0);\n }\n psVar8 = (size_t *)(*(int *)(param_1 + 0x3c) - *(int *)(param_1 + 0x38) >> 2);\n if (psVar8 < psVar11) {\n FUN_0025d2a0(param_1 + 0x38,(int)psVar11 - (int)psVar8);\n }\n else if ((psVar11 < psVar8) &&\n (iVar12 = *(int *)(param_1 + 0x38) + (int)psVar11 * 4, *(int *)(param_1 + 0x3c) != iVar12)\n ) {\n *(int *)(param_1 + 0x3c) = iVar12;\n }\n psVar8 = (size_t *)(*(int *)(param_1 + 0x88) - *(int *)(param_1 + 0x84) >> 3);\n if (psVar8 < psVar11) {\n FUN_00261660(param_1 + 0x84,(int)psVar11 - (int)psVar8);\n }\n else if ((psVar11 < psVar8) &&\n (iVar12 = *(int *)(param_1 + 0x84) + (int)psVar11 * 8, *(int *)(param_1 + 0x88) != iVar12)\n ) {\n *(int *)(param_1 + 0x88) = iVar12;\n }\n local_4c = (uint *)0x0;\n local_48 = (uint *)0x0;\n local_44 = (uint *)0x0;\n local_40 = (uint *)0x0;\n local_3c = (uint *)0x0;\n local_38 = (uint *)0x0;\n local_34 = (size_t *)0x1;\n if ((size_t *)0x1 < psVar11) {\n do {\n while( true ) {\n piVar4 = *(int **)(param_1 + 0x98);\n puVar13 = (uint *)(*(int *)(param_1 + 0xa4) + 0x20 + ((int)local_34 * 3 + -3) * 8 + *piVar4)\n ;\n iVar12 = 0;\n if (*puVar13 < (uint)piVar4[2]) {\n iVar12 = piVar4[1] + *puVar13;\n }\n uVar9 = puVar13[1];\n uVar2 = puVar13[2];\n uVar3 = puVar13[3];\n \n FUN_0024c5d0(iVar1,param_1,local_34,iVar12,puVar13[4],puVar13[5]);\n if ((uVar9 != 0) && ((uVar2 & uVar3) != 0xffffffff)) break;\nLAB_00261971:\n local_34 = (size_t *)((int)local_34 + 1);\n if (psVar11 <= local_34) goto LAB_0026197c;\n }\n iVar12 = *(int *)(*(int *)(*(int *)(param_1 + 0x90) + 0x50) + uVar9 * 4);\n if (iVar12 == 0) {\n \n FUN_002446e0("../../gold/incremental.cc",0x80c,"do_layout");\n }\n *(int *)(*(int *)(param_1 + 0x38) + (int)local_34 * 4) = iVar12;\n iVar17 = *(int *)(param_1 + 0x84);\n *(uint *)(iVar17 + 4 + (int)local_34 * 8) = uVar3;\n *(uint *)(iVar17 + (int)local_34 * 8) = uVar2;\n if (*(int *)(DAT_005ea7c8 + 8) == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n bVar18 = false;\n bVar20 = *(char *)(*(int *)(DAT_005ea7c8 + 8) + 0x192d) == '\0';\n if (!bVar20) {\n iVar17 = 0xc;\n pbVar14 = *(byte **)(iVar12 + 0x20);\n pbVar16 = (byte *)".debug_info";\n do {\n if (iVar17 == 0) break;\n iVar17 = iVar17 + -1;\n bVar18 = *pbVar14 < *pbVar16;\n bVar20 = *pbVar14 == *pbVar16;\n pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1;\n pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1;\n } while (bVar20);\n bVar19 = false;\n bVar18 = (!bVar18 && !bVar20) == bVar18;\n if (bVar18) {\n if (local_48 == local_44) {\n FUN_00144ac0(&local_4c,local_48,&local_34);\n goto LAB_00261971;\n }\n *local_48 = (uint)local_34;\n local_48 = local_48 + 1;\n }\n else {\n iVar17 = 0xd;\n pbVar14 = *(byte **)(iVar12 + 0x20);\n pbVar16 = (byte *)".debug_types";\n do {\n if (iVar17 == 0) break;\n iVar17 = iVar17 + -1;\n bVar19 = *pbVar14 < *pbVar16;\n bVar18 = *pbVar14 == *pbVar16;\n pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1;\n pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1;\n } while (bVar18);\n if ((!bVar19 && !bVar18) == bVar19) {\n if (local_3c == local_38) {\n \n FUN_00144ac0(&local_40,local_3c,&local_34);\n goto LAB_00261971;\n }\n *local_3c = (uint)local_34;\n local_3c = local_3c + 1;\n }\n }\n }\n local_34 = (size_t *)((int)local_34 + 1);\n } while (local_34 < psVar11);\n }\nLAB_0026197c:\n uVar9 = (uint)*(byte *)(param_1 + 0x9c);\n if (1 < uVar9 - 1) {\n \n FUN_002446e0("../../gold/incremental.h",0x3b9,"get_comdat_group_count",uVar9);\n }\n iVar12 = *(int *)(**(int **)(param_1 + 0x98) + 0x18 + *(int *)(param_1 + 0xa4));\n if (iVar12 != 0) {\n iVar17 = 0;\n do {\n if ((uVar9 != 1) && (uVar9 != 2)) {\n \n FUN_002446e0("../../gold/incremental.h",0x365,"get_input_section_count");\n }\n piVar4 = *(int **)(param_1 + 0x98);\n iVar5 = *(int *)(param_1 + 0xa4);\n iVar6 = *piVar4;\n uVar9 = *(uint *)(iVar5 + 0x20 +\n iVar6 + *(int *)(iVar6 + iVar5) * 0x18 + iVar17 * 4 +\n *(int *)(iVar6 + 4 + iVar5) * 0x14);\n if (((uint)piVar4[2] <= uVar9) || (__s = (char *)(uVar9 + piVar4[1]), __s == (char *)0x0)) {\n uVar10 = gettext("COMDAT group has no signature");\n FUN_0028b750(param_1,uVar10);\n local_34 = local_2c;\n \n FUN_003f3980("basic_string::_M_construct null not valid");\n }\n if (*__s == '\0') {\n uVar10 = gettext("COMDAT group has no signature");\n FUN_0028b750(param_1,uVar10);\n }\n local_34 = local_2c;\n __n = strlen(__s);\n local_50 = __n;\n if (__n < 0x10) {\n psVar11 = local_2c;\n if (__n == 1) {\n local_2c[0] = CONCAT31(local_2c[0]._1_3_,*__s);\n }\n else if (__n != 0) goto LAB_00261c7d;\n }\n else {\n local_34 = (size_t *)FUN_003b5790(&local_34,&local_50,0);\n local_2c[0] = local_50;\n psVar11 = local_34;\nLAB_00261c7d:\n memcpy(psVar11,__s,__n);\n psVar11 = local_34;\n }\n *(undefined1 *)((int)psVar11 + local_50) = 0;\n local_30 = local_50;\n \n cVar7 = FUN_00278ce0(param_3,&local_34,param_1,iVar17,1,1,0);\n if (local_34 != local_2c) {\n FUN_003ae080(local_34);\n }\n if (cVar7 == '\0') {\n uVar10 = gettext("COMDAT group %s included twice in incremental link");\n \n FUN_0028b750(param_1,uVar10,__s);\n }\n else {\n FUN_0024c220(iVar1,param_1,__s);\n }\n if (iVar17 + 1 == iVar12) break;\n iVar17 = iVar17 + 1;\n uVar9 = (uint)*(byte *)(param_1 + 0x9c);\n } while( true );\n }\n puVar13 = local_4c;\n if (local_4c != local_48) {\n do {\n FUN_00287390(param_3,0,param_1,0,0,0,*puVar13,0,0);\n puVar13 = puVar13 + 1;\n } while (local_48 != puVar13);\n }\n puVar13 = local_3c;\n puVar15 = local_40;\n if (local_40 != local_3c) {\n do {\n FUN_00287390(param_3,1,param_1,0,0,0,*puVar15,0,0);\n puVar15 = puVar15 + 1;\n puVar13 = local_40;\n } while (local_3c != puVar15);\n }\n if (puVar13 != (uint *)0x0) {\n FUN_003ae080(puVar13);\n }\n if (local_4c != (uint *)0x0) {\n FUN_003ae080(local_4c);\n }\n return;\n}\n\n" (function_definition "void FUN_002617a0(int param_1,undefined4 param_2,int param_3)\n\n{\n int iVar1;\n uint uVar2;\n uint uVar3;\n int *piVar4;\n int iVar5;\n int iVar6;\n char cVar7;\n size_t *psVar8;\n uint uVar9;\n undefined4 uVar10;\n size_t __n;\n size_t *psVar11;\n int iVar12;\n uint *puVar13;\n char *__s;\n byte *pbVar14;\n uint *puVar15;\n byte *pbVar16;\n int iVar17;\n bool bVar18;\n bool bVar19;\n bool bVar20;\n byte bVar21;\n size_t local_50;\n uint *local_4c;\n uint *local_48;\n uint *local_44;\n uint *local_40;\n uint *local_3c;\n uint *local_38;\n size_t *local_34;\n size_t local_30;\n size_t local_2c [7];\n \n bVar21 = 0;\n psVar11 = *(size_t **)(param_1 + 0x28);\n iVar1 = *(int *)(param_3 + 0x1d0);\n if (iVar1 == 0) {\n \n FUN_002446e0("../../gold/incremental.cc",0x7f9,"do_layout",0);\n }\n psVar8 = (size_t *)(*(int *)(param_1 + 0x3c) - *(int *)(param_1 + 0x38) >> 2);\n if (psVar8 < psVar11) {\n FUN_0025d2a0(param_1 + 0x38,(int)psVar11 - (int)psVar8);\n }\n else if ((psVar11 < psVar8) &&\n (iVar12 = *(int *)(param_1 + 0x38) + (int)psVar11 * 4, *(int *)(param_1 + 0x3c) != iVar12)\n ) {\n *(int *)(param_1 + 0x3c) = iVar12;\n }\n psVar8 = (size_t *)(*(int *)(param_1 + 0x88) - *(int *)(param_1 + 0x84) >> 3);\n if (psVar8 < psVar11) {\n FUN_00261660(param_1 + 0x84,(int)psVar11 - (int)psVar8);\n }\n else if ((psVar11 < psVar8) &&\n (iVar12 = *(int *)(param_1 + 0x84) + (int)psVar11 * 8, *(int *)(param_1 + 0x88) != iVar12)\n ) {\n *(int *)(param_1 + 0x88) = iVar12;\n }\n local_4c = (uint *)0x0;\n local_48 = (uint *)0x0;\n local_44 = (uint *)0x0;\n local_40 = (uint *)0x0;\n local_3c = (uint *)0x0;\n local_38 = (uint *)0x0;\n local_34 = (size_t *)0x1;\n if ((size_t *)0x1 < psVar11) {\n do {\n while( true ) {\n piVar4 = *(int **)(param_1 + 0x98);\n puVar13 = (uint *)(*(int *)(param_1 + 0xa4) + 0x20 + ((int)local_34 * 3 + -3) * 8 + *piVar4)\n ;\n iVar12 = 0;\n if (*puVar13 < (uint)piVar4[2]) {\n iVar12 = piVar4[1] + *puVar13;\n }\n uVar9 = puVar13[1];\n uVar2 = puVar13[2];\n uVar3 = puVar13[3];\n \n FUN_0024c5d0(iVar1,param_1,local_34,iVar12,puVar13[4],puVar13[5]);\n if ((uVar9 != 0) && ((uVar2 & uVar3) != 0xffffffff)) break;\nLAB_00261971:\n local_34 = (size_t *)((int)local_34 + 1);\n if (psVar11 <= local_34) goto LAB_0026197c;\n }\n iVar12 = *(int *)(*(int *)(*(int *)(param_1 + 0x90) + 0x50) + uVar9 * 4);\n if (iVar12 == 0) {\n \n FUN_002446e0("../../gold/incremental.cc",0x80c,"do_layout");\n }\n *(int *)(*(int *)(param_1 + 0x38) + (int)local_34 * 4) = iVar12;\n iVar17 = *(int *)(param_1 + 0x84);\n *(uint *)(iVar17 + 4 + (int)local_34 * 8) = uVar3;\n *(uint *)(iVar17 + (int)local_34 * 8) = uVar2;\n if (*(int *)(DAT_005ea7c8 + 8) == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n bVar18 = false;\n bVar20 = *(char *)(*(int *)(DAT_005ea7c8 + 8) + 0x192d) == '\0';\n if (!bVar20) {\n iVar17 = 0xc;\n pbVar14 = *(byte **)(iVar12 + 0x20);\n pbVar16 = (byte *)".debug_info";\n do {\n if (iVar17 == 0) break;\n iVar17 = iVar17 + -1;\n bVar18 = *pbVar14 < *pbVar16;\n bVar20 = *pbVar14 == *pbVar16;\n pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1;\n pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1;\n } while (bVar20);\n bVar19 = false;\n bVar18 = (!bVar18 && !bVar20) == bVar18;\n if (bVar18) {\n if (local_48 == local_44) {\n FUN_00144ac0(&local_4c,local_48,&local_34);\n goto LAB_00261971;\n }\n *local_48 = (uint)local_34;\n local_48 = local_48 + 1;\n }\n else {\n iVar17 = 0xd;\n pbVar14 = *(byte **)(iVar12 + 0x20);\n pbVar16 = (byte *)".debug_types";\n do {\n if (iVar17 == 0) break;\n iVar17 = iVar17 + -1;\n bVar19 = *pbVar14 < *pbVar16;\n bVar18 = *pbVar14 == *pbVar16;\n pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1;\n pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1;\n } while (bVar18);\n if ((!bVar19 && !bVar18) == bVar19) {\n if (local_3c == local_38) {\n \n FUN_00144ac0(&local_40,local_3c,&local_34);\n goto LAB_00261971;\n }\n *local_3c = (uint)local_34;\n local_3c = local_3c + 1;\n }\n }\n }\n local_34 = (size_t *)((int)local_34 + 1);\n } while (local_34 < psVar11);\n }\nLAB_0026197c:\n uVar9 = (uint)*(byte *)(param_1 + 0x9c);\n if (1 < uVar9 - 1) {\n \n FUN_002446e0("../../gold/incremental.h",0x3b9,"get_comdat_group_count",uVar9);\n }\n iVar12 = *(int *)(**(int **)(param_1 + 0x98) + 0x18 + *(int *)(param_1 + 0xa4));\n if (iVar12 != 0) {\n iVar17 = 0;\n do {\n if ((uVar9 != 1) && (uVar9 != 2)) {\n \n FUN_002446e0("../../gold/incremental.h",0x365,"get_input_section_count");\n }\n piVar4 = *(int **)(param_1 + 0x98);\n iVar5 = *(int *)(param_1 + 0xa4);\n iVar6 = *piVar4;\n uVar9 = *(uint *)(iVar5 + 0x20 +\n iVar6 + *(int *)(iVar6 + iVar5) * 0x18 + iVar17 * 4 +\n *(int *)(iVar6 + 4 + iVar5) * 0x14);\n if (((uint)piVar4[2] <= uVar9) || (__s = (char *)(uVar9 + piVar4[1]), __s == (char *)0x0)) {\n uVar10 = gettext("COMDAT group has no signature");\n FUN_0028b750(param_1,uVar10);\n local_34 = local_2c;\n \n FUN_003f3980("basic_string::_M_construct null not valid");\n }\n if (*__s == '\0') {\n uVar10 = gettext("COMDAT group has no signature");\n FUN_0028b750(param_1,uVar10);\n }\n local_34 = local_2c;\n __n = strlen(__s);\n local_50 = __n;\n if (__n < 0x10) {\n psVar11 = local_2c;\n if (__n == 1) {\n local_2c[0] = CONCAT31(local_2c[0]._1_3_,*__s);\n }\n else if (__n != 0) goto LAB_00261c7d;\n }\n else {\n local_34 = (size_t *)FUN_003b5790(&local_34,&local_50,0);\n local_2c[0] = local_50;\n psVar11 = local_34;\nLAB_00261c7d:\n memcpy(psVar11,__s,__n);\n psVar11 = local_34;\n }\n *(undefined1 *)((int)psVar11 + local_50) = 0;\n local_30 = local_50;\n \n cVar7 = FUN_00278ce0(param_3,&local_34,param_1,iVar17,1,1,0);\n if (local_34 != local_2c) {\n FUN_003ae080(local_34);\n }\n if (cVar7 == '\0') {\n uVar10 = gettext("COMDAT group %s included twice in incremental link");\n \n FUN_0028b750(param_1,uVar10,__s);\n }\n else {\n FUN_0024c220(iVar1,param_1,__s);\n }\n if (iVar17 + 1 == iVar12) break;\n iVar17 = iVar17 + 1;\n uVar9 = (uint)*(byte *)(param_1 + 0x9c);\n } while( true );\n }\n puVar13 = local_4c;\n if (local_4c != local_48) {\n do {\n FUN_00287390(param_3,0,param_1,0,0,0,*puVar13,0,0);\n puVar13 = puVar13 + 1;\n } while (local_48 != puVar13);\n }\n puVar13 = local_3c;\n puVar15 = local_40;\n if (local_40 != local_3c) {\n do {\n FUN_00287390(param_3,1,param_1,0,0,0,*puVar15,0,0);\n puVar15 = puVar15 + 1;\n puVar13 = local_40;\n } while (local_3c != puVar15);\n }\n if (puVar13 != (uint *)0x0) {\n FUN_003ae080(puVar13);\n }\n if (local_4c != (uint *)0x0) {\n FUN_003ae080(local_4c);\n }\n return;\n}" primitive_type (function_declarator "FUN_002617a0(int param_1,undefined4 param_2,int param_3)" identifier (parameter_list "(int param_1,undefined4 param_2,int param_3)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "int param_3" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n uint uVar2;\n uint uVar3;\n int *piVar4;\n int iVar5;\n int iVar6;\n char cVar7;\n size_t *psVar8;\n uint uVar9;\n undefined4 uVar10;\n size_t __n;\n size_t *psVar11;\n int iVar12;\n uint *puVar13;\n char *__s;\n byte *pbVar14;\n uint *puVar15;\n byte *pbVar16;\n int iVar17;\n bool bVar18;\n bool bVar19;\n bool bVar20;\n byte bVar21;\n size_t local_50;\n uint *local_4c;\n uint *local_48;\n uint *local_44;\n uint *local_40;\n uint *local_3c;\n uint *local_38;\n size_t *local_34;\n size_t local_30;\n size_t local_2c [7];\n \n bVar21 = 0;\n psVar11 = *(size_t **)(param_1 + 0x28);\n iVar1 = *(int *)(param_3 + 0x1d0);\n if (iVar1 == 0) {\n \n FUN_002446e0("../../gold/incremental.cc",0x7f9,"do_layout",0);\n }\n psVar8 = (size_t *)(*(int *)(param_1 + 0x3c) - *(int *)(param_1 + 0x38) >> 2);\n if (psVar8 < psVar11) {\n FUN_0025d2a0(param_1 + 0x38,(int)psVar11 - (int)psVar8);\n }\n else if ((psVar11 < psVar8) &&\n (iVar12 = *(int *)(param_1 + 0x38) + (int)psVar11 * 4, *(int *)(param_1 + 0x3c) != iVar12)\n ) {\n *(int *)(param_1 + 0x3c) = iVar12;\n }\n psVar8 = (size_t *)(*(int *)(param_1 + 0x88) - *(int *)(param_1 + 0x84) >> 3);\n if (psVar8 < psVar11) {\n FUN_00261660(param_1 + 0x84,(int)psVar11 - (int)psVar8);\n }\n else if ((psVar11 < psVar8) &&\n (iVar12 = *(int *)(param_1 + 0x84) + (int)psVar11 * 8, *(int *)(param_1 + 0x88) != iVar12)\n ) {\n *(int *)(param_1 + 0x88) = iVar12;\n }\n local_4c = (uint *)0x0;\n local_48 = (uint *)0x0;\n local_44 = (uint *)0x0;\n local_40 = (uint *)0x0;\n local_3c = (uint *)0x0;\n local_38 = (uint *)0x0;\n local_34 = (size_t *)0x1;\n if ((size_t *)0x1 < psVar11) {\n do {\n while( true ) {\n piVar4 = *(int **)(param_1 + 0x98);\n puVar13 = (uint *)(*(int *)(param_1 + 0xa4) + 0x20 + ((int)local_34 * 3 + -3) * 8 + *piVar4)\n ;\n iVar12 = 0;\n if (*puVar13 < (uint)piVar4[2]) {\n iVar12 = piVar4[1] + *puVar13;\n }\n uVar9 = puVar13[1];\n uVar2 = puVar13[2];\n uVar3 = puVar13[3];\n \n FUN_0024c5d0(iVar1,param_1,local_34,iVar12,puVar13[4],puVar13[5]);\n if ((uVar9 != 0) && ((uVar2 & uVar3) != 0xffffffff)) break;\nLAB_00261971:\n local_34 = (size_t *)((int)local_34 + 1);\n if (psVar11 <= local_34) goto LAB_0026197c;\n }\n iVar12 = *(int *)(*(int *)(*(int *)(param_1 + 0x90) + 0x50) + uVar9 * 4);\n if (iVar12 == 0) {\n \n FUN_002446e0("../../gold/incremental.cc",0x80c,"do_layout");\n }\n *(int *)(*(int *)(param_1 + 0x38) + (int)local_34 * 4) = iVar12;\n iVar17 = *(int *)(param_1 + 0x84);\n *(uint *)(iVar17 + 4 + (int)local_34 * 8) = uVar3;\n *(uint *)(iVar17 + (int)local_34 * 8) = uVar2;\n if (*(int *)(DAT_005ea7c8 + 8) == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n bVar18 = false;\n bVar20 = *(char *)(*(int *)(DAT_005ea7c8 + 8) + 0x192d) == '\0';\n if (!bVar20) {\n iVar17 = 0xc;\n pbVar14 = *(byte **)(iVar12 + 0x20);\n pbVar16 = (byte *)".debug_info";\n do {\n if (iVar17 == 0) break;\n iVar17 = iVar17 + -1;\n bVar18 = *pbVar14 < *pbVar16;\n bVar20 = *pbVar14 == *pbVar16;\n pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1;\n pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1;\n } while (bVar20);\n bVar19 = false;\n bVar18 = (!bVar18 && !bVar20) == bVar18;\n if (bVar18) {\n if (local_48 == local_44) {\n FUN_00144ac0(&local_4c,local_48,&local_34);\n goto LAB_00261971;\n }\n *local_48 = (uint)local_34;\n local_48 = local_48 + 1;\n }\n else {\n iVar17 = 0xd;\n pbVar14 = *(byte **)(iVar12 + 0x20);\n pbVar16 = (byte *)".debug_types";\n do {\n if (iVar17 == 0) break;\n iVar17 = iVar17 + -1;\n bVar19 = *pbVar14 < *pbVar16;\n bVar18 = *pbVar14 == *pbVar16;\n pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1;\n pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1;\n } while (bVar18);\n if ((!bVar19 && !bVar18) == bVar19) {\n if (local_3c == local_38) {\n \n FUN_00144ac0(&local_40,local_3c,&local_34);\n goto LAB_00261971;\n }\n *local_3c = (uint)local_34;\n local_3c = local_3c + 1;\n }\n }\n }\n local_34 = (size_t *)((int)local_34 + 1);\n } while (local_34 < psVar11);\n }\nLAB_0026197c:\n uVar9 = (uint)*(byte *)(param_1 + 0x9c);\n if (1 < uVar9 - 1) {\n \n FUN_002446e0("../../gold/incremental.h",0x3b9,"get_comdat_group_count",uVar9);\n }\n iVar12 = *(int *)(**(int **)(param_1 + 0x98) + 0x18 + *(int *)(param_1 + 0xa4));\n if (iVar12 != 0) {\n iVar17 = 0;\n do {\n if ((uVar9 != 1) && (uVar9 != 2)) {\n \n FUN_002446e0("../../gold/incremental.h",0x365,"get_input_section_count");\n }\n piVar4 = *(int **)(param_1 + 0x98);\n iVar5 = *(int *)(param_1 + 0xa4);\n iVar6 = *piVar4;\n uVar9 = *(uint *)(iVar5 + 0x20 +\n iVar6 + *(int *)(iVar6 + iVar5) * 0x18 + iVar17 * 4 +\n *(int *)(iVar6 + 4 + iVar5) * 0x14);\n if (((uint)piVar4[2] <= uVar9) || (__s = (char *)(uVar9 + piVar4[1]), __s == (char *)0x0)) {\n uVar10 = gettext("COMDAT group has no signature");\n FUN_0028b750(param_1,uVar10);\n local_34 = local_2c;\n \n FUN_003f3980("basic_string::_M_construct null not valid");\n }\n if (*__s == '\0') {\n uVar10 = gettext("COMDAT group has no signature");\n FUN_0028b750(param_1,uVar10);\n }\n local_34 = local_2c;\n __n = strlen(__s);\n local_50 = __n;\n if (__n < 0x10) {\n psVar11 = local_2c;\n if (__n == 1) {\n local_2c[0] = CONCAT31(local_2c[0]._1_3_,*__s);\n }\n else if (__n != 0) goto LAB_00261c7d;\n }\n else {\n local_34 = (size_t *)FUN_003b5790(&local_34,&local_50,0);\n local_2c[0] = local_50;\n psVar11 = local_34;\nLAB_00261c7d:\n memcpy(psVar11,__s,__n);\n psVar11 = local_34;\n }\n *(undefined1 *)((int)psVar11 + local_50) = 0;\n local_30 = local_50;\n \n cVar7 = FUN_00278ce0(param_3,&local_34,param_1,iVar17,1,1,0);\n if (local_34 != local_2c) {\n FUN_003ae080(local_34);\n }\n if (cVar7 == '\0') {\n uVar10 = gettext("COMDAT group %s included twice in incremental link");\n \n FUN_0028b750(param_1,uVar10,__s);\n }\n else {\n FUN_0024c220(iVar1,param_1,__s);\n }\n if (iVar17 + 1 == iVar12) break;\n iVar17 = iVar17 + 1;\n uVar9 = (uint)*(byte *)(param_1 + 0x9c);\n } while( true );\n }\n puVar13 = local_4c;\n if (local_4c != local_48) {\n do {\n FUN_00287390(param_3,0,param_1,0,0,0,*puVar13,0,0);\n puVar13 = puVar13 + 1;\n } while (local_48 != puVar13);\n }\n puVar13 = local_3c;\n puVar15 = local_40;\n if (local_40 != local_3c) {\n do {\n FUN_00287390(param_3,1,param_1,0,0,0,*puVar15,0,0);\n puVar15 = puVar15 + 1;\n puVar13 = local_40;\n } while (local_3c != puVar15);\n }\n if (puVar13 != (uint *)0x0) {\n FUN_003ae080(puVar13);\n }\n if (local_4c != (uint *)0x0) {\n FUN_003ae080(local_4c);\n }\n return;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "uint uVar2;" type_identifier identifier ;) (declaration "uint uVar3;" type_identifier identifier ;) (declaration "int *piVar4;" primitive_type (pointer_declarator "*piVar4" * identifier) ;) (declaration "int iVar5;" primitive_type identifier ;) (declaration "int iVar6;" primitive_type identifier ;) (declaration "char cVar7;" primitive_type identifier ;) (declaration "size_t *psVar8;" primitive_type (pointer_declarator "*psVar8" * identifier) ;) (declaration "uint uVar9;" type_identifier identifier ;) (declaration "undefined4 uVar10;" type_identifier identifier ;) (declaration "size_t __n;" primitive_type identifier ;) (declaration "size_t *psVar11;" primitive_type (pointer_declarator "*psVar11" * identifier) ;) (declaration "int iVar12;" primitive_type identifier ;) (declaration "uint *puVar13;" type_identifier (pointer_declarator "*puVar13" * identifier) ;) (declaration "char *__s;" primitive_type (pointer_declarator "*__s" * identifier) ;) (declaration "byte *pbVar14;" type_identifier (pointer_declarator "*pbVar14" * identifier) ;) (declaration "uint *puVar15;" type_identifier (pointer_declarator "*puVar15" * identifier) ;) (declaration "byte *pbVar16;" type_identifier (pointer_declarator "*pbVar16" * identifier) ;) (declaration "int iVar17;" primitive_type identifier ;) (declaration "bool bVar18;" primitive_type identifier ;) (declaration "bool bVar19;" primitive_type identifier ;) (declaration "bool bVar20;" primitive_type identifier ;) (declaration "byte bVar21;" type_identifier identifier ;) (declaration "size_t local_50;" primitive_type identifier ;) (declaration "uint *local_4c;" type_identifier (pointer_declarator "*local_4c" * identifier) ;) (declaration "uint *local_48;" type_identifier (pointer_declarator "*local_48" * identifier) ;) (declaration "uint *local_44;" type_identifier (pointer_declarator "*local_44" * identifier) ;) (declaration "uint *local_40;" type_identifier (pointer_declarator "*local_40" * identifier) ;) (declaration "uint *local_3c;" type_identifier (pointer_declarator "*local_3c" * identifier) ;) (declaration "uint *local_38;" type_identifier (pointer_declarator "*local_38" * identifier) ;) (declaration "size_t *local_34;" primitive_type (pointer_declarator "*local_34" * identifier) ;) (declaration "size_t local_30;" primitive_type identifier ;) (declaration "size_t local_2c [7];" primitive_type (array_declarator "local_2c [7]" identifier [ number_literal ]) ;) (expression_statement "bVar21 = 0;" (assignment_expression "bVar21 = 0" identifier = number_literal) ;) (expression_statement "psVar11 = *(size_t **)(param_1 + 0x28);" (assignment_expression "psVar11 = *(size_t **)(param_1 + 0x28)" identifier = (pointer_expression "*(size_t **)(param_1 + 0x28)" * (cast_expression "(size_t **)(param_1 + 0x28)" ( (type_descriptor "size_t **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x28)" ( (binary_expression "param_1 + 0x28" identifier + number_literal) ))))) ;) (expression_statement "iVar1 = *(int *)(param_3 + 0x1d0);" (assignment_expression "iVar1 = *(int *)(param_3 + 0x1d0)" identifier = (pointer_expression "*(int *)(param_3 + 0x1d0)" * (cast_expression "(int *)(param_3 + 0x1d0)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x1d0)" ( (binary_expression "param_3 + 0x1d0" identifier + number_literal) ))))) ;) (if_statement "if (iVar1 == 0) {\n \n FUN_002446e0("../../gold/incremental.cc",0x7f9,"do_layout",0);\n }" if (parenthesized_expression "(iVar1 == 0)" ( (binary_expression "iVar1 == 0" identifier == number_literal) )) (compound_statement "{\n \n FUN_002446e0("../../gold/incremental.cc",0x7f9,"do_layout",0);\n }" { (expression_statement "FUN_002446e0("../../gold/incremental.cc",0x7f9,"do_layout",0);" (call_expression "FUN_002446e0("../../gold/incremental.cc",0x7f9,"do_layout",0)" identifier (argument_list "("../../gold/incremental.cc",0x7f9,"do_layout",0)" ( (string_literal ""../../gold/incremental.cc"" " string_content ") , number_literal , (string_literal ""do_layout"" " string_content ") , number_literal ))) ;) })) (expression_statement "psVar8 = (size_t *)(*(int *)(param_1 + 0x3c) - *(int *)(param_1 + 0x38) >> 2);" (assignment_expression "psVar8 = (size_t *)(*(int *)(param_1 + 0x3c) - *(int *)(param_1 + 0x38) >> 2)" identifier = (cast_expression "(size_t *)(*(int *)(param_1 + 0x3c) - *(int *)(param_1 + 0x38) >> 2)" ( (type_descriptor "size_t *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(param_1 + 0x3c) - *(int *)(param_1 + 0x38) >> 2)" ( (binary_expression "*(int *)(param_1 + 0x3c) - *(int *)(param_1 + 0x38) >> 2" (binary_expression "*(int *)(param_1 + 0x3c) - *(int *)(param_1 + 0x38)" (pointer_expression "*(int *)(param_1 + 0x3c)" * (cast_expression "(int *)(param_1 + 0x3c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x3c)" ( (binary_expression "param_1 + 0x3c" identifier + number_literal) )))) - (pointer_expression "*(int *)(param_1 + 0x38)" * (cast_expression "(int *)(param_1 + 0x38)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x38)" ( (binary_expression "param_1 + 0x38" identifier + number_literal) ))))) >> number_literal) )))) ;) (if_statement "if (psVar8 < psVar11) {\n FUN_0025d2a0(param_1 + 0x38,(int)psVar11 - (int)psVar8);\n }\n else if ((psVar11 < psVar8) &&\n (iVar12 = *(int *)(param_1 + 0x38) + (int)psVar11 * 4, *(int *)(param_1 + 0x3c) != iVar12)\n ) {\n *(int *)(param_1 + 0x3c) = iVar12;\n }" if (parenthesized_expression "(psVar8 < psVar11)" ( (binary_expression "psVar8 < psVar11" identifier < identifier) )) (compound_statement "{\n FUN_0025d2a0(param_1 + 0x38,(int)psVar11 - (int)psVar8);\n }" { (expression_statement "FUN_0025d2a0(param_1 + 0x38,(int)psVar11 - (int)psVar8);" (call_expression "FUN_0025d2a0(param_1 + 0x38,(int)psVar11 - (int)psVar8)" identifier (argument_list "(param_1 + 0x38,(int)psVar11 - (int)psVar8)" ( (binary_expression "param_1 + 0x38" identifier + number_literal) , (binary_expression "(int)psVar11 - (int)psVar8" (cast_expression "(int)psVar11" ( (type_descriptor "int" primitive_type) ) identifier) - (cast_expression "(int)psVar8" ( (type_descriptor "int" primitive_type) ) identifier)) ))) ;) }) (else_clause "else if ((psVar11 < psVar8) &&\n (iVar12 = *(int *)(param_1 + 0x38) + (int)psVar11 * 4, *(int *)(param_1 + 0x3c) != iVar12)\n ) {\n *(int *)(param_1 + 0x3c) = iVar12;\n }" else (if_statement "if ((psVar11 < psVar8) &&\n (iVar12 = *(int *)(param_1 + 0x38) + (int)psVar11 * 4, *(int *)(param_1 + 0x3c) != iVar12)\n ) {\n *(int *)(param_1 + 0x3c) = iVar12;\n }" if (parenthesized_expression "((psVar11 < psVar8) &&\n (iVar12 = *(int *)(param_1 + 0x38) + (int)psVar11 * 4, *(int *)(param_1 + 0x3c) != iVar12)\n )" ( (binary_expression "(psVar11 < psVar8) &&\n (iVar12 = *(int *)(param_1 + 0x38) + (int)psVar11 * 4, *(int *)(param_1 + 0x3c) != iVar12)" (parenthesized_expression "(psVar11 < psVar8)" ( (binary_expression "psVar11 < psVar8" identifier < identifier) )) && (parenthesized_expression "(iVar12 = *(int *)(param_1 + 0x38) + (int)psVar11 * 4, *(int *)(param_1 + 0x3c) != iVar12)" ( (comma_expression "iVar12 = *(int *)(param_1 + 0x38) + (int)psVar11 * 4, *(int *)(param_1 + 0x3c) != iVar12" (assignment_expression "iVar12 = *(int *)(param_1 + 0x38) + (int)psVar11 * 4" identifier = (binary_expression "*(int *)(param_1 + 0x38) + (int)psVar11 * 4" (pointer_expression "*(int *)(param_1 + 0x38)" * (cast_expression "(int *)(param_1 + 0x38)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x38)" ( (binary_expression "param_1 + 0x38" identifier + number_literal) )))) + (binary_expression "(int)psVar11 * 4" (cast_expression "(int)psVar11" ( (type_descriptor "int" primitive_type) ) identifier) * number_literal))) , (binary_expression "*(int *)(param_1 + 0x3c) != iVar12" (pointer_expression "*(int *)(param_1 + 0x3c)" * (cast_expression "(int *)(param_1 + 0x3c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x3c)" ( (binary_expression "param_1 + 0x3c" identifier + number_literal) )))) != identifier)) ))) )) (compound_statement "{\n *(int *)(param_1 + 0x3c) = iVar12;\n }" { (expression_statement "*(int *)(param_1 + 0x3c) = iVar12;" (assignment_expression "*(int *)(param_1 + 0x3c) = iVar12" (pointer_expression "*(int *)(param_1 + 0x3c)" * (cast_expression "(int *)(param_1 + 0x3c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x3c)" ( (binary_expression "param_1 + 0x3c" identifier + number_literal) )))) = identifier) ;) })))) (expression_statement "psVar8 = (size_t *)(*(int *)(param_1 + 0x88) - *(int *)(param_1 + 0x84) >> 3);" (assignment_expression "psVar8 = (size_t *)(*(int *)(param_1 + 0x88) - *(int *)(param_1 + 0x84) >> 3)" identifier = (cast_expression "(size_t *)(*(int *)(param_1 + 0x88) - *(int *)(param_1 + 0x84) >> 3)" ( (type_descriptor "size_t *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(param_1 + 0x88) - *(int *)(param_1 + 0x84) >> 3)" ( (binary_expression "*(int *)(param_1 + 0x88) - *(int *)(param_1 + 0x84) >> 3" (binary_expression "*(int *)(param_1 + 0x88) - *(int *)(param_1 + 0x84)" (pointer_expression "*(int *)(param_1 + 0x88)" * (cast_expression "(int *)(param_1 + 0x88)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x88)" ( (binary_expression "param_1 + 0x88" identifier + number_literal) )))) - (pointer_expression "*(int *)(param_1 + 0x84)" * (cast_expression "(int *)(param_1 + 0x84)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x84)" ( (binary_expression "param_1 + 0x84" identifier + number_literal) ))))) >> number_literal) )))) ;) (if_statement "if (psVar8 < psVar11) {\n FUN_00261660(param_1 + 0x84,(int)psVar11 - (int)psVar8);\n }\n else if ((psVar11 < psVar8) &&\n (iVar12 = *(int *)(param_1 + 0x84) + (int)psVar11 * 8, *(int *)(param_1 + 0x88) != iVar12)\n ) {\n *(int *)(param_1 + 0x88) = iVar12;\n }" if (parenthesized_expression "(psVar8 < psVar11)" ( (binary_expression "psVar8 < psVar11" identifier < identifier) )) (compound_statement "{\n FUN_00261660(param_1 + 0x84,(int)psVar11 - (int)psVar8);\n }" { (expression_statement "FUN_00261660(param_1 + 0x84,(int)psVar11 - (int)psVar8);" (call_expression "FUN_00261660(param_1 + 0x84,(int)psVar11 - (int)psVar8)" identifier (argument_list "(param_1 + 0x84,(int)psVar11 - (int)psVar8)" ( (binary_expression "param_1 + 0x84" identifier + number_literal) , (binary_expression "(int)psVar11 - (int)psVar8" (cast_expression "(int)psVar11" ( (type_descriptor "int" primitive_type) ) identifier) - (cast_expression "(int)psVar8" ( (type_descriptor "int" primitive_type) ) identifier)) ))) ;) }) (else_clause "else if ((psVar11 < psVar8) &&\n (iVar12 = *(int *)(param_1 + 0x84) + (int)psVar11 * 8, *(int *)(param_1 + 0x88) != iVar12)\n ) {\n *(int *)(param_1 + 0x88) = iVar12;\n }" else (if_statement "if ((psVar11 < psVar8) &&\n (iVar12 = *(int *)(param_1 + 0x84) + (int)psVar11 * 8, *(int *)(param_1 + 0x88) != iVar12)\n ) {\n *(int *)(param_1 + 0x88) = iVar12;\n }" if (parenthesized_expression "((psVar11 < psVar8) &&\n (iVar12 = *(int *)(param_1 + 0x84) + (int)psVar11 * 8, *(int *)(param_1 + 0x88) != iVar12)\n )" ( (binary_expression "(psVar11 < psVar8) &&\n (iVar12 = *(int *)(param_1 + 0x84) + (int)psVar11 * 8, *(int *)(param_1 + 0x88) != iVar12)" (parenthesized_expression "(psVar11 < psVar8)" ( (binary_expression "psVar11 < psVar8" identifier < identifier) )) && (parenthesized_expression "(iVar12 = *(int *)(param_1 + 0x84) + (int)psVar11 * 8, *(int *)(param_1 + 0x88) != iVar12)" ( (comma_expression "iVar12 = *(int *)(param_1 + 0x84) + (int)psVar11 * 8, *(int *)(param_1 + 0x88) != iVar12" (assignment_expression "iVar12 = *(int *)(param_1 + 0x84) + (int)psVar11 * 8" identifier = (binary_expression "*(int *)(param_1 + 0x84) + (int)psVar11 * 8" (pointer_expression "*(int *)(param_1 + 0x84)" * (cast_expression "(int *)(param_1 + 0x84)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x84)" ( (binary_expression "param_1 + 0x84" identifier + number_literal) )))) + (binary_expression "(int)psVar11 * 8" (cast_expression "(int)psVar11" ( (type_descriptor "int" primitive_type) ) identifier) * number_literal))) , (binary_expression "*(int *)(param_1 + 0x88) != iVar12" (pointer_expression "*(int *)(param_1 + 0x88)" * (cast_expression "(int *)(param_1 + 0x88)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x88)" ( (binary_expression "param_1 + 0x88" identifier + number_literal) )))) != identifier)) ))) )) (compound_statement "{\n *(int *)(param_1 + 0x88) = iVar12;\n }" { (expression_statement "*(int *)(param_1 + 0x88) = iVar12;" (assignment_expression "*(int *)(param_1 + 0x88) = iVar12" (pointer_expression "*(int *)(param_1 + 0x88)" * (cast_expression "(int *)(param_1 + 0x88)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x88)" ( (binary_expression "param_1 + 0x88" identifier + number_literal) )))) = identifier) ;) })))) (expression_statement "local_4c = (uint *)0x0;" (assignment_expression "local_4c = (uint *)0x0" identifier = (cast_expression "(uint *)0x0" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "local_48 = (uint *)0x0;" (assignment_expression "local_48 = (uint *)0x0" identifier = (cast_expression "(uint *)0x0" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "local_44 = (uint *)0x0;" (assignment_expression "local_44 = (uint *)0x0" identifier = (cast_expression "(uint *)0x0" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "local_40 = (uint *)0x0;" (assignment_expression "local_40 = (uint *)0x0" identifier = (cast_expression "(uint *)0x0" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "local_3c = (uint *)0x0;" (assignment_expression "local_3c = (uint *)0x0" identifier = (cast_expression "(uint *)0x0" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "local_38 = (uint *)0x0;" (assignment_expression "local_38 = (uint *)0x0" identifier = (cast_expression "(uint *)0x0" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "local_34 = (size_t *)0x1;" (assignment_expression "local_34 = (size_t *)0x1" identifier = (cast_expression "(size_t *)0x1" ( (type_descriptor "size_t *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (if_statement "if ((size_t *)0x1 < psVar11) {\n do {\n while( true ) {\n piVar4 = *(int **)(param_1 + 0x98);\n puVar13 = (uint *)(*(int *)(param_1 + 0xa4) + 0x20 + ((int)local_34 * 3 + -3) * 8 + *piVar4)\n ;\n iVar12 = 0;\n if (*puVar13 < (uint)piVar4[2]) {\n iVar12 = piVar4[1] + *puVar13;\n }\n uVar9 = puVar13[1];\n uVar2 = puVar13[2];\n uVar3 = puVar13[3];\n \n FUN_0024c5d0(iVar1,param_1,local_34,iVar12,puVar13[4],puVar13[5]);\n if ((uVar9 != 0) && ((uVar2 & uVar3) != 0xffffffff)) break;\nLAB_00261971:\n local_34 = (size_t *)((int)local_34 + 1);\n if (psVar11 <= local_34) goto LAB_0026197c;\n }\n iVar12 = *(int *)(*(int *)(*(int *)(param_1 + 0x90) + 0x50) + uVar9 * 4);\n if (iVar12 == 0) {\n \n FUN_002446e0("../../gold/incremental.cc",0x80c,"do_layout");\n }\n *(int *)(*(int *)(param_1 + 0x38) + (int)local_34 * 4) = iVar12;\n iVar17 = *(int *)(param_1 + 0x84);\n *(uint *)(iVar17 + 4 + (int)local_34 * 8) = uVar3;\n *(uint *)(iVar17 + (int)local_34 * 8) = uVar2;\n if (*(int *)(DAT_005ea7c8 + 8) == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n bVar18 = false;\n bVar20 = *(char *)(*(int *)(DAT_005ea7c8 + 8) + 0x192d) == '\0';\n if (!bVar20) {\n iVar17 = 0xc;\n pbVar14 = *(byte **)(iVar12 + 0x20);\n pbVar16 = (byte *)".debug_info";\n do {\n if (iVar17 == 0) break;\n iVar17 = iVar17 + -1;\n bVar18 = *pbVar14 < *pbVar16;\n bVar20 = *pbVar14 == *pbVar16;\n pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1;\n pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1;\n } while (bVar20);\n bVar19 = false;\n bVar18 = (!bVar18 && !bVar20) == bVar18;\n if (bVar18) {\n if (local_48 == local_44) {\n FUN_00144ac0(&local_4c,local_48,&local_34);\n goto LAB_00261971;\n }\n *local_48 = (uint)local_34;\n local_48 = local_48 + 1;\n }\n else {\n iVar17 = 0xd;\n pbVar14 = *(byte **)(iVar12 + 0x20);\n pbVar16 = (byte *)".debug_types";\n do {\n if (iVar17 == 0) break;\n iVar17 = iVar17 + -1;\n bVar19 = *pbVar14 < *pbVar16;\n bVar18 = *pbVar14 == *pbVar16;\n pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1;\n pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1;\n } while (bVar18);\n if ((!bVar19 && !bVar18) == bVar19) {\n if (local_3c == local_38) {\n \n FUN_00144ac0(&local_40,local_3c,&local_34);\n goto LAB_00261971;\n }\n *local_3c = (uint)local_34;\n local_3c = local_3c + 1;\n }\n }\n }\n local_34 = (size_t *)((int)local_34 + 1);\n } while (local_34 < psVar11);\n }" if (parenthesized_expression "((size_t *)0x1 < psVar11)" ( (binary_expression "(size_t *)0x1 < psVar11" (cast_expression "(size_t *)0x1" ( (type_descriptor "size_t *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal) < identifier) )) (compound_statement "{\n do {\n while( true ) {\n piVar4 = *(int **)(param_1 + 0x98);\n puVar13 = (uint *)(*(int *)(param_1 + 0xa4) + 0x20 + ((int)local_34 * 3 + -3) * 8 + *piVar4)\n ;\n iVar12 = 0;\n if (*puVar13 < (uint)piVar4[2]) {\n iVar12 = piVar4[1] + *puVar13;\n }\n uVar9 = puVar13[1];\n uVar2 = puVar13[2];\n uVar3 = puVar13[3];\n \n FUN_0024c5d0(iVar1,param_1,local_34,iVar12,puVar13[4],puVar13[5]);\n if ((uVar9 != 0) && ((uVar2 & uVar3) != 0xffffffff)) break;\nLAB_00261971:\n local_34 = (size_t *)((int)local_34 + 1);\n if (psVar11 <= local_34) goto LAB_0026197c;\n }\n iVar12 = *(int *)(*(int *)(*(int *)(param_1 + 0x90) + 0x50) + uVar9 * 4);\n if (iVar12 == 0) {\n \n FUN_002446e0("../../gold/incremental.cc",0x80c,"do_layout");\n }\n *(int *)(*(int *)(param_1 + 0x38) + (int)local_34 * 4) = iVar12;\n iVar17 = *(int *)(param_1 + 0x84);\n *(uint *)(iVar17 + 4 + (int)local_34 * 8) = uVar3;\n *(uint *)(iVar17 + (int)local_34 * 8) = uVar2;\n if (*(int *)(DAT_005ea7c8 + 8) == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n bVar18 = false;\n bVar20 = *(char *)(*(int *)(DAT_005ea7c8 + 8) + 0x192d) == '\0';\n if (!bVar20) {\n iVar17 = 0xc;\n pbVar14 = *(byte **)(iVar12 + 0x20);\n pbVar16 = (byte *)".debug_info";\n do {\n if (iVar17 == 0) break;\n iVar17 = iVar17 + -1;\n bVar18 = *pbVar14 < *pbVar16;\n bVar20 = *pbVar14 == *pbVar16;\n pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1;\n pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1;\n } while (bVar20);\n bVar19 = false;\n bVar18 = (!bVar18 && !bVar20) == bVar18;\n if (bVar18) {\n if (local_48 == local_44) {\n FUN_00144ac0(&local_4c,local_48,&local_34);\n goto LAB_00261971;\n }\n *local_48 = (uint)local_34;\n local_48 = local_48 + 1;\n }\n else {\n iVar17 = 0xd;\n pbVar14 = *(byte **)(iVar12 + 0x20);\n pbVar16 = (byte *)".debug_types";\n do {\n if (iVar17 == 0) break;\n iVar17 = iVar17 + -1;\n bVar19 = *pbVar14 < *pbVar16;\n bVar18 = *pbVar14 == *pbVar16;\n pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1;\n pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1;\n } while (bVar18);\n if ((!bVar19 && !bVar18) == bVar19) {\n if (local_3c == local_38) {\n \n FUN_00144ac0(&local_40,local_3c,&local_34);\n goto LAB_00261971;\n }\n *local_3c = (uint)local_34;\n local_3c = local_3c + 1;\n }\n }\n }\n local_34 = (size_t *)((int)local_34 + 1);\n } while (local_34 < psVar11);\n }" { (do_statement "do {\n while( true ) {\n piVar4 = *(int **)(param_1 + 0x98);\n puVar13 = (uint *)(*(int *)(param_1 + 0xa4) + 0x20 + ((int)local_34 * 3 + -3) * 8 + *piVar4)\n ;\n iVar12 = 0;\n if (*puVar13 < (uint)piVar4[2]) {\n iVar12 = piVar4[1] + *puVar13;\n }\n uVar9 = puVar13[1];\n uVar2 = puVar13[2];\n uVar3 = puVar13[3];\n \n FUN_0024c5d0(iVar1,param_1,local_34,iVar12,puVar13[4],puVar13[5]);\n if ((uVar9 != 0) && ((uVar2 & uVar3) != 0xffffffff)) break;\nLAB_00261971:\n local_34 = (size_t *)((int)local_34 + 1);\n if (psVar11 <= local_34) goto LAB_0026197c;\n }\n iVar12 = *(int *)(*(int *)(*(int *)(param_1 + 0x90) + 0x50) + uVar9 * 4);\n if (iVar12 == 0) {\n \n FUN_002446e0("../../gold/incremental.cc",0x80c,"do_layout");\n }\n *(int *)(*(int *)(param_1 + 0x38) + (int)local_34 * 4) = iVar12;\n iVar17 = *(int *)(param_1 + 0x84);\n *(uint *)(iVar17 + 4 + (int)local_34 * 8) = uVar3;\n *(uint *)(iVar17 + (int)local_34 * 8) = uVar2;\n if (*(int *)(DAT_005ea7c8 + 8) == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n bVar18 = false;\n bVar20 = *(char *)(*(int *)(DAT_005ea7c8 + 8) + 0x192d) == '\0';\n if (!bVar20) {\n iVar17 = 0xc;\n pbVar14 = *(byte **)(iVar12 + 0x20);\n pbVar16 = (byte *)".debug_info";\n do {\n if (iVar17 == 0) break;\n iVar17 = iVar17 + -1;\n bVar18 = *pbVar14 < *pbVar16;\n bVar20 = *pbVar14 == *pbVar16;\n pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1;\n pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1;\n } while (bVar20);\n bVar19 = false;\n bVar18 = (!bVar18 && !bVar20) == bVar18;\n if (bVar18) {\n if (local_48 == local_44) {\n FUN_00144ac0(&local_4c,local_48,&local_34);\n goto LAB_00261971;\n }\n *local_48 = (uint)local_34;\n local_48 = local_48 + 1;\n }\n else {\n iVar17 = 0xd;\n pbVar14 = *(byte **)(iVar12 + 0x20);\n pbVar16 = (byte *)".debug_types";\n do {\n if (iVar17 == 0) break;\n iVar17 = iVar17 + -1;\n bVar19 = *pbVar14 < *pbVar16;\n bVar18 = *pbVar14 == *pbVar16;\n pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1;\n pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1;\n } while (bVar18);\n if ((!bVar19 && !bVar18) == bVar19) {\n if (local_3c == local_38) {\n \n FUN_00144ac0(&local_40,local_3c,&local_34);\n goto LAB_00261971;\n }\n *local_3c = (uint)local_34;\n local_3c = local_3c + 1;\n }\n }\n }\n local_34 = (size_t *)((int)local_34 + 1);\n } while (local_34 < psVar11);" do (compound_statement "{\n while( true ) {\n piVar4 = *(int **)(param_1 + 0x98);\n puVar13 = (uint *)(*(int *)(param_1 + 0xa4) + 0x20 + ((int)local_34 * 3 + -3) * 8 + *piVar4)\n ;\n iVar12 = 0;\n if (*puVar13 < (uint)piVar4[2]) {\n iVar12 = piVar4[1] + *puVar13;\n }\n uVar9 = puVar13[1];\n uVar2 = puVar13[2];\n uVar3 = puVar13[3];\n \n FUN_0024c5d0(iVar1,param_1,local_34,iVar12,puVar13[4],puVar13[5]);\n if ((uVar9 != 0) && ((uVar2 & uVar3) != 0xffffffff)) break;\nLAB_00261971:\n local_34 = (size_t *)((int)local_34 + 1);\n if (psVar11 <= local_34) goto LAB_0026197c;\n }\n iVar12 = *(int *)(*(int *)(*(int *)(param_1 + 0x90) + 0x50) + uVar9 * 4);\n if (iVar12 == 0) {\n \n FUN_002446e0("../../gold/incremental.cc",0x80c,"do_layout");\n }\n *(int *)(*(int *)(param_1 + 0x38) + (int)local_34 * 4) = iVar12;\n iVar17 = *(int *)(param_1 + 0x84);\n *(uint *)(iVar17 + 4 + (int)local_34 * 8) = uVar3;\n *(uint *)(iVar17 + (int)local_34 * 8) = uVar2;\n if (*(int *)(DAT_005ea7c8 + 8) == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n bVar18 = false;\n bVar20 = *(char *)(*(int *)(DAT_005ea7c8 + 8) + 0x192d) == '\0';\n if (!bVar20) {\n iVar17 = 0xc;\n pbVar14 = *(byte **)(iVar12 + 0x20);\n pbVar16 = (byte *)".debug_info";\n do {\n if (iVar17 == 0) break;\n iVar17 = iVar17 + -1;\n bVar18 = *pbVar14 < *pbVar16;\n bVar20 = *pbVar14 == *pbVar16;\n pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1;\n pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1;\n } while (bVar20);\n bVar19 = false;\n bVar18 = (!bVar18 && !bVar20) == bVar18;\n if (bVar18) {\n if (local_48 == local_44) {\n FUN_00144ac0(&local_4c,local_48,&local_34);\n goto LAB_00261971;\n }\n *local_48 = (uint)local_34;\n local_48 = local_48 + 1;\n }\n else {\n iVar17 = 0xd;\n pbVar14 = *(byte **)(iVar12 + 0x20);\n pbVar16 = (byte *)".debug_types";\n do {\n if (iVar17 == 0) break;\n iVar17 = iVar17 + -1;\n bVar19 = *pbVar14 < *pbVar16;\n bVar18 = *pbVar14 == *pbVar16;\n pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1;\n pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1;\n } while (bVar18);\n if ((!bVar19 && !bVar18) == bVar19) {\n if (local_3c == local_38) {\n \n FUN_00144ac0(&local_40,local_3c,&local_34);\n goto LAB_00261971;\n }\n *local_3c = (uint)local_34;\n local_3c = local_3c + 1;\n }\n }\n }\n local_34 = (size_t *)((int)local_34 + 1);\n }" { (while_statement "while( true ) {\n piVar4 = *(int **)(param_1 + 0x98);\n puVar13 = (uint *)(*(int *)(param_1 + 0xa4) + 0x20 + ((int)local_34 * 3 + -3) * 8 + *piVar4)\n ;\n iVar12 = 0;\n if (*puVar13 < (uint)piVar4[2]) {\n iVar12 = piVar4[1] + *puVar13;\n }\n uVar9 = puVar13[1];\n uVar2 = puVar13[2];\n uVar3 = puVar13[3];\n \n FUN_0024c5d0(iVar1,param_1,local_34,iVar12,puVar13[4],puVar13[5]);\n if ((uVar9 != 0) && ((uVar2 & uVar3) != 0xffffffff)) break;\nLAB_00261971:\n local_34 = (size_t *)((int)local_34 + 1);\n if (psVar11 <= local_34) goto LAB_0026197c;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n piVar4 = *(int **)(param_1 + 0x98);\n puVar13 = (uint *)(*(int *)(param_1 + 0xa4) + 0x20 + ((int)local_34 * 3 + -3) * 8 + *piVar4)\n ;\n iVar12 = 0;\n if (*puVar13 < (uint)piVar4[2]) {\n iVar12 = piVar4[1] + *puVar13;\n }\n uVar9 = puVar13[1];\n uVar2 = puVar13[2];\n uVar3 = puVar13[3];\n \n FUN_0024c5d0(iVar1,param_1,local_34,iVar12,puVar13[4],puVar13[5]);\n if ((uVar9 != 0) && ((uVar2 & uVar3) != 0xffffffff)) break;\nLAB_00261971:\n local_34 = (size_t *)((int)local_34 + 1);\n if (psVar11 <= local_34) goto LAB_0026197c;\n }" { (expression_statement "piVar4 = *(int **)(param_1 + 0x98);" (assignment_expression "piVar4 = *(int **)(param_1 + 0x98)" identifier = (pointer_expression "*(int **)(param_1 + 0x98)" * (cast_expression "(int **)(param_1 + 0x98)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x98)" ( (binary_expression "param_1 + 0x98" identifier + number_literal) ))))) ;) (expression_statement "puVar13 = (uint *)(*(int *)(param_1 + 0xa4) + 0x20 + ((int)local_34 * 3 + -3) * 8 + *piVar4)\n ;" (assignment_expression "puVar13 = (uint *)(*(int *)(param_1 + 0xa4) + 0x20 + ((int)local_34 * 3 + -3) * 8 + *piVar4)" identifier = (cast_expression "(uint *)(*(int *)(param_1 + 0xa4) + 0x20 + ((int)local_34 * 3 + -3) * 8 + *piVar4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(param_1 + 0xa4) + 0x20 + ((int)local_34 * 3 + -3) * 8 + *piVar4)" ( (binary_expression "*(int *)(param_1 + 0xa4) + 0x20 + ((int)local_34 * 3 + -3) * 8 + *piVar4" (binary_expression "*(int *)(param_1 + 0xa4) + 0x20 + ((int)local_34 * 3 + -3) * 8" (binary_expression "*(int *)(param_1 + 0xa4) + 0x20" (pointer_expression "*(int *)(param_1 + 0xa4)" * (cast_expression "(int *)(param_1 + 0xa4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xa4)" ( (binary_expression "param_1 + 0xa4" identifier + number_literal) )))) + number_literal) + (binary_expression "((int)local_34 * 3 + -3) * 8" (parenthesized_expression "((int)local_34 * 3 + -3)" ( (binary_expression "(int)local_34 * 3 + -3" (binary_expression "(int)local_34 * 3" (cast_expression "(int)local_34" ( (type_descriptor "int" primitive_type) ) identifier) * number_literal) + number_literal) )) * number_literal)) + (pointer_expression "*piVar4" * identifier)) )))) ;) (expression_statement "iVar12 = 0;" (assignment_expression "iVar12 = 0" identifier = number_literal) ;) (if_statement "if (*puVar13 < (uint)piVar4[2]) {\n iVar12 = piVar4[1] + *puVar13;\n }" if (parenthesized_expression "(*puVar13 < (uint)piVar4[2])" ( (binary_expression "*puVar13 < (uint)piVar4[2]" (pointer_expression "*puVar13" * identifier) < (cast_expression "(uint)piVar4[2]" ( (type_descriptor "uint" type_identifier) ) (subscript_expression "piVar4[2]" identifier [ number_literal ]))) )) (compound_statement "{\n iVar12 = piVar4[1] + *puVar13;\n }" { (expression_statement "iVar12 = piVar4[1] + *puVar13;" (assignment_expression "iVar12 = piVar4[1] + *puVar13" identifier = (binary_expression "piVar4[1] + *puVar13" (subscript_expression "piVar4[1]" identifier [ number_literal ]) + (pointer_expression "*puVar13" * identifier))) ;) })) (expression_statement "uVar9 = puVar13[1];" (assignment_expression "uVar9 = puVar13[1]" identifier = (subscript_expression "puVar13[1]" identifier [ number_literal ])) ;) (expression_statement "uVar2 = puVar13[2];" (assignment_expression "uVar2 = puVar13[2]" identifier = (subscript_expression "puVar13[2]" identifier [ number_literal ])) ;) (expression_statement "uVar3 = puVar13[3];" (assignment_expression "uVar3 = puVar13[3]" identifier = (subscript_expression "puVar13[3]" identifier [ number_literal ])) ;) (expression_statement "FUN_0024c5d0(iVar1,param_1,local_34,iVar12,puVar13[4],puVar13[5]);" (call_expression "FUN_0024c5d0(iVar1,param_1,local_34,iVar12,puVar13[4],puVar13[5])" identifier (argument_list "(iVar1,param_1,local_34,iVar12,puVar13[4],puVar13[5])" ( identifier , identifier , identifier , identifier , (subscript_expression "puVar13[4]" identifier [ number_literal ]) , (subscript_expression "puVar13[5]" identifier [ number_literal ]) ))) ;) (if_statement "if ((uVar9 != 0) && ((uVar2 & uVar3) != 0xffffffff)) break;" if (parenthesized_expression "((uVar9 != 0) && ((uVar2 & uVar3) != 0xffffffff))" ( (binary_expression "(uVar9 != 0) && ((uVar2 & uVar3) != 0xffffffff)" (parenthesized_expression "(uVar9 != 0)" ( (binary_expression "uVar9 != 0" identifier != number_literal) )) && (parenthesized_expression "((uVar2 & uVar3) != 0xffffffff)" ( (binary_expression "(uVar2 & uVar3) != 0xffffffff" (parenthesized_expression "(uVar2 & uVar3)" ( (binary_expression "uVar2 & uVar3" identifier & identifier) )) != number_literal) ))) )) (break_statement "break;" break ;)) (labeled_statement "LAB_00261971:\n local_34 = (size_t *)((int)local_34 + 1);" statement_identifier : (expression_statement "local_34 = (size_t *)((int)local_34 + 1);" (assignment_expression "local_34 = (size_t *)((int)local_34 + 1)" identifier = (cast_expression "(size_t *)((int)local_34 + 1)" ( (type_descriptor "size_t *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)local_34 + 1)" ( (binary_expression "(int)local_34 + 1" (cast_expression "(int)local_34" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) ;)) (if_statement "if (psVar11 <= local_34) goto LAB_0026197c;" if (parenthesized_expression "(psVar11 <= local_34)" ( (binary_expression "psVar11 <= local_34" identifier <= identifier) )) (goto_statement "goto LAB_0026197c;" goto statement_identifier ;)) })) (expression_statement "iVar12 = *(int *)(*(int *)(*(int *)(param_1 + 0x90) + 0x50) + uVar9 * 4);" (assignment_expression "iVar12 = *(int *)(*(int *)(*(int *)(param_1 + 0x90) + 0x50) + uVar9 * 4)" identifier = (pointer_expression "*(int *)(*(int *)(*(int *)(param_1 + 0x90) + 0x50) + uVar9 * 4)" * (cast_expression "(int *)(*(int *)(*(int *)(param_1 + 0x90) + 0x50) + uVar9 * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(*(int *)(param_1 + 0x90) + 0x50) + uVar9 * 4)" ( (binary_expression "*(int *)(*(int *)(param_1 + 0x90) + 0x50) + uVar9 * 4" (pointer_expression "*(int *)(*(int *)(param_1 + 0x90) + 0x50)" * (cast_expression "(int *)(*(int *)(param_1 + 0x90) + 0x50)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(param_1 + 0x90) + 0x50)" ( (binary_expression "*(int *)(param_1 + 0x90) + 0x50" (pointer_expression "*(int *)(param_1 + 0x90)" * (cast_expression "(int *)(param_1 + 0x90)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x90)" ( (binary_expression "param_1 + 0x90" identifier + number_literal) )))) + number_literal) )))) + (binary_expression "uVar9 * 4" identifier * number_literal)) ))))) ;) (if_statement "if (iVar12 == 0) {\n \n FUN_002446e0("../../gold/incremental.cc",0x80c,"do_layout");\n }" if (parenthesized_expression "(iVar12 == 0)" ( (binary_expression "iVar12 == 0" identifier == number_literal) )) (compound_statement "{\n \n FUN_002446e0("../../gold/incremental.cc",0x80c,"do_layout");\n }" { (expression_statement "FUN_002446e0("../../gold/incremental.cc",0x80c,"do_layout");" (call_expression "FUN_002446e0("../../gold/incremental.cc",0x80c,"do_layout")" identifier (argument_list "("../../gold/incremental.cc",0x80c,"do_layout")" ( (string_literal ""../../gold/incremental.cc"" " string_content ") , number_literal , (string_literal ""do_layout"" " string_content ") ))) ;) })) (expression_statement "*(int *)(*(int *)(param_1 + 0x38) + (int)local_34 * 4) = iVar12;" (assignment_expression "*(int *)(*(int *)(param_1 + 0x38) + (int)local_34 * 4) = iVar12" (pointer_expression "*(int *)(*(int *)(param_1 + 0x38) + (int)local_34 * 4)" * (cast_expression "(int *)(*(int *)(param_1 + 0x38) + (int)local_34 * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(param_1 + 0x38) + (int)local_34 * 4)" ( (binary_expression "*(int *)(param_1 + 0x38) + (int)local_34 * 4" (pointer_expression "*(int *)(param_1 + 0x38)" * (cast_expression "(int *)(param_1 + 0x38)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x38)" ( (binary_expression "param_1 + 0x38" identifier + number_literal) )))) + (binary_expression "(int)local_34 * 4" (cast_expression "(int)local_34" ( (type_descriptor "int" primitive_type) ) identifier) * number_literal)) )))) = identifier) ;) (expression_statement "iVar17 = *(int *)(param_1 + 0x84);" (assignment_expression "iVar17 = *(int *)(param_1 + 0x84)" identifier = (pointer_expression "*(int *)(param_1 + 0x84)" * (cast_expression "(int *)(param_1 + 0x84)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x84)" ( (binary_expression "param_1 + 0x84" identifier + number_literal) ))))) ;) (expression_statement "*(uint *)(iVar17 + 4 + (int)local_34 * 8) = uVar3;" (assignment_expression "*(uint *)(iVar17 + 4 + (int)local_34 * 8) = uVar3" (pointer_expression "*(uint *)(iVar17 + 4 + (int)local_34 * 8)" * (cast_expression "(uint *)(iVar17 + 4 + (int)local_34 * 8)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar17 + 4 + (int)local_34 * 8)" ( (binary_expression "iVar17 + 4 + (int)local_34 * 8" (binary_expression "iVar17 + 4" identifier + number_literal) + (binary_expression "(int)local_34 * 8" (cast_expression "(int)local_34" ( (type_descriptor "int" primitive_type) ) identifier) * number_literal)) )))) = identifier) ;) (expression_statement "*(uint *)(iVar17 + (int)local_34 * 8) = uVar2;" (assignment_expression "*(uint *)(iVar17 + (int)local_34 * 8) = uVar2" (pointer_expression "*(uint *)(iVar17 + (int)local_34 * 8)" * (cast_expression "(uint *)(iVar17 + (int)local_34 * 8)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar17 + (int)local_34 * 8)" ( (binary_expression "iVar17 + (int)local_34 * 8" identifier + (binary_expression "(int)local_34 * 8" (cast_expression "(int)local_34" ( (type_descriptor "int" primitive_type) ) identifier) * number_literal)) )))) = identifier) ;) (if_statement "if (*(int *)(DAT_005ea7c8 + 8) == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }" if (parenthesized_expression "(*(int *)(DAT_005ea7c8 + 8) == 0)" ( (binary_expression "*(int *)(DAT_005ea7c8 + 8) == 0" (pointer_expression "*(int *)(DAT_005ea7c8 + 8)" * (cast_expression "(int *)(DAT_005ea7c8 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_005ea7c8 + 8)" ( (binary_expression "DAT_005ea7c8 + 8" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }" { (expression_statement "FUN_002446e0("../../gold/parameters.h",0x5c,"options");" (call_expression "FUN_002446e0("../../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 ") ))) ;) })) (expression_statement "bVar18 = false;" (assignment_expression "bVar18 = false" identifier = false) ;) (expression_statement "bVar20 = *(char *)(*(int *)(DAT_005ea7c8 + 8) + 0x192d) == '\0';" (assignment_expression "bVar20 = *(char *)(*(int *)(DAT_005ea7c8 + 8) + 0x192d) == '\0'" identifier = (binary_expression "*(char *)(*(int *)(DAT_005ea7c8 + 8) + 0x192d) == '\0'" (pointer_expression "*(char *)(*(int *)(DAT_005ea7c8 + 8) + 0x192d)" * (cast_expression "(char *)(*(int *)(DAT_005ea7c8 + 8) + 0x192d)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(DAT_005ea7c8 + 8) + 0x192d)" ( (binary_expression "*(int *)(DAT_005ea7c8 + 8) + 0x192d" (pointer_expression "*(int *)(DAT_005ea7c8 + 8)" * (cast_expression "(int *)(DAT_005ea7c8 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_005ea7c8 + 8)" ( (binary_expression "DAT_005ea7c8 + 8" identifier + number_literal) )))) + number_literal) )))) == (char_literal "'\0'" ' escape_sequence '))) ;) (if_statement "if (!bVar20) {\n iVar17 = 0xc;\n pbVar14 = *(byte **)(iVar12 + 0x20);\n pbVar16 = (byte *)".debug_info";\n do {\n if (iVar17 == 0) break;\n iVar17 = iVar17 + -1;\n bVar18 = *pbVar14 < *pbVar16;\n bVar20 = *pbVar14 == *pbVar16;\n pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1;\n pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1;\n } while (bVar20);\n bVar19 = false;\n bVar18 = (!bVar18 && !bVar20) == bVar18;\n if (bVar18) {\n if (local_48 == local_44) {\n FUN_00144ac0(&local_4c,local_48,&local_34);\n goto LAB_00261971;\n }\n *local_48 = (uint)local_34;\n local_48 = local_48 + 1;\n }\n else {\n iVar17 = 0xd;\n pbVar14 = *(byte **)(iVar12 + 0x20);\n pbVar16 = (byte *)".debug_types";\n do {\n if (iVar17 == 0) break;\n iVar17 = iVar17 + -1;\n bVar19 = *pbVar14 < *pbVar16;\n bVar18 = *pbVar14 == *pbVar16;\n pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1;\n pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1;\n } while (bVar18);\n if ((!bVar19 && !bVar18) == bVar19) {\n if (local_3c == local_38) {\n \n FUN_00144ac0(&local_40,local_3c,&local_34);\n goto LAB_00261971;\n }\n *local_3c = (uint)local_34;\n local_3c = local_3c + 1;\n }\n }\n }" if (parenthesized_expression "(!bVar20)" ( (unary_expression "!bVar20" ! identifier) )) (compound_statement "{\n iVar17 = 0xc;\n pbVar14 = *(byte **)(iVar12 + 0x20);\n pbVar16 = (byte *)".debug_info";\n do {\n if (iVar17 == 0) break;\n iVar17 = iVar17 + -1;\n bVar18 = *pbVar14 < *pbVar16;\n bVar20 = *pbVar14 == *pbVar16;\n pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1;\n pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1;\n } while (bVar20);\n bVar19 = false;\n bVar18 = (!bVar18 && !bVar20) == bVar18;\n if (bVar18) {\n if (local_48 == local_44) {\n FUN_00144ac0(&local_4c,local_48,&local_34);\n goto LAB_00261971;\n }\n *local_48 = (uint)local_34;\n local_48 = local_48 + 1;\n }\n else {\n iVar17 = 0xd;\n pbVar14 = *(byte **)(iVar12 + 0x20);\n pbVar16 = (byte *)".debug_types";\n do {\n if (iVar17 == 0) break;\n iVar17 = iVar17 + -1;\n bVar19 = *pbVar14 < *pbVar16;\n bVar18 = *pbVar14 == *pbVar16;\n pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1;\n pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1;\n } while (bVar18);\n if ((!bVar19 && !bVar18) == bVar19) {\n if (local_3c == local_38) {\n \n FUN_00144ac0(&local_40,local_3c,&local_34);\n goto LAB_00261971;\n }\n *local_3c = (uint)local_34;\n local_3c = local_3c + 1;\n }\n }\n }" { (expression_statement "iVar17 = 0xc;" (assignment_expression "iVar17 = 0xc" identifier = number_literal) ;) (expression_statement "pbVar14 = *(byte **)(iVar12 + 0x20);" (assignment_expression "pbVar14 = *(byte **)(iVar12 + 0x20)" identifier = (pointer_expression "*(byte **)(iVar12 + 0x20)" * (cast_expression "(byte **)(iVar12 + 0x20)" ( (type_descriptor "byte **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar12 + 0x20)" ( (binary_expression "iVar12 + 0x20" identifier + number_literal) ))))) ;) (expression_statement "pbVar16 = (byte *)".debug_info";" (assignment_expression "pbVar16 = (byte *)".debug_info"" identifier = (cast_expression "(byte *)".debug_info"" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (string_literal "".debug_info"" " string_content "))) ;) (do_statement "do {\n if (iVar17 == 0) break;\n iVar17 = iVar17 + -1;\n bVar18 = *pbVar14 < *pbVar16;\n bVar20 = *pbVar14 == *pbVar16;\n pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1;\n pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1;\n } while (bVar20);" do (compound_statement "{\n if (iVar17 == 0) break;\n iVar17 = iVar17 + -1;\n bVar18 = *pbVar14 < *pbVar16;\n bVar20 = *pbVar14 == *pbVar16;\n pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1;\n pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1;\n }" { (if_statement "if (iVar17 == 0) break;" if (parenthesized_expression "(iVar17 == 0)" ( (binary_expression "iVar17 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "iVar17 = iVar17 + -1;" (assignment_expression "iVar17 = iVar17 + -1" identifier = (binary_expression "iVar17 + -1" identifier + number_literal)) ;) (expression_statement "bVar18 = *pbVar14 < *pbVar16;" (assignment_expression "bVar18 = *pbVar14 < *pbVar16" identifier = (binary_expression "*pbVar14 < *pbVar16" (pointer_expression "*pbVar14" * identifier) < (pointer_expression "*pbVar16" * identifier))) ;) (expression_statement "bVar20 = *pbVar14 == *pbVar16;" (assignment_expression "bVar20 = *pbVar14 == *pbVar16" identifier = (binary_expression "*pbVar14 == *pbVar16" (pointer_expression "*pbVar14" * identifier) == (pointer_expression "*pbVar16" * identifier))) ;) (expression_statement "pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1;" (assignment_expression "pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1" identifier = (binary_expression "pbVar14 + (uint)bVar21 * -2 + 1" (binary_expression "pbVar14 + (uint)bVar21 * -2" identifier + (binary_expression "(uint)bVar21 * -2" (cast_expression "(uint)bVar21" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1;" (assignment_expression "pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1" identifier = (binary_expression "pbVar16 + (uint)bVar21 * -2 + 1" (binary_expression "pbVar16 + (uint)bVar21 * -2" identifier + (binary_expression "(uint)bVar21 * -2" (cast_expression "(uint)bVar21" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar20)" ( identifier )) ;) (expression_statement "bVar19 = false;" (assignment_expression "bVar19 = false" identifier = false) ;) (expression_statement "bVar18 = (!bVar18 && !bVar20) == bVar18;" (assignment_expression "bVar18 = (!bVar18 && !bVar20) == bVar18" identifier = (binary_expression "(!bVar18 && !bVar20) == bVar18" (parenthesized_expression "(!bVar18 && !bVar20)" ( (binary_expression "!bVar18 && !bVar20" (unary_expression "!bVar18" ! identifier) && (unary_expression "!bVar20" ! identifier)) )) == identifier)) ;) (if_statement "if (bVar18) {\n if (local_48 == local_44) {\n FUN_00144ac0(&local_4c,local_48,&local_34);\n goto LAB_00261971;\n }\n *local_48 = (uint)local_34;\n local_48 = local_48 + 1;\n }\n else {\n iVar17 = 0xd;\n pbVar14 = *(byte **)(iVar12 + 0x20);\n pbVar16 = (byte *)".debug_types";\n do {\n if (iVar17 == 0) break;\n iVar17 = iVar17 + -1;\n bVar19 = *pbVar14 < *pbVar16;\n bVar18 = *pbVar14 == *pbVar16;\n pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1;\n pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1;\n } while (bVar18);\n if ((!bVar19 && !bVar18) == bVar19) {\n if (local_3c == local_38) {\n \n FUN_00144ac0(&local_40,local_3c,&local_34);\n goto LAB_00261971;\n }\n *local_3c = (uint)local_34;\n local_3c = local_3c + 1;\n }\n }" if (parenthesized_expression "(bVar18)" ( identifier )) (compound_statement "{\n if (local_48 == local_44) {\n FUN_00144ac0(&local_4c,local_48,&local_34);\n goto LAB_00261971;\n }\n *local_48 = (uint)local_34;\n local_48 = local_48 + 1;\n }" { (if_statement "if (local_48 == local_44) {\n FUN_00144ac0(&local_4c,local_48,&local_34);\n goto LAB_00261971;\n }" if (parenthesized_expression "(local_48 == local_44)" ( (binary_expression "local_48 == local_44" identifier == identifier) )) (compound_statement "{\n FUN_00144ac0(&local_4c,local_48,&local_34);\n goto LAB_00261971;\n }" { (expression_statement "FUN_00144ac0(&local_4c,local_48,&local_34);" (call_expression "FUN_00144ac0(&local_4c,local_48,&local_34)" identifier (argument_list "(&local_4c,local_48,&local_34)" ( (pointer_expression "&local_4c" & identifier) , identifier , (pointer_expression "&local_34" & identifier) ))) ;) (goto_statement "goto LAB_00261971;" goto statement_identifier ;) })) (expression_statement "*local_48 = (uint)local_34;" (assignment_expression "*local_48 = (uint)local_34" (pointer_expression "*local_48" * identifier) = (cast_expression "(uint)local_34" ( (type_descriptor "uint" type_identifier) ) identifier)) ;) (expression_statement "local_48 = local_48 + 1;" (assignment_expression "local_48 = local_48 + 1" identifier = (binary_expression "local_48 + 1" identifier + number_literal)) ;) }) (else_clause "else {\n iVar17 = 0xd;\n pbVar14 = *(byte **)(iVar12 + 0x20);\n pbVar16 = (byte *)".debug_types";\n do {\n if (iVar17 == 0) break;\n iVar17 = iVar17 + -1;\n bVar19 = *pbVar14 < *pbVar16;\n bVar18 = *pbVar14 == *pbVar16;\n pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1;\n pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1;\n } while (bVar18);\n if ((!bVar19 && !bVar18) == bVar19) {\n if (local_3c == local_38) {\n \n FUN_00144ac0(&local_40,local_3c,&local_34);\n goto LAB_00261971;\n }\n *local_3c = (uint)local_34;\n local_3c = local_3c + 1;\n }\n }" else (compound_statement "{\n iVar17 = 0xd;\n pbVar14 = *(byte **)(iVar12 + 0x20);\n pbVar16 = (byte *)".debug_types";\n do {\n if (iVar17 == 0) break;\n iVar17 = iVar17 + -1;\n bVar19 = *pbVar14 < *pbVar16;\n bVar18 = *pbVar14 == *pbVar16;\n pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1;\n pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1;\n } while (bVar18);\n if ((!bVar19 && !bVar18) == bVar19) {\n if (local_3c == local_38) {\n \n FUN_00144ac0(&local_40,local_3c,&local_34);\n goto LAB_00261971;\n }\n *local_3c = (uint)local_34;\n local_3c = local_3c + 1;\n }\n }" { (expression_statement "iVar17 = 0xd;" (assignment_expression "iVar17 = 0xd" identifier = number_literal) ;) (expression_statement "pbVar14 = *(byte **)(iVar12 + 0x20);" (assignment_expression "pbVar14 = *(byte **)(iVar12 + 0x20)" identifier = (pointer_expression "*(byte **)(iVar12 + 0x20)" * (cast_expression "(byte **)(iVar12 + 0x20)" ( (type_descriptor "byte **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar12 + 0x20)" ( (binary_expression "iVar12 + 0x20" identifier + number_literal) ))))) ;) (expression_statement "pbVar16 = (byte *)".debug_types";" (assignment_expression "pbVar16 = (byte *)".debug_types"" identifier = (cast_expression "(byte *)".debug_types"" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (string_literal "".debug_types"" " string_content "))) ;) (do_statement "do {\n if (iVar17 == 0) break;\n iVar17 = iVar17 + -1;\n bVar19 = *pbVar14 < *pbVar16;\n bVar18 = *pbVar14 == *pbVar16;\n pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1;\n pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1;\n } while (bVar18);" do (compound_statement "{\n if (iVar17 == 0) break;\n iVar17 = iVar17 + -1;\n bVar19 = *pbVar14 < *pbVar16;\n bVar18 = *pbVar14 == *pbVar16;\n pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1;\n pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1;\n }" { (if_statement "if (iVar17 == 0) break;" if (parenthesized_expression "(iVar17 == 0)" ( (binary_expression "iVar17 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "iVar17 = iVar17 + -1;" (assignment_expression "iVar17 = iVar17 + -1" identifier = (binary_expression "iVar17 + -1" identifier + number_literal)) ;) (expression_statement "bVar19 = *pbVar14 < *pbVar16;" (assignment_expression "bVar19 = *pbVar14 < *pbVar16" identifier = (binary_expression "*pbVar14 < *pbVar16" (pointer_expression "*pbVar14" * identifier) < (pointer_expression "*pbVar16" * identifier))) ;) (expression_statement "bVar18 = *pbVar14 == *pbVar16;" (assignment_expression "bVar18 = *pbVar14 == *pbVar16" identifier = (binary_expression "*pbVar14 == *pbVar16" (pointer_expression "*pbVar14" * identifier) == (pointer_expression "*pbVar16" * identifier))) ;) (expression_statement "pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1;" (assignment_expression "pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1" identifier = (binary_expression "pbVar14 + (uint)bVar21 * -2 + 1" (binary_expression "pbVar14 + (uint)bVar21 * -2" identifier + (binary_expression "(uint)bVar21 * -2" (cast_expression "(uint)bVar21" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1;" (assignment_expression "pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1" identifier = (binary_expression "pbVar16 + (uint)bVar21 * -2 + 1" (binary_expression "pbVar16 + (uint)bVar21 * -2" identifier + (binary_expression "(uint)bVar21 * -2" (cast_expression "(uint)bVar21" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar18)" ( identifier )) ;) (if_statement "if ((!bVar19 && !bVar18) == bVar19) {\n if (local_3c == local_38) {\n \n FUN_00144ac0(&local_40,local_3c,&local_34);\n goto LAB_00261971;\n }\n *local_3c = (uint)local_34;\n local_3c = local_3c + 1;\n }" if (parenthesized_expression "((!bVar19 && !bVar18) == bVar19)" ( (binary_expression "(!bVar19 && !bVar18) == bVar19" (parenthesized_expression "(!bVar19 && !bVar18)" ( (binary_expression "!bVar19 && !bVar18" (unary_expression "!bVar19" ! identifier) && (unary_expression "!bVar18" ! identifier)) )) == identifier) )) (compound_statement "{\n if (local_3c == local_38) {\n \n FUN_00144ac0(&local_40,local_3c,&local_34);\n goto LAB_00261971;\n }\n *local_3c = (uint)local_34;\n local_3c = local_3c + 1;\n }" { (if_statement "if (local_3c == local_38) {\n \n FUN_00144ac0(&local_40,local_3c,&local_34);\n goto LAB_00261971;\n }" if (parenthesized_expression "(local_3c == local_38)" ( (binary_expression "local_3c == local_38" identifier == identifier) )) (compound_statement "{\n \n FUN_00144ac0(&local_40,local_3c,&local_34);\n goto LAB_00261971;\n }" { (expression_statement "FUN_00144ac0(&local_40,local_3c,&local_34);" (call_expression "FUN_00144ac0(&local_40,local_3c,&local_34)" identifier (argument_list "(&local_40,local_3c,&local_34)" ( (pointer_expression "&local_40" & identifier) , identifier , (pointer_expression "&local_34" & identifier) ))) ;) (goto_statement "goto LAB_00261971;" goto statement_identifier ;) })) (expression_statement "*local_3c = (uint)local_34;" (assignment_expression "*local_3c = (uint)local_34" (pointer_expression "*local_3c" * identifier) = (cast_expression "(uint)local_34" ( (type_descriptor "uint" type_identifier) ) identifier)) ;) (expression_statement "local_3c = local_3c + 1;" (assignment_expression "local_3c = local_3c + 1" identifier = (binary_expression "local_3c + 1" identifier + number_literal)) ;) })) }))) })) (expression_statement "local_34 = (size_t *)((int)local_34 + 1);" (assignment_expression "local_34 = (size_t *)((int)local_34 + 1)" identifier = (cast_expression "(size_t *)((int)local_34 + 1)" ( (type_descriptor "size_t *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)local_34 + 1)" ( (binary_expression "(int)local_34 + 1" (cast_expression "(int)local_34" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) ;) }) while (parenthesized_expression "(local_34 < psVar11)" ( (binary_expression "local_34 < psVar11" identifier < identifier) )) ;) })) (labeled_statement "LAB_0026197c:\n uVar9 = (uint)*(byte *)(param_1 + 0x9c);" statement_identifier : (expression_statement "uVar9 = (uint)*(byte *)(param_1 + 0x9c);" (assignment_expression "uVar9 = (uint)*(byte *)(param_1 + 0x9c)" identifier = (binary_expression "(uint)*(byte *)(param_1 + 0x9c)" (parenthesized_expression "(uint)" ( identifier )) * (cast_expression "(byte *)(param_1 + 0x9c)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x9c)" ( (binary_expression "param_1 + 0x9c" identifier + number_literal) ))))) ;)) (if_statement "if (1 < uVar9 - 1) {\n \n FUN_002446e0("../../gold/incremental.h",0x3b9,"get_comdat_group_count",uVar9);\n }" if (parenthesized_expression "(1 < uVar9 - 1)" ( (binary_expression "1 < uVar9 - 1" number_literal < (binary_expression "uVar9 - 1" identifier - number_literal)) )) (compound_statement "{\n \n FUN_002446e0("../../gold/incremental.h",0x3b9,"get_comdat_group_count",uVar9);\n }" { (expression_statement "FUN_002446e0("../../gold/incremental.h",0x3b9,"get_comdat_group_count",uVar9);" (call_expression "FUN_002446e0("../../gold/incremental.h",0x3b9,"get_comdat_group_count",uVar9)" identifier (argument_list "("../../gold/incremental.h",0x3b9,"get_comdat_group_count",uVar9)" ( (string_literal ""../../gold/incremental.h"" " string_content ") , number_literal , (string_literal ""get_comdat_group_count"" " string_content ") , identifier ))) ;) })) (expression_statement "iVar12 = *(int *)(**(int **)(param_1 + 0x98) + 0x18 + *(int *)(param_1 + 0xa4));" (assignment_expression "iVar12 = *(int *)(**(int **)(param_1 + 0x98) + 0x18 + *(int *)(param_1 + 0xa4))" identifier = (pointer_expression "*(int *)(**(int **)(param_1 + 0x98) + 0x18 + *(int *)(param_1 + 0xa4))" * (cast_expression "(int *)(**(int **)(param_1 + 0x98) + 0x18 + *(int *)(param_1 + 0xa4))" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(**(int **)(param_1 + 0x98) + 0x18 + *(int *)(param_1 + 0xa4))" ( (binary_expression "**(int **)(param_1 + 0x98) + 0x18 + *(int *)(param_1 + 0xa4)" (binary_expression "**(int **)(param_1 + 0x98) + 0x18" (pointer_expression "**(int **)(param_1 + 0x98)" * (pointer_expression "*(int **)(param_1 + 0x98)" * (cast_expression "(int **)(param_1 + 0x98)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x98)" ( (binary_expression "param_1 + 0x98" identifier + number_literal) ))))) + number_literal) + (pointer_expression "*(int *)(param_1 + 0xa4)" * (cast_expression "(int *)(param_1 + 0xa4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xa4)" ( (binary_expression "param_1 + 0xa4" identifier + number_literal) ))))) ))))) ;) (if_statement "if (iVar12 != 0) {\n iVar17 = 0;\n do {\n if ((uVar9 != 1) && (uVar9 != 2)) {\n \n FUN_002446e0("../../gold/incremental.h",0x365,"get_input_section_count");\n }\n piVar4 = *(int **)(param_1 + 0x98);\n iVar5 = *(int *)(param_1 + 0xa4);\n iVar6 = *piVar4;\n uVar9 = *(uint *)(iVar5 + 0x20 +\n iVar6 + *(int *)(iVar6 + iVar5) * 0x18 + iVar17 * 4 +\n *(int *)(iVar6 + 4 + iVar5) * 0x14);\n if (((uint)piVar4[2] <= uVar9) || (__s = (char *)(uVar9 + piVar4[1]), __s == (char *)0x0)) {\n uVar10 = gettext("COMDAT group has no signature");\n FUN_0028b750(param_1,uVar10);\n local_34 = local_2c;\n \n FUN_003f3980("basic_string::_M_construct null not valid");\n }\n if (*__s == '\0') {\n uVar10 = gettext("COMDAT group has no signature");\n FUN_0028b750(param_1,uVar10);\n }\n local_34 = local_2c;\n __n = strlen(__s);\n local_50 = __n;\n if (__n < 0x10) {\n psVar11 = local_2c;\n if (__n == 1) {\n local_2c[0] = CONCAT31(local_2c[0]._1_3_,*__s);\n }\n else if (__n != 0) goto LAB_00261c7d;\n }\n else {\n local_34 = (size_t *)FUN_003b5790(&local_34,&local_50,0);\n local_2c[0] = local_50;\n psVar11 = local_34;\nLAB_00261c7d:\n memcpy(psVar11,__s,__n);\n psVar11 = local_34;\n }\n *(undefined1 *)((int)psVar11 + local_50) = 0;\n local_30 = local_50;\n \n cVar7 = FUN_00278ce0(param_3,&local_34,param_1,iVar17,1,1,0);\n if (local_34 != local_2c) {\n FUN_003ae080(local_34);\n }\n if (cVar7 == '\0') {\n uVar10 = gettext("COMDAT group %s included twice in incremental link");\n \n FUN_0028b750(param_1,uVar10,__s);\n }\n else {\n FUN_0024c220(iVar1,param_1,__s);\n }\n if (iVar17 + 1 == iVar12) break;\n iVar17 = iVar17 + 1;\n uVar9 = (uint)*(byte *)(param_1 + 0x9c);\n } while( true );\n }" if (parenthesized_expression "(iVar12 != 0)" ( (binary_expression "iVar12 != 0" identifier != number_literal) )) (compound_statement "{\n iVar17 = 0;\n do {\n if ((uVar9 != 1) && (uVar9 != 2)) {\n \n FUN_002446e0("../../gold/incremental.h",0x365,"get_input_section_count");\n }\n piVar4 = *(int **)(param_1 + 0x98);\n iVar5 = *(int *)(param_1 + 0xa4);\n iVar6 = *piVar4;\n uVar9 = *(uint *)(iVar5 + 0x20 +\n iVar6 + *(int *)(iVar6 + iVar5) * 0x18 + iVar17 * 4 +\n *(int *)(iVar6 + 4 + iVar5) * 0x14);\n if (((uint)piVar4[2] <= uVar9) || (__s = (char *)(uVar9 + piVar4[1]), __s == (char *)0x0)) {\n uVar10 = gettext("COMDAT group has no signature");\n FUN_0028b750(param_1,uVar10);\n local_34 = local_2c;\n \n FUN_003f3980("basic_string::_M_construct null not valid");\n }\n if (*__s == '\0') {\n uVar10 = gettext("COMDAT group has no signature");\n FUN_0028b750(param_1,uVar10);\n }\n local_34 = local_2c;\n __n = strlen(__s);\n local_50 = __n;\n if (__n < 0x10) {\n psVar11 = local_2c;\n if (__n == 1) {\n local_2c[0] = CONCAT31(local_2c[0]._1_3_,*__s);\n }\n else if (__n != 0) goto LAB_00261c7d;\n }\n else {\n local_34 = (size_t *)FUN_003b5790(&local_34,&local_50,0);\n local_2c[0] = local_50;\n psVar11 = local_34;\nLAB_00261c7d:\n memcpy(psVar11,__s,__n);\n psVar11 = local_34;\n }\n *(undefined1 *)((int)psVar11 + local_50) = 0;\n local_30 = local_50;\n \n cVar7 = FUN_00278ce0(param_3,&local_34,param_1,iVar17,1,1,0);\n if (local_34 != local_2c) {\n FUN_003ae080(local_34);\n }\n if (cVar7 == '\0') {\n uVar10 = gettext("COMDAT group %s included twice in incremental link");\n \n FUN_0028b750(param_1,uVar10,__s);\n }\n else {\n FUN_0024c220(iVar1,param_1,__s);\n }\n if (iVar17 + 1 == iVar12) break;\n iVar17 = iVar17 + 1;\n uVar9 = (uint)*(byte *)(param_1 + 0x9c);\n } while( true );\n }" { (expression_statement "iVar17 = 0;" (assignment_expression "iVar17 = 0" identifier = number_literal) ;) (do_statement "do {\n if ((uVar9 != 1) && (uVar9 != 2)) {\n \n FUN_002446e0("../../gold/incremental.h",0x365,"get_input_section_count");\n }\n piVar4 = *(int **)(param_1 + 0x98);\n iVar5 = *(int *)(param_1 + 0xa4);\n iVar6 = *piVar4;\n uVar9 = *(uint *)(iVar5 + 0x20 +\n iVar6 + *(int *)(iVar6 + iVar5) * 0x18 + iVar17 * 4 +\n *(int *)(iVar6 + 4 + iVar5) * 0x14);\n if (((uint)piVar4[2] <= uVar9) || (__s = (char *)(uVar9 + piVar4[1]), __s == (char *)0x0)) {\n uVar10 = gettext("COMDAT group has no signature");\n FUN_0028b750(param_1,uVar10);\n local_34 = local_2c;\n \n FUN_003f3980("basic_string::_M_construct null not valid");\n }\n if (*__s == '\0') {\n uVar10 = gettext("COMDAT group has no signature");\n FUN_0028b750(param_1,uVar10);\n }\n local_34 = local_2c;\n __n = strlen(__s);\n local_50 = __n;\n if (__n < 0x10) {\n psVar11 = local_2c;\n if (__n == 1) {\n local_2c[0] = CONCAT31(local_2c[0]._1_3_,*__s);\n }\n else if (__n != 0) goto LAB_00261c7d;\n }\n else {\n local_34 = (size_t *)FUN_003b5790(&local_34,&local_50,0);\n local_2c[0] = local_50;\n psVar11 = local_34;\nLAB_00261c7d:\n memcpy(psVar11,__s,__n);\n psVar11 = local_34;\n }\n *(undefined1 *)((int)psVar11 + local_50) = 0;\n local_30 = local_50;\n \n cVar7 = FUN_00278ce0(param_3,&local_34,param_1,iVar17,1,1,0);\n if (local_34 != local_2c) {\n FUN_003ae080(local_34);\n }\n if (cVar7 == '\0') {\n uVar10 = gettext("COMDAT group %s included twice in incremental link");\n \n FUN_0028b750(param_1,uVar10,__s);\n }\n else {\n FUN_0024c220(iVar1,param_1,__s);\n }\n if (iVar17 + 1 == iVar12) break;\n iVar17 = iVar17 + 1;\n uVar9 = (uint)*(byte *)(param_1 + 0x9c);\n } while( true );" do (compound_statement "{\n if ((uVar9 != 1) && (uVar9 != 2)) {\n \n FUN_002446e0("../../gold/incremental.h",0x365,"get_input_section_count");\n }\n piVar4 = *(int **)(param_1 + 0x98);\n iVar5 = *(int *)(param_1 + 0xa4);\n iVar6 = *piVar4;\n uVar9 = *(uint *)(iVar5 + 0x20 +\n iVar6 + *(int *)(iVar6 + iVar5) * 0x18 + iVar17 * 4 +\n *(int *)(iVar6 + 4 + iVar5) * 0x14);\n if (((uint)piVar4[2] <= uVar9) || (__s = (char *)(uVar9 + piVar4[1]), __s == (char *)0x0)) {\n uVar10 = gettext("COMDAT group has no signature");\n FUN_0028b750(param_1,uVar10);\n local_34 = local_2c;\n \n FUN_003f3980("basic_string::_M_construct null not valid");\n }\n if (*__s == '\0') {\n uVar10 = gettext("COMDAT group has no signature");\n FUN_0028b750(param_1,uVar10);\n }\n local_34 = local_2c;\n __n = strlen(__s);\n local_50 = __n;\n if (__n < 0x10) {\n psVar11 = local_2c;\n if (__n == 1) {\n local_2c[0] = CONCAT31(local_2c[0]._1_3_,*__s);\n }\n else if (__n != 0) goto LAB_00261c7d;\n }\n else {\n local_34 = (size_t *)FUN_003b5790(&local_34,&local_50,0);\n local_2c[0] = local_50;\n psVar11 = local_34;\nLAB_00261c7d:\n memcpy(psVar11,__s,__n);\n psVar11 = local_34;\n }\n *(undefined1 *)((int)psVar11 + local_50) = 0;\n local_30 = local_50;\n \n cVar7 = FUN_00278ce0(param_3,&local_34,param_1,iVar17,1,1,0);\n if (local_34 != local_2c) {\n FUN_003ae080(local_34);\n }\n if (cVar7 == '\0') {\n uVar10 = gettext("COMDAT group %s included twice in incremental link");\n \n FUN_0028b750(param_1,uVar10,__s);\n }\n else {\n FUN_0024c220(iVar1,param_1,__s);\n }\n if (iVar17 + 1 == iVar12) break;\n iVar17 = iVar17 + 1;\n uVar9 = (uint)*(byte *)(param_1 + 0x9c);\n }" { (if_statement "if ((uVar9 != 1) && (uVar9 != 2)) {\n \n FUN_002446e0("../../gold/incremental.h",0x365,"get_input_section_count");\n }" if (parenthesized_expression "((uVar9 != 1) && (uVar9 != 2))" ( (binary_expression "(uVar9 != 1) && (uVar9 != 2)" (parenthesized_expression "(uVar9 != 1)" ( (binary_expression "uVar9 != 1" identifier != number_literal) )) && (parenthesized_expression "(uVar9 != 2)" ( (binary_expression "uVar9 != 2" identifier != number_literal) ))) )) (compound_statement "{\n \n FUN_002446e0("../../gold/incremental.h",0x365,"get_input_section_count");\n }" { (expression_statement "FUN_002446e0("../../gold/incremental.h",0x365,"get_input_section_count");" (call_expression "FUN_002446e0("../../gold/incremental.h",0x365,"get_input_section_count")" identifier (argument_list "("../../gold/incremental.h",0x365,"get_input_section_count")" ( (string_literal ""../../gold/incremental.h"" " string_content ") , number_literal , (string_literal ""get_input_section_count"" " string_content ") ))) ;) })) (expression_statement "piVar4 = *(int **)(param_1 + 0x98);" (assignment_expression "piVar4 = *(int **)(param_1 + 0x98)" identifier = (pointer_expression "*(int **)(param_1 + 0x98)" * (cast_expression "(int **)(param_1 + 0x98)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x98)" ( (binary_expression "param_1 + 0x98" identifier + number_literal) ))))) ;) (expression_statement "iVar5 = *(int *)(param_1 + 0xa4);" (assignment_expression "iVar5 = *(int *)(param_1 + 0xa4)" identifier = (pointer_expression "*(int *)(param_1 + 0xa4)" * (cast_expression "(int *)(param_1 + 0xa4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xa4)" ( (binary_expression "param_1 + 0xa4" identifier + number_literal) ))))) ;) (expression_statement "iVar6 = *piVar4;" (assignment_expression "iVar6 = *piVar4" identifier = (pointer_expression "*piVar4" * identifier)) ;) (expression_statement "uVar9 = *(uint *)(iVar5 + 0x20 +\n iVar6 + *(int *)(iVar6 + iVar5) * 0x18 + iVar17 * 4 +\n *(int *)(iVar6 + 4 + iVar5) * 0x14);" (assignment_expression "uVar9 = *(uint *)(iVar5 + 0x20 +\n iVar6 + *(int *)(iVar6 + iVar5) * 0x18 + iVar17 * 4 +\n *(int *)(iVar6 + 4 + iVar5) * 0x14)" identifier = (pointer_expression "*(uint *)(iVar5 + 0x20 +\n iVar6 + *(int *)(iVar6 + iVar5) * 0x18 + iVar17 * 4 +\n *(int *)(iVar6 + 4 + iVar5) * 0x14)" * (cast_expression "(uint *)(iVar5 + 0x20 +\n iVar6 + *(int *)(iVar6 + iVar5) * 0x18 + iVar17 * 4 +\n *(int *)(iVar6 + 4 + iVar5) * 0x14)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar5 + 0x20 +\n iVar6 + *(int *)(iVar6 + iVar5) * 0x18 + iVar17 * 4 +\n *(int *)(iVar6 + 4 + iVar5) * 0x14)" ( (binary_expression "iVar5 + 0x20 +\n iVar6 + *(int *)(iVar6 + iVar5) * 0x18 + iVar17 * 4 +\n *(int *)(iVar6 + 4 + iVar5) * 0x14" (binary_expression "iVar5 + 0x20 +\n iVar6 + *(int *)(iVar6 + iVar5) * 0x18 + iVar17 * 4" (binary_expression "iVar5 + 0x20 +\n iVar6 + *(int *)(iVar6 + iVar5) * 0x18" (binary_expression "iVar5 + 0x20 +\n iVar6" (binary_expression "iVar5 + 0x20" identifier + number_literal) + identifier) + (binary_expression "*(int *)(iVar6 + iVar5) * 0x18" (pointer_expression "*(int *)(iVar6 + iVar5)" * (cast_expression "(int *)(iVar6 + iVar5)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + iVar5)" ( (binary_expression "iVar6 + iVar5" identifier + identifier) )))) * number_literal)) + (binary_expression "iVar17 * 4" identifier * number_literal)) + (binary_expression "*(int *)(iVar6 + 4 + iVar5) * 0x14" (pointer_expression "*(int *)(iVar6 + 4 + iVar5)" * (cast_expression "(int *)(iVar6 + 4 + iVar5)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 4 + iVar5)" ( (binary_expression "iVar6 + 4 + iVar5" (binary_expression "iVar6 + 4" identifier + number_literal) + identifier) )))) * number_literal)) ))))) ;) (if_statement "if (((uint)piVar4[2] <= uVar9) || (__s = (char *)(uVar9 + piVar4[1]), __s == (char *)0x0)) {\n uVar10 = gettext("COMDAT group has no signature");\n FUN_0028b750(param_1,uVar10);\n local_34 = local_2c;\n \n FUN_003f3980("basic_string::_M_construct null not valid");\n }" if (parenthesized_expression "(((uint)piVar4[2] <= uVar9) || (__s = (char *)(uVar9 + piVar4[1]), __s == (char *)0x0))" ( (binary_expression "((uint)piVar4[2] <= uVar9) || (__s = (char *)(uVar9 + piVar4[1]), __s == (char *)0x0)" (parenthesized_expression "((uint)piVar4[2] <= uVar9)" ( (binary_expression "(uint)piVar4[2] <= uVar9" (cast_expression "(uint)piVar4[2]" ( (type_descriptor "uint" type_identifier) ) (subscript_expression "piVar4[2]" identifier [ number_literal ])) <= identifier) )) || (parenthesized_expression "(__s = (char *)(uVar9 + piVar4[1]), __s == (char *)0x0)" ( (comma_expression "__s = (char *)(uVar9 + piVar4[1]), __s == (char *)0x0" (assignment_expression "__s = (char *)(uVar9 + piVar4[1])" identifier = (cast_expression "(char *)(uVar9 + piVar4[1])" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(uVar9 + piVar4[1])" ( (binary_expression "uVar9 + piVar4[1]" identifier + (subscript_expression "piVar4[1]" identifier [ number_literal ])) )))) , (binary_expression "__s == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal))) ))) )) (compound_statement "{\n uVar10 = gettext("COMDAT group has no signature");\n FUN_0028b750(param_1,uVar10);\n local_34 = local_2c;\n \n FUN_003f3980("basic_string::_M_construct null not valid");\n }" { (expression_statement "uVar10 = gettext("COMDAT group has no signature");" (assignment_expression "uVar10 = gettext("COMDAT group has no signature")" identifier = (call_expression "gettext("COMDAT group has no signature")" identifier (argument_list "("COMDAT group has no signature")" ( (string_literal ""COMDAT group has no signature"" " string_content ") )))) ;) (expression_statement "FUN_0028b750(param_1,uVar10);" (call_expression "FUN_0028b750(param_1,uVar10)" identifier (argument_list "(param_1,uVar10)" ( identifier , identifier ))) ;) (expression_statement "local_34 = local_2c;" (assignment_expression "local_34 = local_2c" identifier = identifier) ;) (expression_statement "FUN_003f3980("basic_string::_M_construct null not valid");" (call_expression "FUN_003f3980("basic_string::_M_construct null not valid")" identifier (argument_list "("basic_string::_M_construct null not valid")" ( (string_literal ""basic_string::_M_construct null not valid"" " string_content ") ))) ;) })) (if_statement "if (*__s == '\0') {\n uVar10 = gettext("COMDAT group has no signature");\n FUN_0028b750(param_1,uVar10);\n }" if (parenthesized_expression "(*__s == '\0')" ( (binary_expression "*__s == '\0'" (pointer_expression "*__s" * identifier) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n uVar10 = gettext("COMDAT group has no signature");\n FUN_0028b750(param_1,uVar10);\n }" { (expression_statement "uVar10 = gettext("COMDAT group has no signature");" (assignment_expression "uVar10 = gettext("COMDAT group has no signature")" identifier = (call_expression "gettext("COMDAT group has no signature")" identifier (argument_list "("COMDAT group has no signature")" ( (string_literal ""COMDAT group has no signature"" " string_content ") )))) ;) (expression_statement "FUN_0028b750(param_1,uVar10);" (call_expression "FUN_0028b750(param_1,uVar10)" identifier (argument_list "(param_1,uVar10)" ( identifier , identifier ))) ;) })) (expression_statement "local_34 = local_2c;" (assignment_expression "local_34 = local_2c" identifier = identifier) ;) (expression_statement "__n = strlen(__s);" (assignment_expression "__n = strlen(__s)" identifier = (call_expression "strlen(__s)" identifier (argument_list "(__s)" ( identifier )))) ;) (expression_statement "local_50 = __n;" (assignment_expression "local_50 = __n" identifier = identifier) ;) (if_statement "if (__n < 0x10) {\n psVar11 = local_2c;\n if (__n == 1) {\n local_2c[0] = CONCAT31(local_2c[0]._1_3_,*__s);\n }\n else if (__n != 0) goto LAB_00261c7d;\n }\n else {\n local_34 = (size_t *)FUN_003b5790(&local_34,&local_50,0);\n local_2c[0] = local_50;\n psVar11 = local_34;\nLAB_00261c7d:\n memcpy(psVar11,__s,__n);\n psVar11 = local_34;\n }" if (parenthesized_expression "(__n < 0x10)" ( (binary_expression "__n < 0x10" identifier < number_literal) )) (compound_statement "{\n psVar11 = local_2c;\n if (__n == 1) {\n local_2c[0] = CONCAT31(local_2c[0]._1_3_,*__s);\n }\n else if (__n != 0) goto LAB_00261c7d;\n }" { (expression_statement "psVar11 = local_2c;" (assignment_expression "psVar11 = local_2c" identifier = identifier) ;) (if_statement "if (__n == 1) {\n local_2c[0] = CONCAT31(local_2c[0]._1_3_,*__s);\n }\n else if (__n != 0) goto LAB_00261c7d;" if (parenthesized_expression "(__n == 1)" ( (binary_expression "__n == 1" identifier == number_literal) )) (compound_statement "{\n local_2c[0] = CONCAT31(local_2c[0]._1_3_,*__s);\n }" { (expression_statement "local_2c[0] = CONCAT31(local_2c[0]._1_3_,*__s);" (assignment_expression "local_2c[0] = CONCAT31(local_2c[0]._1_3_,*__s)" (subscript_expression "local_2c[0]" identifier [ number_literal ]) = (call_expression "CONCAT31(local_2c[0]._1_3_,*__s)" identifier (argument_list "(local_2c[0]._1_3_,*__s)" ( (field_expression "local_2c[0]._1_3_" (subscript_expression "local_2c[0]" identifier [ number_literal ]) . field_identifier) , (pointer_expression "*__s" * identifier) )))) ;) }) (else_clause "else if (__n != 0) goto LAB_00261c7d;" else (if_statement "if (__n != 0) goto LAB_00261c7d;" if (parenthesized_expression "(__n != 0)" ( (binary_expression "__n != 0" identifier != number_literal) )) (goto_statement "goto LAB_00261c7d;" goto statement_identifier ;)))) }) (else_clause "else {\n local_34 = (size_t *)FUN_003b5790(&local_34,&local_50,0);\n local_2c[0] = local_50;\n psVar11 = local_34;\nLAB_00261c7d:\n memcpy(psVar11,__s,__n);\n psVar11 = local_34;\n }" else (compound_statement "{\n local_34 = (size_t *)FUN_003b5790(&local_34,&local_50,0);\n local_2c[0] = local_50;\n psVar11 = local_34;\nLAB_00261c7d:\n memcpy(psVar11,__s,__n);\n psVar11 = local_34;\n }" { (expression_statement "local_34 = (size_t *)FUN_003b5790(&local_34,&local_50,0);" (assignment_expression "local_34 = (size_t *)FUN_003b5790(&local_34,&local_50,0)" identifier = (cast_expression "(size_t *)FUN_003b5790(&local_34,&local_50,0)" ( (type_descriptor "size_t *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_003b5790(&local_34,&local_50,0)" identifier (argument_list "(&local_34,&local_50,0)" ( (pointer_expression "&local_34" & identifier) , (pointer_expression "&local_50" & identifier) , number_literal ))))) ;) (expression_statement "local_2c[0] = local_50;" (assignment_expression "local_2c[0] = local_50" (subscript_expression "local_2c[0]" identifier [ number_literal ]) = identifier) ;) (expression_statement "psVar11 = local_34;" (assignment_expression "psVar11 = local_34" identifier = identifier) ;) (labeled_statement "LAB_00261c7d:\n memcpy(psVar11,__s,__n);" statement_identifier : (expression_statement "memcpy(psVar11,__s,__n);" (call_expression "memcpy(psVar11,__s,__n)" identifier (argument_list "(psVar11,__s,__n)" ( identifier , identifier , identifier ))) ;)) (expression_statement "psVar11 = local_34;" (assignment_expression "psVar11 = local_34" identifier = identifier) ;) }))) (expression_statement "*(undefined1 *)((int)psVar11 + local_50) = 0;" (assignment_expression "*(undefined1 *)((int)psVar11 + local_50) = 0" (pointer_expression "*(undefined1 *)((int)psVar11 + local_50)" * (cast_expression "(undefined1 *)((int)psVar11 + local_50)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)psVar11 + local_50)" ( (binary_expression "(int)psVar11 + local_50" (cast_expression "(int)psVar11" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) )))) = number_literal) ;) (expression_statement "local_30 = local_50;" (assignment_expression "local_30 = local_50" identifier = identifier) ;) (expression_statement "cVar7 = FUN_00278ce0(param_3,&local_34,param_1,iVar17,1,1,0);" (assignment_expression "cVar7 = FUN_00278ce0(param_3,&local_34,param_1,iVar17,1,1,0)" identifier = (call_expression "FUN_00278ce0(param_3,&local_34,param_1,iVar17,1,1,0)" identifier (argument_list "(param_3,&local_34,param_1,iVar17,1,1,0)" ( identifier , (pointer_expression "&local_34" & identifier) , identifier , identifier , number_literal , number_literal , number_literal )))) ;) (if_statement "if (local_34 != local_2c) {\n FUN_003ae080(local_34);\n }" if (parenthesized_expression "(local_34 != local_2c)" ( (binary_expression "local_34 != local_2c" identifier != identifier) )) (compound_statement "{\n FUN_003ae080(local_34);\n }" { (expression_statement "FUN_003ae080(local_34);" (call_expression "FUN_003ae080(local_34)" identifier (argument_list "(local_34)" ( identifier ))) ;) })) (if_statement "if (cVar7 == '\0') {\n uVar10 = gettext("COMDAT group %s included twice in incremental link");\n \n FUN_0028b750(param_1,uVar10,__s);\n }\n else {\n FUN_0024c220(iVar1,param_1,__s);\n }" if (parenthesized_expression "(cVar7 == '\0')" ( (binary_expression "cVar7 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n uVar10 = gettext("COMDAT group %s included twice in incremental link");\n \n FUN_0028b750(param_1,uVar10,__s);\n }" { (expression_statement "uVar10 = gettext("COMDAT group %s included twice in incremental link");" (assignment_expression "uVar10 = gettext("COMDAT group %s included twice in incremental link")" identifier = (call_expression "gettext("COMDAT group %s included twice in incremental link")" identifier (argument_list "("COMDAT group %s included twice in incremental link")" ( (string_literal ""COMDAT group %s included twice in incremental link"" " string_content ") )))) ;) (expression_statement "FUN_0028b750(param_1,uVar10,__s);" (call_expression "FUN_0028b750(param_1,uVar10,__s)" identifier (argument_list "(param_1,uVar10,__s)" ( identifier , identifier , identifier ))) ;) }) (else_clause "else {\n FUN_0024c220(iVar1,param_1,__s);\n }" else (compound_statement "{\n FUN_0024c220(iVar1,param_1,__s);\n }" { (expression_statement "FUN_0024c220(iVar1,param_1,__s);" (call_expression "FUN_0024c220(iVar1,param_1,__s)" identifier (argument_list "(iVar1,param_1,__s)" ( identifier , identifier , identifier ))) ;) }))) (if_statement "if (iVar17 + 1 == iVar12) break;" if (parenthesized_expression "(iVar17 + 1 == iVar12)" ( (binary_expression "iVar17 + 1 == iVar12" (binary_expression "iVar17 + 1" identifier + number_literal) == identifier) )) (break_statement "break;" break ;)) (expression_statement "iVar17 = iVar17 + 1;" (assignment_expression "iVar17 = iVar17 + 1" identifier = (binary_expression "iVar17 + 1" identifier + number_literal)) ;) (expression_statement "uVar9 = (uint)*(byte *)(param_1 + 0x9c);" (assignment_expression "uVar9 = (uint)*(byte *)(param_1 + 0x9c)" identifier = (binary_expression "(uint)*(byte *)(param_1 + 0x9c)" (parenthesized_expression "(uint)" ( identifier )) * (cast_expression "(byte *)(param_1 + 0x9c)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x9c)" ( (binary_expression "param_1 + 0x9c" identifier + number_literal) ))))) ;) }) while (parenthesized_expression "( true )" ( true )) ;) })) (expression_statement "puVar13 = local_4c;" (assignment_expression "puVar13 = local_4c" identifier = identifier) ;) (if_statement "if (local_4c != local_48) {\n do {\n FUN_00287390(param_3,0,param_1,0,0,0,*puVar13,0,0);\n puVar13 = puVar13 + 1;\n } while (local_48 != puVar13);\n }" if (parenthesized_expression "(local_4c != local_48)" ( (binary_expression "local_4c != local_48" identifier != identifier) )) (compound_statement "{\n do {\n FUN_00287390(param_3,0,param_1,0,0,0,*puVar13,0,0);\n puVar13 = puVar13 + 1;\n } while (local_48 != puVar13);\n }" { (do_statement "do {\n FUN_00287390(param_3,0,param_1,0,0,0,*puVar13,0,0);\n puVar13 = puVar13 + 1;\n } while (local_48 != puVar13);" do (compound_statement "{\n FUN_00287390(param_3,0,param_1,0,0,0,*puVar13,0,0);\n puVar13 = puVar13 + 1;\n }" { (expression_statement "FUN_00287390(param_3,0,param_1,0,0,0,*puVar13,0,0);" (call_expression "FUN_00287390(param_3,0,param_1,0,0,0,*puVar13,0,0)" identifier (argument_list "(param_3,0,param_1,0,0,0,*puVar13,0,0)" ( identifier , number_literal , identifier , number_literal , number_literal , number_literal , (pointer_expression "*puVar13" * identifier) , number_literal , number_literal ))) ;) (expression_statement "puVar13 = puVar13 + 1;" (assignment_expression "puVar13 = puVar13 + 1" identifier = (binary_expression "puVar13 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(local_48 != puVar13)" ( (binary_expression "local_48 != puVar13" identifier != identifier) )) ;) })) (expression_statement "puVar13 = local_3c;" (assignment_expression "puVar13 = local_3c" identifier = identifier) ;) (expression_statement "puVar15 = local_40;" (assignment_expression "puVar15 = local_40" identifier = identifier) ;) (if_statement "if (local_40 != local_3c) {\n do {\n FUN_00287390(param_3,1,param_1,0,0,0,*puVar15,0,0);\n puVar15 = puVar15 + 1;\n puVar13 = local_40;\n } while (local_3c != puVar15);\n }" if (parenthesized_expression "(local_40 != local_3c)" ( (binary_expression "local_40 != local_3c" identifier != identifier) )) (compound_statement "{\n do {\n FUN_00287390(param_3,1,param_1,0,0,0,*puVar15,0,0);\n puVar15 = puVar15 + 1;\n puVar13 = local_40;\n } while (local_3c != puVar15);\n }" { (do_statement "do {\n FUN_00287390(param_3,1,param_1,0,0,0,*puVar15,0,0);\n puVar15 = puVar15 + 1;\n puVar13 = local_40;\n } while (local_3c != puVar15);" do (compound_statement "{\n FUN_00287390(param_3,1,param_1,0,0,0,*puVar15,0,0);\n puVar15 = puVar15 + 1;\n puVar13 = local_40;\n }" { (expression_statement "FUN_00287390(param_3,1,param_1,0,0,0,*puVar15,0,0);" (call_expression "FUN_00287390(param_3,1,param_1,0,0,0,*puVar15,0,0)" identifier (argument_list "(param_3,1,param_1,0,0,0,*puVar15,0,0)" ( identifier , number_literal , identifier , number_literal , number_literal , number_literal , (pointer_expression "*puVar15" * identifier) , number_literal , number_literal ))) ;) (expression_statement "puVar15 = puVar15 + 1;" (assignment_expression "puVar15 = puVar15 + 1" identifier = (binary_expression "puVar15 + 1" identifier + number_literal)) ;) (expression_statement "puVar13 = local_40;" (assignment_expression "puVar13 = local_40" identifier = identifier) ;) }) while (parenthesized_expression "(local_3c != puVar15)" ( (binary_expression "local_3c != puVar15" identifier != identifier) )) ;) })) (if_statement "if (puVar13 != (uint *)0x0) {\n FUN_003ae080(puVar13);\n }" if (parenthesized_expression "(puVar13 != (uint *)0x0)" ( (binary_expression "puVar13 != (uint *)0x0" identifier != (cast_expression "(uint *)0x0" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n FUN_003ae080(puVar13);\n }" { (expression_statement "FUN_003ae080(puVar13);" (call_expression "FUN_003ae080(puVar13)" identifier (argument_list "(puVar13)" ( identifier ))) ;) })) (if_statement "if (local_4c != (uint *)0x0) {\n FUN_003ae080(local_4c);\n }" if (parenthesized_expression "(local_4c != (uint *)0x0)" ( (binary_expression "local_4c != (uint *)0x0" identifier != (cast_expression "(uint *)0x0" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n FUN_003ae080(local_4c);\n }" { (expression_statement "FUN_003ae080(local_4c);" (call_expression "FUN_003ae080(local_4c)" identifier (argument_list "(local_4c)" ( identifier ))) ;) })) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * 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 (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 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 TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (expression_statement (assignment_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 IDENT + LIT) ))))) ;) (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 { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") , LIT ))) ;) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression (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) ))))) >> 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 (cast_expression ( (type_descriptor TYPE) ) IDENT) - (cast_expression ( (type_descriptor TYPE) ) 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 TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) * LIT))) , (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != IDENT)) ))) )) (compound_statement { (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 IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression (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) ))))) >> 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 (cast_expression ( (type_descriptor TYPE) ) IDENT) - (cast_expression ( (type_descriptor TYPE) ) 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 TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) * LIT))) , (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != IDENT)) ))) )) (compound_statement { (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 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)) ;) (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)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT) < IDENT) )) (compound_statement { (do_statement do (compound_statement { (while_statement while (parenthesized_expression ( BOOL )) (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 = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) + (binary_expression (parenthesized_expression ( (binary_expression (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) * LIT) + LIT) )) * LIT)) + (pointer_expression * IDENT)) )))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) < (cast_expression ( (type_descriptor TYPE) ) (subscript_expression IDENT [ LIT ]))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression (subscript_expression IDENT [ LIT ]) + (pointer_expression * IDENT))) ;) })) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT , IDENT , (subscript_expression IDENT [ LIT ]) , (subscript_expression IDENT [ LIT ]) ))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != LIT) )) && (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & IDENT) )) != LIT) ))) )) (break_statement break ;)) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) )))) ;)) (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 TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) )))) + (binary_expression IDENT * LIT)) ))))) ;) (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 (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_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)) )))) = IDENT) ;) (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 (binary_expression IDENT + LIT) + (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) * LIT)) )))) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) * LIT)) )))) = IDENT) ;) (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 ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (expression_statement (assignment_expression IDENT = BOOL) ;) (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) )))) == (char_literal ' escape_sequence '))) ;) (if_statement if (parenthesized_expression ( (unary_expression ! IDENT) )) (compound_statement { (expression_statement (assignment_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 IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (string_literal " string_content "))) ;) (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 * IDENT))) ;) (expression_statement (assignment_expression IDENT = (binary_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)) ;) }) 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)) ;) (if_statement if (parenthesized_expression ( IDENT )) (compound_statement { (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) ))) ;) (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 { (expression_statement (assignment_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 IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (string_literal " string_content "))) ;) (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 * IDENT))) ;) (expression_statement (assignment_expression IDENT = (binary_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)) ;) }) while (parenthesized_expression ( IDENT )) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (unary_expression ! IDENT) && (unary_expression ! IDENT)) )) == IDENT) )) (compound_statement { (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) ))) ;) (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)) ;) })) }))) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) )))) ;) }) while (parenthesized_expression ( (binary_expression IDENT < IDENT) )) ;) })) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (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 LIT < (binary_expression IDENT - LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") , 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 TYPE (abstract_pointer_declarator * (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) ))))) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (do_statement do (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != LIT) )) && (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 = (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 TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_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 *)) ) (parenthesized_expression ( (binary_expression (binary_expression (binary_expression (binary_expression (binary_expression IDENT + LIT) + IDENT) + (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + IDENT) )))) * LIT)) + (binary_expression IDENT * LIT)) + (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression IDENT + LIT) + IDENT) )))) * LIT)) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) (subscript_expression IDENT [ LIT ])) <= IDENT) )) || (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + (subscript_expression IDENT [ LIT ])) )))) , (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT))) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (string_literal " string_content ") )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) == (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (string_literal " string_content ") )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) })) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (call_expression IDENT (argument_list ( (field_expression (subscript_expression IDENT [ LIT ]) . field_identifier) , (pointer_expression * IDENT) )))) ;) }) (else_clause else (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (goto_statement goto statement_identifier ;)))) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( (pointer_expression & IDENT) , (pointer_expression & IDENT) , LIT ))))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (labeled_statement statement_identifier : (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT ))) ;)) (expression_statement (assignment_expression IDENT = IDENT) ;) }))) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + IDENT) )))) = LIT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , (pointer_expression & IDENT) , IDENT , IDENT , LIT , LIT , LIT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != IDENT) )) (compound_statement { (expression_statement (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 ( (string_literal " string_content ") )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT ))) ;) }) (else_clause else (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT ))) ;) }))) (if_statement if (parenthesized_expression ( (binary_expression (binary_expression IDENT + LIT) == IDENT) )) (break_statement break ;)) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (parenthesized_expression ( IDENT )) * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) }) while (parenthesized_expression ( BOOL )) ;) })) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != IDENT) )) (compound_statement { (do_statement do (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT , IDENT , LIT , LIT , LIT , (pointer_expression * IDENT) , LIT , LIT ))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( (binary_expression IDENT != IDENT) )) ;) })) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != IDENT) )) (compound_statement { (do_statement do (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT , IDENT , LIT , LIT , LIT , (pointer_expression * IDENT) , LIT , LIT ))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) }) while (parenthesized_expression ( (binary_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 ( 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 ( IDENT ))) ;) })) (return_statement return ;) })))
(function_definition "void FUN_002617a0(int param_1,undefined4 param_2,int param_3)\n\n{\n int iVar1;\n uint uVar2;\n uint uVar3;\n int *piVar4;\n int iVar5;\n int iVar6;\n char cVar7;\n size_t *psVar8;\n uint uVar9;\n undefined4 uVar10;\n size_t __n;\n size_t *psVar11;\n int iVar12;\n uint *puVar13;\n char *__s;\n byte *pbVar14;\n uint *puVar15;\n byte *pbVar16;\n int iVar17;\n bool bVar18;\n bool bVar19;\n bool bVar20;\n byte bVar21;\n size_t local_50;\n uint *local_4c;\n uint *local_48;\n uint *local_44;\n uint *local_40;\n uint *local_3c;\n uint *local_38;\n size_t *local_34;\n size_t local_30;\n size_t local_2c [7];\n \n bVar21 = 0;\n psVar11 = *(size_t **)(param_1 + 0x28);\n iVar1 = *(int *)(param_3 + 0x1d0);\n if (iVar1 == 0) {\n \n FUN_002446e0("../../gold/incremental.cc",0x7f9,"do_layout",0);\n }\n psVar8 = (size_t *)(*(int *)(param_1 + 0x3c) - *(int *)(param_1 + 0x38) >> 2);\n if (psVar8 < psVar11) {\n FUN_0025d2a0(param_1 + 0x38,(int)psVar11 - (int)psVar8);\n }\n else if ((psVar11 < psVar8) &&\n (iVar12 = *(int *)(param_1 + 0x38) + (int)psVar11 * 4, *(int *)(param_1 + 0x3c) != iVar12)\n ) {\n *(int *)(param_1 + 0x3c) = iVar12;\n }\n psVar8 = (size_t *)(*(int *)(param_1 + 0x88) - *(int *)(param_1 + 0x84) >> 3);\n if (psVar8 < psVar11) {\n FUN_00261660(param_1 + 0x84,(int)psVar11 - (int)psVar8);\n }\n else if ((psVar11 < psVar8) &&\n (iVar12 = *(int *)(param_1 + 0x84) + (int)psVar11 * 8, *(int *)(param_1 + 0x88) != iVar12)\n ) {\n *(int *)(param_1 + 0x88) = iVar12;\n }\n local_4c = (uint *)0x0;\n local_48 = (uint *)0x0;\n local_44 = (uint *)0x0;\n local_40 = (uint *)0x0;\n local_3c = (uint *)0x0;\n local_38 = (uint *)0x0;\n local_34 = (size_t *)0x1;\n if ((size_t *)0x1 < psVar11) {\n do {\n while( true ) {\n piVar4 = *(int **)(param_1 + 0x98);\n puVar13 = (uint *)(*(int *)(param_1 + 0xa4) + 0x20 + ((int)local_34 * 3 + -3) * 8 + *piVar4)\n ;\n iVar12 = 0;\n if (*puVar13 < (uint)piVar4[2]) {\n iVar12 = piVar4[1] + *puVar13;\n }\n uVar9 = puVar13[1];\n uVar2 = puVar13[2];\n uVar3 = puVar13[3];\n \n FUN_0024c5d0(iVar1,param_1,local_34,iVar12,puVar13[4],puVar13[5]);\n if ((uVar9 != 0) && ((uVar2 & uVar3) != 0xffffffff)) break;\nLAB_00261971:\n local_34 = (size_t *)((int)local_34 + 1);\n if (psVar11 <= local_34) goto LAB_0026197c;\n }\n iVar12 = *(int *)(*(int *)(*(int *)(param_1 + 0x90) + 0x50) + uVar9 * 4);\n if (iVar12 == 0) {\n \n FUN_002446e0("../../gold/incremental.cc",0x80c,"do_layout");\n }\n *(int *)(*(int *)(param_1 + 0x38) + (int)local_34 * 4) = iVar12;\n iVar17 = *(int *)(param_1 + 0x84);\n *(uint *)(iVar17 + 4 + (int)local_34 * 8) = uVar3;\n *(uint *)(iVar17 + (int)local_34 * 8) = uVar2;\n if (*(int *)(DAT_005ea7c8 + 8) == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n bVar18 = false;\n bVar20 = *(char *)(*(int *)(DAT_005ea7c8 + 8) + 0x192d) == '\0';\n if (!bVar20) {\n iVar17 = 0xc;\n pbVar14 = *(byte **)(iVar12 + 0x20);\n pbVar16 = (byte *)".debug_info";\n do {\n if (iVar17 == 0) break;\n iVar17 = iVar17 + -1;\n bVar18 = *pbVar14 < *pbVar16;\n bVar20 = *pbVar14 == *pbVar16;\n pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1;\n pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1;\n } while (bVar20);\n bVar19 = false;\n bVar18 = (!bVar18 && !bVar20) == bVar18;\n if (bVar18) {\n if (local_48 == local_44) {\n FUN_00144ac0(&local_4c,local_48,&local_34);\n goto LAB_00261971;\n }\n *local_48 = (uint)local_34;\n local_48 = local_48 + 1;\n }\n else {\n iVar17 = 0xd;\n pbVar14 = *(byte **)(iVar12 + 0x20);\n pbVar16 = (byte *)".debug_types";\n do {\n if (iVar17 == 0) break;\n iVar17 = iVar17 + -1;\n bVar19 = *pbVar14 < *pbVar16;\n bVar18 = *pbVar14 == *pbVar16;\n pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1;\n pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1;\n } while (bVar18);\n if ((!bVar19 && !bVar18) == bVar19) {\n if (local_3c == local_38) {\n \n FUN_00144ac0(&local_40,local_3c,&local_34);\n goto LAB_00261971;\n }\n *local_3c = (uint)local_34;\n local_3c = local_3c + 1;\n }\n }\n }\n local_34 = (size_t *)((int)local_34 + 1);\n } while (local_34 < psVar11);\n }\nLAB_0026197c:\n uVar9 = (uint)*(byte *)(param_1 + 0x9c);\n if (1 < uVar9 - 1) {\n \n FUN_002446e0("../../gold/incremental.h",0x3b9,"get_comdat_group_count",uVar9);\n }\n iVar12 = *(int *)(**(int **)(param_1 + 0x98) + 0x18 + *(int *)(param_1 + 0xa4));\n if (iVar12 != 0) {\n iVar17 = 0;\n do {\n if ((uVar9 != 1) && (uVar9 != 2)) {\n \n FUN_002446e0("../../gold/incremental.h",0x365,"get_input_section_count");\n }\n piVar4 = *(int **)(param_1 + 0x98);\n iVar5 = *(int *)(param_1 + 0xa4);\n iVar6 = *piVar4;\n uVar9 = *(uint *)(iVar5 + 0x20 +\n iVar6 + *(int *)(iVar6 + iVar5) * 0x18 + iVar17 * 4 +\n *(int *)(iVar6 + 4 + iVar5) * 0x14);\n if (((uint)piVar4[2] <= uVar9) || (__s = (char *)(uVar9 + piVar4[1]), __s == (char *)0x0)) {\n uVar10 = gettext("COMDAT group has no signature");\n FUN_0028b750(param_1,uVar10);\n local_34 = local_2c;\n \n FUN_003f3980("basic_string::_M_construct null not valid");\n }\n if (*__s == '\0') {\n uVar10 = gettext("COMDAT group has no signature");\n FUN_0028b750(param_1,uVar10);\n }\n local_34 = local_2c;\n __n = strlen(__s);\n local_50 = __n;\n if (__n < 0x10) {\n psVar11 = local_2c;\n if (__n == 1) {\n local_2c[0] = CONCAT31(local_2c[0]._1_3_,*__s);\n }\n else if (__n != 0) goto LAB_00261c7d;\n }\n else {\n local_34 = (size_t *)FUN_003b5790(&local_34,&local_50,0);\n local_2c[0] = local_50;\n psVar11 = local_34;\nLAB_00261c7d:\n memcpy(psVar11,__s,__n);\n psVar11 = local_34;\n }\n *(undefined1 *)((int)psVar11 + local_50) = 0;\n local_30 = local_50;\n \n cVar7 = FUN_00278ce0(param_3,&local_34,param_1,iVar17,1,1,0);\n if (local_34 != local_2c) {\n FUN_003ae080(local_34);\n }\n if (cVar7 == '\0') {\n uVar10 = gettext("COMDAT group %s included twice in incremental link");\n \n FUN_0028b750(param_1,uVar10,__s);\n }\n else {\n FUN_0024c220(iVar1,param_1,__s);\n }\n if (iVar17 + 1 == iVar12) break;\n iVar17 = iVar17 + 1;\n uVar9 = (uint)*(byte *)(param_1 + 0x9c);\n } while( true );\n }\n puVar13 = local_4c;\n if (local_4c != local_48) {\n do {\n FUN_00287390(param_3,0,param_1,0,0,0,*puVar13,0,0);\n puVar13 = puVar13 + 1;\n } while (local_48 != puVar13);\n }\n puVar13 = local_3c;\n puVar15 = local_40;\n if (local_40 != local_3c) {\n do {\n FUN_00287390(param_3,1,param_1,0,0,0,*puVar15,0,0);\n puVar15 = puVar15 + 1;\n puVar13 = local_40;\n } while (local_3c != puVar15);\n }\n if (puVar13 != (uint *)0x0) {\n FUN_003ae080(puVar13);\n }\n if (local_4c != (uint *)0x0) {\n FUN_003ae080(local_4c);\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_002617a0(int param_1,undefined4 param_2,int param_3)" (identifier "FUN_002617a0") (parameter_list "(int param_1,undefined4 param_2,int param_3)" (( "(") (parameter_declaration "int param_1" (primitive_type "int") (identifier "param_1")) (, ",") (parameter_declaration "undefined4 param_2" (type_identifier "undefined4") (identifier "param_2")) (, ",") (parameter_declaration "int param_3" (primitive_type "int") (identifier "param_3")) () ")"))) (compound_statement "{\n int iVar1;\n uint uVar2;\n uint uVar3;\n int *piVar4;\n int iVar5;\n int iVar6;\n char cVar7;\n size_t *psVar8;\n uint uVar9;\n undefined4 uVar10;\n size_t __n;\n size_t *psVar11;\n int iVar12;\n uint *puVar13;\n char *__s;\n byte *pbVar14;\n uint *puVar15;\n byte *pbVar16;\n int iVar17;\n bool bVar18;\n bool bVar19;\n bool bVar20;\n byte bVar21;\n size_t local_50;\n uint *local_4c;\n uint *local_48;\n uint *local_44;\n uint *local_40;\n uint *local_3c;\n uint *local_38;\n size_t *local_34;\n size_t local_30;\n size_t local_2c [7];\n \n bVar21 = 0;\n psVar11 = *(size_t **)(param_1 + 0x28);\n iVar1 = *(int *)(param_3 + 0x1d0);\n if (iVar1 == 0) {\n \n FUN_002446e0("../../gold/incremental.cc",0x7f9,"do_layout",0);\n }\n psVar8 = (size_t *)(*(int *)(param_1 + 0x3c) - *(int *)(param_1 + 0x38) >> 2);\n if (psVar8 < psVar11) {\n FUN_0025d2a0(param_1 + 0x38,(int)psVar11 - (int)psVar8);\n }\n else if ((psVar11 < psVar8) &&\n (iVar12 = *(int *)(param_1 + 0x38) + (int)psVar11 * 4, *(int *)(param_1 + 0x3c) != iVar12)\n ) {\n *(int *)(param_1 + 0x3c) = iVar12;\n }\n psVar8 = (size_t *)(*(int *)(param_1 + 0x88) - *(int *)(param_1 + 0x84) >> 3);\n if (psVar8 < psVar11) {\n FUN_00261660(param_1 + 0x84,(int)psVar11 - (int)psVar8);\n }\n else if ((psVar11 < psVar8) &&\n (iVar12 = *(int *)(param_1 + 0x84) + (int)psVar11 * 8, *(int *)(param_1 + 0x88) != iVar12)\n ) {\n *(int *)(param_1 + 0x88) = iVar12;\n }\n local_4c = (uint *)0x0;\n local_48 = (uint *)0x0;\n local_44 = (uint *)0x0;\n local_40 = (uint *)0x0;\n local_3c = (uint *)0x0;\n local_38 = (uint *)0x0;\n local_34 = (size_t *)0x1;\n if ((size_t *)0x1 < psVar11) {\n do {\n while( true ) {\n piVar4 = *(int **)(param_1 + 0x98);\n puVar13 = (uint *)(*(int *)(param_1 + 0xa4) + 0x20 + ((int)local_34 * 3 + -3) * 8 + *piVar4)\n ;\n iVar12 = 0;\n if (*puVar13 < (uint)piVar4[2]) {\n iVar12 = piVar4[1] + *puVar13;\n }\n uVar9 = puVar13[1];\n uVar2 = puVar13[2];\n uVar3 = puVar13[3];\n \n FUN_0024c5d0(iVar1,param_1,local_34,iVar12,puVar13[4],puVar13[5]);\n if ((uVar9 != 0) && ((uVar2 & uVar3) != 0xffffffff)) break;\nLAB_00261971:\n local_34 = (size_t *)((int)local_34 + 1);\n if (psVar11 <= local_34) goto LAB_0026197c;\n }\n iVar12 = *(int *)(*(int *)(*(int *)(param_1 + 0x90) + 0x50) + uVar9 * 4);\n if (iVar12 == 0) {\n \n FUN_002446e0("../../gold/incremental.cc",0x80c,"do_layout");\n }\n *(int *)(*(int *)(param_1 + 0x38) + (int)local_34 * 4) = iVar12;\n iVar17 = *(int *)(param_1 + 0x84);\n *(uint *)(iVar17 + 4 + (int)local_34 * 8) = uVar3;\n *(uint *)(iVar17 + (int)local_34 * 8) = uVar2;\n if (*(int *)(DAT_005ea7c8 + 8) == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n bVar18 = false;\n bVar20 = *(char *)(*(int *)(DAT_005ea7c8 + 8) + 0x192d) == '\0';\n if (!bVar20) {\n iVar17 = 0xc;\n pbVar14 = *(byte **)(iVar12 + 0x20);\n pbVar16 = (byte *)".debug_info";\n do {\n if (iVar17 == 0) break;\n iVar17 = iVar17 + -1;\n bVar18 = *pbVar14 < *pbVar16;\n bVar20 = *pbVar14 == *pbVar16;\n pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1;\n pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1;\n } while (bVar20);\n bVar19 = false;\n bVar18 = (!bVar18 && !bVar20) == bVar18;\n if (bVar18) {\n if (local_48 == local_44) {\n FUN_00144ac0(&local_4c,local_48,&local_34);\n goto LAB_00261971;\n }\n *local_48 = (uint)local_34;\n local_48 = local_48 + 1;\n }\n else {\n iVar17 = 0xd;\n pbVar14 = *(byte **)(iVar12 + 0x20);\n pbVar16 = (byte *)".debug_types";\n do {\n if (iVar17 == 0) break;\n iVar17 = iVar17 + -1;\n bVar19 = *pbVar14 < *pbVar16;\n bVar18 = *pbVar14 == *pbVar16;\n pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1;\n pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1;\n } while (bVar18);\n if ((!bVar19 && !bVar18) == bVar19) {\n if (local_3c == local_38) {\n \n FUN_00144ac0(&local_40,local_3c,&local_34);\n goto LAB_00261971;\n }\n *local_3c = (uint)local_34;\n local_3c = local_3c + 1;\n }\n }\n }\n local_34 = (size_t *)((int)local_34 + 1);\n } while (local_34 < psVar11);\n }\nLAB_0026197c:\n uVar9 = (uint)*(byte *)(param_1 + 0x9c);\n if (1 < uVar9 - 1) {\n \n FUN_002446e0("../../gold/incremental.h",0x3b9,"get_comdat_group_count",uVar9);\n }\n iVar12 = *(int *)(**(int **)(param_1 + 0x98) + 0x18 + *(int *)(param_1 + 0xa4));\n if (iVar12 != 0) {\n iVar17 = 0;\n do {\n if ((uVar9 != 1) && (uVar9 != 2)) {\n \n FUN_002446e0("../../gold/incremental.h",0x365,"get_input_section_count");\n }\n piVar4 = *(int **)(param_1 + 0x98);\n iVar5 = *(int *)(param_1 + 0xa4);\n iVar6 = *piVar4;\n uVar9 = *(uint *)(iVar5 + 0x20 +\n iVar6 + *(int *)(iVar6 + iVar5) * 0x18 + iVar17 * 4 +\n *(int *)(iVar6 + 4 + iVar5) * 0x14);\n if (((uint)piVar4[2] <= uVar9) || (__s = (char *)(uVar9 + piVar4[1]), __s == (char *)0x0)) {\n uVar10 = gettext("COMDAT group has no signature");\n FUN_0028b750(param_1,uVar10);\n local_34 = local_2c;\n \n FUN_003f3980("basic_string::_M_construct null not valid");\n }\n if (*__s == '\0') {\n uVar10 = gettext("COMDAT group has no signature");\n FUN_0028b750(param_1,uVar10);\n }\n local_34 = local_2c;\n __n = strlen(__s);\n local_50 = __n;\n if (__n < 0x10) {\n psVar11 = local_2c;\n if (__n == 1) {\n local_2c[0] = CONCAT31(local_2c[0]._1_3_,*__s);\n }\n else if (__n != 0) goto LAB_00261c7d;\n }\n else {\n local_34 = (size_t *)FUN_003b5790(&local_34,&local_50,0);\n local_2c[0] = local_50;\n psVar11 = local_34;\nLAB_00261c7d:\n memcpy(psVar11,__s,__n);\n psVar11 = local_34;\n }\n *(undefined1 *)((int)psVar11 + local_50) = 0;\n local_30 = local_50;\n \n cVar7 = FUN_00278ce0(param_3,&local_34,param_1,iVar17,1,1,0);\n if (local_34 != local_2c) {\n FUN_003ae080(local_34);\n }\n if (cVar7 == '\0') {\n uVar10 = gettext("COMDAT group %s included twice in incremental link");\n \n FUN_0028b750(param_1,uVar10,__s);\n }\n else {\n FUN_0024c220(iVar1,param_1,__s);\n }\n if (iVar17 + 1 == iVar12) break;\n iVar17 = iVar17 + 1;\n uVar9 = (uint)*(byte *)(param_1 + 0x9c);\n } while( true );\n }\n puVar13 = local_4c;\n if (local_4c != local_48) {\n do {\n FUN_00287390(param_3,0,param_1,0,0,0,*puVar13,0,0);\n puVar13 = puVar13 + 1;\n } while (local_48 != puVar13);\n }\n puVar13 = local_3c;\n puVar15 = local_40;\n if (local_40 != local_3c) {\n do {\n FUN_00287390(param_3,1,param_1,0,0,0,*puVar15,0,0);\n puVar15 = puVar15 + 1;\n puVar13 = local_40;\n } while (local_3c != puVar15);\n }\n if (puVar13 != (uint *)0x0) {\n FUN_003ae080(puVar13);\n }\n if (local_4c != (uint *)0x0) {\n FUN_003ae080(local_4c);\n }\n return;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (declaration "uint uVar2;" (type_identifier "uint") (identifier "uVar2") (; ";")) (declaration "uint uVar3;" (type_identifier "uint") (identifier "uVar3") (; ";")) (declaration "int *piVar4;" (primitive_type "int") (pointer_declarator "*piVar4" (* "*") (identifier "piVar4")) (; ";")) (declaration "int iVar5;" (primitive_type "int") (identifier "iVar5") (; ";")) (declaration "int iVar6;" (primitive_type "int") (identifier "iVar6") (; ";")) (declaration "char cVar7;" (primitive_type "char") (identifier "cVar7") (; ";")) (declaration "size_t *psVar8;" (primitive_type "size_t") (pointer_declarator "*psVar8" (* "*") (identifier "psVar8")) (; ";")) (declaration "uint uVar9;" (type_identifier "uint") (identifier "uVar9") (; ";")) (declaration "undefined4 uVar10;" (type_identifier "undefined4") (identifier "uVar10") (; ";")) (declaration "size_t __n;" (primitive_type "size_t") (identifier "__n") (; ";")) (declaration "size_t *psVar11;" (primitive_type "size_t") (pointer_declarator "*psVar11" (* "*") (identifier "psVar11")) (; ";")) (declaration "int iVar12;" (primitive_type "int") (identifier "iVar12") (; ";")) (declaration "uint *puVar13;" (type_identifier "uint") (pointer_declarator "*puVar13" (* "*") (identifier "puVar13")) (; ";")) (declaration "char *__s;" (primitive_type "char") (pointer_declarator "*__s" (* "*") (identifier "__s")) (; ";")) (declaration "byte *pbVar14;" (type_identifier "byte") (pointer_declarator "*pbVar14" (* "*") (identifier "pbVar14")) (; ";")) (declaration "uint *puVar15;" (type_identifier "uint") (pointer_declarator "*puVar15" (* "*") (identifier "puVar15")) (; ";")) (declaration "byte *pbVar16;" (type_identifier "byte") (pointer_declarator "*pbVar16" (* "*") (identifier "pbVar16")) (; ";")) (declaration "int iVar17;" (primitive_type "int") (identifier "iVar17") (; ";")) (declaration "bool bVar18;" (primitive_type "bool") (identifier "bVar18") (; ";")) (declaration "bool bVar19;" (primitive_type "bool") (identifier "bVar19") (; ";")) (declaration "bool bVar20;" (primitive_type "bool") (identifier "bVar20") (; ";")) (declaration "byte bVar21;" (type_identifier "byte") (identifier "bVar21") (; ";")) (declaration "size_t local_50;" (primitive_type "size_t") (identifier "local_50") (; ";")) (declaration "uint *local_4c;" (type_identifier "uint") (pointer_declarator "*local_4c" (* "*") (identifier "local_4c")) (; ";")) (declaration "uint *local_48;" (type_identifier "uint") (pointer_declarator "*local_48" (* "*") (identifier "local_48")) (; ";")) (declaration "uint *local_44;" (type_identifier "uint") (pointer_declarator "*local_44" (* "*") (identifier "local_44")) (; ";")) (declaration "uint *local_40;" (type_identifier "uint") (pointer_declarator "*local_40" (* "*") (identifier "local_40")) (; ";")) (declaration "uint *local_3c;" (type_identifier "uint") (pointer_declarator "*local_3c" (* "*") (identifier "local_3c")) (; ";")) (declaration "uint *local_38;" (type_identifier "uint") (pointer_declarator "*local_38" (* "*") (identifier "local_38")) (; ";")) (declaration "size_t *local_34;" (primitive_type "size_t") (pointer_declarator "*local_34" (* "*") (identifier "local_34")) (; ";")) (declaration "size_t local_30;" (primitive_type "size_t") (identifier "local_30") (; ";")) (declaration "size_t local_2c [7];" (primitive_type "size_t") (array_declarator "local_2c [7]" (identifier "local_2c") ([ "[") (number_literal "7") (] "]")) (; ";")) (expression_statement "bVar21 = 0;" (assignment_expression "bVar21 = 0" (identifier "bVar21") (= "=") (number_literal "0")) (; ";")) (expression_statement "psVar11 = *(size_t **)(param_1 + 0x28);" (assignment_expression "psVar11 = *(size_t **)(param_1 + 0x28)" (identifier "psVar11") (= "=") (pointer_expression "*(size_t **)(param_1 + 0x28)" (* "*") (cast_expression "(size_t **)(param_1 + 0x28)" (( "(") (type_descriptor "size_t **" (primitive_type "size_t") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x28)" (( "(") (binary_expression "param_1 + 0x28" (identifier "param_1") (+ "+") (number_literal "0x28")) () ")"))))) (; ";")) (expression_statement "iVar1 = *(int *)(param_3 + 0x1d0);" (assignment_expression "iVar1 = *(int *)(param_3 + 0x1d0)" (identifier "iVar1") (= "=") (pointer_expression "*(int *)(param_3 + 0x1d0)" (* "*") (cast_expression "(int *)(param_3 + 0x1d0)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_3 + 0x1d0)" (( "(") (binary_expression "param_3 + 0x1d0" (identifier "param_3") (+ "+") (number_literal "0x1d0")) () ")"))))) (; ";")) (if_statement "if (iVar1 == 0) {\n \n FUN_002446e0("../../gold/incremental.cc",0x7f9,"do_layout",0);\n }" (if "if") (parenthesized_expression "(iVar1 == 0)" (( "(") (binary_expression "iVar1 == 0" (identifier "iVar1") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n \n FUN_002446e0("../../gold/incremental.cc",0x7f9,"do_layout",0);\n }" ({ "{") (expression_statement "FUN_002446e0("../../gold/incremental.cc",0x7f9,"do_layout",0);" (call_expression "FUN_002446e0("../../gold/incremental.cc",0x7f9,"do_layout",0)" (identifier "FUN_002446e0") (argument_list "("../../gold/incremental.cc",0x7f9,"do_layout",0)" (( "(") (string_literal ""../../gold/incremental.cc"" (" """) (string_content "../../gold/incremental.cc") (" """)) (, ",") (number_literal "0x7f9") (, ",") (string_literal ""do_layout"" (" """) (string_content "do_layout") (" """)) (, ",") (number_literal "0") () ")"))) (; ";")) (} "}"))) (expression_statement "psVar8 = (size_t *)(*(int *)(param_1 + 0x3c) - *(int *)(param_1 + 0x38) >> 2);" (assignment_expression "psVar8 = (size_t *)(*(int *)(param_1 + 0x3c) - *(int *)(param_1 + 0x38) >> 2)" (identifier "psVar8") (= "=") (cast_expression "(size_t *)(*(int *)(param_1 + 0x3c) - *(int *)(param_1 + 0x38) >> 2)" (( "(") (type_descriptor "size_t *" (primitive_type "size_t") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(int *)(param_1 + 0x3c) - *(int *)(param_1 + 0x38) >> 2)" (( "(") (binary_expression "*(int *)(param_1 + 0x3c) - *(int *)(param_1 + 0x38) >> 2" (binary_expression "*(int *)(param_1 + 0x3c) - *(int *)(param_1 + 0x38)" (pointer_expression "*(int *)(param_1 + 0x3c)" (* "*") (cast_expression "(int *)(param_1 + 0x3c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x3c)" (( "(") (binary_expression "param_1 + 0x3c" (identifier "param_1") (+ "+") (number_literal "0x3c")) () ")")))) (- "-") (pointer_expression "*(int *)(param_1 + 0x38)" (* "*") (cast_expression "(int *)(param_1 + 0x38)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x38)" (( "(") (binary_expression "param_1 + 0x38" (identifier "param_1") (+ "+") (number_literal "0x38")) () ")"))))) (>> ">>") (number_literal "2")) () ")")))) (; ";")) (if_statement "if (psVar8 < psVar11) {\n FUN_0025d2a0(param_1 + 0x38,(int)psVar11 - (int)psVar8);\n }\n else if ((psVar11 < psVar8) &&\n (iVar12 = *(int *)(param_1 + 0x38) + (int)psVar11 * 4, *(int *)(param_1 + 0x3c) != iVar12)\n ) {\n *(int *)(param_1 + 0x3c) = iVar12;\n }" (if "if") (parenthesized_expression "(psVar8 < psVar11)" (( "(") (binary_expression "psVar8 < psVar11" (identifier "psVar8") (< "<") (identifier "psVar11")) () ")")) (compound_statement "{\n FUN_0025d2a0(param_1 + 0x38,(int)psVar11 - (int)psVar8);\n }" ({ "{") (expression_statement "FUN_0025d2a0(param_1 + 0x38,(int)psVar11 - (int)psVar8);" (call_expression "FUN_0025d2a0(param_1 + 0x38,(int)psVar11 - (int)psVar8)" (identifier "FUN_0025d2a0") (argument_list "(param_1 + 0x38,(int)psVar11 - (int)psVar8)" (( "(") (binary_expression "param_1 + 0x38" (identifier "param_1") (+ "+") (number_literal "0x38")) (, ",") (binary_expression "(int)psVar11 - (int)psVar8" (cast_expression "(int)psVar11" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "psVar11")) (- "-") (cast_expression "(int)psVar8" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "psVar8"))) () ")"))) (; ";")) (} "}")) (else_clause "else if ((psVar11 < psVar8) &&\n (iVar12 = *(int *)(param_1 + 0x38) + (int)psVar11 * 4, *(int *)(param_1 + 0x3c) != iVar12)\n ) {\n *(int *)(param_1 + 0x3c) = iVar12;\n }" (else "else") (if_statement "if ((psVar11 < psVar8) &&\n (iVar12 = *(int *)(param_1 + 0x38) + (int)psVar11 * 4, *(int *)(param_1 + 0x3c) != iVar12)\n ) {\n *(int *)(param_1 + 0x3c) = iVar12;\n }" (if "if") (parenthesized_expression "((psVar11 < psVar8) &&\n (iVar12 = *(int *)(param_1 + 0x38) + (int)psVar11 * 4, *(int *)(param_1 + 0x3c) != iVar12)\n )" (( "(") (binary_expression "(psVar11 < psVar8) &&\n (iVar12 = *(int *)(param_1 + 0x38) + (int)psVar11 * 4, *(int *)(param_1 + 0x3c) != iVar12)" (parenthesized_expression "(psVar11 < psVar8)" (( "(") (binary_expression "psVar11 < psVar8" (identifier "psVar11") (< "<") (identifier "psVar8")) () ")")) (&& "&&") (parenthesized_expression "(iVar12 = *(int *)(param_1 + 0x38) + (int)psVar11 * 4, *(int *)(param_1 + 0x3c) != iVar12)" (( "(") (comma_expression "iVar12 = *(int *)(param_1 + 0x38) + (int)psVar11 * 4, *(int *)(param_1 + 0x3c) != iVar12" (assignment_expression "iVar12 = *(int *)(param_1 + 0x38) + (int)psVar11 * 4" (identifier "iVar12") (= "=") (binary_expression "*(int *)(param_1 + 0x38) + (int)psVar11 * 4" (pointer_expression "*(int *)(param_1 + 0x38)" (* "*") (cast_expression "(int *)(param_1 + 0x38)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x38)" (( "(") (binary_expression "param_1 + 0x38" (identifier "param_1") (+ "+") (number_literal "0x38")) () ")")))) (+ "+") (binary_expression "(int)psVar11 * 4" (cast_expression "(int)psVar11" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "psVar11")) (* "*") (number_literal "4")))) (, ",") (binary_expression "*(int *)(param_1 + 0x3c) != iVar12" (pointer_expression "*(int *)(param_1 + 0x3c)" (* "*") (cast_expression "(int *)(param_1 + 0x3c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x3c)" (( "(") (binary_expression "param_1 + 0x3c" (identifier "param_1") (+ "+") (number_literal "0x3c")) () ")")))) (!= "!=") (identifier "iVar12"))) () ")"))) () ")")) (compound_statement "{\n *(int *)(param_1 + 0x3c) = iVar12;\n }" ({ "{") (expression_statement "*(int *)(param_1 + 0x3c) = iVar12;" (assignment_expression "*(int *)(param_1 + 0x3c) = iVar12" (pointer_expression "*(int *)(param_1 + 0x3c)" (* "*") (cast_expression "(int *)(param_1 + 0x3c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x3c)" (( "(") (binary_expression "param_1 + 0x3c" (identifier "param_1") (+ "+") (number_literal "0x3c")) () ")")))) (= "=") (identifier "iVar12")) (; ";")) (} "}"))))) (expression_statement "psVar8 = (size_t *)(*(int *)(param_1 + 0x88) - *(int *)(param_1 + 0x84) >> 3);" (assignment_expression "psVar8 = (size_t *)(*(int *)(param_1 + 0x88) - *(int *)(param_1 + 0x84) >> 3)" (identifier "psVar8") (= "=") (cast_expression "(size_t *)(*(int *)(param_1 + 0x88) - *(int *)(param_1 + 0x84) >> 3)" (( "(") (type_descriptor "size_t *" (primitive_type "size_t") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(int *)(param_1 + 0x88) - *(int *)(param_1 + 0x84) >> 3)" (( "(") (binary_expression "*(int *)(param_1 + 0x88) - *(int *)(param_1 + 0x84) >> 3" (binary_expression "*(int *)(param_1 + 0x88) - *(int *)(param_1 + 0x84)" (pointer_expression "*(int *)(param_1 + 0x88)" (* "*") (cast_expression "(int *)(param_1 + 0x88)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x88)" (( "(") (binary_expression "param_1 + 0x88" (identifier "param_1") (+ "+") (number_literal "0x88")) () ")")))) (- "-") (pointer_expression "*(int *)(param_1 + 0x84)" (* "*") (cast_expression "(int *)(param_1 + 0x84)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x84)" (( "(") (binary_expression "param_1 + 0x84" (identifier "param_1") (+ "+") (number_literal "0x84")) () ")"))))) (>> ">>") (number_literal "3")) () ")")))) (; ";")) (if_statement "if (psVar8 < psVar11) {\n FUN_00261660(param_1 + 0x84,(int)psVar11 - (int)psVar8);\n }\n else if ((psVar11 < psVar8) &&\n (iVar12 = *(int *)(param_1 + 0x84) + (int)psVar11 * 8, *(int *)(param_1 + 0x88) != iVar12)\n ) {\n *(int *)(param_1 + 0x88) = iVar12;\n }" (if "if") (parenthesized_expression "(psVar8 < psVar11)" (( "(") (binary_expression "psVar8 < psVar11" (identifier "psVar8") (< "<") (identifier "psVar11")) () ")")) (compound_statement "{\n FUN_00261660(param_1 + 0x84,(int)psVar11 - (int)psVar8);\n }" ({ "{") (expression_statement "FUN_00261660(param_1 + 0x84,(int)psVar11 - (int)psVar8);" (call_expression "FUN_00261660(param_1 + 0x84,(int)psVar11 - (int)psVar8)" (identifier "FUN_00261660") (argument_list "(param_1 + 0x84,(int)psVar11 - (int)psVar8)" (( "(") (binary_expression "param_1 + 0x84" (identifier "param_1") (+ "+") (number_literal "0x84")) (, ",") (binary_expression "(int)psVar11 - (int)psVar8" (cast_expression "(int)psVar11" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "psVar11")) (- "-") (cast_expression "(int)psVar8" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "psVar8"))) () ")"))) (; ";")) (} "}")) (else_clause "else if ((psVar11 < psVar8) &&\n (iVar12 = *(int *)(param_1 + 0x84) + (int)psVar11 * 8, *(int *)(param_1 + 0x88) != iVar12)\n ) {\n *(int *)(param_1 + 0x88) = iVar12;\n }" (else "else") (if_statement "if ((psVar11 < psVar8) &&\n (iVar12 = *(int *)(param_1 + 0x84) + (int)psVar11 * 8, *(int *)(param_1 + 0x88) != iVar12)\n ) {\n *(int *)(param_1 + 0x88) = iVar12;\n }" (if "if") (parenthesized_expression "((psVar11 < psVar8) &&\n (iVar12 = *(int *)(param_1 + 0x84) + (int)psVar11 * 8, *(int *)(param_1 + 0x88) != iVar12)\n )" (( "(") (binary_expression "(psVar11 < psVar8) &&\n (iVar12 = *(int *)(param_1 + 0x84) + (int)psVar11 * 8, *(int *)(param_1 + 0x88) != iVar12)" (parenthesized_expression "(psVar11 < psVar8)" (( "(") (binary_expression "psVar11 < psVar8" (identifier "psVar11") (< "<") (identifier "psVar8")) () ")")) (&& "&&") (parenthesized_expression "(iVar12 = *(int *)(param_1 + 0x84) + (int)psVar11 * 8, *(int *)(param_1 + 0x88) != iVar12)" (( "(") (comma_expression "iVar12 = *(int *)(param_1 + 0x84) + (int)psVar11 * 8, *(int *)(param_1 + 0x88) != iVar12" (assignment_expression "iVar12 = *(int *)(param_1 + 0x84) + (int)psVar11 * 8" (identifier "iVar12") (= "=") (binary_expression "*(int *)(param_1 + 0x84) + (int)psVar11 * 8" (pointer_expression "*(int *)(param_1 + 0x84)" (* "*") (cast_expression "(int *)(param_1 + 0x84)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x84)" (( "(") (binary_expression "param_1 + 0x84" (identifier "param_1") (+ "+") (number_literal "0x84")) () ")")))) (+ "+") (binary_expression "(int)psVar11 * 8" (cast_expression "(int)psVar11" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "psVar11")) (* "*") (number_literal "8")))) (, ",") (binary_expression "*(int *)(param_1 + 0x88) != iVar12" (pointer_expression "*(int *)(param_1 + 0x88)" (* "*") (cast_expression "(int *)(param_1 + 0x88)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x88)" (( "(") (binary_expression "param_1 + 0x88" (identifier "param_1") (+ "+") (number_literal "0x88")) () ")")))) (!= "!=") (identifier "iVar12"))) () ")"))) () ")")) (compound_statement "{\n *(int *)(param_1 + 0x88) = iVar12;\n }" ({ "{") (expression_statement "*(int *)(param_1 + 0x88) = iVar12;" (assignment_expression "*(int *)(param_1 + 0x88) = iVar12" (pointer_expression "*(int *)(param_1 + 0x88)" (* "*") (cast_expression "(int *)(param_1 + 0x88)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x88)" (( "(") (binary_expression "param_1 + 0x88" (identifier "param_1") (+ "+") (number_literal "0x88")) () ")")))) (= "=") (identifier "iVar12")) (; ";")) (} "}"))))) (expression_statement "local_4c = (uint *)0x0;" (assignment_expression "local_4c = (uint *)0x0" (identifier "local_4c") (= "=") (cast_expression "(uint *)0x0" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "local_48 = (uint *)0x0;" (assignment_expression "local_48 = (uint *)0x0" (identifier "local_48") (= "=") (cast_expression "(uint *)0x0" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "local_44 = (uint *)0x0;" (assignment_expression "local_44 = (uint *)0x0" (identifier "local_44") (= "=") (cast_expression "(uint *)0x0" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "local_40 = (uint *)0x0;" (assignment_expression "local_40 = (uint *)0x0" (identifier "local_40") (= "=") (cast_expression "(uint *)0x0" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "local_3c = (uint *)0x0;" (assignment_expression "local_3c = (uint *)0x0" (identifier "local_3c") (= "=") (cast_expression "(uint *)0x0" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "local_38 = (uint *)0x0;" (assignment_expression "local_38 = (uint *)0x0" (identifier "local_38") (= "=") (cast_expression "(uint *)0x0" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "local_34 = (size_t *)0x1;" (assignment_expression "local_34 = (size_t *)0x1" (identifier "local_34") (= "=") (cast_expression "(size_t *)0x1" (( "(") (type_descriptor "size_t *" (primitive_type "size_t") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x1"))) (; ";")) (if_statement "if ((size_t *)0x1 < psVar11) {\n do {\n while( true ) {\n piVar4 = *(int **)(param_1 + 0x98);\n puVar13 = (uint *)(*(int *)(param_1 + 0xa4) + 0x20 + ((int)local_34 * 3 + -3) * 8 + *piVar4)\n ;\n iVar12 = 0;\n if (*puVar13 < (uint)piVar4[2]) {\n iVar12 = piVar4[1] + *puVar13;\n }\n uVar9 = puVar13[1];\n uVar2 = puVar13[2];\n uVar3 = puVar13[3];\n \n FUN_0024c5d0(iVar1,param_1,local_34,iVar12,puVar13[4],puVar13[5]);\n if ((uVar9 != 0) && ((uVar2 & uVar3) != 0xffffffff)) break;\nLAB_00261971:\n local_34 = (size_t *)((int)local_34 + 1);\n if (psVar11 <= local_34) goto LAB_0026197c;\n }\n iVar12 = *(int *)(*(int *)(*(int *)(param_1 + 0x90) + 0x50) + uVar9 * 4);\n if (iVar12 == 0) {\n \n FUN_002446e0("../../gold/incremental.cc",0x80c,"do_layout");\n }\n *(int *)(*(int *)(param_1 + 0x38) + (int)local_34 * 4) = iVar12;\n iVar17 = *(int *)(param_1 + 0x84);\n *(uint *)(iVar17 + 4 + (int)local_34 * 8) = uVar3;\n *(uint *)(iVar17 + (int)local_34 * 8) = uVar2;\n if (*(int *)(DAT_005ea7c8 + 8) == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n bVar18 = false;\n bVar20 = *(char *)(*(int *)(DAT_005ea7c8 + 8) + 0x192d) == '\0';\n if (!bVar20) {\n iVar17 = 0xc;\n pbVar14 = *(byte **)(iVar12 + 0x20);\n pbVar16 = (byte *)".debug_info";\n do {\n if (iVar17 == 0) break;\n iVar17 = iVar17 + -1;\n bVar18 = *pbVar14 < *pbVar16;\n bVar20 = *pbVar14 == *pbVar16;\n pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1;\n pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1;\n } while (bVar20);\n bVar19 = false;\n bVar18 = (!bVar18 && !bVar20) == bVar18;\n if (bVar18) {\n if (local_48 == local_44) {\n FUN_00144ac0(&local_4c,local_48,&local_34);\n goto LAB_00261971;\n }\n *local_48 = (uint)local_34;\n local_48 = local_48 + 1;\n }\n else {\n iVar17 = 0xd;\n pbVar14 = *(byte **)(iVar12 + 0x20);\n pbVar16 = (byte *)".debug_types";\n do {\n if (iVar17 == 0) break;\n iVar17 = iVar17 + -1;\n bVar19 = *pbVar14 < *pbVar16;\n bVar18 = *pbVar14 == *pbVar16;\n pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1;\n pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1;\n } while (bVar18);\n if ((!bVar19 && !bVar18) == bVar19) {\n if (local_3c == local_38) {\n \n FUN_00144ac0(&local_40,local_3c,&local_34);\n goto LAB_00261971;\n }\n *local_3c = (uint)local_34;\n local_3c = local_3c + 1;\n }\n }\n }\n local_34 = (size_t *)((int)local_34 + 1);\n } while (local_34 < psVar11);\n }" (if "if") (parenthesized_expression "((size_t *)0x1 < psVar11)" (( "(") (binary_expression "(size_t *)0x1 < psVar11" (cast_expression "(size_t *)0x1" (( "(") (type_descriptor "size_t *" (primitive_type "size_t") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x1")) (< "<") (identifier "psVar11")) () ")")) (compound_statement "{\n do {\n while( true ) {\n piVar4 = *(int **)(param_1 + 0x98);\n puVar13 = (uint *)(*(int *)(param_1 + 0xa4) + 0x20 + ((int)local_34 * 3 + -3) * 8 + *piVar4)\n ;\n iVar12 = 0;\n if (*puVar13 < (uint)piVar4[2]) {\n iVar12 = piVar4[1] + *puVar13;\n }\n uVar9 = puVar13[1];\n uVar2 = puVar13[2];\n uVar3 = puVar13[3];\n \n FUN_0024c5d0(iVar1,param_1,local_34,iVar12,puVar13[4],puVar13[5]);\n if ((uVar9 != 0) && ((uVar2 & uVar3) != 0xffffffff)) break;\nLAB_00261971:\n local_34 = (size_t *)((int)local_34 + 1);\n if (psVar11 <= local_34) goto LAB_0026197c;\n }\n iVar12 = *(int *)(*(int *)(*(int *)(param_1 + 0x90) + 0x50) + uVar9 * 4);\n if (iVar12 == 0) {\n \n FUN_002446e0("../../gold/incremental.cc",0x80c,"do_layout");\n }\n *(int *)(*(int *)(param_1 + 0x38) + (int)local_34 * 4) = iVar12;\n iVar17 = *(int *)(param_1 + 0x84);\n *(uint *)(iVar17 + 4 + (int)local_34 * 8) = uVar3;\n *(uint *)(iVar17 + (int)local_34 * 8) = uVar2;\n if (*(int *)(DAT_005ea7c8 + 8) == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n bVar18 = false;\n bVar20 = *(char *)(*(int *)(DAT_005ea7c8 + 8) + 0x192d) == '\0';\n if (!bVar20) {\n iVar17 = 0xc;\n pbVar14 = *(byte **)(iVar12 + 0x20);\n pbVar16 = (byte *)".debug_info";\n do {\n if (iVar17 == 0) break;\n iVar17 = iVar17 + -1;\n bVar18 = *pbVar14 < *pbVar16;\n bVar20 = *pbVar14 == *pbVar16;\n pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1;\n pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1;\n } while (bVar20);\n bVar19 = false;\n bVar18 = (!bVar18 && !bVar20) == bVar18;\n if (bVar18) {\n if (local_48 == local_44) {\n FUN_00144ac0(&local_4c,local_48,&local_34);\n goto LAB_00261971;\n }\n *local_48 = (uint)local_34;\n local_48 = local_48 + 1;\n }\n else {\n iVar17 = 0xd;\n pbVar14 = *(byte **)(iVar12 + 0x20);\n pbVar16 = (byte *)".debug_types";\n do {\n if (iVar17 == 0) break;\n iVar17 = iVar17 + -1;\n bVar19 = *pbVar14 < *pbVar16;\n bVar18 = *pbVar14 == *pbVar16;\n pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1;\n pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1;\n } while (bVar18);\n if ((!bVar19 && !bVar18) == bVar19) {\n if (local_3c == local_38) {\n \n FUN_00144ac0(&local_40,local_3c,&local_34);\n goto LAB_00261971;\n }\n *local_3c = (uint)local_34;\n local_3c = local_3c + 1;\n }\n }\n }\n local_34 = (size_t *)((int)local_34 + 1);\n } while (local_34 < psVar11);\n }" ({ "{") (do_statement "do {\n while( true ) {\n piVar4 = *(int **)(param_1 + 0x98);\n puVar13 = (uint *)(*(int *)(param_1 + 0xa4) + 0x20 + ((int)local_34 * 3 + -3) * 8 + *piVar4)\n ;\n iVar12 = 0;\n if (*puVar13 < (uint)piVar4[2]) {\n iVar12 = piVar4[1] + *puVar13;\n }\n uVar9 = puVar13[1];\n uVar2 = puVar13[2];\n uVar3 = puVar13[3];\n \n FUN_0024c5d0(iVar1,param_1,local_34,iVar12,puVar13[4],puVar13[5]);\n if ((uVar9 != 0) && ((uVar2 & uVar3) != 0xffffffff)) break;\nLAB_00261971:\n local_34 = (size_t *)((int)local_34 + 1);\n if (psVar11 <= local_34) goto LAB_0026197c;\n }\n iVar12 = *(int *)(*(int *)(*(int *)(param_1 + 0x90) + 0x50) + uVar9 * 4);\n if (iVar12 == 0) {\n \n FUN_002446e0("../../gold/incremental.cc",0x80c,"do_layout");\n }\n *(int *)(*(int *)(param_1 + 0x38) + (int)local_34 * 4) = iVar12;\n iVar17 = *(int *)(param_1 + 0x84);\n *(uint *)(iVar17 + 4 + (int)local_34 * 8) = uVar3;\n *(uint *)(iVar17 + (int)local_34 * 8) = uVar2;\n if (*(int *)(DAT_005ea7c8 + 8) == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n bVar18 = false;\n bVar20 = *(char *)(*(int *)(DAT_005ea7c8 + 8) + 0x192d) == '\0';\n if (!bVar20) {\n iVar17 = 0xc;\n pbVar14 = *(byte **)(iVar12 + 0x20);\n pbVar16 = (byte *)".debug_info";\n do {\n if (iVar17 == 0) break;\n iVar17 = iVar17 + -1;\n bVar18 = *pbVar14 < *pbVar16;\n bVar20 = *pbVar14 == *pbVar16;\n pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1;\n pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1;\n } while (bVar20);\n bVar19 = false;\n bVar18 = (!bVar18 && !bVar20) == bVar18;\n if (bVar18) {\n if (local_48 == local_44) {\n FUN_00144ac0(&local_4c,local_48,&local_34);\n goto LAB_00261971;\n }\n *local_48 = (uint)local_34;\n local_48 = local_48 + 1;\n }\n else {\n iVar17 = 0xd;\n pbVar14 = *(byte **)(iVar12 + 0x20);\n pbVar16 = (byte *)".debug_types";\n do {\n if (iVar17 == 0) break;\n iVar17 = iVar17 + -1;\n bVar19 = *pbVar14 < *pbVar16;\n bVar18 = *pbVar14 == *pbVar16;\n pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1;\n pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1;\n } while (bVar18);\n if ((!bVar19 && !bVar18) == bVar19) {\n if (local_3c == local_38) {\n \n FUN_00144ac0(&local_40,local_3c,&local_34);\n goto LAB_00261971;\n }\n *local_3c = (uint)local_34;\n local_3c = local_3c + 1;\n }\n }\n }\n local_34 = (size_t *)((int)local_34 + 1);\n } while (local_34 < psVar11);" (do "do") (compound_statement "{\n while( true ) {\n piVar4 = *(int **)(param_1 + 0x98);\n puVar13 = (uint *)(*(int *)(param_1 + 0xa4) + 0x20 + ((int)local_34 * 3 + -3) * 8 + *piVar4)\n ;\n iVar12 = 0;\n if (*puVar13 < (uint)piVar4[2]) {\n iVar12 = piVar4[1] + *puVar13;\n }\n uVar9 = puVar13[1];\n uVar2 = puVar13[2];\n uVar3 = puVar13[3];\n \n FUN_0024c5d0(iVar1,param_1,local_34,iVar12,puVar13[4],puVar13[5]);\n if ((uVar9 != 0) && ((uVar2 & uVar3) != 0xffffffff)) break;\nLAB_00261971:\n local_34 = (size_t *)((int)local_34 + 1);\n if (psVar11 <= local_34) goto LAB_0026197c;\n }\n iVar12 = *(int *)(*(int *)(*(int *)(param_1 + 0x90) + 0x50) + uVar9 * 4);\n if (iVar12 == 0) {\n \n FUN_002446e0("../../gold/incremental.cc",0x80c,"do_layout");\n }\n *(int *)(*(int *)(param_1 + 0x38) + (int)local_34 * 4) = iVar12;\n iVar17 = *(int *)(param_1 + 0x84);\n *(uint *)(iVar17 + 4 + (int)local_34 * 8) = uVar3;\n *(uint *)(iVar17 + (int)local_34 * 8) = uVar2;\n if (*(int *)(DAT_005ea7c8 + 8) == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n bVar18 = false;\n bVar20 = *(char *)(*(int *)(DAT_005ea7c8 + 8) + 0x192d) == '\0';\n if (!bVar20) {\n iVar17 = 0xc;\n pbVar14 = *(byte **)(iVar12 + 0x20);\n pbVar16 = (byte *)".debug_info";\n do {\n if (iVar17 == 0) break;\n iVar17 = iVar17 + -1;\n bVar18 = *pbVar14 < *pbVar16;\n bVar20 = *pbVar14 == *pbVar16;\n pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1;\n pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1;\n } while (bVar20);\n bVar19 = false;\n bVar18 = (!bVar18 && !bVar20) == bVar18;\n if (bVar18) {\n if (local_48 == local_44) {\n FUN_00144ac0(&local_4c,local_48,&local_34);\n goto LAB_00261971;\n }\n *local_48 = (uint)local_34;\n local_48 = local_48 + 1;\n }\n else {\n iVar17 = 0xd;\n pbVar14 = *(byte **)(iVar12 + 0x20);\n pbVar16 = (byte *)".debug_types";\n do {\n if (iVar17 == 0) break;\n iVar17 = iVar17 + -1;\n bVar19 = *pbVar14 < *pbVar16;\n bVar18 = *pbVar14 == *pbVar16;\n pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1;\n pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1;\n } while (bVar18);\n if ((!bVar19 && !bVar18) == bVar19) {\n if (local_3c == local_38) {\n \n FUN_00144ac0(&local_40,local_3c,&local_34);\n goto LAB_00261971;\n }\n *local_3c = (uint)local_34;\n local_3c = local_3c + 1;\n }\n }\n }\n local_34 = (size_t *)((int)local_34 + 1);\n }" ({ "{") (while_statement "while( true ) {\n piVar4 = *(int **)(param_1 + 0x98);\n puVar13 = (uint *)(*(int *)(param_1 + 0xa4) + 0x20 + ((int)local_34 * 3 + -3) * 8 + *piVar4)\n ;\n iVar12 = 0;\n if (*puVar13 < (uint)piVar4[2]) {\n iVar12 = piVar4[1] + *puVar13;\n }\n uVar9 = puVar13[1];\n uVar2 = puVar13[2];\n uVar3 = puVar13[3];\n \n FUN_0024c5d0(iVar1,param_1,local_34,iVar12,puVar13[4],puVar13[5]);\n if ((uVar9 != 0) && ((uVar2 & uVar3) != 0xffffffff)) break;\nLAB_00261971:\n local_34 = (size_t *)((int)local_34 + 1);\n if (psVar11 <= local_34) goto LAB_0026197c;\n }" (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (compound_statement "{\n piVar4 = *(int **)(param_1 + 0x98);\n puVar13 = (uint *)(*(int *)(param_1 + 0xa4) + 0x20 + ((int)local_34 * 3 + -3) * 8 + *piVar4)\n ;\n iVar12 = 0;\n if (*puVar13 < (uint)piVar4[2]) {\n iVar12 = piVar4[1] + *puVar13;\n }\n uVar9 = puVar13[1];\n uVar2 = puVar13[2];\n uVar3 = puVar13[3];\n \n FUN_0024c5d0(iVar1,param_1,local_34,iVar12,puVar13[4],puVar13[5]);\n if ((uVar9 != 0) && ((uVar2 & uVar3) != 0xffffffff)) break;\nLAB_00261971:\n local_34 = (size_t *)((int)local_34 + 1);\n if (psVar11 <= local_34) goto LAB_0026197c;\n }" ({ "{") (expression_statement "piVar4 = *(int **)(param_1 + 0x98);" (assignment_expression "piVar4 = *(int **)(param_1 + 0x98)" (identifier "piVar4") (= "=") (pointer_expression "*(int **)(param_1 + 0x98)" (* "*") (cast_expression "(int **)(param_1 + 0x98)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x98)" (( "(") (binary_expression "param_1 + 0x98" (identifier "param_1") (+ "+") (number_literal "0x98")) () ")"))))) (; ";")) (expression_statement "puVar13 = (uint *)(*(int *)(param_1 + 0xa4) + 0x20 + ((int)local_34 * 3 + -3) * 8 + *piVar4)\n ;" (assignment_expression "puVar13 = (uint *)(*(int *)(param_1 + 0xa4) + 0x20 + ((int)local_34 * 3 + -3) * 8 + *piVar4)" (identifier "puVar13") (= "=") (cast_expression "(uint *)(*(int *)(param_1 + 0xa4) + 0x20 + ((int)local_34 * 3 + -3) * 8 + *piVar4)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(int *)(param_1 + 0xa4) + 0x20 + ((int)local_34 * 3 + -3) * 8 + *piVar4)" (( "(") (binary_expression "*(int *)(param_1 + 0xa4) + 0x20 + ((int)local_34 * 3 + -3) * 8 + *piVar4" (binary_expression "*(int *)(param_1 + 0xa4) + 0x20 + ((int)local_34 * 3 + -3) * 8" (binary_expression "*(int *)(param_1 + 0xa4) + 0x20" (pointer_expression "*(int *)(param_1 + 0xa4)" (* "*") (cast_expression "(int *)(param_1 + 0xa4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xa4)" (( "(") (binary_expression "param_1 + 0xa4" (identifier "param_1") (+ "+") (number_literal "0xa4")) () ")")))) (+ "+") (number_literal "0x20")) (+ "+") (binary_expression "((int)local_34 * 3 + -3) * 8" (parenthesized_expression "((int)local_34 * 3 + -3)" (( "(") (binary_expression "(int)local_34 * 3 + -3" (binary_expression "(int)local_34 * 3" (cast_expression "(int)local_34" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "local_34")) (* "*") (number_literal "3")) (+ "+") (number_literal "-3")) () ")")) (* "*") (number_literal "8"))) (+ "+") (pointer_expression "*piVar4" (* "*") (identifier "piVar4"))) () ")")))) (; ";")) (expression_statement "iVar12 = 0;" (assignment_expression "iVar12 = 0" (identifier "iVar12") (= "=") (number_literal "0")) (; ";")) (if_statement "if (*puVar13 < (uint)piVar4[2]) {\n iVar12 = piVar4[1] + *puVar13;\n }" (if "if") (parenthesized_expression "(*puVar13 < (uint)piVar4[2])" (( "(") (binary_expression "*puVar13 < (uint)piVar4[2]" (pointer_expression "*puVar13" (* "*") (identifier "puVar13")) (< "<") (cast_expression "(uint)piVar4[2]" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (subscript_expression "piVar4[2]" (identifier "piVar4") ([ "[") (number_literal "2") (] "]")))) () ")")) (compound_statement "{\n iVar12 = piVar4[1] + *puVar13;\n }" ({ "{") (expression_statement "iVar12 = piVar4[1] + *puVar13;" (assignment_expression "iVar12 = piVar4[1] + *puVar13" (identifier "iVar12") (= "=") (binary_expression "piVar4[1] + *puVar13" (subscript_expression "piVar4[1]" (identifier "piVar4") ([ "[") (number_literal "1") (] "]")) (+ "+") (pointer_expression "*puVar13" (* "*") (identifier "puVar13")))) (; ";")) (} "}"))) (expression_statement "uVar9 = puVar13[1];" (assignment_expression "uVar9 = puVar13[1]" (identifier "uVar9") (= "=") (subscript_expression "puVar13[1]" (identifier "puVar13") ([ "[") (number_literal "1") (] "]"))) (; ";")) (expression_statement "uVar2 = puVar13[2];" (assignment_expression "uVar2 = puVar13[2]" (identifier "uVar2") (= "=") (subscript_expression "puVar13[2]" (identifier "puVar13") ([ "[") (number_literal "2") (] "]"))) (; ";")) (expression_statement "uVar3 = puVar13[3];" (assignment_expression "uVar3 = puVar13[3]" (identifier "uVar3") (= "=") (subscript_expression "puVar13[3]" (identifier "puVar13") ([ "[") (number_literal "3") (] "]"))) (; ";")) (expression_statement "FUN_0024c5d0(iVar1,param_1,local_34,iVar12,puVar13[4],puVar13[5]);" (call_expression "FUN_0024c5d0(iVar1,param_1,local_34,iVar12,puVar13[4],puVar13[5])" (identifier "FUN_0024c5d0") (argument_list "(iVar1,param_1,local_34,iVar12,puVar13[4],puVar13[5])" (( "(") (identifier "iVar1") (, ",") (identifier "param_1") (, ",") (identifier "local_34") (, ",") (identifier "iVar12") (, ",") (subscript_expression "puVar13[4]" (identifier "puVar13") ([ "[") (number_literal "4") (] "]")) (, ",") (subscript_expression "puVar13[5]" (identifier "puVar13") ([ "[") (number_literal "5") (] "]")) () ")"))) (; ";")) (if_statement "if ((uVar9 != 0) && ((uVar2 & uVar3) != 0xffffffff)) break;" (if "if") (parenthesized_expression "((uVar9 != 0) && ((uVar2 & uVar3) != 0xffffffff))" (( "(") (binary_expression "(uVar9 != 0) && ((uVar2 & uVar3) != 0xffffffff)" (parenthesized_expression "(uVar9 != 0)" (( "(") (binary_expression "uVar9 != 0" (identifier "uVar9") (!= "!=") (number_literal "0")) () ")")) (&& "&&") (parenthesized_expression "((uVar2 & uVar3) != 0xffffffff)" (( "(") (binary_expression "(uVar2 & uVar3) != 0xffffffff" (parenthesized_expression "(uVar2 & uVar3)" (( "(") (binary_expression "uVar2 & uVar3" (identifier "uVar2") (& "&") (identifier "uVar3")) () ")")) (!= "!=") (number_literal "0xffffffff")) () ")"))) () ")")) (break_statement "break;" (break "break") (; ";"))) (labeled_statement "LAB_00261971:\n local_34 = (size_t *)((int)local_34 + 1);" (statement_identifier "LAB_00261971") (: ":") (expression_statement "local_34 = (size_t *)((int)local_34 + 1);" (assignment_expression "local_34 = (size_t *)((int)local_34 + 1)" (identifier "local_34") (= "=") (cast_expression "(size_t *)((int)local_34 + 1)" (( "(") (type_descriptor "size_t *" (primitive_type "size_t") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)local_34 + 1)" (( "(") (binary_expression "(int)local_34 + 1" (cast_expression "(int)local_34" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "local_34")) (+ "+") (number_literal "1")) () ")")))) (; ";"))) (if_statement "if (psVar11 <= local_34) goto LAB_0026197c;" (if "if") (parenthesized_expression "(psVar11 <= local_34)" (( "(") (binary_expression "psVar11 <= local_34" (identifier "psVar11") (<= "<=") (identifier "local_34")) () ")")) (goto_statement "goto LAB_0026197c;" (goto "goto") (statement_identifier "LAB_0026197c") (; ";"))) (} "}"))) (expression_statement "iVar12 = *(int *)(*(int *)(*(int *)(param_1 + 0x90) + 0x50) + uVar9 * 4);" (assignment_expression "iVar12 = *(int *)(*(int *)(*(int *)(param_1 + 0x90) + 0x50) + uVar9 * 4)" (identifier "iVar12") (= "=") (pointer_expression "*(int *)(*(int *)(*(int *)(param_1 + 0x90) + 0x50) + uVar9 * 4)" (* "*") (cast_expression "(int *)(*(int *)(*(int *)(param_1 + 0x90) + 0x50) + uVar9 * 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(int *)(*(int *)(param_1 + 0x90) + 0x50) + uVar9 * 4)" (( "(") (binary_expression "*(int *)(*(int *)(param_1 + 0x90) + 0x50) + uVar9 * 4" (pointer_expression "*(int *)(*(int *)(param_1 + 0x90) + 0x50)" (* "*") (cast_expression "(int *)(*(int *)(param_1 + 0x90) + 0x50)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(int *)(param_1 + 0x90) + 0x50)" (( "(") (binary_expression "*(int *)(param_1 + 0x90) + 0x50" (pointer_expression "*(int *)(param_1 + 0x90)" (* "*") (cast_expression "(int *)(param_1 + 0x90)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x90)" (( "(") (binary_expression "param_1 + 0x90" (identifier "param_1") (+ "+") (number_literal "0x90")) () ")")))) (+ "+") (number_literal "0x50")) () ")")))) (+ "+") (binary_expression "uVar9 * 4" (identifier "uVar9") (* "*") (number_literal "4"))) () ")"))))) (; ";")) (if_statement "if (iVar12 == 0) {\n \n FUN_002446e0("../../gold/incremental.cc",0x80c,"do_layout");\n }" (if "if") (parenthesized_expression "(iVar12 == 0)" (( "(") (binary_expression "iVar12 == 0" (identifier "iVar12") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n \n FUN_002446e0("../../gold/incremental.cc",0x80c,"do_layout");\n }" ({ "{") (expression_statement "FUN_002446e0("../../gold/incremental.cc",0x80c,"do_layout");" (call_expression "FUN_002446e0("../../gold/incremental.cc",0x80c,"do_layout")" (identifier "FUN_002446e0") (argument_list "("../../gold/incremental.cc",0x80c,"do_layout")" (( "(") (string_literal ""../../gold/incremental.cc"" (" """) (string_content "../../gold/incremental.cc") (" """)) (, ",") (number_literal "0x80c") (, ",") (string_literal ""do_layout"" (" """) (string_content "do_layout") (" """)) () ")"))) (; ";")) (} "}"))) (expression_statement "*(int *)(*(int *)(param_1 + 0x38) + (int)local_34 * 4) = iVar12;" (assignment_expression "*(int *)(*(int *)(param_1 + 0x38) + (int)local_34 * 4) = iVar12" (pointer_expression "*(int *)(*(int *)(param_1 + 0x38) + (int)local_34 * 4)" (* "*") (cast_expression "(int *)(*(int *)(param_1 + 0x38) + (int)local_34 * 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(int *)(param_1 + 0x38) + (int)local_34 * 4)" (( "(") (binary_expression "*(int *)(param_1 + 0x38) + (int)local_34 * 4" (pointer_expression "*(int *)(param_1 + 0x38)" (* "*") (cast_expression "(int *)(param_1 + 0x38)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x38)" (( "(") (binary_expression "param_1 + 0x38" (identifier "param_1") (+ "+") (number_literal "0x38")) () ")")))) (+ "+") (binary_expression "(int)local_34 * 4" (cast_expression "(int)local_34" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "local_34")) (* "*") (number_literal "4"))) () ")")))) (= "=") (identifier "iVar12")) (; ";")) (expression_statement "iVar17 = *(int *)(param_1 + 0x84);" (assignment_expression "iVar17 = *(int *)(param_1 + 0x84)" (identifier "iVar17") (= "=") (pointer_expression "*(int *)(param_1 + 0x84)" (* "*") (cast_expression "(int *)(param_1 + 0x84)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x84)" (( "(") (binary_expression "param_1 + 0x84" (identifier "param_1") (+ "+") (number_literal "0x84")) () ")"))))) (; ";")) (expression_statement "*(uint *)(iVar17 + 4 + (int)local_34 * 8) = uVar3;" (assignment_expression "*(uint *)(iVar17 + 4 + (int)local_34 * 8) = uVar3" (pointer_expression "*(uint *)(iVar17 + 4 + (int)local_34 * 8)" (* "*") (cast_expression "(uint *)(iVar17 + 4 + (int)local_34 * 8)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar17 + 4 + (int)local_34 * 8)" (( "(") (binary_expression "iVar17 + 4 + (int)local_34 * 8" (binary_expression "iVar17 + 4" (identifier "iVar17") (+ "+") (number_literal "4")) (+ "+") (binary_expression "(int)local_34 * 8" (cast_expression "(int)local_34" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "local_34")) (* "*") (number_literal "8"))) () ")")))) (= "=") (identifier "uVar3")) (; ";")) (expression_statement "*(uint *)(iVar17 + (int)local_34 * 8) = uVar2;" (assignment_expression "*(uint *)(iVar17 + (int)local_34 * 8) = uVar2" (pointer_expression "*(uint *)(iVar17 + (int)local_34 * 8)" (* "*") (cast_expression "(uint *)(iVar17 + (int)local_34 * 8)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar17 + (int)local_34 * 8)" (( "(") (binary_expression "iVar17 + (int)local_34 * 8" (identifier "iVar17") (+ "+") (binary_expression "(int)local_34 * 8" (cast_expression "(int)local_34" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "local_34")) (* "*") (number_literal "8"))) () ")")))) (= "=") (identifier "uVar2")) (; ";")) (if_statement "if (*(int *)(DAT_005ea7c8 + 8) == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }" (if "if") (parenthesized_expression "(*(int *)(DAT_005ea7c8 + 8) == 0)" (( "(") (binary_expression "*(int *)(DAT_005ea7c8 + 8) == 0" (pointer_expression "*(int *)(DAT_005ea7c8 + 8)" (* "*") (cast_expression "(int *)(DAT_005ea7c8 + 8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_005ea7c8 + 8)" (( "(") (binary_expression "DAT_005ea7c8 + 8" (identifier "DAT_005ea7c8") (+ "+") (number_literal "8")) () ")")))) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }" ({ "{") (expression_statement "FUN_002446e0("../../gold/parameters.h",0x5c,"options");" (call_expression "FUN_002446e0("../../gold/parameters.h",0x5c,"options")" (identifier "FUN_002446e0") (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") (" """)) () ")"))) (; ";")) (} "}"))) (expression_statement "bVar18 = false;" (assignment_expression "bVar18 = false" (identifier "bVar18") (= "=") (false "false")) (; ";")) (expression_statement "bVar20 = *(char *)(*(int *)(DAT_005ea7c8 + 8) + 0x192d) == '\0';" (assignment_expression "bVar20 = *(char *)(*(int *)(DAT_005ea7c8 + 8) + 0x192d) == '\0'" (identifier "bVar20") (= "=") (binary_expression "*(char *)(*(int *)(DAT_005ea7c8 + 8) + 0x192d) == '\0'" (pointer_expression "*(char *)(*(int *)(DAT_005ea7c8 + 8) + 0x192d)" (* "*") (cast_expression "(char *)(*(int *)(DAT_005ea7c8 + 8) + 0x192d)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(int *)(DAT_005ea7c8 + 8) + 0x192d)" (( "(") (binary_expression "*(int *)(DAT_005ea7c8 + 8) + 0x192d" (pointer_expression "*(int *)(DAT_005ea7c8 + 8)" (* "*") (cast_expression "(int *)(DAT_005ea7c8 + 8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_005ea7c8 + 8)" (( "(") (binary_expression "DAT_005ea7c8 + 8" (identifier "DAT_005ea7c8") (+ "+") (number_literal "8")) () ")")))) (+ "+") (number_literal "0x192d")) () ")")))) (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'")))) (; ";")) (if_statement "if (!bVar20) {\n iVar17 = 0xc;\n pbVar14 = *(byte **)(iVar12 + 0x20);\n pbVar16 = (byte *)".debug_info";\n do {\n if (iVar17 == 0) break;\n iVar17 = iVar17 + -1;\n bVar18 = *pbVar14 < *pbVar16;\n bVar20 = *pbVar14 == *pbVar16;\n pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1;\n pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1;\n } while (bVar20);\n bVar19 = false;\n bVar18 = (!bVar18 && !bVar20) == bVar18;\n if (bVar18) {\n if (local_48 == local_44) {\n FUN_00144ac0(&local_4c,local_48,&local_34);\n goto LAB_00261971;\n }\n *local_48 = (uint)local_34;\n local_48 = local_48 + 1;\n }\n else {\n iVar17 = 0xd;\n pbVar14 = *(byte **)(iVar12 + 0x20);\n pbVar16 = (byte *)".debug_types";\n do {\n if (iVar17 == 0) break;\n iVar17 = iVar17 + -1;\n bVar19 = *pbVar14 < *pbVar16;\n bVar18 = *pbVar14 == *pbVar16;\n pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1;\n pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1;\n } while (bVar18);\n if ((!bVar19 && !bVar18) == bVar19) {\n if (local_3c == local_38) {\n \n FUN_00144ac0(&local_40,local_3c,&local_34);\n goto LAB_00261971;\n }\n *local_3c = (uint)local_34;\n local_3c = local_3c + 1;\n }\n }\n }" (if "if") (parenthesized_expression "(!bVar20)" (( "(") (unary_expression "!bVar20" (! "!") (identifier "bVar20")) () ")")) (compound_statement "{\n iVar17 = 0xc;\n pbVar14 = *(byte **)(iVar12 + 0x20);\n pbVar16 = (byte *)".debug_info";\n do {\n if (iVar17 == 0) break;\n iVar17 = iVar17 + -1;\n bVar18 = *pbVar14 < *pbVar16;\n bVar20 = *pbVar14 == *pbVar16;\n pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1;\n pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1;\n } while (bVar20);\n bVar19 = false;\n bVar18 = (!bVar18 && !bVar20) == bVar18;\n if (bVar18) {\n if (local_48 == local_44) {\n FUN_00144ac0(&local_4c,local_48,&local_34);\n goto LAB_00261971;\n }\n *local_48 = (uint)local_34;\n local_48 = local_48 + 1;\n }\n else {\n iVar17 = 0xd;\n pbVar14 = *(byte **)(iVar12 + 0x20);\n pbVar16 = (byte *)".debug_types";\n do {\n if (iVar17 == 0) break;\n iVar17 = iVar17 + -1;\n bVar19 = *pbVar14 < *pbVar16;\n bVar18 = *pbVar14 == *pbVar16;\n pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1;\n pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1;\n } while (bVar18);\n if ((!bVar19 && !bVar18) == bVar19) {\n if (local_3c == local_38) {\n \n FUN_00144ac0(&local_40,local_3c,&local_34);\n goto LAB_00261971;\n }\n *local_3c = (uint)local_34;\n local_3c = local_3c + 1;\n }\n }\n }" ({ "{") (expression_statement "iVar17 = 0xc;" (assignment_expression "iVar17 = 0xc" (identifier "iVar17") (= "=") (number_literal "0xc")) (; ";")) (expression_statement "pbVar14 = *(byte **)(iVar12 + 0x20);" (assignment_expression "pbVar14 = *(byte **)(iVar12 + 0x20)" (identifier "pbVar14") (= "=") (pointer_expression "*(byte **)(iVar12 + 0x20)" (* "*") (cast_expression "(byte **)(iVar12 + 0x20)" (( "(") (type_descriptor "byte **" (type_identifier "byte") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(iVar12 + 0x20)" (( "(") (binary_expression "iVar12 + 0x20" (identifier "iVar12") (+ "+") (number_literal "0x20")) () ")"))))) (; ";")) (expression_statement "pbVar16 = (byte *)".debug_info";" (assignment_expression "pbVar16 = (byte *)".debug_info"" (identifier "pbVar16") (= "=") (cast_expression "(byte *)".debug_info"" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (string_literal "".debug_info"" (" """) (string_content ".debug_info") (" """)))) (; ";")) (do_statement "do {\n if (iVar17 == 0) break;\n iVar17 = iVar17 + -1;\n bVar18 = *pbVar14 < *pbVar16;\n bVar20 = *pbVar14 == *pbVar16;\n pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1;\n pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1;\n } while (bVar20);" (do "do") (compound_statement "{\n if (iVar17 == 0) break;\n iVar17 = iVar17 + -1;\n bVar18 = *pbVar14 < *pbVar16;\n bVar20 = *pbVar14 == *pbVar16;\n pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1;\n pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1;\n }" ({ "{") (if_statement "if (iVar17 == 0) break;" (if "if") (parenthesized_expression "(iVar17 == 0)" (( "(") (binary_expression "iVar17 == 0" (identifier "iVar17") (== "==") (number_literal "0")) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "iVar17 = iVar17 + -1;" (assignment_expression "iVar17 = iVar17 + -1" (identifier "iVar17") (= "=") (binary_expression "iVar17 + -1" (identifier "iVar17") (+ "+") (number_literal "-1"))) (; ";")) (expression_statement "bVar18 = *pbVar14 < *pbVar16;" (assignment_expression "bVar18 = *pbVar14 < *pbVar16" (identifier "bVar18") (= "=") (binary_expression "*pbVar14 < *pbVar16" (pointer_expression "*pbVar14" (* "*") (identifier "pbVar14")) (< "<") (pointer_expression "*pbVar16" (* "*") (identifier "pbVar16")))) (; ";")) (expression_statement "bVar20 = *pbVar14 == *pbVar16;" (assignment_expression "bVar20 = *pbVar14 == *pbVar16" (identifier "bVar20") (= "=") (binary_expression "*pbVar14 == *pbVar16" (pointer_expression "*pbVar14" (* "*") (identifier "pbVar14")) (== "==") (pointer_expression "*pbVar16" (* "*") (identifier "pbVar16")))) (; ";")) (expression_statement "pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1;" (assignment_expression "pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1" (identifier "pbVar14") (= "=") (binary_expression "pbVar14 + (uint)bVar21 * -2 + 1" (binary_expression "pbVar14 + (uint)bVar21 * -2" (identifier "pbVar14") (+ "+") (binary_expression "(uint)bVar21 * -2" (cast_expression "(uint)bVar21" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "bVar21")) (* "*") (number_literal "-2"))) (+ "+") (number_literal "1"))) (; ";")) (expression_statement "pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1;" (assignment_expression "pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1" (identifier "pbVar16") (= "=") (binary_expression "pbVar16 + (uint)bVar21 * -2 + 1" (binary_expression "pbVar16 + (uint)bVar21 * -2" (identifier "pbVar16") (+ "+") (binary_expression "(uint)bVar21 * -2" (cast_expression "(uint)bVar21" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "bVar21")) (* "*") (number_literal "-2"))) (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(bVar20)" (( "(") (identifier "bVar20") () ")")) (; ";")) (expression_statement "bVar19 = false;" (assignment_expression "bVar19 = false" (identifier "bVar19") (= "=") (false "false")) (; ";")) (expression_statement "bVar18 = (!bVar18 && !bVar20) == bVar18;" (assignment_expression "bVar18 = (!bVar18 && !bVar20) == bVar18" (identifier "bVar18") (= "=") (binary_expression "(!bVar18 && !bVar20) == bVar18" (parenthesized_expression "(!bVar18 && !bVar20)" (( "(") (binary_expression "!bVar18 && !bVar20" (unary_expression "!bVar18" (! "!") (identifier "bVar18")) (&& "&&") (unary_expression "!bVar20" (! "!") (identifier "bVar20"))) () ")")) (== "==") (identifier "bVar18"))) (; ";")) (if_statement "if (bVar18) {\n if (local_48 == local_44) {\n FUN_00144ac0(&local_4c,local_48,&local_34);\n goto LAB_00261971;\n }\n *local_48 = (uint)local_34;\n local_48 = local_48 + 1;\n }\n else {\n iVar17 = 0xd;\n pbVar14 = *(byte **)(iVar12 + 0x20);\n pbVar16 = (byte *)".debug_types";\n do {\n if (iVar17 == 0) break;\n iVar17 = iVar17 + -1;\n bVar19 = *pbVar14 < *pbVar16;\n bVar18 = *pbVar14 == *pbVar16;\n pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1;\n pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1;\n } while (bVar18);\n if ((!bVar19 && !bVar18) == bVar19) {\n if (local_3c == local_38) {\n \n FUN_00144ac0(&local_40,local_3c,&local_34);\n goto LAB_00261971;\n }\n *local_3c = (uint)local_34;\n local_3c = local_3c + 1;\n }\n }" (if "if") (parenthesized_expression "(bVar18)" (( "(") (identifier "bVar18") () ")")) (compound_statement "{\n if (local_48 == local_44) {\n FUN_00144ac0(&local_4c,local_48,&local_34);\n goto LAB_00261971;\n }\n *local_48 = (uint)local_34;\n local_48 = local_48 + 1;\n }" ({ "{") (if_statement "if (local_48 == local_44) {\n FUN_00144ac0(&local_4c,local_48,&local_34);\n goto LAB_00261971;\n }" (if "if") (parenthesized_expression "(local_48 == local_44)" (( "(") (binary_expression "local_48 == local_44" (identifier "local_48") (== "==") (identifier "local_44")) () ")")) (compound_statement "{\n FUN_00144ac0(&local_4c,local_48,&local_34);\n goto LAB_00261971;\n }" ({ "{") (expression_statement "FUN_00144ac0(&local_4c,local_48,&local_34);" (call_expression "FUN_00144ac0(&local_4c,local_48,&local_34)" (identifier "FUN_00144ac0") (argument_list "(&local_4c,local_48,&local_34)" (( "(") (pointer_expression "&local_4c" (& "&") (identifier "local_4c")) (, ",") (identifier "local_48") (, ",") (pointer_expression "&local_34" (& "&") (identifier "local_34")) () ")"))) (; ";")) (goto_statement "goto LAB_00261971;" (goto "goto") (statement_identifier "LAB_00261971") (; ";")) (} "}"))) (expression_statement "*local_48 = (uint)local_34;" (assignment_expression "*local_48 = (uint)local_34" (pointer_expression "*local_48" (* "*") (identifier "local_48")) (= "=") (cast_expression "(uint)local_34" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "local_34"))) (; ";")) (expression_statement "local_48 = local_48 + 1;" (assignment_expression "local_48 = local_48 + 1" (identifier "local_48") (= "=") (binary_expression "local_48 + 1" (identifier "local_48") (+ "+") (number_literal "1"))) (; ";")) (} "}")) (else_clause "else {\n iVar17 = 0xd;\n pbVar14 = *(byte **)(iVar12 + 0x20);\n pbVar16 = (byte *)".debug_types";\n do {\n if (iVar17 == 0) break;\n iVar17 = iVar17 + -1;\n bVar19 = *pbVar14 < *pbVar16;\n bVar18 = *pbVar14 == *pbVar16;\n pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1;\n pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1;\n } while (bVar18);\n if ((!bVar19 && !bVar18) == bVar19) {\n if (local_3c == local_38) {\n \n FUN_00144ac0(&local_40,local_3c,&local_34);\n goto LAB_00261971;\n }\n *local_3c = (uint)local_34;\n local_3c = local_3c + 1;\n }\n }" (else "else") (compound_statement "{\n iVar17 = 0xd;\n pbVar14 = *(byte **)(iVar12 + 0x20);\n pbVar16 = (byte *)".debug_types";\n do {\n if (iVar17 == 0) break;\n iVar17 = iVar17 + -1;\n bVar19 = *pbVar14 < *pbVar16;\n bVar18 = *pbVar14 == *pbVar16;\n pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1;\n pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1;\n } while (bVar18);\n if ((!bVar19 && !bVar18) == bVar19) {\n if (local_3c == local_38) {\n \n FUN_00144ac0(&local_40,local_3c,&local_34);\n goto LAB_00261971;\n }\n *local_3c = (uint)local_34;\n local_3c = local_3c + 1;\n }\n }" ({ "{") (expression_statement "iVar17 = 0xd;" (assignment_expression "iVar17 = 0xd" (identifier "iVar17") (= "=") (number_literal "0xd")) (; ";")) (expression_statement "pbVar14 = *(byte **)(iVar12 + 0x20);" (assignment_expression "pbVar14 = *(byte **)(iVar12 + 0x20)" (identifier "pbVar14") (= "=") (pointer_expression "*(byte **)(iVar12 + 0x20)" (* "*") (cast_expression "(byte **)(iVar12 + 0x20)" (( "(") (type_descriptor "byte **" (type_identifier "byte") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(iVar12 + 0x20)" (( "(") (binary_expression "iVar12 + 0x20" (identifier "iVar12") (+ "+") (number_literal "0x20")) () ")"))))) (; ";")) (expression_statement "pbVar16 = (byte *)".debug_types";" (assignment_expression "pbVar16 = (byte *)".debug_types"" (identifier "pbVar16") (= "=") (cast_expression "(byte *)".debug_types"" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (string_literal "".debug_types"" (" """) (string_content ".debug_types") (" """)))) (; ";")) (do_statement "do {\n if (iVar17 == 0) break;\n iVar17 = iVar17 + -1;\n bVar19 = *pbVar14 < *pbVar16;\n bVar18 = *pbVar14 == *pbVar16;\n pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1;\n pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1;\n } while (bVar18);" (do "do") (compound_statement "{\n if (iVar17 == 0) break;\n iVar17 = iVar17 + -1;\n bVar19 = *pbVar14 < *pbVar16;\n bVar18 = *pbVar14 == *pbVar16;\n pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1;\n pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1;\n }" ({ "{") (if_statement "if (iVar17 == 0) break;" (if "if") (parenthesized_expression "(iVar17 == 0)" (( "(") (binary_expression "iVar17 == 0" (identifier "iVar17") (== "==") (number_literal "0")) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "iVar17 = iVar17 + -1;" (assignment_expression "iVar17 = iVar17 + -1" (identifier "iVar17") (= "=") (binary_expression "iVar17 + -1" (identifier "iVar17") (+ "+") (number_literal "-1"))) (; ";")) (expression_statement "bVar19 = *pbVar14 < *pbVar16;" (assignment_expression "bVar19 = *pbVar14 < *pbVar16" (identifier "bVar19") (= "=") (binary_expression "*pbVar14 < *pbVar16" (pointer_expression "*pbVar14" (* "*") (identifier "pbVar14")) (< "<") (pointer_expression "*pbVar16" (* "*") (identifier "pbVar16")))) (; ";")) (expression_statement "bVar18 = *pbVar14 == *pbVar16;" (assignment_expression "bVar18 = *pbVar14 == *pbVar16" (identifier "bVar18") (= "=") (binary_expression "*pbVar14 == *pbVar16" (pointer_expression "*pbVar14" (* "*") (identifier "pbVar14")) (== "==") (pointer_expression "*pbVar16" (* "*") (identifier "pbVar16")))) (; ";")) (expression_statement "pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1;" (assignment_expression "pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1" (identifier "pbVar14") (= "=") (binary_expression "pbVar14 + (uint)bVar21 * -2 + 1" (binary_expression "pbVar14 + (uint)bVar21 * -2" (identifier "pbVar14") (+ "+") (binary_expression "(uint)bVar21 * -2" (cast_expression "(uint)bVar21" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "bVar21")) (* "*") (number_literal "-2"))) (+ "+") (number_literal "1"))) (; ";")) (expression_statement "pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1;" (assignment_expression "pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1" (identifier "pbVar16") (= "=") (binary_expression "pbVar16 + (uint)bVar21 * -2 + 1" (binary_expression "pbVar16 + (uint)bVar21 * -2" (identifier "pbVar16") (+ "+") (binary_expression "(uint)bVar21 * -2" (cast_expression "(uint)bVar21" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "bVar21")) (* "*") (number_literal "-2"))) (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(bVar18)" (( "(") (identifier "bVar18") () ")")) (; ";")) (if_statement "if ((!bVar19 && !bVar18) == bVar19) {\n if (local_3c == local_38) {\n \n FUN_00144ac0(&local_40,local_3c,&local_34);\n goto LAB_00261971;\n }\n *local_3c = (uint)local_34;\n local_3c = local_3c + 1;\n }" (if "if") (parenthesized_expression "((!bVar19 && !bVar18) == bVar19)" (( "(") (binary_expression "(!bVar19 && !bVar18) == bVar19" (parenthesized_expression "(!bVar19 && !bVar18)" (( "(") (binary_expression "!bVar19 && !bVar18" (unary_expression "!bVar19" (! "!") (identifier "bVar19")) (&& "&&") (unary_expression "!bVar18" (! "!") (identifier "bVar18"))) () ")")) (== "==") (identifier "bVar19")) () ")")) (compound_statement "{\n if (local_3c == local_38) {\n \n FUN_00144ac0(&local_40,local_3c,&local_34);\n goto LAB_00261971;\n }\n *local_3c = (uint)local_34;\n local_3c = local_3c + 1;\n }" ({ "{") (if_statement "if (local_3c == local_38) {\n \n FUN_00144ac0(&local_40,local_3c,&local_34);\n goto LAB_00261971;\n }" (if "if") (parenthesized_expression "(local_3c == local_38)" (( "(") (binary_expression "local_3c == local_38" (identifier "local_3c") (== "==") (identifier "local_38")) () ")")) (compound_statement "{\n \n FUN_00144ac0(&local_40,local_3c,&local_34);\n goto LAB_00261971;\n }" ({ "{") (expression_statement "FUN_00144ac0(&local_40,local_3c,&local_34);" (call_expression "FUN_00144ac0(&local_40,local_3c,&local_34)" (identifier "FUN_00144ac0") (argument_list "(&local_40,local_3c,&local_34)" (( "(") (pointer_expression "&local_40" (& "&") (identifier "local_40")) (, ",") (identifier "local_3c") (, ",") (pointer_expression "&local_34" (& "&") (identifier "local_34")) () ")"))) (; ";")) (goto_statement "goto LAB_00261971;" (goto "goto") (statement_identifier "LAB_00261971") (; ";")) (} "}"))) (expression_statement "*local_3c = (uint)local_34;" (assignment_expression "*local_3c = (uint)local_34" (pointer_expression "*local_3c" (* "*") (identifier "local_3c")) (= "=") (cast_expression "(uint)local_34" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "local_34"))) (; ";")) (expression_statement "local_3c = local_3c + 1;" (assignment_expression "local_3c = local_3c + 1" (identifier "local_3c") (= "=") (binary_expression "local_3c + 1" (identifier "local_3c") (+ "+") (number_literal "1"))) (; ";")) (} "}"))) (} "}")))) (} "}"))) (expression_statement "local_34 = (size_t *)((int)local_34 + 1);" (assignment_expression "local_34 = (size_t *)((int)local_34 + 1)" (identifier "local_34") (= "=") (cast_expression "(size_t *)((int)local_34 + 1)" (( "(") (type_descriptor "size_t *" (primitive_type "size_t") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)local_34 + 1)" (( "(") (binary_expression "(int)local_34 + 1" (cast_expression "(int)local_34" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "local_34")) (+ "+") (number_literal "1")) () ")")))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(local_34 < psVar11)" (( "(") (binary_expression "local_34 < psVar11" (identifier "local_34") (< "<") (identifier "psVar11")) () ")")) (; ";")) (} "}"))) (labeled_statement "LAB_0026197c:\n uVar9 = (uint)*(byte *)(param_1 + 0x9c);" (statement_identifier "LAB_0026197c") (: ":") (expression_statement "uVar9 = (uint)*(byte *)(param_1 + 0x9c);" (assignment_expression "uVar9 = (uint)*(byte *)(param_1 + 0x9c)" (identifier "uVar9") (= "=") (binary_expression "(uint)*(byte *)(param_1 + 0x9c)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (* "*") (cast_expression "(byte *)(param_1 + 0x9c)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x9c)" (( "(") (binary_expression "param_1 + 0x9c" (identifier "param_1") (+ "+") (number_literal "0x9c")) () ")"))))) (; ";"))) (if_statement "if (1 < uVar9 - 1) {\n \n FUN_002446e0("../../gold/incremental.h",0x3b9,"get_comdat_group_count",uVar9);\n }" (if "if") (parenthesized_expression "(1 < uVar9 - 1)" (( "(") (binary_expression "1 < uVar9 - 1" (number_literal "1") (< "<") (binary_expression "uVar9 - 1" (identifier "uVar9") (- "-") (number_literal "1"))) () ")")) (compound_statement "{\n \n FUN_002446e0("../../gold/incremental.h",0x3b9,"get_comdat_group_count",uVar9);\n }" ({ "{") (expression_statement "FUN_002446e0("../../gold/incremental.h",0x3b9,"get_comdat_group_count",uVar9);" (call_expression "FUN_002446e0("../../gold/incremental.h",0x3b9,"get_comdat_group_count",uVar9)" (identifier "FUN_002446e0") (argument_list "("../../gold/incremental.h",0x3b9,"get_comdat_group_count",uVar9)" (( "(") (string_literal ""../../gold/incremental.h"" (" """) (string_content "../../gold/incremental.h") (" """)) (, ",") (number_literal "0x3b9") (, ",") (string_literal ""get_comdat_group_count"" (" """) (string_content "get_comdat_group_count") (" """)) (, ",") (identifier "uVar9") () ")"))) (; ";")) (} "}"))) (expression_statement "iVar12 = *(int *)(**(int **)(param_1 + 0x98) + 0x18 + *(int *)(param_1 + 0xa4));" (assignment_expression "iVar12 = *(int *)(**(int **)(param_1 + 0x98) + 0x18 + *(int *)(param_1 + 0xa4))" (identifier "iVar12") (= "=") (pointer_expression "*(int *)(**(int **)(param_1 + 0x98) + 0x18 + *(int *)(param_1 + 0xa4))" (* "*") (cast_expression "(int *)(**(int **)(param_1 + 0x98) + 0x18 + *(int *)(param_1 + 0xa4))" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(**(int **)(param_1 + 0x98) + 0x18 + *(int *)(param_1 + 0xa4))" (( "(") (binary_expression "**(int **)(param_1 + 0x98) + 0x18 + *(int *)(param_1 + 0xa4)" (binary_expression "**(int **)(param_1 + 0x98) + 0x18" (pointer_expression "**(int **)(param_1 + 0x98)" (* "*") (pointer_expression "*(int **)(param_1 + 0x98)" (* "*") (cast_expression "(int **)(param_1 + 0x98)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x98)" (( "(") (binary_expression "param_1 + 0x98" (identifier "param_1") (+ "+") (number_literal "0x98")) () ")"))))) (+ "+") (number_literal "0x18")) (+ "+") (pointer_expression "*(int *)(param_1 + 0xa4)" (* "*") (cast_expression "(int *)(param_1 + 0xa4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xa4)" (( "(") (binary_expression "param_1 + 0xa4" (identifier "param_1") (+ "+") (number_literal "0xa4")) () ")"))))) () ")"))))) (; ";")) (if_statement "if (iVar12 != 0) {\n iVar17 = 0;\n do {\n if ((uVar9 != 1) && (uVar9 != 2)) {\n \n FUN_002446e0("../../gold/incremental.h",0x365,"get_input_section_count");\n }\n piVar4 = *(int **)(param_1 + 0x98);\n iVar5 = *(int *)(param_1 + 0xa4);\n iVar6 = *piVar4;\n uVar9 = *(uint *)(iVar5 + 0x20 +\n iVar6 + *(int *)(iVar6 + iVar5) * 0x18 + iVar17 * 4 +\n *(int *)(iVar6 + 4 + iVar5) * 0x14);\n if (((uint)piVar4[2] <= uVar9) || (__s = (char *)(uVar9 + piVar4[1]), __s == (char *)0x0)) {\n uVar10 = gettext("COMDAT group has no signature");\n FUN_0028b750(param_1,uVar10);\n local_34 = local_2c;\n \n FUN_003f3980("basic_string::_M_construct null not valid");\n }\n if (*__s == '\0') {\n uVar10 = gettext("COMDAT group has no signature");\n FUN_0028b750(param_1,uVar10);\n }\n local_34 = local_2c;\n __n = strlen(__s);\n local_50 = __n;\n if (__n < 0x10) {\n psVar11 = local_2c;\n if (__n == 1) {\n local_2c[0] = CONCAT31(local_2c[0]._1_3_,*__s);\n }\n else if (__n != 0) goto LAB_00261c7d;\n }\n else {\n local_34 = (size_t *)FUN_003b5790(&local_34,&local_50,0);\n local_2c[0] = local_50;\n psVar11 = local_34;\nLAB_00261c7d:\n memcpy(psVar11,__s,__n);\n psVar11 = local_34;\n }\n *(undefined1 *)((int)psVar11 + local_50) = 0;\n local_30 = local_50;\n \n cVar7 = FUN_00278ce0(param_3,&local_34,param_1,iVar17,1,1,0);\n if (local_34 != local_2c) {\n FUN_003ae080(local_34);\n }\n if (cVar7 == '\0') {\n uVar10 = gettext("COMDAT group %s included twice in incremental link");\n \n FUN_0028b750(param_1,uVar10,__s);\n }\n else {\n FUN_0024c220(iVar1,param_1,__s);\n }\n if (iVar17 + 1 == iVar12) break;\n iVar17 = iVar17 + 1;\n uVar9 = (uint)*(byte *)(param_1 + 0x9c);\n } while( true );\n }" (if "if") (parenthesized_expression "(iVar12 != 0)" (( "(") (binary_expression "iVar12 != 0" (identifier "iVar12") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n iVar17 = 0;\n do {\n if ((uVar9 != 1) && (uVar9 != 2)) {\n \n FUN_002446e0("../../gold/incremental.h",0x365,"get_input_section_count");\n }\n piVar4 = *(int **)(param_1 + 0x98);\n iVar5 = *(int *)(param_1 + 0xa4);\n iVar6 = *piVar4;\n uVar9 = *(uint *)(iVar5 + 0x20 +\n iVar6 + *(int *)(iVar6 + iVar5) * 0x18 + iVar17 * 4 +\n *(int *)(iVar6 + 4 + iVar5) * 0x14);\n if (((uint)piVar4[2] <= uVar9) || (__s = (char *)(uVar9 + piVar4[1]), __s == (char *)0x0)) {\n uVar10 = gettext("COMDAT group has no signature");\n FUN_0028b750(param_1,uVar10);\n local_34 = local_2c;\n \n FUN_003f3980("basic_string::_M_construct null not valid");\n }\n if (*__s == '\0') {\n uVar10 = gettext("COMDAT group has no signature");\n FUN_0028b750(param_1,uVar10);\n }\n local_34 = local_2c;\n __n = strlen(__s);\n local_50 = __n;\n if (__n < 0x10) {\n psVar11 = local_2c;\n if (__n == 1) {\n local_2c[0] = CONCAT31(local_2c[0]._1_3_,*__s);\n }\n else if (__n != 0) goto LAB_00261c7d;\n }\n else {\n local_34 = (size_t *)FUN_003b5790(&local_34,&local_50,0);\n local_2c[0] = local_50;\n psVar11 = local_34;\nLAB_00261c7d:\n memcpy(psVar11,__s,__n);\n psVar11 = local_34;\n }\n *(undefined1 *)((int)psVar11 + local_50) = 0;\n local_30 = local_50;\n \n cVar7 = FUN_00278ce0(param_3,&local_34,param_1,iVar17,1,1,0);\n if (local_34 != local_2c) {\n FUN_003ae080(local_34);\n }\n if (cVar7 == '\0') {\n uVar10 = gettext("COMDAT group %s included twice in incremental link");\n \n FUN_0028b750(param_1,uVar10,__s);\n }\n else {\n FUN_0024c220(iVar1,param_1,__s);\n }\n if (iVar17 + 1 == iVar12) break;\n iVar17 = iVar17 + 1;\n uVar9 = (uint)*(byte *)(param_1 + 0x9c);\n } while( true );\n }" ({ "{") (expression_statement "iVar17 = 0;" (assignment_expression "iVar17 = 0" (identifier "iVar17") (= "=") (number_literal "0")) (; ";")) (do_statement "do {\n if ((uVar9 != 1) && (uVar9 != 2)) {\n \n FUN_002446e0("../../gold/incremental.h",0x365,"get_input_section_count");\n }\n piVar4 = *(int **)(param_1 + 0x98);\n iVar5 = *(int *)(param_1 + 0xa4);\n iVar6 = *piVar4;\n uVar9 = *(uint *)(iVar5 + 0x20 +\n iVar6 + *(int *)(iVar6 + iVar5) * 0x18 + iVar17 * 4 +\n *(int *)(iVar6 + 4 + iVar5) * 0x14);\n if (((uint)piVar4[2] <= uVar9) || (__s = (char *)(uVar9 + piVar4[1]), __s == (char *)0x0)) {\n uVar10 = gettext("COMDAT group has no signature");\n FUN_0028b750(param_1,uVar10);\n local_34 = local_2c;\n \n FUN_003f3980("basic_string::_M_construct null not valid");\n }\n if (*__s == '\0') {\n uVar10 = gettext("COMDAT group has no signature");\n FUN_0028b750(param_1,uVar10);\n }\n local_34 = local_2c;\n __n = strlen(__s);\n local_50 = __n;\n if (__n < 0x10) {\n psVar11 = local_2c;\n if (__n == 1) {\n local_2c[0] = CONCAT31(local_2c[0]._1_3_,*__s);\n }\n else if (__n != 0) goto LAB_00261c7d;\n }\n else {\n local_34 = (size_t *)FUN_003b5790(&local_34,&local_50,0);\n local_2c[0] = local_50;\n psVar11 = local_34;\nLAB_00261c7d:\n memcpy(psVar11,__s,__n);\n psVar11 = local_34;\n }\n *(undefined1 *)((int)psVar11 + local_50) = 0;\n local_30 = local_50;\n \n cVar7 = FUN_00278ce0(param_3,&local_34,param_1,iVar17,1,1,0);\n if (local_34 != local_2c) {\n FUN_003ae080(local_34);\n }\n if (cVar7 == '\0') {\n uVar10 = gettext("COMDAT group %s included twice in incremental link");\n \n FUN_0028b750(param_1,uVar10,__s);\n }\n else {\n FUN_0024c220(iVar1,param_1,__s);\n }\n if (iVar17 + 1 == iVar12) break;\n iVar17 = iVar17 + 1;\n uVar9 = (uint)*(byte *)(param_1 + 0x9c);\n } while( true );" (do "do") (compound_statement "{\n if ((uVar9 != 1) && (uVar9 != 2)) {\n \n FUN_002446e0("../../gold/incremental.h",0x365,"get_input_section_count");\n }\n piVar4 = *(int **)(param_1 + 0x98);\n iVar5 = *(int *)(param_1 + 0xa4);\n iVar6 = *piVar4;\n uVar9 = *(uint *)(iVar5 + 0x20 +\n iVar6 + *(int *)(iVar6 + iVar5) * 0x18 + iVar17 * 4 +\n *(int *)(iVar6 + 4 + iVar5) * 0x14);\n if (((uint)piVar4[2] <= uVar9) || (__s = (char *)(uVar9 + piVar4[1]), __s == (char *)0x0)) {\n uVar10 = gettext("COMDAT group has no signature");\n FUN_0028b750(param_1,uVar10);\n local_34 = local_2c;\n \n FUN_003f3980("basic_string::_M_construct null not valid");\n }\n if (*__s == '\0') {\n uVar10 = gettext("COMDAT group has no signature");\n FUN_0028b750(param_1,uVar10);\n }\n local_34 = local_2c;\n __n = strlen(__s);\n local_50 = __n;\n if (__n < 0x10) {\n psVar11 = local_2c;\n if (__n == 1) {\n local_2c[0] = CONCAT31(local_2c[0]._1_3_,*__s);\n }\n else if (__n != 0) goto LAB_00261c7d;\n }\n else {\n local_34 = (size_t *)FUN_003b5790(&local_34,&local_50,0);\n local_2c[0] = local_50;\n psVar11 = local_34;\nLAB_00261c7d:\n memcpy(psVar11,__s,__n);\n psVar11 = local_34;\n }\n *(undefined1 *)((int)psVar11 + local_50) = 0;\n local_30 = local_50;\n \n cVar7 = FUN_00278ce0(param_3,&local_34,param_1,iVar17,1,1,0);\n if (local_34 != local_2c) {\n FUN_003ae080(local_34);\n }\n if (cVar7 == '\0') {\n uVar10 = gettext("COMDAT group %s included twice in incremental link");\n \n FUN_0028b750(param_1,uVar10,__s);\n }\n else {\n FUN_0024c220(iVar1,param_1,__s);\n }\n if (iVar17 + 1 == iVar12) break;\n iVar17 = iVar17 + 1;\n uVar9 = (uint)*(byte *)(param_1 + 0x9c);\n }" ({ "{") (if_statement "if ((uVar9 != 1) && (uVar9 != 2)) {\n \n FUN_002446e0("../../gold/incremental.h",0x365,"get_input_section_count");\n }" (if "if") (parenthesized_expression "((uVar9 != 1) && (uVar9 != 2))" (( "(") (binary_expression "(uVar9 != 1) && (uVar9 != 2)" (parenthesized_expression "(uVar9 != 1)" (( "(") (binary_expression "uVar9 != 1" (identifier "uVar9") (!= "!=") (number_literal "1")) () ")")) (&& "&&") (parenthesized_expression "(uVar9 != 2)" (( "(") (binary_expression "uVar9 != 2" (identifier "uVar9") (!= "!=") (number_literal "2")) () ")"))) () ")")) (compound_statement "{\n \n FUN_002446e0("../../gold/incremental.h",0x365,"get_input_section_count");\n }" ({ "{") (expression_statement "FUN_002446e0("../../gold/incremental.h",0x365,"get_input_section_count");" (call_expression "FUN_002446e0("../../gold/incremental.h",0x365,"get_input_section_count")" (identifier "FUN_002446e0") (argument_list "("../../gold/incremental.h",0x365,"get_input_section_count")" (( "(") (string_literal ""../../gold/incremental.h"" (" """) (string_content "../../gold/incremental.h") (" """)) (, ",") (number_literal "0x365") (, ",") (string_literal ""get_input_section_count"" (" """) (string_content "get_input_section_count") (" """)) () ")"))) (; ";")) (} "}"))) (expression_statement "piVar4 = *(int **)(param_1 + 0x98);" (assignment_expression "piVar4 = *(int **)(param_1 + 0x98)" (identifier "piVar4") (= "=") (pointer_expression "*(int **)(param_1 + 0x98)" (* "*") (cast_expression "(int **)(param_1 + 0x98)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x98)" (( "(") (binary_expression "param_1 + 0x98" (identifier "param_1") (+ "+") (number_literal "0x98")) () ")"))))) (; ";")) (expression_statement "iVar5 = *(int *)(param_1 + 0xa4);" (assignment_expression "iVar5 = *(int *)(param_1 + 0xa4)" (identifier "iVar5") (= "=") (pointer_expression "*(int *)(param_1 + 0xa4)" (* "*") (cast_expression "(int *)(param_1 + 0xa4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xa4)" (( "(") (binary_expression "param_1 + 0xa4" (identifier "param_1") (+ "+") (number_literal "0xa4")) () ")"))))) (; ";")) (expression_statement "iVar6 = *piVar4;" (assignment_expression "iVar6 = *piVar4" (identifier "iVar6") (= "=") (pointer_expression "*piVar4" (* "*") (identifier "piVar4"))) (; ";")) (expression_statement "uVar9 = *(uint *)(iVar5 + 0x20 +\n iVar6 + *(int *)(iVar6 + iVar5) * 0x18 + iVar17 * 4 +\n *(int *)(iVar6 + 4 + iVar5) * 0x14);" (assignment_expression "uVar9 = *(uint *)(iVar5 + 0x20 +\n iVar6 + *(int *)(iVar6 + iVar5) * 0x18 + iVar17 * 4 +\n *(int *)(iVar6 + 4 + iVar5) * 0x14)" (identifier "uVar9") (= "=") (pointer_expression "*(uint *)(iVar5 + 0x20 +\n iVar6 + *(int *)(iVar6 + iVar5) * 0x18 + iVar17 * 4 +\n *(int *)(iVar6 + 4 + iVar5) * 0x14)" (* "*") (cast_expression "(uint *)(iVar5 + 0x20 +\n iVar6 + *(int *)(iVar6 + iVar5) * 0x18 + iVar17 * 4 +\n *(int *)(iVar6 + 4 + iVar5) * 0x14)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar5 + 0x20 +\n iVar6 + *(int *)(iVar6 + iVar5) * 0x18 + iVar17 * 4 +\n *(int *)(iVar6 + 4 + iVar5) * 0x14)" (( "(") (binary_expression "iVar5 + 0x20 +\n iVar6 + *(int *)(iVar6 + iVar5) * 0x18 + iVar17 * 4 +\n *(int *)(iVar6 + 4 + iVar5) * 0x14" (binary_expression "iVar5 + 0x20 +\n iVar6 + *(int *)(iVar6 + iVar5) * 0x18 + iVar17 * 4" (binary_expression "iVar5 + 0x20 +\n iVar6 + *(int *)(iVar6 + iVar5) * 0x18" (binary_expression "iVar5 + 0x20 +\n iVar6" (binary_expression "iVar5 + 0x20" (identifier "iVar5") (+ "+") (number_literal "0x20")) (+ "+") (identifier "iVar6")) (+ "+") (binary_expression "*(int *)(iVar6 + iVar5) * 0x18" (pointer_expression "*(int *)(iVar6 + iVar5)" (* "*") (cast_expression "(int *)(iVar6 + iVar5)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar6 + iVar5)" (( "(") (binary_expression "iVar6 + iVar5" (identifier "iVar6") (+ "+") (identifier "iVar5")) () ")")))) (* "*") (number_literal "0x18"))) (+ "+") (binary_expression "iVar17 * 4" (identifier "iVar17") (* "*") (number_literal "4"))) (+ "+") (binary_expression "*(int *)(iVar6 + 4 + iVar5) * 0x14" (pointer_expression "*(int *)(iVar6 + 4 + iVar5)" (* "*") (cast_expression "(int *)(iVar6 + 4 + iVar5)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar6 + 4 + iVar5)" (( "(") (binary_expression "iVar6 + 4 + iVar5" (binary_expression "iVar6 + 4" (identifier "iVar6") (+ "+") (number_literal "4")) (+ "+") (identifier "iVar5")) () ")")))) (* "*") (number_literal "0x14"))) () ")"))))) (; ";")) (if_statement "if (((uint)piVar4[2] <= uVar9) || (__s = (char *)(uVar9 + piVar4[1]), __s == (char *)0x0)) {\n uVar10 = gettext("COMDAT group has no signature");\n FUN_0028b750(param_1,uVar10);\n local_34 = local_2c;\n \n FUN_003f3980("basic_string::_M_construct null not valid");\n }" (if "if") (parenthesized_expression "(((uint)piVar4[2] <= uVar9) || (__s = (char *)(uVar9 + piVar4[1]), __s == (char *)0x0))" (( "(") (binary_expression "((uint)piVar4[2] <= uVar9) || (__s = (char *)(uVar9 + piVar4[1]), __s == (char *)0x0)" (parenthesized_expression "((uint)piVar4[2] <= uVar9)" (( "(") (binary_expression "(uint)piVar4[2] <= uVar9" (cast_expression "(uint)piVar4[2]" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (subscript_expression "piVar4[2]" (identifier "piVar4") ([ "[") (number_literal "2") (] "]"))) (<= "<=") (identifier "uVar9")) () ")")) (|| "||") (parenthesized_expression "(__s = (char *)(uVar9 + piVar4[1]), __s == (char *)0x0)" (( "(") (comma_expression "__s = (char *)(uVar9 + piVar4[1]), __s == (char *)0x0" (assignment_expression "__s = (char *)(uVar9 + piVar4[1])" (identifier "__s") (= "=") (cast_expression "(char *)(uVar9 + piVar4[1])" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(uVar9 + piVar4[1])" (( "(") (binary_expression "uVar9 + piVar4[1]" (identifier "uVar9") (+ "+") (subscript_expression "piVar4[1]" (identifier "piVar4") ([ "[") (number_literal "1") (] "]"))) () ")")))) (, ",") (binary_expression "__s == (char *)0x0" (identifier "__s") (== "==") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0")))) () ")"))) () ")")) (compound_statement "{\n uVar10 = gettext("COMDAT group has no signature");\n FUN_0028b750(param_1,uVar10);\n local_34 = local_2c;\n \n FUN_003f3980("basic_string::_M_construct null not valid");\n }" ({ "{") (expression_statement "uVar10 = gettext("COMDAT group has no signature");" (assignment_expression "uVar10 = gettext("COMDAT group has no signature")" (identifier "uVar10") (= "=") (call_expression "gettext("COMDAT group has no signature")" (identifier "gettext") (argument_list "("COMDAT group has no signature")" (( "(") (string_literal ""COMDAT group has no signature"" (" """) (string_content "COMDAT group has no signature") (" """)) () ")")))) (; ";")) (expression_statement "FUN_0028b750(param_1,uVar10);" (call_expression "FUN_0028b750(param_1,uVar10)" (identifier "FUN_0028b750") (argument_list "(param_1,uVar10)" (( "(") (identifier "param_1") (, ",") (identifier "uVar10") () ")"))) (; ";")) (expression_statement "local_34 = local_2c;" (assignment_expression "local_34 = local_2c" (identifier "local_34") (= "=") (identifier "local_2c")) (; ";")) (expression_statement "FUN_003f3980("basic_string::_M_construct null not valid");" (call_expression "FUN_003f3980("basic_string::_M_construct null not valid")" (identifier "FUN_003f3980") (argument_list "("basic_string::_M_construct null not valid")" (( "(") (string_literal ""basic_string::_M_construct null not valid"" (" """) (string_content "basic_string::_M_construct null not valid") (" """)) () ")"))) (; ";")) (} "}"))) (if_statement "if (*__s == '\0') {\n uVar10 = gettext("COMDAT group has no signature");\n FUN_0028b750(param_1,uVar10);\n }" (if "if") (parenthesized_expression "(*__s == '\0')" (( "(") (binary_expression "*__s == '\0'" (pointer_expression "*__s" (* "*") (identifier "__s")) (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n uVar10 = gettext("COMDAT group has no signature");\n FUN_0028b750(param_1,uVar10);\n }" ({ "{") (expression_statement "uVar10 = gettext("COMDAT group has no signature");" (assignment_expression "uVar10 = gettext("COMDAT group has no signature")" (identifier "uVar10") (= "=") (call_expression "gettext("COMDAT group has no signature")" (identifier "gettext") (argument_list "("COMDAT group has no signature")" (( "(") (string_literal ""COMDAT group has no signature"" (" """) (string_content "COMDAT group has no signature") (" """)) () ")")))) (; ";")) (expression_statement "FUN_0028b750(param_1,uVar10);" (call_expression "FUN_0028b750(param_1,uVar10)" (identifier "FUN_0028b750") (argument_list "(param_1,uVar10)" (( "(") (identifier "param_1") (, ",") (identifier "uVar10") () ")"))) (; ";")) (} "}"))) (expression_statement "local_34 = local_2c;" (assignment_expression "local_34 = local_2c" (identifier "local_34") (= "=") (identifier "local_2c")) (; ";")) (expression_statement "__n = strlen(__s);" (assignment_expression "__n = strlen(__s)" (identifier "__n") (= "=") (call_expression "strlen(__s)" (identifier "strlen") (argument_list "(__s)" (( "(") (identifier "__s") () ")")))) (; ";")) (expression_statement "local_50 = __n;" (assignment_expression "local_50 = __n" (identifier "local_50") (= "=") (identifier "__n")) (; ";")) (if_statement "if (__n < 0x10) {\n psVar11 = local_2c;\n if (__n == 1) {\n local_2c[0] = CONCAT31(local_2c[0]._1_3_,*__s);\n }\n else if (__n != 0) goto LAB_00261c7d;\n }\n else {\n local_34 = (size_t *)FUN_003b5790(&local_34,&local_50,0);\n local_2c[0] = local_50;\n psVar11 = local_34;\nLAB_00261c7d:\n memcpy(psVar11,__s,__n);\n psVar11 = local_34;\n }" (if "if") (parenthesized_expression "(__n < 0x10)" (( "(") (binary_expression "__n < 0x10" (identifier "__n") (< "<") (number_literal "0x10")) () ")")) (compound_statement "{\n psVar11 = local_2c;\n if (__n == 1) {\n local_2c[0] = CONCAT31(local_2c[0]._1_3_,*__s);\n }\n else if (__n != 0) goto LAB_00261c7d;\n }" ({ "{") (expression_statement "psVar11 = local_2c;" (assignment_expression "psVar11 = local_2c" (identifier "psVar11") (= "=") (identifier "local_2c")) (; ";")) (if_statement "if (__n == 1) {\n local_2c[0] = CONCAT31(local_2c[0]._1_3_,*__s);\n }\n else if (__n != 0) goto LAB_00261c7d;" (if "if") (parenthesized_expression "(__n == 1)" (( "(") (binary_expression "__n == 1" (identifier "__n") (== "==") (number_literal "1")) () ")")) (compound_statement "{\n local_2c[0] = CONCAT31(local_2c[0]._1_3_,*__s);\n }" ({ "{") (expression_statement "local_2c[0] = CONCAT31(local_2c[0]._1_3_,*__s);" (assignment_expression "local_2c[0] = CONCAT31(local_2c[0]._1_3_,*__s)" (subscript_expression "local_2c[0]" (identifier "local_2c") ([ "[") (number_literal "0") (] "]")) (= "=") (call_expression "CONCAT31(local_2c[0]._1_3_,*__s)" (identifier "CONCAT31") (argument_list "(local_2c[0]._1_3_,*__s)" (( "(") (field_expression "local_2c[0]._1_3_" (subscript_expression "local_2c[0]" (identifier "local_2c") ([ "[") (number_literal "0") (] "]")) (. ".") (field_identifier "_1_3_")) (, ",") (pointer_expression "*__s" (* "*") (identifier "__s")) () ")")))) (; ";")) (} "}")) (else_clause "else if (__n != 0) goto LAB_00261c7d;" (else "else") (if_statement "if (__n != 0) goto LAB_00261c7d;" (if "if") (parenthesized_expression "(__n != 0)" (( "(") (binary_expression "__n != 0" (identifier "__n") (!= "!=") (number_literal "0")) () ")")) (goto_statement "goto LAB_00261c7d;" (goto "goto") (statement_identifier "LAB_00261c7d") (; ";"))))) (} "}")) (else_clause "else {\n local_34 = (size_t *)FUN_003b5790(&local_34,&local_50,0);\n local_2c[0] = local_50;\n psVar11 = local_34;\nLAB_00261c7d:\n memcpy(psVar11,__s,__n);\n psVar11 = local_34;\n }" (else "else") (compound_statement "{\n local_34 = (size_t *)FUN_003b5790(&local_34,&local_50,0);\n local_2c[0] = local_50;\n psVar11 = local_34;\nLAB_00261c7d:\n memcpy(psVar11,__s,__n);\n psVar11 = local_34;\n }" ({ "{") (expression_statement "local_34 = (size_t *)FUN_003b5790(&local_34,&local_50,0);" (assignment_expression "local_34 = (size_t *)FUN_003b5790(&local_34,&local_50,0)" (identifier "local_34") (= "=") (cast_expression "(size_t *)FUN_003b5790(&local_34,&local_50,0)" (( "(") (type_descriptor "size_t *" (primitive_type "size_t") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_003b5790(&local_34,&local_50,0)" (identifier "FUN_003b5790") (argument_list "(&local_34,&local_50,0)" (( "(") (pointer_expression "&local_34" (& "&") (identifier "local_34")) (, ",") (pointer_expression "&local_50" (& "&") (identifier "local_50")) (, ",") (number_literal "0") () ")"))))) (; ";")) (expression_statement "local_2c[0] = local_50;" (assignment_expression "local_2c[0] = local_50" (subscript_expression "local_2c[0]" (identifier "local_2c") ([ "[") (number_literal "0") (] "]")) (= "=") (identifier "local_50")) (; ";")) (expression_statement "psVar11 = local_34;" (assignment_expression "psVar11 = local_34" (identifier "psVar11") (= "=") (identifier "local_34")) (; ";")) (labeled_statement "LAB_00261c7d:\n memcpy(psVar11,__s,__n);" (statement_identifier "LAB_00261c7d") (: ":") (expression_statement "memcpy(psVar11,__s,__n);" (call_expression "memcpy(psVar11,__s,__n)" (identifier "memcpy") (argument_list "(psVar11,__s,__n)" (( "(") (identifier "psVar11") (, ",") (identifier "__s") (, ",") (identifier "__n") () ")"))) (; ";"))) (expression_statement "psVar11 = local_34;" (assignment_expression "psVar11 = local_34" (identifier "psVar11") (= "=") (identifier "local_34")) (; ";")) (} "}")))) (expression_statement "*(undefined1 *)((int)psVar11 + local_50) = 0;" (assignment_expression "*(undefined1 *)((int)psVar11 + local_50) = 0" (pointer_expression "*(undefined1 *)((int)psVar11 + local_50)" (* "*") (cast_expression "(undefined1 *)((int)psVar11 + local_50)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)psVar11 + local_50)" (( "(") (binary_expression "(int)psVar11 + local_50" (cast_expression "(int)psVar11" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "psVar11")) (+ "+") (identifier "local_50")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "local_30 = local_50;" (assignment_expression "local_30 = local_50" (identifier "local_30") (= "=") (identifier "local_50")) (; ";")) (expression_statement "cVar7 = FUN_00278ce0(param_3,&local_34,param_1,iVar17,1,1,0);" (assignment_expression "cVar7 = FUN_00278ce0(param_3,&local_34,param_1,iVar17,1,1,0)" (identifier "cVar7") (= "=") (call_expression "FUN_00278ce0(param_3,&local_34,param_1,iVar17,1,1,0)" (identifier "FUN_00278ce0") (argument_list "(param_3,&local_34,param_1,iVar17,1,1,0)" (( "(") (identifier "param_3") (, ",") (pointer_expression "&local_34" (& "&") (identifier "local_34")) (, ",") (identifier "param_1") (, ",") (identifier "iVar17") (, ",") (number_literal "1") (, ",") (number_literal "1") (, ",") (number_literal "0") () ")")))) (; ";")) (if_statement "if (local_34 != local_2c) {\n FUN_003ae080(local_34);\n }" (if "if") (parenthesized_expression "(local_34 != local_2c)" (( "(") (binary_expression "local_34 != local_2c" (identifier "local_34") (!= "!=") (identifier "local_2c")) () ")")) (compound_statement "{\n FUN_003ae080(local_34);\n }" ({ "{") (expression_statement "FUN_003ae080(local_34);" (call_expression "FUN_003ae080(local_34)" (identifier "FUN_003ae080") (argument_list "(local_34)" (( "(") (identifier "local_34") () ")"))) (; ";")) (} "}"))) (if_statement "if (cVar7 == '\0') {\n uVar10 = gettext("COMDAT group %s included twice in incremental link");\n \n FUN_0028b750(param_1,uVar10,__s);\n }\n else {\n FUN_0024c220(iVar1,param_1,__s);\n }" (if "if") (parenthesized_expression "(cVar7 == '\0')" (( "(") (binary_expression "cVar7 == '\0'" (identifier "cVar7") (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n uVar10 = gettext("COMDAT group %s included twice in incremental link");\n \n FUN_0028b750(param_1,uVar10,__s);\n }" ({ "{") (expression_statement "uVar10 = gettext("COMDAT group %s included twice in incremental link");" (assignment_expression "uVar10 = gettext("COMDAT group %s included twice in incremental link")" (identifier "uVar10") (= "=") (call_expression "gettext("COMDAT group %s included twice in incremental link")" (identifier "gettext") (argument_list "("COMDAT group %s included twice in incremental link")" (( "(") (string_literal ""COMDAT group %s included twice in incremental link"" (" """) (string_content "COMDAT group %s included twice in incremental link") (" """)) () ")")))) (; ";")) (expression_statement "FUN_0028b750(param_1,uVar10,__s);" (call_expression "FUN_0028b750(param_1,uVar10,__s)" (identifier "FUN_0028b750") (argument_list "(param_1,uVar10,__s)" (( "(") (identifier "param_1") (, ",") (identifier "uVar10") (, ",") (identifier "__s") () ")"))) (; ";")) (} "}")) (else_clause "else {\n FUN_0024c220(iVar1,param_1,__s);\n }" (else "else") (compound_statement "{\n FUN_0024c220(iVar1,param_1,__s);\n }" ({ "{") (expression_statement "FUN_0024c220(iVar1,param_1,__s);" (call_expression "FUN_0024c220(iVar1,param_1,__s)" (identifier "FUN_0024c220") (argument_list "(iVar1,param_1,__s)" (( "(") (identifier "iVar1") (, ",") (identifier "param_1") (, ",") (identifier "__s") () ")"))) (; ";")) (} "}")))) (if_statement "if (iVar17 + 1 == iVar12) break;" (if "if") (parenthesized_expression "(iVar17 + 1 == iVar12)" (( "(") (binary_expression "iVar17 + 1 == iVar12" (binary_expression "iVar17 + 1" (identifier "iVar17") (+ "+") (number_literal "1")) (== "==") (identifier "iVar12")) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "iVar17 = iVar17 + 1;" (assignment_expression "iVar17 = iVar17 + 1" (identifier "iVar17") (= "=") (binary_expression "iVar17 + 1" (identifier "iVar17") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "uVar9 = (uint)*(byte *)(param_1 + 0x9c);" (assignment_expression "uVar9 = (uint)*(byte *)(param_1 + 0x9c)" (identifier "uVar9") (= "=") (binary_expression "(uint)*(byte *)(param_1 + 0x9c)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (* "*") (cast_expression "(byte *)(param_1 + 0x9c)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x9c)" (( "(") (binary_expression "param_1 + 0x9c" (identifier "param_1") (+ "+") (number_literal "0x9c")) () ")"))))) (; ";")) (} "}")) (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (; ";")) (} "}"))) (expression_statement "puVar13 = local_4c;" (assignment_expression "puVar13 = local_4c" (identifier "puVar13") (= "=") (identifier "local_4c")) (; ";")) (if_statement "if (local_4c != local_48) {\n do {\n FUN_00287390(param_3,0,param_1,0,0,0,*puVar13,0,0);\n puVar13 = puVar13 + 1;\n } while (local_48 != puVar13);\n }" (if "if") (parenthesized_expression "(local_4c != local_48)" (( "(") (binary_expression "local_4c != local_48" (identifier "local_4c") (!= "!=") (identifier "local_48")) () ")")) (compound_statement "{\n do {\n FUN_00287390(param_3,0,param_1,0,0,0,*puVar13,0,0);\n puVar13 = puVar13 + 1;\n } while (local_48 != puVar13);\n }" ({ "{") (do_statement "do {\n FUN_00287390(param_3,0,param_1,0,0,0,*puVar13,0,0);\n puVar13 = puVar13 + 1;\n } while (local_48 != puVar13);" (do "do") (compound_statement "{\n FUN_00287390(param_3,0,param_1,0,0,0,*puVar13,0,0);\n puVar13 = puVar13 + 1;\n }" ({ "{") (expression_statement "FUN_00287390(param_3,0,param_1,0,0,0,*puVar13,0,0);" (call_expression "FUN_00287390(param_3,0,param_1,0,0,0,*puVar13,0,0)" (identifier "FUN_00287390") (argument_list "(param_3,0,param_1,0,0,0,*puVar13,0,0)" (( "(") (identifier "param_3") (, ",") (number_literal "0") (, ",") (identifier "param_1") (, ",") (number_literal "0") (, ",") (number_literal "0") (, ",") (number_literal "0") (, ",") (pointer_expression "*puVar13" (* "*") (identifier "puVar13")) (, ",") (number_literal "0") (, ",") (number_literal "0") () ")"))) (; ";")) (expression_statement "puVar13 = puVar13 + 1;" (assignment_expression "puVar13 = puVar13 + 1" (identifier "puVar13") (= "=") (binary_expression "puVar13 + 1" (identifier "puVar13") (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(local_48 != puVar13)" (( "(") (binary_expression "local_48 != puVar13" (identifier "local_48") (!= "!=") (identifier "puVar13")) () ")")) (; ";")) (} "}"))) (expression_statement "puVar13 = local_3c;" (assignment_expression "puVar13 = local_3c" (identifier "puVar13") (= "=") (identifier "local_3c")) (; ";")) (expression_statement "puVar15 = local_40;" (assignment_expression "puVar15 = local_40" (identifier "puVar15") (= "=") (identifier "local_40")) (; ";")) (if_statement "if (local_40 != local_3c) {\n do {\n FUN_00287390(param_3,1,param_1,0,0,0,*puVar15,0,0);\n puVar15 = puVar15 + 1;\n puVar13 = local_40;\n } while (local_3c != puVar15);\n }" (if "if") (parenthesized_expression "(local_40 != local_3c)" (( "(") (binary_expression "local_40 != local_3c" (identifier "local_40") (!= "!=") (identifier "local_3c")) () ")")) (compound_statement "{\n do {\n FUN_00287390(param_3,1,param_1,0,0,0,*puVar15,0,0);\n puVar15 = puVar15 + 1;\n puVar13 = local_40;\n } while (local_3c != puVar15);\n }" ({ "{") (do_statement "do {\n FUN_00287390(param_3,1,param_1,0,0,0,*puVar15,0,0);\n puVar15 = puVar15 + 1;\n puVar13 = local_40;\n } while (local_3c != puVar15);" (do "do") (compound_statement "{\n FUN_00287390(param_3,1,param_1,0,0,0,*puVar15,0,0);\n puVar15 = puVar15 + 1;\n puVar13 = local_40;\n }" ({ "{") (expression_statement "FUN_00287390(param_3,1,param_1,0,0,0,*puVar15,0,0);" (call_expression "FUN_00287390(param_3,1,param_1,0,0,0,*puVar15,0,0)" (identifier "FUN_00287390") (argument_list "(param_3,1,param_1,0,0,0,*puVar15,0,0)" (( "(") (identifier "param_3") (, ",") (number_literal "1") (, ",") (identifier "param_1") (, ",") (number_literal "0") (, ",") (number_literal "0") (, ",") (number_literal "0") (, ",") (pointer_expression "*puVar15" (* "*") (identifier "puVar15")) (, ",") (number_literal "0") (, ",") (number_literal "0") () ")"))) (; ";")) (expression_statement "puVar15 = puVar15 + 1;" (assignment_expression "puVar15 = puVar15 + 1" (identifier "puVar15") (= "=") (binary_expression "puVar15 + 1" (identifier "puVar15") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "puVar13 = local_40;" (assignment_expression "puVar13 = local_40" (identifier "puVar13") (= "=") (identifier "local_40")) (; ";")) (} "}")) (while "while") (parenthesized_expression "(local_3c != puVar15)" (( "(") (binary_expression "local_3c != puVar15" (identifier "local_3c") (!= "!=") (identifier "puVar15")) () ")")) (; ";")) (} "}"))) (if_statement "if (puVar13 != (uint *)0x0) {\n FUN_003ae080(puVar13);\n }" (if "if") (parenthesized_expression "(puVar13 != (uint *)0x0)" (( "(") (binary_expression "puVar13 != (uint *)0x0" (identifier "puVar13") (!= "!=") (cast_expression "(uint *)0x0" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n FUN_003ae080(puVar13);\n }" ({ "{") (expression_statement "FUN_003ae080(puVar13);" (call_expression "FUN_003ae080(puVar13)" (identifier "FUN_003ae080") (argument_list "(puVar13)" (( "(") (identifier "puVar13") () ")"))) (; ";")) (} "}"))) (if_statement "if (local_4c != (uint *)0x0) {\n FUN_003ae080(local_4c);\n }" (if "if") (parenthesized_expression "(local_4c != (uint *)0x0)" (( "(") (binary_expression "local_4c != (uint *)0x0" (identifier "local_4c") (!= "!=") (cast_expression "(uint *)0x0" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n FUN_003ae080(local_4c);\n }" ({ "{") (expression_statement "FUN_003ae080(local_4c);" (call_expression "FUN_003ae080(local_4c)" (identifier "FUN_003ae080") (argument_list "(local_4c)" (( "(") (identifier "local_4c") () ")"))) (; ";")) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* WARNING: Type propagation algorithm not settling */ /* WARNING: Enum "DT": Some values do not have unique names */ /* WARNING: Enum "ELFOSABI": Some values do not have unique names */ /* DWARF original prototype: void do_layout(Sized_relobj_incr<64,_false> * this, Symbol_table * param_1, Layout * layout, Read_symbols_data * param_3) */ void __thiscall var_13::Sized_relobj_incr<64,var_48>::do_layout (Sized_relobj_incr<64,var_48> *this,Symbol_table *param_2,Layout *layout, Read_symbols_data *param_4) { type_7 *var_11; type_1 var_19; type_1 var_18; type_1 var_21; type_1 var_20; type_2 *var_28; type_3 var_26; type_3 var_27; var_1<64,var_48> *pIVar8; type_4 *var_34; bool var_32; type_3 var_15; type_3 var_16; char *pcVar13; size_t var_40; type_1 var_50; anon_union_16_2_edb7204a_for_basic_string<var_3,_std::char_traits<var_3>,var_14::var_2<var_3>var_4>var_5 *var_6; int var_29; type_3 *var_25; char *var_35; type_5 *var_30; type_5 *var_31; bool var_33; bool bVar22; type_5 bVar23; type_6 var_42; vector<var_7,_std::var_2<var_7>var_4> var_8; vector<var_7,_std::var_2<var_7>var_4> var_9; type_3 var_23; type_6 local_30; anon_union_16_2_edb7204a_for_basic_string<var_3,_std::char_traits<var_3>,var_14::var_2<var_3>var_4>var_5 var_10; bVar23 = 0; var_16 = (this->super_Sized_relobj<64,var_48>).super_Relobj.super_Object.shnum_; var_11 = layout->incremental_inputs_; if (var_11 == (type_7 *)0x0) { /* WARNING: Subroutine does not return */ var_12("../../gold/incremental.cc",0x7f9,"do_layout"); } var_19 = (this->super_Sized_relobj<64,var_48>).super_Relobj.output_sections_. super__Vector_base<var_13::type_2*,var_14::var_2<var_13::type_2*>var_4>. _M_impl._M_finish; var_18 = (this->super_Sized_relobj<64,var_48>).super_Relobj.output_sections_. super__Vector_base<var_13::type_2*,var_14::var_2<var_13::type_2*>var_4>. _M_impl._M_start; var_15 = (int)var_19 - (int)var_18 >> 2; if (var_15 < var_16) { std::vector<var_13::type_2*,var_14::var_2<var_13::type_2*>var_4>::var_17 (&(this->super_Sized_relobj<64,var_48>).super_Relobj.output_sections_,var_16 - var_15) ; } else if ((var_16 < var_15) && (var_18 = var_18 + var_16, var_19 != var_18)) { (this->super_Sized_relobj<64,var_48>).super_Relobj.output_sections_. super__Vector_base<var_13::type_2*,var_14::var_2<var_13::type_2*>var_4>._M_impl. _M_finish = var_18; } var_21 = (this->super_Sized_relobj<64,var_48>).section_offsets_. super__Vector_base<var_22,var_14::var_2<var_22>var_4>. _M_impl._M_finish; var_20 = (this->super_Sized_relobj<64,var_48>).section_offsets_. super__Vector_base<var_22,var_14::var_2<var_22>var_4>. _M_impl._M_start; var_15 = (int)var_21 - (int)var_20 >> 3; if (var_15 < var_16) { std::vector<var_22,var_14::var_2<var_22>var_4>::var_17 (&(this->super_Sized_relobj<64,var_48>).section_offsets_,var_16 - var_15); } else if ((var_16 < var_15) && (var_20 = var_20 + var_16, var_21 != var_20)) { (this->super_Sized_relobj<64,var_48>).section_offsets_. super__Vector_base<var_22,var_14::var_2<var_22>var_4>._M_impl. _M_finish = var_20; } var_8.super__Vector_base<var_7,_std::var_2<var_7>var_4>._M_impl. _M_start = (type_1)0x0; var_8.super__Vector_base<var_7,_std::var_2<var_7>var_4>._M_impl. _M_finish = (type_1)0x0; var_8.super__Vector_base<var_7,_std::var_2<var_7>var_4>._M_impl. _M_end_of_storage = (type_1)0x0; var_9.super__Vector_base<var_7,_std::var_2<var_7>var_4>._M_impl. _M_start = (type_1)0x0; var_9.super__Vector_base<var_7,_std::var_2<var_7>var_4>._M_impl. _M_finish = (type_1)0x0; var_9.super__Vector_base<var_7,_std::var_2<var_7>var_4>._M_impl. _M_end_of_storage = (type_1)0x0; var_23 = 1; if (1 < var_16) { do { while( true ) { pIVar8 = (this->input_reader_).inputs_; var_25 = (type_3 *)(pIVar8->p_ + (this->input_reader_).info_offset_ + 0x20 + (var_23 * 3 + -3) * 8 ); var_35 = (char *)0x0; if (*var_25 < (pIVar8->strtab_).usable_size_) { var_35 = (pIVar8->strtab_).base_ + *var_25; } var_15 = var_25[1]; var_26 = var_25[2]; var_27 = var_25[3]; /* try { // try from 0026195e to 00261a6f has its CatchHandler @ 00261dcb */ Incremental_inputs::var_24 (var_11,(type_8 *)this,var_23,var_35,*(type_9 *)(var_25 + 4)); if ((var_15 != 0) && ((var_26 & var_27) != 0xffffffff)) break; LAB_00261971: var_23 = var_23 + 1; if (var_16 <= var_23) goto LAB_0026197c; } var_28 = (this->ibase_->section_map_). super__Vector_base<var_13::type_2*,var_14::var_2<var_13::type_2*>var_4>. _M_impl._M_start[var_15]; if (var_28 == (type_2 *)0x0) { /* WARNING: Subroutine does not return */ var_12("../../gold/incremental.cc",0x80c,"do_layout"); } (this->super_Sized_relobj<64,var_48>).super_Relobj.output_sections_. super__Vector_base<var_13::type_2*,var_14::var_2<var_13::type_2*>var_4>._M_impl. _M_start[var_23] = var_28; var_20 = (this->super_Sized_relobj<64,var_48>).section_offsets_. super__Vector_base<var_22,var_14::var_2<var_22>var_4>. _M_impl._M_start; *(type_3 *)((int)var_20 + var_23 * 8 + 4) = var_27; *(type_3 *)(var_20 + var_23) = var_26; if (parameters->options_ == (type_10 *)0x0) { /* WARNING: Subroutine does not return */ var_12("../../gold/parameters.h",0x5c,"options"); } var_32 = false; bVar22 = (parameters->options_->gdb_index_).value == false; if (!bVar22) { var_29 = 0xc; var_30 = (type_5 *)var_28->name_; var_31 = (type_5 *)".debug_info"; do { if (var_29 == 0) break; var_29 = var_29 + -1; var_32 = *var_30 < *var_31; bVar22 = *var_30 == *var_31; var_30 = var_30 + (type_3)bVar23 * -2 + 1; var_31 = var_31 + (type_3)bVar23 * -2 + 1; } while (bVar22); var_33 = false; var_32 = (!var_32 && !bVar22) == var_32; if (var_32) { if (var_8.super__Vector_base<var_7,var_14::var_2<var_7>var_4>. _M_impl._M_finish == var_8.super__Vector_base<var_7,var_14::var_2<var_7>var_4>. _M_impl._M_end_of_storage) { std::vector<var_7,var_14::var_2<var_7>var_4>:: _M_realloc_insert<unsigned_int_const&> (&var_8, (iterator) var_8. super__Vector_base<var_7,var_14::var_2<var_7>var_4>._M_impl. _M_finish,&var_23); goto LAB_00261971; } *var_8.super__Vector_base<var_7,var_14::var_2<var_7>var_4>. _M_impl._M_finish = var_23; var_8.super__Vector_base<var_7,var_14::var_2<var_7>var_4>. _M_impl._M_finish = var_8.super__Vector_base<var_7,var_14::var_2<var_7>var_4>. _M_impl._M_finish + 1; } else { var_29 = 0xd; var_30 = (type_5 *)var_28->name_; var_31 = (type_5 *)".debug_types"; do { if (var_29 == 0) break; var_29 = var_29 + -1; var_33 = *var_30 < *var_31; var_32 = *var_30 == *var_31; var_30 = var_30 + (type_3)bVar23 * -2 + 1; var_31 = var_31 + (type_3)bVar23 * -2 + 1; } while (var_32); if ((!var_33 && !var_32) == var_33) { if (var_9.super__Vector_base<var_7,var_14::var_2<var_7>var_4> ._M_impl._M_finish == var_9.super__Vector_base<var_7,var_14::var_2<var_7>var_4> ._M_impl._M_end_of_storage) { /* try { // try from 00261d29 to 00261da2 has its CatchHandler @ 00261dcb */ std::vector<var_7,var_14::var_2<var_7>var_4>:: _M_realloc_insert<unsigned_int_const&> (&var_9, (iterator) var_9. super__Vector_base<var_7,var_14::var_2<var_7>var_4>._M_impl. _M_finish,&var_23); goto LAB_00261971; } *var_9.super__Vector_base<var_7,var_14::var_2<var_7>var_4>. _M_impl._M_finish = var_23; var_9.super__Vector_base<var_7,var_14::var_2<var_7>var_4>. _M_impl._M_finish = var_9. super__Vector_base<var_7,var_14::var_2<var_7>var_4>._M_impl._M_finish + 1; } } } var_23 = var_23 + 1; } while (var_23 < var_16); } LAB_0026197c: var_16 = (type_3)(type_5)(this->input_reader_).flags_; if (1 < var_16 - 1) { /* WARNING: Subroutine does not return */ var_12("../../gold/incremental.h",0x3b9,"get_comdat_group_count"); } var_29 = *(int *)(((this->input_reader_).inputs_)->p_ + (this->input_reader_).info_offset_ + 0x18) ; if (var_29 != 0) { var_15 = 0; do { if ((var_16 != 1) && (var_16 != 2)) { /* WARNING: Subroutine does not return */ var_12("../../gold/incremental.h",0x365,"get_input_section_count"); } pIVar8 = (this->input_reader_).inputs_; var_16 = (this->input_reader_).info_offset_; var_34 = pIVar8->p_; if (((pIVar8->strtab_).usable_size_ <= *(type_3 *)(var_34 + var_16 + 0x20 + *(int *)(var_34 + var_16) * 0x18 + var_15 * 4 + *(int *)(var_34 + var_16 + 4) * 0x14)) || (var_35 = (pIVar8->strtab_).base_ + *(type_3 *)(var_34 + var_16 + 0x20 + *(int *)(var_34 + var_16) * 0x18 + var_15 * 4 + *(int *)(var_34 + var_16 + 4) * 0x14), var_35 == (char *)0x0 )) { var_35 = (char *)var_36("COMDAT group has no signature"); Object::var_37((type_8 *)this,var_35); var_23 = (type_3)&var_10; /* WARNING: Subroutine does not return */ std::var_38("basic_string::_M_construct null not valid"); } if (*var_35 == '\0') { pcVar13 = (char *)var_36("COMDAT group has no signature"); Object::var_37((type_8 *)this,pcVar13); } var_23 = (type_3)&var_10; var_40 = var_39(var_35); var_42 = var_40; if (var_40 < 0x10) { var_6 = &var_10; if (var_40 == 1) { var_10._M_local_buf[0] = *var_35; } else if (var_40 != 0) goto LAB_00261c7d; } else { var_23 = std::string::var_41(&var_23,(type_3)&var_42); var_10._M_allocated_capacity = var_42; var_6 = (anon_union_16_2_edb7204a_for_basic_string<var_3,var_14::char_traits<var_3>,var_14::var_2<var_3>var_4>var_5 *)var_23; LAB_00261c7d: var_43(var_6,var_35,var_40); var_6 = (anon_union_16_2_edb7204a_for_basic_string<var_3,var_14::char_traits<var_3>,var_14::var_2<var_3>var_4>var_5 *)var_23; } var_6->_M_local_buf[var_42] = '\0'; local_30 = var_42; /* try { // try from 00261acd to 00261ad1 has its CatchHandler @ 00261dc7 */ var_32 = Layout::var_44 (layout,(type_11 *)&var_23,(type_12 *)this,var_15,true,true,(type_13 **)0x0); if ((anon_union_16_2_edb7204a_for_basic_string<var_3,var_14::char_traits<var_3>,var_14::var_2<var_3>var_4>var_5 *)var_23 != &var_10) { var_45((void *)var_23); } if (var_32) { Incremental_inputs::var_46(var_11,(type_8 *)this,var_35); } else { pcVar13 = (char *)var_36("COMDAT group %s included twice in incremental link"); /* try { // try from 00261b16 to 00261cd0 has its CatchHandler @ 00261dcb */ Object::var_37((type_8 *)this,pcVar13,var_35); } if (var_15 + 1 == var_29) break; var_15 = var_15 + 1; var_16 = (type_3)(type_5)(this->input_reader_).flags_; } while( true ); } var_25 = var_8.super__Vector_base<var_7,_std::var_2<var_7>var_4>. _M_impl._M_start; if (var_8.super__Vector_base<var_7,var_14::var_2<var_7>var_4>._M_impl. _M_start != var_8.super__Vector_base<var_7,var_14::var_2<var_7>var_4>._M_impl. _M_finish) { do { Layout::var_47<64,var_48> (layout,false,&this->super_Sized_relobj<64,var_48>var_49,(type_4 *)0x0,0,*var_25,0,0); var_25 = var_25 + 1; } while (var_8.super__Vector_base<var_7,var_14::var_2<var_7>var_4>. _M_impl._M_finish != var_25); } var_50 = var_9.super__Vector_base<var_7,_std::var_2<var_7>var_4>. _M_impl._M_finish; var_25 = var_9.super__Vector_base<var_7,_std::var_2<var_7>var_4>. _M_impl._M_start; if (var_9.super__Vector_base<var_7,var_14::var_2<var_7>var_4>._M_impl. _M_start != var_9.super__Vector_base<var_7,var_14::var_2<var_7>var_4>._M_impl. _M_finish) { do { Layout::var_47<64,var_48> (layout,true,&this->super_Sized_relobj<64,var_48>var_49,(type_4 *)0x0,0,*var_25,0,0); var_25 = var_25 + 1; var_50 = var_9.super__Vector_base<var_7,var_14::var_2<var_7>var_4> ._M_impl._M_start; } while (var_9.super__Vector_base<var_7,var_14::var_2<var_7>var_4>. _M_impl._M_finish != var_25); } if (var_50 != (type_1)0x0) { var_45(var_50); } if (var_8.super__Vector_base<var_7,var_14::var_2<var_7>var_4>._M_impl. _M_start != (type_1)0x0) { var_45(var_8. super__Vector_base<var_7,var_14::var_2<var_7>var_4>._M_impl._M_start ); } 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: (type_identifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) 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: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) 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: (identifier)) (declaration type: (primitive_type) 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: (primitive_type) 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: (primitive_type) 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: (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: (type_identifier) declarator: (pointer_declarator 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: (primitive_type) declarator: (array_declarator declarator: (identifier) size: (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: (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: (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 (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content)) (number_literal)))))) (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: (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: (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)))))) (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: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (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: (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)))) right: (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: (identifier)))))) consequence: (compound_statement (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: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (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: (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)))))) (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: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (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: (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)))) right: (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: (identifier)))))) consequence: (compound_statement (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: (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)))) (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)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)) right: (identifier))) consequence: (compound_statement (do_statement body: (compound_statement (while_statement condition: (parenthesized_expression (true)) 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))))))) (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: (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: (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal)) right: (number_literal))) right: (number_literal))) right: (pointer_expression argument: (identifier))))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (subscript_expression argument: (identifier) index: (number_literal))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (pointer_expression argument: (identifier))))))) (expression_statement (assignment_expression left: (identifier) right: (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: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier) (identifier) (subscript_expression argument: (identifier) index: (number_literal)) (subscript_expression argument: (identifier) index: (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: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) right: (number_literal))))) consequence: (break_statement)) (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: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (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: (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: (primitive_type) declarator: (abstract_pointer_declarator)) value: (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: (binary_expression left: (identifier) 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 (string_literal (string_content)) (number_literal) (string_literal (string_content))))))) (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: (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)))))) right: (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))))))) (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: (cast_expression type: (type_descriptor type: (primitive_type)) value: (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: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (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: (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: (false))) (expression_statement (assignment_expression left: (identifier) right: (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: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))) right: (char_literal (escape_sequence))))) (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: (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: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (string_literal (string_content))))) (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: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_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))))) 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)))) (if_statement condition: (parenthesized_expression (identifier)) consequence: (compound_statement (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))))) (goto_statement label: (statement_identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (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))))) alternative: (else_clause (compound_statement (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: (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: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (string_literal (string_content))))) (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: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_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))))) condition: (parenthesized_expression (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 (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))))) (goto_statement label: (statement_identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (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))))))))))) (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: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal))))))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier)))))) (labeled_statement label: (statement_identifier) (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)))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (number_literal) right: (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)) (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: (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: (identifier) right: (number_literal)))))) right: (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))))))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (do_statement body: (compound_statement (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 (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: (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: (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: (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)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (binary_expression left: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (identifier)) right: (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: (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: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (identifier))))) right: (number_literal)))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (identifier))) right: (parenthesized_expression (comma_expression left: (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: (subscript_expression argument: (identifier) index: (number_literal)))))) right: (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 (string_literal (string_content)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (char_literal (escape_sequence)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)))))) (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: (call_expression function: (identifier) arguments: (argument_list (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 (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: (subscript_expression argument: (identifier) index: (number_literal)) right: (call_expression function: (identifier) arguments: (argument_list (field_expression argument: (subscript_expression argument: (identifier) index: (number_literal)) field: (field_identifier)) (pointer_expression argument: (identifier))))))) alternative: (else_clause (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: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)) (pointer_expression argument: (identifier)) (number_literal)))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (labeled_statement label: (statement_identifier) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier))))) (expression_statement (assignment_expression left: (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: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (identifier))))) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (pointer_expression argument: (identifier)) (identifier) (identifier) (number_literal) (number_literal) (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 (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 (string_literal (string_content)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier))))) alternative: (else_clause (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (identifier))) 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: (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)))))))) condition: (parenthesized_expression (true))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (do_statement body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal) (identifier) (number_literal) (number_literal) (number_literal) (pointer_expression argument: (identifier)) (number_literal) (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))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (do_statement body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal) (identifier) (number_literal) (number_literal) (number_literal) (pointer_expression argument: (identifier)) (number_literal) (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (identifier)))) condition: (parenthesized_expression (binary_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 (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 (identifier)))))) (return_statement))))
null
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ void MASKED(int param_1,undefined4 param_2,int param_3) { int iVar1; uint uVar2; uint uVar3; int *piVar4; int iVar5; int iVar6; char cVar7; size_t *psVar8; uint uVar9; undefined4 uVar10; size_t __n; size_t *psVar11; int iVar12; uint *puVar13; char *__s; byte *pbVar14; uint *puVar15; byte *pbVar16; int iVar17; bool bVar18; bool bVar19; bool bVar20; byte bVar21; size_t local_50; uint *local_4c; uint *local_48; uint *local_44; uint *local_40; uint *local_3c; uint *local_38; size_t *local_34; size_t local_30; size_t local_2c [7]; bVar21 = 0; psVar11 = *(size_t **)(param_1 + 0x28); iVar1 = *(int *)(param_3 + 0x1d0); if (iVar1 == 0) { /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/incremental.cc",0x7f9,"do_layout",0); } psVar8 = (size_t *)(*(int *)(param_1 + 0x3c) - *(int *)(param_1 + 0x38) >> 2); if (psVar8 < psVar11) { FUN_0025d2a0(param_1 + 0x38,(int)psVar11 - (int)psVar8); } else if ((psVar11 < psVar8) && (iVar12 = *(int *)(param_1 + 0x38) + (int)psVar11 * 4, *(int *)(param_1 + 0x3c) != iVar12) ) { *(int *)(param_1 + 0x3c) = iVar12; } psVar8 = (size_t *)(*(int *)(param_1 + 0x88) - *(int *)(param_1 + 0x84) >> 3); if (psVar8 < psVar11) { FUN_00261660(param_1 + 0x84,(int)psVar11 - (int)psVar8); } else if ((psVar11 < psVar8) && (iVar12 = *(int *)(param_1 + 0x84) + (int)psVar11 * 8, *(int *)(param_1 + 0x88) != iVar12) ) { *(int *)(param_1 + 0x88) = iVar12; } local_4c = (uint *)0x0; local_48 = (uint *)0x0; local_44 = (uint *)0x0; local_40 = (uint *)0x0; local_3c = (uint *)0x0; local_38 = (uint *)0x0; local_34 = (size_t *)0x1; if ((size_t *)0x1 < psVar11) { do { while( true ) { piVar4 = *(int **)(param_1 + 0x98); puVar13 = (uint *)(*(int *)(param_1 + 0xa4) + 0x20 + ((int)local_34 * 3 + -3) * 8 + *piVar4) ; iVar12 = 0; if (*puVar13 < (uint)piVar4[2]) { iVar12 = piVar4[1] + *puVar13; } uVar9 = puVar13[1]; uVar2 = puVar13[2]; uVar3 = puVar13[3]; /* try { // try from 0026195e to 00261a6f has its CatchHandler @ 00261dcb */ FUN_0024c5d0(iVar1,param_1,local_34,iVar12,puVar13[4],puVar13[5]); if ((uVar9 != 0) && ((uVar2 & uVar3) != 0xffffffff)) break; LAB_00261971: local_34 = (size_t *)((int)local_34 + 1); if (psVar11 <= local_34) goto LAB_0026197c; } iVar12 = *(int *)(*(int *)(*(int *)(param_1 + 0x90) + 0x50) + uVar9 * 4); if (iVar12 == 0) { /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/incremental.cc",0x80c,"do_layout"); } *(int *)(*(int *)(param_1 + 0x38) + (int)local_34 * 4) = iVar12; iVar17 = *(int *)(param_1 + 0x84); *(uint *)(iVar17 + 4 + (int)local_34 * 8) = uVar3; *(uint *)(iVar17 + (int)local_34 * 8) = uVar2; if (*(int *)(DAT_005ea7c8 + 8) == 0) { /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/parameters.h",0x5c,"options"); } bVar18 = false; bVar20 = *(char *)(*(int *)(DAT_005ea7c8 + 8) + 0x192d) == '\0'; if (!bVar20) { iVar17 = 0xc; pbVar14 = *(byte **)(iVar12 + 0x20); pbVar16 = (byte *)".debug_info"; do { if (iVar17 == 0) break; iVar17 = iVar17 + -1; bVar18 = *pbVar14 < *pbVar16; bVar20 = *pbVar14 == *pbVar16; pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1; pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1; } while (bVar20); bVar19 = false; bVar18 = (!bVar18 && !bVar20) == bVar18; if (bVar18) { if (local_48 == local_44) { FUN_00144ac0(&local_4c,local_48,&local_34); goto LAB_00261971; } *local_48 = (uint)local_34; local_48 = local_48 + 1; } else { iVar17 = 0xd; pbVar14 = *(byte **)(iVar12 + 0x20); pbVar16 = (byte *)".debug_types"; do { if (iVar17 == 0) break; iVar17 = iVar17 + -1; bVar19 = *pbVar14 < *pbVar16; bVar18 = *pbVar14 == *pbVar16; pbVar14 = pbVar14 + (uint)bVar21 * -2 + 1; pbVar16 = pbVar16 + (uint)bVar21 * -2 + 1; } while (bVar18); if ((!bVar19 && !bVar18) == bVar19) { if (local_3c == local_38) { /* try { // try from 00261d29 to 00261da2 has its CatchHandler @ 00261dcb */ FUN_00144ac0(&local_40,local_3c,&local_34); goto LAB_00261971; } *local_3c = (uint)local_34; local_3c = local_3c + 1; } } } local_34 = (size_t *)((int)local_34 + 1); } while (local_34 < psVar11); } LAB_0026197c: uVar9 = (uint)*(byte *)(param_1 + 0x9c); if (1 < uVar9 - 1) { /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/incremental.h",0x3b9,"get_comdat_group_count",uVar9); } iVar12 = *(int *)(**(int **)(param_1 + 0x98) + 0x18 + *(int *)(param_1 + 0xa4)); if (iVar12 != 0) { iVar17 = 0; do { if ((uVar9 != 1) && (uVar9 != 2)) { /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/incremental.h",0x365,"get_input_section_count"); } piVar4 = *(int **)(param_1 + 0x98); iVar5 = *(int *)(param_1 + 0xa4); iVar6 = *piVar4; uVar9 = *(uint *)(iVar5 + 0x20 + iVar6 + *(int *)(iVar6 + iVar5) * 0x18 + iVar17 * 4 + *(int *)(iVar6 + 4 + iVar5) * 0x14); if (((uint)piVar4[2] <= uVar9) || (__s = (char *)(uVar9 + piVar4[1]), __s == (char *)0x0)) { uVar10 = gettext("COMDAT group has no signature"); FUN_0028b750(param_1,uVar10); local_34 = local_2c; /* WARNING: Subroutine does not return */ FUN_003f3980("basic_string::_M_construct null not valid"); } if (*__s == '\0') { uVar10 = gettext("COMDAT group has no signature"); FUN_0028b750(param_1,uVar10); } local_34 = local_2c; __n = strlen(__s); local_50 = __n; if (__n < 0x10) { psVar11 = local_2c; if (__n == 1) { local_2c[0] = CONCAT31(local_2c[0]._1_3_,*__s); } else if (__n != 0) goto LAB_00261c7d; } else { local_34 = (size_t *)FUN_003b5790(&local_34,&local_50,0); local_2c[0] = local_50; psVar11 = local_34; LAB_00261c7d: memcpy(psVar11,__s,__n); psVar11 = local_34; } *(undefined1 *)((int)psVar11 + local_50) = 0; local_30 = local_50; /* try { // try from 00261acd to 00261ad1 has its CatchHandler @ 00261dc7 */ cVar7 = FUN_00278ce0(param_3,&local_34,param_1,iVar17,1,1,0); if (local_34 != local_2c) { FUN_003ae080(local_34); } if (cVar7 == '\0') { uVar10 = gettext("COMDAT group %s included twice in incremental link"); /* try { // try from 00261b16 to 00261cd0 has its CatchHandler @ 00261dcb */ FUN_0028b750(param_1,uVar10,__s); } else { FUN_0024c220(iVar1,param_1,__s); } if (iVar17 + 1 == iVar12) break; iVar17 = iVar17 + 1; uVar9 = (uint)*(byte *)(param_1 + 0x9c); } while( true ); } puVar13 = local_4c; if (local_4c != local_48) { do { FUN_00287390(param_3,0,param_1,0,0,0,*puVar13,0,0); puVar13 = puVar13 + 1; } while (local_48 != puVar13); } puVar13 = local_3c; puVar15 = local_40; if (local_40 != local_3c) { do { FUN_00287390(param_3,1,param_1,0,0,0,*puVar15,0,0); puVar15 = puVar15 + 1; puVar13 = local_40; } while (local_3c != puVar15); } if (puVar13 != (uint *)0x0) { FUN_003ae080(puVar13); } if (local_4c != (uint *)0x0) { FUN_003ae080(local_4c); } return; }
266_hppa-linux-gnu-ar_and_hppa-linux-gnu-ar_strip.c
__gmon_start__
__gmon_start__
/* WARNING: Control flow encountered bad instruction data */ void __gmon_start__(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ void __gmon_start__(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1206050606')]
[('const-1', u'RETURN_-1206050606')]
null
null
000220c8
x86
O2
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid __gmon_start__(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void __gmon_start__(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "__gmon_start__(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 __gmon_start__(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void __gmon_start__(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "__gmon_start__(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 __gmon_start__(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void __gmon_start__(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "__gmon_start__(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 __gmon_start__(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "__gmon_start__(void)" (identifier "__gmon_start__") (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(); }
145_powerpc-linux-gnu-strings_and_powerpc-linux-gnu-strings_strip.c
fwrite
fwrite
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ size_t fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s) { /* WARNING: Bad instruction - Truncating control flow here */ /* fwrite@@GLIBC_2.0 */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ size_t fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1205952394')]
[('const-1', u'RETURN_-1205952394')]
null
null
0001a06c
x86
O2
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nsize_t fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "size_t fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)" identifier (parameter_list "(void *__ptr,size_t __size,size_t __n,FILE *__s)" ( (parameter_declaration "void *__ptr" primitive_type (pointer_declarator "*__ptr" * identifier)) , (parameter_declaration "size_t __size" primitive_type identifier) , (parameter_declaration "size_t __n" primitive_type identifier) , (parameter_declaration "FILE *__s" type_identifier (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 fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* fwrite@@GLIBC_2.0 */\n halt_baddata();\n}\n\n" comment comment (function_definition "size_t fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* fwrite@@GLIBC_2.0 */\n halt_baddata();\n}" primitive_type (function_declarator "fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)" identifier (parameter_list "(void *__ptr,size_t __size,size_t __n,FILE *__s)" ( (parameter_declaration "void *__ptr" primitive_type (pointer_declarator "*__ptr" * identifier)) , (parameter_declaration "size_t __size" primitive_type identifier) , (parameter_declaration "size_t __n" primitive_type identifier) , (parameter_declaration "FILE *__s" type_identifier (pointer_declarator "*__s" * identifier)) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* fwrite@@GLIBC_2.0 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "size_t fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "size_t fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)" identifier (parameter_list "(void *__ptr,size_t __size,size_t __n,FILE *__s)" ( (parameter_declaration "void *__ptr" primitive_type (pointer_declarator "*__ptr" * identifier)) , (parameter_declaration "size_t __size" primitive_type identifier) , (parameter_declaration "size_t __n" primitive_type identifier) , (parameter_declaration "FILE *__s" type_identifier (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)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(function_definition "size_t fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)\n\n{\n \n halt_baddata();\n}" (primitive_type "size_t") (function_declarator "fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)" (identifier "fwrite") (parameter_list "(void *__ptr,size_t __size,size_t __n,FILE *__s)" (( "(") (parameter_declaration "void *__ptr" (primitive_type "void") (pointer_declarator "*__ptr" (* "*") (identifier "__ptr"))) (, ",") (parameter_declaration "size_t __size" (primitive_type "size_t") (identifier "__size")) (, ",") (parameter_declaration "size_t __n" (primitive_type "size_t") (identifier "__n")) (, ",") (parameter_declaration "FILE *__s" (type_identifier "FILE") (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(void *__ptr,size_t __size,size_t __n,type_1 *__s) { /* WARNING: Bad instruction - Truncating control flow here */ /* fwrite@@GLIBC_2.0 */ 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))) (parameter_declaration type: (primitive_type) 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 */ size_t MASKED(void *__ptr,size_t __size,size_t __n,FILE *__s) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
275_libmicrohttpd.so.12.49_and_libmicrohttpd.so.12.49_strip.c
process_multipart_headers
FUN_000238c0
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Enum "MHD_FLAG": Some values do not have unique names */ /* WARNING: Enum "gnutls_pk_algorithm_t": Some values do not have unique names */ /* WARNING: Enum "gnutls_certificate_type_t": Some values do not have unique names */ int __regparm3 process_multipart_headers(MHD_PostProcessor *pp,size_t *ioffptr,PP_State next_state) { size_t sVar1; char *buf; size_t sVar2; size_t sVar3; MHD_PostProcessor *str2; int iVar4; size_t sVar5; str2 = pp + 1; sVar2 = pp->buffer_size; sVar3 = pp->buffer_pos; if (sVar3 == 0) { if (sVar2 != 0) { return 0; } } else if ((*(char *)&pp[1].connection == '\r') || (*(char *)&pp[1].connection == '\n')) { if (sVar2 != 0) { pp->skip_rn = RN_Full; pp->state = next_state; return 1; } } else { sVar1 = 0; do { sVar5 = sVar1; sVar1 = sVar5 + 1; if (sVar1 == sVar3) { if (sVar2 != sVar3) { return 0; } goto LAB_000239b0; } } while ((pp[1].xbuf[sVar5 - 0x27] != '\r') && (pp[1].xbuf[sVar5 - 0x27] != '\n')); if (sVar1 != sVar2) { if (str2->xbuf[sVar5 - 0x27] == '\r') { pp->skip_rn = RN_OptN; } str2->xbuf[sVar5 - 0x27] = '\0'; iVar4 = MHD_str_equal_caseless_n_("Content-disposition: ",(char *)str2,0x15); if (iVar4 == 0) { if (pp->content_type == (char *)0x0) { try_match_header("Content-type: ",(char *)str2,&pp->content_type); } if (pp->content_transfer_encoding == (char *)0x0) { try_match_header("Content-Transfer-Encoding: ",(char *)str2,&pp->content_transfer_encoding ); } } else { buf = (char *)((int)&pp[1].nested_boundary + 1); if (pp->content_name == (char *)0x0) { try_get_value(buf,"name",&pp->content_name); } if (pp->content_filename == (char *)0x0) { try_get_value(buf,"filename",&pp->content_filename); } } *ioffptr = sVar5 + 2 + *ioffptr; return 1; } } LAB_000239b0: pp->state = PP_Error; return 0; }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ undefined4 __regparm3 FUN_000238c0(int param_1,int *param_2,undefined4 param_3) { int iVar1; char cVar2; int iVar3; char *pcVar4; int iVar5; int iVar6; iVar5 = *(int *)(param_1 + 0x30); iVar3 = *(int *)(param_1 + 0x34); if (iVar3 == 0) { if (iVar5 != 0) { return 0; } } else if ((*(char *)(param_1 + 0x60) == '\r') || (*(char *)(param_1 + 0x60) == '\n')) { if (iVar5 != 0) { *(undefined4 *)(param_1 + 0x54) = 2; *(undefined4 *)(param_1 + 0x50) = param_3; return 1; } } else { iVar1 = 0; do { iVar6 = iVar1; iVar1 = iVar6 + 1; if (iVar1 == iVar3) { if (iVar5 != iVar3) { return 0; } goto LAB_000239b0; } cVar2 = *(char *)(param_1 + 0x60 + iVar1); } while ((cVar2 != '\r') && (cVar2 != '\n')); if (iVar1 != iVar5) { pcVar4 = (char *)(iVar1 + param_1 + 0x60); if (*pcVar4 == '\r') { *(undefined4 *)(param_1 + 0x54) = 1; } *pcVar4 = '\0'; iVar5 = FUN_00021340("Content-disposition: ",param_1 + 0x60,0x15); if (iVar5 == 0) { if (*(int *)(param_1 + 0x1c) == 0) { FUN_00023770(); } if (*(int *)(param_1 + 0x24) == 0) { FUN_00023770(); } } else { if (*(int *)(param_1 + 0x18) == 0) { FUN_000237f0(); } if (*(int *)(param_1 + 0x20) == 0) { FUN_000237f0(); } } *param_2 = iVar6 + 2 + *param_2; return 1; } } LAB_000239b0: *(undefined4 *)(param_1 + 0x50) = 0; return 0; }
PUSH EBP PUSH EDI MOV EDI,EAX ADD EAX,0x60 PUSH ESI PUSH EBX CALL 0x00013810 ADD EBX,0x10512 SUB ESP,0x1c MOV EBP,dword ptr [EDI + 0x30] MOV dword ptr [ESP + 0xc],EDX MOV dword ptr [ESP + 0x8],EAX MOV dword ptr [ESP + 0x4],EBX MOV EBX,dword ptr [EDI + 0x34] TEST EBX,EBX JZ 0x000239aa MOVZX EAX,byte ptr [EDI + 0x60] CMP AL,0xd JZ 0x00023a46 CMP AL,0xa JZ 0x00023a46 XOR ESI,ESI JMP 0x00023921 MOVZX EDX,byte ptr [EDI + EAX*0x1 + 0x60] CMP DL,0xd JZ 0x00023940 CMP DL,0xa JZ 0x00023940 MOV ESI,EAX LEA EAX,[ESI + 0x1] CMP EAX,EBX JNZ 0x00023910 XOR EAX,EAX CMP EBP,EBX JZ 0x000239b0 ADD ESP,0x1c POP EBX POP ESI POP EDI POP EBP RET CMP EAX,EBP JZ 0x000239b0 ADD EAX,dword ptr [ESP + 0x8] CMP byte ptr [EAX],0xd JZ 0x000239f0 MOV EBP,dword ptr [ESP + 0xc] SUB ESP,0x4 MOV byte ptr [EAX],0x0 PUSH 0x15 PUSH dword ptr [ESP + 0x10] MOV ECX,dword ptr [ESP + 0x10] LEA EAX,[ECX + 0xffff7af1] MOV EBX,ECX PUSH EAX MOV dword ptr [ESP + 0x14],ECX CALL 0x00021340 ADD ESP,0x10 TEST EAX,EAX JZ 0x000239c8 MOV EAX,dword ptr [EDI + 0x18] LEA EBX,[EDI + 0x75] TEST EAX,EAX JZ 0x000239fc MOV ECX,dword ptr [EDI + 0x20] TEST ECX,ECX JZ 0x00023a2d MOV EAX,dword ptr [EBP] LEA EAX,[ESI + EAX*0x1 + 0x2] MOV dword ptr [EBP],EAX ADD ESP,0x1c MOV EAX,0x1 POP EBX POP ESI POP EDI POP EBP RET TEST EBP,EBP JNZ 0x000239b7 NOP MOV dword ptr [EDI + 0x50],0x0 ADD ESP,0x1c XOR EAX,EAX POP EBX POP ESI POP EDI POP EBP RET MOV EDX,dword ptr [EDI + 0x1c] TEST EDX,EDX JZ 0x00023a15 MOV EAX,dword ptr [EDI + 0x24] TEST EAX,EAX JNZ 0x00023993 MOV EAX,dword ptr [ESP + 0x4] MOV EDX,dword ptr [ESP + 0x8] LEA ECX,[EDI + 0x24] LEA EAX,[EAX + 0xffff7b1f] CALL 0x00023770 JMP 0x00023993 MOV dword ptr [EDI + 0x54],0x1 JMP 0x00023951 MOV EAX,dword ptr [ESP + 0x4] LEA ECX,[EDI + 0x18] LEA EDX,[EAX + 0xffff7b0b] MOV EAX,EBX CALL 0x000237f0 JMP 0x00023988 MOV EAX,dword ptr [ESP + 0x4] MOV EDX,dword ptr [ESP + 0x8] LEA ECX,[EDI + 0x1c] LEA EAX,[EAX + 0xffff7b10] CALL 0x00023770 JMP 0x000239cf MOV EAX,dword ptr [ESP + 0x4] LEA ECX,[EDI + 0x20] LEA EDX,[EAX + 0xffff7b07] MOV EAX,EBX CALL 0x000237f0 JMP 0x00023993 TEST EBP,EBP JZ 0x000239b0 MOV dword ptr [EDI + 0x54],0x2 MOV EAX,0x1 MOV dword ptr [EDI + 0x50],ECX ADD ESP,0x1c POP EBX POP ESI POP EDI POP EBP RET
null
null
null
null
[(u'LOAD_-1206044411', u'INT_NOTEQUAL_-1206044233'), ('tmp_274', u'BRANCH_-1206044305'), ('const-0', u'INT_EQUAL_-1206043763'), ('tmp_1248', u'BRANCH_-1206043695'), ('const-39', u'INT_SUB_-1206043421'), (u'COPY_-1206043478', u'MULTIEQUAL_-1206043648'), ('const-0', u'INT_NOTEQUAL_-1206043714'), (u'INT_ADD_-1206044263', u'INT_NOTEQUAL_-1206044104'), (u'LOAD_-1206043916', u'INT_ADD_-1206043892'), (u'INT_EQUAL_-1206043783', u'CBRANCH_-1206043782'), ('tmp_1425', u'PTRSUB_-1206043477'), ('tmp_220', u'CBRANCH_-1206044340'), ('tmp_1425', u'PTRSUB_-1206043234'), ('const-48', u'PTRSUB_-1206043493'), ('tmp_1425', u'PTRSUB_-1206043174'), (u'INT_EQUAL_-1206044323', u'CBRANCH_-1206044322'), ('const-1', u'COPY_-1206043887'), ('tmp_1425', u'PTRADD_-1206043311'), (u'PTRSUB_-1206043174', u'CALL_-1206043732'), (u'PTRADD_-1206043374', u'STORE_-1206044045'), (u'COPY_-1206043410', u'CALL_-1206043992'), ('const-0', u'INT_EQUAL_-1206043921'), (u'INT_NOTEQUAL_-1206044170', u'CBRANCH_-1206044169'), (u'CAST_-1206043304', u'CALL_-1206043992'), ('tmp_248', u'CBRANCH_-1206044322'), ('const-0', u'INT_EQUAL_-1206044366'), ('tmp_1239', u'BRANCH_-1206043647'), ('tmp_1273', u'CBRANCH_-1206043603'), ('const-417', u'LOAD_-1206044087'), ('const-0', u'RETURN_-1206043285'), (u'PTRADD_-1206043431', u'PTRSUB_-1206043429'), (u'INT_SUB_-1206043477', u'PTRADD_-1206043429'), ('tmp_1168', u'CBRANCH_-1206043761'), ('tmp_648', u'CBRANCH_-1206044104'), ('const-417', u'LOAD_-1206043801'), ('tmp_1425', u'PTRSUB_-1206043493'), ('const-417', u'LOAD_-1206044192'), (u'CAST_-1206043286', u'INT_ADD_-1206043355'), (u'INT_SUB_-1206043421', u'PTRADD_-1206043374'), (u'COPY_-1206043450', u'INT_ADD_-1206044263'), (u'PTRSUB_-1206043493', u'LOAD_-1206044411'), ('tmp_1204', u'BRANCH_-1206043724'), ('const-32', u'PTRSUB_-1206043123'), ('const-178411', u'COPY_-1206043254'), (u'INT_EQUAL_-1206043966', u'CBRANCH_-1206043965'), ('const-1', u'PTRADD_-1206043311'), ('tmp_616', u'CBRANCH_-1206044153'), ('const-40', u'PTRSUB_-1206043429'), ('const-417', u'LOAD_-1206043781'), (u'PTRSUB_-1206043080', u'STORE_-1206043580'), ('const-13', u'INT_EQUAL_-1206044072'), (u'LOAD_-1206044411', u'INT_NOTEQUAL_-1206043603'), ('const-1', u'INT_ADD_-1206043355'), (u'PTRSUB_-1206043210', u'CALL_-1206043727'), (u'INT_NOTEQUAL_-1206044104', u'CBRANCH_-1206044104'), (u'LOAD_-1206043801', u'INT_EQUAL_-1206043783'), ('const-417', u'LOAD_-1206043939'), ('tmp_586', u'CBRANCH_-1206044169'), (u'PTRSUB_-1206043374', u'PTRADD_-1206043374'), (u'PTRADD_-1206043466', u'PTRSUB_-1206043464'), ('const-39', u'INT_SUB_-1206043477'), ('tmp_1425', u'PTRSUB_-1206043144'), (u'INT_NOTEQUAL_-1206043714', u'CBRANCH_-1206043713'), ('const-0', u'PTRSUB_-1206043464'), ('const-13', u'INT_EQUAL_-1206044341'), (u'INT_EQUAL_-1206044261', u'CBRANCH_-1206044259'), (u'LOAD_-1206044384', u'INT_EQUAL_-1206044366'), ('const-417', u'LOAD_-1206043916'), (u'INT_EQUAL_-1206044341', u'CBRANCH_-1206044340'), (u'PTRSUB_-1206043464', u'CAST_-1206043434'), ('const-0', u'INT_EQUAL_-1206043941'), (u'CAST_-1206043285', u'CALL_-1206043695'), ('const-0', u'RETURN_-1206044012'), ('const-178385', u'COPY_-1206043410'), (u'PTRADD_-1206043514', u'PTRSUB_-1206043374'), (u'COPY_-1206044052', u'RETURN_-1206044012'), (u'CAST_-1206043285', u'CALL_-1206043732'), ('tmp_1425', u'PTRADD_-1206043431'), (u'PTRADD_-1206043311', u'PTRSUB_-1206043309'), (u'PTRSUB_-1206043191', u'STORE_-1206043704'), ('tmp_1425', u'PTRADD_-1206043514'), ('tmp_1426', u'LOAD_-1206043916'), ('const-417', u'STORE_-1206044045'), (u'INT_ADD_-1206044263', u'COPY_-1206043455'), ('const-2', u'STORE_-1206043596'), (u'INT_EQUAL_-1206043763', u'CBRANCH_-1206043761'), (u'COPY_-1206044317', u'COPY_-1206043478'), ('const-24', u'PTRSUB_-1206043174'), ('const-36', u'PTRSUB_-1206043226'), ('tmp_1425', u'PTRSUB_-1206043300'), (u'COPY_-1206043450', u'INT_ADD_-1206043894'), (u'LOAD_-1206043939', u'INT_EQUAL_-1206043921'), (u'INT_ADD_-1206043355', u'CAST_-1206043285'), ('const-0', u'INT_NOTEQUAL_-1206043603'), (u'INT_NOTEQUAL_-1206043603', u'CBRANCH_-1206043603'), ('const-178416', u'COPY_-1206043226'), ('const-28', u'PTRSUB_-1206043144'), (u'PTRSUB_-1206043309', u'CAST_-1206043286'), (u'PTRADD_-1206043514', u'CAST_-1206043185'), ('tmp_184', u'CBRANCH_-1206044365'), ('const-84', u'PTRSUB_-1206043191'), ('const-1', u'PTRADD_-1206043374'), ('tmp_364', u'CBRANCH_-1206044233'), (u'PTRADD_-1206043514', u'CAST_-1206043123'), ('const-52', u'PTRSUB_-1206043477'), ('const-0', u'COPY_-1206044052'), (u'LOAD_-1206044192', u'INT_NOTEQUAL_-1206044154'), (u'INT_ADD_-1206044263', u'INT_EQUAL_-1206044261'), (u'INT_ADD_-1206043894', u'INT_ADD_-1206043892'), ('tmp_1426', u'STORE_-1206043901'), (u'COPY_-1206043455', u'MULTIEQUAL_-1206043648'), (u'CALL_-1206043992', u'INT_EQUAL_-1206043966'), ('tmp_1392', u'CBRANCH_-1206043713'), ('const-417', u'LOAD_-1206044360'), ('const-10', u'INT_EQUAL_-1206044323'), (u'INT_NOTEQUAL_-1206044154', u'CBRANCH_-1206044153'), ('const-1', u'PTRADD_-1206043429'), ('const-1', u'COPY_-1206043590'), ('const-96', u'PTRADD_-1206043514'), ('const-0', u'INT_EQUAL_-1206043783'), (u'COPY_-1206043226', u'CALL_-1206043650'), ('tmp_944', u'CBRANCH_-1206043920'), ('tmp_1425', u'PTRSUB_-1206043210'), (u'LOAD_-1206044192', u'INT_NOTEQUAL_-1206044170'), ('const-0', u'COPY_-1206044317'), (u'CAST_-1206043185', u'CALL_-1206043727'), (u'COPY_-1206043301', u'RETURN_-1206043285'), (u'PTRADD_-1206043374', u'LOAD_-1206044087'), (u'LOAD_-1206044411', u'INT_NOTEQUAL_-1206043714'), ('const-1', u'INT_ADD_-1206044263'), (u'PTRSUB_-1206043234', u'LOAD_-1206043801'), (u'COPY_-1206043450', u'INT_SUB_-1206043421'), (u'PTRSUB_-1206043093', u'STORE_-1206043596'), ('const-10', u'INT_NOTEQUAL_-1206044154'), ('const-0', u'INT_EQUAL_-1206043966'), ('const-96', u'PTRADD_-1206043431'), (u'LOAD_-1206043964', u'INT_EQUAL_-1206043941'), ('tmp_1425', u'PTRSUB_-1206043226'), (u'LOAD_-1206044384', u'INT_NOTEQUAL_-1206044233'), ('tmp_1425', u'PTRSUB_-1206043259'), ('tmp_1070', u'BRANCH_-1206043692'), ('tmp_310', u'CBRANCH_-1206044259'), ('const-0', u'STORE_-1206044045'), (u'LOAD_-1206044360', u'INT_EQUAL_-1206044341'), (u'PTRSUB_-1206043300', u'LOAD_-1206043939'), (u'MULTIEQUAL_-1206043648', u'COPY_-1206043450'), ('const-0', u'COPY_-1206043301'), ('const-1', u'STORE_-1206043704'), (u'INT_EQUAL_-1206044366', u'CBRANCH_-1206044365'), (u'PTRSUB_-1206043429', u'PTRADD_-1206043429'), ('const-84', u'PTRSUB_-1206043093'), (u'COPY_-1206043207', u'CALL_-1206043695'), (u'LOAD_-1206043781', u'INT_EQUAL_-1206043763'), (u'LOAD_-1206044411', u'INT_NOTEQUAL_-1206044104'), ('const-417', u'LOAD_-1206044411'), ('tmp_1425', u'PTRADD_-1206043466'), ('const-417', u'STORE_-1206043596'), ('tmp_1425', u'PTRSUB_-1206043080'), ('const-21', u'CALL_-1206043992'), (u'INT_EQUAL_-1206044072', u'CBRANCH_-1206044070'), ('const-1', u'PTRADD_-1206043466'), (u'PTRSUB_-1206043226', u'LOAD_-1206043781'), ('const-417', u'LOAD_-1206044384'), (u'INT_EQUAL_-1206043941', u'CBRANCH_-1206043940'), ('const-24', u'PTRSUB_-1206043314'), ('const-13', u'INT_NOTEQUAL_-1206044170'), (u'COPY_-1206043887', u'RETURN_-1206043850'), (u'PTRSUB_-1206043259', u'STORE_-1206044072'), ('tmp_1425', u'PTRSUB_-1206043314'), ('const-96', u'PTRADD_-1206043466'), ('const-32', u'PTRSUB_-1206043300'), ('const-28', u'PTRSUB_-1206043234'), ('const-417', u'STORE_-1206043580'), ('tmp_1099', u'BRANCH_-1206043729'), (u'PTRSUB_-1206043123', u'CALL_-1206043695'), ('const-1', u'PTRADD_-1206043431'), (u'PTRADD_-1206043514', u'CAST_-1206043304'), ('tmp_1425', u'PTRSUB_-1206043093'), (u'COPY_-1206043450', u'INT_SUB_-1206043477'), ('const-178407', u'COPY_-1206043207'), (u'INT_EQUAL_-1206043921', u'CBRANCH_-1206043920'), ('const-417', u'LOAD_-1206043964'), ('const-417', u'STORE_-1206043704'), (u'PTRSUB_-1206043144', u'CALL_-1206043650'), (u'LOAD_-1206044360', u'INT_EQUAL_-1206044323'), (u'COPY_-1206043288', u'CALL_-1206043727'), (u'PTRADD_-1206043429', u'LOAD_-1206044192'), (u'PTRSUB_-1206043477', u'LOAD_-1206044384'), (u'PTRSUB_-1206043314', u'LOAD_-1206043964'), ('const-0', u'RETURN_-1206043850'), (u'LOAD_-1206044087', u'INT_EQUAL_-1206044072'), ('const-40', u'PTRSUB_-1206043374'), (u'INT_NOTEQUAL_-1206044233', u'CBRANCH_-1206044233'), ('tmp_719', u'CBRANCH_-1206044070'), ('const-417', u'STORE_-1206044072'), ('tmp_1425', u'PTRSUB_-1206043123'), ('const-0', u'RETURN_-1206044187'), (u'COPY_-1206043590', u'RETURN_-1206043535'), ('const-0', u'COPY_-1206044258'), ('const-0', u'STORE_-1206044072'), ('tmp_871', u'CBRANCH_-1206043965'), ('const-2', u'INT_ADD_-1206043894'), (u'LOAD_-1206044384', u'INT_EQUAL_-1206044261'), ('tmp_910', u'CBRANCH_-1206043940'), (u'COPY_-1206043254', u'CALL_-1206043732'), ('const-80', u'PTRSUB_-1206043259'), ('tmp_1132', u'CBRANCH_-1206043782'), (u'CAST_-1206043123', u'CALL_-1206043650'), ('tmp_1427', u'STORE_-1206043580'), ('const-96', u'PTRADD_-1206043311'), ('const-80', u'PTRSUB_-1206043080'), (u'CAST_-1206043434', u'LOAD_-1206044360'), ('const-20', u'PTRSUB_-1206043309'), ('const-417', u'STORE_-1206043901'), (u'COPY_-1206044258', u'RETURN_-1206044187'), ('const-178431', u'COPY_-1206043288'), (u'INT_ADD_-1206043892', u'STORE_-1206043901'), ('const-1', u'PTRADD_-1206043514'), ('const-0', u'RETURN_-1206043535'), ('const-36', u'PTRSUB_-1206043210'), ('tmp_1425', u'PTRSUB_-1206043191')]
[(u'CAST_-1206043379', u'STORE_-1206044045'), (u'LOAD_-1206044411', u'INT_NOTEQUAL_-1206044233'), ('const-0', u'COPY_-1206043335'), (u'INT_ADD_-1206044263', u'INT_ADD_-1206044176'), (u'INT_NOTEQUAL_-1206044154', u'CBRANCH_-1206044153'), ('const-1', u'COPY_-1206043590'), ('const-80', u'INT_ADD_-1206044058'), ('const-0', u'INT_EQUAL_-1206043783'), ('tmp_274', u'BRANCH_-1206044305'), ('const-0', u'INT_EQUAL_-1206043763'), ('tmp_1248', u'BRANCH_-1206043695'), ('tmp_944', u'CBRANCH_-1206043920'), ('const-417', u'STORE_-1206044072'), ('const-0', u'INT_NOTEQUAL_-1206043714'), (u'INT_ADD_-1206044263', u'INT_NOTEQUAL_-1206044104'), (u'LOAD_-1206043916', u'INT_ADD_-1206043892'), (u'CAST_-1206043103', u'STORE_-1206043580'), (u'INT_EQUAL_-1206043783', u'CBRANCH_-1206043782'), (u'INT_ADD_-1206043566', u'CAST_-1206043103'), ('tmp_220', u'CBRANCH_-1206044340'), (u'LOAD_-1206044192', u'INT_NOTEQUAL_-1206044170'), (u'INT_EQUAL_-1206044323', u'CBRANCH_-1206044322'), (u'CAST_-1206043432', u'LOAD_-1206044192'), (u'CAST_-1206043478', u'LOAD_-1206044384'), (u'CAST_-1206043306', u'LOAD_-1206043939'), (u'CAST_-1206043245', u'LOAD_-1206043801'), ('tmp_2161', u'INT_ADD_-1206044395'), ('const-36', u'INT_ADD_-1206043765'), ('const-1', u'COPY_-1206043887'), (u'CAST_-1206043494', u'LOAD_-1206044411'), (u'LOAD_-1206044411', u'INT_NOTEQUAL_-1206043714'), ('const-96', u'INT_ADD_-1206044344'), ('tmp_2164', u'STORE_-1206043901'), ('const-0', u'STORE_-1206044045'), ('const-1', u'INT_ADD_-1206044263'), (u'INT_ADD_-1206043948', u'CAST_-1206043317'), ('const-0', u'INT_EQUAL_-1206043921'), ('const-417', u'LOAD_-1206044360'), (u'INT_NOTEQUAL_-1206044170', u'CBRANCH_-1206044169'), ('tmp_248', u'CBRANCH_-1206044322'), ('const-0', u'INT_EQUAL_-1206043966'), ('const-0', u'INT_EQUAL_-1206044366'), ('const-417', u'LOAD_-1206044087'), (u'LOAD_-1206043964', u'INT_EQUAL_-1206043941'), ('tmp_2161', u'INT_ADD_-1206044448'), (u'LOAD_-1206044384', u'INT_NOTEQUAL_-1206044233'), ('tmp_1239', u'BRANCH_-1206043647'), ('const-21', u'CALL_-1206043992'), ('tmp_1273', u'CBRANCH_-1206043603'), ('tmp_1070', u'BRANCH_-1206043692'), ('tmp_310', u'CBRANCH_-1206044259'), ('const-417', u'LOAD_-1206044384'), (u'LOAD_-1206044360', u'INT_EQUAL_-1206044341'), ('const-417', u'LOAD_-1206043781'), ('const-28', u'INT_ADD_-1206043785'), ('tmp_1168', u'CBRANCH_-1206043761'), ('tmp_648', u'CBRANCH_-1206044104'), ('tmp_2161', u'INT_ADD_-1206044178'), ('const-84', u'INT_ADD_-1206043582'), (u'INT_EQUAL_-1206044366', u'CBRANCH_-1206044365'), (u'INT_ADD_-1206043923', u'CAST_-1206043306'), (u'LOAD_-1206043781', u'INT_EQUAL_-1206043763'), ('const-0', u'COPY_-1206044317'), (u'COPY_-1206043512', u'MULTIEQUAL_-1206043649'), (u'LOAD_-1206044411', u'INT_NOTEQUAL_-1206044104'), ('tmp_1204', u'BRANCH_-1206043724'), (u'MULTIEQUAL_-1206043649', u'COPY_-1206043484'), ('tmp_2161', u'INT_ADD_-1206043923'), ('const-417', u'STORE_-1206043901'), (u'INT_ADD_-1206044368', u'CAST_-1206043478'), ('const-417', u'LOAD_-1206043939'), (u'INT_EQUAL_-1206044072', u'CBRANCH_-1206044070'), (u'INT_ADD_-1206044058', u'CAST_-1206043265'), (u'CAST_-1206043317', u'LOAD_-1206043964'), (u'INT_ADD_-1206043690', u'CAST_-1206043206'), (u'INT_EQUAL_-1206043966', u'CBRANCH_-1206043965'), ('tmp_2161', u'INT_ADD_-1206043566'), (u'INT_EQUAL_-1206043941', u'CBRANCH_-1206043940'), ('const-32', u'INT_ADD_-1206043923'), ('const-48', u'INT_ADD_-1206044395'), ('tmp_616', u'CBRANCH_-1206044153'), ('const-24', u'INT_ADD_-1206043948'), (u'COPY_-1206043335', u'RETURN_-1206043319'), (u'INT_ADD_-1206044178', u'INT_ADD_-1206044176'), (u'LOAD_-1206044411', u'INT_NOTEQUAL_-1206043603'), (u'COPY_-1206043887', u'RETURN_-1206043850'), (u'INT_NOTEQUAL_-1206044104', u'CBRANCH_-1206044104'), (u'LOAD_-1206043801', u'INT_EQUAL_-1206043783'), ('const-96', u'INT_ADD_-1206044448'), ('const-417', u'STORE_-1206043580'), (u'CAST_-1206043379', u'LOAD_-1206044087'), ('const-0', u'COPY_-1206044052'), (u'COPY_-1206043489', u'MULTIEQUAL_-1206043649'), ('tmp_586', u'CBRANCH_-1206044169'), ('const-80', u'INT_ADD_-1206043566'), ('const-1', u'STORE_-1206043704'), ('const-0', u'RETURN_-1206043319'), (u'COPY_-1206043484', u'INT_ADD_-1206043894'), ('const-417', u'LOAD_-1206043801'), (u'INT_ADD_-1206044448', u'INT_ADD_-1206044081'), ('tmp_2161', u'INT_ADD_-1206044368'), (u'CAST_-1206043466', u'LOAD_-1206044360'), (u'INT_NOTEQUAL_-1206043714', u'CBRANCH_-1206043713'), ('const-0', u'STORE_-1206044072'), ('tmp_1099', u'BRANCH_-1206043729'), ('const-417', u'STORE_-1206043596'), (u'INT_EQUAL_-1206044261', u'CBRANCH_-1206044259'), (u'LOAD_-1206044384', u'INT_EQUAL_-1206044366'), (u'INT_ADD_-1206044448', u'CALL_-1206043992'), (u'INT_EQUAL_-1206043921', u'CBRANCH_-1206043920'), (u'INT_EQUAL_-1206044341', u'CBRANCH_-1206044340'), ('const-0', u'INT_EQUAL_-1206043941'), ('tmp_2164', u'LOAD_-1206043916'), ('tmp_2161', u'INT_ADD_-1206044344'), (u'CAST_-1206043206', u'STORE_-1206043704'), ('const-0', u'RETURN_-1206044012'), (u'INT_ADD_-1206044395', u'CAST_-1206043494'), ('tmp_2161', u'INT_ADD_-1206043948'), (u'COPY_-1206044052', u'RETURN_-1206044012'), (u'LOAD_-1206044360', u'INT_EQUAL_-1206044323'), (u'COPY_-1206043484', u'INT_ADD_-1206044263'), (u'CAST_-1206043265', u'STORE_-1206044072'), ('tmp_2177', u'STORE_-1206043580'), ('const-13', u'INT_NOTEQUAL_-1206044170'), ('tmp_2161', u'INT_ADD_-1206043785'), ('const-0', u'RETURN_-1206043850'), (u'LOAD_-1206044087', u'INT_EQUAL_-1206044072'), (u'INT_NOTEQUAL_-1206044233', u'CBRANCH_-1206044233'), ('const-13', u'INT_EQUAL_-1206044072'), ('tmp_719', u'CBRANCH_-1206044070'), ('const-96', u'INT_ADD_-1206044178'), (u'INT_EQUAL_-1206043763', u'CBRANCH_-1206043761'), (u'INT_ADD_-1206044263', u'INT_ADD_-1206044081'), ('const-417', u'STORE_-1206044045'), ('const-0', u'RETURN_-1206044187'), (u'INT_ADD_-1206043582', u'CAST_-1206043116'), (u'COPY_-1206043590', u'RETURN_-1206043535'), ('const-13', u'INT_EQUAL_-1206044341'), ('tmp_871', u'CBRANCH_-1206043965'), ('const-2', u'INT_ADD_-1206043894'), ('const-10', u'INT_EQUAL_-1206044323'), ('const-0', u'COPY_-1206044258'), (u'CAST_-1206043116', u'STORE_-1206043596'), (u'LOAD_-1206044384', u'INT_EQUAL_-1206044261'), ('const-417', u'LOAD_-1206044192'), ('tmp_910', u'CBRANCH_-1206043940'), ('const-417', u'LOAD_-1206043916'), (u'CAST_-1206043237', u'LOAD_-1206043781'), (u'LOAD_-1206043939', u'INT_EQUAL_-1206043921'), ('tmp_1132', u'CBRANCH_-1206043782'), ('const-0', u'INT_NOTEQUAL_-1206043603'), (u'INT_ADD_-1206044344', u'CAST_-1206043466'), (u'INT_NOTEQUAL_-1206043603', u'CBRANCH_-1206043603'), ('tmp_2161', u'INT_ADD_-1206043765'), (u'COPY_-1206044317', u'COPY_-1206043512'), ('const-52', u'INT_ADD_-1206044368'), ('tmp_2161', u'INT_ADD_-1206044058'), (u'INT_ADD_-1206044263', u'COPY_-1206043489'), ('tmp_184', u'CBRANCH_-1206044365'), (u'INT_ADD_-1206044081', u'CAST_-1206043379'), ('const-417', u'LOAD_-1206043964'), ('const-178385', u'COPY_-1206043411'), ('const-2', u'STORE_-1206043596'), ('tmp_364', u'CBRANCH_-1206044233'), ('tmp_2161', u'INT_ADD_-1206043690'), ('const-10', u'INT_NOTEQUAL_-1206044154'), (u'COPY_-1206044258', u'RETURN_-1206044187'), (u'INT_ADD_-1206043765', u'CAST_-1206043237'), ('const-84', u'INT_ADD_-1206043690'), (u'INT_ADD_-1206043785', u'CAST_-1206043245'), (u'INT_ADD_-1206044176', u'CAST_-1206043432'), (u'INT_ADD_-1206043892', u'STORE_-1206043901'), ('const-417', u'LOAD_-1206044411'), ('const-0', u'RETURN_-1206043535'), (u'LOAD_-1206044192', u'INT_NOTEQUAL_-1206044154'), (u'INT_ADD_-1206044263', u'INT_EQUAL_-1206044261'), (u'INT_ADD_-1206043894', u'INT_ADD_-1206043892'), ('tmp_2161', u'INT_ADD_-1206043582'), ('const-417', u'STORE_-1206043704'), (u'COPY_-1206043411', u'CALL_-1206043992'), (u'CALL_-1206043992', u'INT_EQUAL_-1206043966'), ('tmp_1392', u'CBRANCH_-1206043713')]
null
null
000238c0
x86
O2
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nundefined4 __regparm3 FUN_000238c0(int param_1,int *param_2,undefined4 param_3)\n\n{\n int iVar1;\n char cVar2;\n int iVar3;\n char *pcVar4;\n int iVar5;\n int iVar6;\n \n iVar5 = *(int *)(param_1 + 0x30);\n iVar3 = *(int *)(param_1 + 0x34);\n if (iVar3 == 0) {\n if (iVar5 != 0) {\n return 0;\n }\n }\n else if ((*(char *)(param_1 + 0x60) == '\r') || (*(char *)(param_1 + 0x60) == '\n')) {\n if (iVar5 != 0) {\n *(undefined4 *)(param_1 + 0x54) = 2;\n *(undefined4 *)(param_1 + 0x50) = param_3;\n return 1;\n }\n }\n else {\n iVar1 = 0;\n do {\n iVar6 = iVar1;\n iVar1 = iVar6 + 1;\n if (iVar1 == iVar3) {\n if (iVar5 != iVar3) {\n return 0;\n }\n goto LAB_000239b0;\n }\n cVar2 = *(char *)(param_1 + 0x60 + iVar1);\n } while ((cVar2 != '\r') && (cVar2 != '\n'));\n if (iVar1 != iVar5) {\n pcVar4 = (char *)(iVar1 + param_1 + 0x60);\n if (*pcVar4 == '\r') {\n *(undefined4 *)(param_1 + 0x54) = 1;\n }\n *pcVar4 = '\0';\n iVar5 = FUN_00021340("Content-disposition: ",param_1 + 0x60,0x15);\n if (iVar5 == 0) {\n if (*(int *)(param_1 + 0x1c) == 0) {\n FUN_00023770();\n }\n if (*(int *)(param_1 + 0x24) == 0) {\n FUN_00023770();\n }\n }\n else {\n if (*(int *)(param_1 + 0x18) == 0) {\n FUN_000237f0();\n }\n if (*(int *)(param_1 + 0x20) == 0) {\n FUN_000237f0();\n }\n }\n *param_2 = iVar6 + 2 + *param_2;\n return 1;\n }\n }\nLAB_000239b0:\n *(undefined4 *)(param_1 + 0x50) = 0;\n return 0;\n}\n\n" comment (function_definition "undefined4 __regparm3 FUN_000238c0(int param_1,int *param_2,undefined4 param_3)\n\n{\n int iVar1;\n char cVar2;\n int iVar3;\n char *pcVar4;\n int iVar5;\n int iVar6;\n \n iVar5 = *(int *)(param_1 + 0x30);\n iVar3 = *(int *)(param_1 + 0x34);\n if (iVar3 == 0) {\n if (iVar5 != 0) {\n return 0;\n }\n }\n else if ((*(char *)(param_1 + 0x60) == '\r') || (*(char *)(param_1 + 0x60) == '\n')) {\n if (iVar5 != 0) {\n *(undefined4 *)(param_1 + 0x54) = 2;\n *(undefined4 *)(param_1 + 0x50) = param_3;\n return 1;\n }\n }\n else {\n iVar1 = 0;\n do {\n iVar6 = iVar1;\n iVar1 = iVar6 + 1;\n if (iVar1 == iVar3) {\n if (iVar5 != iVar3) {\n return 0;\n }\n goto LAB_000239b0;\n }\n cVar2 = *(char *)(param_1 + 0x60 + iVar1);\n } while ((cVar2 != '\r') && (cVar2 != '\n'));\n if (iVar1 != iVar5) {\n pcVar4 = (char *)(iVar1 + param_1 + 0x60);\n if (*pcVar4 == '\r') {\n *(undefined4 *)(param_1 + 0x54) = 1;\n }\n *pcVar4 = '\0';\n iVar5 = FUN_00021340("Content-disposition: ",param_1 + 0x60,0x15);\n if (iVar5 == 0) {\n if (*(int *)(param_1 + 0x1c) == 0) {\n FUN_00023770();\n }\n if (*(int *)(param_1 + 0x24) == 0) {\n FUN_00023770();\n }\n }\n else {\n if (*(int *)(param_1 + 0x18) == 0) {\n FUN_000237f0();\n }\n if (*(int *)(param_1 + 0x20) == 0) {\n FUN_000237f0();\n }\n }\n *param_2 = iVar6 + 2 + *param_2;\n return 1;\n }\n }\nLAB_000239b0:\n *(undefined4 *)(param_1 + 0x50) = 0;\n return 0;\n}" type_identifier (ERROR "__regparm3" identifier) (function_declarator "FUN_000238c0(int param_1,int *param_2,undefined4 param_3)" identifier (parameter_list "(int param_1,int *param_2,undefined4 param_3)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "int *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "undefined4 param_3" type_identifier identifier) ))) (compound_statement "{\n int iVar1;\n char cVar2;\n int iVar3;\n char *pcVar4;\n int iVar5;\n int iVar6;\n \n iVar5 = *(int *)(param_1 + 0x30);\n iVar3 = *(int *)(param_1 + 0x34);\n if (iVar3 == 0) {\n if (iVar5 != 0) {\n return 0;\n }\n }\n else if ((*(char *)(param_1 + 0x60) == '\r') || (*(char *)(param_1 + 0x60) == '\n')) {\n if (iVar5 != 0) {\n *(undefined4 *)(param_1 + 0x54) = 2;\n *(undefined4 *)(param_1 + 0x50) = param_3;\n return 1;\n }\n }\n else {\n iVar1 = 0;\n do {\n iVar6 = iVar1;\n iVar1 = iVar6 + 1;\n if (iVar1 == iVar3) {\n if (iVar5 != iVar3) {\n return 0;\n }\n goto LAB_000239b0;\n }\n cVar2 = *(char *)(param_1 + 0x60 + iVar1);\n } while ((cVar2 != '\r') && (cVar2 != '\n'));\n if (iVar1 != iVar5) {\n pcVar4 = (char *)(iVar1 + param_1 + 0x60);\n if (*pcVar4 == '\r') {\n *(undefined4 *)(param_1 + 0x54) = 1;\n }\n *pcVar4 = '\0';\n iVar5 = FUN_00021340("Content-disposition: ",param_1 + 0x60,0x15);\n if (iVar5 == 0) {\n if (*(int *)(param_1 + 0x1c) == 0) {\n FUN_00023770();\n }\n if (*(int *)(param_1 + 0x24) == 0) {\n FUN_00023770();\n }\n }\n else {\n if (*(int *)(param_1 + 0x18) == 0) {\n FUN_000237f0();\n }\n if (*(int *)(param_1 + 0x20) == 0) {\n FUN_000237f0();\n }\n }\n *param_2 = iVar6 + 2 + *param_2;\n return 1;\n }\n }\nLAB_000239b0:\n *(undefined4 *)(param_1 + 0x50) = 0;\n return 0;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "char cVar2;" primitive_type identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "char *pcVar4;" primitive_type (pointer_declarator "*pcVar4" * identifier) ;) (declaration "int iVar5;" primitive_type identifier ;) (declaration "int iVar6;" primitive_type identifier ;) (expression_statement "iVar5 = *(int *)(param_1 + 0x30);" (assignment_expression "iVar5 = *(int *)(param_1 + 0x30)" identifier = (pointer_expression "*(int *)(param_1 + 0x30)" * (cast_expression "(int *)(param_1 + 0x30)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x30)" ( (binary_expression "param_1 + 0x30" identifier + number_literal) ))))) ;) (expression_statement "iVar3 = *(int *)(param_1 + 0x34);" (assignment_expression "iVar3 = *(int *)(param_1 + 0x34)" identifier = (pointer_expression "*(int *)(param_1 + 0x34)" * (cast_expression "(int *)(param_1 + 0x34)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x34)" ( (binary_expression "param_1 + 0x34" identifier + number_literal) ))))) ;) (if_statement "if (iVar3 == 0) {\n if (iVar5 != 0) {\n return 0;\n }\n }\n else if ((*(char *)(param_1 + 0x60) == '\r') || (*(char *)(param_1 + 0x60) == '\n')) {\n if (iVar5 != 0) {\n *(undefined4 *)(param_1 + 0x54) = 2;\n *(undefined4 *)(param_1 + 0x50) = param_3;\n return 1;\n }\n }\n else {\n iVar1 = 0;\n do {\n iVar6 = iVar1;\n iVar1 = iVar6 + 1;\n if (iVar1 == iVar3) {\n if (iVar5 != iVar3) {\n return 0;\n }\n goto LAB_000239b0;\n }\n cVar2 = *(char *)(param_1 + 0x60 + iVar1);\n } while ((cVar2 != '\r') && (cVar2 != '\n'));\n if (iVar1 != iVar5) {\n pcVar4 = (char *)(iVar1 + param_1 + 0x60);\n if (*pcVar4 == '\r') {\n *(undefined4 *)(param_1 + 0x54) = 1;\n }\n *pcVar4 = '\0';\n iVar5 = FUN_00021340("Content-disposition: ",param_1 + 0x60,0x15);\n if (iVar5 == 0) {\n if (*(int *)(param_1 + 0x1c) == 0) {\n FUN_00023770();\n }\n if (*(int *)(param_1 + 0x24) == 0) {\n FUN_00023770();\n }\n }\n else {\n if (*(int *)(param_1 + 0x18) == 0) {\n FUN_000237f0();\n }\n if (*(int *)(param_1 + 0x20) == 0) {\n FUN_000237f0();\n }\n }\n *param_2 = iVar6 + 2 + *param_2;\n return 1;\n }\n }" if (parenthesized_expression "(iVar3 == 0)" ( (binary_expression "iVar3 == 0" identifier == number_literal) )) (compound_statement "{\n if (iVar5 != 0) {\n return 0;\n }\n }" { (if_statement "if (iVar5 != 0) {\n return 0;\n }" if (parenthesized_expression "(iVar5 != 0)" ( (binary_expression "iVar5 != 0" identifier != number_literal) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) }) (else_clause "else if ((*(char *)(param_1 + 0x60) == '\r') || (*(char *)(param_1 + 0x60) == '\n')) {\n if (iVar5 != 0) {\n *(undefined4 *)(param_1 + 0x54) = 2;\n *(undefined4 *)(param_1 + 0x50) = param_3;\n return 1;\n }\n }\n else {\n iVar1 = 0;\n do {\n iVar6 = iVar1;\n iVar1 = iVar6 + 1;\n if (iVar1 == iVar3) {\n if (iVar5 != iVar3) {\n return 0;\n }\n goto LAB_000239b0;\n }\n cVar2 = *(char *)(param_1 + 0x60 + iVar1);\n } while ((cVar2 != '\r') && (cVar2 != '\n'));\n if (iVar1 != iVar5) {\n pcVar4 = (char *)(iVar1 + param_1 + 0x60);\n if (*pcVar4 == '\r') {\n *(undefined4 *)(param_1 + 0x54) = 1;\n }\n *pcVar4 = '\0';\n iVar5 = FUN_00021340("Content-disposition: ",param_1 + 0x60,0x15);\n if (iVar5 == 0) {\n if (*(int *)(param_1 + 0x1c) == 0) {\n FUN_00023770();\n }\n if (*(int *)(param_1 + 0x24) == 0) {\n FUN_00023770();\n }\n }\n else {\n if (*(int *)(param_1 + 0x18) == 0) {\n FUN_000237f0();\n }\n if (*(int *)(param_1 + 0x20) == 0) {\n FUN_000237f0();\n }\n }\n *param_2 = iVar6 + 2 + *param_2;\n return 1;\n }\n }" else (if_statement "if ((*(char *)(param_1 + 0x60) == '\r') || (*(char *)(param_1 + 0x60) == '\n')) {\n if (iVar5 != 0) {\n *(undefined4 *)(param_1 + 0x54) = 2;\n *(undefined4 *)(param_1 + 0x50) = param_3;\n return 1;\n }\n }\n else {\n iVar1 = 0;\n do {\n iVar6 = iVar1;\n iVar1 = iVar6 + 1;\n if (iVar1 == iVar3) {\n if (iVar5 != iVar3) {\n return 0;\n }\n goto LAB_000239b0;\n }\n cVar2 = *(char *)(param_1 + 0x60 + iVar1);\n } while ((cVar2 != '\r') && (cVar2 != '\n'));\n if (iVar1 != iVar5) {\n pcVar4 = (char *)(iVar1 + param_1 + 0x60);\n if (*pcVar4 == '\r') {\n *(undefined4 *)(param_1 + 0x54) = 1;\n }\n *pcVar4 = '\0';\n iVar5 = FUN_00021340("Content-disposition: ",param_1 + 0x60,0x15);\n if (iVar5 == 0) {\n if (*(int *)(param_1 + 0x1c) == 0) {\n FUN_00023770();\n }\n if (*(int *)(param_1 + 0x24) == 0) {\n FUN_00023770();\n }\n }\n else {\n if (*(int *)(param_1 + 0x18) == 0) {\n FUN_000237f0();\n }\n if (*(int *)(param_1 + 0x20) == 0) {\n FUN_000237f0();\n }\n }\n *param_2 = iVar6 + 2 + *param_2;\n return 1;\n }\n }" if (parenthesized_expression "((*(char *)(param_1 + 0x60) == '\r') || (*(char *)(param_1 + 0x60) == '\n'))" ( (binary_expression "(*(char *)(param_1 + 0x60) == '\r') || (*(char *)(param_1 + 0x60) == '\n')" (parenthesized_expression "(*(char *)(param_1 + 0x60) == '\r')" ( (binary_expression "*(char *)(param_1 + 0x60) == '\r'" (pointer_expression "*(char *)(param_1 + 0x60)" * (cast_expression "(char *)(param_1 + 0x60)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x60)" ( (binary_expression "param_1 + 0x60" identifier + number_literal) )))) == (char_literal "'\r'" ' escape_sequence ')) )) || (parenthesized_expression "(*(char *)(param_1 + 0x60) == '\n')" ( (binary_expression "*(char *)(param_1 + 0x60) == '\n'" (pointer_expression "*(char *)(param_1 + 0x60)" * (cast_expression "(char *)(param_1 + 0x60)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x60)" ( (binary_expression "param_1 + 0x60" identifier + number_literal) )))) == (char_literal "'\n'" ' escape_sequence ')) ))) )) (compound_statement "{\n if (iVar5 != 0) {\n *(undefined4 *)(param_1 + 0x54) = 2;\n *(undefined4 *)(param_1 + 0x50) = param_3;\n return 1;\n }\n }" { (if_statement "if (iVar5 != 0) {\n *(undefined4 *)(param_1 + 0x54) = 2;\n *(undefined4 *)(param_1 + 0x50) = param_3;\n return 1;\n }" if (parenthesized_expression "(iVar5 != 0)" ( (binary_expression "iVar5 != 0" identifier != number_literal) )) (compound_statement "{\n *(undefined4 *)(param_1 + 0x54) = 2;\n *(undefined4 *)(param_1 + 0x50) = param_3;\n return 1;\n }" { (expression_statement "*(undefined4 *)(param_1 + 0x54) = 2;" (assignment_expression "*(undefined4 *)(param_1 + 0x54) = 2" (pointer_expression "*(undefined4 *)(param_1 + 0x54)" * (cast_expression "(undefined4 *)(param_1 + 0x54)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x54)" ( (binary_expression "param_1 + 0x54" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined4 *)(param_1 + 0x50) = param_3;" (assignment_expression "*(undefined4 *)(param_1 + 0x50) = param_3" (pointer_expression "*(undefined4 *)(param_1 + 0x50)" * (cast_expression "(undefined4 *)(param_1 + 0x50)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x50)" ( (binary_expression "param_1 + 0x50" identifier + number_literal) )))) = identifier) ;) (return_statement "return 1;" return number_literal ;) })) }) (else_clause "else {\n iVar1 = 0;\n do {\n iVar6 = iVar1;\n iVar1 = iVar6 + 1;\n if (iVar1 == iVar3) {\n if (iVar5 != iVar3) {\n return 0;\n }\n goto LAB_000239b0;\n }\n cVar2 = *(char *)(param_1 + 0x60 + iVar1);\n } while ((cVar2 != '\r') && (cVar2 != '\n'));\n if (iVar1 != iVar5) {\n pcVar4 = (char *)(iVar1 + param_1 + 0x60);\n if (*pcVar4 == '\r') {\n *(undefined4 *)(param_1 + 0x54) = 1;\n }\n *pcVar4 = '\0';\n iVar5 = FUN_00021340("Content-disposition: ",param_1 + 0x60,0x15);\n if (iVar5 == 0) {\n if (*(int *)(param_1 + 0x1c) == 0) {\n FUN_00023770();\n }\n if (*(int *)(param_1 + 0x24) == 0) {\n FUN_00023770();\n }\n }\n else {\n if (*(int *)(param_1 + 0x18) == 0) {\n FUN_000237f0();\n }\n if (*(int *)(param_1 + 0x20) == 0) {\n FUN_000237f0();\n }\n }\n *param_2 = iVar6 + 2 + *param_2;\n return 1;\n }\n }" else (compound_statement "{\n iVar1 = 0;\n do {\n iVar6 = iVar1;\n iVar1 = iVar6 + 1;\n if (iVar1 == iVar3) {\n if (iVar5 != iVar3) {\n return 0;\n }\n goto LAB_000239b0;\n }\n cVar2 = *(char *)(param_1 + 0x60 + iVar1);\n } while ((cVar2 != '\r') && (cVar2 != '\n'));\n if (iVar1 != iVar5) {\n pcVar4 = (char *)(iVar1 + param_1 + 0x60);\n if (*pcVar4 == '\r') {\n *(undefined4 *)(param_1 + 0x54) = 1;\n }\n *pcVar4 = '\0';\n iVar5 = FUN_00021340("Content-disposition: ",param_1 + 0x60,0x15);\n if (iVar5 == 0) {\n if (*(int *)(param_1 + 0x1c) == 0) {\n FUN_00023770();\n }\n if (*(int *)(param_1 + 0x24) == 0) {\n FUN_00023770();\n }\n }\n else {\n if (*(int *)(param_1 + 0x18) == 0) {\n FUN_000237f0();\n }\n if (*(int *)(param_1 + 0x20) == 0) {\n FUN_000237f0();\n }\n }\n *param_2 = iVar6 + 2 + *param_2;\n return 1;\n }\n }" { (expression_statement "iVar1 = 0;" (assignment_expression "iVar1 = 0" identifier = number_literal) ;) (do_statement "do {\n iVar6 = iVar1;\n iVar1 = iVar6 + 1;\n if (iVar1 == iVar3) {\n if (iVar5 != iVar3) {\n return 0;\n }\n goto LAB_000239b0;\n }\n cVar2 = *(char *)(param_1 + 0x60 + iVar1);\n } while ((cVar2 != '\r') && (cVar2 != '\n'));" do (compound_statement "{\n iVar6 = iVar1;\n iVar1 = iVar6 + 1;\n if (iVar1 == iVar3) {\n if (iVar5 != iVar3) {\n return 0;\n }\n goto LAB_000239b0;\n }\n cVar2 = *(char *)(param_1 + 0x60 + iVar1);\n }" { (expression_statement "iVar6 = iVar1;" (assignment_expression "iVar6 = iVar1" identifier = identifier) ;) (expression_statement "iVar1 = iVar6 + 1;" (assignment_expression "iVar1 = iVar6 + 1" identifier = (binary_expression "iVar6 + 1" identifier + number_literal)) ;) (if_statement "if (iVar1 == iVar3) {\n if (iVar5 != iVar3) {\n return 0;\n }\n goto LAB_000239b0;\n }" if (parenthesized_expression "(iVar1 == iVar3)" ( (binary_expression "iVar1 == iVar3" identifier == identifier) )) (compound_statement "{\n if (iVar5 != iVar3) {\n return 0;\n }\n goto LAB_000239b0;\n }" { (if_statement "if (iVar5 != iVar3) {\n return 0;\n }" if (parenthesized_expression "(iVar5 != iVar3)" ( (binary_expression "iVar5 != iVar3" identifier != identifier) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) (goto_statement "goto LAB_000239b0;" goto statement_identifier ;) })) (expression_statement "cVar2 = *(char *)(param_1 + 0x60 + iVar1);" (assignment_expression "cVar2 = *(char *)(param_1 + 0x60 + iVar1)" identifier = (pointer_expression "*(char *)(param_1 + 0x60 + iVar1)" * (cast_expression "(char *)(param_1 + 0x60 + iVar1)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x60 + iVar1)" ( (binary_expression "param_1 + 0x60 + iVar1" (binary_expression "param_1 + 0x60" identifier + number_literal) + identifier) ))))) ;) }) while (parenthesized_expression "((cVar2 != '\r') && (cVar2 != '\n'))" ( (binary_expression "(cVar2 != '\r') && (cVar2 != '\n')" (parenthesized_expression "(cVar2 != '\r')" ( (binary_expression "cVar2 != '\r'" identifier != (char_literal "'\r'" ' escape_sequence ')) )) && (parenthesized_expression "(cVar2 != '\n')" ( (binary_expression "cVar2 != '\n'" identifier != (char_literal "'\n'" ' escape_sequence ')) ))) )) ;) (if_statement "if (iVar1 != iVar5) {\n pcVar4 = (char *)(iVar1 + param_1 + 0x60);\n if (*pcVar4 == '\r') {\n *(undefined4 *)(param_1 + 0x54) = 1;\n }\n *pcVar4 = '\0';\n iVar5 = FUN_00021340("Content-disposition: ",param_1 + 0x60,0x15);\n if (iVar5 == 0) {\n if (*(int *)(param_1 + 0x1c) == 0) {\n FUN_00023770();\n }\n if (*(int *)(param_1 + 0x24) == 0) {\n FUN_00023770();\n }\n }\n else {\n if (*(int *)(param_1 + 0x18) == 0) {\n FUN_000237f0();\n }\n if (*(int *)(param_1 + 0x20) == 0) {\n FUN_000237f0();\n }\n }\n *param_2 = iVar6 + 2 + *param_2;\n return 1;\n }" if (parenthesized_expression "(iVar1 != iVar5)" ( (binary_expression "iVar1 != iVar5" identifier != identifier) )) (compound_statement "{\n pcVar4 = (char *)(iVar1 + param_1 + 0x60);\n if (*pcVar4 == '\r') {\n *(undefined4 *)(param_1 + 0x54) = 1;\n }\n *pcVar4 = '\0';\n iVar5 = FUN_00021340("Content-disposition: ",param_1 + 0x60,0x15);\n if (iVar5 == 0) {\n if (*(int *)(param_1 + 0x1c) == 0) {\n FUN_00023770();\n }\n if (*(int *)(param_1 + 0x24) == 0) {\n FUN_00023770();\n }\n }\n else {\n if (*(int *)(param_1 + 0x18) == 0) {\n FUN_000237f0();\n }\n if (*(int *)(param_1 + 0x20) == 0) {\n FUN_000237f0();\n }\n }\n *param_2 = iVar6 + 2 + *param_2;\n return 1;\n }" { (expression_statement "pcVar4 = (char *)(iVar1 + param_1 + 0x60);" (assignment_expression "pcVar4 = (char *)(iVar1 + param_1 + 0x60)" identifier = (cast_expression "(char *)(iVar1 + param_1 + 0x60)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + param_1 + 0x60)" ( (binary_expression "iVar1 + param_1 + 0x60" (binary_expression "iVar1 + param_1" identifier + identifier) + number_literal) )))) ;) (if_statement "if (*pcVar4 == '\r') {\n *(undefined4 *)(param_1 + 0x54) = 1;\n }" if (parenthesized_expression "(*pcVar4 == '\r')" ( (binary_expression "*pcVar4 == '\r'" (pointer_expression "*pcVar4" * identifier) == (char_literal "'\r'" ' escape_sequence ')) )) (compound_statement "{\n *(undefined4 *)(param_1 + 0x54) = 1;\n }" { (expression_statement "*(undefined4 *)(param_1 + 0x54) = 1;" (assignment_expression "*(undefined4 *)(param_1 + 0x54) = 1" (pointer_expression "*(undefined4 *)(param_1 + 0x54)" * (cast_expression "(undefined4 *)(param_1 + 0x54)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x54)" ( (binary_expression "param_1 + 0x54" identifier + number_literal) )))) = number_literal) ;) })) (expression_statement "*pcVar4 = '\0';" (assignment_expression "*pcVar4 = '\0'" (pointer_expression "*pcVar4" * identifier) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "iVar5 = FUN_00021340("Content-disposition: ",param_1 + 0x60,0x15);" (assignment_expression "iVar5 = FUN_00021340("Content-disposition: ",param_1 + 0x60,0x15)" identifier = (call_expression "FUN_00021340("Content-disposition: ",param_1 + 0x60,0x15)" identifier (argument_list "("Content-disposition: ",param_1 + 0x60,0x15)" ( (string_literal ""Content-disposition: "" " string_content ") , (binary_expression "param_1 + 0x60" identifier + number_literal) , number_literal )))) ;) (if_statement "if (iVar5 == 0) {\n if (*(int *)(param_1 + 0x1c) == 0) {\n FUN_00023770();\n }\n if (*(int *)(param_1 + 0x24) == 0) {\n FUN_00023770();\n }\n }\n else {\n if (*(int *)(param_1 + 0x18) == 0) {\n FUN_000237f0();\n }\n if (*(int *)(param_1 + 0x20) == 0) {\n FUN_000237f0();\n }\n }" if (parenthesized_expression "(iVar5 == 0)" ( (binary_expression "iVar5 == 0" identifier == number_literal) )) (compound_statement "{\n if (*(int *)(param_1 + 0x1c) == 0) {\n FUN_00023770();\n }\n if (*(int *)(param_1 + 0x24) == 0) {\n FUN_00023770();\n }\n }" { (if_statement "if (*(int *)(param_1 + 0x1c) == 0) {\n FUN_00023770();\n }" if (parenthesized_expression "(*(int *)(param_1 + 0x1c) == 0)" ( (binary_expression "*(int *)(param_1 + 0x1c) == 0" (pointer_expression "*(int *)(param_1 + 0x1c)" * (cast_expression "(int *)(param_1 + 0x1c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x1c)" ( (binary_expression "param_1 + 0x1c" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n FUN_00023770();\n }" { (expression_statement "FUN_00023770();" (call_expression "FUN_00023770()" identifier (argument_list "()" ( ))) ;) })) (if_statement "if (*(int *)(param_1 + 0x24) == 0) {\n FUN_00023770();\n }" if (parenthesized_expression "(*(int *)(param_1 + 0x24) == 0)" ( (binary_expression "*(int *)(param_1 + 0x24) == 0" (pointer_expression "*(int *)(param_1 + 0x24)" * (cast_expression "(int *)(param_1 + 0x24)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x24)" ( (binary_expression "param_1 + 0x24" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n FUN_00023770();\n }" { (expression_statement "FUN_00023770();" (call_expression "FUN_00023770()" identifier (argument_list "()" ( ))) ;) })) }) (else_clause "else {\n if (*(int *)(param_1 + 0x18) == 0) {\n FUN_000237f0();\n }\n if (*(int *)(param_1 + 0x20) == 0) {\n FUN_000237f0();\n }\n }" else (compound_statement "{\n if (*(int *)(param_1 + 0x18) == 0) {\n FUN_000237f0();\n }\n if (*(int *)(param_1 + 0x20) == 0) {\n FUN_000237f0();\n }\n }" { (if_statement "if (*(int *)(param_1 + 0x18) == 0) {\n FUN_000237f0();\n }" if (parenthesized_expression "(*(int *)(param_1 + 0x18) == 0)" ( (binary_expression "*(int *)(param_1 + 0x18) == 0" (pointer_expression "*(int *)(param_1 + 0x18)" * (cast_expression "(int *)(param_1 + 0x18)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n FUN_000237f0();\n }" { (expression_statement "FUN_000237f0();" (call_expression "FUN_000237f0()" identifier (argument_list "()" ( ))) ;) })) (if_statement "if (*(int *)(param_1 + 0x20) == 0) {\n FUN_000237f0();\n }" if (parenthesized_expression "(*(int *)(param_1 + 0x20) == 0)" ( (binary_expression "*(int *)(param_1 + 0x20) == 0" (pointer_expression "*(int *)(param_1 + 0x20)" * (cast_expression "(int *)(param_1 + 0x20)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n FUN_000237f0();\n }" { (expression_statement "FUN_000237f0();" (call_expression "FUN_000237f0()" identifier (argument_list "()" ( ))) ;) })) }))) (expression_statement "*param_2 = iVar6 + 2 + *param_2;" (assignment_expression "*param_2 = iVar6 + 2 + *param_2" (pointer_expression "*param_2" * identifier) = (binary_expression "iVar6 + 2 + *param_2" (binary_expression "iVar6 + 2" identifier + number_literal) + (pointer_expression "*param_2" * identifier))) ;) (return_statement "return 1;" return number_literal ;) })) }))))) (labeled_statement "LAB_000239b0:\n *(undefined4 *)(param_1 + 0x50) = 0;" statement_identifier : (expression_statement "*(undefined4 *)(param_1 + 0x50) = 0;" (assignment_expression "*(undefined4 *)(param_1 + 0x50) = 0" (pointer_expression "*(undefined4 *)(param_1 + 0x50)" * (cast_expression "(undefined4 *)(param_1 + 0x50)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x50)" ( (binary_expression "param_1 + 0x50" identifier + number_literal) )))) = number_literal) ;)) (return_statement "return 0;" return number_literal ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Enum "MHD_FLAG": Some values do not have unique names */\n/* WARNING: Enum "gnutls_pk_algorithm_t": Some values do not have unique names */\n/* WARNING: Enum "gnutls_certificate_type_t": Some values do not have unique names */\n\nint __regparm3 process_multipart_headers(MHD_PostProcessor *pp,size_t *ioffptr,PP_State next_state)\n\n{\n size_t sVar1;\n char *buf;\n size_t sVar2;\n size_t sVar3;\n MHD_PostProcessor *str2;\n int iVar4;\n size_t sVar5;\n \n str2 = pp + 1;\n sVar2 = pp->buffer_size;\n sVar3 = pp->buffer_pos;\n if (sVar3 == 0) {\n if (sVar2 != 0) {\n return 0;\n }\n }\n else if ((*(char *)&pp[1].connection == '\r') || (*(char *)&pp[1].connection == '\n')) {\n if (sVar2 != 0) {\n pp->skip_rn = RN_Full;\n pp->state = next_state;\n return 1;\n }\n }\n else {\n sVar1 = 0;\n do {\n sVar5 = sVar1;\n sVar1 = sVar5 + 1;\n if (sVar1 == sVar3) {\n if (sVar2 != sVar3) {\n return 0;\n }\n goto LAB_000239b0;\n }\n } while ((pp[1].xbuf[sVar5 - 0x27] != '\r') && (pp[1].xbuf[sVar5 - 0x27] != '\n'));\n if (sVar1 != sVar2) {\n if (str2->xbuf[sVar5 - 0x27] == '\r') {\n pp->skip_rn = RN_OptN;\n }\n str2->xbuf[sVar5 - 0x27] = '\0';\n iVar4 = MHD_str_equal_caseless_n_("Content-disposition: ",(char *)str2,0x15);\n if (iVar4 == 0) {\n if (pp->content_type == (char *)0x0) {\n try_match_header("Content-type: ",(char *)str2,&pp->content_type);\n }\n if (pp->content_transfer_encoding == (char *)0x0) {\n try_match_header("Content-Transfer-Encoding: ",(char *)str2,&pp->content_transfer_encoding\n );\n }\n }\n else {\n buf = (char *)((int)&pp[1].nested_boundary + 1);\n if (pp->content_name == (char *)0x0) {\n try_get_value(buf,"name",&pp->content_name);\n }\n if (pp->content_filename == (char *)0x0) {\n try_get_value(buf,"filename",&pp->content_filename);\n }\n }\n *ioffptr = sVar5 + 2 + *ioffptr;\n return 1;\n }\n }\nLAB_000239b0:\n pp->state = PP_Error;\n return 0;\n}\n\n" comment comment comment comment (function_definition "int __regparm3 process_multipart_headers(MHD_PostProcessor *pp,size_t *ioffptr,PP_State next_state)\n\n{\n size_t sVar1;\n char *buf;\n size_t sVar2;\n size_t sVar3;\n MHD_PostProcessor *str2;\n int iVar4;\n size_t sVar5;\n \n str2 = pp + 1;\n sVar2 = pp->buffer_size;\n sVar3 = pp->buffer_pos;\n if (sVar3 == 0) {\n if (sVar2 != 0) {\n return 0;\n }\n }\n else if ((*(char *)&pp[1].connection == '\r') || (*(char *)&pp[1].connection == '\n')) {\n if (sVar2 != 0) {\n pp->skip_rn = RN_Full;\n pp->state = next_state;\n return 1;\n }\n }\n else {\n sVar1 = 0;\n do {\n sVar5 = sVar1;\n sVar1 = sVar5 + 1;\n if (sVar1 == sVar3) {\n if (sVar2 != sVar3) {\n return 0;\n }\n goto LAB_000239b0;\n }\n } while ((pp[1].xbuf[sVar5 - 0x27] != '\r') && (pp[1].xbuf[sVar5 - 0x27] != '\n'));\n if (sVar1 != sVar2) {\n if (str2->xbuf[sVar5 - 0x27] == '\r') {\n pp->skip_rn = RN_OptN;\n }\n str2->xbuf[sVar5 - 0x27] = '\0';\n iVar4 = MHD_str_equal_caseless_n_("Content-disposition: ",(char *)str2,0x15);\n if (iVar4 == 0) {\n if (pp->content_type == (char *)0x0) {\n try_match_header("Content-type: ",(char *)str2,&pp->content_type);\n }\n if (pp->content_transfer_encoding == (char *)0x0) {\n try_match_header("Content-Transfer-Encoding: ",(char *)str2,&pp->content_transfer_encoding\n );\n }\n }\n else {\n buf = (char *)((int)&pp[1].nested_boundary + 1);\n if (pp->content_name == (char *)0x0) {\n try_get_value(buf,"name",&pp->content_name);\n }\n if (pp->content_filename == (char *)0x0) {\n try_get_value(buf,"filename",&pp->content_filename);\n }\n }\n *ioffptr = sVar5 + 2 + *ioffptr;\n return 1;\n }\n }\nLAB_000239b0:\n pp->state = PP_Error;\n return 0;\n}" primitive_type (ERROR "__regparm3" identifier) (function_declarator "process_multipart_headers(MHD_PostProcessor *pp,size_t *ioffptr,PP_State next_state)" identifier (parameter_list "(MHD_PostProcessor *pp,size_t *ioffptr,PP_State next_state)" ( (parameter_declaration "MHD_PostProcessor *pp" type_identifier (pointer_declarator "*pp" * identifier)) , (parameter_declaration "size_t *ioffptr" primitive_type (pointer_declarator "*ioffptr" * identifier)) , (parameter_declaration "PP_State next_state" type_identifier identifier) ))) (compound_statement "{\n size_t sVar1;\n char *buf;\n size_t sVar2;\n size_t sVar3;\n MHD_PostProcessor *str2;\n int iVar4;\n size_t sVar5;\n \n str2 = pp + 1;\n sVar2 = pp->buffer_size;\n sVar3 = pp->buffer_pos;\n if (sVar3 == 0) {\n if (sVar2 != 0) {\n return 0;\n }\n }\n else if ((*(char *)&pp[1].connection == '\r') || (*(char *)&pp[1].connection == '\n')) {\n if (sVar2 != 0) {\n pp->skip_rn = RN_Full;\n pp->state = next_state;\n return 1;\n }\n }\n else {\n sVar1 = 0;\n do {\n sVar5 = sVar1;\n sVar1 = sVar5 + 1;\n if (sVar1 == sVar3) {\n if (sVar2 != sVar3) {\n return 0;\n }\n goto LAB_000239b0;\n }\n } while ((pp[1].xbuf[sVar5 - 0x27] != '\r') && (pp[1].xbuf[sVar5 - 0x27] != '\n'));\n if (sVar1 != sVar2) {\n if (str2->xbuf[sVar5 - 0x27] == '\r') {\n pp->skip_rn = RN_OptN;\n }\n str2->xbuf[sVar5 - 0x27] = '\0';\n iVar4 = MHD_str_equal_caseless_n_("Content-disposition: ",(char *)str2,0x15);\n if (iVar4 == 0) {\n if (pp->content_type == (char *)0x0) {\n try_match_header("Content-type: ",(char *)str2,&pp->content_type);\n }\n if (pp->content_transfer_encoding == (char *)0x0) {\n try_match_header("Content-Transfer-Encoding: ",(char *)str2,&pp->content_transfer_encoding\n );\n }\n }\n else {\n buf = (char *)((int)&pp[1].nested_boundary + 1);\n if (pp->content_name == (char *)0x0) {\n try_get_value(buf,"name",&pp->content_name);\n }\n if (pp->content_filename == (char *)0x0) {\n try_get_value(buf,"filename",&pp->content_filename);\n }\n }\n *ioffptr = sVar5 + 2 + *ioffptr;\n return 1;\n }\n }\nLAB_000239b0:\n pp->state = PP_Error;\n return 0;\n}" { (declaration "size_t sVar1;" primitive_type identifier ;) (declaration "char *buf;" primitive_type (pointer_declarator "*buf" * identifier) ;) (declaration "size_t sVar2;" primitive_type identifier ;) (declaration "size_t sVar3;" primitive_type identifier ;) (declaration "MHD_PostProcessor *str2;" type_identifier (pointer_declarator "*str2" * identifier) ;) (declaration "int iVar4;" primitive_type identifier ;) (declaration "size_t sVar5;" primitive_type identifier ;) (expression_statement "str2 = pp + 1;" (assignment_expression "str2 = pp + 1" identifier = (binary_expression "pp + 1" identifier + number_literal)) ;) (expression_statement "sVar2 = pp->buffer_size;" (assignment_expression "sVar2 = pp->buffer_size" identifier = (field_expression "pp->buffer_size" identifier -> field_identifier)) ;) (expression_statement "sVar3 = pp->buffer_pos;" (assignment_expression "sVar3 = pp->buffer_pos" identifier = (field_expression "pp->buffer_pos" identifier -> field_identifier)) ;) (if_statement "if (sVar3 == 0) {\n if (sVar2 != 0) {\n return 0;\n }\n }\n else if ((*(char *)&pp[1].connection == '\r') || (*(char *)&pp[1].connection == '\n')) {\n if (sVar2 != 0) {\n pp->skip_rn = RN_Full;\n pp->state = next_state;\n return 1;\n }\n }\n else {\n sVar1 = 0;\n do {\n sVar5 = sVar1;\n sVar1 = sVar5 + 1;\n if (sVar1 == sVar3) {\n if (sVar2 != sVar3) {\n return 0;\n }\n goto LAB_000239b0;\n }\n } while ((pp[1].xbuf[sVar5 - 0x27] != '\r') && (pp[1].xbuf[sVar5 - 0x27] != '\n'));\n if (sVar1 != sVar2) {\n if (str2->xbuf[sVar5 - 0x27] == '\r') {\n pp->skip_rn = RN_OptN;\n }\n str2->xbuf[sVar5 - 0x27] = '\0';\n iVar4 = MHD_str_equal_caseless_n_("Content-disposition: ",(char *)str2,0x15);\n if (iVar4 == 0) {\n if (pp->content_type == (char *)0x0) {\n try_match_header("Content-type: ",(char *)str2,&pp->content_type);\n }\n if (pp->content_transfer_encoding == (char *)0x0) {\n try_match_header("Content-Transfer-Encoding: ",(char *)str2,&pp->content_transfer_encoding\n );\n }\n }\n else {\n buf = (char *)((int)&pp[1].nested_boundary + 1);\n if (pp->content_name == (char *)0x0) {\n try_get_value(buf,"name",&pp->content_name);\n }\n if (pp->content_filename == (char *)0x0) {\n try_get_value(buf,"filename",&pp->content_filename);\n }\n }\n *ioffptr = sVar5 + 2 + *ioffptr;\n return 1;\n }\n }" if (parenthesized_expression "(sVar3 == 0)" ( (binary_expression "sVar3 == 0" identifier == number_literal) )) (compound_statement "{\n if (sVar2 != 0) {\n return 0;\n }\n }" { (if_statement "if (sVar2 != 0) {\n return 0;\n }" if (parenthesized_expression "(sVar2 != 0)" ( (binary_expression "sVar2 != 0" identifier != number_literal) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) }) (else_clause "else if ((*(char *)&pp[1].connection == '\r') || (*(char *)&pp[1].connection == '\n')) {\n if (sVar2 != 0) {\n pp->skip_rn = RN_Full;\n pp->state = next_state;\n return 1;\n }\n }\n else {\n sVar1 = 0;\n do {\n sVar5 = sVar1;\n sVar1 = sVar5 + 1;\n if (sVar1 == sVar3) {\n if (sVar2 != sVar3) {\n return 0;\n }\n goto LAB_000239b0;\n }\n } while ((pp[1].xbuf[sVar5 - 0x27] != '\r') && (pp[1].xbuf[sVar5 - 0x27] != '\n'));\n if (sVar1 != sVar2) {\n if (str2->xbuf[sVar5 - 0x27] == '\r') {\n pp->skip_rn = RN_OptN;\n }\n str2->xbuf[sVar5 - 0x27] = '\0';\n iVar4 = MHD_str_equal_caseless_n_("Content-disposition: ",(char *)str2,0x15);\n if (iVar4 == 0) {\n if (pp->content_type == (char *)0x0) {\n try_match_header("Content-type: ",(char *)str2,&pp->content_type);\n }\n if (pp->content_transfer_encoding == (char *)0x0) {\n try_match_header("Content-Transfer-Encoding: ",(char *)str2,&pp->content_transfer_encoding\n );\n }\n }\n else {\n buf = (char *)((int)&pp[1].nested_boundary + 1);\n if (pp->content_name == (char *)0x0) {\n try_get_value(buf,"name",&pp->content_name);\n }\n if (pp->content_filename == (char *)0x0) {\n try_get_value(buf,"filename",&pp->content_filename);\n }\n }\n *ioffptr = sVar5 + 2 + *ioffptr;\n return 1;\n }\n }" else (if_statement "if ((*(char *)&pp[1].connection == '\r') || (*(char *)&pp[1].connection == '\n')) {\n if (sVar2 != 0) {\n pp->skip_rn = RN_Full;\n pp->state = next_state;\n return 1;\n }\n }\n else {\n sVar1 = 0;\n do {\n sVar5 = sVar1;\n sVar1 = sVar5 + 1;\n if (sVar1 == sVar3) {\n if (sVar2 != sVar3) {\n return 0;\n }\n goto LAB_000239b0;\n }\n } while ((pp[1].xbuf[sVar5 - 0x27] != '\r') && (pp[1].xbuf[sVar5 - 0x27] != '\n'));\n if (sVar1 != sVar2) {\n if (str2->xbuf[sVar5 - 0x27] == '\r') {\n pp->skip_rn = RN_OptN;\n }\n str2->xbuf[sVar5 - 0x27] = '\0';\n iVar4 = MHD_str_equal_caseless_n_("Content-disposition: ",(char *)str2,0x15);\n if (iVar4 == 0) {\n if (pp->content_type == (char *)0x0) {\n try_match_header("Content-type: ",(char *)str2,&pp->content_type);\n }\n if (pp->content_transfer_encoding == (char *)0x0) {\n try_match_header("Content-Transfer-Encoding: ",(char *)str2,&pp->content_transfer_encoding\n );\n }\n }\n else {\n buf = (char *)((int)&pp[1].nested_boundary + 1);\n if (pp->content_name == (char *)0x0) {\n try_get_value(buf,"name",&pp->content_name);\n }\n if (pp->content_filename == (char *)0x0) {\n try_get_value(buf,"filename",&pp->content_filename);\n }\n }\n *ioffptr = sVar5 + 2 + *ioffptr;\n return 1;\n }\n }" if (parenthesized_expression "((*(char *)&pp[1].connection == '\r') || (*(char *)&pp[1].connection == '\n'))" ( (binary_expression "(*(char *)&pp[1].connection == '\r') || (*(char *)&pp[1].connection == '\n')" (parenthesized_expression "(*(char *)&pp[1].connection == '\r')" ( (binary_expression "*(char *)&pp[1].connection == '\r'" (pointer_expression "*(char *)&pp[1].connection" * (cast_expression "(char *)&pp[1].connection" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "&pp[1].connection" & (field_expression "pp[1].connection" (subscript_expression "pp[1]" identifier [ number_literal ]) . field_identifier)))) == (char_literal "'\r'" ' escape_sequence ')) )) || (parenthesized_expression "(*(char *)&pp[1].connection == '\n')" ( (binary_expression "*(char *)&pp[1].connection == '\n'" (pointer_expression "*(char *)&pp[1].connection" * (cast_expression "(char *)&pp[1].connection" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "&pp[1].connection" & (field_expression "pp[1].connection" (subscript_expression "pp[1]" identifier [ number_literal ]) . field_identifier)))) == (char_literal "'\n'" ' escape_sequence ')) ))) )) (compound_statement "{\n if (sVar2 != 0) {\n pp->skip_rn = RN_Full;\n pp->state = next_state;\n return 1;\n }\n }" { (if_statement "if (sVar2 != 0) {\n pp->skip_rn = RN_Full;\n pp->state = next_state;\n return 1;\n }" if (parenthesized_expression "(sVar2 != 0)" ( (binary_expression "sVar2 != 0" identifier != number_literal) )) (compound_statement "{\n pp->skip_rn = RN_Full;\n pp->state = next_state;\n return 1;\n }" { (expression_statement "pp->skip_rn = RN_Full;" (assignment_expression "pp->skip_rn = RN_Full" (field_expression "pp->skip_rn" identifier -> field_identifier) = identifier) ;) (expression_statement "pp->state = next_state;" (assignment_expression "pp->state = next_state" (field_expression "pp->state" identifier -> field_identifier) = identifier) ;) (return_statement "return 1;" return number_literal ;) })) }) (else_clause "else {\n sVar1 = 0;\n do {\n sVar5 = sVar1;\n sVar1 = sVar5 + 1;\n if (sVar1 == sVar3) {\n if (sVar2 != sVar3) {\n return 0;\n }\n goto LAB_000239b0;\n }\n } while ((pp[1].xbuf[sVar5 - 0x27] != '\r') && (pp[1].xbuf[sVar5 - 0x27] != '\n'));\n if (sVar1 != sVar2) {\n if (str2->xbuf[sVar5 - 0x27] == '\r') {\n pp->skip_rn = RN_OptN;\n }\n str2->xbuf[sVar5 - 0x27] = '\0';\n iVar4 = MHD_str_equal_caseless_n_("Content-disposition: ",(char *)str2,0x15);\n if (iVar4 == 0) {\n if (pp->content_type == (char *)0x0) {\n try_match_header("Content-type: ",(char *)str2,&pp->content_type);\n }\n if (pp->content_transfer_encoding == (char *)0x0) {\n try_match_header("Content-Transfer-Encoding: ",(char *)str2,&pp->content_transfer_encoding\n );\n }\n }\n else {\n buf = (char *)((int)&pp[1].nested_boundary + 1);\n if (pp->content_name == (char *)0x0) {\n try_get_value(buf,"name",&pp->content_name);\n }\n if (pp->content_filename == (char *)0x0) {\n try_get_value(buf,"filename",&pp->content_filename);\n }\n }\n *ioffptr = sVar5 + 2 + *ioffptr;\n return 1;\n }\n }" else (compound_statement "{\n sVar1 = 0;\n do {\n sVar5 = sVar1;\n sVar1 = sVar5 + 1;\n if (sVar1 == sVar3) {\n if (sVar2 != sVar3) {\n return 0;\n }\n goto LAB_000239b0;\n }\n } while ((pp[1].xbuf[sVar5 - 0x27] != '\r') && (pp[1].xbuf[sVar5 - 0x27] != '\n'));\n if (sVar1 != sVar2) {\n if (str2->xbuf[sVar5 - 0x27] == '\r') {\n pp->skip_rn = RN_OptN;\n }\n str2->xbuf[sVar5 - 0x27] = '\0';\n iVar4 = MHD_str_equal_caseless_n_("Content-disposition: ",(char *)str2,0x15);\n if (iVar4 == 0) {\n if (pp->content_type == (char *)0x0) {\n try_match_header("Content-type: ",(char *)str2,&pp->content_type);\n }\n if (pp->content_transfer_encoding == (char *)0x0) {\n try_match_header("Content-Transfer-Encoding: ",(char *)str2,&pp->content_transfer_encoding\n );\n }\n }\n else {\n buf = (char *)((int)&pp[1].nested_boundary + 1);\n if (pp->content_name == (char *)0x0) {\n try_get_value(buf,"name",&pp->content_name);\n }\n if (pp->content_filename == (char *)0x0) {\n try_get_value(buf,"filename",&pp->content_filename);\n }\n }\n *ioffptr = sVar5 + 2 + *ioffptr;\n return 1;\n }\n }" { (expression_statement "sVar1 = 0;" (assignment_expression "sVar1 = 0" identifier = number_literal) ;) (do_statement "do {\n sVar5 = sVar1;\n sVar1 = sVar5 + 1;\n if (sVar1 == sVar3) {\n if (sVar2 != sVar3) {\n return 0;\n }\n goto LAB_000239b0;\n }\n } while ((pp[1].xbuf[sVar5 - 0x27] != '\r') && (pp[1].xbuf[sVar5 - 0x27] != '\n'));" do (compound_statement "{\n sVar5 = sVar1;\n sVar1 = sVar5 + 1;\n if (sVar1 == sVar3) {\n if (sVar2 != sVar3) {\n return 0;\n }\n goto LAB_000239b0;\n }\n }" { (expression_statement "sVar5 = sVar1;" (assignment_expression "sVar5 = sVar1" identifier = identifier) ;) (expression_statement "sVar1 = sVar5 + 1;" (assignment_expression "sVar1 = sVar5 + 1" identifier = (binary_expression "sVar5 + 1" identifier + number_literal)) ;) (if_statement "if (sVar1 == sVar3) {\n if (sVar2 != sVar3) {\n return 0;\n }\n goto LAB_000239b0;\n }" if (parenthesized_expression "(sVar1 == sVar3)" ( (binary_expression "sVar1 == sVar3" identifier == identifier) )) (compound_statement "{\n if (sVar2 != sVar3) {\n return 0;\n }\n goto LAB_000239b0;\n }" { (if_statement "if (sVar2 != sVar3) {\n return 0;\n }" if (parenthesized_expression "(sVar2 != sVar3)" ( (binary_expression "sVar2 != sVar3" identifier != identifier) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) (goto_statement "goto LAB_000239b0;" goto statement_identifier ;) })) }) while (parenthesized_expression "((pp[1].xbuf[sVar5 - 0x27] != '\r') && (pp[1].xbuf[sVar5 - 0x27] != '\n'))" ( (binary_expression "(pp[1].xbuf[sVar5 - 0x27] != '\r') && (pp[1].xbuf[sVar5 - 0x27] != '\n')" (parenthesized_expression "(pp[1].xbuf[sVar5 - 0x27] != '\r')" ( (binary_expression "pp[1].xbuf[sVar5 - 0x27] != '\r'" (subscript_expression "pp[1].xbuf[sVar5 - 0x27]" (field_expression "pp[1].xbuf" (subscript_expression "pp[1]" identifier [ number_literal ]) . field_identifier) [ (binary_expression "sVar5 - 0x27" identifier - number_literal) ]) != (char_literal "'\r'" ' escape_sequence ')) )) && (parenthesized_expression "(pp[1].xbuf[sVar5 - 0x27] != '\n')" ( (binary_expression "pp[1].xbuf[sVar5 - 0x27] != '\n'" (subscript_expression "pp[1].xbuf[sVar5 - 0x27]" (field_expression "pp[1].xbuf" (subscript_expression "pp[1]" identifier [ number_literal ]) . field_identifier) [ (binary_expression "sVar5 - 0x27" identifier - number_literal) ]) != (char_literal "'\n'" ' escape_sequence ')) ))) )) ;) (if_statement "if (sVar1 != sVar2) {\n if (str2->xbuf[sVar5 - 0x27] == '\r') {\n pp->skip_rn = RN_OptN;\n }\n str2->xbuf[sVar5 - 0x27] = '\0';\n iVar4 = MHD_str_equal_caseless_n_("Content-disposition: ",(char *)str2,0x15);\n if (iVar4 == 0) {\n if (pp->content_type == (char *)0x0) {\n try_match_header("Content-type: ",(char *)str2,&pp->content_type);\n }\n if (pp->content_transfer_encoding == (char *)0x0) {\n try_match_header("Content-Transfer-Encoding: ",(char *)str2,&pp->content_transfer_encoding\n );\n }\n }\n else {\n buf = (char *)((int)&pp[1].nested_boundary + 1);\n if (pp->content_name == (char *)0x0) {\n try_get_value(buf,"name",&pp->content_name);\n }\n if (pp->content_filename == (char *)0x0) {\n try_get_value(buf,"filename",&pp->content_filename);\n }\n }\n *ioffptr = sVar5 + 2 + *ioffptr;\n return 1;\n }" if (parenthesized_expression "(sVar1 != sVar2)" ( (binary_expression "sVar1 != sVar2" identifier != identifier) )) (compound_statement "{\n if (str2->xbuf[sVar5 - 0x27] == '\r') {\n pp->skip_rn = RN_OptN;\n }\n str2->xbuf[sVar5 - 0x27] = '\0';\n iVar4 = MHD_str_equal_caseless_n_("Content-disposition: ",(char *)str2,0x15);\n if (iVar4 == 0) {\n if (pp->content_type == (char *)0x0) {\n try_match_header("Content-type: ",(char *)str2,&pp->content_type);\n }\n if (pp->content_transfer_encoding == (char *)0x0) {\n try_match_header("Content-Transfer-Encoding: ",(char *)str2,&pp->content_transfer_encoding\n );\n }\n }\n else {\n buf = (char *)((int)&pp[1].nested_boundary + 1);\n if (pp->content_name == (char *)0x0) {\n try_get_value(buf,"name",&pp->content_name);\n }\n if (pp->content_filename == (char *)0x0) {\n try_get_value(buf,"filename",&pp->content_filename);\n }\n }\n *ioffptr = sVar5 + 2 + *ioffptr;\n return 1;\n }" { (if_statement "if (str2->xbuf[sVar5 - 0x27] == '\r') {\n pp->skip_rn = RN_OptN;\n }" if (parenthesized_expression "(str2->xbuf[sVar5 - 0x27] == '\r')" ( (binary_expression "str2->xbuf[sVar5 - 0x27] == '\r'" (subscript_expression "str2->xbuf[sVar5 - 0x27]" (field_expression "str2->xbuf" identifier -> field_identifier) [ (binary_expression "sVar5 - 0x27" identifier - number_literal) ]) == (char_literal "'\r'" ' escape_sequence ')) )) (compound_statement "{\n pp->skip_rn = RN_OptN;\n }" { (expression_statement "pp->skip_rn = RN_OptN;" (assignment_expression "pp->skip_rn = RN_OptN" (field_expression "pp->skip_rn" identifier -> field_identifier) = identifier) ;) })) (expression_statement "str2->xbuf[sVar5 - 0x27] = '\0';" (assignment_expression "str2->xbuf[sVar5 - 0x27] = '\0'" (subscript_expression "str2->xbuf[sVar5 - 0x27]" (field_expression "str2->xbuf" identifier -> field_identifier) [ (binary_expression "sVar5 - 0x27" identifier - number_literal) ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "iVar4 = MHD_str_equal_caseless_n_("Content-disposition: ",(char *)str2,0x15);" (assignment_expression "iVar4 = MHD_str_equal_caseless_n_("Content-disposition: ",(char *)str2,0x15)" identifier = (call_expression "MHD_str_equal_caseless_n_("Content-disposition: ",(char *)str2,0x15)" identifier (argument_list "("Content-disposition: ",(char *)str2,0x15)" ( (string_literal ""Content-disposition: "" " string_content ") , (cast_expression "(char *)str2" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) , number_literal )))) ;) (if_statement "if (iVar4 == 0) {\n if (pp->content_type == (char *)0x0) {\n try_match_header("Content-type: ",(char *)str2,&pp->content_type);\n }\n if (pp->content_transfer_encoding == (char *)0x0) {\n try_match_header("Content-Transfer-Encoding: ",(char *)str2,&pp->content_transfer_encoding\n );\n }\n }\n else {\n buf = (char *)((int)&pp[1].nested_boundary + 1);\n if (pp->content_name == (char *)0x0) {\n try_get_value(buf,"name",&pp->content_name);\n }\n if (pp->content_filename == (char *)0x0) {\n try_get_value(buf,"filename",&pp->content_filename);\n }\n }" if (parenthesized_expression "(iVar4 == 0)" ( (binary_expression "iVar4 == 0" identifier == number_literal) )) (compound_statement "{\n if (pp->content_type == (char *)0x0) {\n try_match_header("Content-type: ",(char *)str2,&pp->content_type);\n }\n if (pp->content_transfer_encoding == (char *)0x0) {\n try_match_header("Content-Transfer-Encoding: ",(char *)str2,&pp->content_transfer_encoding\n );\n }\n }" { (if_statement "if (pp->content_type == (char *)0x0) {\n try_match_header("Content-type: ",(char *)str2,&pp->content_type);\n }" if (parenthesized_expression "(pp->content_type == (char *)0x0)" ( (binary_expression "pp->content_type == (char *)0x0" (field_expression "pp->content_type" identifier -> field_identifier) == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n try_match_header("Content-type: ",(char *)str2,&pp->content_type);\n }" { (expression_statement "try_match_header("Content-type: ",(char *)str2,&pp->content_type);" (call_expression "try_match_header("Content-type: ",(char *)str2,&pp->content_type)" identifier (argument_list "("Content-type: ",(char *)str2,&pp->content_type)" ( (string_literal ""Content-type: "" " string_content ") , (cast_expression "(char *)str2" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) , (pointer_expression "&pp->content_type" & (field_expression "pp->content_type" identifier -> field_identifier)) ))) ;) })) (if_statement "if (pp->content_transfer_encoding == (char *)0x0) {\n try_match_header("Content-Transfer-Encoding: ",(char *)str2,&pp->content_transfer_encoding\n );\n }" if (parenthesized_expression "(pp->content_transfer_encoding == (char *)0x0)" ( (binary_expression "pp->content_transfer_encoding == (char *)0x0" (field_expression "pp->content_transfer_encoding" identifier -> field_identifier) == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n try_match_header("Content-Transfer-Encoding: ",(char *)str2,&pp->content_transfer_encoding\n );\n }" { (expression_statement "try_match_header("Content-Transfer-Encoding: ",(char *)str2,&pp->content_transfer_encoding\n );" (call_expression "try_match_header("Content-Transfer-Encoding: ",(char *)str2,&pp->content_transfer_encoding\n )" identifier (argument_list "("Content-Transfer-Encoding: ",(char *)str2,&pp->content_transfer_encoding\n )" ( (string_literal ""Content-Transfer-Encoding: "" " string_content ") , (cast_expression "(char *)str2" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) , (pointer_expression "&pp->content_transfer_encoding" & (field_expression "pp->content_transfer_encoding" identifier -> field_identifier)) ))) ;) })) }) (else_clause "else {\n buf = (char *)((int)&pp[1].nested_boundary + 1);\n if (pp->content_name == (char *)0x0) {\n try_get_value(buf,"name",&pp->content_name);\n }\n if (pp->content_filename == (char *)0x0) {\n try_get_value(buf,"filename",&pp->content_filename);\n }\n }" else (compound_statement "{\n buf = (char *)((int)&pp[1].nested_boundary + 1);\n if (pp->content_name == (char *)0x0) {\n try_get_value(buf,"name",&pp->content_name);\n }\n if (pp->content_filename == (char *)0x0) {\n try_get_value(buf,"filename",&pp->content_filename);\n }\n }" { (expression_statement "buf = (char *)((int)&pp[1].nested_boundary + 1);" (assignment_expression "buf = (char *)((int)&pp[1].nested_boundary + 1)" identifier = (cast_expression "(char *)((int)&pp[1].nested_boundary + 1)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&pp[1].nested_boundary + 1)" ( (binary_expression "(int)&pp[1].nested_boundary + 1" (cast_expression "(int)&pp[1].nested_boundary" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&pp[1].nested_boundary" & (field_expression "pp[1].nested_boundary" (subscript_expression "pp[1]" identifier [ number_literal ]) . field_identifier))) + number_literal) )))) ;) (if_statement "if (pp->content_name == (char *)0x0) {\n try_get_value(buf,"name",&pp->content_name);\n }" if (parenthesized_expression "(pp->content_name == (char *)0x0)" ( (binary_expression "pp->content_name == (char *)0x0" (field_expression "pp->content_name" identifier -> field_identifier) == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n try_get_value(buf,"name",&pp->content_name);\n }" { (expression_statement "try_get_value(buf,"name",&pp->content_name);" (call_expression "try_get_value(buf,"name",&pp->content_name)" identifier (argument_list "(buf,"name",&pp->content_name)" ( identifier , (string_literal ""name"" " string_content ") , (pointer_expression "&pp->content_name" & (field_expression "pp->content_name" identifier -> field_identifier)) ))) ;) })) (if_statement "if (pp->content_filename == (char *)0x0) {\n try_get_value(buf,"filename",&pp->content_filename);\n }" if (parenthesized_expression "(pp->content_filename == (char *)0x0)" ( (binary_expression "pp->content_filename == (char *)0x0" (field_expression "pp->content_filename" identifier -> field_identifier) == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n try_get_value(buf,"filename",&pp->content_filename);\n }" { (expression_statement "try_get_value(buf,"filename",&pp->content_filename);" (call_expression "try_get_value(buf,"filename",&pp->content_filename)" identifier (argument_list "(buf,"filename",&pp->content_filename)" ( identifier , (string_literal ""filename"" " string_content ") , (pointer_expression "&pp->content_filename" & (field_expression "pp->content_filename" identifier -> field_identifier)) ))) ;) })) }))) (expression_statement "*ioffptr = sVar5 + 2 + *ioffptr;" (assignment_expression "*ioffptr = sVar5 + 2 + *ioffptr" (pointer_expression "*ioffptr" * identifier) = (binary_expression "sVar5 + 2 + *ioffptr" (binary_expression "sVar5 + 2" identifier + number_literal) + (pointer_expression "*ioffptr" * identifier))) ;) (return_statement "return 1;" return number_literal ;) })) }))))) (labeled_statement "LAB_000239b0:\n pp->state = PP_Error;" statement_identifier : (expression_statement "pp->state = PP_Error;" (assignment_expression "pp->state = PP_Error" (field_expression "pp->state" identifier -> field_identifier) = identifier) ;)) (return_statement "return 0;" return number_literal ;) })))
(translation_unit "undefined4 __regparm3 FUN_000238c0(int param_1,int *param_2,undefined4 param_3)\n\n{\n int iVar1;\n char cVar2;\n int iVar3;\n char *pcVar4;\n int iVar5;\n int iVar6;\n \n iVar5 = *(int *)(param_1 + 0x30);\n iVar3 = *(int *)(param_1 + 0x34);\n if (iVar3 == 0) {\n if (iVar5 != 0) {\n return 0;\n }\n }\n else if ((*(char *)(param_1 + 0x60) == '\r') || (*(char *)(param_1 + 0x60) == '\n')) {\n if (iVar5 != 0) {\n *(undefined4 *)(param_1 + 0x54) = 2;\n *(undefined4 *)(param_1 + 0x50) = param_3;\n return 1;\n }\n }\n else {\n iVar1 = 0;\n do {\n iVar6 = iVar1;\n iVar1 = iVar6 + 1;\n if (iVar1 == iVar3) {\n if (iVar5 != iVar3) {\n return 0;\n }\n goto LAB_000239b0;\n }\n cVar2 = *(char *)(param_1 + 0x60 + iVar1);\n } while ((cVar2 != '\r') && (cVar2 != '\n'));\n if (iVar1 != iVar5) {\n pcVar4 = (char *)(iVar1 + param_1 + 0x60);\n if (*pcVar4 == '\r') {\n *(undefined4 *)(param_1 + 0x54) = 1;\n }\n *pcVar4 = '\0';\n iVar5 = FUN_00021340("Content-disposition: ",param_1 + 0x60,0x15);\n if (iVar5 == 0) {\n if (*(int *)(param_1 + 0x1c) == 0) {\n FUN_00023770();\n }\n if (*(int *)(param_1 + 0x24) == 0) {\n FUN_00023770();\n }\n }\n else {\n if (*(int *)(param_1 + 0x18) == 0) {\n FUN_000237f0();\n }\n if (*(int *)(param_1 + 0x20) == 0) {\n FUN_000237f0();\n }\n }\n *param_2 = iVar6 + 2 + *param_2;\n return 1;\n }\n }\nLAB_000239b0:\n *(undefined4 *)(param_1 + 0x50) = 0;\n return 0;\n}\n\n" (function_definition "undefined4 __regparm3 FUN_000238c0(int param_1,int *param_2,undefined4 param_3)\n\n{\n int iVar1;\n char cVar2;\n int iVar3;\n char *pcVar4;\n int iVar5;\n int iVar6;\n \n iVar5 = *(int *)(param_1 + 0x30);\n iVar3 = *(int *)(param_1 + 0x34);\n if (iVar3 == 0) {\n if (iVar5 != 0) {\n return 0;\n }\n }\n else if ((*(char *)(param_1 + 0x60) == '\r') || (*(char *)(param_1 + 0x60) == '\n')) {\n if (iVar5 != 0) {\n *(undefined4 *)(param_1 + 0x54) = 2;\n *(undefined4 *)(param_1 + 0x50) = param_3;\n return 1;\n }\n }\n else {\n iVar1 = 0;\n do {\n iVar6 = iVar1;\n iVar1 = iVar6 + 1;\n if (iVar1 == iVar3) {\n if (iVar5 != iVar3) {\n return 0;\n }\n goto LAB_000239b0;\n }\n cVar2 = *(char *)(param_1 + 0x60 + iVar1);\n } while ((cVar2 != '\r') && (cVar2 != '\n'));\n if (iVar1 != iVar5) {\n pcVar4 = (char *)(iVar1 + param_1 + 0x60);\n if (*pcVar4 == '\r') {\n *(undefined4 *)(param_1 + 0x54) = 1;\n }\n *pcVar4 = '\0';\n iVar5 = FUN_00021340("Content-disposition: ",param_1 + 0x60,0x15);\n if (iVar5 == 0) {\n if (*(int *)(param_1 + 0x1c) == 0) {\n FUN_00023770();\n }\n if (*(int *)(param_1 + 0x24) == 0) {\n FUN_00023770();\n }\n }\n else {\n if (*(int *)(param_1 + 0x18) == 0) {\n FUN_000237f0();\n }\n if (*(int *)(param_1 + 0x20) == 0) {\n FUN_000237f0();\n }\n }\n *param_2 = iVar6 + 2 + *param_2;\n return 1;\n }\n }\nLAB_000239b0:\n *(undefined4 *)(param_1 + 0x50) = 0;\n return 0;\n}" type_identifier (ERROR "__regparm3" identifier) (function_declarator "FUN_000238c0(int param_1,int *param_2,undefined4 param_3)" identifier (parameter_list "(int param_1,int *param_2,undefined4 param_3)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "int *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "undefined4 param_3" type_identifier identifier) ))) (compound_statement "{\n int iVar1;\n char cVar2;\n int iVar3;\n char *pcVar4;\n int iVar5;\n int iVar6;\n \n iVar5 = *(int *)(param_1 + 0x30);\n iVar3 = *(int *)(param_1 + 0x34);\n if (iVar3 == 0) {\n if (iVar5 != 0) {\n return 0;\n }\n }\n else if ((*(char *)(param_1 + 0x60) == '\r') || (*(char *)(param_1 + 0x60) == '\n')) {\n if (iVar5 != 0) {\n *(undefined4 *)(param_1 + 0x54) = 2;\n *(undefined4 *)(param_1 + 0x50) = param_3;\n return 1;\n }\n }\n else {\n iVar1 = 0;\n do {\n iVar6 = iVar1;\n iVar1 = iVar6 + 1;\n if (iVar1 == iVar3) {\n if (iVar5 != iVar3) {\n return 0;\n }\n goto LAB_000239b0;\n }\n cVar2 = *(char *)(param_1 + 0x60 + iVar1);\n } while ((cVar2 != '\r') && (cVar2 != '\n'));\n if (iVar1 != iVar5) {\n pcVar4 = (char *)(iVar1 + param_1 + 0x60);\n if (*pcVar4 == '\r') {\n *(undefined4 *)(param_1 + 0x54) = 1;\n }\n *pcVar4 = '\0';\n iVar5 = FUN_00021340("Content-disposition: ",param_1 + 0x60,0x15);\n if (iVar5 == 0) {\n if (*(int *)(param_1 + 0x1c) == 0) {\n FUN_00023770();\n }\n if (*(int *)(param_1 + 0x24) == 0) {\n FUN_00023770();\n }\n }\n else {\n if (*(int *)(param_1 + 0x18) == 0) {\n FUN_000237f0();\n }\n if (*(int *)(param_1 + 0x20) == 0) {\n FUN_000237f0();\n }\n }\n *param_2 = iVar6 + 2 + *param_2;\n return 1;\n }\n }\nLAB_000239b0:\n *(undefined4 *)(param_1 + 0x50) = 0;\n return 0;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "char cVar2;" primitive_type identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "char *pcVar4;" primitive_type (pointer_declarator "*pcVar4" * identifier) ;) (declaration "int iVar5;" primitive_type identifier ;) (declaration "int iVar6;" primitive_type identifier ;) (expression_statement "iVar5 = *(int *)(param_1 + 0x30);" (assignment_expression "iVar5 = *(int *)(param_1 + 0x30)" identifier = (pointer_expression "*(int *)(param_1 + 0x30)" * (cast_expression "(int *)(param_1 + 0x30)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x30)" ( (binary_expression "param_1 + 0x30" identifier + number_literal) ))))) ;) (expression_statement "iVar3 = *(int *)(param_1 + 0x34);" (assignment_expression "iVar3 = *(int *)(param_1 + 0x34)" identifier = (pointer_expression "*(int *)(param_1 + 0x34)" * (cast_expression "(int *)(param_1 + 0x34)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x34)" ( (binary_expression "param_1 + 0x34" identifier + number_literal) ))))) ;) (if_statement "if (iVar3 == 0) {\n if (iVar5 != 0) {\n return 0;\n }\n }\n else if ((*(char *)(param_1 + 0x60) == '\r') || (*(char *)(param_1 + 0x60) == '\n')) {\n if (iVar5 != 0) {\n *(undefined4 *)(param_1 + 0x54) = 2;\n *(undefined4 *)(param_1 + 0x50) = param_3;\n return 1;\n }\n }\n else {\n iVar1 = 0;\n do {\n iVar6 = iVar1;\n iVar1 = iVar6 + 1;\n if (iVar1 == iVar3) {\n if (iVar5 != iVar3) {\n return 0;\n }\n goto LAB_000239b0;\n }\n cVar2 = *(char *)(param_1 + 0x60 + iVar1);\n } while ((cVar2 != '\r') && (cVar2 != '\n'));\n if (iVar1 != iVar5) {\n pcVar4 = (char *)(iVar1 + param_1 + 0x60);\n if (*pcVar4 == '\r') {\n *(undefined4 *)(param_1 + 0x54) = 1;\n }\n *pcVar4 = '\0';\n iVar5 = FUN_00021340("Content-disposition: ",param_1 + 0x60,0x15);\n if (iVar5 == 0) {\n if (*(int *)(param_1 + 0x1c) == 0) {\n FUN_00023770();\n }\n if (*(int *)(param_1 + 0x24) == 0) {\n FUN_00023770();\n }\n }\n else {\n if (*(int *)(param_1 + 0x18) == 0) {\n FUN_000237f0();\n }\n if (*(int *)(param_1 + 0x20) == 0) {\n FUN_000237f0();\n }\n }\n *param_2 = iVar6 + 2 + *param_2;\n return 1;\n }\n }" if (parenthesized_expression "(iVar3 == 0)" ( (binary_expression "iVar3 == 0" identifier == number_literal) )) (compound_statement "{\n if (iVar5 != 0) {\n return 0;\n }\n }" { (if_statement "if (iVar5 != 0) {\n return 0;\n }" if (parenthesized_expression "(iVar5 != 0)" ( (binary_expression "iVar5 != 0" identifier != number_literal) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) }) (else_clause "else if ((*(char *)(param_1 + 0x60) == '\r') || (*(char *)(param_1 + 0x60) == '\n')) {\n if (iVar5 != 0) {\n *(undefined4 *)(param_1 + 0x54) = 2;\n *(undefined4 *)(param_1 + 0x50) = param_3;\n return 1;\n }\n }\n else {\n iVar1 = 0;\n do {\n iVar6 = iVar1;\n iVar1 = iVar6 + 1;\n if (iVar1 == iVar3) {\n if (iVar5 != iVar3) {\n return 0;\n }\n goto LAB_000239b0;\n }\n cVar2 = *(char *)(param_1 + 0x60 + iVar1);\n } while ((cVar2 != '\r') && (cVar2 != '\n'));\n if (iVar1 != iVar5) {\n pcVar4 = (char *)(iVar1 + param_1 + 0x60);\n if (*pcVar4 == '\r') {\n *(undefined4 *)(param_1 + 0x54) = 1;\n }\n *pcVar4 = '\0';\n iVar5 = FUN_00021340("Content-disposition: ",param_1 + 0x60,0x15);\n if (iVar5 == 0) {\n if (*(int *)(param_1 + 0x1c) == 0) {\n FUN_00023770();\n }\n if (*(int *)(param_1 + 0x24) == 0) {\n FUN_00023770();\n }\n }\n else {\n if (*(int *)(param_1 + 0x18) == 0) {\n FUN_000237f0();\n }\n if (*(int *)(param_1 + 0x20) == 0) {\n FUN_000237f0();\n }\n }\n *param_2 = iVar6 + 2 + *param_2;\n return 1;\n }\n }" else (if_statement "if ((*(char *)(param_1 + 0x60) == '\r') || (*(char *)(param_1 + 0x60) == '\n')) {\n if (iVar5 != 0) {\n *(undefined4 *)(param_1 + 0x54) = 2;\n *(undefined4 *)(param_1 + 0x50) = param_3;\n return 1;\n }\n }\n else {\n iVar1 = 0;\n do {\n iVar6 = iVar1;\n iVar1 = iVar6 + 1;\n if (iVar1 == iVar3) {\n if (iVar5 != iVar3) {\n return 0;\n }\n goto LAB_000239b0;\n }\n cVar2 = *(char *)(param_1 + 0x60 + iVar1);\n } while ((cVar2 != '\r') && (cVar2 != '\n'));\n if (iVar1 != iVar5) {\n pcVar4 = (char *)(iVar1 + param_1 + 0x60);\n if (*pcVar4 == '\r') {\n *(undefined4 *)(param_1 + 0x54) = 1;\n }\n *pcVar4 = '\0';\n iVar5 = FUN_00021340("Content-disposition: ",param_1 + 0x60,0x15);\n if (iVar5 == 0) {\n if (*(int *)(param_1 + 0x1c) == 0) {\n FUN_00023770();\n }\n if (*(int *)(param_1 + 0x24) == 0) {\n FUN_00023770();\n }\n }\n else {\n if (*(int *)(param_1 + 0x18) == 0) {\n FUN_000237f0();\n }\n if (*(int *)(param_1 + 0x20) == 0) {\n FUN_000237f0();\n }\n }\n *param_2 = iVar6 + 2 + *param_2;\n return 1;\n }\n }" if (parenthesized_expression "((*(char *)(param_1 + 0x60) == '\r') || (*(char *)(param_1 + 0x60) == '\n'))" ( (binary_expression "(*(char *)(param_1 + 0x60) == '\r') || (*(char *)(param_1 + 0x60) == '\n')" (parenthesized_expression "(*(char *)(param_1 + 0x60) == '\r')" ( (binary_expression "*(char *)(param_1 + 0x60) == '\r'" (pointer_expression "*(char *)(param_1 + 0x60)" * (cast_expression "(char *)(param_1 + 0x60)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x60)" ( (binary_expression "param_1 + 0x60" identifier + number_literal) )))) == (char_literal "'\r'" ' escape_sequence ')) )) || (parenthesized_expression "(*(char *)(param_1 + 0x60) == '\n')" ( (binary_expression "*(char *)(param_1 + 0x60) == '\n'" (pointer_expression "*(char *)(param_1 + 0x60)" * (cast_expression "(char *)(param_1 + 0x60)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x60)" ( (binary_expression "param_1 + 0x60" identifier + number_literal) )))) == (char_literal "'\n'" ' escape_sequence ')) ))) )) (compound_statement "{\n if (iVar5 != 0) {\n *(undefined4 *)(param_1 + 0x54) = 2;\n *(undefined4 *)(param_1 + 0x50) = param_3;\n return 1;\n }\n }" { (if_statement "if (iVar5 != 0) {\n *(undefined4 *)(param_1 + 0x54) = 2;\n *(undefined4 *)(param_1 + 0x50) = param_3;\n return 1;\n }" if (parenthesized_expression "(iVar5 != 0)" ( (binary_expression "iVar5 != 0" identifier != number_literal) )) (compound_statement "{\n *(undefined4 *)(param_1 + 0x54) = 2;\n *(undefined4 *)(param_1 + 0x50) = param_3;\n return 1;\n }" { (expression_statement "*(undefined4 *)(param_1 + 0x54) = 2;" (assignment_expression "*(undefined4 *)(param_1 + 0x54) = 2" (pointer_expression "*(undefined4 *)(param_1 + 0x54)" * (cast_expression "(undefined4 *)(param_1 + 0x54)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x54)" ( (binary_expression "param_1 + 0x54" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined4 *)(param_1 + 0x50) = param_3;" (assignment_expression "*(undefined4 *)(param_1 + 0x50) = param_3" (pointer_expression "*(undefined4 *)(param_1 + 0x50)" * (cast_expression "(undefined4 *)(param_1 + 0x50)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x50)" ( (binary_expression "param_1 + 0x50" identifier + number_literal) )))) = identifier) ;) (return_statement "return 1;" return number_literal ;) })) }) (else_clause "else {\n iVar1 = 0;\n do {\n iVar6 = iVar1;\n iVar1 = iVar6 + 1;\n if (iVar1 == iVar3) {\n if (iVar5 != iVar3) {\n return 0;\n }\n goto LAB_000239b0;\n }\n cVar2 = *(char *)(param_1 + 0x60 + iVar1);\n } while ((cVar2 != '\r') && (cVar2 != '\n'));\n if (iVar1 != iVar5) {\n pcVar4 = (char *)(iVar1 + param_1 + 0x60);\n if (*pcVar4 == '\r') {\n *(undefined4 *)(param_1 + 0x54) = 1;\n }\n *pcVar4 = '\0';\n iVar5 = FUN_00021340("Content-disposition: ",param_1 + 0x60,0x15);\n if (iVar5 == 0) {\n if (*(int *)(param_1 + 0x1c) == 0) {\n FUN_00023770();\n }\n if (*(int *)(param_1 + 0x24) == 0) {\n FUN_00023770();\n }\n }\n else {\n if (*(int *)(param_1 + 0x18) == 0) {\n FUN_000237f0();\n }\n if (*(int *)(param_1 + 0x20) == 0) {\n FUN_000237f0();\n }\n }\n *param_2 = iVar6 + 2 + *param_2;\n return 1;\n }\n }" else (compound_statement "{\n iVar1 = 0;\n do {\n iVar6 = iVar1;\n iVar1 = iVar6 + 1;\n if (iVar1 == iVar3) {\n if (iVar5 != iVar3) {\n return 0;\n }\n goto LAB_000239b0;\n }\n cVar2 = *(char *)(param_1 + 0x60 + iVar1);\n } while ((cVar2 != '\r') && (cVar2 != '\n'));\n if (iVar1 != iVar5) {\n pcVar4 = (char *)(iVar1 + param_1 + 0x60);\n if (*pcVar4 == '\r') {\n *(undefined4 *)(param_1 + 0x54) = 1;\n }\n *pcVar4 = '\0';\n iVar5 = FUN_00021340("Content-disposition: ",param_1 + 0x60,0x15);\n if (iVar5 == 0) {\n if (*(int *)(param_1 + 0x1c) == 0) {\n FUN_00023770();\n }\n if (*(int *)(param_1 + 0x24) == 0) {\n FUN_00023770();\n }\n }\n else {\n if (*(int *)(param_1 + 0x18) == 0) {\n FUN_000237f0();\n }\n if (*(int *)(param_1 + 0x20) == 0) {\n FUN_000237f0();\n }\n }\n *param_2 = iVar6 + 2 + *param_2;\n return 1;\n }\n }" { (expression_statement "iVar1 = 0;" (assignment_expression "iVar1 = 0" identifier = number_literal) ;) (do_statement "do {\n iVar6 = iVar1;\n iVar1 = iVar6 + 1;\n if (iVar1 == iVar3) {\n if (iVar5 != iVar3) {\n return 0;\n }\n goto LAB_000239b0;\n }\n cVar2 = *(char *)(param_1 + 0x60 + iVar1);\n } while ((cVar2 != '\r') && (cVar2 != '\n'));" do (compound_statement "{\n iVar6 = iVar1;\n iVar1 = iVar6 + 1;\n if (iVar1 == iVar3) {\n if (iVar5 != iVar3) {\n return 0;\n }\n goto LAB_000239b0;\n }\n cVar2 = *(char *)(param_1 + 0x60 + iVar1);\n }" { (expression_statement "iVar6 = iVar1;" (assignment_expression "iVar6 = iVar1" identifier = identifier) ;) (expression_statement "iVar1 = iVar6 + 1;" (assignment_expression "iVar1 = iVar6 + 1" identifier = (binary_expression "iVar6 + 1" identifier + number_literal)) ;) (if_statement "if (iVar1 == iVar3) {\n if (iVar5 != iVar3) {\n return 0;\n }\n goto LAB_000239b0;\n }" if (parenthesized_expression "(iVar1 == iVar3)" ( (binary_expression "iVar1 == iVar3" identifier == identifier) )) (compound_statement "{\n if (iVar5 != iVar3) {\n return 0;\n }\n goto LAB_000239b0;\n }" { (if_statement "if (iVar5 != iVar3) {\n return 0;\n }" if (parenthesized_expression "(iVar5 != iVar3)" ( (binary_expression "iVar5 != iVar3" identifier != identifier) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) (goto_statement "goto LAB_000239b0;" goto statement_identifier ;) })) (expression_statement "cVar2 = *(char *)(param_1 + 0x60 + iVar1);" (assignment_expression "cVar2 = *(char *)(param_1 + 0x60 + iVar1)" identifier = (pointer_expression "*(char *)(param_1 + 0x60 + iVar1)" * (cast_expression "(char *)(param_1 + 0x60 + iVar1)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x60 + iVar1)" ( (binary_expression "param_1 + 0x60 + iVar1" (binary_expression "param_1 + 0x60" identifier + number_literal) + identifier) ))))) ;) }) while (parenthesized_expression "((cVar2 != '\r') && (cVar2 != '\n'))" ( (binary_expression "(cVar2 != '\r') && (cVar2 != '\n')" (parenthesized_expression "(cVar2 != '\r')" ( (binary_expression "cVar2 != '\r'" identifier != (char_literal "'\r'" ' escape_sequence ')) )) && (parenthesized_expression "(cVar2 != '\n')" ( (binary_expression "cVar2 != '\n'" identifier != (char_literal "'\n'" ' escape_sequence ')) ))) )) ;) (if_statement "if (iVar1 != iVar5) {\n pcVar4 = (char *)(iVar1 + param_1 + 0x60);\n if (*pcVar4 == '\r') {\n *(undefined4 *)(param_1 + 0x54) = 1;\n }\n *pcVar4 = '\0';\n iVar5 = FUN_00021340("Content-disposition: ",param_1 + 0x60,0x15);\n if (iVar5 == 0) {\n if (*(int *)(param_1 + 0x1c) == 0) {\n FUN_00023770();\n }\n if (*(int *)(param_1 + 0x24) == 0) {\n FUN_00023770();\n }\n }\n else {\n if (*(int *)(param_1 + 0x18) == 0) {\n FUN_000237f0();\n }\n if (*(int *)(param_1 + 0x20) == 0) {\n FUN_000237f0();\n }\n }\n *param_2 = iVar6 + 2 + *param_2;\n return 1;\n }" if (parenthesized_expression "(iVar1 != iVar5)" ( (binary_expression "iVar1 != iVar5" identifier != identifier) )) (compound_statement "{\n pcVar4 = (char *)(iVar1 + param_1 + 0x60);\n if (*pcVar4 == '\r') {\n *(undefined4 *)(param_1 + 0x54) = 1;\n }\n *pcVar4 = '\0';\n iVar5 = FUN_00021340("Content-disposition: ",param_1 + 0x60,0x15);\n if (iVar5 == 0) {\n if (*(int *)(param_1 + 0x1c) == 0) {\n FUN_00023770();\n }\n if (*(int *)(param_1 + 0x24) == 0) {\n FUN_00023770();\n }\n }\n else {\n if (*(int *)(param_1 + 0x18) == 0) {\n FUN_000237f0();\n }\n if (*(int *)(param_1 + 0x20) == 0) {\n FUN_000237f0();\n }\n }\n *param_2 = iVar6 + 2 + *param_2;\n return 1;\n }" { (expression_statement "pcVar4 = (char *)(iVar1 + param_1 + 0x60);" (assignment_expression "pcVar4 = (char *)(iVar1 + param_1 + 0x60)" identifier = (cast_expression "(char *)(iVar1 + param_1 + 0x60)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + param_1 + 0x60)" ( (binary_expression "iVar1 + param_1 + 0x60" (binary_expression "iVar1 + param_1" identifier + identifier) + number_literal) )))) ;) (if_statement "if (*pcVar4 == '\r') {\n *(undefined4 *)(param_1 + 0x54) = 1;\n }" if (parenthesized_expression "(*pcVar4 == '\r')" ( (binary_expression "*pcVar4 == '\r'" (pointer_expression "*pcVar4" * identifier) == (char_literal "'\r'" ' escape_sequence ')) )) (compound_statement "{\n *(undefined4 *)(param_1 + 0x54) = 1;\n }" { (expression_statement "*(undefined4 *)(param_1 + 0x54) = 1;" (assignment_expression "*(undefined4 *)(param_1 + 0x54) = 1" (pointer_expression "*(undefined4 *)(param_1 + 0x54)" * (cast_expression "(undefined4 *)(param_1 + 0x54)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x54)" ( (binary_expression "param_1 + 0x54" identifier + number_literal) )))) = number_literal) ;) })) (expression_statement "*pcVar4 = '\0';" (assignment_expression "*pcVar4 = '\0'" (pointer_expression "*pcVar4" * identifier) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "iVar5 = FUN_00021340("Content-disposition: ",param_1 + 0x60,0x15);" (assignment_expression "iVar5 = FUN_00021340("Content-disposition: ",param_1 + 0x60,0x15)" identifier = (call_expression "FUN_00021340("Content-disposition: ",param_1 + 0x60,0x15)" identifier (argument_list "("Content-disposition: ",param_1 + 0x60,0x15)" ( (string_literal ""Content-disposition: "" " string_content ") , (binary_expression "param_1 + 0x60" identifier + number_literal) , number_literal )))) ;) (if_statement "if (iVar5 == 0) {\n if (*(int *)(param_1 + 0x1c) == 0) {\n FUN_00023770();\n }\n if (*(int *)(param_1 + 0x24) == 0) {\n FUN_00023770();\n }\n }\n else {\n if (*(int *)(param_1 + 0x18) == 0) {\n FUN_000237f0();\n }\n if (*(int *)(param_1 + 0x20) == 0) {\n FUN_000237f0();\n }\n }" if (parenthesized_expression "(iVar5 == 0)" ( (binary_expression "iVar5 == 0" identifier == number_literal) )) (compound_statement "{\n if (*(int *)(param_1 + 0x1c) == 0) {\n FUN_00023770();\n }\n if (*(int *)(param_1 + 0x24) == 0) {\n FUN_00023770();\n }\n }" { (if_statement "if (*(int *)(param_1 + 0x1c) == 0) {\n FUN_00023770();\n }" if (parenthesized_expression "(*(int *)(param_1 + 0x1c) == 0)" ( (binary_expression "*(int *)(param_1 + 0x1c) == 0" (pointer_expression "*(int *)(param_1 + 0x1c)" * (cast_expression "(int *)(param_1 + 0x1c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x1c)" ( (binary_expression "param_1 + 0x1c" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n FUN_00023770();\n }" { (expression_statement "FUN_00023770();" (call_expression "FUN_00023770()" identifier (argument_list "()" ( ))) ;) })) (if_statement "if (*(int *)(param_1 + 0x24) == 0) {\n FUN_00023770();\n }" if (parenthesized_expression "(*(int *)(param_1 + 0x24) == 0)" ( (binary_expression "*(int *)(param_1 + 0x24) == 0" (pointer_expression "*(int *)(param_1 + 0x24)" * (cast_expression "(int *)(param_1 + 0x24)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x24)" ( (binary_expression "param_1 + 0x24" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n FUN_00023770();\n }" { (expression_statement "FUN_00023770();" (call_expression "FUN_00023770()" identifier (argument_list "()" ( ))) ;) })) }) (else_clause "else {\n if (*(int *)(param_1 + 0x18) == 0) {\n FUN_000237f0();\n }\n if (*(int *)(param_1 + 0x20) == 0) {\n FUN_000237f0();\n }\n }" else (compound_statement "{\n if (*(int *)(param_1 + 0x18) == 0) {\n FUN_000237f0();\n }\n if (*(int *)(param_1 + 0x20) == 0) {\n FUN_000237f0();\n }\n }" { (if_statement "if (*(int *)(param_1 + 0x18) == 0) {\n FUN_000237f0();\n }" if (parenthesized_expression "(*(int *)(param_1 + 0x18) == 0)" ( (binary_expression "*(int *)(param_1 + 0x18) == 0" (pointer_expression "*(int *)(param_1 + 0x18)" * (cast_expression "(int *)(param_1 + 0x18)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n FUN_000237f0();\n }" { (expression_statement "FUN_000237f0();" (call_expression "FUN_000237f0()" identifier (argument_list "()" ( ))) ;) })) (if_statement "if (*(int *)(param_1 + 0x20) == 0) {\n FUN_000237f0();\n }" if (parenthesized_expression "(*(int *)(param_1 + 0x20) == 0)" ( (binary_expression "*(int *)(param_1 + 0x20) == 0" (pointer_expression "*(int *)(param_1 + 0x20)" * (cast_expression "(int *)(param_1 + 0x20)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n FUN_000237f0();\n }" { (expression_statement "FUN_000237f0();" (call_expression "FUN_000237f0()" identifier (argument_list "()" ( ))) ;) })) }))) (expression_statement "*param_2 = iVar6 + 2 + *param_2;" (assignment_expression "*param_2 = iVar6 + 2 + *param_2" (pointer_expression "*param_2" * identifier) = (binary_expression "iVar6 + 2 + *param_2" (binary_expression "iVar6 + 2" identifier + number_literal) + (pointer_expression "*param_2" * identifier))) ;) (return_statement "return 1;" return number_literal ;) })) }))))) (labeled_statement "LAB_000239b0:\n *(undefined4 *)(param_1 + 0x50) = 0;" statement_identifier : (expression_statement "*(undefined4 *)(param_1 + 0x50) = 0;" (assignment_expression "*(undefined4 *)(param_1 + 0x50) = 0" (pointer_expression "*(undefined4 *)(param_1 + 0x50)" * (cast_expression "(undefined4 *)(param_1 + 0x50)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x50)" ( (binary_expression "param_1 + 0x50" identifier + number_literal) )))) = number_literal) ;)) (return_statement "return 0;" return number_literal ;) })))
(translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (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 = (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 { (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (return_statement return LIT ;) })) }) (else_clause else (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 { (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 IDENT + LIT) )))) = LIT) ;) (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 ;) })) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == IDENT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT != IDENT) )) (compound_statement { (return_statement return LIT ;) })) (goto_statement goto statement_identifier ;) })) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression IDENT + LIT) + IDENT) ))))) ;) }) while (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != (char_literal ' escape_sequence ')) )) && (parenthesized_expression ( (binary_expression IDENT != (char_literal ' escape_sequence ')) ))) )) ;) (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 (binary_expression IDENT + IDENT) + LIT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_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) ;) })) (expression_statement (assignment_expression (pointer_expression * IDENT) = (char_literal ' escape_sequence ')) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (string_literal " string_content ") , (binary_expression IDENT + LIT) , LIT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (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 { (expression_statement (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) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) }) (else_clause else (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 { (expression_statement (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) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) }))) (expression_statement (assignment_expression (pointer_expression * IDENT) = (binary_expression (binary_expression IDENT + LIT) + (pointer_expression * IDENT))) ;) (return_statement return LIT ;) })) }))))) (labeled_statement statement_identifier : (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;)) (return_statement return LIT ;) })))
(function_definition "undefined4 __regparm3 FUN_000238c0(int param_1,int *param_2,undefined4 param_3)\n\n{\n int iVar1;\n char cVar2;\n int iVar3;\n char *pcVar4;\n int iVar5;\n int iVar6;\n \n iVar5 = *(int *)(param_1 + 0x30);\n iVar3 = *(int *)(param_1 + 0x34);\n if (iVar3 == 0) {\n if (iVar5 != 0) {\n return 0;\n }\n }\n else if ((*(char *)(param_1 + 0x60) == '\r') || (*(char *)(param_1 + 0x60) == '\n')) {\n if (iVar5 != 0) {\n *(undefined4 *)(param_1 + 0x54) = 2;\n *(undefined4 *)(param_1 + 0x50) = param_3;\n return 1;\n }\n }\n else {\n iVar1 = 0;\n do {\n iVar6 = iVar1;\n iVar1 = iVar6 + 1;\n if (iVar1 == iVar3) {\n if (iVar5 != iVar3) {\n return 0;\n }\n goto LAB_000239b0;\n }\n cVar2 = *(char *)(param_1 + 0x60 + iVar1);\n } while ((cVar2 != '\r') && (cVar2 != '\n'));\n if (iVar1 != iVar5) {\n pcVar4 = (char *)(iVar1 + param_1 + 0x60);\n if (*pcVar4 == '\r') {\n *(undefined4 *)(param_1 + 0x54) = 1;\n }\n *pcVar4 = '\0';\n iVar5 = FUN_00021340("Content-disposition: ",param_1 + 0x60,0x15);\n if (iVar5 == 0) {\n if (*(int *)(param_1 + 0x1c) == 0) {\n FUN_00023770();\n }\n if (*(int *)(param_1 + 0x24) == 0) {\n FUN_00023770();\n }\n }\n else {\n if (*(int *)(param_1 + 0x18) == 0) {\n FUN_000237f0();\n }\n if (*(int *)(param_1 + 0x20) == 0) {\n FUN_000237f0();\n }\n }\n *param_2 = iVar6 + 2 + *param_2;\n return 1;\n }\n }\nLAB_000239b0:\n *(undefined4 *)(param_1 + 0x50) = 0;\n return 0;\n}" (type_identifier "undefined4") (ERROR "__regparm3" (identifier "__regparm3")) (function_declarator "FUN_000238c0(int param_1,int *param_2,undefined4 param_3)" (identifier "FUN_000238c0") (parameter_list "(int param_1,int *param_2,undefined4 param_3)" (( "(") (parameter_declaration "int param_1" (primitive_type "int") (identifier "param_1")) (, ",") (parameter_declaration "int *param_2" (primitive_type "int") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) (, ",") (parameter_declaration "undefined4 param_3" (type_identifier "undefined4") (identifier "param_3")) () ")"))) (compound_statement "{\n int iVar1;\n char cVar2;\n int iVar3;\n char *pcVar4;\n int iVar5;\n int iVar6;\n \n iVar5 = *(int *)(param_1 + 0x30);\n iVar3 = *(int *)(param_1 + 0x34);\n if (iVar3 == 0) {\n if (iVar5 != 0) {\n return 0;\n }\n }\n else if ((*(char *)(param_1 + 0x60) == '\r') || (*(char *)(param_1 + 0x60) == '\n')) {\n if (iVar5 != 0) {\n *(undefined4 *)(param_1 + 0x54) = 2;\n *(undefined4 *)(param_1 + 0x50) = param_3;\n return 1;\n }\n }\n else {\n iVar1 = 0;\n do {\n iVar6 = iVar1;\n iVar1 = iVar6 + 1;\n if (iVar1 == iVar3) {\n if (iVar5 != iVar3) {\n return 0;\n }\n goto LAB_000239b0;\n }\n cVar2 = *(char *)(param_1 + 0x60 + iVar1);\n } while ((cVar2 != '\r') && (cVar2 != '\n'));\n if (iVar1 != iVar5) {\n pcVar4 = (char *)(iVar1 + param_1 + 0x60);\n if (*pcVar4 == '\r') {\n *(undefined4 *)(param_1 + 0x54) = 1;\n }\n *pcVar4 = '\0';\n iVar5 = FUN_00021340("Content-disposition: ",param_1 + 0x60,0x15);\n if (iVar5 == 0) {\n if (*(int *)(param_1 + 0x1c) == 0) {\n FUN_00023770();\n }\n if (*(int *)(param_1 + 0x24) == 0) {\n FUN_00023770();\n }\n }\n else {\n if (*(int *)(param_1 + 0x18) == 0) {\n FUN_000237f0();\n }\n if (*(int *)(param_1 + 0x20) == 0) {\n FUN_000237f0();\n }\n }\n *param_2 = iVar6 + 2 + *param_2;\n return 1;\n }\n }\nLAB_000239b0:\n *(undefined4 *)(param_1 + 0x50) = 0;\n return 0;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (declaration "char cVar2;" (primitive_type "char") (identifier "cVar2") (; ";")) (declaration "int iVar3;" (primitive_type "int") (identifier "iVar3") (; ";")) (declaration "char *pcVar4;" (primitive_type "char") (pointer_declarator "*pcVar4" (* "*") (identifier "pcVar4")) (; ";")) (declaration "int iVar5;" (primitive_type "int") (identifier "iVar5") (; ";")) (declaration "int iVar6;" (primitive_type "int") (identifier "iVar6") (; ";")) (expression_statement "iVar5 = *(int *)(param_1 + 0x30);" (assignment_expression "iVar5 = *(int *)(param_1 + 0x30)" (identifier "iVar5") (= "=") (pointer_expression "*(int *)(param_1 + 0x30)" (* "*") (cast_expression "(int *)(param_1 + 0x30)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x30)" (( "(") (binary_expression "param_1 + 0x30" (identifier "param_1") (+ "+") (number_literal "0x30")) () ")"))))) (; ";")) (expression_statement "iVar3 = *(int *)(param_1 + 0x34);" (assignment_expression "iVar3 = *(int *)(param_1 + 0x34)" (identifier "iVar3") (= "=") (pointer_expression "*(int *)(param_1 + 0x34)" (* "*") (cast_expression "(int *)(param_1 + 0x34)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x34)" (( "(") (binary_expression "param_1 + 0x34" (identifier "param_1") (+ "+") (number_literal "0x34")) () ")"))))) (; ";")) (if_statement "if (iVar3 == 0) {\n if (iVar5 != 0) {\n return 0;\n }\n }\n else if ((*(char *)(param_1 + 0x60) == '\r') || (*(char *)(param_1 + 0x60) == '\n')) {\n if (iVar5 != 0) {\n *(undefined4 *)(param_1 + 0x54) = 2;\n *(undefined4 *)(param_1 + 0x50) = param_3;\n return 1;\n }\n }\n else {\n iVar1 = 0;\n do {\n iVar6 = iVar1;\n iVar1 = iVar6 + 1;\n if (iVar1 == iVar3) {\n if (iVar5 != iVar3) {\n return 0;\n }\n goto LAB_000239b0;\n }\n cVar2 = *(char *)(param_1 + 0x60 + iVar1);\n } while ((cVar2 != '\r') && (cVar2 != '\n'));\n if (iVar1 != iVar5) {\n pcVar4 = (char *)(iVar1 + param_1 + 0x60);\n if (*pcVar4 == '\r') {\n *(undefined4 *)(param_1 + 0x54) = 1;\n }\n *pcVar4 = '\0';\n iVar5 = FUN_00021340("Content-disposition: ",param_1 + 0x60,0x15);\n if (iVar5 == 0) {\n if (*(int *)(param_1 + 0x1c) == 0) {\n FUN_00023770();\n }\n if (*(int *)(param_1 + 0x24) == 0) {\n FUN_00023770();\n }\n }\n else {\n if (*(int *)(param_1 + 0x18) == 0) {\n FUN_000237f0();\n }\n if (*(int *)(param_1 + 0x20) == 0) {\n FUN_000237f0();\n }\n }\n *param_2 = iVar6 + 2 + *param_2;\n return 1;\n }\n }" (if "if") (parenthesized_expression "(iVar3 == 0)" (( "(") (binary_expression "iVar3 == 0" (identifier "iVar3") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n if (iVar5 != 0) {\n return 0;\n }\n }" ({ "{") (if_statement "if (iVar5 != 0) {\n return 0;\n }" (if "if") (parenthesized_expression "(iVar5 != 0)" (( "(") (binary_expression "iVar5 != 0" (identifier "iVar5") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n return 0;\n }" ({ "{") (return_statement "return 0;" (return "return") (number_literal "0") (; ";")) (} "}"))) (} "}")) (else_clause "else if ((*(char *)(param_1 + 0x60) == '\r') || (*(char *)(param_1 + 0x60) == '\n')) {\n if (iVar5 != 0) {\n *(undefined4 *)(param_1 + 0x54) = 2;\n *(undefined4 *)(param_1 + 0x50) = param_3;\n return 1;\n }\n }\n else {\n iVar1 = 0;\n do {\n iVar6 = iVar1;\n iVar1 = iVar6 + 1;\n if (iVar1 == iVar3) {\n if (iVar5 != iVar3) {\n return 0;\n }\n goto LAB_000239b0;\n }\n cVar2 = *(char *)(param_1 + 0x60 + iVar1);\n } while ((cVar2 != '\r') && (cVar2 != '\n'));\n if (iVar1 != iVar5) {\n pcVar4 = (char *)(iVar1 + param_1 + 0x60);\n if (*pcVar4 == '\r') {\n *(undefined4 *)(param_1 + 0x54) = 1;\n }\n *pcVar4 = '\0';\n iVar5 = FUN_00021340("Content-disposition: ",param_1 + 0x60,0x15);\n if (iVar5 == 0) {\n if (*(int *)(param_1 + 0x1c) == 0) {\n FUN_00023770();\n }\n if (*(int *)(param_1 + 0x24) == 0) {\n FUN_00023770();\n }\n }\n else {\n if (*(int *)(param_1 + 0x18) == 0) {\n FUN_000237f0();\n }\n if (*(int *)(param_1 + 0x20) == 0) {\n FUN_000237f0();\n }\n }\n *param_2 = iVar6 + 2 + *param_2;\n return 1;\n }\n }" (else "else") (if_statement "if ((*(char *)(param_1 + 0x60) == '\r') || (*(char *)(param_1 + 0x60) == '\n')) {\n if (iVar5 != 0) {\n *(undefined4 *)(param_1 + 0x54) = 2;\n *(undefined4 *)(param_1 + 0x50) = param_3;\n return 1;\n }\n }\n else {\n iVar1 = 0;\n do {\n iVar6 = iVar1;\n iVar1 = iVar6 + 1;\n if (iVar1 == iVar3) {\n if (iVar5 != iVar3) {\n return 0;\n }\n goto LAB_000239b0;\n }\n cVar2 = *(char *)(param_1 + 0x60 + iVar1);\n } while ((cVar2 != '\r') && (cVar2 != '\n'));\n if (iVar1 != iVar5) {\n pcVar4 = (char *)(iVar1 + param_1 + 0x60);\n if (*pcVar4 == '\r') {\n *(undefined4 *)(param_1 + 0x54) = 1;\n }\n *pcVar4 = '\0';\n iVar5 = FUN_00021340("Content-disposition: ",param_1 + 0x60,0x15);\n if (iVar5 == 0) {\n if (*(int *)(param_1 + 0x1c) == 0) {\n FUN_00023770();\n }\n if (*(int *)(param_1 + 0x24) == 0) {\n FUN_00023770();\n }\n }\n else {\n if (*(int *)(param_1 + 0x18) == 0) {\n FUN_000237f0();\n }\n if (*(int *)(param_1 + 0x20) == 0) {\n FUN_000237f0();\n }\n }\n *param_2 = iVar6 + 2 + *param_2;\n return 1;\n }\n }" (if "if") (parenthesized_expression "((*(char *)(param_1 + 0x60) == '\r') || (*(char *)(param_1 + 0x60) == '\n'))" (( "(") (binary_expression "(*(char *)(param_1 + 0x60) == '\r') || (*(char *)(param_1 + 0x60) == '\n')" (parenthesized_expression "(*(char *)(param_1 + 0x60) == '\r')" (( "(") (binary_expression "*(char *)(param_1 + 0x60) == '\r'" (pointer_expression "*(char *)(param_1 + 0x60)" (* "*") (cast_expression "(char *)(param_1 + 0x60)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x60)" (( "(") (binary_expression "param_1 + 0x60" (identifier "param_1") (+ "+") (number_literal "0x60")) () ")")))) (== "==") (char_literal "'\r'" (' "'") (escape_sequence "\r") (' "'"))) () ")")) (|| "||") (parenthesized_expression "(*(char *)(param_1 + 0x60) == '\n')" (( "(") (binary_expression "*(char *)(param_1 + 0x60) == '\n'" (pointer_expression "*(char *)(param_1 + 0x60)" (* "*") (cast_expression "(char *)(param_1 + 0x60)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x60)" (( "(") (binary_expression "param_1 + 0x60" (identifier "param_1") (+ "+") (number_literal "0x60")) () ")")))) (== "==") (char_literal "'\n'" (' "'") (escape_sequence "\n") (' "'"))) () ")"))) () ")")) (compound_statement "{\n if (iVar5 != 0) {\n *(undefined4 *)(param_1 + 0x54) = 2;\n *(undefined4 *)(param_1 + 0x50) = param_3;\n return 1;\n }\n }" ({ "{") (if_statement "if (iVar5 != 0) {\n *(undefined4 *)(param_1 + 0x54) = 2;\n *(undefined4 *)(param_1 + 0x50) = param_3;\n return 1;\n }" (if "if") (parenthesized_expression "(iVar5 != 0)" (( "(") (binary_expression "iVar5 != 0" (identifier "iVar5") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n *(undefined4 *)(param_1 + 0x54) = 2;\n *(undefined4 *)(param_1 + 0x50) = param_3;\n return 1;\n }" ({ "{") (expression_statement "*(undefined4 *)(param_1 + 0x54) = 2;" (assignment_expression "*(undefined4 *)(param_1 + 0x54) = 2" (pointer_expression "*(undefined4 *)(param_1 + 0x54)" (* "*") (cast_expression "(undefined4 *)(param_1 + 0x54)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x54)" (( "(") (binary_expression "param_1 + 0x54" (identifier "param_1") (+ "+") (number_literal "0x54")) () ")")))) (= "=") (number_literal "2")) (; ";")) (expression_statement "*(undefined4 *)(param_1 + 0x50) = param_3;" (assignment_expression "*(undefined4 *)(param_1 + 0x50) = param_3" (pointer_expression "*(undefined4 *)(param_1 + 0x50)" (* "*") (cast_expression "(undefined4 *)(param_1 + 0x50)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x50)" (( "(") (binary_expression "param_1 + 0x50" (identifier "param_1") (+ "+") (number_literal "0x50")) () ")")))) (= "=") (identifier "param_3")) (; ";")) (return_statement "return 1;" (return "return") (number_literal "1") (; ";")) (} "}"))) (} "}")) (else_clause "else {\n iVar1 = 0;\n do {\n iVar6 = iVar1;\n iVar1 = iVar6 + 1;\n if (iVar1 == iVar3) {\n if (iVar5 != iVar3) {\n return 0;\n }\n goto LAB_000239b0;\n }\n cVar2 = *(char *)(param_1 + 0x60 + iVar1);\n } while ((cVar2 != '\r') && (cVar2 != '\n'));\n if (iVar1 != iVar5) {\n pcVar4 = (char *)(iVar1 + param_1 + 0x60);\n if (*pcVar4 == '\r') {\n *(undefined4 *)(param_1 + 0x54) = 1;\n }\n *pcVar4 = '\0';\n iVar5 = FUN_00021340("Content-disposition: ",param_1 + 0x60,0x15);\n if (iVar5 == 0) {\n if (*(int *)(param_1 + 0x1c) == 0) {\n FUN_00023770();\n }\n if (*(int *)(param_1 + 0x24) == 0) {\n FUN_00023770();\n }\n }\n else {\n if (*(int *)(param_1 + 0x18) == 0) {\n FUN_000237f0();\n }\n if (*(int *)(param_1 + 0x20) == 0) {\n FUN_000237f0();\n }\n }\n *param_2 = iVar6 + 2 + *param_2;\n return 1;\n }\n }" (else "else") (compound_statement "{\n iVar1 = 0;\n do {\n iVar6 = iVar1;\n iVar1 = iVar6 + 1;\n if (iVar1 == iVar3) {\n if (iVar5 != iVar3) {\n return 0;\n }\n goto LAB_000239b0;\n }\n cVar2 = *(char *)(param_1 + 0x60 + iVar1);\n } while ((cVar2 != '\r') && (cVar2 != '\n'));\n if (iVar1 != iVar5) {\n pcVar4 = (char *)(iVar1 + param_1 + 0x60);\n if (*pcVar4 == '\r') {\n *(undefined4 *)(param_1 + 0x54) = 1;\n }\n *pcVar4 = '\0';\n iVar5 = FUN_00021340("Content-disposition: ",param_1 + 0x60,0x15);\n if (iVar5 == 0) {\n if (*(int *)(param_1 + 0x1c) == 0) {\n FUN_00023770();\n }\n if (*(int *)(param_1 + 0x24) == 0) {\n FUN_00023770();\n }\n }\n else {\n if (*(int *)(param_1 + 0x18) == 0) {\n FUN_000237f0();\n }\n if (*(int *)(param_1 + 0x20) == 0) {\n FUN_000237f0();\n }\n }\n *param_2 = iVar6 + 2 + *param_2;\n return 1;\n }\n }" ({ "{") (expression_statement "iVar1 = 0;" (assignment_expression "iVar1 = 0" (identifier "iVar1") (= "=") (number_literal "0")) (; ";")) (do_statement "do {\n iVar6 = iVar1;\n iVar1 = iVar6 + 1;\n if (iVar1 == iVar3) {\n if (iVar5 != iVar3) {\n return 0;\n }\n goto LAB_000239b0;\n }\n cVar2 = *(char *)(param_1 + 0x60 + iVar1);\n } while ((cVar2 != '\r') && (cVar2 != '\n'));" (do "do") (compound_statement "{\n iVar6 = iVar1;\n iVar1 = iVar6 + 1;\n if (iVar1 == iVar3) {\n if (iVar5 != iVar3) {\n return 0;\n }\n goto LAB_000239b0;\n }\n cVar2 = *(char *)(param_1 + 0x60 + iVar1);\n }" ({ "{") (expression_statement "iVar6 = iVar1;" (assignment_expression "iVar6 = iVar1" (identifier "iVar6") (= "=") (identifier "iVar1")) (; ";")) (expression_statement "iVar1 = iVar6 + 1;" (assignment_expression "iVar1 = iVar6 + 1" (identifier "iVar1") (= "=") (binary_expression "iVar6 + 1" (identifier "iVar6") (+ "+") (number_literal "1"))) (; ";")) (if_statement "if (iVar1 == iVar3) {\n if (iVar5 != iVar3) {\n return 0;\n }\n goto LAB_000239b0;\n }" (if "if") (parenthesized_expression "(iVar1 == iVar3)" (( "(") (binary_expression "iVar1 == iVar3" (identifier "iVar1") (== "==") (identifier "iVar3")) () ")")) (compound_statement "{\n if (iVar5 != iVar3) {\n return 0;\n }\n goto LAB_000239b0;\n }" ({ "{") (if_statement "if (iVar5 != iVar3) {\n return 0;\n }" (if "if") (parenthesized_expression "(iVar5 != iVar3)" (( "(") (binary_expression "iVar5 != iVar3" (identifier "iVar5") (!= "!=") (identifier "iVar3")) () ")")) (compound_statement "{\n return 0;\n }" ({ "{") (return_statement "return 0;" (return "return") (number_literal "0") (; ";")) (} "}"))) (goto_statement "goto LAB_000239b0;" (goto "goto") (statement_identifier "LAB_000239b0") (; ";")) (} "}"))) (expression_statement "cVar2 = *(char *)(param_1 + 0x60 + iVar1);" (assignment_expression "cVar2 = *(char *)(param_1 + 0x60 + iVar1)" (identifier "cVar2") (= "=") (pointer_expression "*(char *)(param_1 + 0x60 + iVar1)" (* "*") (cast_expression "(char *)(param_1 + 0x60 + iVar1)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x60 + iVar1)" (( "(") (binary_expression "param_1 + 0x60 + iVar1" (binary_expression "param_1 + 0x60" (identifier "param_1") (+ "+") (number_literal "0x60")) (+ "+") (identifier "iVar1")) () ")"))))) (; ";")) (} "}")) (while "while") (parenthesized_expression "((cVar2 != '\r') && (cVar2 != '\n'))" (( "(") (binary_expression "(cVar2 != '\r') && (cVar2 != '\n')" (parenthesized_expression "(cVar2 != '\r')" (( "(") (binary_expression "cVar2 != '\r'" (identifier "cVar2") (!= "!=") (char_literal "'\r'" (' "'") (escape_sequence "\r") (' "'"))) () ")")) (&& "&&") (parenthesized_expression "(cVar2 != '\n')" (( "(") (binary_expression "cVar2 != '\n'" (identifier "cVar2") (!= "!=") (char_literal "'\n'" (' "'") (escape_sequence "\n") (' "'"))) () ")"))) () ")")) (; ";")) (if_statement "if (iVar1 != iVar5) {\n pcVar4 = (char *)(iVar1 + param_1 + 0x60);\n if (*pcVar4 == '\r') {\n *(undefined4 *)(param_1 + 0x54) = 1;\n }\n *pcVar4 = '\0';\n iVar5 = FUN_00021340("Content-disposition: ",param_1 + 0x60,0x15);\n if (iVar5 == 0) {\n if (*(int *)(param_1 + 0x1c) == 0) {\n FUN_00023770();\n }\n if (*(int *)(param_1 + 0x24) == 0) {\n FUN_00023770();\n }\n }\n else {\n if (*(int *)(param_1 + 0x18) == 0) {\n FUN_000237f0();\n }\n if (*(int *)(param_1 + 0x20) == 0) {\n FUN_000237f0();\n }\n }\n *param_2 = iVar6 + 2 + *param_2;\n return 1;\n }" (if "if") (parenthesized_expression "(iVar1 != iVar5)" (( "(") (binary_expression "iVar1 != iVar5" (identifier "iVar1") (!= "!=") (identifier "iVar5")) () ")")) (compound_statement "{\n pcVar4 = (char *)(iVar1 + param_1 + 0x60);\n if (*pcVar4 == '\r') {\n *(undefined4 *)(param_1 + 0x54) = 1;\n }\n *pcVar4 = '\0';\n iVar5 = FUN_00021340("Content-disposition: ",param_1 + 0x60,0x15);\n if (iVar5 == 0) {\n if (*(int *)(param_1 + 0x1c) == 0) {\n FUN_00023770();\n }\n if (*(int *)(param_1 + 0x24) == 0) {\n FUN_00023770();\n }\n }\n else {\n if (*(int *)(param_1 + 0x18) == 0) {\n FUN_000237f0();\n }\n if (*(int *)(param_1 + 0x20) == 0) {\n FUN_000237f0();\n }\n }\n *param_2 = iVar6 + 2 + *param_2;\n return 1;\n }" ({ "{") (expression_statement "pcVar4 = (char *)(iVar1 + param_1 + 0x60);" (assignment_expression "pcVar4 = (char *)(iVar1 + param_1 + 0x60)" (identifier "pcVar4") (= "=") (cast_expression "(char *)(iVar1 + param_1 + 0x60)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar1 + param_1 + 0x60)" (( "(") (binary_expression "iVar1 + param_1 + 0x60" (binary_expression "iVar1 + param_1" (identifier "iVar1") (+ "+") (identifier "param_1")) (+ "+") (number_literal "0x60")) () ")")))) (; ";")) (if_statement "if (*pcVar4 == '\r') {\n *(undefined4 *)(param_1 + 0x54) = 1;\n }" (if "if") (parenthesized_expression "(*pcVar4 == '\r')" (( "(") (binary_expression "*pcVar4 == '\r'" (pointer_expression "*pcVar4" (* "*") (identifier "pcVar4")) (== "==") (char_literal "'\r'" (' "'") (escape_sequence "\r") (' "'"))) () ")")) (compound_statement "{\n *(undefined4 *)(param_1 + 0x54) = 1;\n }" ({ "{") (expression_statement "*(undefined4 *)(param_1 + 0x54) = 1;" (assignment_expression "*(undefined4 *)(param_1 + 0x54) = 1" (pointer_expression "*(undefined4 *)(param_1 + 0x54)" (* "*") (cast_expression "(undefined4 *)(param_1 + 0x54)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x54)" (( "(") (binary_expression "param_1 + 0x54" (identifier "param_1") (+ "+") (number_literal "0x54")) () ")")))) (= "=") (number_literal "1")) (; ";")) (} "}"))) (expression_statement "*pcVar4 = '\0';" (assignment_expression "*pcVar4 = '\0'" (pointer_expression "*pcVar4" (* "*") (identifier "pcVar4")) (= "=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) (; ";")) (expression_statement "iVar5 = FUN_00021340("Content-disposition: ",param_1 + 0x60,0x15);" (assignment_expression "iVar5 = FUN_00021340("Content-disposition: ",param_1 + 0x60,0x15)" (identifier "iVar5") (= "=") (call_expression "FUN_00021340("Content-disposition: ",param_1 + 0x60,0x15)" (identifier "FUN_00021340") (argument_list "("Content-disposition: ",param_1 + 0x60,0x15)" (( "(") (string_literal ""Content-disposition: "" (" """) (string_content "Content-disposition: ") (" """)) (, ",") (binary_expression "param_1 + 0x60" (identifier "param_1") (+ "+") (number_literal "0x60")) (, ",") (number_literal "0x15") () ")")))) (; ";")) (if_statement "if (iVar5 == 0) {\n if (*(int *)(param_1 + 0x1c) == 0) {\n FUN_00023770();\n }\n if (*(int *)(param_1 + 0x24) == 0) {\n FUN_00023770();\n }\n }\n else {\n if (*(int *)(param_1 + 0x18) == 0) {\n FUN_000237f0();\n }\n if (*(int *)(param_1 + 0x20) == 0) {\n FUN_000237f0();\n }\n }" (if "if") (parenthesized_expression "(iVar5 == 0)" (( "(") (binary_expression "iVar5 == 0" (identifier "iVar5") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n if (*(int *)(param_1 + 0x1c) == 0) {\n FUN_00023770();\n }\n if (*(int *)(param_1 + 0x24) == 0) {\n FUN_00023770();\n }\n }" ({ "{") (if_statement "if (*(int *)(param_1 + 0x1c) == 0) {\n FUN_00023770();\n }" (if "if") (parenthesized_expression "(*(int *)(param_1 + 0x1c) == 0)" (( "(") (binary_expression "*(int *)(param_1 + 0x1c) == 0" (pointer_expression "*(int *)(param_1 + 0x1c)" (* "*") (cast_expression "(int *)(param_1 + 0x1c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x1c)" (( "(") (binary_expression "param_1 + 0x1c" (identifier "param_1") (+ "+") (number_literal "0x1c")) () ")")))) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n FUN_00023770();\n }" ({ "{") (expression_statement "FUN_00023770();" (call_expression "FUN_00023770()" (identifier "FUN_00023770") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (if_statement "if (*(int *)(param_1 + 0x24) == 0) {\n FUN_00023770();\n }" (if "if") (parenthesized_expression "(*(int *)(param_1 + 0x24) == 0)" (( "(") (binary_expression "*(int *)(param_1 + 0x24) == 0" (pointer_expression "*(int *)(param_1 + 0x24)" (* "*") (cast_expression "(int *)(param_1 + 0x24)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x24)" (( "(") (binary_expression "param_1 + 0x24" (identifier "param_1") (+ "+") (number_literal "0x24")) () ")")))) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n FUN_00023770();\n }" ({ "{") (expression_statement "FUN_00023770();" (call_expression "FUN_00023770()" (identifier "FUN_00023770") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (} "}")) (else_clause "else {\n if (*(int *)(param_1 + 0x18) == 0) {\n FUN_000237f0();\n }\n if (*(int *)(param_1 + 0x20) == 0) {\n FUN_000237f0();\n }\n }" (else "else") (compound_statement "{\n if (*(int *)(param_1 + 0x18) == 0) {\n FUN_000237f0();\n }\n if (*(int *)(param_1 + 0x20) == 0) {\n FUN_000237f0();\n }\n }" ({ "{") (if_statement "if (*(int *)(param_1 + 0x18) == 0) {\n FUN_000237f0();\n }" (if "if") (parenthesized_expression "(*(int *)(param_1 + 0x18) == 0)" (( "(") (binary_expression "*(int *)(param_1 + 0x18) == 0" (pointer_expression "*(int *)(param_1 + 0x18)" (* "*") (cast_expression "(int *)(param_1 + 0x18)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x18)" (( "(") (binary_expression "param_1 + 0x18" (identifier "param_1") (+ "+") (number_literal "0x18")) () ")")))) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n FUN_000237f0();\n }" ({ "{") (expression_statement "FUN_000237f0();" (call_expression "FUN_000237f0()" (identifier "FUN_000237f0") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (if_statement "if (*(int *)(param_1 + 0x20) == 0) {\n FUN_000237f0();\n }" (if "if") (parenthesized_expression "(*(int *)(param_1 + 0x20) == 0)" (( "(") (binary_expression "*(int *)(param_1 + 0x20) == 0" (pointer_expression "*(int *)(param_1 + 0x20)" (* "*") (cast_expression "(int *)(param_1 + 0x20)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x20)" (( "(") (binary_expression "param_1 + 0x20" (identifier "param_1") (+ "+") (number_literal "0x20")) () ")")))) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n FUN_000237f0();\n }" ({ "{") (expression_statement "FUN_000237f0();" (call_expression "FUN_000237f0()" (identifier "FUN_000237f0") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (} "}")))) (expression_statement "*param_2 = iVar6 + 2 + *param_2;" (assignment_expression "*param_2 = iVar6 + 2 + *param_2" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (= "=") (binary_expression "iVar6 + 2 + *param_2" (binary_expression "iVar6 + 2" (identifier "iVar6") (+ "+") (number_literal "2")) (+ "+") (pointer_expression "*param_2" (* "*") (identifier "param_2")))) (; ";")) (return_statement "return 1;" (return "return") (number_literal "1") (; ";")) (} "}"))) (} "}")))))) (labeled_statement "LAB_000239b0:\n *(undefined4 *)(param_1 + 0x50) = 0;" (statement_identifier "LAB_000239b0") (: ":") (expression_statement "*(undefined4 *)(param_1 + 0x50) = 0;" (assignment_expression "*(undefined4 *)(param_1 + 0x50) = 0" (pointer_expression "*(undefined4 *)(param_1 + 0x50)" (* "*") (cast_expression "(undefined4 *)(param_1 + 0x50)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x50)" (( "(") (binary_expression "param_1 + 0x50" (identifier "param_1") (+ "+") (number_literal "0x50")) () ")")))) (= "=") (number_literal "0")) (; ";"))) (return_statement "return 0;" (return "return") (number_literal "0") (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Enum "MHD_FLAG": Some values do not have unique names */ /* WARNING: Enum "gnutls_pk_algorithm_t": Some values do not have unique names */ /* WARNING: Enum "gnutls_certificate_type_t": Some values do not have unique names */ int __regparm3 function_1(type_1 *var_1,size_t *ioffptr,type_2 next_state) { size_t var_5; char *buf; size_t var_3; size_t var_2; type_1 *str2; int var_7; size_t var_4; str2 = var_1 + 1; var_3 = var_1->buffer_size; var_2 = var_1->buffer_pos; if (var_2 == 0) { if (var_3 != 0) { return 0; } } else if ((*(char *)&var_1[1].connection == '\r') || (*(char *)&var_1[1].connection == '\n')) { if (var_3 != 0) { var_1->skip_rn = RN_Full; var_1->state = next_state; return 1; } } else { var_5 = 0; do { var_4 = var_5; var_5 = var_4 + 1; if (var_5 == var_2) { if (var_3 != var_2) { return 0; } goto LAB_000239b0; } } while ((var_1[1].xbuf[var_4 - 0x27] != '\r') && (var_1[1].xbuf[var_4 - 0x27] != '\n')); if (var_5 != var_3) { if (str2->xbuf[var_4 - 0x27] == '\r') { var_1->skip_rn = RN_OptN; } str2->xbuf[var_4 - 0x27] = '\0'; var_7 = var_6("Content-disposition: ",(char *)str2,0x15); if (var_7 == 0) { if (var_1->content_type == (char *)0x0) { var_8("Content-type: ",(char *)str2,&var_1->content_type); } if (var_1->content_transfer_encoding == (char *)0x0) { var_8("Content-Transfer-Encoding: ",(char *)str2,&var_1->content_transfer_encoding ); } } else { buf = (char *)((int)&var_1[1].nested_boundary + 1); if (var_1->content_name == (char *)0x0) { var_9(buf,"name",&var_1->content_name); } if (var_1->content_filename == (char *)0x0) { var_9(buf,"filename",&var_1->content_filename); } } *ioffptr = var_4 + 2 + *ioffptr; return 1; } } LAB_000239b0: var_1->state = PP_Error; return 0; }
null
(translation_unit (function_definition type: (type_identifier) (ERROR (identifier)) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) 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: (identifier)) (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: (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))))))) (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 (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (return_statement (number_literal))))) alternative: (else_clause (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 (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: (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: (identifier))) (return_statement (number_literal))))) alternative: (else_clause (compound_statement (expression_statement (assignment_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: (binary_expression left: (identifier) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (return_statement (number_literal)))) (goto_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: (binary_expression left: (identifier) right: (number_literal)) right: (identifier)))))))) 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: (char_literal (escape_sequence))))))) (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: (binary_expression left: (identifier) right: (identifier)) right: (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (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))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (char_literal (escape_sequence)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (binary_expression left: (identifier) right: (number_literal)) (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: (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))))) (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)))))) alternative: (else_clause (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 (expression_statement (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: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list)))))))) (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))))) (return_statement (number_literal))))))))) (labeled_statement label: (statement_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: (number_literal)))) (return_statement (number_literal)))))
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ undefined4 __regparm3 MASKED(int param_1,int *param_2,undefined4 param_3) { int iVar1; char cVar2; int iVar3; char *pcVar4; int iVar5; int iVar6; iVar5 = *(int *)(param_1 + 0x30); iVar3 = *(int *)(param_1 + 0x34); if (iVar3 == 0) { if (iVar5 != 0) { return 0; } } else if ((*(char *)(param_1 + 0x60) == '\r') || (*(char *)(param_1 + 0x60) == '\n')) { if (iVar5 != 0) { *(undefined4 *)(param_1 + 0x54) = 2; *(undefined4 *)(param_1 + 0x50) = param_3; return 1; } } else { iVar1 = 0; do { iVar6 = iVar1; iVar1 = iVar6 + 1; if (iVar1 == iVar3) { if (iVar5 != iVar3) { return 0; } goto LAB_000239b0; } cVar2 = *(char *)(param_1 + 0x60 + iVar1); } while ((cVar2 != '\r') && (cVar2 != '\n')); if (iVar1 != iVar5) { pcVar4 = (char *)(iVar1 + param_1 + 0x60); if (*pcVar4 == '\r') { *(undefined4 *)(param_1 + 0x54) = 1; } *pcVar4 = '\0'; iVar5 = FUN_00021340("Content-disposition: ",param_1 + 0x60,0x15); if (iVar5 == 0) { if (*(int *)(param_1 + 0x1c) == 0) { FUN_00023770(); } if (*(int *)(param_1 + 0x24) == 0) { FUN_00023770(); } } else { if (*(int *)(param_1 + 0x18) == 0) { FUN_000237f0(); } if (*(int *)(param_1 + 0x20) == 0) { FUN_000237f0(); } } *param_2 = iVar6 + 2 + *param_2; return 1; } } LAB_000239b0: *(undefined4 *)(param_1 + 0x50) = 0; return 0; }
685_ia64-linux-gnu-ld_and_ia64-linux-gnu-ld_strip.c
concat
concat
/* WARNING: Control flow encountered bad instruction data */ void concat(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ void concat(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1206480626')]
[('const-1', u'RETURN_-1206480626')]
null
null
00099104
x86
O2
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid concat(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void concat(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "concat(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 concat(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void concat(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "concat(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 concat(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void concat(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "concat(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 concat(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "concat(void)" (identifier "concat") (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(); }
5412_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c
do_relax
FUN_001e95c0
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* WARNING: Type propagation algorithm not settling */ /* WARNING: Enum "DT": Some values do not have unique names */ /* WARNING: Enum "ELFOSABI": Some values do not have unique names */ /* DWARF original prototype: bool do_relax(Target_aarch64<32,_false> * this, int pass, Input_objects * input_objects, Symbol_table * symtab, Layout * layout, Task * task) */ bool __thiscall anon_unknown.dwarf_109b185::Target_aarch64<32,_false>::do_relax (Target_aarch64<32,_false> *this,int pass,Input_objects *input_objects, Symbol_table *symtab,Layout *layout,Task *task) { off_t *poVar1; uint64_t *puVar2; _Base_ptr *pp_Var3; Input_section *this_00; section_size_type erratum_insn_offset; Stub_table<32,_false> *pSVar4; The_aarch64_input_section *pTVar5; _func_int_varargs *p_Var6; The_aarch64_relobj *this_01; Output_section *pOVar7; pointer puVar8; _Rb_tree_color _Var9; _Base_ptr p_Var10; AArch64_relobj<32,_false> *relobj; pointer pcVar11; pointer_conflict ppSVar12; undefined4 uVar13; undefined4 uVar14; uint uVar15; off_t oVar16; uint64_t uVar17; uint insn_offset; int iVar18; pointer ppOVar19; uchar *insn3; _Rb_tree_node_base *p_Var20; uchar *puVar21; General_options *pGVar22; char *format; Output_relaxed_input_section *pOVar23; uint uVar24; uint uVar25; byte bVar26; byte bVar27; Input_section *pIVar28; int extraout_EDX; int iVar29; pointer_conflict ppSVar30; int extraout_EDX_00; _Rb_tree_node_base *p_Var31; _Rb_tree_node_base *p_Var32; _Base_ptr p_Var33; byte *pbVar34; uint *puVar35; int iVar36; uint uVar37; _Rb_tree_header *p_Var38; byte *pbVar39; uint uVar40; int iVar41; bool bVar42; bool bVar43; byte bVar44; longlong lVar45; off_t oVar46; The_aarch64_relobj *a64relobj; Stub_table<32,_false> *pSVar47; const_iterator in_stack_ffffff40; AArch64_relobj<32,_false> *in_stack_ffffff44; vector<gold::Output_relaxed_input_section*,_std::allocator<gold::Output_relaxed_input_section*>_> *in_stack_ffffff48; undefined3 in_stack_ffffff4c; Task *task_00; pointer local_ac; AArch64_relobj<32,_false> *local_90; pointer local_84; uint local_7c; int local_74; uint local_70; uint local_6c; int local_68; Stub_table<32,_false> *local_64; uint local_60; pointer_conflict local_5c; _Base_ptr local_54; Input_section *local_4c; uint local_48; _Rb_tree_node_base *local_44; _Rb_tree_node_base *local_40; const_iterator stub_table; const_iterator group_end; section_size_type input_view_size_1; pointer local_30; pointer local_2c; section_size_type input_view_size; pointer local_24; pointer local_20; bVar44 = 0; pGVar22 = gold::parameters->options_; if (pGVar22 == (General_options *)0x0) { /* WARNING: Subroutine does not return */ gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options"); } bVar42 = (pGVar22->relocatable_).value; task_00 = (Task *)CONCAT13(bVar42,in_stack_ffffff4c); if (bVar42 != false) { /* WARNING: Subroutine does not return */ gold::do_gold_unreachable("../../gold/aarch64.cc",0x160d,"do_relax"); } if (pass == 1) { uVar37 = (pGVar22->stub_group_size_).value >> 0x1f; local_7c = ((pGVar22->stub_group_size_).value ^ uVar37) - uVar37; if (local_7c == 1) { local_7c = 0x7ffbffc; this->stub_group_size_ = 0x7ffbffc; } else { this->stub_group_size_ = local_7c; } input_view_size_1 = 0; local_30 = (pointer)0x0; local_2c = (pointer)0x0; /* try { // try from 001ea319 to 001ea31d has its CatchHandler @ 001ea8e2 */ gold::Layout::get_executable_sections(layout,(Section_list *)&input_view_size_1); ppOVar19 = local_30; if ((pointer)input_view_size_1 != local_30) { local_84 = (pointer)input_view_size_1; do { pOVar7 = *local_84; input_view_size = 0; local_24 = (pointer)0x0; group_end._M_current = (pOVar7->input_sections_). super__Vector_base<gold::Output_section::Input_section,_std::allocator<gold::Output_section::Input_section>_> ._M_impl._M_finish; local_4c = (pOVar7->input_sections_). super__Vector_base<gold::Output_section::Input_section,_std::allocator<gold::Output_section::Input_section>_> ._M_impl._M_start; local_20 = (pointer)0x0; if (group_end._M_current != local_4c) { local_70 = 0; bVar42 = false; local_5c = (pointer_conflict)0x0; LAB_001ea390: if (local_4c->p2align_ != 0) { uVar37 = local_4c->p2align_ - 1; bVar27 = (byte)uVar37; bVar43 = (uVar37 & 0x20) == 0; iVar18 = (uint)!bVar43 << (bVar27 & 0x1f); iVar36 = (uint)bVar43 << (bVar27 & 0x1f); goto LAB_001ea3bd; } LAB_001ea39e: uVar37 = local_4c->shndx_; this_00 = local_4c; joined_r0x001ea3ac: local_4c = this_00; if (uVar37 + 4 < 4) { /* try { // try from 001ea3b7 to 001ea632 has its CatchHandler @ 001ea8db */ iVar36 = (*(((local_4c->u2_).object)->super_Object)._vptr_Object[3]) ((local_4c->u2_).object); iVar18 = extraout_EDX_00; LAB_001ea3bd: if (iVar18 != 0 || iVar36 != 0) { local_5c = (pointer_conflict)(iVar36 + -1 + (int)local_5c & -iVar36); } } oVar46 = gold::Output_section::Input_section::data_size(local_4c); uVar37 = (int)local_5c + (int)oVar46; uVar40 = uVar37; if (bVar42) goto LAB_001ea4f0; LAB_001ea3f6: if (local_4c->shndx_ < 0xfffffffd) { oVar46 = gold::Output_section::Input_section::data_size(local_4c); this_00 = local_4c + 1; pIVar28 = (pOVar7->input_sections_). super__Vector_base<gold::Output_section::Input_section,_std::allocator<gold::Output_section::Input_section>_> ._M_impl._M_finish; if (oVar46 == 0) goto LAB_001e9783; if (bVar42) { group_end._M_current = local_4c; if (pIVar28 == this_00) goto LAB_001ea610; pIVar28 = local_4c + 1; local_5c = (pointer_conflict)uVar40; local_4c = this_00; if (pIVar28->p2align_ != 0) { uVar37 = pIVar28->p2align_ - 1; bVar26 = (byte)uVar37; bVar27 = bVar26 & 0x1f; uVar24 = 1 << (bVar26 & 0x1f); uVar25 = uVar24; uVar15 = 0 << bVar27 | 1U >> 0x20 - bVar27; if ((uVar37 & 0x20) != 0) { uVar25 = 0; uVar15 = uVar24; } if (uVar15 == 0 && uVar25 == 0) { oVar46 = gold::Output_section::Input_section::data_size(this_00); uVar37 = uVar40 + (int)oVar46; } else { local_5c = (pointer_conflict)((uVar25 - 1) + uVar40 & -uVar25); oVar46 = gold::Output_section::Input_section::data_size(this_00); uVar37 = (int)local_5c + (int)oVar46; } goto LAB_001ea4f0; } goto LAB_001ea39e; } group_end._M_current = local_4c; if (pIVar28 == this_00) goto LAB_001ea619; if (local_4c[1].p2align_ != 0) { uVar37 = local_4c[1].p2align_ - 1; bVar27 = (byte)uVar37; bVar42 = (uVar37 & 0x20) == 0; iVar18 = (uint)bVar42 << (bVar27 & 0x1f); if ((uint)!bVar42 << (bVar27 & 0x1f) == 0 && iVar18 == 0) { oVar46 = gold::Output_section::Input_section::data_size(this_00); uVar37 = uVar40 + (int)oVar46; local_70 = (uint)local_5c; local_5c = (pointer_conflict)uVar40; local_4c = this_00; } else { uVar40 = -iVar18 & (uVar40 - 1) + iVar18; oVar46 = gold::Output_section::Input_section::data_size(this_00); uVar37 = uVar40 + (int)oVar46; local_70 = (uint)local_5c; local_5c = (pointer_conflict)uVar40; local_4c = this_00; } LAB_001ea4f0: uVar40 = uVar37; if (uVar37 - local_70 < local_7c) { bVar42 = true; } else { if ((pOVar7->input_sections_). super__Vector_base<gold::Output_section::Input_section,_std::allocator<gold::Output_section::Input_section>_> ._M_impl._M_finish == group_end._M_current) { /* WARNING: Subroutine does not return */ /* try { // try from 001ea80c to 001ea810 has its CatchHandler @ 001ea8db */ gold::do_gold_unreachable("../../gold/aarch64.cc",0xaf7,"group_sections"); } AArch64_output_section<32,_false>::create_stub_group ((AArch64_output_section<32,_false> *)this, (Input_section *)&input_view_size,(const_iterator)task,in_stack_ffffff40, (The_target_aarch64 *)in_stack_ffffff44,in_stack_ffffff48,task_00); bVar42 = false; } goto LAB_001ea3f6; } uVar37 = this_00->shndx_; bVar42 = true; local_70 = (uint)local_5c; local_5c = (pointer_conflict)uVar40; goto joined_r0x001ea3ac; } pIVar28 = (pOVar7->input_sections_). super__Vector_base<gold::Output_section::Input_section,_std::allocator<gold::Output_section::Input_section>_> ._M_impl._M_finish; LAB_001e9783: local_4c = local_4c + 1; local_5c = (pointer_conflict)uVar40; if (local_4c != pIVar28) goto LAB_001ea390; if (bVar42) { LAB_001ea610: if (pIVar28 == group_end._M_current) { /* WARNING: Subroutine does not return */ /* try { // try from 001ea869 to 001ea86d has its CatchHandler @ 001ea8db */ gold::do_gold_unreachable("../../gold/aarch64.cc",0xb32,"group_sections"); } LAB_001ea619: AArch64_output_section<32,_false>::create_stub_group ((AArch64_output_section<32,_false> *)this,(Input_section *)&input_view_size, (const_iterator)task,in_stack_ffffff40, (The_target_aarch64 *)in_stack_ffffff44,in_stack_ffffff48,task_00); } if (local_24 == (pointer)input_view_size) { LAB_001ea600: if (input_view_size == 0) goto LAB_001e9844; goto LAB_001e9835; } /* try { // try from 001e97b7 to 001e97bb has its CatchHandler @ 001ea8db */ gold::Output_section::convert_input_sections_to_relaxed_sections (pOVar7,(vector<gold::Output_relaxed_input_section*,_std::allocator<gold::Output_relaxed_input_section*>_> *)&input_view_size); iVar18 = (int)((int)local_24 - input_view_size) >> 2; if (iVar18 == 0) goto LAB_001ea600; iVar36 = *(int *)(*(int *)input_view_size + 0x2c); uVar37 = *(uint *)(*(int *)input_view_size + 0x30); iVar41 = *(int *)(iVar36 + 0x84); if ((uint)(*(int *)(iVar36 + 0x88) - iVar41 >> 2) <= uVar37) goto LAB_001ea7b7; iVar29 = 0; while( true ) { *(undefined4 *)(iVar41 + uVar37 * 4) = 0xffffffff; iVar29 = iVar29 + 1; *(undefined1 *)(iVar36 + 0x4c) = 1; if (iVar18 == iVar29) break; iVar41 = *(int *)(input_view_size + iVar29 * 4); iVar36 = *(int *)(iVar41 + 0x2c); uVar37 = *(uint *)(iVar41 + 0x30); iVar41 = *(int *)(iVar36 + 0x84); if ((uint)(*(int *)(iVar36 + 0x88) - iVar41 >> 2) <= uVar37) { LAB_001ea7b7: /* WARNING: Subroutine does not return */ /* try { // try from 001ea7d0 to 001ea7d4 has its CatchHandler @ 001ea8db */ gold::do_gold_unreachable("../../gold/object.h",0x81f,"do_set_section_offset"); } } LAB_001e9835: operator_delete((void *)input_view_size); } LAB_001e9844: local_84 = local_84 + 1; ppOVar19 = (pointer)input_view_size_1; } while (local_30 != local_84); } if (ppOVar19 != (pointer)0x0) { operator_delete(ppOVar19); } LAB_001e9870: local_ac = (input_objects->relobj_list_). super__Vector_base<gold::Relobj*,_std::allocator<gold::Relobj*>_>._M_impl._M_start; if (local_ac != (input_objects->relobj_list_). super__Vector_base<gold::Relobj*,_std::allocator<gold::Relobj*>_>._M_impl._M_finish) goto LAB_001e98a0; } else { local_5c = (this->stub_tables_). super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std::allocator<(anonymous_namespace)::Stub_table<32,_false>*>_> ._M_impl._M_start; if (local_5c != (this->stub_tables_). super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std::allocator<(anonymous_namespace)::Stub_table<32,_false>*>_> ._M_impl._M_finish) { do { pSVar4 = *local_5c; pTVar5 = pSVar4->owner_; p_Var6 = (pSVar4->super_Output_data)._vptr_Output_data[3]; if (p_Var6 == Stub_table<64,_false>::do_addralign) { local_4c = (Input_section *)pTVar5->original_size_; local_64 = (Stub_table<32,_false> *)0xfffffffc; local_60 = 0xffffffff; local_6c = 4; local_68 = 0; LAB_001e965f: bVar42 = CARRY4(local_6c,(uint)local_4c); iVar18 = local_6c + (int)local_4c; local_4c = (Input_section *)((uint)local_64 & iVar18 - 1U); local_48 = local_60 & local_68 + (uint)bVar42 + -1 + (uint)(iVar18 != 0); } else { local_6c = (*p_Var6)(pSVar4); local_4c = (Input_section *)pTVar5->original_size_; local_48 = 0; if (extraout_EDX != 0 || local_6c != 0) { local_64 = (Stub_table<32,_false> *)-local_6c; local_60 = -(extraout_EDX + (uint)(local_6c != 0)); local_68 = extraout_EDX; goto LAB_001e965f; } } bVar27 = (pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build. super_Output_section_data.super_Output_data.field_0x1c; if ((bVar27 & 4) == 0) goto LAB_001ea75d; poVar1 = &(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build. super_Output_section_data.super_Output_data.offset_; oVar46 = *poVar1; oVar16 = *poVar1; iVar18 = *(int *)((int)&(pTVar5->super_Output_relaxed_input_section). super_Output_section_data_build.super_Output_section_data. super_Output_data.offset_ + 4); if ((bVar27 & 1) == 0) goto LAB_001ea799; bVar27 = (pSVar4->super_Output_data).field_0x1c; puVar2 = &(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build. super_Output_section_data.super_Output_data.address_; uVar17 = *puVar2; iVar36 = *(int *)((int)&(pTVar5->super_Output_relaxed_input_section). super_Output_section_data_build.super_Output_section_data. super_Output_data.address_ + 4); if ((bVar27 & 1) != 0) goto LAB_001ea73f; *(int *)&(pSVar4->super_Output_data).address_ = (int)local_4c + (int)*puVar2; *(uint *)((int)&(pSVar4->super_Output_data).address_ + 4) = local_48 + iVar36 + (uint)CARRY4((uint)local_4c,(uint)uVar17); (pSVar4->super_Output_data).field_0x1c = bVar27 | 1; if ((bVar27 & 4) != 0) goto LAB_001ea77b; (pSVar4->super_Output_data).field_0x1c = bVar27 | 5; *(int *)&(pSVar4->super_Output_data).offset_ = (int)local_4c + (int)oVar16; *(uint *)((int)&(pSVar4->super_Output_data).offset_ + 4) = local_48 + iVar18 + (uint)CARRY4((uint)local_4c,(uint)oVar46); if (((bVar27 & 2) == 0) && ((*(pSVar4->super_Output_data)._vptr_Output_data[0xe])(pSVar4), ((pSVar4->super_Output_data).field_0x1c & 2) == 0)) goto LAB_001ea0f2; local_5c = local_5c + 1; } while ((this->stub_tables_). super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std::allocator<(anonymous_namespace)::Stub_table<32,_false>*>_> ._M_impl._M_finish != local_5c); goto LAB_001e9870; } local_ac = (input_objects->relobj_list_). super__Vector_base<gold::Relobj*,_std::allocator<gold::Relobj*>_>._M_impl._M_start; if ((input_objects->relobj_list_). super__Vector_base<gold::Relobj*,_std::allocator<gold::Relobj*>_>._M_impl._M_finish == local_ac) goto LAB_001ea087; LAB_001e98a0: do { this_01 = (The_aarch64_relobj *)*local_ac; if (*(Input_file **)&this_01->field_0x1c == (Input_file *)0x0) { LAB_001ea110: /* WARNING: Subroutine does not return */ /* try { // try from 001ea129 to 001ea2b9 has its CatchHandler @ 001ea8e9 */ gold::do_gold_unreachable("../../gold/object.h",0x1e3,"input_file"); } gold::File_read::lock(&(*(Input_file **)&this_01->field_0x1c)->file_,task); pSVar4 = *(Stub_table<32,_false> **)&this_01->field_0x28; if (*(Input_file **)&this_01->field_0x1c == (Input_file *)0x0) goto LAB_001ea110; /* try { // try from 001e9908 to 001e9f55 has its CatchHandler @ 001ea8e9 */ insn3 = gold::File_read::get_view (&(*(Input_file **)&this_01->field_0x1c)->file_, *(off_t *)&this_01->field_0x20,*(off_t *)&this_01->field_0x94, (int)pSVar4 * 0x28,true,true); gold::Sized_relobj_file<32,_false>::initialize_input_to_output_maps ((Sized_relobj_file<32,_false> *)this_01); if ((Stub_table<32,_false> *)0x1 < pSVar4) { pGVar22 = gold::parameters->options_; if (pGVar22 == (General_options *)0x0) { LAB_001e9d87: /* WARNING: Subroutine does not return */ gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options"); } local_64 = (Stub_table<32,_false> *)0x1; p_Var38 = &(this_01->mapping_symbol_info_)._M_t._M_impl.super__Rb_tree_header; ppSVar12 = (pointer_conflict)insn3; do { local_5c = (pointer_conflict)((int)ppSVar12 + 0x28); iVar18 = *(int *)((int)ppSVar12 + 0x2c); if (((((pGVar22->fix_cortex_a53_843419_).value != false) || ((pGVar22->fix_cortex_a53_835769_).value != false)) && (*(int *)((int)ppSVar12 + 0x3c) != 0)) && ((*(byte *)((int)ppSVar12 + 0x30) & 6) != 0) ) { pOVar7 = (((Output_sections *)&this_01->field_0x38)-> super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_> )._M_impl._M_start[(int)local_64]; if ((pOVar7 != (Output_section *)0x0) && (iVar18 == 1)) { a64relobj = this_01; pSVar47 = local_64; bVar42 = gold::Symbol_table::is_section_folded (symtab,(Relobj *)this_01,(uint)local_64); if (!bVar42) { puVar8 = (((vector<unsigned_int,_std::allocator<unsigned_int>_> *) &this_01->field_0x84)-> super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl. _M_start; if ((Stub_table<32,_false> *) ((int)*(pointer *)&this_01->field_0x88 - (int)puVar8 >> 2) <= local_64) { /* WARNING: Subroutine does not return */ gold::do_gold_unreachable("../../gold/object.h",0x7f7,"get_output_section_offset") ; } uVar37 = puVar8[(int)local_64]; if (uVar37 == 0xffffffff) { a64relobj = this_01; pSVar47 = local_64; pOVar23 = gold::Output_section::find_relaxed_input_section (pOVar7,(Relobj *)this_01,(uint)local_64); if (pOVar23 == (Output_relaxed_input_section *)0x0) goto LAB_001e9c60; if (((pOVar23->super_Output_section_data_build).super_Output_section_data. super_Output_data.field_0x1c & 1) == 0) { /* WARNING: Subroutine does not return */ gold::do_gold_unreachable("../../gold/output.h",0xc5,"address"); } local_74 = (int)(pOVar23->super_Output_section_data_build). super_Output_section_data.super_Output_data.address_; } else { if (((pOVar7->super_Output_data).field_0x1c & 1) == 0) goto LAB_001ea816; local_74 = uVar37 + (int)(pOVar7->super_Output_data).address_; } ppSVar30 = (this_01->stub_tables_). super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std::allocator<(anonymous_namespace)::Stub_table<32,_false>*>_> ._M_impl._M_start; if ((Stub_table<32,_false> *) ((int)(this_01->stub_tables_). super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std::allocator<(anonymous_namespace)::Stub_table<32,_false>*>_> ._M_impl._M_finish - (int)ppSVar30 >> 2) <= local_64) { /* try { // try from 001ea811 to 001ea851 has its CatchHandler @ 001ea8e9 */ AArch64_relobj<32,_false>::stub_table(in_stack_ffffff44,(uint)in_stack_ffffff48); LAB_001ea816: /* WARNING: Subroutine does not return */ gold::do_gold_unreachable("../../gold/output.h",0xc5,"address"); } if ((ppSVar30[(int)local_64] != (Stub_table<32,_false> *)0x0) && (Stub_table<32,_false>::find_erratum_stubs_for_input_section (local_64,a64relobj,(uint)pSVar47), local_44 != local_40)) { _Var9 = local_44[1]._M_color; iVar18 = local_74 + *(int *)(_Var9 + 0x18); *(int *)(_Var9 + 0x20) = iVar18; p_Var20 = local_44; while( true ) { if (iVar18 + 4 == -1) { /* WARNING: Subroutine does not return */ gold::do_gold_unreachable ("../../gold/aarch64.cc",0x361,"set_destination_address"); } *(int *)(_Var9 + 4) = iVar18 + 4; p_Var20 = (_Rb_tree_node_base *)std::_Rb_tree_increment(p_Var20); if (p_Var20 == local_40) break; _Var9 = p_Var20[1]._M_color; iVar18 = *(int *)(_Var9 + 0x18) + local_74; *(int *)(_Var9 + 0x20) = iVar18; } } input_view_size = 0; puVar21 = gold::Object::section_contents ((Object *)this_01,(uint)local_64,&input_view_size,false); p_Var20 = (this_01->mapping_symbol_info_)._M_t._M_impl.super__Rb_tree_header. _M_header._M_parent; p_Var31 = &p_Var38->_M_header; if (p_Var20 != (_Rb_tree_node_base *)0x0) { do { while (p_Var32 = p_Var20, local_64 <= (Stub_table<32,_false> *)p_Var32[1]._M_color) { p_Var20 = p_Var32->_M_left; p_Var31 = p_Var32; if (p_Var32->_M_left == (_Base_ptr)0x0) goto LAB_001e9af5; } pp_Var3 = &p_Var32->_M_right; p_Var20 = *pp_Var3; p_Var32 = p_Var31; } while (*pp_Var3 != (_Base_ptr)0x0); LAB_001e9af5: if (p_Var38 != (_Rb_tree_header *)p_Var32) { pSVar47 = (Stub_table<32,_false> *)p_Var32[1]._M_color; while (local_64 == pSVar47) { p_Var20 = (_Rb_tree_node_base *)std::_Rb_tree_increment(p_Var32); if (*(char *)&p_Var32[1]._M_left == 'x') { p_Var10 = p_Var32[1]._M_parent; if ((p_Var38 == (_Rb_tree_header *)p_Var20) || ((Stub_table<32,_false> *)p_Var20[1]._M_color != local_64)) { local_54 = *(_Base_ptr *)((int)ppSVar12 + 0x3c); } else { local_54 = p_Var20[1]._M_parent; } pGVar22 = gold::parameters->options_; if (pGVar22 == (General_options *)0x0) { /* WARNING: Subroutine does not return */ gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options"); } if (((pGVar22->fix_cortex_a53_843419_).value != false) && (uVar37 = (int)&p_Var10->_M_color + local_74, (uVar37 & 3) == 0)) { iVar18 = 0; if ((uVar37 & 0xfff) < 0xff8) { iVar18 = 0xff8 - (uVar37 & 0xfff); } while (iVar18 + 0xcU <= (uint)((int)local_54 - (int)p_Var10)) { erratum_insn_offset = (int)&p_Var10->_M_color + iVar18; puVar35 = (uint *)(puVar21 + erratum_insn_offset); uVar40 = uVar37 + iVar18; if ((*puVar35 & 0x9f000000) == 0x90000000) { local_90 = (AArch64_relobj<32,_false> *)puVar35[2]; bVar42 = is_erratum_843419_sequence ((Target_aarch64<32,_false> *)in_stack_ffffff44, (Valtype)in_stack_ffffff48,(Valtype)task_00, (Valtype)insn3); if (bVar42) { iVar36 = 8; LAB_001e9f35: create_erratum_stub((Target_aarch64<32,_false> *)(iVar36 + uVar40), local_90,4,erratum_insn_offset, (Address)in_stack_ffffff44, (Insntype)in_stack_ffffff48,(int)task_00, (uint)insn3); } else if (((iVar18 + 0x10U <= (uint)((int)local_54 - (int)p_Var10)) && (((uint)local_90 & 0x7c000000) != 0x14000000)) && (((uint)local_90 & 0xffdffc1f) != 0xd61f0000)) { local_90 = (AArch64_relobj<32,_false> *)puVar35[3]; bVar42 = is_erratum_843419_sequence ((Target_aarch64<32,_false> *)in_stack_ffffff44, (Valtype)in_stack_ffffff48,(Valtype)task_00, (Valtype)insn3); if (bVar42) { iVar36 = 0xc; goto LAB_001e9f35; } } } iVar36 = iVar18 + 4; iVar18 = iVar18 + 0xffc; if ((uVar40 & 0xfff) == 0xff8) { iVar18 = iVar36; } } pGVar22 = gold::parameters->options_; if (pGVar22 == (General_options *)0x0) { /* WARNING: Subroutine does not return */ gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options"); } } if (((pGVar22->fix_cortex_a53_835769_).value != false) && (uVar37 = (int)local_54 - (int)p_Var10, 4 < uVar37)) { local_54 = (_Base_ptr)0x4; p_Var33 = (_Base_ptr)0x0; do { iVar18 = (int)&p_Var10->_M_color + (int)p_Var33; relobj = *(AArch64_relobj<32,_false> **)(puVar21 + iVar18 + 4); bVar42 = Target_aarch64<64,_false>::is_erratum_835769_sequence ((Target_aarch64<64,_false> *)in_stack_ffffff44, (Valtype)in_stack_ffffff48,(Valtype)task_00); if (bVar42) { pcVar11 = (((string *)&this_01->field_0x4)->_M_dataplus)._M_p; format = (char *)gettext( "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x." ); gold::gold_info(format,pcVar11,local_64,iVar18); create_erratum_stub((Target_aarch64<32,_false> *) ((int)&p_Var10->_M_parent + (int)p_Var33 + local_74),relobj,5,0, (Address)in_stack_ffffff44, (Insntype)in_stack_ffffff48,(int)task_00, (uint)insn3); p_Var33 = local_54; } local_54 = (_Base_ptr)((int)p_Var33 + 8); p_Var33 = (_Base_ptr)((int)p_Var33 + 4); } while (local_54 < uVar37); } } if (p_Var38 == (_Rb_tree_header *)p_Var20) break; p_Var32 = p_Var20; pSVar47 = (Stub_table<32,_false> *)p_Var20[1]._M_color; } } } } LAB_001e9c60: iVar18 = *(int *)((int)ppSVar12 + 0x2c); } } if ((iVar18 == 4) && (iVar18 = *(int *)((int)ppSVar12 + 0x3c), iVar18 != 0)) { uVar37 = *(uint *)((int)ppSVar12 + 0x40); if (0xfeff < uVar37) { elfcpp::Elf_file<32,_false,_gold::Object>::initialize_shnum ((Elf_file<32,_false,_gold::Object> *)&this_01->field_0x90); uVar37 = uVar37 + *(int *)&this_01->field_0xa4; } if (((*(uint *)&this_01->field_0xac == uVar37) && (*(int *)((int)ppSVar12 + 0x4c) == 0xc)) && (lVar45 = __moddi3(iVar18,0,0xc,0), lVar45 == 0)) { local_6c = *(uint *)((int)ppSVar12 + 0x44); if (0xfeff < local_6c) { /* try { // try from 001ea0ad to 001ea0b1 has its CatchHandler @ 001ea8e9 */ elfcpp::Elf_file<32,_false,_gold::Object>::initialize_shnum ((Elf_file<32,_false,_gold::Object> *)&this_01->field_0x90); local_6c = local_6c + *(int *)&this_01->field_0xa4; } if (((local_6c < *(uint *)&this_01->field_0x28) && (*(int *)(insn3 + local_6c * 0x28 + 0x14) != 0)) && (((insn3[local_6c * 0x28 + 8] & 2) != 0 && ((*(int *)(insn3 + local_6c * 0x28 + 4) == 1 && (pOVar7 = (((Output_sections *)&this_01->field_0x38)-> super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_> )._M_impl._M_start[local_6c], pOVar7 != (Output_section *)0x0)))))) { bVar42 = gold::Symbol_table::is_section_folded(symtab,(Relobj *)this_01,local_6c); bVar43 = false; bVar42 = !bVar42; if (bVar42) { iVar18 = 10; pbVar34 = (byte *)pOVar7->name_; pbVar39 = (byte *)".eh_frame"; do { if (iVar18 == 0) break; iVar18 = iVar18 + -1; bVar43 = *pbVar34 < *pbVar39; bVar42 = *pbVar34 == *pbVar39; pbVar34 = pbVar34 + (uint)bVar44 * -2 + 1; pbVar39 = pbVar39 + (uint)bVar44 * -2 + 1; } while (bVar42); if ((!bVar43 && !bVar42) != bVar43) { puVar8 = (((vector<unsigned_int,_std::allocator<unsigned_int>_> *) &this_01->field_0x84)-> super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>). _M_impl._M_start; if ((uint)((int)*(pointer *)&this_01->field_0x88 - (int)puVar8 >> 2) <= local_6c ) { /* WARNING: Subroutine does not return */ /* try { // try from 001ea8ba to 001ea8da has its CatchHandler @ 001ea8e9 */ gold::do_gold_unreachable ("../../gold/object.h",0x7f7,"get_output_section_offset"); } /* try { // try from 001ea64a to 001ea73e has its CatchHandler @ 001ea8e9 */ if ((puVar8[local_6c] == 0xffffffff) && (pOVar23 = gold::Output_section::find_relaxed_input_section (pOVar7,(Relobj *)this_01,local_6c), pOVar23 == (Output_relaxed_input_section *)0x0)) { /* WARNING: Subroutine does not return */ gold::do_gold_unreachable ("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable"); } uVar37 = *(uint *)((int)ppSVar12 + 0x44); if (0xfeff < uVar37) { elfcpp::Elf_file<32,_false,_gold::Object>::initialize_shnum ((Elf_file<32,_false,_gold::Object> *)&this_01->field_0x90); uVar37 = uVar37 + *(int *)&this_01->field_0xa4; } puVar8 = (((vector<unsigned_int,_std::allocator<unsigned_int>_> *) &this_01->field_0x84)-> super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>). _M_impl._M_start; if ((uint)((int)*(pointer *)&this_01->field_0x88 - (int)puVar8 >> 2) <= uVar37) { /* WARNING: Subroutine does not return */ gold::do_gold_unreachable ("../../gold/object.h",0x7f7,"get_output_section_offset"); } pOVar7 = (((Output_sections *)&this_01->field_0x38)-> super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_> )._M_impl._M_start[uVar37]; if (puVar8[uVar37] == 0xffffffff) { pOVar23 = gold::Output_section::find_relaxed_input_section (pOVar7,(Relobj *)this_01,uVar37); if (pOVar23 == (Output_relaxed_input_section *)0x0) { /* WARNING: Subroutine does not return */ /* try { // try from 001ea7ee to 001ea7f2 has its CatchHandler @ 001ea8e9 */ gold::do_gold_unreachable ("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs"); } if (((pOVar23->super_Output_section_data_build).super_Output_section_data. super_Output_data.field_0x1c & 1) == 0) { /* WARNING: Subroutine does not return */ gold::do_gold_unreachable("../../gold/output.h",0xc5,"address"); } } else if (((pOVar7->super_Output_data).field_0x1c & 1) == 0) { /* WARNING: Subroutine does not return */ gold::do_gold_unreachable("../../gold/output.h",0xc5,"address"); } if (*(Input_file **)&this_01->field_0x1c == (Input_file *)0x0) { /* WARNING: Subroutine does not return */ gold::do_gold_unreachable("../../gold/object.h",0x1e3,"input_file"); } gold::File_read::get_view (&(*(Input_file **)&this_01->field_0x1c)->file_, *(off_t *)&this_01->field_0x20, (ulonglong)*(uint *)((int)ppSVar12 + 0x38), *(section_size_type *)((int)ppSVar12 + 0x3c),true,false); input_view_size_1 = 0; gold::Object::section_contents ((Object *)this_01,uVar37,&input_view_size_1,false); if (*(int *)((int)ppSVar12 + 0x2c) != 4) { /* WARNING: Subroutine does not return */ gold::do_gold_unreachable ("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs"); } } } } } } local_64 = (Stub_table<32,_false> *) ((int)&(local_64->super_Output_data)._vptr_Output_data + 1); if (pSVar4 == local_64) break; pGVar22 = gold::parameters->options_; ppSVar12 = local_5c; if (pGVar22 == (General_options *)0x0) goto LAB_001e9d87; } while( true ); } if (*(Input_file **)&this_01->field_0x1c != (Input_file *)0x0) { gold::File_read::unlock(&(*(Input_file **)&this_01->field_0x1c)->file_,task); } local_ac = local_ac + 1; } while ((input_objects->relobj_list_). super__Vector_base<gold::Relobj*,_std::allocator<gold::Relobj*>_>._M_impl._M_finish != local_ac); } ppSVar12 = (this->stub_tables_). super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std::allocator<(anonymous_namespace)::Stub_table<32,_false>*>_> ._M_impl._M_finish; for (ppSVar30 = (this->stub_tables_). super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std::allocator<(anonymous_namespace)::Stub_table<32,_false>*>_> ._M_impl._M_start; ppSVar30 != ppSVar12; ppSVar30 = ppSVar30 + 1) { pSVar4 = *ppSVar30; uVar37 = (uint)pSVar4->reloc_stubs_size_; oVar46 = pSVar4->prev_data_size_; uVar40 = uVar37 + 3 & 0xfffffffc; iVar18 = *(int *)((int)&pSVar4->prev_data_size_ + 4); iVar36 = uVar40 + (int)pSVar4->erratum_stubs_size_; iVar41 = *(int *)((int)&pSVar4->reloc_stubs_size_ + 4) + (uint)(0xfffffffc < uVar37) + *(int *)((int)&pSVar4->erratum_stubs_size_ + 4) + (uint)CARRY4(uVar40,(uint)pSVar4->erratum_stubs_size_); *(int *)&pSVar4->prev_data_size_ = iVar36; *(int *)((int)&pSVar4->prev_data_size_ + 4) = iVar41; if (iVar18 != iVar41 || (int)oVar46 != iVar36) { pTVar5 = pSVar4->owner_; bVar44 = (pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build. super_Output_section_data.super_Output_data.field_0x1c; if ((bVar44 & 1) == 0) { LAB_001ea799: /* WARNING: Subroutine does not return */ gold::do_gold_unreachable("../../gold/output.h",0xc5,"address"); } uVar17 = (pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build. super_Output_section_data.super_Output_data.address_; uVar13 = *(undefined4 *) ((int)&(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build. super_Output_section_data.super_Output_data.address_ + 4); task_00 = (Task *)((bVar44 >> 2 & 1) << 0x18); if ((bVar44 >> 2 & 1) == 0) { LAB_001ea75d: /* WARNING: Subroutine does not return */ gold::do_gold_unreachable("../../gold/output.h",0xe3,"offset"); } oVar46 = (pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build. super_Output_section_data.super_Output_data.offset_; uVar14 = *(undefined4 *) ((int)&(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build. super_Output_section_data.super_Output_data.offset_ + 4); (pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build. super_Output_section_data.super_Output_data.field_0x1c = bVar44 & 0xfa; if ((bVar44 & 8) == 0) { (pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build. super_Output_section_data.super_Output_data.field_0x1c = bVar44 & 0xf8; } (*(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build. super_Output_section_data.super_Output_data._vptr_Output_data[0xf])(pTVar5); bVar44 = (pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build. super_Output_section_data.super_Output_data.field_0x1c; if ((bVar44 & 1) != 0) { LAB_001ea73f: /* WARNING: Subroutine does not return */ gold::do_gold_unreachable("../../gold/output.h",0x142,"set_address"); } *(int *)&(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build. super_Output_section_data.super_Output_data.address_ = (int)uVar17; *(undefined4 *) ((int)&(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build. super_Output_section_data.super_Output_data.address_ + 4) = uVar13; (pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build. super_Output_section_data.super_Output_data.field_0x1c = bVar44 | 1; if ((bVar44 & 4) != 0) { LAB_001ea77b: /* WARNING: Subroutine does not return */ gold::do_gold_unreachable("../../gold/output.h",0x14b,"set_file_offset"); } (pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build. super_Output_section_data.super_Output_data.field_0x1c = bVar44 | 5; *(int *)&(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build. super_Output_section_data.super_Output_data.offset_ = (int)oVar46; *(undefined4 *) ((int)&(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build. super_Output_section_data.super_Output_data.offset_ + 4) = uVar14; if (((bVar44 & 2) == 0) && ((*(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build. super_Output_section_data.super_Output_data._vptr_Output_data[0xe])(pTVar5), ((pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build. super_Output_section_data.super_Output_data.field_0x1c & 2) == 0)) { LAB_001ea0f2: /* WARNING: Subroutine does not return */ gold::do_gold_unreachable("../../gold/output.h",0x163,"finalize_data_size"); } break; } } LAB_001ea087: return (bool)(char)((uint)task_00 >> 0x18); }
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ byte FUN_001e95c0(int param_1,int param_2,int *param_3,undefined4 param_4,undefined4 param_5, undefined4 param_6) { undefined4 uVar1; undefined4 uVar2; undefined4 *puVar3; char cVar4; byte bVar5; int iVar6; int iVar7; int *piVar8; int iVar9; int iVar10; undefined4 uVar11; int iVar12; int iVar13; uint uVar14; uint uVar15; byte bVar16; uint *puVar17; undefined4 extraout_ECX; int iVar18; int *piVar19; uint uVar20; byte *pbVar21; uint *puVar22; uint uVar23; int iVar24; byte *pbVar25; uint uVar26; bool bVar27; bool bVar28; byte bVar29; longlong lVar30; undefined8 uVar31; int *local_ac; uint local_90; int *local_84; uint local_7c; int local_74; uint local_70; uint local_6c; int local_68; uint local_64; uint local_60; undefined4 *local_5c; uint local_54; uint *local_4c; uint local_48; int local_44; int local_40; uint *local_38; int *local_34; int *local_30; undefined4 local_2c; int *local_28; int *local_24; undefined4 local_20; bVar29 = 0; iVar7 = *(int *)(DAT_005ea7c8 + 8); if (iVar7 == 0) { /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/parameters.h",0x5c,"options"); } if (*(char *)(iVar7 + 0x318d) != '\0') { /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/aarch64.cc",0x160d,"do_relax"); } if (param_2 == 1) { local_7c = *(int *)(iVar7 + 0x38a8) >> 0x1f; local_7c = (*(uint *)(iVar7 + 0x38a8) ^ local_7c) - local_7c; if (local_7c == 1) { local_7c = 0x7ffbffc; *(undefined4 *)(param_1 + 0x6c) = 0x7ffbffc; } else { *(uint *)(param_1 + 0x6c) = local_7c; } local_34 = (int *)0x0; local_30 = (int *)0x0; local_2c = 0; /* try { // try from 001ea319 to 001ea31d has its CatchHandler @ 001ea8e2 */ FUN_002758a0(param_5,&local_34); piVar8 = local_30; if (local_34 != local_30) { local_84 = local_34; do { iVar7 = *local_84; local_28 = (int *)0x0; local_24 = (int *)0x0; local_38 = *(uint **)(iVar7 + 0x70); local_20 = 0; if (local_38 != *(uint **)(iVar7 + 0x6c)) { local_70 = 0; bVar27 = false; local_5c = (undefined4 *)0x0; puVar22 = *(uint **)(iVar7 + 0x6c); LAB_001ea390: local_4c = puVar22; if (local_4c[1] != 0) { uVar26 = local_4c[1] - 1; bVar5 = (byte)uVar26; bVar28 = (uVar26 & 0x20) == 0; lVar30 = CONCAT44((uint)!bVar28 << (bVar5 & 0x1f),(uint)bVar28 << (bVar5 & 0x1f)); goto LAB_001ea3bd; } LAB_001ea39e: uVar26 = *local_4c; puVar22 = local_4c; joined_r0x001ea3ac: local_4c = puVar22; if (uVar26 + 4 < 4) { /* try { // try from 001ea3b7 to 001ea632 has its CatchHandler @ 001ea8db */ lVar30 = (**(code **)(*(int *)local_4c[4] + 0xc))((int *)local_4c[4]); LAB_001ea3bd: if (lVar30 != 0) { local_5c = (undefined4 *)((int)lVar30 + -1 + (int)local_5c & -(int)lVar30); } } iVar6 = FUN_002c60d0(local_4c); uVar26 = (int)local_5c + iVar6; uVar23 = uVar26; if (bVar27) goto LAB_001ea4f0; LAB_001ea3f6: if (*local_4c < 0xfffffffd) { lVar30 = FUN_002c60d0(local_4c); puVar22 = local_4c + 6; puVar17 = *(uint **)(iVar7 + 0x70); if (lVar30 == 0) goto LAB_001e9783; if (bVar27) { local_38 = local_4c; if (puVar17 == puVar22) goto LAB_001ea610; puVar17 = local_4c + 7; local_5c = (undefined4 *)uVar23; local_4c = puVar22; if (*puVar17 != 0) { uVar26 = *puVar17 - 1; bVar16 = (byte)uVar26; bVar5 = bVar16 & 0x1f; uVar14 = 1 << (bVar16 & 0x1f); uVar15 = uVar14; uVar20 = 0 << bVar5 | 1U >> 0x20 - bVar5; if ((uVar26 & 0x20) != 0) { uVar15 = 0; uVar20 = uVar14; } if (uVar20 == 0 && uVar15 == 0) { iVar6 = FUN_002c60d0(puVar22); uVar26 = uVar23 + iVar6; } else { local_5c = (undefined4 *)((uVar15 - 1) + uVar23 & -uVar15); iVar6 = FUN_002c60d0(puVar22); uVar26 = (int)local_5c + iVar6; } goto LAB_001ea4f0; } goto LAB_001ea39e; } local_38 = local_4c; if (puVar17 == puVar22) goto LAB_001ea619; if (local_4c[7] != 0) { uVar26 = local_4c[7] - 1; bVar5 = (byte)uVar26; bVar27 = (uVar26 & 0x20) == 0; iVar6 = (uint)bVar27 << (bVar5 & 0x1f); if ((uint)!bVar27 << (bVar5 & 0x1f) == 0 && iVar6 == 0) { iVar6 = FUN_002c60d0(puVar22); uVar26 = uVar23 + iVar6; local_70 = (uint)local_5c; local_5c = (undefined4 *)uVar23; local_4c = puVar22; } else { uVar23 = -iVar6 & (uVar23 - 1) + iVar6; iVar6 = FUN_002c60d0(puVar22); uVar26 = uVar23 + iVar6; local_70 = (uint)local_5c; local_5c = (undefined4 *)uVar23; local_4c = puVar22; } LAB_001ea4f0: uVar23 = uVar26; if (uVar26 - local_70 < local_7c) { bVar27 = true; } else { if (*(uint **)(iVar7 + 0x70) == local_38) { /* WARNING: Subroutine does not return */ /* try { // try from 001ea80c to 001ea810 has its CatchHandler @ 001ea8db */ FUN_002446e0("../../gold/aarch64.cc",0xaf7,"group_sections"); } FUN_001e8c30(param_1,&local_28,param_6); bVar27 = false; } goto LAB_001ea3f6; } uVar26 = *puVar22; bVar27 = true; local_70 = (uint)local_5c; local_5c = (undefined4 *)uVar23; goto joined_r0x001ea3ac; } puVar17 = *(uint **)(iVar7 + 0x70); LAB_001e9783: local_5c = (undefined4 *)uVar23; puVar22 = local_4c + 6; if (local_4c + 6 != puVar17) goto LAB_001ea390; if (bVar27) { LAB_001ea610: if (puVar17 == local_38) { /* WARNING: Subroutine does not return */ /* try { // try from 001ea869 to 001ea86d has its CatchHandler @ 001ea8db */ FUN_002446e0("../../gold/aarch64.cc",0xb32,"group_sections",local_4c + 6); } LAB_001ea619: FUN_001e8c30(param_1,&local_28,param_6); } if (local_24 == local_28) { LAB_001ea600: if (local_28 != (int *)0x0) goto LAB_001e9835; goto LAB_001e9844; } /* try { // try from 001e97b7 to 001e97bb has its CatchHandler @ 001ea8db */ FUN_002cdf10(iVar7,&local_28); iVar7 = (int)local_24 - (int)local_28 >> 2; if (iVar7 == 0) goto LAB_001ea600; iVar6 = *(int *)(*local_28 + 0x2c); uVar26 = *(uint *)(*local_28 + 0x30); iVar13 = *(int *)(iVar6 + 0x84); if ((uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26) goto LAB_001ea7b7; iVar24 = 0; while( true ) { *(undefined4 *)(iVar13 + uVar26 * 4) = 0xffffffff; iVar24 = iVar24 + 1; *(undefined1 *)(iVar6 + 0x4c) = 1; if (iVar7 == iVar24) break; iVar6 = *(int *)(local_28[iVar24] + 0x2c); uVar26 = *(uint *)(local_28[iVar24] + 0x30); iVar13 = *(int *)(iVar6 + 0x84); if ((uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26) { LAB_001ea7b7: /* WARNING: Subroutine does not return */ /* try { // try from 001ea7d0 to 001ea7d4 has its CatchHandler @ 001ea8db */ FUN_002446e0("../../gold/object.h",0x81f,"do_set_section_offset"); } } LAB_001e9835: FUN_003ae080(local_28); } LAB_001e9844: local_84 = local_84 + 1; piVar8 = local_34; } while (local_30 != local_84); } if (piVar8 != (int *)0x0) { FUN_003ae080(piVar8); } LAB_001e9870: local_ac = (int *)*param_3; if (local_ac == (int *)param_3[1]) goto LAB_001e9f98; } else { local_5c = *(undefined4 **)(param_1 + 0x60); if (local_5c != *(undefined4 **)(param_1 + 100)) { do { piVar8 = (int *)*local_5c; iVar7 = piVar8[8]; if (*(code **)(*piVar8 + 0xc) == FUN_001d1390) { local_4c = *(uint **)(iVar7 + 0x3c); local_64 = 0xfffffffc; local_60 = 0xffffffff; lVar30 = 4; LAB_001e965f: local_68 = (int)((ulonglong)lVar30 >> 0x20); local_6c = (uint)lVar30; bVar27 = CARRY4(local_6c,(uint)local_4c); iVar6 = local_6c + (int)local_4c; local_4c = (uint *)(local_64 & iVar6 - 1U); local_48 = local_60 & local_68 + (uint)bVar27 + -1 + (uint)(iVar6 != 0); } else { lVar30 = (**(code **)(*piVar8 + 0xc))(piVar8); local_4c = *(uint **)(iVar7 + 0x3c); local_48 = 0; if (lVar30 != 0) { local_64 = -(int)lVar30; local_60 = -((int)((ulonglong)lVar30 >> 0x20) + (uint)((int)lVar30 != 0)); goto LAB_001e965f; } } if ((*(byte *)(iVar7 + 0x1c) & 4) == 0) goto LAB_001ea75d; uVar23 = *(uint *)(iVar7 + 0x14); uVar26 = *(uint *)(iVar7 + 0x14); iVar6 = *(int *)(iVar7 + 0x18); if ((*(byte *)(iVar7 + 0x1c) & 1) == 0) goto LAB_001ea799; bVar5 = *(byte *)(piVar8 + 7); uVar20 = *(uint *)(iVar7 + 4); iVar13 = *(int *)(iVar7 + 8); if ((bVar5 & 1) != 0) goto LAB_001ea73f; piVar8[1] = (int)local_4c + *(uint *)(iVar7 + 4); piVar8[2] = local_48 + iVar13 + (uint)CARRY4((uint)local_4c,uVar20); *(byte *)(piVar8 + 7) = bVar5 | 1; if ((bVar5 & 4) != 0) goto LAB_001ea77b; *(byte *)(piVar8 + 7) = bVar5 | 5; piVar8[5] = (int)local_4c + uVar26; piVar8[6] = local_48 + iVar6 + (uint)CARRY4((uint)local_4c,uVar23); if (((bVar5 & 2) == 0) && ((**(code **)(*piVar8 + 0x38))(piVar8), (*(byte *)(piVar8 + 7) & 2) == 0)) goto LAB_001ea0f2; local_5c = local_5c + 1; } while (*(undefined4 **)(param_1 + 100) != local_5c); goto LAB_001e9870; } local_ac = (int *)*param_3; if ((int *)param_3[1] == local_ac) { return 0; } } do { iVar7 = *local_ac; if (*(int *)(iVar7 + 0x1c) == 0) { LAB_001ea110: /* WARNING: Subroutine does not return */ /* try { // try from 001ea129 to 001ea2b9 has its CatchHandler @ 001ea8e9 */ FUN_002446e0("../../gold/object.h",0x1e3,"input_file"); } FUN_0023cd00(*(int *)(iVar7 + 0x1c) + 0x1c,param_6); uVar26 = *(uint *)(iVar7 + 0x28); if (*(int *)(iVar7 + 0x1c) == 0) goto LAB_001ea110; /* try { // try from 001e9908 to 001e9f55 has its CatchHandler @ 001ea8e9 */ iVar6 = FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20), *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)(iVar7 + 0x94), *(undefined4 *)(iVar7 + 0x98),uVar26 * 0x28,1,1); FUN_00318bd0(iVar7); if (1 < uVar26) { iVar13 = *(int *)(DAT_005ea7c8 + 8); if (iVar13 == 0) { LAB_001e9d87: /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/parameters.h",0x5c,"options"); } local_64 = 1; iVar24 = iVar7 + 0x14c; puVar3 = (undefined4 *)iVar6; do { local_5c = (undefined4 *)((int)puVar3 + 0x28); iVar9 = *(int *)((int)puVar3 + 0x2c); if ((((*(char *)(iVar13 + 0x1671) != '\0') || (*(char *)(iVar13 + 0x16ed) != '\0')) && (*(int *)((int)puVar3 + 0x3c) != 0)) && ((*(byte *)((int)puVar3 + 0x30) & 6) != 0)) { iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_64 * 4); if ((iVar13 != 0) && (iVar9 == 1)) { cVar4 = FUN_0034cd20(param_4,iVar7,local_64); if (cVar4 == '\0') { if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_64) { /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset"); } local_74 = *(int *)(*(int *)(iVar7 + 0x84) + local_64 * 4); if (local_74 == -1) { iVar13 = FUN_002cd8b0(iVar13,iVar7,local_64); if (iVar13 == 0) goto LAB_001e9c60; if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) { /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/output.h",0xc5,"address",extraout_ECX); } local_74 = *(int *)(iVar13 + 4); } else { if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) goto LAB_001ea816; local_74 = local_74 + *(int *)(iVar13 + 4); } if ((uint)(*(int *)(iVar7 + 0x140) - *(int *)(iVar7 + 0x13c) >> 2) <= local_64) { /* try { // try from 001ea811 to 001ea851 has its CatchHandler @ 001ea8e9 */ FUN_001d4d60(); LAB_001ea816: /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/output.h",0xc5,"address"); } if ((*(int *)(*(int *)(iVar7 + 0x13c) + local_64 * 4) != 0) && (FUN_001d6c20(local_64), local_44 != local_40)) { iVar13 = *(int *)(local_44 + 0x10); iVar18 = local_74 + *(int *)(iVar13 + 0x18); *(int *)(iVar13 + 0x20) = iVar18; iVar9 = local_44; while( true ) { if (iVar18 + 4 == -1) { /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/aarch64.cc",0x361,"set_destination_address"); } *(int *)(iVar13 + 4) = iVar18 + 4; iVar9 = thunk_FUN_003af660(iVar9); if (iVar9 == local_40) break; iVar13 = *(int *)(iVar9 + 0x10); iVar18 = *(int *)(iVar13 + 0x18) + local_74; *(int *)(iVar13 + 0x20) = iVar18; } } local_28 = (int *)0x0; iVar18 = FUN_0028b8b0(iVar7,local_64,&local_28,0); iVar13 = *(int *)(iVar7 + 0x150); iVar9 = iVar24; if (*(int *)(iVar7 + 0x150) != 0) { do { while (iVar10 = iVar13, *(uint *)(iVar10 + 0x10) < local_64) { piVar8 = (int *)(iVar10 + 0xc); iVar13 = *piVar8; iVar10 = iVar9; if (*piVar8 == 0) goto LAB_001e9af5; } iVar13 = *(int *)(iVar10 + 8); iVar9 = iVar10; } while (*(int *)(iVar10 + 8) != 0); LAB_001e9af5: if (iVar24 != iVar10) { uVar23 = *(uint *)(iVar10 + 0x10); while (local_64 == uVar23) { iVar13 = thunk_FUN_003af660(iVar10); if (*(char *)(iVar10 + 0x18) == 'x') { iVar9 = *(int *)(iVar10 + 0x14); if ((iVar24 == iVar13) || (*(uint *)(iVar13 + 0x10) != local_64)) { local_54 = *(int *)((int)puVar3 + 0x3c); } else { local_54 = *(int *)(iVar13 + 0x14); } iVar10 = *(int *)(DAT_005ea7c8 + 8); if (iVar10 == 0) { /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/parameters.h",0x5c,"options"); } if ((*(char *)(iVar10 + 0x1671) != '\0') && (uVar23 = local_74 + iVar9, (uVar23 & 3) == 0)) { iVar10 = 0; if ((uVar23 & 0xfff) < 0xff8) { iVar10 = 0xff8 - (uVar23 & 0xfff); } while (iVar10 + 0xcU <= local_54 - iVar9) { puVar22 = (uint *)(iVar18 + iVar9 + iVar10); uVar20 = uVar23 + iVar10; if ((*puVar22 & 0x9f000000) == 0x90000000) { local_90 = puVar22[2]; cVar4 = FUN_001e1b20(); if (cVar4 == '\0') { if (((iVar10 + 0x10U <= local_54 - iVar9) && ((local_90 & 0x7c000000) != 0x14000000)) && ((local_90 & 0xffdffc1f) != 0xd61f0000)) { local_90 = puVar22[3]; cVar4 = FUN_001e1b20(); if (cVar4 != '\0') { iVar12 = 0xc; goto LAB_001e9f35; } } } else { iVar12 = 8; LAB_001e9f35: FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10); } } iVar12 = iVar10 + 4; iVar10 = iVar10 + 0xffc; if ((uVar20 & 0xfff) == 0xff8) { iVar10 = iVar12; } } iVar10 = *(int *)(DAT_005ea7c8 + 8); if (iVar10 == 0) { /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/parameters.h",0x5c,"options"); } } if (*(char *)(iVar10 + 0x16ed) != '\0') { uVar23 = local_54 - iVar9; if (4 < uVar23) { local_54 = 4; uVar20 = 0; do { uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4); cVar4 = FUN_001d4700(); if (cVar4 != '\0') { uVar2 = *(undefined4 *)(iVar7 + 4); uVar11 = gettext( "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x." ); FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20); FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0); uVar20 = local_54; } local_54 = uVar20 + 8; uVar20 = uVar20 + 4; } while (local_54 < uVar23); } } } if (iVar24 == iVar13) break; iVar10 = iVar13; uVar23 = *(uint *)(iVar13 + 0x10); } } } } LAB_001e9c60: iVar9 = *(int *)((int)puVar3 + 0x2c); } } if ((iVar9 == 4) && (iVar13 = *(int *)((int)puVar3 + 0x3c), iVar13 != 0)) { uVar23 = *(uint *)((int)puVar3 + 0x40); if (0xfeff < uVar23) { FUN_00106f60(iVar7 + 0x90); uVar23 = uVar23 + *(int *)(iVar7 + 0xa4); } if (((*(uint *)(iVar7 + 0xac) == uVar23) && (*(int *)((int)puVar3 + 0x4c) == 0xc)) && (lVar30 = FUN_00442a10(iVar13,0,0xc,0), lVar30 == 0)) { local_6c = *(uint *)((int)puVar3 + 0x44); if (0xfeff < local_6c) { /* try { // try from 001ea0ad to 001ea0b1 has its CatchHandler @ 001ea8e9 */ FUN_00106f60(iVar7 + 0x90); local_6c = local_6c + *(int *)(iVar7 + 0xa4); } if (local_6c < *(uint *)(iVar7 + 0x28)) { iVar13 = iVar6 + local_6c * 0x28; if ((((*(int *)(iVar13 + 0x14) != 0) && ((*(byte *)(iVar13 + 8) & 2) != 0)) && (*(int *)(iVar13 + 4) == 1)) && (iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_6c * 4), iVar13 != 0)) { cVar4 = FUN_0034cd20(param_4,iVar7,local_6c); bVar27 = false; bVar28 = cVar4 == '\0'; if (bVar28) { iVar9 = 10; pbVar21 = *(byte **)(iVar13 + 0x20); pbVar25 = (byte *)".eh_frame"; do { if (iVar9 == 0) break; iVar9 = iVar9 + -1; bVar27 = *pbVar21 < *pbVar25; bVar28 = *pbVar21 == *pbVar25; pbVar21 = pbVar21 + (uint)bVar29 * -2 + 1; pbVar25 = pbVar25 + (uint)bVar29 * -2 + 1; } while (bVar28); if ((!bVar27 && !bVar28) != bVar27) { if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_6c) { /* WARNING: Subroutine does not return */ /* try { // try from 001ea8ba to 001ea8da has its CatchHandler @ 001ea8e9 */ FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset",iVar9); } if (*(int *)(*(int *)(iVar7 + 0x84) + local_6c * 4) == -1) { /* try { // try from 001ea64a to 001ea73e has its CatchHandler @ 001ea8e9 */ uVar31 = FUN_002cd8b0(iVar13,iVar7,local_6c); if ((int)uVar31 == 0) { /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable", (int)((ulonglong)uVar31 >> 0x20)); } } uVar23 = *(uint *)((int)puVar3 + 0x44); if (0xfeff < uVar23) { FUN_00106f60(iVar7 + 0x90); uVar23 = uVar23 + *(int *)(iVar7 + 0xa4); } if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= uVar23) { /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset"); } iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + uVar23 * 4); if (*(int *)(*(int *)(iVar7 + 0x84) + uVar23 * 4) == -1) { iVar13 = FUN_002cd8b0(iVar13,iVar7,uVar23); if (iVar13 == 0) { /* WARNING: Subroutine does not return */ /* try { // try from 001ea7ee to 001ea7f2 has its CatchHandler @ 001ea8e9 */ FUN_002446e0("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs"); } if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) { /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/output.h",0xc5,"address"); } } else if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) { /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/output.h",0xc5,"address"); } if (*(int *)(iVar7 + 0x1c) == 0) { /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/object.h",0x1e3,"input_file"); } FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20), *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)((int)puVar3 + 0x38),0 ,*(undefined4 *)((int)puVar3 + 0x3c),1,0); local_34 = (int *)0x0; FUN_0028b8b0(iVar7,uVar23,&local_34,0); if (*(int *)((int)puVar3 + 0x2c) != 4) { /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs"); } } } } } } } local_64 = local_64 + 1; if (uVar26 == local_64) break; iVar13 = *(int *)(DAT_005ea7c8 + 8); puVar3 = local_5c; if (iVar13 == 0) goto LAB_001e9d87; } while( true ); } if (*(int *)(iVar7 + 0x1c) != 0) { FUN_0023dd30(*(int *)(iVar7 + 0x1c) + 0x1c,param_6); } local_ac = local_ac + 1; } while ((int *)param_3[1] != local_ac); LAB_001e9f98: piVar8 = *(int **)(param_1 + 100); piVar19 = *(int **)(param_1 + 0x60); while( true ) { if (piVar19 == piVar8) { return 0; } iVar7 = *piVar19; iVar6 = *(int *)(iVar7 + 0x68); uVar26 = *(uint *)(iVar7 + 0x58) + 3 & 0xfffffffc; iVar13 = *(int *)(iVar7 + 0x6c); iVar24 = uVar26 + *(uint *)(iVar7 + 0x60); iVar9 = *(int *)(iVar7 + 0x5c) + (uint)(0xfffffffc < *(uint *)(iVar7 + 0x58)) + *(int *)(iVar7 + 100) + (uint)CARRY4(uVar26,*(uint *)(iVar7 + 0x60)); *(int *)(iVar7 + 0x68) = iVar24; *(int *)(iVar7 + 0x6c) = iVar9; if (iVar13 != iVar9 || iVar6 != iVar24) break; piVar19 = piVar19 + 1; } piVar8 = *(int **)(iVar7 + 0x20); bVar29 = *(byte *)(piVar8 + 7); if ((bVar29 & 1) == 0) { LAB_001ea799: /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/output.h",0xc5,"address"); } iVar7 = piVar8[1]; iVar6 = piVar8[2]; bVar5 = bVar29 >> 2 & 1; if ((bVar29 >> 2 & 1) != 0) { iVar13 = piVar8[5]; iVar24 = piVar8[6]; *(byte *)(piVar8 + 7) = bVar29 & 0xfa; if ((bVar29 & 8) == 0) { *(byte *)(piVar8 + 7) = bVar29 & 0xf8; } (**(code **)(*piVar8 + 0x3c))(piVar8); bVar29 = *(byte *)(piVar8 + 7); if ((bVar29 & 1) == 0) { piVar8[1] = iVar7; piVar8[2] = iVar6; *(byte *)(piVar8 + 7) = bVar29 | 1; if ((bVar29 & 4) == 0) { *(byte *)(piVar8 + 7) = bVar29 | 5; piVar8[5] = iVar13; piVar8[6] = iVar24; if ((bVar29 & 2) != 0) { return bVar5; } (**(code **)(*piVar8 + 0x38))(piVar8); if ((*(byte *)(piVar8 + 7) & 2) != 0) { return bVar5; } LAB_001ea0f2: /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/output.h",0x163,"finalize_data_size"); } LAB_001ea77b: /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/output.h",0x14b,"set_file_offset"); } LAB_001ea73f: /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/output.h",0x142,"set_address"); } LAB_001ea75d: /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/output.h",0xe3,"offset"); }
CALL 0x00074f02 ADD EAX,0x400a3b PUSH EBP MOV EBP,ESP PUSH EDI PUSH ESI PUSH EBX SUB ESP,0xac MOV dword ptr [EBP + -0x4c],EAX LEA EAX,[EAX + 0x7c8] MOV dword ptr [EBP + -0x74],EAX MOV EAX,dword ptr [EAX] MOV EAX,dword ptr [EAX + 0x8] TEST EAX,EAX JZ 0x001ea88a MOVZX EDX,byte ptr [EAX + 0x318d] MOV byte ptr [EBP + 0xffffff53],DL TEST DL,DL JNZ 0x001ea86e CMP dword ptr [EBP + 0xc],0x1 JZ 0x001ea2d0 MOV EAX,dword ptr [EBP + 0x8] MOV EDI,dword ptr [EBP + 0x8] MOV EAX,dword ptr [EAX + 0x60] CMP EAX,dword ptr [EDI + 0x64] JZ 0x001ea70e MOV EDI,dword ptr [EBP + -0x4c] MOV dword ptr [EBP + -0x58],EAX LEA EDI,[EDI + 0xffbe7390] MOV dword ptr [EBP + -0x50],EDI JMP 0x001e971b MOV EAX,dword ptr [ESI + 0x3c] XOR EDX,EDX MOV dword ptr [EBP + -0x60],0xfffffffc MOV dword ptr [EBP + -0x44],EDX MOV dword ptr [EBP + -0x48],EAX MOV dword ptr [EBP + -0x5c],0xffffffff MOV dword ptr [EBP + -0x68],0x4 MOV dword ptr [EBP + -0x64],0x0 MOV EAX,dword ptr [EBP + -0x68] MOV EDI,dword ptr [EBP + -0x60] ADD EAX,dword ptr [EBP + -0x48] MOV EDX,dword ptr [EBP + -0x64] ADC EDX,dword ptr [EBP + -0x44] ADD EAX,-0x1 ADC EDX,-0x1 AND EDI,EAX MOV EAX,dword ptr [EBP + -0x5c] MOV dword ptr [EBP + -0x48],EDI AND EAX,EDX MOV dword ptr [EBP + -0x44],EAX MOVZX ECX,byte ptr [ESI + 0x1c] TEST CL,0x4 JZ 0x001ea75d MOV EAX,dword ptr [EBP + -0x48] MOV EDX,dword ptr [EBP + -0x44] ADD EAX,dword ptr [ESI + 0x14] ADC EDX,dword ptr [ESI + 0x18] AND ECX,0x1 MOV dword ptr [EBP + -0x60],EAX MOV dword ptr [EBP + -0x5c],EDX JZ 0x001ea799 MOVZX ECX,byte ptr [EBX + 0x1c] MOV EAX,dword ptr [EBP + -0x48] MOV EDX,dword ptr [EBP + -0x44] ADD EAX,dword ptr [ESI + 0x4] ADC EDX,dword ptr [ESI + 0x8] TEST CL,0x1 JNZ 0x001ea73f MOV ESI,ECX MOV dword ptr [EBX + 0x4],EAX OR ESI,0x1 MOV dword ptr [EBX + 0x8],EDX MOV EAX,ESI AND ESI,0x4 MOV byte ptr [EBX + 0x1c],AL JNZ 0x001ea77b OR ECX,0x5 MOV EAX,dword ptr [EBP + -0x60] MOV EDX,dword ptr [EBP + -0x5c] MOV byte ptr [EBX + 0x1c],CL AND ECX,0x2 MOV dword ptr [EBX + 0x14],EAX MOV dword ptr [EBX + 0x18],EDX JNZ 0x001e9708 SUB ESP,0xc MOV EAX,dword ptr [EBX] PUSH EBX CALL dword ptr [EAX + 0x38] ADD ESP,0x10 TEST byte ptr [EBX + 0x1c],0x2 JZ 0x001ea0f2 MOV EDI,dword ptr [EBP + 0x8] ADD dword ptr [EBP + -0x58],0x4 MOV EAX,dword ptr [EBP + -0x58] CMP dword ptr [EDI + 0x64],EAX JZ 0x001e9870 MOV EAX,dword ptr [EBP + -0x58] MOV EBX,dword ptr [EAX] MOV EAX,dword ptr [EBX] MOV ESI,dword ptr [EBX + 0x20] MOV EAX,dword ptr [EAX + 0xc] CMP EAX,dword ptr [EBP + -0x50] JZ 0x001e9638 SUB ESP,0xc PUSH EBX CALL EAX MOV dword ptr [EBP + -0x68],EAX MOV EAX,dword ptr [ESI + 0x3c] MOV dword ptr [EBP + -0x64],EDX XOR EDX,EDX ADD ESP,0x10 MOV dword ptr [EBP + -0x48],EAX MOV EAX,dword ptr [EBP + -0x68] MOV dword ptr [EBP + -0x44],EDX MOV EDX,dword ptr [EBP + -0x64] MOV ECX,EAX MOV EAX,EDX OR EAX,ECX JZ 0x001e9681 MOV EAX,dword ptr [EBP + -0x68] MOV EDX,dword ptr [EBP + -0x64] NEG EAX ADC EDX,0x0 MOV dword ptr [EBP + -0x60],EAX NEG EDX MOV dword ptr [EBP + -0x5c],EDX JMP 0x001e965f MOV ESI,dword ptr [EBP + -0x68] ADD EAX,0x18 MOV ECX,dword ptr [ESI + 0x70] MOV ESI,EAX MOV dword ptr [EBP + -0x48],ESI MOV dword ptr [EBP + -0x58],EDI CMP ESI,ECX JNZ 0x001ea390 MOV EDI,dword ptr [EBP + -0x60] TEST EDI,EDI JNZ 0x001ea610 MOV EAX,dword ptr [EBP + -0x20] MOV EDI,dword ptr [EBP + -0x24] CMP EAX,EDI JZ 0x001ea600 SUB ESP,0x8 LEA EAX,[EBP + -0x24] MOV EBX,dword ptr [EBP + -0x4c] PUSH EAX PUSH dword ptr [EBP + -0x68] CALL 0x002cdf10 MOV EDI,dword ptr [EBP + -0x24] MOV EAX,dword ptr [EBP + -0x20] ADD ESP,0x10 SUB EAX,EDI SAR EAX,0x2 MOV dword ptr [EBP + -0x48],EAX JZ 0x001ea600 MOV EAX,dword ptr [EDI] MOV ECX,dword ptr [EAX + 0x2c] MOV EBX,dword ptr [EAX + 0x30] MOV ESI,dword ptr [ECX + 0x84] MOV EAX,dword ptr [ECX + 0x88] SUB EAX,ESI SAR EAX,0x2 CMP EAX,EBX JBE 0x001ea7b7 XOR EDX,EDX JMP 0x001e9822 MOV EAX,dword ptr [EDI + EDX*0x4] MOV ECX,dword ptr [EAX + 0x2c] MOV EBX,dword ptr [EAX + 0x30] MOV ESI,dword ptr [ECX + 0x84] MOV EAX,dword ptr [ECX + 0x88] SUB EAX,ESI SAR EAX,0x2 CMP EBX,EAX JNC 0x001ea7b7 MOV dword ptr [ESI + EBX*0x4],0xffffffff ADD EDX,0x1 MOV byte ptr [ECX + 0x4c],0x1 CMP dword ptr [EBP + -0x48],EDX JNZ 0x001e9800 SUB ESP,0xc MOV EBX,dword ptr [EBP + -0x4c] PUSH EDI CALL 0x003ae080 ADD ESP,0x10 ADD dword ptr [EBP + -0x80],0x4 MOV EAX,dword ptr [EBP + -0x80] CMP dword ptr [EBP + -0x2c],EAX JNZ 0x001ea338 MOV EAX,dword ptr [EBP + -0x30] TEST EAX,EAX JZ 0x001e9870 SUB ESP,0xc MOV EBX,dword ptr [EBP + -0x4c] PUSH EAX CALL 0x003ae080 ADD ESP,0x10 LEA ESI,[ESI] MOV EAX,dword ptr [EBP + 0x10] MOV EDI,dword ptr [EBP + 0x10] MOV EAX,dword ptr [EAX] CMP EAX,dword ptr [EDI + 0x4] JZ 0x001e9f98 MOV dword ptr [EBP + 0xffffff58],EAX MOV EAX,dword ptr [EBP + -0x4c] LEA EAX,[EAX + 0xffe92534] MOV dword ptr [EBP + 0xffffff60],EAX LEA ESI,[ESI] LEA ESI,[ESI] MOV EAX,dword ptr [EBP + 0xffffff58] MOV EAX,dword ptr [EAX] MOV dword ptr [EBP + -0x48],EAX MOV EAX,dword ptr [EAX + 0x1c] TEST EAX,EAX JZ 0x001ea110 SUB ESP,0x8 ADD EAX,0x1c PUSH dword ptr [EBP + 0x1c] MOV EBX,dword ptr [EBP + -0x4c] PUSH EAX CALL 0x0023cd00 MOV EDI,dword ptr [EBP + -0x48] ADD ESP,0x10 MOV ESI,dword ptr [EDI + 0x28] MOV EAX,dword ptr [EDI + 0x1c] MOV ECX,dword ptr [EDI + 0x94] MOV EBX,dword ptr [EDI + 0x98] LEA EDX,[ESI + ESI*0x4] MOV dword ptr [EBP + 0xffffff64],ESI SHL EDX,0x3 TEST EAX,EAX JZ 0x001ea110 ADD EAX,0x1c PUSH 0x1 PUSH 0x1 PUSH EDX PUSH EBX MOV EBX,dword ptr [EBP + -0x4c] PUSH ECX PUSH dword ptr [EDI + 0x24] PUSH dword ptr [EDI + 0x20] PUSH EAX CALL 0x0023eb50 ADD ESP,0x14 MOV EBX,dword ptr [EBP + -0x4c] MOV dword ptr [EBP + 0xffffff54],EAX PUSH EDI CALL 0x00318bd0 MOV EAX,dword ptr [EBP + 0xffffff54] ADD ESP,0x10 ADD EAX,0x28 MOV dword ptr [EBP + -0x58],EAX CMP ESI,0x1 JBE 0x001e9f60 MOV EAX,dword ptr [EBP + -0x74] MOV EAX,dword ptr [EAX] MOV EAX,dword ptr [EAX + 0x8] TEST EAX,EAX JZ 0x001e9d87 MOV EDI,dword ptr [EBP + -0x48] MOV dword ptr [EBP + -0x60],0x1 ADD EDI,0x14c MOV dword ptr [EBP + -0x6c],EDI LEA ESI,[ESI] MOV EDI,dword ptr [EBP + -0x58] CMP byte ptr [EAX + 0x1671],0x0 MOV EDX,dword ptr [EDI + 0x4] JNZ 0x001e997c CMP byte ptr [EAX + 0x16ed],0x0 JZ 0x001e9c70 MOV EAX,dword ptr [EBP + -0x58] MOV EBX,dword ptr [EAX + 0x14] TEST EBX,EBX JZ 0x001e9c70 TEST byte ptr [EAX + 0x8],0x6 JZ 0x001e9c70 MOV ECX,dword ptr [EBP + -0x48] MOV EBX,dword ptr [EBP + -0x60] MOV EAX,dword ptr [ECX + 0x38] LEA ESI,[EBX*0x4 + 0x0] MOV EDI,dword ptr [EAX + EBX*0x4] TEST EDI,EDI JZ 0x001e9c70 CMP EDX,0x1 JNZ 0x001e9c70 SUB ESP,0x4 PUSH EBX MOV EBX,dword ptr [EBP + -0x4c] PUSH ECX PUSH dword ptr [EBP + 0x14] CALL 0x0034cd20 ADD ESP,0x10 TEST AL,AL JNZ 0x001e9c60 MOV EAX,dword ptr [EBP + -0x48] MOV EDX,dword ptr [EAX + 0x84] MOV EAX,dword ptr [EAX + 0x88] MOV dword ptr [EBP + -0x68],EAX SUB EAX,EDX SAR EAX,0x2 CMP EAX,dword ptr [EBP + -0x60] JBE 0x001ea834 MOV EAX,dword ptr [EDX + ESI*0x1] CMP EAX,-0x1 JZ 0x001ea130 TEST byte ptr [EDI + 0x1c],0x1 JZ 0x001ea816 ADD EAX,dword ptr [EDI + 0x4] MOV dword ptr [EBP + -0x70],EAX MOV EAX,dword ptr [EBP + -0x48] MOV EDX,dword ptr [EAX + 0x13c] MOV EAX,dword ptr [EAX + 0x140] MOV dword ptr [EBP + -0x68],EAX SUB EAX,EDX SAR EAX,0x2 CMP EAX,dword ptr [EBP + -0x60] JBE 0x001ea811 MOV EDX,dword ptr [EDX + ESI*0x1] TEST EDX,EDX JZ 0x001e9aa5 SUB ESP,0xc PUSH dword ptr [EBP + -0x60] MOV ECX,dword ptr [EBP + -0x48] LEA EAX,[EBP + -0x40] CALL 0x001d6c20 MOV EDX,dword ptr [EBP + -0x40] MOV ESI,dword ptr [EBP + -0x3c] ADD ESP,0x10 MOV EAX,EDX CMP EDX,ESI JZ 0x001e9aa5 MOV ECX,dword ptr [EDX + 0x10] MOV EDX,dword ptr [EBP + -0x70] ADD EDX,dword ptr [ECX + 0x18] MOV dword ptr [ECX + 0x20],EDX ADD EDX,0x4 CMP EDX,-0x1 JZ 0x001ea696 MOV EDI,dword ptr [EBP + -0x70] JMP 0x001e9a8f MOV ECX,dword ptr [EAX + 0x10] MOV EDX,dword ptr [ECX + 0x18] ADD EDX,EDI MOV dword ptr [ECX + 0x20],EDX ADD EDX,0x4 CMP EDX,-0x1 JZ 0x001ea696 SUB ESP,0xc MOV dword ptr [ECX + 0x4],EDX MOV EBX,dword ptr [EBP + -0x4c] PUSH EAX CALL 0x003af6b0 ADD ESP,0x10 CMP EAX,ESI JNZ 0x001e9a78 MOV EDI,dword ptr [EBP + -0x48] LEA EAX,[EBP + -0x24] MOV EBX,dword ptr [EBP + -0x4c] PUSH 0x0 PUSH EAX PUSH dword ptr [EBP + -0x60] PUSH EDI MOV dword ptr [EBP + -0x24],0x0 CALL 0x0028b8b0 MOV dword ptr [EBP + -0x78],EAX MOV EAX,dword ptr [EDI + 0x150] ADD ESP,0x10 MOV ESI,dword ptr [EBP + -0x6c] TEST EAX,EAX JZ 0x001e9c60 MOV EDI,dword ptr [EBP + -0x48] MOV EDX,dword ptr [EBP + -0x60] JMP 0x001e9ae9 MOV ESI,EAX MOV EAX,dword ptr [EAX + 0x8] TEST EAX,EAX JZ 0x001e9af5 CMP dword ptr [EAX + 0x10],EDX JNC 0x001e9ae0 MOV EAX,dword ptr [EAX + 0xc] TEST EAX,EAX JNZ 0x001e9ae9 MOV dword ptr [EBP + -0x48],EDI CMP dword ptr [EBP + -0x6c],ESI JZ 0x001e9c60 MOV EAX,dword ptr [EBP + -0x60] CMP EAX,dword ptr [ESI + 0x10] JZ 0x001e9b2a JMP 0x001e9c60 MOV EAX,dword ptr [EBP + -0x68] CMP dword ptr [EBP + -0x6c],EAX JZ 0x001e9c60 MOV ESI,EAX MOV EAX,dword ptr [EBP + -0x60] CMP dword ptr [ESI + 0x10],EAX JNZ 0x001e9c60 SUB ESP,0xc MOV EBX,dword ptr [EBP + -0x4c] PUSH ESI CALL 0x003af6b0 ADD ESP,0x10 CMP byte ptr [ESI + 0x18],0x78 MOV dword ptr [EBP + -0x68],EAX JNZ 0x001e9b10 MOV EDI,dword ptr [ESI + 0x14] CMP dword ptr [EBP + -0x6c],EAX JZ 0x001e9b56 MOV ECX,dword ptr [EBP + -0x60] CMP dword ptr [EAX + 0x10],ECX JZ 0x001e9ee8 MOV EAX,dword ptr [EBP + -0x58] MOV EAX,dword ptr [EAX + 0x14] MOV dword ptr [EBP + -0x50],EAX MOV EAX,dword ptr [EBP + -0x74] MOV EAX,dword ptr [EAX] MOV EAX,dword ptr [EAX + 0x8] TEST EAX,EAX JZ 0x001ea724 CMP byte ptr [EAX + 0x1671],0x0 JNZ 0x001e9dd0 CMP byte ptr [EAX + 0x16ed],0x0 JZ 0x001e9b10 MOV EDX,dword ptr [EBP + -0x50] MOV EAX,dword ptr [EBP + -0x70] SUB EDX,EDI ADD EAX,EDI MOV dword ptr [EBP + 0xffffff74],EDX CMP EDX,0x4 JBE 0x001e9b10 ADD EAX,0x4 MOV dword ptr [EBP + -0x50],0x4 XOR ESI,ESI MOV dword ptr [EBP + 0xffffff70],EAX JMP 0x001e9bcf LEA EBX,[ESI + 0x8] LEA EAX,[ESI + 0x4] MOV dword ptr [EBP + -0x50],EBX CMP dword ptr [EBP + 0xffffff74],EBX JBE 0x001e9b10 MOV ESI,EAX MOV EAX,dword ptr [EBP + -0x78] LEA ECX,[EDI + ESI*0x1] MOV dword ptr [EBP + -0x80],ECX ADD EAX,ECX MOV EBX,dword ptr [EAX + 0x4] MOV EAX,dword ptr [EAX] MOV EDX,EBX MOV dword ptr [EBP + -0x7c],EBX CALL 0x001d4700 MOV ECX,dword ptr [EBP + -0x80] TEST AL,AL JZ 0x001e9bb8 LEA EAX,[ECX + 0x4] ADD ESI,dword ptr [EBP + 0xffffff70] SUB ESP,0xc MOV EBX,dword ptr [EBP + -0x4c] MOV dword ptr [EBP + -0x80],EAX MOV EAX,dword ptr [EBP + -0x48] MOV dword ptr [EBP + 0xffffff7c],ESI MOV ESI,dword ptr [EAX + 0x4] PUSH dword ptr [EBP + 0xffffff60] MOV dword ptr [EBP + 0xffffff78],ECX CALL 0x00039440 MOV ECX,dword ptr [EBP + 0xffffff78] ADD ESP,0x10 MOV EBX,dword ptr [EBP + -0x4c] PUSH ECX PUSH dword ptr [EBP + -0x60] PUSH ESI PUSH EAX CALL 0x0023b870 ADD ESP,0x10 MOV ECX,dword ptr [EBP + -0x80] MOV EDX,dword ptr [EBP + -0x60] PUSH 0x0 MOV EAX,dword ptr [EBP + -0x48] PUSH 0x5 PUSH dword ptr [EBP + -0x7c] PUSH dword ptr [EBP + 0xffffff7c] CALL 0x001e11a0 ADD ESP,0x10 MOV ESI,dword ptr [EBP + -0x50] JMP 0x001e9bb8 MOV EAX,dword ptr [EBP + -0x58] MOV EDX,dword ptr [EAX + 0x4] LEA ESI,[ESI] LEA ESI,[ESI] CMP EDX,0x4 JNZ 0x001e9d60 MOV EDX,dword ptr [EBP + -0x58] XOR EDI,EDI MOV ESI,dword ptr [EDX + 0x14] TEST ESI,ESI JZ 0x001e9d60 MOV EBX,dword ptr [EDX + 0x18] CMP EBX,0xfeff JA 0x001e9da8 MOV EAX,dword ptr [EBP + -0x48] CMP dword ptr [EAX + 0xac],EBX JNZ 0x001e9d60 MOV EAX,dword ptr [EBP + -0x58] CMP dword ptr [EAX + 0x24],0xc JNZ 0x001e9d60 PUSH 0x0 MOV EBX,dword ptr [EBP + -0x4c] PUSH 0xc PUSH EDI PUSH ESI CALL 0x00442a10 ADD ESP,0x10 OR EDX,EAX JNZ 0x001e9d60 MOV EAX,dword ptr [EBP + -0x58] MOV EAX,dword ptr [EAX + 0x1c] MOV dword ptr [EBP + -0x68],EAX CMP EAX,0xfeff JA 0x001ea0a0 MOV EBX,dword ptr [EBP + -0x48] MOV EDI,dword ptr [EBP + -0x68] CMP dword ptr [EBX + 0x28],EDI JBE 0x001e9d60 LEA ESI,[EDI*0x4 + 0x0] MOV ECX,dword ptr [EBP + 0xffffff54] MOV EAX,ESI MOV dword ptr [EBP + -0x50],ESI ADD EAX,EDI LEA EAX,[ECX + EAX*0x8] MOV EDX,dword ptr [EAX + 0x14] TEST EDX,EDX JZ 0x001e9d60 TEST byte ptr [EAX + 0x8],0x2 JZ 0x001e9d60 CMP dword ptr [EAX + 0x4],0x1 JNZ 0x001e9d60 MOV EAX,dword ptr [EBX + 0x38] MOV ESI,dword ptr [EAX + ESI*0x1] MOV dword ptr [EBP + -0x70],ESI TEST ESI,ESI JZ 0x001e9d60 SUB ESP,0x4 PUSH EDI MOV EDI,dword ptr [EBP + -0x4c] PUSH EBX PUSH dword ptr [EBP + 0x14] MOV EBX,EDI CALL 0x0034cd20 ADD ESP,0x10 TEST AL,AL JNZ 0x001e9d60 MOV ESI,dword ptr [ESI + 0x20] MOV ECX,0xa LEA EDI,[EDI + 0xffe65dee] CMPSB.REPE ES:EDI,ESI SETA AL SBB AL,0x0 TEST AL,AL JNZ 0x001ea168 LEA ESI,[ESI] ADD dword ptr [EBP + -0x60],0x1 MOV EAX,dword ptr [EBP + -0x60] ADD dword ptr [EBP + -0x58],0x28 CMP dword ptr [EBP + 0xffffff64],EAX JZ 0x001e9f60 MOV EAX,dword ptr [EBP + -0x74] MOV EAX,dword ptr [EAX] MOV EAX,dword ptr [EAX + 0x8] TEST EAX,EAX JNZ 0x001e9960 MOV EBX,dword ptr [EBP + -0x4c] SUB ESP,0x4 LEA EAX,[EBX + 0xffe9593c] PUSH EAX LEA EAX,[EBX + 0xffe5e26d] PUSH 0x5c PUSH EAX CALL 0x002446e0 MOV EAX,dword ptr [EBP + -0x48] SUB ESP,0xc ADD EAX,0x90 PUSH EAX CALL 0x00106f60 MOV EAX,dword ptr [EBP + -0x48] ADD ESP,0x10 ADD EBX,dword ptr [EAX + 0xa4] JMP 0x001e9c98 MOV EBX,dword ptr [EBP + -0x70] LEA EDX,[EBX + EDI*0x1] MOV EBX,EDX MOV dword ptr [EBP + 0xffffff78],EDX AND EBX,0x3 JNZ 0x001e9b7c MOV EAX,dword ptr [EBP + -0x50] AND EDX,0xfff SUB EAX,EDI MOV dword ptr [EBP + -0x80],EAX MOV EAX,0xff8 SUB EAX,EDX CMP EDX,0xff8 CMOVC EBX,EAX JMP 0x001e9e29 MOV EAX,dword ptr [EBP + -0x7c] LEA EDX,[EBX + 0x4] ADD EBX,0xffc AND EAX,0xfff CMP EAX,0xff8 CMOVZ EBX,EDX LEA EAX,[EBX + 0xc] CMP dword ptr [EBP + -0x80],EAX JC 0x001e9f00 MOV ESI,dword ptr [EBP + -0x78] LEA EAX,[EDI + EBX*0x1] MOV ECX,dword ptr [EBP + 0xffffff78] MOV dword ptr [EBP + 0xffffff70],EAX ADD ESI,EAX ADD ECX,EBX MOV EAX,dword ptr [ESI] MOV dword ptr [EBP + -0x7c],ECX MOV dword ptr [EBP + 0xffffff7c],EAX AND EAX,0x9f000000 CMP EAX,0x90000000 JNZ 0x001e9e10 MOV EDX,dword ptr [ESI + 0x4] MOV ECX,dword ptr [ESI + 0x8] MOV EAX,dword ptr [EBP + 0xffffff7c] MOV dword ptr [EBP + 0xffffff5c],EDX MOV dword ptr [EBP + 0xffffff74],ECX CALL 0x001e1b20 TEST AL,AL JNZ 0x001e9f30 LEA EAX,[EBX + 0x10] CMP dword ptr [EBP + -0x80],EAX JC 0x001e9e10 MOV ECX,dword ptr [EBP + 0xffffff74] MOV EAX,ECX AND EAX,0x7c000000 CMP EAX,0x14000000 JZ 0x001e9e10 MOV EAX,ECX AND EAX,0xffdffc1f CMP EAX,0xd61f0000 JZ 0x001e9e10 MOV EAX,dword ptr [ESI + 0xc] MOV EDX,dword ptr [EBP + 0xffffff5c] MOV dword ptr [EBP + 0xffffff74],EAX MOV ECX,EAX MOV EAX,dword ptr [EBP + 0xffffff7c] CALL 0x001e1b20 TEST AL,AL JZ 0x001e9e10 MOV EAX,0xc JMP 0x001e9f35 MOV EAX,dword ptr [EBP + -0x68] MOV EAX,dword ptr [EAX + 0x14] MOV dword ptr [EBP + -0x50],EAX JMP 0x001e9b5f MOV EAX,dword ptr [EBP + -0x74] MOV EAX,dword ptr [EAX] MOV EAX,dword ptr [EAX + 0x8] TEST EAX,EAX JNZ 0x001e9b7c MOV EBX,dword ptr [EBP + -0x4c] SUB ESP,0x4 LEA EAX,[EBX + 0xffe9593c] PUSH EAX LEA EAX,[EBX + 0xffe5e26d] PUSH 0x5c PUSH EAX CALL 0x002446e0 MOV EAX,0x8 MOV ESI,dword ptr [EBP + 0xffffff70] MOV EDX,dword ptr [EBP + -0x60] LEA ECX,[ESI + EAX*0x1] ADD EAX,dword ptr [EBP + -0x7c] PUSH ESI PUSH 0x4 PUSH dword ptr [EBP + 0xffffff74] PUSH EAX MOV EAX,dword ptr [EBP + -0x48] CALL 0x001e11a0 ADD ESP,0x10 JMP 0x001e9e10 MOV EAX,dword ptr [EBP + -0x48] MOV EAX,dword ptr [EAX + 0x1c] TEST EAX,EAX JZ 0x001e9f7f SUB ESP,0x8 ADD EAX,0x1c PUSH dword ptr [EBP + 0x1c] MOV EBX,dword ptr [EBP + -0x4c] PUSH EAX CALL 0x0023dd30 ADD ESP,0x10 MOV EDI,dword ptr [EBP + 0x10] ADD dword ptr [EBP + 0xffffff58],0x4 MOV EAX,dword ptr [EBP + 0xffffff58] CMP dword ptr [EDI + 0x4],EAX JNZ 0x001e98a0 MOV EAX,dword ptr [EBP + 0x8] MOV ESI,dword ptr [EAX + 0x64] MOV EDX,dword ptr [EAX + 0x60] CMP EDX,ESI JZ 0x001ea087 MOV dword ptr [EBP + -0x48],ESI LEA ESI,[ESI] MOV EAX,dword ptr [EDX] MOV ECX,dword ptr [EAX + 0x58] MOV EBX,dword ptr [EAX + 0x5c] ADD ECX,0x3 ADC EBX,0x0 MOV EDI,ECX MOV ECX,dword ptr [EAX + 0x68] AND EDI,0xfffffffc MOV dword ptr [EBP + 0xffffff6c],EBX MOV EBX,dword ptr [EAX + 0x6c] MOV dword ptr [EBP + 0xffffff68],EDI MOV EDI,dword ptr [EBP + 0xffffff6c] MOV ESI,dword ptr [EBP + 0xffffff68] ADD ESI,dword ptr [EAX + 0x60] ADC EDI,dword ptr [EAX + 0x64] XOR ECX,ESI MOV dword ptr [EAX + 0x68],ESI XOR EBX,EDI MOV dword ptr [EAX + 0x6c],EDI OR EBX,ECX JZ 0x001ea0c8 MOV EBX,dword ptr [EAX + 0x20] MOVZX ECX,byte ptr [EBX + 0x1c] TEST CL,0x1 JZ 0x001ea799 MOV EAX,ECX MOV ESI,dword ptr [EBX + 0x4] MOV EDI,dword ptr [EBX + 0x8] SHR AL,0x2 AND EAX,0x1 MOV byte ptr [EBP + 0xffffff53],AL JZ 0x001ea75d MOV EAX,dword ptr [EBX + 0x14] MOV EDX,dword ptr [EBX + 0x18] MOV dword ptr [EBP + -0x48],EAX MOV EAX,ECX AND EAX,0xfffffffa MOV dword ptr [EBP + -0x44],EDX MOV byte ptr [EBX + 0x1c],AL TEST AL,0x8 JNZ 0x001ea041 AND ECX,0xfffffff8 MOV byte ptr [EBX + 0x1c],CL SUB ESP,0xc MOV ECX,dword ptr [EBX] PUSH EBX CALL dword ptr [ECX + 0x3c] MOVZX ECX,byte ptr [EBX + 0x1c] ADD ESP,0x10 TEST CL,0x1 JNZ 0x001ea73f MOV EAX,ECX MOV dword ptr [EBX + 0x4],ESI OR EAX,0x1 MOV dword ptr [EBX + 0x8],EDI MOV byte ptr [EBX + 0x1c],AL TEST AL,0x4 JNZ 0x001ea77b OR ECX,0x5 MOV EAX,dword ptr [EBP + -0x48] MOV EDX,dword ptr [EBP + -0x44] MOV byte ptr [EBX + 0x1c],CL AND ECX,0x2 MOV dword ptr [EBX + 0x14],EAX MOV dword ptr [EBX + 0x18],EDX JZ 0x001ea0e0 MOVZX EAX,byte ptr [EBP + 0xffffff53] LEA ESP,[EBP + -0xc] POP EBX POP ESI POP EDI POP EBP RET MOV EDI,dword ptr [EBP + -0x48] SUB ESP,0xc LEA EAX,[EDI + 0x90] PUSH EAX CALL 0x00106f60 MOV EAX,dword ptr [EDI + 0xa4] ADD ESP,0x10 ADD dword ptr [EBP + -0x68],EAX JMP 0x001e9ce1 ADD EDX,0x4 CMP dword ptr [EBP + -0x48],EDX JNZ 0x001e9fb0 JMP 0x001ea087 SUB ESP,0xc MOV EAX,dword ptr [EBX] PUSH EBX CALL dword ptr [EAX + 0x38] ADD ESP,0x10 TEST byte ptr [EBX + 0x1c],0x2 JNZ 0x001ea087 MOV EBX,dword ptr [EBP + -0x4c] SUB ESP,0x4 LEA EAX,[EBX + 0xffe952e8] PUSH EAX LEA EAX,[EBX + 0xffe6335d] PUSH 0x163 PUSH EAX CALL 0x002446e0 MOV EBX,dword ptr [EBP + -0x4c] SUB ESP,0x4 LEA EAX,[EBX + 0xffe95750] PUSH EAX LEA EAX,[EBX + 0xffe63385] PUSH 0x1e3 PUSH EAX CALL 0x002446e0 SUB ESP,0x4 PUSH dword ptr [EBP + -0x60] MOV EBX,dword ptr [EBP + -0x4c] PUSH dword ptr [EBP + -0x48] PUSH EDI CALL 0x002cd8b0 ADD ESP,0x10 TEST EAX,EAX JZ 0x001e9c60 TEST byte ptr [EAX + 0x1c],0x1 JZ 0x001ea8bf MOV EAX,dword ptr [EAX + 0x4] MOV dword ptr [EBP + -0x70],EAX JMP 0x001e9a0f MOV EBX,dword ptr [EBP + -0x48] MOV EAX,dword ptr [EBX + 0x88] MOV EDX,dword ptr [EBX + 0x84] MOV dword ptr [EBP + -0x78],EAX SUB EAX,EDX SAR EAX,0x2 CMP dword ptr [EBP + -0x68],EAX JNC 0x001ea8a3 MOV EAX,dword ptr [EBP + -0x50] CMP dword ptr [EDX + EAX*0x1],-0x1 JZ 0x001ea63b MOV EAX,dword ptr [EBP + -0x58] MOV ESI,dword ptr [EAX + 0x1c] CMP ESI,0xfeff JA 0x001ea2a8 MOV EAX,dword ptr [EBP + -0x48] MOV EDX,dword ptr [EAX + 0x84] MOV EAX,dword ptr [EAX + 0x88] MOV dword ptr [EBP + -0x68],EAX SUB EAX,EDX SAR EAX,0x2 CMP ESI,EAX JNC 0x001ea6d2 MOV EAX,dword ptr [EBP + -0x48] CMP dword ptr [EDX + ESI*0x4],-0x1 MOV EAX,dword ptr [EAX + 0x38] MOV EAX,dword ptr [EAX + ESI*0x4] JZ 0x001ea260 TEST byte ptr [EAX + 0x1c],0x1 JZ 0x001ea6f0 MOV EAX,dword ptr [EBP + -0x58] XOR EBX,EBX MOV EDX,dword ptr [EAX + 0x14] MOV ECX,dword ptr [EAX + 0x10] MOV EAX,dword ptr [EBP + -0x48] MOV EAX,dword ptr [EAX + 0x1c] TEST EAX,EAX JZ 0x001ea6b4 MOV EDI,dword ptr [EBP + -0x48] ADD EAX,0x1c PUSH 0x0 PUSH 0x1 PUSH EDX PUSH EBX MOV EBX,dword ptr [EBP + -0x4c] PUSH ECX PUSH dword ptr [EDI + 0x24] PUSH dword ptr [EDI + 0x20] PUSH EAX CALL 0x0023eb50 ADD ESP,0x20 LEA EAX,[EBP + -0x30] MOV EBX,dword ptr [EBP + -0x4c] MOV dword ptr [EBP + -0x30],0x0 PUSH 0x0 PUSH EAX PUSH ESI PUSH EDI CALL 0x0028b8b0 MOV EAX,dword ptr [EBP + -0x58] ADD ESP,0x10 CMP dword ptr [EAX + 0x4],0x4 JZ 0x001e9d60 MOV EBX,dword ptr [EBP + -0x4c] SUB ESP,0x4 LEA EAX,[EBX + 0xffe942c0] PUSH EAX LEA EAX,[EBX + 0xffe923cf] PUSH 0x98c PUSH EAX CALL 0x002446e0 SUB ESP,0x4 MOV EBX,dword ptr [EBP + -0x4c] PUSH ESI PUSH dword ptr [EBP + -0x48] PUSH EAX CALL 0x002cd8b0 ADD ESP,0x10 TEST EAX,EAX JZ 0x001ea7d5 TEST byte ptr [EAX + 0x1c],0x1 JNZ 0x001ea1e3 MOV EBX,dword ptr [EBP + -0x4c] SUB ESP,0x4 LEA EAX,[EBX + 0xffe95a60] PUSH EAX LEA EAX,[EBX + 0xffe6335d] PUSH 0xc5 PUSH EAX CALL 0x002446e0 MOV EDI,dword ptr [EBP + -0x48] SUB ESP,0xc LEA EAX,[EDI + 0x90] PUSH EAX CALL 0x00106f60 ADD ESP,0x10 ADD ESI,dword ptr [EDI + 0xa4] JMP 0x001ea1a7 MOV EDX,dword ptr [EAX + 0x38a8] MOV EDI,dword ptr [EAX + 0x38a8] SAR EDX,0x1f XOR EDI,EDX MOV EAX,EDI SUB EAX,EDX CMP EAX,0x1 JZ 0x001ea680 MOV EDI,dword ptr [EBP + 0x8] MOV dword ptr [EBP + -0x78],EAX MOV dword ptr [EDI + 0x6c],EAX SUB ESP,0x8 LEA EAX,[EBP + -0x30] MOV EBX,dword ptr [EBP + -0x4c] MOV dword ptr [EBP + -0x30],0x0 PUSH EAX PUSH dword ptr [EBP + 0x18] MOV dword ptr [EBP + -0x2c],0x0 MOV dword ptr [EBP + -0x28],0x0 CALL 0x002758a0 MOV EDX,dword ptr [EBP + -0x30] MOV EAX,dword ptr [EBP + -0x2c] ADD ESP,0x10 CMP EDX,EAX JZ 0x001e9857 MOV dword ptr [EBP + -0x80],EDX LEA ESI,[ESI] MOV EAX,dword ptr [EBP + -0x80] MOV EDI,dword ptr [EAX] MOV dword ptr [EBP + -0x24],0x0 MOV dword ptr [EBP + -0x20],0x0 MOV EAX,dword ptr [EDI + 0x70] MOV dword ptr [EBP + -0x68],EDI MOV EDI,dword ptr [EDI + 0x6c] MOV dword ptr [EBP + -0x1c],0x0 MOV dword ptr [EBP + -0x70],EAX MOV dword ptr [EBP + -0x38],EAX MOV dword ptr [EBP + -0x34],EAX MOV dword ptr [EBP + -0x48],EDI CMP EAX,EDI JZ 0x001e9844 LEA EAX,[EBP + -0x24] MOV dword ptr [EBP + -0x6c],0x0 MOV dword ptr [EBP + -0x60],0x0 MOV dword ptr [EBP + -0x58],0x0 MOV dword ptr [EBP + -0x7c],EAX LEA ESI,[ESI] MOV EAX,dword ptr [EBP + -0x48] MOV ECX,dword ptr [EAX + 0x4] TEST ECX,ECX JNZ 0x001ea548 MOV EDI,dword ptr [EBP + -0x48] MOV EAX,dword ptr [EDI] MOV dword ptr [EBP + -0x50],EAX ADD EAX,0x4 CMP EAX,0x3 JA 0x001ea3d6 MOV EAX,dword ptr [EDI + 0x10] SUB ESP,0xc MOV EDX,dword ptr [EAX] PUSH EAX CALL dword ptr [EDX + 0xc] ADD ESP,0x10 MOV EBX,EDX MOV ESI,dword ptr [EBP + -0x58] MOV ECX,EAX OR EBX,EAX JZ 0x001ea3d6 ADD ECX,-0x1 ADD ECX,ESI NEG EAX MOV EDI,ECX AND EDI,EAX MOV dword ptr [EBP + -0x58],EDI SUB ESP,0xc PUSH dword ptr [EBP + -0x48] MOV EBX,dword ptr [EBP + -0x4c] CALL 0x002c60d0 MOV EDI,dword ptr [EBP + -0x58] ADD ESP,0x10 ADD EDI,EAX CMP dword ptr [EBP + -0x60],0x1 JZ 0x001ea4f0 MOV EAX,dword ptr [EBP + -0x48] CMP dword ptr [EAX],-0x3 JNC 0x001e9778 MOV ESI,dword ptr [EBP + -0x48] SUB ESP,0xc MOV EBX,dword ptr [EBP + -0x4c] PUSH ESI CALL 0x002c60d0 MOV ECX,dword ptr [EBP + -0x68] ADD ESP,0x10 OR EDX,EAX MOV EBX,ESI LEA ESI,[ESI + 0x18] MOV ECX,dword ptr [ECX + 0x70] JZ 0x001e9783 MOV EAX,dword ptr [EBP + -0x60] TEST EAX,EAX JNZ 0x001ea478 MOV dword ptr [EBP + -0x70],EBX MOV dword ptr [EBP + -0x34],EBX CMP ECX,ESI JZ 0x001ea619 MOV ECX,dword ptr [EBX + 0x1c] TEST ECX,ECX JNZ 0x001ea568 MOV EAX,dword ptr [EBP + -0x58] MOV dword ptr [EBP + -0x48],ESI MOV dword ptr [EBP + -0x58],EDI MOV EDI,dword ptr [EBP + -0x48] MOV dword ptr [EBP + -0x6c],EAX MOV EAX,dword ptr [EDI] MOV dword ptr [EBP + -0x60],0x1 MOV dword ptr [EBP + -0x50],EAX ADD EAX,0x4 CMP EAX,0x3 JBE 0x001ea3ae JMP 0x001ea3d6 MOV EAX,dword ptr [EBP + -0x48] MOV dword ptr [EBP + -0x34],EAX CMP ECX,ESI JZ 0x001ea610 MOV ECX,dword ptr [EAX + 0x1c] MOV dword ptr [EBP + -0x58],EDI MOV dword ptr [EBP + -0x48],ESI TEST ECX,ECX JZ 0x001ea39e LEA EAX,[ECX + -0x1] XOR EDX,EDX XOR EBX,EBX MOV ECX,EAX MOV EAX,0x1 SHLD EDX,EAX,CL SHL EAX,CL TEST CL,0x20 CMOVNZ EDX,EAX CMOVNZ EAX,EBX MOV dword ptr [EBP + -0x54],EDX MOV EDX,dword ptr [EBP + -0x54] MOV dword ptr [EBP + -0x58],EAX OR EDX,EAX JZ 0x001ea5b8 MOV EAX,dword ptr [EBP + -0x58] MOV ECX,dword ptr [EBP + -0x58] MOV EBX,dword ptr [EBP + -0x4c] ADD EAX,-0x1 ADD EAX,EDI NEG ECX SUB ESP,0xc PUSH dword ptr [EBP + -0x48] MOV EDI,EAX AND EDI,ECX MOV dword ptr [EBP + -0x58],EDI CALL 0x002c60d0 MOV dword ptr [EBP + -0x48],ESI ADD ESP,0x10 ADD EDI,EAX NOP MOV EAX,EDI SUB EAX,dword ptr [EBP + -0x6c] CMP EAX,dword ptr [EBP + -0x78] JC 0x001ea538 MOV EAX,dword ptr [EBP + -0x68] MOV ECX,dword ptr [EBP + -0x34] CMP dword ptr [EAX + 0x70],ECX JZ 0x001ea7f3 SUB ESP,0x4 MOV EDX,dword ptr [EBP + -0x34] MOV EAX,dword ptr [EBP + -0x70] PUSH dword ptr [EBP + 0x1c] PUSH dword ptr [EBP + -0x7c] PUSH dword ptr [EBP + 0x8] MOV ECX,EDX CALL 0x001e8c30 ADD ESP,0x10 MOV dword ptr [EBP + -0x60],0x0 JMP 0x001ea3f6 MOV dword ptr [EBP + -0x60],0x1 JMP 0x001ea3f6 SUB ECX,0x1 XOR EAX,EAX XOR EDX,EDX TEST CL,0x20 SETZ AL SETNZ DL SHL EDX,CL SHL EAX,CL JMP 0x001ea3bd SUB ECX,0x1 XOR EAX,EAX XOR EDX,EDX TEST CL,0x20 SETNZ DL SETZ AL SHL EDX,CL SHL EAX,CL MOV EBX,EDX OR EBX,EAX JZ 0x001ea5d8 MOV ECX,EDI MOV EBX,dword ptr [EBP + -0x4c] ADD ECX,-0x1 ADD ECX,EAX NEG EAX SUB ESP,0xc PUSH ESI AND EAX,ECX MOV EDI,EAX CALL 0x002c60d0 MOV EBX,EDI LEA EDI,[EDI + EAX*0x1] MOV EAX,dword ptr [EBP + -0x58] ADD ESP,0x10 MOV dword ptr [EBP + -0x48],ESI MOV dword ptr [EBP + -0x6c],EAX MOV dword ptr [EBP + -0x58],EBX JMP 0x001ea4f0 SUB ESP,0xc MOV EBX,dword ptr [EBP + -0x4c] PUSH ESI CALL 0x002c60d0 MOV dword ptr [EBP + -0x58],EDI ADD ESP,0x10 ADD EDI,EAX MOV dword ptr [EBP + -0x48],ESI JMP 0x001ea4f0 SUB ESP,0xc MOV EBX,dword ptr [EBP + -0x4c] PUSH ESI CALL 0x002c60d0 MOV ECX,dword ptr [EBP + -0x58] ADD ESP,0x10 MOV dword ptr [EBP + -0x58],EDI ADD EDI,EAX MOV dword ptr [EBP + -0x48],ESI MOV dword ptr [EBP + -0x6c],ECX JMP 0x001ea4f0 TEST EDI,EDI JZ 0x001e9844 JMP 0x001e9835 CMP ECX,dword ptr [EBP + -0x34] JZ 0x001ea852 SUB ESP,0x4 LEA EAX,[EBP + -0x24] PUSH dword ptr [EBP + 0x1c] MOV EDX,dword ptr [EBP + -0x34] PUSH EAX PUSH dword ptr [EBP + 0x8] MOV EAX,dword ptr [EBP + -0x70] MOV ECX,EDX CALL 0x001e8c30 ADD ESP,0x10 JMP 0x001e979c SUB ESP,0x4 PUSH dword ptr [EBP + -0x68] MOV EBX,dword ptr [EBP + -0x4c] PUSH dword ptr [EBP + -0x48] PUSH dword ptr [EBP + -0x70] CALL 0x002cd8b0 ADD ESP,0x10 TEST EAX,EAX JNZ 0x001ea195 MOV EBX,dword ptr [EBP + -0x4c] PUSH EDX LEA EAX,[EBX + 0xffe94240] PUSH EAX LEA EAX,[EBX + 0xffe923cf] PUSH 0x8bd PUSH EAX CALL 0x002446e0 MOV EAX,dword ptr [EBP + 0x8] MOV dword ptr [EBP + -0x78],0x7ffbffc MOV dword ptr [EAX + 0x6c],0x7ffbffc JMP 0x001ea2f7 MOV EBX,dword ptr [EBP + -0x4c] SUB ESP,0x4 LEA EAX,[EBX + 0xffe94298] PUSH EAX LEA EAX,[EBX + 0xffe923cf] PUSH 0x361 PUSH EAX CALL 0x002446e0 MOV EBX,dword ptr [EBP + -0x4c] SUB ESP,0x4 LEA EAX,[EBX + 0xffe95750] PUSH EAX LEA EAX,[EBX + 0xffe63385] PUSH 0x1e3 PUSH EAX CALL 0x002446e0 MOV EBX,dword ptr [EBP + -0x4c] SUB ESP,0x4 LEA EAX,[EBX + 0xffe95280] PUSH EAX LEA EAX,[EBX + 0xffe63385] PUSH 0x7f7 PUSH EAX CALL 0x002446e0 MOV EBX,dword ptr [EBP + -0x4c] SUB ESP,0x4 LEA EAX,[EBX + 0xffe95a60] PUSH EAX LEA EAX,[EBX + 0xffe6335d] PUSH 0xc5 PUSH EAX CALL 0x002446e0 MOV EAX,dword ptr [EBP + 0x10] MOV EDI,dword ptr [EBP + 0x10] MOV EAX,dword ptr [EAX] CMP dword ptr [EDI + 0x4],EAX JNZ 0x001e9881 JMP 0x001ea087 MOV EBX,dword ptr [EBP + -0x4c] SUB ESP,0x4 LEA EAX,[EBX + 0xffe9593c] PUSH EAX LEA EAX,[EBX + 0xffe5e26d] PUSH 0x5c PUSH EAX CALL 0x002446e0 MOV EBX,dword ptr [EBP + -0x4c] SUB ESP,0x4 LEA EAX,[EBX + 0xffe95258] PUSH EAX LEA EAX,[EBX + 0xffe6335d] PUSH 0x142 PUSH EAX CALL 0x002446e0 MOV EBX,dword ptr [EBP + -0x4c] SUB ESP,0x4 LEA EAX,[EBX + 0xffe95a94] PUSH EAX LEA EAX,[EBX + 0xffe6335d] PUSH 0xe3 PUSH EAX CALL 0x002446e0 MOV EBX,dword ptr [EBP + -0x4c] SUB ESP,0x4 LEA EAX,[EBX + 0xffe95248] PUSH EAX LEA EAX,[EBX + 0xffe6335d] PUSH 0x14b PUSH EAX CALL 0x002446e0 MOV EBX,dword ptr [EBP + -0x4c] SUB ESP,0x4 LEA EAX,[EBX + 0xffe95a60] PUSH EAX LEA EAX,[EBX + 0xffe6335d] PUSH 0xc5 PUSH EAX CALL 0x002446e0 MOV EBX,dword ptr [EBP + -0x4c] SUB ESP,0x4 LEA EAX,[EBX + 0xffe951d4] PUSH EAX LEA EAX,[EBX + 0xffe63385] PUSH 0x81f PUSH EAX CALL 0x002446e0 MOV EBX,dword ptr [EBP + -0x4c] SUB ESP,0x4 LEA EAX,[EBX + 0xffe942c0] PUSH EAX LEA EAX,[EBX + 0xffe923cf] PUSH 0x97a PUSH EAX CALL 0x002446e0 MOV EBX,dword ptr [EBP + -0x4c] SUB ESP,0x4 LEA EAX,[EBX + 0xffe94338] PUSH EAX LEA EAX,[EBX + 0xffe923cf] PUSH 0xaf7 PUSH EAX CALL 0x002446e0 CALL 0x001d4d60 MOV EBX,dword ptr [EBP + -0x4c] SUB ESP,0x4 LEA EAX,[EBX + 0xffe95a60] PUSH EAX LEA EAX,[EBX + 0xffe6335d] PUSH 0xc5 PUSH EAX CALL 0x002446e0 MOV EBX,dword ptr [EBP + -0x4c] SUB ESP,0x4 LEA EAX,[EBX + 0xffe95280] PUSH EAX LEA EAX,[EBX + 0xffe63385] PUSH 0x7f7 PUSH EAX CALL 0x002446e0 MOV EBX,dword ptr [EBP + -0x4c] PUSH ESI LEA EAX,[EBX + 0xffe94338] PUSH EAX LEA EAX,[EBX + 0xffe923cf] PUSH 0xb32 PUSH EAX CALL 0x002446e0 MOV EBX,dword ptr [EBP + -0x4c] PUSH ESI LEA EAX,[EBX + 0xffe94348] PUSH EAX LEA EAX,[EBX + 0xffe923cf] PUSH 0x160d PUSH EAX CALL 0x002446e0 MOV EBX,dword ptr [EBP + -0x4c] PUSH EDI LEA EAX,[EBX + 0xffe9593c] PUSH EAX LEA EAX,[EBX + 0xffe5e26d] PUSH 0x5c PUSH EAX CALL 0x002446e0 MOV EBX,dword ptr [EBP + -0x4c] PUSH ECX LEA EAX,[EBX + 0xffe95280] PUSH EAX LEA EAX,[EBX + 0xffe63385] PUSH 0x7f7 PUSH EAX CALL 0x002446e0 MOV EBX,dword ptr [EBP + -0x4c] PUSH ECX LEA EAX,[EBX + 0xffe95a60] PUSH EAX LEA EAX,[EBX + 0xffe6335d] PUSH 0xc5 PUSH EAX CALL 0x002446e0
null
null
null
null
[(u'MULTIEQUAL_-1207836954', u'INT_MULT_-1207833398'), ('const-4294967294', u'INT_MULT_-1207841809'), (u'MULTIEQUAL_-1207832392', u'MULTIEQUAL_-1207832381'), (u'CALL_-1207854013', u'INDIRECT_-1207840465'), ('const-417', u'LOAD_-1207855133'), (u'PTRSUB_-1207834785', u'PTRSUB_-1207834761'), (u'INDIRECT_-1207835248', u'MULTIEQUAL_-1207834449'), (u'INT_OR_-1207850496', u'STORE_-1207850497'), ('const-417', u'LOAD_-1207849044'), (u'INDIRECT_-1207833056', u'MULTIEQUAL_-1207832697'), ('const-96', u'PTRSUB_-1207832575'), (u'INDIRECT_-1207843604', u'MULTIEQUAL_-1207843514'), (u'MULTIEQUAL_-1207835302', u'MULTIEQUAL_-1207835299'), (u'LOAD_-1207855195', u'PTRSUB_-1207835197'), (u'INDIRECT_-1207836215', u'MULTIEQUAL_-1207833587'), (u'MULTIEQUAL_-1207837889', u'MULTIEQUAL_-1207837808'), (u'INT_ADD_-1207849011', u'CAST_-1207832167'), (u'MULTIEQUAL_-1207840298', u'MULTIEQUAL_-1207839524'), ('tmp_18246', u'PTRSUB_-1207830502'), (u'MULTIEQUAL_-1207841724', u'INT_ADD_-1207847071'), (u'CALL_-1207848504', u'INDIRECT_-1207831094'), (u'INDIRECT_-1207835753', u'MULTIEQUAL_-1207835284'), (u'INDIRECT_-1207833397', u'MULTIEQUAL_-1207832779'), (u'CALL_-1207851972', u'BOOL_NEGATE_-1207851920'), (u'MULTIEQUAL_-1207836064', u'MULTIEQUAL_-1207833237'), (u'INDIRECT_-1207833740', u'MULTIEQUAL_-1207832533'), (u'CAST_-1207834231', u'INT_EQUAL_-1207849505'), (u'INDIRECT_-1207835099', u'MULTIEQUAL_-1207834907'), (u'CALL_-1207849024', u'INDIRECT_-1207835859'), (u'INT_NOTEQUAL_-1207855193', u'INT_ZEXT_-1207855176'), (u'PTRSUB_-1207832436', u'PTRSUB_-1207832434'), (u'MULTIEQUAL_-1207840264', u'CALL_-1207846520'), (u'INDIRECT_-1207833385', u'MULTIEQUAL_-1207833237'), (u'CALL_-1207847446', u'INDIRECT_-1207833127'), (u'PTRSUB_-1207833974', u'LOAD_-1207852970'), (u'INT_ADD_-1207849080', u'CAST_-1207834112'), (u'INDIRECT_-1207838968', u'MULTIEQUAL_-1207839257'), (u'CALL_-1207849335', u'INDIRECT_-1207834533'), (u'CALL_-1207849481', u'INDIRECT_-1207833435'), (u'MULTIEQUAL_-1207835110', u'MULTIEQUAL_-1207833540'), ('const-417', u'LOAD_-1207850801'), (u'CALL_-1207844461', u'INDIRECT_-1207832279'), (u'INDIRECT_-1207839755', u'MULTIEQUAL_-1207839286'), ('const-4716860', u'COPY_-1207833494'), (u'LOAD_-1207847346', u'INT_NOTEQUAL_-1207847292'), (u'PTRSUB_-1207831043', u'PTRSUB_-1207831041'), ('const-0', u'PTRSUB_-1207831729'), (u'CAST_-1207831703', u'CALL_-1207848210'), (u'LOAD_-1207853396', u'CAST_-1207833521'), (u'CALLIND_-1207850323', u'INDIRECT_-1207833883'), ('tmp_18244', u'CAST_-1207830790'), (u'COPY_-1207830874', u'CALL_-1207847777'), ('const-31', u'INT_AND_-1207845136'), (u'MULTIEQUAL_-1207835326', u'MULTIEQUAL_-1207830947'), (u'INDIRECT_-1207832392', u'MULTIEQUAL_-1207833565'), (u'CALL_-1207854013', u'INDIRECT_-1207835555'), ('const-4', u'PTRADD_-1207834681'), ('const-0', u'PTRSUB_-1207831039'), (u'MULTIEQUAL_-1207833436', u'MULTIEQUAL_-1207833419'), ('const-12', u'INT_ADD_-1207849494'), (u'CAST_-1207833930', u'CAST_-1207832649'), (u'INT_AND_-1207850650', u'INT_EQUAL_-1207850664'), (u'CAST_-1207832752', u'LOAD_-1207852217'), (u'BOOL_OR_-1207832136', u'CBRANCH_-1207847090'), (u'COPY_-1207831603', u'MULTIEQUAL_-1207831873'), ('const-1', u'COPY_-1207853872'), (u'CALL_-1207845418', u'INDIRECT_-1207831717'), ('const-417', u'LOAD_-1207850342'), ('const-4', u'PTRADD_-1207832121'), (u'INT_ADD_-1207849494', u'INT_LESSEQUAL_-1207849489'), (u'MULTIEQUAL_-1207834857', u'MULTIEQUAL_-1207834850'), (u'CAST_-1207834314', u'MULTIEQUAL_-1207837522'), ('const-16', u'PTRADD_-1207833825'), (u'STORE_-1207854842', u'INDIRECT_-1207835288'), (u'LOAD_-1207850075', u'MULTIEQUAL_-1207833726'), (u'PTRSUB_-1207833471', u'CAST_-1207832809'), (u'PTRSUB_-1207832539', u'PTRSUB_-1207832537'), (u'PTRSUB_-1207832521', u'PTRSUB_-1207832519'), ('const-417', u'LOAD_-1207851031'), (u'MULTIEQUAL_-1207832826', u'MULTIEQUAL_-1207833071'), ('const-417', u'LOAD_-1207845780'), (u'INT_LESS_-1207851007', u'INT_ZEXT_-1207850993'), (u'PTRADD_-1207834064', u'PTRSUB_-1207834062'), (u'COPY_-1207832921', u'MULTIEQUAL_-1207842913'), (u'CALL_-1207849335', u'INDIRECT_-1207838922'), (u'LOAD_-1207851036', u'PTRSUB_-1207832632'), (u'INDIRECT_-1207832665', u'MULTIEQUAL_-1207832568'), (u'PTRSUB_-1207832568', u'CAST_-1207831914'), (u'COPY_-1207833537', u'CALL_-1207851683'), (u'CALL_-1207848210', u'INDIRECT_-1207832724'), (u'MULTIEQUAL_-1207834654', u'MULTIEQUAL_-1207834617'), ('const-4510557', u'COPY_-1207830977'), (u'INT_CARRY_-1207854986', u'INT_ZEXT_-1207854975'), (u'CALL_-1207847446', u'INDIRECT_-1207837908'), ('tmp_14058', u'CBRANCH_-1207846763'), (u'COPY_-1207832294', u'CALL_-1207849382'), (u'MULTIEQUAL_-1207834137', u'CALL_-1207847003'), (u'CALL_-1207846879', u'INDIRECT_-1207832566'), ('tmp_16610', u'CBRANCH_-1207845749'), (u'MULTIEQUAL_-1207831366', u'MULTIEQUAL_-1207835299'), (u'INT_LEFT_-1207846341', u'INT_EQUAL_-1207839563'), ('const-0', u'PTRSUB_-1207832355'), (u'INT_EQUAL_-1207849678', u'CBRANCH_-1207849675'), ('const-0', u'PTRSUB_-1207831841'), (u'CAST_-1207832431', u'LOAD_-1207849432'), ('const-0', u'CALL_-1207852978'), (u'MULTIEQUAL_-1207834850', u'MULTIEQUAL_-1207833003'), (u'INDIRECT_-1207835532', u'MULTIEQUAL_-1207835467'), (u'PTRSUB_-1207831281', u'PTRSUB_-1207831279'), ('const-0', u'SUBPIECE_-1207844366'), (u'INT_AND_-1207845097', u'INT_LEFT_-1207845093'), (u'MULTIEQUAL_-1207835338', u'MULTIEQUAL_-1207831366'), (u'PTRSUB_-1207832730', u'CAST_-1207832055'), (u'INDIRECT_-1207833969', u'MULTIEQUAL_-1207834040'), (u'MULTIEQUAL_-1207833796', u'MULTIEQUAL_-1207833617'), ('tmp_4089', u'CBRANCH_-1207852838'), ('const-1', u'PTRADD_-1207831245'), (u'COPY_-1207849269', u'MULTIEQUAL_-1207844429'), (u'MULTIEQUAL_-1207833677', u'MULTIEQUAL_-1207833618'), ('const-0', u'INT_EQUAL_-1207849964'), (u'CAST_-1207833355', u'CALL_-1207852978'), (u'CALL_-1207851159', u'INDIRECT_-1207833998'), (u'INT_ADD_-1207849098', u'CAST_-1207834124'), ('const-1', u'PTRADD_-1207852024'), (u'CALL_-1207847777', u'INDIRECT_-1207831838'), (u'CALL_-1207853062', u'INDIRECT_-1207835145'), ('const-0', u'INT_NOTEQUAL_-1207852384'), (u'INT_EQUAL_-1207849633', u'CBRANCH_-1207849630'), (u'LOAD_-1207849705', u'PTRSUB_-1207831902'), (u'CALL_-1207849136', u'INDIRECT_-1207843604'), ('const-0', u'INT_NOTEQUAL_-1207853783'), (u'MULTIEQUAL_-1207834707', u'MULTIEQUAL_-1207834657'), ('const-0', u'PTRSUB_-1207831971'), (u'MULTIEQUAL_-1207835258', u'MULTIEQUAL_-1207835368'), (u'CAST_-1207833930', u'PTRSUB_-1207834308'), (u'MULTIEQUAL_-1207840536', u'MULTIEQUAL_-1207840473'), ('tmp_9384', u'BRANCH_-1207849397'), (u'PTRSUB_-1207835055', u'CAST_-1207834377'), (u'PTRSUB_-1207832517', u'PTRSUB_-1207832515'), (u'CALL_-1207846879', u'INDIRECT_-1207832695'), (u'CALL_-1207850120', u'INDIRECT_-1207835082'), ('const-0', u'PTRSUB_-1207832007'), (u'CALL_-1207850744', u'INDIRECT_-1207842825'), ('tmp_35998', u'PTRSUB_-1207831590'), ('const-28', u'PTRSUB_-1207834200'), (u'PTRSUB_-1207835124', u'CAST_-1207834434'), (u'INT_LESSEQUAL_-1207853296', u'CBRANCH_-1207853306'), (u'CAST_-1207832903', u'CALL_-1207850120'), (u'CAST_-1207831483', u'LOAD_-1207849818'), (u'MULTIEQUAL_-1207840587', u'MULTIEQUAL_-1207837760'), (u'MULTIEQUAL_-1207835517', u'MULTIEQUAL_-1207834743'), (u'COPY_-1207830910', u'CALL_-1207844965'), (u'MULTIEQUAL_-1207837571', u'COPY_-1207833809'), (u'MULTIEQUAL_-1207834451', u'MULTIEQUAL_-1207834304'), (u'MULTIEQUAL_-1207842651', u'MULTIEQUAL_-1207842626'), ('const-4', u'PTRSUB_-1207831166'), (u'MULTIEQUAL_-1207835020', u'MULTIEQUAL_-1207834907'), ('const-4', u'INT_ADD_-1207835143'), (u'CALL_-1207848214', u'INDIRECT_-1207831995'), (u'PTRSUB_-1207832395', u'PTRSUB_-1207832393'), (u'INT_EQUAL_-1207854779', u'CBRANCH_-1207854776'), (u'MULTIEQUAL_-1207834657', u'MULTIEQUAL_-1207834654'), (u'CALL_-1207848564', u'INDIRECT_-1207831122'), (u'MULTIEQUAL_-1207835330', u'MULTIEQUAL_-1207835305'), (u'CALL_-1207849062', u'INDIRECT_-1207833694'), (u'INDIRECT_-1207833112', u'MULTIEQUAL_-1207833329'), (u'MULTIEQUAL_-1207835033', u'MULTIEQUAL_-1207836033'), (u'INDIRECT_-1207833703', u'MULTIEQUAL_-1207834633'), (u'MULTIEQUAL_-1207841028', u'MULTIEQUAL_-1207837302'), (u'CALL_-1207848006', u'INDIRECT_-1207831244'), (u'STORE_-1207854848', u'INDIRECT_-1207835292'), (u'COPY_-1207831192', u'MULTIEQUAL_-1207833858'), (u'INT_ADD_-1207849184', u'INT_EQUAL_-1207849168'), (u'CALL_-1207849062', u'INDIRECT_-1207832323'), (u'CALL_-1207854202', u'INDIRECT_-1207840536'), (u'LOAD_-1207848957', u'MULTIEQUAL_-1207836574'), (u'INT_AND_-1207848150', u'INT_EQUAL_-1207848164'), (u'MULTIEQUAL_-1207834347', u'MULTIEQUAL_-1207834320'), (u'MULTIEQUAL_-1207842783', u'BOOL_NEGATE_-1207841800'), ('tmp_11195', u'CBRANCH_-1207849292'), (u'CALL_-1207852978', u'INDIRECT_-1207835753'), (u'PTRSUB_-1207834885', u'PTRSUB_-1207834883'), ('const-417', u'LOAD_-1207853767'), (u'CALL_-1207850187', u'INDIRECT_-1207834984'), (u'INT_AND_-1207843256', u'INT_EQUAL_-1207855113'), (u'CALL_-1207847446', u'INDIRECT_-1207832998'), ('const-56', u'PTRSUB_-1207834308'), (u'CALLIND_-1207854804', u'INDIRECT_-1207836344'), (u'LOAD_-1207853568', u'CAST_-1207833587'), (u'INDIRECT_-1207833822', u'MULTIEQUAL_-1207835033'), ('const-417', u'LOAD_-1207849372'), (u'CAST_-1207833605', u'PTRSUB_-1207834245'), (u'INDIRECT_-1207837575', u'MULTIEQUAL_-1207837478'), (u'LOAD_-1207854985', u'INT_ADD_-1207854967'), (u'MULTIEQUAL_-1207834707', u'COPY_-1207831284'), ('const-2', u'PTRADD_-1207832990'), ('const-0', u'COPY_-1207847282'), (u'INDIRECT_-1207836420', u'MULTIEQUAL_-1207832676'), (u'PTRSUB_-1207835057', u'PTRSUB_-1207835055'), ('const-417', u'LOAD_-1207846848'), (u'INDIRECT_-1207835536', u'MULTIEQUAL_-1207835388'), (u'CALL_-1207848110', u'INDIRECT_-1207833733'), ('tmp_10064', u'BRANCH_-1207850444'), (u'MULTIEQUAL_-1207838217', u'MULTIEQUAL_-1207838200'), ('tmp_15388', u'CBRANCH_-1207849504'), (u'MULTIEQUAL_-1207835155', u'MULTIEQUAL_-1207835130'), (u'MULTIEQUAL_-1207842509', u'BOOL_NEGATE_-1207841799'), ('const-0', u'PTRSUB_-1207831783'), (u'INDIRECT_-1207837908', u'MULTIEQUAL_-1207840544'), (u'CALL_-1207854202', u'INDIRECT_-1207840402'), (u'MULTIEQUAL_-1207834573', u'MULTIEQUAL_-1207834391'), (u'MULTIEQUAL_-1207835000', u'MULTIEQUAL_-1207834918'), (u'MULTIEQUAL_-1207834617', u'CAST_-1207830968'), (u'MULTIEQUAL_-1207843973', u'MULTIEQUAL_-1207843940'), (u'PTRADD_-1207852006', u'CAST_-1207832683'), (u'INDIRECT_-1207832026', u'MULTIEQUAL_-1207835084'), (u'CAST_-1207831216', u'LOAD_-1207849044'), ('const-0', u'PTRSUB_-1207835142'), (u'INDIRECT_-1207840446', u'MULTIEQUAL_-1207838764'), (u'INDIRECT_-1207837791', u'MULTIEQUAL_-1207840899'), (u'INT_LESS_-1207851894', u'MULTIEQUAL_-1207842783'), (u'INDIRECT_-1207835300', u'MULTIEQUAL_-1207835326'), ('const-0', u'PTRSUB_-1207832144'), (u'MULTIEQUAL_-1207834778', u'MULTIEQUAL_-1207834241'), (u'COPY_-1207830946', u'MULTIEQUAL_-1207834375'), (u'MULTIEQUAL_-1207833550', u'PTRADD_-1207833849'), (u'CALLIND_-1207854804', u'INDIRECT_-1207836473'), (u'CALL_-1207849441', u'INDIRECT_-1207832848'), (u'PTRSUB_-1207835064', u'STORE_-1207854866'), (u'PTRSUB_-1207832537', u'LOAD_-1207850830'), ('const-0', u'COPY_-1207855086'), ('const-0', u'PTRSUB_-1207835001'), ('const-4294967256', u'PTRSUB_-1207831463'), (u'CAST_-1207832358', u'INT_LESSEQUAL_-1207849293'), (u'INT_ADD_-1207832621', u'CAST_-1207831920'), (u'MULTIEQUAL_-1207833684', u'INT_ADD_-1207853147'), ('tmp_15223', u'BRANCH_-1207845901'), (u'CALL_-1207848210', u'PTRSUB_-1207832064'), (u'PTRSUB_-1207831039', u'PTRSUB_-1207831037'), (u'MULTIEQUAL_-1207833329', u'MULTIEQUAL_-1207836505'), (u'CALLIND_-1207847126', u'MULTIEQUAL_-1207841724'), (u'CALL_-1207844965', u'INDIRECT_-1207832427'), (u'CALL_-1207845203', u'INDIRECT_-1207840150'), (u'PTRSUB_-1207832983', u'PTRSUB_-1207832960'), (u'PTRSUB_-1207834887', u'PTRSUB_-1207834885'), (u'COPY_-1207833895', u'MULTIEQUAL_-1207834766'), (u'INDIRECT_-1207835878', u'MULTIEQUAL_-1207833718'), (u'MULTIEQUAL_-1207834766', u'CAST_-1207833188'), (u'CALL_-1207852256', u'INDIRECT_-1207839493'), (u'INDIRECT_-1207836731', u'MULTIEQUAL_-1207836632'), (u'MULTIEQUAL_-1207835884', u'MULTIEQUAL_-1207835821'), (u'MULTIEQUAL_-1207835626', u'MULTIEQUAL_-1207835563'), (u'MULTIEQUAL_-1207838893', u'MULTIEQUAL_-1207838845'), (u'MULTIEQUAL_-1207843341', u'CAST_-1207833038'), (u'COPY_-1207832655', u'CALL_-1207850237'), ('tmp_7956', u'CBRANCH_-1207849616'), (u'PTRSUB_-1207834354', u'PTRSUB_-1207834352'), (u'INT_SRIGHT_-1207849762', u'CAST_-1207831466'), ('const-132', u'PTRSUB_-1207831954'), (u'CALL_-1207849164', u'INDIRECT_-1207841894'), (u'CAST_-1207832873', u'INT_ADD_-1207852443'), (u'LOAD_-1207850836', u'CALLIND_-1207850323'), (u'CALL_-1207846312', u'INDIRECT_-1207832030'), (u'CALL_-1207846195', u'INDIRECT_-1207832735'), ('const-8', u'PTRSUB_-1207833847'), (u'CALL_-1207846210', u'INDIRECT_-1207833112'), (u'INDIRECT_-1207834990', u'MULTIEQUAL_-1207834871'), (u'PTRADD_-1207832990', u'LOAD_-1207849374'), (u'MULTIEQUAL_-1207831993', u'MULTIEQUAL_-1207831944'), ('const-4510597', u'COPY_-1207830784'), (u'MULTIEQUAL_-1207832805', u'MULTIEQUAL_-1207836335'), (u'CALL_-1207853607', u'INDIRECT_-1207835882'), (u'INDIRECT_-1207833609', u'COPY_-1207833668'), (u'INDIRECT_-1207833049', u'MULTIEQUAL_-1207833290'), (u'LOAD_-1207849244', u'INT_AND_-1207849218'), (u'CALL_-1207849458', u'INDIRECT_-1207835904'), (u'LOAD_-1207855204', u'PTRSUB_-1207835039'), ('const-1', u'PTRADD_-1207832209'), (u'INT_EQUAL_-1207848990', u'CBRANCH_-1207848988'), (u'CALL_-1207846887', u'INDIRECT_-1207833139'), (u'LOAD_-1207850623', u'CALLIND_-1207850613'), (u'CALL_-1207847446', u'INDIRECT_-1207832272'), (u'BOOL_NEGATE_-1207846344', u'INT_ZEXT_-1207841159'), (u'CALL_-1207846462', u'INDIRECT_-1207832056'), (u'CALL_-1207853974', u'INDIRECT_-1207840575'), (u'MULTIEQUAL_-1207839220', u'MULTIEQUAL_-1207839038'), (u'INDIRECT_-1207844741', u'COPY_-1207834402'), (u'MULTIEQUAL_-1207839430', u'MULTIEQUAL_-1207838893'), (u'MULTIEQUAL_-1207835201', u'MULTIEQUAL_-1207835368'), (u'PTRSUB_-1207832579', u'LOAD_-1207850926'), ('const-0', u'PTRSUB_-1207832374'), (u'INDIRECT_-1207831274', u'MULTIEQUAL_-1207832130'), (u'LOAD_-1207850704', u'PTRSUB_-1207833036'), (u'MULTIEQUAL_-1207837571', u'INT_NOTEQUAL_-1207850658'), ('const-0', u'PTRSUB_-1207833855'), (u'LOAD_-1207847162', u'PTRSUB_-1207831390'), (u'PTRADD_-1207832905', u'LOAD_-1207849206'), (u'CALL_-1207849539', u'INDIRECT_-1207837980'), (u'LOAD_-1207850836', u'PTRSUB_-1207832478'), (u'CALL_-1207850744', u'INDIRECT_-1207839637'), ('const-417', u'LOAD_-1207846289'), (u'MULTIEQUAL_-1207842651', u'MULTIEQUAL_-1207842818'), (u'MULTIEQUAL_-1207835033', u'MULTIEQUAL_-1207834971'), (u'INDIRECT_-1207837052', u'MULTIEQUAL_-1207837215'), (u'CAST_-1207833518', u'INT_LESSEQUAL_-1207853296'), (u'LOAD_-1207850704', u'CAST_-1207832521'), ('const-0', u'INT_NOTEQUAL_-1207843473'), (u'CALL_-1207851683', u'INDIRECT_-1207834335'), (u'PTRSUB_-1207832421', u'PTRSUB_-1207832419'), (u'PTRSUB_-1207832472', u'PTRSUB_-1207832470'), ('const-16', u'PTRADD_-1207833875'), (u'CALL_-1207848210', u'INDIRECT_-1207833837'), (u'MULTIEQUAL_-1207837894', u'PTRADD_-1207835014'), (u'LOAD_-1207855500', u'MULTIEQUAL_-1207837894'), (u'INDIRECT_-1207833226', u'MULTIEQUAL_-1207833108'), ('const-2', u'INT_AND_-1207854765'), (u'SUBPIECE_-1207832265', u'INT_ADD_-1207851001'), (u'MULTIEQUAL_-1207837349', u'MULTIEQUAL_-1207837594'), ('tmp_65952', u'MULTIEQUAL_-1207836095'), ('const-4716860', u'COPY_-1207833100'), (u'PTRSUB_-1207831946', u'CAST_-1207831483'), (u'MULTIEQUAL_-1207842708', u'MULTIEQUAL_-1207842626'), (u'INDIRECT_-1207840272', u'MULTIEQUAL_-1207833722'), (u'LOAD_-1207852048', u'PTRADD_-1207832944'), (u'LOAD_-1207855195', u'PTRSUB_-1207835299'), (u'PTRADD_-1207850322', u'CAST_-1207833029'), (u'CAST_-1207834082', u'STORE_-1207849188'), ('tmp_65949', u'MULTIEQUAL_-1207836079'), (u'INDIRECT_-1207834982', u'MULTIEQUAL_-1207834907'), (u'LOAD_-1207849986', u'CAST_-1207831545'), (u'INDIRECT_-1207835366', u'MULTIEQUAL_-1207835225'), (u'INDIRECT_-1207840667', u'MULTIEQUAL_-1207840525'), ('const-417', u'LOAD_-1207850121'), (u'CAST_-1207832344', u'INT_AND_-1207849253'), (u'CAST_-1207833187', u'LOAD_-1207850646'), (u'CALL_-1207849539', u'INDIRECT_-1207833462'), (u'LOAD_-1207849102', u'INT_LESSEQUAL_-1207849016'), (u'CALL_-1207848210', u'INDIRECT_-1207838751'), (u'MULTIEQUAL_-1207831973', u'MULTIEQUAL_-1207831960'), (u'INDIRECT_-1207838705', u'MULTIEQUAL_-1207838994'), (u'CALLIND_-1207854804', u'INDIRECT_-1207836731'), (u'MULTIEQUAL_-1207835263', u'MULTIEQUAL_-1207835020'), (u'CAST_-1207833196', u'MULTIEQUAL_-1207833531'), (u'COPY_-1207830835', u'CALL_-1207845418'), (u'MULTIEQUAL_-1207837571', u'CAST_-1207831703'), ('const-5', u'INT_OR_-1207854865'), (u'PTRSUB_-1207833943', u'LOAD_-1207849982'), (u'CALL_-1207848124', u'INDIRECT_-1207831936'), ('tmp_10747', u'CBRANCH_-1207849630'), (u'CALL_-1207846195', u'INDIRECT_-1207832606'), (u'CAST_-1207831473', u'INT_SUB_-1207849784'), (u'COPY_-1207831039', u'CALL_-1207848564'), ('const-4715080', u'COPY_-1207830951'), ('const-1', u'INT_SUB_-1207845727'), ('const-0', u'PTRSUB_-1207832047'), (u'MULTIEQUAL_-1207837393', u'INT_ADD_-1207855055'), ('const-4', u'INT_ADD_-1207835095'), (u'CAST_-1207833232', u'CAST_-1207833211'), ('tmp_292', u'CBRANCH_-1207855477'), (u'MULTIEQUAL_-1207840587', u'MULTIEQUAL_-1207840544'), (u'INT_ADD_-1207849330', u'CAST_-1207834160'), (u'MULTIEQUAL_-1207835149', u'MULTIEQUAL_-1207835033'), (u'CAST_-1207834120', u'LOAD_-1207849108'), ('const-0', u'COPY_-1207847340'), ('const-197', u'CALL_-1207846205'), (u'LOAD_-1207852068', u'INT_EQUAL_-1207852053'), (u'CALL_-1207848210', u'INDIRECT_-1207838097'), (u'COPY_-1207830937', u'MULTIEQUAL_-1207833858'), ('tmp_6497', u'CBRANCH_-1207850580'), ('const-4', u'INT_ADD_-1207833397'), (u'INDIRECT_-1207836013', u'MULTIEQUAL_-1207833783'), (u'CAST_-1207833930', u'CAST_-1207830311'), ('const-0', u'PTRSUB_-1207832423'), ('const-4294967295', u'INT_EQUAL_-1207849878'), (u'MULTIEQUAL_-1207836193', u'INT_NOTEQUAL_-1207849079'), (u'INT_ADD_-1207850240', u'CAST_-1207833044'), ('const-61', u'PTRSUB_-1207833785'), (u'INDIRECT_-1207832272', u'MULTIEQUAL_-1207832073'), ('const-12', u'PTRSUB_-1207833928'), (u'CALL_-1207849167', u'INDIRECT_-1207833713'), ('tmp_5646', u'CBRANCH_-1207851088'), ('const-0', u'INT_EQUAL_-1207854779'), (u'PTRSUB_-1207832294', u'CAST_-1207831753'), ('const-417', u'STORE_-1207844771'), (u'MULTIEQUAL_-1207833952', u'MULTIEQUAL_-1207833935'), ('tmp_18247', u'CALL_-1207853607'), (u'CAST_-1207831873', u'LOAD_-1207850795'), (u'PTRSUB_-1207831426', u'LOAD_-1207847233'), (u'CALL_-1207853974', u'INDIRECT_-1207835923'), (u'CAST_-1207833930', u'CAST_-1207833355'), (u'CAST_-1207834439', u'INT_CARRY_-1207854986'), (u'LOAD_-1207855195', u'PTRSUB_-1207835185'), (u'MULTIEQUAL_-1207836232', u'MULTIEQUAL_-1207836116'), ('const-4703540', u'COPY_-1207833898'), (u'INDIRECT_-1207839230', u'MULTIEQUAL_-1207839151'), ('const-60', u'INT_ADD_-1207849637'), (u'INDIRECT_-1207834303', u'MULTIEQUAL_-1207832470'), (u'PTRSUB_-1207832519', u'PTRSUB_-1207832517'), (u'CALL_-1207849539', u'INDIRECT_-1207838243'), (u'CALL_-1207848210', u'INDIRECT_-1207838360'), (u'MULTIEQUAL_-1207839518', u'MULTIEQUAL_-1207839628'), ('const-31', u'INT_SRIGHT_-1207847587'), ('const-0', u'PTRSUB_-1207831494'), (u'INT_SUB_-1207850520', u'INT_LESS_-1207850483'), (u'INT_ADD_-1207852201', u'CAST_-1207832752'), (u'MULTIEQUAL_-1207834167', u'MULTIEQUAL_-1207832172'), ('const-4', u'PTRSUB_-1207835124'), (u'MULTIEQUAL_-1207831873', u'MULTIEQUAL_-1207831960'), (u'CALL_-1207852978', u'INDIRECT_-1207839755'), (u'CALL_-1207849441', u'INDIRECT_-1207834090'), (u'INDIRECT_-1207836473', u'MULTIEQUAL_-1207833845'), (u'PTRSUB_-1207833680', u'CAST_-1207833039'), (u'CAST_-1207832376', u'CALL_-1207849335'), (u'INDIRECT_-1207838645', u'MULTIEQUAL_-1207838582'), ('const-0', u'RETURN_-1207850422'), (u'INT_ZEXT_-1207851904', u'INT_MULT_-1207841810'), (u'CALL_-1207854013', u'INDIRECT_-1207843390'), ('const-1', u'INT_EQUAL_-1207855520'), ('const-417', u'LOAD_-1207849995'), (u'CAST_-1207833029', u'LOAD_-1207850384'), (u'INDIRECT_-1207833435', u'MULTIEQUAL_-1207834649'), (u'CALL_-1207849278', u'INDIRECT_-1207837768'), (u'CALL_-1207847777', u'INDIRECT_-1207832354'), (u'MULTIEQUAL_-1207836245', u'MULTIEQUAL_-1207836224'), (u'MULTIEQUAL_-1207837571', u'CAST_-1207833354'), (u'INDIRECT_-1207840013', u'MULTIEQUAL_-1207839872'), (u'MULTIEQUAL_-1207839647', u'MULTIEQUAL_-1207839757'), (u'PTRSUB_-1207832064', u'PTRSUB_-1207832062'), (u'MULTIEQUAL_-1207836619', u'MULTIEQUAL_-1207836503'), ('const-14440', u'PTRSUB_-1207831630'), (u'PTRSUB_-1207834388', u'INT_EQUAL_-1207850683'), (u'PTRSUB_-1207832654', u'PTRSUB_-1207832653'), (u'MULTIEQUAL_-1207839167', u'MULTIEQUAL_-1207838630'), ('const-417', u'LOAD_-1207849102'), (u'INDIRECT_-1207835274', u'MULTIEQUAL_-1207833714'), ('const-0', u'PTRSUB_-1207835181'), (u'CALL_-1207850744', u'INDIRECT_-1207839766'), ('const-2080374784', u'INT_AND_-1207849253'), ('tmp_4045', u'CBRANCH_-1207852862'), (u'INDIRECT_-1207834264', u'PTRSUB_-1207833799'), ('tmp_6057', u'CBRANCH_-1207850841'), (u'MULTIEQUAL_-1207831383', u'MULTIEQUAL_-1207834900'), (u'MULTIEQUAL_-1207834100', u'PTRADD_-1207831168'), (u'INDIRECT_-1207836215', u'MULTIEQUAL_-1207836116'), (u'LOAD_-1207832602', u'CALL_-1207849539'), ('const-417', u'LOAD_-1207847136'), ('const-417', u'LOAD_-1207852106'), ('const-92', u'CALL_-1207846832'), (u'INDIRECT_-1207832345', u'MULTIEQUAL_-1207832281'), (u'MULTIEQUAL_-1207842783', u'INT_NOTEQUAL_-1207851858'), (u'INT_AND_-1207840933', u'INT_EQUAL_-1207840951'), ('const-4', u'PTRSUB_-1207831037'), (u'INDIRECT_-1207837791', u'MULTIEQUAL_-1207837798'), (u'INDIRECT_-1207836026', u'MULTIEQUAL_-1207836136'), (u'MULTIEQUAL_-1207835870', u'MULTIEQUAL_-1207835725'), (u'MULTIEQUAL_-1207833275', u'MULTIEQUAL_-1207831361'), ('const-136', u'PTRSUB_-1207831946'), (u'INDIRECT_-1207837696', u'MULTIEQUAL_-1207837937'), (u'INDIRECT_-1207834824', u'MULTIEQUAL_-1207834943'), (u'INDIRECT_-1207832276', u'MULTIEQUAL_-1207832439'), (u'CALL_-1207848214', u'INDIRECT_-1207832640'), (u'MULTIEQUAL_-1207834038', u'MULTIEQUAL_-1207831982'), (u'INT_ADD_-1207833412', u'PTRADD_-1207852044'), (u'CALL_-1207849278', u'INDIRECT_-1207833121'), (u'INDIRECT_-1207834446', u'MULTIEQUAL_-1207834311'), (u'CALL_-1207848110', u'INDIRECT_-1207833475'), (u'MULTIEQUAL_-1207831371', u'MULTIEQUAL_-1207840537'), (u'PTRSUB_-1207831494', u'PTRSUB_-1207831381'), ('tmp_9533', u'BRANCH_-1207850105'), (u'PTRADD_-1207831286', u'COPY_-1207830744'), (u'CALLIND_-1207854804', u'INDIRECT_-1207843921'), ('const-4510557', u'COPY_-1207832655'), (u'CALL_-1207848011', u'INDIRECT_-1207832739'), ('const-8', u'PTRSUB_-1207835396'), (u'INT_EQUAL_-1207851894', u'MULTIEQUAL_-1207842512'), (u'LOAD_-1207849108', u'INT_ADD_-1207849071'), (u'LOAD_-1207852379', u'MULTIEQUAL_-1207843230'), (u'MULTIEQUAL_-1207835516', u'MULTIEQUAL_-1207835627'), (u'INDIRECT_-1207836011', u'MULTIEQUAL_-1207832281'), (u'INDIRECT_-1207834970', u'MULTIEQUAL_-1207834778'), (u'CALL_-1207850359', u'INDIRECT_-1207835063'), (u'MULTIEQUAL_-1207839565', u'CAST_-1207833016'), (u'MULTIEQUAL_-1207844709', u'MULTIEQUAL_-1207840983'), (u'PTRADD_-1207832698', u'MULTIEQUAL_-1207840081'), (u'INT_RIGHT_-1207832079', u'SUBPIECE_-1207838437'), (u'INDIRECT_-1207834841', u'MULTIEQUAL_-1207834762'), (u'INDIRECT_-1207833869', u'MULTIEQUAL_-1207833806'), (u'INT_MULT_-1207833398', u'INT_ADD_-1207833404'), (u'MULTIEQUAL_-1207839167', u'MULTIEQUAL_-1207840164'), (u'MULTIEQUAL_-1207841691', u'MULTIEQUAL_-1207841643'), (u'INDIRECT_-1207830974', u'MULTIEQUAL_-1207830862'), ('const-417', u'LOAD_-1207853444'), (u'CAST_-1207831408', u'LOAD_-1207849635'), (u'INDIRECT_-1207837528', u'MULTIEQUAL_-1207831367'), (u'MULTIEQUAL_-1207840135', u'CAST_-1207829951'), ('const-483', u'CALL_-1207848110'), (u'CAST_-1207831563', u'LOAD_-1207849995'), (u'INT_ADD_-1207847059', u'INT_AND_-1207847026'), (u'CALL_-1207849164', u'INDIRECT_-1207839098'), (u'INT_NOTEQUAL_-1207855029', u'INT_ZEXT_-1207855013'), ('const-1', u'PTRADD_-1207852006'), (u'CALL_-1207849458', u'INDIRECT_-1207841072'), (u'LOAD_-1207849096', u'MULTIEQUAL_-1207844268'), ('const-104', u'PTRSUB_-1207832615'), (u'INT_ADD_-1207855003', u'INT_2COMP_-1207854980'), ('const-417', u'LOAD_-1207849982'), (u'CALL_-1207848981', u'INDIRECT_-1207834187'), (u'INT_ZEXT_-1207841434', u'INT_LEFT_-1207846302'), (u'MULTIEQUAL_-1207837173', u'MULTIEQUAL_-1207837162'), (u'CALL_-1207848930', u'INDIRECT_-1207834620'), (u'MULTIEQUAL_-1207834617', u'CAST_-1207830661'), (u'CAST_-1207834438', u'INT_ADD_-1207854984'), ('const-1', u'INT_OR_-1207854912'), (u'MULTIEQUAL_-1207844709', u'INT_NOTEQUAL_-1207848762'), (u'CALL_-1207847003', u'INDIRECT_-1207833056'), ('const-0', u'PTRSUB_-1207834062'), (u'INDIRECT_-1207836027', u'MULTIEQUAL_-1207835935'), (u'MULTIEQUAL_-1207835806', u'MULTIEQUAL_-1207835763'), ('const-60', u'INT_ADD_-1207853751'), ('const-0', u'PTRSUB_-1207832342'), (u'INDIRECT_-1207835878', u'MULTIEQUAL_-1207835725'), ('const-4', u'INT_ADD_-1207832621'), ('const-44', u'INT_ADD_-1207849351'), (u'INDIRECT_-1207838779', u'MULTIEQUAL_-1207838716'), ('const-417', u'LOAD_-1207850623'), (u'PTRSUB_-1207835126', u'PTRSUB_-1207835124'), ('const-0', u'PTRSUB_-1207834148'), (u'INDIRECT_-1207840055', u'MULTIEQUAL_-1207839990'), (u'MULTIEQUAL_-1207833542', u'MULTIEQUAL_-1207835026'), (u'PTRSUB_-1207834629', u'PTRSUB_-1207834172'), (u'CALLIND_-1207850323', u'INDIRECT_-1207833625'), ('const-1', u'INT_SUB_-1207846405'), ('const-197', u'CALL_-1207848124'), (u'INDIRECT_-1207833787', u'MULTIEQUAL_-1207831954'), ('const-0', u'INT_NOTEQUAL_-1207840725'), (u'MULTIEQUAL_-1207834891', u'MULTIEQUAL_-1207834778'), (u'PTRSUB_-1207832466', u'PTRSUB_-1207832464'), (u'CALL_-1207848414', u'INDIRECT_-1207832406'), (u'CAST_-1207834116', u'LOAD_-1207849102'), (u'LOAD_-1207855204', u'PTRSUB_-1207835087'), (u'LOAD_-1207850573', u'INT_NOTEQUAL_-1207850557'), (u'INT_LEFT_-1207845132', u'MULTIEQUAL_-1207841435'), (u'INT_LESSEQUAL_-1207849016', u'CBRANCH_-1207849015'), (u'LOAD_-1207846729', u'MULTIEQUAL_-1207831315'), (u'INT_ADD_-1207832648', u'CAST_-1207831946'), (u'MULTIEQUAL_-1207835987', u'MULTIEQUAL_-1207835966'), (u'CAST_-1207830510', u'CALL_-1207845807'), ('const-1', u'RETURN_-1207848925'), (u'CALL_-1207850145', u'INDIRECT_-1207834724'), (u'LOAD_-1207850922', u'SUBPIECE_-1207832215'), (u'INDIRECT_-1207832596', u'MULTIEQUAL_-1207832813'), ('const-61', u'PTRSUB_-1207834352'), (u'MULTIEQUAL_-1207836748', u'MULTIEQUAL_-1207836632'), ('const-0', u'COPY_-1207849019'), (u'CALL_-1207848124', u'INDIRECT_-1207832323'), (u'INDIRECT_-1207837516', u'MULTIEQUAL_-1207837607'), (u'CALL_-1207852256', u'INDIRECT_-1207839230'), (u'MULTIEQUAL_-1207836954', u'PTRADD_-1207831803'), (u'MULTIEQUAL_-1207831363', u'MULTIEQUAL_-1207833495'), (u'MULTIEQUAL_-1207843673', u'MULTIEQUAL_-1207839997'), (u'PTRSUB_-1207832282', u'CAST_-1207831749'), (u'CAST_-1207831920', u'LOAD_-1207850905'), ('tmp_14819', u'CBRANCH_-1207846302'), (u'INDIRECT_-1207834337', u'MULTIEQUAL_-1207834573'), (u'MULTIEQUAL_-1207837522', u'CAST_-1207834474'), ('const-0', u'PTRSUB_-1207833329'), (u'MULTIEQUAL_-1207834188', u'PTRSUB_-1207831426'), (u'PTRSUB_-1207835189', u'LOAD_-1207855094'), (u'INDIRECT_-1207833443', u'MULTIEQUAL_-1207833084'), ('const-0', u'SUBPIECE_-1207844443'), (u'INDIRECT_-1207839622', u'MULTIEQUAL_-1207839543'), (u'INDIRECT_-1207833658', u'MULTIEQUAL_-1207831825'), (u'PTRSUB_-1207832344', u'PTRSUB_-1207832342'), (u'INDIRECT_-1207833508', u'MULTIEQUAL_-1207833618'), ('const-14', u'PTRADD_-1207834533'), (u'MULTIEQUAL_-1207842708', u'MULTIEQUAL_-1207842818'), (u'MULTIEQUAL_-1207833071', u'MULTIEQUAL_-1207836247'), (u'LOAD_-1207850624', u'PTRSUB_-1207833787'), ('const-0', u'PTRSUB_-1207830497'), ('const-4294967292', u'INT_AND_-1207850954'), (u'CAST_-1207833930', u'PTRSUB_-1207831659'), ('const-4', u'INT_ADD_-1207832674'), (u'CALL_-1207849024', u'INDIRECT_-1207840769'), (u'CALL_-1207849481', u'INDIRECT_-1207832451'), (u'MULTIEQUAL_-1207831366', u'MULTIEQUAL_-1207835302'), (u'MULTIEQUAL_-1207836748', u'MULTIEQUAL_-1207832409'), (u'LOAD_-1207851106', u'INT_NOTEQUAL_-1207851090'), (u'CALL_-1207849335', u'INDIRECT_-1207834662'), (u'PTRSUB_-1207831639', u'PTRSUB_-1207831637'), (u'INT_EQUAL_-1207846378', u'BOOL_NEGATE_-1207846344'), (u'INDIRECT_-1207840147', u'MULTIEQUAL_-1207833548'), (u'MULTIEQUAL_-1207835326', u'MULTIEQUAL_-1207831008'), (u'INDIRECT_-1207836671', u'MULTIEQUAL_-1207836781'), (u'INT_NOTEQUAL_-1207851090', u'CBRANCH_-1207851088'), (u'COPY_-1207850475', u'MULTIEQUAL_-1207836467'), (u'PTRSUB_-1207832338', u'STORE_-1207850546'), (u'CAST_-1207831727', u'COPY_-1207842718'), (u'PTRSUB_-1207835195', u'PTRSUB_-1207835193'), (u'INT_NOTEQUAL_-1207849053', u'CBRANCH_-1207849053'), ('const-1', u'RETURN_-1207844960'), (u'INT_ADD_-1207832674', u'CAST_-1207831971'), (u'PTRSUB_-1207834246', u'CAST_-1207833605'), (u'CAST_-1207831450', u'PTRSUB_-1207831915'), ('const-0', u'PTRSUB_-1207832983'), (u'CALL_-1207852978', u'INDIRECT_-1207835108'), (u'CALL_-1207846462', u'INDIRECT_-1207830943'), (u'LOAD_-1207847358', u'MULTIEQUAL_-1207833543'), (u'MULTIEQUAL_-1207838967', u'MULTIEQUAL_-1207838994'), (u'CALLIND_-1207850323', u'INDIRECT_-1207834012'), (u'COPY_-1207832706', u'MULTIEQUAL_-1207842850'), ('const-0', u'INT_EQUAL_-1207849252'), (u'MULTIEQUAL_-1207836076', u'LOAD_-1207847383'), (u'CALL_-1207850242', u'INDIRECT_-1207834750'), ('const-4', u'PTRSUB_-1207832041'), (u'PTRSUB_-1207832315', u'PTRSUB_-1207832313'), (u'INDIRECT_-1207832113', u'MULTIEQUAL_-1207831944'), (u'LOAD_-1207851077', u'INT_NOTEQUAL_-1207851051'), (u'INDIRECT_-1207836413', u'MULTIEQUAL_-1207836523'), (u'MULTIEQUAL_-1207835263', u'MULTIEQUAL_-1207835338'), (u'PTRSUB_-1207833229', u'LOAD_-1207851761'), (u'CALL_-1207849278', u'INDIRECT_-1207833379'), ('const-1', u'PTRADD_-1207831286'), (u'MULTIEQUAL_-1207837215', u'CALL_-1207846210'), ('const-1', u'RETURN_-1207845413'), (u'MULTIEQUAL_-1207835860', u'MULTIEQUAL_-1207832769'), ('const-0', u'PTRSUB_-1207832505'), (u'MULTIEQUAL_-1207835239', u'MULTIEQUAL_-1207834897'), (u'PTRSUB_-1207834013', u'CALL_-1207852978'), ('const-20', u'PTRSUB_-1207835055'), (u'INDIRECT_-1207834012', u'MULTIEQUAL_-1207833974'), (u'MULTIEQUAL_-1207834192', u'COPY_-1207831248'), ('tmp_5111', u'CBRANCH_-1207851857'), (u'CALL_-1207848414', u'INDIRECT_-1207831890'), (u'MULTIEQUAL_-1207834871', u'MULTIEQUAL_-1207834981'), (u'INDIRECT_-1207839056', u'CAST_-1207832283'), (u'LOAD_-1207849367', u'MULTIEQUAL_-1207844569'), (u'MULTIEQUAL_-1207836118', u'MULTIEQUAL_-1207836094'), (u'COPY_-1207832741', u'MULTIEQUAL_-1207842850'), ('tmp_6099', u'CBRANCH_-1207850809'), (u'PTRADD_-1207834876', u'INT_NOTEQUAL_-1207848762'), ('const-0', u'PTRSUB_-1207832395'), (u'CALL_-1207850237', u'INDIRECT_-1207834103'), (u'CALL_-1207848092', u'INDIRECT_-1207832263'), ('const-417', u'STORE_-1207853169'), (u'CALL_-1207846887', u'INDIRECT_-1207833397'), (u'CAST_-1207831971', u'LOAD_-1207851025'), ('const-4510597', u'COPY_-1207830674'), (u'LOAD_-1207855195', u'PTRSUB_-1207835144'), (u'CALL_-1207851159', u'INDIRECT_-1207841704'), ('tmp_5426', u'CBRANCH_-1207851208'), (u'INDIRECT_-1207832732', u'COPY_-1207832788'), (u'LOAD_-1207850370', u'CAST_-1207833196'), (u'MULTIEQUAL_-1207836013', u'MULTIEQUAL_-1207834167'), ('const-4', u'PTRSUB_-1207835097'), ('const-4510557', u'COPY_-1207831008'), (u'LOAD_-1207849635', u'PTRSUB_-1207831860'), (u'MULTIEQUAL_-1207837555', u'CAST_-1207834524'), (u'PTRSUB_-1207832460', u'PTRSUB_-1207832458'), (u'MULTIEQUAL_-1207840636', u'MULTIEQUAL_-1207837545'), (u'CALL_-1207849441', u'INDIRECT_-1207838350'), (u'MULTIEQUAL_-1207836021', u'MULTIEQUAL_-1207836013'), (u'CALL_-1207853974', u'INDIRECT_-1207835794'), (u'INT_LESSEQUAL_-1207849907', u'CBRANCH_-1207849905'), (u'CALL_-1207845203', u'INDIRECT_-1207832831'), (u'INDIRECT_-1207844741', u'INT_ADD_-1207855003'), ('const-2444', u'CALL_-1207849382'), (u'CALLIND_-1207855137', u'INDIRECT_-1207836026'), (u'COPY_-1207855086', u'MULTIEQUAL_-1207837393'), (u'PTRSUB_-1207831902', u'PTRSUB_-1207831900'), (u'MULTIEQUAL_-1207837798', u'MULTIEQUAL_-1207831369'), (u'MULTIEQUAL_-1207837571', u'CAST_-1207833571'), (u'INT_AND_-1207846189', u'CAST_-1207830645'), (u'MULTIEQUAL_-1207832779', u'MULTIEQUAL_-1207832768'), (u'CALL_-1207848564', u'INDIRECT_-1207832235'), (u'INT_EQUAL_-1207846274', u'CBRANCH_-1207846272'), (u'CALL_-1207853062', u'CAST_-1207833393'), (u'CALL_-1207845951', u'INDIRECT_-1207832663'), (u'COPY_-1207833456', u'MULTIEQUAL_-1207833550'), (u'MULTIEQUAL_-1207833780', u'MULTIEQUAL_-1207831785'), (u'PTRSUB_-1207832509', u'PTRSUB_-1207832507'), (u'CALL_-1207845418', u'INDIRECT_-1207832362'), (u'MULTIEQUAL_-1207839724', u'MULTIEQUAL_-1207839891'), ('const-4710976', u'COPY_-1207831250'), ('const-1', u'INT_AND_-1207849664'), (u'INDIRECT_-1207833185', u'MULTIEQUAL_-1207833071'), ('const-0', u'COPY_-1207845604'), (u'CALL_-1207849458', u'INDIRECT_-1207840680'), (u'INT_ADD_-1207849345', u'CAST_-1207834171'), (u'MULTIEQUAL_-1207836232', u'MULTIEQUAL_-1207831893'), (u'LOAD_-1207852970', u'INT_NOTEQUAL_-1207852930'), (u'MULTIEQUAL_-1207835330', u'MULTIEQUAL_-1207835497'), (u'INDIRECT_-1207834853', u'MULTIEQUAL_-1207835089'), (u'INDIRECT_-1207838922', u'MULTIEQUAL_-1207838994'), (u'INDIRECT_-1207836162', u'INT_SUB_-1207849413'), (u'CALL_-1207846887', u'INDIRECT_-1207832026'), (u'MULTIEQUAL_-1207837760', u'MULTIEQUAL_-1207840587'), (u'INT_ADD_-1207846965', u'MULTIEQUAL_-1207840948'), (u'LOAD_-1207849864', u'INT_LESS_-1207849830'), (u'MULTIEQUAL_-1207839997', u'MULTIEQUAL_-1207843514'), ('tmp_152', u'CBRANCH_-1207855578'), (u'PTRSUB_-1207835085', u'STORE_-1207854904'), (u'CALL_-1207853243', u'INDIRECT_-1207835620'), (u'LOAD_-1207849367', u'INT_ADD_-1207849330'), (u'CAST_-1207833584', u'INT_LESSEQUAL_-1207853468'), (u'LOAD_-1207849893', u'INT_EQUAL_-1207849878'), (u'PTRSUB_-1207835106', u'CAST_-1207834418'), (u'PTRSUB_-1207832664', u'PTRSUB_-1207832662'), (u'INDIRECT_-1207840143', u'MULTIEQUAL_-1207833721'), ('const-4294967294', u'INT_MULT_-1207841810'), (u'INDIRECT_-1207835340', u'MULTIEQUAL_-1207835460'), (u'INDIRECT_-1207838793', u'MULTIEQUAL_-1207838571'), (u'CALL_-1207846832', u'INDIRECT_-1207832166'), (u'LOAD_-1207855204', u'PTRSUB_-1207835057'), (u'PTRSUB_-1207835087', u'PTRSUB_-1207835085'), ('const-4', u'PTRSUB_-1207831275'), (u'INDIRECT_-1207837225', u'MULTIEQUAL_-1207837349'), (u'MULTIEQUAL_-1207835626', u'MULTIEQUAL_-1207833780'), ('const-1', u'RETURN_-1207846200'), ('const-0', u'PTRSUB_-1207834390'), (u'PTRADD_-1207834100', u'PTRSUB_-1207834098'), (u'MULTIEQUAL_-1207840656', u'CALL_-1207853243'), (u'LOAD_-1207847162', u'CALLIND_-1207847126'), (u'MULTIEQUAL_-1207834614', u'MULTIEQUAL_-1207834391'), (u'SUBPIECE_-1207832265', u'INT_LESS_-1207851007'), ('const-417', u'LOAD_-1207852970'), (u'MULTIEQUAL_-1207834167', u'MULTIEQUAL_-1207832111'), ('const-32', u'INT_ADD_-1207850036'), ('tmp_7834', u'CBRANCH_-1207849697'), (u'CALL_-1207849164', u'INDIRECT_-1207834446'), (u'INT_ADD_-1207845907', u'MULTIEQUAL_-1207840948'), (u'INDIRECT_-1207831210', u'COPY_-1207831247'), (u'MULTIEQUAL_-1207833307', u'MULTIEQUAL_-1207833290'), ('const-417', u'LOAD_-1207849108'), (u'CAST_-1207833598', u'LOAD_-1207853559'), ('tmp_18246', u'PTRSUB_-1207834629'), (u'INDIRECT_-1207832847', u'MULTIEQUAL_-1207836481'), ('const-417', u'LOAD_-1207847233'), (u'CAST_-1207833210', u'INT_EQUAL_-1207850683'), (u'MULTIEQUAL_-1207840606', u'MULTIEQUAL_-1207840596'), ('const-417', u'LOAD_-1207849346'), (u'CALL_-1207849481', u'INDIRECT_-1207841012'), (u'MULTIEQUAL_-1207835001', u'MULTIEQUAL_-1207834960'), (u'INDIRECT_-1207840587', u'MULTIEQUAL_-1207840596'), (u'CALL_-1207854202', u'INDIRECT_-1207834900'), ('const-4294967256', u'PTRSUB_-1207834832'), (u'CALL_-1207853062', u'INDIRECT_-1207842980'), (u'COPY_-1207833534', u'MULTIEQUAL_-1207844016'), (u'INDIRECT_-1207835366', u'MULTIEQUAL_-1207834639'), (u'PTRSUB_-1207835138', u'PTRSUB_-1207835136'), ('const-0', u'PTRSUB_-1207833818'), ('const-417', u'LOAD_-1207850075'), (u'CALLIND_-1207850323', u'INDIRECT_-1207833496'), (u'LOAD_-1207855200', u'PTRADD_-1207834487'), (u'INDIRECT_-1207839880', u'MULTIEQUAL_-1207833719'), (u'INDIRECT_-1207842418', u'MULTIEQUAL_-1207842228'), (u'LOAD_-1207852217', u'INT_ADD_-1207849396'), (u'INDIRECT_-1207839880', u'MULTIEQUAL_-1207839727'), (u'CAST_-1207833457', u'LOAD_-1207853183'), ('tmp_6255', u'CBRANCH_-1207850726'), ('const-0', u'INT_EQUAL_-1207846855'), (u'INDIRECT_-1207836162', u'INT_ADD_-1207849098'), (u'MULTIEQUAL_-1207833017', u'MULTIEQUAL_-1207831359'), (u'PTRADD_-1207833936', u'PTRSUB_-1207833934'), ('const-1905552', u'PTRSUB_-1207835126'), (u'CALL_-1207849278', u'INDIRECT_-1207833637'), (u'MULTIEQUAL_-1207836503', u'MULTIEQUAL_-1207836482'), (u'INT_NOTEQUAL_-1207841106', u'BOOL_OR_-1207833125'), ('const-4', u'INT_LESS_-1207847155'), (u'INT_ADD_-1207846235', u'INT_AND_-1207846189'), (u'INT_ADD_-1207853171', u'CAST_-1207833457'), (u'MULTIEQUAL_-1207832134', u'MULTIEQUAL_-1207832123'), (u'MULTIEQUAL_-1207844637', u'CALL_-1207849024'), (u'PTRSUB_-1207832302', u'PTRSUB_-1207832300'), ('const-108', u'PTRSUB_-1207831043'), ('const-8', u'PTRSUB_-1207833799'), (u'PTRSUB_-1207832825', u'LOAD_-1207849008'), ('const-417', u'LOAD_-1207849893'), (u'MULTIEQUAL_-1207837937', u'INT_ADD_-1207833185'), (u'MULTIEQUAL_-1207835755', u'MULTIEQUAL_-1207833909'), (u'PTRSUB_-1207832513', u'LOAD_-1207850801'), (u'CALL_-1207853062', u'INDIRECT_-1207835661'), (u'CAST_-1207832683', u'LOAD_-1207852068'), (u'MULTIEQUAL_-1207835741', u'MULTIEQUAL_-1207835596'), (u'INDIRECT_-1207840575', u'MULTIEQUAL_-1207840427'), ('tmp_4727', u'CBRANCH_-1207852069'), ('const-4715136', u'COPY_-1207830653'), (u'CALL_-1207854013', u'INDIRECT_-1207836200'), (u'INDIRECT_-1207833010', u'MULTIEQUAL_-1207831359'), ('tmp_4765', u'CBRANCH_-1207852049'), (u'CALL_-1207848092', u'INDIRECT_-1207839969'), (u'CALL_-1207851159', u'INDIRECT_-1207834256'), (u'MULTIEQUAL_-1207835089', u'MULTIEQUAL_-1207834907'), ('const-108', u'PTRSUB_-1207831495'), (u'MULTIEQUAL_-1207835775', u'MULTIEQUAL_-1207835001'), (u'INDIRECT_-1207834853', u'MULTIEQUAL_-1207834778'), (u'MULTIEQUAL_-1207839518', u'MULTIEQUAL_-1207839436'), (u'LOAD_-1207849986', u'PTRADD_-1207831803'), (u'INDIRECT_-1207832395', u'MULTIEQUAL_-1207832457'), (u'LOAD_-1207850614', u'INT_AND_-1207840739'), (u'MULTIEQUAL_-1207832533', u'MULTIEQUAL_-1207832516'), ('const-417', u'STORE_-1207847521'), (u'INDIRECT_-1207832315', u'MULTIEQUAL_-1207832439'), ('const-4', u'INT_EQUAL_-1207852428'), (u'MULTIEQUAL_-1207836781', u'MULTIEQUAL_-1207836748'), (u'PTRSUB_-1207834626', u'PTRSUB_-1207834624'), (u'LOAD_-1207849044', u'INT_ADD_-1207849026'), (u'MULTIEQUAL_-1207840606', u'MULTIEQUAL_-1207840558'), ('tmp_11383', u'BRANCH_-1207849137'), (u'INDIRECT_-1207832993', u'MULTIEQUAL_-1207833084'), (u'LOAD_-1207849864', u'MULTIEQUAL_-1207841841'), (u'MULTIEQUAL_-1207834520', u'MULTIEQUAL_-1207834455'), (u'MULTIEQUAL_-1207834766', u'CAST_-1207831416'), (u'PTRSUB_-1207831733', u'PTRSUB_-1207831731'), (u'INT_LESS_-1207850483', u'CBRANCH_-1207850492'), ('const-417', u'LOAD_-1207853799'), (u'CALLIND_-1207850323', u'INDIRECT_-1207838272'), (u'INDIRECT_-1207838216', u'MULTIEQUAL_-1207839430'), (u'PTRADD_-1207831286', u'CALL_-1207845464'), (u'CALL_-1207848092', u'INDIRECT_-1207832521'), (u'MULTIEQUAL_-1207842850', u'INT_ADD_-1207833082'), (u'INT_SUB_-1207845196', u'INT_AND_-1207839597'), ('const-0', u'PTRSUB_-1207831806'), ('tmp_3388', u'CBRANCH_-1207853306'), (u'MULTIEQUAL_-1207833545', u'MULTIEQUAL_-1207839286'), ('tmp_35998', u'PTRSUB_-1207831830'), ('const-60', u'INT_ADD_-1207850630'), ('const-0', u'PTRSUB_-1207832509'), (u'INDIRECT_-1207839242', u'MULTIEQUAL_-1207838083'), ('const-4294967295', u'COPY_-1207850873'), (u'LOAD_-1207850632', u'PTRADD_-1207832121'), ('const-4', u'PTRSUB_-1207832658'), (u'INDIRECT_-1207831408', u'MULTIEQUAL_-1207832533'), (u'CALL_-1207852256', u'INDIRECT_-1207834970'), (u'LOAD_-1207851761', u'INT_EQUAL_-1207851743'), (u'INT_LESSEQUAL_-1207849293', u'CBRANCH_-1207849292'), (u'LOAD_-1207850836', u'PTRSUB_-1207832180'), (u'INDIRECT_-1207834059', u'MULTIEQUAL_-1207834218'), (u'INT_ADD_-1207833404', u'PTRADD_-1207852024'), ('const-1', u'PTRADD_-1207833875'), (u'INDIRECT_-1207833306', u'MULTIEQUAL_-1207834520'), (u'INDIRECT_-1207832650', u'MULTIEQUAL_-1207833823'), (u'PTRSUB_-1207834307', u'PTRSUB_-1207833879'), (u'CAST_-1207832753', u'INT_ADD_-1207852201'), (u'INDIRECT_-1207840862', u'MULTIEQUAL_-1207840763'), (u'INT_SUB_-1207847547', u'STORE_-1207847521'), (u'COPY_-1207831280', u'MULTIEQUAL_-1207841435'), ('const-0', u'PTRSUB_-1207832298'), (u'CAST_-1207831784', u'INT_ADD_-1207832397'), (u'INDIRECT_-1207832864', u'MULTIEQUAL_-1207832955'), (u'MULTIEQUAL_-1207840673', u'MULTIEQUAL_-1207840665'), (u'INDIRECT_-1207838007', u'MULTIEQUAL_-1207837889'), (u'MULTIEQUAL_-1207839101', u'MULTIEQUAL_-1207839128'), (u'CALLIND_-1207847126', u'INDIRECT_-1207837749'), (u'PTRSUB_-1207833818', u'PTRSUB_-1207833794'), ('const-0', u'PTRSUB_-1207832045'), (u'INT_LEFT_-1207846302', u'INT_EQUAL_-1207839562'), ('const-28', u'PTRSUB_-1207835064'), (u'COPY_-1207833545', u'MULTIEQUAL_-1207844016'), (u'LOAD_-1207851227', u'INT_NOTEQUAL_-1207851208'), (u'MULTIEQUAL_-1207840521', u'MULTIEQUAL_-1207843697'), (u'INDIRECT_-1207835626', u'MULTIEQUAL_-1207833396'), (u'MULTIEQUAL_-1207837607', u'CALL_-1207846210'), (u'MULTIEQUAL_-1207842451', u'MULTIEQUAL_-1207842410'), (u'CAST_-1207833232', u'PTRADD_-1207832854'), ('const-164', u'PTRSUB_-1207833160'), ('tmp_65917', u'MULTIEQUAL_-1207840876'), (u'PTRADD_-1207831740', u'LOAD_-1207849728'), (u'SUBPIECE_-1207832250', u'INT_NOTEQUAL_-1207841106'), (u'MULTIEQUAL_-1207833565', u'MULTIEQUAL_-1207833548'), (u'CALL_-1207848110', u'INDIRECT_-1207834120'), (u'PTRSUB_-1207834166', u'PTRSUB_-1207834164'), (u'LOAD_-1207849432', u'INT_AND_-1207849386'), ('const-417', u'LOAD_-1207852170'), (u'COPY_-1207847340', u'MULTIEQUAL_-1207835677'), (u'MULTIEQUAL_-1207836245', u'MULTIEQUAL_-1207835884'), (u'MULTIEQUAL_-1207841643', u'MULTIEQUAL_-1207843400'), ('const-0', u'COPY_-1207852994'), ('const-417', u'LOAD_-1207848957'), (u'MULTIEQUAL_-1207833550', u'CALL_-1207850744'), ('const-417', u'LOAD_-1207850986'), (u'INDIRECT_-1207840587', u'MULTIEQUAL_-1207839971'), ('tmp_14519', u'CBRANCH_-1207846275'), (u'CALL_-1207849062', u'INDIRECT_-1207833307'), (u'MULTIEQUAL_-1207835884', u'MULTIEQUAL_-1207834038'), (u'INT_ADD_-1207851001', u'INT_AND_-1207850954'), (u'LOAD_-1207855090', u'SUBPIECE_-1207834603'), ('const-0', u'PTRSUB_-1207832062'), ('const-1', u'RETURN_-1207848001'), (u'INT_ADD_-1207855196', u'INT_ADD_-1207855171'), (u'INT_ADD_-1207833331', u'PTRADD_-1207851849'), ('const-0', u'PTRSUB_-1207832334'), (u'INDIRECT_-1207838576', u'MULTIEQUAL_-1207838865'), (u'PTRSUB_-1207833617', u'CAST_-1207832973'), (u'PTRADD_-1207832121', u'LOAD_-1207850623'), (u'INDIRECT_-1207833379', u'MULTIEQUAL_-1207833489'), (u'INDIRECT_-1207833708', u'MULTIEQUAL_-1207834897'), (u'INT_XOR_-1207847555', u'INT_SUB_-1207847547'), (u'INDIRECT_-1207840506', u'MULTIEQUAL_-1207840402'), (u'INDIRECT_-1207834188', u'MULTIEQUAL_-1207834347'), ('const-96', u'PTRSUB_-1207832664'), (u'INDIRECT_-1207834187', u'MULTIEQUAL_-1207834476'), (u'CALL_-1207846887', u'INDIRECT_-1207837791'), (u'PTRSUB_-1207832543', u'PTRSUB_-1207832541'), (u'MULTIEQUAL_-1207832418', u'INT_EQUAL_-1207845418'), (u'MULTIEQUAL_-1207836374', u'MULTIEQUAL_-1207836013'), (u'PTRSUB_-1207831502', u'LOAD_-1207847358'), ('const-148', u'PTRSUB_-1207834523'), (u'CAST_-1207834314', u'MULTIEQUAL_-1207837555'), (u'INDIRECT_-1207834724', u'MULTIEQUAL_-1207834649'), ('tmp_65944', u'INT_NOTEQUAL_-1207853200'), (u'MULTIEQUAL_-1207841505', u'INT_EQUAL_-1207839772'), (u'MULTIEQUAL_-1207834734', u'MULTIEQUAL_-1207834707'), ('const-92', u'CALL_-1207844188'), ('const-4', u'INT_AND_-1207843256'), (u'CAST_-1207834191', u'INT_SRIGHT_-1207849391'), (u'PTRSUB_-1207832401', u'PTRSUB_-1207832399'), (u'CALL_-1207848006', u'INDIRECT_-1207832486'), ('const-0', u'PTRSUB_-1207830382'), (u'MULTIEQUAL_-1207834831', u'MULTIEQUAL_-1207834649'), (u'PTRSUB_-1207832683', u'PTRSUB_-1207832681'), ('const-0', u'PTRSUB_-1207834098'), (u'CALL_-1207846210', u'INDIRECT_-1207831741'), (u'CALL_-1207845203', u'INDIRECT_-1207832702'), ('tmp_18247', u'CALL_-1207851972'), (u'PTRSUB_-1207831243', u'LOAD_-1207846783'), ('const-417', u'LOAD_-1207849096'), (u'LOAD_-1207851036', u'PTRSUB_-1207832575'), ('const-0', u'PTRSUB_-1207834622'), (u'CALL_-1207848930', u'INDIRECT_-1207834491'), (u'LOAD_-1207849355', u'MULTIEQUAL_-1207844268'), ('const-4294967293', u'INT_LESS_-1207846929'), ('const-40', u'INT_MULT_-1207854106'), (u'CALL_-1207845203', u'INDIRECT_-1207837483'), (u'CAST_-1207833930', u'PTRSUB_-1207833160'), ('tmp_4695', u'CBRANCH_-1207852087'), (u'CALL_-1207850120', u'INDIRECT_-1207835211'), (u'CALL_-1207846462', u'INDIRECT_-1207831798'), (u'CALL_-1207846887', u'INDIRECT_-1207832752'), ('const-16', u'INT_ADD_-1207849298'), (u'PTRSUB_-1207831729', u'PTRSUB_-1207831727'), (u'LOAD_-1207849372', u'INT_ADD_-1207849351'), ('const-4717152', u'COPY_-1207830907'), (u'LOAD_-1207846848', u'INT_EQUAL_-1207846789'), (u'PTRSUB_-1207831747', u'LOAD_-1207849712'), (u'MULTIEQUAL_-1207837631', u'MULTIEQUAL_-1207837610'), ('const-48', u'INT_ADD_-1207853727'), (u'CAST_-1207831704', u'CALL_-1207848210'), (u'MULTIEQUAL_-1207834188', u'COPY_-1207831275'), (u'LOAD_-1207845780', u'INT_NOTEQUAL_-1207845749'), ('tmp_65916', u'MULTIEQUAL_-1207840602'), (u'INT_MULT_-1207854106', u'CALL_-1207854013'), (u'MULTIEQUAL_-1207844429', u'INT_ADD_-1207849184'), (u'INT_AND_-1207843580', u'INT_EQUAL_-1207843598'), ('const-4', u'INT_LESS_-1207850483'), ('const-0', u'PTRSUB_-1207832166'), (u'LOAD_-1207855189', u'CALLIND_-1207855137'), ('tmp_3425', u'CBRANCH_-1207853281'), (u'MULTIEQUAL_-1207835497', u'MULTIEQUAL_-1207833543'), (u'INDIRECT_-1207838835', u'MULTIEQUAL_-1207838700'), (u'INT_AND_-1207839563', u'INT_EQUAL_-1207846378'), (u'CAST_-1207833188', u'INT_ADD_-1207850630'), (u'LOAD_-1207850069', u'INT_ADD_-1207850045'), ('const-417', u'STORE_-1207850479'), ('const-0', u'INT_EQUAL_-1207839563'), (u'CAST_-1207833930', u'CAST_-1207833626'), ('const-0', u'PTRSUB_-1207832683'), (u'INDIRECT_-1207835882', u'MULTIEQUAL_-1207832152'), (u'INT_ADD_-1207851905', u'MULTIEQUAL_-1207843259'), (u'INDIRECT_-1207835624', u'MULTIEQUAL_-1207831894'), (u'MULTIEQUAL_-1207833548', u'MULTIEQUAL_-1207839678'), (u'MULTIEQUAL_-1207836481', u'MULTIEQUAL_-1207832805'), (u'INT_RIGHT_-1207850760', u'INT_ZEXT_-1207832894'), (u'CAST_-1207833930', u'PTRSUB_-1207831843'), ('const-2039', u'CALL_-1207848006'), ('const-10', u'COPY_-1207851939'), ('tmp_17878', u'BRANCH_-1207845081'), (u'INT_OR_-1207854865', u'STORE_-1207854866'), ('const-0', u'PTRSUB_-1207833616'), (u'MULTIEQUAL_-1207831364', u'COPY_-1207831246'), (u'CALL_-1207845203', u'INDIRECT_-1207832573'), (u'COPY_-1207847368', u'MULTIEQUAL_-1207835806'), (u'INDIRECT_-1207839452', u'MULTIEQUAL_-1207839461'), (u'COPY_-1207831246', u'PTRSUB_-1207831397'), ('tmp_15821', u'CBRANCH_-1207849274'), ('const-0', u'INT_EQUAL_-1207853432'), (u'COPY_-1207849019', u'MULTIEQUAL_-1207843400'), (u'LOAD_-1207855573', u'PIECE_-1207841141'), ('const-4489837', u'COPY_-1207833537'), (u'INDIRECT_-1207834316', u'MULTIEQUAL_-1207834605'), (u'CAST_-1207834573', u'MULTIEQUAL_-1207837555'), (u'MULTIEQUAL_-1207840763', u'MULTIEQUAL_-1207840402'), (u'MULTIEQUAL_-1207834241', u'MULTIEQUAL_-1207834193'), (u'INDIRECT_-1207837920', u'MULTIEQUAL_-1207837302'), (u'PTRSUB_-1207832060', u'PTRSUB_-1207832058'), (u'INT_ZEXT_-1207855063', u'INT_ADD_-1207855050'), (u'CALL_-1207850744', u'INDIRECT_-1207835506'), (u'MULTIEQUAL_-1207835950', u'MULTIEQUAL_-1207833783'), (u'MULTIEQUAL_-1207840427', u'MULTIEQUAL_-1207839653'), (u'CALL_-1207845418', u'INDIRECT_-1207832104'), (u'MULTIEQUAL_-1207834322', u'MULTIEQUAL_-1207836079'), (u'INDIRECT_-1207839242', u'MULTIEQUAL_-1207839167'), (u'MULTIEQUAL_-1207840746', u'MULTIEQUAL_-1207837070'), (u'COPY_-1207830866', u'CALL_-1207847777'), (u'MULTIEQUAL_-1207839280', u'MULTIEQUAL_-1207839167'), (u'INDIRECT_-1207842980', u'MULTIEQUAL_-1207833723'), ('const-0', u'PTRSUB_-1207832517'), (u'PTRSUB_-1207832041', u'LOAD_-1207848156'), (u'CALL_-1207850120', u'INDIRECT_-1207839734'), ('tmp_15630', u'CBRANCH_-1207849376'), (u'MULTIEQUAL_-1207833237', u'MULTIEQUAL_-1207833216'), (u'PTRSUB_-1207833879', u'PTRSUB_-1207833855'), (u'CALL_-1207850145', u'INDIRECT_-1207838984'), ('const-0', u'PTRSUB_-1207831770'), (u'PTRSUB_-1207835335', u'PTRSUB_-1207835333'), (u'LOAD_-1207846561', u'MULTIEQUAL_-1207840081'), (u'INDIRECT_-1207842418', u'MULTIEQUAL_-1207842340'), (u'INT_EQUAL_-1207851781', u'CBRANCH_-1207851776'), (u'MULTIEQUAL_-1207835263', u'MULTIEQUAL_-1207835350'), (u'PTRSUB_-1207831984', u'PTRSUB_-1207831971'), (u'CALL_-1207847003', u'INDIRECT_-1207832798'), ('const-4', u'PTRSUB_-1207831243'), (u'INDIRECT_-1207838221', u'MULTIEQUAL_-1207839151'), (u'INDIRECT_-1207831622', u'MULTIEQUAL_-1207831665'), (u'LOAD_-1207854176', u'PTRSUB_-1207834490'), ('const-0', u'PTRSUB_-1207830495'), (u'INDIRECT_-1207835753', u'MULTIEQUAL_-1207832023'), (u'INT_EQUAL_-1207852812', u'CBRANCH_-1207852810'), (u'MULTIEQUAL_-1207837571', u'INT_LESSEQUAL_-1207852885'), (u'PTRSUB_-1207832296', u'PTRSUB_-1207832294'), (u'INDIRECT_-1207835635', u'MULTIEQUAL_-1207834836'), (u'MULTIEQUAL_-1207838018', u'MULTIEQUAL_-1207837937'), (u'INDIRECT_-1207833754', u'MULTIEQUAL_-1207833716'), (u'INDIRECT_-1207837091', u'MULTIEQUAL_-1207837215'), ('const-4716368', u'COPY_-1207831143'), ('const-417', u'LOAD_-1207853828'), (u'CALL_-1207853607', u'INDIRECT_-1207835366'), (u'MULTIEQUAL_-1207833404', u'MULTIEQUAL_-1207831362'), (u'PTRSUB_-1207835029', u'PTRSUB_-1207835027'), (u'LOAD_-1207853396', u'PTRADD_-1207833691'), (u'STORE_-1207850497', u'INDIRECT_-1207832834'), ('const-16', u'PTRADD_-1207834100'), ('tmp_8631', u'CBRANCH_-1207849228'), ('const-16', u'PTRADD_-1207832854'), ('tmp_7485', u'CBRANCH_-1207849905'), (u'PTRSUB_-1207835183', u'PTRSUB_-1207835181'), (u'CALL_-1207846210', u'INDIRECT_-1207837377'), (u'CAST_-1207832377', u'CALL_-1207849335'), (u'INDIRECT_-1207836033', u'MULTIEQUAL_-1207835819'), (u'CALL_-1207850359', u'INDIRECT_-1207835450'), (u'INDIRECT_-1207837387', u'MULTIEQUAL_-1207837478'), ('const-40', u'INT_MULT_-1207833399'), (u'COPY_-1207830843', u'CALL_-1207845418'), (u'MULTIEQUAL_-1207834207', u'MULTIEQUAL_-1207833865'), ('tmp_18246', u'PTRSUB_-1207832683'), (u'PTRSUB_-1207831860', u'CALL_-1207849539'), ('const-417', u'LOAD_-1207846561'), ('const-0', u'PTRSUB_-1207835099'), (u'MULTIEQUAL_-1207834981', u'MULTIEQUAL_-1207834639'), (u'CAST_-1207834525', u'INT_CARRY_-1207855226'), (u'MULTIEQUAL_-1207836247', u'MULTIEQUAL_-1207836223'), ('const-417', u'LOAD_-1207849114'), (u'PTRSUB_-1207832419', u'PTRSUB_-1207832417'), (u'INT_NOTEQUAL_-1207853812', u'CBRANCH_-1207853800'), (u'COPY_-1207833541', u'PTRSUB_-1207833928'), (u'CALL_-1207851159', u'INDIRECT_-1207838908'), ('const-0', u'PTRSUB_-1207832466'), (u'PTRSUB_-1207834162', u'LOAD_-1207853387'), (u'MULTIEQUAL_-1207833417', u'MULTIEQUAL_-1207834097'), (u'BOOL_NEGATE_-1207845131', u'INT_ZEXT_-1207841190'), (u'MULTIEQUAL_-1207841435', u'INT_NOTEQUAL_-1207840034'), (u'CALL_-1207848011', u'INDIRECT_-1207832223'), (u'LOAD_-1207853692', u'INT_NOTEQUAL_-1207853673'), (u'CALL_-1207853607', u'INDIRECT_-1207840276'), (u'CALL_-1207851972', u'INDIRECT_-1207839113'), (u'INDIRECT_-1207839900', u'MULTIEQUAL_-1207839891'), (u'MULTIEQUAL_-1207834639', u'MULTIEQUAL_-1207834614'), ('const-4', u'PTRADD_-1207831803'), (u'MULTIEQUAL_-1207836103', u'MULTIEQUAL_-1207835987'), (u'INT_RIGHT_-1207850760', u'INT_AND_-1207841050'), (u'CALL_-1207849136', u'INDIRECT_-1207836414'), (u'INDIRECT_-1207835366', u'MULTIEQUAL_-1207833541'), (u'INDIRECT_-1207833625', u'MULTIEQUAL_-1207833587'), (u'PTRSUB_-1207833769', u'LOAD_-1207850573'), (u'CALL_-1207846195', u'INDIRECT_-1207840183'), (u'INDIRECT_-1207833355', u'MULTIEQUAL_-1207833237'), (u'COPY_-1207831257', u'CALL_-1207848011'), (u'INDIRECT_-1207835755', u'MULTIEQUAL_-1207833525'), (u'MULTIEQUAL_-1207840845', u'MULTIEQUAL_-1207838018'), (u'CALL_-1207852978', u'INDIRECT_-1207835366'), (u'PTRSUB_-1207830416', u'PTRSUB_-1207830393'), ('tmp_2759', u'CBRANCH_-1207853652'), (u'CAST_-1207833521', u'INT_SUB_-1207853353'), ('tmp_13764', u'CBRANCH_-1207846954'), (u'MULTIEQUAL_-1207833543', u'MULTIEQUAL_-1207835155'), (u'MULTIEQUAL_-1207842476', u'MULTIEQUAL_-1207842451'), ('const-417', u'LOAD_-1207850905'), ('tmp_35998', u'PTRSUB_-1207834013'), (u'MULTIEQUAL_-1207834907', u'MULTIEQUAL_-1207834370'), (u'CALL_-1207848214', u'INDIRECT_-1207832253'), ('const-0', u'INT_EQUAL_-1207849232'), (u'INDIRECT_-1207832752', u'MULTIEQUAL_-1207832134'), ('const-0', u'INT_NOTEQUAL_-1207855193'), (u'CALLIND_-1207855137', u'INDIRECT_-1207840936'), (u'INT_AND_-1207850797', u'INT_EQUAL_-1207850811'), ('const-417', u'LOAD_-1207849432'), ('const-0', u'INT_EQUAL_-1207850664'), (u'CALL_-1207848011', u'INDIRECT_-1207832094'), (u'MULTIEQUAL_-1207833290', u'MULTIEQUAL_-1207833231'), (u'MULTIEQUAL_-1207838340', u'CAST_-1207831742'), (u'INT_EQUAL_-1207849505', u'CBRANCH_-1207849504'), (u'MULTIEQUAL_-1207837626', u'MULTIEQUAL_-1207837545'), (u'INDIRECT_-1207841072', u'MULTIEQUAL_-1207837328'), (u'CAST_-1207834219', u'CALL_-1207849458'), (u'MULTIEQUAL_-1207841841', u'PTRADD_-1207831732'), (u'INDIRECT_-1207835898', u'MULTIEQUAL_-1207835806'), (u'CALL_-1207851972', u'INDIRECT_-1207834595'), (u'MULTIEQUAL_-1207833146', u'MULTIEQUAL_-1207831360'), (u'MULTIEQUAL_-1207839151', u'MULTIEQUAL_-1207839038'), ('const-417', u'LOAD_-1207849439'), (u'COPY_-1207847401', u'MULTIEQUAL_-1207836076'), (u'COPY_-1207845805', u'MULTIEQUAL_-1207832922'), (u'PTRADD_-1207833906', u'PTRSUB_-1207833904'), (u'CAST_-1207832308', u'MULTIEQUAL_-1207837537'), (u'INDIRECT_-1207840029', u'MULTIEQUAL_-1207840020'), (u'CAST_-1207833930', u'PTRSUB_-1207833394'), (u'CALL_-1207845951', u'INDIRECT_-1207832405'), (u'INT_ADD_-1207849196', u'CAST_-1207834093'), (u'MULTIEQUAL_-1207841144', u'MULTIEQUAL_-1207841127'), (u'PTRSUB_-1207831843', u'CAST_-1207831377'), ('const-417', u'LOAD_-1207850573'), (u'INT_ADD_-1207849637', u'CAST_-1207831420'), ('tmp_13976', u'CBRANCH_-1207846815'), (u'MULTIEQUAL_-1207833909', u'MULTIEQUAL_-1207831914'), (u'INDIRECT_-1207835882', u'MULTIEQUAL_-1207835741'), (u'PTRSUB_-1207834202', u'PTRSUB_-1207834200'), ('const-28', u'PTRSUB_-1207834553'), (u'MULTIEQUAL_-1207843330', u'INT_EQUAL_-1207852428'), (u'INDIRECT_-1207834095', u'MULTIEQUAL_-1207835284'), ('const-0', u'PTRSUB_-1207832286'), (u'MULTIEQUAL_-1207837937', u'INT_ADD_-1207853165'), (u'CALL_-1207849062', u'INDIRECT_-1207837959'), (u'CALL_-1207848564', u'INDIRECT_-1207831848'), (u'INT_NOTEQUAL_-1207855478', u'CBRANCH_-1207855477'), (u'INDIRECT_-1207837528', u'MULTIEQUAL_-1207836899'), (u'CALL_-1207845807', u'INDIRECT_-1207832718'), (u'MULTIEQUAL_-1207837571', u'CALL_-1207850187'), (u'MULTIEQUAL_-1207835460', u'MULTIEQUAL_-1207835627'), (u'CALL_-1207850120', u'INDIRECT_-1207833969'), ('const-417', u'LOAD_-1207847145'), (u'INT_SUB_-1207847547', u'MULTIEQUAL_-1207835876'), (u'INDIRECT_-1207831182', u'COPY_-1207831191'), (u'CAST_-1207833038', u'INT_ADD_-1207833726'), (u'LOAD_-1207850704', u'PTRSUB_-1207833139'), (u'INT_ADD_-1207849266', u'COPY_-1207832707'), (u'MULTIEQUAL_-1207837522', u'CAST_-1207834438'), (u'MULTIEQUAL_-1207836193', u'MULTIEQUAL_-1207833366'), (u'PTRSUB_-1207831216', u'LOAD_-1207846729'), ('const-417', u'LOAD_-1207852403'), (u'PTRSUB_-1207835140', u'PTRSUB_-1207835138'), (u'INDIRECT_-1207841285', u'MULTIEQUAL_-1207842476'), (u'CALL_-1207848210', u'INDIRECT_-1207838489'), (u'MULTIEQUAL_-1207834649', u'MULTIEQUAL_-1207834584'), (u'INT_ADD_-1207850904', u'INT_NOTEQUAL_-1207841106'), ('const-24', u'PTRADD_-1207831286'), (u'LOAD_-1207850614', u'INT_OR_-1207850496'), (u'CALL_-1207848092', u'INDIRECT_-1207837044'), (u'PTRADD_-1207851854', u'COPY_-1207832914'), (u'MULTIEQUAL_-1207842028', u'MULTIEQUAL_-1207842708'), (u'INDIRECT_-1207840884', u'MULTIEQUAL_-1207841127'), (u'CALL_-1207846195', u'INDIRECT_-1207832864'), (u'PTRSUB_-1207834369', u'PTRSUB_-1207834367'), (u'LOAD_-1207847233', u'INT_SUB_-1207845196'), (u'INT_AND_-1207840739', u'INT_NOTEQUAL_-1207850582'), (u'LOAD_-1207846556', u'INT_EQUAL_-1207846541'), (u'MULTIEQUAL_-1207831896', u'MULTIEQUAL_-1207831873'), (u'MULTIEQUAL_-1207834709', u'COPY_-1207831250'), (u'COPY_-1207831008', u'CALL_-1207848504'), (u'INDIRECT_-1207839113', u'MULTIEQUAL_-1207839038'), ('const-417', u'LOAD_-1207851761'), (u'INT_ADD_-1207833082', u'CALL_-1207848981'), ('const-0', u'PTRSUB_-1207832370'), (u'PTRSUB_-1207832043', u'PTRSUB_-1207832041'), (u'INDIRECT_-1207841065', u'MULTIEQUAL_-1207841175'), (u'MULTIEQUAL_-1207832942', u'MULTIEQUAL_-1207836118'), (u'CALL_-1207850187', u'INDIRECT_-1207834855'), (u'CALL_-1207847003', u'INDIRECT_-1207833314'), (u'PTRSUB_-1207834490', u'CALL_-1207854013'), (u'CAST_-1207833393', u'MULTIEQUAL_-1207833712'), (u'CALL_-1207852978', u'INDIRECT_-1207835624'), (u'CALL_-1207849441', u'INDIRECT_-1207838221'), (u'MULTIEQUAL_-1207837522', u'CAST_-1207834439'), (u'COPY_-1207851960', u'MULTIEQUAL_-1207842786'), (u'INDIRECT_-1207839493', u'MULTIEQUAL_-1207839301'), (u'INT_SUB_-1207845688', u'INT_RIGHT_-1207845677'), (u'CALLIND_-1207850613', u'INDIRECT_-1207834303'), (u'INT_EQUAL_-1207853035', u'CBRANCH_-1207853033'), (u'COPY_-1207833549', u'MULTIEQUAL_-1207843561'), (u'CALL_-1207848534', u'INDIRECT_-1207831787'), (u'INDIRECT_-1207836375', u'MULTIEQUAL_-1207836271'), (u'CAST_-1207833049', u'MULTIEQUAL_-1207836467'), (u'INT_ZEXT_-1207850895', u'INT_ADD_-1207850882'), (u'CAST_-1207834474', u'INT_CARRY_-1207855074'), (u'INT_LESSEQUAL_-1207849489', u'CBRANCH_-1207849488'), (u'PTRSUB_-1207832579', u'LOAD_-1207850922'), (u'CALL_-1207848092', u'INDIRECT_-1207832392'), ('const-0', u'PTRSUB_-1207833934'), ('const-1', u'INT_SUB_-1207855183'), ('const-4715136', u'COPY_-1207830763'), (u'CAST_-1207831377', u'LOAD_-1207832602'), ('const-417', u'LOAD_-1207834919'), ('tmp_67309', u'MULTIEQUAL_-1207835190'), (u'COPY_-1207847378', u'MULTIEQUAL_-1207835935'), (u'CALL_-1207849167', u'INDIRECT_-1207833455'), (u'MULTIEQUAL_-1207833806', u'MULTIEQUAL_-1207835563'), (u'MULTIEQUAL_-1207836103', u'MULTIEQUAL_-1207831764'), ('const-4711064', u'COPY_-1207831187'), ('const-4', u'PTRSUB_-1207835333'), (u'MULTIEQUAL_-1207840636', u'MULTIEQUAL_-1207836910'), (u'MULTIEQUAL_-1207835130', u'MULTIEQUAL_-1207835089'), (u'INT_ADD_-1207832608', u'CAST_-1207831907'), (u'LOAD_-1207853799', u'INT_NOTEQUAL_-1207853783'), ('const-1', u'PTRADD_-1207833849'), (u'MULTIEQUAL_-1207832073', u'MULTIEQUAL_-1207831993'), (u'INDIRECT_-1207841764', u'MULTIEQUAL_-1207842055'), (u'INDIRECT_-1207835988', u'MULTIEQUAL_-1207835884'), (u'INDIRECT_-1207839734', u'MULTIEQUAL_-1207839853'), (u'PTRSUB_-1207834832', u'CAST_-1207834219'), (u'PTRSUB_-1207832231', u'CAST_-1207831756'), (u'INDIRECT_-1207835233', u'MULTIEQUAL_-1207835080'), (u'INDIRECT_-1207839373', u'CAST_-1207832900'), (u'PTRSUB_-1207832355', u'PTRSUB_-1207832353'), (u'MULTIEQUAL_-1207834140', u'MULTIEQUAL_-1207834137'), (u'INDIRECT_-1207839755', u'MULTIEQUAL_-1207833545'), ('tmp_6839', u'CBRANCH_-1207850294'), (u'COPY_-1207844783', u'MULTIEQUAL_-1207835876'), (u'LOAD_-1207850274', u'CALL_-1207850187'), (u'MULTIEQUAL_-1207839891', u'MULTIEQUAL_-1207833547'), (u'PTRSUB_-1207835039', u'PTRSUB_-1207834559'), (u'INDIRECT_-1207843371', u'MULTIEQUAL_-1207843225'), (u'CAST_-1207832431', u'PTRADD_-1207832990'), (u'INDIRECT_-1207834404', u'MULTIEQUAL_-1207834182'), (u'CALLIND_-1207847126', u'INDIRECT_-1207833097'), (u'PTRSUB_-1207834622', u'PTRSUB_-1207834620'), (u'PTRSUB_-1207832170', u'PTRSUB_-1207832168'), (u'CALL_-1207847446', u'INDIRECT_-1207833643'), (u'INT_AND_-1207853715', u'INT_NOTEQUAL_-1207853728'), (u'INT_AND_-1207841025', u'STORE_-1207850680'), ('const-417', u'LOAD_-1207854738'), (u'MULTIEQUAL_-1207833029', u'MULTIEQUAL_-1207834786'), (u'INDIRECT_-1207840937', u'MULTIEQUAL_-1207840845'), (u'CALLIND_-1207855137', u'INT_2COMP_-1207855015'), (u'INDIRECT_-1207834317', u'MULTIEQUAL_-1207834476'), (u'CALL_-1207849335', u'INDIRECT_-1207841981'), (u'MULTIEQUAL_-1207834100', u'COPY_-1207846808'), (u'MULTIEQUAL_-1207836322', u'MULTIEQUAL_-1207836279'), (u'INDIRECT_-1207832072', u'MULTIEQUAL_-1207831907'), (u'INDIRECT_-1207839766', u'MULTIEQUAL_-1207839647'), (u'CALL_-1207848110', u'INDIRECT_-1207833862'), (u'INDIRECT_-1207834275', u'MULTIEQUAL_-1207834053'), (u'COPY_-1207834402', u'MULTIEQUAL_-1207838459'), (u'PTRSUB_-1207835185', u'PTRSUB_-1207835183'), (u'MULTIEQUAL_-1207837291', u'CALL_-1207845807'), (u'MULTIEQUAL_-1207839576', u'INT_EQUAL_-1207839773'), (u'MULTIEQUAL_-1207838838', u'MULTIEQUAL_-1207839518'), (u'CAST_-1207831333', u'LOAD_-1207849461'), (u'CAST_-1207832281', u'CALL_-1207849164'), (u'CAST_-1207831783', u'STORE_-1207850552'), (u'INDIRECT_-1207837574', u'MULTIEQUAL_-1207837460'), ('const-0', u'PTRSUB_-1207832302'), (u'PTRSUB_-1207832852', u'LOAD_-1207848957'), ('const-31', u'INT_AND_-1207845097'), ('const-4', u'PTRSUB_-1207835106'), ('tmp_18246', u'PTRSUB_-1207834626'), (u'LOAD_-1207852379', u'INT_ADD_-1207850103'), (u'INT_EQUAL_-1207833988', u'CBRANCH_-1207852228'), (u'MULTIEQUAL_-1207837571', u'INT_EQUAL_-1207852812'), (u'INDIRECT_-1207833929', u'MULTIEQUAL_-1207834218'), (u'INDIRECT_-1207833436', u'MULTIEQUAL_-1207833677'), (u'LOAD_-1207850836', u'PTRSUB_-1207832346'), (u'INT_ADD_-1207850053', u'CAST_-1207833422'), ('tmp_4946', u'CBRANCH_-1207851944'), (u'MULTIEQUAL_-1207840278', u'MULTIEQUAL_-1207840521'), (u'MULTIEQUAL_-1207833546', u'MULTIEQUAL_-1207839415'), ('const-0', u'INT_NOTEQUAL_-1207852863'), (u'MULTIEQUAL_-1207833858', u'MULTIEQUAL_-1207834100'), (u'PTRADD_-1207833875', u'PTRSUB_-1207833873'), (u'CALL_-1207850187', u'INDIRECT_-1207835242'), (u'CALL_-1207852256', u'INDIRECT_-1207835228'), ('const-0', u'PTRSUB_-1207832442'), (u'CALL_-1207848981', u'INDIRECT_-1207834445'), (u'LOAD_-1207854285', u'CAST_-1207833930'), (u'INT_EQUAL_-1207846378', u'INT_ZEXT_-1207841434'), (u'PTRSUB_-1207835193', u'PTRSUB_-1207835191'), (u'MULTIEQUAL_-1207836954', u'INT_LESS_-1207852143'), (u'MULTIEQUAL_-1207831993', u'MULTIEQUAL_-1207831983'), (u'CALL_-1207847003', u'INDIRECT_-1207837574'), (u'INT_ADD_-1207847071', u'INT_ADD_-1207847059'), ('const-0', u'PTRSUB_-1207832545'), (u'INDIRECT_-1207836602', u'MULTIEQUAL_-1207833974'), (u'CALL_-1207847402', u'INDIRECT_-1207831769'), (u'MULTIEQUAL_-1207836936', u'MULTIEQUAL_-1207840453'), (u'INDIRECT_-1207834445', u'MULTIEQUAL_-1207834734'), (u'CALL_-1207848564', u'INDIRECT_-1207831977'), ('const-417', u'LOAD_-1207852041'), (u'INT_ADD_-1207853402', u'MULTIEQUAL_-1207837937'), ('tmp_1365', u'CBRANCH_-1207854897'), (u'INT_ADD_-1207849424', u'INT_ADD_-1207849011'), (u'MULTIEQUAL_-1207841724', u'INT_NOTEQUAL_-1207840033'), (u'MULTIEQUAL_-1207835368', u'MULTIEQUAL_-1207835026'), ('const-65279', u'INT_LESS_-1207849830'), (u'INDIRECT_-1207833708', u'MULTIEQUAL_-1207835483'), (u'CALL_-1207850242', u'INDIRECT_-1207835137'), (u'MULTIEQUAL_-1207834766', u'CAST_-1207832831'), (u'INDIRECT_-1207832854', u'MULTIEQUAL_-1207833071'), (u'MULTIEQUAL_-1207834193', u'MULTIEQUAL_-1207835950'), (u'LOAD_-1207855597', u'INT_EQUAL_-1207855579'), (u'LOAD_-1207853183', u'INT_ADD_-1207853165'), (u'INDIRECT_-1207836142', u'MULTIEQUAL_-1207833912'), ('tmp_8986', u'BRANCH_-1207849028'), (u'LOAD_-1207849087', u'INT_SUB_-1207849059'), (u'INDIRECT_-1207840833', u'MULTIEQUAL_-1207840687'), (u'INDIRECT_-1207832202', u'MULTIEQUAL_-1207835836'), (u'INDIRECT_-1207833832', u'MULTIEQUAL_-1207834762'), (u'CAST_-1207831291', u'CALL_-1207849278'), ('tmp_16101', u'CBRANCH_-1207849077'), (u'INT_EQUAL_-1207849392', u'CBRANCH_-1207849376'), ('const-417', u'LOAD_-1207846729'), (u'INDIRECT_-1207840814', u'MULTIEQUAL_-1207837070'), (u'INDIRECT_-1207840018', u'MULTIEQUAL_-1207833547'), (u'INT_SUB_-1207846405', u'INT_AND_-1207839563'), ('const-4510597', u'COPY_-1207831140'), (u'MULTIEQUAL_-1207836142', u'MULTIEQUAL_-1207836079'), (u'MULTIEQUAL_-1207833285', u'MULTIEQUAL_-1207833275'), (u'INT_SUB_-1207855183', u'INT_AND_-1207855146'), (u'INDIRECT_-1207832921', u'MULTIEQUAL_-1207833084'), (u'INT_SRIGHT_-1207849296', u'CAST_-1207834146'), ('const-4', u'INT_ADD_-1207835170'), ('const-417', u'LOAD_-1207849864'), (u'INDIRECT_-1207840814', u'MULTIEQUAL_-1207840600'), ('tmp_65916', u'MULTIEQUAL_-1207841005'), (u'MULTIEQUAL_-1207836632', u'MULTIEQUAL_-1207836271'), (u'COPY_-1207851933', u'CAST_-1207832627'), (u'LOAD_-1207850986', u'SUBPIECE_-1207832250'), (u'INDIRECT_-1207833916', u'MULTIEQUAL_-1207832083'), (u'CAST_-1207831306', u'INT_NOTEQUAL_-1207847406'), (u'INDIRECT_-1207840833', u'MULTIEQUAL_-1207843471'), (u'PTRSUB_-1207832658', u'LOAD_-1207851077'), (u'MULTIEQUAL_-1207835020', u'INT_SUB_-1207846312'), ('const-0', u'PTRSUB_-1207833757'), (u'LOAD_-1207852342', u'INT_EQUAL_-1207852327'), ('tmp_2118', u'CBRANCH_-1207854084'), ('const-0', u'PTRSUB_-1207832519'), (u'PTRSUB_-1207835005', u'PTRSUB_-1207835003'), (u'CALL_-1207847446', u'INDIRECT_-1207837774'), (u'INDIRECT_-1207835274', u'MULTIEQUAL_-1207835209'), (u'INDIRECT_-1207839792', u'MULTIEQUAL_-1207839727'), (u'MULTIEQUAL_-1207832160', u'MULTIEQUAL_-1207835677'), (u'PTRSUB_-1207832719', u'CALL_-1207851159'), (u'MULTIEQUAL_-1207839781', u'MULTIEQUAL_-1207839699'), (u'LOAD_-1207850704', u'CAST_-1207833111'), (u'INDIRECT_-1207838489', u'MULTIEQUAL_-1207839678'), (u'INDIRECT_-1207835099', u'MULTIEQUAL_-1207835020'), (u'MULTIEQUAL_-1207837349', u'CALL_-1207846210'), (u'MULTIEQUAL_-1207840264', u'MULTIEQUAL_-1207840119'), (u'CALL_-1207845807', u'INDIRECT_-1207832331'), (u'MULTIEQUAL_-1207836490', u'MULTIEQUAL_-1207832151'), (u'CALL_-1207852978', u'INDIRECT_-1207834382'), ('const-108', u'PTRSUB_-1207831508'), (u'CALL_-1207849164', u'INDIRECT_-1207834317'), ('const-28', u'PTRSUB_-1207832537'), (u'MULTIEQUAL_-1207844016', u'COPY_-1207833541'), (u'CALL_-1207854013', u'INDIRECT_-1207840331'), (u'CALL_-1207848210', u'INDIRECT_-1207838882'), (u'COPY_-1207831248', u'MULTIEQUAL_-1207831364'), (u'MULTIEQUAL_-1207839301', u'MULTIEQUAL_-1207838764'), ('const-417', u'STORE_-1207850570'), ('const-1', u'RETURN_-1207844456'), (u'LOAD_-1207854274', u'PTRSUB_-1207834553'), (u'COPY_-1207846185', u'MULTIEQUAL_-1207835020'), (u'STORE_-1207854904', u'INDIRECT_-1207835318'), (u'INDIRECT_-1207833010', u'MULTIEQUAL_-1207832381'), (u'COPY_-1207834366', u'MULTIEQUAL_-1207834707'), (u'LOAD_-1207853741', u'INT_AND_-1207853715'), (u'PTRSUB_-1207834981', u'LOAD_-1207855195'), (u'LOAD_-1207854814', u'CALLIND_-1207854804'), (u'INT_ADD_-1207855072', u'STORE_-1207854848'), (u'PTRSUB_-1207832334', u'PTRSUB_-1207832311'), (u'MULTIEQUAL_-1207836208', u'MULTIEQUAL_-1207834041'), (u'MULTIEQUAL_-1207838066', u'MULTIEQUAL_-1207838007'), ('tmp_65944', u'PTRADD_-1207834100'), (u'PTRSUB_-1207835219', u'PTRSUB_-1207835217'), (u'MULTIEQUAL_-1207836954', u'CALL_-1207851972'), (u'MULTIEQUAL_-1207840876', u'MULTIEQUAL_-1207841046'), ('const-16', u'PTRADD_-1207834064'), (u'CAST_-1207831921', u'INT_ADD_-1207832621'), (u'PTRSUB_-1207832660', u'PTRSUB_-1207832658'), (u'CALL_-1207845464', u'INDIRECT_-1207833052'), (u'CALL_-1207850359', u'INDIRECT_-1207834805'), (u'INT_ADD_-1207835143', u'CAST_-1207834410'), (u'LOAD_-1207847626', u'INT_XOR_-1207847555'), (u'MULTIEQUAL_-1207841182', u'CAST_-1207830967'), (u'INDIRECT_-1207839185', u'MULTIEQUAL_-1207839257'), (u'INDIRECT_-1207835904', u'MULTIEQUAL_-1207832160'), (u'CAST_-1207834473', u'INT_ADD_-1207855072'), (u'CALLIND_-1207850613', u'INDIRECT_-1207838434'), ('const-0', u'COPY_-1207849514'), ('const-483', u'CALL_-1207848214'), ('const-0', u'PTRSUB_-1207835029'), (u'INDIRECT_-1207840633', u'MULTIEQUAL_-1207840278'), (u'INDIRECT_-1207837241', u'MULTIEQUAL_-1207840875'), (u'SUBPIECE_-1207834603', u'INT_ADD_-1207855072'), (u'INDIRECT_-1207834990', u'MULTIEQUAL_-1207834191'), ('const-417', u'LOAD_-1207847358'), ('const-1', u'RETURN_-1207844232'), (u'INDIRECT_-1207843068', u'MULTIEQUAL_-1207833723'), ('const-0', u'PTRSUB_-1207831915'), ('const-0', u'PTRSUB_-1207831953'), (u'CAST_-1207832431', u'PTRADD_-1207832905'), (u'CAST_-1207833830', u'LOAD_-1207834919'), (u'CALL_-1207845951', u'INDIRECT_-1207832534'), (u'CALL_-1207848006', u'INDIRECT_-1207832099'), (u'INT_ADD_-1207833305', u'CAST_-1207832571'), (u'INDIRECT_-1207844741', u'INT_NOTEQUAL_-1207843474'), (u'PTRSUB_-1207832298', u'PTRSUB_-1207832296'), (u'CALLIND_-1207854804', u'INDIRECT_-1207840996'), (u'CALL_-1207847003', u'INDIRECT_-1207832072'), (u'INT_ZEXT_-1207850993', u'INT_ADD_-1207850983'), (u'MULTIEQUAL_-1207834766', u'CAST_-1207832844'), (u'CALL_-1207848981', u'INDIRECT_-1207838839'), (u'MULTIEQUAL_-1207833003', u'MULTIEQUAL_-1207832355'), (u'MULTIEQUAL_-1207842850', u'INT_ADD_-1207849494'), (u'PTRSUB_-1207832020', u'CAST_-1207831563'), (u'CALL_-1207849539', u'INDIRECT_-1207832478'), ('const-0', u'PTRSUB_-1207831504'), ('const-0', u'PTRSUB_-1207834785'), (u'CALL_-1207853974', u'INDIRECT_-1207836181'), (u'CAST_-1207831539', u'INT_LESSEQUAL_-1207849907'), (u'INDIRECT_-1207832752', u'MULTIEQUAL_-1207835860'), (u'MULTIEQUAL_-1207836574', u'CAST_-1207833112'), (u'COPY_-1207851939', u'MULTIEQUAL_-1207843259'), (u'MULTIEQUAL_-1207836013', u'MULTIEQUAL_-1207835950'), (u'LOAD_-1207854182', u'CAST_-1207833858'), (u'INDIRECT_-1207842943', u'MULTIEQUAL_-1207833549'), (u'PTRSUB_-1207833873', u'LOAD_-1207850370'), (u'CALL_-1207847777', u'INDIRECT_-1207831709'), (u'CAST_-1207833930', u'CAST_-1207831291'), (u'LOAD_-1207848749', u'MULTIEQUAL_-1207844709'), (u'LOAD_-1207853559', u'CAST_-1207833588'), ('const-417', u'LOAD_-1207853396'), ('const-417', u'LOAD_-1207853300'), (u'MULTIEQUAL_-1207832721', u'MULTIEQUAL_-1207832700'), (u'CALL_-1207853243', u'INDIRECT_-1207835362'), ('const-0', u'PTRSUB_-1207832462'), (u'INT_LESS_-1207849830', u'CBRANCH_-1207849838'), ('tmp_15929', u'CBRANCH_-1207849165'), (u'PTRSUB_-1207831495', u'PTRSUB_-1207831494'), (u'INDIRECT_-1207835859', u'MULTIEQUAL_-1207835755'), (u'CALL_-1207854202', u'INDIRECT_-1207836271'), (u'MULTIEQUAL_-1207840665', u'MULTIEQUAL_-1207840602'), (u'MULTIEQUAL_-1207834449', u'MULTIEQUAL_-1207835129'), (u'COPY_-1207833426', u'MULTIEQUAL_-1207833550'), ('const-4294967292', u'INT_LESS_-1207851007'), ('const-0', u'INT_NOTEQUAL_-1207853728'), (u'MULTIEQUAL_-1207839590', u'MULTIEQUAL_-1207839565'), (u'CAST_-1207833044', u'MULTIEQUAL_-1207843341'), (u'MULTIEQUAL_-1207834218', u'MULTIEQUAL_-1207834191'), (u'MULTIEQUAL_-1207833547', u'MULTIEQUAL_-1207839549'), (u'MULTIEQUAL_-1207834614', u'MULTIEQUAL_-1207834573'), (u'INDIRECT_-1207840029', u'MULTIEQUAL_-1207839910'), (u'CAST_-1207832148', u'CALL_-1207848981'), ('const-4088', u'INT_SUB_-1207849562'), (u'INT_EQUAL_-1207846855', u'CBRANCH_-1207846840'), (u'MULTIEQUAL_-1207831358', u'MULTIEQUAL_-1207831347'), (u'CAST_-1207830968', u'COPY_-1207831063'), ('const-417', u'LOAD_-1207855132'), ('const-12624', u'PTRSUB_-1207835384'), (u'MULTIEQUAL_-1207835084', u'MULTIEQUAL_-1207831358'), ('tmp_1671', u'CBRANCH_-1207854721'), (u'COPY_-1207846808', u'MULTIEQUAL_-1207833213'), (u'CAST_-1207833930', u'PTRSUB_-1207834238'), (u'MULTIEQUAL_-1207840899', u'MULTIEQUAL_-1207837173'), (u'LOAD_-1207850121', u'INT_ADD_-1207850103'), (u'COPY_-1207831025', u'MULTIEQUAL_-1207834192'), ('const-32', u'INT_AND_-1207839563'), (u'MULTIEQUAL_-1207841004', u'MULTIEQUAL_-1207837328'), ('const-2039', u'CALL_-1207847402'), (u'INDIRECT_-1207840798', u'MULTIEQUAL_-1207840656'), ('const-0', u'PTRSUB_-1207832317'), ('const-0', u'PTRSUB_-1207832507'), (u'CALL_-1207850744', u'INDIRECT_-1207839900'), ('const-417', u'LOAD_-1207849986'), (u'CALL_-1207846210', u'INDIRECT_-1207832854'), (u'INT_EQUAL_-1207849713', u'CBRANCH_-1207849697'), (u'BOOL_AND_-1207851857', u'INT_NOTEQUAL_-1207851858'), (u'MULTIEQUAL_-1207835948', u'CAST_-1207834065'), (u'CALLIND_-1207855137', u'INT_NOTEQUAL_-1207843473'), (u'INDIRECT_-1207834533', u'MULTIEQUAL_-1207834605'), (u'PTRSUB_-1207832442', u'PTRSUB_-1207832440'), (u'CAST_-1207831769', u'CALL_-1207849441'), (u'PTRSUB_-1207831630', u'PTRSUB_-1207831628'), (u'CALLIND_-1207850613', u'INDIRECT_-1207833916'), (u'INDIRECT_-1207833268', u'MULTIEQUAL_-1207832639'), (u'INT_EQUAL_-1207854085', u'CBRANCH_-1207854084'), (u'CALL_-1207851972', u'INDIRECT_-1207839242'), ('const-0', u'PTRSUB_-1207831281'), (u'LOAD_-1207851943', u'CAST_-1207832628'), (u'INDIRECT_-1207834466', u'MULTIEQUAL_-1207834391'), (u'INDIRECT_-1207837635', u'MULTIEQUAL_-1207837852'), (u'INDIRECT_-1207838360', u'MULTIEQUAL_-1207839549'), (u'INDIRECT_-1207833397', u'MULTIEQUAL_-1207836505'), (u'STORE_-1207850050', u'INDIRECT_-1207834360'), ('const-0', u'PTRSUB_-1207832960'), (u'MULTIEQUAL_-1207834836', u'MULTIEQUAL_-1207835516'), (u'MULTIEQUAL_-1207839647', u'MULTIEQUAL_-1207839565'), (u'CALL_-1207848006', u'INDIRECT_-1207831970'), ('const-1', u'CALL_-1207849539'), (u'CALL_-1207845203', u'INDIRECT_-1207831589'), (u'INT_EQUAL_-1207850715', u'CBRANCH_-1207850705'), (u'MULTIEQUAL_-1207836899', u'CALL_-1207845807'), ('const-0', u'PTRSUB_-1207832315'), ('tmp_18245', u'INT_EQUAL_-1207855520'), ('const-0', u'INT_NOTEQUAL_-1207843474'), (u'LOAD_-1207850384', u'CALL_-1207850120'), (u'INDIRECT_-1207834970', u'MULTIEQUAL_-1207834891'), (u'PTRSUB_-1207832309', u'STORE_-1207850497'), (u'MULTIEQUAL_-1207835190', u'MULTIEQUAL_-1207835359'), (u'LOAD_-1207855204', u'CALLIND_-1207854804'), ('const-0', u'INT_NOTEQUAL_-1207845749'), (u'CALL_-1207846312', u'INDIRECT_-1207832288'), (u'PTRSUB_-1207831659', u'CAST_-1207831216'), (u'COPY_-1207831077', u'CALL_-1207848124'), (u'MULTIEQUAL_-1207832888', u'MULTIEQUAL_-1207831358'), (u'INT_LESS_-1207852345', u'CBRANCH_-1207852353'), (u'MULTIEQUAL_-1207837889', u'MULTIEQUAL_-1207840716'), ('const-0', u'PTRSUB_-1207832401'), (u'LOAD_-1207850624', u'MULTIEQUAL_-1207843882'), (u'INT_SUB_-1207849952', u'INT_SRIGHT_-1207849930'), ('const-24', u'PTRADD_-1207834876'), (u'INT_AND_-1207840712', u'INT_NOTEQUAL_-1207840725'), (u'MULTIEQUAL_-1207833027', u'MULTIEQUAL_-1207833017'), (u'INDIRECT_-1207837920', u'MULTIEQUAL_-1207837291'), (u'CALLIND_-1207855137', u'INDIRECT_-1207836284'), (u'MULTIEQUAL_-1207834451', u'MULTIEQUAL_-1207834425'), ('const-24', u'INT_RIGHT_-1207832079'), (u'INT_EQUAL_-1207846541', u'CBRANCH_-1207846538'), (u'INDIRECT_-1207834953', u'MULTIEQUAL_-1207830951'), (u'CALL_-1207849458', u'INDIRECT_-1207836033'), ('const-1', u'RETURN_-1207848499'), (u'INT_EQUAL_-1207854256', u'CBRANCH_-1207854255'), ('const-4711224', u'COPY_-1207830741'), (u'INT_EQUAL_-1207852428', u'CBRANCH_-1207852425'), (u'INDIRECT_-1207832881', u'MULTIEQUAL_-1207832263'), (u'MULTIEQUAL_-1207842786', u'MULTIEQUAL_-1207842783'), ('tmp_12340', u'BRANCH_-1207848143'), (u'CALL_-1207849278', u'INDIRECT_-1207833766'), (u'CALL_-1207849136', u'INDIRECT_-1207836285'), (u'INDIRECT_-1207835063', u'MULTIEQUAL_-1207835072'), (u'INDIRECT_-1207835360', u'MULTIEQUAL_-1207832681'), (u'INDIRECT_-1207835248', u'MULTIEQUAL_-1207835129'), (u'MULTIEQUAL_-1207834766', u'CAST_-1207833700'), (u'INDIRECT_-1207835665', u'MULTIEQUAL_-1207833983'), ('const-0', u'PTRSUB_-1207834164'), (u'MULTIEQUAL_-1207831367', u'MULTIEQUAL_-1207837476'), ('const-197', u'CALL_-1207849167'), (u'MULTIEQUAL_-1207843225', u'MULTIEQUAL_-1207842451'), (u'INDIRECT_-1207834810', u'MULTIEQUAL_-1207834612'), ('const-28', u'PTRSUB_-1207831727'), (u'INT_NOTEQUAL_-1207851858', u'CBRANCH_-1207851857'), (u'PTRSUB_-1207831279', u'PTRSUB_-1207831277'), (u'MULTIEQUAL_-1207836936', u'MULTIEQUAL_-1207840466'), (u'INT_SUB_-1207849784', u'INT_SRIGHT_-1207849762'), (u'MULTIEQUAL_-1207833495', u'MULTIEQUAL_-1207833414'), ('const-2426', u'CALL_-1207847777'), (u'CALL_-1207849024', u'INDIRECT_-1207835988'), (u'INT_EQUAL_-1207848184', u'CBRANCH_-1207848183'), (u'MULTIEQUAL_-1207834100', u'PTRADD_-1207831245'), (u'MULTIEQUAL_-1207843548', u'COPY_-1207833456'), ('const-0', u'PTRSUB_-1207831358'), (u'CALL_-1207849441', u'INDIRECT_-1207833832'), (u'INDIRECT_-1207833256', u'MULTIEQUAL_-1207835892'), (u'INDIRECT_-1207838793', u'CAST_-1207832281'), ('const-0', u'INT_NOTEQUAL_-1207847214'), (u'LOAD_-1207834960', u'CALL_-1207854013'), (u'INDIRECT_-1207833450', u'MULTIEQUAL_-1207835225'), (u'PTRSUB_-1207832503', u'PTRSUB_-1207832501'), ('const-28', u'PTRSUB_-1207832415'), ('const-417', u'LOAD_-1207851227'), (u'CALL_-1207853607', u'INDIRECT_-1207840798'), (u'CAST_-1207833291', u'INT_NOTEQUAL_-1207852839'), (u'MULTIEQUAL_-1207841182', u'INT_ADD_-1207845165'), (u'MULTIEQUAL_-1207832676', u'MULTIEQUAL_-1207836193'), (u'PTRSUB_-1207831875', u'CAST_-1207831408'), (u'INDIRECT_-1207837825', u'MULTIEQUAL_-1207838066'), (u'INDIRECT_-1207835377', u'MULTIEQUAL_-1207834578'), (u'INDIRECT_-1207839098', u'MULTIEQUAL_-1207838963'), (u'CALL_-1207845464', u'INDIRECT_-1207833181'), (u'PTRSUB_-1207831965', u'LOAD_-1207850342'), (u'MULTIEQUAL_-1207834778', u'MULTIEQUAL_-1207834713'), (u'LOAD_-1207853472', u'INT_ADD_-1207853402'), (u'CALL_-1207854013', u'INDIRECT_-1207835813'), (u'INDIRECT_-1207832534', u'MULTIEQUAL_-1207832697'), (u'COPY_-1207833541', u'MULTIEQUAL_-1207843548'), (u'COPY_-1207833515', u'MULTIEQUAL_-1207843548'), (u'CALL_-1207845807', u'INDIRECT_-1207837112'), ('const-0', u'PTRSUB_-1207833982'), ('const-0', u'INT_EQUAL_-1207849392'), (u'MULTIEQUAL_-1207833029', u'MULTIEQUAL_-1207833003'), (u'MULTIEQUAL_-1207840875', u'MULTIEQUAL_-1207837199'), ('tmp_15001', u'BRANCH_-1207846185'), (u'PTRSUB_-1207830497', u'PTRSUB_-1207830495'), ('const-8', u'INT_ADD_-1207850245'), (u'CAST_-1207833930', u'PTRSUB_-1207834523'), (u'INT_ADD_-1207833689', u'CAST_-1207832998'), ('const-0', u'PTRSUB_-1207835132'), ('tmp_3678', u'CBRANCH_-1207853138'), (u'CALL_-1207846879', u'INDIRECT_-1207831324'), (u'INDIRECT_-1207840371', u'MULTIEQUAL_-1207840278'), (u'PTRSUB_-1207835126', u'INT_EQUAL_-1207855168'), ('const-4', u'PTRSUB_-1207834187'), (u'INDIRECT_-1207835366', u'MULTIEQUAL_-1207831636'), (u'PTRSUB_-1207830495', u'PTRSUB_-1207830493'), ('const-0', u'PTRSUB_-1207832372'), (u'COPY_-1207849146', u'MULTIEQUAL_-1207842933'), (u'MULTIEQUAL_-1207840899', u'MULTIEQUAL_-1207840875'), (u'INDIRECT_-1207839505', u'MULTIEQUAL_-1207839430'), (u'INDIRECT_-1207838908', u'MULTIEQUAL_-1207838845'), (u'INT_EQUAL_-1207855579', u'CBRANCH_-1207855578'), ('const-0', u'PTRSUB_-1207835138'), (u'INDIRECT_-1207838882', u'MULTIEQUAL_-1207840656'), (u'INT_AND_-1207845684', u'INT_LEFT_-1207845680'), (u'CALL_-1207849481', u'INDIRECT_-1207833693'), (u'INT_NOTEQUAL_-1207853783', u'CBRANCH_-1207853778'), ('const-4', u'PTRSUB_-1207832852'), (u'MULTIEQUAL_-1207835299', u'MULTIEQUAL_-1207835020'), (u'LOAD_-1207850310', u'INT_AND_-1207850284'), (u'INDIRECT_-1207834385', u'MULTIEQUAL_-1207834322'), (u'INDIRECT_-1207835178', u'MULTIEQUAL_-1207831383'), ('const-0', u'INT_EQUAL_-1207843598'), (u'INDIRECT_-1207832979', u'MULTIEQUAL_-1207832355'), (u'MULTIEQUAL_-1207834100', u'PTRADD_-1207834876'), ('const-355', u'CALL_-1207850237'), ('const-1', u'RETURN_-1207848559'), ('const-4', u'PTRADD_-1207833691'), (u'CALL_-1207848534', u'INDIRECT_-1207831916'), (u'COPY_-1207831063', u'MULTIEQUAL_-1207831366'), (u'MULTIEQUAL_-1207838716', u'MULTIEQUAL_-1207840473'), (u'MULTIEQUAL_-1207834766', u'CAST_-1207831334'), (u'CALL_-1207849382', u'INDIRECT_-1207833388'), (u'PTRSUB_-1207834883', u'PTRSUB_-1207834881'), (u'INDIRECT_-1207836271', u'MULTIEQUAL_-1207834041'), (u'INDIRECT_-1207833139', u'MULTIEQUAL_-1207836247'), (u'PTRSUB_-1207832166', u'PTRSUB_-1207832164'), (u'CALL_-1207846887', u'INDIRECT_-1207833010'), (u'INDIRECT_-1207835318', u'MULTIEQUAL_-1207830989'), (u'INT_SUB_-1207846312', u'INT_LESS_-1207846304'), (u'MULTIEQUAL_-1207836223', u'MULTIEQUAL_-1207832547'), (u'CAST_-1207833571', u'PTRADD_-1207833752'), ('const-0', u'PTRSUB_-1207832476'), (u'COPY_-1207830741', u'CALL_-1207844461'), ('tmp_14871', u'CBRANCH_-1207846272'), (u'COPY_-1207850853', u'MULTIEQUAL_-1207838459'), (u'COPY_-1207831275', u'MULTIEQUAL_-1207834192'), (u'LOAD_-1207847383', u'PTRSUB_-1207834887'), (u'INT_ZEXT_-1207851899', u'INT_MULT_-1207841809'), ('const-4', u'INT_ADD_-1207832397'), (u'INDIRECT_-1207832749', u'COPY_-1207832739'), (u'MULTIEQUAL_-1207839257', u'MULTIEQUAL_-1207839230'), ('const-2', u'INT_RIGHT_-1207850760'), ('const-2', u'INT_SRIGHT_-1207849037'), (u'MULTIEQUAL_-1207833213', u'INT_EQUAL_-1207846274'), (u'CALL_-1207849335', u'INDIRECT_-1207838793'), (u'CAST_-1207831346', u'CALL_-1207849481'), (u'PTRADD_-1207834681', u'MULTIEQUAL_-1207836076'), (u'PTRSUB_-1207830393', u'PTRSUB_-1207830382'), ('const-4294967256', u'PTRSUB_-1207834013'), (u'PTRSUB_-1207833785', u'LOAD_-1207850600'), (u'PTRSUB_-1207832440', u'PTRSUB_-1207832438'), (u'LOAD_-1207847136', u'CALLIND_-1207847126'), (u'CALL_-1207848214', u'INDIRECT_-1207832511'), ('const-0', u'SUBPIECE_-1207838437'), (u'INDIRECT_-1207843565', u'MULTIEQUAL_-1207843463'), (u'CALL_-1207849024', u'INDIRECT_-1207843565'), ('const-4489837', u'COPY_-1207830717'), ('const-0', u'PTRSUB_-1207834883'), (u'CAST_-1207834377', u'STORE_-1207854848'), (u'PTRSUB_-1207835299', u'LOAD_-1207850912'), (u'COPY_-1207830673', u'MULTIEQUAL_-1207833858'), (u'LOAD_-1207853692', u'PTRSUB_-1207834202'), (u'INDIRECT_-1207838489', u'MULTIEQUAL_-1207840264'), (u'INDIRECT_-1207839622', u'MULTIEQUAL_-1207839430'), ('const-417', u'LOAD_-1207850614'), (u'INDIRECT_-1207837615', u'MULTIEQUAL_-1207837497'), (u'CALL_-1207846312', u'INDIRECT_-1207832159'), (u'INDIRECT_-1207836344', u'MULTIEQUAL_-1207833716'), ('const-0', u'INT_NOTEQUAL_-1207849053'), (u'COPY_-1207831284', u'MULTIEQUAL_-1207834709'), (u'LOAD_-1207855597', u'PTRSUB_-1207835384'), (u'CALL_-1207849382', u'INDIRECT_-1207832404'), (u'INT_ADD_-1207853147', u'STORE_-1207853082'), (u'INDIRECT_-1207833314', u'MULTIEQUAL_-1207833200'), (u'CALL_-1207847446', u'INDIRECT_-1207833385'), (u'PTRADD_-1207832944', u'LOAD_-1207852041'), (u'CALL_-1207849441', u'INDIRECT_-1207833703'), (u'LOAD_-1207851761', u'MULTIEQUAL_-1207844387'), (u'INDIRECT_-1207840633', u'MULTIEQUAL_-1207840521'), (u'MULTIEQUAL_-1207835084', u'MULTIEQUAL_-1207831993'), (u'INDIRECT_-1207839056', u'MULTIEQUAL_-1207838834'), (u'PTRSUB_-1207832058', u'LOAD_-1207848176'), (u'INDIRECT_-1207835119', u'MULTIEQUAL_-1207835000'), (u'MULTIEQUAL_-1207831361', u'MULTIEQUAL_-1207833216'), (u'CAST_-1207833930', u'PTRSUB_-1207834177'), (u'INT_AND_-1207850284', u'INT_EQUAL_-1207850298'), (u'PTRSUB_-1207832125', u'LOAD_-1207850632'), (u'CALL_-1207846879', u'INDIRECT_-1207832050'), ('const-0', u'PTRSUB_-1207831277'), (u'CALL_-1207848414', u'INDIRECT_-1207832019'), (u'INT_EQUAL_-1207849964', u'CBRANCH_-1207849963'), (u'INDIRECT_-1207838751', u'MULTIEQUAL_-1207840525'), (u'CALL_-1207848930', u'INDIRECT_-1207833249'), (u'MULTIEQUAL_-1207831356', u'MULTIEQUAL_-1207831924'), (u'INT_AND_-1207849218', u'INT_EQUAL_-1207849232'), (u'MULTIEQUAL_-1207831359', u'MULTIEQUAL_-1207832958'), (u'CALL_-1207845807', u'INDIRECT_-1207832847'), (u'CALLIND_-1207854804', u'INDIRECT_-1207836086'), ('tmp_16513', u'CBRANCH_-1207845417'), (u'INDIRECT_-1207832792', u'MULTIEQUAL_-1207832955'), (u'CAST_-1207834178', u'LOAD_-1207849372'), (u'MULTIEQUAL_-1207837571', u'COPY_-1207831894'), ('tmp_17520', u'CBRANCH_-1207848736'), (u'INDIRECT_-1207834045', u'MULTIEQUAL_-1207832151'), (u'CALL_-1207854202', u'INDIRECT_-1207843461'), (u'INDIRECT_-1207835506', u'MULTIEQUAL_-1207834707'), (u'MULTIEQUAL_-1207836619', u'MULTIEQUAL_-1207832240'), (u'INDIRECT_-1207835145', u'MULTIEQUAL_-1207835080'), (u'INT_AND_-1207849243', u'INT_EQUAL_-1207849243'), (u'INT_ZEXT_-1207838997', u'CALL_-1207849539'), (u'INT_LESS_-1207849557', u'CBRANCH_-1207849550'), (u'CALL_-1207844461', u'INDIRECT_-1207831634'), (u'INDIRECT_-1207834695', u'MULTIEQUAL_-1207834814'), ('const-197', u'CALL_-1207846462'), (u'INDIRECT_-1207835665', u'MULTIEQUAL_-1207835517'), (u'PTRSUB_-1207832464', u'PTRSUB_-1207832462'), (u'INT_ADD_-1207850245', u'CAST_-1207833049'), (u'PTRSUB_-1207832602', u'CAST_-1207831947'), (u'CAST_-1207831232', u'CALL_-1207849062'), (u'COPY_-1207832740', u'MULTIEQUAL_-1207842850'), (u'CAST_-1207832282', u'CALL_-1207849164'), (u'CALL_-1207849481', u'INDIRECT_-1207833177'), ('const-417', u'LOAD_-1207852901'), (u'INT_ZEXT_-1207841471', u'INT_LEFT_-1207845093'), (u'CALL_-1207849167', u'INDIRECT_-1207833584'), (u'INT_EQUAL_-1207845169', u'BOOL_NEGATE_-1207845131'), (u'INDIRECT_-1207835923', u'MULTIEQUAL_-1207835775'), (u'INT_ADD_-1207832547', u'CAST_-1207831873'), (u'INT_ADD_-1207855050', u'STORE_-1207854842'), (u'INDIRECT_-1207832724', u'MULTIEQUAL_-1207834451'), ('const-0', u'SUBPIECE_-1207841291'), (u'CALL_-1207846879', u'INDIRECT_-1207832308'), (u'INDIRECT_-1207834982', u'MULTIEQUAL_-1207835218'), ('tmp_3954', u'CBRANCH_-1207852930'), (u'MULTIEQUAL_-1207834766', u'CAST_-1207833723'), ('const-0', u'PTRSUB_-1207834984'), ('const-417', u'LOAD_-1207853741'), (u'LOAD_-1207853902', u'MULTIEQUAL_-1207844387'), ('const-1', u'INT_OR_-1207850539'), ('const-4', u'INT_MULT_-1207849086'), (u'INDIRECT_-1207836086', u'MULTIEQUAL_-1207833458'), (u'MULTIEQUAL_-1207843548', u'CAST_-1207833291'), (u'PTRSUB_-1207831841', u'LOAD_-1207849986'), (u'INDIRECT_-1207833203', u'MULTIEQUAL_-1207833444'), (u'MULTIEQUAL_-1207840770', u'MULTIEQUAL_-1207837679'), (u'PTRSUB_-1207832311', u'LOAD_-1207851071'), (u'CALL_-1207854013', u'INDIRECT_-1207836071'), ('const-417', u'LOAD_-1207855002'), (u'CAST_-1207833232', u'PTRADD_-1207833875'), (u'CAST_-1207833626', u'CALL_-1207853607'), (u'CALL_-1207850242', u'INDIRECT_-1207835008'), ('const-0', u'PTRSUB_-1207833251'), (u'CALLIND_-1207855137', u'INDIRECT_-1207843861'), (u'INDIRECT_-1207832606', u'MULTIEQUAL_-1207832697'), (u'INDIRECT_-1207833268', u'MULTIEQUAL_-1207832650'), (u'PTRSUB_-1207835177', u'CAST_-1207834469'), (u'LOAD_-1207834919', u'CALL_-1207854013'), ('tmp_35998', u'PTRSUB_-1207834832'), (u'INT_AND_-1207849593', u'INT_SUB_-1207849562'), (u'INT_EQUAL_-1207850664', u'CBRANCH_-1207850662'), (u'INT_ZEXT_-1207854975', u'INT_ADD_-1207854962'), ('const-1', u'RETURN_-1207848409'), (u'CALL_-1207849335', u'INDIRECT_-1207834791'), (u'PTRSUB_-1207834523', u'CAST_-1207833874'), (u'INT_AND_-1207853418', u'INT_EQUAL_-1207853432'), (u'MULTIEQUAL_-1207835259', u'MULTIEQUAL_-1207835033'), (u'INDIRECT_-1207837354', u'MULTIEQUAL_-1207837478'), (u'CALL_-1207848214', u'INDIRECT_-1207832124'), (u'COPY_-1207849019', u'MULTIEQUAL_-1207843803'), ('const-0', u'PTRSUB_-1207835193'), (u'INDIRECT_-1207835923', u'MULTIEQUAL_-1207834241'), (u'COPY_-1207831010', u'CALL_-1207848564'), (u'CAST_-1207833278', u'MULTIEQUAL_-1207833531'), (u'COPY_-1207830744', u'MULTIEQUAL_-1207833858'), (u'CALL_-1207847402', u'INDIRECT_-1207831898'), (u'STORE_-1207854866', u'INDIRECT_-1207835299'), (u'PTRSUB_-1207832408', u'PTRSUB_-1207832167'), (u'CALL_-1207849062', u'INDIRECT_-1207833565'), (u'COPY_-1207831201', u'MULTIEQUAL_-1207834375'), (u'INDIRECT_-1207836155', u'MULTIEQUAL_-1207836232'), (u'INDIRECT_-1207836671', u'MULTIEQUAL_-1207836748'), (u'CALL_-1207848092', u'INDIRECT_-1207832779'), ('const-60', u'PTRSUB_-1207835299'), (u'COPY_-1207833143', u'CALL_-1207848930'), (u'CALL_-1207849024', u'INDIRECT_-1207840640'), ('const-417', u'LOAD_-1207855195'), (u'MULTIEQUAL_-1207834188', u'MULTIEQUAL_-1207834140'), (u'MULTIEQUAL_-1207836910', u'MULTIEQUAL_-1207836899'), (u'INT_AND_-1207852058', u'INT_NOTEQUAL_-1207852071'), (u'MULTIEQUAL_-1207836619', u'MULTIEQUAL_-1207832301'), (u'INDIRECT_-1207841065', u'MULTIEQUAL_-1207841142'), ('const-0', u'PTRSUB_-1207834629'), (u'INDIRECT_-1207842530', u'MULTIEQUAL_-1207842651'), (u'MULTIEQUAL_-1207836490', u'MULTIEQUAL_-1207832172'), (u'INT_AND_-1207832881', u'INT_LEFT_-1207838579'), ('tmp_5306', u'CBRANCH_-1207851741'), ('const-0', u'PTRSUB_-1207835087'), ('tmp_2658', u'CBRANCH_-1207853726'), (u'CALL_-1207850187', u'INDIRECT_-1207835113'), (u'MULTIEQUAL_-1207832898', u'MULTIEQUAL_-1207832888'), (u'PTRSUB_-1207835097', u'CAST_-1207834411'), (u'MULTIEQUAL_-1207839628', u'MULTIEQUAL_-1207839286'), (u'INDIRECT_-1207835362', u'MULTIEQUAL_-1207833714'), ('const-4', u'INT_AND_-1207840712'), (u'INDIRECT_-1207835491', u'MULTIEQUAL_-1207833715'), (u'INDIRECT_-1207836026', u'MULTIEQUAL_-1207836103'), (u'PTRSUB_-1207831806', u'PTRSUB_-1207831783'), (u'MULTIEQUAL_-1207837679', u'MULTIEQUAL_-1207837669'), (u'MULTIEQUAL_-1207840402', u'MULTIEQUAL_-1207838556'), (u'CALL_-1207845418', u'INDIRECT_-1207831975'), (u'INDIRECT_-1207835635', u'MULTIEQUAL_-1207835516'), (u'COPY_-1207832304', u'CALL_-1207849382'), (u'MULTIEQUAL_-1207835368', u'MULTIEQUAL_-1207833542'), (u'MULTIEQUAL_-1207840716', u'MULTIEQUAL_-1207840673'), (u'PTRSUB_-1207832438', u'PTRSUB_-1207832436'), (u'MULTIEQUAL_-1207831873', u'CBRANCH_-1207846815'), ('const-0', u'INT_EQUAL_-1207855044'), (u'PTRSUB_-1207833847', u'CAST_-1207833223'), (u'CAST_-1207832649', u'CALL_-1207851972'), ('const-1', u'STORE_-1207849188'), (u'STORE_-1207850479', u'INDIRECT_-1207832827'), (u'MULTIEQUAL_-1207838967', u'MULTIEQUAL_-1207839647'), ('const-4088', u'INT_EQUAL_-1207849243'), (u'MULTIEQUAL_-1207833935', u'MULTIEQUAL_-1207833876'), (u'MULTIEQUAL_-1207839101', u'MULTIEQUAL_-1207839781'), (u'LOAD_-1207850795', u'STORE_-1207850552'), (u'INDIRECT_-1207834533', u'MULTIEQUAL_-1207834311'), (u'LOAD_-1207847203', u'MULTIEQUAL_-1207831315'), (u'INDIRECT_-1207839493', u'MULTIEQUAL_-1207839414'), (u'MULTIEQUAL_-1207834296', u'MULTIEQUAL_-1207832240'), ('const-96', u'PTRSUB_-1207835339'), (u'BOOL_NEGATE_-1207841800', u'BOOL_AND_-1207851857'), ('const-2237', u'CALL_-1207848011'), (u'MULTIEQUAL_-1207839910', u'MULTIEQUAL_-1207839828'), (u'MULTIEQUAL_-1207836265', u'MULTIEQUAL_-1207836232'), (u'PTRSUB_-1207832679', u'PTRSUB_-1207832677'), ('const-1', u'RETURN_-1207848529'), (u'PTRSUB_-1207835066', u'PTRSUB_-1207835064'), (u'PTRSUB_-1207834367', u'LOAD_-1207853828'), (u'MULTIEQUAL_-1207835350', u'MULTIEQUAL_-1207835338'), ('const-134201340', u'COPY_-1207844783'), ('tmp_7866', u'CBRANCH_-1207849675'), (u'LOAD_-1207855573', u'INT_NOTEQUAL_-1207855541'), (u'CALL_-1207849164', u'INDIRECT_-1207834704'), ('const-0', u'INT_NOTEQUAL_-1207852087'), (u'CAST_-1207832902', u'CALL_-1207850120'), (u'MULTIEQUAL_-1207833237', u'MULTIEQUAL_-1207833156'), ('tmp_2395', u'CBRANCH_-1207853917'), (u'MULTIEQUAL_-1207832813', u'MULTIEQUAL_-1207835989'), ('const-417', u'LOAD_-1207855006'), (u'INT_EQUAL_-1207853432', u'CBRANCH_-1207853429'), (u'INDIRECT_-1207833787', u'MULTIEQUAL_-1207831893'), (u'CALL_-1207850120', u'INDIRECT_-1207834824'), ('tmp_15088', u'BRANCH_-1207846132'), (u'COPY_-1207831061', u'MULTIEQUAL_-1207831365'), ('const-1', u'INT_AND_-1207853418'), (u'INDIRECT_-1207839921', u'MULTIEQUAL_-1207833720'), (u'INT_LESS_-1207852179', u'CBRANCH_-1207852187'), (u'CALL_-1207848414', u'INDIRECT_-1207831035'), (u'CAST_-1207830844', u'INT_ADD_-1207845426'), (u'INDIRECT_-1207835661', u'MULTIEQUAL_-1207833717'), (u'INDIRECT_-1207832323', u'MULTIEQUAL_-1207832516'), (u'CAST_-1207832460', u'INT_LESSEQUAL_-1207849489'), (u'INDIRECT_-1207839185', u'MULTIEQUAL_-1207838963'), (u'MULTIEQUAL_-1207836467', u'COPY_-1207833162'), (u'CALLIND_-1207855137', u'INDIRECT_-1207835300'), (u'PTRSUB_-1207832393', u'LOAD_-1207850614'), (u'SUBPIECE_-1207834571', u'INT_CARRY_-1207854986'), (u'INT_NOTEQUAL_-1207850584', u'CBRANCH_-1207850578'), (u'MULTIEQUAL_-1207834191', u'MULTIEQUAL_-1207834218'), (u'PTRADD_-1207833838', u'PTRSUB_-1207833836'), (u'MULTIEQUAL_-1207843363', u'CAST_-1207833045'), (u'INDIRECT_-1207834466', u'MULTIEQUAL_-1207834702'), (u'CALL_-1207850242', u'INDIRECT_-1207834024'), (u'MULTIEQUAL_-1207833547', u'MULTIEQUAL_-1207831363'), ('const-417', u'LOAD_-1207849653'), ('const-4717152', u'COPY_-1207830781'), (u'MULTIEQUAL_-1207836574', u'CAST_-1207832522'), ('const-136', u'INT_ADD_-1207849071'), (u'CALL_-1207848011', u'INDIRECT_-1207832352'), (u'PTRSUB_-1207831037', u'LOAD_-1207846289'), ('const-76', u'INT_ADD_-1207849174'), (u'INT_ADD_-1207855171', u'INT_ADD_-1207855166'), (u'CALL_-1207849441', u'INDIRECT_-1207833961'), (u'CALL_-1207847402', u'INDIRECT_-1207830785'), (u'PTRSUB_-1207833855', u'LOAD_-1207853709'), (u'LOAD_-1207850926', u'SUBPIECE_-1207832216'), ('const-5', u'CALL_-1207850120'), (u'INT_NOTEQUAL_-1207851051', u'CBRANCH_-1207851051'), (u'PTRSUB_-1207834172', u'PTRSUB_-1207834148'), (u'CALL_-1207848981', u'INDIRECT_-1207834574'), (u'CALL_-1207848504', u'INDIRECT_-1207832465'), (u'PTRSUB_-1207835396', u'LOAD_-1207855597'), (u'MULTIEQUAL_-1207833617', u'PTRSUB_-1207833229'), (u'LOAD_-1207851227', u'PTRSUB_-1207832719'), ('const-417', u'LOAD_-1207849244'), ('tmp_6575', u'CBRANCH_-1207850528'), ('const-5808', u'PTRSUB_-1207833771'), (u'INDIRECT_-1207836542', u'MULTIEQUAL_-1207836619'), (u'CALL_-1207849024', u'INDIRECT_-1207835004'), (u'MULTIEQUAL_-1207834907', u'MULTIEQUAL_-1207834842'), ('const-417', u'LOAD_-1207832602'), ('const-4717152', u'COPY_-1207831077'), (u'PTRSUB_-1207834388', u'INT_NOTEQUAL_-1207852839'), (u'PTRSUB_-1207832340', u'PTRSUB_-1207832338'), (u'INDIRECT_-1207835377', u'MULTIEQUAL_-1207835258'), (u'MULTIEQUAL_-1207835072', u'MULTIEQUAL_-1207835047'), (u'MULTIEQUAL_-1207836361', u'MULTIEQUAL_-1207831982'), (u'MULTIEQUAL_-1207836094', u'MULTIEQUAL_-1207832418'), (u'INT_ADD_-1207853155', u'CAST_-1207833453'), ('const-164', u'PTRSUB_-1207832231'), (u'INDIRECT_-1207833857', u'MULTIEQUAL_-1207833730'), (u'LOAD_-1207847346', u'MULTIEQUAL_-1207834188'), (u'CAST_-1207831511', u'LOAD_-1207849864'), (u'INDIRECT_-1207840808', u'MULTIEQUAL_-1207840716'), ('tmp_3803', u'CBRANCH_-1207853033'), (u'MULTIEQUAL_-1207834391', u'MULTIEQUAL_-1207834326'), (u'INDIRECT_-1207837044', u'MULTIEQUAL_-1207838217'), (u'INDIRECT_-1207834810', u'PTRSUB_-1207834416'), (u'CALL_-1207847003', u'INDIRECT_-1207837966'), (u'COPY_-1207845812', u'COPY_-1207845805'), ('const-0', u'INT_EQUAL_-1207850737'), (u'INDIRECT_-1207838613', u'MULTIEQUAL_-1207839543'), (u'INDIRECT_-1207840276', u'MULTIEQUAL_-1207840135'), ('const-417', u'LOAD_-1207854182'), ('const-417', u'LOAD_-1207850704'), (u'PTRSUB_-1207835051', u'PTRSUB_-1207835049'), (u'INDIRECT_-1207839792', u'MULTIEQUAL_-1207833719'), (u'MULTIEQUAL_-1207837937', u'INT_ADD_-1207850045'), (u'CALL_-1207849164', u'INDIRECT_-1207834059'), ('const-32', u'INT_SUB_-1207845688'), ('tmp_65950', u'MULTIEQUAL_-1207835950'), (u'CALL_-1207849136', u'INDIRECT_-1207840679'), (u'CAST_-1207831420', u'LOAD_-1207849653'), (u'PTRSUB_-1207835221', u'PTRSUB_-1207835219'), (u'INDIRECT_-1207833514', u'INT_NOTEQUAL_-1207847406'), (u'INDIRECT_-1207834059', u'MULTIEQUAL_-1207833924'), (u'PTRSUB_-1207832012', u'PTRSUB_-1207831864'), (u'INDIRECT_-1207842640', u'MULTIEQUAL_-1207842651'), ('const-1', u'INT_AND_-1207850797'), (u'MULTIEQUAL_-1207837679', u'MULTIEQUAL_-1207837631'), (u'CAST_-1207831334', u'INT_ADD_-1207849445'), ('const-0', u'INT_NOTEQUAL_-1207853812'), (u'PTRSUB_-1207834238', u'CAST_-1207833598'), (u'CALL_-1207848981', u'INDIRECT_-1207841764'), (u'MULTIEQUAL_-1207832979', u'MULTIEQUAL_-1207832958'), (u'INDIRECT_-1207835108', u'MULTIEQUAL_-1207834639'), (u'PTRSUB_-1207832353', u'PTRSUB_-1207832351'), ('const-417', u'LOAD_-1207849728'), (u'INDIRECT_-1207833450', u'MULTIEQUAL_-1207834639'), (u'MULTIEQUAL_-1207833840', u'MULTIEQUAL_-1207833617'), (u'STORE_-1207854943', u'INDIRECT_-1207835334'), (u'MULTIEQUAL_-1207834872', u'MULTIEQUAL_-1207834649'), (u'MULTIEQUAL_-1207837571', u'CAST_-1207833658'), (u'COPY_-1207833616', u'MULTIEQUAL_-1207833712'), (u'COPY_-1207830653', u'CALL_-1207847402'), ('tmp_4601', u'CBRANCH_-1207852152'), (u'INDIRECT_-1207836181', u'MULTIEQUAL_-1207836033'), (u'INDIRECT_-1207837662', u'MULTIEQUAL_-1207837033'), (u'CALL_-1207849382', u'INDIRECT_-1207833775'), (u'MULTIEQUAL_-1207836103', u'MULTIEQUAL_-1207831785'), ('const-0', u'INT_NOTEQUAL_-1207854955'), (u'INDIRECT_-1207840312', u'MULTIEQUAL_-1207840164'), (u'PTRSUB_-1207833616', u'PTRSUB_-1207833251'), (u'CALL_-1207846312', u'INDIRECT_-1207830917'), (u'INDIRECT_-1207832589', u'MULTIEQUAL_-1207836223'), (u'INDIRECT_-1207838922', u'CAST_-1207832282'), (u'INT_EQUAL_-1207851915', u'CBRANCH_-1207851920'), (u'PTRSUB_-1207831971', u'PTRSUB_-1207831965'), (u'INDIRECT_-1207834583', u'MULTIEQUAL_-1207834504'), (u'INT_AND_-1207846189', u'INT_ADD_-1207846173'), ('const-417', u'LOAD_-1207850370'), (u'COPY_-1207830909', u'MULTIEQUAL_-1207841182'), (u'CALL_-1207846205', u'INDIRECT_-1207831633'), (u'PTRSUB_-1207831381', u'PTRSUB_-1207831358'), (u'INT_EQUAL_-1207855113', u'CBRANCH_-1207855111'), ('const-1', u'INT_LEFT_-1207845637'), (u'PTRSUB_-1207831041', u'PTRSUB_-1207831039'), ('const-28', u'PTRSUB_-1207835217'), (u'CALL_-1207848564', u'INDIRECT_-1207832364'), ('const-0', u'PTRSUB_-1207832167'), (u'MULTIEQUAL_-1207832418', u'MULTIEQUAL_-1207835948'), (u'PTRSUB_-1207833799', u'LOAD_-1207850624'), ('const-24', u'INT_LEFT_-1207838579'), (u'PTRSUB_-1207833771', u'PTRSUB_-1207833769'), ('const-1', u'PTRADD_-1207835014'), ('const-0', u'PTRSUB_-1207835195'), ('const-0', u'INT_NOTEQUAL_-1207853281'), (u'PTRSUB_-1207832505', u'PTRSUB_-1207832503'), (u'MULTIEQUAL_-1207839543', u'MULTIEQUAL_-1207839430'), (u'CAST_-1207831352', u'CALL_-1207847446'), (u'LOAD_-1207855132', u'INT_AND_-1207843256'), ('tmp_4818', u'CBRANCH_-1207852016'), ('const-0', u'PTRSUB_-1207832653'), (u'CALL_-1207846520', u'INDIRECT_-1207830974'), ('const-417', u'LOAD_-1207851077'), (u'CALL_-1207849335', u'INDIRECT_-1207833420'), (u'CALL_-1207847777', u'INDIRECT_-1207830983'), (u'MULTIEQUAL_-1207834943', u'MULTIEQUAL_-1207834918'), (u'CAST_-1207831512', u'INT_ADD_-1207849848'), ('const-4', u'PTRADD_-1207832905'), (u'INT_MULT_-1207849184', u'INT_ADD_-1207849196'), ('const-4', u'PTRSUB_-1207833836'), (u'MULTIEQUAL_-1207840878', u'MULTIEQUAL_-1207840763'), (u'MULTIEQUAL_-1207840612', u'MULTIEQUAL_-1207836936'), (u'COPY_-1207834206', u'MULTIEQUAL_-1207844637'), (u'MULTIEQUAL_-1207835326', u'MULTIEQUAL_-1207831047'), ('const-0', u'PTRSUB_-1207833261'), (u'COPY_-1207831426', u'MULTIEQUAL_-1207844637'), (u'MULTIEQUAL_-1207837894', u'LOAD_-1207855204'), (u'MULTIEQUAL_-1207836954', u'INT_MULT_-1207833399'), ('const-1', u'PTRADD_-1207851849'), ('const-2', u'INT_SRIGHT_-1207853331'), (u'MULTIEQUAL_-1207837162', u'CAST_-1207830508'), (u'PTRSUB_-1207834352', u'LOAD_-1207853799'), (u'CALL_-1207849458', u'INDIRECT_-1207836549'), (u'LOAD_-1207850836', u'PTRSUB_-1207832521'), (u'MULTIEQUAL_-1207838764', u'MULTIEQUAL_-1207838716'), ('const-417', u'LOAD_-1207851909'), (u'CALL_-1207849062', u'INDIRECT_-1207833436'), (u'CALL_-1207845418', u'INDIRECT_-1207832233'), ('const-28', u'PTRSUB_-1207834568'), ('const-28', u'PTRSUB_-1207832730'), (u'INDIRECT_-1207840142', u'MULTIEQUAL_-1207840001'), (u'INT_ADD_-1207833695', u'INT_ADD_-1207833689'), (u'INDIRECT_-1207835192', u'MULTIEQUAL_-1207835201'), (u'CAST_-1207833807', u'CALL_-1207853974'), (u'PTRSUB_-1207831390', u'PTRSUB_-1207831281'), (u'CALLIND_-1207855137', u'INT_NOTEQUAL_-1207855029'), ('const-417', u'LOAD_-1207852827'), (u'CAST_-1207832793', u'INT_ADD_-1207852294'), (u'LOAD_-1207850836', u'PTRSUB_-1207832374'), (u'CALL_-1207853974', u'INDIRECT_-1207835665'), (u'MULTIEQUAL_-1207831944', u'MULTIEQUAL_-1207831924'), (u'PTRSUB_-1207834515', u'LOAD_-1207855200'), (u'CAST_-1207832831', u'INT_ADD_-1207852363'), (u'MULTIEQUAL_-1207833823', u'MULTIEQUAL_-1207833806'), (u'MULTIEQUAL_-1207835211', u'MULTIEQUAL_-1207835190'), (u'PTRADD_-1207849389', u'CAST_-1207832431'), ('const-0', u'PTRSUB_-1207831411'), (u'INDIRECT_-1207831061', u'COPY_-1207831114'), (u'INDIRECT_-1207833579', u'MULTIEQUAL_-1207834768'), ('const-20', u'PTRSUB_-1207835049'), (u'MULTIEQUAL_-1207837070', u'MULTIEQUAL_-1207840600'), ('const-417', u'LOAD_-1207848156'), (u'PTRADD_-1207831803', u'LOAD_-1207849893'), ('const-417', u'LOAD_-1207854814'), ('const-4', u'INT_MULT_-1207849184'), (u'CALL_-1207853062', u'INDIRECT_-1207835274'), (u'CAST_-1207833930', u'PTRSUB_-1207833471'), (u'STORE_-1207850680', u'INDIRECT_-1207832908'), (u'MULTIEQUAL_-1207834612', u'MULTIEQUAL_-1207833840'), (u'MULTIEQUAL_-1207831355', u'MULTIEQUAL_-1207831896'), ('const-417', u'STORE_-1207850680'), (u'INDIRECT_-1207832272', u'MULTIEQUAL_-1207834857'), (u'LOAD_-1207855132', u'INT_AND_-1207843670'), (u'MULTIEQUAL_-1207840742', u'MULTIEQUAL_-1207840911'), ('const-1', u'INT_ADD_-1207833331'), ('tmp_16135', u'CBRANCH_-1207849053'), (u'LOAD_-1207854791', u'INT_AND_-1207854765'), (u'COPY_-1207830718', u'MULTIEQUAL_-1207834375'), (u'MULTIEQUAL_-1207831907', u'MULTIEQUAL_-1207835084'), (u'INT_ADD_-1207850045', u'STORE_-1207850050'), ('const-1', u'INT_SUB_-1207845525'), (u'MULTIEQUAL_-1207835354', u'MULTIEQUAL_-1207835209'), (u'CALL_-1207846520', u'INDIRECT_-1207831829'), (u'INDIRECT_-1207840272', u'MULTIEQUAL_-1207840119'), (u'INDIRECT_-1207837528', u'MULTIEQUAL_-1207840636'), (u'MULTIEQUAL_-1207833156', u'MULTIEQUAL_-1207833146'), (u'PTRADD_-1207833832', u'LOAD_-1207853692'), (u'CAST_-1207832809', u'LOAD_-1207852342'), ('tmp_11620', u'CBRANCH_-1207849237'), (u'MULTIEQUAL_-1207832516', u'MULTIEQUAL_-1207832457'), (u'MULTIEQUAL_-1207836954', u'CALL_-1207848092'), ('const-0', u'PTRSUB_-1207833794'), (u'INDIRECT_-1207832072', u'MULTIEQUAL_-1207831665'), ('const-4703183', u'COPY_-1207830874'), (u'LOAD_-1207852041', u'PTRSUB_-1207833300'), ('const-0', u'PTRSUB_-1207832408'), ('tmp_11078', u'CBRANCH_-1207849381'), (u'INDIRECT_-1207838226', u'MULTIEQUAL_-1207840001'), (u'CALL_-1207849481', u'INDIRECT_-1207833306'), (u'INDIRECT_-1207832798', u'MULTIEQUAL_-1207832439'), (u'LOAD_-1207851036', u'PTRSUB_-1207832562'), (u'INDIRECT_-1207833185', u'MULTIEQUAL_-1207832826'), (u'MULTIEQUAL_-1207834743', u'MULTIEQUAL_-1207834702'), (u'LOAD_-1207849728', u'INT_EQUAL_-1207849713'), (u'BOOL_NEGATE_-1207834744', u'CBRANCH_-1207853579'), (u'INDIRECT_-1207833143', u'MULTIEQUAL_-1207833029'), (u'INDIRECT_-1207835753', u'MULTIEQUAL_-1207833544'), (u'INDIRECT_-1207835248', u'MULTIEQUAL_-1207835239'), ('const-4', u'INT_ADD_-1207849273'), (u'INT_ADD_-1207850887', u'INT_ADD_-1207850882'), (u'MULTIEQUAL_-1207838834', u'CAST_-1207832149'), (u'LOAD_-1207850600', u'INT_NOTEQUAL_-1207850584'), ('const-20', u'PTRSUB_-1207835177'), (u'CAST_-1207833930', u'PTRSUB_-1207832013'), (u'LOAD_-1207847383', u'PTRSUB_-1207831495'), (u'CALL_-1207850242', u'INDIRECT_-1207839397'), ('const-417', u'STORE_-1207850875'), (u'PTRSUB_-1207832662', u'PTRSUB_-1207832660'), (u'LOAD_-1207852217', u'INT_LESS_-1207852179'), (u'INDIRECT_-1207833766', u'MULTIEQUAL_-1207833876'), (u'CAST_-1207831748', u'STORE_-1207850473'), ('const-4', u'PTRSUB_-1207834999'), (u'CAST_-1207831908', u'INT_ADD_-1207832608'), (u'CAST_-1207833232', u'PTRADD_-1207833825'), (u'MULTIEQUAL_-1207834707', u'MULTIEQUAL_-1207834734'), (u'CALL_-1207849278', u'INDIRECT_-1207833250'), (u'INDIRECT_-1207839921', u'MULTIEQUAL_-1207839856'), ('const-0', u'PTRSUB_-1207833980'), (u'CALL_-1207850187', u'INDIRECT_-1207839636'), (u'CALL_-1207848006', u'INDIRECT_-1207832228'), (u'CAST_-1207833050', u'INT_ADD_-1207850245'), (u'INDIRECT_-1207838706', u'MULTIEQUAL_-1207838571'), (u'MULTIEQUAL_-1207836322', u'MULTIEQUAL_-1207833495'), ('tmp_16560', u'CBRANCH_-1207845785'), (u'MULTIEQUAL_-1207835225', u'MULTIEQUAL_-1207835080'), (u'INDIRECT_-1207834990', u'MULTIEQUAL_-1207834981'), (u'MULTIEQUAL_-1207835763', u'MULTIEQUAL_-1207835755'), ('const-417', u'LOAD_-1207847626'), (u'INDIRECT_-1207836052', u'MULTIEQUAL_-1207834842'), ('const-1', u'RETURN_-1207846457'), (u'CAST_-1207833930', u'PTRSUB_-1207831875'), (u'MULTIEQUAL_-1207838202', u'INT_AND_-1207855123'), (u'INDIRECT_-1207833693', u'MULTIEQUAL_-1207834907'), (u'PTRSUB_-1207834062', u'LOAD_-1207850075'), (u'LOAD_-1207849818', u'CAST_-1207831473'), (u'PTRADD_-1207834681', u'INT_NOTEQUAL_-1207849079'), (u'BOOL_OR_-1207835383', u'CBRANCH_-1207855055'), (u'CALL_-1207848564', u'INDIRECT_-1207832106'), (u'MULTIEQUAL_-1207844569', u'INT_ADD_-1207849174'), (u'INDIRECT_-1207839636', u'CAST_-1207832902'), (u'LOAD_-1207849705', u'CALL_-1207849278'), (u'INDIRECT_-1207837377', u'MULTIEQUAL_-1207837594'), (u'INT_MULT_-1207841809', u'INT_ADD_-1207833331'), (u'INT_LEFT_-1207845637', u'COPY_-1207831015'), (u'LOAD_-1207855025', u'INT_OR_-1207854912'), (u'CAST_-1207832571', u'INT_EQUAL_-1207851781'), (u'BOOL_OR_-1207833125', u'CBRANCH_-1207850841'), (u'INT_CARRY_-1207855074', u'INT_ZEXT_-1207855063'), (u'INT_ADD_-1207849351', u'CAST_-1207834175'), ('const-417', u'LOAD_-1207851036'), (u'INDIRECT_-1207832770', u'MULTIEQUAL_-1207832787'), (u'INT_CARRY_-1207855226', u'INT_ZEXT_-1207855209'), (u'PTRSUB_-1207833160', u'CAST_-1207832518'), (u'LOAD_-1207852106', u'INT_NOTEQUAL_-1207852087'), (u'PTRSUB_-1207832515', u'PTRSUB_-1207832513'), (u'LOAD_-1207849372', u'INT_ADD_-1207849345'), (u'COPY_-1207848973', u'MULTIEQUAL_-1207842933'), (u'CAST_-1207832378', u'CALL_-1207849335'), (u'MULTIEQUAL_-1207839151', u'PTRADD_-1207852006'), (u'PTRSUB_-1207830382', u'LOAD_-1207846561'), ('const-0', u'PTRSUB_-1207835039'), (u'INDIRECT_-1207834640', u'MULTIEQUAL_-1207833865'), (u'CALL_-1207844461', u'INDIRECT_-1207831892'), (u'INDIRECT_-1207832998', u'MULTIEQUAL_-1207835634'), (u'MULTIEQUAL_-1207838838', u'CAST_-1207832375'), (u'INDIRECT_-1207834404', u'MULTIEQUAL_-1207834476'), (u'INDIRECT_-1207830991', u'COPY_-1207830975'), (u'CAST_-1207833000', u'INT_ADD_-1207833695'), (u'PTRSUB_-1207832545', u'PTRSUB_-1207832543'), (u'INDIRECT_-1207843739', u'MULTIEQUAL_-1207843527'), (u'CALL_-1207850242', u'INDIRECT_-1207839789'), (u'CAST_-1207833522', u'INT_SUB_-1207853353'), (u'INT_EQUAL_-1207839563', u'BOOL_AND_-1207846248'), (u'MULTIEQUAL_-1207835388', u'MULTIEQUAL_-1207834614'), (u'COPY_-1207850873', u'MULTIEQUAL_-1207838202'), (u'PTRSUB_-1207831397', u'PTRSUB_-1207831166'), ('const-1', u'PTRADD_-1207831168'), (u'LOAD_-1207854823', u'PTRADD_-1207834533'), (u'MULTIEQUAL_-1207843061', u'MULTIEQUAL_-1207842917'), (u'CALL_-1207848110', u'INDIRECT_-1207833604'), (u'LOAD_-1207849096', u'INT_SUB_-1207849059'), ('tmp_9742', u'CBRANCH_-1207850657'), (u'PTRSUB_-1207834559', u'LOAD_-1207854823'), ('const-28', u'PTRSUB_-1207835027'), (u'COPY_-1207833162', u'MULTIEQUAL_-1207843363'), (u'INDIRECT_-1207833496', u'MULTIEQUAL_-1207833458'), (u'CAST_-1207833930', u'PTRSUB_-1207831946'), (u'INDIRECT_-1207840013', u'MULTIEQUAL_-1207839286'), (u'MULTIEQUAL_-1207834863', u'MULTIEQUAL_-1207834836'), (u'INT_ADD_-1207853165', u'STORE_-1207853169'), (u'INDIRECT_-1207833268', u'MULTIEQUAL_-1207836376'), (u'PTRSUB_-1207833251', u'LOAD_-1207850274'), ('tmp_15847', u'BRANCH_-1207849257'), (u'CALL_-1207853243', u'INDIRECT_-1207840143'), ('const-104', u'PTRSUB_-1207832568'), (u'INDIRECT_-1207834982', u'MULTIEQUAL_-1207833823'), ('const-0', u'INT_EQUAL_-1207855579'), (u'INDIRECT_-1207837315', u'MULTIEQUAL_-1207837478'), ('const-4', u'INT_ADD_-1207832547'), (u'INDIRECT_-1207836291', u'MULTIEQUAL_-1207832547'), ('const-48', u'INT_ADD_-1207849345'), (u'MULTIEQUAL_-1207833414', u'MULTIEQUAL_-1207833366'), (u'INDIRECT_-1207833579', u'MULTIEQUAL_-1207835354'), (u'INDIRECT_-1207839637', u'MULTIEQUAL_-1207839518'), (u'MULTIEQUAL_-1207837760', u'MULTIEQUAL_-1207837679'), (u'CAST_-1207834372', u'STORE_-1207854842'), (u'CALL_-1207850242', u'INDIRECT_-1207835266'), ('const-92', u'CALL_-1207851683'), (u'INT_NOTEQUAL_-1207849252', u'CBRANCH_-1207849249'), (u'INDIRECT_-1207838037', u'MULTIEQUAL_-1207837889'), ('const-1', u'RETURN_-1207848105'), (u'MULTIEQUAL_-1207831363', u'MULTIEQUAL_-1207833488'), (u'MULTIEQUAL_-1207834654', u'COPY_-1207831201'), (u'LOAD_-1207849361', u'MULTIEQUAL_-1207844375'), (u'CALL_-1207850744', u'INDIRECT_-1207835377'), ('tmp_65950', u'MULTIEQUAL_-1207836353'), (u'CALL_-1207846887', u'INDIRECT_-1207837920'), ('tmp_16916', u'CBRANCH_-1207845609'), (u'MULTIEQUAL_-1207843363', u'CAST_-1207833050'), (u'LOAD_-1207850614', u'INT_AND_-1207840933'), ('tmp_13077', u'CBRANCH_-1207847406'), ('const-0', u'INT_NOTEQUAL_-1207845613'), (u'INDIRECT_-1207832794', u'MULTIEQUAL_-1207832697'), (u'LOAD_-1207850959', u'INT_NOTEQUAL_-1207841107'), (u'CALL_-1207849382', u'INDIRECT_-1207833130'), (u'CALL_-1207848092', u'INDIRECT_-1207831408'), (u'CALL_-1207854202', u'INDIRECT_-1207836013'), (u'INDIRECT_-1207840587', u'MULTIEQUAL_-1207839960'), ('const-0', u'PTRSUB_-1207831506'), ('const-0', u'PTRSUB_-1207835003'), (u'CALL_-1207849441', u'INDIRECT_-1207834219'), (u'INDIRECT_-1207834595', u'MULTIEQUAL_-1207833436'), (u'INDIRECT_-1207835362', u'MULTIEQUAL_-1207835209'), (u'PTRSUB_-1207831277', u'PTRSUB_-1207831275'), (u'CAST_-1207833686', u'LOAD_-1207853741'), (u'INT_EQUAL_-1207849386', u'CBRANCH_-1207849381'), (u'MULTIEQUAL_-1207831960', u'MULTIEQUAL_-1207831355'), ('tmp_67309', u'MULTIEQUAL_-1207834786'), (u'INDIRECT_-1207839844', u'MULTIEQUAL_-1207839853'), ('const-96', u'PTRSUB_-1207832654'), ('const-2', u'INT_AND_-1207850284'), (u'CALL_-1207845203', u'INDIRECT_-1207832960'), (u'MULTIEQUAL_-1207835497', u'MULTIEQUAL_-1207835155'), (u'LOAD_-1207855189', u'INT_EQUAL_-1207855168'), ('const-4', u'PTRADD_-1207832944'), ('const-40', u'INT_MULT_-1207833398'), (u'INDIRECT_-1207833181', u'MULTIEQUAL_-1207833084'), (u'INDIRECT_-1207839359', u'MULTIEQUAL_-1207839167'), (u'INT_LEFT_-1207845637', u'COPY_-1207831040'), (u'CALL_-1207850145', u'INDIRECT_-1207833611'), (u'MULTIEQUAL_-1207837537', u'CALL_-1207848981'), (u'PTRSUB_-1207832351', u'CAST_-1207831784'), (u'CALL_-1207846312', u'INDIRECT_-1207831643'), (u'MULTIEQUAL_-1207835634', u'MULTIEQUAL_-1207835626'), (u'INT_ADD_-1207853751', u'CAST_-1207833699'), ('const-0', u'PTRSUB_-1207833904'), (u'LOAD_-1207850624', u'INT_EQUAL_-1207850606'), (u'CAST_-1207831874', u'INT_ADD_-1207832547'), (u'MULTIEQUAL_-1207833237', u'MULTIEQUAL_-1207836064'), ('const-28', u'PTRSUB_-1207835155'), ('const-132', u'PTRSUB_-1207834246'), (u'PTRSUB_-1207833836', u'LOAD_-1207850704'), (u'CAST_-1207831914', u'STORE_-1207850875'), (u'CAST_-1207833588', u'INT_SUB_-1207853525'), (u'CAST_-1207831972', u'INT_ADD_-1207832674'), (u'MULTIEQUAL_-1207836076', u'PTRADD_-1207834681'), ('const-1', u'INT_AND_-1207840739'), (u'CALL_-1207850145', u'INDIRECT_-1207834595'), (u'CALL_-1207851159', u'INDIRECT_-1207833869'), (u'PTRSUB_-1207832244', u'CAST_-1207831769'), ('tmp_66280', u'PIECE_-1207841141'), (u'INT_ADD_-1207849339', u'CAST_-1207834167'), (u'LOAD_-1207855494', u'INT_NOTEQUAL_-1207855478'), ('const-331', u'CALL_-1207848534'), (u'MULTIEQUAL_-1207839038', u'MULTIEQUAL_-1207840035'), (u'INDIRECT_-1207837908', u'MULTIEQUAL_-1207837760'), ('tmp_18249', u'CAST_-1207830509'), (u'MULTIEQUAL_-1207837545', u'MULTIEQUAL_-1207837535'), (u'CAST_-1207833625', u'CALL_-1207853607'), (u'INDIRECT_-1207840545', u'MULTIEQUAL_-1207840453'), (u'INDIRECT_-1207833333', u'MULTIEQUAL_-1207833150'), (u'INT_ADD_-1207850882', u'STORE_-1207850858'), ('const-0', u'PTRSUB_-1207832170'), ('tmp_65945', u'INT_NOTEQUAL_-1207853200'), (u'CALL_-1207853243', u'INDIRECT_-1207835491'), (u'INDIRECT_-1207837837', u'MULTIEQUAL_-1207837723'), ('const-417', u'LOAD_-1207851911'), (u'MULTIEQUAL_-1207835130', u'MULTIEQUAL_-1207834907'), (u'INT_EQUAL_-1207845418', u'CBRANCH_-1207845417'), ('const-61', u'PTRSUB_-1207835382'), (u'MULTIEQUAL_-1207834207', u'MULTIEQUAL_-1207833538'), ('const-144', u'PTRSUB_-1207831675'), ('tmp_9887', u'CBRANCH_-1207850552'), (u'INDIRECT_-1207837574', u'MULTIEQUAL_-1207837215'), (u'CALLIND_-1207850613', u'INDIRECT_-1207833658'), (u'INDIRECT_-1207836285', u'MULTIEQUAL_-1207836193'), (u'MULTIEQUAL_-1207840897', u'MULTIEQUAL_-1207840536'), (u'LOAD_-1207852170', u'INT_LESS_-1207852143'), (u'CAST_-1207831416', u'INT_ADD_-1207849631'), (u'PTRSUB_-1207833300', u'LOAD_-1207851943'), ('const-0', u'INT_EQUAL_-1207848184'), ('const-417', u'LOAD_-1207850632'), ('const-61', u'PTRSUB_-1207833769'), (u'INDIRECT_-1207838097', u'MULTIEQUAL_-1207839872'), (u'INT_LESSEQUAL_-1207849264', u'CBRANCH_-1207849274'), (u'INDIRECT_-1207843861', u'MULTIEQUAL_-1207843973'), (u'MULTIEQUAL_-1207840948', u'INT_SUB_-1207846312'), (u'LOAD_-1207850912', u'CAST_-1207834573'), (u'MULTIEQUAL_-1207840636', u'MULTIEQUAL_-1207840612'), (u'PTRSUB_-1207833139', u'CAST_-1207832552'), (u'CALL_-1207850237', u'INDIRECT_-1207833845'), (u'LOAD_-1207852827', u'CAST_-1207833278'), (u'CAST_-1207832518', u'LOAD_-1207850121'), (u'MULTIEQUAL_-1207833806', u'MULTIEQUAL_-1207833747'), ('tmp_5700', u'CBRANCH_-1207851051'), (u'INDIRECT_-1207834405', u'MULTIEQUAL_-1207833711'), (u'STORE_-1207844771', u'INDIRECT_-1207831274'), (u'PTRSUB_-1207833787', u'PTRSUB_-1207833785'), (u'MULTIEQUAL_-1207835904', u'MULTIEQUAL_-1207835130'), (u'PTRSUB_-1207831597', u'STORE_-1207847521'), (u'CAST_-1207834065', u'CALL_-1207849136'), (u'CALL_-1207851159', u'INDIRECT_-1207834127'), (u'CALL_-1207850359', u'CBRANCH_-1207850338'), (u'PTRSUB_-1207833340', u'CAST_-1207832676'), (u'CAST_-1207833018', u'CALL_-1207850359'), (u'CALL_-1207849335', u'INDIRECT_-1207834404'), ('tmp_4387', u'CBRANCH_-1207852291'), ('tmp_2442', u'CBRANCH_-1207853883'), (u'INT_EQUAL_-1207839773', u'BOOL_AND_-1207845540'), (u'CAST_-1207831946', u'LOAD_-1207850959'), ('const-32', u'PTRSUB_-1207834981'), (u'MULTIEQUAL_-1207840525', u'CAST_-1207833484'), (u'LOAD_-1207853199', u'MULTIEQUAL_-1207833726'), (u'COPY_-1207833541', u'PTRSUB_-1207833943'), ('const-417', u'LOAD_-1207849712'), (u'LOAD_-1207850836', u'PTRSUB_-1207832359'), (u'INDIRECT_-1207833420', u'MULTIEQUAL_-1207833150'), (u'PTRSUB_-1207831864', u'PTRSUB_-1207831841'), ('tmp_2626', u'CBRANCH_-1207853748'), (u'LOAD_-1207854364', u'INT_NOTEQUAL_-1207854343'), (u'INDIRECT_-1207830908', u'COPY_-1207830880'), (u'CALL_-1207850242', u'INDIRECT_-1207835395'), (u'PTRSUB_-1207832628', u'CAST_-1207831972'), (u'CALL_-1207850145', u'INDIRECT_-1207842172'), (u'LOAD_-1207849355', u'INT_SUB_-1207849318'), (u'MULTIEQUAL_-1207843561', u'COPY_-1207833515'), (u'CALL_-1207848534', u'INDIRECT_-1207832303'), (u'INT_NOTEQUAL_-1207852930', u'CBRANCH_-1207852930'), (u'INDIRECT_-1207837528', u'MULTIEQUAL_-1207837535'), (u'INDIRECT_-1207839900', u'MULTIEQUAL_-1207839781'), (u'CALL_-1207850359', u'INDIRECT_-1207839844'), ('const-4510557', u'COPY_-1207831039'), ('const-417', u'LOAD_-1207853559'), ('const-4', u'INT_ADD_-1207853147'), (u'MULTIEQUAL_-1207840135', u'MULTIEQUAL_-1207839990'), (u'LOAD_-1207852459', u'MULTIEQUAL_-1207843330'), (u'MULTIEQUAL_-1207839415', u'MULTIEQUAL_-1207839390'), (u'LOAD_-1207850836', u'PTRSUB_-1207832466'), (u'CAST_-1207832283', u'CALL_-1207849164'), ('const-4', u'PTRSUB_-1207831426'), (u'MULTIEQUAL_-1207840687', u'MULTIEQUAL_-1207840606'), (u'MULTIEQUAL_-1207836247', u'MULTIEQUAL_-1207833156'), (u'INT_ADD_-1207850045', u'MULTIEQUAL_-1207833684'), (u'CAST_-1207833930', u'PTRSUB_-1207834394'), (u'PTRSUB_-1207834392', u'PTRSUB_-1207834390'), (u'LOAD_-1207849008', u'MULTIEQUAL_-1207843882'), (u'CAST_-1207833401', u'STORE_-1207853082'), (u'MULTIEQUAL_-1207838329', u'MULTIEQUAL_-1207838270'), (u'INDIRECT_-1207832735', u'MULTIEQUAL_-1207832826'), (u'CAST_-1207832572', u'INT_ADD_-1207833305'), (u'CALL_-1207849481', u'INDIRECT_-1207837953'), (u'MULTIEQUAL_-1207832769', u'MULTIEQUAL_-1207832759'), ('const-0', u'INT_NOTEQUAL_-1207850584'), (u'MULTIEQUAL_-1207841724', u'INT_2COMP_-1207847043'), ('tmp_2548', u'CBRANCH_-1207853800'), (u'INT_AND_-1207846345', u'INT_LEFT_-1207846341'), ('const-96', u'PTRSUB_-1207835005'), (u'MULTIEQUAL_-1207836505', u'MULTIEQUAL_-1207833414'), ('tmp_17376', u'CBRANCH_-1207845083'), (u'INT_ADD_-1207833726', u'INT_ADD_-1207833717'), (u'PTRADD_-1207831286', u'CALL_-1207846195'), ('const-4', u'PTRSUB_-1207834388'), ('const-417', u'STORE_-1207854848'), (u'INT_ADD_-1207854967', u'INT_ADD_-1207854962'), (u'CALL_-1207850359', u'INDIRECT_-1207834934'), ('const-417', u'LOAD_-1207852048'), ('const-0', u'PTRSUB_-1207832472'), (u'CALL_-1207846195', u'INDIRECT_-1207832348'), (u'MULTIEQUAL_-1207833840', u'MULTIEQUAL_-1207833796'), (u'INDIRECT_-1207832932', u'MULTIEQUAL_-1207831047'), (u'PTRSUB_-1207833757', u'PTRSUB_-1207833733'), (u'LOAD_-1207854274', u'INT_EQUAL_-1207854256'), (u'CALL_-1207854013', u'INDIRECT_-1207835942'), (u'INDIRECT_-1207843861', u'MULTIEQUAL_-1207843940'), (u'LOAD_-1207852310', u'INT_EQUAL_-1207852295'), ('const-5645', u'CALL_-1207844237'), (u'INT_SRIGHT_-1207853331', u'CAST_-1207833518'), ('const-1', u'COPY_-1207831829'), (u'INDIRECT_-1207835753', u'MULTIEQUAL_-1207835612'), (u'CAST_-1207830937', u'COPY_-1207831034'), (u'INDIRECT_-1207834146', u'MULTIEQUAL_-1207833924'), (u'MULTIEQUAL_-1207834425', u'MULTIEQUAL_-1207832430'), ('tmp_11890', u'CBRANCH_-1207849963'), (u'CALL_-1207848210', u'PTRSUB_-1207832047'), ('tmp_18244', u'CAST_-1207830510'), (u'INDIRECT_-1207835884', u'MULTIEQUAL_-1207833654'), ('const-1', u'RETURN_-1207851678'), ('const-12', u'COPY_-1207849146'), (u'SUBPIECE_-1207841291', u'INT_AND_-1207845136'), (u'MULTIEQUAL_-1207834038', u'MULTIEQUAL_-1207832043'), ('const-20', u'INT_ADD_-1207833412'), (u'INDIRECT_-1207833056', u'MULTIEQUAL_-1207832942'), ('tmp_10599', u'CBRANCH_-1207850224'), (u'INT_AND_-1207854765', u'INT_EQUAL_-1207854779'), (u'MULTIEQUAL_-1207841182', u'INT_ADD_-1207845907'), (u'CALL_-1207850744', u'INDIRECT_-1207834264'), ('const-417', u'STORE_-1207854943'), ('const-64', u'PTRSUB_-1207831628'), ('const-8', u'INT_AND_-1207850650'), (u'MULTIEQUAL_-1207833780', u'MULTIEQUAL_-1207831724'), (u'MULTIEQUAL_-1207837460', u'MULTIEQUAL_-1207840636'), ('const-28', u'PTRSUB_-1207832393'), (u'CALL_-1207848092', u'INDIRECT_-1207832134'), (u'INT_AND_-1207845461', u'CAST_-1207830861'), (u'CALL_-1207849278', u'INDIRECT_-1207833508'), (u'INDIRECT_-1207839766', u'MULTIEQUAL_-1207839757'), (u'MULTIEQUAL_-1207835387', u'MULTIEQUAL_-1207835305'), (u'INT_EQUAL_-1207839772', u'BOOL_AND_-1207845540'), (u'MULTIEQUAL_-1207843341', u'CAST_-1207833000'), ('const-44', u'INT_ADD_-1207853793'), (u'INDIRECT_-1207836542', u'MULTIEQUAL_-1207836652'), (u'MULTIEQUAL_-1207833414', u'MULTIEQUAL_-1207833404'), (u'INDIRECT_-1207834853', u'MULTIEQUAL_-1207833694'), (u'INT_AND_-1207849664', u'INT_EQUAL_-1207849678'), (u'MULTIEQUAL_-1207841028', u'MULTIEQUAL_-1207841004'), (u'INDIRECT_-1207833139', u'MULTIEQUAL_-1207832510'), (u'CALL_-1207846832', u'INDIRECT_-1207832553'), (u'INDIRECT_-1207836011', u'MULTIEQUAL_-1207835284'), ('const-417', u'LOAD_-1207855189'), ('const-0', u'PTRSUB_-1207832311'), (u'CALL_-1207845951', u'INDIRECT_-1207832276'), (u'MULTIEQUAL_-1207843697', u'MULTIEQUAL_-1207839971'), (u'STORE_-1207850875', u'INDIRECT_-1207832985'), ('const-20', u'PTRSUB_-1207835189'), ('const-164', u'PTRSUB_-1207831659'), (u'SUBPIECE_-1207838437', u'CAST_-1207831727'), (u'PTRSUB_-1207835191', u'PTRSUB_-1207835189'), (u'CALL_-1207846195', u'INDIRECT_-1207837258'), (u'INDIRECT_-1207833961', u'MULTIEQUAL_-1207834891'), (u'INDIRECT_-1207839637', u'MULTIEQUAL_-1207839628'), (u'CALL_-1207853243', u'INDIRECT_-1207839880'), (u'CALL_-1207848210', u'INT_EQUAL_-1207848184'), ('const-1', u'CALL_-1207854013'), (u'CALL_-1207850145', u'INDIRECT_-1207834853'), (u'PTRSUB_-1207833928', u'LOAD_-1207852882'), (u'MULTIEQUAL_-1207832547', u'MULTIEQUAL_-1207836077'), (u'MULTIEQUAL_-1207835359', u'MULTIEQUAL_-1207835326'), ('const-417', u'LOAD_-1207849818'), (u'INDIRECT_-1207840037', u'MULTIEQUAL_-1207843673'), (u'MULTIEQUAL_-1207837478', u'CAST_-1207830788'), (u'PTRSUB_-1207832062', u'PTRSUB_-1207832060'), (u'CALL_-1207846887', u'INDIRECT_-1207840587'), (u'CAST_-1207833201', u'INT_NOTEQUAL_-1207850658'), (u'MULTIEQUAL_-1207840020', u'MULTIEQUAL_-1207839678'), ('const-0', u'PTRSUB_-1207834307'), (u'MULTIEQUAL_-1207833453', u'MULTIEQUAL_-1207833543'), (u'INT_NOTEQUAL_-1207852016', u'CBRANCH_-1207852016'), (u'MULTIEQUAL_-1207834193', u'MULTIEQUAL_-1207834167'), ('const-322', u'CALL_-1207848564'), (u'LOAD_-1207850646', u'MULTIEQUAL_-1207836574'), (u'INDIRECT_-1207832477', u'MULTIEQUAL_-1207832568'), ('const-0', u'PTRSUB_-1207832180'), (u'CALL_-1207851683', u'INDIRECT_-1207834464'), (u'MULTIEQUAL_-1207841182', u'CAST_-1207834259'), ('tmp_4966', u'CBRANCH_-1207851920'), (u'CALL_-1207845464', u'INDIRECT_-1207831810'), (u'PTRSUB_-1207832507', u'PTRSUB_-1207832505'), ('const-0', u'PTRSUB_-1207835183'), (u'CAST_-1207834175', u'LOAD_-1207849367'), (u'INT_ADD_-1207845165', u'MULTIEQUAL_-1207840948'), (u'INDIRECT_-1207837483', u'MULTIEQUAL_-1207837607'), (u'CALL_-1207845203', u'INDIRECT_-1207832315'), (u'CALL_-1207848210', u'INDIRECT_-1207838226'), (u'CALL_-1207852978', u'PTRADD_-1207850322'), ('tmp_9996', u'CBRANCH_-1207850492'), (u'INT_AND_-1207841050', u'INT_EQUAL_-1207850737'), ('tmp_11379', u'CBRANCH_-1207849149'), (u'MULTIEQUAL_-1207836271', u'MULTIEQUAL_-1207834425'), (u'INDIRECT_-1207835495', u'MULTIEQUAL_-1207835026'), ('const-0', u'SUBPIECE_-1207832250'), (u'STORE_-1207853169', u'INDIRECT_-1207834405'), (u'INDIRECT_-1207834090', u'MULTIEQUAL_-1207835020'), (u'CALL_-1207845464', u'INDIRECT_-1207832923'), ('const-0', u'PTRSUB_-1207834624'), (u'MULTIEQUAL_-1207832289', u'MULTIEQUAL_-1207835806'), ('const-0', u'INT_NOTEQUAL_-1207852930'), (u'CALL_-1207849164', u'INDIRECT_-1207838706'), (u'MULTIEQUAL_-1207839549', u'MULTIEQUAL_-1207839524'), (u'LOAD_-1207853809', u'MULTIEQUAL_-1207843330'), (u'INT_SRIGHT_-1207849391', u'INT_EQUAL_-1207849392'), (u'MULTIEQUAL_-1207838967', u'CAST_-1207832376'), (u'LOAD_-1207852041', u'CALL_-1207848092'), (u'MULTIEQUAL_-1207833854', u'MULTIEQUAL_-1207833806'), (u'INDIRECT_-1207839884', u'MULTIEQUAL_-1207839415'), (u'MULTIEQUAL_-1207836352', u'MULTIEQUAL_-1207832676'), ('const-4', u'INT_ADD_-1207832648'), (u'INDIRECT_-1207837791', u'MULTIEQUAL_-1207837173'), (u'INT_EQUAL_-1207849878', u'CBRANCH_-1207849875'), ('const-32', u'PTRSUB_-1207833300'), (u'INT_ADD_-1207833332', u'PTRADD_-1207851854'), (u'INDIRECT_-1207831035', u'COPY_-1207831081'), (u'MULTIEQUAL_-1207839461', u'MULTIEQUAL_-1207839436'), (u'CALL_-1207847777', u'INDIRECT_-1207831967'), (u'INT_AND_-1207839776', u'INT_NOTEQUAL_-1207845613'), ('const-417', u'LOAD_-1207854274'), (u'MULTIEQUAL_-1207838556', u'MULTIEQUAL_-1207838340'), (u'PTRSUB_-1207832045', u'PTRSUB_-1207832043'), (u'INDIRECT_-1207836910', u'MULTIEQUAL_-1207838083'), (u'LOAD_-1207850342', u'PTRADD_-1207831961'), (u'PTRSUB_-1207834388', u'INT_EQUAL_-1207850386'), (u'LOAD_-1207850830', u'INT_AND_-1207841013'), (u'CALLIND_-1207847126', u'INDIRECT_-1207837615'), (u'MULTIEQUAL_-1207836353', u'MULTIEQUAL_-1207836523'), (u'INDIRECT_-1207833420', u'MULTIEQUAL_-1207833444'), ('tmp_11855', u'BRANCH_-1207848944'), (u'INT_ADD_-1207845514', u'INT_AND_-1207845461'), (u'CALL_-1207849062', u'INDIRECT_-1207837696'), (u'CAST_-1207831421', u'INT_ADD_-1207849637'), (u'CAST_-1207834167', u'LOAD_-1207849355'), (u'INT_ADD_-1207850036', u'CAST_-1207833416'), (u'INDIRECT_-1207831810', u'MULTIEQUAL_-1207831665'), (u'CALL_-1207850744', u'INDIRECT_-1207835248'), ('const-417', u'LOAD_-1207850730'), (u'INT_SUB_-1207845196', u'SUBPIECE_-1207841291'), (u'INDIRECT_-1207836978', u'MULTIEQUAL_-1207840612'), ('const-4716860', u'COPY_-1207831031'), (u'CALL_-1207844965', u'INDIRECT_-1207832169'), (u'INT_NOTEQUAL_-1207853200', u'CBRANCH_-1207853200'), ('const-417', u'LOAD_-1207853420'), (u'COPY_-1207831019', u'MULTIEQUAL_-1207839576'), (u'MULTIEQUAL_-1207844387', u'PTRSUB_-1207834354'), (u'LOAD_-1207853420', u'SUBPIECE_-1207833715'), (u'MULTIEQUAL_-1207842954', u'PTRADD_-1207851849'), (u'INT_AND_-1207845641', u'INT_LEFT_-1207845637'), (u'MULTIEQUAL_-1207836193', u'MULTIEQUAL_-1207836150'), ('const-4', u'PTRADD_-1207834533'), ('const-4', u'INT_ADD_-1207847174'), (u'INDIRECT_-1207835228', u'MULTIEQUAL_-1207835149'), (u'CALL_-1207847003', u'SUBPIECE_-1207844888'), ('const-1', u'COPY_-1207831603'), (u'PTRSUB_-1207835136', u'LOAD_-1207855006'), (u'INDIRECT_-1207835119', u'MULTIEQUAL_-1207834320'), (u'INDIRECT_-1207837774', u'MULTIEQUAL_-1207837626'), ('const-0', u'INT_NOTEQUAL_-1207852016'), ('tmp_10543', u'BRANCH_-1207850099'), (u'INDIRECT_-1207840936', u'MULTIEQUAL_-1207841013'), (u'COPY_-1207830717', u'CALL_-1207844188'), (u'INDIRECT_-1207835111', u'MULTIEQUAL_-1207833952'), (u'CALL_-1207849024', u'INDIRECT_-1207836375'), (u'MULTIEQUAL_-1207837571', u'CAST_-1207833625'), (u'MULTIEQUAL_-1207842818', u'MULTIEQUAL_-1207842476'), ('const-0', u'INT_EQUAL_-1207850606'), (u'INDIRECT_-1207833658', u'MULTIEQUAL_-1207831764'), (u'CALL_-1207844965', u'INDIRECT_-1207832040'), (u'LOAD_-1207850836', u'CALLIND_-1207850613'), (u'INDIRECT_-1207832536', u'MULTIEQUAL_-1207832439'), (u'CALL_-1207846462', u'INDIRECT_-1207831927'), (u'INT_NOTEQUAL_-1207852071', u'CBRANCH_-1207852069'), (u'MULTIEQUAL_-1207843697', u'MULTIEQUAL_-1207840606'), ('const-0', u'COPY_-1207833638'), (u'INDIRECT_-1207838839', u'MULTIEQUAL_-1207839128'), (u'MULTIEQUAL_-1207842818', u'MULTIEQUAL_-1207833549'), ('const-417', u'STORE_-1207850473'), ('tmp_7768', u'CBRANCH_-1207849740'), ('const-0', u'PTRSUB_-1207832662'), (u'MULTIEQUAL_-1207840410', u'MULTIEQUAL_-1207840402'), ('tmp_9123', u'CBRANCH_-1207848064'), (u'INDIRECT_-1207839113', u'MULTIEQUAL_-1207839349'), (u'INT_ADD_-1207849396', u'MULTIEQUAL_-1207836954'), (u'BOOL_NEGATE_-1207841799', u'BOOL_AND_-1207851857'), (u'CALL_-1207846195', u'INDIRECT_-1207837516'), (u'MULTIEQUAL_-1207832547', u'MULTIEQUAL_-1207836064'), ('const-417', u'LOAD_-1207854176'), (u'PTRSUB_-1207834568', u'CAST_-1207833924'), (u'MULTIEQUAL_-1207840020', u'MULTIEQUAL_-1207833548'), (u'MULTIEQUAL_-1207831360', u'MULTIEQUAL_-1207833087'), ('const-0', u'INT_EQUAL_-1207846378'), (u'MULTIEQUAL_-1207841182', u'CAST_-1207830577'), ('const-0', u'PTRSUB_-1207833733'), (u'CAST_-1207829951', u'CALL_-1207846520'), (u'COPY_-1207831621', u'MULTIEQUAL_-1207831873'), (u'LOAD_-1207855195', u'PTRSUB_-1207835132'), (u'INDIRECT_-1207838969', u'MULTIEQUAL_-1207839128'), ('const-1', u'RETURN_-1207848006'), ('tmp_17484', u'CBRANCH_-1207848761'), (u'CALL_-1207849164', u'INDIRECT_-1207834575'), (u'PTRSUB_-1207831954', u'CAST_-1207831490'), (u'CALL_-1207845203', u'INDIRECT_-1207837354'), ('tmp_65948', u'MULTIEQUAL_-1207836611'), (u'MULTIEQUAL_-1207833730', u'MULTIEQUAL_-1207833617'), (u'CALL_-1207848504', u'INDIRECT_-1207832207'), (u'LOAD_-1207855204', u'PTRSUB_-1207835099'), (u'PTRSUB_-1207831628', u'LOAD_-1207847626'), (u'MULTIEQUAL_-1207834649', u'MULTIEQUAL_-1207835646'), ('const-4', u'PTRSUB_-1207833643'), (u'MULTIEQUAL_-1207833617', u'MULTIEQUAL_-1207833550'), (u'PTRADD_-1207851849', u'COPY_-1207832920'), (u'MULTIEQUAL_-1207842028', u'MULTIEQUAL_-1207842055'), (u'CALL_-1207849539', u'INDIRECT_-1207833204'), (u'MULTIEQUAL_-1207835084', u'MULTIEQUAL_-1207835060'), (u'CAST_-1207832627', u'COPY_-1207832921'), ('const-28', u'PTRSUB_-1207834490'), ('const-417', u'STORE_-1207850647'), (u'CALL_-1207851683', u'INDIRECT_-1207834593'), (u'LOAD_-1207855597', u'PTRSUB_-1207831630'), (u'COPY_-1207830907', u'CALL_-1207848414'), (u'LOAD_-1207855073', u'INT_ADD_-1207855055'), (u'CALL_-1207850242', u'INDIRECT_-1207842585'), (u'MULTIEQUAL_-1207839230', u'MULTIEQUAL_-1207839257'), (u'CAST_-1207831466', u'INT_LESSEQUAL_-1207849741'), (u'MULTIEQUAL_-1207834981', u'MULTIEQUAL_-1207833539'), (u'INDIRECT_-1207837112', u'MULTIEQUAL_-1207840746'), (u'CALL_-1207851159', u'INDIRECT_-1207838779'), ('const-417', u'LOAD_-1207850721'), (u'INT_NOTEQUAL_-1207846764', u'CBRANCH_-1207846763'), (u'MULTIEQUAL_-1207842850', u'INT_ADD_-1207849273'), (u'MULTIEQUAL_-1207838200', u'MULTIEQUAL_-1207838141'), (u'CALL_-1207846462', u'INDIRECT_-1207832185'), ('const-0', u'PTRSUB_-1207831166'), (u'CAST_-1207832150', u'CALL_-1207848981'), ('const-2', u'INT_AND_-1207843580'), (u'PTRADD_-1207834533', u'LOAD_-1207854814'), (u'CALL_-1207851159', u'INDIRECT_-1207834514'), (u'CALL_-1207848930', u'INDIRECT_-1207834233'), ('const-4510557', u'COPY_-1207832251'), (u'INDIRECT_-1207833643', u'MULTIEQUAL_-1207836279'), ('tmp_7583', u'CBRANCH_-1207849838'), ('const-0', u'PTRSUB_-1207835130'), ('tmp_392', u'CBRANCH_-1207855166'), (u'CALL_-1207846462', u'INDIRECT_-1207831669'), (u'MULTIEQUAL_-1207841026', u'MULTIEQUAL_-1207840665'), (u'CALL_-1207845418', u'INDIRECT_-1207831846'), (u'INDIRECT_-1207836181', u'MULTIEQUAL_-1207834499'), (u'CALL_-1207850744', u'INDIRECT_-1207840029'), (u'INT_ZEXT_-1207841190', u'INT_LEFT_-1207845132'), (u'INDIRECT_-1207834264', u'MULTIEQUAL_-1207834207'), (u'MULTIEQUAL_-1207833617', u'MULTIEQUAL_-1207833078'), (u'CALL_-1207845464', u'INDIRECT_-1207837312'), ('const-4', u'PTRSUB_-1207833617'), (u'PTRSUB_-1207832397', u'PTRSUB_-1207832395'), (u'INDIRECT_-1207836781', u'MULTIEQUAL_-1207837954'), (u'PTRSUB_-1207833261', u'PTRSUB_-1207833259'), (u'COPY_-1207832209', u'CALL_-1207849167'), (u'PTRSUB_-1207830493', u'LOAD_-1207846556'), (u'MULTIEQUAL_-1207839910', u'MULTIEQUAL_-1207840020'), (u'CALL_-1207849458', u'INDIRECT_-1207843739'), (u'INT_NOTEQUAL_-1207852087', u'CBRANCH_-1207852087'), (u'CALL_-1207848534', u'INDIRECT_-1207832432'), (u'INDIRECT_-1207837959', u'MULTIEQUAL_-1207838200'), (u'INT_LESSEQUAL_-1207849741', u'CBRANCH_-1207849740'), (u'CAST_-1207832998', u'CALL_-1207850120'), (u'PTRADD_-1207831961', u'LOAD_-1207850333'), (u'INT_ADD_-1207845426', u'MULTIEQUAL_-1207840948'), (u'INDIRECT_-1207836549', u'MULTIEQUAL_-1207836335'), (u'INDIRECT_-1207834953', u'MULTIEQUAL_-1207834939'), ('const-0', u'PTRSUB_-1207832436'), (u'LOAD_-1207849827', u'PTRADD_-1207831740'), (u'MULTIEQUAL_-1207834137', u'MULTIEQUAL_-1207834100'), (u'INDIRECT_-1207835111', u'MULTIEQUAL_-1207835033'), (u'INT_NOTEQUAL_-1207852839', u'CBRANCH_-1207852838'), (u'MULTIEQUAL_-1207834504', u'MULTIEQUAL_-1207834391'), (u'CAST_-1207834524', u'INT_ADD_-1207855224'), (u'LOAD_-1207854359', u'INT_NOTEQUAL_-1207854343'), ('const-0', u'PTRSUB_-1207832043'), ('tmp_67309', u'PTRSUB_-1207835396'), ('const-0', u'INT_EQUAL_-1207854256'), ('const-4703183', u'COPY_-1207830843'), ('const-4', u'INT_ADD_-1207850240'), (u'INDIRECT_-1207834704', u'MULTIEQUAL_-1207834569'), (u'COPY_-1207831059', u'MULTIEQUAL_-1207831364'), (u'PTRSUB_-1207832541', u'PTRSUB_-1207832539'), (u'INDIRECT_-1207839342', u'MULTIEQUAL_-1207839461'), (u'MULTIEQUAL_-1207836361', u'MULTIEQUAL_-1207832083'), (u'LOAD_-1207850730', u'INT_EQUAL_-1207850715'), ('const-417', u'LOAD_-1207852068'), (u'LOAD_-1207850836', u'PTRSUB_-1207832545'), ('tmp_18249', u'CALL_-1207851159'), (u'LOAD_-1207853199', u'INT_ADD_-1207853155'), (u'MULTIEQUAL_-1207839461', u'MULTIEQUAL_-1207839628'), (u'MULTIEQUAL_-1207843697', u'MULTIEQUAL_-1207843673'), (u'CALL_-1207849167', u'INDIRECT_-1207833068'), (u'CAST_-1207833742', u'COPY_-1207833895'), ('const-28', u'PTRSUB_-1207832338'), (u'COPY_-1207833494', u'CALL_-1207851683'), (u'INDIRECT_-1207835321', u'MULTIEQUAL_-1207835330'), (u'CALL_-1207849458', u'INDIRECT_-1207840943'), (u'INDIRECT_-1207837370', u'MULTIEQUAL_-1207841004'), (u'INT_EQUAL_-1207840951', u'CBRANCH_-1207850467'), (u'MULTIEQUAL_-1207837937', u'MULTIEQUAL_-1207837878'), ('tmp_3077', u'CBRANCH_-1207853478'), ('const-8', u'PTRSUB_-1207833943'), (u'CAST_-1207831490', u'PTRSUB_-1207831953'), (u'CALL_-1207850187', u'INDIRECT_-1207834726'), (u'COPY_-1207831074', u'CALL_-1207846832'), (u'LOAD_-1207855025', u'INT_AND_-1207843611'), (u'PTRSUB_-1207835003', u'PTRSUB_-1207835001'), ('const-4', u'INT_ADD_-1207832328'), (u'PTRSUB_-1207835344', u'PTRSUB_-1207835343'), ('const-0', u'COPY_-1207850465'), (u'INDIRECT_-1207832752', u'MULTIEQUAL_-1207832123'), ('const-417', u'LOAD_-1207853809'), ('const-0', u'COPY_-1207831621'), (u'CALL_-1207851159', u'INDIRECT_-1207834385'), ('const-56', u'INT_ADD_-1207849631'), (u'MULTIEQUAL_-1207839261', u'MULTIEQUAL_-1207839038'), (u'LOAD_-1207853709', u'PTRADD_-1207833832'), (u'MULTIEQUAL_-1207833417', u'PTRSUB_-1207832825'), (u'COPY_-1207850863', u'MULTIEQUAL_-1207838588'), (u'PTRADD_-1207833752', u'LOAD_-1207853472'), (u'CALL_-1207845203', u'INDIRECT_-1207837225'), ('tmp_18249', u'CALL_-1207854202'), (u'PTRSUB_-1207832415', u'STORE_-1207850647'), ('const-1', u'RETURN_-1207847397'), (u'PTRSUB_-1207833733', u'LOAD_-1207853396'), (u'CAST_-1207834146', u'INT_LESSEQUAL_-1207849264'), (u'MULTIEQUAL_-1207835110', u'MULTIEQUAL_-1207834768'), (u'INDIRECT_-1207833643', u'MULTIEQUAL_-1207833495'), (u'INT_MULT_-1207849086', u'INT_ADD_-1207849098'), (u'INDIRECT_-1207832839', u'MULTIEQUAL_-1207832721'), (u'INDIRECT_-1207839637', u'MULTIEQUAL_-1207838838'), ('const-4711240', u'COPY_-1207830712'), ('const-1', u'RETURN_-1207846827'), ('const-417', u'LOAD_-1207850959'), (u'CALL_-1207847003', u'INDIRECT_-1207832927'), (u'PTRSUB_-1207831166', u'LOAD_-1207845780'), (u'INT_EQUAL_-1207849243', u'CBRANCH_-1207849237'), ('const-0', u'SUBPIECE_-1207832215'), (u'LOAD_-1207853692', u'PTRSUB_-1207834189'), (u'STORE_-1207850552', u'INDIRECT_-1207832859'), ('const-0', u'PTRSUB_-1207830502'), (u'MULTIEQUAL_-1207832160', u'MULTIEQUAL_-1207835690'), (u'INDIRECT_-1207832348', u'MULTIEQUAL_-1207832439'), (u'MULTIEQUAL_-1207833078', u'MULTIEQUAL_-1207833029'), ('const-60', u'PTRSUB_-1207834956'), (u'INT_OR_-1207845678', u'COPY_-1207831019'), (u'MULTIEQUAL_-1207835965', u'MULTIEQUAL_-1207832289'), (u'MULTIEQUAL_-1207836361', u'MULTIEQUAL_-1207836245'), ('const-0', u'PTRSUB_-1207832368'), (u'CALL_-1207850145', u'INDIRECT_-1207839113'), ('const-417', u'LOAD_-1207851025'), (u'INDIRECT_-1207832404', u'COPY_-1207832447'), (u'INDIRECT_-1207832927', u'MULTIEQUAL_-1207832568'), (u'INDIRECT_-1207832087', u'MULTIEQUAL_-1207832023'), (u'MULTIEQUAL_-1207834322', u'MULTIEQUAL_-1207834296'), (u'LOAD_-1207851036', u'PTRSUB_-1207832615'), (u'MULTIEQUAL_-1207842850', u'INT_ADD_-1207849266'), ('const-417', u'LOAD_-1207854823'), ('const-44', u'INT_ADD_-1207849092'), (u'MULTIEQUAL_-1207841026', u'MULTIEQUAL_-1207841005'), (u'INDIRECT_-1207836162', u'MULTIEQUAL_-1207832418'), (u'INDIRECT_-1207835403', u'MULTIEQUAL_-1207833715'), (u'LOAD_-1207855006', u'SUBPIECE_-1207834571'), (u'INT_EQUAL_-1207850737', u'CBRANCH_-1207850726'), (u'INT_ADD_-1207833717', u'PTRADD_-1207850322'), (u'MULTIEQUAL_-1207838865', u'MULTIEQUAL_-1207838838'), (u'CALL_-1207850237', u'INDIRECT_-1207833974'), ('tmp_4295', u'CBRANCH_-1207852353'), (u'LOAD_-1207851071', u'MULTIEQUAL_-1207832357'), (u'MULTIEQUAL_-1207839230', u'CAST_-1207832378'), ('const-5684', u'PTRSUB_-1207833787'), (u'INT_EQUAL_-1207853655', u'CBRANCH_-1207853652'), (u'INT_EQUAL_-1207852295', u'CBRANCH_-1207852291'), (u'INDIRECT_-1207840587', u'MULTIEQUAL_-1207843697'), ('const-4711104', u'COPY_-1207830866'), ('const-0', u'PTRSUB_-1207834172'), (u'PTRSUB_-1207832346', u'PTRSUB_-1207832344'), (u'CAST_-1207833930', u'PTRSUB_-1207833984'), ('tmp_5257', u'CBRANCH_-1207851776'), (u'COPY_-1207832920', u'MULTIEQUAL_-1207842954'), (u'INDIRECT_-1207835288', u'MULTIEQUAL_-1207835211'), (u'LOAD_-1207849712', u'PTRADD_-1207831732'), (u'PTRSUB_-1207832368', u'PTRSUB_-1207832366'), (u'CALL_-1207853062', u'INDIRECT_-1207840184'), (u'PTRSUB_-1207831637', u'LOAD_-1207847635'), ('const-12', u'INT_EQUAL_-1207852295'), (u'INDIRECT_-1207831700', u'MULTIEQUAL_-1207831636'), ('const-0', u'INT_NOTEQUAL_-1207843628'), ('tmp_17341', u'BRANCH_-1207845165'), ('const-0', u'SUBPIECE_-1207834604'), (u'INDIRECT_-1207834146', u'MULTIEQUAL_-1207834218'), (u'INT_AND_-1207841013', u'STORE_-1207850647'), (u'INDIRECT_-1207835536', u'MULTIEQUAL_-1207833854'), (u'INT_LEFT_-1207845680', u'INT_OR_-1207845678'), (u'INT_SUB_-1207853525', u'INT_SRIGHT_-1207853503'), (u'INDIRECT_-1207838922', u'MULTIEQUAL_-1207838700'), (u'CALLIND_-1207850323', u'INDIRECT_-1207832770'), (u'LOAD_-1207854182', u'INT_LESS_-1207853908'), ('const-4715096', u'COPY_-1207831010'), (u'CALL_-1207850187', u'INDIRECT_-1207834000'), ('const-108', u'PTRSUB_-1207834887'), (u'CAST_-1207833790', u'COPY_-1207832831'), (u'CALL_-1207849382', u'INDIRECT_-1207833646'), (u'MULTIEQUAL_-1207842913', u'PTRADD_-1207851854'), (u'MULTIEQUAL_-1207831873', u'MULTIEQUAL_-1207831973'), (u'CALL_-1207850120', u'INDIRECT_-1207834953'), (u'INDIRECT_-1207837124', u'MULTIEQUAL_-1207837215'), ('const-4', u'INT_ADD_-1207832504'), (u'INDIRECT_-1207838160', u'MULTIEQUAL_-1207838270'), (u'INDIRECT_-1207835506', u'MULTIEQUAL_-1207835497'), (u'CALL_-1207847402', u'INDIRECT_-1207832156'), (u'CALL_-1207848011', u'INDIRECT_-1207832481'), (u'INDIRECT_-1207839359', u'MULTIEQUAL_-1207839280'), (u'INDIRECT_-1207833643', u'CAST_-1207831306'), (u'MULTIEQUAL_-1207838331', u'CAST_-1207834508'), (u'INT_MULT_-1207833397', u'INT_ADD_-1207833397'), ('tmp_65953', u'MULTIEQUAL_-1207835966'), (u'INT_LEFT_-1207846302', u'INT_ADD_-1207846235'), (u'MULTIEQUAL_-1207840770', u'MULTIEQUAL_-1207837044'), (u'PTRSUB_-1207832300', u'PTRSUB_-1207832298'), ('const-0', u'PTRSUB_-1207835144'), (u'MULTIEQUAL_-1207834191', u'MULTIEQUAL_-1207834871'), ('const-248', u'INT_AND_-1207841013'), (u'CALL_-1207848210', u'INDIRECT_-1207833708'), (u'INDIRECT_-1207839471', u'MULTIEQUAL_-1207839590'), (u'MULTIEQUAL_-1207834766', u'CAST_-1207832753'), (u'INT_OR_-1207854912', u'STORE_-1207854904'), (u'CALL_-1207853062', u'INDIRECT_-1207835790'), (u'INDIRECT_-1207841554', u'COPY_-1207831280'), (u'LOAD_-1207851036', u'PTRSUB_-1207832579'), (u'LOAD_-1207850836', u'PTRSUB_-1207832442'), (u'SUBPIECE_-1207841464', u'INT_AND_-1207845684'), (u'INT_ADD_-1207853165', u'MULTIEQUAL_-1207833684'), (u'INT_NOTEQUAL_-1207853728', u'CBRANCH_-1207853726'), (u'CALL_-1207846520', u'INDIRECT_-1207832087'), ('const-417', u'LOAD_-1207847635'), ('const-4510597', u'COPY_-1207830910'), (u'MULTIEQUAL_-1207839230', u'MULTIEQUAL_-1207839910'), (u'PTRSUB_-1207832960', u'LOAD_-1207852048'), (u'COPY_-1207830753', u'MULTIEQUAL_-1207834375'), (u'CALL_-1207846205', u'INDIRECT_-1207830778'), (u'CALL_-1207846195', u'INDIRECT_-1207831622'), ('const-0', u'PTRSUB_-1207832438'), (u'CAST_-1207833587', u'INT_SUB_-1207853525'), (u'STORE_-1207853082', u'INDIRECT_-1207834353'), (u'CALL_-1207854013', u'INDIRECT_-1207835684'), (u'MULTIEQUAL_-1207836376', u'MULTIEQUAL_-1207836352'), (u'MULTIEQUAL_-1207836374', u'MULTIEQUAL_-1207836353'), ('const-0', u'SUBPIECE_-1207831837'), (u'MULTIEQUAL_-1207831355', u'MULTIEQUAL_-1207831927'), (u'PTRSUB_-1207835155', u'LOAD_-1207855025'), (u'MULTIEQUAL_-1207837571', u'CAST_-1207833504'), (u'LOAD_-1207848156', u'SUBPIECE_-1207831837'), ('const-0', u'PTRSUB_-1207831731'), ('const-68', u'INT_ADD_-1207852201'), (u'CALL_-1207850359', u'INDIRECT_-1207834079'), (u'MULTIEQUAL_-1207834100', u'CALL_-1207846887'), (u'CALL_-1207849136', u'INDIRECT_-1207835769'), (u'CALL_-1207853607', u'INDIRECT_-1207834640'), (u'MULTIEQUAL_-1207837328', u'MULTIEQUAL_-1207840858'), (u'CALL_-1207852256', u'INDIRECT_-1207842418'), (u'INDIRECT_-1207836413', u'MULTIEQUAL_-1207836490'), (u'INDIRECT_-1207838087', u'MULTIEQUAL_-1207839301'), (u'MULTIEQUAL_-1207836118', u'MULTIEQUAL_-1207833027'), (u'MULTIEQUAL_-1207837070', u'MULTIEQUAL_-1207840587'), (u'MULTIEQUAL_-1207837393', u'INT_ADD_-1207854967'), (u'COPY_-1207830951', u'CALL_-1207848534'), ('const-28', u'PTRSUB_-1207832058'), (u'MULTIEQUAL_-1207831983', u'MULTIEQUAL_-1207831356'), (u'CAST_-1207831847', u'INT_ADD_-1207832504'), (u'MULTIEQUAL_-1207837302', u'MULTIEQUAL_-1207837291'), (u'CALL_-1207849458', u'INDIRECT_-1207840814'), (u'MULTIEQUAL_-1207836490', u'MULTIEQUAL_-1207836374'), (u'INT_2COMP_-1207855015', u'CAST_-1207834272'), ('tmp_3150', u'CBRANCH_-1207853429'), (u'LOAD_-1207851025', u'INT_ADD_-1207850983'), (u'MULTIEQUAL_-1207837937', u'MULTIEQUAL_-1207837889'), (u'MULTIEQUAL_-1207833453', u'MULTIEQUAL_-1207832922'), (u'CAST_-1207833930', u'PTRSUB_-1207832020'), (u'LOAD_-1207855597', u'PTRSUB_-1207831639'), (u'PTRADD_-1207831168', u'PTRSUB_-1207831166'), ('const-0', u'PTRSUB_-1207833879'), (u'CALL_-1207853607', u'INDIRECT_-1207840405'), (u'PTRSUB_-1207832615', u'LOAD_-1207850986'), ('const-3', u'PTRADD_-1207831256'), ('const-417', u'LOAD_-1207849206'), (u'CALL_-1207853243', u'INDIRECT_-1207834507'), ('const-0', u'INT_EQUAL_-1207850298'), (u'MULTIEQUAL_-1207835033', u'MULTIEQUAL_-1207834499'), (u'CALL_-1207853974', u'INDIRECT_-1207835536'), (u'MULTIEQUAL_-1207839853', u'MULTIEQUAL_-1207840020'), (u'CAST_-1207832284', u'CALL_-1207849164'), ('const-0', u'PTRSUB_-1207832660'), (u'CALL_-1207851972', u'INDIRECT_-1207833740'), (u'CAST_-1207833924', u'LOAD_-1207854274'), (u'COPY_-1207831171', u'CALL_-1207848214'), (u'LOAD_-1207849008', u'INT_EQUAL_-1207848990'), (u'INT_NOTEQUAL_-1207843628', u'CBRANCH_-1207854897'), (u'CALL_-1207850187', u'INDIRECT_-1207839765'), (u'PTRSUB_-1207834148', u'PTRSUB_-1207834134'), (u'CALL_-1207849481', u'INDIRECT_-1207837824'), (u'INT_ADD_-1207855055', u'INT_ADD_-1207855050'), (u'MULTIEQUAL_-1207837033', u'CALL_-1207845807'), (u'MULTIEQUAL_-1207842850', u'INT_ADD_-1207849424'), (u'COPY_-1207833565', u'MULTIEQUAL_-1207844016'), (u'CALL_-1207849441', u'INDIRECT_-1207838613'), (u'PTRSUB_-1207831830', u'CALL_-1207849481'), (u'MULTIEQUAL_-1207835966', u'MULTIEQUAL_-1207836136'), ('const-0', u'PTRSUB_-1207831864'), ('const-3', u'PTRADD_-1207832905'), ('const-32', u'PTRSUB_-1207832549'), (u'LOAD_-1207849864', u'INT_ADD_-1207849026'), (u'MULTIEQUAL_-1207836376', u'MULTIEQUAL_-1207832650'), (u'MULTIEQUAL_-1207839678', u'MULTIEQUAL_-1207839653'), (u'MULTIEQUAL_-1207834370', u'MULTIEQUAL_-1207834322'), ('const-3592355840', u'INT_NOTEQUAL_-1207849214'), (u'CALL_-1207846312', u'INDIRECT_-1207831901'), (u'INT_NOTEQUAL_-1207847292', u'CBRANCH_-1207847292'), (u'PTRSUB_-1207830499', u'PTRSUB_-1207830497'), (u'CAST_-1207833669', u'PTRSUB_-1207834307'), (u'LOAD_-1207847383', u'PTRSUB_-1207831508'), (u'PTRADD_-1207831286', u'CALL_-1207845203'), ('tmp_10178', u'CBRANCH_-1207850338'), ('const-4', u'CALL_-1207848981'), (u'CALL_-1207853607', u'INDIRECT_-1207840667'), (u'MULTIEQUAL_-1207834499', u'MULTIEQUAL_-1207834451'), ('const-4711104', u'COPY_-1207832294'), (u'INT_ADD_-1207835095', u'CAST_-1207834372'), ('const-0', u'PTRSUB_-1207831041'), ('const-24', u'PTRADD_-1207831168'), (u'PTRSUB_-1207834187', u'LOAD_-1207853420'), ('const-417', u'LOAD_-1207855025'), (u'CALL_-1207853243', u'INDIRECT_-1207835878'), (u'PTRSUB_-1207832286', u'PTRSUB_-1207832284'), (u'CALL_-1207850237', u'INDIRECT_-1207833458'), (u'PTRSUB_-1207832317', u'PTRSUB_-1207832315'), (u'INDIRECT_-1207833514', u'COPY_-1207831426'), ('const-4717204', u'COPY_-1207830964'), ('const-335544320', u'INT_NOTEQUAL_-1207849252'), ('tmp_8239', u'CBRANCH_-1207849443'), (u'CALL_-1207846195', u'INDIRECT_-1207832477'), (u'MULTIEQUAL_-1207843824', u'MULTIEQUAL_-1207843463'), (u'INDIRECT_-1207832195', u'MULTIEQUAL_-1207832130'), (u'INT_AND_-1207849593', u'INT_LESS_-1207849557'), ('tmp_18248', u'CALL_-1207847446'), ('const-417', u'LOAD_-1207852379'), (u'INDIRECT_-1207836033', u'CAST_-1207834194'), ('const-417', u'LOAD_-1207853568'), (u'INDIRECT_-1207832881', u'MULTIEQUAL_-1207835989'), ('const-1', u'PTRADD_-1207834681'), (u'MULTIEQUAL_-1207841182', u'INT_SUB_-1207846246'), ('tmp_13210', u'CBRANCH_-1207847292'), (u'CALL_-1207845464', u'SUBPIECE_-1207844626'), (u'CAST_-1207830789', u'CALL_-1207846210'), (u'CAST_-1207833884', u'LOAD_-1207854176'), (u'CALL_-1207849164', u'INDIRECT_-1207833333'), (u'CALL_-1207853974', u'INDIRECT_-1207836052'), (u'PTRSUB_-1207833984', u'PTRSUB_-1207833982'), ('const-0', u'PTRSUB_-1207835337'), (u'MULTIEQUAL_-1207834657', u'CAST_-1207831138'), ('const-1', u'INT_SUB_-1207845196'), ('tmp_4252', u'CBRANCH_-1207852384'), ('const-417', u'STORE_-1207850552'), (u'CALL_-1207853607', u'INDIRECT_-1207840013'), (u'MULTIEQUAL_-1207834040', u'MULTIEQUAL_-1207834207'), (u'CAST_-1207834093', u'STORE_-1207849210'), (u'MULTIEQUAL_-1207836748', u'MULTIEQUAL_-1207832430'), (u'INT_EQUAL_-1207850386', u'CBRANCH_-1207850384'), (u'CALL_-1207852978', u'INDIRECT_-1207835495'), (u'MULTIEQUAL_-1207833541', u'MULTIEQUAL_-1207834897'), (u'CALLIND_-1207850613', u'INDIRECT_-1207832932'), (u'MULTIEQUAL_-1207834296', u'MULTIEQUAL_-1207832301'), (u'MULTIEQUAL_-1207836094', u'CAST_-1207834231'), (u'CAST_-1207833723', u'INT_ADD_-1207853793'), (u'INDIRECT_-1207835753', u'MULTIEQUAL_-1207835026'), (u'MULTIEQUAL_-1207835987', u'MULTIEQUAL_-1207835626'), ('const-4294967256', u'PTRSUB_-1207830752'), (u'MULTIEQUAL_-1207841841', u'INT_LESSEQUAL_-1207849741'), ('const-0', u'INT_EQUAL_-1207839772'), (u'CAST_-1207833700', u'INT_ADD_-1207853751'), ('const-20', u'PTRSUB_-1207832458'), (u'INT_AND_-1207847026', u'CAST_-1207831131'), ('const-96', u'PTRSUB_-1207835344'), (u'MULTIEQUAL_-1207836954', u'PTRADD_-1207832944'), (u'INDIRECT_-1207835624', u'MULTIEQUAL_-1207835483'), (u'PTRADD_-1207833849', u'PTRSUB_-1207833847'), (u'COPY_-1207845805', u'MULTIEQUAL_-1207833213'), (u'COPY_-1207830709', u'MULTIEQUAL_-1207833858'), (u'INDIRECT_-1207833139', u'MULTIEQUAL_-1207833146'), (u'MULTIEQUAL_-1207833548', u'MULTIEQUAL_-1207833489'), (u'INT_AND_-1207845136', u'INT_LEFT_-1207845132'), (u'CALL_-1207849136', u'INDIRECT_-1207836027'), (u'INDIRECT_-1207842172', u'MULTIEQUAL_-1207842410'), (u'CALLIND_-1207847126', u'INDIRECT_-1207841554'), ('const-0', u'PTRSUB_-1207832399'), (u'PTRADD_-1207833825', u'PTRSUB_-1207833823'), ('const-4', u'PTRADD_-1207831740'), (u'MULTIEQUAL_-1207832568', u'MULTIEQUAL_-1207832813'), (u'INT_ADD_-1207849424', u'INT_AND_-1207849243'), ('const-1', u'RETURN_-1207844183'), (u'CALL_-1207852978', u'INDIRECT_-1207842943'), (u'MULTIEQUAL_-1207839349', u'MULTIEQUAL_-1207839167'), ('const-0', u'INT_EQUAL_-1207833988'), (u'MULTIEQUAL_-1207839390', u'MULTIEQUAL_-1207839349'), (u'MULTIEQUAL_-1207834814', u'MULTIEQUAL_-1207834981'), (u'INDIRECT_-1207830778', u'COPY_-1207830776'), (u'INT_SUB_-1207849562', u'COPY_-1207832740'), (u'INT_ADD_-1207854962', u'STORE_-1207854925'), (u'MULTIEQUAL_-1207837199', u'MULTIEQUAL_-1207840729'), ('const-5', u'INT_OR_-1207850496'), (u'CALL_-1207850120', u'INDIRECT_-1207834695'), (u'MULTIEQUAL_-1207833495', u'MULTIEQUAL_-1207833488'), (u'CALLIND_-1207854804', u'INDIRECT_-1207835360'), (u'MULTIEQUAL_-1207840716', u'MULTIEQUAL_-1207837889'), (u'INDIRECT_-1207830943', u'COPY_-1207830944'), (u'INT_AND_-1207843611', u'INT_NOTEQUAL_-1207843628'), (u'LOAD_-1207849690', u'INT_AND_-1207849664'), (u'INDIRECT_-1207835790', u'MULTIEQUAL_-1207835725'), (u'CAST_-1207831753', u'STORE_-1207850479'), (u'CAST_-1207831756', u'LOAD_-1207849439'), (u'LOAD_-1207849439', u'INT_ADD_-1207849396'), (u'CALL_-1207846210', u'INDIRECT_-1207832725'), (u'CALL_-1207850145', u'INDIRECT_-1207839247'), ('const-0', u'PTRSUB_-1207832503'), (u'BOOL_NEGATE_-1207851920', u'CBRANCH_-1207851944'), (u'MULTIEQUAL_-1207837555', u'CAST_-1207834525'), (u'MULTIEQUAL_-1207832684', u'MULTIEQUAL_-1207835860'), (u'LOAD_-1207849114', u'INT_ADD_-1207849086'), ('const-0', u'PTRSUB_-1207835221'), (u'INDIRECT_-1207841981', u'MULTIEQUAL_-1207841761'), ('const-4703183', u'COPY_-1207831257'), (u'PTRSUB_-1207831731', u'PTRSUB_-1207831729'), (u'CALL_-1207849458', u'INDIRECT_-1207836420'), (u'INDIRECT_-1207834724', u'MULTIEQUAL_-1207834960'), (u'CALL_-1207849481', u'INDIRECT_-1207838087'), (u'CALLIND_-1207855137', u'INDIRECT_-1207840802'), (u'MULTIEQUAL_-1207837522', u'CAST_-1207834473'), ('const-1', u'PTRADD_-1207833825'), (u'INDIRECT_-1207835769', u'MULTIEQUAL_-1207835677'), ('tmp_18244', u'PTRSUB_-1207835005'), (u'CALL_-1207849136', u'INDIRECT_-1207835043'), (u'INDIRECT_-1207842301', u'INT_ZEXT_-1207851904'), (u'MULTIEQUAL_-1207842228', u'MULTIEQUAL_-1207841691'), (u'INDIRECT_-1207832521', u'MULTIEQUAL_-1207833694'), ('tmp_13501', u'CBRANCH_-1207847090'), (u'LOAD_-1207849982', u'INT_EQUAL_-1207849964'), (u'SUBPIECE_-1207844626', u'INT_ADD_-1207845426'), (u'INDIRECT_-1207838984', u'MULTIEQUAL_-1207839220'), (u'PTRSUB_-1207832342', u'PTRSUB_-1207832340'), (u'LOAD_-1207851036', u'PTRSUB_-1207832568'), (u'MULTIEQUAL_-1207843514', u'MULTIEQUAL_-1207840687'), (u'INDIRECT_-1207832702', u'MULTIEQUAL_-1207832826'), (u'MULTIEQUAL_-1207836116', u'MULTIEQUAL_-1207836095'), ('const-417', u'LOAD_-1207853709'), (u'INDIRECT_-1207840018', u'MULTIEQUAL_-1207839549'), (u'CALL_-1207849539', u'INDIRECT_-1207833720'), (u'INT_AND_-1207849215', u'INT_NOTEQUAL_-1207849214'), (u'CAST_-1207834508', u'INT_AND_-1207855146'), (u'MULTIEQUAL_-1207838838', u'MULTIEQUAL_-1207838865'), (u'PTRSUB_-1207834531', u'CAST_-1207833888'), ('const-0', u'PTRSUB_-1207835126'), ('tmp_4186', u'CBRANCH_-1207852425'), (u'CALL_-1207844461', u'INDIRECT_-1207832021'), (u'MULTIEQUAL_-1207844637', u'INT_NOTEQUAL_-1207849053'), ('const-417', u'LOAD_-1207847383'), (u'COPY_-1207831118', u'CALL_-1207848006'), ('const-0', u'PTRSUB_-1207832012'), (u'COPY_-1207830749', u'CALL_-1207844461'), (u'INT_SUB_-1207853353', u'INT_SRIGHT_-1207853331'), ('const-0', u'INT_EQUAL_-1207854085'), (u'MULTIEQUAL_-1207833084', u'MULTIEQUAL_-1207833329'), (u'MULTIEQUAL_-1207833694', u'MULTIEQUAL_-1207833677'), (u'CAST_-1207830645', u'COPY_-1207830753'), (u'INDIRECT_-1207836549', u'MULTIEQUAL_-1207832805'), (u'INDIRECT_-1207834264', u'MULTIEQUAL_-1207834097'), ('const-0', u'PTRSUB_-1207834392'), ('const-0', u'PTRSUB_-1207831320'), (u'INT_NOTEQUAL_-1207840034', u'BOOL_OR_-1207832136'), ('const-0', u'PTRSUB_-1207833873'), (u'CALL_-1207844461', u'INDIRECT_-1207830908'), (u'INDIRECT_-1207842943', u'MULTIEQUAL_-1207842476'), ('const-6', u'INT_AND_-1207853715'), (u'LOAD_-1207847383', u'PTRSUB_-1207831043'), (u'MULTIEQUAL_-1207835989', u'MULTIEQUAL_-1207832898'), ('const-0', u'CALL_-1207852256'), (u'INT_EQUAL_-1207851743', u'CBRANCH_-1207851741'), ('const-417', u'LOAD_-1207834960'), (u'CAST_-1207833930', u'PTRSUB_-1207833617'), (u'INDIRECT_-1207832960', u'MULTIEQUAL_-1207833084'), (u'LOAD_-1207850836', u'PTRSUB_-1207832401'), (u'INDIRECT_-1207835082', u'MULTIEQUAL_-1207835201'), (u'COPY_-1207830781', u'CALL_-1207846462'), (u'MULTIEQUAL_-1207835258', u'MULTIEQUAL_-1207835176'), (u'MULTIEQUAL_-1207834786', u'MULTIEQUAL_-1207832618'), ('tmp_10645', u'CBRANCH_-1207850384'), (u'INDIRECT_-1207838350', u'MULTIEQUAL_-1207839280'), (u'STORE_-1207850570', u'INDIRECT_-1207832866'), (u'INT_LESS_-1207846304', u'CBRANCH_-1207846302'), (u'CAST_-1207832055', u'LOAD_-1207851227'), ('const-417', u'LOAD_-1207847346'), (u'CALL_-1207853607', u'INDIRECT_-1207840142'), (u'MULTIEQUAL_-1207835259', u'MULTIEQUAL_-1207835218'), (u'INDIRECT_-1207834810', u'MULTIEQUAL_-1207833078'), (u'MULTIEQUAL_-1207834633', u'MULTIEQUAL_-1207834520'), (u'CAST_-1207832900', u'CALL_-1207850120'), (u'INDIRECT_-1207834900', u'MULTIEQUAL_-1207832618'), (u'INDIRECT_-1207837953', u'MULTIEQUAL_-1207839167'), (u'CALL_-1207849382', u'INDIRECT_-1207833517'), (u'PTRADD_-1207831286', u'COPY_-1207830673'), ('tmp_35998', u'PTRSUB_-1207831463'), ('const-0', u'PTRSUB_-1207832359'), (u'MULTIEQUAL_-1207840687', u'MULTIEQUAL_-1207843514'), (u'CALL_-1207849481', u'INDIRECT_-1207833564'), (u'CALL_-1207849278', u'INT_EQUAL_-1207849252'), (u'INT_EQUAL_-1207852053', u'CBRANCH_-1207852049'), (u'CALL_-1207848210', u'INDIRECT_-1207833966'), (u'CALL_-1207845464', u'INDIRECT_-1207837575'), (u'INDIRECT_-1207831094', u'COPY_-1207831142'), (u'CALL_-1207846210', u'INDIRECT_-1207832596'), (u'INDIRECT_-1207832923', u'MULTIEQUAL_-1207832826'), (u'MULTIEQUAL_-1207841127', u'MULTIEQUAL_-1207841068'), (u'CALLIND_-1207855137', u'INDIRECT_-1207841065'), (u'CALL_-1207845951', u'SUBPIECE_-1207844366'), ('tmp_9851', u'CBRANCH_-1207850578'), (u'MULTIEQUAL_-1207842850', u'INT_ADD_-1207849298'), (u'MULTIEQUAL_-1207840001', u'MULTIEQUAL_-1207839856'), (u'INDIRECT_-1207835043', u'MULTIEQUAL_-1207834900'), (u'CALL_-1207849062', u'INDIRECT_-1207833178'), (u'CALL_-1207849335', u'INDIRECT_-1207839056'), (u'COPY_-1207830892', u'CALL_-1207844965'), ('const-24', u'PTRADD_-1207831245'), (u'PTRSUB_-1207832311', u'PTRSUB_-1207832309'), ('const-417', u'LOAD_-1207849647'), (u'CAST_-1207833930', u'PTRSUB_-1207834531'), (u'CAST_-1207834410', u'STORE_-1207854925'), (u'MULTIEQUAL_-1207835836', u'MULTIEQUAL_-1207832160'), ('const-4521454', u'COPY_-1207851933'), (u'MULTIEQUAL_-1207833419', u'MULTIEQUAL_-1207833360'), (u'CALL_-1207853243', u'INDIRECT_-1207840272'), (u'INT_NOTEQUAL_-1207855541', u'CBRANCH_-1207855540'), (u'CALL_-1207853607', u'INDIRECT_-1207835753'), (u'PTRSUB_-1207832681', u'PTRSUB_-1207832679'), ('const-4', u'PTRSUB_-1207832677'), (u'MULTIEQUAL_-1207840763', u'MULTIEQUAL_-1207840742'), (u'INDIRECT_-1207833611', u'MULTIEQUAL_-1207833796'), ('const-417', u'STORE_-1207850546'), ('const-2415919104', u'INT_EQUAL_-1207849386'), (u'CALL_-1207844965', u'INDIRECT_-1207831782'), (u'MULTIEQUAL_-1207840558', u'MULTIEQUAL_-1207840537'), (u'LOAD_-1207852041', u'INT_NOTEQUAL_-1207852016'), ('const-5684', u'PTRSUB_-1207834369'), (u'LOAD_-1207850836', u'PTRSUB_-1207832408'), (u'CALL_-1207850120', u'INDIRECT_-1207839471'), (u'MULTIEQUAL_-1207834649', u'MULTIEQUAL_-1207834112'), (u'COPY_-1207850465', u'MULTIEQUAL_-1207843341'), (u'MULTIEQUAL_-1207841505', u'INT_2COMP_-1207845498'), (u'INT_2COMP_-1207845498', u'INT_AND_-1207845461'), ('const-4', u'INT_ADD_-1207833717'), (u'MULTIEQUAL_-1207842340', u'MULTIEQUAL_-1207842228'), (u'CALL_-1207849167', u'INDIRECT_-1207833197'), (u'CALL_-1207848011', u'INDIRECT_-1207831368'), ('const-0', u'PTRSUB_-1207831390'), (u'MULTIEQUAL_-1207839653', u'MULTIEQUAL_-1207839430'), (u'MULTIEQUAL_-1207833366', u'MULTIEQUAL_-1207833345'), (u'INT_EQUAL_-1207853453', u'CBRANCH_-1207853451'), (u'PTRSUB_-1207833339', u'PTRSUB_-1207832983'), (u'MULTIEQUAL_-1207835020', u'MULTIEQUAL_-1207835263'), (u'MULTIEQUAL_-1207839261', u'MULTIEQUAL_-1207839220'), (u'MULTIEQUAL_-1207838845', u'MULTIEQUAL_-1207840602'), ('const-2807', u'CALL_-1207845418'), (u'PTRSUB_-1207835136', u'LOAD_-1207855002'), ('tmp_10875', u'CBRANCH_-1207849550'), (u'MULTIEQUAL_-1207834766', u'CAST_-1207831421'), (u'INT_ADD_-1207833082', u'PTRADD_-1207849389'), (u'INT_EQUAL_-1207848066', u'CBRANCH_-1207848064'), ('const-0', u'PTRSUB_-1207832125'), (u'CALL_-1207848011', u'INDIRECT_-1207832610'), ('const-4', u'PTRSUB_-1207834881'), ('const-417', u'LOAD_-1207846944'), (u'CALL_-1207850145', u'INDIRECT_-1207834466'), (u'LOAD_-1207852970', u'COPY_-1207833565'), (u'MULTIEQUAL_-1207835129', u'MULTIEQUAL_-1207835239'), (u'COPY_-1207830674', u'CALL_-1207844188'), ('const-417', u'LOAD_-1207855073'), (u'INDIRECT_-1207837897', u'MULTIEQUAL_-1207838007'), ('const-28', u'PTRSUB_-1207832719'), ('const-1', u'INT_SUB_-1207846246'), ('tmp_16409', u'CBRANCH_-1207849015'), ('const-417', u'STORE_-1207850050'), (u'CALL_-1207853062', u'INDIRECT_-1207834419'), (u'INT_ZEXT_-1207855013', u'INT_ADD_-1207855003'), (u'CAST_-1207831947', u'INT_ADD_-1207832648'), (u'INT_LESS_-1207847155', u'CBRANCH_-1207847163'), ('const-132', u'PTRSUB_-1207832013'), (u'INDIRECT_-1207831056', u'COPY_-1207831034'), (u'MULTIEQUAL_-1207837937', u'INT_ADD_-1207833695'), (u'INDIRECT_-1207833514', u'MULTIEQUAL_-1207833366'), ('const-4294967295', u'STORE_-1207849210'), (u'MULTIEQUAL_-1207836611', u'MULTIEQUAL_-1207836781'), ('const-0', u'PTRSUB_-1207831902'), ('const-4510597', u'COPY_-1207831171'), (u'CALL_-1207846210', u'INDIRECT_-1207837506'), ('const-4', u'PTRSUB_-1207834162'), (u'CALL_-1207853607', u'INDIRECT_-1207843201'), (u'INDIRECT_-1207834662', u'MULTIEQUAL_-1207834734'), ('const-92', u'CALL_-1207848930'), (u'INDIRECT_-1207832331', u'MULTIEQUAL_-1207835965'), ('const-44', u'INT_ADD_-1207849445'), ('const-2', u'INT_SRIGHT_-1207849296'), (u'CALL_-1207849481', u'INDIRECT_-1207833822'), (u'INT_ADD_-1207835170', u'CAST_-1207834433'), (u'MULTIEQUAL_-1207840897', u'MULTIEQUAL_-1207840876'), (u'COPY_-1207853872', u'MULTIEQUAL_-1207837571'), (u'MULTIEQUAL_-1207836322', u'CAST_-1207834040'), (u'MULTIEQUAL_-1207839997', u'MULTIEQUAL_-1207843527'), (u'MULTIEQUAL_-1207843940', u'MULTIEQUAL_-1207843824'), (u'MULTIEQUAL_-1207834100', u'PTRSUB_-1207831320'), ('const-0', u'PTRSUB_-1207835157'), (u'INDIRECT_-1207835178', u'MULTIEQUAL_-1207834939'), ('const-4', u'PTRSUB_-1207831502'), (u'CAST_-1207833930', u'PTRSUB_-1207834169'), (u'SUBPIECE_-1207832172', u'STORE_-1207850570'), (u'COPY_-1207832588', u'CALL_-1207848110'), (u'INDIRECT_-1207832026', u'MULTIEQUAL_-1207831347'), ('const-0', u'SUBPIECE_-1207834603'), (u'CALL_-1207846210', u'INDIRECT_-1207837243'), (u'INT_2COMP_-1207846219', u'INT_AND_-1207846189'), ('const-0', u'PTRSUB_-1207834761'), (u'LOAD_-1207855195', u'PTRSUB_-1207834956'), (u'LOAD_-1207855133', u'CAST_-1207834314'), (u'LOAD_-1207852403', u'INT_NOTEQUAL_-1207852384'), (u'LOAD_-1207852379', u'INT_LESS_-1207852345'), (u'INDIRECT_-1207836033', u'MULTIEQUAL_-1207832289'), (u'INT_NOTEQUAL_-1207847214', u'CBRANCH_-1207847213'), (u'INT_NOTEQUAL_-1207845749', u'CBRANCH_-1207845749'), (u'CALL_-1207849024', u'INDIRECT_-1207835730'), (u'CAST_-1207832726', u'LOAD_-1207852170'), ('const-0', u'CALL_-1207849481'), (u'MULTIEQUAL_-1207835001', u'MULTIEQUAL_-1207834778'), (u'INDIRECT_-1207832026', u'MULTIEQUAL_-1207831358'), (u'INT_SUB_-1207849413', u'CAST_-1207834191'), (u'MULTIEQUAL_-1207839286', u'MULTIEQUAL_-1207839261'), (u'INDIRECT_-1207838706', u'MULTIEQUAL_-1207838865'), ('const-1', u'RETURN_-1207847772'), (u'INT_NOTEQUAL_-1207852863', u'CBRANCH_-1207852862'), ('const-417', u'LOAD_-1207849635'), (u'MULTIEQUAL_-1207839699', u'CAST_-1207833017'), ('const-0', u'INT_NOTEQUAL_-1207851208'), (u'CALL_-1207849539', u'INDIRECT_-1207838114'), (u'CALL_-1207844965', u'INDIRECT_-1207832298'), (u'CALL_-1207849335', u'INDIRECT_-1207834275'), (u'INT_ADD_-1207853727', u'CAST_-1207833686'), (u'PTRSUB_-1207832047', u'PTRSUB_-1207832045'), (u'INDIRECT_-1207837774', u'MULTIEQUAL_-1207840410'), (u'INDIRECT_-1207838088', u'MULTIEQUAL_-1207838329'), ('const-0', u'PTRSUB_-1207831381'), (u'CALL_-1207853974', u'INDIRECT_-1207840446'), ('const-1', u'PTRADD_-1207834876'), (u'PTRSUB_-1207831508', u'PTRSUB_-1207831506'), (u'MULTIEQUAL_-1207832263', u'MULTIEQUAL_-1207832252'), ('const-0', u'SUBPIECE_-1207834570'), (u'INDIRECT_-1207832979', u'MULTIEQUAL_-1207830947'), ('tmp_2885', u'CBRANCH_-1207853579'), (u'COPY_-1207832251', u'CALL_-1207849167'), ('tmp_13807', u'CBRANCH_-1207846926'), (u'CAST_-1207832872', u'LOAD_-1207852459'), (u'MULTIEQUAL_-1207837808', u'MULTIEQUAL_-1207837798'), ('const-417', u'LOAD_-1207850624'), (u'INDIRECT_-1207837662', u'MULTIEQUAL_-1207837669'), (u'INDIRECT_-1207840587', u'MULTIEQUAL_-1207831371'), (u'MULTIEQUAL_-1207840596', u'MULTIEQUAL_-1207831371'), ('const-1', u'RETURN_-1207848209'), (u'INDIRECT_-1207831122', u'COPY_-1207831173'), ('const-4', u'INT_AND_-1207843611'), ('const-4711224', u'COPY_-1207830835'), (u'LOAD_-1207852217', u'MULTIEQUAL_-1207836954'), (u'CALL_-1207849539', u'INDIRECT_-1207833849'), (u'INDIRECT_-1207836117', u'MULTIEQUAL_-1207836013'), (u'INDIRECT_-1207833397', u'MULTIEQUAL_-1207831362'), ('const-0', u'INT_NOTEQUAL_-1207852071'), (u'COPY_-1207831031', u'CALL_-1207846832'), (u'INDIRECT_-1207839230', u'MULTIEQUAL_-1207839038'), ('const-0', u'PTRSUB_-1207831984'), (u'LOAD_-1207852882', u'COPY_-1207833534'), (u'INDIRECT_-1207834058', u'MULTIEQUAL_-1207834347'), (u'CALL_-1207846520', u'INDIRECT_-1207831958'), (u'INDIRECT_-1207835211', u'MULTIEQUAL_-1207835330'), (u'MULTIEQUAL_-1207839891', u'MULTIEQUAL_-1207839549'), (u'INT_ADD_-1207849092', u'CAST_-1207834120'), ('tmp_196', u'CBRANCH_-1207855540'), ('tmp_13375', u'CBRANCH_-1207847163'), ('tmp_16978', u'CBRANCH_-1207845567'), (u'CAST_-1207832957', u'CALL_-1207850187'), ('const-0', u'PTRSUB_-1207832131'), (u'LOAD_-1207850836', u'PTRSUB_-1207832170'), (u'MULTIEQUAL_-1207836503', u'MULTIEQUAL_-1207836142'), ('const-8', u'INT_ADD_-1207833404'), ('const-0', u'COPY_-1207847368'), (u'LOAD_-1207854176', u'INT_EQUAL_-1207854085'), (u'CALL_-1207847003', u'INDIRECT_-1207837837'), (u'INDIRECT_-1207840943', u'MULTIEQUAL_-1207840729'), (u'INDIRECT_-1207835794', u'MULTIEQUAL_-1207834112'), (u'CALL_-1207845807', u'INDIRECT_-1207837370'), (u'MULTIEQUAL_-1207834850', u'MULTIEQUAL_-1207834786'), ('const-417', u'LOAD_-1207850922'), (u'MULTIEQUAL_-1207836619', u'MULTIEQUAL_-1207832280'), ('const-417', u'STORE_-1207854866'), (u'INT_SUB_-1207849059', u'INT_SRIGHT_-1207849037'), (u'CALL_-1207850359', u'INDIRECT_-1207842640'), (u'CALL_-1207846832', u'INDIRECT_-1207832295'), ('const-1', u'PTRADD_-1207833906'), (u'CAST_-1207834194', u'INT_SUB_-1207849413'), ('const-0', u'PTRSUB_-1207834245'), (u'PTRSUB_-1207832313', u'PTRSUB_-1207832311'), (u'CALL_-1207845951', u'INDIRECT_-1207832921'), (u'CAST_-1207832147', u'CALL_-1207848981'), (u'PTRSUB_-1207831915', u'PTRSUB_-1207831770'), (u'MULTIEQUAL_-1207834766', u'CAST_-1207833791'), (u'INDIRECT_-1207835794', u'MULTIEQUAL_-1207835646'), (u'MULTIEQUAL_-1207837215', u'MULTIEQUAL_-1207837460'), (u'SUBPIECE_-1207841265', u'INT_AND_-1207846306'), ('const-417', u'LOAD_-1207854985'), (u'INDIRECT_-1207841704', u'MULTIEQUAL_-1207841643'), (u'SUBPIECE_-1207841291', u'INT_AND_-1207845097'), ('tmp_989', u'CBRANCH_-1207855111'), ('const-28', u'PTRSUB_-1207832162'), (u'PTRADD_-1207831286', u'COPY_-1207831059'), (u'INT_EQUAL_-1207855044', u'CBRANCH_-1207855030'), (u'CAST_-1207834434', u'INT_ADD_-1207835170'), (u'INDIRECT_-1207836414', u'MULTIEQUAL_-1207836322'), ('const-1', u'INT_AND_-1207832881'), (u'MULTIEQUAL_-1207831370', u'MULTIEQUAL_-1207837868'), (u'INDIRECT_-1207835495', u'MULTIEQUAL_-1207835354'), (u'INT_ADD_-1207853068', u'CAST_-1207833401'), ('const-0', u'INT_EQUAL_-1207849678'), ('const-5808', u'PTRSUB_-1207834354'), (u'CALL_-1207845464', u'INDIRECT_-1207837704'), (u'CALL_-1207845464', u'INDIRECT_-1207832665'), (u'CAST_-1207833045', u'INT_ADD_-1207850240'), (u'INDIRECT_-1207832405', u'MULTIEQUAL_-1207832568'), ('const-0', u'PTRSUB_-1207832311'), (u'INT_EQUAL_-1207851894', u'MULTIEQUAL_-1207842509'), (u'INDIRECT_-1207833010', u'MULTIEQUAL_-1207833017'), (u'INDIRECT_-1207837258', u'MULTIEQUAL_-1207837349'), (u'PTRSUB_-1207831916', u'CAST_-1207831450'), (u'PTRADD_-1207832698', u'INT_NOTEQUAL_-1207851090'), (u'CAST_-1207834469', u'INT_ADD_-1207835223'), ('const-417', u'LOAD_-1207854364'), ('const-16', u'PTRADD_-1207833838'), (u'INDIRECT_-1207837708', u'MULTIEQUAL_-1207837594'), (u'MULTIEQUAL_-1207833865', u'MULTIEQUAL_-1207833840'), (u'LOAD_-1207850674', u'CAST_-1207833201'), (u'INDIRECT_-1207832798', u'MULTIEQUAL_-1207832684'), (u'CALL_-1207847402', u'INDIRECT_-1207831640'), ('const-28', u'PTRSUB_-1207831900'), (u'CALL_-1207850744', u'CAST_-1207833232'), (u'CALL_-1207848504', u'INDIRECT_-1207832336'), (u'MULTIEQUAL_-1207833213', u'MULTIEQUAL_-1207833453'), ('const-417', u'LOAD_-1207854791'), ('const-0', u'PTRSUB_-1207832300'), ('const-0', u'SUBPIECE_-1207834571'), (u'INDIRECT_-1207836181', u'MULTIEQUAL_-1207834971'), (u'MULTIEQUAL_-1207837535', u'MULTIEQUAL_-1207831367'), (u'CALL_-1207844237', u'INDIRECT_-1207830885'), ('const-0', u'PTRSUB_-1207832474'), (u'MULTIEQUAL_-1207834451', u'MULTIEQUAL_-1207836208'), (u'INT_LESS_-1207852143', u'CBRANCH_-1207852152'), (u'MULTIEQUAL_-1207834449', u'MULTIEQUAL_-1207834476'), (u'PTRSUB_-1207833980', u'PTRSUB_-1207833978'), ('tmp_65953', u'MULTIEQUAL_-1207835563'), (u'INDIRECT_-1207836155', u'MULTIEQUAL_-1207836265'), (u'CALL_-1207847446', u'INDIRECT_-1207838037'), ('const-0', u'INT_EQUAL_-1207845418'), (u'COPY_-1207831034', u'MULTIEQUAL_-1207834709'), (u'INDIRECT_-1207843371', u'MULTIEQUAL_-1207841691'), (u'PTRSUB_-1207832372', u'PTRSUB_-1207832370'), ('const-3', u'INT_ADD_-1207851001'), (u'LOAD_-1207846848', u'MULTIEQUAL_-1207840983'), (u'PTRSUB_-1207835333', u'LOAD_-1207855494'), (u'INDIRECT_-1207831829', u'MULTIEQUAL_-1207831765'), ('tmp_18244', u'PTRSUB_-1207831597'), (u'CALL_-1207847402', u'INDIRECT_-1207831511'), (u'MULTIEQUAL_-1207836954', u'INT_LESSEQUAL_-1207849907'), ('const-417', u'LOAD_-1207849461'), (u'MULTIEQUAL_-1207832650', u'MULTIEQUAL_-1207832639'), ('tmp_232', u'CBRANCH_-1207855517'), (u'COPY_-1207831829', u'MULTIEQUAL_-1207831355'), (u'CALL_-1207845464', u'INDIRECT_-1207837446'), (u'MULTIEQUAL_-1207836224', u'MULTIEQUAL_-1207836394'), (u'LOAD_-1207850075', u'INT_ADD_-1207850036'), (u'INT_AND_-1207849619', u'INT_EQUAL_-1207849633'), ('const-4', u'PTRADD_-1207831256'), (u'PTRSUB_-1207835027', u'LOAD_-1207854791'), (u'INDIRECT_-1207832831', u'MULTIEQUAL_-1207832955'), (u'MULTIEQUAL_-1207835612', u'MULTIEQUAL_-1207835467'), (u'INDIRECT_-1207833857', u'MULTIEQUAL_-1207833617'), (u'CALL_-1207853607', u'INDIRECT_-1207835624'), (u'MULTIEQUAL_-1207833550', u'PTRADD_-1207833838'), (u'CAST_-1207832571', u'MULTIEQUAL_-1207837571'), (u'CALL_-1207849062', u'INDIRECT_-1207840884'), (u'LOAD_-1207851911', u'INT_LESS_-1207851894'), (u'LOAD_-1207851911', u'INT_EQUAL_-1207851894'), (u'CALL_-1207844965', u'INDIRECT_-1207831056'), ('const-1', u'PTRADD_-1207832854'), ('tmp_9813', u'CBRANCH_-1207850605'), (u'INDIRECT_-1207832460', u'MULTIEQUAL_-1207836094'), (u'INDIRECT_-1207835237', u'MULTIEQUAL_-1207833540'), (u'CALL_-1207852256', u'INT_EQUAL_-1207833988'), (u'INDIRECT_-1207834934', u'MULTIEQUAL_-1207834943'), (u'INDIRECT_-1207833443', u'MULTIEQUAL_-1207833329'), (u'CALL_-1207850744', u'INDIRECT_-1207835635'), (u'MULTIEQUAL_-1207835299', u'MULTIEQUAL_-1207835263'), ('const-4095', u'INT_AND_-1207849593'), ('tmp_7532', u'CBRANCH_-1207849875'), (u'INDIRECT_-1207835730', u'MULTIEQUAL_-1207835626'), (u'CALL_-1207846195', u'SUBPIECE_-1207844443'), (u'MULTIEQUAL_-1207832289', u'MULTIEQUAL_-1207835819'), (u'INT_ADD_-1207855224', u'INT_SUB_-1207855183'), (u'CAST_-1207833930', u'CAST_-1207831346'), (u'INDIRECT_-1207837837', u'MULTIEQUAL_-1207837478'), (u'PTRSUB_-1207832168', u'PTRSUB_-1207832166'), (u'INT_LESS_-1207853908', u'CBRANCH_-1207853917'), (u'CAST_-1207833111', u'INT_SUB_-1207850520'), (u'MULTIEQUAL_-1207833108', u'MULTIEQUAL_-1207833087'), (u'CALL_-1207852256', u'INDIRECT_-1207834583'), (u'CAST_-1207833354', u'CALL_-1207852978'), (u'MULTIEQUAL_-1207840035', u'MULTIEQUAL_-1207839261'), ('const-417', u'LOAD_-1207849361'), (u'INDIRECT_-1207835228', u'MULTIEQUAL_-1207835033'), (u'INDIRECT_-1207838272', u'MULTIEQUAL_-1207838340'), ('const-0', u'COPY_-1207849269'), (u'CALLIND_-1207847126', u'INDIRECT_-1207837878'), (u'INDIRECT_-1207840996', u'MULTIEQUAL_-1207840897'), (u'INT_AND_-1207849386', u'INT_EQUAL_-1207849386'), (u'INDIRECT_-1207832752', u'MULTIEQUAL_-1207831357'), (u'CAST_-1207833017', u'CALL_-1207850359'), (u'PTRSUB_-1207835382', u'LOAD_-1207855573'), (u'INT_ADD_-1207849026', u'MULTIEQUAL_-1207841841'), (u'CALL_-1207849278', u'PTRSUB_-1207831733'), (u'CALLIND_-1207847126', u'INDIRECT_-1207832113'), (u'INDIRECT_-1207834640', u'MULTIEQUAL_-1207834451'), (u'COPY_-1207830763', u'CALL_-1207846312'), (u'CALL_-1207847777', u'INDIRECT_-1207832096'), ('const-417', u'LOAD_-1207851943'), (u'CALL_-1207846879', u'INDIRECT_-1207832437'), ('const-4294967295', u'INT_EQUAL_-1207853140'), (u'INDIRECT_-1207840009', u'MULTIEQUAL_-1207839856'), (u'CAST_-1207833453', u'STORE_-1207853169'), (u'CALLIND_-1207847126', u'INDIRECT_-1207833484'), ('const-1', u'RETURN_-1207846874'), (u'INT_AND_-1207850954', u'INT_CARRY_-1207850906'), (u'LOAD_-1207853828', u'INT_NOTEQUAL_-1207853812'), (u'INDIRECT_-1207838097', u'MULTIEQUAL_-1207839286'), (u'INDIRECT_-1207834640', u'MULTIEQUAL_-1207830862'), (u'INT_NOTEQUAL_-1207853748', u'CBRANCH_-1207853748'), ('const-0', u'PTRSUB_-1207832539'), (u'INDIRECT_-1207842825', u'MULTIEQUAL_-1207842818'), ('const-132', u'INT_ADD_-1207849080'), ('const-8', u'PTRSUB_-1207833229'), (u'CAST_-1207833930', u'PTRSUB_-1207831954'), (u'INDIRECT_-1207834275', u'MULTIEQUAL_-1207834347'), ('const-417', u'LOAD_-1207855200'), (u'INDIRECT_-1207833998', u'MULTIEQUAL_-1207833935'), ('const-4', u'PTRSUB_-1207835136'), ('const-417', u'LOAD_-1207853472'), (u'INT_NOTEQUAL_-1207848762', u'CBRANCH_-1207848761'), (u'CALL_-1207849441', u'INDIRECT_-1207833574'), ('const-1', u'RETURN_-1207848119'), (u'PTRSUB_-1207832013', u'CAST_-1207831556'), (u'MULTIEQUAL_-1207836619', u'MULTIEQUAL_-1207832341'), ('const-32', u'INT_ADD_-1207853155'), (u'CAST_-1207833016', u'CALL_-1207850359'), (u'PTRSUB_-1207831675', u'CAST_-1207831232'), (u'CALL_-1207846832', u'INDIRECT_-1207832424'), (u'CAST_-1207833658', u'PTRADD_-1207833832'), (u'MULTIEQUAL_-1207841175', u'MULTIEQUAL_-1207841142'), (u'INDIRECT_-1207838166', u'MULTIEQUAL_-1207838018'), (u'INDIRECT_-1207838484', u'MULTIEQUAL_-1207839414'), (u'CALLIND_-1207847126', u'INDIRECT_-1207840674'), (u'COPY_-1207832051', u'MULTIEQUAL_-1207831973'), (u'CAST_-1207832447', u'INT_ADD_-1207833082'), (u'PTRSUB_-1207832476', u'PTRSUB_-1207832474'), (u'CALL_-1207850187', u'INDIRECT_-1207839502'), ('tmp_4341', u'CBRANCH_-1207852321'), (u'COPY_-1207833898', u'CALL_-1207850242'), (u'INT_EQUAL_-1207848164', u'CBRANCH_-1207848161'), (u'MULTIEQUAL_-1207835350', u'MULTIEQUAL_-1207835302'), (u'CALL_-1207849539', u'INDIRECT_-1207833591'), (u'MULTIEQUAL_-1207832850', u'MULTIEQUAL_-1207832829'), (u'MULTIEQUAL_-1207835860', u'MULTIEQUAL_-1207832134'), ('const-144', u'PTRSUB_-1207832244'), (u'INT_AND_-1207843203', u'INT_NOTEQUAL_-1207854955'), (u'MULTIEQUAL_-1207835677', u'MULTIEQUAL_-1207835634'), (u'INDIRECT_-1207839605', u'MULTIEQUAL_-1207839724'), (u'INDIRECT_-1207835620', u'MULTIEQUAL_-1207833716'), ('const-0', u'PTRSUB_-1207832478'), (u'MULTIEQUAL_-1207833495', u'MULTIEQUAL_-1207836322'), (u'INDIRECT_-1207834953', u'MULTIEQUAL_-1207834922'), (u'INDIRECT_-1207840312', u'MULTIEQUAL_-1207838630'), ('const-417', u'LOAD_-1207852084'), (u'MULTIEQUAL_-1207837044', u'MULTIEQUAL_-1207837033'), (u'PTRSUB_-1207835223', u'PTRSUB_-1207835221'), (u'INDIRECT_-1207835749', u'MULTIEQUAL_-1207833717'), ('const-0', u'PTRSUB_-1207832340'), (u'CAST_-1207833039', u'INT_ADD_-1207833726'), (u'CALL_-1207846887', u'INDIRECT_-1207833268'), (u'INT_SUB_-1207847547', u'INT_EQUAL_-1207847542'), ('const-4716860', u'COPY_-1207830674'), ('const-0', u'PTRSUB_-1207832060'), (u'CALL_-1207848564', u'INDIRECT_-1207832493'), (u'CAST_-1207833484', u'CALL_-1207853243'), (u'CALL_-1207845203', u'INDIRECT_-1207832444'), (u'PTRSUB_-1207830641', u'STORE_-1207844771'), ('const-417', u'LOAD_-1207850310'), ('tmp_698', u'BRANCH_-1207854985'), ('tmp_13293', u'CBRANCH_-1207847213'), (u'MULTIEQUAL_-1207843471', u'MULTIEQUAL_-1207843463'), (u'INDIRECT_-1207832855', u'MULTIEQUAL_-1207830989'), (u'MULTIEQUAL_-1207835201', u'MULTIEQUAL_-1207835176'), (u'PTRADD_-1207831286', u'COPY_-1207831025'), (u'INDIRECT_-1207834419', u'MULTIEQUAL_-1207834304'), ('const-1', u'PTRADD_-1207852044'), (u'MULTIEQUAL_-1207836118', u'MULTIEQUAL_-1207832392'), (u'MULTIEQUAL_-1207833531', u'INT_EQUAL_-1207852812'), (u'MULTIEQUAL_-1207835646', u'MULTIEQUAL_-1207834872'), ('const-0', u'PTRSUB_-1207832397'), (u'MULTIEQUAL_-1207832759', u'MULTIEQUAL_-1207831357'), (u'COPY_-1207832707', u'MULTIEQUAL_-1207842850'), (u'LOAD_-1207847383', u'PTRSUB_-1207831281'), (u'INDIRECT_-1207840184', u'MULTIEQUAL_-1207833722'), ('const-417', u'LOAD_-1207849008'), ('const-0', u'SUBPIECE_-1207844888'), ('const-2866', u'CALL_-1207844461'), (u'INDIRECT_-1207835495', u'MULTIEQUAL_-1207831765'), (u'CALL_-1207852256', u'INDIRECT_-1207834712'), (u'INDIRECT_-1207834188', u'MULTIEQUAL_-1207834053'), (u'CALL_-1207849278', u'INDIRECT_-1207838160'), (u'INT_LEFT_-1207845093', u'MULTIEQUAL_-1207841724'), (u'INDIRECT_-1207834446', u'MULTIEQUAL_-1207834605'), (u'INDIRECT_-1207834595', u'MULTIEQUAL_-1207834520'), (u'INDIRECT_-1207839766', u'MULTIEQUAL_-1207838967'), (u'PIECE_-1207841141', u'CAST_-1207834685'), (u'CAST_-1207833858', u'INT_MULT_-1207854106'), (u'COPY_-1207845604', u'MULTIEQUAL_-1207841505'), (u'PTRSUB_-1207833643', u'CAST_-1207832999'), (u'LOAD_-1207848176', u'INT_AND_-1207848150'), (u'MULTIEQUAL_-1207834100', u'COPY_-1207831057'), (u'CALL_-1207848534', u'INDIRECT_-1207832045'), (u'MULTIEQUAL_-1207838630', u'MULTIEQUAL_-1207838582'), (u'CAST_-1207833393', u'PTRADD_-1207834064'), (u'MULTIEQUAL_-1207836376', u'MULTIEQUAL_-1207833285'), (u'PTRSUB_-1207835001', u'PTRSUB_-1207834999'), (u'CALL_-1207849062', u'INDIRECT_-1207838088'), (u'MULTIEQUAL_-1207835935', u'MULTIEQUAL_-1207835892'), (u'MULTIEQUAL_-1207831365', u'MULTIEQUAL_-1207834657'), (u'CALL_-1207848214', u'INDIRECT_-1207831269'), ('const-417', u'LOAD_-1207850926'), (u'MULTIEQUAL_-1207836064', u'MULTIEQUAL_-1207836021'), (u'LOAD_-1207854364', u'MULTIEQUAL_-1207840081'), (u'INT_AND_-1207850954', u'INT_ADD_-1207850904'), (u'MULTIEQUAL_-1207840081', u'PTRADD_-1207832698'), (u'COPY_-1207847340', u'MULTIEQUAL_-1207832769'), (u'CAST_-1207831105', u'INT_ADD_-1207846965'), (u'CALL_-1207845203', u'INDIRECT_-1207837091'), ('const-417', u'LOAD_-1207850384'), ('const-31', u'INT_AND_-1207846345'), (u'INDIRECT_-1207835145', u'MULTIEQUAL_-1207833713'), ('const-0', u'CALL_-1207850120'), (u'COPY_-1207845812', u'MULTIEQUAL_-1207833547'), (u'MULTIEQUAL_-1207837889', u'MULTIEQUAL_-1207837868'), (u'PTRSUB_-1207831320', u'LOAD_-1207846944'), ('const-0', u'PTRSUB_-1207832288'), (u'INDIRECT_-1207835661', u'MULTIEQUAL_-1207835596'), ('const-104', u'PTRSUB_-1207832562'), (u'MULTIEQUAL_-1207837545', u'MULTIEQUAL_-1207837497'), (u'MULTIEQUAL_-1207842451', u'MULTIEQUAL_-1207842228'), (u'MULTIEQUAL_-1207832898', u'MULTIEQUAL_-1207832850'), (u'MULTIEQUAL_-1207832418', u'MULTIEQUAL_-1207835935'), (u'INT_AND_-1207846306', u'INT_LEFT_-1207846302'), ('const-0', u'COPY_-1207832051'), ('const-1', u'CALL_-1207854013'), (u'MULTIEQUAL_-1207841182', u'COPY_-1207830718'), (u'MULTIEQUAL_-1207837571', u'INT_LESSEQUAL_-1207853296'), (u'CAST_-1207831846', u'LOAD_-1207850715'), (u'CALL_-1207849278', u'INDIRECT_-1207837897'), (u'LOAD_-1207845780', u'INT_SUB_-1207845727'), (u'MULTIEQUAL_-1207841005', u'MULTIEQUAL_-1207841175'), ('const-0', u'PTRSUB_-1207835185'), ('tmp_1140', u'CBRANCH_-1207855030'), ('const-0', u'PTRSUB_-1207832353'), ('tmp_3118', u'CBRANCH_-1207853451'), (u'CALL_-1207846210', u'INDIRECT_-1207832983'), (u'MULTIEQUAL_-1207835218', u'MULTIEQUAL_-1207835033'), ('const-417', u'LOAD_-1207850674'), (u'MULTIEQUAL_-1207840770', u'MULTIEQUAL_-1207840746'), ('const-4294967244', u'PTRSUB_-1207831590'), (u'INDIRECT_-1207836731', u'MULTIEQUAL_-1207834103'), (u'INT_ADD_-1207849631', u'CAST_-1207831415'), ('const-1', u'PTRADD_-1207850322'), (u'LOAD_-1207849635', u'INT_EQUAL_-1207849617'), (u'COPY_-1207830674', u'CALL_-1207847402'), ('const-0', u'INT_NOTEQUAL_-1207850582'), (u'CAST_-1207833223', u'LOAD_-1207850730'), (u'INDIRECT_-1207837749', u'MULTIEQUAL_-1207837631'), (u'INDIRECT_-1207831589', u'MULTIEQUAL_-1207831665'), (u'CALL_-1207850744', u'INDIRECT_-1207835119'), (u'CALL_-1207849164', u'INDIRECT_-1207838835'), (u'PTRSUB_-1207832131', u'PTRSUB_-1207832125'), (u'INDIRECT_-1207837966', u'MULTIEQUAL_-1207837607'), (u'CALL_-1207844188', u'INDIRECT_-1207830861'), (u'CALL_-1207849136', u'INDIRECT_-1207840545'), (u'INT_NOTEQUAL_-1207849214', u'CBRANCH_-1207849211'), ('const-12', u'CALL_-1207852256'), (u'INT_OR_-1207850539', u'STORE_-1207850546'), (u'INDIRECT_-1207832823', u'MULTIEQUAL_-1207832787'), (u'PTRSUB_-1207831281', u'LOAD_-1207847145'), ('const-417', u'LOAD_-1207855494'), (u'MULTIEQUAL_-1207832697', u'MULTIEQUAL_-1207832942'), (u'CAST_-1207833393', u'INT_EQUAL_-1207853035'), (u'MULTIEQUAL_-1207834425', u'MULTIEQUAL_-1207832369'), (u'INDIRECT_-1207835790', u'MULTIEQUAL_-1207833718'), (u'INDIRECT_-1207840184', u'MULTIEQUAL_-1207840119'), ('tmp_65952', u'MULTIEQUAL_-1207835692'), (u'CALL_-1207848092', u'INDIRECT_-1207832650'), (u'MULTIEQUAL_-1207833543', u'MULTIEQUAL_-1207833547'), ('const-4294967295', u'INT_EQUAL_-1207853453'), (u'LOAD_-1207855025', u'INT_AND_-1207843203'), ('const-0', u'INT_EQUAL_-1207849633'), ('const-0', u'PTRSUB_-1207832681'), (u'LOAD_-1207849361', u'INT_LESSEQUAL_-1207849264'), (u'CALL_-1207847003', u'INDIRECT_-1207837708'), (u'CALL_-1207851159', u'INDIRECT_-1207833143'), (u'MULTIEQUAL_-1207834520', u'MULTIEQUAL_-1207835517'), (u'LOAD_-1207852403', u'CALL_-1207852256'), (u'MULTIEQUAL_-1207839757', u'MULTIEQUAL_-1207833546'), (u'CAST_-1207830581', u'COPY_-1207845908'), (u'SUBPIECE_-1207834604', u'INT_CARRY_-1207855074'), ('const-0', u'SUBPIECE_-1207844400'), (u'CAST_-1207831791', u'STORE_-1207850570'), (u'CALL_-1207848504', u'INDIRECT_-1207831949'), (u'CALL_-1207848534', u'INDIRECT_-1207831061'), (u'COPY_-1207830946', u'CALL_-1207848414'), (u'INDIRECT_-1207838793', u'MULTIEQUAL_-1207838865'), (u'CALL_-1207849278', u'INDIRECT_-1207838031'), (u'CAST_-1207834105', u'LOAD_-1207849087'), ('tmp_65951', u'MULTIEQUAL_-1207836224'), ('const-0', u'COPY_-1207847262'), (u'MULTIEQUAL_-1207836279', u'MULTIEQUAL_-1207836271'), ('const-865', u'CALL_-1207846879'), (u'INDIRECT_-1207836420', u'MULTIEQUAL_-1207836206'), (u'PTRSUB_-1207834999', u'LOAD_-1207854738'), (u'CALL_-1207851972', u'INDIRECT_-1207834853'), (u'PTRADD_-1207831256', u'LOAD_-1207847136'), (u'INDIRECT_-1207833178', u'MULTIEQUAL_-1207833419'), (u'INDIRECT_-1207837878', u'MULTIEQUAL_-1207837760'), (u'CAST_-1207830577', u'COPY_-1207830682'), (u'CALL_-1207848504', u'INDIRECT_-1207832078'), (u'COPY_-1207847378', u'MULTIEQUAL_-1207833027'), ('const-4', u'PTRSUB_-1207833974'), (u'PTRSUB_-1207830752', u'CAST_-1207830529'), (u'CALL_-1207849539', u'INDIRECT_-1207837851'), (u'PTRSUB_-1207832357', u'PTRSUB_-1207832355'), (u'MULTIEQUAL_-1207834900', u'MULTIEQUAL_-1207834857'), ('const-4', u'PTRADD_-1207832990'), ('tmp_6349', u'CBRANCH_-1207850662'), ('tmp_9698', u'CBRANCH_-1207850681'), ('const-60', u'INT_ADD_-1207852387'), (u'INT_ADD_-1207846965', u'COPY_-1207831211'), ('const-1', u'INT_AND_-1207843203'), (u'INT_EQUAL_-1207839562', u'BOOL_AND_-1207846248'), (u'MULTIEQUAL_-1207831383', u'MULTIEQUAL_-1207834922'), (u'INDIRECT_-1207839900', u'MULTIEQUAL_-1207839101'), (u'CALLIND_-1207847126', u'INDIRECT_-1207832839'), ('const-2039', u'CALL_-1207846312'), (u'MULTIEQUAL_-1207837571', u'PTRSUB_-1207833261'), (u'PTRSUB_-1207835181', u'PTRSUB_-1207835179'), (u'INT_ADD_-1207853933', u'CAST_-1207833790'), (u'MULTIEQUAL_-1207831357', u'MULTIEQUAL_-1207832700'), ('const-0', u'PTRSUB_-1207832168'), (u'PTRSUB_-1207832288', u'PTRSUB_-1207832286'), (u'INDIRECT_-1207831324', u'COPY_-1207831329'), (u'CALL_-1207846205', u'INDIRECT_-1207831504'), (u'CALL_-1207848124', u'INDIRECT_-1207832065'), (u'CALLIND_-1207855137', u'INDIRECT_-1207836542'), (u'MULTIEQUAL_-1207836394', u'MULTIEQUAL_-1207836361'), (u'LOAD_-1207855002', u'SUBPIECE_-1207834570'), ('const-417', u'LOAD_-1207853902'), (u'PTRSUB_-1207835179', u'PTRSUB_-1207835177'), ('const-417', u'STORE_-1207849188'), ('const-136', u'PTRSUB_-1207834238'), (u'INDIRECT_-1207833268', u'MULTIEQUAL_-1207831361'), (u'PTRSUB_-1207835128', u'PTRSUB_-1207835126'), ('const-0', u'INT_NOTEQUAL_-1207855029'), (u'PTRSUB_-1207832470', u'LOAD_-1207850721'), (u'PTRSUB_-1207833329', u'COPY_-1207833549'), (u'CALL_-1207848092', u'INDIRECT_-1207836910'), ('const-1', u'RETURN_-1207849377'), (u'COPY_-1207847262', u'COPY_-1207831296'), ('const-417', u'LOAD_-1207847203'), (u'INDIRECT_-1207830983', u'COPY_-1207831016'), (u'INDIRECT_-1207841981', u'MULTIEQUAL_-1207842055'), (u'INT_NOTEQUAL_-1207853673', u'CBRANCH_-1207853673'), (u'INDIRECT_-1207833097', u'MULTIEQUAL_-1207832979'), (u'CALL_-1207849458', u'INDIRECT_-1207835178'), (u'MULTIEQUAL_-1207832955', u'MULTIEQUAL_-1207833200'), (u'CALL_-1207852256', u'INDIRECT_-1207833857'), (u'MULTIEQUAL_-1207838346', u'MULTIEQUAL_-1207838329'), (u'INDIRECT_-1207838226', u'MULTIEQUAL_-1207839415'), (u'PTRSUB_-1207835337', u'PTRSUB_-1207835335'), (u'CALL_-1207853062', u'INDIRECT_-1207835532'), (u'INT_ADD_-1207833397', u'PTRADD_-1207852006'), (u'PTRSUB_-1207832417', u'PTRSUB_-1207832415'), (u'INDIRECT_-1207837506', u'MULTIEQUAL_-1207837723'), (u'PTRSUB_-1207831783', u'LOAD_-1207849827'), (u'INDIRECT_-1207837824', u'MULTIEQUAL_-1207839038'), ('const-0', u'PTRSUB_-1207832460'), (u'INT_NOTEQUAL_-1207841107', u'BOOL_OR_-1207833125'), (u'MULTIEQUAL_-1207836232', u'MULTIEQUAL_-1207831954'), (u'INDIRECT_-1207832467', u'MULTIEQUAL_-1207832684'), (u'CALL_-1207845807', u'INDIRECT_-1207836978'), (u'CALL_-1207853607', u'INDIRECT_-1207835495'), (u'INT_EQUAL_-1207850683', u'CBRANCH_-1207850681'), (u'INDIRECT_-1207840143', u'MULTIEQUAL_-1207839990'), (u'INDIRECT_-1207833837', u'MULTIEQUAL_-1207835612'), (u'PTRSUB_-1207833978', u'PTRSUB_-1207833976'), (u'MULTIEQUAL_-1207834766', u'CAST_-1207833687'), (u'INT_NOTEQUAL_-1207854955', u'CBRANCH_-1207854953'), (u'CAST_-1207832901', u'CALL_-1207850120'), (u'CALL_-1207849024', u'INDIRECT_-1207836117'), (u'MULTIEQUAL_-1207835821', u'MULTIEQUAL_-1207833654'), (u'MULTIEQUAL_-1207839653', u'MULTIEQUAL_-1207839612'), (u'LOAD_-1207851031', u'SUBPIECE_-1207832265'), (u'INDIRECT_-1207840680', u'MULTIEQUAL_-1207840466'), (u'INT_SRIGHT_-1207847587', u'INT_XOR_-1207847555'), ('tmp_11154', u'CBRANCH_-1207849319'), (u'CALL_-1207849335', u'CBRANCH_-1207849319'), ('const-1', u'PTRADD_-1207849389'), (u'MULTIEQUAL_-1207831365', u'MULTIEQUAL_-1207834654'), (u'INT_ZEXT_-1207841159', u'INT_LEFT_-1207846341'), ('const-0', u'INT_NOTEQUAL_-1207850557'), (u'INDIRECT_-1207843739', u'MULTIEQUAL_-1207839997'), (u'CAST_-1207834418', u'STORE_-1207854943'), (u'INDIRECT_-1207840936', u'MULTIEQUAL_-1207841046'), ('const-417', u'LOAD_-1207850646'), (u'MULTIEQUAL_-1207834112', u'MULTIEQUAL_-1207834064'), (u'MULTIEQUAL_-1207838582', u'MULTIEQUAL_-1207838556'), (u'INDIRECT_-1207834583', u'MULTIEQUAL_-1207834391'), (u'MULTIEQUAL_-1207834064', u'MULTIEQUAL_-1207834038'), (u'CALL_-1207853062', u'INDIRECT_-1207840055'), (u'CALL_-1207850242', u'INDIRECT_-1207839526'), (u'PTRSUB_-1207835157', u'PTRSUB_-1207835155'), (u'CALL_-1207854202', u'INDIRECT_-1207835755'), ('const-0', u'PTRSUB_-1207832417'), ('const-417', u'LOAD_-1207846556'), ('const-316', u'PTRSUB_-1207834169'), (u'CAST_-1207833791', u'INT_ADD_-1207853933'), (u'INDIRECT_-1207841409', u'MULTIEQUAL_-1207842340'), (u'CALL_-1207848124', u'INDIRECT_-1207832581'), (u'SUBPIECE_-1207833715', u'INT_ADD_-1207853402'), (u'PTRSUB_-1207832562', u'CAST_-1207831908'), (u'PTRSUB_-1207832144', u'PTRSUB_-1207832131'), (u'MULTIEQUAL_-1207841841', u'CALL_-1207849278'), ('const-417', u'LOAD_-1207848749'), ('tmp_18244', u'PTRSUB_-1207830641'), ('tmp_12888', u'CBRANCH_-1207847540'), ('const-417', u'LOAD_-1207853692'), (u'LOAD_-1207855204', u'PTRSUB_-1207835029'), (u'INDIRECT_-1207840009', u'MULTIEQUAL_-1207833720'), (u'CAST_-1207833930', u'PTRSUB_-1207834473'), (u'INDIRECT_-1207835233', u'MULTIEQUAL_-1207833713'), (u'PTRSUB_-1207834169', u'PTRSUB_-1207834166'), (u'INDIRECT_-1207831476', u'MULTIEQUAL_-1207835060'), (u'CALLIND_-1207855137', u'INDIRECT_-1207836155'), ('const-1', u'INT_RIGHT_-1207845677'), (u'CALL_-1207845464', u'INDIRECT_-1207840371'), (u'INDIRECT_-1207832573', u'MULTIEQUAL_-1207832697'), (u'CALL_-1207848124', u'INDIRECT_-1207832194'), (u'LOAD_-1207851036', u'PTRSUB_-1207832602'), (u'CAST_-1207834093', u'INT_LESSEQUAL_-1207849016'), (u'CAST_-1207834171', u'LOAD_-1207849361'), (u'CALL_-1207848981', u'INDIRECT_-1207834316'), (u'MULTIEQUAL_-1207839781', u'MULTIEQUAL_-1207839891'), (u'CAST_-1207834160', u'LOAD_-1207849346'), ('const-0', u'PTRSUB_-1207833036'), (u'PTRSUB_-1207834164', u'PTRSUB_-1207834162'), ('const-1', u'PTRADD_-1207834064'), (u'INDIRECT_-1207832979', u'MULTIEQUAL_-1207831008'), (u'CALL_-1207845951', u'INDIRECT_-1207837186'), (u'CALL_-1207851683', u'INDIRECT_-1207834722'), (u'PTRSUB_-1207835225', u'PTRSUB_-1207835223'), (u'CALL_-1207848414', u'INDIRECT_-1207832148'), (u'PTRSUB_-1207831590', u'CAST_-1207831352'), (u'MULTIEQUAL_-1207835989', u'MULTIEQUAL_-1207832263'), (u'INDIRECT_-1207833514', u'MULTIEQUAL_-1207836150'), ('const-0', u'PTRSUB_-1207832515'), (u'CALL_-1207851972', u'INDIRECT_-1207834724'), ('const-16', u'PTRADD_-1207833936'), ('const-0', u'SUBPIECE_-1207844626'), (u'CALL_-1207852978', u'INDIRECT_-1207840147'), (u'INDIRECT_-1207834712', u'MULTIEQUAL_-1207834633'), ('const-417', u'LOAD_-1207855204'), (u'CALL_-1207846210', u'INDIRECT_-1207840302'), (u'INDIRECT_-1207840674', u'MULTIEQUAL_-1207840558'), ('tmp_3560', u'CBRANCH_-1207853200'), (u'INDIRECT_-1207836344', u'MULTIEQUAL_-1207836245'), (u'INDIRECT_-1207839969', u'MULTIEQUAL_-1207841144'), (u'MULTIEQUAL_-1207833617', u'MULTIEQUAL_-1207834612'), (u'CALL_-1207848981', u'INDIRECT_-1207833929'), (u'COPY_-1207845908', u'MULTIEQUAL_-1207835020'), (u'PTRSUB_-1207832462', u'PTRSUB_-1207832460'), (u'INT_NOTEQUAL_-1207852384', u'CBRANCH_-1207852384'), ('const-0', u'SUBPIECE_-1207832172'), (u'INT_SUB_-1207845525', u'INT_ADD_-1207845514'), (u'COPY_-1207831040', u'MULTIEQUAL_-1207841505'), (u'CALL_-1207852978', u'INDIRECT_-1207840018'), (u'INDIRECT_-1207837662', u'MULTIEQUAL_-1207837044'), (u'INDIRECT_-1207833637', u'MULTIEQUAL_-1207833747'), (u'INT_ADD_-1207849848', u'CAST_-1207831511'), (u'MULTIEQUAL_-1207834707', u'MULTIEQUAL_-1207835387'), ('const-4489837', u'COPY_-1207833143'), (u'CALL_-1207847446', u'INDIRECT_-1207840833'), (u'CAST_-1207833930', u'PTRSUB_-1207834246'), (u'CALL_-1207850237', u'INDIRECT_-1207832732'), (u'CALL_-1207849458', u'INDIRECT_-1207836291'), ('const-417', u'LOAD_-1207852310'), (u'LOAD_-1207855025', u'INT_OR_-1207854865'), (u'CALL_-1207850145', u'INDIRECT_-1207839376'), (u'CALL_-1207846879', u'INDIRECT_-1207832179'), ('tmp_4133', u'CBRANCH_-1207852810'), (u'CALL_-1207850187', u'INDIRECT_-1207842561'), ('tmp_14744', u'BRANCH_-1207846147'), ('const-4', u'PTRADD_-1207832209'), ('const-0', u'SUBPIECE_-1207832265'), (u'MULTIEQUAL_-1207838018', u'MULTIEQUAL_-1207840845'), (u'LOAD_-1207850801', u'SUBPIECE_-1207832172'), (u'CAST_-1207830861', u'COPY_-1207830946'), (u'CAST_-1207834124', u'LOAD_-1207849114'), (u'MULTIEQUAL_-1207831665', u'MULTIEQUAL_-1207831907'), (u'PTRSUB_-1207835049', u'CAST_-1207834373'), (u'CALL_-1207852256', u'INDIRECT_-1207835099'), ('const-4489837', u'COPY_-1207831074'), (u'MULTIEQUAL_-1207838588', u'INT_ADD_-1207855224'), (u'PTRSUB_-1207835343', u'PTRSUB_-1207834785'), (u'MULTIEQUAL_-1207834320', u'MULTIEQUAL_-1207835000'), (u'STORE_-1207850647', u'INDIRECT_-1207832897'), (u'INDIRECT_-1207836162', u'MULTIEQUAL_-1207835948'), ('tmp_65951', u'MULTIEQUAL_-1207835821'), ('const-108', u'PTRSUB_-1207831597'), (u'LOAD_-1207853444', u'INT_AND_-1207853418'), (u'MULTIEQUAL_-1207842055', u'MULTIEQUAL_-1207842028'), (u'MULTIEQUAL_-1207835627', u'MULTIEQUAL_-1207833544'), (u'CALL_-1207845951', u'INDIRECT_-1207840111'), (u'CAST_-1207834411', u'INT_ADD_-1207835143'), (u'MULTIEQUAL_-1207844268', u'INT_ADD_-1207849196'), (u'PTRSUB_-1207832162', u'LOAD_-1207850310'), ('const-28', u'PTRSUB_-1207835085'), ('const-8', u'PTRSUB_-1207832825'), (u'MULTIEQUAL_-1207834040', u'MULTIEQUAL_-1207834015'), (u'INDIRECT_-1207834704', u'MULTIEQUAL_-1207834863'), (u'CAST_-1207832536', u'CALL_-1207850145'), (u'MULTIEQUAL_-1207833538', u'MULTIEQUAL_-1207833865'), (u'MULTIEQUAL_-1207839757', u'MULTIEQUAL_-1207839415'), (u'INDIRECT_-1207839056', u'MULTIEQUAL_-1207839128'), ('const-417', u'LOAD_-1207852882'), (u'MULTIEQUAL_-1207832357', u'PTRADD_-1207832209'), (u'MULTIEQUAL_-1207841013', u'MULTIEQUAL_-1207840897'), (u'INDIRECT_-1207837768', u'MULTIEQUAL_-1207837878'), (u'MULTIEQUAL_-1207840899', u'MULTIEQUAL_-1207837808'), (u'CALL_-1207850359', u'INDIRECT_-1207835321'), (u'PTRSUB_-1207832632', u'LOAD_-1207851031'), (u'PTRSUB_-1207834177', u'PTRSUB_-1207834176'), (u'SUBPIECE_-1207832147', u'STORE_-1207850479'), (u'INDIRECT_-1207833484', u'MULTIEQUAL_-1207833366'), (u'MULTIEQUAL_-1207831896', u'CBRANCH_-1207846954'), ('const-0', u'PTRSUB_-1207835066'), (u'CALL_-1207850145', u'INDIRECT_-1207834337'), ('const-4', u'PTRSUB_-1207832513'), (u'COPY_-1207830784', u'CALL_-1207846312'), ('const-64', u'INT_ADD_-1207852363'), (u'MULTIEQUAL_-1207833539', u'MULTIEQUAL_-1207834639'), ('tmp_65949', u'MULTIEQUAL_-1207836482'), (u'CAST_-1207833307', u'INT_LESSEQUAL_-1207852885'), (u'CALL_-1207853974', u'INDIRECT_-1207834810'), (u'PTRSUB_-1207833934', u'LOAD_-1207852901'), (u'MULTIEQUAL_-1207836103', u'MULTIEQUAL_-1207831724'), (u'INDIRECT_-1207838037', u'MULTIEQUAL_-1207840673'), (u'CAST_-1207833930', u'PTRSUB_-1207833340'), (u'INT_ADD_-1207852443', u'CAST_-1207832872'), ('const-0', u'PTRSUB_-1207833339'), (u'INT_AND_-1207855146', u'CAST_-1207834507'), (u'INT_EQUAL_-1207851894', u'CBRANCH_-1207851895'), (u'INDIRECT_-1207840769', u'MULTIEQUAL_-1207840665'), (u'LOAD_-1207846783', u'INT_NOTEQUAL_-1207846764'), ('const-4703183', u'COPY_-1207830720'), (u'INT_SUB_-1207849318', u'INT_SRIGHT_-1207849296'), ('tmp_12694', u'CBRANCH_-1207846538'), (u'INDIRECT_-1207832026', u'MULTIEQUAL_-1207831356'), ('const-4', u'COPY_-1207850863'), (u'INDIRECT_-1207835624', u'MULTIEQUAL_-1207834897'), (u'CALL_-1207845807', u'INDIRECT_-1207832202'), ('const-108', u'PTRSUB_-1207830641'), (u'CALL_-1207846832', u'INDIRECT_-1207832037'), (u'CAST_-1207832973', u'PTRSUB_-1207833616'), (u'CALL_-1207848930', u'INDIRECT_-1207833975'), (u'MULTIEQUAL_-1207844375', u'INT_MULT_-1207849184'), (u'CALL_-1207846205', u'INDIRECT_-1207832149'), (u'INT_LESSEQUAL_-1207853468', u'CBRANCH_-1207853478'), (u'INDIRECT_-1207834382', u'MULTIEQUAL_-1207833538'), (u'MULTIEQUAL_-1207834766', u'CAST_-1207831512'), (u'CALL_-1207845951', u'INDIRECT_-1207831550'), (u'CAST_-1207832522', u'INT_SUB_-1207849585'), ('tmp_35998', u'PTRSUB_-1207830752'), (u'CALL_-1207851972', u'INDIRECT_-1207834466'), (u'CAST_-1207832628', u'COPY_-1207832927'), (u'CALL_-1207846520', u'INDIRECT_-1207832345'), (u'CALL_-1207852978', u'INDIRECT_-1207835237'), (u'INT_SUB_-1207845727', u'SUBPIECE_-1207841464'), (u'CALLIND_-1207847126', u'INDIRECT_-1207838007'), (u'CAST_-1207833232', u'COPY_-1207833426'), (u'CALL_-1207845807', u'INDIRECT_-1207840037'), (u'CALL_-1207848110', u'INDIRECT_-1207832749'), (u'INT_EQUAL_-1207846789', u'CBRANCH_-1207846788'), (u'MULTIEQUAL_-1207835211', u'MULTIEQUAL_-1207834850'), (u'MULTIEQUAL_-1207832439', u'MULTIEQUAL_-1207832684'), (u'MULTIEQUAL_-1207837852', u'MULTIEQUAL_-1207841028'), (u'CALL_-1207847003', u'INDIRECT_-1207833443'), (u'PTRADD_-1207835014', u'MULTIEQUAL_-1207837894'), (u'INDIRECT_-1207841125', u'MULTIEQUAL_-1207841026'), (u'CALL_-1207848981', u'INDIRECT_-1207834058'), (u'INDIRECT_-1207832897', u'MULTIEQUAL_-1207832838'), ('const-417', u'LOAD_-1207849705'), (u'MULTIEQUAL_-1207832922', u'INT_EQUAL_-1207845085'), (u'LOAD_-1207847635', u'INT_SRIGHT_-1207847587'), (u'MULTIEQUAL_-1207840081', u'LOAD_-1207854285'), (u'LOAD_-1207855025', u'INT_AND_-1207843580'), (u'MULTIEQUAL_-1207844387', u'PTRSUB_-1207834369'), (u'MULTIEQUAL_-1207835876', u'INT_LESS_-1207846304'), ('const-0', u'COPY_-1207850853'), (u'INDIRECT_-1207834791', u'MULTIEQUAL_-1207834863'), (u'MULTIEQUAL_-1207835387', u'MULTIEQUAL_-1207835497'), ('const-0', u'INT_NOTEQUAL_-1207840034'), (u'PTRSUB_-1207834527', u'CAST_-1207833884'), (u'CALL_-1207848006', u'INDIRECT_-1207832615'), (u'COPY_-1207831246', u'MULTIEQUAL_-1207834137'), (u'INT_AND_-1207849253', u'INT_NOTEQUAL_-1207849252'), ('const-68', u'INT_ADD_-1207849848'), (u'INDIRECT_-1207834507', u'MULTIEQUAL_-1207834304'), (u'MULTIEQUAL_-1207835000', u'MULTIEQUAL_-1207835110'), (u'MULTIEQUAL_-1207837937', u'MULTIEQUAL_-1207837927'), (u'MULTIEQUAL_-1207839414', u'MULTIEQUAL_-1207839301'), (u'INDIRECT_-1207831244', u'COPY_-1207831274'), (u'STORE_-1207850473', u'INDIRECT_-1207832823'), (u'MULTIEQUAL_-1207841046', u'MULTIEQUAL_-1207841013'), (u'INT_NOTEQUAL_-1207850557', u'CBRANCH_-1207850552'), ('const-0', u'INT_NOTEQUAL_-1207855541'), (u'CALLIND_-1207850613', u'INDIRECT_-1207834174'), ('const-0', u'INT_EQUAL_-1207839562'), (u'INDIRECT_-1207833249', u'COPY_-1207833260'), ('const-1', u'RETURN_-1207849162'), (u'LOAD_-1207846944', u'INT_LESS_-1207846929'), (u'PTRADD_-1207831286', u'INT_EQUAL_-1207845786'), ('const-0', u'INT_EQUAL_-1207850811'), (u'CALL_-1207851972', u'INDIRECT_-1207842301'), (u'CALL_-1207853243', u'INDIRECT_-1207835233'), (u'CALL_-1207844461', u'INDIRECT_-1207831763'), (u'MULTIEQUAL_-1207833200', u'MULTIEQUAL_-1207836376'), ('tmp_65944', u'COPY_-1207833616'), (u'CALL_-1207849335', u'INDIRECT_-1207839185'), ('const-0', u'PTRSUB_-1207831747'), (u'LOAD_-1207846848', u'MULTIEQUAL_-1207844709'), (u'INDIRECT_-1207834264', u'MULTIEQUAL_-1207833417'), (u'CALL_-1207854013', u'INDIRECT_-1207840594'), (u'SUBPIECE_-1207841265', u'INT_AND_-1207846345'), (u'MULTIEQUAL_-1207836142', u'MULTIEQUAL_-1207834296'), (u'INDIRECT_-1207832779', u'MULTIEQUAL_-1207833952'), (u'INDIRECT_-1207836284', u'MULTIEQUAL_-1207836394'), (u'CALL_-1207845464', u'INDIRECT_-1207832536'), (u'CALL_-1207851683', u'INDIRECT_-1207834851'), (u'INT_SUB_-1207845727', u'INT_AND_-1207839776'), ('const-0', u'PTRSUB_-1207832284'), (u'INDIRECT_-1207833139', u'MULTIEQUAL_-1207832521'), ('const-28', u'PTRSUB_-1207834527'), (u'PTRSUB_-1207832007', u'PTRSUB_-1207831984'), (u'MULTIEQUAL_-1207842228', u'MULTIEQUAL_-1207843225'), (u'INT_ADD_-1207849184', u'MULTIEQUAL_-1207844429'), ('const-0', u'SUBPIECE_-1207833715'), ('const-108', u'PTRSUB_-1207831281'), (u'CALL_-1207850120', u'INDIRECT_-1207839605'), ('const-4510597', u'COPY_-1207832616'), (u'INT_ADD_-1207853147', u'INT_EQUAL_-1207853140'), ('const-417', u'LOAD_-1207855090'), (u'INDIRECT_-1207833916', u'MULTIEQUAL_-1207832022'), ('tmp_15343', u'BRANCH_-1207845792'), (u'INT_ADD_-1207849174', u'CAST_-1207834082'), ('const-56', u'PTRSUB_-1207831916'), (u'CAST_-1207833211', u'INT_EQUAL_-1207850386'), ('const-0', u'PTRSUB_-1207834166'), (u'PTRSUB_-1207834553', u'CALL_-1207854202'), (u'INDIRECT_-1207834712', u'MULTIEQUAL_-1207834520'), (u'MULTIEQUAL_-1207834907', u'MULTIEQUAL_-1207835904'), (u'CALLIND_-1207854804', u'INDIRECT_-1207840862'), ('const-4', u'INT_ADD_-1207853068'), (u'INDIRECT_-1207843921', u'MULTIEQUAL_-1207843824'), (u'MULTIEQUAL_-1207832805', u'MULTIEQUAL_-1207836322'), (u'CALL_-1207850237', u'INDIRECT_-1207833587'), (u'CALL_-1207848981', u'INDIRECT_-1207838705'), (u'CALL_-1207849164', u'INDIRECT_-1207834188'), (u'INDIRECT_-1207834095', u'MULTIEQUAL_-1207835870'), ('const-0', u'PTRSUB_-1207835179'), (u'PTRSUB_-1207834176', u'PTRSUB_-1207833757'), (u'LOAD_-1207846561', u'INT_EQUAL_-1207846541'), (u'PTRADD_-1207835014', u'INT_NOTEQUAL_-1207854722'), (u'MULTIEQUAL_-1207833444', u'MULTIEQUAL_-1207833417'), (u'CAST_-1207833930', u'PTRSUB_-1207831916'), (u'INDIRECT_-1207834317', u'MULTIEQUAL_-1207834182'), (u'CALL_-1207846205', u'INDIRECT_-1207831891'), (u'CALL_-1207850120', u'INDIRECT_-1207835340'), (u'CALL_-1207847446', u'INDIRECT_-1207833256'), (u'MULTIEQUAL_-1207837808', u'MULTIEQUAL_-1207837760'), (u'COPY_-1207831140', u'CALL_-1207848006'), (u'INT_ADD_-1207832504', u'CAST_-1207831846'), (u'INDIRECT_-1207830885', u'COPY_-1207830851'), (u'MULTIEQUAL_-1207838700', u'CAST_-1207832148'), (u'MULTIEQUAL_-1207833156', u'MULTIEQUAL_-1207833108'), (u'COPY_-1207832927', u'MULTIEQUAL_-1207842954'), (u'PTRADD_-1207831286', u'CALL_-1207845951'), (u'CALL_-1207845807', u'INDIRECT_-1207837241'), (u'CALL_-1207846887', u'INDIRECT_-1207832881'), (u'MULTIEQUAL_-1207834768', u'MULTIEQUAL_-1207834743'), (u'INDIRECT_-1207840142', u'MULTIEQUAL_-1207839415'), (u'MULTIEQUAL_-1207842410', u'MULTIEQUAL_-1207842228'), (u'CALL_-1207847446', u'INDIRECT_-1207838166'), (u'INT_ADD_-1207853793', u'CAST_-1207833722'), (u'MULTIEQUAL_-1207834520', u'MULTIEQUAL_-1207833983'), ('const-417', u'STORE_-1207854925'), (u'CALL_-1207849278', u'INDIRECT_-1207832395'), (u'PTRSUB_-1207834390', u'PTRSUB_-1207834388'), ('const-20', u'PTRSUB_-1207832470'), (u'COPY_-1207830682', u'MULTIEQUAL_-1207834375'), (u'PTRSUB_-1207834134', u'LOAD_-1207854364'), (u'MULTIEQUAL_-1207837954', u'MULTIEQUAL_-1207837937'), (u'MULTIEQUAL_-1207836095', u'MULTIEQUAL_-1207836265'), ('const-417', u'LOAD_-1207848176'), (u'MULTIEQUAL_-1207834872', u'MULTIEQUAL_-1207834831'), ('tmp_1457', u'CBRANCH_-1207854835'), (u'STORE_-1207847521', u'INDIRECT_-1207832195'), (u'CAST_-1207832792', u'LOAD_-1207852310'), ('const-0', u'PTRSUB_-1207835126'), (u'INDIRECT_-1207835119', u'MULTIEQUAL_-1207835110'), (u'INT_SRIGHT_-1207849037', u'CAST_-1207834093'), (u'MULTIEQUAL_-1207834137', u'COPY_-1207831192'), (u'MULTIEQUAL_-1207836271', u'MULTIEQUAL_-1207836208'), (u'INDIRECT_-1207833397', u'MULTIEQUAL_-1207833404'), ('tmp_4546', u'CBRANCH_-1207852187'), (u'SUBPIECE_-1207844400', u'INT_ADD_-1207845165'), (u'SUBPIECE_-1207832215', u'INT_ADD_-1207850904'), (u'LOAD_-1207849346', u'INT_SUB_-1207849318'), (u'INT_EQUAL_-1207852327', u'CBRANCH_-1207852321'), ('const-44', u'INT_ADD_-1207852443'), (u'CALL_-1207851972', u'INDIRECT_-1207835111'), ('const-144', u'PTRSUB_-1207833178'), (u'INDIRECT_-1207839113', u'MULTIEQUAL_-1207837954'), (u'CALL_-1207851683', u'INDIRECT_-1207834980'), (u'MULTIEQUAL_-1207838459', u'INT_ADD_-1207855196'), (u'BOOL_NEGATE_-1207851920', u'MULTIEQUAL_-1207842512'), (u'CAST_-1207832400', u'CAST_-1207832344'), (u'INDIRECT_-1207832752', u'MULTIEQUAL_-1207832759'), (u'COPY_-1207832831', u'MULTIEQUAL_-1207834766'), (u'INT_ADD_-1207849445', u'CAST_-1207831333'), (u'LOAD_-1207852882', u'INT_NOTEQUAL_-1207852863'), (u'INDIRECT_-1207839502', u'CAST_-1207832901'), (u'CALL_-1207848092', u'INDIRECT_-1207837173'), (u'INDIRECT_-1207834079', u'MULTIEQUAL_-1207834040'), (u'PTRSUB_-1207834098', u'LOAD_-1207853199'), (u'PTRSUB_-1207835189', u'LOAD_-1207855090'), (u'CAST_-1207832843', u'LOAD_-1207852403'), (u'CALLIND_-1207847126', u'INDIRECT_-1207833355'), (u'LOAD_-1207853767', u'INT_NOTEQUAL_-1207853748'), (u'CALL_-1207848092', u'INDIRECT_-1207836781'), (u'COPY_-1207850895', u'MULTIEQUAL_-1207838331'), ('const-2', u'INT_AND_-1207852058'), (u'INDIRECT_-1207836086', u'MULTIEQUAL_-1207835987'), (u'COPY_-1207833541', u'COPY_-1207833529'), (u'MULTIEQUAL_-1207833549', u'MULTIEQUAL_-1207842476'), ('const-31', u'INT_AND_-1207845684'), (u'COPY_-1207830964', u'CALL_-1207848504'), ('const-417', u'LOAD_-1207850333'), (u'INDIRECT_-1207834303', u'MULTIEQUAL_-1207832409'), (u'MULTIEQUAL_-1207841182', u'CAST_-1207830937'), (u'COPY_-1207831246', u'MULTIEQUAL_-1207834140'), (u'INDIRECT_-1207840276', u'MULTIEQUAL_-1207839549'), ('const-20', u'PTRSUB_-1207832294'), (u'CALL_-1207848124', u'INDIRECT_-1207832452'), ('const-28', u'PTRSUB_-1207831860'), (u'CALL_-1207850359', u'INDIRECT_-1207839715'), (u'MULTIEQUAL_-1207839724', u'MULTIEQUAL_-1207839699'), (u'MULTIEQUAL_-1207833417', u'MULTIEQUAL_-1207833444'), (u'CAST_-1207834685', u'MULTIEQUAL_-1207840339'), (u'PTRADD_-1207831286', u'COPY_-1207830709'), (u'INDIRECT_-1207835635', u'MULTIEQUAL_-1207835627'), (u'INDIRECT_-1207839098', u'MULTIEQUAL_-1207839257'), (u'CALLIND_-1207854804', u'INDIRECT_-1207836215'), (u'LOAD_-1207849206', u'CAST_-1207832308'), (u'PTRSUB_-1207834881', u'LOAD_-1207848749'), ('const-417', u'LOAD_-1207854285'), (u'MULTIEQUAL_-1207834836', u'MULTIEQUAL_-1207834863'), (u'INT_EQUAL_-1207850606', u'CBRANCH_-1207850605'), (u'INDIRECT_-1207842825', u'MULTIEQUAL_-1207842028'), (u'CAST_-1207831749', u'INT_ADD_-1207832328'), (u'MULTIEQUAL_-1207834100', u'COPY_-1207845812'), (u'MULTIEQUAL_-1207837199', u'MULTIEQUAL_-1207840716'), (u'CALL_-1207852256', u'INDIRECT_-1207839622'), (u'SUBPIECE_-1207834570', u'INT_ADD_-1207854984'), (u'INDIRECT_-1207835300', u'MULTIEQUAL_-1207835359'), (u'INDIRECT_-1207835532', u'MULTIEQUAL_-1207833716'), (u'INDIRECT_-1207831958', u'MULTIEQUAL_-1207831894'), (u'LOAD_-1207847383', u'CALL_-1207849458'), (u'COPY_-1207831143', u'CALL_-1207848214'), (u'CAST_-1207832375', u'CALL_-1207849335'), (u'INDIRECT_-1207832718', u'MULTIEQUAL_-1207836352'), ('const-120', u'INT_EQUAL_-1207850715'), (u'INT_ADD_-1207849298', u'INT_LESSEQUAL_-1207849293'), (u'COPY_-1207831250', u'CALL_-1207848011'), (u'MULTIEQUAL_-1207841841', u'PTRADD_-1207831740'), (u'CALLIND_-1207850613', u'INDIRECT_-1207834045'), ('const-417', u'LOAD_-1207849827'), ('const-65279', u'INT_LESS_-1207852345'), (u'MULTIEQUAL_-1207834814', u'MULTIEQUAL_-1207834789'), (u'COPY_-1207832619', u'CALL_-1207850237'), (u'CALLIND_-1207855137', u'MULTIEQUAL_-1207838588'), ('const-0', u'PTRSUB_-1207832296'), ('const-0', u'INT_EQUAL_-1207851743'), (u'INDIRECT_-1207832881', u'MULTIEQUAL_-1207832888'), (u'INT_NOTEQUAL_-1207850582', u'CBRANCH_-1207850580'), (u'INDIRECT_-1207840302', u'MULTIEQUAL_-1207840521'), (u'PTRSUB_-1207831900', u'LOAD_-1207849690'), (u'LOAD_-1207850836', u'PTRSUB_-1207832509'), (u'INDIRECT_-1207840029', u'MULTIEQUAL_-1207839230'), ('const-4', u'PTRSUB_-1207833978'), (u'CALL_-1207846205', u'INDIRECT_-1207832020'), (u'MULTIEQUAL_-1207836482', u'MULTIEQUAL_-1207836652'), (u'MULTIEQUAL_-1207833543', u'MULTIEQUAL_-1207833495'), (u'PTRSUB_-1207831953', u'PTRSUB_-1207831806'), ('const-4292869151', u'INT_AND_-1207849215'), ('const-0', u'INT_EQUAL_-1207848164'), (u'PTRSUB_-1207833904', u'LOAD_-1207852827'), (u'INDIRECT_-1207835495', u'MULTIEQUAL_-1207834768'), (u'INDIRECT_-1207833052', u'MULTIEQUAL_-1207832955'), ('const-64', u'PTRSUB_-1207831637'), (u'INT_ADD_-1207846173', u'MULTIEQUAL_-1207840948'), ('tmp_1285', u'CBRANCH_-1207854953'), (u'CAST_-1207832325', u'INT_AND_-1207849215'), (u'LOAD_-1207853568', u'PTRADD_-1207833752'), (u'CALL_-1207853243', u'INDIRECT_-1207843068'), ('const-4294967244', u'PTRSUB_-1207831830'), ('const-0', u'PTRSUB_-1207831279'), (u'MULTIEQUAL_-1207833983', u'MULTIEQUAL_-1207833935'), ('const-0', u'PTRSUB_-1207833139'), (u'PTRSUB_-1207831275', u'LOAD_-1207846848'), (u'INDIRECT_-1207834575', u'MULTIEQUAL_-1207834440'), ('const-417', u'LOAD_-1207846783'), (u'INT_ADD_-1207849086', u'CAST_-1207834116'), (u'INT_2COMP_-1207847043', u'INT_AND_-1207847026'), ('tmp_18244', u'PTRSUB_-1207835344'), (u'CALL_-1207845951', u'INDIRECT_-1207837444'), (u'LOAD_-1207852084', u'INT_AND_-1207852058'), (u'CALL_-1207849024', u'INDIRECT_-1207836246'), (u'CALL_-1207846887', u'INT_EQUAL_-1207846855'), (u'PTRSUB_-1207831463', u'CAST_-1207831232'), (u'INT_ADD_-1207849273', u'COPY_-1207832706'), (u'INT_ADD_-1207855166', u'INT_AND_-1207855123'), (u'INDIRECT_-1207839884', u'MULTIEQUAL_-1207833546'), (u'MULTIEQUAL_-1207836505', u'MULTIEQUAL_-1207832779'), ('const-417', u'STORE_-1207854842'), ('const-32', u'INT_AND_-1207839776'), ('const-16', u'PTRADD_-1207833849'), ('const-40', u'PTRSUB_-1207833394'), ('tmp_8597', u'CBRANCH_-1207849251'), (u'INDIRECT_-1207835536', u'MULTIEQUAL_-1207834326'), ('tmp_65948', u'MULTIEQUAL_-1207836208'), (u'CAST_-1207833930', u'COPY_-1207833811'), ('const-4703183', u'COPY_-1207831194'), ('const-0', u'PTRSUB_-1207832164'), (u'LOAD_-1207850614', u'INT_AND_-1207840712'), ('const-4703183', u'COPY_-1207832304'), (u'INDIRECT_-1207837966', u'MULTIEQUAL_-1207837852'), (u'CALL_-1207853974', u'INDIRECT_-1207843371'), (u'CAST_-1207831138', u'INT_ADD_-1207847059'), (u'CAST_-1207833874', u'LOAD_-1207834960'), (u'INDIRECT_-1207836162', u'CAST_-1207834178'), (u'INDIRECT_-1207834219', u'MULTIEQUAL_-1207835149'), ('const-2667577344', u'INT_AND_-1207849386'), (u'CAST_-1207832999', u'INT_ADD_-1207833689'), (u'INDIRECT_-1207837528', u'MULTIEQUAL_-1207836910'), (u'MULTIEQUAL_-1207840544', u'MULTIEQUAL_-1207840536'), (u'MULTIEQUAL_-1207835860', u'MULTIEQUAL_-1207835836'), (u'INT_SUB_-1207849585', u'CAST_-1207832358'), (u'INDIRECT_-1207834810', u'MULTIEQUAL_-1207833550'), (u'INDIRECT_-1207833966', u'MULTIEQUAL_-1207835155'), (u'INDIRECT_-1207833837', u'MULTIEQUAL_-1207835026'), (u'MULTIEQUAL_-1207843514', u'MULTIEQUAL_-1207843471'), (u'INDIRECT_-1207838835', u'MULTIEQUAL_-1207838994'), (u'PTRSUB_-1207832677', u'LOAD_-1207851106'), (u'CALL_-1207854202', u'INDIRECT_-1207836142'), (u'INDIRECT_-1207834574', u'MULTIEQUAL_-1207834863'), ('const-40', u'INT_ADD_-1207853933'), ('tmp_10919', u'CBRANCH_-1207849488'), (u'PTRADD_-1207833691', u'LOAD_-1207853300'), (u'CALL_-1207849062', u'INDIRECT_-1207833049'), (u'CALL_-1207851159', u'INDIRECT_-1207838645'), (u'CALL_-1207849458', u'INDIRECT_-1207836162'), (u'CAST_-1207833930', u'PTRSUB_-1207832730'), (u'INT_ADD_-1207833185', u'INT_AND_-1207849593'), (u'COPY_-1207833100', u'CALL_-1207848930'), (u'MULTIEQUAL_-1207835965', u'INT_EQUAL_-1207849505'), (u'MULTIEQUAL_-1207836033', u'MULTIEQUAL_-1207835259'), (u'CALL_-1207853062', u'INDIRECT_-1207835403'), ('const-0', u'INT_EQUAL_-1207839773'), ('const-417', u'LOAD_-1207855573'), ('const-4', u'PTRSUB_-1207832351'), (u'MULTIEQUAL_-1207835239', u'MULTIEQUAL_-1207833541'), ('const-0', u'PTRSUB_-1207830499'), (u'PTRSUB_-1207834189', u'PTRSUB_-1207834187'), ('tmp_18244', u'PTRSUB_-1207835339'), ('tmp_14022', u'CBRANCH_-1207846788'), (u'PTRSUB_-1207835384', u'PTRSUB_-1207835382'), ('const-1', u'PTRADD_-1207832698'), ('const-88', u'PTRSUB_-1207832632'), ('const-24', u'INT_ADD_-1207850053'), ('const-61', u'PTRSUB_-1207834367'), (u'INT_SUB_-1207846246', u'INT_ADD_-1207846235'), ('const-4294967295', u'INT_ADD_-1207851905'), (u'INDIRECT_-1207833966', u'MULTIEQUAL_-1207835741'), ('const-0', u'COPY_-1207847462'), (u'PTRSUB_-1207833982', u'PTRSUB_-1207833980'), (u'INDIRECT_-1207830785', u'COPY_-1207830809'), (u'CAST_-1207833930', u'PTRSUB_-1207834568'), (u'BOOL_AND_-1207846248', u'CBRANCH_-1207846275'), ('const-4', u'COPY_-1207850475'), (u'CALL_-1207848210', u'INDIRECT_-1207834095'), (u'INDIRECT_-1207832663', u'MULTIEQUAL_-1207832826'), (u'LOAD_-1207852901', u'CAST_-1207833307'), (u'INDIRECT_-1207839247', u'MULTIEQUAL_-1207839483'), (u'CALL_-1207849062', u'INDIRECT_-1207837825'), (u'MULTIEQUAL_-1207836748', u'MULTIEQUAL_-1207832470'), (u'MULTIEQUAL_-1207843259', u'INT_EQUAL_-1207851915'), (u'INT_EQUAL_-1207843598', u'CBRANCH_-1207854835'), (u'SUBPIECE_-1207831837', u'MULTIEQUAL_-1207837937'), ('const-0', u'INT_EQUAL_-1207849617'), (u'INT_ADD_-1207833726', u'CALL_-1207850187'), (u'MULTIEQUAL_-1207841028', u'MULTIEQUAL_-1207837937'), ('const-1', u'INT_AND_-1207841050'), (u'MULTIEQUAL_-1207835129', u'MULTIEQUAL_-1207835047'), (u'INDIRECT_-1207839765', u'CAST_-1207832903'), (u'MULTIEQUAL_-1207838083', u'MULTIEQUAL_-1207838066'), (u'PTRSUB_-1207834624', u'PTRSUB_-1207834622'), (u'CAST_-1207833112', u'INT_SUB_-1207850520'), (u'PTRADD_-1207852044', u'CAST_-1207832697'), (u'COPY_-1207831057', u'MULTIEQUAL_-1207831363'), (u'MULTIEQUAL_-1207834097', u'MULTIEQUAL_-1207834207'), (u'CAST_-1207830311', u'CALL_-1207848092'), (u'PTRSUB_-1207834473', u'CAST_-1207833830'), ('const-0', u'PTRSUB_-1207832419'), (u'MULTIEQUAL_-1207843882', u'PTRSUB_-1207833771'), (u'INT_AND_-1207839597', u'INT_EQUAL_-1207845169'), ('const-0', u'PTRSUB_-1207832440'), ('const-0', u'PTRSUB_-1207834559'), (u'LOAD_-1207855204', u'PTRSUB_-1207834984'), (u'PTRSUB_-1207832501', u'CAST_-1207831874'), (u'INDIRECT_-1207833250', u'MULTIEQUAL_-1207833360'), (u'INDIRECT_-1207832134', u'MULTIEQUAL_-1207833307'), ('tmp_1816', u'CBRANCH_-1207854255'), (u'PTRADD_-1207834487', u'LOAD_-1207855189'), ('const-417', u'STORE_-1207853082'), (u'MULTIEQUAL_-1207831973', u'MULTIEQUAL_-1207831927'), (u'CALL_-1207850242', u'CAST_-1207832957'), (u'INDIRECT_-1207831550', u'MULTIEQUAL_-1207831665'), (u'CALL_-1207845807', u'INDIRECT_-1207832460'), (u'CALL_-1207848414', u'INDIRECT_-1207832277'), ('const-4717152', u'COPY_-1207830613'), (u'CALL_-1207853243', u'INDIRECT_-1207840009'), (u'INDIRECT_-1207832263', u'MULTIEQUAL_-1207833436'), ('const-24', u'INT_ADD_-1207853171'), (u'INDIRECT_-1207839376', u'MULTIEQUAL_-1207838217'), ('const-0', u'PTRSUB_-1207834885'), (u'CALL_-1207849481', u'INDIRECT_-1207838216'), (u'INDIRECT_-1207830861', u'COPY_-1207830825'), (u'MULTIEQUAL_-1207832073', u'MULTIEQUAL_-1207834900'), (u'CAST_-1207832697', u'LOAD_-1207852106'), ('const-4', u'PTRADD_-1207833832'), (u'CALL_-1207845203', u'SUBPIECE_-1207844400'), (u'INT_NOTEQUAL_-1207853281', u'CBRANCH_-1207853281'), (u'LOAD_-1207853902', u'INT_EQUAL_-1207853884'), ('const-0', u'PTRSUB_-1207832313'), (u'INDIRECT_-1207840943', u'MULTIEQUAL_-1207837199'), (u'MULTIEQUAL_-1207831358', u'MULTIEQUAL_-1207832829'), (u'CALL_-1207849136', u'INDIRECT_-1207835898'), (u'PTRSUB_-1207833178', u'CAST_-1207832536'), (u'INT_ADD_-1207854984', u'STORE_-1207854943'), (u'CAST_-1207832400', u'MULTIEQUAL_-1207837537'), (u'CALL_-1207847777', u'INDIRECT_-1207832225'), (u'INT_EQUAL_-1207845085', u'CBRANCH_-1207845083'), (u'MULTIEQUAL_-1207831873', u'CBRANCH_-1207848736'), (u'MULTIEQUAL_-1207834100', u'PTRADD_-1207831286'), ('const-2', u'INT_SRIGHT_-1207849930'), ('const-1', u'INT_AND_-1207849218'), ('tmp_2584', u'CBRANCH_-1207853778'), ('const-0', u'PTRSUB_-1207835223'), (u'CALL_-1207849167', u'INDIRECT_-1207832342'), (u'INDIRECT_-1207836246', u'MULTIEQUAL_-1207836142'), (u'SUBPIECE_-1207832216', u'INT_CARRY_-1207850906'), (u'LOAD_-1207851036', u'PTRSUB_-1207832549'), (u'CAST_-1207834685', u'MULTIEQUAL_-1207840742'), (u'MULTIEQUAL_-1207835460', u'MULTIEQUAL_-1207835435'), (u'INDIRECT_-1207833268', u'MULTIEQUAL_-1207833275'), (u'CALL_-1207851972', u'INDIRECT_-1207839505'), ('const-28', u'PTRSUB_-1207831875'), (u'CAST_-1207833930', u'CAST_-1207831704'), (u'COPY_-1207832914', u'MULTIEQUAL_-1207842913'), (u'INT_AND_-1207855123', u'MULTIEQUAL_-1207837393'), (u'MULTIEQUAL_-1207833712', u'CALL_-1207853062'), (u'CALLIND_-1207854804', u'INDIRECT_-1207841125'), (u'CALL_-1207845951', u'INDIRECT_-1207837052'), (u'CALL_-1207854202', u'INDIRECT_-1207835884'), (u'PTRSUB_-1207832478', u'PTRSUB_-1207832476'), ('const-0', u'SUBPIECE_-1207832216'), (u'MULTIEQUAL_-1207834064', u'MULTIEQUAL_-1207835821'), (u'CAST_-1207833422', u'LOAD_-1207850069'), (u'INDIRECT_-1207835665', u'MULTIEQUAL_-1207834455'), (u'LOAD_-1207850830', u'INT_AND_-1207850650'), (u'MULTIEQUAL_-1207839151', u'PTRADD_-1207852024'), (u'MULTIEQUAL_-1207832521', u'MULTIEQUAL_-1207832510'), (u'INT_NOTEQUAL_-1207843474', u'BOOL_OR_-1207835383'), (u'MULTIEQUAL_-1207837626', u'MULTIEQUAL_-1207840453'), (u'MULTIEQUAL_-1207834897', u'MULTIEQUAL_-1207834872'), ('const-417', u'LOAD_-1207853387'), ('const-0', u'CALL_-1207852256'), (u'CAST_-1207833930', u'PTRSUB_-1207832231'), (u'INT_EQUAL_-1207847542', u'CBRANCH_-1207847540'), (u'PTRSUB_-1207831411', u'LOAD_-1207847203'), ('const-4', u'PTRADD_-1207831961'), ('const-48', u'INT_ADD_-1207849086'), ('const-4294967292', u'COPY_-1207850895'), (u'CALL_-1207849539', u'INDIRECT_-1207833333'), ('const-136', u'INT_ADD_-1207849330'), (u'PTRSUB_-1207833036', u'CAST_-1207832447'), (u'CAST_-1207833930', u'PTRSUB_-1207832244'), (u'MULTIEQUAL_-1207835989', u'MULTIEQUAL_-1207835965'), (u'CALL_-1207845464', u'INDIRECT_-1207832794'), (u'MULTIEQUAL_-1207833540', u'MULTIEQUAL_-1207834768'), (u'STORE_-1207849188', u'INDIRECT_-1207834953'), ('const-0', u'PTRSUB_-1207832421'), (u'CALL_-1207848092', u'INT_EQUAL_-1207848066'), (u'MULTIEQUAL_-1207836079', u'MULTIEQUAL_-1207833912'), (u'INDIRECT_-1207840956', u'MULTIEQUAL_-1207841068'), ('const-2', u'INT_AND_-1207840933'), ('const-0', u'PTRSUB_-1207830393'), (u'INDIRECT_-1207836291', u'MULTIEQUAL_-1207836077'), (u'CALL_-1207845418', u'INDIRECT_-1207830991'), ('const-40', u'INT_MULT_-1207833397'), ('const-0', u'PTRSUB_-1207832357'), (u'INDIRECT_-1207842980', u'MULTIEQUAL_-1207842917'), (u'PTRSUB_-1207831727', u'LOAD_-1207849244'), (u'PTRSUB_-1207831504', u'PTRSUB_-1207831502'), ('const-0', u'PTRSUB_-1207831733'), (u'INDIRECT_-1207835904', u'MULTIEQUAL_-1207835690'), (u'CALL_-1207849136', u'INDIRECT_-1207840937'), (u'INDIRECT_-1207835450', u'MULTIEQUAL_-1207835460'), (u'MULTIEQUAL_-1207833909', u'MULTIEQUAL_-1207831853'), (u'CAST_-1207832844', u'INT_ADD_-1207852387'), ('const-417', u'STORE_-1207849210'), (u'MULTIEQUAL_-1207836748', u'MULTIEQUAL_-1207832369'), ('const-16', u'PTRSUB_-1207831397'), ('tmp_11526', u'BRANCH_-1207848966'), (u'INDIRECT_-1207834466', u'MULTIEQUAL_-1207833307'), (u'INT_ADD_-1207850103', u'MULTIEQUAL_-1207843230'), (u'CAST_-1207832400', u'CAST_-1207832325'), ('const-4', u'INT_ADD_-1207832608'), (u'INDIRECT_-1207834724', u'MULTIEQUAL_-1207833565'), (u'COPY_-1207830720', u'CALL_-1207844237'), (u'INDIRECT_-1207832026', u'MULTIEQUAL_-1207831983'), (u'INDIRECT_-1207833307', u'MULTIEQUAL_-1207833548'), (u'INDIRECT_-1207833121', u'MULTIEQUAL_-1207833231'), (u'CALL_-1207847446', u'INDIRECT_-1207833514'), (u'CALL_-1207850359', u'INDIRECT_-1207839452'), ('const-417', u'LOAD_-1207855094'), (u'INDIRECT_-1207835923', u'MULTIEQUAL_-1207834713'), (u'INT_SRIGHT_-1207853503', u'CAST_-1207833584'), (u'MULTIEQUAL_-1207835284', u'MULTIEQUAL_-1207835259'), (u'CALL_-1207848534', u'INDIRECT_-1207832174'), ('const-1', u'PTRADD_-1207833838'), ('tmp_11257', u'CBRANCH_-1207849249'), ('const-4', u'PTRADD_-1207834487'), (u'CAST_-1207831131', u'MULTIEQUAL_-1207834654'), ('tmp_11311', u'CBRANCH_-1207849211'), (u'MULTIEQUAL_-1207836232', u'MULTIEQUAL_-1207831914'), (u'MULTIEQUAL_-1207836954', u'INT_MULT_-1207833397'), (u'CALL_-1207848981', u'INDIRECT_-1207838968'), (u'COPY_-1207830652', u'CALL_-1207846205'), (u'INDIRECT_-1207833010', u'MULTIEQUAL_-1207836118'), ('const-0', u'INT_EQUAL_-1207845169'), (u'INDIRECT_-1207835794', u'MULTIEQUAL_-1207834584'), (u'CAST_-1207831472', u'INT_SUB_-1207849784'), (u'INDIRECT_-1207840802', u'MULTIEQUAL_-1207840878'), (u'MULTIEQUAL_-1207836150', u'MULTIEQUAL_-1207836142'), (u'CALL_-1207846887', u'INDIRECT_-1207837528'), ('const-0', u'PTRSUB_-1207832064'), (u'INT_EQUAL_-1207849232', u'CBRANCH_-1207849228'), (u'MULTIEQUAL_-1207839390', u'MULTIEQUAL_-1207839167'), (u'MULTIEQUAL_-1207842512', u'MULTIEQUAL_-1207842509'), ('const-0', u'INT_EQUAL_-1207848990'), ('tmp_65917', u'MULTIEQUAL_-1207840473'), ('const-0', u'PTRSUB_-1207832344'), (u'INDIRECT_-1207831741', u'MULTIEQUAL_-1207831907'), (u'PTRADD_-1207834876', u'MULTIEQUAL_-1207834188'), (u'COPY_-1207830977', u'CALL_-1207848534'), (u'LOAD_-1207855204', u'PTRSUB_-1207835157'), ('const-316', u'PTRSUB_-1207834177'), (u'MULTIEQUAL_-1207831927', u'MULTIEQUAL_-1207831896'), (u'MULTIEQUAL_-1207840948', u'COPY_-1207830909'), (u'INT_EQUAL_-1207850811', u'CBRANCH_-1207850809'), (u'LOAD_-1207854182', u'INT_EQUAL_-1207851781'), ('const-417', u'LOAD_-1207852217'), (u'PTRSUB_-1207835197', u'PTRSUB_-1207835195'), (u'CAST_-1207830788', u'CALL_-1207846210'), (u'CALL_-1207848110', u'INDIRECT_-1207833991'), (u'SUBPIECE_-1207844366', u'INT_ADD_-1207845907'), (u'CAST_-1207834272', u'MULTIEQUAL_-1207838331'), (u'MULTIEQUAL_-1207834391', u'MULTIEQUAL_-1207835388'), (u'INDIRECT_-1207830917', u'COPY_-1207830912'), (u'CAST_-1207834373', u'INT_ADD_-1207835095'), ('const-0', u'PTRSUB_-1207835191'), (u'MULTIEQUAL_-1207833935', u'MULTIEQUAL_-1207835692'), ('const-417', u'LOAD_-1207852342'), (u'PTRSUB_-1207834620', u'LOAD_-1207854359'), ('const-8', u'COPY_-1207848973'), ('tmp_12322', u'CBRANCH_-1207848161'), (u'CALL_-1207850187', u'INDIRECT_-1207839373'), (u'CALLIND_-1207850323', u'INDIRECT_-1207833754'), (u'MULTIEQUAL_-1207837594', u'MULTIEQUAL_-1207840770'), (u'COPY_-1207847282', u'MULTIEQUAL_-1207835350'), ('const-2', u'INT_SRIGHT_-1207853503'), (u'INT_SRIGHT_-1207849391', u'INT_EQUAL_-1207849168'), (u'MULTIEQUAL_-1207839301', u'MULTIEQUAL_-1207840298'), (u'LOAD_-1207850715', u'STORE_-1207850473'), (u'CAST_-1207831415', u'LOAD_-1207849647'), ('const-417', u'LOAD_-1207850830'), (u'MULTIEQUAL_-1207836136', u'MULTIEQUAL_-1207836103'), (u'MULTIEQUAL_-1207836490', u'MULTIEQUAL_-1207832111'), ('const-417', u'LOAD_-1207849690'), (u'MULTIEQUAL_-1207839971', u'MULTIEQUAL_-1207839960'), (u'INDIRECT_-1207836052', u'MULTIEQUAL_-1207835904'), (u'MULTIEQUAL_-1207835563', u'MULTIEQUAL_-1207833396'), ('const-1', u'INT_ADD_-1207833305'), (u'CAST_-1207833232', u'CAST_-1207833210'), ('const-0', u'PTRSUB_-1207830416'), (u'CALLIND_-1207855137', u'INDIRECT_-1207836413'), (u'INDIRECT_-1207840640', u'MULTIEQUAL_-1207840536'), (u'INT_AND_-1207843670', u'INT_EQUAL_-1207855044'), (u'INDIRECT_-1207840446', u'MULTIEQUAL_-1207840298'), (u'INDIRECT_-1207832908', u'MULTIEQUAL_-1207832838'), ('tmp_18246', u'PTRSUB_-1207830499'), (u'CAST_-1207831545', u'INT_SUB_-1207849952'), (u'PTRSUB_-1207833259', u'CAST_-1207832572'), (u'INDIRECT_-1207832968', u'MULTIEQUAL_-1207832850'), (u'MULTIEQUAL_-1207833544', u'MULTIEQUAL_-1207835284'), ('const-417', u'LOAD_-1207850274'), (u'INT_ADD_-1207832328', u'CAST_-1207831748'), (u'INT_EQUAL_-1207849617', u'CBRANCH_-1207849616'), (u'CALL_-1207854202', u'INDIRECT_-1207835626'), (u'INT_SUB_-1207849585', u'CAST_-1207832460'), (u'CAST_-1207832149', u'CALL_-1207848981'), ('const-4', u'PTRSUB_-1207832501'), (u'MULTIEQUAL_-1207833488', u'MULTIEQUAL_-1207833453'), ('const-417', u'STORE_-1207854904'), (u'INT_NOTEQUAL_-1207849445', u'CBRANCH_-1207849443'), (u'INDIRECT_-1207836473', u'MULTIEQUAL_-1207836374'), (u'INDIRECT_-1207834662', u'MULTIEQUAL_-1207834440'), (u'INDIRECT_-1207832881', u'MULTIEQUAL_-1207832252'), (u'INDIRECT_-1207842301', u'INT_ZEXT_-1207851899'), ('tmp_18244', u'PTRSUB_-1207832664'), ('const-0', u'INT_EQUAL_-1207855113'), (u'INDIRECT_-1207833564', u'MULTIEQUAL_-1207834778'), (u'CALL_-1207848414', u'INDIRECT_-1207831761'), ('const-417', u'LOAD_-1207849367'), ('const-0', u'PTRSUB_-1207832541'), (u'INDIRECT_-1207835108', u'MULTIEQUAL_-1207833539'), (u'CALL_-1207846195', u'INDIRECT_-1207837124'), (u'CAST_-1207830661', u'COPY_-1207846185'), (u'SUBPIECE_-1207841464', u'INT_AND_-1207845641'), ('const-4510557', u'COPY_-1207830820'), ('const-32', u'INT_AND_-1207839597'), (u'CAST_-1207832676', u'PTRSUB_-1207833339'), (u'CAST_-1207833930', u'PTRSUB_-1207833178'), (u'INDIRECT_-1207837444', u'MULTIEQUAL_-1207837607'), (u'INT_LESS_-1207851894', u'MULTIEQUAL_-1207842786'), (u'INDIRECT_-1207834841', u'MULTIEQUAL_-1207834649'), (u'LOAD_-1207855204', u'PTRSUB_-1207835066'), (u'INDIRECT_-1207833574', u'MULTIEQUAL_-1207834504'), (u'INDIRECT_-1207836602', u'MULTIEQUAL_-1207836503'), ('tmp_17903', u'BRANCH_-1207844762'), (u'MULTIEQUAL_-1207835072', u'MULTIEQUAL_-1207835239'), (u'CALL_-1207849136', u'INDIRECT_-1207836156'), (u'PTRSUB_-1207832370', u'PTRSUB_-1207832368'), (u'PTRADD_-1207831286', u'COPY_-1207830937'), ('tmp_13940', u'CBRANCH_-1207846840'), (u'PTRSUB_-1207834245', u'PTRSUB_-1207833818'), (u'INDIRECT_-1207837704', u'MULTIEQUAL_-1207837607'), ('tmp_9654', u'CBRANCH_-1207850705'), (u'CAST_-1207832830', u'LOAD_-1207852379'), (u'PTRSUB_-1207832423', u'PTRSUB_-1207832421'), ('const-417', u'LOAD_-1207852459'), ('const-136', u'PTRSUB_-1207832020'), ('const-8', u'PTRSUB_-1207834416'), (u'INT_ADD_-1207847174', u'INT_LESS_-1207847155'), ('const-132', u'INT_ADD_-1207849339'), (u'CALLIND_-1207850613', u'INDIRECT_-1207833787'), ('const-4', u'PTRSUB_-1207832366'), (u'CALL_-1207849441', u'INDIRECT_-1207841409'), ('const-104', u'PTRSUB_-1207832602'), (u'CALL_-1207844461', u'INDIRECT_-1207832150'), (u'MULTIEQUAL_-1207837723', u'MULTIEQUAL_-1207840899'), (u'CAST_-1207830508', u'CALL_-1207845807'), (u'INT_ADD_-1207850630', u'CAST_-1207833187'), ('const-40', u'PTRSUB_-1207834531'), (u'PTRSUB_-1207833976', u'PTRSUB_-1207833974'), (u'INDIRECT_-1207836156', u'MULTIEQUAL_-1207836064'), (u'CALLIND_-1207847126', u'INDIRECT_-1207833226'), (u'MULTIEQUAL_-1207836247', u'MULTIEQUAL_-1207832521'), (u'CAST_-1207834112', u'LOAD_-1207849096'), (u'COPY_-1207831296', u'MULTIEQUAL_-1207834707'), (u'CALL_-1207849441', u'INDIRECT_-1207838484'), (u'MULTIEQUAL_-1207836361', u'MULTIEQUAL_-1207832043'), ('const-417', u'LOAD_-1207851071'), ('const-28', u'PTRSUB_-1207832309'), (u'MULTIEQUAL_-1207841841', u'CALL_-1207849481'), ('const-417', u'LOAD_-1207850600'), (u'INDIRECT_-1207835495', u'MULTIEQUAL_-1207833542'), (u'INDIRECT_-1207834514', u'MULTIEQUAL_-1207834451'), ('const-0', u'PTRSUB_-1207835140'), (u'INDIRECT_-1207841072', u'MULTIEQUAL_-1207840858'), (u'INDIRECT_-1207840183', u'MULTIEQUAL_-1207840278'), (u'INDIRECT_-1207835506', u'MULTIEQUAL_-1207835387'), (u'PTRSUB_-1207831166', u'LOAD_-1207847162'), (u'CALL_-1207846520', u'INDIRECT_-1207831700'), (u'MULTIEQUAL_-1207834192', u'PTRSUB_-1207831411'), (u'CAST_-1207834685', u'MULTIEQUAL_-1207838340'), (u'INT_EQUAL_-1207845169', u'INT_ZEXT_-1207841471'), (u'MULTIEQUAL_-1207835516', u'MULTIEQUAL_-1207835435'), (u'MULTIEQUAL_-1207836632', u'MULTIEQUAL_-1207836611'), (u'INDIRECT_-1207833127', u'MULTIEQUAL_-1207835763'), ('const-0', u'SUBPIECE_-1207841464'), (u'CAST_-1207833416', u'STORE_-1207850050'), (u'INT_ADD_-1207855224', u'INT_NOTEQUAL_-1207855193'), ('const-1', u'INT_LESS_-1207853908'), (u'MULTIEQUAL_-1207839872', u'MULTIEQUAL_-1207839727'), (u'INT_ADD_-1207852294', u'CAST_-1207832792'), (u'MULTIEQUAL_-1207838588', u'INT_CARRY_-1207855226'), (u'CALL_-1207848006', u'INDIRECT_-1207832357'), (u'MULTIEQUAL_-1207836361', u'MULTIEQUAL_-1207832022'), ('const-417', u'LOAD_-1207853183'), (u'CAST_-1207830861', u'CAST_-1207830844'), (u'STORE_-1207849210', u'INDIRECT_-1207834964'), (u'PTRSUB_-1207835144', u'PTRSUB_-1207835142'), (u'CALL_-1207850359', u'INDIRECT_-1207839581'), (u'INDIRECT_-1207834256', u'MULTIEQUAL_-1207834193'), (u'MULTIEQUAL_-1207835755', u'MULTIEQUAL_-1207835692'), (u'PTRSUB_-1207832474', u'PTRSUB_-1207832472'), (u'INT_ADD_-1207850882', u'INT_NOTEQUAL_-1207841107'), ('const-197', u'CALL_-1207848414'), (u'MULTIEQUAL_-1207832357', u'LOAD_-1207851036'), (u'CAST_-1207831556', u'PTRSUB_-1207832012'), ('const-0', u'SUBPIECE_-1207841265'), (u'INDIRECT_-1207832848', u'MULTIEQUAL_-1207833730'), (u'LOAD_-1207850830', u'INT_AND_-1207841025'), (u'CAST_-1207833888', u'LOAD_-1207854182'), (u'MULTIEQUAL_-1207839590', u'MULTIEQUAL_-1207839757'), ('const-417', u'LOAD_-1207850836'), (u'CAST_-1207834468', u'LOAD_-1207855073'), (u'MULTIEQUAL_-1207831368', u'MULTIEQUAL_-1207837610'), (u'MULTIEQUAL_-1207841142', u'MULTIEQUAL_-1207841026'), (u'LOAD_-1207855094', u'SUBPIECE_-1207834604'), (u'MULTIEQUAL_-1207840402', u'MULTIEQUAL_-1207840339'), (u'LOAD_-1207850704', u'PTRSUB_-1207833643'), (u'MULTIEQUAL_-1207834654', u'CAST_-1207831105'), (u'INDIRECT_-1207839505', u'MULTIEQUAL_-1207838346'), (u'LOAD_-1207850333', u'CALLIND_-1207850323'), (u'MULTIEQUAL_-1207834320', u'MULTIEQUAL_-1207834347'), (u'INDIRECT_-1207841894', u'MULTIEQUAL_-1207842055'), (u'CALL_-1207849539', u'INDIRECT_-1207841039'), (u'MULTIEQUAL_-1207836490', u'MULTIEQUAL_-1207832212'), ('const-1', u'PTRADD_-1207833936'), (u'INDIRECT_-1207841894', u'MULTIEQUAL_-1207841761'), ('const-3', u'PTRADD_-1207834487'), (u'CALL_-1207853974', u'INDIRECT_-1207840312'), (u'LOAD_-1207853199', u'INT_ADD_-1207853171'), ('tmp_6665', u'CBRANCH_-1207850467'), (u'CALL_-1207850242', u'INDIRECT_-1207834879'), (u'MULTIEQUAL_-1207834900', u'MULTIEQUAL_-1207832073'), (u'INT_NOTEQUAL_-1207851208', u'CBRANCH_-1207851208'), (u'MULTIEQUAL_-1207843463', u'MULTIEQUAL_-1207843400'), (u'INT_EQUAL_-1207855520', u'CBRANCH_-1207855517'), (u'INDIRECT_-1207842301', u'MULTIEQUAL_-1207841144'), ('const-417', u'LOAD_-1207850715'), (u'MULTIEQUAL_-1207834375', u'MULTIEQUAL_-1207834617'), (u'INDIRECT_-1207840055', u'MULTIEQUAL_-1207833721'), ('const-0', u'PTRSUB_-1207835343'), ('const-0', u'INT_EQUAL_-1207840951'), (u'MULTIEQUAL_-1207837669', u'MULTIEQUAL_-1207831368'), (u'MULTIEQUAL_-1207834766', u'CAST_-1207832873'), ('const-4294967295', u'INT_ADD_-1207855171'), (u'INDIRECT_-1207832725', u'MULTIEQUAL_-1207832942'), (u'INDIRECT_-1207840147', u'MULTIEQUAL_-1207839678'), ('const-3', u'INT_AND_-1207849619'), ('tmp_67309', u'MULTIEQUAL_-1207832787'), ('const-4294967295', u'INT_ADD_-1207847071'), (u'CALL_-1207846312', u'INDIRECT_-1207831772'), (u'MULTIEQUAL_-1207834871', u'MULTIEQUAL_-1207834789'), (u'PTRSUB_-1207832653', u'PTRSUB_-1207832334'), ('const-32', u'PTRSUB_-1207831843'), (u'INDIRECT_-1207835004', u'MULTIEQUAL_-1207834850'), ('tmp_5033', u'CBRANCH_-1207851895'), (u'INT_SRIGHT_-1207847587', u'INT_SUB_-1207847547'), (u'INDIRECT_-1207832927', u'MULTIEQUAL_-1207832813'), (u'INT_NOTEQUAL_-1207854343', u'CBRANCH_-1207854342'), (u'CAST_-1207833504', u'PTRADD_-1207833691'), (u'CALL_-1207850187', u'INDIRECT_-1207835371'), (u'MULTIEQUAL_-1207843341', u'COPY_-1207833271'), (u'INDIRECT_-1207837312', u'MULTIEQUAL_-1207837215'), (u'CALL_-1207848981', u'INDIRECT_-1207838576'), (u'CAST_-1207833930', u'PTRSUB_-1207831675'), (u'CALLIND_-1207855137', u'INDIRECT_-1207844741'), (u'COPY_-1207831194', u'CALL_-1207846879'), ('const-0', u'PTRSUB_-1207831965'), (u'LOAD_-1207849367', u'INT_ADD_-1207849339'), (u'MULTIEQUAL_-1207839151', u'PTRADD_-1207852044'), (u'COPY_-1207831250', u'MULTIEQUAL_-1207831365'), (u'COPY_-1207842718', u'RETURN_-1207850422'), (u'COPY_-1207831015', u'MULTIEQUAL_-1207839576'), (u'CALL_-1207848210', u'INDIRECT_-1207833579'), (u'INDIRECT_-1207837446', u'MULTIEQUAL_-1207837349'), (u'CALL_-1207847402', u'INDIRECT_-1207832027'), (u'CALL_-1207846887', u'INDIRECT_-1207837662'), (u'CALL_-1207849024', u'INDIRECT_-1207840506'), (u'INT_CARRY_-1207850906', u'INT_ZEXT_-1207850895'), (u'CALL_-1207849167', u'INDIRECT_-1207833326'), (u'CAST_-1207834507', u'MULTIEQUAL_-1207837522'), (u'LOAD_-1207849461', u'INT_NOTEQUAL_-1207849445'), (u'CALL_-1207850120', u'INDIRECT_-1207842530'), (u'MULTIEQUAL_-1207834943', u'MULTIEQUAL_-1207835110'), (u'PTRADD_-1207832854', u'PTRSUB_-1207832852'), (u'PTRSUB_-1207835108', u'PTRSUB_-1207835106'), (u'INT_SUB_-1207850520', u'INT_LESS_-1207850215'), (u'INDIRECT_-1207841012', u'MULTIEQUAL_-1207842228'), (u'MULTIEQUAL_-1207836103', u'MULTIEQUAL_-1207831825'), (u'CALLIND_-1207847126', u'INDIRECT_-1207832968'), (u'INDIRECT_-1207831368', u'COPY_-1207831395'), ('const-1', u'INT_EQUAL_-1207847542'), (u'PTRSUB_-1207833394', u'CAST_-1207832726'), (u'COPY_-1207847368', u'MULTIEQUAL_-1207832898'), (u'CALL_-1207854013', u'INDIRECT_-1207834829'), (u'INT_MULT_-1207841810', u'INT_ADD_-1207833332'), ('const-417', u'LOAD_-1207855597'), ('const-1', u'RETURN_-1207846307'), (u'MULTIEQUAL_-1207839128', u'MULTIEQUAL_-1207839101'), ('const-88', u'PTRSUB_-1207832628'), ('const-417', u'LOAD_-1207850912'), (u'INT_LESS_-1207850215', u'CBRANCH_-1207850224'), (u'MULTIEQUAL_-1207834476', u'MULTIEQUAL_-1207834449'), (u'MULTIEQUAL_-1207836232', u'MULTIEQUAL_-1207831853'), (u'CAST_-1207831232', u'CALL_-1207846210'), (u'MULTIEQUAL_-1207833285', u'MULTIEQUAL_-1207833237'), (u'CALL_-1207846195', u'INDIRECT_-1207832993'), (u'INDIRECT_-1207843068', u'MULTIEQUAL_-1207842917'), (u'INT_EQUAL_-1207845786', u'CBRANCH_-1207845785'), (u'INDIRECT_-1207837920', u'MULTIEQUAL_-1207831370'), ('const-250', u'INT_AND_-1207841025'), (u'MULTIEQUAL_-1207833027', u'MULTIEQUAL_-1207832979'), (u'SUBPIECE_-1207844888', u'INT_ADD_-1207846965'), (u'INDIRECT_-1207833385', u'MULTIEQUAL_-1207836021'), (u'COPY_-1207833638', u'COPY_-1207832741'), (u'INDIRECT_-1207833177', u'MULTIEQUAL_-1207834391'), (u'PTRSUB_-1207835339', u'PTRSUB_-1207835337'), ('tmp_12290', u'CBRANCH_-1207848183'), (u'INDIRECT_-1207840680', u'MULTIEQUAL_-1207836936'), ('tmp_2727', u'CBRANCH_-1207853673'), (u'CAST_-1207832167', u'CALL_-1207848981'), (u'CAST_-1207831742', u'INT_RIGHT_-1207832079'), ('const-31', u'INT_AND_-1207845641'), (u'INT_NOTEQUAL_-1207840725', u'CBRANCH_-1207850528'), (u'MULTIEQUAL_-1207835060', u'MULTIEQUAL_-1207831383'), (u'PTRSUB_-1207835217', u'LOAD_-1207855132'), (u'INDIRECT_-1207835237', u'MULTIEQUAL_-1207834768'), ('const-417', u'LOAD_-1207850069'), (u'CALL_-1207852256', u'INDIRECT_-1207834841'), (u'MULTIEQUAL_-1207833726', u'INT_ADD_-1207853068'), ('const-0', u'INT_NOTEQUAL_-1207853748'), (u'MULTIEQUAL_-1207834762', u'MULTIEQUAL_-1207834649'), ('const-4', u'PTRSUB_-1207830493'), (u'CALL_-1207849382', u'INDIRECT_-1207833259'), (u'INDIRECT_-1207834953', u'MULTIEQUAL_-1207835072'), (u'INDIRECT_-1207832983', u'MULTIEQUAL_-1207833200'), (u'CALL_-1207851683', u'INDIRECT_-1207833609'), ('const-0', u'INT_NOTEQUAL_-1207846764'), ('const-4', u'PTRSUB_-1207834620'), (u'MULTIEQUAL_-1207838963', u'CAST_-1207832150'), (u'PTRSUB_-1207833794', u'LOAD_-1207853568'), (u'LOAD_-1207849647', u'INT_ZEXT_-1207838997'), (u'INDIRECT_-1207837791', u'MULTIEQUAL_-1207831369'), (u'CALL_-1207846195', u'INDIRECT_-1207837387'), (u'MULTIEQUAL_-1207835627', u'MULTIEQUAL_-1207835284'), (u'CALL_-1207848504', u'INDIRECT_-1207831820'), (u'MULTIEQUAL_-1207839628', u'MULTIEQUAL_-1207833545'), (u'MULTIEQUAL_-1207831362', u'MULTIEQUAL_-1207833345'), (u'PTRSUB_-1207834956', u'LOAD_-1207855133'), (u'CAST_-1207833930', u'CAST_-1207833807'), (u'LOAD_-1207851036', u'PTRSUB_-1207832628'), (u'INT_ADD_-1207849184', u'INT_MULT_-1207849086'), (u'MULTIEQUAL_-1207834766', u'CAST_-1207832793'), (u'MULTIEQUAL_-1207833488', u'MULTIEQUAL_-1207833213'), (u'LOAD_-1207849108', u'INT_ADD_-1207849080'), (u'INDIRECT_-1207839715', u'MULTIEQUAL_-1207839724'), ('const-172', u'PTRSUB_-1207833471'), ('const-0', u'PTRSUB_-1207832543'), (u'INDIRECT_-1207840405', u'MULTIEQUAL_-1207840264'), (u'CALLIND_-1207855137', u'INDIRECT_-1207836671'), (u'INT_ADD_-1207835223', u'CAST_-1207834468'), (u'LOAD_-1207850836', u'PTRSUB_-1207832302'), (u'INDIRECT_-1207837708', u'MULTIEQUAL_-1207837349'), (u'CALL_-1207848930', u'INDIRECT_-1207834362'), (u'MULTIEQUAL_-1207840453', u'MULTIEQUAL_-1207840410'), (u'MULTIEQUAL_-1207834617', u'CAST_-1207830581'), (u'INDIRECT_-1207836052', u'MULTIEQUAL_-1207834370'), (u'INT_EQUAL_-1207855168', u'CBRANCH_-1207855166'), (u'CALL_-1207849136', u'INDIRECT_-1207840808'), (u'CALL_-1207848210', u'INDIRECT_-1207833450'), (u'COPY_-1207833518', u'MULTIEQUAL_-1207843561'), (u'COPY_-1207830820', u'CALL_-1207846462'), (u'INT_ADD_-1207852387', u'CAST_-1207832843'), (u'PTRSUB_-1207834308', u'CAST_-1207833669'), (u'INDIRECT_-1207832342', u'COPY_-1207832377'), ('const-0', u'PTRSUB_-1207832346'), (u'INT_SRIGHT_-1207849930', u'CAST_-1207831539'), (u'MULTIEQUAL_-1207842913', u'LOAD_-1207851911'), ('const-4', u'INT_NOTEQUAL_-1207849445'), ('const-1', u'INT_AND_-1207848150'), ('const-32', u'PTRSUB_-1207834473'), (u'MULTIEQUAL_-1207834743', u'MULTIEQUAL_-1207834520'), (u'CALL_-1207854202', u'INDIRECT_-1207840665'), (u'PTRSUB_-1207834984', u'PTRSUB_-1207834515'), (u'INT_ZEXT_-1207832894', u'INT_AND_-1207832881'), (u'LOAD_-1207847145', u'PTRADD_-1207831256'), (u'LOAD_-1207855204', u'PTRSUB_-1207834981'), (u'INDIRECT_-1207835749', u'MULTIEQUAL_-1207835596'), (u'INT_ADD_-1207850983', u'INT_ADD_-1207850887'), ('const-417', u'LOAD_-1207849355'), (u'LOAD_-1207847233', u'INT_NOTEQUAL_-1207847214'), (u'MULTIEQUAL_-1207840911', u'MULTIEQUAL_-1207840878'), ('const-4294967295', u'INT_EQUAL_-1207849713'), ('const-0', u'PTRSUB_-1207835128'), (u'CAST_-1207832552', u'INT_ADD_-1207833185'), ('const-1', u'RETURN_-1207850232'), (u'CAST_-1207833930', u'COPY_-1207831896'), (u'INDIRECT_-1207837243', u'MULTIEQUAL_-1207837460'), (u'INT_LEFT_-1207846302', u'INT_2COMP_-1207846219'), ('const-4', u'PTRADD_-1207832698'), (u'CALLIND_-1207854804', u'INDIRECT_-1207836602'), ('const-0', u'PTRSUB_-1207833976'), (u'LOAD_-1207855204', u'CALLIND_-1207855137'), (u'INDIRECT_-1207834575', u'MULTIEQUAL_-1207834734'), (u'MULTIEQUAL_-1207841505', u'INT_SUB_-1207845525'), (u'INDIRECT_-1207837662', u'MULTIEQUAL_-1207840770'), ('const-0', u'PTRSUB_-1207834626'), (u'CALL_-1207853607', u'INDIRECT_-1207836011'), (u'CALL_-1207846205', u'INDIRECT_-1207831762'), (u'PTRADD_-1207831732', u'LOAD_-1207849705'), (u'PTRSUB_-1207833823', u'LOAD_-1207850674'), ('const-1', u'PTRADD_-1207834100'), ('const-4', u'PTRADD_-1207831732'), (u'INDIRECT_-1207834127', u'MULTIEQUAL_-1207834064'), (u'MULTIEQUAL_-1207832676', u'MULTIEQUAL_-1207836206'), (u'PTRSUB_-1207830502', u'PTRSUB_-1207830416'), (u'MULTIEQUAL_-1207837328', u'MULTIEQUAL_-1207840845'), (u'COPY_-1207830712', u'CALL_-1207844237'), (u'CALL_-1207849335', u'INDIRECT_-1207834146'), (u'PTRADD_-1207831286', u'INT_EQUAL_-1207846789'), (u'LOAD_-1207846848', u'INT_EQUAL_-1207845786'), (u'LOAD_-1207847358', u'INT_NOTEQUAL_-1207847292'), (u'INDIRECT_-1207841285', u'MULTIEQUAL_-1207843061'), (u'LOAD_-1207849827', u'CAST_-1207831472'), ('const-0', u'PTRSUB_-1207833680'), (u'INT_EQUAL_-1207850298', u'CBRANCH_-1207850294'), (u'LOAD_-1207855204', u'PTRSUB_-1207835051'), (u'COPY_-1207831119', u'CALL_-1207848124'), (u'COPY_-1207831211', u'MULTIEQUAL_-1207841182'), (u'INDIRECT_-1207832451', u'MULTIEQUAL_-1207833617'), (u'MULTIEQUAL_-1207834391', u'MULTIEQUAL_-1207833854'), ('tmp_18244', u'PTRSUB_-1207832654'), (u'INDIRECT_-1207835377', u'MULTIEQUAL_-1207835368'), (u'CALL_-1207848981', u'INDIRECT_-1207833203'), (u'INT_RIGHT_-1207845677', u'INT_OR_-1207845678'), (u'CALL_-1207846832', u'INDIRECT_-1207831908'), (u'INDIRECT_-1207833010', u'MULTIEQUAL_-1207832392'), (u'LOAD_-1207853472', u'INT_EQUAL_-1207853453'), (u'LOAD_-1207849114', u'INT_ADD_-1207849092'), (u'MULTIEQUAL_-1207833806', u'MULTIEQUAL_-1207833780'), (u'LOAD_-1207850836', u'PTRSUB_-1207832317'), ('const-0', u'PTRSUB_-1207835225'), (u'INDIRECT_-1207843201', u'MULTIEQUAL_-1207842476'), ('const-4716368', u'COPY_-1207832588'), (u'LOAD_-1207850836', u'PTRSUB_-1207832290'), ('const-417', u'STORE_-1207850497'), (u'CALL_-1207848214', u'INDIRECT_-1207832382'), (u'LOAD_-1207853692', u'CALL_-1207848210'), (u'INT_EQUAL_-1207853140', u'CBRANCH_-1207853138'), ('const-0', u'PTRSUB_-1207833823'), ('const-4715136', u'COPY_-1207831118'), (u'MULTIEQUAL_-1207835892', u'MULTIEQUAL_-1207835884'), ('const-0', u'INT_LEFT_-1207845680'), (u'INDIRECT_-1207836284', u'MULTIEQUAL_-1207836361'), (u'CAST_-1207834259', u'COPY_-1207834366'), ('const-0', u'PTRSUB_-1207834189'), ('const-0', u'INT_NOTEQUAL_-1207840033'), (u'LOAD_-1207853387', u'CAST_-1207833522'), (u'MULTIEQUAL_-1207832355', u'MULTIEQUAL_-1207832787'), (u'LOAD_-1207854738', u'INT_NOTEQUAL_-1207854722'), (u'INDIRECT_-1207840575', u'MULTIEQUAL_-1207838893'), (u'CALL_-1207853607', u'BOOL_NEGATE_-1207834744'), (u'CALL_-1207850237', u'INDIRECT_-1207833716'), (u'MULTIEQUAL_-1207833935', u'MULTIEQUAL_-1207833909'), (u'CALL_-1207847003', u'INDIRECT_-1207833185'), ('tmp_11673', u'CBRANCH_-1207848988'), (u'INT_ZEXT_-1207855176', u'INT_ADD_-1207855166'), (u'LOAD_-1207850830', u'INT_RIGHT_-1207850760'), (u'CALL_-1207846210', u'INDIRECT_-1207832467'), (u'INT_NOTEQUAL_-1207850658', u'CBRANCH_-1207850657'), (u'CALL_-1207852256', u'INDIRECT_-1207839359'), (u'CAST_-1207834433', u'LOAD_-1207854985'), (u'CALL_-1207849278', u'INDIRECT_-1207840956'), (u'CAST_-1207831907', u'STORE_-1207850858'), (u'INDIRECT_-1207837662', u'MULTIEQUAL_-1207831368'), (u'COPY_-1207830613', u'CALL_-1207846205'), (u'INT_ADD_-1207850904', u'STORE_-1207850875'), (u'CALL_-1207853062', u'INDIRECT_-1207839921'), (u'INT_LESSEQUAL_-1207852885', u'CBRANCH_-1207852883'), (u'CAST_-1207833049', u'INT_LESS_-1207850215'), (u'MULTIEQUAL_-1207838994', u'MULTIEQUAL_-1207838967'), (u'INT_NOTEQUAL_-1207845613', u'CBRANCH_-1207845609'), ('const-0', u'INT_NOTEQUAL_-1207853673'), (u'LOAD_-1207855195', u'PTRSUB_-1207835225'), (u'CALL_-1207848124', u'INDIRECT_-1207831210'), ('const-4510557', u'COPY_-1207830652'), (u'MULTIEQUAL_-1207837478', u'MULTIEQUAL_-1207837723'), (u'INT_LESS_-1207846929', u'CBRANCH_-1207846926'), ('const-417', u'LOAD_-1207854359'), ('const-0', u'COPY_-1207847494'), ('const-0', u'INT_EQUAL_-1207851915'), (u'PTRSUB_-1207831506', u'PTRSUB_-1207831504'), ('const-1', u'INT_EQUAL_-1207853655'), (u'MULTIEQUAL_-1207843824', u'MULTIEQUAL_-1207843803'), (u'PTRSUB_-1207831358', u'LOAD_-1207847346'), (u'LOAD_-1207849995', u'CAST_-1207831546'), (u'PTRSUB_-1207834394', u'PTRSUB_-1207834392'), (u'CALL_-1207851972', u'INDIRECT_-1207834982'), (u'INT_NOTEQUAL_-1207849079', u'CBRANCH_-1207849077'), (u'INT_2COMP_-1207854980', u'MULTIEQUAL_-1207838202'), (u'INDIRECT_-1207834174', u'MULTIEQUAL_-1207832341'), (u'CALL_-1207845807', u'INDIRECT_-1207832589'), (u'PTRSUB_-1207831770', u'PTRSUB_-1207831747'), (u'MULTIEQUAL_-1207839828', u'CAST_-1207833018'), (u'PTRSUB_-1207835142', u'PTRSUB_-1207835140'), ('const-417', u'LOAD_-1207853199'), ('const-2', u'INT_SRIGHT_-1207849391'), ('const-1', u'INT_ADD_-1207849184'), (u'PTRSUB_-1207832359', u'PTRSUB_-1207832357'), (u'LOAD_-1207851909', u'INT_LESS_-1207851894'), (u'LOAD_-1207851909', u'INT_EQUAL_-1207851894'), (u'CAST_-1207831546', u'INT_SUB_-1207849952'), (u'LOAD_-1207850830', u'INT_AND_-1207850797'), (u'LOAD_-1207853300', u'INT_NOTEQUAL_-1207853281'), (u'PTRADD_-1207831245', u'PTRSUB_-1207831243'), (u'INT_ADD_-1207833185', u'INT_ADD_-1207849424'), ('const-56', u'PTRSUB_-1207833340'), ('const-28', u'PTRSUB_-1207832434'), (u'CALL_-1207853243', u'INDIRECT_-1207835749'), (u'CALL_-1207850744', u'INDIRECT_-1207834990'), ('const-0', u'COPY_-1207847378'), (u'MULTIEQUAL_-1207840164', u'MULTIEQUAL_-1207839390'), ('const-14', u'PTRADD_-1207831961'), ('const-0', u'PTRSUB_-1207835057'), (u'INT_EQUAL_-1207853884', u'CBRANCH_-1207853883'), (u'INDIRECT_-1207838360', u'MULTIEQUAL_-1207840135'), ('const-1', u'INT_AND_-1207843670'), (u'INDIRECT_-1207833643', u'CAST_-1207831297'), (u'PTRSUB_-1207834761', u'LOAD_-1207855500'), (u'MULTIEQUAL_-1207836505', u'MULTIEQUAL_-1207836481'), (u'INDIRECT_-1207842301', u'MULTIEQUAL_-1207842228'), (u'INDIRECT_-1207831269', u'COPY_-1207831308'), ('const-0', u'INT_EQUAL_-1207848066'), (u'CALL_-1207846462', u'INDIRECT_-1207832314'), (u'CAST_-1207833722', u'LOAD_-1207853809'), (u'INDIRECT_-1207833565', u'MULTIEQUAL_-1207833806'), (u'CALL_-1207852978', u'PTRADD_-1207849389'), (u'PTRSUB_-1207835132', u'PTRSUB_-1207835130'), ('const-0', u'COPY_-1207851960'), ('const-4715240', u'COPY_-1207832619'), (u'LOAD_-1207850614', u'INT_OR_-1207850539'), ('const-227', u'CALL_-1207848504'), (u'LOAD_-1207853809', u'INT_EQUAL_-1207853655'), (u'CALL_-1207853062', u'INDIRECT_-1207839792'), (u'PTRSUB_-1207832366', u'CAST_-1207831791'), ('tmp_571', u'CBRANCH_-1207855055'), (u'INT_ADD_-1207833185', u'INT_AND_-1207849619'), (u'MULTIEQUAL_-1207837927', u'MULTIEQUAL_-1207831370'), (u'MULTIEQUAL_-1207831315', u'INT_ADD_-1207847174'), (u'INDIRECT_-1207834382', u'MULTIEQUAL_-1207833865'), ('const-134201340', u'STORE_-1207844771'), (u'INDIRECT_-1207840679', u'MULTIEQUAL_-1207840587'), (u'LOAD_-1207850721', u'SUBPIECE_-1207832147'), (u'INDIRECT_-1207840802', u'MULTIEQUAL_-1207840911'), (u'MULTIEQUAL_-1207843561', u'COPY_-1207833518'), (u'MULTIEQUAL_-1207834578', u'MULTIEQUAL_-1207835258'), (u'MULTIEQUAL_-1207839483', u'MULTIEQUAL_-1207839301'), (u'LOAD_-1207855204', u'PTRSUB_-1207835108'), (u'LOAD_-1207855500', u'INT_NOTEQUAL_-1207855478'), (u'INT_NOTEQUAL_-1207854722', u'CBRANCH_-1207854721'), ('const-4095', u'INT_AND_-1207849243'), (u'INDIRECT_-1207839581', u'MULTIEQUAL_-1207839590'), ('const-0', u'PTRSUB_-1207835197'), (u'STORE_-1207854925', u'INDIRECT_-1207835327'), (u'CALL_-1207844965', u'INDIRECT_-1207831911'), (u'MULTIEQUAL_-1207838582', u'MULTIEQUAL_-1207840339'), ('const-0', u'PTRSUB_-1207834134'), ('const-4', u'PTRADD_-1207835014'), (u'LOAD_-1207849374', u'CAST_-1207832400'), ('const-1', u'PTRADD_-1207851854'), (u'INDIRECT_-1207833740', u'MULTIEQUAL_-1207833617'), (u'PTRSUB_-1207832167', u'PTRSUB_-1207832144'), (u'INDIRECT_-1207837186', u'MULTIEQUAL_-1207837349'), (u'CALL_-1207851972', u'INDIRECT_-1207839376'), (u'INDIRECT_-1207834595', u'MULTIEQUAL_-1207834831'), (u'LOAD_-1207849108', u'MULTIEQUAL_-1207844569'), ('const-0', u'PTRSUB_-1207834515'), (u'INDIRECT_-1207840183', u'CAST_-1207833742'), ('const-417', u'STORE_-1207850858'), (u'INDIRECT_-1207837791', u'MULTIEQUAL_-1207837162'), (u'MULTIEQUAL_-1207831369', u'MULTIEQUAL_-1207837739'), (u'INT_SUB_-1207846405', u'SUBPIECE_-1207841265'), ('const-0', u'PTRSUB_-1207832521'), (u'MULTIEQUAL_-1207837607', u'MULTIEQUAL_-1207837852'), (u'MULTIEQUAL_-1207834778', u'MULTIEQUAL_-1207835775'), (u'PTRADD_-1207831286', u'PTRSUB_-1207831216'), (u'MULTIEQUAL_-1207834605', u'MULTIEQUAL_-1207834578'), (u'LOAD_-1207849653', u'CALL_-1207849539'), (u'INDIRECT_-1207837920', u'MULTIEQUAL_-1207837927'), (u'CAST_-1207830529', u'CALL_-1207845807'), (u'MULTIEQUAL_-1207836116', u'MULTIEQUAL_-1207835755'), (u'CAST_-1207831297', u'COPY_-1207847401'), (u'LOAD_-1207850905', u'INT_ADD_-1207850887'), (u'MULTIEQUAL_-1207837497', u'MULTIEQUAL_-1207837476'), (u'MULTIEQUAL_-1207838571', u'CAST_-1207832147'), (u'PTRADD_-1207832209', u'MULTIEQUAL_-1207832357'), ('tmp_18249', u'CAST_-1207830789'), (u'INDIRECT_-1207833397', u'MULTIEQUAL_-1207832768'), ('const-0', u'PTRSUB_-1207833259'), (u'CALL_-1207850359', u'INDIRECT_-1207835192'), (u'STORE_-1207850858', u'INDIRECT_-1207832979'), (u'MULTIEQUAL_-1207834097', u'MULTIEQUAL_-1207834015'), (u'INDIRECT_-1207832881', u'MULTIEQUAL_-1207831358'), (u'MULTIEQUAL_-1207839101', u'CAST_-1207832377'), (u'INDIRECT_-1207833139', u'MULTIEQUAL_-1207831360'), (u'INDIRECT_-1207839376', u'MULTIEQUAL_-1207839301'), (u'MULTIEQUAL_-1207843803', u'MULTIEQUAL_-1207843973'), ('const-65279', u'INT_LESS_-1207852179'), (u'INDIRECT_-1207834791', u'MULTIEQUAL_-1207834569'), (u'MULTIEQUAL_-1207836652', u'MULTIEQUAL_-1207836619'), (u'CALL_-1207845951', u'INDIRECT_-1207832792'), (u'LOAD_-1207849102', u'MULTIEQUAL_-1207844375'), (u'LOAD_-1207849982', u'COPY_-1207833545'), ('const-20', u'PTRSUB_-1207832282'), ('const-4', u'PTRADD_-1207833752'), (u'INDIRECT_-1207835620', u'MULTIEQUAL_-1207835467'), (u'INDIRECT_-1207840111', u'MULTIEQUAL_-1207840278'), (u'COPY_-1207832616', u'CALL_-1207848110'), (u'INDIRECT_-1207832770', u'MULTIEQUAL_-1207832681'), ('tmp_4489', u'CBRANCH_-1207852228'), (u'INDIRECT_-1207834360', u'MULTIEQUAL_-1207833711'), ('const-0', u'PTRSUB_-1207835219'), (u'MULTIEQUAL_-1207832787', u'COPY_-1207832907'), (u'CALL_-1207852978', u'INDIRECT_-1207839884'), (u'LOAD_-1207846783', u'INT_SUB_-1207846405'), (u'INDIRECT_-1207840405', u'MULTIEQUAL_-1207839678'), (u'INDIRECT_-1207839185', u'CAST_-1207832284'), ('const-1', u'INT_EQUAL_-1207852053'), (u'MULTIEQUAL_-1207837760', u'MULTIEQUAL_-1207837739'), (u'INT_NOTEQUAL_-1207843473', u'BOOL_OR_-1207835383'), (u'INDIRECT_-1207834805', u'MULTIEQUAL_-1207834814'), (u'MULTIEQUAL_-1207835692', u'MULTIEQUAL_-1207833525'), (u'INDIRECT_-1207838031', u'MULTIEQUAL_-1207838141'), (u'CALL_-1207850120', u'INDIRECT_-1207839342'), (u'CALL_-1207848930', u'INDIRECT_-1207834104'), (u'INDIRECT_-1207832216', u'MULTIEQUAL_-1207832152'), (u'INDIRECT_-1207839376', u'MULTIEQUAL_-1207839612'), (u'INT_AND_-1207845684', u'INT_SUB_-1207845688'), ('const-4', u'INT_ADD_-1207835223'), ('const-15', u'PTRADD_-1207832121'), ('const-2', u'INT_SRIGHT_-1207849762'), (u'MULTIEQUAL_-1207833366', u'MULTIEQUAL_-1207833285'), (u'COPY_-1207833541', u'PTRADD_-1207833936'), (u'INDIRECT_-1207833333', u'MULTIEQUAL_-1207833444'), (u'INDIRECT_-1207837173', u'MULTIEQUAL_-1207838346'), ('const-0', u'PTRSUB_-1207834202'), (u'INT_ADD_-1207852363', u'CAST_-1207832830'), (u'INDIRECT_-1207835624', u'MULTIEQUAL_-1207833543'), (u'INDIRECT_-1207833314', u'MULTIEQUAL_-1207832955'), ('tmp_4009', u'CBRANCH_-1207852883'), (u'PTRSUB_-1207832434', u'STORE_-1207850680'), ('const-328', u'PTRSUB_-1207833984'), (u'PTRSUB_-1207832374', u'PTRSUB_-1207832372'), ('const-96', u'PTRSUB_-1207832579'), (u'MULTIEQUAL_-1207839524', u'MULTIEQUAL_-1207839483'), ('const-0', u'PTRSUB_-1207832290'), (u'PTRSUB_-1207832549', u'LOAD_-1207850836'), ('const-417', u'LOAD_-1207849374'), (u'INDIRECT_-1207835882', u'MULTIEQUAL_-1207835155'), (u'MULTIEQUAL_-1207843548', u'PTRADD_-1207833906'), ('const-0', u'COPY_-1207847472'), (u'SUBPIECE_-1207844443', u'INT_ADD_-1207846173'), (u'CALL_-1207846210', u'INDIRECT_-1207837635'), (u'CALL_-1207845951', u'INDIRECT_-1207837315'), (u'INDIRECT_-1207832444', u'MULTIEQUAL_-1207832568'), (u'INT_NOTEQUAL_-1207840033', u'BOOL_OR_-1207832136'), (u'MULTIEQUAL_-1207834702', u'MULTIEQUAL_-1207834520'), (u'INDIRECT_-1207838434', u'MULTIEQUAL_-1207838340'), (u'MULTIEQUAL_-1207834960', u'MULTIEQUAL_-1207834778'), ('const-4088', u'INT_LESS_-1207849557'), ('const-4510557', u'COPY_-1207831119'), (u'INT_ZEXT_-1207855209', u'INT_ADD_-1207855196'), ('const-417', u'LOAD_-1207847162'), (u'CALL_-1207846520', u'INDIRECT_-1207832216'), ('const-14440', u'PTRSUB_-1207831639'), (u'COPY_-1207833529', u'MULTIEQUAL_-1207843561'), (u'PTRSUB_-1207832290', u'PTRSUB_-1207832288'), (u'MULTIEQUAL_-1207842954', u'LOAD_-1207851909'), (u'MULTIEQUAL_-1207832357', u'INT_NOTEQUAL_-1207851051'), (u'MULTIEQUAL_-1207839853', u'MULTIEQUAL_-1207839828'), (u'INDIRECT_-1207837920', u'MULTIEQUAL_-1207841028'), ('const-0', u'PTRSUB_-1207832679'), (u'LOAD_-1207850704', u'PTRSUB_-1207833680'), ('const-0', u'PTRSUB_-1207831216'), ('tmp_1728', u'CBRANCH_-1207854342'), (u'LOAD_-1207850836', u'PTRSUB_-1207832423'), ('const-4714964', u'COPY_-1207830892'), (u'PTRSUB_-1207835099', u'PTRSUB_-1207835097'), ('const-0', u'PTRSUB_-1207834176'), (u'CALL_-1207850242', u'INDIRECT_-1207839660'), (u'MULTIEQUAL_-1207843230', u'INT_EQUAL_-1207852327'), (u'INT_ADD_-1207832397', u'CAST_-1207831783'), (u'INDIRECT_-1207833694', u'MULTIEQUAL_-1207833935'), (u'CAST_-1207830967', u'COPY_-1207831061'), (u'INDIRECT_-1207834045', u'MULTIEQUAL_-1207832212'), (u'PTRSUB_-1207835130', u'PTRSUB_-1207835128'), (u'PTRSUB_-1207832458', u'CAST_-1207831847'), (u'PTRSUB_-1207832284', u'PTRSUB_-1207832282'), (u'MULTIEQUAL_-1207834578', u'MULTIEQUAL_-1207834605'), (u'PTRSUB_-1207832164', u'PTRSUB_-1207832162'), (u'INDIRECT_-1207840183', u'MULTIEQUAL_-1207840035'), (u'CAST_-1207833930', u'PTRSUB_-1207834527'), (u'LOAD_-1207850075', u'INT_ADD_-1207850053'), (u'CALL_-1207849164', u'INDIRECT_-1207838969'), (u'CALL_-1207847003', u'INDIRECT_-1207840633'), ('const-0', u'PTRSUB_-1207835108'), ('const-0', u'PTRSUB_-1207835051'), ('const-417', u'LOAD_-1207849087'), (u'PTRSUB_-1207834416', u'LOAD_-1207853902'), (u'CALL_-1207850145', u'INDIRECT_-1207834982'), (u'INT_ADD_-1207849071', u'CAST_-1207834105'), ('const-4092', u'INT_ADD_-1207849266'), (u'STORE_-1207850546', u'INDIRECT_-1207832855'), (u'INT_EQUAL_-1207849168', u'CBRANCH_-1207849165'), (u'MULTIEQUAL_-1207842933', u'INT_ADD_-1207849011'), (u'CAST_-1207832521', u'INT_SUB_-1207849585'), (u'PTRSUB_-1207834200', u'LOAD_-1207853444'), (u'CAST_-1207833699', u'LOAD_-1207853767'), (u'INDIRECT_-1207835366', u'MULTIEQUAL_-1207834897'), (u'CALL_-1207846832', u'INDIRECT_-1207831182'), ('tmp_65945', u'INT_EQUAL_-1207853035'), (u'INDIRECT_-1207835624', u'MULTIEQUAL_-1207835155'), (u'MULTIEQUAL_-1207836523', u'MULTIEQUAL_-1207836490'), (u'CAST_-1207830790', u'CALL_-1207846210'), (u'CALL_-1207849164', u'CBRANCH_-1207849149'), (u'PTRSUB_-1207832575', u'CAST_-1207831921'), (u'CAST_-1207834040', u'COPY_-1207834206'), (u'BOOL_AND_-1207845540', u'CBRANCH_-1207845567'), (u'LOAD_-1207846289', u'INT_EQUAL_-1207846274'), (u'CAST_-1207833687', u'INT_ADD_-1207853727'), (u'INDIRECT_-1207833883', u'MULTIEQUAL_-1207833845'), (u'MULTIEQUAL_-1207841182', u'INT_ADD_-1207845514'), (u'INDIRECT_-1207842825', u'MULTIEQUAL_-1207842708'), ('const-0', u'INT_EQUAL_-1207853884'), ('const-4703183', u'COPY_-1207830749'), ('const-0', u'PTRSUB_-1207832464'), (u'MULTIEQUAL_-1207837571', u'CALL_-1207853243'), ('const-0', u'SUBPIECE_-1207832147'), (u'MULTIEQUAL_-1207832769', u'MULTIEQUAL_-1207832721'), (u'MULTIEQUAL_-1207840453', u'MULTIEQUAL_-1207837626'), (u'MULTIEQUAL_-1207835026', u'MULTIEQUAL_-1207835001'), (u'COPY_-1207831187', u'CALL_-1207846879'), (u'INDIRECT_-1207832724', u'MULTIEQUAL_-1207833865'), (u'PTRSUB_-1207834388', u'PTRSUB_-1207833329'), (u'INDIRECT_-1207835360', u'MULTIEQUAL_-1207835211'), (u'MULTIEQUAL_-1207839430', u'MULTIEQUAL_-1207840427'), ('tmp_1569', u'CBRANCH_-1207854776'), (u'PTRSUB_-1207832399', u'PTRSUB_-1207832397'), ('const-31', u'INT_AND_-1207846306'), (u'PTRSUB_-1207832180', u'PTRSUB_-1207832007'), ('const-4717152', u'COPY_-1207832209'), (u'INDIRECT_-1207835178', u'MULTIEQUAL_-1207830951'), ('const-0', u'PTRSUB_-1207835335'), (u'INDIRECT_-1207838969', u'MULTIEQUAL_-1207838834'), (u'INDIRECT_-1207836011', u'MULTIEQUAL_-1207835870'), (u'INT_LEFT_-1207838579', u'CAST_-1207831863'), (u'INT_NOTEQUAL_-1207847406', u'CBRANCH_-1207847406'), (u'MULTIEQUAL_-1207839612', u'MULTIEQUAL_-1207839430'), ('const-1', u'INT_ADD_-1207833332'), (u'MULTIEQUAL_-1207840983', u'INT_EQUAL_-1207845085'), (u'MULTIEQUAL_-1207839524', u'MULTIEQUAL_-1207839301'), (u'CALLIND_-1207850323', u'INDIRECT_-1207834141'), (u'INT_MULT_-1207833399', u'INT_ADD_-1207833412'), (u'CALL_-1207848210', u'INDIRECT_-1207841285'), (u'COPY_-1207833271', u'MULTIEQUAL_-1207843363'), ('const-76', u'INT_ADD_-1207852294'), (u'INDIRECT_-1207834174', u'MULTIEQUAL_-1207832280'), (u'MULTIEQUAL_-1207833366', u'MULTIEQUAL_-1207836193'), ('const-328', u'PTRSUB_-1207834394'), (u'MULTIEQUAL_-1207837571', u'INT_LESSEQUAL_-1207853468'), (u'MULTIEQUAL_-1207843259', u'INT_ADD_-1207851905'), (u'INDIRECT_-1207840150', u'MULTIEQUAL_-1207840278'), (u'INDIRECT_-1207843201', u'MULTIEQUAL_-1207843061'), (u'CAST_-1207830509', u'CALL_-1207845807'), ('const-417', u'LOAD_-1207851106'), ('const-16', u'PTRADD_-1207833906'), ('const-417', u'LOAD_-1207855500'), (u'CALL_-1207853974', u'INDIRECT_-1207840183'), (u'PTRADD_-1207852024', u'LOAD_-1207852084'), ('const-4510557', u'COPY_-1207830946'), (u'INT_EQUAL_-1207849252', u'CBRANCH_-1207849251'), ('const-2079', u'CALL_-1207844965'), (u'CALL_-1207845807', u'INDIRECT_-1207831476'), ('const-0', u'CALL_-1207849539'), ('const-417', u'LOAD_-1207850795'), (u'INDIRECT_-1207834141', u'MULTIEQUAL_-1207834103')]
[('const-417', u'LOAD_-1207848176'), ('const-417', u'LOAD_-1207852310'), (u'CAST_-1207834892', u'LOAD_-1207854161'), (u'INT_AND_-1207839816', u'INT_EQUAL_-1207846378'), (u'INDIRECT_-1207832728', u'MULTIEQUAL_-1207836362'), (u'LOAD_-1207850632', u'INT_ADD_-1207850607'), (u'LOAD_-1207854285', u'INT_ADD_-1207853693'), (u'INDIRECT_-1207833703', u'MULTIEQUAL_-1207834917'), ('const-0', u'SUBPIECE_-1207831780'), (u'INT_OR_-1207850496', u'STORE_-1207850497'), (u'MULTIEQUAL_-1207834324', u'MULTIEQUAL_-1207834145'), (u'CALL_-1207849335', u'INDIRECT_-1207835059'), (u'CAST_-1207835712', u'LOAD_-1207855573'), (u'PTRADD_-1207832372', u'LOAD_-1207847233'), ('const-4710976', u'COPY_-1207831769'), (u'INDIRECT_-1207843320', u'MULTIEQUAL_-1207843169'), ('const-8', u'INT_AND_-1207850650'), (u'MULTIEQUAL_-1207842703', u'MULTIEQUAL_-1207842480'), (u'MULTIEQUAL_-1207835378', u'MULTIEQUAL_-1207835314'), (u'LOAD_-1207849712', u'INT_ADD_-1207849689'), ('const-112', u'INT_ADD_-1207846832'), (u'MULTIEQUAL_-1207838728', u'INT_AND_-1207855123'), (u'INT_NOTEQUAL_-1207855193', u'INT_ZEXT_-1207855176'), (u'MULTIEQUAL_-1207835143', u'CAST_-1207831597'), (u'CALL_-1207849024', u'INDIRECT_-1207836772'), (u'PTRADD_-1207833167', u'STORE_-1207850479'), ('const-2', u'PTRADD_-1207833290'), (u'COPY_-1207831558', u'CALL_-1207848564'), (u'MULTIEQUAL_-1207834522', u'MULTIEQUAL_-1207834393'), (u'LOAD_-1207850830', u'INT_AND_-1207841277'), ('const-7', u'PTRADD_-1207833055'), (u'INDIRECT_-1207834933', u'MULTIEQUAL_-1207834691'), (u'LOAD_-1207847346', u'INT_NOTEQUAL_-1207847292'), ('const-2', u'INT_AND_-1207843832'), (u'INDIRECT_-1207835828', u'MULTIEQUAL_-1207835887'), ('const-417', u'LOAD_-1207847136'), ('const-7', u'PTRADD_-1207833174'), (u'CAST_-1207834808', u'COPY_-1207833852'), (u'CALL_-1207846879', u'INDIRECT_-1207832963'), (u'CALL_-1207853607', u'INDIRECT_-1207836279'), ('const-4', u'INT_AND_-1207840965'), ('const-31', u'INT_AND_-1207845136'), (u'CALL_-1207846312', u'INDIRECT_-1207832169'), (u'LOAD_-1207849986', u'INT_SUB_-1207849952'), (u'CALL_-1207848534', u'INDIRECT_-1207832700'), (u'MULTIEQUAL_-1207842761', u'BOOL_NEGATE_-1207842051'), ('const-1', u'PTRADD_-1207831466'), ('const-4510597', u'COPY_-1207831193'), (u'CALL_-1207846205', u'INDIRECT_-1207832546'), ('const-12', u'INT_ADD_-1207849494'), (u'PTRADD_-1207833290', u'LOAD_-1207850795'), (u'INDIRECT_-1207833840', u'MULTIEQUAL_-1207833726'), ('tmp_67001', u'CALL_-1207854202'), (u'INT_AND_-1207850650', u'INT_EQUAL_-1207850664'), (u'LOAD_-1207851071', u'MULTIEQUAL_-1207833341'), (u'MULTIEQUAL_-1207838097', u'INT_MULT_-1207853674'), (u'INDIRECT_-1207835238', u'MULTIEQUAL_-1207835046'), (u'INT_EQUAL_-1207851052', u'CBRANCH_-1207851051'), (u'MULTIEQUAL_-1207834014', u'MULTIEQUAL_-1207833979'), (u'CALL_-1207849278', u'INT_ADD_-1207849230'), (u'CALL_-1207849481', u'INDIRECT_-1207833832'), (u'INT_ADD_-1207849494', u'INT_LESSEQUAL_-1207849489'), (u'CAST_-1207834715', u'LOAD_-1207853767'), (u'PTRADD_-1207835719', u'CAST_-1207835471'), ('tmp_35357', u'PTRSUB_-1207832408'), (u'INDIRECT_-1207836062', u'MULTIEQUAL_-1207835914'), (u'MULTIEQUAL_-1207834626', u'COPY_-1207832078'), (u'INT_LESS_-1207851007', u'INT_ZEXT_-1207850993'), (u'STORE_-1207850680', u'INDIRECT_-1207833436'), (u'CALL_-1207846210', u'INDIRECT_-1207833638'), ('const-4', u'INT_EQUAL_-1207852428'), (u'INDIRECT_-1207840839', u'MULTIEQUAL_-1207840848'), (u'CALL_-1207845951', u'INDIRECT_-1207840363'), (u'CALL_-1207852978', u'INDIRECT_-1207834910'), (u'INDIRECT_-1207840623', u'MULTIEQUAL_-1207840530'), (u'CALL_-1207847777', u'INDIRECT_-1207832235'), (u'INT_CARRY_-1207854986', u'INT_ZEXT_-1207854975'), ('tmp_14058', u'CBRANCH_-1207846763'), (u'MULTIEQUAL_-1207833763', u'MULTIEQUAL_-1207833682'), (u'LOAD_-1207849982', u'COPY_-1207834563'), ('tmp_16610', u'CBRANCH_-1207845749'), (u'CALL_-1207854202', u'INDIRECT_-1207836281'), ('const-417', u'LOAD_-1207854161'), (u'INT_EQUAL_-1207849678', u'CBRANCH_-1207849675'), (u'MULTIEQUAL_-1207834848', u'MULTIEQUAL_-1207834822'), (u'CALL_-1207853607', u'INT_EQUAL_-1207853581'), (u'MULTIEQUAL_-1207836547', u'MULTIEQUAL_-1207836539'), ('const-16', u'INT_ADD_-1207850059'), (u'COPY_-1207831362', u'CALL_-1207845418'), (u'MULTIEQUAL_-1207833892', u'MULTIEQUAL_-1207836719'), (u'INT_AND_-1207845097', u'INT_LEFT_-1207845093'), (u'CALLIND_-1207855137', u'INDIRECT_-1207836939'), ('const-0', u'INT_NOTEQUAL_-1207853812'), ('const-4', u'PTRADD_-1207835613'), (u'INDIRECT_-1207836870', u'MULTIEQUAL_-1207836771'), ('const-7', u'PTRADD_-1207832200'), (u'COPY_-1207832058', u'MULTIEQUAL_-1207841757'), (u'CALL_-1207852256', u'INDIRECT_-1207834385'), ('tmp_4089', u'CBRANCH_-1207852838'), (u'CALL_-1207849136', u'INDIRECT_-1207836553'), (u'CALL_-1207847777', u'INDIRECT_-1207832880'), (u'INT_ADD_-1207853812', u'CAST_-1207834748'), (u'INT_EQUAL_-1207839816', u'BOOL_AND_-1207846248'), (u'LOAD_-1207855025', u'INT_AND_-1207843863'), (u'STORE_-1207849210', u'INDIRECT_-1207835492'), (u'COPY_-1207833538', u'RETURN_-1207850422'), (u'INT_ADD_-1207850390', u'INT_ADD_-1207850377'), (u'MULTIEQUAL_-1207832339', u'MULTIEQUAL_-1207834021'), ('const-4489837', u'COPY_-1207834056'), (u'COPY_-1207832271', u'MULTIEQUAL_-1207832341'), ('const-417', u'LOAD_-1207849647'), (u'CALL_-1207848110', u'INDIRECT_-1207833277'), (u'MULTIEQUAL_-1207844821', u'INT_ADD_-1207849174'), ('const-0', u'INT_NOTEQUAL_-1207852384'), (u'INT_EQUAL_-1207849633', u'CBRANCH_-1207849630'), ('tmp_9384', u'BRANCH_-1207849397'), (u'INDIRECT_-1207834280', u'MULTIEQUAL_-1207834242'), (u'INDIRECT_-1207833582', u'MULTIEQUAL_-1207833223'), (u'CALL_-1207853062', u'INT_ADD_-1207850059'), (u'MULTIEQUAL_-1207836771', u'MULTIEQUAL_-1207836410'), (u'CALL_-1207849278', u'INDIRECT_-1207833647'), (u'INT_LESSEQUAL_-1207853296', u'CBRANCH_-1207853306'), (u'CAST_-1207832122', u'INT_ADD_-1207846965'), (u'INDIRECT_-1207835532', u'MULTIEQUAL_-1207835378'), ('tmp_67001', u'CALL_-1207846210'), ('const-4715096', u'COPY_-1207831529'), ('const-417', u'LOAD_-1207855204'), (u'INDIRECT_-1207835059', u'MULTIEQUAL_-1207834837'), (u'INT_EQUAL_-1207854779', u'CBRANCH_-1207854776'), (u'CALL_-1207846879', u'INDIRECT_-1207832576'), (u'INDIRECT_-1207844173', u'MULTIEQUAL_-1207844076'), ('const-0', u'SUBPIECE_-1207839111'), ('const-417', u'LOAD_-1207849244'), ('tmp_66996', u'INT_ADD_-1207854722'), ('const-1', u'CALL_-1207854013'), (u'INDIRECT_-1207832870', u'COPY_-1207832905'), (u'INT_ADD_-1207849184', u'INT_EQUAL_-1207849168'), (u'INT_AND_-1207848150', u'INT_EQUAL_-1207848164'), (u'INT_ADD_-1207853886', u'CAST_-1207834791'), (u'COPY_-1207831638', u'CALL_-1207848124'), ('tmp_11195', u'CBRANCH_-1207849292'), (u'LOAD_-1207854285', u'INT_ADD_-1207849032'), (u'CALL_-1207848214', u'INDIRECT_-1207833037'), (u'LOAD_-1207854985', u'INT_ADD_-1207854967'), (u'COPY_-1207832770', u'CALL_-1207849167'), (u'MULTIEQUAL_-1207835825', u'MULTIEQUAL_-1207835789'), (u'MULTIEQUAL_-1207833044', u'MULTIEQUAL_-1207832985'), (u'PTRADD_-1207832234', u'COPY_-1207831961'), ('const-0', u'INT_EQUAL_-1207834514'), (u'MULTIEQUAL_-1207837480', u'CALL_-1207848092'), (u'CAST_-1207835195', u'LOAD_-1207849361'), ('const-417', u'LOAD_-1207851036'), ('const-4', u'INT_MULT_-1207853664'), ('const-16', u'INT_ADD_-1207853183'), (u'CALL_-1207853974', u'INDIRECT_-1207836062'), ('tmp_10064', u'BRANCH_-1207850444'), ('tmp_15388', u'CBRANCH_-1207849504'), (u'MULTIEQUAL_-1207834368', u'MULTIEQUAL_-1207834145'), (u'INDIRECT_-1207834268', u'MULTIEQUAL_-1207834145'), (u'LOAD_-1207850721', u'STORE_-1207850479'), ('const-24', u'INT_ADD_-1207850714'), (u'CALL_-1207847777', u'INDIRECT_-1207832622'), (u'INT_ADD_-1207849080', u'CAST_-1207835138'), (u'CALL_-1207848414', u'INDIRECT_-1207832416'), (u'INT_SUB_-1207845727', u'INT_AND_-1207840029'), (u'MULTIEQUAL_-1207835887', u'MULTIEQUAL_-1207835854'), (u'LOAD_-1207849096', u'MULTIEQUAL_-1207844520'), (u'LOAD_-1207854285', u'INT_ADD_-1207849423'), (u'COPY_-1207847368', u'MULTIEQUAL_-1207833424'), (u'PTRADD_-1207832234', u'COPY_-1207831697'), (u'COPY_-1207831236', u'CALL_-1207844188'), (u'INT_ADD_-1207853676', u'CAST_-1207834674'), (u'CALL_-1207850744', u'INT_EQUAL_-1207850386'), ('tmp_15223', u'BRANCH_-1207845901'), (u'INDIRECT_-1207833407', u'MULTIEQUAL_-1207832789'), (u'INDIRECT_-1207834169', u'INT_NOTEQUAL_-1207847406'), (u'INT_ADD_-1207846832', u'CAST_-1207832069'), (u'PTRSUB_-1207834680', u'CALL_-1207852978'), (u'COPY_-1207832131', u'MULTIEQUAL_-1207832401'), (u'MULTIEQUAL_-1207838097', u'INT_MULT_-1207853664'), (u'CALL_-1207847446', u'INDIRECT_-1207833911'), ('const-60', u'INT_ADD_-1207850896'), (u'COPY_-1207831662', u'CALL_-1207848214'), ('tmp_7956', u'CBRANCH_-1207849616'), (u'CALL_-1207847446', u'INDIRECT_-1207841085'), (u'INDIRECT_-1207835800', u'MULTIEQUAL_-1207834694'), (u'INT_AND_-1207855123', u'MULTIEQUAL_-1207837919'), (u'CAST_-1207831986', u'COPY_-1207832084'), ('const-1', u'INT_OR_-1207850539'), (u'SUBPIECE_-1207838982', u'INT_ADD_-1207855196'), (u'MULTIEQUAL_-1207836605', u'MULTIEQUAL_-1207834438'), (u'LOAD_-1207850836', u'CALLIND_-1207850323'), (u'CAST_-1207832623', u'LOAD_-1207849995'), (u'COPY_-1207833619', u'CALL_-1207848930'), (u'LOAD_-1207849244', u'INT_AND_-1207849218'), (u'INT_EQUAL_-1207848990', u'CBRANCH_-1207848988'), (u'MULTIEQUAL_-1207838097', u'CALL_-1207848210'), (u'INDIRECT_-1207831802', u'MULTIEQUAL_-1207832658'), (u'LOAD_-1207850623', u'CALLIND_-1207850613'), (u'MULTIEQUAL_-1207834822', u'MULTIEQUAL_-1207832766'), ('const-4510557', u'COPY_-1207831171'), (u'LOAD_-1207855195', u'INT_ADD_-1207854974'), (u'SUBPIECE_-1207831779', u'CALL_-1207848011'), ('const-65279', u'INT_LESS_-1207852345'), (u'MULTIEQUAL_-1207835002', u'MULTIEQUAL_-1207834975'), ('const-335544320', u'INT_NOTEQUAL_-1207849252'), (u'CALL_-1207846210', u'INDIRECT_-1207833380'), (u'MULTIEQUAL_-1207835295', u'CAST_-1207832482'), (u'INDIRECT_-1207836681', u'MULTIEQUAL_-1207836791'), (u'INDIRECT_-1207833099', u'MULTIEQUAL_-1207833223'), (u'INDIRECT_-1207835754', u'MULTIEQUAL_-1207835675'), (u'LOAD_-1207855195', u'INT_ADD_-1207855062'), (u'INDIRECT_-1207843232', u'MULTIEQUAL_-1207834699'), (u'CALL_-1207847402', u'INDIRECT_-1207832295'), (u'CALL_-1207849167', u'INDIRECT_-1207834110'), (u'CALL_-1207845203', u'INDIRECT_-1207833357'), (u'INT_ADD_-1207849966', u'CAST_-1207834334'), (u'MULTIEQUAL_-1207833962', u'MULTIEQUAL_-1207833945'), (u'INDIRECT_-1207834040', u'MULTIEQUAL_-1207833892'), (u'MULTIEQUAL_-1207831886', u'MULTIEQUAL_-1207831875'), ('const-0', u'CALL_-1207849539'), (u'INDIRECT_-1207833318', u'MULTIEQUAL_-1207833481'), (u'LOAD_-1207849355', u'MULTIEQUAL_-1207844520'), (u'CAST_-1207832817', u'LOAD_-1207849439'), ('const-7', u'PTRADD_-1207835675'), ('const-108', u'INT_ADD_-1207850943'), (u'LOAD_-1207854285', u'INT_ADD_-1207853371'), (u'MULTIEQUAL_-1207833094', u'MULTIEQUAL_-1207833339'), ('const-2', u'INT_AND_-1207854765'), (u'INDIRECT_-1207833707', u'MULTIEQUAL_-1207833610'), (u'MULTIEQUAL_-1207832435', u'MULTIEQUAL_-1207835612'), ('const-4703183', u'COPY_-1207831362'), (u'LOAD_-1207853709', u'INT_ADD_-1207853676'), (u'LOAD_-1207851077', u'INT_EQUAL_-1207851052'), (u'MULTIEQUAL_-1207843766', u'MULTIEQUAL_-1207840939'), ('const-8', u'INT_ADD_-1207849966'), ('const-1', u'INT_AND_-1207840992'), (u'PTRADD_-1207833195', u'CAST_-1207832841'), (u'LOAD_-1207849102', u'INT_LESSEQUAL_-1207849016'), (u'INT_NOTEQUAL_-1207835937', u'CBRANCH_-1207855055'), (u'INDIRECT_-1207834139', u'MULTIEQUAL_-1207834324'), (u'INDIRECT_-1207834930', u'MULTIEQUAL_-1207835002'), (u'CALLIND_-1207855137', u'SUBPIECE_-1207835645'), (u'COPY_-1207832728', u'CALL_-1207849167'), (u'CALLIND_-1207847126', u'INDIRECT_-1207833494'), ('const-0', u'COPY_-1207847472'), (u'CALL_-1207848930', u'INDIRECT_-1207835146'), ('tmp_10747', u'CBRANCH_-1207849630'), (u'MULTIEQUAL_-1207833682', u'MULTIEQUAL_-1207833634'), (u'CAST_-1207835368', u'PTRADD_-1207835656'), ('const-4717152', u'COPY_-1207831596'), (u'PTRADD_-1207832234', u'CALL_-1207846195'), (u'INDIRECT_-1207843856', u'MULTIEQUAL_-1207843766'), ('const-417', u'LOAD_-1207849565'), (u'LOAD_-1207855025', u'INT_AND_-1207843456'), (u'COPY_-1207851933', u'CAST_-1207833687'), ('const-4711224', u'COPY_-1207831260'), ('tmp_292', u'CBRANCH_-1207855477'), (u'INDIRECT_-1207834268', u'MULTIEQUAL_-1207833061'), (u'INT_EQUAL_-1207851946', u'MULTIEQUAL_-1207842764'), (u'CALL_-1207849458', u'INDIRECT_-1207836430'), ('const-4', u'INT_MULT_-1207853674'), (u'LOAD_-1207852068', u'INT_EQUAL_-1207852053'), (u'INDIRECT_-1207834801', u'MULTIEQUAL_-1207834579'), ('tmp_6497', u'CBRANCH_-1207850580'), (u'MULTIEQUAL_-1207836773', u'MULTIEQUAL_-1207833682'), ('const-0', u'COPY_-1207832579'), (u'MULTIEQUAL_-1207836042', u'MULTIEQUAL_-1207835961'), ('const-0', u'PTRSUB_-1207835645'), (u'LOAD_-1207854039', u'CALL_-1207854013'), (u'LOAD_-1207849557', u'CALL_-1207849539'), (u'CAST_-1207835368', u'LOAD_-1207855200'), (u'PTRADD_-1207832234', u'CALL_-1207845951'), (u'STORE_-1207853169', u'INDIRECT_-1207834933'), (u'COPY_-1207851939', u'MULTIEQUAL_-1207843511'), (u'MULTIEQUAL_-1207842764', u'MULTIEQUAL_-1207842761'), (u'INDIRECT_-1207833536', u'MULTIEQUAL_-1207832335'), ('const-64', u'INT_ADD_-1207852363'), ('tmp_5646', u'CBRANCH_-1207851088'), ('const-0', u'INT_EQUAL_-1207854779'), (u'COPY_-1207848973', u'MULTIEQUAL_-1207843185'), ('const-0', u'SUBPIECE_-1207831779'), (u'INT_ADD_-1207844757', u'CAST_-1207831458'), (u'INT_ADD_-1207850045', u'MULTIEQUAL_-1207834668'), (u'INDIRECT_-1207834585', u'MULTIEQUAL_-1207834450'), (u'CALLIND_-1207855137', u'INDIRECT_-1207837068'), (u'LOAD_-1207850614', u'INT_AND_-1207840965'), ('const-417', u'LOAD_-1207855073'), (u'INT_SUB_-1207850520', u'INT_LESS_-1207850483'), (u'INDIRECT_-1207831519', u'COPY_-1207831503'), (u'STORE_-1207854925', u'INDIRECT_-1207835855'), (u'MULTIEQUAL_-1207842728', u'MULTIEQUAL_-1207842703'), (u'MULTIEQUAL_-1207833295', u'MULTIEQUAL_-1207833285'), (u'LOAD_-1207855133', u'MULTIEQUAL_-1207838081'), (u'INDIRECT_-1207835121', u'MULTIEQUAL_-1207835357'), (u'COPY_-1207831268', u'CALL_-1207844461'), ('const-0', u'RETURN_-1207850422'), (u'LOAD_-1207847145', u'INT_ADD_-1207847120'), (u'INT_ADD_-1207849443', u'CALL_-1207849441'), (u'INDIRECT_-1207833969', u'MULTIEQUAL_-1207833855'), (u'INDIRECT_-1207833969', u'MULTIEQUAL_-1207833610'), (u'INT_ADD_-1207849266', u'COPY_-1207833726'), (u'INDIRECT_-1207836032', u'MULTIEQUAL_-1207836023'), (u'LOAD_-1207849864', u'MULTIEQUAL_-1207842093'), (u'INDIRECT_-1207832338', u'MULTIEQUAL_-1207832193'), (u'CALL_-1207848110', u'INDIRECT_-1207834388'), (u'CALL_-1207850359', u'INDIRECT_-1207834607'), (u'INDIRECT_-1207834714', u'MULTIEQUAL_-1207834873'), (u'PIECE_-1207832017', u'MULTIEQUAL_-1207832431'), ('const-417', u'LOAD_-1207854985'), (u'INDIRECT_-1207841661', u'MULTIEQUAL_-1207842592'), (u'INT_ADD_-1207849802', u'CAST_-1207832545'), (u'CALL_-1207850242', u'INDIRECT_-1207834552'), (u'INDIRECT_-1207833711', u'MULTIEQUAL_-1207833352'), (u'CALL_-1207847777', u'INDIRECT_-1207831511'), (u'CAST_-1207835471', u'LOAD_-1207855025'), (u'INT_NOTEQUAL_-1207850338', u'CBRANCH_-1207850338'), (u'LOAD_-1207854176', u'INT_ADD_-1207854061'), ('const-2080374784', u'INT_AND_-1207849253'), ('const-0', u'COPY_-1207832149'), ('const-0', u'COPY_-1207847378'), (u'LOAD_-1207849374', u'INT_AND_-1207849253'), ('tmp_4045', u'CBRANCH_-1207852862'), ('tmp_6057', u'CBRANCH_-1207850841'), (u'LOAD_-1207854285', u'CALL_-1207848092'), (u'CALL_-1207849335', u'INDIRECT_-1207833948'), (u'MULTIEQUAL_-1207843800', u'INT_NOTEQUAL_-1207852839'), (u'CALLIND_-1207855137', u'INDIRECT_-1207836681'), (u'PTRADD_-1207833092', u'MULTIEQUAL_-1207833341'), ('const-417', u'LOAD_-1207849102'), ('const-4294967256', u'PTRSUB_-1207832408'), (u'COPY_-1207833107', u'CALL_-1207848110'), ('const-417', u'LOAD_-1207855189'), (u'MULTIEQUAL_-1207833202', u'MULTIEQUAL_-1207836732'), ('const-1', u'INT_EQUAL_-1207847542'), (u'CAST_-1207833605', u'LOAD_-1207851761'), ('const-322', u'CALL_-1207848564'), (u'MULTIEQUAL_-1207834021', u'MULTIEQUAL_-1207834014'), ('const-4294967294', u'INT_MULT_-1207842061'), ('tmp_9533', u'BRANCH_-1207850105'), ('const-5', u'PTRADD_-1207835649'), (u'CAST_-1207835217', u'INT_SUB_-1207849413'), (u'CAST_-1207832441', u'LOAD_-1207849565'), (u'MULTIEQUAL_-1207841434', u'INT_ADD_-1207845514'), ('const-4717204', u'COPY_-1207831483'), (u'LOAD_-1207855597', u'INT_ADD_-1207855557'), (u'MULTIEQUAL_-1207836476', u'MULTIEQUAL_-1207834309'), (u'LOAD_-1207849108', u'INT_ADD_-1207849071'), (u'COPY_-1207832269', u'MULTIEQUAL_-1207832340'), (u'PTRADD_-1207833268', u'LOAD_-1207850721'), (u'INDIRECT_-1207833794', u'MULTIEQUAL_-1207833801'), (u'MULTIEQUAL_-1207837480', u'CALL_-1207851972'), (u'MULTIEQUAL_-1207832815', u'MULTIEQUAL_-1207836332'), (u'MULTIEQUAL_-1207832333', u'MULTIEQUAL_-1207833226'), (u'INT_ADD_-1207847059', u'INT_AND_-1207847026'), (u'CAST_-1207834565', u'LOAD_-1207853420'), (u'COPY_-1207834568', u'MULTIEQUAL_-1207843813'), (u'PTRSUB_-1207832526', u'CALL_-1207847446'), (u'CALL_-1207850237', u'INDIRECT_-1207833984'), (u'INT_NOTEQUAL_-1207855029', u'INT_ZEXT_-1207855013'), (u'INT_ADD_-1207855003', u'INT_2COMP_-1207854980'), (u'INDIRECT_-1207834930', u'MULTIEQUAL_-1207834708'), (u'INDIRECT_-1207834801', u'MULTIEQUAL_-1207834873'), (u'MULTIEQUAL_-1207836805', u'MULTIEQUAL_-1207836797'), ('const-44', u'INT_ADD_-1207849351'), ('const-4', u'PTRADD_-1207835627'), (u'CALL_-1207851683', u'INDIRECT_-1207834861'), ('const-417', u'LOAD_-1207853741'), (u'CALL_-1207849024', u'INDIRECT_-1207835532'), (u'COPY_-1207844783', u'MULTIEQUAL_-1207836402'), (u'COPY_-1207834552', u'MULTIEQUAL_-1207844268'), (u'MULTIEQUAL_-1207836332', u'MULTIEQUAL_-1207836289'), (u'INDIRECT_-1207833376', u'MULTIEQUAL_-1207834258'), (u'COPY_-1207831970', u'MULTIEQUAL_-1207834901'), (u'MULTIEQUAL_-1207838420', u'PTRADD_-1207835613'), (u'INT_NOTEQUAL_-1207832690', u'CBRANCH_-1207847090'), ('const-417', u'STORE_-1207853169'), (u'INT_ADD_-1207853844', u'INT_NOTEQUAL_-1207852839'), (u'LOAD_-1207850573', u'INT_NOTEQUAL_-1207850557'), (u'INT_LESSEQUAL_-1207849016', u'CBRANCH_-1207849015'), (u'MULTIEQUAL_-1207834626', u'PTRADD_-1207831730'), ('const-1', u'RETURN_-1207848925'), (u'INT_ADD_-1207849423', u'CAST_-1207832817'), (u'SUBPIECE_-1207831780', u'INT_EQUAL_-1207848066'), (u'CALL_-1207853062', u'INDIRECT_-1207834947'), ('const-0', u'COPY_-1207849019'), (u'INT_ADD_-1207855173', u'CAST_-1207835360'), (u'MULTIEQUAL_-1207843949', u'MULTIEQUAL_-1207843925'), (u'MULTIEQUAL_-1207833481', u'MULTIEQUAL_-1207833726'), (u'CALL_-1207853243', u'INDIRECT_-1207836146'), (u'CALL_-1207854013', u'CAST_-1207834760'), (u'CALL_-1207849278', u'INDIRECT_-1207841208'), ('tmp_14819', u'CBRANCH_-1207846302'), (u'MULTIEQUAL_-1207838048', u'CAST_-1207835495'), (u'PTRADD_-1207832234', u'INT_EQUAL_-1207845786'), (u'INDIRECT_-1207834091', u'MULTIEQUAL_-1207834332'), ('const-417', u'LOAD_-1207853568'), (u'INDIRECT_-1207842424', u'MULTIEQUAL_-1207842662'), ('const-5', u'PTRADD_-1207833167'), (u'MULTIEQUAL_-1207837274', u'MULTIEQUAL_-1207832935'), (u'MULTIEQUAL_-1207832815', u'MULTIEQUAL_-1207836345'), (u'MULTIEQUAL_-1207838097', u'CALL_-1207852978'), (u'INT_ZEXT_-1207851899', u'INT_MULT_-1207842061'), ('const-4294967292', u'INT_AND_-1207850954'), (u'INDIRECT_-1207833536', u'MULTIEQUAL_-1207832918'), (u'INT_ADD_-1207853380', u'CAST_-1207834555'), (u'INT_AND_-1207846189', u'CAST_-1207831661'), (u'CALL_-1207853974', u'INDIRECT_-1207836191'), (u'INT_EQUAL_-1207846378', u'BOOL_NEGATE_-1207846344'), ('const-417', u'LOAD_-1207849705'), (u'CALL_-1207850744', u'INT_EQUAL_-1207850683'), (u'INT_NOTEQUAL_-1207851090', u'CBRANCH_-1207851088'), ('const-1', u'INT_AND_-1207843922'), (u'LOAD_-1207854285', u'INT_ADD_-1207850109'), (u'INDIRECT_-1207835589', u'MULTIEQUAL_-1207835598'), (u'INT_NOTEQUAL_-1207849053', u'CBRANCH_-1207849053'), ('const-1', u'RETURN_-1207844960'), ('const-417', u'LOAD_-1207852882'), (u'MULTIEQUAL_-1207835304', u'MULTIEQUAL_-1207836301'), (u'CALL_-1207849382', u'INDIRECT_-1207834172'), (u'MULTIEQUAL_-1207832334', u'MULTIEQUAL_-1207833355'), (u'MULTIEQUAL_-1207843511', u'MULTIEQUAL_-1207843508'), (u'CAST_-1207834852', u'LOAD_-1207854039'), (u'CALL_-1207848092', u'INDIRECT_-1207832918'), (u'MULTIEQUAL_-1207835357', u'MULTIEQUAL_-1207835175'), (u'CALL_-1207848210', u'INT_ADD_-1207848162'), (u'CALL_-1207844461', u'INDIRECT_-1207832160'), (u'CAST_-1207834598', u'INT_LESSEQUAL_-1207853468'), ('const-0', u'INT_EQUAL_-1207849252'), (u'INDIRECT_-1207843991', u'MULTIEQUAL_-1207840249'), (u'CALL_-1207846520', u'INDIRECT_-1207832226'), (u'MULTIEQUAL_-1207836719', u'MULTIEQUAL_-1207836676'), (u'CAST_-1207835368', u'PTRADD_-1207835589'), ('const-1', u'RETURN_-1207845413'), (u'INDIRECT_-1207836537', u'MULTIEQUAL_-1207836396'), (u'CALL_-1207848564', u'INDIRECT_-1207832632'), (u'CALL_-1207848981', u'INDIRECT_-1207833731'), ('const-417', u'LOAD_-1207853809'), (u'CALL_-1207849441', u'INDIRECT_-1207834229'), (u'INDIRECT_-1207833320', u'MULTIEQUAL_-1207833223'), (u'MULTIEQUAL_-1207840530', u'MULTIEQUAL_-1207840773'), ('tmp_5111', u'CBRANCH_-1207851857'), (u'MULTIEQUAL_-1207835598', u'MULTIEQUAL_-1207835765'), ('const-417', u'STORE_-1207849188'), (u'CALL_-1207847003', u'INT_ADD_-1207846965'), (u'COPY_-1207834181', u'MULTIEQUAL_-1207843615'), (u'CALL_-1207849481', u'INDIRECT_-1207833703'), ('tmp_6099', u'CBRANCH_-1207850809'), (u'CALL_-1207848930', u'INDIRECT_-1207834630'), (u'PTRADD_-1207832344', u'LOAD_-1207847162'), (u'CALL_-1207848092', u'INDIRECT_-1207832660'), (u'MULTIEQUAL_-1207836396', u'MULTIEQUAL_-1207836251'), (u'INT_ADD_-1207845165', u'MULTIEQUAL_-1207841200'), ('const-4294967256', u'PTRSUB_-1207834680'), (u'INDIRECT_-1207835481', u'MULTIEQUAL_-1207835467'), (u'MULTIEQUAL_-1207836402', u'INT_LESS_-1207846304'), ('tmp_5426', u'CBRANCH_-1207851208'), (u'LOAD_-1207849995', u'INT_SUB_-1207849952'), (u'CALL_-1207850145', u'INDIRECT_-1207835250'), (u'CAST_-1207834472', u'STORE_-1207853169'), (u'CAST_-1207834848', u'LOAD_-1207854031'), (u'CALL_-1207848006', u'INDIRECT_-1207832625'), (u'COPY_-1207853872', u'MULTIEQUAL_-1207838097'), (u'INT_LESSEQUAL_-1207849907', u'CBRANCH_-1207849905'), ('const-0', u'COPY_-1207847494'), (u'INDIRECT_-1207835625', u'MULTIEQUAL_-1207835433'), (u'SUBPIECE_-1207841972', u'INT_2COMP_-1207847043'), (u'MULTIEQUAL_-1207836023', u'MULTIEQUAL_-1207835681'), (u'CALL_-1207846879', u'INDIRECT_-1207833221'), (u'INDIRECT_-1207831413', u'COPY_-1207831379'), (u'MULTIEQUAL_-1207835655', u'MULTIEQUAL_-1207835765'), (u'CAST_-1207832176', u'LOAD_-1207847136'), (u'CALL_-1207850187', u'INDIRECT_-1207835381'), (u'CALL_-1207851972', u'INDIRECT_-1207834992'), ('tmp_66998', u'PTRADD_-1207835242'), (u'INT_EQUAL_-1207846274', u'CBRANCH_-1207846272'), ('const-5745', u'INT_ADD_-1207853812'), (u'MULTIEQUAL_-1207834744', u'MULTIEQUAL_-1207834717'), (u'INDIRECT_-1207835168', u'MULTIEQUAL_-1207834979'), ('const-0', u'COPY_-1207847462'), (u'MULTIEQUAL_-1207835785', u'MULTIEQUAL_-1207835559'), (u'CALL_-1207846879', u'INDIRECT_-1207831852'), ('const-417', u'LOAD_-1207849864'), ('const-1', u'INT_AND_-1207849664'), ('const-4', u'INT_LESS_-1207847155'), ('const-56', u'INT_ADD_-1207853693'), (u'LOAD_-1207852970', u'INT_NOTEQUAL_-1207852930'), (u'LOAD_-1207850836', u'PTRADD_-1207833264'), (u'CAST_-1207832481', u'LOAD_-1207849653'), (u'LOAD_-1207849864', u'INT_LESS_-1207849830'), ('tmp_152', u'CBRANCH_-1207855578'), (u'MULTIEQUAL_-1207835526', u'MULTIEQUAL_-1207835636'), (u'INT_EQUAL_-1207851894', u'MULTIEQUAL_-1207842761'), (u'CALL_-1207851972', u'INDIRECT_-1207835637'), (u'CAST_-1207831597', u'COPY_-1207845908'), (u'INDIRECT_-1207835121', u'MULTIEQUAL_-1207835046'), (u'LOAD_-1207849367', u'INT_ADD_-1207849330'), (u'LOAD_-1207849893', u'INT_EQUAL_-1207849878'), ('const-112', u'INT_ADD_-1207848733'), (u'CALL_-1207851159', u'INDIRECT_-1207834524'), ('const-417', u'LOAD_-1207849008'), ('const-417', u'LOAD_-1207849372'), (u'INDIRECT_-1207840554', u'MULTIEQUAL_-1207840773'), ('const-4088', u'INT_SUB_-1207849562'), ('const-4', u'PTRADD_-1207833167'), (u'PTRADD_-1207833294', u'LOAD_-1207850801'), ('const-4', u'INT_ADD_-1207852052'), (u'MULTIEQUAL_-1207835894', u'MULTIEQUAL_-1207834526'), (u'CALL_-1207852256', u'INDIRECT_-1207835109'), ('const-1', u'RETURN_-1207846200'), (u'INT_ADD_-1207851905', u'MULTIEQUAL_-1207843508'), (u'PTRADD_-1207835691', u'STORE_-1207854943'), (u'COPY_-1207831593', u'CALL_-1207846832'), (u'MULTIEQUAL_-1207837158', u'MULTIEQUAL_-1207837137'), (u'INDIRECT_-1207835230', u'MULTIEQUAL_-1207835095'), ('const-32', u'INT_ADD_-1207850036'), ('tmp_7834', u'CBRANCH_-1207849697'), (u'COPY_-1207832303', u'PTRADD_-1207832372'), (u'MULTIEQUAL_-1207836887', u'MULTIEQUAL_-1207836771'), (u'COPY_-1207832444', u'MULTIEQUAL_-1207844889'), (u'MULTIEQUAL_-1207838048', u'CAST_-1207835459'), (u'CALL_-1207848124', u'INDIRECT_-1207832720'), (u'MULTIEQUAL_-1207836386', u'MULTIEQUAL_-1207836362'), (u'MULTIEQUAL_-1207837137', u'MULTIEQUAL_-1207837307'), (u'INT_MULT_-1207842062', u'INT_ADD_-1207834052'), (u'MULTIEQUAL_-1207835810', u'MULTIEQUAL_-1207835785'), (u'CAST_-1207833852', u'LOAD_-1207852310'), ('const-136', u'INT_ADD_-1207849802'), ('const-0', u'INT_EQUAL_-1207839815'), (u'INDIRECT_-1207834653', u'MULTIEQUAL_-1207834590'), (u'MULTIEQUAL_-1207835295', u'CAST_-1207834809'), (u'MULTIEQUAL_-1207836515', u'MULTIEQUAL_-1207836491'), (u'LOAD_-1207852217', u'INT_ADD_-1207849396'), (u'MULTIEQUAL_-1207836492', u'MULTIEQUAL_-1207836662'), (u'CALL_-1207849335', u'INDIRECT_-1207834801'), ('const-28', u'INT_ADD_-1207849676'), (u'CAST_-1207834616', u'LOAD_-1207853559'), ('tmp_6255', u'CBRANCH_-1207850726'), (u'CALL_-1207849441', u'INDIRECT_-1207834487'), (u'MULTIEQUAL_-1207836042', u'MULTIEQUAL_-1207836153'), (u'LOAD_-1207850986', u'INT_NOTEQUAL_-1207841358'), (u'MULTIEQUAL_-1207836515', u'MULTIEQUAL_-1207833424'), (u'INT_ADD_-1207852866', u'CAST_-1207834321'), ('const-4', u'PTRADD_-1207833290'), (u'INT_ADD_-1207846235', u'INT_AND_-1207846189'), (u'CALL_-1207851972', u'INDIRECT_-1207835121'), (u'INDIRECT_-1207841956', u'MULTIEQUAL_-1207841895'), (u'MULTIEQUAL_-1207835233', u'COPY_-1207832308'), (u'SUBPIECE_-1207839111', u'INT_ADD_-1207855224'), (u'INT_ADD_-1207851927', u'CAST_-1207833696'), ('const-7', u'PTRADD_-1207833225'), (u'MULTIEQUAL_-1207835295', u'CAST_-1207832477'), ('const-20', u'INT_ADD_-1207855078'), (u'CALL_-1207845418', u'INDIRECT_-1207832243'), (u'CALL_-1207845951', u'INDIRECT_-1207833318'), ('tmp_4727', u'CBRANCH_-1207852069'), (u'CALL_-1207846210', u'INDIRECT_-1207840554'), (u'INDIRECT_-1207835737', u'MULTIEQUAL_-1207835856'), (u'MULTIEQUAL_-1207835612', u'MULTIEQUAL_-1207831886'), (u'MULTIEQUAL_-1207838048', u'CAST_-1207835494'), (u'INT_AND_-1207850723', u'COPY_-1207833146'), (u'COPY_-1207849019', u'MULTIEQUAL_-1207844055'), (u'INDIRECT_-1207835516', u'MULTIEQUAL_-1207834717'), (u'MULTIEQUAL_-1207836758', u'MULTIEQUAL_-1207832379'), ('const-40', u'INT_MULT_-1207854106'), ('const-2', u'PTRADD_-1207835684'), ('tmp_4765', u'CBRANCH_-1207852049'), (u'INDIRECT_-1207834524', u'MULTIEQUAL_-1207834461'), (u'CALL_-1207850744', u'INDIRECT_-1207835645'), (u'MULTIEQUAL_-1207838081', u'CAST_-1207835546'), ('const-4711224', u'COPY_-1207831354'), ('const-0', u'INT_EQUAL_-1207843850'), (u'COPY_-1207834013', u'CALL_-1207851683'), ('const-2', u'INT_SRIGHT_-1207849930'), ('const-4', u'PTRADD_-1207835656'), (u'CAST_-1207832287', u'LOAD_-1207847358'), ('const-92', u'CALL_-1207844188'), ('const-6', u'PTRADD_-1207831730'), (u'LOAD_-1207854285', u'INT_ADD_-1207849619'), (u'MULTIEQUAL_-1207837274', u'MULTIEQUAL_-1207832895'), (u'LOAD_-1207849044', u'INT_ADD_-1207849026'), (u'CALL_-1207845951', u'INDIRECT_-1207833447'), ('tmp_66998', u'LOAD_-1207846561'), (u'CALL_-1207845203', u'INDIRECT_-1207833099'), (u'CALL_-1207846210', u'INDIRECT_-1207832993'), ('tmp_11383', u'BRANCH_-1207849137'), (u'CALLIND_-1207847126', u'INDIRECT_-1207833881'), (u'MULTIEQUAL_-1207834461', u'MULTIEQUAL_-1207834402'), ('const-144', u'INT_ADD_-1207849064'), (u'INT_LESS_-1207850483', u'CBRANCH_-1207850492'), (u'CALL_-1207847402', u'INDIRECT_-1207831313'), (u'CAST_-1207835276', u'COPY_-1207835390'), (u'INDIRECT_-1207833911', u'MULTIEQUAL_-1207833763'), ('const-4510597', u'COPY_-1207831303'), ('tmp_3388', u'CBRANCH_-1207853306'), (u'MULTIEQUAL_-1207835385', u'MULTIEQUAL_-1207835378'), (u'CAST_-1207832841', u'STORE_-1207850546'), (u'MULTIEQUAL_-1207834735', u'MULTIEQUAL_-1207834393'), (u'INDIRECT_-1207833665', u'MULTIEQUAL_-1207832336'), ('const-417', u'LOAD_-1207846783'), (u'CALL_-1207845203', u'INDIRECT_-1207832970'), (u'LOAD_-1207851761', u'INT_EQUAL_-1207851743'), (u'INT_LESSEQUAL_-1207849293', u'CBRANCH_-1207849292'), ('const-483', u'CALL_-1207848214'), (u'CALL_-1207850242', u'INDIRECT_-1207835534'), ('const-4703183', u'COPY_-1207831393'), (u'MULTIEQUAL_-1207842662', u'MULTIEQUAL_-1207842480'), (u'INT_ADD_-1207853543', u'CAST_-1207834616'), ('const-4', u'INT_LESS_-1207850483'), (u'INT_SUB_-1207847547', u'STORE_-1207847521'), (u'MULTIEQUAL_-1207832193', u'MULTIEQUAL_-1207832435'), ('const-4715136', u'COPY_-1207831172'), ('const-4', u'PTRADD_-1207832200'), (u'INDIRECT_-1207836021', u'MULTIEQUAL_-1207835294'), (u'INDIRECT_-1207836404', u'MULTIEQUAL_-1207834698'), (u'MULTIEQUAL_-1207832501', u'MULTIEQUAL_-1207832488'), ('const-0', u'INT_EQUAL_-1207846855'), ('const-4', u'PTRADD_-1207835675'), (u'MULTIEQUAL_-1207835854', u'MULTIEQUAL_-1207831575'), (u'LOAD_-1207851227', u'INT_NOTEQUAL_-1207851208'), (u'INDIRECT_-1207836062', u'MULTIEQUAL_-1207834852'), ('const-4489837', u'COPY_-1207831593'), (u'CALL_-1207844461', u'INDIRECT_-1207832418'), (u'MULTIEQUAL_-1207834524', u'MULTIEQUAL_-1207835294'), (u'MULTIEQUAL_-1207834435', u'MULTIEQUAL_-1207832440'), (u'INT_EQUAL_-1207851946', u'CBRANCH_-1207851944'), (u'CALL_-1207850237', u'INDIRECT_-1207834371'), (u'INDIRECT_-1207834497', u'MULTIEQUAL_-1207834568'), (u'CAST_-1207835199', u'LOAD_-1207849367'), (u'INDIRECT_-1207833244', u'MULTIEQUAL_-1207836878'), (u'MULTIEQUAL_-1207832337', u'MULTIEQUAL_-1207833742'), (u'LOAD_-1207849432', u'INT_AND_-1207849386'), (u'INDIRECT_-1207833948', u'MULTIEQUAL_-1207833678'), ('const-5', u'PTRADD_-1207833268'), (u'CALL_-1207848930', u'INDIRECT_-1207834759'), (u'INDIRECT_-1207837197', u'MULTIEQUAL_-1207837307'), (u'MULTIEQUAL_-1207835507', u'MULTIEQUAL_-1207834523'), (u'COPY_-1207834447', u'MULTIEQUAL_-1207834530'), (u'MULTIEQUAL_-1207836668', u'MULTIEQUAL_-1207834822'), ('tmp_14519', u'CBRANCH_-1207846275'), (u'INT_ADD_-1207851001', u'INT_AND_-1207850954'), (u'LOAD_-1207850830', u'INT_AND_-1207841265'), ('const-1', u'RETURN_-1207848001'), (u'INT_ADD_-1207855196', u'INT_ADD_-1207855171'), (u'INT_MULT_-1207852122', u'INT_ADD_-1207849877'), (u'CAST_-1207832394', u'LOAD_-1207849461'), ('const-0', u'SUBPIECE_-1207835645'), (u'INT_XOR_-1207847555', u'INT_SUB_-1207847547'), ('const-4510597', u'COPY_-1207831690'), (u'CALL_-1207846887', u'INDIRECT_-1207832554'), (u'LOAD_-1207850836', u'PTRADD_-1207833290'), (u'CALLIND_-1207847126', u'INDIRECT_-1207833752'), (u'MULTIEQUAL_-1207843482', u'INT_EQUAL_-1207852327'), (u'MULTIEQUAL_-1207832401', u'CBRANCH_-1207848736'), ('const-36', u'INT_ADD_-1207854023'), (u'INT_RIGHT_-1207835483', u'SUBPIECE_-1207835644'), (u'INDIRECT_-1207834034', u'MULTIEQUAL_-1207834144'), ('const-417', u'LOAD_-1207849108'), ('const-2039', u'CALL_-1207847402'), (u'INDIRECT_-1207833578', u'MULTIEQUAL_-1207833481'), (u'INDIRECT_-1207833923', u'MULTIEQUAL_-1207833294'), (u'INDIRECT_-1207835188', u'MULTIEQUAL_-1207834966'), (u'MULTIEQUAL_-1207836900', u'MULTIEQUAL_-1207836879'), ('const-12', u'INT_ADD_-1207852866'), (u'INDIRECT_-1207836424', u'MULTIEQUAL_-1207836332'), ('const-4', u'INT_MULT_-1207852122'), (u'MULTIEQUAL_-1207837158', u'MULTIEQUAL_-1207836797'), ('tmp_4695', u'CBRANCH_-1207852087'), (u'INT_2COMP_-1207854980', u'MULTIEQUAL_-1207838728'), ('const-60', u'INT_ADD_-1207850607'), (u'CALL_-1207853062', u'INDIRECT_-1207836058'), (u'CALL_-1207851159', u'INDIRECT_-1207834911'), (u'INT_ADD_-1207849637', u'CAST_-1207832481'), ('const-16', u'INT_ADD_-1207849298'), (u'LOAD_-1207851036', u'INT_ADD_-1207850943'), (u'LOAD_-1207849372', u'INT_ADD_-1207849351'), (u'CAST_-1207835368', u'PTRADD_-1207835719'), (u'MULTIEQUAL_-1207843723', u'MULTIEQUAL_-1207843715'), (u'CAST_-1207835368', u'PTRADD_-1207835675'), (u'LOAD_-1207846848', u'INT_EQUAL_-1207846789'), (u'MULTIEQUAL_-1207835486', u'MULTIEQUAL_-1207835304'), (u'INDIRECT_-1207833509', u'MULTIEQUAL_-1207833726'), (u'CAST_-1207835490', u'LOAD_-1207855073'), ('const-6', u'PTRADD_-1207833264'), (u'INDIRECT_-1207843453', u'MULTIEQUAL_-1207843313'), (u'CAST_-1207835368', u'PTRADD_-1207835649'), ('const-417', u'STORE_-1207850680'), (u'LOAD_-1207845780', u'INT_NOTEQUAL_-1207845749'), ('const-417', u'LOAD_-1207850922'), (u'INT_ADD_-1207847342', u'CAST_-1207832287'), (u'INT_MULT_-1207854106', u'CALL_-1207854013'), ('const-5869', u'INT_ADD_-1207850557'), ('const-24', u'INT_ADD_-1207855062'), (u'LOAD_-1207855189', u'CALLIND_-1207855137'), (u'INT_ADD_-1207849549', u'CAST_-1207832441'), ('tmp_3425', u'CBRANCH_-1207853281'), ('const-88', u'INT_ADD_-1207851015'), (u'CAST_-1207833890', u'INT_ADD_-1207852363'), (u'MULTIEQUAL_-1207836513', u'MULTIEQUAL_-1207836492'), (u'LOAD_-1207850069', u'INT_ADD_-1207850045'), (u'MULTIEQUAL_-1207835295', u'CAST_-1207834716'), ('const-2', u'INT_SRIGHT_-1207849391'), (u'CALL_-1207853062', u'INDIRECT_-1207835671'), (u'MULTIEQUAL_-1207833940', u'MULTIEQUAL_-1207833892'), (u'MULTIEQUAL_-1207832336', u'MULTIEQUAL_-1207833613'), (u'MULTIEQUAL_-1207835507', u'MULTIEQUAL_-1207835165'), (u'INDIRECT_-1207833923', u'MULTIEQUAL_-1207832338'), (u'CALLIND_-1207850323', u'INDIRECT_-1207834151'), (u'CALL_-1207845951', u'INDIRECT_-1207832802'), (u'INT_EQUAL_-1207853581', u'CBRANCH_-1207853579'), ('const-10', u'COPY_-1207851939'), (u'INT_ADD_-1207854990', u'CAST_-1207835460'), (u'MULTIEQUAL_-1207835025', u'MULTIEQUAL_-1207834977'), ('tmp_17878', u'BRANCH_-1207845081'), (u'INT_OR_-1207854865', u'STORE_-1207854866'), (u'COPY_-1207847401', u'MULTIEQUAL_-1207836602'), ('const-4703183', u'COPY_-1207832823'), ('tmp_15821', u'CBRANCH_-1207849274'), ('const-0', u'INT_EQUAL_-1207853432'), (u'CAST_-1207834548', u'LOAD_-1207853387'), (u'MULTIEQUAL_-1207841757', u'INT_2COMP_-1207845498'), (u'INDIRECT_-1207831471', u'COPY_-1207831472'), (u'MULTIEQUAL_-1207833424', u'MULTIEQUAL_-1207833376'), (u'CALL_-1207848006', u'INDIRECT_-1207832754'), ('const-4521454', u'COPY_-1207851933'), (u'INT_RIGHT_-1207835698', u'SUBPIECE_-1207838982'), (u'STORE_-1207844771', u'INDIRECT_-1207831802'), (u'INT_ADD_-1207850894', u'CAST_-1207832979'), ('const-0', u'SUBPIECE_-1207838982'), ('const-4', u'PTRADD_-1207835684'), (u'INT_ZEXT_-1207855063', u'INT_ADD_-1207855050'), (u'CALL_-1207849481', u'INDIRECT_-1207833961'), (u'CALL_-1207849167', u'INDIRECT_-1207833594'), (u'PTRADD_-1207832125', u'LOAD_-1207845780'), ('const-5', u'INT_OR_-1207850496'), (u'INDIRECT_-1207833665', u'MULTIEQUAL_-1207833672'), ('tmp_15630', u'CBRANCH_-1207849376'), (u'LOAD_-1207850342', u'INT_ADD_-1207850317'), (u'INT_ADD_-1207852811', u'CAST_-1207834298'), (u'CAST_-1207832955', u'LOAD_-1207850836'), (u'CAST_-1207834943', u'LOAD_-1207854274'), (u'INDIRECT_-1207836553', u'MULTIEQUAL_-1207836461'), (u'INT_EQUAL_-1207851781', u'CBRANCH_-1207851776'), (u'MULTIEQUAL_-1207841895', u'MULTIEQUAL_-1207843652'), (u'CALL_-1207848981', u'INDIRECT_-1207835100'), (u'INDIRECT_-1207835645', u'MULTIEQUAL_-1207835526'), (u'INT_ADD_-1207852363', u'CAST_-1207833889'), (u'INT_ADD_-1207852201', u'CAST_-1207833812'), (u'CALLIND_-1207855137', u'INDIRECT_-1207844113'), (u'CALL_-1207849539', u'INDIRECT_-1207841291'), (u'CAST_-1207832186', u'CALLIND_-1207847126'), ('const-8', u'INT_ADD_-1207854974'), (u'INT_EQUAL_-1207852812', u'CBRANCH_-1207852810'), ('const-417', u'STORE_-1207850546'), (u'PTRADD_-1207833174', u'CAST_-1207832820'), (u'INDIRECT_-1207833252', u'MULTIEQUAL_-1207834393'), (u'INDIRECT_-1207836559', u'MULTIEQUAL_-1207836345'), (u'LOAD_-1207849565', u'CALL_-1207849539'), (u'CALL_-1207852978', u'INDIRECT_-1207836279'), (u'INDIRECT_-1207836279', u'MULTIEQUAL_-1207835552'), (u'LOAD_-1207850646', u'MULTIEQUAL_-1207837100'), ('tmp_8631', u'CBRANCH_-1207849228'), ('tmp_7485', u'CBRANCH_-1207849905'), ('const-4', u'PTRADD_-1207833249'), ('const-417', u'LOAD_-1207855002'), (u'INT_NOTEQUAL_-1207849149', u'CBRANCH_-1207849149'), (u'INDIRECT_-1207834313', u'MULTIEQUAL_-1207832419'), (u'COPY_-1207831193', u'CALL_-1207847402'), (u'INDIRECT_-1207835331', u'MULTIEQUAL_-1207835340'), (u'INDIRECT_-1207832871', u'MULTIEQUAL_-1207832807'), (u'CALL_-1207849136', u'INDIRECT_-1207836295'), (u'CALL_-1207853243', u'INDIRECT_-1207835888'), ('const-417', u'LOAD_-1207852106'), (u'CAST_-1207835724', u'LOAD_-1207855597'), (u'MULTIEQUAL_-1207835143', u'CAST_-1207831986'), ('const-112', u'INT_ADD_-1207846273'), (u'MULTIEQUAL_-1207836491', u'INT_EQUAL_-1207849505'), (u'MULTIEQUAL_-1207843715', u'MULTIEQUAL_-1207843652'), (u'MULTIEQUAL_-1207836301', u'MULTIEQUAL_-1207835527'), (u'COPY_-1207832267', u'PTRADD_-1207832344'), (u'INT_NOTEQUAL_-1207853812', u'CBRANCH_-1207853800'), ('const-32', u'INT_SUB_-1207845688'), (u'MULTIEQUAL_-1207836418', u'MULTIEQUAL_-1207836410'), ('tmp_67037', u'MULTIEQUAL_-1207836605'), (u'INT_SUB_-1207847547', u'MULTIEQUAL_-1207836402'), (u'MULTIEQUAL_-1207832686', u'MULTIEQUAL_-1207836203'), (u'MULTIEQUAL_-1207834718', u'LOAD_-1207847203'), ('const-417', u'LOAD_-1207848957'), (u'CALL_-1207849382', u'INDIRECT_-1207833785'), (u'INT_ADD_-1207854015', u'CAST_-1207834848'), (u'LOAD_-1207853692', u'INT_NOTEQUAL_-1207853673'), (u'MULTIEQUAL_-1207836719', u'MULTIEQUAL_-1207833892'), (u'LOAD_-1207853199', u'MULTIEQUAL_-1207834702'), (u'INDIRECT_-1207836939', u'MULTIEQUAL_-1207837016'), ('const-4', u'INT_ADD_-1207850258'), (u'CALL_-1207848504', u'INDIRECT_-1207832475'), ('const-20', u'INT_ADD_-1207852090'), (u'CALL_-1207850187', u'INDIRECT_-1207835768'), (u'CALL_-1207849164', u'INDIRECT_-1207834843'), (u'MULTIEQUAL_-1207835295', u'CAST_-1207833890'), (u'SUBPIECE_-1207841716', u'INT_AND_-1207845641'), ('tmp_2759', u'CBRANCH_-1207853652'), (u'MULTIEQUAL_-1207833047', u'MULTIEQUAL_-1207833036'), (u'MULTIEQUAL_-1207843102', u'INT_ADD_-1207849460'), ('tmp_13764', u'CBRANCH_-1207846954'), ('const-0', u'SUBPIECE_-1207841543'), ('const-0', u'INT_EQUAL_-1207849232'), ('const-336', u'INT_ADD_-1207852954'), (u'PTRADD_-1207833163', u'STORE_-1207850473'), (u'CAST_-1207835170', u'INT_LESSEQUAL_-1207849264'), (u'CALL_-1207851683', u'INDIRECT_-1207835119'), (u'INDIRECT_-1207833390', u'MULTIEQUAL_-1207833481'), (u'INT_AND_-1207850797', u'INT_EQUAL_-1207850811'), (u'MULTIEQUAL_-1207834693', u'MULTIEQUAL_-1207832698'), (u'INDIRECT_-1207836385', u'MULTIEQUAL_-1207836281'), ('const-0', u'INT_NOTEQUAL_-1207845613'), (u'INT_SUB_-1207846405', u'SUBPIECE_-1207841517'), ('const-0', u'INT_EQUAL_-1207850664'), ('const-96', u'INT_ADD_-1207851055'), (u'INT_ADD_-1207834052', u'PTRADD_-1207851854'), (u'MULTIEQUAL_-1207832340', u'COPY_-1207832267'), (u'INT_EQUAL_-1207849505', u'CBRANCH_-1207849504'), ('const-417', u'LOAD_-1207853767'), (u'MULTIEQUAL_-1207837016', u'MULTIEQUAL_-1207832637'), ('const-28', u'INT_ADD_-1207851211'), (u'CALL_-1207848564', u'INDIRECT_-1207832761'), (u'COPY_-1207833725', u'MULTIEQUAL_-1207843102'), (u'MULTIEQUAL_-1207835143', u'CAST_-1207831677'), (u'MULTIEQUAL_-1207835739', u'MULTIEQUAL_-1207835378'), (u'CALL_-1207846520', u'INDIRECT_-1207832613'), (u'MULTIEQUAL_-1207834626', u'COPY_-1207846808'), (u'INT_ADD_-1207854145', u'CAST_-1207834892'), ('tmp_13976', u'CBRANCH_-1207846815'), (u'INT_ADD_-1207850943', u'CAST_-1207833005'), (u'MULTIEQUAL_-1207835235', u'COPY_-1207832271'), (u'MULTIEQUAL_-1207836590', u'MULTIEQUAL_-1207836547'), (u'INDIRECT_-1207833948', u'MULTIEQUAL_-1207833972'), (u'LOAD_-1207853809', u'MULTIEQUAL_-1207843582'), (u'INDIRECT_-1207835516', u'MULTIEQUAL_-1207835397'), ('const-417', u'LOAD_-1207849044'), (u'INT_NOTEQUAL_-1207855478', u'CBRANCH_-1207855477'), (u'CALL_-1207849481', u'INDIRECT_-1207834090'), (u'CALL_-1207848210', u'INDIRECT_-1207834105'), (u'CALL_-1207846312', u'INDIRECT_-1207832298'), (u'MULTIEQUAL_-1207834626', u'CALL_-1207846887'), (u'MULTIEQUAL_-1207837480', u'INT_LESS_-1207852143'), (u'INDIRECT_-1207833671', u'MULTIEQUAL_-1207833557'), (u'MULTIEQUAL_-1207836900', u'MULTIEQUAL_-1207836539'), (u'MULTIEQUAL_-1207836887', u'MULTIEQUAL_-1207832548'), (u'INDIRECT_-1207835763', u'MULTIEQUAL_-1207834524'), (u'MULTIEQUAL_-1207834896', u'MULTIEQUAL_-1207834848'), (u'INDIRECT_-1207833383', u'MULTIEQUAL_-1207831517'), (u'CAST_-1207835458', u'INT_ADD_-1207854984'), (u'MULTIEQUAL_-1207842093', u'CALL_-1207849481'), ('const-417', u'LOAD_-1207849986'), (u'MULTIEQUAL_-1207833424', u'MULTIEQUAL_-1207833414'), (u'MULTIEQUAL_-1207834306', u'MULTIEQUAL_-1207832250'), (u'LOAD_-1207850614', u'INT_OR_-1207850496'), (u'COPY_-1207832299', u'MULTIEQUAL_-1207834718'), (u'INT_NOTEQUAL_-1207849963', u'CBRANCH_-1207849963'), (u'LOAD_-1207850836', u'PTRADD_-1207833195'), (u'INDIRECT_-1207836810', u'MULTIEQUAL_-1207836887'), (u'MULTIEQUAL_-1207835423', u'MULTIEQUAL_-1207835398'), (u'MULTIEQUAL_-1207834568', u'MULTIEQUAL_-1207834735'), (u'LOAD_-1207850801', u'STORE_-1207850570'), (u'INT_ADD_-1207847330', u'CAST_-1207832280'), (u'MULTIEQUAL_-1207834145', u'INT_ADD_-1207851745'), (u'INT_ADD_-1207850469', u'INT_ADD_-1207850310'), (u'CALL_-1207846520', u'INDIRECT_-1207832871'), (u'MULTIEQUAL_-1207836218', u'MULTIEQUAL_-1207834051'), (u'LOAD_-1207847233', u'INT_SUB_-1207845196'), (u'COPY_-1207834290', u'MULTIEQUAL_-1207843615'), ('const-32', u'INT_RIGHT_-1207835483'), ('const-417', u'LOAD_-1207855094'), (u'MULTIEQUAL_-1207838463', u'INT_ADD_-1207850510'), ('const-417', u'LOAD_-1207847358'), (u'INDIRECT_-1207831852', u'COPY_-1207831857'), ('const-14504', u'INT_ADD_-1207847619'), (u'MULTIEQUAL_-1207833672', u'MULTIEQUAL_-1207832336'), ('const-417', u'STORE_-1207854866'), (u'INT_ADD_-1207850240', u'MULTIEQUAL_-1207843593'), (u'INDIRECT_-1207836408', u'MULTIEQUAL_-1207832678'), ('const-4', u'PTRADD_-1207835645'), (u'CALL_-1207847003', u'INDIRECT_-1207833711'), (u'CALL_-1207844965', u'INDIRECT_-1207832953'), ('const-4', u'INT_ADD_-1207850368'), (u'MULTIEQUAL_-1207835046', u'MULTIEQUAL_-1207834981'), (u'LOAD_-1207846848', u'MULTIEQUAL_-1207844961'), (u'MULTIEQUAL_-1207837480', u'INT_MULT_-1207841833'), (u'INT_SUB_-1207845688', u'INT_RIGHT_-1207845677'), (u'INT_EQUAL_-1207853035', u'CBRANCH_-1207853033'), (u'INDIRECT_-1207836146', u'MULTIEQUAL_-1207835993'), (u'INDIRECT_-1207833776', u'MULTIEQUAL_-1207833886'), (u'COPY_-1207835390', u'MULTIEQUAL_-1207835233'), (u'INT_ZEXT_-1207850895', u'INT_ADD_-1207850882'), (u'CALL_-1207848092', u'INDIRECT_-1207833047'), (u'INDIRECT_-1207833647', u'MULTIEQUAL_-1207833757'), (u'INDIRECT_-1207835379', u'MULTIEQUAL_-1207835615'), (u'INT_LESSEQUAL_-1207849489', u'CBRANCH_-1207849488'), (u'CALL_-1207852978', u'INT_ADD_-1207850377'), (u'CAST_-1207831372', u'INT_RIGHT_-1207831621'), (u'COPY_-1207832034', u'MULTIEQUAL_-1207839829'), (u'CALL_-1207846205', u'INDIRECT_-1207832159'), (u'MULTIEQUAL_-1207832335', u'MULTIEQUAL_-1207833484'), (u'CALL_-1207852256', u'INDIRECT_-1207835496'), (u'INDIRECT_-1207834843', u'MULTIEQUAL_-1207834708'), (u'MULTIEQUAL_-1207833543', u'MULTIEQUAL_-1207832335'), (u'MULTIEQUAL_-1207835612', u'MULTIEQUAL_-1207832521'), ('const-417', u'LOAD_-1207851943'), ('const-4', u'PTRADD_-1207835719'), (u'INT_ADD_-1207850557', u'CAST_-1207834167'), (u'CALL_-1207844461', u'INDIRECT_-1207832547'), (u'LOAD_-1207853799', u'INT_NOTEQUAL_-1207853783'), (u'MULTIEQUAL_-1207831911', u'MULTIEQUAL_-1207835450'), (u'LOAD_-1207851031', u'INT_LESS_-1207851007'), (u'PTRADD_-1207832200', u'LOAD_-1207846783'), (u'INT_EQUAL_-1207849321', u'CBRANCH_-1207849319'), (u'MULTIEQUAL_-1207844134', u'INT_ADD_-1207850557'), (u'LOAD_-1207850704', u'INT_ADD_-1207850510'), (u'CALL_-1207845203', u'INDIRECT_-1207833228'), ('tmp_6839', u'CBRANCH_-1207850294'), (u'LOAD_-1207850274', u'CALL_-1207850187'), (u'CALL_-1207845951', u'INDIRECT_-1207833189'), (u'CALLIND_-1207847126', u'INDIRECT_-1207834010'), (u'MULTIEQUAL_-1207835433', u'MULTIEQUAL_-1207835368'), ('const-0', u'RETURN_-1207833121'), ('const-0', u'INT_NOTEQUAL_-1207841202'), (u'CALL_-1207852256', u'INDIRECT_-1207835367'), (u'CALL_-1207848414', u'INDIRECT_-1207832803'), (u'CALL_-1207847402', u'INDIRECT_-1207832166'), (u'LOAD_-1207853692', u'INT_ADD_-1207853408'), (u'MULTIEQUAL_-1207833376', u'MULTIEQUAL_-1207833355'), (u'CALL_-1207848011', u'INDIRECT_-1207832620'), ('const-417', u'STORE_-1207850473'), (u'CAST_-1207832616', u'LOAD_-1207849986'), (u'INDIRECT_-1207834151', u'MULTIEQUAL_-1207834113'), ('const-417', u'LOAD_-1207855132'), (u'INT_AND_-1207853715', u'INT_NOTEQUAL_-1207853728'), (u'CALL_-1207849539', u'INDIRECT_-1207833988'), (u'CALL_-1207845203', u'INDIRECT_-1207832841'), ('const-1', u'STORE_-1207849188'), (u'CALL_-1207850237', u'INDIRECT_-1207834242'), (u'MULTIEQUAL_-1207832342', u'MULTIEQUAL_-1207835825'), (u'INDIRECT_-1207834888', u'MULTIEQUAL_-1207834691'), (u'LOAD_-1207854285', u'INT_ADD_-1207854145'), (u'PTRADD_-1207833420', u'LOAD_-1207851106'), ('tmp_70575', u'COPY_-1207833136'), (u'LOAD_-1207849705', u'INT_ADD_-1207849676'), (u'CAST_-1207833931', u'LOAD_-1207852459'), (u'MULTIEQUAL_-1207838097', u'INT_LESSEQUAL_-1207853296'), (u'CAST_-1207833853', u'INT_ADD_-1207852294'), (u'INDIRECT_-1207836320', u'MULTIEQUAL_-1207836172'), (u'CALL_-1207848564', u'INDIRECT_-1207833019'), (u'INDIRECT_-1207834992', u'MULTIEQUAL_-1207835228'), (u'INDIRECT_-1207842553', u'INT_ZEXT_-1207851904'), ('const-31', u'INT_AND_-1207845097'), (u'COPY_-1207850475', u'MULTIEQUAL_-1207836993'), (u'LOAD_-1207852379', u'INT_ADD_-1207850103'), (u'INDIRECT_-1207835350', u'MULTIEQUAL_-1207835469'), (u'COPY_-1207832303', u'COPY_-1207832299'), ('tmp_4946', u'CBRANCH_-1207851944'), (u'CALL_-1207848564', u'INDIRECT_-1207832503'), ('const-417', u'LOAD_-1207850600'), (u'COPY_-1207831260', u'CALL_-1207844461'), (u'CALL_-1207849062', u'INDIRECT_-1207833833'), (u'INT_OR_-1207845678', u'COPY_-1207832038'), (u'INDIRECT_-1207835892', u'MULTIEQUAL_-1207832162'), ('const-1', u'PTRADD_-1207851849'), (u'INT_ADD_-1207847071', u'INT_ADD_-1207847059'), (u'INT_ADD_-1207849184', u'MULTIEQUAL_-1207844681'), (u'CALL_-1207850242', u'INDIRECT_-1207835405'), ('const-417', u'LOAD_-1207852048'), (u'MULTIEQUAL_-1207841434', u'INT_ADD_-1207845907'), (u'CAST_-1207835119', u'INT_LESSEQUAL_-1207849016'), (u'INT_ADD_-1207853155', u'CAST_-1207834472'), ('tmp_1365', u'CBRANCH_-1207854897'), (u'CAST_-1207832513', u'LOAD_-1207849712'), (u'INDIRECT_-1207836279', u'MULTIEQUAL_-1207832549'), (u'INT_ADD_-1207849424', u'INT_ADD_-1207849011'), (u'LOAD_-1207849102', u'MULTIEQUAL_-1207844627'), (u'BOOL_NEGATE_-1207842051', u'BOOL_AND_-1207851857'), (u'INDIRECT_-1207833782', u'MULTIEQUAL_-1207836418'), (u'INDIRECT_-1207835634', u'MULTIEQUAL_-1207835165'), (u'COPY_-1207833946', u'MULTIEQUAL_-1207843206'), (u'LOAD_-1207850836', u'PTRADD_-1207833167'), (u'LOAD_-1207855597', u'INT_EQUAL_-1207855579'), (u'LOAD_-1207853183', u'INT_ADD_-1207853165'), (u'CAST_-1207834298', u'LOAD_-1207852827'), ('tmp_8986', u'BRANCH_-1207849028'), (u'LOAD_-1207849087', u'INT_SUB_-1207849059'), (u'CAST_-1207832155', u'INT_ADD_-1207847059'), (u'CALL_-1207850744', u'INDIRECT_-1207843077'), (u'CALL_-1207847446', u'INDIRECT_-1207833524'), ('tmp_16101', u'CBRANCH_-1207849077'), (u'MULTIEQUAL_-1207835876', u'MULTIEQUAL_-1207835864'), (u'INT_EQUAL_-1207849392', u'CBRANCH_-1207849376'), (u'INDIRECT_-1207835338', u'INT_ADD_-1207853886'), (u'CALL_-1207850237', u'INDIRECT_-1207834500'), (u'CALL_-1207848092', u'CAST_-1207831372'), (u'INDIRECT_-1207833486', u'MULTIEQUAL_-1207833610'), ('const-417', u'LOAD_-1207846556'), (u'INT_SUB_-1207855183', u'INT_AND_-1207855146'), ('const-417', u'LOAD_-1207854274'), (u'MULTIEQUAL_-1207843035', u'BOOL_NEGATE_-1207842052'), (u'COPY_-1207831930', u'MULTIEQUAL_-1207841434'), (u'CALL_-1207846195', u'INDIRECT_-1207833261'), (u'INDIRECT_-1207833251', u'MULTIEQUAL_-1207833468'), (u'CAST_-1207835216', u'INT_SUB_-1207849413'), ('const-417', u'LOAD_-1207850384'), ('const-4294967295', u'INT_EQUAL_-1207853140'), (u'CALL_-1207849481', u'INDIRECT_-1207841264'), (u'INDIRECT_-1207833638', u'MULTIEQUAL_-1207833855'), (u'INDIRECT_-1207835101', u'MULTIEQUAL_-1207835260'), (u'INT_ADD_-1207850910', u'CAST_-1207832983'), (u'LOAD_-1207855195', u'INT_ADD_-1207850896'), (u'CAST_-1207834555', u'LOAD_-1207853396'), (u'LOAD_-1207852342', u'INT_EQUAL_-1207852327'), ('tmp_2118', u'CBRANCH_-1207854084'), ('const-4', u'PTRADD_-1207835364'), (u'INDIRECT_-1207834442', u'MULTIEQUAL_-1207832548'), (u'MULTIEQUAL_-1207836644', u'MULTIEQUAL_-1207833553'), (u'MULTIEQUAL_-1207836410', u'MULTIEQUAL_-1207836347'), (u'COPY_-1207832357', u'MULTIEQUAL_-1207832331'), (u'COPY_-1207834563', u'MULTIEQUAL_-1207844268'), ('const-65279', u'INT_LESS_-1207849830'), (u'INT_ADD_-1207855062', u'CAST_-1207835490'), (u'CAST_-1207832395', u'INT_ADD_-1207849445'), (u'MULTIEQUAL_-1207836590', u'MULTIEQUAL_-1207833763'), (u'CALL_-1207846312', u'INDIRECT_-1207832556'), ('const-417', u'LOAD_-1207854359'), ('const-2237', u'CALL_-1207848011'), ('const-1', u'RETURN_-1207844456'), (u'INDIRECT_-1207835800', u'MULTIEQUAL_-1207835735'), (u'MULTIEQUAL_-1207835140', u'MULTIEQUAL_-1207834368'), (u'LOAD_-1207853741', u'INT_AND_-1207853715'), (u'INT_ADD_-1207850310', u'CALL_-1207850120'), ('const-1', u'INT_SUB_-1207845525'), (u'LOAD_-1207854814', u'CALLIND_-1207854804'), (u'INT_ADD_-1207855072', u'STORE_-1207854848'), (u'PTRADD_-1207833310', u'CAST_-1207832951'), (u'INT_ADD_-1207849174', u'CAST_-1207835106'), (u'INDIRECT_-1207831584', u'COPY_-1207831562'), (u'MULTIEQUAL_-1207835856', u'MULTIEQUAL_-1207836023'), (u'MULTIEQUAL_-1207841757', u'INT_SUB_-1207845525'), ('const-417', u'LOAD_-1207847346'), ('const-2', u'INT_SRIGHT_-1207853503'), (u'INDIRECT_-1207835516', u'MULTIEQUAL_-1207835507'), (u'LOAD_-1207847626', u'INT_XOR_-1207847555'), (u'COPY_-1207831637', u'CALL_-1207848006'), (u'CALL_-1207848981', u'INDIRECT_-1207834971'), (u'CALL_-1207854202', u'INDIRECT_-1207836668'), (u'MULTIEQUAL_-1207835295', u'CAST_-1207832395'), ('const-417', u'LOAD_-1207851761'), (u'INT_ADD_-1207849619', u'CAST_-1207832469'), (u'MULTIEQUAL_-1207843038', u'MULTIEQUAL_-1207843035'), (u'MULTIEQUAL_-1207835727', u'MULTIEQUAL_-1207835702'), (u'LOAD_-1207852379', u'MULTIEQUAL_-1207843482'), (u'MULTIEQUAL_-1207840848', u'MULTIEQUAL_-1207832343'), (u'CALL_-1207852256', u'INT_EQUAL_-1207834514'), (u'MULTIEQUAL_-1207836758', u'MULTIEQUAL_-1207832440'), (u'INT_LESS_-1207851894', u'MULTIEQUAL_-1207843038'), (u'MULTIEQUAL_-1207833682', u'MULTIEQUAL_-1207833672'), (u'CALL_-1207847777', u'INDIRECT_-1207832751'), ('const-1', u'RETURN_-1207844232'), (u'INDIRECT_-1207834672', u'MULTIEQUAL_-1207834744'), (u'INDIRECT_-1207836870', u'MULTIEQUAL_-1207834242'), (u'INDIRECT_-1207836150', u'MULTIEQUAL_-1207835681'), (u'INDIRECT_-1207835645', u'MULTIEQUAL_-1207835636'), (u'MULTIEQUAL_-1207835228', u'MULTIEQUAL_-1207835046'), (u'PTRADD_-1207833206', u'STORE_-1207850570'), (u'CALL_-1207846462', u'INDIRECT_-1207832711'), (u'INDIRECT_-1207835428', u'MULTIEQUAL_-1207833146'), (u'INDIRECT_-1207833365', u'MULTIEQUAL_-1207833247'), (u'INDIRECT_-1207834100', u'MULTIEQUAL_-1207835030'), (u'INDIRECT_-1207836032', u'MULTIEQUAL_-1207835913'), (u'INT_ZEXT_-1207850993', u'INT_ADD_-1207850983'), (u'MULTIEQUAL_-1207843925', u'MULTIEQUAL_-1207840249'), ('const-28', u'INT_ADD_-1207853430'), (u'LOAD_-1207854285', u'CALL_-1207849481'), (u'CALL_-1207849062', u'INDIRECT_-1207834220'), (u'MULTIEQUAL_-1207840607', u'PTRADD_-1207833434'), (u'MULTIEQUAL_-1207834145', u'MULTIEQUAL_-1207835140'), ('const-197', u'CALL_-1207848124'), (u'INDIRECT_-1207835888', u'MULTIEQUAL_-1207835735'), ('const-0', u'INT_EQUAL_-1207850583'), (u'INDIRECT_-1207840435', u'MULTIEQUAL_-1207840530'), ('tmp_66996', u'INT_ADD_-1207844757'), (u'MULTIEQUAL_-1207836644', u'MULTIEQUAL_-1207836620'), (u'INDIRECT_-1207836150', u'MULTIEQUAL_-1207832420'), (u'INDIRECT_-1207835059', u'MULTIEQUAL_-1207835131'), (u'MULTIEQUAL_-1207840939', u'MULTIEQUAL_-1207840858'), (u'INT_LESS_-1207849830', u'CBRANCH_-1207849838'), (u'CALL_-1207849335', u'INT_EQUAL_-1207849321'), ('tmp_15929', u'CBRANCH_-1207849165'), ('const-417', u'LOAD_-1207845780'), (u'MULTIEQUAL_-1207834332', u'MULTIEQUAL_-1207834273'), (u'PTRADD_-1207833264', u'LOAD_-1207850715'), ('const-0', u'INT_NOTEQUAL_-1207853728'), (u'INDIRECT_-1207836320', u'MULTIEQUAL_-1207835110'), (u'CALLIND_-1207854804', u'INDIRECT_-1207836999'), (u'CAST_-1207832280', u'LOAD_-1207847346'), (u'CALL_-1207849062', u'INDIRECT_-1207833704'), (u'LOAD_-1207855500', u'MULTIEQUAL_-1207838420'), (u'INT_ADD_-1207853183', u'CAST_-1207834483'), (u'CALL_-1207850145', u'INDIRECT_-1207842424'), (u'COPY_-1207833760', u'MULTIEQUAL_-1207843102'), (u'INDIRECT_-1207836811', u'MULTIEQUAL_-1207836719'), ('const-4711104', u'COPY_-1207831385'), (u'INT_EQUAL_-1207846855', u'CBRANCH_-1207846840'), (u'CALL_-1207848534', u'INDIRECT_-1207832571'), (u'CAST_-1207834591', u'LOAD_-1207853472'), (u'PTRADD_-1207833721', u'LOAD_-1207849374'), ('tmp_1671', u'CBRANCH_-1207854721'), (u'CAST_-1207832482', u'INT_ADD_-1207849637'), ('const-417', u'LOAD_-1207850075'), ('const-417', u'LOAD_-1207849893'), (u'INDIRECT_-1207834169', u'MULTIEQUAL_-1207836805'), (u'INDIRECT_-1207836279', u'MULTIEQUAL_-1207835810'), (u'LOAD_-1207850121', u'INT_ADD_-1207850103'), (u'INDIRECT_-1207833060', u'MULTIEQUAL_-1207833223'), (u'MULTIEQUAL_-1207837919', u'INT_ADD_-1207854967'), (u'CAST_-1207834022', u'LOAD_-1207850274'), (u'INDIRECT_-1207843453', u'MULTIEQUAL_-1207842728'), (u'CALL_-1207854013', u'INDIRECT_-1207835357'), (u'COPY_-1207832084', u'MULTIEQUAL_-1207832342'), (u'INDIRECT_-1207833436', u'MULTIEQUAL_-1207833366'), (u'CALL_-1207850120', u'INDIRECT_-1207834497'), (u'MULTIEQUAL_-1207832338', u'MULTIEQUAL_-1207833871'), (u'INDIRECT_-1207836410', u'MULTIEQUAL_-1207834180'), (u'COPY_-1207833933', u'MULTIEQUAL_-1207843165'), (u'CALL_-1207845464', u'INDIRECT_-1207833707'), (u'INDIRECT_-1207834385', u'MULTIEQUAL_-1207834258'), (u'INT_EQUAL_-1207849713', u'CBRANCH_-1207849697'), (u'BOOL_AND_-1207851857', u'INT_NOTEQUAL_-1207851858'), (u'COPY_-1207832267', u'MULTIEQUAL_-1207834666'), (u'CALL_-1207846195', u'INDIRECT_-1207833390'), (u'INT_ADD_-1207855478', u'CAST_-1207835632'), (u'COPY_-1207834559', u'INT_ADD_-1207852885'), (u'CALL_-1207844965', u'INDIRECT_-1207832566'), ('const-417', u'LOAD_-1207852379'), (u'MULTIEQUAL_-1207843477', u'MULTIEQUAL_-1207842703'), (u'INT_EQUAL_-1207854085', u'CBRANCH_-1207854084'), ('const-4711064', u'COPY_-1207831706'), (u'MULTIEQUAL_-1207843949', u'MULTIEQUAL_-1207840223'), (u'INDIRECT_-1207834971', u'MULTIEQUAL_-1207835260'), (u'INDIRECT_-1207831313', u'COPY_-1207831337'), (u'CALL_-1207848504', u'INDIRECT_-1207832346'), (u'CALL_-1207846879', u'INDIRECT_-1207833092'), (u'LOAD_-1207849361', u'MULTIEQUAL_-1207844627'), ('const-108', u'INT_ADD_-1207847507'), (u'MULTIEQUAL_-1207834951', u'MULTIEQUAL_-1207832895'), (u'INT_SRIGHT_-1207849930', u'CAST_-1207832601'), (u'INT_EQUAL_-1207850715', u'CBRANCH_-1207850705'), ('const-417', u'STORE_-1207850875'), (u'INDIRECT_-1207831445', u'COPY_-1207831440'), ('const-4', u'PTRADD_-1207833264'), ('const-1', u'COPY_-1207832357'), (u'INT_ADD_-1207849026', u'MULTIEQUAL_-1207842093'), (u'CALL_-1207849278', u'INDIRECT_-1207833776'), (u'LOAD_-1207850384', u'CALL_-1207850120'), (u'CALL_-1207846887', u'INDIRECT_-1207833536'), (u'INT_ADD_-1207854722', u'CAST_-1207835357'), ('const-2', u'INT_SRIGHT_-1207849296'), ('const-0', u'INT_NOTEQUAL_-1207845749'), (u'INDIRECT_-1207840839', u'MULTIEQUAL_-1207832343'), ('const-60', u'INT_ADD_-1207850630'), ('const-417', u'LOAD_-1207850674'), (u'INT_LESS_-1207852345', u'CBRANCH_-1207852353'), ('const-4294967292', u'INT_LESS_-1207851007'), ('const-417', u'LOAD_-1207850721'), ('const-16', u'INT_ADD_-1207852885'), (u'INT_SUB_-1207849952', u'INT_SRIGHT_-1207849930'), (u'MULTIEQUAL_-1207835398', u'MULTIEQUAL_-1207835357'), (u'INDIRECT_-1207834745', u'MULTIEQUAL_-1207835675'), (u'MULTIEQUAL_-1207835131', u'MULTIEQUAL_-1207835104'), (u'COPY_-1207831496', u'CALL_-1207848534'), (u'CALL_-1207847003', u'INDIRECT_-1207832600'), (u'CAST_-1207835425', u'STORE_-1207854904'), (u'INT_EQUAL_-1207846541', u'CBRANCH_-1207846538'), (u'LOAD_-1207850614', u'INT_AND_-1207841185'), (u'INDIRECT_-1207832004', u'MULTIEQUAL_-1207835588'), ('const-1', u'RETURN_-1207848499'), (u'INT_EQUAL_-1207854256', u'CBRANCH_-1207854255'), ('const-4703183', u'COPY_-1207831776'), (u'INT_NOTEQUAL_-1207845417', u'CBRANCH_-1207845417'), (u'COPY_-1207831690', u'CALL_-1207848214'), (u'LOAD_-1207847383', u'INT_ADD_-1207847342'), ('const-12', u'INT_ADD_-1207855173'), (u'INT_EQUAL_-1207852428', u'CBRANCH_-1207852425'), ('const-0', u'INT_EQUAL_-1207846378'), (u'CAST_-1207832552', u'LOAD_-1207849827'), ('tmp_12340', u'BRANCH_-1207848143'), (u'PTRADD_-1207833199', u'STORE_-1207850552'), ('const-417', u'LOAD_-1207854176'), (u'MULTIEQUAL_-1207836902', u'MULTIEQUAL_-1207836878'), (u'CAST_-1207832530', u'INT_LESSEQUAL_-1207849741'), (u'COPY_-1207831470', u'CALL_-1207848534'), (u'INT_NOTEQUAL_-1207851858', u'CBRANCH_-1207851857'), (u'INT_ADD_-1207851822', u'MULTIEQUAL_-1207838097'), (u'INT_SUB_-1207849784', u'INT_SRIGHT_-1207849762'), (u'LOAD_-1207854285', u'INT_ADD_-1207852032'), (u'MULTIEQUAL_-1207833223', u'MULTIEQUAL_-1207833468'), (u'MULTIEQUAL_-1207835340', u'MULTIEQUAL_-1207835507'), (u'INT_EQUAL_-1207848184', u'CBRANCH_-1207848183'), ('const-0', u'INT_NOTEQUAL_-1207847214'), (u'MULTIEQUAL_-1207832424', u'MULTIEQUAL_-1207832401'), ('const-417', u'LOAD_-1207852970'), (u'PTRADD_-1207835589', u'LOAD_-1207855195'), (u'CALL_-1207850145', u'INDIRECT_-1207835508'), ('tmp_67041', u'MULTIEQUAL_-1207836492'), (u'LOAD_-1207854823', u'INT_ADD_-1207854798'), (u'MULTIEQUAL_-1207837031', u'MULTIEQUAL_-1207833940'), (u'INT_ADD_-1207849064', u'CALL_-1207849062'), (u'LOAD_-1207853472', u'INT_ADD_-1207853402'), (u'INDIRECT_-1207836256', u'MULTIEQUAL_-1207836152'), ('const-0', u'INT_EQUAL_-1207849392'), ('const-4', u'PTRADD_-1207835691'), ('tmp_15001', u'BRANCH_-1207846185'), (u'INDIRECT_-1207834713', u'MULTIEQUAL_-1207835002'), ('const-8', u'INT_ADD_-1207850245'), (u'MULTIEQUAL_-1207835362', u'MULTIEQUAL_-1207836042'), ('const-417', u'LOAD_-1207850836'), ('tmp_3678', u'CBRANCH_-1207853138'), (u'CALL_-1207849167', u'INDIRECT_-1207834239'), (u'INT_AND_-1207841185', u'INT_NOTEQUAL_-1207841202'), (u'INT_EQUAL_-1207855579', u'CBRANCH_-1207855578'), (u'INT_AND_-1207845684', u'INT_LEFT_-1207845680'), (u'INT_ADD_-1207853844', u'INT_EQUAL_-1207850683'), ('const-417', u'LOAD_-1207849690'), (u'COPY_-1207845812', u'MULTIEQUAL_-1207834073'), (u'INT_NOTEQUAL_-1207853783', u'CBRANCH_-1207853778'), (u'INT_ADD_-1207852090', u'CAST_-1207833758'), (u'INDIRECT_-1207840839', u'MULTIEQUAL_-1207843949'), (u'LOAD_-1207850310', u'INT_AND_-1207850284'), ('const-4', u'PTRADD_-1207835589'), (u'INDIRECT_-1207836741', u'MULTIEQUAL_-1207836642'), (u'COPY_-1207833151', u'RETURN_-1207833126'), ('const-1', u'RETURN_-1207848559'), (u'MULTIEQUAL_-1207834666', u'MULTIEQUAL_-1207834663'), (u'MULTIEQUAL_-1207837480', u'INT_MULT_-1207852122'), (u'LOAD_-1207855195', u'INT_ADD_-1207855116'), (u'MULTIEQUAL_-1207836474', u'CALL_-1207849136'), (u'INDIRECT_-1207836559', u'MULTIEQUAL_-1207832815'), (u'MULTIEQUAL_-1207836758', u'MULTIEQUAL_-1207832480'), (u'MULTIEQUAL_-1207837100', u'INT_SUB_-1207850520'), (u'INDIRECT_-1207831306', u'COPY_-1207831304'), (u'INT_ADD_-1207852095', u'INT_ADD_-1207852052'), (u'INT_ADD_-1207854258', u'CAST_-1207834943'), (u'CALL_-1207853607', u'INDIRECT_-1207843453'), (u'INT_SUB_-1207846312', u'INT_LESS_-1207846304'), (u'INDIRECT_-1207832117', u'MULTIEQUAL_-1207832193'), (u'STORE_-1207854904', u'INDIRECT_-1207835846'), ('tmp_14871', u'CBRANCH_-1207846272'), (u'MULTIEQUAL_-1207842093', u'CALL_-1207849278'), (u'INDIRECT_-1207833252', u'MULTIEQUAL_-1207834979'), ('const-2', u'PTRADD_-1207833199'), (u'MULTIEQUAL_-1207833352', u'MULTIEQUAL_-1207833597'), ('const-316', u'INT_ADD_-1207853380'), (u'MULTIEQUAL_-1207836758', u'MULTIEQUAL_-1207836642'), (u'MULTIEQUAL_-1207835784', u'MULTIEQUAL_-1207835894'), ('const-16', u'INT_ADD_-1207850658'), (u'INT_LESS_-1207851894', u'MULTIEQUAL_-1207843035'), (u'INDIRECT_-1207833623', u'MULTIEQUAL_-1207833505'), (u'LOAD_-1207851036', u'INT_ADD_-1207850844'), (u'CALL_-1207846832', u'INDIRECT_-1207833079'), (u'MULTIEQUAL_-1207838063', u'CALL_-1207848981'), (u'MULTIEQUAL_-1207833305', u'MULTIEQUAL_-1207833294'), (u'CAST_-1207833117', u'LOAD_-1207851227'), (u'MULTIEQUAL_-1207834380', u'MULTIEQUAL_-1207834332'), (u'INT_ADD_-1207845907', u'MULTIEQUAL_-1207841200'), (u'COPY_-1207849019', u'MULTIEQUAL_-1207843652'), ('const-417', u'STORE_-1207850497'), ('const-68', u'INT_ADD_-1207849848'), (u'LOAD_-1207849982', u'INT_NOTEQUAL_-1207849963'), (u'LOAD_-1207854285', u'INT_ADD_-1207849802'), (u'LOAD_-1207850836', u'PTRADD_-1207833238'), (u'INT_RIGHT_-1207850760', u'INT_AND_-1207841302'), (u'INT_ADD_-1207849541', u'CAST_-1207832437'), (u'CAST_-1207834244', u'LOAD_-1207850730'), ('const-0', u'INT_NOTEQUAL_-1207849963'), (u'LOAD_-1207847136', u'CALLIND_-1207847126'), (u'CALL_-1207850145', u'INDIRECT_-1207834992'), (u'CAST_-1207835357', u'LOAD_-1207854738'), (u'CALL_-1207849441', u'INDIRECT_-1207841661'), (u'CAST_-1207834685', u'LOAD_-1207853709'), (u'INDIRECT_-1207834220', u'MULTIEQUAL_-1207834461'), (u'INDIRECT_-1207836161', u'MULTIEQUAL_-1207836153'), ('const-0', u'INT_NOTEQUAL_-1207849053'), (u'MULTIEQUAL_-1207838463', u'INT_ADD_-1207853165'), ('const-417', u'LOAD_-1207850342'), (u'MULTIEQUAL_-1207835854', u'MULTIEQUAL_-1207831536'), (u'LOAD_-1207852041', u'INT_ADD_-1207851927'), (u'INT_ADD_-1207853147', u'STORE_-1207853082'), (u'LOAD_-1207854285', u'INT_ADD_-1207851211'), ('const-0', u'CALL_-1207849539'), (u'MULTIEQUAL_-1207833801', u'MULTIEQUAL_-1207832337'), (u'COPY_-1207831769', u'CALL_-1207848011'), (u'COPY_-1207833726', u'MULTIEQUAL_-1207843102'), (u'INDIRECT_-1207832600', u'MULTIEQUAL_-1207832193'), (u'CALL_-1207845464', u'INT_ADD_-1207845426'), ('const-417', u'LOAD_-1207851077'), (u'MULTIEQUAL_-1207833468', u'MULTIEQUAL_-1207836644'), ('tmp_66997', u'INT_EQUAL_-1207855520'), ('const-417', u'LOAD_-1207849995'), (u'CALLIND_-1207850613', u'INDIRECT_-1207834571'), ('const-32', u'INT_RIGHT_-1207835698'), (u'INT_AND_-1207849218', u'INT_EQUAL_-1207849232'), (u'CAST_-1207835368', u'PTRADD_-1207835691'), ('const-76', u'INT_ADD_-1207852294'), ('tmp_16513', u'CBRANCH_-1207845417'), ('const-5745', u'INT_ADD_-1207850584'), (u'CALL_-1207847003', u'INDIRECT_-1207833324'), (u'COPY_-1207832082', u'MULTIEQUAL_-1207832341'), (u'CAST_-1207834703', u'INT_ADD_-1207853727'), (u'INDIRECT_-1207833278', u'MULTIEQUAL_-1207836386'), (u'INDIRECT_-1207835481', u'MULTIEQUAL_-1207835450'), ('tmp_17520', u'CBRANCH_-1207848736'), (u'CALL_-1207849539', u'INDIRECT_-1207834117'), ('const-2', u'INT_AND_-1207841185'), (u'LOAD_-1207851036', u'INT_ADD_-1207850894'), (u'LOAD_-1207853568', u'INT_ADD_-1207853456'), (u'INT_AND_-1207849243', u'INT_EQUAL_-1207849243'), (u'MULTIEQUAL_-1207844961', u'INT_NOTEQUAL_-1207848762'), (u'MULTIEQUAL_-1207834719', u'MULTIEQUAL_-1207836476'), (u'INT_LESS_-1207849557', u'CBRANCH_-1207849550'), (u'MULTIEQUAL_-1207835828', u'MULTIEQUAL_-1207835825'), (u'CALL_-1207845203', u'INDIRECT_-1207840402'), (u'INT_AND_-1207850284', u'INT_NOTEQUAL_-1207850297'), (u'COPY_-1207831776', u'CALL_-1207848011'), ('const-134201340', u'STORE_-1207844771'), (u'INT_EQUAL_-1207840026', u'BOOL_AND_-1207845540'), (u'MULTIEQUAL_-1207834526', u'MULTIEQUAL_-1207835552'), (u'CAST_-1207834334', u'LOAD_-1207849982'), (u'CALL_-1207848981', u'INDIRECT_-1207842016'), (u'INDIRECT_-1207834363', u'MULTIEQUAL_-1207836138'), (u'CAST_-1207832477', u'INT_ADD_-1207849631'), (u'PTRADD_-1207835675', u'CAST_-1207835425'), (u'INDIRECT_-1207835496', u'MULTIEQUAL_-1207835304'), ('const-68', u'INT_ADD_-1207852201'), (u'INDIRECT_-1207834571', u'MULTIEQUAL_-1207832677'), ('const-417', u'LOAD_-1207850624'), (u'CALL_-1207846210', u'INDIRECT_-1207833251'), (u'INT_EQUAL_-1207845169', u'BOOL_NEGATE_-1207845131'), (u'INT_ADD_-1207855050', u'STORE_-1207854842'), (u'CAST_-1207835342', u'INT_RIGHT_-1207835483'), (u'INT_ADD_-1207854166', u'CAST_-1207834907'), (u'MULTIEQUAL_-1207836138', u'MULTIEQUAL_-1207835993'), ('tmp_3954', u'CBRANCH_-1207852930'), (u'COPY_-1207832303', u'MULTIEQUAL_-1207834666'), (u'CALL_-1207849539', u'INDIRECT_-1207833859'), (u'CALL_-1207847003', u'INDIRECT_-1207833582'), (u'MULTIEQUAL_-1207841434', u'CAST_-1207831985'), (u'INDIRECT_-1207832554', u'MULTIEQUAL_-1207831886'), (u'INDIRECT_-1207843232', u'MULTIEQUAL_-1207843169'), ('const-417', u'LOAD_-1207849827'), (u'CAST_-1207835460', u'LOAD_-1207855002'), ('const-417', u'STORE_-1207850050'), (u'MULTIEQUAL_-1207834203', u'MULTIEQUAL_-1207834144'), (u'MULTIEQUAL_-1207833945', u'INT_ADD_-1207848992'), (u'PTRSUB_-1207835645', u'INT_EQUAL_-1207855168'), ('const-4', u'PTRADD_-1207831730'), ('const-1', u'INT_OR_-1207854912'), (u'CAST_-1207831256', u'INT_EQUAL_-1207846541'), (u'LOAD_-1207850704', u'INT_SUB_-1207849585'), (u'STORE_-1207849188', u'INDIRECT_-1207835481'), ('const-56', u'INT_ADD_-1207854798'), (u'INDIRECT_-1207833298', u'COPY_-1207833131'), (u'CALL_-1207845807', u'INDIRECT_-1207832986'), (u'INDIRECT_-1207836058', u'MULTIEQUAL_-1207834696'), (u'INT_AND_-1207849593', u'INT_SUB_-1207849562'), (u'CALL_-1207846205', u'INDIRECT_-1207832417'), (u'INT_EQUAL_-1207850664', u'CBRANCH_-1207850662'), (u'INT_ZEXT_-1207854975', u'INT_ADD_-1207854962'), ('const-1', u'RETURN_-1207848409'), ('const-28', u'INT_ADD_-1207855116'), ('const-4703540', u'COPY_-1207834417'), (u'INT_AND_-1207853418', u'INT_EQUAL_-1207853432'), ('const-417', u'LOAD_-1207850905'), ('const-417', u'LOAD_-1207848749'), ('const-0', u'INT_NOTEQUAL_-1207850338'), (u'INT_EQUAL_-1207834514', u'CBRANCH_-1207852228'), (u'CALL_-1207848110', u'INDIRECT_-1207834259'), (u'LOAD_-1207851227', u'INT_ADD_-1207851177'), ('const-92', u'CALL_-1207846832'), ('const-4088', u'INT_EQUAL_-1207849243'), (u'COPY_-1207831706', u'MULTIEQUAL_-1207834901'), (u'INT_ADD_-1207849587', u'CALL_-1207849539'), ('const-164', u'INT_ADD_-1207849423'), ('const-417', u'LOAD_-1207855500'), (u'INDIRECT_-1207834442', u'MULTIEQUAL_-1207832609'), (u'CAST_-1207833454', u'PTRADD_-1207833721'), (u'INT_ADD_-1207849230', u'CAST_-1207832337'), (u'INDIRECT_-1207832923', u'MULTIEQUAL_-1207832985'), (u'CALL_-1207849382', u'INDIRECT_-1207832932'), (u'INT_AND_-1207852058', u'INT_NOTEQUAL_-1207852071'), (u'INDIRECT_-1207832979', u'MULTIEQUAL_-1207834145'), (u'MULTIEQUAL_-1207838097', u'CALL_-1207853607'), (u'CALL_-1207844965', u'INDIRECT_-1207832695'), (u'INDIRECT_-1207834169', u'COPY_-1207847401'), (u'INDIRECT_-1207834105', u'MULTIEQUAL_-1207835294'), ('tmp_5306', u'CBRANCH_-1207851741'), (u'MULTIEQUAL_-1207832331', u'MULTIEQUAL_-1207832424'), ('const-4', u'PTRADD_-1207833055'), ('tmp_2658', u'CBRANCH_-1207853726'), (u'SUBPIECE_-1207841543', u'INT_AND_-1207845097'), (u'LOAD_-1207853420', u'INT_ADD_-1207853402'), (u'MULTIEQUAL_-1207835825', u'MULTIEQUAL_-1207835546'), (u'CAST_-1207835530', u'MULTIEQUAL_-1207838048'), (u'CAST_-1207834209', u'INT_ADD_-1207850630'), (u'INDIRECT_-1207834792', u'MULTIEQUAL_-1207833945'), (u'INDIRECT_-1207835774', u'MULTIEQUAL_-1207835655'), ('const-1', u'INT_SUB_-1207855183'), (u'INDIRECT_-1207843991', u'MULTIEQUAL_-1207843779'), ('const-1', u'INT_SUB_-1207846405'), (u'INDIRECT_-1207832993', u'MULTIEQUAL_-1207833210'), (u'LOAD_-1207850795', u'STORE_-1207850552'), (u'LOAD_-1207854285', u'CALL_-1207848210'), ('const-0', u'INT_EQUAL_-1207839816'), ('const-4', u'COPY_-1207835922'), (u'CALL_-1207853243', u'INDIRECT_-1207836017'), (u'LOAD_-1207851036', u'INT_ADD_-1207850910'), ('tmp_67032', u'COPY_-1207834637'), ('const-1', u'RETURN_-1207848529'), (u'INDIRECT_-1207836161', u'MULTIEQUAL_-1207835362'), ('tmp_7866', u'CBRANCH_-1207849675'), (u'LOAD_-1207855573', u'INT_NOTEQUAL_-1207855541'), ('const-0', u'INT_NOTEQUAL_-1207852087'), (u'INT_NOTEQUAL_-1207850736', u'CBRANCH_-1207850726'), (u'MULTIEQUAL_-1207835559', u'MULTIEQUAL_-1207835497'), (u'INDIRECT_-1207837128', u'MULTIEQUAL_-1207837029'), (u'LOAD_-1207854285', u'INT_ADD_-1207850258'), ('tmp_2395', u'CBRANCH_-1207853917'), (u'INT_EQUAL_-1207853432', u'CBRANCH_-1207853429'), ('tmp_67036', u'MULTIEQUAL_-1207836734'), (u'LOAD_-1207854285', u'INT_ADD_-1207850151'), (u'INDIRECT_-1207833278', u'MULTIEQUAL_-1207833285'), ('tmp_15088', u'BRANCH_-1207846132'), ('const-1', u'INT_AND_-1207853418'), (u'INT_LESS_-1207852179', u'CBRANCH_-1207852187'), ('const-44', u'INT_ADD_-1207853793'), (u'INDIRECT_-1207835338', u'MULTIEQUAL_-1207834078'), (u'MULTIEQUAL_-1207840858', u'MULTIEQUAL_-1207840810'), ('const-8', u'INT_ADD_-1207852070'), ('const-417', u'LOAD_-1207847233'), (u'LOAD_-1207855133', u'MULTIEQUAL_-1207838048'), (u'INDIRECT_-1207834455', u'MULTIEQUAL_-1207834744'), (u'INDIRECT_-1207832226', u'MULTIEQUAL_-1207832162'), (u'INT_NOTEQUAL_-1207850584', u'CBRANCH_-1207850578'), ('const-4715136', u'COPY_-1207831637'), ('const-4510557', u'COPY_-1207832770'), ('const-0', u'INT_EQUAL_-1207849321'), ('const-136', u'INT_ADD_-1207849071'), (u'INDIRECT_-1207835367', u'MULTIEQUAL_-1207835175'), (u'CALL_-1207844461', u'INDIRECT_-1207831436'), (u'MULTIEQUAL_-1207836629', u'MULTIEQUAL_-1207836513'), ('const-76', u'INT_ADD_-1207849174'), (u'INT_ADD_-1207855171', u'INT_ADD_-1207855166'), (u'CAST_-1207835138', u'LOAD_-1207849096'), ('const-16', u'INT_ADD_-1207852811'), (u'INDIRECT_-1207834292', u'MULTIEQUAL_-1207834402'), (u'CALL_-1207845418', u'INDIRECT_-1207832888'), (u'LOAD_-1207850836', u'PTRADD_-1207833174'), (u'CALL_-1207849024', u'INDIRECT_-1207843817'), (u'CAST_-1207833812', u'LOAD_-1207852217'), ('const-197', u'CALL_-1207846205'), ('tmp_6575', u'CBRANCH_-1207850528'), (u'MULTIEQUAL_-1207840810', u'MULTIEQUAL_-1207840789'), ('const-12', u'INT_EQUAL_-1207852295'), (u'INDIRECT_-1207833407', u'MULTIEQUAL_-1207832334'), (u'INDIRECT_-1207840885', u'MULTIEQUAL_-1207840530'), (u'INT_SRIGHT_-1207849037', u'CAST_-1207835119'), (u'CALL_-1207850359', u'INDIRECT_-1207835847'), (u'CAST_-1207833454', u'PTRADD_-1207833636'), ('const-1', u'INT_LESS_-1207853908'), (u'CAST_-1207833454', u'LOAD_-1207849432'), (u'INDIRECT_-1207835976', u'MULTIEQUAL_-1207835986'), ('tmp_70575', u'INT_ADD_-1207855581'), (u'LOAD_-1207850704', u'INT_ADD_-1207849460'), ('tmp_3803', u'CBRANCH_-1207853033'), (u'COPY_-1207832308', u'MULTIEQUAL_-1207835235'), (u'COPY_-1207845812', u'COPY_-1207845805'), (u'INDIRECT_-1207842553', u'MULTIEQUAL_-1207841396'), (u'MULTIEQUAL_-1207836797', u'MULTIEQUAL_-1207834951'), (u'COPY_-1207832320', u'MULTIEQUAL_-1207835233'), (u'MULTIEQUAL_-1207835140', u'MULTIEQUAL_-1207835099'), (u'INDIRECT_-1207834538', u'MULTIEQUAL_-1207834500'), ('const-1', u'INT_AND_-1207850797'), ('const-4717152', u'COPY_-1207832728'), (u'CAST_-1207835106', u'STORE_-1207849188'), (u'CALL_-1207853243', u'INDIRECT_-1207835759'), (u'CALL_-1207845951', u'INT_ADD_-1207845907'), (u'CAST_-1207834997', u'INT_EQUAL_-1207854344'), (u'CAST_-1207834523', u'LOAD_-1207853300'), (u'MULTIEQUAL_-1207833945', u'MULTIEQUAL_-1207833886'), (u'MULTIEQUAL_-1207835295', u'CAST_-1207834703'), ('tmp_4601', u'CBRANCH_-1207852152'), (u'COPY_-1207850895', u'MULTIEQUAL_-1207838857'), (u'INT_EQUAL_-1207851915', u'CBRANCH_-1207851920'), (u'MULTIEQUAL_-1207840223', u'MULTIEQUAL_-1207840212'), (u'LOAD_-1207850836', u'LOAD_-1207850342'), ('const-4716860', u'COPY_-1207831193'), (u'MULTIEQUAL_-1207835986', u'MULTIEQUAL_-1207836153'), (u'INT_AND_-1207846189', u'INT_ADD_-1207846173'), (u'MULTIEQUAL_-1207834564', u'MULTIEQUAL_-1207832508'), (u'MULTIEQUAL_-1207832488', u'MULTIEQUAL_-1207832331'), (u'INT_EQUAL_-1207855113', u'CBRANCH_-1207855111'), (u'CALL_-1207847402', u'INDIRECT_-1207832553'), (u'INT_MULT_-1207842061', u'INT_ADD_-1207834051'), (u'INT_ADD_-1207850377', u'INT_ADD_-1207850368'), (u'MULTIEQUAL_-1207834822', u'MULTIEQUAL_-1207832827'), (u'LOAD_-1207855597', u'INT_ADD_-1207847619'), (u'MULTIEQUAL_-1207836879', u'MULTIEQUAL_-1207837049'), (u'PTRADD_-1207832234', u'COPY_-1207831768'), ('const-0', u'INT_NOTEQUAL_-1207853281'), (u'INDIRECT_-1207836810', u'MULTIEQUAL_-1207836920'), (u'INDIRECT_-1207834700', u'MULTIEQUAL_-1207832806'), ('const-0', u'CALL_-1207852256'), ('tmp_4818', u'CBRANCH_-1207852016'), (u'INDIRECT_-1207842553', u'MULTIEQUAL_-1207842480'), (u'MULTIEQUAL_-1207834702', u'INT_ADD_-1207853068'), (u'INT_ADD_-1207850882', u'INT_NOTEQUAL_-1207841359'), (u'CALL_-1207845951', u'INDIRECT_-1207833060'), (u'LOAD_-1207851106', u'CAST_-1207833072'), (u'INT_MULT_-1207849184', u'INT_ADD_-1207849196'), (u'INT_ADD_-1207850820', u'CAST_-1207832955'), (u'MULTIEQUAL_-1207842703', u'MULTIEQUAL_-1207842662'), (u'COPY_-1207831465', u'CALL_-1207848414'), (u'CALL_-1207853062', u'MULTIEQUAL_-1207834692'), (u'PTRADD_-1207835491', u'COPY_-1207835381'), (u'INDIRECT_-1207835892', u'MULTIEQUAL_-1207835165'), (u'INDIRECT_-1207833961', u'MULTIEQUAL_-1207835175'), ('const-92', u'INT_ADD_-1207851009'), (u'CALL_-1207854013', u'INDIRECT_-1207836726'), (u'MULTIEQUAL_-1207832342', u'MULTIEQUAL_-1207835828'), (u'CALL_-1207846210', u'INDIRECT_-1207833509'), (u'INT_ADD_-1207850245', u'MULTIEQUAL_-1207836993'), (u'CALL_-1207848011', u'INDIRECT_-1207833136'), (u'CALL_-1207849441', u'INDIRECT_-1207834100'), (u'INDIRECT_-1207834040', u'INT_NOTEQUAL_-1207847406'), (u'MULTIEQUAL_-1207835588', u'MULTIEQUAL_-1207831911'), ('const-12685', u'INT_ADD_-1207855557'), (u'PTRADD_-1207835242', u'LOAD_-1207854359'), (u'CALL_-1207845807', u'INDIRECT_-1207840289'), (u'LOAD_-1207855195', u'INT_ADD_-1207855078'), (u'CAST_-1207833903', u'INT_ADD_-1207852387'), (u'CALL_-1207848092', u'INDIRECT_-1207833305'), (u'MULTIEQUAL_-1207835612', u'MULTIEQUAL_-1207835588'), (u'CAST_-1207832967', u'STORE_-1207850858'), (u'INDIRECT_-1207835479', u'MULTIEQUAL_-1207835598'), (u'CALL_-1207850120', u'INDIRECT_-1207835350'), (u'CAST_-1207834445', u'LOAD_-1207850075'), ('const-4', u'INT_MULT_-1207849184'), (u'INDIRECT_-1207843195', u'MULTIEQUAL_-1207834529'), ('const-417', u'LOAD_-1207851909'), (u'PTRADD_-1207832234', u'COPY_-1207832080'), ('const-332', u'INT_ADD_-1207853844'), (u'STORE_-1207850875', u'INDIRECT_-1207833513'), ('const-417', u'LOAD_-1207846729'), (u'COPY_-1207834559', u'COPY_-1207834548'), ('tmp_66996', u'INT_ADD_-1207855484'), (u'INDIRECT_-1207832641', u'MULTIEQUAL_-1207832472'), (u'MULTIEQUAL_-1207833816', u'MULTIEQUAL_-1207833757'), ('tmp_16135', u'CBRANCH_-1207849053'), (u'LOAD_-1207854791', u'INT_AND_-1207854765'), ('const-1', u'COPY_-1207832131'), (u'INT_ADD_-1207850045', u'STORE_-1207850050'), (u'COPY_-1207845604', u'MULTIEQUAL_-1207841757'), (u'MULTIEQUAL_-1207836848', u'COPY_-1207835224'), (u'INT_ADD_-1207834051', u'PTRADD_-1207851849'), (u'LOAD_-1207849206', u'MULTIEQUAL_-1207838063'), ('tmp_11620', u'CBRANCH_-1207849237'), ('tmp_11078', u'CBRANCH_-1207849381'), (u'MULTIEQUAL_-1207832339', u'MULTIEQUAL_-1207834014'), (u'INT_ADD_-1207849396', u'MULTIEQUAL_-1207837480'), (u'MULTIEQUAL_-1207840249', u'MULTIEQUAL_-1207843779'), ('tmp_70575', u'MULTIEQUAL_-1207835314'), (u'INDIRECT_-1207833507', u'MULTIEQUAL_-1207831536'), ('const-417', u'LOAD_-1207847383'), (u'LOAD_-1207850704', u'INT_ADD_-1207849646'), (u'INDIRECT_-1207834714', u'MULTIEQUAL_-1207834579'), (u'LOAD_-1207849728', u'INT_EQUAL_-1207849713'), ('const-4', u'INT_ADD_-1207849273'), (u'INT_ADD_-1207850887', u'INT_ADD_-1207850882'), (u'MULTIEQUAL_-1207839829', u'INT_EQUAL_-1207840026'), (u'MULTIEQUAL_-1207837274', u'MULTIEQUAL_-1207832996'), (u'MULTIEQUAL_-1207842480', u'MULTIEQUAL_-1207843477'), (u'CALLIND_-1207847126', u'INDIRECT_-1207833623'), (u'MULTIEQUAL_-1207835789', u'MULTIEQUAL_-1207835546'), ('const-417', u'STORE_-1207850479'), (u'STORE_-1207850050', u'INDIRECT_-1207834888'), (u'LOAD_-1207850600', u'INT_NOTEQUAL_-1207850584'), (u'INDIRECT_-1207835230', u'MULTIEQUAL_-1207835389'), (u'MULTIEQUAL_-1207844961', u'MULTIEQUAL_-1207841235'), (u'INDIRECT_-1207835903', u'MULTIEQUAL_-1207835894'), ('tmp_67039', u'MULTIEQUAL_-1207836750'), ('const-417', u'LOAD_-1207853444'), (u'INDIRECT_-1207834348', u'MULTIEQUAL_-1207835559'), (u'LOAD_-1207852217', u'INT_LESS_-1207852179'), (u'INT_ADD_-1207852387', u'CAST_-1207833902'), ('const-0', u'SUBPIECE_-1207841972'), (u'MULTIEQUAL_-1207841396', u'MULTIEQUAL_-1207841379'), (u'COPY_-1207834916', u'MULTIEQUAL_-1207835295'), (u'INT_EQUAL_-1207840025', u'BOOL_AND_-1207845540'), (u'INDIRECT_-1207833261', u'MULTIEQUAL_-1207833352'), (u'LOAD_-1207850614', u'INT_AND_-1207840992'), ('const-4510557', u'COPY_-1207831339'), (u'MULTIEQUAL_-1207835856', u'MULTIEQUAL_-1207835831'), (u'INDIRECT_-1207833298', u'MULTIEQUAL_-1207833209'), (u'CALL_-1207846210', u'INDIRECT_-1207833122'), (u'MULTIEQUAL_-1207832343', u'MULTIEQUAL_-1207840789'), ('tmp_16560', u'CBRANCH_-1207845785'), ('const-4510597', u'COPY_-1207831659'), ('tmp_67041', u'MULTIEQUAL_-1207836089'), (u'INDIRECT_-1207836017', u'MULTIEQUAL_-1207834695'), (u'CAST_-1207835496', u'LOAD_-1207855090'), (u'MULTIEQUAL_-1207834529', u'MULTIEQUAL_-1207842728'), ('const-1', u'PTRADD_-1207833294'), ('const-1', u'RETURN_-1207846457'), (u'INDIRECT_-1207833840', u'MULTIEQUAL_-1207833481'), ('const-2444', u'CALL_-1207849382'), (u'CALL_-1207848930', u'INDIRECT_-1207833777'), ('const-4703183', u'COPY_-1207831268'), (u'CAST_-1207834435', u'STORE_-1207850050'), (u'INT_ADD_-1207850970', u'CAST_-1207833018'), (u'MULTIEQUAL_-1207836629', u'MULTIEQUAL_-1207832290'), (u'LOAD_-1207849705', u'CALL_-1207849278'), ('const-417', u'LOAD_-1207847626'), (u'LOAD_-1207855025', u'INT_OR_-1207854912'), (u'MULTIEQUAL_-1207831911', u'MULTIEQUAL_-1207835428'), (u'INT_CARRY_-1207855074', u'INT_ZEXT_-1207855063'), (u'CALL_-1207851683', u'INDIRECT_-1207835377'), (u'INDIRECT_-1207835040', u'MULTIEQUAL_-1207834977'), ('const-417', u'LOAD_-1207853300'), (u'INT_SUB_-1207845727', u'SUBPIECE_-1207841716'), (u'MULTIEQUAL_-1207844520', u'INT_ADD_-1207849196'), ('const-4294967295', u'INT_EQUAL_-1207849713'), (u'INT_CARRY_-1207855226', u'INT_ZEXT_-1207855209'), (u'LOAD_-1207854285', u'CALL_-1207852978'), (u'LOAD_-1207852106', u'INT_NOTEQUAL_-1207852087'), (u'LOAD_-1207849372', u'INT_ADD_-1207849345'), (u'CALL_-1207851972', u'INDIRECT_-1207835508'), (u'MULTIEQUAL_-1207834951', u'MULTIEQUAL_-1207832956'), (u'LOAD_-1207851036', u'INT_ADD_-1207850861'), (u'CALL_-1207851159', u'INDIRECT_-1207841956'), (u'MULTIEQUAL_-1207834977', u'MULTIEQUAL_-1207834951'), (u'CALL_-1207845464', u'INDIRECT_-1207833449'), (u'COPY_-1207831339', u'CALL_-1207846462'), (u'CALL_-1207846887', u'INDIRECT_-1207833794'), ('const-2', u'INT_RIGHT_-1207850760'), (u'INDIRECT_-1207834229', u'MULTIEQUAL_-1207835159'), (u'INDIRECT_-1207842670', u'MULTIEQUAL_-1207842592'), (u'MULTIEQUAL_-1207834368', u'MULTIEQUAL_-1207834324'), (u'CALL_-1207848210', u'INDIRECT_-1207842558'), (u'MULTIEQUAL_-1207835880', u'MULTIEQUAL_-1207835735'), (u'LOAD_-1207849096', u'INT_SUB_-1207849059'), ('tmp_9742', u'CBRANCH_-1207850657'), (u'INDIRECT_-1207833711', u'MULTIEQUAL_-1207833597'), (u'INDIRECT_-1207836316', u'MULTIEQUAL_-1207834698'), (u'CALL_-1207849382', u'INDIRECT_-1207833656'), (u'INT_ADD_-1207853165', u'STORE_-1207853169'), (u'LOAD_-1207846729', u'MULTIEQUAL_-1207832299'), ('const-8', u'INT_ADD_-1207850608'), ('tmp_15847', u'BRANCH_-1207849257'), (u'INDIRECT_-1207834409', u'MULTIEQUAL_-1207834371'), ('const-0', u'INT_EQUAL_-1207855579'), (u'INT_ADD_-1207855078', u'CAST_-1207835496'), ('const-48', u'INT_ADD_-1207849345'), ('const-4715240', u'COPY_-1207833138'), (u'CALL_-1207846832', u'INDIRECT_-1207831710'), (u'CALL_-1207849136', u'INDIRECT_-1207836940'), (u'INT_NOTEQUAL_-1207849252', u'CBRANCH_-1207849249'), (u'MULTIEQUAL_-1207832521', u'MULTIEQUAL_-1207832472'), ('const-1', u'RETURN_-1207848105'), (u'CALL_-1207854202', u'INDIRECT_-1207835428'), (u'COPY_-1207833174', u'CALL_-1207850237'), (u'INT_MULT_-1207853664', u'INT_ADD_-1207853676'), ('const-0', u'COPY_-1207847340'), (u'MULTIEQUAL_-1207835389', u'MULTIEQUAL_-1207835362'), (u'MULTIEQUAL_-1207837100', u'INT_SUB_-1207849585'), (u'CAST_-1207831458', u'STORE_-1207844771'), ('const-417', u'LOAD_-1207854823'), (u'CAST_-1207833018', u'LOAD_-1207850986'), (u'SUBPIECE_-1207839111', u'INT_CARRY_-1207855226'), (u'MULTIEQUAL_-1207832299', u'INT_ADD_-1207847174'), (u'MULTIEQUAL_-1207834692', u'CALL_-1207853062'), ('tmp_16916', u'CBRANCH_-1207845609'), (u'INT_ADD_-1207849848', u'CAST_-1207832572'), (u'INT_ADD_-1207848162', u'CAST_-1207832708'), (u'INDIRECT_-1207833861', u'MULTIEQUAL_-1207833972'), (u'CAST_-1207835547', u'INT_CARRY_-1207855226'), ('tmp_13077', u'CBRANCH_-1207847406'), (u'LOAD_-1207854285', u'INT_ADD_-1207854166'), (u'MULTIEQUAL_-1207836267', u'MULTIEQUAL_-1207836122'), (u'INDIRECT_-1207836449', u'MULTIEQUAL_-1207834767'), (u'LOAD_-1207850836', u'PTRADD_-1207833206'), (u'CALLIND_-1207850323', u'INDIRECT_-1207833298'), ('const-108', u'INT_ADD_-1207844757'), (u'INDIRECT_-1207833373', u'MULTIEQUAL_-1207837007'), (u'INDIRECT_-1207836999', u'MULTIEQUAL_-1207836900'), ('const-417', u'LOAD_-1207853183'), (u'CALL_-1207846887', u'INDIRECT_-1207840839'), (u'CALL_-1207847402', u'INDIRECT_-1207832682'), (u'INT_EQUAL_-1207849386', u'CBRANCH_-1207849381'), ('const-2', u'INT_AND_-1207850284'), (u'LOAD_-1207855189', u'INT_EQUAL_-1207855168'), (u'INDIRECT_-1207835035', u'MULTIEQUAL_-1207834832'), (u'MULTIEQUAL_-1207835180', u'CAST_-1207832122'), ('const-0', u'COPY_-1207849514'), (u'INDIRECT_-1207835888', u'MULTIEQUAL_-1207835739'), (u'LOAD_-1207850624', u'INT_EQUAL_-1207850606'), (u'MULTIEQUAL_-1207835864', u'MULTIEQUAL_-1207832342'), ('const-0', u'INT_NOTEQUAL_-1207845417'), ('const-152', u'INT_ADD_-1207854145'), ('const-112', u'INT_ADD_-1207847342'), (u'INT_EQUAL_-1207839815', u'BOOL_AND_-1207846248'), (u'COPY_-1207831300', u'CALL_-1207846462'), (u'COPY_-1207834559', u'INT_ADD_-1207849966'), (u'LOAD_-1207855204', u'CAST_-1207835368'), (u'MULTIEQUAL_-1207835295', u'CAST_-1207833903'), (u'INDIRECT_-1207834358', u'MULTIEQUAL_-1207835288'), (u'MULTIEQUAL_-1207843800', u'INT_ADD_-1207852811'), ('const-1', u'INT_RIGHT_-1207845677'), (u'CALL_-1207850744', u'INDIRECT_-1207835774'), (u'INT_SRIGHT_-1207853503', u'CAST_-1207834598'), ('const-4', u'INT_MULT_-1207849677'), (u'LOAD_-1207855494', u'INT_NOTEQUAL_-1207855478'), (u'CALL_-1207844965', u'INDIRECT_-1207832824'), (u'STORE_-1207854842', u'INDIRECT_-1207835816'), (u'CALL_-1207853974', u'INDIRECT_-1207843623'), (u'CAST_-1207834366', u'LOAD_-1207852970'), (u'INDIRECT_-1207843623', u'MULTIEQUAL_-1207841943'), (u'COPY_-1207833135', u'CALL_-1207848110'), (u'INT_ADD_-1207850882', u'STORE_-1207850858'), (u'MULTIEQUAL_-1207842903', u'MULTIEQUAL_-1207842878'), (u'INDIRECT_-1207833189', u'MULTIEQUAL_-1207833352'), (u'CALL_-1207849441', u'INDIRECT_-1207834358'), (u'CALL_-1207845418', u'INDIRECT_-1207832501'), (u'CALLIND_-1207855137', u'INDIRECT_-1207836810'), (u'CALL_-1207846205', u'INDIRECT_-1207832288'), (u'INDIRECT_-1207836279', u'MULTIEQUAL_-1207836138'), ('tmp_9887', u'CBRANCH_-1207850552'), (u'MULTIEQUAL_-1207842093', u'INT_MULT_-1207849677'), (u'MULTIEQUAL_-1207835559', u'MULTIEQUAL_-1207836559'), (u'LOAD_-1207854285', u'INT_ADD_-1207852954'), (u'INDIRECT_-1207832723', u'MULTIEQUAL_-1207832658'), (u'INDIRECT_-1207832841', u'MULTIEQUAL_-1207832965'), (u'LOAD_-1207852170', u'INT_LESS_-1207852143'), (u'INDIRECT_-1207836408', u'MULTIEQUAL_-1207835681'), (u'MULTIEQUAL_-1207833061', u'MULTIEQUAL_-1207833044'), (u'CAST_-1207834899', u'LOAD_-1207854170'), ('const-0', u'INT_EQUAL_-1207848184'), (u'INT_ADD_-1207847120', u'CAST_-1207832176'), (u'CALL_-1207851159', u'INDIRECT_-1207834653'), (u'INDIRECT_-1207832554', u'MULTIEQUAL_-1207832332'), (u'MULTIEQUAL_-1207834332', u'MULTIEQUAL_-1207836089'), (u'INDIRECT_-1207835847', u'MULTIEQUAL_-1207835856'), (u'CALL_-1207852978', u'INDIRECT_-1207835892'), (u'INT_LESSEQUAL_-1207849264', u'CBRANCH_-1207849274'), (u'INT_ADD_-1207849345', u'CAST_-1207835195'), ('const-417', u'STORE_-1207850858'), (u'INDIRECT_-1207835109', u'MULTIEQUAL_-1207835030'), (u'MULTIEQUAL_-1207835675', u'MULTIEQUAL_-1207835559'), ('const-164', u'INT_ADD_-1207850109'), ('tmp_5700', u'CBRANCH_-1207851051'), ('const-104', u'INT_ADD_-1207850861'), (u'INT_ADD_-1207851905', u'MULTIEQUAL_-1207843511'), ('const-0', u'INT_EQUAL_-1207852864'), (u'CALL_-1207850359', u'INDIRECT_-1207835589'), (u'COPY_-1207835922', u'MULTIEQUAL_-1207835855'), (u'CALL_-1207848006', u'INDIRECT_-1207832883'), (u'CALL_-1207850359', u'INT_NOTEQUAL_-1207850338'), ('tmp_2442', u'CBRANCH_-1207853883'), ('tmp_4387', u'CBRANCH_-1207852291'), (u'INDIRECT_-1207840839', u'MULTIEQUAL_-1207840212'), (u'CALL_-1207846205', u'INDIRECT_-1207831306'), (u'LOAD_-1207854285', u'INT_ADD_-1207853380'), (u'MULTIEQUAL_-1207832331', u'MULTIEQUAL_-1207832455'), (u'INT_ADD_-1207849092', u'CAST_-1207835146'), ('tmp_2626', u'CBRANCH_-1207853748'), ('const-120', u'INT_EQUAL_-1207850715'), (u'CALLIND_-1207850613', u'INDIRECT_-1207834829'), (u'MULTIEQUAL_-1207835681', u'MULTIEQUAL_-1207835656'), (u'CALL_-1207854202', u'INDIRECT_-1207836539'), (u'LOAD_-1207849355', u'INT_SUB_-1207849318'), (u'INT_NOTEQUAL_-1207852930', u'CBRANCH_-1207852930'), (u'CALL_-1207848210', u'INT_ADD_-1207848140'), (u'CAST_-1207835360', u'LOAD_-1207855189'), (u'MULTIEQUAL_-1207834478', u'MULTIEQUAL_-1207834461'), (u'CALL_-1207848214', u'INDIRECT_-1207831797'), ('const-4', u'INT_ADD_-1207853147'), (u'MULTIEQUAL_-1207836629', u'MULTIEQUAL_-1207832351'), (u'INDIRECT_-1207836191', u'MULTIEQUAL_-1207834509'), (u'CAST_-1207834530', u'INT_LESSEQUAL_-1207853296'), (u'MULTIEQUAL_-1207843511', u'INT_ADD_-1207851905'), (u'INDIRECT_-1207835903', u'MULTIEQUAL_-1207835784'), (u'MULTIEQUAL_-1207835636', u'MULTIEQUAL_-1207835294'), (u'MULTIEQUAL_-1207835655', u'MULTIEQUAL_-1207835573'), ('const-4715080', u'COPY_-1207831470'), (u'COPY_-1207831659', u'CALL_-1207848006'), (u'PTRADD_-1207831466', u'LOAD_-1207846556'), (u'MULTIEQUAL_-1207835397', u'MULTIEQUAL_-1207835315'), (u'CALL_-1207845464', u'INDIRECT_-1207832338'), (u'STORE_-1207850647', u'INDIRECT_-1207833425'), (u'MULTIEQUAL_-1207833073', u'MULTIEQUAL_-1207836603'), (u'STORE_-1207854943', u'INDIRECT_-1207835862'), (u'MULTIEQUAL_-1207835765', u'MULTIEQUAL_-1207835423'), (u'CALL_-1207849335', u'INDIRECT_-1207834672'), (u'MULTIEQUAL_-1207835304', u'MULTIEQUAL_-1207834767'), (u'CALL_-1207847003', u'INDIRECT_-1207833969'), (u'INDIRECT_-1207834842', u'MULTIEQUAL_-1207835131'), (u'COPY_-1207831961', u'MULTIEQUAL_-1207834384'), ('const-417', u'LOAD_-1207849206'), (u'INDIRECT_-1207831563', u'COPY_-1207831609'), ('tmp_2548', u'CBRANCH_-1207853800'), (u'INT_AND_-1207846345', u'INT_LEFT_-1207846341'), ('tmp_17376', u'CBRANCH_-1207845083'), (u'MULTIEQUAL_-1207833531', u'MULTIEQUAL_-1207833339'), (u'CAST_-1207832983', u'LOAD_-1207850926'), (u'CALL_-1207849382', u'INDIRECT_-1207834043'), (u'MULTIEQUAL_-1207837008', u'MULTIEQUAL_-1207837178'), (u'INT_ADD_-1207854967', u'INT_ADD_-1207854962'), (u'MULTIEQUAL_-1207838048', u'CAST_-1207835458'), (u'LOAD_-1207854285', u'CALL_-1207853607'), (u'LOAD_-1207855132', u'INT_AND_-1207843922'), (u'MULTIEQUAL_-1207833940', u'MULTIEQUAL_-1207833930'), (u'LOAD_-1207854274', u'INT_EQUAL_-1207854256'), ('const-4', u'CALL_-1207848981'), (u'MULTIEQUAL_-1207841943', u'MULTIEQUAL_-1207841895'), (u'INDIRECT_-1207836707', u'MULTIEQUAL_-1207836559'), (u'LOAD_-1207852310', u'INT_EQUAL_-1207852295'), (u'MULTIEQUAL_-1207835140', u'MULTIEQUAL_-1207834917'), ('const-417', u'LOAD_-1207850801'), (u'INT_AND_-1207843863', u'INT_NOTEQUAL_-1207843880'), (u'MULTIEQUAL_-1207835469', u'MULTIEQUAL_-1207835636'), (u'CAST_-1207831860', u'INT_ADD_-1207845426'), ('tmp_11890', u'CBRANCH_-1207849963'), (u'MULTIEQUAL_-1207835469', u'MULTIEQUAL_-1207835444'), (u'MULTIEQUAL_-1207833979', u'MULTIEQUAL_-1207834069'), ('const-1', u'RETURN_-1207851678'), ('const-12', u'COPY_-1207849146'), (u'BOOL_OR_-1207833651', u'CBRANCH_-1207850841'), ('tmp_66996', u'INT_ADD_-1207855478'), (u'COPY_-1207831385', u'CALL_-1207847777'), (u'MULTIEQUAL_-1207834564', u'MULTIEQUAL_-1207832569'), (u'INT_AND_-1207854765', u'INT_EQUAL_-1207854779'), ('tmp_10599', u'CBRANCH_-1207850224'), (u'INT_ADD_-1207851211', u'CAST_-1207833117'), (u'CALL_-1207849136', u'INDIRECT_-1207836682'), (u'CALL_-1207853243', u'INDIRECT_-1207836275'), (u'LOAD_-1207854285', u'INT_ADD_-1207854023'), ('const-4', u'PTRADD_-1207835242'), ('const-44', u'INT_ADD_-1207849445'), (u'MULTIEQUAL_-1207837029', u'MULTIEQUAL_-1207836668'), (u'INT_AND_-1207849664', u'INT_EQUAL_-1207849678'), ('const-0', u'INT_NOTEQUAL_-1207850297'), ('const-4294967244', u'PTRSUB_-1207832750'), (u'MULTIEQUAL_-1207835739', u'MULTIEQUAL_-1207835718'), (u'INDIRECT_-1207833425', u'MULTIEQUAL_-1207833366'), (u'INDIRECT_-1207837075', u'MULTIEQUAL_-1207836861'), ('const-0', u'SUBPIECE_-1207835644'), (u'CALL_-1207853974', u'INDIRECT_-1207836449'), (u'CAST_-1207834739', u'LOAD_-1207853809'), (u'CALL_-1207848210', u'INT_EQUAL_-1207848184'), (u'CAST_-1207834907', u'LOAD_-1207854182'), (u'CAST_-1207835368', u'PTRADD_-1207835645'), (u'INDIRECT_-1207835109', u'MULTIEQUAL_-1207834917'), (u'MULTIEQUAL_-1207838097', u'INT_LESSEQUAL_-1207853468'), (u'MULTIEQUAL_-1207833557', u'MULTIEQUAL_-1207833531'), (u'INT_ADD_-1207853552', u'CAST_-1207834623'), (u'STORE_-1207854866', u'INDIRECT_-1207835827'), (u'MULTIEQUAL_-1207836602', u'LOAD_-1207847383'), (u'INT_NOTEQUAL_-1207852016', u'CBRANCH_-1207852016'), ('tmp_67001', u'CALL_-1207851159'), (u'INT_AND_-1207839850', u'INT_EQUAL_-1207845169'), ('tmp_4966', u'CBRANCH_-1207851920'), (u'INDIRECT_-1207834792', u'INT_ADD_-1207850608'), (u'MULTIEQUAL_-1207843206', u'PTRADD_-1207851849'), (u'CALL_-1207850187', u'INDIRECT_-1207842813'), (u'CALL_-1207846887', u'INDIRECT_-1207833278'), (u'INT_LEFT_-1207845093', u'PIECE_-1207832017'), ('const-417', u'LOAD_-1207850926'), (u'CAST_-1207834760', u'COPY_-1207834916'), (u'MULTIEQUAL_-1207844681', u'INT_ADD_-1207849184'), (u'INT_ADD_-1207849071', u'CAST_-1207835131'), (u'MULTIEQUAL_-1207835894', u'MULTIEQUAL_-1207835552'), ('const-355', u'CALL_-1207850237'), ('tmp_9996', u'CBRANCH_-1207850492'), (u'MULTIEQUAL_-1207834530', u'INT_ADD_-1207850714'), ('tmp_11379', u'CBRANCH_-1207849149'), (u'LOAD_-1207853692', u'INT_ADD_-1207853430'), (u'CALL_-1207849164', u'INDIRECT_-1207842146'), (u'INDIRECT_-1207834910', u'MULTIEQUAL_-1207834393'), ('const-417', u'LOAD_-1207850730'), (u'MULTIEQUAL_-1207842307', u'MULTIEQUAL_-1207842280'), (u'PTRADD_-1207833055', u'CAST_-1207832703'), (u'INT_ADD_-1207853793', u'CAST_-1207834739'), (u'CALL_-1207848564', u'INDIRECT_-1207832374'), ('const-0', u'INT_NOTEQUAL_-1207852930'), (u'INT_SRIGHT_-1207849391', u'INT_EQUAL_-1207849392'), (u'LOAD_-1207852041', u'CALL_-1207848092'), ('const-417', u'LOAD_-1207850121'), (u'INDIRECT_-1207832150', u'MULTIEQUAL_-1207832193'), (u'INT_EQUAL_-1207849878', u'CBRANCH_-1207849875'), (u'CALL_-1207851683', u'INDIRECT_-1207834137'), (u'CALL_-1207853062', u'INDIRECT_-1207836187'), (u'INDIRECT_-1207842670', u'MULTIEQUAL_-1207842480'), (u'CALL_-1207848210', u'INDIRECT_-1207834621'), ('const-4', u'INT_ADD_-1207853408'), (u'CAST_-1207833687', u'COPY_-1207833940'), (u'MULTIEQUAL_-1207834846', u'MULTIEQUAL_-1207834873'), (u'INDIRECT_-1207834385', u'MULTIEQUAL_-1207834145'), (u'CAST_-1207833072', u'INT_NOTEQUAL_-1207851090'), (u'CAST_-1207832186', u'LOAD_-1207847145'), (u'INDIRECT_-1207836682', u'MULTIEQUAL_-1207836590'), (u'INT_ADD_-1207850904', u'INT_NOTEQUAL_-1207841358'), (u'MULTIEQUAL_-1207836172', u'MULTIEQUAL_-1207835398'), (u'STORE_-1207850473', u'INDIRECT_-1207833351'), (u'INDIRECT_-1207837257', u'MULTIEQUAL_-1207837158'), (u'CALL_-1207849136', u'INDIRECT_-1207835571'), (u'COPY_-1207831172', u'CALL_-1207847402'), (u'CALL_-1207853062', u'INDIRECT_-1207835800'), ('tmp_11855', u'BRANCH_-1207848944'), (u'INT_ADD_-1207845514', u'INT_AND_-1207845461'), (u'LOAD_-1207855200', u'INT_ADD_-1207855173'), ('const-417', u'LOAD_-1207853472'), (u'LOAD_-1207854285', u'INT_ADD_-1207849549'), (u'INDIRECT_-1207836146', u'MULTIEQUAL_-1207834696'), (u'MULTIEQUAL_-1207832944', u'MULTIEQUAL_-1207836461'), (u'INT_NOTEQUAL_-1207853200', u'CBRANCH_-1207853200'), (u'INDIRECT_-1207833976', u'MULTIEQUAL_-1207835751'), ('const-32', u'INT_AND_-1207839850'), (u'INDIRECT_-1207834163', u'MULTIEQUAL_-1207834273'), (u'INT_AND_-1207845641', u'INT_LEFT_-1207845637'), (u'INDIRECT_-1207834782', u'MULTIEQUAL_-1207834719'), ('const-0', u'INT_EQUAL_-1207840025'), ('const-4', u'INT_ADD_-1207847174'), ('const-4510557', u'COPY_-1207831527'), (u'CALL_-1207849167', u'INDIRECT_-1207833852'), ('const-4294967294', u'INT_MULT_-1207842062'), (u'CALL_-1207845951', u'INDIRECT_-1207832078'), (u'MULTIEQUAL_-1207836662', u'MULTIEQUAL_-1207836629'), (u'CALL_-1207848092', u'INDIRECT_-1207833176'), ('const-417', u'STORE_-1207849210'), ('const-417', u'LOAD_-1207849982'), (u'MULTIEQUAL_-1207834021', u'MULTIEQUAL_-1207833940'), ('tmp_10543', u'BRANCH_-1207850099'), ('const-0', u'INT_NOTEQUAL_-1207852016'), ('const-417', u'LOAD_-1207850715'), (u'CALL_-1207849441', u'INDIRECT_-1207833376'), (u'INDIRECT_-1207834137', u'COPY_-1207834196'), (u'COPY_-1207831706', u'CALL_-1207846879'), ('const-0', u'INT_EQUAL_-1207850606'), (u'CALL_-1207849024', u'INDIRECT_-1207836901'), (u'MULTIEQUAL_-1207834917', u'MULTIEQUAL_-1207834380'), (u'LOAD_-1207850836', u'CALLIND_-1207850613'), (u'INT_NOTEQUAL_-1207852071', u'CBRANCH_-1207852069'), ('const-60', u'INT_ADD_-1207849637'), ('const-8', u'PTRADD_-1207835589'), ('tmp_7768', u'CBRANCH_-1207849740'), ('tmp_9123', u'CBRANCH_-1207848064'), (u'INT_SRIGHT_-1207849762', u'CAST_-1207832530'), (u'CAST_-1207833902', u'LOAD_-1207852403'), (u'INDIRECT_-1207842233', u'MULTIEQUAL_-1207842013'), (u'CALL_-1207850187', u'INDIRECT_-1207835252'), (u'MULTIEQUAL_-1207835294', u'MULTIEQUAL_-1207835269'), (u'INDIRECT_-1207835168', u'MULTIEQUAL_-1207831390'), ('const-4716860', u'COPY_-1207833619'), (u'CALL_-1207848504', u'INDIRECT_-1207832862'), (u'MULTIEQUAL_-1207835046', u'MULTIEQUAL_-1207836043'), ('const-4', u'PTRADD_-1207835649'), ('const-7', u'PTRADD_-1207835627'), (u'MULTIEQUAL_-1207835914', u'MULTIEQUAL_-1207835140'), ('const-1', u'RETURN_-1207848006'), (u'CALL_-1207845951', u'INDIRECT_-1207832931'), ('tmp_17484', u'CBRANCH_-1207848761'), (u'CAST_-1207834476', u'LOAD_-1207853183'), (u'MULTIEQUAL_-1207834349', u'MULTIEQUAL_-1207834332'), (u'COPY_-1207831768', u'MULTIEQUAL_-1207834384'), (u'INDIRECT_-1207836150', u'MULTIEQUAL_-1207835423'), (u'CALL_-1207849164', u'INDIRECT_-1207834714'), (u'INDIRECT_-1207836320', u'MULTIEQUAL_-1207834638'), (u'MULTIEQUAL_-1207842592', u'MULTIEQUAL_-1207842480'), (u'INDIRECT_-1207833665', u'MULTIEQUAL_-1207833036'), (u'CALL_-1207854202', u'INDIRECT_-1207836797'), (u'MULTIEQUAL_-1207835784', u'MULTIEQUAL_-1207835702'), (u'CALL_-1207848504', u'INDIRECT_-1207831622'), (u'LOAD_-1207855073', u'INT_ADD_-1207855055'), (u'CALL_-1207849062', u'INDIRECT_-1207832851'), (u'CALL_-1207848414', u'INDIRECT_-1207832545'), (u'CAST_-1207832337', u'LOAD_-1207849244'), (u'MULTIEQUAL_-1207834069', u'MULTIEQUAL_-1207834021'), (u'SUBPIECE_-1207835645', u'INT_2COMP_-1207855015'), (u'INT_AND_-1207843922', u'INT_EQUAL_-1207855044'), (u'CALL_-1207850242', u'CALL_-1207850187'), ('const-0', u'COPY_-1207850465'), (u'COPY_-1207832225', u'MULTIEQUAL_-1207834901'), (u'INT_NOTEQUAL_-1207846764', u'CBRANCH_-1207846763'), (u'MULTIEQUAL_-1207834021', u'MULTIEQUAL_-1207836848'), (u'LOAD_-1207850624', u'INT_ADD_-1207850584'), (u'INDIRECT_-1207833524', u'MULTIEQUAL_-1207836160'), ('const-4', u'PTRADD_-1207833420'), ('const-32', u'INT_AND_-1207839816'), (u'INT_ADD_-1207849032', u'CAST_-1207832278'), ('tmp_7583', u'CBRANCH_-1207849838'), ('tmp_392', u'CBRANCH_-1207855166'), (u'MULTIEQUAL_-1207832332', u'MULTIEQUAL_-1207832452'), (u'INDIRECT_-1207833794', u'MULTIEQUAL_-1207833165'), (u'INDIRECT_-1207842146', u'MULTIEQUAL_-1207842307'), ('const-0', u'INT_NOTEQUAL_-1207849149'), ('const-417', u'STORE_-1207854904'), (u'MULTIEQUAL_-1207833763', u'MULTIEQUAL_-1207836590'), (u'CAST_-1207834167', u'LOAD_-1207850573'), (u'INDIRECT_-1207834234', u'MULTIEQUAL_-1207836009'), (u'LOAD_-1207849374', u'MULTIEQUAL_-1207838063'), (u'CAST_-1207832375', u'STORE_-1207847521'), (u'LOAD_-1207854285', u'INT_ADD_-1207854154'), (u'INT_NOTEQUAL_-1207852087', u'CBRANCH_-1207852087'), (u'MULTIEQUAL_-1207832401', u'MULTIEQUAL_-1207832501'), (u'INT_AND_-1207841302', u'INT_NOTEQUAL_-1207850736'), (u'INDIRECT_-1207835367', u'MULTIEQUAL_-1207835288'), (u'MULTIEQUAL_-1207835159', u'MULTIEQUAL_-1207835046'), (u'INDIRECT_-1207833277', u'COPY_-1207833267'), (u'INT_LESSEQUAL_-1207849741', u'CBRANCH_-1207849740'), ('const-417', u'LOAD_-1207855195'), (u'CALL_-1207849539', u'INDIRECT_-1207833730'), (u'INT_NOTEQUAL_-1207852839', u'CBRANCH_-1207852838'), (u'MULTIEQUAL_-1207834626', u'PTRADD_-1207832234'), (u'CAST_-1207831661', u'COPY_-1207831777'), ('const-40', u'INT_MULT_-1207841833'), (u'INDIRECT_-1207836681', u'MULTIEQUAL_-1207836758'), ('const-0', u'INT_EQUAL_-1207854256'), (u'MULTIEQUAL_-1207832431', u'INT_NOTEQUAL_-1207832690'), (u'CALL_-1207851159', u'INDIRECT_-1207835040'), ('const-4510557', u'COPY_-1207831465'), ('const-4', u'INT_ADD_-1207850240'), (u'LOAD_-1207849647', u'CALL_-1207849539'), ('const-417', u'LOAD_-1207854182'), (u'LOAD_-1207850624', u'MULTIEQUAL_-1207844134'), (u'INDIRECT_-1207843623', u'MULTIEQUAL_-1207843477'), (u'CAST_-1207832973', u'STORE_-1207850875'), (u'LOAD_-1207850730', u'INT_EQUAL_-1207850715'), (u'COPY_-1207855086', u'MULTIEQUAL_-1207837919'), (u'CALLIND_-1207850323', u'INDIRECT_-1207834667'), (u'MULTIEQUAL_-1207834384', u'MULTIEQUAL_-1207834626'), (u'CALL_-1207847446', u'INDIRECT_-1207833782'), ('const-8', u'INT_ADD_-1207851745'), (u'COPY_-1207833141', u'RETURN_-1207833116'), (u'INT_ADD_-1207849646', u'INT_ADD_-1207849424'), (u'COPY_-1207832058', u'MULTIEQUAL_-1207835235'), (u'CALL_-1207848504', u'INDIRECT_-1207832604'), (u'MULTIEQUAL_-1207834461', u'MULTIEQUAL_-1207834435'), (u'CALL_-1207848414', u'INDIRECT_-1207832674'), (u'LOAD_-1207853199', u'INT_ADD_-1207853155'), (u'INT_ADD_-1207852070', u'CAST_-1207833750'), (u'INDIRECT_-1207833357', u'MULTIEQUAL_-1207833481'), (u'MULTIEQUAL_-1207834523', u'MULTIEQUAL_-1207835165'), (u'INDIRECT_-1207841537', u'MULTIEQUAL_-1207843313'), (u'MULTIEQUAL_-1207843615', u'INT_ADD_-1207850240'), (u'CAST_-1207834674', u'LOAD_-1207853692'), (u'MULTIEQUAL_-1207834668', u'INT_ADD_-1207853147'), ('tmp_3077', u'CBRANCH_-1207853478'), (u'INDIRECT_-1207833191', u'MULTIEQUAL_-1207833094'), (u'MULTIEQUAL_-1207836771', u'MULTIEQUAL_-1207836750'), (u'MULTIEQUAL_-1207836515', u'MULTIEQUAL_-1207832789'), (u'LOAD_-1207849818', u'INT_SUB_-1207849784'), (u'MULTIEQUAL_-1207837007', u'MULTIEQUAL_-1207833331'), (u'MULTIEQUAL_-1207833855', u'MULTIEQUAL_-1207837031'), (u'INDIRECT_-1207836449', u'MULTIEQUAL_-1207836301'), (u'MULTIEQUAL_-1207833892', u'MULTIEQUAL_-1207833811'), (u'PTRSUB_-1207832750', u'CALL_-1207849481'), (u'MULTIEQUAL_-1207837016', u'MULTIEQUAL_-1207832677'), ('const-148', u'INT_ADD_-1207854154'), ('const-4', u'PTRADD_-1207832344'), ('tmp_67032', u'INT_ADD_-1207853183'), ('const-1', u'RETURN_-1207847397'), (u'INDIRECT_-1207836449', u'MULTIEQUAL_-1207835239'), ('const-0', u'INT_NOTEQUAL_-1207855193'), ('const-0', u'INT_NOTEQUAL_-1207850736'), (u'MULTIEQUAL_-1207833945', u'MULTIEQUAL_-1207834625'), (u'CALL_-1207850359', u'INDIRECT_-1207835460'), (u'CALL_-1207851972', u'INDIRECT_-1207835250'), (u'MULTIEQUAL_-1207835180', u'COPY_-1207832225'), (u'CALL_-1207846210', u'INDIRECT_-1207832269'), (u'INDIRECT_-1207841085', u'MULTIEQUAL_-1207840939'), ('const-1', u'RETURN_-1207846827'), ('const-134201340', u'COPY_-1207844783'), ('const-417', u'STORE_-1207854842'), ('const-1', u'INT_ADD_-1207834052'), (u'INT_EQUAL_-1207849243', u'CBRANCH_-1207849237'), ('const-4', u'PTRADD_-1207833195'), (u'CALL_-1207849062', u'INDIRECT_-1207833962'), (u'MULTIEQUAL_-1207832455', u'MULTIEQUAL_-1207832424'), (u'CAST_-1207835636', u'LOAD_-1207855500'), (u'CALL_-1207845464', u'INDIRECT_-1207833578'), (u'LOAD_-1207853396', u'INT_SUB_-1207853353'), (u'INDIRECT_-1207842558', u'CALL_-1207846205'), (u'COPY_-1207831393', u'CALL_-1207847777'), (u'LOAD_-1207854285', u'INT_ADD_-1207852326'), (u'MULTIEQUAL_-1207836281', u'MULTIEQUAL_-1207836218'), ('const-44', u'INT_ADD_-1207849092'), (u'PTRADD_-1207832234', u'INT_EQUAL_-1207846789'), (u'MULTIEQUAL_-1207843766', u'MULTIEQUAL_-1207843723'), (u'INDIRECT_-1207844113', u'MULTIEQUAL_-1207844225'), ('tmp_4295', u'CBRANCH_-1207852353'), (u'INT_ADD_-1207847610', u'CAST_-1207832407'), ('const-4', u'PTRADD_-1207835491'), (u'LOAD_-1207846556', u'CAST_-1207831253'), (u'INT_EQUAL_-1207852295', u'CBRANCH_-1207852291'), (u'INT_EQUAL_-1207853655', u'CBRANCH_-1207853652'), (u'MULTIEQUAL_-1207843582', u'INT_EQUAL_-1207852428'), ('tmp_5257', u'CBRANCH_-1207851776'), (u'PTRADD_-1207833225', u'CAST_-1207832869'), (u'MULTIEQUAL_-1207834626', u'PTRADD_-1207832200'), (u'CALL_-1207846832', u'INDIRECT_-1207832821'), ('const-4294967295', u'COPY_-1207850873'), (u'INT_ADD_-1207849184', u'PTRADD_-1207835364'), (u'INT_ADD_-1207853408', u'CAST_-1207834565'), (u'INT_ADD_-1207851745', u'CAST_-1207833605'), (u'CALL_-1207848011', u'INDIRECT_-1207832878'), (u'MULTIEQUAL_-1207832789', u'MULTIEQUAL_-1207832778'), (u'CAST_-1207835632', u'LOAD_-1207855494'), (u'INDIRECT_-1207842782', u'MULTIEQUAL_-1207842903'), (u'CALL_-1207849458', u'INDIRECT_-1207835706'), ('tmp_17341', u'BRANCH_-1207845165'), (u'MULTIEQUAL_-1207837274', u'MULTIEQUAL_-1207832956'), (u'SUBPIECE_-1207841517', u'INT_AND_-1207846306'), (u'INT_LEFT_-1207845680', u'INT_OR_-1207845678'), (u'INT_SUB_-1207853525', u'INT_SRIGHT_-1207853503'), (u'LOAD_-1207854182', u'INT_LESS_-1207853908'), (u'INT_LEFT_-1207846302', u'INT_EQUAL_-1207839815'), (u'LOAD_-1207854031', u'CALL_-1207854013'), (u'INDIRECT_-1207836552', u'MULTIEQUAL_-1207836629'), (u'CAST_-1207834234', u'LOAD_-1207850704'), (u'PTRADD_-1207835295', u'MULTIEQUAL_-1207836602'), (u'LOAD_-1207850836', u'PTRADD_-1207833163'), (u'CALLIND_-1207854804', u'INDIRECT_-1207835888'), ('const-104', u'INT_ADD_-1207850970'), (u'INDIRECT_-1207832554', u'MULTIEQUAL_-1207835612'), (u'INT_ADD_-1207850109', u'CAST_-1207833578'), (u'CAST_-1207832469', u'LOAD_-1207849635'), (u'INDIRECT_-1207832931', u'MULTIEQUAL_-1207833094'), (u'CAST_-1207835460', u'LOAD_-1207855006'), (u'COPY_-1207832149', u'MULTIEQUAL_-1207832401'), (u'CALL_-1207849164', u'INDIRECT_-1207833861'), ('const-32', u'INT_ADD_-1207851927'), (u'CALLIND_-1207854804', u'INDIRECT_-1207837128'), (u'CALL_-1207846887', u'INDIRECT_-1207833407'), (u'INT_LEFT_-1207846302', u'INT_ADD_-1207846235'), (u'INT_MULT_-1207841833', u'INT_ADD_-1207852095'), (u'INDIRECT_-1207837068', u'MULTIEQUAL_-1207837178'), (u'CALL_-1207849481', u'INDIRECT_-1207832979'), (u'CALL_-1207854202', u'INDIRECT_-1207836152'), (u'INDIRECT_-1207840221', u'MULTIEQUAL_-1207841396'), (u'CALL_-1207845418', u'INDIRECT_-1207832630'), (u'INT_OR_-1207854912', u'STORE_-1207854904'), (u'CALL_-1207844237', u'INDIRECT_-1207831413'), (u'INT_NOTEQUAL_-1207853728', u'CBRANCH_-1207853726'), ('const-4', u'INT_ADD_-1207850469'), (u'INDIRECT_-1207836150', u'MULTIEQUAL_-1207834527'), (u'CALLIND_-1207854804', u'INDIRECT_-1207836870'), (u'CALL_-1207850242', u'INDIRECT_-1207835276'), ('const-1', u'INT_AND_-1207841302'), (u'COPY_-1207832230', u'MULTIEQUAL_-1207841434'), (u'MULTIEQUAL_-1207836621', u'MULTIEQUAL_-1207836791'), (u'MULTIEQUAL_-1207833739', u'INT_EQUAL_-1207846274'), (u'MULTIEQUAL_-1207834625', u'MULTIEQUAL_-1207834543'), (u'MULTIEQUAL_-1207835789', u'MULTIEQUAL_-1207835876'), ('const-2079', u'CALL_-1207844965'), (u'LOAD_-1207852882', u'INT_EQUAL_-1207852864'), (u'MULTIEQUAL_-1207841434', u'INT_ADD_-1207845165'), (u'INDIRECT_-1207835892', u'MULTIEQUAL_-1207835423'), (u'CALL_-1207845807', u'INDIRECT_-1207832728'), (u'INT_ZEXT_-1207841442', u'INT_LEFT_-1207845132'), (u'MULTIEQUAL_-1207832431', u'SUBPIECE_-1207841972'), (u'LOAD_-1207854364', u'CAST_-1207835000'), ('const-197', u'CALL_-1207848414'), (u'CALL_-1207849024', u'INDIRECT_-1207836514'), (u'INT_ADD_-1207849970', u'CAST_-1207832616'), ('const-0', u'COPY_-1207847282'), (u'CALL_-1207853062', u'INDIRECT_-1207843232'), (u'INT_EQUAL_-1207846378', u'INT_ZEXT_-1207841699'), (u'CALL_-1207848006', u'INDIRECT_-1207831772'), (u'INT_SRIGHT_-1207853331', u'CAST_-1207834530'), (u'INDIRECT_-1207836021', u'MULTIEQUAL_-1207835552'), ('tmp_66996', u'INT_ADD_-1207851061'), (u'INDIRECT_-1207835121', u'MULTIEQUAL_-1207833962'), (u'INT_ADD_-1207851015', u'CAST_-1207833034'), (u'CALL_-1207849382', u'INDIRECT_-1207834301'), (u'INDIRECT_-1207835250', u'MULTIEQUAL_-1207835175'), (u'CALL_-1207849441', u'INDIRECT_-1207834616'), (u'COPY_-1207831132', u'CALL_-1207846205'), (u'CAST_-1207834072', u'LOAD_-1207850384'), ('tmp_3150', u'CBRANCH_-1207853429'), (u'LOAD_-1207851025', u'INT_ADD_-1207850983'), (u'CALL_-1207851972', u'INDIRECT_-1207835379'), (u'INDIRECT_-1207834910', u'MULTIEQUAL_-1207834522'), ('const-2', u'INT_SRIGHT_-1207849762'), (u'INDIRECT_-1207834022', u'MULTIEQUAL_-1207833984'), (u'INDIRECT_-1207832986', u'MULTIEQUAL_-1207836620'), (u'CALL_-1207846520', u'INDIRECT_-1207832742'), (u'MULTIEQUAL_-1207840939', u'MULTIEQUAL_-1207843766'), (u'INDIRECT_-1207835238', u'MULTIEQUAL_-1207835159'), (u'INT_ADD_-1207855484', u'CAST_-1207835636'), (u'CAST_-1207834740', u'INT_ADD_-1207853793'), ('const-4711104', u'COPY_-1207832813'), ('const-4', u'INT_NOTEQUAL_-1207849445'), (u'MULTIEQUAL_-1207834848', u'MULTIEQUAL_-1207836605'), (u'CALL_-1207853974', u'INDIRECT_-1207836320'), (u'LOAD_-1207849008', u'INT_EQUAL_-1207848990'), ('const-4716368', u'COPY_-1207833107'), ('const-417', u'STORE_-1207853082'), (u'MULTIEQUAL_-1207833557', u'MULTIEQUAL_-1207835314'), (u'INT_ADD_-1207855055', u'INT_ADD_-1207855050'), (u'MULTIEQUAL_-1207836347', u'MULTIEQUAL_-1207834180'), (u'MULTIEQUAL_-1207834663', u'COPY_-1207832216'), (u'INDIRECT_-1207831389', u'COPY_-1207831353'), (u'MULTIEQUAL_-1207835183', u'MULTIEQUAL_-1207835180'), ('const-417', u'LOAD_-1207851911'), (u'PTRADD_-1207835649', u'STORE_-1207854848'), (u'MULTIEQUAL_-1207835104', u'MULTIEQUAL_-1207835784'), ('const-0', u'COPY_-1207833538'), (u'INDIRECT_-1207833794', u'MULTIEQUAL_-1207833176'), (u'LOAD_-1207849864', u'INT_ADD_-1207849026'), (u'MULTIEQUAL_-1207836719', u'INT_NOTEQUAL_-1207849079'), (u'STORE_-1207850552', u'INDIRECT_-1207833387'), (u'CALLIND_-1207847126', u'MULTIEQUAL_-1207832431'), (u'INT_NOTEQUAL_-1207847292', u'CBRANCH_-1207847292'), (u'INT_ADD_-1207855581', u'CAST_-1207835724'), ('const-20', u'INT_ADD_-1207850688'), (u'MULTIEQUAL_-1207835546', u'INT_SUB_-1207846312'), ('tmp_10178', u'CBRANCH_-1207850338'), (u'CALL_-1207846879', u'INDIRECT_-1207832834'), (u'INT_NOTEQUAL_-1207841359', u'BOOL_OR_-1207833651'), (u'LOAD_-1207847383', u'INT_ADD_-1207848733'), (u'INT_ADD_-1207849646', u'INT_AND_-1207849619'), (u'INT_ADD_-1207853456', u'CAST_-1207834591'), (u'CAST_-1207833732', u'LOAD_-1207852041'), (u'MULTIEQUAL_-1207836153', u'MULTIEQUAL_-1207835810'), (u'MULTIEQUAL_-1207842280', u'MULTIEQUAL_-1207842307'), ('tmp_8239', u'CBRANCH_-1207849443'), (u'LOAD_-1207853396', u'INT_ADD_-1207853284'), (u'MULTIEQUAL_-1207835175', u'MULTIEQUAL_-1207836172'), (u'INT_AND_-1207849593', u'INT_LESS_-1207849557'), (u'MULTIEQUAL_-1207832521', u'MULTIEQUAL_-1207832511'), (u'MULTIEQUAL_-1207841379', u'MULTIEQUAL_-1207841320'), (u'INDIRECT_-1207836275', u'MULTIEQUAL_-1207834697'), ('const-2415919104', u'INT_EQUAL_-1207849386'), (u'INDIRECT_-1207834169', u'MULTIEQUAL_-1207834021'), (u'CALL_-1207845807', u'INDIRECT_-1207833244'), ('tmp_13210', u'CBRANCH_-1207847292'), (u'LOAD_-1207850836', u'PTRADD_-1207833199'), (u'INT_ADD_-1207850368', u'CAST_-1207834072'), (u'MULTIEQUAL_-1207835913', u'MULTIEQUAL_-1207836023'), (u'CAST_-1207832572', u'LOAD_-1207849864'), (u'MULTIEQUAL_-1207836410', u'MULTIEQUAL_-1207834564'), ('tmp_4252', u'CBRANCH_-1207852384'), (u'INDIRECT_-1207833351', u'COPY_-1207833126'), ('tmp_35357', u'PTRSUB_-1207832750'), (u'MULTIEQUAL_-1207842960', u'MULTIEQUAL_-1207843070'), (u'INT_EQUAL_-1207850386', u'CBRANCH_-1207850384'), (u'PTRSUB_-1207831716', u'CALL_-1207845807'), ('const-417', u'LOAD_-1207850986'), ('const-1', u'PTRADD_-1207832372'), ('const-2866', u'CALL_-1207844461'), (u'INDIRECT_-1207836021', u'MULTIEQUAL_-1207834526'), (u'COPY_-1207834583', u'MULTIEQUAL_-1207844268'), (u'MULTIEQUAL_-1207834530', u'INT_ADD_-1207850688'), (u'MULTIEQUAL_-1207844268', u'COPY_-1207834559'), (u'INDIRECT_-1207835706', u'MULTIEQUAL_-1207831911'), ('const-4', u'PTRADD_-1207833206'), (u'CAST_-1207835378', u'LOAD_-1207854791'), (u'INDIRECT_-1207843077', u'MULTIEQUAL_-1207842960'), (u'CALL_-1207851972', u'INT_EQUAL_-1207851946'), ('const-417', u'LOAD_-1207849818'), (u'MULTIEQUAL_-1207835428', u'MULTIEQUAL_-1207832601'), ('const-1', u'PTRADD_-1207835613'), ('tmp_35357', u'PTRSUB_-1207835447'), (u'CALL_-1207847003', u'INDIRECT_-1207833840'), (u'INT_AND_-1207845136', u'INT_LEFT_-1207845132'), (u'MULTIEQUAL_-1207843313', u'MULTIEQUAL_-1207843169'), (u'CAST_-1207835191', u'LOAD_-1207849355'), (u'CALL_-1207850242', u'INDIRECT_-1207835663'), (u'MULTIEQUAL_-1207835260', u'MULTIEQUAL_-1207835233'), (u'MULTIEQUAL_-1207835295', u'CAST_-1207833932'), (u'MULTIEQUAL_-1207833448', u'INT_EQUAL_-1207845085'), (u'INT_ADD_-1207849424', u'INT_AND_-1207849243'), (u'CALL_-1207849278', u'INDIRECT_-1207832923'), ('const-1', u'RETURN_-1207844183'), (u'INT_SUB_-1207845196', u'INT_AND_-1207839850'), (u'MULTIEQUAL_-1207835295', u'CAST_-1207834740'), (u'INDIRECT_-1207836643', u'MULTIEQUAL_-1207836539'), (u'INT_AND_-1207855146', u'CAST_-1207835530'), (u'INT_ADD_-1207854962', u'STORE_-1207854925'), ('const-1', u'PTRADD_-1207833206'), (u'CAST_-1207832873', u'LOAD_-1207850623'), (u'COPY_-1207832579', u'MULTIEQUAL_-1207832501'), (u'COPY_-1207831354', u'CALL_-1207845418'), ('const-136', u'INT_ADD_-1207849979'), (u'CALL_-1207845464', u'INDIRECT_-1207840623'), (u'LOAD_-1207849690', u'INT_AND_-1207849664'), (u'MULTIEQUAL_-1207838097', u'CALL_-1207853243'), (u'MULTIEQUAL_-1207834901', u'MULTIEQUAL_-1207835143'), (u'LOAD_-1207849439', u'INT_ADD_-1207849396'), (u'COPY_-1207832080', u'MULTIEQUAL_-1207832340'), (u'CALL_-1207849167', u'INDIRECT_-1207833723'), (u'INDIRECT_-1207833923', u'MULTIEQUAL_-1207833305'), (u'INT_ADD_-1207852095', u'INT_ADD_-1207852070'), (u'INDIRECT_-1207836062', u'MULTIEQUAL_-1207834380'), (u'CAST_-1207831677', u'COPY_-1207846185'), (u'CALL_-1207850242', u'INDIRECT_-1207842837'), (u'INDIRECT_-1207832269', u'MULTIEQUAL_-1207832435'), (u'LOAD_-1207849114', u'INT_ADD_-1207849086'), ('const-0', u'CALL_-1207852256'), (u'PTRADD_-1207833636', u'LOAD_-1207849206'), (u'CAST_-1207835000', u'INT_EQUAL_-1207854344'), ('tmp_67040', u'MULTIEQUAL_-1207836218'), (u'MULTIEQUAL_-1207836539', u'MULTIEQUAL_-1207834693'), (u'INDIRECT_-1207841208', u'MULTIEQUAL_-1207841320'), (u'MULTIEQUAL_-1207837016', u'MULTIEQUAL_-1207832698'), (u'LOAD_-1207847383', u'INT_ADD_-1207846273'), ('const-227', u'CALL_-1207848504'), (u'MULTIEQUAL_-1207834568', u'MULTIEQUAL_-1207834543'), ('tmp_70575', u'MULTIEQUAL_-1207835718'), (u'INDIRECT_-1207840839', u'MULTIEQUAL_-1207840223'), ('const-4', u'PTRADD_-1207833238'), (u'INT_MULT_-1207852122', u'INT_ADD_-1207852025'), (u'LOAD_-1207855006', u'INT_CARRY_-1207854986'), (u'MULTIEQUAL_-1207843070', u'MULTIEQUAL_-1207834529'), ('tmp_13501', u'CBRANCH_-1207847090'), (u'INT_ADD_-1207853783', u'CAST_-1207834733'), ('const-172', u'INT_ADD_-1207852326'), (u'INT_MULT_-1207853674', u'INT_ADD_-1207853284'), (u'MULTIEQUAL_-1207836153', u'MULTIEQUAL_-1207834528'), (u'MULTIEQUAL_-1207834977', u'MULTIEQUAL_-1207836734'), (u'MULTIEQUAL_-1207833210', u'MULTIEQUAL_-1207836386'), (u'MULTIEQUAL_-1207835288', u'MULTIEQUAL_-1207835175'), ('const-417', u'LOAD_-1207851227'), (u'INT_AND_-1207849215', u'INT_NOTEQUAL_-1207849214'), ('tmp_4186', u'CBRANCH_-1207852425'), ('const-4', u'PTRADD_-1207832234'), (u'CALL_-1207847446', u'INDIRECT_-1207834169'), ('const-417', u'LOAD_-1207853396'), (u'CALL_-1207854013', u'INDIRECT_-1207836339'), (u'LOAD_-1207849008', u'MULTIEQUAL_-1207844134'), (u'INT_SUB_-1207853353', u'INT_SRIGHT_-1207853331'), (u'MULTIEQUAL_-1207833610', u'MULTIEQUAL_-1207833855'), ('const-4510557', u'COPY_-1207831638'), ('const-0', u'INT_EQUAL_-1207854085'), (u'LOAD_-1207854285', u'INT_ADD_-1207853552'), (u'INT_ADD_-1207854974', u'CAST_-1207835454'), (u'INDIRECT_-1207833132', u'MULTIEQUAL_-1207833223'), (u'CALL_-1207849539', u'INDIRECT_-1207834375'), ('const-6', u'INT_AND_-1207853715'), (u'INT_AND_-1207845461', u'CAST_-1207831877'), (u'CALL_-1207845464', u'INDIRECT_-1207833191'), (u'MULTIEQUAL_-1207836887', u'MULTIEQUAL_-1207832508'), (u'INT_EQUAL_-1207851743', u'CBRANCH_-1207851741'), (u'CAST_-1207834903', u'LOAD_-1207854176'), (u'MULTIEQUAL_-1207833341', u'LOAD_-1207851036'), (u'CALL_-1207848210', u'INDIRECT_-1207833976'), ('const-2', u'INT_SRIGHT_-1207849037'), ('tmp_10645', u'CBRANCH_-1207850384'), (u'INDIRECT_-1207831936', u'MULTIEQUAL_-1207833061'), (u'CAST_-1207835368', u'CALLIND_-1207854804'), (u'INT_LESS_-1207846304', u'CBRANCH_-1207846302'), (u'INDIRECT_-1207832742', u'MULTIEQUAL_-1207832678'), (u'INDIRECT_-1207833911', u'MULTIEQUAL_-1207836547'), (u'MULTIEQUAL_-1207836289', u'MULTIEQUAL_-1207836281'), ('const-0', u'COPY_-1207845604'), (u'MULTIEQUAL_-1207840607', u'LOAD_-1207854285'), ('const-0', u'INT_EQUAL_-1207855113'), (u'INDIRECT_-1207833507', u'MULTIEQUAL_-1207831475'), (u'CALL_-1207849278', u'INT_EQUAL_-1207849252'), (u'INT_EQUAL_-1207852053', u'CBRANCH_-1207852049'), (u'MULTIEQUAL_-1207836734', u'MULTIEQUAL_-1207834567'), (u'INT_ADD_-1207850245', u'INT_LESS_-1207850215'), ('const-4', u'INT_AND_-1207843863'), ('const-56', u'INT_ADD_-1207849696'), (u'INDIRECT_-1207836559', u'CAST_-1207835217'), (u'COPY_-1207831733', u'MULTIEQUAL_-1207834384'), (u'CALL_-1207850120', u'INDIRECT_-1207842782'), (u'MULTIEQUAL_-1207836620', u'INT_EQUAL_-1207849505'), (u'INDIRECT_-1207833460', u'MULTIEQUAL_-1207831575'), (u'CALL_-1207848564', u'INDIRECT_-1207832890'), (u'INDIRECT_-1207834972', u'MULTIEQUAL_-1207835131'), ('tmp_9851', u'CBRANCH_-1207850578'), (u'INDIRECT_-1207834992', u'MULTIEQUAL_-1207833833'), (u'MULTIEQUAL_-1207832965', u'MULTIEQUAL_-1207833210'), (u'INDIRECT_-1207836152', u'MULTIEQUAL_-1207833922'), (u'INT_ADD_-1207850390', u'CALL_-1207850187'), ('const-2', u'PTRADD_-1207833721'), (u'COPY_-1207834166', u'COPY_-1207833760'), (u'INDIRECT_-1207835379', u'MULTIEQUAL_-1207834220'), ('const-4717152', u'COPY_-1207831426'), (u'CALL_-1207852978', u'INDIRECT_-1207835634'), (u'COPY_-1207833146', u'RETURN_-1207833121'), (u'INT_ADD_-1207849196', u'CAST_-1207835117'), (u'INT_NOTEQUAL_-1207855541', u'CBRANCH_-1207855540'), ('const-2039', u'CALL_-1207848006'), (u'MULTIEQUAL_-1207833634', u'MULTIEQUAL_-1207833613'), (u'MULTIEQUAL_-1207832401', u'MULTIEQUAL_-1207832488'), (u'MULTIEQUAL_-1207836791', u'MULTIEQUAL_-1207836758'), (u'STORE_-1207853082', u'INDIRECT_-1207834881'), (u'LOAD_-1207852041', u'INT_NOTEQUAL_-1207852016'), (u'INDIRECT_-1207832078', u'MULTIEQUAL_-1207832193'), (u'INT_ADD_-1207849351', u'CAST_-1207835199'), ('const-417', u'LOAD_-1207855597'), ('const-417', u'LOAD_-1207850069'), ('const-417', u'LOAD_-1207850623'), (u'CALL_-1207850359', u'INDIRECT_-1207835331'), (u'INDIRECT_-1207831772', u'COPY_-1207831802'), (u'INT_2COMP_-1207845498', u'INT_AND_-1207845461'), (u'MULTIEQUAL_-1207834014', u'MULTIEQUAL_-1207833739'), (u'MULTIEQUAL_-1207835751', u'MULTIEQUAL_-1207835606'), ('const-417', u'LOAD_-1207855200'), (u'MULTIEQUAL_-1207833339', u'COPY_-1207833374'), (u'CALL_-1207848504', u'INDIRECT_-1207832991'), (u'CALL_-1207853607', u'INDIRECT_-1207835168'), (u'MULTIEQUAL_-1207840249', u'MULTIEQUAL_-1207843766'), (u'INDIRECT_-1207833536', u'MULTIEQUAL_-1207832907'), ('const-4510597', u'COPY_-1207831429'), (u'CAST_-1207833869', u'LOAD_-1207852342'), (u'CALL_-1207846205', u'INDIRECT_-1207832675'), (u'INT_EQUAL_-1207853453', u'CBRANCH_-1207853451'), ('const-417', u'LOAD_-1207851071'), (u'MULTIEQUAL_-1207836602', u'PTRADD_-1207835295'), ('const-417', u'LOAD_-1207846944'), (u'INT_ADD_-1207854798', u'CAST_-1207835385'), (u'INT_NOTEQUAL_-1207843880', u'CBRANCH_-1207854897'), (u'INDIRECT_-1207833665', u'MULTIEQUAL_-1207833047'), (u'INDIRECT_-1207833794', u'MULTIEQUAL_-1207832337'), (u'COPY_-1207845805', u'MULTIEQUAL_-1207833448'), (u'MULTIEQUAL_-1207841434', u'CAST_-1207831593'), ('tmp_10875', u'CBRANCH_-1207849550'), (u'COPY_-1207847368', u'MULTIEQUAL_-1207836332'), (u'CALL_-1207850120', u'INDIRECT_-1207835866'), (u'INDIRECT_-1207840885', u'MULTIEQUAL_-1207840773'), (u'INT_EQUAL_-1207848066', u'CBRANCH_-1207848064'), ('const-417', u'LOAD_-1207852901'), (u'MULTIEQUAL_-1207835295', u'CAST_-1207832573'), (u'MULTIEQUAL_-1207835552', u'MULTIEQUAL_-1207835527'), ('const-60', u'INT_ADD_-1207853751'), (u'INT_EQUAL_-1207843850', u'CBRANCH_-1207854835'), (u'CAST_-1207832697', u'LOAD_-1207848156'), (u'CALLIND_-1207855137', u'INDIRECT_-1207835828'), (u'PTRADD_-1207832234', u'COPY_-1207831733'), (u'PTRADD_-1207832234', u'CALL_-1207845464'), ('tmp_16409', u'CBRANCH_-1207849015'), (u'LOAD_-1207847346', u'COPY_-1207832311'), ('const-4294967295', u'INT_EQUAL_-1207853453'), (u'INT_ZEXT_-1207855013', u'INT_ADD_-1207855003'), (u'INT_LESS_-1207847155', u'CBRANCH_-1207847163'), (u'CALL_-1207849458', u'INDIRECT_-1207836817'), (u'MULTIEQUAL_-1207835636', u'MULTIEQUAL_-1207834524'), (u'BOOL_NEGATE_-1207842052', u'BOOL_AND_-1207851857'), (u'INDIRECT_-1207833453', u'MULTIEQUAL_-1207833339'), (u'INDIRECT_-1207834829', u'MULTIEQUAL_-1207832935'), ('const-4711240', u'COPY_-1207831231'), ('const-417', u'LOAD_-1207850795'), ('const-132', u'INT_ADD_-1207849970'), ('tmp_66998', u'PTRADD_-1207833420'), (u'CALL_-1207848124', u'INDIRECT_-1207832978'), (u'MULTIEQUAL_-1207833331', u'MULTIEQUAL_-1207836848'), ('const-100', u'INT_ADD_-1207851061'), (u'INDIRECT_-1207837257', u'MULTIEQUAL_-1207834629'), (u'CALL_-1207845464', u'INDIRECT_-1207833320'), (u'CALL_-1207850120', u'INDIRECT_-1207835737'), (u'INDIRECT_-1207836404', u'MULTIEQUAL_-1207836251'), (u'INDIRECT_-1207835759', u'MULTIEQUAL_-1207834693'), (u'CALLIND_-1207855137', u'MULTIEQUAL_-1207835855'), (u'INDIRECT_-1207836578', u'MULTIEQUAL_-1207835368'), (u'INT_AND_-1207847026', u'CAST_-1207832148'), (u'PTRADD_-1207851854', u'COPY_-1207833933'), (u'MULTIEQUAL_-1207835304', u'MULTIEQUAL_-1207835239'), (u'COPY_-1207845908', u'MULTIEQUAL_-1207835546'), (u'CAST_-1207833932', u'INT_ADD_-1207852443'), (u'COPY_-1207831697', u'MULTIEQUAL_-1207834384'), (u'INDIRECT_-1207840926', u'MULTIEQUAL_-1207840810'), (u'CALL_-1207845418', u'INDIRECT_-1207832759'), (u'INDIRECT_-1207835892', u'MULTIEQUAL_-1207834525'), (u'MULTIEQUAL_-1207832472', u'MULTIEQUAL_-1207832452'), (u'MULTIEQUAL_-1207844639', u'INT_ADD_-1207853783'), (u'CALL_-1207846832', u'INDIRECT_-1207832950'), (u'INT_2COMP_-1207846219', u'INT_AND_-1207846189'), (u'CALL_-1207848414', u'INDIRECT_-1207831563'), (u'INDIRECT_-1207835846', u'MULTIEQUAL_-1207831517'), (u'LOAD_-1207852403', u'INT_NOTEQUAL_-1207852384'), (u'INDIRECT_-1207833449', u'MULTIEQUAL_-1207833352'), (u'LOAD_-1207852379', u'INT_LESS_-1207852345'), (u'INT_NOTEQUAL_-1207847214', u'CBRANCH_-1207847213'), (u'CALL_-1207850744', u'INDIRECT_-1207836032'), (u'LOAD_-1207851036', u'INT_ADD_-1207850970'), (u'INT_NOTEQUAL_-1207845749', u'CBRANCH_-1207845749'), (u'LOAD_-1207850836', u'PTRADD_-1207833294'), ('const-417', u'LOAD_-1207854039'), (u'LOAD_-1207852827', u'MULTIEQUAL_-1207834515'), (u'CALL_-1207850359', u'INDIRECT_-1207835718'), (u'INDIRECT_-1207835100', u'MULTIEQUAL_-1207835389'), (u'INDIRECT_-1207833278', u'MULTIEQUAL_-1207832649'), (u'CALL_-1207848092', u'SUBPIECE_-1207831780'), ('const-1', u'RETURN_-1207847772'), (u'LOAD_-1207850704', u'INT_ADD_-1207850390'), (u'LOAD_-1207852901', u'INT_LESS_-1207852886'), ('const-0', u'INT_NOTEQUAL_-1207851208'), (u'INT_ADD_-1207849445', u'CAST_-1207832394'), ('const-28', u'INT_ADD_-1207851177'), (u'MULTIEQUAL_-1207837480', u'INT_LESSEQUAL_-1207849907'), ('const-4294967256', u'PTRSUB_-1207835447'), (u'MULTIEQUAL_-1207835269', u'MULTIEQUAL_-1207835228'), (u'INDIRECT_-1207831589', u'COPY_-1207831642'), (u'MULTIEQUAL_-1207836160', u'MULTIEQUAL_-1207836152'), ('const-417', u'LOAD_-1207853559'), (u'COPY_-1207833662', u'CALL_-1207848930'), ('const-865', u'CALL_-1207846879'), (u'CALL_-1207848210', u'INDIRECT_-1207833252'), (u'MULTIEQUAL_-1207841200', u'COPY_-1207831930'), (u'CAST_-1207833005', u'LOAD_-1207850959'), (u'INT_EQUAL_-1207850583', u'CBRANCH_-1207850580'), (u'INDIRECT_-1207834105', u'MULTIEQUAL_-1207835880'), ('tmp_2885', u'CBRANCH_-1207853579'), ('tmp_13807', u'CBRANCH_-1207846926'), (u'CALL_-1207853974', u'INDIRECT_-1207836578'), (u'CALL_-1207848981', u'INDIRECT_-1207834455'), (u'INDIRECT_-1207834792', u'MULTIEQUAL_-1207834735'), ('const-1', u'RETURN_-1207848209'), (u'INDIRECT_-1207833731', u'MULTIEQUAL_-1207833972'), (u'COPY_-1207850873', u'MULTIEQUAL_-1207838728'), ('const-250', u'INT_AND_-1207841277'), ('const-0', u'INT_NOTEQUAL_-1207852071'), (u'MULTIEQUAL_-1207834717', u'MULTIEQUAL_-1207834744'), (u'PTRADD_-1207835613', u'MULTIEQUAL_-1207838420'), (u'INT_NOTEQUAL_-1207841202', u'CBRANCH_-1207850467'), (u'INT_AND_-1207850723', u'COPY_-1207833141'), (u'CAST_-1207835516', u'LOAD_-1207855132'), (u'COPY_-1207831426', u'CALL_-1207848414'), ('const-417', u'STORE_-1207844771'), (u'INDIRECT_-1207836612', u'MULTIEQUAL_-1207833984'), ('const-2426', u'CALL_-1207847777'), (u'MULTIEQUAL_-1207841757', u'INT_EQUAL_-1207840025'), (u'COPY_-1207831193', u'CALL_-1207844188'), ('tmp_196', u'CBRANCH_-1207855540'), ('tmp_13375', u'CBRANCH_-1207847163'), ('tmp_16978', u'CBRANCH_-1207845567'), (u'INT_ADD_-1207854160', u'CAST_-1207834903'), (u'LOAD_-1207854176', u'INT_EQUAL_-1207854085'), ('const-417', u'STORE_-1207854925'), ('const-417', u'LOAD_-1207850333'), (u'CALL_-1207848006', u'INDIRECT_-1207833012'), (u'LOAD_-1207854285', u'INT_ADD_-1207853844'), ('tmp_66996', u'INT_ADD_-1207851055'), (u'INT_SUB_-1207849059', u'INT_SRIGHT_-1207849037'), (u'CALL_-1207850744', u'INDIRECT_-1207834792'), (u'MULTIEQUAL_-1207835785', u'MULTIEQUAL_-1207835744'), (u'INT_ADD_-1207849330', u'CAST_-1207835184'), (u'CALL_-1207850145', u'INDIRECT_-1207835379'), (u'CALL_-1207848210', u'INDIRECT_-1207834363'), ('const-0', u'SUBPIECE_-1207841716'), ('const-32', u'INT_AND_-1207840029'), (u'MULTIEQUAL_-1207834258', u'MULTIEQUAL_-1207834145'), (u'INDIRECT_-1207836688', u'CAST_-1207835216'), (u'PTRADD_-1207833434', u'INT_NOTEQUAL_-1207851090'), (u'LOAD_-1207851761', u'MULTIEQUAL_-1207844639'), (u'INDIRECT_-1207834843', u'MULTIEQUAL_-1207835002'), ('const-28', u'INT_ADD_-1207854220'), (u'MULTIEQUAL_-1207834975', u'MULTIEQUAL_-1207835002'), (u'LOAD_-1207850704', u'INT_SUB_-1207850520'), (u'STORE_-1207854848', u'INDIRECT_-1207835820'), ('tmp_989', u'CBRANCH_-1207855111'), (u'INDIRECT_-1207836817', u'MULTIEQUAL_-1207836603'), ('const-28', u'INT_ADD_-1207849230'), ('const-144', u'INT_ADD_-1207850151'), (u'CAST_-1207832278', u'LOAD_-1207849044'), (u'INDIRECT_-1207835379', u'MULTIEQUAL_-1207835304'), (u'INT_MULT_-1207849700', u'INT_ADD_-1207849712'), (u'INT_EQUAL_-1207855044', u'CBRANCH_-1207855030'), (u'CALL_-1207848110', u'INDIRECT_-1207834130'), (u'CALL_-1207849278', u'INDIRECT_-1207833905'), (u'CALL_-1207850242', u'INDIRECT_-1207835792'), ('const-0', u'INT_EQUAL_-1207849678'), (u'CALL_-1207845418', u'INDIRECT_-1207831519'), (u'MULTIEQUAL_-1207836920', u'MULTIEQUAL_-1207836887'), (u'CAST_-1207833758', u'LOAD_-1207852106'), (u'MULTIEQUAL_-1207834917', u'MULTIEQUAL_-1207834852'), (u'CAST_-1207835368', u'CALLIND_-1207855137'), ('tmp_35357', u'PTRSUB_-1207831716'), (u'SUBPIECE_-1207841517', u'INT_AND_-1207846345'), (u'MULTIEQUAL_-1207835362', u'MULTIEQUAL_-1207835389'), (u'INDIRECT_-1207834792', u'MULTIEQUAL_-1207834625'), (u'CAST_-1207833696', u'LOAD_-1207851943'), (u'INT_ADD_-1207847507', u'CAST_-1207832375'), ('const-14504', u'INT_ADD_-1207847610'), (u'MULTIEQUAL_-1207833892', u'MULTIEQUAL_-1207833871'), ('const-417', u'LOAD_-1207853692'), (u'MULTIEQUAL_-1207833945', u'MULTIEQUAL_-1207833972'), (u'CALLIND_-1207847126', u'INDIRECT_-1207833365'), (u'MULTIEQUAL_-1207837029', u'MULTIEQUAL_-1207837008'), (u'CALL_-1207844965', u'INDIRECT_-1207832308'), (u'INT_LESS_-1207852143', u'CBRANCH_-1207852152'), ('const-417', u'LOAD_-1207853199'), (u'INDIRECT_-1207833062', u'MULTIEQUAL_-1207832965'), (u'INDIRECT_-1207835250', u'MULTIEQUAL_-1207834091'), (u'MULTIEQUAL_-1207832341', u'MULTIEQUAL_-1207835183'), (u'CALL_-1207853243', u'INDIRECT_-1207835035'), ('const-417', u'LOAD_-1207849728'), (u'INDIRECT_-1207835508', u'MULTIEQUAL_-1207834349'), (u'LOAD_-1207849108', u'MULTIEQUAL_-1207844821'), (u'COPY_-1207831429', u'CALL_-1207844965'), (u'LOAD_-1207850836', u'PTRADD_-1207833055'), (u'INDIRECT_-1207832800', u'MULTIEQUAL_-1207835385'), ('const-3', u'INT_ADD_-1207851001'), (u'CALL_-1207850744', u'INT_ADD_-1207850354'), (u'LOAD_-1207850926', u'INT_CARRY_-1207850906'), ('const-1', u'PTRADD_-1207833420'), ('const-417', u'LOAD_-1207851106'), (u'INDIRECT_-1207842892', u'MULTIEQUAL_-1207842903'), (u'MULTIEQUAL_-1207841200', u'INT_SUB_-1207846312'), ('tmp_66996', u'CALL_-1207845807'), (u'MULTIEQUAL_-1207836749', u'MULTIEQUAL_-1207833073'), ('tmp_232', u'CBRANCH_-1207855517'), (u'INDIRECT_-1207836150', u'MULTIEQUAL_-1207836009'), (u'INT_AND_-1207849619', u'INT_EQUAL_-1207849633'), (u'LOAD_-1207850075', u'INT_ADD_-1207850036'), (u'INDIRECT_-1207835706', u'MULTIEQUAL_-1207831479'), ('const-28', u'INT_ADD_-1207849587'), (u'MULTIEQUAL_-1207838463', u'INT_ADD_-1207850045'), (u'MULTIEQUAL_-1207832660', u'MULTIEQUAL_-1207832649'), (u'LOAD_-1207851911', u'INT_LESS_-1207851894'), (u'LOAD_-1207851911', u'INT_EQUAL_-1207851894'), (u'INDIRECT_-1207833507', u'MULTIEQUAL_-1207833339'), (u'CALL_-1207845807', u'INDIRECT_-1207832004'), ('tmp_9813', u'CBRANCH_-1207850605'), (u'CAST_-1207835368', u'PTRADD_-1207835684'), (u'CALL_-1207849136', u'INDIRECT_-1207836811'), (u'LOAD_-1207850912', u'MULTIEQUAL_-1207838081'), (u'CALL_-1207849024', u'INDIRECT_-1207836256'), ('const-28', u'INT_ADD_-1207849619'), (u'MULTIEQUAL_-1207837178', u'MULTIEQUAL_-1207837145'), ('const-4095', u'INT_AND_-1207849593'), (u'LOAD_-1207854285', u'INT_ADD_-1207854015'), ('tmp_7532', u'CBRANCH_-1207849875'), ('const-8', u'INT_ADD_-1207848992'), (u'INT_ADD_-1207855224', u'INT_SUB_-1207855183'), (u'LOAD_-1207850836', u'PTRADD_-1207833225'), (u'INT_LESS_-1207853908', u'CBRANCH_-1207853917'), (u'STORE_-1207850546', u'INDIRECT_-1207833383'), ('const-1905552', u'PTRSUB_-1207835645'), ('const-1', u'PTRADD_-1207835691'), (u'INDIRECT_-1207841537', u'MULTIEQUAL_-1207842728'), ('const-417', u'STORE_-1207850570'), (u'MULTIEQUAL_-1207835175', u'MULTIEQUAL_-1207835110'), (u'COPY_-1207832038', u'MULTIEQUAL_-1207839829'), (u'MULTIEQUAL_-1207837016', u'MULTIEQUAL_-1207832738'), (u'COPY_-1207832813', u'CALL_-1207849382'), ('const-417', u'LOAD_-1207850370'), (u'INT_AND_-1207849386', u'INT_EQUAL_-1207849386'), (u'CALL_-1207848214', u'INDIRECT_-1207832779'), (u'CAST_-1207834791', u'LOAD_-1207853902'), ('const-16', u'INT_ADD_-1207850354'), (u'INDIRECT_-1207834492', u'MULTIEQUAL_-1207835681'), (u'MULTIEQUAL_-1207832601', u'MULTIEQUAL_-1207832521'), ('const-32', u'INT_ADD_-1207850820'), (u'LOAD_-1207854285', u'CALL_-1207853974'), (u'CALL_-1207844461', u'INDIRECT_-1207832289'), (u'LOAD_-1207855195', u'INT_ADD_-1207854990'), (u'CAST_-1207832509', u'LOAD_-1207849705'), ('const-32', u'INT_RIGHT_-1207831621'), ('const-1', u'RETURN_-1207846874'), (u'MULTIEQUAL_-1207834530', u'CALL_-1207850744'), (u'CALL_-1207853062', u'INDIRECT_-1207836316'), (u'INT_AND_-1207850954', u'INT_CARRY_-1207850906'), (u'LOAD_-1207853828', u'INT_NOTEQUAL_-1207853812'), (u'INT_NOTEQUAL_-1207853748', u'CBRANCH_-1207853748'), (u'CALL_-1207845203', u'INDIRECT_-1207833486'), (u'INT_NOTEQUAL_-1207841358', u'BOOL_OR_-1207833651'), ('const-92', u'CALL_-1207851683'), (u'COPY_-1207831596', u'CALL_-1207848124'), (u'INDIRECT_-1207833407', u'MULTIEQUAL_-1207836515'), ('const-132', u'INT_ADD_-1207849080'), (u'CALL_-1207846195', u'INDIRECT_-1207833003'), (u'INT_ADD_-1207852294', u'CAST_-1207833852'), ('const-417', u'STORE_-1207854943'), (u'CALL_-1207847402', u'INDIRECT_-1207832037'), ('const-417', u'LOAD_-1207852041'), (u'INT_AND_-1207840965', u'INT_EQUAL_-1207840979'), (u'CALL_-1207850237', u'INDIRECT_-1207833260'), (u'MULTIEQUAL_-1207843593', u'COPY_-1207834290'), (u'INDIRECT_-1207834487', u'MULTIEQUAL_-1207835417'), (u'INDIRECT_-1207833777', u'COPY_-1207833788'), (u'INT_NOTEQUAL_-1207848762', u'CBRANCH_-1207848761'), ('const-1', u'RETURN_-1207848119'), ('const-0', u'SUBPIECE_-1207841517'), ('const-32', u'INT_ADD_-1207853155'), (u'COPY_-1207834537', u'MULTIEQUAL_-1207843813'), (u'MULTIEQUAL_-1207836902', u'MULTIEQUAL_-1207833176'), (u'CAST_-1207834255', u'LOAD_-1207850370'), (u'INDIRECT_-1207836817', u'MULTIEQUAL_-1207833073'), (u'INDIRECT_-1207836741', u'MULTIEQUAL_-1207834113'), (u'INDIRECT_-1207834607', u'MULTIEQUAL_-1207834568'), (u'MULTIEQUAL_-1207835046', u'MULTIEQUAL_-1207834509'), (u'INT_SUB_-1207845196', u'SUBPIECE_-1207841543'), (u'COPY_-1207833759', u'MULTIEQUAL_-1207843102'), (u'MULTIEQUAL_-1207835397', u'MULTIEQUAL_-1207835507'), (u'MULTIEQUAL_-1207843165', u'PTRADD_-1207851854'), (u'INDIRECT_-1207836191', u'MULTIEQUAL_-1207834981'), ('const-4294967293', u'INT_LESS_-1207846929'), (u'INDIRECT_-1207833536', u'MULTIEQUAL_-1207836644'), (u'MULTIEQUAL_-1207844076', u'MULTIEQUAL_-1207844055'), ('tmp_4341', u'CBRANCH_-1207852321'), (u'STORE_-1207850479', u'INDIRECT_-1207833355'), (u'COPY_-1207831303', u'CALL_-1207846312'), ('const-417', u'LOAD_-1207854364'), (u'INT_EQUAL_-1207848164', u'CBRANCH_-1207848161'), (u'INDIRECT_-1207834947', u'MULTIEQUAL_-1207834832'), (u'CAST_-1207833578', u'LOAD_-1207850121'), (u'MULTIEQUAL_-1207834220', u'MULTIEQUAL_-1207834203'), (u'CAST_-1207833293', u'LOAD_-1207848957'), (u'INDIRECT_-1207831436', u'COPY_-1207831408'), (u'MULTIEQUAL_-1207836152', u'MULTIEQUAL_-1207836089'), ('const-417', u'LOAD_-1207852342'), ('const-6', u'PTRADD_-1207835645'), (u'MULTIEQUAL_-1207833331', u'MULTIEQUAL_-1207836861'), (u'MULTIEQUAL_-1207835744', u'MULTIEQUAL_-1207835559'), (u'CAST_-1207832437', u'LOAD_-1207849557'), (u'MULTIEQUAL_-1207836848', u'MULTIEQUAL_-1207836805'), (u'CAST_-1207832983', u'LOAD_-1207850922'), (u'INT_SUB_-1207847547', u'INT_EQUAL_-1207847542'), (u'CAST_-1207835368', u'PTRADD_-1207835627'), (u'INDIRECT_-1207836946', u'MULTIEQUAL_-1207836732'), (u'INDIRECT_-1207833905', u'MULTIEQUAL_-1207834015'), (u'MULTIEQUAL_-1207833247', u'MULTIEQUAL_-1207833226'), (u'INDIRECT_-1207835188', u'MULTIEQUAL_-1207835260'), ('const-417', u'LOAD_-1207846561'), (u'CALL_-1207853607', u'INDIRECT_-1207836021'), (u'INDIRECT_-1207843195', u'MULTIEQUAL_-1207842728'), (u'CALLIND_-1207847126', u'INDIRECT_-1207832641'), ('tmp_67038', u'MULTIEQUAL_-1207836476'), ('tmp_698', u'BRANCH_-1207854985'), (u'STORE_-1207850497', u'INDIRECT_-1207833362'), ('tmp_13293', u'CBRANCH_-1207847213'), (u'CALL_-1207846887', u'INDIRECT_-1207833923'), (u'LOAD_-1207850075', u'MULTIEQUAL_-1207834702'), ('const-417', u'LOAD_-1207848156'), ('const-96', u'INT_ADD_-1207855484'), (u'INT_ADD_-1207846965', u'COPY_-1207832230'), (u'COPY_-1207847340', u'MULTIEQUAL_-1207833295'), (u'MULTIEQUAL_-1207832944', u'MULTIEQUAL_-1207836474'), (u'CALL_-1207845464', u'INDIRECT_-1207833062'), (u'MULTIEQUAL_-1207836629', u'MULTIEQUAL_-1207832250'), (u'CALL_-1207846195', u'INDIRECT_-1207832874'), ('const-1', u'PTRADD_-1207833092'), (u'INDIRECT_-1207832600', u'MULTIEQUAL_-1207832435'), (u'INT_ADD_-1207849676', u'CAST_-1207832498'), ('const-132', u'INT_ADD_-1207849811'), (u'COPY_-1207834417', u'CALL_-1207850242'), (u'MULTIEQUAL_-1207838097', u'CALL_-1207850187'), (u'CALL_-1207849278', u'INDIRECT_-1207834163'), (u'MULTIEQUAL_-1207834073', u'MULTIEQUAL_-1207832339'), ('const-417', u'LOAD_-1207850830'), ('const-0', u'COPY_-1207833151'), (u'LOAD_-1207848176', u'INT_AND_-1207848150'), (u'INDIRECT_-1207836688', u'MULTIEQUAL_-1207836474'), (u'CALL_-1207851683', u'INDIRECT_-1207835248'), (u'CALL_-1207854202', u'INDIRECT_-1207843713'), (u'PTRADD_-1207835491', u'INT_NOTEQUAL_-1207848762'), (u'MULTIEQUAL_-1207834393', u'MULTIEQUAL_-1207834368'), (u'MULTIEQUAL_-1207837145', u'MULTIEQUAL_-1207832766'), ('const-417', u'LOAD_-1207849461'), (u'INT_ADD_-1207853751', u'CAST_-1207834715'), (u'CALL_-1207850187', u'INDIRECT_-1207834528'), (u'INDIRECT_-1207836612', u'MULTIEQUAL_-1207836513'), (u'MULTIEQUAL_-1207842480', u'MULTIEQUAL_-1207841943'), (u'INT_AND_-1207850954', u'INT_ADD_-1207850904'), ('const-60', u'INT_ADD_-1207852387'), ('const-417', u'LOAD_-1207854791'), (u'INDIRECT_-1207836058', u'MULTIEQUAL_-1207835993'), (u'CALL_-1207853243', u'INDIRECT_-1207843320'), ('const-31', u'INT_AND_-1207846345'), (u'LOAD_-1207850370', u'MULTIEQUAL_-1207834515'), (u'CALL_-1207848011', u'INDIRECT_-1207831896'), (u'INT_ADD_-1207850688', u'CAST_-1207834234'), (u'CAST_-1207834195', u'LOAD_-1207850624'), (u'INDIRECT_-1207835828', u'MULTIEQUAL_-1207835854'), (u'INDIRECT_-1207833582', u'MULTIEQUAL_-1207833468'), (u'INT_ADD_-1207850510', u'INT_ADD_-1207850469'), (u'COPY_-1207833939', u'MULTIEQUAL_-1207843206'), (u'INT_AND_-1207846306', u'INT_LEFT_-1207846302'), (u'CALL_-1207847402', u'INDIRECT_-1207832424'), ('const-320', u'INT_ADD_-1207853371'), (u'LOAD_-1207845780', u'INT_SUB_-1207845727'), ('const-417', u'LOAD_-1207846289'), ('tmp_1140', u'CBRANCH_-1207855030'), (u'LOAD_-1207849827', u'INT_SUB_-1207849784'), ('tmp_3118', u'CBRANCH_-1207853451'), ('const-1', u'CALL_-1207854013'), ('const-417', u'STORE_-1207847521'), (u'COPY_-1207851960', u'MULTIEQUAL_-1207843038'), (u'CALL_-1207846520', u'INDIRECT_-1207831502'), (u'LOAD_-1207849635', u'INT_EQUAL_-1207849617'), (u'MULTIEQUAL_-1207834626', u'PTRADD_-1207835491'), (u'CALL_-1207848092', u'INDIRECT_-1207840221'), (u'LOAD_-1207848957', u'MULTIEQUAL_-1207837100'), (u'CALL_-1207851159', u'INDIRECT_-1207834395'), (u'CALL_-1207846195', u'INDIRECT_-1207833519'), ('const-4510597', u'COPY_-1207833135'), ('tmp_66999', u'CALL_-1207851972'), (u'INT_NOTEQUAL_-1207849214', u'CBRANCH_-1207849211'), (u'COPY_-1207835224', u'MULTIEQUAL_-1207844889'), (u'MULTIEQUAL_-1207843102', u'INT_ADD_-1207849273'), (u'INT_OR_-1207850539', u'STORE_-1207850546'), (u'BOOL_NEGATE_-1207846344', u'INT_ZEXT_-1207841411'), (u'MULTIEQUAL_-1207836642', u'MULTIEQUAL_-1207836281'), (u'MULTIEQUAL_-1207843102', u'INT_ADD_-1207849424'), (u'CAST_-1207831253', u'INT_EQUAL_-1207846541'), (u'INT_ADD_-1207852095', u'INT_ADD_-1207852090'), (u'CALL_-1207848534', u'INDIRECT_-1207832829'), (u'INT_AND_-1207841265', u'STORE_-1207850647'), ('const-0', u'INT_EQUAL_-1207840979'), (u'CALL_-1207849458', u'INDIRECT_-1207837075'), (u'INT_LEFT_-1207845132', u'PIECE_-1207832017'), ('const-0', u'INT_EQUAL_-1207849633'), (u'COPY_-1207835381', u'MULTIEQUAL_-1207834714'), (u'LOAD_-1207849361', u'INT_LESSEQUAL_-1207849264'), (u'CALL_-1207849335', u'INDIRECT_-1207835188'), ('const-417', u'LOAD_-1207852827'), (u'LOAD_-1207852403', u'CALL_-1207852256'), (u'INDIRECT_-1207833704', u'MULTIEQUAL_-1207833945'), (u'CAST_-1207835142', u'LOAD_-1207849102'), ('const-0', u'RETURN_-1207833126'), (u'INT_EQUAL_-1207845169', u'INT_ZEXT_-1207841736'), ('const-65279', u'INT_LESS_-1207852179'), (u'COPY_-1207833940', u'MULTIEQUAL_-1207843165'), (u'MULTIEQUAL_-1207844076', u'MULTIEQUAL_-1207843715'), (u'LOAD_-1207847358', u'MULTIEQUAL_-1207834069'), (u'INDIRECT_-1207835317', u'MULTIEQUAL_-1207835095'), (u'MULTIEQUAL_-1207841434', u'COPY_-1207831742'), ('const-417', u'STORE_-1207850552'), (u'INDIRECT_-1207835718', u'MULTIEQUAL_-1207835727'), (u'MULTIEQUAL_-1207836797', u'MULTIEQUAL_-1207836734'), ('const-1', u'INT_EQUAL_-1207852053'), (u'PTRADD_-1207835295', u'INT_NOTEQUAL_-1207849079'), (u'INDIRECT_-1207834616', u'MULTIEQUAL_-1207835546'), ('const-100', u'INT_ADD_-1207850894'), ('const-4', u'PTRADD_-1207832372'), (u'CALL_-1207852978', u'INDIRECT_-1207836150'), ('const-483', u'CALL_-1207848110'), (u'CAST_-1207835131', u'LOAD_-1207849087'), (u'MULTIEQUAL_-1207841434', u'CAST_-1207835276'), (u'CALL_-1207846312', u'INDIRECT_-1207832427'), (u'INDIRECT_-1207842016', u'MULTIEQUAL_-1207842307'), (u'MULTIEQUAL_-1207834626', u'LOAD_-1207846944'), ('tmp_6349', u'CBRANCH_-1207850662'), (u'INDIRECT_-1207832802', u'MULTIEQUAL_-1207832965'), (u'PTRADD_-1207833238', u'CAST_-1207832883'), ('tmp_9698', u'CBRANCH_-1207850681'), (u'INDIRECT_-1207834992', u'MULTIEQUAL_-1207834917'), (u'MULTIEQUAL_-1207834718', u'COPY_-1207832269'), (u'MULTIEQUAL_-1207835233', u'MULTIEQUAL_-1207835260'), (u'CAST_-1207833743', u'LOAD_-1207852068'), (u'INT_ADD_-1207849460', u'CALL_-1207848981'), (u'LOAD_-1207850836', u'PTRADD_-1207833249'), (u'CALL_-1207848006', u'INDIRECT_-1207832496'), (u'INT_ADD_-1207855117', u'CAST_-1207835336'), (u'CALL_-1207851683', u'INDIRECT_-1207835506'), (u'INDIRECT_-1207835929', u'MULTIEQUAL_-1207834695'), ('const-100', u'INT_ADD_-1207854722'), (u'INT_ADD_-1207849696', u'CAST_-1207832513'), ('const-12', u'CALL_-1207852256'), (u'INT_ADD_-1207851009', u'CAST_-1207833030'), (u'MULTIEQUAL_-1207834917', u'MULTIEQUAL_-1207835914'), (u'CALL_-1207848534', u'INDIRECT_-1207832958'), (u'CAST_-1207834441', u'LOAD_-1207850069'), ('const-4', u'PTRADD_-1207833225'), (u'INDIRECT_-1207834585', u'MULTIEQUAL_-1207834744'), ('const-40', u'INT_ADD_-1207854166'), (u'INT_ADD_-1207852052', u'CAST_-1207833743'), ('const-0', u'INT_NOTEQUAL_-1207855029'), ('const-108', u'INT_ADD_-1207847330'), (u'LOAD_-1207847203', u'MULTIEQUAL_-1207832299'), (u'MULTIEQUAL_-1207835269', u'MULTIEQUAL_-1207835046'), ('const-1', u'RETURN_-1207849377'), (u'CAST_-1207831256', u'MULTIEQUAL_-1207840607'), (u'MULTIEQUAL_-1207844055', u'MULTIEQUAL_-1207844225'), (u'INT_NOTEQUAL_-1207853673', u'CBRANCH_-1207853673'), ('const-0', u'INT_EQUAL_-1207855044'), (u'CALL_-1207848124', u'INDIRECT_-1207833107'), (u'INDIRECT_-1207835759', u'MULTIEQUAL_-1207835606'), (u'INT_ADD_-1207848733', u'CAST_-1207835290'), (u'CALLIND_-1207847126', u'INDIRECT_-1207840926'), (u'COPY_-1207845805', u'MULTIEQUAL_-1207833739'), ('tmp_67036', u'MULTIEQUAL_-1207837137'), (u'INT_EQUAL_-1207850683', u'CBRANCH_-1207850681'), (u'INDIRECT_-1207840289', u'MULTIEQUAL_-1207843925'), (u'INDIRECT_-1207833260', u'COPY_-1207833316'), (u'INT_ADD_-1207848941', u'CAST_-1207833293'), (u'INT_ADD_-1207848140', u'CAST_-1207832697'), (u'LOAD_-1207854285', u'CALL_-1207849278'), ('const-5645', u'CALL_-1207844237'), (u'INT_NOTEQUAL_-1207854955', u'CBRANCH_-1207854953'), (u'INDIRECT_-1207833047', u'MULTIEQUAL_-1207834220'), ('const-7', u'PTRADD_-1207833238'), ('const-417', u'LOAD_-1207849432'), (u'CAST_-1207833059', u'LOAD_-1207851077'), (u'CALLIND_-1207850323', u'INDIRECT_-1207834538'), (u'INT_SRIGHT_-1207847587', u'INT_XOR_-1207847555'), (u'MULTIEQUAL_-1207836629', u'MULTIEQUAL_-1207832311'), ('tmp_11154', u'CBRANCH_-1207849319'), (u'INDIRECT_-1207836275', u'MULTIEQUAL_-1207836122'), (u'CALL_-1207850744', u'INDIRECT_-1207835516'), (u'INDIRECT_-1207833228', u'MULTIEQUAL_-1207833352'), (u'INDIRECT_-1207834829', u'MULTIEQUAL_-1207832996'), (u'LOAD_-1207854285', u'INT_ADD_-1207852154'), (u'CALL_-1207846195', u'INDIRECT_-1207832150'), (u'CALL_-1207848110', u'INDIRECT_-1207834517'), (u'CALL_-1207850237', u'INDIRECT_-1207834629'), (u'COPY_-1207833374', u'COPY_-1207833435'), (u'INT_AND_-1207843832', u'INT_EQUAL_-1207843850'), (u'INDIRECT_-1207841136', u'MULTIEQUAL_-1207841379'), (u'CALL_-1207849458', u'INDIRECT_-1207836688'), (u'CALL_-1207852256', u'INDIRECT_-1207835238'), (u'MULTIEQUAL_-1207843165', u'LOAD_-1207851911'), ('const-1', u'INT_SUB_-1207845196'), (u'MULTIEQUAL_-1207834714', u'COPY_-1207832303'), ('const-417', u'LOAD_-1207853828'), ('const-1', u'PTRADD_-1207851854'), (u'INDIRECT_-1207836537', u'MULTIEQUAL_-1207835810'), (u'INT_ADD_-1207852032', u'CAST_-1207833736'), (u'CAST_-1207832708', u'LOAD_-1207848176'), (u'INT_LEFT_-1207845637', u'COPY_-1207832058'), ('tmp_12888', u'CBRANCH_-1207847540'), (u'INT_ADD_-1207850036', u'CAST_-1207834435'), (u'LOAD_-1207846561', u'CAST_-1207831256'), ('const-1', u'CALL_-1207849539'), (u'INDIRECT_-1207835903', u'MULTIEQUAL_-1207835104'), ('const-417', u'LOAD_-1207849635'), (u'MULTIEQUAL_-1207834975', u'MULTIEQUAL_-1207835655'), (u'MULTIEQUAL_-1207843800', u'COPY_-1207834477'), ('const-7', u'PTRADD_-1207833195'), (u'CALL_-1207846312', u'INDIRECT_-1207832685'), (u'INDIRECT_-1207836281', u'MULTIEQUAL_-1207834051'), (u'INDIRECT_-1207836578', u'MULTIEQUAL_-1207834896'), ('tmp_67000', u'CALL_-1207847446'), (u'LOAD_-1207850922', u'INT_ADD_-1207850904'), ('const-32', u'INT_ADD_-1207849541'), (u'MULTIEQUAL_-1207835656', u'MULTIEQUAL_-1207835433'), (u'INDIRECT_-1207836161', u'MULTIEQUAL_-1207836042'), (u'MULTIEQUAL_-1207835314', u'MULTIEQUAL_-1207833146'), (u'INDIRECT_-1207833324', u'MULTIEQUAL_-1207833210'), ('const-417', u'LOAD_-1207854170'), (u'INDIRECT_-1207834621', u'MULTIEQUAL_-1207835810'), ('const-1', u'INT_EQUAL_-1207855520'), (u'CALL_-1207849335', u'INDIRECT_-1207835317'), (u'INT_SUB_-1207849585', u'INT_LESSEQUAL_-1207849293'), (u'CAST_-1207832573', u'INT_ADD_-1207849848'), (u'INDIRECT_-1207836514', u'MULTIEQUAL_-1207836410'), (u'INDIRECT_-1207833536', u'MULTIEQUAL_-1207833543'), (u'MULTIEQUAL_-1207833339', u'MULTIEQUAL_-1207836515'), (u'LOAD_-1207854285', u'INT_ADD_-1207854258'), (u'CALL_-1207849136', u'INDIRECT_-1207843856'), (u'INDIRECT_-1207834972', u'MULTIEQUAL_-1207834837'), (u'CALL_-1207847446', u'INDIRECT_-1207834040'), (u'CAST_-1207834208', u'LOAD_-1207850646'), (u'COPY_-1207831742', u'MULTIEQUAL_-1207834901'), (u'INDIRECT_-1207832851', u'MULTIEQUAL_-1207833044'), (u'CALL_-1207853974', u'INDIRECT_-1207835338'), (u'MULTIEQUAL_-1207836043', u'MULTIEQUAL_-1207835269'), (u'MULTIEQUAL_-1207835789', u'MULTIEQUAL_-1207835864'), ('tmp_3560', u'CBRANCH_-1207853200'), (u'CALL_-1207846195', u'INT_ADD_-1207846173'), (u'INT_SUB_-1207849562', u'COPY_-1207833759'), (u'INT_NOTEQUAL_-1207852384', u'CBRANCH_-1207852384'), (u'CAST_-1207832869', u'LOAD_-1207850614'), (u'INT_SUB_-1207845525', u'INT_ADD_-1207845514'), (u'INDIRECT_-1207833453', u'MULTIEQUAL_-1207833094'), (u'MULTIEQUAL_-1207837145', u'MULTIEQUAL_-1207832806'), (u'INT_ZEXT_-1207841411', u'INT_LEFT_-1207846341'), (u'INDIRECT_-1207835816', u'MULTIEQUAL_-1207835739'), (u'LOAD_-1207851943', u'COPY_-1207833946'), (u'INDIRECT_-1207833003', u'MULTIEQUAL_-1207833094'), (u'MULTIEQUAL_-1207835546', u'MULTIEQUAL_-1207835433'), (u'CAST_-1207835596', u'LOAD_-1207850912'), ('const-144', u'INT_ADD_-1207849443'), (u'INDIRECT_-1207835508', u'MULTIEQUAL_-1207835433'), (u'CALL_-1207848011', u'INDIRECT_-1207833265'), (u'INDIRECT_-1207835637', u'MULTIEQUAL_-1207835559'), (u'MULTIEQUAL_-1207843508', u'CALL_-1207847402'), (u'LOAD_-1207855025', u'INT_OR_-1207854865'), ('tmp_4133', u'CBRANCH_-1207852810'), (u'CALL_-1207850187', u'INDIRECT_-1207835639'), (u'CALL_-1207848006', u'INDIRECT_-1207833141'), ('tmp_14744', u'BRANCH_-1207846147'), ('const-6', u'PTRADD_-1207835491'), (u'CAST_-1207832498', u'LOAD_-1207849690'), (u'CALL_-1207847446', u'INDIRECT_-1207832800'), (u'INDIRECT_-1207835892', u'MULTIEQUAL_-1207835751'), ('const-44', u'INT_ADD_-1207852443'), (u'COPY_-1207847262', u'COPY_-1207832320'), (u'INDIRECT_-1207834040', u'COPY_-1207832444'), (u'INT_ADD_-1207845426', u'MULTIEQUAL_-1207841200'), (u'LOAD_-1207852217', u'MULTIEQUAL_-1207837480'), (u'LOAD_-1207853444', u'INT_AND_-1207853418'), (u'CALL_-1207852256', u'INDIRECT_-1207835625'), (u'MULTIEQUAL_-1207835615', u'MULTIEQUAL_-1207835433'), (u'CALL_-1207848981', u'INDIRECT_-1207834842'), (u'CALL_-1207844461', u'INDIRECT_-1207832676'), (u'MULTIEQUAL_-1207833833', u'MULTIEQUAL_-1207833816'), (u'MULTIEQUAL_-1207841434', u'INT_SUB_-1207846246'), (u'MULTIEQUAL_-1207837145', u'MULTIEQUAL_-1207832867'), (u'BOOL_NEGATE_-1207845131', u'INT_ZEXT_-1207841442'), (u'MULTIEQUAL_-1207832944', u'INT_NOTEQUAL_-1207845417'), ('const-4294967256', u'PTRSUB_-1207831716'), (u'INDIRECT_-1207834184', u'MULTIEQUAL_-1207832290'), (u'LOAD_-1207853559', u'INT_SUB_-1207853525'), ('const-6', u'PTRADD_-1207832234'), ('const-20', u'INT_ADD_-1207848941'), ('const-417', u'LOAD_-1207852217'), (u'INT_ADD_-1207849339', u'CAST_-1207835191'), (u'CALL_-1207847446', u'INDIRECT_-1207833653'), (u'CALL_-1207854202', u'INDIRECT_-1207836410'), (u'INDIRECT_-1207836552', u'MULTIEQUAL_-1207836662'), (u'LOAD_-1207846848', u'MULTIEQUAL_-1207841235'), (u'INDIRECT_-1207832660', u'MULTIEQUAL_-1207833833'), (u'CALL_-1207849539', u'INDIRECT_-1207834246'), ('const-4', u'INT_AND_-1207843509'), (u'PTRADD_-1207833434', u'MULTIEQUAL_-1207840607'), (u'CALL_-1207844965', u'INDIRECT_-1207832437'), ('const-4088', u'INT_LESS_-1207849557'), ('const-4716860', u'COPY_-1207834013'), (u'CAST_-1207832545', u'LOAD_-1207849818'), (u'MULTIEQUAL_-1207833811', u'MULTIEQUAL_-1207833763'), (u'INT_EQUAL_-1207851894', u'CBRANCH_-1207851895'), (u'MULTIEQUAL_-1207835854', u'MULTIEQUAL_-1207831475'), ('const-4', u'PTRADD_-1207833310'), (u'LOAD_-1207846783', u'INT_NOTEQUAL_-1207846764'), (u'INT_SUB_-1207849318', u'INT_SRIGHT_-1207849296'), ('tmp_12694', u'CBRANCH_-1207846538'), (u'CAST_-1207833813', u'INT_ADD_-1207852201'), (u'INDIRECT_-1207832554', u'MULTIEQUAL_-1207832511'), (u'CAST_-1207834733', u'LOAD_-1207853799'), ('const-417', u'LOAD_-1207849367'), ('const-197', u'CALL_-1207846462'), (u'COPY_-1207832823', u'CALL_-1207849382'), (u'CAST_-1207835117', u'STORE_-1207849210'), (u'INT_ADD_-1207853933', u'CAST_-1207834808'), (u'INT_LESSEQUAL_-1207853468', u'CBRANCH_-1207853478'), (u'INDIRECT_-1207833962', u'MULTIEQUAL_-1207834203'), (u'CALL_-1207846312', u'INDIRECT_-1207831445'), (u'MULTIEQUAL_-1207844889', u'INT_NOTEQUAL_-1207849053'), (u'CALL_-1207846195', u'INDIRECT_-1207833132'), ('tmp_67001', u'CALL_-1207845807'), (u'CAST_-1207834328', u'LOAD_-1207852901'), (u'INT_ADD_-1207849712', u'CAST_-1207832518'), (u'INDIRECT_-1207831650', u'COPY_-1207831701'), (u'MULTIEQUAL_-1207835180', u'MULTIEQUAL_-1207835143'), (u'CALL_-1207848214', u'INDIRECT_-1207832521'), (u'INT_ADD_-1207850354', u'CAST_-1207834255'), ('const-417', u'LOAD_-1207854285'), (u'INDIRECT_-1207835774', u'MULTIEQUAL_-1207835765'), (u'CALL_-1207849164', u'INDIRECT_-1207835101'), (u'CALL_-1207848414', u'INDIRECT_-1207832287'), (u'LOAD_-1207849635', u'INT_ADD_-1207849587'), (u'INT_EQUAL_-1207846789', u'CBRANCH_-1207846788'), (u'COPY_-1207834637', u'MULTIEQUAL_-1207834692'), (u'INDIRECT_-1207837128', u'MULTIEQUAL_-1207834500'), (u'INDIRECT_-1207834571', u'MULTIEQUAL_-1207832738'), (u'MULTIEQUAL_-1207836878', u'MULTIEQUAL_-1207833202'), (u'INT_2COMP_-1207855015', u'MULTIEQUAL_-1207838857'), (u'LOAD_-1207847635', u'INT_SRIGHT_-1207847587'), (u'COPY_-1207832216', u'MULTIEQUAL_-1207834384'), (u'INT_ADD_-1207850714', u'CAST_-1207834244'), (u'LOAD_-1207850959', u'INT_NOTEQUAL_-1207841359'), (u'INDIRECT_-1207836688', u'PTRADD_-1207835364'), (u'MULTIEQUAL_-1207842093', u'INT_LESSEQUAL_-1207849741'), (u'MULTIEQUAL_-1207843593', u'INT_ADD_-1207850310'), (u'INT_AND_-1207849253', u'INT_NOTEQUAL_-1207849252'), ('const-417', u'LOAD_-1207850310'), (u'CALL_-1207849278', u'INDIRECT_-1207834034'), (u'CALL_-1207849062', u'INDIRECT_-1207833575'), (u'INDIRECT_-1207836021', u'MULTIEQUAL_-1207835880'), (u'MULTIEQUAL_-1207835855', u'CAST_-1207835554'), ('const-417', u'LOAD_-1207849361'), (u'INT_NOTEQUAL_-1207850557', u'CBRANCH_-1207850552'), ('const-0', u'INT_NOTEQUAL_-1207855541'), (u'LOAD_-1207854285', u'INT_ADD_-1207849696'), (u'MULTIEQUAL_-1207834735', u'MULTIEQUAL_-1207834522'), (u'INDIRECT_-1207835888', u'MULTIEQUAL_-1207834694'), (u'LOAD_-1207851031', u'INT_ADD_-1207851001'), ('const-1', u'RETURN_-1207849162'), (u'LOAD_-1207846944', u'INT_LESS_-1207846929'), ('const-0', u'INT_EQUAL_-1207850811'), ('const-417', u'LOAD_-1207850274'), (u'CALL_-1207847777', u'INDIRECT_-1207832493'), (u'MULTIEQUAL_-1207833073', u'MULTIEQUAL_-1207836590'), (u'CAST_-1207835496', u'LOAD_-1207855094'), (u'MULTIEQUAL_-1207836773', u'MULTIEQUAL_-1207833047'), (u'MULTIEQUAL_-1207833176', u'MULTIEQUAL_-1207833165'), (u'LOAD_-1207854170', u'CALL_-1207854013'), ('const-1', u'COPY_-1207853872'), (u'LOAD_-1207851036', u'INT_ADD_-1207851009'), (u'INDIRECT_-1207833861', u'MULTIEQUAL_-1207833678'), (u'CALLIND_-1207854804', u'INDIRECT_-1207837257'), (u'COPY_-1207831713', u'CALL_-1207846879'), (u'MULTIEQUAL_-1207843813', u'COPY_-1207834534'), (u'CALL_-1207851683', u'INDIRECT_-1207834990'), (u'MULTIEQUAL_-1207835378', u'MULTIEQUAL_-1207833531'), (u'MULTIEQUAL_-1207836539', u'MULTIEQUAL_-1207836476'), (u'INT_ADD_-1207852025', u'CAST_-1207833732'), (u'MULTIEQUAL_-1207836902', u'MULTIEQUAL_-1207833811'), (u'MULTIEQUAL_-1207834590', u'MULTIEQUAL_-1207836347'), (u'INDIRECT_-1207841085', u'MULTIEQUAL_-1207843723'), (u'INT_ADD_-1207853147', u'INT_EQUAL_-1207853140'), (u'LOAD_-1207853387', u'INT_SUB_-1207853353'), ('const-4', u'PTRADD_-1207833268'), ('tmp_15343', u'BRANCH_-1207845792'), ('const-8', u'INT_ADD_-1207855581'), (u'LOAD_-1207855090', u'INT_ADD_-1207855072'), ('tmp_66996', u'CALL_-1207846210'), (u'INT_ZEXT_-1207841736', u'INT_LEFT_-1207845093'), (u'MULTIEQUAL_-1207835727', u'MULTIEQUAL_-1207835894'), (u'COPY_-1207831171', u'CALL_-1207846205'), ('const-4', u'INT_ADD_-1207853068'), (u'INT_ADD_-1207853430', u'CAST_-1207834576'), ('const-417', u'STORE_-1207850647'), (u'MULTIEQUAL_-1207835433', u'MULTIEQUAL_-1207834896'), (u'INT_ADD_-1207848992', u'CAST_-1207833263'), (u'CAST_-1207833030', u'LOAD_-1207851025'), ('const-92', u'CALL_-1207848930'), (u'INDIRECT_-1207836191', u'MULTIEQUAL_-1207836043'), (u'INDIRECT_-1207832874', u'MULTIEQUAL_-1207832965'), (u'CALLIND_-1207850613', u'INDIRECT_-1207834184'), ('const-4294967295', u'INT_EQUAL_-1207849878'), ('const-417', u'LOAD_-1207853709'), (u'CALL_-1207853243', u'INDIRECT_-1207836404'), (u'LOAD_-1207847162', u'CAST_-1207832186'), (u'CAST_-1207835406', u'STORE_-1207854866'), (u'CALL_-1207848210', u'INDIRECT_-1207834234'), (u'COPY_-1207834534', u'MULTIEQUAL_-1207843800'), (u'CALLIND_-1207850323', u'INDIRECT_-1207834022'), ('tmp_1457', u'CBRANCH_-1207854835'), (u'INDIRECT_-1207843077', u'MULTIEQUAL_-1207842280'), (u'INT_NOTEQUAL_-1207850297', u'CBRANCH_-1207850294'), ('const-4717152', u'COPY_-1207831300'), (u'CAST_-1207834576', u'LOAD_-1207853444'), (u'INT_EQUAL_-1207854344', u'CBRANCH_-1207854342'), ('tmp_4546', u'CBRANCH_-1207852187'), (u'CALL_-1207850359', u'INDIRECT_-1207842892'), (u'LOAD_-1207849346', u'INT_SUB_-1207849318'), (u'INT_EQUAL_-1207852327', u'CBRANCH_-1207852321'), ('const-4294967295', u'STORE_-1207849210'), (u'MULTIEQUAL_-1207837016', u'MULTIEQUAL_-1207836900'), ('const-0', u'INT_EQUAL_-1207845169'), (u'MULTIEQUAL_-1207843035', u'INT_NOTEQUAL_-1207851858'), ('const-417', u'LOAD_-1207847203'), (u'MULTIEQUAL_-1207843102', u'INT_ADD_-1207849494'), (u'MULTIEQUAL_-1207835233', u'MULTIEQUAL_-1207835913'), ('const-4', u'PTRADD_-1207833636'), (u'CALL_-1207846879', u'INDIRECT_-1207832705'), (u'INDIRECT_-1207834040', u'MULTIEQUAL_-1207836676'), (u'COPY_-1207834559', u'MULTIEQUAL_-1207843800'), (u'CALL_-1207848930', u'INDIRECT_-1207834501'), (u'CAST_-1207831593', u'COPY_-1207831706'), (u'LOAD_-1207853767', u'INT_NOTEQUAL_-1207853748'), ('const-4714964', u'COPY_-1207831411'), ('const-2', u'INT_AND_-1207852058'), (u'CALL_-1207845418', u'INDIRECT_-1207832372'), (u'MULTIEQUAL_-1207833930', u'MULTIEQUAL_-1207832338'), (u'MULTIEQUAL_-1207835417', u'MULTIEQUAL_-1207835304'), (u'INDIRECT_-1207834667', u'MULTIEQUAL_-1207834629'), ('const-31', u'INT_AND_-1207845684'), (u'CAST_-1207831835', u'LOAD_-1207846289'), ('const-0', u'COPY_-1207847262'), (u'MULTIEQUAL_-1207843593', u'INT_ADD_-1207850390'), (u'CALL_-1207851159', u'INDIRECT_-1207833671'), (u'MULTIEQUAL_-1207844225', u'MULTIEQUAL_-1207844192'), (u'COPY_-1207833138', u'CALL_-1207850237'), (u'MULTIEQUAL_-1207832686', u'MULTIEQUAL_-1207836216'), (u'INT_MULT_-1207853674', u'INT_ADD_-1207853456'), (u'CALLIND_-1207850613', u'INDIRECT_-1207834313'), (u'INT_ADD_-1207850151', u'CALL_-1207850145'), (u'CALL_-1207849062', u'INDIRECT_-1207834091'), (u'CAST_-1207833736', u'LOAD_-1207852048'), (u'CALL_-1207848124', u'INDIRECT_-1207831738'), (u'INT_ZEXT_-1207851904', u'INT_MULT_-1207842062'), (u'MULTIEQUAL_-1207836089', u'MULTIEQUAL_-1207833922'), (u'INDIRECT_-1207832918', u'MULTIEQUAL_-1207834091'), (u'MULTIEQUAL_-1207836644', u'MULTIEQUAL_-1207832918'), (u'INT_ADD_-1207853284', u'CAST_-1207834523'), (u'CAST_-1207834222', u'LOAD_-1207850674'), ('const-4', u'PTRADD_-1207833092'), (u'INDIRECT_-1207833519', u'MULTIEQUAL_-1207833610'), (u'INT_ADD_-1207852885', u'CAST_-1207834328'), (u'INDIRECT_-1207835706', u'MULTIEQUAL_-1207835467'), (u'COPY_-1207834548', u'MULTIEQUAL_-1207843813'), (u'INT_ADD_-1207854154', u'CAST_-1207834899'), (u'INDIRECT_-1207835496', u'MULTIEQUAL_-1207835417'), ('const-417', u'LOAD_-1207850912'), (u'INT_EQUAL_-1207850606', u'CBRANCH_-1207850605'), (u'INDIRECT_-1207832789', u'MULTIEQUAL_-1207833962'), (u'LOAD_-1207849374', u'INT_AND_-1207849215'), ('const-417', u'LOAD_-1207849374'), (u'LOAD_-1207847383', u'CALL_-1207849458'), ('const-417', u'LOAD_-1207850614'), (u'INDIRECT_-1207836688', u'MULTIEQUAL_-1207832944'), (u'INT_ADD_-1207849298', u'INT_LESSEQUAL_-1207849293'), ('const-417', u'LOAD_-1207852068'), (u'INT_ADD_-1207853171', u'CAST_-1207834476'), (u'CAST_-1207832979', u'LOAD_-1207850905'), ('const-0', u'INT_EQUAL_-1207851743'), (u'MULTIEQUAL_-1207838097', u'INT_LESS_-1207852886'), ('const-0', u'INT_NOTEQUAL_-1207853783'), (u'CALL_-1207852978', u'INDIRECT_-1207843195'), (u'LOAD_-1207854161', u'CALL_-1207854013'), (u'MULTIEQUAL_-1207833202', u'MULTIEQUAL_-1207836719'), ('const-417', u'LOAD_-1207846848'), (u'INT_ADD_-1207851055', u'CAST_-1207833055'), (u'INDIRECT_-1207834863', u'MULTIEQUAL_-1207835099'), (u'INDIRECT_-1207833833', u'MULTIEQUAL_-1207834074'), (u'LOAD_-1207852882', u'COPY_-1207834552'), ('const-4292869151', u'INT_AND_-1207849215'), ('const-0', u'INT_EQUAL_-1207848164'), (u'MULTIEQUAL_-1207834638', u'MULTIEQUAL_-1207834590'), (u'INDIRECT_-1207832484', u'MULTIEQUAL_-1207832420'), ('tmp_35357', u'PTRSUB_-1207834680'), (u'INT_ADD_-1207849460', u'INT_ADD_-1207849435'), (u'INDIRECT_-1207835338', u'MULTIEQUAL_-1207833606'), (u'SUBPIECE_-1207841543', u'INT_AND_-1207845136'), ('tmp_1285', u'CBRANCH_-1207854953'), ('const-0', u'INT_EQUAL_-1207840026'), ('const-6', u'PTRADD_-1207833163'), (u'CALL_-1207850744', u'INT_ADD_-1207850658'), ('const-417', u'LOAD_-1207849653'), (u'MULTIEQUAL_-1207834625', u'MULTIEQUAL_-1207834735'), (u'CAST_-1207834420', u'STORE_-1207853082'), ('const-417', u'LOAD_-1207849557'), (u'INT_2COMP_-1207847043', u'INT_AND_-1207847026'), (u'MULTIEQUAL_-1207843206', u'LOAD_-1207851909'), (u'LOAD_-1207852084', u'INT_AND_-1207852058'), ('const-3', u'PTRADD_-1207833636'), (u'CALL_-1207846887', u'INT_EQUAL_-1207846855'), (u'INDIRECT_-1207835671', u'MULTIEQUAL_-1207835606'), (u'INT_ADD_-1207855166', u'INT_AND_-1207855123'), (u'MULTIEQUAL_-1207837145', u'MULTIEQUAL_-1207837029'), (u'LOAD_-1207849986', u'INT_ADD_-1207849877'), (u'CALL_-1207848930', u'INDIRECT_-1207834888'), (u'MULTIEQUAL_-1207843102', u'INT_ADD_-1207849298'), (u'INDIRECT_-1207842553', u'INT_ZEXT_-1207851899'), ('tmp_8597', u'CBRANCH_-1207849251'), (u'INT_ADD_-1207849435', u'CAST_-1207833454'), (u'LOAD_-1207854285', u'INT_ADD_-1207849979'), (u'LOAD_-1207850836', u'PTRADD_-1207833310'), (u'COPY_-1207832267', u'MULTIEQUAL_-1207834663'), (u'MULTIEQUAL_-1207836642', u'MULTIEQUAL_-1207836621'), ('const-417', u'LOAD_-1207849712'), (u'CALLIND_-1207855137', u'INDIRECT_-1207837197'), (u'INDIRECT_-1207835101', u'MULTIEQUAL_-1207834966'), ('const-1', u'INT_SUB_-1207845727'), ('const-417', u'LOAD_-1207849087'), ('const-2667577344', u'INT_AND_-1207849386'), ('const-4716860', u'COPY_-1207831550'), (u'MULTIEQUAL_-1207835855', u'SUBPIECE_-1207839111'), ('const-417', u'LOAD_-1207854814'), (u'INDIRECT_-1207835317', u'MULTIEQUAL_-1207835389'), ('const-1', u'PTRADD_-1207833434'), (u'CALL_-1207849024', u'INDIRECT_-1207836385'), ('const-417', u'LOAD_-1207855494'), ('const-2', u'INT_SRIGHT_-1207853331'), ('const-56', u'INT_ADD_-1207852032'), (u'PTRADD_-1207832234', u'COPY_-1207832049'), (u'PTRADD_-1207835364', u'LOAD_-1207849114'), (u'INDIRECT_-1207835221', u'MULTIEQUAL_-1207835340'), (u'MULTIEQUAL_-1207836559', u'MULTIEQUAL_-1207835785'), ('const-5', u'INT_OR_-1207854865'), ('const-40', u'INT_ADD_-1207853933'), (u'MULTIEQUAL_-1207843949', u'MULTIEQUAL_-1207840858'), ('tmp_10919', u'CBRANCH_-1207849488'), (u'INDIRECT_-1207836032', u'MULTIEQUAL_-1207835233'), (u'MULTIEQUAL_-1207841235', u'INT_EQUAL_-1207845085'), ('const-417', u'LOAD_-1207855006'), ('tmp_66998', u'LOAD_-1207854364'), (u'INDIRECT_-1207835671', u'MULTIEQUAL_-1207834693'), (u'CAST_-1207834716', u'INT_ADD_-1207853751'), (u'MULTIEQUAL_-1207833553', u'MULTIEQUAL_-1207833543'), (u'MULTIEQUAL_-1207832424', u'CBRANCH_-1207846954'), (u'CALLIND_-1207855137', u'CAST_-1207835342'), (u'MULTIEQUAL_-1207843813', u'COPY_-1207834537'), (u'MULTIEQUAL_-1207832511', u'MULTIEQUAL_-1207832332'), ('const-417', u'STORE_-1207854848'), ('tmp_14022', u'CBRANCH_-1207846788'), (u'INT_ADD_-1207849273', u'COPY_-1207833725'), (u'CAST_-1207835459', u'INT_CARRY_-1207854986'), (u'INT_ADD_-1207849877', u'CAST_-1207832588'), (u'MULTIEQUAL_-1207832918', u'MULTIEQUAL_-1207832907'), (u'MULTIEQUAL_-1207837307', u'MULTIEQUAL_-1207837274'), ('const-24', u'INT_ADD_-1207850053'), (u'CAST_-1207831877', u'CAST_-1207831860'), (u'INT_SUB_-1207846246', u'INT_ADD_-1207846235'), (u'CALL_-1207847003', u'INDIRECT_-1207840885'), (u'CAST_-1207835336', u'LOAD_-1207855133'), ('const-4489837', u'COPY_-1207831236'), (u'CALLIND_-1207854804', u'INDIRECT_-1207844173'), (u'MULTIEQUAL_-1207834527', u'MULTIEQUAL_-1207835681'), (u'CALL_-1207845807', u'INDIRECT_-1207832857'), (u'CALL_-1207849164', u'INDIRECT_-1207835230'), (u'BOOL_AND_-1207846248', u'CBRANCH_-1207846275'), (u'INT_RIGHT_-1207831621', u'SUBPIECE_-1207831779'), (u'CALL_-1207849024', u'INDIRECT_-1207836643'), (u'MULTIEQUAL_-1207834590', u'MULTIEQUAL_-1207834564'), (u'PTRADD_-1207835627', u'CAST_-1207835378'), (u'MULTIEQUAL_-1207836676', u'MULTIEQUAL_-1207836668'), (u'INDIRECT_-1207843077', u'MULTIEQUAL_-1207843070'), ('tmp_66999', u'CALL_-1207853607'), (u'LOAD_-1207849827', u'INT_ADD_-1207849712'), (u'INT_MULT_-1207849677', u'INT_ADD_-1207849689'), ('const-0', u'COPY_-1207855086'), (u'CALL_-1207853974', u'INDIRECT_-1207836707'), (u'MULTIEQUAL_-1207835526', u'MULTIEQUAL_-1207835444'), ('const-0', u'INT_EQUAL_-1207849617'), (u'INDIRECT_-1207831622', u'COPY_-1207831670'), (u'COPY_-1207831239', u'CALL_-1207844237'), (u'CALL_-1207846832', u'INDIRECT_-1207832563'), (u'INDIRECT_-1207834584', u'MULTIEQUAL_-1207834873'), (u'MULTIEQUAL_-1207836362', u'MULTIEQUAL_-1207832686'), ('const-0', u'CALL_-1207852978'), (u'MULTIEQUAL_-1207833606', u'MULTIEQUAL_-1207833557'), (u'COPY_-1207850465', u'MULTIEQUAL_-1207843593'), (u'CAST_-1207835000', u'MULTIEQUAL_-1207840607'), (u'INDIRECT_-1207836187', u'MULTIEQUAL_-1207836122'), ('const-2039', u'CALL_-1207846312'), (u'INT_ADD_-1207851061', u'CAST_-1207833059'), ('tmp_1816', u'CBRANCH_-1207854255'), (u'INDIRECT_-1207842233', u'MULTIEQUAL_-1207842307'), ('const-417', u'LOAD_-1207853799'), (u'MULTIEQUAL_-1207835765', u'MULTIEQUAL_-1207834525'), (u'SUBPIECE_-1207841716', u'INT_AND_-1207845684'), (u'CALL_-1207852256', u'INDIRECT_-1207835754'), ('const-24', u'INT_ADD_-1207853171'), (u'CAST_-1207834748', u'LOAD_-1207853828'), ('const-4703183', u'COPY_-1207831239'), ('const-417', u'LOAD_-1207853420'), (u'LOAD_-1207855132', u'INT_AND_-1207843509'), (u'INT_NOTEQUAL_-1207853281', u'CBRANCH_-1207853281'), (u'CALL_-1207846462', u'INDIRECT_-1207831471'), (u'LOAD_-1207853902', u'INT_EQUAL_-1207853884'), (u'CAST_-1207832883', u'STORE_-1207850647'), (u'INT_ADD_-1207854984', u'STORE_-1207854943'), (u'INDIRECT_-1207833653', u'MULTIEQUAL_-1207836289'), (u'MULTIEQUAL_-1207834332', u'MULTIEQUAL_-1207834306'), (u'CALL_-1207849539', u'INDIRECT_-1207833006'), (u'CALL_-1207849167', u'INDIRECT_-1207832870'), (u'INT_LESS_-1207852886', u'CBRANCH_-1207852883'), (u'INDIRECT_-1207833380', u'MULTIEQUAL_-1207833597'), (u'INT_EQUAL_-1207845085', u'CBRANCH_-1207845083'), (u'CALL_-1207848414', u'INDIRECT_-1207832932'), (u'INT_RIGHT_-1207850760', u'INT_AND_-1207850723'), ('const-1', u'INT_AND_-1207849218'), ('tmp_2584', u'CBRANCH_-1207853778'), (u'MULTIEQUAL_-1207833597', u'MULTIEQUAL_-1207836773'), (u'MULTIEQUAL_-1207838857', u'INT_AND_-1207855146'), (u'MULTIEQUAL_-1207834846', u'MULTIEQUAL_-1207835526'), (u'MULTIEQUAL_-1207838463', u'INT_ADD_-1207849646'), ('tmp_67037', u'MULTIEQUAL_-1207837008'), (u'MULTIEQUAL_-1207833505', u'MULTIEQUAL_-1207833484'), ('const-7', u'PTRADD_-1207832125'), (u'MULTIEQUAL_-1207835433', u'MULTIEQUAL_-1207836430'), (u'INT_LEFT_-1207846341', u'INT_EQUAL_-1207839816'), (u'CAST_-1207835184', u'LOAD_-1207849346'), (u'COPY_-1207831411', u'CALL_-1207844965'), (u'MULTIEQUAL_-1207836668', u'MULTIEQUAL_-1207836605'), (u'CALL_-1207849164', u'INDIRECT_-1207834972'), (u'LOAD_-1207851036', u'INT_ADD_-1207850820'), ('const-417', u'LOAD_-1207849346'), (u'LOAD_-1207850830', u'INT_AND_-1207850650'), (u'INDIRECT_-1207835481', u'MULTIEQUAL_-1207831479'), (u'MULTIEQUAL_-1207832401', u'CBRANCH_-1207846815'), (u'INDIRECT_-1207832554', u'MULTIEQUAL_-1207831875'), (u'INT_AND_-1207840029', u'INT_NOTEQUAL_-1207845613'), (u'INT_ADD_-1207850844', u'CAST_-1207832967'), (u'COPY_-1207834559', u'INT_ADD_-1207852866'), (u'INT_ADD_-1207851177', u'CALL_-1207851159'), (u'INDIRECT_-1207836430', u'MULTIEQUAL_-1207832686'), (u'INT_EQUAL_-1207847542', u'CBRANCH_-1207847540'), (u'CALL_-1207850120', u'INDIRECT_-1207835221'), (u'MULTIEQUAL_-1207833739', u'MULTIEQUAL_-1207833979'), (u'INDIRECT_-1207833665', u'MULTIEQUAL_-1207836773'), ('const-48', u'INT_ADD_-1207849086'), (u'PTRADD_-1207832234', u'LOAD_-1207846729'), (u'CALL_-1207848124', u'INDIRECT_-1207832462'), (u'MULTIEQUAL_-1207834525', u'MULTIEQUAL_-1207835423'), ('const-136', u'INT_ADD_-1207849330'), (u'CALL_-1207849458', u'INDIRECT_-1207836559'), ('const-36', u'INT_ADD_-1207849549'), (u'MULTIEQUAL_-1207837919', u'INT_ADD_-1207855055'), (u'COPY_-1207832078', u'MULTIEQUAL_-1207832339'), (u'INDIRECT_-1207836187', u'MULTIEQUAL_-1207834697'), ('tmp_67038', u'MULTIEQUAL_-1207836879'), (u'MULTIEQUAL_-1207842903', u'MULTIEQUAL_-1207843070'), (u'CALL_-1207844188', u'INDIRECT_-1207831389'), ('const-4717152', u'COPY_-1207831132'), (u'CALL_-1207846462', u'INDIRECT_-1207832324'), (u'INDIRECT_-1207835508', u'MULTIEQUAL_-1207835744'), (u'INDIRECT_-1207833407', u'MULTIEQUAL_-1207832778'), (u'CALL_-1207849441', u'INDIRECT_-1207834745'), (u'CALL_-1207846832', u'INDIRECT_-1207832434'), (u'MULTIEQUAL_-1207833341', u'PTRADD_-1207833092'), (u'INDIRECT_-1207836539', u'MULTIEQUAL_-1207834309'), ('const-164', u'INT_ADD_-1207849032'), (u'CAST_-1207834183', u'LOAD_-1207850600'), (u'INDIRECT_-1207837197', u'MULTIEQUAL_-1207837274'), ('const-417', u'LOAD_-1207849114'), (u'LOAD_-1207854285', u'CALL_-1207851972'), (u'CALL_-1207849167', u'INDIRECT_-1207833981'), (u'INT_ADD_-1207846173', u'MULTIEQUAL_-1207841200'), (u'LOAD_-1207849367', u'MULTIEQUAL_-1207844821'), (u'COPY_-1207834056', u'CALL_-1207851683'), (u'COPY_-1207831529', u'CALL_-1207848564'), ('tmp_11526', u'BRANCH_-1207848966'), (u'INDIRECT_-1207835634', u'MULTIEQUAL_-1207834523'), (u'MULTIEQUAL_-1207834528', u'MULTIEQUAL_-1207835810'), ('const-0', u'INT_NOTEQUAL_-1207854955'), ('const-417', u'LOAD_-1207855025'), (u'CALLIND_-1207855137', u'INT_NOTEQUAL_-1207835937'), (u'CALL_-1207848534', u'INDIRECT_-1207831589'), (u'INDIRECT_-1207833278', u'MULTIEQUAL_-1207832333'), (u'INT_ZEXT_-1207841699', u'INT_LEFT_-1207846302'), (u'CAST_-1207833055', u'LOAD_-1207851071'), (u'INT_ADD_-1207849631', u'CAST_-1207832476'), (u'MULTIEQUAL_-1207836848', u'MULTIEQUAL_-1207834021'), ('const-0', u'CALL_-1207849481'), (u'CAST_-1207832407', u'LOAD_-1207847626'), (u'INT_ADD_-1207850103', u'MULTIEQUAL_-1207843482'), ('tmp_11257', u'CBRANCH_-1207849249'), ('tmp_11311', u'CBRANCH_-1207849211'), (u'CALL_-1207848210', u'INDIRECT_-1207841537'), (u'CALL_-1207851159', u'INDIRECT_-1207834782'), (u'CALLIND_-1207850613', u'INDIRECT_-1207834442'), (u'MULTIEQUAL_-1207834626', u'COPY_-1207845812'), (u'COPY_-1207833852', u'MULTIEQUAL_-1207835295'), ('const-7', u'PTRADD_-1207835719'), (u'INT_EQUAL_-1207849232', u'CBRANCH_-1207849228'), (u'INDIRECT_-1207831502', u'MULTIEQUAL_-1207831390'), ('const-4489837', u'COPY_-1207833662'), (u'CALL_-1207846312', u'INDIRECT_-1207832814'), ('const-197', u'CALL_-1207849167'), (u'INDIRECT_-1207831710', u'COPY_-1207831719'), ('const-0', u'INT_EQUAL_-1207848990'), ('const-417', u'LOAD_-1207854031'), (u'LOAD_-1207855002', u'INT_ADD_-1207854984'), (u'CALL_-1207849382', u'INDIRECT_-1207833914'), (u'CALL_-1207848981', u'INDIRECT_-1207834713'), ('const-417', u'LOAD_-1207852459'), (u'CALL_-1207849481', u'INDIRECT_-1207834219'), (u'INT_EQUAL_-1207850811', u'CBRANCH_-1207850809'), ('const-1', u'INT_SUB_-1207846246'), (u'LOAD_-1207854182', u'INT_EQUAL_-1207851781'), ('const-0', u'INT_EQUAL_-1207851946'), (u'CALL_-1207853062', u'INDIRECT_-1207835929'), (u'COPY_-1207831527', u'CALL_-1207848504'), (u'CAST_-1207835385', u'LOAD_-1207854814'), (u'CALL_-1207849136', u'INDIRECT_-1207836424'), ('const-8', u'COPY_-1207848973'), (u'MULTIEQUAL_-1207836461', u'MULTIEQUAL_-1207836418'), (u'INDIRECT_-1207840402', u'MULTIEQUAL_-1207840530'), ('tmp_12322', u'CBRANCH_-1207848161'), (u'CALL_-1207850145', u'INDIRECT_-1207835121'), (u'MULTIEQUAL_-1207838420', u'LOAD_-1207855204'), (u'CALL_-1207849335', u'INDIRECT_-1207834930'), (u'LOAD_-1207852048', u'INT_ADD_-1207852025'), (u'INT_ADD_-1207846273', u'CAST_-1207831835'), ('const-4', u'PTRADD_-1207833294'), (u'INDIRECT_-1207840363', u'MULTIEQUAL_-1207840530'), ('const-0', u'COPY_-1207834166'), (u'INT_ADD_-1207853844', u'COPY_-1207834568'), (u'CALL_-1207848930', u'INDIRECT_-1207835017'), (u'INT_SRIGHT_-1207849391', u'INT_EQUAL_-1207849168'), ('const-248', u'INT_AND_-1207841265'), (u'INT_AND_-1207843509', u'INT_EQUAL_-1207855113'), (u'MULTIEQUAL_-1207834145', u'MULTIEQUAL_-1207834078'), (u'MULTIEQUAL_-1207835175', u'MULTIEQUAL_-1207834638'), (u'INDIRECT_-1207836797', u'MULTIEQUAL_-1207834567'), (u'CAST_-1207835494', u'INT_ADD_-1207855072'), (u'LOAD_-1207850715', u'STORE_-1207850473'), ('tmp_67033', u'INT_NOTEQUAL_-1207853200'), (u'INT_ADD_-1207850658', u'CAST_-1207834222'), (u'CALL_-1207854013', u'INDIRECT_-1207836597'), (u'INT_ADD_-1207852443', u'CAST_-1207833931'), (u'CAST_-1207835546', u'INT_ADD_-1207855224'), (u'CALL_-1207853607', u'INDIRECT_-1207835892'), (u'INT_ADD_-1207849979', u'CAST_-1207832623'), (u'INDIRECT_-1207834219', u'MULTIEQUAL_-1207835433'), (u'MULTIEQUAL_-1207836887', u'MULTIEQUAL_-1207832609'), (u'CALL_-1207846195', u'INDIRECT_-1207840435'), (u'LOAD_-1207848749', u'MULTIEQUAL_-1207844961'), ('const-5869', u'INT_ADD_-1207853783'), (u'PTRSUB_-1207832408', u'CALL_-1207846210'), (u'INDIRECT_-1207834621', u'MULTIEQUAL_-1207836396'), (u'CALL_-1207852978', u'INDIRECT_-1207836021'), (u'MULTIEQUAL_-1207835295', u'CAST_-1207833853'), (u'INT_EQUAL_-1207849617', u'CBRANCH_-1207849616'), (u'STORE_-1207850858', u'INDIRECT_-1207833507'), (u'INDIRECT_-1207835888', u'MULTIEQUAL_-1207833209'), (u'INT_ADD_-1207849811', u'CAST_-1207832552'), (u'MULTIEQUAL_-1207834663', u'MULTIEQUAL_-1207834626'), (u'INDIRECT_-1207836688', u'LOAD_-1207849372'), (u'CAST_-1207832476', u'LOAD_-1207849647'), ('const-108', u'INT_ADD_-1207850844'), (u'INT_NOTEQUAL_-1207849445', u'CBRANCH_-1207849443'), (u'INDIRECT_-1207835866', u'MULTIEQUAL_-1207835986'), ('const-417', u'LOAD_-1207855133'), (u'CAST_-1207834483', u'LOAD_-1207853199'), (u'CALL_-1207848124', u'INDIRECT_-1207832591'), (u'LOAD_-1207852970', u'COPY_-1207834583'), (u'INDIRECT_-1207836939', u'MULTIEQUAL_-1207837049'), (u'INDIRECT_-1207842146', u'MULTIEQUAL_-1207842013'), (u'INDIRECT_-1207836578', u'MULTIEQUAL_-1207836430'), (u'INDIRECT_-1207834090', u'MULTIEQUAL_-1207835304'), ('const-8', u'INT_ADD_-1207853886'), (u'CALL_-1207848011', u'INDIRECT_-1207833007'), (u'COPY_-1207831550', u'CALL_-1207846832'), ('const-1', u'INT_LEFT_-1207845637'), (u'MULTIEQUAL_-1207835527', u'MULTIEQUAL_-1207835486'), (u'INT_SRIGHT_-1207849296', u'CAST_-1207835170'), (u'MULTIEQUAL_-1207835183', u'CAST_-1207832155'), (u'CAST_-1207832069', u'LOAD_-1207846848'), ('const-0', u'INT_NOTEQUAL_-1207850557'), ('tmp_17903', u'BRANCH_-1207844762'), ('const-417', u'LOAD_-1207847145'), ('const-417', u'LOAD_-1207855573'), ('const-1', u'PTRADD_-1207835295'), (u'MULTIEQUAL_-1207833811', u'MULTIEQUAL_-1207833801'), ('tmp_13940', u'CBRANCH_-1207846840'), (u'CAST_-1207835554', u'INT_RIGHT_-1207835698'), ('const-4294967244', u'PTRSUB_-1207832526'), (u'COPY_-1207832049', u'MULTIEQUAL_-1207834718'), (u'CALL_-1207848011', u'INDIRECT_-1207832749'), (u'CAST_-1207834321', u'LOAD_-1207852882'), ('const-4', u'INT_MULT_-1207849700'), ('tmp_9654', u'CBRANCH_-1207850705'), (u'INDIRECT_-1207834395', u'MULTIEQUAL_-1207834332'), (u'CAST_-1207832518', u'LOAD_-1207849728'), (u'INT_ADD_-1207847174', u'INT_LESS_-1207847155'), (u'MULTIEQUAL_-1207834515', u'INT_EQUAL_-1207852812'), ('const-132', u'INT_ADD_-1207849339'), ('const-0', u'CALL_-1207850120'), (u'LOAD_-1207855094', u'INT_CARRY_-1207855074'), (u'INT_ADD_-1207850607', u'CAST_-1207832873'), (u'INT_SUB_-1207849413', u'INT_SRIGHT_-1207849391'), (u'INDIRECT_-1207834363', u'MULTIEQUAL_-1207835552'), (u'COPY_-1207832311', u'MULTIEQUAL_-1207834714'), (u'INDIRECT_-1207844113', u'MULTIEQUAL_-1207844192'), (u'CALL_-1207854013', u'INDIRECT_-1207836081'), (u'MULTIEQUAL_-1207836887', u'MULTIEQUAL_-1207832569'), (u'MULTIEQUAL_-1207842960', u'MULTIEQUAL_-1207842878'), ('const-4510557', u'COPY_-1207831558'), ('const-136', u'INT_ADD_-1207853543'), ('const-12', u'INT_ADD_-1207847120'), (u'MULTIEQUAL_-1207838081', u'CAST_-1207835547'), (u'MULTIEQUAL_-1207838097', u'INT_NOTEQUAL_-1207850658'), (u'LOAD_-1207852459', u'MULTIEQUAL_-1207843582'), (u'MULTIEQUAL_-1207835656', u'MULTIEQUAL_-1207835615'), (u'CALL_-1207854013', u'INT_ADD_-1207852095'), (u'INDIRECT_-1207835460', u'MULTIEQUAL_-1207835469'), ('const-4294967295', u'INT_ADD_-1207851905'), (u'INT_ADD_-1207850608', u'CAST_-1207834195'), (u'CALL_-1207852256', u'INDIRECT_-1207842670'), (u'MULTIEQUAL_-1207844639', u'INT_ADD_-1207853812'), ('const-417', u'LOAD_-1207850646'), (u'INDIRECT_-1207833923', u'MULTIEQUAL_-1207833930'), (u'MULTIEQUAL_-1207837049', u'MULTIEQUAL_-1207837016'), (u'MULTIEQUAL_-1207834979', u'MULTIEQUAL_-1207834832'), (u'MULTIEQUAL_-1207833972', u'MULTIEQUAL_-1207833945'), (u'COPY_-1207847378', u'MULTIEQUAL_-1207833553'), (u'CAST_-1207832703', u'LOAD_-1207850310'), (u'INT_AND_-1207841277', u'STORE_-1207850680'), (u'LOAD_-1207853902', u'MULTIEQUAL_-1207844639'), (u'INDIRECT_-1207836537', u'MULTIEQUAL_-1207832807'), (u'MULTIEQUAL_-1207834069', u'MULTIEQUAL_-1207834073'), (u'INT_ADD_-1207855224', u'INT_NOTEQUAL_-1207855193'), (u'CAST_-1207832588', u'LOAD_-1207849893'), ('const-1', u'INT_EQUAL_-1207853655'), (u'CAST_-1207835368', u'LOAD_-1207854823'), (u'INT_ADD_-1207854061', u'CALL_-1207854013'), (u'INDIRECT_-1207833881', u'MULTIEQUAL_-1207833763'), (u'INT_ADD_-1207853727', u'CAST_-1207834702'), (u'MULTIEQUAL_-1207843615', u'INT_ADD_-1207850245'), ('const-1', u'INT_ADD_-1207851822'), (u'INT_ADD_-1207849646', u'INT_AND_-1207849593'), ('const-331', u'CALL_-1207848534'), ('const-4', u'PTRADD_-1207835295'), (u'INDIRECT_-1207836295', u'MULTIEQUAL_-1207836203'), (u'CAST_-1207833750', u'LOAD_-1207852084'), ('const-4', u'PTRADD_-1207832344'), ('const-4715136', u'COPY_-1207831282'), (u'INDIRECT_-1207833494', u'MULTIEQUAL_-1207833376'), (u'MULTIEQUAL_-1207832601', u'MULTIEQUAL_-1207835428'), (u'PTRADD_-1207851849', u'COPY_-1207833939'), (u'MULTIEQUAL_-1207835099', u'MULTIEQUAL_-1207834917'), (u'MULTIEQUAL_-1207836281', u'MULTIEQUAL_-1207834435'), (u'COPY_-1207831282', u'CALL_-1207846312'), (u'MULTIEQUAL_-1207844889', u'CALL_-1207849024'), (u'CAST_-1207832820', u'STORE_-1207850497'), (u'PTRADD_-1207831730', u'CALL_-1207844461'), (u'INDIRECT_-1207834234', u'MULTIEQUAL_-1207835423'), (u'LOAD_-1207850333', u'CALLIND_-1207850323'), ('tmp_67040', u'MULTIEQUAL_-1207836621'), ('const-7', u'PTRADD_-1207833310'), (u'LOAD_-1207853199', u'INT_ADD_-1207853171'), ('tmp_6665', u'CBRANCH_-1207850467'), (u'COPY_-1207831231', u'CALL_-1207844237'), (u'PTRADD_-1207832234', u'CALL_-1207845203'), (u'INT_NOTEQUAL_-1207851208', u'CBRANCH_-1207851208'), (u'INT_EQUAL_-1207855520', u'CBRANCH_-1207855517'), (u'MULTIEQUAL_-1207840858', u'MULTIEQUAL_-1207840848'), (u'CALL_-1207848092', u'INDIRECT_-1207831936'), (u'INDIRECT_-1207833976', u'MULTIEQUAL_-1207835165'), (u'INDIRECT_-1207835571', u'MULTIEQUAL_-1207835428'), (u'CALL_-1207848534', u'INDIRECT_-1207832442'), ('const-4294967295', u'INT_ADD_-1207855171'), (u'CALL_-1207850120', u'INDIRECT_-1207835479'), ('const-3', u'INT_AND_-1207849619'), ('const-4294967295', u'INT_ADD_-1207847071'), (u'INT_ADD_-1207854220', u'CALL_-1207854202'), ('const-417', u'LOAD_-1207853902'), ('tmp_5033', u'CBRANCH_-1207851895'), (u'PTRADD_-1207835645', u'STORE_-1207854842'), (u'INT_SRIGHT_-1207847587', u'INT_SUB_-1207847547'), ('const-4510557', u'COPY_-1207831496'), (u'CALL_-1207849458', u'INDIRECT_-1207836946'), ('const-4716368', u'COPY_-1207831662'), (u'MULTIEQUAL_-1207835718', u'MULTIEQUAL_-1207835887'), (u'CALLIND_-1207854804', u'INDIRECT_-1207836612'), (u'INDIRECT_-1207835338', u'MULTIEQUAL_-1207835140'), (u'CALL_-1207854013', u'INDIRECT_-1207836468'), (u'INDIRECT_-1207831738', u'COPY_-1207831775'), (u'INDIRECT_-1207832355', u'MULTIEQUAL_-1207832291'), (u'LOAD_-1207849367', u'INT_ADD_-1207849339'), (u'COPY_-1207849146', u'MULTIEQUAL_-1207843185'), (u'INT_ADD_-1207851822', u'INT_EQUAL_-1207851781'), ('const-0', u'COPY_-1207852994'), (u'INT_ADD_-1207853844', u'INT_EQUAL_-1207850386'), (u'MULTIEQUAL_-1207835559', u'MULTIEQUAL_-1207835025'), (u'MULTIEQUAL_-1207835340', u'MULTIEQUAL_-1207835315'), (u'INT_CARRY_-1207850906', u'INT_ZEXT_-1207850895'), (u'LOAD_-1207849461', u'INT_NOTEQUAL_-1207849445'), ('tmp_35357', u'PTRSUB_-1207832526'), (u'MULTIEQUAL_-1207836513', u'MULTIEQUAL_-1207836152'), (u'CALL_-1207844965', u'INDIRECT_-1207831584'), (u'INT_SUB_-1207850520', u'INT_LESS_-1207850215'), ('const-417', u'LOAD_-1207853387'), (u'LOAD_-1207854285', u'INT_ADD_-1207849541'), ('const-1', u'INT_ADD_-1207834051'), (u'INT_ADD_-1207850584', u'CAST_-1207834183'), (u'INDIRECT_-1207836279', u'MULTIEQUAL_-1207834528'), (u'INT_LEFT_-1207845637', u'COPY_-1207832034'), ('const-4703183', u'COPY_-1207831713'), ('const-4', u'PTRADD_-1207833163'), (u'INDIRECT_-1207836668', u'MULTIEQUAL_-1207834438'), (u'MULTIEQUAL_-1207836620', u'MULTIEQUAL_-1207832944'), ('const-1', u'RETURN_-1207846307'), (u'CALL_-1207850120', u'INDIRECT_-1207835608'), (u'INT_LESS_-1207850215', u'CBRANCH_-1207850224'), ('const-1', u'PTRADD_-1207835242'), (u'COPY_-1207831777', u'MULTIEQUAL_-1207834901'), (u'INDIRECT_-1207832932', u'COPY_-1207832975'), (u'INT_EQUAL_-1207845786', u'CBRANCH_-1207845785'), (u'INDIRECT_-1207843320', u'MULTIEQUAL_-1207834699'), (u'CALL_-1207846462', u'INDIRECT_-1207832582'), (u'CALL_-1207848564', u'INDIRECT_-1207831650'), ('tmp_12290', u'CBRANCH_-1207848183'), ('tmp_2727', u'CBRANCH_-1207853673'), (u'CAST_-1207834702', u'LOAD_-1207853741'), ('const-4', u'PTRADD_-1207831466'), ('const-31', u'INT_AND_-1207845641'), (u'MULTIEQUAL_-1207842093', u'INT_MULT_-1207849700'), ('const-0', u'INT_NOTEQUAL_-1207853748'), ('const-4', u'PTRADD_-1207832125'), ('const-7', u'PTRADD_-1207833249'), (u'PTRADD_-1207835684', u'STORE_-1207854925'), (u'MULTIEQUAL_-1207833285', u'MULTIEQUAL_-1207832333'), (u'CAST_-1207831877', u'COPY_-1207831970'), ('const-0', u'INT_EQUAL_-1207853581'), ('const-0', u'INT_NOTEQUAL_-1207846764'), (u'INDIRECT_-1207837075', u'MULTIEQUAL_-1207833331'), (u'CALL_-1207852978', u'INDIRECT_-1207835763'), (u'PTRADD_-1207835656', u'CAST_-1207835406'), (u'SUBPIECE_-1207835644', u'INT_ADD_-1207855003'), ('const-132', u'INT_ADD_-1207853552'), (u'INDIRECT_-1207833305', u'MULTIEQUAL_-1207834478'), (u'COPY_-1207834477', u'MULTIEQUAL_-1207834530'), (u'INT_ADD_-1207853402', u'MULTIEQUAL_-1207838463'), (u'MULTIEQUAL_-1207833726', u'MULTIEQUAL_-1207836902'), ('const-56', u'INT_ADD_-1207849631'), (u'MULTIEQUAL_-1207835986', u'MULTIEQUAL_-1207835961'), (u'INT_ADD_-1207846965', u'MULTIEQUAL_-1207841200'), (u'CALL_-1207848214', u'INDIRECT_-1207832650'), ('const-5', u'CALL_-1207850120'), (u'LOAD_-1207849108', u'INT_ADD_-1207849080'), (u'CAST_-1207832148', u'MULTIEQUAL_-1207835180'), (u'INT_ADD_-1207853693', u'CAST_-1207834685'), (u'MULTIEQUAL_-1207833763', u'MULTIEQUAL_-1207833742'), (u'MULTIEQUAL_-1207835546', u'MULTIEQUAL_-1207835789'), (u'INDIRECT_-1207831511', u'COPY_-1207831544'), ('const-417', u'LOAD_-1207850704'), (u'INDIRECT_-1207835168', u'MULTIEQUAL_-1207834393'), (u'INT_EQUAL_-1207855168', u'CBRANCH_-1207855166'), (u'LOAD_-1207854285', u'INT_ADD_-1207853543'), ('const-1', u'INT_AND_-1207850723'), (u'MULTIEQUAL_-1207834461', u'MULTIEQUAL_-1207836218'), (u'MULTIEQUAL_-1207835913', u'MULTIEQUAL_-1207835831'), (u'INT_EQUAL_-1207840979', u'CBRANCH_-1207850528'), (u'INDIRECT_-1207836999', u'MULTIEQUAL_-1207834371'), (u'INT_ADD_-1207853068', u'CAST_-1207834420'), (u'INDIRECT_-1207841264', u'MULTIEQUAL_-1207842480'), (u'INDIRECT_-1207832800', u'MULTIEQUAL_-1207832601'), (u'INDIRECT_-1207836946', u'MULTIEQUAL_-1207833202'), ('const-1', u'INT_AND_-1207848150'), (u'INDIRECT_-1207831797', u'COPY_-1207831836'), (u'INT_ADD_-1207850983', u'INT_ADD_-1207850887'), ('const-417', u'LOAD_-1207849439'), (u'MULTIEQUAL_-1207833341', u'INT_EQUAL_-1207851052'), (u'INT_ADD_-1207849689', u'CAST_-1207832509'), (u'INDIRECT_-1207833176', u'MULTIEQUAL_-1207834349'), (u'SUBPIECE_-1207835645', u'INT_NOTEQUAL_-1207855029'), (u'LOAD_-1207847233', u'INT_NOTEQUAL_-1207847214'), (u'INDIRECT_-1207833278', u'MULTIEQUAL_-1207832660'), (u'CALLIND_-1207855137', u'INDIRECT_-1207836552'), ('const-1', u'RETURN_-1207850232'), (u'INT_LEFT_-1207846302', u'INT_2COMP_-1207846219'), (u'CALL_-1207849062', u'INDIRECT_-1207841136'), (u'CALL_-1207849458', u'INDIRECT_-1207843991'), (u'INDIRECT_-1207835625', u'MULTIEQUAL_-1207835546'), (u'MULTIEQUAL_-1207837145', u'MULTIEQUAL_-1207832827'), ('tmp_67033', u'INT_EQUAL_-1207853035'), ('const-417', u'LOAD_-1207850632'), (u'COPY_-1207847340', u'MULTIEQUAL_-1207836203'), (u'COPY_-1207849269', u'MULTIEQUAL_-1207844681'), (u'MULTIEQUAL_-1207837031', u'MULTIEQUAL_-1207837007'), (u'CALL_-1207850744', u'INDIRECT_-1207836161'), (u'LOAD_-1207846848', u'INT_EQUAL_-1207845786'), (u'LOAD_-1207847358', u'INT_NOTEQUAL_-1207847292'), ('const-60', u'INT_ADD_-1207855117'), (u'INT_ADD_-1207854023', u'CAST_-1207834852'), (u'MULTIEQUAL_-1207835233', u'MULTIEQUAL_-1207835183'), (u'CALL_-1207850237', u'INDIRECT_-1207834113'), (u'INDIRECT_-1207833923', u'MULTIEQUAL_-1207837031'), (u'MULTIEQUAL_-1207836750', u'MULTIEQUAL_-1207836920'), (u'INDIRECT_-1207835637', u'MULTIEQUAL_-1207834478'), (u'MULTIEQUAL_-1207833979', u'MULTIEQUAL_-1207833448'), (u'SUBPIECE_-1207841972', u'INT_ADD_-1207847071'), (u'LOAD_-1207854274', u'INT_ADD_-1207854220'), ('const-28', u'INT_ADD_-1207854160'), (u'CAST_-1207834809', u'INT_ADD_-1207853933'), (u'MULTIEQUAL_-1207835295', u'CAST_-1207833813'), ('const-417', u'LOAD_-1207855090'), (u'MULTIEQUAL_-1207836386', u'MULTIEQUAL_-1207833295'), ('const-417', u'LOAD_-1207849355'), (u'CALL_-1207849164', u'INDIRECT_-1207834585'), (u'INT_RIGHT_-1207845677', u'INT_OR_-1207845678'), (u'INDIRECT_-1207832613', u'MULTIEQUAL_-1207832549'), (u'INT_ADD_-1207849011', u'CALL_-1207848981'), (u'LOAD_-1207853472', u'INT_EQUAL_-1207853453'), ('const-100', u'INT_ADD_-1207855478'), (u'LOAD_-1207849114', u'INT_ADD_-1207849092'), (u'CALL_-1207848504', u'INDIRECT_-1207832733'), ('const-28', u'INT_ADD_-1207854061'), (u'INT_EQUAL_-1207851894', u'MULTIEQUAL_-1207842764'), (u'INDIRECT_-1207836772', u'MULTIEQUAL_-1207836668'), (u'LOAD_-1207853692', u'CALL_-1207848210'), (u'CALL_-1207847003', u'INDIRECT_-1207833453'), (u'INT_EQUAL_-1207853140', u'CBRANCH_-1207853138'), (u'CALL_-1207848214', u'INDIRECT_-1207832908'), (u'MULTIEQUAL_-1207835104', u'MULTIEQUAL_-1207835131'), (u'CALL_-1207848214', u'INDIRECT_-1207833166'), (u'MULTIEQUAL_-1207834091', u'MULTIEQUAL_-1207834074'), (u'MULTIEQUAL_-1207837031', u'MULTIEQUAL_-1207833305'), ('const-417', u'LOAD_-1207852084'), (u'INDIRECT_-1207836707', u'MULTIEQUAL_-1207835497'), (u'CAST_-1207832601', u'INT_LESSEQUAL_-1207849907'), ('const-4294967292', u'COPY_-1207850895'), (u'LOAD_-1207854738', u'INT_NOTEQUAL_-1207854722'), (u'CALL_-1207846520', u'INDIRECT_-1207832355'), (u'CAST_-1207835495', u'INT_CARRY_-1207855074'), (u'INDIRECT_-1207843817', u'MULTIEQUAL_-1207843715'), (u'LOAD_-1207848156', u'MULTIEQUAL_-1207838463'), (u'CALL_-1207854013', u'INDIRECT_-1207843642'), (u'MULTIEQUAL_-1207836773', u'MULTIEQUAL_-1207836749'), (u'CAST_-1207833263', u'LOAD_-1207849008'), ('const-4', u'INT_ADD_-1207848140'), (u'LOAD_-1207853568', u'INT_SUB_-1207853525'), (u'LOAD_-1207847383', u'INT_ADD_-1207846832'), ('tmp_11673', u'CBRANCH_-1207848988'), (u'INT_ZEXT_-1207855176', u'INT_ADD_-1207855166'), (u'LOAD_-1207850830', u'INT_RIGHT_-1207850760'), (u'INDIRECT_-1207834313', u'MULTIEQUAL_-1207832480'), ('const-0', u'INT_NOTEQUAL_-1207843880'), (u'INT_NOTEQUAL_-1207850658', u'CBRANCH_-1207850657'), (u'CAST_-1207833787', u'LOAD_-1207852170'), (u'INT_ADD_-1207850904', u'STORE_-1207850875'), (u'CALL_-1207850187', u'INDIRECT_-1207835510'), (u'CALL_-1207848110', u'INDIRECT_-1207834646'), (u'INDIRECT_-1207836430', u'MULTIEQUAL_-1207836216'), (u'CALL_-1207845203', u'INDIRECT_-1207832117'), ('const-417', u'LOAD_-1207852403'), (u'LOAD_-1207854285', u'INT_ADD_-1207849443'), (u'LOAD_-1207854359', u'CAST_-1207834997'), (u'INDIRECT_-1207833832', u'MULTIEQUAL_-1207835046'), (u'MULTIEQUAL_-1207835598', u'MULTIEQUAL_-1207835573'), (u'INT_NOTEQUAL_-1207845613', u'CBRANCH_-1207845609'), (u'LOAD_-1207854285', u'INT_ADD_-1207854160'), ('const-0', u'INT_NOTEQUAL_-1207853673'), (u'CALL_-1207848124', u'INDIRECT_-1207832849'), (u'MULTIEQUAL_-1207834663', u'CALL_-1207847003'), (u'INT_LESS_-1207846929', u'CBRANCH_-1207846926'), (u'LOAD_-1207847383', u'INT_ADD_-1207847330'), ('const-0', u'INT_EQUAL_-1207851915'), (u'CALL_-1207850145', u'INDIRECT_-1207834139'), (u'CALL_-1207852978', u'INT_ADD_-1207849435'), ('const-4', u'INT_ADD_-1207854990'), ('const-32', u'INT_ADD_-1207854015'), (u'INT_NOTEQUAL_-1207849079', u'CBRANCH_-1207849077'), (u'MULTIEQUAL_-1207833553', u'MULTIEQUAL_-1207833505'), (u'LOAD_-1207854285', u'INT_ADD_-1207849970'), (u'MULTIEQUAL_-1207835876', u'MULTIEQUAL_-1207835828'), ('const-417', u'LOAD_-1207850959'), (u'CAST_-1207831953', u'COPY_-1207832058'), (u'CALL_-1207846462', u'INDIRECT_-1207832195'), ('const-1', u'INT_ADD_-1207849184'), ('const-0', u'INT_NOTEQUAL_-1207850584'), (u'LOAD_-1207851909', u'INT_LESS_-1207851894'), (u'LOAD_-1207851909', u'INT_EQUAL_-1207851894'), (u'LOAD_-1207850830', u'INT_AND_-1207850797'), ('const-417', u'LOAD_-1207847635'), (u'LOAD_-1207853300', u'INT_NOTEQUAL_-1207853281'), ('const-1', u'INT_AND_-1207843456'), (u'INT_ADD_-1207850258', u'CAST_-1207834022'), (u'INDIRECT_-1207835250', u'MULTIEQUAL_-1207835486'), (u'MULTIEQUAL_-1207833295', u'MULTIEQUAL_-1207833247'), (u'CALL_-1207850187', u'INDIRECT_-1207835897'), (u'INT_EQUAL_-1207853884', u'CBRANCH_-1207853883'), (u'MULTIEQUAL_-1207840773', u'MULTIEQUAL_-1207843949'), (u'CALL_-1207848534', u'INDIRECT_-1207832313'), (u'INDIRECT_-1207833407', u'MULTIEQUAL_-1207833414'), (u'INDIRECT_-1207833447', u'MULTIEQUAL_-1207833610'), (u'CALL_-1207844461', u'INDIRECT_-1207832805'), (u'INT_ADD_-1207852954', u'CAST_-1207834366'), ('const-0', u'INT_EQUAL_-1207848066'), (u'INT_AND_-1207843456', u'INT_NOTEQUAL_-1207854955'), (u'MULTIEQUAL_-1207832501', u'MULTIEQUAL_-1207832455'), (u'PTRADD_-1207833249', u'CAST_-1207832894'), ('const-0', u'COPY_-1207851960'), ('const-40', u'INT_ADD_-1207852154'), ('const-4', u'PTRADD_-1207833174'), (u'LOAD_-1207850614', u'INT_OR_-1207850539'), ('const-0', u'INT_NOTEQUAL_-1207832690'), (u'COPY_-1207846185', u'MULTIEQUAL_-1207835546'), ('const-4', u'PTRADD_-1207833721'), (u'CALLIND_-1207850323', u'INDIRECT_-1207834409'), ('const-3592355840', u'INT_NOTEQUAL_-1207849214'), (u'LOAD_-1207853809', u'INT_EQUAL_-1207853655'), (u'INT_ADD_-1207850059', u'CAST_-1207834445'), ('const-31', u'INT_SRIGHT_-1207847587'), ('tmp_571', u'CBRANCH_-1207855055'), (u'MULTIEQUAL_-1207834435', u'MULTIEQUAL_-1207832379'), (u'CALL_-1207854013', u'INDIRECT_-1207836210'), (u'INDIRECT_-1207836901', u'MULTIEQUAL_-1207836797'), (u'CALL_-1207846887', u'INDIRECT_-1207833665'), (u'CALL_-1207846205', u'INDIRECT_-1207832030'), (u'LOAD_-1207855500', u'INT_NOTEQUAL_-1207855478'), (u'INT_ADD_-1207850053', u'CAST_-1207834441'), (u'INDIRECT_-1207836316', u'MULTIEQUAL_-1207836251'), (u'INT_NOTEQUAL_-1207854722', u'CBRANCH_-1207854721'), ('const-4095', u'INT_AND_-1207849243'), (u'MULTIEQUAL_-1207834719', u'MULTIEQUAL_-1207834693'), (u'INDIRECT_-1207833115', u'MULTIEQUAL_-1207836749'), (u'MULTIEQUAL_-1207838097', u'INT_EQUAL_-1207852812'), (u'CALL_-1207850359', u'INDIRECT_-1207835976'), (u'INT_EQUAL_-1207852864', u'CBRANCH_-1207852862'), (u'PTRADD_-1207835613', u'INT_NOTEQUAL_-1207854722'), (u'MULTIEQUAL_-1207835428', u'MULTIEQUAL_-1207835385'), (u'CALL_-1207849481', u'INDIRECT_-1207834348'), ('const-56', u'INT_ADD_-1207850317'), (u'CALL_-1207851972', u'INDIRECT_-1207834268'), (u'CALL_-1207848110', u'INDIRECT_-1207834001'), (u'INDIRECT_-1207832857', u'MULTIEQUAL_-1207836491'), ('const-4', u'PTRADD_-1207833434'), (u'CALL_-1207846462', u'INDIRECT_-1207832840'), (u'INDIRECT_-1207835763', u'MULTIEQUAL_-1207835294'), ('tmp_67032', u'INT_NOTEQUAL_-1207853200'), (u'MULTIEQUAL_-1207843070', u'MULTIEQUAL_-1207842728'), ('const-96', u'INT_ADD_-1207850910'), (u'STORE_-1207847521', u'INDIRECT_-1207832723'), (u'CALL_-1207850744', u'COPY_-1207834447'), ('const-28', u'INT_ADD_-1207854258'), (u'MULTIEQUAL_-1207836152', u'MULTIEQUAL_-1207834306'), (u'MULTIEQUAL_-1207834145', u'MULTIEQUAL_-1207833606'), (u'CALL_-1207845807', u'INDIRECT_-1207833115'), (u'INDIRECT_-1207834672', u'MULTIEQUAL_-1207834450'), ('const-28', u'INT_ADD_-1207848162'), (u'LOAD_-1207849653', u'CALL_-1207849539'), ('const-0', u'RETURN_-1207833116'), (u'MULTIEQUAL_-1207836993', u'COPY_-1207834181'), (u'CALL_-1207848981', u'INDIRECT_-1207834584'), (u'MULTIEQUAL_-1207834717', u'MULTIEQUAL_-1207835397'), (u'MULTIEQUAL_-1207834306', u'MULTIEQUAL_-1207832311'), (u'LOAD_-1207850905', u'INT_ADD_-1207850887'), (u'INDIRECT_-1207834911', u'MULTIEQUAL_-1207834848'), (u'CALL_-1207848210', u'INDIRECT_-1207834492'), (u'CALL_-1207845203', u'INT_ADD_-1207845165'), (u'MULTIEQUAL_-1207835295', u'CAST_-1207834209'), ('const-417', u'LOAD_-1207850573'), ('tmp_67039', u'MULTIEQUAL_-1207836347'), ('const-0', u'COPY_-1207849269'), (u'CALL_-1207853062', u'INT_EQUAL_-1207853035'), (u'MULTIEQUAL_-1207835030', u'MULTIEQUAL_-1207834917'), ('tmp_66998', u'PTRADD_-1207831466'), (u'CALL_-1207849335', u'INDIRECT_-1207842233'), (u'CALL_-1207847777', u'INDIRECT_-1207832364'), (u'CAST_-1207835290', u'LOAD_-1207848749'), (u'INDIRECT_-1207835774', u'MULTIEQUAL_-1207834975'), (u'CALL_-1207853607', u'INDIRECT_-1207836408'), (u'MULTIEQUAL_-1207836430', u'MULTIEQUAL_-1207835656'), (u'MULTIEQUAL_-1207835398', u'MULTIEQUAL_-1207835175'), (u'INT_ADD_-1207853165', u'MULTIEQUAL_-1207834668'), (u'MULTIEQUAL_-1207843511', u'INT_EQUAL_-1207851915'), (u'MULTIEQUAL_-1207844192', u'MULTIEQUAL_-1207844076'), ('tmp_4489', u'CBRANCH_-1207852228'), (u'MULTIEQUAL_-1207834074', u'MULTIEQUAL_-1207834015'), (u'MULTIEQUAL_-1207844627', u'INT_MULT_-1207849184'), ('const-0', u'COPY_-1207847368'), (u'LOAD_-1207846783', u'INT_SUB_-1207846405'), (u'LOAD_-1207854182', u'INT_MULT_-1207854106'), (u'INDIRECT_-1207833122', u'MULTIEQUAL_-1207833339'), (u'MULTIEQUAL_-1207836491', u'MULTIEQUAL_-1207832815'), ('const-48', u'INT_ADD_-1207853727'), (u'LOAD_-1207855597', u'INT_ADD_-1207847610'), ('const-4', u'PTRADD_-1207833199'), (u'CAST_-1207831985', u'COPY_-1207832082'), (u'MULTIEQUAL_-1207834626', u'PTRADD_-1207832125'), ('tmp_66996', u'INT_ADD_-1207847507'), (u'CAST_-1207832894', u'STORE_-1207850680'), (u'LOAD_-1207855025', u'INT_AND_-1207843832'), ('const-4510557', u'COPY_-1207833174'), (u'CAST_-1207832414', u'LOAD_-1207847635'), (u'INDIRECT_-1207834184', u'MULTIEQUAL_-1207832351'), ('const-0', u'INT_LEFT_-1207845680'), (u'INT_AND_-1207845684', u'INT_SUB_-1207845688'), (u'MULTIEQUAL_-1207836023', u'MULTIEQUAL_-1207834527'), (u'CALL_-1207853607', u'INDIRECT_-1207836150'), (u'MULTIEQUAL_-1207833414', u'MULTIEQUAL_-1207832334'), (u'LOAD_-1207850836', u'PTRADD_-1207833268'), (u'LOAD_-1207854285', u'INT_ADD_-1207849064'), (u'CALL_-1207846462', u'INDIRECT_-1207832453'), ('tmp_4009', u'CBRANCH_-1207852883'), (u'MULTIEQUAL_-1207835527', u'MULTIEQUAL_-1207835304'), (u'INDIRECT_-1207834700', u'MULTIEQUAL_-1207832867'), (u'LOAD_-1207854285', u'INT_ADD_-1207849811'), (u'COPY_-1207847378', u'MULTIEQUAL_-1207836461'), (u'INDIRECT_-1207834010', u'MULTIEQUAL_-1207833892'), (u'INDIRECT_-1207831896', u'COPY_-1207831923'), (u'INT_ADD_-1207850317', u'CAST_-1207832710'), (u'INDIRECT_-1207835645', u'MULTIEQUAL_-1207834846'), (u'CAST_-1207833889', u'LOAD_-1207852379'), (u'INT_AND_-1207840992', u'INT_EQUAL_-1207850583'), (u'MULTIEQUAL_-1207834693', u'MULTIEQUAL_-1207832637'), (u'CAST_-1207834623', u'LOAD_-1207853568'), (u'MULTIEQUAL_-1207843185', u'INT_ADD_-1207849011'), (u'INT_ADD_-1207849086', u'CAST_-1207835142'), (u'MULTIEQUAL_-1207834509', u'MULTIEQUAL_-1207834461'), (u'INT_ZEXT_-1207855209', u'INT_ADD_-1207855196'), (u'MULTIEQUAL_-1207834767', u'MULTIEQUAL_-1207834719'), ('const-0', u'INT_NOTEQUAL_-1207835937'), (u'INDIRECT_-1207835608', u'MULTIEQUAL_-1207835727'), (u'CAST_-1207832710', u'LOAD_-1207850333'), (u'MULTIEQUAL_-1207843102', u'INT_ADD_-1207849266'), ('tmp_1728', u'CBRANCH_-1207854342'), ('const-2807', u'CALL_-1207845418'), (u'CALL_-1207851972', u'INDIRECT_-1207842553'), (u'INT_ADD_-1207850861', u'CAST_-1207832973'), (u'LOAD_-1207850836', u'LOAD_-1207850632'), (u'INT_ADD_-1207852154', u'CAST_-1207833787'), (u'CALL_-1207853607', u'INDIRECT_-1207836537'), (u'CALL_-1207850242', u'INDIRECT_-1207835921'), (u'CAST_-1207832951', u'LOAD_-1207850830'), (u'INDIRECT_-1207834492', u'MULTIEQUAL_-1207836267'), (u'INT_ADD_-1207850896', u'CAST_-1207835596'), (u'MULTIEQUAL_-1207842280', u'MULTIEQUAL_-1207842960'), (u'MULTIEQUAL_-1207836203', u'MULTIEQUAL_-1207836160'), (u'CALL_-1207850744', u'INT_ADD_-1207848941'), ('const-417', u'LOAD_-1207851025'), (u'CAST_-1207835454', u'LOAD_-1207854985'), (u'INDIRECT_-1207833324', u'MULTIEQUAL_-1207832965'), (u'INDIRECT_-1207836707', u'MULTIEQUAL_-1207835025'), ('const-417', u'LOAD_-1207852170'), (u'LOAD_-1207851036', u'INT_ADD_-1207851015'), (u'LOAD_-1207850075', u'INT_ADD_-1207850053'), (u'CAST_-1207835146', u'LOAD_-1207849108'), (u'INDIRECT_-1207836408', u'MULTIEQUAL_-1207836267'), (u'CALLIND_-1207854804', u'INDIRECT_-1207836741'), ('const-4092', u'INT_ADD_-1207849266'), (u'MULTIEQUAL_-1207834873', u'MULTIEQUAL_-1207834846'), (u'INT_ADD_-1207852326', u'CAST_-1207833869'), (u'INT_EQUAL_-1207849168', u'CBRANCH_-1207849165'), (u'INDIRECT_-1207833794', u'MULTIEQUAL_-1207836902'), (u'INDIRECT_-1207837068', u'MULTIEQUAL_-1207837145'), ('const-417', u'LOAD_-1207847162'), (u'LOAD_-1207855195', u'INT_ADD_-1207855117'), ('const-4', u'COPY_-1207850475'), (u'PTRSUB_-1207835447', u'CALL_-1207849458'), (u'INT_ADD_-1207847619', u'CAST_-1207832414'), (u'CALL_-1207849164', u'INT_NOTEQUAL_-1207849149'), (u'BOOL_AND_-1207845540', u'CBRANCH_-1207845567'), (u'LOAD_-1207846289', u'INT_EQUAL_-1207846274'), ('const-417', u'LOAD_-1207851031'), (u'CALLIND_-1207850323', u'INDIRECT_-1207834280'), ('const-0', u'INT_EQUAL_-1207853884'), (u'COPY_-1207831483', u'CALL_-1207848504'), (u'INDIRECT_-1207833752', u'MULTIEQUAL_-1207833634'), (u'STORE_-1207850570', u'INDIRECT_-1207833394'), (u'MULTIEQUAL_-1207836758', u'MULTIEQUAL_-1207832419'), (u'INDIRECT_-1207836940', u'MULTIEQUAL_-1207836848'), ('tmp_1569', u'CBRANCH_-1207854776'), (u'INT_ADD_-1207850630', u'CAST_-1207834208'), (u'MULTIEQUAL_-1207838097', u'INT_ADD_-1207851822'), ('const-31', u'INT_AND_-1207846306'), (u'INDIRECT_-1207836021', u'MULTIEQUAL_-1207832291'), (u'INDIRECT_-1207835754', u'MULTIEQUAL_-1207835559'), (u'CALL_-1207850145', u'INDIRECT_-1207834863'), (u'INT_NOTEQUAL_-1207847406', u'CBRANCH_-1207847406'), (u'LOAD_-1207850674', u'INT_NOTEQUAL_-1207850658'), (u'INT_SUB_-1207846405', u'INT_AND_-1207839816'), (u'INT_ADD_-1207853371', u'CAST_-1207834548'), ('const-417', u'LOAD_-1207849096'), (u'CALL_-1207849278', u'INDIRECT_-1207834292'), (u'MULTIEQUAL_-1207836386', u'MULTIEQUAL_-1207832660'), (u'CALL_-1207846832', u'INDIRECT_-1207832692'), ('const-7', u'PTRADD_-1207835656'), ('const-417', u'LOAD_-1207854738'), (u'INDIRECT_-1207833575', u'MULTIEQUAL_-1207833816'), (u'CALLIND_-1207850613', u'INDIRECT_-1207833460'), (u'MULTIEQUAL_-1207832341', u'MULTIEQUAL_-1207835180'), (u'INT_ADD_-1207855116', u'CAST_-1207835516'), (u'INT_EQUAL_-1207849252', u'CBRANCH_-1207849251'), (u'COPY_-1207847282', u'MULTIEQUAL_-1207835876'), (u'INT_SUB_-1207849585', u'INT_LESSEQUAL_-1207849489'), (u'CALL_-1207848092', u'INDIRECT_-1207832789'), (u'CAST_-1207833034', u'LOAD_-1207851031'), (u'MULTIEQUAL_-1207841434', u'CAST_-1207831953'), (u'CALL_-1207846520', u'INDIRECT_-1207832484'), (u'CALLIND_-1207850613', u'INDIRECT_-1207834700'), (u'COPY_-1207846808', u'MULTIEQUAL_-1207833739'), (u'INDIRECT_-1207832970', u'MULTIEQUAL_-1207833094'), (u'INT_ADD_-1207855557', u'CAST_-1207835712'), (u'MULTIEQUAL_-1207837274', u'MULTIEQUAL_-1207837158'), (u'MULTIEQUAL_-1207835165', u'MULTIEQUAL_-1207835140'), (u'CALL_-1207845807', u'INDIRECT_-1207833373'), (u'CALL_-1207850744', u'INDIRECT_-1207835903')]
null
null
001e95c0
x86
O2
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nbyte FUN_001e95c0(int param_1,int param_2,int *param_3,undefined4 param_4,undefined4 param_5,\n undefined4 param_6)\n\n{\n undefined4 uVar1;\n undefined4 uVar2;\n undefined4 *puVar3;\n char cVar4;\n byte bVar5;\n int iVar6;\n int iVar7;\n int *piVar8;\n int iVar9;\n int iVar10;\n undefined4 uVar11;\n int iVar12;\n int iVar13;\n uint uVar14;\n uint uVar15;\n byte bVar16;\n uint *puVar17;\n undefined4 extraout_ECX;\n int iVar18;\n int *piVar19;\n uint uVar20;\n byte *pbVar21;\n uint *puVar22;\n uint uVar23;\n int iVar24;\n byte *pbVar25;\n uint uVar26;\n bool bVar27;\n bool bVar28;\n byte bVar29;\n longlong lVar30;\n undefined8 uVar31;\n int *local_ac;\n uint local_90;\n int *local_84;\n uint local_7c;\n int local_74;\n uint local_70;\n uint local_6c;\n int local_68;\n uint local_64;\n uint local_60;\n undefined4 *local_5c;\n uint local_54;\n uint *local_4c;\n uint local_48;\n int local_44;\n int local_40;\n uint *local_38;\n int *local_34;\n int *local_30;\n undefined4 local_2c;\n int *local_28;\n int *local_24;\n undefined4 local_20;\n \n bVar29 = 0;\n iVar7 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar7 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(iVar7 + 0x318d) != '\0') {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/aarch64.cc",0x160d,"do_relax");\n }\n if (param_2 == 1) {\n local_7c = *(int *)(iVar7 + 0x38a8) >> 0x1f;\n local_7c = (*(uint *)(iVar7 + 0x38a8) ^ local_7c) - local_7c;\n if (local_7c == 1) {\n local_7c = 0x7ffbffc;\n *(undefined4 *)(param_1 + 0x6c) = 0x7ffbffc;\n }\n else {\n *(uint *)(param_1 + 0x6c) = local_7c;\n }\n local_34 = (int *)0x0;\n local_30 = (int *)0x0;\n local_2c = 0;\n /* try { // try from 001ea319 to 001ea31d has its CatchHandler @ 001ea8e2 */\n FUN_002758a0(param_5,&local_34);\n piVar8 = local_30;\n if (local_34 != local_30) {\n local_84 = local_34;\n do {\n iVar7 = *local_84;\n local_28 = (int *)0x0;\n local_24 = (int *)0x0;\n local_38 = *(uint **)(iVar7 + 0x70);\n local_20 = 0;\n if (local_38 != *(uint **)(iVar7 + 0x6c)) {\n local_70 = 0;\n bVar27 = false;\n local_5c = (undefined4 *)0x0;\n puVar22 = *(uint **)(iVar7 + 0x6c);\nLAB_001ea390:\n local_4c = puVar22;\n if (local_4c[1] != 0) {\n uVar26 = local_4c[1] - 1;\n bVar5 = (byte)uVar26;\n bVar28 = (uVar26 & 0x20) == 0;\n lVar30 = CONCAT44((uint)!bVar28 << (bVar5 & 0x1f),(uint)bVar28 << (bVar5 & 0x1f));\n goto LAB_001ea3bd;\n }\nLAB_001ea39e:\n uVar26 = *local_4c;\n puVar22 = local_4c;\njoined_r0x001ea3ac:\n local_4c = puVar22;\n if (uVar26 + 4 < 4) {\n /* try { // try from 001ea3b7 to 001ea632 has its CatchHandler @ 001ea8db */\n lVar30 = (**(code **)(*(int *)local_4c[4] + 0xc))((int *)local_4c[4]);\nLAB_001ea3bd:\n if (lVar30 != 0) {\n local_5c = (undefined4 *)((int)lVar30 + -1 + (int)local_5c & -(int)lVar30);\n }\n }\n iVar6 = FUN_002c60d0(local_4c);\n uVar26 = (int)local_5c + iVar6;\n uVar23 = uVar26;\n if (bVar27) goto LAB_001ea4f0;\nLAB_001ea3f6:\n if (*local_4c < 0xfffffffd) {\n lVar30 = FUN_002c60d0(local_4c);\n puVar22 = local_4c + 6;\n puVar17 = *(uint **)(iVar7 + 0x70);\n if (lVar30 == 0) goto LAB_001e9783;\n if (bVar27) {\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea610;\n puVar17 = local_4c + 7;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n if (*puVar17 != 0) {\n uVar26 = *puVar17 - 1;\n bVar16 = (byte)uVar26;\n bVar5 = bVar16 & 0x1f;\n uVar14 = 1 << (bVar16 & 0x1f);\n uVar15 = uVar14;\n uVar20 = 0 << bVar5 | 1U >> 0x20 - bVar5;\n if ((uVar26 & 0x20) != 0) {\n uVar15 = 0;\n uVar20 = uVar14;\n }\n if (uVar20 == 0 && uVar15 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n }\n else {\n local_5c = (undefined4 *)((uVar15 - 1) + uVar23 & -uVar15);\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = (int)local_5c + iVar6;\n }\n goto LAB_001ea4f0;\n }\n goto LAB_001ea39e;\n }\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea619;\n if (local_4c[7] != 0) {\n uVar26 = local_4c[7] - 1;\n bVar5 = (byte)uVar26;\n bVar27 = (uVar26 & 0x20) == 0;\n iVar6 = (uint)bVar27 << (bVar5 & 0x1f);\n if ((uint)!bVar27 << (bVar5 & 0x1f) == 0 && iVar6 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\n else {\n uVar23 = -iVar6 & (uVar23 - 1) + iVar6;\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\nLAB_001ea4f0:\n uVar23 = uVar26;\n if (uVar26 - local_70 < local_7c) {\n bVar27 = true;\n }\n else {\n if (*(uint **)(iVar7 + 0x70) == local_38) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea80c to 001ea810 has its CatchHandler @ 001ea8db */\n FUN_002446e0("../../gold/aarch64.cc",0xaf7,"group_sections");\n }\n FUN_001e8c30(param_1,&local_28,param_6);\n bVar27 = false;\n }\n goto LAB_001ea3f6;\n }\n uVar26 = *puVar22;\n bVar27 = true;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n goto joined_r0x001ea3ac;\n }\n puVar17 = *(uint **)(iVar7 + 0x70);\nLAB_001e9783:\n local_5c = (undefined4 *)uVar23;\n puVar22 = local_4c + 6;\n if (local_4c + 6 != puVar17) goto LAB_001ea390;\n if (bVar27) {\nLAB_001ea610:\n if (puVar17 == local_38) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea869 to 001ea86d has its CatchHandler @ 001ea8db */\n FUN_002446e0("../../gold/aarch64.cc",0xb32,"group_sections",local_4c + 6);\n }\nLAB_001ea619:\n FUN_001e8c30(param_1,&local_28,param_6);\n }\n if (local_24 == local_28) {\nLAB_001ea600:\n if (local_28 != (int *)0x0) goto LAB_001e9835;\n goto LAB_001e9844;\n }\n /* try { // try from 001e97b7 to 001e97bb has its CatchHandler @ 001ea8db */\n FUN_002cdf10(iVar7,&local_28);\n iVar7 = (int)local_24 - (int)local_28 >> 2;\n if (iVar7 == 0) goto LAB_001ea600;\n iVar6 = *(int *)(*local_28 + 0x2c);\n uVar26 = *(uint *)(*local_28 + 0x30);\n iVar13 = *(int *)(iVar6 + 0x84);\n if ((uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26) goto LAB_001ea7b7;\n iVar24 = 0;\n while( true ) {\n *(undefined4 *)(iVar13 + uVar26 * 4) = 0xffffffff;\n iVar24 = iVar24 + 1;\n *(undefined1 *)(iVar6 + 0x4c) = 1;\n if (iVar7 == iVar24) break;\n iVar6 = *(int *)(local_28[iVar24] + 0x2c);\n uVar26 = *(uint *)(local_28[iVar24] + 0x30);\n iVar13 = *(int *)(iVar6 + 0x84);\n if ((uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26) {\nLAB_001ea7b7:\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea7d0 to 001ea7d4 has its CatchHandler @ 001ea8db */\n FUN_002446e0("../../gold/object.h",0x81f,"do_set_section_offset");\n }\n }\nLAB_001e9835:\n FUN_003ae080(local_28);\n }\nLAB_001e9844:\n local_84 = local_84 + 1;\n piVar8 = local_34;\n } while (local_30 != local_84);\n }\n if (piVar8 != (int *)0x0) {\n FUN_003ae080(piVar8);\n }\nLAB_001e9870:\n local_ac = (int *)*param_3;\n if (local_ac == (int *)param_3[1]) goto LAB_001e9f98;\n }\n else {\n local_5c = *(undefined4 **)(param_1 + 0x60);\n if (local_5c != *(undefined4 **)(param_1 + 100)) {\n do {\n piVar8 = (int *)*local_5c;\n iVar7 = piVar8[8];\n if (*(code **)(*piVar8 + 0xc) == FUN_001d1390) {\n local_4c = *(uint **)(iVar7 + 0x3c);\n local_64 = 0xfffffffc;\n local_60 = 0xffffffff;\n lVar30 = 4;\nLAB_001e965f:\n local_68 = (int)((ulonglong)lVar30 >> 0x20);\n local_6c = (uint)lVar30;\n bVar27 = CARRY4(local_6c,(uint)local_4c);\n iVar6 = local_6c + (int)local_4c;\n local_4c = (uint *)(local_64 & iVar6 - 1U);\n local_48 = local_60 & local_68 + (uint)bVar27 + -1 + (uint)(iVar6 != 0);\n }\n else {\n lVar30 = (**(code **)(*piVar8 + 0xc))(piVar8);\n local_4c = *(uint **)(iVar7 + 0x3c);\n local_48 = 0;\n if (lVar30 != 0) {\n local_64 = -(int)lVar30;\n local_60 = -((int)((ulonglong)lVar30 >> 0x20) + (uint)((int)lVar30 != 0));\n goto LAB_001e965f;\n }\n }\n if ((*(byte *)(iVar7 + 0x1c) & 4) == 0) goto LAB_001ea75d;\n uVar23 = *(uint *)(iVar7 + 0x14);\n uVar26 = *(uint *)(iVar7 + 0x14);\n iVar6 = *(int *)(iVar7 + 0x18);\n if ((*(byte *)(iVar7 + 0x1c) & 1) == 0) goto LAB_001ea799;\n bVar5 = *(byte *)(piVar8 + 7);\n uVar20 = *(uint *)(iVar7 + 4);\n iVar13 = *(int *)(iVar7 + 8);\n if ((bVar5 & 1) != 0) goto LAB_001ea73f;\n piVar8[1] = (int)local_4c + *(uint *)(iVar7 + 4);\n piVar8[2] = local_48 + iVar13 + (uint)CARRY4((uint)local_4c,uVar20);\n *(byte *)(piVar8 + 7) = bVar5 | 1;\n if ((bVar5 & 4) != 0) goto LAB_001ea77b;\n *(byte *)(piVar8 + 7) = bVar5 | 5;\n piVar8[5] = (int)local_4c + uVar26;\n piVar8[6] = local_48 + iVar6 + (uint)CARRY4((uint)local_4c,uVar23);\n if (((bVar5 & 2) == 0) &&\n ((**(code **)(*piVar8 + 0x38))(piVar8), (*(byte *)(piVar8 + 7) & 2) == 0))\n goto LAB_001ea0f2;\n local_5c = local_5c + 1;\n } while (*(undefined4 **)(param_1 + 100) != local_5c);\n goto LAB_001e9870;\n }\n local_ac = (int *)*param_3;\n if ((int *)param_3[1] == local_ac) {\n return 0;\n }\n }\n do {\n iVar7 = *local_ac;\n if (*(int *)(iVar7 + 0x1c) == 0) {\nLAB_001ea110:\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea129 to 001ea2b9 has its CatchHandler @ 001ea8e9 */\n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }\n FUN_0023cd00(*(int *)(iVar7 + 0x1c) + 0x1c,param_6);\n uVar26 = *(uint *)(iVar7 + 0x28);\n if (*(int *)(iVar7 + 0x1c) == 0) goto LAB_001ea110;\n /* try { // try from 001e9908 to 001e9f55 has its CatchHandler @ 001ea8e9 */\n iVar6 = FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)(iVar7 + 0x94),\n *(undefined4 *)(iVar7 + 0x98),uVar26 * 0x28,1,1);\n FUN_00318bd0(iVar7);\n if (1 < uVar26) {\n iVar13 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar13 == 0) {\nLAB_001e9d87:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n local_64 = 1;\n iVar24 = iVar7 + 0x14c;\n puVar3 = (undefined4 *)iVar6;\n do {\n local_5c = (undefined4 *)((int)puVar3 + 0x28);\n iVar9 = *(int *)((int)puVar3 + 0x2c);\n if ((((*(char *)(iVar13 + 0x1671) != '\0') || (*(char *)(iVar13 + 0x16ed) != '\0')) &&\n (*(int *)((int)puVar3 + 0x3c) != 0)) && ((*(byte *)((int)puVar3 + 0x30) & 6) != 0)) {\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_64 * 4);\n if ((iVar13 != 0) && (iVar9 == 1)) {\n cVar4 = FUN_0034cd20(param_4,iVar7,local_64);\n if (cVar4 == '\0') {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_64) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n local_74 = *(int *)(*(int *)(iVar7 + 0x84) + local_64 * 4);\n if (local_74 == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,local_64);\n if (iVar13 == 0) goto LAB_001e9c60;\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address",extraout_ECX);\n }\n local_74 = *(int *)(iVar13 + 4);\n }\n else {\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) goto LAB_001ea816;\n local_74 = local_74 + *(int *)(iVar13 + 4);\n }\n if ((uint)(*(int *)(iVar7 + 0x140) - *(int *)(iVar7 + 0x13c) >> 2) <= local_64) {\n /* try { // try from 001ea811 to 001ea851 has its CatchHandler @ 001ea8e9 */\n FUN_001d4d60();\nLAB_001ea816:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if ((*(int *)(*(int *)(iVar7 + 0x13c) + local_64 * 4) != 0) &&\n (FUN_001d6c20(local_64), local_44 != local_40)) {\n iVar13 = *(int *)(local_44 + 0x10);\n iVar18 = local_74 + *(int *)(iVar13 + 0x18);\n *(int *)(iVar13 + 0x20) = iVar18;\n iVar9 = local_44;\n while( true ) {\n if (iVar18 + 4 == -1) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/aarch64.cc",0x361,"set_destination_address");\n }\n *(int *)(iVar13 + 4) = iVar18 + 4;\n iVar9 = thunk_FUN_003af660(iVar9);\n if (iVar9 == local_40) break;\n iVar13 = *(int *)(iVar9 + 0x10);\n iVar18 = *(int *)(iVar13 + 0x18) + local_74;\n *(int *)(iVar13 + 0x20) = iVar18;\n }\n }\n local_28 = (int *)0x0;\n iVar18 = FUN_0028b8b0(iVar7,local_64,&local_28,0);\n iVar13 = *(int *)(iVar7 + 0x150);\n iVar9 = iVar24;\n if (*(int *)(iVar7 + 0x150) != 0) {\n do {\n while (iVar10 = iVar13, *(uint *)(iVar10 + 0x10) < local_64) {\n piVar8 = (int *)(iVar10 + 0xc);\n iVar13 = *piVar8;\n iVar10 = iVar9;\n if (*piVar8 == 0) goto LAB_001e9af5;\n }\n iVar13 = *(int *)(iVar10 + 8);\n iVar9 = iVar10;\n } while (*(int *)(iVar10 + 8) != 0);\nLAB_001e9af5:\n if (iVar24 != iVar10) {\n uVar23 = *(uint *)(iVar10 + 0x10);\n while (local_64 == uVar23) {\n iVar13 = thunk_FUN_003af660(iVar10);\n if (*(char *)(iVar10 + 0x18) == 'x') {\n iVar9 = *(int *)(iVar10 + 0x14);\n if ((iVar24 == iVar13) || (*(uint *)(iVar13 + 0x10) != local_64)) {\n local_54 = *(int *)((int)puVar3 + 0x3c);\n }\n else {\n local_54 = *(int *)(iVar13 + 0x14);\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(iVar10 + 0x1671) != '\0') &&\n (uVar23 = local_74 + iVar9, (uVar23 & 3) == 0)) {\n iVar10 = 0;\n if ((uVar23 & 0xfff) < 0xff8) {\n iVar10 = 0xff8 - (uVar23 & 0xfff);\n }\n while (iVar10 + 0xcU <= local_54 - iVar9) {\n puVar22 = (uint *)(iVar18 + iVar9 + iVar10);\n uVar20 = uVar23 + iVar10;\n if ((*puVar22 & 0x9f000000) == 0x90000000) {\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }\n iVar12 = iVar10 + 4;\n iVar10 = iVar10 + 0xffc;\n if ((uVar20 & 0xfff) == 0xff8) {\n iVar10 = iVar12;\n }\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (*(char *)(iVar10 + 0x16ed) != '\0') {\n uVar23 = local_54 - iVar9;\n if (4 < uVar23) {\n local_54 = 4;\n uVar20 = 0;\n do {\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n } while (local_54 < uVar23);\n }\n }\n }\n if (iVar24 == iVar13) break;\n iVar10 = iVar13;\n uVar23 = *(uint *)(iVar13 + 0x10);\n }\n }\n }\n }\nLAB_001e9c60:\n iVar9 = *(int *)((int)puVar3 + 0x2c);\n }\n }\n if ((iVar9 == 4) && (iVar13 = *(int *)((int)puVar3 + 0x3c), iVar13 != 0)) {\n uVar23 = *(uint *)((int)puVar3 + 0x40);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if (((*(uint *)(iVar7 + 0xac) == uVar23) && (*(int *)((int)puVar3 + 0x4c) == 0xc)) &&\n (lVar30 = FUN_00442a10(iVar13,0,0xc,0), lVar30 == 0)) {\n local_6c = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < local_6c) {\n /* try { // try from 001ea0ad to 001ea0b1 has its CatchHandler @ 001ea8e9 */\n FUN_00106f60(iVar7 + 0x90);\n local_6c = local_6c + *(int *)(iVar7 + 0xa4);\n }\n if (local_6c < *(uint *)(iVar7 + 0x28)) {\n iVar13 = iVar6 + local_6c * 0x28;\n if ((((*(int *)(iVar13 + 0x14) != 0) && ((*(byte *)(iVar13 + 8) & 2) != 0)) &&\n (*(int *)(iVar13 + 4) == 1)) &&\n (iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_6c * 4), iVar13 != 0)) {\n cVar4 = FUN_0034cd20(param_4,iVar7,local_6c);\n bVar27 = false;\n bVar28 = cVar4 == '\0';\n if (bVar28) {\n iVar9 = 10;\n pbVar21 = *(byte **)(iVar13 + 0x20);\n pbVar25 = (byte *)".eh_frame";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar27 = *pbVar21 < *pbVar25;\n bVar28 = *pbVar21 == *pbVar25;\n pbVar21 = pbVar21 + (uint)bVar29 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar29 * -2 + 1;\n } while (bVar28);\n if ((!bVar27 && !bVar28) != bVar27) {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_6c) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea8ba to 001ea8da has its CatchHandler @ 001ea8e9 */\n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset",iVar9);\n }\n if (*(int *)(*(int *)(iVar7 + 0x84) + local_6c * 4) == -1) {\n /* try { // try from 001ea64a to 001ea73e has its CatchHandler @ 001ea8e9 */\n uVar31 = FUN_002cd8b0(iVar13,iVar7,local_6c);\n if ((int)uVar31 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable",\n (int)((ulonglong)uVar31 >> 0x20));\n }\n }\n uVar23 = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= uVar23) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + uVar23 * 4);\n if (*(int *)(*(int *)(iVar7 + 0x84) + uVar23 * 4) == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,uVar23);\n if (iVar13 == 0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea7ee to 001ea7f2 has its CatchHandler @ 001ea8e9 */\n FUN_002446e0("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }\n else if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if (*(int *)(iVar7 + 0x1c) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }\n FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)((int)puVar3 + 0x38),0\n ,*(undefined4 *)((int)puVar3 + 0x3c),1,0);\n local_34 = (int *)0x0;\n FUN_0028b8b0(iVar7,uVar23,&local_34,0);\n if (*(int *)((int)puVar3 + 0x2c) != 4) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }\n }\n }\n }\n }\n }\n }\n local_64 = local_64 + 1;\n if (uVar26 == local_64) break;\n iVar13 = *(int *)(DAT_005ea7c8 + 8);\n puVar3 = local_5c;\n if (iVar13 == 0) goto LAB_001e9d87;\n } while( true );\n }\n if (*(int *)(iVar7 + 0x1c) != 0) {\n FUN_0023dd30(*(int *)(iVar7 + 0x1c) + 0x1c,param_6);\n }\n local_ac = local_ac + 1;\n } while ((int *)param_3[1] != local_ac);\nLAB_001e9f98:\n piVar8 = *(int **)(param_1 + 100);\n piVar19 = *(int **)(param_1 + 0x60);\n while( true ) {\n if (piVar19 == piVar8) {\n return 0;\n }\n iVar7 = *piVar19;\n iVar6 = *(int *)(iVar7 + 0x68);\n uVar26 = *(uint *)(iVar7 + 0x58) + 3 & 0xfffffffc;\n iVar13 = *(int *)(iVar7 + 0x6c);\n iVar24 = uVar26 + *(uint *)(iVar7 + 0x60);\n iVar9 = *(int *)(iVar7 + 0x5c) + (uint)(0xfffffffc < *(uint *)(iVar7 + 0x58)) +\n *(int *)(iVar7 + 100) + (uint)CARRY4(uVar26,*(uint *)(iVar7 + 0x60));\n *(int *)(iVar7 + 0x68) = iVar24;\n *(int *)(iVar7 + 0x6c) = iVar9;\n if (iVar13 != iVar9 || iVar6 != iVar24) break;\n piVar19 = piVar19 + 1;\n }\n piVar8 = *(int **)(iVar7 + 0x20);\n bVar29 = *(byte *)(piVar8 + 7);\n if ((bVar29 & 1) == 0) {\nLAB_001ea799:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n iVar7 = piVar8[1];\n iVar6 = piVar8[2];\n bVar5 = bVar29 >> 2 & 1;\n if ((bVar29 >> 2 & 1) != 0) {\n iVar13 = piVar8[5];\n iVar24 = piVar8[6];\n *(byte *)(piVar8 + 7) = bVar29 & 0xfa;\n if ((bVar29 & 8) == 0) {\n *(byte *)(piVar8 + 7) = bVar29 & 0xf8;\n }\n (**(code **)(*piVar8 + 0x3c))(piVar8);\n bVar29 = *(byte *)(piVar8 + 7);\n if ((bVar29 & 1) == 0) {\n piVar8[1] = iVar7;\n piVar8[2] = iVar6;\n *(byte *)(piVar8 + 7) = bVar29 | 1;\n if ((bVar29 & 4) == 0) {\n *(byte *)(piVar8 + 7) = bVar29 | 5;\n piVar8[5] = iVar13;\n piVar8[6] = iVar24;\n if ((bVar29 & 2) != 0) {\n return bVar5;\n }\n (**(code **)(*piVar8 + 0x38))(piVar8);\n if ((*(byte *)(piVar8 + 7) & 2) != 0) {\n return bVar5;\n }\nLAB_001ea0f2:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0x163,"finalize_data_size");\n }\nLAB_001ea77b:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0x14b,"set_file_offset");\n }\nLAB_001ea73f:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0x142,"set_address");\n }\nLAB_001ea75d:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xe3,"offset");\n}\n\n" comment (function_definition "byte FUN_001e95c0(int param_1,int param_2,int *param_3,undefined4 param_4,undefined4 param_5,\n undefined4 param_6)\n\n{\n undefined4 uVar1;\n undefined4 uVar2;\n undefined4 *puVar3;\n char cVar4;\n byte bVar5;\n int iVar6;\n int iVar7;\n int *piVar8;\n int iVar9;\n int iVar10;\n undefined4 uVar11;\n int iVar12;\n int iVar13;\n uint uVar14;\n uint uVar15;\n byte bVar16;\n uint *puVar17;\n undefined4 extraout_ECX;\n int iVar18;\n int *piVar19;\n uint uVar20;\n byte *pbVar21;\n uint *puVar22;\n uint uVar23;\n int iVar24;\n byte *pbVar25;\n uint uVar26;\n bool bVar27;\n bool bVar28;\n byte bVar29;\n longlong lVar30;\n undefined8 uVar31;\n int *local_ac;\n uint local_90;\n int *local_84;\n uint local_7c;\n int local_74;\n uint local_70;\n uint local_6c;\n int local_68;\n uint local_64;\n uint local_60;\n undefined4 *local_5c;\n uint local_54;\n uint *local_4c;\n uint local_48;\n int local_44;\n int local_40;\n uint *local_38;\n int *local_34;\n int *local_30;\n undefined4 local_2c;\n int *local_28;\n int *local_24;\n undefined4 local_20;\n \n bVar29 = 0;\n iVar7 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar7 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(iVar7 + 0x318d) != '\0') {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/aarch64.cc",0x160d,"do_relax");\n }\n if (param_2 == 1) {\n local_7c = *(int *)(iVar7 + 0x38a8) >> 0x1f;\n local_7c = (*(uint *)(iVar7 + 0x38a8) ^ local_7c) - local_7c;\n if (local_7c == 1) {\n local_7c = 0x7ffbffc;\n *(undefined4 *)(param_1 + 0x6c) = 0x7ffbffc;\n }\n else {\n *(uint *)(param_1 + 0x6c) = local_7c;\n }\n local_34 = (int *)0x0;\n local_30 = (int *)0x0;\n local_2c = 0;\n /* try { // try from 001ea319 to 001ea31d has its CatchHandler @ 001ea8e2 */\n FUN_002758a0(param_5,&local_34);\n piVar8 = local_30;\n if (local_34 != local_30) {\n local_84 = local_34;\n do {\n iVar7 = *local_84;\n local_28 = (int *)0x0;\n local_24 = (int *)0x0;\n local_38 = *(uint **)(iVar7 + 0x70);\n local_20 = 0;\n if (local_38 != *(uint **)(iVar7 + 0x6c)) {\n local_70 = 0;\n bVar27 = false;\n local_5c = (undefined4 *)0x0;\n puVar22 = *(uint **)(iVar7 + 0x6c);\nLAB_001ea390:\n local_4c = puVar22;\n if (local_4c[1] != 0) {\n uVar26 = local_4c[1] - 1;\n bVar5 = (byte)uVar26;\n bVar28 = (uVar26 & 0x20) == 0;\n lVar30 = CONCAT44((uint)!bVar28 << (bVar5 & 0x1f),(uint)bVar28 << (bVar5 & 0x1f));\n goto LAB_001ea3bd;\n }\nLAB_001ea39e:\n uVar26 = *local_4c;\n puVar22 = local_4c;\njoined_r0x001ea3ac:\n local_4c = puVar22;\n if (uVar26 + 4 < 4) {\n /* try { // try from 001ea3b7 to 001ea632 has its CatchHandler @ 001ea8db */\n lVar30 = (**(code **)(*(int *)local_4c[4] + 0xc))((int *)local_4c[4]);\nLAB_001ea3bd:\n if (lVar30 != 0) {\n local_5c = (undefined4 *)((int)lVar30 + -1 + (int)local_5c & -(int)lVar30);\n }\n }\n iVar6 = FUN_002c60d0(local_4c);\n uVar26 = (int)local_5c + iVar6;\n uVar23 = uVar26;\n if (bVar27) goto LAB_001ea4f0;\nLAB_001ea3f6:\n if (*local_4c < 0xfffffffd) {\n lVar30 = FUN_002c60d0(local_4c);\n puVar22 = local_4c + 6;\n puVar17 = *(uint **)(iVar7 + 0x70);\n if (lVar30 == 0) goto LAB_001e9783;\n if (bVar27) {\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea610;\n puVar17 = local_4c + 7;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n if (*puVar17 != 0) {\n uVar26 = *puVar17 - 1;\n bVar16 = (byte)uVar26;\n bVar5 = bVar16 & 0x1f;\n uVar14 = 1 << (bVar16 & 0x1f);\n uVar15 = uVar14;\n uVar20 = 0 << bVar5 | 1U >> 0x20 - bVar5;\n if ((uVar26 & 0x20) != 0) {\n uVar15 = 0;\n uVar20 = uVar14;\n }\n if (uVar20 == 0 && uVar15 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n }\n else {\n local_5c = (undefined4 *)((uVar15 - 1) + uVar23 & -uVar15);\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = (int)local_5c + iVar6;\n }\n goto LAB_001ea4f0;\n }\n goto LAB_001ea39e;\n }\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea619;\n if (local_4c[7] != 0) {\n uVar26 = local_4c[7] - 1;\n bVar5 = (byte)uVar26;\n bVar27 = (uVar26 & 0x20) == 0;\n iVar6 = (uint)bVar27 << (bVar5 & 0x1f);\n if ((uint)!bVar27 << (bVar5 & 0x1f) == 0 && iVar6 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\n else {\n uVar23 = -iVar6 & (uVar23 - 1) + iVar6;\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\nLAB_001ea4f0:\n uVar23 = uVar26;\n if (uVar26 - local_70 < local_7c) {\n bVar27 = true;\n }\n else {\n if (*(uint **)(iVar7 + 0x70) == local_38) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea80c to 001ea810 has its CatchHandler @ 001ea8db */\n FUN_002446e0("../../gold/aarch64.cc",0xaf7,"group_sections");\n }\n FUN_001e8c30(param_1,&local_28,param_6);\n bVar27 = false;\n }\n goto LAB_001ea3f6;\n }\n uVar26 = *puVar22;\n bVar27 = true;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n goto joined_r0x001ea3ac;\n }\n puVar17 = *(uint **)(iVar7 + 0x70);\nLAB_001e9783:\n local_5c = (undefined4 *)uVar23;\n puVar22 = local_4c + 6;\n if (local_4c + 6 != puVar17) goto LAB_001ea390;\n if (bVar27) {\nLAB_001ea610:\n if (puVar17 == local_38) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea869 to 001ea86d has its CatchHandler @ 001ea8db */\n FUN_002446e0("../../gold/aarch64.cc",0xb32,"group_sections",local_4c + 6);\n }\nLAB_001ea619:\n FUN_001e8c30(param_1,&local_28,param_6);\n }\n if (local_24 == local_28) {\nLAB_001ea600:\n if (local_28 != (int *)0x0) goto LAB_001e9835;\n goto LAB_001e9844;\n }\n /* try { // try from 001e97b7 to 001e97bb has its CatchHandler @ 001ea8db */\n FUN_002cdf10(iVar7,&local_28);\n iVar7 = (int)local_24 - (int)local_28 >> 2;\n if (iVar7 == 0) goto LAB_001ea600;\n iVar6 = *(int *)(*local_28 + 0x2c);\n uVar26 = *(uint *)(*local_28 + 0x30);\n iVar13 = *(int *)(iVar6 + 0x84);\n if ((uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26) goto LAB_001ea7b7;\n iVar24 = 0;\n while( true ) {\n *(undefined4 *)(iVar13 + uVar26 * 4) = 0xffffffff;\n iVar24 = iVar24 + 1;\n *(undefined1 *)(iVar6 + 0x4c) = 1;\n if (iVar7 == iVar24) break;\n iVar6 = *(int *)(local_28[iVar24] + 0x2c);\n uVar26 = *(uint *)(local_28[iVar24] + 0x30);\n iVar13 = *(int *)(iVar6 + 0x84);\n if ((uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26) {\nLAB_001ea7b7:\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea7d0 to 001ea7d4 has its CatchHandler @ 001ea8db */\n FUN_002446e0("../../gold/object.h",0x81f,"do_set_section_offset");\n }\n }\nLAB_001e9835:\n FUN_003ae080(local_28);\n }\nLAB_001e9844:\n local_84 = local_84 + 1;\n piVar8 = local_34;\n } while (local_30 != local_84);\n }\n if (piVar8 != (int *)0x0) {\n FUN_003ae080(piVar8);\n }\nLAB_001e9870:\n local_ac = (int *)*param_3;\n if (local_ac == (int *)param_3[1]) goto LAB_001e9f98;\n }\n else {\n local_5c = *(undefined4 **)(param_1 + 0x60);\n if (local_5c != *(undefined4 **)(param_1 + 100)) {\n do {\n piVar8 = (int *)*local_5c;\n iVar7 = piVar8[8];\n if (*(code **)(*piVar8 + 0xc) == FUN_001d1390) {\n local_4c = *(uint **)(iVar7 + 0x3c);\n local_64 = 0xfffffffc;\n local_60 = 0xffffffff;\n lVar30 = 4;\nLAB_001e965f:\n local_68 = (int)((ulonglong)lVar30 >> 0x20);\n local_6c = (uint)lVar30;\n bVar27 = CARRY4(local_6c,(uint)local_4c);\n iVar6 = local_6c + (int)local_4c;\n local_4c = (uint *)(local_64 & iVar6 - 1U);\n local_48 = local_60 & local_68 + (uint)bVar27 + -1 + (uint)(iVar6 != 0);\n }\n else {\n lVar30 = (**(code **)(*piVar8 + 0xc))(piVar8);\n local_4c = *(uint **)(iVar7 + 0x3c);\n local_48 = 0;\n if (lVar30 != 0) {\n local_64 = -(int)lVar30;\n local_60 = -((int)((ulonglong)lVar30 >> 0x20) + (uint)((int)lVar30 != 0));\n goto LAB_001e965f;\n }\n }\n if ((*(byte *)(iVar7 + 0x1c) & 4) == 0) goto LAB_001ea75d;\n uVar23 = *(uint *)(iVar7 + 0x14);\n uVar26 = *(uint *)(iVar7 + 0x14);\n iVar6 = *(int *)(iVar7 + 0x18);\n if ((*(byte *)(iVar7 + 0x1c) & 1) == 0) goto LAB_001ea799;\n bVar5 = *(byte *)(piVar8 + 7);\n uVar20 = *(uint *)(iVar7 + 4);\n iVar13 = *(int *)(iVar7 + 8);\n if ((bVar5 & 1) != 0) goto LAB_001ea73f;\n piVar8[1] = (int)local_4c + *(uint *)(iVar7 + 4);\n piVar8[2] = local_48 + iVar13 + (uint)CARRY4((uint)local_4c,uVar20);\n *(byte *)(piVar8 + 7) = bVar5 | 1;\n if ((bVar5 & 4) != 0) goto LAB_001ea77b;\n *(byte *)(piVar8 + 7) = bVar5 | 5;\n piVar8[5] = (int)local_4c + uVar26;\n piVar8[6] = local_48 + iVar6 + (uint)CARRY4((uint)local_4c,uVar23);\n if (((bVar5 & 2) == 0) &&\n ((**(code **)(*piVar8 + 0x38))(piVar8), (*(byte *)(piVar8 + 7) & 2) == 0))\n goto LAB_001ea0f2;\n local_5c = local_5c + 1;\n } while (*(undefined4 **)(param_1 + 100) != local_5c);\n goto LAB_001e9870;\n }\n local_ac = (int *)*param_3;\n if ((int *)param_3[1] == local_ac) {\n return 0;\n }\n }\n do {\n iVar7 = *local_ac;\n if (*(int *)(iVar7 + 0x1c) == 0) {\nLAB_001ea110:\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea129 to 001ea2b9 has its CatchHandler @ 001ea8e9 */\n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }\n FUN_0023cd00(*(int *)(iVar7 + 0x1c) + 0x1c,param_6);\n uVar26 = *(uint *)(iVar7 + 0x28);\n if (*(int *)(iVar7 + 0x1c) == 0) goto LAB_001ea110;\n /* try { // try from 001e9908 to 001e9f55 has its CatchHandler @ 001ea8e9 */\n iVar6 = FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)(iVar7 + 0x94),\n *(undefined4 *)(iVar7 + 0x98),uVar26 * 0x28,1,1);\n FUN_00318bd0(iVar7);\n if (1 < uVar26) {\n iVar13 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar13 == 0) {\nLAB_001e9d87:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n local_64 = 1;\n iVar24 = iVar7 + 0x14c;\n puVar3 = (undefined4 *)iVar6;\n do {\n local_5c = (undefined4 *)((int)puVar3 + 0x28);\n iVar9 = *(int *)((int)puVar3 + 0x2c);\n if ((((*(char *)(iVar13 + 0x1671) != '\0') || (*(char *)(iVar13 + 0x16ed) != '\0')) &&\n (*(int *)((int)puVar3 + 0x3c) != 0)) && ((*(byte *)((int)puVar3 + 0x30) & 6) != 0)) {\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_64 * 4);\n if ((iVar13 != 0) && (iVar9 == 1)) {\n cVar4 = FUN_0034cd20(param_4,iVar7,local_64);\n if (cVar4 == '\0') {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_64) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n local_74 = *(int *)(*(int *)(iVar7 + 0x84) + local_64 * 4);\n if (local_74 == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,local_64);\n if (iVar13 == 0) goto LAB_001e9c60;\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address",extraout_ECX);\n }\n local_74 = *(int *)(iVar13 + 4);\n }\n else {\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) goto LAB_001ea816;\n local_74 = local_74 + *(int *)(iVar13 + 4);\n }\n if ((uint)(*(int *)(iVar7 + 0x140) - *(int *)(iVar7 + 0x13c) >> 2) <= local_64) {\n /* try { // try from 001ea811 to 001ea851 has its CatchHandler @ 001ea8e9 */\n FUN_001d4d60();\nLAB_001ea816:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if ((*(int *)(*(int *)(iVar7 + 0x13c) + local_64 * 4) != 0) &&\n (FUN_001d6c20(local_64), local_44 != local_40)) {\n iVar13 = *(int *)(local_44 + 0x10);\n iVar18 = local_74 + *(int *)(iVar13 + 0x18);\n *(int *)(iVar13 + 0x20) = iVar18;\n iVar9 = local_44;\n while( true ) {\n if (iVar18 + 4 == -1) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/aarch64.cc",0x361,"set_destination_address");\n }\n *(int *)(iVar13 + 4) = iVar18 + 4;\n iVar9 = thunk_FUN_003af660(iVar9);\n if (iVar9 == local_40) break;\n iVar13 = *(int *)(iVar9 + 0x10);\n iVar18 = *(int *)(iVar13 + 0x18) + local_74;\n *(int *)(iVar13 + 0x20) = iVar18;\n }\n }\n local_28 = (int *)0x0;\n iVar18 = FUN_0028b8b0(iVar7,local_64,&local_28,0);\n iVar13 = *(int *)(iVar7 + 0x150);\n iVar9 = iVar24;\n if (*(int *)(iVar7 + 0x150) != 0) {\n do {\n while (iVar10 = iVar13, *(uint *)(iVar10 + 0x10) < local_64) {\n piVar8 = (int *)(iVar10 + 0xc);\n iVar13 = *piVar8;\n iVar10 = iVar9;\n if (*piVar8 == 0) goto LAB_001e9af5;\n }\n iVar13 = *(int *)(iVar10 + 8);\n iVar9 = iVar10;\n } while (*(int *)(iVar10 + 8) != 0);\nLAB_001e9af5:\n if (iVar24 != iVar10) {\n uVar23 = *(uint *)(iVar10 + 0x10);\n while (local_64 == uVar23) {\n iVar13 = thunk_FUN_003af660(iVar10);\n if (*(char *)(iVar10 + 0x18) == 'x') {\n iVar9 = *(int *)(iVar10 + 0x14);\n if ((iVar24 == iVar13) || (*(uint *)(iVar13 + 0x10) != local_64)) {\n local_54 = *(int *)((int)puVar3 + 0x3c);\n }\n else {\n local_54 = *(int *)(iVar13 + 0x14);\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(iVar10 + 0x1671) != '\0') &&\n (uVar23 = local_74 + iVar9, (uVar23 & 3) == 0)) {\n iVar10 = 0;\n if ((uVar23 & 0xfff) < 0xff8) {\n iVar10 = 0xff8 - (uVar23 & 0xfff);\n }\n while (iVar10 + 0xcU <= local_54 - iVar9) {\n puVar22 = (uint *)(iVar18 + iVar9 + iVar10);\n uVar20 = uVar23 + iVar10;\n if ((*puVar22 & 0x9f000000) == 0x90000000) {\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }\n iVar12 = iVar10 + 4;\n iVar10 = iVar10 + 0xffc;\n if ((uVar20 & 0xfff) == 0xff8) {\n iVar10 = iVar12;\n }\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (*(char *)(iVar10 + 0x16ed) != '\0') {\n uVar23 = local_54 - iVar9;\n if (4 < uVar23) {\n local_54 = 4;\n uVar20 = 0;\n do {\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n } while (local_54 < uVar23);\n }\n }\n }\n if (iVar24 == iVar13) break;\n iVar10 = iVar13;\n uVar23 = *(uint *)(iVar13 + 0x10);\n }\n }\n }\n }\nLAB_001e9c60:\n iVar9 = *(int *)((int)puVar3 + 0x2c);\n }\n }\n if ((iVar9 == 4) && (iVar13 = *(int *)((int)puVar3 + 0x3c), iVar13 != 0)) {\n uVar23 = *(uint *)((int)puVar3 + 0x40);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if (((*(uint *)(iVar7 + 0xac) == uVar23) && (*(int *)((int)puVar3 + 0x4c) == 0xc)) &&\n (lVar30 = FUN_00442a10(iVar13,0,0xc,0), lVar30 == 0)) {\n local_6c = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < local_6c) {\n /* try { // try from 001ea0ad to 001ea0b1 has its CatchHandler @ 001ea8e9 */\n FUN_00106f60(iVar7 + 0x90);\n local_6c = local_6c + *(int *)(iVar7 + 0xa4);\n }\n if (local_6c < *(uint *)(iVar7 + 0x28)) {\n iVar13 = iVar6 + local_6c * 0x28;\n if ((((*(int *)(iVar13 + 0x14) != 0) && ((*(byte *)(iVar13 + 8) & 2) != 0)) &&\n (*(int *)(iVar13 + 4) == 1)) &&\n (iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_6c * 4), iVar13 != 0)) {\n cVar4 = FUN_0034cd20(param_4,iVar7,local_6c);\n bVar27 = false;\n bVar28 = cVar4 == '\0';\n if (bVar28) {\n iVar9 = 10;\n pbVar21 = *(byte **)(iVar13 + 0x20);\n pbVar25 = (byte *)".eh_frame";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar27 = *pbVar21 < *pbVar25;\n bVar28 = *pbVar21 == *pbVar25;\n pbVar21 = pbVar21 + (uint)bVar29 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar29 * -2 + 1;\n } while (bVar28);\n if ((!bVar27 && !bVar28) != bVar27) {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_6c) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea8ba to 001ea8da has its CatchHandler @ 001ea8e9 */\n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset",iVar9);\n }\n if (*(int *)(*(int *)(iVar7 + 0x84) + local_6c * 4) == -1) {\n /* try { // try from 001ea64a to 001ea73e has its CatchHandler @ 001ea8e9 */\n uVar31 = FUN_002cd8b0(iVar13,iVar7,local_6c);\n if ((int)uVar31 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable",\n (int)((ulonglong)uVar31 >> 0x20));\n }\n }\n uVar23 = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= uVar23) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + uVar23 * 4);\n if (*(int *)(*(int *)(iVar7 + 0x84) + uVar23 * 4) == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,uVar23);\n if (iVar13 == 0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea7ee to 001ea7f2 has its CatchHandler @ 001ea8e9 */\n FUN_002446e0("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }\n else if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if (*(int *)(iVar7 + 0x1c) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }\n FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)((int)puVar3 + 0x38),0\n ,*(undefined4 *)((int)puVar3 + 0x3c),1,0);\n local_34 = (int *)0x0;\n FUN_0028b8b0(iVar7,uVar23,&local_34,0);\n if (*(int *)((int)puVar3 + 0x2c) != 4) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }\n }\n }\n }\n }\n }\n }\n local_64 = local_64 + 1;\n if (uVar26 == local_64) break;\n iVar13 = *(int *)(DAT_005ea7c8 + 8);\n puVar3 = local_5c;\n if (iVar13 == 0) goto LAB_001e9d87;\n } while( true );\n }\n if (*(int *)(iVar7 + 0x1c) != 0) {\n FUN_0023dd30(*(int *)(iVar7 + 0x1c) + 0x1c,param_6);\n }\n local_ac = local_ac + 1;\n } while ((int *)param_3[1] != local_ac);\nLAB_001e9f98:\n piVar8 = *(int **)(param_1 + 100);\n piVar19 = *(int **)(param_1 + 0x60);\n while( true ) {\n if (piVar19 == piVar8) {\n return 0;\n }\n iVar7 = *piVar19;\n iVar6 = *(int *)(iVar7 + 0x68);\n uVar26 = *(uint *)(iVar7 + 0x58) + 3 & 0xfffffffc;\n iVar13 = *(int *)(iVar7 + 0x6c);\n iVar24 = uVar26 + *(uint *)(iVar7 + 0x60);\n iVar9 = *(int *)(iVar7 + 0x5c) + (uint)(0xfffffffc < *(uint *)(iVar7 + 0x58)) +\n *(int *)(iVar7 + 100) + (uint)CARRY4(uVar26,*(uint *)(iVar7 + 0x60));\n *(int *)(iVar7 + 0x68) = iVar24;\n *(int *)(iVar7 + 0x6c) = iVar9;\n if (iVar13 != iVar9 || iVar6 != iVar24) break;\n piVar19 = piVar19 + 1;\n }\n piVar8 = *(int **)(iVar7 + 0x20);\n bVar29 = *(byte *)(piVar8 + 7);\n if ((bVar29 & 1) == 0) {\nLAB_001ea799:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n iVar7 = piVar8[1];\n iVar6 = piVar8[2];\n bVar5 = bVar29 >> 2 & 1;\n if ((bVar29 >> 2 & 1) != 0) {\n iVar13 = piVar8[5];\n iVar24 = piVar8[6];\n *(byte *)(piVar8 + 7) = bVar29 & 0xfa;\n if ((bVar29 & 8) == 0) {\n *(byte *)(piVar8 + 7) = bVar29 & 0xf8;\n }\n (**(code **)(*piVar8 + 0x3c))(piVar8);\n bVar29 = *(byte *)(piVar8 + 7);\n if ((bVar29 & 1) == 0) {\n piVar8[1] = iVar7;\n piVar8[2] = iVar6;\n *(byte *)(piVar8 + 7) = bVar29 | 1;\n if ((bVar29 & 4) == 0) {\n *(byte *)(piVar8 + 7) = bVar29 | 5;\n piVar8[5] = iVar13;\n piVar8[6] = iVar24;\n if ((bVar29 & 2) != 0) {\n return bVar5;\n }\n (**(code **)(*piVar8 + 0x38))(piVar8);\n if ((*(byte *)(piVar8 + 7) & 2) != 0) {\n return bVar5;\n }\nLAB_001ea0f2:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0x163,"finalize_data_size");\n }\nLAB_001ea77b:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0x14b,"set_file_offset");\n }\nLAB_001ea73f:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0x142,"set_address");\n }\nLAB_001ea75d:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xe3,"offset");\n}" type_identifier (function_declarator "FUN_001e95c0(int param_1,int param_2,int *param_3,undefined4 param_4,undefined4 param_5,\n undefined4 param_6)" identifier (parameter_list "(int param_1,int param_2,int *param_3,undefined4 param_4,undefined4 param_5,\n undefined4 param_6)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "int param_2" primitive_type identifier) , (parameter_declaration "int *param_3" primitive_type (pointer_declarator "*param_3" * identifier)) , (parameter_declaration "undefined4 param_4" type_identifier identifier) , (parameter_declaration "undefined4 param_5" type_identifier identifier) , (parameter_declaration "undefined4 param_6" type_identifier identifier) ))) (compound_statement "{\n undefined4 uVar1;\n undefined4 uVar2;\n undefined4 *puVar3;\n char cVar4;\n byte bVar5;\n int iVar6;\n int iVar7;\n int *piVar8;\n int iVar9;\n int iVar10;\n undefined4 uVar11;\n int iVar12;\n int iVar13;\n uint uVar14;\n uint uVar15;\n byte bVar16;\n uint *puVar17;\n undefined4 extraout_ECX;\n int iVar18;\n int *piVar19;\n uint uVar20;\n byte *pbVar21;\n uint *puVar22;\n uint uVar23;\n int iVar24;\n byte *pbVar25;\n uint uVar26;\n bool bVar27;\n bool bVar28;\n byte bVar29;\n longlong lVar30;\n undefined8 uVar31;\n int *local_ac;\n uint local_90;\n int *local_84;\n uint local_7c;\n int local_74;\n uint local_70;\n uint local_6c;\n int local_68;\n uint local_64;\n uint local_60;\n undefined4 *local_5c;\n uint local_54;\n uint *local_4c;\n uint local_48;\n int local_44;\n int local_40;\n uint *local_38;\n int *local_34;\n int *local_30;\n undefined4 local_2c;\n int *local_28;\n int *local_24;\n undefined4 local_20;\n \n bVar29 = 0;\n iVar7 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar7 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(iVar7 + 0x318d) != '\0') {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/aarch64.cc",0x160d,"do_relax");\n }\n if (param_2 == 1) {\n local_7c = *(int *)(iVar7 + 0x38a8) >> 0x1f;\n local_7c = (*(uint *)(iVar7 + 0x38a8) ^ local_7c) - local_7c;\n if (local_7c == 1) {\n local_7c = 0x7ffbffc;\n *(undefined4 *)(param_1 + 0x6c) = 0x7ffbffc;\n }\n else {\n *(uint *)(param_1 + 0x6c) = local_7c;\n }\n local_34 = (int *)0x0;\n local_30 = (int *)0x0;\n local_2c = 0;\n /* try { // try from 001ea319 to 001ea31d has its CatchHandler @ 001ea8e2 */\n FUN_002758a0(param_5,&local_34);\n piVar8 = local_30;\n if (local_34 != local_30) {\n local_84 = local_34;\n do {\n iVar7 = *local_84;\n local_28 = (int *)0x0;\n local_24 = (int *)0x0;\n local_38 = *(uint **)(iVar7 + 0x70);\n local_20 = 0;\n if (local_38 != *(uint **)(iVar7 + 0x6c)) {\n local_70 = 0;\n bVar27 = false;\n local_5c = (undefined4 *)0x0;\n puVar22 = *(uint **)(iVar7 + 0x6c);\nLAB_001ea390:\n local_4c = puVar22;\n if (local_4c[1] != 0) {\n uVar26 = local_4c[1] - 1;\n bVar5 = (byte)uVar26;\n bVar28 = (uVar26 & 0x20) == 0;\n lVar30 = CONCAT44((uint)!bVar28 << (bVar5 & 0x1f),(uint)bVar28 << (bVar5 & 0x1f));\n goto LAB_001ea3bd;\n }\nLAB_001ea39e:\n uVar26 = *local_4c;\n puVar22 = local_4c;\njoined_r0x001ea3ac:\n local_4c = puVar22;\n if (uVar26 + 4 < 4) {\n /* try { // try from 001ea3b7 to 001ea632 has its CatchHandler @ 001ea8db */\n lVar30 = (**(code **)(*(int *)local_4c[4] + 0xc))((int *)local_4c[4]);\nLAB_001ea3bd:\n if (lVar30 != 0) {\n local_5c = (undefined4 *)((int)lVar30 + -1 + (int)local_5c & -(int)lVar30);\n }\n }\n iVar6 = FUN_002c60d0(local_4c);\n uVar26 = (int)local_5c + iVar6;\n uVar23 = uVar26;\n if (bVar27) goto LAB_001ea4f0;\nLAB_001ea3f6:\n if (*local_4c < 0xfffffffd) {\n lVar30 = FUN_002c60d0(local_4c);\n puVar22 = local_4c + 6;\n puVar17 = *(uint **)(iVar7 + 0x70);\n if (lVar30 == 0) goto LAB_001e9783;\n if (bVar27) {\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea610;\n puVar17 = local_4c + 7;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n if (*puVar17 != 0) {\n uVar26 = *puVar17 - 1;\n bVar16 = (byte)uVar26;\n bVar5 = bVar16 & 0x1f;\n uVar14 = 1 << (bVar16 & 0x1f);\n uVar15 = uVar14;\n uVar20 = 0 << bVar5 | 1U >> 0x20 - bVar5;\n if ((uVar26 & 0x20) != 0) {\n uVar15 = 0;\n uVar20 = uVar14;\n }\n if (uVar20 == 0 && uVar15 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n }\n else {\n local_5c = (undefined4 *)((uVar15 - 1) + uVar23 & -uVar15);\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = (int)local_5c + iVar6;\n }\n goto LAB_001ea4f0;\n }\n goto LAB_001ea39e;\n }\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea619;\n if (local_4c[7] != 0) {\n uVar26 = local_4c[7] - 1;\n bVar5 = (byte)uVar26;\n bVar27 = (uVar26 & 0x20) == 0;\n iVar6 = (uint)bVar27 << (bVar5 & 0x1f);\n if ((uint)!bVar27 << (bVar5 & 0x1f) == 0 && iVar6 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\n else {\n uVar23 = -iVar6 & (uVar23 - 1) + iVar6;\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\nLAB_001ea4f0:\n uVar23 = uVar26;\n if (uVar26 - local_70 < local_7c) {\n bVar27 = true;\n }\n else {\n if (*(uint **)(iVar7 + 0x70) == local_38) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea80c to 001ea810 has its CatchHandler @ 001ea8db */\n FUN_002446e0("../../gold/aarch64.cc",0xaf7,"group_sections");\n }\n FUN_001e8c30(param_1,&local_28,param_6);\n bVar27 = false;\n }\n goto LAB_001ea3f6;\n }\n uVar26 = *puVar22;\n bVar27 = true;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n goto joined_r0x001ea3ac;\n }\n puVar17 = *(uint **)(iVar7 + 0x70);\nLAB_001e9783:\n local_5c = (undefined4 *)uVar23;\n puVar22 = local_4c + 6;\n if (local_4c + 6 != puVar17) goto LAB_001ea390;\n if (bVar27) {\nLAB_001ea610:\n if (puVar17 == local_38) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea869 to 001ea86d has its CatchHandler @ 001ea8db */\n FUN_002446e0("../../gold/aarch64.cc",0xb32,"group_sections",local_4c + 6);\n }\nLAB_001ea619:\n FUN_001e8c30(param_1,&local_28,param_6);\n }\n if (local_24 == local_28) {\nLAB_001ea600:\n if (local_28 != (int *)0x0) goto LAB_001e9835;\n goto LAB_001e9844;\n }\n /* try { // try from 001e97b7 to 001e97bb has its CatchHandler @ 001ea8db */\n FUN_002cdf10(iVar7,&local_28);\n iVar7 = (int)local_24 - (int)local_28 >> 2;\n if (iVar7 == 0) goto LAB_001ea600;\n iVar6 = *(int *)(*local_28 + 0x2c);\n uVar26 = *(uint *)(*local_28 + 0x30);\n iVar13 = *(int *)(iVar6 + 0x84);\n if ((uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26) goto LAB_001ea7b7;\n iVar24 = 0;\n while( true ) {\n *(undefined4 *)(iVar13 + uVar26 * 4) = 0xffffffff;\n iVar24 = iVar24 + 1;\n *(undefined1 *)(iVar6 + 0x4c) = 1;\n if (iVar7 == iVar24) break;\n iVar6 = *(int *)(local_28[iVar24] + 0x2c);\n uVar26 = *(uint *)(local_28[iVar24] + 0x30);\n iVar13 = *(int *)(iVar6 + 0x84);\n if ((uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26) {\nLAB_001ea7b7:\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea7d0 to 001ea7d4 has its CatchHandler @ 001ea8db */\n FUN_002446e0("../../gold/object.h",0x81f,"do_set_section_offset");\n }\n }\nLAB_001e9835:\n FUN_003ae080(local_28);\n }\nLAB_001e9844:\n local_84 = local_84 + 1;\n piVar8 = local_34;\n } while (local_30 != local_84);\n }\n if (piVar8 != (int *)0x0) {\n FUN_003ae080(piVar8);\n }\nLAB_001e9870:\n local_ac = (int *)*param_3;\n if (local_ac == (int *)param_3[1]) goto LAB_001e9f98;\n }\n else {\n local_5c = *(undefined4 **)(param_1 + 0x60);\n if (local_5c != *(undefined4 **)(param_1 + 100)) {\n do {\n piVar8 = (int *)*local_5c;\n iVar7 = piVar8[8];\n if (*(code **)(*piVar8 + 0xc) == FUN_001d1390) {\n local_4c = *(uint **)(iVar7 + 0x3c);\n local_64 = 0xfffffffc;\n local_60 = 0xffffffff;\n lVar30 = 4;\nLAB_001e965f:\n local_68 = (int)((ulonglong)lVar30 >> 0x20);\n local_6c = (uint)lVar30;\n bVar27 = CARRY4(local_6c,(uint)local_4c);\n iVar6 = local_6c + (int)local_4c;\n local_4c = (uint *)(local_64 & iVar6 - 1U);\n local_48 = local_60 & local_68 + (uint)bVar27 + -1 + (uint)(iVar6 != 0);\n }\n else {\n lVar30 = (**(code **)(*piVar8 + 0xc))(piVar8);\n local_4c = *(uint **)(iVar7 + 0x3c);\n local_48 = 0;\n if (lVar30 != 0) {\n local_64 = -(int)lVar30;\n local_60 = -((int)((ulonglong)lVar30 >> 0x20) + (uint)((int)lVar30 != 0));\n goto LAB_001e965f;\n }\n }\n if ((*(byte *)(iVar7 + 0x1c) & 4) == 0) goto LAB_001ea75d;\n uVar23 = *(uint *)(iVar7 + 0x14);\n uVar26 = *(uint *)(iVar7 + 0x14);\n iVar6 = *(int *)(iVar7 + 0x18);\n if ((*(byte *)(iVar7 + 0x1c) & 1) == 0) goto LAB_001ea799;\n bVar5 = *(byte *)(piVar8 + 7);\n uVar20 = *(uint *)(iVar7 + 4);\n iVar13 = *(int *)(iVar7 + 8);\n if ((bVar5 & 1) != 0) goto LAB_001ea73f;\n piVar8[1] = (int)local_4c + *(uint *)(iVar7 + 4);\n piVar8[2] = local_48 + iVar13 + (uint)CARRY4((uint)local_4c,uVar20);\n *(byte *)(piVar8 + 7) = bVar5 | 1;\n if ((bVar5 & 4) != 0) goto LAB_001ea77b;\n *(byte *)(piVar8 + 7) = bVar5 | 5;\n piVar8[5] = (int)local_4c + uVar26;\n piVar8[6] = local_48 + iVar6 + (uint)CARRY4((uint)local_4c,uVar23);\n if (((bVar5 & 2) == 0) &&\n ((**(code **)(*piVar8 + 0x38))(piVar8), (*(byte *)(piVar8 + 7) & 2) == 0))\n goto LAB_001ea0f2;\n local_5c = local_5c + 1;\n } while (*(undefined4 **)(param_1 + 100) != local_5c);\n goto LAB_001e9870;\n }\n local_ac = (int *)*param_3;\n if ((int *)param_3[1] == local_ac) {\n return 0;\n }\n }\n do {\n iVar7 = *local_ac;\n if (*(int *)(iVar7 + 0x1c) == 0) {\nLAB_001ea110:\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea129 to 001ea2b9 has its CatchHandler @ 001ea8e9 */\n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }\n FUN_0023cd00(*(int *)(iVar7 + 0x1c) + 0x1c,param_6);\n uVar26 = *(uint *)(iVar7 + 0x28);\n if (*(int *)(iVar7 + 0x1c) == 0) goto LAB_001ea110;\n /* try { // try from 001e9908 to 001e9f55 has its CatchHandler @ 001ea8e9 */\n iVar6 = FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)(iVar7 + 0x94),\n *(undefined4 *)(iVar7 + 0x98),uVar26 * 0x28,1,1);\n FUN_00318bd0(iVar7);\n if (1 < uVar26) {\n iVar13 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar13 == 0) {\nLAB_001e9d87:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n local_64 = 1;\n iVar24 = iVar7 + 0x14c;\n puVar3 = (undefined4 *)iVar6;\n do {\n local_5c = (undefined4 *)((int)puVar3 + 0x28);\n iVar9 = *(int *)((int)puVar3 + 0x2c);\n if ((((*(char *)(iVar13 + 0x1671) != '\0') || (*(char *)(iVar13 + 0x16ed) != '\0')) &&\n (*(int *)((int)puVar3 + 0x3c) != 0)) && ((*(byte *)((int)puVar3 + 0x30) & 6) != 0)) {\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_64 * 4);\n if ((iVar13 != 0) && (iVar9 == 1)) {\n cVar4 = FUN_0034cd20(param_4,iVar7,local_64);\n if (cVar4 == '\0') {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_64) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n local_74 = *(int *)(*(int *)(iVar7 + 0x84) + local_64 * 4);\n if (local_74 == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,local_64);\n if (iVar13 == 0) goto LAB_001e9c60;\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address",extraout_ECX);\n }\n local_74 = *(int *)(iVar13 + 4);\n }\n else {\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) goto LAB_001ea816;\n local_74 = local_74 + *(int *)(iVar13 + 4);\n }\n if ((uint)(*(int *)(iVar7 + 0x140) - *(int *)(iVar7 + 0x13c) >> 2) <= local_64) {\n /* try { // try from 001ea811 to 001ea851 has its CatchHandler @ 001ea8e9 */\n FUN_001d4d60();\nLAB_001ea816:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if ((*(int *)(*(int *)(iVar7 + 0x13c) + local_64 * 4) != 0) &&\n (FUN_001d6c20(local_64), local_44 != local_40)) {\n iVar13 = *(int *)(local_44 + 0x10);\n iVar18 = local_74 + *(int *)(iVar13 + 0x18);\n *(int *)(iVar13 + 0x20) = iVar18;\n iVar9 = local_44;\n while( true ) {\n if (iVar18 + 4 == -1) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/aarch64.cc",0x361,"set_destination_address");\n }\n *(int *)(iVar13 + 4) = iVar18 + 4;\n iVar9 = thunk_FUN_003af660(iVar9);\n if (iVar9 == local_40) break;\n iVar13 = *(int *)(iVar9 + 0x10);\n iVar18 = *(int *)(iVar13 + 0x18) + local_74;\n *(int *)(iVar13 + 0x20) = iVar18;\n }\n }\n local_28 = (int *)0x0;\n iVar18 = FUN_0028b8b0(iVar7,local_64,&local_28,0);\n iVar13 = *(int *)(iVar7 + 0x150);\n iVar9 = iVar24;\n if (*(int *)(iVar7 + 0x150) != 0) {\n do {\n while (iVar10 = iVar13, *(uint *)(iVar10 + 0x10) < local_64) {\n piVar8 = (int *)(iVar10 + 0xc);\n iVar13 = *piVar8;\n iVar10 = iVar9;\n if (*piVar8 == 0) goto LAB_001e9af5;\n }\n iVar13 = *(int *)(iVar10 + 8);\n iVar9 = iVar10;\n } while (*(int *)(iVar10 + 8) != 0);\nLAB_001e9af5:\n if (iVar24 != iVar10) {\n uVar23 = *(uint *)(iVar10 + 0x10);\n while (local_64 == uVar23) {\n iVar13 = thunk_FUN_003af660(iVar10);\n if (*(char *)(iVar10 + 0x18) == 'x') {\n iVar9 = *(int *)(iVar10 + 0x14);\n if ((iVar24 == iVar13) || (*(uint *)(iVar13 + 0x10) != local_64)) {\n local_54 = *(int *)((int)puVar3 + 0x3c);\n }\n else {\n local_54 = *(int *)(iVar13 + 0x14);\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(iVar10 + 0x1671) != '\0') &&\n (uVar23 = local_74 + iVar9, (uVar23 & 3) == 0)) {\n iVar10 = 0;\n if ((uVar23 & 0xfff) < 0xff8) {\n iVar10 = 0xff8 - (uVar23 & 0xfff);\n }\n while (iVar10 + 0xcU <= local_54 - iVar9) {\n puVar22 = (uint *)(iVar18 + iVar9 + iVar10);\n uVar20 = uVar23 + iVar10;\n if ((*puVar22 & 0x9f000000) == 0x90000000) {\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }\n iVar12 = iVar10 + 4;\n iVar10 = iVar10 + 0xffc;\n if ((uVar20 & 0xfff) == 0xff8) {\n iVar10 = iVar12;\n }\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (*(char *)(iVar10 + 0x16ed) != '\0') {\n uVar23 = local_54 - iVar9;\n if (4 < uVar23) {\n local_54 = 4;\n uVar20 = 0;\n do {\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n } while (local_54 < uVar23);\n }\n }\n }\n if (iVar24 == iVar13) break;\n iVar10 = iVar13;\n uVar23 = *(uint *)(iVar13 + 0x10);\n }\n }\n }\n }\nLAB_001e9c60:\n iVar9 = *(int *)((int)puVar3 + 0x2c);\n }\n }\n if ((iVar9 == 4) && (iVar13 = *(int *)((int)puVar3 + 0x3c), iVar13 != 0)) {\n uVar23 = *(uint *)((int)puVar3 + 0x40);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if (((*(uint *)(iVar7 + 0xac) == uVar23) && (*(int *)((int)puVar3 + 0x4c) == 0xc)) &&\n (lVar30 = FUN_00442a10(iVar13,0,0xc,0), lVar30 == 0)) {\n local_6c = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < local_6c) {\n /* try { // try from 001ea0ad to 001ea0b1 has its CatchHandler @ 001ea8e9 */\n FUN_00106f60(iVar7 + 0x90);\n local_6c = local_6c + *(int *)(iVar7 + 0xa4);\n }\n if (local_6c < *(uint *)(iVar7 + 0x28)) {\n iVar13 = iVar6 + local_6c * 0x28;\n if ((((*(int *)(iVar13 + 0x14) != 0) && ((*(byte *)(iVar13 + 8) & 2) != 0)) &&\n (*(int *)(iVar13 + 4) == 1)) &&\n (iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_6c * 4), iVar13 != 0)) {\n cVar4 = FUN_0034cd20(param_4,iVar7,local_6c);\n bVar27 = false;\n bVar28 = cVar4 == '\0';\n if (bVar28) {\n iVar9 = 10;\n pbVar21 = *(byte **)(iVar13 + 0x20);\n pbVar25 = (byte *)".eh_frame";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar27 = *pbVar21 < *pbVar25;\n bVar28 = *pbVar21 == *pbVar25;\n pbVar21 = pbVar21 + (uint)bVar29 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar29 * -2 + 1;\n } while (bVar28);\n if ((!bVar27 && !bVar28) != bVar27) {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_6c) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea8ba to 001ea8da has its CatchHandler @ 001ea8e9 */\n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset",iVar9);\n }\n if (*(int *)(*(int *)(iVar7 + 0x84) + local_6c * 4) == -1) {\n /* try { // try from 001ea64a to 001ea73e has its CatchHandler @ 001ea8e9 */\n uVar31 = FUN_002cd8b0(iVar13,iVar7,local_6c);\n if ((int)uVar31 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable",\n (int)((ulonglong)uVar31 >> 0x20));\n }\n }\n uVar23 = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= uVar23) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + uVar23 * 4);\n if (*(int *)(*(int *)(iVar7 + 0x84) + uVar23 * 4) == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,uVar23);\n if (iVar13 == 0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea7ee to 001ea7f2 has its CatchHandler @ 001ea8e9 */\n FUN_002446e0("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }\n else if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if (*(int *)(iVar7 + 0x1c) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }\n FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)((int)puVar3 + 0x38),0\n ,*(undefined4 *)((int)puVar3 + 0x3c),1,0);\n local_34 = (int *)0x0;\n FUN_0028b8b0(iVar7,uVar23,&local_34,0);\n if (*(int *)((int)puVar3 + 0x2c) != 4) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }\n }\n }\n }\n }\n }\n }\n local_64 = local_64 + 1;\n if (uVar26 == local_64) break;\n iVar13 = *(int *)(DAT_005ea7c8 + 8);\n puVar3 = local_5c;\n if (iVar13 == 0) goto LAB_001e9d87;\n } while( true );\n }\n if (*(int *)(iVar7 + 0x1c) != 0) {\n FUN_0023dd30(*(int *)(iVar7 + 0x1c) + 0x1c,param_6);\n }\n local_ac = local_ac + 1;\n } while ((int *)param_3[1] != local_ac);\nLAB_001e9f98:\n piVar8 = *(int **)(param_1 + 100);\n piVar19 = *(int **)(param_1 + 0x60);\n while( true ) {\n if (piVar19 == piVar8) {\n return 0;\n }\n iVar7 = *piVar19;\n iVar6 = *(int *)(iVar7 + 0x68);\n uVar26 = *(uint *)(iVar7 + 0x58) + 3 & 0xfffffffc;\n iVar13 = *(int *)(iVar7 + 0x6c);\n iVar24 = uVar26 + *(uint *)(iVar7 + 0x60);\n iVar9 = *(int *)(iVar7 + 0x5c) + (uint)(0xfffffffc < *(uint *)(iVar7 + 0x58)) +\n *(int *)(iVar7 + 100) + (uint)CARRY4(uVar26,*(uint *)(iVar7 + 0x60));\n *(int *)(iVar7 + 0x68) = iVar24;\n *(int *)(iVar7 + 0x6c) = iVar9;\n if (iVar13 != iVar9 || iVar6 != iVar24) break;\n piVar19 = piVar19 + 1;\n }\n piVar8 = *(int **)(iVar7 + 0x20);\n bVar29 = *(byte *)(piVar8 + 7);\n if ((bVar29 & 1) == 0) {\nLAB_001ea799:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n iVar7 = piVar8[1];\n iVar6 = piVar8[2];\n bVar5 = bVar29 >> 2 & 1;\n if ((bVar29 >> 2 & 1) != 0) {\n iVar13 = piVar8[5];\n iVar24 = piVar8[6];\n *(byte *)(piVar8 + 7) = bVar29 & 0xfa;\n if ((bVar29 & 8) == 0) {\n *(byte *)(piVar8 + 7) = bVar29 & 0xf8;\n }\n (**(code **)(*piVar8 + 0x3c))(piVar8);\n bVar29 = *(byte *)(piVar8 + 7);\n if ((bVar29 & 1) == 0) {\n piVar8[1] = iVar7;\n piVar8[2] = iVar6;\n *(byte *)(piVar8 + 7) = bVar29 | 1;\n if ((bVar29 & 4) == 0) {\n *(byte *)(piVar8 + 7) = bVar29 | 5;\n piVar8[5] = iVar13;\n piVar8[6] = iVar24;\n if ((bVar29 & 2) != 0) {\n return bVar5;\n }\n (**(code **)(*piVar8 + 0x38))(piVar8);\n if ((*(byte *)(piVar8 + 7) & 2) != 0) {\n return bVar5;\n }\nLAB_001ea0f2:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0x163,"finalize_data_size");\n }\nLAB_001ea77b:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0x14b,"set_file_offset");\n }\nLAB_001ea73f:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0x142,"set_address");\n }\nLAB_001ea75d:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xe3,"offset");\n}" { (declaration "undefined4 uVar1;" type_identifier identifier ;) (declaration "undefined4 uVar2;" type_identifier identifier ;) (declaration "undefined4 *puVar3;" type_identifier (pointer_declarator "*puVar3" * identifier) ;) (declaration "char cVar4;" primitive_type identifier ;) (declaration "byte bVar5;" type_identifier identifier ;) (declaration "int iVar6;" primitive_type identifier ;) (declaration "int iVar7;" primitive_type identifier ;) (declaration "int *piVar8;" primitive_type (pointer_declarator "*piVar8" * identifier) ;) (declaration "int iVar9;" primitive_type identifier ;) (declaration "int iVar10;" primitive_type identifier ;) (declaration "undefined4 uVar11;" type_identifier identifier ;) (declaration "int iVar12;" primitive_type identifier ;) (declaration "int iVar13;" primitive_type identifier ;) (declaration "uint uVar14;" type_identifier identifier ;) (declaration "uint uVar15;" type_identifier identifier ;) (declaration "byte bVar16;" type_identifier identifier ;) (declaration "uint *puVar17;" type_identifier (pointer_declarator "*puVar17" * identifier) ;) (declaration "undefined4 extraout_ECX;" type_identifier identifier ;) (declaration "int iVar18;" primitive_type identifier ;) (declaration "int *piVar19;" primitive_type (pointer_declarator "*piVar19" * identifier) ;) (declaration "uint uVar20;" type_identifier identifier ;) (declaration "byte *pbVar21;" type_identifier (pointer_declarator "*pbVar21" * identifier) ;) (declaration "uint *puVar22;" type_identifier (pointer_declarator "*puVar22" * identifier) ;) (declaration "uint uVar23;" type_identifier identifier ;) (declaration "int iVar24;" primitive_type identifier ;) (declaration "byte *pbVar25;" type_identifier (pointer_declarator "*pbVar25" * identifier) ;) (declaration "uint uVar26;" type_identifier identifier ;) (declaration "bool bVar27;" primitive_type identifier ;) (declaration "bool bVar28;" primitive_type identifier ;) (declaration "byte bVar29;" type_identifier identifier ;) (declaration "longlong lVar30;" type_identifier identifier ;) (declaration "undefined8 uVar31;" type_identifier identifier ;) (declaration "int *local_ac;" primitive_type (pointer_declarator "*local_ac" * identifier) ;) (declaration "uint local_90;" type_identifier identifier ;) (declaration "int *local_84;" primitive_type (pointer_declarator "*local_84" * identifier) ;) (declaration "uint local_7c;" type_identifier identifier ;) (declaration "int local_74;" primitive_type identifier ;) (declaration "uint local_70;" type_identifier identifier ;) (declaration "uint local_6c;" type_identifier identifier ;) (declaration "int local_68;" primitive_type identifier ;) (declaration "uint local_64;" type_identifier identifier ;) (declaration "uint local_60;" type_identifier identifier ;) (declaration "undefined4 *local_5c;" type_identifier (pointer_declarator "*local_5c" * identifier) ;) (declaration "uint local_54;" type_identifier identifier ;) (declaration "uint *local_4c;" type_identifier (pointer_declarator "*local_4c" * identifier) ;) (declaration "uint local_48;" type_identifier identifier ;) (declaration "int local_44;" primitive_type identifier ;) (declaration "int local_40;" primitive_type identifier ;) (declaration "uint *local_38;" type_identifier (pointer_declarator "*local_38" * identifier) ;) (declaration "int *local_34;" primitive_type (pointer_declarator "*local_34" * identifier) ;) (declaration "int *local_30;" primitive_type (pointer_declarator "*local_30" * identifier) ;) (declaration "undefined4 local_2c;" type_identifier identifier ;) (declaration "int *local_28;" primitive_type (pointer_declarator "*local_28" * identifier) ;) (declaration "int *local_24;" primitive_type (pointer_declarator "*local_24" * identifier) ;) (declaration "undefined4 local_20;" type_identifier identifier ;) (expression_statement "bVar29 = 0;" (assignment_expression "bVar29 = 0" identifier = number_literal) ;) (expression_statement "iVar7 = *(int *)(DAT_005ea7c8 + 8);" (assignment_expression "iVar7 = *(int *)(DAT_005ea7c8 + 8)" identifier = (pointer_expression "*(int *)(DAT_005ea7c8 + 8)" * (cast_expression "(int *)(DAT_005ea7c8 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_005ea7c8 + 8)" ( (binary_expression "DAT_005ea7c8 + 8" identifier + number_literal) ))))) ;) (if_statement "if (iVar7 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }" if (parenthesized_expression "(iVar7 == 0)" ( (binary_expression "iVar7 == 0" identifier == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }" { comment (expression_statement "FUN_002446e0("../../gold/parameters.h",0x5c,"options");" (call_expression "FUN_002446e0("../../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 *)(iVar7 + 0x318d) != '\0') {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/aarch64.cc",0x160d,"do_relax");\n }" if (parenthesized_expression "(*(char *)(iVar7 + 0x318d) != '\0')" ( (binary_expression "*(char *)(iVar7 + 0x318d) != '\0'" (pointer_expression "*(char *)(iVar7 + 0x318d)" * (cast_expression "(char *)(iVar7 + 0x318d)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x318d)" ( (binary_expression "iVar7 + 0x318d" identifier + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/aarch64.cc",0x160d,"do_relax");\n }" { comment (expression_statement "FUN_002446e0("../../gold/aarch64.cc",0x160d,"do_relax");" (call_expression "FUN_002446e0("../../gold/aarch64.cc",0x160d,"do_relax")" identifier (argument_list "("../../gold/aarch64.cc",0x160d,"do_relax")" ( (string_literal ""../../gold/aarch64.cc"" " string_content ") , number_literal , (string_literal ""do_relax"" " string_content ") ))) ;) })) (if_statement "if (param_2 == 1) {\n local_7c = *(int *)(iVar7 + 0x38a8) >> 0x1f;\n local_7c = (*(uint *)(iVar7 + 0x38a8) ^ local_7c) - local_7c;\n if (local_7c == 1) {\n local_7c = 0x7ffbffc;\n *(undefined4 *)(param_1 + 0x6c) = 0x7ffbffc;\n }\n else {\n *(uint *)(param_1 + 0x6c) = local_7c;\n }\n local_34 = (int *)0x0;\n local_30 = (int *)0x0;\n local_2c = 0;\n /* try { // try from 001ea319 to 001ea31d has its CatchHandler @ 001ea8e2 */\n FUN_002758a0(param_5,&local_34);\n piVar8 = local_30;\n if (local_34 != local_30) {\n local_84 = local_34;\n do {\n iVar7 = *local_84;\n local_28 = (int *)0x0;\n local_24 = (int *)0x0;\n local_38 = *(uint **)(iVar7 + 0x70);\n local_20 = 0;\n if (local_38 != *(uint **)(iVar7 + 0x6c)) {\n local_70 = 0;\n bVar27 = false;\n local_5c = (undefined4 *)0x0;\n puVar22 = *(uint **)(iVar7 + 0x6c);\nLAB_001ea390:\n local_4c = puVar22;\n if (local_4c[1] != 0) {\n uVar26 = local_4c[1] - 1;\n bVar5 = (byte)uVar26;\n bVar28 = (uVar26 & 0x20) == 0;\n lVar30 = CONCAT44((uint)!bVar28 << (bVar5 & 0x1f),(uint)bVar28 << (bVar5 & 0x1f));\n goto LAB_001ea3bd;\n }\nLAB_001ea39e:\n uVar26 = *local_4c;\n puVar22 = local_4c;\njoined_r0x001ea3ac:\n local_4c = puVar22;\n if (uVar26 + 4 < 4) {\n /* try { // try from 001ea3b7 to 001ea632 has its CatchHandler @ 001ea8db */\n lVar30 = (**(code **)(*(int *)local_4c[4] + 0xc))((int *)local_4c[4]);\nLAB_001ea3bd:\n if (lVar30 != 0) {\n local_5c = (undefined4 *)((int)lVar30 + -1 + (int)local_5c & -(int)lVar30);\n }\n }\n iVar6 = FUN_002c60d0(local_4c);\n uVar26 = (int)local_5c + iVar6;\n uVar23 = uVar26;\n if (bVar27) goto LAB_001ea4f0;\nLAB_001ea3f6:\n if (*local_4c < 0xfffffffd) {\n lVar30 = FUN_002c60d0(local_4c);\n puVar22 = local_4c + 6;\n puVar17 = *(uint **)(iVar7 + 0x70);\n if (lVar30 == 0) goto LAB_001e9783;\n if (bVar27) {\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea610;\n puVar17 = local_4c + 7;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n if (*puVar17 != 0) {\n uVar26 = *puVar17 - 1;\n bVar16 = (byte)uVar26;\n bVar5 = bVar16 & 0x1f;\n uVar14 = 1 << (bVar16 & 0x1f);\n uVar15 = uVar14;\n uVar20 = 0 << bVar5 | 1U >> 0x20 - bVar5;\n if ((uVar26 & 0x20) != 0) {\n uVar15 = 0;\n uVar20 = uVar14;\n }\n if (uVar20 == 0 && uVar15 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n }\n else {\n local_5c = (undefined4 *)((uVar15 - 1) + uVar23 & -uVar15);\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = (int)local_5c + iVar6;\n }\n goto LAB_001ea4f0;\n }\n goto LAB_001ea39e;\n }\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea619;\n if (local_4c[7] != 0) {\n uVar26 = local_4c[7] - 1;\n bVar5 = (byte)uVar26;\n bVar27 = (uVar26 & 0x20) == 0;\n iVar6 = (uint)bVar27 << (bVar5 & 0x1f);\n if ((uint)!bVar27 << (bVar5 & 0x1f) == 0 && iVar6 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\n else {\n uVar23 = -iVar6 & (uVar23 - 1) + iVar6;\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\nLAB_001ea4f0:\n uVar23 = uVar26;\n if (uVar26 - local_70 < local_7c) {\n bVar27 = true;\n }\n else {\n if (*(uint **)(iVar7 + 0x70) == local_38) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea80c to 001ea810 has its CatchHandler @ 001ea8db */\n FUN_002446e0("../../gold/aarch64.cc",0xaf7,"group_sections");\n }\n FUN_001e8c30(param_1,&local_28,param_6);\n bVar27 = false;\n }\n goto LAB_001ea3f6;\n }\n uVar26 = *puVar22;\n bVar27 = true;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n goto joined_r0x001ea3ac;\n }\n puVar17 = *(uint **)(iVar7 + 0x70);\nLAB_001e9783:\n local_5c = (undefined4 *)uVar23;\n puVar22 = local_4c + 6;\n if (local_4c + 6 != puVar17) goto LAB_001ea390;\n if (bVar27) {\nLAB_001ea610:\n if (puVar17 == local_38) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea869 to 001ea86d has its CatchHandler @ 001ea8db */\n FUN_002446e0("../../gold/aarch64.cc",0xb32,"group_sections",local_4c + 6);\n }\nLAB_001ea619:\n FUN_001e8c30(param_1,&local_28,param_6);\n }\n if (local_24 == local_28) {\nLAB_001ea600:\n if (local_28 != (int *)0x0) goto LAB_001e9835;\n goto LAB_001e9844;\n }\n /* try { // try from 001e97b7 to 001e97bb has its CatchHandler @ 001ea8db */\n FUN_002cdf10(iVar7,&local_28);\n iVar7 = (int)local_24 - (int)local_28 >> 2;\n if (iVar7 == 0) goto LAB_001ea600;\n iVar6 = *(int *)(*local_28 + 0x2c);\n uVar26 = *(uint *)(*local_28 + 0x30);\n iVar13 = *(int *)(iVar6 + 0x84);\n if ((uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26) goto LAB_001ea7b7;\n iVar24 = 0;\n while( true ) {\n *(undefined4 *)(iVar13 + uVar26 * 4) = 0xffffffff;\n iVar24 = iVar24 + 1;\n *(undefined1 *)(iVar6 + 0x4c) = 1;\n if (iVar7 == iVar24) break;\n iVar6 = *(int *)(local_28[iVar24] + 0x2c);\n uVar26 = *(uint *)(local_28[iVar24] + 0x30);\n iVar13 = *(int *)(iVar6 + 0x84);\n if ((uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26) {\nLAB_001ea7b7:\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea7d0 to 001ea7d4 has its CatchHandler @ 001ea8db */\n FUN_002446e0("../../gold/object.h",0x81f,"do_set_section_offset");\n }\n }\nLAB_001e9835:\n FUN_003ae080(local_28);\n }\nLAB_001e9844:\n local_84 = local_84 + 1;\n piVar8 = local_34;\n } while (local_30 != local_84);\n }\n if (piVar8 != (int *)0x0) {\n FUN_003ae080(piVar8);\n }\nLAB_001e9870:\n local_ac = (int *)*param_3;\n if (local_ac == (int *)param_3[1]) goto LAB_001e9f98;\n }\n else {\n local_5c = *(undefined4 **)(param_1 + 0x60);\n if (local_5c != *(undefined4 **)(param_1 + 100)) {\n do {\n piVar8 = (int *)*local_5c;\n iVar7 = piVar8[8];\n if (*(code **)(*piVar8 + 0xc) == FUN_001d1390) {\n local_4c = *(uint **)(iVar7 + 0x3c);\n local_64 = 0xfffffffc;\n local_60 = 0xffffffff;\n lVar30 = 4;\nLAB_001e965f:\n local_68 = (int)((ulonglong)lVar30 >> 0x20);\n local_6c = (uint)lVar30;\n bVar27 = CARRY4(local_6c,(uint)local_4c);\n iVar6 = local_6c + (int)local_4c;\n local_4c = (uint *)(local_64 & iVar6 - 1U);\n local_48 = local_60 & local_68 + (uint)bVar27 + -1 + (uint)(iVar6 != 0);\n }\n else {\n lVar30 = (**(code **)(*piVar8 + 0xc))(piVar8);\n local_4c = *(uint **)(iVar7 + 0x3c);\n local_48 = 0;\n if (lVar30 != 0) {\n local_64 = -(int)lVar30;\n local_60 = -((int)((ulonglong)lVar30 >> 0x20) + (uint)((int)lVar30 != 0));\n goto LAB_001e965f;\n }\n }\n if ((*(byte *)(iVar7 + 0x1c) & 4) == 0) goto LAB_001ea75d;\n uVar23 = *(uint *)(iVar7 + 0x14);\n uVar26 = *(uint *)(iVar7 + 0x14);\n iVar6 = *(int *)(iVar7 + 0x18);\n if ((*(byte *)(iVar7 + 0x1c) & 1) == 0) goto LAB_001ea799;\n bVar5 = *(byte *)(piVar8 + 7);\n uVar20 = *(uint *)(iVar7 + 4);\n iVar13 = *(int *)(iVar7 + 8);\n if ((bVar5 & 1) != 0) goto LAB_001ea73f;\n piVar8[1] = (int)local_4c + *(uint *)(iVar7 + 4);\n piVar8[2] = local_48 + iVar13 + (uint)CARRY4((uint)local_4c,uVar20);\n *(byte *)(piVar8 + 7) = bVar5 | 1;\n if ((bVar5 & 4) != 0) goto LAB_001ea77b;\n *(byte *)(piVar8 + 7) = bVar5 | 5;\n piVar8[5] = (int)local_4c + uVar26;\n piVar8[6] = local_48 + iVar6 + (uint)CARRY4((uint)local_4c,uVar23);\n if (((bVar5 & 2) == 0) &&\n ((**(code **)(*piVar8 + 0x38))(piVar8), (*(byte *)(piVar8 + 7) & 2) == 0))\n goto LAB_001ea0f2;\n local_5c = local_5c + 1;\n } while (*(undefined4 **)(param_1 + 100) != local_5c);\n goto LAB_001e9870;\n }\n local_ac = (int *)*param_3;\n if ((int *)param_3[1] == local_ac) {\n return 0;\n }\n }" if (parenthesized_expression "(param_2 == 1)" ( (binary_expression "param_2 == 1" identifier == number_literal) )) (compound_statement "{\n local_7c = *(int *)(iVar7 + 0x38a8) >> 0x1f;\n local_7c = (*(uint *)(iVar7 + 0x38a8) ^ local_7c) - local_7c;\n if (local_7c == 1) {\n local_7c = 0x7ffbffc;\n *(undefined4 *)(param_1 + 0x6c) = 0x7ffbffc;\n }\n else {\n *(uint *)(param_1 + 0x6c) = local_7c;\n }\n local_34 = (int *)0x0;\n local_30 = (int *)0x0;\n local_2c = 0;\n /* try { // try from 001ea319 to 001ea31d has its CatchHandler @ 001ea8e2 */\n FUN_002758a0(param_5,&local_34);\n piVar8 = local_30;\n if (local_34 != local_30) {\n local_84 = local_34;\n do {\n iVar7 = *local_84;\n local_28 = (int *)0x0;\n local_24 = (int *)0x0;\n local_38 = *(uint **)(iVar7 + 0x70);\n local_20 = 0;\n if (local_38 != *(uint **)(iVar7 + 0x6c)) {\n local_70 = 0;\n bVar27 = false;\n local_5c = (undefined4 *)0x0;\n puVar22 = *(uint **)(iVar7 + 0x6c);\nLAB_001ea390:\n local_4c = puVar22;\n if (local_4c[1] != 0) {\n uVar26 = local_4c[1] - 1;\n bVar5 = (byte)uVar26;\n bVar28 = (uVar26 & 0x20) == 0;\n lVar30 = CONCAT44((uint)!bVar28 << (bVar5 & 0x1f),(uint)bVar28 << (bVar5 & 0x1f));\n goto LAB_001ea3bd;\n }\nLAB_001ea39e:\n uVar26 = *local_4c;\n puVar22 = local_4c;\njoined_r0x001ea3ac:\n local_4c = puVar22;\n if (uVar26 + 4 < 4) {\n /* try { // try from 001ea3b7 to 001ea632 has its CatchHandler @ 001ea8db */\n lVar30 = (**(code **)(*(int *)local_4c[4] + 0xc))((int *)local_4c[4]);\nLAB_001ea3bd:\n if (lVar30 != 0) {\n local_5c = (undefined4 *)((int)lVar30 + -1 + (int)local_5c & -(int)lVar30);\n }\n }\n iVar6 = FUN_002c60d0(local_4c);\n uVar26 = (int)local_5c + iVar6;\n uVar23 = uVar26;\n if (bVar27) goto LAB_001ea4f0;\nLAB_001ea3f6:\n if (*local_4c < 0xfffffffd) {\n lVar30 = FUN_002c60d0(local_4c);\n puVar22 = local_4c + 6;\n puVar17 = *(uint **)(iVar7 + 0x70);\n if (lVar30 == 0) goto LAB_001e9783;\n if (bVar27) {\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea610;\n puVar17 = local_4c + 7;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n if (*puVar17 != 0) {\n uVar26 = *puVar17 - 1;\n bVar16 = (byte)uVar26;\n bVar5 = bVar16 & 0x1f;\n uVar14 = 1 << (bVar16 & 0x1f);\n uVar15 = uVar14;\n uVar20 = 0 << bVar5 | 1U >> 0x20 - bVar5;\n if ((uVar26 & 0x20) != 0) {\n uVar15 = 0;\n uVar20 = uVar14;\n }\n if (uVar20 == 0 && uVar15 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n }\n else {\n local_5c = (undefined4 *)((uVar15 - 1) + uVar23 & -uVar15);\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = (int)local_5c + iVar6;\n }\n goto LAB_001ea4f0;\n }\n goto LAB_001ea39e;\n }\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea619;\n if (local_4c[7] != 0) {\n uVar26 = local_4c[7] - 1;\n bVar5 = (byte)uVar26;\n bVar27 = (uVar26 & 0x20) == 0;\n iVar6 = (uint)bVar27 << (bVar5 & 0x1f);\n if ((uint)!bVar27 << (bVar5 & 0x1f) == 0 && iVar6 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\n else {\n uVar23 = -iVar6 & (uVar23 - 1) + iVar6;\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\nLAB_001ea4f0:\n uVar23 = uVar26;\n if (uVar26 - local_70 < local_7c) {\n bVar27 = true;\n }\n else {\n if (*(uint **)(iVar7 + 0x70) == local_38) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea80c to 001ea810 has its CatchHandler @ 001ea8db */\n FUN_002446e0("../../gold/aarch64.cc",0xaf7,"group_sections");\n }\n FUN_001e8c30(param_1,&local_28,param_6);\n bVar27 = false;\n }\n goto LAB_001ea3f6;\n }\n uVar26 = *puVar22;\n bVar27 = true;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n goto joined_r0x001ea3ac;\n }\n puVar17 = *(uint **)(iVar7 + 0x70);\nLAB_001e9783:\n local_5c = (undefined4 *)uVar23;\n puVar22 = local_4c + 6;\n if (local_4c + 6 != puVar17) goto LAB_001ea390;\n if (bVar27) {\nLAB_001ea610:\n if (puVar17 == local_38) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea869 to 001ea86d has its CatchHandler @ 001ea8db */\n FUN_002446e0("../../gold/aarch64.cc",0xb32,"group_sections",local_4c + 6);\n }\nLAB_001ea619:\n FUN_001e8c30(param_1,&local_28,param_6);\n }\n if (local_24 == local_28) {\nLAB_001ea600:\n if (local_28 != (int *)0x0) goto LAB_001e9835;\n goto LAB_001e9844;\n }\n /* try { // try from 001e97b7 to 001e97bb has its CatchHandler @ 001ea8db */\n FUN_002cdf10(iVar7,&local_28);\n iVar7 = (int)local_24 - (int)local_28 >> 2;\n if (iVar7 == 0) goto LAB_001ea600;\n iVar6 = *(int *)(*local_28 + 0x2c);\n uVar26 = *(uint *)(*local_28 + 0x30);\n iVar13 = *(int *)(iVar6 + 0x84);\n if ((uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26) goto LAB_001ea7b7;\n iVar24 = 0;\n while( true ) {\n *(undefined4 *)(iVar13 + uVar26 * 4) = 0xffffffff;\n iVar24 = iVar24 + 1;\n *(undefined1 *)(iVar6 + 0x4c) = 1;\n if (iVar7 == iVar24) break;\n iVar6 = *(int *)(local_28[iVar24] + 0x2c);\n uVar26 = *(uint *)(local_28[iVar24] + 0x30);\n iVar13 = *(int *)(iVar6 + 0x84);\n if ((uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26) {\nLAB_001ea7b7:\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea7d0 to 001ea7d4 has its CatchHandler @ 001ea8db */\n FUN_002446e0("../../gold/object.h",0x81f,"do_set_section_offset");\n }\n }\nLAB_001e9835:\n FUN_003ae080(local_28);\n }\nLAB_001e9844:\n local_84 = local_84 + 1;\n piVar8 = local_34;\n } while (local_30 != local_84);\n }\n if (piVar8 != (int *)0x0) {\n FUN_003ae080(piVar8);\n }\nLAB_001e9870:\n local_ac = (int *)*param_3;\n if (local_ac == (int *)param_3[1]) goto LAB_001e9f98;\n }" { (expression_statement "local_7c = *(int *)(iVar7 + 0x38a8) >> 0x1f;" (assignment_expression "local_7c = *(int *)(iVar7 + 0x38a8) >> 0x1f" identifier = (binary_expression "*(int *)(iVar7 + 0x38a8) >> 0x1f" (pointer_expression "*(int *)(iVar7 + 0x38a8)" * (cast_expression "(int *)(iVar7 + 0x38a8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x38a8)" ( (binary_expression "iVar7 + 0x38a8" identifier + number_literal) )))) >> number_literal)) ;) (expression_statement "local_7c = (*(uint *)(iVar7 + 0x38a8) ^ local_7c) - local_7c;" (assignment_expression "local_7c = (*(uint *)(iVar7 + 0x38a8) ^ local_7c) - local_7c" identifier = (binary_expression "(*(uint *)(iVar7 + 0x38a8) ^ local_7c) - local_7c" (parenthesized_expression "(*(uint *)(iVar7 + 0x38a8) ^ local_7c)" ( (binary_expression "*(uint *)(iVar7 + 0x38a8) ^ local_7c" (pointer_expression "*(uint *)(iVar7 + 0x38a8)" * (cast_expression "(uint *)(iVar7 + 0x38a8)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x38a8)" ( (binary_expression "iVar7 + 0x38a8" identifier + number_literal) )))) ^ identifier) )) - identifier)) ;) (if_statement "if (local_7c == 1) {\n local_7c = 0x7ffbffc;\n *(undefined4 *)(param_1 + 0x6c) = 0x7ffbffc;\n }\n else {\n *(uint *)(param_1 + 0x6c) = local_7c;\n }" if (parenthesized_expression "(local_7c == 1)" ( (binary_expression "local_7c == 1" identifier == number_literal) )) (compound_statement "{\n local_7c = 0x7ffbffc;\n *(undefined4 *)(param_1 + 0x6c) = 0x7ffbffc;\n }" { (expression_statement "local_7c = 0x7ffbffc;" (assignment_expression "local_7c = 0x7ffbffc" identifier = number_literal) ;) (expression_statement "*(undefined4 *)(param_1 + 0x6c) = 0x7ffbffc;" (assignment_expression "*(undefined4 *)(param_1 + 0x6c) = 0x7ffbffc" (pointer_expression "*(undefined4 *)(param_1 + 0x6c)" * (cast_expression "(undefined4 *)(param_1 + 0x6c)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x6c)" ( (binary_expression "param_1 + 0x6c" identifier + number_literal) )))) = number_literal) ;) }) (else_clause "else {\n *(uint *)(param_1 + 0x6c) = local_7c;\n }" else (compound_statement "{\n *(uint *)(param_1 + 0x6c) = local_7c;\n }" { (expression_statement "*(uint *)(param_1 + 0x6c) = local_7c;" (assignment_expression "*(uint *)(param_1 + 0x6c) = local_7c" (pointer_expression "*(uint *)(param_1 + 0x6c)" * (cast_expression "(uint *)(param_1 + 0x6c)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x6c)" ( (binary_expression "param_1 + 0x6c" identifier + number_literal) )))) = identifier) ;) }))) (expression_statement "local_34 = (int *)0x0;" (assignment_expression "local_34 = (int *)0x0" identifier = (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "local_30 = (int *)0x0;" (assignment_expression "local_30 = (int *)0x0" identifier = (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "local_2c = 0;" (assignment_expression "local_2c = 0" identifier = number_literal) ;) comment (expression_statement "FUN_002758a0(param_5,&local_34);" (call_expression "FUN_002758a0(param_5,&local_34)" identifier (argument_list "(param_5,&local_34)" ( identifier , (pointer_expression "&local_34" & identifier) ))) ;) (expression_statement "piVar8 = local_30;" (assignment_expression "piVar8 = local_30" identifier = identifier) ;) (if_statement "if (local_34 != local_30) {\n local_84 = local_34;\n do {\n iVar7 = *local_84;\n local_28 = (int *)0x0;\n local_24 = (int *)0x0;\n local_38 = *(uint **)(iVar7 + 0x70);\n local_20 = 0;\n if (local_38 != *(uint **)(iVar7 + 0x6c)) {\n local_70 = 0;\n bVar27 = false;\n local_5c = (undefined4 *)0x0;\n puVar22 = *(uint **)(iVar7 + 0x6c);\nLAB_001ea390:\n local_4c = puVar22;\n if (local_4c[1] != 0) {\n uVar26 = local_4c[1] - 1;\n bVar5 = (byte)uVar26;\n bVar28 = (uVar26 & 0x20) == 0;\n lVar30 = CONCAT44((uint)!bVar28 << (bVar5 & 0x1f),(uint)bVar28 << (bVar5 & 0x1f));\n goto LAB_001ea3bd;\n }\nLAB_001ea39e:\n uVar26 = *local_4c;\n puVar22 = local_4c;\njoined_r0x001ea3ac:\n local_4c = puVar22;\n if (uVar26 + 4 < 4) {\n /* try { // try from 001ea3b7 to 001ea632 has its CatchHandler @ 001ea8db */\n lVar30 = (**(code **)(*(int *)local_4c[4] + 0xc))((int *)local_4c[4]);\nLAB_001ea3bd:\n if (lVar30 != 0) {\n local_5c = (undefined4 *)((int)lVar30 + -1 + (int)local_5c & -(int)lVar30);\n }\n }\n iVar6 = FUN_002c60d0(local_4c);\n uVar26 = (int)local_5c + iVar6;\n uVar23 = uVar26;\n if (bVar27) goto LAB_001ea4f0;\nLAB_001ea3f6:\n if (*local_4c < 0xfffffffd) {\n lVar30 = FUN_002c60d0(local_4c);\n puVar22 = local_4c + 6;\n puVar17 = *(uint **)(iVar7 + 0x70);\n if (lVar30 == 0) goto LAB_001e9783;\n if (bVar27) {\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea610;\n puVar17 = local_4c + 7;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n if (*puVar17 != 0) {\n uVar26 = *puVar17 - 1;\n bVar16 = (byte)uVar26;\n bVar5 = bVar16 & 0x1f;\n uVar14 = 1 << (bVar16 & 0x1f);\n uVar15 = uVar14;\n uVar20 = 0 << bVar5 | 1U >> 0x20 - bVar5;\n if ((uVar26 & 0x20) != 0) {\n uVar15 = 0;\n uVar20 = uVar14;\n }\n if (uVar20 == 0 && uVar15 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n }\n else {\n local_5c = (undefined4 *)((uVar15 - 1) + uVar23 & -uVar15);\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = (int)local_5c + iVar6;\n }\n goto LAB_001ea4f0;\n }\n goto LAB_001ea39e;\n }\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea619;\n if (local_4c[7] != 0) {\n uVar26 = local_4c[7] - 1;\n bVar5 = (byte)uVar26;\n bVar27 = (uVar26 & 0x20) == 0;\n iVar6 = (uint)bVar27 << (bVar5 & 0x1f);\n if ((uint)!bVar27 << (bVar5 & 0x1f) == 0 && iVar6 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\n else {\n uVar23 = -iVar6 & (uVar23 - 1) + iVar6;\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\nLAB_001ea4f0:\n uVar23 = uVar26;\n if (uVar26 - local_70 < local_7c) {\n bVar27 = true;\n }\n else {\n if (*(uint **)(iVar7 + 0x70) == local_38) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea80c to 001ea810 has its CatchHandler @ 001ea8db */\n FUN_002446e0("../../gold/aarch64.cc",0xaf7,"group_sections");\n }\n FUN_001e8c30(param_1,&local_28,param_6);\n bVar27 = false;\n }\n goto LAB_001ea3f6;\n }\n uVar26 = *puVar22;\n bVar27 = true;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n goto joined_r0x001ea3ac;\n }\n puVar17 = *(uint **)(iVar7 + 0x70);\nLAB_001e9783:\n local_5c = (undefined4 *)uVar23;\n puVar22 = local_4c + 6;\n if (local_4c + 6 != puVar17) goto LAB_001ea390;\n if (bVar27) {\nLAB_001ea610:\n if (puVar17 == local_38) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea869 to 001ea86d has its CatchHandler @ 001ea8db */\n FUN_002446e0("../../gold/aarch64.cc",0xb32,"group_sections",local_4c + 6);\n }\nLAB_001ea619:\n FUN_001e8c30(param_1,&local_28,param_6);\n }\n if (local_24 == local_28) {\nLAB_001ea600:\n if (local_28 != (int *)0x0) goto LAB_001e9835;\n goto LAB_001e9844;\n }\n /* try { // try from 001e97b7 to 001e97bb has its CatchHandler @ 001ea8db */\n FUN_002cdf10(iVar7,&local_28);\n iVar7 = (int)local_24 - (int)local_28 >> 2;\n if (iVar7 == 0) goto LAB_001ea600;\n iVar6 = *(int *)(*local_28 + 0x2c);\n uVar26 = *(uint *)(*local_28 + 0x30);\n iVar13 = *(int *)(iVar6 + 0x84);\n if ((uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26) goto LAB_001ea7b7;\n iVar24 = 0;\n while( true ) {\n *(undefined4 *)(iVar13 + uVar26 * 4) = 0xffffffff;\n iVar24 = iVar24 + 1;\n *(undefined1 *)(iVar6 + 0x4c) = 1;\n if (iVar7 == iVar24) break;\n iVar6 = *(int *)(local_28[iVar24] + 0x2c);\n uVar26 = *(uint *)(local_28[iVar24] + 0x30);\n iVar13 = *(int *)(iVar6 + 0x84);\n if ((uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26) {\nLAB_001ea7b7:\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea7d0 to 001ea7d4 has its CatchHandler @ 001ea8db */\n FUN_002446e0("../../gold/object.h",0x81f,"do_set_section_offset");\n }\n }\nLAB_001e9835:\n FUN_003ae080(local_28);\n }\nLAB_001e9844:\n local_84 = local_84 + 1;\n piVar8 = local_34;\n } while (local_30 != local_84);\n }" if (parenthesized_expression "(local_34 != local_30)" ( (binary_expression "local_34 != local_30" identifier != identifier) )) (compound_statement "{\n local_84 = local_34;\n do {\n iVar7 = *local_84;\n local_28 = (int *)0x0;\n local_24 = (int *)0x0;\n local_38 = *(uint **)(iVar7 + 0x70);\n local_20 = 0;\n if (local_38 != *(uint **)(iVar7 + 0x6c)) {\n local_70 = 0;\n bVar27 = false;\n local_5c = (undefined4 *)0x0;\n puVar22 = *(uint **)(iVar7 + 0x6c);\nLAB_001ea390:\n local_4c = puVar22;\n if (local_4c[1] != 0) {\n uVar26 = local_4c[1] - 1;\n bVar5 = (byte)uVar26;\n bVar28 = (uVar26 & 0x20) == 0;\n lVar30 = CONCAT44((uint)!bVar28 << (bVar5 & 0x1f),(uint)bVar28 << (bVar5 & 0x1f));\n goto LAB_001ea3bd;\n }\nLAB_001ea39e:\n uVar26 = *local_4c;\n puVar22 = local_4c;\njoined_r0x001ea3ac:\n local_4c = puVar22;\n if (uVar26 + 4 < 4) {\n /* try { // try from 001ea3b7 to 001ea632 has its CatchHandler @ 001ea8db */\n lVar30 = (**(code **)(*(int *)local_4c[4] + 0xc))((int *)local_4c[4]);\nLAB_001ea3bd:\n if (lVar30 != 0) {\n local_5c = (undefined4 *)((int)lVar30 + -1 + (int)local_5c & -(int)lVar30);\n }\n }\n iVar6 = FUN_002c60d0(local_4c);\n uVar26 = (int)local_5c + iVar6;\n uVar23 = uVar26;\n if (bVar27) goto LAB_001ea4f0;\nLAB_001ea3f6:\n if (*local_4c < 0xfffffffd) {\n lVar30 = FUN_002c60d0(local_4c);\n puVar22 = local_4c + 6;\n puVar17 = *(uint **)(iVar7 + 0x70);\n if (lVar30 == 0) goto LAB_001e9783;\n if (bVar27) {\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea610;\n puVar17 = local_4c + 7;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n if (*puVar17 != 0) {\n uVar26 = *puVar17 - 1;\n bVar16 = (byte)uVar26;\n bVar5 = bVar16 & 0x1f;\n uVar14 = 1 << (bVar16 & 0x1f);\n uVar15 = uVar14;\n uVar20 = 0 << bVar5 | 1U >> 0x20 - bVar5;\n if ((uVar26 & 0x20) != 0) {\n uVar15 = 0;\n uVar20 = uVar14;\n }\n if (uVar20 == 0 && uVar15 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n }\n else {\n local_5c = (undefined4 *)((uVar15 - 1) + uVar23 & -uVar15);\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = (int)local_5c + iVar6;\n }\n goto LAB_001ea4f0;\n }\n goto LAB_001ea39e;\n }\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea619;\n if (local_4c[7] != 0) {\n uVar26 = local_4c[7] - 1;\n bVar5 = (byte)uVar26;\n bVar27 = (uVar26 & 0x20) == 0;\n iVar6 = (uint)bVar27 << (bVar5 & 0x1f);\n if ((uint)!bVar27 << (bVar5 & 0x1f) == 0 && iVar6 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\n else {\n uVar23 = -iVar6 & (uVar23 - 1) + iVar6;\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\nLAB_001ea4f0:\n uVar23 = uVar26;\n if (uVar26 - local_70 < local_7c) {\n bVar27 = true;\n }\n else {\n if (*(uint **)(iVar7 + 0x70) == local_38) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea80c to 001ea810 has its CatchHandler @ 001ea8db */\n FUN_002446e0("../../gold/aarch64.cc",0xaf7,"group_sections");\n }\n FUN_001e8c30(param_1,&local_28,param_6);\n bVar27 = false;\n }\n goto LAB_001ea3f6;\n }\n uVar26 = *puVar22;\n bVar27 = true;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n goto joined_r0x001ea3ac;\n }\n puVar17 = *(uint **)(iVar7 + 0x70);\nLAB_001e9783:\n local_5c = (undefined4 *)uVar23;\n puVar22 = local_4c + 6;\n if (local_4c + 6 != puVar17) goto LAB_001ea390;\n if (bVar27) {\nLAB_001ea610:\n if (puVar17 == local_38) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea869 to 001ea86d has its CatchHandler @ 001ea8db */\n FUN_002446e0("../../gold/aarch64.cc",0xb32,"group_sections",local_4c + 6);\n }\nLAB_001ea619:\n FUN_001e8c30(param_1,&local_28,param_6);\n }\n if (local_24 == local_28) {\nLAB_001ea600:\n if (local_28 != (int *)0x0) goto LAB_001e9835;\n goto LAB_001e9844;\n }\n /* try { // try from 001e97b7 to 001e97bb has its CatchHandler @ 001ea8db */\n FUN_002cdf10(iVar7,&local_28);\n iVar7 = (int)local_24 - (int)local_28 >> 2;\n if (iVar7 == 0) goto LAB_001ea600;\n iVar6 = *(int *)(*local_28 + 0x2c);\n uVar26 = *(uint *)(*local_28 + 0x30);\n iVar13 = *(int *)(iVar6 + 0x84);\n if ((uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26) goto LAB_001ea7b7;\n iVar24 = 0;\n while( true ) {\n *(undefined4 *)(iVar13 + uVar26 * 4) = 0xffffffff;\n iVar24 = iVar24 + 1;\n *(undefined1 *)(iVar6 + 0x4c) = 1;\n if (iVar7 == iVar24) break;\n iVar6 = *(int *)(local_28[iVar24] + 0x2c);\n uVar26 = *(uint *)(local_28[iVar24] + 0x30);\n iVar13 = *(int *)(iVar6 + 0x84);\n if ((uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26) {\nLAB_001ea7b7:\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea7d0 to 001ea7d4 has its CatchHandler @ 001ea8db */\n FUN_002446e0("../../gold/object.h",0x81f,"do_set_section_offset");\n }\n }\nLAB_001e9835:\n FUN_003ae080(local_28);\n }\nLAB_001e9844:\n local_84 = local_84 + 1;\n piVar8 = local_34;\n } while (local_30 != local_84);\n }" { (expression_statement "local_84 = local_34;" (assignment_expression "local_84 = local_34" identifier = identifier) ;) (do_statement "do {\n iVar7 = *local_84;\n local_28 = (int *)0x0;\n local_24 = (int *)0x0;\n local_38 = *(uint **)(iVar7 + 0x70);\n local_20 = 0;\n if (local_38 != *(uint **)(iVar7 + 0x6c)) {\n local_70 = 0;\n bVar27 = false;\n local_5c = (undefined4 *)0x0;\n puVar22 = *(uint **)(iVar7 + 0x6c);\nLAB_001ea390:\n local_4c = puVar22;\n if (local_4c[1] != 0) {\n uVar26 = local_4c[1] - 1;\n bVar5 = (byte)uVar26;\n bVar28 = (uVar26 & 0x20) == 0;\n lVar30 = CONCAT44((uint)!bVar28 << (bVar5 & 0x1f),(uint)bVar28 << (bVar5 & 0x1f));\n goto LAB_001ea3bd;\n }\nLAB_001ea39e:\n uVar26 = *local_4c;\n puVar22 = local_4c;\njoined_r0x001ea3ac:\n local_4c = puVar22;\n if (uVar26 + 4 < 4) {\n /* try { // try from 001ea3b7 to 001ea632 has its CatchHandler @ 001ea8db */\n lVar30 = (**(code **)(*(int *)local_4c[4] + 0xc))((int *)local_4c[4]);\nLAB_001ea3bd:\n if (lVar30 != 0) {\n local_5c = (undefined4 *)((int)lVar30 + -1 + (int)local_5c & -(int)lVar30);\n }\n }\n iVar6 = FUN_002c60d0(local_4c);\n uVar26 = (int)local_5c + iVar6;\n uVar23 = uVar26;\n if (bVar27) goto LAB_001ea4f0;\nLAB_001ea3f6:\n if (*local_4c < 0xfffffffd) {\n lVar30 = FUN_002c60d0(local_4c);\n puVar22 = local_4c + 6;\n puVar17 = *(uint **)(iVar7 + 0x70);\n if (lVar30 == 0) goto LAB_001e9783;\n if (bVar27) {\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea610;\n puVar17 = local_4c + 7;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n if (*puVar17 != 0) {\n uVar26 = *puVar17 - 1;\n bVar16 = (byte)uVar26;\n bVar5 = bVar16 & 0x1f;\n uVar14 = 1 << (bVar16 & 0x1f);\n uVar15 = uVar14;\n uVar20 = 0 << bVar5 | 1U >> 0x20 - bVar5;\n if ((uVar26 & 0x20) != 0) {\n uVar15 = 0;\n uVar20 = uVar14;\n }\n if (uVar20 == 0 && uVar15 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n }\n else {\n local_5c = (undefined4 *)((uVar15 - 1) + uVar23 & -uVar15);\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = (int)local_5c + iVar6;\n }\n goto LAB_001ea4f0;\n }\n goto LAB_001ea39e;\n }\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea619;\n if (local_4c[7] != 0) {\n uVar26 = local_4c[7] - 1;\n bVar5 = (byte)uVar26;\n bVar27 = (uVar26 & 0x20) == 0;\n iVar6 = (uint)bVar27 << (bVar5 & 0x1f);\n if ((uint)!bVar27 << (bVar5 & 0x1f) == 0 && iVar6 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\n else {\n uVar23 = -iVar6 & (uVar23 - 1) + iVar6;\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\nLAB_001ea4f0:\n uVar23 = uVar26;\n if (uVar26 - local_70 < local_7c) {\n bVar27 = true;\n }\n else {\n if (*(uint **)(iVar7 + 0x70) == local_38) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea80c to 001ea810 has its CatchHandler @ 001ea8db */\n FUN_002446e0("../../gold/aarch64.cc",0xaf7,"group_sections");\n }\n FUN_001e8c30(param_1,&local_28,param_6);\n bVar27 = false;\n }\n goto LAB_001ea3f6;\n }\n uVar26 = *puVar22;\n bVar27 = true;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n goto joined_r0x001ea3ac;\n }\n puVar17 = *(uint **)(iVar7 + 0x70);\nLAB_001e9783:\n local_5c = (undefined4 *)uVar23;\n puVar22 = local_4c + 6;\n if (local_4c + 6 != puVar17) goto LAB_001ea390;\n if (bVar27) {\nLAB_001ea610:\n if (puVar17 == local_38) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea869 to 001ea86d has its CatchHandler @ 001ea8db */\n FUN_002446e0("../../gold/aarch64.cc",0xb32,"group_sections",local_4c + 6);\n }\nLAB_001ea619:\n FUN_001e8c30(param_1,&local_28,param_6);\n }\n if (local_24 == local_28) {\nLAB_001ea600:\n if (local_28 != (int *)0x0) goto LAB_001e9835;\n goto LAB_001e9844;\n }\n /* try { // try from 001e97b7 to 001e97bb has its CatchHandler @ 001ea8db */\n FUN_002cdf10(iVar7,&local_28);\n iVar7 = (int)local_24 - (int)local_28 >> 2;\n if (iVar7 == 0) goto LAB_001ea600;\n iVar6 = *(int *)(*local_28 + 0x2c);\n uVar26 = *(uint *)(*local_28 + 0x30);\n iVar13 = *(int *)(iVar6 + 0x84);\n if ((uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26) goto LAB_001ea7b7;\n iVar24 = 0;\n while( true ) {\n *(undefined4 *)(iVar13 + uVar26 * 4) = 0xffffffff;\n iVar24 = iVar24 + 1;\n *(undefined1 *)(iVar6 + 0x4c) = 1;\n if (iVar7 == iVar24) break;\n iVar6 = *(int *)(local_28[iVar24] + 0x2c);\n uVar26 = *(uint *)(local_28[iVar24] + 0x30);\n iVar13 = *(int *)(iVar6 + 0x84);\n if ((uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26) {\nLAB_001ea7b7:\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea7d0 to 001ea7d4 has its CatchHandler @ 001ea8db */\n FUN_002446e0("../../gold/object.h",0x81f,"do_set_section_offset");\n }\n }\nLAB_001e9835:\n FUN_003ae080(local_28);\n }\nLAB_001e9844:\n local_84 = local_84 + 1;\n piVar8 = local_34;\n } while (local_30 != local_84);" do (compound_statement "{\n iVar7 = *local_84;\n local_28 = (int *)0x0;\n local_24 = (int *)0x0;\n local_38 = *(uint **)(iVar7 + 0x70);\n local_20 = 0;\n if (local_38 != *(uint **)(iVar7 + 0x6c)) {\n local_70 = 0;\n bVar27 = false;\n local_5c = (undefined4 *)0x0;\n puVar22 = *(uint **)(iVar7 + 0x6c);\nLAB_001ea390:\n local_4c = puVar22;\n if (local_4c[1] != 0) {\n uVar26 = local_4c[1] - 1;\n bVar5 = (byte)uVar26;\n bVar28 = (uVar26 & 0x20) == 0;\n lVar30 = CONCAT44((uint)!bVar28 << (bVar5 & 0x1f),(uint)bVar28 << (bVar5 & 0x1f));\n goto LAB_001ea3bd;\n }\nLAB_001ea39e:\n uVar26 = *local_4c;\n puVar22 = local_4c;\njoined_r0x001ea3ac:\n local_4c = puVar22;\n if (uVar26 + 4 < 4) {\n /* try { // try from 001ea3b7 to 001ea632 has its CatchHandler @ 001ea8db */\n lVar30 = (**(code **)(*(int *)local_4c[4] + 0xc))((int *)local_4c[4]);\nLAB_001ea3bd:\n if (lVar30 != 0) {\n local_5c = (undefined4 *)((int)lVar30 + -1 + (int)local_5c & -(int)lVar30);\n }\n }\n iVar6 = FUN_002c60d0(local_4c);\n uVar26 = (int)local_5c + iVar6;\n uVar23 = uVar26;\n if (bVar27) goto LAB_001ea4f0;\nLAB_001ea3f6:\n if (*local_4c < 0xfffffffd) {\n lVar30 = FUN_002c60d0(local_4c);\n puVar22 = local_4c + 6;\n puVar17 = *(uint **)(iVar7 + 0x70);\n if (lVar30 == 0) goto LAB_001e9783;\n if (bVar27) {\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea610;\n puVar17 = local_4c + 7;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n if (*puVar17 != 0) {\n uVar26 = *puVar17 - 1;\n bVar16 = (byte)uVar26;\n bVar5 = bVar16 & 0x1f;\n uVar14 = 1 << (bVar16 & 0x1f);\n uVar15 = uVar14;\n uVar20 = 0 << bVar5 | 1U >> 0x20 - bVar5;\n if ((uVar26 & 0x20) != 0) {\n uVar15 = 0;\n uVar20 = uVar14;\n }\n if (uVar20 == 0 && uVar15 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n }\n else {\n local_5c = (undefined4 *)((uVar15 - 1) + uVar23 & -uVar15);\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = (int)local_5c + iVar6;\n }\n goto LAB_001ea4f0;\n }\n goto LAB_001ea39e;\n }\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea619;\n if (local_4c[7] != 0) {\n uVar26 = local_4c[7] - 1;\n bVar5 = (byte)uVar26;\n bVar27 = (uVar26 & 0x20) == 0;\n iVar6 = (uint)bVar27 << (bVar5 & 0x1f);\n if ((uint)!bVar27 << (bVar5 & 0x1f) == 0 && iVar6 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\n else {\n uVar23 = -iVar6 & (uVar23 - 1) + iVar6;\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\nLAB_001ea4f0:\n uVar23 = uVar26;\n if (uVar26 - local_70 < local_7c) {\n bVar27 = true;\n }\n else {\n if (*(uint **)(iVar7 + 0x70) == local_38) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea80c to 001ea810 has its CatchHandler @ 001ea8db */\n FUN_002446e0("../../gold/aarch64.cc",0xaf7,"group_sections");\n }\n FUN_001e8c30(param_1,&local_28,param_6);\n bVar27 = false;\n }\n goto LAB_001ea3f6;\n }\n uVar26 = *puVar22;\n bVar27 = true;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n goto joined_r0x001ea3ac;\n }\n puVar17 = *(uint **)(iVar7 + 0x70);\nLAB_001e9783:\n local_5c = (undefined4 *)uVar23;\n puVar22 = local_4c + 6;\n if (local_4c + 6 != puVar17) goto LAB_001ea390;\n if (bVar27) {\nLAB_001ea610:\n if (puVar17 == local_38) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea869 to 001ea86d has its CatchHandler @ 001ea8db */\n FUN_002446e0("../../gold/aarch64.cc",0xb32,"group_sections",local_4c + 6);\n }\nLAB_001ea619:\n FUN_001e8c30(param_1,&local_28,param_6);\n }\n if (local_24 == local_28) {\nLAB_001ea600:\n if (local_28 != (int *)0x0) goto LAB_001e9835;\n goto LAB_001e9844;\n }\n /* try { // try from 001e97b7 to 001e97bb has its CatchHandler @ 001ea8db */\n FUN_002cdf10(iVar7,&local_28);\n iVar7 = (int)local_24 - (int)local_28 >> 2;\n if (iVar7 == 0) goto LAB_001ea600;\n iVar6 = *(int *)(*local_28 + 0x2c);\n uVar26 = *(uint *)(*local_28 + 0x30);\n iVar13 = *(int *)(iVar6 + 0x84);\n if ((uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26) goto LAB_001ea7b7;\n iVar24 = 0;\n while( true ) {\n *(undefined4 *)(iVar13 + uVar26 * 4) = 0xffffffff;\n iVar24 = iVar24 + 1;\n *(undefined1 *)(iVar6 + 0x4c) = 1;\n if (iVar7 == iVar24) break;\n iVar6 = *(int *)(local_28[iVar24] + 0x2c);\n uVar26 = *(uint *)(local_28[iVar24] + 0x30);\n iVar13 = *(int *)(iVar6 + 0x84);\n if ((uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26) {\nLAB_001ea7b7:\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea7d0 to 001ea7d4 has its CatchHandler @ 001ea8db */\n FUN_002446e0("../../gold/object.h",0x81f,"do_set_section_offset");\n }\n }\nLAB_001e9835:\n FUN_003ae080(local_28);\n }\nLAB_001e9844:\n local_84 = local_84 + 1;\n piVar8 = local_34;\n }" { (expression_statement "iVar7 = *local_84;" (assignment_expression "iVar7 = *local_84" identifier = (pointer_expression "*local_84" * identifier)) ;) (expression_statement "local_28 = (int *)0x0;" (assignment_expression "local_28 = (int *)0x0" identifier = (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "local_24 = (int *)0x0;" (assignment_expression "local_24 = (int *)0x0" identifier = (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "local_38 = *(uint **)(iVar7 + 0x70);" (assignment_expression "local_38 = *(uint **)(iVar7 + 0x70)" identifier = (pointer_expression "*(uint **)(iVar7 + 0x70)" * (cast_expression "(uint **)(iVar7 + 0x70)" ( (type_descriptor "uint **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar7 + 0x70)" ( (binary_expression "iVar7 + 0x70" identifier + number_literal) ))))) ;) (expression_statement "local_20 = 0;" (assignment_expression "local_20 = 0" identifier = number_literal) ;) (if_statement "if (local_38 != *(uint **)(iVar7 + 0x6c)) {\n local_70 = 0;\n bVar27 = false;\n local_5c = (undefined4 *)0x0;\n puVar22 = *(uint **)(iVar7 + 0x6c);\nLAB_001ea390:\n local_4c = puVar22;\n if (local_4c[1] != 0) {\n uVar26 = local_4c[1] - 1;\n bVar5 = (byte)uVar26;\n bVar28 = (uVar26 & 0x20) == 0;\n lVar30 = CONCAT44((uint)!bVar28 << (bVar5 & 0x1f),(uint)bVar28 << (bVar5 & 0x1f));\n goto LAB_001ea3bd;\n }\nLAB_001ea39e:\n uVar26 = *local_4c;\n puVar22 = local_4c;\njoined_r0x001ea3ac:\n local_4c = puVar22;\n if (uVar26 + 4 < 4) {\n /* try { // try from 001ea3b7 to 001ea632 has its CatchHandler @ 001ea8db */\n lVar30 = (**(code **)(*(int *)local_4c[4] + 0xc))((int *)local_4c[4]);\nLAB_001ea3bd:\n if (lVar30 != 0) {\n local_5c = (undefined4 *)((int)lVar30 + -1 + (int)local_5c & -(int)lVar30);\n }\n }\n iVar6 = FUN_002c60d0(local_4c);\n uVar26 = (int)local_5c + iVar6;\n uVar23 = uVar26;\n if (bVar27) goto LAB_001ea4f0;\nLAB_001ea3f6:\n if (*local_4c < 0xfffffffd) {\n lVar30 = FUN_002c60d0(local_4c);\n puVar22 = local_4c + 6;\n puVar17 = *(uint **)(iVar7 + 0x70);\n if (lVar30 == 0) goto LAB_001e9783;\n if (bVar27) {\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea610;\n puVar17 = local_4c + 7;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n if (*puVar17 != 0) {\n uVar26 = *puVar17 - 1;\n bVar16 = (byte)uVar26;\n bVar5 = bVar16 & 0x1f;\n uVar14 = 1 << (bVar16 & 0x1f);\n uVar15 = uVar14;\n uVar20 = 0 << bVar5 | 1U >> 0x20 - bVar5;\n if ((uVar26 & 0x20) != 0) {\n uVar15 = 0;\n uVar20 = uVar14;\n }\n if (uVar20 == 0 && uVar15 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n }\n else {\n local_5c = (undefined4 *)((uVar15 - 1) + uVar23 & -uVar15);\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = (int)local_5c + iVar6;\n }\n goto LAB_001ea4f0;\n }\n goto LAB_001ea39e;\n }\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea619;\n if (local_4c[7] != 0) {\n uVar26 = local_4c[7] - 1;\n bVar5 = (byte)uVar26;\n bVar27 = (uVar26 & 0x20) == 0;\n iVar6 = (uint)bVar27 << (bVar5 & 0x1f);\n if ((uint)!bVar27 << (bVar5 & 0x1f) == 0 && iVar6 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\n else {\n uVar23 = -iVar6 & (uVar23 - 1) + iVar6;\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\nLAB_001ea4f0:\n uVar23 = uVar26;\n if (uVar26 - local_70 < local_7c) {\n bVar27 = true;\n }\n else {\n if (*(uint **)(iVar7 + 0x70) == local_38) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea80c to 001ea810 has its CatchHandler @ 001ea8db */\n FUN_002446e0("../../gold/aarch64.cc",0xaf7,"group_sections");\n }\n FUN_001e8c30(param_1,&local_28,param_6);\n bVar27 = false;\n }\n goto LAB_001ea3f6;\n }\n uVar26 = *puVar22;\n bVar27 = true;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n goto joined_r0x001ea3ac;\n }\n puVar17 = *(uint **)(iVar7 + 0x70);\nLAB_001e9783:\n local_5c = (undefined4 *)uVar23;\n puVar22 = local_4c + 6;\n if (local_4c + 6 != puVar17) goto LAB_001ea390;\n if (bVar27) {\nLAB_001ea610:\n if (puVar17 == local_38) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea869 to 001ea86d has its CatchHandler @ 001ea8db */\n FUN_002446e0("../../gold/aarch64.cc",0xb32,"group_sections",local_4c + 6);\n }\nLAB_001ea619:\n FUN_001e8c30(param_1,&local_28,param_6);\n }\n if (local_24 == local_28) {\nLAB_001ea600:\n if (local_28 != (int *)0x0) goto LAB_001e9835;\n goto LAB_001e9844;\n }\n /* try { // try from 001e97b7 to 001e97bb has its CatchHandler @ 001ea8db */\n FUN_002cdf10(iVar7,&local_28);\n iVar7 = (int)local_24 - (int)local_28 >> 2;\n if (iVar7 == 0) goto LAB_001ea600;\n iVar6 = *(int *)(*local_28 + 0x2c);\n uVar26 = *(uint *)(*local_28 + 0x30);\n iVar13 = *(int *)(iVar6 + 0x84);\n if ((uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26) goto LAB_001ea7b7;\n iVar24 = 0;\n while( true ) {\n *(undefined4 *)(iVar13 + uVar26 * 4) = 0xffffffff;\n iVar24 = iVar24 + 1;\n *(undefined1 *)(iVar6 + 0x4c) = 1;\n if (iVar7 == iVar24) break;\n iVar6 = *(int *)(local_28[iVar24] + 0x2c);\n uVar26 = *(uint *)(local_28[iVar24] + 0x30);\n iVar13 = *(int *)(iVar6 + 0x84);\n if ((uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26) {\nLAB_001ea7b7:\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea7d0 to 001ea7d4 has its CatchHandler @ 001ea8db */\n FUN_002446e0("../../gold/object.h",0x81f,"do_set_section_offset");\n }\n }\nLAB_001e9835:\n FUN_003ae080(local_28);\n }" if (parenthesized_expression "(local_38 != *(uint **)(iVar7 + 0x6c))" ( (binary_expression "local_38 != *(uint **)(iVar7 + 0x6c)" identifier != (pointer_expression "*(uint **)(iVar7 + 0x6c)" * (cast_expression "(uint **)(iVar7 + 0x6c)" ( (type_descriptor "uint **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar7 + 0x6c)" ( (binary_expression "iVar7 + 0x6c" identifier + number_literal) ))))) )) (compound_statement "{\n local_70 = 0;\n bVar27 = false;\n local_5c = (undefined4 *)0x0;\n puVar22 = *(uint **)(iVar7 + 0x6c);\nLAB_001ea390:\n local_4c = puVar22;\n if (local_4c[1] != 0) {\n uVar26 = local_4c[1] - 1;\n bVar5 = (byte)uVar26;\n bVar28 = (uVar26 & 0x20) == 0;\n lVar30 = CONCAT44((uint)!bVar28 << (bVar5 & 0x1f),(uint)bVar28 << (bVar5 & 0x1f));\n goto LAB_001ea3bd;\n }\nLAB_001ea39e:\n uVar26 = *local_4c;\n puVar22 = local_4c;\njoined_r0x001ea3ac:\n local_4c = puVar22;\n if (uVar26 + 4 < 4) {\n /* try { // try from 001ea3b7 to 001ea632 has its CatchHandler @ 001ea8db */\n lVar30 = (**(code **)(*(int *)local_4c[4] + 0xc))((int *)local_4c[4]);\nLAB_001ea3bd:\n if (lVar30 != 0) {\n local_5c = (undefined4 *)((int)lVar30 + -1 + (int)local_5c & -(int)lVar30);\n }\n }\n iVar6 = FUN_002c60d0(local_4c);\n uVar26 = (int)local_5c + iVar6;\n uVar23 = uVar26;\n if (bVar27) goto LAB_001ea4f0;\nLAB_001ea3f6:\n if (*local_4c < 0xfffffffd) {\n lVar30 = FUN_002c60d0(local_4c);\n puVar22 = local_4c + 6;\n puVar17 = *(uint **)(iVar7 + 0x70);\n if (lVar30 == 0) goto LAB_001e9783;\n if (bVar27) {\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea610;\n puVar17 = local_4c + 7;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n if (*puVar17 != 0) {\n uVar26 = *puVar17 - 1;\n bVar16 = (byte)uVar26;\n bVar5 = bVar16 & 0x1f;\n uVar14 = 1 << (bVar16 & 0x1f);\n uVar15 = uVar14;\n uVar20 = 0 << bVar5 | 1U >> 0x20 - bVar5;\n if ((uVar26 & 0x20) != 0) {\n uVar15 = 0;\n uVar20 = uVar14;\n }\n if (uVar20 == 0 && uVar15 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n }\n else {\n local_5c = (undefined4 *)((uVar15 - 1) + uVar23 & -uVar15);\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = (int)local_5c + iVar6;\n }\n goto LAB_001ea4f0;\n }\n goto LAB_001ea39e;\n }\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea619;\n if (local_4c[7] != 0) {\n uVar26 = local_4c[7] - 1;\n bVar5 = (byte)uVar26;\n bVar27 = (uVar26 & 0x20) == 0;\n iVar6 = (uint)bVar27 << (bVar5 & 0x1f);\n if ((uint)!bVar27 << (bVar5 & 0x1f) == 0 && iVar6 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\n else {\n uVar23 = -iVar6 & (uVar23 - 1) + iVar6;\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\nLAB_001ea4f0:\n uVar23 = uVar26;\n if (uVar26 - local_70 < local_7c) {\n bVar27 = true;\n }\n else {\n if (*(uint **)(iVar7 + 0x70) == local_38) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea80c to 001ea810 has its CatchHandler @ 001ea8db */\n FUN_002446e0("../../gold/aarch64.cc",0xaf7,"group_sections");\n }\n FUN_001e8c30(param_1,&local_28,param_6);\n bVar27 = false;\n }\n goto LAB_001ea3f6;\n }\n uVar26 = *puVar22;\n bVar27 = true;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n goto joined_r0x001ea3ac;\n }\n puVar17 = *(uint **)(iVar7 + 0x70);\nLAB_001e9783:\n local_5c = (undefined4 *)uVar23;\n puVar22 = local_4c + 6;\n if (local_4c + 6 != puVar17) goto LAB_001ea390;\n if (bVar27) {\nLAB_001ea610:\n if (puVar17 == local_38) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea869 to 001ea86d has its CatchHandler @ 001ea8db */\n FUN_002446e0("../../gold/aarch64.cc",0xb32,"group_sections",local_4c + 6);\n }\nLAB_001ea619:\n FUN_001e8c30(param_1,&local_28,param_6);\n }\n if (local_24 == local_28) {\nLAB_001ea600:\n if (local_28 != (int *)0x0) goto LAB_001e9835;\n goto LAB_001e9844;\n }\n /* try { // try from 001e97b7 to 001e97bb has its CatchHandler @ 001ea8db */\n FUN_002cdf10(iVar7,&local_28);\n iVar7 = (int)local_24 - (int)local_28 >> 2;\n if (iVar7 == 0) goto LAB_001ea600;\n iVar6 = *(int *)(*local_28 + 0x2c);\n uVar26 = *(uint *)(*local_28 + 0x30);\n iVar13 = *(int *)(iVar6 + 0x84);\n if ((uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26) goto LAB_001ea7b7;\n iVar24 = 0;\n while( true ) {\n *(undefined4 *)(iVar13 + uVar26 * 4) = 0xffffffff;\n iVar24 = iVar24 + 1;\n *(undefined1 *)(iVar6 + 0x4c) = 1;\n if (iVar7 == iVar24) break;\n iVar6 = *(int *)(local_28[iVar24] + 0x2c);\n uVar26 = *(uint *)(local_28[iVar24] + 0x30);\n iVar13 = *(int *)(iVar6 + 0x84);\n if ((uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26) {\nLAB_001ea7b7:\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea7d0 to 001ea7d4 has its CatchHandler @ 001ea8db */\n FUN_002446e0("../../gold/object.h",0x81f,"do_set_section_offset");\n }\n }\nLAB_001e9835:\n FUN_003ae080(local_28);\n }" { (expression_statement "local_70 = 0;" (assignment_expression "local_70 = 0" identifier = number_literal) ;) (expression_statement "bVar27 = false;" (assignment_expression "bVar27 = false" identifier = false) ;) (expression_statement "local_5c = (undefined4 *)0x0;" (assignment_expression "local_5c = (undefined4 *)0x0" identifier = (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "puVar22 = *(uint **)(iVar7 + 0x6c);" (assignment_expression "puVar22 = *(uint **)(iVar7 + 0x6c)" identifier = (pointer_expression "*(uint **)(iVar7 + 0x6c)" * (cast_expression "(uint **)(iVar7 + 0x6c)" ( (type_descriptor "uint **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar7 + 0x6c)" ( (binary_expression "iVar7 + 0x6c" identifier + number_literal) ))))) ;) (labeled_statement "LAB_001ea390:\n local_4c = puVar22;" statement_identifier : (expression_statement "local_4c = puVar22;" (assignment_expression "local_4c = puVar22" identifier = identifier) ;)) (if_statement "if (local_4c[1] != 0) {\n uVar26 = local_4c[1] - 1;\n bVar5 = (byte)uVar26;\n bVar28 = (uVar26 & 0x20) == 0;\n lVar30 = CONCAT44((uint)!bVar28 << (bVar5 & 0x1f),(uint)bVar28 << (bVar5 & 0x1f));\n goto LAB_001ea3bd;\n }" if (parenthesized_expression "(local_4c[1] != 0)" ( (binary_expression "local_4c[1] != 0" (subscript_expression "local_4c[1]" identifier [ number_literal ]) != number_literal) )) (compound_statement "{\n uVar26 = local_4c[1] - 1;\n bVar5 = (byte)uVar26;\n bVar28 = (uVar26 & 0x20) == 0;\n lVar30 = CONCAT44((uint)!bVar28 << (bVar5 & 0x1f),(uint)bVar28 << (bVar5 & 0x1f));\n goto LAB_001ea3bd;\n }" { (expression_statement "uVar26 = local_4c[1] - 1;" (assignment_expression "uVar26 = local_4c[1] - 1" identifier = (binary_expression "local_4c[1] - 1" (subscript_expression "local_4c[1]" identifier [ number_literal ]) - number_literal)) ;) (expression_statement "bVar5 = (byte)uVar26;" (assignment_expression "bVar5 = (byte)uVar26" identifier = (cast_expression "(byte)uVar26" ( (type_descriptor "byte" type_identifier) ) identifier)) ;) (expression_statement "bVar28 = (uVar26 & 0x20) == 0;" (assignment_expression "bVar28 = (uVar26 & 0x20) == 0" identifier = (binary_expression "(uVar26 & 0x20) == 0" (parenthesized_expression "(uVar26 & 0x20)" ( (binary_expression "uVar26 & 0x20" identifier & number_literal) )) == number_literal)) ;) (expression_statement "lVar30 = CONCAT44((uint)!bVar28 << (bVar5 & 0x1f),(uint)bVar28 << (bVar5 & 0x1f));" (assignment_expression "lVar30 = CONCAT44((uint)!bVar28 << (bVar5 & 0x1f),(uint)bVar28 << (bVar5 & 0x1f))" identifier = (call_expression "CONCAT44((uint)!bVar28 << (bVar5 & 0x1f),(uint)bVar28 << (bVar5 & 0x1f))" identifier (argument_list "((uint)!bVar28 << (bVar5 & 0x1f),(uint)bVar28 << (bVar5 & 0x1f))" ( (binary_expression "(uint)!bVar28 << (bVar5 & 0x1f)" (cast_expression "(uint)!bVar28" ( (type_descriptor "uint" type_identifier) ) (unary_expression "!bVar28" ! identifier)) << (parenthesized_expression "(bVar5 & 0x1f)" ( (binary_expression "bVar5 & 0x1f" identifier & number_literal) ))) , (binary_expression "(uint)bVar28 << (bVar5 & 0x1f)" (cast_expression "(uint)bVar28" ( (type_descriptor "uint" type_identifier) ) identifier) << (parenthesized_expression "(bVar5 & 0x1f)" ( (binary_expression "bVar5 & 0x1f" identifier & number_literal) ))) )))) ;) (goto_statement "goto LAB_001ea3bd;" goto statement_identifier ;) })) (labeled_statement "LAB_001ea39e:\n uVar26 = *local_4c;" statement_identifier : (expression_statement "uVar26 = *local_4c;" (assignment_expression "uVar26 = *local_4c" identifier = (pointer_expression "*local_4c" * identifier)) ;)) (expression_statement "puVar22 = local_4c;" (assignment_expression "puVar22 = local_4c" identifier = identifier) ;) (labeled_statement "joined_r0x001ea3ac:\n local_4c = puVar22;" statement_identifier : (expression_statement "local_4c = puVar22;" (assignment_expression "local_4c = puVar22" identifier = identifier) ;)) (if_statement "if (uVar26 + 4 < 4) {\n /* try { // try from 001ea3b7 to 001ea632 has its CatchHandler @ 001ea8db */\n lVar30 = (**(code **)(*(int *)local_4c[4] + 0xc))((int *)local_4c[4]);\nLAB_001ea3bd:\n if (lVar30 != 0) {\n local_5c = (undefined4 *)((int)lVar30 + -1 + (int)local_5c & -(int)lVar30);\n }\n }" if (parenthesized_expression "(uVar26 + 4 < 4)" ( (binary_expression "uVar26 + 4 < 4" (binary_expression "uVar26 + 4" identifier + number_literal) < number_literal) )) (compound_statement "{\n /* try { // try from 001ea3b7 to 001ea632 has its CatchHandler @ 001ea8db */\n lVar30 = (**(code **)(*(int *)local_4c[4] + 0xc))((int *)local_4c[4]);\nLAB_001ea3bd:\n if (lVar30 != 0) {\n local_5c = (undefined4 *)((int)lVar30 + -1 + (int)local_5c & -(int)lVar30);\n }\n }" { comment (expression_statement "lVar30 = (**(code **)(*(int *)local_4c[4] + 0xc))((int *)local_4c[4]);" (assignment_expression "lVar30 = (**(code **)(*(int *)local_4c[4] + 0xc))((int *)local_4c[4])" identifier = (call_expression "(**(code **)(*(int *)local_4c[4] + 0xc))((int *)local_4c[4])" (parenthesized_expression "(**(code **)(*(int *)local_4c[4] + 0xc))" ( (pointer_expression "**(code **)(*(int *)local_4c[4] + 0xc)" * (pointer_expression "*(code **)(*(int *)local_4c[4] + 0xc)" * (cast_expression "(code **)(*(int *)local_4c[4] + 0xc)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(int *)local_4c[4] + 0xc)" ( (binary_expression "*(int *)local_4c[4] + 0xc" (pointer_expression "*(int *)local_4c[4]" * (cast_expression "(int *)local_4c[4]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "local_4c[4]" identifier [ number_literal ]))) + number_literal) ))))) )) (argument_list "((int *)local_4c[4])" ( (cast_expression "(int *)local_4c[4]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "local_4c[4]" identifier [ number_literal ])) )))) ;) (labeled_statement "LAB_001ea3bd:\n if (lVar30 != 0) {\n local_5c = (undefined4 *)((int)lVar30 + -1 + (int)local_5c & -(int)lVar30);\n }" statement_identifier : (if_statement "if (lVar30 != 0) {\n local_5c = (undefined4 *)((int)lVar30 + -1 + (int)local_5c & -(int)lVar30);\n }" if (parenthesized_expression "(lVar30 != 0)" ( (binary_expression "lVar30 != 0" identifier != number_literal) )) (compound_statement "{\n local_5c = (undefined4 *)((int)lVar30 + -1 + (int)local_5c & -(int)lVar30);\n }" { (expression_statement "local_5c = (undefined4 *)((int)lVar30 + -1 + (int)local_5c & -(int)lVar30);" (assignment_expression "local_5c = (undefined4 *)((int)lVar30 + -1 + (int)local_5c & -(int)lVar30)" identifier = (cast_expression "(undefined4 *)((int)lVar30 + -1 + (int)local_5c & -(int)lVar30)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)lVar30 + -1 + (int)local_5c & -(int)lVar30)" ( (binary_expression "(int)lVar30 + -1 + (int)local_5c & -(int)lVar30" (binary_expression "(int)lVar30 + -1 + (int)local_5c" (binary_expression "(int)lVar30 + -1" (cast_expression "(int)lVar30" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) + (cast_expression "(int)local_5c" ( (type_descriptor "int" primitive_type) ) identifier)) & (unary_expression "-(int)lVar30" - (cast_expression "(int)lVar30" ( (type_descriptor "int" primitive_type) ) identifier))) )))) ;) }))) })) (expression_statement "iVar6 = FUN_002c60d0(local_4c);" (assignment_expression "iVar6 = FUN_002c60d0(local_4c)" identifier = (call_expression "FUN_002c60d0(local_4c)" identifier (argument_list "(local_4c)" ( identifier )))) ;) (expression_statement "uVar26 = (int)local_5c + iVar6;" (assignment_expression "uVar26 = (int)local_5c + iVar6" identifier = (binary_expression "(int)local_5c + iVar6" (cast_expression "(int)local_5c" ( (type_descriptor "int" primitive_type) ) identifier) + identifier)) ;) (expression_statement "uVar23 = uVar26;" (assignment_expression "uVar23 = uVar26" identifier = identifier) ;) (if_statement "if (bVar27) goto LAB_001ea4f0;" if (parenthesized_expression "(bVar27)" ( identifier )) (goto_statement "goto LAB_001ea4f0;" goto statement_identifier ;)) (labeled_statement "LAB_001ea3f6:\n if (*local_4c < 0xfffffffd) {\n lVar30 = FUN_002c60d0(local_4c);\n puVar22 = local_4c + 6;\n puVar17 = *(uint **)(iVar7 + 0x70);\n if (lVar30 == 0) goto LAB_001e9783;\n if (bVar27) {\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea610;\n puVar17 = local_4c + 7;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n if (*puVar17 != 0) {\n uVar26 = *puVar17 - 1;\n bVar16 = (byte)uVar26;\n bVar5 = bVar16 & 0x1f;\n uVar14 = 1 << (bVar16 & 0x1f);\n uVar15 = uVar14;\n uVar20 = 0 << bVar5 | 1U >> 0x20 - bVar5;\n if ((uVar26 & 0x20) != 0) {\n uVar15 = 0;\n uVar20 = uVar14;\n }\n if (uVar20 == 0 && uVar15 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n }\n else {\n local_5c = (undefined4 *)((uVar15 - 1) + uVar23 & -uVar15);\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = (int)local_5c + iVar6;\n }\n goto LAB_001ea4f0;\n }\n goto LAB_001ea39e;\n }\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea619;\n if (local_4c[7] != 0) {\n uVar26 = local_4c[7] - 1;\n bVar5 = (byte)uVar26;\n bVar27 = (uVar26 & 0x20) == 0;\n iVar6 = (uint)bVar27 << (bVar5 & 0x1f);\n if ((uint)!bVar27 << (bVar5 & 0x1f) == 0 && iVar6 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\n else {\n uVar23 = -iVar6 & (uVar23 - 1) + iVar6;\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\nLAB_001ea4f0:\n uVar23 = uVar26;\n if (uVar26 - local_70 < local_7c) {\n bVar27 = true;\n }\n else {\n if (*(uint **)(iVar7 + 0x70) == local_38) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea80c to 001ea810 has its CatchHandler @ 001ea8db */\n FUN_002446e0("../../gold/aarch64.cc",0xaf7,"group_sections");\n }\n FUN_001e8c30(param_1,&local_28,param_6);\n bVar27 = false;\n }\n goto LAB_001ea3f6;\n }\n uVar26 = *puVar22;\n bVar27 = true;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n goto joined_r0x001ea3ac;\n }" statement_identifier : (if_statement "if (*local_4c < 0xfffffffd) {\n lVar30 = FUN_002c60d0(local_4c);\n puVar22 = local_4c + 6;\n puVar17 = *(uint **)(iVar7 + 0x70);\n if (lVar30 == 0) goto LAB_001e9783;\n if (bVar27) {\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea610;\n puVar17 = local_4c + 7;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n if (*puVar17 != 0) {\n uVar26 = *puVar17 - 1;\n bVar16 = (byte)uVar26;\n bVar5 = bVar16 & 0x1f;\n uVar14 = 1 << (bVar16 & 0x1f);\n uVar15 = uVar14;\n uVar20 = 0 << bVar5 | 1U >> 0x20 - bVar5;\n if ((uVar26 & 0x20) != 0) {\n uVar15 = 0;\n uVar20 = uVar14;\n }\n if (uVar20 == 0 && uVar15 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n }\n else {\n local_5c = (undefined4 *)((uVar15 - 1) + uVar23 & -uVar15);\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = (int)local_5c + iVar6;\n }\n goto LAB_001ea4f0;\n }\n goto LAB_001ea39e;\n }\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea619;\n if (local_4c[7] != 0) {\n uVar26 = local_4c[7] - 1;\n bVar5 = (byte)uVar26;\n bVar27 = (uVar26 & 0x20) == 0;\n iVar6 = (uint)bVar27 << (bVar5 & 0x1f);\n if ((uint)!bVar27 << (bVar5 & 0x1f) == 0 && iVar6 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\n else {\n uVar23 = -iVar6 & (uVar23 - 1) + iVar6;\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\nLAB_001ea4f0:\n uVar23 = uVar26;\n if (uVar26 - local_70 < local_7c) {\n bVar27 = true;\n }\n else {\n if (*(uint **)(iVar7 + 0x70) == local_38) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea80c to 001ea810 has its CatchHandler @ 001ea8db */\n FUN_002446e0("../../gold/aarch64.cc",0xaf7,"group_sections");\n }\n FUN_001e8c30(param_1,&local_28,param_6);\n bVar27 = false;\n }\n goto LAB_001ea3f6;\n }\n uVar26 = *puVar22;\n bVar27 = true;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n goto joined_r0x001ea3ac;\n }" if (parenthesized_expression "(*local_4c < 0xfffffffd)" ( (binary_expression "*local_4c < 0xfffffffd" (pointer_expression "*local_4c" * identifier) < number_literal) )) (compound_statement "{\n lVar30 = FUN_002c60d0(local_4c);\n puVar22 = local_4c + 6;\n puVar17 = *(uint **)(iVar7 + 0x70);\n if (lVar30 == 0) goto LAB_001e9783;\n if (bVar27) {\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea610;\n puVar17 = local_4c + 7;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n if (*puVar17 != 0) {\n uVar26 = *puVar17 - 1;\n bVar16 = (byte)uVar26;\n bVar5 = bVar16 & 0x1f;\n uVar14 = 1 << (bVar16 & 0x1f);\n uVar15 = uVar14;\n uVar20 = 0 << bVar5 | 1U >> 0x20 - bVar5;\n if ((uVar26 & 0x20) != 0) {\n uVar15 = 0;\n uVar20 = uVar14;\n }\n if (uVar20 == 0 && uVar15 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n }\n else {\n local_5c = (undefined4 *)((uVar15 - 1) + uVar23 & -uVar15);\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = (int)local_5c + iVar6;\n }\n goto LAB_001ea4f0;\n }\n goto LAB_001ea39e;\n }\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea619;\n if (local_4c[7] != 0) {\n uVar26 = local_4c[7] - 1;\n bVar5 = (byte)uVar26;\n bVar27 = (uVar26 & 0x20) == 0;\n iVar6 = (uint)bVar27 << (bVar5 & 0x1f);\n if ((uint)!bVar27 << (bVar5 & 0x1f) == 0 && iVar6 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\n else {\n uVar23 = -iVar6 & (uVar23 - 1) + iVar6;\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\nLAB_001ea4f0:\n uVar23 = uVar26;\n if (uVar26 - local_70 < local_7c) {\n bVar27 = true;\n }\n else {\n if (*(uint **)(iVar7 + 0x70) == local_38) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea80c to 001ea810 has its CatchHandler @ 001ea8db */\n FUN_002446e0("../../gold/aarch64.cc",0xaf7,"group_sections");\n }\n FUN_001e8c30(param_1,&local_28,param_6);\n bVar27 = false;\n }\n goto LAB_001ea3f6;\n }\n uVar26 = *puVar22;\n bVar27 = true;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n goto joined_r0x001ea3ac;\n }" { (expression_statement "lVar30 = FUN_002c60d0(local_4c);" (assignment_expression "lVar30 = FUN_002c60d0(local_4c)" identifier = (call_expression "FUN_002c60d0(local_4c)" identifier (argument_list "(local_4c)" ( identifier )))) ;) (expression_statement "puVar22 = local_4c + 6;" (assignment_expression "puVar22 = local_4c + 6" identifier = (binary_expression "local_4c + 6" identifier + number_literal)) ;) (expression_statement "puVar17 = *(uint **)(iVar7 + 0x70);" (assignment_expression "puVar17 = *(uint **)(iVar7 + 0x70)" identifier = (pointer_expression "*(uint **)(iVar7 + 0x70)" * (cast_expression "(uint **)(iVar7 + 0x70)" ( (type_descriptor "uint **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar7 + 0x70)" ( (binary_expression "iVar7 + 0x70" identifier + number_literal) ))))) ;) (if_statement "if (lVar30 == 0) goto LAB_001e9783;" if (parenthesized_expression "(lVar30 == 0)" ( (binary_expression "lVar30 == 0" identifier == number_literal) )) (goto_statement "goto LAB_001e9783;" goto statement_identifier ;)) (if_statement "if (bVar27) {\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea610;\n puVar17 = local_4c + 7;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n if (*puVar17 != 0) {\n uVar26 = *puVar17 - 1;\n bVar16 = (byte)uVar26;\n bVar5 = bVar16 & 0x1f;\n uVar14 = 1 << (bVar16 & 0x1f);\n uVar15 = uVar14;\n uVar20 = 0 << bVar5 | 1U >> 0x20 - bVar5;\n if ((uVar26 & 0x20) != 0) {\n uVar15 = 0;\n uVar20 = uVar14;\n }\n if (uVar20 == 0 && uVar15 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n }\n else {\n local_5c = (undefined4 *)((uVar15 - 1) + uVar23 & -uVar15);\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = (int)local_5c + iVar6;\n }\n goto LAB_001ea4f0;\n }\n goto LAB_001ea39e;\n }" if (parenthesized_expression "(bVar27)" ( identifier )) (compound_statement "{\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea610;\n puVar17 = local_4c + 7;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n if (*puVar17 != 0) {\n uVar26 = *puVar17 - 1;\n bVar16 = (byte)uVar26;\n bVar5 = bVar16 & 0x1f;\n uVar14 = 1 << (bVar16 & 0x1f);\n uVar15 = uVar14;\n uVar20 = 0 << bVar5 | 1U >> 0x20 - bVar5;\n if ((uVar26 & 0x20) != 0) {\n uVar15 = 0;\n uVar20 = uVar14;\n }\n if (uVar20 == 0 && uVar15 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n }\n else {\n local_5c = (undefined4 *)((uVar15 - 1) + uVar23 & -uVar15);\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = (int)local_5c + iVar6;\n }\n goto LAB_001ea4f0;\n }\n goto LAB_001ea39e;\n }" { (expression_statement "local_38 = local_4c;" (assignment_expression "local_38 = local_4c" identifier = identifier) ;) (if_statement "if (puVar17 == puVar22) goto LAB_001ea610;" if (parenthesized_expression "(puVar17 == puVar22)" ( (binary_expression "puVar17 == puVar22" identifier == identifier) )) (goto_statement "goto LAB_001ea610;" goto statement_identifier ;)) (expression_statement "puVar17 = local_4c + 7;" (assignment_expression "puVar17 = local_4c + 7" identifier = (binary_expression "local_4c + 7" identifier + number_literal)) ;) (expression_statement "local_5c = (undefined4 *)uVar23;" (assignment_expression "local_5c = (undefined4 *)uVar23" identifier = (cast_expression "(undefined4 *)uVar23" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;) (expression_statement "local_4c = puVar22;" (assignment_expression "local_4c = puVar22" identifier = identifier) ;) (if_statement "if (*puVar17 != 0) {\n uVar26 = *puVar17 - 1;\n bVar16 = (byte)uVar26;\n bVar5 = bVar16 & 0x1f;\n uVar14 = 1 << (bVar16 & 0x1f);\n uVar15 = uVar14;\n uVar20 = 0 << bVar5 | 1U >> 0x20 - bVar5;\n if ((uVar26 & 0x20) != 0) {\n uVar15 = 0;\n uVar20 = uVar14;\n }\n if (uVar20 == 0 && uVar15 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n }\n else {\n local_5c = (undefined4 *)((uVar15 - 1) + uVar23 & -uVar15);\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = (int)local_5c + iVar6;\n }\n goto LAB_001ea4f0;\n }" if (parenthesized_expression "(*puVar17 != 0)" ( (binary_expression "*puVar17 != 0" (pointer_expression "*puVar17" * identifier) != number_literal) )) (compound_statement "{\n uVar26 = *puVar17 - 1;\n bVar16 = (byte)uVar26;\n bVar5 = bVar16 & 0x1f;\n uVar14 = 1 << (bVar16 & 0x1f);\n uVar15 = uVar14;\n uVar20 = 0 << bVar5 | 1U >> 0x20 - bVar5;\n if ((uVar26 & 0x20) != 0) {\n uVar15 = 0;\n uVar20 = uVar14;\n }\n if (uVar20 == 0 && uVar15 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n }\n else {\n local_5c = (undefined4 *)((uVar15 - 1) + uVar23 & -uVar15);\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = (int)local_5c + iVar6;\n }\n goto LAB_001ea4f0;\n }" { (expression_statement "uVar26 = *puVar17 - 1;" (assignment_expression "uVar26 = *puVar17 - 1" identifier = (binary_expression "*puVar17 - 1" (pointer_expression "*puVar17" * identifier) - number_literal)) ;) (expression_statement "bVar16 = (byte)uVar26;" (assignment_expression "bVar16 = (byte)uVar26" identifier = (cast_expression "(byte)uVar26" ( (type_descriptor "byte" type_identifier) ) identifier)) ;) (expression_statement "bVar5 = bVar16 & 0x1f;" (assignment_expression "bVar5 = bVar16 & 0x1f" identifier = (binary_expression "bVar16 & 0x1f" identifier & number_literal)) ;) (expression_statement "uVar14 = 1 << (bVar16 & 0x1f);" (assignment_expression "uVar14 = 1 << (bVar16 & 0x1f)" identifier = (binary_expression "1 << (bVar16 & 0x1f)" number_literal << (parenthesized_expression "(bVar16 & 0x1f)" ( (binary_expression "bVar16 & 0x1f" identifier & number_literal) )))) ;) (expression_statement "uVar15 = uVar14;" (assignment_expression "uVar15 = uVar14" identifier = identifier) ;) (expression_statement "uVar20 = 0 << bVar5 | 1U >> 0x20 - bVar5;" (assignment_expression "uVar20 = 0 << bVar5 | 1U >> 0x20 - bVar5" identifier = (binary_expression "0 << bVar5 | 1U >> 0x20 - bVar5" (binary_expression "0 << bVar5" number_literal << identifier) | (binary_expression "1U >> 0x20 - bVar5" number_literal >> (binary_expression "0x20 - bVar5" number_literal - identifier)))) ;) (if_statement "if ((uVar26 & 0x20) != 0) {\n uVar15 = 0;\n uVar20 = uVar14;\n }" if (parenthesized_expression "((uVar26 & 0x20) != 0)" ( (binary_expression "(uVar26 & 0x20) != 0" (parenthesized_expression "(uVar26 & 0x20)" ( (binary_expression "uVar26 & 0x20" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n uVar15 = 0;\n uVar20 = uVar14;\n }" { (expression_statement "uVar15 = 0;" (assignment_expression "uVar15 = 0" identifier = number_literal) ;) (expression_statement "uVar20 = uVar14;" (assignment_expression "uVar20 = uVar14" identifier = identifier) ;) })) (if_statement "if (uVar20 == 0 && uVar15 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n }\n else {\n local_5c = (undefined4 *)((uVar15 - 1) + uVar23 & -uVar15);\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = (int)local_5c + iVar6;\n }" if (parenthesized_expression "(uVar20 == 0 && uVar15 == 0)" ( (binary_expression "uVar20 == 0 && uVar15 == 0" (binary_expression "uVar20 == 0" identifier == number_literal) && (binary_expression "uVar15 == 0" identifier == number_literal)) )) (compound_statement "{\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n }" { (expression_statement "iVar6 = FUN_002c60d0(puVar22);" (assignment_expression "iVar6 = FUN_002c60d0(puVar22)" identifier = (call_expression "FUN_002c60d0(puVar22)" identifier (argument_list "(puVar22)" ( identifier )))) ;) (expression_statement "uVar26 = uVar23 + iVar6;" (assignment_expression "uVar26 = uVar23 + iVar6" identifier = (binary_expression "uVar23 + iVar6" identifier + identifier)) ;) }) (else_clause "else {\n local_5c = (undefined4 *)((uVar15 - 1) + uVar23 & -uVar15);\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = (int)local_5c + iVar6;\n }" else (compound_statement "{\n local_5c = (undefined4 *)((uVar15 - 1) + uVar23 & -uVar15);\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = (int)local_5c + iVar6;\n }" { (expression_statement "local_5c = (undefined4 *)((uVar15 - 1) + uVar23 & -uVar15);" (assignment_expression "local_5c = (undefined4 *)((uVar15 - 1) + uVar23 & -uVar15)" identifier = (cast_expression "(undefined4 *)((uVar15 - 1) + uVar23 & -uVar15)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((uVar15 - 1) + uVar23 & -uVar15)" ( (binary_expression "(uVar15 - 1) + uVar23 & -uVar15" (binary_expression "(uVar15 - 1) + uVar23" (parenthesized_expression "(uVar15 - 1)" ( (binary_expression "uVar15 - 1" identifier - number_literal) )) + identifier) & (unary_expression "-uVar15" - identifier)) )))) ;) (expression_statement "iVar6 = FUN_002c60d0(puVar22);" (assignment_expression "iVar6 = FUN_002c60d0(puVar22)" identifier = (call_expression "FUN_002c60d0(puVar22)" identifier (argument_list "(puVar22)" ( identifier )))) ;) (expression_statement "uVar26 = (int)local_5c + iVar6;" (assignment_expression "uVar26 = (int)local_5c + iVar6" identifier = (binary_expression "(int)local_5c + iVar6" (cast_expression "(int)local_5c" ( (type_descriptor "int" primitive_type) ) identifier) + identifier)) ;) }))) (goto_statement "goto LAB_001ea4f0;" goto statement_identifier ;) })) (goto_statement "goto LAB_001ea39e;" goto statement_identifier ;) })) (expression_statement "local_38 = local_4c;" (assignment_expression "local_38 = local_4c" identifier = identifier) ;) (if_statement "if (puVar17 == puVar22) goto LAB_001ea619;" if (parenthesized_expression "(puVar17 == puVar22)" ( (binary_expression "puVar17 == puVar22" identifier == identifier) )) (goto_statement "goto LAB_001ea619;" goto statement_identifier ;)) (if_statement "if (local_4c[7] != 0) {\n uVar26 = local_4c[7] - 1;\n bVar5 = (byte)uVar26;\n bVar27 = (uVar26 & 0x20) == 0;\n iVar6 = (uint)bVar27 << (bVar5 & 0x1f);\n if ((uint)!bVar27 << (bVar5 & 0x1f) == 0 && iVar6 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\n else {\n uVar23 = -iVar6 & (uVar23 - 1) + iVar6;\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\nLAB_001ea4f0:\n uVar23 = uVar26;\n if (uVar26 - local_70 < local_7c) {\n bVar27 = true;\n }\n else {\n if (*(uint **)(iVar7 + 0x70) == local_38) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea80c to 001ea810 has its CatchHandler @ 001ea8db */\n FUN_002446e0("../../gold/aarch64.cc",0xaf7,"group_sections");\n }\n FUN_001e8c30(param_1,&local_28,param_6);\n bVar27 = false;\n }\n goto LAB_001ea3f6;\n }" if (parenthesized_expression "(local_4c[7] != 0)" ( (binary_expression "local_4c[7] != 0" (subscript_expression "local_4c[7]" identifier [ number_literal ]) != number_literal) )) (compound_statement "{\n uVar26 = local_4c[7] - 1;\n bVar5 = (byte)uVar26;\n bVar27 = (uVar26 & 0x20) == 0;\n iVar6 = (uint)bVar27 << (bVar5 & 0x1f);\n if ((uint)!bVar27 << (bVar5 & 0x1f) == 0 && iVar6 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\n else {\n uVar23 = -iVar6 & (uVar23 - 1) + iVar6;\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\nLAB_001ea4f0:\n uVar23 = uVar26;\n if (uVar26 - local_70 < local_7c) {\n bVar27 = true;\n }\n else {\n if (*(uint **)(iVar7 + 0x70) == local_38) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea80c to 001ea810 has its CatchHandler @ 001ea8db */\n FUN_002446e0("../../gold/aarch64.cc",0xaf7,"group_sections");\n }\n FUN_001e8c30(param_1,&local_28,param_6);\n bVar27 = false;\n }\n goto LAB_001ea3f6;\n }" { (expression_statement "uVar26 = local_4c[7] - 1;" (assignment_expression "uVar26 = local_4c[7] - 1" identifier = (binary_expression "local_4c[7] - 1" (subscript_expression "local_4c[7]" identifier [ number_literal ]) - number_literal)) ;) (expression_statement "bVar5 = (byte)uVar26;" (assignment_expression "bVar5 = (byte)uVar26" identifier = (cast_expression "(byte)uVar26" ( (type_descriptor "byte" type_identifier) ) identifier)) ;) (expression_statement "bVar27 = (uVar26 & 0x20) == 0;" (assignment_expression "bVar27 = (uVar26 & 0x20) == 0" identifier = (binary_expression "(uVar26 & 0x20) == 0" (parenthesized_expression "(uVar26 & 0x20)" ( (binary_expression "uVar26 & 0x20" identifier & number_literal) )) == number_literal)) ;) (expression_statement "iVar6 = (uint)bVar27 << (bVar5 & 0x1f);" (assignment_expression "iVar6 = (uint)bVar27 << (bVar5 & 0x1f)" identifier = (binary_expression "(uint)bVar27 << (bVar5 & 0x1f)" (cast_expression "(uint)bVar27" ( (type_descriptor "uint" type_identifier) ) identifier) << (parenthesized_expression "(bVar5 & 0x1f)" ( (binary_expression "bVar5 & 0x1f" identifier & number_literal) )))) ;) (if_statement "if ((uint)!bVar27 << (bVar5 & 0x1f) == 0 && iVar6 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\n else {\n uVar23 = -iVar6 & (uVar23 - 1) + iVar6;\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }" if (parenthesized_expression "((uint)!bVar27 << (bVar5 & 0x1f) == 0 && iVar6 == 0)" ( (binary_expression "(uint)!bVar27 << (bVar5 & 0x1f) == 0 && iVar6 == 0" (binary_expression "(uint)!bVar27 << (bVar5 & 0x1f) == 0" (binary_expression "(uint)!bVar27 << (bVar5 & 0x1f)" (cast_expression "(uint)!bVar27" ( (type_descriptor "uint" type_identifier) ) (unary_expression "!bVar27" ! identifier)) << (parenthesized_expression "(bVar5 & 0x1f)" ( (binary_expression "bVar5 & 0x1f" identifier & number_literal) ))) == number_literal) && (binary_expression "iVar6 == 0" identifier == number_literal)) )) (compound_statement "{\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }" { (expression_statement "iVar6 = FUN_002c60d0(puVar22);" (assignment_expression "iVar6 = FUN_002c60d0(puVar22)" identifier = (call_expression "FUN_002c60d0(puVar22)" identifier (argument_list "(puVar22)" ( identifier )))) ;) (expression_statement "uVar26 = uVar23 + iVar6;" (assignment_expression "uVar26 = uVar23 + iVar6" identifier = (binary_expression "uVar23 + iVar6" identifier + identifier)) ;) (expression_statement "local_70 = (uint)local_5c;" (assignment_expression "local_70 = (uint)local_5c" identifier = (cast_expression "(uint)local_5c" ( (type_descriptor "uint" type_identifier) ) identifier)) ;) (expression_statement "local_5c = (undefined4 *)uVar23;" (assignment_expression "local_5c = (undefined4 *)uVar23" identifier = (cast_expression "(undefined4 *)uVar23" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;) (expression_statement "local_4c = puVar22;" (assignment_expression "local_4c = puVar22" identifier = identifier) ;) }) (else_clause "else {\n uVar23 = -iVar6 & (uVar23 - 1) + iVar6;\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }" else (compound_statement "{\n uVar23 = -iVar6 & (uVar23 - 1) + iVar6;\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }" { (expression_statement "uVar23 = -iVar6 & (uVar23 - 1) + iVar6;" (assignment_expression "uVar23 = -iVar6 & (uVar23 - 1) + iVar6" identifier = (binary_expression "-iVar6 & (uVar23 - 1) + iVar6" (unary_expression "-iVar6" - identifier) & (binary_expression "(uVar23 - 1) + iVar6" (parenthesized_expression "(uVar23 - 1)" ( (binary_expression "uVar23 - 1" identifier - number_literal) )) + identifier))) ;) (expression_statement "iVar6 = FUN_002c60d0(puVar22);" (assignment_expression "iVar6 = FUN_002c60d0(puVar22)" identifier = (call_expression "FUN_002c60d0(puVar22)" identifier (argument_list "(puVar22)" ( identifier )))) ;) (expression_statement "uVar26 = uVar23 + iVar6;" (assignment_expression "uVar26 = uVar23 + iVar6" identifier = (binary_expression "uVar23 + iVar6" identifier + identifier)) ;) (expression_statement "local_70 = (uint)local_5c;" (assignment_expression "local_70 = (uint)local_5c" identifier = (cast_expression "(uint)local_5c" ( (type_descriptor "uint" type_identifier) ) identifier)) ;) (expression_statement "local_5c = (undefined4 *)uVar23;" (assignment_expression "local_5c = (undefined4 *)uVar23" identifier = (cast_expression "(undefined4 *)uVar23" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;) (expression_statement "local_4c = puVar22;" (assignment_expression "local_4c = puVar22" identifier = identifier) ;) }))) (labeled_statement "LAB_001ea4f0:\n uVar23 = uVar26;" statement_identifier : (expression_statement "uVar23 = uVar26;" (assignment_expression "uVar23 = uVar26" identifier = identifier) ;)) (if_statement "if (uVar26 - local_70 < local_7c) {\n bVar27 = true;\n }\n else {\n if (*(uint **)(iVar7 + 0x70) == local_38) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea80c to 001ea810 has its CatchHandler @ 001ea8db */\n FUN_002446e0("../../gold/aarch64.cc",0xaf7,"group_sections");\n }\n FUN_001e8c30(param_1,&local_28,param_6);\n bVar27 = false;\n }" if (parenthesized_expression "(uVar26 - local_70 < local_7c)" ( (binary_expression "uVar26 - local_70 < local_7c" (binary_expression "uVar26 - local_70" identifier - identifier) < identifier) )) (compound_statement "{\n bVar27 = true;\n }" { (expression_statement "bVar27 = true;" (assignment_expression "bVar27 = true" identifier = true) ;) }) (else_clause "else {\n if (*(uint **)(iVar7 + 0x70) == local_38) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea80c to 001ea810 has its CatchHandler @ 001ea8db */\n FUN_002446e0("../../gold/aarch64.cc",0xaf7,"group_sections");\n }\n FUN_001e8c30(param_1,&local_28,param_6);\n bVar27 = false;\n }" else (compound_statement "{\n if (*(uint **)(iVar7 + 0x70) == local_38) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea80c to 001ea810 has its CatchHandler @ 001ea8db */\n FUN_002446e0("../../gold/aarch64.cc",0xaf7,"group_sections");\n }\n FUN_001e8c30(param_1,&local_28,param_6);\n bVar27 = false;\n }" { (if_statement "if (*(uint **)(iVar7 + 0x70) == local_38) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea80c to 001ea810 has its CatchHandler @ 001ea8db */\n FUN_002446e0("../../gold/aarch64.cc",0xaf7,"group_sections");\n }" if (parenthesized_expression "(*(uint **)(iVar7 + 0x70) == local_38)" ( (binary_expression "*(uint **)(iVar7 + 0x70) == local_38" (pointer_expression "*(uint **)(iVar7 + 0x70)" * (cast_expression "(uint **)(iVar7 + 0x70)" ( (type_descriptor "uint **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar7 + 0x70)" ( (binary_expression "iVar7 + 0x70" identifier + number_literal) )))) == identifier) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea80c to 001ea810 has its CatchHandler @ 001ea8db */\n FUN_002446e0("../../gold/aarch64.cc",0xaf7,"group_sections");\n }" { comment comment (expression_statement "FUN_002446e0("../../gold/aarch64.cc",0xaf7,"group_sections");" (call_expression "FUN_002446e0("../../gold/aarch64.cc",0xaf7,"group_sections")" identifier (argument_list "("../../gold/aarch64.cc",0xaf7,"group_sections")" ( (string_literal ""../../gold/aarch64.cc"" " string_content ") , number_literal , (string_literal ""group_sections"" " string_content ") ))) ;) })) (expression_statement "FUN_001e8c30(param_1,&local_28,param_6);" (call_expression "FUN_001e8c30(param_1,&local_28,param_6)" identifier (argument_list "(param_1,&local_28,param_6)" ( identifier , (pointer_expression "&local_28" & identifier) , identifier ))) ;) (expression_statement "bVar27 = false;" (assignment_expression "bVar27 = false" identifier = false) ;) }))) (goto_statement "goto LAB_001ea3f6;" goto statement_identifier ;) })) (expression_statement "uVar26 = *puVar22;" (assignment_expression "uVar26 = *puVar22" identifier = (pointer_expression "*puVar22" * identifier)) ;) (expression_statement "bVar27 = true;" (assignment_expression "bVar27 = true" identifier = true) ;) (expression_statement "local_70 = (uint)local_5c;" (assignment_expression "local_70 = (uint)local_5c" identifier = (cast_expression "(uint)local_5c" ( (type_descriptor "uint" type_identifier) ) identifier)) ;) (expression_statement "local_5c = (undefined4 *)uVar23;" (assignment_expression "local_5c = (undefined4 *)uVar23" identifier = (cast_expression "(undefined4 *)uVar23" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;) (goto_statement "goto joined_r0x001ea3ac;" goto statement_identifier ;) }))) (expression_statement "puVar17 = *(uint **)(iVar7 + 0x70);" (assignment_expression "puVar17 = *(uint **)(iVar7 + 0x70)" identifier = (pointer_expression "*(uint **)(iVar7 + 0x70)" * (cast_expression "(uint **)(iVar7 + 0x70)" ( (type_descriptor "uint **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar7 + 0x70)" ( (binary_expression "iVar7 + 0x70" identifier + number_literal) ))))) ;) (labeled_statement "LAB_001e9783:\n local_5c = (undefined4 *)uVar23;" statement_identifier : (expression_statement "local_5c = (undefined4 *)uVar23;" (assignment_expression "local_5c = (undefined4 *)uVar23" identifier = (cast_expression "(undefined4 *)uVar23" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;)) (expression_statement "puVar22 = local_4c + 6;" (assignment_expression "puVar22 = local_4c + 6" identifier = (binary_expression "local_4c + 6" identifier + number_literal)) ;) (if_statement "if (local_4c + 6 != puVar17) goto LAB_001ea390;" if (parenthesized_expression "(local_4c + 6 != puVar17)" ( (binary_expression "local_4c + 6 != puVar17" (binary_expression "local_4c + 6" identifier + number_literal) != identifier) )) (goto_statement "goto LAB_001ea390;" goto statement_identifier ;)) (if_statement "if (bVar27) {\nLAB_001ea610:\n if (puVar17 == local_38) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea869 to 001ea86d has its CatchHandler @ 001ea8db */\n FUN_002446e0("../../gold/aarch64.cc",0xb32,"group_sections",local_4c + 6);\n }\nLAB_001ea619:\n FUN_001e8c30(param_1,&local_28,param_6);\n }" if (parenthesized_expression "(bVar27)" ( identifier )) (compound_statement "{\nLAB_001ea610:\n if (puVar17 == local_38) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea869 to 001ea86d has its CatchHandler @ 001ea8db */\n FUN_002446e0("../../gold/aarch64.cc",0xb32,"group_sections",local_4c + 6);\n }\nLAB_001ea619:\n FUN_001e8c30(param_1,&local_28,param_6);\n }" { (labeled_statement "LAB_001ea610:\n if (puVar17 == local_38) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea869 to 001ea86d has its CatchHandler @ 001ea8db */\n FUN_002446e0("../../gold/aarch64.cc",0xb32,"group_sections",local_4c + 6);\n }" statement_identifier : (if_statement "if (puVar17 == local_38) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea869 to 001ea86d has its CatchHandler @ 001ea8db */\n FUN_002446e0("../../gold/aarch64.cc",0xb32,"group_sections",local_4c + 6);\n }" if (parenthesized_expression "(puVar17 == local_38)" ( (binary_expression "puVar17 == local_38" identifier == identifier) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea869 to 001ea86d has its CatchHandler @ 001ea8db */\n FUN_002446e0("../../gold/aarch64.cc",0xb32,"group_sections",local_4c + 6);\n }" { comment comment (expression_statement "FUN_002446e0("../../gold/aarch64.cc",0xb32,"group_sections",local_4c + 6);" (call_expression "FUN_002446e0("../../gold/aarch64.cc",0xb32,"group_sections",local_4c + 6)" identifier (argument_list "("../../gold/aarch64.cc",0xb32,"group_sections",local_4c + 6)" ( (string_literal ""../../gold/aarch64.cc"" " string_content ") , number_literal , (string_literal ""group_sections"" " string_content ") , (binary_expression "local_4c + 6" identifier + number_literal) ))) ;) }))) (labeled_statement "LAB_001ea619:\n FUN_001e8c30(param_1,&local_28,param_6);" statement_identifier : (expression_statement "FUN_001e8c30(param_1,&local_28,param_6);" (call_expression "FUN_001e8c30(param_1,&local_28,param_6)" identifier (argument_list "(param_1,&local_28,param_6)" ( identifier , (pointer_expression "&local_28" & identifier) , identifier ))) ;)) })) (if_statement "if (local_24 == local_28) {\nLAB_001ea600:\n if (local_28 != (int *)0x0) goto LAB_001e9835;\n goto LAB_001e9844;\n }" if (parenthesized_expression "(local_24 == local_28)" ( (binary_expression "local_24 == local_28" identifier == identifier) )) (compound_statement "{\nLAB_001ea600:\n if (local_28 != (int *)0x0) goto LAB_001e9835;\n goto LAB_001e9844;\n }" { (labeled_statement "LAB_001ea600:\n if (local_28 != (int *)0x0) goto LAB_001e9835;" statement_identifier : (if_statement "if (local_28 != (int *)0x0) goto LAB_001e9835;" if (parenthesized_expression "(local_28 != (int *)0x0)" ( (binary_expression "local_28 != (int *)0x0" identifier != (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_001e9835;" goto statement_identifier ;))) (goto_statement "goto LAB_001e9844;" goto statement_identifier ;) })) comment (expression_statement "FUN_002cdf10(iVar7,&local_28);" (call_expression "FUN_002cdf10(iVar7,&local_28)" identifier (argument_list "(iVar7,&local_28)" ( identifier , (pointer_expression "&local_28" & identifier) ))) ;) (expression_statement "iVar7 = (int)local_24 - (int)local_28 >> 2;" (assignment_expression "iVar7 = (int)local_24 - (int)local_28 >> 2" identifier = (binary_expression "(int)local_24 - (int)local_28 >> 2" (binary_expression "(int)local_24 - (int)local_28" (cast_expression "(int)local_24" ( (type_descriptor "int" primitive_type) ) identifier) - (cast_expression "(int)local_28" ( (type_descriptor "int" primitive_type) ) identifier)) >> number_literal)) ;) (if_statement "if (iVar7 == 0) goto LAB_001ea600;" if (parenthesized_expression "(iVar7 == 0)" ( (binary_expression "iVar7 == 0" identifier == number_literal) )) (goto_statement "goto LAB_001ea600;" goto statement_identifier ;)) (expression_statement "iVar6 = *(int *)(*local_28 + 0x2c);" (assignment_expression "iVar6 = *(int *)(*local_28 + 0x2c)" identifier = (pointer_expression "*(int *)(*local_28 + 0x2c)" * (cast_expression "(int *)(*local_28 + 0x2c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*local_28 + 0x2c)" ( (binary_expression "*local_28 + 0x2c" (pointer_expression "*local_28" * identifier) + number_literal) ))))) ;) (expression_statement "uVar26 = *(uint *)(*local_28 + 0x30);" (assignment_expression "uVar26 = *(uint *)(*local_28 + 0x30)" identifier = (pointer_expression "*(uint *)(*local_28 + 0x30)" * (cast_expression "(uint *)(*local_28 + 0x30)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*local_28 + 0x30)" ( (binary_expression "*local_28 + 0x30" (pointer_expression "*local_28" * identifier) + number_literal) ))))) ;) (expression_statement "iVar13 = *(int *)(iVar6 + 0x84);" (assignment_expression "iVar13 = *(int *)(iVar6 + 0x84)" identifier = (pointer_expression "*(int *)(iVar6 + 0x84)" * (cast_expression "(int *)(iVar6 + 0x84)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 0x84)" ( (binary_expression "iVar6 + 0x84" identifier + number_literal) ))))) ;) (if_statement "if ((uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26) goto LAB_001ea7b7;" if (parenthesized_expression "((uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26)" ( (binary_expression "(uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26" (call_expression "(uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(*(int *)(iVar6 + 0x88) - iVar13 >> 2)" ( (binary_expression "*(int *)(iVar6 + 0x88) - iVar13 >> 2" (binary_expression "*(int *)(iVar6 + 0x88) - iVar13" (pointer_expression "*(int *)(iVar6 + 0x88)" * (cast_expression "(int *)(iVar6 + 0x88)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 0x88)" ( (binary_expression "iVar6 + 0x88" identifier + number_literal) )))) - identifier) >> number_literal) ))) <= identifier) )) (goto_statement "goto LAB_001ea7b7;" goto statement_identifier ;)) (expression_statement "iVar24 = 0;" (assignment_expression "iVar24 = 0" identifier = number_literal) ;) (while_statement "while( true ) {\n *(undefined4 *)(iVar13 + uVar26 * 4) = 0xffffffff;\n iVar24 = iVar24 + 1;\n *(undefined1 *)(iVar6 + 0x4c) = 1;\n if (iVar7 == iVar24) break;\n iVar6 = *(int *)(local_28[iVar24] + 0x2c);\n uVar26 = *(uint *)(local_28[iVar24] + 0x30);\n iVar13 = *(int *)(iVar6 + 0x84);\n if ((uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26) {\nLAB_001ea7b7:\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea7d0 to 001ea7d4 has its CatchHandler @ 001ea8db */\n FUN_002446e0("../../gold/object.h",0x81f,"do_set_section_offset");\n }\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n *(undefined4 *)(iVar13 + uVar26 * 4) = 0xffffffff;\n iVar24 = iVar24 + 1;\n *(undefined1 *)(iVar6 + 0x4c) = 1;\n if (iVar7 == iVar24) break;\n iVar6 = *(int *)(local_28[iVar24] + 0x2c);\n uVar26 = *(uint *)(local_28[iVar24] + 0x30);\n iVar13 = *(int *)(iVar6 + 0x84);\n if ((uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26) {\nLAB_001ea7b7:\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea7d0 to 001ea7d4 has its CatchHandler @ 001ea8db */\n FUN_002446e0("../../gold/object.h",0x81f,"do_set_section_offset");\n }\n }" { (expression_statement "*(undefined4 *)(iVar13 + uVar26 * 4) = 0xffffffff;" (assignment_expression "*(undefined4 *)(iVar13 + uVar26 * 4) = 0xffffffff" (pointer_expression "*(undefined4 *)(iVar13 + uVar26 * 4)" * (cast_expression "(undefined4 *)(iVar13 + uVar26 * 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar13 + uVar26 * 4)" ( (binary_expression "iVar13 + uVar26 * 4" identifier + (binary_expression "uVar26 * 4" identifier * number_literal)) )))) = number_literal) ;) (expression_statement "iVar24 = iVar24 + 1;" (assignment_expression "iVar24 = iVar24 + 1" identifier = (binary_expression "iVar24 + 1" identifier + number_literal)) ;) (expression_statement "*(undefined1 *)(iVar6 + 0x4c) = 1;" (assignment_expression "*(undefined1 *)(iVar6 + 0x4c) = 1" (pointer_expression "*(undefined1 *)(iVar6 + 0x4c)" * (cast_expression "(undefined1 *)(iVar6 + 0x4c)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 0x4c)" ( (binary_expression "iVar6 + 0x4c" identifier + number_literal) )))) = number_literal) ;) (if_statement "if (iVar7 == iVar24) break;" if (parenthesized_expression "(iVar7 == iVar24)" ( (binary_expression "iVar7 == iVar24" identifier == identifier) )) (break_statement "break;" break ;)) (expression_statement "iVar6 = *(int *)(local_28[iVar24] + 0x2c);" (assignment_expression "iVar6 = *(int *)(local_28[iVar24] + 0x2c)" identifier = (pointer_expression "*(int *)(local_28[iVar24] + 0x2c)" * (cast_expression "(int *)(local_28[iVar24] + 0x2c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_28[iVar24] + 0x2c)" ( (binary_expression "local_28[iVar24] + 0x2c" (subscript_expression "local_28[iVar24]" identifier [ identifier ]) + number_literal) ))))) ;) (expression_statement "uVar26 = *(uint *)(local_28[iVar24] + 0x30);" (assignment_expression "uVar26 = *(uint *)(local_28[iVar24] + 0x30)" identifier = (pointer_expression "*(uint *)(local_28[iVar24] + 0x30)" * (cast_expression "(uint *)(local_28[iVar24] + 0x30)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_28[iVar24] + 0x30)" ( (binary_expression "local_28[iVar24] + 0x30" (subscript_expression "local_28[iVar24]" identifier [ identifier ]) + number_literal) ))))) ;) (expression_statement "iVar13 = *(int *)(iVar6 + 0x84);" (assignment_expression "iVar13 = *(int *)(iVar6 + 0x84)" identifier = (pointer_expression "*(int *)(iVar6 + 0x84)" * (cast_expression "(int *)(iVar6 + 0x84)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 0x84)" ( (binary_expression "iVar6 + 0x84" identifier + number_literal) ))))) ;) (if_statement "if ((uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26) {\nLAB_001ea7b7:\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea7d0 to 001ea7d4 has its CatchHandler @ 001ea8db */\n FUN_002446e0("../../gold/object.h",0x81f,"do_set_section_offset");\n }" if (parenthesized_expression "((uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26)" ( (binary_expression "(uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26" (call_expression "(uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(*(int *)(iVar6 + 0x88) - iVar13 >> 2)" ( (binary_expression "*(int *)(iVar6 + 0x88) - iVar13 >> 2" (binary_expression "*(int *)(iVar6 + 0x88) - iVar13" (pointer_expression "*(int *)(iVar6 + 0x88)" * (cast_expression "(int *)(iVar6 + 0x88)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 0x88)" ( (binary_expression "iVar6 + 0x88" identifier + number_literal) )))) - identifier) >> number_literal) ))) <= identifier) )) (compound_statement "{\nLAB_001ea7b7:\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea7d0 to 001ea7d4 has its CatchHandler @ 001ea8db */\n FUN_002446e0("../../gold/object.h",0x81f,"do_set_section_offset");\n }" { (labeled_statement "LAB_001ea7b7:\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea7d0 to 001ea7d4 has its CatchHandler @ 001ea8db */\n FUN_002446e0("../../gold/object.h",0x81f,"do_set_section_offset");" statement_identifier : comment comment (expression_statement "FUN_002446e0("../../gold/object.h",0x81f,"do_set_section_offset");" (call_expression "FUN_002446e0("../../gold/object.h",0x81f,"do_set_section_offset")" identifier (argument_list "("../../gold/object.h",0x81f,"do_set_section_offset")" ( (string_literal ""../../gold/object.h"" " string_content ") , number_literal , (string_literal ""do_set_section_offset"" " string_content ") ))) ;)) })) })) (labeled_statement "LAB_001e9835:\n FUN_003ae080(local_28);" statement_identifier : (expression_statement "FUN_003ae080(local_28);" (call_expression "FUN_003ae080(local_28)" identifier (argument_list "(local_28)" ( identifier ))) ;)) })) (labeled_statement "LAB_001e9844:\n local_84 = local_84 + 1;" statement_identifier : (expression_statement "local_84 = local_84 + 1;" (assignment_expression "local_84 = local_84 + 1" identifier = (binary_expression "local_84 + 1" identifier + number_literal)) ;)) (expression_statement "piVar8 = local_34;" (assignment_expression "piVar8 = local_34" identifier = identifier) ;) }) while (parenthesized_expression "(local_30 != local_84)" ( (binary_expression "local_30 != local_84" identifier != identifier) )) ;) })) (if_statement "if (piVar8 != (int *)0x0) {\n FUN_003ae080(piVar8);\n }" if (parenthesized_expression "(piVar8 != (int *)0x0)" ( (binary_expression "piVar8 != (int *)0x0" identifier != (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n FUN_003ae080(piVar8);\n }" { (expression_statement "FUN_003ae080(piVar8);" (call_expression "FUN_003ae080(piVar8)" identifier (argument_list "(piVar8)" ( identifier ))) ;) })) (labeled_statement "LAB_001e9870:\n local_ac = (int *)*param_3;" statement_identifier : (expression_statement "local_ac = (int *)*param_3;" (assignment_expression "local_ac = (int *)*param_3" identifier = (cast_expression "(int *)*param_3" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_3" * identifier))) ;)) (if_statement "if (local_ac == (int *)param_3[1]) goto LAB_001e9f98;" if (parenthesized_expression "(local_ac == (int *)param_3[1])" ( (binary_expression "local_ac == (int *)param_3[1]" identifier == (cast_expression "(int *)param_3[1]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_3[1]" identifier [ number_literal ]))) )) (goto_statement "goto LAB_001e9f98;" goto statement_identifier ;)) }) (else_clause "else {\n local_5c = *(undefined4 **)(param_1 + 0x60);\n if (local_5c != *(undefined4 **)(param_1 + 100)) {\n do {\n piVar8 = (int *)*local_5c;\n iVar7 = piVar8[8];\n if (*(code **)(*piVar8 + 0xc) == FUN_001d1390) {\n local_4c = *(uint **)(iVar7 + 0x3c);\n local_64 = 0xfffffffc;\n local_60 = 0xffffffff;\n lVar30 = 4;\nLAB_001e965f:\n local_68 = (int)((ulonglong)lVar30 >> 0x20);\n local_6c = (uint)lVar30;\n bVar27 = CARRY4(local_6c,(uint)local_4c);\n iVar6 = local_6c + (int)local_4c;\n local_4c = (uint *)(local_64 & iVar6 - 1U);\n local_48 = local_60 & local_68 + (uint)bVar27 + -1 + (uint)(iVar6 != 0);\n }\n else {\n lVar30 = (**(code **)(*piVar8 + 0xc))(piVar8);\n local_4c = *(uint **)(iVar7 + 0x3c);\n local_48 = 0;\n if (lVar30 != 0) {\n local_64 = -(int)lVar30;\n local_60 = -((int)((ulonglong)lVar30 >> 0x20) + (uint)((int)lVar30 != 0));\n goto LAB_001e965f;\n }\n }\n if ((*(byte *)(iVar7 + 0x1c) & 4) == 0) goto LAB_001ea75d;\n uVar23 = *(uint *)(iVar7 + 0x14);\n uVar26 = *(uint *)(iVar7 + 0x14);\n iVar6 = *(int *)(iVar7 + 0x18);\n if ((*(byte *)(iVar7 + 0x1c) & 1) == 0) goto LAB_001ea799;\n bVar5 = *(byte *)(piVar8 + 7);\n uVar20 = *(uint *)(iVar7 + 4);\n iVar13 = *(int *)(iVar7 + 8);\n if ((bVar5 & 1) != 0) goto LAB_001ea73f;\n piVar8[1] = (int)local_4c + *(uint *)(iVar7 + 4);\n piVar8[2] = local_48 + iVar13 + (uint)CARRY4((uint)local_4c,uVar20);\n *(byte *)(piVar8 + 7) = bVar5 | 1;\n if ((bVar5 & 4) != 0) goto LAB_001ea77b;\n *(byte *)(piVar8 + 7) = bVar5 | 5;\n piVar8[5] = (int)local_4c + uVar26;\n piVar8[6] = local_48 + iVar6 + (uint)CARRY4((uint)local_4c,uVar23);\n if (((bVar5 & 2) == 0) &&\n ((**(code **)(*piVar8 + 0x38))(piVar8), (*(byte *)(piVar8 + 7) & 2) == 0))\n goto LAB_001ea0f2;\n local_5c = local_5c + 1;\n } while (*(undefined4 **)(param_1 + 100) != local_5c);\n goto LAB_001e9870;\n }\n local_ac = (int *)*param_3;\n if ((int *)param_3[1] == local_ac) {\n return 0;\n }\n }" else (compound_statement "{\n local_5c = *(undefined4 **)(param_1 + 0x60);\n if (local_5c != *(undefined4 **)(param_1 + 100)) {\n do {\n piVar8 = (int *)*local_5c;\n iVar7 = piVar8[8];\n if (*(code **)(*piVar8 + 0xc) == FUN_001d1390) {\n local_4c = *(uint **)(iVar7 + 0x3c);\n local_64 = 0xfffffffc;\n local_60 = 0xffffffff;\n lVar30 = 4;\nLAB_001e965f:\n local_68 = (int)((ulonglong)lVar30 >> 0x20);\n local_6c = (uint)lVar30;\n bVar27 = CARRY4(local_6c,(uint)local_4c);\n iVar6 = local_6c + (int)local_4c;\n local_4c = (uint *)(local_64 & iVar6 - 1U);\n local_48 = local_60 & local_68 + (uint)bVar27 + -1 + (uint)(iVar6 != 0);\n }\n else {\n lVar30 = (**(code **)(*piVar8 + 0xc))(piVar8);\n local_4c = *(uint **)(iVar7 + 0x3c);\n local_48 = 0;\n if (lVar30 != 0) {\n local_64 = -(int)lVar30;\n local_60 = -((int)((ulonglong)lVar30 >> 0x20) + (uint)((int)lVar30 != 0));\n goto LAB_001e965f;\n }\n }\n if ((*(byte *)(iVar7 + 0x1c) & 4) == 0) goto LAB_001ea75d;\n uVar23 = *(uint *)(iVar7 + 0x14);\n uVar26 = *(uint *)(iVar7 + 0x14);\n iVar6 = *(int *)(iVar7 + 0x18);\n if ((*(byte *)(iVar7 + 0x1c) & 1) == 0) goto LAB_001ea799;\n bVar5 = *(byte *)(piVar8 + 7);\n uVar20 = *(uint *)(iVar7 + 4);\n iVar13 = *(int *)(iVar7 + 8);\n if ((bVar5 & 1) != 0) goto LAB_001ea73f;\n piVar8[1] = (int)local_4c + *(uint *)(iVar7 + 4);\n piVar8[2] = local_48 + iVar13 + (uint)CARRY4((uint)local_4c,uVar20);\n *(byte *)(piVar8 + 7) = bVar5 | 1;\n if ((bVar5 & 4) != 0) goto LAB_001ea77b;\n *(byte *)(piVar8 + 7) = bVar5 | 5;\n piVar8[5] = (int)local_4c + uVar26;\n piVar8[6] = local_48 + iVar6 + (uint)CARRY4((uint)local_4c,uVar23);\n if (((bVar5 & 2) == 0) &&\n ((**(code **)(*piVar8 + 0x38))(piVar8), (*(byte *)(piVar8 + 7) & 2) == 0))\n goto LAB_001ea0f2;\n local_5c = local_5c + 1;\n } while (*(undefined4 **)(param_1 + 100) != local_5c);\n goto LAB_001e9870;\n }\n local_ac = (int *)*param_3;\n if ((int *)param_3[1] == local_ac) {\n return 0;\n }\n }" { (expression_statement "local_5c = *(undefined4 **)(param_1 + 0x60);" (assignment_expression "local_5c = *(undefined4 **)(param_1 + 0x60)" identifier = (pointer_expression "*(undefined4 **)(param_1 + 0x60)" * (cast_expression "(undefined4 **)(param_1 + 0x60)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x60)" ( (binary_expression "param_1 + 0x60" identifier + number_literal) ))))) ;) (if_statement "if (local_5c != *(undefined4 **)(param_1 + 100)) {\n do {\n piVar8 = (int *)*local_5c;\n iVar7 = piVar8[8];\n if (*(code **)(*piVar8 + 0xc) == FUN_001d1390) {\n local_4c = *(uint **)(iVar7 + 0x3c);\n local_64 = 0xfffffffc;\n local_60 = 0xffffffff;\n lVar30 = 4;\nLAB_001e965f:\n local_68 = (int)((ulonglong)lVar30 >> 0x20);\n local_6c = (uint)lVar30;\n bVar27 = CARRY4(local_6c,(uint)local_4c);\n iVar6 = local_6c + (int)local_4c;\n local_4c = (uint *)(local_64 & iVar6 - 1U);\n local_48 = local_60 & local_68 + (uint)bVar27 + -1 + (uint)(iVar6 != 0);\n }\n else {\n lVar30 = (**(code **)(*piVar8 + 0xc))(piVar8);\n local_4c = *(uint **)(iVar7 + 0x3c);\n local_48 = 0;\n if (lVar30 != 0) {\n local_64 = -(int)lVar30;\n local_60 = -((int)((ulonglong)lVar30 >> 0x20) + (uint)((int)lVar30 != 0));\n goto LAB_001e965f;\n }\n }\n if ((*(byte *)(iVar7 + 0x1c) & 4) == 0) goto LAB_001ea75d;\n uVar23 = *(uint *)(iVar7 + 0x14);\n uVar26 = *(uint *)(iVar7 + 0x14);\n iVar6 = *(int *)(iVar7 + 0x18);\n if ((*(byte *)(iVar7 + 0x1c) & 1) == 0) goto LAB_001ea799;\n bVar5 = *(byte *)(piVar8 + 7);\n uVar20 = *(uint *)(iVar7 + 4);\n iVar13 = *(int *)(iVar7 + 8);\n if ((bVar5 & 1) != 0) goto LAB_001ea73f;\n piVar8[1] = (int)local_4c + *(uint *)(iVar7 + 4);\n piVar8[2] = local_48 + iVar13 + (uint)CARRY4((uint)local_4c,uVar20);\n *(byte *)(piVar8 + 7) = bVar5 | 1;\n if ((bVar5 & 4) != 0) goto LAB_001ea77b;\n *(byte *)(piVar8 + 7) = bVar5 | 5;\n piVar8[5] = (int)local_4c + uVar26;\n piVar8[6] = local_48 + iVar6 + (uint)CARRY4((uint)local_4c,uVar23);\n if (((bVar5 & 2) == 0) &&\n ((**(code **)(*piVar8 + 0x38))(piVar8), (*(byte *)(piVar8 + 7) & 2) == 0))\n goto LAB_001ea0f2;\n local_5c = local_5c + 1;\n } while (*(undefined4 **)(param_1 + 100) != local_5c);\n goto LAB_001e9870;\n }" if (parenthesized_expression "(local_5c != *(undefined4 **)(param_1 + 100))" ( (binary_expression "local_5c != *(undefined4 **)(param_1 + 100)" identifier != (pointer_expression "*(undefined4 **)(param_1 + 100)" * (cast_expression "(undefined4 **)(param_1 + 100)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 100)" ( (binary_expression "param_1 + 100" identifier + number_literal) ))))) )) (compound_statement "{\n do {\n piVar8 = (int *)*local_5c;\n iVar7 = piVar8[8];\n if (*(code **)(*piVar8 + 0xc) == FUN_001d1390) {\n local_4c = *(uint **)(iVar7 + 0x3c);\n local_64 = 0xfffffffc;\n local_60 = 0xffffffff;\n lVar30 = 4;\nLAB_001e965f:\n local_68 = (int)((ulonglong)lVar30 >> 0x20);\n local_6c = (uint)lVar30;\n bVar27 = CARRY4(local_6c,(uint)local_4c);\n iVar6 = local_6c + (int)local_4c;\n local_4c = (uint *)(local_64 & iVar6 - 1U);\n local_48 = local_60 & local_68 + (uint)bVar27 + -1 + (uint)(iVar6 != 0);\n }\n else {\n lVar30 = (**(code **)(*piVar8 + 0xc))(piVar8);\n local_4c = *(uint **)(iVar7 + 0x3c);\n local_48 = 0;\n if (lVar30 != 0) {\n local_64 = -(int)lVar30;\n local_60 = -((int)((ulonglong)lVar30 >> 0x20) + (uint)((int)lVar30 != 0));\n goto LAB_001e965f;\n }\n }\n if ((*(byte *)(iVar7 + 0x1c) & 4) == 0) goto LAB_001ea75d;\n uVar23 = *(uint *)(iVar7 + 0x14);\n uVar26 = *(uint *)(iVar7 + 0x14);\n iVar6 = *(int *)(iVar7 + 0x18);\n if ((*(byte *)(iVar7 + 0x1c) & 1) == 0) goto LAB_001ea799;\n bVar5 = *(byte *)(piVar8 + 7);\n uVar20 = *(uint *)(iVar7 + 4);\n iVar13 = *(int *)(iVar7 + 8);\n if ((bVar5 & 1) != 0) goto LAB_001ea73f;\n piVar8[1] = (int)local_4c + *(uint *)(iVar7 + 4);\n piVar8[2] = local_48 + iVar13 + (uint)CARRY4((uint)local_4c,uVar20);\n *(byte *)(piVar8 + 7) = bVar5 | 1;\n if ((bVar5 & 4) != 0) goto LAB_001ea77b;\n *(byte *)(piVar8 + 7) = bVar5 | 5;\n piVar8[5] = (int)local_4c + uVar26;\n piVar8[6] = local_48 + iVar6 + (uint)CARRY4((uint)local_4c,uVar23);\n if (((bVar5 & 2) == 0) &&\n ((**(code **)(*piVar8 + 0x38))(piVar8), (*(byte *)(piVar8 + 7) & 2) == 0))\n goto LAB_001ea0f2;\n local_5c = local_5c + 1;\n } while (*(undefined4 **)(param_1 + 100) != local_5c);\n goto LAB_001e9870;\n }" { (do_statement "do {\n piVar8 = (int *)*local_5c;\n iVar7 = piVar8[8];\n if (*(code **)(*piVar8 + 0xc) == FUN_001d1390) {\n local_4c = *(uint **)(iVar7 + 0x3c);\n local_64 = 0xfffffffc;\n local_60 = 0xffffffff;\n lVar30 = 4;\nLAB_001e965f:\n local_68 = (int)((ulonglong)lVar30 >> 0x20);\n local_6c = (uint)lVar30;\n bVar27 = CARRY4(local_6c,(uint)local_4c);\n iVar6 = local_6c + (int)local_4c;\n local_4c = (uint *)(local_64 & iVar6 - 1U);\n local_48 = local_60 & local_68 + (uint)bVar27 + -1 + (uint)(iVar6 != 0);\n }\n else {\n lVar30 = (**(code **)(*piVar8 + 0xc))(piVar8);\n local_4c = *(uint **)(iVar7 + 0x3c);\n local_48 = 0;\n if (lVar30 != 0) {\n local_64 = -(int)lVar30;\n local_60 = -((int)((ulonglong)lVar30 >> 0x20) + (uint)((int)lVar30 != 0));\n goto LAB_001e965f;\n }\n }\n if ((*(byte *)(iVar7 + 0x1c) & 4) == 0) goto LAB_001ea75d;\n uVar23 = *(uint *)(iVar7 + 0x14);\n uVar26 = *(uint *)(iVar7 + 0x14);\n iVar6 = *(int *)(iVar7 + 0x18);\n if ((*(byte *)(iVar7 + 0x1c) & 1) == 0) goto LAB_001ea799;\n bVar5 = *(byte *)(piVar8 + 7);\n uVar20 = *(uint *)(iVar7 + 4);\n iVar13 = *(int *)(iVar7 + 8);\n if ((bVar5 & 1) != 0) goto LAB_001ea73f;\n piVar8[1] = (int)local_4c + *(uint *)(iVar7 + 4);\n piVar8[2] = local_48 + iVar13 + (uint)CARRY4((uint)local_4c,uVar20);\n *(byte *)(piVar8 + 7) = bVar5 | 1;\n if ((bVar5 & 4) != 0) goto LAB_001ea77b;\n *(byte *)(piVar8 + 7) = bVar5 | 5;\n piVar8[5] = (int)local_4c + uVar26;\n piVar8[6] = local_48 + iVar6 + (uint)CARRY4((uint)local_4c,uVar23);\n if (((bVar5 & 2) == 0) &&\n ((**(code **)(*piVar8 + 0x38))(piVar8), (*(byte *)(piVar8 + 7) & 2) == 0))\n goto LAB_001ea0f2;\n local_5c = local_5c + 1;\n } while (*(undefined4 **)(param_1 + 100) != local_5c);" do (compound_statement "{\n piVar8 = (int *)*local_5c;\n iVar7 = piVar8[8];\n if (*(code **)(*piVar8 + 0xc) == FUN_001d1390) {\n local_4c = *(uint **)(iVar7 + 0x3c);\n local_64 = 0xfffffffc;\n local_60 = 0xffffffff;\n lVar30 = 4;\nLAB_001e965f:\n local_68 = (int)((ulonglong)lVar30 >> 0x20);\n local_6c = (uint)lVar30;\n bVar27 = CARRY4(local_6c,(uint)local_4c);\n iVar6 = local_6c + (int)local_4c;\n local_4c = (uint *)(local_64 & iVar6 - 1U);\n local_48 = local_60 & local_68 + (uint)bVar27 + -1 + (uint)(iVar6 != 0);\n }\n else {\n lVar30 = (**(code **)(*piVar8 + 0xc))(piVar8);\n local_4c = *(uint **)(iVar7 + 0x3c);\n local_48 = 0;\n if (lVar30 != 0) {\n local_64 = -(int)lVar30;\n local_60 = -((int)((ulonglong)lVar30 >> 0x20) + (uint)((int)lVar30 != 0));\n goto LAB_001e965f;\n }\n }\n if ((*(byte *)(iVar7 + 0x1c) & 4) == 0) goto LAB_001ea75d;\n uVar23 = *(uint *)(iVar7 + 0x14);\n uVar26 = *(uint *)(iVar7 + 0x14);\n iVar6 = *(int *)(iVar7 + 0x18);\n if ((*(byte *)(iVar7 + 0x1c) & 1) == 0) goto LAB_001ea799;\n bVar5 = *(byte *)(piVar8 + 7);\n uVar20 = *(uint *)(iVar7 + 4);\n iVar13 = *(int *)(iVar7 + 8);\n if ((bVar5 & 1) != 0) goto LAB_001ea73f;\n piVar8[1] = (int)local_4c + *(uint *)(iVar7 + 4);\n piVar8[2] = local_48 + iVar13 + (uint)CARRY4((uint)local_4c,uVar20);\n *(byte *)(piVar8 + 7) = bVar5 | 1;\n if ((bVar5 & 4) != 0) goto LAB_001ea77b;\n *(byte *)(piVar8 + 7) = bVar5 | 5;\n piVar8[5] = (int)local_4c + uVar26;\n piVar8[6] = local_48 + iVar6 + (uint)CARRY4((uint)local_4c,uVar23);\n if (((bVar5 & 2) == 0) &&\n ((**(code **)(*piVar8 + 0x38))(piVar8), (*(byte *)(piVar8 + 7) & 2) == 0))\n goto LAB_001ea0f2;\n local_5c = local_5c + 1;\n }" { (expression_statement "piVar8 = (int *)*local_5c;" (assignment_expression "piVar8 = (int *)*local_5c" identifier = (cast_expression "(int *)*local_5c" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*local_5c" * identifier))) ;) (expression_statement "iVar7 = piVar8[8];" (assignment_expression "iVar7 = piVar8[8]" identifier = (subscript_expression "piVar8[8]" identifier [ number_literal ])) ;) (if_statement "if (*(code **)(*piVar8 + 0xc) == FUN_001d1390) {\n local_4c = *(uint **)(iVar7 + 0x3c);\n local_64 = 0xfffffffc;\n local_60 = 0xffffffff;\n lVar30 = 4;\nLAB_001e965f:\n local_68 = (int)((ulonglong)lVar30 >> 0x20);\n local_6c = (uint)lVar30;\n bVar27 = CARRY4(local_6c,(uint)local_4c);\n iVar6 = local_6c + (int)local_4c;\n local_4c = (uint *)(local_64 & iVar6 - 1U);\n local_48 = local_60 & local_68 + (uint)bVar27 + -1 + (uint)(iVar6 != 0);\n }\n else {\n lVar30 = (**(code **)(*piVar8 + 0xc))(piVar8);\n local_4c = *(uint **)(iVar7 + 0x3c);\n local_48 = 0;\n if (lVar30 != 0) {\n local_64 = -(int)lVar30;\n local_60 = -((int)((ulonglong)lVar30 >> 0x20) + (uint)((int)lVar30 != 0));\n goto LAB_001e965f;\n }\n }" if (parenthesized_expression "(*(code **)(*piVar8 + 0xc) == FUN_001d1390)" ( (binary_expression "*(code **)(*piVar8 + 0xc) == FUN_001d1390" (pointer_expression "*(code **)(*piVar8 + 0xc)" * (cast_expression "(code **)(*piVar8 + 0xc)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*piVar8 + 0xc)" ( (binary_expression "*piVar8 + 0xc" (pointer_expression "*piVar8" * identifier) + number_literal) )))) == identifier) )) (compound_statement "{\n local_4c = *(uint **)(iVar7 + 0x3c);\n local_64 = 0xfffffffc;\n local_60 = 0xffffffff;\n lVar30 = 4;\nLAB_001e965f:\n local_68 = (int)((ulonglong)lVar30 >> 0x20);\n local_6c = (uint)lVar30;\n bVar27 = CARRY4(local_6c,(uint)local_4c);\n iVar6 = local_6c + (int)local_4c;\n local_4c = (uint *)(local_64 & iVar6 - 1U);\n local_48 = local_60 & local_68 + (uint)bVar27 + -1 + (uint)(iVar6 != 0);\n }" { (expression_statement "local_4c = *(uint **)(iVar7 + 0x3c);" (assignment_expression "local_4c = *(uint **)(iVar7 + 0x3c)" identifier = (pointer_expression "*(uint **)(iVar7 + 0x3c)" * (cast_expression "(uint **)(iVar7 + 0x3c)" ( (type_descriptor "uint **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar7 + 0x3c)" ( (binary_expression "iVar7 + 0x3c" identifier + number_literal) ))))) ;) (expression_statement "local_64 = 0xfffffffc;" (assignment_expression "local_64 = 0xfffffffc" identifier = number_literal) ;) (expression_statement "local_60 = 0xffffffff;" (assignment_expression "local_60 = 0xffffffff" identifier = number_literal) ;) (expression_statement "lVar30 = 4;" (assignment_expression "lVar30 = 4" identifier = number_literal) ;) (labeled_statement "LAB_001e965f:\n local_68 = (int)((ulonglong)lVar30 >> 0x20);" statement_identifier : (expression_statement "local_68 = (int)((ulonglong)lVar30 >> 0x20);" (assignment_expression "local_68 = (int)((ulonglong)lVar30 >> 0x20)" identifier = (cast_expression "(int)((ulonglong)lVar30 >> 0x20)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "((ulonglong)lVar30 >> 0x20)" ( (binary_expression "(ulonglong)lVar30 >> 0x20" (cast_expression "(ulonglong)lVar30" ( (type_descriptor "ulonglong" type_identifier) ) identifier) >> number_literal) )))) ;)) (expression_statement "local_6c = (uint)lVar30;" (assignment_expression "local_6c = (uint)lVar30" identifier = (cast_expression "(uint)lVar30" ( (type_descriptor "uint" type_identifier) ) identifier)) ;) (expression_statement "bVar27 = CARRY4(local_6c,(uint)local_4c);" (assignment_expression "bVar27 = CARRY4(local_6c,(uint)local_4c)" identifier = (call_expression "CARRY4(local_6c,(uint)local_4c)" identifier (argument_list "(local_6c,(uint)local_4c)" ( identifier , (cast_expression "(uint)local_4c" ( (type_descriptor "uint" type_identifier) ) identifier) )))) ;) (expression_statement "iVar6 = local_6c + (int)local_4c;" (assignment_expression "iVar6 = local_6c + (int)local_4c" identifier = (binary_expression "local_6c + (int)local_4c" identifier + (cast_expression "(int)local_4c" ( (type_descriptor "int" primitive_type) ) identifier))) ;) (expression_statement "local_4c = (uint *)(local_64 & iVar6 - 1U);" (assignment_expression "local_4c = (uint *)(local_64 & iVar6 - 1U)" identifier = (cast_expression "(uint *)(local_64 & iVar6 - 1U)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_64 & iVar6 - 1U)" ( (binary_expression "local_64 & iVar6 - 1U" identifier & (binary_expression "iVar6 - 1U" identifier - number_literal)) )))) ;) (expression_statement "local_48 = local_60 & local_68 + (uint)bVar27 + -1 + (uint)(iVar6 != 0);" (assignment_expression "local_48 = local_60 & local_68 + (uint)bVar27 + -1 + (uint)(iVar6 != 0)" identifier = (binary_expression "local_60 & local_68 + (uint)bVar27 + -1 + (uint)(iVar6 != 0)" identifier & (binary_expression "local_68 + (uint)bVar27 + -1 + (uint)(iVar6 != 0)" (binary_expression "local_68 + (uint)bVar27 + -1" (binary_expression "local_68 + (uint)bVar27" identifier + (cast_expression "(uint)bVar27" ( (type_descriptor "uint" type_identifier) ) identifier)) + number_literal) + (call_expression "(uint)(iVar6 != 0)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(iVar6 != 0)" ( (binary_expression "iVar6 != 0" identifier != number_literal) )))))) ;) }) (else_clause "else {\n lVar30 = (**(code **)(*piVar8 + 0xc))(piVar8);\n local_4c = *(uint **)(iVar7 + 0x3c);\n local_48 = 0;\n if (lVar30 != 0) {\n local_64 = -(int)lVar30;\n local_60 = -((int)((ulonglong)lVar30 >> 0x20) + (uint)((int)lVar30 != 0));\n goto LAB_001e965f;\n }\n }" else (compound_statement "{\n lVar30 = (**(code **)(*piVar8 + 0xc))(piVar8);\n local_4c = *(uint **)(iVar7 + 0x3c);\n local_48 = 0;\n if (lVar30 != 0) {\n local_64 = -(int)lVar30;\n local_60 = -((int)((ulonglong)lVar30 >> 0x20) + (uint)((int)lVar30 != 0));\n goto LAB_001e965f;\n }\n }" { (expression_statement "lVar30 = (**(code **)(*piVar8 + 0xc))(piVar8);" (assignment_expression "lVar30 = (**(code **)(*piVar8 + 0xc))(piVar8)" identifier = (call_expression "(**(code **)(*piVar8 + 0xc))(piVar8)" (parenthesized_expression "(**(code **)(*piVar8 + 0xc))" ( (pointer_expression "**(code **)(*piVar8 + 0xc)" * (pointer_expression "*(code **)(*piVar8 + 0xc)" * (cast_expression "(code **)(*piVar8 + 0xc)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*piVar8 + 0xc)" ( (binary_expression "*piVar8 + 0xc" (pointer_expression "*piVar8" * identifier) + number_literal) ))))) )) (argument_list "(piVar8)" ( identifier )))) ;) (expression_statement "local_4c = *(uint **)(iVar7 + 0x3c);" (assignment_expression "local_4c = *(uint **)(iVar7 + 0x3c)" identifier = (pointer_expression "*(uint **)(iVar7 + 0x3c)" * (cast_expression "(uint **)(iVar7 + 0x3c)" ( (type_descriptor "uint **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar7 + 0x3c)" ( (binary_expression "iVar7 + 0x3c" identifier + number_literal) ))))) ;) (expression_statement "local_48 = 0;" (assignment_expression "local_48 = 0" identifier = number_literal) ;) (if_statement "if (lVar30 != 0) {\n local_64 = -(int)lVar30;\n local_60 = -((int)((ulonglong)lVar30 >> 0x20) + (uint)((int)lVar30 != 0));\n goto LAB_001e965f;\n }" if (parenthesized_expression "(lVar30 != 0)" ( (binary_expression "lVar30 != 0" identifier != number_literal) )) (compound_statement "{\n local_64 = -(int)lVar30;\n local_60 = -((int)((ulonglong)lVar30 >> 0x20) + (uint)((int)lVar30 != 0));\n goto LAB_001e965f;\n }" { (expression_statement "local_64 = -(int)lVar30;" (assignment_expression "local_64 = -(int)lVar30" identifier = (unary_expression "-(int)lVar30" - (cast_expression "(int)lVar30" ( (type_descriptor "int" primitive_type) ) identifier))) ;) (expression_statement "local_60 = -((int)((ulonglong)lVar30 >> 0x20) + (uint)((int)lVar30 != 0));" (assignment_expression "local_60 = -((int)((ulonglong)lVar30 >> 0x20) + (uint)((int)lVar30 != 0))" identifier = (unary_expression "-((int)((ulonglong)lVar30 >> 0x20) + (uint)((int)lVar30 != 0))" - (parenthesized_expression "((int)((ulonglong)lVar30 >> 0x20) + (uint)((int)lVar30 != 0))" ( (binary_expression "(int)((ulonglong)lVar30 >> 0x20) + (uint)((int)lVar30 != 0)" (cast_expression "(int)((ulonglong)lVar30 >> 0x20)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "((ulonglong)lVar30 >> 0x20)" ( (binary_expression "(ulonglong)lVar30 >> 0x20" (cast_expression "(ulonglong)lVar30" ( (type_descriptor "ulonglong" type_identifier) ) identifier) >> number_literal) ))) + (call_expression "(uint)((int)lVar30 != 0)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "((int)lVar30 != 0)" ( (binary_expression "(int)lVar30 != 0" (cast_expression "(int)lVar30" ( (type_descriptor "int" primitive_type) ) identifier) != number_literal) )))) )))) ;) (goto_statement "goto LAB_001e965f;" goto statement_identifier ;) })) }))) (if_statement "if ((*(byte *)(iVar7 + 0x1c) & 4) == 0) goto LAB_001ea75d;" if (parenthesized_expression "((*(byte *)(iVar7 + 0x1c) & 4) == 0)" ( (binary_expression "(*(byte *)(iVar7 + 0x1c) & 4) == 0" (parenthesized_expression "(*(byte *)(iVar7 + 0x1c) & 4)" ( (binary_expression "*(byte *)(iVar7 + 0x1c) & 4" (pointer_expression "*(byte *)(iVar7 + 0x1c)" * (cast_expression "(byte *)(iVar7 + 0x1c)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x1c)" ( (binary_expression "iVar7 + 0x1c" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (goto_statement "goto LAB_001ea75d;" goto statement_identifier ;)) (expression_statement "uVar23 = *(uint *)(iVar7 + 0x14);" (assignment_expression "uVar23 = *(uint *)(iVar7 + 0x14)" identifier = (pointer_expression "*(uint *)(iVar7 + 0x14)" * (cast_expression "(uint *)(iVar7 + 0x14)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x14)" ( (binary_expression "iVar7 + 0x14" identifier + number_literal) ))))) ;) (expression_statement "uVar26 = *(uint *)(iVar7 + 0x14);" (assignment_expression "uVar26 = *(uint *)(iVar7 + 0x14)" identifier = (pointer_expression "*(uint *)(iVar7 + 0x14)" * (cast_expression "(uint *)(iVar7 + 0x14)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x14)" ( (binary_expression "iVar7 + 0x14" identifier + number_literal) ))))) ;) (expression_statement "iVar6 = *(int *)(iVar7 + 0x18);" (assignment_expression "iVar6 = *(int *)(iVar7 + 0x18)" identifier = (pointer_expression "*(int *)(iVar7 + 0x18)" * (cast_expression "(int *)(iVar7 + 0x18)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x18)" ( (binary_expression "iVar7 + 0x18" identifier + number_literal) ))))) ;) (if_statement "if ((*(byte *)(iVar7 + 0x1c) & 1) == 0) goto LAB_001ea799;" if (parenthesized_expression "((*(byte *)(iVar7 + 0x1c) & 1) == 0)" ( (binary_expression "(*(byte *)(iVar7 + 0x1c) & 1) == 0" (parenthesized_expression "(*(byte *)(iVar7 + 0x1c) & 1)" ( (binary_expression "*(byte *)(iVar7 + 0x1c) & 1" (pointer_expression "*(byte *)(iVar7 + 0x1c)" * (cast_expression "(byte *)(iVar7 + 0x1c)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x1c)" ( (binary_expression "iVar7 + 0x1c" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (goto_statement "goto LAB_001ea799;" goto statement_identifier ;)) (expression_statement "bVar5 = *(byte *)(piVar8 + 7);" (assignment_expression "bVar5 = *(byte *)(piVar8 + 7)" identifier = (pointer_expression "*(byte *)(piVar8 + 7)" * (cast_expression "(byte *)(piVar8 + 7)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(piVar8 + 7)" ( (binary_expression "piVar8 + 7" identifier + number_literal) ))))) ;) (expression_statement "uVar20 = *(uint *)(iVar7 + 4);" (assignment_expression "uVar20 = *(uint *)(iVar7 + 4)" identifier = (pointer_expression "*(uint *)(iVar7 + 4)" * (cast_expression "(uint *)(iVar7 + 4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 4)" ( (binary_expression "iVar7 + 4" identifier + number_literal) ))))) ;) (expression_statement "iVar13 = *(int *)(iVar7 + 8);" (assignment_expression "iVar13 = *(int *)(iVar7 + 8)" identifier = (pointer_expression "*(int *)(iVar7 + 8)" * (cast_expression "(int *)(iVar7 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 8)" ( (binary_expression "iVar7 + 8" identifier + number_literal) ))))) ;) (if_statement "if ((bVar5 & 1) != 0) goto LAB_001ea73f;" if (parenthesized_expression "((bVar5 & 1) != 0)" ( (binary_expression "(bVar5 & 1) != 0" (parenthesized_expression "(bVar5 & 1)" ( (binary_expression "bVar5 & 1" identifier & number_literal) )) != number_literal) )) (goto_statement "goto LAB_001ea73f;" goto statement_identifier ;)) (expression_statement "piVar8[1] = (int)local_4c + *(uint *)(iVar7 + 4);" (assignment_expression "piVar8[1] = (int)local_4c + *(uint *)(iVar7 + 4)" (subscript_expression "piVar8[1]" identifier [ number_literal ]) = (binary_expression "(int)local_4c + *(uint *)(iVar7 + 4)" (cast_expression "(int)local_4c" ( (type_descriptor "int" primitive_type) ) identifier) + (pointer_expression "*(uint *)(iVar7 + 4)" * (cast_expression "(uint *)(iVar7 + 4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 4)" ( (binary_expression "iVar7 + 4" identifier + number_literal) )))))) ;) (expression_statement "piVar8[2] = local_48 + iVar13 + (uint)CARRY4((uint)local_4c,uVar20);" (assignment_expression "piVar8[2] = local_48 + iVar13 + (uint)CARRY4((uint)local_4c,uVar20)" (subscript_expression "piVar8[2]" identifier [ number_literal ]) = (binary_expression "local_48 + iVar13 + (uint)CARRY4((uint)local_4c,uVar20)" (binary_expression "local_48 + iVar13" identifier + identifier) + (cast_expression "(uint)CARRY4((uint)local_4c,uVar20)" ( (type_descriptor "uint" type_identifier) ) (call_expression "CARRY4((uint)local_4c,uVar20)" identifier (argument_list "((uint)local_4c,uVar20)" ( (cast_expression "(uint)local_4c" ( (type_descriptor "uint" type_identifier) ) identifier) , identifier )))))) ;) (expression_statement "*(byte *)(piVar8 + 7) = bVar5 | 1;" (assignment_expression "*(byte *)(piVar8 + 7) = bVar5 | 1" (pointer_expression "*(byte *)(piVar8 + 7)" * (cast_expression "(byte *)(piVar8 + 7)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(piVar8 + 7)" ( (binary_expression "piVar8 + 7" identifier + number_literal) )))) = (binary_expression "bVar5 | 1" identifier | number_literal)) ;) (if_statement "if ((bVar5 & 4) != 0) goto LAB_001ea77b;" if (parenthesized_expression "((bVar5 & 4) != 0)" ( (binary_expression "(bVar5 & 4) != 0" (parenthesized_expression "(bVar5 & 4)" ( (binary_expression "bVar5 & 4" identifier & number_literal) )) != number_literal) )) (goto_statement "goto LAB_001ea77b;" goto statement_identifier ;)) (expression_statement "*(byte *)(piVar8 + 7) = bVar5 | 5;" (assignment_expression "*(byte *)(piVar8 + 7) = bVar5 | 5" (pointer_expression "*(byte *)(piVar8 + 7)" * (cast_expression "(byte *)(piVar8 + 7)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(piVar8 + 7)" ( (binary_expression "piVar8 + 7" identifier + number_literal) )))) = (binary_expression "bVar5 | 5" identifier | number_literal)) ;) (expression_statement "piVar8[5] = (int)local_4c + uVar26;" (assignment_expression "piVar8[5] = (int)local_4c + uVar26" (subscript_expression "piVar8[5]" identifier [ number_literal ]) = (binary_expression "(int)local_4c + uVar26" (cast_expression "(int)local_4c" ( (type_descriptor "int" primitive_type) ) identifier) + identifier)) ;) (expression_statement "piVar8[6] = local_48 + iVar6 + (uint)CARRY4((uint)local_4c,uVar23);" (assignment_expression "piVar8[6] = local_48 + iVar6 + (uint)CARRY4((uint)local_4c,uVar23)" (subscript_expression "piVar8[6]" identifier [ number_literal ]) = (binary_expression "local_48 + iVar6 + (uint)CARRY4((uint)local_4c,uVar23)" (binary_expression "local_48 + iVar6" identifier + identifier) + (cast_expression "(uint)CARRY4((uint)local_4c,uVar23)" ( (type_descriptor "uint" type_identifier) ) (call_expression "CARRY4((uint)local_4c,uVar23)" identifier (argument_list "((uint)local_4c,uVar23)" ( (cast_expression "(uint)local_4c" ( (type_descriptor "uint" type_identifier) ) identifier) , identifier )))))) ;) (if_statement "if (((bVar5 & 2) == 0) &&\n ((**(code **)(*piVar8 + 0x38))(piVar8), (*(byte *)(piVar8 + 7) & 2) == 0))\n goto LAB_001ea0f2;" if (parenthesized_expression "(((bVar5 & 2) == 0) &&\n ((**(code **)(*piVar8 + 0x38))(piVar8), (*(byte *)(piVar8 + 7) & 2) == 0))" ( (binary_expression "((bVar5 & 2) == 0) &&\n ((**(code **)(*piVar8 + 0x38))(piVar8), (*(byte *)(piVar8 + 7) & 2) == 0)" (parenthesized_expression "((bVar5 & 2) == 0)" ( (binary_expression "(bVar5 & 2) == 0" (parenthesized_expression "(bVar5 & 2)" ( (binary_expression "bVar5 & 2" identifier & number_literal) )) == number_literal) )) && (parenthesized_expression "((**(code **)(*piVar8 + 0x38))(piVar8), (*(byte *)(piVar8 + 7) & 2) == 0)" ( (comma_expression "(**(code **)(*piVar8 + 0x38))(piVar8), (*(byte *)(piVar8 + 7) & 2) == 0" (call_expression "(**(code **)(*piVar8 + 0x38))(piVar8)" (parenthesized_expression "(**(code **)(*piVar8 + 0x38))" ( (pointer_expression "**(code **)(*piVar8 + 0x38)" * (pointer_expression "*(code **)(*piVar8 + 0x38)" * (cast_expression "(code **)(*piVar8 + 0x38)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*piVar8 + 0x38)" ( (binary_expression "*piVar8 + 0x38" (pointer_expression "*piVar8" * identifier) + number_literal) ))))) )) (argument_list "(piVar8)" ( identifier ))) , (binary_expression "(*(byte *)(piVar8 + 7) & 2) == 0" (parenthesized_expression "(*(byte *)(piVar8 + 7) & 2)" ( (binary_expression "*(byte *)(piVar8 + 7) & 2" (pointer_expression "*(byte *)(piVar8 + 7)" * (cast_expression "(byte *)(piVar8 + 7)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(piVar8 + 7)" ( (binary_expression "piVar8 + 7" identifier + number_literal) )))) & number_literal) )) == number_literal)) ))) )) (goto_statement "goto LAB_001ea0f2;" goto statement_identifier ;)) (expression_statement "local_5c = local_5c + 1;" (assignment_expression "local_5c = local_5c + 1" identifier = (binary_expression "local_5c + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(*(undefined4 **)(param_1 + 100) != local_5c)" ( (binary_expression "*(undefined4 **)(param_1 + 100) != local_5c" (pointer_expression "*(undefined4 **)(param_1 + 100)" * (cast_expression "(undefined4 **)(param_1 + 100)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 100)" ( (binary_expression "param_1 + 100" identifier + number_literal) )))) != identifier) )) ;) (goto_statement "goto LAB_001e9870;" goto statement_identifier ;) })) (expression_statement "local_ac = (int *)*param_3;" (assignment_expression "local_ac = (int *)*param_3" identifier = (cast_expression "(int *)*param_3" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_3" * identifier))) ;) (if_statement "if ((int *)param_3[1] == local_ac) {\n return 0;\n }" if (parenthesized_expression "((int *)param_3[1] == local_ac)" ( (binary_expression "(int *)param_3[1] == local_ac" (cast_expression "(int *)param_3[1]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_3[1]" identifier [ number_literal ])) == identifier) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) }))) (do_statement "do {\n iVar7 = *local_ac;\n if (*(int *)(iVar7 + 0x1c) == 0) {\nLAB_001ea110:\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea129 to 001ea2b9 has its CatchHandler @ 001ea8e9 */\n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }\n FUN_0023cd00(*(int *)(iVar7 + 0x1c) + 0x1c,param_6);\n uVar26 = *(uint *)(iVar7 + 0x28);\n if (*(int *)(iVar7 + 0x1c) == 0) goto LAB_001ea110;\n /* try { // try from 001e9908 to 001e9f55 has its CatchHandler @ 001ea8e9 */\n iVar6 = FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)(iVar7 + 0x94),\n *(undefined4 *)(iVar7 + 0x98),uVar26 * 0x28,1,1);\n FUN_00318bd0(iVar7);\n if (1 < uVar26) {\n iVar13 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar13 == 0) {\nLAB_001e9d87:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n local_64 = 1;\n iVar24 = iVar7 + 0x14c;\n puVar3 = (undefined4 *)iVar6;\n do {\n local_5c = (undefined4 *)((int)puVar3 + 0x28);\n iVar9 = *(int *)((int)puVar3 + 0x2c);\n if ((((*(char *)(iVar13 + 0x1671) != '\0') || (*(char *)(iVar13 + 0x16ed) != '\0')) &&\n (*(int *)((int)puVar3 + 0x3c) != 0)) && ((*(byte *)((int)puVar3 + 0x30) & 6) != 0)) {\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_64 * 4);\n if ((iVar13 != 0) && (iVar9 == 1)) {\n cVar4 = FUN_0034cd20(param_4,iVar7,local_64);\n if (cVar4 == '\0') {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_64) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n local_74 = *(int *)(*(int *)(iVar7 + 0x84) + local_64 * 4);\n if (local_74 == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,local_64);\n if (iVar13 == 0) goto LAB_001e9c60;\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address",extraout_ECX);\n }\n local_74 = *(int *)(iVar13 + 4);\n }\n else {\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) goto LAB_001ea816;\n local_74 = local_74 + *(int *)(iVar13 + 4);\n }\n if ((uint)(*(int *)(iVar7 + 0x140) - *(int *)(iVar7 + 0x13c) >> 2) <= local_64) {\n /* try { // try from 001ea811 to 001ea851 has its CatchHandler @ 001ea8e9 */\n FUN_001d4d60();\nLAB_001ea816:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if ((*(int *)(*(int *)(iVar7 + 0x13c) + local_64 * 4) != 0) &&\n (FUN_001d6c20(local_64), local_44 != local_40)) {\n iVar13 = *(int *)(local_44 + 0x10);\n iVar18 = local_74 + *(int *)(iVar13 + 0x18);\n *(int *)(iVar13 + 0x20) = iVar18;\n iVar9 = local_44;\n while( true ) {\n if (iVar18 + 4 == -1) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/aarch64.cc",0x361,"set_destination_address");\n }\n *(int *)(iVar13 + 4) = iVar18 + 4;\n iVar9 = thunk_FUN_003af660(iVar9);\n if (iVar9 == local_40) break;\n iVar13 = *(int *)(iVar9 + 0x10);\n iVar18 = *(int *)(iVar13 + 0x18) + local_74;\n *(int *)(iVar13 + 0x20) = iVar18;\n }\n }\n local_28 = (int *)0x0;\n iVar18 = FUN_0028b8b0(iVar7,local_64,&local_28,0);\n iVar13 = *(int *)(iVar7 + 0x150);\n iVar9 = iVar24;\n if (*(int *)(iVar7 + 0x150) != 0) {\n do {\n while (iVar10 = iVar13, *(uint *)(iVar10 + 0x10) < local_64) {\n piVar8 = (int *)(iVar10 + 0xc);\n iVar13 = *piVar8;\n iVar10 = iVar9;\n if (*piVar8 == 0) goto LAB_001e9af5;\n }\n iVar13 = *(int *)(iVar10 + 8);\n iVar9 = iVar10;\n } while (*(int *)(iVar10 + 8) != 0);\nLAB_001e9af5:\n if (iVar24 != iVar10) {\n uVar23 = *(uint *)(iVar10 + 0x10);\n while (local_64 == uVar23) {\n iVar13 = thunk_FUN_003af660(iVar10);\n if (*(char *)(iVar10 + 0x18) == 'x') {\n iVar9 = *(int *)(iVar10 + 0x14);\n if ((iVar24 == iVar13) || (*(uint *)(iVar13 + 0x10) != local_64)) {\n local_54 = *(int *)((int)puVar3 + 0x3c);\n }\n else {\n local_54 = *(int *)(iVar13 + 0x14);\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(iVar10 + 0x1671) != '\0') &&\n (uVar23 = local_74 + iVar9, (uVar23 & 3) == 0)) {\n iVar10 = 0;\n if ((uVar23 & 0xfff) < 0xff8) {\n iVar10 = 0xff8 - (uVar23 & 0xfff);\n }\n while (iVar10 + 0xcU <= local_54 - iVar9) {\n puVar22 = (uint *)(iVar18 + iVar9 + iVar10);\n uVar20 = uVar23 + iVar10;\n if ((*puVar22 & 0x9f000000) == 0x90000000) {\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }\n iVar12 = iVar10 + 4;\n iVar10 = iVar10 + 0xffc;\n if ((uVar20 & 0xfff) == 0xff8) {\n iVar10 = iVar12;\n }\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (*(char *)(iVar10 + 0x16ed) != '\0') {\n uVar23 = local_54 - iVar9;\n if (4 < uVar23) {\n local_54 = 4;\n uVar20 = 0;\n do {\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n } while (local_54 < uVar23);\n }\n }\n }\n if (iVar24 == iVar13) break;\n iVar10 = iVar13;\n uVar23 = *(uint *)(iVar13 + 0x10);\n }\n }\n }\n }\nLAB_001e9c60:\n iVar9 = *(int *)((int)puVar3 + 0x2c);\n }\n }\n if ((iVar9 == 4) && (iVar13 = *(int *)((int)puVar3 + 0x3c), iVar13 != 0)) {\n uVar23 = *(uint *)((int)puVar3 + 0x40);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if (((*(uint *)(iVar7 + 0xac) == uVar23) && (*(int *)((int)puVar3 + 0x4c) == 0xc)) &&\n (lVar30 = FUN_00442a10(iVar13,0,0xc,0), lVar30 == 0)) {\n local_6c = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < local_6c) {\n /* try { // try from 001ea0ad to 001ea0b1 has its CatchHandler @ 001ea8e9 */\n FUN_00106f60(iVar7 + 0x90);\n local_6c = local_6c + *(int *)(iVar7 + 0xa4);\n }\n if (local_6c < *(uint *)(iVar7 + 0x28)) {\n iVar13 = iVar6 + local_6c * 0x28;\n if ((((*(int *)(iVar13 + 0x14) != 0) && ((*(byte *)(iVar13 + 8) & 2) != 0)) &&\n (*(int *)(iVar13 + 4) == 1)) &&\n (iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_6c * 4), iVar13 != 0)) {\n cVar4 = FUN_0034cd20(param_4,iVar7,local_6c);\n bVar27 = false;\n bVar28 = cVar4 == '\0';\n if (bVar28) {\n iVar9 = 10;\n pbVar21 = *(byte **)(iVar13 + 0x20);\n pbVar25 = (byte *)".eh_frame";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar27 = *pbVar21 < *pbVar25;\n bVar28 = *pbVar21 == *pbVar25;\n pbVar21 = pbVar21 + (uint)bVar29 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar29 * -2 + 1;\n } while (bVar28);\n if ((!bVar27 && !bVar28) != bVar27) {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_6c) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea8ba to 001ea8da has its CatchHandler @ 001ea8e9 */\n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset",iVar9);\n }\n if (*(int *)(*(int *)(iVar7 + 0x84) + local_6c * 4) == -1) {\n /* try { // try from 001ea64a to 001ea73e has its CatchHandler @ 001ea8e9 */\n uVar31 = FUN_002cd8b0(iVar13,iVar7,local_6c);\n if ((int)uVar31 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable",\n (int)((ulonglong)uVar31 >> 0x20));\n }\n }\n uVar23 = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= uVar23) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + uVar23 * 4);\n if (*(int *)(*(int *)(iVar7 + 0x84) + uVar23 * 4) == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,uVar23);\n if (iVar13 == 0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea7ee to 001ea7f2 has its CatchHandler @ 001ea8e9 */\n FUN_002446e0("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }\n else if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if (*(int *)(iVar7 + 0x1c) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }\n FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)((int)puVar3 + 0x38),0\n ,*(undefined4 *)((int)puVar3 + 0x3c),1,0);\n local_34 = (int *)0x0;\n FUN_0028b8b0(iVar7,uVar23,&local_34,0);\n if (*(int *)((int)puVar3 + 0x2c) != 4) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }\n }\n }\n }\n }\n }\n }\n local_64 = local_64 + 1;\n if (uVar26 == local_64) break;\n iVar13 = *(int *)(DAT_005ea7c8 + 8);\n puVar3 = local_5c;\n if (iVar13 == 0) goto LAB_001e9d87;\n } while( true );\n }\n if (*(int *)(iVar7 + 0x1c) != 0) {\n FUN_0023dd30(*(int *)(iVar7 + 0x1c) + 0x1c,param_6);\n }\n local_ac = local_ac + 1;\n } while ((int *)param_3[1] != local_ac);" do (compound_statement "{\n iVar7 = *local_ac;\n if (*(int *)(iVar7 + 0x1c) == 0) {\nLAB_001ea110:\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea129 to 001ea2b9 has its CatchHandler @ 001ea8e9 */\n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }\n FUN_0023cd00(*(int *)(iVar7 + 0x1c) + 0x1c,param_6);\n uVar26 = *(uint *)(iVar7 + 0x28);\n if (*(int *)(iVar7 + 0x1c) == 0) goto LAB_001ea110;\n /* try { // try from 001e9908 to 001e9f55 has its CatchHandler @ 001ea8e9 */\n iVar6 = FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)(iVar7 + 0x94),\n *(undefined4 *)(iVar7 + 0x98),uVar26 * 0x28,1,1);\n FUN_00318bd0(iVar7);\n if (1 < uVar26) {\n iVar13 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar13 == 0) {\nLAB_001e9d87:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n local_64 = 1;\n iVar24 = iVar7 + 0x14c;\n puVar3 = (undefined4 *)iVar6;\n do {\n local_5c = (undefined4 *)((int)puVar3 + 0x28);\n iVar9 = *(int *)((int)puVar3 + 0x2c);\n if ((((*(char *)(iVar13 + 0x1671) != '\0') || (*(char *)(iVar13 + 0x16ed) != '\0')) &&\n (*(int *)((int)puVar3 + 0x3c) != 0)) && ((*(byte *)((int)puVar3 + 0x30) & 6) != 0)) {\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_64 * 4);\n if ((iVar13 != 0) && (iVar9 == 1)) {\n cVar4 = FUN_0034cd20(param_4,iVar7,local_64);\n if (cVar4 == '\0') {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_64) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n local_74 = *(int *)(*(int *)(iVar7 + 0x84) + local_64 * 4);\n if (local_74 == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,local_64);\n if (iVar13 == 0) goto LAB_001e9c60;\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address",extraout_ECX);\n }\n local_74 = *(int *)(iVar13 + 4);\n }\n else {\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) goto LAB_001ea816;\n local_74 = local_74 + *(int *)(iVar13 + 4);\n }\n if ((uint)(*(int *)(iVar7 + 0x140) - *(int *)(iVar7 + 0x13c) >> 2) <= local_64) {\n /* try { // try from 001ea811 to 001ea851 has its CatchHandler @ 001ea8e9 */\n FUN_001d4d60();\nLAB_001ea816:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if ((*(int *)(*(int *)(iVar7 + 0x13c) + local_64 * 4) != 0) &&\n (FUN_001d6c20(local_64), local_44 != local_40)) {\n iVar13 = *(int *)(local_44 + 0x10);\n iVar18 = local_74 + *(int *)(iVar13 + 0x18);\n *(int *)(iVar13 + 0x20) = iVar18;\n iVar9 = local_44;\n while( true ) {\n if (iVar18 + 4 == -1) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/aarch64.cc",0x361,"set_destination_address");\n }\n *(int *)(iVar13 + 4) = iVar18 + 4;\n iVar9 = thunk_FUN_003af660(iVar9);\n if (iVar9 == local_40) break;\n iVar13 = *(int *)(iVar9 + 0x10);\n iVar18 = *(int *)(iVar13 + 0x18) + local_74;\n *(int *)(iVar13 + 0x20) = iVar18;\n }\n }\n local_28 = (int *)0x0;\n iVar18 = FUN_0028b8b0(iVar7,local_64,&local_28,0);\n iVar13 = *(int *)(iVar7 + 0x150);\n iVar9 = iVar24;\n if (*(int *)(iVar7 + 0x150) != 0) {\n do {\n while (iVar10 = iVar13, *(uint *)(iVar10 + 0x10) < local_64) {\n piVar8 = (int *)(iVar10 + 0xc);\n iVar13 = *piVar8;\n iVar10 = iVar9;\n if (*piVar8 == 0) goto LAB_001e9af5;\n }\n iVar13 = *(int *)(iVar10 + 8);\n iVar9 = iVar10;\n } while (*(int *)(iVar10 + 8) != 0);\nLAB_001e9af5:\n if (iVar24 != iVar10) {\n uVar23 = *(uint *)(iVar10 + 0x10);\n while (local_64 == uVar23) {\n iVar13 = thunk_FUN_003af660(iVar10);\n if (*(char *)(iVar10 + 0x18) == 'x') {\n iVar9 = *(int *)(iVar10 + 0x14);\n if ((iVar24 == iVar13) || (*(uint *)(iVar13 + 0x10) != local_64)) {\n local_54 = *(int *)((int)puVar3 + 0x3c);\n }\n else {\n local_54 = *(int *)(iVar13 + 0x14);\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(iVar10 + 0x1671) != '\0') &&\n (uVar23 = local_74 + iVar9, (uVar23 & 3) == 0)) {\n iVar10 = 0;\n if ((uVar23 & 0xfff) < 0xff8) {\n iVar10 = 0xff8 - (uVar23 & 0xfff);\n }\n while (iVar10 + 0xcU <= local_54 - iVar9) {\n puVar22 = (uint *)(iVar18 + iVar9 + iVar10);\n uVar20 = uVar23 + iVar10;\n if ((*puVar22 & 0x9f000000) == 0x90000000) {\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }\n iVar12 = iVar10 + 4;\n iVar10 = iVar10 + 0xffc;\n if ((uVar20 & 0xfff) == 0xff8) {\n iVar10 = iVar12;\n }\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (*(char *)(iVar10 + 0x16ed) != '\0') {\n uVar23 = local_54 - iVar9;\n if (4 < uVar23) {\n local_54 = 4;\n uVar20 = 0;\n do {\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n } while (local_54 < uVar23);\n }\n }\n }\n if (iVar24 == iVar13) break;\n iVar10 = iVar13;\n uVar23 = *(uint *)(iVar13 + 0x10);\n }\n }\n }\n }\nLAB_001e9c60:\n iVar9 = *(int *)((int)puVar3 + 0x2c);\n }\n }\n if ((iVar9 == 4) && (iVar13 = *(int *)((int)puVar3 + 0x3c), iVar13 != 0)) {\n uVar23 = *(uint *)((int)puVar3 + 0x40);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if (((*(uint *)(iVar7 + 0xac) == uVar23) && (*(int *)((int)puVar3 + 0x4c) == 0xc)) &&\n (lVar30 = FUN_00442a10(iVar13,0,0xc,0), lVar30 == 0)) {\n local_6c = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < local_6c) {\n /* try { // try from 001ea0ad to 001ea0b1 has its CatchHandler @ 001ea8e9 */\n FUN_00106f60(iVar7 + 0x90);\n local_6c = local_6c + *(int *)(iVar7 + 0xa4);\n }\n if (local_6c < *(uint *)(iVar7 + 0x28)) {\n iVar13 = iVar6 + local_6c * 0x28;\n if ((((*(int *)(iVar13 + 0x14) != 0) && ((*(byte *)(iVar13 + 8) & 2) != 0)) &&\n (*(int *)(iVar13 + 4) == 1)) &&\n (iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_6c * 4), iVar13 != 0)) {\n cVar4 = FUN_0034cd20(param_4,iVar7,local_6c);\n bVar27 = false;\n bVar28 = cVar4 == '\0';\n if (bVar28) {\n iVar9 = 10;\n pbVar21 = *(byte **)(iVar13 + 0x20);\n pbVar25 = (byte *)".eh_frame";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar27 = *pbVar21 < *pbVar25;\n bVar28 = *pbVar21 == *pbVar25;\n pbVar21 = pbVar21 + (uint)bVar29 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar29 * -2 + 1;\n } while (bVar28);\n if ((!bVar27 && !bVar28) != bVar27) {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_6c) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea8ba to 001ea8da has its CatchHandler @ 001ea8e9 */\n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset",iVar9);\n }\n if (*(int *)(*(int *)(iVar7 + 0x84) + local_6c * 4) == -1) {\n /* try { // try from 001ea64a to 001ea73e has its CatchHandler @ 001ea8e9 */\n uVar31 = FUN_002cd8b0(iVar13,iVar7,local_6c);\n if ((int)uVar31 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable",\n (int)((ulonglong)uVar31 >> 0x20));\n }\n }\n uVar23 = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= uVar23) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + uVar23 * 4);\n if (*(int *)(*(int *)(iVar7 + 0x84) + uVar23 * 4) == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,uVar23);\n if (iVar13 == 0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea7ee to 001ea7f2 has its CatchHandler @ 001ea8e9 */\n FUN_002446e0("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }\n else if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if (*(int *)(iVar7 + 0x1c) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }\n FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)((int)puVar3 + 0x38),0\n ,*(undefined4 *)((int)puVar3 + 0x3c),1,0);\n local_34 = (int *)0x0;\n FUN_0028b8b0(iVar7,uVar23,&local_34,0);\n if (*(int *)((int)puVar3 + 0x2c) != 4) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }\n }\n }\n }\n }\n }\n }\n local_64 = local_64 + 1;\n if (uVar26 == local_64) break;\n iVar13 = *(int *)(DAT_005ea7c8 + 8);\n puVar3 = local_5c;\n if (iVar13 == 0) goto LAB_001e9d87;\n } while( true );\n }\n if (*(int *)(iVar7 + 0x1c) != 0) {\n FUN_0023dd30(*(int *)(iVar7 + 0x1c) + 0x1c,param_6);\n }\n local_ac = local_ac + 1;\n }" { (expression_statement "iVar7 = *local_ac;" (assignment_expression "iVar7 = *local_ac" identifier = (pointer_expression "*local_ac" * identifier)) ;) (if_statement "if (*(int *)(iVar7 + 0x1c) == 0) {\nLAB_001ea110:\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea129 to 001ea2b9 has its CatchHandler @ 001ea8e9 */\n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }" if (parenthesized_expression "(*(int *)(iVar7 + 0x1c) == 0)" ( (binary_expression "*(int *)(iVar7 + 0x1c) == 0" (pointer_expression "*(int *)(iVar7 + 0x1c)" * (cast_expression "(int *)(iVar7 + 0x1c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x1c)" ( (binary_expression "iVar7 + 0x1c" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\nLAB_001ea110:\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea129 to 001ea2b9 has its CatchHandler @ 001ea8e9 */\n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }" { (labeled_statement "LAB_001ea110:\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea129 to 001ea2b9 has its CatchHandler @ 001ea8e9 */\n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");" statement_identifier : comment comment (expression_statement "FUN_002446e0("../../gold/object.h",0x1e3,"input_file");" (call_expression "FUN_002446e0("../../gold/object.h",0x1e3,"input_file")" identifier (argument_list "("../../gold/object.h",0x1e3,"input_file")" ( (string_literal ""../../gold/object.h"" " string_content ") , number_literal , (string_literal ""input_file"" " string_content ") ))) ;)) })) (expression_statement "FUN_0023cd00(*(int *)(iVar7 + 0x1c) + 0x1c,param_6);" (call_expression "FUN_0023cd00(*(int *)(iVar7 + 0x1c) + 0x1c,param_6)" identifier (argument_list "(*(int *)(iVar7 + 0x1c) + 0x1c,param_6)" ( (binary_expression "*(int *)(iVar7 + 0x1c) + 0x1c" (pointer_expression "*(int *)(iVar7 + 0x1c)" * (cast_expression "(int *)(iVar7 + 0x1c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x1c)" ( (binary_expression "iVar7 + 0x1c" identifier + number_literal) )))) + number_literal) , identifier ))) ;) (expression_statement "uVar26 = *(uint *)(iVar7 + 0x28);" (assignment_expression "uVar26 = *(uint *)(iVar7 + 0x28)" identifier = (pointer_expression "*(uint *)(iVar7 + 0x28)" * (cast_expression "(uint *)(iVar7 + 0x28)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x28)" ( (binary_expression "iVar7 + 0x28" identifier + number_literal) ))))) ;) (if_statement "if (*(int *)(iVar7 + 0x1c) == 0) goto LAB_001ea110;" if (parenthesized_expression "(*(int *)(iVar7 + 0x1c) == 0)" ( (binary_expression "*(int *)(iVar7 + 0x1c) == 0" (pointer_expression "*(int *)(iVar7 + 0x1c)" * (cast_expression "(int *)(iVar7 + 0x1c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x1c)" ( (binary_expression "iVar7 + 0x1c" identifier + number_literal) )))) == number_literal) )) (goto_statement "goto LAB_001ea110;" goto statement_identifier ;)) comment (expression_statement "iVar6 = FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)(iVar7 + 0x94),\n *(undefined4 *)(iVar7 + 0x98),uVar26 * 0x28,1,1);" (assignment_expression "iVar6 = FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)(iVar7 + 0x94),\n *(undefined4 *)(iVar7 + 0x98),uVar26 * 0x28,1,1)" identifier = (call_expression "FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)(iVar7 + 0x94),\n *(undefined4 *)(iVar7 + 0x98),uVar26 * 0x28,1,1)" identifier (argument_list "(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)(iVar7 + 0x94),\n *(undefined4 *)(iVar7 + 0x98),uVar26 * 0x28,1,1)" ( (binary_expression "*(int *)(iVar7 + 0x1c) + 0x1c" (pointer_expression "*(int *)(iVar7 + 0x1c)" * (cast_expression "(int *)(iVar7 + 0x1c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x1c)" ( (binary_expression "iVar7 + 0x1c" identifier + number_literal) )))) + number_literal) , (pointer_expression "*(undefined4 *)(iVar7 + 0x20)" * (cast_expression "(undefined4 *)(iVar7 + 0x20)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x20)" ( (binary_expression "iVar7 + 0x20" identifier + number_literal) )))) , (pointer_expression "*(undefined4 *)(iVar7 + 0x24)" * (cast_expression "(undefined4 *)(iVar7 + 0x24)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x24)" ( (binary_expression "iVar7 + 0x24" identifier + number_literal) )))) , (pointer_expression "*(undefined4 *)(iVar7 + 0x94)" * (cast_expression "(undefined4 *)(iVar7 + 0x94)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x94)" ( (binary_expression "iVar7 + 0x94" identifier + number_literal) )))) , (pointer_expression "*(undefined4 *)(iVar7 + 0x98)" * (cast_expression "(undefined4 *)(iVar7 + 0x98)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x98)" ( (binary_expression "iVar7 + 0x98" identifier + number_literal) )))) , (binary_expression "uVar26 * 0x28" identifier * number_literal) , number_literal , number_literal )))) ;) (expression_statement "FUN_00318bd0(iVar7);" (call_expression "FUN_00318bd0(iVar7)" identifier (argument_list "(iVar7)" ( identifier ))) ;) (if_statement "if (1 < uVar26) {\n iVar13 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar13 == 0) {\nLAB_001e9d87:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n local_64 = 1;\n iVar24 = iVar7 + 0x14c;\n puVar3 = (undefined4 *)iVar6;\n do {\n local_5c = (undefined4 *)((int)puVar3 + 0x28);\n iVar9 = *(int *)((int)puVar3 + 0x2c);\n if ((((*(char *)(iVar13 + 0x1671) != '\0') || (*(char *)(iVar13 + 0x16ed) != '\0')) &&\n (*(int *)((int)puVar3 + 0x3c) != 0)) && ((*(byte *)((int)puVar3 + 0x30) & 6) != 0)) {\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_64 * 4);\n if ((iVar13 != 0) && (iVar9 == 1)) {\n cVar4 = FUN_0034cd20(param_4,iVar7,local_64);\n if (cVar4 == '\0') {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_64) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n local_74 = *(int *)(*(int *)(iVar7 + 0x84) + local_64 * 4);\n if (local_74 == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,local_64);\n if (iVar13 == 0) goto LAB_001e9c60;\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address",extraout_ECX);\n }\n local_74 = *(int *)(iVar13 + 4);\n }\n else {\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) goto LAB_001ea816;\n local_74 = local_74 + *(int *)(iVar13 + 4);\n }\n if ((uint)(*(int *)(iVar7 + 0x140) - *(int *)(iVar7 + 0x13c) >> 2) <= local_64) {\n /* try { // try from 001ea811 to 001ea851 has its CatchHandler @ 001ea8e9 */\n FUN_001d4d60();\nLAB_001ea816:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if ((*(int *)(*(int *)(iVar7 + 0x13c) + local_64 * 4) != 0) &&\n (FUN_001d6c20(local_64), local_44 != local_40)) {\n iVar13 = *(int *)(local_44 + 0x10);\n iVar18 = local_74 + *(int *)(iVar13 + 0x18);\n *(int *)(iVar13 + 0x20) = iVar18;\n iVar9 = local_44;\n while( true ) {\n if (iVar18 + 4 == -1) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/aarch64.cc",0x361,"set_destination_address");\n }\n *(int *)(iVar13 + 4) = iVar18 + 4;\n iVar9 = thunk_FUN_003af660(iVar9);\n if (iVar9 == local_40) break;\n iVar13 = *(int *)(iVar9 + 0x10);\n iVar18 = *(int *)(iVar13 + 0x18) + local_74;\n *(int *)(iVar13 + 0x20) = iVar18;\n }\n }\n local_28 = (int *)0x0;\n iVar18 = FUN_0028b8b0(iVar7,local_64,&local_28,0);\n iVar13 = *(int *)(iVar7 + 0x150);\n iVar9 = iVar24;\n if (*(int *)(iVar7 + 0x150) != 0) {\n do {\n while (iVar10 = iVar13, *(uint *)(iVar10 + 0x10) < local_64) {\n piVar8 = (int *)(iVar10 + 0xc);\n iVar13 = *piVar8;\n iVar10 = iVar9;\n if (*piVar8 == 0) goto LAB_001e9af5;\n }\n iVar13 = *(int *)(iVar10 + 8);\n iVar9 = iVar10;\n } while (*(int *)(iVar10 + 8) != 0);\nLAB_001e9af5:\n if (iVar24 != iVar10) {\n uVar23 = *(uint *)(iVar10 + 0x10);\n while (local_64 == uVar23) {\n iVar13 = thunk_FUN_003af660(iVar10);\n if (*(char *)(iVar10 + 0x18) == 'x') {\n iVar9 = *(int *)(iVar10 + 0x14);\n if ((iVar24 == iVar13) || (*(uint *)(iVar13 + 0x10) != local_64)) {\n local_54 = *(int *)((int)puVar3 + 0x3c);\n }\n else {\n local_54 = *(int *)(iVar13 + 0x14);\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(iVar10 + 0x1671) != '\0') &&\n (uVar23 = local_74 + iVar9, (uVar23 & 3) == 0)) {\n iVar10 = 0;\n if ((uVar23 & 0xfff) < 0xff8) {\n iVar10 = 0xff8 - (uVar23 & 0xfff);\n }\n while (iVar10 + 0xcU <= local_54 - iVar9) {\n puVar22 = (uint *)(iVar18 + iVar9 + iVar10);\n uVar20 = uVar23 + iVar10;\n if ((*puVar22 & 0x9f000000) == 0x90000000) {\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }\n iVar12 = iVar10 + 4;\n iVar10 = iVar10 + 0xffc;\n if ((uVar20 & 0xfff) == 0xff8) {\n iVar10 = iVar12;\n }\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (*(char *)(iVar10 + 0x16ed) != '\0') {\n uVar23 = local_54 - iVar9;\n if (4 < uVar23) {\n local_54 = 4;\n uVar20 = 0;\n do {\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n } while (local_54 < uVar23);\n }\n }\n }\n if (iVar24 == iVar13) break;\n iVar10 = iVar13;\n uVar23 = *(uint *)(iVar13 + 0x10);\n }\n }\n }\n }\nLAB_001e9c60:\n iVar9 = *(int *)((int)puVar3 + 0x2c);\n }\n }\n if ((iVar9 == 4) && (iVar13 = *(int *)((int)puVar3 + 0x3c), iVar13 != 0)) {\n uVar23 = *(uint *)((int)puVar3 + 0x40);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if (((*(uint *)(iVar7 + 0xac) == uVar23) && (*(int *)((int)puVar3 + 0x4c) == 0xc)) &&\n (lVar30 = FUN_00442a10(iVar13,0,0xc,0), lVar30 == 0)) {\n local_6c = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < local_6c) {\n /* try { // try from 001ea0ad to 001ea0b1 has its CatchHandler @ 001ea8e9 */\n FUN_00106f60(iVar7 + 0x90);\n local_6c = local_6c + *(int *)(iVar7 + 0xa4);\n }\n if (local_6c < *(uint *)(iVar7 + 0x28)) {\n iVar13 = iVar6 + local_6c * 0x28;\n if ((((*(int *)(iVar13 + 0x14) != 0) && ((*(byte *)(iVar13 + 8) & 2) != 0)) &&\n (*(int *)(iVar13 + 4) == 1)) &&\n (iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_6c * 4), iVar13 != 0)) {\n cVar4 = FUN_0034cd20(param_4,iVar7,local_6c);\n bVar27 = false;\n bVar28 = cVar4 == '\0';\n if (bVar28) {\n iVar9 = 10;\n pbVar21 = *(byte **)(iVar13 + 0x20);\n pbVar25 = (byte *)".eh_frame";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar27 = *pbVar21 < *pbVar25;\n bVar28 = *pbVar21 == *pbVar25;\n pbVar21 = pbVar21 + (uint)bVar29 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar29 * -2 + 1;\n } while (bVar28);\n if ((!bVar27 && !bVar28) != bVar27) {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_6c) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea8ba to 001ea8da has its CatchHandler @ 001ea8e9 */\n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset",iVar9);\n }\n if (*(int *)(*(int *)(iVar7 + 0x84) + local_6c * 4) == -1) {\n /* try { // try from 001ea64a to 001ea73e has its CatchHandler @ 001ea8e9 */\n uVar31 = FUN_002cd8b0(iVar13,iVar7,local_6c);\n if ((int)uVar31 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable",\n (int)((ulonglong)uVar31 >> 0x20));\n }\n }\n uVar23 = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= uVar23) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + uVar23 * 4);\n if (*(int *)(*(int *)(iVar7 + 0x84) + uVar23 * 4) == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,uVar23);\n if (iVar13 == 0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea7ee to 001ea7f2 has its CatchHandler @ 001ea8e9 */\n FUN_002446e0("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }\n else if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if (*(int *)(iVar7 + 0x1c) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }\n FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)((int)puVar3 + 0x38),0\n ,*(undefined4 *)((int)puVar3 + 0x3c),1,0);\n local_34 = (int *)0x0;\n FUN_0028b8b0(iVar7,uVar23,&local_34,0);\n if (*(int *)((int)puVar3 + 0x2c) != 4) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }\n }\n }\n }\n }\n }\n }\n local_64 = local_64 + 1;\n if (uVar26 == local_64) break;\n iVar13 = *(int *)(DAT_005ea7c8 + 8);\n puVar3 = local_5c;\n if (iVar13 == 0) goto LAB_001e9d87;\n } while( true );\n }" if (parenthesized_expression "(1 < uVar26)" ( (binary_expression "1 < uVar26" number_literal < identifier) )) (compound_statement "{\n iVar13 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar13 == 0) {\nLAB_001e9d87:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n local_64 = 1;\n iVar24 = iVar7 + 0x14c;\n puVar3 = (undefined4 *)iVar6;\n do {\n local_5c = (undefined4 *)((int)puVar3 + 0x28);\n iVar9 = *(int *)((int)puVar3 + 0x2c);\n if ((((*(char *)(iVar13 + 0x1671) != '\0') || (*(char *)(iVar13 + 0x16ed) != '\0')) &&\n (*(int *)((int)puVar3 + 0x3c) != 0)) && ((*(byte *)((int)puVar3 + 0x30) & 6) != 0)) {\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_64 * 4);\n if ((iVar13 != 0) && (iVar9 == 1)) {\n cVar4 = FUN_0034cd20(param_4,iVar7,local_64);\n if (cVar4 == '\0') {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_64) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n local_74 = *(int *)(*(int *)(iVar7 + 0x84) + local_64 * 4);\n if (local_74 == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,local_64);\n if (iVar13 == 0) goto LAB_001e9c60;\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address",extraout_ECX);\n }\n local_74 = *(int *)(iVar13 + 4);\n }\n else {\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) goto LAB_001ea816;\n local_74 = local_74 + *(int *)(iVar13 + 4);\n }\n if ((uint)(*(int *)(iVar7 + 0x140) - *(int *)(iVar7 + 0x13c) >> 2) <= local_64) {\n /* try { // try from 001ea811 to 001ea851 has its CatchHandler @ 001ea8e9 */\n FUN_001d4d60();\nLAB_001ea816:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if ((*(int *)(*(int *)(iVar7 + 0x13c) + local_64 * 4) != 0) &&\n (FUN_001d6c20(local_64), local_44 != local_40)) {\n iVar13 = *(int *)(local_44 + 0x10);\n iVar18 = local_74 + *(int *)(iVar13 + 0x18);\n *(int *)(iVar13 + 0x20) = iVar18;\n iVar9 = local_44;\n while( true ) {\n if (iVar18 + 4 == -1) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/aarch64.cc",0x361,"set_destination_address");\n }\n *(int *)(iVar13 + 4) = iVar18 + 4;\n iVar9 = thunk_FUN_003af660(iVar9);\n if (iVar9 == local_40) break;\n iVar13 = *(int *)(iVar9 + 0x10);\n iVar18 = *(int *)(iVar13 + 0x18) + local_74;\n *(int *)(iVar13 + 0x20) = iVar18;\n }\n }\n local_28 = (int *)0x0;\n iVar18 = FUN_0028b8b0(iVar7,local_64,&local_28,0);\n iVar13 = *(int *)(iVar7 + 0x150);\n iVar9 = iVar24;\n if (*(int *)(iVar7 + 0x150) != 0) {\n do {\n while (iVar10 = iVar13, *(uint *)(iVar10 + 0x10) < local_64) {\n piVar8 = (int *)(iVar10 + 0xc);\n iVar13 = *piVar8;\n iVar10 = iVar9;\n if (*piVar8 == 0) goto LAB_001e9af5;\n }\n iVar13 = *(int *)(iVar10 + 8);\n iVar9 = iVar10;\n } while (*(int *)(iVar10 + 8) != 0);\nLAB_001e9af5:\n if (iVar24 != iVar10) {\n uVar23 = *(uint *)(iVar10 + 0x10);\n while (local_64 == uVar23) {\n iVar13 = thunk_FUN_003af660(iVar10);\n if (*(char *)(iVar10 + 0x18) == 'x') {\n iVar9 = *(int *)(iVar10 + 0x14);\n if ((iVar24 == iVar13) || (*(uint *)(iVar13 + 0x10) != local_64)) {\n local_54 = *(int *)((int)puVar3 + 0x3c);\n }\n else {\n local_54 = *(int *)(iVar13 + 0x14);\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(iVar10 + 0x1671) != '\0') &&\n (uVar23 = local_74 + iVar9, (uVar23 & 3) == 0)) {\n iVar10 = 0;\n if ((uVar23 & 0xfff) < 0xff8) {\n iVar10 = 0xff8 - (uVar23 & 0xfff);\n }\n while (iVar10 + 0xcU <= local_54 - iVar9) {\n puVar22 = (uint *)(iVar18 + iVar9 + iVar10);\n uVar20 = uVar23 + iVar10;\n if ((*puVar22 & 0x9f000000) == 0x90000000) {\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }\n iVar12 = iVar10 + 4;\n iVar10 = iVar10 + 0xffc;\n if ((uVar20 & 0xfff) == 0xff8) {\n iVar10 = iVar12;\n }\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (*(char *)(iVar10 + 0x16ed) != '\0') {\n uVar23 = local_54 - iVar9;\n if (4 < uVar23) {\n local_54 = 4;\n uVar20 = 0;\n do {\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n } while (local_54 < uVar23);\n }\n }\n }\n if (iVar24 == iVar13) break;\n iVar10 = iVar13;\n uVar23 = *(uint *)(iVar13 + 0x10);\n }\n }\n }\n }\nLAB_001e9c60:\n iVar9 = *(int *)((int)puVar3 + 0x2c);\n }\n }\n if ((iVar9 == 4) && (iVar13 = *(int *)((int)puVar3 + 0x3c), iVar13 != 0)) {\n uVar23 = *(uint *)((int)puVar3 + 0x40);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if (((*(uint *)(iVar7 + 0xac) == uVar23) && (*(int *)((int)puVar3 + 0x4c) == 0xc)) &&\n (lVar30 = FUN_00442a10(iVar13,0,0xc,0), lVar30 == 0)) {\n local_6c = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < local_6c) {\n /* try { // try from 001ea0ad to 001ea0b1 has its CatchHandler @ 001ea8e9 */\n FUN_00106f60(iVar7 + 0x90);\n local_6c = local_6c + *(int *)(iVar7 + 0xa4);\n }\n if (local_6c < *(uint *)(iVar7 + 0x28)) {\n iVar13 = iVar6 + local_6c * 0x28;\n if ((((*(int *)(iVar13 + 0x14) != 0) && ((*(byte *)(iVar13 + 8) & 2) != 0)) &&\n (*(int *)(iVar13 + 4) == 1)) &&\n (iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_6c * 4), iVar13 != 0)) {\n cVar4 = FUN_0034cd20(param_4,iVar7,local_6c);\n bVar27 = false;\n bVar28 = cVar4 == '\0';\n if (bVar28) {\n iVar9 = 10;\n pbVar21 = *(byte **)(iVar13 + 0x20);\n pbVar25 = (byte *)".eh_frame";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar27 = *pbVar21 < *pbVar25;\n bVar28 = *pbVar21 == *pbVar25;\n pbVar21 = pbVar21 + (uint)bVar29 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar29 * -2 + 1;\n } while (bVar28);\n if ((!bVar27 && !bVar28) != bVar27) {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_6c) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea8ba to 001ea8da has its CatchHandler @ 001ea8e9 */\n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset",iVar9);\n }\n if (*(int *)(*(int *)(iVar7 + 0x84) + local_6c * 4) == -1) {\n /* try { // try from 001ea64a to 001ea73e has its CatchHandler @ 001ea8e9 */\n uVar31 = FUN_002cd8b0(iVar13,iVar7,local_6c);\n if ((int)uVar31 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable",\n (int)((ulonglong)uVar31 >> 0x20));\n }\n }\n uVar23 = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= uVar23) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + uVar23 * 4);\n if (*(int *)(*(int *)(iVar7 + 0x84) + uVar23 * 4) == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,uVar23);\n if (iVar13 == 0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea7ee to 001ea7f2 has its CatchHandler @ 001ea8e9 */\n FUN_002446e0("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }\n else if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if (*(int *)(iVar7 + 0x1c) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }\n FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)((int)puVar3 + 0x38),0\n ,*(undefined4 *)((int)puVar3 + 0x3c),1,0);\n local_34 = (int *)0x0;\n FUN_0028b8b0(iVar7,uVar23,&local_34,0);\n if (*(int *)((int)puVar3 + 0x2c) != 4) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }\n }\n }\n }\n }\n }\n }\n local_64 = local_64 + 1;\n if (uVar26 == local_64) break;\n iVar13 = *(int *)(DAT_005ea7c8 + 8);\n puVar3 = local_5c;\n if (iVar13 == 0) goto LAB_001e9d87;\n } while( true );\n }" { (expression_statement "iVar13 = *(int *)(DAT_005ea7c8 + 8);" (assignment_expression "iVar13 = *(int *)(DAT_005ea7c8 + 8)" identifier = (pointer_expression "*(int *)(DAT_005ea7c8 + 8)" * (cast_expression "(int *)(DAT_005ea7c8 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_005ea7c8 + 8)" ( (binary_expression "DAT_005ea7c8 + 8" identifier + number_literal) ))))) ;) (if_statement "if (iVar13 == 0) {\nLAB_001e9d87:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }" if (parenthesized_expression "(iVar13 == 0)" ( (binary_expression "iVar13 == 0" identifier == number_literal) )) (compound_statement "{\nLAB_001e9d87:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }" { (labeled_statement "LAB_001e9d87:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x5c,"options");" statement_identifier : comment (expression_statement "FUN_002446e0("../../gold/parameters.h",0x5c,"options");" (call_expression "FUN_002446e0("../../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 ") ))) ;)) })) (expression_statement "local_64 = 1;" (assignment_expression "local_64 = 1" identifier = number_literal) ;) (expression_statement "iVar24 = iVar7 + 0x14c;" (assignment_expression "iVar24 = iVar7 + 0x14c" identifier = (binary_expression "iVar7 + 0x14c" identifier + number_literal)) ;) (expression_statement "puVar3 = (undefined4 *)iVar6;" (assignment_expression "puVar3 = (undefined4 *)iVar6" identifier = (cast_expression "(undefined4 *)iVar6" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;) (do_statement "do {\n local_5c = (undefined4 *)((int)puVar3 + 0x28);\n iVar9 = *(int *)((int)puVar3 + 0x2c);\n if ((((*(char *)(iVar13 + 0x1671) != '\0') || (*(char *)(iVar13 + 0x16ed) != '\0')) &&\n (*(int *)((int)puVar3 + 0x3c) != 0)) && ((*(byte *)((int)puVar3 + 0x30) & 6) != 0)) {\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_64 * 4);\n if ((iVar13 != 0) && (iVar9 == 1)) {\n cVar4 = FUN_0034cd20(param_4,iVar7,local_64);\n if (cVar4 == '\0') {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_64) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n local_74 = *(int *)(*(int *)(iVar7 + 0x84) + local_64 * 4);\n if (local_74 == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,local_64);\n if (iVar13 == 0) goto LAB_001e9c60;\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address",extraout_ECX);\n }\n local_74 = *(int *)(iVar13 + 4);\n }\n else {\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) goto LAB_001ea816;\n local_74 = local_74 + *(int *)(iVar13 + 4);\n }\n if ((uint)(*(int *)(iVar7 + 0x140) - *(int *)(iVar7 + 0x13c) >> 2) <= local_64) {\n /* try { // try from 001ea811 to 001ea851 has its CatchHandler @ 001ea8e9 */\n FUN_001d4d60();\nLAB_001ea816:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if ((*(int *)(*(int *)(iVar7 + 0x13c) + local_64 * 4) != 0) &&\n (FUN_001d6c20(local_64), local_44 != local_40)) {\n iVar13 = *(int *)(local_44 + 0x10);\n iVar18 = local_74 + *(int *)(iVar13 + 0x18);\n *(int *)(iVar13 + 0x20) = iVar18;\n iVar9 = local_44;\n while( true ) {\n if (iVar18 + 4 == -1) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/aarch64.cc",0x361,"set_destination_address");\n }\n *(int *)(iVar13 + 4) = iVar18 + 4;\n iVar9 = thunk_FUN_003af660(iVar9);\n if (iVar9 == local_40) break;\n iVar13 = *(int *)(iVar9 + 0x10);\n iVar18 = *(int *)(iVar13 + 0x18) + local_74;\n *(int *)(iVar13 + 0x20) = iVar18;\n }\n }\n local_28 = (int *)0x0;\n iVar18 = FUN_0028b8b0(iVar7,local_64,&local_28,0);\n iVar13 = *(int *)(iVar7 + 0x150);\n iVar9 = iVar24;\n if (*(int *)(iVar7 + 0x150) != 0) {\n do {\n while (iVar10 = iVar13, *(uint *)(iVar10 + 0x10) < local_64) {\n piVar8 = (int *)(iVar10 + 0xc);\n iVar13 = *piVar8;\n iVar10 = iVar9;\n if (*piVar8 == 0) goto LAB_001e9af5;\n }\n iVar13 = *(int *)(iVar10 + 8);\n iVar9 = iVar10;\n } while (*(int *)(iVar10 + 8) != 0);\nLAB_001e9af5:\n if (iVar24 != iVar10) {\n uVar23 = *(uint *)(iVar10 + 0x10);\n while (local_64 == uVar23) {\n iVar13 = thunk_FUN_003af660(iVar10);\n if (*(char *)(iVar10 + 0x18) == 'x') {\n iVar9 = *(int *)(iVar10 + 0x14);\n if ((iVar24 == iVar13) || (*(uint *)(iVar13 + 0x10) != local_64)) {\n local_54 = *(int *)((int)puVar3 + 0x3c);\n }\n else {\n local_54 = *(int *)(iVar13 + 0x14);\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(iVar10 + 0x1671) != '\0') &&\n (uVar23 = local_74 + iVar9, (uVar23 & 3) == 0)) {\n iVar10 = 0;\n if ((uVar23 & 0xfff) < 0xff8) {\n iVar10 = 0xff8 - (uVar23 & 0xfff);\n }\n while (iVar10 + 0xcU <= local_54 - iVar9) {\n puVar22 = (uint *)(iVar18 + iVar9 + iVar10);\n uVar20 = uVar23 + iVar10;\n if ((*puVar22 & 0x9f000000) == 0x90000000) {\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }\n iVar12 = iVar10 + 4;\n iVar10 = iVar10 + 0xffc;\n if ((uVar20 & 0xfff) == 0xff8) {\n iVar10 = iVar12;\n }\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (*(char *)(iVar10 + 0x16ed) != '\0') {\n uVar23 = local_54 - iVar9;\n if (4 < uVar23) {\n local_54 = 4;\n uVar20 = 0;\n do {\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n } while (local_54 < uVar23);\n }\n }\n }\n if (iVar24 == iVar13) break;\n iVar10 = iVar13;\n uVar23 = *(uint *)(iVar13 + 0x10);\n }\n }\n }\n }\nLAB_001e9c60:\n iVar9 = *(int *)((int)puVar3 + 0x2c);\n }\n }\n if ((iVar9 == 4) && (iVar13 = *(int *)((int)puVar3 + 0x3c), iVar13 != 0)) {\n uVar23 = *(uint *)((int)puVar3 + 0x40);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if (((*(uint *)(iVar7 + 0xac) == uVar23) && (*(int *)((int)puVar3 + 0x4c) == 0xc)) &&\n (lVar30 = FUN_00442a10(iVar13,0,0xc,0), lVar30 == 0)) {\n local_6c = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < local_6c) {\n /* try { // try from 001ea0ad to 001ea0b1 has its CatchHandler @ 001ea8e9 */\n FUN_00106f60(iVar7 + 0x90);\n local_6c = local_6c + *(int *)(iVar7 + 0xa4);\n }\n if (local_6c < *(uint *)(iVar7 + 0x28)) {\n iVar13 = iVar6 + local_6c * 0x28;\n if ((((*(int *)(iVar13 + 0x14) != 0) && ((*(byte *)(iVar13 + 8) & 2) != 0)) &&\n (*(int *)(iVar13 + 4) == 1)) &&\n (iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_6c * 4), iVar13 != 0)) {\n cVar4 = FUN_0034cd20(param_4,iVar7,local_6c);\n bVar27 = false;\n bVar28 = cVar4 == '\0';\n if (bVar28) {\n iVar9 = 10;\n pbVar21 = *(byte **)(iVar13 + 0x20);\n pbVar25 = (byte *)".eh_frame";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar27 = *pbVar21 < *pbVar25;\n bVar28 = *pbVar21 == *pbVar25;\n pbVar21 = pbVar21 + (uint)bVar29 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar29 * -2 + 1;\n } while (bVar28);\n if ((!bVar27 && !bVar28) != bVar27) {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_6c) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea8ba to 001ea8da has its CatchHandler @ 001ea8e9 */\n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset",iVar9);\n }\n if (*(int *)(*(int *)(iVar7 + 0x84) + local_6c * 4) == -1) {\n /* try { // try from 001ea64a to 001ea73e has its CatchHandler @ 001ea8e9 */\n uVar31 = FUN_002cd8b0(iVar13,iVar7,local_6c);\n if ((int)uVar31 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable",\n (int)((ulonglong)uVar31 >> 0x20));\n }\n }\n uVar23 = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= uVar23) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + uVar23 * 4);\n if (*(int *)(*(int *)(iVar7 + 0x84) + uVar23 * 4) == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,uVar23);\n if (iVar13 == 0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea7ee to 001ea7f2 has its CatchHandler @ 001ea8e9 */\n FUN_002446e0("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }\n else if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if (*(int *)(iVar7 + 0x1c) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }\n FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)((int)puVar3 + 0x38),0\n ,*(undefined4 *)((int)puVar3 + 0x3c),1,0);\n local_34 = (int *)0x0;\n FUN_0028b8b0(iVar7,uVar23,&local_34,0);\n if (*(int *)((int)puVar3 + 0x2c) != 4) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }\n }\n }\n }\n }\n }\n }\n local_64 = local_64 + 1;\n if (uVar26 == local_64) break;\n iVar13 = *(int *)(DAT_005ea7c8 + 8);\n puVar3 = local_5c;\n if (iVar13 == 0) goto LAB_001e9d87;\n } while( true );" do (compound_statement "{\n local_5c = (undefined4 *)((int)puVar3 + 0x28);\n iVar9 = *(int *)((int)puVar3 + 0x2c);\n if ((((*(char *)(iVar13 + 0x1671) != '\0') || (*(char *)(iVar13 + 0x16ed) != '\0')) &&\n (*(int *)((int)puVar3 + 0x3c) != 0)) && ((*(byte *)((int)puVar3 + 0x30) & 6) != 0)) {\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_64 * 4);\n if ((iVar13 != 0) && (iVar9 == 1)) {\n cVar4 = FUN_0034cd20(param_4,iVar7,local_64);\n if (cVar4 == '\0') {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_64) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n local_74 = *(int *)(*(int *)(iVar7 + 0x84) + local_64 * 4);\n if (local_74 == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,local_64);\n if (iVar13 == 0) goto LAB_001e9c60;\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address",extraout_ECX);\n }\n local_74 = *(int *)(iVar13 + 4);\n }\n else {\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) goto LAB_001ea816;\n local_74 = local_74 + *(int *)(iVar13 + 4);\n }\n if ((uint)(*(int *)(iVar7 + 0x140) - *(int *)(iVar7 + 0x13c) >> 2) <= local_64) {\n /* try { // try from 001ea811 to 001ea851 has its CatchHandler @ 001ea8e9 */\n FUN_001d4d60();\nLAB_001ea816:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if ((*(int *)(*(int *)(iVar7 + 0x13c) + local_64 * 4) != 0) &&\n (FUN_001d6c20(local_64), local_44 != local_40)) {\n iVar13 = *(int *)(local_44 + 0x10);\n iVar18 = local_74 + *(int *)(iVar13 + 0x18);\n *(int *)(iVar13 + 0x20) = iVar18;\n iVar9 = local_44;\n while( true ) {\n if (iVar18 + 4 == -1) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/aarch64.cc",0x361,"set_destination_address");\n }\n *(int *)(iVar13 + 4) = iVar18 + 4;\n iVar9 = thunk_FUN_003af660(iVar9);\n if (iVar9 == local_40) break;\n iVar13 = *(int *)(iVar9 + 0x10);\n iVar18 = *(int *)(iVar13 + 0x18) + local_74;\n *(int *)(iVar13 + 0x20) = iVar18;\n }\n }\n local_28 = (int *)0x0;\n iVar18 = FUN_0028b8b0(iVar7,local_64,&local_28,0);\n iVar13 = *(int *)(iVar7 + 0x150);\n iVar9 = iVar24;\n if (*(int *)(iVar7 + 0x150) != 0) {\n do {\n while (iVar10 = iVar13, *(uint *)(iVar10 + 0x10) < local_64) {\n piVar8 = (int *)(iVar10 + 0xc);\n iVar13 = *piVar8;\n iVar10 = iVar9;\n if (*piVar8 == 0) goto LAB_001e9af5;\n }\n iVar13 = *(int *)(iVar10 + 8);\n iVar9 = iVar10;\n } while (*(int *)(iVar10 + 8) != 0);\nLAB_001e9af5:\n if (iVar24 != iVar10) {\n uVar23 = *(uint *)(iVar10 + 0x10);\n while (local_64 == uVar23) {\n iVar13 = thunk_FUN_003af660(iVar10);\n if (*(char *)(iVar10 + 0x18) == 'x') {\n iVar9 = *(int *)(iVar10 + 0x14);\n if ((iVar24 == iVar13) || (*(uint *)(iVar13 + 0x10) != local_64)) {\n local_54 = *(int *)((int)puVar3 + 0x3c);\n }\n else {\n local_54 = *(int *)(iVar13 + 0x14);\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(iVar10 + 0x1671) != '\0') &&\n (uVar23 = local_74 + iVar9, (uVar23 & 3) == 0)) {\n iVar10 = 0;\n if ((uVar23 & 0xfff) < 0xff8) {\n iVar10 = 0xff8 - (uVar23 & 0xfff);\n }\n while (iVar10 + 0xcU <= local_54 - iVar9) {\n puVar22 = (uint *)(iVar18 + iVar9 + iVar10);\n uVar20 = uVar23 + iVar10;\n if ((*puVar22 & 0x9f000000) == 0x90000000) {\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }\n iVar12 = iVar10 + 4;\n iVar10 = iVar10 + 0xffc;\n if ((uVar20 & 0xfff) == 0xff8) {\n iVar10 = iVar12;\n }\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (*(char *)(iVar10 + 0x16ed) != '\0') {\n uVar23 = local_54 - iVar9;\n if (4 < uVar23) {\n local_54 = 4;\n uVar20 = 0;\n do {\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n } while (local_54 < uVar23);\n }\n }\n }\n if (iVar24 == iVar13) break;\n iVar10 = iVar13;\n uVar23 = *(uint *)(iVar13 + 0x10);\n }\n }\n }\n }\nLAB_001e9c60:\n iVar9 = *(int *)((int)puVar3 + 0x2c);\n }\n }\n if ((iVar9 == 4) && (iVar13 = *(int *)((int)puVar3 + 0x3c), iVar13 != 0)) {\n uVar23 = *(uint *)((int)puVar3 + 0x40);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if (((*(uint *)(iVar7 + 0xac) == uVar23) && (*(int *)((int)puVar3 + 0x4c) == 0xc)) &&\n (lVar30 = FUN_00442a10(iVar13,0,0xc,0), lVar30 == 0)) {\n local_6c = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < local_6c) {\n /* try { // try from 001ea0ad to 001ea0b1 has its CatchHandler @ 001ea8e9 */\n FUN_00106f60(iVar7 + 0x90);\n local_6c = local_6c + *(int *)(iVar7 + 0xa4);\n }\n if (local_6c < *(uint *)(iVar7 + 0x28)) {\n iVar13 = iVar6 + local_6c * 0x28;\n if ((((*(int *)(iVar13 + 0x14) != 0) && ((*(byte *)(iVar13 + 8) & 2) != 0)) &&\n (*(int *)(iVar13 + 4) == 1)) &&\n (iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_6c * 4), iVar13 != 0)) {\n cVar4 = FUN_0034cd20(param_4,iVar7,local_6c);\n bVar27 = false;\n bVar28 = cVar4 == '\0';\n if (bVar28) {\n iVar9 = 10;\n pbVar21 = *(byte **)(iVar13 + 0x20);\n pbVar25 = (byte *)".eh_frame";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar27 = *pbVar21 < *pbVar25;\n bVar28 = *pbVar21 == *pbVar25;\n pbVar21 = pbVar21 + (uint)bVar29 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar29 * -2 + 1;\n } while (bVar28);\n if ((!bVar27 && !bVar28) != bVar27) {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_6c) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea8ba to 001ea8da has its CatchHandler @ 001ea8e9 */\n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset",iVar9);\n }\n if (*(int *)(*(int *)(iVar7 + 0x84) + local_6c * 4) == -1) {\n /* try { // try from 001ea64a to 001ea73e has its CatchHandler @ 001ea8e9 */\n uVar31 = FUN_002cd8b0(iVar13,iVar7,local_6c);\n if ((int)uVar31 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable",\n (int)((ulonglong)uVar31 >> 0x20));\n }\n }\n uVar23 = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= uVar23) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + uVar23 * 4);\n if (*(int *)(*(int *)(iVar7 + 0x84) + uVar23 * 4) == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,uVar23);\n if (iVar13 == 0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea7ee to 001ea7f2 has its CatchHandler @ 001ea8e9 */\n FUN_002446e0("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }\n else if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if (*(int *)(iVar7 + 0x1c) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }\n FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)((int)puVar3 + 0x38),0\n ,*(undefined4 *)((int)puVar3 + 0x3c),1,0);\n local_34 = (int *)0x0;\n FUN_0028b8b0(iVar7,uVar23,&local_34,0);\n if (*(int *)((int)puVar3 + 0x2c) != 4) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }\n }\n }\n }\n }\n }\n }\n local_64 = local_64 + 1;\n if (uVar26 == local_64) break;\n iVar13 = *(int *)(DAT_005ea7c8 + 8);\n puVar3 = local_5c;\n if (iVar13 == 0) goto LAB_001e9d87;\n }" { (expression_statement "local_5c = (undefined4 *)((int)puVar3 + 0x28);" (assignment_expression "local_5c = (undefined4 *)((int)puVar3 + 0x28)" identifier = (cast_expression "(undefined4 *)((int)puVar3 + 0x28)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)puVar3 + 0x28)" ( (binary_expression "(int)puVar3 + 0x28" (cast_expression "(int)puVar3" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) ;) (expression_statement "iVar9 = *(int *)((int)puVar3 + 0x2c);" (assignment_expression "iVar9 = *(int *)((int)puVar3 + 0x2c)" identifier = (pointer_expression "*(int *)((int)puVar3 + 0x2c)" * (cast_expression "(int *)((int)puVar3 + 0x2c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)puVar3 + 0x2c)" ( (binary_expression "(int)puVar3 + 0x2c" (cast_expression "(int)puVar3" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) ))))) ;) (if_statement "if ((((*(char *)(iVar13 + 0x1671) != '\0') || (*(char *)(iVar13 + 0x16ed) != '\0')) &&\n (*(int *)((int)puVar3 + 0x3c) != 0)) && ((*(byte *)((int)puVar3 + 0x30) & 6) != 0)) {\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_64 * 4);\n if ((iVar13 != 0) && (iVar9 == 1)) {\n cVar4 = FUN_0034cd20(param_4,iVar7,local_64);\n if (cVar4 == '\0') {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_64) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n local_74 = *(int *)(*(int *)(iVar7 + 0x84) + local_64 * 4);\n if (local_74 == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,local_64);\n if (iVar13 == 0) goto LAB_001e9c60;\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address",extraout_ECX);\n }\n local_74 = *(int *)(iVar13 + 4);\n }\n else {\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) goto LAB_001ea816;\n local_74 = local_74 + *(int *)(iVar13 + 4);\n }\n if ((uint)(*(int *)(iVar7 + 0x140) - *(int *)(iVar7 + 0x13c) >> 2) <= local_64) {\n /* try { // try from 001ea811 to 001ea851 has its CatchHandler @ 001ea8e9 */\n FUN_001d4d60();\nLAB_001ea816:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if ((*(int *)(*(int *)(iVar7 + 0x13c) + local_64 * 4) != 0) &&\n (FUN_001d6c20(local_64), local_44 != local_40)) {\n iVar13 = *(int *)(local_44 + 0x10);\n iVar18 = local_74 + *(int *)(iVar13 + 0x18);\n *(int *)(iVar13 + 0x20) = iVar18;\n iVar9 = local_44;\n while( true ) {\n if (iVar18 + 4 == -1) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/aarch64.cc",0x361,"set_destination_address");\n }\n *(int *)(iVar13 + 4) = iVar18 + 4;\n iVar9 = thunk_FUN_003af660(iVar9);\n if (iVar9 == local_40) break;\n iVar13 = *(int *)(iVar9 + 0x10);\n iVar18 = *(int *)(iVar13 + 0x18) + local_74;\n *(int *)(iVar13 + 0x20) = iVar18;\n }\n }\n local_28 = (int *)0x0;\n iVar18 = FUN_0028b8b0(iVar7,local_64,&local_28,0);\n iVar13 = *(int *)(iVar7 + 0x150);\n iVar9 = iVar24;\n if (*(int *)(iVar7 + 0x150) != 0) {\n do {\n while (iVar10 = iVar13, *(uint *)(iVar10 + 0x10) < local_64) {\n piVar8 = (int *)(iVar10 + 0xc);\n iVar13 = *piVar8;\n iVar10 = iVar9;\n if (*piVar8 == 0) goto LAB_001e9af5;\n }\n iVar13 = *(int *)(iVar10 + 8);\n iVar9 = iVar10;\n } while (*(int *)(iVar10 + 8) != 0);\nLAB_001e9af5:\n if (iVar24 != iVar10) {\n uVar23 = *(uint *)(iVar10 + 0x10);\n while (local_64 == uVar23) {\n iVar13 = thunk_FUN_003af660(iVar10);\n if (*(char *)(iVar10 + 0x18) == 'x') {\n iVar9 = *(int *)(iVar10 + 0x14);\n if ((iVar24 == iVar13) || (*(uint *)(iVar13 + 0x10) != local_64)) {\n local_54 = *(int *)((int)puVar3 + 0x3c);\n }\n else {\n local_54 = *(int *)(iVar13 + 0x14);\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(iVar10 + 0x1671) != '\0') &&\n (uVar23 = local_74 + iVar9, (uVar23 & 3) == 0)) {\n iVar10 = 0;\n if ((uVar23 & 0xfff) < 0xff8) {\n iVar10 = 0xff8 - (uVar23 & 0xfff);\n }\n while (iVar10 + 0xcU <= local_54 - iVar9) {\n puVar22 = (uint *)(iVar18 + iVar9 + iVar10);\n uVar20 = uVar23 + iVar10;\n if ((*puVar22 & 0x9f000000) == 0x90000000) {\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }\n iVar12 = iVar10 + 4;\n iVar10 = iVar10 + 0xffc;\n if ((uVar20 & 0xfff) == 0xff8) {\n iVar10 = iVar12;\n }\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (*(char *)(iVar10 + 0x16ed) != '\0') {\n uVar23 = local_54 - iVar9;\n if (4 < uVar23) {\n local_54 = 4;\n uVar20 = 0;\n do {\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n } while (local_54 < uVar23);\n }\n }\n }\n if (iVar24 == iVar13) break;\n iVar10 = iVar13;\n uVar23 = *(uint *)(iVar13 + 0x10);\n }\n }\n }\n }\nLAB_001e9c60:\n iVar9 = *(int *)((int)puVar3 + 0x2c);\n }\n }" if (parenthesized_expression "((((*(char *)(iVar13 + 0x1671) != '\0') || (*(char *)(iVar13 + 0x16ed) != '\0')) &&\n (*(int *)((int)puVar3 + 0x3c) != 0)) && ((*(byte *)((int)puVar3 + 0x30) & 6) != 0))" ( (binary_expression "(((*(char *)(iVar13 + 0x1671) != '\0') || (*(char *)(iVar13 + 0x16ed) != '\0')) &&\n (*(int *)((int)puVar3 + 0x3c) != 0)) && ((*(byte *)((int)puVar3 + 0x30) & 6) != 0)" (parenthesized_expression "(((*(char *)(iVar13 + 0x1671) != '\0') || (*(char *)(iVar13 + 0x16ed) != '\0')) &&\n (*(int *)((int)puVar3 + 0x3c) != 0))" ( (binary_expression "((*(char *)(iVar13 + 0x1671) != '\0') || (*(char *)(iVar13 + 0x16ed) != '\0')) &&\n (*(int *)((int)puVar3 + 0x3c) != 0)" (parenthesized_expression "((*(char *)(iVar13 + 0x1671) != '\0') || (*(char *)(iVar13 + 0x16ed) != '\0'))" ( (binary_expression "(*(char *)(iVar13 + 0x1671) != '\0') || (*(char *)(iVar13 + 0x16ed) != '\0')" (parenthesized_expression "(*(char *)(iVar13 + 0x1671) != '\0')" ( (binary_expression "*(char *)(iVar13 + 0x1671) != '\0'" (pointer_expression "*(char *)(iVar13 + 0x1671)" * (cast_expression "(char *)(iVar13 + 0x1671)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar13 + 0x1671)" ( (binary_expression "iVar13 + 0x1671" identifier + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) )) || (parenthesized_expression "(*(char *)(iVar13 + 0x16ed) != '\0')" ( (binary_expression "*(char *)(iVar13 + 0x16ed) != '\0'" (pointer_expression "*(char *)(iVar13 + 0x16ed)" * (cast_expression "(char *)(iVar13 + 0x16ed)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar13 + 0x16ed)" ( (binary_expression "iVar13 + 0x16ed" identifier + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) ))) )) && (parenthesized_expression "(*(int *)((int)puVar3 + 0x3c) != 0)" ( (binary_expression "*(int *)((int)puVar3 + 0x3c) != 0" (pointer_expression "*(int *)((int)puVar3 + 0x3c)" * (cast_expression "(int *)((int)puVar3 + 0x3c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)puVar3 + 0x3c)" ( (binary_expression "(int)puVar3 + 0x3c" (cast_expression "(int)puVar3" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) != number_literal) ))) )) && (parenthesized_expression "((*(byte *)((int)puVar3 + 0x30) & 6) != 0)" ( (binary_expression "(*(byte *)((int)puVar3 + 0x30) & 6) != 0" (parenthesized_expression "(*(byte *)((int)puVar3 + 0x30) & 6)" ( (binary_expression "*(byte *)((int)puVar3 + 0x30) & 6" (pointer_expression "*(byte *)((int)puVar3 + 0x30)" * (cast_expression "(byte *)((int)puVar3 + 0x30)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)puVar3 + 0x30)" ( (binary_expression "(int)puVar3 + 0x30" (cast_expression "(int)puVar3" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) & number_literal) )) != number_literal) ))) )) (compound_statement "{\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_64 * 4);\n if ((iVar13 != 0) && (iVar9 == 1)) {\n cVar4 = FUN_0034cd20(param_4,iVar7,local_64);\n if (cVar4 == '\0') {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_64) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n local_74 = *(int *)(*(int *)(iVar7 + 0x84) + local_64 * 4);\n if (local_74 == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,local_64);\n if (iVar13 == 0) goto LAB_001e9c60;\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address",extraout_ECX);\n }\n local_74 = *(int *)(iVar13 + 4);\n }\n else {\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) goto LAB_001ea816;\n local_74 = local_74 + *(int *)(iVar13 + 4);\n }\n if ((uint)(*(int *)(iVar7 + 0x140) - *(int *)(iVar7 + 0x13c) >> 2) <= local_64) {\n /* try { // try from 001ea811 to 001ea851 has its CatchHandler @ 001ea8e9 */\n FUN_001d4d60();\nLAB_001ea816:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if ((*(int *)(*(int *)(iVar7 + 0x13c) + local_64 * 4) != 0) &&\n (FUN_001d6c20(local_64), local_44 != local_40)) {\n iVar13 = *(int *)(local_44 + 0x10);\n iVar18 = local_74 + *(int *)(iVar13 + 0x18);\n *(int *)(iVar13 + 0x20) = iVar18;\n iVar9 = local_44;\n while( true ) {\n if (iVar18 + 4 == -1) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/aarch64.cc",0x361,"set_destination_address");\n }\n *(int *)(iVar13 + 4) = iVar18 + 4;\n iVar9 = thunk_FUN_003af660(iVar9);\n if (iVar9 == local_40) break;\n iVar13 = *(int *)(iVar9 + 0x10);\n iVar18 = *(int *)(iVar13 + 0x18) + local_74;\n *(int *)(iVar13 + 0x20) = iVar18;\n }\n }\n local_28 = (int *)0x0;\n iVar18 = FUN_0028b8b0(iVar7,local_64,&local_28,0);\n iVar13 = *(int *)(iVar7 + 0x150);\n iVar9 = iVar24;\n if (*(int *)(iVar7 + 0x150) != 0) {\n do {\n while (iVar10 = iVar13, *(uint *)(iVar10 + 0x10) < local_64) {\n piVar8 = (int *)(iVar10 + 0xc);\n iVar13 = *piVar8;\n iVar10 = iVar9;\n if (*piVar8 == 0) goto LAB_001e9af5;\n }\n iVar13 = *(int *)(iVar10 + 8);\n iVar9 = iVar10;\n } while (*(int *)(iVar10 + 8) != 0);\nLAB_001e9af5:\n if (iVar24 != iVar10) {\n uVar23 = *(uint *)(iVar10 + 0x10);\n while (local_64 == uVar23) {\n iVar13 = thunk_FUN_003af660(iVar10);\n if (*(char *)(iVar10 + 0x18) == 'x') {\n iVar9 = *(int *)(iVar10 + 0x14);\n if ((iVar24 == iVar13) || (*(uint *)(iVar13 + 0x10) != local_64)) {\n local_54 = *(int *)((int)puVar3 + 0x3c);\n }\n else {\n local_54 = *(int *)(iVar13 + 0x14);\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(iVar10 + 0x1671) != '\0') &&\n (uVar23 = local_74 + iVar9, (uVar23 & 3) == 0)) {\n iVar10 = 0;\n if ((uVar23 & 0xfff) < 0xff8) {\n iVar10 = 0xff8 - (uVar23 & 0xfff);\n }\n while (iVar10 + 0xcU <= local_54 - iVar9) {\n puVar22 = (uint *)(iVar18 + iVar9 + iVar10);\n uVar20 = uVar23 + iVar10;\n if ((*puVar22 & 0x9f000000) == 0x90000000) {\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }\n iVar12 = iVar10 + 4;\n iVar10 = iVar10 + 0xffc;\n if ((uVar20 & 0xfff) == 0xff8) {\n iVar10 = iVar12;\n }\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (*(char *)(iVar10 + 0x16ed) != '\0') {\n uVar23 = local_54 - iVar9;\n if (4 < uVar23) {\n local_54 = 4;\n uVar20 = 0;\n do {\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n } while (local_54 < uVar23);\n }\n }\n }\n if (iVar24 == iVar13) break;\n iVar10 = iVar13;\n uVar23 = *(uint *)(iVar13 + 0x10);\n }\n }\n }\n }\nLAB_001e9c60:\n iVar9 = *(int *)((int)puVar3 + 0x2c);\n }\n }" { (expression_statement "iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_64 * 4);" (assignment_expression "iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_64 * 4)" identifier = (pointer_expression "*(int *)(*(int *)(iVar7 + 0x38) + local_64 * 4)" * (cast_expression "(int *)(*(int *)(iVar7 + 0x38) + local_64 * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(iVar7 + 0x38) + local_64 * 4)" ( (binary_expression "*(int *)(iVar7 + 0x38) + local_64 * 4" (pointer_expression "*(int *)(iVar7 + 0x38)" * (cast_expression "(int *)(iVar7 + 0x38)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x38)" ( (binary_expression "iVar7 + 0x38" identifier + number_literal) )))) + (binary_expression "local_64 * 4" identifier * number_literal)) ))))) ;) (if_statement "if ((iVar13 != 0) && (iVar9 == 1)) {\n cVar4 = FUN_0034cd20(param_4,iVar7,local_64);\n if (cVar4 == '\0') {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_64) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n local_74 = *(int *)(*(int *)(iVar7 + 0x84) + local_64 * 4);\n if (local_74 == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,local_64);\n if (iVar13 == 0) goto LAB_001e9c60;\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address",extraout_ECX);\n }\n local_74 = *(int *)(iVar13 + 4);\n }\n else {\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) goto LAB_001ea816;\n local_74 = local_74 + *(int *)(iVar13 + 4);\n }\n if ((uint)(*(int *)(iVar7 + 0x140) - *(int *)(iVar7 + 0x13c) >> 2) <= local_64) {\n /* try { // try from 001ea811 to 001ea851 has its CatchHandler @ 001ea8e9 */\n FUN_001d4d60();\nLAB_001ea816:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if ((*(int *)(*(int *)(iVar7 + 0x13c) + local_64 * 4) != 0) &&\n (FUN_001d6c20(local_64), local_44 != local_40)) {\n iVar13 = *(int *)(local_44 + 0x10);\n iVar18 = local_74 + *(int *)(iVar13 + 0x18);\n *(int *)(iVar13 + 0x20) = iVar18;\n iVar9 = local_44;\n while( true ) {\n if (iVar18 + 4 == -1) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/aarch64.cc",0x361,"set_destination_address");\n }\n *(int *)(iVar13 + 4) = iVar18 + 4;\n iVar9 = thunk_FUN_003af660(iVar9);\n if (iVar9 == local_40) break;\n iVar13 = *(int *)(iVar9 + 0x10);\n iVar18 = *(int *)(iVar13 + 0x18) + local_74;\n *(int *)(iVar13 + 0x20) = iVar18;\n }\n }\n local_28 = (int *)0x0;\n iVar18 = FUN_0028b8b0(iVar7,local_64,&local_28,0);\n iVar13 = *(int *)(iVar7 + 0x150);\n iVar9 = iVar24;\n if (*(int *)(iVar7 + 0x150) != 0) {\n do {\n while (iVar10 = iVar13, *(uint *)(iVar10 + 0x10) < local_64) {\n piVar8 = (int *)(iVar10 + 0xc);\n iVar13 = *piVar8;\n iVar10 = iVar9;\n if (*piVar8 == 0) goto LAB_001e9af5;\n }\n iVar13 = *(int *)(iVar10 + 8);\n iVar9 = iVar10;\n } while (*(int *)(iVar10 + 8) != 0);\nLAB_001e9af5:\n if (iVar24 != iVar10) {\n uVar23 = *(uint *)(iVar10 + 0x10);\n while (local_64 == uVar23) {\n iVar13 = thunk_FUN_003af660(iVar10);\n if (*(char *)(iVar10 + 0x18) == 'x') {\n iVar9 = *(int *)(iVar10 + 0x14);\n if ((iVar24 == iVar13) || (*(uint *)(iVar13 + 0x10) != local_64)) {\n local_54 = *(int *)((int)puVar3 + 0x3c);\n }\n else {\n local_54 = *(int *)(iVar13 + 0x14);\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(iVar10 + 0x1671) != '\0') &&\n (uVar23 = local_74 + iVar9, (uVar23 & 3) == 0)) {\n iVar10 = 0;\n if ((uVar23 & 0xfff) < 0xff8) {\n iVar10 = 0xff8 - (uVar23 & 0xfff);\n }\n while (iVar10 + 0xcU <= local_54 - iVar9) {\n puVar22 = (uint *)(iVar18 + iVar9 + iVar10);\n uVar20 = uVar23 + iVar10;\n if ((*puVar22 & 0x9f000000) == 0x90000000) {\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }\n iVar12 = iVar10 + 4;\n iVar10 = iVar10 + 0xffc;\n if ((uVar20 & 0xfff) == 0xff8) {\n iVar10 = iVar12;\n }\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (*(char *)(iVar10 + 0x16ed) != '\0') {\n uVar23 = local_54 - iVar9;\n if (4 < uVar23) {\n local_54 = 4;\n uVar20 = 0;\n do {\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n } while (local_54 < uVar23);\n }\n }\n }\n if (iVar24 == iVar13) break;\n iVar10 = iVar13;\n uVar23 = *(uint *)(iVar13 + 0x10);\n }\n }\n }\n }\nLAB_001e9c60:\n iVar9 = *(int *)((int)puVar3 + 0x2c);\n }" if (parenthesized_expression "((iVar13 != 0) && (iVar9 == 1))" ( (binary_expression "(iVar13 != 0) && (iVar9 == 1)" (parenthesized_expression "(iVar13 != 0)" ( (binary_expression "iVar13 != 0" identifier != number_literal) )) && (parenthesized_expression "(iVar9 == 1)" ( (binary_expression "iVar9 == 1" identifier == number_literal) ))) )) (compound_statement "{\n cVar4 = FUN_0034cd20(param_4,iVar7,local_64);\n if (cVar4 == '\0') {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_64) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n local_74 = *(int *)(*(int *)(iVar7 + 0x84) + local_64 * 4);\n if (local_74 == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,local_64);\n if (iVar13 == 0) goto LAB_001e9c60;\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address",extraout_ECX);\n }\n local_74 = *(int *)(iVar13 + 4);\n }\n else {\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) goto LAB_001ea816;\n local_74 = local_74 + *(int *)(iVar13 + 4);\n }\n if ((uint)(*(int *)(iVar7 + 0x140) - *(int *)(iVar7 + 0x13c) >> 2) <= local_64) {\n /* try { // try from 001ea811 to 001ea851 has its CatchHandler @ 001ea8e9 */\n FUN_001d4d60();\nLAB_001ea816:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if ((*(int *)(*(int *)(iVar7 + 0x13c) + local_64 * 4) != 0) &&\n (FUN_001d6c20(local_64), local_44 != local_40)) {\n iVar13 = *(int *)(local_44 + 0x10);\n iVar18 = local_74 + *(int *)(iVar13 + 0x18);\n *(int *)(iVar13 + 0x20) = iVar18;\n iVar9 = local_44;\n while( true ) {\n if (iVar18 + 4 == -1) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/aarch64.cc",0x361,"set_destination_address");\n }\n *(int *)(iVar13 + 4) = iVar18 + 4;\n iVar9 = thunk_FUN_003af660(iVar9);\n if (iVar9 == local_40) break;\n iVar13 = *(int *)(iVar9 + 0x10);\n iVar18 = *(int *)(iVar13 + 0x18) + local_74;\n *(int *)(iVar13 + 0x20) = iVar18;\n }\n }\n local_28 = (int *)0x0;\n iVar18 = FUN_0028b8b0(iVar7,local_64,&local_28,0);\n iVar13 = *(int *)(iVar7 + 0x150);\n iVar9 = iVar24;\n if (*(int *)(iVar7 + 0x150) != 0) {\n do {\n while (iVar10 = iVar13, *(uint *)(iVar10 + 0x10) < local_64) {\n piVar8 = (int *)(iVar10 + 0xc);\n iVar13 = *piVar8;\n iVar10 = iVar9;\n if (*piVar8 == 0) goto LAB_001e9af5;\n }\n iVar13 = *(int *)(iVar10 + 8);\n iVar9 = iVar10;\n } while (*(int *)(iVar10 + 8) != 0);\nLAB_001e9af5:\n if (iVar24 != iVar10) {\n uVar23 = *(uint *)(iVar10 + 0x10);\n while (local_64 == uVar23) {\n iVar13 = thunk_FUN_003af660(iVar10);\n if (*(char *)(iVar10 + 0x18) == 'x') {\n iVar9 = *(int *)(iVar10 + 0x14);\n if ((iVar24 == iVar13) || (*(uint *)(iVar13 + 0x10) != local_64)) {\n local_54 = *(int *)((int)puVar3 + 0x3c);\n }\n else {\n local_54 = *(int *)(iVar13 + 0x14);\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(iVar10 + 0x1671) != '\0') &&\n (uVar23 = local_74 + iVar9, (uVar23 & 3) == 0)) {\n iVar10 = 0;\n if ((uVar23 & 0xfff) < 0xff8) {\n iVar10 = 0xff8 - (uVar23 & 0xfff);\n }\n while (iVar10 + 0xcU <= local_54 - iVar9) {\n puVar22 = (uint *)(iVar18 + iVar9 + iVar10);\n uVar20 = uVar23 + iVar10;\n if ((*puVar22 & 0x9f000000) == 0x90000000) {\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }\n iVar12 = iVar10 + 4;\n iVar10 = iVar10 + 0xffc;\n if ((uVar20 & 0xfff) == 0xff8) {\n iVar10 = iVar12;\n }\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (*(char *)(iVar10 + 0x16ed) != '\0') {\n uVar23 = local_54 - iVar9;\n if (4 < uVar23) {\n local_54 = 4;\n uVar20 = 0;\n do {\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n } while (local_54 < uVar23);\n }\n }\n }\n if (iVar24 == iVar13) break;\n iVar10 = iVar13;\n uVar23 = *(uint *)(iVar13 + 0x10);\n }\n }\n }\n }\nLAB_001e9c60:\n iVar9 = *(int *)((int)puVar3 + 0x2c);\n }" { (expression_statement "cVar4 = FUN_0034cd20(param_4,iVar7,local_64);" (assignment_expression "cVar4 = FUN_0034cd20(param_4,iVar7,local_64)" identifier = (call_expression "FUN_0034cd20(param_4,iVar7,local_64)" identifier (argument_list "(param_4,iVar7,local_64)" ( identifier , identifier , identifier )))) ;) (if_statement "if (cVar4 == '\0') {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_64) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n local_74 = *(int *)(*(int *)(iVar7 + 0x84) + local_64 * 4);\n if (local_74 == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,local_64);\n if (iVar13 == 0) goto LAB_001e9c60;\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address",extraout_ECX);\n }\n local_74 = *(int *)(iVar13 + 4);\n }\n else {\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) goto LAB_001ea816;\n local_74 = local_74 + *(int *)(iVar13 + 4);\n }\n if ((uint)(*(int *)(iVar7 + 0x140) - *(int *)(iVar7 + 0x13c) >> 2) <= local_64) {\n /* try { // try from 001ea811 to 001ea851 has its CatchHandler @ 001ea8e9 */\n FUN_001d4d60();\nLAB_001ea816:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if ((*(int *)(*(int *)(iVar7 + 0x13c) + local_64 * 4) != 0) &&\n (FUN_001d6c20(local_64), local_44 != local_40)) {\n iVar13 = *(int *)(local_44 + 0x10);\n iVar18 = local_74 + *(int *)(iVar13 + 0x18);\n *(int *)(iVar13 + 0x20) = iVar18;\n iVar9 = local_44;\n while( true ) {\n if (iVar18 + 4 == -1) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/aarch64.cc",0x361,"set_destination_address");\n }\n *(int *)(iVar13 + 4) = iVar18 + 4;\n iVar9 = thunk_FUN_003af660(iVar9);\n if (iVar9 == local_40) break;\n iVar13 = *(int *)(iVar9 + 0x10);\n iVar18 = *(int *)(iVar13 + 0x18) + local_74;\n *(int *)(iVar13 + 0x20) = iVar18;\n }\n }\n local_28 = (int *)0x0;\n iVar18 = FUN_0028b8b0(iVar7,local_64,&local_28,0);\n iVar13 = *(int *)(iVar7 + 0x150);\n iVar9 = iVar24;\n if (*(int *)(iVar7 + 0x150) != 0) {\n do {\n while (iVar10 = iVar13, *(uint *)(iVar10 + 0x10) < local_64) {\n piVar8 = (int *)(iVar10 + 0xc);\n iVar13 = *piVar8;\n iVar10 = iVar9;\n if (*piVar8 == 0) goto LAB_001e9af5;\n }\n iVar13 = *(int *)(iVar10 + 8);\n iVar9 = iVar10;\n } while (*(int *)(iVar10 + 8) != 0);\nLAB_001e9af5:\n if (iVar24 != iVar10) {\n uVar23 = *(uint *)(iVar10 + 0x10);\n while (local_64 == uVar23) {\n iVar13 = thunk_FUN_003af660(iVar10);\n if (*(char *)(iVar10 + 0x18) == 'x') {\n iVar9 = *(int *)(iVar10 + 0x14);\n if ((iVar24 == iVar13) || (*(uint *)(iVar13 + 0x10) != local_64)) {\n local_54 = *(int *)((int)puVar3 + 0x3c);\n }\n else {\n local_54 = *(int *)(iVar13 + 0x14);\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(iVar10 + 0x1671) != '\0') &&\n (uVar23 = local_74 + iVar9, (uVar23 & 3) == 0)) {\n iVar10 = 0;\n if ((uVar23 & 0xfff) < 0xff8) {\n iVar10 = 0xff8 - (uVar23 & 0xfff);\n }\n while (iVar10 + 0xcU <= local_54 - iVar9) {\n puVar22 = (uint *)(iVar18 + iVar9 + iVar10);\n uVar20 = uVar23 + iVar10;\n if ((*puVar22 & 0x9f000000) == 0x90000000) {\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }\n iVar12 = iVar10 + 4;\n iVar10 = iVar10 + 0xffc;\n if ((uVar20 & 0xfff) == 0xff8) {\n iVar10 = iVar12;\n }\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (*(char *)(iVar10 + 0x16ed) != '\0') {\n uVar23 = local_54 - iVar9;\n if (4 < uVar23) {\n local_54 = 4;\n uVar20 = 0;\n do {\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n } while (local_54 < uVar23);\n }\n }\n }\n if (iVar24 == iVar13) break;\n iVar10 = iVar13;\n uVar23 = *(uint *)(iVar13 + 0x10);\n }\n }\n }\n }" if (parenthesized_expression "(cVar4 == '\0')" ( (binary_expression "cVar4 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_64) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n local_74 = *(int *)(*(int *)(iVar7 + 0x84) + local_64 * 4);\n if (local_74 == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,local_64);\n if (iVar13 == 0) goto LAB_001e9c60;\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address",extraout_ECX);\n }\n local_74 = *(int *)(iVar13 + 4);\n }\n else {\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) goto LAB_001ea816;\n local_74 = local_74 + *(int *)(iVar13 + 4);\n }\n if ((uint)(*(int *)(iVar7 + 0x140) - *(int *)(iVar7 + 0x13c) >> 2) <= local_64) {\n /* try { // try from 001ea811 to 001ea851 has its CatchHandler @ 001ea8e9 */\n FUN_001d4d60();\nLAB_001ea816:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if ((*(int *)(*(int *)(iVar7 + 0x13c) + local_64 * 4) != 0) &&\n (FUN_001d6c20(local_64), local_44 != local_40)) {\n iVar13 = *(int *)(local_44 + 0x10);\n iVar18 = local_74 + *(int *)(iVar13 + 0x18);\n *(int *)(iVar13 + 0x20) = iVar18;\n iVar9 = local_44;\n while( true ) {\n if (iVar18 + 4 == -1) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/aarch64.cc",0x361,"set_destination_address");\n }\n *(int *)(iVar13 + 4) = iVar18 + 4;\n iVar9 = thunk_FUN_003af660(iVar9);\n if (iVar9 == local_40) break;\n iVar13 = *(int *)(iVar9 + 0x10);\n iVar18 = *(int *)(iVar13 + 0x18) + local_74;\n *(int *)(iVar13 + 0x20) = iVar18;\n }\n }\n local_28 = (int *)0x0;\n iVar18 = FUN_0028b8b0(iVar7,local_64,&local_28,0);\n iVar13 = *(int *)(iVar7 + 0x150);\n iVar9 = iVar24;\n if (*(int *)(iVar7 + 0x150) != 0) {\n do {\n while (iVar10 = iVar13, *(uint *)(iVar10 + 0x10) < local_64) {\n piVar8 = (int *)(iVar10 + 0xc);\n iVar13 = *piVar8;\n iVar10 = iVar9;\n if (*piVar8 == 0) goto LAB_001e9af5;\n }\n iVar13 = *(int *)(iVar10 + 8);\n iVar9 = iVar10;\n } while (*(int *)(iVar10 + 8) != 0);\nLAB_001e9af5:\n if (iVar24 != iVar10) {\n uVar23 = *(uint *)(iVar10 + 0x10);\n while (local_64 == uVar23) {\n iVar13 = thunk_FUN_003af660(iVar10);\n if (*(char *)(iVar10 + 0x18) == 'x') {\n iVar9 = *(int *)(iVar10 + 0x14);\n if ((iVar24 == iVar13) || (*(uint *)(iVar13 + 0x10) != local_64)) {\n local_54 = *(int *)((int)puVar3 + 0x3c);\n }\n else {\n local_54 = *(int *)(iVar13 + 0x14);\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(iVar10 + 0x1671) != '\0') &&\n (uVar23 = local_74 + iVar9, (uVar23 & 3) == 0)) {\n iVar10 = 0;\n if ((uVar23 & 0xfff) < 0xff8) {\n iVar10 = 0xff8 - (uVar23 & 0xfff);\n }\n while (iVar10 + 0xcU <= local_54 - iVar9) {\n puVar22 = (uint *)(iVar18 + iVar9 + iVar10);\n uVar20 = uVar23 + iVar10;\n if ((*puVar22 & 0x9f000000) == 0x90000000) {\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }\n iVar12 = iVar10 + 4;\n iVar10 = iVar10 + 0xffc;\n if ((uVar20 & 0xfff) == 0xff8) {\n iVar10 = iVar12;\n }\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (*(char *)(iVar10 + 0x16ed) != '\0') {\n uVar23 = local_54 - iVar9;\n if (4 < uVar23) {\n local_54 = 4;\n uVar20 = 0;\n do {\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n } while (local_54 < uVar23);\n }\n }\n }\n if (iVar24 == iVar13) break;\n iVar10 = iVar13;\n uVar23 = *(uint *)(iVar13 + 0x10);\n }\n }\n }\n }" { (if_statement "if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_64) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }" if (parenthesized_expression "((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_64)" ( (binary_expression "(uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_64" (call_expression "(uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2)" ( (binary_expression "*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2" (binary_expression "*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84)" (pointer_expression "*(int *)(iVar7 + 0x88)" * (cast_expression "(int *)(iVar7 + 0x88)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x88)" ( (binary_expression "iVar7 + 0x88" identifier + number_literal) )))) - (pointer_expression "*(int *)(iVar7 + 0x84)" * (cast_expression "(int *)(iVar7 + 0x84)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x84)" ( (binary_expression "iVar7 + 0x84" identifier + number_literal) ))))) >> number_literal) ))) <= identifier) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }" { comment (expression_statement "FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");" (call_expression "FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset")" identifier (argument_list "("../../gold/object.h",0x7f7,"get_output_section_offset")" ( (string_literal ""../../gold/object.h"" " string_content ") , number_literal , (string_literal ""get_output_section_offset"" " string_content ") ))) ;) })) (expression_statement "local_74 = *(int *)(*(int *)(iVar7 + 0x84) + local_64 * 4);" (assignment_expression "local_74 = *(int *)(*(int *)(iVar7 + 0x84) + local_64 * 4)" identifier = (pointer_expression "*(int *)(*(int *)(iVar7 + 0x84) + local_64 * 4)" * (cast_expression "(int *)(*(int *)(iVar7 + 0x84) + local_64 * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(iVar7 + 0x84) + local_64 * 4)" ( (binary_expression "*(int *)(iVar7 + 0x84) + local_64 * 4" (pointer_expression "*(int *)(iVar7 + 0x84)" * (cast_expression "(int *)(iVar7 + 0x84)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x84)" ( (binary_expression "iVar7 + 0x84" identifier + number_literal) )))) + (binary_expression "local_64 * 4" identifier * number_literal)) ))))) ;) (if_statement "if (local_74 == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,local_64);\n if (iVar13 == 0) goto LAB_001e9c60;\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address",extraout_ECX);\n }\n local_74 = *(int *)(iVar13 + 4);\n }\n else {\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) goto LAB_001ea816;\n local_74 = local_74 + *(int *)(iVar13 + 4);\n }" if (parenthesized_expression "(local_74 == -1)" ( (binary_expression "local_74 == -1" identifier == number_literal) )) (compound_statement "{\n iVar13 = FUN_002cd8b0(iVar13,iVar7,local_64);\n if (iVar13 == 0) goto LAB_001e9c60;\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address",extraout_ECX);\n }\n local_74 = *(int *)(iVar13 + 4);\n }" { (expression_statement "iVar13 = FUN_002cd8b0(iVar13,iVar7,local_64);" (assignment_expression "iVar13 = FUN_002cd8b0(iVar13,iVar7,local_64)" identifier = (call_expression "FUN_002cd8b0(iVar13,iVar7,local_64)" identifier (argument_list "(iVar13,iVar7,local_64)" ( identifier , identifier , identifier )))) ;) (if_statement "if (iVar13 == 0) goto LAB_001e9c60;" if (parenthesized_expression "(iVar13 == 0)" ( (binary_expression "iVar13 == 0" identifier == number_literal) )) (goto_statement "goto LAB_001e9c60;" goto statement_identifier ;)) (if_statement "if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address",extraout_ECX);\n }" if (parenthesized_expression "((*(byte *)(iVar13 + 0x1c) & 1) == 0)" ( (binary_expression "(*(byte *)(iVar13 + 0x1c) & 1) == 0" (parenthesized_expression "(*(byte *)(iVar13 + 0x1c) & 1)" ( (binary_expression "*(byte *)(iVar13 + 0x1c) & 1" (pointer_expression "*(byte *)(iVar13 + 0x1c)" * (cast_expression "(byte *)(iVar13 + 0x1c)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar13 + 0x1c)" ( (binary_expression "iVar13 + 0x1c" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address",extraout_ECX);\n }" { comment (expression_statement "FUN_002446e0("../../gold/output.h",0xc5,"address",extraout_ECX);" (call_expression "FUN_002446e0("../../gold/output.h",0xc5,"address",extraout_ECX)" identifier (argument_list "("../../gold/output.h",0xc5,"address",extraout_ECX)" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""address"" " string_content ") , identifier ))) ;) })) (expression_statement "local_74 = *(int *)(iVar13 + 4);" (assignment_expression "local_74 = *(int *)(iVar13 + 4)" identifier = (pointer_expression "*(int *)(iVar13 + 4)" * (cast_expression "(int *)(iVar13 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar13 + 4)" ( (binary_expression "iVar13 + 4" identifier + number_literal) ))))) ;) }) (else_clause "else {\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) goto LAB_001ea816;\n local_74 = local_74 + *(int *)(iVar13 + 4);\n }" else (compound_statement "{\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) goto LAB_001ea816;\n local_74 = local_74 + *(int *)(iVar13 + 4);\n }" { (if_statement "if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) goto LAB_001ea816;" if (parenthesized_expression "((*(byte *)(iVar13 + 0x1c) & 1) == 0)" ( (binary_expression "(*(byte *)(iVar13 + 0x1c) & 1) == 0" (parenthesized_expression "(*(byte *)(iVar13 + 0x1c) & 1)" ( (binary_expression "*(byte *)(iVar13 + 0x1c) & 1" (pointer_expression "*(byte *)(iVar13 + 0x1c)" * (cast_expression "(byte *)(iVar13 + 0x1c)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar13 + 0x1c)" ( (binary_expression "iVar13 + 0x1c" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (goto_statement "goto LAB_001ea816;" goto statement_identifier ;)) (expression_statement "local_74 = local_74 + *(int *)(iVar13 + 4);" (assignment_expression "local_74 = local_74 + *(int *)(iVar13 + 4)" identifier = (binary_expression "local_74 + *(int *)(iVar13 + 4)" identifier + (pointer_expression "*(int *)(iVar13 + 4)" * (cast_expression "(int *)(iVar13 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar13 + 4)" ( (binary_expression "iVar13 + 4" identifier + number_literal) )))))) ;) }))) (if_statement "if ((uint)(*(int *)(iVar7 + 0x140) - *(int *)(iVar7 + 0x13c) >> 2) <= local_64) {\n /* try { // try from 001ea811 to 001ea851 has its CatchHandler @ 001ea8e9 */\n FUN_001d4d60();\nLAB_001ea816:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }" if (parenthesized_expression "((uint)(*(int *)(iVar7 + 0x140) - *(int *)(iVar7 + 0x13c) >> 2) <= local_64)" ( (binary_expression "(uint)(*(int *)(iVar7 + 0x140) - *(int *)(iVar7 + 0x13c) >> 2) <= local_64" (call_expression "(uint)(*(int *)(iVar7 + 0x140) - *(int *)(iVar7 + 0x13c) >> 2)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(*(int *)(iVar7 + 0x140) - *(int *)(iVar7 + 0x13c) >> 2)" ( (binary_expression "*(int *)(iVar7 + 0x140) - *(int *)(iVar7 + 0x13c) >> 2" (binary_expression "*(int *)(iVar7 + 0x140) - *(int *)(iVar7 + 0x13c)" (pointer_expression "*(int *)(iVar7 + 0x140)" * (cast_expression "(int *)(iVar7 + 0x140)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x140)" ( (binary_expression "iVar7 + 0x140" identifier + number_literal) )))) - (pointer_expression "*(int *)(iVar7 + 0x13c)" * (cast_expression "(int *)(iVar7 + 0x13c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x13c)" ( (binary_expression "iVar7 + 0x13c" identifier + number_literal) ))))) >> number_literal) ))) <= identifier) )) (compound_statement "{\n /* try { // try from 001ea811 to 001ea851 has its CatchHandler @ 001ea8e9 */\n FUN_001d4d60();\nLAB_001ea816:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }" { comment (expression_statement "FUN_001d4d60();" (call_expression "FUN_001d4d60()" identifier (argument_list "()" ( ))) ;) (labeled_statement "LAB_001ea816:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address");" statement_identifier : comment (expression_statement "FUN_002446e0("../../gold/output.h",0xc5,"address");" (call_expression "FUN_002446e0("../../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 ") ))) ;)) })) (if_statement "if ((*(int *)(*(int *)(iVar7 + 0x13c) + local_64 * 4) != 0) &&\n (FUN_001d6c20(local_64), local_44 != local_40)) {\n iVar13 = *(int *)(local_44 + 0x10);\n iVar18 = local_74 + *(int *)(iVar13 + 0x18);\n *(int *)(iVar13 + 0x20) = iVar18;\n iVar9 = local_44;\n while( true ) {\n if (iVar18 + 4 == -1) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/aarch64.cc",0x361,"set_destination_address");\n }\n *(int *)(iVar13 + 4) = iVar18 + 4;\n iVar9 = thunk_FUN_003af660(iVar9);\n if (iVar9 == local_40) break;\n iVar13 = *(int *)(iVar9 + 0x10);\n iVar18 = *(int *)(iVar13 + 0x18) + local_74;\n *(int *)(iVar13 + 0x20) = iVar18;\n }\n }" if (parenthesized_expression "((*(int *)(*(int *)(iVar7 + 0x13c) + local_64 * 4) != 0) &&\n (FUN_001d6c20(local_64), local_44 != local_40))" ( (binary_expression "(*(int *)(*(int *)(iVar7 + 0x13c) + local_64 * 4) != 0) &&\n (FUN_001d6c20(local_64), local_44 != local_40)" (parenthesized_expression "(*(int *)(*(int *)(iVar7 + 0x13c) + local_64 * 4) != 0)" ( (binary_expression "*(int *)(*(int *)(iVar7 + 0x13c) + local_64 * 4) != 0" (pointer_expression "*(int *)(*(int *)(iVar7 + 0x13c) + local_64 * 4)" * (cast_expression "(int *)(*(int *)(iVar7 + 0x13c) + local_64 * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(iVar7 + 0x13c) + local_64 * 4)" ( (binary_expression "*(int *)(iVar7 + 0x13c) + local_64 * 4" (pointer_expression "*(int *)(iVar7 + 0x13c)" * (cast_expression "(int *)(iVar7 + 0x13c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x13c)" ( (binary_expression "iVar7 + 0x13c" identifier + number_literal) )))) + (binary_expression "local_64 * 4" identifier * number_literal)) )))) != number_literal) )) && (parenthesized_expression "(FUN_001d6c20(local_64), local_44 != local_40)" ( (comma_expression "FUN_001d6c20(local_64), local_44 != local_40" (call_expression "FUN_001d6c20(local_64)" identifier (argument_list "(local_64)" ( identifier ))) , (binary_expression "local_44 != local_40" identifier != identifier)) ))) )) (compound_statement "{\n iVar13 = *(int *)(local_44 + 0x10);\n iVar18 = local_74 + *(int *)(iVar13 + 0x18);\n *(int *)(iVar13 + 0x20) = iVar18;\n iVar9 = local_44;\n while( true ) {\n if (iVar18 + 4 == -1) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/aarch64.cc",0x361,"set_destination_address");\n }\n *(int *)(iVar13 + 4) = iVar18 + 4;\n iVar9 = thunk_FUN_003af660(iVar9);\n if (iVar9 == local_40) break;\n iVar13 = *(int *)(iVar9 + 0x10);\n iVar18 = *(int *)(iVar13 + 0x18) + local_74;\n *(int *)(iVar13 + 0x20) = iVar18;\n }\n }" { (expression_statement "iVar13 = *(int *)(local_44 + 0x10);" (assignment_expression "iVar13 = *(int *)(local_44 + 0x10)" identifier = (pointer_expression "*(int *)(local_44 + 0x10)" * (cast_expression "(int *)(local_44 + 0x10)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_44 + 0x10)" ( (binary_expression "local_44 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "iVar18 = local_74 + *(int *)(iVar13 + 0x18);" (assignment_expression "iVar18 = local_74 + *(int *)(iVar13 + 0x18)" identifier = (binary_expression "local_74 + *(int *)(iVar13 + 0x18)" identifier + (pointer_expression "*(int *)(iVar13 + 0x18)" * (cast_expression "(int *)(iVar13 + 0x18)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar13 + 0x18)" ( (binary_expression "iVar13 + 0x18" identifier + number_literal) )))))) ;) (expression_statement "*(int *)(iVar13 + 0x20) = iVar18;" (assignment_expression "*(int *)(iVar13 + 0x20) = iVar18" (pointer_expression "*(int *)(iVar13 + 0x20)" * (cast_expression "(int *)(iVar13 + 0x20)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar13 + 0x20)" ( (binary_expression "iVar13 + 0x20" identifier + number_literal) )))) = identifier) ;) (expression_statement "iVar9 = local_44;" (assignment_expression "iVar9 = local_44" identifier = identifier) ;) (while_statement "while( true ) {\n if (iVar18 + 4 == -1) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/aarch64.cc",0x361,"set_destination_address");\n }\n *(int *)(iVar13 + 4) = iVar18 + 4;\n iVar9 = thunk_FUN_003af660(iVar9);\n if (iVar9 == local_40) break;\n iVar13 = *(int *)(iVar9 + 0x10);\n iVar18 = *(int *)(iVar13 + 0x18) + local_74;\n *(int *)(iVar13 + 0x20) = iVar18;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n if (iVar18 + 4 == -1) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/aarch64.cc",0x361,"set_destination_address");\n }\n *(int *)(iVar13 + 4) = iVar18 + 4;\n iVar9 = thunk_FUN_003af660(iVar9);\n if (iVar9 == local_40) break;\n iVar13 = *(int *)(iVar9 + 0x10);\n iVar18 = *(int *)(iVar13 + 0x18) + local_74;\n *(int *)(iVar13 + 0x20) = iVar18;\n }" { (if_statement "if (iVar18 + 4 == -1) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/aarch64.cc",0x361,"set_destination_address");\n }" if (parenthesized_expression "(iVar18 + 4 == -1)" ( (binary_expression "iVar18 + 4 == -1" (binary_expression "iVar18 + 4" identifier + number_literal) == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/aarch64.cc",0x361,"set_destination_address");\n }" { comment (expression_statement "FUN_002446e0("../../gold/aarch64.cc",0x361,"set_destination_address");" (call_expression "FUN_002446e0("../../gold/aarch64.cc",0x361,"set_destination_address")" identifier (argument_list "("../../gold/aarch64.cc",0x361,"set_destination_address")" ( (string_literal ""../../gold/aarch64.cc"" " string_content ") , number_literal , (string_literal ""set_destination_address"" " string_content ") ))) ;) })) (expression_statement "*(int *)(iVar13 + 4) = iVar18 + 4;" (assignment_expression "*(int *)(iVar13 + 4) = iVar18 + 4" (pointer_expression "*(int *)(iVar13 + 4)" * (cast_expression "(int *)(iVar13 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar13 + 4)" ( (binary_expression "iVar13 + 4" identifier + number_literal) )))) = (binary_expression "iVar18 + 4" identifier + number_literal)) ;) (expression_statement "iVar9 = thunk_FUN_003af660(iVar9);" (assignment_expression "iVar9 = thunk_FUN_003af660(iVar9)" identifier = (call_expression "thunk_FUN_003af660(iVar9)" identifier (argument_list "(iVar9)" ( identifier )))) ;) (if_statement "if (iVar9 == local_40) break;" if (parenthesized_expression "(iVar9 == local_40)" ( (binary_expression "iVar9 == local_40" identifier == identifier) )) (break_statement "break;" break ;)) (expression_statement "iVar13 = *(int *)(iVar9 + 0x10);" (assignment_expression "iVar13 = *(int *)(iVar9 + 0x10)" identifier = (pointer_expression "*(int *)(iVar9 + 0x10)" * (cast_expression "(int *)(iVar9 + 0x10)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + 0x10)" ( (binary_expression "iVar9 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "iVar18 = *(int *)(iVar13 + 0x18) + local_74;" (assignment_expression "iVar18 = *(int *)(iVar13 + 0x18) + local_74" identifier = (binary_expression "*(int *)(iVar13 + 0x18) + local_74" (pointer_expression "*(int *)(iVar13 + 0x18)" * (cast_expression "(int *)(iVar13 + 0x18)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar13 + 0x18)" ( (binary_expression "iVar13 + 0x18" identifier + number_literal) )))) + identifier)) ;) (expression_statement "*(int *)(iVar13 + 0x20) = iVar18;" (assignment_expression "*(int *)(iVar13 + 0x20) = iVar18" (pointer_expression "*(int *)(iVar13 + 0x20)" * (cast_expression "(int *)(iVar13 + 0x20)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar13 + 0x20)" ( (binary_expression "iVar13 + 0x20" identifier + number_literal) )))) = identifier) ;) })) })) (expression_statement "local_28 = (int *)0x0;" (assignment_expression "local_28 = (int *)0x0" identifier = (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "iVar18 = FUN_0028b8b0(iVar7,local_64,&local_28,0);" (assignment_expression "iVar18 = FUN_0028b8b0(iVar7,local_64,&local_28,0)" identifier = (call_expression "FUN_0028b8b0(iVar7,local_64,&local_28,0)" identifier (argument_list "(iVar7,local_64,&local_28,0)" ( identifier , identifier , (pointer_expression "&local_28" & identifier) , number_literal )))) ;) (expression_statement "iVar13 = *(int *)(iVar7 + 0x150);" (assignment_expression "iVar13 = *(int *)(iVar7 + 0x150)" identifier = (pointer_expression "*(int *)(iVar7 + 0x150)" * (cast_expression "(int *)(iVar7 + 0x150)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x150)" ( (binary_expression "iVar7 + 0x150" identifier + number_literal) ))))) ;) (expression_statement "iVar9 = iVar24;" (assignment_expression "iVar9 = iVar24" identifier = identifier) ;) (if_statement "if (*(int *)(iVar7 + 0x150) != 0) {\n do {\n while (iVar10 = iVar13, *(uint *)(iVar10 + 0x10) < local_64) {\n piVar8 = (int *)(iVar10 + 0xc);\n iVar13 = *piVar8;\n iVar10 = iVar9;\n if (*piVar8 == 0) goto LAB_001e9af5;\n }\n iVar13 = *(int *)(iVar10 + 8);\n iVar9 = iVar10;\n } while (*(int *)(iVar10 + 8) != 0);\nLAB_001e9af5:\n if (iVar24 != iVar10) {\n uVar23 = *(uint *)(iVar10 + 0x10);\n while (local_64 == uVar23) {\n iVar13 = thunk_FUN_003af660(iVar10);\n if (*(char *)(iVar10 + 0x18) == 'x') {\n iVar9 = *(int *)(iVar10 + 0x14);\n if ((iVar24 == iVar13) || (*(uint *)(iVar13 + 0x10) != local_64)) {\n local_54 = *(int *)((int)puVar3 + 0x3c);\n }\n else {\n local_54 = *(int *)(iVar13 + 0x14);\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(iVar10 + 0x1671) != '\0') &&\n (uVar23 = local_74 + iVar9, (uVar23 & 3) == 0)) {\n iVar10 = 0;\n if ((uVar23 & 0xfff) < 0xff8) {\n iVar10 = 0xff8 - (uVar23 & 0xfff);\n }\n while (iVar10 + 0xcU <= local_54 - iVar9) {\n puVar22 = (uint *)(iVar18 + iVar9 + iVar10);\n uVar20 = uVar23 + iVar10;\n if ((*puVar22 & 0x9f000000) == 0x90000000) {\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }\n iVar12 = iVar10 + 4;\n iVar10 = iVar10 + 0xffc;\n if ((uVar20 & 0xfff) == 0xff8) {\n iVar10 = iVar12;\n }\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (*(char *)(iVar10 + 0x16ed) != '\0') {\n uVar23 = local_54 - iVar9;\n if (4 < uVar23) {\n local_54 = 4;\n uVar20 = 0;\n do {\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n } while (local_54 < uVar23);\n }\n }\n }\n if (iVar24 == iVar13) break;\n iVar10 = iVar13;\n uVar23 = *(uint *)(iVar13 + 0x10);\n }\n }\n }" if (parenthesized_expression "(*(int *)(iVar7 + 0x150) != 0)" ( (binary_expression "*(int *)(iVar7 + 0x150) != 0" (pointer_expression "*(int *)(iVar7 + 0x150)" * (cast_expression "(int *)(iVar7 + 0x150)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x150)" ( (binary_expression "iVar7 + 0x150" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n do {\n while (iVar10 = iVar13, *(uint *)(iVar10 + 0x10) < local_64) {\n piVar8 = (int *)(iVar10 + 0xc);\n iVar13 = *piVar8;\n iVar10 = iVar9;\n if (*piVar8 == 0) goto LAB_001e9af5;\n }\n iVar13 = *(int *)(iVar10 + 8);\n iVar9 = iVar10;\n } while (*(int *)(iVar10 + 8) != 0);\nLAB_001e9af5:\n if (iVar24 != iVar10) {\n uVar23 = *(uint *)(iVar10 + 0x10);\n while (local_64 == uVar23) {\n iVar13 = thunk_FUN_003af660(iVar10);\n if (*(char *)(iVar10 + 0x18) == 'x') {\n iVar9 = *(int *)(iVar10 + 0x14);\n if ((iVar24 == iVar13) || (*(uint *)(iVar13 + 0x10) != local_64)) {\n local_54 = *(int *)((int)puVar3 + 0x3c);\n }\n else {\n local_54 = *(int *)(iVar13 + 0x14);\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(iVar10 + 0x1671) != '\0') &&\n (uVar23 = local_74 + iVar9, (uVar23 & 3) == 0)) {\n iVar10 = 0;\n if ((uVar23 & 0xfff) < 0xff8) {\n iVar10 = 0xff8 - (uVar23 & 0xfff);\n }\n while (iVar10 + 0xcU <= local_54 - iVar9) {\n puVar22 = (uint *)(iVar18 + iVar9 + iVar10);\n uVar20 = uVar23 + iVar10;\n if ((*puVar22 & 0x9f000000) == 0x90000000) {\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }\n iVar12 = iVar10 + 4;\n iVar10 = iVar10 + 0xffc;\n if ((uVar20 & 0xfff) == 0xff8) {\n iVar10 = iVar12;\n }\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (*(char *)(iVar10 + 0x16ed) != '\0') {\n uVar23 = local_54 - iVar9;\n if (4 < uVar23) {\n local_54 = 4;\n uVar20 = 0;\n do {\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n } while (local_54 < uVar23);\n }\n }\n }\n if (iVar24 == iVar13) break;\n iVar10 = iVar13;\n uVar23 = *(uint *)(iVar13 + 0x10);\n }\n }\n }" { (do_statement "do {\n while (iVar10 = iVar13, *(uint *)(iVar10 + 0x10) < local_64) {\n piVar8 = (int *)(iVar10 + 0xc);\n iVar13 = *piVar8;\n iVar10 = iVar9;\n if (*piVar8 == 0) goto LAB_001e9af5;\n }\n iVar13 = *(int *)(iVar10 + 8);\n iVar9 = iVar10;\n } while (*(int *)(iVar10 + 8) != 0);" do (compound_statement "{\n while (iVar10 = iVar13, *(uint *)(iVar10 + 0x10) < local_64) {\n piVar8 = (int *)(iVar10 + 0xc);\n iVar13 = *piVar8;\n iVar10 = iVar9;\n if (*piVar8 == 0) goto LAB_001e9af5;\n }\n iVar13 = *(int *)(iVar10 + 8);\n iVar9 = iVar10;\n }" { (while_statement "while (iVar10 = iVar13, *(uint *)(iVar10 + 0x10) < local_64) {\n piVar8 = (int *)(iVar10 + 0xc);\n iVar13 = *piVar8;\n iVar10 = iVar9;\n if (*piVar8 == 0) goto LAB_001e9af5;\n }" while (parenthesized_expression "(iVar10 = iVar13, *(uint *)(iVar10 + 0x10) < local_64)" ( (comma_expression "iVar10 = iVar13, *(uint *)(iVar10 + 0x10) < local_64" (assignment_expression "iVar10 = iVar13" identifier = identifier) , (binary_expression "*(uint *)(iVar10 + 0x10) < local_64" (pointer_expression "*(uint *)(iVar10 + 0x10)" * (cast_expression "(uint *)(iVar10 + 0x10)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar10 + 0x10)" ( (binary_expression "iVar10 + 0x10" identifier + number_literal) )))) < identifier)) )) (compound_statement "{\n piVar8 = (int *)(iVar10 + 0xc);\n iVar13 = *piVar8;\n iVar10 = iVar9;\n if (*piVar8 == 0) goto LAB_001e9af5;\n }" { (expression_statement "piVar8 = (int *)(iVar10 + 0xc);" (assignment_expression "piVar8 = (int *)(iVar10 + 0xc)" identifier = (cast_expression "(int *)(iVar10 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar10 + 0xc)" ( (binary_expression "iVar10 + 0xc" identifier + number_literal) )))) ;) (expression_statement "iVar13 = *piVar8;" (assignment_expression "iVar13 = *piVar8" identifier = (pointer_expression "*piVar8" * identifier)) ;) (expression_statement "iVar10 = iVar9;" (assignment_expression "iVar10 = iVar9" identifier = identifier) ;) (if_statement "if (*piVar8 == 0) goto LAB_001e9af5;" if (parenthesized_expression "(*piVar8 == 0)" ( (binary_expression "*piVar8 == 0" (pointer_expression "*piVar8" * identifier) == number_literal) )) (goto_statement "goto LAB_001e9af5;" goto statement_identifier ;)) })) (expression_statement "iVar13 = *(int *)(iVar10 + 8);" (assignment_expression "iVar13 = *(int *)(iVar10 + 8)" identifier = (pointer_expression "*(int *)(iVar10 + 8)" * (cast_expression "(int *)(iVar10 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar10 + 8)" ( (binary_expression "iVar10 + 8" identifier + number_literal) ))))) ;) (expression_statement "iVar9 = iVar10;" (assignment_expression "iVar9 = iVar10" identifier = identifier) ;) }) while (parenthesized_expression "(*(int *)(iVar10 + 8) != 0)" ( (binary_expression "*(int *)(iVar10 + 8) != 0" (pointer_expression "*(int *)(iVar10 + 8)" * (cast_expression "(int *)(iVar10 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar10 + 8)" ( (binary_expression "iVar10 + 8" identifier + number_literal) )))) != number_literal) )) ;) (labeled_statement "LAB_001e9af5:\n if (iVar24 != iVar10) {\n uVar23 = *(uint *)(iVar10 + 0x10);\n while (local_64 == uVar23) {\n iVar13 = thunk_FUN_003af660(iVar10);\n if (*(char *)(iVar10 + 0x18) == 'x') {\n iVar9 = *(int *)(iVar10 + 0x14);\n if ((iVar24 == iVar13) || (*(uint *)(iVar13 + 0x10) != local_64)) {\n local_54 = *(int *)((int)puVar3 + 0x3c);\n }\n else {\n local_54 = *(int *)(iVar13 + 0x14);\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(iVar10 + 0x1671) != '\0') &&\n (uVar23 = local_74 + iVar9, (uVar23 & 3) == 0)) {\n iVar10 = 0;\n if ((uVar23 & 0xfff) < 0xff8) {\n iVar10 = 0xff8 - (uVar23 & 0xfff);\n }\n while (iVar10 + 0xcU <= local_54 - iVar9) {\n puVar22 = (uint *)(iVar18 + iVar9 + iVar10);\n uVar20 = uVar23 + iVar10;\n if ((*puVar22 & 0x9f000000) == 0x90000000) {\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }\n iVar12 = iVar10 + 4;\n iVar10 = iVar10 + 0xffc;\n if ((uVar20 & 0xfff) == 0xff8) {\n iVar10 = iVar12;\n }\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (*(char *)(iVar10 + 0x16ed) != '\0') {\n uVar23 = local_54 - iVar9;\n if (4 < uVar23) {\n local_54 = 4;\n uVar20 = 0;\n do {\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n } while (local_54 < uVar23);\n }\n }\n }\n if (iVar24 == iVar13) break;\n iVar10 = iVar13;\n uVar23 = *(uint *)(iVar13 + 0x10);\n }\n }" statement_identifier : (if_statement "if (iVar24 != iVar10) {\n uVar23 = *(uint *)(iVar10 + 0x10);\n while (local_64 == uVar23) {\n iVar13 = thunk_FUN_003af660(iVar10);\n if (*(char *)(iVar10 + 0x18) == 'x') {\n iVar9 = *(int *)(iVar10 + 0x14);\n if ((iVar24 == iVar13) || (*(uint *)(iVar13 + 0x10) != local_64)) {\n local_54 = *(int *)((int)puVar3 + 0x3c);\n }\n else {\n local_54 = *(int *)(iVar13 + 0x14);\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(iVar10 + 0x1671) != '\0') &&\n (uVar23 = local_74 + iVar9, (uVar23 & 3) == 0)) {\n iVar10 = 0;\n if ((uVar23 & 0xfff) < 0xff8) {\n iVar10 = 0xff8 - (uVar23 & 0xfff);\n }\n while (iVar10 + 0xcU <= local_54 - iVar9) {\n puVar22 = (uint *)(iVar18 + iVar9 + iVar10);\n uVar20 = uVar23 + iVar10;\n if ((*puVar22 & 0x9f000000) == 0x90000000) {\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }\n iVar12 = iVar10 + 4;\n iVar10 = iVar10 + 0xffc;\n if ((uVar20 & 0xfff) == 0xff8) {\n iVar10 = iVar12;\n }\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (*(char *)(iVar10 + 0x16ed) != '\0') {\n uVar23 = local_54 - iVar9;\n if (4 < uVar23) {\n local_54 = 4;\n uVar20 = 0;\n do {\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n } while (local_54 < uVar23);\n }\n }\n }\n if (iVar24 == iVar13) break;\n iVar10 = iVar13;\n uVar23 = *(uint *)(iVar13 + 0x10);\n }\n }" if (parenthesized_expression "(iVar24 != iVar10)" ( (binary_expression "iVar24 != iVar10" identifier != identifier) )) (compound_statement "{\n uVar23 = *(uint *)(iVar10 + 0x10);\n while (local_64 == uVar23) {\n iVar13 = thunk_FUN_003af660(iVar10);\n if (*(char *)(iVar10 + 0x18) == 'x') {\n iVar9 = *(int *)(iVar10 + 0x14);\n if ((iVar24 == iVar13) || (*(uint *)(iVar13 + 0x10) != local_64)) {\n local_54 = *(int *)((int)puVar3 + 0x3c);\n }\n else {\n local_54 = *(int *)(iVar13 + 0x14);\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(iVar10 + 0x1671) != '\0') &&\n (uVar23 = local_74 + iVar9, (uVar23 & 3) == 0)) {\n iVar10 = 0;\n if ((uVar23 & 0xfff) < 0xff8) {\n iVar10 = 0xff8 - (uVar23 & 0xfff);\n }\n while (iVar10 + 0xcU <= local_54 - iVar9) {\n puVar22 = (uint *)(iVar18 + iVar9 + iVar10);\n uVar20 = uVar23 + iVar10;\n if ((*puVar22 & 0x9f000000) == 0x90000000) {\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }\n iVar12 = iVar10 + 4;\n iVar10 = iVar10 + 0xffc;\n if ((uVar20 & 0xfff) == 0xff8) {\n iVar10 = iVar12;\n }\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (*(char *)(iVar10 + 0x16ed) != '\0') {\n uVar23 = local_54 - iVar9;\n if (4 < uVar23) {\n local_54 = 4;\n uVar20 = 0;\n do {\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n } while (local_54 < uVar23);\n }\n }\n }\n if (iVar24 == iVar13) break;\n iVar10 = iVar13;\n uVar23 = *(uint *)(iVar13 + 0x10);\n }\n }" { (expression_statement "uVar23 = *(uint *)(iVar10 + 0x10);" (assignment_expression "uVar23 = *(uint *)(iVar10 + 0x10)" identifier = (pointer_expression "*(uint *)(iVar10 + 0x10)" * (cast_expression "(uint *)(iVar10 + 0x10)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar10 + 0x10)" ( (binary_expression "iVar10 + 0x10" identifier + number_literal) ))))) ;) (while_statement "while (local_64 == uVar23) {\n iVar13 = thunk_FUN_003af660(iVar10);\n if (*(char *)(iVar10 + 0x18) == 'x') {\n iVar9 = *(int *)(iVar10 + 0x14);\n if ((iVar24 == iVar13) || (*(uint *)(iVar13 + 0x10) != local_64)) {\n local_54 = *(int *)((int)puVar3 + 0x3c);\n }\n else {\n local_54 = *(int *)(iVar13 + 0x14);\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(iVar10 + 0x1671) != '\0') &&\n (uVar23 = local_74 + iVar9, (uVar23 & 3) == 0)) {\n iVar10 = 0;\n if ((uVar23 & 0xfff) < 0xff8) {\n iVar10 = 0xff8 - (uVar23 & 0xfff);\n }\n while (iVar10 + 0xcU <= local_54 - iVar9) {\n puVar22 = (uint *)(iVar18 + iVar9 + iVar10);\n uVar20 = uVar23 + iVar10;\n if ((*puVar22 & 0x9f000000) == 0x90000000) {\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }\n iVar12 = iVar10 + 4;\n iVar10 = iVar10 + 0xffc;\n if ((uVar20 & 0xfff) == 0xff8) {\n iVar10 = iVar12;\n }\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (*(char *)(iVar10 + 0x16ed) != '\0') {\n uVar23 = local_54 - iVar9;\n if (4 < uVar23) {\n local_54 = 4;\n uVar20 = 0;\n do {\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n } while (local_54 < uVar23);\n }\n }\n }\n if (iVar24 == iVar13) break;\n iVar10 = iVar13;\n uVar23 = *(uint *)(iVar13 + 0x10);\n }" while (parenthesized_expression "(local_64 == uVar23)" ( (binary_expression "local_64 == uVar23" identifier == identifier) )) (compound_statement "{\n iVar13 = thunk_FUN_003af660(iVar10);\n if (*(char *)(iVar10 + 0x18) == 'x') {\n iVar9 = *(int *)(iVar10 + 0x14);\n if ((iVar24 == iVar13) || (*(uint *)(iVar13 + 0x10) != local_64)) {\n local_54 = *(int *)((int)puVar3 + 0x3c);\n }\n else {\n local_54 = *(int *)(iVar13 + 0x14);\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(iVar10 + 0x1671) != '\0') &&\n (uVar23 = local_74 + iVar9, (uVar23 & 3) == 0)) {\n iVar10 = 0;\n if ((uVar23 & 0xfff) < 0xff8) {\n iVar10 = 0xff8 - (uVar23 & 0xfff);\n }\n while (iVar10 + 0xcU <= local_54 - iVar9) {\n puVar22 = (uint *)(iVar18 + iVar9 + iVar10);\n uVar20 = uVar23 + iVar10;\n if ((*puVar22 & 0x9f000000) == 0x90000000) {\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }\n iVar12 = iVar10 + 4;\n iVar10 = iVar10 + 0xffc;\n if ((uVar20 & 0xfff) == 0xff8) {\n iVar10 = iVar12;\n }\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (*(char *)(iVar10 + 0x16ed) != '\0') {\n uVar23 = local_54 - iVar9;\n if (4 < uVar23) {\n local_54 = 4;\n uVar20 = 0;\n do {\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n } while (local_54 < uVar23);\n }\n }\n }\n if (iVar24 == iVar13) break;\n iVar10 = iVar13;\n uVar23 = *(uint *)(iVar13 + 0x10);\n }" { (expression_statement "iVar13 = thunk_FUN_003af660(iVar10);" (assignment_expression "iVar13 = thunk_FUN_003af660(iVar10)" identifier = (call_expression "thunk_FUN_003af660(iVar10)" identifier (argument_list "(iVar10)" ( identifier )))) ;) (if_statement "if (*(char *)(iVar10 + 0x18) == 'x') {\n iVar9 = *(int *)(iVar10 + 0x14);\n if ((iVar24 == iVar13) || (*(uint *)(iVar13 + 0x10) != local_64)) {\n local_54 = *(int *)((int)puVar3 + 0x3c);\n }\n else {\n local_54 = *(int *)(iVar13 + 0x14);\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(iVar10 + 0x1671) != '\0') &&\n (uVar23 = local_74 + iVar9, (uVar23 & 3) == 0)) {\n iVar10 = 0;\n if ((uVar23 & 0xfff) < 0xff8) {\n iVar10 = 0xff8 - (uVar23 & 0xfff);\n }\n while (iVar10 + 0xcU <= local_54 - iVar9) {\n puVar22 = (uint *)(iVar18 + iVar9 + iVar10);\n uVar20 = uVar23 + iVar10;\n if ((*puVar22 & 0x9f000000) == 0x90000000) {\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }\n iVar12 = iVar10 + 4;\n iVar10 = iVar10 + 0xffc;\n if ((uVar20 & 0xfff) == 0xff8) {\n iVar10 = iVar12;\n }\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (*(char *)(iVar10 + 0x16ed) != '\0') {\n uVar23 = local_54 - iVar9;\n if (4 < uVar23) {\n local_54 = 4;\n uVar20 = 0;\n do {\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n } while (local_54 < uVar23);\n }\n }\n }" if (parenthesized_expression "(*(char *)(iVar10 + 0x18) == 'x')" ( (binary_expression "*(char *)(iVar10 + 0x18) == 'x'" (pointer_expression "*(char *)(iVar10 + 0x18)" * (cast_expression "(char *)(iVar10 + 0x18)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar10 + 0x18)" ( (binary_expression "iVar10 + 0x18" identifier + number_literal) )))) == (char_literal "'x'" ' character ')) )) (compound_statement "{\n iVar9 = *(int *)(iVar10 + 0x14);\n if ((iVar24 == iVar13) || (*(uint *)(iVar13 + 0x10) != local_64)) {\n local_54 = *(int *)((int)puVar3 + 0x3c);\n }\n else {\n local_54 = *(int *)(iVar13 + 0x14);\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(iVar10 + 0x1671) != '\0') &&\n (uVar23 = local_74 + iVar9, (uVar23 & 3) == 0)) {\n iVar10 = 0;\n if ((uVar23 & 0xfff) < 0xff8) {\n iVar10 = 0xff8 - (uVar23 & 0xfff);\n }\n while (iVar10 + 0xcU <= local_54 - iVar9) {\n puVar22 = (uint *)(iVar18 + iVar9 + iVar10);\n uVar20 = uVar23 + iVar10;\n if ((*puVar22 & 0x9f000000) == 0x90000000) {\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }\n iVar12 = iVar10 + 4;\n iVar10 = iVar10 + 0xffc;\n if ((uVar20 & 0xfff) == 0xff8) {\n iVar10 = iVar12;\n }\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (*(char *)(iVar10 + 0x16ed) != '\0') {\n uVar23 = local_54 - iVar9;\n if (4 < uVar23) {\n local_54 = 4;\n uVar20 = 0;\n do {\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n } while (local_54 < uVar23);\n }\n }\n }" { (expression_statement "iVar9 = *(int *)(iVar10 + 0x14);" (assignment_expression "iVar9 = *(int *)(iVar10 + 0x14)" identifier = (pointer_expression "*(int *)(iVar10 + 0x14)" * (cast_expression "(int *)(iVar10 + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar10 + 0x14)" ( (binary_expression "iVar10 + 0x14" identifier + number_literal) ))))) ;) (if_statement "if ((iVar24 == iVar13) || (*(uint *)(iVar13 + 0x10) != local_64)) {\n local_54 = *(int *)((int)puVar3 + 0x3c);\n }\n else {\n local_54 = *(int *)(iVar13 + 0x14);\n }" if (parenthesized_expression "((iVar24 == iVar13) || (*(uint *)(iVar13 + 0x10) != local_64))" ( (binary_expression "(iVar24 == iVar13) || (*(uint *)(iVar13 + 0x10) != local_64)" (parenthesized_expression "(iVar24 == iVar13)" ( (binary_expression "iVar24 == iVar13" identifier == identifier) )) || (parenthesized_expression "(*(uint *)(iVar13 + 0x10) != local_64)" ( (binary_expression "*(uint *)(iVar13 + 0x10) != local_64" (pointer_expression "*(uint *)(iVar13 + 0x10)" * (cast_expression "(uint *)(iVar13 + 0x10)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar13 + 0x10)" ( (binary_expression "iVar13 + 0x10" identifier + number_literal) )))) != identifier) ))) )) (compound_statement "{\n local_54 = *(int *)((int)puVar3 + 0x3c);\n }" { (expression_statement "local_54 = *(int *)((int)puVar3 + 0x3c);" (assignment_expression "local_54 = *(int *)((int)puVar3 + 0x3c)" identifier = (pointer_expression "*(int *)((int)puVar3 + 0x3c)" * (cast_expression "(int *)((int)puVar3 + 0x3c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)puVar3 + 0x3c)" ( (binary_expression "(int)puVar3 + 0x3c" (cast_expression "(int)puVar3" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) ))))) ;) }) (else_clause "else {\n local_54 = *(int *)(iVar13 + 0x14);\n }" else (compound_statement "{\n local_54 = *(int *)(iVar13 + 0x14);\n }" { (expression_statement "local_54 = *(int *)(iVar13 + 0x14);" (assignment_expression "local_54 = *(int *)(iVar13 + 0x14)" identifier = (pointer_expression "*(int *)(iVar13 + 0x14)" * (cast_expression "(int *)(iVar13 + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar13 + 0x14)" ( (binary_expression "iVar13 + 0x14" identifier + number_literal) ))))) ;) }))) (expression_statement "iVar10 = *(int *)(DAT_005ea7c8 + 8);" (assignment_expression "iVar10 = *(int *)(DAT_005ea7c8 + 8)" identifier = (pointer_expression "*(int *)(DAT_005ea7c8 + 8)" * (cast_expression "(int *)(DAT_005ea7c8 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_005ea7c8 + 8)" ( (binary_expression "DAT_005ea7c8 + 8" identifier + number_literal) ))))) ;) (if_statement "if (iVar10 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }" if (parenthesized_expression "(iVar10 == 0)" ( (binary_expression "iVar10 == 0" identifier == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }" { comment (expression_statement "FUN_002446e0("../../gold/parameters.h",0x5c,"options");" (call_expression "FUN_002446e0("../../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 *)(iVar10 + 0x1671) != '\0') &&\n (uVar23 = local_74 + iVar9, (uVar23 & 3) == 0)) {\n iVar10 = 0;\n if ((uVar23 & 0xfff) < 0xff8) {\n iVar10 = 0xff8 - (uVar23 & 0xfff);\n }\n while (iVar10 + 0xcU <= local_54 - iVar9) {\n puVar22 = (uint *)(iVar18 + iVar9 + iVar10);\n uVar20 = uVar23 + iVar10;\n if ((*puVar22 & 0x9f000000) == 0x90000000) {\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }\n iVar12 = iVar10 + 4;\n iVar10 = iVar10 + 0xffc;\n if ((uVar20 & 0xfff) == 0xff8) {\n iVar10 = iVar12;\n }\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n }" if (parenthesized_expression "((*(char *)(iVar10 + 0x1671) != '\0') &&\n (uVar23 = local_74 + iVar9, (uVar23 & 3) == 0))" ( (binary_expression "(*(char *)(iVar10 + 0x1671) != '\0') &&\n (uVar23 = local_74 + iVar9, (uVar23 & 3) == 0)" (parenthesized_expression "(*(char *)(iVar10 + 0x1671) != '\0')" ( (binary_expression "*(char *)(iVar10 + 0x1671) != '\0'" (pointer_expression "*(char *)(iVar10 + 0x1671)" * (cast_expression "(char *)(iVar10 + 0x1671)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar10 + 0x1671)" ( (binary_expression "iVar10 + 0x1671" identifier + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) )) && (parenthesized_expression "(uVar23 = local_74 + iVar9, (uVar23 & 3) == 0)" ( (comma_expression "uVar23 = local_74 + iVar9, (uVar23 & 3) == 0" (assignment_expression "uVar23 = local_74 + iVar9" identifier = (binary_expression "local_74 + iVar9" identifier + identifier)) , (binary_expression "(uVar23 & 3) == 0" (parenthesized_expression "(uVar23 & 3)" ( (binary_expression "uVar23 & 3" identifier & number_literal) )) == number_literal)) ))) )) (compound_statement "{\n iVar10 = 0;\n if ((uVar23 & 0xfff) < 0xff8) {\n iVar10 = 0xff8 - (uVar23 & 0xfff);\n }\n while (iVar10 + 0xcU <= local_54 - iVar9) {\n puVar22 = (uint *)(iVar18 + iVar9 + iVar10);\n uVar20 = uVar23 + iVar10;\n if ((*puVar22 & 0x9f000000) == 0x90000000) {\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }\n iVar12 = iVar10 + 4;\n iVar10 = iVar10 + 0xffc;\n if ((uVar20 & 0xfff) == 0xff8) {\n iVar10 = iVar12;\n }\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n }" { (expression_statement "iVar10 = 0;" (assignment_expression "iVar10 = 0" identifier = number_literal) ;) (if_statement "if ((uVar23 & 0xfff) < 0xff8) {\n iVar10 = 0xff8 - (uVar23 & 0xfff);\n }" if (parenthesized_expression "((uVar23 & 0xfff) < 0xff8)" ( (binary_expression "(uVar23 & 0xfff) < 0xff8" (parenthesized_expression "(uVar23 & 0xfff)" ( (binary_expression "uVar23 & 0xfff" identifier & number_literal) )) < number_literal) )) (compound_statement "{\n iVar10 = 0xff8 - (uVar23 & 0xfff);\n }" { (expression_statement "iVar10 = 0xff8 - (uVar23 & 0xfff);" (assignment_expression "iVar10 = 0xff8 - (uVar23 & 0xfff)" identifier = (binary_expression "0xff8 - (uVar23 & 0xfff)" number_literal - (parenthesized_expression "(uVar23 & 0xfff)" ( (binary_expression "uVar23 & 0xfff" identifier & number_literal) )))) ;) })) (while_statement "while (iVar10 + 0xcU <= local_54 - iVar9) {\n puVar22 = (uint *)(iVar18 + iVar9 + iVar10);\n uVar20 = uVar23 + iVar10;\n if ((*puVar22 & 0x9f000000) == 0x90000000) {\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }\n iVar12 = iVar10 + 4;\n iVar10 = iVar10 + 0xffc;\n if ((uVar20 & 0xfff) == 0xff8) {\n iVar10 = iVar12;\n }\n }" while (parenthesized_expression "(iVar10 + 0xcU <= local_54 - iVar9)" ( (binary_expression "iVar10 + 0xcU <= local_54 - iVar9" (binary_expression "iVar10 + 0xcU" identifier + number_literal) <= (binary_expression "local_54 - iVar9" identifier - identifier)) )) (compound_statement "{\n puVar22 = (uint *)(iVar18 + iVar9 + iVar10);\n uVar20 = uVar23 + iVar10;\n if ((*puVar22 & 0x9f000000) == 0x90000000) {\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }\n iVar12 = iVar10 + 4;\n iVar10 = iVar10 + 0xffc;\n if ((uVar20 & 0xfff) == 0xff8) {\n iVar10 = iVar12;\n }\n }" { (expression_statement "puVar22 = (uint *)(iVar18 + iVar9 + iVar10);" (assignment_expression "puVar22 = (uint *)(iVar18 + iVar9 + iVar10)" identifier = (cast_expression "(uint *)(iVar18 + iVar9 + iVar10)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar18 + iVar9 + iVar10)" ( (binary_expression "iVar18 + iVar9 + iVar10" (binary_expression "iVar18 + iVar9" identifier + identifier) + identifier) )))) ;) (expression_statement "uVar20 = uVar23 + iVar10;" (assignment_expression "uVar20 = uVar23 + iVar10" identifier = (binary_expression "uVar23 + iVar10" identifier + identifier)) ;) (if_statement "if ((*puVar22 & 0x9f000000) == 0x90000000) {\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }" if (parenthesized_expression "((*puVar22 & 0x9f000000) == 0x90000000)" ( (binary_expression "(*puVar22 & 0x9f000000) == 0x90000000" (parenthesized_expression "(*puVar22 & 0x9f000000)" ( (binary_expression "*puVar22 & 0x9f000000" (pointer_expression "*puVar22" * identifier) & number_literal) )) == number_literal) )) (compound_statement "{\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }" { (expression_statement "local_90 = puVar22[2];" (assignment_expression "local_90 = puVar22[2]" identifier = (subscript_expression "puVar22[2]" identifier [ number_literal ])) ;) (expression_statement "cVar4 = FUN_001e1b20();" (assignment_expression "cVar4 = FUN_001e1b20()" identifier = (call_expression "FUN_001e1b20()" identifier (argument_list "()" ( )))) ;) (if_statement "if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }" if (parenthesized_expression "(cVar4 == '\0')" ( (binary_expression "cVar4 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }" { (if_statement "if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }" if (parenthesized_expression "(((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000))" ( (binary_expression "((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)" (parenthesized_expression "((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000))" ( (binary_expression "(iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)" (parenthesized_expression "(iVar10 + 0x10U <= local_54 - iVar9)" ( (binary_expression "iVar10 + 0x10U <= local_54 - iVar9" (binary_expression "iVar10 + 0x10U" identifier + number_literal) <= (binary_expression "local_54 - iVar9" identifier - identifier)) )) && (parenthesized_expression "((local_90 & 0x7c000000) != 0x14000000)" ( (binary_expression "(local_90 & 0x7c000000) != 0x14000000" (parenthesized_expression "(local_90 & 0x7c000000)" ( (binary_expression "local_90 & 0x7c000000" identifier & number_literal) )) != number_literal) ))) )) && (parenthesized_expression "((local_90 & 0xffdffc1f) != 0xd61f0000)" ( (binary_expression "(local_90 & 0xffdffc1f) != 0xd61f0000" (parenthesized_expression "(local_90 & 0xffdffc1f)" ( (binary_expression "local_90 & 0xffdffc1f" identifier & number_literal) )) != number_literal) ))) )) (compound_statement "{\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }" { (expression_statement "local_90 = puVar22[3];" (assignment_expression "local_90 = puVar22[3]" identifier = (subscript_expression "puVar22[3]" identifier [ number_literal ])) ;) (expression_statement "cVar4 = FUN_001e1b20();" (assignment_expression "cVar4 = FUN_001e1b20()" identifier = (call_expression "FUN_001e1b20()" identifier (argument_list "()" ( )))) ;) (if_statement "if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }" if (parenthesized_expression "(cVar4 != '\0')" ( (binary_expression "cVar4 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }" { (expression_statement "iVar12 = 0xc;" (assignment_expression "iVar12 = 0xc" identifier = number_literal) ;) (goto_statement "goto LAB_001e9f35;" goto statement_identifier ;) })) })) }) (else_clause "else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }" else (compound_statement "{\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }" { (expression_statement "iVar12 = 8;" (assignment_expression "iVar12 = 8" identifier = number_literal) ;) (labeled_statement "LAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);" statement_identifier : (expression_statement "FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);" (call_expression "FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10)" identifier (argument_list "(iVar12 + uVar20,local_90,4,iVar9 + iVar10)" ( (binary_expression "iVar12 + uVar20" identifier + identifier) , identifier , number_literal , (binary_expression "iVar9 + iVar10" identifier + identifier) ))) ;)) }))) })) (expression_statement "iVar12 = iVar10 + 4;" (assignment_expression "iVar12 = iVar10 + 4" identifier = (binary_expression "iVar10 + 4" identifier + number_literal)) ;) (expression_statement "iVar10 = iVar10 + 0xffc;" (assignment_expression "iVar10 = iVar10 + 0xffc" identifier = (binary_expression "iVar10 + 0xffc" identifier + number_literal)) ;) (if_statement "if ((uVar20 & 0xfff) == 0xff8) {\n iVar10 = iVar12;\n }" if (parenthesized_expression "((uVar20 & 0xfff) == 0xff8)" ( (binary_expression "(uVar20 & 0xfff) == 0xff8" (parenthesized_expression "(uVar20 & 0xfff)" ( (binary_expression "uVar20 & 0xfff" identifier & number_literal) )) == number_literal) )) (compound_statement "{\n iVar10 = iVar12;\n }" { (expression_statement "iVar10 = iVar12;" (assignment_expression "iVar10 = iVar12" identifier = identifier) ;) })) })) (expression_statement "iVar10 = *(int *)(DAT_005ea7c8 + 8);" (assignment_expression "iVar10 = *(int *)(DAT_005ea7c8 + 8)" identifier = (pointer_expression "*(int *)(DAT_005ea7c8 + 8)" * (cast_expression "(int *)(DAT_005ea7c8 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_005ea7c8 + 8)" ( (binary_expression "DAT_005ea7c8 + 8" identifier + number_literal) ))))) ;) (if_statement "if (iVar10 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }" if (parenthesized_expression "(iVar10 == 0)" ( (binary_expression "iVar10 == 0" identifier == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }" { comment (expression_statement "FUN_002446e0("../../gold/parameters.h",0x5c,"options");" (call_expression "FUN_002446e0("../../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 *)(iVar10 + 0x16ed) != '\0') {\n uVar23 = local_54 - iVar9;\n if (4 < uVar23) {\n local_54 = 4;\n uVar20 = 0;\n do {\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n } while (local_54 < uVar23);\n }\n }" if (parenthesized_expression "(*(char *)(iVar10 + 0x16ed) != '\0')" ( (binary_expression "*(char *)(iVar10 + 0x16ed) != '\0'" (pointer_expression "*(char *)(iVar10 + 0x16ed)" * (cast_expression "(char *)(iVar10 + 0x16ed)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar10 + 0x16ed)" ( (binary_expression "iVar10 + 0x16ed" identifier + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n uVar23 = local_54 - iVar9;\n if (4 < uVar23) {\n local_54 = 4;\n uVar20 = 0;\n do {\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n } while (local_54 < uVar23);\n }\n }" { (expression_statement "uVar23 = local_54 - iVar9;" (assignment_expression "uVar23 = local_54 - iVar9" identifier = (binary_expression "local_54 - iVar9" identifier - identifier)) ;) (if_statement "if (4 < uVar23) {\n local_54 = 4;\n uVar20 = 0;\n do {\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n } while (local_54 < uVar23);\n }" if (parenthesized_expression "(4 < uVar23)" ( (binary_expression "4 < uVar23" number_literal < identifier) )) (compound_statement "{\n local_54 = 4;\n uVar20 = 0;\n do {\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n } while (local_54 < uVar23);\n }" { (expression_statement "local_54 = 4;" (assignment_expression "local_54 = 4" identifier = number_literal) ;) (expression_statement "uVar20 = 0;" (assignment_expression "uVar20 = 0" identifier = number_literal) ;) (do_statement "do {\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n } while (local_54 < uVar23);" do (compound_statement "{\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n }" { (expression_statement "uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);" (assignment_expression "uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4)" identifier = (pointer_expression "*(undefined4 *)(iVar18 + iVar9 + uVar20 + 4)" * (cast_expression "(undefined4 *)(iVar18 + iVar9 + uVar20 + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar18 + iVar9 + uVar20 + 4)" ( (binary_expression "iVar18 + iVar9 + uVar20 + 4" (binary_expression "iVar18 + iVar9 + uVar20" (binary_expression "iVar18 + iVar9" identifier + identifier) + identifier) + number_literal) ))))) ;) (expression_statement "cVar4 = FUN_001d4700();" (assignment_expression "cVar4 = FUN_001d4700()" identifier = (call_expression "FUN_001d4700()" identifier (argument_list "()" ( )))) ;) (if_statement "if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }" if (parenthesized_expression "(cVar4 != '\0')" ( (binary_expression "cVar4 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }" { (expression_statement "uVar2 = *(undefined4 *)(iVar7 + 4);" (assignment_expression "uVar2 = *(undefined4 *)(iVar7 + 4)" identifier = (pointer_expression "*(undefined4 *)(iVar7 + 4)" * (cast_expression "(undefined4 *)(iVar7 + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 4)" ( (binary_expression "iVar7 + 4" identifier + number_literal) ))))) ;) (expression_statement "uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );" (assignment_expression "uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n )" identifier = (call_expression "gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n )" identifier (argument_list "(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n )" ( (string_literal ""Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."" " string_content escape_sequence string_content escape_sequence string_content ") )))) ;) (expression_statement "FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);" (call_expression "FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20)" identifier (argument_list "(uVar11,uVar2,local_64,iVar9 + uVar20)" ( identifier , identifier , identifier , (binary_expression "iVar9 + uVar20" identifier + identifier) ))) ;) (expression_statement "FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);" (call_expression "FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0)" identifier (argument_list "(uVar20 + local_74 + iVar9 + 4,uVar1,5,0)" ( (binary_expression "uVar20 + local_74 + iVar9 + 4" (binary_expression "uVar20 + local_74 + iVar9" (binary_expression "uVar20 + local_74" identifier + identifier) + identifier) + number_literal) , identifier , number_literal , number_literal ))) ;) (expression_statement "uVar20 = local_54;" (assignment_expression "uVar20 = local_54" identifier = identifier) ;) })) (expression_statement "local_54 = uVar20 + 8;" (assignment_expression "local_54 = uVar20 + 8" identifier = (binary_expression "uVar20 + 8" identifier + number_literal)) ;) (expression_statement "uVar20 = uVar20 + 4;" (assignment_expression "uVar20 = uVar20 + 4" identifier = (binary_expression "uVar20 + 4" identifier + number_literal)) ;) }) while (parenthesized_expression "(local_54 < uVar23)" ( (binary_expression "local_54 < uVar23" identifier < identifier) )) ;) })) })) })) (if_statement "if (iVar24 == iVar13) break;" if (parenthesized_expression "(iVar24 == iVar13)" ( (binary_expression "iVar24 == iVar13" identifier == identifier) )) (break_statement "break;" break ;)) (expression_statement "iVar10 = iVar13;" (assignment_expression "iVar10 = iVar13" identifier = identifier) ;) (expression_statement "uVar23 = *(uint *)(iVar13 + 0x10);" (assignment_expression "uVar23 = *(uint *)(iVar13 + 0x10)" identifier = (pointer_expression "*(uint *)(iVar13 + 0x10)" * (cast_expression "(uint *)(iVar13 + 0x10)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar13 + 0x10)" ( (binary_expression "iVar13 + 0x10" identifier + number_literal) ))))) ;) })) }))) })) })) (labeled_statement "LAB_001e9c60:\n iVar9 = *(int *)((int)puVar3 + 0x2c);" statement_identifier : (expression_statement "iVar9 = *(int *)((int)puVar3 + 0x2c);" (assignment_expression "iVar9 = *(int *)((int)puVar3 + 0x2c)" identifier = (pointer_expression "*(int *)((int)puVar3 + 0x2c)" * (cast_expression "(int *)((int)puVar3 + 0x2c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)puVar3 + 0x2c)" ( (binary_expression "(int)puVar3 + 0x2c" (cast_expression "(int)puVar3" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) ))))) ;)) })) })) (if_statement "if ((iVar9 == 4) && (iVar13 = *(int *)((int)puVar3 + 0x3c), iVar13 != 0)) {\n uVar23 = *(uint *)((int)puVar3 + 0x40);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if (((*(uint *)(iVar7 + 0xac) == uVar23) && (*(int *)((int)puVar3 + 0x4c) == 0xc)) &&\n (lVar30 = FUN_00442a10(iVar13,0,0xc,0), lVar30 == 0)) {\n local_6c = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < local_6c) {\n /* try { // try from 001ea0ad to 001ea0b1 has its CatchHandler @ 001ea8e9 */\n FUN_00106f60(iVar7 + 0x90);\n local_6c = local_6c + *(int *)(iVar7 + 0xa4);\n }\n if (local_6c < *(uint *)(iVar7 + 0x28)) {\n iVar13 = iVar6 + local_6c * 0x28;\n if ((((*(int *)(iVar13 + 0x14) != 0) && ((*(byte *)(iVar13 + 8) & 2) != 0)) &&\n (*(int *)(iVar13 + 4) == 1)) &&\n (iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_6c * 4), iVar13 != 0)) {\n cVar4 = FUN_0034cd20(param_4,iVar7,local_6c);\n bVar27 = false;\n bVar28 = cVar4 == '\0';\n if (bVar28) {\n iVar9 = 10;\n pbVar21 = *(byte **)(iVar13 + 0x20);\n pbVar25 = (byte *)".eh_frame";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar27 = *pbVar21 < *pbVar25;\n bVar28 = *pbVar21 == *pbVar25;\n pbVar21 = pbVar21 + (uint)bVar29 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar29 * -2 + 1;\n } while (bVar28);\n if ((!bVar27 && !bVar28) != bVar27) {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_6c) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea8ba to 001ea8da has its CatchHandler @ 001ea8e9 */\n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset",iVar9);\n }\n if (*(int *)(*(int *)(iVar7 + 0x84) + local_6c * 4) == -1) {\n /* try { // try from 001ea64a to 001ea73e has its CatchHandler @ 001ea8e9 */\n uVar31 = FUN_002cd8b0(iVar13,iVar7,local_6c);\n if ((int)uVar31 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable",\n (int)((ulonglong)uVar31 >> 0x20));\n }\n }\n uVar23 = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= uVar23) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + uVar23 * 4);\n if (*(int *)(*(int *)(iVar7 + 0x84) + uVar23 * 4) == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,uVar23);\n if (iVar13 == 0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea7ee to 001ea7f2 has its CatchHandler @ 001ea8e9 */\n FUN_002446e0("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }\n else if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if (*(int *)(iVar7 + 0x1c) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }\n FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)((int)puVar3 + 0x38),0\n ,*(undefined4 *)((int)puVar3 + 0x3c),1,0);\n local_34 = (int *)0x0;\n FUN_0028b8b0(iVar7,uVar23,&local_34,0);\n if (*(int *)((int)puVar3 + 0x2c) != 4) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }\n }\n }\n }\n }\n }\n }" if (parenthesized_expression "((iVar9 == 4) && (iVar13 = *(int *)((int)puVar3 + 0x3c), iVar13 != 0))" ( (binary_expression "(iVar9 == 4) && (iVar13 = *(int *)((int)puVar3 + 0x3c), iVar13 != 0)" (parenthesized_expression "(iVar9 == 4)" ( (binary_expression "iVar9 == 4" identifier == number_literal) )) && (parenthesized_expression "(iVar13 = *(int *)((int)puVar3 + 0x3c), iVar13 != 0)" ( (comma_expression "iVar13 = *(int *)((int)puVar3 + 0x3c), iVar13 != 0" (assignment_expression "iVar13 = *(int *)((int)puVar3 + 0x3c)" identifier = (pointer_expression "*(int *)((int)puVar3 + 0x3c)" * (cast_expression "(int *)((int)puVar3 + 0x3c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)puVar3 + 0x3c)" ( (binary_expression "(int)puVar3 + 0x3c" (cast_expression "(int)puVar3" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) ))))) , (binary_expression "iVar13 != 0" identifier != number_literal)) ))) )) (compound_statement "{\n uVar23 = *(uint *)((int)puVar3 + 0x40);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if (((*(uint *)(iVar7 + 0xac) == uVar23) && (*(int *)((int)puVar3 + 0x4c) == 0xc)) &&\n (lVar30 = FUN_00442a10(iVar13,0,0xc,0), lVar30 == 0)) {\n local_6c = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < local_6c) {\n /* try { // try from 001ea0ad to 001ea0b1 has its CatchHandler @ 001ea8e9 */\n FUN_00106f60(iVar7 + 0x90);\n local_6c = local_6c + *(int *)(iVar7 + 0xa4);\n }\n if (local_6c < *(uint *)(iVar7 + 0x28)) {\n iVar13 = iVar6 + local_6c * 0x28;\n if ((((*(int *)(iVar13 + 0x14) != 0) && ((*(byte *)(iVar13 + 8) & 2) != 0)) &&\n (*(int *)(iVar13 + 4) == 1)) &&\n (iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_6c * 4), iVar13 != 0)) {\n cVar4 = FUN_0034cd20(param_4,iVar7,local_6c);\n bVar27 = false;\n bVar28 = cVar4 == '\0';\n if (bVar28) {\n iVar9 = 10;\n pbVar21 = *(byte **)(iVar13 + 0x20);\n pbVar25 = (byte *)".eh_frame";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar27 = *pbVar21 < *pbVar25;\n bVar28 = *pbVar21 == *pbVar25;\n pbVar21 = pbVar21 + (uint)bVar29 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar29 * -2 + 1;\n } while (bVar28);\n if ((!bVar27 && !bVar28) != bVar27) {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_6c) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea8ba to 001ea8da has its CatchHandler @ 001ea8e9 */\n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset",iVar9);\n }\n if (*(int *)(*(int *)(iVar7 + 0x84) + local_6c * 4) == -1) {\n /* try { // try from 001ea64a to 001ea73e has its CatchHandler @ 001ea8e9 */\n uVar31 = FUN_002cd8b0(iVar13,iVar7,local_6c);\n if ((int)uVar31 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable",\n (int)((ulonglong)uVar31 >> 0x20));\n }\n }\n uVar23 = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= uVar23) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + uVar23 * 4);\n if (*(int *)(*(int *)(iVar7 + 0x84) + uVar23 * 4) == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,uVar23);\n if (iVar13 == 0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea7ee to 001ea7f2 has its CatchHandler @ 001ea8e9 */\n FUN_002446e0("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }\n else if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if (*(int *)(iVar7 + 0x1c) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }\n FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)((int)puVar3 + 0x38),0\n ,*(undefined4 *)((int)puVar3 + 0x3c),1,0);\n local_34 = (int *)0x0;\n FUN_0028b8b0(iVar7,uVar23,&local_34,0);\n if (*(int *)((int)puVar3 + 0x2c) != 4) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }\n }\n }\n }\n }\n }\n }" { (expression_statement "uVar23 = *(uint *)((int)puVar3 + 0x40);" (assignment_expression "uVar23 = *(uint *)((int)puVar3 + 0x40)" identifier = (pointer_expression "*(uint *)((int)puVar3 + 0x40)" * (cast_expression "(uint *)((int)puVar3 + 0x40)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)puVar3 + 0x40)" ( (binary_expression "(int)puVar3 + 0x40" (cast_expression "(int)puVar3" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) ))))) ;) (if_statement "if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }" if (parenthesized_expression "(0xfeff < uVar23)" ( (binary_expression "0xfeff < uVar23" number_literal < identifier) )) (compound_statement "{\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }" { (expression_statement "FUN_00106f60(iVar7 + 0x90);" (call_expression "FUN_00106f60(iVar7 + 0x90)" identifier (argument_list "(iVar7 + 0x90)" ( (binary_expression "iVar7 + 0x90" identifier + number_literal) ))) ;) (expression_statement "uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);" (assignment_expression "uVar23 = uVar23 + *(int *)(iVar7 + 0xa4)" identifier = (binary_expression "uVar23 + *(int *)(iVar7 + 0xa4)" identifier + (pointer_expression "*(int *)(iVar7 + 0xa4)" * (cast_expression "(int *)(iVar7 + 0xa4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0xa4)" ( (binary_expression "iVar7 + 0xa4" identifier + number_literal) )))))) ;) })) (if_statement "if (((*(uint *)(iVar7 + 0xac) == uVar23) && (*(int *)((int)puVar3 + 0x4c) == 0xc)) &&\n (lVar30 = FUN_00442a10(iVar13,0,0xc,0), lVar30 == 0)) {\n local_6c = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < local_6c) {\n /* try { // try from 001ea0ad to 001ea0b1 has its CatchHandler @ 001ea8e9 */\n FUN_00106f60(iVar7 + 0x90);\n local_6c = local_6c + *(int *)(iVar7 + 0xa4);\n }\n if (local_6c < *(uint *)(iVar7 + 0x28)) {\n iVar13 = iVar6 + local_6c * 0x28;\n if ((((*(int *)(iVar13 + 0x14) != 0) && ((*(byte *)(iVar13 + 8) & 2) != 0)) &&\n (*(int *)(iVar13 + 4) == 1)) &&\n (iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_6c * 4), iVar13 != 0)) {\n cVar4 = FUN_0034cd20(param_4,iVar7,local_6c);\n bVar27 = false;\n bVar28 = cVar4 == '\0';\n if (bVar28) {\n iVar9 = 10;\n pbVar21 = *(byte **)(iVar13 + 0x20);\n pbVar25 = (byte *)".eh_frame";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar27 = *pbVar21 < *pbVar25;\n bVar28 = *pbVar21 == *pbVar25;\n pbVar21 = pbVar21 + (uint)bVar29 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar29 * -2 + 1;\n } while (bVar28);\n if ((!bVar27 && !bVar28) != bVar27) {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_6c) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea8ba to 001ea8da has its CatchHandler @ 001ea8e9 */\n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset",iVar9);\n }\n if (*(int *)(*(int *)(iVar7 + 0x84) + local_6c * 4) == -1) {\n /* try { // try from 001ea64a to 001ea73e has its CatchHandler @ 001ea8e9 */\n uVar31 = FUN_002cd8b0(iVar13,iVar7,local_6c);\n if ((int)uVar31 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable",\n (int)((ulonglong)uVar31 >> 0x20));\n }\n }\n uVar23 = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= uVar23) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + uVar23 * 4);\n if (*(int *)(*(int *)(iVar7 + 0x84) + uVar23 * 4) == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,uVar23);\n if (iVar13 == 0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea7ee to 001ea7f2 has its CatchHandler @ 001ea8e9 */\n FUN_002446e0("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }\n else if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if (*(int *)(iVar7 + 0x1c) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }\n FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)((int)puVar3 + 0x38),0\n ,*(undefined4 *)((int)puVar3 + 0x3c),1,0);\n local_34 = (int *)0x0;\n FUN_0028b8b0(iVar7,uVar23,&local_34,0);\n if (*(int *)((int)puVar3 + 0x2c) != 4) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }\n }\n }\n }\n }\n }" if (parenthesized_expression "(((*(uint *)(iVar7 + 0xac) == uVar23) && (*(int *)((int)puVar3 + 0x4c) == 0xc)) &&\n (lVar30 = FUN_00442a10(iVar13,0,0xc,0), lVar30 == 0))" ( (binary_expression "((*(uint *)(iVar7 + 0xac) == uVar23) && (*(int *)((int)puVar3 + 0x4c) == 0xc)) &&\n (lVar30 = FUN_00442a10(iVar13,0,0xc,0), lVar30 == 0)" (parenthesized_expression "((*(uint *)(iVar7 + 0xac) == uVar23) && (*(int *)((int)puVar3 + 0x4c) == 0xc))" ( (binary_expression "(*(uint *)(iVar7 + 0xac) == uVar23) && (*(int *)((int)puVar3 + 0x4c) == 0xc)" (parenthesized_expression "(*(uint *)(iVar7 + 0xac) == uVar23)" ( (binary_expression "*(uint *)(iVar7 + 0xac) == uVar23" (pointer_expression "*(uint *)(iVar7 + 0xac)" * (cast_expression "(uint *)(iVar7 + 0xac)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0xac)" ( (binary_expression "iVar7 + 0xac" identifier + number_literal) )))) == identifier) )) && (parenthesized_expression "(*(int *)((int)puVar3 + 0x4c) == 0xc)" ( (binary_expression "*(int *)((int)puVar3 + 0x4c) == 0xc" (pointer_expression "*(int *)((int)puVar3 + 0x4c)" * (cast_expression "(int *)((int)puVar3 + 0x4c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)puVar3 + 0x4c)" ( (binary_expression "(int)puVar3 + 0x4c" (cast_expression "(int)puVar3" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) == number_literal) ))) )) && (parenthesized_expression "(lVar30 = FUN_00442a10(iVar13,0,0xc,0), lVar30 == 0)" ( (comma_expression "lVar30 = FUN_00442a10(iVar13,0,0xc,0), lVar30 == 0" (assignment_expression "lVar30 = FUN_00442a10(iVar13,0,0xc,0)" identifier = (call_expression "FUN_00442a10(iVar13,0,0xc,0)" identifier (argument_list "(iVar13,0,0xc,0)" ( identifier , number_literal , number_literal , number_literal )))) , (binary_expression "lVar30 == 0" identifier == number_literal)) ))) )) (compound_statement "{\n local_6c = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < local_6c) {\n /* try { // try from 001ea0ad to 001ea0b1 has its CatchHandler @ 001ea8e9 */\n FUN_00106f60(iVar7 + 0x90);\n local_6c = local_6c + *(int *)(iVar7 + 0xa4);\n }\n if (local_6c < *(uint *)(iVar7 + 0x28)) {\n iVar13 = iVar6 + local_6c * 0x28;\n if ((((*(int *)(iVar13 + 0x14) != 0) && ((*(byte *)(iVar13 + 8) & 2) != 0)) &&\n (*(int *)(iVar13 + 4) == 1)) &&\n (iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_6c * 4), iVar13 != 0)) {\n cVar4 = FUN_0034cd20(param_4,iVar7,local_6c);\n bVar27 = false;\n bVar28 = cVar4 == '\0';\n if (bVar28) {\n iVar9 = 10;\n pbVar21 = *(byte **)(iVar13 + 0x20);\n pbVar25 = (byte *)".eh_frame";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar27 = *pbVar21 < *pbVar25;\n bVar28 = *pbVar21 == *pbVar25;\n pbVar21 = pbVar21 + (uint)bVar29 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar29 * -2 + 1;\n } while (bVar28);\n if ((!bVar27 && !bVar28) != bVar27) {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_6c) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea8ba to 001ea8da has its CatchHandler @ 001ea8e9 */\n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset",iVar9);\n }\n if (*(int *)(*(int *)(iVar7 + 0x84) + local_6c * 4) == -1) {\n /* try { // try from 001ea64a to 001ea73e has its CatchHandler @ 001ea8e9 */\n uVar31 = FUN_002cd8b0(iVar13,iVar7,local_6c);\n if ((int)uVar31 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable",\n (int)((ulonglong)uVar31 >> 0x20));\n }\n }\n uVar23 = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= uVar23) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + uVar23 * 4);\n if (*(int *)(*(int *)(iVar7 + 0x84) + uVar23 * 4) == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,uVar23);\n if (iVar13 == 0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea7ee to 001ea7f2 has its CatchHandler @ 001ea8e9 */\n FUN_002446e0("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }\n else if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if (*(int *)(iVar7 + 0x1c) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }\n FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)((int)puVar3 + 0x38),0\n ,*(undefined4 *)((int)puVar3 + 0x3c),1,0);\n local_34 = (int *)0x0;\n FUN_0028b8b0(iVar7,uVar23,&local_34,0);\n if (*(int *)((int)puVar3 + 0x2c) != 4) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }\n }\n }\n }\n }\n }" { (expression_statement "local_6c = *(uint *)((int)puVar3 + 0x44);" (assignment_expression "local_6c = *(uint *)((int)puVar3 + 0x44)" identifier = (pointer_expression "*(uint *)((int)puVar3 + 0x44)" * (cast_expression "(uint *)((int)puVar3 + 0x44)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)puVar3 + 0x44)" ( (binary_expression "(int)puVar3 + 0x44" (cast_expression "(int)puVar3" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) ))))) ;) (if_statement "if (0xfeff < local_6c) {\n /* try { // try from 001ea0ad to 001ea0b1 has its CatchHandler @ 001ea8e9 */\n FUN_00106f60(iVar7 + 0x90);\n local_6c = local_6c + *(int *)(iVar7 + 0xa4);\n }" if (parenthesized_expression "(0xfeff < local_6c)" ( (binary_expression "0xfeff < local_6c" number_literal < identifier) )) (compound_statement "{\n /* try { // try from 001ea0ad to 001ea0b1 has its CatchHandler @ 001ea8e9 */\n FUN_00106f60(iVar7 + 0x90);\n local_6c = local_6c + *(int *)(iVar7 + 0xa4);\n }" { comment (expression_statement "FUN_00106f60(iVar7 + 0x90);" (call_expression "FUN_00106f60(iVar7 + 0x90)" identifier (argument_list "(iVar7 + 0x90)" ( (binary_expression "iVar7 + 0x90" identifier + number_literal) ))) ;) (expression_statement "local_6c = local_6c + *(int *)(iVar7 + 0xa4);" (assignment_expression "local_6c = local_6c + *(int *)(iVar7 + 0xa4)" identifier = (binary_expression "local_6c + *(int *)(iVar7 + 0xa4)" identifier + (pointer_expression "*(int *)(iVar7 + 0xa4)" * (cast_expression "(int *)(iVar7 + 0xa4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0xa4)" ( (binary_expression "iVar7 + 0xa4" identifier + number_literal) )))))) ;) })) (if_statement "if (local_6c < *(uint *)(iVar7 + 0x28)) {\n iVar13 = iVar6 + local_6c * 0x28;\n if ((((*(int *)(iVar13 + 0x14) != 0) && ((*(byte *)(iVar13 + 8) & 2) != 0)) &&\n (*(int *)(iVar13 + 4) == 1)) &&\n (iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_6c * 4), iVar13 != 0)) {\n cVar4 = FUN_0034cd20(param_4,iVar7,local_6c);\n bVar27 = false;\n bVar28 = cVar4 == '\0';\n if (bVar28) {\n iVar9 = 10;\n pbVar21 = *(byte **)(iVar13 + 0x20);\n pbVar25 = (byte *)".eh_frame";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar27 = *pbVar21 < *pbVar25;\n bVar28 = *pbVar21 == *pbVar25;\n pbVar21 = pbVar21 + (uint)bVar29 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar29 * -2 + 1;\n } while (bVar28);\n if ((!bVar27 && !bVar28) != bVar27) {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_6c) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea8ba to 001ea8da has its CatchHandler @ 001ea8e9 */\n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset",iVar9);\n }\n if (*(int *)(*(int *)(iVar7 + 0x84) + local_6c * 4) == -1) {\n /* try { // try from 001ea64a to 001ea73e has its CatchHandler @ 001ea8e9 */\n uVar31 = FUN_002cd8b0(iVar13,iVar7,local_6c);\n if ((int)uVar31 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable",\n (int)((ulonglong)uVar31 >> 0x20));\n }\n }\n uVar23 = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= uVar23) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + uVar23 * 4);\n if (*(int *)(*(int *)(iVar7 + 0x84) + uVar23 * 4) == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,uVar23);\n if (iVar13 == 0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea7ee to 001ea7f2 has its CatchHandler @ 001ea8e9 */\n FUN_002446e0("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }\n else if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if (*(int *)(iVar7 + 0x1c) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }\n FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)((int)puVar3 + 0x38),0\n ,*(undefined4 *)((int)puVar3 + 0x3c),1,0);\n local_34 = (int *)0x0;\n FUN_0028b8b0(iVar7,uVar23,&local_34,0);\n if (*(int *)((int)puVar3 + 0x2c) != 4) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }\n }\n }\n }\n }" if (parenthesized_expression "(local_6c < *(uint *)(iVar7 + 0x28))" ( (binary_expression "local_6c < *(uint *)(iVar7 + 0x28)" identifier < (pointer_expression "*(uint *)(iVar7 + 0x28)" * (cast_expression "(uint *)(iVar7 + 0x28)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x28)" ( (binary_expression "iVar7 + 0x28" identifier + number_literal) ))))) )) (compound_statement "{\n iVar13 = iVar6 + local_6c * 0x28;\n if ((((*(int *)(iVar13 + 0x14) != 0) && ((*(byte *)(iVar13 + 8) & 2) != 0)) &&\n (*(int *)(iVar13 + 4) == 1)) &&\n (iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_6c * 4), iVar13 != 0)) {\n cVar4 = FUN_0034cd20(param_4,iVar7,local_6c);\n bVar27 = false;\n bVar28 = cVar4 == '\0';\n if (bVar28) {\n iVar9 = 10;\n pbVar21 = *(byte **)(iVar13 + 0x20);\n pbVar25 = (byte *)".eh_frame";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar27 = *pbVar21 < *pbVar25;\n bVar28 = *pbVar21 == *pbVar25;\n pbVar21 = pbVar21 + (uint)bVar29 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar29 * -2 + 1;\n } while (bVar28);\n if ((!bVar27 && !bVar28) != bVar27) {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_6c) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea8ba to 001ea8da has its CatchHandler @ 001ea8e9 */\n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset",iVar9);\n }\n if (*(int *)(*(int *)(iVar7 + 0x84) + local_6c * 4) == -1) {\n /* try { // try from 001ea64a to 001ea73e has its CatchHandler @ 001ea8e9 */\n uVar31 = FUN_002cd8b0(iVar13,iVar7,local_6c);\n if ((int)uVar31 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable",\n (int)((ulonglong)uVar31 >> 0x20));\n }\n }\n uVar23 = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= uVar23) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + uVar23 * 4);\n if (*(int *)(*(int *)(iVar7 + 0x84) + uVar23 * 4) == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,uVar23);\n if (iVar13 == 0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea7ee to 001ea7f2 has its CatchHandler @ 001ea8e9 */\n FUN_002446e0("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }\n else if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if (*(int *)(iVar7 + 0x1c) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }\n FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)((int)puVar3 + 0x38),0\n ,*(undefined4 *)((int)puVar3 + 0x3c),1,0);\n local_34 = (int *)0x0;\n FUN_0028b8b0(iVar7,uVar23,&local_34,0);\n if (*(int *)((int)puVar3 + 0x2c) != 4) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }\n }\n }\n }\n }" { (expression_statement "iVar13 = iVar6 + local_6c * 0x28;" (assignment_expression "iVar13 = iVar6 + local_6c * 0x28" identifier = (binary_expression "iVar6 + local_6c * 0x28" identifier + (binary_expression "local_6c * 0x28" identifier * number_literal))) ;) (if_statement "if ((((*(int *)(iVar13 + 0x14) != 0) && ((*(byte *)(iVar13 + 8) & 2) != 0)) &&\n (*(int *)(iVar13 + 4) == 1)) &&\n (iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_6c * 4), iVar13 != 0)) {\n cVar4 = FUN_0034cd20(param_4,iVar7,local_6c);\n bVar27 = false;\n bVar28 = cVar4 == '\0';\n if (bVar28) {\n iVar9 = 10;\n pbVar21 = *(byte **)(iVar13 + 0x20);\n pbVar25 = (byte *)".eh_frame";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar27 = *pbVar21 < *pbVar25;\n bVar28 = *pbVar21 == *pbVar25;\n pbVar21 = pbVar21 + (uint)bVar29 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar29 * -2 + 1;\n } while (bVar28);\n if ((!bVar27 && !bVar28) != bVar27) {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_6c) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea8ba to 001ea8da has its CatchHandler @ 001ea8e9 */\n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset",iVar9);\n }\n if (*(int *)(*(int *)(iVar7 + 0x84) + local_6c * 4) == -1) {\n /* try { // try from 001ea64a to 001ea73e has its CatchHandler @ 001ea8e9 */\n uVar31 = FUN_002cd8b0(iVar13,iVar7,local_6c);\n if ((int)uVar31 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable",\n (int)((ulonglong)uVar31 >> 0x20));\n }\n }\n uVar23 = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= uVar23) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + uVar23 * 4);\n if (*(int *)(*(int *)(iVar7 + 0x84) + uVar23 * 4) == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,uVar23);\n if (iVar13 == 0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea7ee to 001ea7f2 has its CatchHandler @ 001ea8e9 */\n FUN_002446e0("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }\n else if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if (*(int *)(iVar7 + 0x1c) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }\n FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)((int)puVar3 + 0x38),0\n ,*(undefined4 *)((int)puVar3 + 0x3c),1,0);\n local_34 = (int *)0x0;\n FUN_0028b8b0(iVar7,uVar23,&local_34,0);\n if (*(int *)((int)puVar3 + 0x2c) != 4) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }\n }\n }\n }" if (parenthesized_expression "((((*(int *)(iVar13 + 0x14) != 0) && ((*(byte *)(iVar13 + 8) & 2) != 0)) &&\n (*(int *)(iVar13 + 4) == 1)) &&\n (iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_6c * 4), iVar13 != 0))" ( (binary_expression "(((*(int *)(iVar13 + 0x14) != 0) && ((*(byte *)(iVar13 + 8) & 2) != 0)) &&\n (*(int *)(iVar13 + 4) == 1)) &&\n (iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_6c * 4), iVar13 != 0)" (parenthesized_expression "(((*(int *)(iVar13 + 0x14) != 0) && ((*(byte *)(iVar13 + 8) & 2) != 0)) &&\n (*(int *)(iVar13 + 4) == 1))" ( (binary_expression "((*(int *)(iVar13 + 0x14) != 0) && ((*(byte *)(iVar13 + 8) & 2) != 0)) &&\n (*(int *)(iVar13 + 4) == 1)" (parenthesized_expression "((*(int *)(iVar13 + 0x14) != 0) && ((*(byte *)(iVar13 + 8) & 2) != 0))" ( (binary_expression "(*(int *)(iVar13 + 0x14) != 0) && ((*(byte *)(iVar13 + 8) & 2) != 0)" (parenthesized_expression "(*(int *)(iVar13 + 0x14) != 0)" ( (binary_expression "*(int *)(iVar13 + 0x14) != 0" (pointer_expression "*(int *)(iVar13 + 0x14)" * (cast_expression "(int *)(iVar13 + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar13 + 0x14)" ( (binary_expression "iVar13 + 0x14" identifier + number_literal) )))) != number_literal) )) && (parenthesized_expression "((*(byte *)(iVar13 + 8) & 2) != 0)" ( (binary_expression "(*(byte *)(iVar13 + 8) & 2) != 0" (parenthesized_expression "(*(byte *)(iVar13 + 8) & 2)" ( (binary_expression "*(byte *)(iVar13 + 8) & 2" (pointer_expression "*(byte *)(iVar13 + 8)" * (cast_expression "(byte *)(iVar13 + 8)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar13 + 8)" ( (binary_expression "iVar13 + 8" identifier + number_literal) )))) & number_literal) )) != number_literal) ))) )) && (parenthesized_expression "(*(int *)(iVar13 + 4) == 1)" ( (binary_expression "*(int *)(iVar13 + 4) == 1" (pointer_expression "*(int *)(iVar13 + 4)" * (cast_expression "(int *)(iVar13 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar13 + 4)" ( (binary_expression "iVar13 + 4" identifier + number_literal) )))) == number_literal) ))) )) && (parenthesized_expression "(iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_6c * 4), iVar13 != 0)" ( (comma_expression "iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_6c * 4), iVar13 != 0" (assignment_expression "iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_6c * 4)" identifier = (pointer_expression "*(int *)(*(int *)(iVar7 + 0x38) + local_6c * 4)" * (cast_expression "(int *)(*(int *)(iVar7 + 0x38) + local_6c * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(iVar7 + 0x38) + local_6c * 4)" ( (binary_expression "*(int *)(iVar7 + 0x38) + local_6c * 4" (pointer_expression "*(int *)(iVar7 + 0x38)" * (cast_expression "(int *)(iVar7 + 0x38)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x38)" ( (binary_expression "iVar7 + 0x38" identifier + number_literal) )))) + (binary_expression "local_6c * 4" identifier * number_literal)) ))))) , (binary_expression "iVar13 != 0" identifier != number_literal)) ))) )) (compound_statement "{\n cVar4 = FUN_0034cd20(param_4,iVar7,local_6c);\n bVar27 = false;\n bVar28 = cVar4 == '\0';\n if (bVar28) {\n iVar9 = 10;\n pbVar21 = *(byte **)(iVar13 + 0x20);\n pbVar25 = (byte *)".eh_frame";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar27 = *pbVar21 < *pbVar25;\n bVar28 = *pbVar21 == *pbVar25;\n pbVar21 = pbVar21 + (uint)bVar29 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar29 * -2 + 1;\n } while (bVar28);\n if ((!bVar27 && !bVar28) != bVar27) {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_6c) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea8ba to 001ea8da has its CatchHandler @ 001ea8e9 */\n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset",iVar9);\n }\n if (*(int *)(*(int *)(iVar7 + 0x84) + local_6c * 4) == -1) {\n /* try { // try from 001ea64a to 001ea73e has its CatchHandler @ 001ea8e9 */\n uVar31 = FUN_002cd8b0(iVar13,iVar7,local_6c);\n if ((int)uVar31 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable",\n (int)((ulonglong)uVar31 >> 0x20));\n }\n }\n uVar23 = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= uVar23) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + uVar23 * 4);\n if (*(int *)(*(int *)(iVar7 + 0x84) + uVar23 * 4) == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,uVar23);\n if (iVar13 == 0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea7ee to 001ea7f2 has its CatchHandler @ 001ea8e9 */\n FUN_002446e0("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }\n else if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if (*(int *)(iVar7 + 0x1c) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }\n FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)((int)puVar3 + 0x38),0\n ,*(undefined4 *)((int)puVar3 + 0x3c),1,0);\n local_34 = (int *)0x0;\n FUN_0028b8b0(iVar7,uVar23,&local_34,0);\n if (*(int *)((int)puVar3 + 0x2c) != 4) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }\n }\n }\n }" { (expression_statement "cVar4 = FUN_0034cd20(param_4,iVar7,local_6c);" (assignment_expression "cVar4 = FUN_0034cd20(param_4,iVar7,local_6c)" identifier = (call_expression "FUN_0034cd20(param_4,iVar7,local_6c)" identifier (argument_list "(param_4,iVar7,local_6c)" ( identifier , identifier , identifier )))) ;) (expression_statement "bVar27 = false;" (assignment_expression "bVar27 = false" identifier = false) ;) (expression_statement "bVar28 = cVar4 == '\0';" (assignment_expression "bVar28 = cVar4 == '\0'" identifier = (binary_expression "cVar4 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence '))) ;) (if_statement "if (bVar28) {\n iVar9 = 10;\n pbVar21 = *(byte **)(iVar13 + 0x20);\n pbVar25 = (byte *)".eh_frame";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar27 = *pbVar21 < *pbVar25;\n bVar28 = *pbVar21 == *pbVar25;\n pbVar21 = pbVar21 + (uint)bVar29 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar29 * -2 + 1;\n } while (bVar28);\n if ((!bVar27 && !bVar28) != bVar27) {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_6c) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea8ba to 001ea8da has its CatchHandler @ 001ea8e9 */\n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset",iVar9);\n }\n if (*(int *)(*(int *)(iVar7 + 0x84) + local_6c * 4) == -1) {\n /* try { // try from 001ea64a to 001ea73e has its CatchHandler @ 001ea8e9 */\n uVar31 = FUN_002cd8b0(iVar13,iVar7,local_6c);\n if ((int)uVar31 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable",\n (int)((ulonglong)uVar31 >> 0x20));\n }\n }\n uVar23 = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= uVar23) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + uVar23 * 4);\n if (*(int *)(*(int *)(iVar7 + 0x84) + uVar23 * 4) == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,uVar23);\n if (iVar13 == 0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea7ee to 001ea7f2 has its CatchHandler @ 001ea8e9 */\n FUN_002446e0("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }\n else if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if (*(int *)(iVar7 + 0x1c) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }\n FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)((int)puVar3 + 0x38),0\n ,*(undefined4 *)((int)puVar3 + 0x3c),1,0);\n local_34 = (int *)0x0;\n FUN_0028b8b0(iVar7,uVar23,&local_34,0);\n if (*(int *)((int)puVar3 + 0x2c) != 4) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }\n }\n }" if (parenthesized_expression "(bVar28)" ( identifier )) (compound_statement "{\n iVar9 = 10;\n pbVar21 = *(byte **)(iVar13 + 0x20);\n pbVar25 = (byte *)".eh_frame";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar27 = *pbVar21 < *pbVar25;\n bVar28 = *pbVar21 == *pbVar25;\n pbVar21 = pbVar21 + (uint)bVar29 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar29 * -2 + 1;\n } while (bVar28);\n if ((!bVar27 && !bVar28) != bVar27) {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_6c) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea8ba to 001ea8da has its CatchHandler @ 001ea8e9 */\n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset",iVar9);\n }\n if (*(int *)(*(int *)(iVar7 + 0x84) + local_6c * 4) == -1) {\n /* try { // try from 001ea64a to 001ea73e has its CatchHandler @ 001ea8e9 */\n uVar31 = FUN_002cd8b0(iVar13,iVar7,local_6c);\n if ((int)uVar31 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable",\n (int)((ulonglong)uVar31 >> 0x20));\n }\n }\n uVar23 = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= uVar23) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + uVar23 * 4);\n if (*(int *)(*(int *)(iVar7 + 0x84) + uVar23 * 4) == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,uVar23);\n if (iVar13 == 0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea7ee to 001ea7f2 has its CatchHandler @ 001ea8e9 */\n FUN_002446e0("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }\n else if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if (*(int *)(iVar7 + 0x1c) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }\n FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)((int)puVar3 + 0x38),0\n ,*(undefined4 *)((int)puVar3 + 0x3c),1,0);\n local_34 = (int *)0x0;\n FUN_0028b8b0(iVar7,uVar23,&local_34,0);\n if (*(int *)((int)puVar3 + 0x2c) != 4) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }\n }\n }" { (expression_statement "iVar9 = 10;" (assignment_expression "iVar9 = 10" identifier = number_literal) ;) (expression_statement "pbVar21 = *(byte **)(iVar13 + 0x20);" (assignment_expression "pbVar21 = *(byte **)(iVar13 + 0x20)" identifier = (pointer_expression "*(byte **)(iVar13 + 0x20)" * (cast_expression "(byte **)(iVar13 + 0x20)" ( (type_descriptor "byte **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar13 + 0x20)" ( (binary_expression "iVar13 + 0x20" identifier + number_literal) ))))) ;) (expression_statement "pbVar25 = (byte *)".eh_frame";" (assignment_expression "pbVar25 = (byte *)".eh_frame"" identifier = (cast_expression "(byte *)".eh_frame"" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (string_literal "".eh_frame"" " string_content "))) ;) (do_statement "do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar27 = *pbVar21 < *pbVar25;\n bVar28 = *pbVar21 == *pbVar25;\n pbVar21 = pbVar21 + (uint)bVar29 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar29 * -2 + 1;\n } while (bVar28);" do (compound_statement "{\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar27 = *pbVar21 < *pbVar25;\n bVar28 = *pbVar21 == *pbVar25;\n pbVar21 = pbVar21 + (uint)bVar29 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar29 * -2 + 1;\n }" { (if_statement "if (iVar9 == 0) break;" if (parenthesized_expression "(iVar9 == 0)" ( (binary_expression "iVar9 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "iVar9 = iVar9 + -1;" (assignment_expression "iVar9 = iVar9 + -1" identifier = (binary_expression "iVar9 + -1" identifier + number_literal)) ;) (expression_statement "bVar27 = *pbVar21 < *pbVar25;" (assignment_expression "bVar27 = *pbVar21 < *pbVar25" identifier = (binary_expression "*pbVar21 < *pbVar25" (pointer_expression "*pbVar21" * identifier) < (pointer_expression "*pbVar25" * identifier))) ;) (expression_statement "bVar28 = *pbVar21 == *pbVar25;" (assignment_expression "bVar28 = *pbVar21 == *pbVar25" identifier = (binary_expression "*pbVar21 == *pbVar25" (pointer_expression "*pbVar21" * identifier) == (pointer_expression "*pbVar25" * identifier))) ;) (expression_statement "pbVar21 = pbVar21 + (uint)bVar29 * -2 + 1;" (assignment_expression "pbVar21 = pbVar21 + (uint)bVar29 * -2 + 1" identifier = (binary_expression "pbVar21 + (uint)bVar29 * -2 + 1" (binary_expression "pbVar21 + (uint)bVar29 * -2" identifier + (binary_expression "(uint)bVar29 * -2" (cast_expression "(uint)bVar29" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "pbVar25 = pbVar25 + (uint)bVar29 * -2 + 1;" (assignment_expression "pbVar25 = pbVar25 + (uint)bVar29 * -2 + 1" identifier = (binary_expression "pbVar25 + (uint)bVar29 * -2 + 1" (binary_expression "pbVar25 + (uint)bVar29 * -2" identifier + (binary_expression "(uint)bVar29 * -2" (cast_expression "(uint)bVar29" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar28)" ( identifier )) ;) (if_statement "if ((!bVar27 && !bVar28) != bVar27) {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_6c) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea8ba to 001ea8da has its CatchHandler @ 001ea8e9 */\n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset",iVar9);\n }\n if (*(int *)(*(int *)(iVar7 + 0x84) + local_6c * 4) == -1) {\n /* try { // try from 001ea64a to 001ea73e has its CatchHandler @ 001ea8e9 */\n uVar31 = FUN_002cd8b0(iVar13,iVar7,local_6c);\n if ((int)uVar31 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable",\n (int)((ulonglong)uVar31 >> 0x20));\n }\n }\n uVar23 = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= uVar23) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + uVar23 * 4);\n if (*(int *)(*(int *)(iVar7 + 0x84) + uVar23 * 4) == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,uVar23);\n if (iVar13 == 0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea7ee to 001ea7f2 has its CatchHandler @ 001ea8e9 */\n FUN_002446e0("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }\n else if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if (*(int *)(iVar7 + 0x1c) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }\n FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)((int)puVar3 + 0x38),0\n ,*(undefined4 *)((int)puVar3 + 0x3c),1,0);\n local_34 = (int *)0x0;\n FUN_0028b8b0(iVar7,uVar23,&local_34,0);\n if (*(int *)((int)puVar3 + 0x2c) != 4) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }\n }" if (parenthesized_expression "((!bVar27 && !bVar28) != bVar27)" ( (binary_expression "(!bVar27 && !bVar28) != bVar27" (parenthesized_expression "(!bVar27 && !bVar28)" ( (binary_expression "!bVar27 && !bVar28" (unary_expression "!bVar27" ! identifier) && (unary_expression "!bVar28" ! identifier)) )) != identifier) )) (compound_statement "{\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_6c) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea8ba to 001ea8da has its CatchHandler @ 001ea8e9 */\n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset",iVar9);\n }\n if (*(int *)(*(int *)(iVar7 + 0x84) + local_6c * 4) == -1) {\n /* try { // try from 001ea64a to 001ea73e has its CatchHandler @ 001ea8e9 */\n uVar31 = FUN_002cd8b0(iVar13,iVar7,local_6c);\n if ((int)uVar31 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable",\n (int)((ulonglong)uVar31 >> 0x20));\n }\n }\n uVar23 = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= uVar23) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + uVar23 * 4);\n if (*(int *)(*(int *)(iVar7 + 0x84) + uVar23 * 4) == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,uVar23);\n if (iVar13 == 0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea7ee to 001ea7f2 has its CatchHandler @ 001ea8e9 */\n FUN_002446e0("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }\n else if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if (*(int *)(iVar7 + 0x1c) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }\n FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)((int)puVar3 + 0x38),0\n ,*(undefined4 *)((int)puVar3 + 0x3c),1,0);\n local_34 = (int *)0x0;\n FUN_0028b8b0(iVar7,uVar23,&local_34,0);\n if (*(int *)((int)puVar3 + 0x2c) != 4) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }\n }" { (if_statement "if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_6c) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea8ba to 001ea8da has its CatchHandler @ 001ea8e9 */\n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset",iVar9);\n }" if (parenthesized_expression "((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_6c)" ( (binary_expression "(uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_6c" (call_expression "(uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2)" ( (binary_expression "*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2" (binary_expression "*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84)" (pointer_expression "*(int *)(iVar7 + 0x88)" * (cast_expression "(int *)(iVar7 + 0x88)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x88)" ( (binary_expression "iVar7 + 0x88" identifier + number_literal) )))) - (pointer_expression "*(int *)(iVar7 + 0x84)" * (cast_expression "(int *)(iVar7 + 0x84)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x84)" ( (binary_expression "iVar7 + 0x84" identifier + number_literal) ))))) >> number_literal) ))) <= identifier) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea8ba to 001ea8da has its CatchHandler @ 001ea8e9 */\n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset",iVar9);\n }" { comment comment (expression_statement "FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset",iVar9);" (call_expression "FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset",iVar9)" identifier (argument_list "("../../gold/object.h",0x7f7,"get_output_section_offset",iVar9)" ( (string_literal ""../../gold/object.h"" " string_content ") , number_literal , (string_literal ""get_output_section_offset"" " string_content ") , identifier ))) ;) })) (if_statement "if (*(int *)(*(int *)(iVar7 + 0x84) + local_6c * 4) == -1) {\n /* try { // try from 001ea64a to 001ea73e has its CatchHandler @ 001ea8e9 */\n uVar31 = FUN_002cd8b0(iVar13,iVar7,local_6c);\n if ((int)uVar31 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable",\n (int)((ulonglong)uVar31 >> 0x20));\n }\n }" if (parenthesized_expression "(*(int *)(*(int *)(iVar7 + 0x84) + local_6c * 4) == -1)" ( (binary_expression "*(int *)(*(int *)(iVar7 + 0x84) + local_6c * 4) == -1" (pointer_expression "*(int *)(*(int *)(iVar7 + 0x84) + local_6c * 4)" * (cast_expression "(int *)(*(int *)(iVar7 + 0x84) + local_6c * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(iVar7 + 0x84) + local_6c * 4)" ( (binary_expression "*(int *)(iVar7 + 0x84) + local_6c * 4" (pointer_expression "*(int *)(iVar7 + 0x84)" * (cast_expression "(int *)(iVar7 + 0x84)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x84)" ( (binary_expression "iVar7 + 0x84" identifier + number_literal) )))) + (binary_expression "local_6c * 4" identifier * number_literal)) )))) == number_literal) )) (compound_statement "{\n /* try { // try from 001ea64a to 001ea73e has its CatchHandler @ 001ea8e9 */\n uVar31 = FUN_002cd8b0(iVar13,iVar7,local_6c);\n if ((int)uVar31 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable",\n (int)((ulonglong)uVar31 >> 0x20));\n }\n }" { comment (expression_statement "uVar31 = FUN_002cd8b0(iVar13,iVar7,local_6c);" (assignment_expression "uVar31 = FUN_002cd8b0(iVar13,iVar7,local_6c)" identifier = (call_expression "FUN_002cd8b0(iVar13,iVar7,local_6c)" identifier (argument_list "(iVar13,iVar7,local_6c)" ( identifier , identifier , identifier )))) ;) (if_statement "if ((int)uVar31 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable",\n (int)((ulonglong)uVar31 >> 0x20));\n }" if (parenthesized_expression "((int)uVar31 == 0)" ( (binary_expression "(int)uVar31 == 0" (cast_expression "(int)uVar31" ( (type_descriptor "int" primitive_type) ) identifier) == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable",\n (int)((ulonglong)uVar31 >> 0x20));\n }" { comment (expression_statement "FUN_002446e0("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable",\n (int)((ulonglong)uVar31 >> 0x20));" (call_expression "FUN_002446e0("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable",\n (int)((ulonglong)uVar31 >> 0x20))" identifier (argument_list "("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable",\n (int)((ulonglong)uVar31 >> 0x20))" ( (string_literal ""../../gold/aarch64.cc"" " string_content ") , number_literal , (string_literal ""text_section_is_scannable"" " string_content ") , (cast_expression "(int)((ulonglong)uVar31 >> 0x20)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "((ulonglong)uVar31 >> 0x20)" ( (binary_expression "(ulonglong)uVar31 >> 0x20" (cast_expression "(ulonglong)uVar31" ( (type_descriptor "ulonglong" type_identifier) ) identifier) >> number_literal) ))) ))) ;) })) })) (expression_statement "uVar23 = *(uint *)((int)puVar3 + 0x44);" (assignment_expression "uVar23 = *(uint *)((int)puVar3 + 0x44)" identifier = (pointer_expression "*(uint *)((int)puVar3 + 0x44)" * (cast_expression "(uint *)((int)puVar3 + 0x44)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)puVar3 + 0x44)" ( (binary_expression "(int)puVar3 + 0x44" (cast_expression "(int)puVar3" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) ))))) ;) (if_statement "if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }" if (parenthesized_expression "(0xfeff < uVar23)" ( (binary_expression "0xfeff < uVar23" number_literal < identifier) )) (compound_statement "{\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }" { (expression_statement "FUN_00106f60(iVar7 + 0x90);" (call_expression "FUN_00106f60(iVar7 + 0x90)" identifier (argument_list "(iVar7 + 0x90)" ( (binary_expression "iVar7 + 0x90" identifier + number_literal) ))) ;) (expression_statement "uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);" (assignment_expression "uVar23 = uVar23 + *(int *)(iVar7 + 0xa4)" identifier = (binary_expression "uVar23 + *(int *)(iVar7 + 0xa4)" identifier + (pointer_expression "*(int *)(iVar7 + 0xa4)" * (cast_expression "(int *)(iVar7 + 0xa4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0xa4)" ( (binary_expression "iVar7 + 0xa4" identifier + number_literal) )))))) ;) })) (if_statement "if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= uVar23) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }" if (parenthesized_expression "((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= uVar23)" ( (binary_expression "(uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= uVar23" (call_expression "(uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2)" ( (binary_expression "*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2" (binary_expression "*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84)" (pointer_expression "*(int *)(iVar7 + 0x88)" * (cast_expression "(int *)(iVar7 + 0x88)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x88)" ( (binary_expression "iVar7 + 0x88" identifier + number_literal) )))) - (pointer_expression "*(int *)(iVar7 + 0x84)" * (cast_expression "(int *)(iVar7 + 0x84)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x84)" ( (binary_expression "iVar7 + 0x84" identifier + number_literal) ))))) >> number_literal) ))) <= identifier) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }" { comment (expression_statement "FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");" (call_expression "FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset")" identifier (argument_list "("../../gold/object.h",0x7f7,"get_output_section_offset")" ( (string_literal ""../../gold/object.h"" " string_content ") , number_literal , (string_literal ""get_output_section_offset"" " string_content ") ))) ;) })) (expression_statement "iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + uVar23 * 4);" (assignment_expression "iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + uVar23 * 4)" identifier = (pointer_expression "*(int *)(*(int *)(iVar7 + 0x38) + uVar23 * 4)" * (cast_expression "(int *)(*(int *)(iVar7 + 0x38) + uVar23 * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(iVar7 + 0x38) + uVar23 * 4)" ( (binary_expression "*(int *)(iVar7 + 0x38) + uVar23 * 4" (pointer_expression "*(int *)(iVar7 + 0x38)" * (cast_expression "(int *)(iVar7 + 0x38)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x38)" ( (binary_expression "iVar7 + 0x38" identifier + number_literal) )))) + (binary_expression "uVar23 * 4" identifier * number_literal)) ))))) ;) (if_statement "if (*(int *)(*(int *)(iVar7 + 0x84) + uVar23 * 4) == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,uVar23);\n if (iVar13 == 0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea7ee to 001ea7f2 has its CatchHandler @ 001ea8e9 */\n FUN_002446e0("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }\n else if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }" if (parenthesized_expression "(*(int *)(*(int *)(iVar7 + 0x84) + uVar23 * 4) == -1)" ( (binary_expression "*(int *)(*(int *)(iVar7 + 0x84) + uVar23 * 4) == -1" (pointer_expression "*(int *)(*(int *)(iVar7 + 0x84) + uVar23 * 4)" * (cast_expression "(int *)(*(int *)(iVar7 + 0x84) + uVar23 * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(iVar7 + 0x84) + uVar23 * 4)" ( (binary_expression "*(int *)(iVar7 + 0x84) + uVar23 * 4" (pointer_expression "*(int *)(iVar7 + 0x84)" * (cast_expression "(int *)(iVar7 + 0x84)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x84)" ( (binary_expression "iVar7 + 0x84" identifier + number_literal) )))) + (binary_expression "uVar23 * 4" identifier * number_literal)) )))) == number_literal) )) (compound_statement "{\n iVar13 = FUN_002cd8b0(iVar13,iVar7,uVar23);\n if (iVar13 == 0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea7ee to 001ea7f2 has its CatchHandler @ 001ea8e9 */\n FUN_002446e0("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }" { (expression_statement "iVar13 = FUN_002cd8b0(iVar13,iVar7,uVar23);" (assignment_expression "iVar13 = FUN_002cd8b0(iVar13,iVar7,uVar23)" identifier = (call_expression "FUN_002cd8b0(iVar13,iVar7,uVar23)" identifier (argument_list "(iVar13,iVar7,uVar23)" ( identifier , identifier , identifier )))) ;) (if_statement "if (iVar13 == 0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea7ee to 001ea7f2 has its CatchHandler @ 001ea8e9 */\n FUN_002446e0("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }" if (parenthesized_expression "(iVar13 == 0)" ( (binary_expression "iVar13 == 0" identifier == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea7ee to 001ea7f2 has its CatchHandler @ 001ea8e9 */\n FUN_002446e0("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }" { comment comment (expression_statement "FUN_002446e0("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");" (call_expression "FUN_002446e0("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs")" identifier (argument_list "("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs")" ( (string_literal ""../../gold/aarch64.cc"" " string_content ") , number_literal , (string_literal ""scan_sections_for_stubs"" " string_content ") ))) ;) })) (if_statement "if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }" if (parenthesized_expression "((*(byte *)(iVar13 + 0x1c) & 1) == 0)" ( (binary_expression "(*(byte *)(iVar13 + 0x1c) & 1) == 0" (parenthesized_expression "(*(byte *)(iVar13 + 0x1c) & 1)" ( (binary_expression "*(byte *)(iVar13 + 0x1c) & 1" (pointer_expression "*(byte *)(iVar13 + 0x1c)" * (cast_expression "(byte *)(iVar13 + 0x1c)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar13 + 0x1c)" ( (binary_expression "iVar13 + 0x1c" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }" { comment (expression_statement "FUN_002446e0("../../gold/output.h",0xc5,"address");" (call_expression "FUN_002446e0("../../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 ") ))) ;) })) }) (else_clause "else if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }" else (if_statement "if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }" if (parenthesized_expression "((*(byte *)(iVar13 + 0x1c) & 1) == 0)" ( (binary_expression "(*(byte *)(iVar13 + 0x1c) & 1) == 0" (parenthesized_expression "(*(byte *)(iVar13 + 0x1c) & 1)" ( (binary_expression "*(byte *)(iVar13 + 0x1c) & 1" (pointer_expression "*(byte *)(iVar13 + 0x1c)" * (cast_expression "(byte *)(iVar13 + 0x1c)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar13 + 0x1c)" ( (binary_expression "iVar13 + 0x1c" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }" { comment (expression_statement "FUN_002446e0("../../gold/output.h",0xc5,"address");" (call_expression "FUN_002446e0("../../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 ") ))) ;) })))) (if_statement "if (*(int *)(iVar7 + 0x1c) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }" if (parenthesized_expression "(*(int *)(iVar7 + 0x1c) == 0)" ( (binary_expression "*(int *)(iVar7 + 0x1c) == 0" (pointer_expression "*(int *)(iVar7 + 0x1c)" * (cast_expression "(int *)(iVar7 + 0x1c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x1c)" ( (binary_expression "iVar7 + 0x1c" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }" { comment (expression_statement "FUN_002446e0("../../gold/object.h",0x1e3,"input_file");" (call_expression "FUN_002446e0("../../gold/object.h",0x1e3,"input_file")" identifier (argument_list "("../../gold/object.h",0x1e3,"input_file")" ( (string_literal ""../../gold/object.h"" " string_content ") , number_literal , (string_literal ""input_file"" " string_content ") ))) ;) })) (expression_statement "FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)((int)puVar3 + 0x38),0\n ,*(undefined4 *)((int)puVar3 + 0x3c),1,0);" (call_expression "FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)((int)puVar3 + 0x38),0\n ,*(undefined4 *)((int)puVar3 + 0x3c),1,0)" identifier (argument_list "(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)((int)puVar3 + 0x38),0\n ,*(undefined4 *)((int)puVar3 + 0x3c),1,0)" ( (binary_expression "*(int *)(iVar7 + 0x1c) + 0x1c" (pointer_expression "*(int *)(iVar7 + 0x1c)" * (cast_expression "(int *)(iVar7 + 0x1c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x1c)" ( (binary_expression "iVar7 + 0x1c" identifier + number_literal) )))) + number_literal) , (pointer_expression "*(undefined4 *)(iVar7 + 0x20)" * (cast_expression "(undefined4 *)(iVar7 + 0x20)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x20)" ( (binary_expression "iVar7 + 0x20" identifier + number_literal) )))) , (pointer_expression "*(undefined4 *)(iVar7 + 0x24)" * (cast_expression "(undefined4 *)(iVar7 + 0x24)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x24)" ( (binary_expression "iVar7 + 0x24" identifier + number_literal) )))) , (pointer_expression "*(undefined4 *)((int)puVar3 + 0x38)" * (cast_expression "(undefined4 *)((int)puVar3 + 0x38)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)puVar3 + 0x38)" ( (binary_expression "(int)puVar3 + 0x38" (cast_expression "(int)puVar3" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) , number_literal , (pointer_expression "*(undefined4 *)((int)puVar3 + 0x3c)" * (cast_expression "(undefined4 *)((int)puVar3 + 0x3c)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)puVar3 + 0x3c)" ( (binary_expression "(int)puVar3 + 0x3c" (cast_expression "(int)puVar3" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) , number_literal , number_literal ))) ;) (expression_statement "local_34 = (int *)0x0;" (assignment_expression "local_34 = (int *)0x0" identifier = (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "FUN_0028b8b0(iVar7,uVar23,&local_34,0);" (call_expression "FUN_0028b8b0(iVar7,uVar23,&local_34,0)" identifier (argument_list "(iVar7,uVar23,&local_34,0)" ( identifier , identifier , (pointer_expression "&local_34" & identifier) , number_literal ))) ;) (if_statement "if (*(int *)((int)puVar3 + 0x2c) != 4) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }" if (parenthesized_expression "(*(int *)((int)puVar3 + 0x2c) != 4)" ( (binary_expression "*(int *)((int)puVar3 + 0x2c) != 4" (pointer_expression "*(int *)((int)puVar3 + 0x2c)" * (cast_expression "(int *)((int)puVar3 + 0x2c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)puVar3 + 0x2c)" ( (binary_expression "(int)puVar3 + 0x2c" (cast_expression "(int)puVar3" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) != number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }" { comment (expression_statement "FUN_002446e0("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");" (call_expression "FUN_002446e0("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs")" identifier (argument_list "("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs")" ( (string_literal ""../../gold/aarch64.cc"" " string_content ") , number_literal , (string_literal ""scan_sections_for_stubs"" " string_content ") ))) ;) })) })) })) })) })) })) })) (expression_statement "local_64 = local_64 + 1;" (assignment_expression "local_64 = local_64 + 1" identifier = (binary_expression "local_64 + 1" identifier + number_literal)) ;) (if_statement "if (uVar26 == local_64) break;" if (parenthesized_expression "(uVar26 == local_64)" ( (binary_expression "uVar26 == local_64" identifier == identifier) )) (break_statement "break;" break ;)) (expression_statement "iVar13 = *(int *)(DAT_005ea7c8 + 8);" (assignment_expression "iVar13 = *(int *)(DAT_005ea7c8 + 8)" identifier = (pointer_expression "*(int *)(DAT_005ea7c8 + 8)" * (cast_expression "(int *)(DAT_005ea7c8 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_005ea7c8 + 8)" ( (binary_expression "DAT_005ea7c8 + 8" identifier + number_literal) ))))) ;) (expression_statement "puVar3 = local_5c;" (assignment_expression "puVar3 = local_5c" identifier = identifier) ;) (if_statement "if (iVar13 == 0) goto LAB_001e9d87;" if (parenthesized_expression "(iVar13 == 0)" ( (binary_expression "iVar13 == 0" identifier == number_literal) )) (goto_statement "goto LAB_001e9d87;" goto statement_identifier ;)) }) while (parenthesized_expression "( true )" ( true )) ;) })) (if_statement "if (*(int *)(iVar7 + 0x1c) != 0) {\n FUN_0023dd30(*(int *)(iVar7 + 0x1c) + 0x1c,param_6);\n }" if (parenthesized_expression "(*(int *)(iVar7 + 0x1c) != 0)" ( (binary_expression "*(int *)(iVar7 + 0x1c) != 0" (pointer_expression "*(int *)(iVar7 + 0x1c)" * (cast_expression "(int *)(iVar7 + 0x1c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x1c)" ( (binary_expression "iVar7 + 0x1c" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n FUN_0023dd30(*(int *)(iVar7 + 0x1c) + 0x1c,param_6);\n }" { (expression_statement "FUN_0023dd30(*(int *)(iVar7 + 0x1c) + 0x1c,param_6);" (call_expression "FUN_0023dd30(*(int *)(iVar7 + 0x1c) + 0x1c,param_6)" identifier (argument_list "(*(int *)(iVar7 + 0x1c) + 0x1c,param_6)" ( (binary_expression "*(int *)(iVar7 + 0x1c) + 0x1c" (pointer_expression "*(int *)(iVar7 + 0x1c)" * (cast_expression "(int *)(iVar7 + 0x1c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x1c)" ( (binary_expression "iVar7 + 0x1c" identifier + number_literal) )))) + number_literal) , identifier ))) ;) })) (expression_statement "local_ac = local_ac + 1;" (assignment_expression "local_ac = local_ac + 1" identifier = (binary_expression "local_ac + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "((int *)param_3[1] != local_ac)" ( (binary_expression "(int *)param_3[1] != local_ac" (cast_expression "(int *)param_3[1]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_3[1]" identifier [ number_literal ])) != identifier) )) ;) (labeled_statement "LAB_001e9f98:\n piVar8 = *(int **)(param_1 + 100);" statement_identifier : (expression_statement "piVar8 = *(int **)(param_1 + 100);" (assignment_expression "piVar8 = *(int **)(param_1 + 100)" identifier = (pointer_expression "*(int **)(param_1 + 100)" * (cast_expression "(int **)(param_1 + 100)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 100)" ( (binary_expression "param_1 + 100" identifier + number_literal) ))))) ;)) (expression_statement "piVar19 = *(int **)(param_1 + 0x60);" (assignment_expression "piVar19 = *(int **)(param_1 + 0x60)" identifier = (pointer_expression "*(int **)(param_1 + 0x60)" * (cast_expression "(int **)(param_1 + 0x60)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x60)" ( (binary_expression "param_1 + 0x60" identifier + number_literal) ))))) ;) (while_statement "while( true ) {\n if (piVar19 == piVar8) {\n return 0;\n }\n iVar7 = *piVar19;\n iVar6 = *(int *)(iVar7 + 0x68);\n uVar26 = *(uint *)(iVar7 + 0x58) + 3 & 0xfffffffc;\n iVar13 = *(int *)(iVar7 + 0x6c);\n iVar24 = uVar26 + *(uint *)(iVar7 + 0x60);\n iVar9 = *(int *)(iVar7 + 0x5c) + (uint)(0xfffffffc < *(uint *)(iVar7 + 0x58)) +\n *(int *)(iVar7 + 100) + (uint)CARRY4(uVar26,*(uint *)(iVar7 + 0x60));\n *(int *)(iVar7 + 0x68) = iVar24;\n *(int *)(iVar7 + 0x6c) = iVar9;\n if (iVar13 != iVar9 || iVar6 != iVar24) break;\n piVar19 = piVar19 + 1;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n if (piVar19 == piVar8) {\n return 0;\n }\n iVar7 = *piVar19;\n iVar6 = *(int *)(iVar7 + 0x68);\n uVar26 = *(uint *)(iVar7 + 0x58) + 3 & 0xfffffffc;\n iVar13 = *(int *)(iVar7 + 0x6c);\n iVar24 = uVar26 + *(uint *)(iVar7 + 0x60);\n iVar9 = *(int *)(iVar7 + 0x5c) + (uint)(0xfffffffc < *(uint *)(iVar7 + 0x58)) +\n *(int *)(iVar7 + 100) + (uint)CARRY4(uVar26,*(uint *)(iVar7 + 0x60));\n *(int *)(iVar7 + 0x68) = iVar24;\n *(int *)(iVar7 + 0x6c) = iVar9;\n if (iVar13 != iVar9 || iVar6 != iVar24) break;\n piVar19 = piVar19 + 1;\n }" { (if_statement "if (piVar19 == piVar8) {\n return 0;\n }" if (parenthesized_expression "(piVar19 == piVar8)" ( (binary_expression "piVar19 == piVar8" identifier == identifier) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) (expression_statement "iVar7 = *piVar19;" (assignment_expression "iVar7 = *piVar19" identifier = (pointer_expression "*piVar19" * identifier)) ;) (expression_statement "iVar6 = *(int *)(iVar7 + 0x68);" (assignment_expression "iVar6 = *(int *)(iVar7 + 0x68)" identifier = (pointer_expression "*(int *)(iVar7 + 0x68)" * (cast_expression "(int *)(iVar7 + 0x68)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x68)" ( (binary_expression "iVar7 + 0x68" identifier + number_literal) ))))) ;) (expression_statement "uVar26 = *(uint *)(iVar7 + 0x58) + 3 & 0xfffffffc;" (assignment_expression "uVar26 = *(uint *)(iVar7 + 0x58) + 3 & 0xfffffffc" identifier = (binary_expression "*(uint *)(iVar7 + 0x58) + 3 & 0xfffffffc" (binary_expression "*(uint *)(iVar7 + 0x58) + 3" (pointer_expression "*(uint *)(iVar7 + 0x58)" * (cast_expression "(uint *)(iVar7 + 0x58)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x58)" ( (binary_expression "iVar7 + 0x58" identifier + number_literal) )))) + number_literal) & number_literal)) ;) (expression_statement "iVar13 = *(int *)(iVar7 + 0x6c);" (assignment_expression "iVar13 = *(int *)(iVar7 + 0x6c)" identifier = (pointer_expression "*(int *)(iVar7 + 0x6c)" * (cast_expression "(int *)(iVar7 + 0x6c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x6c)" ( (binary_expression "iVar7 + 0x6c" identifier + number_literal) ))))) ;) (expression_statement "iVar24 = uVar26 + *(uint *)(iVar7 + 0x60);" (assignment_expression "iVar24 = uVar26 + *(uint *)(iVar7 + 0x60)" identifier = (binary_expression "uVar26 + *(uint *)(iVar7 + 0x60)" identifier + (pointer_expression "*(uint *)(iVar7 + 0x60)" * (cast_expression "(uint *)(iVar7 + 0x60)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x60)" ( (binary_expression "iVar7 + 0x60" identifier + number_literal) )))))) ;) (expression_statement "iVar9 = *(int *)(iVar7 + 0x5c) + (uint)(0xfffffffc < *(uint *)(iVar7 + 0x58)) +\n *(int *)(iVar7 + 100) + (uint)CARRY4(uVar26,*(uint *)(iVar7 + 0x60));" (assignment_expression "iVar9 = *(int *)(iVar7 + 0x5c) + (uint)(0xfffffffc < *(uint *)(iVar7 + 0x58)) +\n *(int *)(iVar7 + 100) + (uint)CARRY4(uVar26,*(uint *)(iVar7 + 0x60))" identifier = (binary_expression "*(int *)(iVar7 + 0x5c) + (uint)(0xfffffffc < *(uint *)(iVar7 + 0x58)) +\n *(int *)(iVar7 + 100) + (uint)CARRY4(uVar26,*(uint *)(iVar7 + 0x60))" (binary_expression "*(int *)(iVar7 + 0x5c) + (uint)(0xfffffffc < *(uint *)(iVar7 + 0x58)) +\n *(int *)(iVar7 + 100)" (binary_expression "*(int *)(iVar7 + 0x5c) + (uint)(0xfffffffc < *(uint *)(iVar7 + 0x58))" (pointer_expression "*(int *)(iVar7 + 0x5c)" * (cast_expression "(int *)(iVar7 + 0x5c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x5c)" ( (binary_expression "iVar7 + 0x5c" identifier + number_literal) )))) + (call_expression "(uint)(0xfffffffc < *(uint *)(iVar7 + 0x58))" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(0xfffffffc < *(uint *)(iVar7 + 0x58))" ( (binary_expression "0xfffffffc < *(uint *)(iVar7 + 0x58)" number_literal < (pointer_expression "*(uint *)(iVar7 + 0x58)" * (cast_expression "(uint *)(iVar7 + 0x58)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x58)" ( (binary_expression "iVar7 + 0x58" identifier + number_literal) ))))) )))) + (pointer_expression "*(int *)(iVar7 + 100)" * (cast_expression "(int *)(iVar7 + 100)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 100)" ( (binary_expression "iVar7 + 100" identifier + number_literal) ))))) + (cast_expression "(uint)CARRY4(uVar26,*(uint *)(iVar7 + 0x60))" ( (type_descriptor "uint" type_identifier) ) (call_expression "CARRY4(uVar26,*(uint *)(iVar7 + 0x60))" identifier (argument_list "(uVar26,*(uint *)(iVar7 + 0x60))" ( identifier , (pointer_expression "*(uint *)(iVar7 + 0x60)" * (cast_expression "(uint *)(iVar7 + 0x60)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x60)" ( (binary_expression "iVar7 + 0x60" identifier + number_literal) )))) )))))) ;) (expression_statement "*(int *)(iVar7 + 0x68) = iVar24;" (assignment_expression "*(int *)(iVar7 + 0x68) = iVar24" (pointer_expression "*(int *)(iVar7 + 0x68)" * (cast_expression "(int *)(iVar7 + 0x68)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x68)" ( (binary_expression "iVar7 + 0x68" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(int *)(iVar7 + 0x6c) = iVar9;" (assignment_expression "*(int *)(iVar7 + 0x6c) = iVar9" (pointer_expression "*(int *)(iVar7 + 0x6c)" * (cast_expression "(int *)(iVar7 + 0x6c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x6c)" ( (binary_expression "iVar7 + 0x6c" identifier + number_literal) )))) = identifier) ;) (if_statement "if (iVar13 != iVar9 || iVar6 != iVar24) break;" if (parenthesized_expression "(iVar13 != iVar9 || iVar6 != iVar24)" ( (binary_expression "iVar13 != iVar9 || iVar6 != iVar24" (binary_expression "iVar13 != iVar9" identifier != identifier) || (binary_expression "iVar6 != iVar24" identifier != identifier)) )) (break_statement "break;" break ;)) (expression_statement "piVar19 = piVar19 + 1;" (assignment_expression "piVar19 = piVar19 + 1" identifier = (binary_expression "piVar19 + 1" identifier + number_literal)) ;) })) (expression_statement "piVar8 = *(int **)(iVar7 + 0x20);" (assignment_expression "piVar8 = *(int **)(iVar7 + 0x20)" identifier = (pointer_expression "*(int **)(iVar7 + 0x20)" * (cast_expression "(int **)(iVar7 + 0x20)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar7 + 0x20)" ( (binary_expression "iVar7 + 0x20" identifier + number_literal) ))))) ;) (expression_statement "bVar29 = *(byte *)(piVar8 + 7);" (assignment_expression "bVar29 = *(byte *)(piVar8 + 7)" identifier = (pointer_expression "*(byte *)(piVar8 + 7)" * (cast_expression "(byte *)(piVar8 + 7)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(piVar8 + 7)" ( (binary_expression "piVar8 + 7" identifier + number_literal) ))))) ;) (if_statement "if ((bVar29 & 1) == 0) {\nLAB_001ea799:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }" if (parenthesized_expression "((bVar29 & 1) == 0)" ( (binary_expression "(bVar29 & 1) == 0" (parenthesized_expression "(bVar29 & 1)" ( (binary_expression "bVar29 & 1" identifier & number_literal) )) == number_literal) )) (compound_statement "{\nLAB_001ea799:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }" { (labeled_statement "LAB_001ea799:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xc5,"address");" statement_identifier : comment (expression_statement "FUN_002446e0("../../gold/output.h",0xc5,"address");" (call_expression "FUN_002446e0("../../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 "iVar7 = piVar8[1];" (assignment_expression "iVar7 = piVar8[1]" identifier = (subscript_expression "piVar8[1]" identifier [ number_literal ])) ;) (expression_statement "iVar6 = piVar8[2];" (assignment_expression "iVar6 = piVar8[2]" identifier = (subscript_expression "piVar8[2]" identifier [ number_literal ])) ;) (expression_statement "bVar5 = bVar29 >> 2 & 1;" (assignment_expression "bVar5 = bVar29 >> 2 & 1" identifier = (binary_expression "bVar29 >> 2 & 1" (binary_expression "bVar29 >> 2" identifier >> number_literal) & number_literal)) ;) (if_statement "if ((bVar29 >> 2 & 1) != 0) {\n iVar13 = piVar8[5];\n iVar24 = piVar8[6];\n *(byte *)(piVar8 + 7) = bVar29 & 0xfa;\n if ((bVar29 & 8) == 0) {\n *(byte *)(piVar8 + 7) = bVar29 & 0xf8;\n }\n (**(code **)(*piVar8 + 0x3c))(piVar8);\n bVar29 = *(byte *)(piVar8 + 7);\n if ((bVar29 & 1) == 0) {\n piVar8[1] = iVar7;\n piVar8[2] = iVar6;\n *(byte *)(piVar8 + 7) = bVar29 | 1;\n if ((bVar29 & 4) == 0) {\n *(byte *)(piVar8 + 7) = bVar29 | 5;\n piVar8[5] = iVar13;\n piVar8[6] = iVar24;\n if ((bVar29 & 2) != 0) {\n return bVar5;\n }\n (**(code **)(*piVar8 + 0x38))(piVar8);\n if ((*(byte *)(piVar8 + 7) & 2) != 0) {\n return bVar5;\n }\nLAB_001ea0f2:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0x163,"finalize_data_size");\n }\nLAB_001ea77b:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0x14b,"set_file_offset");\n }\nLAB_001ea73f:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0x142,"set_address");\n }" if (parenthesized_expression "((bVar29 >> 2 & 1) != 0)" ( (binary_expression "(bVar29 >> 2 & 1) != 0" (parenthesized_expression "(bVar29 >> 2 & 1)" ( (binary_expression "bVar29 >> 2 & 1" (binary_expression "bVar29 >> 2" identifier >> number_literal) & number_literal) )) != number_literal) )) (compound_statement "{\n iVar13 = piVar8[5];\n iVar24 = piVar8[6];\n *(byte *)(piVar8 + 7) = bVar29 & 0xfa;\n if ((bVar29 & 8) == 0) {\n *(byte *)(piVar8 + 7) = bVar29 & 0xf8;\n }\n (**(code **)(*piVar8 + 0x3c))(piVar8);\n bVar29 = *(byte *)(piVar8 + 7);\n if ((bVar29 & 1) == 0) {\n piVar8[1] = iVar7;\n piVar8[2] = iVar6;\n *(byte *)(piVar8 + 7) = bVar29 | 1;\n if ((bVar29 & 4) == 0) {\n *(byte *)(piVar8 + 7) = bVar29 | 5;\n piVar8[5] = iVar13;\n piVar8[6] = iVar24;\n if ((bVar29 & 2) != 0) {\n return bVar5;\n }\n (**(code **)(*piVar8 + 0x38))(piVar8);\n if ((*(byte *)(piVar8 + 7) & 2) != 0) {\n return bVar5;\n }\nLAB_001ea0f2:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0x163,"finalize_data_size");\n }\nLAB_001ea77b:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0x14b,"set_file_offset");\n }\nLAB_001ea73f:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0x142,"set_address");\n }" { (expression_statement "iVar13 = piVar8[5];" (assignment_expression "iVar13 = piVar8[5]" identifier = (subscript_expression "piVar8[5]" identifier [ number_literal ])) ;) (expression_statement "iVar24 = piVar8[6];" (assignment_expression "iVar24 = piVar8[6]" identifier = (subscript_expression "piVar8[6]" identifier [ number_literal ])) ;) (expression_statement "*(byte *)(piVar8 + 7) = bVar29 & 0xfa;" (assignment_expression "*(byte *)(piVar8 + 7) = bVar29 & 0xfa" (pointer_expression "*(byte *)(piVar8 + 7)" * (cast_expression "(byte *)(piVar8 + 7)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(piVar8 + 7)" ( (binary_expression "piVar8 + 7" identifier + number_literal) )))) = (binary_expression "bVar29 & 0xfa" identifier & number_literal)) ;) (if_statement "if ((bVar29 & 8) == 0) {\n *(byte *)(piVar8 + 7) = bVar29 & 0xf8;\n }" if (parenthesized_expression "((bVar29 & 8) == 0)" ( (binary_expression "(bVar29 & 8) == 0" (parenthesized_expression "(bVar29 & 8)" ( (binary_expression "bVar29 & 8" identifier & number_literal) )) == number_literal) )) (compound_statement "{\n *(byte *)(piVar8 + 7) = bVar29 & 0xf8;\n }" { (expression_statement "*(byte *)(piVar8 + 7) = bVar29 & 0xf8;" (assignment_expression "*(byte *)(piVar8 + 7) = bVar29 & 0xf8" (pointer_expression "*(byte *)(piVar8 + 7)" * (cast_expression "(byte *)(piVar8 + 7)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(piVar8 + 7)" ( (binary_expression "piVar8 + 7" identifier + number_literal) )))) = (binary_expression "bVar29 & 0xf8" identifier & number_literal)) ;) })) (expression_statement "(**(code **)(*piVar8 + 0x3c))(piVar8);" (call_expression "(**(code **)(*piVar8 + 0x3c))(piVar8)" (parenthesized_expression "(**(code **)(*piVar8 + 0x3c))" ( (pointer_expression "**(code **)(*piVar8 + 0x3c)" * (pointer_expression "*(code **)(*piVar8 + 0x3c)" * (cast_expression "(code **)(*piVar8 + 0x3c)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*piVar8 + 0x3c)" ( (binary_expression "*piVar8 + 0x3c" (pointer_expression "*piVar8" * identifier) + number_literal) ))))) )) (argument_list "(piVar8)" ( identifier ))) ;) (expression_statement "bVar29 = *(byte *)(piVar8 + 7);" (assignment_expression "bVar29 = *(byte *)(piVar8 + 7)" identifier = (pointer_expression "*(byte *)(piVar8 + 7)" * (cast_expression "(byte *)(piVar8 + 7)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(piVar8 + 7)" ( (binary_expression "piVar8 + 7" identifier + number_literal) ))))) ;) (if_statement "if ((bVar29 & 1) == 0) {\n piVar8[1] = iVar7;\n piVar8[2] = iVar6;\n *(byte *)(piVar8 + 7) = bVar29 | 1;\n if ((bVar29 & 4) == 0) {\n *(byte *)(piVar8 + 7) = bVar29 | 5;\n piVar8[5] = iVar13;\n piVar8[6] = iVar24;\n if ((bVar29 & 2) != 0) {\n return bVar5;\n }\n (**(code **)(*piVar8 + 0x38))(piVar8);\n if ((*(byte *)(piVar8 + 7) & 2) != 0) {\n return bVar5;\n }\nLAB_001ea0f2:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0x163,"finalize_data_size");\n }\nLAB_001ea77b:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0x14b,"set_file_offset");\n }" if (parenthesized_expression "((bVar29 & 1) == 0)" ( (binary_expression "(bVar29 & 1) == 0" (parenthesized_expression "(bVar29 & 1)" ( (binary_expression "bVar29 & 1" identifier & number_literal) )) == number_literal) )) (compound_statement "{\n piVar8[1] = iVar7;\n piVar8[2] = iVar6;\n *(byte *)(piVar8 + 7) = bVar29 | 1;\n if ((bVar29 & 4) == 0) {\n *(byte *)(piVar8 + 7) = bVar29 | 5;\n piVar8[5] = iVar13;\n piVar8[6] = iVar24;\n if ((bVar29 & 2) != 0) {\n return bVar5;\n }\n (**(code **)(*piVar8 + 0x38))(piVar8);\n if ((*(byte *)(piVar8 + 7) & 2) != 0) {\n return bVar5;\n }\nLAB_001ea0f2:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0x163,"finalize_data_size");\n }\nLAB_001ea77b:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0x14b,"set_file_offset");\n }" { (expression_statement "piVar8[1] = iVar7;" (assignment_expression "piVar8[1] = iVar7" (subscript_expression "piVar8[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "piVar8[2] = iVar6;" (assignment_expression "piVar8[2] = iVar6" (subscript_expression "piVar8[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*(byte *)(piVar8 + 7) = bVar29 | 1;" (assignment_expression "*(byte *)(piVar8 + 7) = bVar29 | 1" (pointer_expression "*(byte *)(piVar8 + 7)" * (cast_expression "(byte *)(piVar8 + 7)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(piVar8 + 7)" ( (binary_expression "piVar8 + 7" identifier + number_literal) )))) = (binary_expression "bVar29 | 1" identifier | number_literal)) ;) (if_statement "if ((bVar29 & 4) == 0) {\n *(byte *)(piVar8 + 7) = bVar29 | 5;\n piVar8[5] = iVar13;\n piVar8[6] = iVar24;\n if ((bVar29 & 2) != 0) {\n return bVar5;\n }\n (**(code **)(*piVar8 + 0x38))(piVar8);\n if ((*(byte *)(piVar8 + 7) & 2) != 0) {\n return bVar5;\n }\nLAB_001ea0f2:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0x163,"finalize_data_size");\n }" if (parenthesized_expression "((bVar29 & 4) == 0)" ( (binary_expression "(bVar29 & 4) == 0" (parenthesized_expression "(bVar29 & 4)" ( (binary_expression "bVar29 & 4" identifier & number_literal) )) == number_literal) )) (compound_statement "{\n *(byte *)(piVar8 + 7) = bVar29 | 5;\n piVar8[5] = iVar13;\n piVar8[6] = iVar24;\n if ((bVar29 & 2) != 0) {\n return bVar5;\n }\n (**(code **)(*piVar8 + 0x38))(piVar8);\n if ((*(byte *)(piVar8 + 7) & 2) != 0) {\n return bVar5;\n }\nLAB_001ea0f2:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0x163,"finalize_data_size");\n }" { (expression_statement "*(byte *)(piVar8 + 7) = bVar29 | 5;" (assignment_expression "*(byte *)(piVar8 + 7) = bVar29 | 5" (pointer_expression "*(byte *)(piVar8 + 7)" * (cast_expression "(byte *)(piVar8 + 7)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(piVar8 + 7)" ( (binary_expression "piVar8 + 7" identifier + number_literal) )))) = (binary_expression "bVar29 | 5" identifier | number_literal)) ;) (expression_statement "piVar8[5] = iVar13;" (assignment_expression "piVar8[5] = iVar13" (subscript_expression "piVar8[5]" identifier [ number_literal ]) = identifier) ;) (expression_statement "piVar8[6] = iVar24;" (assignment_expression "piVar8[6] = iVar24" (subscript_expression "piVar8[6]" identifier [ number_literal ]) = identifier) ;) (if_statement "if ((bVar29 & 2) != 0) {\n return bVar5;\n }" if (parenthesized_expression "((bVar29 & 2) != 0)" ( (binary_expression "(bVar29 & 2) != 0" (parenthesized_expression "(bVar29 & 2)" ( (binary_expression "bVar29 & 2" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n return bVar5;\n }" { (return_statement "return bVar5;" return identifier ;) })) (expression_statement "(**(code **)(*piVar8 + 0x38))(piVar8);" (call_expression "(**(code **)(*piVar8 + 0x38))(piVar8)" (parenthesized_expression "(**(code **)(*piVar8 + 0x38))" ( (pointer_expression "**(code **)(*piVar8 + 0x38)" * (pointer_expression "*(code **)(*piVar8 + 0x38)" * (cast_expression "(code **)(*piVar8 + 0x38)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*piVar8 + 0x38)" ( (binary_expression "*piVar8 + 0x38" (pointer_expression "*piVar8" * identifier) + number_literal) ))))) )) (argument_list "(piVar8)" ( identifier ))) ;) (if_statement "if ((*(byte *)(piVar8 + 7) & 2) != 0) {\n return bVar5;\n }" if (parenthesized_expression "((*(byte *)(piVar8 + 7) & 2) != 0)" ( (binary_expression "(*(byte *)(piVar8 + 7) & 2) != 0" (parenthesized_expression "(*(byte *)(piVar8 + 7) & 2)" ( (binary_expression "*(byte *)(piVar8 + 7) & 2" (pointer_expression "*(byte *)(piVar8 + 7)" * (cast_expression "(byte *)(piVar8 + 7)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(piVar8 + 7)" ( (binary_expression "piVar8 + 7" identifier + number_literal) )))) & number_literal) )) != number_literal) )) (compound_statement "{\n return bVar5;\n }" { (return_statement "return bVar5;" return identifier ;) })) (labeled_statement "LAB_001ea0f2:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0x163,"finalize_data_size");" statement_identifier : comment (expression_statement "FUN_002446e0("../../gold/output.h",0x163,"finalize_data_size");" (call_expression "FUN_002446e0("../../gold/output.h",0x163,"finalize_data_size")" identifier (argument_list "("../../gold/output.h",0x163,"finalize_data_size")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""finalize_data_size"" " string_content ") ))) ;)) })) (labeled_statement "LAB_001ea77b:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0x14b,"set_file_offset");" statement_identifier : comment (expression_statement "FUN_002446e0("../../gold/output.h",0x14b,"set_file_offset");" (call_expression "FUN_002446e0("../../gold/output.h",0x14b,"set_file_offset")" identifier (argument_list "("../../gold/output.h",0x14b,"set_file_offset")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""set_file_offset"" " string_content ") ))) ;)) })) (labeled_statement "LAB_001ea73f:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0x142,"set_address");" statement_identifier : comment (expression_statement "FUN_002446e0("../../gold/output.h",0x142,"set_address");" (call_expression "FUN_002446e0("../../gold/output.h",0x142,"set_address")" identifier (argument_list "("../../gold/output.h",0x142,"set_address")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""set_address"" " string_content ") ))) ;)) })) (labeled_statement "LAB_001ea75d:\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xe3,"offset");" statement_identifier : comment (expression_statement "FUN_002446e0("../../gold/output.h",0xe3,"offset");" (call_expression "FUN_002446e0("../../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 ") ))) ;)) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* WARNING: Type propagation algorithm not settling */\n/* 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 do_relax(Target_aarch64<32,_false> * this, int pass, Input_objects\n * input_objects, Symbol_table * symtab, Layout * layout, Task * task) */\n\nbool __thiscall\nanon_unknown.dwarf_109b185::Target_aarch64<32,_false>::do_relax\n (Target_aarch64<32,_false> *this,int pass,Input_objects *input_objects,\n Symbol_table *symtab,Layout *layout,Task *task)\n\n{\n off_t *poVar1;\n uint64_t *puVar2;\n _Base_ptr *pp_Var3;\n Input_section *this_00;\n section_size_type erratum_insn_offset;\n Stub_table<32,_false> *pSVar4;\n The_aarch64_input_section *pTVar5;\n _func_int_varargs *p_Var6;\n The_aarch64_relobj *this_01;\n Output_section *pOVar7;\n pointer puVar8;\n _Rb_tree_color _Var9;\n _Base_ptr p_Var10;\n AArch64_relobj<32,_false> *relobj;\n pointer pcVar11;\n pointer_conflict ppSVar12;\n undefined4 uVar13;\n undefined4 uVar14;\n uint uVar15;\n off_t oVar16;\n uint64_t uVar17;\n uint insn_offset;\n int iVar18;\n pointer ppOVar19;\n uchar *insn3;\n _Rb_tree_node_base *p_Var20;\n uchar *puVar21;\n General_options *pGVar22;\n char *format;\n Output_relaxed_input_section *pOVar23;\n uint uVar24;\n uint uVar25;\n byte bVar26;\n byte bVar27;\n Input_section *pIVar28;\n int extraout_EDX;\n int iVar29;\n pointer_conflict ppSVar30;\n int extraout_EDX_00;\n _Rb_tree_node_base *p_Var31;\n _Rb_tree_node_base *p_Var32;\n _Base_ptr p_Var33;\n byte *pbVar34;\n uint *puVar35;\n int iVar36;\n uint uVar37;\n _Rb_tree_header *p_Var38;\n byte *pbVar39;\n uint uVar40;\n int iVar41;\n bool bVar42;\n bool bVar43;\n byte bVar44;\n longlong lVar45;\n off_t oVar46;\n The_aarch64_relobj *a64relobj;\n Stub_table<32,_false> *pSVar47;\n const_iterator in_stack_ffffff40;\n AArch64_relobj<32,_false> *in_stack_ffffff44;\n vector<gold::Output_relaxed_input_section*,_std::allocator<gold::Output_relaxed_input_section*>_>\n *in_stack_ffffff48;\n undefined3 in_stack_ffffff4c;\n Task *task_00;\n pointer local_ac;\n AArch64_relobj<32,_false> *local_90;\n pointer local_84;\n uint local_7c;\n int local_74;\n uint local_70;\n uint local_6c;\n int local_68;\n Stub_table<32,_false> *local_64;\n uint local_60;\n pointer_conflict local_5c;\n _Base_ptr local_54;\n Input_section *local_4c;\n uint local_48;\n _Rb_tree_node_base *local_44;\n _Rb_tree_node_base *local_40;\n const_iterator stub_table;\n const_iterator group_end;\n section_size_type input_view_size_1;\n pointer local_30;\n pointer local_2c;\n section_size_type input_view_size;\n pointer local_24;\n pointer local_20;\n \n bVar44 = 0;\n pGVar22 = gold::parameters->options_;\n if (pGVar22 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n bVar42 = (pGVar22->relocatable_).value;\n task_00 = (Task *)CONCAT13(bVar42,in_stack_ffffff4c);\n if (bVar42 != false) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/aarch64.cc",0x160d,"do_relax");\n }\n if (pass == 1) {\n uVar37 = (pGVar22->stub_group_size_).value >> 0x1f;\n local_7c = ((pGVar22->stub_group_size_).value ^ uVar37) - uVar37;\n if (local_7c == 1) {\n local_7c = 0x7ffbffc;\n this->stub_group_size_ = 0x7ffbffc;\n }\n else {\n this->stub_group_size_ = local_7c;\n }\n input_view_size_1 = 0;\n local_30 = (pointer)0x0;\n local_2c = (pointer)0x0;\n /* try { // try from 001ea319 to 001ea31d has its CatchHandler @ 001ea8e2 */\n gold::Layout::get_executable_sections(layout,(Section_list *)&input_view_size_1);\n ppOVar19 = local_30;\n if ((pointer)input_view_size_1 != local_30) {\n local_84 = (pointer)input_view_size_1;\n do {\n pOVar7 = *local_84;\n input_view_size = 0;\n local_24 = (pointer)0x0;\n group_end._M_current =\n (pOVar7->input_sections_).\n super__Vector_base<gold::Output_section::Input_section,_std::allocator<gold::Output_section::Input_section>_>\n ._M_impl._M_finish;\n local_4c = (pOVar7->input_sections_).\n super__Vector_base<gold::Output_section::Input_section,_std::allocator<gold::Output_section::Input_section>_>\n ._M_impl._M_start;\n local_20 = (pointer)0x0;\n if (group_end._M_current != local_4c) {\n local_70 = 0;\n bVar42 = false;\n local_5c = (pointer_conflict)0x0;\nLAB_001ea390:\n if (local_4c->p2align_ != 0) {\n uVar37 = local_4c->p2align_ - 1;\n bVar27 = (byte)uVar37;\n bVar43 = (uVar37 & 0x20) == 0;\n iVar18 = (uint)!bVar43 << (bVar27 & 0x1f);\n iVar36 = (uint)bVar43 << (bVar27 & 0x1f);\n goto LAB_001ea3bd;\n }\nLAB_001ea39e:\n uVar37 = local_4c->shndx_;\n this_00 = local_4c;\njoined_r0x001ea3ac:\n local_4c = this_00;\n if (uVar37 + 4 < 4) {\n /* try { // try from 001ea3b7 to 001ea632 has its CatchHandler @ 001ea8db */\n iVar36 = (*(((local_4c->u2_).object)->super_Object)._vptr_Object[3])\n ((local_4c->u2_).object);\n iVar18 = extraout_EDX_00;\nLAB_001ea3bd:\n if (iVar18 != 0 || iVar36 != 0) {\n local_5c = (pointer_conflict)(iVar36 + -1 + (int)local_5c & -iVar36);\n }\n }\n oVar46 = gold::Output_section::Input_section::data_size(local_4c);\n uVar37 = (int)local_5c + (int)oVar46;\n uVar40 = uVar37;\n if (bVar42) goto LAB_001ea4f0;\nLAB_001ea3f6:\n if (local_4c->shndx_ < 0xfffffffd) {\n oVar46 = gold::Output_section::Input_section::data_size(local_4c);\n this_00 = local_4c + 1;\n pIVar28 = (pOVar7->input_sections_).\n super__Vector_base<gold::Output_section::Input_section,_std::allocator<gold::Output_section::Input_section>_>\n ._M_impl._M_finish;\n if (oVar46 == 0) goto LAB_001e9783;\n if (bVar42) {\n group_end._M_current = local_4c;\n if (pIVar28 == this_00) goto LAB_001ea610;\n pIVar28 = local_4c + 1;\n local_5c = (pointer_conflict)uVar40;\n local_4c = this_00;\n if (pIVar28->p2align_ != 0) {\n uVar37 = pIVar28->p2align_ - 1;\n bVar26 = (byte)uVar37;\n bVar27 = bVar26 & 0x1f;\n uVar24 = 1 << (bVar26 & 0x1f);\n uVar25 = uVar24;\n uVar15 = 0 << bVar27 | 1U >> 0x20 - bVar27;\n if ((uVar37 & 0x20) != 0) {\n uVar25 = 0;\n uVar15 = uVar24;\n }\n if (uVar15 == 0 && uVar25 == 0) {\n oVar46 = gold::Output_section::Input_section::data_size(this_00);\n uVar37 = uVar40 + (int)oVar46;\n }\n else {\n local_5c = (pointer_conflict)((uVar25 - 1) + uVar40 & -uVar25);\n oVar46 = gold::Output_section::Input_section::data_size(this_00);\n uVar37 = (int)local_5c + (int)oVar46;\n }\n goto LAB_001ea4f0;\n }\n goto LAB_001ea39e;\n }\n group_end._M_current = local_4c;\n if (pIVar28 == this_00) goto LAB_001ea619;\n if (local_4c[1].p2align_ != 0) {\n uVar37 = local_4c[1].p2align_ - 1;\n bVar27 = (byte)uVar37;\n bVar42 = (uVar37 & 0x20) == 0;\n iVar18 = (uint)bVar42 << (bVar27 & 0x1f);\n if ((uint)!bVar42 << (bVar27 & 0x1f) == 0 && iVar18 == 0) {\n oVar46 = gold::Output_section::Input_section::data_size(this_00);\n uVar37 = uVar40 + (int)oVar46;\n local_70 = (uint)local_5c;\n local_5c = (pointer_conflict)uVar40;\n local_4c = this_00;\n }\n else {\n uVar40 = -iVar18 & (uVar40 - 1) + iVar18;\n oVar46 = gold::Output_section::Input_section::data_size(this_00);\n uVar37 = uVar40 + (int)oVar46;\n local_70 = (uint)local_5c;\n local_5c = (pointer_conflict)uVar40;\n local_4c = this_00;\n }\nLAB_001ea4f0:\n uVar40 = uVar37;\n if (uVar37 - local_70 < local_7c) {\n bVar42 = true;\n }\n else {\n if ((pOVar7->input_sections_).\n super__Vector_base<gold::Output_section::Input_section,_std::allocator<gold::Output_section::Input_section>_>\n ._M_impl._M_finish == group_end._M_current) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea80c to 001ea810 has its CatchHandler @ 001ea8db */\n gold::do_gold_unreachable("../../gold/aarch64.cc",0xaf7,"group_sections");\n }\n AArch64_output_section<32,_false>::create_stub_group\n ((AArch64_output_section<32,_false> *)this,\n (Input_section *)&input_view_size,(const_iterator)task,in_stack_ffffff40,\n (The_target_aarch64 *)in_stack_ffffff44,in_stack_ffffff48,task_00);\n bVar42 = false;\n }\n goto LAB_001ea3f6;\n }\n uVar37 = this_00->shndx_;\n bVar42 = true;\n local_70 = (uint)local_5c;\n local_5c = (pointer_conflict)uVar40;\n goto joined_r0x001ea3ac;\n }\n pIVar28 = (pOVar7->input_sections_).\n super__Vector_base<gold::Output_section::Input_section,_std::allocator<gold::Output_section::Input_section>_>\n ._M_impl._M_finish;\nLAB_001e9783:\n local_4c = local_4c + 1;\n local_5c = (pointer_conflict)uVar40;\n if (local_4c != pIVar28) goto LAB_001ea390;\n if (bVar42) {\nLAB_001ea610:\n if (pIVar28 == group_end._M_current) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea869 to 001ea86d has its CatchHandler @ 001ea8db */\n gold::do_gold_unreachable("../../gold/aarch64.cc",0xb32,"group_sections");\n }\nLAB_001ea619:\n AArch64_output_section<32,_false>::create_stub_group\n ((AArch64_output_section<32,_false> *)this,(Input_section *)&input_view_size,\n (const_iterator)task,in_stack_ffffff40,\n (The_target_aarch64 *)in_stack_ffffff44,in_stack_ffffff48,task_00);\n }\n if (local_24 == (pointer)input_view_size) {\nLAB_001ea600:\n if (input_view_size == 0) goto LAB_001e9844;\n goto LAB_001e9835;\n }\n /* try { // try from 001e97b7 to 001e97bb has its CatchHandler @ 001ea8db */\n gold::Output_section::convert_input_sections_to_relaxed_sections\n (pOVar7,(vector<gold::Output_relaxed_input_section*,_std::allocator<gold::Output_relaxed_input_section*>_>\n *)&input_view_size);\n iVar18 = (int)((int)local_24 - input_view_size) >> 2;\n if (iVar18 == 0) goto LAB_001ea600;\n iVar36 = *(int *)(*(int *)input_view_size + 0x2c);\n uVar37 = *(uint *)(*(int *)input_view_size + 0x30);\n iVar41 = *(int *)(iVar36 + 0x84);\n if ((uint)(*(int *)(iVar36 + 0x88) - iVar41 >> 2) <= uVar37) goto LAB_001ea7b7;\n iVar29 = 0;\n while( true ) {\n *(undefined4 *)(iVar41 + uVar37 * 4) = 0xffffffff;\n iVar29 = iVar29 + 1;\n *(undefined1 *)(iVar36 + 0x4c) = 1;\n if (iVar18 == iVar29) break;\n iVar41 = *(int *)(input_view_size + iVar29 * 4);\n iVar36 = *(int *)(iVar41 + 0x2c);\n uVar37 = *(uint *)(iVar41 + 0x30);\n iVar41 = *(int *)(iVar36 + 0x84);\n if ((uint)(*(int *)(iVar36 + 0x88) - iVar41 >> 2) <= uVar37) {\nLAB_001ea7b7:\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea7d0 to 001ea7d4 has its CatchHandler @ 001ea8db */\n gold::do_gold_unreachable("../../gold/object.h",0x81f,"do_set_section_offset");\n }\n }\nLAB_001e9835:\n operator_delete((void *)input_view_size);\n }\nLAB_001e9844:\n local_84 = local_84 + 1;\n ppOVar19 = (pointer)input_view_size_1;\n } while (local_30 != local_84);\n }\n if (ppOVar19 != (pointer)0x0) {\n operator_delete(ppOVar19);\n }\nLAB_001e9870:\n local_ac = (input_objects->relobj_list_).\n super__Vector_base<gold::Relobj*,_std::allocator<gold::Relobj*>_>._M_impl._M_start;\n if (local_ac !=\n (input_objects->relobj_list_).\n super__Vector_base<gold::Relobj*,_std::allocator<gold::Relobj*>_>._M_impl._M_finish)\n goto LAB_001e98a0;\n }\n else {\n local_5c = (this->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std::allocator<(anonymous_namespace)::Stub_table<32,_false>*>_>\n ._M_impl._M_start;\n if (local_5c !=\n (this->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std::allocator<(anonymous_namespace)::Stub_table<32,_false>*>_>\n ._M_impl._M_finish) {\n do {\n pSVar4 = *local_5c;\n pTVar5 = pSVar4->owner_;\n p_Var6 = (pSVar4->super_Output_data)._vptr_Output_data[3];\n if (p_Var6 == Stub_table<64,_false>::do_addralign) {\n local_4c = (Input_section *)pTVar5->original_size_;\n local_64 = (Stub_table<32,_false> *)0xfffffffc;\n local_60 = 0xffffffff;\n local_6c = 4;\n local_68 = 0;\nLAB_001e965f:\n bVar42 = CARRY4(local_6c,(uint)local_4c);\n iVar18 = local_6c + (int)local_4c;\n local_4c = (Input_section *)((uint)local_64 & iVar18 - 1U);\n local_48 = local_60 & local_68 + (uint)bVar42 + -1 + (uint)(iVar18 != 0);\n }\n else {\n local_6c = (*p_Var6)(pSVar4);\n local_4c = (Input_section *)pTVar5->original_size_;\n local_48 = 0;\n if (extraout_EDX != 0 || local_6c != 0) {\n local_64 = (Stub_table<32,_false> *)-local_6c;\n local_60 = -(extraout_EDX + (uint)(local_6c != 0));\n local_68 = extraout_EDX;\n goto LAB_001e965f;\n }\n }\n bVar27 = (pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c;\n if ((bVar27 & 4) == 0) goto LAB_001ea75d;\n poVar1 = &(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.offset_;\n oVar46 = *poVar1;\n oVar16 = *poVar1;\n iVar18 = *(int *)((int)&(pTVar5->super_Output_relaxed_input_section).\n super_Output_section_data_build.super_Output_section_data.\n super_Output_data.offset_ + 4);\n if ((bVar27 & 1) == 0) goto LAB_001ea799;\n bVar27 = (pSVar4->super_Output_data).field_0x1c;\n puVar2 = &(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_;\n uVar17 = *puVar2;\n iVar36 = *(int *)((int)&(pTVar5->super_Output_relaxed_input_section).\n super_Output_section_data_build.super_Output_section_data.\n super_Output_data.address_ + 4);\n if ((bVar27 & 1) != 0) goto LAB_001ea73f;\n *(int *)&(pSVar4->super_Output_data).address_ = (int)local_4c + (int)*puVar2;\n *(uint *)((int)&(pSVar4->super_Output_data).address_ + 4) =\n local_48 + iVar36 + (uint)CARRY4((uint)local_4c,(uint)uVar17);\n (pSVar4->super_Output_data).field_0x1c = bVar27 | 1;\n if ((bVar27 & 4) != 0) goto LAB_001ea77b;\n (pSVar4->super_Output_data).field_0x1c = bVar27 | 5;\n *(int *)&(pSVar4->super_Output_data).offset_ = (int)local_4c + (int)oVar16;\n *(uint *)((int)&(pSVar4->super_Output_data).offset_ + 4) =\n local_48 + iVar18 + (uint)CARRY4((uint)local_4c,(uint)oVar46);\n if (((bVar27 & 2) == 0) &&\n ((*(pSVar4->super_Output_data)._vptr_Output_data[0xe])(pSVar4),\n ((pSVar4->super_Output_data).field_0x1c & 2) == 0)) goto LAB_001ea0f2;\n local_5c = local_5c + 1;\n } while ((this->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std::allocator<(anonymous_namespace)::Stub_table<32,_false>*>_>\n ._M_impl._M_finish != local_5c);\n goto LAB_001e9870;\n }\n local_ac = (input_objects->relobj_list_).\n super__Vector_base<gold::Relobj*,_std::allocator<gold::Relobj*>_>._M_impl._M_start;\n if ((input_objects->relobj_list_).\n super__Vector_base<gold::Relobj*,_std::allocator<gold::Relobj*>_>._M_impl._M_finish ==\n local_ac) goto LAB_001ea087;\nLAB_001e98a0:\n do {\n this_01 = (The_aarch64_relobj *)*local_ac;\n if (*(Input_file **)&this_01->field_0x1c == (Input_file *)0x0) {\nLAB_001ea110:\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea129 to 001ea2b9 has its CatchHandler @ 001ea8e9 */\n gold::do_gold_unreachable("../../gold/object.h",0x1e3,"input_file");\n }\n gold::File_read::lock(&(*(Input_file **)&this_01->field_0x1c)->file_,task);\n pSVar4 = *(Stub_table<32,_false> **)&this_01->field_0x28;\n if (*(Input_file **)&this_01->field_0x1c == (Input_file *)0x0) goto LAB_001ea110;\n /* try { // try from 001e9908 to 001e9f55 has its CatchHandler @ 001ea8e9 */\n insn3 = gold::File_read::get_view\n (&(*(Input_file **)&this_01->field_0x1c)->file_,\n *(off_t *)&this_01->field_0x20,*(off_t *)&this_01->field_0x94,\n (int)pSVar4 * 0x28,true,true);\n gold::Sized_relobj_file<32,_false>::initialize_input_to_output_maps\n ((Sized_relobj_file<32,_false> *)this_01);\n if ((Stub_table<32,_false> *)0x1 < pSVar4) {\n pGVar22 = gold::parameters->options_;\n if (pGVar22 == (General_options *)0x0) {\nLAB_001e9d87:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n local_64 = (Stub_table<32,_false> *)0x1;\n p_Var38 = &(this_01->mapping_symbol_info_)._M_t._M_impl.super__Rb_tree_header;\n ppSVar12 = (pointer_conflict)insn3;\n do {\n local_5c = (pointer_conflict)((int)ppSVar12 + 0x28);\n iVar18 = *(int *)((int)ppSVar12 + 0x2c);\n if (((((pGVar22->fix_cortex_a53_843419_).value != false) ||\n ((pGVar22->fix_cortex_a53_835769_).value != false)) &&\n (*(int *)((int)ppSVar12 + 0x3c) != 0)) && ((*(byte *)((int)ppSVar12 + 0x30) & 6) != 0)\n ) {\n pOVar7 = (((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_start[(int)local_64];\n if ((pOVar7 != (Output_section *)0x0) && (iVar18 == 1)) {\n a64relobj = this_01;\n pSVar47 = local_64;\n bVar42 = gold::Symbol_table::is_section_folded\n (symtab,(Relobj *)this_01,(uint)local_64);\n if (!bVar42) {\n puVar8 = (((vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl.\n _M_start;\n if ((Stub_table<32,_false> *)\n ((int)*(pointer *)&this_01->field_0x88 - (int)puVar8 >> 2) <= local_64) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/object.h",0x7f7,"get_output_section_offset")\n ;\n }\n uVar37 = puVar8[(int)local_64];\n if (uVar37 == 0xffffffff) {\n a64relobj = this_01;\n pSVar47 = local_64;\n pOVar23 = gold::Output_section::find_relaxed_input_section\n (pOVar7,(Relobj *)this_01,(uint)local_64);\n if (pOVar23 == (Output_relaxed_input_section *)0x0) goto LAB_001e9c60;\n if (((pOVar23->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.field_0x1c & 1) == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n local_74 = (int)(pOVar23->super_Output_section_data_build).\n super_Output_section_data.super_Output_data.address_;\n }\n else {\n if (((pOVar7->super_Output_data).field_0x1c & 1) == 0) goto LAB_001ea816;\n local_74 = uVar37 + (int)(pOVar7->super_Output_data).address_;\n }\n ppSVar30 = (this_01->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std::allocator<(anonymous_namespace)::Stub_table<32,_false>*>_>\n ._M_impl._M_start;\n if ((Stub_table<32,_false> *)\n ((int)(this_01->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std::allocator<(anonymous_namespace)::Stub_table<32,_false>*>_>\n ._M_impl._M_finish - (int)ppSVar30 >> 2) <= local_64) {\n /* try { // try from 001ea811 to 001ea851 has its CatchHandler @ 001ea8e9 */\n AArch64_relobj<32,_false>::stub_table(in_stack_ffffff44,(uint)in_stack_ffffff48);\nLAB_001ea816:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n if ((ppSVar30[(int)local_64] != (Stub_table<32,_false> *)0x0) &&\n (Stub_table<32,_false>::find_erratum_stubs_for_input_section\n (local_64,a64relobj,(uint)pSVar47), local_44 != local_40)) {\n _Var9 = local_44[1]._M_color;\n iVar18 = local_74 + *(int *)(_Var9 + 0x18);\n *(int *)(_Var9 + 0x20) = iVar18;\n p_Var20 = local_44;\n while( true ) {\n if (iVar18 + 4 == -1) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x361,"set_destination_address");\n }\n *(int *)(_Var9 + 4) = iVar18 + 4;\n p_Var20 = (_Rb_tree_node_base *)std::_Rb_tree_increment(p_Var20);\n if (p_Var20 == local_40) break;\n _Var9 = p_Var20[1]._M_color;\n iVar18 = *(int *)(_Var9 + 0x18) + local_74;\n *(int *)(_Var9 + 0x20) = iVar18;\n }\n }\n input_view_size = 0;\n puVar21 = gold::Object::section_contents\n ((Object *)this_01,(uint)local_64,&input_view_size,false);\n p_Var20 = (this_01->mapping_symbol_info_)._M_t._M_impl.super__Rb_tree_header.\n _M_header._M_parent;\n p_Var31 = &p_Var38->_M_header;\n if (p_Var20 != (_Rb_tree_node_base *)0x0) {\n do {\n while (p_Var32 = p_Var20,\n local_64 <= (Stub_table<32,_false> *)p_Var32[1]._M_color) {\n p_Var20 = p_Var32->_M_left;\n p_Var31 = p_Var32;\n if (p_Var32->_M_left == (_Base_ptr)0x0) goto LAB_001e9af5;\n }\n pp_Var3 = &p_Var32->_M_right;\n p_Var20 = *pp_Var3;\n p_Var32 = p_Var31;\n } while (*pp_Var3 != (_Base_ptr)0x0);\nLAB_001e9af5:\n if (p_Var38 != (_Rb_tree_header *)p_Var32) {\n pSVar47 = (Stub_table<32,_false> *)p_Var32[1]._M_color;\n while (local_64 == pSVar47) {\n p_Var20 = (_Rb_tree_node_base *)std::_Rb_tree_increment(p_Var32);\n if (*(char *)&p_Var32[1]._M_left == 'x') {\n p_Var10 = p_Var32[1]._M_parent;\n if ((p_Var38 == (_Rb_tree_header *)p_Var20) ||\n ((Stub_table<32,_false> *)p_Var20[1]._M_color != local_64)) {\n local_54 = *(_Base_ptr *)((int)ppSVar12 + 0x3c);\n }\n else {\n local_54 = p_Var20[1]._M_parent;\n }\n pGVar22 = gold::parameters->options_;\n if (pGVar22 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if (((pGVar22->fix_cortex_a53_843419_).value != false) &&\n (uVar37 = (int)&p_Var10->_M_color + local_74, (uVar37 & 3) == 0)) {\n iVar18 = 0;\n if ((uVar37 & 0xfff) < 0xff8) {\n iVar18 = 0xff8 - (uVar37 & 0xfff);\n }\n while (iVar18 + 0xcU <= (uint)((int)local_54 - (int)p_Var10)) {\n erratum_insn_offset = (int)&p_Var10->_M_color + iVar18;\n puVar35 = (uint *)(puVar21 + erratum_insn_offset);\n uVar40 = uVar37 + iVar18;\n if ((*puVar35 & 0x9f000000) == 0x90000000) {\n local_90 = (AArch64_relobj<32,_false> *)puVar35[2];\n bVar42 = is_erratum_843419_sequence\n ((Target_aarch64<32,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00,\n (Valtype)insn3);\n if (bVar42) {\n iVar36 = 8;\nLAB_001e9f35:\n create_erratum_stub((Target_aarch64<32,_false> *)(iVar36 + uVar40),\n local_90,4,erratum_insn_offset,\n (Address)in_stack_ffffff44,\n (Insntype)in_stack_ffffff48,(int)task_00,\n (uint)insn3);\n }\n else if (((iVar18 + 0x10U <= (uint)((int)local_54 - (int)p_Var10)) &&\n (((uint)local_90 & 0x7c000000) != 0x14000000)) &&\n (((uint)local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = (AArch64_relobj<32,_false> *)puVar35[3];\n bVar42 = is_erratum_843419_sequence\n ((Target_aarch64<32,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00,\n (Valtype)insn3);\n if (bVar42) {\n iVar36 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n iVar36 = iVar18 + 4;\n iVar18 = iVar18 + 0xffc;\n if ((uVar40 & 0xfff) == 0xff8) {\n iVar18 = iVar36;\n }\n }\n pGVar22 = gold::parameters->options_;\n if (pGVar22 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (((pGVar22->fix_cortex_a53_835769_).value != false) &&\n (uVar37 = (int)local_54 - (int)p_Var10, 4 < uVar37)) {\n local_54 = (_Base_ptr)0x4;\n p_Var33 = (_Base_ptr)0x0;\n do {\n iVar18 = (int)&p_Var10->_M_color + (int)p_Var33;\n relobj = *(AArch64_relobj<32,_false> **)(puVar21 + iVar18 + 4);\n bVar42 = Target_aarch64<64,_false>::is_erratum_835769_sequence\n ((Target_aarch64<64,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00);\n if (bVar42) {\n pcVar11 = (((string *)&this_01->field_0x4)->_M_dataplus)._M_p;\n format = (char *)gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n gold::gold_info(format,pcVar11,local_64,iVar18);\n create_erratum_stub((Target_aarch64<32,_false> *)\n ((int)&p_Var10->_M_parent +\n (int)p_Var33 + local_74),relobj,5,0,\n (Address)in_stack_ffffff44,\n (Insntype)in_stack_ffffff48,(int)task_00,\n (uint)insn3);\n p_Var33 = local_54;\n }\n local_54 = (_Base_ptr)((int)p_Var33 + 8);\n p_Var33 = (_Base_ptr)((int)p_Var33 + 4);\n } while (local_54 < uVar37);\n }\n }\n if (p_Var38 == (_Rb_tree_header *)p_Var20) break;\n p_Var32 = p_Var20;\n pSVar47 = (Stub_table<32,_false> *)p_Var20[1]._M_color;\n }\n }\n }\n }\nLAB_001e9c60:\n iVar18 = *(int *)((int)ppSVar12 + 0x2c);\n }\n }\n if ((iVar18 == 4) && (iVar18 = *(int *)((int)ppSVar12 + 0x3c), iVar18 != 0)) {\n uVar37 = *(uint *)((int)ppSVar12 + 0x40);\n if (0xfeff < uVar37) {\n elfcpp::Elf_file<32,_false,_gold::Object>::initialize_shnum\n ((Elf_file<32,_false,_gold::Object> *)&this_01->field_0x90);\n uVar37 = uVar37 + *(int *)&this_01->field_0xa4;\n }\n if (((*(uint *)&this_01->field_0xac == uVar37) &&\n (*(int *)((int)ppSVar12 + 0x4c) == 0xc)) &&\n (lVar45 = __moddi3(iVar18,0,0xc,0), lVar45 == 0)) {\n local_6c = *(uint *)((int)ppSVar12 + 0x44);\n if (0xfeff < local_6c) {\n /* try { // try from 001ea0ad to 001ea0b1 has its CatchHandler @ 001ea8e9 */\n elfcpp::Elf_file<32,_false,_gold::Object>::initialize_shnum\n ((Elf_file<32,_false,_gold::Object> *)&this_01->field_0x90);\n local_6c = local_6c + *(int *)&this_01->field_0xa4;\n }\n if (((local_6c < *(uint *)&this_01->field_0x28) &&\n (*(int *)(insn3 + local_6c * 0x28 + 0x14) != 0)) &&\n (((insn3[local_6c * 0x28 + 8] & 2) != 0 &&\n ((*(int *)(insn3 + local_6c * 0x28 + 4) == 1 &&\n (pOVar7 = (((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_start[local_6c], pOVar7 != (Output_section *)0x0)))))) {\n bVar42 = gold::Symbol_table::is_section_folded(symtab,(Relobj *)this_01,local_6c);\n bVar43 = false;\n bVar42 = !bVar42;\n if (bVar42) {\n iVar18 = 10;\n pbVar34 = (byte *)pOVar7->name_;\n pbVar39 = (byte *)".eh_frame";\n do {\n if (iVar18 == 0) break;\n iVar18 = iVar18 + -1;\n bVar43 = *pbVar34 < *pbVar39;\n bVar42 = *pbVar34 == *pbVar39;\n pbVar34 = pbVar34 + (uint)bVar44 * -2 + 1;\n pbVar39 = pbVar39 + (uint)bVar44 * -2 + 1;\n } while (bVar42);\n if ((!bVar43 && !bVar42) != bVar43) {\n puVar8 = (((vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>).\n _M_impl._M_start;\n if ((uint)((int)*(pointer *)&this_01->field_0x88 - (int)puVar8 >> 2) <= local_6c\n ) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea8ba to 001ea8da has its CatchHandler @ 001ea8e9 */\n gold::do_gold_unreachable\n ("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n /* try { // try from 001ea64a to 001ea73e has its CatchHandler @ 001ea8e9 */\n if ((puVar8[local_6c] == 0xffffffff) &&\n (pOVar23 = gold::Output_section::find_relaxed_input_section\n (pOVar7,(Relobj *)this_01,local_6c),\n pOVar23 == (Output_relaxed_input_section *)0x0)) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable");\n }\n uVar37 = *(uint *)((int)ppSVar12 + 0x44);\n if (0xfeff < uVar37) {\n elfcpp::Elf_file<32,_false,_gold::Object>::initialize_shnum\n ((Elf_file<32,_false,_gold::Object> *)&this_01->field_0x90);\n uVar37 = uVar37 + *(int *)&this_01->field_0xa4;\n }\n puVar8 = (((vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>).\n _M_impl._M_start;\n if ((uint)((int)*(pointer *)&this_01->field_0x88 - (int)puVar8 >> 2) <= uVar37)\n {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n pOVar7 = (((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_start[uVar37];\n if (puVar8[uVar37] == 0xffffffff) {\n pOVar23 = gold::Output_section::find_relaxed_input_section\n (pOVar7,(Relobj *)this_01,uVar37);\n if (pOVar23 == (Output_relaxed_input_section *)0x0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea7ee to 001ea7f2 has its CatchHandler @ 001ea8e9 */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if (((pOVar23->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.field_0x1c & 1) == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n }\n else if (((pOVar7->super_Output_data).field_0x1c & 1) == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n if (*(Input_file **)&this_01->field_0x1c == (Input_file *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/object.h",0x1e3,"input_file");\n }\n gold::File_read::get_view\n (&(*(Input_file **)&this_01->field_0x1c)->file_,\n *(off_t *)&this_01->field_0x20,\n (ulonglong)*(uint *)((int)ppSVar12 + 0x38),\n *(section_size_type *)((int)ppSVar12 + 0x3c),true,false);\n input_view_size_1 = 0;\n gold::Object::section_contents\n ((Object *)this_01,uVar37,&input_view_size_1,false);\n if (*(int *)((int)ppSVar12 + 0x2c) != 4) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }\n }\n }\n }\n }\n }\n local_64 = (Stub_table<32,_false> *)\n ((int)&(local_64->super_Output_data)._vptr_Output_data + 1);\n if (pSVar4 == local_64) break;\n pGVar22 = gold::parameters->options_;\n ppSVar12 = local_5c;\n if (pGVar22 == (General_options *)0x0) goto LAB_001e9d87;\n } while( true );\n }\n if (*(Input_file **)&this_01->field_0x1c != (Input_file *)0x0) {\n gold::File_read::unlock(&(*(Input_file **)&this_01->field_0x1c)->file_,task);\n }\n local_ac = local_ac + 1;\n } while ((input_objects->relobj_list_).\n super__Vector_base<gold::Relobj*,_std::allocator<gold::Relobj*>_>._M_impl._M_finish !=\n local_ac);\n }\n ppSVar12 = (this->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std::allocator<(anonymous_namespace)::Stub_table<32,_false>*>_>\n ._M_impl._M_finish;\n for (ppSVar30 = (this->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std::allocator<(anonymous_namespace)::Stub_table<32,_false>*>_>\n ._M_impl._M_start; ppSVar30 != ppSVar12; ppSVar30 = ppSVar30 + 1) {\n pSVar4 = *ppSVar30;\n uVar37 = (uint)pSVar4->reloc_stubs_size_;\n oVar46 = pSVar4->prev_data_size_;\n uVar40 = uVar37 + 3 & 0xfffffffc;\n iVar18 = *(int *)((int)&pSVar4->prev_data_size_ + 4);\n iVar36 = uVar40 + (int)pSVar4->erratum_stubs_size_;\n iVar41 = *(int *)((int)&pSVar4->reloc_stubs_size_ + 4) + (uint)(0xfffffffc < uVar37) +\n *(int *)((int)&pSVar4->erratum_stubs_size_ + 4) +\n (uint)CARRY4(uVar40,(uint)pSVar4->erratum_stubs_size_);\n *(int *)&pSVar4->prev_data_size_ = iVar36;\n *(int *)((int)&pSVar4->prev_data_size_ + 4) = iVar41;\n if (iVar18 != iVar41 || (int)oVar46 != iVar36) {\n pTVar5 = pSVar4->owner_;\n bVar44 = (pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c;\n if ((bVar44 & 1) == 0) {\nLAB_001ea799:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n uVar17 = (pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_;\n uVar13 = *(undefined4 *)\n ((int)&(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_ + 4);\n task_00 = (Task *)((bVar44 >> 2 & 1) << 0x18);\n if ((bVar44 >> 2 & 1) == 0) {\nLAB_001ea75d:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xe3,"offset");\n }\n oVar46 = (pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.offset_;\n uVar14 = *(undefined4 *)\n ((int)&(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.offset_ + 4);\n (pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c = bVar44 & 0xfa;\n if ((bVar44 & 8) == 0) {\n (pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c = bVar44 & 0xf8;\n }\n (*(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data._vptr_Output_data[0xf])(pTVar5);\n bVar44 = (pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c;\n if ((bVar44 & 1) != 0) {\nLAB_001ea73f:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0x142,"set_address");\n }\n *(int *)&(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_ = (int)uVar17;\n *(undefined4 *)\n ((int)&(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_ + 4) = uVar13;\n (pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c = bVar44 | 1;\n if ((bVar44 & 4) != 0) {\nLAB_001ea77b:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0x14b,"set_file_offset");\n }\n (pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c = bVar44 | 5;\n *(int *)&(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.offset_ = (int)oVar46;\n *(undefined4 *)\n ((int)&(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.offset_ + 4) = uVar14;\n if (((bVar44 & 2) == 0) &&\n ((*(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data._vptr_Output_data[0xe])(pTVar5),\n ((pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c & 2) == 0)) {\nLAB_001ea0f2:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0x163,"finalize_data_size");\n }\n break;\n }\n }\nLAB_001ea087:\n return (bool)(char)((uint)task_00 >> 0x18);\n}\n\n" comment comment comment comment comment (declaration "bool __thiscall\nanon_unknown.dwarf_109b185::Target_aarch64<32,_false>::do_relax\n (Target_aarch64<32,_false> *this,int pass,Input_objects *input_objects,\n Symbol_table *symtab,Layout *layout,Task *task)\n\n{\n off_t *poVar1;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "anon_unknown.dwarf_109b185::" identifier . identifier : :) identifier (ERROR "<32" < number_literal) , (ERROR "_false>::do_relax\n (Target_aarch64<32,_false> *this,int pass,Input_objects *input_objects,\n Symbol_table *symtab,Layout *layout,Task *task)\n\n{\n off_t" identifier > : : (function_declarator "do_relax\n (Target_aarch64<32,_false> *this,int pass,Input_objects *input_objects,\n Symbol_table *symtab,Layout *layout,Task *task)" identifier (parameter_list "(Target_aarch64<32,_false> *this,int pass,Input_objects *input_objects,\n Symbol_table *symtab,Layout *layout,Task *task)" ( (parameter_declaration "Target_aarch64" type_identifier) (ERROR "<32" < number_literal) , (parameter_declaration "_false> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "int pass" primitive_type identifier) , (parameter_declaration "Input_objects *input_objects" type_identifier (pointer_declarator "*input_objects" * identifier)) , (parameter_declaration "Symbol_table *symtab" type_identifier (pointer_declarator "*symtab" * identifier)) , (parameter_declaration "Layout *layout" type_identifier (pointer_declarator "*layout" * identifier)) , (parameter_declaration "Task *task" type_identifier (pointer_declarator "*task" * identifier)) ))) { identifier) (pointer_declarator "*poVar1" * identifier) ;) (declaration "uint64_t *puVar2;" primitive_type (pointer_declarator "*puVar2" * identifier) ;) (declaration "_Base_ptr *pp_Var3;" type_identifier (pointer_declarator "*pp_Var3" * identifier) ;) (declaration "Input_section *this_00;" type_identifier (pointer_declarator "*this_00" * identifier) ;) (declaration "section_size_type erratum_insn_offset;" type_identifier identifier ;) (expression_statement "Stub_table<32,_false> *pSVar4;" (update_expression "Stub_table<32,_false> *pSVar4" (binary_expression "Stub_table<32,_false> *pSVar4" (binary_expression "Stub_table<32" identifier < number_literal) (ERROR ",_false" , identifier) > (pointer_expression "*pSVar4" * identifier)) --) ;) (declaration "The_aarch64_input_section *pTVar5;" type_identifier (pointer_declarator "*pTVar5" * identifier) ;) (declaration "_func_int_varargs *p_Var6;" type_identifier (pointer_declarator "*p_Var6" * identifier) ;) (declaration "The_aarch64_relobj *this_01;" type_identifier (pointer_declarator "*this_01" * identifier) ;) (declaration "Output_section *pOVar7;" type_identifier (pointer_declarator "*pOVar7" * identifier) ;) (declaration "pointer puVar8;" type_identifier identifier ;) (declaration "_Rb_tree_color _Var9;" type_identifier identifier ;) (declaration "_Base_ptr p_Var10;" type_identifier identifier ;) (expression_statement "AArch64_relobj<32,_false> *relobj;" (update_expression "AArch64_relobj<32,_false> *relobj" (binary_expression "AArch64_relobj<32,_false> *relobj" (binary_expression "AArch64_relobj<32" identifier < number_literal) (ERROR ",_false" , identifier) > (pointer_expression "*relobj" * identifier)) --) ;) (declaration "pointer pcVar11;" type_identifier identifier ;) (declaration "pointer_conflict ppSVar12;" type_identifier identifier ;) (declaration "undefined4 uVar13;" type_identifier identifier ;) (declaration "undefined4 uVar14;" type_identifier identifier ;) (declaration "uint uVar15;" type_identifier identifier ;) (declaration "off_t oVar16;" type_identifier identifier ;) (declaration "uint64_t uVar17;" primitive_type identifier ;) (declaration "uint insn_offset;" type_identifier identifier ;) (declaration "int iVar18;" primitive_type identifier ;) (declaration "pointer ppOVar19;" type_identifier identifier ;) (declaration "uchar *insn3;" type_identifier (pointer_declarator "*insn3" * identifier) ;) (declaration "_Rb_tree_node_base *p_Var20;" type_identifier (pointer_declarator "*p_Var20" * identifier) ;) (declaration "uchar *puVar21;" type_identifier (pointer_declarator "*puVar21" * identifier) ;) (declaration "General_options *pGVar22;" type_identifier (pointer_declarator "*pGVar22" * identifier) ;) (declaration "char *format;" primitive_type (pointer_declarator "*format" * identifier) ;) (declaration "Output_relaxed_input_section *pOVar23;" type_identifier (pointer_declarator "*pOVar23" * identifier) ;) (declaration "uint uVar24;" type_identifier identifier ;) (declaration "uint uVar25;" type_identifier identifier ;) (declaration "byte bVar26;" type_identifier identifier ;) (declaration "byte bVar27;" type_identifier identifier ;) (declaration "Input_section *pIVar28;" type_identifier (pointer_declarator "*pIVar28" * identifier) ;) (declaration "int extraout_EDX;" primitive_type identifier ;) (declaration "int iVar29;" primitive_type identifier ;) (declaration "pointer_conflict ppSVar30;" type_identifier identifier ;) (declaration "int extraout_EDX_00;" primitive_type identifier ;) (declaration "_Rb_tree_node_base *p_Var31;" type_identifier (pointer_declarator "*p_Var31" * identifier) ;) (declaration "_Rb_tree_node_base *p_Var32;" type_identifier (pointer_declarator "*p_Var32" * identifier) ;) (declaration "_Base_ptr p_Var33;" type_identifier identifier ;) (declaration "byte *pbVar34;" type_identifier (pointer_declarator "*pbVar34" * identifier) ;) (declaration "uint *puVar35;" type_identifier (pointer_declarator "*puVar35" * identifier) ;) (declaration "int iVar36;" primitive_type identifier ;) (declaration "uint uVar37;" type_identifier identifier ;) (declaration "_Rb_tree_header *p_Var38;" type_identifier (pointer_declarator "*p_Var38" * identifier) ;) (declaration "byte *pbVar39;" type_identifier (pointer_declarator "*pbVar39" * identifier) ;) (declaration "uint uVar40;" type_identifier identifier ;) (declaration "int iVar41;" primitive_type identifier ;) (declaration "bool bVar42;" primitive_type identifier ;) (declaration "bool bVar43;" primitive_type identifier ;) (declaration "byte bVar44;" type_identifier identifier ;) (declaration "longlong lVar45;" type_identifier identifier ;) (declaration "off_t oVar46;" type_identifier identifier ;) (declaration "The_aarch64_relobj *a64relobj;" type_identifier (pointer_declarator "*a64relobj" * identifier) ;) (expression_statement "Stub_table<32,_false> *pSVar47;" (update_expression "Stub_table<32,_false> *pSVar47" (binary_expression "Stub_table<32,_false> *pSVar47" (binary_expression "Stub_table<32" identifier < number_literal) (ERROR ",_false" , identifier) > (pointer_expression "*pSVar47" * identifier)) --) ;) (declaration "const_iterator in_stack_ffffff40;" type_identifier identifier ;) (expression_statement "AArch64_relobj<32,_false> *in_stack_ffffff44;" (update_expression "AArch64_relobj<32,_false> *in_stack_ffffff44" (binary_expression "AArch64_relobj<32,_false> *in_stack_ffffff44" (binary_expression "AArch64_relobj<32" identifier < number_literal) (ERROR ",_false" , identifier) > (pointer_expression "*in_stack_ffffff44" * identifier)) --) ;) (ERROR "vector<gold::Output_relaxed_input_section*,_std::allocator<gold::Output_relaxed_input_section*>_>\n *in_stack_ffffff48" (binary_expression "vector<gold" identifier < identifier) : : (binary_expression "Output_relaxed_input_section*,_std" identifier * (ERROR "," ,) identifier) : : (binary_expression "allocator<gold" identifier < identifier) : : (binary_expression "Output_relaxed_input_section*>_>\n *in_stack_ffffff48" (binary_expression "Output_relaxed_input_section*>_" identifier * (ERROR ">" >) identifier) > (pointer_expression "*in_stack_ffffff48" * identifier))) (expression_statement ";" ;) (declaration "undefined3 in_stack_ffffff4c;" type_identifier identifier ;) (declaration "Task *task_00;" type_identifier (pointer_declarator "*task_00" * identifier) ;) (declaration "pointer local_ac;" type_identifier identifier ;) (expression_statement "AArch64_relobj<32,_false> *local_90;" (update_expression "AArch64_relobj<32,_false> *local_90" (binary_expression "AArch64_relobj<32,_false> *local_90" (binary_expression "AArch64_relobj<32" identifier < number_literal) (ERROR ",_false" , identifier) > (pointer_expression "*local_90" * identifier)) --) ;) (declaration "pointer local_84;" type_identifier identifier ;) (declaration "uint local_7c;" type_identifier identifier ;) (declaration "int local_74;" primitive_type identifier ;) (declaration "uint local_70;" type_identifier identifier ;) (declaration "uint local_6c;" type_identifier identifier ;) (declaration "int local_68;" primitive_type identifier ;) (expression_statement "Stub_table<32,_false> *local_64;" (update_expression "Stub_table<32,_false> *local_64" (binary_expression "Stub_table<32,_false> *local_64" (binary_expression "Stub_table<32" identifier < number_literal) (ERROR ",_false" , identifier) > (pointer_expression "*local_64" * identifier)) --) ;) (declaration "uint local_60;" type_identifier identifier ;) (declaration "pointer_conflict local_5c;" type_identifier identifier ;) (declaration "_Base_ptr local_54;" type_identifier identifier ;) (declaration "Input_section *local_4c;" type_identifier (pointer_declarator "*local_4c" * identifier) ;) (declaration "uint local_48;" type_identifier identifier ;) (declaration "_Rb_tree_node_base *local_44;" type_identifier (pointer_declarator "*local_44" * identifier) ;) (declaration "_Rb_tree_node_base *local_40;" type_identifier (pointer_declarator "*local_40" * identifier) ;) (declaration "const_iterator stub_table;" type_identifier identifier ;) (declaration "const_iterator group_end;" type_identifier identifier ;) (declaration "section_size_type input_view_size_1;" type_identifier identifier ;) (declaration "pointer local_30;" type_identifier identifier ;) (declaration "pointer local_2c;" type_identifier identifier ;) (declaration "section_size_type input_view_size;" type_identifier identifier ;) (declaration "pointer local_24;" type_identifier identifier ;) (declaration "pointer local_20;" type_identifier identifier ;) (expression_statement "bVar44 = 0;" (assignment_expression "bVar44 = 0" identifier = number_literal) ;) (expression_statement "pGVar22 = gold::parameters->options_;" (field_expression "pGVar22 = gold::parameters->options_" (assignment_expression "pGVar22 = gold" identifier = identifier) (ERROR "::parameters" : : identifier) -> field_identifier) ;) (if_statement "if (pGVar22 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }" if (parenthesized_expression "(pGVar22 == (General_options *)0x0)" ( (binary_expression "pGVar22 == (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 gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }" { comment (labeled_statement "gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");" statement_identifier : (ERROR ":" :) (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 ") ))) ;)) })) (expression_statement "bVar42 = (pGVar22->relocatable_).value;" (assignment_expression "bVar42 = (pGVar22->relocatable_).value" identifier = (field_expression "(pGVar22->relocatable_).value" (parenthesized_expression "(pGVar22->relocatable_)" ( (field_expression "pGVar22->relocatable_" identifier -> field_identifier) )) . field_identifier)) ;) (expression_statement "task_00 = (Task *)CONCAT13(bVar42,in_stack_ffffff4c);" (assignment_expression "task_00 = (Task *)CONCAT13(bVar42,in_stack_ffffff4c)" identifier = (cast_expression "(Task *)CONCAT13(bVar42,in_stack_ffffff4c)" ( (type_descriptor "Task *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "CONCAT13(bVar42,in_stack_ffffff4c)" identifier (argument_list "(bVar42,in_stack_ffffff4c)" ( identifier , identifier ))))) ;) (if_statement "if (bVar42 != false) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/aarch64.cc",0x160d,"do_relax");\n }" if (parenthesized_expression "(bVar42 != false)" ( (binary_expression "bVar42 != false" identifier != false) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/aarch64.cc",0x160d,"do_relax");\n }" { comment (labeled_statement "gold::do_gold_unreachable("../../gold/aarch64.cc",0x160d,"do_relax");" statement_identifier : (ERROR ":" :) (expression_statement "do_gold_unreachable("../../gold/aarch64.cc",0x160d,"do_relax");" (call_expression "do_gold_unreachable("../../gold/aarch64.cc",0x160d,"do_relax")" identifier (argument_list "("../../gold/aarch64.cc",0x160d,"do_relax")" ( (string_literal ""../../gold/aarch64.cc"" " string_content ") , number_literal , (string_literal ""do_relax"" " string_content ") ))) ;)) })) (if_statement "if (pass == 1) {\n uVar37 = (pGVar22->stub_group_size_).value >> 0x1f;\n local_7c = ((pGVar22->stub_group_size_).value ^ uVar37) - uVar37;\n if (local_7c == 1) {\n local_7c = 0x7ffbffc;\n this->stub_group_size_ = 0x7ffbffc;\n }\n else {\n this->stub_group_size_ = local_7c;\n }\n input_view_size_1 = 0;\n local_30 = (pointer)0x0;\n local_2c = (pointer)0x0;\n /* try { // try from 001ea319 to 001ea31d has its CatchHandler @ 001ea8e2 */\n gold::Layout::get_executable_sections(layout,(Section_list *)&input_view_size_1);\n ppOVar19 = local_30;\n if ((pointer)input_view_size_1 != local_30) {\n local_84 = (pointer)input_view_size_1;\n do {\n pOVar7 = *local_84;\n input_view_size = 0;\n local_24 = (pointer)0x0;\n group_end._M_current =\n (pOVar7->input_sections_).\n super__Vector_base<gold::Output_section::Input_section,_std::allocator<gold::Output_section::Input_section>_>\n ._M_impl._M_finish;\n local_4c = (pOVar7->input_sections_).\n super__Vector_base<gold::Output_section::Input_section,_std::allocator<gold::Output_section::Input_section>_>\n ._M_impl._M_start;\n local_20 = (pointer)0x0;\n if (group_end._M_current != local_4c) {\n local_70 = 0;\n bVar42 = false;\n local_5c = (pointer_conflict)0x0;\nLAB_001ea390:\n if (local_4c->p2align_ != 0) {\n uVar37 = local_4c->p2align_ - 1;\n bVar27 = (byte)uVar37;\n bVar43 = (uVar37 & 0x20) == 0;\n iVar18 = (uint)!bVar43 << (bVar27 & 0x1f);\n iVar36 = (uint)bVar43 << (bVar27 & 0x1f);\n goto LAB_001ea3bd;\n }\nLAB_001ea39e:\n uVar37 = local_4c->shndx_;\n this_00 = local_4c;\njoined_r0x001ea3ac:\n local_4c = this_00;\n if (uVar37 + 4 < 4) {\n /* try { // try from 001ea3b7 to 001ea632 has its CatchHandler @ 001ea8db */\n iVar36 = (*(((local_4c->u2_).object)->super_Object)._vptr_Object[3])\n ((local_4c->u2_).object);\n iVar18 = extraout_EDX_00;\nLAB_001ea3bd:\n if (iVar18 != 0 || iVar36 != 0) {\n local_5c = (pointer_conflict)(iVar36 + -1 + (int)local_5c & -iVar36);\n }\n }\n oVar46 = gold::Output_section::Input_section::data_size(local_4c);\n uVar37 = (int)local_5c + (int)oVar46;\n uVar40 = uVar37;\n if (bVar42) goto LAB_001ea4f0;\nLAB_001ea3f6:\n if (local_4c->shndx_ < 0xfffffffd) {\n oVar46 = gold::Output_section::Input_section::data_size(local_4c);\n this_00 = local_4c + 1;\n pIVar28 = (pOVar7->input_sections_).\n super__Vector_base<gold::Output_section::Input_section,_std::allocator<gold::Output_section::Input_section>_>\n ._M_impl._M_finish;\n if (oVar46 == 0) goto LAB_001e9783;\n if (bVar42) {\n group_end._M_current = local_4c;\n if (pIVar28 == this_00) goto LAB_001ea610;\n pIVar28 = local_4c + 1;\n local_5c = (pointer_conflict)uVar40;\n local_4c = this_00;\n if (pIVar28->p2align_ != 0) {\n uVar37 = pIVar28->p2align_ - 1;\n bVar26 = (byte)uVar37;\n bVar27 = bVar26 & 0x1f;\n uVar24 = 1 << (bVar26 & 0x1f);\n uVar25 = uVar24;\n uVar15 = 0 << bVar27 | 1U >> 0x20 - bVar27;\n if ((uVar37 & 0x20) != 0) {\n uVar25 = 0;\n uVar15 = uVar24;\n }\n if (uVar15 == 0 && uVar25 == 0) {\n oVar46 = gold::Output_section::Input_section::data_size(this_00);\n uVar37 = uVar40 + (int)oVar46;\n }\n else {\n local_5c = (pointer_conflict)((uVar25 - 1) + uVar40 & -uVar25);\n oVar46 = gold::Output_section::Input_section::data_size(this_00);\n uVar37 = (int)local_5c + (int)oVar46;\n }\n goto LAB_001ea4f0;\n }\n goto LAB_001ea39e;\n }\n group_end._M_current = local_4c;\n if (pIVar28 == this_00) goto LAB_001ea619;\n if (local_4c[1].p2align_ != 0) {\n uVar37 = local_4c[1].p2align_ - 1;\n bVar27 = (byte)uVar37;\n bVar42 = (uVar37 & 0x20) == 0;\n iVar18 = (uint)bVar42 << (bVar27 & 0x1f);\n if ((uint)!bVar42 << (bVar27 & 0x1f) == 0 && iVar18 == 0) {\n oVar46 = gold::Output_section::Input_section::data_size(this_00);\n uVar37 = uVar40 + (int)oVar46;\n local_70 = (uint)local_5c;\n local_5c = (pointer_conflict)uVar40;\n local_4c = this_00;\n }\n else {\n uVar40 = -iVar18 & (uVar40 - 1) + iVar18;\n oVar46 = gold::Output_section::Input_section::data_size(this_00);\n uVar37 = uVar40 + (int)oVar46;\n local_70 = (uint)local_5c;\n local_5c = (pointer_conflict)uVar40;\n local_4c = this_00;\n }\nLAB_001ea4f0:\n uVar40 = uVar37;\n if (uVar37 - local_70 < local_7c) {\n bVar42 = true;\n }\n else {\n if ((pOVar7->input_sections_).\n super__Vector_base<gold::Output_section::Input_section,_std::allocator<gold::Output_section::Input_section>_>\n ._M_impl._M_finish == group_end._M_current) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea80c to 001ea810 has its CatchHandler @ 001ea8db */\n gold::do_gold_unreachable("../../gold/aarch64.cc",0xaf7,"group_sections");\n }\n AArch64_output_section<32,_false>::create_stub_group\n ((AArch64_output_section<32,_false> *)this,\n (Input_section *)&input_view_size,(const_iterator)task,in_stack_ffffff40,\n (The_target_aarch64 *)in_stack_ffffff44,in_stack_ffffff48,task_00);\n bVar42 = false;\n }\n goto LAB_001ea3f6;\n }\n uVar37 = this_00->shndx_;\n bVar42 = true;\n local_70 = (uint)local_5c;\n local_5c = (pointer_conflict)uVar40;\n goto joined_r0x001ea3ac;\n }\n pIVar28 = (pOVar7->input_sections_).\n super__Vector_base<gold::Output_section::Input_section,_std::allocator<gold::Output_section::Input_section>_>\n ._M_impl._M_finish;\nLAB_001e9783:\n local_4c = local_4c + 1;\n local_5c = (pointer_conflict)uVar40;\n if (local_4c != pIVar28) goto LAB_001ea390;\n if (bVar42) {\nLAB_001ea610:\n if (pIVar28 == group_end._M_current) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea869 to 001ea86d has its CatchHandler @ 001ea8db */\n gold::do_gold_unreachable("../../gold/aarch64.cc",0xb32,"group_sections");\n }\nLAB_001ea619:\n AArch64_output_section<32,_false>::create_stub_group\n ((AArch64_output_section<32,_false> *)this,(Input_section *)&input_view_size,\n (const_iterator)task,in_stack_ffffff40,\n (The_target_aarch64 *)in_stack_ffffff44,in_stack_ffffff48,task_00);\n }\n if (local_24 == (pointer)input_view_size) {\nLAB_001ea600:\n if (input_view_size == 0) goto LAB_001e9844;\n goto LAB_001e9835;\n }\n /* try { // try from 001e97b7 to 001e97bb has its CatchHandler @ 001ea8db */\n gold::Output_section::convert_input_sections_to_relaxed_sections\n (pOVar7,(vector<gold::Output_relaxed_input_section*,_std::allocator<gold::Output_relaxed_input_section*>_>\n *)&input_view_size);\n iVar18 = (int)((int)local_24 - input_view_size) >> 2;\n if (iVar18 == 0) goto LAB_001ea600;\n iVar36 = *(int *)(*(int *)input_view_size + 0x2c);\n uVar37 = *(uint *)(*(int *)input_view_size + 0x30);\n iVar41 = *(int *)(iVar36 + 0x84);\n if ((uint)(*(int *)(iVar36 + 0x88) - iVar41 >> 2) <= uVar37) goto LAB_001ea7b7;\n iVar29 = 0;\n while( true ) {\n *(undefined4 *)(iVar41 + uVar37 * 4) = 0xffffffff;\n iVar29 = iVar29 + 1;\n *(undefined1 *)(iVar36 + 0x4c) = 1;\n if (iVar18 == iVar29) break;\n iVar41 = *(int *)(input_view_size + iVar29 * 4);\n iVar36 = *(int *)(iVar41 + 0x2c);\n uVar37 = *(uint *)(iVar41 + 0x30);\n iVar41 = *(int *)(iVar36 + 0x84);\n if ((uint)(*(int *)(iVar36 + 0x88) - iVar41 >> 2) <= uVar37) {\nLAB_001ea7b7:\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea7d0 to 001ea7d4 has its CatchHandler @ 001ea8db */\n gold::do_gold_unreachable("../../gold/object.h",0x81f,"do_set_section_offset");\n }\n }\nLAB_001e9835:\n operator_delete((void *)input_view_size);\n }\nLAB_001e9844:\n local_84 = local_84 + 1;\n ppOVar19 = (pointer)input_view_size_1;\n } while (local_30 != local_84);\n }\n if (ppOVar19 != (pointer)0x0) {\n operator_delete(ppOVar19);\n }\nLAB_001e9870:\n local_ac = (input_objects->relobj_list_).\n super__Vector_base<gold::Relobj*,_std::allocator<gold::Relobj*>_>._M_impl._M_start;\n if (local_ac !=\n (input_objects->relobj_list_).\n super__Vector_base<gold::Relobj*,_std::allocator<gold::Relobj*>_>._M_impl._M_finish)\n goto LAB_001e98a0;\n }\n else {\n local_5c = (this->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std::allocator<(anonymous_namespace)::Stub_table<32,_false>*>_>\n ._M_impl._M_start;\n if (local_5c !=\n (this->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std::allocator<(anonymous_namespace)::Stub_table<32,_false>*>_>\n ._M_impl._M_finish) {\n do {\n pSVar4 = *local_5c;\n pTVar5 = pSVar4->owner_;\n p_Var6 = (pSVar4->super_Output_data)._vptr_Output_data[3];\n if (p_Var6 == Stub_table<64,_false>::do_addralign) {\n local_4c = (Input_section *)pTVar5->original_size_;\n local_64 = (Stub_table<32,_false> *)0xfffffffc;\n local_60 = 0xffffffff;\n local_6c = 4;\n local_68 = 0;\nLAB_001e965f:\n bVar42 = CARRY4(local_6c,(uint)local_4c);\n iVar18 = local_6c + (int)local_4c;\n local_4c = (Input_section *)((uint)local_64 & iVar18 - 1U);\n local_48 = local_60 & local_68 + (uint)bVar42 + -1 + (uint)(iVar18 != 0);\n }\n else {\n local_6c = (*p_Var6)(pSVar4);\n local_4c = (Input_section *)pTVar5->original_size_;\n local_48 = 0;\n if (extraout_EDX != 0 || local_6c != 0) {\n local_64 = (Stub_table<32,_false> *)-local_6c;\n local_60 = -(extraout_EDX + (uint)(local_6c != 0));\n local_68 = extraout_EDX;\n goto LAB_001e965f;\n }\n }\n bVar27 = (pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c;\n if ((bVar27 & 4) == 0) goto LAB_001ea75d;\n poVar1 = &(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.offset_;\n oVar46 = *poVar1;\n oVar16 = *poVar1;\n iVar18 = *(int *)((int)&(pTVar5->super_Output_relaxed_input_section).\n super_Output_section_data_build.super_Output_section_data.\n super_Output_data.offset_ + 4);\n if ((bVar27 & 1) == 0) goto LAB_001ea799;\n bVar27 = (pSVar4->super_Output_data).field_0x1c;\n puVar2 = &(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_;\n uVar17 = *puVar2;\n iVar36 = *(int *)((int)&(pTVar5->super_Output_relaxed_input_section).\n super_Output_section_data_build.super_Output_section_data.\n super_Output_data.address_ + 4);\n if ((bVar27 & 1) != 0) goto LAB_001ea73f;\n *(int *)&(pSVar4->super_Output_data).address_ = (int)local_4c + (int)*puVar2;\n *(uint *)((int)&(pSVar4->super_Output_data).address_ + 4) =\n local_48 + iVar36 + (uint)CARRY4((uint)local_4c,(uint)uVar17);\n (pSVar4->super_Output_data).field_0x1c = bVar27 | 1;\n if ((bVar27 & 4) != 0) goto LAB_001ea77b;\n (pSVar4->super_Output_data).field_0x1c = bVar27 | 5;\n *(int *)&(pSVar4->super_Output_data).offset_ = (int)local_4c + (int)oVar16;\n *(uint *)((int)&(pSVar4->super_Output_data).offset_ + 4) =\n local_48 + iVar18 + (uint)CARRY4((uint)local_4c,(uint)oVar46);\n if (((bVar27 & 2) == 0) &&\n ((*(pSVar4->super_Output_data)._vptr_Output_data[0xe])(pSVar4),\n ((pSVar4->super_Output_data).field_0x1c & 2) == 0)) goto LAB_001ea0f2;\n local_5c = local_5c + 1;\n } while ((this->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std::allocator<(anonymous_namespace)::Stub_table<32,_false>*>_>\n ._M_impl._M_finish != local_5c);\n goto LAB_001e9870;\n }\n local_ac = (input_objects->relobj_list_).\n super__Vector_base<gold::Relobj*,_std::allocator<gold::Relobj*>_>._M_impl._M_start;\n if ((input_objects->relobj_list_).\n super__Vector_base<gold::Relobj*,_std::allocator<gold::Relobj*>_>._M_impl._M_finish ==\n local_ac) goto LAB_001ea087;\nLAB_001e98a0:\n do {\n this_01 = (The_aarch64_relobj *)*local_ac;\n if (*(Input_file **)&this_01->field_0x1c == (Input_file *)0x0) {\nLAB_001ea110:\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea129 to 001ea2b9 has its CatchHandler @ 001ea8e9 */\n gold::do_gold_unreachable("../../gold/object.h",0x1e3,"input_file");\n }\n gold::File_read::lock(&(*(Input_file **)&this_01->field_0x1c)->file_,task);\n pSVar4 = *(Stub_table<32,_false> **)&this_01->field_0x28;\n if (*(Input_file **)&this_01->field_0x1c == (Input_file *)0x0) goto LAB_001ea110;\n /* try { // try from 001e9908 to 001e9f55 has its CatchHandler @ 001ea8e9 */\n insn3 = gold::File_read::get_view\n (&(*(Input_file **)&this_01->field_0x1c)->file_,\n *(off_t *)&this_01->field_0x20,*(off_t *)&this_01->field_0x94,\n (int)pSVar4 * 0x28,true,true);\n gold::Sized_relobj_file<32,_false>::initialize_input_to_output_maps\n ((Sized_relobj_file<32,_false> *)this_01);\n if ((Stub_table<32,_false> *)0x1 < pSVar4) {\n pGVar22 = gold::parameters->options_;\n if (pGVar22 == (General_options *)0x0) {\nLAB_001e9d87:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n local_64 = (Stub_table<32,_false> *)0x1;\n p_Var38 = &(this_01->mapping_symbol_info_)._M_t._M_impl.super__Rb_tree_header;\n ppSVar12 = (pointer_conflict)insn3;\n do {\n local_5c = (pointer_conflict)((int)ppSVar12 + 0x28);\n iVar18 = *(int *)((int)ppSVar12 + 0x2c);\n if (((((pGVar22->fix_cortex_a53_843419_).value != false) ||\n ((pGVar22->fix_cortex_a53_835769_).value != false)) &&\n (*(int *)((int)ppSVar12 + 0x3c) != 0)) && ((*(byte *)((int)ppSVar12 + 0x30) & 6) != 0)\n ) {\n pOVar7 = (((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_start[(int)local_64];\n if ((pOVar7 != (Output_section *)0x0) && (iVar18 == 1)) {\n a64relobj = this_01;\n pSVar47 = local_64;\n bVar42 = gold::Symbol_table::is_section_folded\n (symtab,(Relobj *)this_01,(uint)local_64);\n if (!bVar42) {\n puVar8 = (((vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl.\n _M_start;\n if ((Stub_table<32,_false> *)\n ((int)*(pointer *)&this_01->field_0x88 - (int)puVar8 >> 2) <= local_64) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/object.h",0x7f7,"get_output_section_offset")\n ;\n }\n uVar37 = puVar8[(int)local_64];\n if (uVar37 == 0xffffffff) {\n a64relobj = this_01;\n pSVar47 = local_64;\n pOVar23 = gold::Output_section::find_relaxed_input_section\n (pOVar7,(Relobj *)this_01,(uint)local_64);\n if (pOVar23 == (Output_relaxed_input_section *)0x0) goto LAB_001e9c60;\n if (((pOVar23->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.field_0x1c & 1) == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n local_74 = (int)(pOVar23->super_Output_section_data_build).\n super_Output_section_data.super_Output_data.address_;\n }\n else {\n if (((pOVar7->super_Output_data).field_0x1c & 1) == 0) goto LAB_001ea816;\n local_74 = uVar37 + (int)(pOVar7->super_Output_data).address_;\n }\n ppSVar30 = (this_01->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std::allocator<(anonymous_namespace)::Stub_table<32,_false>*>_>\n ._M_impl._M_start;\n if ((Stub_table<32,_false> *)\n ((int)(this_01->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std::allocator<(anonymous_namespace)::Stub_table<32,_false>*>_>\n ._M_impl._M_finish - (int)ppSVar30 >> 2) <= local_64) {\n /* try { // try from 001ea811 to 001ea851 has its CatchHandler @ 001ea8e9 */\n AArch64_relobj<32,_false>::stub_table(in_stack_ffffff44,(uint)in_stack_ffffff48);\nLAB_001ea816:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n if ((ppSVar30[(int)local_64] != (Stub_table<32,_false> *)0x0) &&\n (Stub_table<32,_false>::find_erratum_stubs_for_input_section\n (local_64,a64relobj,(uint)pSVar47), local_44 != local_40)) {\n _Var9 = local_44[1]._M_color;\n iVar18 = local_74 + *(int *)(_Var9 + 0x18);\n *(int *)(_Var9 + 0x20) = iVar18;\n p_Var20 = local_44;\n while( true ) {\n if (iVar18 + 4 == -1) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x361,"set_destination_address");\n }\n *(int *)(_Var9 + 4) = iVar18 + 4;\n p_Var20 = (_Rb_tree_node_base *)std::_Rb_tree_increment(p_Var20);\n if (p_Var20 == local_40) break;\n _Var9 = p_Var20[1]._M_color;\n iVar18 = *(int *)(_Var9 + 0x18) + local_74;\n *(int *)(_Var9 + 0x20) = iVar18;\n }\n }\n input_view_size = 0;\n puVar21 = gold::Object::section_contents\n ((Object *)this_01,(uint)local_64,&input_view_size,false);\n p_Var20 = (this_01->mapping_symbol_info_)._M_t._M_impl.super__Rb_tree_header.\n _M_header._M_parent;\n p_Var31 = &p_Var38->_M_header;\n if (p_Var20 != (_Rb_tree_node_base *)0x0) {\n do {\n while (p_Var32 = p_Var20,\n local_64 <= (Stub_table<32,_false> *)p_Var32[1]._M_color) {\n p_Var20 = p_Var32->_M_left;\n p_Var31 = p_Var32;\n if (p_Var32->_M_left == (_Base_ptr)0x0) goto LAB_001e9af5;\n }\n pp_Var3 = &p_Var32->_M_right;\n p_Var20 = *pp_Var3;\n p_Var32 = p_Var31;\n } while (*pp_Var3 != (_Base_ptr)0x0);\nLAB_001e9af5:\n if (p_Var38 != (_Rb_tree_header *)p_Var32) {\n pSVar47 = (Stub_table<32,_false> *)p_Var32[1]._M_color;\n while (local_64 == pSVar47) {\n p_Var20 = (_Rb_tree_node_base *)std::_Rb_tree_increment(p_Var32);\n if (*(char *)&p_Var32[1]._M_left == 'x') {\n p_Var10 = p_Var32[1]._M_parent;\n if ((p_Var38 == (_Rb_tree_header *)p_Var20) ||\n ((Stub_table<32,_false> *)p_Var20[1]._M_color != local_64)) {\n local_54 = *(_Base_ptr *)((int)ppSVar12 + 0x3c);\n }\n else {\n local_54 = p_Var20[1]._M_parent;\n }\n pGVar22 = gold::parameters->options_;\n if (pGVar22 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if (((pGVar22->fix_cortex_a53_843419_).value != false) &&\n (uVar37 = (int)&p_Var10->_M_color + local_74, (uVar37 & 3) == 0)) {\n iVar18 = 0;\n if ((uVar37 & 0xfff) < 0xff8) {\n iVar18 = 0xff8 - (uVar37 & 0xfff);\n }\n while (iVar18 + 0xcU <= (uint)((int)local_54 - (int)p_Var10)) {\n erratum_insn_offset = (int)&p_Var10->_M_color + iVar18;\n puVar35 = (uint *)(puVar21 + erratum_insn_offset);\n uVar40 = uVar37 + iVar18;\n if ((*puVar35 & 0x9f000000) == 0x90000000) {\n local_90 = (AArch64_relobj<32,_false> *)puVar35[2];\n bVar42 = is_erratum_843419_sequence\n ((Target_aarch64<32,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00,\n (Valtype)insn3);\n if (bVar42) {\n iVar36 = 8;\nLAB_001e9f35:\n create_erratum_stub((Target_aarch64<32,_false> *)(iVar36 + uVar40),\n local_90,4,erratum_insn_offset,\n (Address)in_stack_ffffff44,\n (Insntype)in_stack_ffffff48,(int)task_00,\n (uint)insn3);\n }\n else if (((iVar18 + 0x10U <= (uint)((int)local_54 - (int)p_Var10)) &&\n (((uint)local_90 & 0x7c000000) != 0x14000000)) &&\n (((uint)local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = (AArch64_relobj<32,_false> *)puVar35[3];\n bVar42 = is_erratum_843419_sequence\n ((Target_aarch64<32,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00,\n (Valtype)insn3);\n if (bVar42) {\n iVar36 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n iVar36 = iVar18 + 4;\n iVar18 = iVar18 + 0xffc;\n if ((uVar40 & 0xfff) == 0xff8) {\n iVar18 = iVar36;\n }\n }\n pGVar22 = gold::parameters->options_;\n if (pGVar22 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (((pGVar22->fix_cortex_a53_835769_).value != false) &&\n (uVar37 = (int)local_54 - (int)p_Var10, 4 < uVar37)) {\n local_54 = (_Base_ptr)0x4;\n p_Var33 = (_Base_ptr)0x0;\n do {\n iVar18 = (int)&p_Var10->_M_color + (int)p_Var33;\n relobj = *(AArch64_relobj<32,_false> **)(puVar21 + iVar18 + 4);\n bVar42 = Target_aarch64<64,_false>::is_erratum_835769_sequence\n ((Target_aarch64<64,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00);\n if (bVar42) {\n pcVar11 = (((string *)&this_01->field_0x4)->_M_dataplus)._M_p;\n format = (char *)gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n gold::gold_info(format,pcVar11,local_64,iVar18);\n create_erratum_stub((Target_aarch64<32,_false> *)\n ((int)&p_Var10->_M_parent +\n (int)p_Var33 + local_74),relobj,5,0,\n (Address)in_stack_ffffff44,\n (Insntype)in_stack_ffffff48,(int)task_00,\n (uint)insn3);\n p_Var33 = local_54;\n }\n local_54 = (_Base_ptr)((int)p_Var33 + 8);\n p_Var33 = (_Base_ptr)((int)p_Var33 + 4);\n } while (local_54 < uVar37);\n }\n }\n if (p_Var38 == (_Rb_tree_header *)p_Var20) break;\n p_Var32 = p_Var20;\n pSVar47 = (Stub_table<32,_false> *)p_Var20[1]._M_color;\n }\n }\n }\n }\nLAB_001e9c60:\n iVar18 = *(int *)((int)ppSVar12 + 0x2c);\n }\n }\n if ((iVar18 == 4) && (iVar18 = *(int *)((int)ppSVar12 + 0x3c), iVar18 != 0)) {\n uVar37 = *(uint *)((int)ppSVar12 + 0x40);\n if (0xfeff < uVar37) {\n elfcpp::Elf_file<32,_false,_gold::Object>::initialize_shnum\n ((Elf_file<32,_false,_gold::Object> *)&this_01->field_0x90);\n uVar37 = uVar37 + *(int *)&this_01->field_0xa4;\n }\n if (((*(uint *)&this_01->field_0xac == uVar37) &&\n (*(int *)((int)ppSVar12 + 0x4c) == 0xc)) &&\n (lVar45 = __moddi3(iVar18,0,0xc,0), lVar45 == 0)) {\n local_6c = *(uint *)((int)ppSVar12 + 0x44);\n if (0xfeff < local_6c) {\n /* try { // try from 001ea0ad to 001ea0b1 has its CatchHandler @ 001ea8e9 */\n elfcpp::Elf_file<32,_false,_gold::Object>::initialize_shnum\n ((Elf_file<32,_false,_gold::Object> *)&this_01->field_0x90);\n local_6c = local_6c + *(int *)&this_01->field_0xa4;\n }\n if (((local_6c < *(uint *)&this_01->field_0x28) &&\n (*(int *)(insn3 + local_6c * 0x28 + 0x14) != 0)) &&\n (((insn3[local_6c * 0x28 + 8] & 2) != 0 &&\n ((*(int *)(insn3 + local_6c * 0x28 + 4) == 1 &&\n (pOVar7 = (((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_start[local_6c], pOVar7 != (Output_section *)0x0)))))) {\n bVar42 = gold::Symbol_table::is_section_folded(symtab,(Relobj *)this_01,local_6c);\n bVar43 = false;\n bVar42 = !bVar42;\n if (bVar42) {\n iVar18 = 10;\n pbVar34 = (byte *)pOVar7->name_;\n pbVar39 = (byte *)".eh_frame";\n do {\n if (iVar18 == 0) break;\n iVar18 = iVar18 + -1;\n bVar43 = *pbVar34 < *pbVar39;\n bVar42 = *pbVar34 == *pbVar39;\n pbVar34 = pbVar34 + (uint)bVar44 * -2 + 1;\n pbVar39 = pbVar39 + (uint)bVar44 * -2 + 1;\n } while (bVar42);\n if ((!bVar43 && !bVar42) != bVar43) {\n puVar8 = (((vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>).\n _M_impl._M_start;\n if ((uint)((int)*(pointer *)&this_01->field_0x88 - (int)puVar8 >> 2) <= local_6c\n ) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea8ba to 001ea8da has its CatchHandler @ 001ea8e9 */\n gold::do_gold_unreachable\n ("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n /* try { // try from 001ea64a to 001ea73e has its CatchHandler @ 001ea8e9 */\n if ((puVar8[local_6c] == 0xffffffff) &&\n (pOVar23 = gold::Output_section::find_relaxed_input_section\n (pOVar7,(Relobj *)this_01,local_6c),\n pOVar23 == (Output_relaxed_input_section *)0x0)) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable");\n }\n uVar37 = *(uint *)((int)ppSVar12 + 0x44);\n if (0xfeff < uVar37) {\n elfcpp::Elf_file<32,_false,_gold::Object>::initialize_shnum\n ((Elf_file<32,_false,_gold::Object> *)&this_01->field_0x90);\n uVar37 = uVar37 + *(int *)&this_01->field_0xa4;\n }\n puVar8 = (((vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>).\n _M_impl._M_start;\n if ((uint)((int)*(pointer *)&this_01->field_0x88 - (int)puVar8 >> 2) <= uVar37)\n {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n pOVar7 = (((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_start[uVar37];\n if (puVar8[uVar37] == 0xffffffff) {\n pOVar23 = gold::Output_section::find_relaxed_input_section\n (pOVar7,(Relobj *)this_01,uVar37);\n if (pOVar23 == (Output_relaxed_input_section *)0x0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea7ee to 001ea7f2 has its CatchHandler @ 001ea8e9 */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if (((pOVar23->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.field_0x1c & 1) == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n }\n else if (((pOVar7->super_Output_data).field_0x1c & 1) == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n if (*(Input_file **)&this_01->field_0x1c == (Input_file *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/object.h",0x1e3,"input_file");\n }\n gold::File_read::get_view\n (&(*(Input_file **)&this_01->field_0x1c)->file_,\n *(off_t *)&this_01->field_0x20,\n (ulonglong)*(uint *)((int)ppSVar12 + 0x38),\n *(section_size_type *)((int)ppSVar12 + 0x3c),true,false);\n input_view_size_1 = 0;\n gold::Object::section_contents\n ((Object *)this_01,uVar37,&input_view_size_1,false);\n if (*(int *)((int)ppSVar12 + 0x2c) != 4) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }\n }\n }\n }\n }\n }\n local_64 = (Stub_table<32,_false> *)\n ((int)&(local_64->super_Output_data)._vptr_Output_data + 1);\n if (pSVar4 == local_64) break;\n pGVar22 = gold::parameters->options_;\n ppSVar12 = local_5c;\n if (pGVar22 == (General_options *)0x0) goto LAB_001e9d87;\n } while( true );\n }\n if (*(Input_file **)&this_01->field_0x1c != (Input_file *)0x0) {\n gold::File_read::unlock(&(*(Input_file **)&this_01->field_0x1c)->file_,task);\n }\n local_ac = local_ac + 1;\n } while ((input_objects->relobj_list_).\n super__Vector_base<gold::Relobj*,_std::allocator<gold::Relobj*>_>._M_impl._M_finish !=\n local_ac);\n }" if (parenthesized_expression "(pass == 1)" ( (binary_expression "pass == 1" identifier == number_literal) )) (compound_statement "{\n uVar37 = (pGVar22->stub_group_size_).value >> 0x1f;\n local_7c = ((pGVar22->stub_group_size_).value ^ uVar37) - uVar37;\n if (local_7c == 1) {\n local_7c = 0x7ffbffc;\n this->stub_group_size_ = 0x7ffbffc;\n }\n else {\n this->stub_group_size_ = local_7c;\n }\n input_view_size_1 = 0;\n local_30 = (pointer)0x0;\n local_2c = (pointer)0x0;\n /* try { // try from 001ea319 to 001ea31d has its CatchHandler @ 001ea8e2 */\n gold::Layout::get_executable_sections(layout,(Section_list *)&input_view_size_1);\n ppOVar19 = local_30;\n if ((pointer)input_view_size_1 != local_30) {\n local_84 = (pointer)input_view_size_1;\n do {\n pOVar7 = *local_84;\n input_view_size = 0;\n local_24 = (pointer)0x0;\n group_end._M_current =\n (pOVar7->input_sections_).\n super__Vector_base<gold::Output_section::Input_section,_std::allocator<gold::Output_section::Input_section>_>\n ._M_impl._M_finish;\n local_4c = (pOVar7->input_sections_).\n super__Vector_base<gold::Output_section::Input_section,_std::allocator<gold::Output_section::Input_section>_>\n ._M_impl._M_start;\n local_20 = (pointer)0x0;\n if (group_end._M_current != local_4c) {\n local_70 = 0;\n bVar42 = false;\n local_5c = (pointer_conflict)0x0;\nLAB_001ea390:\n if (local_4c->p2align_ != 0) {\n uVar37 = local_4c->p2align_ - 1;\n bVar27 = (byte)uVar37;\n bVar43 = (uVar37 & 0x20) == 0;\n iVar18 = (uint)!bVar43 << (bVar27 & 0x1f);\n iVar36 = (uint)bVar43 << (bVar27 & 0x1f);\n goto LAB_001ea3bd;\n }\nLAB_001ea39e:\n uVar37 = local_4c->shndx_;\n this_00 = local_4c;\njoined_r0x001ea3ac:\n local_4c = this_00;\n if (uVar37 + 4 < 4) {\n /* try { // try from 001ea3b7 to 001ea632 has its CatchHandler @ 001ea8db */\n iVar36 = (*(((local_4c->u2_).object)->super_Object)._vptr_Object[3])\n ((local_4c->u2_).object);\n iVar18 = extraout_EDX_00;\nLAB_001ea3bd:\n if (iVar18 != 0 || iVar36 != 0) {\n local_5c = (pointer_conflict)(iVar36 + -1 + (int)local_5c & -iVar36);\n }\n }\n oVar46 = gold::Output_section::Input_section::data_size(local_4c);\n uVar37 = (int)local_5c + (int)oVar46;\n uVar40 = uVar37;\n if (bVar42) goto LAB_001ea4f0;\nLAB_001ea3f6:\n if (local_4c->shndx_ < 0xfffffffd) {\n oVar46 = gold::Output_section::Input_section::data_size(local_4c);\n this_00 = local_4c + 1;\n pIVar28 = (pOVar7->input_sections_).\n super__Vector_base<gold::Output_section::Input_section,_std::allocator<gold::Output_section::Input_section>_>\n ._M_impl._M_finish;\n if (oVar46 == 0) goto LAB_001e9783;\n if (bVar42) {\n group_end._M_current = local_4c;\n if (pIVar28 == this_00) goto LAB_001ea610;\n pIVar28 = local_4c + 1;\n local_5c = (pointer_conflict)uVar40;\n local_4c = this_00;\n if (pIVar28->p2align_ != 0) {\n uVar37 = pIVar28->p2align_ - 1;\n bVar26 = (byte)uVar37;\n bVar27 = bVar26 & 0x1f;\n uVar24 = 1 << (bVar26 & 0x1f);\n uVar25 = uVar24;\n uVar15 = 0 << bVar27 | 1U >> 0x20 - bVar27;\n if ((uVar37 & 0x20) != 0) {\n uVar25 = 0;\n uVar15 = uVar24;\n }\n if (uVar15 == 0 && uVar25 == 0) {\n oVar46 = gold::Output_section::Input_section::data_size(this_00);\n uVar37 = uVar40 + (int)oVar46;\n }\n else {\n local_5c = (pointer_conflict)((uVar25 - 1) + uVar40 & -uVar25);\n oVar46 = gold::Output_section::Input_section::data_size(this_00);\n uVar37 = (int)local_5c + (int)oVar46;\n }\n goto LAB_001ea4f0;\n }\n goto LAB_001ea39e;\n }\n group_end._M_current = local_4c;\n if (pIVar28 == this_00) goto LAB_001ea619;\n if (local_4c[1].p2align_ != 0) {\n uVar37 = local_4c[1].p2align_ - 1;\n bVar27 = (byte)uVar37;\n bVar42 = (uVar37 & 0x20) == 0;\n iVar18 = (uint)bVar42 << (bVar27 & 0x1f);\n if ((uint)!bVar42 << (bVar27 & 0x1f) == 0 && iVar18 == 0) {\n oVar46 = gold::Output_section::Input_section::data_size(this_00);\n uVar37 = uVar40 + (int)oVar46;\n local_70 = (uint)local_5c;\n local_5c = (pointer_conflict)uVar40;\n local_4c = this_00;\n }\n else {\n uVar40 = -iVar18 & (uVar40 - 1) + iVar18;\n oVar46 = gold::Output_section::Input_section::data_size(this_00);\n uVar37 = uVar40 + (int)oVar46;\n local_70 = (uint)local_5c;\n local_5c = (pointer_conflict)uVar40;\n local_4c = this_00;\n }\nLAB_001ea4f0:\n uVar40 = uVar37;\n if (uVar37 - local_70 < local_7c) {\n bVar42 = true;\n }\n else {\n if ((pOVar7->input_sections_).\n super__Vector_base<gold::Output_section::Input_section,_std::allocator<gold::Output_section::Input_section>_>\n ._M_impl._M_finish == group_end._M_current) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea80c to 001ea810 has its CatchHandler @ 001ea8db */\n gold::do_gold_unreachable("../../gold/aarch64.cc",0xaf7,"group_sections");\n }\n AArch64_output_section<32,_false>::create_stub_group\n ((AArch64_output_section<32,_false> *)this,\n (Input_section *)&input_view_size,(const_iterator)task,in_stack_ffffff40,\n (The_target_aarch64 *)in_stack_ffffff44,in_stack_ffffff48,task_00);\n bVar42 = false;\n }\n goto LAB_001ea3f6;\n }\n uVar37 = this_00->shndx_;\n bVar42 = true;\n local_70 = (uint)local_5c;\n local_5c = (pointer_conflict)uVar40;\n goto joined_r0x001ea3ac;\n }\n pIVar28 = (pOVar7->input_sections_).\n super__Vector_base<gold::Output_section::Input_section,_std::allocator<gold::Output_section::Input_section>_>\n ._M_impl._M_finish;\nLAB_001e9783:\n local_4c = local_4c + 1;\n local_5c = (pointer_conflict)uVar40;\n if (local_4c != pIVar28) goto LAB_001ea390;\n if (bVar42) {\nLAB_001ea610:\n if (pIVar28 == group_end._M_current) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea869 to 001ea86d has its CatchHandler @ 001ea8db */\n gold::do_gold_unreachable("../../gold/aarch64.cc",0xb32,"group_sections");\n }\nLAB_001ea619:\n AArch64_output_section<32,_false>::create_stub_group\n ((AArch64_output_section<32,_false> *)this,(Input_section *)&input_view_size,\n (const_iterator)task,in_stack_ffffff40,\n (The_target_aarch64 *)in_stack_ffffff44,in_stack_ffffff48,task_00);\n }\n if (local_24 == (pointer)input_view_size) {\nLAB_001ea600:\n if (input_view_size == 0) goto LAB_001e9844;\n goto LAB_001e9835;\n }\n /* try { // try from 001e97b7 to 001e97bb has its CatchHandler @ 001ea8db */\n gold::Output_section::convert_input_sections_to_relaxed_sections\n (pOVar7,(vector<gold::Output_relaxed_input_section*,_std::allocator<gold::Output_relaxed_input_section*>_>\n *)&input_view_size);\n iVar18 = (int)((int)local_24 - input_view_size) >> 2;\n if (iVar18 == 0) goto LAB_001ea600;\n iVar36 = *(int *)(*(int *)input_view_size + 0x2c);\n uVar37 = *(uint *)(*(int *)input_view_size + 0x30);\n iVar41 = *(int *)(iVar36 + 0x84);\n if ((uint)(*(int *)(iVar36 + 0x88) - iVar41 >> 2) <= uVar37) goto LAB_001ea7b7;\n iVar29 = 0;\n while( true ) {\n *(undefined4 *)(iVar41 + uVar37 * 4) = 0xffffffff;\n iVar29 = iVar29 + 1;\n *(undefined1 *)(iVar36 + 0x4c) = 1;\n if (iVar18 == iVar29) break;\n iVar41 = *(int *)(input_view_size + iVar29 * 4);\n iVar36 = *(int *)(iVar41 + 0x2c);\n uVar37 = *(uint *)(iVar41 + 0x30);\n iVar41 = *(int *)(iVar36 + 0x84);\n if ((uint)(*(int *)(iVar36 + 0x88) - iVar41 >> 2) <= uVar37) {\nLAB_001ea7b7:\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea7d0 to 001ea7d4 has its CatchHandler @ 001ea8db */\n gold::do_gold_unreachable("../../gold/object.h",0x81f,"do_set_section_offset");\n }\n }\nLAB_001e9835:\n operator_delete((void *)input_view_size);\n }\nLAB_001e9844:\n local_84 = local_84 + 1;\n ppOVar19 = (pointer)input_view_size_1;\n } while (local_30 != local_84);\n }\n if (ppOVar19 != (pointer)0x0) {\n operator_delete(ppOVar19);\n }\nLAB_001e9870:\n local_ac = (input_objects->relobj_list_).\n super__Vector_base<gold::Relobj*,_std::allocator<gold::Relobj*>_>._M_impl._M_start;\n if (local_ac !=\n (input_objects->relobj_list_).\n super__Vector_base<gold::Relobj*,_std::allocator<gold::Relobj*>_>._M_impl._M_finish)\n goto LAB_001e98a0;\n }" { (expression_statement "uVar37 = (pGVar22->stub_group_size_).value >> 0x1f;" (assignment_expression "uVar37 = (pGVar22->stub_group_size_).value >> 0x1f" identifier = (binary_expression "(pGVar22->stub_group_size_).value >> 0x1f" (field_expression "(pGVar22->stub_group_size_).value" (parenthesized_expression "(pGVar22->stub_group_size_)" ( (field_expression "pGVar22->stub_group_size_" identifier -> field_identifier) )) . field_identifier) >> number_literal)) ;) (expression_statement "local_7c = ((pGVar22->stub_group_size_).value ^ uVar37) - uVar37;" (assignment_expression "local_7c = ((pGVar22->stub_group_size_).value ^ uVar37) - uVar37" identifier = (binary_expression "((pGVar22->stub_group_size_).value ^ uVar37) - uVar37" (parenthesized_expression "((pGVar22->stub_group_size_).value ^ uVar37)" ( (binary_expression "(pGVar22->stub_group_size_).value ^ uVar37" (field_expression "(pGVar22->stub_group_size_).value" (parenthesized_expression "(pGVar22->stub_group_size_)" ( (field_expression "pGVar22->stub_group_size_" identifier -> field_identifier) )) . field_identifier) ^ identifier) )) - identifier)) ;) (if_statement "if (local_7c == 1) {\n local_7c = 0x7ffbffc;\n this->stub_group_size_ = 0x7ffbffc;\n }\n else {\n this->stub_group_size_ = local_7c;\n }" if (parenthesized_expression "(local_7c == 1)" ( (binary_expression "local_7c == 1" identifier == number_literal) )) (compound_statement "{\n local_7c = 0x7ffbffc;\n this->stub_group_size_ = 0x7ffbffc;\n }" { (expression_statement "local_7c = 0x7ffbffc;" (assignment_expression "local_7c = 0x7ffbffc" identifier = number_literal) ;) (expression_statement "this->stub_group_size_ = 0x7ffbffc;" (assignment_expression "this->stub_group_size_ = 0x7ffbffc" (field_expression "this->stub_group_size_" identifier -> field_identifier) = number_literal) ;) }) (else_clause "else {\n this->stub_group_size_ = local_7c;\n }" else (compound_statement "{\n this->stub_group_size_ = local_7c;\n }" { (expression_statement "this->stub_group_size_ = local_7c;" (assignment_expression "this->stub_group_size_ = local_7c" (field_expression "this->stub_group_size_" identifier -> field_identifier) = identifier) ;) }))) (expression_statement "input_view_size_1 = 0;" (assignment_expression "input_view_size_1 = 0" identifier = number_literal) ;) (expression_statement "local_30 = (pointer)0x0;" (assignment_expression "local_30 = (pointer)0x0" identifier = (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal)) ;) (expression_statement "local_2c = (pointer)0x0;" (assignment_expression "local_2c = (pointer)0x0" identifier = (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal)) ;) comment (labeled_statement "gold::Layout::get_executable_sections(layout,(Section_list *)&input_view_size_1);" statement_identifier : (ERROR ":" :) (labeled_statement "Layout::get_executable_sections(layout,(Section_list *)&input_view_size_1);" statement_identifier : (ERROR ":" :) (expression_statement "get_executable_sections(layout,(Section_list *)&input_view_size_1);" (call_expression "get_executable_sections(layout,(Section_list *)&input_view_size_1)" identifier (argument_list "(layout,(Section_list *)&input_view_size_1)" ( identifier , (cast_expression "(Section_list *)&input_view_size_1" ( (type_descriptor "Section_list *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&input_view_size_1" & identifier)) ))) ;))) (expression_statement "ppOVar19 = local_30;" (assignment_expression "ppOVar19 = local_30" identifier = identifier) ;) (if_statement "if ((pointer)input_view_size_1 != local_30) {\n local_84 = (pointer)input_view_size_1;\n do {\n pOVar7 = *local_84;\n input_view_size = 0;\n local_24 = (pointer)0x0;\n group_end._M_current =\n (pOVar7->input_sections_).\n super__Vector_base<gold::Output_section::Input_section,_std::allocator<gold::Output_section::Input_section>_>\n ._M_impl._M_finish;\n local_4c = (pOVar7->input_sections_).\n super__Vector_base<gold::Output_section::Input_section,_std::allocator<gold::Output_section::Input_section>_>\n ._M_impl._M_start;\n local_20 = (pointer)0x0;\n if (group_end._M_current != local_4c) {\n local_70 = 0;\n bVar42 = false;\n local_5c = (pointer_conflict)0x0;\nLAB_001ea390:\n if (local_4c->p2align_ != 0) {\n uVar37 = local_4c->p2align_ - 1;\n bVar27 = (byte)uVar37;\n bVar43 = (uVar37 & 0x20) == 0;\n iVar18 = (uint)!bVar43 << (bVar27 & 0x1f);\n iVar36 = (uint)bVar43 << (bVar27 & 0x1f);\n goto LAB_001ea3bd;\n }\nLAB_001ea39e:\n uVar37 = local_4c->shndx_;\n this_00 = local_4c;\njoined_r0x001ea3ac:\n local_4c = this_00;\n if (uVar37 + 4 < 4) {\n /* try { // try from 001ea3b7 to 001ea632 has its CatchHandler @ 001ea8db */\n iVar36 = (*(((local_4c->u2_).object)->super_Object)._vptr_Object[3])\n ((local_4c->u2_).object);\n iVar18 = extraout_EDX_00;\nLAB_001ea3bd:\n if (iVar18 != 0 || iVar36 != 0) {\n local_5c = (pointer_conflict)(iVar36 + -1 + (int)local_5c & -iVar36);\n }\n }\n oVar46 = gold::Output_section::Input_section::data_size(local_4c);\n uVar37 = (int)local_5c + (int)oVar46;\n uVar40 = uVar37;\n if (bVar42) goto LAB_001ea4f0;\nLAB_001ea3f6:\n if (local_4c->shndx_ < 0xfffffffd) {\n oVar46 = gold::Output_section::Input_section::data_size(local_4c);\n this_00 = local_4c + 1;\n pIVar28 = (pOVar7->input_sections_).\n super__Vector_base<gold::Output_section::Input_section,_std::allocator<gold::Output_section::Input_section>_>\n ._M_impl._M_finish;\n if (oVar46 == 0) goto LAB_001e9783;\n if (bVar42) {\n group_end._M_current = local_4c;\n if (pIVar28 == this_00) goto LAB_001ea610;\n pIVar28 = local_4c + 1;\n local_5c = (pointer_conflict)uVar40;\n local_4c = this_00;\n if (pIVar28->p2align_ != 0) {\n uVar37 = pIVar28->p2align_ - 1;\n bVar26 = (byte)uVar37;\n bVar27 = bVar26 & 0x1f;\n uVar24 = 1 << (bVar26 & 0x1f);\n uVar25 = uVar24;\n uVar15 = 0 << bVar27 | 1U >> 0x20 - bVar27;\n if ((uVar37 & 0x20) != 0) {\n uVar25 = 0;\n uVar15 = uVar24;\n }\n if (uVar15 == 0 && uVar25 == 0) {\n oVar46 = gold::Output_section::Input_section::data_size(this_00);\n uVar37 = uVar40 + (int)oVar46;\n }\n else {\n local_5c = (pointer_conflict)((uVar25 - 1) + uVar40 & -uVar25);\n oVar46 = gold::Output_section::Input_section::data_size(this_00);\n uVar37 = (int)local_5c + (int)oVar46;\n }\n goto LAB_001ea4f0;\n }\n goto LAB_001ea39e;\n }\n group_end._M_current = local_4c;\n if (pIVar28 == this_00) goto LAB_001ea619;\n if (local_4c[1].p2align_ != 0) {\n uVar37 = local_4c[1].p2align_ - 1;\n bVar27 = (byte)uVar37;\n bVar42 = (uVar37 & 0x20) == 0;\n iVar18 = (uint)bVar42 << (bVar27 & 0x1f);\n if ((uint)!bVar42 << (bVar27 & 0x1f) == 0 && iVar18 == 0) {\n oVar46 = gold::Output_section::Input_section::data_size(this_00);\n uVar37 = uVar40 + (int)oVar46;\n local_70 = (uint)local_5c;\n local_5c = (pointer_conflict)uVar40;\n local_4c = this_00;\n }\n else {\n uVar40 = -iVar18 & (uVar40 - 1) + iVar18;\n oVar46 = gold::Output_section::Input_section::data_size(this_00);\n uVar37 = uVar40 + (int)oVar46;\n local_70 = (uint)local_5c;\n local_5c = (pointer_conflict)uVar40;\n local_4c = this_00;\n }\nLAB_001ea4f0:\n uVar40 = uVar37;\n if (uVar37 - local_70 < local_7c) {\n bVar42 = true;\n }\n else {\n if ((pOVar7->input_sections_).\n super__Vector_base<gold::Output_section::Input_section,_std::allocator<gold::Output_section::Input_section>_>\n ._M_impl._M_finish == group_end._M_current) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea80c to 001ea810 has its CatchHandler @ 001ea8db */\n gold::do_gold_unreachable("../../gold/aarch64.cc",0xaf7,"group_sections");\n }\n AArch64_output_section<32,_false>::create_stub_group\n ((AArch64_output_section<32,_false> *)this,\n (Input_section *)&input_view_size,(const_iterator)task,in_stack_ffffff40,\n (The_target_aarch64 *)in_stack_ffffff44,in_stack_ffffff48,task_00);\n bVar42 = false;\n }\n goto LAB_001ea3f6;\n }\n uVar37 = this_00->shndx_;\n bVar42 = true;\n local_70 = (uint)local_5c;\n local_5c = (pointer_conflict)uVar40;\n goto joined_r0x001ea3ac;\n }\n pIVar28 = (pOVar7->input_sections_).\n super__Vector_base<gold::Output_section::Input_section,_std::allocator<gold::Output_section::Input_section>_>\n ._M_impl._M_finish;\nLAB_001e9783:\n local_4c = local_4c + 1;\n local_5c = (pointer_conflict)uVar40;\n if (local_4c != pIVar28) goto LAB_001ea390;\n if (bVar42) {\nLAB_001ea610:\n if (pIVar28 == group_end._M_current) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea869 to 001ea86d has its CatchHandler @ 001ea8db */\n gold::do_gold_unreachable("../../gold/aarch64.cc",0xb32,"group_sections");\n }\nLAB_001ea619:\n AArch64_output_section<32,_false>::create_stub_group\n ((AArch64_output_section<32,_false> *)this,(Input_section *)&input_view_size,\n (const_iterator)task,in_stack_ffffff40,\n (The_target_aarch64 *)in_stack_ffffff44,in_stack_ffffff48,task_00);\n }\n if (local_24 == (pointer)input_view_size) {\nLAB_001ea600:\n if (input_view_size == 0) goto LAB_001e9844;\n goto LAB_001e9835;\n }\n /* try { // try from 001e97b7 to 001e97bb has its CatchHandler @ 001ea8db */\n gold::Output_section::convert_input_sections_to_relaxed_sections\n (pOVar7,(vector<gold::Output_relaxed_input_section*,_std::allocator<gold::Output_relaxed_input_section*>_>\n *)&input_view_size);\n iVar18 = (int)((int)local_24 - input_view_size) >> 2;\n if (iVar18 == 0) goto LAB_001ea600;\n iVar36 = *(int *)(*(int *)input_view_size + 0x2c);\n uVar37 = *(uint *)(*(int *)input_view_size + 0x30);\n iVar41 = *(int *)(iVar36 + 0x84);\n if ((uint)(*(int *)(iVar36 + 0x88) - iVar41 >> 2) <= uVar37) goto LAB_001ea7b7;\n iVar29 = 0;\n while( true ) {\n *(undefined4 *)(iVar41 + uVar37 * 4) = 0xffffffff;\n iVar29 = iVar29 + 1;\n *(undefined1 *)(iVar36 + 0x4c) = 1;\n if (iVar18 == iVar29) break;\n iVar41 = *(int *)(input_view_size + iVar29 * 4);\n iVar36 = *(int *)(iVar41 + 0x2c);\n uVar37 = *(uint *)(iVar41 + 0x30);\n iVar41 = *(int *)(iVar36 + 0x84);\n if ((uint)(*(int *)(iVar36 + 0x88) - iVar41 >> 2) <= uVar37) {\nLAB_001ea7b7:\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea7d0 to 001ea7d4 has its CatchHandler @ 001ea8db */\n gold::do_gold_unreachable("../../gold/object.h",0x81f,"do_set_section_offset");\n }\n }\nLAB_001e9835:\n operator_delete((void *)input_view_size);\n }\nLAB_001e9844:\n local_84 = local_84 + 1;\n ppOVar19 = (pointer)input_view_size_1;\n } while (local_30 != local_84);\n }" if (parenthesized_expression "((pointer)input_view_size_1 != local_30)" ( (binary_expression "(pointer)input_view_size_1 != local_30" (cast_expression "(pointer)input_view_size_1" ( (type_descriptor "pointer" type_identifier) ) identifier) != identifier) )) (compound_statement "{\n local_84 = (pointer)input_view_size_1;\n do {\n pOVar7 = *local_84;\n input_view_size = 0;\n local_24 = (pointer)0x0;\n group_end._M_current =\n (pOVar7->input_sections_).\n super__Vector_base<gold::Output_section::Input_section,_std::allocator<gold::Output_section::Input_section>_>\n ._M_impl._M_finish;\n local_4c = (pOVar7->input_sections_).\n super__Vector_base<gold::Output_section::Input_section,_std::allocator<gold::Output_section::Input_section>_>\n ._M_impl._M_start;\n local_20 = (pointer)0x0;\n if (group_end._M_current != local_4c) {\n local_70 = 0;\n bVar42 = false;\n local_5c = (pointer_conflict)0x0;\nLAB_001ea390:\n if (local_4c->p2align_ != 0) {\n uVar37 = local_4c->p2align_ - 1;\n bVar27 = (byte)uVar37;\n bVar43 = (uVar37 & 0x20) == 0;\n iVar18 = (uint)!bVar43 << (bVar27 & 0x1f);\n iVar36 = (uint)bVar43 << (bVar27 & 0x1f);\n goto LAB_001ea3bd;\n }\nLAB_001ea39e:\n uVar37 = local_4c->shndx_;\n this_00 = local_4c;\njoined_r0x001ea3ac:\n local_4c = this_00;\n if (uVar37 + 4 < 4) {\n /* try { // try from 001ea3b7 to 001ea632 has its CatchHandler @ 001ea8db */\n iVar36 = (*(((local_4c->u2_).object)->super_Object)._vptr_Object[3])\n ((local_4c->u2_).object);\n iVar18 = extraout_EDX_00;\nLAB_001ea3bd:\n if (iVar18 != 0 || iVar36 != 0) {\n local_5c = (pointer_conflict)(iVar36 + -1 + (int)local_5c & -iVar36);\n }\n }\n oVar46 = gold::Output_section::Input_section::data_size(local_4c);\n uVar37 = (int)local_5c + (int)oVar46;\n uVar40 = uVar37;\n if (bVar42) goto LAB_001ea4f0;\nLAB_001ea3f6:\n if (local_4c->shndx_ < 0xfffffffd) {\n oVar46 = gold::Output_section::Input_section::data_size(local_4c);\n this_00 = local_4c + 1;\n pIVar28 = (pOVar7->input_sections_).\n super__Vector_base<gold::Output_section::Input_section,_std::allocator<gold::Output_section::Input_section>_>\n ._M_impl._M_finish;\n if (oVar46 == 0) goto LAB_001e9783;\n if (bVar42) {\n group_end._M_current = local_4c;\n if (pIVar28 == this_00) goto LAB_001ea610;\n pIVar28 = local_4c + 1;\n local_5c = (pointer_conflict)uVar40;\n local_4c = this_00;\n if (pIVar28->p2align_ != 0) {\n uVar37 = pIVar28->p2align_ - 1;\n bVar26 = (byte)uVar37;\n bVar27 = bVar26 & 0x1f;\n uVar24 = 1 << (bVar26 & 0x1f);\n uVar25 = uVar24;\n uVar15 = 0 << bVar27 | 1U >> 0x20 - bVar27;\n if ((uVar37 & 0x20) != 0) {\n uVar25 = 0;\n uVar15 = uVar24;\n }\n if (uVar15 == 0 && uVar25 == 0) {\n oVar46 = gold::Output_section::Input_section::data_size(this_00);\n uVar37 = uVar40 + (int)oVar46;\n }\n else {\n local_5c = (pointer_conflict)((uVar25 - 1) + uVar40 & -uVar25);\n oVar46 = gold::Output_section::Input_section::data_size(this_00);\n uVar37 = (int)local_5c + (int)oVar46;\n }\n goto LAB_001ea4f0;\n }\n goto LAB_001ea39e;\n }\n group_end._M_current = local_4c;\n if (pIVar28 == this_00) goto LAB_001ea619;\n if (local_4c[1].p2align_ != 0) {\n uVar37 = local_4c[1].p2align_ - 1;\n bVar27 = (byte)uVar37;\n bVar42 = (uVar37 & 0x20) == 0;\n iVar18 = (uint)bVar42 << (bVar27 & 0x1f);\n if ((uint)!bVar42 << (bVar27 & 0x1f) == 0 && iVar18 == 0) {\n oVar46 = gold::Output_section::Input_section::data_size(this_00);\n uVar37 = uVar40 + (int)oVar46;\n local_70 = (uint)local_5c;\n local_5c = (pointer_conflict)uVar40;\n local_4c = this_00;\n }\n else {\n uVar40 = -iVar18 & (uVar40 - 1) + iVar18;\n oVar46 = gold::Output_section::Input_section::data_size(this_00);\n uVar37 = uVar40 + (int)oVar46;\n local_70 = (uint)local_5c;\n local_5c = (pointer_conflict)uVar40;\n local_4c = this_00;\n }\nLAB_001ea4f0:\n uVar40 = uVar37;\n if (uVar37 - local_70 < local_7c) {\n bVar42 = true;\n }\n else {\n if ((pOVar7->input_sections_).\n super__Vector_base<gold::Output_section::Input_section,_std::allocator<gold::Output_section::Input_section>_>\n ._M_impl._M_finish == group_end._M_current) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea80c to 001ea810 has its CatchHandler @ 001ea8db */\n gold::do_gold_unreachable("../../gold/aarch64.cc",0xaf7,"group_sections");\n }\n AArch64_output_section<32,_false>::create_stub_group\n ((AArch64_output_section<32,_false> *)this,\n (Input_section *)&input_view_size,(const_iterator)task,in_stack_ffffff40,\n (The_target_aarch64 *)in_stack_ffffff44,in_stack_ffffff48,task_00);\n bVar42 = false;\n }\n goto LAB_001ea3f6;\n }\n uVar37 = this_00->shndx_;\n bVar42 = true;\n local_70 = (uint)local_5c;\n local_5c = (pointer_conflict)uVar40;\n goto joined_r0x001ea3ac;\n }\n pIVar28 = (pOVar7->input_sections_).\n super__Vector_base<gold::Output_section::Input_section,_std::allocator<gold::Output_section::Input_section>_>\n ._M_impl._M_finish;\nLAB_001e9783:\n local_4c = local_4c + 1;\n local_5c = (pointer_conflict)uVar40;\n if (local_4c != pIVar28) goto LAB_001ea390;\n if (bVar42) {\nLAB_001ea610:\n if (pIVar28 == group_end._M_current) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea869 to 001ea86d has its CatchHandler @ 001ea8db */\n gold::do_gold_unreachable("../../gold/aarch64.cc",0xb32,"group_sections");\n }\nLAB_001ea619:\n AArch64_output_section<32,_false>::create_stub_group\n ((AArch64_output_section<32,_false> *)this,(Input_section *)&input_view_size,\n (const_iterator)task,in_stack_ffffff40,\n (The_target_aarch64 *)in_stack_ffffff44,in_stack_ffffff48,task_00);\n }\n if (local_24 == (pointer)input_view_size) {\nLAB_001ea600:\n if (input_view_size == 0) goto LAB_001e9844;\n goto LAB_001e9835;\n }\n /* try { // try from 001e97b7 to 001e97bb has its CatchHandler @ 001ea8db */\n gold::Output_section::convert_input_sections_to_relaxed_sections\n (pOVar7,(vector<gold::Output_relaxed_input_section*,_std::allocator<gold::Output_relaxed_input_section*>_>\n *)&input_view_size);\n iVar18 = (int)((int)local_24 - input_view_size) >> 2;\n if (iVar18 == 0) goto LAB_001ea600;\n iVar36 = *(int *)(*(int *)input_view_size + 0x2c);\n uVar37 = *(uint *)(*(int *)input_view_size + 0x30);\n iVar41 = *(int *)(iVar36 + 0x84);\n if ((uint)(*(int *)(iVar36 + 0x88) - iVar41 >> 2) <= uVar37) goto LAB_001ea7b7;\n iVar29 = 0;\n while( true ) {\n *(undefined4 *)(iVar41 + uVar37 * 4) = 0xffffffff;\n iVar29 = iVar29 + 1;\n *(undefined1 *)(iVar36 + 0x4c) = 1;\n if (iVar18 == iVar29) break;\n iVar41 = *(int *)(input_view_size + iVar29 * 4);\n iVar36 = *(int *)(iVar41 + 0x2c);\n uVar37 = *(uint *)(iVar41 + 0x30);\n iVar41 = *(int *)(iVar36 + 0x84);\n if ((uint)(*(int *)(iVar36 + 0x88) - iVar41 >> 2) <= uVar37) {\nLAB_001ea7b7:\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea7d0 to 001ea7d4 has its CatchHandler @ 001ea8db */\n gold::do_gold_unreachable("../../gold/object.h",0x81f,"do_set_section_offset");\n }\n }\nLAB_001e9835:\n operator_delete((void *)input_view_size);\n }\nLAB_001e9844:\n local_84 = local_84 + 1;\n ppOVar19 = (pointer)input_view_size_1;\n } while (local_30 != local_84);\n }" { (expression_statement "local_84 = (pointer)input_view_size_1;" (assignment_expression "local_84 = (pointer)input_view_size_1" identifier = (cast_expression "(pointer)input_view_size_1" ( (type_descriptor "pointer" type_identifier) ) identifier)) ;) (do_statement "do {\n pOVar7 = *local_84;\n input_view_size = 0;\n local_24 = (pointer)0x0;\n group_end._M_current =\n (pOVar7->input_sections_).\n super__Vector_base<gold::Output_section::Input_section,_std::allocator<gold::Output_section::Input_section>_>\n ._M_impl._M_finish;\n local_4c = (pOVar7->input_sections_).\n super__Vector_base<gold::Output_section::Input_section,_std::allocator<gold::Output_section::Input_section>_>\n ._M_impl._M_start;\n local_20 = (pointer)0x0;\n if (group_end._M_current != local_4c) {\n local_70 = 0;\n bVar42 = false;\n local_5c = (pointer_conflict)0x0;\nLAB_001ea390:\n if (local_4c->p2align_ != 0) {\n uVar37 = local_4c->p2align_ - 1;\n bVar27 = (byte)uVar37;\n bVar43 = (uVar37 & 0x20) == 0;\n iVar18 = (uint)!bVar43 << (bVar27 & 0x1f);\n iVar36 = (uint)bVar43 << (bVar27 & 0x1f);\n goto LAB_001ea3bd;\n }\nLAB_001ea39e:\n uVar37 = local_4c->shndx_;\n this_00 = local_4c;\njoined_r0x001ea3ac:\n local_4c = this_00;\n if (uVar37 + 4 < 4) {\n /* try { // try from 001ea3b7 to 001ea632 has its CatchHandler @ 001ea8db */\n iVar36 = (*(((local_4c->u2_).object)->super_Object)._vptr_Object[3])\n ((local_4c->u2_).object);\n iVar18 = extraout_EDX_00;\nLAB_001ea3bd:\n if (iVar18 != 0 || iVar36 != 0) {\n local_5c = (pointer_conflict)(iVar36 + -1 + (int)local_5c & -iVar36);\n }\n }\n oVar46 = gold::Output_section::Input_section::data_size(local_4c);\n uVar37 = (int)local_5c + (int)oVar46;\n uVar40 = uVar37;\n if (bVar42) goto LAB_001ea4f0;\nLAB_001ea3f6:\n if (local_4c->shndx_ < 0xfffffffd) {\n oVar46 = gold::Output_section::Input_section::data_size(local_4c);\n this_00 = local_4c + 1;\n pIVar28 = (pOVar7->input_sections_).\n super__Vector_base<gold::Output_section::Input_section,_std::allocator<gold::Output_section::Input_section>_>\n ._M_impl._M_finish;\n if (oVar46 == 0) goto LAB_001e9783;\n if (bVar42) {\n group_end._M_current = local_4c;\n if (pIVar28 == this_00) goto LAB_001ea610;\n pIVar28 = local_4c + 1;\n local_5c = (pointer_conflict)uVar40;\n local_4c = this_00;\n if (pIVar28->p2align_ != 0) {\n uVar37 = pIVar28->p2align_ - 1;\n bVar26 = (byte)uVar37;\n bVar27 = bVar26 & 0x1f;\n uVar24 = 1 << (bVar26 & 0x1f);\n uVar25 = uVar24;\n uVar15 = 0 << bVar27 | 1U >> 0x20 - bVar27;\n if ((uVar37 & 0x20) != 0) {\n uVar25 = 0;\n uVar15 = uVar24;\n }\n if (uVar15 == 0 && uVar25 == 0) {\n oVar46 = gold::Output_section::Input_section::data_size(this_00);\n uVar37 = uVar40 + (int)oVar46;\n }\n else {\n local_5c = (pointer_conflict)((uVar25 - 1) + uVar40 & -uVar25);\n oVar46 = gold::Output_section::Input_section::data_size(this_00);\n uVar37 = (int)local_5c + (int)oVar46;\n }\n goto LAB_001ea4f0;\n }\n goto LAB_001ea39e;\n }\n group_end._M_current = local_4c;\n if (pIVar28 == this_00) goto LAB_001ea619;\n if (local_4c[1].p2align_ != 0) {\n uVar37 = local_4c[1].p2align_ - 1;\n bVar27 = (byte)uVar37;\n bVar42 = (uVar37 & 0x20) == 0;\n iVar18 = (uint)bVar42 << (bVar27 & 0x1f);\n if ((uint)!bVar42 << (bVar27 & 0x1f) == 0 && iVar18 == 0) {\n oVar46 = gold::Output_section::Input_section::data_size(this_00);\n uVar37 = uVar40 + (int)oVar46;\n local_70 = (uint)local_5c;\n local_5c = (pointer_conflict)uVar40;\n local_4c = this_00;\n }\n else {\n uVar40 = -iVar18 & (uVar40 - 1) + iVar18;\n oVar46 = gold::Output_section::Input_section::data_size(this_00);\n uVar37 = uVar40 + (int)oVar46;\n local_70 = (uint)local_5c;\n local_5c = (pointer_conflict)uVar40;\n local_4c = this_00;\n }\nLAB_001ea4f0:\n uVar40 = uVar37;\n if (uVar37 - local_70 < local_7c) {\n bVar42 = true;\n }\n else {\n if ((pOVar7->input_sections_).\n super__Vector_base<gold::Output_section::Input_section,_std::allocator<gold::Output_section::Input_section>_>\n ._M_impl._M_finish == group_end._M_current) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea80c to 001ea810 has its CatchHandler @ 001ea8db */\n gold::do_gold_unreachable("../../gold/aarch64.cc",0xaf7,"group_sections");\n }\n AArch64_output_section<32,_false>::create_stub_group\n ((AArch64_output_section<32,_false> *)this,\n (Input_section *)&input_view_size,(const_iterator)task,in_stack_ffffff40,\n (The_target_aarch64 *)in_stack_ffffff44,in_stack_ffffff48,task_00);\n bVar42 = false;\n }\n goto LAB_001ea3f6;\n }\n uVar37 = this_00->shndx_;\n bVar42 = true;\n local_70 = (uint)local_5c;\n local_5c = (pointer_conflict)uVar40;\n goto joined_r0x001ea3ac;\n }\n pIVar28 = (pOVar7->input_sections_).\n super__Vector_base<gold::Output_section::Input_section,_std::allocator<gold::Output_section::Input_section>_>\n ._M_impl._M_finish;\nLAB_001e9783:\n local_4c = local_4c + 1;\n local_5c = (pointer_conflict)uVar40;\n if (local_4c != pIVar28) goto LAB_001ea390;\n if (bVar42) {\nLAB_001ea610:\n if (pIVar28 == group_end._M_current) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea869 to 001ea86d has its CatchHandler @ 001ea8db */\n gold::do_gold_unreachable("../../gold/aarch64.cc",0xb32,"group_sections");\n }\nLAB_001ea619:\n AArch64_output_section<32,_false>::create_stub_group\n ((AArch64_output_section<32,_false> *)this,(Input_section *)&input_view_size,\n (const_iterator)task,in_stack_ffffff40,\n (The_target_aarch64 *)in_stack_ffffff44,in_stack_ffffff48,task_00);\n }\n if (local_24 == (pointer)input_view_size) {\nLAB_001ea600:\n if (input_view_size == 0) goto LAB_001e9844;\n goto LAB_001e9835;\n }\n /* try { // try from 001e97b7 to 001e97bb has its CatchHandler @ 001ea8db */\n gold::Output_section::convert_input_sections_to_relaxed_sections\n (pOVar7,(vector<gold::Output_relaxed_input_section*,_std::allocator<gold::Output_relaxed_input_section*>_>\n *)&input_view_size);\n iVar18 = (int)((int)local_24 - input_view_size) >> 2;\n if (iVar18 == 0) goto LAB_001ea600;\n iVar36 = *(int *)(*(int *)input_view_size + 0x2c);\n uVar37 = *(uint *)(*(int *)input_view_size + 0x30);\n iVar41 = *(int *)(iVar36 + 0x84);\n if ((uint)(*(int *)(iVar36 + 0x88) - iVar41 >> 2) <= uVar37) goto LAB_001ea7b7;\n iVar29 = 0;\n while( true ) {\n *(undefined4 *)(iVar41 + uVar37 * 4) = 0xffffffff;\n iVar29 = iVar29 + 1;\n *(undefined1 *)(iVar36 + 0x4c) = 1;\n if (iVar18 == iVar29) break;\n iVar41 = *(int *)(input_view_size + iVar29 * 4);\n iVar36 = *(int *)(iVar41 + 0x2c);\n uVar37 = *(uint *)(iVar41 + 0x30);\n iVar41 = *(int *)(iVar36 + 0x84);\n if ((uint)(*(int *)(iVar36 + 0x88) - iVar41 >> 2) <= uVar37) {\nLAB_001ea7b7:\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea7d0 to 001ea7d4 has its CatchHandler @ 001ea8db */\n gold::do_gold_unreachable("../../gold/object.h",0x81f,"do_set_section_offset");\n }\n }\nLAB_001e9835:\n operator_delete((void *)input_view_size);\n }\nLAB_001e9844:\n local_84 = local_84 + 1;\n ppOVar19 = (pointer)input_view_size_1;\n } while (local_30 != local_84);" do (compound_statement "{\n pOVar7 = *local_84;\n input_view_size = 0;\n local_24 = (pointer)0x0;\n group_end._M_current =\n (pOVar7->input_sections_).\n super__Vector_base<gold::Output_section::Input_section,_std::allocator<gold::Output_section::Input_section>_>\n ._M_impl._M_finish;\n local_4c = (pOVar7->input_sections_).\n super__Vector_base<gold::Output_section::Input_section,_std::allocator<gold::Output_section::Input_section>_>\n ._M_impl._M_start;\n local_20 = (pointer)0x0;\n if (group_end._M_current != local_4c) {\n local_70 = 0;\n bVar42 = false;\n local_5c = (pointer_conflict)0x0;\nLAB_001ea390:\n if (local_4c->p2align_ != 0) {\n uVar37 = local_4c->p2align_ - 1;\n bVar27 = (byte)uVar37;\n bVar43 = (uVar37 & 0x20) == 0;\n iVar18 = (uint)!bVar43 << (bVar27 & 0x1f);\n iVar36 = (uint)bVar43 << (bVar27 & 0x1f);\n goto LAB_001ea3bd;\n }\nLAB_001ea39e:\n uVar37 = local_4c->shndx_;\n this_00 = local_4c;\njoined_r0x001ea3ac:\n local_4c = this_00;\n if (uVar37 + 4 < 4) {\n /* try { // try from 001ea3b7 to 001ea632 has its CatchHandler @ 001ea8db */\n iVar36 = (*(((local_4c->u2_).object)->super_Object)._vptr_Object[3])\n ((local_4c->u2_).object);\n iVar18 = extraout_EDX_00;\nLAB_001ea3bd:\n if (iVar18 != 0 || iVar36 != 0) {\n local_5c = (pointer_conflict)(iVar36 + -1 + (int)local_5c & -iVar36);\n }\n }\n oVar46 = gold::Output_section::Input_section::data_size(local_4c);\n uVar37 = (int)local_5c + (int)oVar46;\n uVar40 = uVar37;\n if (bVar42) goto LAB_001ea4f0;\nLAB_001ea3f6:\n if (local_4c->shndx_ < 0xfffffffd) {\n oVar46 = gold::Output_section::Input_section::data_size(local_4c);\n this_00 = local_4c + 1;\n pIVar28 = (pOVar7->input_sections_).\n super__Vector_base<gold::Output_section::Input_section,_std::allocator<gold::Output_section::Input_section>_>\n ._M_impl._M_finish;\n if (oVar46 == 0) goto LAB_001e9783;\n if (bVar42) {\n group_end._M_current = local_4c;\n if (pIVar28 == this_00) goto LAB_001ea610;\n pIVar28 = local_4c + 1;\n local_5c = (pointer_conflict)uVar40;\n local_4c = this_00;\n if (pIVar28->p2align_ != 0) {\n uVar37 = pIVar28->p2align_ - 1;\n bVar26 = (byte)uVar37;\n bVar27 = bVar26 & 0x1f;\n uVar24 = 1 << (bVar26 & 0x1f);\n uVar25 = uVar24;\n uVar15 = 0 << bVar27 | 1U >> 0x20 - bVar27;\n if ((uVar37 & 0x20) != 0) {\n uVar25 = 0;\n uVar15 = uVar24;\n }\n if (uVar15 == 0 && uVar25 == 0) {\n oVar46 = gold::Output_section::Input_section::data_size(this_00);\n uVar37 = uVar40 + (int)oVar46;\n }\n else {\n local_5c = (pointer_conflict)((uVar25 - 1) + uVar40 & -uVar25);\n oVar46 = gold::Output_section::Input_section::data_size(this_00);\n uVar37 = (int)local_5c + (int)oVar46;\n }\n goto LAB_001ea4f0;\n }\n goto LAB_001ea39e;\n }\n group_end._M_current = local_4c;\n if (pIVar28 == this_00) goto LAB_001ea619;\n if (local_4c[1].p2align_ != 0) {\n uVar37 = local_4c[1].p2align_ - 1;\n bVar27 = (byte)uVar37;\n bVar42 = (uVar37 & 0x20) == 0;\n iVar18 = (uint)bVar42 << (bVar27 & 0x1f);\n if ((uint)!bVar42 << (bVar27 & 0x1f) == 0 && iVar18 == 0) {\n oVar46 = gold::Output_section::Input_section::data_size(this_00);\n uVar37 = uVar40 + (int)oVar46;\n local_70 = (uint)local_5c;\n local_5c = (pointer_conflict)uVar40;\n local_4c = this_00;\n }\n else {\n uVar40 = -iVar18 & (uVar40 - 1) + iVar18;\n oVar46 = gold::Output_section::Input_section::data_size(this_00);\n uVar37 = uVar40 + (int)oVar46;\n local_70 = (uint)local_5c;\n local_5c = (pointer_conflict)uVar40;\n local_4c = this_00;\n }\nLAB_001ea4f0:\n uVar40 = uVar37;\n if (uVar37 - local_70 < local_7c) {\n bVar42 = true;\n }\n else {\n if ((pOVar7->input_sections_).\n super__Vector_base<gold::Output_section::Input_section,_std::allocator<gold::Output_section::Input_section>_>\n ._M_impl._M_finish == group_end._M_current) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea80c to 001ea810 has its CatchHandler @ 001ea8db */\n gold::do_gold_unreachable("../../gold/aarch64.cc",0xaf7,"group_sections");\n }\n AArch64_output_section<32,_false>::create_stub_group\n ((AArch64_output_section<32,_false> *)this,\n (Input_section *)&input_view_size,(const_iterator)task,in_stack_ffffff40,\n (The_target_aarch64 *)in_stack_ffffff44,in_stack_ffffff48,task_00);\n bVar42 = false;\n }\n goto LAB_001ea3f6;\n }\n uVar37 = this_00->shndx_;\n bVar42 = true;\n local_70 = (uint)local_5c;\n local_5c = (pointer_conflict)uVar40;\n goto joined_r0x001ea3ac;\n }\n pIVar28 = (pOVar7->input_sections_).\n super__Vector_base<gold::Output_section::Input_section,_std::allocator<gold::Output_section::Input_section>_>\n ._M_impl._M_finish;\nLAB_001e9783:\n local_4c = local_4c + 1;\n local_5c = (pointer_conflict)uVar40;\n if (local_4c != pIVar28) goto LAB_001ea390;\n if (bVar42) {\nLAB_001ea610:\n if (pIVar28 == group_end._M_current) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea869 to 001ea86d has its CatchHandler @ 001ea8db */\n gold::do_gold_unreachable("../../gold/aarch64.cc",0xb32,"group_sections");\n }\nLAB_001ea619:\n AArch64_output_section<32,_false>::create_stub_group\n ((AArch64_output_section<32,_false> *)this,(Input_section *)&input_view_size,\n (const_iterator)task,in_stack_ffffff40,\n (The_target_aarch64 *)in_stack_ffffff44,in_stack_ffffff48,task_00);\n }\n if (local_24 == (pointer)input_view_size) {\nLAB_001ea600:\n if (input_view_size == 0) goto LAB_001e9844;\n goto LAB_001e9835;\n }\n /* try { // try from 001e97b7 to 001e97bb has its CatchHandler @ 001ea8db */\n gold::Output_section::convert_input_sections_to_relaxed_sections\n (pOVar7,(vector<gold::Output_relaxed_input_section*,_std::allocator<gold::Output_relaxed_input_section*>_>\n *)&input_view_size);\n iVar18 = (int)((int)local_24 - input_view_size) >> 2;\n if (iVar18 == 0) goto LAB_001ea600;\n iVar36 = *(int *)(*(int *)input_view_size + 0x2c);\n uVar37 = *(uint *)(*(int *)input_view_size + 0x30);\n iVar41 = *(int *)(iVar36 + 0x84);\n if ((uint)(*(int *)(iVar36 + 0x88) - iVar41 >> 2) <= uVar37) goto LAB_001ea7b7;\n iVar29 = 0;\n while( true ) {\n *(undefined4 *)(iVar41 + uVar37 * 4) = 0xffffffff;\n iVar29 = iVar29 + 1;\n *(undefined1 *)(iVar36 + 0x4c) = 1;\n if (iVar18 == iVar29) break;\n iVar41 = *(int *)(input_view_size + iVar29 * 4);\n iVar36 = *(int *)(iVar41 + 0x2c);\n uVar37 = *(uint *)(iVar41 + 0x30);\n iVar41 = *(int *)(iVar36 + 0x84);\n if ((uint)(*(int *)(iVar36 + 0x88) - iVar41 >> 2) <= uVar37) {\nLAB_001ea7b7:\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea7d0 to 001ea7d4 has its CatchHandler @ 001ea8db */\n gold::do_gold_unreachable("../../gold/object.h",0x81f,"do_set_section_offset");\n }\n }\nLAB_001e9835:\n operator_delete((void *)input_view_size);\n }\nLAB_001e9844:\n local_84 = local_84 + 1;\n ppOVar19 = (pointer)input_view_size_1;\n }" { (expression_statement "pOVar7 = *local_84;" (assignment_expression "pOVar7 = *local_84" identifier = (pointer_expression "*local_84" * identifier)) ;) (expression_statement "input_view_size = 0;" (assignment_expression "input_view_size = 0" identifier = number_literal) ;) (expression_statement "local_24 = (pointer)0x0;" (assignment_expression "local_24 = (pointer)0x0" identifier = (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal)) ;) (ERROR "group_end._M_current =\n (pOVar7->input_sections_).\n super__Vector_base<gold::Output_section::Input_section,_std::allocator<gold::" (comma_expression "group_end._M_current =\n (pOVar7->input_sections_).\n super__Vector_base<gold::Output_section::Input_section,_std" (assignment_expression "group_end._M_current =\n (pOVar7->input_sections_).\n super__Vector_base<gold" (field_expression "group_end._M_current" identifier . field_identifier) = (binary_expression "(pOVar7->input_sections_).\n super__Vector_base<gold" (field_expression "(pOVar7->input_sections_).\n super__Vector_base" (parenthesized_expression "(pOVar7->input_sections_)" ( (field_expression "pOVar7->input_sections_" identifier -> field_identifier) )) . field_identifier) < identifier)) (ERROR "::Output_section::Input_section" : : identifier : : identifier) , identifier) : : (binary_expression "allocator<gold" identifier < identifier) : :) (labeled_statement "Output_section::Input_section>_>\n ._M_impl._M_finish;" statement_identifier : (ERROR ":" :) (expression_statement "Input_section>_>\n ._M_impl._M_finish;" (field_expression "Input_section>_>\n ._M_impl._M_finish" (field_expression "Input_section>_>\n ._M_impl" (binary_expression "Input_section>_" identifier > identifier) (ERROR ">" >) . field_identifier) . field_identifier) ;)) (ERROR "local_4c = (pOVar7->input_sections_).\n super__Vector_base<gold::" (assignment_expression "local_4c = (pOVar7->input_sections_).\n super__Vector_base<gold" identifier = (binary_expression "(pOVar7->input_sections_).\n super__Vector_base<gold" (field_expression "(pOVar7->input_sections_).\n super__Vector_base" (parenthesized_expression "(pOVar7->input_sections_)" ( (field_expression "pOVar7->input_sections_" identifier -> field_identifier) )) . field_identifier) < identifier)) : :) (labeled_statement "Output_section::Input_section,_std::allocator<gold::Output_section::Input_section>_>\n ._M_impl._M_start;" statement_identifier (ERROR "::Input_section,_std::allocator<gold:" : : (comma_expression "Input_section,_std" identifier , identifier) : : (binary_expression "allocator<gold" identifier < identifier) :) : (labeled_statement "Output_section::Input_section>_>\n ._M_impl._M_start;" statement_identifier : (ERROR ":" :) (expression_statement "Input_section>_>\n ._M_impl._M_start;" (field_expression "Input_section>_>\n ._M_impl._M_start" (field_expression "Input_section>_>\n ._M_impl" (binary_expression "Input_section>_" identifier > identifier) (ERROR ">" >) . field_identifier) . field_identifier) ;))) (expression_statement "local_20 = (pointer)0x0;" (assignment_expression "local_20 = (pointer)0x0" identifier = (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal)) ;) (if_statement "if (group_end._M_current != local_4c) {\n local_70 = 0;\n bVar42 = false;\n local_5c = (pointer_conflict)0x0;\nLAB_001ea390:\n if (local_4c->p2align_ != 0) {\n uVar37 = local_4c->p2align_ - 1;\n bVar27 = (byte)uVar37;\n bVar43 = (uVar37 & 0x20) == 0;\n iVar18 = (uint)!bVar43 << (bVar27 & 0x1f);\n iVar36 = (uint)bVar43 << (bVar27 & 0x1f);\n goto LAB_001ea3bd;\n }\nLAB_001ea39e:\n uVar37 = local_4c->shndx_;\n this_00 = local_4c;\njoined_r0x001ea3ac:\n local_4c = this_00;\n if (uVar37 + 4 < 4) {\n /* try { // try from 001ea3b7 to 001ea632 has its CatchHandler @ 001ea8db */\n iVar36 = (*(((local_4c->u2_).object)->super_Object)._vptr_Object[3])\n ((local_4c->u2_).object);\n iVar18 = extraout_EDX_00;\nLAB_001ea3bd:\n if (iVar18 != 0 || iVar36 != 0) {\n local_5c = (pointer_conflict)(iVar36 + -1 + (int)local_5c & -iVar36);\n }\n }\n oVar46 = gold::Output_section::Input_section::data_size(local_4c);\n uVar37 = (int)local_5c + (int)oVar46;\n uVar40 = uVar37;\n if (bVar42) goto LAB_001ea4f0;\nLAB_001ea3f6:\n if (local_4c->shndx_ < 0xfffffffd) {\n oVar46 = gold::Output_section::Input_section::data_size(local_4c);\n this_00 = local_4c + 1;\n pIVar28 = (pOVar7->input_sections_).\n super__Vector_base<gold::Output_section::Input_section,_std::allocator<gold::Output_section::Input_section>_>\n ._M_impl._M_finish;\n if (oVar46 == 0) goto LAB_001e9783;\n if (bVar42) {\n group_end._M_current = local_4c;\n if (pIVar28 == this_00) goto LAB_001ea610;\n pIVar28 = local_4c + 1;\n local_5c = (pointer_conflict)uVar40;\n local_4c = this_00;\n if (pIVar28->p2align_ != 0) {\n uVar37 = pIVar28->p2align_ - 1;\n bVar26 = (byte)uVar37;\n bVar27 = bVar26 & 0x1f;\n uVar24 = 1 << (bVar26 & 0x1f);\n uVar25 = uVar24;\n uVar15 = 0 << bVar27 | 1U >> 0x20 - bVar27;\n if ((uVar37 & 0x20) != 0) {\n uVar25 = 0;\n uVar15 = uVar24;\n }\n if (uVar15 == 0 && uVar25 == 0) {\n oVar46 = gold::Output_section::Input_section::data_size(this_00);\n uVar37 = uVar40 + (int)oVar46;\n }\n else {\n local_5c = (pointer_conflict)((uVar25 - 1) + uVar40 & -uVar25);\n oVar46 = gold::Output_section::Input_section::data_size(this_00);\n uVar37 = (int)local_5c + (int)oVar46;\n }\n goto LAB_001ea4f0;\n }\n goto LAB_001ea39e;\n }\n group_end._M_current = local_4c;\n if (pIVar28 == this_00) goto LAB_001ea619;\n if (local_4c[1].p2align_ != 0) {\n uVar37 = local_4c[1].p2align_ - 1;\n bVar27 = (byte)uVar37;\n bVar42 = (uVar37 & 0x20) == 0;\n iVar18 = (uint)bVar42 << (bVar27 & 0x1f);\n if ((uint)!bVar42 << (bVar27 & 0x1f) == 0 && iVar18 == 0) {\n oVar46 = gold::Output_section::Input_section::data_size(this_00);\n uVar37 = uVar40 + (int)oVar46;\n local_70 = (uint)local_5c;\n local_5c = (pointer_conflict)uVar40;\n local_4c = this_00;\n }\n else {\n uVar40 = -iVar18 & (uVar40 - 1) + iVar18;\n oVar46 = gold::Output_section::Input_section::data_size(this_00);\n uVar37 = uVar40 + (int)oVar46;\n local_70 = (uint)local_5c;\n local_5c = (pointer_conflict)uVar40;\n local_4c = this_00;\n }\nLAB_001ea4f0:\n uVar40 = uVar37;\n if (uVar37 - local_70 < local_7c) {\n bVar42 = true;\n }\n else {\n if ((pOVar7->input_sections_).\n super__Vector_base<gold::Output_section::Input_section,_std::allocator<gold::Output_section::Input_section>_>\n ._M_impl._M_finish == group_end._M_current) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea80c to 001ea810 has its CatchHandler @ 001ea8db */\n gold::do_gold_unreachable("../../gold/aarch64.cc",0xaf7,"group_sections");\n }\n AArch64_output_section<32,_false>::create_stub_group\n ((AArch64_output_section<32,_false> *)this,\n (Input_section *)&input_view_size,(const_iterator)task,in_stack_ffffff40,\n (The_target_aarch64 *)in_stack_ffffff44,in_stack_ffffff48,task_00);\n bVar42 = false;\n }\n goto LAB_001ea3f6;\n }\n uVar37 = this_00->shndx_;\n bVar42 = true;\n local_70 = (uint)local_5c;\n local_5c = (pointer_conflict)uVar40;\n goto joined_r0x001ea3ac;\n }\n pIVar28 = (pOVar7->input_sections_).\n super__Vector_base<gold::Output_section::Input_section,_std::allocator<gold::Output_section::Input_section>_>\n ._M_impl._M_finish;\nLAB_001e9783:\n local_4c = local_4c + 1;\n local_5c = (pointer_conflict)uVar40;\n if (local_4c != pIVar28) goto LAB_001ea390;\n if (bVar42) {\nLAB_001ea610:\n if (pIVar28 == group_end._M_current) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea869 to 001ea86d has its CatchHandler @ 001ea8db */\n gold::do_gold_unreachable("../../gold/aarch64.cc",0xb32,"group_sections");\n }\nLAB_001ea619:\n AArch64_output_section<32,_false>::create_stub_group\n ((AArch64_output_section<32,_false> *)this,(Input_section *)&input_view_size,\n (const_iterator)task,in_stack_ffffff40,\n (The_target_aarch64 *)in_stack_ffffff44,in_stack_ffffff48,task_00);\n }\n if (local_24 == (pointer)input_view_size) {\nLAB_001ea600:\n if (input_view_size == 0) goto LAB_001e9844;\n goto LAB_001e9835;\n }\n /* try { // try from 001e97b7 to 001e97bb has its CatchHandler @ 001ea8db */\n gold::Output_section::convert_input_sections_to_relaxed_sections\n (pOVar7,(vector<gold::Output_relaxed_input_section*,_std::allocator<gold::Output_relaxed_input_section*>_>\n *)&input_view_size);\n iVar18 = (int)((int)local_24 - input_view_size) >> 2;\n if (iVar18 == 0) goto LAB_001ea600;\n iVar36 = *(int *)(*(int *)input_view_size + 0x2c);\n uVar37 = *(uint *)(*(int *)input_view_size + 0x30);\n iVar41 = *(int *)(iVar36 + 0x84);\n if ((uint)(*(int *)(iVar36 + 0x88) - iVar41 >> 2) <= uVar37) goto LAB_001ea7b7;\n iVar29 = 0;\n while( true ) {\n *(undefined4 *)(iVar41 + uVar37 * 4) = 0xffffffff;\n iVar29 = iVar29 + 1;\n *(undefined1 *)(iVar36 + 0x4c) = 1;\n if (iVar18 == iVar29) break;\n iVar41 = *(int *)(input_view_size + iVar29 * 4);\n iVar36 = *(int *)(iVar41 + 0x2c);\n uVar37 = *(uint *)(iVar41 + 0x30);\n iVar41 = *(int *)(iVar36 + 0x84);\n if ((uint)(*(int *)(iVar36 + 0x88) - iVar41 >> 2) <= uVar37) {\nLAB_001ea7b7:\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea7d0 to 001ea7d4 has its CatchHandler @ 001ea8db */\n gold::do_gold_unreachable("../../gold/object.h",0x81f,"do_set_section_offset");\n }\n }\nLAB_001e9835:\n operator_delete((void *)input_view_size);\n }" if (parenthesized_expression "(group_end._M_current != local_4c)" ( (binary_expression "group_end._M_current != local_4c" (field_expression "group_end._M_current" identifier . field_identifier) != identifier) )) (compound_statement "{\n local_70 = 0;\n bVar42 = false;\n local_5c = (pointer_conflict)0x0;\nLAB_001ea390:\n if (local_4c->p2align_ != 0) {\n uVar37 = local_4c->p2align_ - 1;\n bVar27 = (byte)uVar37;\n bVar43 = (uVar37 & 0x20) == 0;\n iVar18 = (uint)!bVar43 << (bVar27 & 0x1f);\n iVar36 = (uint)bVar43 << (bVar27 & 0x1f);\n goto LAB_001ea3bd;\n }\nLAB_001ea39e:\n uVar37 = local_4c->shndx_;\n this_00 = local_4c;\njoined_r0x001ea3ac:\n local_4c = this_00;\n if (uVar37 + 4 < 4) {\n /* try { // try from 001ea3b7 to 001ea632 has its CatchHandler @ 001ea8db */\n iVar36 = (*(((local_4c->u2_).object)->super_Object)._vptr_Object[3])\n ((local_4c->u2_).object);\n iVar18 = extraout_EDX_00;\nLAB_001ea3bd:\n if (iVar18 != 0 || iVar36 != 0) {\n local_5c = (pointer_conflict)(iVar36 + -1 + (int)local_5c & -iVar36);\n }\n }\n oVar46 = gold::Output_section::Input_section::data_size(local_4c);\n uVar37 = (int)local_5c + (int)oVar46;\n uVar40 = uVar37;\n if (bVar42) goto LAB_001ea4f0;\nLAB_001ea3f6:\n if (local_4c->shndx_ < 0xfffffffd) {\n oVar46 = gold::Output_section::Input_section::data_size(local_4c);\n this_00 = local_4c + 1;\n pIVar28 = (pOVar7->input_sections_).\n super__Vector_base<gold::Output_section::Input_section,_std::allocator<gold::Output_section::Input_section>_>\n ._M_impl._M_finish;\n if (oVar46 == 0) goto LAB_001e9783;\n if (bVar42) {\n group_end._M_current = local_4c;\n if (pIVar28 == this_00) goto LAB_001ea610;\n pIVar28 = local_4c + 1;\n local_5c = (pointer_conflict)uVar40;\n local_4c = this_00;\n if (pIVar28->p2align_ != 0) {\n uVar37 = pIVar28->p2align_ - 1;\n bVar26 = (byte)uVar37;\n bVar27 = bVar26 & 0x1f;\n uVar24 = 1 << (bVar26 & 0x1f);\n uVar25 = uVar24;\n uVar15 = 0 << bVar27 | 1U >> 0x20 - bVar27;\n if ((uVar37 & 0x20) != 0) {\n uVar25 = 0;\n uVar15 = uVar24;\n }\n if (uVar15 == 0 && uVar25 == 0) {\n oVar46 = gold::Output_section::Input_section::data_size(this_00);\n uVar37 = uVar40 + (int)oVar46;\n }\n else {\n local_5c = (pointer_conflict)((uVar25 - 1) + uVar40 & -uVar25);\n oVar46 = gold::Output_section::Input_section::data_size(this_00);\n uVar37 = (int)local_5c + (int)oVar46;\n }\n goto LAB_001ea4f0;\n }\n goto LAB_001ea39e;\n }\n group_end._M_current = local_4c;\n if (pIVar28 == this_00) goto LAB_001ea619;\n if (local_4c[1].p2align_ != 0) {\n uVar37 = local_4c[1].p2align_ - 1;\n bVar27 = (byte)uVar37;\n bVar42 = (uVar37 & 0x20) == 0;\n iVar18 = (uint)bVar42 << (bVar27 & 0x1f);\n if ((uint)!bVar42 << (bVar27 & 0x1f) == 0 && iVar18 == 0) {\n oVar46 = gold::Output_section::Input_section::data_size(this_00);\n uVar37 = uVar40 + (int)oVar46;\n local_70 = (uint)local_5c;\n local_5c = (pointer_conflict)uVar40;\n local_4c = this_00;\n }\n else {\n uVar40 = -iVar18 & (uVar40 - 1) + iVar18;\n oVar46 = gold::Output_section::Input_section::data_size(this_00);\n uVar37 = uVar40 + (int)oVar46;\n local_70 = (uint)local_5c;\n local_5c = (pointer_conflict)uVar40;\n local_4c = this_00;\n }\nLAB_001ea4f0:\n uVar40 = uVar37;\n if (uVar37 - local_70 < local_7c) {\n bVar42 = true;\n }\n else {\n if ((pOVar7->input_sections_).\n super__Vector_base<gold::Output_section::Input_section,_std::allocator<gold::Output_section::Input_section>_>\n ._M_impl._M_finish == group_end._M_current) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea80c to 001ea810 has its CatchHandler @ 001ea8db */\n gold::do_gold_unreachable("../../gold/aarch64.cc",0xaf7,"group_sections");\n }\n AArch64_output_section<32,_false>::create_stub_group\n ((AArch64_output_section<32,_false> *)this,\n (Input_section *)&input_view_size,(const_iterator)task,in_stack_ffffff40,\n (The_target_aarch64 *)in_stack_ffffff44,in_stack_ffffff48,task_00);\n bVar42 = false;\n }\n goto LAB_001ea3f6;\n }\n uVar37 = this_00->shndx_;\n bVar42 = true;\n local_70 = (uint)local_5c;\n local_5c = (pointer_conflict)uVar40;\n goto joined_r0x001ea3ac;\n }\n pIVar28 = (pOVar7->input_sections_).\n super__Vector_base<gold::Output_section::Input_section,_std::allocator<gold::Output_section::Input_section>_>\n ._M_impl._M_finish;\nLAB_001e9783:\n local_4c = local_4c + 1;\n local_5c = (pointer_conflict)uVar40;\n if (local_4c != pIVar28) goto LAB_001ea390;\n if (bVar42) {\nLAB_001ea610:\n if (pIVar28 == group_end._M_current) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea869 to 001ea86d has its CatchHandler @ 001ea8db */\n gold::do_gold_unreachable("../../gold/aarch64.cc",0xb32,"group_sections");\n }\nLAB_001ea619:\n AArch64_output_section<32,_false>::create_stub_group\n ((AArch64_output_section<32,_false> *)this,(Input_section *)&input_view_size,\n (const_iterator)task,in_stack_ffffff40,\n (The_target_aarch64 *)in_stack_ffffff44,in_stack_ffffff48,task_00);\n }\n if (local_24 == (pointer)input_view_size) {\nLAB_001ea600:\n if (input_view_size == 0) goto LAB_001e9844;\n goto LAB_001e9835;\n }\n /* try { // try from 001e97b7 to 001e97bb has its CatchHandler @ 001ea8db */\n gold::Output_section::convert_input_sections_to_relaxed_sections\n (pOVar7,(vector<gold::Output_relaxed_input_section*,_std::allocator<gold::Output_relaxed_input_section*>_>\n *)&input_view_size);\n iVar18 = (int)((int)local_24 - input_view_size) >> 2;\n if (iVar18 == 0) goto LAB_001ea600;\n iVar36 = *(int *)(*(int *)input_view_size + 0x2c);\n uVar37 = *(uint *)(*(int *)input_view_size + 0x30);\n iVar41 = *(int *)(iVar36 + 0x84);\n if ((uint)(*(int *)(iVar36 + 0x88) - iVar41 >> 2) <= uVar37) goto LAB_001ea7b7;\n iVar29 = 0;\n while( true ) {\n *(undefined4 *)(iVar41 + uVar37 * 4) = 0xffffffff;\n iVar29 = iVar29 + 1;\n *(undefined1 *)(iVar36 + 0x4c) = 1;\n if (iVar18 == iVar29) break;\n iVar41 = *(int *)(input_view_size + iVar29 * 4);\n iVar36 = *(int *)(iVar41 + 0x2c);\n uVar37 = *(uint *)(iVar41 + 0x30);\n iVar41 = *(int *)(iVar36 + 0x84);\n if ((uint)(*(int *)(iVar36 + 0x88) - iVar41 >> 2) <= uVar37) {\nLAB_001ea7b7:\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea7d0 to 001ea7d4 has its CatchHandler @ 001ea8db */\n gold::do_gold_unreachable("../../gold/object.h",0x81f,"do_set_section_offset");\n }\n }\nLAB_001e9835:\n operator_delete((void *)input_view_size);\n }" { (expression_statement "local_70 = 0;" (assignment_expression "local_70 = 0" identifier = number_literal) ;) (expression_statement "bVar42 = false;" (assignment_expression "bVar42 = false" identifier = false) ;) (expression_statement "local_5c = (pointer_conflict)0x0;" (assignment_expression "local_5c = (pointer_conflict)0x0" identifier = (cast_expression "(pointer_conflict)0x0" ( (type_descriptor "pointer_conflict" type_identifier) ) number_literal)) ;) (labeled_statement "LAB_001ea390:\n if (local_4c->p2align_ != 0) {\n uVar37 = local_4c->p2align_ - 1;\n bVar27 = (byte)uVar37;\n bVar43 = (uVar37 & 0x20) == 0;\n iVar18 = (uint)!bVar43 << (bVar27 & 0x1f);\n iVar36 = (uint)bVar43 << (bVar27 & 0x1f);\n goto LAB_001ea3bd;\n }" statement_identifier : (if_statement "if (local_4c->p2align_ != 0) {\n uVar37 = local_4c->p2align_ - 1;\n bVar27 = (byte)uVar37;\n bVar43 = (uVar37 & 0x20) == 0;\n iVar18 = (uint)!bVar43 << (bVar27 & 0x1f);\n iVar36 = (uint)bVar43 << (bVar27 & 0x1f);\n goto LAB_001ea3bd;\n }" if (parenthesized_expression "(local_4c->p2align_ != 0)" ( (binary_expression "local_4c->p2align_ != 0" (field_expression "local_4c->p2align_" identifier -> field_identifier) != number_literal) )) (compound_statement "{\n uVar37 = local_4c->p2align_ - 1;\n bVar27 = (byte)uVar37;\n bVar43 = (uVar37 & 0x20) == 0;\n iVar18 = (uint)!bVar43 << (bVar27 & 0x1f);\n iVar36 = (uint)bVar43 << (bVar27 & 0x1f);\n goto LAB_001ea3bd;\n }" { (expression_statement "uVar37 = local_4c->p2align_ - 1;" (assignment_expression "uVar37 = local_4c->p2align_ - 1" identifier = (binary_expression "local_4c->p2align_ - 1" (field_expression "local_4c->p2align_" identifier -> field_identifier) - number_literal)) ;) (expression_statement "bVar27 = (byte)uVar37;" (assignment_expression "bVar27 = (byte)uVar37" identifier = (cast_expression "(byte)uVar37" ( (type_descriptor "byte" type_identifier) ) identifier)) ;) (expression_statement "bVar43 = (uVar37 & 0x20) == 0;" (assignment_expression "bVar43 = (uVar37 & 0x20) == 0" identifier = (binary_expression "(uVar37 & 0x20) == 0" (parenthesized_expression "(uVar37 & 0x20)" ( (binary_expression "uVar37 & 0x20" identifier & number_literal) )) == number_literal)) ;) (expression_statement "iVar18 = (uint)!bVar43 << (bVar27 & 0x1f);" (assignment_expression "iVar18 = (uint)!bVar43 << (bVar27 & 0x1f)" identifier = (binary_expression "(uint)!bVar43 << (bVar27 & 0x1f)" (cast_expression "(uint)!bVar43" ( (type_descriptor "uint" type_identifier) ) (unary_expression "!bVar43" ! identifier)) << (parenthesized_expression "(bVar27 & 0x1f)" ( (binary_expression "bVar27 & 0x1f" identifier & number_literal) )))) ;) (expression_statement "iVar36 = (uint)bVar43 << (bVar27 & 0x1f);" (assignment_expression "iVar36 = (uint)bVar43 << (bVar27 & 0x1f)" identifier = (binary_expression "(uint)bVar43 << (bVar27 & 0x1f)" (cast_expression "(uint)bVar43" ( (type_descriptor "uint" type_identifier) ) identifier) << (parenthesized_expression "(bVar27 & 0x1f)" ( (binary_expression "bVar27 & 0x1f" identifier & number_literal) )))) ;) (goto_statement "goto LAB_001ea3bd;" goto statement_identifier ;) }))) (labeled_statement "LAB_001ea39e:\n uVar37 = local_4c->shndx_;" statement_identifier : (expression_statement "uVar37 = local_4c->shndx_;" (assignment_expression "uVar37 = local_4c->shndx_" identifier = (field_expression "local_4c->shndx_" identifier -> field_identifier)) ;)) (expression_statement "this_00 = local_4c;" (assignment_expression "this_00 = local_4c" identifier = identifier) ;) (labeled_statement "joined_r0x001ea3ac:\n local_4c = this_00;" statement_identifier : (expression_statement "local_4c = this_00;" (assignment_expression "local_4c = this_00" identifier = identifier) ;)) (if_statement "if (uVar37 + 4 < 4) {\n /* try { // try from 001ea3b7 to 001ea632 has its CatchHandler @ 001ea8db */\n iVar36 = (*(((local_4c->u2_).object)->super_Object)._vptr_Object[3])\n ((local_4c->u2_).object);\n iVar18 = extraout_EDX_00;\nLAB_001ea3bd:\n if (iVar18 != 0 || iVar36 != 0) {\n local_5c = (pointer_conflict)(iVar36 + -1 + (int)local_5c & -iVar36);\n }\n }" if (parenthesized_expression "(uVar37 + 4 < 4)" ( (binary_expression "uVar37 + 4 < 4" (binary_expression "uVar37 + 4" identifier + number_literal) < number_literal) )) (compound_statement "{\n /* try { // try from 001ea3b7 to 001ea632 has its CatchHandler @ 001ea8db */\n iVar36 = (*(((local_4c->u2_).object)->super_Object)._vptr_Object[3])\n ((local_4c->u2_).object);\n iVar18 = extraout_EDX_00;\nLAB_001ea3bd:\n if (iVar18 != 0 || iVar36 != 0) {\n local_5c = (pointer_conflict)(iVar36 + -1 + (int)local_5c & -iVar36);\n }\n }" { comment (expression_statement "iVar36 = (*(((local_4c->u2_).object)->super_Object)._vptr_Object[3])\n ((local_4c->u2_).object);" (assignment_expression "iVar36 = (*(((local_4c->u2_).object)->super_Object)._vptr_Object[3])\n ((local_4c->u2_).object)" identifier = (call_expression "(*(((local_4c->u2_).object)->super_Object)._vptr_Object[3])\n ((local_4c->u2_).object)" (parenthesized_expression "(*(((local_4c->u2_).object)->super_Object)._vptr_Object[3])" ( (pointer_expression "*(((local_4c->u2_).object)->super_Object)._vptr_Object[3]" * (subscript_expression "(((local_4c->u2_).object)->super_Object)._vptr_Object[3]" (field_expression "(((local_4c->u2_).object)->super_Object)._vptr_Object" (parenthesized_expression "(((local_4c->u2_).object)->super_Object)" ( (field_expression "((local_4c->u2_).object)->super_Object" (parenthesized_expression "((local_4c->u2_).object)" ( (field_expression "(local_4c->u2_).object" (parenthesized_expression "(local_4c->u2_)" ( (field_expression "local_4c->u2_" identifier -> field_identifier) )) . field_identifier) )) -> field_identifier) )) . field_identifier) [ number_literal ])) )) (argument_list "((local_4c->u2_).object)" ( (field_expression "(local_4c->u2_).object" (parenthesized_expression "(local_4c->u2_)" ( (field_expression "local_4c->u2_" identifier -> field_identifier) )) . field_identifier) )))) ;) (expression_statement "iVar18 = extraout_EDX_00;" (assignment_expression "iVar18 = extraout_EDX_00" identifier = identifier) ;) (labeled_statement "LAB_001ea3bd:\n if (iVar18 != 0 || iVar36 != 0) {\n local_5c = (pointer_conflict)(iVar36 + -1 + (int)local_5c & -iVar36);\n }" statement_identifier : (if_statement "if (iVar18 != 0 || iVar36 != 0) {\n local_5c = (pointer_conflict)(iVar36 + -1 + (int)local_5c & -iVar36);\n }" if (parenthesized_expression "(iVar18 != 0 || iVar36 != 0)" ( (binary_expression "iVar18 != 0 || iVar36 != 0" (binary_expression "iVar18 != 0" identifier != number_literal) || (binary_expression "iVar36 != 0" identifier != number_literal)) )) (compound_statement "{\n local_5c = (pointer_conflict)(iVar36 + -1 + (int)local_5c & -iVar36);\n }" { (expression_statement "local_5c = (pointer_conflict)(iVar36 + -1 + (int)local_5c & -iVar36);" (assignment_expression "local_5c = (pointer_conflict)(iVar36 + -1 + (int)local_5c & -iVar36)" identifier = (call_expression "(pointer_conflict)(iVar36 + -1 + (int)local_5c & -iVar36)" (parenthesized_expression "(pointer_conflict)" ( identifier )) (argument_list "(iVar36 + -1 + (int)local_5c & -iVar36)" ( (binary_expression "iVar36 + -1 + (int)local_5c & -iVar36" (binary_expression "iVar36 + -1 + (int)local_5c" (binary_expression "iVar36 + -1" identifier + number_literal) + (cast_expression "(int)local_5c" ( (type_descriptor "int" primitive_type) ) identifier)) & (unary_expression "-iVar36" - identifier)) )))) ;) }))) })) (ERROR "oVar46 = gold::" (assignment_expression "oVar46 = gold" identifier = identifier) : :) (labeled_statement "Output_section::Input_section::data_size(local_4c);" statement_identifier : (ERROR ":" :) (labeled_statement "Input_section::data_size(local_4c);" statement_identifier : (ERROR ":" :) (expression_statement "data_size(local_4c);" (call_expression "data_size(local_4c)" identifier (argument_list "(local_4c)" ( identifier ))) ;))) (expression_statement "uVar37 = (int)local_5c + (int)oVar46;" (assignment_expression "uVar37 = (int)local_5c + (int)oVar46" identifier = (binary_expression "(int)local_5c + (int)oVar46" (cast_expression "(int)local_5c" ( (type_descriptor "int" primitive_type) ) identifier) + (cast_expression "(int)oVar46" ( (type_descriptor "int" primitive_type) ) identifier))) ;) (expression_statement "uVar40 = uVar37;" (assignment_expression "uVar40 = uVar37" identifier = identifier) ;) (if_statement "if (bVar42) goto LAB_001ea4f0;" if (parenthesized_expression "(bVar42)" ( identifier )) (goto_statement "goto LAB_001ea4f0;" goto statement_identifier ;)) (labeled_statement "LAB_001ea3f6:\n if (local_4c->shndx_ < 0xfffffffd) {\n oVar46 = gold::Output_section::Input_section::data_size(local_4c);\n this_00 = local_4c + 1;\n pIVar28 = (pOVar7->input_sections_).\n super__Vector_base<gold::Output_section::Input_section,_std::allocator<gold::Output_section::Input_section>_>\n ._M_impl._M_finish;\n if (oVar46 == 0) goto LAB_001e9783;\n if (bVar42) {\n group_end._M_current = local_4c;\n if (pIVar28 == this_00) goto LAB_001ea610;\n pIVar28 = local_4c + 1;\n local_5c = (pointer_conflict)uVar40;\n local_4c = this_00;\n if (pIVar28->p2align_ != 0) {\n uVar37 = pIVar28->p2align_ - 1;\n bVar26 = (byte)uVar37;\n bVar27 = bVar26 & 0x1f;\n uVar24 = 1 << (bVar26 & 0x1f);\n uVar25 = uVar24;\n uVar15 = 0 << bVar27 | 1U >> 0x20 - bVar27;\n if ((uVar37 & 0x20) != 0) {\n uVar25 = 0;\n uVar15 = uVar24;\n }\n if (uVar15 == 0 && uVar25 == 0) {\n oVar46 = gold::Output_section::Input_section::data_size(this_00);\n uVar37 = uVar40 + (int)oVar46;\n }\n else {\n local_5c = (pointer_conflict)((uVar25 - 1) + uVar40 & -uVar25);\n oVar46 = gold::Output_section::Input_section::data_size(this_00);\n uVar37 = (int)local_5c + (int)oVar46;\n }\n goto LAB_001ea4f0;\n }\n goto LAB_001ea39e;\n }\n group_end._M_current = local_4c;\n if (pIVar28 == this_00) goto LAB_001ea619;\n if (local_4c[1].p2align_ != 0) {\n uVar37 = local_4c[1].p2align_ - 1;\n bVar27 = (byte)uVar37;\n bVar42 = (uVar37 & 0x20) == 0;\n iVar18 = (uint)bVar42 << (bVar27 & 0x1f);\n if ((uint)!bVar42 << (bVar27 & 0x1f) == 0 && iVar18 == 0) {\n oVar46 = gold::Output_section::Input_section::data_size(this_00);\n uVar37 = uVar40 + (int)oVar46;\n local_70 = (uint)local_5c;\n local_5c = (pointer_conflict)uVar40;\n local_4c = this_00;\n }\n else {\n uVar40 = -iVar18 & (uVar40 - 1) + iVar18;\n oVar46 = gold::Output_section::Input_section::data_size(this_00);\n uVar37 = uVar40 + (int)oVar46;\n local_70 = (uint)local_5c;\n local_5c = (pointer_conflict)uVar40;\n local_4c = this_00;\n }\nLAB_001ea4f0:\n uVar40 = uVar37;\n if (uVar37 - local_70 < local_7c) {\n bVar42 = true;\n }\n else {\n if ((pOVar7->input_sections_).\n super__Vector_base<gold::Output_section::Input_section,_std::allocator<gold::Output_section::Input_section>_>\n ._M_impl._M_finish == group_end._M_current) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea80c to 001ea810 has its CatchHandler @ 001ea8db */\n gold::do_gold_unreachable("../../gold/aarch64.cc",0xaf7,"group_sections");\n }\n AArch64_output_section<32,_false>::create_stub_group\n ((AArch64_output_section<32,_false> *)this,\n (Input_section *)&input_view_size,(const_iterator)task,in_stack_ffffff40,\n (The_target_aarch64 *)in_stack_ffffff44,in_stack_ffffff48,task_00);\n bVar42 = false;\n }\n goto LAB_001ea3f6;\n }\n uVar37 = this_00->shndx_;\n bVar42 = true;\n local_70 = (uint)local_5c;\n local_5c = (pointer_conflict)uVar40;\n goto joined_r0x001ea3ac;\n }" statement_identifier : (if_statement "if (local_4c->shndx_ < 0xfffffffd) {\n oVar46 = gold::Output_section::Input_section::data_size(local_4c);\n this_00 = local_4c + 1;\n pIVar28 = (pOVar7->input_sections_).\n super__Vector_base<gold::Output_section::Input_section,_std::allocator<gold::Output_section::Input_section>_>\n ._M_impl._M_finish;\n if (oVar46 == 0) goto LAB_001e9783;\n if (bVar42) {\n group_end._M_current = local_4c;\n if (pIVar28 == this_00) goto LAB_001ea610;\n pIVar28 = local_4c + 1;\n local_5c = (pointer_conflict)uVar40;\n local_4c = this_00;\n if (pIVar28->p2align_ != 0) {\n uVar37 = pIVar28->p2align_ - 1;\n bVar26 = (byte)uVar37;\n bVar27 = bVar26 & 0x1f;\n uVar24 = 1 << (bVar26 & 0x1f);\n uVar25 = uVar24;\n uVar15 = 0 << bVar27 | 1U >> 0x20 - bVar27;\n if ((uVar37 & 0x20) != 0) {\n uVar25 = 0;\n uVar15 = uVar24;\n }\n if (uVar15 == 0 && uVar25 == 0) {\n oVar46 = gold::Output_section::Input_section::data_size(this_00);\n uVar37 = uVar40 + (int)oVar46;\n }\n else {\n local_5c = (pointer_conflict)((uVar25 - 1) + uVar40 & -uVar25);\n oVar46 = gold::Output_section::Input_section::data_size(this_00);\n uVar37 = (int)local_5c + (int)oVar46;\n }\n goto LAB_001ea4f0;\n }\n goto LAB_001ea39e;\n }\n group_end._M_current = local_4c;\n if (pIVar28 == this_00) goto LAB_001ea619;\n if (local_4c[1].p2align_ != 0) {\n uVar37 = local_4c[1].p2align_ - 1;\n bVar27 = (byte)uVar37;\n bVar42 = (uVar37 & 0x20) == 0;\n iVar18 = (uint)bVar42 << (bVar27 & 0x1f);\n if ((uint)!bVar42 << (bVar27 & 0x1f) == 0 && iVar18 == 0) {\n oVar46 = gold::Output_section::Input_section::data_size(this_00);\n uVar37 = uVar40 + (int)oVar46;\n local_70 = (uint)local_5c;\n local_5c = (pointer_conflict)uVar40;\n local_4c = this_00;\n }\n else {\n uVar40 = -iVar18 & (uVar40 - 1) + iVar18;\n oVar46 = gold::Output_section::Input_section::data_size(this_00);\n uVar37 = uVar40 + (int)oVar46;\n local_70 = (uint)local_5c;\n local_5c = (pointer_conflict)uVar40;\n local_4c = this_00;\n }\nLAB_001ea4f0:\n uVar40 = uVar37;\n if (uVar37 - local_70 < local_7c) {\n bVar42 = true;\n }\n else {\n if ((pOVar7->input_sections_).\n super__Vector_base<gold::Output_section::Input_section,_std::allocator<gold::Output_section::Input_section>_>\n ._M_impl._M_finish == group_end._M_current) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea80c to 001ea810 has its CatchHandler @ 001ea8db */\n gold::do_gold_unreachable("../../gold/aarch64.cc",0xaf7,"group_sections");\n }\n AArch64_output_section<32,_false>::create_stub_group\n ((AArch64_output_section<32,_false> *)this,\n (Input_section *)&input_view_size,(const_iterator)task,in_stack_ffffff40,\n (The_target_aarch64 *)in_stack_ffffff44,in_stack_ffffff48,task_00);\n bVar42 = false;\n }\n goto LAB_001ea3f6;\n }\n uVar37 = this_00->shndx_;\n bVar42 = true;\n local_70 = (uint)local_5c;\n local_5c = (pointer_conflict)uVar40;\n goto joined_r0x001ea3ac;\n }" if (parenthesized_expression "(local_4c->shndx_ < 0xfffffffd)" ( (binary_expression "local_4c->shndx_ < 0xfffffffd" (field_expression "local_4c->shndx_" identifier -> field_identifier) < number_literal) )) (compound_statement "{\n oVar46 = gold::Output_section::Input_section::data_size(local_4c);\n this_00 = local_4c + 1;\n pIVar28 = (pOVar7->input_sections_).\n super__Vector_base<gold::Output_section::Input_section,_std::allocator<gold::Output_section::Input_section>_>\n ._M_impl._M_finish;\n if (oVar46 == 0) goto LAB_001e9783;\n if (bVar42) {\n group_end._M_current = local_4c;\n if (pIVar28 == this_00) goto LAB_001ea610;\n pIVar28 = local_4c + 1;\n local_5c = (pointer_conflict)uVar40;\n local_4c = this_00;\n if (pIVar28->p2align_ != 0) {\n uVar37 = pIVar28->p2align_ - 1;\n bVar26 = (byte)uVar37;\n bVar27 = bVar26 & 0x1f;\n uVar24 = 1 << (bVar26 & 0x1f);\n uVar25 = uVar24;\n uVar15 = 0 << bVar27 | 1U >> 0x20 - bVar27;\n if ((uVar37 & 0x20) != 0) {\n uVar25 = 0;\n uVar15 = uVar24;\n }\n if (uVar15 == 0 && uVar25 == 0) {\n oVar46 = gold::Output_section::Input_section::data_size(this_00);\n uVar37 = uVar40 + (int)oVar46;\n }\n else {\n local_5c = (pointer_conflict)((uVar25 - 1) + uVar40 & -uVar25);\n oVar46 = gold::Output_section::Input_section::data_size(this_00);\n uVar37 = (int)local_5c + (int)oVar46;\n }\n goto LAB_001ea4f0;\n }\n goto LAB_001ea39e;\n }\n group_end._M_current = local_4c;\n if (pIVar28 == this_00) goto LAB_001ea619;\n if (local_4c[1].p2align_ != 0) {\n uVar37 = local_4c[1].p2align_ - 1;\n bVar27 = (byte)uVar37;\n bVar42 = (uVar37 & 0x20) == 0;\n iVar18 = (uint)bVar42 << (bVar27 & 0x1f);\n if ((uint)!bVar42 << (bVar27 & 0x1f) == 0 && iVar18 == 0) {\n oVar46 = gold::Output_section::Input_section::data_size(this_00);\n uVar37 = uVar40 + (int)oVar46;\n local_70 = (uint)local_5c;\n local_5c = (pointer_conflict)uVar40;\n local_4c = this_00;\n }\n else {\n uVar40 = -iVar18 & (uVar40 - 1) + iVar18;\n oVar46 = gold::Output_section::Input_section::data_size(this_00);\n uVar37 = uVar40 + (int)oVar46;\n local_70 = (uint)local_5c;\n local_5c = (pointer_conflict)uVar40;\n local_4c = this_00;\n }\nLAB_001ea4f0:\n uVar40 = uVar37;\n if (uVar37 - local_70 < local_7c) {\n bVar42 = true;\n }\n else {\n if ((pOVar7->input_sections_).\n super__Vector_base<gold::Output_section::Input_section,_std::allocator<gold::Output_section::Input_section>_>\n ._M_impl._M_finish == group_end._M_current) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea80c to 001ea810 has its CatchHandler @ 001ea8db */\n gold::do_gold_unreachable("../../gold/aarch64.cc",0xaf7,"group_sections");\n }\n AArch64_output_section<32,_false>::create_stub_group\n ((AArch64_output_section<32,_false> *)this,\n (Input_section *)&input_view_size,(const_iterator)task,in_stack_ffffff40,\n (The_target_aarch64 *)in_stack_ffffff44,in_stack_ffffff48,task_00);\n bVar42 = false;\n }\n goto LAB_001ea3f6;\n }\n uVar37 = this_00->shndx_;\n bVar42 = true;\n local_70 = (uint)local_5c;\n local_5c = (pointer_conflict)uVar40;\n goto joined_r0x001ea3ac;\n }" { (ERROR "oVar46 = gold::" (assignment_expression "oVar46 = gold" identifier = identifier) : :) (labeled_statement "Output_section::Input_section::data_size(local_4c);" statement_identifier : (ERROR ":" :) (labeled_statement "Input_section::data_size(local_4c);" statement_identifier : (ERROR ":" :) (expression_statement "data_size(local_4c);" (call_expression "data_size(local_4c)" identifier (argument_list "(local_4c)" ( identifier ))) ;))) (expression_statement "this_00 = local_4c + 1;" (assignment_expression "this_00 = local_4c + 1" identifier = (binary_expression "local_4c + 1" identifier + number_literal)) ;) (ERROR "pIVar28 = (pOVar7->input_sections_).\n super__Vector_base<gold::" (assignment_expression "pIVar28 = (pOVar7->input_sections_).\n super__Vector_base<gold" identifier = (binary_expression "(pOVar7->input_sections_).\n super__Vector_base<gold" (field_expression "(pOVar7->input_sections_).\n super__Vector_base" (parenthesized_expression "(pOVar7->input_sections_)" ( (field_expression "pOVar7->input_sections_" identifier -> field_identifier) )) . field_identifier) < identifier)) : :) (labeled_statement "Output_section::Input_section,_std::allocator<gold::Output_section::Input_section>_>\n ._M_impl._M_finish;" statement_identifier (ERROR "::Input_section,_std::allocator<gold:" : : (comma_expression "Input_section,_std" identifier , identifier) : : (binary_expression "allocator<gold" identifier < identifier) :) : (labeled_statement "Output_section::Input_section>_>\n ._M_impl._M_finish;" statement_identifier : (ERROR ":" :) (expression_statement "Input_section>_>\n ._M_impl._M_finish;" (field_expression "Input_section>_>\n ._M_impl._M_finish" (field_expression "Input_section>_>\n ._M_impl" (binary_expression "Input_section>_" identifier > identifier) (ERROR ">" >) . field_identifier) . field_identifier) ;))) (if_statement "if (oVar46 == 0) goto LAB_001e9783;" if (parenthesized_expression "(oVar46 == 0)" ( (binary_expression "oVar46 == 0" identifier == number_literal) )) (goto_statement "goto LAB_001e9783;" goto statement_identifier ;)) (if_statement "if (bVar42) {\n group_end._M_current = local_4c;\n if (pIVar28 == this_00) goto LAB_001ea610;\n pIVar28 = local_4c + 1;\n local_5c = (pointer_conflict)uVar40;\n local_4c = this_00;\n if (pIVar28->p2align_ != 0) {\n uVar37 = pIVar28->p2align_ - 1;\n bVar26 = (byte)uVar37;\n bVar27 = bVar26 & 0x1f;\n uVar24 = 1 << (bVar26 & 0x1f);\n uVar25 = uVar24;\n uVar15 = 0 << bVar27 | 1U >> 0x20 - bVar27;\n if ((uVar37 & 0x20) != 0) {\n uVar25 = 0;\n uVar15 = uVar24;\n }\n if (uVar15 == 0 && uVar25 == 0) {\n oVar46 = gold::Output_section::Input_section::data_size(this_00);\n uVar37 = uVar40 + (int)oVar46;\n }\n else {\n local_5c = (pointer_conflict)((uVar25 - 1) + uVar40 & -uVar25);\n oVar46 = gold::Output_section::Input_section::data_size(this_00);\n uVar37 = (int)local_5c + (int)oVar46;\n }\n goto LAB_001ea4f0;\n }\n goto LAB_001ea39e;\n }" if (parenthesized_expression "(bVar42)" ( identifier )) (compound_statement "{\n group_end._M_current = local_4c;\n if (pIVar28 == this_00) goto LAB_001ea610;\n pIVar28 = local_4c + 1;\n local_5c = (pointer_conflict)uVar40;\n local_4c = this_00;\n if (pIVar28->p2align_ != 0) {\n uVar37 = pIVar28->p2align_ - 1;\n bVar26 = (byte)uVar37;\n bVar27 = bVar26 & 0x1f;\n uVar24 = 1 << (bVar26 & 0x1f);\n uVar25 = uVar24;\n uVar15 = 0 << bVar27 | 1U >> 0x20 - bVar27;\n if ((uVar37 & 0x20) != 0) {\n uVar25 = 0;\n uVar15 = uVar24;\n }\n if (uVar15 == 0 && uVar25 == 0) {\n oVar46 = gold::Output_section::Input_section::data_size(this_00);\n uVar37 = uVar40 + (int)oVar46;\n }\n else {\n local_5c = (pointer_conflict)((uVar25 - 1) + uVar40 & -uVar25);\n oVar46 = gold::Output_section::Input_section::data_size(this_00);\n uVar37 = (int)local_5c + (int)oVar46;\n }\n goto LAB_001ea4f0;\n }\n goto LAB_001ea39e;\n }" { (expression_statement "group_end._M_current = local_4c;" (assignment_expression "group_end._M_current = local_4c" (field_expression "group_end._M_current" identifier . field_identifier) = identifier) ;) (if_statement "if (pIVar28 == this_00) goto LAB_001ea610;" if (parenthesized_expression "(pIVar28 == this_00)" ( (binary_expression "pIVar28 == this_00" identifier == identifier) )) (goto_statement "goto LAB_001ea610;" goto statement_identifier ;)) (expression_statement "pIVar28 = local_4c + 1;" (assignment_expression "pIVar28 = local_4c + 1" identifier = (binary_expression "local_4c + 1" identifier + number_literal)) ;) (expression_statement "local_5c = (pointer_conflict)uVar40;" (assignment_expression "local_5c = (pointer_conflict)uVar40" identifier = (cast_expression "(pointer_conflict)uVar40" ( (type_descriptor "pointer_conflict" type_identifier) ) identifier)) ;) (expression_statement "local_4c = this_00;" (assignment_expression "local_4c = this_00" identifier = identifier) ;) (if_statement "if (pIVar28->p2align_ != 0) {\n uVar37 = pIVar28->p2align_ - 1;\n bVar26 = (byte)uVar37;\n bVar27 = bVar26 & 0x1f;\n uVar24 = 1 << (bVar26 & 0x1f);\n uVar25 = uVar24;\n uVar15 = 0 << bVar27 | 1U >> 0x20 - bVar27;\n if ((uVar37 & 0x20) != 0) {\n uVar25 = 0;\n uVar15 = uVar24;\n }\n if (uVar15 == 0 && uVar25 == 0) {\n oVar46 = gold::Output_section::Input_section::data_size(this_00);\n uVar37 = uVar40 + (int)oVar46;\n }\n else {\n local_5c = (pointer_conflict)((uVar25 - 1) + uVar40 & -uVar25);\n oVar46 = gold::Output_section::Input_section::data_size(this_00);\n uVar37 = (int)local_5c + (int)oVar46;\n }\n goto LAB_001ea4f0;\n }" if (parenthesized_expression "(pIVar28->p2align_ != 0)" ( (binary_expression "pIVar28->p2align_ != 0" (field_expression "pIVar28->p2align_" identifier -> field_identifier) != number_literal) )) (compound_statement "{\n uVar37 = pIVar28->p2align_ - 1;\n bVar26 = (byte)uVar37;\n bVar27 = bVar26 & 0x1f;\n uVar24 = 1 << (bVar26 & 0x1f);\n uVar25 = uVar24;\n uVar15 = 0 << bVar27 | 1U >> 0x20 - bVar27;\n if ((uVar37 & 0x20) != 0) {\n uVar25 = 0;\n uVar15 = uVar24;\n }\n if (uVar15 == 0 && uVar25 == 0) {\n oVar46 = gold::Output_section::Input_section::data_size(this_00);\n uVar37 = uVar40 + (int)oVar46;\n }\n else {\n local_5c = (pointer_conflict)((uVar25 - 1) + uVar40 & -uVar25);\n oVar46 = gold::Output_section::Input_section::data_size(this_00);\n uVar37 = (int)local_5c + (int)oVar46;\n }\n goto LAB_001ea4f0;\n }" { (expression_statement "uVar37 = pIVar28->p2align_ - 1;" (assignment_expression "uVar37 = pIVar28->p2align_ - 1" identifier = (binary_expression "pIVar28->p2align_ - 1" (field_expression "pIVar28->p2align_" identifier -> field_identifier) - number_literal)) ;) (expression_statement "bVar26 = (byte)uVar37;" (assignment_expression "bVar26 = (byte)uVar37" identifier = (cast_expression "(byte)uVar37" ( (type_descriptor "byte" type_identifier) ) identifier)) ;) (expression_statement "bVar27 = bVar26 & 0x1f;" (assignment_expression "bVar27 = bVar26 & 0x1f" identifier = (binary_expression "bVar26 & 0x1f" identifier & number_literal)) ;) (expression_statement "uVar24 = 1 << (bVar26 & 0x1f);" (assignment_expression "uVar24 = 1 << (bVar26 & 0x1f)" identifier = (binary_expression "1 << (bVar26 & 0x1f)" number_literal << (parenthesized_expression "(bVar26 & 0x1f)" ( (binary_expression "bVar26 & 0x1f" identifier & number_literal) )))) ;) (expression_statement "uVar25 = uVar24;" (assignment_expression "uVar25 = uVar24" identifier = identifier) ;) (expression_statement "uVar15 = 0 << bVar27 | 1U >> 0x20 - bVar27;" (assignment_expression "uVar15 = 0 << bVar27 | 1U >> 0x20 - bVar27" identifier = (binary_expression "0 << bVar27 | 1U >> 0x20 - bVar27" (binary_expression "0 << bVar27" number_literal << identifier) | (binary_expression "1U >> 0x20 - bVar27" number_literal >> (binary_expression "0x20 - bVar27" number_literal - identifier)))) ;) (if_statement "if ((uVar37 & 0x20) != 0) {\n uVar25 = 0;\n uVar15 = uVar24;\n }" if (parenthesized_expression "((uVar37 & 0x20) != 0)" ( (binary_expression "(uVar37 & 0x20) != 0" (parenthesized_expression "(uVar37 & 0x20)" ( (binary_expression "uVar37 & 0x20" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n uVar25 = 0;\n uVar15 = uVar24;\n }" { (expression_statement "uVar25 = 0;" (assignment_expression "uVar25 = 0" identifier = number_literal) ;) (expression_statement "uVar15 = uVar24;" (assignment_expression "uVar15 = uVar24" identifier = identifier) ;) })) (if_statement "if (uVar15 == 0 && uVar25 == 0) {\n oVar46 = gold::Output_section::Input_section::data_size(this_00);\n uVar37 = uVar40 + (int)oVar46;\n }\n else {\n local_5c = (pointer_conflict)((uVar25 - 1) + uVar40 & -uVar25);\n oVar46 = gold::Output_section::Input_section::data_size(this_00);\n uVar37 = (int)local_5c + (int)oVar46;\n }" if (parenthesized_expression "(uVar15 == 0 && uVar25 == 0)" ( (binary_expression "uVar15 == 0 && uVar25 == 0" (binary_expression "uVar15 == 0" identifier == number_literal) && (binary_expression "uVar25 == 0" identifier == number_literal)) )) (compound_statement "{\n oVar46 = gold::Output_section::Input_section::data_size(this_00);\n uVar37 = uVar40 + (int)oVar46;\n }" { (ERROR "oVar46 = gold::" (assignment_expression "oVar46 = gold" identifier = identifier) : :) (labeled_statement "Output_section::Input_section::data_size(this_00);" statement_identifier : (ERROR ":" :) (labeled_statement "Input_section::data_size(this_00);" statement_identifier : (ERROR ":" :) (expression_statement "data_size(this_00);" (call_expression "data_size(this_00)" identifier (argument_list "(this_00)" ( identifier ))) ;))) (expression_statement "uVar37 = uVar40 + (int)oVar46;" (assignment_expression "uVar37 = uVar40 + (int)oVar46" identifier = (binary_expression "uVar40 + (int)oVar46" identifier + (cast_expression "(int)oVar46" ( (type_descriptor "int" primitive_type) ) identifier))) ;) }) (else_clause "else {\n local_5c = (pointer_conflict)((uVar25 - 1) + uVar40 & -uVar25);\n oVar46 = gold::Output_section::Input_section::data_size(this_00);\n uVar37 = (int)local_5c + (int)oVar46;\n }" else (compound_statement "{\n local_5c = (pointer_conflict)((uVar25 - 1) + uVar40 & -uVar25);\n oVar46 = gold::Output_section::Input_section::data_size(this_00);\n uVar37 = (int)local_5c + (int)oVar46;\n }" { (expression_statement "local_5c = (pointer_conflict)((uVar25 - 1) + uVar40 & -uVar25);" (assignment_expression "local_5c = (pointer_conflict)((uVar25 - 1) + uVar40 & -uVar25)" identifier = (call_expression "(pointer_conflict)((uVar25 - 1) + uVar40 & -uVar25)" (parenthesized_expression "(pointer_conflict)" ( identifier )) (argument_list "((uVar25 - 1) + uVar40 & -uVar25)" ( (binary_expression "(uVar25 - 1) + uVar40 & -uVar25" (binary_expression "(uVar25 - 1) + uVar40" (parenthesized_expression "(uVar25 - 1)" ( (binary_expression "uVar25 - 1" identifier - number_literal) )) + identifier) & (unary_expression "-uVar25" - identifier)) )))) ;) (ERROR "oVar46 = gold::" (assignment_expression "oVar46 = gold" identifier = identifier) : :) (labeled_statement "Output_section::Input_section::data_size(this_00);" statement_identifier : (ERROR ":" :) (labeled_statement "Input_section::data_size(this_00);" statement_identifier : (ERROR ":" :) (expression_statement "data_size(this_00);" (call_expression "data_size(this_00)" identifier (argument_list "(this_00)" ( identifier ))) ;))) (expression_statement "uVar37 = (int)local_5c + (int)oVar46;" (assignment_expression "uVar37 = (int)local_5c + (int)oVar46" identifier = (binary_expression "(int)local_5c + (int)oVar46" (cast_expression "(int)local_5c" ( (type_descriptor "int" primitive_type) ) identifier) + (cast_expression "(int)oVar46" ( (type_descriptor "int" primitive_type) ) identifier))) ;) }))) (goto_statement "goto LAB_001ea4f0;" goto statement_identifier ;) })) (goto_statement "goto LAB_001ea39e;" goto statement_identifier ;) })) (expression_statement "group_end._M_current = local_4c;" (assignment_expression "group_end._M_current = local_4c" (field_expression "group_end._M_current" identifier . field_identifier) = identifier) ;) (if_statement "if (pIVar28 == this_00) goto LAB_001ea619;" if (parenthesized_expression "(pIVar28 == this_00)" ( (binary_expression "pIVar28 == this_00" identifier == identifier) )) (goto_statement "goto LAB_001ea619;" goto statement_identifier ;)) (if_statement "if (local_4c[1].p2align_ != 0) {\n uVar37 = local_4c[1].p2align_ - 1;\n bVar27 = (byte)uVar37;\n bVar42 = (uVar37 & 0x20) == 0;\n iVar18 = (uint)bVar42 << (bVar27 & 0x1f);\n if ((uint)!bVar42 << (bVar27 & 0x1f) == 0 && iVar18 == 0) {\n oVar46 = gold::Output_section::Input_section::data_size(this_00);\n uVar37 = uVar40 + (int)oVar46;\n local_70 = (uint)local_5c;\n local_5c = (pointer_conflict)uVar40;\n local_4c = this_00;\n }\n else {\n uVar40 = -iVar18 & (uVar40 - 1) + iVar18;\n oVar46 = gold::Output_section::Input_section::data_size(this_00);\n uVar37 = uVar40 + (int)oVar46;\n local_70 = (uint)local_5c;\n local_5c = (pointer_conflict)uVar40;\n local_4c = this_00;\n }\nLAB_001ea4f0:\n uVar40 = uVar37;\n if (uVar37 - local_70 < local_7c) {\n bVar42 = true;\n }\n else {\n if ((pOVar7->input_sections_).\n super__Vector_base<gold::Output_section::Input_section,_std::allocator<gold::Output_section::Input_section>_>\n ._M_impl._M_finish == group_end._M_current) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea80c to 001ea810 has its CatchHandler @ 001ea8db */\n gold::do_gold_unreachable("../../gold/aarch64.cc",0xaf7,"group_sections");\n }\n AArch64_output_section<32,_false>::create_stub_group\n ((AArch64_output_section<32,_false> *)this,\n (Input_section *)&input_view_size,(const_iterator)task,in_stack_ffffff40,\n (The_target_aarch64 *)in_stack_ffffff44,in_stack_ffffff48,task_00);\n bVar42 = false;\n }\n goto LAB_001ea3f6;\n }" if (parenthesized_expression "(local_4c[1].p2align_ != 0)" ( (binary_expression "local_4c[1].p2align_ != 0" (field_expression "local_4c[1].p2align_" (subscript_expression "local_4c[1]" identifier [ number_literal ]) . field_identifier) != number_literal) )) (compound_statement "{\n uVar37 = local_4c[1].p2align_ - 1;\n bVar27 = (byte)uVar37;\n bVar42 = (uVar37 & 0x20) == 0;\n iVar18 = (uint)bVar42 << (bVar27 & 0x1f);\n if ((uint)!bVar42 << (bVar27 & 0x1f) == 0 && iVar18 == 0) {\n oVar46 = gold::Output_section::Input_section::data_size(this_00);\n uVar37 = uVar40 + (int)oVar46;\n local_70 = (uint)local_5c;\n local_5c = (pointer_conflict)uVar40;\n local_4c = this_00;\n }\n else {\n uVar40 = -iVar18 & (uVar40 - 1) + iVar18;\n oVar46 = gold::Output_section::Input_section::data_size(this_00);\n uVar37 = uVar40 + (int)oVar46;\n local_70 = (uint)local_5c;\n local_5c = (pointer_conflict)uVar40;\n local_4c = this_00;\n }\nLAB_001ea4f0:\n uVar40 = uVar37;\n if (uVar37 - local_70 < local_7c) {\n bVar42 = true;\n }\n else {\n if ((pOVar7->input_sections_).\n super__Vector_base<gold::Output_section::Input_section,_std::allocator<gold::Output_section::Input_section>_>\n ._M_impl._M_finish == group_end._M_current) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea80c to 001ea810 has its CatchHandler @ 001ea8db */\n gold::do_gold_unreachable("../../gold/aarch64.cc",0xaf7,"group_sections");\n }\n AArch64_output_section<32,_false>::create_stub_group\n ((AArch64_output_section<32,_false> *)this,\n (Input_section *)&input_view_size,(const_iterator)task,in_stack_ffffff40,\n (The_target_aarch64 *)in_stack_ffffff44,in_stack_ffffff48,task_00);\n bVar42 = false;\n }\n goto LAB_001ea3f6;\n }" { (expression_statement "uVar37 = local_4c[1].p2align_ - 1;" (assignment_expression "uVar37 = local_4c[1].p2align_ - 1" identifier = (binary_expression "local_4c[1].p2align_ - 1" (field_expression "local_4c[1].p2align_" (subscript_expression "local_4c[1]" identifier [ number_literal ]) . field_identifier) - number_literal)) ;) (expression_statement "bVar27 = (byte)uVar37;" (assignment_expression "bVar27 = (byte)uVar37" identifier = (cast_expression "(byte)uVar37" ( (type_descriptor "byte" type_identifier) ) identifier)) ;) (expression_statement "bVar42 = (uVar37 & 0x20) == 0;" (assignment_expression "bVar42 = (uVar37 & 0x20) == 0" identifier = (binary_expression "(uVar37 & 0x20) == 0" (parenthesized_expression "(uVar37 & 0x20)" ( (binary_expression "uVar37 & 0x20" identifier & number_literal) )) == number_literal)) ;) (expression_statement "iVar18 = (uint)bVar42 << (bVar27 & 0x1f);" (assignment_expression "iVar18 = (uint)bVar42 << (bVar27 & 0x1f)" identifier = (binary_expression "(uint)bVar42 << (bVar27 & 0x1f)" (cast_expression "(uint)bVar42" ( (type_descriptor "uint" type_identifier) ) identifier) << (parenthesized_expression "(bVar27 & 0x1f)" ( (binary_expression "bVar27 & 0x1f" identifier & number_literal) )))) ;) (if_statement "if ((uint)!bVar42 << (bVar27 & 0x1f) == 0 && iVar18 == 0) {\n oVar46 = gold::Output_section::Input_section::data_size(this_00);\n uVar37 = uVar40 + (int)oVar46;\n local_70 = (uint)local_5c;\n local_5c = (pointer_conflict)uVar40;\n local_4c = this_00;\n }\n else {\n uVar40 = -iVar18 & (uVar40 - 1) + iVar18;\n oVar46 = gold::Output_section::Input_section::data_size(this_00);\n uVar37 = uVar40 + (int)oVar46;\n local_70 = (uint)local_5c;\n local_5c = (pointer_conflict)uVar40;\n local_4c = this_00;\n }" if (parenthesized_expression "((uint)!bVar42 << (bVar27 & 0x1f) == 0 && iVar18 == 0)" ( (binary_expression "(uint)!bVar42 << (bVar27 & 0x1f) == 0 && iVar18 == 0" (binary_expression "(uint)!bVar42 << (bVar27 & 0x1f) == 0" (binary_expression "(uint)!bVar42 << (bVar27 & 0x1f)" (cast_expression "(uint)!bVar42" ( (type_descriptor "uint" type_identifier) ) (unary_expression "!bVar42" ! identifier)) << (parenthesized_expression "(bVar27 & 0x1f)" ( (binary_expression "bVar27 & 0x1f" identifier & number_literal) ))) == number_literal) && (binary_expression "iVar18 == 0" identifier == number_literal)) )) (compound_statement "{\n oVar46 = gold::Output_section::Input_section::data_size(this_00);\n uVar37 = uVar40 + (int)oVar46;\n local_70 = (uint)local_5c;\n local_5c = (pointer_conflict)uVar40;\n local_4c = this_00;\n }" { (ERROR "oVar46 = gold::" (assignment_expression "oVar46 = gold" identifier = identifier) : :) (labeled_statement "Output_section::Input_section::data_size(this_00);" statement_identifier : (ERROR ":" :) (labeled_statement "Input_section::data_size(this_00);" statement_identifier : (ERROR ":" :) (expression_statement "data_size(this_00);" (call_expression "data_size(this_00)" identifier (argument_list "(this_00)" ( identifier ))) ;))) (expression_statement "uVar37 = uVar40 + (int)oVar46;" (assignment_expression "uVar37 = uVar40 + (int)oVar46" identifier = (binary_expression "uVar40 + (int)oVar46" identifier + (cast_expression "(int)oVar46" ( (type_descriptor "int" primitive_type) ) identifier))) ;) (expression_statement "local_70 = (uint)local_5c;" (assignment_expression "local_70 = (uint)local_5c" identifier = (cast_expression "(uint)local_5c" ( (type_descriptor "uint" type_identifier) ) identifier)) ;) (expression_statement "local_5c = (pointer_conflict)uVar40;" (assignment_expression "local_5c = (pointer_conflict)uVar40" identifier = (cast_expression "(pointer_conflict)uVar40" ( (type_descriptor "pointer_conflict" type_identifier) ) identifier)) ;) (expression_statement "local_4c = this_00;" (assignment_expression "local_4c = this_00" identifier = identifier) ;) }) (else_clause "else {\n uVar40 = -iVar18 & (uVar40 - 1) + iVar18;\n oVar46 = gold::Output_section::Input_section::data_size(this_00);\n uVar37 = uVar40 + (int)oVar46;\n local_70 = (uint)local_5c;\n local_5c = (pointer_conflict)uVar40;\n local_4c = this_00;\n }" else (compound_statement "{\n uVar40 = -iVar18 & (uVar40 - 1) + iVar18;\n oVar46 = gold::Output_section::Input_section::data_size(this_00);\n uVar37 = uVar40 + (int)oVar46;\n local_70 = (uint)local_5c;\n local_5c = (pointer_conflict)uVar40;\n local_4c = this_00;\n }" { (expression_statement "uVar40 = -iVar18 & (uVar40 - 1) + iVar18;" (assignment_expression "uVar40 = -iVar18 & (uVar40 - 1) + iVar18" identifier = (binary_expression "-iVar18 & (uVar40 - 1) + iVar18" (unary_expression "-iVar18" - identifier) & (binary_expression "(uVar40 - 1) + iVar18" (parenthesized_expression "(uVar40 - 1)" ( (binary_expression "uVar40 - 1" identifier - number_literal) )) + identifier))) ;) (ERROR "oVar46 = gold::" (assignment_expression "oVar46 = gold" identifier = identifier) : :) (labeled_statement "Output_section::Input_section::data_size(this_00);" statement_identifier : (ERROR ":" :) (labeled_statement "Input_section::data_size(this_00);" statement_identifier : (ERROR ":" :) (expression_statement "data_size(this_00);" (call_expression "data_size(this_00)" identifier (argument_list "(this_00)" ( identifier ))) ;))) (expression_statement "uVar37 = uVar40 + (int)oVar46;" (assignment_expression "uVar37 = uVar40 + (int)oVar46" identifier = (binary_expression "uVar40 + (int)oVar46" identifier + (cast_expression "(int)oVar46" ( (type_descriptor "int" primitive_type) ) identifier))) ;) (expression_statement "local_70 = (uint)local_5c;" (assignment_expression "local_70 = (uint)local_5c" identifier = (cast_expression "(uint)local_5c" ( (type_descriptor "uint" type_identifier) ) identifier)) ;) (expression_statement "local_5c = (pointer_conflict)uVar40;" (assignment_expression "local_5c = (pointer_conflict)uVar40" identifier = (cast_expression "(pointer_conflict)uVar40" ( (type_descriptor "pointer_conflict" type_identifier) ) identifier)) ;) (expression_statement "local_4c = this_00;" (assignment_expression "local_4c = this_00" identifier = identifier) ;) }))) (labeled_statement "LAB_001ea4f0:\n uVar40 = uVar37;" statement_identifier : (expression_statement "uVar40 = uVar37;" (assignment_expression "uVar40 = uVar37" identifier = identifier) ;)) (if_statement "if (uVar37 - local_70 < local_7c) {\n bVar42 = true;\n }\n else {\n if ((pOVar7->input_sections_).\n super__Vector_base<gold::Output_section::Input_section,_std::allocator<gold::Output_section::Input_section>_>\n ._M_impl._M_finish == group_end._M_current) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea80c to 001ea810 has its CatchHandler @ 001ea8db */\n gold::do_gold_unreachable("../../gold/aarch64.cc",0xaf7,"group_sections");\n }\n AArch64_output_section<32,_false>::create_stub_group\n ((AArch64_output_section<32,_false> *)this,\n (Input_section *)&input_view_size,(const_iterator)task,in_stack_ffffff40,\n (The_target_aarch64 *)in_stack_ffffff44,in_stack_ffffff48,task_00);\n bVar42 = false;\n }" if (parenthesized_expression "(uVar37 - local_70 < local_7c)" ( (binary_expression "uVar37 - local_70 < local_7c" (binary_expression "uVar37 - local_70" identifier - identifier) < identifier) )) (compound_statement "{\n bVar42 = true;\n }" { (expression_statement "bVar42 = true;" (assignment_expression "bVar42 = true" identifier = true) ;) }) (else_clause "else {\n if ((pOVar7->input_sections_).\n super__Vector_base<gold::Output_section::Input_section,_std::allocator<gold::Output_section::Input_section>_>\n ._M_impl._M_finish == group_end._M_current) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea80c to 001ea810 has its CatchHandler @ 001ea8db */\n gold::do_gold_unreachable("../../gold/aarch64.cc",0xaf7,"group_sections");\n }\n AArch64_output_section<32,_false>::create_stub_group\n ((AArch64_output_section<32,_false> *)this,\n (Input_section *)&input_view_size,(const_iterator)task,in_stack_ffffff40,\n (The_target_aarch64 *)in_stack_ffffff44,in_stack_ffffff48,task_00);\n bVar42 = false;\n }" else (compound_statement "{\n if ((pOVar7->input_sections_).\n super__Vector_base<gold::Output_section::Input_section,_std::allocator<gold::Output_section::Input_section>_>\n ._M_impl._M_finish == group_end._M_current) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea80c to 001ea810 has its CatchHandler @ 001ea8db */\n gold::do_gold_unreachable("../../gold/aarch64.cc",0xaf7,"group_sections");\n }\n AArch64_output_section<32,_false>::create_stub_group\n ((AArch64_output_section<32,_false> *)this,\n (Input_section *)&input_view_size,(const_iterator)task,in_stack_ffffff40,\n (The_target_aarch64 *)in_stack_ffffff44,in_stack_ffffff48,task_00);\n bVar42 = false;\n }" { (if_statement "if ((pOVar7->input_sections_).\n super__Vector_base<gold::Output_section::Input_section,_std::allocator<gold::Output_section::Input_section>_>\n ._M_impl._M_finish == group_end._M_current) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea80c to 001ea810 has its CatchHandler @ 001ea8db */\n gold::do_gold_unreachable("../../gold/aarch64.cc",0xaf7,"group_sections");\n }" if (parenthesized_expression "((pOVar7->input_sections_).\n super__Vector_base<gold::Output_section::Input_section,_std::allocator<gold::Output_section::Input_section>_>\n ._M_impl._M_finish == group_end._M_current)" ( (ERROR "(pOVar7->input_sections_).\n super__Vector_base<gold::Output_section::Input_section,_std::allocator<gold::Output_section::" (comma_expression "(pOVar7->input_sections_).\n super__Vector_base<gold::Output_section::Input_section,_std" (binary_expression "(pOVar7->input_sections_).\n super__Vector_base<gold" (field_expression "(pOVar7->input_sections_).\n super__Vector_base" (parenthesized_expression "(pOVar7->input_sections_)" ( (field_expression "pOVar7->input_sections_" identifier -> field_identifier) )) . field_identifier) < identifier) (ERROR "::Output_section::Input_section" : : identifier : : identifier) , identifier) : : (binary_expression "allocator<gold" identifier < identifier) : : identifier : :) (binary_expression "Input_section>_>\n ._M_impl._M_finish == group_end._M_current" (field_expression "Input_section>_>\n ._M_impl._M_finish" (field_expression "Input_section>_>\n ._M_impl" (binary_expression "Input_section>_" identifier > identifier) (ERROR ">" >) . field_identifier) . field_identifier) == (field_expression "group_end._M_current" identifier . field_identifier)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea80c to 001ea810 has its CatchHandler @ 001ea8db */\n gold::do_gold_unreachable("../../gold/aarch64.cc",0xaf7,"group_sections");\n }" { comment comment (labeled_statement "gold::do_gold_unreachable("../../gold/aarch64.cc",0xaf7,"group_sections");" statement_identifier : (ERROR ":" :) (expression_statement "do_gold_unreachable("../../gold/aarch64.cc",0xaf7,"group_sections");" (call_expression "do_gold_unreachable("../../gold/aarch64.cc",0xaf7,"group_sections")" identifier (argument_list "("../../gold/aarch64.cc",0xaf7,"group_sections")" ( (string_literal ""../../gold/aarch64.cc"" " string_content ") , number_literal , (string_literal ""group_sections"" " string_content ") ))) ;)) })) (expression_statement "AArch64_output_section<32,_false>::create_stub_group\n ((AArch64_output_section<32,_false> *)this,\n (Input_section *)&input_view_size,(const_iterator)task,in_stack_ffffff40,\n (The_target_aarch64 *)in_stack_ffffff44,in_stack_ffffff48,task_00);" (comma_expression "AArch64_output_section<32,_false>::create_stub_group\n ((AArch64_output_section<32,_false> *)this,\n (Input_section *)&input_view_size,(const_iterator)task,in_stack_ffffff40,\n (The_target_aarch64 *)in_stack_ffffff44,in_stack_ffffff48,task_00)" (binary_expression "AArch64_output_section<32" identifier < number_literal) , (binary_expression "_false>::create_stub_group\n ((AArch64_output_section<32,_false> *)this,\n (Input_section *)&input_view_size,(const_iterator)task,in_stack_ffffff40,\n (The_target_aarch64 *)in_stack_ffffff44,in_stack_ffffff48,task_00)" identifier > (ERROR "::" : :) (call_expression "create_stub_group\n ((AArch64_output_section<32,_false> *)this,\n (Input_section *)&input_view_size,(const_iterator)task,in_stack_ffffff40,\n (The_target_aarch64 *)in_stack_ffffff44,in_stack_ffffff48,task_00)" identifier (argument_list "((AArch64_output_section<32,_false> *)this,\n (Input_section *)&input_view_size,(const_iterator)task,in_stack_ffffff40,\n (The_target_aarch64 *)in_stack_ffffff44,in_stack_ffffff48,task_00)" ( (parenthesized_expression "(AArch64_output_section<32,_false> *)this,\n (Input_section *)&input_view_size,(const_iterator)task,in_stack_ffffff40,\n (The_target_aarch64 *)in_stack_ffffff44,in_stack_ffffff48,task_00)" ( (comma_expression "AArch64_output_section<32,_false> *)this,\n (Input_section *)&input_view_size,(const_iterator)task,in_stack_ffffff40,\n (The_target_aarch64 *)in_stack_ffffff44,in_stack_ffffff48,task_00" (binary_expression "AArch64_output_section<32" identifier < number_literal) , (comma_expression "_false> *)this,\n (Input_section *)&input_view_size,(const_iterator)task,in_stack_ffffff40,\n (The_target_aarch64 *)in_stack_ffffff44,in_stack_ffffff48,task_00" (binary_expression "_false> *)this" identifier > (pointer_expression "*)this" * (ERROR ")" )) identifier)) , (comma_expression "(Input_section *)&input_view_size,(const_iterator)task,in_stack_ffffff40,\n (The_target_aarch64 *)in_stack_ffffff44,in_stack_ffffff48,task_00" (cast_expression "(Input_section *)&input_view_size" ( (type_descriptor "Input_section *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&input_view_size" & identifier)) , (comma_expression "(const_iterator)task,in_stack_ffffff40,\n (The_target_aarch64 *)in_stack_ffffff44,in_stack_ffffff48,task_00" (cast_expression "(const_iterator)task" ( (type_descriptor "const_iterator" type_identifier) ) identifier) , (comma_expression "in_stack_ffffff40,\n (The_target_aarch64 *)in_stack_ffffff44,in_stack_ffffff48,task_00" identifier , (comma_expression "(The_target_aarch64 *)in_stack_ffffff44,in_stack_ffffff48,task_00" (cast_expression "(The_target_aarch64 *)in_stack_ffffff44" ( (type_descriptor "The_target_aarch64 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , (comma_expression "in_stack_ffffff48,task_00" identifier , identifier))))))) )) ))))) ;) (expression_statement "bVar42 = false;" (assignment_expression "bVar42 = false" identifier = false) ;) }))) (goto_statement "goto LAB_001ea3f6;" goto statement_identifier ;) })) (expression_statement "uVar37 = this_00->shndx_;" (assignment_expression "uVar37 = this_00->shndx_" identifier = (field_expression "this_00->shndx_" identifier -> field_identifier)) ;) (expression_statement "bVar42 = true;" (assignment_expression "bVar42 = true" identifier = true) ;) (expression_statement "local_70 = (uint)local_5c;" (assignment_expression "local_70 = (uint)local_5c" identifier = (cast_expression "(uint)local_5c" ( (type_descriptor "uint" type_identifier) ) identifier)) ;) (expression_statement "local_5c = (pointer_conflict)uVar40;" (assignment_expression "local_5c = (pointer_conflict)uVar40" identifier = (cast_expression "(pointer_conflict)uVar40" ( (type_descriptor "pointer_conflict" type_identifier) ) identifier)) ;) (goto_statement "goto joined_r0x001ea3ac;" goto statement_identifier ;) }))) (ERROR "pIVar28 = (pOVar7->input_sections_).\n super__Vector_base<gold::" (assignment_expression "pIVar28 = (pOVar7->input_sections_).\n super__Vector_base<gold" identifier = (binary_expression "(pOVar7->input_sections_).\n super__Vector_base<gold" (field_expression "(pOVar7->input_sections_).\n super__Vector_base" (parenthesized_expression "(pOVar7->input_sections_)" ( (field_expression "pOVar7->input_sections_" identifier -> field_identifier) )) . field_identifier) < identifier)) : :) (labeled_statement "Output_section::Input_section,_std::allocator<gold::Output_section::Input_section>_>\n ._M_impl._M_finish;" statement_identifier (ERROR "::Input_section,_std::allocator<gold:" : : (comma_expression "Input_section,_std" identifier , identifier) : : (binary_expression "allocator<gold" identifier < identifier) :) : (labeled_statement "Output_section::Input_section>_>\n ._M_impl._M_finish;" statement_identifier : (ERROR ":" :) (expression_statement "Input_section>_>\n ._M_impl._M_finish;" (field_expression "Input_section>_>\n ._M_impl._M_finish" (field_expression "Input_section>_>\n ._M_impl" (binary_expression "Input_section>_" identifier > identifier) (ERROR ">" >) . field_identifier) . field_identifier) ;))) (labeled_statement "LAB_001e9783:\n local_4c = local_4c + 1;" statement_identifier : (expression_statement "local_4c = local_4c + 1;" (assignment_expression "local_4c = local_4c + 1" identifier = (binary_expression "local_4c + 1" identifier + number_literal)) ;)) (expression_statement "local_5c = (pointer_conflict)uVar40;" (assignment_expression "local_5c = (pointer_conflict)uVar40" identifier = (cast_expression "(pointer_conflict)uVar40" ( (type_descriptor "pointer_conflict" type_identifier) ) identifier)) ;) (if_statement "if (local_4c != pIVar28) goto LAB_001ea390;" if (parenthesized_expression "(local_4c != pIVar28)" ( (binary_expression "local_4c != pIVar28" identifier != identifier) )) (goto_statement "goto LAB_001ea390;" goto statement_identifier ;)) (if_statement "if (bVar42) {\nLAB_001ea610:\n if (pIVar28 == group_end._M_current) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea869 to 001ea86d has its CatchHandler @ 001ea8db */\n gold::do_gold_unreachable("../../gold/aarch64.cc",0xb32,"group_sections");\n }\nLAB_001ea619:\n AArch64_output_section<32,_false>::create_stub_group\n ((AArch64_output_section<32,_false> *)this,(Input_section *)&input_view_size,\n (const_iterator)task,in_stack_ffffff40,\n (The_target_aarch64 *)in_stack_ffffff44,in_stack_ffffff48,task_00);\n }" if (parenthesized_expression "(bVar42)" ( identifier )) (compound_statement "{\nLAB_001ea610:\n if (pIVar28 == group_end._M_current) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea869 to 001ea86d has its CatchHandler @ 001ea8db */\n gold::do_gold_unreachable("../../gold/aarch64.cc",0xb32,"group_sections");\n }\nLAB_001ea619:\n AArch64_output_section<32,_false>::create_stub_group\n ((AArch64_output_section<32,_false> *)this,(Input_section *)&input_view_size,\n (const_iterator)task,in_stack_ffffff40,\n (The_target_aarch64 *)in_stack_ffffff44,in_stack_ffffff48,task_00);\n }" { (labeled_statement "LAB_001ea610:\n if (pIVar28 == group_end._M_current) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea869 to 001ea86d has its CatchHandler @ 001ea8db */\n gold::do_gold_unreachable("../../gold/aarch64.cc",0xb32,"group_sections");\n }" statement_identifier : (if_statement "if (pIVar28 == group_end._M_current) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea869 to 001ea86d has its CatchHandler @ 001ea8db */\n gold::do_gold_unreachable("../../gold/aarch64.cc",0xb32,"group_sections");\n }" if (parenthesized_expression "(pIVar28 == group_end._M_current)" ( (binary_expression "pIVar28 == group_end._M_current" identifier == (field_expression "group_end._M_current" identifier . field_identifier)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea869 to 001ea86d has its CatchHandler @ 001ea8db */\n gold::do_gold_unreachable("../../gold/aarch64.cc",0xb32,"group_sections");\n }" { comment comment (labeled_statement "gold::do_gold_unreachable("../../gold/aarch64.cc",0xb32,"group_sections");" statement_identifier : (ERROR ":" :) (expression_statement "do_gold_unreachable("../../gold/aarch64.cc",0xb32,"group_sections");" (call_expression "do_gold_unreachable("../../gold/aarch64.cc",0xb32,"group_sections")" identifier (argument_list "("../../gold/aarch64.cc",0xb32,"group_sections")" ( (string_literal ""../../gold/aarch64.cc"" " string_content ") , number_literal , (string_literal ""group_sections"" " string_content ") ))) ;)) }))) (labeled_statement "LAB_001ea619:\n AArch64_output_section<32,_false>::create_stub_group\n ((AArch64_output_section<32,_false> *)this,(Input_section *)&input_view_size,\n (const_iterator)task,in_stack_ffffff40,\n (The_target_aarch64 *)in_stack_ffffff44,in_stack_ffffff48,task_00);" statement_identifier : (expression_statement "AArch64_output_section<32,_false>::create_stub_group\n ((AArch64_output_section<32,_false> *)this,(Input_section *)&input_view_size,\n (const_iterator)task,in_stack_ffffff40,\n (The_target_aarch64 *)in_stack_ffffff44,in_stack_ffffff48,task_00);" (comma_expression "AArch64_output_section<32,_false>::create_stub_group\n ((AArch64_output_section<32,_false> *)this,(Input_section *)&input_view_size,\n (const_iterator)task,in_stack_ffffff40,\n (The_target_aarch64 *)in_stack_ffffff44,in_stack_ffffff48,task_00)" (binary_expression "AArch64_output_section<32" identifier < number_literal) , (binary_expression "_false>::create_stub_group\n ((AArch64_output_section<32,_false> *)this,(Input_section *)&input_view_size,\n (const_iterator)task,in_stack_ffffff40,\n (The_target_aarch64 *)in_stack_ffffff44,in_stack_ffffff48,task_00)" identifier > (ERROR "::" : :) (call_expression "create_stub_group\n ((AArch64_output_section<32,_false> *)this,(Input_section *)&input_view_size,\n (const_iterator)task,in_stack_ffffff40,\n (The_target_aarch64 *)in_stack_ffffff44,in_stack_ffffff48,task_00)" identifier (argument_list "((AArch64_output_section<32,_false> *)this,(Input_section *)&input_view_size,\n (const_iterator)task,in_stack_ffffff40,\n (The_target_aarch64 *)in_stack_ffffff44,in_stack_ffffff48,task_00)" ( (parenthesized_expression "(AArch64_output_section<32,_false> *)this,(Input_section *)&input_view_size,\n (const_iterator)task,in_stack_ffffff40,\n (The_target_aarch64 *)in_stack_ffffff44,in_stack_ffffff48,task_00)" ( (comma_expression "AArch64_output_section<32,_false> *)this,(Input_section *)&input_view_size,\n (const_iterator)task,in_stack_ffffff40,\n (The_target_aarch64 *)in_stack_ffffff44,in_stack_ffffff48,task_00" (binary_expression "AArch64_output_section<32" identifier < number_literal) , (comma_expression "_false> *)this,(Input_section *)&input_view_size,\n (const_iterator)task,in_stack_ffffff40,\n (The_target_aarch64 *)in_stack_ffffff44,in_stack_ffffff48,task_00" (binary_expression "_false> *)this" identifier > (pointer_expression "*)this" * (ERROR ")" )) identifier)) , (comma_expression "(Input_section *)&input_view_size,\n (const_iterator)task,in_stack_ffffff40,\n (The_target_aarch64 *)in_stack_ffffff44,in_stack_ffffff48,task_00" (cast_expression "(Input_section *)&input_view_size" ( (type_descriptor "Input_section *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&input_view_size" & identifier)) , (comma_expression "(const_iterator)task,in_stack_ffffff40,\n (The_target_aarch64 *)in_stack_ffffff44,in_stack_ffffff48,task_00" (cast_expression "(const_iterator)task" ( (type_descriptor "const_iterator" type_identifier) ) identifier) , (comma_expression "in_stack_ffffff40,\n (The_target_aarch64 *)in_stack_ffffff44,in_stack_ffffff48,task_00" identifier , (comma_expression "(The_target_aarch64 *)in_stack_ffffff44,in_stack_ffffff48,task_00" (cast_expression "(The_target_aarch64 *)in_stack_ffffff44" ( (type_descriptor "The_target_aarch64 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , (comma_expression "in_stack_ffffff48,task_00" identifier , identifier))))))) )) ))))) ;)) })) (if_statement "if (local_24 == (pointer)input_view_size) {\nLAB_001ea600:\n if (input_view_size == 0) goto LAB_001e9844;\n goto LAB_001e9835;\n }" if (parenthesized_expression "(local_24 == (pointer)input_view_size)" ( (binary_expression "local_24 == (pointer)input_view_size" identifier == (cast_expression "(pointer)input_view_size" ( (type_descriptor "pointer" type_identifier) ) identifier)) )) (compound_statement "{\nLAB_001ea600:\n if (input_view_size == 0) goto LAB_001e9844;\n goto LAB_001e9835;\n }" { (labeled_statement "LAB_001ea600:\n if (input_view_size == 0) goto LAB_001e9844;" statement_identifier : (if_statement "if (input_view_size == 0) goto LAB_001e9844;" if (parenthesized_expression "(input_view_size == 0)" ( (binary_expression "input_view_size == 0" identifier == number_literal) )) (goto_statement "goto LAB_001e9844;" goto statement_identifier ;))) (goto_statement "goto LAB_001e9835;" goto statement_identifier ;) })) comment (labeled_statement "gold::Output_section::convert_input_sections_to_relaxed_sections\n (pOVar7,(vector<gold::Output_relaxed_input_section*,_std::allocator<gold::Output_relaxed_input_section*>_>\n *)&input_view_size);" statement_identifier : (ERROR ":" :) (labeled_statement "Output_section::convert_input_sections_to_relaxed_sections\n (pOVar7,(vector<gold::Output_relaxed_input_section*,_std::allocator<gold::Output_relaxed_input_section*>_>\n *)&input_view_size);" statement_identifier : (ERROR ":" :) (expression_statement "convert_input_sections_to_relaxed_sections\n (pOVar7,(vector<gold::Output_relaxed_input_section*,_std::allocator<gold::Output_relaxed_input_section*>_>\n *)&input_view_size);" (call_expression "convert_input_sections_to_relaxed_sections\n (pOVar7,(vector<gold::Output_relaxed_input_section*,_std::allocator<gold::Output_relaxed_input_section*>_>\n *)&input_view_size)" identifier (argument_list "(pOVar7,(vector<gold::Output_relaxed_input_section*,_std::allocator<gold::Output_relaxed_input_section*>_>\n *)&input_view_size)" ( identifier , (binary_expression "(vector<gold::Output_relaxed_input_section*,_std::allocator<gold::Output_relaxed_input_section*>_>\n *)&input_view_size" (parenthesized_expression "(vector<gold::Output_relaxed_input_section*,_std::allocator<gold::Output_relaxed_input_section*>_>\n *)" ( (ERROR "vector<gold::Output_relaxed_input_section*,_std::allocator<gold::" (binary_expression "vector<gold" identifier < identifier) : : (type_descriptor "Output_relaxed_input_section*" type_identifier (abstract_pointer_declarator "*" *)) , identifier : : (binary_expression "allocator<gold" identifier < identifier) : :) (binary_expression "Output_relaxed_input_section*>_>\n *" (binary_expression "Output_relaxed_input_section*>_" identifier * (ERROR ">" >) identifier) > (pointer_expression "*" * identifier)) )) & identifier) ))) ;))) (expression_statement "iVar18 = (int)((int)local_24 - input_view_size) >> 2;" (assignment_expression "iVar18 = (int)((int)local_24 - input_view_size) >> 2" identifier = (binary_expression "(int)((int)local_24 - input_view_size) >> 2" (cast_expression "(int)((int)local_24 - input_view_size)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "((int)local_24 - input_view_size)" ( (binary_expression "(int)local_24 - input_view_size" (cast_expression "(int)local_24" ( (type_descriptor "int" primitive_type) ) identifier) - identifier) ))) >> number_literal)) ;) (if_statement "if (iVar18 == 0) goto LAB_001ea600;" if (parenthesized_expression "(iVar18 == 0)" ( (binary_expression "iVar18 == 0" identifier == number_literal) )) (goto_statement "goto LAB_001ea600;" goto statement_identifier ;)) (expression_statement "iVar36 = *(int *)(*(int *)input_view_size + 0x2c);" (assignment_expression "iVar36 = *(int *)(*(int *)input_view_size + 0x2c)" identifier = (pointer_expression "*(int *)(*(int *)input_view_size + 0x2c)" * (cast_expression "(int *)(*(int *)input_view_size + 0x2c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)input_view_size + 0x2c)" ( (binary_expression "*(int *)input_view_size + 0x2c" (pointer_expression "*(int *)input_view_size" * (cast_expression "(int *)input_view_size" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier)) + number_literal) ))))) ;) (expression_statement "uVar37 = *(uint *)(*(int *)input_view_size + 0x30);" (assignment_expression "uVar37 = *(uint *)(*(int *)input_view_size + 0x30)" identifier = (pointer_expression "*(uint *)(*(int *)input_view_size + 0x30)" * (cast_expression "(uint *)(*(int *)input_view_size + 0x30)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)input_view_size + 0x30)" ( (binary_expression "*(int *)input_view_size + 0x30" (pointer_expression "*(int *)input_view_size" * (cast_expression "(int *)input_view_size" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier)) + number_literal) ))))) ;) (expression_statement "iVar41 = *(int *)(iVar36 + 0x84);" (assignment_expression "iVar41 = *(int *)(iVar36 + 0x84)" identifier = (pointer_expression "*(int *)(iVar36 + 0x84)" * (cast_expression "(int *)(iVar36 + 0x84)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar36 + 0x84)" ( (binary_expression "iVar36 + 0x84" identifier + number_literal) ))))) ;) (if_statement "if ((uint)(*(int *)(iVar36 + 0x88) - iVar41 >> 2) <= uVar37) goto LAB_001ea7b7;" if (parenthesized_expression "((uint)(*(int *)(iVar36 + 0x88) - iVar41 >> 2) <= uVar37)" ( (binary_expression "(uint)(*(int *)(iVar36 + 0x88) - iVar41 >> 2) <= uVar37" (call_expression "(uint)(*(int *)(iVar36 + 0x88) - iVar41 >> 2)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(*(int *)(iVar36 + 0x88) - iVar41 >> 2)" ( (binary_expression "*(int *)(iVar36 + 0x88) - iVar41 >> 2" (binary_expression "*(int *)(iVar36 + 0x88) - iVar41" (pointer_expression "*(int *)(iVar36 + 0x88)" * (cast_expression "(int *)(iVar36 + 0x88)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar36 + 0x88)" ( (binary_expression "iVar36 + 0x88" identifier + number_literal) )))) - identifier) >> number_literal) ))) <= identifier) )) (goto_statement "goto LAB_001ea7b7;" goto statement_identifier ;)) (expression_statement "iVar29 = 0;" (assignment_expression "iVar29 = 0" identifier = number_literal) ;) (while_statement "while( true ) {\n *(undefined4 *)(iVar41 + uVar37 * 4) = 0xffffffff;\n iVar29 = iVar29 + 1;\n *(undefined1 *)(iVar36 + 0x4c) = 1;\n if (iVar18 == iVar29) break;\n iVar41 = *(int *)(input_view_size + iVar29 * 4);\n iVar36 = *(int *)(iVar41 + 0x2c);\n uVar37 = *(uint *)(iVar41 + 0x30);\n iVar41 = *(int *)(iVar36 + 0x84);\n if ((uint)(*(int *)(iVar36 + 0x88) - iVar41 >> 2) <= uVar37) {\nLAB_001ea7b7:\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea7d0 to 001ea7d4 has its CatchHandler @ 001ea8db */\n gold::do_gold_unreachable("../../gold/object.h",0x81f,"do_set_section_offset");\n }\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n *(undefined4 *)(iVar41 + uVar37 * 4) = 0xffffffff;\n iVar29 = iVar29 + 1;\n *(undefined1 *)(iVar36 + 0x4c) = 1;\n if (iVar18 == iVar29) break;\n iVar41 = *(int *)(input_view_size + iVar29 * 4);\n iVar36 = *(int *)(iVar41 + 0x2c);\n uVar37 = *(uint *)(iVar41 + 0x30);\n iVar41 = *(int *)(iVar36 + 0x84);\n if ((uint)(*(int *)(iVar36 + 0x88) - iVar41 >> 2) <= uVar37) {\nLAB_001ea7b7:\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea7d0 to 001ea7d4 has its CatchHandler @ 001ea8db */\n gold::do_gold_unreachable("../../gold/object.h",0x81f,"do_set_section_offset");\n }\n }" { (expression_statement "*(undefined4 *)(iVar41 + uVar37 * 4) = 0xffffffff;" (assignment_expression "*(undefined4 *)(iVar41 + uVar37 * 4) = 0xffffffff" (pointer_expression "*(undefined4 *)(iVar41 + uVar37 * 4)" * (cast_expression "(undefined4 *)(iVar41 + uVar37 * 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar41 + uVar37 * 4)" ( (binary_expression "iVar41 + uVar37 * 4" identifier + (binary_expression "uVar37 * 4" identifier * number_literal)) )))) = number_literal) ;) (expression_statement "iVar29 = iVar29 + 1;" (assignment_expression "iVar29 = iVar29 + 1" identifier = (binary_expression "iVar29 + 1" identifier + number_literal)) ;) (expression_statement "*(undefined1 *)(iVar36 + 0x4c) = 1;" (assignment_expression "*(undefined1 *)(iVar36 + 0x4c) = 1" (pointer_expression "*(undefined1 *)(iVar36 + 0x4c)" * (cast_expression "(undefined1 *)(iVar36 + 0x4c)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar36 + 0x4c)" ( (binary_expression "iVar36 + 0x4c" identifier + number_literal) )))) = number_literal) ;) (if_statement "if (iVar18 == iVar29) break;" if (parenthesized_expression "(iVar18 == iVar29)" ( (binary_expression "iVar18 == iVar29" identifier == identifier) )) (break_statement "break;" break ;)) (expression_statement "iVar41 = *(int *)(input_view_size + iVar29 * 4);" (assignment_expression "iVar41 = *(int *)(input_view_size + iVar29 * 4)" identifier = (pointer_expression "*(int *)(input_view_size + iVar29 * 4)" * (cast_expression "(int *)(input_view_size + iVar29 * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(input_view_size + iVar29 * 4)" ( (binary_expression "input_view_size + iVar29 * 4" identifier + (binary_expression "iVar29 * 4" identifier * number_literal)) ))))) ;) (expression_statement "iVar36 = *(int *)(iVar41 + 0x2c);" (assignment_expression "iVar36 = *(int *)(iVar41 + 0x2c)" identifier = (pointer_expression "*(int *)(iVar41 + 0x2c)" * (cast_expression "(int *)(iVar41 + 0x2c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar41 + 0x2c)" ( (binary_expression "iVar41 + 0x2c" identifier + number_literal) ))))) ;) (expression_statement "uVar37 = *(uint *)(iVar41 + 0x30);" (assignment_expression "uVar37 = *(uint *)(iVar41 + 0x30)" identifier = (pointer_expression "*(uint *)(iVar41 + 0x30)" * (cast_expression "(uint *)(iVar41 + 0x30)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar41 + 0x30)" ( (binary_expression "iVar41 + 0x30" identifier + number_literal) ))))) ;) (expression_statement "iVar41 = *(int *)(iVar36 + 0x84);" (assignment_expression "iVar41 = *(int *)(iVar36 + 0x84)" identifier = (pointer_expression "*(int *)(iVar36 + 0x84)" * (cast_expression "(int *)(iVar36 + 0x84)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar36 + 0x84)" ( (binary_expression "iVar36 + 0x84" identifier + number_literal) ))))) ;) (if_statement "if ((uint)(*(int *)(iVar36 + 0x88) - iVar41 >> 2) <= uVar37) {\nLAB_001ea7b7:\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea7d0 to 001ea7d4 has its CatchHandler @ 001ea8db */\n gold::do_gold_unreachable("../../gold/object.h",0x81f,"do_set_section_offset");\n }" if (parenthesized_expression "((uint)(*(int *)(iVar36 + 0x88) - iVar41 >> 2) <= uVar37)" ( (binary_expression "(uint)(*(int *)(iVar36 + 0x88) - iVar41 >> 2) <= uVar37" (call_expression "(uint)(*(int *)(iVar36 + 0x88) - iVar41 >> 2)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(*(int *)(iVar36 + 0x88) - iVar41 >> 2)" ( (binary_expression "*(int *)(iVar36 + 0x88) - iVar41 >> 2" (binary_expression "*(int *)(iVar36 + 0x88) - iVar41" (pointer_expression "*(int *)(iVar36 + 0x88)" * (cast_expression "(int *)(iVar36 + 0x88)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar36 + 0x88)" ( (binary_expression "iVar36 + 0x88" identifier + number_literal) )))) - identifier) >> number_literal) ))) <= identifier) )) (compound_statement "{\nLAB_001ea7b7:\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea7d0 to 001ea7d4 has its CatchHandler @ 001ea8db */\n gold::do_gold_unreachable("../../gold/object.h",0x81f,"do_set_section_offset");\n }" { (labeled_statement "LAB_001ea7b7:\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea7d0 to 001ea7d4 has its CatchHandler @ 001ea8db */\n gold::do_gold_unreachable("../../gold/object.h",0x81f,"do_set_section_offset");" statement_identifier : comment comment (labeled_statement "gold::do_gold_unreachable("../../gold/object.h",0x81f,"do_set_section_offset");" statement_identifier : (ERROR ":" :) (expression_statement "do_gold_unreachable("../../gold/object.h",0x81f,"do_set_section_offset");" (call_expression "do_gold_unreachable("../../gold/object.h",0x81f,"do_set_section_offset")" identifier (argument_list "("../../gold/object.h",0x81f,"do_set_section_offset")" ( (string_literal ""../../gold/object.h"" " string_content ") , number_literal , (string_literal ""do_set_section_offset"" " string_content ") ))) ;))) })) })) (labeled_statement "LAB_001e9835:\n operator_delete((void *)input_view_size);" statement_identifier : (expression_statement "operator_delete((void *)input_view_size);" (call_expression "operator_delete((void *)input_view_size)" identifier (argument_list "((void *)input_view_size)" ( (cast_expression "(void *)input_view_size" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) ))) ;)) })) (labeled_statement "LAB_001e9844:\n local_84 = local_84 + 1;" statement_identifier : (expression_statement "local_84 = local_84 + 1;" (assignment_expression "local_84 = local_84 + 1" identifier = (binary_expression "local_84 + 1" identifier + number_literal)) ;)) (expression_statement "ppOVar19 = (pointer)input_view_size_1;" (assignment_expression "ppOVar19 = (pointer)input_view_size_1" identifier = (cast_expression "(pointer)input_view_size_1" ( (type_descriptor "pointer" type_identifier) ) identifier)) ;) }) while (parenthesized_expression "(local_30 != local_84)" ( (binary_expression "local_30 != local_84" identifier != identifier) )) ;) })) (if_statement "if (ppOVar19 != (pointer)0x0) {\n operator_delete(ppOVar19);\n }" if (parenthesized_expression "(ppOVar19 != (pointer)0x0)" ( (binary_expression "ppOVar19 != (pointer)0x0" identifier != (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal)) )) (compound_statement "{\n operator_delete(ppOVar19);\n }" { (expression_statement "operator_delete(ppOVar19);" (call_expression "operator_delete(ppOVar19)" identifier (argument_list "(ppOVar19)" ( identifier ))) ;) })) (labeled_statement "LAB_001e9870:\n local_ac = (input_objects->relobj_list_).\n super__Vector_base<gold::Relobj*,_std::allocator<gold::Relobj*>_>._M_impl._M_start;" statement_identifier : (ERROR "local_ac = (input_objects->relobj_list_).\n super__Vector_base<gold::Relobj*,_std::allocator<gold::" (comma_expression "local_ac = (input_objects->relobj_list_).\n super__Vector_base<gold::Relobj*,_std" (binary_expression "local_ac = (input_objects->relobj_list_).\n super__Vector_base<gold::Relobj*" (assignment_expression "local_ac = (input_objects->relobj_list_).\n super__Vector_base<gold" identifier = (binary_expression "(input_objects->relobj_list_).\n super__Vector_base<gold" (field_expression "(input_objects->relobj_list_).\n super__Vector_base" (parenthesized_expression "(input_objects->relobj_list_)" ( (field_expression "input_objects->relobj_list_" identifier -> field_identifier) )) . field_identifier) < identifier)) (ERROR "::Relobj" : : identifier) * identifier) , identifier) : : (binary_expression "allocator<gold" identifier < identifier) : :) (expression_statement "Relobj*>_>._M_impl._M_start;" (field_expression "Relobj*>_>._M_impl._M_start" (field_expression "Relobj*>_>._M_impl" (binary_expression "Relobj*>_" identifier * (ERROR ">" >) identifier) (ERROR ">" >) . field_identifier) . field_identifier) ;)) (if_statement "if (local_ac !=\n (input_objects->relobj_list_).\n super__Vector_base<gold::Relobj*,_std::allocator<gold::Relobj*>_>._M_impl._M_finish)\n goto LAB_001e98a0;" if (parenthesized_expression "(local_ac !=\n (input_objects->relobj_list_).\n super__Vector_base<gold::Relobj*,_std::allocator<gold::Relobj*>_>._M_impl._M_finish)" ( (field_expression "local_ac !=\n (input_objects->relobj_list_).\n super__Vector_base<gold::Relobj*,_std::allocator<gold::Relobj*>_>._M_impl._M_finish" (field_expression "local_ac !=\n (input_objects->relobj_list_).\n super__Vector_base<gold::Relobj*,_std::allocator<gold::Relobj*>_>._M_impl" (binary_expression "local_ac !=\n (input_objects->relobj_list_).\n super__Vector_base<gold::Relobj*,_std::allocator<gold::Relobj*>_" (binary_expression "local_ac !=\n (input_objects->relobj_list_).\n super__Vector_base<gold::Relobj*,_std::allocator<gold" (binary_expression "local_ac !=\n (input_objects->relobj_list_).\n super__Vector_base<gold::Relobj*,_std" (binary_expression "local_ac !=\n (input_objects->relobj_list_).\n super__Vector_base<gold" identifier != (binary_expression "(input_objects->relobj_list_).\n super__Vector_base<gold" (field_expression "(input_objects->relobj_list_).\n super__Vector_base" (parenthesized_expression "(input_objects->relobj_list_)" ( (field_expression "input_objects->relobj_list_" identifier -> field_identifier) )) . field_identifier) < identifier)) (ERROR "::Relobj" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Relobj" : : identifier) * (ERROR ">" >) identifier) (ERROR ">" >) . field_identifier) . field_identifier) )) (goto_statement "goto LAB_001e98a0;" goto statement_identifier ;)) }) (else_clause "else {\n local_5c = (this->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std::allocator<(anonymous_namespace)::Stub_table<32,_false>*>_>\n ._M_impl._M_start;\n if (local_5c !=\n (this->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std::allocator<(anonymous_namespace)::Stub_table<32,_false>*>_>\n ._M_impl._M_finish) {\n do {\n pSVar4 = *local_5c;\n pTVar5 = pSVar4->owner_;\n p_Var6 = (pSVar4->super_Output_data)._vptr_Output_data[3];\n if (p_Var6 == Stub_table<64,_false>::do_addralign) {\n local_4c = (Input_section *)pTVar5->original_size_;\n local_64 = (Stub_table<32,_false> *)0xfffffffc;\n local_60 = 0xffffffff;\n local_6c = 4;\n local_68 = 0;\nLAB_001e965f:\n bVar42 = CARRY4(local_6c,(uint)local_4c);\n iVar18 = local_6c + (int)local_4c;\n local_4c = (Input_section *)((uint)local_64 & iVar18 - 1U);\n local_48 = local_60 & local_68 + (uint)bVar42 + -1 + (uint)(iVar18 != 0);\n }\n else {\n local_6c = (*p_Var6)(pSVar4);\n local_4c = (Input_section *)pTVar5->original_size_;\n local_48 = 0;\n if (extraout_EDX != 0 || local_6c != 0) {\n local_64 = (Stub_table<32,_false> *)-local_6c;\n local_60 = -(extraout_EDX + (uint)(local_6c != 0));\n local_68 = extraout_EDX;\n goto LAB_001e965f;\n }\n }\n bVar27 = (pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c;\n if ((bVar27 & 4) == 0) goto LAB_001ea75d;\n poVar1 = &(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.offset_;\n oVar46 = *poVar1;\n oVar16 = *poVar1;\n iVar18 = *(int *)((int)&(pTVar5->super_Output_relaxed_input_section).\n super_Output_section_data_build.super_Output_section_data.\n super_Output_data.offset_ + 4);\n if ((bVar27 & 1) == 0) goto LAB_001ea799;\n bVar27 = (pSVar4->super_Output_data).field_0x1c;\n puVar2 = &(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_;\n uVar17 = *puVar2;\n iVar36 = *(int *)((int)&(pTVar5->super_Output_relaxed_input_section).\n super_Output_section_data_build.super_Output_section_data.\n super_Output_data.address_ + 4);\n if ((bVar27 & 1) != 0) goto LAB_001ea73f;\n *(int *)&(pSVar4->super_Output_data).address_ = (int)local_4c + (int)*puVar2;\n *(uint *)((int)&(pSVar4->super_Output_data).address_ + 4) =\n local_48 + iVar36 + (uint)CARRY4((uint)local_4c,(uint)uVar17);\n (pSVar4->super_Output_data).field_0x1c = bVar27 | 1;\n if ((bVar27 & 4) != 0) goto LAB_001ea77b;\n (pSVar4->super_Output_data).field_0x1c = bVar27 | 5;\n *(int *)&(pSVar4->super_Output_data).offset_ = (int)local_4c + (int)oVar16;\n *(uint *)((int)&(pSVar4->super_Output_data).offset_ + 4) =\n local_48 + iVar18 + (uint)CARRY4((uint)local_4c,(uint)oVar46);\n if (((bVar27 & 2) == 0) &&\n ((*(pSVar4->super_Output_data)._vptr_Output_data[0xe])(pSVar4),\n ((pSVar4->super_Output_data).field_0x1c & 2) == 0)) goto LAB_001ea0f2;\n local_5c = local_5c + 1;\n } while ((this->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std::allocator<(anonymous_namespace)::Stub_table<32,_false>*>_>\n ._M_impl._M_finish != local_5c);\n goto LAB_001e9870;\n }\n local_ac = (input_objects->relobj_list_).\n super__Vector_base<gold::Relobj*,_std::allocator<gold::Relobj*>_>._M_impl._M_start;\n if ((input_objects->relobj_list_).\n super__Vector_base<gold::Relobj*,_std::allocator<gold::Relobj*>_>._M_impl._M_finish ==\n local_ac) goto LAB_001ea087;\nLAB_001e98a0:\n do {\n this_01 = (The_aarch64_relobj *)*local_ac;\n if (*(Input_file **)&this_01->field_0x1c == (Input_file *)0x0) {\nLAB_001ea110:\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea129 to 001ea2b9 has its CatchHandler @ 001ea8e9 */\n gold::do_gold_unreachable("../../gold/object.h",0x1e3,"input_file");\n }\n gold::File_read::lock(&(*(Input_file **)&this_01->field_0x1c)->file_,task);\n pSVar4 = *(Stub_table<32,_false> **)&this_01->field_0x28;\n if (*(Input_file **)&this_01->field_0x1c == (Input_file *)0x0) goto LAB_001ea110;\n /* try { // try from 001e9908 to 001e9f55 has its CatchHandler @ 001ea8e9 */\n insn3 = gold::File_read::get_view\n (&(*(Input_file **)&this_01->field_0x1c)->file_,\n *(off_t *)&this_01->field_0x20,*(off_t *)&this_01->field_0x94,\n (int)pSVar4 * 0x28,true,true);\n gold::Sized_relobj_file<32,_false>::initialize_input_to_output_maps\n ((Sized_relobj_file<32,_false> *)this_01);\n if ((Stub_table<32,_false> *)0x1 < pSVar4) {\n pGVar22 = gold::parameters->options_;\n if (pGVar22 == (General_options *)0x0) {\nLAB_001e9d87:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n local_64 = (Stub_table<32,_false> *)0x1;\n p_Var38 = &(this_01->mapping_symbol_info_)._M_t._M_impl.super__Rb_tree_header;\n ppSVar12 = (pointer_conflict)insn3;\n do {\n local_5c = (pointer_conflict)((int)ppSVar12 + 0x28);\n iVar18 = *(int *)((int)ppSVar12 + 0x2c);\n if (((((pGVar22->fix_cortex_a53_843419_).value != false) ||\n ((pGVar22->fix_cortex_a53_835769_).value != false)) &&\n (*(int *)((int)ppSVar12 + 0x3c) != 0)) && ((*(byte *)((int)ppSVar12 + 0x30) & 6) != 0)\n ) {\n pOVar7 = (((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_start[(int)local_64];\n if ((pOVar7 != (Output_section *)0x0) && (iVar18 == 1)) {\n a64relobj = this_01;\n pSVar47 = local_64;\n bVar42 = gold::Symbol_table::is_section_folded\n (symtab,(Relobj *)this_01,(uint)local_64);\n if (!bVar42) {\n puVar8 = (((vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl.\n _M_start;\n if ((Stub_table<32,_false> *)\n ((int)*(pointer *)&this_01->field_0x88 - (int)puVar8 >> 2) <= local_64) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/object.h",0x7f7,"get_output_section_offset")\n ;\n }\n uVar37 = puVar8[(int)local_64];\n if (uVar37 == 0xffffffff) {\n a64relobj = this_01;\n pSVar47 = local_64;\n pOVar23 = gold::Output_section::find_relaxed_input_section\n (pOVar7,(Relobj *)this_01,(uint)local_64);\n if (pOVar23 == (Output_relaxed_input_section *)0x0) goto LAB_001e9c60;\n if (((pOVar23->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.field_0x1c & 1) == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n local_74 = (int)(pOVar23->super_Output_section_data_build).\n super_Output_section_data.super_Output_data.address_;\n }\n else {\n if (((pOVar7->super_Output_data).field_0x1c & 1) == 0) goto LAB_001ea816;\n local_74 = uVar37 + (int)(pOVar7->super_Output_data).address_;\n }\n ppSVar30 = (this_01->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std::allocator<(anonymous_namespace)::Stub_table<32,_false>*>_>\n ._M_impl._M_start;\n if ((Stub_table<32,_false> *)\n ((int)(this_01->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std::allocator<(anonymous_namespace)::Stub_table<32,_false>*>_>\n ._M_impl._M_finish - (int)ppSVar30 >> 2) <= local_64) {\n /* try { // try from 001ea811 to 001ea851 has its CatchHandler @ 001ea8e9 */\n AArch64_relobj<32,_false>::stub_table(in_stack_ffffff44,(uint)in_stack_ffffff48);\nLAB_001ea816:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n if ((ppSVar30[(int)local_64] != (Stub_table<32,_false> *)0x0) &&\n (Stub_table<32,_false>::find_erratum_stubs_for_input_section\n (local_64,a64relobj,(uint)pSVar47), local_44 != local_40)) {\n _Var9 = local_44[1]._M_color;\n iVar18 = local_74 + *(int *)(_Var9 + 0x18);\n *(int *)(_Var9 + 0x20) = iVar18;\n p_Var20 = local_44;\n while( true ) {\n if (iVar18 + 4 == -1) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x361,"set_destination_address");\n }\n *(int *)(_Var9 + 4) = iVar18 + 4;\n p_Var20 = (_Rb_tree_node_base *)std::_Rb_tree_increment(p_Var20);\n if (p_Var20 == local_40) break;\n _Var9 = p_Var20[1]._M_color;\n iVar18 = *(int *)(_Var9 + 0x18) + local_74;\n *(int *)(_Var9 + 0x20) = iVar18;\n }\n }\n input_view_size = 0;\n puVar21 = gold::Object::section_contents\n ((Object *)this_01,(uint)local_64,&input_view_size,false);\n p_Var20 = (this_01->mapping_symbol_info_)._M_t._M_impl.super__Rb_tree_header.\n _M_header._M_parent;\n p_Var31 = &p_Var38->_M_header;\n if (p_Var20 != (_Rb_tree_node_base *)0x0) {\n do {\n while (p_Var32 = p_Var20,\n local_64 <= (Stub_table<32,_false> *)p_Var32[1]._M_color) {\n p_Var20 = p_Var32->_M_left;\n p_Var31 = p_Var32;\n if (p_Var32->_M_left == (_Base_ptr)0x0) goto LAB_001e9af5;\n }\n pp_Var3 = &p_Var32->_M_right;\n p_Var20 = *pp_Var3;\n p_Var32 = p_Var31;\n } while (*pp_Var3 != (_Base_ptr)0x0);\nLAB_001e9af5:\n if (p_Var38 != (_Rb_tree_header *)p_Var32) {\n pSVar47 = (Stub_table<32,_false> *)p_Var32[1]._M_color;\n while (local_64 == pSVar47) {\n p_Var20 = (_Rb_tree_node_base *)std::_Rb_tree_increment(p_Var32);\n if (*(char *)&p_Var32[1]._M_left == 'x') {\n p_Var10 = p_Var32[1]._M_parent;\n if ((p_Var38 == (_Rb_tree_header *)p_Var20) ||\n ((Stub_table<32,_false> *)p_Var20[1]._M_color != local_64)) {\n local_54 = *(_Base_ptr *)((int)ppSVar12 + 0x3c);\n }\n else {\n local_54 = p_Var20[1]._M_parent;\n }\n pGVar22 = gold::parameters->options_;\n if (pGVar22 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if (((pGVar22->fix_cortex_a53_843419_).value != false) &&\n (uVar37 = (int)&p_Var10->_M_color + local_74, (uVar37 & 3) == 0)) {\n iVar18 = 0;\n if ((uVar37 & 0xfff) < 0xff8) {\n iVar18 = 0xff8 - (uVar37 & 0xfff);\n }\n while (iVar18 + 0xcU <= (uint)((int)local_54 - (int)p_Var10)) {\n erratum_insn_offset = (int)&p_Var10->_M_color + iVar18;\n puVar35 = (uint *)(puVar21 + erratum_insn_offset);\n uVar40 = uVar37 + iVar18;\n if ((*puVar35 & 0x9f000000) == 0x90000000) {\n local_90 = (AArch64_relobj<32,_false> *)puVar35[2];\n bVar42 = is_erratum_843419_sequence\n ((Target_aarch64<32,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00,\n (Valtype)insn3);\n if (bVar42) {\n iVar36 = 8;\nLAB_001e9f35:\n create_erratum_stub((Target_aarch64<32,_false> *)(iVar36 + uVar40),\n local_90,4,erratum_insn_offset,\n (Address)in_stack_ffffff44,\n (Insntype)in_stack_ffffff48,(int)task_00,\n (uint)insn3);\n }\n else if (((iVar18 + 0x10U <= (uint)((int)local_54 - (int)p_Var10)) &&\n (((uint)local_90 & 0x7c000000) != 0x14000000)) &&\n (((uint)local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = (AArch64_relobj<32,_false> *)puVar35[3];\n bVar42 = is_erratum_843419_sequence\n ((Target_aarch64<32,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00,\n (Valtype)insn3);\n if (bVar42) {\n iVar36 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n iVar36 = iVar18 + 4;\n iVar18 = iVar18 + 0xffc;\n if ((uVar40 & 0xfff) == 0xff8) {\n iVar18 = iVar36;\n }\n }\n pGVar22 = gold::parameters->options_;\n if (pGVar22 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (((pGVar22->fix_cortex_a53_835769_).value != false) &&\n (uVar37 = (int)local_54 - (int)p_Var10, 4 < uVar37)) {\n local_54 = (_Base_ptr)0x4;\n p_Var33 = (_Base_ptr)0x0;\n do {\n iVar18 = (int)&p_Var10->_M_color + (int)p_Var33;\n relobj = *(AArch64_relobj<32,_false> **)(puVar21 + iVar18 + 4);\n bVar42 = Target_aarch64<64,_false>::is_erratum_835769_sequence\n ((Target_aarch64<64,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00);\n if (bVar42) {\n pcVar11 = (((string *)&this_01->field_0x4)->_M_dataplus)._M_p;\n format = (char *)gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n gold::gold_info(format,pcVar11,local_64,iVar18);\n create_erratum_stub((Target_aarch64<32,_false> *)\n ((int)&p_Var10->_M_parent +\n (int)p_Var33 + local_74),relobj,5,0,\n (Address)in_stack_ffffff44,\n (Insntype)in_stack_ffffff48,(int)task_00,\n (uint)insn3);\n p_Var33 = local_54;\n }\n local_54 = (_Base_ptr)((int)p_Var33 + 8);\n p_Var33 = (_Base_ptr)((int)p_Var33 + 4);\n } while (local_54 < uVar37);\n }\n }\n if (p_Var38 == (_Rb_tree_header *)p_Var20) break;\n p_Var32 = p_Var20;\n pSVar47 = (Stub_table<32,_false> *)p_Var20[1]._M_color;\n }\n }\n }\n }\nLAB_001e9c60:\n iVar18 = *(int *)((int)ppSVar12 + 0x2c);\n }\n }\n if ((iVar18 == 4) && (iVar18 = *(int *)((int)ppSVar12 + 0x3c), iVar18 != 0)) {\n uVar37 = *(uint *)((int)ppSVar12 + 0x40);\n if (0xfeff < uVar37) {\n elfcpp::Elf_file<32,_false,_gold::Object>::initialize_shnum\n ((Elf_file<32,_false,_gold::Object> *)&this_01->field_0x90);\n uVar37 = uVar37 + *(int *)&this_01->field_0xa4;\n }\n if (((*(uint *)&this_01->field_0xac == uVar37) &&\n (*(int *)((int)ppSVar12 + 0x4c) == 0xc)) &&\n (lVar45 = __moddi3(iVar18,0,0xc,0), lVar45 == 0)) {\n local_6c = *(uint *)((int)ppSVar12 + 0x44);\n if (0xfeff < local_6c) {\n /* try { // try from 001ea0ad to 001ea0b1 has its CatchHandler @ 001ea8e9 */\n elfcpp::Elf_file<32,_false,_gold::Object>::initialize_shnum\n ((Elf_file<32,_false,_gold::Object> *)&this_01->field_0x90);\n local_6c = local_6c + *(int *)&this_01->field_0xa4;\n }\n if (((local_6c < *(uint *)&this_01->field_0x28) &&\n (*(int *)(insn3 + local_6c * 0x28 + 0x14) != 0)) &&\n (((insn3[local_6c * 0x28 + 8] & 2) != 0 &&\n ((*(int *)(insn3 + local_6c * 0x28 + 4) == 1 &&\n (pOVar7 = (((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_start[local_6c], pOVar7 != (Output_section *)0x0)))))) {\n bVar42 = gold::Symbol_table::is_section_folded(symtab,(Relobj *)this_01,local_6c);\n bVar43 = false;\n bVar42 = !bVar42;\n if (bVar42) {\n iVar18 = 10;\n pbVar34 = (byte *)pOVar7->name_;\n pbVar39 = (byte *)".eh_frame";\n do {\n if (iVar18 == 0) break;\n iVar18 = iVar18 + -1;\n bVar43 = *pbVar34 < *pbVar39;\n bVar42 = *pbVar34 == *pbVar39;\n pbVar34 = pbVar34 + (uint)bVar44 * -2 + 1;\n pbVar39 = pbVar39 + (uint)bVar44 * -2 + 1;\n } while (bVar42);\n if ((!bVar43 && !bVar42) != bVar43) {\n puVar8 = (((vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>).\n _M_impl._M_start;\n if ((uint)((int)*(pointer *)&this_01->field_0x88 - (int)puVar8 >> 2) <= local_6c\n ) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea8ba to 001ea8da has its CatchHandler @ 001ea8e9 */\n gold::do_gold_unreachable\n ("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n /* try { // try from 001ea64a to 001ea73e has its CatchHandler @ 001ea8e9 */\n if ((puVar8[local_6c] == 0xffffffff) &&\n (pOVar23 = gold::Output_section::find_relaxed_input_section\n (pOVar7,(Relobj *)this_01,local_6c),\n pOVar23 == (Output_relaxed_input_section *)0x0)) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable");\n }\n uVar37 = *(uint *)((int)ppSVar12 + 0x44);\n if (0xfeff < uVar37) {\n elfcpp::Elf_file<32,_false,_gold::Object>::initialize_shnum\n ((Elf_file<32,_false,_gold::Object> *)&this_01->field_0x90);\n uVar37 = uVar37 + *(int *)&this_01->field_0xa4;\n }\n puVar8 = (((vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>).\n _M_impl._M_start;\n if ((uint)((int)*(pointer *)&this_01->field_0x88 - (int)puVar8 >> 2) <= uVar37)\n {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n pOVar7 = (((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_start[uVar37];\n if (puVar8[uVar37] == 0xffffffff) {\n pOVar23 = gold::Output_section::find_relaxed_input_section\n (pOVar7,(Relobj *)this_01,uVar37);\n if (pOVar23 == (Output_relaxed_input_section *)0x0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea7ee to 001ea7f2 has its CatchHandler @ 001ea8e9 */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if (((pOVar23->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.field_0x1c & 1) == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n }\n else if (((pOVar7->super_Output_data).field_0x1c & 1) == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n if (*(Input_file **)&this_01->field_0x1c == (Input_file *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/object.h",0x1e3,"input_file");\n }\n gold::File_read::get_view\n (&(*(Input_file **)&this_01->field_0x1c)->file_,\n *(off_t *)&this_01->field_0x20,\n (ulonglong)*(uint *)((int)ppSVar12 + 0x38),\n *(section_size_type *)((int)ppSVar12 + 0x3c),true,false);\n input_view_size_1 = 0;\n gold::Object::section_contents\n ((Object *)this_01,uVar37,&input_view_size_1,false);\n if (*(int *)((int)ppSVar12 + 0x2c) != 4) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }\n }\n }\n }\n }\n }\n local_64 = (Stub_table<32,_false> *)\n ((int)&(local_64->super_Output_data)._vptr_Output_data + 1);\n if (pSVar4 == local_64) break;\n pGVar22 = gold::parameters->options_;\n ppSVar12 = local_5c;\n if (pGVar22 == (General_options *)0x0) goto LAB_001e9d87;\n } while( true );\n }\n if (*(Input_file **)&this_01->field_0x1c != (Input_file *)0x0) {\n gold::File_read::unlock(&(*(Input_file **)&this_01->field_0x1c)->file_,task);\n }\n local_ac = local_ac + 1;\n } while ((input_objects->relobj_list_).\n super__Vector_base<gold::Relobj*,_std::allocator<gold::Relobj*>_>._M_impl._M_finish !=\n local_ac);\n }" else (compound_statement "{\n local_5c = (this->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std::allocator<(anonymous_namespace)::Stub_table<32,_false>*>_>\n ._M_impl._M_start;\n if (local_5c !=\n (this->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std::allocator<(anonymous_namespace)::Stub_table<32,_false>*>_>\n ._M_impl._M_finish) {\n do {\n pSVar4 = *local_5c;\n pTVar5 = pSVar4->owner_;\n p_Var6 = (pSVar4->super_Output_data)._vptr_Output_data[3];\n if (p_Var6 == Stub_table<64,_false>::do_addralign) {\n local_4c = (Input_section *)pTVar5->original_size_;\n local_64 = (Stub_table<32,_false> *)0xfffffffc;\n local_60 = 0xffffffff;\n local_6c = 4;\n local_68 = 0;\nLAB_001e965f:\n bVar42 = CARRY4(local_6c,(uint)local_4c);\n iVar18 = local_6c + (int)local_4c;\n local_4c = (Input_section *)((uint)local_64 & iVar18 - 1U);\n local_48 = local_60 & local_68 + (uint)bVar42 + -1 + (uint)(iVar18 != 0);\n }\n else {\n local_6c = (*p_Var6)(pSVar4);\n local_4c = (Input_section *)pTVar5->original_size_;\n local_48 = 0;\n if (extraout_EDX != 0 || local_6c != 0) {\n local_64 = (Stub_table<32,_false> *)-local_6c;\n local_60 = -(extraout_EDX + (uint)(local_6c != 0));\n local_68 = extraout_EDX;\n goto LAB_001e965f;\n }\n }\n bVar27 = (pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c;\n if ((bVar27 & 4) == 0) goto LAB_001ea75d;\n poVar1 = &(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.offset_;\n oVar46 = *poVar1;\n oVar16 = *poVar1;\n iVar18 = *(int *)((int)&(pTVar5->super_Output_relaxed_input_section).\n super_Output_section_data_build.super_Output_section_data.\n super_Output_data.offset_ + 4);\n if ((bVar27 & 1) == 0) goto LAB_001ea799;\n bVar27 = (pSVar4->super_Output_data).field_0x1c;\n puVar2 = &(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_;\n uVar17 = *puVar2;\n iVar36 = *(int *)((int)&(pTVar5->super_Output_relaxed_input_section).\n super_Output_section_data_build.super_Output_section_data.\n super_Output_data.address_ + 4);\n if ((bVar27 & 1) != 0) goto LAB_001ea73f;\n *(int *)&(pSVar4->super_Output_data).address_ = (int)local_4c + (int)*puVar2;\n *(uint *)((int)&(pSVar4->super_Output_data).address_ + 4) =\n local_48 + iVar36 + (uint)CARRY4((uint)local_4c,(uint)uVar17);\n (pSVar4->super_Output_data).field_0x1c = bVar27 | 1;\n if ((bVar27 & 4) != 0) goto LAB_001ea77b;\n (pSVar4->super_Output_data).field_0x1c = bVar27 | 5;\n *(int *)&(pSVar4->super_Output_data).offset_ = (int)local_4c + (int)oVar16;\n *(uint *)((int)&(pSVar4->super_Output_data).offset_ + 4) =\n local_48 + iVar18 + (uint)CARRY4((uint)local_4c,(uint)oVar46);\n if (((bVar27 & 2) == 0) &&\n ((*(pSVar4->super_Output_data)._vptr_Output_data[0xe])(pSVar4),\n ((pSVar4->super_Output_data).field_0x1c & 2) == 0)) goto LAB_001ea0f2;\n local_5c = local_5c + 1;\n } while ((this->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std::allocator<(anonymous_namespace)::Stub_table<32,_false>*>_>\n ._M_impl._M_finish != local_5c);\n goto LAB_001e9870;\n }\n local_ac = (input_objects->relobj_list_).\n super__Vector_base<gold::Relobj*,_std::allocator<gold::Relobj*>_>._M_impl._M_start;\n if ((input_objects->relobj_list_).\n super__Vector_base<gold::Relobj*,_std::allocator<gold::Relobj*>_>._M_impl._M_finish ==\n local_ac) goto LAB_001ea087;\nLAB_001e98a0:\n do {\n this_01 = (The_aarch64_relobj *)*local_ac;\n if (*(Input_file **)&this_01->field_0x1c == (Input_file *)0x0) {\nLAB_001ea110:\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea129 to 001ea2b9 has its CatchHandler @ 001ea8e9 */\n gold::do_gold_unreachable("../../gold/object.h",0x1e3,"input_file");\n }\n gold::File_read::lock(&(*(Input_file **)&this_01->field_0x1c)->file_,task);\n pSVar4 = *(Stub_table<32,_false> **)&this_01->field_0x28;\n if (*(Input_file **)&this_01->field_0x1c == (Input_file *)0x0) goto LAB_001ea110;\n /* try { // try from 001e9908 to 001e9f55 has its CatchHandler @ 001ea8e9 */\n insn3 = gold::File_read::get_view\n (&(*(Input_file **)&this_01->field_0x1c)->file_,\n *(off_t *)&this_01->field_0x20,*(off_t *)&this_01->field_0x94,\n (int)pSVar4 * 0x28,true,true);\n gold::Sized_relobj_file<32,_false>::initialize_input_to_output_maps\n ((Sized_relobj_file<32,_false> *)this_01);\n if ((Stub_table<32,_false> *)0x1 < pSVar4) {\n pGVar22 = gold::parameters->options_;\n if (pGVar22 == (General_options *)0x0) {\nLAB_001e9d87:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n local_64 = (Stub_table<32,_false> *)0x1;\n p_Var38 = &(this_01->mapping_symbol_info_)._M_t._M_impl.super__Rb_tree_header;\n ppSVar12 = (pointer_conflict)insn3;\n do {\n local_5c = (pointer_conflict)((int)ppSVar12 + 0x28);\n iVar18 = *(int *)((int)ppSVar12 + 0x2c);\n if (((((pGVar22->fix_cortex_a53_843419_).value != false) ||\n ((pGVar22->fix_cortex_a53_835769_).value != false)) &&\n (*(int *)((int)ppSVar12 + 0x3c) != 0)) && ((*(byte *)((int)ppSVar12 + 0x30) & 6) != 0)\n ) {\n pOVar7 = (((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_start[(int)local_64];\n if ((pOVar7 != (Output_section *)0x0) && (iVar18 == 1)) {\n a64relobj = this_01;\n pSVar47 = local_64;\n bVar42 = gold::Symbol_table::is_section_folded\n (symtab,(Relobj *)this_01,(uint)local_64);\n if (!bVar42) {\n puVar8 = (((vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl.\n _M_start;\n if ((Stub_table<32,_false> *)\n ((int)*(pointer *)&this_01->field_0x88 - (int)puVar8 >> 2) <= local_64) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/object.h",0x7f7,"get_output_section_offset")\n ;\n }\n uVar37 = puVar8[(int)local_64];\n if (uVar37 == 0xffffffff) {\n a64relobj = this_01;\n pSVar47 = local_64;\n pOVar23 = gold::Output_section::find_relaxed_input_section\n (pOVar7,(Relobj *)this_01,(uint)local_64);\n if (pOVar23 == (Output_relaxed_input_section *)0x0) goto LAB_001e9c60;\n if (((pOVar23->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.field_0x1c & 1) == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n local_74 = (int)(pOVar23->super_Output_section_data_build).\n super_Output_section_data.super_Output_data.address_;\n }\n else {\n if (((pOVar7->super_Output_data).field_0x1c & 1) == 0) goto LAB_001ea816;\n local_74 = uVar37 + (int)(pOVar7->super_Output_data).address_;\n }\n ppSVar30 = (this_01->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std::allocator<(anonymous_namespace)::Stub_table<32,_false>*>_>\n ._M_impl._M_start;\n if ((Stub_table<32,_false> *)\n ((int)(this_01->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std::allocator<(anonymous_namespace)::Stub_table<32,_false>*>_>\n ._M_impl._M_finish - (int)ppSVar30 >> 2) <= local_64) {\n /* try { // try from 001ea811 to 001ea851 has its CatchHandler @ 001ea8e9 */\n AArch64_relobj<32,_false>::stub_table(in_stack_ffffff44,(uint)in_stack_ffffff48);\nLAB_001ea816:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n if ((ppSVar30[(int)local_64] != (Stub_table<32,_false> *)0x0) &&\n (Stub_table<32,_false>::find_erratum_stubs_for_input_section\n (local_64,a64relobj,(uint)pSVar47), local_44 != local_40)) {\n _Var9 = local_44[1]._M_color;\n iVar18 = local_74 + *(int *)(_Var9 + 0x18);\n *(int *)(_Var9 + 0x20) = iVar18;\n p_Var20 = local_44;\n while( true ) {\n if (iVar18 + 4 == -1) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x361,"set_destination_address");\n }\n *(int *)(_Var9 + 4) = iVar18 + 4;\n p_Var20 = (_Rb_tree_node_base *)std::_Rb_tree_increment(p_Var20);\n if (p_Var20 == local_40) break;\n _Var9 = p_Var20[1]._M_color;\n iVar18 = *(int *)(_Var9 + 0x18) + local_74;\n *(int *)(_Var9 + 0x20) = iVar18;\n }\n }\n input_view_size = 0;\n puVar21 = gold::Object::section_contents\n ((Object *)this_01,(uint)local_64,&input_view_size,false);\n p_Var20 = (this_01->mapping_symbol_info_)._M_t._M_impl.super__Rb_tree_header.\n _M_header._M_parent;\n p_Var31 = &p_Var38->_M_header;\n if (p_Var20 != (_Rb_tree_node_base *)0x0) {\n do {\n while (p_Var32 = p_Var20,\n local_64 <= (Stub_table<32,_false> *)p_Var32[1]._M_color) {\n p_Var20 = p_Var32->_M_left;\n p_Var31 = p_Var32;\n if (p_Var32->_M_left == (_Base_ptr)0x0) goto LAB_001e9af5;\n }\n pp_Var3 = &p_Var32->_M_right;\n p_Var20 = *pp_Var3;\n p_Var32 = p_Var31;\n } while (*pp_Var3 != (_Base_ptr)0x0);\nLAB_001e9af5:\n if (p_Var38 != (_Rb_tree_header *)p_Var32) {\n pSVar47 = (Stub_table<32,_false> *)p_Var32[1]._M_color;\n while (local_64 == pSVar47) {\n p_Var20 = (_Rb_tree_node_base *)std::_Rb_tree_increment(p_Var32);\n if (*(char *)&p_Var32[1]._M_left == 'x') {\n p_Var10 = p_Var32[1]._M_parent;\n if ((p_Var38 == (_Rb_tree_header *)p_Var20) ||\n ((Stub_table<32,_false> *)p_Var20[1]._M_color != local_64)) {\n local_54 = *(_Base_ptr *)((int)ppSVar12 + 0x3c);\n }\n else {\n local_54 = p_Var20[1]._M_parent;\n }\n pGVar22 = gold::parameters->options_;\n if (pGVar22 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if (((pGVar22->fix_cortex_a53_843419_).value != false) &&\n (uVar37 = (int)&p_Var10->_M_color + local_74, (uVar37 & 3) == 0)) {\n iVar18 = 0;\n if ((uVar37 & 0xfff) < 0xff8) {\n iVar18 = 0xff8 - (uVar37 & 0xfff);\n }\n while (iVar18 + 0xcU <= (uint)((int)local_54 - (int)p_Var10)) {\n erratum_insn_offset = (int)&p_Var10->_M_color + iVar18;\n puVar35 = (uint *)(puVar21 + erratum_insn_offset);\n uVar40 = uVar37 + iVar18;\n if ((*puVar35 & 0x9f000000) == 0x90000000) {\n local_90 = (AArch64_relobj<32,_false> *)puVar35[2];\n bVar42 = is_erratum_843419_sequence\n ((Target_aarch64<32,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00,\n (Valtype)insn3);\n if (bVar42) {\n iVar36 = 8;\nLAB_001e9f35:\n create_erratum_stub((Target_aarch64<32,_false> *)(iVar36 + uVar40),\n local_90,4,erratum_insn_offset,\n (Address)in_stack_ffffff44,\n (Insntype)in_stack_ffffff48,(int)task_00,\n (uint)insn3);\n }\n else if (((iVar18 + 0x10U <= (uint)((int)local_54 - (int)p_Var10)) &&\n (((uint)local_90 & 0x7c000000) != 0x14000000)) &&\n (((uint)local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = (AArch64_relobj<32,_false> *)puVar35[3];\n bVar42 = is_erratum_843419_sequence\n ((Target_aarch64<32,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00,\n (Valtype)insn3);\n if (bVar42) {\n iVar36 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n iVar36 = iVar18 + 4;\n iVar18 = iVar18 + 0xffc;\n if ((uVar40 & 0xfff) == 0xff8) {\n iVar18 = iVar36;\n }\n }\n pGVar22 = gold::parameters->options_;\n if (pGVar22 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (((pGVar22->fix_cortex_a53_835769_).value != false) &&\n (uVar37 = (int)local_54 - (int)p_Var10, 4 < uVar37)) {\n local_54 = (_Base_ptr)0x4;\n p_Var33 = (_Base_ptr)0x0;\n do {\n iVar18 = (int)&p_Var10->_M_color + (int)p_Var33;\n relobj = *(AArch64_relobj<32,_false> **)(puVar21 + iVar18 + 4);\n bVar42 = Target_aarch64<64,_false>::is_erratum_835769_sequence\n ((Target_aarch64<64,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00);\n if (bVar42) {\n pcVar11 = (((string *)&this_01->field_0x4)->_M_dataplus)._M_p;\n format = (char *)gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n gold::gold_info(format,pcVar11,local_64,iVar18);\n create_erratum_stub((Target_aarch64<32,_false> *)\n ((int)&p_Var10->_M_parent +\n (int)p_Var33 + local_74),relobj,5,0,\n (Address)in_stack_ffffff44,\n (Insntype)in_stack_ffffff48,(int)task_00,\n (uint)insn3);\n p_Var33 = local_54;\n }\n local_54 = (_Base_ptr)((int)p_Var33 + 8);\n p_Var33 = (_Base_ptr)((int)p_Var33 + 4);\n } while (local_54 < uVar37);\n }\n }\n if (p_Var38 == (_Rb_tree_header *)p_Var20) break;\n p_Var32 = p_Var20;\n pSVar47 = (Stub_table<32,_false> *)p_Var20[1]._M_color;\n }\n }\n }\n }\nLAB_001e9c60:\n iVar18 = *(int *)((int)ppSVar12 + 0x2c);\n }\n }\n if ((iVar18 == 4) && (iVar18 = *(int *)((int)ppSVar12 + 0x3c), iVar18 != 0)) {\n uVar37 = *(uint *)((int)ppSVar12 + 0x40);\n if (0xfeff < uVar37) {\n elfcpp::Elf_file<32,_false,_gold::Object>::initialize_shnum\n ((Elf_file<32,_false,_gold::Object> *)&this_01->field_0x90);\n uVar37 = uVar37 + *(int *)&this_01->field_0xa4;\n }\n if (((*(uint *)&this_01->field_0xac == uVar37) &&\n (*(int *)((int)ppSVar12 + 0x4c) == 0xc)) &&\n (lVar45 = __moddi3(iVar18,0,0xc,0), lVar45 == 0)) {\n local_6c = *(uint *)((int)ppSVar12 + 0x44);\n if (0xfeff < local_6c) {\n /* try { // try from 001ea0ad to 001ea0b1 has its CatchHandler @ 001ea8e9 */\n elfcpp::Elf_file<32,_false,_gold::Object>::initialize_shnum\n ((Elf_file<32,_false,_gold::Object> *)&this_01->field_0x90);\n local_6c = local_6c + *(int *)&this_01->field_0xa4;\n }\n if (((local_6c < *(uint *)&this_01->field_0x28) &&\n (*(int *)(insn3 + local_6c * 0x28 + 0x14) != 0)) &&\n (((insn3[local_6c * 0x28 + 8] & 2) != 0 &&\n ((*(int *)(insn3 + local_6c * 0x28 + 4) == 1 &&\n (pOVar7 = (((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_start[local_6c], pOVar7 != (Output_section *)0x0)))))) {\n bVar42 = gold::Symbol_table::is_section_folded(symtab,(Relobj *)this_01,local_6c);\n bVar43 = false;\n bVar42 = !bVar42;\n if (bVar42) {\n iVar18 = 10;\n pbVar34 = (byte *)pOVar7->name_;\n pbVar39 = (byte *)".eh_frame";\n do {\n if (iVar18 == 0) break;\n iVar18 = iVar18 + -1;\n bVar43 = *pbVar34 < *pbVar39;\n bVar42 = *pbVar34 == *pbVar39;\n pbVar34 = pbVar34 + (uint)bVar44 * -2 + 1;\n pbVar39 = pbVar39 + (uint)bVar44 * -2 + 1;\n } while (bVar42);\n if ((!bVar43 && !bVar42) != bVar43) {\n puVar8 = (((vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>).\n _M_impl._M_start;\n if ((uint)((int)*(pointer *)&this_01->field_0x88 - (int)puVar8 >> 2) <= local_6c\n ) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea8ba to 001ea8da has its CatchHandler @ 001ea8e9 */\n gold::do_gold_unreachable\n ("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n /* try { // try from 001ea64a to 001ea73e has its CatchHandler @ 001ea8e9 */\n if ((puVar8[local_6c] == 0xffffffff) &&\n (pOVar23 = gold::Output_section::find_relaxed_input_section\n (pOVar7,(Relobj *)this_01,local_6c),\n pOVar23 == (Output_relaxed_input_section *)0x0)) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable");\n }\n uVar37 = *(uint *)((int)ppSVar12 + 0x44);\n if (0xfeff < uVar37) {\n elfcpp::Elf_file<32,_false,_gold::Object>::initialize_shnum\n ((Elf_file<32,_false,_gold::Object> *)&this_01->field_0x90);\n uVar37 = uVar37 + *(int *)&this_01->field_0xa4;\n }\n puVar8 = (((vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>).\n _M_impl._M_start;\n if ((uint)((int)*(pointer *)&this_01->field_0x88 - (int)puVar8 >> 2) <= uVar37)\n {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n pOVar7 = (((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_start[uVar37];\n if (puVar8[uVar37] == 0xffffffff) {\n pOVar23 = gold::Output_section::find_relaxed_input_section\n (pOVar7,(Relobj *)this_01,uVar37);\n if (pOVar23 == (Output_relaxed_input_section *)0x0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea7ee to 001ea7f2 has its CatchHandler @ 001ea8e9 */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if (((pOVar23->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.field_0x1c & 1) == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n }\n else if (((pOVar7->super_Output_data).field_0x1c & 1) == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n if (*(Input_file **)&this_01->field_0x1c == (Input_file *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/object.h",0x1e3,"input_file");\n }\n gold::File_read::get_view\n (&(*(Input_file **)&this_01->field_0x1c)->file_,\n *(off_t *)&this_01->field_0x20,\n (ulonglong)*(uint *)((int)ppSVar12 + 0x38),\n *(section_size_type *)((int)ppSVar12 + 0x3c),true,false);\n input_view_size_1 = 0;\n gold::Object::section_contents\n ((Object *)this_01,uVar37,&input_view_size_1,false);\n if (*(int *)((int)ppSVar12 + 0x2c) != 4) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }\n }\n }\n }\n }\n }\n local_64 = (Stub_table<32,_false> *)\n ((int)&(local_64->super_Output_data)._vptr_Output_data + 1);\n if (pSVar4 == local_64) break;\n pGVar22 = gold::parameters->options_;\n ppSVar12 = local_5c;\n if (pGVar22 == (General_options *)0x0) goto LAB_001e9d87;\n } while( true );\n }\n if (*(Input_file **)&this_01->field_0x1c != (Input_file *)0x0) {\n gold::File_read::unlock(&(*(Input_file **)&this_01->field_0x1c)->file_,task);\n }\n local_ac = local_ac + 1;\n } while ((input_objects->relobj_list_).\n super__Vector_base<gold::Relobj*,_std::allocator<gold::Relobj*>_>._M_impl._M_finish !=\n local_ac);\n }" { (ERROR "local_5c = (this->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std::allocator<(anonymous_namespace)::" (comma_expression "local_5c = (this->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std" (binary_expression "local_5c = (this->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32" (assignment_expression "local_5c = (this->stub_tables_).\n super__Vector_base<(anonymous_namespace)" identifier = (binary_expression "(this->stub_tables_).\n super__Vector_base<(anonymous_namespace)" (field_expression "(this->stub_tables_).\n super__Vector_base" (parenthesized_expression "(this->stub_tables_)" ( (field_expression "this->stub_tables_" identifier -> field_identifier) )) . field_identifier) < (parenthesized_expression "(anonymous_namespace)" ( identifier )))) (ERROR "::Stub_table" : : identifier) < number_literal) , (binary_expression "_false>*,_std" identifier > (pointer_expression "*,_std" * (ERROR "," ,) identifier))) : : (binary_expression "allocator<(anonymous_namespace)" identifier < (parenthesized_expression "(anonymous_namespace)" ( identifier ))) : :) (expression_statement "Stub_table<32,_false>*>_>\n ._M_impl._M_start;" (comma_expression "Stub_table<32,_false>*>_>\n ._M_impl._M_start" (binary_expression "Stub_table<32" identifier < number_literal) , (field_expression "_false>*>_>\n ._M_impl._M_start" (field_expression "_false>*>_>\n ._M_impl" (binary_expression "_false>*>_" identifier > (pointer_expression "*>_" * (ERROR ">" >) identifier)) (ERROR ">" >) . field_identifier) . field_identifier)) ;) (if_statement "if (local_5c !=\n (this->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std::allocator<(anonymous_namespace)::Stub_table<32,_false>*>_>\n ._M_impl._M_finish) {\n do {\n pSVar4 = *local_5c;\n pTVar5 = pSVar4->owner_;\n p_Var6 = (pSVar4->super_Output_data)._vptr_Output_data[3];\n if (p_Var6 == Stub_table<64,_false>::do_addralign) {\n local_4c = (Input_section *)pTVar5->original_size_;\n local_64 = (Stub_table<32,_false> *)0xfffffffc;\n local_60 = 0xffffffff;\n local_6c = 4;\n local_68 = 0;\nLAB_001e965f:\n bVar42 = CARRY4(local_6c,(uint)local_4c);\n iVar18 = local_6c + (int)local_4c;\n local_4c = (Input_section *)((uint)local_64 & iVar18 - 1U);\n local_48 = local_60 & local_68 + (uint)bVar42 + -1 + (uint)(iVar18 != 0);\n }\n else {\n local_6c = (*p_Var6)(pSVar4);\n local_4c = (Input_section *)pTVar5->original_size_;\n local_48 = 0;\n if (extraout_EDX != 0 || local_6c != 0) {\n local_64 = (Stub_table<32,_false> *)-local_6c;\n local_60 = -(extraout_EDX + (uint)(local_6c != 0));\n local_68 = extraout_EDX;\n goto LAB_001e965f;\n }\n }\n bVar27 = (pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c;\n if ((bVar27 & 4) == 0) goto LAB_001ea75d;\n poVar1 = &(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.offset_;\n oVar46 = *poVar1;\n oVar16 = *poVar1;\n iVar18 = *(int *)((int)&(pTVar5->super_Output_relaxed_input_section).\n super_Output_section_data_build.super_Output_section_data.\n super_Output_data.offset_ + 4);\n if ((bVar27 & 1) == 0) goto LAB_001ea799;\n bVar27 = (pSVar4->super_Output_data).field_0x1c;\n puVar2 = &(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_;\n uVar17 = *puVar2;\n iVar36 = *(int *)((int)&(pTVar5->super_Output_relaxed_input_section).\n super_Output_section_data_build.super_Output_section_data.\n super_Output_data.address_ + 4);\n if ((bVar27 & 1) != 0) goto LAB_001ea73f;\n *(int *)&(pSVar4->super_Output_data).address_ = (int)local_4c + (int)*puVar2;\n *(uint *)((int)&(pSVar4->super_Output_data).address_ + 4) =\n local_48 + iVar36 + (uint)CARRY4((uint)local_4c,(uint)uVar17);\n (pSVar4->super_Output_data).field_0x1c = bVar27 | 1;\n if ((bVar27 & 4) != 0) goto LAB_001ea77b;\n (pSVar4->super_Output_data).field_0x1c = bVar27 | 5;\n *(int *)&(pSVar4->super_Output_data).offset_ = (int)local_4c + (int)oVar16;\n *(uint *)((int)&(pSVar4->super_Output_data).offset_ + 4) =\n local_48 + iVar18 + (uint)CARRY4((uint)local_4c,(uint)oVar46);\n if (((bVar27 & 2) == 0) &&\n ((*(pSVar4->super_Output_data)._vptr_Output_data[0xe])(pSVar4),\n ((pSVar4->super_Output_data).field_0x1c & 2) == 0)) goto LAB_001ea0f2;\n local_5c = local_5c + 1;\n } while ((this->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std::allocator<(anonymous_namespace)::Stub_table<32,_false>*>_>\n ._M_impl._M_finish != local_5c);\n goto LAB_001e9870;\n }" if (parenthesized_expression "(local_5c !=\n (this->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std::allocator<(anonymous_namespace)::Stub_table<32,_false>*>_>\n ._M_impl._M_finish)" ( (ERROR "local_5c !=\n (this->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std::allocator<(anonymous_namespace)::" (comma_expression "local_5c !=\n (this->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std" (binary_expression "local_5c !=\n (this->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32" (binary_expression "local_5c !=\n (this->stub_tables_).\n super__Vector_base<(anonymous_namespace)" identifier != (binary_expression "(this->stub_tables_).\n super__Vector_base<(anonymous_namespace)" (field_expression "(this->stub_tables_).\n super__Vector_base" (parenthesized_expression "(this->stub_tables_)" ( (field_expression "this->stub_tables_" identifier -> field_identifier) )) . field_identifier) < (parenthesized_expression "(anonymous_namespace)" ( identifier )))) (ERROR "::Stub_table" : : identifier) < number_literal) , (binary_expression "_false>*,_std" identifier > (pointer_expression "*,_std" * (ERROR "," ,) identifier))) : : (binary_expression "allocator<(anonymous_namespace)" identifier < (parenthesized_expression "(anonymous_namespace)" ( identifier ))) : :) (comma_expression "Stub_table<32,_false>*>_>\n ._M_impl._M_finish" (binary_expression "Stub_table<32" identifier < number_literal) , (field_expression "_false>*>_>\n ._M_impl._M_finish" (field_expression "_false>*>_>\n ._M_impl" (binary_expression "_false>*>_" identifier > (pointer_expression "*>_" * (ERROR ">" >) identifier)) (ERROR ">" >) . field_identifier) . field_identifier)) )) (compound_statement "{\n do {\n pSVar4 = *local_5c;\n pTVar5 = pSVar4->owner_;\n p_Var6 = (pSVar4->super_Output_data)._vptr_Output_data[3];\n if (p_Var6 == Stub_table<64,_false>::do_addralign) {\n local_4c = (Input_section *)pTVar5->original_size_;\n local_64 = (Stub_table<32,_false> *)0xfffffffc;\n local_60 = 0xffffffff;\n local_6c = 4;\n local_68 = 0;\nLAB_001e965f:\n bVar42 = CARRY4(local_6c,(uint)local_4c);\n iVar18 = local_6c + (int)local_4c;\n local_4c = (Input_section *)((uint)local_64 & iVar18 - 1U);\n local_48 = local_60 & local_68 + (uint)bVar42 + -1 + (uint)(iVar18 != 0);\n }\n else {\n local_6c = (*p_Var6)(pSVar4);\n local_4c = (Input_section *)pTVar5->original_size_;\n local_48 = 0;\n if (extraout_EDX != 0 || local_6c != 0) {\n local_64 = (Stub_table<32,_false> *)-local_6c;\n local_60 = -(extraout_EDX + (uint)(local_6c != 0));\n local_68 = extraout_EDX;\n goto LAB_001e965f;\n }\n }\n bVar27 = (pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c;\n if ((bVar27 & 4) == 0) goto LAB_001ea75d;\n poVar1 = &(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.offset_;\n oVar46 = *poVar1;\n oVar16 = *poVar1;\n iVar18 = *(int *)((int)&(pTVar5->super_Output_relaxed_input_section).\n super_Output_section_data_build.super_Output_section_data.\n super_Output_data.offset_ + 4);\n if ((bVar27 & 1) == 0) goto LAB_001ea799;\n bVar27 = (pSVar4->super_Output_data).field_0x1c;\n puVar2 = &(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_;\n uVar17 = *puVar2;\n iVar36 = *(int *)((int)&(pTVar5->super_Output_relaxed_input_section).\n super_Output_section_data_build.super_Output_section_data.\n super_Output_data.address_ + 4);\n if ((bVar27 & 1) != 0) goto LAB_001ea73f;\n *(int *)&(pSVar4->super_Output_data).address_ = (int)local_4c + (int)*puVar2;\n *(uint *)((int)&(pSVar4->super_Output_data).address_ + 4) =\n local_48 + iVar36 + (uint)CARRY4((uint)local_4c,(uint)uVar17);\n (pSVar4->super_Output_data).field_0x1c = bVar27 | 1;\n if ((bVar27 & 4) != 0) goto LAB_001ea77b;\n (pSVar4->super_Output_data).field_0x1c = bVar27 | 5;\n *(int *)&(pSVar4->super_Output_data).offset_ = (int)local_4c + (int)oVar16;\n *(uint *)((int)&(pSVar4->super_Output_data).offset_ + 4) =\n local_48 + iVar18 + (uint)CARRY4((uint)local_4c,(uint)oVar46);\n if (((bVar27 & 2) == 0) &&\n ((*(pSVar4->super_Output_data)._vptr_Output_data[0xe])(pSVar4),\n ((pSVar4->super_Output_data).field_0x1c & 2) == 0)) goto LAB_001ea0f2;\n local_5c = local_5c + 1;\n } while ((this->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std::allocator<(anonymous_namespace)::Stub_table<32,_false>*>_>\n ._M_impl._M_finish != local_5c);\n goto LAB_001e9870;\n }" { (do_statement "do {\n pSVar4 = *local_5c;\n pTVar5 = pSVar4->owner_;\n p_Var6 = (pSVar4->super_Output_data)._vptr_Output_data[3];\n if (p_Var6 == Stub_table<64,_false>::do_addralign) {\n local_4c = (Input_section *)pTVar5->original_size_;\n local_64 = (Stub_table<32,_false> *)0xfffffffc;\n local_60 = 0xffffffff;\n local_6c = 4;\n local_68 = 0;\nLAB_001e965f:\n bVar42 = CARRY4(local_6c,(uint)local_4c);\n iVar18 = local_6c + (int)local_4c;\n local_4c = (Input_section *)((uint)local_64 & iVar18 - 1U);\n local_48 = local_60 & local_68 + (uint)bVar42 + -1 + (uint)(iVar18 != 0);\n }\n else {\n local_6c = (*p_Var6)(pSVar4);\n local_4c = (Input_section *)pTVar5->original_size_;\n local_48 = 0;\n if (extraout_EDX != 0 || local_6c != 0) {\n local_64 = (Stub_table<32,_false> *)-local_6c;\n local_60 = -(extraout_EDX + (uint)(local_6c != 0));\n local_68 = extraout_EDX;\n goto LAB_001e965f;\n }\n }\n bVar27 = (pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c;\n if ((bVar27 & 4) == 0) goto LAB_001ea75d;\n poVar1 = &(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.offset_;\n oVar46 = *poVar1;\n oVar16 = *poVar1;\n iVar18 = *(int *)((int)&(pTVar5->super_Output_relaxed_input_section).\n super_Output_section_data_build.super_Output_section_data.\n super_Output_data.offset_ + 4);\n if ((bVar27 & 1) == 0) goto LAB_001ea799;\n bVar27 = (pSVar4->super_Output_data).field_0x1c;\n puVar2 = &(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_;\n uVar17 = *puVar2;\n iVar36 = *(int *)((int)&(pTVar5->super_Output_relaxed_input_section).\n super_Output_section_data_build.super_Output_section_data.\n super_Output_data.address_ + 4);\n if ((bVar27 & 1) != 0) goto LAB_001ea73f;\n *(int *)&(pSVar4->super_Output_data).address_ = (int)local_4c + (int)*puVar2;\n *(uint *)((int)&(pSVar4->super_Output_data).address_ + 4) =\n local_48 + iVar36 + (uint)CARRY4((uint)local_4c,(uint)uVar17);\n (pSVar4->super_Output_data).field_0x1c = bVar27 | 1;\n if ((bVar27 & 4) != 0) goto LAB_001ea77b;\n (pSVar4->super_Output_data).field_0x1c = bVar27 | 5;\n *(int *)&(pSVar4->super_Output_data).offset_ = (int)local_4c + (int)oVar16;\n *(uint *)((int)&(pSVar4->super_Output_data).offset_ + 4) =\n local_48 + iVar18 + (uint)CARRY4((uint)local_4c,(uint)oVar46);\n if (((bVar27 & 2) == 0) &&\n ((*(pSVar4->super_Output_data)._vptr_Output_data[0xe])(pSVar4),\n ((pSVar4->super_Output_data).field_0x1c & 2) == 0)) goto LAB_001ea0f2;\n local_5c = local_5c + 1;\n } while ((this->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std::allocator<(anonymous_namespace)::Stub_table<32,_false>*>_>\n ._M_impl._M_finish != local_5c);" do (compound_statement "{\n pSVar4 = *local_5c;\n pTVar5 = pSVar4->owner_;\n p_Var6 = (pSVar4->super_Output_data)._vptr_Output_data[3];\n if (p_Var6 == Stub_table<64,_false>::do_addralign) {\n local_4c = (Input_section *)pTVar5->original_size_;\n local_64 = (Stub_table<32,_false> *)0xfffffffc;\n local_60 = 0xffffffff;\n local_6c = 4;\n local_68 = 0;\nLAB_001e965f:\n bVar42 = CARRY4(local_6c,(uint)local_4c);\n iVar18 = local_6c + (int)local_4c;\n local_4c = (Input_section *)((uint)local_64 & iVar18 - 1U);\n local_48 = local_60 & local_68 + (uint)bVar42 + -1 + (uint)(iVar18 != 0);\n }\n else {\n local_6c = (*p_Var6)(pSVar4);\n local_4c = (Input_section *)pTVar5->original_size_;\n local_48 = 0;\n if (extraout_EDX != 0 || local_6c != 0) {\n local_64 = (Stub_table<32,_false> *)-local_6c;\n local_60 = -(extraout_EDX + (uint)(local_6c != 0));\n local_68 = extraout_EDX;\n goto LAB_001e965f;\n }\n }\n bVar27 = (pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c;\n if ((bVar27 & 4) == 0) goto LAB_001ea75d;\n poVar1 = &(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.offset_;\n oVar46 = *poVar1;\n oVar16 = *poVar1;\n iVar18 = *(int *)((int)&(pTVar5->super_Output_relaxed_input_section).\n super_Output_section_data_build.super_Output_section_data.\n super_Output_data.offset_ + 4);\n if ((bVar27 & 1) == 0) goto LAB_001ea799;\n bVar27 = (pSVar4->super_Output_data).field_0x1c;\n puVar2 = &(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_;\n uVar17 = *puVar2;\n iVar36 = *(int *)((int)&(pTVar5->super_Output_relaxed_input_section).\n super_Output_section_data_build.super_Output_section_data.\n super_Output_data.address_ + 4);\n if ((bVar27 & 1) != 0) goto LAB_001ea73f;\n *(int *)&(pSVar4->super_Output_data).address_ = (int)local_4c + (int)*puVar2;\n *(uint *)((int)&(pSVar4->super_Output_data).address_ + 4) =\n local_48 + iVar36 + (uint)CARRY4((uint)local_4c,(uint)uVar17);\n (pSVar4->super_Output_data).field_0x1c = bVar27 | 1;\n if ((bVar27 & 4) != 0) goto LAB_001ea77b;\n (pSVar4->super_Output_data).field_0x1c = bVar27 | 5;\n *(int *)&(pSVar4->super_Output_data).offset_ = (int)local_4c + (int)oVar16;\n *(uint *)((int)&(pSVar4->super_Output_data).offset_ + 4) =\n local_48 + iVar18 + (uint)CARRY4((uint)local_4c,(uint)oVar46);\n if (((bVar27 & 2) == 0) &&\n ((*(pSVar4->super_Output_data)._vptr_Output_data[0xe])(pSVar4),\n ((pSVar4->super_Output_data).field_0x1c & 2) == 0)) goto LAB_001ea0f2;\n local_5c = local_5c + 1;\n }" { (expression_statement "pSVar4 = *local_5c;" (assignment_expression "pSVar4 = *local_5c" identifier = (pointer_expression "*local_5c" * identifier)) ;) (expression_statement "pTVar5 = pSVar4->owner_;" (assignment_expression "pTVar5 = pSVar4->owner_" identifier = (field_expression "pSVar4->owner_" identifier -> field_identifier)) ;) (expression_statement "p_Var6 = (pSVar4->super_Output_data)._vptr_Output_data[3];" (assignment_expression "p_Var6 = (pSVar4->super_Output_data)._vptr_Output_data[3]" identifier = (subscript_expression "(pSVar4->super_Output_data)._vptr_Output_data[3]" (field_expression "(pSVar4->super_Output_data)._vptr_Output_data" (parenthesized_expression "(pSVar4->super_Output_data)" ( (field_expression "pSVar4->super_Output_data" identifier -> field_identifier) )) . field_identifier) [ number_literal ])) ;) (if_statement "if (p_Var6 == Stub_table<64,_false>::do_addralign) {\n local_4c = (Input_section *)pTVar5->original_size_;\n local_64 = (Stub_table<32,_false> *)0xfffffffc;\n local_60 = 0xffffffff;\n local_6c = 4;\n local_68 = 0;\nLAB_001e965f:\n bVar42 = CARRY4(local_6c,(uint)local_4c);\n iVar18 = local_6c + (int)local_4c;\n local_4c = (Input_section *)((uint)local_64 & iVar18 - 1U);\n local_48 = local_60 & local_68 + (uint)bVar42 + -1 + (uint)(iVar18 != 0);\n }\n else {\n local_6c = (*p_Var6)(pSVar4);\n local_4c = (Input_section *)pTVar5->original_size_;\n local_48 = 0;\n if (extraout_EDX != 0 || local_6c != 0) {\n local_64 = (Stub_table<32,_false> *)-local_6c;\n local_60 = -(extraout_EDX + (uint)(local_6c != 0));\n local_68 = extraout_EDX;\n goto LAB_001e965f;\n }\n }" if (parenthesized_expression "(p_Var6 == Stub_table<64,_false>::do_addralign)" ( (comma_expression "p_Var6 == Stub_table<64,_false>::do_addralign" (binary_expression "p_Var6 == Stub_table<64" identifier == (binary_expression "Stub_table<64" identifier < number_literal)) , (binary_expression "_false>::do_addralign" identifier > (ERROR "::" : :) identifier)) )) (compound_statement "{\n local_4c = (Input_section *)pTVar5->original_size_;\n local_64 = (Stub_table<32,_false> *)0xfffffffc;\n local_60 = 0xffffffff;\n local_6c = 4;\n local_68 = 0;\nLAB_001e965f:\n bVar42 = CARRY4(local_6c,(uint)local_4c);\n iVar18 = local_6c + (int)local_4c;\n local_4c = (Input_section *)((uint)local_64 & iVar18 - 1U);\n local_48 = local_60 & local_68 + (uint)bVar42 + -1 + (uint)(iVar18 != 0);\n }" { (expression_statement "local_4c = (Input_section *)pTVar5->original_size_;" (assignment_expression "local_4c = (Input_section *)pTVar5->original_size_" identifier = (cast_expression "(Input_section *)pTVar5->original_size_" ( (type_descriptor "Input_section *" type_identifier (abstract_pointer_declarator "*" *)) ) (field_expression "pTVar5->original_size_" identifier -> field_identifier))) ;) (expression_statement "local_64 = (Stub_table<32,_false> *)0xfffffffc;" (assignment_expression "local_64 = (Stub_table<32,_false> *)0xfffffffc" identifier = (parenthesized_expression "(Stub_table<32,_false> *)0xfffffffc" ( (comma_expression "Stub_table<32,_false> *)0xfffffffc" (binary_expression "Stub_table<32" identifier < number_literal) , (binary_expression "_false> *)0xfffffffc" identifier > (pointer_expression "*)0xfffffffc" * (ERROR ")" )) number_literal))) ))) ;) (expression_statement "local_60 = 0xffffffff;" (assignment_expression "local_60 = 0xffffffff" identifier = number_literal) ;) (expression_statement "local_6c = 4;" (assignment_expression "local_6c = 4" identifier = number_literal) ;) (expression_statement "local_68 = 0;" (assignment_expression "local_68 = 0" identifier = number_literal) ;) (labeled_statement "LAB_001e965f:\n bVar42 = CARRY4(local_6c,(uint)local_4c);" statement_identifier : (expression_statement "bVar42 = CARRY4(local_6c,(uint)local_4c);" (assignment_expression "bVar42 = CARRY4(local_6c,(uint)local_4c)" identifier = (call_expression "CARRY4(local_6c,(uint)local_4c)" identifier (argument_list "(local_6c,(uint)local_4c)" ( identifier , (cast_expression "(uint)local_4c" ( (type_descriptor "uint" type_identifier) ) identifier) )))) ;)) (expression_statement "iVar18 = local_6c + (int)local_4c;" (assignment_expression "iVar18 = local_6c + (int)local_4c" identifier = (binary_expression "local_6c + (int)local_4c" identifier + (cast_expression "(int)local_4c" ( (type_descriptor "int" primitive_type) ) identifier))) ;) (expression_statement "local_4c = (Input_section *)((uint)local_64 & iVar18 - 1U);" (assignment_expression "local_4c = (Input_section *)((uint)local_64 & iVar18 - 1U)" identifier = (cast_expression "(Input_section *)((uint)local_64 & iVar18 - 1U)" ( (type_descriptor "Input_section *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((uint)local_64 & iVar18 - 1U)" ( (binary_expression "(uint)local_64 & iVar18 - 1U" (cast_expression "(uint)local_64" ( (type_descriptor "uint" type_identifier) ) identifier) & (binary_expression "iVar18 - 1U" identifier - number_literal)) )))) ;) (expression_statement "local_48 = local_60 & local_68 + (uint)bVar42 + -1 + (uint)(iVar18 != 0);" (assignment_expression "local_48 = local_60 & local_68 + (uint)bVar42 + -1 + (uint)(iVar18 != 0)" identifier = (binary_expression "local_60 & local_68 + (uint)bVar42 + -1 + (uint)(iVar18 != 0)" identifier & (binary_expression "local_68 + (uint)bVar42 + -1 + (uint)(iVar18 != 0)" (binary_expression "local_68 + (uint)bVar42 + -1" (binary_expression "local_68 + (uint)bVar42" identifier + (cast_expression "(uint)bVar42" ( (type_descriptor "uint" type_identifier) ) identifier)) + number_literal) + (call_expression "(uint)(iVar18 != 0)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(iVar18 != 0)" ( (binary_expression "iVar18 != 0" identifier != number_literal) )))))) ;) }) (else_clause "else {\n local_6c = (*p_Var6)(pSVar4);\n local_4c = (Input_section *)pTVar5->original_size_;\n local_48 = 0;\n if (extraout_EDX != 0 || local_6c != 0) {\n local_64 = (Stub_table<32,_false> *)-local_6c;\n local_60 = -(extraout_EDX + (uint)(local_6c != 0));\n local_68 = extraout_EDX;\n goto LAB_001e965f;\n }\n }" else (compound_statement "{\n local_6c = (*p_Var6)(pSVar4);\n local_4c = (Input_section *)pTVar5->original_size_;\n local_48 = 0;\n if (extraout_EDX != 0 || local_6c != 0) {\n local_64 = (Stub_table<32,_false> *)-local_6c;\n local_60 = -(extraout_EDX + (uint)(local_6c != 0));\n local_68 = extraout_EDX;\n goto LAB_001e965f;\n }\n }" { (expression_statement "local_6c = (*p_Var6)(pSVar4);" (assignment_expression "local_6c = (*p_Var6)(pSVar4)" identifier = (call_expression "(*p_Var6)(pSVar4)" (parenthesized_expression "(*p_Var6)" ( (pointer_expression "*p_Var6" * identifier) )) (argument_list "(pSVar4)" ( identifier )))) ;) (expression_statement "local_4c = (Input_section *)pTVar5->original_size_;" (assignment_expression "local_4c = (Input_section *)pTVar5->original_size_" identifier = (cast_expression "(Input_section *)pTVar5->original_size_" ( (type_descriptor "Input_section *" type_identifier (abstract_pointer_declarator "*" *)) ) (field_expression "pTVar5->original_size_" identifier -> field_identifier))) ;) (expression_statement "local_48 = 0;" (assignment_expression "local_48 = 0" identifier = number_literal) ;) (if_statement "if (extraout_EDX != 0 || local_6c != 0) {\n local_64 = (Stub_table<32,_false> *)-local_6c;\n local_60 = -(extraout_EDX + (uint)(local_6c != 0));\n local_68 = extraout_EDX;\n goto LAB_001e965f;\n }" if (parenthesized_expression "(extraout_EDX != 0 || local_6c != 0)" ( (binary_expression "extraout_EDX != 0 || local_6c != 0" (binary_expression "extraout_EDX != 0" identifier != number_literal) || (binary_expression "local_6c != 0" identifier != number_literal)) )) (compound_statement "{\n local_64 = (Stub_table<32,_false> *)-local_6c;\n local_60 = -(extraout_EDX + (uint)(local_6c != 0));\n local_68 = extraout_EDX;\n goto LAB_001e965f;\n }" { (expression_statement "local_64 = (Stub_table<32,_false> *)-local_6c;" (assignment_expression "local_64 = (Stub_table<32,_false> *)-local_6c" identifier = (binary_expression "(Stub_table<32,_false> *)-local_6c" (parenthesized_expression "(Stub_table<32,_false> *)" ( (comma_expression "Stub_table<32,_false> *" (binary_expression "Stub_table<32" identifier < number_literal) , (binary_expression "_false> *" identifier > (pointer_expression "*" * identifier))) )) - identifier)) ;) (expression_statement "local_60 = -(extraout_EDX + (uint)(local_6c != 0));" (assignment_expression "local_60 = -(extraout_EDX + (uint)(local_6c != 0))" identifier = (unary_expression "-(extraout_EDX + (uint)(local_6c != 0))" - (parenthesized_expression "(extraout_EDX + (uint)(local_6c != 0))" ( (binary_expression "extraout_EDX + (uint)(local_6c != 0)" identifier + (call_expression "(uint)(local_6c != 0)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(local_6c != 0)" ( (binary_expression "local_6c != 0" identifier != number_literal) )))) )))) ;) (expression_statement "local_68 = extraout_EDX;" (assignment_expression "local_68 = extraout_EDX" identifier = identifier) ;) (goto_statement "goto LAB_001e965f;" goto statement_identifier ;) })) }))) (expression_statement "bVar27 = (pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c;" (assignment_expression "bVar27 = (pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c" identifier = (field_expression "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c" (field_expression "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data" (field_expression "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data" (field_expression "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build" (parenthesized_expression "(pTVar5->super_Output_relaxed_input_section)" ( (field_expression "pTVar5->super_Output_relaxed_input_section" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) . field_identifier)) ;) (if_statement "if ((bVar27 & 4) == 0) goto LAB_001ea75d;" if (parenthesized_expression "((bVar27 & 4) == 0)" ( (binary_expression "(bVar27 & 4) == 0" (parenthesized_expression "(bVar27 & 4)" ( (binary_expression "bVar27 & 4" identifier & number_literal) )) == number_literal) )) (goto_statement "goto LAB_001ea75d;" goto statement_identifier ;)) (expression_statement "poVar1 = &(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.offset_;" (assignment_expression "poVar1 = &(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.offset_" identifier = (pointer_expression "&(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.offset_" & (field_expression "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.offset_" (field_expression "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data" (field_expression "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data" (field_expression "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build" (parenthesized_expression "(pTVar5->super_Output_relaxed_input_section)" ( (field_expression "pTVar5->super_Output_relaxed_input_section" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) . field_identifier))) ;) (expression_statement "oVar46 = *poVar1;" (assignment_expression "oVar46 = *poVar1" identifier = (pointer_expression "*poVar1" * identifier)) ;) (expression_statement "oVar16 = *poVar1;" (assignment_expression "oVar16 = *poVar1" identifier = (pointer_expression "*poVar1" * identifier)) ;) (expression_statement "iVar18 = *(int *)((int)&(pTVar5->super_Output_relaxed_input_section).\n super_Output_section_data_build.super_Output_section_data.\n super_Output_data.offset_ + 4);" (assignment_expression "iVar18 = *(int *)((int)&(pTVar5->super_Output_relaxed_input_section).\n super_Output_section_data_build.super_Output_section_data.\n super_Output_data.offset_ + 4)" identifier = (pointer_expression "*(int *)((int)&(pTVar5->super_Output_relaxed_input_section).\n super_Output_section_data_build.super_Output_section_data.\n super_Output_data.offset_ + 4)" * (cast_expression "(int *)((int)&(pTVar5->super_Output_relaxed_input_section).\n super_Output_section_data_build.super_Output_section_data.\n super_Output_data.offset_ + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&(pTVar5->super_Output_relaxed_input_section).\n super_Output_section_data_build.super_Output_section_data.\n super_Output_data.offset_ + 4)" ( (binary_expression "(int)&(pTVar5->super_Output_relaxed_input_section).\n super_Output_section_data_build.super_Output_section_data.\n super_Output_data.offset_ + 4" (cast_expression "(int)&(pTVar5->super_Output_relaxed_input_section).\n super_Output_section_data_build.super_Output_section_data.\n super_Output_data.offset_" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&(pTVar5->super_Output_relaxed_input_section).\n super_Output_section_data_build.super_Output_section_data.\n super_Output_data.offset_" & (field_expression "(pTVar5->super_Output_relaxed_input_section).\n super_Output_section_data_build.super_Output_section_data.\n super_Output_data.offset_" (field_expression "(pTVar5->super_Output_relaxed_input_section).\n super_Output_section_data_build.super_Output_section_data.\n super_Output_data" (field_expression "(pTVar5->super_Output_relaxed_input_section).\n super_Output_section_data_build.super_Output_section_data" (field_expression "(pTVar5->super_Output_relaxed_input_section).\n super_Output_section_data_build" (parenthesized_expression "(pTVar5->super_Output_relaxed_input_section)" ( (field_expression "pTVar5->super_Output_relaxed_input_section" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) . field_identifier))) + number_literal) ))))) ;) (if_statement "if ((bVar27 & 1) == 0) goto LAB_001ea799;" if (parenthesized_expression "((bVar27 & 1) == 0)" ( (binary_expression "(bVar27 & 1) == 0" (parenthesized_expression "(bVar27 & 1)" ( (binary_expression "bVar27 & 1" identifier & number_literal) )) == number_literal) )) (goto_statement "goto LAB_001ea799;" goto statement_identifier ;)) (expression_statement "bVar27 = (pSVar4->super_Output_data).field_0x1c;" (assignment_expression "bVar27 = (pSVar4->super_Output_data).field_0x1c" identifier = (field_expression "(pSVar4->super_Output_data).field_0x1c" (parenthesized_expression "(pSVar4->super_Output_data)" ( (field_expression "pSVar4->super_Output_data" identifier -> field_identifier) )) . field_identifier)) ;) (expression_statement "puVar2 = &(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_;" (assignment_expression "puVar2 = &(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_" identifier = (pointer_expression "&(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_" & (field_expression "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_" (field_expression "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data" (field_expression "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data" (field_expression "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build" (parenthesized_expression "(pTVar5->super_Output_relaxed_input_section)" ( (field_expression "pTVar5->super_Output_relaxed_input_section" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) . field_identifier))) ;) (expression_statement "uVar17 = *puVar2;" (assignment_expression "uVar17 = *puVar2" identifier = (pointer_expression "*puVar2" * identifier)) ;) (expression_statement "iVar36 = *(int *)((int)&(pTVar5->super_Output_relaxed_input_section).\n super_Output_section_data_build.super_Output_section_data.\n super_Output_data.address_ + 4);" (assignment_expression "iVar36 = *(int *)((int)&(pTVar5->super_Output_relaxed_input_section).\n super_Output_section_data_build.super_Output_section_data.\n super_Output_data.address_ + 4)" identifier = (pointer_expression "*(int *)((int)&(pTVar5->super_Output_relaxed_input_section).\n super_Output_section_data_build.super_Output_section_data.\n super_Output_data.address_ + 4)" * (cast_expression "(int *)((int)&(pTVar5->super_Output_relaxed_input_section).\n super_Output_section_data_build.super_Output_section_data.\n super_Output_data.address_ + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&(pTVar5->super_Output_relaxed_input_section).\n super_Output_section_data_build.super_Output_section_data.\n super_Output_data.address_ + 4)" ( (binary_expression "(int)&(pTVar5->super_Output_relaxed_input_section).\n super_Output_section_data_build.super_Output_section_data.\n super_Output_data.address_ + 4" (cast_expression "(int)&(pTVar5->super_Output_relaxed_input_section).\n super_Output_section_data_build.super_Output_section_data.\n super_Output_data.address_" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&(pTVar5->super_Output_relaxed_input_section).\n super_Output_section_data_build.super_Output_section_data.\n super_Output_data.address_" & (field_expression "(pTVar5->super_Output_relaxed_input_section).\n super_Output_section_data_build.super_Output_section_data.\n super_Output_data.address_" (field_expression "(pTVar5->super_Output_relaxed_input_section).\n super_Output_section_data_build.super_Output_section_data.\n super_Output_data" (field_expression "(pTVar5->super_Output_relaxed_input_section).\n super_Output_section_data_build.super_Output_section_data" (field_expression "(pTVar5->super_Output_relaxed_input_section).\n super_Output_section_data_build" (parenthesized_expression "(pTVar5->super_Output_relaxed_input_section)" ( (field_expression "pTVar5->super_Output_relaxed_input_section" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) . field_identifier))) + number_literal) ))))) ;) (if_statement "if ((bVar27 & 1) != 0) goto LAB_001ea73f;" if (parenthesized_expression "((bVar27 & 1) != 0)" ( (binary_expression "(bVar27 & 1) != 0" (parenthesized_expression "(bVar27 & 1)" ( (binary_expression "bVar27 & 1" identifier & number_literal) )) != number_literal) )) (goto_statement "goto LAB_001ea73f;" goto statement_identifier ;)) (expression_statement "*(int *)&(pSVar4->super_Output_data).address_ = (int)local_4c + (int)*puVar2;" (assignment_expression "*(int *)&(pSVar4->super_Output_data).address_ = (int)local_4c + (int)*puVar2" (pointer_expression "*(int *)&(pSVar4->super_Output_data).address_" * (cast_expression "(int *)&(pSVar4->super_Output_data).address_" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "&(pSVar4->super_Output_data).address_" & (field_expression "(pSVar4->super_Output_data).address_" (parenthesized_expression "(pSVar4->super_Output_data)" ( (field_expression "pSVar4->super_Output_data" identifier -> field_identifier) )) . field_identifier)))) = (binary_expression "(int)local_4c + (int)*puVar2" (cast_expression "(int)local_4c" ( (type_descriptor "int" primitive_type) ) identifier) + (cast_expression "(int)*puVar2" ( (type_descriptor "int" primitive_type) ) (pointer_expression "*puVar2" * identifier)))) ;) (expression_statement "*(uint *)((int)&(pSVar4->super_Output_data).address_ + 4) =\n local_48 + iVar36 + (uint)CARRY4((uint)local_4c,(uint)uVar17);" (assignment_expression "*(uint *)((int)&(pSVar4->super_Output_data).address_ + 4) =\n local_48 + iVar36 + (uint)CARRY4((uint)local_4c,(uint)uVar17)" (pointer_expression "*(uint *)((int)&(pSVar4->super_Output_data).address_ + 4)" * (cast_expression "(uint *)((int)&(pSVar4->super_Output_data).address_ + 4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&(pSVar4->super_Output_data).address_ + 4)" ( (binary_expression "(int)&(pSVar4->super_Output_data).address_ + 4" (cast_expression "(int)&(pSVar4->super_Output_data).address_" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&(pSVar4->super_Output_data).address_" & (field_expression "(pSVar4->super_Output_data).address_" (parenthesized_expression "(pSVar4->super_Output_data)" ( (field_expression "pSVar4->super_Output_data" identifier -> field_identifier) )) . field_identifier))) + number_literal) )))) = (binary_expression "local_48 + iVar36 + (uint)CARRY4((uint)local_4c,(uint)uVar17)" (binary_expression "local_48 + iVar36" identifier + identifier) + (cast_expression "(uint)CARRY4((uint)local_4c,(uint)uVar17)" ( (type_descriptor "uint" type_identifier) ) (call_expression "CARRY4((uint)local_4c,(uint)uVar17)" identifier (argument_list "((uint)local_4c,(uint)uVar17)" ( (cast_expression "(uint)local_4c" ( (type_descriptor "uint" type_identifier) ) identifier) , (cast_expression "(uint)uVar17" ( (type_descriptor "uint" type_identifier) ) identifier) )))))) ;) (expression_statement "(pSVar4->super_Output_data).field_0x1c = bVar27 | 1;" (assignment_expression "(pSVar4->super_Output_data).field_0x1c = bVar27 | 1" (field_expression "(pSVar4->super_Output_data).field_0x1c" (parenthesized_expression "(pSVar4->super_Output_data)" ( (field_expression "pSVar4->super_Output_data" identifier -> field_identifier) )) . field_identifier) = (binary_expression "bVar27 | 1" identifier | number_literal)) ;) (if_statement "if ((bVar27 & 4) != 0) goto LAB_001ea77b;" if (parenthesized_expression "((bVar27 & 4) != 0)" ( (binary_expression "(bVar27 & 4) != 0" (parenthesized_expression "(bVar27 & 4)" ( (binary_expression "bVar27 & 4" identifier & number_literal) )) != number_literal) )) (goto_statement "goto LAB_001ea77b;" goto statement_identifier ;)) (expression_statement "(pSVar4->super_Output_data).field_0x1c = bVar27 | 5;" (assignment_expression "(pSVar4->super_Output_data).field_0x1c = bVar27 | 5" (field_expression "(pSVar4->super_Output_data).field_0x1c" (parenthesized_expression "(pSVar4->super_Output_data)" ( (field_expression "pSVar4->super_Output_data" identifier -> field_identifier) )) . field_identifier) = (binary_expression "bVar27 | 5" identifier | number_literal)) ;) (expression_statement "*(int *)&(pSVar4->super_Output_data).offset_ = (int)local_4c + (int)oVar16;" (assignment_expression "*(int *)&(pSVar4->super_Output_data).offset_ = (int)local_4c + (int)oVar16" (pointer_expression "*(int *)&(pSVar4->super_Output_data).offset_" * (cast_expression "(int *)&(pSVar4->super_Output_data).offset_" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "&(pSVar4->super_Output_data).offset_" & (field_expression "(pSVar4->super_Output_data).offset_" (parenthesized_expression "(pSVar4->super_Output_data)" ( (field_expression "pSVar4->super_Output_data" identifier -> field_identifier) )) . field_identifier)))) = (binary_expression "(int)local_4c + (int)oVar16" (cast_expression "(int)local_4c" ( (type_descriptor "int" primitive_type) ) identifier) + (cast_expression "(int)oVar16" ( (type_descriptor "int" primitive_type) ) identifier))) ;) (expression_statement "*(uint *)((int)&(pSVar4->super_Output_data).offset_ + 4) =\n local_48 + iVar18 + (uint)CARRY4((uint)local_4c,(uint)oVar46);" (assignment_expression "*(uint *)((int)&(pSVar4->super_Output_data).offset_ + 4) =\n local_48 + iVar18 + (uint)CARRY4((uint)local_4c,(uint)oVar46)" (pointer_expression "*(uint *)((int)&(pSVar4->super_Output_data).offset_ + 4)" * (cast_expression "(uint *)((int)&(pSVar4->super_Output_data).offset_ + 4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&(pSVar4->super_Output_data).offset_ + 4)" ( (binary_expression "(int)&(pSVar4->super_Output_data).offset_ + 4" (cast_expression "(int)&(pSVar4->super_Output_data).offset_" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&(pSVar4->super_Output_data).offset_" & (field_expression "(pSVar4->super_Output_data).offset_" (parenthesized_expression "(pSVar4->super_Output_data)" ( (field_expression "pSVar4->super_Output_data" identifier -> field_identifier) )) . field_identifier))) + number_literal) )))) = (binary_expression "local_48 + iVar18 + (uint)CARRY4((uint)local_4c,(uint)oVar46)" (binary_expression "local_48 + iVar18" identifier + identifier) + (cast_expression "(uint)CARRY4((uint)local_4c,(uint)oVar46)" ( (type_descriptor "uint" type_identifier) ) (call_expression "CARRY4((uint)local_4c,(uint)oVar46)" identifier (argument_list "((uint)local_4c,(uint)oVar46)" ( (cast_expression "(uint)local_4c" ( (type_descriptor "uint" type_identifier) ) identifier) , (cast_expression "(uint)oVar46" ( (type_descriptor "uint" type_identifier) ) identifier) )))))) ;) (if_statement "if (((bVar27 & 2) == 0) &&\n ((*(pSVar4->super_Output_data)._vptr_Output_data[0xe])(pSVar4),\n ((pSVar4->super_Output_data).field_0x1c & 2) == 0)) goto LAB_001ea0f2;" if (parenthesized_expression "(((bVar27 & 2) == 0) &&\n ((*(pSVar4->super_Output_data)._vptr_Output_data[0xe])(pSVar4),\n ((pSVar4->super_Output_data).field_0x1c & 2) == 0))" ( (binary_expression "((bVar27 & 2) == 0) &&\n ((*(pSVar4->super_Output_data)._vptr_Output_data[0xe])(pSVar4),\n ((pSVar4->super_Output_data).field_0x1c & 2) == 0)" (parenthesized_expression "((bVar27 & 2) == 0)" ( (binary_expression "(bVar27 & 2) == 0" (parenthesized_expression "(bVar27 & 2)" ( (binary_expression "bVar27 & 2" identifier & number_literal) )) == number_literal) )) && (parenthesized_expression "((*(pSVar4->super_Output_data)._vptr_Output_data[0xe])(pSVar4),\n ((pSVar4->super_Output_data).field_0x1c & 2) == 0)" ( (comma_expression "(*(pSVar4->super_Output_data)._vptr_Output_data[0xe])(pSVar4),\n ((pSVar4->super_Output_data).field_0x1c & 2) == 0" (call_expression "(*(pSVar4->super_Output_data)._vptr_Output_data[0xe])(pSVar4)" (parenthesized_expression "(*(pSVar4->super_Output_data)._vptr_Output_data[0xe])" ( (pointer_expression "*(pSVar4->super_Output_data)._vptr_Output_data[0xe]" * (subscript_expression "(pSVar4->super_Output_data)._vptr_Output_data[0xe]" (field_expression "(pSVar4->super_Output_data)._vptr_Output_data" (parenthesized_expression "(pSVar4->super_Output_data)" ( (field_expression "pSVar4->super_Output_data" identifier -> field_identifier) )) . field_identifier) [ number_literal ])) )) (argument_list "(pSVar4)" ( identifier ))) , (binary_expression "((pSVar4->super_Output_data).field_0x1c & 2) == 0" (parenthesized_expression "((pSVar4->super_Output_data).field_0x1c & 2)" ( (binary_expression "(pSVar4->super_Output_data).field_0x1c & 2" (field_expression "(pSVar4->super_Output_data).field_0x1c" (parenthesized_expression "(pSVar4->super_Output_data)" ( (field_expression "pSVar4->super_Output_data" identifier -> field_identifier) )) . field_identifier) & number_literal) )) == number_literal)) ))) )) (goto_statement "goto LAB_001ea0f2;" goto statement_identifier ;)) (expression_statement "local_5c = local_5c + 1;" (assignment_expression "local_5c = local_5c + 1" identifier = (binary_expression "local_5c + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "((this->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std::allocator<(anonymous_namespace)::Stub_table<32,_false>*>_>\n ._M_impl._M_finish != local_5c)" ( (ERROR "(this->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std::allocator<(anonymous_namespace)::" (comma_expression "(this->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std" (binary_expression "(this->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32" (binary_expression "(this->stub_tables_).\n super__Vector_base<(anonymous_namespace)" (field_expression "(this->stub_tables_).\n super__Vector_base" (parenthesized_expression "(this->stub_tables_)" ( (field_expression "this->stub_tables_" identifier -> field_identifier) )) . field_identifier) < (parenthesized_expression "(anonymous_namespace)" ( identifier ))) (ERROR "::Stub_table" : : identifier) < number_literal) , (binary_expression "_false>*,_std" identifier > (pointer_expression "*,_std" * (ERROR "," ,) identifier))) : : (binary_expression "allocator<(anonymous_namespace)" identifier < (parenthesized_expression "(anonymous_namespace)" ( identifier ))) : :) (comma_expression "Stub_table<32,_false>*>_>\n ._M_impl._M_finish != local_5c" (binary_expression "Stub_table<32" identifier < number_literal) , (binary_expression "_false>*>_>\n ._M_impl._M_finish != local_5c" (field_expression "_false>*>_>\n ._M_impl._M_finish" (field_expression "_false>*>_>\n ._M_impl" (binary_expression "_false>*>_" identifier > (pointer_expression "*>_" * (ERROR ">" >) identifier)) (ERROR ">" >) . field_identifier) . field_identifier) != identifier)) )) ;) (goto_statement "goto LAB_001e9870;" goto statement_identifier ;) })) (expression_statement "local_ac = (input_objects->relobj_list_).\n super__Vector_base<gold::Relobj*,_std::allocator<gold::Relobj*>_>._M_impl._M_start;" (field_expression "local_ac = (input_objects->relobj_list_).\n super__Vector_base<gold::Relobj*,_std::allocator<gold::Relobj*>_>._M_impl._M_start" (field_expression "local_ac = (input_objects->relobj_list_).\n super__Vector_base<gold::Relobj*,_std::allocator<gold::Relobj*>_>._M_impl" (binary_expression "local_ac = (input_objects->relobj_list_).\n super__Vector_base<gold::Relobj*,_std::allocator<gold::Relobj*>_" (binary_expression "local_ac = (input_objects->relobj_list_).\n super__Vector_base<gold::Relobj*,_std::allocator<gold" (binary_expression "local_ac = (input_objects->relobj_list_).\n super__Vector_base<gold::Relobj*,_std" (assignment_expression "local_ac = (input_objects->relobj_list_).\n super__Vector_base<gold" identifier = (binary_expression "(input_objects->relobj_list_).\n super__Vector_base<gold" (field_expression "(input_objects->relobj_list_).\n super__Vector_base" (parenthesized_expression "(input_objects->relobj_list_)" ( (field_expression "input_objects->relobj_list_" identifier -> field_identifier) )) . field_identifier) < identifier)) (ERROR "::Relobj" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Relobj" : : identifier) * (ERROR ">" >) identifier) (ERROR ">" >) . field_identifier) . field_identifier) ;) (if_statement "if ((input_objects->relobj_list_).\n super__Vector_base<gold::Relobj*,_std::allocator<gold::Relobj*>_>._M_impl._M_finish ==\n local_ac) goto LAB_001ea087;" if (parenthesized_expression "((input_objects->relobj_list_).\n super__Vector_base<gold::Relobj*,_std::allocator<gold::Relobj*>_>._M_impl._M_finish ==\n local_ac)" ( (binary_expression "(input_objects->relobj_list_).\n super__Vector_base<gold::Relobj*,_std::allocator<gold::Relobj*>_>._M_impl._M_finish ==\n local_ac" (field_expression "(input_objects->relobj_list_).\n super__Vector_base<gold::Relobj*,_std::allocator<gold::Relobj*>_>._M_impl._M_finish" (field_expression "(input_objects->relobj_list_).\n super__Vector_base<gold::Relobj*,_std::allocator<gold::Relobj*>_>._M_impl" (binary_expression "(input_objects->relobj_list_).\n super__Vector_base<gold::Relobj*,_std::allocator<gold::Relobj*>_" (binary_expression "(input_objects->relobj_list_).\n super__Vector_base<gold::Relobj*,_std::allocator<gold" (binary_expression "(input_objects->relobj_list_).\n super__Vector_base<gold::Relobj*,_std" (binary_expression "(input_objects->relobj_list_).\n super__Vector_base<gold" (field_expression "(input_objects->relobj_list_).\n super__Vector_base" (parenthesized_expression "(input_objects->relobj_list_)" ( (field_expression "input_objects->relobj_list_" identifier -> field_identifier) )) . field_identifier) < identifier) (ERROR "::Relobj" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Relobj" : : identifier) * (ERROR ">" >) identifier) (ERROR ">" >) . field_identifier) . field_identifier) == identifier) )) (goto_statement "goto LAB_001ea087;" goto statement_identifier ;)) (labeled_statement "LAB_001e98a0:\n do {\n this_01 = (The_aarch64_relobj *)*local_ac;\n if (*(Input_file **)&this_01->field_0x1c == (Input_file *)0x0) {\nLAB_001ea110:\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea129 to 001ea2b9 has its CatchHandler @ 001ea8e9 */\n gold::do_gold_unreachable("../../gold/object.h",0x1e3,"input_file");\n }\n gold::File_read::lock(&(*(Input_file **)&this_01->field_0x1c)->file_,task);\n pSVar4 = *(Stub_table<32,_false> **)&this_01->field_0x28;\n if (*(Input_file **)&this_01->field_0x1c == (Input_file *)0x0) goto LAB_001ea110;\n /* try { // try from 001e9908 to 001e9f55 has its CatchHandler @ 001ea8e9 */\n insn3 = gold::File_read::get_view\n (&(*(Input_file **)&this_01->field_0x1c)->file_,\n *(off_t *)&this_01->field_0x20,*(off_t *)&this_01->field_0x94,\n (int)pSVar4 * 0x28,true,true);\n gold::Sized_relobj_file<32,_false>::initialize_input_to_output_maps\n ((Sized_relobj_file<32,_false> *)this_01);\n if ((Stub_table<32,_false> *)0x1 < pSVar4) {\n pGVar22 = gold::parameters->options_;\n if (pGVar22 == (General_options *)0x0) {\nLAB_001e9d87:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n local_64 = (Stub_table<32,_false> *)0x1;\n p_Var38 = &(this_01->mapping_symbol_info_)._M_t._M_impl.super__Rb_tree_header;\n ppSVar12 = (pointer_conflict)insn3;\n do {\n local_5c = (pointer_conflict)((int)ppSVar12 + 0x28);\n iVar18 = *(int *)((int)ppSVar12 + 0x2c);\n if (((((pGVar22->fix_cortex_a53_843419_).value != false) ||\n ((pGVar22->fix_cortex_a53_835769_).value != false)) &&\n (*(int *)((int)ppSVar12 + 0x3c) != 0)) && ((*(byte *)((int)ppSVar12 + 0x30) & 6) != 0)\n ) {\n pOVar7 = (((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_start[(int)local_64];\n if ((pOVar7 != (Output_section *)0x0) && (iVar18 == 1)) {\n a64relobj = this_01;\n pSVar47 = local_64;\n bVar42 = gold::Symbol_table::is_section_folded\n (symtab,(Relobj *)this_01,(uint)local_64);\n if (!bVar42) {\n puVar8 = (((vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl.\n _M_start;\n if ((Stub_table<32,_false> *)\n ((int)*(pointer *)&this_01->field_0x88 - (int)puVar8 >> 2) <= local_64) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/object.h",0x7f7,"get_output_section_offset")\n ;\n }\n uVar37 = puVar8[(int)local_64];\n if (uVar37 == 0xffffffff) {\n a64relobj = this_01;\n pSVar47 = local_64;\n pOVar23 = gold::Output_section::find_relaxed_input_section\n (pOVar7,(Relobj *)this_01,(uint)local_64);\n if (pOVar23 == (Output_relaxed_input_section *)0x0) goto LAB_001e9c60;\n if (((pOVar23->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.field_0x1c & 1) == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n local_74 = (int)(pOVar23->super_Output_section_data_build).\n super_Output_section_data.super_Output_data.address_;\n }\n else {\n if (((pOVar7->super_Output_data).field_0x1c & 1) == 0) goto LAB_001ea816;\n local_74 = uVar37 + (int)(pOVar7->super_Output_data).address_;\n }\n ppSVar30 = (this_01->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std::allocator<(anonymous_namespace)::Stub_table<32,_false>*>_>\n ._M_impl._M_start;\n if ((Stub_table<32,_false> *)\n ((int)(this_01->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std::allocator<(anonymous_namespace)::Stub_table<32,_false>*>_>\n ._M_impl._M_finish - (int)ppSVar30 >> 2) <= local_64) {\n /* try { // try from 001ea811 to 001ea851 has its CatchHandler @ 001ea8e9 */\n AArch64_relobj<32,_false>::stub_table(in_stack_ffffff44,(uint)in_stack_ffffff48);\nLAB_001ea816:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n if ((ppSVar30[(int)local_64] != (Stub_table<32,_false> *)0x0) &&\n (Stub_table<32,_false>::find_erratum_stubs_for_input_section\n (local_64,a64relobj,(uint)pSVar47), local_44 != local_40)) {\n _Var9 = local_44[1]._M_color;\n iVar18 = local_74 + *(int *)(_Var9 + 0x18);\n *(int *)(_Var9 + 0x20) = iVar18;\n p_Var20 = local_44;\n while( true ) {\n if (iVar18 + 4 == -1) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x361,"set_destination_address");\n }\n *(int *)(_Var9 + 4) = iVar18 + 4;\n p_Var20 = (_Rb_tree_node_base *)std::_Rb_tree_increment(p_Var20);\n if (p_Var20 == local_40) break;\n _Var9 = p_Var20[1]._M_color;\n iVar18 = *(int *)(_Var9 + 0x18) + local_74;\n *(int *)(_Var9 + 0x20) = iVar18;\n }\n }\n input_view_size = 0;\n puVar21 = gold::Object::section_contents\n ((Object *)this_01,(uint)local_64,&input_view_size,false);\n p_Var20 = (this_01->mapping_symbol_info_)._M_t._M_impl.super__Rb_tree_header.\n _M_header._M_parent;\n p_Var31 = &p_Var38->_M_header;\n if (p_Var20 != (_Rb_tree_node_base *)0x0) {\n do {\n while (p_Var32 = p_Var20,\n local_64 <= (Stub_table<32,_false> *)p_Var32[1]._M_color) {\n p_Var20 = p_Var32->_M_left;\n p_Var31 = p_Var32;\n if (p_Var32->_M_left == (_Base_ptr)0x0) goto LAB_001e9af5;\n }\n pp_Var3 = &p_Var32->_M_right;\n p_Var20 = *pp_Var3;\n p_Var32 = p_Var31;\n } while (*pp_Var3 != (_Base_ptr)0x0);\nLAB_001e9af5:\n if (p_Var38 != (_Rb_tree_header *)p_Var32) {\n pSVar47 = (Stub_table<32,_false> *)p_Var32[1]._M_color;\n while (local_64 == pSVar47) {\n p_Var20 = (_Rb_tree_node_base *)std::_Rb_tree_increment(p_Var32);\n if (*(char *)&p_Var32[1]._M_left == 'x') {\n p_Var10 = p_Var32[1]._M_parent;\n if ((p_Var38 == (_Rb_tree_header *)p_Var20) ||\n ((Stub_table<32,_false> *)p_Var20[1]._M_color != local_64)) {\n local_54 = *(_Base_ptr *)((int)ppSVar12 + 0x3c);\n }\n else {\n local_54 = p_Var20[1]._M_parent;\n }\n pGVar22 = gold::parameters->options_;\n if (pGVar22 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if (((pGVar22->fix_cortex_a53_843419_).value != false) &&\n (uVar37 = (int)&p_Var10->_M_color + local_74, (uVar37 & 3) == 0)) {\n iVar18 = 0;\n if ((uVar37 & 0xfff) < 0xff8) {\n iVar18 = 0xff8 - (uVar37 & 0xfff);\n }\n while (iVar18 + 0xcU <= (uint)((int)local_54 - (int)p_Var10)) {\n erratum_insn_offset = (int)&p_Var10->_M_color + iVar18;\n puVar35 = (uint *)(puVar21 + erratum_insn_offset);\n uVar40 = uVar37 + iVar18;\n if ((*puVar35 & 0x9f000000) == 0x90000000) {\n local_90 = (AArch64_relobj<32,_false> *)puVar35[2];\n bVar42 = is_erratum_843419_sequence\n ((Target_aarch64<32,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00,\n (Valtype)insn3);\n if (bVar42) {\n iVar36 = 8;\nLAB_001e9f35:\n create_erratum_stub((Target_aarch64<32,_false> *)(iVar36 + uVar40),\n local_90,4,erratum_insn_offset,\n (Address)in_stack_ffffff44,\n (Insntype)in_stack_ffffff48,(int)task_00,\n (uint)insn3);\n }\n else if (((iVar18 + 0x10U <= (uint)((int)local_54 - (int)p_Var10)) &&\n (((uint)local_90 & 0x7c000000) != 0x14000000)) &&\n (((uint)local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = (AArch64_relobj<32,_false> *)puVar35[3];\n bVar42 = is_erratum_843419_sequence\n ((Target_aarch64<32,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00,\n (Valtype)insn3);\n if (bVar42) {\n iVar36 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n iVar36 = iVar18 + 4;\n iVar18 = iVar18 + 0xffc;\n if ((uVar40 & 0xfff) == 0xff8) {\n iVar18 = iVar36;\n }\n }\n pGVar22 = gold::parameters->options_;\n if (pGVar22 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (((pGVar22->fix_cortex_a53_835769_).value != false) &&\n (uVar37 = (int)local_54 - (int)p_Var10, 4 < uVar37)) {\n local_54 = (_Base_ptr)0x4;\n p_Var33 = (_Base_ptr)0x0;\n do {\n iVar18 = (int)&p_Var10->_M_color + (int)p_Var33;\n relobj = *(AArch64_relobj<32,_false> **)(puVar21 + iVar18 + 4);\n bVar42 = Target_aarch64<64,_false>::is_erratum_835769_sequence\n ((Target_aarch64<64,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00);\n if (bVar42) {\n pcVar11 = (((string *)&this_01->field_0x4)->_M_dataplus)._M_p;\n format = (char *)gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n gold::gold_info(format,pcVar11,local_64,iVar18);\n create_erratum_stub((Target_aarch64<32,_false> *)\n ((int)&p_Var10->_M_parent +\n (int)p_Var33 + local_74),relobj,5,0,\n (Address)in_stack_ffffff44,\n (Insntype)in_stack_ffffff48,(int)task_00,\n (uint)insn3);\n p_Var33 = local_54;\n }\n local_54 = (_Base_ptr)((int)p_Var33 + 8);\n p_Var33 = (_Base_ptr)((int)p_Var33 + 4);\n } while (local_54 < uVar37);\n }\n }\n if (p_Var38 == (_Rb_tree_header *)p_Var20) break;\n p_Var32 = p_Var20;\n pSVar47 = (Stub_table<32,_false> *)p_Var20[1]._M_color;\n }\n }\n }\n }\nLAB_001e9c60:\n iVar18 = *(int *)((int)ppSVar12 + 0x2c);\n }\n }\n if ((iVar18 == 4) && (iVar18 = *(int *)((int)ppSVar12 + 0x3c), iVar18 != 0)) {\n uVar37 = *(uint *)((int)ppSVar12 + 0x40);\n if (0xfeff < uVar37) {\n elfcpp::Elf_file<32,_false,_gold::Object>::initialize_shnum\n ((Elf_file<32,_false,_gold::Object> *)&this_01->field_0x90);\n uVar37 = uVar37 + *(int *)&this_01->field_0xa4;\n }\n if (((*(uint *)&this_01->field_0xac == uVar37) &&\n (*(int *)((int)ppSVar12 + 0x4c) == 0xc)) &&\n (lVar45 = __moddi3(iVar18,0,0xc,0), lVar45 == 0)) {\n local_6c = *(uint *)((int)ppSVar12 + 0x44);\n if (0xfeff < local_6c) {\n /* try { // try from 001ea0ad to 001ea0b1 has its CatchHandler @ 001ea8e9 */\n elfcpp::Elf_file<32,_false,_gold::Object>::initialize_shnum\n ((Elf_file<32,_false,_gold::Object> *)&this_01->field_0x90);\n local_6c = local_6c + *(int *)&this_01->field_0xa4;\n }\n if (((local_6c < *(uint *)&this_01->field_0x28) &&\n (*(int *)(insn3 + local_6c * 0x28 + 0x14) != 0)) &&\n (((insn3[local_6c * 0x28 + 8] & 2) != 0 &&\n ((*(int *)(insn3 + local_6c * 0x28 + 4) == 1 &&\n (pOVar7 = (((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_start[local_6c], pOVar7 != (Output_section *)0x0)))))) {\n bVar42 = gold::Symbol_table::is_section_folded(symtab,(Relobj *)this_01,local_6c);\n bVar43 = false;\n bVar42 = !bVar42;\n if (bVar42) {\n iVar18 = 10;\n pbVar34 = (byte *)pOVar7->name_;\n pbVar39 = (byte *)".eh_frame";\n do {\n if (iVar18 == 0) break;\n iVar18 = iVar18 + -1;\n bVar43 = *pbVar34 < *pbVar39;\n bVar42 = *pbVar34 == *pbVar39;\n pbVar34 = pbVar34 + (uint)bVar44 * -2 + 1;\n pbVar39 = pbVar39 + (uint)bVar44 * -2 + 1;\n } while (bVar42);\n if ((!bVar43 && !bVar42) != bVar43) {\n puVar8 = (((vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>).\n _M_impl._M_start;\n if ((uint)((int)*(pointer *)&this_01->field_0x88 - (int)puVar8 >> 2) <= local_6c\n ) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea8ba to 001ea8da has its CatchHandler @ 001ea8e9 */\n gold::do_gold_unreachable\n ("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n /* try { // try from 001ea64a to 001ea73e has its CatchHandler @ 001ea8e9 */\n if ((puVar8[local_6c] == 0xffffffff) &&\n (pOVar23 = gold::Output_section::find_relaxed_input_section\n (pOVar7,(Relobj *)this_01,local_6c),\n pOVar23 == (Output_relaxed_input_section *)0x0)) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable");\n }\n uVar37 = *(uint *)((int)ppSVar12 + 0x44);\n if (0xfeff < uVar37) {\n elfcpp::Elf_file<32,_false,_gold::Object>::initialize_shnum\n ((Elf_file<32,_false,_gold::Object> *)&this_01->field_0x90);\n uVar37 = uVar37 + *(int *)&this_01->field_0xa4;\n }\n puVar8 = (((vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>).\n _M_impl._M_start;\n if ((uint)((int)*(pointer *)&this_01->field_0x88 - (int)puVar8 >> 2) <= uVar37)\n {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n pOVar7 = (((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_start[uVar37];\n if (puVar8[uVar37] == 0xffffffff) {\n pOVar23 = gold::Output_section::find_relaxed_input_section\n (pOVar7,(Relobj *)this_01,uVar37);\n if (pOVar23 == (Output_relaxed_input_section *)0x0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea7ee to 001ea7f2 has its CatchHandler @ 001ea8e9 */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if (((pOVar23->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.field_0x1c & 1) == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n }\n else if (((pOVar7->super_Output_data).field_0x1c & 1) == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n if (*(Input_file **)&this_01->field_0x1c == (Input_file *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/object.h",0x1e3,"input_file");\n }\n gold::File_read::get_view\n (&(*(Input_file **)&this_01->field_0x1c)->file_,\n *(off_t *)&this_01->field_0x20,\n (ulonglong)*(uint *)((int)ppSVar12 + 0x38),\n *(section_size_type *)((int)ppSVar12 + 0x3c),true,false);\n input_view_size_1 = 0;\n gold::Object::section_contents\n ((Object *)this_01,uVar37,&input_view_size_1,false);\n if (*(int *)((int)ppSVar12 + 0x2c) != 4) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }\n }\n }\n }\n }\n }\n local_64 = (Stub_table<32,_false> *)\n ((int)&(local_64->super_Output_data)._vptr_Output_data + 1);\n if (pSVar4 == local_64) break;\n pGVar22 = gold::parameters->options_;\n ppSVar12 = local_5c;\n if (pGVar22 == (General_options *)0x0) goto LAB_001e9d87;\n } while( true );\n }\n if (*(Input_file **)&this_01->field_0x1c != (Input_file *)0x0) {\n gold::File_read::unlock(&(*(Input_file **)&this_01->field_0x1c)->file_,task);\n }\n local_ac = local_ac + 1;\n } while ((input_objects->relobj_list_).\n super__Vector_base<gold::Relobj*,_std::allocator<gold::Relobj*>_>._M_impl._M_finish !=\n local_ac);" statement_identifier : (do_statement "do {\n this_01 = (The_aarch64_relobj *)*local_ac;\n if (*(Input_file **)&this_01->field_0x1c == (Input_file *)0x0) {\nLAB_001ea110:\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea129 to 001ea2b9 has its CatchHandler @ 001ea8e9 */\n gold::do_gold_unreachable("../../gold/object.h",0x1e3,"input_file");\n }\n gold::File_read::lock(&(*(Input_file **)&this_01->field_0x1c)->file_,task);\n pSVar4 = *(Stub_table<32,_false> **)&this_01->field_0x28;\n if (*(Input_file **)&this_01->field_0x1c == (Input_file *)0x0) goto LAB_001ea110;\n /* try { // try from 001e9908 to 001e9f55 has its CatchHandler @ 001ea8e9 */\n insn3 = gold::File_read::get_view\n (&(*(Input_file **)&this_01->field_0x1c)->file_,\n *(off_t *)&this_01->field_0x20,*(off_t *)&this_01->field_0x94,\n (int)pSVar4 * 0x28,true,true);\n gold::Sized_relobj_file<32,_false>::initialize_input_to_output_maps\n ((Sized_relobj_file<32,_false> *)this_01);\n if ((Stub_table<32,_false> *)0x1 < pSVar4) {\n pGVar22 = gold::parameters->options_;\n if (pGVar22 == (General_options *)0x0) {\nLAB_001e9d87:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n local_64 = (Stub_table<32,_false> *)0x1;\n p_Var38 = &(this_01->mapping_symbol_info_)._M_t._M_impl.super__Rb_tree_header;\n ppSVar12 = (pointer_conflict)insn3;\n do {\n local_5c = (pointer_conflict)((int)ppSVar12 + 0x28);\n iVar18 = *(int *)((int)ppSVar12 + 0x2c);\n if (((((pGVar22->fix_cortex_a53_843419_).value != false) ||\n ((pGVar22->fix_cortex_a53_835769_).value != false)) &&\n (*(int *)((int)ppSVar12 + 0x3c) != 0)) && ((*(byte *)((int)ppSVar12 + 0x30) & 6) != 0)\n ) {\n pOVar7 = (((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_start[(int)local_64];\n if ((pOVar7 != (Output_section *)0x0) && (iVar18 == 1)) {\n a64relobj = this_01;\n pSVar47 = local_64;\n bVar42 = gold::Symbol_table::is_section_folded\n (symtab,(Relobj *)this_01,(uint)local_64);\n if (!bVar42) {\n puVar8 = (((vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl.\n _M_start;\n if ((Stub_table<32,_false> *)\n ((int)*(pointer *)&this_01->field_0x88 - (int)puVar8 >> 2) <= local_64) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/object.h",0x7f7,"get_output_section_offset")\n ;\n }\n uVar37 = puVar8[(int)local_64];\n if (uVar37 == 0xffffffff) {\n a64relobj = this_01;\n pSVar47 = local_64;\n pOVar23 = gold::Output_section::find_relaxed_input_section\n (pOVar7,(Relobj *)this_01,(uint)local_64);\n if (pOVar23 == (Output_relaxed_input_section *)0x0) goto LAB_001e9c60;\n if (((pOVar23->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.field_0x1c & 1) == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n local_74 = (int)(pOVar23->super_Output_section_data_build).\n super_Output_section_data.super_Output_data.address_;\n }\n else {\n if (((pOVar7->super_Output_data).field_0x1c & 1) == 0) goto LAB_001ea816;\n local_74 = uVar37 + (int)(pOVar7->super_Output_data).address_;\n }\n ppSVar30 = (this_01->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std::allocator<(anonymous_namespace)::Stub_table<32,_false>*>_>\n ._M_impl._M_start;\n if ((Stub_table<32,_false> *)\n ((int)(this_01->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std::allocator<(anonymous_namespace)::Stub_table<32,_false>*>_>\n ._M_impl._M_finish - (int)ppSVar30 >> 2) <= local_64) {\n /* try { // try from 001ea811 to 001ea851 has its CatchHandler @ 001ea8e9 */\n AArch64_relobj<32,_false>::stub_table(in_stack_ffffff44,(uint)in_stack_ffffff48);\nLAB_001ea816:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n if ((ppSVar30[(int)local_64] != (Stub_table<32,_false> *)0x0) &&\n (Stub_table<32,_false>::find_erratum_stubs_for_input_section\n (local_64,a64relobj,(uint)pSVar47), local_44 != local_40)) {\n _Var9 = local_44[1]._M_color;\n iVar18 = local_74 + *(int *)(_Var9 + 0x18);\n *(int *)(_Var9 + 0x20) = iVar18;\n p_Var20 = local_44;\n while( true ) {\n if (iVar18 + 4 == -1) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x361,"set_destination_address");\n }\n *(int *)(_Var9 + 4) = iVar18 + 4;\n p_Var20 = (_Rb_tree_node_base *)std::_Rb_tree_increment(p_Var20);\n if (p_Var20 == local_40) break;\n _Var9 = p_Var20[1]._M_color;\n iVar18 = *(int *)(_Var9 + 0x18) + local_74;\n *(int *)(_Var9 + 0x20) = iVar18;\n }\n }\n input_view_size = 0;\n puVar21 = gold::Object::section_contents\n ((Object *)this_01,(uint)local_64,&input_view_size,false);\n p_Var20 = (this_01->mapping_symbol_info_)._M_t._M_impl.super__Rb_tree_header.\n _M_header._M_parent;\n p_Var31 = &p_Var38->_M_header;\n if (p_Var20 != (_Rb_tree_node_base *)0x0) {\n do {\n while (p_Var32 = p_Var20,\n local_64 <= (Stub_table<32,_false> *)p_Var32[1]._M_color) {\n p_Var20 = p_Var32->_M_left;\n p_Var31 = p_Var32;\n if (p_Var32->_M_left == (_Base_ptr)0x0) goto LAB_001e9af5;\n }\n pp_Var3 = &p_Var32->_M_right;\n p_Var20 = *pp_Var3;\n p_Var32 = p_Var31;\n } while (*pp_Var3 != (_Base_ptr)0x0);\nLAB_001e9af5:\n if (p_Var38 != (_Rb_tree_header *)p_Var32) {\n pSVar47 = (Stub_table<32,_false> *)p_Var32[1]._M_color;\n while (local_64 == pSVar47) {\n p_Var20 = (_Rb_tree_node_base *)std::_Rb_tree_increment(p_Var32);\n if (*(char *)&p_Var32[1]._M_left == 'x') {\n p_Var10 = p_Var32[1]._M_parent;\n if ((p_Var38 == (_Rb_tree_header *)p_Var20) ||\n ((Stub_table<32,_false> *)p_Var20[1]._M_color != local_64)) {\n local_54 = *(_Base_ptr *)((int)ppSVar12 + 0x3c);\n }\n else {\n local_54 = p_Var20[1]._M_parent;\n }\n pGVar22 = gold::parameters->options_;\n if (pGVar22 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if (((pGVar22->fix_cortex_a53_843419_).value != false) &&\n (uVar37 = (int)&p_Var10->_M_color + local_74, (uVar37 & 3) == 0)) {\n iVar18 = 0;\n if ((uVar37 & 0xfff) < 0xff8) {\n iVar18 = 0xff8 - (uVar37 & 0xfff);\n }\n while (iVar18 + 0xcU <= (uint)((int)local_54 - (int)p_Var10)) {\n erratum_insn_offset = (int)&p_Var10->_M_color + iVar18;\n puVar35 = (uint *)(puVar21 + erratum_insn_offset);\n uVar40 = uVar37 + iVar18;\n if ((*puVar35 & 0x9f000000) == 0x90000000) {\n local_90 = (AArch64_relobj<32,_false> *)puVar35[2];\n bVar42 = is_erratum_843419_sequence\n ((Target_aarch64<32,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00,\n (Valtype)insn3);\n if (bVar42) {\n iVar36 = 8;\nLAB_001e9f35:\n create_erratum_stub((Target_aarch64<32,_false> *)(iVar36 + uVar40),\n local_90,4,erratum_insn_offset,\n (Address)in_stack_ffffff44,\n (Insntype)in_stack_ffffff48,(int)task_00,\n (uint)insn3);\n }\n else if (((iVar18 + 0x10U <= (uint)((int)local_54 - (int)p_Var10)) &&\n (((uint)local_90 & 0x7c000000) != 0x14000000)) &&\n (((uint)local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = (AArch64_relobj<32,_false> *)puVar35[3];\n bVar42 = is_erratum_843419_sequence\n ((Target_aarch64<32,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00,\n (Valtype)insn3);\n if (bVar42) {\n iVar36 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n iVar36 = iVar18 + 4;\n iVar18 = iVar18 + 0xffc;\n if ((uVar40 & 0xfff) == 0xff8) {\n iVar18 = iVar36;\n }\n }\n pGVar22 = gold::parameters->options_;\n if (pGVar22 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (((pGVar22->fix_cortex_a53_835769_).value != false) &&\n (uVar37 = (int)local_54 - (int)p_Var10, 4 < uVar37)) {\n local_54 = (_Base_ptr)0x4;\n p_Var33 = (_Base_ptr)0x0;\n do {\n iVar18 = (int)&p_Var10->_M_color + (int)p_Var33;\n relobj = *(AArch64_relobj<32,_false> **)(puVar21 + iVar18 + 4);\n bVar42 = Target_aarch64<64,_false>::is_erratum_835769_sequence\n ((Target_aarch64<64,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00);\n if (bVar42) {\n pcVar11 = (((string *)&this_01->field_0x4)->_M_dataplus)._M_p;\n format = (char *)gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n gold::gold_info(format,pcVar11,local_64,iVar18);\n create_erratum_stub((Target_aarch64<32,_false> *)\n ((int)&p_Var10->_M_parent +\n (int)p_Var33 + local_74),relobj,5,0,\n (Address)in_stack_ffffff44,\n (Insntype)in_stack_ffffff48,(int)task_00,\n (uint)insn3);\n p_Var33 = local_54;\n }\n local_54 = (_Base_ptr)((int)p_Var33 + 8);\n p_Var33 = (_Base_ptr)((int)p_Var33 + 4);\n } while (local_54 < uVar37);\n }\n }\n if (p_Var38 == (_Rb_tree_header *)p_Var20) break;\n p_Var32 = p_Var20;\n pSVar47 = (Stub_table<32,_false> *)p_Var20[1]._M_color;\n }\n }\n }\n }\nLAB_001e9c60:\n iVar18 = *(int *)((int)ppSVar12 + 0x2c);\n }\n }\n if ((iVar18 == 4) && (iVar18 = *(int *)((int)ppSVar12 + 0x3c), iVar18 != 0)) {\n uVar37 = *(uint *)((int)ppSVar12 + 0x40);\n if (0xfeff < uVar37) {\n elfcpp::Elf_file<32,_false,_gold::Object>::initialize_shnum\n ((Elf_file<32,_false,_gold::Object> *)&this_01->field_0x90);\n uVar37 = uVar37 + *(int *)&this_01->field_0xa4;\n }\n if (((*(uint *)&this_01->field_0xac == uVar37) &&\n (*(int *)((int)ppSVar12 + 0x4c) == 0xc)) &&\n (lVar45 = __moddi3(iVar18,0,0xc,0), lVar45 == 0)) {\n local_6c = *(uint *)((int)ppSVar12 + 0x44);\n if (0xfeff < local_6c) {\n /* try { // try from 001ea0ad to 001ea0b1 has its CatchHandler @ 001ea8e9 */\n elfcpp::Elf_file<32,_false,_gold::Object>::initialize_shnum\n ((Elf_file<32,_false,_gold::Object> *)&this_01->field_0x90);\n local_6c = local_6c + *(int *)&this_01->field_0xa4;\n }\n if (((local_6c < *(uint *)&this_01->field_0x28) &&\n (*(int *)(insn3 + local_6c * 0x28 + 0x14) != 0)) &&\n (((insn3[local_6c * 0x28 + 8] & 2) != 0 &&\n ((*(int *)(insn3 + local_6c * 0x28 + 4) == 1 &&\n (pOVar7 = (((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_start[local_6c], pOVar7 != (Output_section *)0x0)))))) {\n bVar42 = gold::Symbol_table::is_section_folded(symtab,(Relobj *)this_01,local_6c);\n bVar43 = false;\n bVar42 = !bVar42;\n if (bVar42) {\n iVar18 = 10;\n pbVar34 = (byte *)pOVar7->name_;\n pbVar39 = (byte *)".eh_frame";\n do {\n if (iVar18 == 0) break;\n iVar18 = iVar18 + -1;\n bVar43 = *pbVar34 < *pbVar39;\n bVar42 = *pbVar34 == *pbVar39;\n pbVar34 = pbVar34 + (uint)bVar44 * -2 + 1;\n pbVar39 = pbVar39 + (uint)bVar44 * -2 + 1;\n } while (bVar42);\n if ((!bVar43 && !bVar42) != bVar43) {\n puVar8 = (((vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>).\n _M_impl._M_start;\n if ((uint)((int)*(pointer *)&this_01->field_0x88 - (int)puVar8 >> 2) <= local_6c\n ) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea8ba to 001ea8da has its CatchHandler @ 001ea8e9 */\n gold::do_gold_unreachable\n ("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n /* try { // try from 001ea64a to 001ea73e has its CatchHandler @ 001ea8e9 */\n if ((puVar8[local_6c] == 0xffffffff) &&\n (pOVar23 = gold::Output_section::find_relaxed_input_section\n (pOVar7,(Relobj *)this_01,local_6c),\n pOVar23 == (Output_relaxed_input_section *)0x0)) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable");\n }\n uVar37 = *(uint *)((int)ppSVar12 + 0x44);\n if (0xfeff < uVar37) {\n elfcpp::Elf_file<32,_false,_gold::Object>::initialize_shnum\n ((Elf_file<32,_false,_gold::Object> *)&this_01->field_0x90);\n uVar37 = uVar37 + *(int *)&this_01->field_0xa4;\n }\n puVar8 = (((vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>).\n _M_impl._M_start;\n if ((uint)((int)*(pointer *)&this_01->field_0x88 - (int)puVar8 >> 2) <= uVar37)\n {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n pOVar7 = (((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_start[uVar37];\n if (puVar8[uVar37] == 0xffffffff) {\n pOVar23 = gold::Output_section::find_relaxed_input_section\n (pOVar7,(Relobj *)this_01,uVar37);\n if (pOVar23 == (Output_relaxed_input_section *)0x0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea7ee to 001ea7f2 has its CatchHandler @ 001ea8e9 */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if (((pOVar23->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.field_0x1c & 1) == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n }\n else if (((pOVar7->super_Output_data).field_0x1c & 1) == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n if (*(Input_file **)&this_01->field_0x1c == (Input_file *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/object.h",0x1e3,"input_file");\n }\n gold::File_read::get_view\n (&(*(Input_file **)&this_01->field_0x1c)->file_,\n *(off_t *)&this_01->field_0x20,\n (ulonglong)*(uint *)((int)ppSVar12 + 0x38),\n *(section_size_type *)((int)ppSVar12 + 0x3c),true,false);\n input_view_size_1 = 0;\n gold::Object::section_contents\n ((Object *)this_01,uVar37,&input_view_size_1,false);\n if (*(int *)((int)ppSVar12 + 0x2c) != 4) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }\n }\n }\n }\n }\n }\n local_64 = (Stub_table<32,_false> *)\n ((int)&(local_64->super_Output_data)._vptr_Output_data + 1);\n if (pSVar4 == local_64) break;\n pGVar22 = gold::parameters->options_;\n ppSVar12 = local_5c;\n if (pGVar22 == (General_options *)0x0) goto LAB_001e9d87;\n } while( true );\n }\n if (*(Input_file **)&this_01->field_0x1c != (Input_file *)0x0) {\n gold::File_read::unlock(&(*(Input_file **)&this_01->field_0x1c)->file_,task);\n }\n local_ac = local_ac + 1;\n } while ((input_objects->relobj_list_).\n super__Vector_base<gold::Relobj*,_std::allocator<gold::Relobj*>_>._M_impl._M_finish !=\n local_ac);" do (compound_statement "{\n this_01 = (The_aarch64_relobj *)*local_ac;\n if (*(Input_file **)&this_01->field_0x1c == (Input_file *)0x0) {\nLAB_001ea110:\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea129 to 001ea2b9 has its CatchHandler @ 001ea8e9 */\n gold::do_gold_unreachable("../../gold/object.h",0x1e3,"input_file");\n }\n gold::File_read::lock(&(*(Input_file **)&this_01->field_0x1c)->file_,task);\n pSVar4 = *(Stub_table<32,_false> **)&this_01->field_0x28;\n if (*(Input_file **)&this_01->field_0x1c == (Input_file *)0x0) goto LAB_001ea110;\n /* try { // try from 001e9908 to 001e9f55 has its CatchHandler @ 001ea8e9 */\n insn3 = gold::File_read::get_view\n (&(*(Input_file **)&this_01->field_0x1c)->file_,\n *(off_t *)&this_01->field_0x20,*(off_t *)&this_01->field_0x94,\n (int)pSVar4 * 0x28,true,true);\n gold::Sized_relobj_file<32,_false>::initialize_input_to_output_maps\n ((Sized_relobj_file<32,_false> *)this_01);\n if ((Stub_table<32,_false> *)0x1 < pSVar4) {\n pGVar22 = gold::parameters->options_;\n if (pGVar22 == (General_options *)0x0) {\nLAB_001e9d87:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n local_64 = (Stub_table<32,_false> *)0x1;\n p_Var38 = &(this_01->mapping_symbol_info_)._M_t._M_impl.super__Rb_tree_header;\n ppSVar12 = (pointer_conflict)insn3;\n do {\n local_5c = (pointer_conflict)((int)ppSVar12 + 0x28);\n iVar18 = *(int *)((int)ppSVar12 + 0x2c);\n if (((((pGVar22->fix_cortex_a53_843419_).value != false) ||\n ((pGVar22->fix_cortex_a53_835769_).value != false)) &&\n (*(int *)((int)ppSVar12 + 0x3c) != 0)) && ((*(byte *)((int)ppSVar12 + 0x30) & 6) != 0)\n ) {\n pOVar7 = (((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_start[(int)local_64];\n if ((pOVar7 != (Output_section *)0x0) && (iVar18 == 1)) {\n a64relobj = this_01;\n pSVar47 = local_64;\n bVar42 = gold::Symbol_table::is_section_folded\n (symtab,(Relobj *)this_01,(uint)local_64);\n if (!bVar42) {\n puVar8 = (((vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl.\n _M_start;\n if ((Stub_table<32,_false> *)\n ((int)*(pointer *)&this_01->field_0x88 - (int)puVar8 >> 2) <= local_64) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/object.h",0x7f7,"get_output_section_offset")\n ;\n }\n uVar37 = puVar8[(int)local_64];\n if (uVar37 == 0xffffffff) {\n a64relobj = this_01;\n pSVar47 = local_64;\n pOVar23 = gold::Output_section::find_relaxed_input_section\n (pOVar7,(Relobj *)this_01,(uint)local_64);\n if (pOVar23 == (Output_relaxed_input_section *)0x0) goto LAB_001e9c60;\n if (((pOVar23->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.field_0x1c & 1) == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n local_74 = (int)(pOVar23->super_Output_section_data_build).\n super_Output_section_data.super_Output_data.address_;\n }\n else {\n if (((pOVar7->super_Output_data).field_0x1c & 1) == 0) goto LAB_001ea816;\n local_74 = uVar37 + (int)(pOVar7->super_Output_data).address_;\n }\n ppSVar30 = (this_01->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std::allocator<(anonymous_namespace)::Stub_table<32,_false>*>_>\n ._M_impl._M_start;\n if ((Stub_table<32,_false> *)\n ((int)(this_01->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std::allocator<(anonymous_namespace)::Stub_table<32,_false>*>_>\n ._M_impl._M_finish - (int)ppSVar30 >> 2) <= local_64) {\n /* try { // try from 001ea811 to 001ea851 has its CatchHandler @ 001ea8e9 */\n AArch64_relobj<32,_false>::stub_table(in_stack_ffffff44,(uint)in_stack_ffffff48);\nLAB_001ea816:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n if ((ppSVar30[(int)local_64] != (Stub_table<32,_false> *)0x0) &&\n (Stub_table<32,_false>::find_erratum_stubs_for_input_section\n (local_64,a64relobj,(uint)pSVar47), local_44 != local_40)) {\n _Var9 = local_44[1]._M_color;\n iVar18 = local_74 + *(int *)(_Var9 + 0x18);\n *(int *)(_Var9 + 0x20) = iVar18;\n p_Var20 = local_44;\n while( true ) {\n if (iVar18 + 4 == -1) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x361,"set_destination_address");\n }\n *(int *)(_Var9 + 4) = iVar18 + 4;\n p_Var20 = (_Rb_tree_node_base *)std::_Rb_tree_increment(p_Var20);\n if (p_Var20 == local_40) break;\n _Var9 = p_Var20[1]._M_color;\n iVar18 = *(int *)(_Var9 + 0x18) + local_74;\n *(int *)(_Var9 + 0x20) = iVar18;\n }\n }\n input_view_size = 0;\n puVar21 = gold::Object::section_contents\n ((Object *)this_01,(uint)local_64,&input_view_size,false);\n p_Var20 = (this_01->mapping_symbol_info_)._M_t._M_impl.super__Rb_tree_header.\n _M_header._M_parent;\n p_Var31 = &p_Var38->_M_header;\n if (p_Var20 != (_Rb_tree_node_base *)0x0) {\n do {\n while (p_Var32 = p_Var20,\n local_64 <= (Stub_table<32,_false> *)p_Var32[1]._M_color) {\n p_Var20 = p_Var32->_M_left;\n p_Var31 = p_Var32;\n if (p_Var32->_M_left == (_Base_ptr)0x0) goto LAB_001e9af5;\n }\n pp_Var3 = &p_Var32->_M_right;\n p_Var20 = *pp_Var3;\n p_Var32 = p_Var31;\n } while (*pp_Var3 != (_Base_ptr)0x0);\nLAB_001e9af5:\n if (p_Var38 != (_Rb_tree_header *)p_Var32) {\n pSVar47 = (Stub_table<32,_false> *)p_Var32[1]._M_color;\n while (local_64 == pSVar47) {\n p_Var20 = (_Rb_tree_node_base *)std::_Rb_tree_increment(p_Var32);\n if (*(char *)&p_Var32[1]._M_left == 'x') {\n p_Var10 = p_Var32[1]._M_parent;\n if ((p_Var38 == (_Rb_tree_header *)p_Var20) ||\n ((Stub_table<32,_false> *)p_Var20[1]._M_color != local_64)) {\n local_54 = *(_Base_ptr *)((int)ppSVar12 + 0x3c);\n }\n else {\n local_54 = p_Var20[1]._M_parent;\n }\n pGVar22 = gold::parameters->options_;\n if (pGVar22 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if (((pGVar22->fix_cortex_a53_843419_).value != false) &&\n (uVar37 = (int)&p_Var10->_M_color + local_74, (uVar37 & 3) == 0)) {\n iVar18 = 0;\n if ((uVar37 & 0xfff) < 0xff8) {\n iVar18 = 0xff8 - (uVar37 & 0xfff);\n }\n while (iVar18 + 0xcU <= (uint)((int)local_54 - (int)p_Var10)) {\n erratum_insn_offset = (int)&p_Var10->_M_color + iVar18;\n puVar35 = (uint *)(puVar21 + erratum_insn_offset);\n uVar40 = uVar37 + iVar18;\n if ((*puVar35 & 0x9f000000) == 0x90000000) {\n local_90 = (AArch64_relobj<32,_false> *)puVar35[2];\n bVar42 = is_erratum_843419_sequence\n ((Target_aarch64<32,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00,\n (Valtype)insn3);\n if (bVar42) {\n iVar36 = 8;\nLAB_001e9f35:\n create_erratum_stub((Target_aarch64<32,_false> *)(iVar36 + uVar40),\n local_90,4,erratum_insn_offset,\n (Address)in_stack_ffffff44,\n (Insntype)in_stack_ffffff48,(int)task_00,\n (uint)insn3);\n }\n else if (((iVar18 + 0x10U <= (uint)((int)local_54 - (int)p_Var10)) &&\n (((uint)local_90 & 0x7c000000) != 0x14000000)) &&\n (((uint)local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = (AArch64_relobj<32,_false> *)puVar35[3];\n bVar42 = is_erratum_843419_sequence\n ((Target_aarch64<32,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00,\n (Valtype)insn3);\n if (bVar42) {\n iVar36 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n iVar36 = iVar18 + 4;\n iVar18 = iVar18 + 0xffc;\n if ((uVar40 & 0xfff) == 0xff8) {\n iVar18 = iVar36;\n }\n }\n pGVar22 = gold::parameters->options_;\n if (pGVar22 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (((pGVar22->fix_cortex_a53_835769_).value != false) &&\n (uVar37 = (int)local_54 - (int)p_Var10, 4 < uVar37)) {\n local_54 = (_Base_ptr)0x4;\n p_Var33 = (_Base_ptr)0x0;\n do {\n iVar18 = (int)&p_Var10->_M_color + (int)p_Var33;\n relobj = *(AArch64_relobj<32,_false> **)(puVar21 + iVar18 + 4);\n bVar42 = Target_aarch64<64,_false>::is_erratum_835769_sequence\n ((Target_aarch64<64,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00);\n if (bVar42) {\n pcVar11 = (((string *)&this_01->field_0x4)->_M_dataplus)._M_p;\n format = (char *)gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n gold::gold_info(format,pcVar11,local_64,iVar18);\n create_erratum_stub((Target_aarch64<32,_false> *)\n ((int)&p_Var10->_M_parent +\n (int)p_Var33 + local_74),relobj,5,0,\n (Address)in_stack_ffffff44,\n (Insntype)in_stack_ffffff48,(int)task_00,\n (uint)insn3);\n p_Var33 = local_54;\n }\n local_54 = (_Base_ptr)((int)p_Var33 + 8);\n p_Var33 = (_Base_ptr)((int)p_Var33 + 4);\n } while (local_54 < uVar37);\n }\n }\n if (p_Var38 == (_Rb_tree_header *)p_Var20) break;\n p_Var32 = p_Var20;\n pSVar47 = (Stub_table<32,_false> *)p_Var20[1]._M_color;\n }\n }\n }\n }\nLAB_001e9c60:\n iVar18 = *(int *)((int)ppSVar12 + 0x2c);\n }\n }\n if ((iVar18 == 4) && (iVar18 = *(int *)((int)ppSVar12 + 0x3c), iVar18 != 0)) {\n uVar37 = *(uint *)((int)ppSVar12 + 0x40);\n if (0xfeff < uVar37) {\n elfcpp::Elf_file<32,_false,_gold::Object>::initialize_shnum\n ((Elf_file<32,_false,_gold::Object> *)&this_01->field_0x90);\n uVar37 = uVar37 + *(int *)&this_01->field_0xa4;\n }\n if (((*(uint *)&this_01->field_0xac == uVar37) &&\n (*(int *)((int)ppSVar12 + 0x4c) == 0xc)) &&\n (lVar45 = __moddi3(iVar18,0,0xc,0), lVar45 == 0)) {\n local_6c = *(uint *)((int)ppSVar12 + 0x44);\n if (0xfeff < local_6c) {\n /* try { // try from 001ea0ad to 001ea0b1 has its CatchHandler @ 001ea8e9 */\n elfcpp::Elf_file<32,_false,_gold::Object>::initialize_shnum\n ((Elf_file<32,_false,_gold::Object> *)&this_01->field_0x90);\n local_6c = local_6c + *(int *)&this_01->field_0xa4;\n }\n if (((local_6c < *(uint *)&this_01->field_0x28) &&\n (*(int *)(insn3 + local_6c * 0x28 + 0x14) != 0)) &&\n (((insn3[local_6c * 0x28 + 8] & 2) != 0 &&\n ((*(int *)(insn3 + local_6c * 0x28 + 4) == 1 &&\n (pOVar7 = (((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_start[local_6c], pOVar7 != (Output_section *)0x0)))))) {\n bVar42 = gold::Symbol_table::is_section_folded(symtab,(Relobj *)this_01,local_6c);\n bVar43 = false;\n bVar42 = !bVar42;\n if (bVar42) {\n iVar18 = 10;\n pbVar34 = (byte *)pOVar7->name_;\n pbVar39 = (byte *)".eh_frame";\n do {\n if (iVar18 == 0) break;\n iVar18 = iVar18 + -1;\n bVar43 = *pbVar34 < *pbVar39;\n bVar42 = *pbVar34 == *pbVar39;\n pbVar34 = pbVar34 + (uint)bVar44 * -2 + 1;\n pbVar39 = pbVar39 + (uint)bVar44 * -2 + 1;\n } while (bVar42);\n if ((!bVar43 && !bVar42) != bVar43) {\n puVar8 = (((vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>).\n _M_impl._M_start;\n if ((uint)((int)*(pointer *)&this_01->field_0x88 - (int)puVar8 >> 2) <= local_6c\n ) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea8ba to 001ea8da has its CatchHandler @ 001ea8e9 */\n gold::do_gold_unreachable\n ("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n /* try { // try from 001ea64a to 001ea73e has its CatchHandler @ 001ea8e9 */\n if ((puVar8[local_6c] == 0xffffffff) &&\n (pOVar23 = gold::Output_section::find_relaxed_input_section\n (pOVar7,(Relobj *)this_01,local_6c),\n pOVar23 == (Output_relaxed_input_section *)0x0)) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable");\n }\n uVar37 = *(uint *)((int)ppSVar12 + 0x44);\n if (0xfeff < uVar37) {\n elfcpp::Elf_file<32,_false,_gold::Object>::initialize_shnum\n ((Elf_file<32,_false,_gold::Object> *)&this_01->field_0x90);\n uVar37 = uVar37 + *(int *)&this_01->field_0xa4;\n }\n puVar8 = (((vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>).\n _M_impl._M_start;\n if ((uint)((int)*(pointer *)&this_01->field_0x88 - (int)puVar8 >> 2) <= uVar37)\n {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n pOVar7 = (((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_start[uVar37];\n if (puVar8[uVar37] == 0xffffffff) {\n pOVar23 = gold::Output_section::find_relaxed_input_section\n (pOVar7,(Relobj *)this_01,uVar37);\n if (pOVar23 == (Output_relaxed_input_section *)0x0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea7ee to 001ea7f2 has its CatchHandler @ 001ea8e9 */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if (((pOVar23->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.field_0x1c & 1) == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n }\n else if (((pOVar7->super_Output_data).field_0x1c & 1) == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n if (*(Input_file **)&this_01->field_0x1c == (Input_file *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/object.h",0x1e3,"input_file");\n }\n gold::File_read::get_view\n (&(*(Input_file **)&this_01->field_0x1c)->file_,\n *(off_t *)&this_01->field_0x20,\n (ulonglong)*(uint *)((int)ppSVar12 + 0x38),\n *(section_size_type *)((int)ppSVar12 + 0x3c),true,false);\n input_view_size_1 = 0;\n gold::Object::section_contents\n ((Object *)this_01,uVar37,&input_view_size_1,false);\n if (*(int *)((int)ppSVar12 + 0x2c) != 4) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }\n }\n }\n }\n }\n }\n local_64 = (Stub_table<32,_false> *)\n ((int)&(local_64->super_Output_data)._vptr_Output_data + 1);\n if (pSVar4 == local_64) break;\n pGVar22 = gold::parameters->options_;\n ppSVar12 = local_5c;\n if (pGVar22 == (General_options *)0x0) goto LAB_001e9d87;\n } while( true );\n }\n if (*(Input_file **)&this_01->field_0x1c != (Input_file *)0x0) {\n gold::File_read::unlock(&(*(Input_file **)&this_01->field_0x1c)->file_,task);\n }\n local_ac = local_ac + 1;\n }" { (expression_statement "this_01 = (The_aarch64_relobj *)*local_ac;" (assignment_expression "this_01 = (The_aarch64_relobj *)*local_ac" identifier = (cast_expression "(The_aarch64_relobj *)*local_ac" ( (type_descriptor "The_aarch64_relobj *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*local_ac" * identifier))) ;) (if_statement "if (*(Input_file **)&this_01->field_0x1c == (Input_file *)0x0) {\nLAB_001ea110:\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea129 to 001ea2b9 has its CatchHandler @ 001ea8e9 */\n gold::do_gold_unreachable("../../gold/object.h",0x1e3,"input_file");\n }" if (parenthesized_expression "(*(Input_file **)&this_01->field_0x1c == (Input_file *)0x0)" ( (binary_expression "*(Input_file **)&this_01->field_0x1c == (Input_file *)0x0" (pointer_expression "*(Input_file **)&this_01->field_0x1c" * (cast_expression "(Input_file **)&this_01->field_0x1c" ( (type_descriptor "Input_file **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&this_01->field_0x1c" & (field_expression "this_01->field_0x1c" identifier -> field_identifier)))) == (cast_expression "(Input_file *)0x0" ( (type_descriptor "Input_file *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\nLAB_001ea110:\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea129 to 001ea2b9 has its CatchHandler @ 001ea8e9 */\n gold::do_gold_unreachable("../../gold/object.h",0x1e3,"input_file");\n }" { (labeled_statement "LAB_001ea110:\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea129 to 001ea2b9 has its CatchHandler @ 001ea8e9 */\n gold::do_gold_unreachable("../../gold/object.h",0x1e3,"input_file");" statement_identifier : comment comment (labeled_statement "gold::do_gold_unreachable("../../gold/object.h",0x1e3,"input_file");" statement_identifier : (ERROR ":" :) (expression_statement "do_gold_unreachable("../../gold/object.h",0x1e3,"input_file");" (call_expression "do_gold_unreachable("../../gold/object.h",0x1e3,"input_file")" identifier (argument_list "("../../gold/object.h",0x1e3,"input_file")" ( (string_literal ""../../gold/object.h"" " string_content ") , number_literal , (string_literal ""input_file"" " string_content ") ))) ;))) })) (labeled_statement "gold::File_read::lock(&(*(Input_file **)&this_01->field_0x1c)->file_,task);" statement_identifier : (ERROR ":" :) (labeled_statement "File_read::lock(&(*(Input_file **)&this_01->field_0x1c)->file_,task);" statement_identifier : (ERROR ":" :) (expression_statement "lock(&(*(Input_file **)&this_01->field_0x1c)->file_,task);" (call_expression "lock(&(*(Input_file **)&this_01->field_0x1c)->file_,task)" identifier (argument_list "(&(*(Input_file **)&this_01->field_0x1c)->file_,task)" ( (pointer_expression "&(*(Input_file **)&this_01->field_0x1c)->file_" & (field_expression "(*(Input_file **)&this_01->field_0x1c)->file_" (parenthesized_expression "(*(Input_file **)&this_01->field_0x1c)" ( (pointer_expression "*(Input_file **)&this_01->field_0x1c" * (cast_expression "(Input_file **)&this_01->field_0x1c" ( (type_descriptor "Input_file **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&this_01->field_0x1c" & (field_expression "this_01->field_0x1c" identifier -> field_identifier)))) )) -> field_identifier)) , identifier ))) ;))) (expression_statement "pSVar4 = *(Stub_table<32,_false> **)&this_01->field_0x28;" (assignment_expression "pSVar4 = *(Stub_table<32,_false> **)&this_01->field_0x28" identifier = (binary_expression "*(Stub_table<32,_false> **)&this_01->field_0x28" (pointer_expression "*(Stub_table<32,_false> **)" * (parenthesized_expression "(Stub_table<32,_false> **)" ( (comma_expression "Stub_table<32,_false> **" (binary_expression "Stub_table<32" identifier < number_literal) , (binary_expression "_false> **" identifier > (pointer_expression "**" * (pointer_expression "*" * identifier)))) ))) & (field_expression "this_01->field_0x28" identifier -> field_identifier))) ;) (if_statement "if (*(Input_file **)&this_01->field_0x1c == (Input_file *)0x0) goto LAB_001ea110;" if (parenthesized_expression "(*(Input_file **)&this_01->field_0x1c == (Input_file *)0x0)" ( (binary_expression "*(Input_file **)&this_01->field_0x1c == (Input_file *)0x0" (pointer_expression "*(Input_file **)&this_01->field_0x1c" * (cast_expression "(Input_file **)&this_01->field_0x1c" ( (type_descriptor "Input_file **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&this_01->field_0x1c" & (field_expression "this_01->field_0x1c" identifier -> field_identifier)))) == (cast_expression "(Input_file *)0x0" ( (type_descriptor "Input_file *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_001ea110;" goto statement_identifier ;)) comment (ERROR "insn3 = gold::" (assignment_expression "insn3 = gold" identifier = identifier) : :) (labeled_statement "File_read::get_view\n (&(*(Input_file **)&this_01->field_0x1c)->file_,\n *(off_t *)&this_01->field_0x20,*(off_t *)&this_01->field_0x94,\n (int)pSVar4 * 0x28,true,true);" statement_identifier : (ERROR ":" :) (expression_statement "get_view\n (&(*(Input_file **)&this_01->field_0x1c)->file_,\n *(off_t *)&this_01->field_0x20,*(off_t *)&this_01->field_0x94,\n (int)pSVar4 * 0x28,true,true);" (call_expression "get_view\n (&(*(Input_file **)&this_01->field_0x1c)->file_,\n *(off_t *)&this_01->field_0x20,*(off_t *)&this_01->field_0x94,\n (int)pSVar4 * 0x28,true,true)" identifier (argument_list "(&(*(Input_file **)&this_01->field_0x1c)->file_,\n *(off_t *)&this_01->field_0x20,*(off_t *)&this_01->field_0x94,\n (int)pSVar4 * 0x28,true,true)" ( (pointer_expression "&(*(Input_file **)&this_01->field_0x1c)->file_" & (field_expression "(*(Input_file **)&this_01->field_0x1c)->file_" (parenthesized_expression "(*(Input_file **)&this_01->field_0x1c)" ( (pointer_expression "*(Input_file **)&this_01->field_0x1c" * (cast_expression "(Input_file **)&this_01->field_0x1c" ( (type_descriptor "Input_file **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&this_01->field_0x1c" & (field_expression "this_01->field_0x1c" identifier -> field_identifier)))) )) -> field_identifier)) , (pointer_expression "*(off_t *)&this_01->field_0x20" * (cast_expression "(off_t *)&this_01->field_0x20" ( (type_descriptor "off_t *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&this_01->field_0x20" & (field_expression "this_01->field_0x20" identifier -> field_identifier)))) , (pointer_expression "*(off_t *)&this_01->field_0x94" * (cast_expression "(off_t *)&this_01->field_0x94" ( (type_descriptor "off_t *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&this_01->field_0x94" & (field_expression "this_01->field_0x94" identifier -> field_identifier)))) , (binary_expression "(int)pSVar4 * 0x28" (cast_expression "(int)pSVar4" ( (type_descriptor "int" primitive_type) ) identifier) * number_literal) , true , true ))) ;)) (labeled_statement "gold::Sized_relobj_file<32,_false>::initialize_input_to_output_maps\n ((Sized_relobj_file<32,_false> *)this_01);" statement_identifier : (ERROR ":" :) (expression_statement "Sized_relobj_file<32,_false>::initialize_input_to_output_maps\n ((Sized_relobj_file<32,_false> *)this_01);" (comma_expression "Sized_relobj_file<32,_false>::initialize_input_to_output_maps\n ((Sized_relobj_file<32,_false> *)this_01)" (binary_expression "Sized_relobj_file<32" identifier < number_literal) , (binary_expression "_false>::initialize_input_to_output_maps\n ((Sized_relobj_file<32,_false> *)this_01)" identifier > (ERROR "::" : :) (call_expression "initialize_input_to_output_maps\n ((Sized_relobj_file<32,_false> *)this_01)" identifier (argument_list "((Sized_relobj_file<32,_false> *)this_01)" ( (parenthesized_expression "(Sized_relobj_file<32,_false> *)this_01)" ( (comma_expression "Sized_relobj_file<32,_false> *)this_01" (binary_expression "Sized_relobj_file<32" identifier < number_literal) , (binary_expression "_false> *)this_01" identifier > (pointer_expression "*)this_01" * (ERROR ")" )) identifier))) )) ))))) ;)) (if_statement "if ((Stub_table<32,_false> *)0x1 < pSVar4) {\n pGVar22 = gold::parameters->options_;\n if (pGVar22 == (General_options *)0x0) {\nLAB_001e9d87:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n local_64 = (Stub_table<32,_false> *)0x1;\n p_Var38 = &(this_01->mapping_symbol_info_)._M_t._M_impl.super__Rb_tree_header;\n ppSVar12 = (pointer_conflict)insn3;\n do {\n local_5c = (pointer_conflict)((int)ppSVar12 + 0x28);\n iVar18 = *(int *)((int)ppSVar12 + 0x2c);\n if (((((pGVar22->fix_cortex_a53_843419_).value != false) ||\n ((pGVar22->fix_cortex_a53_835769_).value != false)) &&\n (*(int *)((int)ppSVar12 + 0x3c) != 0)) && ((*(byte *)((int)ppSVar12 + 0x30) & 6) != 0)\n ) {\n pOVar7 = (((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_start[(int)local_64];\n if ((pOVar7 != (Output_section *)0x0) && (iVar18 == 1)) {\n a64relobj = this_01;\n pSVar47 = local_64;\n bVar42 = gold::Symbol_table::is_section_folded\n (symtab,(Relobj *)this_01,(uint)local_64);\n if (!bVar42) {\n puVar8 = (((vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl.\n _M_start;\n if ((Stub_table<32,_false> *)\n ((int)*(pointer *)&this_01->field_0x88 - (int)puVar8 >> 2) <= local_64) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/object.h",0x7f7,"get_output_section_offset")\n ;\n }\n uVar37 = puVar8[(int)local_64];\n if (uVar37 == 0xffffffff) {\n a64relobj = this_01;\n pSVar47 = local_64;\n pOVar23 = gold::Output_section::find_relaxed_input_section\n (pOVar7,(Relobj *)this_01,(uint)local_64);\n if (pOVar23 == (Output_relaxed_input_section *)0x0) goto LAB_001e9c60;\n if (((pOVar23->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.field_0x1c & 1) == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n local_74 = (int)(pOVar23->super_Output_section_data_build).\n super_Output_section_data.super_Output_data.address_;\n }\n else {\n if (((pOVar7->super_Output_data).field_0x1c & 1) == 0) goto LAB_001ea816;\n local_74 = uVar37 + (int)(pOVar7->super_Output_data).address_;\n }\n ppSVar30 = (this_01->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std::allocator<(anonymous_namespace)::Stub_table<32,_false>*>_>\n ._M_impl._M_start;\n if ((Stub_table<32,_false> *)\n ((int)(this_01->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std::allocator<(anonymous_namespace)::Stub_table<32,_false>*>_>\n ._M_impl._M_finish - (int)ppSVar30 >> 2) <= local_64) {\n /* try { // try from 001ea811 to 001ea851 has its CatchHandler @ 001ea8e9 */\n AArch64_relobj<32,_false>::stub_table(in_stack_ffffff44,(uint)in_stack_ffffff48);\nLAB_001ea816:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n if ((ppSVar30[(int)local_64] != (Stub_table<32,_false> *)0x0) &&\n (Stub_table<32,_false>::find_erratum_stubs_for_input_section\n (local_64,a64relobj,(uint)pSVar47), local_44 != local_40)) {\n _Var9 = local_44[1]._M_color;\n iVar18 = local_74 + *(int *)(_Var9 + 0x18);\n *(int *)(_Var9 + 0x20) = iVar18;\n p_Var20 = local_44;\n while( true ) {\n if (iVar18 + 4 == -1) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x361,"set_destination_address");\n }\n *(int *)(_Var9 + 4) = iVar18 + 4;\n p_Var20 = (_Rb_tree_node_base *)std::_Rb_tree_increment(p_Var20);\n if (p_Var20 == local_40) break;\n _Var9 = p_Var20[1]._M_color;\n iVar18 = *(int *)(_Var9 + 0x18) + local_74;\n *(int *)(_Var9 + 0x20) = iVar18;\n }\n }\n input_view_size = 0;\n puVar21 = gold::Object::section_contents\n ((Object *)this_01,(uint)local_64,&input_view_size,false);\n p_Var20 = (this_01->mapping_symbol_info_)._M_t._M_impl.super__Rb_tree_header.\n _M_header._M_parent;\n p_Var31 = &p_Var38->_M_header;\n if (p_Var20 != (_Rb_tree_node_base *)0x0) {\n do {\n while (p_Var32 = p_Var20,\n local_64 <= (Stub_table<32,_false> *)p_Var32[1]._M_color) {\n p_Var20 = p_Var32->_M_left;\n p_Var31 = p_Var32;\n if (p_Var32->_M_left == (_Base_ptr)0x0) goto LAB_001e9af5;\n }\n pp_Var3 = &p_Var32->_M_right;\n p_Var20 = *pp_Var3;\n p_Var32 = p_Var31;\n } while (*pp_Var3 != (_Base_ptr)0x0);\nLAB_001e9af5:\n if (p_Var38 != (_Rb_tree_header *)p_Var32) {\n pSVar47 = (Stub_table<32,_false> *)p_Var32[1]._M_color;\n while (local_64 == pSVar47) {\n p_Var20 = (_Rb_tree_node_base *)std::_Rb_tree_increment(p_Var32);\n if (*(char *)&p_Var32[1]._M_left == 'x') {\n p_Var10 = p_Var32[1]._M_parent;\n if ((p_Var38 == (_Rb_tree_header *)p_Var20) ||\n ((Stub_table<32,_false> *)p_Var20[1]._M_color != local_64)) {\n local_54 = *(_Base_ptr *)((int)ppSVar12 + 0x3c);\n }\n else {\n local_54 = p_Var20[1]._M_parent;\n }\n pGVar22 = gold::parameters->options_;\n if (pGVar22 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if (((pGVar22->fix_cortex_a53_843419_).value != false) &&\n (uVar37 = (int)&p_Var10->_M_color + local_74, (uVar37 & 3) == 0)) {\n iVar18 = 0;\n if ((uVar37 & 0xfff) < 0xff8) {\n iVar18 = 0xff8 - (uVar37 & 0xfff);\n }\n while (iVar18 + 0xcU <= (uint)((int)local_54 - (int)p_Var10)) {\n erratum_insn_offset = (int)&p_Var10->_M_color + iVar18;\n puVar35 = (uint *)(puVar21 + erratum_insn_offset);\n uVar40 = uVar37 + iVar18;\n if ((*puVar35 & 0x9f000000) == 0x90000000) {\n local_90 = (AArch64_relobj<32,_false> *)puVar35[2];\n bVar42 = is_erratum_843419_sequence\n ((Target_aarch64<32,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00,\n (Valtype)insn3);\n if (bVar42) {\n iVar36 = 8;\nLAB_001e9f35:\n create_erratum_stub((Target_aarch64<32,_false> *)(iVar36 + uVar40),\n local_90,4,erratum_insn_offset,\n (Address)in_stack_ffffff44,\n (Insntype)in_stack_ffffff48,(int)task_00,\n (uint)insn3);\n }\n else if (((iVar18 + 0x10U <= (uint)((int)local_54 - (int)p_Var10)) &&\n (((uint)local_90 & 0x7c000000) != 0x14000000)) &&\n (((uint)local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = (AArch64_relobj<32,_false> *)puVar35[3];\n bVar42 = is_erratum_843419_sequence\n ((Target_aarch64<32,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00,\n (Valtype)insn3);\n if (bVar42) {\n iVar36 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n iVar36 = iVar18 + 4;\n iVar18 = iVar18 + 0xffc;\n if ((uVar40 & 0xfff) == 0xff8) {\n iVar18 = iVar36;\n }\n }\n pGVar22 = gold::parameters->options_;\n if (pGVar22 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (((pGVar22->fix_cortex_a53_835769_).value != false) &&\n (uVar37 = (int)local_54 - (int)p_Var10, 4 < uVar37)) {\n local_54 = (_Base_ptr)0x4;\n p_Var33 = (_Base_ptr)0x0;\n do {\n iVar18 = (int)&p_Var10->_M_color + (int)p_Var33;\n relobj = *(AArch64_relobj<32,_false> **)(puVar21 + iVar18 + 4);\n bVar42 = Target_aarch64<64,_false>::is_erratum_835769_sequence\n ((Target_aarch64<64,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00);\n if (bVar42) {\n pcVar11 = (((string *)&this_01->field_0x4)->_M_dataplus)._M_p;\n format = (char *)gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n gold::gold_info(format,pcVar11,local_64,iVar18);\n create_erratum_stub((Target_aarch64<32,_false> *)\n ((int)&p_Var10->_M_parent +\n (int)p_Var33 + local_74),relobj,5,0,\n (Address)in_stack_ffffff44,\n (Insntype)in_stack_ffffff48,(int)task_00,\n (uint)insn3);\n p_Var33 = local_54;\n }\n local_54 = (_Base_ptr)((int)p_Var33 + 8);\n p_Var33 = (_Base_ptr)((int)p_Var33 + 4);\n } while (local_54 < uVar37);\n }\n }\n if (p_Var38 == (_Rb_tree_header *)p_Var20) break;\n p_Var32 = p_Var20;\n pSVar47 = (Stub_table<32,_false> *)p_Var20[1]._M_color;\n }\n }\n }\n }\nLAB_001e9c60:\n iVar18 = *(int *)((int)ppSVar12 + 0x2c);\n }\n }\n if ((iVar18 == 4) && (iVar18 = *(int *)((int)ppSVar12 + 0x3c), iVar18 != 0)) {\n uVar37 = *(uint *)((int)ppSVar12 + 0x40);\n if (0xfeff < uVar37) {\n elfcpp::Elf_file<32,_false,_gold::Object>::initialize_shnum\n ((Elf_file<32,_false,_gold::Object> *)&this_01->field_0x90);\n uVar37 = uVar37 + *(int *)&this_01->field_0xa4;\n }\n if (((*(uint *)&this_01->field_0xac == uVar37) &&\n (*(int *)((int)ppSVar12 + 0x4c) == 0xc)) &&\n (lVar45 = __moddi3(iVar18,0,0xc,0), lVar45 == 0)) {\n local_6c = *(uint *)((int)ppSVar12 + 0x44);\n if (0xfeff < local_6c) {\n /* try { // try from 001ea0ad to 001ea0b1 has its CatchHandler @ 001ea8e9 */\n elfcpp::Elf_file<32,_false,_gold::Object>::initialize_shnum\n ((Elf_file<32,_false,_gold::Object> *)&this_01->field_0x90);\n local_6c = local_6c + *(int *)&this_01->field_0xa4;\n }\n if (((local_6c < *(uint *)&this_01->field_0x28) &&\n (*(int *)(insn3 + local_6c * 0x28 + 0x14) != 0)) &&\n (((insn3[local_6c * 0x28 + 8] & 2) != 0 &&\n ((*(int *)(insn3 + local_6c * 0x28 + 4) == 1 &&\n (pOVar7 = (((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_start[local_6c], pOVar7 != (Output_section *)0x0)))))) {\n bVar42 = gold::Symbol_table::is_section_folded(symtab,(Relobj *)this_01,local_6c);\n bVar43 = false;\n bVar42 = !bVar42;\n if (bVar42) {\n iVar18 = 10;\n pbVar34 = (byte *)pOVar7->name_;\n pbVar39 = (byte *)".eh_frame";\n do {\n if (iVar18 == 0) break;\n iVar18 = iVar18 + -1;\n bVar43 = *pbVar34 < *pbVar39;\n bVar42 = *pbVar34 == *pbVar39;\n pbVar34 = pbVar34 + (uint)bVar44 * -2 + 1;\n pbVar39 = pbVar39 + (uint)bVar44 * -2 + 1;\n } while (bVar42);\n if ((!bVar43 && !bVar42) != bVar43) {\n puVar8 = (((vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>).\n _M_impl._M_start;\n if ((uint)((int)*(pointer *)&this_01->field_0x88 - (int)puVar8 >> 2) <= local_6c\n ) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea8ba to 001ea8da has its CatchHandler @ 001ea8e9 */\n gold::do_gold_unreachable\n ("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n /* try { // try from 001ea64a to 001ea73e has its CatchHandler @ 001ea8e9 */\n if ((puVar8[local_6c] == 0xffffffff) &&\n (pOVar23 = gold::Output_section::find_relaxed_input_section\n (pOVar7,(Relobj *)this_01,local_6c),\n pOVar23 == (Output_relaxed_input_section *)0x0)) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable");\n }\n uVar37 = *(uint *)((int)ppSVar12 + 0x44);\n if (0xfeff < uVar37) {\n elfcpp::Elf_file<32,_false,_gold::Object>::initialize_shnum\n ((Elf_file<32,_false,_gold::Object> *)&this_01->field_0x90);\n uVar37 = uVar37 + *(int *)&this_01->field_0xa4;\n }\n puVar8 = (((vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>).\n _M_impl._M_start;\n if ((uint)((int)*(pointer *)&this_01->field_0x88 - (int)puVar8 >> 2) <= uVar37)\n {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n pOVar7 = (((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_start[uVar37];\n if (puVar8[uVar37] == 0xffffffff) {\n pOVar23 = gold::Output_section::find_relaxed_input_section\n (pOVar7,(Relobj *)this_01,uVar37);\n if (pOVar23 == (Output_relaxed_input_section *)0x0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea7ee to 001ea7f2 has its CatchHandler @ 001ea8e9 */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if (((pOVar23->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.field_0x1c & 1) == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n }\n else if (((pOVar7->super_Output_data).field_0x1c & 1) == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n if (*(Input_file **)&this_01->field_0x1c == (Input_file *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/object.h",0x1e3,"input_file");\n }\n gold::File_read::get_view\n (&(*(Input_file **)&this_01->field_0x1c)->file_,\n *(off_t *)&this_01->field_0x20,\n (ulonglong)*(uint *)((int)ppSVar12 + 0x38),\n *(section_size_type *)((int)ppSVar12 + 0x3c),true,false);\n input_view_size_1 = 0;\n gold::Object::section_contents\n ((Object *)this_01,uVar37,&input_view_size_1,false);\n if (*(int *)((int)ppSVar12 + 0x2c) != 4) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }\n }\n }\n }\n }\n }\n local_64 = (Stub_table<32,_false> *)\n ((int)&(local_64->super_Output_data)._vptr_Output_data + 1);\n if (pSVar4 == local_64) break;\n pGVar22 = gold::parameters->options_;\n ppSVar12 = local_5c;\n if (pGVar22 == (General_options *)0x0) goto LAB_001e9d87;\n } while( true );\n }" if (parenthesized_expression "((Stub_table<32,_false> *)0x1 < pSVar4)" ( (parenthesized_expression "(Stub_table<32,_false> *)0x1 < pSVar4)" ( (comma_expression "Stub_table<32,_false> *)0x1 < pSVar4" (binary_expression "Stub_table<32" identifier < number_literal) , (binary_expression "_false> *)0x1 < pSVar4" (binary_expression "_false> *)0x1" identifier > (pointer_expression "*)0x1" * (ERROR ")" )) number_literal)) < identifier)) )) )) (compound_statement "{\n pGVar22 = gold::parameters->options_;\n if (pGVar22 == (General_options *)0x0) {\nLAB_001e9d87:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n local_64 = (Stub_table<32,_false> *)0x1;\n p_Var38 = &(this_01->mapping_symbol_info_)._M_t._M_impl.super__Rb_tree_header;\n ppSVar12 = (pointer_conflict)insn3;\n do {\n local_5c = (pointer_conflict)((int)ppSVar12 + 0x28);\n iVar18 = *(int *)((int)ppSVar12 + 0x2c);\n if (((((pGVar22->fix_cortex_a53_843419_).value != false) ||\n ((pGVar22->fix_cortex_a53_835769_).value != false)) &&\n (*(int *)((int)ppSVar12 + 0x3c) != 0)) && ((*(byte *)((int)ppSVar12 + 0x30) & 6) != 0)\n ) {\n pOVar7 = (((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_start[(int)local_64];\n if ((pOVar7 != (Output_section *)0x0) && (iVar18 == 1)) {\n a64relobj = this_01;\n pSVar47 = local_64;\n bVar42 = gold::Symbol_table::is_section_folded\n (symtab,(Relobj *)this_01,(uint)local_64);\n if (!bVar42) {\n puVar8 = (((vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl.\n _M_start;\n if ((Stub_table<32,_false> *)\n ((int)*(pointer *)&this_01->field_0x88 - (int)puVar8 >> 2) <= local_64) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/object.h",0x7f7,"get_output_section_offset")\n ;\n }\n uVar37 = puVar8[(int)local_64];\n if (uVar37 == 0xffffffff) {\n a64relobj = this_01;\n pSVar47 = local_64;\n pOVar23 = gold::Output_section::find_relaxed_input_section\n (pOVar7,(Relobj *)this_01,(uint)local_64);\n if (pOVar23 == (Output_relaxed_input_section *)0x0) goto LAB_001e9c60;\n if (((pOVar23->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.field_0x1c & 1) == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n local_74 = (int)(pOVar23->super_Output_section_data_build).\n super_Output_section_data.super_Output_data.address_;\n }\n else {\n if (((pOVar7->super_Output_data).field_0x1c & 1) == 0) goto LAB_001ea816;\n local_74 = uVar37 + (int)(pOVar7->super_Output_data).address_;\n }\n ppSVar30 = (this_01->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std::allocator<(anonymous_namespace)::Stub_table<32,_false>*>_>\n ._M_impl._M_start;\n if ((Stub_table<32,_false> *)\n ((int)(this_01->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std::allocator<(anonymous_namespace)::Stub_table<32,_false>*>_>\n ._M_impl._M_finish - (int)ppSVar30 >> 2) <= local_64) {\n /* try { // try from 001ea811 to 001ea851 has its CatchHandler @ 001ea8e9 */\n AArch64_relobj<32,_false>::stub_table(in_stack_ffffff44,(uint)in_stack_ffffff48);\nLAB_001ea816:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n if ((ppSVar30[(int)local_64] != (Stub_table<32,_false> *)0x0) &&\n (Stub_table<32,_false>::find_erratum_stubs_for_input_section\n (local_64,a64relobj,(uint)pSVar47), local_44 != local_40)) {\n _Var9 = local_44[1]._M_color;\n iVar18 = local_74 + *(int *)(_Var9 + 0x18);\n *(int *)(_Var9 + 0x20) = iVar18;\n p_Var20 = local_44;\n while( true ) {\n if (iVar18 + 4 == -1) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x361,"set_destination_address");\n }\n *(int *)(_Var9 + 4) = iVar18 + 4;\n p_Var20 = (_Rb_tree_node_base *)std::_Rb_tree_increment(p_Var20);\n if (p_Var20 == local_40) break;\n _Var9 = p_Var20[1]._M_color;\n iVar18 = *(int *)(_Var9 + 0x18) + local_74;\n *(int *)(_Var9 + 0x20) = iVar18;\n }\n }\n input_view_size = 0;\n puVar21 = gold::Object::section_contents\n ((Object *)this_01,(uint)local_64,&input_view_size,false);\n p_Var20 = (this_01->mapping_symbol_info_)._M_t._M_impl.super__Rb_tree_header.\n _M_header._M_parent;\n p_Var31 = &p_Var38->_M_header;\n if (p_Var20 != (_Rb_tree_node_base *)0x0) {\n do {\n while (p_Var32 = p_Var20,\n local_64 <= (Stub_table<32,_false> *)p_Var32[1]._M_color) {\n p_Var20 = p_Var32->_M_left;\n p_Var31 = p_Var32;\n if (p_Var32->_M_left == (_Base_ptr)0x0) goto LAB_001e9af5;\n }\n pp_Var3 = &p_Var32->_M_right;\n p_Var20 = *pp_Var3;\n p_Var32 = p_Var31;\n } while (*pp_Var3 != (_Base_ptr)0x0);\nLAB_001e9af5:\n if (p_Var38 != (_Rb_tree_header *)p_Var32) {\n pSVar47 = (Stub_table<32,_false> *)p_Var32[1]._M_color;\n while (local_64 == pSVar47) {\n p_Var20 = (_Rb_tree_node_base *)std::_Rb_tree_increment(p_Var32);\n if (*(char *)&p_Var32[1]._M_left == 'x') {\n p_Var10 = p_Var32[1]._M_parent;\n if ((p_Var38 == (_Rb_tree_header *)p_Var20) ||\n ((Stub_table<32,_false> *)p_Var20[1]._M_color != local_64)) {\n local_54 = *(_Base_ptr *)((int)ppSVar12 + 0x3c);\n }\n else {\n local_54 = p_Var20[1]._M_parent;\n }\n pGVar22 = gold::parameters->options_;\n if (pGVar22 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if (((pGVar22->fix_cortex_a53_843419_).value != false) &&\n (uVar37 = (int)&p_Var10->_M_color + local_74, (uVar37 & 3) == 0)) {\n iVar18 = 0;\n if ((uVar37 & 0xfff) < 0xff8) {\n iVar18 = 0xff8 - (uVar37 & 0xfff);\n }\n while (iVar18 + 0xcU <= (uint)((int)local_54 - (int)p_Var10)) {\n erratum_insn_offset = (int)&p_Var10->_M_color + iVar18;\n puVar35 = (uint *)(puVar21 + erratum_insn_offset);\n uVar40 = uVar37 + iVar18;\n if ((*puVar35 & 0x9f000000) == 0x90000000) {\n local_90 = (AArch64_relobj<32,_false> *)puVar35[2];\n bVar42 = is_erratum_843419_sequence\n ((Target_aarch64<32,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00,\n (Valtype)insn3);\n if (bVar42) {\n iVar36 = 8;\nLAB_001e9f35:\n create_erratum_stub((Target_aarch64<32,_false> *)(iVar36 + uVar40),\n local_90,4,erratum_insn_offset,\n (Address)in_stack_ffffff44,\n (Insntype)in_stack_ffffff48,(int)task_00,\n (uint)insn3);\n }\n else if (((iVar18 + 0x10U <= (uint)((int)local_54 - (int)p_Var10)) &&\n (((uint)local_90 & 0x7c000000) != 0x14000000)) &&\n (((uint)local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = (AArch64_relobj<32,_false> *)puVar35[3];\n bVar42 = is_erratum_843419_sequence\n ((Target_aarch64<32,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00,\n (Valtype)insn3);\n if (bVar42) {\n iVar36 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n iVar36 = iVar18 + 4;\n iVar18 = iVar18 + 0xffc;\n if ((uVar40 & 0xfff) == 0xff8) {\n iVar18 = iVar36;\n }\n }\n pGVar22 = gold::parameters->options_;\n if (pGVar22 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (((pGVar22->fix_cortex_a53_835769_).value != false) &&\n (uVar37 = (int)local_54 - (int)p_Var10, 4 < uVar37)) {\n local_54 = (_Base_ptr)0x4;\n p_Var33 = (_Base_ptr)0x0;\n do {\n iVar18 = (int)&p_Var10->_M_color + (int)p_Var33;\n relobj = *(AArch64_relobj<32,_false> **)(puVar21 + iVar18 + 4);\n bVar42 = Target_aarch64<64,_false>::is_erratum_835769_sequence\n ((Target_aarch64<64,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00);\n if (bVar42) {\n pcVar11 = (((string *)&this_01->field_0x4)->_M_dataplus)._M_p;\n format = (char *)gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n gold::gold_info(format,pcVar11,local_64,iVar18);\n create_erratum_stub((Target_aarch64<32,_false> *)\n ((int)&p_Var10->_M_parent +\n (int)p_Var33 + local_74),relobj,5,0,\n (Address)in_stack_ffffff44,\n (Insntype)in_stack_ffffff48,(int)task_00,\n (uint)insn3);\n p_Var33 = local_54;\n }\n local_54 = (_Base_ptr)((int)p_Var33 + 8);\n p_Var33 = (_Base_ptr)((int)p_Var33 + 4);\n } while (local_54 < uVar37);\n }\n }\n if (p_Var38 == (_Rb_tree_header *)p_Var20) break;\n p_Var32 = p_Var20;\n pSVar47 = (Stub_table<32,_false> *)p_Var20[1]._M_color;\n }\n }\n }\n }\nLAB_001e9c60:\n iVar18 = *(int *)((int)ppSVar12 + 0x2c);\n }\n }\n if ((iVar18 == 4) && (iVar18 = *(int *)((int)ppSVar12 + 0x3c), iVar18 != 0)) {\n uVar37 = *(uint *)((int)ppSVar12 + 0x40);\n if (0xfeff < uVar37) {\n elfcpp::Elf_file<32,_false,_gold::Object>::initialize_shnum\n ((Elf_file<32,_false,_gold::Object> *)&this_01->field_0x90);\n uVar37 = uVar37 + *(int *)&this_01->field_0xa4;\n }\n if (((*(uint *)&this_01->field_0xac == uVar37) &&\n (*(int *)((int)ppSVar12 + 0x4c) == 0xc)) &&\n (lVar45 = __moddi3(iVar18,0,0xc,0), lVar45 == 0)) {\n local_6c = *(uint *)((int)ppSVar12 + 0x44);\n if (0xfeff < local_6c) {\n /* try { // try from 001ea0ad to 001ea0b1 has its CatchHandler @ 001ea8e9 */\n elfcpp::Elf_file<32,_false,_gold::Object>::initialize_shnum\n ((Elf_file<32,_false,_gold::Object> *)&this_01->field_0x90);\n local_6c = local_6c + *(int *)&this_01->field_0xa4;\n }\n if (((local_6c < *(uint *)&this_01->field_0x28) &&\n (*(int *)(insn3 + local_6c * 0x28 + 0x14) != 0)) &&\n (((insn3[local_6c * 0x28 + 8] & 2) != 0 &&\n ((*(int *)(insn3 + local_6c * 0x28 + 4) == 1 &&\n (pOVar7 = (((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_start[local_6c], pOVar7 != (Output_section *)0x0)))))) {\n bVar42 = gold::Symbol_table::is_section_folded(symtab,(Relobj *)this_01,local_6c);\n bVar43 = false;\n bVar42 = !bVar42;\n if (bVar42) {\n iVar18 = 10;\n pbVar34 = (byte *)pOVar7->name_;\n pbVar39 = (byte *)".eh_frame";\n do {\n if (iVar18 == 0) break;\n iVar18 = iVar18 + -1;\n bVar43 = *pbVar34 < *pbVar39;\n bVar42 = *pbVar34 == *pbVar39;\n pbVar34 = pbVar34 + (uint)bVar44 * -2 + 1;\n pbVar39 = pbVar39 + (uint)bVar44 * -2 + 1;\n } while (bVar42);\n if ((!bVar43 && !bVar42) != bVar43) {\n puVar8 = (((vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>).\n _M_impl._M_start;\n if ((uint)((int)*(pointer *)&this_01->field_0x88 - (int)puVar8 >> 2) <= local_6c\n ) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea8ba to 001ea8da has its CatchHandler @ 001ea8e9 */\n gold::do_gold_unreachable\n ("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n /* try { // try from 001ea64a to 001ea73e has its CatchHandler @ 001ea8e9 */\n if ((puVar8[local_6c] == 0xffffffff) &&\n (pOVar23 = gold::Output_section::find_relaxed_input_section\n (pOVar7,(Relobj *)this_01,local_6c),\n pOVar23 == (Output_relaxed_input_section *)0x0)) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable");\n }\n uVar37 = *(uint *)((int)ppSVar12 + 0x44);\n if (0xfeff < uVar37) {\n elfcpp::Elf_file<32,_false,_gold::Object>::initialize_shnum\n ((Elf_file<32,_false,_gold::Object> *)&this_01->field_0x90);\n uVar37 = uVar37 + *(int *)&this_01->field_0xa4;\n }\n puVar8 = (((vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>).\n _M_impl._M_start;\n if ((uint)((int)*(pointer *)&this_01->field_0x88 - (int)puVar8 >> 2) <= uVar37)\n {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n pOVar7 = (((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_start[uVar37];\n if (puVar8[uVar37] == 0xffffffff) {\n pOVar23 = gold::Output_section::find_relaxed_input_section\n (pOVar7,(Relobj *)this_01,uVar37);\n if (pOVar23 == (Output_relaxed_input_section *)0x0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea7ee to 001ea7f2 has its CatchHandler @ 001ea8e9 */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if (((pOVar23->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.field_0x1c & 1) == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n }\n else if (((pOVar7->super_Output_data).field_0x1c & 1) == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n if (*(Input_file **)&this_01->field_0x1c == (Input_file *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/object.h",0x1e3,"input_file");\n }\n gold::File_read::get_view\n (&(*(Input_file **)&this_01->field_0x1c)->file_,\n *(off_t *)&this_01->field_0x20,\n (ulonglong)*(uint *)((int)ppSVar12 + 0x38),\n *(section_size_type *)((int)ppSVar12 + 0x3c),true,false);\n input_view_size_1 = 0;\n gold::Object::section_contents\n ((Object *)this_01,uVar37,&input_view_size_1,false);\n if (*(int *)((int)ppSVar12 + 0x2c) != 4) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }\n }\n }\n }\n }\n }\n local_64 = (Stub_table<32,_false> *)\n ((int)&(local_64->super_Output_data)._vptr_Output_data + 1);\n if (pSVar4 == local_64) break;\n pGVar22 = gold::parameters->options_;\n ppSVar12 = local_5c;\n if (pGVar22 == (General_options *)0x0) goto LAB_001e9d87;\n } while( true );\n }" { (expression_statement "pGVar22 = gold::parameters->options_;" (field_expression "pGVar22 = gold::parameters->options_" (assignment_expression "pGVar22 = gold" identifier = identifier) (ERROR "::parameters" : : identifier) -> field_identifier) ;) (if_statement "if (pGVar22 == (General_options *)0x0) {\nLAB_001e9d87:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }" if (parenthesized_expression "(pGVar22 == (General_options *)0x0)" ( (binary_expression "pGVar22 == (General_options *)0x0" identifier == (cast_expression "(General_options *)0x0" ( (type_descriptor "General_options *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\nLAB_001e9d87:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }" { (labeled_statement "LAB_001e9d87:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");" statement_identifier : comment (labeled_statement "gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");" statement_identifier : (ERROR ":" :) (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 ") ))) ;))) })) (expression_statement "local_64 = (Stub_table<32,_false> *)0x1;" (assignment_expression "local_64 = (Stub_table<32,_false> *)0x1" identifier = (parenthesized_expression "(Stub_table<32,_false> *)0x1" ( (comma_expression "Stub_table<32,_false> *)0x1" (binary_expression "Stub_table<32" identifier < number_literal) , (binary_expression "_false> *)0x1" identifier > (pointer_expression "*)0x1" * (ERROR ")" )) number_literal))) ))) ;) (expression_statement "p_Var38 = &(this_01->mapping_symbol_info_)._M_t._M_impl.super__Rb_tree_header;" (assignment_expression "p_Var38 = &(this_01->mapping_symbol_info_)._M_t._M_impl.super__Rb_tree_header" identifier = (pointer_expression "&(this_01->mapping_symbol_info_)._M_t._M_impl.super__Rb_tree_header" & (field_expression "(this_01->mapping_symbol_info_)._M_t._M_impl.super__Rb_tree_header" (field_expression "(this_01->mapping_symbol_info_)._M_t._M_impl" (field_expression "(this_01->mapping_symbol_info_)._M_t" (parenthesized_expression "(this_01->mapping_symbol_info_)" ( (field_expression "this_01->mapping_symbol_info_" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier))) ;) (expression_statement "ppSVar12 = (pointer_conflict)insn3;" (assignment_expression "ppSVar12 = (pointer_conflict)insn3" identifier = (cast_expression "(pointer_conflict)insn3" ( (type_descriptor "pointer_conflict" type_identifier) ) identifier)) ;) (do_statement "do {\n local_5c = (pointer_conflict)((int)ppSVar12 + 0x28);\n iVar18 = *(int *)((int)ppSVar12 + 0x2c);\n if (((((pGVar22->fix_cortex_a53_843419_).value != false) ||\n ((pGVar22->fix_cortex_a53_835769_).value != false)) &&\n (*(int *)((int)ppSVar12 + 0x3c) != 0)) && ((*(byte *)((int)ppSVar12 + 0x30) & 6) != 0)\n ) {\n pOVar7 = (((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_start[(int)local_64];\n if ((pOVar7 != (Output_section *)0x0) && (iVar18 == 1)) {\n a64relobj = this_01;\n pSVar47 = local_64;\n bVar42 = gold::Symbol_table::is_section_folded\n (symtab,(Relobj *)this_01,(uint)local_64);\n if (!bVar42) {\n puVar8 = (((vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl.\n _M_start;\n if ((Stub_table<32,_false> *)\n ((int)*(pointer *)&this_01->field_0x88 - (int)puVar8 >> 2) <= local_64) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/object.h",0x7f7,"get_output_section_offset")\n ;\n }\n uVar37 = puVar8[(int)local_64];\n if (uVar37 == 0xffffffff) {\n a64relobj = this_01;\n pSVar47 = local_64;\n pOVar23 = gold::Output_section::find_relaxed_input_section\n (pOVar7,(Relobj *)this_01,(uint)local_64);\n if (pOVar23 == (Output_relaxed_input_section *)0x0) goto LAB_001e9c60;\n if (((pOVar23->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.field_0x1c & 1) == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n local_74 = (int)(pOVar23->super_Output_section_data_build).\n super_Output_section_data.super_Output_data.address_;\n }\n else {\n if (((pOVar7->super_Output_data).field_0x1c & 1) == 0) goto LAB_001ea816;\n local_74 = uVar37 + (int)(pOVar7->super_Output_data).address_;\n }\n ppSVar30 = (this_01->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std::allocator<(anonymous_namespace)::Stub_table<32,_false>*>_>\n ._M_impl._M_start;\n if ((Stub_table<32,_false> *)\n ((int)(this_01->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std::allocator<(anonymous_namespace)::Stub_table<32,_false>*>_>\n ._M_impl._M_finish - (int)ppSVar30 >> 2) <= local_64) {\n /* try { // try from 001ea811 to 001ea851 has its CatchHandler @ 001ea8e9 */\n AArch64_relobj<32,_false>::stub_table(in_stack_ffffff44,(uint)in_stack_ffffff48);\nLAB_001ea816:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n if ((ppSVar30[(int)local_64] != (Stub_table<32,_false> *)0x0) &&\n (Stub_table<32,_false>::find_erratum_stubs_for_input_section\n (local_64,a64relobj,(uint)pSVar47), local_44 != local_40)) {\n _Var9 = local_44[1]._M_color;\n iVar18 = local_74 + *(int *)(_Var9 + 0x18);\n *(int *)(_Var9 + 0x20) = iVar18;\n p_Var20 = local_44;\n while( true ) {\n if (iVar18 + 4 == -1) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x361,"set_destination_address");\n }\n *(int *)(_Var9 + 4) = iVar18 + 4;\n p_Var20 = (_Rb_tree_node_base *)std::_Rb_tree_increment(p_Var20);\n if (p_Var20 == local_40) break;\n _Var9 = p_Var20[1]._M_color;\n iVar18 = *(int *)(_Var9 + 0x18) + local_74;\n *(int *)(_Var9 + 0x20) = iVar18;\n }\n }\n input_view_size = 0;\n puVar21 = gold::Object::section_contents\n ((Object *)this_01,(uint)local_64,&input_view_size,false);\n p_Var20 = (this_01->mapping_symbol_info_)._M_t._M_impl.super__Rb_tree_header.\n _M_header._M_parent;\n p_Var31 = &p_Var38->_M_header;\n if (p_Var20 != (_Rb_tree_node_base *)0x0) {\n do {\n while (p_Var32 = p_Var20,\n local_64 <= (Stub_table<32,_false> *)p_Var32[1]._M_color) {\n p_Var20 = p_Var32->_M_left;\n p_Var31 = p_Var32;\n if (p_Var32->_M_left == (_Base_ptr)0x0) goto LAB_001e9af5;\n }\n pp_Var3 = &p_Var32->_M_right;\n p_Var20 = *pp_Var3;\n p_Var32 = p_Var31;\n } while (*pp_Var3 != (_Base_ptr)0x0);\nLAB_001e9af5:\n if (p_Var38 != (_Rb_tree_header *)p_Var32) {\n pSVar47 = (Stub_table<32,_false> *)p_Var32[1]._M_color;\n while (local_64 == pSVar47) {\n p_Var20 = (_Rb_tree_node_base *)std::_Rb_tree_increment(p_Var32);\n if (*(char *)&p_Var32[1]._M_left == 'x') {\n p_Var10 = p_Var32[1]._M_parent;\n if ((p_Var38 == (_Rb_tree_header *)p_Var20) ||\n ((Stub_table<32,_false> *)p_Var20[1]._M_color != local_64)) {\n local_54 = *(_Base_ptr *)((int)ppSVar12 + 0x3c);\n }\n else {\n local_54 = p_Var20[1]._M_parent;\n }\n pGVar22 = gold::parameters->options_;\n if (pGVar22 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if (((pGVar22->fix_cortex_a53_843419_).value != false) &&\n (uVar37 = (int)&p_Var10->_M_color + local_74, (uVar37 & 3) == 0)) {\n iVar18 = 0;\n if ((uVar37 & 0xfff) < 0xff8) {\n iVar18 = 0xff8 - (uVar37 & 0xfff);\n }\n while (iVar18 + 0xcU <= (uint)((int)local_54 - (int)p_Var10)) {\n erratum_insn_offset = (int)&p_Var10->_M_color + iVar18;\n puVar35 = (uint *)(puVar21 + erratum_insn_offset);\n uVar40 = uVar37 + iVar18;\n if ((*puVar35 & 0x9f000000) == 0x90000000) {\n local_90 = (AArch64_relobj<32,_false> *)puVar35[2];\n bVar42 = is_erratum_843419_sequence\n ((Target_aarch64<32,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00,\n (Valtype)insn3);\n if (bVar42) {\n iVar36 = 8;\nLAB_001e9f35:\n create_erratum_stub((Target_aarch64<32,_false> *)(iVar36 + uVar40),\n local_90,4,erratum_insn_offset,\n (Address)in_stack_ffffff44,\n (Insntype)in_stack_ffffff48,(int)task_00,\n (uint)insn3);\n }\n else if (((iVar18 + 0x10U <= (uint)((int)local_54 - (int)p_Var10)) &&\n (((uint)local_90 & 0x7c000000) != 0x14000000)) &&\n (((uint)local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = (AArch64_relobj<32,_false> *)puVar35[3];\n bVar42 = is_erratum_843419_sequence\n ((Target_aarch64<32,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00,\n (Valtype)insn3);\n if (bVar42) {\n iVar36 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n iVar36 = iVar18 + 4;\n iVar18 = iVar18 + 0xffc;\n if ((uVar40 & 0xfff) == 0xff8) {\n iVar18 = iVar36;\n }\n }\n pGVar22 = gold::parameters->options_;\n if (pGVar22 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (((pGVar22->fix_cortex_a53_835769_).value != false) &&\n (uVar37 = (int)local_54 - (int)p_Var10, 4 < uVar37)) {\n local_54 = (_Base_ptr)0x4;\n p_Var33 = (_Base_ptr)0x0;\n do {\n iVar18 = (int)&p_Var10->_M_color + (int)p_Var33;\n relobj = *(AArch64_relobj<32,_false> **)(puVar21 + iVar18 + 4);\n bVar42 = Target_aarch64<64,_false>::is_erratum_835769_sequence\n ((Target_aarch64<64,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00);\n if (bVar42) {\n pcVar11 = (((string *)&this_01->field_0x4)->_M_dataplus)._M_p;\n format = (char *)gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n gold::gold_info(format,pcVar11,local_64,iVar18);\n create_erratum_stub((Target_aarch64<32,_false> *)\n ((int)&p_Var10->_M_parent +\n (int)p_Var33 + local_74),relobj,5,0,\n (Address)in_stack_ffffff44,\n (Insntype)in_stack_ffffff48,(int)task_00,\n (uint)insn3);\n p_Var33 = local_54;\n }\n local_54 = (_Base_ptr)((int)p_Var33 + 8);\n p_Var33 = (_Base_ptr)((int)p_Var33 + 4);\n } while (local_54 < uVar37);\n }\n }\n if (p_Var38 == (_Rb_tree_header *)p_Var20) break;\n p_Var32 = p_Var20;\n pSVar47 = (Stub_table<32,_false> *)p_Var20[1]._M_color;\n }\n }\n }\n }\nLAB_001e9c60:\n iVar18 = *(int *)((int)ppSVar12 + 0x2c);\n }\n }\n if ((iVar18 == 4) && (iVar18 = *(int *)((int)ppSVar12 + 0x3c), iVar18 != 0)) {\n uVar37 = *(uint *)((int)ppSVar12 + 0x40);\n if (0xfeff < uVar37) {\n elfcpp::Elf_file<32,_false,_gold::Object>::initialize_shnum\n ((Elf_file<32,_false,_gold::Object> *)&this_01->field_0x90);\n uVar37 = uVar37 + *(int *)&this_01->field_0xa4;\n }\n if (((*(uint *)&this_01->field_0xac == uVar37) &&\n (*(int *)((int)ppSVar12 + 0x4c) == 0xc)) &&\n (lVar45 = __moddi3(iVar18,0,0xc,0), lVar45 == 0)) {\n local_6c = *(uint *)((int)ppSVar12 + 0x44);\n if (0xfeff < local_6c) {\n /* try { // try from 001ea0ad to 001ea0b1 has its CatchHandler @ 001ea8e9 */\n elfcpp::Elf_file<32,_false,_gold::Object>::initialize_shnum\n ((Elf_file<32,_false,_gold::Object> *)&this_01->field_0x90);\n local_6c = local_6c + *(int *)&this_01->field_0xa4;\n }\n if (((local_6c < *(uint *)&this_01->field_0x28) &&\n (*(int *)(insn3 + local_6c * 0x28 + 0x14) != 0)) &&\n (((insn3[local_6c * 0x28 + 8] & 2) != 0 &&\n ((*(int *)(insn3 + local_6c * 0x28 + 4) == 1 &&\n (pOVar7 = (((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_start[local_6c], pOVar7 != (Output_section *)0x0)))))) {\n bVar42 = gold::Symbol_table::is_section_folded(symtab,(Relobj *)this_01,local_6c);\n bVar43 = false;\n bVar42 = !bVar42;\n if (bVar42) {\n iVar18 = 10;\n pbVar34 = (byte *)pOVar7->name_;\n pbVar39 = (byte *)".eh_frame";\n do {\n if (iVar18 == 0) break;\n iVar18 = iVar18 + -1;\n bVar43 = *pbVar34 < *pbVar39;\n bVar42 = *pbVar34 == *pbVar39;\n pbVar34 = pbVar34 + (uint)bVar44 * -2 + 1;\n pbVar39 = pbVar39 + (uint)bVar44 * -2 + 1;\n } while (bVar42);\n if ((!bVar43 && !bVar42) != bVar43) {\n puVar8 = (((vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>).\n _M_impl._M_start;\n if ((uint)((int)*(pointer *)&this_01->field_0x88 - (int)puVar8 >> 2) <= local_6c\n ) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea8ba to 001ea8da has its CatchHandler @ 001ea8e9 */\n gold::do_gold_unreachable\n ("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n /* try { // try from 001ea64a to 001ea73e has its CatchHandler @ 001ea8e9 */\n if ((puVar8[local_6c] == 0xffffffff) &&\n (pOVar23 = gold::Output_section::find_relaxed_input_section\n (pOVar7,(Relobj *)this_01,local_6c),\n pOVar23 == (Output_relaxed_input_section *)0x0)) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable");\n }\n uVar37 = *(uint *)((int)ppSVar12 + 0x44);\n if (0xfeff < uVar37) {\n elfcpp::Elf_file<32,_false,_gold::Object>::initialize_shnum\n ((Elf_file<32,_false,_gold::Object> *)&this_01->field_0x90);\n uVar37 = uVar37 + *(int *)&this_01->field_0xa4;\n }\n puVar8 = (((vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>).\n _M_impl._M_start;\n if ((uint)((int)*(pointer *)&this_01->field_0x88 - (int)puVar8 >> 2) <= uVar37)\n {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n pOVar7 = (((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_start[uVar37];\n if (puVar8[uVar37] == 0xffffffff) {\n pOVar23 = gold::Output_section::find_relaxed_input_section\n (pOVar7,(Relobj *)this_01,uVar37);\n if (pOVar23 == (Output_relaxed_input_section *)0x0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea7ee to 001ea7f2 has its CatchHandler @ 001ea8e9 */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if (((pOVar23->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.field_0x1c & 1) == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n }\n else if (((pOVar7->super_Output_data).field_0x1c & 1) == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n if (*(Input_file **)&this_01->field_0x1c == (Input_file *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/object.h",0x1e3,"input_file");\n }\n gold::File_read::get_view\n (&(*(Input_file **)&this_01->field_0x1c)->file_,\n *(off_t *)&this_01->field_0x20,\n (ulonglong)*(uint *)((int)ppSVar12 + 0x38),\n *(section_size_type *)((int)ppSVar12 + 0x3c),true,false);\n input_view_size_1 = 0;\n gold::Object::section_contents\n ((Object *)this_01,uVar37,&input_view_size_1,false);\n if (*(int *)((int)ppSVar12 + 0x2c) != 4) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }\n }\n }\n }\n }\n }\n local_64 = (Stub_table<32,_false> *)\n ((int)&(local_64->super_Output_data)._vptr_Output_data + 1);\n if (pSVar4 == local_64) break;\n pGVar22 = gold::parameters->options_;\n ppSVar12 = local_5c;\n if (pGVar22 == (General_options *)0x0) goto LAB_001e9d87;\n } while( true );" do (compound_statement "{\n local_5c = (pointer_conflict)((int)ppSVar12 + 0x28);\n iVar18 = *(int *)((int)ppSVar12 + 0x2c);\n if (((((pGVar22->fix_cortex_a53_843419_).value != false) ||\n ((pGVar22->fix_cortex_a53_835769_).value != false)) &&\n (*(int *)((int)ppSVar12 + 0x3c) != 0)) && ((*(byte *)((int)ppSVar12 + 0x30) & 6) != 0)\n ) {\n pOVar7 = (((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_start[(int)local_64];\n if ((pOVar7 != (Output_section *)0x0) && (iVar18 == 1)) {\n a64relobj = this_01;\n pSVar47 = local_64;\n bVar42 = gold::Symbol_table::is_section_folded\n (symtab,(Relobj *)this_01,(uint)local_64);\n if (!bVar42) {\n puVar8 = (((vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl.\n _M_start;\n if ((Stub_table<32,_false> *)\n ((int)*(pointer *)&this_01->field_0x88 - (int)puVar8 >> 2) <= local_64) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/object.h",0x7f7,"get_output_section_offset")\n ;\n }\n uVar37 = puVar8[(int)local_64];\n if (uVar37 == 0xffffffff) {\n a64relobj = this_01;\n pSVar47 = local_64;\n pOVar23 = gold::Output_section::find_relaxed_input_section\n (pOVar7,(Relobj *)this_01,(uint)local_64);\n if (pOVar23 == (Output_relaxed_input_section *)0x0) goto LAB_001e9c60;\n if (((pOVar23->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.field_0x1c & 1) == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n local_74 = (int)(pOVar23->super_Output_section_data_build).\n super_Output_section_data.super_Output_data.address_;\n }\n else {\n if (((pOVar7->super_Output_data).field_0x1c & 1) == 0) goto LAB_001ea816;\n local_74 = uVar37 + (int)(pOVar7->super_Output_data).address_;\n }\n ppSVar30 = (this_01->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std::allocator<(anonymous_namespace)::Stub_table<32,_false>*>_>\n ._M_impl._M_start;\n if ((Stub_table<32,_false> *)\n ((int)(this_01->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std::allocator<(anonymous_namespace)::Stub_table<32,_false>*>_>\n ._M_impl._M_finish - (int)ppSVar30 >> 2) <= local_64) {\n /* try { // try from 001ea811 to 001ea851 has its CatchHandler @ 001ea8e9 */\n AArch64_relobj<32,_false>::stub_table(in_stack_ffffff44,(uint)in_stack_ffffff48);\nLAB_001ea816:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n if ((ppSVar30[(int)local_64] != (Stub_table<32,_false> *)0x0) &&\n (Stub_table<32,_false>::find_erratum_stubs_for_input_section\n (local_64,a64relobj,(uint)pSVar47), local_44 != local_40)) {\n _Var9 = local_44[1]._M_color;\n iVar18 = local_74 + *(int *)(_Var9 + 0x18);\n *(int *)(_Var9 + 0x20) = iVar18;\n p_Var20 = local_44;\n while( true ) {\n if (iVar18 + 4 == -1) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x361,"set_destination_address");\n }\n *(int *)(_Var9 + 4) = iVar18 + 4;\n p_Var20 = (_Rb_tree_node_base *)std::_Rb_tree_increment(p_Var20);\n if (p_Var20 == local_40) break;\n _Var9 = p_Var20[1]._M_color;\n iVar18 = *(int *)(_Var9 + 0x18) + local_74;\n *(int *)(_Var9 + 0x20) = iVar18;\n }\n }\n input_view_size = 0;\n puVar21 = gold::Object::section_contents\n ((Object *)this_01,(uint)local_64,&input_view_size,false);\n p_Var20 = (this_01->mapping_symbol_info_)._M_t._M_impl.super__Rb_tree_header.\n _M_header._M_parent;\n p_Var31 = &p_Var38->_M_header;\n if (p_Var20 != (_Rb_tree_node_base *)0x0) {\n do {\n while (p_Var32 = p_Var20,\n local_64 <= (Stub_table<32,_false> *)p_Var32[1]._M_color) {\n p_Var20 = p_Var32->_M_left;\n p_Var31 = p_Var32;\n if (p_Var32->_M_left == (_Base_ptr)0x0) goto LAB_001e9af5;\n }\n pp_Var3 = &p_Var32->_M_right;\n p_Var20 = *pp_Var3;\n p_Var32 = p_Var31;\n } while (*pp_Var3 != (_Base_ptr)0x0);\nLAB_001e9af5:\n if (p_Var38 != (_Rb_tree_header *)p_Var32) {\n pSVar47 = (Stub_table<32,_false> *)p_Var32[1]._M_color;\n while (local_64 == pSVar47) {\n p_Var20 = (_Rb_tree_node_base *)std::_Rb_tree_increment(p_Var32);\n if (*(char *)&p_Var32[1]._M_left == 'x') {\n p_Var10 = p_Var32[1]._M_parent;\n if ((p_Var38 == (_Rb_tree_header *)p_Var20) ||\n ((Stub_table<32,_false> *)p_Var20[1]._M_color != local_64)) {\n local_54 = *(_Base_ptr *)((int)ppSVar12 + 0x3c);\n }\n else {\n local_54 = p_Var20[1]._M_parent;\n }\n pGVar22 = gold::parameters->options_;\n if (pGVar22 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if (((pGVar22->fix_cortex_a53_843419_).value != false) &&\n (uVar37 = (int)&p_Var10->_M_color + local_74, (uVar37 & 3) == 0)) {\n iVar18 = 0;\n if ((uVar37 & 0xfff) < 0xff8) {\n iVar18 = 0xff8 - (uVar37 & 0xfff);\n }\n while (iVar18 + 0xcU <= (uint)((int)local_54 - (int)p_Var10)) {\n erratum_insn_offset = (int)&p_Var10->_M_color + iVar18;\n puVar35 = (uint *)(puVar21 + erratum_insn_offset);\n uVar40 = uVar37 + iVar18;\n if ((*puVar35 & 0x9f000000) == 0x90000000) {\n local_90 = (AArch64_relobj<32,_false> *)puVar35[2];\n bVar42 = is_erratum_843419_sequence\n ((Target_aarch64<32,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00,\n (Valtype)insn3);\n if (bVar42) {\n iVar36 = 8;\nLAB_001e9f35:\n create_erratum_stub((Target_aarch64<32,_false> *)(iVar36 + uVar40),\n local_90,4,erratum_insn_offset,\n (Address)in_stack_ffffff44,\n (Insntype)in_stack_ffffff48,(int)task_00,\n (uint)insn3);\n }\n else if (((iVar18 + 0x10U <= (uint)((int)local_54 - (int)p_Var10)) &&\n (((uint)local_90 & 0x7c000000) != 0x14000000)) &&\n (((uint)local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = (AArch64_relobj<32,_false> *)puVar35[3];\n bVar42 = is_erratum_843419_sequence\n ((Target_aarch64<32,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00,\n (Valtype)insn3);\n if (bVar42) {\n iVar36 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n iVar36 = iVar18 + 4;\n iVar18 = iVar18 + 0xffc;\n if ((uVar40 & 0xfff) == 0xff8) {\n iVar18 = iVar36;\n }\n }\n pGVar22 = gold::parameters->options_;\n if (pGVar22 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (((pGVar22->fix_cortex_a53_835769_).value != false) &&\n (uVar37 = (int)local_54 - (int)p_Var10, 4 < uVar37)) {\n local_54 = (_Base_ptr)0x4;\n p_Var33 = (_Base_ptr)0x0;\n do {\n iVar18 = (int)&p_Var10->_M_color + (int)p_Var33;\n relobj = *(AArch64_relobj<32,_false> **)(puVar21 + iVar18 + 4);\n bVar42 = Target_aarch64<64,_false>::is_erratum_835769_sequence\n ((Target_aarch64<64,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00);\n if (bVar42) {\n pcVar11 = (((string *)&this_01->field_0x4)->_M_dataplus)._M_p;\n format = (char *)gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n gold::gold_info(format,pcVar11,local_64,iVar18);\n create_erratum_stub((Target_aarch64<32,_false> *)\n ((int)&p_Var10->_M_parent +\n (int)p_Var33 + local_74),relobj,5,0,\n (Address)in_stack_ffffff44,\n (Insntype)in_stack_ffffff48,(int)task_00,\n (uint)insn3);\n p_Var33 = local_54;\n }\n local_54 = (_Base_ptr)((int)p_Var33 + 8);\n p_Var33 = (_Base_ptr)((int)p_Var33 + 4);\n } while (local_54 < uVar37);\n }\n }\n if (p_Var38 == (_Rb_tree_header *)p_Var20) break;\n p_Var32 = p_Var20;\n pSVar47 = (Stub_table<32,_false> *)p_Var20[1]._M_color;\n }\n }\n }\n }\nLAB_001e9c60:\n iVar18 = *(int *)((int)ppSVar12 + 0x2c);\n }\n }\n if ((iVar18 == 4) && (iVar18 = *(int *)((int)ppSVar12 + 0x3c), iVar18 != 0)) {\n uVar37 = *(uint *)((int)ppSVar12 + 0x40);\n if (0xfeff < uVar37) {\n elfcpp::Elf_file<32,_false,_gold::Object>::initialize_shnum\n ((Elf_file<32,_false,_gold::Object> *)&this_01->field_0x90);\n uVar37 = uVar37 + *(int *)&this_01->field_0xa4;\n }\n if (((*(uint *)&this_01->field_0xac == uVar37) &&\n (*(int *)((int)ppSVar12 + 0x4c) == 0xc)) &&\n (lVar45 = __moddi3(iVar18,0,0xc,0), lVar45 == 0)) {\n local_6c = *(uint *)((int)ppSVar12 + 0x44);\n if (0xfeff < local_6c) {\n /* try { // try from 001ea0ad to 001ea0b1 has its CatchHandler @ 001ea8e9 */\n elfcpp::Elf_file<32,_false,_gold::Object>::initialize_shnum\n ((Elf_file<32,_false,_gold::Object> *)&this_01->field_0x90);\n local_6c = local_6c + *(int *)&this_01->field_0xa4;\n }\n if (((local_6c < *(uint *)&this_01->field_0x28) &&\n (*(int *)(insn3 + local_6c * 0x28 + 0x14) != 0)) &&\n (((insn3[local_6c * 0x28 + 8] & 2) != 0 &&\n ((*(int *)(insn3 + local_6c * 0x28 + 4) == 1 &&\n (pOVar7 = (((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_start[local_6c], pOVar7 != (Output_section *)0x0)))))) {\n bVar42 = gold::Symbol_table::is_section_folded(symtab,(Relobj *)this_01,local_6c);\n bVar43 = false;\n bVar42 = !bVar42;\n if (bVar42) {\n iVar18 = 10;\n pbVar34 = (byte *)pOVar7->name_;\n pbVar39 = (byte *)".eh_frame";\n do {\n if (iVar18 == 0) break;\n iVar18 = iVar18 + -1;\n bVar43 = *pbVar34 < *pbVar39;\n bVar42 = *pbVar34 == *pbVar39;\n pbVar34 = pbVar34 + (uint)bVar44 * -2 + 1;\n pbVar39 = pbVar39 + (uint)bVar44 * -2 + 1;\n } while (bVar42);\n if ((!bVar43 && !bVar42) != bVar43) {\n puVar8 = (((vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>).\n _M_impl._M_start;\n if ((uint)((int)*(pointer *)&this_01->field_0x88 - (int)puVar8 >> 2) <= local_6c\n ) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea8ba to 001ea8da has its CatchHandler @ 001ea8e9 */\n gold::do_gold_unreachable\n ("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n /* try { // try from 001ea64a to 001ea73e has its CatchHandler @ 001ea8e9 */\n if ((puVar8[local_6c] == 0xffffffff) &&\n (pOVar23 = gold::Output_section::find_relaxed_input_section\n (pOVar7,(Relobj *)this_01,local_6c),\n pOVar23 == (Output_relaxed_input_section *)0x0)) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable");\n }\n uVar37 = *(uint *)((int)ppSVar12 + 0x44);\n if (0xfeff < uVar37) {\n elfcpp::Elf_file<32,_false,_gold::Object>::initialize_shnum\n ((Elf_file<32,_false,_gold::Object> *)&this_01->field_0x90);\n uVar37 = uVar37 + *(int *)&this_01->field_0xa4;\n }\n puVar8 = (((vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>).\n _M_impl._M_start;\n if ((uint)((int)*(pointer *)&this_01->field_0x88 - (int)puVar8 >> 2) <= uVar37)\n {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n pOVar7 = (((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_start[uVar37];\n if (puVar8[uVar37] == 0xffffffff) {\n pOVar23 = gold::Output_section::find_relaxed_input_section\n (pOVar7,(Relobj *)this_01,uVar37);\n if (pOVar23 == (Output_relaxed_input_section *)0x0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea7ee to 001ea7f2 has its CatchHandler @ 001ea8e9 */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if (((pOVar23->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.field_0x1c & 1) == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n }\n else if (((pOVar7->super_Output_data).field_0x1c & 1) == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n if (*(Input_file **)&this_01->field_0x1c == (Input_file *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/object.h",0x1e3,"input_file");\n }\n gold::File_read::get_view\n (&(*(Input_file **)&this_01->field_0x1c)->file_,\n *(off_t *)&this_01->field_0x20,\n (ulonglong)*(uint *)((int)ppSVar12 + 0x38),\n *(section_size_type *)((int)ppSVar12 + 0x3c),true,false);\n input_view_size_1 = 0;\n gold::Object::section_contents\n ((Object *)this_01,uVar37,&input_view_size_1,false);\n if (*(int *)((int)ppSVar12 + 0x2c) != 4) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }\n }\n }\n }\n }\n }\n local_64 = (Stub_table<32,_false> *)\n ((int)&(local_64->super_Output_data)._vptr_Output_data + 1);\n if (pSVar4 == local_64) break;\n pGVar22 = gold::parameters->options_;\n ppSVar12 = local_5c;\n if (pGVar22 == (General_options *)0x0) goto LAB_001e9d87;\n }" { (expression_statement "local_5c = (pointer_conflict)((int)ppSVar12 + 0x28);" (assignment_expression "local_5c = (pointer_conflict)((int)ppSVar12 + 0x28)" identifier = (call_expression "(pointer_conflict)((int)ppSVar12 + 0x28)" (parenthesized_expression "(pointer_conflict)" ( identifier )) (argument_list "((int)ppSVar12 + 0x28)" ( (binary_expression "(int)ppSVar12 + 0x28" (cast_expression "(int)ppSVar12" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) ;) (expression_statement "iVar18 = *(int *)((int)ppSVar12 + 0x2c);" (assignment_expression "iVar18 = *(int *)((int)ppSVar12 + 0x2c)" identifier = (pointer_expression "*(int *)((int)ppSVar12 + 0x2c)" * (cast_expression "(int *)((int)ppSVar12 + 0x2c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)ppSVar12 + 0x2c)" ( (binary_expression "(int)ppSVar12 + 0x2c" (cast_expression "(int)ppSVar12" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) ))))) ;) (if_statement "if (((((pGVar22->fix_cortex_a53_843419_).value != false) ||\n ((pGVar22->fix_cortex_a53_835769_).value != false)) &&\n (*(int *)((int)ppSVar12 + 0x3c) != 0)) && ((*(byte *)((int)ppSVar12 + 0x30) & 6) != 0)\n ) {\n pOVar7 = (((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_start[(int)local_64];\n if ((pOVar7 != (Output_section *)0x0) && (iVar18 == 1)) {\n a64relobj = this_01;\n pSVar47 = local_64;\n bVar42 = gold::Symbol_table::is_section_folded\n (symtab,(Relobj *)this_01,(uint)local_64);\n if (!bVar42) {\n puVar8 = (((vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl.\n _M_start;\n if ((Stub_table<32,_false> *)\n ((int)*(pointer *)&this_01->field_0x88 - (int)puVar8 >> 2) <= local_64) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/object.h",0x7f7,"get_output_section_offset")\n ;\n }\n uVar37 = puVar8[(int)local_64];\n if (uVar37 == 0xffffffff) {\n a64relobj = this_01;\n pSVar47 = local_64;\n pOVar23 = gold::Output_section::find_relaxed_input_section\n (pOVar7,(Relobj *)this_01,(uint)local_64);\n if (pOVar23 == (Output_relaxed_input_section *)0x0) goto LAB_001e9c60;\n if (((pOVar23->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.field_0x1c & 1) == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n local_74 = (int)(pOVar23->super_Output_section_data_build).\n super_Output_section_data.super_Output_data.address_;\n }\n else {\n if (((pOVar7->super_Output_data).field_0x1c & 1) == 0) goto LAB_001ea816;\n local_74 = uVar37 + (int)(pOVar7->super_Output_data).address_;\n }\n ppSVar30 = (this_01->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std::allocator<(anonymous_namespace)::Stub_table<32,_false>*>_>\n ._M_impl._M_start;\n if ((Stub_table<32,_false> *)\n ((int)(this_01->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std::allocator<(anonymous_namespace)::Stub_table<32,_false>*>_>\n ._M_impl._M_finish - (int)ppSVar30 >> 2) <= local_64) {\n /* try { // try from 001ea811 to 001ea851 has its CatchHandler @ 001ea8e9 */\n AArch64_relobj<32,_false>::stub_table(in_stack_ffffff44,(uint)in_stack_ffffff48);\nLAB_001ea816:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n if ((ppSVar30[(int)local_64] != (Stub_table<32,_false> *)0x0) &&\n (Stub_table<32,_false>::find_erratum_stubs_for_input_section\n (local_64,a64relobj,(uint)pSVar47), local_44 != local_40)) {\n _Var9 = local_44[1]._M_color;\n iVar18 = local_74 + *(int *)(_Var9 + 0x18);\n *(int *)(_Var9 + 0x20) = iVar18;\n p_Var20 = local_44;\n while( true ) {\n if (iVar18 + 4 == -1) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x361,"set_destination_address");\n }\n *(int *)(_Var9 + 4) = iVar18 + 4;\n p_Var20 = (_Rb_tree_node_base *)std::_Rb_tree_increment(p_Var20);\n if (p_Var20 == local_40) break;\n _Var9 = p_Var20[1]._M_color;\n iVar18 = *(int *)(_Var9 + 0x18) + local_74;\n *(int *)(_Var9 + 0x20) = iVar18;\n }\n }\n input_view_size = 0;\n puVar21 = gold::Object::section_contents\n ((Object *)this_01,(uint)local_64,&input_view_size,false);\n p_Var20 = (this_01->mapping_symbol_info_)._M_t._M_impl.super__Rb_tree_header.\n _M_header._M_parent;\n p_Var31 = &p_Var38->_M_header;\n if (p_Var20 != (_Rb_tree_node_base *)0x0) {\n do {\n while (p_Var32 = p_Var20,\n local_64 <= (Stub_table<32,_false> *)p_Var32[1]._M_color) {\n p_Var20 = p_Var32->_M_left;\n p_Var31 = p_Var32;\n if (p_Var32->_M_left == (_Base_ptr)0x0) goto LAB_001e9af5;\n }\n pp_Var3 = &p_Var32->_M_right;\n p_Var20 = *pp_Var3;\n p_Var32 = p_Var31;\n } while (*pp_Var3 != (_Base_ptr)0x0);\nLAB_001e9af5:\n if (p_Var38 != (_Rb_tree_header *)p_Var32) {\n pSVar47 = (Stub_table<32,_false> *)p_Var32[1]._M_color;\n while (local_64 == pSVar47) {\n p_Var20 = (_Rb_tree_node_base *)std::_Rb_tree_increment(p_Var32);\n if (*(char *)&p_Var32[1]._M_left == 'x') {\n p_Var10 = p_Var32[1]._M_parent;\n if ((p_Var38 == (_Rb_tree_header *)p_Var20) ||\n ((Stub_table<32,_false> *)p_Var20[1]._M_color != local_64)) {\n local_54 = *(_Base_ptr *)((int)ppSVar12 + 0x3c);\n }\n else {\n local_54 = p_Var20[1]._M_parent;\n }\n pGVar22 = gold::parameters->options_;\n if (pGVar22 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if (((pGVar22->fix_cortex_a53_843419_).value != false) &&\n (uVar37 = (int)&p_Var10->_M_color + local_74, (uVar37 & 3) == 0)) {\n iVar18 = 0;\n if ((uVar37 & 0xfff) < 0xff8) {\n iVar18 = 0xff8 - (uVar37 & 0xfff);\n }\n while (iVar18 + 0xcU <= (uint)((int)local_54 - (int)p_Var10)) {\n erratum_insn_offset = (int)&p_Var10->_M_color + iVar18;\n puVar35 = (uint *)(puVar21 + erratum_insn_offset);\n uVar40 = uVar37 + iVar18;\n if ((*puVar35 & 0x9f000000) == 0x90000000) {\n local_90 = (AArch64_relobj<32,_false> *)puVar35[2];\n bVar42 = is_erratum_843419_sequence\n ((Target_aarch64<32,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00,\n (Valtype)insn3);\n if (bVar42) {\n iVar36 = 8;\nLAB_001e9f35:\n create_erratum_stub((Target_aarch64<32,_false> *)(iVar36 + uVar40),\n local_90,4,erratum_insn_offset,\n (Address)in_stack_ffffff44,\n (Insntype)in_stack_ffffff48,(int)task_00,\n (uint)insn3);\n }\n else if (((iVar18 + 0x10U <= (uint)((int)local_54 - (int)p_Var10)) &&\n (((uint)local_90 & 0x7c000000) != 0x14000000)) &&\n (((uint)local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = (AArch64_relobj<32,_false> *)puVar35[3];\n bVar42 = is_erratum_843419_sequence\n ((Target_aarch64<32,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00,\n (Valtype)insn3);\n if (bVar42) {\n iVar36 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n iVar36 = iVar18 + 4;\n iVar18 = iVar18 + 0xffc;\n if ((uVar40 & 0xfff) == 0xff8) {\n iVar18 = iVar36;\n }\n }\n pGVar22 = gold::parameters->options_;\n if (pGVar22 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (((pGVar22->fix_cortex_a53_835769_).value != false) &&\n (uVar37 = (int)local_54 - (int)p_Var10, 4 < uVar37)) {\n local_54 = (_Base_ptr)0x4;\n p_Var33 = (_Base_ptr)0x0;\n do {\n iVar18 = (int)&p_Var10->_M_color + (int)p_Var33;\n relobj = *(AArch64_relobj<32,_false> **)(puVar21 + iVar18 + 4);\n bVar42 = Target_aarch64<64,_false>::is_erratum_835769_sequence\n ((Target_aarch64<64,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00);\n if (bVar42) {\n pcVar11 = (((string *)&this_01->field_0x4)->_M_dataplus)._M_p;\n format = (char *)gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n gold::gold_info(format,pcVar11,local_64,iVar18);\n create_erratum_stub((Target_aarch64<32,_false> *)\n ((int)&p_Var10->_M_parent +\n (int)p_Var33 + local_74),relobj,5,0,\n (Address)in_stack_ffffff44,\n (Insntype)in_stack_ffffff48,(int)task_00,\n (uint)insn3);\n p_Var33 = local_54;\n }\n local_54 = (_Base_ptr)((int)p_Var33 + 8);\n p_Var33 = (_Base_ptr)((int)p_Var33 + 4);\n } while (local_54 < uVar37);\n }\n }\n if (p_Var38 == (_Rb_tree_header *)p_Var20) break;\n p_Var32 = p_Var20;\n pSVar47 = (Stub_table<32,_false> *)p_Var20[1]._M_color;\n }\n }\n }\n }\nLAB_001e9c60:\n iVar18 = *(int *)((int)ppSVar12 + 0x2c);\n }\n }" if (parenthesized_expression "(((((pGVar22->fix_cortex_a53_843419_).value != false) ||\n ((pGVar22->fix_cortex_a53_835769_).value != false)) &&\n (*(int *)((int)ppSVar12 + 0x3c) != 0)) && ((*(byte *)((int)ppSVar12 + 0x30) & 6) != 0)\n )" ( (binary_expression "((((pGVar22->fix_cortex_a53_843419_).value != false) ||\n ((pGVar22->fix_cortex_a53_835769_).value != false)) &&\n (*(int *)((int)ppSVar12 + 0x3c) != 0)) && ((*(byte *)((int)ppSVar12 + 0x30) & 6) != 0)" (parenthesized_expression "((((pGVar22->fix_cortex_a53_843419_).value != false) ||\n ((pGVar22->fix_cortex_a53_835769_).value != false)) &&\n (*(int *)((int)ppSVar12 + 0x3c) != 0))" ( (binary_expression "(((pGVar22->fix_cortex_a53_843419_).value != false) ||\n ((pGVar22->fix_cortex_a53_835769_).value != false)) &&\n (*(int *)((int)ppSVar12 + 0x3c) != 0)" (parenthesized_expression "(((pGVar22->fix_cortex_a53_843419_).value != false) ||\n ((pGVar22->fix_cortex_a53_835769_).value != false))" ( (binary_expression "((pGVar22->fix_cortex_a53_843419_).value != false) ||\n ((pGVar22->fix_cortex_a53_835769_).value != false)" (parenthesized_expression "((pGVar22->fix_cortex_a53_843419_).value != false)" ( (binary_expression "(pGVar22->fix_cortex_a53_843419_).value != false" (field_expression "(pGVar22->fix_cortex_a53_843419_).value" (parenthesized_expression "(pGVar22->fix_cortex_a53_843419_)" ( (field_expression "pGVar22->fix_cortex_a53_843419_" identifier -> field_identifier) )) . field_identifier) != false) )) || (parenthesized_expression "((pGVar22->fix_cortex_a53_835769_).value != false)" ( (binary_expression "(pGVar22->fix_cortex_a53_835769_).value != false" (field_expression "(pGVar22->fix_cortex_a53_835769_).value" (parenthesized_expression "(pGVar22->fix_cortex_a53_835769_)" ( (field_expression "pGVar22->fix_cortex_a53_835769_" identifier -> field_identifier) )) . field_identifier) != false) ))) )) && (parenthesized_expression "(*(int *)((int)ppSVar12 + 0x3c) != 0)" ( (binary_expression "*(int *)((int)ppSVar12 + 0x3c) != 0" (pointer_expression "*(int *)((int)ppSVar12 + 0x3c)" * (cast_expression "(int *)((int)ppSVar12 + 0x3c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)ppSVar12 + 0x3c)" ( (binary_expression "(int)ppSVar12 + 0x3c" (cast_expression "(int)ppSVar12" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) != number_literal) ))) )) && (parenthesized_expression "((*(byte *)((int)ppSVar12 + 0x30) & 6) != 0)" ( (binary_expression "(*(byte *)((int)ppSVar12 + 0x30) & 6) != 0" (parenthesized_expression "(*(byte *)((int)ppSVar12 + 0x30) & 6)" ( (binary_expression "*(byte *)((int)ppSVar12 + 0x30) & 6" (pointer_expression "*(byte *)((int)ppSVar12 + 0x30)" * (cast_expression "(byte *)((int)ppSVar12 + 0x30)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)ppSVar12 + 0x30)" ( (binary_expression "(int)ppSVar12 + 0x30" (cast_expression "(int)ppSVar12" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) & number_literal) )) != number_literal) ))) )) (compound_statement "{\n pOVar7 = (((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_start[(int)local_64];\n if ((pOVar7 != (Output_section *)0x0) && (iVar18 == 1)) {\n a64relobj = this_01;\n pSVar47 = local_64;\n bVar42 = gold::Symbol_table::is_section_folded\n (symtab,(Relobj *)this_01,(uint)local_64);\n if (!bVar42) {\n puVar8 = (((vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl.\n _M_start;\n if ((Stub_table<32,_false> *)\n ((int)*(pointer *)&this_01->field_0x88 - (int)puVar8 >> 2) <= local_64) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/object.h",0x7f7,"get_output_section_offset")\n ;\n }\n uVar37 = puVar8[(int)local_64];\n if (uVar37 == 0xffffffff) {\n a64relobj = this_01;\n pSVar47 = local_64;\n pOVar23 = gold::Output_section::find_relaxed_input_section\n (pOVar7,(Relobj *)this_01,(uint)local_64);\n if (pOVar23 == (Output_relaxed_input_section *)0x0) goto LAB_001e9c60;\n if (((pOVar23->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.field_0x1c & 1) == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n local_74 = (int)(pOVar23->super_Output_section_data_build).\n super_Output_section_data.super_Output_data.address_;\n }\n else {\n if (((pOVar7->super_Output_data).field_0x1c & 1) == 0) goto LAB_001ea816;\n local_74 = uVar37 + (int)(pOVar7->super_Output_data).address_;\n }\n ppSVar30 = (this_01->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std::allocator<(anonymous_namespace)::Stub_table<32,_false>*>_>\n ._M_impl._M_start;\n if ((Stub_table<32,_false> *)\n ((int)(this_01->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std::allocator<(anonymous_namespace)::Stub_table<32,_false>*>_>\n ._M_impl._M_finish - (int)ppSVar30 >> 2) <= local_64) {\n /* try { // try from 001ea811 to 001ea851 has its CatchHandler @ 001ea8e9 */\n AArch64_relobj<32,_false>::stub_table(in_stack_ffffff44,(uint)in_stack_ffffff48);\nLAB_001ea816:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n if ((ppSVar30[(int)local_64] != (Stub_table<32,_false> *)0x0) &&\n (Stub_table<32,_false>::find_erratum_stubs_for_input_section\n (local_64,a64relobj,(uint)pSVar47), local_44 != local_40)) {\n _Var9 = local_44[1]._M_color;\n iVar18 = local_74 + *(int *)(_Var9 + 0x18);\n *(int *)(_Var9 + 0x20) = iVar18;\n p_Var20 = local_44;\n while( true ) {\n if (iVar18 + 4 == -1) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x361,"set_destination_address");\n }\n *(int *)(_Var9 + 4) = iVar18 + 4;\n p_Var20 = (_Rb_tree_node_base *)std::_Rb_tree_increment(p_Var20);\n if (p_Var20 == local_40) break;\n _Var9 = p_Var20[1]._M_color;\n iVar18 = *(int *)(_Var9 + 0x18) + local_74;\n *(int *)(_Var9 + 0x20) = iVar18;\n }\n }\n input_view_size = 0;\n puVar21 = gold::Object::section_contents\n ((Object *)this_01,(uint)local_64,&input_view_size,false);\n p_Var20 = (this_01->mapping_symbol_info_)._M_t._M_impl.super__Rb_tree_header.\n _M_header._M_parent;\n p_Var31 = &p_Var38->_M_header;\n if (p_Var20 != (_Rb_tree_node_base *)0x0) {\n do {\n while (p_Var32 = p_Var20,\n local_64 <= (Stub_table<32,_false> *)p_Var32[1]._M_color) {\n p_Var20 = p_Var32->_M_left;\n p_Var31 = p_Var32;\n if (p_Var32->_M_left == (_Base_ptr)0x0) goto LAB_001e9af5;\n }\n pp_Var3 = &p_Var32->_M_right;\n p_Var20 = *pp_Var3;\n p_Var32 = p_Var31;\n } while (*pp_Var3 != (_Base_ptr)0x0);\nLAB_001e9af5:\n if (p_Var38 != (_Rb_tree_header *)p_Var32) {\n pSVar47 = (Stub_table<32,_false> *)p_Var32[1]._M_color;\n while (local_64 == pSVar47) {\n p_Var20 = (_Rb_tree_node_base *)std::_Rb_tree_increment(p_Var32);\n if (*(char *)&p_Var32[1]._M_left == 'x') {\n p_Var10 = p_Var32[1]._M_parent;\n if ((p_Var38 == (_Rb_tree_header *)p_Var20) ||\n ((Stub_table<32,_false> *)p_Var20[1]._M_color != local_64)) {\n local_54 = *(_Base_ptr *)((int)ppSVar12 + 0x3c);\n }\n else {\n local_54 = p_Var20[1]._M_parent;\n }\n pGVar22 = gold::parameters->options_;\n if (pGVar22 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if (((pGVar22->fix_cortex_a53_843419_).value != false) &&\n (uVar37 = (int)&p_Var10->_M_color + local_74, (uVar37 & 3) == 0)) {\n iVar18 = 0;\n if ((uVar37 & 0xfff) < 0xff8) {\n iVar18 = 0xff8 - (uVar37 & 0xfff);\n }\n while (iVar18 + 0xcU <= (uint)((int)local_54 - (int)p_Var10)) {\n erratum_insn_offset = (int)&p_Var10->_M_color + iVar18;\n puVar35 = (uint *)(puVar21 + erratum_insn_offset);\n uVar40 = uVar37 + iVar18;\n if ((*puVar35 & 0x9f000000) == 0x90000000) {\n local_90 = (AArch64_relobj<32,_false> *)puVar35[2];\n bVar42 = is_erratum_843419_sequence\n ((Target_aarch64<32,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00,\n (Valtype)insn3);\n if (bVar42) {\n iVar36 = 8;\nLAB_001e9f35:\n create_erratum_stub((Target_aarch64<32,_false> *)(iVar36 + uVar40),\n local_90,4,erratum_insn_offset,\n (Address)in_stack_ffffff44,\n (Insntype)in_stack_ffffff48,(int)task_00,\n (uint)insn3);\n }\n else if (((iVar18 + 0x10U <= (uint)((int)local_54 - (int)p_Var10)) &&\n (((uint)local_90 & 0x7c000000) != 0x14000000)) &&\n (((uint)local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = (AArch64_relobj<32,_false> *)puVar35[3];\n bVar42 = is_erratum_843419_sequence\n ((Target_aarch64<32,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00,\n (Valtype)insn3);\n if (bVar42) {\n iVar36 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n iVar36 = iVar18 + 4;\n iVar18 = iVar18 + 0xffc;\n if ((uVar40 & 0xfff) == 0xff8) {\n iVar18 = iVar36;\n }\n }\n pGVar22 = gold::parameters->options_;\n if (pGVar22 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (((pGVar22->fix_cortex_a53_835769_).value != false) &&\n (uVar37 = (int)local_54 - (int)p_Var10, 4 < uVar37)) {\n local_54 = (_Base_ptr)0x4;\n p_Var33 = (_Base_ptr)0x0;\n do {\n iVar18 = (int)&p_Var10->_M_color + (int)p_Var33;\n relobj = *(AArch64_relobj<32,_false> **)(puVar21 + iVar18 + 4);\n bVar42 = Target_aarch64<64,_false>::is_erratum_835769_sequence\n ((Target_aarch64<64,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00);\n if (bVar42) {\n pcVar11 = (((string *)&this_01->field_0x4)->_M_dataplus)._M_p;\n format = (char *)gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n gold::gold_info(format,pcVar11,local_64,iVar18);\n create_erratum_stub((Target_aarch64<32,_false> *)\n ((int)&p_Var10->_M_parent +\n (int)p_Var33 + local_74),relobj,5,0,\n (Address)in_stack_ffffff44,\n (Insntype)in_stack_ffffff48,(int)task_00,\n (uint)insn3);\n p_Var33 = local_54;\n }\n local_54 = (_Base_ptr)((int)p_Var33 + 8);\n p_Var33 = (_Base_ptr)((int)p_Var33 + 4);\n } while (local_54 < uVar37);\n }\n }\n if (p_Var38 == (_Rb_tree_header *)p_Var20) break;\n p_Var32 = p_Var20;\n pSVar47 = (Stub_table<32,_false> *)p_Var20[1]._M_color;\n }\n }\n }\n }\nLAB_001e9c60:\n iVar18 = *(int *)((int)ppSVar12 + 0x2c);\n }\n }" { (expression_statement "pOVar7 = (((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_start[(int)local_64];" (assignment_expression "pOVar7 = (((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_start[(int)local_64]" identifier = (subscript_expression "(((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_start[(int)local_64]" (field_expression "(((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_start" (field_expression "(((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl" (parenthesized_expression "(((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )" ( (ERROR "((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::" (comma_expression "((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*,_std" (binary_expression "((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*" (binary_expression "((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold" (field_expression "((Output_sections *)&this_01->field_0x38)->\n super__Vector_base" (parenthesized_expression "((Output_sections *)&this_01->field_0x38)" ( (cast_expression "(Output_sections *)&this_01->field_0x38" ( (type_descriptor "Output_sections *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&this_01->field_0x38" & (field_expression "this_01->field_0x38" identifier -> field_identifier))) )) -> field_identifier) < identifier) (ERROR "::Output_section" : : identifier) * identifier) , identifier) : : (binary_expression "allocator<gold" identifier < identifier) : :) (binary_expression "Output_section*>_>" (binary_expression "Output_section*>_" identifier * (ERROR ">" >) identifier) > identifier) )) . field_identifier) . field_identifier) [ (cast_expression "(int)local_64" ( (type_descriptor "int" primitive_type) ) identifier) ])) ;) (if_statement "if ((pOVar7 != (Output_section *)0x0) && (iVar18 == 1)) {\n a64relobj = this_01;\n pSVar47 = local_64;\n bVar42 = gold::Symbol_table::is_section_folded\n (symtab,(Relobj *)this_01,(uint)local_64);\n if (!bVar42) {\n puVar8 = (((vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl.\n _M_start;\n if ((Stub_table<32,_false> *)\n ((int)*(pointer *)&this_01->field_0x88 - (int)puVar8 >> 2) <= local_64) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/object.h",0x7f7,"get_output_section_offset")\n ;\n }\n uVar37 = puVar8[(int)local_64];\n if (uVar37 == 0xffffffff) {\n a64relobj = this_01;\n pSVar47 = local_64;\n pOVar23 = gold::Output_section::find_relaxed_input_section\n (pOVar7,(Relobj *)this_01,(uint)local_64);\n if (pOVar23 == (Output_relaxed_input_section *)0x0) goto LAB_001e9c60;\n if (((pOVar23->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.field_0x1c & 1) == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n local_74 = (int)(pOVar23->super_Output_section_data_build).\n super_Output_section_data.super_Output_data.address_;\n }\n else {\n if (((pOVar7->super_Output_data).field_0x1c & 1) == 0) goto LAB_001ea816;\n local_74 = uVar37 + (int)(pOVar7->super_Output_data).address_;\n }\n ppSVar30 = (this_01->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std::allocator<(anonymous_namespace)::Stub_table<32,_false>*>_>\n ._M_impl._M_start;\n if ((Stub_table<32,_false> *)\n ((int)(this_01->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std::allocator<(anonymous_namespace)::Stub_table<32,_false>*>_>\n ._M_impl._M_finish - (int)ppSVar30 >> 2) <= local_64) {\n /* try { // try from 001ea811 to 001ea851 has its CatchHandler @ 001ea8e9 */\n AArch64_relobj<32,_false>::stub_table(in_stack_ffffff44,(uint)in_stack_ffffff48);\nLAB_001ea816:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n if ((ppSVar30[(int)local_64] != (Stub_table<32,_false> *)0x0) &&\n (Stub_table<32,_false>::find_erratum_stubs_for_input_section\n (local_64,a64relobj,(uint)pSVar47), local_44 != local_40)) {\n _Var9 = local_44[1]._M_color;\n iVar18 = local_74 + *(int *)(_Var9 + 0x18);\n *(int *)(_Var9 + 0x20) = iVar18;\n p_Var20 = local_44;\n while( true ) {\n if (iVar18 + 4 == -1) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x361,"set_destination_address");\n }\n *(int *)(_Var9 + 4) = iVar18 + 4;\n p_Var20 = (_Rb_tree_node_base *)std::_Rb_tree_increment(p_Var20);\n if (p_Var20 == local_40) break;\n _Var9 = p_Var20[1]._M_color;\n iVar18 = *(int *)(_Var9 + 0x18) + local_74;\n *(int *)(_Var9 + 0x20) = iVar18;\n }\n }\n input_view_size = 0;\n puVar21 = gold::Object::section_contents\n ((Object *)this_01,(uint)local_64,&input_view_size,false);\n p_Var20 = (this_01->mapping_symbol_info_)._M_t._M_impl.super__Rb_tree_header.\n _M_header._M_parent;\n p_Var31 = &p_Var38->_M_header;\n if (p_Var20 != (_Rb_tree_node_base *)0x0) {\n do {\n while (p_Var32 = p_Var20,\n local_64 <= (Stub_table<32,_false> *)p_Var32[1]._M_color) {\n p_Var20 = p_Var32->_M_left;\n p_Var31 = p_Var32;\n if (p_Var32->_M_left == (_Base_ptr)0x0) goto LAB_001e9af5;\n }\n pp_Var3 = &p_Var32->_M_right;\n p_Var20 = *pp_Var3;\n p_Var32 = p_Var31;\n } while (*pp_Var3 != (_Base_ptr)0x0);\nLAB_001e9af5:\n if (p_Var38 != (_Rb_tree_header *)p_Var32) {\n pSVar47 = (Stub_table<32,_false> *)p_Var32[1]._M_color;\n while (local_64 == pSVar47) {\n p_Var20 = (_Rb_tree_node_base *)std::_Rb_tree_increment(p_Var32);\n if (*(char *)&p_Var32[1]._M_left == 'x') {\n p_Var10 = p_Var32[1]._M_parent;\n if ((p_Var38 == (_Rb_tree_header *)p_Var20) ||\n ((Stub_table<32,_false> *)p_Var20[1]._M_color != local_64)) {\n local_54 = *(_Base_ptr *)((int)ppSVar12 + 0x3c);\n }\n else {\n local_54 = p_Var20[1]._M_parent;\n }\n pGVar22 = gold::parameters->options_;\n if (pGVar22 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if (((pGVar22->fix_cortex_a53_843419_).value != false) &&\n (uVar37 = (int)&p_Var10->_M_color + local_74, (uVar37 & 3) == 0)) {\n iVar18 = 0;\n if ((uVar37 & 0xfff) < 0xff8) {\n iVar18 = 0xff8 - (uVar37 & 0xfff);\n }\n while (iVar18 + 0xcU <= (uint)((int)local_54 - (int)p_Var10)) {\n erratum_insn_offset = (int)&p_Var10->_M_color + iVar18;\n puVar35 = (uint *)(puVar21 + erratum_insn_offset);\n uVar40 = uVar37 + iVar18;\n if ((*puVar35 & 0x9f000000) == 0x90000000) {\n local_90 = (AArch64_relobj<32,_false> *)puVar35[2];\n bVar42 = is_erratum_843419_sequence\n ((Target_aarch64<32,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00,\n (Valtype)insn3);\n if (bVar42) {\n iVar36 = 8;\nLAB_001e9f35:\n create_erratum_stub((Target_aarch64<32,_false> *)(iVar36 + uVar40),\n local_90,4,erratum_insn_offset,\n (Address)in_stack_ffffff44,\n (Insntype)in_stack_ffffff48,(int)task_00,\n (uint)insn3);\n }\n else if (((iVar18 + 0x10U <= (uint)((int)local_54 - (int)p_Var10)) &&\n (((uint)local_90 & 0x7c000000) != 0x14000000)) &&\n (((uint)local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = (AArch64_relobj<32,_false> *)puVar35[3];\n bVar42 = is_erratum_843419_sequence\n ((Target_aarch64<32,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00,\n (Valtype)insn3);\n if (bVar42) {\n iVar36 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n iVar36 = iVar18 + 4;\n iVar18 = iVar18 + 0xffc;\n if ((uVar40 & 0xfff) == 0xff8) {\n iVar18 = iVar36;\n }\n }\n pGVar22 = gold::parameters->options_;\n if (pGVar22 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (((pGVar22->fix_cortex_a53_835769_).value != false) &&\n (uVar37 = (int)local_54 - (int)p_Var10, 4 < uVar37)) {\n local_54 = (_Base_ptr)0x4;\n p_Var33 = (_Base_ptr)0x0;\n do {\n iVar18 = (int)&p_Var10->_M_color + (int)p_Var33;\n relobj = *(AArch64_relobj<32,_false> **)(puVar21 + iVar18 + 4);\n bVar42 = Target_aarch64<64,_false>::is_erratum_835769_sequence\n ((Target_aarch64<64,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00);\n if (bVar42) {\n pcVar11 = (((string *)&this_01->field_0x4)->_M_dataplus)._M_p;\n format = (char *)gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n gold::gold_info(format,pcVar11,local_64,iVar18);\n create_erratum_stub((Target_aarch64<32,_false> *)\n ((int)&p_Var10->_M_parent +\n (int)p_Var33 + local_74),relobj,5,0,\n (Address)in_stack_ffffff44,\n (Insntype)in_stack_ffffff48,(int)task_00,\n (uint)insn3);\n p_Var33 = local_54;\n }\n local_54 = (_Base_ptr)((int)p_Var33 + 8);\n p_Var33 = (_Base_ptr)((int)p_Var33 + 4);\n } while (local_54 < uVar37);\n }\n }\n if (p_Var38 == (_Rb_tree_header *)p_Var20) break;\n p_Var32 = p_Var20;\n pSVar47 = (Stub_table<32,_false> *)p_Var20[1]._M_color;\n }\n }\n }\n }\nLAB_001e9c60:\n iVar18 = *(int *)((int)ppSVar12 + 0x2c);\n }" if (parenthesized_expression "((pOVar7 != (Output_section *)0x0) && (iVar18 == 1))" ( (binary_expression "(pOVar7 != (Output_section *)0x0) && (iVar18 == 1)" (parenthesized_expression "(pOVar7 != (Output_section *)0x0)" ( (binary_expression "pOVar7 != (Output_section *)0x0" identifier != (cast_expression "(Output_section *)0x0" ( (type_descriptor "Output_section *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(iVar18 == 1)" ( (binary_expression "iVar18 == 1" identifier == number_literal) ))) )) (compound_statement "{\n a64relobj = this_01;\n pSVar47 = local_64;\n bVar42 = gold::Symbol_table::is_section_folded\n (symtab,(Relobj *)this_01,(uint)local_64);\n if (!bVar42) {\n puVar8 = (((vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl.\n _M_start;\n if ((Stub_table<32,_false> *)\n ((int)*(pointer *)&this_01->field_0x88 - (int)puVar8 >> 2) <= local_64) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/object.h",0x7f7,"get_output_section_offset")\n ;\n }\n uVar37 = puVar8[(int)local_64];\n if (uVar37 == 0xffffffff) {\n a64relobj = this_01;\n pSVar47 = local_64;\n pOVar23 = gold::Output_section::find_relaxed_input_section\n (pOVar7,(Relobj *)this_01,(uint)local_64);\n if (pOVar23 == (Output_relaxed_input_section *)0x0) goto LAB_001e9c60;\n if (((pOVar23->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.field_0x1c & 1) == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n local_74 = (int)(pOVar23->super_Output_section_data_build).\n super_Output_section_data.super_Output_data.address_;\n }\n else {\n if (((pOVar7->super_Output_data).field_0x1c & 1) == 0) goto LAB_001ea816;\n local_74 = uVar37 + (int)(pOVar7->super_Output_data).address_;\n }\n ppSVar30 = (this_01->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std::allocator<(anonymous_namespace)::Stub_table<32,_false>*>_>\n ._M_impl._M_start;\n if ((Stub_table<32,_false> *)\n ((int)(this_01->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std::allocator<(anonymous_namespace)::Stub_table<32,_false>*>_>\n ._M_impl._M_finish - (int)ppSVar30 >> 2) <= local_64) {\n /* try { // try from 001ea811 to 001ea851 has its CatchHandler @ 001ea8e9 */\n AArch64_relobj<32,_false>::stub_table(in_stack_ffffff44,(uint)in_stack_ffffff48);\nLAB_001ea816:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n if ((ppSVar30[(int)local_64] != (Stub_table<32,_false> *)0x0) &&\n (Stub_table<32,_false>::find_erratum_stubs_for_input_section\n (local_64,a64relobj,(uint)pSVar47), local_44 != local_40)) {\n _Var9 = local_44[1]._M_color;\n iVar18 = local_74 + *(int *)(_Var9 + 0x18);\n *(int *)(_Var9 + 0x20) = iVar18;\n p_Var20 = local_44;\n while( true ) {\n if (iVar18 + 4 == -1) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x361,"set_destination_address");\n }\n *(int *)(_Var9 + 4) = iVar18 + 4;\n p_Var20 = (_Rb_tree_node_base *)std::_Rb_tree_increment(p_Var20);\n if (p_Var20 == local_40) break;\n _Var9 = p_Var20[1]._M_color;\n iVar18 = *(int *)(_Var9 + 0x18) + local_74;\n *(int *)(_Var9 + 0x20) = iVar18;\n }\n }\n input_view_size = 0;\n puVar21 = gold::Object::section_contents\n ((Object *)this_01,(uint)local_64,&input_view_size,false);\n p_Var20 = (this_01->mapping_symbol_info_)._M_t._M_impl.super__Rb_tree_header.\n _M_header._M_parent;\n p_Var31 = &p_Var38->_M_header;\n if (p_Var20 != (_Rb_tree_node_base *)0x0) {\n do {\n while (p_Var32 = p_Var20,\n local_64 <= (Stub_table<32,_false> *)p_Var32[1]._M_color) {\n p_Var20 = p_Var32->_M_left;\n p_Var31 = p_Var32;\n if (p_Var32->_M_left == (_Base_ptr)0x0) goto LAB_001e9af5;\n }\n pp_Var3 = &p_Var32->_M_right;\n p_Var20 = *pp_Var3;\n p_Var32 = p_Var31;\n } while (*pp_Var3 != (_Base_ptr)0x0);\nLAB_001e9af5:\n if (p_Var38 != (_Rb_tree_header *)p_Var32) {\n pSVar47 = (Stub_table<32,_false> *)p_Var32[1]._M_color;\n while (local_64 == pSVar47) {\n p_Var20 = (_Rb_tree_node_base *)std::_Rb_tree_increment(p_Var32);\n if (*(char *)&p_Var32[1]._M_left == 'x') {\n p_Var10 = p_Var32[1]._M_parent;\n if ((p_Var38 == (_Rb_tree_header *)p_Var20) ||\n ((Stub_table<32,_false> *)p_Var20[1]._M_color != local_64)) {\n local_54 = *(_Base_ptr *)((int)ppSVar12 + 0x3c);\n }\n else {\n local_54 = p_Var20[1]._M_parent;\n }\n pGVar22 = gold::parameters->options_;\n if (pGVar22 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if (((pGVar22->fix_cortex_a53_843419_).value != false) &&\n (uVar37 = (int)&p_Var10->_M_color + local_74, (uVar37 & 3) == 0)) {\n iVar18 = 0;\n if ((uVar37 & 0xfff) < 0xff8) {\n iVar18 = 0xff8 - (uVar37 & 0xfff);\n }\n while (iVar18 + 0xcU <= (uint)((int)local_54 - (int)p_Var10)) {\n erratum_insn_offset = (int)&p_Var10->_M_color + iVar18;\n puVar35 = (uint *)(puVar21 + erratum_insn_offset);\n uVar40 = uVar37 + iVar18;\n if ((*puVar35 & 0x9f000000) == 0x90000000) {\n local_90 = (AArch64_relobj<32,_false> *)puVar35[2];\n bVar42 = is_erratum_843419_sequence\n ((Target_aarch64<32,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00,\n (Valtype)insn3);\n if (bVar42) {\n iVar36 = 8;\nLAB_001e9f35:\n create_erratum_stub((Target_aarch64<32,_false> *)(iVar36 + uVar40),\n local_90,4,erratum_insn_offset,\n (Address)in_stack_ffffff44,\n (Insntype)in_stack_ffffff48,(int)task_00,\n (uint)insn3);\n }\n else if (((iVar18 + 0x10U <= (uint)((int)local_54 - (int)p_Var10)) &&\n (((uint)local_90 & 0x7c000000) != 0x14000000)) &&\n (((uint)local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = (AArch64_relobj<32,_false> *)puVar35[3];\n bVar42 = is_erratum_843419_sequence\n ((Target_aarch64<32,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00,\n (Valtype)insn3);\n if (bVar42) {\n iVar36 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n iVar36 = iVar18 + 4;\n iVar18 = iVar18 + 0xffc;\n if ((uVar40 & 0xfff) == 0xff8) {\n iVar18 = iVar36;\n }\n }\n pGVar22 = gold::parameters->options_;\n if (pGVar22 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (((pGVar22->fix_cortex_a53_835769_).value != false) &&\n (uVar37 = (int)local_54 - (int)p_Var10, 4 < uVar37)) {\n local_54 = (_Base_ptr)0x4;\n p_Var33 = (_Base_ptr)0x0;\n do {\n iVar18 = (int)&p_Var10->_M_color + (int)p_Var33;\n relobj = *(AArch64_relobj<32,_false> **)(puVar21 + iVar18 + 4);\n bVar42 = Target_aarch64<64,_false>::is_erratum_835769_sequence\n ((Target_aarch64<64,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00);\n if (bVar42) {\n pcVar11 = (((string *)&this_01->field_0x4)->_M_dataplus)._M_p;\n format = (char *)gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n gold::gold_info(format,pcVar11,local_64,iVar18);\n create_erratum_stub((Target_aarch64<32,_false> *)\n ((int)&p_Var10->_M_parent +\n (int)p_Var33 + local_74),relobj,5,0,\n (Address)in_stack_ffffff44,\n (Insntype)in_stack_ffffff48,(int)task_00,\n (uint)insn3);\n p_Var33 = local_54;\n }\n local_54 = (_Base_ptr)((int)p_Var33 + 8);\n p_Var33 = (_Base_ptr)((int)p_Var33 + 4);\n } while (local_54 < uVar37);\n }\n }\n if (p_Var38 == (_Rb_tree_header *)p_Var20) break;\n p_Var32 = p_Var20;\n pSVar47 = (Stub_table<32,_false> *)p_Var20[1]._M_color;\n }\n }\n }\n }\nLAB_001e9c60:\n iVar18 = *(int *)((int)ppSVar12 + 0x2c);\n }" { (expression_statement "a64relobj = this_01;" (assignment_expression "a64relobj = this_01" identifier = identifier) ;) (expression_statement "pSVar47 = local_64;" (assignment_expression "pSVar47 = local_64" identifier = identifier) ;) (ERROR "bVar42 = gold::" (assignment_expression "bVar42 = gold" identifier = identifier) : :) (labeled_statement "Symbol_table::is_section_folded\n (symtab,(Relobj *)this_01,(uint)local_64);" statement_identifier : (ERROR ":" :) (expression_statement "is_section_folded\n (symtab,(Relobj *)this_01,(uint)local_64);" (call_expression "is_section_folded\n (symtab,(Relobj *)this_01,(uint)local_64)" identifier (argument_list "(symtab,(Relobj *)this_01,(uint)local_64)" ( identifier , (cast_expression "(Relobj *)this_01" ( (type_descriptor "Relobj *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , (cast_expression "(uint)local_64" ( (type_descriptor "uint" type_identifier) ) identifier) ))) ;)) (if_statement "if (!bVar42) {\n puVar8 = (((vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl.\n _M_start;\n if ((Stub_table<32,_false> *)\n ((int)*(pointer *)&this_01->field_0x88 - (int)puVar8 >> 2) <= local_64) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/object.h",0x7f7,"get_output_section_offset")\n ;\n }\n uVar37 = puVar8[(int)local_64];\n if (uVar37 == 0xffffffff) {\n a64relobj = this_01;\n pSVar47 = local_64;\n pOVar23 = gold::Output_section::find_relaxed_input_section\n (pOVar7,(Relobj *)this_01,(uint)local_64);\n if (pOVar23 == (Output_relaxed_input_section *)0x0) goto LAB_001e9c60;\n if (((pOVar23->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.field_0x1c & 1) == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n local_74 = (int)(pOVar23->super_Output_section_data_build).\n super_Output_section_data.super_Output_data.address_;\n }\n else {\n if (((pOVar7->super_Output_data).field_0x1c & 1) == 0) goto LAB_001ea816;\n local_74 = uVar37 + (int)(pOVar7->super_Output_data).address_;\n }\n ppSVar30 = (this_01->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std::allocator<(anonymous_namespace)::Stub_table<32,_false>*>_>\n ._M_impl._M_start;\n if ((Stub_table<32,_false> *)\n ((int)(this_01->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std::allocator<(anonymous_namespace)::Stub_table<32,_false>*>_>\n ._M_impl._M_finish - (int)ppSVar30 >> 2) <= local_64) {\n /* try { // try from 001ea811 to 001ea851 has its CatchHandler @ 001ea8e9 */\n AArch64_relobj<32,_false>::stub_table(in_stack_ffffff44,(uint)in_stack_ffffff48);\nLAB_001ea816:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n if ((ppSVar30[(int)local_64] != (Stub_table<32,_false> *)0x0) &&\n (Stub_table<32,_false>::find_erratum_stubs_for_input_section\n (local_64,a64relobj,(uint)pSVar47), local_44 != local_40)) {\n _Var9 = local_44[1]._M_color;\n iVar18 = local_74 + *(int *)(_Var9 + 0x18);\n *(int *)(_Var9 + 0x20) = iVar18;\n p_Var20 = local_44;\n while( true ) {\n if (iVar18 + 4 == -1) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x361,"set_destination_address");\n }\n *(int *)(_Var9 + 4) = iVar18 + 4;\n p_Var20 = (_Rb_tree_node_base *)std::_Rb_tree_increment(p_Var20);\n if (p_Var20 == local_40) break;\n _Var9 = p_Var20[1]._M_color;\n iVar18 = *(int *)(_Var9 + 0x18) + local_74;\n *(int *)(_Var9 + 0x20) = iVar18;\n }\n }\n input_view_size = 0;\n puVar21 = gold::Object::section_contents\n ((Object *)this_01,(uint)local_64,&input_view_size,false);\n p_Var20 = (this_01->mapping_symbol_info_)._M_t._M_impl.super__Rb_tree_header.\n _M_header._M_parent;\n p_Var31 = &p_Var38->_M_header;\n if (p_Var20 != (_Rb_tree_node_base *)0x0) {\n do {\n while (p_Var32 = p_Var20,\n local_64 <= (Stub_table<32,_false> *)p_Var32[1]._M_color) {\n p_Var20 = p_Var32->_M_left;\n p_Var31 = p_Var32;\n if (p_Var32->_M_left == (_Base_ptr)0x0) goto LAB_001e9af5;\n }\n pp_Var3 = &p_Var32->_M_right;\n p_Var20 = *pp_Var3;\n p_Var32 = p_Var31;\n } while (*pp_Var3 != (_Base_ptr)0x0);\nLAB_001e9af5:\n if (p_Var38 != (_Rb_tree_header *)p_Var32) {\n pSVar47 = (Stub_table<32,_false> *)p_Var32[1]._M_color;\n while (local_64 == pSVar47) {\n p_Var20 = (_Rb_tree_node_base *)std::_Rb_tree_increment(p_Var32);\n if (*(char *)&p_Var32[1]._M_left == 'x') {\n p_Var10 = p_Var32[1]._M_parent;\n if ((p_Var38 == (_Rb_tree_header *)p_Var20) ||\n ((Stub_table<32,_false> *)p_Var20[1]._M_color != local_64)) {\n local_54 = *(_Base_ptr *)((int)ppSVar12 + 0x3c);\n }\n else {\n local_54 = p_Var20[1]._M_parent;\n }\n pGVar22 = gold::parameters->options_;\n if (pGVar22 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if (((pGVar22->fix_cortex_a53_843419_).value != false) &&\n (uVar37 = (int)&p_Var10->_M_color + local_74, (uVar37 & 3) == 0)) {\n iVar18 = 0;\n if ((uVar37 & 0xfff) < 0xff8) {\n iVar18 = 0xff8 - (uVar37 & 0xfff);\n }\n while (iVar18 + 0xcU <= (uint)((int)local_54 - (int)p_Var10)) {\n erratum_insn_offset = (int)&p_Var10->_M_color + iVar18;\n puVar35 = (uint *)(puVar21 + erratum_insn_offset);\n uVar40 = uVar37 + iVar18;\n if ((*puVar35 & 0x9f000000) == 0x90000000) {\n local_90 = (AArch64_relobj<32,_false> *)puVar35[2];\n bVar42 = is_erratum_843419_sequence\n ((Target_aarch64<32,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00,\n (Valtype)insn3);\n if (bVar42) {\n iVar36 = 8;\nLAB_001e9f35:\n create_erratum_stub((Target_aarch64<32,_false> *)(iVar36 + uVar40),\n local_90,4,erratum_insn_offset,\n (Address)in_stack_ffffff44,\n (Insntype)in_stack_ffffff48,(int)task_00,\n (uint)insn3);\n }\n else if (((iVar18 + 0x10U <= (uint)((int)local_54 - (int)p_Var10)) &&\n (((uint)local_90 & 0x7c000000) != 0x14000000)) &&\n (((uint)local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = (AArch64_relobj<32,_false> *)puVar35[3];\n bVar42 = is_erratum_843419_sequence\n ((Target_aarch64<32,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00,\n (Valtype)insn3);\n if (bVar42) {\n iVar36 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n iVar36 = iVar18 + 4;\n iVar18 = iVar18 + 0xffc;\n if ((uVar40 & 0xfff) == 0xff8) {\n iVar18 = iVar36;\n }\n }\n pGVar22 = gold::parameters->options_;\n if (pGVar22 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (((pGVar22->fix_cortex_a53_835769_).value != false) &&\n (uVar37 = (int)local_54 - (int)p_Var10, 4 < uVar37)) {\n local_54 = (_Base_ptr)0x4;\n p_Var33 = (_Base_ptr)0x0;\n do {\n iVar18 = (int)&p_Var10->_M_color + (int)p_Var33;\n relobj = *(AArch64_relobj<32,_false> **)(puVar21 + iVar18 + 4);\n bVar42 = Target_aarch64<64,_false>::is_erratum_835769_sequence\n ((Target_aarch64<64,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00);\n if (bVar42) {\n pcVar11 = (((string *)&this_01->field_0x4)->_M_dataplus)._M_p;\n format = (char *)gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n gold::gold_info(format,pcVar11,local_64,iVar18);\n create_erratum_stub((Target_aarch64<32,_false> *)\n ((int)&p_Var10->_M_parent +\n (int)p_Var33 + local_74),relobj,5,0,\n (Address)in_stack_ffffff44,\n (Insntype)in_stack_ffffff48,(int)task_00,\n (uint)insn3);\n p_Var33 = local_54;\n }\n local_54 = (_Base_ptr)((int)p_Var33 + 8);\n p_Var33 = (_Base_ptr)((int)p_Var33 + 4);\n } while (local_54 < uVar37);\n }\n }\n if (p_Var38 == (_Rb_tree_header *)p_Var20) break;\n p_Var32 = p_Var20;\n pSVar47 = (Stub_table<32,_false> *)p_Var20[1]._M_color;\n }\n }\n }\n }" if (parenthesized_expression "(!bVar42)" ( (unary_expression "!bVar42" ! identifier) )) (compound_statement "{\n puVar8 = (((vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl.\n _M_start;\n if ((Stub_table<32,_false> *)\n ((int)*(pointer *)&this_01->field_0x88 - (int)puVar8 >> 2) <= local_64) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/object.h",0x7f7,"get_output_section_offset")\n ;\n }\n uVar37 = puVar8[(int)local_64];\n if (uVar37 == 0xffffffff) {\n a64relobj = this_01;\n pSVar47 = local_64;\n pOVar23 = gold::Output_section::find_relaxed_input_section\n (pOVar7,(Relobj *)this_01,(uint)local_64);\n if (pOVar23 == (Output_relaxed_input_section *)0x0) goto LAB_001e9c60;\n if (((pOVar23->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.field_0x1c & 1) == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n local_74 = (int)(pOVar23->super_Output_section_data_build).\n super_Output_section_data.super_Output_data.address_;\n }\n else {\n if (((pOVar7->super_Output_data).field_0x1c & 1) == 0) goto LAB_001ea816;\n local_74 = uVar37 + (int)(pOVar7->super_Output_data).address_;\n }\n ppSVar30 = (this_01->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std::allocator<(anonymous_namespace)::Stub_table<32,_false>*>_>\n ._M_impl._M_start;\n if ((Stub_table<32,_false> *)\n ((int)(this_01->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std::allocator<(anonymous_namespace)::Stub_table<32,_false>*>_>\n ._M_impl._M_finish - (int)ppSVar30 >> 2) <= local_64) {\n /* try { // try from 001ea811 to 001ea851 has its CatchHandler @ 001ea8e9 */\n AArch64_relobj<32,_false>::stub_table(in_stack_ffffff44,(uint)in_stack_ffffff48);\nLAB_001ea816:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n if ((ppSVar30[(int)local_64] != (Stub_table<32,_false> *)0x0) &&\n (Stub_table<32,_false>::find_erratum_stubs_for_input_section\n (local_64,a64relobj,(uint)pSVar47), local_44 != local_40)) {\n _Var9 = local_44[1]._M_color;\n iVar18 = local_74 + *(int *)(_Var9 + 0x18);\n *(int *)(_Var9 + 0x20) = iVar18;\n p_Var20 = local_44;\n while( true ) {\n if (iVar18 + 4 == -1) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x361,"set_destination_address");\n }\n *(int *)(_Var9 + 4) = iVar18 + 4;\n p_Var20 = (_Rb_tree_node_base *)std::_Rb_tree_increment(p_Var20);\n if (p_Var20 == local_40) break;\n _Var9 = p_Var20[1]._M_color;\n iVar18 = *(int *)(_Var9 + 0x18) + local_74;\n *(int *)(_Var9 + 0x20) = iVar18;\n }\n }\n input_view_size = 0;\n puVar21 = gold::Object::section_contents\n ((Object *)this_01,(uint)local_64,&input_view_size,false);\n p_Var20 = (this_01->mapping_symbol_info_)._M_t._M_impl.super__Rb_tree_header.\n _M_header._M_parent;\n p_Var31 = &p_Var38->_M_header;\n if (p_Var20 != (_Rb_tree_node_base *)0x0) {\n do {\n while (p_Var32 = p_Var20,\n local_64 <= (Stub_table<32,_false> *)p_Var32[1]._M_color) {\n p_Var20 = p_Var32->_M_left;\n p_Var31 = p_Var32;\n if (p_Var32->_M_left == (_Base_ptr)0x0) goto LAB_001e9af5;\n }\n pp_Var3 = &p_Var32->_M_right;\n p_Var20 = *pp_Var3;\n p_Var32 = p_Var31;\n } while (*pp_Var3 != (_Base_ptr)0x0);\nLAB_001e9af5:\n if (p_Var38 != (_Rb_tree_header *)p_Var32) {\n pSVar47 = (Stub_table<32,_false> *)p_Var32[1]._M_color;\n while (local_64 == pSVar47) {\n p_Var20 = (_Rb_tree_node_base *)std::_Rb_tree_increment(p_Var32);\n if (*(char *)&p_Var32[1]._M_left == 'x') {\n p_Var10 = p_Var32[1]._M_parent;\n if ((p_Var38 == (_Rb_tree_header *)p_Var20) ||\n ((Stub_table<32,_false> *)p_Var20[1]._M_color != local_64)) {\n local_54 = *(_Base_ptr *)((int)ppSVar12 + 0x3c);\n }\n else {\n local_54 = p_Var20[1]._M_parent;\n }\n pGVar22 = gold::parameters->options_;\n if (pGVar22 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if (((pGVar22->fix_cortex_a53_843419_).value != false) &&\n (uVar37 = (int)&p_Var10->_M_color + local_74, (uVar37 & 3) == 0)) {\n iVar18 = 0;\n if ((uVar37 & 0xfff) < 0xff8) {\n iVar18 = 0xff8 - (uVar37 & 0xfff);\n }\n while (iVar18 + 0xcU <= (uint)((int)local_54 - (int)p_Var10)) {\n erratum_insn_offset = (int)&p_Var10->_M_color + iVar18;\n puVar35 = (uint *)(puVar21 + erratum_insn_offset);\n uVar40 = uVar37 + iVar18;\n if ((*puVar35 & 0x9f000000) == 0x90000000) {\n local_90 = (AArch64_relobj<32,_false> *)puVar35[2];\n bVar42 = is_erratum_843419_sequence\n ((Target_aarch64<32,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00,\n (Valtype)insn3);\n if (bVar42) {\n iVar36 = 8;\nLAB_001e9f35:\n create_erratum_stub((Target_aarch64<32,_false> *)(iVar36 + uVar40),\n local_90,4,erratum_insn_offset,\n (Address)in_stack_ffffff44,\n (Insntype)in_stack_ffffff48,(int)task_00,\n (uint)insn3);\n }\n else if (((iVar18 + 0x10U <= (uint)((int)local_54 - (int)p_Var10)) &&\n (((uint)local_90 & 0x7c000000) != 0x14000000)) &&\n (((uint)local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = (AArch64_relobj<32,_false> *)puVar35[3];\n bVar42 = is_erratum_843419_sequence\n ((Target_aarch64<32,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00,\n (Valtype)insn3);\n if (bVar42) {\n iVar36 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n iVar36 = iVar18 + 4;\n iVar18 = iVar18 + 0xffc;\n if ((uVar40 & 0xfff) == 0xff8) {\n iVar18 = iVar36;\n }\n }\n pGVar22 = gold::parameters->options_;\n if (pGVar22 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (((pGVar22->fix_cortex_a53_835769_).value != false) &&\n (uVar37 = (int)local_54 - (int)p_Var10, 4 < uVar37)) {\n local_54 = (_Base_ptr)0x4;\n p_Var33 = (_Base_ptr)0x0;\n do {\n iVar18 = (int)&p_Var10->_M_color + (int)p_Var33;\n relobj = *(AArch64_relobj<32,_false> **)(puVar21 + iVar18 + 4);\n bVar42 = Target_aarch64<64,_false>::is_erratum_835769_sequence\n ((Target_aarch64<64,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00);\n if (bVar42) {\n pcVar11 = (((string *)&this_01->field_0x4)->_M_dataplus)._M_p;\n format = (char *)gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n gold::gold_info(format,pcVar11,local_64,iVar18);\n create_erratum_stub((Target_aarch64<32,_false> *)\n ((int)&p_Var10->_M_parent +\n (int)p_Var33 + local_74),relobj,5,0,\n (Address)in_stack_ffffff44,\n (Insntype)in_stack_ffffff48,(int)task_00,\n (uint)insn3);\n p_Var33 = local_54;\n }\n local_54 = (_Base_ptr)((int)p_Var33 + 8);\n p_Var33 = (_Base_ptr)((int)p_Var33 + 4);\n } while (local_54 < uVar37);\n }\n }\n if (p_Var38 == (_Rb_tree_header *)p_Var20) break;\n p_Var32 = p_Var20;\n pSVar47 = (Stub_table<32,_false> *)p_Var20[1]._M_color;\n }\n }\n }\n }" { (expression_statement "puVar8 = (((vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl.\n _M_start;" (assignment_expression "puVar8 = (((vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl.\n _M_start" identifier = (parenthesized_expression "(((vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl.\n _M_start" ( (field_expression "((vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl.\n _M_start" (field_expression "((vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl" (parenthesized_expression "((vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)" ( (ERROR "(vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base<unsigned_int,_std::" (comma_expression "(vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base<unsigned_int,_std" (binary_expression "(vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base<unsigned_int" (field_expression "(vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base" (parenthesized_expression "(vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)" ( (ERROR "vector<unsigned_int,_std::" (comma_expression "vector<unsigned_int,_std" (binary_expression "vector<unsigned_int" identifier < identifier) , identifier) : :) (binary_expression "allocator<unsigned_int>_> *)\n &this_01->field_0x84" (binary_expression "allocator<unsigned_int>_" (binary_expression "allocator<unsigned_int" identifier < identifier) > identifier) > (pointer_expression "*)\n &this_01->field_0x84" * (ERROR ")" )) (pointer_expression "&this_01->field_0x84" & (field_expression "this_01->field_0x84" identifier -> field_identifier)))) )) -> field_identifier) < identifier) , identifier) : :) (binary_expression "allocator<unsigned_int>_>" (binary_expression "allocator<unsigned_int>_" (binary_expression "allocator<unsigned_int" identifier < identifier) > identifier) > identifier) )) . field_identifier) . field_identifier) ))) ;) (if_statement "if ((Stub_table<32,_false> *)\n ((int)*(pointer *)&this_01->field_0x88 - (int)puVar8 >> 2) <= local_64) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/object.h",0x7f7,"get_output_section_offset")\n ;\n }" if (parenthesized_expression "((Stub_table<32,_false> *)\n ((int)*(pointer *)&this_01->field_0x88 - (int)puVar8 >> 2) <= local_64)" ( (binary_expression "(Stub_table<32,_false> *)\n ((int)*(pointer *)&this_01->field_0x88 - (int)puVar8 >> 2) <= local_64" (call_expression "(Stub_table<32,_false> *)\n ((int)*(pointer *)&this_01->field_0x88 - (int)puVar8 >> 2)" (parenthesized_expression "(Stub_table<32,_false> *)" ( (comma_expression "Stub_table<32,_false> *" (binary_expression "Stub_table<32" identifier < number_literal) , (binary_expression "_false> *" identifier > (pointer_expression "*" * identifier))) )) (argument_list "((int)*(pointer *)&this_01->field_0x88 - (int)puVar8 >> 2)" ( (binary_expression "(int)*(pointer *)&this_01->field_0x88 - (int)puVar8 >> 2" (binary_expression "(int)*(pointer *)&this_01->field_0x88 - (int)puVar8" (cast_expression "(int)*(pointer *)&this_01->field_0x88" ( (type_descriptor "int" primitive_type) ) (pointer_expression "*(pointer *)&this_01->field_0x88" * (cast_expression "(pointer *)&this_01->field_0x88" ( (type_descriptor "pointer *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&this_01->field_0x88" & (field_expression "this_01->field_0x88" identifier -> field_identifier))))) - (cast_expression "(int)puVar8" ( (type_descriptor "int" primitive_type) ) identifier)) >> number_literal) ))) <= identifier) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/object.h",0x7f7,"get_output_section_offset")\n ;\n }" { comment (labeled_statement "gold::do_gold_unreachable("../../gold/object.h",0x7f7,"get_output_section_offset")\n ;" statement_identifier : (ERROR ":" :) (expression_statement "do_gold_unreachable("../../gold/object.h",0x7f7,"get_output_section_offset")\n ;" (call_expression "do_gold_unreachable("../../gold/object.h",0x7f7,"get_output_section_offset")" identifier (argument_list "("../../gold/object.h",0x7f7,"get_output_section_offset")" ( (string_literal ""../../gold/object.h"" " string_content ") , number_literal , (string_literal ""get_output_section_offset"" " string_content ") ))) ;)) })) (expression_statement "uVar37 = puVar8[(int)local_64];" (assignment_expression "uVar37 = puVar8[(int)local_64]" identifier = (subscript_expression "puVar8[(int)local_64]" identifier [ (cast_expression "(int)local_64" ( (type_descriptor "int" primitive_type) ) identifier) ])) ;) (if_statement "if (uVar37 == 0xffffffff) {\n a64relobj = this_01;\n pSVar47 = local_64;\n pOVar23 = gold::Output_section::find_relaxed_input_section\n (pOVar7,(Relobj *)this_01,(uint)local_64);\n if (pOVar23 == (Output_relaxed_input_section *)0x0) goto LAB_001e9c60;\n if (((pOVar23->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.field_0x1c & 1) == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n local_74 = (int)(pOVar23->super_Output_section_data_build).\n super_Output_section_data.super_Output_data.address_;\n }\n else {\n if (((pOVar7->super_Output_data).field_0x1c & 1) == 0) goto LAB_001ea816;\n local_74 = uVar37 + (int)(pOVar7->super_Output_data).address_;\n }" if (parenthesized_expression "(uVar37 == 0xffffffff)" ( (binary_expression "uVar37 == 0xffffffff" identifier == number_literal) )) (compound_statement "{\n a64relobj = this_01;\n pSVar47 = local_64;\n pOVar23 = gold::Output_section::find_relaxed_input_section\n (pOVar7,(Relobj *)this_01,(uint)local_64);\n if (pOVar23 == (Output_relaxed_input_section *)0x0) goto LAB_001e9c60;\n if (((pOVar23->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.field_0x1c & 1) == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n local_74 = (int)(pOVar23->super_Output_section_data_build).\n super_Output_section_data.super_Output_data.address_;\n }" { (expression_statement "a64relobj = this_01;" (assignment_expression "a64relobj = this_01" identifier = identifier) ;) (expression_statement "pSVar47 = local_64;" (assignment_expression "pSVar47 = local_64" identifier = identifier) ;) (ERROR "pOVar23 = gold::" (assignment_expression "pOVar23 = gold" identifier = identifier) : :) (labeled_statement "Output_section::find_relaxed_input_section\n (pOVar7,(Relobj *)this_01,(uint)local_64);" statement_identifier : (ERROR ":" :) (expression_statement "find_relaxed_input_section\n (pOVar7,(Relobj *)this_01,(uint)local_64);" (call_expression "find_relaxed_input_section\n (pOVar7,(Relobj *)this_01,(uint)local_64)" identifier (argument_list "(pOVar7,(Relobj *)this_01,(uint)local_64)" ( identifier , (cast_expression "(Relobj *)this_01" ( (type_descriptor "Relobj *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , (cast_expression "(uint)local_64" ( (type_descriptor "uint" type_identifier) ) identifier) ))) ;)) (if_statement "if (pOVar23 == (Output_relaxed_input_section *)0x0) goto LAB_001e9c60;" if (parenthesized_expression "(pOVar23 == (Output_relaxed_input_section *)0x0)" ( (binary_expression "pOVar23 == (Output_relaxed_input_section *)0x0" identifier == (cast_expression "(Output_relaxed_input_section *)0x0" ( (type_descriptor "Output_relaxed_input_section *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_001e9c60;" goto statement_identifier ;)) (if_statement "if (((pOVar23->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.field_0x1c & 1) == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }" if (parenthesized_expression "(((pOVar23->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.field_0x1c & 1) == 0)" ( (binary_expression "((pOVar23->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.field_0x1c & 1) == 0" (parenthesized_expression "((pOVar23->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.field_0x1c & 1)" ( (binary_expression "(pOVar23->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.field_0x1c & 1" (field_expression "(pOVar23->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.field_0x1c" (field_expression "(pOVar23->super_Output_section_data_build).super_Output_section_data.\n super_Output_data" (field_expression "(pOVar23->super_Output_section_data_build).super_Output_section_data" (parenthesized_expression "(pOVar23->super_Output_section_data_build)" ( (field_expression "pOVar23->super_Output_section_data_build" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) & number_literal) )) == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }" { comment (labeled_statement "gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");" statement_identifier : (ERROR ":" :) (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_74 = (int)(pOVar23->super_Output_section_data_build).\n super_Output_section_data.super_Output_data.address_;" (assignment_expression "local_74 = (int)(pOVar23->super_Output_section_data_build).\n super_Output_section_data.super_Output_data.address_" identifier = (cast_expression "(int)(pOVar23->super_Output_section_data_build).\n super_Output_section_data.super_Output_data.address_" ( (type_descriptor "int" primitive_type) ) (field_expression "(pOVar23->super_Output_section_data_build).\n super_Output_section_data.super_Output_data.address_" (field_expression "(pOVar23->super_Output_section_data_build).\n super_Output_section_data.super_Output_data" (field_expression "(pOVar23->super_Output_section_data_build).\n super_Output_section_data" (parenthesized_expression "(pOVar23->super_Output_section_data_build)" ( (field_expression "pOVar23->super_Output_section_data_build" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier))) ;) }) (else_clause "else {\n if (((pOVar7->super_Output_data).field_0x1c & 1) == 0) goto LAB_001ea816;\n local_74 = uVar37 + (int)(pOVar7->super_Output_data).address_;\n }" else (compound_statement "{\n if (((pOVar7->super_Output_data).field_0x1c & 1) == 0) goto LAB_001ea816;\n local_74 = uVar37 + (int)(pOVar7->super_Output_data).address_;\n }" { (if_statement "if (((pOVar7->super_Output_data).field_0x1c & 1) == 0) goto LAB_001ea816;" if (parenthesized_expression "(((pOVar7->super_Output_data).field_0x1c & 1) == 0)" ( (binary_expression "((pOVar7->super_Output_data).field_0x1c & 1) == 0" (parenthesized_expression "((pOVar7->super_Output_data).field_0x1c & 1)" ( (binary_expression "(pOVar7->super_Output_data).field_0x1c & 1" (field_expression "(pOVar7->super_Output_data).field_0x1c" (parenthesized_expression "(pOVar7->super_Output_data)" ( (field_expression "pOVar7->super_Output_data" identifier -> field_identifier) )) . field_identifier) & number_literal) )) == number_literal) )) (goto_statement "goto LAB_001ea816;" goto statement_identifier ;)) (expression_statement "local_74 = uVar37 + (int)(pOVar7->super_Output_data).address_;" (assignment_expression "local_74 = uVar37 + (int)(pOVar7->super_Output_data).address_" identifier = (binary_expression "uVar37 + (int)(pOVar7->super_Output_data).address_" identifier + (cast_expression "(int)(pOVar7->super_Output_data).address_" ( (type_descriptor "int" primitive_type) ) (field_expression "(pOVar7->super_Output_data).address_" (parenthesized_expression "(pOVar7->super_Output_data)" ( (field_expression "pOVar7->super_Output_data" identifier -> field_identifier) )) . field_identifier)))) ;) }))) (ERROR "ppSVar30 = (this_01->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std::allocator<(anonymous_namespace)::" (comma_expression "ppSVar30 = (this_01->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std" (binary_expression "ppSVar30 = (this_01->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32" (assignment_expression "ppSVar30 = (this_01->stub_tables_).\n super__Vector_base<(anonymous_namespace)" identifier = (binary_expression "(this_01->stub_tables_).\n super__Vector_base<(anonymous_namespace)" (field_expression "(this_01->stub_tables_).\n super__Vector_base" (parenthesized_expression "(this_01->stub_tables_)" ( (field_expression "this_01->stub_tables_" identifier -> field_identifier) )) . field_identifier) < (parenthesized_expression "(anonymous_namespace)" ( identifier )))) (ERROR "::Stub_table" : : identifier) < number_literal) , (binary_expression "_false>*,_std" identifier > (pointer_expression "*,_std" * (ERROR "," ,) identifier))) : : (binary_expression "allocator<(anonymous_namespace)" identifier < (parenthesized_expression "(anonymous_namespace)" ( identifier ))) : :) (expression_statement "Stub_table<32,_false>*>_>\n ._M_impl._M_start;" (comma_expression "Stub_table<32,_false>*>_>\n ._M_impl._M_start" (binary_expression "Stub_table<32" identifier < number_literal) , (field_expression "_false>*>_>\n ._M_impl._M_start" (field_expression "_false>*>_>\n ._M_impl" (binary_expression "_false>*>_" identifier > (pointer_expression "*>_" * (ERROR ">" >) identifier)) (ERROR ">" >) . field_identifier) . field_identifier)) ;) (if_statement "if ((Stub_table<32,_false> *)\n ((int)(this_01->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std::allocator<(anonymous_namespace)::Stub_table<32,_false>*>_>\n ._M_impl._M_finish - (int)ppSVar30 >> 2) <= local_64) {\n /* try { // try from 001ea811 to 001ea851 has its CatchHandler @ 001ea8e9 */\n AArch64_relobj<32,_false>::stub_table(in_stack_ffffff44,(uint)in_stack_ffffff48);\nLAB_001ea816:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }" if (parenthesized_expression "((Stub_table<32,_false> *)\n ((int)(this_01->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std::allocator<(anonymous_namespace)::Stub_table<32,_false>*>_>\n ._M_impl._M_finish - (int)ppSVar30 >> 2) <= local_64)" ( (parenthesized_expression "(Stub_table<32,_false> *)\n ((int)(this_01->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std::allocator<(anonymous_namespace)::Stub_table<32,_false>*>_>\n ._M_impl._M_finish - (int)ppSVar30 >> 2) <= local_64)" ( (comma_expression "Stub_table<32,_false> *)\n ((int)(this_01->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std::allocator<(anonymous_namespace)::Stub_table<32,_false>*>_>\n ._M_impl._M_finish - (int)ppSVar30 >> 2) <= local_64" (binary_expression "Stub_table<32" identifier < number_literal) , (binary_expression "_false> *)\n ((int)(this_01->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std::allocator<(anonymous_namespace)::Stub_table<32,_false>*>_>\n ._M_impl._M_finish - (int)ppSVar30 >> 2) <= local_64" (binary_expression "_false> *)\n ((int)(this_01->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std::allocator<(anonymous_namespace)::Stub_table<32,_false>*>_>\n ._M_impl._M_finish - (int)ppSVar30 >> 2)" identifier > (pointer_expression "*)\n ((int)(this_01->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std::allocator<(anonymous_namespace)::Stub_table<32,_false>*>_>\n ._M_impl._M_finish - (int)ppSVar30 >> 2)" * (ERROR ")" )) (parenthesized_expression "((int)(this_01->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std::allocator<(anonymous_namespace)::Stub_table<32,_false>*>_>\n ._M_impl._M_finish - (int)ppSVar30 >> 2)" ( (ERROR "(int)(this_01->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std::allocator<(anonymous_namespace)::" (comma_expression "(int)(this_01->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std" (binary_expression "(int)(this_01->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32" (binary_expression "(int)(this_01->stub_tables_).\n super__Vector_base<(anonymous_namespace)" (cast_expression "(int)(this_01->stub_tables_).\n super__Vector_base" ( (type_descriptor "int" primitive_type) ) (field_expression "(this_01->stub_tables_).\n super__Vector_base" (parenthesized_expression "(this_01->stub_tables_)" ( (field_expression "this_01->stub_tables_" identifier -> field_identifier) )) . field_identifier)) < (parenthesized_expression "(anonymous_namespace)" ( identifier ))) (ERROR "::Stub_table" : : identifier) < number_literal) , (binary_expression "_false>*,_std" identifier > (pointer_expression "*,_std" * (ERROR "," ,) identifier))) : : (binary_expression "allocator<(anonymous_namespace)" identifier < (parenthesized_expression "(anonymous_namespace)" ( identifier ))) : :) (comma_expression "Stub_table<32,_false>*>_>\n ._M_impl._M_finish - (int)ppSVar30 >> 2" (binary_expression "Stub_table<32" identifier < number_literal) , (binary_expression "_false>*>_>\n ._M_impl._M_finish - (int)ppSVar30 >> 2" (binary_expression "_false>*>_>\n ._M_impl._M_finish - (int)ppSVar30" (field_expression "_false>*>_>\n ._M_impl._M_finish" (field_expression "_false>*>_>\n ._M_impl" (binary_expression "_false>*>_" identifier > (pointer_expression "*>_" * (ERROR ">" >) identifier)) (ERROR ">" >) . field_identifier) . field_identifier) - (cast_expression "(int)ppSVar30" ( (type_descriptor "int" primitive_type) ) identifier)) >> number_literal)) )))) <= identifier)) )) )) (compound_statement "{\n /* try { // try from 001ea811 to 001ea851 has its CatchHandler @ 001ea8e9 */\n AArch64_relobj<32,_false>::stub_table(in_stack_ffffff44,(uint)in_stack_ffffff48);\nLAB_001ea816:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }" { comment (expression_statement "AArch64_relobj<32,_false>::stub_table(in_stack_ffffff44,(uint)in_stack_ffffff48);" (comma_expression "AArch64_relobj<32,_false>::stub_table(in_stack_ffffff44,(uint)in_stack_ffffff48)" (binary_expression "AArch64_relobj<32" identifier < number_literal) , (binary_expression "_false>::stub_table(in_stack_ffffff44,(uint)in_stack_ffffff48)" identifier > (ERROR "::" : :) (call_expression "stub_table(in_stack_ffffff44,(uint)in_stack_ffffff48)" identifier (argument_list "(in_stack_ffffff44,(uint)in_stack_ffffff48)" ( identifier , (cast_expression "(uint)in_stack_ffffff48" ( (type_descriptor "uint" type_identifier) ) identifier) ))))) ;) (labeled_statement "LAB_001ea816:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");" statement_identifier : comment (labeled_statement "gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");" statement_identifier : (ERROR ":" :) (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 ") ))) ;))) })) (if_statement "if ((ppSVar30[(int)local_64] != (Stub_table<32,_false> *)0x0) &&\n (Stub_table<32,_false>::find_erratum_stubs_for_input_section\n (local_64,a64relobj,(uint)pSVar47), local_44 != local_40)) {\n _Var9 = local_44[1]._M_color;\n iVar18 = local_74 + *(int *)(_Var9 + 0x18);\n *(int *)(_Var9 + 0x20) = iVar18;\n p_Var20 = local_44;\n while( true ) {\n if (iVar18 + 4 == -1) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x361,"set_destination_address");\n }\n *(int *)(_Var9 + 4) = iVar18 + 4;\n p_Var20 = (_Rb_tree_node_base *)std::_Rb_tree_increment(p_Var20);\n if (p_Var20 == local_40) break;\n _Var9 = p_Var20[1]._M_color;\n iVar18 = *(int *)(_Var9 + 0x18) + local_74;\n *(int *)(_Var9 + 0x20) = iVar18;\n }\n }" if (parenthesized_expression "((ppSVar30[(int)local_64] != (Stub_table<32,_false> *)0x0) &&\n (Stub_table<32,_false>::find_erratum_stubs_for_input_section\n (local_64,a64relobj,(uint)pSVar47), local_44 != local_40))" ( (parenthesized_expression "(ppSVar30[(int)local_64] != (Stub_table<32,_false> *)0x0) &&\n (Stub_table<32,_false>::find_erratum_stubs_for_input_section\n (local_64,a64relobj,(uint)pSVar47), local_44 != local_40))" ( (binary_expression "ppSVar30[(int)local_64] != (Stub_table<32,_false> *)0x0) &&\n (Stub_table<32,_false>::find_erratum_stubs_for_input_section\n (local_64,a64relobj,(uint)pSVar47), local_44 != local_40)" (binary_expression "ppSVar30[(int)local_64] != (Stub_table<32,_false> *)0x0)" (subscript_expression "ppSVar30[(int)local_64]" identifier [ (cast_expression "(int)local_64" ( (type_descriptor "int" primitive_type) ) identifier) ]) != (parenthesized_expression "(Stub_table<32,_false> *)0x0)" ( (comma_expression "Stub_table<32,_false> *)0x0" (binary_expression "Stub_table<32" identifier < number_literal) , (binary_expression "_false> *)0x0" identifier > (pointer_expression "*)0x0" * (ERROR ")" )) number_literal))) ))) && (parenthesized_expression "(Stub_table<32,_false>::find_erratum_stubs_for_input_section\n (local_64,a64relobj,(uint)pSVar47), local_44 != local_40)" ( (comma_expression "Stub_table<32,_false>::find_erratum_stubs_for_input_section\n (local_64,a64relobj,(uint)pSVar47), local_44 != local_40" (binary_expression "Stub_table<32" identifier < number_literal) , (comma_expression "_false>::find_erratum_stubs_for_input_section\n (local_64,a64relobj,(uint)pSVar47), local_44 != local_40" (binary_expression "_false>::find_erratum_stubs_for_input_section\n (local_64,a64relobj,(uint)pSVar47)" identifier > (ERROR "::" : :) (call_expression "find_erratum_stubs_for_input_section\n (local_64,a64relobj,(uint)pSVar47)" identifier (argument_list "(local_64,a64relobj,(uint)pSVar47)" ( identifier , identifier , (cast_expression "(uint)pSVar47" ( (type_descriptor "uint" type_identifier) ) identifier) )))) , (binary_expression "local_44 != local_40" identifier != identifier))) ))) )) )) (compound_statement "{\n _Var9 = local_44[1]._M_color;\n iVar18 = local_74 + *(int *)(_Var9 + 0x18);\n *(int *)(_Var9 + 0x20) = iVar18;\n p_Var20 = local_44;\n while( true ) {\n if (iVar18 + 4 == -1) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x361,"set_destination_address");\n }\n *(int *)(_Var9 + 4) = iVar18 + 4;\n p_Var20 = (_Rb_tree_node_base *)std::_Rb_tree_increment(p_Var20);\n if (p_Var20 == local_40) break;\n _Var9 = p_Var20[1]._M_color;\n iVar18 = *(int *)(_Var9 + 0x18) + local_74;\n *(int *)(_Var9 + 0x20) = iVar18;\n }\n }" { (expression_statement "_Var9 = local_44[1]._M_color;" (assignment_expression "_Var9 = local_44[1]._M_color" identifier = (field_expression "local_44[1]._M_color" (subscript_expression "local_44[1]" identifier [ number_literal ]) . field_identifier)) ;) (expression_statement "iVar18 = local_74 + *(int *)(_Var9 + 0x18);" (assignment_expression "iVar18 = local_74 + *(int *)(_Var9 + 0x18)" identifier = (binary_expression "local_74 + *(int *)(_Var9 + 0x18)" identifier + (pointer_expression "*(int *)(_Var9 + 0x18)" * (cast_expression "(int *)(_Var9 + 0x18)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(_Var9 + 0x18)" ( (binary_expression "_Var9 + 0x18" identifier + number_literal) )))))) ;) (expression_statement "*(int *)(_Var9 + 0x20) = iVar18;" (assignment_expression "*(int *)(_Var9 + 0x20) = iVar18" (pointer_expression "*(int *)(_Var9 + 0x20)" * (cast_expression "(int *)(_Var9 + 0x20)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(_Var9 + 0x20)" ( (binary_expression "_Var9 + 0x20" identifier + number_literal) )))) = identifier) ;) (expression_statement "p_Var20 = local_44;" (assignment_expression "p_Var20 = local_44" identifier = identifier) ;) (while_statement "while( true ) {\n if (iVar18 + 4 == -1) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x361,"set_destination_address");\n }\n *(int *)(_Var9 + 4) = iVar18 + 4;\n p_Var20 = (_Rb_tree_node_base *)std::_Rb_tree_increment(p_Var20);\n if (p_Var20 == local_40) break;\n _Var9 = p_Var20[1]._M_color;\n iVar18 = *(int *)(_Var9 + 0x18) + local_74;\n *(int *)(_Var9 + 0x20) = iVar18;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n if (iVar18 + 4 == -1) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x361,"set_destination_address");\n }\n *(int *)(_Var9 + 4) = iVar18 + 4;\n p_Var20 = (_Rb_tree_node_base *)std::_Rb_tree_increment(p_Var20);\n if (p_Var20 == local_40) break;\n _Var9 = p_Var20[1]._M_color;\n iVar18 = *(int *)(_Var9 + 0x18) + local_74;\n *(int *)(_Var9 + 0x20) = iVar18;\n }" { (if_statement "if (iVar18 + 4 == -1) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x361,"set_destination_address");\n }" if (parenthesized_expression "(iVar18 + 4 == -1)" ( (binary_expression "iVar18 + 4 == -1" (binary_expression "iVar18 + 4" identifier + number_literal) == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x361,"set_destination_address");\n }" { comment (labeled_statement "gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x361,"set_destination_address");" statement_identifier : (ERROR ":" :) (expression_statement "do_gold_unreachable\n ("../../gold/aarch64.cc",0x361,"set_destination_address");" (call_expression "do_gold_unreachable\n ("../../gold/aarch64.cc",0x361,"set_destination_address")" identifier (argument_list "("../../gold/aarch64.cc",0x361,"set_destination_address")" ( (string_literal ""../../gold/aarch64.cc"" " string_content ") , number_literal , (string_literal ""set_destination_address"" " string_content ") ))) ;)) })) (expression_statement "*(int *)(_Var9 + 4) = iVar18 + 4;" (assignment_expression "*(int *)(_Var9 + 4) = iVar18 + 4" (pointer_expression "*(int *)(_Var9 + 4)" * (cast_expression "(int *)(_Var9 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(_Var9 + 4)" ( (binary_expression "_Var9 + 4" identifier + number_literal) )))) = (binary_expression "iVar18 + 4" identifier + number_literal)) ;) (ERROR "p_Var20 = (_Rb_tree_node_base *)std::" (assignment_expression "p_Var20 = (_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_increment(p_Var20);" (call_expression "_Rb_tree_increment(p_Var20)" identifier (argument_list "(p_Var20)" ( identifier ))) ;) (if_statement "if (p_Var20 == local_40) break;" if (parenthesized_expression "(p_Var20 == local_40)" ( (binary_expression "p_Var20 == local_40" identifier == identifier) )) (break_statement "break;" break ;)) (expression_statement "_Var9 = p_Var20[1]._M_color;" (assignment_expression "_Var9 = p_Var20[1]._M_color" identifier = (field_expression "p_Var20[1]._M_color" (subscript_expression "p_Var20[1]" identifier [ number_literal ]) . field_identifier)) ;) (expression_statement "iVar18 = *(int *)(_Var9 + 0x18) + local_74;" (assignment_expression "iVar18 = *(int *)(_Var9 + 0x18) + local_74" identifier = (binary_expression "*(int *)(_Var9 + 0x18) + local_74" (pointer_expression "*(int *)(_Var9 + 0x18)" * (cast_expression "(int *)(_Var9 + 0x18)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(_Var9 + 0x18)" ( (binary_expression "_Var9 + 0x18" identifier + number_literal) )))) + identifier)) ;) (expression_statement "*(int *)(_Var9 + 0x20) = iVar18;" (assignment_expression "*(int *)(_Var9 + 0x20) = iVar18" (pointer_expression "*(int *)(_Var9 + 0x20)" * (cast_expression "(int *)(_Var9 + 0x20)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(_Var9 + 0x20)" ( (binary_expression "_Var9 + 0x20" identifier + number_literal) )))) = identifier) ;) })) })) (expression_statement "input_view_size = 0;" (assignment_expression "input_view_size = 0" identifier = number_literal) ;) (ERROR "puVar21 = gold::" (assignment_expression "puVar21 = gold" identifier = identifier) : :) (labeled_statement "Object::section_contents\n ((Object *)this_01,(uint)local_64,&input_view_size,false);" statement_identifier : (ERROR ":" :) (expression_statement "section_contents\n ((Object *)this_01,(uint)local_64,&input_view_size,false);" (call_expression "section_contents\n ((Object *)this_01,(uint)local_64,&input_view_size,false)" identifier (argument_list "((Object *)this_01,(uint)local_64,&input_view_size,false)" ( (cast_expression "(Object *)this_01" ( (type_descriptor "Object *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , (cast_expression "(uint)local_64" ( (type_descriptor "uint" type_identifier) ) identifier) , (pointer_expression "&input_view_size" & identifier) , false ))) ;)) (expression_statement "p_Var20 = (this_01->mapping_symbol_info_)._M_t._M_impl.super__Rb_tree_header.\n _M_header._M_parent;" (assignment_expression "p_Var20 = (this_01->mapping_symbol_info_)._M_t._M_impl.super__Rb_tree_header.\n _M_header._M_parent" identifier = (field_expression "(this_01->mapping_symbol_info_)._M_t._M_impl.super__Rb_tree_header.\n _M_header._M_parent" (field_expression "(this_01->mapping_symbol_info_)._M_t._M_impl.super__Rb_tree_header.\n _M_header" (field_expression "(this_01->mapping_symbol_info_)._M_t._M_impl.super__Rb_tree_header" (field_expression "(this_01->mapping_symbol_info_)._M_t._M_impl" (field_expression "(this_01->mapping_symbol_info_)._M_t" (parenthesized_expression "(this_01->mapping_symbol_info_)" ( (field_expression "this_01->mapping_symbol_info_" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) . field_identifier) . field_identifier)) ;) (expression_statement "p_Var31 = &p_Var38->_M_header;" (assignment_expression "p_Var31 = &p_Var38->_M_header" identifier = (pointer_expression "&p_Var38->_M_header" & (field_expression "p_Var38->_M_header" identifier -> field_identifier))) ;) (if_statement "if (p_Var20 != (_Rb_tree_node_base *)0x0) {\n do {\n while (p_Var32 = p_Var20,\n local_64 <= (Stub_table<32,_false> *)p_Var32[1]._M_color) {\n p_Var20 = p_Var32->_M_left;\n p_Var31 = p_Var32;\n if (p_Var32->_M_left == (_Base_ptr)0x0) goto LAB_001e9af5;\n }\n pp_Var3 = &p_Var32->_M_right;\n p_Var20 = *pp_Var3;\n p_Var32 = p_Var31;\n } while (*pp_Var3 != (_Base_ptr)0x0);\nLAB_001e9af5:\n if (p_Var38 != (_Rb_tree_header *)p_Var32) {\n pSVar47 = (Stub_table<32,_false> *)p_Var32[1]._M_color;\n while (local_64 == pSVar47) {\n p_Var20 = (_Rb_tree_node_base *)std::_Rb_tree_increment(p_Var32);\n if (*(char *)&p_Var32[1]._M_left == 'x') {\n p_Var10 = p_Var32[1]._M_parent;\n if ((p_Var38 == (_Rb_tree_header *)p_Var20) ||\n ((Stub_table<32,_false> *)p_Var20[1]._M_color != local_64)) {\n local_54 = *(_Base_ptr *)((int)ppSVar12 + 0x3c);\n }\n else {\n local_54 = p_Var20[1]._M_parent;\n }\n pGVar22 = gold::parameters->options_;\n if (pGVar22 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if (((pGVar22->fix_cortex_a53_843419_).value != false) &&\n (uVar37 = (int)&p_Var10->_M_color + local_74, (uVar37 & 3) == 0)) {\n iVar18 = 0;\n if ((uVar37 & 0xfff) < 0xff8) {\n iVar18 = 0xff8 - (uVar37 & 0xfff);\n }\n while (iVar18 + 0xcU <= (uint)((int)local_54 - (int)p_Var10)) {\n erratum_insn_offset = (int)&p_Var10->_M_color + iVar18;\n puVar35 = (uint *)(puVar21 + erratum_insn_offset);\n uVar40 = uVar37 + iVar18;\n if ((*puVar35 & 0x9f000000) == 0x90000000) {\n local_90 = (AArch64_relobj<32,_false> *)puVar35[2];\n bVar42 = is_erratum_843419_sequence\n ((Target_aarch64<32,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00,\n (Valtype)insn3);\n if (bVar42) {\n iVar36 = 8;\nLAB_001e9f35:\n create_erratum_stub((Target_aarch64<32,_false> *)(iVar36 + uVar40),\n local_90,4,erratum_insn_offset,\n (Address)in_stack_ffffff44,\n (Insntype)in_stack_ffffff48,(int)task_00,\n (uint)insn3);\n }\n else if (((iVar18 + 0x10U <= (uint)((int)local_54 - (int)p_Var10)) &&\n (((uint)local_90 & 0x7c000000) != 0x14000000)) &&\n (((uint)local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = (AArch64_relobj<32,_false> *)puVar35[3];\n bVar42 = is_erratum_843419_sequence\n ((Target_aarch64<32,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00,\n (Valtype)insn3);\n if (bVar42) {\n iVar36 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n iVar36 = iVar18 + 4;\n iVar18 = iVar18 + 0xffc;\n if ((uVar40 & 0xfff) == 0xff8) {\n iVar18 = iVar36;\n }\n }\n pGVar22 = gold::parameters->options_;\n if (pGVar22 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (((pGVar22->fix_cortex_a53_835769_).value != false) &&\n (uVar37 = (int)local_54 - (int)p_Var10, 4 < uVar37)) {\n local_54 = (_Base_ptr)0x4;\n p_Var33 = (_Base_ptr)0x0;\n do {\n iVar18 = (int)&p_Var10->_M_color + (int)p_Var33;\n relobj = *(AArch64_relobj<32,_false> **)(puVar21 + iVar18 + 4);\n bVar42 = Target_aarch64<64,_false>::is_erratum_835769_sequence\n ((Target_aarch64<64,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00);\n if (bVar42) {\n pcVar11 = (((string *)&this_01->field_0x4)->_M_dataplus)._M_p;\n format = (char *)gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n gold::gold_info(format,pcVar11,local_64,iVar18);\n create_erratum_stub((Target_aarch64<32,_false> *)\n ((int)&p_Var10->_M_parent +\n (int)p_Var33 + local_74),relobj,5,0,\n (Address)in_stack_ffffff44,\n (Insntype)in_stack_ffffff48,(int)task_00,\n (uint)insn3);\n p_Var33 = local_54;\n }\n local_54 = (_Base_ptr)((int)p_Var33 + 8);\n p_Var33 = (_Base_ptr)((int)p_Var33 + 4);\n } while (local_54 < uVar37);\n }\n }\n if (p_Var38 == (_Rb_tree_header *)p_Var20) break;\n p_Var32 = p_Var20;\n pSVar47 = (Stub_table<32,_false> *)p_Var20[1]._M_color;\n }\n }\n }" if (parenthesized_expression "(p_Var20 != (_Rb_tree_node_base *)0x0)" ( (binary_expression "p_Var20 != (_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 do {\n while (p_Var32 = p_Var20,\n local_64 <= (Stub_table<32,_false> *)p_Var32[1]._M_color) {\n p_Var20 = p_Var32->_M_left;\n p_Var31 = p_Var32;\n if (p_Var32->_M_left == (_Base_ptr)0x0) goto LAB_001e9af5;\n }\n pp_Var3 = &p_Var32->_M_right;\n p_Var20 = *pp_Var3;\n p_Var32 = p_Var31;\n } while (*pp_Var3 != (_Base_ptr)0x0);\nLAB_001e9af5:\n if (p_Var38 != (_Rb_tree_header *)p_Var32) {\n pSVar47 = (Stub_table<32,_false> *)p_Var32[1]._M_color;\n while (local_64 == pSVar47) {\n p_Var20 = (_Rb_tree_node_base *)std::_Rb_tree_increment(p_Var32);\n if (*(char *)&p_Var32[1]._M_left == 'x') {\n p_Var10 = p_Var32[1]._M_parent;\n if ((p_Var38 == (_Rb_tree_header *)p_Var20) ||\n ((Stub_table<32,_false> *)p_Var20[1]._M_color != local_64)) {\n local_54 = *(_Base_ptr *)((int)ppSVar12 + 0x3c);\n }\n else {\n local_54 = p_Var20[1]._M_parent;\n }\n pGVar22 = gold::parameters->options_;\n if (pGVar22 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if (((pGVar22->fix_cortex_a53_843419_).value != false) &&\n (uVar37 = (int)&p_Var10->_M_color + local_74, (uVar37 & 3) == 0)) {\n iVar18 = 0;\n if ((uVar37 & 0xfff) < 0xff8) {\n iVar18 = 0xff8 - (uVar37 & 0xfff);\n }\n while (iVar18 + 0xcU <= (uint)((int)local_54 - (int)p_Var10)) {\n erratum_insn_offset = (int)&p_Var10->_M_color + iVar18;\n puVar35 = (uint *)(puVar21 + erratum_insn_offset);\n uVar40 = uVar37 + iVar18;\n if ((*puVar35 & 0x9f000000) == 0x90000000) {\n local_90 = (AArch64_relobj<32,_false> *)puVar35[2];\n bVar42 = is_erratum_843419_sequence\n ((Target_aarch64<32,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00,\n (Valtype)insn3);\n if (bVar42) {\n iVar36 = 8;\nLAB_001e9f35:\n create_erratum_stub((Target_aarch64<32,_false> *)(iVar36 + uVar40),\n local_90,4,erratum_insn_offset,\n (Address)in_stack_ffffff44,\n (Insntype)in_stack_ffffff48,(int)task_00,\n (uint)insn3);\n }\n else if (((iVar18 + 0x10U <= (uint)((int)local_54 - (int)p_Var10)) &&\n (((uint)local_90 & 0x7c000000) != 0x14000000)) &&\n (((uint)local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = (AArch64_relobj<32,_false> *)puVar35[3];\n bVar42 = is_erratum_843419_sequence\n ((Target_aarch64<32,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00,\n (Valtype)insn3);\n if (bVar42) {\n iVar36 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n iVar36 = iVar18 + 4;\n iVar18 = iVar18 + 0xffc;\n if ((uVar40 & 0xfff) == 0xff8) {\n iVar18 = iVar36;\n }\n }\n pGVar22 = gold::parameters->options_;\n if (pGVar22 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (((pGVar22->fix_cortex_a53_835769_).value != false) &&\n (uVar37 = (int)local_54 - (int)p_Var10, 4 < uVar37)) {\n local_54 = (_Base_ptr)0x4;\n p_Var33 = (_Base_ptr)0x0;\n do {\n iVar18 = (int)&p_Var10->_M_color + (int)p_Var33;\n relobj = *(AArch64_relobj<32,_false> **)(puVar21 + iVar18 + 4);\n bVar42 = Target_aarch64<64,_false>::is_erratum_835769_sequence\n ((Target_aarch64<64,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00);\n if (bVar42) {\n pcVar11 = (((string *)&this_01->field_0x4)->_M_dataplus)._M_p;\n format = (char *)gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n gold::gold_info(format,pcVar11,local_64,iVar18);\n create_erratum_stub((Target_aarch64<32,_false> *)\n ((int)&p_Var10->_M_parent +\n (int)p_Var33 + local_74),relobj,5,0,\n (Address)in_stack_ffffff44,\n (Insntype)in_stack_ffffff48,(int)task_00,\n (uint)insn3);\n p_Var33 = local_54;\n }\n local_54 = (_Base_ptr)((int)p_Var33 + 8);\n p_Var33 = (_Base_ptr)((int)p_Var33 + 4);\n } while (local_54 < uVar37);\n }\n }\n if (p_Var38 == (_Rb_tree_header *)p_Var20) break;\n p_Var32 = p_Var20;\n pSVar47 = (Stub_table<32,_false> *)p_Var20[1]._M_color;\n }\n }\n }" { (do_statement "do {\n while (p_Var32 = p_Var20,\n local_64 <= (Stub_table<32,_false> *)p_Var32[1]._M_color) {\n p_Var20 = p_Var32->_M_left;\n p_Var31 = p_Var32;\n if (p_Var32->_M_left == (_Base_ptr)0x0) goto LAB_001e9af5;\n }\n pp_Var3 = &p_Var32->_M_right;\n p_Var20 = *pp_Var3;\n p_Var32 = p_Var31;\n } while (*pp_Var3 != (_Base_ptr)0x0);" do (compound_statement "{\n while (p_Var32 = p_Var20,\n local_64 <= (Stub_table<32,_false> *)p_Var32[1]._M_color) {\n p_Var20 = p_Var32->_M_left;\n p_Var31 = p_Var32;\n if (p_Var32->_M_left == (_Base_ptr)0x0) goto LAB_001e9af5;\n }\n pp_Var3 = &p_Var32->_M_right;\n p_Var20 = *pp_Var3;\n p_Var32 = p_Var31;\n }" { (while_statement "while (p_Var32 = p_Var20,\n local_64 <= (Stub_table<32,_false> *)p_Var32[1]._M_color) {\n p_Var20 = p_Var32->_M_left;\n p_Var31 = p_Var32;\n if (p_Var32->_M_left == (_Base_ptr)0x0) goto LAB_001e9af5;\n }" while (parenthesized_expression "(p_Var32 = p_Var20,\n local_64 <= (Stub_table<32,_false> *)p_Var32[1]._M_color)" ( (comma_expression "p_Var32 = p_Var20,\n local_64 <= (Stub_table<32,_false> *)p_Var32[1]._M_color)" (assignment_expression "p_Var32 = p_Var20" identifier = identifier) , (binary_expression "local_64 <= (Stub_table<32,_false> *)p_Var32[1]._M_color)" identifier <= (parenthesized_expression "(Stub_table<32,_false> *)p_Var32[1]._M_color)" ( (comma_expression "Stub_table<32,_false> *)p_Var32[1]._M_color" (binary_expression "Stub_table<32" identifier < number_literal) , (binary_expression "_false> *)p_Var32[1]._M_color" identifier > (pointer_expression "*)p_Var32[1]._M_color" * (ERROR ")" )) (field_expression "p_Var32[1]._M_color" (subscript_expression "p_Var32[1]" identifier [ number_literal ]) . field_identifier)))) )))) )) (compound_statement "{\n p_Var20 = p_Var32->_M_left;\n p_Var31 = p_Var32;\n if (p_Var32->_M_left == (_Base_ptr)0x0) goto LAB_001e9af5;\n }" { (expression_statement "p_Var20 = p_Var32->_M_left;" (assignment_expression "p_Var20 = p_Var32->_M_left" identifier = (field_expression "p_Var32->_M_left" identifier -> field_identifier)) ;) (expression_statement "p_Var31 = p_Var32;" (assignment_expression "p_Var31 = p_Var32" identifier = identifier) ;) (if_statement "if (p_Var32->_M_left == (_Base_ptr)0x0) goto LAB_001e9af5;" if (parenthesized_expression "(p_Var32->_M_left == (_Base_ptr)0x0)" ( (binary_expression "p_Var32->_M_left == (_Base_ptr)0x0" (field_expression "p_Var32->_M_left" identifier -> field_identifier) == (cast_expression "(_Base_ptr)0x0" ( (type_descriptor "_Base_ptr" type_identifier) ) number_literal)) )) (goto_statement "goto LAB_001e9af5;" goto statement_identifier ;)) })) (expression_statement "pp_Var3 = &p_Var32->_M_right;" (assignment_expression "pp_Var3 = &p_Var32->_M_right" identifier = (pointer_expression "&p_Var32->_M_right" & (field_expression "p_Var32->_M_right" identifier -> field_identifier))) ;) (expression_statement "p_Var20 = *pp_Var3;" (assignment_expression "p_Var20 = *pp_Var3" identifier = (pointer_expression "*pp_Var3" * identifier)) ;) (expression_statement "p_Var32 = p_Var31;" (assignment_expression "p_Var32 = p_Var31" identifier = identifier) ;) }) while (parenthesized_expression "(*pp_Var3 != (_Base_ptr)0x0)" ( (binary_expression "*pp_Var3 != (_Base_ptr)0x0" (pointer_expression "*pp_Var3" * identifier) != (cast_expression "(_Base_ptr)0x0" ( (type_descriptor "_Base_ptr" type_identifier) ) number_literal)) )) ;) (labeled_statement "LAB_001e9af5:\n if (p_Var38 != (_Rb_tree_header *)p_Var32) {\n pSVar47 = (Stub_table<32,_false> *)p_Var32[1]._M_color;\n while (local_64 == pSVar47) {\n p_Var20 = (_Rb_tree_node_base *)std::_Rb_tree_increment(p_Var32);\n if (*(char *)&p_Var32[1]._M_left == 'x') {\n p_Var10 = p_Var32[1]._M_parent;\n if ((p_Var38 == (_Rb_tree_header *)p_Var20) ||\n ((Stub_table<32,_false> *)p_Var20[1]._M_color != local_64)) {\n local_54 = *(_Base_ptr *)((int)ppSVar12 + 0x3c);\n }\n else {\n local_54 = p_Var20[1]._M_parent;\n }\n pGVar22 = gold::parameters->options_;\n if (pGVar22 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if (((pGVar22->fix_cortex_a53_843419_).value != false) &&\n (uVar37 = (int)&p_Var10->_M_color + local_74, (uVar37 & 3) == 0)) {\n iVar18 = 0;\n if ((uVar37 & 0xfff) < 0xff8) {\n iVar18 = 0xff8 - (uVar37 & 0xfff);\n }\n while (iVar18 + 0xcU <= (uint)((int)local_54 - (int)p_Var10)) {\n erratum_insn_offset = (int)&p_Var10->_M_color + iVar18;\n puVar35 = (uint *)(puVar21 + erratum_insn_offset);\n uVar40 = uVar37 + iVar18;\n if ((*puVar35 & 0x9f000000) == 0x90000000) {\n local_90 = (AArch64_relobj<32,_false> *)puVar35[2];\n bVar42 = is_erratum_843419_sequence\n ((Target_aarch64<32,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00,\n (Valtype)insn3);\n if (bVar42) {\n iVar36 = 8;\nLAB_001e9f35:\n create_erratum_stub((Target_aarch64<32,_false> *)(iVar36 + uVar40),\n local_90,4,erratum_insn_offset,\n (Address)in_stack_ffffff44,\n (Insntype)in_stack_ffffff48,(int)task_00,\n (uint)insn3);\n }\n else if (((iVar18 + 0x10U <= (uint)((int)local_54 - (int)p_Var10)) &&\n (((uint)local_90 & 0x7c000000) != 0x14000000)) &&\n (((uint)local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = (AArch64_relobj<32,_false> *)puVar35[3];\n bVar42 = is_erratum_843419_sequence\n ((Target_aarch64<32,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00,\n (Valtype)insn3);\n if (bVar42) {\n iVar36 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n iVar36 = iVar18 + 4;\n iVar18 = iVar18 + 0xffc;\n if ((uVar40 & 0xfff) == 0xff8) {\n iVar18 = iVar36;\n }\n }\n pGVar22 = gold::parameters->options_;\n if (pGVar22 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (((pGVar22->fix_cortex_a53_835769_).value != false) &&\n (uVar37 = (int)local_54 - (int)p_Var10, 4 < uVar37)) {\n local_54 = (_Base_ptr)0x4;\n p_Var33 = (_Base_ptr)0x0;\n do {\n iVar18 = (int)&p_Var10->_M_color + (int)p_Var33;\n relobj = *(AArch64_relobj<32,_false> **)(puVar21 + iVar18 + 4);\n bVar42 = Target_aarch64<64,_false>::is_erratum_835769_sequence\n ((Target_aarch64<64,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00);\n if (bVar42) {\n pcVar11 = (((string *)&this_01->field_0x4)->_M_dataplus)._M_p;\n format = (char *)gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n gold::gold_info(format,pcVar11,local_64,iVar18);\n create_erratum_stub((Target_aarch64<32,_false> *)\n ((int)&p_Var10->_M_parent +\n (int)p_Var33 + local_74),relobj,5,0,\n (Address)in_stack_ffffff44,\n (Insntype)in_stack_ffffff48,(int)task_00,\n (uint)insn3);\n p_Var33 = local_54;\n }\n local_54 = (_Base_ptr)((int)p_Var33 + 8);\n p_Var33 = (_Base_ptr)((int)p_Var33 + 4);\n } while (local_54 < uVar37);\n }\n }\n if (p_Var38 == (_Rb_tree_header *)p_Var20) break;\n p_Var32 = p_Var20;\n pSVar47 = (Stub_table<32,_false> *)p_Var20[1]._M_color;\n }\n }" statement_identifier : (if_statement "if (p_Var38 != (_Rb_tree_header *)p_Var32) {\n pSVar47 = (Stub_table<32,_false> *)p_Var32[1]._M_color;\n while (local_64 == pSVar47) {\n p_Var20 = (_Rb_tree_node_base *)std::_Rb_tree_increment(p_Var32);\n if (*(char *)&p_Var32[1]._M_left == 'x') {\n p_Var10 = p_Var32[1]._M_parent;\n if ((p_Var38 == (_Rb_tree_header *)p_Var20) ||\n ((Stub_table<32,_false> *)p_Var20[1]._M_color != local_64)) {\n local_54 = *(_Base_ptr *)((int)ppSVar12 + 0x3c);\n }\n else {\n local_54 = p_Var20[1]._M_parent;\n }\n pGVar22 = gold::parameters->options_;\n if (pGVar22 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if (((pGVar22->fix_cortex_a53_843419_).value != false) &&\n (uVar37 = (int)&p_Var10->_M_color + local_74, (uVar37 & 3) == 0)) {\n iVar18 = 0;\n if ((uVar37 & 0xfff) < 0xff8) {\n iVar18 = 0xff8 - (uVar37 & 0xfff);\n }\n while (iVar18 + 0xcU <= (uint)((int)local_54 - (int)p_Var10)) {\n erratum_insn_offset = (int)&p_Var10->_M_color + iVar18;\n puVar35 = (uint *)(puVar21 + erratum_insn_offset);\n uVar40 = uVar37 + iVar18;\n if ((*puVar35 & 0x9f000000) == 0x90000000) {\n local_90 = (AArch64_relobj<32,_false> *)puVar35[2];\n bVar42 = is_erratum_843419_sequence\n ((Target_aarch64<32,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00,\n (Valtype)insn3);\n if (bVar42) {\n iVar36 = 8;\nLAB_001e9f35:\n create_erratum_stub((Target_aarch64<32,_false> *)(iVar36 + uVar40),\n local_90,4,erratum_insn_offset,\n (Address)in_stack_ffffff44,\n (Insntype)in_stack_ffffff48,(int)task_00,\n (uint)insn3);\n }\n else if (((iVar18 + 0x10U <= (uint)((int)local_54 - (int)p_Var10)) &&\n (((uint)local_90 & 0x7c000000) != 0x14000000)) &&\n (((uint)local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = (AArch64_relobj<32,_false> *)puVar35[3];\n bVar42 = is_erratum_843419_sequence\n ((Target_aarch64<32,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00,\n (Valtype)insn3);\n if (bVar42) {\n iVar36 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n iVar36 = iVar18 + 4;\n iVar18 = iVar18 + 0xffc;\n if ((uVar40 & 0xfff) == 0xff8) {\n iVar18 = iVar36;\n }\n }\n pGVar22 = gold::parameters->options_;\n if (pGVar22 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (((pGVar22->fix_cortex_a53_835769_).value != false) &&\n (uVar37 = (int)local_54 - (int)p_Var10, 4 < uVar37)) {\n local_54 = (_Base_ptr)0x4;\n p_Var33 = (_Base_ptr)0x0;\n do {\n iVar18 = (int)&p_Var10->_M_color + (int)p_Var33;\n relobj = *(AArch64_relobj<32,_false> **)(puVar21 + iVar18 + 4);\n bVar42 = Target_aarch64<64,_false>::is_erratum_835769_sequence\n ((Target_aarch64<64,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00);\n if (bVar42) {\n pcVar11 = (((string *)&this_01->field_0x4)->_M_dataplus)._M_p;\n format = (char *)gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n gold::gold_info(format,pcVar11,local_64,iVar18);\n create_erratum_stub((Target_aarch64<32,_false> *)\n ((int)&p_Var10->_M_parent +\n (int)p_Var33 + local_74),relobj,5,0,\n (Address)in_stack_ffffff44,\n (Insntype)in_stack_ffffff48,(int)task_00,\n (uint)insn3);\n p_Var33 = local_54;\n }\n local_54 = (_Base_ptr)((int)p_Var33 + 8);\n p_Var33 = (_Base_ptr)((int)p_Var33 + 4);\n } while (local_54 < uVar37);\n }\n }\n if (p_Var38 == (_Rb_tree_header *)p_Var20) break;\n p_Var32 = p_Var20;\n pSVar47 = (Stub_table<32,_false> *)p_Var20[1]._M_color;\n }\n }" if (parenthesized_expression "(p_Var38 != (_Rb_tree_header *)p_Var32)" ( (binary_expression "p_Var38 != (_Rb_tree_header *)p_Var32" identifier != (cast_expression "(_Rb_tree_header *)p_Var32" ( (type_descriptor "_Rb_tree_header *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (compound_statement "{\n pSVar47 = (Stub_table<32,_false> *)p_Var32[1]._M_color;\n while (local_64 == pSVar47) {\n p_Var20 = (_Rb_tree_node_base *)std::_Rb_tree_increment(p_Var32);\n if (*(char *)&p_Var32[1]._M_left == 'x') {\n p_Var10 = p_Var32[1]._M_parent;\n if ((p_Var38 == (_Rb_tree_header *)p_Var20) ||\n ((Stub_table<32,_false> *)p_Var20[1]._M_color != local_64)) {\n local_54 = *(_Base_ptr *)((int)ppSVar12 + 0x3c);\n }\n else {\n local_54 = p_Var20[1]._M_parent;\n }\n pGVar22 = gold::parameters->options_;\n if (pGVar22 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if (((pGVar22->fix_cortex_a53_843419_).value != false) &&\n (uVar37 = (int)&p_Var10->_M_color + local_74, (uVar37 & 3) == 0)) {\n iVar18 = 0;\n if ((uVar37 & 0xfff) < 0xff8) {\n iVar18 = 0xff8 - (uVar37 & 0xfff);\n }\n while (iVar18 + 0xcU <= (uint)((int)local_54 - (int)p_Var10)) {\n erratum_insn_offset = (int)&p_Var10->_M_color + iVar18;\n puVar35 = (uint *)(puVar21 + erratum_insn_offset);\n uVar40 = uVar37 + iVar18;\n if ((*puVar35 & 0x9f000000) == 0x90000000) {\n local_90 = (AArch64_relobj<32,_false> *)puVar35[2];\n bVar42 = is_erratum_843419_sequence\n ((Target_aarch64<32,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00,\n (Valtype)insn3);\n if (bVar42) {\n iVar36 = 8;\nLAB_001e9f35:\n create_erratum_stub((Target_aarch64<32,_false> *)(iVar36 + uVar40),\n local_90,4,erratum_insn_offset,\n (Address)in_stack_ffffff44,\n (Insntype)in_stack_ffffff48,(int)task_00,\n (uint)insn3);\n }\n else if (((iVar18 + 0x10U <= (uint)((int)local_54 - (int)p_Var10)) &&\n (((uint)local_90 & 0x7c000000) != 0x14000000)) &&\n (((uint)local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = (AArch64_relobj<32,_false> *)puVar35[3];\n bVar42 = is_erratum_843419_sequence\n ((Target_aarch64<32,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00,\n (Valtype)insn3);\n if (bVar42) {\n iVar36 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n iVar36 = iVar18 + 4;\n iVar18 = iVar18 + 0xffc;\n if ((uVar40 & 0xfff) == 0xff8) {\n iVar18 = iVar36;\n }\n }\n pGVar22 = gold::parameters->options_;\n if (pGVar22 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (((pGVar22->fix_cortex_a53_835769_).value != false) &&\n (uVar37 = (int)local_54 - (int)p_Var10, 4 < uVar37)) {\n local_54 = (_Base_ptr)0x4;\n p_Var33 = (_Base_ptr)0x0;\n do {\n iVar18 = (int)&p_Var10->_M_color + (int)p_Var33;\n relobj = *(AArch64_relobj<32,_false> **)(puVar21 + iVar18 + 4);\n bVar42 = Target_aarch64<64,_false>::is_erratum_835769_sequence\n ((Target_aarch64<64,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00);\n if (bVar42) {\n pcVar11 = (((string *)&this_01->field_0x4)->_M_dataplus)._M_p;\n format = (char *)gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n gold::gold_info(format,pcVar11,local_64,iVar18);\n create_erratum_stub((Target_aarch64<32,_false> *)\n ((int)&p_Var10->_M_parent +\n (int)p_Var33 + local_74),relobj,5,0,\n (Address)in_stack_ffffff44,\n (Insntype)in_stack_ffffff48,(int)task_00,\n (uint)insn3);\n p_Var33 = local_54;\n }\n local_54 = (_Base_ptr)((int)p_Var33 + 8);\n p_Var33 = (_Base_ptr)((int)p_Var33 + 4);\n } while (local_54 < uVar37);\n }\n }\n if (p_Var38 == (_Rb_tree_header *)p_Var20) break;\n p_Var32 = p_Var20;\n pSVar47 = (Stub_table<32,_false> *)p_Var20[1]._M_color;\n }\n }" { (expression_statement "pSVar47 = (Stub_table<32,_false> *)p_Var32[1]._M_color;" (assignment_expression "pSVar47 = (Stub_table<32,_false> *)p_Var32[1]._M_color" identifier = (parenthesized_expression "(Stub_table<32,_false> *)p_Var32[1]._M_color" ( (comma_expression "Stub_table<32,_false> *)p_Var32[1]._M_color" (binary_expression "Stub_table<32" identifier < number_literal) , (binary_expression "_false> *)p_Var32[1]._M_color" identifier > (pointer_expression "*)p_Var32[1]._M_color" * (ERROR ")" )) (field_expression "p_Var32[1]._M_color" (subscript_expression "p_Var32[1]" identifier [ number_literal ]) . field_identifier)))) ))) ;) (while_statement "while (local_64 == pSVar47) {\n p_Var20 = (_Rb_tree_node_base *)std::_Rb_tree_increment(p_Var32);\n if (*(char *)&p_Var32[1]._M_left == 'x') {\n p_Var10 = p_Var32[1]._M_parent;\n if ((p_Var38 == (_Rb_tree_header *)p_Var20) ||\n ((Stub_table<32,_false> *)p_Var20[1]._M_color != local_64)) {\n local_54 = *(_Base_ptr *)((int)ppSVar12 + 0x3c);\n }\n else {\n local_54 = p_Var20[1]._M_parent;\n }\n pGVar22 = gold::parameters->options_;\n if (pGVar22 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if (((pGVar22->fix_cortex_a53_843419_).value != false) &&\n (uVar37 = (int)&p_Var10->_M_color + local_74, (uVar37 & 3) == 0)) {\n iVar18 = 0;\n if ((uVar37 & 0xfff) < 0xff8) {\n iVar18 = 0xff8 - (uVar37 & 0xfff);\n }\n while (iVar18 + 0xcU <= (uint)((int)local_54 - (int)p_Var10)) {\n erratum_insn_offset = (int)&p_Var10->_M_color + iVar18;\n puVar35 = (uint *)(puVar21 + erratum_insn_offset);\n uVar40 = uVar37 + iVar18;\n if ((*puVar35 & 0x9f000000) == 0x90000000) {\n local_90 = (AArch64_relobj<32,_false> *)puVar35[2];\n bVar42 = is_erratum_843419_sequence\n ((Target_aarch64<32,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00,\n (Valtype)insn3);\n if (bVar42) {\n iVar36 = 8;\nLAB_001e9f35:\n create_erratum_stub((Target_aarch64<32,_false> *)(iVar36 + uVar40),\n local_90,4,erratum_insn_offset,\n (Address)in_stack_ffffff44,\n (Insntype)in_stack_ffffff48,(int)task_00,\n (uint)insn3);\n }\n else if (((iVar18 + 0x10U <= (uint)((int)local_54 - (int)p_Var10)) &&\n (((uint)local_90 & 0x7c000000) != 0x14000000)) &&\n (((uint)local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = (AArch64_relobj<32,_false> *)puVar35[3];\n bVar42 = is_erratum_843419_sequence\n ((Target_aarch64<32,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00,\n (Valtype)insn3);\n if (bVar42) {\n iVar36 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n iVar36 = iVar18 + 4;\n iVar18 = iVar18 + 0xffc;\n if ((uVar40 & 0xfff) == 0xff8) {\n iVar18 = iVar36;\n }\n }\n pGVar22 = gold::parameters->options_;\n if (pGVar22 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (((pGVar22->fix_cortex_a53_835769_).value != false) &&\n (uVar37 = (int)local_54 - (int)p_Var10, 4 < uVar37)) {\n local_54 = (_Base_ptr)0x4;\n p_Var33 = (_Base_ptr)0x0;\n do {\n iVar18 = (int)&p_Var10->_M_color + (int)p_Var33;\n relobj = *(AArch64_relobj<32,_false> **)(puVar21 + iVar18 + 4);\n bVar42 = Target_aarch64<64,_false>::is_erratum_835769_sequence\n ((Target_aarch64<64,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00);\n if (bVar42) {\n pcVar11 = (((string *)&this_01->field_0x4)->_M_dataplus)._M_p;\n format = (char *)gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n gold::gold_info(format,pcVar11,local_64,iVar18);\n create_erratum_stub((Target_aarch64<32,_false> *)\n ((int)&p_Var10->_M_parent +\n (int)p_Var33 + local_74),relobj,5,0,\n (Address)in_stack_ffffff44,\n (Insntype)in_stack_ffffff48,(int)task_00,\n (uint)insn3);\n p_Var33 = local_54;\n }\n local_54 = (_Base_ptr)((int)p_Var33 + 8);\n p_Var33 = (_Base_ptr)((int)p_Var33 + 4);\n } while (local_54 < uVar37);\n }\n }\n if (p_Var38 == (_Rb_tree_header *)p_Var20) break;\n p_Var32 = p_Var20;\n pSVar47 = (Stub_table<32,_false> *)p_Var20[1]._M_color;\n }" while (parenthesized_expression "(local_64 == pSVar47)" ( (binary_expression "local_64 == pSVar47" identifier == identifier) )) (compound_statement "{\n p_Var20 = (_Rb_tree_node_base *)std::_Rb_tree_increment(p_Var32);\n if (*(char *)&p_Var32[1]._M_left == 'x') {\n p_Var10 = p_Var32[1]._M_parent;\n if ((p_Var38 == (_Rb_tree_header *)p_Var20) ||\n ((Stub_table<32,_false> *)p_Var20[1]._M_color != local_64)) {\n local_54 = *(_Base_ptr *)((int)ppSVar12 + 0x3c);\n }\n else {\n local_54 = p_Var20[1]._M_parent;\n }\n pGVar22 = gold::parameters->options_;\n if (pGVar22 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if (((pGVar22->fix_cortex_a53_843419_).value != false) &&\n (uVar37 = (int)&p_Var10->_M_color + local_74, (uVar37 & 3) == 0)) {\n iVar18 = 0;\n if ((uVar37 & 0xfff) < 0xff8) {\n iVar18 = 0xff8 - (uVar37 & 0xfff);\n }\n while (iVar18 + 0xcU <= (uint)((int)local_54 - (int)p_Var10)) {\n erratum_insn_offset = (int)&p_Var10->_M_color + iVar18;\n puVar35 = (uint *)(puVar21 + erratum_insn_offset);\n uVar40 = uVar37 + iVar18;\n if ((*puVar35 & 0x9f000000) == 0x90000000) {\n local_90 = (AArch64_relobj<32,_false> *)puVar35[2];\n bVar42 = is_erratum_843419_sequence\n ((Target_aarch64<32,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00,\n (Valtype)insn3);\n if (bVar42) {\n iVar36 = 8;\nLAB_001e9f35:\n create_erratum_stub((Target_aarch64<32,_false> *)(iVar36 + uVar40),\n local_90,4,erratum_insn_offset,\n (Address)in_stack_ffffff44,\n (Insntype)in_stack_ffffff48,(int)task_00,\n (uint)insn3);\n }\n else if (((iVar18 + 0x10U <= (uint)((int)local_54 - (int)p_Var10)) &&\n (((uint)local_90 & 0x7c000000) != 0x14000000)) &&\n (((uint)local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = (AArch64_relobj<32,_false> *)puVar35[3];\n bVar42 = is_erratum_843419_sequence\n ((Target_aarch64<32,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00,\n (Valtype)insn3);\n if (bVar42) {\n iVar36 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n iVar36 = iVar18 + 4;\n iVar18 = iVar18 + 0xffc;\n if ((uVar40 & 0xfff) == 0xff8) {\n iVar18 = iVar36;\n }\n }\n pGVar22 = gold::parameters->options_;\n if (pGVar22 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (((pGVar22->fix_cortex_a53_835769_).value != false) &&\n (uVar37 = (int)local_54 - (int)p_Var10, 4 < uVar37)) {\n local_54 = (_Base_ptr)0x4;\n p_Var33 = (_Base_ptr)0x0;\n do {\n iVar18 = (int)&p_Var10->_M_color + (int)p_Var33;\n relobj = *(AArch64_relobj<32,_false> **)(puVar21 + iVar18 + 4);\n bVar42 = Target_aarch64<64,_false>::is_erratum_835769_sequence\n ((Target_aarch64<64,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00);\n if (bVar42) {\n pcVar11 = (((string *)&this_01->field_0x4)->_M_dataplus)._M_p;\n format = (char *)gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n gold::gold_info(format,pcVar11,local_64,iVar18);\n create_erratum_stub((Target_aarch64<32,_false> *)\n ((int)&p_Var10->_M_parent +\n (int)p_Var33 + local_74),relobj,5,0,\n (Address)in_stack_ffffff44,\n (Insntype)in_stack_ffffff48,(int)task_00,\n (uint)insn3);\n p_Var33 = local_54;\n }\n local_54 = (_Base_ptr)((int)p_Var33 + 8);\n p_Var33 = (_Base_ptr)((int)p_Var33 + 4);\n } while (local_54 < uVar37);\n }\n }\n if (p_Var38 == (_Rb_tree_header *)p_Var20) break;\n p_Var32 = p_Var20;\n pSVar47 = (Stub_table<32,_false> *)p_Var20[1]._M_color;\n }" { (ERROR "p_Var20 = (_Rb_tree_node_base *)std::" (assignment_expression "p_Var20 = (_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_increment(p_Var32);" (call_expression "_Rb_tree_increment(p_Var32)" identifier (argument_list "(p_Var32)" ( identifier ))) ;) (if_statement "if (*(char *)&p_Var32[1]._M_left == 'x') {\n p_Var10 = p_Var32[1]._M_parent;\n if ((p_Var38 == (_Rb_tree_header *)p_Var20) ||\n ((Stub_table<32,_false> *)p_Var20[1]._M_color != local_64)) {\n local_54 = *(_Base_ptr *)((int)ppSVar12 + 0x3c);\n }\n else {\n local_54 = p_Var20[1]._M_parent;\n }\n pGVar22 = gold::parameters->options_;\n if (pGVar22 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if (((pGVar22->fix_cortex_a53_843419_).value != false) &&\n (uVar37 = (int)&p_Var10->_M_color + local_74, (uVar37 & 3) == 0)) {\n iVar18 = 0;\n if ((uVar37 & 0xfff) < 0xff8) {\n iVar18 = 0xff8 - (uVar37 & 0xfff);\n }\n while (iVar18 + 0xcU <= (uint)((int)local_54 - (int)p_Var10)) {\n erratum_insn_offset = (int)&p_Var10->_M_color + iVar18;\n puVar35 = (uint *)(puVar21 + erratum_insn_offset);\n uVar40 = uVar37 + iVar18;\n if ((*puVar35 & 0x9f000000) == 0x90000000) {\n local_90 = (AArch64_relobj<32,_false> *)puVar35[2];\n bVar42 = is_erratum_843419_sequence\n ((Target_aarch64<32,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00,\n (Valtype)insn3);\n if (bVar42) {\n iVar36 = 8;\nLAB_001e9f35:\n create_erratum_stub((Target_aarch64<32,_false> *)(iVar36 + uVar40),\n local_90,4,erratum_insn_offset,\n (Address)in_stack_ffffff44,\n (Insntype)in_stack_ffffff48,(int)task_00,\n (uint)insn3);\n }\n else if (((iVar18 + 0x10U <= (uint)((int)local_54 - (int)p_Var10)) &&\n (((uint)local_90 & 0x7c000000) != 0x14000000)) &&\n (((uint)local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = (AArch64_relobj<32,_false> *)puVar35[3];\n bVar42 = is_erratum_843419_sequence\n ((Target_aarch64<32,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00,\n (Valtype)insn3);\n if (bVar42) {\n iVar36 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n iVar36 = iVar18 + 4;\n iVar18 = iVar18 + 0xffc;\n if ((uVar40 & 0xfff) == 0xff8) {\n iVar18 = iVar36;\n }\n }\n pGVar22 = gold::parameters->options_;\n if (pGVar22 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (((pGVar22->fix_cortex_a53_835769_).value != false) &&\n (uVar37 = (int)local_54 - (int)p_Var10, 4 < uVar37)) {\n local_54 = (_Base_ptr)0x4;\n p_Var33 = (_Base_ptr)0x0;\n do {\n iVar18 = (int)&p_Var10->_M_color + (int)p_Var33;\n relobj = *(AArch64_relobj<32,_false> **)(puVar21 + iVar18 + 4);\n bVar42 = Target_aarch64<64,_false>::is_erratum_835769_sequence\n ((Target_aarch64<64,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00);\n if (bVar42) {\n pcVar11 = (((string *)&this_01->field_0x4)->_M_dataplus)._M_p;\n format = (char *)gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n gold::gold_info(format,pcVar11,local_64,iVar18);\n create_erratum_stub((Target_aarch64<32,_false> *)\n ((int)&p_Var10->_M_parent +\n (int)p_Var33 + local_74),relobj,5,0,\n (Address)in_stack_ffffff44,\n (Insntype)in_stack_ffffff48,(int)task_00,\n (uint)insn3);\n p_Var33 = local_54;\n }\n local_54 = (_Base_ptr)((int)p_Var33 + 8);\n p_Var33 = (_Base_ptr)((int)p_Var33 + 4);\n } while (local_54 < uVar37);\n }\n }" if (parenthesized_expression "(*(char *)&p_Var32[1]._M_left == 'x')" ( (binary_expression "*(char *)&p_Var32[1]._M_left == 'x'" (pointer_expression "*(char *)&p_Var32[1]._M_left" * (cast_expression "(char *)&p_Var32[1]._M_left" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "&p_Var32[1]._M_left" & (field_expression "p_Var32[1]._M_left" (subscript_expression "p_Var32[1]" identifier [ number_literal ]) . field_identifier)))) == (char_literal "'x'" ' character ')) )) (compound_statement "{\n p_Var10 = p_Var32[1]._M_parent;\n if ((p_Var38 == (_Rb_tree_header *)p_Var20) ||\n ((Stub_table<32,_false> *)p_Var20[1]._M_color != local_64)) {\n local_54 = *(_Base_ptr *)((int)ppSVar12 + 0x3c);\n }\n else {\n local_54 = p_Var20[1]._M_parent;\n }\n pGVar22 = gold::parameters->options_;\n if (pGVar22 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if (((pGVar22->fix_cortex_a53_843419_).value != false) &&\n (uVar37 = (int)&p_Var10->_M_color + local_74, (uVar37 & 3) == 0)) {\n iVar18 = 0;\n if ((uVar37 & 0xfff) < 0xff8) {\n iVar18 = 0xff8 - (uVar37 & 0xfff);\n }\n while (iVar18 + 0xcU <= (uint)((int)local_54 - (int)p_Var10)) {\n erratum_insn_offset = (int)&p_Var10->_M_color + iVar18;\n puVar35 = (uint *)(puVar21 + erratum_insn_offset);\n uVar40 = uVar37 + iVar18;\n if ((*puVar35 & 0x9f000000) == 0x90000000) {\n local_90 = (AArch64_relobj<32,_false> *)puVar35[2];\n bVar42 = is_erratum_843419_sequence\n ((Target_aarch64<32,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00,\n (Valtype)insn3);\n if (bVar42) {\n iVar36 = 8;\nLAB_001e9f35:\n create_erratum_stub((Target_aarch64<32,_false> *)(iVar36 + uVar40),\n local_90,4,erratum_insn_offset,\n (Address)in_stack_ffffff44,\n (Insntype)in_stack_ffffff48,(int)task_00,\n (uint)insn3);\n }\n else if (((iVar18 + 0x10U <= (uint)((int)local_54 - (int)p_Var10)) &&\n (((uint)local_90 & 0x7c000000) != 0x14000000)) &&\n (((uint)local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = (AArch64_relobj<32,_false> *)puVar35[3];\n bVar42 = is_erratum_843419_sequence\n ((Target_aarch64<32,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00,\n (Valtype)insn3);\n if (bVar42) {\n iVar36 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n iVar36 = iVar18 + 4;\n iVar18 = iVar18 + 0xffc;\n if ((uVar40 & 0xfff) == 0xff8) {\n iVar18 = iVar36;\n }\n }\n pGVar22 = gold::parameters->options_;\n if (pGVar22 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (((pGVar22->fix_cortex_a53_835769_).value != false) &&\n (uVar37 = (int)local_54 - (int)p_Var10, 4 < uVar37)) {\n local_54 = (_Base_ptr)0x4;\n p_Var33 = (_Base_ptr)0x0;\n do {\n iVar18 = (int)&p_Var10->_M_color + (int)p_Var33;\n relobj = *(AArch64_relobj<32,_false> **)(puVar21 + iVar18 + 4);\n bVar42 = Target_aarch64<64,_false>::is_erratum_835769_sequence\n ((Target_aarch64<64,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00);\n if (bVar42) {\n pcVar11 = (((string *)&this_01->field_0x4)->_M_dataplus)._M_p;\n format = (char *)gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n gold::gold_info(format,pcVar11,local_64,iVar18);\n create_erratum_stub((Target_aarch64<32,_false> *)\n ((int)&p_Var10->_M_parent +\n (int)p_Var33 + local_74),relobj,5,0,\n (Address)in_stack_ffffff44,\n (Insntype)in_stack_ffffff48,(int)task_00,\n (uint)insn3);\n p_Var33 = local_54;\n }\n local_54 = (_Base_ptr)((int)p_Var33 + 8);\n p_Var33 = (_Base_ptr)((int)p_Var33 + 4);\n } while (local_54 < uVar37);\n }\n }" { (expression_statement "p_Var10 = p_Var32[1]._M_parent;" (assignment_expression "p_Var10 = p_Var32[1]._M_parent" identifier = (field_expression "p_Var32[1]._M_parent" (subscript_expression "p_Var32[1]" identifier [ number_literal ]) . field_identifier)) ;) (if_statement "if ((p_Var38 == (_Rb_tree_header *)p_Var20) ||\n ((Stub_table<32,_false> *)p_Var20[1]._M_color != local_64)) {\n local_54 = *(_Base_ptr *)((int)ppSVar12 + 0x3c);\n }\n else {\n local_54 = p_Var20[1]._M_parent;\n }" if (parenthesized_expression "((p_Var38 == (_Rb_tree_header *)p_Var20) ||\n ((Stub_table<32,_false> *)p_Var20[1]._M_color != local_64))" ( (binary_expression "(p_Var38 == (_Rb_tree_header *)p_Var20) ||\n ((Stub_table<32,_false> *)p_Var20[1]._M_color != local_64))" (parenthesized_expression "(p_Var38 == (_Rb_tree_header *)p_Var20)" ( (binary_expression "p_Var38 == (_Rb_tree_header *)p_Var20" identifier == (cast_expression "(_Rb_tree_header *)p_Var20" ( (type_descriptor "_Rb_tree_header *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) || (parenthesized_expression "((Stub_table<32,_false> *)p_Var20[1]._M_color != local_64))" ( (parenthesized_expression "(Stub_table<32,_false> *)p_Var20[1]._M_color != local_64)" ( (comma_expression "Stub_table<32,_false> *)p_Var20[1]._M_color != local_64" (binary_expression "Stub_table<32" identifier < number_literal) , (binary_expression "_false> *)p_Var20[1]._M_color != local_64" (binary_expression "_false> *)p_Var20[1]._M_color" identifier > (pointer_expression "*)p_Var20[1]._M_color" * (ERROR ")" )) (field_expression "p_Var20[1]._M_color" (subscript_expression "p_Var20[1]" identifier [ number_literal ]) . field_identifier))) != identifier)) )) ))) )) (compound_statement "{\n local_54 = *(_Base_ptr *)((int)ppSVar12 + 0x3c);\n }" { (expression_statement "local_54 = *(_Base_ptr *)((int)ppSVar12 + 0x3c);" (assignment_expression "local_54 = *(_Base_ptr *)((int)ppSVar12 + 0x3c)" identifier = (pointer_expression "*(_Base_ptr *)((int)ppSVar12 + 0x3c)" * (cast_expression "(_Base_ptr *)((int)ppSVar12 + 0x3c)" ( (type_descriptor "_Base_ptr *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)ppSVar12 + 0x3c)" ( (binary_expression "(int)ppSVar12 + 0x3c" (cast_expression "(int)ppSVar12" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) ))))) ;) }) (else_clause "else {\n local_54 = p_Var20[1]._M_parent;\n }" else (compound_statement "{\n local_54 = p_Var20[1]._M_parent;\n }" { (expression_statement "local_54 = p_Var20[1]._M_parent;" (assignment_expression "local_54 = p_Var20[1]._M_parent" identifier = (field_expression "p_Var20[1]._M_parent" (subscript_expression "p_Var20[1]" identifier [ number_literal ]) . field_identifier)) ;) }))) (expression_statement "pGVar22 = gold::parameters->options_;" (field_expression "pGVar22 = gold::parameters->options_" (assignment_expression "pGVar22 = gold" identifier = identifier) (ERROR "::parameters" : : identifier) -> field_identifier) ;) (if_statement "if (pGVar22 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }" if (parenthesized_expression "(pGVar22 == (General_options *)0x0)" ( (binary_expression "pGVar22 == (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 gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }" { comment (labeled_statement "gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");" statement_identifier : (ERROR ":" :) (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 (((pGVar22->fix_cortex_a53_843419_).value != false) &&\n (uVar37 = (int)&p_Var10->_M_color + local_74, (uVar37 & 3) == 0)) {\n iVar18 = 0;\n if ((uVar37 & 0xfff) < 0xff8) {\n iVar18 = 0xff8 - (uVar37 & 0xfff);\n }\n while (iVar18 + 0xcU <= (uint)((int)local_54 - (int)p_Var10)) {\n erratum_insn_offset = (int)&p_Var10->_M_color + iVar18;\n puVar35 = (uint *)(puVar21 + erratum_insn_offset);\n uVar40 = uVar37 + iVar18;\n if ((*puVar35 & 0x9f000000) == 0x90000000) {\n local_90 = (AArch64_relobj<32,_false> *)puVar35[2];\n bVar42 = is_erratum_843419_sequence\n ((Target_aarch64<32,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00,\n (Valtype)insn3);\n if (bVar42) {\n iVar36 = 8;\nLAB_001e9f35:\n create_erratum_stub((Target_aarch64<32,_false> *)(iVar36 + uVar40),\n local_90,4,erratum_insn_offset,\n (Address)in_stack_ffffff44,\n (Insntype)in_stack_ffffff48,(int)task_00,\n (uint)insn3);\n }\n else if (((iVar18 + 0x10U <= (uint)((int)local_54 - (int)p_Var10)) &&\n (((uint)local_90 & 0x7c000000) != 0x14000000)) &&\n (((uint)local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = (AArch64_relobj<32,_false> *)puVar35[3];\n bVar42 = is_erratum_843419_sequence\n ((Target_aarch64<32,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00,\n (Valtype)insn3);\n if (bVar42) {\n iVar36 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n iVar36 = iVar18 + 4;\n iVar18 = iVar18 + 0xffc;\n if ((uVar40 & 0xfff) == 0xff8) {\n iVar18 = iVar36;\n }\n }\n pGVar22 = gold::parameters->options_;\n if (pGVar22 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n }" if (parenthesized_expression "(((pGVar22->fix_cortex_a53_843419_).value != false) &&\n (uVar37 = (int)&p_Var10->_M_color + local_74, (uVar37 & 3) == 0))" ( (binary_expression "((pGVar22->fix_cortex_a53_843419_).value != false) &&\n (uVar37 = (int)&p_Var10->_M_color + local_74, (uVar37 & 3) == 0)" (parenthesized_expression "((pGVar22->fix_cortex_a53_843419_).value != false)" ( (binary_expression "(pGVar22->fix_cortex_a53_843419_).value != false" (field_expression "(pGVar22->fix_cortex_a53_843419_).value" (parenthesized_expression "(pGVar22->fix_cortex_a53_843419_)" ( (field_expression "pGVar22->fix_cortex_a53_843419_" identifier -> field_identifier) )) . field_identifier) != false) )) && (parenthesized_expression "(uVar37 = (int)&p_Var10->_M_color + local_74, (uVar37 & 3) == 0)" ( (comma_expression "uVar37 = (int)&p_Var10->_M_color + local_74, (uVar37 & 3) == 0" (assignment_expression "uVar37 = (int)&p_Var10->_M_color + local_74" identifier = (binary_expression "(int)&p_Var10->_M_color + local_74" (cast_expression "(int)&p_Var10->_M_color" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&p_Var10->_M_color" & (field_expression "p_Var10->_M_color" identifier -> field_identifier))) + identifier)) , (binary_expression "(uVar37 & 3) == 0" (parenthesized_expression "(uVar37 & 3)" ( (binary_expression "uVar37 & 3" identifier & number_literal) )) == number_literal)) ))) )) (compound_statement "{\n iVar18 = 0;\n if ((uVar37 & 0xfff) < 0xff8) {\n iVar18 = 0xff8 - (uVar37 & 0xfff);\n }\n while (iVar18 + 0xcU <= (uint)((int)local_54 - (int)p_Var10)) {\n erratum_insn_offset = (int)&p_Var10->_M_color + iVar18;\n puVar35 = (uint *)(puVar21 + erratum_insn_offset);\n uVar40 = uVar37 + iVar18;\n if ((*puVar35 & 0x9f000000) == 0x90000000) {\n local_90 = (AArch64_relobj<32,_false> *)puVar35[2];\n bVar42 = is_erratum_843419_sequence\n ((Target_aarch64<32,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00,\n (Valtype)insn3);\n if (bVar42) {\n iVar36 = 8;\nLAB_001e9f35:\n create_erratum_stub((Target_aarch64<32,_false> *)(iVar36 + uVar40),\n local_90,4,erratum_insn_offset,\n (Address)in_stack_ffffff44,\n (Insntype)in_stack_ffffff48,(int)task_00,\n (uint)insn3);\n }\n else if (((iVar18 + 0x10U <= (uint)((int)local_54 - (int)p_Var10)) &&\n (((uint)local_90 & 0x7c000000) != 0x14000000)) &&\n (((uint)local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = (AArch64_relobj<32,_false> *)puVar35[3];\n bVar42 = is_erratum_843419_sequence\n ((Target_aarch64<32,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00,\n (Valtype)insn3);\n if (bVar42) {\n iVar36 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n iVar36 = iVar18 + 4;\n iVar18 = iVar18 + 0xffc;\n if ((uVar40 & 0xfff) == 0xff8) {\n iVar18 = iVar36;\n }\n }\n pGVar22 = gold::parameters->options_;\n if (pGVar22 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n }" { (expression_statement "iVar18 = 0;" (assignment_expression "iVar18 = 0" identifier = number_literal) ;) (if_statement "if ((uVar37 & 0xfff) < 0xff8) {\n iVar18 = 0xff8 - (uVar37 & 0xfff);\n }" if (parenthesized_expression "((uVar37 & 0xfff) < 0xff8)" ( (binary_expression "(uVar37 & 0xfff) < 0xff8" (parenthesized_expression "(uVar37 & 0xfff)" ( (binary_expression "uVar37 & 0xfff" identifier & number_literal) )) < number_literal) )) (compound_statement "{\n iVar18 = 0xff8 - (uVar37 & 0xfff);\n }" { (expression_statement "iVar18 = 0xff8 - (uVar37 & 0xfff);" (assignment_expression "iVar18 = 0xff8 - (uVar37 & 0xfff)" identifier = (binary_expression "0xff8 - (uVar37 & 0xfff)" number_literal - (parenthesized_expression "(uVar37 & 0xfff)" ( (binary_expression "uVar37 & 0xfff" identifier & number_literal) )))) ;) })) (while_statement "while (iVar18 + 0xcU <= (uint)((int)local_54 - (int)p_Var10)) {\n erratum_insn_offset = (int)&p_Var10->_M_color + iVar18;\n puVar35 = (uint *)(puVar21 + erratum_insn_offset);\n uVar40 = uVar37 + iVar18;\n if ((*puVar35 & 0x9f000000) == 0x90000000) {\n local_90 = (AArch64_relobj<32,_false> *)puVar35[2];\n bVar42 = is_erratum_843419_sequence\n ((Target_aarch64<32,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00,\n (Valtype)insn3);\n if (bVar42) {\n iVar36 = 8;\nLAB_001e9f35:\n create_erratum_stub((Target_aarch64<32,_false> *)(iVar36 + uVar40),\n local_90,4,erratum_insn_offset,\n (Address)in_stack_ffffff44,\n (Insntype)in_stack_ffffff48,(int)task_00,\n (uint)insn3);\n }\n else if (((iVar18 + 0x10U <= (uint)((int)local_54 - (int)p_Var10)) &&\n (((uint)local_90 & 0x7c000000) != 0x14000000)) &&\n (((uint)local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = (AArch64_relobj<32,_false> *)puVar35[3];\n bVar42 = is_erratum_843419_sequence\n ((Target_aarch64<32,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00,\n (Valtype)insn3);\n if (bVar42) {\n iVar36 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n iVar36 = iVar18 + 4;\n iVar18 = iVar18 + 0xffc;\n if ((uVar40 & 0xfff) == 0xff8) {\n iVar18 = iVar36;\n }\n }" while (parenthesized_expression "(iVar18 + 0xcU <= (uint)((int)local_54 - (int)p_Var10))" ( (binary_expression "iVar18 + 0xcU <= (uint)((int)local_54 - (int)p_Var10)" (binary_expression "iVar18 + 0xcU" identifier + number_literal) <= (call_expression "(uint)((int)local_54 - (int)p_Var10)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "((int)local_54 - (int)p_Var10)" ( (binary_expression "(int)local_54 - (int)p_Var10" (cast_expression "(int)local_54" ( (type_descriptor "int" primitive_type) ) identifier) - (cast_expression "(int)p_Var10" ( (type_descriptor "int" primitive_type) ) identifier)) )))) )) (compound_statement "{\n erratum_insn_offset = (int)&p_Var10->_M_color + iVar18;\n puVar35 = (uint *)(puVar21 + erratum_insn_offset);\n uVar40 = uVar37 + iVar18;\n if ((*puVar35 & 0x9f000000) == 0x90000000) {\n local_90 = (AArch64_relobj<32,_false> *)puVar35[2];\n bVar42 = is_erratum_843419_sequence\n ((Target_aarch64<32,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00,\n (Valtype)insn3);\n if (bVar42) {\n iVar36 = 8;\nLAB_001e9f35:\n create_erratum_stub((Target_aarch64<32,_false> *)(iVar36 + uVar40),\n local_90,4,erratum_insn_offset,\n (Address)in_stack_ffffff44,\n (Insntype)in_stack_ffffff48,(int)task_00,\n (uint)insn3);\n }\n else if (((iVar18 + 0x10U <= (uint)((int)local_54 - (int)p_Var10)) &&\n (((uint)local_90 & 0x7c000000) != 0x14000000)) &&\n (((uint)local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = (AArch64_relobj<32,_false> *)puVar35[3];\n bVar42 = is_erratum_843419_sequence\n ((Target_aarch64<32,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00,\n (Valtype)insn3);\n if (bVar42) {\n iVar36 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n iVar36 = iVar18 + 4;\n iVar18 = iVar18 + 0xffc;\n if ((uVar40 & 0xfff) == 0xff8) {\n iVar18 = iVar36;\n }\n }" { (expression_statement "erratum_insn_offset = (int)&p_Var10->_M_color + iVar18;" (assignment_expression "erratum_insn_offset = (int)&p_Var10->_M_color + iVar18" identifier = (binary_expression "(int)&p_Var10->_M_color + iVar18" (cast_expression "(int)&p_Var10->_M_color" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&p_Var10->_M_color" & (field_expression "p_Var10->_M_color" identifier -> field_identifier))) + identifier)) ;) (expression_statement "puVar35 = (uint *)(puVar21 + erratum_insn_offset);" (assignment_expression "puVar35 = (uint *)(puVar21 + erratum_insn_offset)" identifier = (cast_expression "(uint *)(puVar21 + erratum_insn_offset)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar21 + erratum_insn_offset)" ( (binary_expression "puVar21 + erratum_insn_offset" identifier + identifier) )))) ;) (expression_statement "uVar40 = uVar37 + iVar18;" (assignment_expression "uVar40 = uVar37 + iVar18" identifier = (binary_expression "uVar37 + iVar18" identifier + identifier)) ;) (if_statement "if ((*puVar35 & 0x9f000000) == 0x90000000) {\n local_90 = (AArch64_relobj<32,_false> *)puVar35[2];\n bVar42 = is_erratum_843419_sequence\n ((Target_aarch64<32,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00,\n (Valtype)insn3);\n if (bVar42) {\n iVar36 = 8;\nLAB_001e9f35:\n create_erratum_stub((Target_aarch64<32,_false> *)(iVar36 + uVar40),\n local_90,4,erratum_insn_offset,\n (Address)in_stack_ffffff44,\n (Insntype)in_stack_ffffff48,(int)task_00,\n (uint)insn3);\n }\n else if (((iVar18 + 0x10U <= (uint)((int)local_54 - (int)p_Var10)) &&\n (((uint)local_90 & 0x7c000000) != 0x14000000)) &&\n (((uint)local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = (AArch64_relobj<32,_false> *)puVar35[3];\n bVar42 = is_erratum_843419_sequence\n ((Target_aarch64<32,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00,\n (Valtype)insn3);\n if (bVar42) {\n iVar36 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }" if (parenthesized_expression "((*puVar35 & 0x9f000000) == 0x90000000)" ( (binary_expression "(*puVar35 & 0x9f000000) == 0x90000000" (parenthesized_expression "(*puVar35 & 0x9f000000)" ( (binary_expression "*puVar35 & 0x9f000000" (pointer_expression "*puVar35" * identifier) & number_literal) )) == number_literal) )) (compound_statement "{\n local_90 = (AArch64_relobj<32,_false> *)puVar35[2];\n bVar42 = is_erratum_843419_sequence\n ((Target_aarch64<32,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00,\n (Valtype)insn3);\n if (bVar42) {\n iVar36 = 8;\nLAB_001e9f35:\n create_erratum_stub((Target_aarch64<32,_false> *)(iVar36 + uVar40),\n local_90,4,erratum_insn_offset,\n (Address)in_stack_ffffff44,\n (Insntype)in_stack_ffffff48,(int)task_00,\n (uint)insn3);\n }\n else if (((iVar18 + 0x10U <= (uint)((int)local_54 - (int)p_Var10)) &&\n (((uint)local_90 & 0x7c000000) != 0x14000000)) &&\n (((uint)local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = (AArch64_relobj<32,_false> *)puVar35[3];\n bVar42 = is_erratum_843419_sequence\n ((Target_aarch64<32,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00,\n (Valtype)insn3);\n if (bVar42) {\n iVar36 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }" { (expression_statement "local_90 = (AArch64_relobj<32,_false> *)puVar35[2];" (assignment_expression "local_90 = (AArch64_relobj<32,_false> *)puVar35[2]" identifier = (parenthesized_expression "(AArch64_relobj<32,_false> *)puVar35[2]" ( (comma_expression "AArch64_relobj<32,_false> *)puVar35[2]" (binary_expression "AArch64_relobj<32" identifier < number_literal) , (binary_expression "_false> *)puVar35[2]" identifier > (pointer_expression "*)puVar35[2]" * (ERROR ")" )) (subscript_expression "puVar35[2]" identifier [ number_literal ])))) ))) ;) (expression_statement "bVar42 = is_erratum_843419_sequence\n ((Target_aarch64<32,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00,\n (Valtype)insn3);" (assignment_expression "bVar42 = is_erratum_843419_sequence\n ((Target_aarch64<32,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00,\n (Valtype)insn3)" identifier = (call_expression "is_erratum_843419_sequence\n ((Target_aarch64<32,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00,\n (Valtype)insn3)" identifier (argument_list "((Target_aarch64<32,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00,\n (Valtype)insn3)" ( (parenthesized_expression "(Target_aarch64<32,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00,\n (Valtype)insn3)" ( (comma_expression "Target_aarch64<32,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00,\n (Valtype)insn3" (binary_expression "Target_aarch64<32" identifier < number_literal) , (comma_expression "_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00,\n (Valtype)insn3" (binary_expression "_false> *)in_stack_ffffff44" identifier > (pointer_expression "*)in_stack_ffffff44" * (ERROR ")" )) identifier)) , (comma_expression "(Valtype)in_stack_ffffff48,(Valtype)task_00,\n (Valtype)insn3" (cast_expression "(Valtype)in_stack_ffffff48" ( (type_descriptor "Valtype" type_identifier) ) identifier) , (comma_expression "(Valtype)task_00,\n (Valtype)insn3" (cast_expression "(Valtype)task_00" ( (type_descriptor "Valtype" type_identifier) ) identifier) , (cast_expression "(Valtype)insn3" ( (type_descriptor "Valtype" type_identifier) ) identifier))))) )) )))) ;) (if_statement "if (bVar42) {\n iVar36 = 8;\nLAB_001e9f35:\n create_erratum_stub((Target_aarch64<32,_false> *)(iVar36 + uVar40),\n local_90,4,erratum_insn_offset,\n (Address)in_stack_ffffff44,\n (Insntype)in_stack_ffffff48,(int)task_00,\n (uint)insn3);\n }\n else if (((iVar18 + 0x10U <= (uint)((int)local_54 - (int)p_Var10)) &&\n (((uint)local_90 & 0x7c000000) != 0x14000000)) &&\n (((uint)local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = (AArch64_relobj<32,_false> *)puVar35[3];\n bVar42 = is_erratum_843419_sequence\n ((Target_aarch64<32,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00,\n (Valtype)insn3);\n if (bVar42) {\n iVar36 = 0xc;\n goto LAB_001e9f35;\n }\n }" if (parenthesized_expression "(bVar42)" ( identifier )) (compound_statement "{\n iVar36 = 8;\nLAB_001e9f35:\n create_erratum_stub((Target_aarch64<32,_false> *)(iVar36 + uVar40),\n local_90,4,erratum_insn_offset,\n (Address)in_stack_ffffff44,\n (Insntype)in_stack_ffffff48,(int)task_00,\n (uint)insn3);\n }" { (expression_statement "iVar36 = 8;" (assignment_expression "iVar36 = 8" identifier = number_literal) ;) (labeled_statement "LAB_001e9f35:\n create_erratum_stub((Target_aarch64<32,_false> *)(iVar36 + uVar40),\n local_90,4,erratum_insn_offset,\n (Address)in_stack_ffffff44,\n (Insntype)in_stack_ffffff48,(int)task_00,\n (uint)insn3);" statement_identifier : (expression_statement "create_erratum_stub((Target_aarch64<32,_false> *)(iVar36 + uVar40),\n local_90,4,erratum_insn_offset,\n (Address)in_stack_ffffff44,\n (Insntype)in_stack_ffffff48,(int)task_00,\n (uint)insn3);" (call_expression "create_erratum_stub((Target_aarch64<32,_false> *)(iVar36 + uVar40),\n local_90,4,erratum_insn_offset,\n (Address)in_stack_ffffff44,\n (Insntype)in_stack_ffffff48,(int)task_00,\n (uint)insn3)" identifier (argument_list "((Target_aarch64<32,_false> *)(iVar36 + uVar40),\n local_90,4,erratum_insn_offset,\n (Address)in_stack_ffffff44,\n (Insntype)in_stack_ffffff48,(int)task_00,\n (uint)insn3)" ( (call_expression "(Target_aarch64<32,_false> *)(iVar36 + uVar40)" (parenthesized_expression "(Target_aarch64<32,_false> *)" ( (comma_expression "Target_aarch64<32,_false> *" (binary_expression "Target_aarch64<32" identifier < number_literal) , (binary_expression "_false> *" identifier > (pointer_expression "*" * identifier))) )) (argument_list "(iVar36 + uVar40)" ( (binary_expression "iVar36 + uVar40" identifier + identifier) ))) , identifier , number_literal , identifier , (cast_expression "(Address)in_stack_ffffff44" ( (type_descriptor "Address" type_identifier) ) identifier) , (cast_expression "(Insntype)in_stack_ffffff48" ( (type_descriptor "Insntype" type_identifier) ) identifier) , (cast_expression "(int)task_00" ( (type_descriptor "int" primitive_type) ) identifier) , (cast_expression "(uint)insn3" ( (type_descriptor "uint" type_identifier) ) identifier) ))) ;)) }) (else_clause "else if (((iVar18 + 0x10U <= (uint)((int)local_54 - (int)p_Var10)) &&\n (((uint)local_90 & 0x7c000000) != 0x14000000)) &&\n (((uint)local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = (AArch64_relobj<32,_false> *)puVar35[3];\n bVar42 = is_erratum_843419_sequence\n ((Target_aarch64<32,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00,\n (Valtype)insn3);\n if (bVar42) {\n iVar36 = 0xc;\n goto LAB_001e9f35;\n }\n }" else (if_statement "if (((iVar18 + 0x10U <= (uint)((int)local_54 - (int)p_Var10)) &&\n (((uint)local_90 & 0x7c000000) != 0x14000000)) &&\n (((uint)local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = (AArch64_relobj<32,_false> *)puVar35[3];\n bVar42 = is_erratum_843419_sequence\n ((Target_aarch64<32,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00,\n (Valtype)insn3);\n if (bVar42) {\n iVar36 = 0xc;\n goto LAB_001e9f35;\n }\n }" if (parenthesized_expression "(((iVar18 + 0x10U <= (uint)((int)local_54 - (int)p_Var10)) &&\n (((uint)local_90 & 0x7c000000) != 0x14000000)) &&\n (((uint)local_90 & 0xffdffc1f) != 0xd61f0000))" ( (binary_expression "((iVar18 + 0x10U <= (uint)((int)local_54 - (int)p_Var10)) &&\n (((uint)local_90 & 0x7c000000) != 0x14000000)) &&\n (((uint)local_90 & 0xffdffc1f) != 0xd61f0000)" (parenthesized_expression "((iVar18 + 0x10U <= (uint)((int)local_54 - (int)p_Var10)) &&\n (((uint)local_90 & 0x7c000000) != 0x14000000))" ( (binary_expression "(iVar18 + 0x10U <= (uint)((int)local_54 - (int)p_Var10)) &&\n (((uint)local_90 & 0x7c000000) != 0x14000000)" (parenthesized_expression "(iVar18 + 0x10U <= (uint)((int)local_54 - (int)p_Var10))" ( (binary_expression "iVar18 + 0x10U <= (uint)((int)local_54 - (int)p_Var10)" (binary_expression "iVar18 + 0x10U" identifier + number_literal) <= (call_expression "(uint)((int)local_54 - (int)p_Var10)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "((int)local_54 - (int)p_Var10)" ( (binary_expression "(int)local_54 - (int)p_Var10" (cast_expression "(int)local_54" ( (type_descriptor "int" primitive_type) ) identifier) - (cast_expression "(int)p_Var10" ( (type_descriptor "int" primitive_type) ) identifier)) )))) )) && (parenthesized_expression "(((uint)local_90 & 0x7c000000) != 0x14000000)" ( (binary_expression "((uint)local_90 & 0x7c000000) != 0x14000000" (parenthesized_expression "((uint)local_90 & 0x7c000000)" ( (binary_expression "(uint)local_90 & 0x7c000000" (cast_expression "(uint)local_90" ( (type_descriptor "uint" type_identifier) ) identifier) & number_literal) )) != number_literal) ))) )) && (parenthesized_expression "(((uint)local_90 & 0xffdffc1f) != 0xd61f0000)" ( (binary_expression "((uint)local_90 & 0xffdffc1f) != 0xd61f0000" (parenthesized_expression "((uint)local_90 & 0xffdffc1f)" ( (binary_expression "(uint)local_90 & 0xffdffc1f" (cast_expression "(uint)local_90" ( (type_descriptor "uint" type_identifier) ) identifier) & number_literal) )) != number_literal) ))) )) (compound_statement "{\n local_90 = (AArch64_relobj<32,_false> *)puVar35[3];\n bVar42 = is_erratum_843419_sequence\n ((Target_aarch64<32,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00,\n (Valtype)insn3);\n if (bVar42) {\n iVar36 = 0xc;\n goto LAB_001e9f35;\n }\n }" { (expression_statement "local_90 = (AArch64_relobj<32,_false> *)puVar35[3];" (assignment_expression "local_90 = (AArch64_relobj<32,_false> *)puVar35[3]" identifier = (parenthesized_expression "(AArch64_relobj<32,_false> *)puVar35[3]" ( (comma_expression "AArch64_relobj<32,_false> *)puVar35[3]" (binary_expression "AArch64_relobj<32" identifier < number_literal) , (binary_expression "_false> *)puVar35[3]" identifier > (pointer_expression "*)puVar35[3]" * (ERROR ")" )) (subscript_expression "puVar35[3]" identifier [ number_literal ])))) ))) ;) (expression_statement "bVar42 = is_erratum_843419_sequence\n ((Target_aarch64<32,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00,\n (Valtype)insn3);" (assignment_expression "bVar42 = is_erratum_843419_sequence\n ((Target_aarch64<32,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00,\n (Valtype)insn3)" identifier = (call_expression "is_erratum_843419_sequence\n ((Target_aarch64<32,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00,\n (Valtype)insn3)" identifier (argument_list "((Target_aarch64<32,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00,\n (Valtype)insn3)" ( (parenthesized_expression "(Target_aarch64<32,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00,\n (Valtype)insn3)" ( (comma_expression "Target_aarch64<32,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00,\n (Valtype)insn3" (binary_expression "Target_aarch64<32" identifier < number_literal) , (comma_expression "_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00,\n (Valtype)insn3" (binary_expression "_false> *)in_stack_ffffff44" identifier > (pointer_expression "*)in_stack_ffffff44" * (ERROR ")" )) identifier)) , (comma_expression "(Valtype)in_stack_ffffff48,(Valtype)task_00,\n (Valtype)insn3" (cast_expression "(Valtype)in_stack_ffffff48" ( (type_descriptor "Valtype" type_identifier) ) identifier) , (comma_expression "(Valtype)task_00,\n (Valtype)insn3" (cast_expression "(Valtype)task_00" ( (type_descriptor "Valtype" type_identifier) ) identifier) , (cast_expression "(Valtype)insn3" ( (type_descriptor "Valtype" type_identifier) ) identifier))))) )) )))) ;) (if_statement "if (bVar42) {\n iVar36 = 0xc;\n goto LAB_001e9f35;\n }" if (parenthesized_expression "(bVar42)" ( identifier )) (compound_statement "{\n iVar36 = 0xc;\n goto LAB_001e9f35;\n }" { (expression_statement "iVar36 = 0xc;" (assignment_expression "iVar36 = 0xc" identifier = number_literal) ;) (goto_statement "goto LAB_001e9f35;" goto statement_identifier ;) })) })))) })) (expression_statement "iVar36 = iVar18 + 4;" (assignment_expression "iVar36 = iVar18 + 4" identifier = (binary_expression "iVar18 + 4" identifier + number_literal)) ;) (expression_statement "iVar18 = iVar18 + 0xffc;" (assignment_expression "iVar18 = iVar18 + 0xffc" identifier = (binary_expression "iVar18 + 0xffc" identifier + number_literal)) ;) (if_statement "if ((uVar40 & 0xfff) == 0xff8) {\n iVar18 = iVar36;\n }" if (parenthesized_expression "((uVar40 & 0xfff) == 0xff8)" ( (binary_expression "(uVar40 & 0xfff) == 0xff8" (parenthesized_expression "(uVar40 & 0xfff)" ( (binary_expression "uVar40 & 0xfff" identifier & number_literal) )) == number_literal) )) (compound_statement "{\n iVar18 = iVar36;\n }" { (expression_statement "iVar18 = iVar36;" (assignment_expression "iVar18 = iVar36" identifier = identifier) ;) })) })) (expression_statement "pGVar22 = gold::parameters->options_;" (field_expression "pGVar22 = gold::parameters->options_" (assignment_expression "pGVar22 = gold" identifier = identifier) (ERROR "::parameters" : : identifier) -> field_identifier) ;) (if_statement "if (pGVar22 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }" if (parenthesized_expression "(pGVar22 == (General_options *)0x0)" ( (binary_expression "pGVar22 == (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 gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }" { comment (labeled_statement "gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");" statement_identifier : (ERROR ":" :) (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 (((pGVar22->fix_cortex_a53_835769_).value != false) &&\n (uVar37 = (int)local_54 - (int)p_Var10, 4 < uVar37)) {\n local_54 = (_Base_ptr)0x4;\n p_Var33 = (_Base_ptr)0x0;\n do {\n iVar18 = (int)&p_Var10->_M_color + (int)p_Var33;\n relobj = *(AArch64_relobj<32,_false> **)(puVar21 + iVar18 + 4);\n bVar42 = Target_aarch64<64,_false>::is_erratum_835769_sequence\n ((Target_aarch64<64,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00);\n if (bVar42) {\n pcVar11 = (((string *)&this_01->field_0x4)->_M_dataplus)._M_p;\n format = (char *)gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n gold::gold_info(format,pcVar11,local_64,iVar18);\n create_erratum_stub((Target_aarch64<32,_false> *)\n ((int)&p_Var10->_M_parent +\n (int)p_Var33 + local_74),relobj,5,0,\n (Address)in_stack_ffffff44,\n (Insntype)in_stack_ffffff48,(int)task_00,\n (uint)insn3);\n p_Var33 = local_54;\n }\n local_54 = (_Base_ptr)((int)p_Var33 + 8);\n p_Var33 = (_Base_ptr)((int)p_Var33 + 4);\n } while (local_54 < uVar37);\n }" if (parenthesized_expression "(((pGVar22->fix_cortex_a53_835769_).value != false) &&\n (uVar37 = (int)local_54 - (int)p_Var10, 4 < uVar37))" ( (binary_expression "((pGVar22->fix_cortex_a53_835769_).value != false) &&\n (uVar37 = (int)local_54 - (int)p_Var10, 4 < uVar37)" (parenthesized_expression "((pGVar22->fix_cortex_a53_835769_).value != false)" ( (binary_expression "(pGVar22->fix_cortex_a53_835769_).value != false" (field_expression "(pGVar22->fix_cortex_a53_835769_).value" (parenthesized_expression "(pGVar22->fix_cortex_a53_835769_)" ( (field_expression "pGVar22->fix_cortex_a53_835769_" identifier -> field_identifier) )) . field_identifier) != false) )) && (parenthesized_expression "(uVar37 = (int)local_54 - (int)p_Var10, 4 < uVar37)" ( (comma_expression "uVar37 = (int)local_54 - (int)p_Var10, 4 < uVar37" (assignment_expression "uVar37 = (int)local_54 - (int)p_Var10" identifier = (binary_expression "(int)local_54 - (int)p_Var10" (cast_expression "(int)local_54" ( (type_descriptor "int" primitive_type) ) identifier) - (cast_expression "(int)p_Var10" ( (type_descriptor "int" primitive_type) ) identifier))) , (binary_expression "4 < uVar37" number_literal < identifier)) ))) )) (compound_statement "{\n local_54 = (_Base_ptr)0x4;\n p_Var33 = (_Base_ptr)0x0;\n do {\n iVar18 = (int)&p_Var10->_M_color + (int)p_Var33;\n relobj = *(AArch64_relobj<32,_false> **)(puVar21 + iVar18 + 4);\n bVar42 = Target_aarch64<64,_false>::is_erratum_835769_sequence\n ((Target_aarch64<64,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00);\n if (bVar42) {\n pcVar11 = (((string *)&this_01->field_0x4)->_M_dataplus)._M_p;\n format = (char *)gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n gold::gold_info(format,pcVar11,local_64,iVar18);\n create_erratum_stub((Target_aarch64<32,_false> *)\n ((int)&p_Var10->_M_parent +\n (int)p_Var33 + local_74),relobj,5,0,\n (Address)in_stack_ffffff44,\n (Insntype)in_stack_ffffff48,(int)task_00,\n (uint)insn3);\n p_Var33 = local_54;\n }\n local_54 = (_Base_ptr)((int)p_Var33 + 8);\n p_Var33 = (_Base_ptr)((int)p_Var33 + 4);\n } while (local_54 < uVar37);\n }" { (expression_statement "local_54 = (_Base_ptr)0x4;" (assignment_expression "local_54 = (_Base_ptr)0x4" identifier = (cast_expression "(_Base_ptr)0x4" ( (type_descriptor "_Base_ptr" type_identifier) ) number_literal)) ;) (expression_statement "p_Var33 = (_Base_ptr)0x0;" (assignment_expression "p_Var33 = (_Base_ptr)0x0" identifier = (cast_expression "(_Base_ptr)0x0" ( (type_descriptor "_Base_ptr" type_identifier) ) number_literal)) ;) (do_statement "do {\n iVar18 = (int)&p_Var10->_M_color + (int)p_Var33;\n relobj = *(AArch64_relobj<32,_false> **)(puVar21 + iVar18 + 4);\n bVar42 = Target_aarch64<64,_false>::is_erratum_835769_sequence\n ((Target_aarch64<64,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00);\n if (bVar42) {\n pcVar11 = (((string *)&this_01->field_0x4)->_M_dataplus)._M_p;\n format = (char *)gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n gold::gold_info(format,pcVar11,local_64,iVar18);\n create_erratum_stub((Target_aarch64<32,_false> *)\n ((int)&p_Var10->_M_parent +\n (int)p_Var33 + local_74),relobj,5,0,\n (Address)in_stack_ffffff44,\n (Insntype)in_stack_ffffff48,(int)task_00,\n (uint)insn3);\n p_Var33 = local_54;\n }\n local_54 = (_Base_ptr)((int)p_Var33 + 8);\n p_Var33 = (_Base_ptr)((int)p_Var33 + 4);\n } while (local_54 < uVar37);" do (compound_statement "{\n iVar18 = (int)&p_Var10->_M_color + (int)p_Var33;\n relobj = *(AArch64_relobj<32,_false> **)(puVar21 + iVar18 + 4);\n bVar42 = Target_aarch64<64,_false>::is_erratum_835769_sequence\n ((Target_aarch64<64,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00);\n if (bVar42) {\n pcVar11 = (((string *)&this_01->field_0x4)->_M_dataplus)._M_p;\n format = (char *)gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n gold::gold_info(format,pcVar11,local_64,iVar18);\n create_erratum_stub((Target_aarch64<32,_false> *)\n ((int)&p_Var10->_M_parent +\n (int)p_Var33 + local_74),relobj,5,0,\n (Address)in_stack_ffffff44,\n (Insntype)in_stack_ffffff48,(int)task_00,\n (uint)insn3);\n p_Var33 = local_54;\n }\n local_54 = (_Base_ptr)((int)p_Var33 + 8);\n p_Var33 = (_Base_ptr)((int)p_Var33 + 4);\n }" { (expression_statement "iVar18 = (int)&p_Var10->_M_color + (int)p_Var33;" (assignment_expression "iVar18 = (int)&p_Var10->_M_color + (int)p_Var33" identifier = (binary_expression "(int)&p_Var10->_M_color + (int)p_Var33" (cast_expression "(int)&p_Var10->_M_color" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&p_Var10->_M_color" & (field_expression "p_Var10->_M_color" identifier -> field_identifier))) + (cast_expression "(int)p_Var33" ( (type_descriptor "int" primitive_type) ) identifier))) ;) (expression_statement "relobj = *(AArch64_relobj<32,_false> **)(puVar21 + iVar18 + 4);" (assignment_expression "relobj = *(AArch64_relobj<32,_false> **)(puVar21 + iVar18 + 4)" identifier = (pointer_expression "*(AArch64_relobj<32,_false> **)(puVar21 + iVar18 + 4)" * (call_expression "(AArch64_relobj<32,_false> **)(puVar21 + iVar18 + 4)" (parenthesized_expression "(AArch64_relobj<32,_false> **)" ( (comma_expression "AArch64_relobj<32,_false> **" (binary_expression "AArch64_relobj<32" identifier < number_literal) , (binary_expression "_false> **" identifier > (pointer_expression "**" * (pointer_expression "*" * identifier)))) )) (argument_list "(puVar21 + iVar18 + 4)" ( (binary_expression "puVar21 + iVar18 + 4" (binary_expression "puVar21 + iVar18" identifier + identifier) + number_literal) ))))) ;) (expression_statement "bVar42 = Target_aarch64<64,_false>::is_erratum_835769_sequence\n ((Target_aarch64<64,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00);" (comma_expression "bVar42 = Target_aarch64<64,_false>::is_erratum_835769_sequence\n ((Target_aarch64<64,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00)" (assignment_expression "bVar42 = Target_aarch64<64" identifier = (binary_expression "Target_aarch64<64" identifier < number_literal)) , (binary_expression "_false>::is_erratum_835769_sequence\n ((Target_aarch64<64,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00)" identifier > (ERROR "::" : :) (call_expression "is_erratum_835769_sequence\n ((Target_aarch64<64,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00)" identifier (argument_list "((Target_aarch64<64,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00)" ( (parenthesized_expression "(Target_aarch64<64,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00)" ( (comma_expression "Target_aarch64<64,_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00" (binary_expression "Target_aarch64<64" identifier < number_literal) , (comma_expression "_false> *)in_stack_ffffff44,\n (Valtype)in_stack_ffffff48,(Valtype)task_00" (binary_expression "_false> *)in_stack_ffffff44" identifier > (pointer_expression "*)in_stack_ffffff44" * (ERROR ")" )) identifier)) , (comma_expression "(Valtype)in_stack_ffffff48,(Valtype)task_00" (cast_expression "(Valtype)in_stack_ffffff48" ( (type_descriptor "Valtype" type_identifier) ) identifier) , (cast_expression "(Valtype)task_00" ( (type_descriptor "Valtype" type_identifier) ) identifier)))) )) ))))) ;) (if_statement "if (bVar42) {\n pcVar11 = (((string *)&this_01->field_0x4)->_M_dataplus)._M_p;\n format = (char *)gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n gold::gold_info(format,pcVar11,local_64,iVar18);\n create_erratum_stub((Target_aarch64<32,_false> *)\n ((int)&p_Var10->_M_parent +\n (int)p_Var33 + local_74),relobj,5,0,\n (Address)in_stack_ffffff44,\n (Insntype)in_stack_ffffff48,(int)task_00,\n (uint)insn3);\n p_Var33 = local_54;\n }" if (parenthesized_expression "(bVar42)" ( identifier )) (compound_statement "{\n pcVar11 = (((string *)&this_01->field_0x4)->_M_dataplus)._M_p;\n format = (char *)gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n gold::gold_info(format,pcVar11,local_64,iVar18);\n create_erratum_stub((Target_aarch64<32,_false> *)\n ((int)&p_Var10->_M_parent +\n (int)p_Var33 + local_74),relobj,5,0,\n (Address)in_stack_ffffff44,\n (Insntype)in_stack_ffffff48,(int)task_00,\n (uint)insn3);\n p_Var33 = local_54;\n }" { (expression_statement "pcVar11 = (((string *)&this_01->field_0x4)->_M_dataplus)._M_p;" (assignment_expression "pcVar11 = (((string *)&this_01->field_0x4)->_M_dataplus)._M_p" identifier = (field_expression "(((string *)&this_01->field_0x4)->_M_dataplus)._M_p" (parenthesized_expression "(((string *)&this_01->field_0x4)->_M_dataplus)" ( (field_expression "((string *)&this_01->field_0x4)->_M_dataplus" (parenthesized_expression "((string *)&this_01->field_0x4)" ( (cast_expression "(string *)&this_01->field_0x4" ( (type_descriptor "string *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&this_01->field_0x4" & (field_expression "this_01->field_0x4" identifier -> field_identifier))) )) -> field_identifier) )) . field_identifier)) ;) (expression_statement "format = (char *)gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );" (assignment_expression "format = (char *)gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n )" identifier = (cast_expression "(char *)gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n )" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n )" identifier (argument_list "(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n )" ( (string_literal ""Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."" " string_content escape_sequence string_content escape_sequence string_content ") ))))) ;) (labeled_statement "gold::gold_info(format,pcVar11,local_64,iVar18);" statement_identifier : (ERROR ":" :) (expression_statement "gold_info(format,pcVar11,local_64,iVar18);" (call_expression "gold_info(format,pcVar11,local_64,iVar18)" identifier (argument_list "(format,pcVar11,local_64,iVar18)" ( identifier , identifier , identifier , identifier ))) ;)) (expression_statement "create_erratum_stub((Target_aarch64<32,_false> *)\n ((int)&p_Var10->_M_parent +\n (int)p_Var33 + local_74),relobj,5,0,\n (Address)in_stack_ffffff44,\n (Insntype)in_stack_ffffff48,(int)task_00,\n (uint)insn3);" (call_expression "create_erratum_stub((Target_aarch64<32,_false> *)\n ((int)&p_Var10->_M_parent +\n (int)p_Var33 + local_74),relobj,5,0,\n (Address)in_stack_ffffff44,\n (Insntype)in_stack_ffffff48,(int)task_00,\n (uint)insn3)" identifier (argument_list "((Target_aarch64<32,_false> *)\n ((int)&p_Var10->_M_parent +\n (int)p_Var33 + local_74),relobj,5,0,\n (Address)in_stack_ffffff44,\n (Insntype)in_stack_ffffff48,(int)task_00,\n (uint)insn3)" ( (call_expression "(Target_aarch64<32,_false> *)\n ((int)&p_Var10->_M_parent +\n (int)p_Var33 + local_74)" (parenthesized_expression "(Target_aarch64<32,_false> *)" ( (comma_expression "Target_aarch64<32,_false> *" (binary_expression "Target_aarch64<32" identifier < number_literal) , (binary_expression "_false> *" identifier > (pointer_expression "*" * identifier))) )) (argument_list "((int)&p_Var10->_M_parent +\n (int)p_Var33 + local_74)" ( (binary_expression "(int)&p_Var10->_M_parent +\n (int)p_Var33 + local_74" (binary_expression "(int)&p_Var10->_M_parent +\n (int)p_Var33" (cast_expression "(int)&p_Var10->_M_parent" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&p_Var10->_M_parent" & (field_expression "p_Var10->_M_parent" identifier -> field_identifier))) + (cast_expression "(int)p_Var33" ( (type_descriptor "int" primitive_type) ) identifier)) + identifier) ))) , identifier , number_literal , number_literal , (cast_expression "(Address)in_stack_ffffff44" ( (type_descriptor "Address" type_identifier) ) identifier) , (cast_expression "(Insntype)in_stack_ffffff48" ( (type_descriptor "Insntype" type_identifier) ) identifier) , (cast_expression "(int)task_00" ( (type_descriptor "int" primitive_type) ) identifier) , (cast_expression "(uint)insn3" ( (type_descriptor "uint" type_identifier) ) identifier) ))) ;) (expression_statement "p_Var33 = local_54;" (assignment_expression "p_Var33 = local_54" identifier = identifier) ;) })) (expression_statement "local_54 = (_Base_ptr)((int)p_Var33 + 8);" (assignment_expression "local_54 = (_Base_ptr)((int)p_Var33 + 8)" identifier = (call_expression "(_Base_ptr)((int)p_Var33 + 8)" (parenthesized_expression "(_Base_ptr)" ( identifier )) (argument_list "((int)p_Var33 + 8)" ( (binary_expression "(int)p_Var33 + 8" (cast_expression "(int)p_Var33" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) ;) (expression_statement "p_Var33 = (_Base_ptr)((int)p_Var33 + 4);" (assignment_expression "p_Var33 = (_Base_ptr)((int)p_Var33 + 4)" identifier = (call_expression "(_Base_ptr)((int)p_Var33 + 4)" (parenthesized_expression "(_Base_ptr)" ( identifier )) (argument_list "((int)p_Var33 + 4)" ( (binary_expression "(int)p_Var33 + 4" (cast_expression "(int)p_Var33" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) ;) }) while (parenthesized_expression "(local_54 < uVar37)" ( (binary_expression "local_54 < uVar37" identifier < identifier) )) ;) })) })) (if_statement "if (p_Var38 == (_Rb_tree_header *)p_Var20) break;" if (parenthesized_expression "(p_Var38 == (_Rb_tree_header *)p_Var20)" ( (binary_expression "p_Var38 == (_Rb_tree_header *)p_Var20" identifier == (cast_expression "(_Rb_tree_header *)p_Var20" ( (type_descriptor "_Rb_tree_header *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (break_statement "break;" break ;)) (expression_statement "p_Var32 = p_Var20;" (assignment_expression "p_Var32 = p_Var20" identifier = identifier) ;) (expression_statement "pSVar47 = (Stub_table<32,_false> *)p_Var20[1]._M_color;" (assignment_expression "pSVar47 = (Stub_table<32,_false> *)p_Var20[1]._M_color" identifier = (parenthesized_expression "(Stub_table<32,_false> *)p_Var20[1]._M_color" ( (comma_expression "Stub_table<32,_false> *)p_Var20[1]._M_color" (binary_expression "Stub_table<32" identifier < number_literal) , (binary_expression "_false> *)p_Var20[1]._M_color" identifier > (pointer_expression "*)p_Var20[1]._M_color" * (ERROR ")" )) (field_expression "p_Var20[1]._M_color" (subscript_expression "p_Var20[1]" identifier [ number_literal ]) . field_identifier)))) ))) ;) })) }))) })) })) (labeled_statement "LAB_001e9c60:\n iVar18 = *(int *)((int)ppSVar12 + 0x2c);" statement_identifier : (expression_statement "iVar18 = *(int *)((int)ppSVar12 + 0x2c);" (assignment_expression "iVar18 = *(int *)((int)ppSVar12 + 0x2c)" identifier = (pointer_expression "*(int *)((int)ppSVar12 + 0x2c)" * (cast_expression "(int *)((int)ppSVar12 + 0x2c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)ppSVar12 + 0x2c)" ( (binary_expression "(int)ppSVar12 + 0x2c" (cast_expression "(int)ppSVar12" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) ))))) ;)) })) })) (if_statement "if ((iVar18 == 4) && (iVar18 = *(int *)((int)ppSVar12 + 0x3c), iVar18 != 0)) {\n uVar37 = *(uint *)((int)ppSVar12 + 0x40);\n if (0xfeff < uVar37) {\n elfcpp::Elf_file<32,_false,_gold::Object>::initialize_shnum\n ((Elf_file<32,_false,_gold::Object> *)&this_01->field_0x90);\n uVar37 = uVar37 + *(int *)&this_01->field_0xa4;\n }\n if (((*(uint *)&this_01->field_0xac == uVar37) &&\n (*(int *)((int)ppSVar12 + 0x4c) == 0xc)) &&\n (lVar45 = __moddi3(iVar18,0,0xc,0), lVar45 == 0)) {\n local_6c = *(uint *)((int)ppSVar12 + 0x44);\n if (0xfeff < local_6c) {\n /* try { // try from 001ea0ad to 001ea0b1 has its CatchHandler @ 001ea8e9 */\n elfcpp::Elf_file<32,_false,_gold::Object>::initialize_shnum\n ((Elf_file<32,_false,_gold::Object> *)&this_01->field_0x90);\n local_6c = local_6c + *(int *)&this_01->field_0xa4;\n }\n if (((local_6c < *(uint *)&this_01->field_0x28) &&\n (*(int *)(insn3 + local_6c * 0x28 + 0x14) != 0)) &&\n (((insn3[local_6c * 0x28 + 8] & 2) != 0 &&\n ((*(int *)(insn3 + local_6c * 0x28 + 4) == 1 &&\n (pOVar7 = (((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_start[local_6c], pOVar7 != (Output_section *)0x0)))))) {\n bVar42 = gold::Symbol_table::is_section_folded(symtab,(Relobj *)this_01,local_6c);\n bVar43 = false;\n bVar42 = !bVar42;\n if (bVar42) {\n iVar18 = 10;\n pbVar34 = (byte *)pOVar7->name_;\n pbVar39 = (byte *)".eh_frame";\n do {\n if (iVar18 == 0) break;\n iVar18 = iVar18 + -1;\n bVar43 = *pbVar34 < *pbVar39;\n bVar42 = *pbVar34 == *pbVar39;\n pbVar34 = pbVar34 + (uint)bVar44 * -2 + 1;\n pbVar39 = pbVar39 + (uint)bVar44 * -2 + 1;\n } while (bVar42);\n if ((!bVar43 && !bVar42) != bVar43) {\n puVar8 = (((vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>).\n _M_impl._M_start;\n if ((uint)((int)*(pointer *)&this_01->field_0x88 - (int)puVar8 >> 2) <= local_6c\n ) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea8ba to 001ea8da has its CatchHandler @ 001ea8e9 */\n gold::do_gold_unreachable\n ("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n /* try { // try from 001ea64a to 001ea73e has its CatchHandler @ 001ea8e9 */\n if ((puVar8[local_6c] == 0xffffffff) &&\n (pOVar23 = gold::Output_section::find_relaxed_input_section\n (pOVar7,(Relobj *)this_01,local_6c),\n pOVar23 == (Output_relaxed_input_section *)0x0)) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable");\n }\n uVar37 = *(uint *)((int)ppSVar12 + 0x44);\n if (0xfeff < uVar37) {\n elfcpp::Elf_file<32,_false,_gold::Object>::initialize_shnum\n ((Elf_file<32,_false,_gold::Object> *)&this_01->field_0x90);\n uVar37 = uVar37 + *(int *)&this_01->field_0xa4;\n }\n puVar8 = (((vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>).\n _M_impl._M_start;\n if ((uint)((int)*(pointer *)&this_01->field_0x88 - (int)puVar8 >> 2) <= uVar37)\n {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n pOVar7 = (((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_start[uVar37];\n if (puVar8[uVar37] == 0xffffffff) {\n pOVar23 = gold::Output_section::find_relaxed_input_section\n (pOVar7,(Relobj *)this_01,uVar37);\n if (pOVar23 == (Output_relaxed_input_section *)0x0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea7ee to 001ea7f2 has its CatchHandler @ 001ea8e9 */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if (((pOVar23->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.field_0x1c & 1) == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n }\n else if (((pOVar7->super_Output_data).field_0x1c & 1) == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n if (*(Input_file **)&this_01->field_0x1c == (Input_file *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/object.h",0x1e3,"input_file");\n }\n gold::File_read::get_view\n (&(*(Input_file **)&this_01->field_0x1c)->file_,\n *(off_t *)&this_01->field_0x20,\n (ulonglong)*(uint *)((int)ppSVar12 + 0x38),\n *(section_size_type *)((int)ppSVar12 + 0x3c),true,false);\n input_view_size_1 = 0;\n gold::Object::section_contents\n ((Object *)this_01,uVar37,&input_view_size_1,false);\n if (*(int *)((int)ppSVar12 + 0x2c) != 4) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }\n }\n }\n }\n }\n }" if (parenthesized_expression "((iVar18 == 4) && (iVar18 = *(int *)((int)ppSVar12 + 0x3c), iVar18 != 0))" ( (binary_expression "(iVar18 == 4) && (iVar18 = *(int *)((int)ppSVar12 + 0x3c), iVar18 != 0)" (parenthesized_expression "(iVar18 == 4)" ( (binary_expression "iVar18 == 4" identifier == number_literal) )) && (parenthesized_expression "(iVar18 = *(int *)((int)ppSVar12 + 0x3c), iVar18 != 0)" ( (comma_expression "iVar18 = *(int *)((int)ppSVar12 + 0x3c), iVar18 != 0" (assignment_expression "iVar18 = *(int *)((int)ppSVar12 + 0x3c)" identifier = (pointer_expression "*(int *)((int)ppSVar12 + 0x3c)" * (cast_expression "(int *)((int)ppSVar12 + 0x3c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)ppSVar12 + 0x3c)" ( (binary_expression "(int)ppSVar12 + 0x3c" (cast_expression "(int)ppSVar12" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) ))))) , (binary_expression "iVar18 != 0" identifier != number_literal)) ))) )) (compound_statement "{\n uVar37 = *(uint *)((int)ppSVar12 + 0x40);\n if (0xfeff < uVar37) {\n elfcpp::Elf_file<32,_false,_gold::Object>::initialize_shnum\n ((Elf_file<32,_false,_gold::Object> *)&this_01->field_0x90);\n uVar37 = uVar37 + *(int *)&this_01->field_0xa4;\n }\n if (((*(uint *)&this_01->field_0xac == uVar37) &&\n (*(int *)((int)ppSVar12 + 0x4c) == 0xc)) &&\n (lVar45 = __moddi3(iVar18,0,0xc,0), lVar45 == 0)) {\n local_6c = *(uint *)((int)ppSVar12 + 0x44);\n if (0xfeff < local_6c) {\n /* try { // try from 001ea0ad to 001ea0b1 has its CatchHandler @ 001ea8e9 */\n elfcpp::Elf_file<32,_false,_gold::Object>::initialize_shnum\n ((Elf_file<32,_false,_gold::Object> *)&this_01->field_0x90);\n local_6c = local_6c + *(int *)&this_01->field_0xa4;\n }\n if (((local_6c < *(uint *)&this_01->field_0x28) &&\n (*(int *)(insn3 + local_6c * 0x28 + 0x14) != 0)) &&\n (((insn3[local_6c * 0x28 + 8] & 2) != 0 &&\n ((*(int *)(insn3 + local_6c * 0x28 + 4) == 1 &&\n (pOVar7 = (((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_start[local_6c], pOVar7 != (Output_section *)0x0)))))) {\n bVar42 = gold::Symbol_table::is_section_folded(symtab,(Relobj *)this_01,local_6c);\n bVar43 = false;\n bVar42 = !bVar42;\n if (bVar42) {\n iVar18 = 10;\n pbVar34 = (byte *)pOVar7->name_;\n pbVar39 = (byte *)".eh_frame";\n do {\n if (iVar18 == 0) break;\n iVar18 = iVar18 + -1;\n bVar43 = *pbVar34 < *pbVar39;\n bVar42 = *pbVar34 == *pbVar39;\n pbVar34 = pbVar34 + (uint)bVar44 * -2 + 1;\n pbVar39 = pbVar39 + (uint)bVar44 * -2 + 1;\n } while (bVar42);\n if ((!bVar43 && !bVar42) != bVar43) {\n puVar8 = (((vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>).\n _M_impl._M_start;\n if ((uint)((int)*(pointer *)&this_01->field_0x88 - (int)puVar8 >> 2) <= local_6c\n ) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea8ba to 001ea8da has its CatchHandler @ 001ea8e9 */\n gold::do_gold_unreachable\n ("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n /* try { // try from 001ea64a to 001ea73e has its CatchHandler @ 001ea8e9 */\n if ((puVar8[local_6c] == 0xffffffff) &&\n (pOVar23 = gold::Output_section::find_relaxed_input_section\n (pOVar7,(Relobj *)this_01,local_6c),\n pOVar23 == (Output_relaxed_input_section *)0x0)) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable");\n }\n uVar37 = *(uint *)((int)ppSVar12 + 0x44);\n if (0xfeff < uVar37) {\n elfcpp::Elf_file<32,_false,_gold::Object>::initialize_shnum\n ((Elf_file<32,_false,_gold::Object> *)&this_01->field_0x90);\n uVar37 = uVar37 + *(int *)&this_01->field_0xa4;\n }\n puVar8 = (((vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>).\n _M_impl._M_start;\n if ((uint)((int)*(pointer *)&this_01->field_0x88 - (int)puVar8 >> 2) <= uVar37)\n {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n pOVar7 = (((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_start[uVar37];\n if (puVar8[uVar37] == 0xffffffff) {\n pOVar23 = gold::Output_section::find_relaxed_input_section\n (pOVar7,(Relobj *)this_01,uVar37);\n if (pOVar23 == (Output_relaxed_input_section *)0x0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea7ee to 001ea7f2 has its CatchHandler @ 001ea8e9 */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if (((pOVar23->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.field_0x1c & 1) == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n }\n else if (((pOVar7->super_Output_data).field_0x1c & 1) == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n if (*(Input_file **)&this_01->field_0x1c == (Input_file *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/object.h",0x1e3,"input_file");\n }\n gold::File_read::get_view\n (&(*(Input_file **)&this_01->field_0x1c)->file_,\n *(off_t *)&this_01->field_0x20,\n (ulonglong)*(uint *)((int)ppSVar12 + 0x38),\n *(section_size_type *)((int)ppSVar12 + 0x3c),true,false);\n input_view_size_1 = 0;\n gold::Object::section_contents\n ((Object *)this_01,uVar37,&input_view_size_1,false);\n if (*(int *)((int)ppSVar12 + 0x2c) != 4) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }\n }\n }\n }\n }\n }" { (expression_statement "uVar37 = *(uint *)((int)ppSVar12 + 0x40);" (assignment_expression "uVar37 = *(uint *)((int)ppSVar12 + 0x40)" identifier = (pointer_expression "*(uint *)((int)ppSVar12 + 0x40)" * (cast_expression "(uint *)((int)ppSVar12 + 0x40)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)ppSVar12 + 0x40)" ( (binary_expression "(int)ppSVar12 + 0x40" (cast_expression "(int)ppSVar12" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) ))))) ;) (if_statement "if (0xfeff < uVar37) {\n elfcpp::Elf_file<32,_false,_gold::Object>::initialize_shnum\n ((Elf_file<32,_false,_gold::Object> *)&this_01->field_0x90);\n uVar37 = uVar37 + *(int *)&this_01->field_0xa4;\n }" if (parenthesized_expression "(0xfeff < uVar37)" ( (binary_expression "0xfeff < uVar37" number_literal < identifier) )) (compound_statement "{\n elfcpp::Elf_file<32,_false,_gold::Object>::initialize_shnum\n ((Elf_file<32,_false,_gold::Object> *)&this_01->field_0x90);\n uVar37 = uVar37 + *(int *)&this_01->field_0xa4;\n }" { (labeled_statement "elfcpp::Elf_file<32,_false,_gold::Object>::initialize_shnum\n ((Elf_file<32,_false,_gold::Object> *)&this_01->field_0x90);" statement_identifier (ERROR "::Elf_file<32,_false,_gold::Object>::initialize_shnum\n ((Elf_file<32,_false,_gold:" : : (comma_expression "Elf_file<32,_false,_gold" (binary_expression "Elf_file<32" identifier < number_literal) , (comma_expression "_false,_gold" identifier , identifier)) : : identifier > : : identifier ( ( (comma_expression "Elf_file<32,_false,_gold" (binary_expression "Elf_file<32" identifier < number_literal) , (comma_expression "_false,_gold" identifier , identifier)) :) : (expression_statement "Object> *)&this_01->field_0x90);" (binary_expression "Object> *)&this_01->field_0x90" identifier > (pointer_expression "*)&this_01->field_0x90" * (ERROR ")" )) (pointer_expression "&this_01->field_0x90" & (field_expression "this_01->field_0x90" identifier -> field_identifier)))) (ERROR ")" )) ;)) (expression_statement "uVar37 = uVar37 + *(int *)&this_01->field_0xa4;" (assignment_expression "uVar37 = uVar37 + *(int *)&this_01->field_0xa4" identifier = (binary_expression "uVar37 + *(int *)&this_01->field_0xa4" identifier + (pointer_expression "*(int *)&this_01->field_0xa4" * (cast_expression "(int *)&this_01->field_0xa4" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "&this_01->field_0xa4" & (field_expression "this_01->field_0xa4" identifier -> field_identifier)))))) ;) })) (if_statement "if (((*(uint *)&this_01->field_0xac == uVar37) &&\n (*(int *)((int)ppSVar12 + 0x4c) == 0xc)) &&\n (lVar45 = __moddi3(iVar18,0,0xc,0), lVar45 == 0)) {\n local_6c = *(uint *)((int)ppSVar12 + 0x44);\n if (0xfeff < local_6c) {\n /* try { // try from 001ea0ad to 001ea0b1 has its CatchHandler @ 001ea8e9 */\n elfcpp::Elf_file<32,_false,_gold::Object>::initialize_shnum\n ((Elf_file<32,_false,_gold::Object> *)&this_01->field_0x90);\n local_6c = local_6c + *(int *)&this_01->field_0xa4;\n }\n if (((local_6c < *(uint *)&this_01->field_0x28) &&\n (*(int *)(insn3 + local_6c * 0x28 + 0x14) != 0)) &&\n (((insn3[local_6c * 0x28 + 8] & 2) != 0 &&\n ((*(int *)(insn3 + local_6c * 0x28 + 4) == 1 &&\n (pOVar7 = (((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_start[local_6c], pOVar7 != (Output_section *)0x0)))))) {\n bVar42 = gold::Symbol_table::is_section_folded(symtab,(Relobj *)this_01,local_6c);\n bVar43 = false;\n bVar42 = !bVar42;\n if (bVar42) {\n iVar18 = 10;\n pbVar34 = (byte *)pOVar7->name_;\n pbVar39 = (byte *)".eh_frame";\n do {\n if (iVar18 == 0) break;\n iVar18 = iVar18 + -1;\n bVar43 = *pbVar34 < *pbVar39;\n bVar42 = *pbVar34 == *pbVar39;\n pbVar34 = pbVar34 + (uint)bVar44 * -2 + 1;\n pbVar39 = pbVar39 + (uint)bVar44 * -2 + 1;\n } while (bVar42);\n if ((!bVar43 && !bVar42) != bVar43) {\n puVar8 = (((vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>).\n _M_impl._M_start;\n if ((uint)((int)*(pointer *)&this_01->field_0x88 - (int)puVar8 >> 2) <= local_6c\n ) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea8ba to 001ea8da has its CatchHandler @ 001ea8e9 */\n gold::do_gold_unreachable\n ("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n /* try { // try from 001ea64a to 001ea73e has its CatchHandler @ 001ea8e9 */\n if ((puVar8[local_6c] == 0xffffffff) &&\n (pOVar23 = gold::Output_section::find_relaxed_input_section\n (pOVar7,(Relobj *)this_01,local_6c),\n pOVar23 == (Output_relaxed_input_section *)0x0)) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable");\n }\n uVar37 = *(uint *)((int)ppSVar12 + 0x44);\n if (0xfeff < uVar37) {\n elfcpp::Elf_file<32,_false,_gold::Object>::initialize_shnum\n ((Elf_file<32,_false,_gold::Object> *)&this_01->field_0x90);\n uVar37 = uVar37 + *(int *)&this_01->field_0xa4;\n }\n puVar8 = (((vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>).\n _M_impl._M_start;\n if ((uint)((int)*(pointer *)&this_01->field_0x88 - (int)puVar8 >> 2) <= uVar37)\n {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n pOVar7 = (((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_start[uVar37];\n if (puVar8[uVar37] == 0xffffffff) {\n pOVar23 = gold::Output_section::find_relaxed_input_section\n (pOVar7,(Relobj *)this_01,uVar37);\n if (pOVar23 == (Output_relaxed_input_section *)0x0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea7ee to 001ea7f2 has its CatchHandler @ 001ea8e9 */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if (((pOVar23->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.field_0x1c & 1) == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n }\n else if (((pOVar7->super_Output_data).field_0x1c & 1) == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n if (*(Input_file **)&this_01->field_0x1c == (Input_file *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/object.h",0x1e3,"input_file");\n }\n gold::File_read::get_view\n (&(*(Input_file **)&this_01->field_0x1c)->file_,\n *(off_t *)&this_01->field_0x20,\n (ulonglong)*(uint *)((int)ppSVar12 + 0x38),\n *(section_size_type *)((int)ppSVar12 + 0x3c),true,false);\n input_view_size_1 = 0;\n gold::Object::section_contents\n ((Object *)this_01,uVar37,&input_view_size_1,false);\n if (*(int *)((int)ppSVar12 + 0x2c) != 4) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }\n }\n }\n }\n }" if (parenthesized_expression "(((*(uint *)&this_01->field_0xac == uVar37) &&\n (*(int *)((int)ppSVar12 + 0x4c) == 0xc)) &&\n (lVar45 = __moddi3(iVar18,0,0xc,0), lVar45 == 0))" ( (binary_expression "((*(uint *)&this_01->field_0xac == uVar37) &&\n (*(int *)((int)ppSVar12 + 0x4c) == 0xc)) &&\n (lVar45 = __moddi3(iVar18,0,0xc,0), lVar45 == 0)" (parenthesized_expression "((*(uint *)&this_01->field_0xac == uVar37) &&\n (*(int *)((int)ppSVar12 + 0x4c) == 0xc))" ( (binary_expression "(*(uint *)&this_01->field_0xac == uVar37) &&\n (*(int *)((int)ppSVar12 + 0x4c) == 0xc)" (parenthesized_expression "(*(uint *)&this_01->field_0xac == uVar37)" ( (binary_expression "*(uint *)&this_01->field_0xac == uVar37" (pointer_expression "*(uint *)&this_01->field_0xac" * (cast_expression "(uint *)&this_01->field_0xac" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&this_01->field_0xac" & (field_expression "this_01->field_0xac" identifier -> field_identifier)))) == identifier) )) && (parenthesized_expression "(*(int *)((int)ppSVar12 + 0x4c) == 0xc)" ( (binary_expression "*(int *)((int)ppSVar12 + 0x4c) == 0xc" (pointer_expression "*(int *)((int)ppSVar12 + 0x4c)" * (cast_expression "(int *)((int)ppSVar12 + 0x4c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)ppSVar12 + 0x4c)" ( (binary_expression "(int)ppSVar12 + 0x4c" (cast_expression "(int)ppSVar12" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) == number_literal) ))) )) && (parenthesized_expression "(lVar45 = __moddi3(iVar18,0,0xc,0), lVar45 == 0)" ( (comma_expression "lVar45 = __moddi3(iVar18,0,0xc,0), lVar45 == 0" (assignment_expression "lVar45 = __moddi3(iVar18,0,0xc,0)" identifier = (call_expression "__moddi3(iVar18,0,0xc,0)" identifier (argument_list "(iVar18,0,0xc,0)" ( identifier , number_literal , number_literal , number_literal )))) , (binary_expression "lVar45 == 0" identifier == number_literal)) ))) )) (compound_statement "{\n local_6c = *(uint *)((int)ppSVar12 + 0x44);\n if (0xfeff < local_6c) {\n /* try { // try from 001ea0ad to 001ea0b1 has its CatchHandler @ 001ea8e9 */\n elfcpp::Elf_file<32,_false,_gold::Object>::initialize_shnum\n ((Elf_file<32,_false,_gold::Object> *)&this_01->field_0x90);\n local_6c = local_6c + *(int *)&this_01->field_0xa4;\n }\n if (((local_6c < *(uint *)&this_01->field_0x28) &&\n (*(int *)(insn3 + local_6c * 0x28 + 0x14) != 0)) &&\n (((insn3[local_6c * 0x28 + 8] & 2) != 0 &&\n ((*(int *)(insn3 + local_6c * 0x28 + 4) == 1 &&\n (pOVar7 = (((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_start[local_6c], pOVar7 != (Output_section *)0x0)))))) {\n bVar42 = gold::Symbol_table::is_section_folded(symtab,(Relobj *)this_01,local_6c);\n bVar43 = false;\n bVar42 = !bVar42;\n if (bVar42) {\n iVar18 = 10;\n pbVar34 = (byte *)pOVar7->name_;\n pbVar39 = (byte *)".eh_frame";\n do {\n if (iVar18 == 0) break;\n iVar18 = iVar18 + -1;\n bVar43 = *pbVar34 < *pbVar39;\n bVar42 = *pbVar34 == *pbVar39;\n pbVar34 = pbVar34 + (uint)bVar44 * -2 + 1;\n pbVar39 = pbVar39 + (uint)bVar44 * -2 + 1;\n } while (bVar42);\n if ((!bVar43 && !bVar42) != bVar43) {\n puVar8 = (((vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>).\n _M_impl._M_start;\n if ((uint)((int)*(pointer *)&this_01->field_0x88 - (int)puVar8 >> 2) <= local_6c\n ) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea8ba to 001ea8da has its CatchHandler @ 001ea8e9 */\n gold::do_gold_unreachable\n ("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n /* try { // try from 001ea64a to 001ea73e has its CatchHandler @ 001ea8e9 */\n if ((puVar8[local_6c] == 0xffffffff) &&\n (pOVar23 = gold::Output_section::find_relaxed_input_section\n (pOVar7,(Relobj *)this_01,local_6c),\n pOVar23 == (Output_relaxed_input_section *)0x0)) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable");\n }\n uVar37 = *(uint *)((int)ppSVar12 + 0x44);\n if (0xfeff < uVar37) {\n elfcpp::Elf_file<32,_false,_gold::Object>::initialize_shnum\n ((Elf_file<32,_false,_gold::Object> *)&this_01->field_0x90);\n uVar37 = uVar37 + *(int *)&this_01->field_0xa4;\n }\n puVar8 = (((vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>).\n _M_impl._M_start;\n if ((uint)((int)*(pointer *)&this_01->field_0x88 - (int)puVar8 >> 2) <= uVar37)\n {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n pOVar7 = (((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_start[uVar37];\n if (puVar8[uVar37] == 0xffffffff) {\n pOVar23 = gold::Output_section::find_relaxed_input_section\n (pOVar7,(Relobj *)this_01,uVar37);\n if (pOVar23 == (Output_relaxed_input_section *)0x0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea7ee to 001ea7f2 has its CatchHandler @ 001ea8e9 */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if (((pOVar23->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.field_0x1c & 1) == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n }\n else if (((pOVar7->super_Output_data).field_0x1c & 1) == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n if (*(Input_file **)&this_01->field_0x1c == (Input_file *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/object.h",0x1e3,"input_file");\n }\n gold::File_read::get_view\n (&(*(Input_file **)&this_01->field_0x1c)->file_,\n *(off_t *)&this_01->field_0x20,\n (ulonglong)*(uint *)((int)ppSVar12 + 0x38),\n *(section_size_type *)((int)ppSVar12 + 0x3c),true,false);\n input_view_size_1 = 0;\n gold::Object::section_contents\n ((Object *)this_01,uVar37,&input_view_size_1,false);\n if (*(int *)((int)ppSVar12 + 0x2c) != 4) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }\n }\n }\n }\n }" { (expression_statement "local_6c = *(uint *)((int)ppSVar12 + 0x44);" (assignment_expression "local_6c = *(uint *)((int)ppSVar12 + 0x44)" identifier = (pointer_expression "*(uint *)((int)ppSVar12 + 0x44)" * (cast_expression "(uint *)((int)ppSVar12 + 0x44)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)ppSVar12 + 0x44)" ( (binary_expression "(int)ppSVar12 + 0x44" (cast_expression "(int)ppSVar12" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) ))))) ;) (if_statement "if (0xfeff < local_6c) {\n /* try { // try from 001ea0ad to 001ea0b1 has its CatchHandler @ 001ea8e9 */\n elfcpp::Elf_file<32,_false,_gold::Object>::initialize_shnum\n ((Elf_file<32,_false,_gold::Object> *)&this_01->field_0x90);\n local_6c = local_6c + *(int *)&this_01->field_0xa4;\n }" if (parenthesized_expression "(0xfeff < local_6c)" ( (binary_expression "0xfeff < local_6c" number_literal < identifier) )) (compound_statement "{\n /* try { // try from 001ea0ad to 001ea0b1 has its CatchHandler @ 001ea8e9 */\n elfcpp::Elf_file<32,_false,_gold::Object>::initialize_shnum\n ((Elf_file<32,_false,_gold::Object> *)&this_01->field_0x90);\n local_6c = local_6c + *(int *)&this_01->field_0xa4;\n }" { comment (labeled_statement "elfcpp::Elf_file<32,_false,_gold::Object>::initialize_shnum\n ((Elf_file<32,_false,_gold::Object> *)&this_01->field_0x90);" statement_identifier (ERROR "::Elf_file<32,_false,_gold::Object>::initialize_shnum\n ((Elf_file<32,_false,_gold:" : : (comma_expression "Elf_file<32,_false,_gold" (binary_expression "Elf_file<32" identifier < number_literal) , (comma_expression "_false,_gold" identifier , identifier)) : : identifier > : : identifier ( ( (comma_expression "Elf_file<32,_false,_gold" (binary_expression "Elf_file<32" identifier < number_literal) , (comma_expression "_false,_gold" identifier , identifier)) :) : (expression_statement "Object> *)&this_01->field_0x90);" (binary_expression "Object> *)&this_01->field_0x90" identifier > (pointer_expression "*)&this_01->field_0x90" * (ERROR ")" )) (pointer_expression "&this_01->field_0x90" & (field_expression "this_01->field_0x90" identifier -> field_identifier)))) (ERROR ")" )) ;)) (expression_statement "local_6c = local_6c + *(int *)&this_01->field_0xa4;" (assignment_expression "local_6c = local_6c + *(int *)&this_01->field_0xa4" identifier = (binary_expression "local_6c + *(int *)&this_01->field_0xa4" identifier + (pointer_expression "*(int *)&this_01->field_0xa4" * (cast_expression "(int *)&this_01->field_0xa4" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "&this_01->field_0xa4" & (field_expression "this_01->field_0xa4" identifier -> field_identifier)))))) ;) })) (if_statement "if (((local_6c < *(uint *)&this_01->field_0x28) &&\n (*(int *)(insn3 + local_6c * 0x28 + 0x14) != 0)) &&\n (((insn3[local_6c * 0x28 + 8] & 2) != 0 &&\n ((*(int *)(insn3 + local_6c * 0x28 + 4) == 1 &&\n (pOVar7 = (((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_start[local_6c], pOVar7 != (Output_section *)0x0)))))) {\n bVar42 = gold::Symbol_table::is_section_folded(symtab,(Relobj *)this_01,local_6c);\n bVar43 = false;\n bVar42 = !bVar42;\n if (bVar42) {\n iVar18 = 10;\n pbVar34 = (byte *)pOVar7->name_;\n pbVar39 = (byte *)".eh_frame";\n do {\n if (iVar18 == 0) break;\n iVar18 = iVar18 + -1;\n bVar43 = *pbVar34 < *pbVar39;\n bVar42 = *pbVar34 == *pbVar39;\n pbVar34 = pbVar34 + (uint)bVar44 * -2 + 1;\n pbVar39 = pbVar39 + (uint)bVar44 * -2 + 1;\n } while (bVar42);\n if ((!bVar43 && !bVar42) != bVar43) {\n puVar8 = (((vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>).\n _M_impl._M_start;\n if ((uint)((int)*(pointer *)&this_01->field_0x88 - (int)puVar8 >> 2) <= local_6c\n ) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea8ba to 001ea8da has its CatchHandler @ 001ea8e9 */\n gold::do_gold_unreachable\n ("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n /* try { // try from 001ea64a to 001ea73e has its CatchHandler @ 001ea8e9 */\n if ((puVar8[local_6c] == 0xffffffff) &&\n (pOVar23 = gold::Output_section::find_relaxed_input_section\n (pOVar7,(Relobj *)this_01,local_6c),\n pOVar23 == (Output_relaxed_input_section *)0x0)) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable");\n }\n uVar37 = *(uint *)((int)ppSVar12 + 0x44);\n if (0xfeff < uVar37) {\n elfcpp::Elf_file<32,_false,_gold::Object>::initialize_shnum\n ((Elf_file<32,_false,_gold::Object> *)&this_01->field_0x90);\n uVar37 = uVar37 + *(int *)&this_01->field_0xa4;\n }\n puVar8 = (((vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>).\n _M_impl._M_start;\n if ((uint)((int)*(pointer *)&this_01->field_0x88 - (int)puVar8 >> 2) <= uVar37)\n {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n pOVar7 = (((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_start[uVar37];\n if (puVar8[uVar37] == 0xffffffff) {\n pOVar23 = gold::Output_section::find_relaxed_input_section\n (pOVar7,(Relobj *)this_01,uVar37);\n if (pOVar23 == (Output_relaxed_input_section *)0x0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea7ee to 001ea7f2 has its CatchHandler @ 001ea8e9 */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if (((pOVar23->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.field_0x1c & 1) == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n }\n else if (((pOVar7->super_Output_data).field_0x1c & 1) == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n if (*(Input_file **)&this_01->field_0x1c == (Input_file *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/object.h",0x1e3,"input_file");\n }\n gold::File_read::get_view\n (&(*(Input_file **)&this_01->field_0x1c)->file_,\n *(off_t *)&this_01->field_0x20,\n (ulonglong)*(uint *)((int)ppSVar12 + 0x38),\n *(section_size_type *)((int)ppSVar12 + 0x3c),true,false);\n input_view_size_1 = 0;\n gold::Object::section_contents\n ((Object *)this_01,uVar37,&input_view_size_1,false);\n if (*(int *)((int)ppSVar12 + 0x2c) != 4) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }\n }\n }\n }" if (parenthesized_expression "(((local_6c < *(uint *)&this_01->field_0x28) &&\n (*(int *)(insn3 + local_6c * 0x28 + 0x14) != 0)) &&\n (((insn3[local_6c * 0x28 + 8] & 2) != 0 &&\n ((*(int *)(insn3 + local_6c * 0x28 + 4) == 1 &&\n (pOVar7 = (((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_start[local_6c], pOVar7 != (Output_section *)0x0))))))" ( (binary_expression "((local_6c < *(uint *)&this_01->field_0x28) &&\n (*(int *)(insn3 + local_6c * 0x28 + 0x14) != 0)) &&\n (((insn3[local_6c * 0x28 + 8] & 2) != 0 &&\n ((*(int *)(insn3 + local_6c * 0x28 + 4) == 1 &&\n (pOVar7 = (((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_start[local_6c], pOVar7 != (Output_section *)0x0)))))" (parenthesized_expression "((local_6c < *(uint *)&this_01->field_0x28) &&\n (*(int *)(insn3 + local_6c * 0x28 + 0x14) != 0))" ( (binary_expression "(local_6c < *(uint *)&this_01->field_0x28) &&\n (*(int *)(insn3 + local_6c * 0x28 + 0x14) != 0)" (parenthesized_expression "(local_6c < *(uint *)&this_01->field_0x28)" ( (binary_expression "local_6c < *(uint *)&this_01->field_0x28" identifier < (pointer_expression "*(uint *)&this_01->field_0x28" * (cast_expression "(uint *)&this_01->field_0x28" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&this_01->field_0x28" & (field_expression "this_01->field_0x28" identifier -> field_identifier))))) )) && (parenthesized_expression "(*(int *)(insn3 + local_6c * 0x28 + 0x14) != 0)" ( (binary_expression "*(int *)(insn3 + local_6c * 0x28 + 0x14) != 0" (pointer_expression "*(int *)(insn3 + local_6c * 0x28 + 0x14)" * (cast_expression "(int *)(insn3 + local_6c * 0x28 + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(insn3 + local_6c * 0x28 + 0x14)" ( (binary_expression "insn3 + local_6c * 0x28 + 0x14" (binary_expression "insn3 + local_6c * 0x28" identifier + (binary_expression "local_6c * 0x28" identifier * number_literal)) + number_literal) )))) != number_literal) ))) )) && (parenthesized_expression "(((insn3[local_6c * 0x28 + 8] & 2) != 0 &&\n ((*(int *)(insn3 + local_6c * 0x28 + 4) == 1 &&\n (pOVar7 = (((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_start[local_6c], pOVar7 != (Output_section *)0x0)))))" ( (parenthesized_expression "((insn3[local_6c * 0x28 + 8] & 2) != 0 &&\n ((*(int *)(insn3 + local_6c * 0x28 + 4) == 1 &&\n (pOVar7 = (((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_start[local_6c], pOVar7 != (Output_section *)0x0))))" ( (binary_expression "(insn3[local_6c * 0x28 + 8] & 2) != 0 &&\n ((*(int *)(insn3 + local_6c * 0x28 + 4) == 1 &&\n (pOVar7 = (((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_start[local_6c], pOVar7 != (Output_section *)0x0)))" (binary_expression "(insn3[local_6c * 0x28 + 8] & 2) != 0" (parenthesized_expression "(insn3[local_6c * 0x28 + 8] & 2)" ( (binary_expression "insn3[local_6c * 0x28 + 8] & 2" (subscript_expression "insn3[local_6c * 0x28 + 8]" identifier [ (binary_expression "local_6c * 0x28 + 8" (binary_expression "local_6c * 0x28" identifier * number_literal) + number_literal) ]) & number_literal) )) != number_literal) && (parenthesized_expression "((*(int *)(insn3 + local_6c * 0x28 + 4) == 1 &&\n (pOVar7 = (((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_start[local_6c], pOVar7 != (Output_section *)0x0)))" ( (parenthesized_expression "(*(int *)(insn3 + local_6c * 0x28 + 4) == 1 &&\n (pOVar7 = (((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_start[local_6c], pOVar7 != (Output_section *)0x0))" ( (binary_expression "*(int *)(insn3 + local_6c * 0x28 + 4) == 1 &&\n (pOVar7 = (((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_start[local_6c], pOVar7 != (Output_section *)0x0)" (binary_expression "*(int *)(insn3 + local_6c * 0x28 + 4) == 1" (pointer_expression "*(int *)(insn3 + local_6c * 0x28 + 4)" * (cast_expression "(int *)(insn3 + local_6c * 0x28 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(insn3 + local_6c * 0x28 + 4)" ( (binary_expression "insn3 + local_6c * 0x28 + 4" (binary_expression "insn3 + local_6c * 0x28" identifier + (binary_expression "local_6c * 0x28" identifier * number_literal)) + number_literal) )))) == number_literal) && (parenthesized_expression "(pOVar7 = (((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_start[local_6c], pOVar7 != (Output_section *)0x0)" ( (comma_expression "pOVar7 = (((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_start[local_6c], pOVar7 != (Output_section *)0x0" (assignment_expression "pOVar7 = (((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_start[local_6c]" identifier = (subscript_expression "(((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_start[local_6c]" (field_expression "(((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_start" (field_expression "(((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl" (parenthesized_expression "(((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )" ( (binary_expression "((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>" (binary_expression "((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_" (binary_expression "((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*,_std::allocator<gold" (binary_expression "((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*,_std" (binary_expression "((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold" (field_expression "((Output_sections *)&this_01->field_0x38)->\n super__Vector_base" (parenthesized_expression "((Output_sections *)&this_01->field_0x38)" ( (cast_expression "(Output_sections *)&this_01->field_0x38" ( (type_descriptor "Output_sections *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&this_01->field_0x38" & (field_expression "this_01->field_0x38" identifier -> field_identifier))) )) -> field_identifier) < identifier) (ERROR "::Output_section" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Output_section" : : identifier) * (ERROR ">" >) identifier) > identifier) )) . field_identifier) . field_identifier) [ identifier ])) , (binary_expression "pOVar7 != (Output_section *)0x0" identifier != (cast_expression "(Output_section *)0x0" ( (type_descriptor "Output_section *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal))) ))) )) ))) )) ))) )) (compound_statement "{\n bVar42 = gold::Symbol_table::is_section_folded(symtab,(Relobj *)this_01,local_6c);\n bVar43 = false;\n bVar42 = !bVar42;\n if (bVar42) {\n iVar18 = 10;\n pbVar34 = (byte *)pOVar7->name_;\n pbVar39 = (byte *)".eh_frame";\n do {\n if (iVar18 == 0) break;\n iVar18 = iVar18 + -1;\n bVar43 = *pbVar34 < *pbVar39;\n bVar42 = *pbVar34 == *pbVar39;\n pbVar34 = pbVar34 + (uint)bVar44 * -2 + 1;\n pbVar39 = pbVar39 + (uint)bVar44 * -2 + 1;\n } while (bVar42);\n if ((!bVar43 && !bVar42) != bVar43) {\n puVar8 = (((vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>).\n _M_impl._M_start;\n if ((uint)((int)*(pointer *)&this_01->field_0x88 - (int)puVar8 >> 2) <= local_6c\n ) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea8ba to 001ea8da has its CatchHandler @ 001ea8e9 */\n gold::do_gold_unreachable\n ("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n /* try { // try from 001ea64a to 001ea73e has its CatchHandler @ 001ea8e9 */\n if ((puVar8[local_6c] == 0xffffffff) &&\n (pOVar23 = gold::Output_section::find_relaxed_input_section\n (pOVar7,(Relobj *)this_01,local_6c),\n pOVar23 == (Output_relaxed_input_section *)0x0)) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable");\n }\n uVar37 = *(uint *)((int)ppSVar12 + 0x44);\n if (0xfeff < uVar37) {\n elfcpp::Elf_file<32,_false,_gold::Object>::initialize_shnum\n ((Elf_file<32,_false,_gold::Object> *)&this_01->field_0x90);\n uVar37 = uVar37 + *(int *)&this_01->field_0xa4;\n }\n puVar8 = (((vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>).\n _M_impl._M_start;\n if ((uint)((int)*(pointer *)&this_01->field_0x88 - (int)puVar8 >> 2) <= uVar37)\n {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n pOVar7 = (((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_start[uVar37];\n if (puVar8[uVar37] == 0xffffffff) {\n pOVar23 = gold::Output_section::find_relaxed_input_section\n (pOVar7,(Relobj *)this_01,uVar37);\n if (pOVar23 == (Output_relaxed_input_section *)0x0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea7ee to 001ea7f2 has its CatchHandler @ 001ea8e9 */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if (((pOVar23->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.field_0x1c & 1) == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n }\n else if (((pOVar7->super_Output_data).field_0x1c & 1) == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n if (*(Input_file **)&this_01->field_0x1c == (Input_file *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/object.h",0x1e3,"input_file");\n }\n gold::File_read::get_view\n (&(*(Input_file **)&this_01->field_0x1c)->file_,\n *(off_t *)&this_01->field_0x20,\n (ulonglong)*(uint *)((int)ppSVar12 + 0x38),\n *(section_size_type *)((int)ppSVar12 + 0x3c),true,false);\n input_view_size_1 = 0;\n gold::Object::section_contents\n ((Object *)this_01,uVar37,&input_view_size_1,false);\n if (*(int *)((int)ppSVar12 + 0x2c) != 4) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }\n }\n }\n }" { (ERROR "bVar42 = gold::" (assignment_expression "bVar42 = gold" identifier = identifier) : :) (labeled_statement "Symbol_table::is_section_folded(symtab,(Relobj *)this_01,local_6c);" statement_identifier : (ERROR ":" :) (expression_statement "is_section_folded(symtab,(Relobj *)this_01,local_6c);" (call_expression "is_section_folded(symtab,(Relobj *)this_01,local_6c)" identifier (argument_list "(symtab,(Relobj *)this_01,local_6c)" ( identifier , (cast_expression "(Relobj *)this_01" ( (type_descriptor "Relobj *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , identifier ))) ;)) (expression_statement "bVar43 = false;" (assignment_expression "bVar43 = false" identifier = false) ;) (expression_statement "bVar42 = !bVar42;" (assignment_expression "bVar42 = !bVar42" identifier = (unary_expression "!bVar42" ! identifier)) ;) (if_statement "if (bVar42) {\n iVar18 = 10;\n pbVar34 = (byte *)pOVar7->name_;\n pbVar39 = (byte *)".eh_frame";\n do {\n if (iVar18 == 0) break;\n iVar18 = iVar18 + -1;\n bVar43 = *pbVar34 < *pbVar39;\n bVar42 = *pbVar34 == *pbVar39;\n pbVar34 = pbVar34 + (uint)bVar44 * -2 + 1;\n pbVar39 = pbVar39 + (uint)bVar44 * -2 + 1;\n } while (bVar42);\n if ((!bVar43 && !bVar42) != bVar43) {\n puVar8 = (((vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>).\n _M_impl._M_start;\n if ((uint)((int)*(pointer *)&this_01->field_0x88 - (int)puVar8 >> 2) <= local_6c\n ) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea8ba to 001ea8da has its CatchHandler @ 001ea8e9 */\n gold::do_gold_unreachable\n ("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n /* try { // try from 001ea64a to 001ea73e has its CatchHandler @ 001ea8e9 */\n if ((puVar8[local_6c] == 0xffffffff) &&\n (pOVar23 = gold::Output_section::find_relaxed_input_section\n (pOVar7,(Relobj *)this_01,local_6c),\n pOVar23 == (Output_relaxed_input_section *)0x0)) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable");\n }\n uVar37 = *(uint *)((int)ppSVar12 + 0x44);\n if (0xfeff < uVar37) {\n elfcpp::Elf_file<32,_false,_gold::Object>::initialize_shnum\n ((Elf_file<32,_false,_gold::Object> *)&this_01->field_0x90);\n uVar37 = uVar37 + *(int *)&this_01->field_0xa4;\n }\n puVar8 = (((vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>).\n _M_impl._M_start;\n if ((uint)((int)*(pointer *)&this_01->field_0x88 - (int)puVar8 >> 2) <= uVar37)\n {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n pOVar7 = (((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_start[uVar37];\n if (puVar8[uVar37] == 0xffffffff) {\n pOVar23 = gold::Output_section::find_relaxed_input_section\n (pOVar7,(Relobj *)this_01,uVar37);\n if (pOVar23 == (Output_relaxed_input_section *)0x0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea7ee to 001ea7f2 has its CatchHandler @ 001ea8e9 */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if (((pOVar23->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.field_0x1c & 1) == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n }\n else if (((pOVar7->super_Output_data).field_0x1c & 1) == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n if (*(Input_file **)&this_01->field_0x1c == (Input_file *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/object.h",0x1e3,"input_file");\n }\n gold::File_read::get_view\n (&(*(Input_file **)&this_01->field_0x1c)->file_,\n *(off_t *)&this_01->field_0x20,\n (ulonglong)*(uint *)((int)ppSVar12 + 0x38),\n *(section_size_type *)((int)ppSVar12 + 0x3c),true,false);\n input_view_size_1 = 0;\n gold::Object::section_contents\n ((Object *)this_01,uVar37,&input_view_size_1,false);\n if (*(int *)((int)ppSVar12 + 0x2c) != 4) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }\n }\n }" if (parenthesized_expression "(bVar42)" ( identifier )) (compound_statement "{\n iVar18 = 10;\n pbVar34 = (byte *)pOVar7->name_;\n pbVar39 = (byte *)".eh_frame";\n do {\n if (iVar18 == 0) break;\n iVar18 = iVar18 + -1;\n bVar43 = *pbVar34 < *pbVar39;\n bVar42 = *pbVar34 == *pbVar39;\n pbVar34 = pbVar34 + (uint)bVar44 * -2 + 1;\n pbVar39 = pbVar39 + (uint)bVar44 * -2 + 1;\n } while (bVar42);\n if ((!bVar43 && !bVar42) != bVar43) {\n puVar8 = (((vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>).\n _M_impl._M_start;\n if ((uint)((int)*(pointer *)&this_01->field_0x88 - (int)puVar8 >> 2) <= local_6c\n ) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea8ba to 001ea8da has its CatchHandler @ 001ea8e9 */\n gold::do_gold_unreachable\n ("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n /* try { // try from 001ea64a to 001ea73e has its CatchHandler @ 001ea8e9 */\n if ((puVar8[local_6c] == 0xffffffff) &&\n (pOVar23 = gold::Output_section::find_relaxed_input_section\n (pOVar7,(Relobj *)this_01,local_6c),\n pOVar23 == (Output_relaxed_input_section *)0x0)) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable");\n }\n uVar37 = *(uint *)((int)ppSVar12 + 0x44);\n if (0xfeff < uVar37) {\n elfcpp::Elf_file<32,_false,_gold::Object>::initialize_shnum\n ((Elf_file<32,_false,_gold::Object> *)&this_01->field_0x90);\n uVar37 = uVar37 + *(int *)&this_01->field_0xa4;\n }\n puVar8 = (((vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>).\n _M_impl._M_start;\n if ((uint)((int)*(pointer *)&this_01->field_0x88 - (int)puVar8 >> 2) <= uVar37)\n {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n pOVar7 = (((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_start[uVar37];\n if (puVar8[uVar37] == 0xffffffff) {\n pOVar23 = gold::Output_section::find_relaxed_input_section\n (pOVar7,(Relobj *)this_01,uVar37);\n if (pOVar23 == (Output_relaxed_input_section *)0x0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea7ee to 001ea7f2 has its CatchHandler @ 001ea8e9 */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if (((pOVar23->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.field_0x1c & 1) == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n }\n else if (((pOVar7->super_Output_data).field_0x1c & 1) == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n if (*(Input_file **)&this_01->field_0x1c == (Input_file *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/object.h",0x1e3,"input_file");\n }\n gold::File_read::get_view\n (&(*(Input_file **)&this_01->field_0x1c)->file_,\n *(off_t *)&this_01->field_0x20,\n (ulonglong)*(uint *)((int)ppSVar12 + 0x38),\n *(section_size_type *)((int)ppSVar12 + 0x3c),true,false);\n input_view_size_1 = 0;\n gold::Object::section_contents\n ((Object *)this_01,uVar37,&input_view_size_1,false);\n if (*(int *)((int)ppSVar12 + 0x2c) != 4) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }\n }\n }" { (expression_statement "iVar18 = 10;" (assignment_expression "iVar18 = 10" identifier = number_literal) ;) (expression_statement "pbVar34 = (byte *)pOVar7->name_;" (assignment_expression "pbVar34 = (byte *)pOVar7->name_" identifier = (cast_expression "(byte *)pOVar7->name_" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (field_expression "pOVar7->name_" identifier -> field_identifier))) ;) (expression_statement "pbVar39 = (byte *)".eh_frame";" (assignment_expression "pbVar39 = (byte *)".eh_frame"" identifier = (cast_expression "(byte *)".eh_frame"" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (string_literal "".eh_frame"" " string_content "))) ;) (do_statement "do {\n if (iVar18 == 0) break;\n iVar18 = iVar18 + -1;\n bVar43 = *pbVar34 < *pbVar39;\n bVar42 = *pbVar34 == *pbVar39;\n pbVar34 = pbVar34 + (uint)bVar44 * -2 + 1;\n pbVar39 = pbVar39 + (uint)bVar44 * -2 + 1;\n } while (bVar42);" do (compound_statement "{\n if (iVar18 == 0) break;\n iVar18 = iVar18 + -1;\n bVar43 = *pbVar34 < *pbVar39;\n bVar42 = *pbVar34 == *pbVar39;\n pbVar34 = pbVar34 + (uint)bVar44 * -2 + 1;\n pbVar39 = pbVar39 + (uint)bVar44 * -2 + 1;\n }" { (if_statement "if (iVar18 == 0) break;" if (parenthesized_expression "(iVar18 == 0)" ( (binary_expression "iVar18 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "iVar18 = iVar18 + -1;" (assignment_expression "iVar18 = iVar18 + -1" identifier = (binary_expression "iVar18 + -1" identifier + number_literal)) ;) (expression_statement "bVar43 = *pbVar34 < *pbVar39;" (assignment_expression "bVar43 = *pbVar34 < *pbVar39" identifier = (binary_expression "*pbVar34 < *pbVar39" (pointer_expression "*pbVar34" * identifier) < (pointer_expression "*pbVar39" * identifier))) ;) (expression_statement "bVar42 = *pbVar34 == *pbVar39;" (assignment_expression "bVar42 = *pbVar34 == *pbVar39" identifier = (binary_expression "*pbVar34 == *pbVar39" (pointer_expression "*pbVar34" * identifier) == (pointer_expression "*pbVar39" * identifier))) ;) (expression_statement "pbVar34 = pbVar34 + (uint)bVar44 * -2 + 1;" (assignment_expression "pbVar34 = pbVar34 + (uint)bVar44 * -2 + 1" identifier = (binary_expression "pbVar34 + (uint)bVar44 * -2 + 1" (binary_expression "pbVar34 + (uint)bVar44 * -2" identifier + (binary_expression "(uint)bVar44 * -2" (cast_expression "(uint)bVar44" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "pbVar39 = pbVar39 + (uint)bVar44 * -2 + 1;" (assignment_expression "pbVar39 = pbVar39 + (uint)bVar44 * -2 + 1" identifier = (binary_expression "pbVar39 + (uint)bVar44 * -2 + 1" (binary_expression "pbVar39 + (uint)bVar44 * -2" identifier + (binary_expression "(uint)bVar44 * -2" (cast_expression "(uint)bVar44" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar42)" ( identifier )) ;) (if_statement "if ((!bVar43 && !bVar42) != bVar43) {\n puVar8 = (((vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>).\n _M_impl._M_start;\n if ((uint)((int)*(pointer *)&this_01->field_0x88 - (int)puVar8 >> 2) <= local_6c\n ) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea8ba to 001ea8da has its CatchHandler @ 001ea8e9 */\n gold::do_gold_unreachable\n ("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n /* try { // try from 001ea64a to 001ea73e has its CatchHandler @ 001ea8e9 */\n if ((puVar8[local_6c] == 0xffffffff) &&\n (pOVar23 = gold::Output_section::find_relaxed_input_section\n (pOVar7,(Relobj *)this_01,local_6c),\n pOVar23 == (Output_relaxed_input_section *)0x0)) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable");\n }\n uVar37 = *(uint *)((int)ppSVar12 + 0x44);\n if (0xfeff < uVar37) {\n elfcpp::Elf_file<32,_false,_gold::Object>::initialize_shnum\n ((Elf_file<32,_false,_gold::Object> *)&this_01->field_0x90);\n uVar37 = uVar37 + *(int *)&this_01->field_0xa4;\n }\n puVar8 = (((vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>).\n _M_impl._M_start;\n if ((uint)((int)*(pointer *)&this_01->field_0x88 - (int)puVar8 >> 2) <= uVar37)\n {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n pOVar7 = (((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_start[uVar37];\n if (puVar8[uVar37] == 0xffffffff) {\n pOVar23 = gold::Output_section::find_relaxed_input_section\n (pOVar7,(Relobj *)this_01,uVar37);\n if (pOVar23 == (Output_relaxed_input_section *)0x0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea7ee to 001ea7f2 has its CatchHandler @ 001ea8e9 */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if (((pOVar23->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.field_0x1c & 1) == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n }\n else if (((pOVar7->super_Output_data).field_0x1c & 1) == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n if (*(Input_file **)&this_01->field_0x1c == (Input_file *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/object.h",0x1e3,"input_file");\n }\n gold::File_read::get_view\n (&(*(Input_file **)&this_01->field_0x1c)->file_,\n *(off_t *)&this_01->field_0x20,\n (ulonglong)*(uint *)((int)ppSVar12 + 0x38),\n *(section_size_type *)((int)ppSVar12 + 0x3c),true,false);\n input_view_size_1 = 0;\n gold::Object::section_contents\n ((Object *)this_01,uVar37,&input_view_size_1,false);\n if (*(int *)((int)ppSVar12 + 0x2c) != 4) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }\n }" if (parenthesized_expression "((!bVar43 && !bVar42) != bVar43)" ( (binary_expression "(!bVar43 && !bVar42) != bVar43" (parenthesized_expression "(!bVar43 && !bVar42)" ( (binary_expression "!bVar43 && !bVar42" (unary_expression "!bVar43" ! identifier) && (unary_expression "!bVar42" ! identifier)) )) != identifier) )) (compound_statement "{\n puVar8 = (((vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>).\n _M_impl._M_start;\n if ((uint)((int)*(pointer *)&this_01->field_0x88 - (int)puVar8 >> 2) <= local_6c\n ) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea8ba to 001ea8da has its CatchHandler @ 001ea8e9 */\n gold::do_gold_unreachable\n ("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n /* try { // try from 001ea64a to 001ea73e has its CatchHandler @ 001ea8e9 */\n if ((puVar8[local_6c] == 0xffffffff) &&\n (pOVar23 = gold::Output_section::find_relaxed_input_section\n (pOVar7,(Relobj *)this_01,local_6c),\n pOVar23 == (Output_relaxed_input_section *)0x0)) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable");\n }\n uVar37 = *(uint *)((int)ppSVar12 + 0x44);\n if (0xfeff < uVar37) {\n elfcpp::Elf_file<32,_false,_gold::Object>::initialize_shnum\n ((Elf_file<32,_false,_gold::Object> *)&this_01->field_0x90);\n uVar37 = uVar37 + *(int *)&this_01->field_0xa4;\n }\n puVar8 = (((vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>).\n _M_impl._M_start;\n if ((uint)((int)*(pointer *)&this_01->field_0x88 - (int)puVar8 >> 2) <= uVar37)\n {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n pOVar7 = (((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_start[uVar37];\n if (puVar8[uVar37] == 0xffffffff) {\n pOVar23 = gold::Output_section::find_relaxed_input_section\n (pOVar7,(Relobj *)this_01,uVar37);\n if (pOVar23 == (Output_relaxed_input_section *)0x0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea7ee to 001ea7f2 has its CatchHandler @ 001ea8e9 */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if (((pOVar23->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.field_0x1c & 1) == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n }\n else if (((pOVar7->super_Output_data).field_0x1c & 1) == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n if (*(Input_file **)&this_01->field_0x1c == (Input_file *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/object.h",0x1e3,"input_file");\n }\n gold::File_read::get_view\n (&(*(Input_file **)&this_01->field_0x1c)->file_,\n *(off_t *)&this_01->field_0x20,\n (ulonglong)*(uint *)((int)ppSVar12 + 0x38),\n *(section_size_type *)((int)ppSVar12 + 0x3c),true,false);\n input_view_size_1 = 0;\n gold::Object::section_contents\n ((Object *)this_01,uVar37,&input_view_size_1,false);\n if (*(int *)((int)ppSVar12 + 0x2c) != 4) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }\n }" { (expression_statement "puVar8 = (((vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>).\n _M_impl._M_start;" (assignment_expression "puVar8 = (((vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>).\n _M_impl._M_start" identifier = (parenthesized_expression "(((vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>).\n _M_impl._M_start" ( (field_expression "((vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>).\n _M_impl._M_start" (field_expression "((vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>).\n _M_impl" (parenthesized_expression "((vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)" ( (ERROR "(vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base<unsigned_int,_std::" (comma_expression "(vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base<unsigned_int,_std" (binary_expression "(vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base<unsigned_int" (field_expression "(vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base" (parenthesized_expression "(vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)" ( (ERROR "vector<unsigned_int,_std::" (comma_expression "vector<unsigned_int,_std" (binary_expression "vector<unsigned_int" identifier < identifier) , identifier) : :) (binary_expression "allocator<unsigned_int>_> *)\n &this_01->field_0x84" (binary_expression "allocator<unsigned_int>_" (binary_expression "allocator<unsigned_int" identifier < identifier) > identifier) > (pointer_expression "*)\n &this_01->field_0x84" * (ERROR ")" )) (pointer_expression "&this_01->field_0x84" & (field_expression "this_01->field_0x84" identifier -> field_identifier)))) )) -> field_identifier) < identifier) , identifier) : :) (binary_expression "allocator<unsigned_int>_>" (binary_expression "allocator<unsigned_int>_" (binary_expression "allocator<unsigned_int" identifier < identifier) > identifier) > identifier) )) . field_identifier) . field_identifier) ))) ;) (if_statement "if ((uint)((int)*(pointer *)&this_01->field_0x88 - (int)puVar8 >> 2) <= local_6c\n ) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea8ba to 001ea8da has its CatchHandler @ 001ea8e9 */\n gold::do_gold_unreachable\n ("../../gold/object.h",0x7f7,"get_output_section_offset");\n }" if (parenthesized_expression "((uint)((int)*(pointer *)&this_01->field_0x88 - (int)puVar8 >> 2) <= local_6c\n )" ( (binary_expression "(uint)((int)*(pointer *)&this_01->field_0x88 - (int)puVar8 >> 2) <= local_6c" (call_expression "(uint)((int)*(pointer *)&this_01->field_0x88 - (int)puVar8 >> 2)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "((int)*(pointer *)&this_01->field_0x88 - (int)puVar8 >> 2)" ( (binary_expression "(int)*(pointer *)&this_01->field_0x88 - (int)puVar8 >> 2" (binary_expression "(int)*(pointer *)&this_01->field_0x88 - (int)puVar8" (cast_expression "(int)*(pointer *)&this_01->field_0x88" ( (type_descriptor "int" primitive_type) ) (pointer_expression "*(pointer *)&this_01->field_0x88" * (cast_expression "(pointer *)&this_01->field_0x88" ( (type_descriptor "pointer *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&this_01->field_0x88" & (field_expression "this_01->field_0x88" identifier -> field_identifier))))) - (cast_expression "(int)puVar8" ( (type_descriptor "int" primitive_type) ) identifier)) >> number_literal) ))) <= identifier) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea8ba to 001ea8da has its CatchHandler @ 001ea8e9 */\n gold::do_gold_unreachable\n ("../../gold/object.h",0x7f7,"get_output_section_offset");\n }" { comment comment (labeled_statement "gold::do_gold_unreachable\n ("../../gold/object.h",0x7f7,"get_output_section_offset");" statement_identifier : (ERROR ":" :) (expression_statement "do_gold_unreachable\n ("../../gold/object.h",0x7f7,"get_output_section_offset");" (call_expression "do_gold_unreachable\n ("../../gold/object.h",0x7f7,"get_output_section_offset")" identifier (argument_list "("../../gold/object.h",0x7f7,"get_output_section_offset")" ( (string_literal ""../../gold/object.h"" " string_content ") , number_literal , (string_literal ""get_output_section_offset"" " string_content ") ))) ;)) })) comment (if_statement "if ((puVar8[local_6c] == 0xffffffff) &&\n (pOVar23 = gold::Output_section::find_relaxed_input_section\n (pOVar7,(Relobj *)this_01,local_6c),\n pOVar23 == (Output_relaxed_input_section *)0x0)) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable");\n }" if (parenthesized_expression "((puVar8[local_6c] == 0xffffffff) &&\n (pOVar23 = gold::Output_section::find_relaxed_input_section\n (pOVar7,(Relobj *)this_01,local_6c),\n pOVar23 == (Output_relaxed_input_section *)0x0))" ( (binary_expression "(puVar8[local_6c] == 0xffffffff) &&\n (pOVar23 = gold::Output_section::find_relaxed_input_section\n (pOVar7,(Relobj *)this_01,local_6c),\n pOVar23 == (Output_relaxed_input_section *)0x0)" (parenthesized_expression "(puVar8[local_6c] == 0xffffffff)" ( (binary_expression "puVar8[local_6c] == 0xffffffff" (subscript_expression "puVar8[local_6c]" identifier [ identifier ]) == number_literal) )) && (parenthesized_expression "(pOVar23 = gold::Output_section::find_relaxed_input_section\n (pOVar7,(Relobj *)this_01,local_6c),\n pOVar23 == (Output_relaxed_input_section *)0x0)" ( (ERROR "pOVar23 = gold::Output_section::" (assignment_expression "pOVar23 = gold" identifier = identifier) : : identifier : :) (comma_expression "find_relaxed_input_section\n (pOVar7,(Relobj *)this_01,local_6c),\n pOVar23 == (Output_relaxed_input_section *)0x0" (call_expression "find_relaxed_input_section\n (pOVar7,(Relobj *)this_01,local_6c)" identifier (argument_list "(pOVar7,(Relobj *)this_01,local_6c)" ( identifier , (cast_expression "(Relobj *)this_01" ( (type_descriptor "Relobj *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , identifier ))) , (binary_expression "pOVar23 == (Output_relaxed_input_section *)0x0" identifier == (cast_expression "(Output_relaxed_input_section *)0x0" ( (type_descriptor "Output_relaxed_input_section *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal))) ))) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable");\n }" { comment (labeled_statement "gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable");" statement_identifier : (ERROR ":" :) (expression_statement "do_gold_unreachable\n ("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable");" (call_expression "do_gold_unreachable\n ("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable")" identifier (argument_list "("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable")" ( (string_literal ""../../gold/aarch64.cc"" " string_content ") , number_literal , (string_literal ""text_section_is_scannable"" " string_content ") ))) ;)) })) (expression_statement "uVar37 = *(uint *)((int)ppSVar12 + 0x44);" (assignment_expression "uVar37 = *(uint *)((int)ppSVar12 + 0x44)" identifier = (pointer_expression "*(uint *)((int)ppSVar12 + 0x44)" * (cast_expression "(uint *)((int)ppSVar12 + 0x44)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)ppSVar12 + 0x44)" ( (binary_expression "(int)ppSVar12 + 0x44" (cast_expression "(int)ppSVar12" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) ))))) ;) (if_statement "if (0xfeff < uVar37) {\n elfcpp::Elf_file<32,_false,_gold::Object>::initialize_shnum\n ((Elf_file<32,_false,_gold::Object> *)&this_01->field_0x90);\n uVar37 = uVar37 + *(int *)&this_01->field_0xa4;\n }" if (parenthesized_expression "(0xfeff < uVar37)" ( (binary_expression "0xfeff < uVar37" number_literal < identifier) )) (compound_statement "{\n elfcpp::Elf_file<32,_false,_gold::Object>::initialize_shnum\n ((Elf_file<32,_false,_gold::Object> *)&this_01->field_0x90);\n uVar37 = uVar37 + *(int *)&this_01->field_0xa4;\n }" { (labeled_statement "elfcpp::Elf_file<32,_false,_gold::Object>::initialize_shnum\n ((Elf_file<32,_false,_gold::Object> *)&this_01->field_0x90);" statement_identifier (ERROR "::Elf_file<32,_false,_gold::Object>::initialize_shnum\n ((Elf_file<32,_false,_gold:" : : (comma_expression "Elf_file<32,_false,_gold" (binary_expression "Elf_file<32" identifier < number_literal) , (comma_expression "_false,_gold" identifier , identifier)) : : identifier > : : identifier ( ( (comma_expression "Elf_file<32,_false,_gold" (binary_expression "Elf_file<32" identifier < number_literal) , (comma_expression "_false,_gold" identifier , identifier)) :) : (expression_statement "Object> *)&this_01->field_0x90);" (binary_expression "Object> *)&this_01->field_0x90" identifier > (pointer_expression "*)&this_01->field_0x90" * (ERROR ")" )) (pointer_expression "&this_01->field_0x90" & (field_expression "this_01->field_0x90" identifier -> field_identifier)))) (ERROR ")" )) ;)) (expression_statement "uVar37 = uVar37 + *(int *)&this_01->field_0xa4;" (assignment_expression "uVar37 = uVar37 + *(int *)&this_01->field_0xa4" identifier = (binary_expression "uVar37 + *(int *)&this_01->field_0xa4" identifier + (pointer_expression "*(int *)&this_01->field_0xa4" * (cast_expression "(int *)&this_01->field_0xa4" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "&this_01->field_0xa4" & (field_expression "this_01->field_0xa4" identifier -> field_identifier)))))) ;) })) (expression_statement "puVar8 = (((vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>).\n _M_impl._M_start;" (assignment_expression "puVar8 = (((vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>).\n _M_impl._M_start" identifier = (parenthesized_expression "(((vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>).\n _M_impl._M_start" ( (field_expression "((vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>).\n _M_impl._M_start" (field_expression "((vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>).\n _M_impl" (parenthesized_expression "((vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)" ( (ERROR "(vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base<unsigned_int,_std::" (comma_expression "(vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base<unsigned_int,_std" (binary_expression "(vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base<unsigned_int" (field_expression "(vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)->\n super__Vector_base" (parenthesized_expression "(vector<unsigned_int,_std::allocator<unsigned_int>_> *)\n &this_01->field_0x84)" ( (ERROR "vector<unsigned_int,_std::" (comma_expression "vector<unsigned_int,_std" (binary_expression "vector<unsigned_int" identifier < identifier) , identifier) : :) (binary_expression "allocator<unsigned_int>_> *)\n &this_01->field_0x84" (binary_expression "allocator<unsigned_int>_" (binary_expression "allocator<unsigned_int" identifier < identifier) > identifier) > (pointer_expression "*)\n &this_01->field_0x84" * (ERROR ")" )) (pointer_expression "&this_01->field_0x84" & (field_expression "this_01->field_0x84" identifier -> field_identifier)))) )) -> field_identifier) < identifier) , identifier) : :) (binary_expression "allocator<unsigned_int>_>" (binary_expression "allocator<unsigned_int>_" (binary_expression "allocator<unsigned_int" identifier < identifier) > identifier) > identifier) )) . field_identifier) . field_identifier) ))) ;) (if_statement "if ((uint)((int)*(pointer *)&this_01->field_0x88 - (int)puVar8 >> 2) <= uVar37)\n {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/object.h",0x7f7,"get_output_section_offset");\n }" if (parenthesized_expression "((uint)((int)*(pointer *)&this_01->field_0x88 - (int)puVar8 >> 2) <= uVar37)" ( (binary_expression "(uint)((int)*(pointer *)&this_01->field_0x88 - (int)puVar8 >> 2) <= uVar37" (call_expression "(uint)((int)*(pointer *)&this_01->field_0x88 - (int)puVar8 >> 2)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "((int)*(pointer *)&this_01->field_0x88 - (int)puVar8 >> 2)" ( (binary_expression "(int)*(pointer *)&this_01->field_0x88 - (int)puVar8 >> 2" (binary_expression "(int)*(pointer *)&this_01->field_0x88 - (int)puVar8" (cast_expression "(int)*(pointer *)&this_01->field_0x88" ( (type_descriptor "int" primitive_type) ) (pointer_expression "*(pointer *)&this_01->field_0x88" * (cast_expression "(pointer *)&this_01->field_0x88" ( (type_descriptor "pointer *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&this_01->field_0x88" & (field_expression "this_01->field_0x88" identifier -> field_identifier))))) - (cast_expression "(int)puVar8" ( (type_descriptor "int" primitive_type) ) identifier)) >> number_literal) ))) <= identifier) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/object.h",0x7f7,"get_output_section_offset");\n }" { comment (labeled_statement "gold::do_gold_unreachable\n ("../../gold/object.h",0x7f7,"get_output_section_offset");" statement_identifier : (ERROR ":" :) (expression_statement "do_gold_unreachable\n ("../../gold/object.h",0x7f7,"get_output_section_offset");" (call_expression "do_gold_unreachable\n ("../../gold/object.h",0x7f7,"get_output_section_offset")" identifier (argument_list "("../../gold/object.h",0x7f7,"get_output_section_offset")" ( (string_literal ""../../gold/object.h"" " string_content ") , number_literal , (string_literal ""get_output_section_offset"" " string_content ") ))) ;)) })) (expression_statement "pOVar7 = (((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_start[uVar37];" (assignment_expression "pOVar7 = (((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_start[uVar37]" identifier = (subscript_expression "(((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_start[uVar37]" (field_expression "(((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_start" (field_expression "(((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl" (parenthesized_expression "(((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )" ( (binary_expression "((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>" (binary_expression "((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_" (binary_expression "((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*,_std::allocator<gold" (binary_expression "((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold::Output_section*,_std" (binary_expression "((Output_sections *)&this_01->field_0x38)->\n super__Vector_base<gold" (field_expression "((Output_sections *)&this_01->field_0x38)->\n super__Vector_base" (parenthesized_expression "((Output_sections *)&this_01->field_0x38)" ( (cast_expression "(Output_sections *)&this_01->field_0x38" ( (type_descriptor "Output_sections *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&this_01->field_0x38" & (field_expression "this_01->field_0x38" identifier -> field_identifier))) )) -> field_identifier) < identifier) (ERROR "::Output_section" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Output_section" : : identifier) * (ERROR ">" >) identifier) > identifier) )) . field_identifier) . field_identifier) [ identifier ])) ;) (if_statement "if (puVar8[uVar37] == 0xffffffff) {\n pOVar23 = gold::Output_section::find_relaxed_input_section\n (pOVar7,(Relobj *)this_01,uVar37);\n if (pOVar23 == (Output_relaxed_input_section *)0x0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea7ee to 001ea7f2 has its CatchHandler @ 001ea8e9 */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if (((pOVar23->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.field_0x1c & 1) == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n }\n else if (((pOVar7->super_Output_data).field_0x1c & 1) == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }" if (parenthesized_expression "(puVar8[uVar37] == 0xffffffff)" ( (binary_expression "puVar8[uVar37] == 0xffffffff" (subscript_expression "puVar8[uVar37]" identifier [ identifier ]) == number_literal) )) (compound_statement "{\n pOVar23 = gold::Output_section::find_relaxed_input_section\n (pOVar7,(Relobj *)this_01,uVar37);\n if (pOVar23 == (Output_relaxed_input_section *)0x0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea7ee to 001ea7f2 has its CatchHandler @ 001ea8e9 */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if (((pOVar23->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.field_0x1c & 1) == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n }" { (ERROR "pOVar23 = gold::" (assignment_expression "pOVar23 = gold" identifier = identifier) : :) (labeled_statement "Output_section::find_relaxed_input_section\n (pOVar7,(Relobj *)this_01,uVar37);" statement_identifier : (ERROR ":" :) (expression_statement "find_relaxed_input_section\n (pOVar7,(Relobj *)this_01,uVar37);" (call_expression "find_relaxed_input_section\n (pOVar7,(Relobj *)this_01,uVar37)" identifier (argument_list "(pOVar7,(Relobj *)this_01,uVar37)" ( identifier , (cast_expression "(Relobj *)this_01" ( (type_descriptor "Relobj *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , identifier ))) ;)) (if_statement "if (pOVar23 == (Output_relaxed_input_section *)0x0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea7ee to 001ea7f2 has its CatchHandler @ 001ea8e9 */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }" if (parenthesized_expression "(pOVar23 == (Output_relaxed_input_section *)0x0)" ( (binary_expression "pOVar23 == (Output_relaxed_input_section *)0x0" identifier == (cast_expression "(Output_relaxed_input_section *)0x0" ( (type_descriptor "Output_relaxed_input_section *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n /* try { // try from 001ea7ee to 001ea7f2 has its CatchHandler @ 001ea8e9 */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }" { comment comment (labeled_statement "gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");" statement_identifier : (ERROR ":" :) (expression_statement "do_gold_unreachable\n ("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");" (call_expression "do_gold_unreachable\n ("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs")" identifier (argument_list "("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs")" ( (string_literal ""../../gold/aarch64.cc"" " string_content ") , number_literal , (string_literal ""scan_sections_for_stubs"" " string_content ") ))) ;)) })) (if_statement "if (((pOVar23->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.field_0x1c & 1) == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }" if (parenthesized_expression "(((pOVar23->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.field_0x1c & 1) == 0)" ( (binary_expression "((pOVar23->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.field_0x1c & 1) == 0" (parenthesized_expression "((pOVar23->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.field_0x1c & 1)" ( (binary_expression "(pOVar23->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.field_0x1c & 1" (field_expression "(pOVar23->super_Output_section_data_build).super_Output_section_data.\n super_Output_data.field_0x1c" (field_expression "(pOVar23->super_Output_section_data_build).super_Output_section_data.\n super_Output_data" (field_expression "(pOVar23->super_Output_section_data_build).super_Output_section_data" (parenthesized_expression "(pOVar23->super_Output_section_data_build)" ( (field_expression "pOVar23->super_Output_section_data_build" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) & number_literal) )) == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }" { comment (labeled_statement "gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");" statement_identifier : (ERROR ":" :) (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 ") ))) ;)) })) }) (else_clause "else if (((pOVar7->super_Output_data).field_0x1c & 1) == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }" else (if_statement "if (((pOVar7->super_Output_data).field_0x1c & 1) == 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }" if (parenthesized_expression "(((pOVar7->super_Output_data).field_0x1c & 1) == 0)" ( (binary_expression "((pOVar7->super_Output_data).field_0x1c & 1) == 0" (parenthesized_expression "((pOVar7->super_Output_data).field_0x1c & 1)" ( (binary_expression "(pOVar7->super_Output_data).field_0x1c & 1" (field_expression "(pOVar7->super_Output_data).field_0x1c" (parenthesized_expression "(pOVar7->super_Output_data)" ( (field_expression "pOVar7->super_Output_data" identifier -> field_identifier) )) . field_identifier) & number_literal) )) == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }" { comment (labeled_statement "gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");" statement_identifier : (ERROR ":" :) (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 ") ))) ;)) })))) (if_statement "if (*(Input_file **)&this_01->field_0x1c == (Input_file *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/object.h",0x1e3,"input_file");\n }" if (parenthesized_expression "(*(Input_file **)&this_01->field_0x1c == (Input_file *)0x0)" ( (binary_expression "*(Input_file **)&this_01->field_0x1c == (Input_file *)0x0" (pointer_expression "*(Input_file **)&this_01->field_0x1c" * (cast_expression "(Input_file **)&this_01->field_0x1c" ( (type_descriptor "Input_file **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&this_01->field_0x1c" & (field_expression "this_01->field_0x1c" identifier -> field_identifier)))) == (cast_expression "(Input_file *)0x0" ( (type_descriptor "Input_file *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/object.h",0x1e3,"input_file");\n }" { comment (labeled_statement "gold::do_gold_unreachable("../../gold/object.h",0x1e3,"input_file");" statement_identifier : (ERROR ":" :) (expression_statement "do_gold_unreachable("../../gold/object.h",0x1e3,"input_file");" (call_expression "do_gold_unreachable("../../gold/object.h",0x1e3,"input_file")" identifier (argument_list "("../../gold/object.h",0x1e3,"input_file")" ( (string_literal ""../../gold/object.h"" " string_content ") , number_literal , (string_literal ""input_file"" " string_content ") ))) ;)) })) (labeled_statement "gold::File_read::get_view\n (&(*(Input_file **)&this_01->field_0x1c)->file_,\n *(off_t *)&this_01->field_0x20,\n (ulonglong)*(uint *)((int)ppSVar12 + 0x38),\n *(section_size_type *)((int)ppSVar12 + 0x3c),true,false);" statement_identifier : (ERROR ":" :) (labeled_statement "File_read::get_view\n (&(*(Input_file **)&this_01->field_0x1c)->file_,\n *(off_t *)&this_01->field_0x20,\n (ulonglong)*(uint *)((int)ppSVar12 + 0x38),\n *(section_size_type *)((int)ppSVar12 + 0x3c),true,false);" statement_identifier : (ERROR ":" :) (expression_statement "get_view\n (&(*(Input_file **)&this_01->field_0x1c)->file_,\n *(off_t *)&this_01->field_0x20,\n (ulonglong)*(uint *)((int)ppSVar12 + 0x38),\n *(section_size_type *)((int)ppSVar12 + 0x3c),true,false);" (call_expression "get_view\n (&(*(Input_file **)&this_01->field_0x1c)->file_,\n *(off_t *)&this_01->field_0x20,\n (ulonglong)*(uint *)((int)ppSVar12 + 0x38),\n *(section_size_type *)((int)ppSVar12 + 0x3c),true,false)" identifier (argument_list "(&(*(Input_file **)&this_01->field_0x1c)->file_,\n *(off_t *)&this_01->field_0x20,\n (ulonglong)*(uint *)((int)ppSVar12 + 0x38),\n *(section_size_type *)((int)ppSVar12 + 0x3c),true,false)" ( (pointer_expression "&(*(Input_file **)&this_01->field_0x1c)->file_" & (field_expression "(*(Input_file **)&this_01->field_0x1c)->file_" (parenthesized_expression "(*(Input_file **)&this_01->field_0x1c)" ( (pointer_expression "*(Input_file **)&this_01->field_0x1c" * (cast_expression "(Input_file **)&this_01->field_0x1c" ( (type_descriptor "Input_file **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&this_01->field_0x1c" & (field_expression "this_01->field_0x1c" identifier -> field_identifier)))) )) -> field_identifier)) , (pointer_expression "*(off_t *)&this_01->field_0x20" * (cast_expression "(off_t *)&this_01->field_0x20" ( (type_descriptor "off_t *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&this_01->field_0x20" & (field_expression "this_01->field_0x20" identifier -> field_identifier)))) , (binary_expression "(ulonglong)*(uint *)((int)ppSVar12 + 0x38)" (parenthesized_expression "(ulonglong)" ( identifier )) * (cast_expression "(uint *)((int)ppSVar12 + 0x38)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)ppSVar12 + 0x38)" ( (binary_expression "(int)ppSVar12 + 0x38" (cast_expression "(int)ppSVar12" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) , (pointer_expression "*(section_size_type *)((int)ppSVar12 + 0x3c)" * (cast_expression "(section_size_type *)((int)ppSVar12 + 0x3c)" ( (type_descriptor "section_size_type *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)ppSVar12 + 0x3c)" ( (binary_expression "(int)ppSVar12 + 0x3c" (cast_expression "(int)ppSVar12" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) , true , false ))) ;))) (expression_statement "input_view_size_1 = 0;" (assignment_expression "input_view_size_1 = 0" identifier = number_literal) ;) (labeled_statement "gold::Object::section_contents\n ((Object *)this_01,uVar37,&input_view_size_1,false);" statement_identifier : (ERROR ":" :) (labeled_statement "Object::section_contents\n ((Object *)this_01,uVar37,&input_view_size_1,false);" statement_identifier : (ERROR ":" :) (expression_statement "section_contents\n ((Object *)this_01,uVar37,&input_view_size_1,false);" (call_expression "section_contents\n ((Object *)this_01,uVar37,&input_view_size_1,false)" identifier (argument_list "((Object *)this_01,uVar37,&input_view_size_1,false)" ( (cast_expression "(Object *)this_01" ( (type_descriptor "Object *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , identifier , (pointer_expression "&input_view_size_1" & identifier) , false ))) ;))) (if_statement "if (*(int *)((int)ppSVar12 + 0x2c) != 4) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }" if (parenthesized_expression "(*(int *)((int)ppSVar12 + 0x2c) != 4)" ( (binary_expression "*(int *)((int)ppSVar12 + 0x2c) != 4" (pointer_expression "*(int *)((int)ppSVar12 + 0x2c)" * (cast_expression "(int *)((int)ppSVar12 + 0x2c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)ppSVar12 + 0x2c)" ( (binary_expression "(int)ppSVar12 + 0x2c" (cast_expression "(int)ppSVar12" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) != number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }" { comment (labeled_statement "gold::do_gold_unreachable\n ("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");" statement_identifier : (ERROR ":" :) (expression_statement "do_gold_unreachable\n ("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");" (call_expression "do_gold_unreachable\n ("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs")" identifier (argument_list "("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs")" ( (string_literal ""../../gold/aarch64.cc"" " string_content ") , number_literal , (string_literal ""scan_sections_for_stubs"" " string_content ") ))) ;)) })) })) })) })) })) })) (expression_statement "local_64 = (Stub_table<32,_false> *)\n ((int)&(local_64->super_Output_data)._vptr_Output_data + 1);" (assignment_expression "local_64 = (Stub_table<32,_false> *)\n ((int)&(local_64->super_Output_data)._vptr_Output_data + 1)" identifier = (call_expression "(Stub_table<32,_false> *)\n ((int)&(local_64->super_Output_data)._vptr_Output_data + 1)" (parenthesized_expression "(Stub_table<32,_false> *)" ( (comma_expression "Stub_table<32,_false> *" (binary_expression "Stub_table<32" identifier < number_literal) , (binary_expression "_false> *" identifier > (pointer_expression "*" * identifier))) )) (argument_list "((int)&(local_64->super_Output_data)._vptr_Output_data + 1)" ( (binary_expression "(int)&(local_64->super_Output_data)._vptr_Output_data + 1" (cast_expression "(int)&(local_64->super_Output_data)._vptr_Output_data" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&(local_64->super_Output_data)._vptr_Output_data" & (field_expression "(local_64->super_Output_data)._vptr_Output_data" (parenthesized_expression "(local_64->super_Output_data)" ( (field_expression "local_64->super_Output_data" identifier -> field_identifier) )) . field_identifier))) + number_literal) )))) ;) (if_statement "if (pSVar4 == local_64) break;" if (parenthesized_expression "(pSVar4 == local_64)" ( (binary_expression "pSVar4 == local_64" identifier == identifier) )) (break_statement "break;" break ;)) (expression_statement "pGVar22 = gold::parameters->options_;" (field_expression "pGVar22 = gold::parameters->options_" (assignment_expression "pGVar22 = gold" identifier = identifier) (ERROR "::parameters" : : identifier) -> field_identifier) ;) (expression_statement "ppSVar12 = local_5c;" (assignment_expression "ppSVar12 = local_5c" identifier = identifier) ;) (if_statement "if (pGVar22 == (General_options *)0x0) goto LAB_001e9d87;" if (parenthesized_expression "(pGVar22 == (General_options *)0x0)" ( (binary_expression "pGVar22 == (General_options *)0x0" identifier == (cast_expression "(General_options *)0x0" ( (type_descriptor "General_options *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_001e9d87;" goto statement_identifier ;)) }) while (parenthesized_expression "( true )" ( true )) ;) })) (if_statement "if (*(Input_file **)&this_01->field_0x1c != (Input_file *)0x0) {\n gold::File_read::unlock(&(*(Input_file **)&this_01->field_0x1c)->file_,task);\n }" if (parenthesized_expression "(*(Input_file **)&this_01->field_0x1c != (Input_file *)0x0)" ( (binary_expression "*(Input_file **)&this_01->field_0x1c != (Input_file *)0x0" (pointer_expression "*(Input_file **)&this_01->field_0x1c" * (cast_expression "(Input_file **)&this_01->field_0x1c" ( (type_descriptor "Input_file **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&this_01->field_0x1c" & (field_expression "this_01->field_0x1c" identifier -> field_identifier)))) != (cast_expression "(Input_file *)0x0" ( (type_descriptor "Input_file *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n gold::File_read::unlock(&(*(Input_file **)&this_01->field_0x1c)->file_,task);\n }" { (labeled_statement "gold::File_read::unlock(&(*(Input_file **)&this_01->field_0x1c)->file_,task);" statement_identifier : (ERROR ":" :) (labeled_statement "File_read::unlock(&(*(Input_file **)&this_01->field_0x1c)->file_,task);" statement_identifier : (ERROR ":" :) (expression_statement "unlock(&(*(Input_file **)&this_01->field_0x1c)->file_,task);" (call_expression "unlock(&(*(Input_file **)&this_01->field_0x1c)->file_,task)" identifier (argument_list "(&(*(Input_file **)&this_01->field_0x1c)->file_,task)" ( (pointer_expression "&(*(Input_file **)&this_01->field_0x1c)->file_" & (field_expression "(*(Input_file **)&this_01->field_0x1c)->file_" (parenthesized_expression "(*(Input_file **)&this_01->field_0x1c)" ( (pointer_expression "*(Input_file **)&this_01->field_0x1c" * (cast_expression "(Input_file **)&this_01->field_0x1c" ( (type_descriptor "Input_file **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&this_01->field_0x1c" & (field_expression "this_01->field_0x1c" identifier -> field_identifier)))) )) -> field_identifier)) , identifier ))) ;))) })) (expression_statement "local_ac = local_ac + 1;" (assignment_expression "local_ac = local_ac + 1" identifier = (binary_expression "local_ac + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "((input_objects->relobj_list_).\n super__Vector_base<gold::Relobj*,_std::allocator<gold::Relobj*>_>._M_impl._M_finish !=\n local_ac)" ( (binary_expression "(input_objects->relobj_list_).\n super__Vector_base<gold::Relobj*,_std::allocator<gold::Relobj*>_>._M_impl._M_finish !=\n local_ac" (field_expression "(input_objects->relobj_list_).\n super__Vector_base<gold::Relobj*,_std::allocator<gold::Relobj*>_>._M_impl._M_finish" (field_expression "(input_objects->relobj_list_).\n super__Vector_base<gold::Relobj*,_std::allocator<gold::Relobj*>_>._M_impl" (binary_expression "(input_objects->relobj_list_).\n super__Vector_base<gold::Relobj*,_std::allocator<gold::Relobj*>_" (binary_expression "(input_objects->relobj_list_).\n super__Vector_base<gold::Relobj*,_std::allocator<gold" (binary_expression "(input_objects->relobj_list_).\n super__Vector_base<gold::Relobj*,_std" (binary_expression "(input_objects->relobj_list_).\n super__Vector_base<gold" (field_expression "(input_objects->relobj_list_).\n super__Vector_base" (parenthesized_expression "(input_objects->relobj_list_)" ( (field_expression "input_objects->relobj_list_" identifier -> field_identifier) )) . field_identifier) < identifier) (ERROR "::Relobj" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Relobj" : : identifier) * (ERROR ">" >) identifier) (ERROR ">" >) . field_identifier) . field_identifier) != identifier) )) ;)) }))) (expression_statement "ppSVar12 = (this->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std::allocator<(anonymous_namespace)::Stub_table<32,_false>*>_>\n ._M_impl._M_finish;" (field_expression "ppSVar12 = (this->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std::allocator<(anonymous_namespace)::Stub_table<32,_false>*>_>\n ._M_impl._M_finish" (field_expression "ppSVar12 = (this->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std::allocator<(anonymous_namespace)::Stub_table<32,_false>*>_>\n ._M_impl" (binary_expression "ppSVar12 = (this->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std::allocator<(anonymous_namespace)::Stub_table<32,_false>*>_" (binary_expression "ppSVar12 = (this->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std::allocator<(anonymous_namespace)::Stub_table<32" (binary_expression "ppSVar12 = (this->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std::allocator<(anonymous_namespace)" (binary_expression "ppSVar12 = (this->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std" (binary_expression "ppSVar12 = (this->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32" (assignment_expression "ppSVar12 = (this->stub_tables_).\n super__Vector_base<(anonymous_namespace)" identifier = (binary_expression "(this->stub_tables_).\n super__Vector_base<(anonymous_namespace)" (field_expression "(this->stub_tables_).\n super__Vector_base" (parenthesized_expression "(this->stub_tables_)" ( (field_expression "this->stub_tables_" identifier -> field_identifier) )) . field_identifier) < (parenthesized_expression "(anonymous_namespace)" ( identifier )))) (ERROR "::Stub_table" : : identifier) < number_literal) (ERROR ",_false" , identifier) > (pointer_expression "*,_std" * (ERROR "," ,) identifier)) (ERROR "::allocator" : : identifier) < (parenthesized_expression "(anonymous_namespace)" ( identifier ))) (ERROR "::Stub_table" : : identifier) < number_literal) (ERROR ",_false" , identifier) > (pointer_expression "*>_" * (ERROR ">" >) identifier)) (ERROR ">" >) . field_identifier) . field_identifier) ;) (for_statement "for (ppSVar30 = (this->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std::allocator<(anonymous_namespace)::Stub_table<32,_false>*>_>\n ._M_impl._M_start; ppSVar30 != ppSVar12; ppSVar30 = ppSVar30 + 1) {\n pSVar4 = *ppSVar30;\n uVar37 = (uint)pSVar4->reloc_stubs_size_;\n oVar46 = pSVar4->prev_data_size_;\n uVar40 = uVar37 + 3 & 0xfffffffc;\n iVar18 = *(int *)((int)&pSVar4->prev_data_size_ + 4);\n iVar36 = uVar40 + (int)pSVar4->erratum_stubs_size_;\n iVar41 = *(int *)((int)&pSVar4->reloc_stubs_size_ + 4) + (uint)(0xfffffffc < uVar37) +\n *(int *)((int)&pSVar4->erratum_stubs_size_ + 4) +\n (uint)CARRY4(uVar40,(uint)pSVar4->erratum_stubs_size_);\n *(int *)&pSVar4->prev_data_size_ = iVar36;\n *(int *)((int)&pSVar4->prev_data_size_ + 4) = iVar41;\n if (iVar18 != iVar41 || (int)oVar46 != iVar36) {\n pTVar5 = pSVar4->owner_;\n bVar44 = (pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c;\n if ((bVar44 & 1) == 0) {\nLAB_001ea799:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n uVar17 = (pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_;\n uVar13 = *(undefined4 *)\n ((int)&(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_ + 4);\n task_00 = (Task *)((bVar44 >> 2 & 1) << 0x18);\n if ((bVar44 >> 2 & 1) == 0) {\nLAB_001ea75d:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xe3,"offset");\n }\n oVar46 = (pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.offset_;\n uVar14 = *(undefined4 *)\n ((int)&(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.offset_ + 4);\n (pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c = bVar44 & 0xfa;\n if ((bVar44 & 8) == 0) {\n (pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c = bVar44 & 0xf8;\n }\n (*(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data._vptr_Output_data[0xf])(pTVar5);\n bVar44 = (pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c;\n if ((bVar44 & 1) != 0) {\nLAB_001ea73f:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0x142,"set_address");\n }\n *(int *)&(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_ = (int)uVar17;\n *(undefined4 *)\n ((int)&(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_ + 4) = uVar13;\n (pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c = bVar44 | 1;\n if ((bVar44 & 4) != 0) {\nLAB_001ea77b:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0x14b,"set_file_offset");\n }\n (pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c = bVar44 | 5;\n *(int *)&(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.offset_ = (int)oVar46;\n *(undefined4 *)\n ((int)&(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.offset_ + 4) = uVar14;\n if (((bVar44 & 2) == 0) &&\n ((*(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data._vptr_Output_data[0xe])(pTVar5),\n ((pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c & 2) == 0)) {\nLAB_001ea0f2:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0x163,"finalize_data_size");\n }\n break;\n }\n }" for ( (ERROR "ppSVar30 = (this->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std::allocator<(anonymous_namespace)::" (comma_expression "ppSVar30 = (this->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32,_false>*,_std" (binary_expression "ppSVar30 = (this->stub_tables_).\n super__Vector_base<(anonymous_namespace)::Stub_table<32" (assignment_expression "ppSVar30 = (this->stub_tables_).\n super__Vector_base<(anonymous_namespace)" identifier = (binary_expression "(this->stub_tables_).\n super__Vector_base<(anonymous_namespace)" (field_expression "(this->stub_tables_).\n super__Vector_base" (parenthesized_expression "(this->stub_tables_)" ( (field_expression "this->stub_tables_" identifier -> field_identifier) )) . field_identifier) < (parenthesized_expression "(anonymous_namespace)" ( identifier )))) (ERROR "::Stub_table" : : identifier) < number_literal) , (binary_expression "_false>*,_std" identifier > (pointer_expression "*,_std" * (ERROR "," ,) identifier))) : : (binary_expression "allocator<(anonymous_namespace)" identifier < (parenthesized_expression "(anonymous_namespace)" ( identifier ))) : :) (comma_expression "Stub_table<32,_false>*>_>\n ._M_impl._M_start" (binary_expression "Stub_table<32" identifier < number_literal) , (field_expression "_false>*>_>\n ._M_impl._M_start" (field_expression "_false>*>_>\n ._M_impl" (binary_expression "_false>*>_" identifier > (pointer_expression "*>_" * (ERROR ">" >) identifier)) (ERROR ">" >) . field_identifier) . field_identifier)) ; (binary_expression "ppSVar30 != ppSVar12" identifier != identifier) ; (assignment_expression "ppSVar30 = ppSVar30 + 1" identifier = (binary_expression "ppSVar30 + 1" identifier + number_literal)) ) (compound_statement "{\n pSVar4 = *ppSVar30;\n uVar37 = (uint)pSVar4->reloc_stubs_size_;\n oVar46 = pSVar4->prev_data_size_;\n uVar40 = uVar37 + 3 & 0xfffffffc;\n iVar18 = *(int *)((int)&pSVar4->prev_data_size_ + 4);\n iVar36 = uVar40 + (int)pSVar4->erratum_stubs_size_;\n iVar41 = *(int *)((int)&pSVar4->reloc_stubs_size_ + 4) + (uint)(0xfffffffc < uVar37) +\n *(int *)((int)&pSVar4->erratum_stubs_size_ + 4) +\n (uint)CARRY4(uVar40,(uint)pSVar4->erratum_stubs_size_);\n *(int *)&pSVar4->prev_data_size_ = iVar36;\n *(int *)((int)&pSVar4->prev_data_size_ + 4) = iVar41;\n if (iVar18 != iVar41 || (int)oVar46 != iVar36) {\n pTVar5 = pSVar4->owner_;\n bVar44 = (pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c;\n if ((bVar44 & 1) == 0) {\nLAB_001ea799:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n uVar17 = (pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_;\n uVar13 = *(undefined4 *)\n ((int)&(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_ + 4);\n task_00 = (Task *)((bVar44 >> 2 & 1) << 0x18);\n if ((bVar44 >> 2 & 1) == 0) {\nLAB_001ea75d:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xe3,"offset");\n }\n oVar46 = (pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.offset_;\n uVar14 = *(undefined4 *)\n ((int)&(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.offset_ + 4);\n (pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c = bVar44 & 0xfa;\n if ((bVar44 & 8) == 0) {\n (pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c = bVar44 & 0xf8;\n }\n (*(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data._vptr_Output_data[0xf])(pTVar5);\n bVar44 = (pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c;\n if ((bVar44 & 1) != 0) {\nLAB_001ea73f:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0x142,"set_address");\n }\n *(int *)&(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_ = (int)uVar17;\n *(undefined4 *)\n ((int)&(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_ + 4) = uVar13;\n (pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c = bVar44 | 1;\n if ((bVar44 & 4) != 0) {\nLAB_001ea77b:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0x14b,"set_file_offset");\n }\n (pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c = bVar44 | 5;\n *(int *)&(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.offset_ = (int)oVar46;\n *(undefined4 *)\n ((int)&(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.offset_ + 4) = uVar14;\n if (((bVar44 & 2) == 0) &&\n ((*(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data._vptr_Output_data[0xe])(pTVar5),\n ((pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c & 2) == 0)) {\nLAB_001ea0f2:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0x163,"finalize_data_size");\n }\n break;\n }\n }" { (expression_statement "pSVar4 = *ppSVar30;" (assignment_expression "pSVar4 = *ppSVar30" identifier = (pointer_expression "*ppSVar30" * identifier)) ;) (expression_statement "uVar37 = (uint)pSVar4->reloc_stubs_size_;" (assignment_expression "uVar37 = (uint)pSVar4->reloc_stubs_size_" identifier = (cast_expression "(uint)pSVar4->reloc_stubs_size_" ( (type_descriptor "uint" type_identifier) ) (field_expression "pSVar4->reloc_stubs_size_" identifier -> field_identifier))) ;) (expression_statement "oVar46 = pSVar4->prev_data_size_;" (assignment_expression "oVar46 = pSVar4->prev_data_size_" identifier = (field_expression "pSVar4->prev_data_size_" identifier -> field_identifier)) ;) (expression_statement "uVar40 = uVar37 + 3 & 0xfffffffc;" (assignment_expression "uVar40 = uVar37 + 3 & 0xfffffffc" identifier = (binary_expression "uVar37 + 3 & 0xfffffffc" (binary_expression "uVar37 + 3" identifier + number_literal) & number_literal)) ;) (expression_statement "iVar18 = *(int *)((int)&pSVar4->prev_data_size_ + 4);" (assignment_expression "iVar18 = *(int *)((int)&pSVar4->prev_data_size_ + 4)" identifier = (pointer_expression "*(int *)((int)&pSVar4->prev_data_size_ + 4)" * (cast_expression "(int *)((int)&pSVar4->prev_data_size_ + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&pSVar4->prev_data_size_ + 4)" ( (binary_expression "(int)&pSVar4->prev_data_size_ + 4" (cast_expression "(int)&pSVar4->prev_data_size_" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&pSVar4->prev_data_size_" & (field_expression "pSVar4->prev_data_size_" identifier -> field_identifier))) + number_literal) ))))) ;) (expression_statement "iVar36 = uVar40 + (int)pSVar4->erratum_stubs_size_;" (assignment_expression "iVar36 = uVar40 + (int)pSVar4->erratum_stubs_size_" identifier = (binary_expression "uVar40 + (int)pSVar4->erratum_stubs_size_" identifier + (cast_expression "(int)pSVar4->erratum_stubs_size_" ( (type_descriptor "int" primitive_type) ) (field_expression "pSVar4->erratum_stubs_size_" identifier -> field_identifier)))) ;) (expression_statement "iVar41 = *(int *)((int)&pSVar4->reloc_stubs_size_ + 4) + (uint)(0xfffffffc < uVar37) +\n *(int *)((int)&pSVar4->erratum_stubs_size_ + 4) +\n (uint)CARRY4(uVar40,(uint)pSVar4->erratum_stubs_size_);" (assignment_expression "iVar41 = *(int *)((int)&pSVar4->reloc_stubs_size_ + 4) + (uint)(0xfffffffc < uVar37) +\n *(int *)((int)&pSVar4->erratum_stubs_size_ + 4) +\n (uint)CARRY4(uVar40,(uint)pSVar4->erratum_stubs_size_)" identifier = (binary_expression "*(int *)((int)&pSVar4->reloc_stubs_size_ + 4) + (uint)(0xfffffffc < uVar37) +\n *(int *)((int)&pSVar4->erratum_stubs_size_ + 4) +\n (uint)CARRY4(uVar40,(uint)pSVar4->erratum_stubs_size_)" (binary_expression "*(int *)((int)&pSVar4->reloc_stubs_size_ + 4) + (uint)(0xfffffffc < uVar37) +\n *(int *)((int)&pSVar4->erratum_stubs_size_ + 4)" (binary_expression "*(int *)((int)&pSVar4->reloc_stubs_size_ + 4) + (uint)(0xfffffffc < uVar37)" (pointer_expression "*(int *)((int)&pSVar4->reloc_stubs_size_ + 4)" * (cast_expression "(int *)((int)&pSVar4->reloc_stubs_size_ + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&pSVar4->reloc_stubs_size_ + 4)" ( (binary_expression "(int)&pSVar4->reloc_stubs_size_ + 4" (cast_expression "(int)&pSVar4->reloc_stubs_size_" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&pSVar4->reloc_stubs_size_" & (field_expression "pSVar4->reloc_stubs_size_" identifier -> field_identifier))) + number_literal) )))) + (call_expression "(uint)(0xfffffffc < uVar37)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(0xfffffffc < uVar37)" ( (binary_expression "0xfffffffc < uVar37" number_literal < identifier) )))) + (pointer_expression "*(int *)((int)&pSVar4->erratum_stubs_size_ + 4)" * (cast_expression "(int *)((int)&pSVar4->erratum_stubs_size_ + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&pSVar4->erratum_stubs_size_ + 4)" ( (binary_expression "(int)&pSVar4->erratum_stubs_size_ + 4" (cast_expression "(int)&pSVar4->erratum_stubs_size_" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&pSVar4->erratum_stubs_size_" & (field_expression "pSVar4->erratum_stubs_size_" identifier -> field_identifier))) + number_literal) ))))) + (cast_expression "(uint)CARRY4(uVar40,(uint)pSVar4->erratum_stubs_size_)" ( (type_descriptor "uint" type_identifier) ) (call_expression "CARRY4(uVar40,(uint)pSVar4->erratum_stubs_size_)" identifier (argument_list "(uVar40,(uint)pSVar4->erratum_stubs_size_)" ( identifier , (cast_expression "(uint)pSVar4->erratum_stubs_size_" ( (type_descriptor "uint" type_identifier) ) (field_expression "pSVar4->erratum_stubs_size_" identifier -> field_identifier)) )))))) ;) (expression_statement "*(int *)&pSVar4->prev_data_size_ = iVar36;" (assignment_expression "*(int *)&pSVar4->prev_data_size_ = iVar36" (pointer_expression "*(int *)&pSVar4->prev_data_size_" * (cast_expression "(int *)&pSVar4->prev_data_size_" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "&pSVar4->prev_data_size_" & (field_expression "pSVar4->prev_data_size_" identifier -> field_identifier)))) = identifier) ;) (expression_statement "*(int *)((int)&pSVar4->prev_data_size_ + 4) = iVar41;" (assignment_expression "*(int *)((int)&pSVar4->prev_data_size_ + 4) = iVar41" (pointer_expression "*(int *)((int)&pSVar4->prev_data_size_ + 4)" * (cast_expression "(int *)((int)&pSVar4->prev_data_size_ + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&pSVar4->prev_data_size_ + 4)" ( (binary_expression "(int)&pSVar4->prev_data_size_ + 4" (cast_expression "(int)&pSVar4->prev_data_size_" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&pSVar4->prev_data_size_" & (field_expression "pSVar4->prev_data_size_" identifier -> field_identifier))) + number_literal) )))) = identifier) ;) (if_statement "if (iVar18 != iVar41 || (int)oVar46 != iVar36) {\n pTVar5 = pSVar4->owner_;\n bVar44 = (pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c;\n if ((bVar44 & 1) == 0) {\nLAB_001ea799:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n uVar17 = (pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_;\n uVar13 = *(undefined4 *)\n ((int)&(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_ + 4);\n task_00 = (Task *)((bVar44 >> 2 & 1) << 0x18);\n if ((bVar44 >> 2 & 1) == 0) {\nLAB_001ea75d:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xe3,"offset");\n }\n oVar46 = (pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.offset_;\n uVar14 = *(undefined4 *)\n ((int)&(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.offset_ + 4);\n (pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c = bVar44 & 0xfa;\n if ((bVar44 & 8) == 0) {\n (pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c = bVar44 & 0xf8;\n }\n (*(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data._vptr_Output_data[0xf])(pTVar5);\n bVar44 = (pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c;\n if ((bVar44 & 1) != 0) {\nLAB_001ea73f:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0x142,"set_address");\n }\n *(int *)&(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_ = (int)uVar17;\n *(undefined4 *)\n ((int)&(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_ + 4) = uVar13;\n (pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c = bVar44 | 1;\n if ((bVar44 & 4) != 0) {\nLAB_001ea77b:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0x14b,"set_file_offset");\n }\n (pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c = bVar44 | 5;\n *(int *)&(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.offset_ = (int)oVar46;\n *(undefined4 *)\n ((int)&(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.offset_ + 4) = uVar14;\n if (((bVar44 & 2) == 0) &&\n ((*(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data._vptr_Output_data[0xe])(pTVar5),\n ((pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c & 2) == 0)) {\nLAB_001ea0f2:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0x163,"finalize_data_size");\n }\n break;\n }" if (parenthesized_expression "(iVar18 != iVar41 || (int)oVar46 != iVar36)" ( (binary_expression "iVar18 != iVar41 || (int)oVar46 != iVar36" (binary_expression "iVar18 != iVar41" identifier != identifier) || (binary_expression "(int)oVar46 != iVar36" (cast_expression "(int)oVar46" ( (type_descriptor "int" primitive_type) ) identifier) != identifier)) )) (compound_statement "{\n pTVar5 = pSVar4->owner_;\n bVar44 = (pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c;\n if ((bVar44 & 1) == 0) {\nLAB_001ea799:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n uVar17 = (pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_;\n uVar13 = *(undefined4 *)\n ((int)&(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_ + 4);\n task_00 = (Task *)((bVar44 >> 2 & 1) << 0x18);\n if ((bVar44 >> 2 & 1) == 0) {\nLAB_001ea75d:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xe3,"offset");\n }\n oVar46 = (pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.offset_;\n uVar14 = *(undefined4 *)\n ((int)&(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.offset_ + 4);\n (pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c = bVar44 & 0xfa;\n if ((bVar44 & 8) == 0) {\n (pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c = bVar44 & 0xf8;\n }\n (*(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data._vptr_Output_data[0xf])(pTVar5);\n bVar44 = (pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c;\n if ((bVar44 & 1) != 0) {\nLAB_001ea73f:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0x142,"set_address");\n }\n *(int *)&(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_ = (int)uVar17;\n *(undefined4 *)\n ((int)&(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_ + 4) = uVar13;\n (pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c = bVar44 | 1;\n if ((bVar44 & 4) != 0) {\nLAB_001ea77b:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0x14b,"set_file_offset");\n }\n (pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c = bVar44 | 5;\n *(int *)&(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.offset_ = (int)oVar46;\n *(undefined4 *)\n ((int)&(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.offset_ + 4) = uVar14;\n if (((bVar44 & 2) == 0) &&\n ((*(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data._vptr_Output_data[0xe])(pTVar5),\n ((pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c & 2) == 0)) {\nLAB_001ea0f2:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0x163,"finalize_data_size");\n }\n break;\n }" { (expression_statement "pTVar5 = pSVar4->owner_;" (assignment_expression "pTVar5 = pSVar4->owner_" identifier = (field_expression "pSVar4->owner_" identifier -> field_identifier)) ;) (expression_statement "bVar44 = (pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c;" (assignment_expression "bVar44 = (pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c" identifier = (field_expression "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c" (field_expression "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data" (field_expression "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data" (field_expression "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build" (parenthesized_expression "(pTVar5->super_Output_relaxed_input_section)" ( (field_expression "pTVar5->super_Output_relaxed_input_section" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) . field_identifier)) ;) (if_statement "if ((bVar44 & 1) == 0) {\nLAB_001ea799:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }" if (parenthesized_expression "((bVar44 & 1) == 0)" ( (binary_expression "(bVar44 & 1) == 0" (parenthesized_expression "(bVar44 & 1)" ( (binary_expression "bVar44 & 1" identifier & number_literal) )) == number_literal) )) (compound_statement "{\nLAB_001ea799:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }" { (labeled_statement "LAB_001ea799:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");" statement_identifier : comment (labeled_statement "gold::do_gold_unreachable("../../gold/output.h",0xc5,"address");" statement_identifier : (ERROR ":" :) (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 "uVar17 = (pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_;" (assignment_expression "uVar17 = (pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_" identifier = (field_expression "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_" (field_expression "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data" (field_expression "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data" (field_expression "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build" (parenthesized_expression "(pTVar5->super_Output_relaxed_input_section)" ( (field_expression "pTVar5->super_Output_relaxed_input_section" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) . field_identifier)) ;) (expression_statement "uVar13 = *(undefined4 *)\n ((int)&(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_ + 4);" (assignment_expression "uVar13 = *(undefined4 *)\n ((int)&(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_ + 4)" identifier = (pointer_expression "*(undefined4 *)\n ((int)&(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_ + 4)" * (cast_expression "(undefined4 *)\n ((int)&(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_ + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_ + 4)" ( (binary_expression "(int)&(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_ + 4" (cast_expression "(int)&(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_" & (field_expression "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_" (field_expression "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data" (field_expression "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data" (field_expression "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build" (parenthesized_expression "(pTVar5->super_Output_relaxed_input_section)" ( (field_expression "pTVar5->super_Output_relaxed_input_section" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) . field_identifier))) + number_literal) ))))) ;) (expression_statement "task_00 = (Task *)((bVar44 >> 2 & 1) << 0x18);" (assignment_expression "task_00 = (Task *)((bVar44 >> 2 & 1) << 0x18)" identifier = (cast_expression "(Task *)((bVar44 >> 2 & 1) << 0x18)" ( (type_descriptor "Task *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((bVar44 >> 2 & 1) << 0x18)" ( (binary_expression "(bVar44 >> 2 & 1) << 0x18" (parenthesized_expression "(bVar44 >> 2 & 1)" ( (binary_expression "bVar44 >> 2 & 1" (binary_expression "bVar44 >> 2" identifier >> number_literal) & number_literal) )) << number_literal) )))) ;) (if_statement "if ((bVar44 >> 2 & 1) == 0) {\nLAB_001ea75d:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xe3,"offset");\n }" if (parenthesized_expression "((bVar44 >> 2 & 1) == 0)" ( (binary_expression "(bVar44 >> 2 & 1) == 0" (parenthesized_expression "(bVar44 >> 2 & 1)" ( (binary_expression "bVar44 >> 2 & 1" (binary_expression "bVar44 >> 2" identifier >> number_literal) & number_literal) )) == number_literal) )) (compound_statement "{\nLAB_001ea75d:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xe3,"offset");\n }" { (labeled_statement "LAB_001ea75d:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0xe3,"offset");" statement_identifier : comment (labeled_statement "gold::do_gold_unreachable("../../gold/output.h",0xe3,"offset");" statement_identifier : (ERROR ":" :) (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 "oVar46 = (pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.offset_;" (assignment_expression "oVar46 = (pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.offset_" identifier = (field_expression "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.offset_" (field_expression "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data" (field_expression "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data" (field_expression "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build" (parenthesized_expression "(pTVar5->super_Output_relaxed_input_section)" ( (field_expression "pTVar5->super_Output_relaxed_input_section" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) . field_identifier)) ;) (expression_statement "uVar14 = *(undefined4 *)\n ((int)&(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.offset_ + 4);" (assignment_expression "uVar14 = *(undefined4 *)\n ((int)&(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.offset_ + 4)" identifier = (pointer_expression "*(undefined4 *)\n ((int)&(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.offset_ + 4)" * (cast_expression "(undefined4 *)\n ((int)&(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.offset_ + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.offset_ + 4)" ( (binary_expression "(int)&(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.offset_ + 4" (cast_expression "(int)&(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.offset_" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.offset_" & (field_expression "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.offset_" (field_expression "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data" (field_expression "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data" (field_expression "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build" (parenthesized_expression "(pTVar5->super_Output_relaxed_input_section)" ( (field_expression "pTVar5->super_Output_relaxed_input_section" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) . field_identifier))) + number_literal) ))))) ;) (expression_statement "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c = bVar44 & 0xfa;" (assignment_expression "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c = bVar44 & 0xfa" (field_expression "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c" (field_expression "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data" (field_expression "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data" (field_expression "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build" (parenthesized_expression "(pTVar5->super_Output_relaxed_input_section)" ( (field_expression "pTVar5->super_Output_relaxed_input_section" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) . field_identifier) = (binary_expression "bVar44 & 0xfa" identifier & number_literal)) ;) (if_statement "if ((bVar44 & 8) == 0) {\n (pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c = bVar44 & 0xf8;\n }" if (parenthesized_expression "((bVar44 & 8) == 0)" ( (binary_expression "(bVar44 & 8) == 0" (parenthesized_expression "(bVar44 & 8)" ( (binary_expression "bVar44 & 8" identifier & number_literal) )) == number_literal) )) (compound_statement "{\n (pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c = bVar44 & 0xf8;\n }" { (expression_statement "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c = bVar44 & 0xf8;" (assignment_expression "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c = bVar44 & 0xf8" (field_expression "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c" (field_expression "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data" (field_expression "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data" (field_expression "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build" (parenthesized_expression "(pTVar5->super_Output_relaxed_input_section)" ( (field_expression "pTVar5->super_Output_relaxed_input_section" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) . field_identifier) = (binary_expression "bVar44 & 0xf8" identifier & number_literal)) ;) })) (expression_statement "(*(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data._vptr_Output_data[0xf])(pTVar5);" (call_expression "(*(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data._vptr_Output_data[0xf])(pTVar5)" (parenthesized_expression "(*(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data._vptr_Output_data[0xf])" ( (pointer_expression "*(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data._vptr_Output_data[0xf]" * (subscript_expression "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data._vptr_Output_data[0xf]" (field_expression "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data._vptr_Output_data" (field_expression "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data" (field_expression "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data" (field_expression "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build" (parenthesized_expression "(pTVar5->super_Output_relaxed_input_section)" ( (field_expression "pTVar5->super_Output_relaxed_input_section" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) . field_identifier) [ number_literal ])) )) (argument_list "(pTVar5)" ( identifier ))) ;) (expression_statement "bVar44 = (pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c;" (assignment_expression "bVar44 = (pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c" identifier = (field_expression "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c" (field_expression "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data" (field_expression "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data" (field_expression "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build" (parenthesized_expression "(pTVar5->super_Output_relaxed_input_section)" ( (field_expression "pTVar5->super_Output_relaxed_input_section" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) . field_identifier)) ;) (if_statement "if ((bVar44 & 1) != 0) {\nLAB_001ea73f:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0x142,"set_address");\n }" if (parenthesized_expression "((bVar44 & 1) != 0)" ( (binary_expression "(bVar44 & 1) != 0" (parenthesized_expression "(bVar44 & 1)" ( (binary_expression "bVar44 & 1" identifier & number_literal) )) != number_literal) )) (compound_statement "{\nLAB_001ea73f:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0x142,"set_address");\n }" { (labeled_statement "LAB_001ea73f:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0x142,"set_address");" statement_identifier : comment (labeled_statement "gold::do_gold_unreachable("../../gold/output.h",0x142,"set_address");" statement_identifier : (ERROR ":" :) (expression_statement "do_gold_unreachable("../../gold/output.h",0x142,"set_address");" (call_expression "do_gold_unreachable("../../gold/output.h",0x142,"set_address")" identifier (argument_list "("../../gold/output.h",0x142,"set_address")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""set_address"" " string_content ") ))) ;))) })) (expression_statement "*(int *)&(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_ = (int)uVar17;" (assignment_expression "*(int *)&(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_ = (int)uVar17" (pointer_expression "*(int *)&(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_" * (cast_expression "(int *)&(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "&(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_" & (field_expression "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_" (field_expression "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data" (field_expression "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data" (field_expression "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build" (parenthesized_expression "(pTVar5->super_Output_relaxed_input_section)" ( (field_expression "pTVar5->super_Output_relaxed_input_section" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) . field_identifier)))) = (cast_expression "(int)uVar17" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "*(undefined4 *)\n ((int)&(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_ + 4) = uVar13;" (assignment_expression "*(undefined4 *)\n ((int)&(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_ + 4) = uVar13" (pointer_expression "*(undefined4 *)\n ((int)&(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_ + 4)" * (cast_expression "(undefined4 *)\n ((int)&(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_ + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_ + 4)" ( (binary_expression "(int)&(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_ + 4" (cast_expression "(int)&(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_" & (field_expression "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.address_" (field_expression "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data" (field_expression "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data" (field_expression "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build" (parenthesized_expression "(pTVar5->super_Output_relaxed_input_section)" ( (field_expression "pTVar5->super_Output_relaxed_input_section" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) . field_identifier))) + number_literal) )))) = identifier) ;) (expression_statement "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c = bVar44 | 1;" (assignment_expression "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c = bVar44 | 1" (field_expression "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c" (field_expression "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data" (field_expression "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data" (field_expression "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build" (parenthesized_expression "(pTVar5->super_Output_relaxed_input_section)" ( (field_expression "pTVar5->super_Output_relaxed_input_section" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) . field_identifier) = (binary_expression "bVar44 | 1" identifier | number_literal)) ;) (if_statement "if ((bVar44 & 4) != 0) {\nLAB_001ea77b:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0x14b,"set_file_offset");\n }" if (parenthesized_expression "((bVar44 & 4) != 0)" ( (binary_expression "(bVar44 & 4) != 0" (parenthesized_expression "(bVar44 & 4)" ( (binary_expression "bVar44 & 4" identifier & number_literal) )) != number_literal) )) (compound_statement "{\nLAB_001ea77b:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0x14b,"set_file_offset");\n }" { (labeled_statement "LAB_001ea77b:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0x14b,"set_file_offset");" statement_identifier : comment (labeled_statement "gold::do_gold_unreachable("../../gold/output.h",0x14b,"set_file_offset");" statement_identifier : (ERROR ":" :) (expression_statement "do_gold_unreachable("../../gold/output.h",0x14b,"set_file_offset");" (call_expression "do_gold_unreachable("../../gold/output.h",0x14b,"set_file_offset")" identifier (argument_list "("../../gold/output.h",0x14b,"set_file_offset")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""set_file_offset"" " string_content ") ))) ;))) })) (expression_statement "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c = bVar44 | 5;" (assignment_expression "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c = bVar44 | 5" (field_expression "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c" (field_expression "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data" (field_expression "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data" (field_expression "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build" (parenthesized_expression "(pTVar5->super_Output_relaxed_input_section)" ( (field_expression "pTVar5->super_Output_relaxed_input_section" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) . field_identifier) = (binary_expression "bVar44 | 5" identifier | number_literal)) ;) (expression_statement "*(int *)&(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.offset_ = (int)oVar46;" (assignment_expression "*(int *)&(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.offset_ = (int)oVar46" (pointer_expression "*(int *)&(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.offset_" * (cast_expression "(int *)&(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.offset_" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "&(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.offset_" & (field_expression "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.offset_" (field_expression "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data" (field_expression "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data" (field_expression "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build" (parenthesized_expression "(pTVar5->super_Output_relaxed_input_section)" ( (field_expression "pTVar5->super_Output_relaxed_input_section" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) . field_identifier)))) = (cast_expression "(int)oVar46" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "*(undefined4 *)\n ((int)&(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.offset_ + 4) = uVar14;" (assignment_expression "*(undefined4 *)\n ((int)&(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.offset_ + 4) = uVar14" (pointer_expression "*(undefined4 *)\n ((int)&(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.offset_ + 4)" * (cast_expression "(undefined4 *)\n ((int)&(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.offset_ + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.offset_ + 4)" ( (binary_expression "(int)&(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.offset_ + 4" (cast_expression "(int)&(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.offset_" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.offset_" & (field_expression "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.offset_" (field_expression "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data" (field_expression "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data" (field_expression "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build" (parenthesized_expression "(pTVar5->super_Output_relaxed_input_section)" ( (field_expression "pTVar5->super_Output_relaxed_input_section" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) . field_identifier))) + number_literal) )))) = identifier) ;) (if_statement "if (((bVar44 & 2) == 0) &&\n ((*(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data._vptr_Output_data[0xe])(pTVar5),\n ((pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c & 2) == 0)) {\nLAB_001ea0f2:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0x163,"finalize_data_size");\n }" if (parenthesized_expression "(((bVar44 & 2) == 0) &&\n ((*(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data._vptr_Output_data[0xe])(pTVar5),\n ((pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c & 2) == 0))" ( (binary_expression "((bVar44 & 2) == 0) &&\n ((*(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data._vptr_Output_data[0xe])(pTVar5),\n ((pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c & 2) == 0)" (parenthesized_expression "((bVar44 & 2) == 0)" ( (binary_expression "(bVar44 & 2) == 0" (parenthesized_expression "(bVar44 & 2)" ( (binary_expression "bVar44 & 2" identifier & number_literal) )) == number_literal) )) && (parenthesized_expression "((*(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data._vptr_Output_data[0xe])(pTVar5),\n ((pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c & 2) == 0)" ( (comma_expression "(*(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data._vptr_Output_data[0xe])(pTVar5),\n ((pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c & 2) == 0" (call_expression "(*(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data._vptr_Output_data[0xe])(pTVar5)" (parenthesized_expression "(*(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data._vptr_Output_data[0xe])" ( (pointer_expression "*(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data._vptr_Output_data[0xe]" * (subscript_expression "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data._vptr_Output_data[0xe]" (field_expression "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data._vptr_Output_data" (field_expression "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data" (field_expression "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data" (field_expression "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build" (parenthesized_expression "(pTVar5->super_Output_relaxed_input_section)" ( (field_expression "pTVar5->super_Output_relaxed_input_section" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) . field_identifier) [ number_literal ])) )) (argument_list "(pTVar5)" ( identifier ))) , (binary_expression "((pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c & 2) == 0" (parenthesized_expression "((pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c & 2)" ( (binary_expression "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c & 2" (field_expression "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x1c" (field_expression "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data.super_Output_data" (field_expression "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build.\n super_Output_section_data" (field_expression "(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build" (parenthesized_expression "(pTVar5->super_Output_relaxed_input_section)" ( (field_expression "pTVar5->super_Output_relaxed_input_section" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) . field_identifier) & number_literal) )) == number_literal)) ))) )) (compound_statement "{\nLAB_001ea0f2:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0x163,"finalize_data_size");\n }" { (labeled_statement "LAB_001ea0f2:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0x163,"finalize_data_size");" statement_identifier : comment (labeled_statement "gold::do_gold_unreachable("../../gold/output.h",0x163,"finalize_data_size");" statement_identifier : (ERROR ":" :) (expression_statement "do_gold_unreachable("../../gold/output.h",0x163,"finalize_data_size");" (call_expression "do_gold_unreachable("../../gold/output.h",0x163,"finalize_data_size")" identifier (argument_list "("../../gold/output.h",0x163,"finalize_data_size")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""finalize_data_size"" " string_content ") ))) ;))) })) (break_statement "break;" break ;) })) })) (labeled_statement "LAB_001ea087:\n return (bool)(char)((uint)task_00 >> 0x18);" statement_identifier : (return_statement "return (bool)(char)((uint)task_00 >> 0x18);" return (cast_expression "(bool)(char)((uint)task_00 >> 0x18)" ( (type_descriptor "bool" primitive_type) ) (cast_expression "(char)((uint)task_00 >> 0x18)" ( (type_descriptor "char" primitive_type) ) (parenthesized_expression "((uint)task_00 >> 0x18)" ( (binary_expression "(uint)task_00 >> 0x18" (cast_expression "(uint)task_00" ( (type_descriptor "uint" type_identifier) ) identifier) >> number_literal) )))) ;)) (ERROR "}" }))
(translation_unit "byte FUN_001e95c0(int param_1,int param_2,int *param_3,undefined4 param_4,undefined4 param_5,\n undefined4 param_6)\n\n{\n undefined4 uVar1;\n undefined4 uVar2;\n undefined4 *puVar3;\n char cVar4;\n byte bVar5;\n int iVar6;\n int iVar7;\n int *piVar8;\n int iVar9;\n int iVar10;\n undefined4 uVar11;\n int iVar12;\n int iVar13;\n uint uVar14;\n uint uVar15;\n byte bVar16;\n uint *puVar17;\n undefined4 extraout_ECX;\n int iVar18;\n int *piVar19;\n uint uVar20;\n byte *pbVar21;\n uint *puVar22;\n uint uVar23;\n int iVar24;\n byte *pbVar25;\n uint uVar26;\n bool bVar27;\n bool bVar28;\n byte bVar29;\n longlong lVar30;\n undefined8 uVar31;\n int *local_ac;\n uint local_90;\n int *local_84;\n uint local_7c;\n int local_74;\n uint local_70;\n uint local_6c;\n int local_68;\n uint local_64;\n uint local_60;\n undefined4 *local_5c;\n uint local_54;\n uint *local_4c;\n uint local_48;\n int local_44;\n int local_40;\n uint *local_38;\n int *local_34;\n int *local_30;\n undefined4 local_2c;\n int *local_28;\n int *local_24;\n undefined4 local_20;\n \n bVar29 = 0;\n iVar7 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar7 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(iVar7 + 0x318d) != '\0') {\n \n FUN_002446e0("../../gold/aarch64.cc",0x160d,"do_relax");\n }\n if (param_2 == 1) {\n local_7c = *(int *)(iVar7 + 0x38a8) >> 0x1f;\n local_7c = (*(uint *)(iVar7 + 0x38a8) ^ local_7c) - local_7c;\n if (local_7c == 1) {\n local_7c = 0x7ffbffc;\n *(undefined4 *)(param_1 + 0x6c) = 0x7ffbffc;\n }\n else {\n *(uint *)(param_1 + 0x6c) = local_7c;\n }\n local_34 = (int *)0x0;\n local_30 = (int *)0x0;\n local_2c = 0;\n \n FUN_002758a0(param_5,&local_34);\n piVar8 = local_30;\n if (local_34 != local_30) {\n local_84 = local_34;\n do {\n iVar7 = *local_84;\n local_28 = (int *)0x0;\n local_24 = (int *)0x0;\n local_38 = *(uint **)(iVar7 + 0x70);\n local_20 = 0;\n if (local_38 != *(uint **)(iVar7 + 0x6c)) {\n local_70 = 0;\n bVar27 = false;\n local_5c = (undefined4 *)0x0;\n puVar22 = *(uint **)(iVar7 + 0x6c);\nLAB_001ea390:\n local_4c = puVar22;\n if (local_4c[1] != 0) {\n uVar26 = local_4c[1] - 1;\n bVar5 = (byte)uVar26;\n bVar28 = (uVar26 & 0x20) == 0;\n lVar30 = CONCAT44((uint)!bVar28 << (bVar5 & 0x1f),(uint)bVar28 << (bVar5 & 0x1f));\n goto LAB_001ea3bd;\n }\nLAB_001ea39e:\n uVar26 = *local_4c;\n puVar22 = local_4c;\njoined_r0x001ea3ac:\n local_4c = puVar22;\n if (uVar26 + 4 < 4) {\n \n lVar30 = (**(code **)(*(int *)local_4c[4] + 0xc))((int *)local_4c[4]);\nLAB_001ea3bd:\n if (lVar30 != 0) {\n local_5c = (undefined4 *)((int)lVar30 + -1 + (int)local_5c & -(int)lVar30);\n }\n }\n iVar6 = FUN_002c60d0(local_4c);\n uVar26 = (int)local_5c + iVar6;\n uVar23 = uVar26;\n if (bVar27) goto LAB_001ea4f0;\nLAB_001ea3f6:\n if (*local_4c < 0xfffffffd) {\n lVar30 = FUN_002c60d0(local_4c);\n puVar22 = local_4c + 6;\n puVar17 = *(uint **)(iVar7 + 0x70);\n if (lVar30 == 0) goto LAB_001e9783;\n if (bVar27) {\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea610;\n puVar17 = local_4c + 7;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n if (*puVar17 != 0) {\n uVar26 = *puVar17 - 1;\n bVar16 = (byte)uVar26;\n bVar5 = bVar16 & 0x1f;\n uVar14 = 1 << (bVar16 & 0x1f);\n uVar15 = uVar14;\n uVar20 = 0 << bVar5 | 1U >> 0x20 - bVar5;\n if ((uVar26 & 0x20) != 0) {\n uVar15 = 0;\n uVar20 = uVar14;\n }\n if (uVar20 == 0 && uVar15 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n }\n else {\n local_5c = (undefined4 *)((uVar15 - 1) + uVar23 & -uVar15);\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = (int)local_5c + iVar6;\n }\n goto LAB_001ea4f0;\n }\n goto LAB_001ea39e;\n }\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea619;\n if (local_4c[7] != 0) {\n uVar26 = local_4c[7] - 1;\n bVar5 = (byte)uVar26;\n bVar27 = (uVar26 & 0x20) == 0;\n iVar6 = (uint)bVar27 << (bVar5 & 0x1f);\n if ((uint)!bVar27 << (bVar5 & 0x1f) == 0 && iVar6 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\n else {\n uVar23 = -iVar6 & (uVar23 - 1) + iVar6;\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\nLAB_001ea4f0:\n uVar23 = uVar26;\n if (uVar26 - local_70 < local_7c) {\n bVar27 = true;\n }\n else {\n if (*(uint **)(iVar7 + 0x70) == local_38) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0xaf7,"group_sections");\n }\n FUN_001e8c30(param_1,&local_28,param_6);\n bVar27 = false;\n }\n goto LAB_001ea3f6;\n }\n uVar26 = *puVar22;\n bVar27 = true;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n goto joined_r0x001ea3ac;\n }\n puVar17 = *(uint **)(iVar7 + 0x70);\nLAB_001e9783:\n local_5c = (undefined4 *)uVar23;\n puVar22 = local_4c + 6;\n if (local_4c + 6 != puVar17) goto LAB_001ea390;\n if (bVar27) {\nLAB_001ea610:\n if (puVar17 == local_38) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0xb32,"group_sections",local_4c + 6);\n }\nLAB_001ea619:\n FUN_001e8c30(param_1,&local_28,param_6);\n }\n if (local_24 == local_28) {\nLAB_001ea600:\n if (local_28 != (int *)0x0) goto LAB_001e9835;\n goto LAB_001e9844;\n }\n \n FUN_002cdf10(iVar7,&local_28);\n iVar7 = (int)local_24 - (int)local_28 >> 2;\n if (iVar7 == 0) goto LAB_001ea600;\n iVar6 = *(int *)(*local_28 + 0x2c);\n uVar26 = *(uint *)(*local_28 + 0x30);\n iVar13 = *(int *)(iVar6 + 0x84);\n if ((uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26) goto LAB_001ea7b7;\n iVar24 = 0;\n while( true ) {\n *(undefined4 *)(iVar13 + uVar26 * 4) = 0xffffffff;\n iVar24 = iVar24 + 1;\n *(undefined1 *)(iVar6 + 0x4c) = 1;\n if (iVar7 == iVar24) break;\n iVar6 = *(int *)(local_28[iVar24] + 0x2c);\n uVar26 = *(uint *)(local_28[iVar24] + 0x30);\n iVar13 = *(int *)(iVar6 + 0x84);\n if ((uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26) {\nLAB_001ea7b7:\n \n \n FUN_002446e0("../../gold/object.h",0x81f,"do_set_section_offset");\n }\n }\nLAB_001e9835:\n FUN_003ae080(local_28);\n }\nLAB_001e9844:\n local_84 = local_84 + 1;\n piVar8 = local_34;\n } while (local_30 != local_84);\n }\n if (piVar8 != (int *)0x0) {\n FUN_003ae080(piVar8);\n }\nLAB_001e9870:\n local_ac = (int *)*param_3;\n if (local_ac == (int *)param_3[1]) goto LAB_001e9f98;\n }\n else {\n local_5c = *(undefined4 **)(param_1 + 0x60);\n if (local_5c != *(undefined4 **)(param_1 + 100)) {\n do {\n piVar8 = (int *)*local_5c;\n iVar7 = piVar8[8];\n if (*(code **)(*piVar8 + 0xc) == FUN_001d1390) {\n local_4c = *(uint **)(iVar7 + 0x3c);\n local_64 = 0xfffffffc;\n local_60 = 0xffffffff;\n lVar30 = 4;\nLAB_001e965f:\n local_68 = (int)((ulonglong)lVar30 >> 0x20);\n local_6c = (uint)lVar30;\n bVar27 = CARRY4(local_6c,(uint)local_4c);\n iVar6 = local_6c + (int)local_4c;\n local_4c = (uint *)(local_64 & iVar6 - 1U);\n local_48 = local_60 & local_68 + (uint)bVar27 + -1 + (uint)(iVar6 != 0);\n }\n else {\n lVar30 = (**(code **)(*piVar8 + 0xc))(piVar8);\n local_4c = *(uint **)(iVar7 + 0x3c);\n local_48 = 0;\n if (lVar30 != 0) {\n local_64 = -(int)lVar30;\n local_60 = -((int)((ulonglong)lVar30 >> 0x20) + (uint)((int)lVar30 != 0));\n goto LAB_001e965f;\n }\n }\n if ((*(byte *)(iVar7 + 0x1c) & 4) == 0) goto LAB_001ea75d;\n uVar23 = *(uint *)(iVar7 + 0x14);\n uVar26 = *(uint *)(iVar7 + 0x14);\n iVar6 = *(int *)(iVar7 + 0x18);\n if ((*(byte *)(iVar7 + 0x1c) & 1) == 0) goto LAB_001ea799;\n bVar5 = *(byte *)(piVar8 + 7);\n uVar20 = *(uint *)(iVar7 + 4);\n iVar13 = *(int *)(iVar7 + 8);\n if ((bVar5 & 1) != 0) goto LAB_001ea73f;\n piVar8[1] = (int)local_4c + *(uint *)(iVar7 + 4);\n piVar8[2] = local_48 + iVar13 + (uint)CARRY4((uint)local_4c,uVar20);\n *(byte *)(piVar8 + 7) = bVar5 | 1;\n if ((bVar5 & 4) != 0) goto LAB_001ea77b;\n *(byte *)(piVar8 + 7) = bVar5 | 5;\n piVar8[5] = (int)local_4c + uVar26;\n piVar8[6] = local_48 + iVar6 + (uint)CARRY4((uint)local_4c,uVar23);\n if (((bVar5 & 2) == 0) &&\n ((**(code **)(*piVar8 + 0x38))(piVar8), (*(byte *)(piVar8 + 7) & 2) == 0))\n goto LAB_001ea0f2;\n local_5c = local_5c + 1;\n } while (*(undefined4 **)(param_1 + 100) != local_5c);\n goto LAB_001e9870;\n }\n local_ac = (int *)*param_3;\n if ((int *)param_3[1] == local_ac) {\n return 0;\n }\n }\n do {\n iVar7 = *local_ac;\n if (*(int *)(iVar7 + 0x1c) == 0) {\nLAB_001ea110:\n \n \n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }\n FUN_0023cd00(*(int *)(iVar7 + 0x1c) + 0x1c,param_6);\n uVar26 = *(uint *)(iVar7 + 0x28);\n if (*(int *)(iVar7 + 0x1c) == 0) goto LAB_001ea110;\n \n iVar6 = FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)(iVar7 + 0x94),\n *(undefined4 *)(iVar7 + 0x98),uVar26 * 0x28,1,1);\n FUN_00318bd0(iVar7);\n if (1 < uVar26) {\n iVar13 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar13 == 0) {\nLAB_001e9d87:\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n local_64 = 1;\n iVar24 = iVar7 + 0x14c;\n puVar3 = (undefined4 *)iVar6;\n do {\n local_5c = (undefined4 *)((int)puVar3 + 0x28);\n iVar9 = *(int *)((int)puVar3 + 0x2c);\n if ((((*(char *)(iVar13 + 0x1671) != '\0') || (*(char *)(iVar13 + 0x16ed) != '\0')) &&\n (*(int *)((int)puVar3 + 0x3c) != 0)) && ((*(byte *)((int)puVar3 + 0x30) & 6) != 0)) {\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_64 * 4);\n if ((iVar13 != 0) && (iVar9 == 1)) {\n cVar4 = FUN_0034cd20(param_4,iVar7,local_64);\n if (cVar4 == '\0') {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_64) {\n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n local_74 = *(int *)(*(int *)(iVar7 + 0x84) + local_64 * 4);\n if (local_74 == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,local_64);\n if (iVar13 == 0) goto LAB_001e9c60;\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address",extraout_ECX);\n }\n local_74 = *(int *)(iVar13 + 4);\n }\n else {\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) goto LAB_001ea816;\n local_74 = local_74 + *(int *)(iVar13 + 4);\n }\n if ((uint)(*(int *)(iVar7 + 0x140) - *(int *)(iVar7 + 0x13c) >> 2) <= local_64) {\n \n FUN_001d4d60();\nLAB_001ea816:\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if ((*(int *)(*(int *)(iVar7 + 0x13c) + local_64 * 4) != 0) &&\n (FUN_001d6c20(local_64), local_44 != local_40)) {\n iVar13 = *(int *)(local_44 + 0x10);\n iVar18 = local_74 + *(int *)(iVar13 + 0x18);\n *(int *)(iVar13 + 0x20) = iVar18;\n iVar9 = local_44;\n while( true ) {\n if (iVar18 + 4 == -1) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x361,"set_destination_address");\n }\n *(int *)(iVar13 + 4) = iVar18 + 4;\n iVar9 = thunk_FUN_003af660(iVar9);\n if (iVar9 == local_40) break;\n iVar13 = *(int *)(iVar9 + 0x10);\n iVar18 = *(int *)(iVar13 + 0x18) + local_74;\n *(int *)(iVar13 + 0x20) = iVar18;\n }\n }\n local_28 = (int *)0x0;\n iVar18 = FUN_0028b8b0(iVar7,local_64,&local_28,0);\n iVar13 = *(int *)(iVar7 + 0x150);\n iVar9 = iVar24;\n if (*(int *)(iVar7 + 0x150) != 0) {\n do {\n while (iVar10 = iVar13, *(uint *)(iVar10 + 0x10) < local_64) {\n piVar8 = (int *)(iVar10 + 0xc);\n iVar13 = *piVar8;\n iVar10 = iVar9;\n if (*piVar8 == 0) goto LAB_001e9af5;\n }\n iVar13 = *(int *)(iVar10 + 8);\n iVar9 = iVar10;\n } while (*(int *)(iVar10 + 8) != 0);\nLAB_001e9af5:\n if (iVar24 != iVar10) {\n uVar23 = *(uint *)(iVar10 + 0x10);\n while (local_64 == uVar23) {\n iVar13 = thunk_FUN_003af660(iVar10);\n if (*(char *)(iVar10 + 0x18) == 'x') {\n iVar9 = *(int *)(iVar10 + 0x14);\n if ((iVar24 == iVar13) || (*(uint *)(iVar13 + 0x10) != local_64)) {\n local_54 = *(int *)((int)puVar3 + 0x3c);\n }\n else {\n local_54 = *(int *)(iVar13 + 0x14);\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(iVar10 + 0x1671) != '\0') &&\n (uVar23 = local_74 + iVar9, (uVar23 & 3) == 0)) {\n iVar10 = 0;\n if ((uVar23 & 0xfff) < 0xff8) {\n iVar10 = 0xff8 - (uVar23 & 0xfff);\n }\n while (iVar10 + 0xcU <= local_54 - iVar9) {\n puVar22 = (uint *)(iVar18 + iVar9 + iVar10);\n uVar20 = uVar23 + iVar10;\n if ((*puVar22 & 0x9f000000) == 0x90000000) {\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }\n iVar12 = iVar10 + 4;\n iVar10 = iVar10 + 0xffc;\n if ((uVar20 & 0xfff) == 0xff8) {\n iVar10 = iVar12;\n }\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (*(char *)(iVar10 + 0x16ed) != '\0') {\n uVar23 = local_54 - iVar9;\n if (4 < uVar23) {\n local_54 = 4;\n uVar20 = 0;\n do {\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n } while (local_54 < uVar23);\n }\n }\n }\n if (iVar24 == iVar13) break;\n iVar10 = iVar13;\n uVar23 = *(uint *)(iVar13 + 0x10);\n }\n }\n }\n }\nLAB_001e9c60:\n iVar9 = *(int *)((int)puVar3 + 0x2c);\n }\n }\n if ((iVar9 == 4) && (iVar13 = *(int *)((int)puVar3 + 0x3c), iVar13 != 0)) {\n uVar23 = *(uint *)((int)puVar3 + 0x40);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if (((*(uint *)(iVar7 + 0xac) == uVar23) && (*(int *)((int)puVar3 + 0x4c) == 0xc)) &&\n (lVar30 = FUN_00442a10(iVar13,0,0xc,0), lVar30 == 0)) {\n local_6c = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < local_6c) {\n \n FUN_00106f60(iVar7 + 0x90);\n local_6c = local_6c + *(int *)(iVar7 + 0xa4);\n }\n if (local_6c < *(uint *)(iVar7 + 0x28)) {\n iVar13 = iVar6 + local_6c * 0x28;\n if ((((*(int *)(iVar13 + 0x14) != 0) && ((*(byte *)(iVar13 + 8) & 2) != 0)) &&\n (*(int *)(iVar13 + 4) == 1)) &&\n (iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_6c * 4), iVar13 != 0)) {\n cVar4 = FUN_0034cd20(param_4,iVar7,local_6c);\n bVar27 = false;\n bVar28 = cVar4 == '\0';\n if (bVar28) {\n iVar9 = 10;\n pbVar21 = *(byte **)(iVar13 + 0x20);\n pbVar25 = (byte *)".eh_frame";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar27 = *pbVar21 < *pbVar25;\n bVar28 = *pbVar21 == *pbVar25;\n pbVar21 = pbVar21 + (uint)bVar29 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar29 * -2 + 1;\n } while (bVar28);\n if ((!bVar27 && !bVar28) != bVar27) {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_6c) {\n \n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset",iVar9);\n }\n if (*(int *)(*(int *)(iVar7 + 0x84) + local_6c * 4) == -1) {\n \n uVar31 = FUN_002cd8b0(iVar13,iVar7,local_6c);\n if ((int)uVar31 == 0) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable",\n (int)((ulonglong)uVar31 >> 0x20));\n }\n }\n uVar23 = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= uVar23) {\n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + uVar23 * 4);\n if (*(int *)(*(int *)(iVar7 + 0x84) + uVar23 * 4) == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,uVar23);\n if (iVar13 == 0) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }\n else if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if (*(int *)(iVar7 + 0x1c) == 0) {\n \n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }\n FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)((int)puVar3 + 0x38),0\n ,*(undefined4 *)((int)puVar3 + 0x3c),1,0);\n local_34 = (int *)0x0;\n FUN_0028b8b0(iVar7,uVar23,&local_34,0);\n if (*(int *)((int)puVar3 + 0x2c) != 4) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }\n }\n }\n }\n }\n }\n }\n local_64 = local_64 + 1;\n if (uVar26 == local_64) break;\n iVar13 = *(int *)(DAT_005ea7c8 + 8);\n puVar3 = local_5c;\n if (iVar13 == 0) goto LAB_001e9d87;\n } while( true );\n }\n if (*(int *)(iVar7 + 0x1c) != 0) {\n FUN_0023dd30(*(int *)(iVar7 + 0x1c) + 0x1c,param_6);\n }\n local_ac = local_ac + 1;\n } while ((int *)param_3[1] != local_ac);\nLAB_001e9f98:\n piVar8 = *(int **)(param_1 + 100);\n piVar19 = *(int **)(param_1 + 0x60);\n while( true ) {\n if (piVar19 == piVar8) {\n return 0;\n }\n iVar7 = *piVar19;\n iVar6 = *(int *)(iVar7 + 0x68);\n uVar26 = *(uint *)(iVar7 + 0x58) + 3 & 0xfffffffc;\n iVar13 = *(int *)(iVar7 + 0x6c);\n iVar24 = uVar26 + *(uint *)(iVar7 + 0x60);\n iVar9 = *(int *)(iVar7 + 0x5c) + (uint)(0xfffffffc < *(uint *)(iVar7 + 0x58)) +\n *(int *)(iVar7 + 100) + (uint)CARRY4(uVar26,*(uint *)(iVar7 + 0x60));\n *(int *)(iVar7 + 0x68) = iVar24;\n *(int *)(iVar7 + 0x6c) = iVar9;\n if (iVar13 != iVar9 || iVar6 != iVar24) break;\n piVar19 = piVar19 + 1;\n }\n piVar8 = *(int **)(iVar7 + 0x20);\n bVar29 = *(byte *)(piVar8 + 7);\n if ((bVar29 & 1) == 0) {\nLAB_001ea799:\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n iVar7 = piVar8[1];\n iVar6 = piVar8[2];\n bVar5 = bVar29 >> 2 & 1;\n if ((bVar29 >> 2 & 1) != 0) {\n iVar13 = piVar8[5];\n iVar24 = piVar8[6];\n *(byte *)(piVar8 + 7) = bVar29 & 0xfa;\n if ((bVar29 & 8) == 0) {\n *(byte *)(piVar8 + 7) = bVar29 & 0xf8;\n }\n (**(code **)(*piVar8 + 0x3c))(piVar8);\n bVar29 = *(byte *)(piVar8 + 7);\n if ((bVar29 & 1) == 0) {\n piVar8[1] = iVar7;\n piVar8[2] = iVar6;\n *(byte *)(piVar8 + 7) = bVar29 | 1;\n if ((bVar29 & 4) == 0) {\n *(byte *)(piVar8 + 7) = bVar29 | 5;\n piVar8[5] = iVar13;\n piVar8[6] = iVar24;\n if ((bVar29 & 2) != 0) {\n return bVar5;\n }\n (**(code **)(*piVar8 + 0x38))(piVar8);\n if ((*(byte *)(piVar8 + 7) & 2) != 0) {\n return bVar5;\n }\nLAB_001ea0f2:\n \n FUN_002446e0("../../gold/output.h",0x163,"finalize_data_size");\n }\nLAB_001ea77b:\n \n FUN_002446e0("../../gold/output.h",0x14b,"set_file_offset");\n }\nLAB_001ea73f:\n \n FUN_002446e0("../../gold/output.h",0x142,"set_address");\n }\nLAB_001ea75d:\n \n FUN_002446e0("../../gold/output.h",0xe3,"offset");\n}\n\n" (function_definition "byte FUN_001e95c0(int param_1,int param_2,int *param_3,undefined4 param_4,undefined4 param_5,\n undefined4 param_6)\n\n{\n undefined4 uVar1;\n undefined4 uVar2;\n undefined4 *puVar3;\n char cVar4;\n byte bVar5;\n int iVar6;\n int iVar7;\n int *piVar8;\n int iVar9;\n int iVar10;\n undefined4 uVar11;\n int iVar12;\n int iVar13;\n uint uVar14;\n uint uVar15;\n byte bVar16;\n uint *puVar17;\n undefined4 extraout_ECX;\n int iVar18;\n int *piVar19;\n uint uVar20;\n byte *pbVar21;\n uint *puVar22;\n uint uVar23;\n int iVar24;\n byte *pbVar25;\n uint uVar26;\n bool bVar27;\n bool bVar28;\n byte bVar29;\n longlong lVar30;\n undefined8 uVar31;\n int *local_ac;\n uint local_90;\n int *local_84;\n uint local_7c;\n int local_74;\n uint local_70;\n uint local_6c;\n int local_68;\n uint local_64;\n uint local_60;\n undefined4 *local_5c;\n uint local_54;\n uint *local_4c;\n uint local_48;\n int local_44;\n int local_40;\n uint *local_38;\n int *local_34;\n int *local_30;\n undefined4 local_2c;\n int *local_28;\n int *local_24;\n undefined4 local_20;\n \n bVar29 = 0;\n iVar7 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar7 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(iVar7 + 0x318d) != '\0') {\n \n FUN_002446e0("../../gold/aarch64.cc",0x160d,"do_relax");\n }\n if (param_2 == 1) {\n local_7c = *(int *)(iVar7 + 0x38a8) >> 0x1f;\n local_7c = (*(uint *)(iVar7 + 0x38a8) ^ local_7c) - local_7c;\n if (local_7c == 1) {\n local_7c = 0x7ffbffc;\n *(undefined4 *)(param_1 + 0x6c) = 0x7ffbffc;\n }\n else {\n *(uint *)(param_1 + 0x6c) = local_7c;\n }\n local_34 = (int *)0x0;\n local_30 = (int *)0x0;\n local_2c = 0;\n \n FUN_002758a0(param_5,&local_34);\n piVar8 = local_30;\n if (local_34 != local_30) {\n local_84 = local_34;\n do {\n iVar7 = *local_84;\n local_28 = (int *)0x0;\n local_24 = (int *)0x0;\n local_38 = *(uint **)(iVar7 + 0x70);\n local_20 = 0;\n if (local_38 != *(uint **)(iVar7 + 0x6c)) {\n local_70 = 0;\n bVar27 = false;\n local_5c = (undefined4 *)0x0;\n puVar22 = *(uint **)(iVar7 + 0x6c);\nLAB_001ea390:\n local_4c = puVar22;\n if (local_4c[1] != 0) {\n uVar26 = local_4c[1] - 1;\n bVar5 = (byte)uVar26;\n bVar28 = (uVar26 & 0x20) == 0;\n lVar30 = CONCAT44((uint)!bVar28 << (bVar5 & 0x1f),(uint)bVar28 << (bVar5 & 0x1f));\n goto LAB_001ea3bd;\n }\nLAB_001ea39e:\n uVar26 = *local_4c;\n puVar22 = local_4c;\njoined_r0x001ea3ac:\n local_4c = puVar22;\n if (uVar26 + 4 < 4) {\n \n lVar30 = (**(code **)(*(int *)local_4c[4] + 0xc))((int *)local_4c[4]);\nLAB_001ea3bd:\n if (lVar30 != 0) {\n local_5c = (undefined4 *)((int)lVar30 + -1 + (int)local_5c & -(int)lVar30);\n }\n }\n iVar6 = FUN_002c60d0(local_4c);\n uVar26 = (int)local_5c + iVar6;\n uVar23 = uVar26;\n if (bVar27) goto LAB_001ea4f0;\nLAB_001ea3f6:\n if (*local_4c < 0xfffffffd) {\n lVar30 = FUN_002c60d0(local_4c);\n puVar22 = local_4c + 6;\n puVar17 = *(uint **)(iVar7 + 0x70);\n if (lVar30 == 0) goto LAB_001e9783;\n if (bVar27) {\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea610;\n puVar17 = local_4c + 7;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n if (*puVar17 != 0) {\n uVar26 = *puVar17 - 1;\n bVar16 = (byte)uVar26;\n bVar5 = bVar16 & 0x1f;\n uVar14 = 1 << (bVar16 & 0x1f);\n uVar15 = uVar14;\n uVar20 = 0 << bVar5 | 1U >> 0x20 - bVar5;\n if ((uVar26 & 0x20) != 0) {\n uVar15 = 0;\n uVar20 = uVar14;\n }\n if (uVar20 == 0 && uVar15 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n }\n else {\n local_5c = (undefined4 *)((uVar15 - 1) + uVar23 & -uVar15);\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = (int)local_5c + iVar6;\n }\n goto LAB_001ea4f0;\n }\n goto LAB_001ea39e;\n }\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea619;\n if (local_4c[7] != 0) {\n uVar26 = local_4c[7] - 1;\n bVar5 = (byte)uVar26;\n bVar27 = (uVar26 & 0x20) == 0;\n iVar6 = (uint)bVar27 << (bVar5 & 0x1f);\n if ((uint)!bVar27 << (bVar5 & 0x1f) == 0 && iVar6 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\n else {\n uVar23 = -iVar6 & (uVar23 - 1) + iVar6;\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\nLAB_001ea4f0:\n uVar23 = uVar26;\n if (uVar26 - local_70 < local_7c) {\n bVar27 = true;\n }\n else {\n if (*(uint **)(iVar7 + 0x70) == local_38) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0xaf7,"group_sections");\n }\n FUN_001e8c30(param_1,&local_28,param_6);\n bVar27 = false;\n }\n goto LAB_001ea3f6;\n }\n uVar26 = *puVar22;\n bVar27 = true;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n goto joined_r0x001ea3ac;\n }\n puVar17 = *(uint **)(iVar7 + 0x70);\nLAB_001e9783:\n local_5c = (undefined4 *)uVar23;\n puVar22 = local_4c + 6;\n if (local_4c + 6 != puVar17) goto LAB_001ea390;\n if (bVar27) {\nLAB_001ea610:\n if (puVar17 == local_38) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0xb32,"group_sections",local_4c + 6);\n }\nLAB_001ea619:\n FUN_001e8c30(param_1,&local_28,param_6);\n }\n if (local_24 == local_28) {\nLAB_001ea600:\n if (local_28 != (int *)0x0) goto LAB_001e9835;\n goto LAB_001e9844;\n }\n \n FUN_002cdf10(iVar7,&local_28);\n iVar7 = (int)local_24 - (int)local_28 >> 2;\n if (iVar7 == 0) goto LAB_001ea600;\n iVar6 = *(int *)(*local_28 + 0x2c);\n uVar26 = *(uint *)(*local_28 + 0x30);\n iVar13 = *(int *)(iVar6 + 0x84);\n if ((uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26) goto LAB_001ea7b7;\n iVar24 = 0;\n while( true ) {\n *(undefined4 *)(iVar13 + uVar26 * 4) = 0xffffffff;\n iVar24 = iVar24 + 1;\n *(undefined1 *)(iVar6 + 0x4c) = 1;\n if (iVar7 == iVar24) break;\n iVar6 = *(int *)(local_28[iVar24] + 0x2c);\n uVar26 = *(uint *)(local_28[iVar24] + 0x30);\n iVar13 = *(int *)(iVar6 + 0x84);\n if ((uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26) {\nLAB_001ea7b7:\n \n \n FUN_002446e0("../../gold/object.h",0x81f,"do_set_section_offset");\n }\n }\nLAB_001e9835:\n FUN_003ae080(local_28);\n }\nLAB_001e9844:\n local_84 = local_84 + 1;\n piVar8 = local_34;\n } while (local_30 != local_84);\n }\n if (piVar8 != (int *)0x0) {\n FUN_003ae080(piVar8);\n }\nLAB_001e9870:\n local_ac = (int *)*param_3;\n if (local_ac == (int *)param_3[1]) goto LAB_001e9f98;\n }\n else {\n local_5c = *(undefined4 **)(param_1 + 0x60);\n if (local_5c != *(undefined4 **)(param_1 + 100)) {\n do {\n piVar8 = (int *)*local_5c;\n iVar7 = piVar8[8];\n if (*(code **)(*piVar8 + 0xc) == FUN_001d1390) {\n local_4c = *(uint **)(iVar7 + 0x3c);\n local_64 = 0xfffffffc;\n local_60 = 0xffffffff;\n lVar30 = 4;\nLAB_001e965f:\n local_68 = (int)((ulonglong)lVar30 >> 0x20);\n local_6c = (uint)lVar30;\n bVar27 = CARRY4(local_6c,(uint)local_4c);\n iVar6 = local_6c + (int)local_4c;\n local_4c = (uint *)(local_64 & iVar6 - 1U);\n local_48 = local_60 & local_68 + (uint)bVar27 + -1 + (uint)(iVar6 != 0);\n }\n else {\n lVar30 = (**(code **)(*piVar8 + 0xc))(piVar8);\n local_4c = *(uint **)(iVar7 + 0x3c);\n local_48 = 0;\n if (lVar30 != 0) {\n local_64 = -(int)lVar30;\n local_60 = -((int)((ulonglong)lVar30 >> 0x20) + (uint)((int)lVar30 != 0));\n goto LAB_001e965f;\n }\n }\n if ((*(byte *)(iVar7 + 0x1c) & 4) == 0) goto LAB_001ea75d;\n uVar23 = *(uint *)(iVar7 + 0x14);\n uVar26 = *(uint *)(iVar7 + 0x14);\n iVar6 = *(int *)(iVar7 + 0x18);\n if ((*(byte *)(iVar7 + 0x1c) & 1) == 0) goto LAB_001ea799;\n bVar5 = *(byte *)(piVar8 + 7);\n uVar20 = *(uint *)(iVar7 + 4);\n iVar13 = *(int *)(iVar7 + 8);\n if ((bVar5 & 1) != 0) goto LAB_001ea73f;\n piVar8[1] = (int)local_4c + *(uint *)(iVar7 + 4);\n piVar8[2] = local_48 + iVar13 + (uint)CARRY4((uint)local_4c,uVar20);\n *(byte *)(piVar8 + 7) = bVar5 | 1;\n if ((bVar5 & 4) != 0) goto LAB_001ea77b;\n *(byte *)(piVar8 + 7) = bVar5 | 5;\n piVar8[5] = (int)local_4c + uVar26;\n piVar8[6] = local_48 + iVar6 + (uint)CARRY4((uint)local_4c,uVar23);\n if (((bVar5 & 2) == 0) &&\n ((**(code **)(*piVar8 + 0x38))(piVar8), (*(byte *)(piVar8 + 7) & 2) == 0))\n goto LAB_001ea0f2;\n local_5c = local_5c + 1;\n } while (*(undefined4 **)(param_1 + 100) != local_5c);\n goto LAB_001e9870;\n }\n local_ac = (int *)*param_3;\n if ((int *)param_3[1] == local_ac) {\n return 0;\n }\n }\n do {\n iVar7 = *local_ac;\n if (*(int *)(iVar7 + 0x1c) == 0) {\nLAB_001ea110:\n \n \n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }\n FUN_0023cd00(*(int *)(iVar7 + 0x1c) + 0x1c,param_6);\n uVar26 = *(uint *)(iVar7 + 0x28);\n if (*(int *)(iVar7 + 0x1c) == 0) goto LAB_001ea110;\n \n iVar6 = FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)(iVar7 + 0x94),\n *(undefined4 *)(iVar7 + 0x98),uVar26 * 0x28,1,1);\n FUN_00318bd0(iVar7);\n if (1 < uVar26) {\n iVar13 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar13 == 0) {\nLAB_001e9d87:\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n local_64 = 1;\n iVar24 = iVar7 + 0x14c;\n puVar3 = (undefined4 *)iVar6;\n do {\n local_5c = (undefined4 *)((int)puVar3 + 0x28);\n iVar9 = *(int *)((int)puVar3 + 0x2c);\n if ((((*(char *)(iVar13 + 0x1671) != '\0') || (*(char *)(iVar13 + 0x16ed) != '\0')) &&\n (*(int *)((int)puVar3 + 0x3c) != 0)) && ((*(byte *)((int)puVar3 + 0x30) & 6) != 0)) {\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_64 * 4);\n if ((iVar13 != 0) && (iVar9 == 1)) {\n cVar4 = FUN_0034cd20(param_4,iVar7,local_64);\n if (cVar4 == '\0') {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_64) {\n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n local_74 = *(int *)(*(int *)(iVar7 + 0x84) + local_64 * 4);\n if (local_74 == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,local_64);\n if (iVar13 == 0) goto LAB_001e9c60;\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address",extraout_ECX);\n }\n local_74 = *(int *)(iVar13 + 4);\n }\n else {\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) goto LAB_001ea816;\n local_74 = local_74 + *(int *)(iVar13 + 4);\n }\n if ((uint)(*(int *)(iVar7 + 0x140) - *(int *)(iVar7 + 0x13c) >> 2) <= local_64) {\n \n FUN_001d4d60();\nLAB_001ea816:\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if ((*(int *)(*(int *)(iVar7 + 0x13c) + local_64 * 4) != 0) &&\n (FUN_001d6c20(local_64), local_44 != local_40)) {\n iVar13 = *(int *)(local_44 + 0x10);\n iVar18 = local_74 + *(int *)(iVar13 + 0x18);\n *(int *)(iVar13 + 0x20) = iVar18;\n iVar9 = local_44;\n while( true ) {\n if (iVar18 + 4 == -1) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x361,"set_destination_address");\n }\n *(int *)(iVar13 + 4) = iVar18 + 4;\n iVar9 = thunk_FUN_003af660(iVar9);\n if (iVar9 == local_40) break;\n iVar13 = *(int *)(iVar9 + 0x10);\n iVar18 = *(int *)(iVar13 + 0x18) + local_74;\n *(int *)(iVar13 + 0x20) = iVar18;\n }\n }\n local_28 = (int *)0x0;\n iVar18 = FUN_0028b8b0(iVar7,local_64,&local_28,0);\n iVar13 = *(int *)(iVar7 + 0x150);\n iVar9 = iVar24;\n if (*(int *)(iVar7 + 0x150) != 0) {\n do {\n while (iVar10 = iVar13, *(uint *)(iVar10 + 0x10) < local_64) {\n piVar8 = (int *)(iVar10 + 0xc);\n iVar13 = *piVar8;\n iVar10 = iVar9;\n if (*piVar8 == 0) goto LAB_001e9af5;\n }\n iVar13 = *(int *)(iVar10 + 8);\n iVar9 = iVar10;\n } while (*(int *)(iVar10 + 8) != 0);\nLAB_001e9af5:\n if (iVar24 != iVar10) {\n uVar23 = *(uint *)(iVar10 + 0x10);\n while (local_64 == uVar23) {\n iVar13 = thunk_FUN_003af660(iVar10);\n if (*(char *)(iVar10 + 0x18) == 'x') {\n iVar9 = *(int *)(iVar10 + 0x14);\n if ((iVar24 == iVar13) || (*(uint *)(iVar13 + 0x10) != local_64)) {\n local_54 = *(int *)((int)puVar3 + 0x3c);\n }\n else {\n local_54 = *(int *)(iVar13 + 0x14);\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(iVar10 + 0x1671) != '\0') &&\n (uVar23 = local_74 + iVar9, (uVar23 & 3) == 0)) {\n iVar10 = 0;\n if ((uVar23 & 0xfff) < 0xff8) {\n iVar10 = 0xff8 - (uVar23 & 0xfff);\n }\n while (iVar10 + 0xcU <= local_54 - iVar9) {\n puVar22 = (uint *)(iVar18 + iVar9 + iVar10);\n uVar20 = uVar23 + iVar10;\n if ((*puVar22 & 0x9f000000) == 0x90000000) {\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }\n iVar12 = iVar10 + 4;\n iVar10 = iVar10 + 0xffc;\n if ((uVar20 & 0xfff) == 0xff8) {\n iVar10 = iVar12;\n }\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (*(char *)(iVar10 + 0x16ed) != '\0') {\n uVar23 = local_54 - iVar9;\n if (4 < uVar23) {\n local_54 = 4;\n uVar20 = 0;\n do {\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n } while (local_54 < uVar23);\n }\n }\n }\n if (iVar24 == iVar13) break;\n iVar10 = iVar13;\n uVar23 = *(uint *)(iVar13 + 0x10);\n }\n }\n }\n }\nLAB_001e9c60:\n iVar9 = *(int *)((int)puVar3 + 0x2c);\n }\n }\n if ((iVar9 == 4) && (iVar13 = *(int *)((int)puVar3 + 0x3c), iVar13 != 0)) {\n uVar23 = *(uint *)((int)puVar3 + 0x40);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if (((*(uint *)(iVar7 + 0xac) == uVar23) && (*(int *)((int)puVar3 + 0x4c) == 0xc)) &&\n (lVar30 = FUN_00442a10(iVar13,0,0xc,0), lVar30 == 0)) {\n local_6c = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < local_6c) {\n \n FUN_00106f60(iVar7 + 0x90);\n local_6c = local_6c + *(int *)(iVar7 + 0xa4);\n }\n if (local_6c < *(uint *)(iVar7 + 0x28)) {\n iVar13 = iVar6 + local_6c * 0x28;\n if ((((*(int *)(iVar13 + 0x14) != 0) && ((*(byte *)(iVar13 + 8) & 2) != 0)) &&\n (*(int *)(iVar13 + 4) == 1)) &&\n (iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_6c * 4), iVar13 != 0)) {\n cVar4 = FUN_0034cd20(param_4,iVar7,local_6c);\n bVar27 = false;\n bVar28 = cVar4 == '\0';\n if (bVar28) {\n iVar9 = 10;\n pbVar21 = *(byte **)(iVar13 + 0x20);\n pbVar25 = (byte *)".eh_frame";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar27 = *pbVar21 < *pbVar25;\n bVar28 = *pbVar21 == *pbVar25;\n pbVar21 = pbVar21 + (uint)bVar29 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar29 * -2 + 1;\n } while (bVar28);\n if ((!bVar27 && !bVar28) != bVar27) {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_6c) {\n \n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset",iVar9);\n }\n if (*(int *)(*(int *)(iVar7 + 0x84) + local_6c * 4) == -1) {\n \n uVar31 = FUN_002cd8b0(iVar13,iVar7,local_6c);\n if ((int)uVar31 == 0) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable",\n (int)((ulonglong)uVar31 >> 0x20));\n }\n }\n uVar23 = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= uVar23) {\n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + uVar23 * 4);\n if (*(int *)(*(int *)(iVar7 + 0x84) + uVar23 * 4) == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,uVar23);\n if (iVar13 == 0) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }\n else if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if (*(int *)(iVar7 + 0x1c) == 0) {\n \n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }\n FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)((int)puVar3 + 0x38),0\n ,*(undefined4 *)((int)puVar3 + 0x3c),1,0);\n local_34 = (int *)0x0;\n FUN_0028b8b0(iVar7,uVar23,&local_34,0);\n if (*(int *)((int)puVar3 + 0x2c) != 4) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }\n }\n }\n }\n }\n }\n }\n local_64 = local_64 + 1;\n if (uVar26 == local_64) break;\n iVar13 = *(int *)(DAT_005ea7c8 + 8);\n puVar3 = local_5c;\n if (iVar13 == 0) goto LAB_001e9d87;\n } while( true );\n }\n if (*(int *)(iVar7 + 0x1c) != 0) {\n FUN_0023dd30(*(int *)(iVar7 + 0x1c) + 0x1c,param_6);\n }\n local_ac = local_ac + 1;\n } while ((int *)param_3[1] != local_ac);\nLAB_001e9f98:\n piVar8 = *(int **)(param_1 + 100);\n piVar19 = *(int **)(param_1 + 0x60);\n while( true ) {\n if (piVar19 == piVar8) {\n return 0;\n }\n iVar7 = *piVar19;\n iVar6 = *(int *)(iVar7 + 0x68);\n uVar26 = *(uint *)(iVar7 + 0x58) + 3 & 0xfffffffc;\n iVar13 = *(int *)(iVar7 + 0x6c);\n iVar24 = uVar26 + *(uint *)(iVar7 + 0x60);\n iVar9 = *(int *)(iVar7 + 0x5c) + (uint)(0xfffffffc < *(uint *)(iVar7 + 0x58)) +\n *(int *)(iVar7 + 100) + (uint)CARRY4(uVar26,*(uint *)(iVar7 + 0x60));\n *(int *)(iVar7 + 0x68) = iVar24;\n *(int *)(iVar7 + 0x6c) = iVar9;\n if (iVar13 != iVar9 || iVar6 != iVar24) break;\n piVar19 = piVar19 + 1;\n }\n piVar8 = *(int **)(iVar7 + 0x20);\n bVar29 = *(byte *)(piVar8 + 7);\n if ((bVar29 & 1) == 0) {\nLAB_001ea799:\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n iVar7 = piVar8[1];\n iVar6 = piVar8[2];\n bVar5 = bVar29 >> 2 & 1;\n if ((bVar29 >> 2 & 1) != 0) {\n iVar13 = piVar8[5];\n iVar24 = piVar8[6];\n *(byte *)(piVar8 + 7) = bVar29 & 0xfa;\n if ((bVar29 & 8) == 0) {\n *(byte *)(piVar8 + 7) = bVar29 & 0xf8;\n }\n (**(code **)(*piVar8 + 0x3c))(piVar8);\n bVar29 = *(byte *)(piVar8 + 7);\n if ((bVar29 & 1) == 0) {\n piVar8[1] = iVar7;\n piVar8[2] = iVar6;\n *(byte *)(piVar8 + 7) = bVar29 | 1;\n if ((bVar29 & 4) == 0) {\n *(byte *)(piVar8 + 7) = bVar29 | 5;\n piVar8[5] = iVar13;\n piVar8[6] = iVar24;\n if ((bVar29 & 2) != 0) {\n return bVar5;\n }\n (**(code **)(*piVar8 + 0x38))(piVar8);\n if ((*(byte *)(piVar8 + 7) & 2) != 0) {\n return bVar5;\n }\nLAB_001ea0f2:\n \n FUN_002446e0("../../gold/output.h",0x163,"finalize_data_size");\n }\nLAB_001ea77b:\n \n FUN_002446e0("../../gold/output.h",0x14b,"set_file_offset");\n }\nLAB_001ea73f:\n \n FUN_002446e0("../../gold/output.h",0x142,"set_address");\n }\nLAB_001ea75d:\n \n FUN_002446e0("../../gold/output.h",0xe3,"offset");\n}" type_identifier (function_declarator "FUN_001e95c0(int param_1,int param_2,int *param_3,undefined4 param_4,undefined4 param_5,\n undefined4 param_6)" identifier (parameter_list "(int param_1,int param_2,int *param_3,undefined4 param_4,undefined4 param_5,\n undefined4 param_6)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "int param_2" primitive_type identifier) , (parameter_declaration "int *param_3" primitive_type (pointer_declarator "*param_3" * identifier)) , (parameter_declaration "undefined4 param_4" type_identifier identifier) , (parameter_declaration "undefined4 param_5" type_identifier identifier) , (parameter_declaration "undefined4 param_6" type_identifier identifier) ))) (compound_statement "{\n undefined4 uVar1;\n undefined4 uVar2;\n undefined4 *puVar3;\n char cVar4;\n byte bVar5;\n int iVar6;\n int iVar7;\n int *piVar8;\n int iVar9;\n int iVar10;\n undefined4 uVar11;\n int iVar12;\n int iVar13;\n uint uVar14;\n uint uVar15;\n byte bVar16;\n uint *puVar17;\n undefined4 extraout_ECX;\n int iVar18;\n int *piVar19;\n uint uVar20;\n byte *pbVar21;\n uint *puVar22;\n uint uVar23;\n int iVar24;\n byte *pbVar25;\n uint uVar26;\n bool bVar27;\n bool bVar28;\n byte bVar29;\n longlong lVar30;\n undefined8 uVar31;\n int *local_ac;\n uint local_90;\n int *local_84;\n uint local_7c;\n int local_74;\n uint local_70;\n uint local_6c;\n int local_68;\n uint local_64;\n uint local_60;\n undefined4 *local_5c;\n uint local_54;\n uint *local_4c;\n uint local_48;\n int local_44;\n int local_40;\n uint *local_38;\n int *local_34;\n int *local_30;\n undefined4 local_2c;\n int *local_28;\n int *local_24;\n undefined4 local_20;\n \n bVar29 = 0;\n iVar7 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar7 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(iVar7 + 0x318d) != '\0') {\n \n FUN_002446e0("../../gold/aarch64.cc",0x160d,"do_relax");\n }\n if (param_2 == 1) {\n local_7c = *(int *)(iVar7 + 0x38a8) >> 0x1f;\n local_7c = (*(uint *)(iVar7 + 0x38a8) ^ local_7c) - local_7c;\n if (local_7c == 1) {\n local_7c = 0x7ffbffc;\n *(undefined4 *)(param_1 + 0x6c) = 0x7ffbffc;\n }\n else {\n *(uint *)(param_1 + 0x6c) = local_7c;\n }\n local_34 = (int *)0x0;\n local_30 = (int *)0x0;\n local_2c = 0;\n \n FUN_002758a0(param_5,&local_34);\n piVar8 = local_30;\n if (local_34 != local_30) {\n local_84 = local_34;\n do {\n iVar7 = *local_84;\n local_28 = (int *)0x0;\n local_24 = (int *)0x0;\n local_38 = *(uint **)(iVar7 + 0x70);\n local_20 = 0;\n if (local_38 != *(uint **)(iVar7 + 0x6c)) {\n local_70 = 0;\n bVar27 = false;\n local_5c = (undefined4 *)0x0;\n puVar22 = *(uint **)(iVar7 + 0x6c);\nLAB_001ea390:\n local_4c = puVar22;\n if (local_4c[1] != 0) {\n uVar26 = local_4c[1] - 1;\n bVar5 = (byte)uVar26;\n bVar28 = (uVar26 & 0x20) == 0;\n lVar30 = CONCAT44((uint)!bVar28 << (bVar5 & 0x1f),(uint)bVar28 << (bVar5 & 0x1f));\n goto LAB_001ea3bd;\n }\nLAB_001ea39e:\n uVar26 = *local_4c;\n puVar22 = local_4c;\njoined_r0x001ea3ac:\n local_4c = puVar22;\n if (uVar26 + 4 < 4) {\n \n lVar30 = (**(code **)(*(int *)local_4c[4] + 0xc))((int *)local_4c[4]);\nLAB_001ea3bd:\n if (lVar30 != 0) {\n local_5c = (undefined4 *)((int)lVar30 + -1 + (int)local_5c & -(int)lVar30);\n }\n }\n iVar6 = FUN_002c60d0(local_4c);\n uVar26 = (int)local_5c + iVar6;\n uVar23 = uVar26;\n if (bVar27) goto LAB_001ea4f0;\nLAB_001ea3f6:\n if (*local_4c < 0xfffffffd) {\n lVar30 = FUN_002c60d0(local_4c);\n puVar22 = local_4c + 6;\n puVar17 = *(uint **)(iVar7 + 0x70);\n if (lVar30 == 0) goto LAB_001e9783;\n if (bVar27) {\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea610;\n puVar17 = local_4c + 7;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n if (*puVar17 != 0) {\n uVar26 = *puVar17 - 1;\n bVar16 = (byte)uVar26;\n bVar5 = bVar16 & 0x1f;\n uVar14 = 1 << (bVar16 & 0x1f);\n uVar15 = uVar14;\n uVar20 = 0 << bVar5 | 1U >> 0x20 - bVar5;\n if ((uVar26 & 0x20) != 0) {\n uVar15 = 0;\n uVar20 = uVar14;\n }\n if (uVar20 == 0 && uVar15 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n }\n else {\n local_5c = (undefined4 *)((uVar15 - 1) + uVar23 & -uVar15);\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = (int)local_5c + iVar6;\n }\n goto LAB_001ea4f0;\n }\n goto LAB_001ea39e;\n }\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea619;\n if (local_4c[7] != 0) {\n uVar26 = local_4c[7] - 1;\n bVar5 = (byte)uVar26;\n bVar27 = (uVar26 & 0x20) == 0;\n iVar6 = (uint)bVar27 << (bVar5 & 0x1f);\n if ((uint)!bVar27 << (bVar5 & 0x1f) == 0 && iVar6 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\n else {\n uVar23 = -iVar6 & (uVar23 - 1) + iVar6;\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\nLAB_001ea4f0:\n uVar23 = uVar26;\n if (uVar26 - local_70 < local_7c) {\n bVar27 = true;\n }\n else {\n if (*(uint **)(iVar7 + 0x70) == local_38) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0xaf7,"group_sections");\n }\n FUN_001e8c30(param_1,&local_28,param_6);\n bVar27 = false;\n }\n goto LAB_001ea3f6;\n }\n uVar26 = *puVar22;\n bVar27 = true;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n goto joined_r0x001ea3ac;\n }\n puVar17 = *(uint **)(iVar7 + 0x70);\nLAB_001e9783:\n local_5c = (undefined4 *)uVar23;\n puVar22 = local_4c + 6;\n if (local_4c + 6 != puVar17) goto LAB_001ea390;\n if (bVar27) {\nLAB_001ea610:\n if (puVar17 == local_38) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0xb32,"group_sections",local_4c + 6);\n }\nLAB_001ea619:\n FUN_001e8c30(param_1,&local_28,param_6);\n }\n if (local_24 == local_28) {\nLAB_001ea600:\n if (local_28 != (int *)0x0) goto LAB_001e9835;\n goto LAB_001e9844;\n }\n \n FUN_002cdf10(iVar7,&local_28);\n iVar7 = (int)local_24 - (int)local_28 >> 2;\n if (iVar7 == 0) goto LAB_001ea600;\n iVar6 = *(int *)(*local_28 + 0x2c);\n uVar26 = *(uint *)(*local_28 + 0x30);\n iVar13 = *(int *)(iVar6 + 0x84);\n if ((uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26) goto LAB_001ea7b7;\n iVar24 = 0;\n while( true ) {\n *(undefined4 *)(iVar13 + uVar26 * 4) = 0xffffffff;\n iVar24 = iVar24 + 1;\n *(undefined1 *)(iVar6 + 0x4c) = 1;\n if (iVar7 == iVar24) break;\n iVar6 = *(int *)(local_28[iVar24] + 0x2c);\n uVar26 = *(uint *)(local_28[iVar24] + 0x30);\n iVar13 = *(int *)(iVar6 + 0x84);\n if ((uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26) {\nLAB_001ea7b7:\n \n \n FUN_002446e0("../../gold/object.h",0x81f,"do_set_section_offset");\n }\n }\nLAB_001e9835:\n FUN_003ae080(local_28);\n }\nLAB_001e9844:\n local_84 = local_84 + 1;\n piVar8 = local_34;\n } while (local_30 != local_84);\n }\n if (piVar8 != (int *)0x0) {\n FUN_003ae080(piVar8);\n }\nLAB_001e9870:\n local_ac = (int *)*param_3;\n if (local_ac == (int *)param_3[1]) goto LAB_001e9f98;\n }\n else {\n local_5c = *(undefined4 **)(param_1 + 0x60);\n if (local_5c != *(undefined4 **)(param_1 + 100)) {\n do {\n piVar8 = (int *)*local_5c;\n iVar7 = piVar8[8];\n if (*(code **)(*piVar8 + 0xc) == FUN_001d1390) {\n local_4c = *(uint **)(iVar7 + 0x3c);\n local_64 = 0xfffffffc;\n local_60 = 0xffffffff;\n lVar30 = 4;\nLAB_001e965f:\n local_68 = (int)((ulonglong)lVar30 >> 0x20);\n local_6c = (uint)lVar30;\n bVar27 = CARRY4(local_6c,(uint)local_4c);\n iVar6 = local_6c + (int)local_4c;\n local_4c = (uint *)(local_64 & iVar6 - 1U);\n local_48 = local_60 & local_68 + (uint)bVar27 + -1 + (uint)(iVar6 != 0);\n }\n else {\n lVar30 = (**(code **)(*piVar8 + 0xc))(piVar8);\n local_4c = *(uint **)(iVar7 + 0x3c);\n local_48 = 0;\n if (lVar30 != 0) {\n local_64 = -(int)lVar30;\n local_60 = -((int)((ulonglong)lVar30 >> 0x20) + (uint)((int)lVar30 != 0));\n goto LAB_001e965f;\n }\n }\n if ((*(byte *)(iVar7 + 0x1c) & 4) == 0) goto LAB_001ea75d;\n uVar23 = *(uint *)(iVar7 + 0x14);\n uVar26 = *(uint *)(iVar7 + 0x14);\n iVar6 = *(int *)(iVar7 + 0x18);\n if ((*(byte *)(iVar7 + 0x1c) & 1) == 0) goto LAB_001ea799;\n bVar5 = *(byte *)(piVar8 + 7);\n uVar20 = *(uint *)(iVar7 + 4);\n iVar13 = *(int *)(iVar7 + 8);\n if ((bVar5 & 1) != 0) goto LAB_001ea73f;\n piVar8[1] = (int)local_4c + *(uint *)(iVar7 + 4);\n piVar8[2] = local_48 + iVar13 + (uint)CARRY4((uint)local_4c,uVar20);\n *(byte *)(piVar8 + 7) = bVar5 | 1;\n if ((bVar5 & 4) != 0) goto LAB_001ea77b;\n *(byte *)(piVar8 + 7) = bVar5 | 5;\n piVar8[5] = (int)local_4c + uVar26;\n piVar8[6] = local_48 + iVar6 + (uint)CARRY4((uint)local_4c,uVar23);\n if (((bVar5 & 2) == 0) &&\n ((**(code **)(*piVar8 + 0x38))(piVar8), (*(byte *)(piVar8 + 7) & 2) == 0))\n goto LAB_001ea0f2;\n local_5c = local_5c + 1;\n } while (*(undefined4 **)(param_1 + 100) != local_5c);\n goto LAB_001e9870;\n }\n local_ac = (int *)*param_3;\n if ((int *)param_3[1] == local_ac) {\n return 0;\n }\n }\n do {\n iVar7 = *local_ac;\n if (*(int *)(iVar7 + 0x1c) == 0) {\nLAB_001ea110:\n \n \n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }\n FUN_0023cd00(*(int *)(iVar7 + 0x1c) + 0x1c,param_6);\n uVar26 = *(uint *)(iVar7 + 0x28);\n if (*(int *)(iVar7 + 0x1c) == 0) goto LAB_001ea110;\n \n iVar6 = FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)(iVar7 + 0x94),\n *(undefined4 *)(iVar7 + 0x98),uVar26 * 0x28,1,1);\n FUN_00318bd0(iVar7);\n if (1 < uVar26) {\n iVar13 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar13 == 0) {\nLAB_001e9d87:\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n local_64 = 1;\n iVar24 = iVar7 + 0x14c;\n puVar3 = (undefined4 *)iVar6;\n do {\n local_5c = (undefined4 *)((int)puVar3 + 0x28);\n iVar9 = *(int *)((int)puVar3 + 0x2c);\n if ((((*(char *)(iVar13 + 0x1671) != '\0') || (*(char *)(iVar13 + 0x16ed) != '\0')) &&\n (*(int *)((int)puVar3 + 0x3c) != 0)) && ((*(byte *)((int)puVar3 + 0x30) & 6) != 0)) {\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_64 * 4);\n if ((iVar13 != 0) && (iVar9 == 1)) {\n cVar4 = FUN_0034cd20(param_4,iVar7,local_64);\n if (cVar4 == '\0') {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_64) {\n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n local_74 = *(int *)(*(int *)(iVar7 + 0x84) + local_64 * 4);\n if (local_74 == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,local_64);\n if (iVar13 == 0) goto LAB_001e9c60;\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address",extraout_ECX);\n }\n local_74 = *(int *)(iVar13 + 4);\n }\n else {\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) goto LAB_001ea816;\n local_74 = local_74 + *(int *)(iVar13 + 4);\n }\n if ((uint)(*(int *)(iVar7 + 0x140) - *(int *)(iVar7 + 0x13c) >> 2) <= local_64) {\n \n FUN_001d4d60();\nLAB_001ea816:\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if ((*(int *)(*(int *)(iVar7 + 0x13c) + local_64 * 4) != 0) &&\n (FUN_001d6c20(local_64), local_44 != local_40)) {\n iVar13 = *(int *)(local_44 + 0x10);\n iVar18 = local_74 + *(int *)(iVar13 + 0x18);\n *(int *)(iVar13 + 0x20) = iVar18;\n iVar9 = local_44;\n while( true ) {\n if (iVar18 + 4 == -1) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x361,"set_destination_address");\n }\n *(int *)(iVar13 + 4) = iVar18 + 4;\n iVar9 = thunk_FUN_003af660(iVar9);\n if (iVar9 == local_40) break;\n iVar13 = *(int *)(iVar9 + 0x10);\n iVar18 = *(int *)(iVar13 + 0x18) + local_74;\n *(int *)(iVar13 + 0x20) = iVar18;\n }\n }\n local_28 = (int *)0x0;\n iVar18 = FUN_0028b8b0(iVar7,local_64,&local_28,0);\n iVar13 = *(int *)(iVar7 + 0x150);\n iVar9 = iVar24;\n if (*(int *)(iVar7 + 0x150) != 0) {\n do {\n while (iVar10 = iVar13, *(uint *)(iVar10 + 0x10) < local_64) {\n piVar8 = (int *)(iVar10 + 0xc);\n iVar13 = *piVar8;\n iVar10 = iVar9;\n if (*piVar8 == 0) goto LAB_001e9af5;\n }\n iVar13 = *(int *)(iVar10 + 8);\n iVar9 = iVar10;\n } while (*(int *)(iVar10 + 8) != 0);\nLAB_001e9af5:\n if (iVar24 != iVar10) {\n uVar23 = *(uint *)(iVar10 + 0x10);\n while (local_64 == uVar23) {\n iVar13 = thunk_FUN_003af660(iVar10);\n if (*(char *)(iVar10 + 0x18) == 'x') {\n iVar9 = *(int *)(iVar10 + 0x14);\n if ((iVar24 == iVar13) || (*(uint *)(iVar13 + 0x10) != local_64)) {\n local_54 = *(int *)((int)puVar3 + 0x3c);\n }\n else {\n local_54 = *(int *)(iVar13 + 0x14);\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(iVar10 + 0x1671) != '\0') &&\n (uVar23 = local_74 + iVar9, (uVar23 & 3) == 0)) {\n iVar10 = 0;\n if ((uVar23 & 0xfff) < 0xff8) {\n iVar10 = 0xff8 - (uVar23 & 0xfff);\n }\n while (iVar10 + 0xcU <= local_54 - iVar9) {\n puVar22 = (uint *)(iVar18 + iVar9 + iVar10);\n uVar20 = uVar23 + iVar10;\n if ((*puVar22 & 0x9f000000) == 0x90000000) {\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }\n iVar12 = iVar10 + 4;\n iVar10 = iVar10 + 0xffc;\n if ((uVar20 & 0xfff) == 0xff8) {\n iVar10 = iVar12;\n }\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (*(char *)(iVar10 + 0x16ed) != '\0') {\n uVar23 = local_54 - iVar9;\n if (4 < uVar23) {\n local_54 = 4;\n uVar20 = 0;\n do {\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n } while (local_54 < uVar23);\n }\n }\n }\n if (iVar24 == iVar13) break;\n iVar10 = iVar13;\n uVar23 = *(uint *)(iVar13 + 0x10);\n }\n }\n }\n }\nLAB_001e9c60:\n iVar9 = *(int *)((int)puVar3 + 0x2c);\n }\n }\n if ((iVar9 == 4) && (iVar13 = *(int *)((int)puVar3 + 0x3c), iVar13 != 0)) {\n uVar23 = *(uint *)((int)puVar3 + 0x40);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if (((*(uint *)(iVar7 + 0xac) == uVar23) && (*(int *)((int)puVar3 + 0x4c) == 0xc)) &&\n (lVar30 = FUN_00442a10(iVar13,0,0xc,0), lVar30 == 0)) {\n local_6c = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < local_6c) {\n \n FUN_00106f60(iVar7 + 0x90);\n local_6c = local_6c + *(int *)(iVar7 + 0xa4);\n }\n if (local_6c < *(uint *)(iVar7 + 0x28)) {\n iVar13 = iVar6 + local_6c * 0x28;\n if ((((*(int *)(iVar13 + 0x14) != 0) && ((*(byte *)(iVar13 + 8) & 2) != 0)) &&\n (*(int *)(iVar13 + 4) == 1)) &&\n (iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_6c * 4), iVar13 != 0)) {\n cVar4 = FUN_0034cd20(param_4,iVar7,local_6c);\n bVar27 = false;\n bVar28 = cVar4 == '\0';\n if (bVar28) {\n iVar9 = 10;\n pbVar21 = *(byte **)(iVar13 + 0x20);\n pbVar25 = (byte *)".eh_frame";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar27 = *pbVar21 < *pbVar25;\n bVar28 = *pbVar21 == *pbVar25;\n pbVar21 = pbVar21 + (uint)bVar29 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar29 * -2 + 1;\n } while (bVar28);\n if ((!bVar27 && !bVar28) != bVar27) {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_6c) {\n \n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset",iVar9);\n }\n if (*(int *)(*(int *)(iVar7 + 0x84) + local_6c * 4) == -1) {\n \n uVar31 = FUN_002cd8b0(iVar13,iVar7,local_6c);\n if ((int)uVar31 == 0) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable",\n (int)((ulonglong)uVar31 >> 0x20));\n }\n }\n uVar23 = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= uVar23) {\n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + uVar23 * 4);\n if (*(int *)(*(int *)(iVar7 + 0x84) + uVar23 * 4) == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,uVar23);\n if (iVar13 == 0) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }\n else if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if (*(int *)(iVar7 + 0x1c) == 0) {\n \n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }\n FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)((int)puVar3 + 0x38),0\n ,*(undefined4 *)((int)puVar3 + 0x3c),1,0);\n local_34 = (int *)0x0;\n FUN_0028b8b0(iVar7,uVar23,&local_34,0);\n if (*(int *)((int)puVar3 + 0x2c) != 4) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }\n }\n }\n }\n }\n }\n }\n local_64 = local_64 + 1;\n if (uVar26 == local_64) break;\n iVar13 = *(int *)(DAT_005ea7c8 + 8);\n puVar3 = local_5c;\n if (iVar13 == 0) goto LAB_001e9d87;\n } while( true );\n }\n if (*(int *)(iVar7 + 0x1c) != 0) {\n FUN_0023dd30(*(int *)(iVar7 + 0x1c) + 0x1c,param_6);\n }\n local_ac = local_ac + 1;\n } while ((int *)param_3[1] != local_ac);\nLAB_001e9f98:\n piVar8 = *(int **)(param_1 + 100);\n piVar19 = *(int **)(param_1 + 0x60);\n while( true ) {\n if (piVar19 == piVar8) {\n return 0;\n }\n iVar7 = *piVar19;\n iVar6 = *(int *)(iVar7 + 0x68);\n uVar26 = *(uint *)(iVar7 + 0x58) + 3 & 0xfffffffc;\n iVar13 = *(int *)(iVar7 + 0x6c);\n iVar24 = uVar26 + *(uint *)(iVar7 + 0x60);\n iVar9 = *(int *)(iVar7 + 0x5c) + (uint)(0xfffffffc < *(uint *)(iVar7 + 0x58)) +\n *(int *)(iVar7 + 100) + (uint)CARRY4(uVar26,*(uint *)(iVar7 + 0x60));\n *(int *)(iVar7 + 0x68) = iVar24;\n *(int *)(iVar7 + 0x6c) = iVar9;\n if (iVar13 != iVar9 || iVar6 != iVar24) break;\n piVar19 = piVar19 + 1;\n }\n piVar8 = *(int **)(iVar7 + 0x20);\n bVar29 = *(byte *)(piVar8 + 7);\n if ((bVar29 & 1) == 0) {\nLAB_001ea799:\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n iVar7 = piVar8[1];\n iVar6 = piVar8[2];\n bVar5 = bVar29 >> 2 & 1;\n if ((bVar29 >> 2 & 1) != 0) {\n iVar13 = piVar8[5];\n iVar24 = piVar8[6];\n *(byte *)(piVar8 + 7) = bVar29 & 0xfa;\n if ((bVar29 & 8) == 0) {\n *(byte *)(piVar8 + 7) = bVar29 & 0xf8;\n }\n (**(code **)(*piVar8 + 0x3c))(piVar8);\n bVar29 = *(byte *)(piVar8 + 7);\n if ((bVar29 & 1) == 0) {\n piVar8[1] = iVar7;\n piVar8[2] = iVar6;\n *(byte *)(piVar8 + 7) = bVar29 | 1;\n if ((bVar29 & 4) == 0) {\n *(byte *)(piVar8 + 7) = bVar29 | 5;\n piVar8[5] = iVar13;\n piVar8[6] = iVar24;\n if ((bVar29 & 2) != 0) {\n return bVar5;\n }\n (**(code **)(*piVar8 + 0x38))(piVar8);\n if ((*(byte *)(piVar8 + 7) & 2) != 0) {\n return bVar5;\n }\nLAB_001ea0f2:\n \n FUN_002446e0("../../gold/output.h",0x163,"finalize_data_size");\n }\nLAB_001ea77b:\n \n FUN_002446e0("../../gold/output.h",0x14b,"set_file_offset");\n }\nLAB_001ea73f:\n \n FUN_002446e0("../../gold/output.h",0x142,"set_address");\n }\nLAB_001ea75d:\n \n FUN_002446e0("../../gold/output.h",0xe3,"offset");\n}" { (declaration "undefined4 uVar1;" type_identifier identifier ;) (declaration "undefined4 uVar2;" type_identifier identifier ;) (declaration "undefined4 *puVar3;" type_identifier (pointer_declarator "*puVar3" * identifier) ;) (declaration "char cVar4;" primitive_type identifier ;) (declaration "byte bVar5;" type_identifier identifier ;) (declaration "int iVar6;" primitive_type identifier ;) (declaration "int iVar7;" primitive_type identifier ;) (declaration "int *piVar8;" primitive_type (pointer_declarator "*piVar8" * identifier) ;) (declaration "int iVar9;" primitive_type identifier ;) (declaration "int iVar10;" primitive_type identifier ;) (declaration "undefined4 uVar11;" type_identifier identifier ;) (declaration "int iVar12;" primitive_type identifier ;) (declaration "int iVar13;" primitive_type identifier ;) (declaration "uint uVar14;" type_identifier identifier ;) (declaration "uint uVar15;" type_identifier identifier ;) (declaration "byte bVar16;" type_identifier identifier ;) (declaration "uint *puVar17;" type_identifier (pointer_declarator "*puVar17" * identifier) ;) (declaration "undefined4 extraout_ECX;" type_identifier identifier ;) (declaration "int iVar18;" primitive_type identifier ;) (declaration "int *piVar19;" primitive_type (pointer_declarator "*piVar19" * identifier) ;) (declaration "uint uVar20;" type_identifier identifier ;) (declaration "byte *pbVar21;" type_identifier (pointer_declarator "*pbVar21" * identifier) ;) (declaration "uint *puVar22;" type_identifier (pointer_declarator "*puVar22" * identifier) ;) (declaration "uint uVar23;" type_identifier identifier ;) (declaration "int iVar24;" primitive_type identifier ;) (declaration "byte *pbVar25;" type_identifier (pointer_declarator "*pbVar25" * identifier) ;) (declaration "uint uVar26;" type_identifier identifier ;) (declaration "bool bVar27;" primitive_type identifier ;) (declaration "bool bVar28;" primitive_type identifier ;) (declaration "byte bVar29;" type_identifier identifier ;) (declaration "longlong lVar30;" type_identifier identifier ;) (declaration "undefined8 uVar31;" type_identifier identifier ;) (declaration "int *local_ac;" primitive_type (pointer_declarator "*local_ac" * identifier) ;) (declaration "uint local_90;" type_identifier identifier ;) (declaration "int *local_84;" primitive_type (pointer_declarator "*local_84" * identifier) ;) (declaration "uint local_7c;" type_identifier identifier ;) (declaration "int local_74;" primitive_type identifier ;) (declaration "uint local_70;" type_identifier identifier ;) (declaration "uint local_6c;" type_identifier identifier ;) (declaration "int local_68;" primitive_type identifier ;) (declaration "uint local_64;" type_identifier identifier ;) (declaration "uint local_60;" type_identifier identifier ;) (declaration "undefined4 *local_5c;" type_identifier (pointer_declarator "*local_5c" * identifier) ;) (declaration "uint local_54;" type_identifier identifier ;) (declaration "uint *local_4c;" type_identifier (pointer_declarator "*local_4c" * identifier) ;) (declaration "uint local_48;" type_identifier identifier ;) (declaration "int local_44;" primitive_type identifier ;) (declaration "int local_40;" primitive_type identifier ;) (declaration "uint *local_38;" type_identifier (pointer_declarator "*local_38" * identifier) ;) (declaration "int *local_34;" primitive_type (pointer_declarator "*local_34" * identifier) ;) (declaration "int *local_30;" primitive_type (pointer_declarator "*local_30" * identifier) ;) (declaration "undefined4 local_2c;" type_identifier identifier ;) (declaration "int *local_28;" primitive_type (pointer_declarator "*local_28" * identifier) ;) (declaration "int *local_24;" primitive_type (pointer_declarator "*local_24" * identifier) ;) (declaration "undefined4 local_20;" type_identifier identifier ;) (expression_statement "bVar29 = 0;" (assignment_expression "bVar29 = 0" identifier = number_literal) ;) (expression_statement "iVar7 = *(int *)(DAT_005ea7c8 + 8);" (assignment_expression "iVar7 = *(int *)(DAT_005ea7c8 + 8)" identifier = (pointer_expression "*(int *)(DAT_005ea7c8 + 8)" * (cast_expression "(int *)(DAT_005ea7c8 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_005ea7c8 + 8)" ( (binary_expression "DAT_005ea7c8 + 8" identifier + number_literal) ))))) ;) (if_statement "if (iVar7 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }" if (parenthesized_expression "(iVar7 == 0)" ( (binary_expression "iVar7 == 0" identifier == number_literal) )) (compound_statement "{\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }" { (expression_statement "FUN_002446e0("../../gold/parameters.h",0x5c,"options");" (call_expression "FUN_002446e0("../../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 *)(iVar7 + 0x318d) != '\0') {\n \n FUN_002446e0("../../gold/aarch64.cc",0x160d,"do_relax");\n }" if (parenthesized_expression "(*(char *)(iVar7 + 0x318d) != '\0')" ( (binary_expression "*(char *)(iVar7 + 0x318d) != '\0'" (pointer_expression "*(char *)(iVar7 + 0x318d)" * (cast_expression "(char *)(iVar7 + 0x318d)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x318d)" ( (binary_expression "iVar7 + 0x318d" identifier + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n \n FUN_002446e0("../../gold/aarch64.cc",0x160d,"do_relax");\n }" { (expression_statement "FUN_002446e0("../../gold/aarch64.cc",0x160d,"do_relax");" (call_expression "FUN_002446e0("../../gold/aarch64.cc",0x160d,"do_relax")" identifier (argument_list "("../../gold/aarch64.cc",0x160d,"do_relax")" ( (string_literal ""../../gold/aarch64.cc"" " string_content ") , number_literal , (string_literal ""do_relax"" " string_content ") ))) ;) })) (if_statement "if (param_2 == 1) {\n local_7c = *(int *)(iVar7 + 0x38a8) >> 0x1f;\n local_7c = (*(uint *)(iVar7 + 0x38a8) ^ local_7c) - local_7c;\n if (local_7c == 1) {\n local_7c = 0x7ffbffc;\n *(undefined4 *)(param_1 + 0x6c) = 0x7ffbffc;\n }\n else {\n *(uint *)(param_1 + 0x6c) = local_7c;\n }\n local_34 = (int *)0x0;\n local_30 = (int *)0x0;\n local_2c = 0;\n \n FUN_002758a0(param_5,&local_34);\n piVar8 = local_30;\n if (local_34 != local_30) {\n local_84 = local_34;\n do {\n iVar7 = *local_84;\n local_28 = (int *)0x0;\n local_24 = (int *)0x0;\n local_38 = *(uint **)(iVar7 + 0x70);\n local_20 = 0;\n if (local_38 != *(uint **)(iVar7 + 0x6c)) {\n local_70 = 0;\n bVar27 = false;\n local_5c = (undefined4 *)0x0;\n puVar22 = *(uint **)(iVar7 + 0x6c);\nLAB_001ea390:\n local_4c = puVar22;\n if (local_4c[1] != 0) {\n uVar26 = local_4c[1] - 1;\n bVar5 = (byte)uVar26;\n bVar28 = (uVar26 & 0x20) == 0;\n lVar30 = CONCAT44((uint)!bVar28 << (bVar5 & 0x1f),(uint)bVar28 << (bVar5 & 0x1f));\n goto LAB_001ea3bd;\n }\nLAB_001ea39e:\n uVar26 = *local_4c;\n puVar22 = local_4c;\njoined_r0x001ea3ac:\n local_4c = puVar22;\n if (uVar26 + 4 < 4) {\n \n lVar30 = (**(code **)(*(int *)local_4c[4] + 0xc))((int *)local_4c[4]);\nLAB_001ea3bd:\n if (lVar30 != 0) {\n local_5c = (undefined4 *)((int)lVar30 + -1 + (int)local_5c & -(int)lVar30);\n }\n }\n iVar6 = FUN_002c60d0(local_4c);\n uVar26 = (int)local_5c + iVar6;\n uVar23 = uVar26;\n if (bVar27) goto LAB_001ea4f0;\nLAB_001ea3f6:\n if (*local_4c < 0xfffffffd) {\n lVar30 = FUN_002c60d0(local_4c);\n puVar22 = local_4c + 6;\n puVar17 = *(uint **)(iVar7 + 0x70);\n if (lVar30 == 0) goto LAB_001e9783;\n if (bVar27) {\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea610;\n puVar17 = local_4c + 7;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n if (*puVar17 != 0) {\n uVar26 = *puVar17 - 1;\n bVar16 = (byte)uVar26;\n bVar5 = bVar16 & 0x1f;\n uVar14 = 1 << (bVar16 & 0x1f);\n uVar15 = uVar14;\n uVar20 = 0 << bVar5 | 1U >> 0x20 - bVar5;\n if ((uVar26 & 0x20) != 0) {\n uVar15 = 0;\n uVar20 = uVar14;\n }\n if (uVar20 == 0 && uVar15 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n }\n else {\n local_5c = (undefined4 *)((uVar15 - 1) + uVar23 & -uVar15);\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = (int)local_5c + iVar6;\n }\n goto LAB_001ea4f0;\n }\n goto LAB_001ea39e;\n }\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea619;\n if (local_4c[7] != 0) {\n uVar26 = local_4c[7] - 1;\n bVar5 = (byte)uVar26;\n bVar27 = (uVar26 & 0x20) == 0;\n iVar6 = (uint)bVar27 << (bVar5 & 0x1f);\n if ((uint)!bVar27 << (bVar5 & 0x1f) == 0 && iVar6 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\n else {\n uVar23 = -iVar6 & (uVar23 - 1) + iVar6;\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\nLAB_001ea4f0:\n uVar23 = uVar26;\n if (uVar26 - local_70 < local_7c) {\n bVar27 = true;\n }\n else {\n if (*(uint **)(iVar7 + 0x70) == local_38) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0xaf7,"group_sections");\n }\n FUN_001e8c30(param_1,&local_28,param_6);\n bVar27 = false;\n }\n goto LAB_001ea3f6;\n }\n uVar26 = *puVar22;\n bVar27 = true;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n goto joined_r0x001ea3ac;\n }\n puVar17 = *(uint **)(iVar7 + 0x70);\nLAB_001e9783:\n local_5c = (undefined4 *)uVar23;\n puVar22 = local_4c + 6;\n if (local_4c + 6 != puVar17) goto LAB_001ea390;\n if (bVar27) {\nLAB_001ea610:\n if (puVar17 == local_38) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0xb32,"group_sections",local_4c + 6);\n }\nLAB_001ea619:\n FUN_001e8c30(param_1,&local_28,param_6);\n }\n if (local_24 == local_28) {\nLAB_001ea600:\n if (local_28 != (int *)0x0) goto LAB_001e9835;\n goto LAB_001e9844;\n }\n \n FUN_002cdf10(iVar7,&local_28);\n iVar7 = (int)local_24 - (int)local_28 >> 2;\n if (iVar7 == 0) goto LAB_001ea600;\n iVar6 = *(int *)(*local_28 + 0x2c);\n uVar26 = *(uint *)(*local_28 + 0x30);\n iVar13 = *(int *)(iVar6 + 0x84);\n if ((uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26) goto LAB_001ea7b7;\n iVar24 = 0;\n while( true ) {\n *(undefined4 *)(iVar13 + uVar26 * 4) = 0xffffffff;\n iVar24 = iVar24 + 1;\n *(undefined1 *)(iVar6 + 0x4c) = 1;\n if (iVar7 == iVar24) break;\n iVar6 = *(int *)(local_28[iVar24] + 0x2c);\n uVar26 = *(uint *)(local_28[iVar24] + 0x30);\n iVar13 = *(int *)(iVar6 + 0x84);\n if ((uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26) {\nLAB_001ea7b7:\n \n \n FUN_002446e0("../../gold/object.h",0x81f,"do_set_section_offset");\n }\n }\nLAB_001e9835:\n FUN_003ae080(local_28);\n }\nLAB_001e9844:\n local_84 = local_84 + 1;\n piVar8 = local_34;\n } while (local_30 != local_84);\n }\n if (piVar8 != (int *)0x0) {\n FUN_003ae080(piVar8);\n }\nLAB_001e9870:\n local_ac = (int *)*param_3;\n if (local_ac == (int *)param_3[1]) goto LAB_001e9f98;\n }\n else {\n local_5c = *(undefined4 **)(param_1 + 0x60);\n if (local_5c != *(undefined4 **)(param_1 + 100)) {\n do {\n piVar8 = (int *)*local_5c;\n iVar7 = piVar8[8];\n if (*(code **)(*piVar8 + 0xc) == FUN_001d1390) {\n local_4c = *(uint **)(iVar7 + 0x3c);\n local_64 = 0xfffffffc;\n local_60 = 0xffffffff;\n lVar30 = 4;\nLAB_001e965f:\n local_68 = (int)((ulonglong)lVar30 >> 0x20);\n local_6c = (uint)lVar30;\n bVar27 = CARRY4(local_6c,(uint)local_4c);\n iVar6 = local_6c + (int)local_4c;\n local_4c = (uint *)(local_64 & iVar6 - 1U);\n local_48 = local_60 & local_68 + (uint)bVar27 + -1 + (uint)(iVar6 != 0);\n }\n else {\n lVar30 = (**(code **)(*piVar8 + 0xc))(piVar8);\n local_4c = *(uint **)(iVar7 + 0x3c);\n local_48 = 0;\n if (lVar30 != 0) {\n local_64 = -(int)lVar30;\n local_60 = -((int)((ulonglong)lVar30 >> 0x20) + (uint)((int)lVar30 != 0));\n goto LAB_001e965f;\n }\n }\n if ((*(byte *)(iVar7 + 0x1c) & 4) == 0) goto LAB_001ea75d;\n uVar23 = *(uint *)(iVar7 + 0x14);\n uVar26 = *(uint *)(iVar7 + 0x14);\n iVar6 = *(int *)(iVar7 + 0x18);\n if ((*(byte *)(iVar7 + 0x1c) & 1) == 0) goto LAB_001ea799;\n bVar5 = *(byte *)(piVar8 + 7);\n uVar20 = *(uint *)(iVar7 + 4);\n iVar13 = *(int *)(iVar7 + 8);\n if ((bVar5 & 1) != 0) goto LAB_001ea73f;\n piVar8[1] = (int)local_4c + *(uint *)(iVar7 + 4);\n piVar8[2] = local_48 + iVar13 + (uint)CARRY4((uint)local_4c,uVar20);\n *(byte *)(piVar8 + 7) = bVar5 | 1;\n if ((bVar5 & 4) != 0) goto LAB_001ea77b;\n *(byte *)(piVar8 + 7) = bVar5 | 5;\n piVar8[5] = (int)local_4c + uVar26;\n piVar8[6] = local_48 + iVar6 + (uint)CARRY4((uint)local_4c,uVar23);\n if (((bVar5 & 2) == 0) &&\n ((**(code **)(*piVar8 + 0x38))(piVar8), (*(byte *)(piVar8 + 7) & 2) == 0))\n goto LAB_001ea0f2;\n local_5c = local_5c + 1;\n } while (*(undefined4 **)(param_1 + 100) != local_5c);\n goto LAB_001e9870;\n }\n local_ac = (int *)*param_3;\n if ((int *)param_3[1] == local_ac) {\n return 0;\n }\n }" if (parenthesized_expression "(param_2 == 1)" ( (binary_expression "param_2 == 1" identifier == number_literal) )) (compound_statement "{\n local_7c = *(int *)(iVar7 + 0x38a8) >> 0x1f;\n local_7c = (*(uint *)(iVar7 + 0x38a8) ^ local_7c) - local_7c;\n if (local_7c == 1) {\n local_7c = 0x7ffbffc;\n *(undefined4 *)(param_1 + 0x6c) = 0x7ffbffc;\n }\n else {\n *(uint *)(param_1 + 0x6c) = local_7c;\n }\n local_34 = (int *)0x0;\n local_30 = (int *)0x0;\n local_2c = 0;\n \n FUN_002758a0(param_5,&local_34);\n piVar8 = local_30;\n if (local_34 != local_30) {\n local_84 = local_34;\n do {\n iVar7 = *local_84;\n local_28 = (int *)0x0;\n local_24 = (int *)0x0;\n local_38 = *(uint **)(iVar7 + 0x70);\n local_20 = 0;\n if (local_38 != *(uint **)(iVar7 + 0x6c)) {\n local_70 = 0;\n bVar27 = false;\n local_5c = (undefined4 *)0x0;\n puVar22 = *(uint **)(iVar7 + 0x6c);\nLAB_001ea390:\n local_4c = puVar22;\n if (local_4c[1] != 0) {\n uVar26 = local_4c[1] - 1;\n bVar5 = (byte)uVar26;\n bVar28 = (uVar26 & 0x20) == 0;\n lVar30 = CONCAT44((uint)!bVar28 << (bVar5 & 0x1f),(uint)bVar28 << (bVar5 & 0x1f));\n goto LAB_001ea3bd;\n }\nLAB_001ea39e:\n uVar26 = *local_4c;\n puVar22 = local_4c;\njoined_r0x001ea3ac:\n local_4c = puVar22;\n if (uVar26 + 4 < 4) {\n \n lVar30 = (**(code **)(*(int *)local_4c[4] + 0xc))((int *)local_4c[4]);\nLAB_001ea3bd:\n if (lVar30 != 0) {\n local_5c = (undefined4 *)((int)lVar30 + -1 + (int)local_5c & -(int)lVar30);\n }\n }\n iVar6 = FUN_002c60d0(local_4c);\n uVar26 = (int)local_5c + iVar6;\n uVar23 = uVar26;\n if (bVar27) goto LAB_001ea4f0;\nLAB_001ea3f6:\n if (*local_4c < 0xfffffffd) {\n lVar30 = FUN_002c60d0(local_4c);\n puVar22 = local_4c + 6;\n puVar17 = *(uint **)(iVar7 + 0x70);\n if (lVar30 == 0) goto LAB_001e9783;\n if (bVar27) {\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea610;\n puVar17 = local_4c + 7;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n if (*puVar17 != 0) {\n uVar26 = *puVar17 - 1;\n bVar16 = (byte)uVar26;\n bVar5 = bVar16 & 0x1f;\n uVar14 = 1 << (bVar16 & 0x1f);\n uVar15 = uVar14;\n uVar20 = 0 << bVar5 | 1U >> 0x20 - bVar5;\n if ((uVar26 & 0x20) != 0) {\n uVar15 = 0;\n uVar20 = uVar14;\n }\n if (uVar20 == 0 && uVar15 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n }\n else {\n local_5c = (undefined4 *)((uVar15 - 1) + uVar23 & -uVar15);\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = (int)local_5c + iVar6;\n }\n goto LAB_001ea4f0;\n }\n goto LAB_001ea39e;\n }\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea619;\n if (local_4c[7] != 0) {\n uVar26 = local_4c[7] - 1;\n bVar5 = (byte)uVar26;\n bVar27 = (uVar26 & 0x20) == 0;\n iVar6 = (uint)bVar27 << (bVar5 & 0x1f);\n if ((uint)!bVar27 << (bVar5 & 0x1f) == 0 && iVar6 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\n else {\n uVar23 = -iVar6 & (uVar23 - 1) + iVar6;\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\nLAB_001ea4f0:\n uVar23 = uVar26;\n if (uVar26 - local_70 < local_7c) {\n bVar27 = true;\n }\n else {\n if (*(uint **)(iVar7 + 0x70) == local_38) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0xaf7,"group_sections");\n }\n FUN_001e8c30(param_1,&local_28,param_6);\n bVar27 = false;\n }\n goto LAB_001ea3f6;\n }\n uVar26 = *puVar22;\n bVar27 = true;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n goto joined_r0x001ea3ac;\n }\n puVar17 = *(uint **)(iVar7 + 0x70);\nLAB_001e9783:\n local_5c = (undefined4 *)uVar23;\n puVar22 = local_4c + 6;\n if (local_4c + 6 != puVar17) goto LAB_001ea390;\n if (bVar27) {\nLAB_001ea610:\n if (puVar17 == local_38) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0xb32,"group_sections",local_4c + 6);\n }\nLAB_001ea619:\n FUN_001e8c30(param_1,&local_28,param_6);\n }\n if (local_24 == local_28) {\nLAB_001ea600:\n if (local_28 != (int *)0x0) goto LAB_001e9835;\n goto LAB_001e9844;\n }\n \n FUN_002cdf10(iVar7,&local_28);\n iVar7 = (int)local_24 - (int)local_28 >> 2;\n if (iVar7 == 0) goto LAB_001ea600;\n iVar6 = *(int *)(*local_28 + 0x2c);\n uVar26 = *(uint *)(*local_28 + 0x30);\n iVar13 = *(int *)(iVar6 + 0x84);\n if ((uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26) goto LAB_001ea7b7;\n iVar24 = 0;\n while( true ) {\n *(undefined4 *)(iVar13 + uVar26 * 4) = 0xffffffff;\n iVar24 = iVar24 + 1;\n *(undefined1 *)(iVar6 + 0x4c) = 1;\n if (iVar7 == iVar24) break;\n iVar6 = *(int *)(local_28[iVar24] + 0x2c);\n uVar26 = *(uint *)(local_28[iVar24] + 0x30);\n iVar13 = *(int *)(iVar6 + 0x84);\n if ((uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26) {\nLAB_001ea7b7:\n \n \n FUN_002446e0("../../gold/object.h",0x81f,"do_set_section_offset");\n }\n }\nLAB_001e9835:\n FUN_003ae080(local_28);\n }\nLAB_001e9844:\n local_84 = local_84 + 1;\n piVar8 = local_34;\n } while (local_30 != local_84);\n }\n if (piVar8 != (int *)0x0) {\n FUN_003ae080(piVar8);\n }\nLAB_001e9870:\n local_ac = (int *)*param_3;\n if (local_ac == (int *)param_3[1]) goto LAB_001e9f98;\n }" { (expression_statement "local_7c = *(int *)(iVar7 + 0x38a8) >> 0x1f;" (assignment_expression "local_7c = *(int *)(iVar7 + 0x38a8) >> 0x1f" identifier = (binary_expression "*(int *)(iVar7 + 0x38a8) >> 0x1f" (pointer_expression "*(int *)(iVar7 + 0x38a8)" * (cast_expression "(int *)(iVar7 + 0x38a8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x38a8)" ( (binary_expression "iVar7 + 0x38a8" identifier + number_literal) )))) >> number_literal)) ;) (expression_statement "local_7c = (*(uint *)(iVar7 + 0x38a8) ^ local_7c) - local_7c;" (assignment_expression "local_7c = (*(uint *)(iVar7 + 0x38a8) ^ local_7c) - local_7c" identifier = (binary_expression "(*(uint *)(iVar7 + 0x38a8) ^ local_7c) - local_7c" (parenthesized_expression "(*(uint *)(iVar7 + 0x38a8) ^ local_7c)" ( (binary_expression "*(uint *)(iVar7 + 0x38a8) ^ local_7c" (pointer_expression "*(uint *)(iVar7 + 0x38a8)" * (cast_expression "(uint *)(iVar7 + 0x38a8)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x38a8)" ( (binary_expression "iVar7 + 0x38a8" identifier + number_literal) )))) ^ identifier) )) - identifier)) ;) (if_statement "if (local_7c == 1) {\n local_7c = 0x7ffbffc;\n *(undefined4 *)(param_1 + 0x6c) = 0x7ffbffc;\n }\n else {\n *(uint *)(param_1 + 0x6c) = local_7c;\n }" if (parenthesized_expression "(local_7c == 1)" ( (binary_expression "local_7c == 1" identifier == number_literal) )) (compound_statement "{\n local_7c = 0x7ffbffc;\n *(undefined4 *)(param_1 + 0x6c) = 0x7ffbffc;\n }" { (expression_statement "local_7c = 0x7ffbffc;" (assignment_expression "local_7c = 0x7ffbffc" identifier = number_literal) ;) (expression_statement "*(undefined4 *)(param_1 + 0x6c) = 0x7ffbffc;" (assignment_expression "*(undefined4 *)(param_1 + 0x6c) = 0x7ffbffc" (pointer_expression "*(undefined4 *)(param_1 + 0x6c)" * (cast_expression "(undefined4 *)(param_1 + 0x6c)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x6c)" ( (binary_expression "param_1 + 0x6c" identifier + number_literal) )))) = number_literal) ;) }) (else_clause "else {\n *(uint *)(param_1 + 0x6c) = local_7c;\n }" else (compound_statement "{\n *(uint *)(param_1 + 0x6c) = local_7c;\n }" { (expression_statement "*(uint *)(param_1 + 0x6c) = local_7c;" (assignment_expression "*(uint *)(param_1 + 0x6c) = local_7c" (pointer_expression "*(uint *)(param_1 + 0x6c)" * (cast_expression "(uint *)(param_1 + 0x6c)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x6c)" ( (binary_expression "param_1 + 0x6c" identifier + number_literal) )))) = identifier) ;) }))) (expression_statement "local_34 = (int *)0x0;" (assignment_expression "local_34 = (int *)0x0" identifier = (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "local_30 = (int *)0x0;" (assignment_expression "local_30 = (int *)0x0" identifier = (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "local_2c = 0;" (assignment_expression "local_2c = 0" identifier = number_literal) ;) (expression_statement "FUN_002758a0(param_5,&local_34);" (call_expression "FUN_002758a0(param_5,&local_34)" identifier (argument_list "(param_5,&local_34)" ( identifier , (pointer_expression "&local_34" & identifier) ))) ;) (expression_statement "piVar8 = local_30;" (assignment_expression "piVar8 = local_30" identifier = identifier) ;) (if_statement "if (local_34 != local_30) {\n local_84 = local_34;\n do {\n iVar7 = *local_84;\n local_28 = (int *)0x0;\n local_24 = (int *)0x0;\n local_38 = *(uint **)(iVar7 + 0x70);\n local_20 = 0;\n if (local_38 != *(uint **)(iVar7 + 0x6c)) {\n local_70 = 0;\n bVar27 = false;\n local_5c = (undefined4 *)0x0;\n puVar22 = *(uint **)(iVar7 + 0x6c);\nLAB_001ea390:\n local_4c = puVar22;\n if (local_4c[1] != 0) {\n uVar26 = local_4c[1] - 1;\n bVar5 = (byte)uVar26;\n bVar28 = (uVar26 & 0x20) == 0;\n lVar30 = CONCAT44((uint)!bVar28 << (bVar5 & 0x1f),(uint)bVar28 << (bVar5 & 0x1f));\n goto LAB_001ea3bd;\n }\nLAB_001ea39e:\n uVar26 = *local_4c;\n puVar22 = local_4c;\njoined_r0x001ea3ac:\n local_4c = puVar22;\n if (uVar26 + 4 < 4) {\n \n lVar30 = (**(code **)(*(int *)local_4c[4] + 0xc))((int *)local_4c[4]);\nLAB_001ea3bd:\n if (lVar30 != 0) {\n local_5c = (undefined4 *)((int)lVar30 + -1 + (int)local_5c & -(int)lVar30);\n }\n }\n iVar6 = FUN_002c60d0(local_4c);\n uVar26 = (int)local_5c + iVar6;\n uVar23 = uVar26;\n if (bVar27) goto LAB_001ea4f0;\nLAB_001ea3f6:\n if (*local_4c < 0xfffffffd) {\n lVar30 = FUN_002c60d0(local_4c);\n puVar22 = local_4c + 6;\n puVar17 = *(uint **)(iVar7 + 0x70);\n if (lVar30 == 0) goto LAB_001e9783;\n if (bVar27) {\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea610;\n puVar17 = local_4c + 7;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n if (*puVar17 != 0) {\n uVar26 = *puVar17 - 1;\n bVar16 = (byte)uVar26;\n bVar5 = bVar16 & 0x1f;\n uVar14 = 1 << (bVar16 & 0x1f);\n uVar15 = uVar14;\n uVar20 = 0 << bVar5 | 1U >> 0x20 - bVar5;\n if ((uVar26 & 0x20) != 0) {\n uVar15 = 0;\n uVar20 = uVar14;\n }\n if (uVar20 == 0 && uVar15 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n }\n else {\n local_5c = (undefined4 *)((uVar15 - 1) + uVar23 & -uVar15);\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = (int)local_5c + iVar6;\n }\n goto LAB_001ea4f0;\n }\n goto LAB_001ea39e;\n }\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea619;\n if (local_4c[7] != 0) {\n uVar26 = local_4c[7] - 1;\n bVar5 = (byte)uVar26;\n bVar27 = (uVar26 & 0x20) == 0;\n iVar6 = (uint)bVar27 << (bVar5 & 0x1f);\n if ((uint)!bVar27 << (bVar5 & 0x1f) == 0 && iVar6 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\n else {\n uVar23 = -iVar6 & (uVar23 - 1) + iVar6;\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\nLAB_001ea4f0:\n uVar23 = uVar26;\n if (uVar26 - local_70 < local_7c) {\n bVar27 = true;\n }\n else {\n if (*(uint **)(iVar7 + 0x70) == local_38) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0xaf7,"group_sections");\n }\n FUN_001e8c30(param_1,&local_28,param_6);\n bVar27 = false;\n }\n goto LAB_001ea3f6;\n }\n uVar26 = *puVar22;\n bVar27 = true;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n goto joined_r0x001ea3ac;\n }\n puVar17 = *(uint **)(iVar7 + 0x70);\nLAB_001e9783:\n local_5c = (undefined4 *)uVar23;\n puVar22 = local_4c + 6;\n if (local_4c + 6 != puVar17) goto LAB_001ea390;\n if (bVar27) {\nLAB_001ea610:\n if (puVar17 == local_38) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0xb32,"group_sections",local_4c + 6);\n }\nLAB_001ea619:\n FUN_001e8c30(param_1,&local_28,param_6);\n }\n if (local_24 == local_28) {\nLAB_001ea600:\n if (local_28 != (int *)0x0) goto LAB_001e9835;\n goto LAB_001e9844;\n }\n \n FUN_002cdf10(iVar7,&local_28);\n iVar7 = (int)local_24 - (int)local_28 >> 2;\n if (iVar7 == 0) goto LAB_001ea600;\n iVar6 = *(int *)(*local_28 + 0x2c);\n uVar26 = *(uint *)(*local_28 + 0x30);\n iVar13 = *(int *)(iVar6 + 0x84);\n if ((uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26) goto LAB_001ea7b7;\n iVar24 = 0;\n while( true ) {\n *(undefined4 *)(iVar13 + uVar26 * 4) = 0xffffffff;\n iVar24 = iVar24 + 1;\n *(undefined1 *)(iVar6 + 0x4c) = 1;\n if (iVar7 == iVar24) break;\n iVar6 = *(int *)(local_28[iVar24] + 0x2c);\n uVar26 = *(uint *)(local_28[iVar24] + 0x30);\n iVar13 = *(int *)(iVar6 + 0x84);\n if ((uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26) {\nLAB_001ea7b7:\n \n \n FUN_002446e0("../../gold/object.h",0x81f,"do_set_section_offset");\n }\n }\nLAB_001e9835:\n FUN_003ae080(local_28);\n }\nLAB_001e9844:\n local_84 = local_84 + 1;\n piVar8 = local_34;\n } while (local_30 != local_84);\n }" if (parenthesized_expression "(local_34 != local_30)" ( (binary_expression "local_34 != local_30" identifier != identifier) )) (compound_statement "{\n local_84 = local_34;\n do {\n iVar7 = *local_84;\n local_28 = (int *)0x0;\n local_24 = (int *)0x0;\n local_38 = *(uint **)(iVar7 + 0x70);\n local_20 = 0;\n if (local_38 != *(uint **)(iVar7 + 0x6c)) {\n local_70 = 0;\n bVar27 = false;\n local_5c = (undefined4 *)0x0;\n puVar22 = *(uint **)(iVar7 + 0x6c);\nLAB_001ea390:\n local_4c = puVar22;\n if (local_4c[1] != 0) {\n uVar26 = local_4c[1] - 1;\n bVar5 = (byte)uVar26;\n bVar28 = (uVar26 & 0x20) == 0;\n lVar30 = CONCAT44((uint)!bVar28 << (bVar5 & 0x1f),(uint)bVar28 << (bVar5 & 0x1f));\n goto LAB_001ea3bd;\n }\nLAB_001ea39e:\n uVar26 = *local_4c;\n puVar22 = local_4c;\njoined_r0x001ea3ac:\n local_4c = puVar22;\n if (uVar26 + 4 < 4) {\n \n lVar30 = (**(code **)(*(int *)local_4c[4] + 0xc))((int *)local_4c[4]);\nLAB_001ea3bd:\n if (lVar30 != 0) {\n local_5c = (undefined4 *)((int)lVar30 + -1 + (int)local_5c & -(int)lVar30);\n }\n }\n iVar6 = FUN_002c60d0(local_4c);\n uVar26 = (int)local_5c + iVar6;\n uVar23 = uVar26;\n if (bVar27) goto LAB_001ea4f0;\nLAB_001ea3f6:\n if (*local_4c < 0xfffffffd) {\n lVar30 = FUN_002c60d0(local_4c);\n puVar22 = local_4c + 6;\n puVar17 = *(uint **)(iVar7 + 0x70);\n if (lVar30 == 0) goto LAB_001e9783;\n if (bVar27) {\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea610;\n puVar17 = local_4c + 7;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n if (*puVar17 != 0) {\n uVar26 = *puVar17 - 1;\n bVar16 = (byte)uVar26;\n bVar5 = bVar16 & 0x1f;\n uVar14 = 1 << (bVar16 & 0x1f);\n uVar15 = uVar14;\n uVar20 = 0 << bVar5 | 1U >> 0x20 - bVar5;\n if ((uVar26 & 0x20) != 0) {\n uVar15 = 0;\n uVar20 = uVar14;\n }\n if (uVar20 == 0 && uVar15 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n }\n else {\n local_5c = (undefined4 *)((uVar15 - 1) + uVar23 & -uVar15);\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = (int)local_5c + iVar6;\n }\n goto LAB_001ea4f0;\n }\n goto LAB_001ea39e;\n }\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea619;\n if (local_4c[7] != 0) {\n uVar26 = local_4c[7] - 1;\n bVar5 = (byte)uVar26;\n bVar27 = (uVar26 & 0x20) == 0;\n iVar6 = (uint)bVar27 << (bVar5 & 0x1f);\n if ((uint)!bVar27 << (bVar5 & 0x1f) == 0 && iVar6 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\n else {\n uVar23 = -iVar6 & (uVar23 - 1) + iVar6;\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\nLAB_001ea4f0:\n uVar23 = uVar26;\n if (uVar26 - local_70 < local_7c) {\n bVar27 = true;\n }\n else {\n if (*(uint **)(iVar7 + 0x70) == local_38) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0xaf7,"group_sections");\n }\n FUN_001e8c30(param_1,&local_28,param_6);\n bVar27 = false;\n }\n goto LAB_001ea3f6;\n }\n uVar26 = *puVar22;\n bVar27 = true;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n goto joined_r0x001ea3ac;\n }\n puVar17 = *(uint **)(iVar7 + 0x70);\nLAB_001e9783:\n local_5c = (undefined4 *)uVar23;\n puVar22 = local_4c + 6;\n if (local_4c + 6 != puVar17) goto LAB_001ea390;\n if (bVar27) {\nLAB_001ea610:\n if (puVar17 == local_38) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0xb32,"group_sections",local_4c + 6);\n }\nLAB_001ea619:\n FUN_001e8c30(param_1,&local_28,param_6);\n }\n if (local_24 == local_28) {\nLAB_001ea600:\n if (local_28 != (int *)0x0) goto LAB_001e9835;\n goto LAB_001e9844;\n }\n \n FUN_002cdf10(iVar7,&local_28);\n iVar7 = (int)local_24 - (int)local_28 >> 2;\n if (iVar7 == 0) goto LAB_001ea600;\n iVar6 = *(int *)(*local_28 + 0x2c);\n uVar26 = *(uint *)(*local_28 + 0x30);\n iVar13 = *(int *)(iVar6 + 0x84);\n if ((uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26) goto LAB_001ea7b7;\n iVar24 = 0;\n while( true ) {\n *(undefined4 *)(iVar13 + uVar26 * 4) = 0xffffffff;\n iVar24 = iVar24 + 1;\n *(undefined1 *)(iVar6 + 0x4c) = 1;\n if (iVar7 == iVar24) break;\n iVar6 = *(int *)(local_28[iVar24] + 0x2c);\n uVar26 = *(uint *)(local_28[iVar24] + 0x30);\n iVar13 = *(int *)(iVar6 + 0x84);\n if ((uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26) {\nLAB_001ea7b7:\n \n \n FUN_002446e0("../../gold/object.h",0x81f,"do_set_section_offset");\n }\n }\nLAB_001e9835:\n FUN_003ae080(local_28);\n }\nLAB_001e9844:\n local_84 = local_84 + 1;\n piVar8 = local_34;\n } while (local_30 != local_84);\n }" { (expression_statement "local_84 = local_34;" (assignment_expression "local_84 = local_34" identifier = identifier) ;) (do_statement "do {\n iVar7 = *local_84;\n local_28 = (int *)0x0;\n local_24 = (int *)0x0;\n local_38 = *(uint **)(iVar7 + 0x70);\n local_20 = 0;\n if (local_38 != *(uint **)(iVar7 + 0x6c)) {\n local_70 = 0;\n bVar27 = false;\n local_5c = (undefined4 *)0x0;\n puVar22 = *(uint **)(iVar7 + 0x6c);\nLAB_001ea390:\n local_4c = puVar22;\n if (local_4c[1] != 0) {\n uVar26 = local_4c[1] - 1;\n bVar5 = (byte)uVar26;\n bVar28 = (uVar26 & 0x20) == 0;\n lVar30 = CONCAT44((uint)!bVar28 << (bVar5 & 0x1f),(uint)bVar28 << (bVar5 & 0x1f));\n goto LAB_001ea3bd;\n }\nLAB_001ea39e:\n uVar26 = *local_4c;\n puVar22 = local_4c;\njoined_r0x001ea3ac:\n local_4c = puVar22;\n if (uVar26 + 4 < 4) {\n \n lVar30 = (**(code **)(*(int *)local_4c[4] + 0xc))((int *)local_4c[4]);\nLAB_001ea3bd:\n if (lVar30 != 0) {\n local_5c = (undefined4 *)((int)lVar30 + -1 + (int)local_5c & -(int)lVar30);\n }\n }\n iVar6 = FUN_002c60d0(local_4c);\n uVar26 = (int)local_5c + iVar6;\n uVar23 = uVar26;\n if (bVar27) goto LAB_001ea4f0;\nLAB_001ea3f6:\n if (*local_4c < 0xfffffffd) {\n lVar30 = FUN_002c60d0(local_4c);\n puVar22 = local_4c + 6;\n puVar17 = *(uint **)(iVar7 + 0x70);\n if (lVar30 == 0) goto LAB_001e9783;\n if (bVar27) {\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea610;\n puVar17 = local_4c + 7;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n if (*puVar17 != 0) {\n uVar26 = *puVar17 - 1;\n bVar16 = (byte)uVar26;\n bVar5 = bVar16 & 0x1f;\n uVar14 = 1 << (bVar16 & 0x1f);\n uVar15 = uVar14;\n uVar20 = 0 << bVar5 | 1U >> 0x20 - bVar5;\n if ((uVar26 & 0x20) != 0) {\n uVar15 = 0;\n uVar20 = uVar14;\n }\n if (uVar20 == 0 && uVar15 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n }\n else {\n local_5c = (undefined4 *)((uVar15 - 1) + uVar23 & -uVar15);\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = (int)local_5c + iVar6;\n }\n goto LAB_001ea4f0;\n }\n goto LAB_001ea39e;\n }\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea619;\n if (local_4c[7] != 0) {\n uVar26 = local_4c[7] - 1;\n bVar5 = (byte)uVar26;\n bVar27 = (uVar26 & 0x20) == 0;\n iVar6 = (uint)bVar27 << (bVar5 & 0x1f);\n if ((uint)!bVar27 << (bVar5 & 0x1f) == 0 && iVar6 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\n else {\n uVar23 = -iVar6 & (uVar23 - 1) + iVar6;\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\nLAB_001ea4f0:\n uVar23 = uVar26;\n if (uVar26 - local_70 < local_7c) {\n bVar27 = true;\n }\n else {\n if (*(uint **)(iVar7 + 0x70) == local_38) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0xaf7,"group_sections");\n }\n FUN_001e8c30(param_1,&local_28,param_6);\n bVar27 = false;\n }\n goto LAB_001ea3f6;\n }\n uVar26 = *puVar22;\n bVar27 = true;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n goto joined_r0x001ea3ac;\n }\n puVar17 = *(uint **)(iVar7 + 0x70);\nLAB_001e9783:\n local_5c = (undefined4 *)uVar23;\n puVar22 = local_4c + 6;\n if (local_4c + 6 != puVar17) goto LAB_001ea390;\n if (bVar27) {\nLAB_001ea610:\n if (puVar17 == local_38) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0xb32,"group_sections",local_4c + 6);\n }\nLAB_001ea619:\n FUN_001e8c30(param_1,&local_28,param_6);\n }\n if (local_24 == local_28) {\nLAB_001ea600:\n if (local_28 != (int *)0x0) goto LAB_001e9835;\n goto LAB_001e9844;\n }\n \n FUN_002cdf10(iVar7,&local_28);\n iVar7 = (int)local_24 - (int)local_28 >> 2;\n if (iVar7 == 0) goto LAB_001ea600;\n iVar6 = *(int *)(*local_28 + 0x2c);\n uVar26 = *(uint *)(*local_28 + 0x30);\n iVar13 = *(int *)(iVar6 + 0x84);\n if ((uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26) goto LAB_001ea7b7;\n iVar24 = 0;\n while( true ) {\n *(undefined4 *)(iVar13 + uVar26 * 4) = 0xffffffff;\n iVar24 = iVar24 + 1;\n *(undefined1 *)(iVar6 + 0x4c) = 1;\n if (iVar7 == iVar24) break;\n iVar6 = *(int *)(local_28[iVar24] + 0x2c);\n uVar26 = *(uint *)(local_28[iVar24] + 0x30);\n iVar13 = *(int *)(iVar6 + 0x84);\n if ((uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26) {\nLAB_001ea7b7:\n \n \n FUN_002446e0("../../gold/object.h",0x81f,"do_set_section_offset");\n }\n }\nLAB_001e9835:\n FUN_003ae080(local_28);\n }\nLAB_001e9844:\n local_84 = local_84 + 1;\n piVar8 = local_34;\n } while (local_30 != local_84);" do (compound_statement "{\n iVar7 = *local_84;\n local_28 = (int *)0x0;\n local_24 = (int *)0x0;\n local_38 = *(uint **)(iVar7 + 0x70);\n local_20 = 0;\n if (local_38 != *(uint **)(iVar7 + 0x6c)) {\n local_70 = 0;\n bVar27 = false;\n local_5c = (undefined4 *)0x0;\n puVar22 = *(uint **)(iVar7 + 0x6c);\nLAB_001ea390:\n local_4c = puVar22;\n if (local_4c[1] != 0) {\n uVar26 = local_4c[1] - 1;\n bVar5 = (byte)uVar26;\n bVar28 = (uVar26 & 0x20) == 0;\n lVar30 = CONCAT44((uint)!bVar28 << (bVar5 & 0x1f),(uint)bVar28 << (bVar5 & 0x1f));\n goto LAB_001ea3bd;\n }\nLAB_001ea39e:\n uVar26 = *local_4c;\n puVar22 = local_4c;\njoined_r0x001ea3ac:\n local_4c = puVar22;\n if (uVar26 + 4 < 4) {\n \n lVar30 = (**(code **)(*(int *)local_4c[4] + 0xc))((int *)local_4c[4]);\nLAB_001ea3bd:\n if (lVar30 != 0) {\n local_5c = (undefined4 *)((int)lVar30 + -1 + (int)local_5c & -(int)lVar30);\n }\n }\n iVar6 = FUN_002c60d0(local_4c);\n uVar26 = (int)local_5c + iVar6;\n uVar23 = uVar26;\n if (bVar27) goto LAB_001ea4f0;\nLAB_001ea3f6:\n if (*local_4c < 0xfffffffd) {\n lVar30 = FUN_002c60d0(local_4c);\n puVar22 = local_4c + 6;\n puVar17 = *(uint **)(iVar7 + 0x70);\n if (lVar30 == 0) goto LAB_001e9783;\n if (bVar27) {\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea610;\n puVar17 = local_4c + 7;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n if (*puVar17 != 0) {\n uVar26 = *puVar17 - 1;\n bVar16 = (byte)uVar26;\n bVar5 = bVar16 & 0x1f;\n uVar14 = 1 << (bVar16 & 0x1f);\n uVar15 = uVar14;\n uVar20 = 0 << bVar5 | 1U >> 0x20 - bVar5;\n if ((uVar26 & 0x20) != 0) {\n uVar15 = 0;\n uVar20 = uVar14;\n }\n if (uVar20 == 0 && uVar15 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n }\n else {\n local_5c = (undefined4 *)((uVar15 - 1) + uVar23 & -uVar15);\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = (int)local_5c + iVar6;\n }\n goto LAB_001ea4f0;\n }\n goto LAB_001ea39e;\n }\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea619;\n if (local_4c[7] != 0) {\n uVar26 = local_4c[7] - 1;\n bVar5 = (byte)uVar26;\n bVar27 = (uVar26 & 0x20) == 0;\n iVar6 = (uint)bVar27 << (bVar5 & 0x1f);\n if ((uint)!bVar27 << (bVar5 & 0x1f) == 0 && iVar6 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\n else {\n uVar23 = -iVar6 & (uVar23 - 1) + iVar6;\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\nLAB_001ea4f0:\n uVar23 = uVar26;\n if (uVar26 - local_70 < local_7c) {\n bVar27 = true;\n }\n else {\n if (*(uint **)(iVar7 + 0x70) == local_38) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0xaf7,"group_sections");\n }\n FUN_001e8c30(param_1,&local_28,param_6);\n bVar27 = false;\n }\n goto LAB_001ea3f6;\n }\n uVar26 = *puVar22;\n bVar27 = true;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n goto joined_r0x001ea3ac;\n }\n puVar17 = *(uint **)(iVar7 + 0x70);\nLAB_001e9783:\n local_5c = (undefined4 *)uVar23;\n puVar22 = local_4c + 6;\n if (local_4c + 6 != puVar17) goto LAB_001ea390;\n if (bVar27) {\nLAB_001ea610:\n if (puVar17 == local_38) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0xb32,"group_sections",local_4c + 6);\n }\nLAB_001ea619:\n FUN_001e8c30(param_1,&local_28,param_6);\n }\n if (local_24 == local_28) {\nLAB_001ea600:\n if (local_28 != (int *)0x0) goto LAB_001e9835;\n goto LAB_001e9844;\n }\n \n FUN_002cdf10(iVar7,&local_28);\n iVar7 = (int)local_24 - (int)local_28 >> 2;\n if (iVar7 == 0) goto LAB_001ea600;\n iVar6 = *(int *)(*local_28 + 0x2c);\n uVar26 = *(uint *)(*local_28 + 0x30);\n iVar13 = *(int *)(iVar6 + 0x84);\n if ((uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26) goto LAB_001ea7b7;\n iVar24 = 0;\n while( true ) {\n *(undefined4 *)(iVar13 + uVar26 * 4) = 0xffffffff;\n iVar24 = iVar24 + 1;\n *(undefined1 *)(iVar6 + 0x4c) = 1;\n if (iVar7 == iVar24) break;\n iVar6 = *(int *)(local_28[iVar24] + 0x2c);\n uVar26 = *(uint *)(local_28[iVar24] + 0x30);\n iVar13 = *(int *)(iVar6 + 0x84);\n if ((uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26) {\nLAB_001ea7b7:\n \n \n FUN_002446e0("../../gold/object.h",0x81f,"do_set_section_offset");\n }\n }\nLAB_001e9835:\n FUN_003ae080(local_28);\n }\nLAB_001e9844:\n local_84 = local_84 + 1;\n piVar8 = local_34;\n }" { (expression_statement "iVar7 = *local_84;" (assignment_expression "iVar7 = *local_84" identifier = (pointer_expression "*local_84" * identifier)) ;) (expression_statement "local_28 = (int *)0x0;" (assignment_expression "local_28 = (int *)0x0" identifier = (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "local_24 = (int *)0x0;" (assignment_expression "local_24 = (int *)0x0" identifier = (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "local_38 = *(uint **)(iVar7 + 0x70);" (assignment_expression "local_38 = *(uint **)(iVar7 + 0x70)" identifier = (pointer_expression "*(uint **)(iVar7 + 0x70)" * (cast_expression "(uint **)(iVar7 + 0x70)" ( (type_descriptor "uint **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar7 + 0x70)" ( (binary_expression "iVar7 + 0x70" identifier + number_literal) ))))) ;) (expression_statement "local_20 = 0;" (assignment_expression "local_20 = 0" identifier = number_literal) ;) (if_statement "if (local_38 != *(uint **)(iVar7 + 0x6c)) {\n local_70 = 0;\n bVar27 = false;\n local_5c = (undefined4 *)0x0;\n puVar22 = *(uint **)(iVar7 + 0x6c);\nLAB_001ea390:\n local_4c = puVar22;\n if (local_4c[1] != 0) {\n uVar26 = local_4c[1] - 1;\n bVar5 = (byte)uVar26;\n bVar28 = (uVar26 & 0x20) == 0;\n lVar30 = CONCAT44((uint)!bVar28 << (bVar5 & 0x1f),(uint)bVar28 << (bVar5 & 0x1f));\n goto LAB_001ea3bd;\n }\nLAB_001ea39e:\n uVar26 = *local_4c;\n puVar22 = local_4c;\njoined_r0x001ea3ac:\n local_4c = puVar22;\n if (uVar26 + 4 < 4) {\n \n lVar30 = (**(code **)(*(int *)local_4c[4] + 0xc))((int *)local_4c[4]);\nLAB_001ea3bd:\n if (lVar30 != 0) {\n local_5c = (undefined4 *)((int)lVar30 + -1 + (int)local_5c & -(int)lVar30);\n }\n }\n iVar6 = FUN_002c60d0(local_4c);\n uVar26 = (int)local_5c + iVar6;\n uVar23 = uVar26;\n if (bVar27) goto LAB_001ea4f0;\nLAB_001ea3f6:\n if (*local_4c < 0xfffffffd) {\n lVar30 = FUN_002c60d0(local_4c);\n puVar22 = local_4c + 6;\n puVar17 = *(uint **)(iVar7 + 0x70);\n if (lVar30 == 0) goto LAB_001e9783;\n if (bVar27) {\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea610;\n puVar17 = local_4c + 7;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n if (*puVar17 != 0) {\n uVar26 = *puVar17 - 1;\n bVar16 = (byte)uVar26;\n bVar5 = bVar16 & 0x1f;\n uVar14 = 1 << (bVar16 & 0x1f);\n uVar15 = uVar14;\n uVar20 = 0 << bVar5 | 1U >> 0x20 - bVar5;\n if ((uVar26 & 0x20) != 0) {\n uVar15 = 0;\n uVar20 = uVar14;\n }\n if (uVar20 == 0 && uVar15 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n }\n else {\n local_5c = (undefined4 *)((uVar15 - 1) + uVar23 & -uVar15);\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = (int)local_5c + iVar6;\n }\n goto LAB_001ea4f0;\n }\n goto LAB_001ea39e;\n }\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea619;\n if (local_4c[7] != 0) {\n uVar26 = local_4c[7] - 1;\n bVar5 = (byte)uVar26;\n bVar27 = (uVar26 & 0x20) == 0;\n iVar6 = (uint)bVar27 << (bVar5 & 0x1f);\n if ((uint)!bVar27 << (bVar5 & 0x1f) == 0 && iVar6 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\n else {\n uVar23 = -iVar6 & (uVar23 - 1) + iVar6;\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\nLAB_001ea4f0:\n uVar23 = uVar26;\n if (uVar26 - local_70 < local_7c) {\n bVar27 = true;\n }\n else {\n if (*(uint **)(iVar7 + 0x70) == local_38) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0xaf7,"group_sections");\n }\n FUN_001e8c30(param_1,&local_28,param_6);\n bVar27 = false;\n }\n goto LAB_001ea3f6;\n }\n uVar26 = *puVar22;\n bVar27 = true;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n goto joined_r0x001ea3ac;\n }\n puVar17 = *(uint **)(iVar7 + 0x70);\nLAB_001e9783:\n local_5c = (undefined4 *)uVar23;\n puVar22 = local_4c + 6;\n if (local_4c + 6 != puVar17) goto LAB_001ea390;\n if (bVar27) {\nLAB_001ea610:\n if (puVar17 == local_38) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0xb32,"group_sections",local_4c + 6);\n }\nLAB_001ea619:\n FUN_001e8c30(param_1,&local_28,param_6);\n }\n if (local_24 == local_28) {\nLAB_001ea600:\n if (local_28 != (int *)0x0) goto LAB_001e9835;\n goto LAB_001e9844;\n }\n \n FUN_002cdf10(iVar7,&local_28);\n iVar7 = (int)local_24 - (int)local_28 >> 2;\n if (iVar7 == 0) goto LAB_001ea600;\n iVar6 = *(int *)(*local_28 + 0x2c);\n uVar26 = *(uint *)(*local_28 + 0x30);\n iVar13 = *(int *)(iVar6 + 0x84);\n if ((uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26) goto LAB_001ea7b7;\n iVar24 = 0;\n while( true ) {\n *(undefined4 *)(iVar13 + uVar26 * 4) = 0xffffffff;\n iVar24 = iVar24 + 1;\n *(undefined1 *)(iVar6 + 0x4c) = 1;\n if (iVar7 == iVar24) break;\n iVar6 = *(int *)(local_28[iVar24] + 0x2c);\n uVar26 = *(uint *)(local_28[iVar24] + 0x30);\n iVar13 = *(int *)(iVar6 + 0x84);\n if ((uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26) {\nLAB_001ea7b7:\n \n \n FUN_002446e0("../../gold/object.h",0x81f,"do_set_section_offset");\n }\n }\nLAB_001e9835:\n FUN_003ae080(local_28);\n }" if (parenthesized_expression "(local_38 != *(uint **)(iVar7 + 0x6c))" ( (binary_expression "local_38 != *(uint **)(iVar7 + 0x6c)" identifier != (pointer_expression "*(uint **)(iVar7 + 0x6c)" * (cast_expression "(uint **)(iVar7 + 0x6c)" ( (type_descriptor "uint **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar7 + 0x6c)" ( (binary_expression "iVar7 + 0x6c" identifier + number_literal) ))))) )) (compound_statement "{\n local_70 = 0;\n bVar27 = false;\n local_5c = (undefined4 *)0x0;\n puVar22 = *(uint **)(iVar7 + 0x6c);\nLAB_001ea390:\n local_4c = puVar22;\n if (local_4c[1] != 0) {\n uVar26 = local_4c[1] - 1;\n bVar5 = (byte)uVar26;\n bVar28 = (uVar26 & 0x20) == 0;\n lVar30 = CONCAT44((uint)!bVar28 << (bVar5 & 0x1f),(uint)bVar28 << (bVar5 & 0x1f));\n goto LAB_001ea3bd;\n }\nLAB_001ea39e:\n uVar26 = *local_4c;\n puVar22 = local_4c;\njoined_r0x001ea3ac:\n local_4c = puVar22;\n if (uVar26 + 4 < 4) {\n \n lVar30 = (**(code **)(*(int *)local_4c[4] + 0xc))((int *)local_4c[4]);\nLAB_001ea3bd:\n if (lVar30 != 0) {\n local_5c = (undefined4 *)((int)lVar30 + -1 + (int)local_5c & -(int)lVar30);\n }\n }\n iVar6 = FUN_002c60d0(local_4c);\n uVar26 = (int)local_5c + iVar6;\n uVar23 = uVar26;\n if (bVar27) goto LAB_001ea4f0;\nLAB_001ea3f6:\n if (*local_4c < 0xfffffffd) {\n lVar30 = FUN_002c60d0(local_4c);\n puVar22 = local_4c + 6;\n puVar17 = *(uint **)(iVar7 + 0x70);\n if (lVar30 == 0) goto LAB_001e9783;\n if (bVar27) {\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea610;\n puVar17 = local_4c + 7;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n if (*puVar17 != 0) {\n uVar26 = *puVar17 - 1;\n bVar16 = (byte)uVar26;\n bVar5 = bVar16 & 0x1f;\n uVar14 = 1 << (bVar16 & 0x1f);\n uVar15 = uVar14;\n uVar20 = 0 << bVar5 | 1U >> 0x20 - bVar5;\n if ((uVar26 & 0x20) != 0) {\n uVar15 = 0;\n uVar20 = uVar14;\n }\n if (uVar20 == 0 && uVar15 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n }\n else {\n local_5c = (undefined4 *)((uVar15 - 1) + uVar23 & -uVar15);\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = (int)local_5c + iVar6;\n }\n goto LAB_001ea4f0;\n }\n goto LAB_001ea39e;\n }\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea619;\n if (local_4c[7] != 0) {\n uVar26 = local_4c[7] - 1;\n bVar5 = (byte)uVar26;\n bVar27 = (uVar26 & 0x20) == 0;\n iVar6 = (uint)bVar27 << (bVar5 & 0x1f);\n if ((uint)!bVar27 << (bVar5 & 0x1f) == 0 && iVar6 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\n else {\n uVar23 = -iVar6 & (uVar23 - 1) + iVar6;\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\nLAB_001ea4f0:\n uVar23 = uVar26;\n if (uVar26 - local_70 < local_7c) {\n bVar27 = true;\n }\n else {\n if (*(uint **)(iVar7 + 0x70) == local_38) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0xaf7,"group_sections");\n }\n FUN_001e8c30(param_1,&local_28,param_6);\n bVar27 = false;\n }\n goto LAB_001ea3f6;\n }\n uVar26 = *puVar22;\n bVar27 = true;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n goto joined_r0x001ea3ac;\n }\n puVar17 = *(uint **)(iVar7 + 0x70);\nLAB_001e9783:\n local_5c = (undefined4 *)uVar23;\n puVar22 = local_4c + 6;\n if (local_4c + 6 != puVar17) goto LAB_001ea390;\n if (bVar27) {\nLAB_001ea610:\n if (puVar17 == local_38) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0xb32,"group_sections",local_4c + 6);\n }\nLAB_001ea619:\n FUN_001e8c30(param_1,&local_28,param_6);\n }\n if (local_24 == local_28) {\nLAB_001ea600:\n if (local_28 != (int *)0x0) goto LAB_001e9835;\n goto LAB_001e9844;\n }\n \n FUN_002cdf10(iVar7,&local_28);\n iVar7 = (int)local_24 - (int)local_28 >> 2;\n if (iVar7 == 0) goto LAB_001ea600;\n iVar6 = *(int *)(*local_28 + 0x2c);\n uVar26 = *(uint *)(*local_28 + 0x30);\n iVar13 = *(int *)(iVar6 + 0x84);\n if ((uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26) goto LAB_001ea7b7;\n iVar24 = 0;\n while( true ) {\n *(undefined4 *)(iVar13 + uVar26 * 4) = 0xffffffff;\n iVar24 = iVar24 + 1;\n *(undefined1 *)(iVar6 + 0x4c) = 1;\n if (iVar7 == iVar24) break;\n iVar6 = *(int *)(local_28[iVar24] + 0x2c);\n uVar26 = *(uint *)(local_28[iVar24] + 0x30);\n iVar13 = *(int *)(iVar6 + 0x84);\n if ((uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26) {\nLAB_001ea7b7:\n \n \n FUN_002446e0("../../gold/object.h",0x81f,"do_set_section_offset");\n }\n }\nLAB_001e9835:\n FUN_003ae080(local_28);\n }" { (expression_statement "local_70 = 0;" (assignment_expression "local_70 = 0" identifier = number_literal) ;) (expression_statement "bVar27 = false;" (assignment_expression "bVar27 = false" identifier = false) ;) (expression_statement "local_5c = (undefined4 *)0x0;" (assignment_expression "local_5c = (undefined4 *)0x0" identifier = (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "puVar22 = *(uint **)(iVar7 + 0x6c);" (assignment_expression "puVar22 = *(uint **)(iVar7 + 0x6c)" identifier = (pointer_expression "*(uint **)(iVar7 + 0x6c)" * (cast_expression "(uint **)(iVar7 + 0x6c)" ( (type_descriptor "uint **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar7 + 0x6c)" ( (binary_expression "iVar7 + 0x6c" identifier + number_literal) ))))) ;) (labeled_statement "LAB_001ea390:\n local_4c = puVar22;" statement_identifier : (expression_statement "local_4c = puVar22;" (assignment_expression "local_4c = puVar22" identifier = identifier) ;)) (if_statement "if (local_4c[1] != 0) {\n uVar26 = local_4c[1] - 1;\n bVar5 = (byte)uVar26;\n bVar28 = (uVar26 & 0x20) == 0;\n lVar30 = CONCAT44((uint)!bVar28 << (bVar5 & 0x1f),(uint)bVar28 << (bVar5 & 0x1f));\n goto LAB_001ea3bd;\n }" if (parenthesized_expression "(local_4c[1] != 0)" ( (binary_expression "local_4c[1] != 0" (subscript_expression "local_4c[1]" identifier [ number_literal ]) != number_literal) )) (compound_statement "{\n uVar26 = local_4c[1] - 1;\n bVar5 = (byte)uVar26;\n bVar28 = (uVar26 & 0x20) == 0;\n lVar30 = CONCAT44((uint)!bVar28 << (bVar5 & 0x1f),(uint)bVar28 << (bVar5 & 0x1f));\n goto LAB_001ea3bd;\n }" { (expression_statement "uVar26 = local_4c[1] - 1;" (assignment_expression "uVar26 = local_4c[1] - 1" identifier = (binary_expression "local_4c[1] - 1" (subscript_expression "local_4c[1]" identifier [ number_literal ]) - number_literal)) ;) (expression_statement "bVar5 = (byte)uVar26;" (assignment_expression "bVar5 = (byte)uVar26" identifier = (cast_expression "(byte)uVar26" ( (type_descriptor "byte" type_identifier) ) identifier)) ;) (expression_statement "bVar28 = (uVar26 & 0x20) == 0;" (assignment_expression "bVar28 = (uVar26 & 0x20) == 0" identifier = (binary_expression "(uVar26 & 0x20) == 0" (parenthesized_expression "(uVar26 & 0x20)" ( (binary_expression "uVar26 & 0x20" identifier & number_literal) )) == number_literal)) ;) (expression_statement "lVar30 = CONCAT44((uint)!bVar28 << (bVar5 & 0x1f),(uint)bVar28 << (bVar5 & 0x1f));" (assignment_expression "lVar30 = CONCAT44((uint)!bVar28 << (bVar5 & 0x1f),(uint)bVar28 << (bVar5 & 0x1f))" identifier = (call_expression "CONCAT44((uint)!bVar28 << (bVar5 & 0x1f),(uint)bVar28 << (bVar5 & 0x1f))" identifier (argument_list "((uint)!bVar28 << (bVar5 & 0x1f),(uint)bVar28 << (bVar5 & 0x1f))" ( (binary_expression "(uint)!bVar28 << (bVar5 & 0x1f)" (cast_expression "(uint)!bVar28" ( (type_descriptor "uint" type_identifier) ) (unary_expression "!bVar28" ! identifier)) << (parenthesized_expression "(bVar5 & 0x1f)" ( (binary_expression "bVar5 & 0x1f" identifier & number_literal) ))) , (binary_expression "(uint)bVar28 << (bVar5 & 0x1f)" (cast_expression "(uint)bVar28" ( (type_descriptor "uint" type_identifier) ) identifier) << (parenthesized_expression "(bVar5 & 0x1f)" ( (binary_expression "bVar5 & 0x1f" identifier & number_literal) ))) )))) ;) (goto_statement "goto LAB_001ea3bd;" goto statement_identifier ;) })) (labeled_statement "LAB_001ea39e:\n uVar26 = *local_4c;" statement_identifier : (expression_statement "uVar26 = *local_4c;" (assignment_expression "uVar26 = *local_4c" identifier = (pointer_expression "*local_4c" * identifier)) ;)) (expression_statement "puVar22 = local_4c;" (assignment_expression "puVar22 = local_4c" identifier = identifier) ;) (labeled_statement "joined_r0x001ea3ac:\n local_4c = puVar22;" statement_identifier : (expression_statement "local_4c = puVar22;" (assignment_expression "local_4c = puVar22" identifier = identifier) ;)) (if_statement "if (uVar26 + 4 < 4) {\n \n lVar30 = (**(code **)(*(int *)local_4c[4] + 0xc))((int *)local_4c[4]);\nLAB_001ea3bd:\n if (lVar30 != 0) {\n local_5c = (undefined4 *)((int)lVar30 + -1 + (int)local_5c & -(int)lVar30);\n }\n }" if (parenthesized_expression "(uVar26 + 4 < 4)" ( (binary_expression "uVar26 + 4 < 4" (binary_expression "uVar26 + 4" identifier + number_literal) < number_literal) )) (compound_statement "{\n \n lVar30 = (**(code **)(*(int *)local_4c[4] + 0xc))((int *)local_4c[4]);\nLAB_001ea3bd:\n if (lVar30 != 0) {\n local_5c = (undefined4 *)((int)lVar30 + -1 + (int)local_5c & -(int)lVar30);\n }\n }" { (expression_statement "lVar30 = (**(code **)(*(int *)local_4c[4] + 0xc))((int *)local_4c[4]);" (assignment_expression "lVar30 = (**(code **)(*(int *)local_4c[4] + 0xc))((int *)local_4c[4])" identifier = (call_expression "(**(code **)(*(int *)local_4c[4] + 0xc))((int *)local_4c[4])" (parenthesized_expression "(**(code **)(*(int *)local_4c[4] + 0xc))" ( (pointer_expression "**(code **)(*(int *)local_4c[4] + 0xc)" * (pointer_expression "*(code **)(*(int *)local_4c[4] + 0xc)" * (cast_expression "(code **)(*(int *)local_4c[4] + 0xc)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(int *)local_4c[4] + 0xc)" ( (binary_expression "*(int *)local_4c[4] + 0xc" (pointer_expression "*(int *)local_4c[4]" * (cast_expression "(int *)local_4c[4]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "local_4c[4]" identifier [ number_literal ]))) + number_literal) ))))) )) (argument_list "((int *)local_4c[4])" ( (cast_expression "(int *)local_4c[4]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "local_4c[4]" identifier [ number_literal ])) )))) ;) (labeled_statement "LAB_001ea3bd:\n if (lVar30 != 0) {\n local_5c = (undefined4 *)((int)lVar30 + -1 + (int)local_5c & -(int)lVar30);\n }" statement_identifier : (if_statement "if (lVar30 != 0) {\n local_5c = (undefined4 *)((int)lVar30 + -1 + (int)local_5c & -(int)lVar30);\n }" if (parenthesized_expression "(lVar30 != 0)" ( (binary_expression "lVar30 != 0" identifier != number_literal) )) (compound_statement "{\n local_5c = (undefined4 *)((int)lVar30 + -1 + (int)local_5c & -(int)lVar30);\n }" { (expression_statement "local_5c = (undefined4 *)((int)lVar30 + -1 + (int)local_5c & -(int)lVar30);" (assignment_expression "local_5c = (undefined4 *)((int)lVar30 + -1 + (int)local_5c & -(int)lVar30)" identifier = (cast_expression "(undefined4 *)((int)lVar30 + -1 + (int)local_5c & -(int)lVar30)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)lVar30 + -1 + (int)local_5c & -(int)lVar30)" ( (binary_expression "(int)lVar30 + -1 + (int)local_5c & -(int)lVar30" (binary_expression "(int)lVar30 + -1 + (int)local_5c" (binary_expression "(int)lVar30 + -1" (cast_expression "(int)lVar30" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) + (cast_expression "(int)local_5c" ( (type_descriptor "int" primitive_type) ) identifier)) & (unary_expression "-(int)lVar30" - (cast_expression "(int)lVar30" ( (type_descriptor "int" primitive_type) ) identifier))) )))) ;) }))) })) (expression_statement "iVar6 = FUN_002c60d0(local_4c);" (assignment_expression "iVar6 = FUN_002c60d0(local_4c)" identifier = (call_expression "FUN_002c60d0(local_4c)" identifier (argument_list "(local_4c)" ( identifier )))) ;) (expression_statement "uVar26 = (int)local_5c + iVar6;" (assignment_expression "uVar26 = (int)local_5c + iVar6" identifier = (binary_expression "(int)local_5c + iVar6" (cast_expression "(int)local_5c" ( (type_descriptor "int" primitive_type) ) identifier) + identifier)) ;) (expression_statement "uVar23 = uVar26;" (assignment_expression "uVar23 = uVar26" identifier = identifier) ;) (if_statement "if (bVar27) goto LAB_001ea4f0;" if (parenthesized_expression "(bVar27)" ( identifier )) (goto_statement "goto LAB_001ea4f0;" goto statement_identifier ;)) (labeled_statement "LAB_001ea3f6:\n if (*local_4c < 0xfffffffd) {\n lVar30 = FUN_002c60d0(local_4c);\n puVar22 = local_4c + 6;\n puVar17 = *(uint **)(iVar7 + 0x70);\n if (lVar30 == 0) goto LAB_001e9783;\n if (bVar27) {\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea610;\n puVar17 = local_4c + 7;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n if (*puVar17 != 0) {\n uVar26 = *puVar17 - 1;\n bVar16 = (byte)uVar26;\n bVar5 = bVar16 & 0x1f;\n uVar14 = 1 << (bVar16 & 0x1f);\n uVar15 = uVar14;\n uVar20 = 0 << bVar5 | 1U >> 0x20 - bVar5;\n if ((uVar26 & 0x20) != 0) {\n uVar15 = 0;\n uVar20 = uVar14;\n }\n if (uVar20 == 0 && uVar15 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n }\n else {\n local_5c = (undefined4 *)((uVar15 - 1) + uVar23 & -uVar15);\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = (int)local_5c + iVar6;\n }\n goto LAB_001ea4f0;\n }\n goto LAB_001ea39e;\n }\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea619;\n if (local_4c[7] != 0) {\n uVar26 = local_4c[7] - 1;\n bVar5 = (byte)uVar26;\n bVar27 = (uVar26 & 0x20) == 0;\n iVar6 = (uint)bVar27 << (bVar5 & 0x1f);\n if ((uint)!bVar27 << (bVar5 & 0x1f) == 0 && iVar6 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\n else {\n uVar23 = -iVar6 & (uVar23 - 1) + iVar6;\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\nLAB_001ea4f0:\n uVar23 = uVar26;\n if (uVar26 - local_70 < local_7c) {\n bVar27 = true;\n }\n else {\n if (*(uint **)(iVar7 + 0x70) == local_38) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0xaf7,"group_sections");\n }\n FUN_001e8c30(param_1,&local_28,param_6);\n bVar27 = false;\n }\n goto LAB_001ea3f6;\n }\n uVar26 = *puVar22;\n bVar27 = true;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n goto joined_r0x001ea3ac;\n }" statement_identifier : (if_statement "if (*local_4c < 0xfffffffd) {\n lVar30 = FUN_002c60d0(local_4c);\n puVar22 = local_4c + 6;\n puVar17 = *(uint **)(iVar7 + 0x70);\n if (lVar30 == 0) goto LAB_001e9783;\n if (bVar27) {\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea610;\n puVar17 = local_4c + 7;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n if (*puVar17 != 0) {\n uVar26 = *puVar17 - 1;\n bVar16 = (byte)uVar26;\n bVar5 = bVar16 & 0x1f;\n uVar14 = 1 << (bVar16 & 0x1f);\n uVar15 = uVar14;\n uVar20 = 0 << bVar5 | 1U >> 0x20 - bVar5;\n if ((uVar26 & 0x20) != 0) {\n uVar15 = 0;\n uVar20 = uVar14;\n }\n if (uVar20 == 0 && uVar15 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n }\n else {\n local_5c = (undefined4 *)((uVar15 - 1) + uVar23 & -uVar15);\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = (int)local_5c + iVar6;\n }\n goto LAB_001ea4f0;\n }\n goto LAB_001ea39e;\n }\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea619;\n if (local_4c[7] != 0) {\n uVar26 = local_4c[7] - 1;\n bVar5 = (byte)uVar26;\n bVar27 = (uVar26 & 0x20) == 0;\n iVar6 = (uint)bVar27 << (bVar5 & 0x1f);\n if ((uint)!bVar27 << (bVar5 & 0x1f) == 0 && iVar6 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\n else {\n uVar23 = -iVar6 & (uVar23 - 1) + iVar6;\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\nLAB_001ea4f0:\n uVar23 = uVar26;\n if (uVar26 - local_70 < local_7c) {\n bVar27 = true;\n }\n else {\n if (*(uint **)(iVar7 + 0x70) == local_38) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0xaf7,"group_sections");\n }\n FUN_001e8c30(param_1,&local_28,param_6);\n bVar27 = false;\n }\n goto LAB_001ea3f6;\n }\n uVar26 = *puVar22;\n bVar27 = true;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n goto joined_r0x001ea3ac;\n }" if (parenthesized_expression "(*local_4c < 0xfffffffd)" ( (binary_expression "*local_4c < 0xfffffffd" (pointer_expression "*local_4c" * identifier) < number_literal) )) (compound_statement "{\n lVar30 = FUN_002c60d0(local_4c);\n puVar22 = local_4c + 6;\n puVar17 = *(uint **)(iVar7 + 0x70);\n if (lVar30 == 0) goto LAB_001e9783;\n if (bVar27) {\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea610;\n puVar17 = local_4c + 7;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n if (*puVar17 != 0) {\n uVar26 = *puVar17 - 1;\n bVar16 = (byte)uVar26;\n bVar5 = bVar16 & 0x1f;\n uVar14 = 1 << (bVar16 & 0x1f);\n uVar15 = uVar14;\n uVar20 = 0 << bVar5 | 1U >> 0x20 - bVar5;\n if ((uVar26 & 0x20) != 0) {\n uVar15 = 0;\n uVar20 = uVar14;\n }\n if (uVar20 == 0 && uVar15 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n }\n else {\n local_5c = (undefined4 *)((uVar15 - 1) + uVar23 & -uVar15);\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = (int)local_5c + iVar6;\n }\n goto LAB_001ea4f0;\n }\n goto LAB_001ea39e;\n }\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea619;\n if (local_4c[7] != 0) {\n uVar26 = local_4c[7] - 1;\n bVar5 = (byte)uVar26;\n bVar27 = (uVar26 & 0x20) == 0;\n iVar6 = (uint)bVar27 << (bVar5 & 0x1f);\n if ((uint)!bVar27 << (bVar5 & 0x1f) == 0 && iVar6 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\n else {\n uVar23 = -iVar6 & (uVar23 - 1) + iVar6;\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\nLAB_001ea4f0:\n uVar23 = uVar26;\n if (uVar26 - local_70 < local_7c) {\n bVar27 = true;\n }\n else {\n if (*(uint **)(iVar7 + 0x70) == local_38) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0xaf7,"group_sections");\n }\n FUN_001e8c30(param_1,&local_28,param_6);\n bVar27 = false;\n }\n goto LAB_001ea3f6;\n }\n uVar26 = *puVar22;\n bVar27 = true;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n goto joined_r0x001ea3ac;\n }" { (expression_statement "lVar30 = FUN_002c60d0(local_4c);" (assignment_expression "lVar30 = FUN_002c60d0(local_4c)" identifier = (call_expression "FUN_002c60d0(local_4c)" identifier (argument_list "(local_4c)" ( identifier )))) ;) (expression_statement "puVar22 = local_4c + 6;" (assignment_expression "puVar22 = local_4c + 6" identifier = (binary_expression "local_4c + 6" identifier + number_literal)) ;) (expression_statement "puVar17 = *(uint **)(iVar7 + 0x70);" (assignment_expression "puVar17 = *(uint **)(iVar7 + 0x70)" identifier = (pointer_expression "*(uint **)(iVar7 + 0x70)" * (cast_expression "(uint **)(iVar7 + 0x70)" ( (type_descriptor "uint **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar7 + 0x70)" ( (binary_expression "iVar7 + 0x70" identifier + number_literal) ))))) ;) (if_statement "if (lVar30 == 0) goto LAB_001e9783;" if (parenthesized_expression "(lVar30 == 0)" ( (binary_expression "lVar30 == 0" identifier == number_literal) )) (goto_statement "goto LAB_001e9783;" goto statement_identifier ;)) (if_statement "if (bVar27) {\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea610;\n puVar17 = local_4c + 7;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n if (*puVar17 != 0) {\n uVar26 = *puVar17 - 1;\n bVar16 = (byte)uVar26;\n bVar5 = bVar16 & 0x1f;\n uVar14 = 1 << (bVar16 & 0x1f);\n uVar15 = uVar14;\n uVar20 = 0 << bVar5 | 1U >> 0x20 - bVar5;\n if ((uVar26 & 0x20) != 0) {\n uVar15 = 0;\n uVar20 = uVar14;\n }\n if (uVar20 == 0 && uVar15 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n }\n else {\n local_5c = (undefined4 *)((uVar15 - 1) + uVar23 & -uVar15);\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = (int)local_5c + iVar6;\n }\n goto LAB_001ea4f0;\n }\n goto LAB_001ea39e;\n }" if (parenthesized_expression "(bVar27)" ( identifier )) (compound_statement "{\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea610;\n puVar17 = local_4c + 7;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n if (*puVar17 != 0) {\n uVar26 = *puVar17 - 1;\n bVar16 = (byte)uVar26;\n bVar5 = bVar16 & 0x1f;\n uVar14 = 1 << (bVar16 & 0x1f);\n uVar15 = uVar14;\n uVar20 = 0 << bVar5 | 1U >> 0x20 - bVar5;\n if ((uVar26 & 0x20) != 0) {\n uVar15 = 0;\n uVar20 = uVar14;\n }\n if (uVar20 == 0 && uVar15 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n }\n else {\n local_5c = (undefined4 *)((uVar15 - 1) + uVar23 & -uVar15);\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = (int)local_5c + iVar6;\n }\n goto LAB_001ea4f0;\n }\n goto LAB_001ea39e;\n }" { (expression_statement "local_38 = local_4c;" (assignment_expression "local_38 = local_4c" identifier = identifier) ;) (if_statement "if (puVar17 == puVar22) goto LAB_001ea610;" if (parenthesized_expression "(puVar17 == puVar22)" ( (binary_expression "puVar17 == puVar22" identifier == identifier) )) (goto_statement "goto LAB_001ea610;" goto statement_identifier ;)) (expression_statement "puVar17 = local_4c + 7;" (assignment_expression "puVar17 = local_4c + 7" identifier = (binary_expression "local_4c + 7" identifier + number_literal)) ;) (expression_statement "local_5c = (undefined4 *)uVar23;" (assignment_expression "local_5c = (undefined4 *)uVar23" identifier = (cast_expression "(undefined4 *)uVar23" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;) (expression_statement "local_4c = puVar22;" (assignment_expression "local_4c = puVar22" identifier = identifier) ;) (if_statement "if (*puVar17 != 0) {\n uVar26 = *puVar17 - 1;\n bVar16 = (byte)uVar26;\n bVar5 = bVar16 & 0x1f;\n uVar14 = 1 << (bVar16 & 0x1f);\n uVar15 = uVar14;\n uVar20 = 0 << bVar5 | 1U >> 0x20 - bVar5;\n if ((uVar26 & 0x20) != 0) {\n uVar15 = 0;\n uVar20 = uVar14;\n }\n if (uVar20 == 0 && uVar15 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n }\n else {\n local_5c = (undefined4 *)((uVar15 - 1) + uVar23 & -uVar15);\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = (int)local_5c + iVar6;\n }\n goto LAB_001ea4f0;\n }" if (parenthesized_expression "(*puVar17 != 0)" ( (binary_expression "*puVar17 != 0" (pointer_expression "*puVar17" * identifier) != number_literal) )) (compound_statement "{\n uVar26 = *puVar17 - 1;\n bVar16 = (byte)uVar26;\n bVar5 = bVar16 & 0x1f;\n uVar14 = 1 << (bVar16 & 0x1f);\n uVar15 = uVar14;\n uVar20 = 0 << bVar5 | 1U >> 0x20 - bVar5;\n if ((uVar26 & 0x20) != 0) {\n uVar15 = 0;\n uVar20 = uVar14;\n }\n if (uVar20 == 0 && uVar15 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n }\n else {\n local_5c = (undefined4 *)((uVar15 - 1) + uVar23 & -uVar15);\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = (int)local_5c + iVar6;\n }\n goto LAB_001ea4f0;\n }" { (expression_statement "uVar26 = *puVar17 - 1;" (assignment_expression "uVar26 = *puVar17 - 1" identifier = (binary_expression "*puVar17 - 1" (pointer_expression "*puVar17" * identifier) - number_literal)) ;) (expression_statement "bVar16 = (byte)uVar26;" (assignment_expression "bVar16 = (byte)uVar26" identifier = (cast_expression "(byte)uVar26" ( (type_descriptor "byte" type_identifier) ) identifier)) ;) (expression_statement "bVar5 = bVar16 & 0x1f;" (assignment_expression "bVar5 = bVar16 & 0x1f" identifier = (binary_expression "bVar16 & 0x1f" identifier & number_literal)) ;) (expression_statement "uVar14 = 1 << (bVar16 & 0x1f);" (assignment_expression "uVar14 = 1 << (bVar16 & 0x1f)" identifier = (binary_expression "1 << (bVar16 & 0x1f)" number_literal << (parenthesized_expression "(bVar16 & 0x1f)" ( (binary_expression "bVar16 & 0x1f" identifier & number_literal) )))) ;) (expression_statement "uVar15 = uVar14;" (assignment_expression "uVar15 = uVar14" identifier = identifier) ;) (expression_statement "uVar20 = 0 << bVar5 | 1U >> 0x20 - bVar5;" (assignment_expression "uVar20 = 0 << bVar5 | 1U >> 0x20 - bVar5" identifier = (binary_expression "0 << bVar5 | 1U >> 0x20 - bVar5" (binary_expression "0 << bVar5" number_literal << identifier) | (binary_expression "1U >> 0x20 - bVar5" number_literal >> (binary_expression "0x20 - bVar5" number_literal - identifier)))) ;) (if_statement "if ((uVar26 & 0x20) != 0) {\n uVar15 = 0;\n uVar20 = uVar14;\n }" if (parenthesized_expression "((uVar26 & 0x20) != 0)" ( (binary_expression "(uVar26 & 0x20) != 0" (parenthesized_expression "(uVar26 & 0x20)" ( (binary_expression "uVar26 & 0x20" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n uVar15 = 0;\n uVar20 = uVar14;\n }" { (expression_statement "uVar15 = 0;" (assignment_expression "uVar15 = 0" identifier = number_literal) ;) (expression_statement "uVar20 = uVar14;" (assignment_expression "uVar20 = uVar14" identifier = identifier) ;) })) (if_statement "if (uVar20 == 0 && uVar15 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n }\n else {\n local_5c = (undefined4 *)((uVar15 - 1) + uVar23 & -uVar15);\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = (int)local_5c + iVar6;\n }" if (parenthesized_expression "(uVar20 == 0 && uVar15 == 0)" ( (binary_expression "uVar20 == 0 && uVar15 == 0" (binary_expression "uVar20 == 0" identifier == number_literal) && (binary_expression "uVar15 == 0" identifier == number_literal)) )) (compound_statement "{\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n }" { (expression_statement "iVar6 = FUN_002c60d0(puVar22);" (assignment_expression "iVar6 = FUN_002c60d0(puVar22)" identifier = (call_expression "FUN_002c60d0(puVar22)" identifier (argument_list "(puVar22)" ( identifier )))) ;) (expression_statement "uVar26 = uVar23 + iVar6;" (assignment_expression "uVar26 = uVar23 + iVar6" identifier = (binary_expression "uVar23 + iVar6" identifier + identifier)) ;) }) (else_clause "else {\n local_5c = (undefined4 *)((uVar15 - 1) + uVar23 & -uVar15);\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = (int)local_5c + iVar6;\n }" else (compound_statement "{\n local_5c = (undefined4 *)((uVar15 - 1) + uVar23 & -uVar15);\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = (int)local_5c + iVar6;\n }" { (expression_statement "local_5c = (undefined4 *)((uVar15 - 1) + uVar23 & -uVar15);" (assignment_expression "local_5c = (undefined4 *)((uVar15 - 1) + uVar23 & -uVar15)" identifier = (cast_expression "(undefined4 *)((uVar15 - 1) + uVar23 & -uVar15)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((uVar15 - 1) + uVar23 & -uVar15)" ( (binary_expression "(uVar15 - 1) + uVar23 & -uVar15" (binary_expression "(uVar15 - 1) + uVar23" (parenthesized_expression "(uVar15 - 1)" ( (binary_expression "uVar15 - 1" identifier - number_literal) )) + identifier) & (unary_expression "-uVar15" - identifier)) )))) ;) (expression_statement "iVar6 = FUN_002c60d0(puVar22);" (assignment_expression "iVar6 = FUN_002c60d0(puVar22)" identifier = (call_expression "FUN_002c60d0(puVar22)" identifier (argument_list "(puVar22)" ( identifier )))) ;) (expression_statement "uVar26 = (int)local_5c + iVar6;" (assignment_expression "uVar26 = (int)local_5c + iVar6" identifier = (binary_expression "(int)local_5c + iVar6" (cast_expression "(int)local_5c" ( (type_descriptor "int" primitive_type) ) identifier) + identifier)) ;) }))) (goto_statement "goto LAB_001ea4f0;" goto statement_identifier ;) })) (goto_statement "goto LAB_001ea39e;" goto statement_identifier ;) })) (expression_statement "local_38 = local_4c;" (assignment_expression "local_38 = local_4c" identifier = identifier) ;) (if_statement "if (puVar17 == puVar22) goto LAB_001ea619;" if (parenthesized_expression "(puVar17 == puVar22)" ( (binary_expression "puVar17 == puVar22" identifier == identifier) )) (goto_statement "goto LAB_001ea619;" goto statement_identifier ;)) (if_statement "if (local_4c[7] != 0) {\n uVar26 = local_4c[7] - 1;\n bVar5 = (byte)uVar26;\n bVar27 = (uVar26 & 0x20) == 0;\n iVar6 = (uint)bVar27 << (bVar5 & 0x1f);\n if ((uint)!bVar27 << (bVar5 & 0x1f) == 0 && iVar6 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\n else {\n uVar23 = -iVar6 & (uVar23 - 1) + iVar6;\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\nLAB_001ea4f0:\n uVar23 = uVar26;\n if (uVar26 - local_70 < local_7c) {\n bVar27 = true;\n }\n else {\n if (*(uint **)(iVar7 + 0x70) == local_38) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0xaf7,"group_sections");\n }\n FUN_001e8c30(param_1,&local_28,param_6);\n bVar27 = false;\n }\n goto LAB_001ea3f6;\n }" if (parenthesized_expression "(local_4c[7] != 0)" ( (binary_expression "local_4c[7] != 0" (subscript_expression "local_4c[7]" identifier [ number_literal ]) != number_literal) )) (compound_statement "{\n uVar26 = local_4c[7] - 1;\n bVar5 = (byte)uVar26;\n bVar27 = (uVar26 & 0x20) == 0;\n iVar6 = (uint)bVar27 << (bVar5 & 0x1f);\n if ((uint)!bVar27 << (bVar5 & 0x1f) == 0 && iVar6 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\n else {\n uVar23 = -iVar6 & (uVar23 - 1) + iVar6;\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\nLAB_001ea4f0:\n uVar23 = uVar26;\n if (uVar26 - local_70 < local_7c) {\n bVar27 = true;\n }\n else {\n if (*(uint **)(iVar7 + 0x70) == local_38) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0xaf7,"group_sections");\n }\n FUN_001e8c30(param_1,&local_28,param_6);\n bVar27 = false;\n }\n goto LAB_001ea3f6;\n }" { (expression_statement "uVar26 = local_4c[7] - 1;" (assignment_expression "uVar26 = local_4c[7] - 1" identifier = (binary_expression "local_4c[7] - 1" (subscript_expression "local_4c[7]" identifier [ number_literal ]) - number_literal)) ;) (expression_statement "bVar5 = (byte)uVar26;" (assignment_expression "bVar5 = (byte)uVar26" identifier = (cast_expression "(byte)uVar26" ( (type_descriptor "byte" type_identifier) ) identifier)) ;) (expression_statement "bVar27 = (uVar26 & 0x20) == 0;" (assignment_expression "bVar27 = (uVar26 & 0x20) == 0" identifier = (binary_expression "(uVar26 & 0x20) == 0" (parenthesized_expression "(uVar26 & 0x20)" ( (binary_expression "uVar26 & 0x20" identifier & number_literal) )) == number_literal)) ;) (expression_statement "iVar6 = (uint)bVar27 << (bVar5 & 0x1f);" (assignment_expression "iVar6 = (uint)bVar27 << (bVar5 & 0x1f)" identifier = (binary_expression "(uint)bVar27 << (bVar5 & 0x1f)" (cast_expression "(uint)bVar27" ( (type_descriptor "uint" type_identifier) ) identifier) << (parenthesized_expression "(bVar5 & 0x1f)" ( (binary_expression "bVar5 & 0x1f" identifier & number_literal) )))) ;) (if_statement "if ((uint)!bVar27 << (bVar5 & 0x1f) == 0 && iVar6 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\n else {\n uVar23 = -iVar6 & (uVar23 - 1) + iVar6;\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }" if (parenthesized_expression "((uint)!bVar27 << (bVar5 & 0x1f) == 0 && iVar6 == 0)" ( (binary_expression "(uint)!bVar27 << (bVar5 & 0x1f) == 0 && iVar6 == 0" (binary_expression "(uint)!bVar27 << (bVar5 & 0x1f) == 0" (binary_expression "(uint)!bVar27 << (bVar5 & 0x1f)" (cast_expression "(uint)!bVar27" ( (type_descriptor "uint" type_identifier) ) (unary_expression "!bVar27" ! identifier)) << (parenthesized_expression "(bVar5 & 0x1f)" ( (binary_expression "bVar5 & 0x1f" identifier & number_literal) ))) == number_literal) && (binary_expression "iVar6 == 0" identifier == number_literal)) )) (compound_statement "{\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }" { (expression_statement "iVar6 = FUN_002c60d0(puVar22);" (assignment_expression "iVar6 = FUN_002c60d0(puVar22)" identifier = (call_expression "FUN_002c60d0(puVar22)" identifier (argument_list "(puVar22)" ( identifier )))) ;) (expression_statement "uVar26 = uVar23 + iVar6;" (assignment_expression "uVar26 = uVar23 + iVar6" identifier = (binary_expression "uVar23 + iVar6" identifier + identifier)) ;) (expression_statement "local_70 = (uint)local_5c;" (assignment_expression "local_70 = (uint)local_5c" identifier = (cast_expression "(uint)local_5c" ( (type_descriptor "uint" type_identifier) ) identifier)) ;) (expression_statement "local_5c = (undefined4 *)uVar23;" (assignment_expression "local_5c = (undefined4 *)uVar23" identifier = (cast_expression "(undefined4 *)uVar23" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;) (expression_statement "local_4c = puVar22;" (assignment_expression "local_4c = puVar22" identifier = identifier) ;) }) (else_clause "else {\n uVar23 = -iVar6 & (uVar23 - 1) + iVar6;\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }" else (compound_statement "{\n uVar23 = -iVar6 & (uVar23 - 1) + iVar6;\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }" { (expression_statement "uVar23 = -iVar6 & (uVar23 - 1) + iVar6;" (assignment_expression "uVar23 = -iVar6 & (uVar23 - 1) + iVar6" identifier = (binary_expression "-iVar6 & (uVar23 - 1) + iVar6" (unary_expression "-iVar6" - identifier) & (binary_expression "(uVar23 - 1) + iVar6" (parenthesized_expression "(uVar23 - 1)" ( (binary_expression "uVar23 - 1" identifier - number_literal) )) + identifier))) ;) (expression_statement "iVar6 = FUN_002c60d0(puVar22);" (assignment_expression "iVar6 = FUN_002c60d0(puVar22)" identifier = (call_expression "FUN_002c60d0(puVar22)" identifier (argument_list "(puVar22)" ( identifier )))) ;) (expression_statement "uVar26 = uVar23 + iVar6;" (assignment_expression "uVar26 = uVar23 + iVar6" identifier = (binary_expression "uVar23 + iVar6" identifier + identifier)) ;) (expression_statement "local_70 = (uint)local_5c;" (assignment_expression "local_70 = (uint)local_5c" identifier = (cast_expression "(uint)local_5c" ( (type_descriptor "uint" type_identifier) ) identifier)) ;) (expression_statement "local_5c = (undefined4 *)uVar23;" (assignment_expression "local_5c = (undefined4 *)uVar23" identifier = (cast_expression "(undefined4 *)uVar23" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;) (expression_statement "local_4c = puVar22;" (assignment_expression "local_4c = puVar22" identifier = identifier) ;) }))) (labeled_statement "LAB_001ea4f0:\n uVar23 = uVar26;" statement_identifier : (expression_statement "uVar23 = uVar26;" (assignment_expression "uVar23 = uVar26" identifier = identifier) ;)) (if_statement "if (uVar26 - local_70 < local_7c) {\n bVar27 = true;\n }\n else {\n if (*(uint **)(iVar7 + 0x70) == local_38) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0xaf7,"group_sections");\n }\n FUN_001e8c30(param_1,&local_28,param_6);\n bVar27 = false;\n }" if (parenthesized_expression "(uVar26 - local_70 < local_7c)" ( (binary_expression "uVar26 - local_70 < local_7c" (binary_expression "uVar26 - local_70" identifier - identifier) < identifier) )) (compound_statement "{\n bVar27 = true;\n }" { (expression_statement "bVar27 = true;" (assignment_expression "bVar27 = true" identifier = true) ;) }) (else_clause "else {\n if (*(uint **)(iVar7 + 0x70) == local_38) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0xaf7,"group_sections");\n }\n FUN_001e8c30(param_1,&local_28,param_6);\n bVar27 = false;\n }" else (compound_statement "{\n if (*(uint **)(iVar7 + 0x70) == local_38) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0xaf7,"group_sections");\n }\n FUN_001e8c30(param_1,&local_28,param_6);\n bVar27 = false;\n }" { (if_statement "if (*(uint **)(iVar7 + 0x70) == local_38) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0xaf7,"group_sections");\n }" if (parenthesized_expression "(*(uint **)(iVar7 + 0x70) == local_38)" ( (binary_expression "*(uint **)(iVar7 + 0x70) == local_38" (pointer_expression "*(uint **)(iVar7 + 0x70)" * (cast_expression "(uint **)(iVar7 + 0x70)" ( (type_descriptor "uint **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar7 + 0x70)" ( (binary_expression "iVar7 + 0x70" identifier + number_literal) )))) == identifier) )) (compound_statement "{\n \n \n FUN_002446e0("../../gold/aarch64.cc",0xaf7,"group_sections");\n }" { (expression_statement "FUN_002446e0("../../gold/aarch64.cc",0xaf7,"group_sections");" (call_expression "FUN_002446e0("../../gold/aarch64.cc",0xaf7,"group_sections")" identifier (argument_list "("../../gold/aarch64.cc",0xaf7,"group_sections")" ( (string_literal ""../../gold/aarch64.cc"" " string_content ") , number_literal , (string_literal ""group_sections"" " string_content ") ))) ;) })) (expression_statement "FUN_001e8c30(param_1,&local_28,param_6);" (call_expression "FUN_001e8c30(param_1,&local_28,param_6)" identifier (argument_list "(param_1,&local_28,param_6)" ( identifier , (pointer_expression "&local_28" & identifier) , identifier ))) ;) (expression_statement "bVar27 = false;" (assignment_expression "bVar27 = false" identifier = false) ;) }))) (goto_statement "goto LAB_001ea3f6;" goto statement_identifier ;) })) (expression_statement "uVar26 = *puVar22;" (assignment_expression "uVar26 = *puVar22" identifier = (pointer_expression "*puVar22" * identifier)) ;) (expression_statement "bVar27 = true;" (assignment_expression "bVar27 = true" identifier = true) ;) (expression_statement "local_70 = (uint)local_5c;" (assignment_expression "local_70 = (uint)local_5c" identifier = (cast_expression "(uint)local_5c" ( (type_descriptor "uint" type_identifier) ) identifier)) ;) (expression_statement "local_5c = (undefined4 *)uVar23;" (assignment_expression "local_5c = (undefined4 *)uVar23" identifier = (cast_expression "(undefined4 *)uVar23" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;) (goto_statement "goto joined_r0x001ea3ac;" goto statement_identifier ;) }))) (expression_statement "puVar17 = *(uint **)(iVar7 + 0x70);" (assignment_expression "puVar17 = *(uint **)(iVar7 + 0x70)" identifier = (pointer_expression "*(uint **)(iVar7 + 0x70)" * (cast_expression "(uint **)(iVar7 + 0x70)" ( (type_descriptor "uint **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar7 + 0x70)" ( (binary_expression "iVar7 + 0x70" identifier + number_literal) ))))) ;) (labeled_statement "LAB_001e9783:\n local_5c = (undefined4 *)uVar23;" statement_identifier : (expression_statement "local_5c = (undefined4 *)uVar23;" (assignment_expression "local_5c = (undefined4 *)uVar23" identifier = (cast_expression "(undefined4 *)uVar23" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;)) (expression_statement "puVar22 = local_4c + 6;" (assignment_expression "puVar22 = local_4c + 6" identifier = (binary_expression "local_4c + 6" identifier + number_literal)) ;) (if_statement "if (local_4c + 6 != puVar17) goto LAB_001ea390;" if (parenthesized_expression "(local_4c + 6 != puVar17)" ( (binary_expression "local_4c + 6 != puVar17" (binary_expression "local_4c + 6" identifier + number_literal) != identifier) )) (goto_statement "goto LAB_001ea390;" goto statement_identifier ;)) (if_statement "if (bVar27) {\nLAB_001ea610:\n if (puVar17 == local_38) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0xb32,"group_sections",local_4c + 6);\n }\nLAB_001ea619:\n FUN_001e8c30(param_1,&local_28,param_6);\n }" if (parenthesized_expression "(bVar27)" ( identifier )) (compound_statement "{\nLAB_001ea610:\n if (puVar17 == local_38) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0xb32,"group_sections",local_4c + 6);\n }\nLAB_001ea619:\n FUN_001e8c30(param_1,&local_28,param_6);\n }" { (labeled_statement "LAB_001ea610:\n if (puVar17 == local_38) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0xb32,"group_sections",local_4c + 6);\n }" statement_identifier : (if_statement "if (puVar17 == local_38) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0xb32,"group_sections",local_4c + 6);\n }" if (parenthesized_expression "(puVar17 == local_38)" ( (binary_expression "puVar17 == local_38" identifier == identifier) )) (compound_statement "{\n \n \n FUN_002446e0("../../gold/aarch64.cc",0xb32,"group_sections",local_4c + 6);\n }" { (expression_statement "FUN_002446e0("../../gold/aarch64.cc",0xb32,"group_sections",local_4c + 6);" (call_expression "FUN_002446e0("../../gold/aarch64.cc",0xb32,"group_sections",local_4c + 6)" identifier (argument_list "("../../gold/aarch64.cc",0xb32,"group_sections",local_4c + 6)" ( (string_literal ""../../gold/aarch64.cc"" " string_content ") , number_literal , (string_literal ""group_sections"" " string_content ") , (binary_expression "local_4c + 6" identifier + number_literal) ))) ;) }))) (labeled_statement "LAB_001ea619:\n FUN_001e8c30(param_1,&local_28,param_6);" statement_identifier : (expression_statement "FUN_001e8c30(param_1,&local_28,param_6);" (call_expression "FUN_001e8c30(param_1,&local_28,param_6)" identifier (argument_list "(param_1,&local_28,param_6)" ( identifier , (pointer_expression "&local_28" & identifier) , identifier ))) ;)) })) (if_statement "if (local_24 == local_28) {\nLAB_001ea600:\n if (local_28 != (int *)0x0) goto LAB_001e9835;\n goto LAB_001e9844;\n }" if (parenthesized_expression "(local_24 == local_28)" ( (binary_expression "local_24 == local_28" identifier == identifier) )) (compound_statement "{\nLAB_001ea600:\n if (local_28 != (int *)0x0) goto LAB_001e9835;\n goto LAB_001e9844;\n }" { (labeled_statement "LAB_001ea600:\n if (local_28 != (int *)0x0) goto LAB_001e9835;" statement_identifier : (if_statement "if (local_28 != (int *)0x0) goto LAB_001e9835;" if (parenthesized_expression "(local_28 != (int *)0x0)" ( (binary_expression "local_28 != (int *)0x0" identifier != (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_001e9835;" goto statement_identifier ;))) (goto_statement "goto LAB_001e9844;" goto statement_identifier ;) })) (expression_statement "FUN_002cdf10(iVar7,&local_28);" (call_expression "FUN_002cdf10(iVar7,&local_28)" identifier (argument_list "(iVar7,&local_28)" ( identifier , (pointer_expression "&local_28" & identifier) ))) ;) (expression_statement "iVar7 = (int)local_24 - (int)local_28 >> 2;" (assignment_expression "iVar7 = (int)local_24 - (int)local_28 >> 2" identifier = (binary_expression "(int)local_24 - (int)local_28 >> 2" (binary_expression "(int)local_24 - (int)local_28" (cast_expression "(int)local_24" ( (type_descriptor "int" primitive_type) ) identifier) - (cast_expression "(int)local_28" ( (type_descriptor "int" primitive_type) ) identifier)) >> number_literal)) ;) (if_statement "if (iVar7 == 0) goto LAB_001ea600;" if (parenthesized_expression "(iVar7 == 0)" ( (binary_expression "iVar7 == 0" identifier == number_literal) )) (goto_statement "goto LAB_001ea600;" goto statement_identifier ;)) (expression_statement "iVar6 = *(int *)(*local_28 + 0x2c);" (assignment_expression "iVar6 = *(int *)(*local_28 + 0x2c)" identifier = (pointer_expression "*(int *)(*local_28 + 0x2c)" * (cast_expression "(int *)(*local_28 + 0x2c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*local_28 + 0x2c)" ( (binary_expression "*local_28 + 0x2c" (pointer_expression "*local_28" * identifier) + number_literal) ))))) ;) (expression_statement "uVar26 = *(uint *)(*local_28 + 0x30);" (assignment_expression "uVar26 = *(uint *)(*local_28 + 0x30)" identifier = (pointer_expression "*(uint *)(*local_28 + 0x30)" * (cast_expression "(uint *)(*local_28 + 0x30)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*local_28 + 0x30)" ( (binary_expression "*local_28 + 0x30" (pointer_expression "*local_28" * identifier) + number_literal) ))))) ;) (expression_statement "iVar13 = *(int *)(iVar6 + 0x84);" (assignment_expression "iVar13 = *(int *)(iVar6 + 0x84)" identifier = (pointer_expression "*(int *)(iVar6 + 0x84)" * (cast_expression "(int *)(iVar6 + 0x84)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 0x84)" ( (binary_expression "iVar6 + 0x84" identifier + number_literal) ))))) ;) (if_statement "if ((uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26) goto LAB_001ea7b7;" if (parenthesized_expression "((uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26)" ( (binary_expression "(uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26" (call_expression "(uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(*(int *)(iVar6 + 0x88) - iVar13 >> 2)" ( (binary_expression "*(int *)(iVar6 + 0x88) - iVar13 >> 2" (binary_expression "*(int *)(iVar6 + 0x88) - iVar13" (pointer_expression "*(int *)(iVar6 + 0x88)" * (cast_expression "(int *)(iVar6 + 0x88)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 0x88)" ( (binary_expression "iVar6 + 0x88" identifier + number_literal) )))) - identifier) >> number_literal) ))) <= identifier) )) (goto_statement "goto LAB_001ea7b7;" goto statement_identifier ;)) (expression_statement "iVar24 = 0;" (assignment_expression "iVar24 = 0" identifier = number_literal) ;) (while_statement "while( true ) {\n *(undefined4 *)(iVar13 + uVar26 * 4) = 0xffffffff;\n iVar24 = iVar24 + 1;\n *(undefined1 *)(iVar6 + 0x4c) = 1;\n if (iVar7 == iVar24) break;\n iVar6 = *(int *)(local_28[iVar24] + 0x2c);\n uVar26 = *(uint *)(local_28[iVar24] + 0x30);\n iVar13 = *(int *)(iVar6 + 0x84);\n if ((uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26) {\nLAB_001ea7b7:\n \n \n FUN_002446e0("../../gold/object.h",0x81f,"do_set_section_offset");\n }\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n *(undefined4 *)(iVar13 + uVar26 * 4) = 0xffffffff;\n iVar24 = iVar24 + 1;\n *(undefined1 *)(iVar6 + 0x4c) = 1;\n if (iVar7 == iVar24) break;\n iVar6 = *(int *)(local_28[iVar24] + 0x2c);\n uVar26 = *(uint *)(local_28[iVar24] + 0x30);\n iVar13 = *(int *)(iVar6 + 0x84);\n if ((uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26) {\nLAB_001ea7b7:\n \n \n FUN_002446e0("../../gold/object.h",0x81f,"do_set_section_offset");\n }\n }" { (expression_statement "*(undefined4 *)(iVar13 + uVar26 * 4) = 0xffffffff;" (assignment_expression "*(undefined4 *)(iVar13 + uVar26 * 4) = 0xffffffff" (pointer_expression "*(undefined4 *)(iVar13 + uVar26 * 4)" * (cast_expression "(undefined4 *)(iVar13 + uVar26 * 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar13 + uVar26 * 4)" ( (binary_expression "iVar13 + uVar26 * 4" identifier + (binary_expression "uVar26 * 4" identifier * number_literal)) )))) = number_literal) ;) (expression_statement "iVar24 = iVar24 + 1;" (assignment_expression "iVar24 = iVar24 + 1" identifier = (binary_expression "iVar24 + 1" identifier + number_literal)) ;) (expression_statement "*(undefined1 *)(iVar6 + 0x4c) = 1;" (assignment_expression "*(undefined1 *)(iVar6 + 0x4c) = 1" (pointer_expression "*(undefined1 *)(iVar6 + 0x4c)" * (cast_expression "(undefined1 *)(iVar6 + 0x4c)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 0x4c)" ( (binary_expression "iVar6 + 0x4c" identifier + number_literal) )))) = number_literal) ;) (if_statement "if (iVar7 == iVar24) break;" if (parenthesized_expression "(iVar7 == iVar24)" ( (binary_expression "iVar7 == iVar24" identifier == identifier) )) (break_statement "break;" break ;)) (expression_statement "iVar6 = *(int *)(local_28[iVar24] + 0x2c);" (assignment_expression "iVar6 = *(int *)(local_28[iVar24] + 0x2c)" identifier = (pointer_expression "*(int *)(local_28[iVar24] + 0x2c)" * (cast_expression "(int *)(local_28[iVar24] + 0x2c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_28[iVar24] + 0x2c)" ( (binary_expression "local_28[iVar24] + 0x2c" (subscript_expression "local_28[iVar24]" identifier [ identifier ]) + number_literal) ))))) ;) (expression_statement "uVar26 = *(uint *)(local_28[iVar24] + 0x30);" (assignment_expression "uVar26 = *(uint *)(local_28[iVar24] + 0x30)" identifier = (pointer_expression "*(uint *)(local_28[iVar24] + 0x30)" * (cast_expression "(uint *)(local_28[iVar24] + 0x30)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_28[iVar24] + 0x30)" ( (binary_expression "local_28[iVar24] + 0x30" (subscript_expression "local_28[iVar24]" identifier [ identifier ]) + number_literal) ))))) ;) (expression_statement "iVar13 = *(int *)(iVar6 + 0x84);" (assignment_expression "iVar13 = *(int *)(iVar6 + 0x84)" identifier = (pointer_expression "*(int *)(iVar6 + 0x84)" * (cast_expression "(int *)(iVar6 + 0x84)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 0x84)" ( (binary_expression "iVar6 + 0x84" identifier + number_literal) ))))) ;) (if_statement "if ((uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26) {\nLAB_001ea7b7:\n \n \n FUN_002446e0("../../gold/object.h",0x81f,"do_set_section_offset");\n }" if (parenthesized_expression "((uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26)" ( (binary_expression "(uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26" (call_expression "(uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(*(int *)(iVar6 + 0x88) - iVar13 >> 2)" ( (binary_expression "*(int *)(iVar6 + 0x88) - iVar13 >> 2" (binary_expression "*(int *)(iVar6 + 0x88) - iVar13" (pointer_expression "*(int *)(iVar6 + 0x88)" * (cast_expression "(int *)(iVar6 + 0x88)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar6 + 0x88)" ( (binary_expression "iVar6 + 0x88" identifier + number_literal) )))) - identifier) >> number_literal) ))) <= identifier) )) (compound_statement "{\nLAB_001ea7b7:\n \n \n FUN_002446e0("../../gold/object.h",0x81f,"do_set_section_offset");\n }" { (labeled_statement "LAB_001ea7b7:\n \n \n FUN_002446e0("../../gold/object.h",0x81f,"do_set_section_offset");" statement_identifier : (expression_statement "FUN_002446e0("../../gold/object.h",0x81f,"do_set_section_offset");" (call_expression "FUN_002446e0("../../gold/object.h",0x81f,"do_set_section_offset")" identifier (argument_list "("../../gold/object.h",0x81f,"do_set_section_offset")" ( (string_literal ""../../gold/object.h"" " string_content ") , number_literal , (string_literal ""do_set_section_offset"" " string_content ") ))) ;)) })) })) (labeled_statement "LAB_001e9835:\n FUN_003ae080(local_28);" statement_identifier : (expression_statement "FUN_003ae080(local_28);" (call_expression "FUN_003ae080(local_28)" identifier (argument_list "(local_28)" ( identifier ))) ;)) })) (labeled_statement "LAB_001e9844:\n local_84 = local_84 + 1;" statement_identifier : (expression_statement "local_84 = local_84 + 1;" (assignment_expression "local_84 = local_84 + 1" identifier = (binary_expression "local_84 + 1" identifier + number_literal)) ;)) (expression_statement "piVar8 = local_34;" (assignment_expression "piVar8 = local_34" identifier = identifier) ;) }) while (parenthesized_expression "(local_30 != local_84)" ( (binary_expression "local_30 != local_84" identifier != identifier) )) ;) })) (if_statement "if (piVar8 != (int *)0x0) {\n FUN_003ae080(piVar8);\n }" if (parenthesized_expression "(piVar8 != (int *)0x0)" ( (binary_expression "piVar8 != (int *)0x0" identifier != (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n FUN_003ae080(piVar8);\n }" { (expression_statement "FUN_003ae080(piVar8);" (call_expression "FUN_003ae080(piVar8)" identifier (argument_list "(piVar8)" ( identifier ))) ;) })) (labeled_statement "LAB_001e9870:\n local_ac = (int *)*param_3;" statement_identifier : (expression_statement "local_ac = (int *)*param_3;" (assignment_expression "local_ac = (int *)*param_3" identifier = (cast_expression "(int *)*param_3" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_3" * identifier))) ;)) (if_statement "if (local_ac == (int *)param_3[1]) goto LAB_001e9f98;" if (parenthesized_expression "(local_ac == (int *)param_3[1])" ( (binary_expression "local_ac == (int *)param_3[1]" identifier == (cast_expression "(int *)param_3[1]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_3[1]" identifier [ number_literal ]))) )) (goto_statement "goto LAB_001e9f98;" goto statement_identifier ;)) }) (else_clause "else {\n local_5c = *(undefined4 **)(param_1 + 0x60);\n if (local_5c != *(undefined4 **)(param_1 + 100)) {\n do {\n piVar8 = (int *)*local_5c;\n iVar7 = piVar8[8];\n if (*(code **)(*piVar8 + 0xc) == FUN_001d1390) {\n local_4c = *(uint **)(iVar7 + 0x3c);\n local_64 = 0xfffffffc;\n local_60 = 0xffffffff;\n lVar30 = 4;\nLAB_001e965f:\n local_68 = (int)((ulonglong)lVar30 >> 0x20);\n local_6c = (uint)lVar30;\n bVar27 = CARRY4(local_6c,(uint)local_4c);\n iVar6 = local_6c + (int)local_4c;\n local_4c = (uint *)(local_64 & iVar6 - 1U);\n local_48 = local_60 & local_68 + (uint)bVar27 + -1 + (uint)(iVar6 != 0);\n }\n else {\n lVar30 = (**(code **)(*piVar8 + 0xc))(piVar8);\n local_4c = *(uint **)(iVar7 + 0x3c);\n local_48 = 0;\n if (lVar30 != 0) {\n local_64 = -(int)lVar30;\n local_60 = -((int)((ulonglong)lVar30 >> 0x20) + (uint)((int)lVar30 != 0));\n goto LAB_001e965f;\n }\n }\n if ((*(byte *)(iVar7 + 0x1c) & 4) == 0) goto LAB_001ea75d;\n uVar23 = *(uint *)(iVar7 + 0x14);\n uVar26 = *(uint *)(iVar7 + 0x14);\n iVar6 = *(int *)(iVar7 + 0x18);\n if ((*(byte *)(iVar7 + 0x1c) & 1) == 0) goto LAB_001ea799;\n bVar5 = *(byte *)(piVar8 + 7);\n uVar20 = *(uint *)(iVar7 + 4);\n iVar13 = *(int *)(iVar7 + 8);\n if ((bVar5 & 1) != 0) goto LAB_001ea73f;\n piVar8[1] = (int)local_4c + *(uint *)(iVar7 + 4);\n piVar8[2] = local_48 + iVar13 + (uint)CARRY4((uint)local_4c,uVar20);\n *(byte *)(piVar8 + 7) = bVar5 | 1;\n if ((bVar5 & 4) != 0) goto LAB_001ea77b;\n *(byte *)(piVar8 + 7) = bVar5 | 5;\n piVar8[5] = (int)local_4c + uVar26;\n piVar8[6] = local_48 + iVar6 + (uint)CARRY4((uint)local_4c,uVar23);\n if (((bVar5 & 2) == 0) &&\n ((**(code **)(*piVar8 + 0x38))(piVar8), (*(byte *)(piVar8 + 7) & 2) == 0))\n goto LAB_001ea0f2;\n local_5c = local_5c + 1;\n } while (*(undefined4 **)(param_1 + 100) != local_5c);\n goto LAB_001e9870;\n }\n local_ac = (int *)*param_3;\n if ((int *)param_3[1] == local_ac) {\n return 0;\n }\n }" else (compound_statement "{\n local_5c = *(undefined4 **)(param_1 + 0x60);\n if (local_5c != *(undefined4 **)(param_1 + 100)) {\n do {\n piVar8 = (int *)*local_5c;\n iVar7 = piVar8[8];\n if (*(code **)(*piVar8 + 0xc) == FUN_001d1390) {\n local_4c = *(uint **)(iVar7 + 0x3c);\n local_64 = 0xfffffffc;\n local_60 = 0xffffffff;\n lVar30 = 4;\nLAB_001e965f:\n local_68 = (int)((ulonglong)lVar30 >> 0x20);\n local_6c = (uint)lVar30;\n bVar27 = CARRY4(local_6c,(uint)local_4c);\n iVar6 = local_6c + (int)local_4c;\n local_4c = (uint *)(local_64 & iVar6 - 1U);\n local_48 = local_60 & local_68 + (uint)bVar27 + -1 + (uint)(iVar6 != 0);\n }\n else {\n lVar30 = (**(code **)(*piVar8 + 0xc))(piVar8);\n local_4c = *(uint **)(iVar7 + 0x3c);\n local_48 = 0;\n if (lVar30 != 0) {\n local_64 = -(int)lVar30;\n local_60 = -((int)((ulonglong)lVar30 >> 0x20) + (uint)((int)lVar30 != 0));\n goto LAB_001e965f;\n }\n }\n if ((*(byte *)(iVar7 + 0x1c) & 4) == 0) goto LAB_001ea75d;\n uVar23 = *(uint *)(iVar7 + 0x14);\n uVar26 = *(uint *)(iVar7 + 0x14);\n iVar6 = *(int *)(iVar7 + 0x18);\n if ((*(byte *)(iVar7 + 0x1c) & 1) == 0) goto LAB_001ea799;\n bVar5 = *(byte *)(piVar8 + 7);\n uVar20 = *(uint *)(iVar7 + 4);\n iVar13 = *(int *)(iVar7 + 8);\n if ((bVar5 & 1) != 0) goto LAB_001ea73f;\n piVar8[1] = (int)local_4c + *(uint *)(iVar7 + 4);\n piVar8[2] = local_48 + iVar13 + (uint)CARRY4((uint)local_4c,uVar20);\n *(byte *)(piVar8 + 7) = bVar5 | 1;\n if ((bVar5 & 4) != 0) goto LAB_001ea77b;\n *(byte *)(piVar8 + 7) = bVar5 | 5;\n piVar8[5] = (int)local_4c + uVar26;\n piVar8[6] = local_48 + iVar6 + (uint)CARRY4((uint)local_4c,uVar23);\n if (((bVar5 & 2) == 0) &&\n ((**(code **)(*piVar8 + 0x38))(piVar8), (*(byte *)(piVar8 + 7) & 2) == 0))\n goto LAB_001ea0f2;\n local_5c = local_5c + 1;\n } while (*(undefined4 **)(param_1 + 100) != local_5c);\n goto LAB_001e9870;\n }\n local_ac = (int *)*param_3;\n if ((int *)param_3[1] == local_ac) {\n return 0;\n }\n }" { (expression_statement "local_5c = *(undefined4 **)(param_1 + 0x60);" (assignment_expression "local_5c = *(undefined4 **)(param_1 + 0x60)" identifier = (pointer_expression "*(undefined4 **)(param_1 + 0x60)" * (cast_expression "(undefined4 **)(param_1 + 0x60)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x60)" ( (binary_expression "param_1 + 0x60" identifier + number_literal) ))))) ;) (if_statement "if (local_5c != *(undefined4 **)(param_1 + 100)) {\n do {\n piVar8 = (int *)*local_5c;\n iVar7 = piVar8[8];\n if (*(code **)(*piVar8 + 0xc) == FUN_001d1390) {\n local_4c = *(uint **)(iVar7 + 0x3c);\n local_64 = 0xfffffffc;\n local_60 = 0xffffffff;\n lVar30 = 4;\nLAB_001e965f:\n local_68 = (int)((ulonglong)lVar30 >> 0x20);\n local_6c = (uint)lVar30;\n bVar27 = CARRY4(local_6c,(uint)local_4c);\n iVar6 = local_6c + (int)local_4c;\n local_4c = (uint *)(local_64 & iVar6 - 1U);\n local_48 = local_60 & local_68 + (uint)bVar27 + -1 + (uint)(iVar6 != 0);\n }\n else {\n lVar30 = (**(code **)(*piVar8 + 0xc))(piVar8);\n local_4c = *(uint **)(iVar7 + 0x3c);\n local_48 = 0;\n if (lVar30 != 0) {\n local_64 = -(int)lVar30;\n local_60 = -((int)((ulonglong)lVar30 >> 0x20) + (uint)((int)lVar30 != 0));\n goto LAB_001e965f;\n }\n }\n if ((*(byte *)(iVar7 + 0x1c) & 4) == 0) goto LAB_001ea75d;\n uVar23 = *(uint *)(iVar7 + 0x14);\n uVar26 = *(uint *)(iVar7 + 0x14);\n iVar6 = *(int *)(iVar7 + 0x18);\n if ((*(byte *)(iVar7 + 0x1c) & 1) == 0) goto LAB_001ea799;\n bVar5 = *(byte *)(piVar8 + 7);\n uVar20 = *(uint *)(iVar7 + 4);\n iVar13 = *(int *)(iVar7 + 8);\n if ((bVar5 & 1) != 0) goto LAB_001ea73f;\n piVar8[1] = (int)local_4c + *(uint *)(iVar7 + 4);\n piVar8[2] = local_48 + iVar13 + (uint)CARRY4((uint)local_4c,uVar20);\n *(byte *)(piVar8 + 7) = bVar5 | 1;\n if ((bVar5 & 4) != 0) goto LAB_001ea77b;\n *(byte *)(piVar8 + 7) = bVar5 | 5;\n piVar8[5] = (int)local_4c + uVar26;\n piVar8[6] = local_48 + iVar6 + (uint)CARRY4((uint)local_4c,uVar23);\n if (((bVar5 & 2) == 0) &&\n ((**(code **)(*piVar8 + 0x38))(piVar8), (*(byte *)(piVar8 + 7) & 2) == 0))\n goto LAB_001ea0f2;\n local_5c = local_5c + 1;\n } while (*(undefined4 **)(param_1 + 100) != local_5c);\n goto LAB_001e9870;\n }" if (parenthesized_expression "(local_5c != *(undefined4 **)(param_1 + 100))" ( (binary_expression "local_5c != *(undefined4 **)(param_1 + 100)" identifier != (pointer_expression "*(undefined4 **)(param_1 + 100)" * (cast_expression "(undefined4 **)(param_1 + 100)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 100)" ( (binary_expression "param_1 + 100" identifier + number_literal) ))))) )) (compound_statement "{\n do {\n piVar8 = (int *)*local_5c;\n iVar7 = piVar8[8];\n if (*(code **)(*piVar8 + 0xc) == FUN_001d1390) {\n local_4c = *(uint **)(iVar7 + 0x3c);\n local_64 = 0xfffffffc;\n local_60 = 0xffffffff;\n lVar30 = 4;\nLAB_001e965f:\n local_68 = (int)((ulonglong)lVar30 >> 0x20);\n local_6c = (uint)lVar30;\n bVar27 = CARRY4(local_6c,(uint)local_4c);\n iVar6 = local_6c + (int)local_4c;\n local_4c = (uint *)(local_64 & iVar6 - 1U);\n local_48 = local_60 & local_68 + (uint)bVar27 + -1 + (uint)(iVar6 != 0);\n }\n else {\n lVar30 = (**(code **)(*piVar8 + 0xc))(piVar8);\n local_4c = *(uint **)(iVar7 + 0x3c);\n local_48 = 0;\n if (lVar30 != 0) {\n local_64 = -(int)lVar30;\n local_60 = -((int)((ulonglong)lVar30 >> 0x20) + (uint)((int)lVar30 != 0));\n goto LAB_001e965f;\n }\n }\n if ((*(byte *)(iVar7 + 0x1c) & 4) == 0) goto LAB_001ea75d;\n uVar23 = *(uint *)(iVar7 + 0x14);\n uVar26 = *(uint *)(iVar7 + 0x14);\n iVar6 = *(int *)(iVar7 + 0x18);\n if ((*(byte *)(iVar7 + 0x1c) & 1) == 0) goto LAB_001ea799;\n bVar5 = *(byte *)(piVar8 + 7);\n uVar20 = *(uint *)(iVar7 + 4);\n iVar13 = *(int *)(iVar7 + 8);\n if ((bVar5 & 1) != 0) goto LAB_001ea73f;\n piVar8[1] = (int)local_4c + *(uint *)(iVar7 + 4);\n piVar8[2] = local_48 + iVar13 + (uint)CARRY4((uint)local_4c,uVar20);\n *(byte *)(piVar8 + 7) = bVar5 | 1;\n if ((bVar5 & 4) != 0) goto LAB_001ea77b;\n *(byte *)(piVar8 + 7) = bVar5 | 5;\n piVar8[5] = (int)local_4c + uVar26;\n piVar8[6] = local_48 + iVar6 + (uint)CARRY4((uint)local_4c,uVar23);\n if (((bVar5 & 2) == 0) &&\n ((**(code **)(*piVar8 + 0x38))(piVar8), (*(byte *)(piVar8 + 7) & 2) == 0))\n goto LAB_001ea0f2;\n local_5c = local_5c + 1;\n } while (*(undefined4 **)(param_1 + 100) != local_5c);\n goto LAB_001e9870;\n }" { (do_statement "do {\n piVar8 = (int *)*local_5c;\n iVar7 = piVar8[8];\n if (*(code **)(*piVar8 + 0xc) == FUN_001d1390) {\n local_4c = *(uint **)(iVar7 + 0x3c);\n local_64 = 0xfffffffc;\n local_60 = 0xffffffff;\n lVar30 = 4;\nLAB_001e965f:\n local_68 = (int)((ulonglong)lVar30 >> 0x20);\n local_6c = (uint)lVar30;\n bVar27 = CARRY4(local_6c,(uint)local_4c);\n iVar6 = local_6c + (int)local_4c;\n local_4c = (uint *)(local_64 & iVar6 - 1U);\n local_48 = local_60 & local_68 + (uint)bVar27 + -1 + (uint)(iVar6 != 0);\n }\n else {\n lVar30 = (**(code **)(*piVar8 + 0xc))(piVar8);\n local_4c = *(uint **)(iVar7 + 0x3c);\n local_48 = 0;\n if (lVar30 != 0) {\n local_64 = -(int)lVar30;\n local_60 = -((int)((ulonglong)lVar30 >> 0x20) + (uint)((int)lVar30 != 0));\n goto LAB_001e965f;\n }\n }\n if ((*(byte *)(iVar7 + 0x1c) & 4) == 0) goto LAB_001ea75d;\n uVar23 = *(uint *)(iVar7 + 0x14);\n uVar26 = *(uint *)(iVar7 + 0x14);\n iVar6 = *(int *)(iVar7 + 0x18);\n if ((*(byte *)(iVar7 + 0x1c) & 1) == 0) goto LAB_001ea799;\n bVar5 = *(byte *)(piVar8 + 7);\n uVar20 = *(uint *)(iVar7 + 4);\n iVar13 = *(int *)(iVar7 + 8);\n if ((bVar5 & 1) != 0) goto LAB_001ea73f;\n piVar8[1] = (int)local_4c + *(uint *)(iVar7 + 4);\n piVar8[2] = local_48 + iVar13 + (uint)CARRY4((uint)local_4c,uVar20);\n *(byte *)(piVar8 + 7) = bVar5 | 1;\n if ((bVar5 & 4) != 0) goto LAB_001ea77b;\n *(byte *)(piVar8 + 7) = bVar5 | 5;\n piVar8[5] = (int)local_4c + uVar26;\n piVar8[6] = local_48 + iVar6 + (uint)CARRY4((uint)local_4c,uVar23);\n if (((bVar5 & 2) == 0) &&\n ((**(code **)(*piVar8 + 0x38))(piVar8), (*(byte *)(piVar8 + 7) & 2) == 0))\n goto LAB_001ea0f2;\n local_5c = local_5c + 1;\n } while (*(undefined4 **)(param_1 + 100) != local_5c);" do (compound_statement "{\n piVar8 = (int *)*local_5c;\n iVar7 = piVar8[8];\n if (*(code **)(*piVar8 + 0xc) == FUN_001d1390) {\n local_4c = *(uint **)(iVar7 + 0x3c);\n local_64 = 0xfffffffc;\n local_60 = 0xffffffff;\n lVar30 = 4;\nLAB_001e965f:\n local_68 = (int)((ulonglong)lVar30 >> 0x20);\n local_6c = (uint)lVar30;\n bVar27 = CARRY4(local_6c,(uint)local_4c);\n iVar6 = local_6c + (int)local_4c;\n local_4c = (uint *)(local_64 & iVar6 - 1U);\n local_48 = local_60 & local_68 + (uint)bVar27 + -1 + (uint)(iVar6 != 0);\n }\n else {\n lVar30 = (**(code **)(*piVar8 + 0xc))(piVar8);\n local_4c = *(uint **)(iVar7 + 0x3c);\n local_48 = 0;\n if (lVar30 != 0) {\n local_64 = -(int)lVar30;\n local_60 = -((int)((ulonglong)lVar30 >> 0x20) + (uint)((int)lVar30 != 0));\n goto LAB_001e965f;\n }\n }\n if ((*(byte *)(iVar7 + 0x1c) & 4) == 0) goto LAB_001ea75d;\n uVar23 = *(uint *)(iVar7 + 0x14);\n uVar26 = *(uint *)(iVar7 + 0x14);\n iVar6 = *(int *)(iVar7 + 0x18);\n if ((*(byte *)(iVar7 + 0x1c) & 1) == 0) goto LAB_001ea799;\n bVar5 = *(byte *)(piVar8 + 7);\n uVar20 = *(uint *)(iVar7 + 4);\n iVar13 = *(int *)(iVar7 + 8);\n if ((bVar5 & 1) != 0) goto LAB_001ea73f;\n piVar8[1] = (int)local_4c + *(uint *)(iVar7 + 4);\n piVar8[2] = local_48 + iVar13 + (uint)CARRY4((uint)local_4c,uVar20);\n *(byte *)(piVar8 + 7) = bVar5 | 1;\n if ((bVar5 & 4) != 0) goto LAB_001ea77b;\n *(byte *)(piVar8 + 7) = bVar5 | 5;\n piVar8[5] = (int)local_4c + uVar26;\n piVar8[6] = local_48 + iVar6 + (uint)CARRY4((uint)local_4c,uVar23);\n if (((bVar5 & 2) == 0) &&\n ((**(code **)(*piVar8 + 0x38))(piVar8), (*(byte *)(piVar8 + 7) & 2) == 0))\n goto LAB_001ea0f2;\n local_5c = local_5c + 1;\n }" { (expression_statement "piVar8 = (int *)*local_5c;" (assignment_expression "piVar8 = (int *)*local_5c" identifier = (cast_expression "(int *)*local_5c" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*local_5c" * identifier))) ;) (expression_statement "iVar7 = piVar8[8];" (assignment_expression "iVar7 = piVar8[8]" identifier = (subscript_expression "piVar8[8]" identifier [ number_literal ])) ;) (if_statement "if (*(code **)(*piVar8 + 0xc) == FUN_001d1390) {\n local_4c = *(uint **)(iVar7 + 0x3c);\n local_64 = 0xfffffffc;\n local_60 = 0xffffffff;\n lVar30 = 4;\nLAB_001e965f:\n local_68 = (int)((ulonglong)lVar30 >> 0x20);\n local_6c = (uint)lVar30;\n bVar27 = CARRY4(local_6c,(uint)local_4c);\n iVar6 = local_6c + (int)local_4c;\n local_4c = (uint *)(local_64 & iVar6 - 1U);\n local_48 = local_60 & local_68 + (uint)bVar27 + -1 + (uint)(iVar6 != 0);\n }\n else {\n lVar30 = (**(code **)(*piVar8 + 0xc))(piVar8);\n local_4c = *(uint **)(iVar7 + 0x3c);\n local_48 = 0;\n if (lVar30 != 0) {\n local_64 = -(int)lVar30;\n local_60 = -((int)((ulonglong)lVar30 >> 0x20) + (uint)((int)lVar30 != 0));\n goto LAB_001e965f;\n }\n }" if (parenthesized_expression "(*(code **)(*piVar8 + 0xc) == FUN_001d1390)" ( (binary_expression "*(code **)(*piVar8 + 0xc) == FUN_001d1390" (pointer_expression "*(code **)(*piVar8 + 0xc)" * (cast_expression "(code **)(*piVar8 + 0xc)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*piVar8 + 0xc)" ( (binary_expression "*piVar8 + 0xc" (pointer_expression "*piVar8" * identifier) + number_literal) )))) == identifier) )) (compound_statement "{\n local_4c = *(uint **)(iVar7 + 0x3c);\n local_64 = 0xfffffffc;\n local_60 = 0xffffffff;\n lVar30 = 4;\nLAB_001e965f:\n local_68 = (int)((ulonglong)lVar30 >> 0x20);\n local_6c = (uint)lVar30;\n bVar27 = CARRY4(local_6c,(uint)local_4c);\n iVar6 = local_6c + (int)local_4c;\n local_4c = (uint *)(local_64 & iVar6 - 1U);\n local_48 = local_60 & local_68 + (uint)bVar27 + -1 + (uint)(iVar6 != 0);\n }" { (expression_statement "local_4c = *(uint **)(iVar7 + 0x3c);" (assignment_expression "local_4c = *(uint **)(iVar7 + 0x3c)" identifier = (pointer_expression "*(uint **)(iVar7 + 0x3c)" * (cast_expression "(uint **)(iVar7 + 0x3c)" ( (type_descriptor "uint **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar7 + 0x3c)" ( (binary_expression "iVar7 + 0x3c" identifier + number_literal) ))))) ;) (expression_statement "local_64 = 0xfffffffc;" (assignment_expression "local_64 = 0xfffffffc" identifier = number_literal) ;) (expression_statement "local_60 = 0xffffffff;" (assignment_expression "local_60 = 0xffffffff" identifier = number_literal) ;) (expression_statement "lVar30 = 4;" (assignment_expression "lVar30 = 4" identifier = number_literal) ;) (labeled_statement "LAB_001e965f:\n local_68 = (int)((ulonglong)lVar30 >> 0x20);" statement_identifier : (expression_statement "local_68 = (int)((ulonglong)lVar30 >> 0x20);" (assignment_expression "local_68 = (int)((ulonglong)lVar30 >> 0x20)" identifier = (cast_expression "(int)((ulonglong)lVar30 >> 0x20)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "((ulonglong)lVar30 >> 0x20)" ( (binary_expression "(ulonglong)lVar30 >> 0x20" (cast_expression "(ulonglong)lVar30" ( (type_descriptor "ulonglong" type_identifier) ) identifier) >> number_literal) )))) ;)) (expression_statement "local_6c = (uint)lVar30;" (assignment_expression "local_6c = (uint)lVar30" identifier = (cast_expression "(uint)lVar30" ( (type_descriptor "uint" type_identifier) ) identifier)) ;) (expression_statement "bVar27 = CARRY4(local_6c,(uint)local_4c);" (assignment_expression "bVar27 = CARRY4(local_6c,(uint)local_4c)" identifier = (call_expression "CARRY4(local_6c,(uint)local_4c)" identifier (argument_list "(local_6c,(uint)local_4c)" ( identifier , (cast_expression "(uint)local_4c" ( (type_descriptor "uint" type_identifier) ) identifier) )))) ;) (expression_statement "iVar6 = local_6c + (int)local_4c;" (assignment_expression "iVar6 = local_6c + (int)local_4c" identifier = (binary_expression "local_6c + (int)local_4c" identifier + (cast_expression "(int)local_4c" ( (type_descriptor "int" primitive_type) ) identifier))) ;) (expression_statement "local_4c = (uint *)(local_64 & iVar6 - 1U);" (assignment_expression "local_4c = (uint *)(local_64 & iVar6 - 1U)" identifier = (cast_expression "(uint *)(local_64 & iVar6 - 1U)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_64 & iVar6 - 1U)" ( (binary_expression "local_64 & iVar6 - 1U" identifier & (binary_expression "iVar6 - 1U" identifier - number_literal)) )))) ;) (expression_statement "local_48 = local_60 & local_68 + (uint)bVar27 + -1 + (uint)(iVar6 != 0);" (assignment_expression "local_48 = local_60 & local_68 + (uint)bVar27 + -1 + (uint)(iVar6 != 0)" identifier = (binary_expression "local_60 & local_68 + (uint)bVar27 + -1 + (uint)(iVar6 != 0)" identifier & (binary_expression "local_68 + (uint)bVar27 + -1 + (uint)(iVar6 != 0)" (binary_expression "local_68 + (uint)bVar27 + -1" (binary_expression "local_68 + (uint)bVar27" identifier + (cast_expression "(uint)bVar27" ( (type_descriptor "uint" type_identifier) ) identifier)) + number_literal) + (call_expression "(uint)(iVar6 != 0)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(iVar6 != 0)" ( (binary_expression "iVar6 != 0" identifier != number_literal) )))))) ;) }) (else_clause "else {\n lVar30 = (**(code **)(*piVar8 + 0xc))(piVar8);\n local_4c = *(uint **)(iVar7 + 0x3c);\n local_48 = 0;\n if (lVar30 != 0) {\n local_64 = -(int)lVar30;\n local_60 = -((int)((ulonglong)lVar30 >> 0x20) + (uint)((int)lVar30 != 0));\n goto LAB_001e965f;\n }\n }" else (compound_statement "{\n lVar30 = (**(code **)(*piVar8 + 0xc))(piVar8);\n local_4c = *(uint **)(iVar7 + 0x3c);\n local_48 = 0;\n if (lVar30 != 0) {\n local_64 = -(int)lVar30;\n local_60 = -((int)((ulonglong)lVar30 >> 0x20) + (uint)((int)lVar30 != 0));\n goto LAB_001e965f;\n }\n }" { (expression_statement "lVar30 = (**(code **)(*piVar8 + 0xc))(piVar8);" (assignment_expression "lVar30 = (**(code **)(*piVar8 + 0xc))(piVar8)" identifier = (call_expression "(**(code **)(*piVar8 + 0xc))(piVar8)" (parenthesized_expression "(**(code **)(*piVar8 + 0xc))" ( (pointer_expression "**(code **)(*piVar8 + 0xc)" * (pointer_expression "*(code **)(*piVar8 + 0xc)" * (cast_expression "(code **)(*piVar8 + 0xc)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*piVar8 + 0xc)" ( (binary_expression "*piVar8 + 0xc" (pointer_expression "*piVar8" * identifier) + number_literal) ))))) )) (argument_list "(piVar8)" ( identifier )))) ;) (expression_statement "local_4c = *(uint **)(iVar7 + 0x3c);" (assignment_expression "local_4c = *(uint **)(iVar7 + 0x3c)" identifier = (pointer_expression "*(uint **)(iVar7 + 0x3c)" * (cast_expression "(uint **)(iVar7 + 0x3c)" ( (type_descriptor "uint **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar7 + 0x3c)" ( (binary_expression "iVar7 + 0x3c" identifier + number_literal) ))))) ;) (expression_statement "local_48 = 0;" (assignment_expression "local_48 = 0" identifier = number_literal) ;) (if_statement "if (lVar30 != 0) {\n local_64 = -(int)lVar30;\n local_60 = -((int)((ulonglong)lVar30 >> 0x20) + (uint)((int)lVar30 != 0));\n goto LAB_001e965f;\n }" if (parenthesized_expression "(lVar30 != 0)" ( (binary_expression "lVar30 != 0" identifier != number_literal) )) (compound_statement "{\n local_64 = -(int)lVar30;\n local_60 = -((int)((ulonglong)lVar30 >> 0x20) + (uint)((int)lVar30 != 0));\n goto LAB_001e965f;\n }" { (expression_statement "local_64 = -(int)lVar30;" (assignment_expression "local_64 = -(int)lVar30" identifier = (unary_expression "-(int)lVar30" - (cast_expression "(int)lVar30" ( (type_descriptor "int" primitive_type) ) identifier))) ;) (expression_statement "local_60 = -((int)((ulonglong)lVar30 >> 0x20) + (uint)((int)lVar30 != 0));" (assignment_expression "local_60 = -((int)((ulonglong)lVar30 >> 0x20) + (uint)((int)lVar30 != 0))" identifier = (unary_expression "-((int)((ulonglong)lVar30 >> 0x20) + (uint)((int)lVar30 != 0))" - (parenthesized_expression "((int)((ulonglong)lVar30 >> 0x20) + (uint)((int)lVar30 != 0))" ( (binary_expression "(int)((ulonglong)lVar30 >> 0x20) + (uint)((int)lVar30 != 0)" (cast_expression "(int)((ulonglong)lVar30 >> 0x20)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "((ulonglong)lVar30 >> 0x20)" ( (binary_expression "(ulonglong)lVar30 >> 0x20" (cast_expression "(ulonglong)lVar30" ( (type_descriptor "ulonglong" type_identifier) ) identifier) >> number_literal) ))) + (call_expression "(uint)((int)lVar30 != 0)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "((int)lVar30 != 0)" ( (binary_expression "(int)lVar30 != 0" (cast_expression "(int)lVar30" ( (type_descriptor "int" primitive_type) ) identifier) != number_literal) )))) )))) ;) (goto_statement "goto LAB_001e965f;" goto statement_identifier ;) })) }))) (if_statement "if ((*(byte *)(iVar7 + 0x1c) & 4) == 0) goto LAB_001ea75d;" if (parenthesized_expression "((*(byte *)(iVar7 + 0x1c) & 4) == 0)" ( (binary_expression "(*(byte *)(iVar7 + 0x1c) & 4) == 0" (parenthesized_expression "(*(byte *)(iVar7 + 0x1c) & 4)" ( (binary_expression "*(byte *)(iVar7 + 0x1c) & 4" (pointer_expression "*(byte *)(iVar7 + 0x1c)" * (cast_expression "(byte *)(iVar7 + 0x1c)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x1c)" ( (binary_expression "iVar7 + 0x1c" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (goto_statement "goto LAB_001ea75d;" goto statement_identifier ;)) (expression_statement "uVar23 = *(uint *)(iVar7 + 0x14);" (assignment_expression "uVar23 = *(uint *)(iVar7 + 0x14)" identifier = (pointer_expression "*(uint *)(iVar7 + 0x14)" * (cast_expression "(uint *)(iVar7 + 0x14)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x14)" ( (binary_expression "iVar7 + 0x14" identifier + number_literal) ))))) ;) (expression_statement "uVar26 = *(uint *)(iVar7 + 0x14);" (assignment_expression "uVar26 = *(uint *)(iVar7 + 0x14)" identifier = (pointer_expression "*(uint *)(iVar7 + 0x14)" * (cast_expression "(uint *)(iVar7 + 0x14)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x14)" ( (binary_expression "iVar7 + 0x14" identifier + number_literal) ))))) ;) (expression_statement "iVar6 = *(int *)(iVar7 + 0x18);" (assignment_expression "iVar6 = *(int *)(iVar7 + 0x18)" identifier = (pointer_expression "*(int *)(iVar7 + 0x18)" * (cast_expression "(int *)(iVar7 + 0x18)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x18)" ( (binary_expression "iVar7 + 0x18" identifier + number_literal) ))))) ;) (if_statement "if ((*(byte *)(iVar7 + 0x1c) & 1) == 0) goto LAB_001ea799;" if (parenthesized_expression "((*(byte *)(iVar7 + 0x1c) & 1) == 0)" ( (binary_expression "(*(byte *)(iVar7 + 0x1c) & 1) == 0" (parenthesized_expression "(*(byte *)(iVar7 + 0x1c) & 1)" ( (binary_expression "*(byte *)(iVar7 + 0x1c) & 1" (pointer_expression "*(byte *)(iVar7 + 0x1c)" * (cast_expression "(byte *)(iVar7 + 0x1c)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x1c)" ( (binary_expression "iVar7 + 0x1c" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (goto_statement "goto LAB_001ea799;" goto statement_identifier ;)) (expression_statement "bVar5 = *(byte *)(piVar8 + 7);" (assignment_expression "bVar5 = *(byte *)(piVar8 + 7)" identifier = (pointer_expression "*(byte *)(piVar8 + 7)" * (cast_expression "(byte *)(piVar8 + 7)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(piVar8 + 7)" ( (binary_expression "piVar8 + 7" identifier + number_literal) ))))) ;) (expression_statement "uVar20 = *(uint *)(iVar7 + 4);" (assignment_expression "uVar20 = *(uint *)(iVar7 + 4)" identifier = (pointer_expression "*(uint *)(iVar7 + 4)" * (cast_expression "(uint *)(iVar7 + 4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 4)" ( (binary_expression "iVar7 + 4" identifier + number_literal) ))))) ;) (expression_statement "iVar13 = *(int *)(iVar7 + 8);" (assignment_expression "iVar13 = *(int *)(iVar7 + 8)" identifier = (pointer_expression "*(int *)(iVar7 + 8)" * (cast_expression "(int *)(iVar7 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 8)" ( (binary_expression "iVar7 + 8" identifier + number_literal) ))))) ;) (if_statement "if ((bVar5 & 1) != 0) goto LAB_001ea73f;" if (parenthesized_expression "((bVar5 & 1) != 0)" ( (binary_expression "(bVar5 & 1) != 0" (parenthesized_expression "(bVar5 & 1)" ( (binary_expression "bVar5 & 1" identifier & number_literal) )) != number_literal) )) (goto_statement "goto LAB_001ea73f;" goto statement_identifier ;)) (expression_statement "piVar8[1] = (int)local_4c + *(uint *)(iVar7 + 4);" (assignment_expression "piVar8[1] = (int)local_4c + *(uint *)(iVar7 + 4)" (subscript_expression "piVar8[1]" identifier [ number_literal ]) = (binary_expression "(int)local_4c + *(uint *)(iVar7 + 4)" (cast_expression "(int)local_4c" ( (type_descriptor "int" primitive_type) ) identifier) + (pointer_expression "*(uint *)(iVar7 + 4)" * (cast_expression "(uint *)(iVar7 + 4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 4)" ( (binary_expression "iVar7 + 4" identifier + number_literal) )))))) ;) (expression_statement "piVar8[2] = local_48 + iVar13 + (uint)CARRY4((uint)local_4c,uVar20);" (assignment_expression "piVar8[2] = local_48 + iVar13 + (uint)CARRY4((uint)local_4c,uVar20)" (subscript_expression "piVar8[2]" identifier [ number_literal ]) = (binary_expression "local_48 + iVar13 + (uint)CARRY4((uint)local_4c,uVar20)" (binary_expression "local_48 + iVar13" identifier + identifier) + (cast_expression "(uint)CARRY4((uint)local_4c,uVar20)" ( (type_descriptor "uint" type_identifier) ) (call_expression "CARRY4((uint)local_4c,uVar20)" identifier (argument_list "((uint)local_4c,uVar20)" ( (cast_expression "(uint)local_4c" ( (type_descriptor "uint" type_identifier) ) identifier) , identifier )))))) ;) (expression_statement "*(byte *)(piVar8 + 7) = bVar5 | 1;" (assignment_expression "*(byte *)(piVar8 + 7) = bVar5 | 1" (pointer_expression "*(byte *)(piVar8 + 7)" * (cast_expression "(byte *)(piVar8 + 7)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(piVar8 + 7)" ( (binary_expression "piVar8 + 7" identifier + number_literal) )))) = (binary_expression "bVar5 | 1" identifier | number_literal)) ;) (if_statement "if ((bVar5 & 4) != 0) goto LAB_001ea77b;" if (parenthesized_expression "((bVar5 & 4) != 0)" ( (binary_expression "(bVar5 & 4) != 0" (parenthesized_expression "(bVar5 & 4)" ( (binary_expression "bVar5 & 4" identifier & number_literal) )) != number_literal) )) (goto_statement "goto LAB_001ea77b;" goto statement_identifier ;)) (expression_statement "*(byte *)(piVar8 + 7) = bVar5 | 5;" (assignment_expression "*(byte *)(piVar8 + 7) = bVar5 | 5" (pointer_expression "*(byte *)(piVar8 + 7)" * (cast_expression "(byte *)(piVar8 + 7)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(piVar8 + 7)" ( (binary_expression "piVar8 + 7" identifier + number_literal) )))) = (binary_expression "bVar5 | 5" identifier | number_literal)) ;) (expression_statement "piVar8[5] = (int)local_4c + uVar26;" (assignment_expression "piVar8[5] = (int)local_4c + uVar26" (subscript_expression "piVar8[5]" identifier [ number_literal ]) = (binary_expression "(int)local_4c + uVar26" (cast_expression "(int)local_4c" ( (type_descriptor "int" primitive_type) ) identifier) + identifier)) ;) (expression_statement "piVar8[6] = local_48 + iVar6 + (uint)CARRY4((uint)local_4c,uVar23);" (assignment_expression "piVar8[6] = local_48 + iVar6 + (uint)CARRY4((uint)local_4c,uVar23)" (subscript_expression "piVar8[6]" identifier [ number_literal ]) = (binary_expression "local_48 + iVar6 + (uint)CARRY4((uint)local_4c,uVar23)" (binary_expression "local_48 + iVar6" identifier + identifier) + (cast_expression "(uint)CARRY4((uint)local_4c,uVar23)" ( (type_descriptor "uint" type_identifier) ) (call_expression "CARRY4((uint)local_4c,uVar23)" identifier (argument_list "((uint)local_4c,uVar23)" ( (cast_expression "(uint)local_4c" ( (type_descriptor "uint" type_identifier) ) identifier) , identifier )))))) ;) (if_statement "if (((bVar5 & 2) == 0) &&\n ((**(code **)(*piVar8 + 0x38))(piVar8), (*(byte *)(piVar8 + 7) & 2) == 0))\n goto LAB_001ea0f2;" if (parenthesized_expression "(((bVar5 & 2) == 0) &&\n ((**(code **)(*piVar8 + 0x38))(piVar8), (*(byte *)(piVar8 + 7) & 2) == 0))" ( (binary_expression "((bVar5 & 2) == 0) &&\n ((**(code **)(*piVar8 + 0x38))(piVar8), (*(byte *)(piVar8 + 7) & 2) == 0)" (parenthesized_expression "((bVar5 & 2) == 0)" ( (binary_expression "(bVar5 & 2) == 0" (parenthesized_expression "(bVar5 & 2)" ( (binary_expression "bVar5 & 2" identifier & number_literal) )) == number_literal) )) && (parenthesized_expression "((**(code **)(*piVar8 + 0x38))(piVar8), (*(byte *)(piVar8 + 7) & 2) == 0)" ( (comma_expression "(**(code **)(*piVar8 + 0x38))(piVar8), (*(byte *)(piVar8 + 7) & 2) == 0" (call_expression "(**(code **)(*piVar8 + 0x38))(piVar8)" (parenthesized_expression "(**(code **)(*piVar8 + 0x38))" ( (pointer_expression "**(code **)(*piVar8 + 0x38)" * (pointer_expression "*(code **)(*piVar8 + 0x38)" * (cast_expression "(code **)(*piVar8 + 0x38)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*piVar8 + 0x38)" ( (binary_expression "*piVar8 + 0x38" (pointer_expression "*piVar8" * identifier) + number_literal) ))))) )) (argument_list "(piVar8)" ( identifier ))) , (binary_expression "(*(byte *)(piVar8 + 7) & 2) == 0" (parenthesized_expression "(*(byte *)(piVar8 + 7) & 2)" ( (binary_expression "*(byte *)(piVar8 + 7) & 2" (pointer_expression "*(byte *)(piVar8 + 7)" * (cast_expression "(byte *)(piVar8 + 7)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(piVar8 + 7)" ( (binary_expression "piVar8 + 7" identifier + number_literal) )))) & number_literal) )) == number_literal)) ))) )) (goto_statement "goto LAB_001ea0f2;" goto statement_identifier ;)) (expression_statement "local_5c = local_5c + 1;" (assignment_expression "local_5c = local_5c + 1" identifier = (binary_expression "local_5c + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(*(undefined4 **)(param_1 + 100) != local_5c)" ( (binary_expression "*(undefined4 **)(param_1 + 100) != local_5c" (pointer_expression "*(undefined4 **)(param_1 + 100)" * (cast_expression "(undefined4 **)(param_1 + 100)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 100)" ( (binary_expression "param_1 + 100" identifier + number_literal) )))) != identifier) )) ;) (goto_statement "goto LAB_001e9870;" goto statement_identifier ;) })) (expression_statement "local_ac = (int *)*param_3;" (assignment_expression "local_ac = (int *)*param_3" identifier = (cast_expression "(int *)*param_3" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_3" * identifier))) ;) (if_statement "if ((int *)param_3[1] == local_ac) {\n return 0;\n }" if (parenthesized_expression "((int *)param_3[1] == local_ac)" ( (binary_expression "(int *)param_3[1] == local_ac" (cast_expression "(int *)param_3[1]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_3[1]" identifier [ number_literal ])) == identifier) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) }))) (do_statement "do {\n iVar7 = *local_ac;\n if (*(int *)(iVar7 + 0x1c) == 0) {\nLAB_001ea110:\n \n \n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }\n FUN_0023cd00(*(int *)(iVar7 + 0x1c) + 0x1c,param_6);\n uVar26 = *(uint *)(iVar7 + 0x28);\n if (*(int *)(iVar7 + 0x1c) == 0) goto LAB_001ea110;\n \n iVar6 = FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)(iVar7 + 0x94),\n *(undefined4 *)(iVar7 + 0x98),uVar26 * 0x28,1,1);\n FUN_00318bd0(iVar7);\n if (1 < uVar26) {\n iVar13 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar13 == 0) {\nLAB_001e9d87:\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n local_64 = 1;\n iVar24 = iVar7 + 0x14c;\n puVar3 = (undefined4 *)iVar6;\n do {\n local_5c = (undefined4 *)((int)puVar3 + 0x28);\n iVar9 = *(int *)((int)puVar3 + 0x2c);\n if ((((*(char *)(iVar13 + 0x1671) != '\0') || (*(char *)(iVar13 + 0x16ed) != '\0')) &&\n (*(int *)((int)puVar3 + 0x3c) != 0)) && ((*(byte *)((int)puVar3 + 0x30) & 6) != 0)) {\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_64 * 4);\n if ((iVar13 != 0) && (iVar9 == 1)) {\n cVar4 = FUN_0034cd20(param_4,iVar7,local_64);\n if (cVar4 == '\0') {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_64) {\n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n local_74 = *(int *)(*(int *)(iVar7 + 0x84) + local_64 * 4);\n if (local_74 == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,local_64);\n if (iVar13 == 0) goto LAB_001e9c60;\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address",extraout_ECX);\n }\n local_74 = *(int *)(iVar13 + 4);\n }\n else {\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) goto LAB_001ea816;\n local_74 = local_74 + *(int *)(iVar13 + 4);\n }\n if ((uint)(*(int *)(iVar7 + 0x140) - *(int *)(iVar7 + 0x13c) >> 2) <= local_64) {\n \n FUN_001d4d60();\nLAB_001ea816:\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if ((*(int *)(*(int *)(iVar7 + 0x13c) + local_64 * 4) != 0) &&\n (FUN_001d6c20(local_64), local_44 != local_40)) {\n iVar13 = *(int *)(local_44 + 0x10);\n iVar18 = local_74 + *(int *)(iVar13 + 0x18);\n *(int *)(iVar13 + 0x20) = iVar18;\n iVar9 = local_44;\n while( true ) {\n if (iVar18 + 4 == -1) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x361,"set_destination_address");\n }\n *(int *)(iVar13 + 4) = iVar18 + 4;\n iVar9 = thunk_FUN_003af660(iVar9);\n if (iVar9 == local_40) break;\n iVar13 = *(int *)(iVar9 + 0x10);\n iVar18 = *(int *)(iVar13 + 0x18) + local_74;\n *(int *)(iVar13 + 0x20) = iVar18;\n }\n }\n local_28 = (int *)0x0;\n iVar18 = FUN_0028b8b0(iVar7,local_64,&local_28,0);\n iVar13 = *(int *)(iVar7 + 0x150);\n iVar9 = iVar24;\n if (*(int *)(iVar7 + 0x150) != 0) {\n do {\n while (iVar10 = iVar13, *(uint *)(iVar10 + 0x10) < local_64) {\n piVar8 = (int *)(iVar10 + 0xc);\n iVar13 = *piVar8;\n iVar10 = iVar9;\n if (*piVar8 == 0) goto LAB_001e9af5;\n }\n iVar13 = *(int *)(iVar10 + 8);\n iVar9 = iVar10;\n } while (*(int *)(iVar10 + 8) != 0);\nLAB_001e9af5:\n if (iVar24 != iVar10) {\n uVar23 = *(uint *)(iVar10 + 0x10);\n while (local_64 == uVar23) {\n iVar13 = thunk_FUN_003af660(iVar10);\n if (*(char *)(iVar10 + 0x18) == 'x') {\n iVar9 = *(int *)(iVar10 + 0x14);\n if ((iVar24 == iVar13) || (*(uint *)(iVar13 + 0x10) != local_64)) {\n local_54 = *(int *)((int)puVar3 + 0x3c);\n }\n else {\n local_54 = *(int *)(iVar13 + 0x14);\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(iVar10 + 0x1671) != '\0') &&\n (uVar23 = local_74 + iVar9, (uVar23 & 3) == 0)) {\n iVar10 = 0;\n if ((uVar23 & 0xfff) < 0xff8) {\n iVar10 = 0xff8 - (uVar23 & 0xfff);\n }\n while (iVar10 + 0xcU <= local_54 - iVar9) {\n puVar22 = (uint *)(iVar18 + iVar9 + iVar10);\n uVar20 = uVar23 + iVar10;\n if ((*puVar22 & 0x9f000000) == 0x90000000) {\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }\n iVar12 = iVar10 + 4;\n iVar10 = iVar10 + 0xffc;\n if ((uVar20 & 0xfff) == 0xff8) {\n iVar10 = iVar12;\n }\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (*(char *)(iVar10 + 0x16ed) != '\0') {\n uVar23 = local_54 - iVar9;\n if (4 < uVar23) {\n local_54 = 4;\n uVar20 = 0;\n do {\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n } while (local_54 < uVar23);\n }\n }\n }\n if (iVar24 == iVar13) break;\n iVar10 = iVar13;\n uVar23 = *(uint *)(iVar13 + 0x10);\n }\n }\n }\n }\nLAB_001e9c60:\n iVar9 = *(int *)((int)puVar3 + 0x2c);\n }\n }\n if ((iVar9 == 4) && (iVar13 = *(int *)((int)puVar3 + 0x3c), iVar13 != 0)) {\n uVar23 = *(uint *)((int)puVar3 + 0x40);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if (((*(uint *)(iVar7 + 0xac) == uVar23) && (*(int *)((int)puVar3 + 0x4c) == 0xc)) &&\n (lVar30 = FUN_00442a10(iVar13,0,0xc,0), lVar30 == 0)) {\n local_6c = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < local_6c) {\n \n FUN_00106f60(iVar7 + 0x90);\n local_6c = local_6c + *(int *)(iVar7 + 0xa4);\n }\n if (local_6c < *(uint *)(iVar7 + 0x28)) {\n iVar13 = iVar6 + local_6c * 0x28;\n if ((((*(int *)(iVar13 + 0x14) != 0) && ((*(byte *)(iVar13 + 8) & 2) != 0)) &&\n (*(int *)(iVar13 + 4) == 1)) &&\n (iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_6c * 4), iVar13 != 0)) {\n cVar4 = FUN_0034cd20(param_4,iVar7,local_6c);\n bVar27 = false;\n bVar28 = cVar4 == '\0';\n if (bVar28) {\n iVar9 = 10;\n pbVar21 = *(byte **)(iVar13 + 0x20);\n pbVar25 = (byte *)".eh_frame";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar27 = *pbVar21 < *pbVar25;\n bVar28 = *pbVar21 == *pbVar25;\n pbVar21 = pbVar21 + (uint)bVar29 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar29 * -2 + 1;\n } while (bVar28);\n if ((!bVar27 && !bVar28) != bVar27) {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_6c) {\n \n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset",iVar9);\n }\n if (*(int *)(*(int *)(iVar7 + 0x84) + local_6c * 4) == -1) {\n \n uVar31 = FUN_002cd8b0(iVar13,iVar7,local_6c);\n if ((int)uVar31 == 0) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable",\n (int)((ulonglong)uVar31 >> 0x20));\n }\n }\n uVar23 = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= uVar23) {\n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + uVar23 * 4);\n if (*(int *)(*(int *)(iVar7 + 0x84) + uVar23 * 4) == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,uVar23);\n if (iVar13 == 0) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }\n else if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if (*(int *)(iVar7 + 0x1c) == 0) {\n \n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }\n FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)((int)puVar3 + 0x38),0\n ,*(undefined4 *)((int)puVar3 + 0x3c),1,0);\n local_34 = (int *)0x0;\n FUN_0028b8b0(iVar7,uVar23,&local_34,0);\n if (*(int *)((int)puVar3 + 0x2c) != 4) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }\n }\n }\n }\n }\n }\n }\n local_64 = local_64 + 1;\n if (uVar26 == local_64) break;\n iVar13 = *(int *)(DAT_005ea7c8 + 8);\n puVar3 = local_5c;\n if (iVar13 == 0) goto LAB_001e9d87;\n } while( true );\n }\n if (*(int *)(iVar7 + 0x1c) != 0) {\n FUN_0023dd30(*(int *)(iVar7 + 0x1c) + 0x1c,param_6);\n }\n local_ac = local_ac + 1;\n } while ((int *)param_3[1] != local_ac);" do (compound_statement "{\n iVar7 = *local_ac;\n if (*(int *)(iVar7 + 0x1c) == 0) {\nLAB_001ea110:\n \n \n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }\n FUN_0023cd00(*(int *)(iVar7 + 0x1c) + 0x1c,param_6);\n uVar26 = *(uint *)(iVar7 + 0x28);\n if (*(int *)(iVar7 + 0x1c) == 0) goto LAB_001ea110;\n \n iVar6 = FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)(iVar7 + 0x94),\n *(undefined4 *)(iVar7 + 0x98),uVar26 * 0x28,1,1);\n FUN_00318bd0(iVar7);\n if (1 < uVar26) {\n iVar13 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar13 == 0) {\nLAB_001e9d87:\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n local_64 = 1;\n iVar24 = iVar7 + 0x14c;\n puVar3 = (undefined4 *)iVar6;\n do {\n local_5c = (undefined4 *)((int)puVar3 + 0x28);\n iVar9 = *(int *)((int)puVar3 + 0x2c);\n if ((((*(char *)(iVar13 + 0x1671) != '\0') || (*(char *)(iVar13 + 0x16ed) != '\0')) &&\n (*(int *)((int)puVar3 + 0x3c) != 0)) && ((*(byte *)((int)puVar3 + 0x30) & 6) != 0)) {\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_64 * 4);\n if ((iVar13 != 0) && (iVar9 == 1)) {\n cVar4 = FUN_0034cd20(param_4,iVar7,local_64);\n if (cVar4 == '\0') {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_64) {\n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n local_74 = *(int *)(*(int *)(iVar7 + 0x84) + local_64 * 4);\n if (local_74 == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,local_64);\n if (iVar13 == 0) goto LAB_001e9c60;\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address",extraout_ECX);\n }\n local_74 = *(int *)(iVar13 + 4);\n }\n else {\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) goto LAB_001ea816;\n local_74 = local_74 + *(int *)(iVar13 + 4);\n }\n if ((uint)(*(int *)(iVar7 + 0x140) - *(int *)(iVar7 + 0x13c) >> 2) <= local_64) {\n \n FUN_001d4d60();\nLAB_001ea816:\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if ((*(int *)(*(int *)(iVar7 + 0x13c) + local_64 * 4) != 0) &&\n (FUN_001d6c20(local_64), local_44 != local_40)) {\n iVar13 = *(int *)(local_44 + 0x10);\n iVar18 = local_74 + *(int *)(iVar13 + 0x18);\n *(int *)(iVar13 + 0x20) = iVar18;\n iVar9 = local_44;\n while( true ) {\n if (iVar18 + 4 == -1) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x361,"set_destination_address");\n }\n *(int *)(iVar13 + 4) = iVar18 + 4;\n iVar9 = thunk_FUN_003af660(iVar9);\n if (iVar9 == local_40) break;\n iVar13 = *(int *)(iVar9 + 0x10);\n iVar18 = *(int *)(iVar13 + 0x18) + local_74;\n *(int *)(iVar13 + 0x20) = iVar18;\n }\n }\n local_28 = (int *)0x0;\n iVar18 = FUN_0028b8b0(iVar7,local_64,&local_28,0);\n iVar13 = *(int *)(iVar7 + 0x150);\n iVar9 = iVar24;\n if (*(int *)(iVar7 + 0x150) != 0) {\n do {\n while (iVar10 = iVar13, *(uint *)(iVar10 + 0x10) < local_64) {\n piVar8 = (int *)(iVar10 + 0xc);\n iVar13 = *piVar8;\n iVar10 = iVar9;\n if (*piVar8 == 0) goto LAB_001e9af5;\n }\n iVar13 = *(int *)(iVar10 + 8);\n iVar9 = iVar10;\n } while (*(int *)(iVar10 + 8) != 0);\nLAB_001e9af5:\n if (iVar24 != iVar10) {\n uVar23 = *(uint *)(iVar10 + 0x10);\n while (local_64 == uVar23) {\n iVar13 = thunk_FUN_003af660(iVar10);\n if (*(char *)(iVar10 + 0x18) == 'x') {\n iVar9 = *(int *)(iVar10 + 0x14);\n if ((iVar24 == iVar13) || (*(uint *)(iVar13 + 0x10) != local_64)) {\n local_54 = *(int *)((int)puVar3 + 0x3c);\n }\n else {\n local_54 = *(int *)(iVar13 + 0x14);\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(iVar10 + 0x1671) != '\0') &&\n (uVar23 = local_74 + iVar9, (uVar23 & 3) == 0)) {\n iVar10 = 0;\n if ((uVar23 & 0xfff) < 0xff8) {\n iVar10 = 0xff8 - (uVar23 & 0xfff);\n }\n while (iVar10 + 0xcU <= local_54 - iVar9) {\n puVar22 = (uint *)(iVar18 + iVar9 + iVar10);\n uVar20 = uVar23 + iVar10;\n if ((*puVar22 & 0x9f000000) == 0x90000000) {\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }\n iVar12 = iVar10 + 4;\n iVar10 = iVar10 + 0xffc;\n if ((uVar20 & 0xfff) == 0xff8) {\n iVar10 = iVar12;\n }\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (*(char *)(iVar10 + 0x16ed) != '\0') {\n uVar23 = local_54 - iVar9;\n if (4 < uVar23) {\n local_54 = 4;\n uVar20 = 0;\n do {\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n } while (local_54 < uVar23);\n }\n }\n }\n if (iVar24 == iVar13) break;\n iVar10 = iVar13;\n uVar23 = *(uint *)(iVar13 + 0x10);\n }\n }\n }\n }\nLAB_001e9c60:\n iVar9 = *(int *)((int)puVar3 + 0x2c);\n }\n }\n if ((iVar9 == 4) && (iVar13 = *(int *)((int)puVar3 + 0x3c), iVar13 != 0)) {\n uVar23 = *(uint *)((int)puVar3 + 0x40);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if (((*(uint *)(iVar7 + 0xac) == uVar23) && (*(int *)((int)puVar3 + 0x4c) == 0xc)) &&\n (lVar30 = FUN_00442a10(iVar13,0,0xc,0), lVar30 == 0)) {\n local_6c = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < local_6c) {\n \n FUN_00106f60(iVar7 + 0x90);\n local_6c = local_6c + *(int *)(iVar7 + 0xa4);\n }\n if (local_6c < *(uint *)(iVar7 + 0x28)) {\n iVar13 = iVar6 + local_6c * 0x28;\n if ((((*(int *)(iVar13 + 0x14) != 0) && ((*(byte *)(iVar13 + 8) & 2) != 0)) &&\n (*(int *)(iVar13 + 4) == 1)) &&\n (iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_6c * 4), iVar13 != 0)) {\n cVar4 = FUN_0034cd20(param_4,iVar7,local_6c);\n bVar27 = false;\n bVar28 = cVar4 == '\0';\n if (bVar28) {\n iVar9 = 10;\n pbVar21 = *(byte **)(iVar13 + 0x20);\n pbVar25 = (byte *)".eh_frame";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar27 = *pbVar21 < *pbVar25;\n bVar28 = *pbVar21 == *pbVar25;\n pbVar21 = pbVar21 + (uint)bVar29 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar29 * -2 + 1;\n } while (bVar28);\n if ((!bVar27 && !bVar28) != bVar27) {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_6c) {\n \n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset",iVar9);\n }\n if (*(int *)(*(int *)(iVar7 + 0x84) + local_6c * 4) == -1) {\n \n uVar31 = FUN_002cd8b0(iVar13,iVar7,local_6c);\n if ((int)uVar31 == 0) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable",\n (int)((ulonglong)uVar31 >> 0x20));\n }\n }\n uVar23 = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= uVar23) {\n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + uVar23 * 4);\n if (*(int *)(*(int *)(iVar7 + 0x84) + uVar23 * 4) == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,uVar23);\n if (iVar13 == 0) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }\n else if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if (*(int *)(iVar7 + 0x1c) == 0) {\n \n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }\n FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)((int)puVar3 + 0x38),0\n ,*(undefined4 *)((int)puVar3 + 0x3c),1,0);\n local_34 = (int *)0x0;\n FUN_0028b8b0(iVar7,uVar23,&local_34,0);\n if (*(int *)((int)puVar3 + 0x2c) != 4) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }\n }\n }\n }\n }\n }\n }\n local_64 = local_64 + 1;\n if (uVar26 == local_64) break;\n iVar13 = *(int *)(DAT_005ea7c8 + 8);\n puVar3 = local_5c;\n if (iVar13 == 0) goto LAB_001e9d87;\n } while( true );\n }\n if (*(int *)(iVar7 + 0x1c) != 0) {\n FUN_0023dd30(*(int *)(iVar7 + 0x1c) + 0x1c,param_6);\n }\n local_ac = local_ac + 1;\n }" { (expression_statement "iVar7 = *local_ac;" (assignment_expression "iVar7 = *local_ac" identifier = (pointer_expression "*local_ac" * identifier)) ;) (if_statement "if (*(int *)(iVar7 + 0x1c) == 0) {\nLAB_001ea110:\n \n \n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }" if (parenthesized_expression "(*(int *)(iVar7 + 0x1c) == 0)" ( (binary_expression "*(int *)(iVar7 + 0x1c) == 0" (pointer_expression "*(int *)(iVar7 + 0x1c)" * (cast_expression "(int *)(iVar7 + 0x1c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x1c)" ( (binary_expression "iVar7 + 0x1c" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\nLAB_001ea110:\n \n \n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }" { (labeled_statement "LAB_001ea110:\n \n \n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");" statement_identifier : (expression_statement "FUN_002446e0("../../gold/object.h",0x1e3,"input_file");" (call_expression "FUN_002446e0("../../gold/object.h",0x1e3,"input_file")" identifier (argument_list "("../../gold/object.h",0x1e3,"input_file")" ( (string_literal ""../../gold/object.h"" " string_content ") , number_literal , (string_literal ""input_file"" " string_content ") ))) ;)) })) (expression_statement "FUN_0023cd00(*(int *)(iVar7 + 0x1c) + 0x1c,param_6);" (call_expression "FUN_0023cd00(*(int *)(iVar7 + 0x1c) + 0x1c,param_6)" identifier (argument_list "(*(int *)(iVar7 + 0x1c) + 0x1c,param_6)" ( (binary_expression "*(int *)(iVar7 + 0x1c) + 0x1c" (pointer_expression "*(int *)(iVar7 + 0x1c)" * (cast_expression "(int *)(iVar7 + 0x1c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x1c)" ( (binary_expression "iVar7 + 0x1c" identifier + number_literal) )))) + number_literal) , identifier ))) ;) (expression_statement "uVar26 = *(uint *)(iVar7 + 0x28);" (assignment_expression "uVar26 = *(uint *)(iVar7 + 0x28)" identifier = (pointer_expression "*(uint *)(iVar7 + 0x28)" * (cast_expression "(uint *)(iVar7 + 0x28)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x28)" ( (binary_expression "iVar7 + 0x28" identifier + number_literal) ))))) ;) (if_statement "if (*(int *)(iVar7 + 0x1c) == 0) goto LAB_001ea110;" if (parenthesized_expression "(*(int *)(iVar7 + 0x1c) == 0)" ( (binary_expression "*(int *)(iVar7 + 0x1c) == 0" (pointer_expression "*(int *)(iVar7 + 0x1c)" * (cast_expression "(int *)(iVar7 + 0x1c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x1c)" ( (binary_expression "iVar7 + 0x1c" identifier + number_literal) )))) == number_literal) )) (goto_statement "goto LAB_001ea110;" goto statement_identifier ;)) (expression_statement "iVar6 = FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)(iVar7 + 0x94),\n *(undefined4 *)(iVar7 + 0x98),uVar26 * 0x28,1,1);" (assignment_expression "iVar6 = FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)(iVar7 + 0x94),\n *(undefined4 *)(iVar7 + 0x98),uVar26 * 0x28,1,1)" identifier = (call_expression "FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)(iVar7 + 0x94),\n *(undefined4 *)(iVar7 + 0x98),uVar26 * 0x28,1,1)" identifier (argument_list "(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)(iVar7 + 0x94),\n *(undefined4 *)(iVar7 + 0x98),uVar26 * 0x28,1,1)" ( (binary_expression "*(int *)(iVar7 + 0x1c) + 0x1c" (pointer_expression "*(int *)(iVar7 + 0x1c)" * (cast_expression "(int *)(iVar7 + 0x1c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x1c)" ( (binary_expression "iVar7 + 0x1c" identifier + number_literal) )))) + number_literal) , (pointer_expression "*(undefined4 *)(iVar7 + 0x20)" * (cast_expression "(undefined4 *)(iVar7 + 0x20)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x20)" ( (binary_expression "iVar7 + 0x20" identifier + number_literal) )))) , (pointer_expression "*(undefined4 *)(iVar7 + 0x24)" * (cast_expression "(undefined4 *)(iVar7 + 0x24)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x24)" ( (binary_expression "iVar7 + 0x24" identifier + number_literal) )))) , (pointer_expression "*(undefined4 *)(iVar7 + 0x94)" * (cast_expression "(undefined4 *)(iVar7 + 0x94)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x94)" ( (binary_expression "iVar7 + 0x94" identifier + number_literal) )))) , (pointer_expression "*(undefined4 *)(iVar7 + 0x98)" * (cast_expression "(undefined4 *)(iVar7 + 0x98)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x98)" ( (binary_expression "iVar7 + 0x98" identifier + number_literal) )))) , (binary_expression "uVar26 * 0x28" identifier * number_literal) , number_literal , number_literal )))) ;) (expression_statement "FUN_00318bd0(iVar7);" (call_expression "FUN_00318bd0(iVar7)" identifier (argument_list "(iVar7)" ( identifier ))) ;) (if_statement "if (1 < uVar26) {\n iVar13 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar13 == 0) {\nLAB_001e9d87:\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n local_64 = 1;\n iVar24 = iVar7 + 0x14c;\n puVar3 = (undefined4 *)iVar6;\n do {\n local_5c = (undefined4 *)((int)puVar3 + 0x28);\n iVar9 = *(int *)((int)puVar3 + 0x2c);\n if ((((*(char *)(iVar13 + 0x1671) != '\0') || (*(char *)(iVar13 + 0x16ed) != '\0')) &&\n (*(int *)((int)puVar3 + 0x3c) != 0)) && ((*(byte *)((int)puVar3 + 0x30) & 6) != 0)) {\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_64 * 4);\n if ((iVar13 != 0) && (iVar9 == 1)) {\n cVar4 = FUN_0034cd20(param_4,iVar7,local_64);\n if (cVar4 == '\0') {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_64) {\n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n local_74 = *(int *)(*(int *)(iVar7 + 0x84) + local_64 * 4);\n if (local_74 == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,local_64);\n if (iVar13 == 0) goto LAB_001e9c60;\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address",extraout_ECX);\n }\n local_74 = *(int *)(iVar13 + 4);\n }\n else {\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) goto LAB_001ea816;\n local_74 = local_74 + *(int *)(iVar13 + 4);\n }\n if ((uint)(*(int *)(iVar7 + 0x140) - *(int *)(iVar7 + 0x13c) >> 2) <= local_64) {\n \n FUN_001d4d60();\nLAB_001ea816:\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if ((*(int *)(*(int *)(iVar7 + 0x13c) + local_64 * 4) != 0) &&\n (FUN_001d6c20(local_64), local_44 != local_40)) {\n iVar13 = *(int *)(local_44 + 0x10);\n iVar18 = local_74 + *(int *)(iVar13 + 0x18);\n *(int *)(iVar13 + 0x20) = iVar18;\n iVar9 = local_44;\n while( true ) {\n if (iVar18 + 4 == -1) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x361,"set_destination_address");\n }\n *(int *)(iVar13 + 4) = iVar18 + 4;\n iVar9 = thunk_FUN_003af660(iVar9);\n if (iVar9 == local_40) break;\n iVar13 = *(int *)(iVar9 + 0x10);\n iVar18 = *(int *)(iVar13 + 0x18) + local_74;\n *(int *)(iVar13 + 0x20) = iVar18;\n }\n }\n local_28 = (int *)0x0;\n iVar18 = FUN_0028b8b0(iVar7,local_64,&local_28,0);\n iVar13 = *(int *)(iVar7 + 0x150);\n iVar9 = iVar24;\n if (*(int *)(iVar7 + 0x150) != 0) {\n do {\n while (iVar10 = iVar13, *(uint *)(iVar10 + 0x10) < local_64) {\n piVar8 = (int *)(iVar10 + 0xc);\n iVar13 = *piVar8;\n iVar10 = iVar9;\n if (*piVar8 == 0) goto LAB_001e9af5;\n }\n iVar13 = *(int *)(iVar10 + 8);\n iVar9 = iVar10;\n } while (*(int *)(iVar10 + 8) != 0);\nLAB_001e9af5:\n if (iVar24 != iVar10) {\n uVar23 = *(uint *)(iVar10 + 0x10);\n while (local_64 == uVar23) {\n iVar13 = thunk_FUN_003af660(iVar10);\n if (*(char *)(iVar10 + 0x18) == 'x') {\n iVar9 = *(int *)(iVar10 + 0x14);\n if ((iVar24 == iVar13) || (*(uint *)(iVar13 + 0x10) != local_64)) {\n local_54 = *(int *)((int)puVar3 + 0x3c);\n }\n else {\n local_54 = *(int *)(iVar13 + 0x14);\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(iVar10 + 0x1671) != '\0') &&\n (uVar23 = local_74 + iVar9, (uVar23 & 3) == 0)) {\n iVar10 = 0;\n if ((uVar23 & 0xfff) < 0xff8) {\n iVar10 = 0xff8 - (uVar23 & 0xfff);\n }\n while (iVar10 + 0xcU <= local_54 - iVar9) {\n puVar22 = (uint *)(iVar18 + iVar9 + iVar10);\n uVar20 = uVar23 + iVar10;\n if ((*puVar22 & 0x9f000000) == 0x90000000) {\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }\n iVar12 = iVar10 + 4;\n iVar10 = iVar10 + 0xffc;\n if ((uVar20 & 0xfff) == 0xff8) {\n iVar10 = iVar12;\n }\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (*(char *)(iVar10 + 0x16ed) != '\0') {\n uVar23 = local_54 - iVar9;\n if (4 < uVar23) {\n local_54 = 4;\n uVar20 = 0;\n do {\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n } while (local_54 < uVar23);\n }\n }\n }\n if (iVar24 == iVar13) break;\n iVar10 = iVar13;\n uVar23 = *(uint *)(iVar13 + 0x10);\n }\n }\n }\n }\nLAB_001e9c60:\n iVar9 = *(int *)((int)puVar3 + 0x2c);\n }\n }\n if ((iVar9 == 4) && (iVar13 = *(int *)((int)puVar3 + 0x3c), iVar13 != 0)) {\n uVar23 = *(uint *)((int)puVar3 + 0x40);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if (((*(uint *)(iVar7 + 0xac) == uVar23) && (*(int *)((int)puVar3 + 0x4c) == 0xc)) &&\n (lVar30 = FUN_00442a10(iVar13,0,0xc,0), lVar30 == 0)) {\n local_6c = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < local_6c) {\n \n FUN_00106f60(iVar7 + 0x90);\n local_6c = local_6c + *(int *)(iVar7 + 0xa4);\n }\n if (local_6c < *(uint *)(iVar7 + 0x28)) {\n iVar13 = iVar6 + local_6c * 0x28;\n if ((((*(int *)(iVar13 + 0x14) != 0) && ((*(byte *)(iVar13 + 8) & 2) != 0)) &&\n (*(int *)(iVar13 + 4) == 1)) &&\n (iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_6c * 4), iVar13 != 0)) {\n cVar4 = FUN_0034cd20(param_4,iVar7,local_6c);\n bVar27 = false;\n bVar28 = cVar4 == '\0';\n if (bVar28) {\n iVar9 = 10;\n pbVar21 = *(byte **)(iVar13 + 0x20);\n pbVar25 = (byte *)".eh_frame";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar27 = *pbVar21 < *pbVar25;\n bVar28 = *pbVar21 == *pbVar25;\n pbVar21 = pbVar21 + (uint)bVar29 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar29 * -2 + 1;\n } while (bVar28);\n if ((!bVar27 && !bVar28) != bVar27) {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_6c) {\n \n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset",iVar9);\n }\n if (*(int *)(*(int *)(iVar7 + 0x84) + local_6c * 4) == -1) {\n \n uVar31 = FUN_002cd8b0(iVar13,iVar7,local_6c);\n if ((int)uVar31 == 0) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable",\n (int)((ulonglong)uVar31 >> 0x20));\n }\n }\n uVar23 = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= uVar23) {\n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + uVar23 * 4);\n if (*(int *)(*(int *)(iVar7 + 0x84) + uVar23 * 4) == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,uVar23);\n if (iVar13 == 0) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }\n else if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if (*(int *)(iVar7 + 0x1c) == 0) {\n \n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }\n FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)((int)puVar3 + 0x38),0\n ,*(undefined4 *)((int)puVar3 + 0x3c),1,0);\n local_34 = (int *)0x0;\n FUN_0028b8b0(iVar7,uVar23,&local_34,0);\n if (*(int *)((int)puVar3 + 0x2c) != 4) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }\n }\n }\n }\n }\n }\n }\n local_64 = local_64 + 1;\n if (uVar26 == local_64) break;\n iVar13 = *(int *)(DAT_005ea7c8 + 8);\n puVar3 = local_5c;\n if (iVar13 == 0) goto LAB_001e9d87;\n } while( true );\n }" if (parenthesized_expression "(1 < uVar26)" ( (binary_expression "1 < uVar26" number_literal < identifier) )) (compound_statement "{\n iVar13 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar13 == 0) {\nLAB_001e9d87:\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n local_64 = 1;\n iVar24 = iVar7 + 0x14c;\n puVar3 = (undefined4 *)iVar6;\n do {\n local_5c = (undefined4 *)((int)puVar3 + 0x28);\n iVar9 = *(int *)((int)puVar3 + 0x2c);\n if ((((*(char *)(iVar13 + 0x1671) != '\0') || (*(char *)(iVar13 + 0x16ed) != '\0')) &&\n (*(int *)((int)puVar3 + 0x3c) != 0)) && ((*(byte *)((int)puVar3 + 0x30) & 6) != 0)) {\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_64 * 4);\n if ((iVar13 != 0) && (iVar9 == 1)) {\n cVar4 = FUN_0034cd20(param_4,iVar7,local_64);\n if (cVar4 == '\0') {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_64) {\n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n local_74 = *(int *)(*(int *)(iVar7 + 0x84) + local_64 * 4);\n if (local_74 == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,local_64);\n if (iVar13 == 0) goto LAB_001e9c60;\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address",extraout_ECX);\n }\n local_74 = *(int *)(iVar13 + 4);\n }\n else {\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) goto LAB_001ea816;\n local_74 = local_74 + *(int *)(iVar13 + 4);\n }\n if ((uint)(*(int *)(iVar7 + 0x140) - *(int *)(iVar7 + 0x13c) >> 2) <= local_64) {\n \n FUN_001d4d60();\nLAB_001ea816:\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if ((*(int *)(*(int *)(iVar7 + 0x13c) + local_64 * 4) != 0) &&\n (FUN_001d6c20(local_64), local_44 != local_40)) {\n iVar13 = *(int *)(local_44 + 0x10);\n iVar18 = local_74 + *(int *)(iVar13 + 0x18);\n *(int *)(iVar13 + 0x20) = iVar18;\n iVar9 = local_44;\n while( true ) {\n if (iVar18 + 4 == -1) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x361,"set_destination_address");\n }\n *(int *)(iVar13 + 4) = iVar18 + 4;\n iVar9 = thunk_FUN_003af660(iVar9);\n if (iVar9 == local_40) break;\n iVar13 = *(int *)(iVar9 + 0x10);\n iVar18 = *(int *)(iVar13 + 0x18) + local_74;\n *(int *)(iVar13 + 0x20) = iVar18;\n }\n }\n local_28 = (int *)0x0;\n iVar18 = FUN_0028b8b0(iVar7,local_64,&local_28,0);\n iVar13 = *(int *)(iVar7 + 0x150);\n iVar9 = iVar24;\n if (*(int *)(iVar7 + 0x150) != 0) {\n do {\n while (iVar10 = iVar13, *(uint *)(iVar10 + 0x10) < local_64) {\n piVar8 = (int *)(iVar10 + 0xc);\n iVar13 = *piVar8;\n iVar10 = iVar9;\n if (*piVar8 == 0) goto LAB_001e9af5;\n }\n iVar13 = *(int *)(iVar10 + 8);\n iVar9 = iVar10;\n } while (*(int *)(iVar10 + 8) != 0);\nLAB_001e9af5:\n if (iVar24 != iVar10) {\n uVar23 = *(uint *)(iVar10 + 0x10);\n while (local_64 == uVar23) {\n iVar13 = thunk_FUN_003af660(iVar10);\n if (*(char *)(iVar10 + 0x18) == 'x') {\n iVar9 = *(int *)(iVar10 + 0x14);\n if ((iVar24 == iVar13) || (*(uint *)(iVar13 + 0x10) != local_64)) {\n local_54 = *(int *)((int)puVar3 + 0x3c);\n }\n else {\n local_54 = *(int *)(iVar13 + 0x14);\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(iVar10 + 0x1671) != '\0') &&\n (uVar23 = local_74 + iVar9, (uVar23 & 3) == 0)) {\n iVar10 = 0;\n if ((uVar23 & 0xfff) < 0xff8) {\n iVar10 = 0xff8 - (uVar23 & 0xfff);\n }\n while (iVar10 + 0xcU <= local_54 - iVar9) {\n puVar22 = (uint *)(iVar18 + iVar9 + iVar10);\n uVar20 = uVar23 + iVar10;\n if ((*puVar22 & 0x9f000000) == 0x90000000) {\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }\n iVar12 = iVar10 + 4;\n iVar10 = iVar10 + 0xffc;\n if ((uVar20 & 0xfff) == 0xff8) {\n iVar10 = iVar12;\n }\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (*(char *)(iVar10 + 0x16ed) != '\0') {\n uVar23 = local_54 - iVar9;\n if (4 < uVar23) {\n local_54 = 4;\n uVar20 = 0;\n do {\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n } while (local_54 < uVar23);\n }\n }\n }\n if (iVar24 == iVar13) break;\n iVar10 = iVar13;\n uVar23 = *(uint *)(iVar13 + 0x10);\n }\n }\n }\n }\nLAB_001e9c60:\n iVar9 = *(int *)((int)puVar3 + 0x2c);\n }\n }\n if ((iVar9 == 4) && (iVar13 = *(int *)((int)puVar3 + 0x3c), iVar13 != 0)) {\n uVar23 = *(uint *)((int)puVar3 + 0x40);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if (((*(uint *)(iVar7 + 0xac) == uVar23) && (*(int *)((int)puVar3 + 0x4c) == 0xc)) &&\n (lVar30 = FUN_00442a10(iVar13,0,0xc,0), lVar30 == 0)) {\n local_6c = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < local_6c) {\n \n FUN_00106f60(iVar7 + 0x90);\n local_6c = local_6c + *(int *)(iVar7 + 0xa4);\n }\n if (local_6c < *(uint *)(iVar7 + 0x28)) {\n iVar13 = iVar6 + local_6c * 0x28;\n if ((((*(int *)(iVar13 + 0x14) != 0) && ((*(byte *)(iVar13 + 8) & 2) != 0)) &&\n (*(int *)(iVar13 + 4) == 1)) &&\n (iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_6c * 4), iVar13 != 0)) {\n cVar4 = FUN_0034cd20(param_4,iVar7,local_6c);\n bVar27 = false;\n bVar28 = cVar4 == '\0';\n if (bVar28) {\n iVar9 = 10;\n pbVar21 = *(byte **)(iVar13 + 0x20);\n pbVar25 = (byte *)".eh_frame";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar27 = *pbVar21 < *pbVar25;\n bVar28 = *pbVar21 == *pbVar25;\n pbVar21 = pbVar21 + (uint)bVar29 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar29 * -2 + 1;\n } while (bVar28);\n if ((!bVar27 && !bVar28) != bVar27) {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_6c) {\n \n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset",iVar9);\n }\n if (*(int *)(*(int *)(iVar7 + 0x84) + local_6c * 4) == -1) {\n \n uVar31 = FUN_002cd8b0(iVar13,iVar7,local_6c);\n if ((int)uVar31 == 0) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable",\n (int)((ulonglong)uVar31 >> 0x20));\n }\n }\n uVar23 = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= uVar23) {\n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + uVar23 * 4);\n if (*(int *)(*(int *)(iVar7 + 0x84) + uVar23 * 4) == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,uVar23);\n if (iVar13 == 0) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }\n else if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if (*(int *)(iVar7 + 0x1c) == 0) {\n \n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }\n FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)((int)puVar3 + 0x38),0\n ,*(undefined4 *)((int)puVar3 + 0x3c),1,0);\n local_34 = (int *)0x0;\n FUN_0028b8b0(iVar7,uVar23,&local_34,0);\n if (*(int *)((int)puVar3 + 0x2c) != 4) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }\n }\n }\n }\n }\n }\n }\n local_64 = local_64 + 1;\n if (uVar26 == local_64) break;\n iVar13 = *(int *)(DAT_005ea7c8 + 8);\n puVar3 = local_5c;\n if (iVar13 == 0) goto LAB_001e9d87;\n } while( true );\n }" { (expression_statement "iVar13 = *(int *)(DAT_005ea7c8 + 8);" (assignment_expression "iVar13 = *(int *)(DAT_005ea7c8 + 8)" identifier = (pointer_expression "*(int *)(DAT_005ea7c8 + 8)" * (cast_expression "(int *)(DAT_005ea7c8 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_005ea7c8 + 8)" ( (binary_expression "DAT_005ea7c8 + 8" identifier + number_literal) ))))) ;) (if_statement "if (iVar13 == 0) {\nLAB_001e9d87:\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }" if (parenthesized_expression "(iVar13 == 0)" ( (binary_expression "iVar13 == 0" identifier == number_literal) )) (compound_statement "{\nLAB_001e9d87:\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }" { (labeled_statement "LAB_001e9d87:\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");" statement_identifier : (expression_statement "FUN_002446e0("../../gold/parameters.h",0x5c,"options");" (call_expression "FUN_002446e0("../../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 ") ))) ;)) })) (expression_statement "local_64 = 1;" (assignment_expression "local_64 = 1" identifier = number_literal) ;) (expression_statement "iVar24 = iVar7 + 0x14c;" (assignment_expression "iVar24 = iVar7 + 0x14c" identifier = (binary_expression "iVar7 + 0x14c" identifier + number_literal)) ;) (expression_statement "puVar3 = (undefined4 *)iVar6;" (assignment_expression "puVar3 = (undefined4 *)iVar6" identifier = (cast_expression "(undefined4 *)iVar6" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;) (do_statement "do {\n local_5c = (undefined4 *)((int)puVar3 + 0x28);\n iVar9 = *(int *)((int)puVar3 + 0x2c);\n if ((((*(char *)(iVar13 + 0x1671) != '\0') || (*(char *)(iVar13 + 0x16ed) != '\0')) &&\n (*(int *)((int)puVar3 + 0x3c) != 0)) && ((*(byte *)((int)puVar3 + 0x30) & 6) != 0)) {\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_64 * 4);\n if ((iVar13 != 0) && (iVar9 == 1)) {\n cVar4 = FUN_0034cd20(param_4,iVar7,local_64);\n if (cVar4 == '\0') {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_64) {\n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n local_74 = *(int *)(*(int *)(iVar7 + 0x84) + local_64 * 4);\n if (local_74 == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,local_64);\n if (iVar13 == 0) goto LAB_001e9c60;\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address",extraout_ECX);\n }\n local_74 = *(int *)(iVar13 + 4);\n }\n else {\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) goto LAB_001ea816;\n local_74 = local_74 + *(int *)(iVar13 + 4);\n }\n if ((uint)(*(int *)(iVar7 + 0x140) - *(int *)(iVar7 + 0x13c) >> 2) <= local_64) {\n \n FUN_001d4d60();\nLAB_001ea816:\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if ((*(int *)(*(int *)(iVar7 + 0x13c) + local_64 * 4) != 0) &&\n (FUN_001d6c20(local_64), local_44 != local_40)) {\n iVar13 = *(int *)(local_44 + 0x10);\n iVar18 = local_74 + *(int *)(iVar13 + 0x18);\n *(int *)(iVar13 + 0x20) = iVar18;\n iVar9 = local_44;\n while( true ) {\n if (iVar18 + 4 == -1) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x361,"set_destination_address");\n }\n *(int *)(iVar13 + 4) = iVar18 + 4;\n iVar9 = thunk_FUN_003af660(iVar9);\n if (iVar9 == local_40) break;\n iVar13 = *(int *)(iVar9 + 0x10);\n iVar18 = *(int *)(iVar13 + 0x18) + local_74;\n *(int *)(iVar13 + 0x20) = iVar18;\n }\n }\n local_28 = (int *)0x0;\n iVar18 = FUN_0028b8b0(iVar7,local_64,&local_28,0);\n iVar13 = *(int *)(iVar7 + 0x150);\n iVar9 = iVar24;\n if (*(int *)(iVar7 + 0x150) != 0) {\n do {\n while (iVar10 = iVar13, *(uint *)(iVar10 + 0x10) < local_64) {\n piVar8 = (int *)(iVar10 + 0xc);\n iVar13 = *piVar8;\n iVar10 = iVar9;\n if (*piVar8 == 0) goto LAB_001e9af5;\n }\n iVar13 = *(int *)(iVar10 + 8);\n iVar9 = iVar10;\n } while (*(int *)(iVar10 + 8) != 0);\nLAB_001e9af5:\n if (iVar24 != iVar10) {\n uVar23 = *(uint *)(iVar10 + 0x10);\n while (local_64 == uVar23) {\n iVar13 = thunk_FUN_003af660(iVar10);\n if (*(char *)(iVar10 + 0x18) == 'x') {\n iVar9 = *(int *)(iVar10 + 0x14);\n if ((iVar24 == iVar13) || (*(uint *)(iVar13 + 0x10) != local_64)) {\n local_54 = *(int *)((int)puVar3 + 0x3c);\n }\n else {\n local_54 = *(int *)(iVar13 + 0x14);\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(iVar10 + 0x1671) != '\0') &&\n (uVar23 = local_74 + iVar9, (uVar23 & 3) == 0)) {\n iVar10 = 0;\n if ((uVar23 & 0xfff) < 0xff8) {\n iVar10 = 0xff8 - (uVar23 & 0xfff);\n }\n while (iVar10 + 0xcU <= local_54 - iVar9) {\n puVar22 = (uint *)(iVar18 + iVar9 + iVar10);\n uVar20 = uVar23 + iVar10;\n if ((*puVar22 & 0x9f000000) == 0x90000000) {\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }\n iVar12 = iVar10 + 4;\n iVar10 = iVar10 + 0xffc;\n if ((uVar20 & 0xfff) == 0xff8) {\n iVar10 = iVar12;\n }\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (*(char *)(iVar10 + 0x16ed) != '\0') {\n uVar23 = local_54 - iVar9;\n if (4 < uVar23) {\n local_54 = 4;\n uVar20 = 0;\n do {\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n } while (local_54 < uVar23);\n }\n }\n }\n if (iVar24 == iVar13) break;\n iVar10 = iVar13;\n uVar23 = *(uint *)(iVar13 + 0x10);\n }\n }\n }\n }\nLAB_001e9c60:\n iVar9 = *(int *)((int)puVar3 + 0x2c);\n }\n }\n if ((iVar9 == 4) && (iVar13 = *(int *)((int)puVar3 + 0x3c), iVar13 != 0)) {\n uVar23 = *(uint *)((int)puVar3 + 0x40);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if (((*(uint *)(iVar7 + 0xac) == uVar23) && (*(int *)((int)puVar3 + 0x4c) == 0xc)) &&\n (lVar30 = FUN_00442a10(iVar13,0,0xc,0), lVar30 == 0)) {\n local_6c = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < local_6c) {\n \n FUN_00106f60(iVar7 + 0x90);\n local_6c = local_6c + *(int *)(iVar7 + 0xa4);\n }\n if (local_6c < *(uint *)(iVar7 + 0x28)) {\n iVar13 = iVar6 + local_6c * 0x28;\n if ((((*(int *)(iVar13 + 0x14) != 0) && ((*(byte *)(iVar13 + 8) & 2) != 0)) &&\n (*(int *)(iVar13 + 4) == 1)) &&\n (iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_6c * 4), iVar13 != 0)) {\n cVar4 = FUN_0034cd20(param_4,iVar7,local_6c);\n bVar27 = false;\n bVar28 = cVar4 == '\0';\n if (bVar28) {\n iVar9 = 10;\n pbVar21 = *(byte **)(iVar13 + 0x20);\n pbVar25 = (byte *)".eh_frame";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar27 = *pbVar21 < *pbVar25;\n bVar28 = *pbVar21 == *pbVar25;\n pbVar21 = pbVar21 + (uint)bVar29 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar29 * -2 + 1;\n } while (bVar28);\n if ((!bVar27 && !bVar28) != bVar27) {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_6c) {\n \n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset",iVar9);\n }\n if (*(int *)(*(int *)(iVar7 + 0x84) + local_6c * 4) == -1) {\n \n uVar31 = FUN_002cd8b0(iVar13,iVar7,local_6c);\n if ((int)uVar31 == 0) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable",\n (int)((ulonglong)uVar31 >> 0x20));\n }\n }\n uVar23 = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= uVar23) {\n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + uVar23 * 4);\n if (*(int *)(*(int *)(iVar7 + 0x84) + uVar23 * 4) == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,uVar23);\n if (iVar13 == 0) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }\n else if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if (*(int *)(iVar7 + 0x1c) == 0) {\n \n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }\n FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)((int)puVar3 + 0x38),0\n ,*(undefined4 *)((int)puVar3 + 0x3c),1,0);\n local_34 = (int *)0x0;\n FUN_0028b8b0(iVar7,uVar23,&local_34,0);\n if (*(int *)((int)puVar3 + 0x2c) != 4) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }\n }\n }\n }\n }\n }\n }\n local_64 = local_64 + 1;\n if (uVar26 == local_64) break;\n iVar13 = *(int *)(DAT_005ea7c8 + 8);\n puVar3 = local_5c;\n if (iVar13 == 0) goto LAB_001e9d87;\n } while( true );" do (compound_statement "{\n local_5c = (undefined4 *)((int)puVar3 + 0x28);\n iVar9 = *(int *)((int)puVar3 + 0x2c);\n if ((((*(char *)(iVar13 + 0x1671) != '\0') || (*(char *)(iVar13 + 0x16ed) != '\0')) &&\n (*(int *)((int)puVar3 + 0x3c) != 0)) && ((*(byte *)((int)puVar3 + 0x30) & 6) != 0)) {\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_64 * 4);\n if ((iVar13 != 0) && (iVar9 == 1)) {\n cVar4 = FUN_0034cd20(param_4,iVar7,local_64);\n if (cVar4 == '\0') {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_64) {\n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n local_74 = *(int *)(*(int *)(iVar7 + 0x84) + local_64 * 4);\n if (local_74 == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,local_64);\n if (iVar13 == 0) goto LAB_001e9c60;\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address",extraout_ECX);\n }\n local_74 = *(int *)(iVar13 + 4);\n }\n else {\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) goto LAB_001ea816;\n local_74 = local_74 + *(int *)(iVar13 + 4);\n }\n if ((uint)(*(int *)(iVar7 + 0x140) - *(int *)(iVar7 + 0x13c) >> 2) <= local_64) {\n \n FUN_001d4d60();\nLAB_001ea816:\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if ((*(int *)(*(int *)(iVar7 + 0x13c) + local_64 * 4) != 0) &&\n (FUN_001d6c20(local_64), local_44 != local_40)) {\n iVar13 = *(int *)(local_44 + 0x10);\n iVar18 = local_74 + *(int *)(iVar13 + 0x18);\n *(int *)(iVar13 + 0x20) = iVar18;\n iVar9 = local_44;\n while( true ) {\n if (iVar18 + 4 == -1) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x361,"set_destination_address");\n }\n *(int *)(iVar13 + 4) = iVar18 + 4;\n iVar9 = thunk_FUN_003af660(iVar9);\n if (iVar9 == local_40) break;\n iVar13 = *(int *)(iVar9 + 0x10);\n iVar18 = *(int *)(iVar13 + 0x18) + local_74;\n *(int *)(iVar13 + 0x20) = iVar18;\n }\n }\n local_28 = (int *)0x0;\n iVar18 = FUN_0028b8b0(iVar7,local_64,&local_28,0);\n iVar13 = *(int *)(iVar7 + 0x150);\n iVar9 = iVar24;\n if (*(int *)(iVar7 + 0x150) != 0) {\n do {\n while (iVar10 = iVar13, *(uint *)(iVar10 + 0x10) < local_64) {\n piVar8 = (int *)(iVar10 + 0xc);\n iVar13 = *piVar8;\n iVar10 = iVar9;\n if (*piVar8 == 0) goto LAB_001e9af5;\n }\n iVar13 = *(int *)(iVar10 + 8);\n iVar9 = iVar10;\n } while (*(int *)(iVar10 + 8) != 0);\nLAB_001e9af5:\n if (iVar24 != iVar10) {\n uVar23 = *(uint *)(iVar10 + 0x10);\n while (local_64 == uVar23) {\n iVar13 = thunk_FUN_003af660(iVar10);\n if (*(char *)(iVar10 + 0x18) == 'x') {\n iVar9 = *(int *)(iVar10 + 0x14);\n if ((iVar24 == iVar13) || (*(uint *)(iVar13 + 0x10) != local_64)) {\n local_54 = *(int *)((int)puVar3 + 0x3c);\n }\n else {\n local_54 = *(int *)(iVar13 + 0x14);\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(iVar10 + 0x1671) != '\0') &&\n (uVar23 = local_74 + iVar9, (uVar23 & 3) == 0)) {\n iVar10 = 0;\n if ((uVar23 & 0xfff) < 0xff8) {\n iVar10 = 0xff8 - (uVar23 & 0xfff);\n }\n while (iVar10 + 0xcU <= local_54 - iVar9) {\n puVar22 = (uint *)(iVar18 + iVar9 + iVar10);\n uVar20 = uVar23 + iVar10;\n if ((*puVar22 & 0x9f000000) == 0x90000000) {\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }\n iVar12 = iVar10 + 4;\n iVar10 = iVar10 + 0xffc;\n if ((uVar20 & 0xfff) == 0xff8) {\n iVar10 = iVar12;\n }\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (*(char *)(iVar10 + 0x16ed) != '\0') {\n uVar23 = local_54 - iVar9;\n if (4 < uVar23) {\n local_54 = 4;\n uVar20 = 0;\n do {\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n } while (local_54 < uVar23);\n }\n }\n }\n if (iVar24 == iVar13) break;\n iVar10 = iVar13;\n uVar23 = *(uint *)(iVar13 + 0x10);\n }\n }\n }\n }\nLAB_001e9c60:\n iVar9 = *(int *)((int)puVar3 + 0x2c);\n }\n }\n if ((iVar9 == 4) && (iVar13 = *(int *)((int)puVar3 + 0x3c), iVar13 != 0)) {\n uVar23 = *(uint *)((int)puVar3 + 0x40);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if (((*(uint *)(iVar7 + 0xac) == uVar23) && (*(int *)((int)puVar3 + 0x4c) == 0xc)) &&\n (lVar30 = FUN_00442a10(iVar13,0,0xc,0), lVar30 == 0)) {\n local_6c = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < local_6c) {\n \n FUN_00106f60(iVar7 + 0x90);\n local_6c = local_6c + *(int *)(iVar7 + 0xa4);\n }\n if (local_6c < *(uint *)(iVar7 + 0x28)) {\n iVar13 = iVar6 + local_6c * 0x28;\n if ((((*(int *)(iVar13 + 0x14) != 0) && ((*(byte *)(iVar13 + 8) & 2) != 0)) &&\n (*(int *)(iVar13 + 4) == 1)) &&\n (iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_6c * 4), iVar13 != 0)) {\n cVar4 = FUN_0034cd20(param_4,iVar7,local_6c);\n bVar27 = false;\n bVar28 = cVar4 == '\0';\n if (bVar28) {\n iVar9 = 10;\n pbVar21 = *(byte **)(iVar13 + 0x20);\n pbVar25 = (byte *)".eh_frame";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar27 = *pbVar21 < *pbVar25;\n bVar28 = *pbVar21 == *pbVar25;\n pbVar21 = pbVar21 + (uint)bVar29 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar29 * -2 + 1;\n } while (bVar28);\n if ((!bVar27 && !bVar28) != bVar27) {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_6c) {\n \n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset",iVar9);\n }\n if (*(int *)(*(int *)(iVar7 + 0x84) + local_6c * 4) == -1) {\n \n uVar31 = FUN_002cd8b0(iVar13,iVar7,local_6c);\n if ((int)uVar31 == 0) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable",\n (int)((ulonglong)uVar31 >> 0x20));\n }\n }\n uVar23 = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= uVar23) {\n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + uVar23 * 4);\n if (*(int *)(*(int *)(iVar7 + 0x84) + uVar23 * 4) == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,uVar23);\n if (iVar13 == 0) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }\n else if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if (*(int *)(iVar7 + 0x1c) == 0) {\n \n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }\n FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)((int)puVar3 + 0x38),0\n ,*(undefined4 *)((int)puVar3 + 0x3c),1,0);\n local_34 = (int *)0x0;\n FUN_0028b8b0(iVar7,uVar23,&local_34,0);\n if (*(int *)((int)puVar3 + 0x2c) != 4) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }\n }\n }\n }\n }\n }\n }\n local_64 = local_64 + 1;\n if (uVar26 == local_64) break;\n iVar13 = *(int *)(DAT_005ea7c8 + 8);\n puVar3 = local_5c;\n if (iVar13 == 0) goto LAB_001e9d87;\n }" { (expression_statement "local_5c = (undefined4 *)((int)puVar3 + 0x28);" (assignment_expression "local_5c = (undefined4 *)((int)puVar3 + 0x28)" identifier = (cast_expression "(undefined4 *)((int)puVar3 + 0x28)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)puVar3 + 0x28)" ( (binary_expression "(int)puVar3 + 0x28" (cast_expression "(int)puVar3" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) ;) (expression_statement "iVar9 = *(int *)((int)puVar3 + 0x2c);" (assignment_expression "iVar9 = *(int *)((int)puVar3 + 0x2c)" identifier = (pointer_expression "*(int *)((int)puVar3 + 0x2c)" * (cast_expression "(int *)((int)puVar3 + 0x2c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)puVar3 + 0x2c)" ( (binary_expression "(int)puVar3 + 0x2c" (cast_expression "(int)puVar3" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) ))))) ;) (if_statement "if ((((*(char *)(iVar13 + 0x1671) != '\0') || (*(char *)(iVar13 + 0x16ed) != '\0')) &&\n (*(int *)((int)puVar3 + 0x3c) != 0)) && ((*(byte *)((int)puVar3 + 0x30) & 6) != 0)) {\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_64 * 4);\n if ((iVar13 != 0) && (iVar9 == 1)) {\n cVar4 = FUN_0034cd20(param_4,iVar7,local_64);\n if (cVar4 == '\0') {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_64) {\n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n local_74 = *(int *)(*(int *)(iVar7 + 0x84) + local_64 * 4);\n if (local_74 == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,local_64);\n if (iVar13 == 0) goto LAB_001e9c60;\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address",extraout_ECX);\n }\n local_74 = *(int *)(iVar13 + 4);\n }\n else {\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) goto LAB_001ea816;\n local_74 = local_74 + *(int *)(iVar13 + 4);\n }\n if ((uint)(*(int *)(iVar7 + 0x140) - *(int *)(iVar7 + 0x13c) >> 2) <= local_64) {\n \n FUN_001d4d60();\nLAB_001ea816:\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if ((*(int *)(*(int *)(iVar7 + 0x13c) + local_64 * 4) != 0) &&\n (FUN_001d6c20(local_64), local_44 != local_40)) {\n iVar13 = *(int *)(local_44 + 0x10);\n iVar18 = local_74 + *(int *)(iVar13 + 0x18);\n *(int *)(iVar13 + 0x20) = iVar18;\n iVar9 = local_44;\n while( true ) {\n if (iVar18 + 4 == -1) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x361,"set_destination_address");\n }\n *(int *)(iVar13 + 4) = iVar18 + 4;\n iVar9 = thunk_FUN_003af660(iVar9);\n if (iVar9 == local_40) break;\n iVar13 = *(int *)(iVar9 + 0x10);\n iVar18 = *(int *)(iVar13 + 0x18) + local_74;\n *(int *)(iVar13 + 0x20) = iVar18;\n }\n }\n local_28 = (int *)0x0;\n iVar18 = FUN_0028b8b0(iVar7,local_64,&local_28,0);\n iVar13 = *(int *)(iVar7 + 0x150);\n iVar9 = iVar24;\n if (*(int *)(iVar7 + 0x150) != 0) {\n do {\n while (iVar10 = iVar13, *(uint *)(iVar10 + 0x10) < local_64) {\n piVar8 = (int *)(iVar10 + 0xc);\n iVar13 = *piVar8;\n iVar10 = iVar9;\n if (*piVar8 == 0) goto LAB_001e9af5;\n }\n iVar13 = *(int *)(iVar10 + 8);\n iVar9 = iVar10;\n } while (*(int *)(iVar10 + 8) != 0);\nLAB_001e9af5:\n if (iVar24 != iVar10) {\n uVar23 = *(uint *)(iVar10 + 0x10);\n while (local_64 == uVar23) {\n iVar13 = thunk_FUN_003af660(iVar10);\n if (*(char *)(iVar10 + 0x18) == 'x') {\n iVar9 = *(int *)(iVar10 + 0x14);\n if ((iVar24 == iVar13) || (*(uint *)(iVar13 + 0x10) != local_64)) {\n local_54 = *(int *)((int)puVar3 + 0x3c);\n }\n else {\n local_54 = *(int *)(iVar13 + 0x14);\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(iVar10 + 0x1671) != '\0') &&\n (uVar23 = local_74 + iVar9, (uVar23 & 3) == 0)) {\n iVar10 = 0;\n if ((uVar23 & 0xfff) < 0xff8) {\n iVar10 = 0xff8 - (uVar23 & 0xfff);\n }\n while (iVar10 + 0xcU <= local_54 - iVar9) {\n puVar22 = (uint *)(iVar18 + iVar9 + iVar10);\n uVar20 = uVar23 + iVar10;\n if ((*puVar22 & 0x9f000000) == 0x90000000) {\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }\n iVar12 = iVar10 + 4;\n iVar10 = iVar10 + 0xffc;\n if ((uVar20 & 0xfff) == 0xff8) {\n iVar10 = iVar12;\n }\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (*(char *)(iVar10 + 0x16ed) != '\0') {\n uVar23 = local_54 - iVar9;\n if (4 < uVar23) {\n local_54 = 4;\n uVar20 = 0;\n do {\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n } while (local_54 < uVar23);\n }\n }\n }\n if (iVar24 == iVar13) break;\n iVar10 = iVar13;\n uVar23 = *(uint *)(iVar13 + 0x10);\n }\n }\n }\n }\nLAB_001e9c60:\n iVar9 = *(int *)((int)puVar3 + 0x2c);\n }\n }" if (parenthesized_expression "((((*(char *)(iVar13 + 0x1671) != '\0') || (*(char *)(iVar13 + 0x16ed) != '\0')) &&\n (*(int *)((int)puVar3 + 0x3c) != 0)) && ((*(byte *)((int)puVar3 + 0x30) & 6) != 0))" ( (binary_expression "(((*(char *)(iVar13 + 0x1671) != '\0') || (*(char *)(iVar13 + 0x16ed) != '\0')) &&\n (*(int *)((int)puVar3 + 0x3c) != 0)) && ((*(byte *)((int)puVar3 + 0x30) & 6) != 0)" (parenthesized_expression "(((*(char *)(iVar13 + 0x1671) != '\0') || (*(char *)(iVar13 + 0x16ed) != '\0')) &&\n (*(int *)((int)puVar3 + 0x3c) != 0))" ( (binary_expression "((*(char *)(iVar13 + 0x1671) != '\0') || (*(char *)(iVar13 + 0x16ed) != '\0')) &&\n (*(int *)((int)puVar3 + 0x3c) != 0)" (parenthesized_expression "((*(char *)(iVar13 + 0x1671) != '\0') || (*(char *)(iVar13 + 0x16ed) != '\0'))" ( (binary_expression "(*(char *)(iVar13 + 0x1671) != '\0') || (*(char *)(iVar13 + 0x16ed) != '\0')" (parenthesized_expression "(*(char *)(iVar13 + 0x1671) != '\0')" ( (binary_expression "*(char *)(iVar13 + 0x1671) != '\0'" (pointer_expression "*(char *)(iVar13 + 0x1671)" * (cast_expression "(char *)(iVar13 + 0x1671)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar13 + 0x1671)" ( (binary_expression "iVar13 + 0x1671" identifier + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) )) || (parenthesized_expression "(*(char *)(iVar13 + 0x16ed) != '\0')" ( (binary_expression "*(char *)(iVar13 + 0x16ed) != '\0'" (pointer_expression "*(char *)(iVar13 + 0x16ed)" * (cast_expression "(char *)(iVar13 + 0x16ed)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar13 + 0x16ed)" ( (binary_expression "iVar13 + 0x16ed" identifier + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) ))) )) && (parenthesized_expression "(*(int *)((int)puVar3 + 0x3c) != 0)" ( (binary_expression "*(int *)((int)puVar3 + 0x3c) != 0" (pointer_expression "*(int *)((int)puVar3 + 0x3c)" * (cast_expression "(int *)((int)puVar3 + 0x3c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)puVar3 + 0x3c)" ( (binary_expression "(int)puVar3 + 0x3c" (cast_expression "(int)puVar3" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) != number_literal) ))) )) && (parenthesized_expression "((*(byte *)((int)puVar3 + 0x30) & 6) != 0)" ( (binary_expression "(*(byte *)((int)puVar3 + 0x30) & 6) != 0" (parenthesized_expression "(*(byte *)((int)puVar3 + 0x30) & 6)" ( (binary_expression "*(byte *)((int)puVar3 + 0x30) & 6" (pointer_expression "*(byte *)((int)puVar3 + 0x30)" * (cast_expression "(byte *)((int)puVar3 + 0x30)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)puVar3 + 0x30)" ( (binary_expression "(int)puVar3 + 0x30" (cast_expression "(int)puVar3" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) & number_literal) )) != number_literal) ))) )) (compound_statement "{\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_64 * 4);\n if ((iVar13 != 0) && (iVar9 == 1)) {\n cVar4 = FUN_0034cd20(param_4,iVar7,local_64);\n if (cVar4 == '\0') {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_64) {\n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n local_74 = *(int *)(*(int *)(iVar7 + 0x84) + local_64 * 4);\n if (local_74 == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,local_64);\n if (iVar13 == 0) goto LAB_001e9c60;\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address",extraout_ECX);\n }\n local_74 = *(int *)(iVar13 + 4);\n }\n else {\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) goto LAB_001ea816;\n local_74 = local_74 + *(int *)(iVar13 + 4);\n }\n if ((uint)(*(int *)(iVar7 + 0x140) - *(int *)(iVar7 + 0x13c) >> 2) <= local_64) {\n \n FUN_001d4d60();\nLAB_001ea816:\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if ((*(int *)(*(int *)(iVar7 + 0x13c) + local_64 * 4) != 0) &&\n (FUN_001d6c20(local_64), local_44 != local_40)) {\n iVar13 = *(int *)(local_44 + 0x10);\n iVar18 = local_74 + *(int *)(iVar13 + 0x18);\n *(int *)(iVar13 + 0x20) = iVar18;\n iVar9 = local_44;\n while( true ) {\n if (iVar18 + 4 == -1) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x361,"set_destination_address");\n }\n *(int *)(iVar13 + 4) = iVar18 + 4;\n iVar9 = thunk_FUN_003af660(iVar9);\n if (iVar9 == local_40) break;\n iVar13 = *(int *)(iVar9 + 0x10);\n iVar18 = *(int *)(iVar13 + 0x18) + local_74;\n *(int *)(iVar13 + 0x20) = iVar18;\n }\n }\n local_28 = (int *)0x0;\n iVar18 = FUN_0028b8b0(iVar7,local_64,&local_28,0);\n iVar13 = *(int *)(iVar7 + 0x150);\n iVar9 = iVar24;\n if (*(int *)(iVar7 + 0x150) != 0) {\n do {\n while (iVar10 = iVar13, *(uint *)(iVar10 + 0x10) < local_64) {\n piVar8 = (int *)(iVar10 + 0xc);\n iVar13 = *piVar8;\n iVar10 = iVar9;\n if (*piVar8 == 0) goto LAB_001e9af5;\n }\n iVar13 = *(int *)(iVar10 + 8);\n iVar9 = iVar10;\n } while (*(int *)(iVar10 + 8) != 0);\nLAB_001e9af5:\n if (iVar24 != iVar10) {\n uVar23 = *(uint *)(iVar10 + 0x10);\n while (local_64 == uVar23) {\n iVar13 = thunk_FUN_003af660(iVar10);\n if (*(char *)(iVar10 + 0x18) == 'x') {\n iVar9 = *(int *)(iVar10 + 0x14);\n if ((iVar24 == iVar13) || (*(uint *)(iVar13 + 0x10) != local_64)) {\n local_54 = *(int *)((int)puVar3 + 0x3c);\n }\n else {\n local_54 = *(int *)(iVar13 + 0x14);\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(iVar10 + 0x1671) != '\0') &&\n (uVar23 = local_74 + iVar9, (uVar23 & 3) == 0)) {\n iVar10 = 0;\n if ((uVar23 & 0xfff) < 0xff8) {\n iVar10 = 0xff8 - (uVar23 & 0xfff);\n }\n while (iVar10 + 0xcU <= local_54 - iVar9) {\n puVar22 = (uint *)(iVar18 + iVar9 + iVar10);\n uVar20 = uVar23 + iVar10;\n if ((*puVar22 & 0x9f000000) == 0x90000000) {\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }\n iVar12 = iVar10 + 4;\n iVar10 = iVar10 + 0xffc;\n if ((uVar20 & 0xfff) == 0xff8) {\n iVar10 = iVar12;\n }\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (*(char *)(iVar10 + 0x16ed) != '\0') {\n uVar23 = local_54 - iVar9;\n if (4 < uVar23) {\n local_54 = 4;\n uVar20 = 0;\n do {\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n } while (local_54 < uVar23);\n }\n }\n }\n if (iVar24 == iVar13) break;\n iVar10 = iVar13;\n uVar23 = *(uint *)(iVar13 + 0x10);\n }\n }\n }\n }\nLAB_001e9c60:\n iVar9 = *(int *)((int)puVar3 + 0x2c);\n }\n }" { (expression_statement "iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_64 * 4);" (assignment_expression "iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_64 * 4)" identifier = (pointer_expression "*(int *)(*(int *)(iVar7 + 0x38) + local_64 * 4)" * (cast_expression "(int *)(*(int *)(iVar7 + 0x38) + local_64 * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(iVar7 + 0x38) + local_64 * 4)" ( (binary_expression "*(int *)(iVar7 + 0x38) + local_64 * 4" (pointer_expression "*(int *)(iVar7 + 0x38)" * (cast_expression "(int *)(iVar7 + 0x38)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x38)" ( (binary_expression "iVar7 + 0x38" identifier + number_literal) )))) + (binary_expression "local_64 * 4" identifier * number_literal)) ))))) ;) (if_statement "if ((iVar13 != 0) && (iVar9 == 1)) {\n cVar4 = FUN_0034cd20(param_4,iVar7,local_64);\n if (cVar4 == '\0') {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_64) {\n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n local_74 = *(int *)(*(int *)(iVar7 + 0x84) + local_64 * 4);\n if (local_74 == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,local_64);\n if (iVar13 == 0) goto LAB_001e9c60;\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address",extraout_ECX);\n }\n local_74 = *(int *)(iVar13 + 4);\n }\n else {\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) goto LAB_001ea816;\n local_74 = local_74 + *(int *)(iVar13 + 4);\n }\n if ((uint)(*(int *)(iVar7 + 0x140) - *(int *)(iVar7 + 0x13c) >> 2) <= local_64) {\n \n FUN_001d4d60();\nLAB_001ea816:\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if ((*(int *)(*(int *)(iVar7 + 0x13c) + local_64 * 4) != 0) &&\n (FUN_001d6c20(local_64), local_44 != local_40)) {\n iVar13 = *(int *)(local_44 + 0x10);\n iVar18 = local_74 + *(int *)(iVar13 + 0x18);\n *(int *)(iVar13 + 0x20) = iVar18;\n iVar9 = local_44;\n while( true ) {\n if (iVar18 + 4 == -1) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x361,"set_destination_address");\n }\n *(int *)(iVar13 + 4) = iVar18 + 4;\n iVar9 = thunk_FUN_003af660(iVar9);\n if (iVar9 == local_40) break;\n iVar13 = *(int *)(iVar9 + 0x10);\n iVar18 = *(int *)(iVar13 + 0x18) + local_74;\n *(int *)(iVar13 + 0x20) = iVar18;\n }\n }\n local_28 = (int *)0x0;\n iVar18 = FUN_0028b8b0(iVar7,local_64,&local_28,0);\n iVar13 = *(int *)(iVar7 + 0x150);\n iVar9 = iVar24;\n if (*(int *)(iVar7 + 0x150) != 0) {\n do {\n while (iVar10 = iVar13, *(uint *)(iVar10 + 0x10) < local_64) {\n piVar8 = (int *)(iVar10 + 0xc);\n iVar13 = *piVar8;\n iVar10 = iVar9;\n if (*piVar8 == 0) goto LAB_001e9af5;\n }\n iVar13 = *(int *)(iVar10 + 8);\n iVar9 = iVar10;\n } while (*(int *)(iVar10 + 8) != 0);\nLAB_001e9af5:\n if (iVar24 != iVar10) {\n uVar23 = *(uint *)(iVar10 + 0x10);\n while (local_64 == uVar23) {\n iVar13 = thunk_FUN_003af660(iVar10);\n if (*(char *)(iVar10 + 0x18) == 'x') {\n iVar9 = *(int *)(iVar10 + 0x14);\n if ((iVar24 == iVar13) || (*(uint *)(iVar13 + 0x10) != local_64)) {\n local_54 = *(int *)((int)puVar3 + 0x3c);\n }\n else {\n local_54 = *(int *)(iVar13 + 0x14);\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(iVar10 + 0x1671) != '\0') &&\n (uVar23 = local_74 + iVar9, (uVar23 & 3) == 0)) {\n iVar10 = 0;\n if ((uVar23 & 0xfff) < 0xff8) {\n iVar10 = 0xff8 - (uVar23 & 0xfff);\n }\n while (iVar10 + 0xcU <= local_54 - iVar9) {\n puVar22 = (uint *)(iVar18 + iVar9 + iVar10);\n uVar20 = uVar23 + iVar10;\n if ((*puVar22 & 0x9f000000) == 0x90000000) {\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }\n iVar12 = iVar10 + 4;\n iVar10 = iVar10 + 0xffc;\n if ((uVar20 & 0xfff) == 0xff8) {\n iVar10 = iVar12;\n }\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (*(char *)(iVar10 + 0x16ed) != '\0') {\n uVar23 = local_54 - iVar9;\n if (4 < uVar23) {\n local_54 = 4;\n uVar20 = 0;\n do {\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n } while (local_54 < uVar23);\n }\n }\n }\n if (iVar24 == iVar13) break;\n iVar10 = iVar13;\n uVar23 = *(uint *)(iVar13 + 0x10);\n }\n }\n }\n }\nLAB_001e9c60:\n iVar9 = *(int *)((int)puVar3 + 0x2c);\n }" if (parenthesized_expression "((iVar13 != 0) && (iVar9 == 1))" ( (binary_expression "(iVar13 != 0) && (iVar9 == 1)" (parenthesized_expression "(iVar13 != 0)" ( (binary_expression "iVar13 != 0" identifier != number_literal) )) && (parenthesized_expression "(iVar9 == 1)" ( (binary_expression "iVar9 == 1" identifier == number_literal) ))) )) (compound_statement "{\n cVar4 = FUN_0034cd20(param_4,iVar7,local_64);\n if (cVar4 == '\0') {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_64) {\n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n local_74 = *(int *)(*(int *)(iVar7 + 0x84) + local_64 * 4);\n if (local_74 == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,local_64);\n if (iVar13 == 0) goto LAB_001e9c60;\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address",extraout_ECX);\n }\n local_74 = *(int *)(iVar13 + 4);\n }\n else {\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) goto LAB_001ea816;\n local_74 = local_74 + *(int *)(iVar13 + 4);\n }\n if ((uint)(*(int *)(iVar7 + 0x140) - *(int *)(iVar7 + 0x13c) >> 2) <= local_64) {\n \n FUN_001d4d60();\nLAB_001ea816:\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if ((*(int *)(*(int *)(iVar7 + 0x13c) + local_64 * 4) != 0) &&\n (FUN_001d6c20(local_64), local_44 != local_40)) {\n iVar13 = *(int *)(local_44 + 0x10);\n iVar18 = local_74 + *(int *)(iVar13 + 0x18);\n *(int *)(iVar13 + 0x20) = iVar18;\n iVar9 = local_44;\n while( true ) {\n if (iVar18 + 4 == -1) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x361,"set_destination_address");\n }\n *(int *)(iVar13 + 4) = iVar18 + 4;\n iVar9 = thunk_FUN_003af660(iVar9);\n if (iVar9 == local_40) break;\n iVar13 = *(int *)(iVar9 + 0x10);\n iVar18 = *(int *)(iVar13 + 0x18) + local_74;\n *(int *)(iVar13 + 0x20) = iVar18;\n }\n }\n local_28 = (int *)0x0;\n iVar18 = FUN_0028b8b0(iVar7,local_64,&local_28,0);\n iVar13 = *(int *)(iVar7 + 0x150);\n iVar9 = iVar24;\n if (*(int *)(iVar7 + 0x150) != 0) {\n do {\n while (iVar10 = iVar13, *(uint *)(iVar10 + 0x10) < local_64) {\n piVar8 = (int *)(iVar10 + 0xc);\n iVar13 = *piVar8;\n iVar10 = iVar9;\n if (*piVar8 == 0) goto LAB_001e9af5;\n }\n iVar13 = *(int *)(iVar10 + 8);\n iVar9 = iVar10;\n } while (*(int *)(iVar10 + 8) != 0);\nLAB_001e9af5:\n if (iVar24 != iVar10) {\n uVar23 = *(uint *)(iVar10 + 0x10);\n while (local_64 == uVar23) {\n iVar13 = thunk_FUN_003af660(iVar10);\n if (*(char *)(iVar10 + 0x18) == 'x') {\n iVar9 = *(int *)(iVar10 + 0x14);\n if ((iVar24 == iVar13) || (*(uint *)(iVar13 + 0x10) != local_64)) {\n local_54 = *(int *)((int)puVar3 + 0x3c);\n }\n else {\n local_54 = *(int *)(iVar13 + 0x14);\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(iVar10 + 0x1671) != '\0') &&\n (uVar23 = local_74 + iVar9, (uVar23 & 3) == 0)) {\n iVar10 = 0;\n if ((uVar23 & 0xfff) < 0xff8) {\n iVar10 = 0xff8 - (uVar23 & 0xfff);\n }\n while (iVar10 + 0xcU <= local_54 - iVar9) {\n puVar22 = (uint *)(iVar18 + iVar9 + iVar10);\n uVar20 = uVar23 + iVar10;\n if ((*puVar22 & 0x9f000000) == 0x90000000) {\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }\n iVar12 = iVar10 + 4;\n iVar10 = iVar10 + 0xffc;\n if ((uVar20 & 0xfff) == 0xff8) {\n iVar10 = iVar12;\n }\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (*(char *)(iVar10 + 0x16ed) != '\0') {\n uVar23 = local_54 - iVar9;\n if (4 < uVar23) {\n local_54 = 4;\n uVar20 = 0;\n do {\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n } while (local_54 < uVar23);\n }\n }\n }\n if (iVar24 == iVar13) break;\n iVar10 = iVar13;\n uVar23 = *(uint *)(iVar13 + 0x10);\n }\n }\n }\n }\nLAB_001e9c60:\n iVar9 = *(int *)((int)puVar3 + 0x2c);\n }" { (expression_statement "cVar4 = FUN_0034cd20(param_4,iVar7,local_64);" (assignment_expression "cVar4 = FUN_0034cd20(param_4,iVar7,local_64)" identifier = (call_expression "FUN_0034cd20(param_4,iVar7,local_64)" identifier (argument_list "(param_4,iVar7,local_64)" ( identifier , identifier , identifier )))) ;) (if_statement "if (cVar4 == '\0') {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_64) {\n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n local_74 = *(int *)(*(int *)(iVar7 + 0x84) + local_64 * 4);\n if (local_74 == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,local_64);\n if (iVar13 == 0) goto LAB_001e9c60;\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address",extraout_ECX);\n }\n local_74 = *(int *)(iVar13 + 4);\n }\n else {\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) goto LAB_001ea816;\n local_74 = local_74 + *(int *)(iVar13 + 4);\n }\n if ((uint)(*(int *)(iVar7 + 0x140) - *(int *)(iVar7 + 0x13c) >> 2) <= local_64) {\n \n FUN_001d4d60();\nLAB_001ea816:\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if ((*(int *)(*(int *)(iVar7 + 0x13c) + local_64 * 4) != 0) &&\n (FUN_001d6c20(local_64), local_44 != local_40)) {\n iVar13 = *(int *)(local_44 + 0x10);\n iVar18 = local_74 + *(int *)(iVar13 + 0x18);\n *(int *)(iVar13 + 0x20) = iVar18;\n iVar9 = local_44;\n while( true ) {\n if (iVar18 + 4 == -1) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x361,"set_destination_address");\n }\n *(int *)(iVar13 + 4) = iVar18 + 4;\n iVar9 = thunk_FUN_003af660(iVar9);\n if (iVar9 == local_40) break;\n iVar13 = *(int *)(iVar9 + 0x10);\n iVar18 = *(int *)(iVar13 + 0x18) + local_74;\n *(int *)(iVar13 + 0x20) = iVar18;\n }\n }\n local_28 = (int *)0x0;\n iVar18 = FUN_0028b8b0(iVar7,local_64,&local_28,0);\n iVar13 = *(int *)(iVar7 + 0x150);\n iVar9 = iVar24;\n if (*(int *)(iVar7 + 0x150) != 0) {\n do {\n while (iVar10 = iVar13, *(uint *)(iVar10 + 0x10) < local_64) {\n piVar8 = (int *)(iVar10 + 0xc);\n iVar13 = *piVar8;\n iVar10 = iVar9;\n if (*piVar8 == 0) goto LAB_001e9af5;\n }\n iVar13 = *(int *)(iVar10 + 8);\n iVar9 = iVar10;\n } while (*(int *)(iVar10 + 8) != 0);\nLAB_001e9af5:\n if (iVar24 != iVar10) {\n uVar23 = *(uint *)(iVar10 + 0x10);\n while (local_64 == uVar23) {\n iVar13 = thunk_FUN_003af660(iVar10);\n if (*(char *)(iVar10 + 0x18) == 'x') {\n iVar9 = *(int *)(iVar10 + 0x14);\n if ((iVar24 == iVar13) || (*(uint *)(iVar13 + 0x10) != local_64)) {\n local_54 = *(int *)((int)puVar3 + 0x3c);\n }\n else {\n local_54 = *(int *)(iVar13 + 0x14);\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(iVar10 + 0x1671) != '\0') &&\n (uVar23 = local_74 + iVar9, (uVar23 & 3) == 0)) {\n iVar10 = 0;\n if ((uVar23 & 0xfff) < 0xff8) {\n iVar10 = 0xff8 - (uVar23 & 0xfff);\n }\n while (iVar10 + 0xcU <= local_54 - iVar9) {\n puVar22 = (uint *)(iVar18 + iVar9 + iVar10);\n uVar20 = uVar23 + iVar10;\n if ((*puVar22 & 0x9f000000) == 0x90000000) {\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }\n iVar12 = iVar10 + 4;\n iVar10 = iVar10 + 0xffc;\n if ((uVar20 & 0xfff) == 0xff8) {\n iVar10 = iVar12;\n }\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (*(char *)(iVar10 + 0x16ed) != '\0') {\n uVar23 = local_54 - iVar9;\n if (4 < uVar23) {\n local_54 = 4;\n uVar20 = 0;\n do {\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n } while (local_54 < uVar23);\n }\n }\n }\n if (iVar24 == iVar13) break;\n iVar10 = iVar13;\n uVar23 = *(uint *)(iVar13 + 0x10);\n }\n }\n }\n }" if (parenthesized_expression "(cVar4 == '\0')" ( (binary_expression "cVar4 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_64) {\n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n local_74 = *(int *)(*(int *)(iVar7 + 0x84) + local_64 * 4);\n if (local_74 == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,local_64);\n if (iVar13 == 0) goto LAB_001e9c60;\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address",extraout_ECX);\n }\n local_74 = *(int *)(iVar13 + 4);\n }\n else {\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) goto LAB_001ea816;\n local_74 = local_74 + *(int *)(iVar13 + 4);\n }\n if ((uint)(*(int *)(iVar7 + 0x140) - *(int *)(iVar7 + 0x13c) >> 2) <= local_64) {\n \n FUN_001d4d60();\nLAB_001ea816:\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if ((*(int *)(*(int *)(iVar7 + 0x13c) + local_64 * 4) != 0) &&\n (FUN_001d6c20(local_64), local_44 != local_40)) {\n iVar13 = *(int *)(local_44 + 0x10);\n iVar18 = local_74 + *(int *)(iVar13 + 0x18);\n *(int *)(iVar13 + 0x20) = iVar18;\n iVar9 = local_44;\n while( true ) {\n if (iVar18 + 4 == -1) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x361,"set_destination_address");\n }\n *(int *)(iVar13 + 4) = iVar18 + 4;\n iVar9 = thunk_FUN_003af660(iVar9);\n if (iVar9 == local_40) break;\n iVar13 = *(int *)(iVar9 + 0x10);\n iVar18 = *(int *)(iVar13 + 0x18) + local_74;\n *(int *)(iVar13 + 0x20) = iVar18;\n }\n }\n local_28 = (int *)0x0;\n iVar18 = FUN_0028b8b0(iVar7,local_64,&local_28,0);\n iVar13 = *(int *)(iVar7 + 0x150);\n iVar9 = iVar24;\n if (*(int *)(iVar7 + 0x150) != 0) {\n do {\n while (iVar10 = iVar13, *(uint *)(iVar10 + 0x10) < local_64) {\n piVar8 = (int *)(iVar10 + 0xc);\n iVar13 = *piVar8;\n iVar10 = iVar9;\n if (*piVar8 == 0) goto LAB_001e9af5;\n }\n iVar13 = *(int *)(iVar10 + 8);\n iVar9 = iVar10;\n } while (*(int *)(iVar10 + 8) != 0);\nLAB_001e9af5:\n if (iVar24 != iVar10) {\n uVar23 = *(uint *)(iVar10 + 0x10);\n while (local_64 == uVar23) {\n iVar13 = thunk_FUN_003af660(iVar10);\n if (*(char *)(iVar10 + 0x18) == 'x') {\n iVar9 = *(int *)(iVar10 + 0x14);\n if ((iVar24 == iVar13) || (*(uint *)(iVar13 + 0x10) != local_64)) {\n local_54 = *(int *)((int)puVar3 + 0x3c);\n }\n else {\n local_54 = *(int *)(iVar13 + 0x14);\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(iVar10 + 0x1671) != '\0') &&\n (uVar23 = local_74 + iVar9, (uVar23 & 3) == 0)) {\n iVar10 = 0;\n if ((uVar23 & 0xfff) < 0xff8) {\n iVar10 = 0xff8 - (uVar23 & 0xfff);\n }\n while (iVar10 + 0xcU <= local_54 - iVar9) {\n puVar22 = (uint *)(iVar18 + iVar9 + iVar10);\n uVar20 = uVar23 + iVar10;\n if ((*puVar22 & 0x9f000000) == 0x90000000) {\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }\n iVar12 = iVar10 + 4;\n iVar10 = iVar10 + 0xffc;\n if ((uVar20 & 0xfff) == 0xff8) {\n iVar10 = iVar12;\n }\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (*(char *)(iVar10 + 0x16ed) != '\0') {\n uVar23 = local_54 - iVar9;\n if (4 < uVar23) {\n local_54 = 4;\n uVar20 = 0;\n do {\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n } while (local_54 < uVar23);\n }\n }\n }\n if (iVar24 == iVar13) break;\n iVar10 = iVar13;\n uVar23 = *(uint *)(iVar13 + 0x10);\n }\n }\n }\n }" { (if_statement "if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_64) {\n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }" if (parenthesized_expression "((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_64)" ( (binary_expression "(uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_64" (call_expression "(uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2)" ( (binary_expression "*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2" (binary_expression "*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84)" (pointer_expression "*(int *)(iVar7 + 0x88)" * (cast_expression "(int *)(iVar7 + 0x88)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x88)" ( (binary_expression "iVar7 + 0x88" identifier + number_literal) )))) - (pointer_expression "*(int *)(iVar7 + 0x84)" * (cast_expression "(int *)(iVar7 + 0x84)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x84)" ( (binary_expression "iVar7 + 0x84" identifier + number_literal) ))))) >> number_literal) ))) <= identifier) )) (compound_statement "{\n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }" { (expression_statement "FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");" (call_expression "FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset")" identifier (argument_list "("../../gold/object.h",0x7f7,"get_output_section_offset")" ( (string_literal ""../../gold/object.h"" " string_content ") , number_literal , (string_literal ""get_output_section_offset"" " string_content ") ))) ;) })) (expression_statement "local_74 = *(int *)(*(int *)(iVar7 + 0x84) + local_64 * 4);" (assignment_expression "local_74 = *(int *)(*(int *)(iVar7 + 0x84) + local_64 * 4)" identifier = (pointer_expression "*(int *)(*(int *)(iVar7 + 0x84) + local_64 * 4)" * (cast_expression "(int *)(*(int *)(iVar7 + 0x84) + local_64 * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(iVar7 + 0x84) + local_64 * 4)" ( (binary_expression "*(int *)(iVar7 + 0x84) + local_64 * 4" (pointer_expression "*(int *)(iVar7 + 0x84)" * (cast_expression "(int *)(iVar7 + 0x84)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x84)" ( (binary_expression "iVar7 + 0x84" identifier + number_literal) )))) + (binary_expression "local_64 * 4" identifier * number_literal)) ))))) ;) (if_statement "if (local_74 == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,local_64);\n if (iVar13 == 0) goto LAB_001e9c60;\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address",extraout_ECX);\n }\n local_74 = *(int *)(iVar13 + 4);\n }\n else {\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) goto LAB_001ea816;\n local_74 = local_74 + *(int *)(iVar13 + 4);\n }" if (parenthesized_expression "(local_74 == -1)" ( (binary_expression "local_74 == -1" identifier == number_literal) )) (compound_statement "{\n iVar13 = FUN_002cd8b0(iVar13,iVar7,local_64);\n if (iVar13 == 0) goto LAB_001e9c60;\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address",extraout_ECX);\n }\n local_74 = *(int *)(iVar13 + 4);\n }" { (expression_statement "iVar13 = FUN_002cd8b0(iVar13,iVar7,local_64);" (assignment_expression "iVar13 = FUN_002cd8b0(iVar13,iVar7,local_64)" identifier = (call_expression "FUN_002cd8b0(iVar13,iVar7,local_64)" identifier (argument_list "(iVar13,iVar7,local_64)" ( identifier , identifier , identifier )))) ;) (if_statement "if (iVar13 == 0) goto LAB_001e9c60;" if (parenthesized_expression "(iVar13 == 0)" ( (binary_expression "iVar13 == 0" identifier == number_literal) )) (goto_statement "goto LAB_001e9c60;" goto statement_identifier ;)) (if_statement "if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address",extraout_ECX);\n }" if (parenthesized_expression "((*(byte *)(iVar13 + 0x1c) & 1) == 0)" ( (binary_expression "(*(byte *)(iVar13 + 0x1c) & 1) == 0" (parenthesized_expression "(*(byte *)(iVar13 + 0x1c) & 1)" ( (binary_expression "*(byte *)(iVar13 + 0x1c) & 1" (pointer_expression "*(byte *)(iVar13 + 0x1c)" * (cast_expression "(byte *)(iVar13 + 0x1c)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar13 + 0x1c)" ( (binary_expression "iVar13 + 0x1c" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\n \n FUN_002446e0("../../gold/output.h",0xc5,"address",extraout_ECX);\n }" { (expression_statement "FUN_002446e0("../../gold/output.h",0xc5,"address",extraout_ECX);" (call_expression "FUN_002446e0("../../gold/output.h",0xc5,"address",extraout_ECX)" identifier (argument_list "("../../gold/output.h",0xc5,"address",extraout_ECX)" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""address"" " string_content ") , identifier ))) ;) })) (expression_statement "local_74 = *(int *)(iVar13 + 4);" (assignment_expression "local_74 = *(int *)(iVar13 + 4)" identifier = (pointer_expression "*(int *)(iVar13 + 4)" * (cast_expression "(int *)(iVar13 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar13 + 4)" ( (binary_expression "iVar13 + 4" identifier + number_literal) ))))) ;) }) (else_clause "else {\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) goto LAB_001ea816;\n local_74 = local_74 + *(int *)(iVar13 + 4);\n }" else (compound_statement "{\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) goto LAB_001ea816;\n local_74 = local_74 + *(int *)(iVar13 + 4);\n }" { (if_statement "if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) goto LAB_001ea816;" if (parenthesized_expression "((*(byte *)(iVar13 + 0x1c) & 1) == 0)" ( (binary_expression "(*(byte *)(iVar13 + 0x1c) & 1) == 0" (parenthesized_expression "(*(byte *)(iVar13 + 0x1c) & 1)" ( (binary_expression "*(byte *)(iVar13 + 0x1c) & 1" (pointer_expression "*(byte *)(iVar13 + 0x1c)" * (cast_expression "(byte *)(iVar13 + 0x1c)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar13 + 0x1c)" ( (binary_expression "iVar13 + 0x1c" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (goto_statement "goto LAB_001ea816;" goto statement_identifier ;)) (expression_statement "local_74 = local_74 + *(int *)(iVar13 + 4);" (assignment_expression "local_74 = local_74 + *(int *)(iVar13 + 4)" identifier = (binary_expression "local_74 + *(int *)(iVar13 + 4)" identifier + (pointer_expression "*(int *)(iVar13 + 4)" * (cast_expression "(int *)(iVar13 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar13 + 4)" ( (binary_expression "iVar13 + 4" identifier + number_literal) )))))) ;) }))) (if_statement "if ((uint)(*(int *)(iVar7 + 0x140) - *(int *)(iVar7 + 0x13c) >> 2) <= local_64) {\n \n FUN_001d4d60();\nLAB_001ea816:\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }" if (parenthesized_expression "((uint)(*(int *)(iVar7 + 0x140) - *(int *)(iVar7 + 0x13c) >> 2) <= local_64)" ( (binary_expression "(uint)(*(int *)(iVar7 + 0x140) - *(int *)(iVar7 + 0x13c) >> 2) <= local_64" (call_expression "(uint)(*(int *)(iVar7 + 0x140) - *(int *)(iVar7 + 0x13c) >> 2)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(*(int *)(iVar7 + 0x140) - *(int *)(iVar7 + 0x13c) >> 2)" ( (binary_expression "*(int *)(iVar7 + 0x140) - *(int *)(iVar7 + 0x13c) >> 2" (binary_expression "*(int *)(iVar7 + 0x140) - *(int *)(iVar7 + 0x13c)" (pointer_expression "*(int *)(iVar7 + 0x140)" * (cast_expression "(int *)(iVar7 + 0x140)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x140)" ( (binary_expression "iVar7 + 0x140" identifier + number_literal) )))) - (pointer_expression "*(int *)(iVar7 + 0x13c)" * (cast_expression "(int *)(iVar7 + 0x13c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x13c)" ( (binary_expression "iVar7 + 0x13c" identifier + number_literal) ))))) >> number_literal) ))) <= identifier) )) (compound_statement "{\n \n FUN_001d4d60();\nLAB_001ea816:\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }" { (expression_statement "FUN_001d4d60();" (call_expression "FUN_001d4d60()" identifier (argument_list "()" ( ))) ;) (labeled_statement "LAB_001ea816:\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");" statement_identifier : (expression_statement "FUN_002446e0("../../gold/output.h",0xc5,"address");" (call_expression "FUN_002446e0("../../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 ") ))) ;)) })) (if_statement "if ((*(int *)(*(int *)(iVar7 + 0x13c) + local_64 * 4) != 0) &&\n (FUN_001d6c20(local_64), local_44 != local_40)) {\n iVar13 = *(int *)(local_44 + 0x10);\n iVar18 = local_74 + *(int *)(iVar13 + 0x18);\n *(int *)(iVar13 + 0x20) = iVar18;\n iVar9 = local_44;\n while( true ) {\n if (iVar18 + 4 == -1) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x361,"set_destination_address");\n }\n *(int *)(iVar13 + 4) = iVar18 + 4;\n iVar9 = thunk_FUN_003af660(iVar9);\n if (iVar9 == local_40) break;\n iVar13 = *(int *)(iVar9 + 0x10);\n iVar18 = *(int *)(iVar13 + 0x18) + local_74;\n *(int *)(iVar13 + 0x20) = iVar18;\n }\n }" if (parenthesized_expression "((*(int *)(*(int *)(iVar7 + 0x13c) + local_64 * 4) != 0) &&\n (FUN_001d6c20(local_64), local_44 != local_40))" ( (binary_expression "(*(int *)(*(int *)(iVar7 + 0x13c) + local_64 * 4) != 0) &&\n (FUN_001d6c20(local_64), local_44 != local_40)" (parenthesized_expression "(*(int *)(*(int *)(iVar7 + 0x13c) + local_64 * 4) != 0)" ( (binary_expression "*(int *)(*(int *)(iVar7 + 0x13c) + local_64 * 4) != 0" (pointer_expression "*(int *)(*(int *)(iVar7 + 0x13c) + local_64 * 4)" * (cast_expression "(int *)(*(int *)(iVar7 + 0x13c) + local_64 * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(iVar7 + 0x13c) + local_64 * 4)" ( (binary_expression "*(int *)(iVar7 + 0x13c) + local_64 * 4" (pointer_expression "*(int *)(iVar7 + 0x13c)" * (cast_expression "(int *)(iVar7 + 0x13c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x13c)" ( (binary_expression "iVar7 + 0x13c" identifier + number_literal) )))) + (binary_expression "local_64 * 4" identifier * number_literal)) )))) != number_literal) )) && (parenthesized_expression "(FUN_001d6c20(local_64), local_44 != local_40)" ( (comma_expression "FUN_001d6c20(local_64), local_44 != local_40" (call_expression "FUN_001d6c20(local_64)" identifier (argument_list "(local_64)" ( identifier ))) , (binary_expression "local_44 != local_40" identifier != identifier)) ))) )) (compound_statement "{\n iVar13 = *(int *)(local_44 + 0x10);\n iVar18 = local_74 + *(int *)(iVar13 + 0x18);\n *(int *)(iVar13 + 0x20) = iVar18;\n iVar9 = local_44;\n while( true ) {\n if (iVar18 + 4 == -1) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x361,"set_destination_address");\n }\n *(int *)(iVar13 + 4) = iVar18 + 4;\n iVar9 = thunk_FUN_003af660(iVar9);\n if (iVar9 == local_40) break;\n iVar13 = *(int *)(iVar9 + 0x10);\n iVar18 = *(int *)(iVar13 + 0x18) + local_74;\n *(int *)(iVar13 + 0x20) = iVar18;\n }\n }" { (expression_statement "iVar13 = *(int *)(local_44 + 0x10);" (assignment_expression "iVar13 = *(int *)(local_44 + 0x10)" identifier = (pointer_expression "*(int *)(local_44 + 0x10)" * (cast_expression "(int *)(local_44 + 0x10)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_44 + 0x10)" ( (binary_expression "local_44 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "iVar18 = local_74 + *(int *)(iVar13 + 0x18);" (assignment_expression "iVar18 = local_74 + *(int *)(iVar13 + 0x18)" identifier = (binary_expression "local_74 + *(int *)(iVar13 + 0x18)" identifier + (pointer_expression "*(int *)(iVar13 + 0x18)" * (cast_expression "(int *)(iVar13 + 0x18)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar13 + 0x18)" ( (binary_expression "iVar13 + 0x18" identifier + number_literal) )))))) ;) (expression_statement "*(int *)(iVar13 + 0x20) = iVar18;" (assignment_expression "*(int *)(iVar13 + 0x20) = iVar18" (pointer_expression "*(int *)(iVar13 + 0x20)" * (cast_expression "(int *)(iVar13 + 0x20)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar13 + 0x20)" ( (binary_expression "iVar13 + 0x20" identifier + number_literal) )))) = identifier) ;) (expression_statement "iVar9 = local_44;" (assignment_expression "iVar9 = local_44" identifier = identifier) ;) (while_statement "while( true ) {\n if (iVar18 + 4 == -1) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x361,"set_destination_address");\n }\n *(int *)(iVar13 + 4) = iVar18 + 4;\n iVar9 = thunk_FUN_003af660(iVar9);\n if (iVar9 == local_40) break;\n iVar13 = *(int *)(iVar9 + 0x10);\n iVar18 = *(int *)(iVar13 + 0x18) + local_74;\n *(int *)(iVar13 + 0x20) = iVar18;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n if (iVar18 + 4 == -1) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x361,"set_destination_address");\n }\n *(int *)(iVar13 + 4) = iVar18 + 4;\n iVar9 = thunk_FUN_003af660(iVar9);\n if (iVar9 == local_40) break;\n iVar13 = *(int *)(iVar9 + 0x10);\n iVar18 = *(int *)(iVar13 + 0x18) + local_74;\n *(int *)(iVar13 + 0x20) = iVar18;\n }" { (if_statement "if (iVar18 + 4 == -1) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x361,"set_destination_address");\n }" if (parenthesized_expression "(iVar18 + 4 == -1)" ( (binary_expression "iVar18 + 4 == -1" (binary_expression "iVar18 + 4" identifier + number_literal) == number_literal) )) (compound_statement "{\n \n FUN_002446e0("../../gold/aarch64.cc",0x361,"set_destination_address");\n }" { (expression_statement "FUN_002446e0("../../gold/aarch64.cc",0x361,"set_destination_address");" (call_expression "FUN_002446e0("../../gold/aarch64.cc",0x361,"set_destination_address")" identifier (argument_list "("../../gold/aarch64.cc",0x361,"set_destination_address")" ( (string_literal ""../../gold/aarch64.cc"" " string_content ") , number_literal , (string_literal ""set_destination_address"" " string_content ") ))) ;) })) (expression_statement "*(int *)(iVar13 + 4) = iVar18 + 4;" (assignment_expression "*(int *)(iVar13 + 4) = iVar18 + 4" (pointer_expression "*(int *)(iVar13 + 4)" * (cast_expression "(int *)(iVar13 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar13 + 4)" ( (binary_expression "iVar13 + 4" identifier + number_literal) )))) = (binary_expression "iVar18 + 4" identifier + number_literal)) ;) (expression_statement "iVar9 = thunk_FUN_003af660(iVar9);" (assignment_expression "iVar9 = thunk_FUN_003af660(iVar9)" identifier = (call_expression "thunk_FUN_003af660(iVar9)" identifier (argument_list "(iVar9)" ( identifier )))) ;) (if_statement "if (iVar9 == local_40) break;" if (parenthesized_expression "(iVar9 == local_40)" ( (binary_expression "iVar9 == local_40" identifier == identifier) )) (break_statement "break;" break ;)) (expression_statement "iVar13 = *(int *)(iVar9 + 0x10);" (assignment_expression "iVar13 = *(int *)(iVar9 + 0x10)" identifier = (pointer_expression "*(int *)(iVar9 + 0x10)" * (cast_expression "(int *)(iVar9 + 0x10)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar9 + 0x10)" ( (binary_expression "iVar9 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "iVar18 = *(int *)(iVar13 + 0x18) + local_74;" (assignment_expression "iVar18 = *(int *)(iVar13 + 0x18) + local_74" identifier = (binary_expression "*(int *)(iVar13 + 0x18) + local_74" (pointer_expression "*(int *)(iVar13 + 0x18)" * (cast_expression "(int *)(iVar13 + 0x18)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar13 + 0x18)" ( (binary_expression "iVar13 + 0x18" identifier + number_literal) )))) + identifier)) ;) (expression_statement "*(int *)(iVar13 + 0x20) = iVar18;" (assignment_expression "*(int *)(iVar13 + 0x20) = iVar18" (pointer_expression "*(int *)(iVar13 + 0x20)" * (cast_expression "(int *)(iVar13 + 0x20)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar13 + 0x20)" ( (binary_expression "iVar13 + 0x20" identifier + number_literal) )))) = identifier) ;) })) })) (expression_statement "local_28 = (int *)0x0;" (assignment_expression "local_28 = (int *)0x0" identifier = (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "iVar18 = FUN_0028b8b0(iVar7,local_64,&local_28,0);" (assignment_expression "iVar18 = FUN_0028b8b0(iVar7,local_64,&local_28,0)" identifier = (call_expression "FUN_0028b8b0(iVar7,local_64,&local_28,0)" identifier (argument_list "(iVar7,local_64,&local_28,0)" ( identifier , identifier , (pointer_expression "&local_28" & identifier) , number_literal )))) ;) (expression_statement "iVar13 = *(int *)(iVar7 + 0x150);" (assignment_expression "iVar13 = *(int *)(iVar7 + 0x150)" identifier = (pointer_expression "*(int *)(iVar7 + 0x150)" * (cast_expression "(int *)(iVar7 + 0x150)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x150)" ( (binary_expression "iVar7 + 0x150" identifier + number_literal) ))))) ;) (expression_statement "iVar9 = iVar24;" (assignment_expression "iVar9 = iVar24" identifier = identifier) ;) (if_statement "if (*(int *)(iVar7 + 0x150) != 0) {\n do {\n while (iVar10 = iVar13, *(uint *)(iVar10 + 0x10) < local_64) {\n piVar8 = (int *)(iVar10 + 0xc);\n iVar13 = *piVar8;\n iVar10 = iVar9;\n if (*piVar8 == 0) goto LAB_001e9af5;\n }\n iVar13 = *(int *)(iVar10 + 8);\n iVar9 = iVar10;\n } while (*(int *)(iVar10 + 8) != 0);\nLAB_001e9af5:\n if (iVar24 != iVar10) {\n uVar23 = *(uint *)(iVar10 + 0x10);\n while (local_64 == uVar23) {\n iVar13 = thunk_FUN_003af660(iVar10);\n if (*(char *)(iVar10 + 0x18) == 'x') {\n iVar9 = *(int *)(iVar10 + 0x14);\n if ((iVar24 == iVar13) || (*(uint *)(iVar13 + 0x10) != local_64)) {\n local_54 = *(int *)((int)puVar3 + 0x3c);\n }\n else {\n local_54 = *(int *)(iVar13 + 0x14);\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(iVar10 + 0x1671) != '\0') &&\n (uVar23 = local_74 + iVar9, (uVar23 & 3) == 0)) {\n iVar10 = 0;\n if ((uVar23 & 0xfff) < 0xff8) {\n iVar10 = 0xff8 - (uVar23 & 0xfff);\n }\n while (iVar10 + 0xcU <= local_54 - iVar9) {\n puVar22 = (uint *)(iVar18 + iVar9 + iVar10);\n uVar20 = uVar23 + iVar10;\n if ((*puVar22 & 0x9f000000) == 0x90000000) {\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }\n iVar12 = iVar10 + 4;\n iVar10 = iVar10 + 0xffc;\n if ((uVar20 & 0xfff) == 0xff8) {\n iVar10 = iVar12;\n }\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (*(char *)(iVar10 + 0x16ed) != '\0') {\n uVar23 = local_54 - iVar9;\n if (4 < uVar23) {\n local_54 = 4;\n uVar20 = 0;\n do {\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n } while (local_54 < uVar23);\n }\n }\n }\n if (iVar24 == iVar13) break;\n iVar10 = iVar13;\n uVar23 = *(uint *)(iVar13 + 0x10);\n }\n }\n }" if (parenthesized_expression "(*(int *)(iVar7 + 0x150) != 0)" ( (binary_expression "*(int *)(iVar7 + 0x150) != 0" (pointer_expression "*(int *)(iVar7 + 0x150)" * (cast_expression "(int *)(iVar7 + 0x150)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x150)" ( (binary_expression "iVar7 + 0x150" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n do {\n while (iVar10 = iVar13, *(uint *)(iVar10 + 0x10) < local_64) {\n piVar8 = (int *)(iVar10 + 0xc);\n iVar13 = *piVar8;\n iVar10 = iVar9;\n if (*piVar8 == 0) goto LAB_001e9af5;\n }\n iVar13 = *(int *)(iVar10 + 8);\n iVar9 = iVar10;\n } while (*(int *)(iVar10 + 8) != 0);\nLAB_001e9af5:\n if (iVar24 != iVar10) {\n uVar23 = *(uint *)(iVar10 + 0x10);\n while (local_64 == uVar23) {\n iVar13 = thunk_FUN_003af660(iVar10);\n if (*(char *)(iVar10 + 0x18) == 'x') {\n iVar9 = *(int *)(iVar10 + 0x14);\n if ((iVar24 == iVar13) || (*(uint *)(iVar13 + 0x10) != local_64)) {\n local_54 = *(int *)((int)puVar3 + 0x3c);\n }\n else {\n local_54 = *(int *)(iVar13 + 0x14);\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(iVar10 + 0x1671) != '\0') &&\n (uVar23 = local_74 + iVar9, (uVar23 & 3) == 0)) {\n iVar10 = 0;\n if ((uVar23 & 0xfff) < 0xff8) {\n iVar10 = 0xff8 - (uVar23 & 0xfff);\n }\n while (iVar10 + 0xcU <= local_54 - iVar9) {\n puVar22 = (uint *)(iVar18 + iVar9 + iVar10);\n uVar20 = uVar23 + iVar10;\n if ((*puVar22 & 0x9f000000) == 0x90000000) {\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }\n iVar12 = iVar10 + 4;\n iVar10 = iVar10 + 0xffc;\n if ((uVar20 & 0xfff) == 0xff8) {\n iVar10 = iVar12;\n }\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (*(char *)(iVar10 + 0x16ed) != '\0') {\n uVar23 = local_54 - iVar9;\n if (4 < uVar23) {\n local_54 = 4;\n uVar20 = 0;\n do {\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n } while (local_54 < uVar23);\n }\n }\n }\n if (iVar24 == iVar13) break;\n iVar10 = iVar13;\n uVar23 = *(uint *)(iVar13 + 0x10);\n }\n }\n }" { (do_statement "do {\n while (iVar10 = iVar13, *(uint *)(iVar10 + 0x10) < local_64) {\n piVar8 = (int *)(iVar10 + 0xc);\n iVar13 = *piVar8;\n iVar10 = iVar9;\n if (*piVar8 == 0) goto LAB_001e9af5;\n }\n iVar13 = *(int *)(iVar10 + 8);\n iVar9 = iVar10;\n } while (*(int *)(iVar10 + 8) != 0);" do (compound_statement "{\n while (iVar10 = iVar13, *(uint *)(iVar10 + 0x10) < local_64) {\n piVar8 = (int *)(iVar10 + 0xc);\n iVar13 = *piVar8;\n iVar10 = iVar9;\n if (*piVar8 == 0) goto LAB_001e9af5;\n }\n iVar13 = *(int *)(iVar10 + 8);\n iVar9 = iVar10;\n }" { (while_statement "while (iVar10 = iVar13, *(uint *)(iVar10 + 0x10) < local_64) {\n piVar8 = (int *)(iVar10 + 0xc);\n iVar13 = *piVar8;\n iVar10 = iVar9;\n if (*piVar8 == 0) goto LAB_001e9af5;\n }" while (parenthesized_expression "(iVar10 = iVar13, *(uint *)(iVar10 + 0x10) < local_64)" ( (comma_expression "iVar10 = iVar13, *(uint *)(iVar10 + 0x10) < local_64" (assignment_expression "iVar10 = iVar13" identifier = identifier) , (binary_expression "*(uint *)(iVar10 + 0x10) < local_64" (pointer_expression "*(uint *)(iVar10 + 0x10)" * (cast_expression "(uint *)(iVar10 + 0x10)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar10 + 0x10)" ( (binary_expression "iVar10 + 0x10" identifier + number_literal) )))) < identifier)) )) (compound_statement "{\n piVar8 = (int *)(iVar10 + 0xc);\n iVar13 = *piVar8;\n iVar10 = iVar9;\n if (*piVar8 == 0) goto LAB_001e9af5;\n }" { (expression_statement "piVar8 = (int *)(iVar10 + 0xc);" (assignment_expression "piVar8 = (int *)(iVar10 + 0xc)" identifier = (cast_expression "(int *)(iVar10 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar10 + 0xc)" ( (binary_expression "iVar10 + 0xc" identifier + number_literal) )))) ;) (expression_statement "iVar13 = *piVar8;" (assignment_expression "iVar13 = *piVar8" identifier = (pointer_expression "*piVar8" * identifier)) ;) (expression_statement "iVar10 = iVar9;" (assignment_expression "iVar10 = iVar9" identifier = identifier) ;) (if_statement "if (*piVar8 == 0) goto LAB_001e9af5;" if (parenthesized_expression "(*piVar8 == 0)" ( (binary_expression "*piVar8 == 0" (pointer_expression "*piVar8" * identifier) == number_literal) )) (goto_statement "goto LAB_001e9af5;" goto statement_identifier ;)) })) (expression_statement "iVar13 = *(int *)(iVar10 + 8);" (assignment_expression "iVar13 = *(int *)(iVar10 + 8)" identifier = (pointer_expression "*(int *)(iVar10 + 8)" * (cast_expression "(int *)(iVar10 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar10 + 8)" ( (binary_expression "iVar10 + 8" identifier + number_literal) ))))) ;) (expression_statement "iVar9 = iVar10;" (assignment_expression "iVar9 = iVar10" identifier = identifier) ;) }) while (parenthesized_expression "(*(int *)(iVar10 + 8) != 0)" ( (binary_expression "*(int *)(iVar10 + 8) != 0" (pointer_expression "*(int *)(iVar10 + 8)" * (cast_expression "(int *)(iVar10 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar10 + 8)" ( (binary_expression "iVar10 + 8" identifier + number_literal) )))) != number_literal) )) ;) (labeled_statement "LAB_001e9af5:\n if (iVar24 != iVar10) {\n uVar23 = *(uint *)(iVar10 + 0x10);\n while (local_64 == uVar23) {\n iVar13 = thunk_FUN_003af660(iVar10);\n if (*(char *)(iVar10 + 0x18) == 'x') {\n iVar9 = *(int *)(iVar10 + 0x14);\n if ((iVar24 == iVar13) || (*(uint *)(iVar13 + 0x10) != local_64)) {\n local_54 = *(int *)((int)puVar3 + 0x3c);\n }\n else {\n local_54 = *(int *)(iVar13 + 0x14);\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(iVar10 + 0x1671) != '\0') &&\n (uVar23 = local_74 + iVar9, (uVar23 & 3) == 0)) {\n iVar10 = 0;\n if ((uVar23 & 0xfff) < 0xff8) {\n iVar10 = 0xff8 - (uVar23 & 0xfff);\n }\n while (iVar10 + 0xcU <= local_54 - iVar9) {\n puVar22 = (uint *)(iVar18 + iVar9 + iVar10);\n uVar20 = uVar23 + iVar10;\n if ((*puVar22 & 0x9f000000) == 0x90000000) {\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }\n iVar12 = iVar10 + 4;\n iVar10 = iVar10 + 0xffc;\n if ((uVar20 & 0xfff) == 0xff8) {\n iVar10 = iVar12;\n }\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (*(char *)(iVar10 + 0x16ed) != '\0') {\n uVar23 = local_54 - iVar9;\n if (4 < uVar23) {\n local_54 = 4;\n uVar20 = 0;\n do {\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n } while (local_54 < uVar23);\n }\n }\n }\n if (iVar24 == iVar13) break;\n iVar10 = iVar13;\n uVar23 = *(uint *)(iVar13 + 0x10);\n }\n }" statement_identifier : (if_statement "if (iVar24 != iVar10) {\n uVar23 = *(uint *)(iVar10 + 0x10);\n while (local_64 == uVar23) {\n iVar13 = thunk_FUN_003af660(iVar10);\n if (*(char *)(iVar10 + 0x18) == 'x') {\n iVar9 = *(int *)(iVar10 + 0x14);\n if ((iVar24 == iVar13) || (*(uint *)(iVar13 + 0x10) != local_64)) {\n local_54 = *(int *)((int)puVar3 + 0x3c);\n }\n else {\n local_54 = *(int *)(iVar13 + 0x14);\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(iVar10 + 0x1671) != '\0') &&\n (uVar23 = local_74 + iVar9, (uVar23 & 3) == 0)) {\n iVar10 = 0;\n if ((uVar23 & 0xfff) < 0xff8) {\n iVar10 = 0xff8 - (uVar23 & 0xfff);\n }\n while (iVar10 + 0xcU <= local_54 - iVar9) {\n puVar22 = (uint *)(iVar18 + iVar9 + iVar10);\n uVar20 = uVar23 + iVar10;\n if ((*puVar22 & 0x9f000000) == 0x90000000) {\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }\n iVar12 = iVar10 + 4;\n iVar10 = iVar10 + 0xffc;\n if ((uVar20 & 0xfff) == 0xff8) {\n iVar10 = iVar12;\n }\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (*(char *)(iVar10 + 0x16ed) != '\0') {\n uVar23 = local_54 - iVar9;\n if (4 < uVar23) {\n local_54 = 4;\n uVar20 = 0;\n do {\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n } while (local_54 < uVar23);\n }\n }\n }\n if (iVar24 == iVar13) break;\n iVar10 = iVar13;\n uVar23 = *(uint *)(iVar13 + 0x10);\n }\n }" if (parenthesized_expression "(iVar24 != iVar10)" ( (binary_expression "iVar24 != iVar10" identifier != identifier) )) (compound_statement "{\n uVar23 = *(uint *)(iVar10 + 0x10);\n while (local_64 == uVar23) {\n iVar13 = thunk_FUN_003af660(iVar10);\n if (*(char *)(iVar10 + 0x18) == 'x') {\n iVar9 = *(int *)(iVar10 + 0x14);\n if ((iVar24 == iVar13) || (*(uint *)(iVar13 + 0x10) != local_64)) {\n local_54 = *(int *)((int)puVar3 + 0x3c);\n }\n else {\n local_54 = *(int *)(iVar13 + 0x14);\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(iVar10 + 0x1671) != '\0') &&\n (uVar23 = local_74 + iVar9, (uVar23 & 3) == 0)) {\n iVar10 = 0;\n if ((uVar23 & 0xfff) < 0xff8) {\n iVar10 = 0xff8 - (uVar23 & 0xfff);\n }\n while (iVar10 + 0xcU <= local_54 - iVar9) {\n puVar22 = (uint *)(iVar18 + iVar9 + iVar10);\n uVar20 = uVar23 + iVar10;\n if ((*puVar22 & 0x9f000000) == 0x90000000) {\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }\n iVar12 = iVar10 + 4;\n iVar10 = iVar10 + 0xffc;\n if ((uVar20 & 0xfff) == 0xff8) {\n iVar10 = iVar12;\n }\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (*(char *)(iVar10 + 0x16ed) != '\0') {\n uVar23 = local_54 - iVar9;\n if (4 < uVar23) {\n local_54 = 4;\n uVar20 = 0;\n do {\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n } while (local_54 < uVar23);\n }\n }\n }\n if (iVar24 == iVar13) break;\n iVar10 = iVar13;\n uVar23 = *(uint *)(iVar13 + 0x10);\n }\n }" { (expression_statement "uVar23 = *(uint *)(iVar10 + 0x10);" (assignment_expression "uVar23 = *(uint *)(iVar10 + 0x10)" identifier = (pointer_expression "*(uint *)(iVar10 + 0x10)" * (cast_expression "(uint *)(iVar10 + 0x10)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar10 + 0x10)" ( (binary_expression "iVar10 + 0x10" identifier + number_literal) ))))) ;) (while_statement "while (local_64 == uVar23) {\n iVar13 = thunk_FUN_003af660(iVar10);\n if (*(char *)(iVar10 + 0x18) == 'x') {\n iVar9 = *(int *)(iVar10 + 0x14);\n if ((iVar24 == iVar13) || (*(uint *)(iVar13 + 0x10) != local_64)) {\n local_54 = *(int *)((int)puVar3 + 0x3c);\n }\n else {\n local_54 = *(int *)(iVar13 + 0x14);\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(iVar10 + 0x1671) != '\0') &&\n (uVar23 = local_74 + iVar9, (uVar23 & 3) == 0)) {\n iVar10 = 0;\n if ((uVar23 & 0xfff) < 0xff8) {\n iVar10 = 0xff8 - (uVar23 & 0xfff);\n }\n while (iVar10 + 0xcU <= local_54 - iVar9) {\n puVar22 = (uint *)(iVar18 + iVar9 + iVar10);\n uVar20 = uVar23 + iVar10;\n if ((*puVar22 & 0x9f000000) == 0x90000000) {\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }\n iVar12 = iVar10 + 4;\n iVar10 = iVar10 + 0xffc;\n if ((uVar20 & 0xfff) == 0xff8) {\n iVar10 = iVar12;\n }\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (*(char *)(iVar10 + 0x16ed) != '\0') {\n uVar23 = local_54 - iVar9;\n if (4 < uVar23) {\n local_54 = 4;\n uVar20 = 0;\n do {\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n } while (local_54 < uVar23);\n }\n }\n }\n if (iVar24 == iVar13) break;\n iVar10 = iVar13;\n uVar23 = *(uint *)(iVar13 + 0x10);\n }" while (parenthesized_expression "(local_64 == uVar23)" ( (binary_expression "local_64 == uVar23" identifier == identifier) )) (compound_statement "{\n iVar13 = thunk_FUN_003af660(iVar10);\n if (*(char *)(iVar10 + 0x18) == 'x') {\n iVar9 = *(int *)(iVar10 + 0x14);\n if ((iVar24 == iVar13) || (*(uint *)(iVar13 + 0x10) != local_64)) {\n local_54 = *(int *)((int)puVar3 + 0x3c);\n }\n else {\n local_54 = *(int *)(iVar13 + 0x14);\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(iVar10 + 0x1671) != '\0') &&\n (uVar23 = local_74 + iVar9, (uVar23 & 3) == 0)) {\n iVar10 = 0;\n if ((uVar23 & 0xfff) < 0xff8) {\n iVar10 = 0xff8 - (uVar23 & 0xfff);\n }\n while (iVar10 + 0xcU <= local_54 - iVar9) {\n puVar22 = (uint *)(iVar18 + iVar9 + iVar10);\n uVar20 = uVar23 + iVar10;\n if ((*puVar22 & 0x9f000000) == 0x90000000) {\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }\n iVar12 = iVar10 + 4;\n iVar10 = iVar10 + 0xffc;\n if ((uVar20 & 0xfff) == 0xff8) {\n iVar10 = iVar12;\n }\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (*(char *)(iVar10 + 0x16ed) != '\0') {\n uVar23 = local_54 - iVar9;\n if (4 < uVar23) {\n local_54 = 4;\n uVar20 = 0;\n do {\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n } while (local_54 < uVar23);\n }\n }\n }\n if (iVar24 == iVar13) break;\n iVar10 = iVar13;\n uVar23 = *(uint *)(iVar13 + 0x10);\n }" { (expression_statement "iVar13 = thunk_FUN_003af660(iVar10);" (assignment_expression "iVar13 = thunk_FUN_003af660(iVar10)" identifier = (call_expression "thunk_FUN_003af660(iVar10)" identifier (argument_list "(iVar10)" ( identifier )))) ;) (if_statement "if (*(char *)(iVar10 + 0x18) == 'x') {\n iVar9 = *(int *)(iVar10 + 0x14);\n if ((iVar24 == iVar13) || (*(uint *)(iVar13 + 0x10) != local_64)) {\n local_54 = *(int *)((int)puVar3 + 0x3c);\n }\n else {\n local_54 = *(int *)(iVar13 + 0x14);\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(iVar10 + 0x1671) != '\0') &&\n (uVar23 = local_74 + iVar9, (uVar23 & 3) == 0)) {\n iVar10 = 0;\n if ((uVar23 & 0xfff) < 0xff8) {\n iVar10 = 0xff8 - (uVar23 & 0xfff);\n }\n while (iVar10 + 0xcU <= local_54 - iVar9) {\n puVar22 = (uint *)(iVar18 + iVar9 + iVar10);\n uVar20 = uVar23 + iVar10;\n if ((*puVar22 & 0x9f000000) == 0x90000000) {\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }\n iVar12 = iVar10 + 4;\n iVar10 = iVar10 + 0xffc;\n if ((uVar20 & 0xfff) == 0xff8) {\n iVar10 = iVar12;\n }\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (*(char *)(iVar10 + 0x16ed) != '\0') {\n uVar23 = local_54 - iVar9;\n if (4 < uVar23) {\n local_54 = 4;\n uVar20 = 0;\n do {\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n } while (local_54 < uVar23);\n }\n }\n }" if (parenthesized_expression "(*(char *)(iVar10 + 0x18) == 'x')" ( (binary_expression "*(char *)(iVar10 + 0x18) == 'x'" (pointer_expression "*(char *)(iVar10 + 0x18)" * (cast_expression "(char *)(iVar10 + 0x18)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar10 + 0x18)" ( (binary_expression "iVar10 + 0x18" identifier + number_literal) )))) == (char_literal "'x'" ' character ')) )) (compound_statement "{\n iVar9 = *(int *)(iVar10 + 0x14);\n if ((iVar24 == iVar13) || (*(uint *)(iVar13 + 0x10) != local_64)) {\n local_54 = *(int *)((int)puVar3 + 0x3c);\n }\n else {\n local_54 = *(int *)(iVar13 + 0x14);\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(iVar10 + 0x1671) != '\0') &&\n (uVar23 = local_74 + iVar9, (uVar23 & 3) == 0)) {\n iVar10 = 0;\n if ((uVar23 & 0xfff) < 0xff8) {\n iVar10 = 0xff8 - (uVar23 & 0xfff);\n }\n while (iVar10 + 0xcU <= local_54 - iVar9) {\n puVar22 = (uint *)(iVar18 + iVar9 + iVar10);\n uVar20 = uVar23 + iVar10;\n if ((*puVar22 & 0x9f000000) == 0x90000000) {\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }\n iVar12 = iVar10 + 4;\n iVar10 = iVar10 + 0xffc;\n if ((uVar20 & 0xfff) == 0xff8) {\n iVar10 = iVar12;\n }\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (*(char *)(iVar10 + 0x16ed) != '\0') {\n uVar23 = local_54 - iVar9;\n if (4 < uVar23) {\n local_54 = 4;\n uVar20 = 0;\n do {\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n } while (local_54 < uVar23);\n }\n }\n }" { (expression_statement "iVar9 = *(int *)(iVar10 + 0x14);" (assignment_expression "iVar9 = *(int *)(iVar10 + 0x14)" identifier = (pointer_expression "*(int *)(iVar10 + 0x14)" * (cast_expression "(int *)(iVar10 + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar10 + 0x14)" ( (binary_expression "iVar10 + 0x14" identifier + number_literal) ))))) ;) (if_statement "if ((iVar24 == iVar13) || (*(uint *)(iVar13 + 0x10) != local_64)) {\n local_54 = *(int *)((int)puVar3 + 0x3c);\n }\n else {\n local_54 = *(int *)(iVar13 + 0x14);\n }" if (parenthesized_expression "((iVar24 == iVar13) || (*(uint *)(iVar13 + 0x10) != local_64))" ( (binary_expression "(iVar24 == iVar13) || (*(uint *)(iVar13 + 0x10) != local_64)" (parenthesized_expression "(iVar24 == iVar13)" ( (binary_expression "iVar24 == iVar13" identifier == identifier) )) || (parenthesized_expression "(*(uint *)(iVar13 + 0x10) != local_64)" ( (binary_expression "*(uint *)(iVar13 + 0x10) != local_64" (pointer_expression "*(uint *)(iVar13 + 0x10)" * (cast_expression "(uint *)(iVar13 + 0x10)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar13 + 0x10)" ( (binary_expression "iVar13 + 0x10" identifier + number_literal) )))) != identifier) ))) )) (compound_statement "{\n local_54 = *(int *)((int)puVar3 + 0x3c);\n }" { (expression_statement "local_54 = *(int *)((int)puVar3 + 0x3c);" (assignment_expression "local_54 = *(int *)((int)puVar3 + 0x3c)" identifier = (pointer_expression "*(int *)((int)puVar3 + 0x3c)" * (cast_expression "(int *)((int)puVar3 + 0x3c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)puVar3 + 0x3c)" ( (binary_expression "(int)puVar3 + 0x3c" (cast_expression "(int)puVar3" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) ))))) ;) }) (else_clause "else {\n local_54 = *(int *)(iVar13 + 0x14);\n }" else (compound_statement "{\n local_54 = *(int *)(iVar13 + 0x14);\n }" { (expression_statement "local_54 = *(int *)(iVar13 + 0x14);" (assignment_expression "local_54 = *(int *)(iVar13 + 0x14)" identifier = (pointer_expression "*(int *)(iVar13 + 0x14)" * (cast_expression "(int *)(iVar13 + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar13 + 0x14)" ( (binary_expression "iVar13 + 0x14" identifier + number_literal) ))))) ;) }))) (expression_statement "iVar10 = *(int *)(DAT_005ea7c8 + 8);" (assignment_expression "iVar10 = *(int *)(DAT_005ea7c8 + 8)" identifier = (pointer_expression "*(int *)(DAT_005ea7c8 + 8)" * (cast_expression "(int *)(DAT_005ea7c8 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_005ea7c8 + 8)" ( (binary_expression "DAT_005ea7c8 + 8" identifier + number_literal) ))))) ;) (if_statement "if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }" if (parenthesized_expression "(iVar10 == 0)" ( (binary_expression "iVar10 == 0" identifier == number_literal) )) (compound_statement "{\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }" { (expression_statement "FUN_002446e0("../../gold/parameters.h",0x5c,"options");" (call_expression "FUN_002446e0("../../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 *)(iVar10 + 0x1671) != '\0') &&\n (uVar23 = local_74 + iVar9, (uVar23 & 3) == 0)) {\n iVar10 = 0;\n if ((uVar23 & 0xfff) < 0xff8) {\n iVar10 = 0xff8 - (uVar23 & 0xfff);\n }\n while (iVar10 + 0xcU <= local_54 - iVar9) {\n puVar22 = (uint *)(iVar18 + iVar9 + iVar10);\n uVar20 = uVar23 + iVar10;\n if ((*puVar22 & 0x9f000000) == 0x90000000) {\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }\n iVar12 = iVar10 + 4;\n iVar10 = iVar10 + 0xffc;\n if ((uVar20 & 0xfff) == 0xff8) {\n iVar10 = iVar12;\n }\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n }" if (parenthesized_expression "((*(char *)(iVar10 + 0x1671) != '\0') &&\n (uVar23 = local_74 + iVar9, (uVar23 & 3) == 0))" ( (binary_expression "(*(char *)(iVar10 + 0x1671) != '\0') &&\n (uVar23 = local_74 + iVar9, (uVar23 & 3) == 0)" (parenthesized_expression "(*(char *)(iVar10 + 0x1671) != '\0')" ( (binary_expression "*(char *)(iVar10 + 0x1671) != '\0'" (pointer_expression "*(char *)(iVar10 + 0x1671)" * (cast_expression "(char *)(iVar10 + 0x1671)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar10 + 0x1671)" ( (binary_expression "iVar10 + 0x1671" identifier + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) )) && (parenthesized_expression "(uVar23 = local_74 + iVar9, (uVar23 & 3) == 0)" ( (comma_expression "uVar23 = local_74 + iVar9, (uVar23 & 3) == 0" (assignment_expression "uVar23 = local_74 + iVar9" identifier = (binary_expression "local_74 + iVar9" identifier + identifier)) , (binary_expression "(uVar23 & 3) == 0" (parenthesized_expression "(uVar23 & 3)" ( (binary_expression "uVar23 & 3" identifier & number_literal) )) == number_literal)) ))) )) (compound_statement "{\n iVar10 = 0;\n if ((uVar23 & 0xfff) < 0xff8) {\n iVar10 = 0xff8 - (uVar23 & 0xfff);\n }\n while (iVar10 + 0xcU <= local_54 - iVar9) {\n puVar22 = (uint *)(iVar18 + iVar9 + iVar10);\n uVar20 = uVar23 + iVar10;\n if ((*puVar22 & 0x9f000000) == 0x90000000) {\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }\n iVar12 = iVar10 + 4;\n iVar10 = iVar10 + 0xffc;\n if ((uVar20 & 0xfff) == 0xff8) {\n iVar10 = iVar12;\n }\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n }" { (expression_statement "iVar10 = 0;" (assignment_expression "iVar10 = 0" identifier = number_literal) ;) (if_statement "if ((uVar23 & 0xfff) < 0xff8) {\n iVar10 = 0xff8 - (uVar23 & 0xfff);\n }" if (parenthesized_expression "((uVar23 & 0xfff) < 0xff8)" ( (binary_expression "(uVar23 & 0xfff) < 0xff8" (parenthesized_expression "(uVar23 & 0xfff)" ( (binary_expression "uVar23 & 0xfff" identifier & number_literal) )) < number_literal) )) (compound_statement "{\n iVar10 = 0xff8 - (uVar23 & 0xfff);\n }" { (expression_statement "iVar10 = 0xff8 - (uVar23 & 0xfff);" (assignment_expression "iVar10 = 0xff8 - (uVar23 & 0xfff)" identifier = (binary_expression "0xff8 - (uVar23 & 0xfff)" number_literal - (parenthesized_expression "(uVar23 & 0xfff)" ( (binary_expression "uVar23 & 0xfff" identifier & number_literal) )))) ;) })) (while_statement "while (iVar10 + 0xcU <= local_54 - iVar9) {\n puVar22 = (uint *)(iVar18 + iVar9 + iVar10);\n uVar20 = uVar23 + iVar10;\n if ((*puVar22 & 0x9f000000) == 0x90000000) {\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }\n iVar12 = iVar10 + 4;\n iVar10 = iVar10 + 0xffc;\n if ((uVar20 & 0xfff) == 0xff8) {\n iVar10 = iVar12;\n }\n }" while (parenthesized_expression "(iVar10 + 0xcU <= local_54 - iVar9)" ( (binary_expression "iVar10 + 0xcU <= local_54 - iVar9" (binary_expression "iVar10 + 0xcU" identifier + number_literal) <= (binary_expression "local_54 - iVar9" identifier - identifier)) )) (compound_statement "{\n puVar22 = (uint *)(iVar18 + iVar9 + iVar10);\n uVar20 = uVar23 + iVar10;\n if ((*puVar22 & 0x9f000000) == 0x90000000) {\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }\n iVar12 = iVar10 + 4;\n iVar10 = iVar10 + 0xffc;\n if ((uVar20 & 0xfff) == 0xff8) {\n iVar10 = iVar12;\n }\n }" { (expression_statement "puVar22 = (uint *)(iVar18 + iVar9 + iVar10);" (assignment_expression "puVar22 = (uint *)(iVar18 + iVar9 + iVar10)" identifier = (cast_expression "(uint *)(iVar18 + iVar9 + iVar10)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar18 + iVar9 + iVar10)" ( (binary_expression "iVar18 + iVar9 + iVar10" (binary_expression "iVar18 + iVar9" identifier + identifier) + identifier) )))) ;) (expression_statement "uVar20 = uVar23 + iVar10;" (assignment_expression "uVar20 = uVar23 + iVar10" identifier = (binary_expression "uVar23 + iVar10" identifier + identifier)) ;) (if_statement "if ((*puVar22 & 0x9f000000) == 0x90000000) {\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }" if (parenthesized_expression "((*puVar22 & 0x9f000000) == 0x90000000)" ( (binary_expression "(*puVar22 & 0x9f000000) == 0x90000000" (parenthesized_expression "(*puVar22 & 0x9f000000)" ( (binary_expression "*puVar22 & 0x9f000000" (pointer_expression "*puVar22" * identifier) & number_literal) )) == number_literal) )) (compound_statement "{\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }" { (expression_statement "local_90 = puVar22[2];" (assignment_expression "local_90 = puVar22[2]" identifier = (subscript_expression "puVar22[2]" identifier [ number_literal ])) ;) (expression_statement "cVar4 = FUN_001e1b20();" (assignment_expression "cVar4 = FUN_001e1b20()" identifier = (call_expression "FUN_001e1b20()" identifier (argument_list "()" ( )))) ;) (if_statement "if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }" if (parenthesized_expression "(cVar4 == '\0')" ( (binary_expression "cVar4 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }" { (if_statement "if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }" if (parenthesized_expression "(((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000))" ( (binary_expression "((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)" (parenthesized_expression "((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000))" ( (binary_expression "(iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)" (parenthesized_expression "(iVar10 + 0x10U <= local_54 - iVar9)" ( (binary_expression "iVar10 + 0x10U <= local_54 - iVar9" (binary_expression "iVar10 + 0x10U" identifier + number_literal) <= (binary_expression "local_54 - iVar9" identifier - identifier)) )) && (parenthesized_expression "((local_90 & 0x7c000000) != 0x14000000)" ( (binary_expression "(local_90 & 0x7c000000) != 0x14000000" (parenthesized_expression "(local_90 & 0x7c000000)" ( (binary_expression "local_90 & 0x7c000000" identifier & number_literal) )) != number_literal) ))) )) && (parenthesized_expression "((local_90 & 0xffdffc1f) != 0xd61f0000)" ( (binary_expression "(local_90 & 0xffdffc1f) != 0xd61f0000" (parenthesized_expression "(local_90 & 0xffdffc1f)" ( (binary_expression "local_90 & 0xffdffc1f" identifier & number_literal) )) != number_literal) ))) )) (compound_statement "{\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }" { (expression_statement "local_90 = puVar22[3];" (assignment_expression "local_90 = puVar22[3]" identifier = (subscript_expression "puVar22[3]" identifier [ number_literal ])) ;) (expression_statement "cVar4 = FUN_001e1b20();" (assignment_expression "cVar4 = FUN_001e1b20()" identifier = (call_expression "FUN_001e1b20()" identifier (argument_list "()" ( )))) ;) (if_statement "if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }" if (parenthesized_expression "(cVar4 != '\0')" ( (binary_expression "cVar4 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }" { (expression_statement "iVar12 = 0xc;" (assignment_expression "iVar12 = 0xc" identifier = number_literal) ;) (goto_statement "goto LAB_001e9f35;" goto statement_identifier ;) })) })) }) (else_clause "else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }" else (compound_statement "{\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }" { (expression_statement "iVar12 = 8;" (assignment_expression "iVar12 = 8" identifier = number_literal) ;) (labeled_statement "LAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);" statement_identifier : (expression_statement "FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);" (call_expression "FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10)" identifier (argument_list "(iVar12 + uVar20,local_90,4,iVar9 + iVar10)" ( (binary_expression "iVar12 + uVar20" identifier + identifier) , identifier , number_literal , (binary_expression "iVar9 + iVar10" identifier + identifier) ))) ;)) }))) })) (expression_statement "iVar12 = iVar10 + 4;" (assignment_expression "iVar12 = iVar10 + 4" identifier = (binary_expression "iVar10 + 4" identifier + number_literal)) ;) (expression_statement "iVar10 = iVar10 + 0xffc;" (assignment_expression "iVar10 = iVar10 + 0xffc" identifier = (binary_expression "iVar10 + 0xffc" identifier + number_literal)) ;) (if_statement "if ((uVar20 & 0xfff) == 0xff8) {\n iVar10 = iVar12;\n }" if (parenthesized_expression "((uVar20 & 0xfff) == 0xff8)" ( (binary_expression "(uVar20 & 0xfff) == 0xff8" (parenthesized_expression "(uVar20 & 0xfff)" ( (binary_expression "uVar20 & 0xfff" identifier & number_literal) )) == number_literal) )) (compound_statement "{\n iVar10 = iVar12;\n }" { (expression_statement "iVar10 = iVar12;" (assignment_expression "iVar10 = iVar12" identifier = identifier) ;) })) })) (expression_statement "iVar10 = *(int *)(DAT_005ea7c8 + 8);" (assignment_expression "iVar10 = *(int *)(DAT_005ea7c8 + 8)" identifier = (pointer_expression "*(int *)(DAT_005ea7c8 + 8)" * (cast_expression "(int *)(DAT_005ea7c8 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_005ea7c8 + 8)" ( (binary_expression "DAT_005ea7c8 + 8" identifier + number_literal) ))))) ;) (if_statement "if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }" if (parenthesized_expression "(iVar10 == 0)" ( (binary_expression "iVar10 == 0" identifier == number_literal) )) (compound_statement "{\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }" { (expression_statement "FUN_002446e0("../../gold/parameters.h",0x5c,"options");" (call_expression "FUN_002446e0("../../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 *)(iVar10 + 0x16ed) != '\0') {\n uVar23 = local_54 - iVar9;\n if (4 < uVar23) {\n local_54 = 4;\n uVar20 = 0;\n do {\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n } while (local_54 < uVar23);\n }\n }" if (parenthesized_expression "(*(char *)(iVar10 + 0x16ed) != '\0')" ( (binary_expression "*(char *)(iVar10 + 0x16ed) != '\0'" (pointer_expression "*(char *)(iVar10 + 0x16ed)" * (cast_expression "(char *)(iVar10 + 0x16ed)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar10 + 0x16ed)" ( (binary_expression "iVar10 + 0x16ed" identifier + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n uVar23 = local_54 - iVar9;\n if (4 < uVar23) {\n local_54 = 4;\n uVar20 = 0;\n do {\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n } while (local_54 < uVar23);\n }\n }" { (expression_statement "uVar23 = local_54 - iVar9;" (assignment_expression "uVar23 = local_54 - iVar9" identifier = (binary_expression "local_54 - iVar9" identifier - identifier)) ;) (if_statement "if (4 < uVar23) {\n local_54 = 4;\n uVar20 = 0;\n do {\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n } while (local_54 < uVar23);\n }" if (parenthesized_expression "(4 < uVar23)" ( (binary_expression "4 < uVar23" number_literal < identifier) )) (compound_statement "{\n local_54 = 4;\n uVar20 = 0;\n do {\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n } while (local_54 < uVar23);\n }" { (expression_statement "local_54 = 4;" (assignment_expression "local_54 = 4" identifier = number_literal) ;) (expression_statement "uVar20 = 0;" (assignment_expression "uVar20 = 0" identifier = number_literal) ;) (do_statement "do {\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n } while (local_54 < uVar23);" do (compound_statement "{\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n }" { (expression_statement "uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);" (assignment_expression "uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4)" identifier = (pointer_expression "*(undefined4 *)(iVar18 + iVar9 + uVar20 + 4)" * (cast_expression "(undefined4 *)(iVar18 + iVar9 + uVar20 + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar18 + iVar9 + uVar20 + 4)" ( (binary_expression "iVar18 + iVar9 + uVar20 + 4" (binary_expression "iVar18 + iVar9 + uVar20" (binary_expression "iVar18 + iVar9" identifier + identifier) + identifier) + number_literal) ))))) ;) (expression_statement "cVar4 = FUN_001d4700();" (assignment_expression "cVar4 = FUN_001d4700()" identifier = (call_expression "FUN_001d4700()" identifier (argument_list "()" ( )))) ;) (if_statement "if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }" if (parenthesized_expression "(cVar4 != '\0')" ( (binary_expression "cVar4 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }" { (expression_statement "uVar2 = *(undefined4 *)(iVar7 + 4);" (assignment_expression "uVar2 = *(undefined4 *)(iVar7 + 4)" identifier = (pointer_expression "*(undefined4 *)(iVar7 + 4)" * (cast_expression "(undefined4 *)(iVar7 + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 4)" ( (binary_expression "iVar7 + 4" identifier + number_literal) ))))) ;) (expression_statement "uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );" (assignment_expression "uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n )" identifier = (call_expression "gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n )" identifier (argument_list "(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n )" ( (string_literal ""Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."" " string_content escape_sequence string_content escape_sequence string_content ") )))) ;) (expression_statement "FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);" (call_expression "FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20)" identifier (argument_list "(uVar11,uVar2,local_64,iVar9 + uVar20)" ( identifier , identifier , identifier , (binary_expression "iVar9 + uVar20" identifier + identifier) ))) ;) (expression_statement "FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);" (call_expression "FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0)" identifier (argument_list "(uVar20 + local_74 + iVar9 + 4,uVar1,5,0)" ( (binary_expression "uVar20 + local_74 + iVar9 + 4" (binary_expression "uVar20 + local_74 + iVar9" (binary_expression "uVar20 + local_74" identifier + identifier) + identifier) + number_literal) , identifier , number_literal , number_literal ))) ;) (expression_statement "uVar20 = local_54;" (assignment_expression "uVar20 = local_54" identifier = identifier) ;) })) (expression_statement "local_54 = uVar20 + 8;" (assignment_expression "local_54 = uVar20 + 8" identifier = (binary_expression "uVar20 + 8" identifier + number_literal)) ;) (expression_statement "uVar20 = uVar20 + 4;" (assignment_expression "uVar20 = uVar20 + 4" identifier = (binary_expression "uVar20 + 4" identifier + number_literal)) ;) }) while (parenthesized_expression "(local_54 < uVar23)" ( (binary_expression "local_54 < uVar23" identifier < identifier) )) ;) })) })) })) (if_statement "if (iVar24 == iVar13) break;" if (parenthesized_expression "(iVar24 == iVar13)" ( (binary_expression "iVar24 == iVar13" identifier == identifier) )) (break_statement "break;" break ;)) (expression_statement "iVar10 = iVar13;" (assignment_expression "iVar10 = iVar13" identifier = identifier) ;) (expression_statement "uVar23 = *(uint *)(iVar13 + 0x10);" (assignment_expression "uVar23 = *(uint *)(iVar13 + 0x10)" identifier = (pointer_expression "*(uint *)(iVar13 + 0x10)" * (cast_expression "(uint *)(iVar13 + 0x10)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar13 + 0x10)" ( (binary_expression "iVar13 + 0x10" identifier + number_literal) ))))) ;) })) }))) })) })) (labeled_statement "LAB_001e9c60:\n iVar9 = *(int *)((int)puVar3 + 0x2c);" statement_identifier : (expression_statement "iVar9 = *(int *)((int)puVar3 + 0x2c);" (assignment_expression "iVar9 = *(int *)((int)puVar3 + 0x2c)" identifier = (pointer_expression "*(int *)((int)puVar3 + 0x2c)" * (cast_expression "(int *)((int)puVar3 + 0x2c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)puVar3 + 0x2c)" ( (binary_expression "(int)puVar3 + 0x2c" (cast_expression "(int)puVar3" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) ))))) ;)) })) })) (if_statement "if ((iVar9 == 4) && (iVar13 = *(int *)((int)puVar3 + 0x3c), iVar13 != 0)) {\n uVar23 = *(uint *)((int)puVar3 + 0x40);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if (((*(uint *)(iVar7 + 0xac) == uVar23) && (*(int *)((int)puVar3 + 0x4c) == 0xc)) &&\n (lVar30 = FUN_00442a10(iVar13,0,0xc,0), lVar30 == 0)) {\n local_6c = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < local_6c) {\n \n FUN_00106f60(iVar7 + 0x90);\n local_6c = local_6c + *(int *)(iVar7 + 0xa4);\n }\n if (local_6c < *(uint *)(iVar7 + 0x28)) {\n iVar13 = iVar6 + local_6c * 0x28;\n if ((((*(int *)(iVar13 + 0x14) != 0) && ((*(byte *)(iVar13 + 8) & 2) != 0)) &&\n (*(int *)(iVar13 + 4) == 1)) &&\n (iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_6c * 4), iVar13 != 0)) {\n cVar4 = FUN_0034cd20(param_4,iVar7,local_6c);\n bVar27 = false;\n bVar28 = cVar4 == '\0';\n if (bVar28) {\n iVar9 = 10;\n pbVar21 = *(byte **)(iVar13 + 0x20);\n pbVar25 = (byte *)".eh_frame";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar27 = *pbVar21 < *pbVar25;\n bVar28 = *pbVar21 == *pbVar25;\n pbVar21 = pbVar21 + (uint)bVar29 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar29 * -2 + 1;\n } while (bVar28);\n if ((!bVar27 && !bVar28) != bVar27) {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_6c) {\n \n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset",iVar9);\n }\n if (*(int *)(*(int *)(iVar7 + 0x84) + local_6c * 4) == -1) {\n \n uVar31 = FUN_002cd8b0(iVar13,iVar7,local_6c);\n if ((int)uVar31 == 0) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable",\n (int)((ulonglong)uVar31 >> 0x20));\n }\n }\n uVar23 = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= uVar23) {\n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + uVar23 * 4);\n if (*(int *)(*(int *)(iVar7 + 0x84) + uVar23 * 4) == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,uVar23);\n if (iVar13 == 0) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }\n else if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if (*(int *)(iVar7 + 0x1c) == 0) {\n \n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }\n FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)((int)puVar3 + 0x38),0\n ,*(undefined4 *)((int)puVar3 + 0x3c),1,0);\n local_34 = (int *)0x0;\n FUN_0028b8b0(iVar7,uVar23,&local_34,0);\n if (*(int *)((int)puVar3 + 0x2c) != 4) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }\n }\n }\n }\n }\n }\n }" if (parenthesized_expression "((iVar9 == 4) && (iVar13 = *(int *)((int)puVar3 + 0x3c), iVar13 != 0))" ( (binary_expression "(iVar9 == 4) && (iVar13 = *(int *)((int)puVar3 + 0x3c), iVar13 != 0)" (parenthesized_expression "(iVar9 == 4)" ( (binary_expression "iVar9 == 4" identifier == number_literal) )) && (parenthesized_expression "(iVar13 = *(int *)((int)puVar3 + 0x3c), iVar13 != 0)" ( (comma_expression "iVar13 = *(int *)((int)puVar3 + 0x3c), iVar13 != 0" (assignment_expression "iVar13 = *(int *)((int)puVar3 + 0x3c)" identifier = (pointer_expression "*(int *)((int)puVar3 + 0x3c)" * (cast_expression "(int *)((int)puVar3 + 0x3c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)puVar3 + 0x3c)" ( (binary_expression "(int)puVar3 + 0x3c" (cast_expression "(int)puVar3" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) ))))) , (binary_expression "iVar13 != 0" identifier != number_literal)) ))) )) (compound_statement "{\n uVar23 = *(uint *)((int)puVar3 + 0x40);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if (((*(uint *)(iVar7 + 0xac) == uVar23) && (*(int *)((int)puVar3 + 0x4c) == 0xc)) &&\n (lVar30 = FUN_00442a10(iVar13,0,0xc,0), lVar30 == 0)) {\n local_6c = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < local_6c) {\n \n FUN_00106f60(iVar7 + 0x90);\n local_6c = local_6c + *(int *)(iVar7 + 0xa4);\n }\n if (local_6c < *(uint *)(iVar7 + 0x28)) {\n iVar13 = iVar6 + local_6c * 0x28;\n if ((((*(int *)(iVar13 + 0x14) != 0) && ((*(byte *)(iVar13 + 8) & 2) != 0)) &&\n (*(int *)(iVar13 + 4) == 1)) &&\n (iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_6c * 4), iVar13 != 0)) {\n cVar4 = FUN_0034cd20(param_4,iVar7,local_6c);\n bVar27 = false;\n bVar28 = cVar4 == '\0';\n if (bVar28) {\n iVar9 = 10;\n pbVar21 = *(byte **)(iVar13 + 0x20);\n pbVar25 = (byte *)".eh_frame";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar27 = *pbVar21 < *pbVar25;\n bVar28 = *pbVar21 == *pbVar25;\n pbVar21 = pbVar21 + (uint)bVar29 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar29 * -2 + 1;\n } while (bVar28);\n if ((!bVar27 && !bVar28) != bVar27) {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_6c) {\n \n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset",iVar9);\n }\n if (*(int *)(*(int *)(iVar7 + 0x84) + local_6c * 4) == -1) {\n \n uVar31 = FUN_002cd8b0(iVar13,iVar7,local_6c);\n if ((int)uVar31 == 0) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable",\n (int)((ulonglong)uVar31 >> 0x20));\n }\n }\n uVar23 = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= uVar23) {\n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + uVar23 * 4);\n if (*(int *)(*(int *)(iVar7 + 0x84) + uVar23 * 4) == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,uVar23);\n if (iVar13 == 0) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }\n else if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if (*(int *)(iVar7 + 0x1c) == 0) {\n \n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }\n FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)((int)puVar3 + 0x38),0\n ,*(undefined4 *)((int)puVar3 + 0x3c),1,0);\n local_34 = (int *)0x0;\n FUN_0028b8b0(iVar7,uVar23,&local_34,0);\n if (*(int *)((int)puVar3 + 0x2c) != 4) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }\n }\n }\n }\n }\n }\n }" { (expression_statement "uVar23 = *(uint *)((int)puVar3 + 0x40);" (assignment_expression "uVar23 = *(uint *)((int)puVar3 + 0x40)" identifier = (pointer_expression "*(uint *)((int)puVar3 + 0x40)" * (cast_expression "(uint *)((int)puVar3 + 0x40)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)puVar3 + 0x40)" ( (binary_expression "(int)puVar3 + 0x40" (cast_expression "(int)puVar3" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) ))))) ;) (if_statement "if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }" if (parenthesized_expression "(0xfeff < uVar23)" ( (binary_expression "0xfeff < uVar23" number_literal < identifier) )) (compound_statement "{\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }" { (expression_statement "FUN_00106f60(iVar7 + 0x90);" (call_expression "FUN_00106f60(iVar7 + 0x90)" identifier (argument_list "(iVar7 + 0x90)" ( (binary_expression "iVar7 + 0x90" identifier + number_literal) ))) ;) (expression_statement "uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);" (assignment_expression "uVar23 = uVar23 + *(int *)(iVar7 + 0xa4)" identifier = (binary_expression "uVar23 + *(int *)(iVar7 + 0xa4)" identifier + (pointer_expression "*(int *)(iVar7 + 0xa4)" * (cast_expression "(int *)(iVar7 + 0xa4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0xa4)" ( (binary_expression "iVar7 + 0xa4" identifier + number_literal) )))))) ;) })) (if_statement "if (((*(uint *)(iVar7 + 0xac) == uVar23) && (*(int *)((int)puVar3 + 0x4c) == 0xc)) &&\n (lVar30 = FUN_00442a10(iVar13,0,0xc,0), lVar30 == 0)) {\n local_6c = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < local_6c) {\n \n FUN_00106f60(iVar7 + 0x90);\n local_6c = local_6c + *(int *)(iVar7 + 0xa4);\n }\n if (local_6c < *(uint *)(iVar7 + 0x28)) {\n iVar13 = iVar6 + local_6c * 0x28;\n if ((((*(int *)(iVar13 + 0x14) != 0) && ((*(byte *)(iVar13 + 8) & 2) != 0)) &&\n (*(int *)(iVar13 + 4) == 1)) &&\n (iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_6c * 4), iVar13 != 0)) {\n cVar4 = FUN_0034cd20(param_4,iVar7,local_6c);\n bVar27 = false;\n bVar28 = cVar4 == '\0';\n if (bVar28) {\n iVar9 = 10;\n pbVar21 = *(byte **)(iVar13 + 0x20);\n pbVar25 = (byte *)".eh_frame";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar27 = *pbVar21 < *pbVar25;\n bVar28 = *pbVar21 == *pbVar25;\n pbVar21 = pbVar21 + (uint)bVar29 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar29 * -2 + 1;\n } while (bVar28);\n if ((!bVar27 && !bVar28) != bVar27) {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_6c) {\n \n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset",iVar9);\n }\n if (*(int *)(*(int *)(iVar7 + 0x84) + local_6c * 4) == -1) {\n \n uVar31 = FUN_002cd8b0(iVar13,iVar7,local_6c);\n if ((int)uVar31 == 0) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable",\n (int)((ulonglong)uVar31 >> 0x20));\n }\n }\n uVar23 = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= uVar23) {\n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + uVar23 * 4);\n if (*(int *)(*(int *)(iVar7 + 0x84) + uVar23 * 4) == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,uVar23);\n if (iVar13 == 0) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }\n else if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if (*(int *)(iVar7 + 0x1c) == 0) {\n \n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }\n FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)((int)puVar3 + 0x38),0\n ,*(undefined4 *)((int)puVar3 + 0x3c),1,0);\n local_34 = (int *)0x0;\n FUN_0028b8b0(iVar7,uVar23,&local_34,0);\n if (*(int *)((int)puVar3 + 0x2c) != 4) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }\n }\n }\n }\n }\n }" if (parenthesized_expression "(((*(uint *)(iVar7 + 0xac) == uVar23) && (*(int *)((int)puVar3 + 0x4c) == 0xc)) &&\n (lVar30 = FUN_00442a10(iVar13,0,0xc,0), lVar30 == 0))" ( (binary_expression "((*(uint *)(iVar7 + 0xac) == uVar23) && (*(int *)((int)puVar3 + 0x4c) == 0xc)) &&\n (lVar30 = FUN_00442a10(iVar13,0,0xc,0), lVar30 == 0)" (parenthesized_expression "((*(uint *)(iVar7 + 0xac) == uVar23) && (*(int *)((int)puVar3 + 0x4c) == 0xc))" ( (binary_expression "(*(uint *)(iVar7 + 0xac) == uVar23) && (*(int *)((int)puVar3 + 0x4c) == 0xc)" (parenthesized_expression "(*(uint *)(iVar7 + 0xac) == uVar23)" ( (binary_expression "*(uint *)(iVar7 + 0xac) == uVar23" (pointer_expression "*(uint *)(iVar7 + 0xac)" * (cast_expression "(uint *)(iVar7 + 0xac)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0xac)" ( (binary_expression "iVar7 + 0xac" identifier + number_literal) )))) == identifier) )) && (parenthesized_expression "(*(int *)((int)puVar3 + 0x4c) == 0xc)" ( (binary_expression "*(int *)((int)puVar3 + 0x4c) == 0xc" (pointer_expression "*(int *)((int)puVar3 + 0x4c)" * (cast_expression "(int *)((int)puVar3 + 0x4c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)puVar3 + 0x4c)" ( (binary_expression "(int)puVar3 + 0x4c" (cast_expression "(int)puVar3" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) == number_literal) ))) )) && (parenthesized_expression "(lVar30 = FUN_00442a10(iVar13,0,0xc,0), lVar30 == 0)" ( (comma_expression "lVar30 = FUN_00442a10(iVar13,0,0xc,0), lVar30 == 0" (assignment_expression "lVar30 = FUN_00442a10(iVar13,0,0xc,0)" identifier = (call_expression "FUN_00442a10(iVar13,0,0xc,0)" identifier (argument_list "(iVar13,0,0xc,0)" ( identifier , number_literal , number_literal , number_literal )))) , (binary_expression "lVar30 == 0" identifier == number_literal)) ))) )) (compound_statement "{\n local_6c = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < local_6c) {\n \n FUN_00106f60(iVar7 + 0x90);\n local_6c = local_6c + *(int *)(iVar7 + 0xa4);\n }\n if (local_6c < *(uint *)(iVar7 + 0x28)) {\n iVar13 = iVar6 + local_6c * 0x28;\n if ((((*(int *)(iVar13 + 0x14) != 0) && ((*(byte *)(iVar13 + 8) & 2) != 0)) &&\n (*(int *)(iVar13 + 4) == 1)) &&\n (iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_6c * 4), iVar13 != 0)) {\n cVar4 = FUN_0034cd20(param_4,iVar7,local_6c);\n bVar27 = false;\n bVar28 = cVar4 == '\0';\n if (bVar28) {\n iVar9 = 10;\n pbVar21 = *(byte **)(iVar13 + 0x20);\n pbVar25 = (byte *)".eh_frame";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar27 = *pbVar21 < *pbVar25;\n bVar28 = *pbVar21 == *pbVar25;\n pbVar21 = pbVar21 + (uint)bVar29 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar29 * -2 + 1;\n } while (bVar28);\n if ((!bVar27 && !bVar28) != bVar27) {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_6c) {\n \n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset",iVar9);\n }\n if (*(int *)(*(int *)(iVar7 + 0x84) + local_6c * 4) == -1) {\n \n uVar31 = FUN_002cd8b0(iVar13,iVar7,local_6c);\n if ((int)uVar31 == 0) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable",\n (int)((ulonglong)uVar31 >> 0x20));\n }\n }\n uVar23 = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= uVar23) {\n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + uVar23 * 4);\n if (*(int *)(*(int *)(iVar7 + 0x84) + uVar23 * 4) == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,uVar23);\n if (iVar13 == 0) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }\n else if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if (*(int *)(iVar7 + 0x1c) == 0) {\n \n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }\n FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)((int)puVar3 + 0x38),0\n ,*(undefined4 *)((int)puVar3 + 0x3c),1,0);\n local_34 = (int *)0x0;\n FUN_0028b8b0(iVar7,uVar23,&local_34,0);\n if (*(int *)((int)puVar3 + 0x2c) != 4) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }\n }\n }\n }\n }\n }" { (expression_statement "local_6c = *(uint *)((int)puVar3 + 0x44);" (assignment_expression "local_6c = *(uint *)((int)puVar3 + 0x44)" identifier = (pointer_expression "*(uint *)((int)puVar3 + 0x44)" * (cast_expression "(uint *)((int)puVar3 + 0x44)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)puVar3 + 0x44)" ( (binary_expression "(int)puVar3 + 0x44" (cast_expression "(int)puVar3" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) ))))) ;) (if_statement "if (0xfeff < local_6c) {\n \n FUN_00106f60(iVar7 + 0x90);\n local_6c = local_6c + *(int *)(iVar7 + 0xa4);\n }" if (parenthesized_expression "(0xfeff < local_6c)" ( (binary_expression "0xfeff < local_6c" number_literal < identifier) )) (compound_statement "{\n \n FUN_00106f60(iVar7 + 0x90);\n local_6c = local_6c + *(int *)(iVar7 + 0xa4);\n }" { (expression_statement "FUN_00106f60(iVar7 + 0x90);" (call_expression "FUN_00106f60(iVar7 + 0x90)" identifier (argument_list "(iVar7 + 0x90)" ( (binary_expression "iVar7 + 0x90" identifier + number_literal) ))) ;) (expression_statement "local_6c = local_6c + *(int *)(iVar7 + 0xa4);" (assignment_expression "local_6c = local_6c + *(int *)(iVar7 + 0xa4)" identifier = (binary_expression "local_6c + *(int *)(iVar7 + 0xa4)" identifier + (pointer_expression "*(int *)(iVar7 + 0xa4)" * (cast_expression "(int *)(iVar7 + 0xa4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0xa4)" ( (binary_expression "iVar7 + 0xa4" identifier + number_literal) )))))) ;) })) (if_statement "if (local_6c < *(uint *)(iVar7 + 0x28)) {\n iVar13 = iVar6 + local_6c * 0x28;\n if ((((*(int *)(iVar13 + 0x14) != 0) && ((*(byte *)(iVar13 + 8) & 2) != 0)) &&\n (*(int *)(iVar13 + 4) == 1)) &&\n (iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_6c * 4), iVar13 != 0)) {\n cVar4 = FUN_0034cd20(param_4,iVar7,local_6c);\n bVar27 = false;\n bVar28 = cVar4 == '\0';\n if (bVar28) {\n iVar9 = 10;\n pbVar21 = *(byte **)(iVar13 + 0x20);\n pbVar25 = (byte *)".eh_frame";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar27 = *pbVar21 < *pbVar25;\n bVar28 = *pbVar21 == *pbVar25;\n pbVar21 = pbVar21 + (uint)bVar29 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar29 * -2 + 1;\n } while (bVar28);\n if ((!bVar27 && !bVar28) != bVar27) {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_6c) {\n \n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset",iVar9);\n }\n if (*(int *)(*(int *)(iVar7 + 0x84) + local_6c * 4) == -1) {\n \n uVar31 = FUN_002cd8b0(iVar13,iVar7,local_6c);\n if ((int)uVar31 == 0) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable",\n (int)((ulonglong)uVar31 >> 0x20));\n }\n }\n uVar23 = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= uVar23) {\n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + uVar23 * 4);\n if (*(int *)(*(int *)(iVar7 + 0x84) + uVar23 * 4) == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,uVar23);\n if (iVar13 == 0) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }\n else if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if (*(int *)(iVar7 + 0x1c) == 0) {\n \n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }\n FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)((int)puVar3 + 0x38),0\n ,*(undefined4 *)((int)puVar3 + 0x3c),1,0);\n local_34 = (int *)0x0;\n FUN_0028b8b0(iVar7,uVar23,&local_34,0);\n if (*(int *)((int)puVar3 + 0x2c) != 4) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }\n }\n }\n }\n }" if (parenthesized_expression "(local_6c < *(uint *)(iVar7 + 0x28))" ( (binary_expression "local_6c < *(uint *)(iVar7 + 0x28)" identifier < (pointer_expression "*(uint *)(iVar7 + 0x28)" * (cast_expression "(uint *)(iVar7 + 0x28)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x28)" ( (binary_expression "iVar7 + 0x28" identifier + number_literal) ))))) )) (compound_statement "{\n iVar13 = iVar6 + local_6c * 0x28;\n if ((((*(int *)(iVar13 + 0x14) != 0) && ((*(byte *)(iVar13 + 8) & 2) != 0)) &&\n (*(int *)(iVar13 + 4) == 1)) &&\n (iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_6c * 4), iVar13 != 0)) {\n cVar4 = FUN_0034cd20(param_4,iVar7,local_6c);\n bVar27 = false;\n bVar28 = cVar4 == '\0';\n if (bVar28) {\n iVar9 = 10;\n pbVar21 = *(byte **)(iVar13 + 0x20);\n pbVar25 = (byte *)".eh_frame";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar27 = *pbVar21 < *pbVar25;\n bVar28 = *pbVar21 == *pbVar25;\n pbVar21 = pbVar21 + (uint)bVar29 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar29 * -2 + 1;\n } while (bVar28);\n if ((!bVar27 && !bVar28) != bVar27) {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_6c) {\n \n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset",iVar9);\n }\n if (*(int *)(*(int *)(iVar7 + 0x84) + local_6c * 4) == -1) {\n \n uVar31 = FUN_002cd8b0(iVar13,iVar7,local_6c);\n if ((int)uVar31 == 0) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable",\n (int)((ulonglong)uVar31 >> 0x20));\n }\n }\n uVar23 = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= uVar23) {\n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + uVar23 * 4);\n if (*(int *)(*(int *)(iVar7 + 0x84) + uVar23 * 4) == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,uVar23);\n if (iVar13 == 0) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }\n else if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if (*(int *)(iVar7 + 0x1c) == 0) {\n \n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }\n FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)((int)puVar3 + 0x38),0\n ,*(undefined4 *)((int)puVar3 + 0x3c),1,0);\n local_34 = (int *)0x0;\n FUN_0028b8b0(iVar7,uVar23,&local_34,0);\n if (*(int *)((int)puVar3 + 0x2c) != 4) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }\n }\n }\n }\n }" { (expression_statement "iVar13 = iVar6 + local_6c * 0x28;" (assignment_expression "iVar13 = iVar6 + local_6c * 0x28" identifier = (binary_expression "iVar6 + local_6c * 0x28" identifier + (binary_expression "local_6c * 0x28" identifier * number_literal))) ;) (if_statement "if ((((*(int *)(iVar13 + 0x14) != 0) && ((*(byte *)(iVar13 + 8) & 2) != 0)) &&\n (*(int *)(iVar13 + 4) == 1)) &&\n (iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_6c * 4), iVar13 != 0)) {\n cVar4 = FUN_0034cd20(param_4,iVar7,local_6c);\n bVar27 = false;\n bVar28 = cVar4 == '\0';\n if (bVar28) {\n iVar9 = 10;\n pbVar21 = *(byte **)(iVar13 + 0x20);\n pbVar25 = (byte *)".eh_frame";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar27 = *pbVar21 < *pbVar25;\n bVar28 = *pbVar21 == *pbVar25;\n pbVar21 = pbVar21 + (uint)bVar29 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar29 * -2 + 1;\n } while (bVar28);\n if ((!bVar27 && !bVar28) != bVar27) {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_6c) {\n \n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset",iVar9);\n }\n if (*(int *)(*(int *)(iVar7 + 0x84) + local_6c * 4) == -1) {\n \n uVar31 = FUN_002cd8b0(iVar13,iVar7,local_6c);\n if ((int)uVar31 == 0) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable",\n (int)((ulonglong)uVar31 >> 0x20));\n }\n }\n uVar23 = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= uVar23) {\n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + uVar23 * 4);\n if (*(int *)(*(int *)(iVar7 + 0x84) + uVar23 * 4) == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,uVar23);\n if (iVar13 == 0) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }\n else if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if (*(int *)(iVar7 + 0x1c) == 0) {\n \n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }\n FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)((int)puVar3 + 0x38),0\n ,*(undefined4 *)((int)puVar3 + 0x3c),1,0);\n local_34 = (int *)0x0;\n FUN_0028b8b0(iVar7,uVar23,&local_34,0);\n if (*(int *)((int)puVar3 + 0x2c) != 4) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }\n }\n }\n }" if (parenthesized_expression "((((*(int *)(iVar13 + 0x14) != 0) && ((*(byte *)(iVar13 + 8) & 2) != 0)) &&\n (*(int *)(iVar13 + 4) == 1)) &&\n (iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_6c * 4), iVar13 != 0))" ( (binary_expression "(((*(int *)(iVar13 + 0x14) != 0) && ((*(byte *)(iVar13 + 8) & 2) != 0)) &&\n (*(int *)(iVar13 + 4) == 1)) &&\n (iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_6c * 4), iVar13 != 0)" (parenthesized_expression "(((*(int *)(iVar13 + 0x14) != 0) && ((*(byte *)(iVar13 + 8) & 2) != 0)) &&\n (*(int *)(iVar13 + 4) == 1))" ( (binary_expression "((*(int *)(iVar13 + 0x14) != 0) && ((*(byte *)(iVar13 + 8) & 2) != 0)) &&\n (*(int *)(iVar13 + 4) == 1)" (parenthesized_expression "((*(int *)(iVar13 + 0x14) != 0) && ((*(byte *)(iVar13 + 8) & 2) != 0))" ( (binary_expression "(*(int *)(iVar13 + 0x14) != 0) && ((*(byte *)(iVar13 + 8) & 2) != 0)" (parenthesized_expression "(*(int *)(iVar13 + 0x14) != 0)" ( (binary_expression "*(int *)(iVar13 + 0x14) != 0" (pointer_expression "*(int *)(iVar13 + 0x14)" * (cast_expression "(int *)(iVar13 + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar13 + 0x14)" ( (binary_expression "iVar13 + 0x14" identifier + number_literal) )))) != number_literal) )) && (parenthesized_expression "((*(byte *)(iVar13 + 8) & 2) != 0)" ( (binary_expression "(*(byte *)(iVar13 + 8) & 2) != 0" (parenthesized_expression "(*(byte *)(iVar13 + 8) & 2)" ( (binary_expression "*(byte *)(iVar13 + 8) & 2" (pointer_expression "*(byte *)(iVar13 + 8)" * (cast_expression "(byte *)(iVar13 + 8)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar13 + 8)" ( (binary_expression "iVar13 + 8" identifier + number_literal) )))) & number_literal) )) != number_literal) ))) )) && (parenthesized_expression "(*(int *)(iVar13 + 4) == 1)" ( (binary_expression "*(int *)(iVar13 + 4) == 1" (pointer_expression "*(int *)(iVar13 + 4)" * (cast_expression "(int *)(iVar13 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar13 + 4)" ( (binary_expression "iVar13 + 4" identifier + number_literal) )))) == number_literal) ))) )) && (parenthesized_expression "(iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_6c * 4), iVar13 != 0)" ( (comma_expression "iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_6c * 4), iVar13 != 0" (assignment_expression "iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_6c * 4)" identifier = (pointer_expression "*(int *)(*(int *)(iVar7 + 0x38) + local_6c * 4)" * (cast_expression "(int *)(*(int *)(iVar7 + 0x38) + local_6c * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(iVar7 + 0x38) + local_6c * 4)" ( (binary_expression "*(int *)(iVar7 + 0x38) + local_6c * 4" (pointer_expression "*(int *)(iVar7 + 0x38)" * (cast_expression "(int *)(iVar7 + 0x38)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x38)" ( (binary_expression "iVar7 + 0x38" identifier + number_literal) )))) + (binary_expression "local_6c * 4" identifier * number_literal)) ))))) , (binary_expression "iVar13 != 0" identifier != number_literal)) ))) )) (compound_statement "{\n cVar4 = FUN_0034cd20(param_4,iVar7,local_6c);\n bVar27 = false;\n bVar28 = cVar4 == '\0';\n if (bVar28) {\n iVar9 = 10;\n pbVar21 = *(byte **)(iVar13 + 0x20);\n pbVar25 = (byte *)".eh_frame";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar27 = *pbVar21 < *pbVar25;\n bVar28 = *pbVar21 == *pbVar25;\n pbVar21 = pbVar21 + (uint)bVar29 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar29 * -2 + 1;\n } while (bVar28);\n if ((!bVar27 && !bVar28) != bVar27) {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_6c) {\n \n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset",iVar9);\n }\n if (*(int *)(*(int *)(iVar7 + 0x84) + local_6c * 4) == -1) {\n \n uVar31 = FUN_002cd8b0(iVar13,iVar7,local_6c);\n if ((int)uVar31 == 0) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable",\n (int)((ulonglong)uVar31 >> 0x20));\n }\n }\n uVar23 = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= uVar23) {\n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + uVar23 * 4);\n if (*(int *)(*(int *)(iVar7 + 0x84) + uVar23 * 4) == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,uVar23);\n if (iVar13 == 0) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }\n else if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if (*(int *)(iVar7 + 0x1c) == 0) {\n \n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }\n FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)((int)puVar3 + 0x38),0\n ,*(undefined4 *)((int)puVar3 + 0x3c),1,0);\n local_34 = (int *)0x0;\n FUN_0028b8b0(iVar7,uVar23,&local_34,0);\n if (*(int *)((int)puVar3 + 0x2c) != 4) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }\n }\n }\n }" { (expression_statement "cVar4 = FUN_0034cd20(param_4,iVar7,local_6c);" (assignment_expression "cVar4 = FUN_0034cd20(param_4,iVar7,local_6c)" identifier = (call_expression "FUN_0034cd20(param_4,iVar7,local_6c)" identifier (argument_list "(param_4,iVar7,local_6c)" ( identifier , identifier , identifier )))) ;) (expression_statement "bVar27 = false;" (assignment_expression "bVar27 = false" identifier = false) ;) (expression_statement "bVar28 = cVar4 == '\0';" (assignment_expression "bVar28 = cVar4 == '\0'" identifier = (binary_expression "cVar4 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence '))) ;) (if_statement "if (bVar28) {\n iVar9 = 10;\n pbVar21 = *(byte **)(iVar13 + 0x20);\n pbVar25 = (byte *)".eh_frame";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar27 = *pbVar21 < *pbVar25;\n bVar28 = *pbVar21 == *pbVar25;\n pbVar21 = pbVar21 + (uint)bVar29 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar29 * -2 + 1;\n } while (bVar28);\n if ((!bVar27 && !bVar28) != bVar27) {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_6c) {\n \n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset",iVar9);\n }\n if (*(int *)(*(int *)(iVar7 + 0x84) + local_6c * 4) == -1) {\n \n uVar31 = FUN_002cd8b0(iVar13,iVar7,local_6c);\n if ((int)uVar31 == 0) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable",\n (int)((ulonglong)uVar31 >> 0x20));\n }\n }\n uVar23 = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= uVar23) {\n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + uVar23 * 4);\n if (*(int *)(*(int *)(iVar7 + 0x84) + uVar23 * 4) == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,uVar23);\n if (iVar13 == 0) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }\n else if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if (*(int *)(iVar7 + 0x1c) == 0) {\n \n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }\n FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)((int)puVar3 + 0x38),0\n ,*(undefined4 *)((int)puVar3 + 0x3c),1,0);\n local_34 = (int *)0x0;\n FUN_0028b8b0(iVar7,uVar23,&local_34,0);\n if (*(int *)((int)puVar3 + 0x2c) != 4) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }\n }\n }" if (parenthesized_expression "(bVar28)" ( identifier )) (compound_statement "{\n iVar9 = 10;\n pbVar21 = *(byte **)(iVar13 + 0x20);\n pbVar25 = (byte *)".eh_frame";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar27 = *pbVar21 < *pbVar25;\n bVar28 = *pbVar21 == *pbVar25;\n pbVar21 = pbVar21 + (uint)bVar29 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar29 * -2 + 1;\n } while (bVar28);\n if ((!bVar27 && !bVar28) != bVar27) {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_6c) {\n \n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset",iVar9);\n }\n if (*(int *)(*(int *)(iVar7 + 0x84) + local_6c * 4) == -1) {\n \n uVar31 = FUN_002cd8b0(iVar13,iVar7,local_6c);\n if ((int)uVar31 == 0) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable",\n (int)((ulonglong)uVar31 >> 0x20));\n }\n }\n uVar23 = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= uVar23) {\n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + uVar23 * 4);\n if (*(int *)(*(int *)(iVar7 + 0x84) + uVar23 * 4) == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,uVar23);\n if (iVar13 == 0) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }\n else if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if (*(int *)(iVar7 + 0x1c) == 0) {\n \n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }\n FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)((int)puVar3 + 0x38),0\n ,*(undefined4 *)((int)puVar3 + 0x3c),1,0);\n local_34 = (int *)0x0;\n FUN_0028b8b0(iVar7,uVar23,&local_34,0);\n if (*(int *)((int)puVar3 + 0x2c) != 4) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }\n }\n }" { (expression_statement "iVar9 = 10;" (assignment_expression "iVar9 = 10" identifier = number_literal) ;) (expression_statement "pbVar21 = *(byte **)(iVar13 + 0x20);" (assignment_expression "pbVar21 = *(byte **)(iVar13 + 0x20)" identifier = (pointer_expression "*(byte **)(iVar13 + 0x20)" * (cast_expression "(byte **)(iVar13 + 0x20)" ( (type_descriptor "byte **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar13 + 0x20)" ( (binary_expression "iVar13 + 0x20" identifier + number_literal) ))))) ;) (expression_statement "pbVar25 = (byte *)".eh_frame";" (assignment_expression "pbVar25 = (byte *)".eh_frame"" identifier = (cast_expression "(byte *)".eh_frame"" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (string_literal "".eh_frame"" " string_content "))) ;) (do_statement "do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar27 = *pbVar21 < *pbVar25;\n bVar28 = *pbVar21 == *pbVar25;\n pbVar21 = pbVar21 + (uint)bVar29 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar29 * -2 + 1;\n } while (bVar28);" do (compound_statement "{\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar27 = *pbVar21 < *pbVar25;\n bVar28 = *pbVar21 == *pbVar25;\n pbVar21 = pbVar21 + (uint)bVar29 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar29 * -2 + 1;\n }" { (if_statement "if (iVar9 == 0) break;" if (parenthesized_expression "(iVar9 == 0)" ( (binary_expression "iVar9 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "iVar9 = iVar9 + -1;" (assignment_expression "iVar9 = iVar9 + -1" identifier = (binary_expression "iVar9 + -1" identifier + number_literal)) ;) (expression_statement "bVar27 = *pbVar21 < *pbVar25;" (assignment_expression "bVar27 = *pbVar21 < *pbVar25" identifier = (binary_expression "*pbVar21 < *pbVar25" (pointer_expression "*pbVar21" * identifier) < (pointer_expression "*pbVar25" * identifier))) ;) (expression_statement "bVar28 = *pbVar21 == *pbVar25;" (assignment_expression "bVar28 = *pbVar21 == *pbVar25" identifier = (binary_expression "*pbVar21 == *pbVar25" (pointer_expression "*pbVar21" * identifier) == (pointer_expression "*pbVar25" * identifier))) ;) (expression_statement "pbVar21 = pbVar21 + (uint)bVar29 * -2 + 1;" (assignment_expression "pbVar21 = pbVar21 + (uint)bVar29 * -2 + 1" identifier = (binary_expression "pbVar21 + (uint)bVar29 * -2 + 1" (binary_expression "pbVar21 + (uint)bVar29 * -2" identifier + (binary_expression "(uint)bVar29 * -2" (cast_expression "(uint)bVar29" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "pbVar25 = pbVar25 + (uint)bVar29 * -2 + 1;" (assignment_expression "pbVar25 = pbVar25 + (uint)bVar29 * -2 + 1" identifier = (binary_expression "pbVar25 + (uint)bVar29 * -2 + 1" (binary_expression "pbVar25 + (uint)bVar29 * -2" identifier + (binary_expression "(uint)bVar29 * -2" (cast_expression "(uint)bVar29" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar28)" ( identifier )) ;) (if_statement "if ((!bVar27 && !bVar28) != bVar27) {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_6c) {\n \n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset",iVar9);\n }\n if (*(int *)(*(int *)(iVar7 + 0x84) + local_6c * 4) == -1) {\n \n uVar31 = FUN_002cd8b0(iVar13,iVar7,local_6c);\n if ((int)uVar31 == 0) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable",\n (int)((ulonglong)uVar31 >> 0x20));\n }\n }\n uVar23 = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= uVar23) {\n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + uVar23 * 4);\n if (*(int *)(*(int *)(iVar7 + 0x84) + uVar23 * 4) == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,uVar23);\n if (iVar13 == 0) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }\n else if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if (*(int *)(iVar7 + 0x1c) == 0) {\n \n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }\n FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)((int)puVar3 + 0x38),0\n ,*(undefined4 *)((int)puVar3 + 0x3c),1,0);\n local_34 = (int *)0x0;\n FUN_0028b8b0(iVar7,uVar23,&local_34,0);\n if (*(int *)((int)puVar3 + 0x2c) != 4) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }\n }" if (parenthesized_expression "((!bVar27 && !bVar28) != bVar27)" ( (binary_expression "(!bVar27 && !bVar28) != bVar27" (parenthesized_expression "(!bVar27 && !bVar28)" ( (binary_expression "!bVar27 && !bVar28" (unary_expression "!bVar27" ! identifier) && (unary_expression "!bVar28" ! identifier)) )) != identifier) )) (compound_statement "{\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_6c) {\n \n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset",iVar9);\n }\n if (*(int *)(*(int *)(iVar7 + 0x84) + local_6c * 4) == -1) {\n \n uVar31 = FUN_002cd8b0(iVar13,iVar7,local_6c);\n if ((int)uVar31 == 0) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable",\n (int)((ulonglong)uVar31 >> 0x20));\n }\n }\n uVar23 = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= uVar23) {\n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + uVar23 * 4);\n if (*(int *)(*(int *)(iVar7 + 0x84) + uVar23 * 4) == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,uVar23);\n if (iVar13 == 0) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }\n else if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if (*(int *)(iVar7 + 0x1c) == 0) {\n \n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }\n FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)((int)puVar3 + 0x38),0\n ,*(undefined4 *)((int)puVar3 + 0x3c),1,0);\n local_34 = (int *)0x0;\n FUN_0028b8b0(iVar7,uVar23,&local_34,0);\n if (*(int *)((int)puVar3 + 0x2c) != 4) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }\n }" { (if_statement "if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_6c) {\n \n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset",iVar9);\n }" if (parenthesized_expression "((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_6c)" ( (binary_expression "(uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_6c" (call_expression "(uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2)" ( (binary_expression "*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2" (binary_expression "*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84)" (pointer_expression "*(int *)(iVar7 + 0x88)" * (cast_expression "(int *)(iVar7 + 0x88)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x88)" ( (binary_expression "iVar7 + 0x88" identifier + number_literal) )))) - (pointer_expression "*(int *)(iVar7 + 0x84)" * (cast_expression "(int *)(iVar7 + 0x84)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x84)" ( (binary_expression "iVar7 + 0x84" identifier + number_literal) ))))) >> number_literal) ))) <= identifier) )) (compound_statement "{\n \n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset",iVar9);\n }" { (expression_statement "FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset",iVar9);" (call_expression "FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset",iVar9)" identifier (argument_list "("../../gold/object.h",0x7f7,"get_output_section_offset",iVar9)" ( (string_literal ""../../gold/object.h"" " string_content ") , number_literal , (string_literal ""get_output_section_offset"" " string_content ") , identifier ))) ;) })) (if_statement "if (*(int *)(*(int *)(iVar7 + 0x84) + local_6c * 4) == -1) {\n \n uVar31 = FUN_002cd8b0(iVar13,iVar7,local_6c);\n if ((int)uVar31 == 0) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable",\n (int)((ulonglong)uVar31 >> 0x20));\n }\n }" if (parenthesized_expression "(*(int *)(*(int *)(iVar7 + 0x84) + local_6c * 4) == -1)" ( (binary_expression "*(int *)(*(int *)(iVar7 + 0x84) + local_6c * 4) == -1" (pointer_expression "*(int *)(*(int *)(iVar7 + 0x84) + local_6c * 4)" * (cast_expression "(int *)(*(int *)(iVar7 + 0x84) + local_6c * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(iVar7 + 0x84) + local_6c * 4)" ( (binary_expression "*(int *)(iVar7 + 0x84) + local_6c * 4" (pointer_expression "*(int *)(iVar7 + 0x84)" * (cast_expression "(int *)(iVar7 + 0x84)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x84)" ( (binary_expression "iVar7 + 0x84" identifier + number_literal) )))) + (binary_expression "local_6c * 4" identifier * number_literal)) )))) == number_literal) )) (compound_statement "{\n \n uVar31 = FUN_002cd8b0(iVar13,iVar7,local_6c);\n if ((int)uVar31 == 0) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable",\n (int)((ulonglong)uVar31 >> 0x20));\n }\n }" { (expression_statement "uVar31 = FUN_002cd8b0(iVar13,iVar7,local_6c);" (assignment_expression "uVar31 = FUN_002cd8b0(iVar13,iVar7,local_6c)" identifier = (call_expression "FUN_002cd8b0(iVar13,iVar7,local_6c)" identifier (argument_list "(iVar13,iVar7,local_6c)" ( identifier , identifier , identifier )))) ;) (if_statement "if ((int)uVar31 == 0) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable",\n (int)((ulonglong)uVar31 >> 0x20));\n }" if (parenthesized_expression "((int)uVar31 == 0)" ( (binary_expression "(int)uVar31 == 0" (cast_expression "(int)uVar31" ( (type_descriptor "int" primitive_type) ) identifier) == number_literal) )) (compound_statement "{\n \n FUN_002446e0("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable",\n (int)((ulonglong)uVar31 >> 0x20));\n }" { (expression_statement "FUN_002446e0("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable",\n (int)((ulonglong)uVar31 >> 0x20));" (call_expression "FUN_002446e0("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable",\n (int)((ulonglong)uVar31 >> 0x20))" identifier (argument_list "("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable",\n (int)((ulonglong)uVar31 >> 0x20))" ( (string_literal ""../../gold/aarch64.cc"" " string_content ") , number_literal , (string_literal ""text_section_is_scannable"" " string_content ") , (cast_expression "(int)((ulonglong)uVar31 >> 0x20)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "((ulonglong)uVar31 >> 0x20)" ( (binary_expression "(ulonglong)uVar31 >> 0x20" (cast_expression "(ulonglong)uVar31" ( (type_descriptor "ulonglong" type_identifier) ) identifier) >> number_literal) ))) ))) ;) })) })) (expression_statement "uVar23 = *(uint *)((int)puVar3 + 0x44);" (assignment_expression "uVar23 = *(uint *)((int)puVar3 + 0x44)" identifier = (pointer_expression "*(uint *)((int)puVar3 + 0x44)" * (cast_expression "(uint *)((int)puVar3 + 0x44)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)puVar3 + 0x44)" ( (binary_expression "(int)puVar3 + 0x44" (cast_expression "(int)puVar3" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) ))))) ;) (if_statement "if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }" if (parenthesized_expression "(0xfeff < uVar23)" ( (binary_expression "0xfeff < uVar23" number_literal < identifier) )) (compound_statement "{\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }" { (expression_statement "FUN_00106f60(iVar7 + 0x90);" (call_expression "FUN_00106f60(iVar7 + 0x90)" identifier (argument_list "(iVar7 + 0x90)" ( (binary_expression "iVar7 + 0x90" identifier + number_literal) ))) ;) (expression_statement "uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);" (assignment_expression "uVar23 = uVar23 + *(int *)(iVar7 + 0xa4)" identifier = (binary_expression "uVar23 + *(int *)(iVar7 + 0xa4)" identifier + (pointer_expression "*(int *)(iVar7 + 0xa4)" * (cast_expression "(int *)(iVar7 + 0xa4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0xa4)" ( (binary_expression "iVar7 + 0xa4" identifier + number_literal) )))))) ;) })) (if_statement "if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= uVar23) {\n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }" if (parenthesized_expression "((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= uVar23)" ( (binary_expression "(uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= uVar23" (call_expression "(uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2)" ( (binary_expression "*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2" (binary_expression "*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84)" (pointer_expression "*(int *)(iVar7 + 0x88)" * (cast_expression "(int *)(iVar7 + 0x88)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x88)" ( (binary_expression "iVar7 + 0x88" identifier + number_literal) )))) - (pointer_expression "*(int *)(iVar7 + 0x84)" * (cast_expression "(int *)(iVar7 + 0x84)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x84)" ( (binary_expression "iVar7 + 0x84" identifier + number_literal) ))))) >> number_literal) ))) <= identifier) )) (compound_statement "{\n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }" { (expression_statement "FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");" (call_expression "FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset")" identifier (argument_list "("../../gold/object.h",0x7f7,"get_output_section_offset")" ( (string_literal ""../../gold/object.h"" " string_content ") , number_literal , (string_literal ""get_output_section_offset"" " string_content ") ))) ;) })) (expression_statement "iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + uVar23 * 4);" (assignment_expression "iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + uVar23 * 4)" identifier = (pointer_expression "*(int *)(*(int *)(iVar7 + 0x38) + uVar23 * 4)" * (cast_expression "(int *)(*(int *)(iVar7 + 0x38) + uVar23 * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(iVar7 + 0x38) + uVar23 * 4)" ( (binary_expression "*(int *)(iVar7 + 0x38) + uVar23 * 4" (pointer_expression "*(int *)(iVar7 + 0x38)" * (cast_expression "(int *)(iVar7 + 0x38)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x38)" ( (binary_expression "iVar7 + 0x38" identifier + number_literal) )))) + (binary_expression "uVar23 * 4" identifier * number_literal)) ))))) ;) (if_statement "if (*(int *)(*(int *)(iVar7 + 0x84) + uVar23 * 4) == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,uVar23);\n if (iVar13 == 0) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }\n else if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }" if (parenthesized_expression "(*(int *)(*(int *)(iVar7 + 0x84) + uVar23 * 4) == -1)" ( (binary_expression "*(int *)(*(int *)(iVar7 + 0x84) + uVar23 * 4) == -1" (pointer_expression "*(int *)(*(int *)(iVar7 + 0x84) + uVar23 * 4)" * (cast_expression "(int *)(*(int *)(iVar7 + 0x84) + uVar23 * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(iVar7 + 0x84) + uVar23 * 4)" ( (binary_expression "*(int *)(iVar7 + 0x84) + uVar23 * 4" (pointer_expression "*(int *)(iVar7 + 0x84)" * (cast_expression "(int *)(iVar7 + 0x84)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x84)" ( (binary_expression "iVar7 + 0x84" identifier + number_literal) )))) + (binary_expression "uVar23 * 4" identifier * number_literal)) )))) == number_literal) )) (compound_statement "{\n iVar13 = FUN_002cd8b0(iVar13,iVar7,uVar23);\n if (iVar13 == 0) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }" { (expression_statement "iVar13 = FUN_002cd8b0(iVar13,iVar7,uVar23);" (assignment_expression "iVar13 = FUN_002cd8b0(iVar13,iVar7,uVar23)" identifier = (call_expression "FUN_002cd8b0(iVar13,iVar7,uVar23)" identifier (argument_list "(iVar13,iVar7,uVar23)" ( identifier , identifier , identifier )))) ;) (if_statement "if (iVar13 == 0) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }" if (parenthesized_expression "(iVar13 == 0)" ( (binary_expression "iVar13 == 0" identifier == number_literal) )) (compound_statement "{\n \n \n FUN_002446e0("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }" { (expression_statement "FUN_002446e0("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");" (call_expression "FUN_002446e0("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs")" identifier (argument_list "("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs")" ( (string_literal ""../../gold/aarch64.cc"" " string_content ") , number_literal , (string_literal ""scan_sections_for_stubs"" " string_content ") ))) ;) })) (if_statement "if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }" if (parenthesized_expression "((*(byte *)(iVar13 + 0x1c) & 1) == 0)" ( (binary_expression "(*(byte *)(iVar13 + 0x1c) & 1) == 0" (parenthesized_expression "(*(byte *)(iVar13 + 0x1c) & 1)" ( (binary_expression "*(byte *)(iVar13 + 0x1c) & 1" (pointer_expression "*(byte *)(iVar13 + 0x1c)" * (cast_expression "(byte *)(iVar13 + 0x1c)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar13 + 0x1c)" ( (binary_expression "iVar13 + 0x1c" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }" { (expression_statement "FUN_002446e0("../../gold/output.h",0xc5,"address");" (call_expression "FUN_002446e0("../../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 ") ))) ;) })) }) (else_clause "else if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }" else (if_statement "if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }" if (parenthesized_expression "((*(byte *)(iVar13 + 0x1c) & 1) == 0)" ( (binary_expression "(*(byte *)(iVar13 + 0x1c) & 1) == 0" (parenthesized_expression "(*(byte *)(iVar13 + 0x1c) & 1)" ( (binary_expression "*(byte *)(iVar13 + 0x1c) & 1" (pointer_expression "*(byte *)(iVar13 + 0x1c)" * (cast_expression "(byte *)(iVar13 + 0x1c)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar13 + 0x1c)" ( (binary_expression "iVar13 + 0x1c" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }" { (expression_statement "FUN_002446e0("../../gold/output.h",0xc5,"address");" (call_expression "FUN_002446e0("../../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 ") ))) ;) })))) (if_statement "if (*(int *)(iVar7 + 0x1c) == 0) {\n \n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }" if (parenthesized_expression "(*(int *)(iVar7 + 0x1c) == 0)" ( (binary_expression "*(int *)(iVar7 + 0x1c) == 0" (pointer_expression "*(int *)(iVar7 + 0x1c)" * (cast_expression "(int *)(iVar7 + 0x1c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x1c)" ( (binary_expression "iVar7 + 0x1c" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n \n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }" { (expression_statement "FUN_002446e0("../../gold/object.h",0x1e3,"input_file");" (call_expression "FUN_002446e0("../../gold/object.h",0x1e3,"input_file")" identifier (argument_list "("../../gold/object.h",0x1e3,"input_file")" ( (string_literal ""../../gold/object.h"" " string_content ") , number_literal , (string_literal ""input_file"" " string_content ") ))) ;) })) (expression_statement "FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)((int)puVar3 + 0x38),0\n ,*(undefined4 *)((int)puVar3 + 0x3c),1,0);" (call_expression "FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)((int)puVar3 + 0x38),0\n ,*(undefined4 *)((int)puVar3 + 0x3c),1,0)" identifier (argument_list "(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)((int)puVar3 + 0x38),0\n ,*(undefined4 *)((int)puVar3 + 0x3c),1,0)" ( (binary_expression "*(int *)(iVar7 + 0x1c) + 0x1c" (pointer_expression "*(int *)(iVar7 + 0x1c)" * (cast_expression "(int *)(iVar7 + 0x1c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x1c)" ( (binary_expression "iVar7 + 0x1c" identifier + number_literal) )))) + number_literal) , (pointer_expression "*(undefined4 *)(iVar7 + 0x20)" * (cast_expression "(undefined4 *)(iVar7 + 0x20)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x20)" ( (binary_expression "iVar7 + 0x20" identifier + number_literal) )))) , (pointer_expression "*(undefined4 *)(iVar7 + 0x24)" * (cast_expression "(undefined4 *)(iVar7 + 0x24)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x24)" ( (binary_expression "iVar7 + 0x24" identifier + number_literal) )))) , (pointer_expression "*(undefined4 *)((int)puVar3 + 0x38)" * (cast_expression "(undefined4 *)((int)puVar3 + 0x38)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)puVar3 + 0x38)" ( (binary_expression "(int)puVar3 + 0x38" (cast_expression "(int)puVar3" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) , number_literal , (pointer_expression "*(undefined4 *)((int)puVar3 + 0x3c)" * (cast_expression "(undefined4 *)((int)puVar3 + 0x3c)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)puVar3 + 0x3c)" ( (binary_expression "(int)puVar3 + 0x3c" (cast_expression "(int)puVar3" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) , number_literal , number_literal ))) ;) (expression_statement "local_34 = (int *)0x0;" (assignment_expression "local_34 = (int *)0x0" identifier = (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "FUN_0028b8b0(iVar7,uVar23,&local_34,0);" (call_expression "FUN_0028b8b0(iVar7,uVar23,&local_34,0)" identifier (argument_list "(iVar7,uVar23,&local_34,0)" ( identifier , identifier , (pointer_expression "&local_34" & identifier) , number_literal ))) ;) (if_statement "if (*(int *)((int)puVar3 + 0x2c) != 4) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }" if (parenthesized_expression "(*(int *)((int)puVar3 + 0x2c) != 4)" ( (binary_expression "*(int *)((int)puVar3 + 0x2c) != 4" (pointer_expression "*(int *)((int)puVar3 + 0x2c)" * (cast_expression "(int *)((int)puVar3 + 0x2c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)puVar3 + 0x2c)" ( (binary_expression "(int)puVar3 + 0x2c" (cast_expression "(int)puVar3" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) != number_literal) )) (compound_statement "{\n \n FUN_002446e0("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }" { (expression_statement "FUN_002446e0("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");" (call_expression "FUN_002446e0("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs")" identifier (argument_list "("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs")" ( (string_literal ""../../gold/aarch64.cc"" " string_content ") , number_literal , (string_literal ""scan_sections_for_stubs"" " string_content ") ))) ;) })) })) })) })) })) })) })) (expression_statement "local_64 = local_64 + 1;" (assignment_expression "local_64 = local_64 + 1" identifier = (binary_expression "local_64 + 1" identifier + number_literal)) ;) (if_statement "if (uVar26 == local_64) break;" if (parenthesized_expression "(uVar26 == local_64)" ( (binary_expression "uVar26 == local_64" identifier == identifier) )) (break_statement "break;" break ;)) (expression_statement "iVar13 = *(int *)(DAT_005ea7c8 + 8);" (assignment_expression "iVar13 = *(int *)(DAT_005ea7c8 + 8)" identifier = (pointer_expression "*(int *)(DAT_005ea7c8 + 8)" * (cast_expression "(int *)(DAT_005ea7c8 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_005ea7c8 + 8)" ( (binary_expression "DAT_005ea7c8 + 8" identifier + number_literal) ))))) ;) (expression_statement "puVar3 = local_5c;" (assignment_expression "puVar3 = local_5c" identifier = identifier) ;) (if_statement "if (iVar13 == 0) goto LAB_001e9d87;" if (parenthesized_expression "(iVar13 == 0)" ( (binary_expression "iVar13 == 0" identifier == number_literal) )) (goto_statement "goto LAB_001e9d87;" goto statement_identifier ;)) }) while (parenthesized_expression "( true )" ( true )) ;) })) (if_statement "if (*(int *)(iVar7 + 0x1c) != 0) {\n FUN_0023dd30(*(int *)(iVar7 + 0x1c) + 0x1c,param_6);\n }" if (parenthesized_expression "(*(int *)(iVar7 + 0x1c) != 0)" ( (binary_expression "*(int *)(iVar7 + 0x1c) != 0" (pointer_expression "*(int *)(iVar7 + 0x1c)" * (cast_expression "(int *)(iVar7 + 0x1c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x1c)" ( (binary_expression "iVar7 + 0x1c" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n FUN_0023dd30(*(int *)(iVar7 + 0x1c) + 0x1c,param_6);\n }" { (expression_statement "FUN_0023dd30(*(int *)(iVar7 + 0x1c) + 0x1c,param_6);" (call_expression "FUN_0023dd30(*(int *)(iVar7 + 0x1c) + 0x1c,param_6)" identifier (argument_list "(*(int *)(iVar7 + 0x1c) + 0x1c,param_6)" ( (binary_expression "*(int *)(iVar7 + 0x1c) + 0x1c" (pointer_expression "*(int *)(iVar7 + 0x1c)" * (cast_expression "(int *)(iVar7 + 0x1c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x1c)" ( (binary_expression "iVar7 + 0x1c" identifier + number_literal) )))) + number_literal) , identifier ))) ;) })) (expression_statement "local_ac = local_ac + 1;" (assignment_expression "local_ac = local_ac + 1" identifier = (binary_expression "local_ac + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "((int *)param_3[1] != local_ac)" ( (binary_expression "(int *)param_3[1] != local_ac" (cast_expression "(int *)param_3[1]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_3[1]" identifier [ number_literal ])) != identifier) )) ;) (labeled_statement "LAB_001e9f98:\n piVar8 = *(int **)(param_1 + 100);" statement_identifier : (expression_statement "piVar8 = *(int **)(param_1 + 100);" (assignment_expression "piVar8 = *(int **)(param_1 + 100)" identifier = (pointer_expression "*(int **)(param_1 + 100)" * (cast_expression "(int **)(param_1 + 100)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 100)" ( (binary_expression "param_1 + 100" identifier + number_literal) ))))) ;)) (expression_statement "piVar19 = *(int **)(param_1 + 0x60);" (assignment_expression "piVar19 = *(int **)(param_1 + 0x60)" identifier = (pointer_expression "*(int **)(param_1 + 0x60)" * (cast_expression "(int **)(param_1 + 0x60)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x60)" ( (binary_expression "param_1 + 0x60" identifier + number_literal) ))))) ;) (while_statement "while( true ) {\n if (piVar19 == piVar8) {\n return 0;\n }\n iVar7 = *piVar19;\n iVar6 = *(int *)(iVar7 + 0x68);\n uVar26 = *(uint *)(iVar7 + 0x58) + 3 & 0xfffffffc;\n iVar13 = *(int *)(iVar7 + 0x6c);\n iVar24 = uVar26 + *(uint *)(iVar7 + 0x60);\n iVar9 = *(int *)(iVar7 + 0x5c) + (uint)(0xfffffffc < *(uint *)(iVar7 + 0x58)) +\n *(int *)(iVar7 + 100) + (uint)CARRY4(uVar26,*(uint *)(iVar7 + 0x60));\n *(int *)(iVar7 + 0x68) = iVar24;\n *(int *)(iVar7 + 0x6c) = iVar9;\n if (iVar13 != iVar9 || iVar6 != iVar24) break;\n piVar19 = piVar19 + 1;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n if (piVar19 == piVar8) {\n return 0;\n }\n iVar7 = *piVar19;\n iVar6 = *(int *)(iVar7 + 0x68);\n uVar26 = *(uint *)(iVar7 + 0x58) + 3 & 0xfffffffc;\n iVar13 = *(int *)(iVar7 + 0x6c);\n iVar24 = uVar26 + *(uint *)(iVar7 + 0x60);\n iVar9 = *(int *)(iVar7 + 0x5c) + (uint)(0xfffffffc < *(uint *)(iVar7 + 0x58)) +\n *(int *)(iVar7 + 100) + (uint)CARRY4(uVar26,*(uint *)(iVar7 + 0x60));\n *(int *)(iVar7 + 0x68) = iVar24;\n *(int *)(iVar7 + 0x6c) = iVar9;\n if (iVar13 != iVar9 || iVar6 != iVar24) break;\n piVar19 = piVar19 + 1;\n }" { (if_statement "if (piVar19 == piVar8) {\n return 0;\n }" if (parenthesized_expression "(piVar19 == piVar8)" ( (binary_expression "piVar19 == piVar8" identifier == identifier) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) (expression_statement "iVar7 = *piVar19;" (assignment_expression "iVar7 = *piVar19" identifier = (pointer_expression "*piVar19" * identifier)) ;) (expression_statement "iVar6 = *(int *)(iVar7 + 0x68);" (assignment_expression "iVar6 = *(int *)(iVar7 + 0x68)" identifier = (pointer_expression "*(int *)(iVar7 + 0x68)" * (cast_expression "(int *)(iVar7 + 0x68)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x68)" ( (binary_expression "iVar7 + 0x68" identifier + number_literal) ))))) ;) (expression_statement "uVar26 = *(uint *)(iVar7 + 0x58) + 3 & 0xfffffffc;" (assignment_expression "uVar26 = *(uint *)(iVar7 + 0x58) + 3 & 0xfffffffc" identifier = (binary_expression "*(uint *)(iVar7 + 0x58) + 3 & 0xfffffffc" (binary_expression "*(uint *)(iVar7 + 0x58) + 3" (pointer_expression "*(uint *)(iVar7 + 0x58)" * (cast_expression "(uint *)(iVar7 + 0x58)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x58)" ( (binary_expression "iVar7 + 0x58" identifier + number_literal) )))) + number_literal) & number_literal)) ;) (expression_statement "iVar13 = *(int *)(iVar7 + 0x6c);" (assignment_expression "iVar13 = *(int *)(iVar7 + 0x6c)" identifier = (pointer_expression "*(int *)(iVar7 + 0x6c)" * (cast_expression "(int *)(iVar7 + 0x6c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x6c)" ( (binary_expression "iVar7 + 0x6c" identifier + number_literal) ))))) ;) (expression_statement "iVar24 = uVar26 + *(uint *)(iVar7 + 0x60);" (assignment_expression "iVar24 = uVar26 + *(uint *)(iVar7 + 0x60)" identifier = (binary_expression "uVar26 + *(uint *)(iVar7 + 0x60)" identifier + (pointer_expression "*(uint *)(iVar7 + 0x60)" * (cast_expression "(uint *)(iVar7 + 0x60)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x60)" ( (binary_expression "iVar7 + 0x60" identifier + number_literal) )))))) ;) (expression_statement "iVar9 = *(int *)(iVar7 + 0x5c) + (uint)(0xfffffffc < *(uint *)(iVar7 + 0x58)) +\n *(int *)(iVar7 + 100) + (uint)CARRY4(uVar26,*(uint *)(iVar7 + 0x60));" (assignment_expression "iVar9 = *(int *)(iVar7 + 0x5c) + (uint)(0xfffffffc < *(uint *)(iVar7 + 0x58)) +\n *(int *)(iVar7 + 100) + (uint)CARRY4(uVar26,*(uint *)(iVar7 + 0x60))" identifier = (binary_expression "*(int *)(iVar7 + 0x5c) + (uint)(0xfffffffc < *(uint *)(iVar7 + 0x58)) +\n *(int *)(iVar7 + 100) + (uint)CARRY4(uVar26,*(uint *)(iVar7 + 0x60))" (binary_expression "*(int *)(iVar7 + 0x5c) + (uint)(0xfffffffc < *(uint *)(iVar7 + 0x58)) +\n *(int *)(iVar7 + 100)" (binary_expression "*(int *)(iVar7 + 0x5c) + (uint)(0xfffffffc < *(uint *)(iVar7 + 0x58))" (pointer_expression "*(int *)(iVar7 + 0x5c)" * (cast_expression "(int *)(iVar7 + 0x5c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x5c)" ( (binary_expression "iVar7 + 0x5c" identifier + number_literal) )))) + (call_expression "(uint)(0xfffffffc < *(uint *)(iVar7 + 0x58))" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(0xfffffffc < *(uint *)(iVar7 + 0x58))" ( (binary_expression "0xfffffffc < *(uint *)(iVar7 + 0x58)" number_literal < (pointer_expression "*(uint *)(iVar7 + 0x58)" * (cast_expression "(uint *)(iVar7 + 0x58)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x58)" ( (binary_expression "iVar7 + 0x58" identifier + number_literal) ))))) )))) + (pointer_expression "*(int *)(iVar7 + 100)" * (cast_expression "(int *)(iVar7 + 100)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 100)" ( (binary_expression "iVar7 + 100" identifier + number_literal) ))))) + (cast_expression "(uint)CARRY4(uVar26,*(uint *)(iVar7 + 0x60))" ( (type_descriptor "uint" type_identifier) ) (call_expression "CARRY4(uVar26,*(uint *)(iVar7 + 0x60))" identifier (argument_list "(uVar26,*(uint *)(iVar7 + 0x60))" ( identifier , (pointer_expression "*(uint *)(iVar7 + 0x60)" * (cast_expression "(uint *)(iVar7 + 0x60)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x60)" ( (binary_expression "iVar7 + 0x60" identifier + number_literal) )))) )))))) ;) (expression_statement "*(int *)(iVar7 + 0x68) = iVar24;" (assignment_expression "*(int *)(iVar7 + 0x68) = iVar24" (pointer_expression "*(int *)(iVar7 + 0x68)" * (cast_expression "(int *)(iVar7 + 0x68)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x68)" ( (binary_expression "iVar7 + 0x68" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(int *)(iVar7 + 0x6c) = iVar9;" (assignment_expression "*(int *)(iVar7 + 0x6c) = iVar9" (pointer_expression "*(int *)(iVar7 + 0x6c)" * (cast_expression "(int *)(iVar7 + 0x6c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7 + 0x6c)" ( (binary_expression "iVar7 + 0x6c" identifier + number_literal) )))) = identifier) ;) (if_statement "if (iVar13 != iVar9 || iVar6 != iVar24) break;" if (parenthesized_expression "(iVar13 != iVar9 || iVar6 != iVar24)" ( (binary_expression "iVar13 != iVar9 || iVar6 != iVar24" (binary_expression "iVar13 != iVar9" identifier != identifier) || (binary_expression "iVar6 != iVar24" identifier != identifier)) )) (break_statement "break;" break ;)) (expression_statement "piVar19 = piVar19 + 1;" (assignment_expression "piVar19 = piVar19 + 1" identifier = (binary_expression "piVar19 + 1" identifier + number_literal)) ;) })) (expression_statement "piVar8 = *(int **)(iVar7 + 0x20);" (assignment_expression "piVar8 = *(int **)(iVar7 + 0x20)" identifier = (pointer_expression "*(int **)(iVar7 + 0x20)" * (cast_expression "(int **)(iVar7 + 0x20)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar7 + 0x20)" ( (binary_expression "iVar7 + 0x20" identifier + number_literal) ))))) ;) (expression_statement "bVar29 = *(byte *)(piVar8 + 7);" (assignment_expression "bVar29 = *(byte *)(piVar8 + 7)" identifier = (pointer_expression "*(byte *)(piVar8 + 7)" * (cast_expression "(byte *)(piVar8 + 7)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(piVar8 + 7)" ( (binary_expression "piVar8 + 7" identifier + number_literal) ))))) ;) (if_statement "if ((bVar29 & 1) == 0) {\nLAB_001ea799:\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }" if (parenthesized_expression "((bVar29 & 1) == 0)" ( (binary_expression "(bVar29 & 1) == 0" (parenthesized_expression "(bVar29 & 1)" ( (binary_expression "bVar29 & 1" identifier & number_literal) )) == number_literal) )) (compound_statement "{\nLAB_001ea799:\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }" { (labeled_statement "LAB_001ea799:\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");" statement_identifier : (expression_statement "FUN_002446e0("../../gold/output.h",0xc5,"address");" (call_expression "FUN_002446e0("../../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 "iVar7 = piVar8[1];" (assignment_expression "iVar7 = piVar8[1]" identifier = (subscript_expression "piVar8[1]" identifier [ number_literal ])) ;) (expression_statement "iVar6 = piVar8[2];" (assignment_expression "iVar6 = piVar8[2]" identifier = (subscript_expression "piVar8[2]" identifier [ number_literal ])) ;) (expression_statement "bVar5 = bVar29 >> 2 & 1;" (assignment_expression "bVar5 = bVar29 >> 2 & 1" identifier = (binary_expression "bVar29 >> 2 & 1" (binary_expression "bVar29 >> 2" identifier >> number_literal) & number_literal)) ;) (if_statement "if ((bVar29 >> 2 & 1) != 0) {\n iVar13 = piVar8[5];\n iVar24 = piVar8[6];\n *(byte *)(piVar8 + 7) = bVar29 & 0xfa;\n if ((bVar29 & 8) == 0) {\n *(byte *)(piVar8 + 7) = bVar29 & 0xf8;\n }\n (**(code **)(*piVar8 + 0x3c))(piVar8);\n bVar29 = *(byte *)(piVar8 + 7);\n if ((bVar29 & 1) == 0) {\n piVar8[1] = iVar7;\n piVar8[2] = iVar6;\n *(byte *)(piVar8 + 7) = bVar29 | 1;\n if ((bVar29 & 4) == 0) {\n *(byte *)(piVar8 + 7) = bVar29 | 5;\n piVar8[5] = iVar13;\n piVar8[6] = iVar24;\n if ((bVar29 & 2) != 0) {\n return bVar5;\n }\n (**(code **)(*piVar8 + 0x38))(piVar8);\n if ((*(byte *)(piVar8 + 7) & 2) != 0) {\n return bVar5;\n }\nLAB_001ea0f2:\n \n FUN_002446e0("../../gold/output.h",0x163,"finalize_data_size");\n }\nLAB_001ea77b:\n \n FUN_002446e0("../../gold/output.h",0x14b,"set_file_offset");\n }\nLAB_001ea73f:\n \n FUN_002446e0("../../gold/output.h",0x142,"set_address");\n }" if (parenthesized_expression "((bVar29 >> 2 & 1) != 0)" ( (binary_expression "(bVar29 >> 2 & 1) != 0" (parenthesized_expression "(bVar29 >> 2 & 1)" ( (binary_expression "bVar29 >> 2 & 1" (binary_expression "bVar29 >> 2" identifier >> number_literal) & number_literal) )) != number_literal) )) (compound_statement "{\n iVar13 = piVar8[5];\n iVar24 = piVar8[6];\n *(byte *)(piVar8 + 7) = bVar29 & 0xfa;\n if ((bVar29 & 8) == 0) {\n *(byte *)(piVar8 + 7) = bVar29 & 0xf8;\n }\n (**(code **)(*piVar8 + 0x3c))(piVar8);\n bVar29 = *(byte *)(piVar8 + 7);\n if ((bVar29 & 1) == 0) {\n piVar8[1] = iVar7;\n piVar8[2] = iVar6;\n *(byte *)(piVar8 + 7) = bVar29 | 1;\n if ((bVar29 & 4) == 0) {\n *(byte *)(piVar8 + 7) = bVar29 | 5;\n piVar8[5] = iVar13;\n piVar8[6] = iVar24;\n if ((bVar29 & 2) != 0) {\n return bVar5;\n }\n (**(code **)(*piVar8 + 0x38))(piVar8);\n if ((*(byte *)(piVar8 + 7) & 2) != 0) {\n return bVar5;\n }\nLAB_001ea0f2:\n \n FUN_002446e0("../../gold/output.h",0x163,"finalize_data_size");\n }\nLAB_001ea77b:\n \n FUN_002446e0("../../gold/output.h",0x14b,"set_file_offset");\n }\nLAB_001ea73f:\n \n FUN_002446e0("../../gold/output.h",0x142,"set_address");\n }" { (expression_statement "iVar13 = piVar8[5];" (assignment_expression "iVar13 = piVar8[5]" identifier = (subscript_expression "piVar8[5]" identifier [ number_literal ])) ;) (expression_statement "iVar24 = piVar8[6];" (assignment_expression "iVar24 = piVar8[6]" identifier = (subscript_expression "piVar8[6]" identifier [ number_literal ])) ;) (expression_statement "*(byte *)(piVar8 + 7) = bVar29 & 0xfa;" (assignment_expression "*(byte *)(piVar8 + 7) = bVar29 & 0xfa" (pointer_expression "*(byte *)(piVar8 + 7)" * (cast_expression "(byte *)(piVar8 + 7)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(piVar8 + 7)" ( (binary_expression "piVar8 + 7" identifier + number_literal) )))) = (binary_expression "bVar29 & 0xfa" identifier & number_literal)) ;) (if_statement "if ((bVar29 & 8) == 0) {\n *(byte *)(piVar8 + 7) = bVar29 & 0xf8;\n }" if (parenthesized_expression "((bVar29 & 8) == 0)" ( (binary_expression "(bVar29 & 8) == 0" (parenthesized_expression "(bVar29 & 8)" ( (binary_expression "bVar29 & 8" identifier & number_literal) )) == number_literal) )) (compound_statement "{\n *(byte *)(piVar8 + 7) = bVar29 & 0xf8;\n }" { (expression_statement "*(byte *)(piVar8 + 7) = bVar29 & 0xf8;" (assignment_expression "*(byte *)(piVar8 + 7) = bVar29 & 0xf8" (pointer_expression "*(byte *)(piVar8 + 7)" * (cast_expression "(byte *)(piVar8 + 7)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(piVar8 + 7)" ( (binary_expression "piVar8 + 7" identifier + number_literal) )))) = (binary_expression "bVar29 & 0xf8" identifier & number_literal)) ;) })) (expression_statement "(**(code **)(*piVar8 + 0x3c))(piVar8);" (call_expression "(**(code **)(*piVar8 + 0x3c))(piVar8)" (parenthesized_expression "(**(code **)(*piVar8 + 0x3c))" ( (pointer_expression "**(code **)(*piVar8 + 0x3c)" * (pointer_expression "*(code **)(*piVar8 + 0x3c)" * (cast_expression "(code **)(*piVar8 + 0x3c)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*piVar8 + 0x3c)" ( (binary_expression "*piVar8 + 0x3c" (pointer_expression "*piVar8" * identifier) + number_literal) ))))) )) (argument_list "(piVar8)" ( identifier ))) ;) (expression_statement "bVar29 = *(byte *)(piVar8 + 7);" (assignment_expression "bVar29 = *(byte *)(piVar8 + 7)" identifier = (pointer_expression "*(byte *)(piVar8 + 7)" * (cast_expression "(byte *)(piVar8 + 7)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(piVar8 + 7)" ( (binary_expression "piVar8 + 7" identifier + number_literal) ))))) ;) (if_statement "if ((bVar29 & 1) == 0) {\n piVar8[1] = iVar7;\n piVar8[2] = iVar6;\n *(byte *)(piVar8 + 7) = bVar29 | 1;\n if ((bVar29 & 4) == 0) {\n *(byte *)(piVar8 + 7) = bVar29 | 5;\n piVar8[5] = iVar13;\n piVar8[6] = iVar24;\n if ((bVar29 & 2) != 0) {\n return bVar5;\n }\n (**(code **)(*piVar8 + 0x38))(piVar8);\n if ((*(byte *)(piVar8 + 7) & 2) != 0) {\n return bVar5;\n }\nLAB_001ea0f2:\n \n FUN_002446e0("../../gold/output.h",0x163,"finalize_data_size");\n }\nLAB_001ea77b:\n \n FUN_002446e0("../../gold/output.h",0x14b,"set_file_offset");\n }" if (parenthesized_expression "((bVar29 & 1) == 0)" ( (binary_expression "(bVar29 & 1) == 0" (parenthesized_expression "(bVar29 & 1)" ( (binary_expression "bVar29 & 1" identifier & number_literal) )) == number_literal) )) (compound_statement "{\n piVar8[1] = iVar7;\n piVar8[2] = iVar6;\n *(byte *)(piVar8 + 7) = bVar29 | 1;\n if ((bVar29 & 4) == 0) {\n *(byte *)(piVar8 + 7) = bVar29 | 5;\n piVar8[5] = iVar13;\n piVar8[6] = iVar24;\n if ((bVar29 & 2) != 0) {\n return bVar5;\n }\n (**(code **)(*piVar8 + 0x38))(piVar8);\n if ((*(byte *)(piVar8 + 7) & 2) != 0) {\n return bVar5;\n }\nLAB_001ea0f2:\n \n FUN_002446e0("../../gold/output.h",0x163,"finalize_data_size");\n }\nLAB_001ea77b:\n \n FUN_002446e0("../../gold/output.h",0x14b,"set_file_offset");\n }" { (expression_statement "piVar8[1] = iVar7;" (assignment_expression "piVar8[1] = iVar7" (subscript_expression "piVar8[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "piVar8[2] = iVar6;" (assignment_expression "piVar8[2] = iVar6" (subscript_expression "piVar8[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*(byte *)(piVar8 + 7) = bVar29 | 1;" (assignment_expression "*(byte *)(piVar8 + 7) = bVar29 | 1" (pointer_expression "*(byte *)(piVar8 + 7)" * (cast_expression "(byte *)(piVar8 + 7)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(piVar8 + 7)" ( (binary_expression "piVar8 + 7" identifier + number_literal) )))) = (binary_expression "bVar29 | 1" identifier | number_literal)) ;) (if_statement "if ((bVar29 & 4) == 0) {\n *(byte *)(piVar8 + 7) = bVar29 | 5;\n piVar8[5] = iVar13;\n piVar8[6] = iVar24;\n if ((bVar29 & 2) != 0) {\n return bVar5;\n }\n (**(code **)(*piVar8 + 0x38))(piVar8);\n if ((*(byte *)(piVar8 + 7) & 2) != 0) {\n return bVar5;\n }\nLAB_001ea0f2:\n \n FUN_002446e0("../../gold/output.h",0x163,"finalize_data_size");\n }" if (parenthesized_expression "((bVar29 & 4) == 0)" ( (binary_expression "(bVar29 & 4) == 0" (parenthesized_expression "(bVar29 & 4)" ( (binary_expression "bVar29 & 4" identifier & number_literal) )) == number_literal) )) (compound_statement "{\n *(byte *)(piVar8 + 7) = bVar29 | 5;\n piVar8[5] = iVar13;\n piVar8[6] = iVar24;\n if ((bVar29 & 2) != 0) {\n return bVar5;\n }\n (**(code **)(*piVar8 + 0x38))(piVar8);\n if ((*(byte *)(piVar8 + 7) & 2) != 0) {\n return bVar5;\n }\nLAB_001ea0f2:\n \n FUN_002446e0("../../gold/output.h",0x163,"finalize_data_size");\n }" { (expression_statement "*(byte *)(piVar8 + 7) = bVar29 | 5;" (assignment_expression "*(byte *)(piVar8 + 7) = bVar29 | 5" (pointer_expression "*(byte *)(piVar8 + 7)" * (cast_expression "(byte *)(piVar8 + 7)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(piVar8 + 7)" ( (binary_expression "piVar8 + 7" identifier + number_literal) )))) = (binary_expression "bVar29 | 5" identifier | number_literal)) ;) (expression_statement "piVar8[5] = iVar13;" (assignment_expression "piVar8[5] = iVar13" (subscript_expression "piVar8[5]" identifier [ number_literal ]) = identifier) ;) (expression_statement "piVar8[6] = iVar24;" (assignment_expression "piVar8[6] = iVar24" (subscript_expression "piVar8[6]" identifier [ number_literal ]) = identifier) ;) (if_statement "if ((bVar29 & 2) != 0) {\n return bVar5;\n }" if (parenthesized_expression "((bVar29 & 2) != 0)" ( (binary_expression "(bVar29 & 2) != 0" (parenthesized_expression "(bVar29 & 2)" ( (binary_expression "bVar29 & 2" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n return bVar5;\n }" { (return_statement "return bVar5;" return identifier ;) })) (expression_statement "(**(code **)(*piVar8 + 0x38))(piVar8);" (call_expression "(**(code **)(*piVar8 + 0x38))(piVar8)" (parenthesized_expression "(**(code **)(*piVar8 + 0x38))" ( (pointer_expression "**(code **)(*piVar8 + 0x38)" * (pointer_expression "*(code **)(*piVar8 + 0x38)" * (cast_expression "(code **)(*piVar8 + 0x38)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*piVar8 + 0x38)" ( (binary_expression "*piVar8 + 0x38" (pointer_expression "*piVar8" * identifier) + number_literal) ))))) )) (argument_list "(piVar8)" ( identifier ))) ;) (if_statement "if ((*(byte *)(piVar8 + 7) & 2) != 0) {\n return bVar5;\n }" if (parenthesized_expression "((*(byte *)(piVar8 + 7) & 2) != 0)" ( (binary_expression "(*(byte *)(piVar8 + 7) & 2) != 0" (parenthesized_expression "(*(byte *)(piVar8 + 7) & 2)" ( (binary_expression "*(byte *)(piVar8 + 7) & 2" (pointer_expression "*(byte *)(piVar8 + 7)" * (cast_expression "(byte *)(piVar8 + 7)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(piVar8 + 7)" ( (binary_expression "piVar8 + 7" identifier + number_literal) )))) & number_literal) )) != number_literal) )) (compound_statement "{\n return bVar5;\n }" { (return_statement "return bVar5;" return identifier ;) })) (labeled_statement "LAB_001ea0f2:\n \n FUN_002446e0("../../gold/output.h",0x163,"finalize_data_size");" statement_identifier : (expression_statement "FUN_002446e0("../../gold/output.h",0x163,"finalize_data_size");" (call_expression "FUN_002446e0("../../gold/output.h",0x163,"finalize_data_size")" identifier (argument_list "("../../gold/output.h",0x163,"finalize_data_size")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""finalize_data_size"" " string_content ") ))) ;)) })) (labeled_statement "LAB_001ea77b:\n \n FUN_002446e0("../../gold/output.h",0x14b,"set_file_offset");" statement_identifier : (expression_statement "FUN_002446e0("../../gold/output.h",0x14b,"set_file_offset");" (call_expression "FUN_002446e0("../../gold/output.h",0x14b,"set_file_offset")" identifier (argument_list "("../../gold/output.h",0x14b,"set_file_offset")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""set_file_offset"" " string_content ") ))) ;)) })) (labeled_statement "LAB_001ea73f:\n \n FUN_002446e0("../../gold/output.h",0x142,"set_address");" statement_identifier : (expression_statement "FUN_002446e0("../../gold/output.h",0x142,"set_address");" (call_expression "FUN_002446e0("../../gold/output.h",0x142,"set_address")" identifier (argument_list "("../../gold/output.h",0x142,"set_address")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""set_address"" " string_content ") ))) ;)) })) (labeled_statement "LAB_001ea75d:\n \n FUN_002446e0("../../gold/output.h",0xe3,"offset");" statement_identifier : (expression_statement "FUN_002446e0("../../gold/output.h",0xe3,"offset");" (call_expression "FUN_002446e0("../../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 ") ))) ;)) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (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) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE 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 (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * 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 IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE 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 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 TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE 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 = (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 { (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 * (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 ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (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) )))) >> LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ^ IDENT) )) - IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_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) )))) = IDENT) ;) }))) (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 = LIT) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , (pointer_expression & IDENT) ))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (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 = (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) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = BOOL) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) 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) ))))) ;) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = IDENT) ;)) (if_statement if (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression (subscript_expression IDENT [ LIT ]) - LIT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) == LIT)) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) (unary_expression ! IDENT)) << (parenthesized_expression ( (binary_expression IDENT & LIT) ))) , (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) << (parenthesized_expression ( (binary_expression IDENT & LIT) ))) )))) ;) (goto_statement goto statement_identifier ;) })) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;)) (expression_statement (assignment_expression IDENT = IDENT) ;) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = IDENT) ;)) (if_statement if (parenthesized_expression ( (binary_expression (binary_expression IDENT + LIT) < 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 * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) + LIT) ))))) )) (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) )))) ;) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) + (cast_expression ( (type_descriptor TYPE) ) IDENT)) & (unary_expression - (cast_expression ( (type_descriptor TYPE) ) IDENT))) )))) ;) }))) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + IDENT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( IDENT )) (goto_statement goto statement_identifier ;)) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) < LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression 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 IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (goto_statement goto statement_identifier ;)) (if_statement if (parenthesized_expression ( IDENT )) (compound_statement { (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 = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * IDENT) - LIT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT & LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression LIT << (parenthesized_expression ( (binary_expression IDENT & LIT) )))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression LIT << IDENT) | (binary_expression LIT >> (binary_expression LIT - IDENT)))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (binary_expression IDENT == LIT) && (binary_expression IDENT == LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + IDENT)) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression (parenthesized_expression ( (binary_expression IDENT - LIT) )) + IDENT) & (unary_expression - IDENT)) )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + IDENT)) ;) }))) (goto_statement goto statement_identifier ;) })) (goto_statement goto statement_identifier ;) })) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == IDENT) )) (goto_statement goto statement_identifier ;)) (if_statement if (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression (subscript_expression IDENT [ LIT ]) - LIT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) == LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) << (parenthesized_expression ( (binary_expression IDENT & LIT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (binary_expression (binary_expression (cast_expression ( (type_descriptor TYPE) ) (unary_expression ! IDENT)) << (parenthesized_expression ( (binary_expression IDENT & LIT) ))) == LIT) && (binary_expression IDENT == LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + IDENT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression (unary_expression - IDENT) & (binary_expression (parenthesized_expression ( (binary_expression IDENT - LIT) )) + IDENT))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + IDENT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) }))) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = IDENT) ;)) (if_statement if (parenthesized_expression ( (binary_expression (binary_expression IDENT - IDENT) < IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = BOOL) ;) }) (else_clause else (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 IDENT + LIT) )))) == IDENT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT , (pointer_expression & IDENT) , IDENT ))) ;) (expression_statement (assignment_expression IDENT = BOOL) ;) }))) (goto_statement goto statement_identifier ;) })) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = BOOL) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) ;) (goto_statement goto statement_identifier ;) }))) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) ;)) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (binary_expression IDENT + LIT) != IDENT) )) (goto_statement goto statement_identifier ;)) (if_statement if (parenthesized_expression ( IDENT )) (compound_statement { (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression IDENT == IDENT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") , (binary_expression IDENT + LIT) ))) ;) }))) (labeled_statement statement_identifier : (expression_statement (call_expression IDENT (argument_list ( IDENT , (pointer_expression & IDENT) , IDENT ))) ;)) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT == IDENT) )) (compound_statement { (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (goto_statement goto statement_identifier ;))) (goto_statement goto statement_identifier ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT , (pointer_expression & IDENT) ))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) - (cast_expression ( (type_descriptor TYPE) ) IDENT)) >> LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) ;) (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 (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) - IDENT) >> LIT) ))) <= IDENT) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = LIT) ;) (while_statement while (parenthesized_expression ( BOOL )) (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 + LIT)) ;) (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 IDENT == IDENT) )) (break_statement break ;)) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ IDENT ]) + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ IDENT ]) + LIT) ))))) ;) (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 (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) - IDENT) >> LIT) ))) <= IDENT) )) (compound_statement { (labeled_statement statement_identifier : (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 ( IDENT ))) ;)) })) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;)) (expression_statement (assignment_expression IDENT = IDENT) ;) }) while (parenthesized_expression ( (binary_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 ( 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 *)) ) (subscript_expression IDENT [ 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 * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (compound_statement { (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression IDENT = (subscript_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 (pointer_expression * IDENT) + LIT) )))) == 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) ))))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) >> LIT) )))) ;)) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , (cast_expression ( (type_descriptor TYPE) ) IDENT) )))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (cast_expression ( (type_descriptor TYPE) ) IDENT))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT & (binary_expression IDENT - LIT)) )))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT & (binary_expression (binary_expression (binary_expression IDENT + (cast_expression ( (type_descriptor TYPE) ) IDENT)) + LIT) + (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression IDENT != 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 )))) ;) (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) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (unary_expression - (cast_expression ( (type_descriptor TYPE) ) IDENT))) ;) (expression_statement (assignment_expression IDENT = (unary_expression - (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) >> LIT) ))) + (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) 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) )) (goto_statement goto statement_identifier ;)) (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 = (pointer_expression * (cast_expression ( (type_descriptor TYPE (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 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) )) (goto_statement goto statement_identifier ;)) (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 = (pointer_expression * (cast_expression ( (type_descriptor TYPE (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 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 (subscript_expression IDENT [ LIT ]) = (binary_expression (cast_expression ( (type_descriptor TYPE) ) 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 (binary_expression IDENT + IDENT) + (cast_expression ( (type_descriptor TYPE) ) (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE) ) IDENT) , IDENT )))))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (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 (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression IDENT | LIT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + IDENT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression (binary_expression IDENT + IDENT) + (cast_expression ( (type_descriptor TYPE) ) (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE) ) IDENT) , IDENT )))))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) == LIT) )) && (parenthesized_expression ( (comma_expression (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 ))) , (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT) )) == 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 * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != IDENT) )) ;) (goto_statement goto 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 (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) == IDENT) )) (compound_statement { (return_statement return LIT ;) })) }))) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (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 { (labeled_statement statement_identifier : (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;)) })) (expression_statement (call_expression IDENT (argument_list ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) , 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 (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == LIT) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (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) )))) , (binary_expression IDENT * LIT) , LIT , LIT )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (if_statement if (parenthesized_expression ( (binary_expression LIT < IDENT) )) (compound_statement { (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 { (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 = LIT) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) )))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) 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) )))) != (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 ')) ))) )) && (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) 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 (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) )))) & LIT) )) != LIT) ))) )) (compound_statement { (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 TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + (binary_expression IDENT * LIT)) ))))) ;) (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 ( IDENT , IDENT , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (char_literal ' escape_sequence ')) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (binary_expression (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) ))))) >> 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 TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + (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 , IDENT )))) ;) (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 (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") , IDENT ))) ;) })) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) }) (else_clause else (compound_statement { (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) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (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 (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) ))))) >> LIT) ))) <= IDENT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) (labeled_statement statement_identifier : (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 (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + (binary_expression IDENT * LIT)) )))) != LIT) )) && (parenthesized_expression ( (comma_expression (call_expression IDENT (argument_list ( IDENT ))) , (binary_expression IDENT != IDENT)) ))) )) (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 = (binary_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) )))) = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (while_statement while (parenthesized_expression ( BOOL )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_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 (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == IDENT) )) (break_statement break ;)) (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 = (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 TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) })) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT , (pointer_expression & 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 = IDENT) ;) (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 { (do_statement do (compound_statement { (while_statement while (parenthesized_expression ( (comma_expression (assignment_expression IDENT = IDENT) , (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) < IDENT)) )) (compound_statement { (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 IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) == LIT) )) (goto_statement goto statement_identifier ;)) })) (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 (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != LIT) )) ;) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression IDENT != IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (while_statement while (parenthesized_expression ( (binary_expression IDENT == IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (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 ' character ')) )) (compound_statement { (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 == IDENT) )) || (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != IDENT) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) ))))) ;) }) (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 = (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 { (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 ( (comma_expression (assignment_expression IDENT = (binary_expression IDENT + IDENT)) , (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) == LIT)) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) < LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression LIT - (parenthesized_expression ( (binary_expression IDENT & LIT) )))) ;) })) (while_statement while (parenthesized_expression ( (binary_expression (binary_expression IDENT + LIT) <= (binary_expression IDENT - IDENT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression IDENT + IDENT) + IDENT) )))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) & LIT) )) == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (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 (parenthesized_expression ( (binary_expression (binary_expression IDENT + LIT) <= (binary_expression IDENT - 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 { (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (goto_statement goto statement_identifier ;) })) })) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (labeled_statement statement_identifier : (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + IDENT) , IDENT , LIT , (binary_expression IDENT + IDENT) ))) ;)) }))) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = 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 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 (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 = (binary_expression IDENT - IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression LIT < IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (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 IDENT + IDENT) + IDENT) + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (char_literal ' escape_sequence ')) )) (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 = (call_expression IDENT (argument_list ( (string_literal " string_content escape_sequence string_content escape_sequence string_content ") )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT , (binary_expression IDENT + IDENT) ))) ;) (expression_statement (call_expression IDENT (argument_list ( (binary_expression (binary_expression (binary_expression IDENT + IDENT) + IDENT) + LIT) , IDENT , LIT , LIT ))) ;) (expression_statement (assignment_expression IDENT = 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) )) (break_statement break ;)) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) })) }))) })) })) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) ))))) ;)) })) })) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT == LIT) )) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) ))))) , (binary_expression IDENT != LIT)) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression LIT < IDENT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) ))) ;) (expression_statement (assignment_expression IDENT = (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 (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == IDENT) )) && (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) )))) == LIT) ))) )) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , LIT , LIT , LIT )))) , (binary_expression IDENT == LIT)) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression LIT < IDENT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) ))) ;) (expression_statement (assignment_expression IDENT = (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 IDENT < (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (binary_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) )) && (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 (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == LIT) ))) )) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + (binary_expression IDENT * LIT)) ))))) , (binary_expression IDENT != LIT)) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT )))) ;) (expression_statement (assignment_expression IDENT = BOOL) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT == (char_literal ' escape_sequence '))) ;) (if_statement if (parenthesized_expression ( IDENT )) (compound_statement { (expression_statement (assignment_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 IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (string_literal " string_content "))) ;) (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 * IDENT))) ;) (expression_statement (assignment_expression IDENT = (binary_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)) ;) }) while (parenthesized_expression ( IDENT )) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (unary_expression ! IDENT) && (unary_expression ! IDENT)) )) != IDENT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (binary_expression (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) ))))) >> LIT) ))) <= IDENT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") , IDENT ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + (binary_expression IDENT * LIT)) )))) == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") , (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) >> LIT) ))) ))) ;) })) })) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression LIT < IDENT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) ))) ;) (expression_statement (assignment_expression IDENT = (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 (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) ))))) >> 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 TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + (binary_expression IDENT * LIT)) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + (binary_expression IDENT * LIT)) )))) == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT )))) ;) (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) )))) & LIT) )) == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) }) (else_clause else (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 ") ))) ;) })))) (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 ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (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 (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) )))) , LIT , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) )))) , LIT , LIT ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , (pointer_expression & IDENT) , LIT ))) ;) (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 TYPE) ) 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)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == IDENT) )) (break_statement break ;)) (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) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (goto_statement goto statement_identifier ;)) }) while (parenthesized_expression ( BOOL )) ;) })) (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 ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) , IDENT ))) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) != IDENT) )) ;) (labeled_statement statement_identifier : (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 TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (while_statement while (parenthesized_expression ( BOOL )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == IDENT) )) (compound_statement { (return_statement return LIT ;) })) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (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 = (binary_expression (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + 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 IDENT = (binary_expression IDENT + (pointer_expression * (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 (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 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) ))))) + (cast_expression ( (type_descriptor TYPE) ) (call_expression IDENT (argument_list ( 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) )))) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (binary_expression IDENT != IDENT) || (binary_expression IDENT != IDENT)) )) (break_statement break ;)) (expression_statement (assignment_expression 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 IDENT + LIT) ))))) ;) (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 { (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 = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT >> LIT) & LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (binary_expression IDENT >> LIT) & LIT) )) != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (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 IDENT & LIT)) ;) (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) )))) = (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 *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (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 { (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = 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) )))) = (binary_expression IDENT | LIT)) ;) (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) )))) = (binary_expression IDENT | LIT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) != LIT) )) (compound_statement { (return_statement return 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 ))) ;) (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 { (return_statement return IDENT ;) })) (labeled_statement statement_identifier : (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 ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;)) })) (labeled_statement statement_identifier : (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 ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;)) })))
(function_definition "byte FUN_001e95c0(int param_1,int param_2,int *param_3,undefined4 param_4,undefined4 param_5,\n undefined4 param_6)\n\n{\n undefined4 uVar1;\n undefined4 uVar2;\n undefined4 *puVar3;\n char cVar4;\n byte bVar5;\n int iVar6;\n int iVar7;\n int *piVar8;\n int iVar9;\n int iVar10;\n undefined4 uVar11;\n int iVar12;\n int iVar13;\n uint uVar14;\n uint uVar15;\n byte bVar16;\n uint *puVar17;\n undefined4 extraout_ECX;\n int iVar18;\n int *piVar19;\n uint uVar20;\n byte *pbVar21;\n uint *puVar22;\n uint uVar23;\n int iVar24;\n byte *pbVar25;\n uint uVar26;\n bool bVar27;\n bool bVar28;\n byte bVar29;\n longlong lVar30;\n undefined8 uVar31;\n int *local_ac;\n uint local_90;\n int *local_84;\n uint local_7c;\n int local_74;\n uint local_70;\n uint local_6c;\n int local_68;\n uint local_64;\n uint local_60;\n undefined4 *local_5c;\n uint local_54;\n uint *local_4c;\n uint local_48;\n int local_44;\n int local_40;\n uint *local_38;\n int *local_34;\n int *local_30;\n undefined4 local_2c;\n int *local_28;\n int *local_24;\n undefined4 local_20;\n \n bVar29 = 0;\n iVar7 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar7 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(iVar7 + 0x318d) != '\0') {\n \n FUN_002446e0("../../gold/aarch64.cc",0x160d,"do_relax");\n }\n if (param_2 == 1) {\n local_7c = *(int *)(iVar7 + 0x38a8) >> 0x1f;\n local_7c = (*(uint *)(iVar7 + 0x38a8) ^ local_7c) - local_7c;\n if (local_7c == 1) {\n local_7c = 0x7ffbffc;\n *(undefined4 *)(param_1 + 0x6c) = 0x7ffbffc;\n }\n else {\n *(uint *)(param_1 + 0x6c) = local_7c;\n }\n local_34 = (int *)0x0;\n local_30 = (int *)0x0;\n local_2c = 0;\n \n FUN_002758a0(param_5,&local_34);\n piVar8 = local_30;\n if (local_34 != local_30) {\n local_84 = local_34;\n do {\n iVar7 = *local_84;\n local_28 = (int *)0x0;\n local_24 = (int *)0x0;\n local_38 = *(uint **)(iVar7 + 0x70);\n local_20 = 0;\n if (local_38 != *(uint **)(iVar7 + 0x6c)) {\n local_70 = 0;\n bVar27 = false;\n local_5c = (undefined4 *)0x0;\n puVar22 = *(uint **)(iVar7 + 0x6c);\nLAB_001ea390:\n local_4c = puVar22;\n if (local_4c[1] != 0) {\n uVar26 = local_4c[1] - 1;\n bVar5 = (byte)uVar26;\n bVar28 = (uVar26 & 0x20) == 0;\n lVar30 = CONCAT44((uint)!bVar28 << (bVar5 & 0x1f),(uint)bVar28 << (bVar5 & 0x1f));\n goto LAB_001ea3bd;\n }\nLAB_001ea39e:\n uVar26 = *local_4c;\n puVar22 = local_4c;\njoined_r0x001ea3ac:\n local_4c = puVar22;\n if (uVar26 + 4 < 4) {\n \n lVar30 = (**(code **)(*(int *)local_4c[4] + 0xc))((int *)local_4c[4]);\nLAB_001ea3bd:\n if (lVar30 != 0) {\n local_5c = (undefined4 *)((int)lVar30 + -1 + (int)local_5c & -(int)lVar30);\n }\n }\n iVar6 = FUN_002c60d0(local_4c);\n uVar26 = (int)local_5c + iVar6;\n uVar23 = uVar26;\n if (bVar27) goto LAB_001ea4f0;\nLAB_001ea3f6:\n if (*local_4c < 0xfffffffd) {\n lVar30 = FUN_002c60d0(local_4c);\n puVar22 = local_4c + 6;\n puVar17 = *(uint **)(iVar7 + 0x70);\n if (lVar30 == 0) goto LAB_001e9783;\n if (bVar27) {\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea610;\n puVar17 = local_4c + 7;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n if (*puVar17 != 0) {\n uVar26 = *puVar17 - 1;\n bVar16 = (byte)uVar26;\n bVar5 = bVar16 & 0x1f;\n uVar14 = 1 << (bVar16 & 0x1f);\n uVar15 = uVar14;\n uVar20 = 0 << bVar5 | 1U >> 0x20 - bVar5;\n if ((uVar26 & 0x20) != 0) {\n uVar15 = 0;\n uVar20 = uVar14;\n }\n if (uVar20 == 0 && uVar15 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n }\n else {\n local_5c = (undefined4 *)((uVar15 - 1) + uVar23 & -uVar15);\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = (int)local_5c + iVar6;\n }\n goto LAB_001ea4f0;\n }\n goto LAB_001ea39e;\n }\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea619;\n if (local_4c[7] != 0) {\n uVar26 = local_4c[7] - 1;\n bVar5 = (byte)uVar26;\n bVar27 = (uVar26 & 0x20) == 0;\n iVar6 = (uint)bVar27 << (bVar5 & 0x1f);\n if ((uint)!bVar27 << (bVar5 & 0x1f) == 0 && iVar6 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\n else {\n uVar23 = -iVar6 & (uVar23 - 1) + iVar6;\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\nLAB_001ea4f0:\n uVar23 = uVar26;\n if (uVar26 - local_70 < local_7c) {\n bVar27 = true;\n }\n else {\n if (*(uint **)(iVar7 + 0x70) == local_38) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0xaf7,"group_sections");\n }\n FUN_001e8c30(param_1,&local_28,param_6);\n bVar27 = false;\n }\n goto LAB_001ea3f6;\n }\n uVar26 = *puVar22;\n bVar27 = true;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n goto joined_r0x001ea3ac;\n }\n puVar17 = *(uint **)(iVar7 + 0x70);\nLAB_001e9783:\n local_5c = (undefined4 *)uVar23;\n puVar22 = local_4c + 6;\n if (local_4c + 6 != puVar17) goto LAB_001ea390;\n if (bVar27) {\nLAB_001ea610:\n if (puVar17 == local_38) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0xb32,"group_sections",local_4c + 6);\n }\nLAB_001ea619:\n FUN_001e8c30(param_1,&local_28,param_6);\n }\n if (local_24 == local_28) {\nLAB_001ea600:\n if (local_28 != (int *)0x0) goto LAB_001e9835;\n goto LAB_001e9844;\n }\n \n FUN_002cdf10(iVar7,&local_28);\n iVar7 = (int)local_24 - (int)local_28 >> 2;\n if (iVar7 == 0) goto LAB_001ea600;\n iVar6 = *(int *)(*local_28 + 0x2c);\n uVar26 = *(uint *)(*local_28 + 0x30);\n iVar13 = *(int *)(iVar6 + 0x84);\n if ((uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26) goto LAB_001ea7b7;\n iVar24 = 0;\n while( true ) {\n *(undefined4 *)(iVar13 + uVar26 * 4) = 0xffffffff;\n iVar24 = iVar24 + 1;\n *(undefined1 *)(iVar6 + 0x4c) = 1;\n if (iVar7 == iVar24) break;\n iVar6 = *(int *)(local_28[iVar24] + 0x2c);\n uVar26 = *(uint *)(local_28[iVar24] + 0x30);\n iVar13 = *(int *)(iVar6 + 0x84);\n if ((uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26) {\nLAB_001ea7b7:\n \n \n FUN_002446e0("../../gold/object.h",0x81f,"do_set_section_offset");\n }\n }\nLAB_001e9835:\n FUN_003ae080(local_28);\n }\nLAB_001e9844:\n local_84 = local_84 + 1;\n piVar8 = local_34;\n } while (local_30 != local_84);\n }\n if (piVar8 != (int *)0x0) {\n FUN_003ae080(piVar8);\n }\nLAB_001e9870:\n local_ac = (int *)*param_3;\n if (local_ac == (int *)param_3[1]) goto LAB_001e9f98;\n }\n else {\n local_5c = *(undefined4 **)(param_1 + 0x60);\n if (local_5c != *(undefined4 **)(param_1 + 100)) {\n do {\n piVar8 = (int *)*local_5c;\n iVar7 = piVar8[8];\n if (*(code **)(*piVar8 + 0xc) == FUN_001d1390) {\n local_4c = *(uint **)(iVar7 + 0x3c);\n local_64 = 0xfffffffc;\n local_60 = 0xffffffff;\n lVar30 = 4;\nLAB_001e965f:\n local_68 = (int)((ulonglong)lVar30 >> 0x20);\n local_6c = (uint)lVar30;\n bVar27 = CARRY4(local_6c,(uint)local_4c);\n iVar6 = local_6c + (int)local_4c;\n local_4c = (uint *)(local_64 & iVar6 - 1U);\n local_48 = local_60 & local_68 + (uint)bVar27 + -1 + (uint)(iVar6 != 0);\n }\n else {\n lVar30 = (**(code **)(*piVar8 + 0xc))(piVar8);\n local_4c = *(uint **)(iVar7 + 0x3c);\n local_48 = 0;\n if (lVar30 != 0) {\n local_64 = -(int)lVar30;\n local_60 = -((int)((ulonglong)lVar30 >> 0x20) + (uint)((int)lVar30 != 0));\n goto LAB_001e965f;\n }\n }\n if ((*(byte *)(iVar7 + 0x1c) & 4) == 0) goto LAB_001ea75d;\n uVar23 = *(uint *)(iVar7 + 0x14);\n uVar26 = *(uint *)(iVar7 + 0x14);\n iVar6 = *(int *)(iVar7 + 0x18);\n if ((*(byte *)(iVar7 + 0x1c) & 1) == 0) goto LAB_001ea799;\n bVar5 = *(byte *)(piVar8 + 7);\n uVar20 = *(uint *)(iVar7 + 4);\n iVar13 = *(int *)(iVar7 + 8);\n if ((bVar5 & 1) != 0) goto LAB_001ea73f;\n piVar8[1] = (int)local_4c + *(uint *)(iVar7 + 4);\n piVar8[2] = local_48 + iVar13 + (uint)CARRY4((uint)local_4c,uVar20);\n *(byte *)(piVar8 + 7) = bVar5 | 1;\n if ((bVar5 & 4) != 0) goto LAB_001ea77b;\n *(byte *)(piVar8 + 7) = bVar5 | 5;\n piVar8[5] = (int)local_4c + uVar26;\n piVar8[6] = local_48 + iVar6 + (uint)CARRY4((uint)local_4c,uVar23);\n if (((bVar5 & 2) == 0) &&\n ((**(code **)(*piVar8 + 0x38))(piVar8), (*(byte *)(piVar8 + 7) & 2) == 0))\n goto LAB_001ea0f2;\n local_5c = local_5c + 1;\n } while (*(undefined4 **)(param_1 + 100) != local_5c);\n goto LAB_001e9870;\n }\n local_ac = (int *)*param_3;\n if ((int *)param_3[1] == local_ac) {\n return 0;\n }\n }\n do {\n iVar7 = *local_ac;\n if (*(int *)(iVar7 + 0x1c) == 0) {\nLAB_001ea110:\n \n \n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }\n FUN_0023cd00(*(int *)(iVar7 + 0x1c) + 0x1c,param_6);\n uVar26 = *(uint *)(iVar7 + 0x28);\n if (*(int *)(iVar7 + 0x1c) == 0) goto LAB_001ea110;\n \n iVar6 = FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)(iVar7 + 0x94),\n *(undefined4 *)(iVar7 + 0x98),uVar26 * 0x28,1,1);\n FUN_00318bd0(iVar7);\n if (1 < uVar26) {\n iVar13 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar13 == 0) {\nLAB_001e9d87:\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n local_64 = 1;\n iVar24 = iVar7 + 0x14c;\n puVar3 = (undefined4 *)iVar6;\n do {\n local_5c = (undefined4 *)((int)puVar3 + 0x28);\n iVar9 = *(int *)((int)puVar3 + 0x2c);\n if ((((*(char *)(iVar13 + 0x1671) != '\0') || (*(char *)(iVar13 + 0x16ed) != '\0')) &&\n (*(int *)((int)puVar3 + 0x3c) != 0)) && ((*(byte *)((int)puVar3 + 0x30) & 6) != 0)) {\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_64 * 4);\n if ((iVar13 != 0) && (iVar9 == 1)) {\n cVar4 = FUN_0034cd20(param_4,iVar7,local_64);\n if (cVar4 == '\0') {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_64) {\n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n local_74 = *(int *)(*(int *)(iVar7 + 0x84) + local_64 * 4);\n if (local_74 == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,local_64);\n if (iVar13 == 0) goto LAB_001e9c60;\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address",extraout_ECX);\n }\n local_74 = *(int *)(iVar13 + 4);\n }\n else {\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) goto LAB_001ea816;\n local_74 = local_74 + *(int *)(iVar13 + 4);\n }\n if ((uint)(*(int *)(iVar7 + 0x140) - *(int *)(iVar7 + 0x13c) >> 2) <= local_64) {\n \n FUN_001d4d60();\nLAB_001ea816:\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if ((*(int *)(*(int *)(iVar7 + 0x13c) + local_64 * 4) != 0) &&\n (FUN_001d6c20(local_64), local_44 != local_40)) {\n iVar13 = *(int *)(local_44 + 0x10);\n iVar18 = local_74 + *(int *)(iVar13 + 0x18);\n *(int *)(iVar13 + 0x20) = iVar18;\n iVar9 = local_44;\n while( true ) {\n if (iVar18 + 4 == -1) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x361,"set_destination_address");\n }\n *(int *)(iVar13 + 4) = iVar18 + 4;\n iVar9 = thunk_FUN_003af660(iVar9);\n if (iVar9 == local_40) break;\n iVar13 = *(int *)(iVar9 + 0x10);\n iVar18 = *(int *)(iVar13 + 0x18) + local_74;\n *(int *)(iVar13 + 0x20) = iVar18;\n }\n }\n local_28 = (int *)0x0;\n iVar18 = FUN_0028b8b0(iVar7,local_64,&local_28,0);\n iVar13 = *(int *)(iVar7 + 0x150);\n iVar9 = iVar24;\n if (*(int *)(iVar7 + 0x150) != 0) {\n do {\n while (iVar10 = iVar13, *(uint *)(iVar10 + 0x10) < local_64) {\n piVar8 = (int *)(iVar10 + 0xc);\n iVar13 = *piVar8;\n iVar10 = iVar9;\n if (*piVar8 == 0) goto LAB_001e9af5;\n }\n iVar13 = *(int *)(iVar10 + 8);\n iVar9 = iVar10;\n } while (*(int *)(iVar10 + 8) != 0);\nLAB_001e9af5:\n if (iVar24 != iVar10) {\n uVar23 = *(uint *)(iVar10 + 0x10);\n while (local_64 == uVar23) {\n iVar13 = thunk_FUN_003af660(iVar10);\n if (*(char *)(iVar10 + 0x18) == 'x') {\n iVar9 = *(int *)(iVar10 + 0x14);\n if ((iVar24 == iVar13) || (*(uint *)(iVar13 + 0x10) != local_64)) {\n local_54 = *(int *)((int)puVar3 + 0x3c);\n }\n else {\n local_54 = *(int *)(iVar13 + 0x14);\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(iVar10 + 0x1671) != '\0') &&\n (uVar23 = local_74 + iVar9, (uVar23 & 3) == 0)) {\n iVar10 = 0;\n if ((uVar23 & 0xfff) < 0xff8) {\n iVar10 = 0xff8 - (uVar23 & 0xfff);\n }\n while (iVar10 + 0xcU <= local_54 - iVar9) {\n puVar22 = (uint *)(iVar18 + iVar9 + iVar10);\n uVar20 = uVar23 + iVar10;\n if ((*puVar22 & 0x9f000000) == 0x90000000) {\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }\n iVar12 = iVar10 + 4;\n iVar10 = iVar10 + 0xffc;\n if ((uVar20 & 0xfff) == 0xff8) {\n iVar10 = iVar12;\n }\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (*(char *)(iVar10 + 0x16ed) != '\0') {\n uVar23 = local_54 - iVar9;\n if (4 < uVar23) {\n local_54 = 4;\n uVar20 = 0;\n do {\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n } while (local_54 < uVar23);\n }\n }\n }\n if (iVar24 == iVar13) break;\n iVar10 = iVar13;\n uVar23 = *(uint *)(iVar13 + 0x10);\n }\n }\n }\n }\nLAB_001e9c60:\n iVar9 = *(int *)((int)puVar3 + 0x2c);\n }\n }\n if ((iVar9 == 4) && (iVar13 = *(int *)((int)puVar3 + 0x3c), iVar13 != 0)) {\n uVar23 = *(uint *)((int)puVar3 + 0x40);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if (((*(uint *)(iVar7 + 0xac) == uVar23) && (*(int *)((int)puVar3 + 0x4c) == 0xc)) &&\n (lVar30 = FUN_00442a10(iVar13,0,0xc,0), lVar30 == 0)) {\n local_6c = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < local_6c) {\n \n FUN_00106f60(iVar7 + 0x90);\n local_6c = local_6c + *(int *)(iVar7 + 0xa4);\n }\n if (local_6c < *(uint *)(iVar7 + 0x28)) {\n iVar13 = iVar6 + local_6c * 0x28;\n if ((((*(int *)(iVar13 + 0x14) != 0) && ((*(byte *)(iVar13 + 8) & 2) != 0)) &&\n (*(int *)(iVar13 + 4) == 1)) &&\n (iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_6c * 4), iVar13 != 0)) {\n cVar4 = FUN_0034cd20(param_4,iVar7,local_6c);\n bVar27 = false;\n bVar28 = cVar4 == '\0';\n if (bVar28) {\n iVar9 = 10;\n pbVar21 = *(byte **)(iVar13 + 0x20);\n pbVar25 = (byte *)".eh_frame";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar27 = *pbVar21 < *pbVar25;\n bVar28 = *pbVar21 == *pbVar25;\n pbVar21 = pbVar21 + (uint)bVar29 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar29 * -2 + 1;\n } while (bVar28);\n if ((!bVar27 && !bVar28) != bVar27) {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_6c) {\n \n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset",iVar9);\n }\n if (*(int *)(*(int *)(iVar7 + 0x84) + local_6c * 4) == -1) {\n \n uVar31 = FUN_002cd8b0(iVar13,iVar7,local_6c);\n if ((int)uVar31 == 0) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable",\n (int)((ulonglong)uVar31 >> 0x20));\n }\n }\n uVar23 = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= uVar23) {\n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + uVar23 * 4);\n if (*(int *)(*(int *)(iVar7 + 0x84) + uVar23 * 4) == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,uVar23);\n if (iVar13 == 0) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }\n else if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if (*(int *)(iVar7 + 0x1c) == 0) {\n \n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }\n FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)((int)puVar3 + 0x38),0\n ,*(undefined4 *)((int)puVar3 + 0x3c),1,0);\n local_34 = (int *)0x0;\n FUN_0028b8b0(iVar7,uVar23,&local_34,0);\n if (*(int *)((int)puVar3 + 0x2c) != 4) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }\n }\n }\n }\n }\n }\n }\n local_64 = local_64 + 1;\n if (uVar26 == local_64) break;\n iVar13 = *(int *)(DAT_005ea7c8 + 8);\n puVar3 = local_5c;\n if (iVar13 == 0) goto LAB_001e9d87;\n } while( true );\n }\n if (*(int *)(iVar7 + 0x1c) != 0) {\n FUN_0023dd30(*(int *)(iVar7 + 0x1c) + 0x1c,param_6);\n }\n local_ac = local_ac + 1;\n } while ((int *)param_3[1] != local_ac);\nLAB_001e9f98:\n piVar8 = *(int **)(param_1 + 100);\n piVar19 = *(int **)(param_1 + 0x60);\n while( true ) {\n if (piVar19 == piVar8) {\n return 0;\n }\n iVar7 = *piVar19;\n iVar6 = *(int *)(iVar7 + 0x68);\n uVar26 = *(uint *)(iVar7 + 0x58) + 3 & 0xfffffffc;\n iVar13 = *(int *)(iVar7 + 0x6c);\n iVar24 = uVar26 + *(uint *)(iVar7 + 0x60);\n iVar9 = *(int *)(iVar7 + 0x5c) + (uint)(0xfffffffc < *(uint *)(iVar7 + 0x58)) +\n *(int *)(iVar7 + 100) + (uint)CARRY4(uVar26,*(uint *)(iVar7 + 0x60));\n *(int *)(iVar7 + 0x68) = iVar24;\n *(int *)(iVar7 + 0x6c) = iVar9;\n if (iVar13 != iVar9 || iVar6 != iVar24) break;\n piVar19 = piVar19 + 1;\n }\n piVar8 = *(int **)(iVar7 + 0x20);\n bVar29 = *(byte *)(piVar8 + 7);\n if ((bVar29 & 1) == 0) {\nLAB_001ea799:\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n iVar7 = piVar8[1];\n iVar6 = piVar8[2];\n bVar5 = bVar29 >> 2 & 1;\n if ((bVar29 >> 2 & 1) != 0) {\n iVar13 = piVar8[5];\n iVar24 = piVar8[6];\n *(byte *)(piVar8 + 7) = bVar29 & 0xfa;\n if ((bVar29 & 8) == 0) {\n *(byte *)(piVar8 + 7) = bVar29 & 0xf8;\n }\n (**(code **)(*piVar8 + 0x3c))(piVar8);\n bVar29 = *(byte *)(piVar8 + 7);\n if ((bVar29 & 1) == 0) {\n piVar8[1] = iVar7;\n piVar8[2] = iVar6;\n *(byte *)(piVar8 + 7) = bVar29 | 1;\n if ((bVar29 & 4) == 0) {\n *(byte *)(piVar8 + 7) = bVar29 | 5;\n piVar8[5] = iVar13;\n piVar8[6] = iVar24;\n if ((bVar29 & 2) != 0) {\n return bVar5;\n }\n (**(code **)(*piVar8 + 0x38))(piVar8);\n if ((*(byte *)(piVar8 + 7) & 2) != 0) {\n return bVar5;\n }\nLAB_001ea0f2:\n \n FUN_002446e0("../../gold/output.h",0x163,"finalize_data_size");\n }\nLAB_001ea77b:\n \n FUN_002446e0("../../gold/output.h",0x14b,"set_file_offset");\n }\nLAB_001ea73f:\n \n FUN_002446e0("../../gold/output.h",0x142,"set_address");\n }\nLAB_001ea75d:\n \n FUN_002446e0("../../gold/output.h",0xe3,"offset");\n}" (type_identifier "byte") (function_declarator "FUN_001e95c0(int param_1,int param_2,int *param_3,undefined4 param_4,undefined4 param_5,\n undefined4 param_6)" (identifier "FUN_001e95c0") (parameter_list "(int param_1,int param_2,int *param_3,undefined4 param_4,undefined4 param_5,\n undefined4 param_6)" (( "(") (parameter_declaration "int param_1" (primitive_type "int") (identifier "param_1")) (, ",") (parameter_declaration "int param_2" (primitive_type "int") (identifier "param_2")) (, ",") (parameter_declaration "int *param_3" (primitive_type "int") (pointer_declarator "*param_3" (* "*") (identifier "param_3"))) (, ",") (parameter_declaration "undefined4 param_4" (type_identifier "undefined4") (identifier "param_4")) (, ",") (parameter_declaration "undefined4 param_5" (type_identifier "undefined4") (identifier "param_5")) (, ",") (parameter_declaration "undefined4 param_6" (type_identifier "undefined4") (identifier "param_6")) () ")"))) (compound_statement "{\n undefined4 uVar1;\n undefined4 uVar2;\n undefined4 *puVar3;\n char cVar4;\n byte bVar5;\n int iVar6;\n int iVar7;\n int *piVar8;\n int iVar9;\n int iVar10;\n undefined4 uVar11;\n int iVar12;\n int iVar13;\n uint uVar14;\n uint uVar15;\n byte bVar16;\n uint *puVar17;\n undefined4 extraout_ECX;\n int iVar18;\n int *piVar19;\n uint uVar20;\n byte *pbVar21;\n uint *puVar22;\n uint uVar23;\n int iVar24;\n byte *pbVar25;\n uint uVar26;\n bool bVar27;\n bool bVar28;\n byte bVar29;\n longlong lVar30;\n undefined8 uVar31;\n int *local_ac;\n uint local_90;\n int *local_84;\n uint local_7c;\n int local_74;\n uint local_70;\n uint local_6c;\n int local_68;\n uint local_64;\n uint local_60;\n undefined4 *local_5c;\n uint local_54;\n uint *local_4c;\n uint local_48;\n int local_44;\n int local_40;\n uint *local_38;\n int *local_34;\n int *local_30;\n undefined4 local_2c;\n int *local_28;\n int *local_24;\n undefined4 local_20;\n \n bVar29 = 0;\n iVar7 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar7 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(iVar7 + 0x318d) != '\0') {\n \n FUN_002446e0("../../gold/aarch64.cc",0x160d,"do_relax");\n }\n if (param_2 == 1) {\n local_7c = *(int *)(iVar7 + 0x38a8) >> 0x1f;\n local_7c = (*(uint *)(iVar7 + 0x38a8) ^ local_7c) - local_7c;\n if (local_7c == 1) {\n local_7c = 0x7ffbffc;\n *(undefined4 *)(param_1 + 0x6c) = 0x7ffbffc;\n }\n else {\n *(uint *)(param_1 + 0x6c) = local_7c;\n }\n local_34 = (int *)0x0;\n local_30 = (int *)0x0;\n local_2c = 0;\n \n FUN_002758a0(param_5,&local_34);\n piVar8 = local_30;\n if (local_34 != local_30) {\n local_84 = local_34;\n do {\n iVar7 = *local_84;\n local_28 = (int *)0x0;\n local_24 = (int *)0x0;\n local_38 = *(uint **)(iVar7 + 0x70);\n local_20 = 0;\n if (local_38 != *(uint **)(iVar7 + 0x6c)) {\n local_70 = 0;\n bVar27 = false;\n local_5c = (undefined4 *)0x0;\n puVar22 = *(uint **)(iVar7 + 0x6c);\nLAB_001ea390:\n local_4c = puVar22;\n if (local_4c[1] != 0) {\n uVar26 = local_4c[1] - 1;\n bVar5 = (byte)uVar26;\n bVar28 = (uVar26 & 0x20) == 0;\n lVar30 = CONCAT44((uint)!bVar28 << (bVar5 & 0x1f),(uint)bVar28 << (bVar5 & 0x1f));\n goto LAB_001ea3bd;\n }\nLAB_001ea39e:\n uVar26 = *local_4c;\n puVar22 = local_4c;\njoined_r0x001ea3ac:\n local_4c = puVar22;\n if (uVar26 + 4 < 4) {\n \n lVar30 = (**(code **)(*(int *)local_4c[4] + 0xc))((int *)local_4c[4]);\nLAB_001ea3bd:\n if (lVar30 != 0) {\n local_5c = (undefined4 *)((int)lVar30 + -1 + (int)local_5c & -(int)lVar30);\n }\n }\n iVar6 = FUN_002c60d0(local_4c);\n uVar26 = (int)local_5c + iVar6;\n uVar23 = uVar26;\n if (bVar27) goto LAB_001ea4f0;\nLAB_001ea3f6:\n if (*local_4c < 0xfffffffd) {\n lVar30 = FUN_002c60d0(local_4c);\n puVar22 = local_4c + 6;\n puVar17 = *(uint **)(iVar7 + 0x70);\n if (lVar30 == 0) goto LAB_001e9783;\n if (bVar27) {\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea610;\n puVar17 = local_4c + 7;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n if (*puVar17 != 0) {\n uVar26 = *puVar17 - 1;\n bVar16 = (byte)uVar26;\n bVar5 = bVar16 & 0x1f;\n uVar14 = 1 << (bVar16 & 0x1f);\n uVar15 = uVar14;\n uVar20 = 0 << bVar5 | 1U >> 0x20 - bVar5;\n if ((uVar26 & 0x20) != 0) {\n uVar15 = 0;\n uVar20 = uVar14;\n }\n if (uVar20 == 0 && uVar15 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n }\n else {\n local_5c = (undefined4 *)((uVar15 - 1) + uVar23 & -uVar15);\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = (int)local_5c + iVar6;\n }\n goto LAB_001ea4f0;\n }\n goto LAB_001ea39e;\n }\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea619;\n if (local_4c[7] != 0) {\n uVar26 = local_4c[7] - 1;\n bVar5 = (byte)uVar26;\n bVar27 = (uVar26 & 0x20) == 0;\n iVar6 = (uint)bVar27 << (bVar5 & 0x1f);\n if ((uint)!bVar27 << (bVar5 & 0x1f) == 0 && iVar6 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\n else {\n uVar23 = -iVar6 & (uVar23 - 1) + iVar6;\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\nLAB_001ea4f0:\n uVar23 = uVar26;\n if (uVar26 - local_70 < local_7c) {\n bVar27 = true;\n }\n else {\n if (*(uint **)(iVar7 + 0x70) == local_38) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0xaf7,"group_sections");\n }\n FUN_001e8c30(param_1,&local_28,param_6);\n bVar27 = false;\n }\n goto LAB_001ea3f6;\n }\n uVar26 = *puVar22;\n bVar27 = true;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n goto joined_r0x001ea3ac;\n }\n puVar17 = *(uint **)(iVar7 + 0x70);\nLAB_001e9783:\n local_5c = (undefined4 *)uVar23;\n puVar22 = local_4c + 6;\n if (local_4c + 6 != puVar17) goto LAB_001ea390;\n if (bVar27) {\nLAB_001ea610:\n if (puVar17 == local_38) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0xb32,"group_sections",local_4c + 6);\n }\nLAB_001ea619:\n FUN_001e8c30(param_1,&local_28,param_6);\n }\n if (local_24 == local_28) {\nLAB_001ea600:\n if (local_28 != (int *)0x0) goto LAB_001e9835;\n goto LAB_001e9844;\n }\n \n FUN_002cdf10(iVar7,&local_28);\n iVar7 = (int)local_24 - (int)local_28 >> 2;\n if (iVar7 == 0) goto LAB_001ea600;\n iVar6 = *(int *)(*local_28 + 0x2c);\n uVar26 = *(uint *)(*local_28 + 0x30);\n iVar13 = *(int *)(iVar6 + 0x84);\n if ((uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26) goto LAB_001ea7b7;\n iVar24 = 0;\n while( true ) {\n *(undefined4 *)(iVar13 + uVar26 * 4) = 0xffffffff;\n iVar24 = iVar24 + 1;\n *(undefined1 *)(iVar6 + 0x4c) = 1;\n if (iVar7 == iVar24) break;\n iVar6 = *(int *)(local_28[iVar24] + 0x2c);\n uVar26 = *(uint *)(local_28[iVar24] + 0x30);\n iVar13 = *(int *)(iVar6 + 0x84);\n if ((uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26) {\nLAB_001ea7b7:\n \n \n FUN_002446e0("../../gold/object.h",0x81f,"do_set_section_offset");\n }\n }\nLAB_001e9835:\n FUN_003ae080(local_28);\n }\nLAB_001e9844:\n local_84 = local_84 + 1;\n piVar8 = local_34;\n } while (local_30 != local_84);\n }\n if (piVar8 != (int *)0x0) {\n FUN_003ae080(piVar8);\n }\nLAB_001e9870:\n local_ac = (int *)*param_3;\n if (local_ac == (int *)param_3[1]) goto LAB_001e9f98;\n }\n else {\n local_5c = *(undefined4 **)(param_1 + 0x60);\n if (local_5c != *(undefined4 **)(param_1 + 100)) {\n do {\n piVar8 = (int *)*local_5c;\n iVar7 = piVar8[8];\n if (*(code **)(*piVar8 + 0xc) == FUN_001d1390) {\n local_4c = *(uint **)(iVar7 + 0x3c);\n local_64 = 0xfffffffc;\n local_60 = 0xffffffff;\n lVar30 = 4;\nLAB_001e965f:\n local_68 = (int)((ulonglong)lVar30 >> 0x20);\n local_6c = (uint)lVar30;\n bVar27 = CARRY4(local_6c,(uint)local_4c);\n iVar6 = local_6c + (int)local_4c;\n local_4c = (uint *)(local_64 & iVar6 - 1U);\n local_48 = local_60 & local_68 + (uint)bVar27 + -1 + (uint)(iVar6 != 0);\n }\n else {\n lVar30 = (**(code **)(*piVar8 + 0xc))(piVar8);\n local_4c = *(uint **)(iVar7 + 0x3c);\n local_48 = 0;\n if (lVar30 != 0) {\n local_64 = -(int)lVar30;\n local_60 = -((int)((ulonglong)lVar30 >> 0x20) + (uint)((int)lVar30 != 0));\n goto LAB_001e965f;\n }\n }\n if ((*(byte *)(iVar7 + 0x1c) & 4) == 0) goto LAB_001ea75d;\n uVar23 = *(uint *)(iVar7 + 0x14);\n uVar26 = *(uint *)(iVar7 + 0x14);\n iVar6 = *(int *)(iVar7 + 0x18);\n if ((*(byte *)(iVar7 + 0x1c) & 1) == 0) goto LAB_001ea799;\n bVar5 = *(byte *)(piVar8 + 7);\n uVar20 = *(uint *)(iVar7 + 4);\n iVar13 = *(int *)(iVar7 + 8);\n if ((bVar5 & 1) != 0) goto LAB_001ea73f;\n piVar8[1] = (int)local_4c + *(uint *)(iVar7 + 4);\n piVar8[2] = local_48 + iVar13 + (uint)CARRY4((uint)local_4c,uVar20);\n *(byte *)(piVar8 + 7) = bVar5 | 1;\n if ((bVar5 & 4) != 0) goto LAB_001ea77b;\n *(byte *)(piVar8 + 7) = bVar5 | 5;\n piVar8[5] = (int)local_4c + uVar26;\n piVar8[6] = local_48 + iVar6 + (uint)CARRY4((uint)local_4c,uVar23);\n if (((bVar5 & 2) == 0) &&\n ((**(code **)(*piVar8 + 0x38))(piVar8), (*(byte *)(piVar8 + 7) & 2) == 0))\n goto LAB_001ea0f2;\n local_5c = local_5c + 1;\n } while (*(undefined4 **)(param_1 + 100) != local_5c);\n goto LAB_001e9870;\n }\n local_ac = (int *)*param_3;\n if ((int *)param_3[1] == local_ac) {\n return 0;\n }\n }\n do {\n iVar7 = *local_ac;\n if (*(int *)(iVar7 + 0x1c) == 0) {\nLAB_001ea110:\n \n \n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }\n FUN_0023cd00(*(int *)(iVar7 + 0x1c) + 0x1c,param_6);\n uVar26 = *(uint *)(iVar7 + 0x28);\n if (*(int *)(iVar7 + 0x1c) == 0) goto LAB_001ea110;\n \n iVar6 = FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)(iVar7 + 0x94),\n *(undefined4 *)(iVar7 + 0x98),uVar26 * 0x28,1,1);\n FUN_00318bd0(iVar7);\n if (1 < uVar26) {\n iVar13 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar13 == 0) {\nLAB_001e9d87:\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n local_64 = 1;\n iVar24 = iVar7 + 0x14c;\n puVar3 = (undefined4 *)iVar6;\n do {\n local_5c = (undefined4 *)((int)puVar3 + 0x28);\n iVar9 = *(int *)((int)puVar3 + 0x2c);\n if ((((*(char *)(iVar13 + 0x1671) != '\0') || (*(char *)(iVar13 + 0x16ed) != '\0')) &&\n (*(int *)((int)puVar3 + 0x3c) != 0)) && ((*(byte *)((int)puVar3 + 0x30) & 6) != 0)) {\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_64 * 4);\n if ((iVar13 != 0) && (iVar9 == 1)) {\n cVar4 = FUN_0034cd20(param_4,iVar7,local_64);\n if (cVar4 == '\0') {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_64) {\n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n local_74 = *(int *)(*(int *)(iVar7 + 0x84) + local_64 * 4);\n if (local_74 == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,local_64);\n if (iVar13 == 0) goto LAB_001e9c60;\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address",extraout_ECX);\n }\n local_74 = *(int *)(iVar13 + 4);\n }\n else {\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) goto LAB_001ea816;\n local_74 = local_74 + *(int *)(iVar13 + 4);\n }\n if ((uint)(*(int *)(iVar7 + 0x140) - *(int *)(iVar7 + 0x13c) >> 2) <= local_64) {\n \n FUN_001d4d60();\nLAB_001ea816:\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if ((*(int *)(*(int *)(iVar7 + 0x13c) + local_64 * 4) != 0) &&\n (FUN_001d6c20(local_64), local_44 != local_40)) {\n iVar13 = *(int *)(local_44 + 0x10);\n iVar18 = local_74 + *(int *)(iVar13 + 0x18);\n *(int *)(iVar13 + 0x20) = iVar18;\n iVar9 = local_44;\n while( true ) {\n if (iVar18 + 4 == -1) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x361,"set_destination_address");\n }\n *(int *)(iVar13 + 4) = iVar18 + 4;\n iVar9 = thunk_FUN_003af660(iVar9);\n if (iVar9 == local_40) break;\n iVar13 = *(int *)(iVar9 + 0x10);\n iVar18 = *(int *)(iVar13 + 0x18) + local_74;\n *(int *)(iVar13 + 0x20) = iVar18;\n }\n }\n local_28 = (int *)0x0;\n iVar18 = FUN_0028b8b0(iVar7,local_64,&local_28,0);\n iVar13 = *(int *)(iVar7 + 0x150);\n iVar9 = iVar24;\n if (*(int *)(iVar7 + 0x150) != 0) {\n do {\n while (iVar10 = iVar13, *(uint *)(iVar10 + 0x10) < local_64) {\n piVar8 = (int *)(iVar10 + 0xc);\n iVar13 = *piVar8;\n iVar10 = iVar9;\n if (*piVar8 == 0) goto LAB_001e9af5;\n }\n iVar13 = *(int *)(iVar10 + 8);\n iVar9 = iVar10;\n } while (*(int *)(iVar10 + 8) != 0);\nLAB_001e9af5:\n if (iVar24 != iVar10) {\n uVar23 = *(uint *)(iVar10 + 0x10);\n while (local_64 == uVar23) {\n iVar13 = thunk_FUN_003af660(iVar10);\n if (*(char *)(iVar10 + 0x18) == 'x') {\n iVar9 = *(int *)(iVar10 + 0x14);\n if ((iVar24 == iVar13) || (*(uint *)(iVar13 + 0x10) != local_64)) {\n local_54 = *(int *)((int)puVar3 + 0x3c);\n }\n else {\n local_54 = *(int *)(iVar13 + 0x14);\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(iVar10 + 0x1671) != '\0') &&\n (uVar23 = local_74 + iVar9, (uVar23 & 3) == 0)) {\n iVar10 = 0;\n if ((uVar23 & 0xfff) < 0xff8) {\n iVar10 = 0xff8 - (uVar23 & 0xfff);\n }\n while (iVar10 + 0xcU <= local_54 - iVar9) {\n puVar22 = (uint *)(iVar18 + iVar9 + iVar10);\n uVar20 = uVar23 + iVar10;\n if ((*puVar22 & 0x9f000000) == 0x90000000) {\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }\n iVar12 = iVar10 + 4;\n iVar10 = iVar10 + 0xffc;\n if ((uVar20 & 0xfff) == 0xff8) {\n iVar10 = iVar12;\n }\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (*(char *)(iVar10 + 0x16ed) != '\0') {\n uVar23 = local_54 - iVar9;\n if (4 < uVar23) {\n local_54 = 4;\n uVar20 = 0;\n do {\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n } while (local_54 < uVar23);\n }\n }\n }\n if (iVar24 == iVar13) break;\n iVar10 = iVar13;\n uVar23 = *(uint *)(iVar13 + 0x10);\n }\n }\n }\n }\nLAB_001e9c60:\n iVar9 = *(int *)((int)puVar3 + 0x2c);\n }\n }\n if ((iVar9 == 4) && (iVar13 = *(int *)((int)puVar3 + 0x3c), iVar13 != 0)) {\n uVar23 = *(uint *)((int)puVar3 + 0x40);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if (((*(uint *)(iVar7 + 0xac) == uVar23) && (*(int *)((int)puVar3 + 0x4c) == 0xc)) &&\n (lVar30 = FUN_00442a10(iVar13,0,0xc,0), lVar30 == 0)) {\n local_6c = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < local_6c) {\n \n FUN_00106f60(iVar7 + 0x90);\n local_6c = local_6c + *(int *)(iVar7 + 0xa4);\n }\n if (local_6c < *(uint *)(iVar7 + 0x28)) {\n iVar13 = iVar6 + local_6c * 0x28;\n if ((((*(int *)(iVar13 + 0x14) != 0) && ((*(byte *)(iVar13 + 8) & 2) != 0)) &&\n (*(int *)(iVar13 + 4) == 1)) &&\n (iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_6c * 4), iVar13 != 0)) {\n cVar4 = FUN_0034cd20(param_4,iVar7,local_6c);\n bVar27 = false;\n bVar28 = cVar4 == '\0';\n if (bVar28) {\n iVar9 = 10;\n pbVar21 = *(byte **)(iVar13 + 0x20);\n pbVar25 = (byte *)".eh_frame";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar27 = *pbVar21 < *pbVar25;\n bVar28 = *pbVar21 == *pbVar25;\n pbVar21 = pbVar21 + (uint)bVar29 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar29 * -2 + 1;\n } while (bVar28);\n if ((!bVar27 && !bVar28) != bVar27) {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_6c) {\n \n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset",iVar9);\n }\n if (*(int *)(*(int *)(iVar7 + 0x84) + local_6c * 4) == -1) {\n \n uVar31 = FUN_002cd8b0(iVar13,iVar7,local_6c);\n if ((int)uVar31 == 0) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable",\n (int)((ulonglong)uVar31 >> 0x20));\n }\n }\n uVar23 = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= uVar23) {\n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + uVar23 * 4);\n if (*(int *)(*(int *)(iVar7 + 0x84) + uVar23 * 4) == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,uVar23);\n if (iVar13 == 0) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }\n else if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if (*(int *)(iVar7 + 0x1c) == 0) {\n \n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }\n FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)((int)puVar3 + 0x38),0\n ,*(undefined4 *)((int)puVar3 + 0x3c),1,0);\n local_34 = (int *)0x0;\n FUN_0028b8b0(iVar7,uVar23,&local_34,0);\n if (*(int *)((int)puVar3 + 0x2c) != 4) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }\n }\n }\n }\n }\n }\n }\n local_64 = local_64 + 1;\n if (uVar26 == local_64) break;\n iVar13 = *(int *)(DAT_005ea7c8 + 8);\n puVar3 = local_5c;\n if (iVar13 == 0) goto LAB_001e9d87;\n } while( true );\n }\n if (*(int *)(iVar7 + 0x1c) != 0) {\n FUN_0023dd30(*(int *)(iVar7 + 0x1c) + 0x1c,param_6);\n }\n local_ac = local_ac + 1;\n } while ((int *)param_3[1] != local_ac);\nLAB_001e9f98:\n piVar8 = *(int **)(param_1 + 100);\n piVar19 = *(int **)(param_1 + 0x60);\n while( true ) {\n if (piVar19 == piVar8) {\n return 0;\n }\n iVar7 = *piVar19;\n iVar6 = *(int *)(iVar7 + 0x68);\n uVar26 = *(uint *)(iVar7 + 0x58) + 3 & 0xfffffffc;\n iVar13 = *(int *)(iVar7 + 0x6c);\n iVar24 = uVar26 + *(uint *)(iVar7 + 0x60);\n iVar9 = *(int *)(iVar7 + 0x5c) + (uint)(0xfffffffc < *(uint *)(iVar7 + 0x58)) +\n *(int *)(iVar7 + 100) + (uint)CARRY4(uVar26,*(uint *)(iVar7 + 0x60));\n *(int *)(iVar7 + 0x68) = iVar24;\n *(int *)(iVar7 + 0x6c) = iVar9;\n if (iVar13 != iVar9 || iVar6 != iVar24) break;\n piVar19 = piVar19 + 1;\n }\n piVar8 = *(int **)(iVar7 + 0x20);\n bVar29 = *(byte *)(piVar8 + 7);\n if ((bVar29 & 1) == 0) {\nLAB_001ea799:\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n iVar7 = piVar8[1];\n iVar6 = piVar8[2];\n bVar5 = bVar29 >> 2 & 1;\n if ((bVar29 >> 2 & 1) != 0) {\n iVar13 = piVar8[5];\n iVar24 = piVar8[6];\n *(byte *)(piVar8 + 7) = bVar29 & 0xfa;\n if ((bVar29 & 8) == 0) {\n *(byte *)(piVar8 + 7) = bVar29 & 0xf8;\n }\n (**(code **)(*piVar8 + 0x3c))(piVar8);\n bVar29 = *(byte *)(piVar8 + 7);\n if ((bVar29 & 1) == 0) {\n piVar8[1] = iVar7;\n piVar8[2] = iVar6;\n *(byte *)(piVar8 + 7) = bVar29 | 1;\n if ((bVar29 & 4) == 0) {\n *(byte *)(piVar8 + 7) = bVar29 | 5;\n piVar8[5] = iVar13;\n piVar8[6] = iVar24;\n if ((bVar29 & 2) != 0) {\n return bVar5;\n }\n (**(code **)(*piVar8 + 0x38))(piVar8);\n if ((*(byte *)(piVar8 + 7) & 2) != 0) {\n return bVar5;\n }\nLAB_001ea0f2:\n \n FUN_002446e0("../../gold/output.h",0x163,"finalize_data_size");\n }\nLAB_001ea77b:\n \n FUN_002446e0("../../gold/output.h",0x14b,"set_file_offset");\n }\nLAB_001ea73f:\n \n FUN_002446e0("../../gold/output.h",0x142,"set_address");\n }\nLAB_001ea75d:\n \n FUN_002446e0("../../gold/output.h",0xe3,"offset");\n}" ({ "{") (declaration "undefined4 uVar1;" (type_identifier "undefined4") (identifier "uVar1") (; ";")) (declaration "undefined4 uVar2;" (type_identifier "undefined4") (identifier "uVar2") (; ";")) (declaration "undefined4 *puVar3;" (type_identifier "undefined4") (pointer_declarator "*puVar3" (* "*") (identifier "puVar3")) (; ";")) (declaration "char cVar4;" (primitive_type "char") (identifier "cVar4") (; ";")) (declaration "byte bVar5;" (type_identifier "byte") (identifier "bVar5") (; ";")) (declaration "int iVar6;" (primitive_type "int") (identifier "iVar6") (; ";")) (declaration "int iVar7;" (primitive_type "int") (identifier "iVar7") (; ";")) (declaration "int *piVar8;" (primitive_type "int") (pointer_declarator "*piVar8" (* "*") (identifier "piVar8")) (; ";")) (declaration "int iVar9;" (primitive_type "int") (identifier "iVar9") (; ";")) (declaration "int iVar10;" (primitive_type "int") (identifier "iVar10") (; ";")) (declaration "undefined4 uVar11;" (type_identifier "undefined4") (identifier "uVar11") (; ";")) (declaration "int iVar12;" (primitive_type "int") (identifier "iVar12") (; ";")) (declaration "int iVar13;" (primitive_type "int") (identifier "iVar13") (; ";")) (declaration "uint uVar14;" (type_identifier "uint") (identifier "uVar14") (; ";")) (declaration "uint uVar15;" (type_identifier "uint") (identifier "uVar15") (; ";")) (declaration "byte bVar16;" (type_identifier "byte") (identifier "bVar16") (; ";")) (declaration "uint *puVar17;" (type_identifier "uint") (pointer_declarator "*puVar17" (* "*") (identifier "puVar17")) (; ";")) (declaration "undefined4 extraout_ECX;" (type_identifier "undefined4") (identifier "extraout_ECX") (; ";")) (declaration "int iVar18;" (primitive_type "int") (identifier "iVar18") (; ";")) (declaration "int *piVar19;" (primitive_type "int") (pointer_declarator "*piVar19" (* "*") (identifier "piVar19")) (; ";")) (declaration "uint uVar20;" (type_identifier "uint") (identifier "uVar20") (; ";")) (declaration "byte *pbVar21;" (type_identifier "byte") (pointer_declarator "*pbVar21" (* "*") (identifier "pbVar21")) (; ";")) (declaration "uint *puVar22;" (type_identifier "uint") (pointer_declarator "*puVar22" (* "*") (identifier "puVar22")) (; ";")) (declaration "uint uVar23;" (type_identifier "uint") (identifier "uVar23") (; ";")) (declaration "int iVar24;" (primitive_type "int") (identifier "iVar24") (; ";")) (declaration "byte *pbVar25;" (type_identifier "byte") (pointer_declarator "*pbVar25" (* "*") (identifier "pbVar25")) (; ";")) (declaration "uint uVar26;" (type_identifier "uint") (identifier "uVar26") (; ";")) (declaration "bool bVar27;" (primitive_type "bool") (identifier "bVar27") (; ";")) (declaration "bool bVar28;" (primitive_type "bool") (identifier "bVar28") (; ";")) (declaration "byte bVar29;" (type_identifier "byte") (identifier "bVar29") (; ";")) (declaration "longlong lVar30;" (type_identifier "longlong") (identifier "lVar30") (; ";")) (declaration "undefined8 uVar31;" (type_identifier "undefined8") (identifier "uVar31") (; ";")) (declaration "int *local_ac;" (primitive_type "int") (pointer_declarator "*local_ac" (* "*") (identifier "local_ac")) (; ";")) (declaration "uint local_90;" (type_identifier "uint") (identifier "local_90") (; ";")) (declaration "int *local_84;" (primitive_type "int") (pointer_declarator "*local_84" (* "*") (identifier "local_84")) (; ";")) (declaration "uint local_7c;" (type_identifier "uint") (identifier "local_7c") (; ";")) (declaration "int local_74;" (primitive_type "int") (identifier "local_74") (; ";")) (declaration "uint local_70;" (type_identifier "uint") (identifier "local_70") (; ";")) (declaration "uint local_6c;" (type_identifier "uint") (identifier "local_6c") (; ";")) (declaration "int local_68;" (primitive_type "int") (identifier "local_68") (; ";")) (declaration "uint local_64;" (type_identifier "uint") (identifier "local_64") (; ";")) (declaration "uint local_60;" (type_identifier "uint") (identifier "local_60") (; ";")) (declaration "undefined4 *local_5c;" (type_identifier "undefined4") (pointer_declarator "*local_5c" (* "*") (identifier "local_5c")) (; ";")) (declaration "uint local_54;" (type_identifier "uint") (identifier "local_54") (; ";")) (declaration "uint *local_4c;" (type_identifier "uint") (pointer_declarator "*local_4c" (* "*") (identifier "local_4c")) (; ";")) (declaration "uint local_48;" (type_identifier "uint") (identifier "local_48") (; ";")) (declaration "int local_44;" (primitive_type "int") (identifier "local_44") (; ";")) (declaration "int local_40;" (primitive_type "int") (identifier "local_40") (; ";")) (declaration "uint *local_38;" (type_identifier "uint") (pointer_declarator "*local_38" (* "*") (identifier "local_38")) (; ";")) (declaration "int *local_34;" (primitive_type "int") (pointer_declarator "*local_34" (* "*") (identifier "local_34")) (; ";")) (declaration "int *local_30;" (primitive_type "int") (pointer_declarator "*local_30" (* "*") (identifier "local_30")) (; ";")) (declaration "undefined4 local_2c;" (type_identifier "undefined4") (identifier "local_2c") (; ";")) (declaration "int *local_28;" (primitive_type "int") (pointer_declarator "*local_28" (* "*") (identifier "local_28")) (; ";")) (declaration "int *local_24;" (primitive_type "int") (pointer_declarator "*local_24" (* "*") (identifier "local_24")) (; ";")) (declaration "undefined4 local_20;" (type_identifier "undefined4") (identifier "local_20") (; ";")) (expression_statement "bVar29 = 0;" (assignment_expression "bVar29 = 0" (identifier "bVar29") (= "=") (number_literal "0")) (; ";")) (expression_statement "iVar7 = *(int *)(DAT_005ea7c8 + 8);" (assignment_expression "iVar7 = *(int *)(DAT_005ea7c8 + 8)" (identifier "iVar7") (= "=") (pointer_expression "*(int *)(DAT_005ea7c8 + 8)" (* "*") (cast_expression "(int *)(DAT_005ea7c8 + 8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_005ea7c8 + 8)" (( "(") (binary_expression "DAT_005ea7c8 + 8" (identifier "DAT_005ea7c8") (+ "+") (number_literal "8")) () ")"))))) (; ";")) (if_statement "if (iVar7 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }" (if "if") (parenthesized_expression "(iVar7 == 0)" (( "(") (binary_expression "iVar7 == 0" (identifier "iVar7") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }" ({ "{") (expression_statement "FUN_002446e0("../../gold/parameters.h",0x5c,"options");" (call_expression "FUN_002446e0("../../gold/parameters.h",0x5c,"options")" (identifier "FUN_002446e0") (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 *)(iVar7 + 0x318d) != '\0') {\n \n FUN_002446e0("../../gold/aarch64.cc",0x160d,"do_relax");\n }" (if "if") (parenthesized_expression "(*(char *)(iVar7 + 0x318d) != '\0')" (( "(") (binary_expression "*(char *)(iVar7 + 0x318d) != '\0'" (pointer_expression "*(char *)(iVar7 + 0x318d)" (* "*") (cast_expression "(char *)(iVar7 + 0x318d)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar7 + 0x318d)" (( "(") (binary_expression "iVar7 + 0x318d" (identifier "iVar7") (+ "+") (number_literal "0x318d")) () ")")))) (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n \n FUN_002446e0("../../gold/aarch64.cc",0x160d,"do_relax");\n }" ({ "{") (expression_statement "FUN_002446e0("../../gold/aarch64.cc",0x160d,"do_relax");" (call_expression "FUN_002446e0("../../gold/aarch64.cc",0x160d,"do_relax")" (identifier "FUN_002446e0") (argument_list "("../../gold/aarch64.cc",0x160d,"do_relax")" (( "(") (string_literal ""../../gold/aarch64.cc"" (" """) (string_content "../../gold/aarch64.cc") (" """)) (, ",") (number_literal "0x160d") (, ",") (string_literal ""do_relax"" (" """) (string_content "do_relax") (" """)) () ")"))) (; ";")) (} "}"))) (if_statement "if (param_2 == 1) {\n local_7c = *(int *)(iVar7 + 0x38a8) >> 0x1f;\n local_7c = (*(uint *)(iVar7 + 0x38a8) ^ local_7c) - local_7c;\n if (local_7c == 1) {\n local_7c = 0x7ffbffc;\n *(undefined4 *)(param_1 + 0x6c) = 0x7ffbffc;\n }\n else {\n *(uint *)(param_1 + 0x6c) = local_7c;\n }\n local_34 = (int *)0x0;\n local_30 = (int *)0x0;\n local_2c = 0;\n \n FUN_002758a0(param_5,&local_34);\n piVar8 = local_30;\n if (local_34 != local_30) {\n local_84 = local_34;\n do {\n iVar7 = *local_84;\n local_28 = (int *)0x0;\n local_24 = (int *)0x0;\n local_38 = *(uint **)(iVar7 + 0x70);\n local_20 = 0;\n if (local_38 != *(uint **)(iVar7 + 0x6c)) {\n local_70 = 0;\n bVar27 = false;\n local_5c = (undefined4 *)0x0;\n puVar22 = *(uint **)(iVar7 + 0x6c);\nLAB_001ea390:\n local_4c = puVar22;\n if (local_4c[1] != 0) {\n uVar26 = local_4c[1] - 1;\n bVar5 = (byte)uVar26;\n bVar28 = (uVar26 & 0x20) == 0;\n lVar30 = CONCAT44((uint)!bVar28 << (bVar5 & 0x1f),(uint)bVar28 << (bVar5 & 0x1f));\n goto LAB_001ea3bd;\n }\nLAB_001ea39e:\n uVar26 = *local_4c;\n puVar22 = local_4c;\njoined_r0x001ea3ac:\n local_4c = puVar22;\n if (uVar26 + 4 < 4) {\n \n lVar30 = (**(code **)(*(int *)local_4c[4] + 0xc))((int *)local_4c[4]);\nLAB_001ea3bd:\n if (lVar30 != 0) {\n local_5c = (undefined4 *)((int)lVar30 + -1 + (int)local_5c & -(int)lVar30);\n }\n }\n iVar6 = FUN_002c60d0(local_4c);\n uVar26 = (int)local_5c + iVar6;\n uVar23 = uVar26;\n if (bVar27) goto LAB_001ea4f0;\nLAB_001ea3f6:\n if (*local_4c < 0xfffffffd) {\n lVar30 = FUN_002c60d0(local_4c);\n puVar22 = local_4c + 6;\n puVar17 = *(uint **)(iVar7 + 0x70);\n if (lVar30 == 0) goto LAB_001e9783;\n if (bVar27) {\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea610;\n puVar17 = local_4c + 7;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n if (*puVar17 != 0) {\n uVar26 = *puVar17 - 1;\n bVar16 = (byte)uVar26;\n bVar5 = bVar16 & 0x1f;\n uVar14 = 1 << (bVar16 & 0x1f);\n uVar15 = uVar14;\n uVar20 = 0 << bVar5 | 1U >> 0x20 - bVar5;\n if ((uVar26 & 0x20) != 0) {\n uVar15 = 0;\n uVar20 = uVar14;\n }\n if (uVar20 == 0 && uVar15 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n }\n else {\n local_5c = (undefined4 *)((uVar15 - 1) + uVar23 & -uVar15);\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = (int)local_5c + iVar6;\n }\n goto LAB_001ea4f0;\n }\n goto LAB_001ea39e;\n }\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea619;\n if (local_4c[7] != 0) {\n uVar26 = local_4c[7] - 1;\n bVar5 = (byte)uVar26;\n bVar27 = (uVar26 & 0x20) == 0;\n iVar6 = (uint)bVar27 << (bVar5 & 0x1f);\n if ((uint)!bVar27 << (bVar5 & 0x1f) == 0 && iVar6 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\n else {\n uVar23 = -iVar6 & (uVar23 - 1) + iVar6;\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\nLAB_001ea4f0:\n uVar23 = uVar26;\n if (uVar26 - local_70 < local_7c) {\n bVar27 = true;\n }\n else {\n if (*(uint **)(iVar7 + 0x70) == local_38) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0xaf7,"group_sections");\n }\n FUN_001e8c30(param_1,&local_28,param_6);\n bVar27 = false;\n }\n goto LAB_001ea3f6;\n }\n uVar26 = *puVar22;\n bVar27 = true;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n goto joined_r0x001ea3ac;\n }\n puVar17 = *(uint **)(iVar7 + 0x70);\nLAB_001e9783:\n local_5c = (undefined4 *)uVar23;\n puVar22 = local_4c + 6;\n if (local_4c + 6 != puVar17) goto LAB_001ea390;\n if (bVar27) {\nLAB_001ea610:\n if (puVar17 == local_38) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0xb32,"group_sections",local_4c + 6);\n }\nLAB_001ea619:\n FUN_001e8c30(param_1,&local_28,param_6);\n }\n if (local_24 == local_28) {\nLAB_001ea600:\n if (local_28 != (int *)0x0) goto LAB_001e9835;\n goto LAB_001e9844;\n }\n \n FUN_002cdf10(iVar7,&local_28);\n iVar7 = (int)local_24 - (int)local_28 >> 2;\n if (iVar7 == 0) goto LAB_001ea600;\n iVar6 = *(int *)(*local_28 + 0x2c);\n uVar26 = *(uint *)(*local_28 + 0x30);\n iVar13 = *(int *)(iVar6 + 0x84);\n if ((uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26) goto LAB_001ea7b7;\n iVar24 = 0;\n while( true ) {\n *(undefined4 *)(iVar13 + uVar26 * 4) = 0xffffffff;\n iVar24 = iVar24 + 1;\n *(undefined1 *)(iVar6 + 0x4c) = 1;\n if (iVar7 == iVar24) break;\n iVar6 = *(int *)(local_28[iVar24] + 0x2c);\n uVar26 = *(uint *)(local_28[iVar24] + 0x30);\n iVar13 = *(int *)(iVar6 + 0x84);\n if ((uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26) {\nLAB_001ea7b7:\n \n \n FUN_002446e0("../../gold/object.h",0x81f,"do_set_section_offset");\n }\n }\nLAB_001e9835:\n FUN_003ae080(local_28);\n }\nLAB_001e9844:\n local_84 = local_84 + 1;\n piVar8 = local_34;\n } while (local_30 != local_84);\n }\n if (piVar8 != (int *)0x0) {\n FUN_003ae080(piVar8);\n }\nLAB_001e9870:\n local_ac = (int *)*param_3;\n if (local_ac == (int *)param_3[1]) goto LAB_001e9f98;\n }\n else {\n local_5c = *(undefined4 **)(param_1 + 0x60);\n if (local_5c != *(undefined4 **)(param_1 + 100)) {\n do {\n piVar8 = (int *)*local_5c;\n iVar7 = piVar8[8];\n if (*(code **)(*piVar8 + 0xc) == FUN_001d1390) {\n local_4c = *(uint **)(iVar7 + 0x3c);\n local_64 = 0xfffffffc;\n local_60 = 0xffffffff;\n lVar30 = 4;\nLAB_001e965f:\n local_68 = (int)((ulonglong)lVar30 >> 0x20);\n local_6c = (uint)lVar30;\n bVar27 = CARRY4(local_6c,(uint)local_4c);\n iVar6 = local_6c + (int)local_4c;\n local_4c = (uint *)(local_64 & iVar6 - 1U);\n local_48 = local_60 & local_68 + (uint)bVar27 + -1 + (uint)(iVar6 != 0);\n }\n else {\n lVar30 = (**(code **)(*piVar8 + 0xc))(piVar8);\n local_4c = *(uint **)(iVar7 + 0x3c);\n local_48 = 0;\n if (lVar30 != 0) {\n local_64 = -(int)lVar30;\n local_60 = -((int)((ulonglong)lVar30 >> 0x20) + (uint)((int)lVar30 != 0));\n goto LAB_001e965f;\n }\n }\n if ((*(byte *)(iVar7 + 0x1c) & 4) == 0) goto LAB_001ea75d;\n uVar23 = *(uint *)(iVar7 + 0x14);\n uVar26 = *(uint *)(iVar7 + 0x14);\n iVar6 = *(int *)(iVar7 + 0x18);\n if ((*(byte *)(iVar7 + 0x1c) & 1) == 0) goto LAB_001ea799;\n bVar5 = *(byte *)(piVar8 + 7);\n uVar20 = *(uint *)(iVar7 + 4);\n iVar13 = *(int *)(iVar7 + 8);\n if ((bVar5 & 1) != 0) goto LAB_001ea73f;\n piVar8[1] = (int)local_4c + *(uint *)(iVar7 + 4);\n piVar8[2] = local_48 + iVar13 + (uint)CARRY4((uint)local_4c,uVar20);\n *(byte *)(piVar8 + 7) = bVar5 | 1;\n if ((bVar5 & 4) != 0) goto LAB_001ea77b;\n *(byte *)(piVar8 + 7) = bVar5 | 5;\n piVar8[5] = (int)local_4c + uVar26;\n piVar8[6] = local_48 + iVar6 + (uint)CARRY4((uint)local_4c,uVar23);\n if (((bVar5 & 2) == 0) &&\n ((**(code **)(*piVar8 + 0x38))(piVar8), (*(byte *)(piVar8 + 7) & 2) == 0))\n goto LAB_001ea0f2;\n local_5c = local_5c + 1;\n } while (*(undefined4 **)(param_1 + 100) != local_5c);\n goto LAB_001e9870;\n }\n local_ac = (int *)*param_3;\n if ((int *)param_3[1] == local_ac) {\n return 0;\n }\n }" (if "if") (parenthesized_expression "(param_2 == 1)" (( "(") (binary_expression "param_2 == 1" (identifier "param_2") (== "==") (number_literal "1")) () ")")) (compound_statement "{\n local_7c = *(int *)(iVar7 + 0x38a8) >> 0x1f;\n local_7c = (*(uint *)(iVar7 + 0x38a8) ^ local_7c) - local_7c;\n if (local_7c == 1) {\n local_7c = 0x7ffbffc;\n *(undefined4 *)(param_1 + 0x6c) = 0x7ffbffc;\n }\n else {\n *(uint *)(param_1 + 0x6c) = local_7c;\n }\n local_34 = (int *)0x0;\n local_30 = (int *)0x0;\n local_2c = 0;\n \n FUN_002758a0(param_5,&local_34);\n piVar8 = local_30;\n if (local_34 != local_30) {\n local_84 = local_34;\n do {\n iVar7 = *local_84;\n local_28 = (int *)0x0;\n local_24 = (int *)0x0;\n local_38 = *(uint **)(iVar7 + 0x70);\n local_20 = 0;\n if (local_38 != *(uint **)(iVar7 + 0x6c)) {\n local_70 = 0;\n bVar27 = false;\n local_5c = (undefined4 *)0x0;\n puVar22 = *(uint **)(iVar7 + 0x6c);\nLAB_001ea390:\n local_4c = puVar22;\n if (local_4c[1] != 0) {\n uVar26 = local_4c[1] - 1;\n bVar5 = (byte)uVar26;\n bVar28 = (uVar26 & 0x20) == 0;\n lVar30 = CONCAT44((uint)!bVar28 << (bVar5 & 0x1f),(uint)bVar28 << (bVar5 & 0x1f));\n goto LAB_001ea3bd;\n }\nLAB_001ea39e:\n uVar26 = *local_4c;\n puVar22 = local_4c;\njoined_r0x001ea3ac:\n local_4c = puVar22;\n if (uVar26 + 4 < 4) {\n \n lVar30 = (**(code **)(*(int *)local_4c[4] + 0xc))((int *)local_4c[4]);\nLAB_001ea3bd:\n if (lVar30 != 0) {\n local_5c = (undefined4 *)((int)lVar30 + -1 + (int)local_5c & -(int)lVar30);\n }\n }\n iVar6 = FUN_002c60d0(local_4c);\n uVar26 = (int)local_5c + iVar6;\n uVar23 = uVar26;\n if (bVar27) goto LAB_001ea4f0;\nLAB_001ea3f6:\n if (*local_4c < 0xfffffffd) {\n lVar30 = FUN_002c60d0(local_4c);\n puVar22 = local_4c + 6;\n puVar17 = *(uint **)(iVar7 + 0x70);\n if (lVar30 == 0) goto LAB_001e9783;\n if (bVar27) {\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea610;\n puVar17 = local_4c + 7;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n if (*puVar17 != 0) {\n uVar26 = *puVar17 - 1;\n bVar16 = (byte)uVar26;\n bVar5 = bVar16 & 0x1f;\n uVar14 = 1 << (bVar16 & 0x1f);\n uVar15 = uVar14;\n uVar20 = 0 << bVar5 | 1U >> 0x20 - bVar5;\n if ((uVar26 & 0x20) != 0) {\n uVar15 = 0;\n uVar20 = uVar14;\n }\n if (uVar20 == 0 && uVar15 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n }\n else {\n local_5c = (undefined4 *)((uVar15 - 1) + uVar23 & -uVar15);\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = (int)local_5c + iVar6;\n }\n goto LAB_001ea4f0;\n }\n goto LAB_001ea39e;\n }\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea619;\n if (local_4c[7] != 0) {\n uVar26 = local_4c[7] - 1;\n bVar5 = (byte)uVar26;\n bVar27 = (uVar26 & 0x20) == 0;\n iVar6 = (uint)bVar27 << (bVar5 & 0x1f);\n if ((uint)!bVar27 << (bVar5 & 0x1f) == 0 && iVar6 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\n else {\n uVar23 = -iVar6 & (uVar23 - 1) + iVar6;\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\nLAB_001ea4f0:\n uVar23 = uVar26;\n if (uVar26 - local_70 < local_7c) {\n bVar27 = true;\n }\n else {\n if (*(uint **)(iVar7 + 0x70) == local_38) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0xaf7,"group_sections");\n }\n FUN_001e8c30(param_1,&local_28,param_6);\n bVar27 = false;\n }\n goto LAB_001ea3f6;\n }\n uVar26 = *puVar22;\n bVar27 = true;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n goto joined_r0x001ea3ac;\n }\n puVar17 = *(uint **)(iVar7 + 0x70);\nLAB_001e9783:\n local_5c = (undefined4 *)uVar23;\n puVar22 = local_4c + 6;\n if (local_4c + 6 != puVar17) goto LAB_001ea390;\n if (bVar27) {\nLAB_001ea610:\n if (puVar17 == local_38) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0xb32,"group_sections",local_4c + 6);\n }\nLAB_001ea619:\n FUN_001e8c30(param_1,&local_28,param_6);\n }\n if (local_24 == local_28) {\nLAB_001ea600:\n if (local_28 != (int *)0x0) goto LAB_001e9835;\n goto LAB_001e9844;\n }\n \n FUN_002cdf10(iVar7,&local_28);\n iVar7 = (int)local_24 - (int)local_28 >> 2;\n if (iVar7 == 0) goto LAB_001ea600;\n iVar6 = *(int *)(*local_28 + 0x2c);\n uVar26 = *(uint *)(*local_28 + 0x30);\n iVar13 = *(int *)(iVar6 + 0x84);\n if ((uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26) goto LAB_001ea7b7;\n iVar24 = 0;\n while( true ) {\n *(undefined4 *)(iVar13 + uVar26 * 4) = 0xffffffff;\n iVar24 = iVar24 + 1;\n *(undefined1 *)(iVar6 + 0x4c) = 1;\n if (iVar7 == iVar24) break;\n iVar6 = *(int *)(local_28[iVar24] + 0x2c);\n uVar26 = *(uint *)(local_28[iVar24] + 0x30);\n iVar13 = *(int *)(iVar6 + 0x84);\n if ((uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26) {\nLAB_001ea7b7:\n \n \n FUN_002446e0("../../gold/object.h",0x81f,"do_set_section_offset");\n }\n }\nLAB_001e9835:\n FUN_003ae080(local_28);\n }\nLAB_001e9844:\n local_84 = local_84 + 1;\n piVar8 = local_34;\n } while (local_30 != local_84);\n }\n if (piVar8 != (int *)0x0) {\n FUN_003ae080(piVar8);\n }\nLAB_001e9870:\n local_ac = (int *)*param_3;\n if (local_ac == (int *)param_3[1]) goto LAB_001e9f98;\n }" ({ "{") (expression_statement "local_7c = *(int *)(iVar7 + 0x38a8) >> 0x1f;" (assignment_expression "local_7c = *(int *)(iVar7 + 0x38a8) >> 0x1f" (identifier "local_7c") (= "=") (binary_expression "*(int *)(iVar7 + 0x38a8) >> 0x1f" (pointer_expression "*(int *)(iVar7 + 0x38a8)" (* "*") (cast_expression "(int *)(iVar7 + 0x38a8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar7 + 0x38a8)" (( "(") (binary_expression "iVar7 + 0x38a8" (identifier "iVar7") (+ "+") (number_literal "0x38a8")) () ")")))) (>> ">>") (number_literal "0x1f"))) (; ";")) (expression_statement "local_7c = (*(uint *)(iVar7 + 0x38a8) ^ local_7c) - local_7c;" (assignment_expression "local_7c = (*(uint *)(iVar7 + 0x38a8) ^ local_7c) - local_7c" (identifier "local_7c") (= "=") (binary_expression "(*(uint *)(iVar7 + 0x38a8) ^ local_7c) - local_7c" (parenthesized_expression "(*(uint *)(iVar7 + 0x38a8) ^ local_7c)" (( "(") (binary_expression "*(uint *)(iVar7 + 0x38a8) ^ local_7c" (pointer_expression "*(uint *)(iVar7 + 0x38a8)" (* "*") (cast_expression "(uint *)(iVar7 + 0x38a8)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar7 + 0x38a8)" (( "(") (binary_expression "iVar7 + 0x38a8" (identifier "iVar7") (+ "+") (number_literal "0x38a8")) () ")")))) (^ "^") (identifier "local_7c")) () ")")) (- "-") (identifier "local_7c"))) (; ";")) (if_statement "if (local_7c == 1) {\n local_7c = 0x7ffbffc;\n *(undefined4 *)(param_1 + 0x6c) = 0x7ffbffc;\n }\n else {\n *(uint *)(param_1 + 0x6c) = local_7c;\n }" (if "if") (parenthesized_expression "(local_7c == 1)" (( "(") (binary_expression "local_7c == 1" (identifier "local_7c") (== "==") (number_literal "1")) () ")")) (compound_statement "{\n local_7c = 0x7ffbffc;\n *(undefined4 *)(param_1 + 0x6c) = 0x7ffbffc;\n }" ({ "{") (expression_statement "local_7c = 0x7ffbffc;" (assignment_expression "local_7c = 0x7ffbffc" (identifier "local_7c") (= "=") (number_literal "0x7ffbffc")) (; ";")) (expression_statement "*(undefined4 *)(param_1 + 0x6c) = 0x7ffbffc;" (assignment_expression "*(undefined4 *)(param_1 + 0x6c) = 0x7ffbffc" (pointer_expression "*(undefined4 *)(param_1 + 0x6c)" (* "*") (cast_expression "(undefined4 *)(param_1 + 0x6c)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x6c)" (( "(") (binary_expression "param_1 + 0x6c" (identifier "param_1") (+ "+") (number_literal "0x6c")) () ")")))) (= "=") (number_literal "0x7ffbffc")) (; ";")) (} "}")) (else_clause "else {\n *(uint *)(param_1 + 0x6c) = local_7c;\n }" (else "else") (compound_statement "{\n *(uint *)(param_1 + 0x6c) = local_7c;\n }" ({ "{") (expression_statement "*(uint *)(param_1 + 0x6c) = local_7c;" (assignment_expression "*(uint *)(param_1 + 0x6c) = local_7c" (pointer_expression "*(uint *)(param_1 + 0x6c)" (* "*") (cast_expression "(uint *)(param_1 + 0x6c)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x6c)" (( "(") (binary_expression "param_1 + 0x6c" (identifier "param_1") (+ "+") (number_literal "0x6c")) () ")")))) (= "=") (identifier "local_7c")) (; ";")) (} "}")))) (expression_statement "local_34 = (int *)0x0;" (assignment_expression "local_34 = (int *)0x0" (identifier "local_34") (= "=") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "local_30 = (int *)0x0;" (assignment_expression "local_30 = (int *)0x0" (identifier "local_30") (= "=") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "local_2c = 0;" (assignment_expression "local_2c = 0" (identifier "local_2c") (= "=") (number_literal "0")) (; ";")) (expression_statement "FUN_002758a0(param_5,&local_34);" (call_expression "FUN_002758a0(param_5,&local_34)" (identifier "FUN_002758a0") (argument_list "(param_5,&local_34)" (( "(") (identifier "param_5") (, ",") (pointer_expression "&local_34" (& "&") (identifier "local_34")) () ")"))) (; ";")) (expression_statement "piVar8 = local_30;" (assignment_expression "piVar8 = local_30" (identifier "piVar8") (= "=") (identifier "local_30")) (; ";")) (if_statement "if (local_34 != local_30) {\n local_84 = local_34;\n do {\n iVar7 = *local_84;\n local_28 = (int *)0x0;\n local_24 = (int *)0x0;\n local_38 = *(uint **)(iVar7 + 0x70);\n local_20 = 0;\n if (local_38 != *(uint **)(iVar7 + 0x6c)) {\n local_70 = 0;\n bVar27 = false;\n local_5c = (undefined4 *)0x0;\n puVar22 = *(uint **)(iVar7 + 0x6c);\nLAB_001ea390:\n local_4c = puVar22;\n if (local_4c[1] != 0) {\n uVar26 = local_4c[1] - 1;\n bVar5 = (byte)uVar26;\n bVar28 = (uVar26 & 0x20) == 0;\n lVar30 = CONCAT44((uint)!bVar28 << (bVar5 & 0x1f),(uint)bVar28 << (bVar5 & 0x1f));\n goto LAB_001ea3bd;\n }\nLAB_001ea39e:\n uVar26 = *local_4c;\n puVar22 = local_4c;\njoined_r0x001ea3ac:\n local_4c = puVar22;\n if (uVar26 + 4 < 4) {\n \n lVar30 = (**(code **)(*(int *)local_4c[4] + 0xc))((int *)local_4c[4]);\nLAB_001ea3bd:\n if (lVar30 != 0) {\n local_5c = (undefined4 *)((int)lVar30 + -1 + (int)local_5c & -(int)lVar30);\n }\n }\n iVar6 = FUN_002c60d0(local_4c);\n uVar26 = (int)local_5c + iVar6;\n uVar23 = uVar26;\n if (bVar27) goto LAB_001ea4f0;\nLAB_001ea3f6:\n if (*local_4c < 0xfffffffd) {\n lVar30 = FUN_002c60d0(local_4c);\n puVar22 = local_4c + 6;\n puVar17 = *(uint **)(iVar7 + 0x70);\n if (lVar30 == 0) goto LAB_001e9783;\n if (bVar27) {\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea610;\n puVar17 = local_4c + 7;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n if (*puVar17 != 0) {\n uVar26 = *puVar17 - 1;\n bVar16 = (byte)uVar26;\n bVar5 = bVar16 & 0x1f;\n uVar14 = 1 << (bVar16 & 0x1f);\n uVar15 = uVar14;\n uVar20 = 0 << bVar5 | 1U >> 0x20 - bVar5;\n if ((uVar26 & 0x20) != 0) {\n uVar15 = 0;\n uVar20 = uVar14;\n }\n if (uVar20 == 0 && uVar15 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n }\n else {\n local_5c = (undefined4 *)((uVar15 - 1) + uVar23 & -uVar15);\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = (int)local_5c + iVar6;\n }\n goto LAB_001ea4f0;\n }\n goto LAB_001ea39e;\n }\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea619;\n if (local_4c[7] != 0) {\n uVar26 = local_4c[7] - 1;\n bVar5 = (byte)uVar26;\n bVar27 = (uVar26 & 0x20) == 0;\n iVar6 = (uint)bVar27 << (bVar5 & 0x1f);\n if ((uint)!bVar27 << (bVar5 & 0x1f) == 0 && iVar6 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\n else {\n uVar23 = -iVar6 & (uVar23 - 1) + iVar6;\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\nLAB_001ea4f0:\n uVar23 = uVar26;\n if (uVar26 - local_70 < local_7c) {\n bVar27 = true;\n }\n else {\n if (*(uint **)(iVar7 + 0x70) == local_38) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0xaf7,"group_sections");\n }\n FUN_001e8c30(param_1,&local_28,param_6);\n bVar27 = false;\n }\n goto LAB_001ea3f6;\n }\n uVar26 = *puVar22;\n bVar27 = true;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n goto joined_r0x001ea3ac;\n }\n puVar17 = *(uint **)(iVar7 + 0x70);\nLAB_001e9783:\n local_5c = (undefined4 *)uVar23;\n puVar22 = local_4c + 6;\n if (local_4c + 6 != puVar17) goto LAB_001ea390;\n if (bVar27) {\nLAB_001ea610:\n if (puVar17 == local_38) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0xb32,"group_sections",local_4c + 6);\n }\nLAB_001ea619:\n FUN_001e8c30(param_1,&local_28,param_6);\n }\n if (local_24 == local_28) {\nLAB_001ea600:\n if (local_28 != (int *)0x0) goto LAB_001e9835;\n goto LAB_001e9844;\n }\n \n FUN_002cdf10(iVar7,&local_28);\n iVar7 = (int)local_24 - (int)local_28 >> 2;\n if (iVar7 == 0) goto LAB_001ea600;\n iVar6 = *(int *)(*local_28 + 0x2c);\n uVar26 = *(uint *)(*local_28 + 0x30);\n iVar13 = *(int *)(iVar6 + 0x84);\n if ((uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26) goto LAB_001ea7b7;\n iVar24 = 0;\n while( true ) {\n *(undefined4 *)(iVar13 + uVar26 * 4) = 0xffffffff;\n iVar24 = iVar24 + 1;\n *(undefined1 *)(iVar6 + 0x4c) = 1;\n if (iVar7 == iVar24) break;\n iVar6 = *(int *)(local_28[iVar24] + 0x2c);\n uVar26 = *(uint *)(local_28[iVar24] + 0x30);\n iVar13 = *(int *)(iVar6 + 0x84);\n if ((uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26) {\nLAB_001ea7b7:\n \n \n FUN_002446e0("../../gold/object.h",0x81f,"do_set_section_offset");\n }\n }\nLAB_001e9835:\n FUN_003ae080(local_28);\n }\nLAB_001e9844:\n local_84 = local_84 + 1;\n piVar8 = local_34;\n } while (local_30 != local_84);\n }" (if "if") (parenthesized_expression "(local_34 != local_30)" (( "(") (binary_expression "local_34 != local_30" (identifier "local_34") (!= "!=") (identifier "local_30")) () ")")) (compound_statement "{\n local_84 = local_34;\n do {\n iVar7 = *local_84;\n local_28 = (int *)0x0;\n local_24 = (int *)0x0;\n local_38 = *(uint **)(iVar7 + 0x70);\n local_20 = 0;\n if (local_38 != *(uint **)(iVar7 + 0x6c)) {\n local_70 = 0;\n bVar27 = false;\n local_5c = (undefined4 *)0x0;\n puVar22 = *(uint **)(iVar7 + 0x6c);\nLAB_001ea390:\n local_4c = puVar22;\n if (local_4c[1] != 0) {\n uVar26 = local_4c[1] - 1;\n bVar5 = (byte)uVar26;\n bVar28 = (uVar26 & 0x20) == 0;\n lVar30 = CONCAT44((uint)!bVar28 << (bVar5 & 0x1f),(uint)bVar28 << (bVar5 & 0x1f));\n goto LAB_001ea3bd;\n }\nLAB_001ea39e:\n uVar26 = *local_4c;\n puVar22 = local_4c;\njoined_r0x001ea3ac:\n local_4c = puVar22;\n if (uVar26 + 4 < 4) {\n \n lVar30 = (**(code **)(*(int *)local_4c[4] + 0xc))((int *)local_4c[4]);\nLAB_001ea3bd:\n if (lVar30 != 0) {\n local_5c = (undefined4 *)((int)lVar30 + -1 + (int)local_5c & -(int)lVar30);\n }\n }\n iVar6 = FUN_002c60d0(local_4c);\n uVar26 = (int)local_5c + iVar6;\n uVar23 = uVar26;\n if (bVar27) goto LAB_001ea4f0;\nLAB_001ea3f6:\n if (*local_4c < 0xfffffffd) {\n lVar30 = FUN_002c60d0(local_4c);\n puVar22 = local_4c + 6;\n puVar17 = *(uint **)(iVar7 + 0x70);\n if (lVar30 == 0) goto LAB_001e9783;\n if (bVar27) {\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea610;\n puVar17 = local_4c + 7;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n if (*puVar17 != 0) {\n uVar26 = *puVar17 - 1;\n bVar16 = (byte)uVar26;\n bVar5 = bVar16 & 0x1f;\n uVar14 = 1 << (bVar16 & 0x1f);\n uVar15 = uVar14;\n uVar20 = 0 << bVar5 | 1U >> 0x20 - bVar5;\n if ((uVar26 & 0x20) != 0) {\n uVar15 = 0;\n uVar20 = uVar14;\n }\n if (uVar20 == 0 && uVar15 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n }\n else {\n local_5c = (undefined4 *)((uVar15 - 1) + uVar23 & -uVar15);\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = (int)local_5c + iVar6;\n }\n goto LAB_001ea4f0;\n }\n goto LAB_001ea39e;\n }\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea619;\n if (local_4c[7] != 0) {\n uVar26 = local_4c[7] - 1;\n bVar5 = (byte)uVar26;\n bVar27 = (uVar26 & 0x20) == 0;\n iVar6 = (uint)bVar27 << (bVar5 & 0x1f);\n if ((uint)!bVar27 << (bVar5 & 0x1f) == 0 && iVar6 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\n else {\n uVar23 = -iVar6 & (uVar23 - 1) + iVar6;\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\nLAB_001ea4f0:\n uVar23 = uVar26;\n if (uVar26 - local_70 < local_7c) {\n bVar27 = true;\n }\n else {\n if (*(uint **)(iVar7 + 0x70) == local_38) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0xaf7,"group_sections");\n }\n FUN_001e8c30(param_1,&local_28,param_6);\n bVar27 = false;\n }\n goto LAB_001ea3f6;\n }\n uVar26 = *puVar22;\n bVar27 = true;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n goto joined_r0x001ea3ac;\n }\n puVar17 = *(uint **)(iVar7 + 0x70);\nLAB_001e9783:\n local_5c = (undefined4 *)uVar23;\n puVar22 = local_4c + 6;\n if (local_4c + 6 != puVar17) goto LAB_001ea390;\n if (bVar27) {\nLAB_001ea610:\n if (puVar17 == local_38) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0xb32,"group_sections",local_4c + 6);\n }\nLAB_001ea619:\n FUN_001e8c30(param_1,&local_28,param_6);\n }\n if (local_24 == local_28) {\nLAB_001ea600:\n if (local_28 != (int *)0x0) goto LAB_001e9835;\n goto LAB_001e9844;\n }\n \n FUN_002cdf10(iVar7,&local_28);\n iVar7 = (int)local_24 - (int)local_28 >> 2;\n if (iVar7 == 0) goto LAB_001ea600;\n iVar6 = *(int *)(*local_28 + 0x2c);\n uVar26 = *(uint *)(*local_28 + 0x30);\n iVar13 = *(int *)(iVar6 + 0x84);\n if ((uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26) goto LAB_001ea7b7;\n iVar24 = 0;\n while( true ) {\n *(undefined4 *)(iVar13 + uVar26 * 4) = 0xffffffff;\n iVar24 = iVar24 + 1;\n *(undefined1 *)(iVar6 + 0x4c) = 1;\n if (iVar7 == iVar24) break;\n iVar6 = *(int *)(local_28[iVar24] + 0x2c);\n uVar26 = *(uint *)(local_28[iVar24] + 0x30);\n iVar13 = *(int *)(iVar6 + 0x84);\n if ((uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26) {\nLAB_001ea7b7:\n \n \n FUN_002446e0("../../gold/object.h",0x81f,"do_set_section_offset");\n }\n }\nLAB_001e9835:\n FUN_003ae080(local_28);\n }\nLAB_001e9844:\n local_84 = local_84 + 1;\n piVar8 = local_34;\n } while (local_30 != local_84);\n }" ({ "{") (expression_statement "local_84 = local_34;" (assignment_expression "local_84 = local_34" (identifier "local_84") (= "=") (identifier "local_34")) (; ";")) (do_statement "do {\n iVar7 = *local_84;\n local_28 = (int *)0x0;\n local_24 = (int *)0x0;\n local_38 = *(uint **)(iVar7 + 0x70);\n local_20 = 0;\n if (local_38 != *(uint **)(iVar7 + 0x6c)) {\n local_70 = 0;\n bVar27 = false;\n local_5c = (undefined4 *)0x0;\n puVar22 = *(uint **)(iVar7 + 0x6c);\nLAB_001ea390:\n local_4c = puVar22;\n if (local_4c[1] != 0) {\n uVar26 = local_4c[1] - 1;\n bVar5 = (byte)uVar26;\n bVar28 = (uVar26 & 0x20) == 0;\n lVar30 = CONCAT44((uint)!bVar28 << (bVar5 & 0x1f),(uint)bVar28 << (bVar5 & 0x1f));\n goto LAB_001ea3bd;\n }\nLAB_001ea39e:\n uVar26 = *local_4c;\n puVar22 = local_4c;\njoined_r0x001ea3ac:\n local_4c = puVar22;\n if (uVar26 + 4 < 4) {\n \n lVar30 = (**(code **)(*(int *)local_4c[4] + 0xc))((int *)local_4c[4]);\nLAB_001ea3bd:\n if (lVar30 != 0) {\n local_5c = (undefined4 *)((int)lVar30 + -1 + (int)local_5c & -(int)lVar30);\n }\n }\n iVar6 = FUN_002c60d0(local_4c);\n uVar26 = (int)local_5c + iVar6;\n uVar23 = uVar26;\n if (bVar27) goto LAB_001ea4f0;\nLAB_001ea3f6:\n if (*local_4c < 0xfffffffd) {\n lVar30 = FUN_002c60d0(local_4c);\n puVar22 = local_4c + 6;\n puVar17 = *(uint **)(iVar7 + 0x70);\n if (lVar30 == 0) goto LAB_001e9783;\n if (bVar27) {\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea610;\n puVar17 = local_4c + 7;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n if (*puVar17 != 0) {\n uVar26 = *puVar17 - 1;\n bVar16 = (byte)uVar26;\n bVar5 = bVar16 & 0x1f;\n uVar14 = 1 << (bVar16 & 0x1f);\n uVar15 = uVar14;\n uVar20 = 0 << bVar5 | 1U >> 0x20 - bVar5;\n if ((uVar26 & 0x20) != 0) {\n uVar15 = 0;\n uVar20 = uVar14;\n }\n if (uVar20 == 0 && uVar15 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n }\n else {\n local_5c = (undefined4 *)((uVar15 - 1) + uVar23 & -uVar15);\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = (int)local_5c + iVar6;\n }\n goto LAB_001ea4f0;\n }\n goto LAB_001ea39e;\n }\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea619;\n if (local_4c[7] != 0) {\n uVar26 = local_4c[7] - 1;\n bVar5 = (byte)uVar26;\n bVar27 = (uVar26 & 0x20) == 0;\n iVar6 = (uint)bVar27 << (bVar5 & 0x1f);\n if ((uint)!bVar27 << (bVar5 & 0x1f) == 0 && iVar6 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\n else {\n uVar23 = -iVar6 & (uVar23 - 1) + iVar6;\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\nLAB_001ea4f0:\n uVar23 = uVar26;\n if (uVar26 - local_70 < local_7c) {\n bVar27 = true;\n }\n else {\n if (*(uint **)(iVar7 + 0x70) == local_38) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0xaf7,"group_sections");\n }\n FUN_001e8c30(param_1,&local_28,param_6);\n bVar27 = false;\n }\n goto LAB_001ea3f6;\n }\n uVar26 = *puVar22;\n bVar27 = true;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n goto joined_r0x001ea3ac;\n }\n puVar17 = *(uint **)(iVar7 + 0x70);\nLAB_001e9783:\n local_5c = (undefined4 *)uVar23;\n puVar22 = local_4c + 6;\n if (local_4c + 6 != puVar17) goto LAB_001ea390;\n if (bVar27) {\nLAB_001ea610:\n if (puVar17 == local_38) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0xb32,"group_sections",local_4c + 6);\n }\nLAB_001ea619:\n FUN_001e8c30(param_1,&local_28,param_6);\n }\n if (local_24 == local_28) {\nLAB_001ea600:\n if (local_28 != (int *)0x0) goto LAB_001e9835;\n goto LAB_001e9844;\n }\n \n FUN_002cdf10(iVar7,&local_28);\n iVar7 = (int)local_24 - (int)local_28 >> 2;\n if (iVar7 == 0) goto LAB_001ea600;\n iVar6 = *(int *)(*local_28 + 0x2c);\n uVar26 = *(uint *)(*local_28 + 0x30);\n iVar13 = *(int *)(iVar6 + 0x84);\n if ((uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26) goto LAB_001ea7b7;\n iVar24 = 0;\n while( true ) {\n *(undefined4 *)(iVar13 + uVar26 * 4) = 0xffffffff;\n iVar24 = iVar24 + 1;\n *(undefined1 *)(iVar6 + 0x4c) = 1;\n if (iVar7 == iVar24) break;\n iVar6 = *(int *)(local_28[iVar24] + 0x2c);\n uVar26 = *(uint *)(local_28[iVar24] + 0x30);\n iVar13 = *(int *)(iVar6 + 0x84);\n if ((uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26) {\nLAB_001ea7b7:\n \n \n FUN_002446e0("../../gold/object.h",0x81f,"do_set_section_offset");\n }\n }\nLAB_001e9835:\n FUN_003ae080(local_28);\n }\nLAB_001e9844:\n local_84 = local_84 + 1;\n piVar8 = local_34;\n } while (local_30 != local_84);" (do "do") (compound_statement "{\n iVar7 = *local_84;\n local_28 = (int *)0x0;\n local_24 = (int *)0x0;\n local_38 = *(uint **)(iVar7 + 0x70);\n local_20 = 0;\n if (local_38 != *(uint **)(iVar7 + 0x6c)) {\n local_70 = 0;\n bVar27 = false;\n local_5c = (undefined4 *)0x0;\n puVar22 = *(uint **)(iVar7 + 0x6c);\nLAB_001ea390:\n local_4c = puVar22;\n if (local_4c[1] != 0) {\n uVar26 = local_4c[1] - 1;\n bVar5 = (byte)uVar26;\n bVar28 = (uVar26 & 0x20) == 0;\n lVar30 = CONCAT44((uint)!bVar28 << (bVar5 & 0x1f),(uint)bVar28 << (bVar5 & 0x1f));\n goto LAB_001ea3bd;\n }\nLAB_001ea39e:\n uVar26 = *local_4c;\n puVar22 = local_4c;\njoined_r0x001ea3ac:\n local_4c = puVar22;\n if (uVar26 + 4 < 4) {\n \n lVar30 = (**(code **)(*(int *)local_4c[4] + 0xc))((int *)local_4c[4]);\nLAB_001ea3bd:\n if (lVar30 != 0) {\n local_5c = (undefined4 *)((int)lVar30 + -1 + (int)local_5c & -(int)lVar30);\n }\n }\n iVar6 = FUN_002c60d0(local_4c);\n uVar26 = (int)local_5c + iVar6;\n uVar23 = uVar26;\n if (bVar27) goto LAB_001ea4f0;\nLAB_001ea3f6:\n if (*local_4c < 0xfffffffd) {\n lVar30 = FUN_002c60d0(local_4c);\n puVar22 = local_4c + 6;\n puVar17 = *(uint **)(iVar7 + 0x70);\n if (lVar30 == 0) goto LAB_001e9783;\n if (bVar27) {\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea610;\n puVar17 = local_4c + 7;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n if (*puVar17 != 0) {\n uVar26 = *puVar17 - 1;\n bVar16 = (byte)uVar26;\n bVar5 = bVar16 & 0x1f;\n uVar14 = 1 << (bVar16 & 0x1f);\n uVar15 = uVar14;\n uVar20 = 0 << bVar5 | 1U >> 0x20 - bVar5;\n if ((uVar26 & 0x20) != 0) {\n uVar15 = 0;\n uVar20 = uVar14;\n }\n if (uVar20 == 0 && uVar15 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n }\n else {\n local_5c = (undefined4 *)((uVar15 - 1) + uVar23 & -uVar15);\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = (int)local_5c + iVar6;\n }\n goto LAB_001ea4f0;\n }\n goto LAB_001ea39e;\n }\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea619;\n if (local_4c[7] != 0) {\n uVar26 = local_4c[7] - 1;\n bVar5 = (byte)uVar26;\n bVar27 = (uVar26 & 0x20) == 0;\n iVar6 = (uint)bVar27 << (bVar5 & 0x1f);\n if ((uint)!bVar27 << (bVar5 & 0x1f) == 0 && iVar6 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\n else {\n uVar23 = -iVar6 & (uVar23 - 1) + iVar6;\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\nLAB_001ea4f0:\n uVar23 = uVar26;\n if (uVar26 - local_70 < local_7c) {\n bVar27 = true;\n }\n else {\n if (*(uint **)(iVar7 + 0x70) == local_38) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0xaf7,"group_sections");\n }\n FUN_001e8c30(param_1,&local_28,param_6);\n bVar27 = false;\n }\n goto LAB_001ea3f6;\n }\n uVar26 = *puVar22;\n bVar27 = true;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n goto joined_r0x001ea3ac;\n }\n puVar17 = *(uint **)(iVar7 + 0x70);\nLAB_001e9783:\n local_5c = (undefined4 *)uVar23;\n puVar22 = local_4c + 6;\n if (local_4c + 6 != puVar17) goto LAB_001ea390;\n if (bVar27) {\nLAB_001ea610:\n if (puVar17 == local_38) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0xb32,"group_sections",local_4c + 6);\n }\nLAB_001ea619:\n FUN_001e8c30(param_1,&local_28,param_6);\n }\n if (local_24 == local_28) {\nLAB_001ea600:\n if (local_28 != (int *)0x0) goto LAB_001e9835;\n goto LAB_001e9844;\n }\n \n FUN_002cdf10(iVar7,&local_28);\n iVar7 = (int)local_24 - (int)local_28 >> 2;\n if (iVar7 == 0) goto LAB_001ea600;\n iVar6 = *(int *)(*local_28 + 0x2c);\n uVar26 = *(uint *)(*local_28 + 0x30);\n iVar13 = *(int *)(iVar6 + 0x84);\n if ((uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26) goto LAB_001ea7b7;\n iVar24 = 0;\n while( true ) {\n *(undefined4 *)(iVar13 + uVar26 * 4) = 0xffffffff;\n iVar24 = iVar24 + 1;\n *(undefined1 *)(iVar6 + 0x4c) = 1;\n if (iVar7 == iVar24) break;\n iVar6 = *(int *)(local_28[iVar24] + 0x2c);\n uVar26 = *(uint *)(local_28[iVar24] + 0x30);\n iVar13 = *(int *)(iVar6 + 0x84);\n if ((uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26) {\nLAB_001ea7b7:\n \n \n FUN_002446e0("../../gold/object.h",0x81f,"do_set_section_offset");\n }\n }\nLAB_001e9835:\n FUN_003ae080(local_28);\n }\nLAB_001e9844:\n local_84 = local_84 + 1;\n piVar8 = local_34;\n }" ({ "{") (expression_statement "iVar7 = *local_84;" (assignment_expression "iVar7 = *local_84" (identifier "iVar7") (= "=") (pointer_expression "*local_84" (* "*") (identifier "local_84"))) (; ";")) (expression_statement "local_28 = (int *)0x0;" (assignment_expression "local_28 = (int *)0x0" (identifier "local_28") (= "=") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "local_24 = (int *)0x0;" (assignment_expression "local_24 = (int *)0x0" (identifier "local_24") (= "=") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "local_38 = *(uint **)(iVar7 + 0x70);" (assignment_expression "local_38 = *(uint **)(iVar7 + 0x70)" (identifier "local_38") (= "=") (pointer_expression "*(uint **)(iVar7 + 0x70)" (* "*") (cast_expression "(uint **)(iVar7 + 0x70)" (( "(") (type_descriptor "uint **" (type_identifier "uint") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(iVar7 + 0x70)" (( "(") (binary_expression "iVar7 + 0x70" (identifier "iVar7") (+ "+") (number_literal "0x70")) () ")"))))) (; ";")) (expression_statement "local_20 = 0;" (assignment_expression "local_20 = 0" (identifier "local_20") (= "=") (number_literal "0")) (; ";")) (if_statement "if (local_38 != *(uint **)(iVar7 + 0x6c)) {\n local_70 = 0;\n bVar27 = false;\n local_5c = (undefined4 *)0x0;\n puVar22 = *(uint **)(iVar7 + 0x6c);\nLAB_001ea390:\n local_4c = puVar22;\n if (local_4c[1] != 0) {\n uVar26 = local_4c[1] - 1;\n bVar5 = (byte)uVar26;\n bVar28 = (uVar26 & 0x20) == 0;\n lVar30 = CONCAT44((uint)!bVar28 << (bVar5 & 0x1f),(uint)bVar28 << (bVar5 & 0x1f));\n goto LAB_001ea3bd;\n }\nLAB_001ea39e:\n uVar26 = *local_4c;\n puVar22 = local_4c;\njoined_r0x001ea3ac:\n local_4c = puVar22;\n if (uVar26 + 4 < 4) {\n \n lVar30 = (**(code **)(*(int *)local_4c[4] + 0xc))((int *)local_4c[4]);\nLAB_001ea3bd:\n if (lVar30 != 0) {\n local_5c = (undefined4 *)((int)lVar30 + -1 + (int)local_5c & -(int)lVar30);\n }\n }\n iVar6 = FUN_002c60d0(local_4c);\n uVar26 = (int)local_5c + iVar6;\n uVar23 = uVar26;\n if (bVar27) goto LAB_001ea4f0;\nLAB_001ea3f6:\n if (*local_4c < 0xfffffffd) {\n lVar30 = FUN_002c60d0(local_4c);\n puVar22 = local_4c + 6;\n puVar17 = *(uint **)(iVar7 + 0x70);\n if (lVar30 == 0) goto LAB_001e9783;\n if (bVar27) {\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea610;\n puVar17 = local_4c + 7;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n if (*puVar17 != 0) {\n uVar26 = *puVar17 - 1;\n bVar16 = (byte)uVar26;\n bVar5 = bVar16 & 0x1f;\n uVar14 = 1 << (bVar16 & 0x1f);\n uVar15 = uVar14;\n uVar20 = 0 << bVar5 | 1U >> 0x20 - bVar5;\n if ((uVar26 & 0x20) != 0) {\n uVar15 = 0;\n uVar20 = uVar14;\n }\n if (uVar20 == 0 && uVar15 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n }\n else {\n local_5c = (undefined4 *)((uVar15 - 1) + uVar23 & -uVar15);\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = (int)local_5c + iVar6;\n }\n goto LAB_001ea4f0;\n }\n goto LAB_001ea39e;\n }\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea619;\n if (local_4c[7] != 0) {\n uVar26 = local_4c[7] - 1;\n bVar5 = (byte)uVar26;\n bVar27 = (uVar26 & 0x20) == 0;\n iVar6 = (uint)bVar27 << (bVar5 & 0x1f);\n if ((uint)!bVar27 << (bVar5 & 0x1f) == 0 && iVar6 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\n else {\n uVar23 = -iVar6 & (uVar23 - 1) + iVar6;\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\nLAB_001ea4f0:\n uVar23 = uVar26;\n if (uVar26 - local_70 < local_7c) {\n bVar27 = true;\n }\n else {\n if (*(uint **)(iVar7 + 0x70) == local_38) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0xaf7,"group_sections");\n }\n FUN_001e8c30(param_1,&local_28,param_6);\n bVar27 = false;\n }\n goto LAB_001ea3f6;\n }\n uVar26 = *puVar22;\n bVar27 = true;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n goto joined_r0x001ea3ac;\n }\n puVar17 = *(uint **)(iVar7 + 0x70);\nLAB_001e9783:\n local_5c = (undefined4 *)uVar23;\n puVar22 = local_4c + 6;\n if (local_4c + 6 != puVar17) goto LAB_001ea390;\n if (bVar27) {\nLAB_001ea610:\n if (puVar17 == local_38) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0xb32,"group_sections",local_4c + 6);\n }\nLAB_001ea619:\n FUN_001e8c30(param_1,&local_28,param_6);\n }\n if (local_24 == local_28) {\nLAB_001ea600:\n if (local_28 != (int *)0x0) goto LAB_001e9835;\n goto LAB_001e9844;\n }\n \n FUN_002cdf10(iVar7,&local_28);\n iVar7 = (int)local_24 - (int)local_28 >> 2;\n if (iVar7 == 0) goto LAB_001ea600;\n iVar6 = *(int *)(*local_28 + 0x2c);\n uVar26 = *(uint *)(*local_28 + 0x30);\n iVar13 = *(int *)(iVar6 + 0x84);\n if ((uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26) goto LAB_001ea7b7;\n iVar24 = 0;\n while( true ) {\n *(undefined4 *)(iVar13 + uVar26 * 4) = 0xffffffff;\n iVar24 = iVar24 + 1;\n *(undefined1 *)(iVar6 + 0x4c) = 1;\n if (iVar7 == iVar24) break;\n iVar6 = *(int *)(local_28[iVar24] + 0x2c);\n uVar26 = *(uint *)(local_28[iVar24] + 0x30);\n iVar13 = *(int *)(iVar6 + 0x84);\n if ((uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26) {\nLAB_001ea7b7:\n \n \n FUN_002446e0("../../gold/object.h",0x81f,"do_set_section_offset");\n }\n }\nLAB_001e9835:\n FUN_003ae080(local_28);\n }" (if "if") (parenthesized_expression "(local_38 != *(uint **)(iVar7 + 0x6c))" (( "(") (binary_expression "local_38 != *(uint **)(iVar7 + 0x6c)" (identifier "local_38") (!= "!=") (pointer_expression "*(uint **)(iVar7 + 0x6c)" (* "*") (cast_expression "(uint **)(iVar7 + 0x6c)" (( "(") (type_descriptor "uint **" (type_identifier "uint") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(iVar7 + 0x6c)" (( "(") (binary_expression "iVar7 + 0x6c" (identifier "iVar7") (+ "+") (number_literal "0x6c")) () ")"))))) () ")")) (compound_statement "{\n local_70 = 0;\n bVar27 = false;\n local_5c = (undefined4 *)0x0;\n puVar22 = *(uint **)(iVar7 + 0x6c);\nLAB_001ea390:\n local_4c = puVar22;\n if (local_4c[1] != 0) {\n uVar26 = local_4c[1] - 1;\n bVar5 = (byte)uVar26;\n bVar28 = (uVar26 & 0x20) == 0;\n lVar30 = CONCAT44((uint)!bVar28 << (bVar5 & 0x1f),(uint)bVar28 << (bVar5 & 0x1f));\n goto LAB_001ea3bd;\n }\nLAB_001ea39e:\n uVar26 = *local_4c;\n puVar22 = local_4c;\njoined_r0x001ea3ac:\n local_4c = puVar22;\n if (uVar26 + 4 < 4) {\n \n lVar30 = (**(code **)(*(int *)local_4c[4] + 0xc))((int *)local_4c[4]);\nLAB_001ea3bd:\n if (lVar30 != 0) {\n local_5c = (undefined4 *)((int)lVar30 + -1 + (int)local_5c & -(int)lVar30);\n }\n }\n iVar6 = FUN_002c60d0(local_4c);\n uVar26 = (int)local_5c + iVar6;\n uVar23 = uVar26;\n if (bVar27) goto LAB_001ea4f0;\nLAB_001ea3f6:\n if (*local_4c < 0xfffffffd) {\n lVar30 = FUN_002c60d0(local_4c);\n puVar22 = local_4c + 6;\n puVar17 = *(uint **)(iVar7 + 0x70);\n if (lVar30 == 0) goto LAB_001e9783;\n if (bVar27) {\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea610;\n puVar17 = local_4c + 7;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n if (*puVar17 != 0) {\n uVar26 = *puVar17 - 1;\n bVar16 = (byte)uVar26;\n bVar5 = bVar16 & 0x1f;\n uVar14 = 1 << (bVar16 & 0x1f);\n uVar15 = uVar14;\n uVar20 = 0 << bVar5 | 1U >> 0x20 - bVar5;\n if ((uVar26 & 0x20) != 0) {\n uVar15 = 0;\n uVar20 = uVar14;\n }\n if (uVar20 == 0 && uVar15 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n }\n else {\n local_5c = (undefined4 *)((uVar15 - 1) + uVar23 & -uVar15);\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = (int)local_5c + iVar6;\n }\n goto LAB_001ea4f0;\n }\n goto LAB_001ea39e;\n }\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea619;\n if (local_4c[7] != 0) {\n uVar26 = local_4c[7] - 1;\n bVar5 = (byte)uVar26;\n bVar27 = (uVar26 & 0x20) == 0;\n iVar6 = (uint)bVar27 << (bVar5 & 0x1f);\n if ((uint)!bVar27 << (bVar5 & 0x1f) == 0 && iVar6 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\n else {\n uVar23 = -iVar6 & (uVar23 - 1) + iVar6;\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\nLAB_001ea4f0:\n uVar23 = uVar26;\n if (uVar26 - local_70 < local_7c) {\n bVar27 = true;\n }\n else {\n if (*(uint **)(iVar7 + 0x70) == local_38) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0xaf7,"group_sections");\n }\n FUN_001e8c30(param_1,&local_28,param_6);\n bVar27 = false;\n }\n goto LAB_001ea3f6;\n }\n uVar26 = *puVar22;\n bVar27 = true;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n goto joined_r0x001ea3ac;\n }\n puVar17 = *(uint **)(iVar7 + 0x70);\nLAB_001e9783:\n local_5c = (undefined4 *)uVar23;\n puVar22 = local_4c + 6;\n if (local_4c + 6 != puVar17) goto LAB_001ea390;\n if (bVar27) {\nLAB_001ea610:\n if (puVar17 == local_38) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0xb32,"group_sections",local_4c + 6);\n }\nLAB_001ea619:\n FUN_001e8c30(param_1,&local_28,param_6);\n }\n if (local_24 == local_28) {\nLAB_001ea600:\n if (local_28 != (int *)0x0) goto LAB_001e9835;\n goto LAB_001e9844;\n }\n \n FUN_002cdf10(iVar7,&local_28);\n iVar7 = (int)local_24 - (int)local_28 >> 2;\n if (iVar7 == 0) goto LAB_001ea600;\n iVar6 = *(int *)(*local_28 + 0x2c);\n uVar26 = *(uint *)(*local_28 + 0x30);\n iVar13 = *(int *)(iVar6 + 0x84);\n if ((uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26) goto LAB_001ea7b7;\n iVar24 = 0;\n while( true ) {\n *(undefined4 *)(iVar13 + uVar26 * 4) = 0xffffffff;\n iVar24 = iVar24 + 1;\n *(undefined1 *)(iVar6 + 0x4c) = 1;\n if (iVar7 == iVar24) break;\n iVar6 = *(int *)(local_28[iVar24] + 0x2c);\n uVar26 = *(uint *)(local_28[iVar24] + 0x30);\n iVar13 = *(int *)(iVar6 + 0x84);\n if ((uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26) {\nLAB_001ea7b7:\n \n \n FUN_002446e0("../../gold/object.h",0x81f,"do_set_section_offset");\n }\n }\nLAB_001e9835:\n FUN_003ae080(local_28);\n }" ({ "{") (expression_statement "local_70 = 0;" (assignment_expression "local_70 = 0" (identifier "local_70") (= "=") (number_literal "0")) (; ";")) (expression_statement "bVar27 = false;" (assignment_expression "bVar27 = false" (identifier "bVar27") (= "=") (false "false")) (; ";")) (expression_statement "local_5c = (undefined4 *)0x0;" (assignment_expression "local_5c = (undefined4 *)0x0" (identifier "local_5c") (= "=") (cast_expression "(undefined4 *)0x0" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "puVar22 = *(uint **)(iVar7 + 0x6c);" (assignment_expression "puVar22 = *(uint **)(iVar7 + 0x6c)" (identifier "puVar22") (= "=") (pointer_expression "*(uint **)(iVar7 + 0x6c)" (* "*") (cast_expression "(uint **)(iVar7 + 0x6c)" (( "(") (type_descriptor "uint **" (type_identifier "uint") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(iVar7 + 0x6c)" (( "(") (binary_expression "iVar7 + 0x6c" (identifier "iVar7") (+ "+") (number_literal "0x6c")) () ")"))))) (; ";")) (labeled_statement "LAB_001ea390:\n local_4c = puVar22;" (statement_identifier "LAB_001ea390") (: ":") (expression_statement "local_4c = puVar22;" (assignment_expression "local_4c = puVar22" (identifier "local_4c") (= "=") (identifier "puVar22")) (; ";"))) (if_statement "if (local_4c[1] != 0) {\n uVar26 = local_4c[1] - 1;\n bVar5 = (byte)uVar26;\n bVar28 = (uVar26 & 0x20) == 0;\n lVar30 = CONCAT44((uint)!bVar28 << (bVar5 & 0x1f),(uint)bVar28 << (bVar5 & 0x1f));\n goto LAB_001ea3bd;\n }" (if "if") (parenthesized_expression "(local_4c[1] != 0)" (( "(") (binary_expression "local_4c[1] != 0" (subscript_expression "local_4c[1]" (identifier "local_4c") ([ "[") (number_literal "1") (] "]")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n uVar26 = local_4c[1] - 1;\n bVar5 = (byte)uVar26;\n bVar28 = (uVar26 & 0x20) == 0;\n lVar30 = CONCAT44((uint)!bVar28 << (bVar5 & 0x1f),(uint)bVar28 << (bVar5 & 0x1f));\n goto LAB_001ea3bd;\n }" ({ "{") (expression_statement "uVar26 = local_4c[1] - 1;" (assignment_expression "uVar26 = local_4c[1] - 1" (identifier "uVar26") (= "=") (binary_expression "local_4c[1] - 1" (subscript_expression "local_4c[1]" (identifier "local_4c") ([ "[") (number_literal "1") (] "]")) (- "-") (number_literal "1"))) (; ";")) (expression_statement "bVar5 = (byte)uVar26;" (assignment_expression "bVar5 = (byte)uVar26" (identifier "bVar5") (= "=") (cast_expression "(byte)uVar26" (( "(") (type_descriptor "byte" (type_identifier "byte")) () ")") (identifier "uVar26"))) (; ";")) (expression_statement "bVar28 = (uVar26 & 0x20) == 0;" (assignment_expression "bVar28 = (uVar26 & 0x20) == 0" (identifier "bVar28") (= "=") (binary_expression "(uVar26 & 0x20) == 0" (parenthesized_expression "(uVar26 & 0x20)" (( "(") (binary_expression "uVar26 & 0x20" (identifier "uVar26") (& "&") (number_literal "0x20")) () ")")) (== "==") (number_literal "0"))) (; ";")) (expression_statement "lVar30 = CONCAT44((uint)!bVar28 << (bVar5 & 0x1f),(uint)bVar28 << (bVar5 & 0x1f));" (assignment_expression "lVar30 = CONCAT44((uint)!bVar28 << (bVar5 & 0x1f),(uint)bVar28 << (bVar5 & 0x1f))" (identifier "lVar30") (= "=") (call_expression "CONCAT44((uint)!bVar28 << (bVar5 & 0x1f),(uint)bVar28 << (bVar5 & 0x1f))" (identifier "CONCAT44") (argument_list "((uint)!bVar28 << (bVar5 & 0x1f),(uint)bVar28 << (bVar5 & 0x1f))" (( "(") (binary_expression "(uint)!bVar28 << (bVar5 & 0x1f)" (cast_expression "(uint)!bVar28" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (unary_expression "!bVar28" (! "!") (identifier "bVar28"))) (<< "<<") (parenthesized_expression "(bVar5 & 0x1f)" (( "(") (binary_expression "bVar5 & 0x1f" (identifier "bVar5") (& "&") (number_literal "0x1f")) () ")"))) (, ",") (binary_expression "(uint)bVar28 << (bVar5 & 0x1f)" (cast_expression "(uint)bVar28" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "bVar28")) (<< "<<") (parenthesized_expression "(bVar5 & 0x1f)" (( "(") (binary_expression "bVar5 & 0x1f" (identifier "bVar5") (& "&") (number_literal "0x1f")) () ")"))) () ")")))) (; ";")) (goto_statement "goto LAB_001ea3bd;" (goto "goto") (statement_identifier "LAB_001ea3bd") (; ";")) (} "}"))) (labeled_statement "LAB_001ea39e:\n uVar26 = *local_4c;" (statement_identifier "LAB_001ea39e") (: ":") (expression_statement "uVar26 = *local_4c;" (assignment_expression "uVar26 = *local_4c" (identifier "uVar26") (= "=") (pointer_expression "*local_4c" (* "*") (identifier "local_4c"))) (; ";"))) (expression_statement "puVar22 = local_4c;" (assignment_expression "puVar22 = local_4c" (identifier "puVar22") (= "=") (identifier "local_4c")) (; ";")) (labeled_statement "joined_r0x001ea3ac:\n local_4c = puVar22;" (statement_identifier "joined_r0x001ea3ac") (: ":") (expression_statement "local_4c = puVar22;" (assignment_expression "local_4c = puVar22" (identifier "local_4c") (= "=") (identifier "puVar22")) (; ";"))) (if_statement "if (uVar26 + 4 < 4) {\n \n lVar30 = (**(code **)(*(int *)local_4c[4] + 0xc))((int *)local_4c[4]);\nLAB_001ea3bd:\n if (lVar30 != 0) {\n local_5c = (undefined4 *)((int)lVar30 + -1 + (int)local_5c & -(int)lVar30);\n }\n }" (if "if") (parenthesized_expression "(uVar26 + 4 < 4)" (( "(") (binary_expression "uVar26 + 4 < 4" (binary_expression "uVar26 + 4" (identifier "uVar26") (+ "+") (number_literal "4")) (< "<") (number_literal "4")) () ")")) (compound_statement "{\n \n lVar30 = (**(code **)(*(int *)local_4c[4] + 0xc))((int *)local_4c[4]);\nLAB_001ea3bd:\n if (lVar30 != 0) {\n local_5c = (undefined4 *)((int)lVar30 + -1 + (int)local_5c & -(int)lVar30);\n }\n }" ({ "{") (expression_statement "lVar30 = (**(code **)(*(int *)local_4c[4] + 0xc))((int *)local_4c[4]);" (assignment_expression "lVar30 = (**(code **)(*(int *)local_4c[4] + 0xc))((int *)local_4c[4])" (identifier "lVar30") (= "=") (call_expression "(**(code **)(*(int *)local_4c[4] + 0xc))((int *)local_4c[4])" (parenthesized_expression "(**(code **)(*(int *)local_4c[4] + 0xc))" (( "(") (pointer_expression "**(code **)(*(int *)local_4c[4] + 0xc)" (* "*") (pointer_expression "*(code **)(*(int *)local_4c[4] + 0xc)" (* "*") (cast_expression "(code **)(*(int *)local_4c[4] + 0xc)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*(int *)local_4c[4] + 0xc)" (( "(") (binary_expression "*(int *)local_4c[4] + 0xc" (pointer_expression "*(int *)local_4c[4]" (* "*") (cast_expression "(int *)local_4c[4]" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "local_4c[4]" (identifier "local_4c") ([ "[") (number_literal "4") (] "]")))) (+ "+") (number_literal "0xc")) () ")"))))) () ")")) (argument_list "((int *)local_4c[4])" (( "(") (cast_expression "(int *)local_4c[4]" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "local_4c[4]" (identifier "local_4c") ([ "[") (number_literal "4") (] "]"))) () ")")))) (; ";")) (labeled_statement "LAB_001ea3bd:\n if (lVar30 != 0) {\n local_5c = (undefined4 *)((int)lVar30 + -1 + (int)local_5c & -(int)lVar30);\n }" (statement_identifier "LAB_001ea3bd") (: ":") (if_statement "if (lVar30 != 0) {\n local_5c = (undefined4 *)((int)lVar30 + -1 + (int)local_5c & -(int)lVar30);\n }" (if "if") (parenthesized_expression "(lVar30 != 0)" (( "(") (binary_expression "lVar30 != 0" (identifier "lVar30") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n local_5c = (undefined4 *)((int)lVar30 + -1 + (int)local_5c & -(int)lVar30);\n }" ({ "{") (expression_statement "local_5c = (undefined4 *)((int)lVar30 + -1 + (int)local_5c & -(int)lVar30);" (assignment_expression "local_5c = (undefined4 *)((int)lVar30 + -1 + (int)local_5c & -(int)lVar30)" (identifier "local_5c") (= "=") (cast_expression "(undefined4 *)((int)lVar30 + -1 + (int)local_5c & -(int)lVar30)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)lVar30 + -1 + (int)local_5c & -(int)lVar30)" (( "(") (binary_expression "(int)lVar30 + -1 + (int)local_5c & -(int)lVar30" (binary_expression "(int)lVar30 + -1 + (int)local_5c" (binary_expression "(int)lVar30 + -1" (cast_expression "(int)lVar30" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "lVar30")) (+ "+") (number_literal "-1")) (+ "+") (cast_expression "(int)local_5c" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "local_5c"))) (& "&") (unary_expression "-(int)lVar30" (- "-") (cast_expression "(int)lVar30" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "lVar30")))) () ")")))) (; ";")) (} "}")))) (} "}"))) (expression_statement "iVar6 = FUN_002c60d0(local_4c);" (assignment_expression "iVar6 = FUN_002c60d0(local_4c)" (identifier "iVar6") (= "=") (call_expression "FUN_002c60d0(local_4c)" (identifier "FUN_002c60d0") (argument_list "(local_4c)" (( "(") (identifier "local_4c") () ")")))) (; ";")) (expression_statement "uVar26 = (int)local_5c + iVar6;" (assignment_expression "uVar26 = (int)local_5c + iVar6" (identifier "uVar26") (= "=") (binary_expression "(int)local_5c + iVar6" (cast_expression "(int)local_5c" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "local_5c")) (+ "+") (identifier "iVar6"))) (; ";")) (expression_statement "uVar23 = uVar26;" (assignment_expression "uVar23 = uVar26" (identifier "uVar23") (= "=") (identifier "uVar26")) (; ";")) (if_statement "if (bVar27) goto LAB_001ea4f0;" (if "if") (parenthesized_expression "(bVar27)" (( "(") (identifier "bVar27") () ")")) (goto_statement "goto LAB_001ea4f0;" (goto "goto") (statement_identifier "LAB_001ea4f0") (; ";"))) (labeled_statement "LAB_001ea3f6:\n if (*local_4c < 0xfffffffd) {\n lVar30 = FUN_002c60d0(local_4c);\n puVar22 = local_4c + 6;\n puVar17 = *(uint **)(iVar7 + 0x70);\n if (lVar30 == 0) goto LAB_001e9783;\n if (bVar27) {\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea610;\n puVar17 = local_4c + 7;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n if (*puVar17 != 0) {\n uVar26 = *puVar17 - 1;\n bVar16 = (byte)uVar26;\n bVar5 = bVar16 & 0x1f;\n uVar14 = 1 << (bVar16 & 0x1f);\n uVar15 = uVar14;\n uVar20 = 0 << bVar5 | 1U >> 0x20 - bVar5;\n if ((uVar26 & 0x20) != 0) {\n uVar15 = 0;\n uVar20 = uVar14;\n }\n if (uVar20 == 0 && uVar15 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n }\n else {\n local_5c = (undefined4 *)((uVar15 - 1) + uVar23 & -uVar15);\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = (int)local_5c + iVar6;\n }\n goto LAB_001ea4f0;\n }\n goto LAB_001ea39e;\n }\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea619;\n if (local_4c[7] != 0) {\n uVar26 = local_4c[7] - 1;\n bVar5 = (byte)uVar26;\n bVar27 = (uVar26 & 0x20) == 0;\n iVar6 = (uint)bVar27 << (bVar5 & 0x1f);\n if ((uint)!bVar27 << (bVar5 & 0x1f) == 0 && iVar6 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\n else {\n uVar23 = -iVar6 & (uVar23 - 1) + iVar6;\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\nLAB_001ea4f0:\n uVar23 = uVar26;\n if (uVar26 - local_70 < local_7c) {\n bVar27 = true;\n }\n else {\n if (*(uint **)(iVar7 + 0x70) == local_38) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0xaf7,"group_sections");\n }\n FUN_001e8c30(param_1,&local_28,param_6);\n bVar27 = false;\n }\n goto LAB_001ea3f6;\n }\n uVar26 = *puVar22;\n bVar27 = true;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n goto joined_r0x001ea3ac;\n }" (statement_identifier "LAB_001ea3f6") (: ":") (if_statement "if (*local_4c < 0xfffffffd) {\n lVar30 = FUN_002c60d0(local_4c);\n puVar22 = local_4c + 6;\n puVar17 = *(uint **)(iVar7 + 0x70);\n if (lVar30 == 0) goto LAB_001e9783;\n if (bVar27) {\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea610;\n puVar17 = local_4c + 7;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n if (*puVar17 != 0) {\n uVar26 = *puVar17 - 1;\n bVar16 = (byte)uVar26;\n bVar5 = bVar16 & 0x1f;\n uVar14 = 1 << (bVar16 & 0x1f);\n uVar15 = uVar14;\n uVar20 = 0 << bVar5 | 1U >> 0x20 - bVar5;\n if ((uVar26 & 0x20) != 0) {\n uVar15 = 0;\n uVar20 = uVar14;\n }\n if (uVar20 == 0 && uVar15 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n }\n else {\n local_5c = (undefined4 *)((uVar15 - 1) + uVar23 & -uVar15);\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = (int)local_5c + iVar6;\n }\n goto LAB_001ea4f0;\n }\n goto LAB_001ea39e;\n }\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea619;\n if (local_4c[7] != 0) {\n uVar26 = local_4c[7] - 1;\n bVar5 = (byte)uVar26;\n bVar27 = (uVar26 & 0x20) == 0;\n iVar6 = (uint)bVar27 << (bVar5 & 0x1f);\n if ((uint)!bVar27 << (bVar5 & 0x1f) == 0 && iVar6 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\n else {\n uVar23 = -iVar6 & (uVar23 - 1) + iVar6;\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\nLAB_001ea4f0:\n uVar23 = uVar26;\n if (uVar26 - local_70 < local_7c) {\n bVar27 = true;\n }\n else {\n if (*(uint **)(iVar7 + 0x70) == local_38) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0xaf7,"group_sections");\n }\n FUN_001e8c30(param_1,&local_28,param_6);\n bVar27 = false;\n }\n goto LAB_001ea3f6;\n }\n uVar26 = *puVar22;\n bVar27 = true;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n goto joined_r0x001ea3ac;\n }" (if "if") (parenthesized_expression "(*local_4c < 0xfffffffd)" (( "(") (binary_expression "*local_4c < 0xfffffffd" (pointer_expression "*local_4c" (* "*") (identifier "local_4c")) (< "<") (number_literal "0xfffffffd")) () ")")) (compound_statement "{\n lVar30 = FUN_002c60d0(local_4c);\n puVar22 = local_4c + 6;\n puVar17 = *(uint **)(iVar7 + 0x70);\n if (lVar30 == 0) goto LAB_001e9783;\n if (bVar27) {\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea610;\n puVar17 = local_4c + 7;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n if (*puVar17 != 0) {\n uVar26 = *puVar17 - 1;\n bVar16 = (byte)uVar26;\n bVar5 = bVar16 & 0x1f;\n uVar14 = 1 << (bVar16 & 0x1f);\n uVar15 = uVar14;\n uVar20 = 0 << bVar5 | 1U >> 0x20 - bVar5;\n if ((uVar26 & 0x20) != 0) {\n uVar15 = 0;\n uVar20 = uVar14;\n }\n if (uVar20 == 0 && uVar15 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n }\n else {\n local_5c = (undefined4 *)((uVar15 - 1) + uVar23 & -uVar15);\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = (int)local_5c + iVar6;\n }\n goto LAB_001ea4f0;\n }\n goto LAB_001ea39e;\n }\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea619;\n if (local_4c[7] != 0) {\n uVar26 = local_4c[7] - 1;\n bVar5 = (byte)uVar26;\n bVar27 = (uVar26 & 0x20) == 0;\n iVar6 = (uint)bVar27 << (bVar5 & 0x1f);\n if ((uint)!bVar27 << (bVar5 & 0x1f) == 0 && iVar6 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\n else {\n uVar23 = -iVar6 & (uVar23 - 1) + iVar6;\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\nLAB_001ea4f0:\n uVar23 = uVar26;\n if (uVar26 - local_70 < local_7c) {\n bVar27 = true;\n }\n else {\n if (*(uint **)(iVar7 + 0x70) == local_38) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0xaf7,"group_sections");\n }\n FUN_001e8c30(param_1,&local_28,param_6);\n bVar27 = false;\n }\n goto LAB_001ea3f6;\n }\n uVar26 = *puVar22;\n bVar27 = true;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n goto joined_r0x001ea3ac;\n }" ({ "{") (expression_statement "lVar30 = FUN_002c60d0(local_4c);" (assignment_expression "lVar30 = FUN_002c60d0(local_4c)" (identifier "lVar30") (= "=") (call_expression "FUN_002c60d0(local_4c)" (identifier "FUN_002c60d0") (argument_list "(local_4c)" (( "(") (identifier "local_4c") () ")")))) (; ";")) (expression_statement "puVar22 = local_4c + 6;" (assignment_expression "puVar22 = local_4c + 6" (identifier "puVar22") (= "=") (binary_expression "local_4c + 6" (identifier "local_4c") (+ "+") (number_literal "6"))) (; ";")) (expression_statement "puVar17 = *(uint **)(iVar7 + 0x70);" (assignment_expression "puVar17 = *(uint **)(iVar7 + 0x70)" (identifier "puVar17") (= "=") (pointer_expression "*(uint **)(iVar7 + 0x70)" (* "*") (cast_expression "(uint **)(iVar7 + 0x70)" (( "(") (type_descriptor "uint **" (type_identifier "uint") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(iVar7 + 0x70)" (( "(") (binary_expression "iVar7 + 0x70" (identifier "iVar7") (+ "+") (number_literal "0x70")) () ")"))))) (; ";")) (if_statement "if (lVar30 == 0) goto LAB_001e9783;" (if "if") (parenthesized_expression "(lVar30 == 0)" (( "(") (binary_expression "lVar30 == 0" (identifier "lVar30") (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_001e9783;" (goto "goto") (statement_identifier "LAB_001e9783") (; ";"))) (if_statement "if (bVar27) {\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea610;\n puVar17 = local_4c + 7;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n if (*puVar17 != 0) {\n uVar26 = *puVar17 - 1;\n bVar16 = (byte)uVar26;\n bVar5 = bVar16 & 0x1f;\n uVar14 = 1 << (bVar16 & 0x1f);\n uVar15 = uVar14;\n uVar20 = 0 << bVar5 | 1U >> 0x20 - bVar5;\n if ((uVar26 & 0x20) != 0) {\n uVar15 = 0;\n uVar20 = uVar14;\n }\n if (uVar20 == 0 && uVar15 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n }\n else {\n local_5c = (undefined4 *)((uVar15 - 1) + uVar23 & -uVar15);\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = (int)local_5c + iVar6;\n }\n goto LAB_001ea4f0;\n }\n goto LAB_001ea39e;\n }" (if "if") (parenthesized_expression "(bVar27)" (( "(") (identifier "bVar27") () ")")) (compound_statement "{\n local_38 = local_4c;\n if (puVar17 == puVar22) goto LAB_001ea610;\n puVar17 = local_4c + 7;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n if (*puVar17 != 0) {\n uVar26 = *puVar17 - 1;\n bVar16 = (byte)uVar26;\n bVar5 = bVar16 & 0x1f;\n uVar14 = 1 << (bVar16 & 0x1f);\n uVar15 = uVar14;\n uVar20 = 0 << bVar5 | 1U >> 0x20 - bVar5;\n if ((uVar26 & 0x20) != 0) {\n uVar15 = 0;\n uVar20 = uVar14;\n }\n if (uVar20 == 0 && uVar15 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n }\n else {\n local_5c = (undefined4 *)((uVar15 - 1) + uVar23 & -uVar15);\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = (int)local_5c + iVar6;\n }\n goto LAB_001ea4f0;\n }\n goto LAB_001ea39e;\n }" ({ "{") (expression_statement "local_38 = local_4c;" (assignment_expression "local_38 = local_4c" (identifier "local_38") (= "=") (identifier "local_4c")) (; ";")) (if_statement "if (puVar17 == puVar22) goto LAB_001ea610;" (if "if") (parenthesized_expression "(puVar17 == puVar22)" (( "(") (binary_expression "puVar17 == puVar22" (identifier "puVar17") (== "==") (identifier "puVar22")) () ")")) (goto_statement "goto LAB_001ea610;" (goto "goto") (statement_identifier "LAB_001ea610") (; ";"))) (expression_statement "puVar17 = local_4c + 7;" (assignment_expression "puVar17 = local_4c + 7" (identifier "puVar17") (= "=") (binary_expression "local_4c + 7" (identifier "local_4c") (+ "+") (number_literal "7"))) (; ";")) (expression_statement "local_5c = (undefined4 *)uVar23;" (assignment_expression "local_5c = (undefined4 *)uVar23" (identifier "local_5c") (= "=") (cast_expression "(undefined4 *)uVar23" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "uVar23"))) (; ";")) (expression_statement "local_4c = puVar22;" (assignment_expression "local_4c = puVar22" (identifier "local_4c") (= "=") (identifier "puVar22")) (; ";")) (if_statement "if (*puVar17 != 0) {\n uVar26 = *puVar17 - 1;\n bVar16 = (byte)uVar26;\n bVar5 = bVar16 & 0x1f;\n uVar14 = 1 << (bVar16 & 0x1f);\n uVar15 = uVar14;\n uVar20 = 0 << bVar5 | 1U >> 0x20 - bVar5;\n if ((uVar26 & 0x20) != 0) {\n uVar15 = 0;\n uVar20 = uVar14;\n }\n if (uVar20 == 0 && uVar15 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n }\n else {\n local_5c = (undefined4 *)((uVar15 - 1) + uVar23 & -uVar15);\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = (int)local_5c + iVar6;\n }\n goto LAB_001ea4f0;\n }" (if "if") (parenthesized_expression "(*puVar17 != 0)" (( "(") (binary_expression "*puVar17 != 0" (pointer_expression "*puVar17" (* "*") (identifier "puVar17")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n uVar26 = *puVar17 - 1;\n bVar16 = (byte)uVar26;\n bVar5 = bVar16 & 0x1f;\n uVar14 = 1 << (bVar16 & 0x1f);\n uVar15 = uVar14;\n uVar20 = 0 << bVar5 | 1U >> 0x20 - bVar5;\n if ((uVar26 & 0x20) != 0) {\n uVar15 = 0;\n uVar20 = uVar14;\n }\n if (uVar20 == 0 && uVar15 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n }\n else {\n local_5c = (undefined4 *)((uVar15 - 1) + uVar23 & -uVar15);\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = (int)local_5c + iVar6;\n }\n goto LAB_001ea4f0;\n }" ({ "{") (expression_statement "uVar26 = *puVar17 - 1;" (assignment_expression "uVar26 = *puVar17 - 1" (identifier "uVar26") (= "=") (binary_expression "*puVar17 - 1" (pointer_expression "*puVar17" (* "*") (identifier "puVar17")) (- "-") (number_literal "1"))) (; ";")) (expression_statement "bVar16 = (byte)uVar26;" (assignment_expression "bVar16 = (byte)uVar26" (identifier "bVar16") (= "=") (cast_expression "(byte)uVar26" (( "(") (type_descriptor "byte" (type_identifier "byte")) () ")") (identifier "uVar26"))) (; ";")) (expression_statement "bVar5 = bVar16 & 0x1f;" (assignment_expression "bVar5 = bVar16 & 0x1f" (identifier "bVar5") (= "=") (binary_expression "bVar16 & 0x1f" (identifier "bVar16") (& "&") (number_literal "0x1f"))) (; ";")) (expression_statement "uVar14 = 1 << (bVar16 & 0x1f);" (assignment_expression "uVar14 = 1 << (bVar16 & 0x1f)" (identifier "uVar14") (= "=") (binary_expression "1 << (bVar16 & 0x1f)" (number_literal "1") (<< "<<") (parenthesized_expression "(bVar16 & 0x1f)" (( "(") (binary_expression "bVar16 & 0x1f" (identifier "bVar16") (& "&") (number_literal "0x1f")) () ")")))) (; ";")) (expression_statement "uVar15 = uVar14;" (assignment_expression "uVar15 = uVar14" (identifier "uVar15") (= "=") (identifier "uVar14")) (; ";")) (expression_statement "uVar20 = 0 << bVar5 | 1U >> 0x20 - bVar5;" (assignment_expression "uVar20 = 0 << bVar5 | 1U >> 0x20 - bVar5" (identifier "uVar20") (= "=") (binary_expression "0 << bVar5 | 1U >> 0x20 - bVar5" (binary_expression "0 << bVar5" (number_literal "0") (<< "<<") (identifier "bVar5")) (| "|") (binary_expression "1U >> 0x20 - bVar5" (number_literal "1U") (>> ">>") (binary_expression "0x20 - bVar5" (number_literal "0x20") (- "-") (identifier "bVar5"))))) (; ";")) (if_statement "if ((uVar26 & 0x20) != 0) {\n uVar15 = 0;\n uVar20 = uVar14;\n }" (if "if") (parenthesized_expression "((uVar26 & 0x20) != 0)" (( "(") (binary_expression "(uVar26 & 0x20) != 0" (parenthesized_expression "(uVar26 & 0x20)" (( "(") (binary_expression "uVar26 & 0x20" (identifier "uVar26") (& "&") (number_literal "0x20")) () ")")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n uVar15 = 0;\n uVar20 = uVar14;\n }" ({ "{") (expression_statement "uVar15 = 0;" (assignment_expression "uVar15 = 0" (identifier "uVar15") (= "=") (number_literal "0")) (; ";")) (expression_statement "uVar20 = uVar14;" (assignment_expression "uVar20 = uVar14" (identifier "uVar20") (= "=") (identifier "uVar14")) (; ";")) (} "}"))) (if_statement "if (uVar20 == 0 && uVar15 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n }\n else {\n local_5c = (undefined4 *)((uVar15 - 1) + uVar23 & -uVar15);\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = (int)local_5c + iVar6;\n }" (if "if") (parenthesized_expression "(uVar20 == 0 && uVar15 == 0)" (( "(") (binary_expression "uVar20 == 0 && uVar15 == 0" (binary_expression "uVar20 == 0" (identifier "uVar20") (== "==") (number_literal "0")) (&& "&&") (binary_expression "uVar15 == 0" (identifier "uVar15") (== "==") (number_literal "0"))) () ")")) (compound_statement "{\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n }" ({ "{") (expression_statement "iVar6 = FUN_002c60d0(puVar22);" (assignment_expression "iVar6 = FUN_002c60d0(puVar22)" (identifier "iVar6") (= "=") (call_expression "FUN_002c60d0(puVar22)" (identifier "FUN_002c60d0") (argument_list "(puVar22)" (( "(") (identifier "puVar22") () ")")))) (; ";")) (expression_statement "uVar26 = uVar23 + iVar6;" (assignment_expression "uVar26 = uVar23 + iVar6" (identifier "uVar26") (= "=") (binary_expression "uVar23 + iVar6" (identifier "uVar23") (+ "+") (identifier "iVar6"))) (; ";")) (} "}")) (else_clause "else {\n local_5c = (undefined4 *)((uVar15 - 1) + uVar23 & -uVar15);\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = (int)local_5c + iVar6;\n }" (else "else") (compound_statement "{\n local_5c = (undefined4 *)((uVar15 - 1) + uVar23 & -uVar15);\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = (int)local_5c + iVar6;\n }" ({ "{") (expression_statement "local_5c = (undefined4 *)((uVar15 - 1) + uVar23 & -uVar15);" (assignment_expression "local_5c = (undefined4 *)((uVar15 - 1) + uVar23 & -uVar15)" (identifier "local_5c") (= "=") (cast_expression "(undefined4 *)((uVar15 - 1) + uVar23 & -uVar15)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((uVar15 - 1) + uVar23 & -uVar15)" (( "(") (binary_expression "(uVar15 - 1) + uVar23 & -uVar15" (binary_expression "(uVar15 - 1) + uVar23" (parenthesized_expression "(uVar15 - 1)" (( "(") (binary_expression "uVar15 - 1" (identifier "uVar15") (- "-") (number_literal "1")) () ")")) (+ "+") (identifier "uVar23")) (& "&") (unary_expression "-uVar15" (- "-") (identifier "uVar15"))) () ")")))) (; ";")) (expression_statement "iVar6 = FUN_002c60d0(puVar22);" (assignment_expression "iVar6 = FUN_002c60d0(puVar22)" (identifier "iVar6") (= "=") (call_expression "FUN_002c60d0(puVar22)" (identifier "FUN_002c60d0") (argument_list "(puVar22)" (( "(") (identifier "puVar22") () ")")))) (; ";")) (expression_statement "uVar26 = (int)local_5c + iVar6;" (assignment_expression "uVar26 = (int)local_5c + iVar6" (identifier "uVar26") (= "=") (binary_expression "(int)local_5c + iVar6" (cast_expression "(int)local_5c" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "local_5c")) (+ "+") (identifier "iVar6"))) (; ";")) (} "}")))) (goto_statement "goto LAB_001ea4f0;" (goto "goto") (statement_identifier "LAB_001ea4f0") (; ";")) (} "}"))) (goto_statement "goto LAB_001ea39e;" (goto "goto") (statement_identifier "LAB_001ea39e") (; ";")) (} "}"))) (expression_statement "local_38 = local_4c;" (assignment_expression "local_38 = local_4c" (identifier "local_38") (= "=") (identifier "local_4c")) (; ";")) (if_statement "if (puVar17 == puVar22) goto LAB_001ea619;" (if "if") (parenthesized_expression "(puVar17 == puVar22)" (( "(") (binary_expression "puVar17 == puVar22" (identifier "puVar17") (== "==") (identifier "puVar22")) () ")")) (goto_statement "goto LAB_001ea619;" (goto "goto") (statement_identifier "LAB_001ea619") (; ";"))) (if_statement "if (local_4c[7] != 0) {\n uVar26 = local_4c[7] - 1;\n bVar5 = (byte)uVar26;\n bVar27 = (uVar26 & 0x20) == 0;\n iVar6 = (uint)bVar27 << (bVar5 & 0x1f);\n if ((uint)!bVar27 << (bVar5 & 0x1f) == 0 && iVar6 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\n else {\n uVar23 = -iVar6 & (uVar23 - 1) + iVar6;\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\nLAB_001ea4f0:\n uVar23 = uVar26;\n if (uVar26 - local_70 < local_7c) {\n bVar27 = true;\n }\n else {\n if (*(uint **)(iVar7 + 0x70) == local_38) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0xaf7,"group_sections");\n }\n FUN_001e8c30(param_1,&local_28,param_6);\n bVar27 = false;\n }\n goto LAB_001ea3f6;\n }" (if "if") (parenthesized_expression "(local_4c[7] != 0)" (( "(") (binary_expression "local_4c[7] != 0" (subscript_expression "local_4c[7]" (identifier "local_4c") ([ "[") (number_literal "7") (] "]")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n uVar26 = local_4c[7] - 1;\n bVar5 = (byte)uVar26;\n bVar27 = (uVar26 & 0x20) == 0;\n iVar6 = (uint)bVar27 << (bVar5 & 0x1f);\n if ((uint)!bVar27 << (bVar5 & 0x1f) == 0 && iVar6 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\n else {\n uVar23 = -iVar6 & (uVar23 - 1) + iVar6;\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\nLAB_001ea4f0:\n uVar23 = uVar26;\n if (uVar26 - local_70 < local_7c) {\n bVar27 = true;\n }\n else {\n if (*(uint **)(iVar7 + 0x70) == local_38) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0xaf7,"group_sections");\n }\n FUN_001e8c30(param_1,&local_28,param_6);\n bVar27 = false;\n }\n goto LAB_001ea3f6;\n }" ({ "{") (expression_statement "uVar26 = local_4c[7] - 1;" (assignment_expression "uVar26 = local_4c[7] - 1" (identifier "uVar26") (= "=") (binary_expression "local_4c[7] - 1" (subscript_expression "local_4c[7]" (identifier "local_4c") ([ "[") (number_literal "7") (] "]")) (- "-") (number_literal "1"))) (; ";")) (expression_statement "bVar5 = (byte)uVar26;" (assignment_expression "bVar5 = (byte)uVar26" (identifier "bVar5") (= "=") (cast_expression "(byte)uVar26" (( "(") (type_descriptor "byte" (type_identifier "byte")) () ")") (identifier "uVar26"))) (; ";")) (expression_statement "bVar27 = (uVar26 & 0x20) == 0;" (assignment_expression "bVar27 = (uVar26 & 0x20) == 0" (identifier "bVar27") (= "=") (binary_expression "(uVar26 & 0x20) == 0" (parenthesized_expression "(uVar26 & 0x20)" (( "(") (binary_expression "uVar26 & 0x20" (identifier "uVar26") (& "&") (number_literal "0x20")) () ")")) (== "==") (number_literal "0"))) (; ";")) (expression_statement "iVar6 = (uint)bVar27 << (bVar5 & 0x1f);" (assignment_expression "iVar6 = (uint)bVar27 << (bVar5 & 0x1f)" (identifier "iVar6") (= "=") (binary_expression "(uint)bVar27 << (bVar5 & 0x1f)" (cast_expression "(uint)bVar27" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "bVar27")) (<< "<<") (parenthesized_expression "(bVar5 & 0x1f)" (( "(") (binary_expression "bVar5 & 0x1f" (identifier "bVar5") (& "&") (number_literal "0x1f")) () ")")))) (; ";")) (if_statement "if ((uint)!bVar27 << (bVar5 & 0x1f) == 0 && iVar6 == 0) {\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }\n else {\n uVar23 = -iVar6 & (uVar23 - 1) + iVar6;\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }" (if "if") (parenthesized_expression "((uint)!bVar27 << (bVar5 & 0x1f) == 0 && iVar6 == 0)" (( "(") (binary_expression "(uint)!bVar27 << (bVar5 & 0x1f) == 0 && iVar6 == 0" (binary_expression "(uint)!bVar27 << (bVar5 & 0x1f) == 0" (binary_expression "(uint)!bVar27 << (bVar5 & 0x1f)" (cast_expression "(uint)!bVar27" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (unary_expression "!bVar27" (! "!") (identifier "bVar27"))) (<< "<<") (parenthesized_expression "(bVar5 & 0x1f)" (( "(") (binary_expression "bVar5 & 0x1f" (identifier "bVar5") (& "&") (number_literal "0x1f")) () ")"))) (== "==") (number_literal "0")) (&& "&&") (binary_expression "iVar6 == 0" (identifier "iVar6") (== "==") (number_literal "0"))) () ")")) (compound_statement "{\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }" ({ "{") (expression_statement "iVar6 = FUN_002c60d0(puVar22);" (assignment_expression "iVar6 = FUN_002c60d0(puVar22)" (identifier "iVar6") (= "=") (call_expression "FUN_002c60d0(puVar22)" (identifier "FUN_002c60d0") (argument_list "(puVar22)" (( "(") (identifier "puVar22") () ")")))) (; ";")) (expression_statement "uVar26 = uVar23 + iVar6;" (assignment_expression "uVar26 = uVar23 + iVar6" (identifier "uVar26") (= "=") (binary_expression "uVar23 + iVar6" (identifier "uVar23") (+ "+") (identifier "iVar6"))) (; ";")) (expression_statement "local_70 = (uint)local_5c;" (assignment_expression "local_70 = (uint)local_5c" (identifier "local_70") (= "=") (cast_expression "(uint)local_5c" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "local_5c"))) (; ";")) (expression_statement "local_5c = (undefined4 *)uVar23;" (assignment_expression "local_5c = (undefined4 *)uVar23" (identifier "local_5c") (= "=") (cast_expression "(undefined4 *)uVar23" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "uVar23"))) (; ";")) (expression_statement "local_4c = puVar22;" (assignment_expression "local_4c = puVar22" (identifier "local_4c") (= "=") (identifier "puVar22")) (; ";")) (} "}")) (else_clause "else {\n uVar23 = -iVar6 & (uVar23 - 1) + iVar6;\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }" (else "else") (compound_statement "{\n uVar23 = -iVar6 & (uVar23 - 1) + iVar6;\n iVar6 = FUN_002c60d0(puVar22);\n uVar26 = uVar23 + iVar6;\n local_70 = (uint)local_5c;\n local_5c = (undefined4 *)uVar23;\n local_4c = puVar22;\n }" ({ "{") (expression_statement "uVar23 = -iVar6 & (uVar23 - 1) + iVar6;" (assignment_expression "uVar23 = -iVar6 & (uVar23 - 1) + iVar6" (identifier "uVar23") (= "=") (binary_expression "-iVar6 & (uVar23 - 1) + iVar6" (unary_expression "-iVar6" (- "-") (identifier "iVar6")) (& "&") (binary_expression "(uVar23 - 1) + iVar6" (parenthesized_expression "(uVar23 - 1)" (( "(") (binary_expression "uVar23 - 1" (identifier "uVar23") (- "-") (number_literal "1")) () ")")) (+ "+") (identifier "iVar6")))) (; ";")) (expression_statement "iVar6 = FUN_002c60d0(puVar22);" (assignment_expression "iVar6 = FUN_002c60d0(puVar22)" (identifier "iVar6") (= "=") (call_expression "FUN_002c60d0(puVar22)" (identifier "FUN_002c60d0") (argument_list "(puVar22)" (( "(") (identifier "puVar22") () ")")))) (; ";")) (expression_statement "uVar26 = uVar23 + iVar6;" (assignment_expression "uVar26 = uVar23 + iVar6" (identifier "uVar26") (= "=") (binary_expression "uVar23 + iVar6" (identifier "uVar23") (+ "+") (identifier "iVar6"))) (; ";")) (expression_statement "local_70 = (uint)local_5c;" (assignment_expression "local_70 = (uint)local_5c" (identifier "local_70") (= "=") (cast_expression "(uint)local_5c" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "local_5c"))) (; ";")) (expression_statement "local_5c = (undefined4 *)uVar23;" (assignment_expression "local_5c = (undefined4 *)uVar23" (identifier "local_5c") (= "=") (cast_expression "(undefined4 *)uVar23" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "uVar23"))) (; ";")) (expression_statement "local_4c = puVar22;" (assignment_expression "local_4c = puVar22" (identifier "local_4c") (= "=") (identifier "puVar22")) (; ";")) (} "}")))) (labeled_statement "LAB_001ea4f0:\n uVar23 = uVar26;" (statement_identifier "LAB_001ea4f0") (: ":") (expression_statement "uVar23 = uVar26;" (assignment_expression "uVar23 = uVar26" (identifier "uVar23") (= "=") (identifier "uVar26")) (; ";"))) (if_statement "if (uVar26 - local_70 < local_7c) {\n bVar27 = true;\n }\n else {\n if (*(uint **)(iVar7 + 0x70) == local_38) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0xaf7,"group_sections");\n }\n FUN_001e8c30(param_1,&local_28,param_6);\n bVar27 = false;\n }" (if "if") (parenthesized_expression "(uVar26 - local_70 < local_7c)" (( "(") (binary_expression "uVar26 - local_70 < local_7c" (binary_expression "uVar26 - local_70" (identifier "uVar26") (- "-") (identifier "local_70")) (< "<") (identifier "local_7c")) () ")")) (compound_statement "{\n bVar27 = true;\n }" ({ "{") (expression_statement "bVar27 = true;" (assignment_expression "bVar27 = true" (identifier "bVar27") (= "=") (true "true")) (; ";")) (} "}")) (else_clause "else {\n if (*(uint **)(iVar7 + 0x70) == local_38) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0xaf7,"group_sections");\n }\n FUN_001e8c30(param_1,&local_28,param_6);\n bVar27 = false;\n }" (else "else") (compound_statement "{\n if (*(uint **)(iVar7 + 0x70) == local_38) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0xaf7,"group_sections");\n }\n FUN_001e8c30(param_1,&local_28,param_6);\n bVar27 = false;\n }" ({ "{") (if_statement "if (*(uint **)(iVar7 + 0x70) == local_38) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0xaf7,"group_sections");\n }" (if "if") (parenthesized_expression "(*(uint **)(iVar7 + 0x70) == local_38)" (( "(") (binary_expression "*(uint **)(iVar7 + 0x70) == local_38" (pointer_expression "*(uint **)(iVar7 + 0x70)" (* "*") (cast_expression "(uint **)(iVar7 + 0x70)" (( "(") (type_descriptor "uint **" (type_identifier "uint") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(iVar7 + 0x70)" (( "(") (binary_expression "iVar7 + 0x70" (identifier "iVar7") (+ "+") (number_literal "0x70")) () ")")))) (== "==") (identifier "local_38")) () ")")) (compound_statement "{\n \n \n FUN_002446e0("../../gold/aarch64.cc",0xaf7,"group_sections");\n }" ({ "{") (expression_statement "FUN_002446e0("../../gold/aarch64.cc",0xaf7,"group_sections");" (call_expression "FUN_002446e0("../../gold/aarch64.cc",0xaf7,"group_sections")" (identifier "FUN_002446e0") (argument_list "("../../gold/aarch64.cc",0xaf7,"group_sections")" (( "(") (string_literal ""../../gold/aarch64.cc"" (" """) (string_content "../../gold/aarch64.cc") (" """)) (, ",") (number_literal "0xaf7") (, ",") (string_literal ""group_sections"" (" """) (string_content "group_sections") (" """)) () ")"))) (; ";")) (} "}"))) (expression_statement "FUN_001e8c30(param_1,&local_28,param_6);" (call_expression "FUN_001e8c30(param_1,&local_28,param_6)" (identifier "FUN_001e8c30") (argument_list "(param_1,&local_28,param_6)" (( "(") (identifier "param_1") (, ",") (pointer_expression "&local_28" (& "&") (identifier "local_28")) (, ",") (identifier "param_6") () ")"))) (; ";")) (expression_statement "bVar27 = false;" (assignment_expression "bVar27 = false" (identifier "bVar27") (= "=") (false "false")) (; ";")) (} "}")))) (goto_statement "goto LAB_001ea3f6;" (goto "goto") (statement_identifier "LAB_001ea3f6") (; ";")) (} "}"))) (expression_statement "uVar26 = *puVar22;" (assignment_expression "uVar26 = *puVar22" (identifier "uVar26") (= "=") (pointer_expression "*puVar22" (* "*") (identifier "puVar22"))) (; ";")) (expression_statement "bVar27 = true;" (assignment_expression "bVar27 = true" (identifier "bVar27") (= "=") (true "true")) (; ";")) (expression_statement "local_70 = (uint)local_5c;" (assignment_expression "local_70 = (uint)local_5c" (identifier "local_70") (= "=") (cast_expression "(uint)local_5c" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "local_5c"))) (; ";")) (expression_statement "local_5c = (undefined4 *)uVar23;" (assignment_expression "local_5c = (undefined4 *)uVar23" (identifier "local_5c") (= "=") (cast_expression "(undefined4 *)uVar23" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "uVar23"))) (; ";")) (goto_statement "goto joined_r0x001ea3ac;" (goto "goto") (statement_identifier "joined_r0x001ea3ac") (; ";")) (} "}")))) (expression_statement "puVar17 = *(uint **)(iVar7 + 0x70);" (assignment_expression "puVar17 = *(uint **)(iVar7 + 0x70)" (identifier "puVar17") (= "=") (pointer_expression "*(uint **)(iVar7 + 0x70)" (* "*") (cast_expression "(uint **)(iVar7 + 0x70)" (( "(") (type_descriptor "uint **" (type_identifier "uint") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(iVar7 + 0x70)" (( "(") (binary_expression "iVar7 + 0x70" (identifier "iVar7") (+ "+") (number_literal "0x70")) () ")"))))) (; ";")) (labeled_statement "LAB_001e9783:\n local_5c = (undefined4 *)uVar23;" (statement_identifier "LAB_001e9783") (: ":") (expression_statement "local_5c = (undefined4 *)uVar23;" (assignment_expression "local_5c = (undefined4 *)uVar23" (identifier "local_5c") (= "=") (cast_expression "(undefined4 *)uVar23" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "uVar23"))) (; ";"))) (expression_statement "puVar22 = local_4c + 6;" (assignment_expression "puVar22 = local_4c + 6" (identifier "puVar22") (= "=") (binary_expression "local_4c + 6" (identifier "local_4c") (+ "+") (number_literal "6"))) (; ";")) (if_statement "if (local_4c + 6 != puVar17) goto LAB_001ea390;" (if "if") (parenthesized_expression "(local_4c + 6 != puVar17)" (( "(") (binary_expression "local_4c + 6 != puVar17" (binary_expression "local_4c + 6" (identifier "local_4c") (+ "+") (number_literal "6")) (!= "!=") (identifier "puVar17")) () ")")) (goto_statement "goto LAB_001ea390;" (goto "goto") (statement_identifier "LAB_001ea390") (; ";"))) (if_statement "if (bVar27) {\nLAB_001ea610:\n if (puVar17 == local_38) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0xb32,"group_sections",local_4c + 6);\n }\nLAB_001ea619:\n FUN_001e8c30(param_1,&local_28,param_6);\n }" (if "if") (parenthesized_expression "(bVar27)" (( "(") (identifier "bVar27") () ")")) (compound_statement "{\nLAB_001ea610:\n if (puVar17 == local_38) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0xb32,"group_sections",local_4c + 6);\n }\nLAB_001ea619:\n FUN_001e8c30(param_1,&local_28,param_6);\n }" ({ "{") (labeled_statement "LAB_001ea610:\n if (puVar17 == local_38) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0xb32,"group_sections",local_4c + 6);\n }" (statement_identifier "LAB_001ea610") (: ":") (if_statement "if (puVar17 == local_38) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0xb32,"group_sections",local_4c + 6);\n }" (if "if") (parenthesized_expression "(puVar17 == local_38)" (( "(") (binary_expression "puVar17 == local_38" (identifier "puVar17") (== "==") (identifier "local_38")) () ")")) (compound_statement "{\n \n \n FUN_002446e0("../../gold/aarch64.cc",0xb32,"group_sections",local_4c + 6);\n }" ({ "{") (expression_statement "FUN_002446e0("../../gold/aarch64.cc",0xb32,"group_sections",local_4c + 6);" (call_expression "FUN_002446e0("../../gold/aarch64.cc",0xb32,"group_sections",local_4c + 6)" (identifier "FUN_002446e0") (argument_list "("../../gold/aarch64.cc",0xb32,"group_sections",local_4c + 6)" (( "(") (string_literal ""../../gold/aarch64.cc"" (" """) (string_content "../../gold/aarch64.cc") (" """)) (, ",") (number_literal "0xb32") (, ",") (string_literal ""group_sections"" (" """) (string_content "group_sections") (" """)) (, ",") (binary_expression "local_4c + 6" (identifier "local_4c") (+ "+") (number_literal "6")) () ")"))) (; ";")) (} "}")))) (labeled_statement "LAB_001ea619:\n FUN_001e8c30(param_1,&local_28,param_6);" (statement_identifier "LAB_001ea619") (: ":") (expression_statement "FUN_001e8c30(param_1,&local_28,param_6);" (call_expression "FUN_001e8c30(param_1,&local_28,param_6)" (identifier "FUN_001e8c30") (argument_list "(param_1,&local_28,param_6)" (( "(") (identifier "param_1") (, ",") (pointer_expression "&local_28" (& "&") (identifier "local_28")) (, ",") (identifier "param_6") () ")"))) (; ";"))) (} "}"))) (if_statement "if (local_24 == local_28) {\nLAB_001ea600:\n if (local_28 != (int *)0x0) goto LAB_001e9835;\n goto LAB_001e9844;\n }" (if "if") (parenthesized_expression "(local_24 == local_28)" (( "(") (binary_expression "local_24 == local_28" (identifier "local_24") (== "==") (identifier "local_28")) () ")")) (compound_statement "{\nLAB_001ea600:\n if (local_28 != (int *)0x0) goto LAB_001e9835;\n goto LAB_001e9844;\n }" ({ "{") (labeled_statement "LAB_001ea600:\n if (local_28 != (int *)0x0) goto LAB_001e9835;" (statement_identifier "LAB_001ea600") (: ":") (if_statement "if (local_28 != (int *)0x0) goto LAB_001e9835;" (if "if") (parenthesized_expression "(local_28 != (int *)0x0)" (( "(") (binary_expression "local_28 != (int *)0x0" (identifier "local_28") (!= "!=") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (goto_statement "goto LAB_001e9835;" (goto "goto") (statement_identifier "LAB_001e9835") (; ";")))) (goto_statement "goto LAB_001e9844;" (goto "goto") (statement_identifier "LAB_001e9844") (; ";")) (} "}"))) (expression_statement "FUN_002cdf10(iVar7,&local_28);" (call_expression "FUN_002cdf10(iVar7,&local_28)" (identifier "FUN_002cdf10") (argument_list "(iVar7,&local_28)" (( "(") (identifier "iVar7") (, ",") (pointer_expression "&local_28" (& "&") (identifier "local_28")) () ")"))) (; ";")) (expression_statement "iVar7 = (int)local_24 - (int)local_28 >> 2;" (assignment_expression "iVar7 = (int)local_24 - (int)local_28 >> 2" (identifier "iVar7") (= "=") (binary_expression "(int)local_24 - (int)local_28 >> 2" (binary_expression "(int)local_24 - (int)local_28" (cast_expression "(int)local_24" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "local_24")) (- "-") (cast_expression "(int)local_28" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "local_28"))) (>> ">>") (number_literal "2"))) (; ";")) (if_statement "if (iVar7 == 0) goto LAB_001ea600;" (if "if") (parenthesized_expression "(iVar7 == 0)" (( "(") (binary_expression "iVar7 == 0" (identifier "iVar7") (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_001ea600;" (goto "goto") (statement_identifier "LAB_001ea600") (; ";"))) (expression_statement "iVar6 = *(int *)(*local_28 + 0x2c);" (assignment_expression "iVar6 = *(int *)(*local_28 + 0x2c)" (identifier "iVar6") (= "=") (pointer_expression "*(int *)(*local_28 + 0x2c)" (* "*") (cast_expression "(int *)(*local_28 + 0x2c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*local_28 + 0x2c)" (( "(") (binary_expression "*local_28 + 0x2c" (pointer_expression "*local_28" (* "*") (identifier "local_28")) (+ "+") (number_literal "0x2c")) () ")"))))) (; ";")) (expression_statement "uVar26 = *(uint *)(*local_28 + 0x30);" (assignment_expression "uVar26 = *(uint *)(*local_28 + 0x30)" (identifier "uVar26") (= "=") (pointer_expression "*(uint *)(*local_28 + 0x30)" (* "*") (cast_expression "(uint *)(*local_28 + 0x30)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*local_28 + 0x30)" (( "(") (binary_expression "*local_28 + 0x30" (pointer_expression "*local_28" (* "*") (identifier "local_28")) (+ "+") (number_literal "0x30")) () ")"))))) (; ";")) (expression_statement "iVar13 = *(int *)(iVar6 + 0x84);" (assignment_expression "iVar13 = *(int *)(iVar6 + 0x84)" (identifier "iVar13") (= "=") (pointer_expression "*(int *)(iVar6 + 0x84)" (* "*") (cast_expression "(int *)(iVar6 + 0x84)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar6 + 0x84)" (( "(") (binary_expression "iVar6 + 0x84" (identifier "iVar6") (+ "+") (number_literal "0x84")) () ")"))))) (; ";")) (if_statement "if ((uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26) goto LAB_001ea7b7;" (if "if") (parenthesized_expression "((uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26)" (( "(") (binary_expression "(uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26" (call_expression "(uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "(*(int *)(iVar6 + 0x88) - iVar13 >> 2)" (( "(") (binary_expression "*(int *)(iVar6 + 0x88) - iVar13 >> 2" (binary_expression "*(int *)(iVar6 + 0x88) - iVar13" (pointer_expression "*(int *)(iVar6 + 0x88)" (* "*") (cast_expression "(int *)(iVar6 + 0x88)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar6 + 0x88)" (( "(") (binary_expression "iVar6 + 0x88" (identifier "iVar6") (+ "+") (number_literal "0x88")) () ")")))) (- "-") (identifier "iVar13")) (>> ">>") (number_literal "2")) () ")"))) (<= "<=") (identifier "uVar26")) () ")")) (goto_statement "goto LAB_001ea7b7;" (goto "goto") (statement_identifier "LAB_001ea7b7") (; ";"))) (expression_statement "iVar24 = 0;" (assignment_expression "iVar24 = 0" (identifier "iVar24") (= "=") (number_literal "0")) (; ";")) (while_statement "while( true ) {\n *(undefined4 *)(iVar13 + uVar26 * 4) = 0xffffffff;\n iVar24 = iVar24 + 1;\n *(undefined1 *)(iVar6 + 0x4c) = 1;\n if (iVar7 == iVar24) break;\n iVar6 = *(int *)(local_28[iVar24] + 0x2c);\n uVar26 = *(uint *)(local_28[iVar24] + 0x30);\n iVar13 = *(int *)(iVar6 + 0x84);\n if ((uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26) {\nLAB_001ea7b7:\n \n \n FUN_002446e0("../../gold/object.h",0x81f,"do_set_section_offset");\n }\n }" (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (compound_statement "{\n *(undefined4 *)(iVar13 + uVar26 * 4) = 0xffffffff;\n iVar24 = iVar24 + 1;\n *(undefined1 *)(iVar6 + 0x4c) = 1;\n if (iVar7 == iVar24) break;\n iVar6 = *(int *)(local_28[iVar24] + 0x2c);\n uVar26 = *(uint *)(local_28[iVar24] + 0x30);\n iVar13 = *(int *)(iVar6 + 0x84);\n if ((uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26) {\nLAB_001ea7b7:\n \n \n FUN_002446e0("../../gold/object.h",0x81f,"do_set_section_offset");\n }\n }" ({ "{") (expression_statement "*(undefined4 *)(iVar13 + uVar26 * 4) = 0xffffffff;" (assignment_expression "*(undefined4 *)(iVar13 + uVar26 * 4) = 0xffffffff" (pointer_expression "*(undefined4 *)(iVar13 + uVar26 * 4)" (* "*") (cast_expression "(undefined4 *)(iVar13 + uVar26 * 4)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar13 + uVar26 * 4)" (( "(") (binary_expression "iVar13 + uVar26 * 4" (identifier "iVar13") (+ "+") (binary_expression "uVar26 * 4" (identifier "uVar26") (* "*") (number_literal "4"))) () ")")))) (= "=") (number_literal "0xffffffff")) (; ";")) (expression_statement "iVar24 = iVar24 + 1;" (assignment_expression "iVar24 = iVar24 + 1" (identifier "iVar24") (= "=") (binary_expression "iVar24 + 1" (identifier "iVar24") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "*(undefined1 *)(iVar6 + 0x4c) = 1;" (assignment_expression "*(undefined1 *)(iVar6 + 0x4c) = 1" (pointer_expression "*(undefined1 *)(iVar6 + 0x4c)" (* "*") (cast_expression "(undefined1 *)(iVar6 + 0x4c)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar6 + 0x4c)" (( "(") (binary_expression "iVar6 + 0x4c" (identifier "iVar6") (+ "+") (number_literal "0x4c")) () ")")))) (= "=") (number_literal "1")) (; ";")) (if_statement "if (iVar7 == iVar24) break;" (if "if") (parenthesized_expression "(iVar7 == iVar24)" (( "(") (binary_expression "iVar7 == iVar24" (identifier "iVar7") (== "==") (identifier "iVar24")) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "iVar6 = *(int *)(local_28[iVar24] + 0x2c);" (assignment_expression "iVar6 = *(int *)(local_28[iVar24] + 0x2c)" (identifier "iVar6") (= "=") (pointer_expression "*(int *)(local_28[iVar24] + 0x2c)" (* "*") (cast_expression "(int *)(local_28[iVar24] + 0x2c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_28[iVar24] + 0x2c)" (( "(") (binary_expression "local_28[iVar24] + 0x2c" (subscript_expression "local_28[iVar24]" (identifier "local_28") ([ "[") (identifier "iVar24") (] "]")) (+ "+") (number_literal "0x2c")) () ")"))))) (; ";")) (expression_statement "uVar26 = *(uint *)(local_28[iVar24] + 0x30);" (assignment_expression "uVar26 = *(uint *)(local_28[iVar24] + 0x30)" (identifier "uVar26") (= "=") (pointer_expression "*(uint *)(local_28[iVar24] + 0x30)" (* "*") (cast_expression "(uint *)(local_28[iVar24] + 0x30)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_28[iVar24] + 0x30)" (( "(") (binary_expression "local_28[iVar24] + 0x30" (subscript_expression "local_28[iVar24]" (identifier "local_28") ([ "[") (identifier "iVar24") (] "]")) (+ "+") (number_literal "0x30")) () ")"))))) (; ";")) (expression_statement "iVar13 = *(int *)(iVar6 + 0x84);" (assignment_expression "iVar13 = *(int *)(iVar6 + 0x84)" (identifier "iVar13") (= "=") (pointer_expression "*(int *)(iVar6 + 0x84)" (* "*") (cast_expression "(int *)(iVar6 + 0x84)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar6 + 0x84)" (( "(") (binary_expression "iVar6 + 0x84" (identifier "iVar6") (+ "+") (number_literal "0x84")) () ")"))))) (; ";")) (if_statement "if ((uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26) {\nLAB_001ea7b7:\n \n \n FUN_002446e0("../../gold/object.h",0x81f,"do_set_section_offset");\n }" (if "if") (parenthesized_expression "((uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26)" (( "(") (binary_expression "(uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26" (call_expression "(uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "(*(int *)(iVar6 + 0x88) - iVar13 >> 2)" (( "(") (binary_expression "*(int *)(iVar6 + 0x88) - iVar13 >> 2" (binary_expression "*(int *)(iVar6 + 0x88) - iVar13" (pointer_expression "*(int *)(iVar6 + 0x88)" (* "*") (cast_expression "(int *)(iVar6 + 0x88)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar6 + 0x88)" (( "(") (binary_expression "iVar6 + 0x88" (identifier "iVar6") (+ "+") (number_literal "0x88")) () ")")))) (- "-") (identifier "iVar13")) (>> ">>") (number_literal "2")) () ")"))) (<= "<=") (identifier "uVar26")) () ")")) (compound_statement "{\nLAB_001ea7b7:\n \n \n FUN_002446e0("../../gold/object.h",0x81f,"do_set_section_offset");\n }" ({ "{") (labeled_statement "LAB_001ea7b7:\n \n \n FUN_002446e0("../../gold/object.h",0x81f,"do_set_section_offset");" (statement_identifier "LAB_001ea7b7") (: ":") (expression_statement "FUN_002446e0("../../gold/object.h",0x81f,"do_set_section_offset");" (call_expression "FUN_002446e0("../../gold/object.h",0x81f,"do_set_section_offset")" (identifier "FUN_002446e0") (argument_list "("../../gold/object.h",0x81f,"do_set_section_offset")" (( "(") (string_literal ""../../gold/object.h"" (" """) (string_content "../../gold/object.h") (" """)) (, ",") (number_literal "0x81f") (, ",") (string_literal ""do_set_section_offset"" (" """) (string_content "do_set_section_offset") (" """)) () ")"))) (; ";"))) (} "}"))) (} "}"))) (labeled_statement "LAB_001e9835:\n FUN_003ae080(local_28);" (statement_identifier "LAB_001e9835") (: ":") (expression_statement "FUN_003ae080(local_28);" (call_expression "FUN_003ae080(local_28)" (identifier "FUN_003ae080") (argument_list "(local_28)" (( "(") (identifier "local_28") () ")"))) (; ";"))) (} "}"))) (labeled_statement "LAB_001e9844:\n local_84 = local_84 + 1;" (statement_identifier "LAB_001e9844") (: ":") (expression_statement "local_84 = local_84 + 1;" (assignment_expression "local_84 = local_84 + 1" (identifier "local_84") (= "=") (binary_expression "local_84 + 1" (identifier "local_84") (+ "+") (number_literal "1"))) (; ";"))) (expression_statement "piVar8 = local_34;" (assignment_expression "piVar8 = local_34" (identifier "piVar8") (= "=") (identifier "local_34")) (; ";")) (} "}")) (while "while") (parenthesized_expression "(local_30 != local_84)" (( "(") (binary_expression "local_30 != local_84" (identifier "local_30") (!= "!=") (identifier "local_84")) () ")")) (; ";")) (} "}"))) (if_statement "if (piVar8 != (int *)0x0) {\n FUN_003ae080(piVar8);\n }" (if "if") (parenthesized_expression "(piVar8 != (int *)0x0)" (( "(") (binary_expression "piVar8 != (int *)0x0" (identifier "piVar8") (!= "!=") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n FUN_003ae080(piVar8);\n }" ({ "{") (expression_statement "FUN_003ae080(piVar8);" (call_expression "FUN_003ae080(piVar8)" (identifier "FUN_003ae080") (argument_list "(piVar8)" (( "(") (identifier "piVar8") () ")"))) (; ";")) (} "}"))) (labeled_statement "LAB_001e9870:\n local_ac = (int *)*param_3;" (statement_identifier "LAB_001e9870") (: ":") (expression_statement "local_ac = (int *)*param_3;" (assignment_expression "local_ac = (int *)*param_3" (identifier "local_ac") (= "=") (cast_expression "(int *)*param_3" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_3" (* "*") (identifier "param_3")))) (; ";"))) (if_statement "if (local_ac == (int *)param_3[1]) goto LAB_001e9f98;" (if "if") (parenthesized_expression "(local_ac == (int *)param_3[1])" (( "(") (binary_expression "local_ac == (int *)param_3[1]" (identifier "local_ac") (== "==") (cast_expression "(int *)param_3[1]" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_3[1]" (identifier "param_3") ([ "[") (number_literal "1") (] "]")))) () ")")) (goto_statement "goto LAB_001e9f98;" (goto "goto") (statement_identifier "LAB_001e9f98") (; ";"))) (} "}")) (else_clause "else {\n local_5c = *(undefined4 **)(param_1 + 0x60);\n if (local_5c != *(undefined4 **)(param_1 + 100)) {\n do {\n piVar8 = (int *)*local_5c;\n iVar7 = piVar8[8];\n if (*(code **)(*piVar8 + 0xc) == FUN_001d1390) {\n local_4c = *(uint **)(iVar7 + 0x3c);\n local_64 = 0xfffffffc;\n local_60 = 0xffffffff;\n lVar30 = 4;\nLAB_001e965f:\n local_68 = (int)((ulonglong)lVar30 >> 0x20);\n local_6c = (uint)lVar30;\n bVar27 = CARRY4(local_6c,(uint)local_4c);\n iVar6 = local_6c + (int)local_4c;\n local_4c = (uint *)(local_64 & iVar6 - 1U);\n local_48 = local_60 & local_68 + (uint)bVar27 + -1 + (uint)(iVar6 != 0);\n }\n else {\n lVar30 = (**(code **)(*piVar8 + 0xc))(piVar8);\n local_4c = *(uint **)(iVar7 + 0x3c);\n local_48 = 0;\n if (lVar30 != 0) {\n local_64 = -(int)lVar30;\n local_60 = -((int)((ulonglong)lVar30 >> 0x20) + (uint)((int)lVar30 != 0));\n goto LAB_001e965f;\n }\n }\n if ((*(byte *)(iVar7 + 0x1c) & 4) == 0) goto LAB_001ea75d;\n uVar23 = *(uint *)(iVar7 + 0x14);\n uVar26 = *(uint *)(iVar7 + 0x14);\n iVar6 = *(int *)(iVar7 + 0x18);\n if ((*(byte *)(iVar7 + 0x1c) & 1) == 0) goto LAB_001ea799;\n bVar5 = *(byte *)(piVar8 + 7);\n uVar20 = *(uint *)(iVar7 + 4);\n iVar13 = *(int *)(iVar7 + 8);\n if ((bVar5 & 1) != 0) goto LAB_001ea73f;\n piVar8[1] = (int)local_4c + *(uint *)(iVar7 + 4);\n piVar8[2] = local_48 + iVar13 + (uint)CARRY4((uint)local_4c,uVar20);\n *(byte *)(piVar8 + 7) = bVar5 | 1;\n if ((bVar5 & 4) != 0) goto LAB_001ea77b;\n *(byte *)(piVar8 + 7) = bVar5 | 5;\n piVar8[5] = (int)local_4c + uVar26;\n piVar8[6] = local_48 + iVar6 + (uint)CARRY4((uint)local_4c,uVar23);\n if (((bVar5 & 2) == 0) &&\n ((**(code **)(*piVar8 + 0x38))(piVar8), (*(byte *)(piVar8 + 7) & 2) == 0))\n goto LAB_001ea0f2;\n local_5c = local_5c + 1;\n } while (*(undefined4 **)(param_1 + 100) != local_5c);\n goto LAB_001e9870;\n }\n local_ac = (int *)*param_3;\n if ((int *)param_3[1] == local_ac) {\n return 0;\n }\n }" (else "else") (compound_statement "{\n local_5c = *(undefined4 **)(param_1 + 0x60);\n if (local_5c != *(undefined4 **)(param_1 + 100)) {\n do {\n piVar8 = (int *)*local_5c;\n iVar7 = piVar8[8];\n if (*(code **)(*piVar8 + 0xc) == FUN_001d1390) {\n local_4c = *(uint **)(iVar7 + 0x3c);\n local_64 = 0xfffffffc;\n local_60 = 0xffffffff;\n lVar30 = 4;\nLAB_001e965f:\n local_68 = (int)((ulonglong)lVar30 >> 0x20);\n local_6c = (uint)lVar30;\n bVar27 = CARRY4(local_6c,(uint)local_4c);\n iVar6 = local_6c + (int)local_4c;\n local_4c = (uint *)(local_64 & iVar6 - 1U);\n local_48 = local_60 & local_68 + (uint)bVar27 + -1 + (uint)(iVar6 != 0);\n }\n else {\n lVar30 = (**(code **)(*piVar8 + 0xc))(piVar8);\n local_4c = *(uint **)(iVar7 + 0x3c);\n local_48 = 0;\n if (lVar30 != 0) {\n local_64 = -(int)lVar30;\n local_60 = -((int)((ulonglong)lVar30 >> 0x20) + (uint)((int)lVar30 != 0));\n goto LAB_001e965f;\n }\n }\n if ((*(byte *)(iVar7 + 0x1c) & 4) == 0) goto LAB_001ea75d;\n uVar23 = *(uint *)(iVar7 + 0x14);\n uVar26 = *(uint *)(iVar7 + 0x14);\n iVar6 = *(int *)(iVar7 + 0x18);\n if ((*(byte *)(iVar7 + 0x1c) & 1) == 0) goto LAB_001ea799;\n bVar5 = *(byte *)(piVar8 + 7);\n uVar20 = *(uint *)(iVar7 + 4);\n iVar13 = *(int *)(iVar7 + 8);\n if ((bVar5 & 1) != 0) goto LAB_001ea73f;\n piVar8[1] = (int)local_4c + *(uint *)(iVar7 + 4);\n piVar8[2] = local_48 + iVar13 + (uint)CARRY4((uint)local_4c,uVar20);\n *(byte *)(piVar8 + 7) = bVar5 | 1;\n if ((bVar5 & 4) != 0) goto LAB_001ea77b;\n *(byte *)(piVar8 + 7) = bVar5 | 5;\n piVar8[5] = (int)local_4c + uVar26;\n piVar8[6] = local_48 + iVar6 + (uint)CARRY4((uint)local_4c,uVar23);\n if (((bVar5 & 2) == 0) &&\n ((**(code **)(*piVar8 + 0x38))(piVar8), (*(byte *)(piVar8 + 7) & 2) == 0))\n goto LAB_001ea0f2;\n local_5c = local_5c + 1;\n } while (*(undefined4 **)(param_1 + 100) != local_5c);\n goto LAB_001e9870;\n }\n local_ac = (int *)*param_3;\n if ((int *)param_3[1] == local_ac) {\n return 0;\n }\n }" ({ "{") (expression_statement "local_5c = *(undefined4 **)(param_1 + 0x60);" (assignment_expression "local_5c = *(undefined4 **)(param_1 + 0x60)" (identifier "local_5c") (= "=") (pointer_expression "*(undefined4 **)(param_1 + 0x60)" (* "*") (cast_expression "(undefined4 **)(param_1 + 0x60)" (( "(") (type_descriptor "undefined4 **" (type_identifier "undefined4") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x60)" (( "(") (binary_expression "param_1 + 0x60" (identifier "param_1") (+ "+") (number_literal "0x60")) () ")"))))) (; ";")) (if_statement "if (local_5c != *(undefined4 **)(param_1 + 100)) {\n do {\n piVar8 = (int *)*local_5c;\n iVar7 = piVar8[8];\n if (*(code **)(*piVar8 + 0xc) == FUN_001d1390) {\n local_4c = *(uint **)(iVar7 + 0x3c);\n local_64 = 0xfffffffc;\n local_60 = 0xffffffff;\n lVar30 = 4;\nLAB_001e965f:\n local_68 = (int)((ulonglong)lVar30 >> 0x20);\n local_6c = (uint)lVar30;\n bVar27 = CARRY4(local_6c,(uint)local_4c);\n iVar6 = local_6c + (int)local_4c;\n local_4c = (uint *)(local_64 & iVar6 - 1U);\n local_48 = local_60 & local_68 + (uint)bVar27 + -1 + (uint)(iVar6 != 0);\n }\n else {\n lVar30 = (**(code **)(*piVar8 + 0xc))(piVar8);\n local_4c = *(uint **)(iVar7 + 0x3c);\n local_48 = 0;\n if (lVar30 != 0) {\n local_64 = -(int)lVar30;\n local_60 = -((int)((ulonglong)lVar30 >> 0x20) + (uint)((int)lVar30 != 0));\n goto LAB_001e965f;\n }\n }\n if ((*(byte *)(iVar7 + 0x1c) & 4) == 0) goto LAB_001ea75d;\n uVar23 = *(uint *)(iVar7 + 0x14);\n uVar26 = *(uint *)(iVar7 + 0x14);\n iVar6 = *(int *)(iVar7 + 0x18);\n if ((*(byte *)(iVar7 + 0x1c) & 1) == 0) goto LAB_001ea799;\n bVar5 = *(byte *)(piVar8 + 7);\n uVar20 = *(uint *)(iVar7 + 4);\n iVar13 = *(int *)(iVar7 + 8);\n if ((bVar5 & 1) != 0) goto LAB_001ea73f;\n piVar8[1] = (int)local_4c + *(uint *)(iVar7 + 4);\n piVar8[2] = local_48 + iVar13 + (uint)CARRY4((uint)local_4c,uVar20);\n *(byte *)(piVar8 + 7) = bVar5 | 1;\n if ((bVar5 & 4) != 0) goto LAB_001ea77b;\n *(byte *)(piVar8 + 7) = bVar5 | 5;\n piVar8[5] = (int)local_4c + uVar26;\n piVar8[6] = local_48 + iVar6 + (uint)CARRY4((uint)local_4c,uVar23);\n if (((bVar5 & 2) == 0) &&\n ((**(code **)(*piVar8 + 0x38))(piVar8), (*(byte *)(piVar8 + 7) & 2) == 0))\n goto LAB_001ea0f2;\n local_5c = local_5c + 1;\n } while (*(undefined4 **)(param_1 + 100) != local_5c);\n goto LAB_001e9870;\n }" (if "if") (parenthesized_expression "(local_5c != *(undefined4 **)(param_1 + 100))" (( "(") (binary_expression "local_5c != *(undefined4 **)(param_1 + 100)" (identifier "local_5c") (!= "!=") (pointer_expression "*(undefined4 **)(param_1 + 100)" (* "*") (cast_expression "(undefined4 **)(param_1 + 100)" (( "(") (type_descriptor "undefined4 **" (type_identifier "undefined4") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 100)" (( "(") (binary_expression "param_1 + 100" (identifier "param_1") (+ "+") (number_literal "100")) () ")"))))) () ")")) (compound_statement "{\n do {\n piVar8 = (int *)*local_5c;\n iVar7 = piVar8[8];\n if (*(code **)(*piVar8 + 0xc) == FUN_001d1390) {\n local_4c = *(uint **)(iVar7 + 0x3c);\n local_64 = 0xfffffffc;\n local_60 = 0xffffffff;\n lVar30 = 4;\nLAB_001e965f:\n local_68 = (int)((ulonglong)lVar30 >> 0x20);\n local_6c = (uint)lVar30;\n bVar27 = CARRY4(local_6c,(uint)local_4c);\n iVar6 = local_6c + (int)local_4c;\n local_4c = (uint *)(local_64 & iVar6 - 1U);\n local_48 = local_60 & local_68 + (uint)bVar27 + -1 + (uint)(iVar6 != 0);\n }\n else {\n lVar30 = (**(code **)(*piVar8 + 0xc))(piVar8);\n local_4c = *(uint **)(iVar7 + 0x3c);\n local_48 = 0;\n if (lVar30 != 0) {\n local_64 = -(int)lVar30;\n local_60 = -((int)((ulonglong)lVar30 >> 0x20) + (uint)((int)lVar30 != 0));\n goto LAB_001e965f;\n }\n }\n if ((*(byte *)(iVar7 + 0x1c) & 4) == 0) goto LAB_001ea75d;\n uVar23 = *(uint *)(iVar7 + 0x14);\n uVar26 = *(uint *)(iVar7 + 0x14);\n iVar6 = *(int *)(iVar7 + 0x18);\n if ((*(byte *)(iVar7 + 0x1c) & 1) == 0) goto LAB_001ea799;\n bVar5 = *(byte *)(piVar8 + 7);\n uVar20 = *(uint *)(iVar7 + 4);\n iVar13 = *(int *)(iVar7 + 8);\n if ((bVar5 & 1) != 0) goto LAB_001ea73f;\n piVar8[1] = (int)local_4c + *(uint *)(iVar7 + 4);\n piVar8[2] = local_48 + iVar13 + (uint)CARRY4((uint)local_4c,uVar20);\n *(byte *)(piVar8 + 7) = bVar5 | 1;\n if ((bVar5 & 4) != 0) goto LAB_001ea77b;\n *(byte *)(piVar8 + 7) = bVar5 | 5;\n piVar8[5] = (int)local_4c + uVar26;\n piVar8[6] = local_48 + iVar6 + (uint)CARRY4((uint)local_4c,uVar23);\n if (((bVar5 & 2) == 0) &&\n ((**(code **)(*piVar8 + 0x38))(piVar8), (*(byte *)(piVar8 + 7) & 2) == 0))\n goto LAB_001ea0f2;\n local_5c = local_5c + 1;\n } while (*(undefined4 **)(param_1 + 100) != local_5c);\n goto LAB_001e9870;\n }" ({ "{") (do_statement "do {\n piVar8 = (int *)*local_5c;\n iVar7 = piVar8[8];\n if (*(code **)(*piVar8 + 0xc) == FUN_001d1390) {\n local_4c = *(uint **)(iVar7 + 0x3c);\n local_64 = 0xfffffffc;\n local_60 = 0xffffffff;\n lVar30 = 4;\nLAB_001e965f:\n local_68 = (int)((ulonglong)lVar30 >> 0x20);\n local_6c = (uint)lVar30;\n bVar27 = CARRY4(local_6c,(uint)local_4c);\n iVar6 = local_6c + (int)local_4c;\n local_4c = (uint *)(local_64 & iVar6 - 1U);\n local_48 = local_60 & local_68 + (uint)bVar27 + -1 + (uint)(iVar6 != 0);\n }\n else {\n lVar30 = (**(code **)(*piVar8 + 0xc))(piVar8);\n local_4c = *(uint **)(iVar7 + 0x3c);\n local_48 = 0;\n if (lVar30 != 0) {\n local_64 = -(int)lVar30;\n local_60 = -((int)((ulonglong)lVar30 >> 0x20) + (uint)((int)lVar30 != 0));\n goto LAB_001e965f;\n }\n }\n if ((*(byte *)(iVar7 + 0x1c) & 4) == 0) goto LAB_001ea75d;\n uVar23 = *(uint *)(iVar7 + 0x14);\n uVar26 = *(uint *)(iVar7 + 0x14);\n iVar6 = *(int *)(iVar7 + 0x18);\n if ((*(byte *)(iVar7 + 0x1c) & 1) == 0) goto LAB_001ea799;\n bVar5 = *(byte *)(piVar8 + 7);\n uVar20 = *(uint *)(iVar7 + 4);\n iVar13 = *(int *)(iVar7 + 8);\n if ((bVar5 & 1) != 0) goto LAB_001ea73f;\n piVar8[1] = (int)local_4c + *(uint *)(iVar7 + 4);\n piVar8[2] = local_48 + iVar13 + (uint)CARRY4((uint)local_4c,uVar20);\n *(byte *)(piVar8 + 7) = bVar5 | 1;\n if ((bVar5 & 4) != 0) goto LAB_001ea77b;\n *(byte *)(piVar8 + 7) = bVar5 | 5;\n piVar8[5] = (int)local_4c + uVar26;\n piVar8[6] = local_48 + iVar6 + (uint)CARRY4((uint)local_4c,uVar23);\n if (((bVar5 & 2) == 0) &&\n ((**(code **)(*piVar8 + 0x38))(piVar8), (*(byte *)(piVar8 + 7) & 2) == 0))\n goto LAB_001ea0f2;\n local_5c = local_5c + 1;\n } while (*(undefined4 **)(param_1 + 100) != local_5c);" (do "do") (compound_statement "{\n piVar8 = (int *)*local_5c;\n iVar7 = piVar8[8];\n if (*(code **)(*piVar8 + 0xc) == FUN_001d1390) {\n local_4c = *(uint **)(iVar7 + 0x3c);\n local_64 = 0xfffffffc;\n local_60 = 0xffffffff;\n lVar30 = 4;\nLAB_001e965f:\n local_68 = (int)((ulonglong)lVar30 >> 0x20);\n local_6c = (uint)lVar30;\n bVar27 = CARRY4(local_6c,(uint)local_4c);\n iVar6 = local_6c + (int)local_4c;\n local_4c = (uint *)(local_64 & iVar6 - 1U);\n local_48 = local_60 & local_68 + (uint)bVar27 + -1 + (uint)(iVar6 != 0);\n }\n else {\n lVar30 = (**(code **)(*piVar8 + 0xc))(piVar8);\n local_4c = *(uint **)(iVar7 + 0x3c);\n local_48 = 0;\n if (lVar30 != 0) {\n local_64 = -(int)lVar30;\n local_60 = -((int)((ulonglong)lVar30 >> 0x20) + (uint)((int)lVar30 != 0));\n goto LAB_001e965f;\n }\n }\n if ((*(byte *)(iVar7 + 0x1c) & 4) == 0) goto LAB_001ea75d;\n uVar23 = *(uint *)(iVar7 + 0x14);\n uVar26 = *(uint *)(iVar7 + 0x14);\n iVar6 = *(int *)(iVar7 + 0x18);\n if ((*(byte *)(iVar7 + 0x1c) & 1) == 0) goto LAB_001ea799;\n bVar5 = *(byte *)(piVar8 + 7);\n uVar20 = *(uint *)(iVar7 + 4);\n iVar13 = *(int *)(iVar7 + 8);\n if ((bVar5 & 1) != 0) goto LAB_001ea73f;\n piVar8[1] = (int)local_4c + *(uint *)(iVar7 + 4);\n piVar8[2] = local_48 + iVar13 + (uint)CARRY4((uint)local_4c,uVar20);\n *(byte *)(piVar8 + 7) = bVar5 | 1;\n if ((bVar5 & 4) != 0) goto LAB_001ea77b;\n *(byte *)(piVar8 + 7) = bVar5 | 5;\n piVar8[5] = (int)local_4c + uVar26;\n piVar8[6] = local_48 + iVar6 + (uint)CARRY4((uint)local_4c,uVar23);\n if (((bVar5 & 2) == 0) &&\n ((**(code **)(*piVar8 + 0x38))(piVar8), (*(byte *)(piVar8 + 7) & 2) == 0))\n goto LAB_001ea0f2;\n local_5c = local_5c + 1;\n }" ({ "{") (expression_statement "piVar8 = (int *)*local_5c;" (assignment_expression "piVar8 = (int *)*local_5c" (identifier "piVar8") (= "=") (cast_expression "(int *)*local_5c" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*local_5c" (* "*") (identifier "local_5c")))) (; ";")) (expression_statement "iVar7 = piVar8[8];" (assignment_expression "iVar7 = piVar8[8]" (identifier "iVar7") (= "=") (subscript_expression "piVar8[8]" (identifier "piVar8") ([ "[") (number_literal "8") (] "]"))) (; ";")) (if_statement "if (*(code **)(*piVar8 + 0xc) == FUN_001d1390) {\n local_4c = *(uint **)(iVar7 + 0x3c);\n local_64 = 0xfffffffc;\n local_60 = 0xffffffff;\n lVar30 = 4;\nLAB_001e965f:\n local_68 = (int)((ulonglong)lVar30 >> 0x20);\n local_6c = (uint)lVar30;\n bVar27 = CARRY4(local_6c,(uint)local_4c);\n iVar6 = local_6c + (int)local_4c;\n local_4c = (uint *)(local_64 & iVar6 - 1U);\n local_48 = local_60 & local_68 + (uint)bVar27 + -1 + (uint)(iVar6 != 0);\n }\n else {\n lVar30 = (**(code **)(*piVar8 + 0xc))(piVar8);\n local_4c = *(uint **)(iVar7 + 0x3c);\n local_48 = 0;\n if (lVar30 != 0) {\n local_64 = -(int)lVar30;\n local_60 = -((int)((ulonglong)lVar30 >> 0x20) + (uint)((int)lVar30 != 0));\n goto LAB_001e965f;\n }\n }" (if "if") (parenthesized_expression "(*(code **)(*piVar8 + 0xc) == FUN_001d1390)" (( "(") (binary_expression "*(code **)(*piVar8 + 0xc) == FUN_001d1390" (pointer_expression "*(code **)(*piVar8 + 0xc)" (* "*") (cast_expression "(code **)(*piVar8 + 0xc)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*piVar8 + 0xc)" (( "(") (binary_expression "*piVar8 + 0xc" (pointer_expression "*piVar8" (* "*") (identifier "piVar8")) (+ "+") (number_literal "0xc")) () ")")))) (== "==") (identifier "FUN_001d1390")) () ")")) (compound_statement "{\n local_4c = *(uint **)(iVar7 + 0x3c);\n local_64 = 0xfffffffc;\n local_60 = 0xffffffff;\n lVar30 = 4;\nLAB_001e965f:\n local_68 = (int)((ulonglong)lVar30 >> 0x20);\n local_6c = (uint)lVar30;\n bVar27 = CARRY4(local_6c,(uint)local_4c);\n iVar6 = local_6c + (int)local_4c;\n local_4c = (uint *)(local_64 & iVar6 - 1U);\n local_48 = local_60 & local_68 + (uint)bVar27 + -1 + (uint)(iVar6 != 0);\n }" ({ "{") (expression_statement "local_4c = *(uint **)(iVar7 + 0x3c);" (assignment_expression "local_4c = *(uint **)(iVar7 + 0x3c)" (identifier "local_4c") (= "=") (pointer_expression "*(uint **)(iVar7 + 0x3c)" (* "*") (cast_expression "(uint **)(iVar7 + 0x3c)" (( "(") (type_descriptor "uint **" (type_identifier "uint") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(iVar7 + 0x3c)" (( "(") (binary_expression "iVar7 + 0x3c" (identifier "iVar7") (+ "+") (number_literal "0x3c")) () ")"))))) (; ";")) (expression_statement "local_64 = 0xfffffffc;" (assignment_expression "local_64 = 0xfffffffc" (identifier "local_64") (= "=") (number_literal "0xfffffffc")) (; ";")) (expression_statement "local_60 = 0xffffffff;" (assignment_expression "local_60 = 0xffffffff" (identifier "local_60") (= "=") (number_literal "0xffffffff")) (; ";")) (expression_statement "lVar30 = 4;" (assignment_expression "lVar30 = 4" (identifier "lVar30") (= "=") (number_literal "4")) (; ";")) (labeled_statement "LAB_001e965f:\n local_68 = (int)((ulonglong)lVar30 >> 0x20);" (statement_identifier "LAB_001e965f") (: ":") (expression_statement "local_68 = (int)((ulonglong)lVar30 >> 0x20);" (assignment_expression "local_68 = (int)((ulonglong)lVar30 >> 0x20)" (identifier "local_68") (= "=") (cast_expression "(int)((ulonglong)lVar30 >> 0x20)" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (parenthesized_expression "((ulonglong)lVar30 >> 0x20)" (( "(") (binary_expression "(ulonglong)lVar30 >> 0x20" (cast_expression "(ulonglong)lVar30" (( "(") (type_descriptor "ulonglong" (type_identifier "ulonglong")) () ")") (identifier "lVar30")) (>> ">>") (number_literal "0x20")) () ")")))) (; ";"))) (expression_statement "local_6c = (uint)lVar30;" (assignment_expression "local_6c = (uint)lVar30" (identifier "local_6c") (= "=") (cast_expression "(uint)lVar30" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "lVar30"))) (; ";")) (expression_statement "bVar27 = CARRY4(local_6c,(uint)local_4c);" (assignment_expression "bVar27 = CARRY4(local_6c,(uint)local_4c)" (identifier "bVar27") (= "=") (call_expression "CARRY4(local_6c,(uint)local_4c)" (identifier "CARRY4") (argument_list "(local_6c,(uint)local_4c)" (( "(") (identifier "local_6c") (, ",") (cast_expression "(uint)local_4c" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "local_4c")) () ")")))) (; ";")) (expression_statement "iVar6 = local_6c + (int)local_4c;" (assignment_expression "iVar6 = local_6c + (int)local_4c" (identifier "iVar6") (= "=") (binary_expression "local_6c + (int)local_4c" (identifier "local_6c") (+ "+") (cast_expression "(int)local_4c" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "local_4c")))) (; ";")) (expression_statement "local_4c = (uint *)(local_64 & iVar6 - 1U);" (assignment_expression "local_4c = (uint *)(local_64 & iVar6 - 1U)" (identifier "local_4c") (= "=") (cast_expression "(uint *)(local_64 & iVar6 - 1U)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_64 & iVar6 - 1U)" (( "(") (binary_expression "local_64 & iVar6 - 1U" (identifier "local_64") (& "&") (binary_expression "iVar6 - 1U" (identifier "iVar6") (- "-") (number_literal "1U"))) () ")")))) (; ";")) (expression_statement "local_48 = local_60 & local_68 + (uint)bVar27 + -1 + (uint)(iVar6 != 0);" (assignment_expression "local_48 = local_60 & local_68 + (uint)bVar27 + -1 + (uint)(iVar6 != 0)" (identifier "local_48") (= "=") (binary_expression "local_60 & local_68 + (uint)bVar27 + -1 + (uint)(iVar6 != 0)" (identifier "local_60") (& "&") (binary_expression "local_68 + (uint)bVar27 + -1 + (uint)(iVar6 != 0)" (binary_expression "local_68 + (uint)bVar27 + -1" (binary_expression "local_68 + (uint)bVar27" (identifier "local_68") (+ "+") (cast_expression "(uint)bVar27" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "bVar27"))) (+ "+") (number_literal "-1")) (+ "+") (call_expression "(uint)(iVar6 != 0)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "(iVar6 != 0)" (( "(") (binary_expression "iVar6 != 0" (identifier "iVar6") (!= "!=") (number_literal "0")) () ")")))))) (; ";")) (} "}")) (else_clause "else {\n lVar30 = (**(code **)(*piVar8 + 0xc))(piVar8);\n local_4c = *(uint **)(iVar7 + 0x3c);\n local_48 = 0;\n if (lVar30 != 0) {\n local_64 = -(int)lVar30;\n local_60 = -((int)((ulonglong)lVar30 >> 0x20) + (uint)((int)lVar30 != 0));\n goto LAB_001e965f;\n }\n }" (else "else") (compound_statement "{\n lVar30 = (**(code **)(*piVar8 + 0xc))(piVar8);\n local_4c = *(uint **)(iVar7 + 0x3c);\n local_48 = 0;\n if (lVar30 != 0) {\n local_64 = -(int)lVar30;\n local_60 = -((int)((ulonglong)lVar30 >> 0x20) + (uint)((int)lVar30 != 0));\n goto LAB_001e965f;\n }\n }" ({ "{") (expression_statement "lVar30 = (**(code **)(*piVar8 + 0xc))(piVar8);" (assignment_expression "lVar30 = (**(code **)(*piVar8 + 0xc))(piVar8)" (identifier "lVar30") (= "=") (call_expression "(**(code **)(*piVar8 + 0xc))(piVar8)" (parenthesized_expression "(**(code **)(*piVar8 + 0xc))" (( "(") (pointer_expression "**(code **)(*piVar8 + 0xc)" (* "*") (pointer_expression "*(code **)(*piVar8 + 0xc)" (* "*") (cast_expression "(code **)(*piVar8 + 0xc)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*piVar8 + 0xc)" (( "(") (binary_expression "*piVar8 + 0xc" (pointer_expression "*piVar8" (* "*") (identifier "piVar8")) (+ "+") (number_literal "0xc")) () ")"))))) () ")")) (argument_list "(piVar8)" (( "(") (identifier "piVar8") () ")")))) (; ";")) (expression_statement "local_4c = *(uint **)(iVar7 + 0x3c);" (assignment_expression "local_4c = *(uint **)(iVar7 + 0x3c)" (identifier "local_4c") (= "=") (pointer_expression "*(uint **)(iVar7 + 0x3c)" (* "*") (cast_expression "(uint **)(iVar7 + 0x3c)" (( "(") (type_descriptor "uint **" (type_identifier "uint") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(iVar7 + 0x3c)" (( "(") (binary_expression "iVar7 + 0x3c" (identifier "iVar7") (+ "+") (number_literal "0x3c")) () ")"))))) (; ";")) (expression_statement "local_48 = 0;" (assignment_expression "local_48 = 0" (identifier "local_48") (= "=") (number_literal "0")) (; ";")) (if_statement "if (lVar30 != 0) {\n local_64 = -(int)lVar30;\n local_60 = -((int)((ulonglong)lVar30 >> 0x20) + (uint)((int)lVar30 != 0));\n goto LAB_001e965f;\n }" (if "if") (parenthesized_expression "(lVar30 != 0)" (( "(") (binary_expression "lVar30 != 0" (identifier "lVar30") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n local_64 = -(int)lVar30;\n local_60 = -((int)((ulonglong)lVar30 >> 0x20) + (uint)((int)lVar30 != 0));\n goto LAB_001e965f;\n }" ({ "{") (expression_statement "local_64 = -(int)lVar30;" (assignment_expression "local_64 = -(int)lVar30" (identifier "local_64") (= "=") (unary_expression "-(int)lVar30" (- "-") (cast_expression "(int)lVar30" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "lVar30")))) (; ";")) (expression_statement "local_60 = -((int)((ulonglong)lVar30 >> 0x20) + (uint)((int)lVar30 != 0));" (assignment_expression "local_60 = -((int)((ulonglong)lVar30 >> 0x20) + (uint)((int)lVar30 != 0))" (identifier "local_60") (= "=") (unary_expression "-((int)((ulonglong)lVar30 >> 0x20) + (uint)((int)lVar30 != 0))" (- "-") (parenthesized_expression "((int)((ulonglong)lVar30 >> 0x20) + (uint)((int)lVar30 != 0))" (( "(") (binary_expression "(int)((ulonglong)lVar30 >> 0x20) + (uint)((int)lVar30 != 0)" (cast_expression "(int)((ulonglong)lVar30 >> 0x20)" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (parenthesized_expression "((ulonglong)lVar30 >> 0x20)" (( "(") (binary_expression "(ulonglong)lVar30 >> 0x20" (cast_expression "(ulonglong)lVar30" (( "(") (type_descriptor "ulonglong" (type_identifier "ulonglong")) () ")") (identifier "lVar30")) (>> ">>") (number_literal "0x20")) () ")"))) (+ "+") (call_expression "(uint)((int)lVar30 != 0)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "((int)lVar30 != 0)" (( "(") (binary_expression "(int)lVar30 != 0" (cast_expression "(int)lVar30" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "lVar30")) (!= "!=") (number_literal "0")) () ")")))) () ")")))) (; ";")) (goto_statement "goto LAB_001e965f;" (goto "goto") (statement_identifier "LAB_001e965f") (; ";")) (} "}"))) (} "}")))) (if_statement "if ((*(byte *)(iVar7 + 0x1c) & 4) == 0) goto LAB_001ea75d;" (if "if") (parenthesized_expression "((*(byte *)(iVar7 + 0x1c) & 4) == 0)" (( "(") (binary_expression "(*(byte *)(iVar7 + 0x1c) & 4) == 0" (parenthesized_expression "(*(byte *)(iVar7 + 0x1c) & 4)" (( "(") (binary_expression "*(byte *)(iVar7 + 0x1c) & 4" (pointer_expression "*(byte *)(iVar7 + 0x1c)" (* "*") (cast_expression "(byte *)(iVar7 + 0x1c)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar7 + 0x1c)" (( "(") (binary_expression "iVar7 + 0x1c" (identifier "iVar7") (+ "+") (number_literal "0x1c")) () ")")))) (& "&") (number_literal "4")) () ")")) (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_001ea75d;" (goto "goto") (statement_identifier "LAB_001ea75d") (; ";"))) (expression_statement "uVar23 = *(uint *)(iVar7 + 0x14);" (assignment_expression "uVar23 = *(uint *)(iVar7 + 0x14)" (identifier "uVar23") (= "=") (pointer_expression "*(uint *)(iVar7 + 0x14)" (* "*") (cast_expression "(uint *)(iVar7 + 0x14)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar7 + 0x14)" (( "(") (binary_expression "iVar7 + 0x14" (identifier "iVar7") (+ "+") (number_literal "0x14")) () ")"))))) (; ";")) (expression_statement "uVar26 = *(uint *)(iVar7 + 0x14);" (assignment_expression "uVar26 = *(uint *)(iVar7 + 0x14)" (identifier "uVar26") (= "=") (pointer_expression "*(uint *)(iVar7 + 0x14)" (* "*") (cast_expression "(uint *)(iVar7 + 0x14)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar7 + 0x14)" (( "(") (binary_expression "iVar7 + 0x14" (identifier "iVar7") (+ "+") (number_literal "0x14")) () ")"))))) (; ";")) (expression_statement "iVar6 = *(int *)(iVar7 + 0x18);" (assignment_expression "iVar6 = *(int *)(iVar7 + 0x18)" (identifier "iVar6") (= "=") (pointer_expression "*(int *)(iVar7 + 0x18)" (* "*") (cast_expression "(int *)(iVar7 + 0x18)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar7 + 0x18)" (( "(") (binary_expression "iVar7 + 0x18" (identifier "iVar7") (+ "+") (number_literal "0x18")) () ")"))))) (; ";")) (if_statement "if ((*(byte *)(iVar7 + 0x1c) & 1) == 0) goto LAB_001ea799;" (if "if") (parenthesized_expression "((*(byte *)(iVar7 + 0x1c) & 1) == 0)" (( "(") (binary_expression "(*(byte *)(iVar7 + 0x1c) & 1) == 0" (parenthesized_expression "(*(byte *)(iVar7 + 0x1c) & 1)" (( "(") (binary_expression "*(byte *)(iVar7 + 0x1c) & 1" (pointer_expression "*(byte *)(iVar7 + 0x1c)" (* "*") (cast_expression "(byte *)(iVar7 + 0x1c)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar7 + 0x1c)" (( "(") (binary_expression "iVar7 + 0x1c" (identifier "iVar7") (+ "+") (number_literal "0x1c")) () ")")))) (& "&") (number_literal "1")) () ")")) (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_001ea799;" (goto "goto") (statement_identifier "LAB_001ea799") (; ";"))) (expression_statement "bVar5 = *(byte *)(piVar8 + 7);" (assignment_expression "bVar5 = *(byte *)(piVar8 + 7)" (identifier "bVar5") (= "=") (pointer_expression "*(byte *)(piVar8 + 7)" (* "*") (cast_expression "(byte *)(piVar8 + 7)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(piVar8 + 7)" (( "(") (binary_expression "piVar8 + 7" (identifier "piVar8") (+ "+") (number_literal "7")) () ")"))))) (; ";")) (expression_statement "uVar20 = *(uint *)(iVar7 + 4);" (assignment_expression "uVar20 = *(uint *)(iVar7 + 4)" (identifier "uVar20") (= "=") (pointer_expression "*(uint *)(iVar7 + 4)" (* "*") (cast_expression "(uint *)(iVar7 + 4)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar7 + 4)" (( "(") (binary_expression "iVar7 + 4" (identifier "iVar7") (+ "+") (number_literal "4")) () ")"))))) (; ";")) (expression_statement "iVar13 = *(int *)(iVar7 + 8);" (assignment_expression "iVar13 = *(int *)(iVar7 + 8)" (identifier "iVar13") (= "=") (pointer_expression "*(int *)(iVar7 + 8)" (* "*") (cast_expression "(int *)(iVar7 + 8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar7 + 8)" (( "(") (binary_expression "iVar7 + 8" (identifier "iVar7") (+ "+") (number_literal "8")) () ")"))))) (; ";")) (if_statement "if ((bVar5 & 1) != 0) goto LAB_001ea73f;" (if "if") (parenthesized_expression "((bVar5 & 1) != 0)" (( "(") (binary_expression "(bVar5 & 1) != 0" (parenthesized_expression "(bVar5 & 1)" (( "(") (binary_expression "bVar5 & 1" (identifier "bVar5") (& "&") (number_literal "1")) () ")")) (!= "!=") (number_literal "0")) () ")")) (goto_statement "goto LAB_001ea73f;" (goto "goto") (statement_identifier "LAB_001ea73f") (; ";"))) (expression_statement "piVar8[1] = (int)local_4c + *(uint *)(iVar7 + 4);" (assignment_expression "piVar8[1] = (int)local_4c + *(uint *)(iVar7 + 4)" (subscript_expression "piVar8[1]" (identifier "piVar8") ([ "[") (number_literal "1") (] "]")) (= "=") (binary_expression "(int)local_4c + *(uint *)(iVar7 + 4)" (cast_expression "(int)local_4c" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "local_4c")) (+ "+") (pointer_expression "*(uint *)(iVar7 + 4)" (* "*") (cast_expression "(uint *)(iVar7 + 4)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar7 + 4)" (( "(") (binary_expression "iVar7 + 4" (identifier "iVar7") (+ "+") (number_literal "4")) () ")")))))) (; ";")) (expression_statement "piVar8[2] = local_48 + iVar13 + (uint)CARRY4((uint)local_4c,uVar20);" (assignment_expression "piVar8[2] = local_48 + iVar13 + (uint)CARRY4((uint)local_4c,uVar20)" (subscript_expression "piVar8[2]" (identifier "piVar8") ([ "[") (number_literal "2") (] "]")) (= "=") (binary_expression "local_48 + iVar13 + (uint)CARRY4((uint)local_4c,uVar20)" (binary_expression "local_48 + iVar13" (identifier "local_48") (+ "+") (identifier "iVar13")) (+ "+") (cast_expression "(uint)CARRY4((uint)local_4c,uVar20)" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (call_expression "CARRY4((uint)local_4c,uVar20)" (identifier "CARRY4") (argument_list "((uint)local_4c,uVar20)" (( "(") (cast_expression "(uint)local_4c" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "local_4c")) (, ",") (identifier "uVar20") () ")")))))) (; ";")) (expression_statement "*(byte *)(piVar8 + 7) = bVar5 | 1;" (assignment_expression "*(byte *)(piVar8 + 7) = bVar5 | 1" (pointer_expression "*(byte *)(piVar8 + 7)" (* "*") (cast_expression "(byte *)(piVar8 + 7)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(piVar8 + 7)" (( "(") (binary_expression "piVar8 + 7" (identifier "piVar8") (+ "+") (number_literal "7")) () ")")))) (= "=") (binary_expression "bVar5 | 1" (identifier "bVar5") (| "|") (number_literal "1"))) (; ";")) (if_statement "if ((bVar5 & 4) != 0) goto LAB_001ea77b;" (if "if") (parenthesized_expression "((bVar5 & 4) != 0)" (( "(") (binary_expression "(bVar5 & 4) != 0" (parenthesized_expression "(bVar5 & 4)" (( "(") (binary_expression "bVar5 & 4" (identifier "bVar5") (& "&") (number_literal "4")) () ")")) (!= "!=") (number_literal "0")) () ")")) (goto_statement "goto LAB_001ea77b;" (goto "goto") (statement_identifier "LAB_001ea77b") (; ";"))) (expression_statement "*(byte *)(piVar8 + 7) = bVar5 | 5;" (assignment_expression "*(byte *)(piVar8 + 7) = bVar5 | 5" (pointer_expression "*(byte *)(piVar8 + 7)" (* "*") (cast_expression "(byte *)(piVar8 + 7)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(piVar8 + 7)" (( "(") (binary_expression "piVar8 + 7" (identifier "piVar8") (+ "+") (number_literal "7")) () ")")))) (= "=") (binary_expression "bVar5 | 5" (identifier "bVar5") (| "|") (number_literal "5"))) (; ";")) (expression_statement "piVar8[5] = (int)local_4c + uVar26;" (assignment_expression "piVar8[5] = (int)local_4c + uVar26" (subscript_expression "piVar8[5]" (identifier "piVar8") ([ "[") (number_literal "5") (] "]")) (= "=") (binary_expression "(int)local_4c + uVar26" (cast_expression "(int)local_4c" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "local_4c")) (+ "+") (identifier "uVar26"))) (; ";")) (expression_statement "piVar8[6] = local_48 + iVar6 + (uint)CARRY4((uint)local_4c,uVar23);" (assignment_expression "piVar8[6] = local_48 + iVar6 + (uint)CARRY4((uint)local_4c,uVar23)" (subscript_expression "piVar8[6]" (identifier "piVar8") ([ "[") (number_literal "6") (] "]")) (= "=") (binary_expression "local_48 + iVar6 + (uint)CARRY4((uint)local_4c,uVar23)" (binary_expression "local_48 + iVar6" (identifier "local_48") (+ "+") (identifier "iVar6")) (+ "+") (cast_expression "(uint)CARRY4((uint)local_4c,uVar23)" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (call_expression "CARRY4((uint)local_4c,uVar23)" (identifier "CARRY4") (argument_list "((uint)local_4c,uVar23)" (( "(") (cast_expression "(uint)local_4c" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "local_4c")) (, ",") (identifier "uVar23") () ")")))))) (; ";")) (if_statement "if (((bVar5 & 2) == 0) &&\n ((**(code **)(*piVar8 + 0x38))(piVar8), (*(byte *)(piVar8 + 7) & 2) == 0))\n goto LAB_001ea0f2;" (if "if") (parenthesized_expression "(((bVar5 & 2) == 0) &&\n ((**(code **)(*piVar8 + 0x38))(piVar8), (*(byte *)(piVar8 + 7) & 2) == 0))" (( "(") (binary_expression "((bVar5 & 2) == 0) &&\n ((**(code **)(*piVar8 + 0x38))(piVar8), (*(byte *)(piVar8 + 7) & 2) == 0)" (parenthesized_expression "((bVar5 & 2) == 0)" (( "(") (binary_expression "(bVar5 & 2) == 0" (parenthesized_expression "(bVar5 & 2)" (( "(") (binary_expression "bVar5 & 2" (identifier "bVar5") (& "&") (number_literal "2")) () ")")) (== "==") (number_literal "0")) () ")")) (&& "&&") (parenthesized_expression "((**(code **)(*piVar8 + 0x38))(piVar8), (*(byte *)(piVar8 + 7) & 2) == 0)" (( "(") (comma_expression "(**(code **)(*piVar8 + 0x38))(piVar8), (*(byte *)(piVar8 + 7) & 2) == 0" (call_expression "(**(code **)(*piVar8 + 0x38))(piVar8)" (parenthesized_expression "(**(code **)(*piVar8 + 0x38))" (( "(") (pointer_expression "**(code **)(*piVar8 + 0x38)" (* "*") (pointer_expression "*(code **)(*piVar8 + 0x38)" (* "*") (cast_expression "(code **)(*piVar8 + 0x38)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*piVar8 + 0x38)" (( "(") (binary_expression "*piVar8 + 0x38" (pointer_expression "*piVar8" (* "*") (identifier "piVar8")) (+ "+") (number_literal "0x38")) () ")"))))) () ")")) (argument_list "(piVar8)" (( "(") (identifier "piVar8") () ")"))) (, ",") (binary_expression "(*(byte *)(piVar8 + 7) & 2) == 0" (parenthesized_expression "(*(byte *)(piVar8 + 7) & 2)" (( "(") (binary_expression "*(byte *)(piVar8 + 7) & 2" (pointer_expression "*(byte *)(piVar8 + 7)" (* "*") (cast_expression "(byte *)(piVar8 + 7)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(piVar8 + 7)" (( "(") (binary_expression "piVar8 + 7" (identifier "piVar8") (+ "+") (number_literal "7")) () ")")))) (& "&") (number_literal "2")) () ")")) (== "==") (number_literal "0"))) () ")"))) () ")")) (goto_statement "goto LAB_001ea0f2;" (goto "goto") (statement_identifier "LAB_001ea0f2") (; ";"))) (expression_statement "local_5c = local_5c + 1;" (assignment_expression "local_5c = local_5c + 1" (identifier "local_5c") (= "=") (binary_expression "local_5c + 1" (identifier "local_5c") (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(*(undefined4 **)(param_1 + 100) != local_5c)" (( "(") (binary_expression "*(undefined4 **)(param_1 + 100) != local_5c" (pointer_expression "*(undefined4 **)(param_1 + 100)" (* "*") (cast_expression "(undefined4 **)(param_1 + 100)" (( "(") (type_descriptor "undefined4 **" (type_identifier "undefined4") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 100)" (( "(") (binary_expression "param_1 + 100" (identifier "param_1") (+ "+") (number_literal "100")) () ")")))) (!= "!=") (identifier "local_5c")) () ")")) (; ";")) (goto_statement "goto LAB_001e9870;" (goto "goto") (statement_identifier "LAB_001e9870") (; ";")) (} "}"))) (expression_statement "local_ac = (int *)*param_3;" (assignment_expression "local_ac = (int *)*param_3" (identifier "local_ac") (= "=") (cast_expression "(int *)*param_3" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_3" (* "*") (identifier "param_3")))) (; ";")) (if_statement "if ((int *)param_3[1] == local_ac) {\n return 0;\n }" (if "if") (parenthesized_expression "((int *)param_3[1] == local_ac)" (( "(") (binary_expression "(int *)param_3[1] == local_ac" (cast_expression "(int *)param_3[1]" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_3[1]" (identifier "param_3") ([ "[") (number_literal "1") (] "]"))) (== "==") (identifier "local_ac")) () ")")) (compound_statement "{\n return 0;\n }" ({ "{") (return_statement "return 0;" (return "return") (number_literal "0") (; ";")) (} "}"))) (} "}")))) (do_statement "do {\n iVar7 = *local_ac;\n if (*(int *)(iVar7 + 0x1c) == 0) {\nLAB_001ea110:\n \n \n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }\n FUN_0023cd00(*(int *)(iVar7 + 0x1c) + 0x1c,param_6);\n uVar26 = *(uint *)(iVar7 + 0x28);\n if (*(int *)(iVar7 + 0x1c) == 0) goto LAB_001ea110;\n \n iVar6 = FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)(iVar7 + 0x94),\n *(undefined4 *)(iVar7 + 0x98),uVar26 * 0x28,1,1);\n FUN_00318bd0(iVar7);\n if (1 < uVar26) {\n iVar13 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar13 == 0) {\nLAB_001e9d87:\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n local_64 = 1;\n iVar24 = iVar7 + 0x14c;\n puVar3 = (undefined4 *)iVar6;\n do {\n local_5c = (undefined4 *)((int)puVar3 + 0x28);\n iVar9 = *(int *)((int)puVar3 + 0x2c);\n if ((((*(char *)(iVar13 + 0x1671) != '\0') || (*(char *)(iVar13 + 0x16ed) != '\0')) &&\n (*(int *)((int)puVar3 + 0x3c) != 0)) && ((*(byte *)((int)puVar3 + 0x30) & 6) != 0)) {\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_64 * 4);\n if ((iVar13 != 0) && (iVar9 == 1)) {\n cVar4 = FUN_0034cd20(param_4,iVar7,local_64);\n if (cVar4 == '\0') {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_64) {\n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n local_74 = *(int *)(*(int *)(iVar7 + 0x84) + local_64 * 4);\n if (local_74 == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,local_64);\n if (iVar13 == 0) goto LAB_001e9c60;\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address",extraout_ECX);\n }\n local_74 = *(int *)(iVar13 + 4);\n }\n else {\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) goto LAB_001ea816;\n local_74 = local_74 + *(int *)(iVar13 + 4);\n }\n if ((uint)(*(int *)(iVar7 + 0x140) - *(int *)(iVar7 + 0x13c) >> 2) <= local_64) {\n \n FUN_001d4d60();\nLAB_001ea816:\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if ((*(int *)(*(int *)(iVar7 + 0x13c) + local_64 * 4) != 0) &&\n (FUN_001d6c20(local_64), local_44 != local_40)) {\n iVar13 = *(int *)(local_44 + 0x10);\n iVar18 = local_74 + *(int *)(iVar13 + 0x18);\n *(int *)(iVar13 + 0x20) = iVar18;\n iVar9 = local_44;\n while( true ) {\n if (iVar18 + 4 == -1) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x361,"set_destination_address");\n }\n *(int *)(iVar13 + 4) = iVar18 + 4;\n iVar9 = thunk_FUN_003af660(iVar9);\n if (iVar9 == local_40) break;\n iVar13 = *(int *)(iVar9 + 0x10);\n iVar18 = *(int *)(iVar13 + 0x18) + local_74;\n *(int *)(iVar13 + 0x20) = iVar18;\n }\n }\n local_28 = (int *)0x0;\n iVar18 = FUN_0028b8b0(iVar7,local_64,&local_28,0);\n iVar13 = *(int *)(iVar7 + 0x150);\n iVar9 = iVar24;\n if (*(int *)(iVar7 + 0x150) != 0) {\n do {\n while (iVar10 = iVar13, *(uint *)(iVar10 + 0x10) < local_64) {\n piVar8 = (int *)(iVar10 + 0xc);\n iVar13 = *piVar8;\n iVar10 = iVar9;\n if (*piVar8 == 0) goto LAB_001e9af5;\n }\n iVar13 = *(int *)(iVar10 + 8);\n iVar9 = iVar10;\n } while (*(int *)(iVar10 + 8) != 0);\nLAB_001e9af5:\n if (iVar24 != iVar10) {\n uVar23 = *(uint *)(iVar10 + 0x10);\n while (local_64 == uVar23) {\n iVar13 = thunk_FUN_003af660(iVar10);\n if (*(char *)(iVar10 + 0x18) == 'x') {\n iVar9 = *(int *)(iVar10 + 0x14);\n if ((iVar24 == iVar13) || (*(uint *)(iVar13 + 0x10) != local_64)) {\n local_54 = *(int *)((int)puVar3 + 0x3c);\n }\n else {\n local_54 = *(int *)(iVar13 + 0x14);\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(iVar10 + 0x1671) != '\0') &&\n (uVar23 = local_74 + iVar9, (uVar23 & 3) == 0)) {\n iVar10 = 0;\n if ((uVar23 & 0xfff) < 0xff8) {\n iVar10 = 0xff8 - (uVar23 & 0xfff);\n }\n while (iVar10 + 0xcU <= local_54 - iVar9) {\n puVar22 = (uint *)(iVar18 + iVar9 + iVar10);\n uVar20 = uVar23 + iVar10;\n if ((*puVar22 & 0x9f000000) == 0x90000000) {\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }\n iVar12 = iVar10 + 4;\n iVar10 = iVar10 + 0xffc;\n if ((uVar20 & 0xfff) == 0xff8) {\n iVar10 = iVar12;\n }\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (*(char *)(iVar10 + 0x16ed) != '\0') {\n uVar23 = local_54 - iVar9;\n if (4 < uVar23) {\n local_54 = 4;\n uVar20 = 0;\n do {\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n } while (local_54 < uVar23);\n }\n }\n }\n if (iVar24 == iVar13) break;\n iVar10 = iVar13;\n uVar23 = *(uint *)(iVar13 + 0x10);\n }\n }\n }\n }\nLAB_001e9c60:\n iVar9 = *(int *)((int)puVar3 + 0x2c);\n }\n }\n if ((iVar9 == 4) && (iVar13 = *(int *)((int)puVar3 + 0x3c), iVar13 != 0)) {\n uVar23 = *(uint *)((int)puVar3 + 0x40);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if (((*(uint *)(iVar7 + 0xac) == uVar23) && (*(int *)((int)puVar3 + 0x4c) == 0xc)) &&\n (lVar30 = FUN_00442a10(iVar13,0,0xc,0), lVar30 == 0)) {\n local_6c = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < local_6c) {\n \n FUN_00106f60(iVar7 + 0x90);\n local_6c = local_6c + *(int *)(iVar7 + 0xa4);\n }\n if (local_6c < *(uint *)(iVar7 + 0x28)) {\n iVar13 = iVar6 + local_6c * 0x28;\n if ((((*(int *)(iVar13 + 0x14) != 0) && ((*(byte *)(iVar13 + 8) & 2) != 0)) &&\n (*(int *)(iVar13 + 4) == 1)) &&\n (iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_6c * 4), iVar13 != 0)) {\n cVar4 = FUN_0034cd20(param_4,iVar7,local_6c);\n bVar27 = false;\n bVar28 = cVar4 == '\0';\n if (bVar28) {\n iVar9 = 10;\n pbVar21 = *(byte **)(iVar13 + 0x20);\n pbVar25 = (byte *)".eh_frame";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar27 = *pbVar21 < *pbVar25;\n bVar28 = *pbVar21 == *pbVar25;\n pbVar21 = pbVar21 + (uint)bVar29 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar29 * -2 + 1;\n } while (bVar28);\n if ((!bVar27 && !bVar28) != bVar27) {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_6c) {\n \n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset",iVar9);\n }\n if (*(int *)(*(int *)(iVar7 + 0x84) + local_6c * 4) == -1) {\n \n uVar31 = FUN_002cd8b0(iVar13,iVar7,local_6c);\n if ((int)uVar31 == 0) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable",\n (int)((ulonglong)uVar31 >> 0x20));\n }\n }\n uVar23 = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= uVar23) {\n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + uVar23 * 4);\n if (*(int *)(*(int *)(iVar7 + 0x84) + uVar23 * 4) == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,uVar23);\n if (iVar13 == 0) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }\n else if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if (*(int *)(iVar7 + 0x1c) == 0) {\n \n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }\n FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)((int)puVar3 + 0x38),0\n ,*(undefined4 *)((int)puVar3 + 0x3c),1,0);\n local_34 = (int *)0x0;\n FUN_0028b8b0(iVar7,uVar23,&local_34,0);\n if (*(int *)((int)puVar3 + 0x2c) != 4) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }\n }\n }\n }\n }\n }\n }\n local_64 = local_64 + 1;\n if (uVar26 == local_64) break;\n iVar13 = *(int *)(DAT_005ea7c8 + 8);\n puVar3 = local_5c;\n if (iVar13 == 0) goto LAB_001e9d87;\n } while( true );\n }\n if (*(int *)(iVar7 + 0x1c) != 0) {\n FUN_0023dd30(*(int *)(iVar7 + 0x1c) + 0x1c,param_6);\n }\n local_ac = local_ac + 1;\n } while ((int *)param_3[1] != local_ac);" (do "do") (compound_statement "{\n iVar7 = *local_ac;\n if (*(int *)(iVar7 + 0x1c) == 0) {\nLAB_001ea110:\n \n \n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }\n FUN_0023cd00(*(int *)(iVar7 + 0x1c) + 0x1c,param_6);\n uVar26 = *(uint *)(iVar7 + 0x28);\n if (*(int *)(iVar7 + 0x1c) == 0) goto LAB_001ea110;\n \n iVar6 = FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)(iVar7 + 0x94),\n *(undefined4 *)(iVar7 + 0x98),uVar26 * 0x28,1,1);\n FUN_00318bd0(iVar7);\n if (1 < uVar26) {\n iVar13 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar13 == 0) {\nLAB_001e9d87:\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n local_64 = 1;\n iVar24 = iVar7 + 0x14c;\n puVar3 = (undefined4 *)iVar6;\n do {\n local_5c = (undefined4 *)((int)puVar3 + 0x28);\n iVar9 = *(int *)((int)puVar3 + 0x2c);\n if ((((*(char *)(iVar13 + 0x1671) != '\0') || (*(char *)(iVar13 + 0x16ed) != '\0')) &&\n (*(int *)((int)puVar3 + 0x3c) != 0)) && ((*(byte *)((int)puVar3 + 0x30) & 6) != 0)) {\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_64 * 4);\n if ((iVar13 != 0) && (iVar9 == 1)) {\n cVar4 = FUN_0034cd20(param_4,iVar7,local_64);\n if (cVar4 == '\0') {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_64) {\n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n local_74 = *(int *)(*(int *)(iVar7 + 0x84) + local_64 * 4);\n if (local_74 == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,local_64);\n if (iVar13 == 0) goto LAB_001e9c60;\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address",extraout_ECX);\n }\n local_74 = *(int *)(iVar13 + 4);\n }\n else {\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) goto LAB_001ea816;\n local_74 = local_74 + *(int *)(iVar13 + 4);\n }\n if ((uint)(*(int *)(iVar7 + 0x140) - *(int *)(iVar7 + 0x13c) >> 2) <= local_64) {\n \n FUN_001d4d60();\nLAB_001ea816:\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if ((*(int *)(*(int *)(iVar7 + 0x13c) + local_64 * 4) != 0) &&\n (FUN_001d6c20(local_64), local_44 != local_40)) {\n iVar13 = *(int *)(local_44 + 0x10);\n iVar18 = local_74 + *(int *)(iVar13 + 0x18);\n *(int *)(iVar13 + 0x20) = iVar18;\n iVar9 = local_44;\n while( true ) {\n if (iVar18 + 4 == -1) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x361,"set_destination_address");\n }\n *(int *)(iVar13 + 4) = iVar18 + 4;\n iVar9 = thunk_FUN_003af660(iVar9);\n if (iVar9 == local_40) break;\n iVar13 = *(int *)(iVar9 + 0x10);\n iVar18 = *(int *)(iVar13 + 0x18) + local_74;\n *(int *)(iVar13 + 0x20) = iVar18;\n }\n }\n local_28 = (int *)0x0;\n iVar18 = FUN_0028b8b0(iVar7,local_64,&local_28,0);\n iVar13 = *(int *)(iVar7 + 0x150);\n iVar9 = iVar24;\n if (*(int *)(iVar7 + 0x150) != 0) {\n do {\n while (iVar10 = iVar13, *(uint *)(iVar10 + 0x10) < local_64) {\n piVar8 = (int *)(iVar10 + 0xc);\n iVar13 = *piVar8;\n iVar10 = iVar9;\n if (*piVar8 == 0) goto LAB_001e9af5;\n }\n iVar13 = *(int *)(iVar10 + 8);\n iVar9 = iVar10;\n } while (*(int *)(iVar10 + 8) != 0);\nLAB_001e9af5:\n if (iVar24 != iVar10) {\n uVar23 = *(uint *)(iVar10 + 0x10);\n while (local_64 == uVar23) {\n iVar13 = thunk_FUN_003af660(iVar10);\n if (*(char *)(iVar10 + 0x18) == 'x') {\n iVar9 = *(int *)(iVar10 + 0x14);\n if ((iVar24 == iVar13) || (*(uint *)(iVar13 + 0x10) != local_64)) {\n local_54 = *(int *)((int)puVar3 + 0x3c);\n }\n else {\n local_54 = *(int *)(iVar13 + 0x14);\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(iVar10 + 0x1671) != '\0') &&\n (uVar23 = local_74 + iVar9, (uVar23 & 3) == 0)) {\n iVar10 = 0;\n if ((uVar23 & 0xfff) < 0xff8) {\n iVar10 = 0xff8 - (uVar23 & 0xfff);\n }\n while (iVar10 + 0xcU <= local_54 - iVar9) {\n puVar22 = (uint *)(iVar18 + iVar9 + iVar10);\n uVar20 = uVar23 + iVar10;\n if ((*puVar22 & 0x9f000000) == 0x90000000) {\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }\n iVar12 = iVar10 + 4;\n iVar10 = iVar10 + 0xffc;\n if ((uVar20 & 0xfff) == 0xff8) {\n iVar10 = iVar12;\n }\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (*(char *)(iVar10 + 0x16ed) != '\0') {\n uVar23 = local_54 - iVar9;\n if (4 < uVar23) {\n local_54 = 4;\n uVar20 = 0;\n do {\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n } while (local_54 < uVar23);\n }\n }\n }\n if (iVar24 == iVar13) break;\n iVar10 = iVar13;\n uVar23 = *(uint *)(iVar13 + 0x10);\n }\n }\n }\n }\nLAB_001e9c60:\n iVar9 = *(int *)((int)puVar3 + 0x2c);\n }\n }\n if ((iVar9 == 4) && (iVar13 = *(int *)((int)puVar3 + 0x3c), iVar13 != 0)) {\n uVar23 = *(uint *)((int)puVar3 + 0x40);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if (((*(uint *)(iVar7 + 0xac) == uVar23) && (*(int *)((int)puVar3 + 0x4c) == 0xc)) &&\n (lVar30 = FUN_00442a10(iVar13,0,0xc,0), lVar30 == 0)) {\n local_6c = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < local_6c) {\n \n FUN_00106f60(iVar7 + 0x90);\n local_6c = local_6c + *(int *)(iVar7 + 0xa4);\n }\n if (local_6c < *(uint *)(iVar7 + 0x28)) {\n iVar13 = iVar6 + local_6c * 0x28;\n if ((((*(int *)(iVar13 + 0x14) != 0) && ((*(byte *)(iVar13 + 8) & 2) != 0)) &&\n (*(int *)(iVar13 + 4) == 1)) &&\n (iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_6c * 4), iVar13 != 0)) {\n cVar4 = FUN_0034cd20(param_4,iVar7,local_6c);\n bVar27 = false;\n bVar28 = cVar4 == '\0';\n if (bVar28) {\n iVar9 = 10;\n pbVar21 = *(byte **)(iVar13 + 0x20);\n pbVar25 = (byte *)".eh_frame";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar27 = *pbVar21 < *pbVar25;\n bVar28 = *pbVar21 == *pbVar25;\n pbVar21 = pbVar21 + (uint)bVar29 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar29 * -2 + 1;\n } while (bVar28);\n if ((!bVar27 && !bVar28) != bVar27) {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_6c) {\n \n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset",iVar9);\n }\n if (*(int *)(*(int *)(iVar7 + 0x84) + local_6c * 4) == -1) {\n \n uVar31 = FUN_002cd8b0(iVar13,iVar7,local_6c);\n if ((int)uVar31 == 0) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable",\n (int)((ulonglong)uVar31 >> 0x20));\n }\n }\n uVar23 = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= uVar23) {\n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + uVar23 * 4);\n if (*(int *)(*(int *)(iVar7 + 0x84) + uVar23 * 4) == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,uVar23);\n if (iVar13 == 0) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }\n else if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if (*(int *)(iVar7 + 0x1c) == 0) {\n \n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }\n FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)((int)puVar3 + 0x38),0\n ,*(undefined4 *)((int)puVar3 + 0x3c),1,0);\n local_34 = (int *)0x0;\n FUN_0028b8b0(iVar7,uVar23,&local_34,0);\n if (*(int *)((int)puVar3 + 0x2c) != 4) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }\n }\n }\n }\n }\n }\n }\n local_64 = local_64 + 1;\n if (uVar26 == local_64) break;\n iVar13 = *(int *)(DAT_005ea7c8 + 8);\n puVar3 = local_5c;\n if (iVar13 == 0) goto LAB_001e9d87;\n } while( true );\n }\n if (*(int *)(iVar7 + 0x1c) != 0) {\n FUN_0023dd30(*(int *)(iVar7 + 0x1c) + 0x1c,param_6);\n }\n local_ac = local_ac + 1;\n }" ({ "{") (expression_statement "iVar7 = *local_ac;" (assignment_expression "iVar7 = *local_ac" (identifier "iVar7") (= "=") (pointer_expression "*local_ac" (* "*") (identifier "local_ac"))) (; ";")) (if_statement "if (*(int *)(iVar7 + 0x1c) == 0) {\nLAB_001ea110:\n \n \n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }" (if "if") (parenthesized_expression "(*(int *)(iVar7 + 0x1c) == 0)" (( "(") (binary_expression "*(int *)(iVar7 + 0x1c) == 0" (pointer_expression "*(int *)(iVar7 + 0x1c)" (* "*") (cast_expression "(int *)(iVar7 + 0x1c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar7 + 0x1c)" (( "(") (binary_expression "iVar7 + 0x1c" (identifier "iVar7") (+ "+") (number_literal "0x1c")) () ")")))) (== "==") (number_literal "0")) () ")")) (compound_statement "{\nLAB_001ea110:\n \n \n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }" ({ "{") (labeled_statement "LAB_001ea110:\n \n \n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");" (statement_identifier "LAB_001ea110") (: ":") (expression_statement "FUN_002446e0("../../gold/object.h",0x1e3,"input_file");" (call_expression "FUN_002446e0("../../gold/object.h",0x1e3,"input_file")" (identifier "FUN_002446e0") (argument_list "("../../gold/object.h",0x1e3,"input_file")" (( "(") (string_literal ""../../gold/object.h"" (" """) (string_content "../../gold/object.h") (" """)) (, ",") (number_literal "0x1e3") (, ",") (string_literal ""input_file"" (" """) (string_content "input_file") (" """)) () ")"))) (; ";"))) (} "}"))) (expression_statement "FUN_0023cd00(*(int *)(iVar7 + 0x1c) + 0x1c,param_6);" (call_expression "FUN_0023cd00(*(int *)(iVar7 + 0x1c) + 0x1c,param_6)" (identifier "FUN_0023cd00") (argument_list "(*(int *)(iVar7 + 0x1c) + 0x1c,param_6)" (( "(") (binary_expression "*(int *)(iVar7 + 0x1c) + 0x1c" (pointer_expression "*(int *)(iVar7 + 0x1c)" (* "*") (cast_expression "(int *)(iVar7 + 0x1c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar7 + 0x1c)" (( "(") (binary_expression "iVar7 + 0x1c" (identifier "iVar7") (+ "+") (number_literal "0x1c")) () ")")))) (+ "+") (number_literal "0x1c")) (, ",") (identifier "param_6") () ")"))) (; ";")) (expression_statement "uVar26 = *(uint *)(iVar7 + 0x28);" (assignment_expression "uVar26 = *(uint *)(iVar7 + 0x28)" (identifier "uVar26") (= "=") (pointer_expression "*(uint *)(iVar7 + 0x28)" (* "*") (cast_expression "(uint *)(iVar7 + 0x28)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar7 + 0x28)" (( "(") (binary_expression "iVar7 + 0x28" (identifier "iVar7") (+ "+") (number_literal "0x28")) () ")"))))) (; ";")) (if_statement "if (*(int *)(iVar7 + 0x1c) == 0) goto LAB_001ea110;" (if "if") (parenthesized_expression "(*(int *)(iVar7 + 0x1c) == 0)" (( "(") (binary_expression "*(int *)(iVar7 + 0x1c) == 0" (pointer_expression "*(int *)(iVar7 + 0x1c)" (* "*") (cast_expression "(int *)(iVar7 + 0x1c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar7 + 0x1c)" (( "(") (binary_expression "iVar7 + 0x1c" (identifier "iVar7") (+ "+") (number_literal "0x1c")) () ")")))) (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_001ea110;" (goto "goto") (statement_identifier "LAB_001ea110") (; ";"))) (expression_statement "iVar6 = FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)(iVar7 + 0x94),\n *(undefined4 *)(iVar7 + 0x98),uVar26 * 0x28,1,1);" (assignment_expression "iVar6 = FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)(iVar7 + 0x94),\n *(undefined4 *)(iVar7 + 0x98),uVar26 * 0x28,1,1)" (identifier "iVar6") (= "=") (call_expression "FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)(iVar7 + 0x94),\n *(undefined4 *)(iVar7 + 0x98),uVar26 * 0x28,1,1)" (identifier "FUN_0023eb50") (argument_list "(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)(iVar7 + 0x94),\n *(undefined4 *)(iVar7 + 0x98),uVar26 * 0x28,1,1)" (( "(") (binary_expression "*(int *)(iVar7 + 0x1c) + 0x1c" (pointer_expression "*(int *)(iVar7 + 0x1c)" (* "*") (cast_expression "(int *)(iVar7 + 0x1c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar7 + 0x1c)" (( "(") (binary_expression "iVar7 + 0x1c" (identifier "iVar7") (+ "+") (number_literal "0x1c")) () ")")))) (+ "+") (number_literal "0x1c")) (, ",") (pointer_expression "*(undefined4 *)(iVar7 + 0x20)" (* "*") (cast_expression "(undefined4 *)(iVar7 + 0x20)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar7 + 0x20)" (( "(") (binary_expression "iVar7 + 0x20" (identifier "iVar7") (+ "+") (number_literal "0x20")) () ")")))) (, ",") (pointer_expression "*(undefined4 *)(iVar7 + 0x24)" (* "*") (cast_expression "(undefined4 *)(iVar7 + 0x24)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar7 + 0x24)" (( "(") (binary_expression "iVar7 + 0x24" (identifier "iVar7") (+ "+") (number_literal "0x24")) () ")")))) (, ",") (pointer_expression "*(undefined4 *)(iVar7 + 0x94)" (* "*") (cast_expression "(undefined4 *)(iVar7 + 0x94)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar7 + 0x94)" (( "(") (binary_expression "iVar7 + 0x94" (identifier "iVar7") (+ "+") (number_literal "0x94")) () ")")))) (, ",") (pointer_expression "*(undefined4 *)(iVar7 + 0x98)" (* "*") (cast_expression "(undefined4 *)(iVar7 + 0x98)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar7 + 0x98)" (( "(") (binary_expression "iVar7 + 0x98" (identifier "iVar7") (+ "+") (number_literal "0x98")) () ")")))) (, ",") (binary_expression "uVar26 * 0x28" (identifier "uVar26") (* "*") (number_literal "0x28")) (, ",") (number_literal "1") (, ",") (number_literal "1") () ")")))) (; ";")) (expression_statement "FUN_00318bd0(iVar7);" (call_expression "FUN_00318bd0(iVar7)" (identifier "FUN_00318bd0") (argument_list "(iVar7)" (( "(") (identifier "iVar7") () ")"))) (; ";")) (if_statement "if (1 < uVar26) {\n iVar13 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar13 == 0) {\nLAB_001e9d87:\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n local_64 = 1;\n iVar24 = iVar7 + 0x14c;\n puVar3 = (undefined4 *)iVar6;\n do {\n local_5c = (undefined4 *)((int)puVar3 + 0x28);\n iVar9 = *(int *)((int)puVar3 + 0x2c);\n if ((((*(char *)(iVar13 + 0x1671) != '\0') || (*(char *)(iVar13 + 0x16ed) != '\0')) &&\n (*(int *)((int)puVar3 + 0x3c) != 0)) && ((*(byte *)((int)puVar3 + 0x30) & 6) != 0)) {\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_64 * 4);\n if ((iVar13 != 0) && (iVar9 == 1)) {\n cVar4 = FUN_0034cd20(param_4,iVar7,local_64);\n if (cVar4 == '\0') {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_64) {\n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n local_74 = *(int *)(*(int *)(iVar7 + 0x84) + local_64 * 4);\n if (local_74 == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,local_64);\n if (iVar13 == 0) goto LAB_001e9c60;\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address",extraout_ECX);\n }\n local_74 = *(int *)(iVar13 + 4);\n }\n else {\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) goto LAB_001ea816;\n local_74 = local_74 + *(int *)(iVar13 + 4);\n }\n if ((uint)(*(int *)(iVar7 + 0x140) - *(int *)(iVar7 + 0x13c) >> 2) <= local_64) {\n \n FUN_001d4d60();\nLAB_001ea816:\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if ((*(int *)(*(int *)(iVar7 + 0x13c) + local_64 * 4) != 0) &&\n (FUN_001d6c20(local_64), local_44 != local_40)) {\n iVar13 = *(int *)(local_44 + 0x10);\n iVar18 = local_74 + *(int *)(iVar13 + 0x18);\n *(int *)(iVar13 + 0x20) = iVar18;\n iVar9 = local_44;\n while( true ) {\n if (iVar18 + 4 == -1) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x361,"set_destination_address");\n }\n *(int *)(iVar13 + 4) = iVar18 + 4;\n iVar9 = thunk_FUN_003af660(iVar9);\n if (iVar9 == local_40) break;\n iVar13 = *(int *)(iVar9 + 0x10);\n iVar18 = *(int *)(iVar13 + 0x18) + local_74;\n *(int *)(iVar13 + 0x20) = iVar18;\n }\n }\n local_28 = (int *)0x0;\n iVar18 = FUN_0028b8b0(iVar7,local_64,&local_28,0);\n iVar13 = *(int *)(iVar7 + 0x150);\n iVar9 = iVar24;\n if (*(int *)(iVar7 + 0x150) != 0) {\n do {\n while (iVar10 = iVar13, *(uint *)(iVar10 + 0x10) < local_64) {\n piVar8 = (int *)(iVar10 + 0xc);\n iVar13 = *piVar8;\n iVar10 = iVar9;\n if (*piVar8 == 0) goto LAB_001e9af5;\n }\n iVar13 = *(int *)(iVar10 + 8);\n iVar9 = iVar10;\n } while (*(int *)(iVar10 + 8) != 0);\nLAB_001e9af5:\n if (iVar24 != iVar10) {\n uVar23 = *(uint *)(iVar10 + 0x10);\n while (local_64 == uVar23) {\n iVar13 = thunk_FUN_003af660(iVar10);\n if (*(char *)(iVar10 + 0x18) == 'x') {\n iVar9 = *(int *)(iVar10 + 0x14);\n if ((iVar24 == iVar13) || (*(uint *)(iVar13 + 0x10) != local_64)) {\n local_54 = *(int *)((int)puVar3 + 0x3c);\n }\n else {\n local_54 = *(int *)(iVar13 + 0x14);\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(iVar10 + 0x1671) != '\0') &&\n (uVar23 = local_74 + iVar9, (uVar23 & 3) == 0)) {\n iVar10 = 0;\n if ((uVar23 & 0xfff) < 0xff8) {\n iVar10 = 0xff8 - (uVar23 & 0xfff);\n }\n while (iVar10 + 0xcU <= local_54 - iVar9) {\n puVar22 = (uint *)(iVar18 + iVar9 + iVar10);\n uVar20 = uVar23 + iVar10;\n if ((*puVar22 & 0x9f000000) == 0x90000000) {\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }\n iVar12 = iVar10 + 4;\n iVar10 = iVar10 + 0xffc;\n if ((uVar20 & 0xfff) == 0xff8) {\n iVar10 = iVar12;\n }\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (*(char *)(iVar10 + 0x16ed) != '\0') {\n uVar23 = local_54 - iVar9;\n if (4 < uVar23) {\n local_54 = 4;\n uVar20 = 0;\n do {\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n } while (local_54 < uVar23);\n }\n }\n }\n if (iVar24 == iVar13) break;\n iVar10 = iVar13;\n uVar23 = *(uint *)(iVar13 + 0x10);\n }\n }\n }\n }\nLAB_001e9c60:\n iVar9 = *(int *)((int)puVar3 + 0x2c);\n }\n }\n if ((iVar9 == 4) && (iVar13 = *(int *)((int)puVar3 + 0x3c), iVar13 != 0)) {\n uVar23 = *(uint *)((int)puVar3 + 0x40);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if (((*(uint *)(iVar7 + 0xac) == uVar23) && (*(int *)((int)puVar3 + 0x4c) == 0xc)) &&\n (lVar30 = FUN_00442a10(iVar13,0,0xc,0), lVar30 == 0)) {\n local_6c = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < local_6c) {\n \n FUN_00106f60(iVar7 + 0x90);\n local_6c = local_6c + *(int *)(iVar7 + 0xa4);\n }\n if (local_6c < *(uint *)(iVar7 + 0x28)) {\n iVar13 = iVar6 + local_6c * 0x28;\n if ((((*(int *)(iVar13 + 0x14) != 0) && ((*(byte *)(iVar13 + 8) & 2) != 0)) &&\n (*(int *)(iVar13 + 4) == 1)) &&\n (iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_6c * 4), iVar13 != 0)) {\n cVar4 = FUN_0034cd20(param_4,iVar7,local_6c);\n bVar27 = false;\n bVar28 = cVar4 == '\0';\n if (bVar28) {\n iVar9 = 10;\n pbVar21 = *(byte **)(iVar13 + 0x20);\n pbVar25 = (byte *)".eh_frame";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar27 = *pbVar21 < *pbVar25;\n bVar28 = *pbVar21 == *pbVar25;\n pbVar21 = pbVar21 + (uint)bVar29 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar29 * -2 + 1;\n } while (bVar28);\n if ((!bVar27 && !bVar28) != bVar27) {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_6c) {\n \n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset",iVar9);\n }\n if (*(int *)(*(int *)(iVar7 + 0x84) + local_6c * 4) == -1) {\n \n uVar31 = FUN_002cd8b0(iVar13,iVar7,local_6c);\n if ((int)uVar31 == 0) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable",\n (int)((ulonglong)uVar31 >> 0x20));\n }\n }\n uVar23 = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= uVar23) {\n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + uVar23 * 4);\n if (*(int *)(*(int *)(iVar7 + 0x84) + uVar23 * 4) == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,uVar23);\n if (iVar13 == 0) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }\n else if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if (*(int *)(iVar7 + 0x1c) == 0) {\n \n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }\n FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)((int)puVar3 + 0x38),0\n ,*(undefined4 *)((int)puVar3 + 0x3c),1,0);\n local_34 = (int *)0x0;\n FUN_0028b8b0(iVar7,uVar23,&local_34,0);\n if (*(int *)((int)puVar3 + 0x2c) != 4) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }\n }\n }\n }\n }\n }\n }\n local_64 = local_64 + 1;\n if (uVar26 == local_64) break;\n iVar13 = *(int *)(DAT_005ea7c8 + 8);\n puVar3 = local_5c;\n if (iVar13 == 0) goto LAB_001e9d87;\n } while( true );\n }" (if "if") (parenthesized_expression "(1 < uVar26)" (( "(") (binary_expression "1 < uVar26" (number_literal "1") (< "<") (identifier "uVar26")) () ")")) (compound_statement "{\n iVar13 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar13 == 0) {\nLAB_001e9d87:\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n local_64 = 1;\n iVar24 = iVar7 + 0x14c;\n puVar3 = (undefined4 *)iVar6;\n do {\n local_5c = (undefined4 *)((int)puVar3 + 0x28);\n iVar9 = *(int *)((int)puVar3 + 0x2c);\n if ((((*(char *)(iVar13 + 0x1671) != '\0') || (*(char *)(iVar13 + 0x16ed) != '\0')) &&\n (*(int *)((int)puVar3 + 0x3c) != 0)) && ((*(byte *)((int)puVar3 + 0x30) & 6) != 0)) {\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_64 * 4);\n if ((iVar13 != 0) && (iVar9 == 1)) {\n cVar4 = FUN_0034cd20(param_4,iVar7,local_64);\n if (cVar4 == '\0') {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_64) {\n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n local_74 = *(int *)(*(int *)(iVar7 + 0x84) + local_64 * 4);\n if (local_74 == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,local_64);\n if (iVar13 == 0) goto LAB_001e9c60;\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address",extraout_ECX);\n }\n local_74 = *(int *)(iVar13 + 4);\n }\n else {\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) goto LAB_001ea816;\n local_74 = local_74 + *(int *)(iVar13 + 4);\n }\n if ((uint)(*(int *)(iVar7 + 0x140) - *(int *)(iVar7 + 0x13c) >> 2) <= local_64) {\n \n FUN_001d4d60();\nLAB_001ea816:\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if ((*(int *)(*(int *)(iVar7 + 0x13c) + local_64 * 4) != 0) &&\n (FUN_001d6c20(local_64), local_44 != local_40)) {\n iVar13 = *(int *)(local_44 + 0x10);\n iVar18 = local_74 + *(int *)(iVar13 + 0x18);\n *(int *)(iVar13 + 0x20) = iVar18;\n iVar9 = local_44;\n while( true ) {\n if (iVar18 + 4 == -1) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x361,"set_destination_address");\n }\n *(int *)(iVar13 + 4) = iVar18 + 4;\n iVar9 = thunk_FUN_003af660(iVar9);\n if (iVar9 == local_40) break;\n iVar13 = *(int *)(iVar9 + 0x10);\n iVar18 = *(int *)(iVar13 + 0x18) + local_74;\n *(int *)(iVar13 + 0x20) = iVar18;\n }\n }\n local_28 = (int *)0x0;\n iVar18 = FUN_0028b8b0(iVar7,local_64,&local_28,0);\n iVar13 = *(int *)(iVar7 + 0x150);\n iVar9 = iVar24;\n if (*(int *)(iVar7 + 0x150) != 0) {\n do {\n while (iVar10 = iVar13, *(uint *)(iVar10 + 0x10) < local_64) {\n piVar8 = (int *)(iVar10 + 0xc);\n iVar13 = *piVar8;\n iVar10 = iVar9;\n if (*piVar8 == 0) goto LAB_001e9af5;\n }\n iVar13 = *(int *)(iVar10 + 8);\n iVar9 = iVar10;\n } while (*(int *)(iVar10 + 8) != 0);\nLAB_001e9af5:\n if (iVar24 != iVar10) {\n uVar23 = *(uint *)(iVar10 + 0x10);\n while (local_64 == uVar23) {\n iVar13 = thunk_FUN_003af660(iVar10);\n if (*(char *)(iVar10 + 0x18) == 'x') {\n iVar9 = *(int *)(iVar10 + 0x14);\n if ((iVar24 == iVar13) || (*(uint *)(iVar13 + 0x10) != local_64)) {\n local_54 = *(int *)((int)puVar3 + 0x3c);\n }\n else {\n local_54 = *(int *)(iVar13 + 0x14);\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(iVar10 + 0x1671) != '\0') &&\n (uVar23 = local_74 + iVar9, (uVar23 & 3) == 0)) {\n iVar10 = 0;\n if ((uVar23 & 0xfff) < 0xff8) {\n iVar10 = 0xff8 - (uVar23 & 0xfff);\n }\n while (iVar10 + 0xcU <= local_54 - iVar9) {\n puVar22 = (uint *)(iVar18 + iVar9 + iVar10);\n uVar20 = uVar23 + iVar10;\n if ((*puVar22 & 0x9f000000) == 0x90000000) {\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }\n iVar12 = iVar10 + 4;\n iVar10 = iVar10 + 0xffc;\n if ((uVar20 & 0xfff) == 0xff8) {\n iVar10 = iVar12;\n }\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (*(char *)(iVar10 + 0x16ed) != '\0') {\n uVar23 = local_54 - iVar9;\n if (4 < uVar23) {\n local_54 = 4;\n uVar20 = 0;\n do {\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n } while (local_54 < uVar23);\n }\n }\n }\n if (iVar24 == iVar13) break;\n iVar10 = iVar13;\n uVar23 = *(uint *)(iVar13 + 0x10);\n }\n }\n }\n }\nLAB_001e9c60:\n iVar9 = *(int *)((int)puVar3 + 0x2c);\n }\n }\n if ((iVar9 == 4) && (iVar13 = *(int *)((int)puVar3 + 0x3c), iVar13 != 0)) {\n uVar23 = *(uint *)((int)puVar3 + 0x40);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if (((*(uint *)(iVar7 + 0xac) == uVar23) && (*(int *)((int)puVar3 + 0x4c) == 0xc)) &&\n (lVar30 = FUN_00442a10(iVar13,0,0xc,0), lVar30 == 0)) {\n local_6c = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < local_6c) {\n \n FUN_00106f60(iVar7 + 0x90);\n local_6c = local_6c + *(int *)(iVar7 + 0xa4);\n }\n if (local_6c < *(uint *)(iVar7 + 0x28)) {\n iVar13 = iVar6 + local_6c * 0x28;\n if ((((*(int *)(iVar13 + 0x14) != 0) && ((*(byte *)(iVar13 + 8) & 2) != 0)) &&\n (*(int *)(iVar13 + 4) == 1)) &&\n (iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_6c * 4), iVar13 != 0)) {\n cVar4 = FUN_0034cd20(param_4,iVar7,local_6c);\n bVar27 = false;\n bVar28 = cVar4 == '\0';\n if (bVar28) {\n iVar9 = 10;\n pbVar21 = *(byte **)(iVar13 + 0x20);\n pbVar25 = (byte *)".eh_frame";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar27 = *pbVar21 < *pbVar25;\n bVar28 = *pbVar21 == *pbVar25;\n pbVar21 = pbVar21 + (uint)bVar29 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar29 * -2 + 1;\n } while (bVar28);\n if ((!bVar27 && !bVar28) != bVar27) {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_6c) {\n \n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset",iVar9);\n }\n if (*(int *)(*(int *)(iVar7 + 0x84) + local_6c * 4) == -1) {\n \n uVar31 = FUN_002cd8b0(iVar13,iVar7,local_6c);\n if ((int)uVar31 == 0) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable",\n (int)((ulonglong)uVar31 >> 0x20));\n }\n }\n uVar23 = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= uVar23) {\n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + uVar23 * 4);\n if (*(int *)(*(int *)(iVar7 + 0x84) + uVar23 * 4) == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,uVar23);\n if (iVar13 == 0) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }\n else if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if (*(int *)(iVar7 + 0x1c) == 0) {\n \n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }\n FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)((int)puVar3 + 0x38),0\n ,*(undefined4 *)((int)puVar3 + 0x3c),1,0);\n local_34 = (int *)0x0;\n FUN_0028b8b0(iVar7,uVar23,&local_34,0);\n if (*(int *)((int)puVar3 + 0x2c) != 4) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }\n }\n }\n }\n }\n }\n }\n local_64 = local_64 + 1;\n if (uVar26 == local_64) break;\n iVar13 = *(int *)(DAT_005ea7c8 + 8);\n puVar3 = local_5c;\n if (iVar13 == 0) goto LAB_001e9d87;\n } while( true );\n }" ({ "{") (expression_statement "iVar13 = *(int *)(DAT_005ea7c8 + 8);" (assignment_expression "iVar13 = *(int *)(DAT_005ea7c8 + 8)" (identifier "iVar13") (= "=") (pointer_expression "*(int *)(DAT_005ea7c8 + 8)" (* "*") (cast_expression "(int *)(DAT_005ea7c8 + 8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_005ea7c8 + 8)" (( "(") (binary_expression "DAT_005ea7c8 + 8" (identifier "DAT_005ea7c8") (+ "+") (number_literal "8")) () ")"))))) (; ";")) (if_statement "if (iVar13 == 0) {\nLAB_001e9d87:\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }" (if "if") (parenthesized_expression "(iVar13 == 0)" (( "(") (binary_expression "iVar13 == 0" (identifier "iVar13") (== "==") (number_literal "0")) () ")")) (compound_statement "{\nLAB_001e9d87:\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }" ({ "{") (labeled_statement "LAB_001e9d87:\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");" (statement_identifier "LAB_001e9d87") (: ":") (expression_statement "FUN_002446e0("../../gold/parameters.h",0x5c,"options");" (call_expression "FUN_002446e0("../../gold/parameters.h",0x5c,"options")" (identifier "FUN_002446e0") (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") (" """)) () ")"))) (; ";"))) (} "}"))) (expression_statement "local_64 = 1;" (assignment_expression "local_64 = 1" (identifier "local_64") (= "=") (number_literal "1")) (; ";")) (expression_statement "iVar24 = iVar7 + 0x14c;" (assignment_expression "iVar24 = iVar7 + 0x14c" (identifier "iVar24") (= "=") (binary_expression "iVar7 + 0x14c" (identifier "iVar7") (+ "+") (number_literal "0x14c"))) (; ";")) (expression_statement "puVar3 = (undefined4 *)iVar6;" (assignment_expression "puVar3 = (undefined4 *)iVar6" (identifier "puVar3") (= "=") (cast_expression "(undefined4 *)iVar6" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "iVar6"))) (; ";")) (do_statement "do {\n local_5c = (undefined4 *)((int)puVar3 + 0x28);\n iVar9 = *(int *)((int)puVar3 + 0x2c);\n if ((((*(char *)(iVar13 + 0x1671) != '\0') || (*(char *)(iVar13 + 0x16ed) != '\0')) &&\n (*(int *)((int)puVar3 + 0x3c) != 0)) && ((*(byte *)((int)puVar3 + 0x30) & 6) != 0)) {\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_64 * 4);\n if ((iVar13 != 0) && (iVar9 == 1)) {\n cVar4 = FUN_0034cd20(param_4,iVar7,local_64);\n if (cVar4 == '\0') {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_64) {\n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n local_74 = *(int *)(*(int *)(iVar7 + 0x84) + local_64 * 4);\n if (local_74 == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,local_64);\n if (iVar13 == 0) goto LAB_001e9c60;\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address",extraout_ECX);\n }\n local_74 = *(int *)(iVar13 + 4);\n }\n else {\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) goto LAB_001ea816;\n local_74 = local_74 + *(int *)(iVar13 + 4);\n }\n if ((uint)(*(int *)(iVar7 + 0x140) - *(int *)(iVar7 + 0x13c) >> 2) <= local_64) {\n \n FUN_001d4d60();\nLAB_001ea816:\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if ((*(int *)(*(int *)(iVar7 + 0x13c) + local_64 * 4) != 0) &&\n (FUN_001d6c20(local_64), local_44 != local_40)) {\n iVar13 = *(int *)(local_44 + 0x10);\n iVar18 = local_74 + *(int *)(iVar13 + 0x18);\n *(int *)(iVar13 + 0x20) = iVar18;\n iVar9 = local_44;\n while( true ) {\n if (iVar18 + 4 == -1) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x361,"set_destination_address");\n }\n *(int *)(iVar13 + 4) = iVar18 + 4;\n iVar9 = thunk_FUN_003af660(iVar9);\n if (iVar9 == local_40) break;\n iVar13 = *(int *)(iVar9 + 0x10);\n iVar18 = *(int *)(iVar13 + 0x18) + local_74;\n *(int *)(iVar13 + 0x20) = iVar18;\n }\n }\n local_28 = (int *)0x0;\n iVar18 = FUN_0028b8b0(iVar7,local_64,&local_28,0);\n iVar13 = *(int *)(iVar7 + 0x150);\n iVar9 = iVar24;\n if (*(int *)(iVar7 + 0x150) != 0) {\n do {\n while (iVar10 = iVar13, *(uint *)(iVar10 + 0x10) < local_64) {\n piVar8 = (int *)(iVar10 + 0xc);\n iVar13 = *piVar8;\n iVar10 = iVar9;\n if (*piVar8 == 0) goto LAB_001e9af5;\n }\n iVar13 = *(int *)(iVar10 + 8);\n iVar9 = iVar10;\n } while (*(int *)(iVar10 + 8) != 0);\nLAB_001e9af5:\n if (iVar24 != iVar10) {\n uVar23 = *(uint *)(iVar10 + 0x10);\n while (local_64 == uVar23) {\n iVar13 = thunk_FUN_003af660(iVar10);\n if (*(char *)(iVar10 + 0x18) == 'x') {\n iVar9 = *(int *)(iVar10 + 0x14);\n if ((iVar24 == iVar13) || (*(uint *)(iVar13 + 0x10) != local_64)) {\n local_54 = *(int *)((int)puVar3 + 0x3c);\n }\n else {\n local_54 = *(int *)(iVar13 + 0x14);\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(iVar10 + 0x1671) != '\0') &&\n (uVar23 = local_74 + iVar9, (uVar23 & 3) == 0)) {\n iVar10 = 0;\n if ((uVar23 & 0xfff) < 0xff8) {\n iVar10 = 0xff8 - (uVar23 & 0xfff);\n }\n while (iVar10 + 0xcU <= local_54 - iVar9) {\n puVar22 = (uint *)(iVar18 + iVar9 + iVar10);\n uVar20 = uVar23 + iVar10;\n if ((*puVar22 & 0x9f000000) == 0x90000000) {\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }\n iVar12 = iVar10 + 4;\n iVar10 = iVar10 + 0xffc;\n if ((uVar20 & 0xfff) == 0xff8) {\n iVar10 = iVar12;\n }\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (*(char *)(iVar10 + 0x16ed) != '\0') {\n uVar23 = local_54 - iVar9;\n if (4 < uVar23) {\n local_54 = 4;\n uVar20 = 0;\n do {\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n } while (local_54 < uVar23);\n }\n }\n }\n if (iVar24 == iVar13) break;\n iVar10 = iVar13;\n uVar23 = *(uint *)(iVar13 + 0x10);\n }\n }\n }\n }\nLAB_001e9c60:\n iVar9 = *(int *)((int)puVar3 + 0x2c);\n }\n }\n if ((iVar9 == 4) && (iVar13 = *(int *)((int)puVar3 + 0x3c), iVar13 != 0)) {\n uVar23 = *(uint *)((int)puVar3 + 0x40);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if (((*(uint *)(iVar7 + 0xac) == uVar23) && (*(int *)((int)puVar3 + 0x4c) == 0xc)) &&\n (lVar30 = FUN_00442a10(iVar13,0,0xc,0), lVar30 == 0)) {\n local_6c = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < local_6c) {\n \n FUN_00106f60(iVar7 + 0x90);\n local_6c = local_6c + *(int *)(iVar7 + 0xa4);\n }\n if (local_6c < *(uint *)(iVar7 + 0x28)) {\n iVar13 = iVar6 + local_6c * 0x28;\n if ((((*(int *)(iVar13 + 0x14) != 0) && ((*(byte *)(iVar13 + 8) & 2) != 0)) &&\n (*(int *)(iVar13 + 4) == 1)) &&\n (iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_6c * 4), iVar13 != 0)) {\n cVar4 = FUN_0034cd20(param_4,iVar7,local_6c);\n bVar27 = false;\n bVar28 = cVar4 == '\0';\n if (bVar28) {\n iVar9 = 10;\n pbVar21 = *(byte **)(iVar13 + 0x20);\n pbVar25 = (byte *)".eh_frame";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar27 = *pbVar21 < *pbVar25;\n bVar28 = *pbVar21 == *pbVar25;\n pbVar21 = pbVar21 + (uint)bVar29 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar29 * -2 + 1;\n } while (bVar28);\n if ((!bVar27 && !bVar28) != bVar27) {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_6c) {\n \n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset",iVar9);\n }\n if (*(int *)(*(int *)(iVar7 + 0x84) + local_6c * 4) == -1) {\n \n uVar31 = FUN_002cd8b0(iVar13,iVar7,local_6c);\n if ((int)uVar31 == 0) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable",\n (int)((ulonglong)uVar31 >> 0x20));\n }\n }\n uVar23 = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= uVar23) {\n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + uVar23 * 4);\n if (*(int *)(*(int *)(iVar7 + 0x84) + uVar23 * 4) == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,uVar23);\n if (iVar13 == 0) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }\n else if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if (*(int *)(iVar7 + 0x1c) == 0) {\n \n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }\n FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)((int)puVar3 + 0x38),0\n ,*(undefined4 *)((int)puVar3 + 0x3c),1,0);\n local_34 = (int *)0x0;\n FUN_0028b8b0(iVar7,uVar23,&local_34,0);\n if (*(int *)((int)puVar3 + 0x2c) != 4) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }\n }\n }\n }\n }\n }\n }\n local_64 = local_64 + 1;\n if (uVar26 == local_64) break;\n iVar13 = *(int *)(DAT_005ea7c8 + 8);\n puVar3 = local_5c;\n if (iVar13 == 0) goto LAB_001e9d87;\n } while( true );" (do "do") (compound_statement "{\n local_5c = (undefined4 *)((int)puVar3 + 0x28);\n iVar9 = *(int *)((int)puVar3 + 0x2c);\n if ((((*(char *)(iVar13 + 0x1671) != '\0') || (*(char *)(iVar13 + 0x16ed) != '\0')) &&\n (*(int *)((int)puVar3 + 0x3c) != 0)) && ((*(byte *)((int)puVar3 + 0x30) & 6) != 0)) {\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_64 * 4);\n if ((iVar13 != 0) && (iVar9 == 1)) {\n cVar4 = FUN_0034cd20(param_4,iVar7,local_64);\n if (cVar4 == '\0') {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_64) {\n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n local_74 = *(int *)(*(int *)(iVar7 + 0x84) + local_64 * 4);\n if (local_74 == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,local_64);\n if (iVar13 == 0) goto LAB_001e9c60;\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address",extraout_ECX);\n }\n local_74 = *(int *)(iVar13 + 4);\n }\n else {\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) goto LAB_001ea816;\n local_74 = local_74 + *(int *)(iVar13 + 4);\n }\n if ((uint)(*(int *)(iVar7 + 0x140) - *(int *)(iVar7 + 0x13c) >> 2) <= local_64) {\n \n FUN_001d4d60();\nLAB_001ea816:\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if ((*(int *)(*(int *)(iVar7 + 0x13c) + local_64 * 4) != 0) &&\n (FUN_001d6c20(local_64), local_44 != local_40)) {\n iVar13 = *(int *)(local_44 + 0x10);\n iVar18 = local_74 + *(int *)(iVar13 + 0x18);\n *(int *)(iVar13 + 0x20) = iVar18;\n iVar9 = local_44;\n while( true ) {\n if (iVar18 + 4 == -1) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x361,"set_destination_address");\n }\n *(int *)(iVar13 + 4) = iVar18 + 4;\n iVar9 = thunk_FUN_003af660(iVar9);\n if (iVar9 == local_40) break;\n iVar13 = *(int *)(iVar9 + 0x10);\n iVar18 = *(int *)(iVar13 + 0x18) + local_74;\n *(int *)(iVar13 + 0x20) = iVar18;\n }\n }\n local_28 = (int *)0x0;\n iVar18 = FUN_0028b8b0(iVar7,local_64,&local_28,0);\n iVar13 = *(int *)(iVar7 + 0x150);\n iVar9 = iVar24;\n if (*(int *)(iVar7 + 0x150) != 0) {\n do {\n while (iVar10 = iVar13, *(uint *)(iVar10 + 0x10) < local_64) {\n piVar8 = (int *)(iVar10 + 0xc);\n iVar13 = *piVar8;\n iVar10 = iVar9;\n if (*piVar8 == 0) goto LAB_001e9af5;\n }\n iVar13 = *(int *)(iVar10 + 8);\n iVar9 = iVar10;\n } while (*(int *)(iVar10 + 8) != 0);\nLAB_001e9af5:\n if (iVar24 != iVar10) {\n uVar23 = *(uint *)(iVar10 + 0x10);\n while (local_64 == uVar23) {\n iVar13 = thunk_FUN_003af660(iVar10);\n if (*(char *)(iVar10 + 0x18) == 'x') {\n iVar9 = *(int *)(iVar10 + 0x14);\n if ((iVar24 == iVar13) || (*(uint *)(iVar13 + 0x10) != local_64)) {\n local_54 = *(int *)((int)puVar3 + 0x3c);\n }\n else {\n local_54 = *(int *)(iVar13 + 0x14);\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(iVar10 + 0x1671) != '\0') &&\n (uVar23 = local_74 + iVar9, (uVar23 & 3) == 0)) {\n iVar10 = 0;\n if ((uVar23 & 0xfff) < 0xff8) {\n iVar10 = 0xff8 - (uVar23 & 0xfff);\n }\n while (iVar10 + 0xcU <= local_54 - iVar9) {\n puVar22 = (uint *)(iVar18 + iVar9 + iVar10);\n uVar20 = uVar23 + iVar10;\n if ((*puVar22 & 0x9f000000) == 0x90000000) {\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }\n iVar12 = iVar10 + 4;\n iVar10 = iVar10 + 0xffc;\n if ((uVar20 & 0xfff) == 0xff8) {\n iVar10 = iVar12;\n }\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (*(char *)(iVar10 + 0x16ed) != '\0') {\n uVar23 = local_54 - iVar9;\n if (4 < uVar23) {\n local_54 = 4;\n uVar20 = 0;\n do {\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n } while (local_54 < uVar23);\n }\n }\n }\n if (iVar24 == iVar13) break;\n iVar10 = iVar13;\n uVar23 = *(uint *)(iVar13 + 0x10);\n }\n }\n }\n }\nLAB_001e9c60:\n iVar9 = *(int *)((int)puVar3 + 0x2c);\n }\n }\n if ((iVar9 == 4) && (iVar13 = *(int *)((int)puVar3 + 0x3c), iVar13 != 0)) {\n uVar23 = *(uint *)((int)puVar3 + 0x40);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if (((*(uint *)(iVar7 + 0xac) == uVar23) && (*(int *)((int)puVar3 + 0x4c) == 0xc)) &&\n (lVar30 = FUN_00442a10(iVar13,0,0xc,0), lVar30 == 0)) {\n local_6c = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < local_6c) {\n \n FUN_00106f60(iVar7 + 0x90);\n local_6c = local_6c + *(int *)(iVar7 + 0xa4);\n }\n if (local_6c < *(uint *)(iVar7 + 0x28)) {\n iVar13 = iVar6 + local_6c * 0x28;\n if ((((*(int *)(iVar13 + 0x14) != 0) && ((*(byte *)(iVar13 + 8) & 2) != 0)) &&\n (*(int *)(iVar13 + 4) == 1)) &&\n (iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_6c * 4), iVar13 != 0)) {\n cVar4 = FUN_0034cd20(param_4,iVar7,local_6c);\n bVar27 = false;\n bVar28 = cVar4 == '\0';\n if (bVar28) {\n iVar9 = 10;\n pbVar21 = *(byte **)(iVar13 + 0x20);\n pbVar25 = (byte *)".eh_frame";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar27 = *pbVar21 < *pbVar25;\n bVar28 = *pbVar21 == *pbVar25;\n pbVar21 = pbVar21 + (uint)bVar29 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar29 * -2 + 1;\n } while (bVar28);\n if ((!bVar27 && !bVar28) != bVar27) {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_6c) {\n \n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset",iVar9);\n }\n if (*(int *)(*(int *)(iVar7 + 0x84) + local_6c * 4) == -1) {\n \n uVar31 = FUN_002cd8b0(iVar13,iVar7,local_6c);\n if ((int)uVar31 == 0) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable",\n (int)((ulonglong)uVar31 >> 0x20));\n }\n }\n uVar23 = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= uVar23) {\n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + uVar23 * 4);\n if (*(int *)(*(int *)(iVar7 + 0x84) + uVar23 * 4) == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,uVar23);\n if (iVar13 == 0) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }\n else if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if (*(int *)(iVar7 + 0x1c) == 0) {\n \n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }\n FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)((int)puVar3 + 0x38),0\n ,*(undefined4 *)((int)puVar3 + 0x3c),1,0);\n local_34 = (int *)0x0;\n FUN_0028b8b0(iVar7,uVar23,&local_34,0);\n if (*(int *)((int)puVar3 + 0x2c) != 4) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }\n }\n }\n }\n }\n }\n }\n local_64 = local_64 + 1;\n if (uVar26 == local_64) break;\n iVar13 = *(int *)(DAT_005ea7c8 + 8);\n puVar3 = local_5c;\n if (iVar13 == 0) goto LAB_001e9d87;\n }" ({ "{") (expression_statement "local_5c = (undefined4 *)((int)puVar3 + 0x28);" (assignment_expression "local_5c = (undefined4 *)((int)puVar3 + 0x28)" (identifier "local_5c") (= "=") (cast_expression "(undefined4 *)((int)puVar3 + 0x28)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)puVar3 + 0x28)" (( "(") (binary_expression "(int)puVar3 + 0x28" (cast_expression "(int)puVar3" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "puVar3")) (+ "+") (number_literal "0x28")) () ")")))) (; ";")) (expression_statement "iVar9 = *(int *)((int)puVar3 + 0x2c);" (assignment_expression "iVar9 = *(int *)((int)puVar3 + 0x2c)" (identifier "iVar9") (= "=") (pointer_expression "*(int *)((int)puVar3 + 0x2c)" (* "*") (cast_expression "(int *)((int)puVar3 + 0x2c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)puVar3 + 0x2c)" (( "(") (binary_expression "(int)puVar3 + 0x2c" (cast_expression "(int)puVar3" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "puVar3")) (+ "+") (number_literal "0x2c")) () ")"))))) (; ";")) (if_statement "if ((((*(char *)(iVar13 + 0x1671) != '\0') || (*(char *)(iVar13 + 0x16ed) != '\0')) &&\n (*(int *)((int)puVar3 + 0x3c) != 0)) && ((*(byte *)((int)puVar3 + 0x30) & 6) != 0)) {\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_64 * 4);\n if ((iVar13 != 0) && (iVar9 == 1)) {\n cVar4 = FUN_0034cd20(param_4,iVar7,local_64);\n if (cVar4 == '\0') {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_64) {\n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n local_74 = *(int *)(*(int *)(iVar7 + 0x84) + local_64 * 4);\n if (local_74 == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,local_64);\n if (iVar13 == 0) goto LAB_001e9c60;\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address",extraout_ECX);\n }\n local_74 = *(int *)(iVar13 + 4);\n }\n else {\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) goto LAB_001ea816;\n local_74 = local_74 + *(int *)(iVar13 + 4);\n }\n if ((uint)(*(int *)(iVar7 + 0x140) - *(int *)(iVar7 + 0x13c) >> 2) <= local_64) {\n \n FUN_001d4d60();\nLAB_001ea816:\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if ((*(int *)(*(int *)(iVar7 + 0x13c) + local_64 * 4) != 0) &&\n (FUN_001d6c20(local_64), local_44 != local_40)) {\n iVar13 = *(int *)(local_44 + 0x10);\n iVar18 = local_74 + *(int *)(iVar13 + 0x18);\n *(int *)(iVar13 + 0x20) = iVar18;\n iVar9 = local_44;\n while( true ) {\n if (iVar18 + 4 == -1) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x361,"set_destination_address");\n }\n *(int *)(iVar13 + 4) = iVar18 + 4;\n iVar9 = thunk_FUN_003af660(iVar9);\n if (iVar9 == local_40) break;\n iVar13 = *(int *)(iVar9 + 0x10);\n iVar18 = *(int *)(iVar13 + 0x18) + local_74;\n *(int *)(iVar13 + 0x20) = iVar18;\n }\n }\n local_28 = (int *)0x0;\n iVar18 = FUN_0028b8b0(iVar7,local_64,&local_28,0);\n iVar13 = *(int *)(iVar7 + 0x150);\n iVar9 = iVar24;\n if (*(int *)(iVar7 + 0x150) != 0) {\n do {\n while (iVar10 = iVar13, *(uint *)(iVar10 + 0x10) < local_64) {\n piVar8 = (int *)(iVar10 + 0xc);\n iVar13 = *piVar8;\n iVar10 = iVar9;\n if (*piVar8 == 0) goto LAB_001e9af5;\n }\n iVar13 = *(int *)(iVar10 + 8);\n iVar9 = iVar10;\n } while (*(int *)(iVar10 + 8) != 0);\nLAB_001e9af5:\n if (iVar24 != iVar10) {\n uVar23 = *(uint *)(iVar10 + 0x10);\n while (local_64 == uVar23) {\n iVar13 = thunk_FUN_003af660(iVar10);\n if (*(char *)(iVar10 + 0x18) == 'x') {\n iVar9 = *(int *)(iVar10 + 0x14);\n if ((iVar24 == iVar13) || (*(uint *)(iVar13 + 0x10) != local_64)) {\n local_54 = *(int *)((int)puVar3 + 0x3c);\n }\n else {\n local_54 = *(int *)(iVar13 + 0x14);\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(iVar10 + 0x1671) != '\0') &&\n (uVar23 = local_74 + iVar9, (uVar23 & 3) == 0)) {\n iVar10 = 0;\n if ((uVar23 & 0xfff) < 0xff8) {\n iVar10 = 0xff8 - (uVar23 & 0xfff);\n }\n while (iVar10 + 0xcU <= local_54 - iVar9) {\n puVar22 = (uint *)(iVar18 + iVar9 + iVar10);\n uVar20 = uVar23 + iVar10;\n if ((*puVar22 & 0x9f000000) == 0x90000000) {\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }\n iVar12 = iVar10 + 4;\n iVar10 = iVar10 + 0xffc;\n if ((uVar20 & 0xfff) == 0xff8) {\n iVar10 = iVar12;\n }\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (*(char *)(iVar10 + 0x16ed) != '\0') {\n uVar23 = local_54 - iVar9;\n if (4 < uVar23) {\n local_54 = 4;\n uVar20 = 0;\n do {\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n } while (local_54 < uVar23);\n }\n }\n }\n if (iVar24 == iVar13) break;\n iVar10 = iVar13;\n uVar23 = *(uint *)(iVar13 + 0x10);\n }\n }\n }\n }\nLAB_001e9c60:\n iVar9 = *(int *)((int)puVar3 + 0x2c);\n }\n }" (if "if") (parenthesized_expression "((((*(char *)(iVar13 + 0x1671) != '\0') || (*(char *)(iVar13 + 0x16ed) != '\0')) &&\n (*(int *)((int)puVar3 + 0x3c) != 0)) && ((*(byte *)((int)puVar3 + 0x30) & 6) != 0))" (( "(") (binary_expression "(((*(char *)(iVar13 + 0x1671) != '\0') || (*(char *)(iVar13 + 0x16ed) != '\0')) &&\n (*(int *)((int)puVar3 + 0x3c) != 0)) && ((*(byte *)((int)puVar3 + 0x30) & 6) != 0)" (parenthesized_expression "(((*(char *)(iVar13 + 0x1671) != '\0') || (*(char *)(iVar13 + 0x16ed) != '\0')) &&\n (*(int *)((int)puVar3 + 0x3c) != 0))" (( "(") (binary_expression "((*(char *)(iVar13 + 0x1671) != '\0') || (*(char *)(iVar13 + 0x16ed) != '\0')) &&\n (*(int *)((int)puVar3 + 0x3c) != 0)" (parenthesized_expression "((*(char *)(iVar13 + 0x1671) != '\0') || (*(char *)(iVar13 + 0x16ed) != '\0'))" (( "(") (binary_expression "(*(char *)(iVar13 + 0x1671) != '\0') || (*(char *)(iVar13 + 0x16ed) != '\0')" (parenthesized_expression "(*(char *)(iVar13 + 0x1671) != '\0')" (( "(") (binary_expression "*(char *)(iVar13 + 0x1671) != '\0'" (pointer_expression "*(char *)(iVar13 + 0x1671)" (* "*") (cast_expression "(char *)(iVar13 + 0x1671)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar13 + 0x1671)" (( "(") (binary_expression "iVar13 + 0x1671" (identifier "iVar13") (+ "+") (number_literal "0x1671")) () ")")))) (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (|| "||") (parenthesized_expression "(*(char *)(iVar13 + 0x16ed) != '\0')" (( "(") (binary_expression "*(char *)(iVar13 + 0x16ed) != '\0'" (pointer_expression "*(char *)(iVar13 + 0x16ed)" (* "*") (cast_expression "(char *)(iVar13 + 0x16ed)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar13 + 0x16ed)" (( "(") (binary_expression "iVar13 + 0x16ed" (identifier "iVar13") (+ "+") (number_literal "0x16ed")) () ")")))) (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")"))) () ")")) (&& "&&") (parenthesized_expression "(*(int *)((int)puVar3 + 0x3c) != 0)" (( "(") (binary_expression "*(int *)((int)puVar3 + 0x3c) != 0" (pointer_expression "*(int *)((int)puVar3 + 0x3c)" (* "*") (cast_expression "(int *)((int)puVar3 + 0x3c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)puVar3 + 0x3c)" (( "(") (binary_expression "(int)puVar3 + 0x3c" (cast_expression "(int)puVar3" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "puVar3")) (+ "+") (number_literal "0x3c")) () ")")))) (!= "!=") (number_literal "0")) () ")"))) () ")")) (&& "&&") (parenthesized_expression "((*(byte *)((int)puVar3 + 0x30) & 6) != 0)" (( "(") (binary_expression "(*(byte *)((int)puVar3 + 0x30) & 6) != 0" (parenthesized_expression "(*(byte *)((int)puVar3 + 0x30) & 6)" (( "(") (binary_expression "*(byte *)((int)puVar3 + 0x30) & 6" (pointer_expression "*(byte *)((int)puVar3 + 0x30)" (* "*") (cast_expression "(byte *)((int)puVar3 + 0x30)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)puVar3 + 0x30)" (( "(") (binary_expression "(int)puVar3 + 0x30" (cast_expression "(int)puVar3" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "puVar3")) (+ "+") (number_literal "0x30")) () ")")))) (& "&") (number_literal "6")) () ")")) (!= "!=") (number_literal "0")) () ")"))) () ")")) (compound_statement "{\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_64 * 4);\n if ((iVar13 != 0) && (iVar9 == 1)) {\n cVar4 = FUN_0034cd20(param_4,iVar7,local_64);\n if (cVar4 == '\0') {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_64) {\n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n local_74 = *(int *)(*(int *)(iVar7 + 0x84) + local_64 * 4);\n if (local_74 == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,local_64);\n if (iVar13 == 0) goto LAB_001e9c60;\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address",extraout_ECX);\n }\n local_74 = *(int *)(iVar13 + 4);\n }\n else {\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) goto LAB_001ea816;\n local_74 = local_74 + *(int *)(iVar13 + 4);\n }\n if ((uint)(*(int *)(iVar7 + 0x140) - *(int *)(iVar7 + 0x13c) >> 2) <= local_64) {\n \n FUN_001d4d60();\nLAB_001ea816:\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if ((*(int *)(*(int *)(iVar7 + 0x13c) + local_64 * 4) != 0) &&\n (FUN_001d6c20(local_64), local_44 != local_40)) {\n iVar13 = *(int *)(local_44 + 0x10);\n iVar18 = local_74 + *(int *)(iVar13 + 0x18);\n *(int *)(iVar13 + 0x20) = iVar18;\n iVar9 = local_44;\n while( true ) {\n if (iVar18 + 4 == -1) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x361,"set_destination_address");\n }\n *(int *)(iVar13 + 4) = iVar18 + 4;\n iVar9 = thunk_FUN_003af660(iVar9);\n if (iVar9 == local_40) break;\n iVar13 = *(int *)(iVar9 + 0x10);\n iVar18 = *(int *)(iVar13 + 0x18) + local_74;\n *(int *)(iVar13 + 0x20) = iVar18;\n }\n }\n local_28 = (int *)0x0;\n iVar18 = FUN_0028b8b0(iVar7,local_64,&local_28,0);\n iVar13 = *(int *)(iVar7 + 0x150);\n iVar9 = iVar24;\n if (*(int *)(iVar7 + 0x150) != 0) {\n do {\n while (iVar10 = iVar13, *(uint *)(iVar10 + 0x10) < local_64) {\n piVar8 = (int *)(iVar10 + 0xc);\n iVar13 = *piVar8;\n iVar10 = iVar9;\n if (*piVar8 == 0) goto LAB_001e9af5;\n }\n iVar13 = *(int *)(iVar10 + 8);\n iVar9 = iVar10;\n } while (*(int *)(iVar10 + 8) != 0);\nLAB_001e9af5:\n if (iVar24 != iVar10) {\n uVar23 = *(uint *)(iVar10 + 0x10);\n while (local_64 == uVar23) {\n iVar13 = thunk_FUN_003af660(iVar10);\n if (*(char *)(iVar10 + 0x18) == 'x') {\n iVar9 = *(int *)(iVar10 + 0x14);\n if ((iVar24 == iVar13) || (*(uint *)(iVar13 + 0x10) != local_64)) {\n local_54 = *(int *)((int)puVar3 + 0x3c);\n }\n else {\n local_54 = *(int *)(iVar13 + 0x14);\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(iVar10 + 0x1671) != '\0') &&\n (uVar23 = local_74 + iVar9, (uVar23 & 3) == 0)) {\n iVar10 = 0;\n if ((uVar23 & 0xfff) < 0xff8) {\n iVar10 = 0xff8 - (uVar23 & 0xfff);\n }\n while (iVar10 + 0xcU <= local_54 - iVar9) {\n puVar22 = (uint *)(iVar18 + iVar9 + iVar10);\n uVar20 = uVar23 + iVar10;\n if ((*puVar22 & 0x9f000000) == 0x90000000) {\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }\n iVar12 = iVar10 + 4;\n iVar10 = iVar10 + 0xffc;\n if ((uVar20 & 0xfff) == 0xff8) {\n iVar10 = iVar12;\n }\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (*(char *)(iVar10 + 0x16ed) != '\0') {\n uVar23 = local_54 - iVar9;\n if (4 < uVar23) {\n local_54 = 4;\n uVar20 = 0;\n do {\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n } while (local_54 < uVar23);\n }\n }\n }\n if (iVar24 == iVar13) break;\n iVar10 = iVar13;\n uVar23 = *(uint *)(iVar13 + 0x10);\n }\n }\n }\n }\nLAB_001e9c60:\n iVar9 = *(int *)((int)puVar3 + 0x2c);\n }\n }" ({ "{") (expression_statement "iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_64 * 4);" (assignment_expression "iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_64 * 4)" (identifier "iVar13") (= "=") (pointer_expression "*(int *)(*(int *)(iVar7 + 0x38) + local_64 * 4)" (* "*") (cast_expression "(int *)(*(int *)(iVar7 + 0x38) + local_64 * 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(int *)(iVar7 + 0x38) + local_64 * 4)" (( "(") (binary_expression "*(int *)(iVar7 + 0x38) + local_64 * 4" (pointer_expression "*(int *)(iVar7 + 0x38)" (* "*") (cast_expression "(int *)(iVar7 + 0x38)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar7 + 0x38)" (( "(") (binary_expression "iVar7 + 0x38" (identifier "iVar7") (+ "+") (number_literal "0x38")) () ")")))) (+ "+") (binary_expression "local_64 * 4" (identifier "local_64") (* "*") (number_literal "4"))) () ")"))))) (; ";")) (if_statement "if ((iVar13 != 0) && (iVar9 == 1)) {\n cVar4 = FUN_0034cd20(param_4,iVar7,local_64);\n if (cVar4 == '\0') {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_64) {\n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n local_74 = *(int *)(*(int *)(iVar7 + 0x84) + local_64 * 4);\n if (local_74 == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,local_64);\n if (iVar13 == 0) goto LAB_001e9c60;\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address",extraout_ECX);\n }\n local_74 = *(int *)(iVar13 + 4);\n }\n else {\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) goto LAB_001ea816;\n local_74 = local_74 + *(int *)(iVar13 + 4);\n }\n if ((uint)(*(int *)(iVar7 + 0x140) - *(int *)(iVar7 + 0x13c) >> 2) <= local_64) {\n \n FUN_001d4d60();\nLAB_001ea816:\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if ((*(int *)(*(int *)(iVar7 + 0x13c) + local_64 * 4) != 0) &&\n (FUN_001d6c20(local_64), local_44 != local_40)) {\n iVar13 = *(int *)(local_44 + 0x10);\n iVar18 = local_74 + *(int *)(iVar13 + 0x18);\n *(int *)(iVar13 + 0x20) = iVar18;\n iVar9 = local_44;\n while( true ) {\n if (iVar18 + 4 == -1) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x361,"set_destination_address");\n }\n *(int *)(iVar13 + 4) = iVar18 + 4;\n iVar9 = thunk_FUN_003af660(iVar9);\n if (iVar9 == local_40) break;\n iVar13 = *(int *)(iVar9 + 0x10);\n iVar18 = *(int *)(iVar13 + 0x18) + local_74;\n *(int *)(iVar13 + 0x20) = iVar18;\n }\n }\n local_28 = (int *)0x0;\n iVar18 = FUN_0028b8b0(iVar7,local_64,&local_28,0);\n iVar13 = *(int *)(iVar7 + 0x150);\n iVar9 = iVar24;\n if (*(int *)(iVar7 + 0x150) != 0) {\n do {\n while (iVar10 = iVar13, *(uint *)(iVar10 + 0x10) < local_64) {\n piVar8 = (int *)(iVar10 + 0xc);\n iVar13 = *piVar8;\n iVar10 = iVar9;\n if (*piVar8 == 0) goto LAB_001e9af5;\n }\n iVar13 = *(int *)(iVar10 + 8);\n iVar9 = iVar10;\n } while (*(int *)(iVar10 + 8) != 0);\nLAB_001e9af5:\n if (iVar24 != iVar10) {\n uVar23 = *(uint *)(iVar10 + 0x10);\n while (local_64 == uVar23) {\n iVar13 = thunk_FUN_003af660(iVar10);\n if (*(char *)(iVar10 + 0x18) == 'x') {\n iVar9 = *(int *)(iVar10 + 0x14);\n if ((iVar24 == iVar13) || (*(uint *)(iVar13 + 0x10) != local_64)) {\n local_54 = *(int *)((int)puVar3 + 0x3c);\n }\n else {\n local_54 = *(int *)(iVar13 + 0x14);\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(iVar10 + 0x1671) != '\0') &&\n (uVar23 = local_74 + iVar9, (uVar23 & 3) == 0)) {\n iVar10 = 0;\n if ((uVar23 & 0xfff) < 0xff8) {\n iVar10 = 0xff8 - (uVar23 & 0xfff);\n }\n while (iVar10 + 0xcU <= local_54 - iVar9) {\n puVar22 = (uint *)(iVar18 + iVar9 + iVar10);\n uVar20 = uVar23 + iVar10;\n if ((*puVar22 & 0x9f000000) == 0x90000000) {\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }\n iVar12 = iVar10 + 4;\n iVar10 = iVar10 + 0xffc;\n if ((uVar20 & 0xfff) == 0xff8) {\n iVar10 = iVar12;\n }\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (*(char *)(iVar10 + 0x16ed) != '\0') {\n uVar23 = local_54 - iVar9;\n if (4 < uVar23) {\n local_54 = 4;\n uVar20 = 0;\n do {\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n } while (local_54 < uVar23);\n }\n }\n }\n if (iVar24 == iVar13) break;\n iVar10 = iVar13;\n uVar23 = *(uint *)(iVar13 + 0x10);\n }\n }\n }\n }\nLAB_001e9c60:\n iVar9 = *(int *)((int)puVar3 + 0x2c);\n }" (if "if") (parenthesized_expression "((iVar13 != 0) && (iVar9 == 1))" (( "(") (binary_expression "(iVar13 != 0) && (iVar9 == 1)" (parenthesized_expression "(iVar13 != 0)" (( "(") (binary_expression "iVar13 != 0" (identifier "iVar13") (!= "!=") (number_literal "0")) () ")")) (&& "&&") (parenthesized_expression "(iVar9 == 1)" (( "(") (binary_expression "iVar9 == 1" (identifier "iVar9") (== "==") (number_literal "1")) () ")"))) () ")")) (compound_statement "{\n cVar4 = FUN_0034cd20(param_4,iVar7,local_64);\n if (cVar4 == '\0') {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_64) {\n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n local_74 = *(int *)(*(int *)(iVar7 + 0x84) + local_64 * 4);\n if (local_74 == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,local_64);\n if (iVar13 == 0) goto LAB_001e9c60;\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address",extraout_ECX);\n }\n local_74 = *(int *)(iVar13 + 4);\n }\n else {\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) goto LAB_001ea816;\n local_74 = local_74 + *(int *)(iVar13 + 4);\n }\n if ((uint)(*(int *)(iVar7 + 0x140) - *(int *)(iVar7 + 0x13c) >> 2) <= local_64) {\n \n FUN_001d4d60();\nLAB_001ea816:\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if ((*(int *)(*(int *)(iVar7 + 0x13c) + local_64 * 4) != 0) &&\n (FUN_001d6c20(local_64), local_44 != local_40)) {\n iVar13 = *(int *)(local_44 + 0x10);\n iVar18 = local_74 + *(int *)(iVar13 + 0x18);\n *(int *)(iVar13 + 0x20) = iVar18;\n iVar9 = local_44;\n while( true ) {\n if (iVar18 + 4 == -1) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x361,"set_destination_address");\n }\n *(int *)(iVar13 + 4) = iVar18 + 4;\n iVar9 = thunk_FUN_003af660(iVar9);\n if (iVar9 == local_40) break;\n iVar13 = *(int *)(iVar9 + 0x10);\n iVar18 = *(int *)(iVar13 + 0x18) + local_74;\n *(int *)(iVar13 + 0x20) = iVar18;\n }\n }\n local_28 = (int *)0x0;\n iVar18 = FUN_0028b8b0(iVar7,local_64,&local_28,0);\n iVar13 = *(int *)(iVar7 + 0x150);\n iVar9 = iVar24;\n if (*(int *)(iVar7 + 0x150) != 0) {\n do {\n while (iVar10 = iVar13, *(uint *)(iVar10 + 0x10) < local_64) {\n piVar8 = (int *)(iVar10 + 0xc);\n iVar13 = *piVar8;\n iVar10 = iVar9;\n if (*piVar8 == 0) goto LAB_001e9af5;\n }\n iVar13 = *(int *)(iVar10 + 8);\n iVar9 = iVar10;\n } while (*(int *)(iVar10 + 8) != 0);\nLAB_001e9af5:\n if (iVar24 != iVar10) {\n uVar23 = *(uint *)(iVar10 + 0x10);\n while (local_64 == uVar23) {\n iVar13 = thunk_FUN_003af660(iVar10);\n if (*(char *)(iVar10 + 0x18) == 'x') {\n iVar9 = *(int *)(iVar10 + 0x14);\n if ((iVar24 == iVar13) || (*(uint *)(iVar13 + 0x10) != local_64)) {\n local_54 = *(int *)((int)puVar3 + 0x3c);\n }\n else {\n local_54 = *(int *)(iVar13 + 0x14);\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(iVar10 + 0x1671) != '\0') &&\n (uVar23 = local_74 + iVar9, (uVar23 & 3) == 0)) {\n iVar10 = 0;\n if ((uVar23 & 0xfff) < 0xff8) {\n iVar10 = 0xff8 - (uVar23 & 0xfff);\n }\n while (iVar10 + 0xcU <= local_54 - iVar9) {\n puVar22 = (uint *)(iVar18 + iVar9 + iVar10);\n uVar20 = uVar23 + iVar10;\n if ((*puVar22 & 0x9f000000) == 0x90000000) {\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }\n iVar12 = iVar10 + 4;\n iVar10 = iVar10 + 0xffc;\n if ((uVar20 & 0xfff) == 0xff8) {\n iVar10 = iVar12;\n }\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (*(char *)(iVar10 + 0x16ed) != '\0') {\n uVar23 = local_54 - iVar9;\n if (4 < uVar23) {\n local_54 = 4;\n uVar20 = 0;\n do {\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n } while (local_54 < uVar23);\n }\n }\n }\n if (iVar24 == iVar13) break;\n iVar10 = iVar13;\n uVar23 = *(uint *)(iVar13 + 0x10);\n }\n }\n }\n }\nLAB_001e9c60:\n iVar9 = *(int *)((int)puVar3 + 0x2c);\n }" ({ "{") (expression_statement "cVar4 = FUN_0034cd20(param_4,iVar7,local_64);" (assignment_expression "cVar4 = FUN_0034cd20(param_4,iVar7,local_64)" (identifier "cVar4") (= "=") (call_expression "FUN_0034cd20(param_4,iVar7,local_64)" (identifier "FUN_0034cd20") (argument_list "(param_4,iVar7,local_64)" (( "(") (identifier "param_4") (, ",") (identifier "iVar7") (, ",") (identifier "local_64") () ")")))) (; ";")) (if_statement "if (cVar4 == '\0') {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_64) {\n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n local_74 = *(int *)(*(int *)(iVar7 + 0x84) + local_64 * 4);\n if (local_74 == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,local_64);\n if (iVar13 == 0) goto LAB_001e9c60;\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address",extraout_ECX);\n }\n local_74 = *(int *)(iVar13 + 4);\n }\n else {\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) goto LAB_001ea816;\n local_74 = local_74 + *(int *)(iVar13 + 4);\n }\n if ((uint)(*(int *)(iVar7 + 0x140) - *(int *)(iVar7 + 0x13c) >> 2) <= local_64) {\n \n FUN_001d4d60();\nLAB_001ea816:\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if ((*(int *)(*(int *)(iVar7 + 0x13c) + local_64 * 4) != 0) &&\n (FUN_001d6c20(local_64), local_44 != local_40)) {\n iVar13 = *(int *)(local_44 + 0x10);\n iVar18 = local_74 + *(int *)(iVar13 + 0x18);\n *(int *)(iVar13 + 0x20) = iVar18;\n iVar9 = local_44;\n while( true ) {\n if (iVar18 + 4 == -1) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x361,"set_destination_address");\n }\n *(int *)(iVar13 + 4) = iVar18 + 4;\n iVar9 = thunk_FUN_003af660(iVar9);\n if (iVar9 == local_40) break;\n iVar13 = *(int *)(iVar9 + 0x10);\n iVar18 = *(int *)(iVar13 + 0x18) + local_74;\n *(int *)(iVar13 + 0x20) = iVar18;\n }\n }\n local_28 = (int *)0x0;\n iVar18 = FUN_0028b8b0(iVar7,local_64,&local_28,0);\n iVar13 = *(int *)(iVar7 + 0x150);\n iVar9 = iVar24;\n if (*(int *)(iVar7 + 0x150) != 0) {\n do {\n while (iVar10 = iVar13, *(uint *)(iVar10 + 0x10) < local_64) {\n piVar8 = (int *)(iVar10 + 0xc);\n iVar13 = *piVar8;\n iVar10 = iVar9;\n if (*piVar8 == 0) goto LAB_001e9af5;\n }\n iVar13 = *(int *)(iVar10 + 8);\n iVar9 = iVar10;\n } while (*(int *)(iVar10 + 8) != 0);\nLAB_001e9af5:\n if (iVar24 != iVar10) {\n uVar23 = *(uint *)(iVar10 + 0x10);\n while (local_64 == uVar23) {\n iVar13 = thunk_FUN_003af660(iVar10);\n if (*(char *)(iVar10 + 0x18) == 'x') {\n iVar9 = *(int *)(iVar10 + 0x14);\n if ((iVar24 == iVar13) || (*(uint *)(iVar13 + 0x10) != local_64)) {\n local_54 = *(int *)((int)puVar3 + 0x3c);\n }\n else {\n local_54 = *(int *)(iVar13 + 0x14);\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(iVar10 + 0x1671) != '\0') &&\n (uVar23 = local_74 + iVar9, (uVar23 & 3) == 0)) {\n iVar10 = 0;\n if ((uVar23 & 0xfff) < 0xff8) {\n iVar10 = 0xff8 - (uVar23 & 0xfff);\n }\n while (iVar10 + 0xcU <= local_54 - iVar9) {\n puVar22 = (uint *)(iVar18 + iVar9 + iVar10);\n uVar20 = uVar23 + iVar10;\n if ((*puVar22 & 0x9f000000) == 0x90000000) {\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }\n iVar12 = iVar10 + 4;\n iVar10 = iVar10 + 0xffc;\n if ((uVar20 & 0xfff) == 0xff8) {\n iVar10 = iVar12;\n }\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (*(char *)(iVar10 + 0x16ed) != '\0') {\n uVar23 = local_54 - iVar9;\n if (4 < uVar23) {\n local_54 = 4;\n uVar20 = 0;\n do {\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n } while (local_54 < uVar23);\n }\n }\n }\n if (iVar24 == iVar13) break;\n iVar10 = iVar13;\n uVar23 = *(uint *)(iVar13 + 0x10);\n }\n }\n }\n }" (if "if") (parenthesized_expression "(cVar4 == '\0')" (( "(") (binary_expression "cVar4 == '\0'" (identifier "cVar4") (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_64) {\n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n local_74 = *(int *)(*(int *)(iVar7 + 0x84) + local_64 * 4);\n if (local_74 == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,local_64);\n if (iVar13 == 0) goto LAB_001e9c60;\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address",extraout_ECX);\n }\n local_74 = *(int *)(iVar13 + 4);\n }\n else {\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) goto LAB_001ea816;\n local_74 = local_74 + *(int *)(iVar13 + 4);\n }\n if ((uint)(*(int *)(iVar7 + 0x140) - *(int *)(iVar7 + 0x13c) >> 2) <= local_64) {\n \n FUN_001d4d60();\nLAB_001ea816:\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if ((*(int *)(*(int *)(iVar7 + 0x13c) + local_64 * 4) != 0) &&\n (FUN_001d6c20(local_64), local_44 != local_40)) {\n iVar13 = *(int *)(local_44 + 0x10);\n iVar18 = local_74 + *(int *)(iVar13 + 0x18);\n *(int *)(iVar13 + 0x20) = iVar18;\n iVar9 = local_44;\n while( true ) {\n if (iVar18 + 4 == -1) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x361,"set_destination_address");\n }\n *(int *)(iVar13 + 4) = iVar18 + 4;\n iVar9 = thunk_FUN_003af660(iVar9);\n if (iVar9 == local_40) break;\n iVar13 = *(int *)(iVar9 + 0x10);\n iVar18 = *(int *)(iVar13 + 0x18) + local_74;\n *(int *)(iVar13 + 0x20) = iVar18;\n }\n }\n local_28 = (int *)0x0;\n iVar18 = FUN_0028b8b0(iVar7,local_64,&local_28,0);\n iVar13 = *(int *)(iVar7 + 0x150);\n iVar9 = iVar24;\n if (*(int *)(iVar7 + 0x150) != 0) {\n do {\n while (iVar10 = iVar13, *(uint *)(iVar10 + 0x10) < local_64) {\n piVar8 = (int *)(iVar10 + 0xc);\n iVar13 = *piVar8;\n iVar10 = iVar9;\n if (*piVar8 == 0) goto LAB_001e9af5;\n }\n iVar13 = *(int *)(iVar10 + 8);\n iVar9 = iVar10;\n } while (*(int *)(iVar10 + 8) != 0);\nLAB_001e9af5:\n if (iVar24 != iVar10) {\n uVar23 = *(uint *)(iVar10 + 0x10);\n while (local_64 == uVar23) {\n iVar13 = thunk_FUN_003af660(iVar10);\n if (*(char *)(iVar10 + 0x18) == 'x') {\n iVar9 = *(int *)(iVar10 + 0x14);\n if ((iVar24 == iVar13) || (*(uint *)(iVar13 + 0x10) != local_64)) {\n local_54 = *(int *)((int)puVar3 + 0x3c);\n }\n else {\n local_54 = *(int *)(iVar13 + 0x14);\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(iVar10 + 0x1671) != '\0') &&\n (uVar23 = local_74 + iVar9, (uVar23 & 3) == 0)) {\n iVar10 = 0;\n if ((uVar23 & 0xfff) < 0xff8) {\n iVar10 = 0xff8 - (uVar23 & 0xfff);\n }\n while (iVar10 + 0xcU <= local_54 - iVar9) {\n puVar22 = (uint *)(iVar18 + iVar9 + iVar10);\n uVar20 = uVar23 + iVar10;\n if ((*puVar22 & 0x9f000000) == 0x90000000) {\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }\n iVar12 = iVar10 + 4;\n iVar10 = iVar10 + 0xffc;\n if ((uVar20 & 0xfff) == 0xff8) {\n iVar10 = iVar12;\n }\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (*(char *)(iVar10 + 0x16ed) != '\0') {\n uVar23 = local_54 - iVar9;\n if (4 < uVar23) {\n local_54 = 4;\n uVar20 = 0;\n do {\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n } while (local_54 < uVar23);\n }\n }\n }\n if (iVar24 == iVar13) break;\n iVar10 = iVar13;\n uVar23 = *(uint *)(iVar13 + 0x10);\n }\n }\n }\n }" ({ "{") (if_statement "if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_64) {\n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }" (if "if") (parenthesized_expression "((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_64)" (( "(") (binary_expression "(uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_64" (call_expression "(uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2)" (( "(") (binary_expression "*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2" (binary_expression "*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84)" (pointer_expression "*(int *)(iVar7 + 0x88)" (* "*") (cast_expression "(int *)(iVar7 + 0x88)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar7 + 0x88)" (( "(") (binary_expression "iVar7 + 0x88" (identifier "iVar7") (+ "+") (number_literal "0x88")) () ")")))) (- "-") (pointer_expression "*(int *)(iVar7 + 0x84)" (* "*") (cast_expression "(int *)(iVar7 + 0x84)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar7 + 0x84)" (( "(") (binary_expression "iVar7 + 0x84" (identifier "iVar7") (+ "+") (number_literal "0x84")) () ")"))))) (>> ">>") (number_literal "2")) () ")"))) (<= "<=") (identifier "local_64")) () ")")) (compound_statement "{\n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }" ({ "{") (expression_statement "FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");" (call_expression "FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset")" (identifier "FUN_002446e0") (argument_list "("../../gold/object.h",0x7f7,"get_output_section_offset")" (( "(") (string_literal ""../../gold/object.h"" (" """) (string_content "../../gold/object.h") (" """)) (, ",") (number_literal "0x7f7") (, ",") (string_literal ""get_output_section_offset"" (" """) (string_content "get_output_section_offset") (" """)) () ")"))) (; ";")) (} "}"))) (expression_statement "local_74 = *(int *)(*(int *)(iVar7 + 0x84) + local_64 * 4);" (assignment_expression "local_74 = *(int *)(*(int *)(iVar7 + 0x84) + local_64 * 4)" (identifier "local_74") (= "=") (pointer_expression "*(int *)(*(int *)(iVar7 + 0x84) + local_64 * 4)" (* "*") (cast_expression "(int *)(*(int *)(iVar7 + 0x84) + local_64 * 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(int *)(iVar7 + 0x84) + local_64 * 4)" (( "(") (binary_expression "*(int *)(iVar7 + 0x84) + local_64 * 4" (pointer_expression "*(int *)(iVar7 + 0x84)" (* "*") (cast_expression "(int *)(iVar7 + 0x84)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar7 + 0x84)" (( "(") (binary_expression "iVar7 + 0x84" (identifier "iVar7") (+ "+") (number_literal "0x84")) () ")")))) (+ "+") (binary_expression "local_64 * 4" (identifier "local_64") (* "*") (number_literal "4"))) () ")"))))) (; ";")) (if_statement "if (local_74 == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,local_64);\n if (iVar13 == 0) goto LAB_001e9c60;\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address",extraout_ECX);\n }\n local_74 = *(int *)(iVar13 + 4);\n }\n else {\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) goto LAB_001ea816;\n local_74 = local_74 + *(int *)(iVar13 + 4);\n }" (if "if") (parenthesized_expression "(local_74 == -1)" (( "(") (binary_expression "local_74 == -1" (identifier "local_74") (== "==") (number_literal "-1")) () ")")) (compound_statement "{\n iVar13 = FUN_002cd8b0(iVar13,iVar7,local_64);\n if (iVar13 == 0) goto LAB_001e9c60;\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address",extraout_ECX);\n }\n local_74 = *(int *)(iVar13 + 4);\n }" ({ "{") (expression_statement "iVar13 = FUN_002cd8b0(iVar13,iVar7,local_64);" (assignment_expression "iVar13 = FUN_002cd8b0(iVar13,iVar7,local_64)" (identifier "iVar13") (= "=") (call_expression "FUN_002cd8b0(iVar13,iVar7,local_64)" (identifier "FUN_002cd8b0") (argument_list "(iVar13,iVar7,local_64)" (( "(") (identifier "iVar13") (, ",") (identifier "iVar7") (, ",") (identifier "local_64") () ")")))) (; ";")) (if_statement "if (iVar13 == 0) goto LAB_001e9c60;" (if "if") (parenthesized_expression "(iVar13 == 0)" (( "(") (binary_expression "iVar13 == 0" (identifier "iVar13") (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_001e9c60;" (goto "goto") (statement_identifier "LAB_001e9c60") (; ";"))) (if_statement "if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address",extraout_ECX);\n }" (if "if") (parenthesized_expression "((*(byte *)(iVar13 + 0x1c) & 1) == 0)" (( "(") (binary_expression "(*(byte *)(iVar13 + 0x1c) & 1) == 0" (parenthesized_expression "(*(byte *)(iVar13 + 0x1c) & 1)" (( "(") (binary_expression "*(byte *)(iVar13 + 0x1c) & 1" (pointer_expression "*(byte *)(iVar13 + 0x1c)" (* "*") (cast_expression "(byte *)(iVar13 + 0x1c)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar13 + 0x1c)" (( "(") (binary_expression "iVar13 + 0x1c" (identifier "iVar13") (+ "+") (number_literal "0x1c")) () ")")))) (& "&") (number_literal "1")) () ")")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n \n FUN_002446e0("../../gold/output.h",0xc5,"address",extraout_ECX);\n }" ({ "{") (expression_statement "FUN_002446e0("../../gold/output.h",0xc5,"address",extraout_ECX);" (call_expression "FUN_002446e0("../../gold/output.h",0xc5,"address",extraout_ECX)" (identifier "FUN_002446e0") (argument_list "("../../gold/output.h",0xc5,"address",extraout_ECX)" (( "(") (string_literal ""../../gold/output.h"" (" """) (string_content "../../gold/output.h") (" """)) (, ",") (number_literal "0xc5") (, ",") (string_literal ""address"" (" """) (string_content "address") (" """)) (, ",") (identifier "extraout_ECX") () ")"))) (; ";")) (} "}"))) (expression_statement "local_74 = *(int *)(iVar13 + 4);" (assignment_expression "local_74 = *(int *)(iVar13 + 4)" (identifier "local_74") (= "=") (pointer_expression "*(int *)(iVar13 + 4)" (* "*") (cast_expression "(int *)(iVar13 + 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar13 + 4)" (( "(") (binary_expression "iVar13 + 4" (identifier "iVar13") (+ "+") (number_literal "4")) () ")"))))) (; ";")) (} "}")) (else_clause "else {\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) goto LAB_001ea816;\n local_74 = local_74 + *(int *)(iVar13 + 4);\n }" (else "else") (compound_statement "{\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) goto LAB_001ea816;\n local_74 = local_74 + *(int *)(iVar13 + 4);\n }" ({ "{") (if_statement "if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) goto LAB_001ea816;" (if "if") (parenthesized_expression "((*(byte *)(iVar13 + 0x1c) & 1) == 0)" (( "(") (binary_expression "(*(byte *)(iVar13 + 0x1c) & 1) == 0" (parenthesized_expression "(*(byte *)(iVar13 + 0x1c) & 1)" (( "(") (binary_expression "*(byte *)(iVar13 + 0x1c) & 1" (pointer_expression "*(byte *)(iVar13 + 0x1c)" (* "*") (cast_expression "(byte *)(iVar13 + 0x1c)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar13 + 0x1c)" (( "(") (binary_expression "iVar13 + 0x1c" (identifier "iVar13") (+ "+") (number_literal "0x1c")) () ")")))) (& "&") (number_literal "1")) () ")")) (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_001ea816;" (goto "goto") (statement_identifier "LAB_001ea816") (; ";"))) (expression_statement "local_74 = local_74 + *(int *)(iVar13 + 4);" (assignment_expression "local_74 = local_74 + *(int *)(iVar13 + 4)" (identifier "local_74") (= "=") (binary_expression "local_74 + *(int *)(iVar13 + 4)" (identifier "local_74") (+ "+") (pointer_expression "*(int *)(iVar13 + 4)" (* "*") (cast_expression "(int *)(iVar13 + 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar13 + 4)" (( "(") (binary_expression "iVar13 + 4" (identifier "iVar13") (+ "+") (number_literal "4")) () ")")))))) (; ";")) (} "}")))) (if_statement "if ((uint)(*(int *)(iVar7 + 0x140) - *(int *)(iVar7 + 0x13c) >> 2) <= local_64) {\n \n FUN_001d4d60();\nLAB_001ea816:\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }" (if "if") (parenthesized_expression "((uint)(*(int *)(iVar7 + 0x140) - *(int *)(iVar7 + 0x13c) >> 2) <= local_64)" (( "(") (binary_expression "(uint)(*(int *)(iVar7 + 0x140) - *(int *)(iVar7 + 0x13c) >> 2) <= local_64" (call_expression "(uint)(*(int *)(iVar7 + 0x140) - *(int *)(iVar7 + 0x13c) >> 2)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "(*(int *)(iVar7 + 0x140) - *(int *)(iVar7 + 0x13c) >> 2)" (( "(") (binary_expression "*(int *)(iVar7 + 0x140) - *(int *)(iVar7 + 0x13c) >> 2" (binary_expression "*(int *)(iVar7 + 0x140) - *(int *)(iVar7 + 0x13c)" (pointer_expression "*(int *)(iVar7 + 0x140)" (* "*") (cast_expression "(int *)(iVar7 + 0x140)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar7 + 0x140)" (( "(") (binary_expression "iVar7 + 0x140" (identifier "iVar7") (+ "+") (number_literal "0x140")) () ")")))) (- "-") (pointer_expression "*(int *)(iVar7 + 0x13c)" (* "*") (cast_expression "(int *)(iVar7 + 0x13c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar7 + 0x13c)" (( "(") (binary_expression "iVar7 + 0x13c" (identifier "iVar7") (+ "+") (number_literal "0x13c")) () ")"))))) (>> ">>") (number_literal "2")) () ")"))) (<= "<=") (identifier "local_64")) () ")")) (compound_statement "{\n \n FUN_001d4d60();\nLAB_001ea816:\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }" ({ "{") (expression_statement "FUN_001d4d60();" (call_expression "FUN_001d4d60()" (identifier "FUN_001d4d60") (argument_list "()" (( "(") () ")"))) (; ";")) (labeled_statement "LAB_001ea816:\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");" (statement_identifier "LAB_001ea816") (: ":") (expression_statement "FUN_002446e0("../../gold/output.h",0xc5,"address");" (call_expression "FUN_002446e0("../../gold/output.h",0xc5,"address")" (identifier "FUN_002446e0") (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") (" """)) () ")"))) (; ";"))) (} "}"))) (if_statement "if ((*(int *)(*(int *)(iVar7 + 0x13c) + local_64 * 4) != 0) &&\n (FUN_001d6c20(local_64), local_44 != local_40)) {\n iVar13 = *(int *)(local_44 + 0x10);\n iVar18 = local_74 + *(int *)(iVar13 + 0x18);\n *(int *)(iVar13 + 0x20) = iVar18;\n iVar9 = local_44;\n while( true ) {\n if (iVar18 + 4 == -1) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x361,"set_destination_address");\n }\n *(int *)(iVar13 + 4) = iVar18 + 4;\n iVar9 = thunk_FUN_003af660(iVar9);\n if (iVar9 == local_40) break;\n iVar13 = *(int *)(iVar9 + 0x10);\n iVar18 = *(int *)(iVar13 + 0x18) + local_74;\n *(int *)(iVar13 + 0x20) = iVar18;\n }\n }" (if "if") (parenthesized_expression "((*(int *)(*(int *)(iVar7 + 0x13c) + local_64 * 4) != 0) &&\n (FUN_001d6c20(local_64), local_44 != local_40))" (( "(") (binary_expression "(*(int *)(*(int *)(iVar7 + 0x13c) + local_64 * 4) != 0) &&\n (FUN_001d6c20(local_64), local_44 != local_40)" (parenthesized_expression "(*(int *)(*(int *)(iVar7 + 0x13c) + local_64 * 4) != 0)" (( "(") (binary_expression "*(int *)(*(int *)(iVar7 + 0x13c) + local_64 * 4) != 0" (pointer_expression "*(int *)(*(int *)(iVar7 + 0x13c) + local_64 * 4)" (* "*") (cast_expression "(int *)(*(int *)(iVar7 + 0x13c) + local_64 * 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(int *)(iVar7 + 0x13c) + local_64 * 4)" (( "(") (binary_expression "*(int *)(iVar7 + 0x13c) + local_64 * 4" (pointer_expression "*(int *)(iVar7 + 0x13c)" (* "*") (cast_expression "(int *)(iVar7 + 0x13c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar7 + 0x13c)" (( "(") (binary_expression "iVar7 + 0x13c" (identifier "iVar7") (+ "+") (number_literal "0x13c")) () ")")))) (+ "+") (binary_expression "local_64 * 4" (identifier "local_64") (* "*") (number_literal "4"))) () ")")))) (!= "!=") (number_literal "0")) () ")")) (&& "&&") (parenthesized_expression "(FUN_001d6c20(local_64), local_44 != local_40)" (( "(") (comma_expression "FUN_001d6c20(local_64), local_44 != local_40" (call_expression "FUN_001d6c20(local_64)" (identifier "FUN_001d6c20") (argument_list "(local_64)" (( "(") (identifier "local_64") () ")"))) (, ",") (binary_expression "local_44 != local_40" (identifier "local_44") (!= "!=") (identifier "local_40"))) () ")"))) () ")")) (compound_statement "{\n iVar13 = *(int *)(local_44 + 0x10);\n iVar18 = local_74 + *(int *)(iVar13 + 0x18);\n *(int *)(iVar13 + 0x20) = iVar18;\n iVar9 = local_44;\n while( true ) {\n if (iVar18 + 4 == -1) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x361,"set_destination_address");\n }\n *(int *)(iVar13 + 4) = iVar18 + 4;\n iVar9 = thunk_FUN_003af660(iVar9);\n if (iVar9 == local_40) break;\n iVar13 = *(int *)(iVar9 + 0x10);\n iVar18 = *(int *)(iVar13 + 0x18) + local_74;\n *(int *)(iVar13 + 0x20) = iVar18;\n }\n }" ({ "{") (expression_statement "iVar13 = *(int *)(local_44 + 0x10);" (assignment_expression "iVar13 = *(int *)(local_44 + 0x10)" (identifier "iVar13") (= "=") (pointer_expression "*(int *)(local_44 + 0x10)" (* "*") (cast_expression "(int *)(local_44 + 0x10)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_44 + 0x10)" (( "(") (binary_expression "local_44 + 0x10" (identifier "local_44") (+ "+") (number_literal "0x10")) () ")"))))) (; ";")) (expression_statement "iVar18 = local_74 + *(int *)(iVar13 + 0x18);" (assignment_expression "iVar18 = local_74 + *(int *)(iVar13 + 0x18)" (identifier "iVar18") (= "=") (binary_expression "local_74 + *(int *)(iVar13 + 0x18)" (identifier "local_74") (+ "+") (pointer_expression "*(int *)(iVar13 + 0x18)" (* "*") (cast_expression "(int *)(iVar13 + 0x18)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar13 + 0x18)" (( "(") (binary_expression "iVar13 + 0x18" (identifier "iVar13") (+ "+") (number_literal "0x18")) () ")")))))) (; ";")) (expression_statement "*(int *)(iVar13 + 0x20) = iVar18;" (assignment_expression "*(int *)(iVar13 + 0x20) = iVar18" (pointer_expression "*(int *)(iVar13 + 0x20)" (* "*") (cast_expression "(int *)(iVar13 + 0x20)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar13 + 0x20)" (( "(") (binary_expression "iVar13 + 0x20" (identifier "iVar13") (+ "+") (number_literal "0x20")) () ")")))) (= "=") (identifier "iVar18")) (; ";")) (expression_statement "iVar9 = local_44;" (assignment_expression "iVar9 = local_44" (identifier "iVar9") (= "=") (identifier "local_44")) (; ";")) (while_statement "while( true ) {\n if (iVar18 + 4 == -1) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x361,"set_destination_address");\n }\n *(int *)(iVar13 + 4) = iVar18 + 4;\n iVar9 = thunk_FUN_003af660(iVar9);\n if (iVar9 == local_40) break;\n iVar13 = *(int *)(iVar9 + 0x10);\n iVar18 = *(int *)(iVar13 + 0x18) + local_74;\n *(int *)(iVar13 + 0x20) = iVar18;\n }" (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (compound_statement "{\n if (iVar18 + 4 == -1) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x361,"set_destination_address");\n }\n *(int *)(iVar13 + 4) = iVar18 + 4;\n iVar9 = thunk_FUN_003af660(iVar9);\n if (iVar9 == local_40) break;\n iVar13 = *(int *)(iVar9 + 0x10);\n iVar18 = *(int *)(iVar13 + 0x18) + local_74;\n *(int *)(iVar13 + 0x20) = iVar18;\n }" ({ "{") (if_statement "if (iVar18 + 4 == -1) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x361,"set_destination_address");\n }" (if "if") (parenthesized_expression "(iVar18 + 4 == -1)" (( "(") (binary_expression "iVar18 + 4 == -1" (binary_expression "iVar18 + 4" (identifier "iVar18") (+ "+") (number_literal "4")) (== "==") (number_literal "-1")) () ")")) (compound_statement "{\n \n FUN_002446e0("../../gold/aarch64.cc",0x361,"set_destination_address");\n }" ({ "{") (expression_statement "FUN_002446e0("../../gold/aarch64.cc",0x361,"set_destination_address");" (call_expression "FUN_002446e0("../../gold/aarch64.cc",0x361,"set_destination_address")" (identifier "FUN_002446e0") (argument_list "("../../gold/aarch64.cc",0x361,"set_destination_address")" (( "(") (string_literal ""../../gold/aarch64.cc"" (" """) (string_content "../../gold/aarch64.cc") (" """)) (, ",") (number_literal "0x361") (, ",") (string_literal ""set_destination_address"" (" """) (string_content "set_destination_address") (" """)) () ")"))) (; ";")) (} "}"))) (expression_statement "*(int *)(iVar13 + 4) = iVar18 + 4;" (assignment_expression "*(int *)(iVar13 + 4) = iVar18 + 4" (pointer_expression "*(int *)(iVar13 + 4)" (* "*") (cast_expression "(int *)(iVar13 + 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar13 + 4)" (( "(") (binary_expression "iVar13 + 4" (identifier "iVar13") (+ "+") (number_literal "4")) () ")")))) (= "=") (binary_expression "iVar18 + 4" (identifier "iVar18") (+ "+") (number_literal "4"))) (; ";")) (expression_statement "iVar9 = thunk_FUN_003af660(iVar9);" (assignment_expression "iVar9 = thunk_FUN_003af660(iVar9)" (identifier "iVar9") (= "=") (call_expression "thunk_FUN_003af660(iVar9)" (identifier "thunk_FUN_003af660") (argument_list "(iVar9)" (( "(") (identifier "iVar9") () ")")))) (; ";")) (if_statement "if (iVar9 == local_40) break;" (if "if") (parenthesized_expression "(iVar9 == local_40)" (( "(") (binary_expression "iVar9 == local_40" (identifier "iVar9") (== "==") (identifier "local_40")) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "iVar13 = *(int *)(iVar9 + 0x10);" (assignment_expression "iVar13 = *(int *)(iVar9 + 0x10)" (identifier "iVar13") (= "=") (pointer_expression "*(int *)(iVar9 + 0x10)" (* "*") (cast_expression "(int *)(iVar9 + 0x10)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar9 + 0x10)" (( "(") (binary_expression "iVar9 + 0x10" (identifier "iVar9") (+ "+") (number_literal "0x10")) () ")"))))) (; ";")) (expression_statement "iVar18 = *(int *)(iVar13 + 0x18) + local_74;" (assignment_expression "iVar18 = *(int *)(iVar13 + 0x18) + local_74" (identifier "iVar18") (= "=") (binary_expression "*(int *)(iVar13 + 0x18) + local_74" (pointer_expression "*(int *)(iVar13 + 0x18)" (* "*") (cast_expression "(int *)(iVar13 + 0x18)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar13 + 0x18)" (( "(") (binary_expression "iVar13 + 0x18" (identifier "iVar13") (+ "+") (number_literal "0x18")) () ")")))) (+ "+") (identifier "local_74"))) (; ";")) (expression_statement "*(int *)(iVar13 + 0x20) = iVar18;" (assignment_expression "*(int *)(iVar13 + 0x20) = iVar18" (pointer_expression "*(int *)(iVar13 + 0x20)" (* "*") (cast_expression "(int *)(iVar13 + 0x20)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar13 + 0x20)" (( "(") (binary_expression "iVar13 + 0x20" (identifier "iVar13") (+ "+") (number_literal "0x20")) () ")")))) (= "=") (identifier "iVar18")) (; ";")) (} "}"))) (} "}"))) (expression_statement "local_28 = (int *)0x0;" (assignment_expression "local_28 = (int *)0x0" (identifier "local_28") (= "=") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "iVar18 = FUN_0028b8b0(iVar7,local_64,&local_28,0);" (assignment_expression "iVar18 = FUN_0028b8b0(iVar7,local_64,&local_28,0)" (identifier "iVar18") (= "=") (call_expression "FUN_0028b8b0(iVar7,local_64,&local_28,0)" (identifier "FUN_0028b8b0") (argument_list "(iVar7,local_64,&local_28,0)" (( "(") (identifier "iVar7") (, ",") (identifier "local_64") (, ",") (pointer_expression "&local_28" (& "&") (identifier "local_28")) (, ",") (number_literal "0") () ")")))) (; ";")) (expression_statement "iVar13 = *(int *)(iVar7 + 0x150);" (assignment_expression "iVar13 = *(int *)(iVar7 + 0x150)" (identifier "iVar13") (= "=") (pointer_expression "*(int *)(iVar7 + 0x150)" (* "*") (cast_expression "(int *)(iVar7 + 0x150)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar7 + 0x150)" (( "(") (binary_expression "iVar7 + 0x150" (identifier "iVar7") (+ "+") (number_literal "0x150")) () ")"))))) (; ";")) (expression_statement "iVar9 = iVar24;" (assignment_expression "iVar9 = iVar24" (identifier "iVar9") (= "=") (identifier "iVar24")) (; ";")) (if_statement "if (*(int *)(iVar7 + 0x150) != 0) {\n do {\n while (iVar10 = iVar13, *(uint *)(iVar10 + 0x10) < local_64) {\n piVar8 = (int *)(iVar10 + 0xc);\n iVar13 = *piVar8;\n iVar10 = iVar9;\n if (*piVar8 == 0) goto LAB_001e9af5;\n }\n iVar13 = *(int *)(iVar10 + 8);\n iVar9 = iVar10;\n } while (*(int *)(iVar10 + 8) != 0);\nLAB_001e9af5:\n if (iVar24 != iVar10) {\n uVar23 = *(uint *)(iVar10 + 0x10);\n while (local_64 == uVar23) {\n iVar13 = thunk_FUN_003af660(iVar10);\n if (*(char *)(iVar10 + 0x18) == 'x') {\n iVar9 = *(int *)(iVar10 + 0x14);\n if ((iVar24 == iVar13) || (*(uint *)(iVar13 + 0x10) != local_64)) {\n local_54 = *(int *)((int)puVar3 + 0x3c);\n }\n else {\n local_54 = *(int *)(iVar13 + 0x14);\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(iVar10 + 0x1671) != '\0') &&\n (uVar23 = local_74 + iVar9, (uVar23 & 3) == 0)) {\n iVar10 = 0;\n if ((uVar23 & 0xfff) < 0xff8) {\n iVar10 = 0xff8 - (uVar23 & 0xfff);\n }\n while (iVar10 + 0xcU <= local_54 - iVar9) {\n puVar22 = (uint *)(iVar18 + iVar9 + iVar10);\n uVar20 = uVar23 + iVar10;\n if ((*puVar22 & 0x9f000000) == 0x90000000) {\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }\n iVar12 = iVar10 + 4;\n iVar10 = iVar10 + 0xffc;\n if ((uVar20 & 0xfff) == 0xff8) {\n iVar10 = iVar12;\n }\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (*(char *)(iVar10 + 0x16ed) != '\0') {\n uVar23 = local_54 - iVar9;\n if (4 < uVar23) {\n local_54 = 4;\n uVar20 = 0;\n do {\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n } while (local_54 < uVar23);\n }\n }\n }\n if (iVar24 == iVar13) break;\n iVar10 = iVar13;\n uVar23 = *(uint *)(iVar13 + 0x10);\n }\n }\n }" (if "if") (parenthesized_expression "(*(int *)(iVar7 + 0x150) != 0)" (( "(") (binary_expression "*(int *)(iVar7 + 0x150) != 0" (pointer_expression "*(int *)(iVar7 + 0x150)" (* "*") (cast_expression "(int *)(iVar7 + 0x150)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar7 + 0x150)" (( "(") (binary_expression "iVar7 + 0x150" (identifier "iVar7") (+ "+") (number_literal "0x150")) () ")")))) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n do {\n while (iVar10 = iVar13, *(uint *)(iVar10 + 0x10) < local_64) {\n piVar8 = (int *)(iVar10 + 0xc);\n iVar13 = *piVar8;\n iVar10 = iVar9;\n if (*piVar8 == 0) goto LAB_001e9af5;\n }\n iVar13 = *(int *)(iVar10 + 8);\n iVar9 = iVar10;\n } while (*(int *)(iVar10 + 8) != 0);\nLAB_001e9af5:\n if (iVar24 != iVar10) {\n uVar23 = *(uint *)(iVar10 + 0x10);\n while (local_64 == uVar23) {\n iVar13 = thunk_FUN_003af660(iVar10);\n if (*(char *)(iVar10 + 0x18) == 'x') {\n iVar9 = *(int *)(iVar10 + 0x14);\n if ((iVar24 == iVar13) || (*(uint *)(iVar13 + 0x10) != local_64)) {\n local_54 = *(int *)((int)puVar3 + 0x3c);\n }\n else {\n local_54 = *(int *)(iVar13 + 0x14);\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(iVar10 + 0x1671) != '\0') &&\n (uVar23 = local_74 + iVar9, (uVar23 & 3) == 0)) {\n iVar10 = 0;\n if ((uVar23 & 0xfff) < 0xff8) {\n iVar10 = 0xff8 - (uVar23 & 0xfff);\n }\n while (iVar10 + 0xcU <= local_54 - iVar9) {\n puVar22 = (uint *)(iVar18 + iVar9 + iVar10);\n uVar20 = uVar23 + iVar10;\n if ((*puVar22 & 0x9f000000) == 0x90000000) {\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }\n iVar12 = iVar10 + 4;\n iVar10 = iVar10 + 0xffc;\n if ((uVar20 & 0xfff) == 0xff8) {\n iVar10 = iVar12;\n }\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (*(char *)(iVar10 + 0x16ed) != '\0') {\n uVar23 = local_54 - iVar9;\n if (4 < uVar23) {\n local_54 = 4;\n uVar20 = 0;\n do {\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n } while (local_54 < uVar23);\n }\n }\n }\n if (iVar24 == iVar13) break;\n iVar10 = iVar13;\n uVar23 = *(uint *)(iVar13 + 0x10);\n }\n }\n }" ({ "{") (do_statement "do {\n while (iVar10 = iVar13, *(uint *)(iVar10 + 0x10) < local_64) {\n piVar8 = (int *)(iVar10 + 0xc);\n iVar13 = *piVar8;\n iVar10 = iVar9;\n if (*piVar8 == 0) goto LAB_001e9af5;\n }\n iVar13 = *(int *)(iVar10 + 8);\n iVar9 = iVar10;\n } while (*(int *)(iVar10 + 8) != 0);" (do "do") (compound_statement "{\n while (iVar10 = iVar13, *(uint *)(iVar10 + 0x10) < local_64) {\n piVar8 = (int *)(iVar10 + 0xc);\n iVar13 = *piVar8;\n iVar10 = iVar9;\n if (*piVar8 == 0) goto LAB_001e9af5;\n }\n iVar13 = *(int *)(iVar10 + 8);\n iVar9 = iVar10;\n }" ({ "{") (while_statement "while (iVar10 = iVar13, *(uint *)(iVar10 + 0x10) < local_64) {\n piVar8 = (int *)(iVar10 + 0xc);\n iVar13 = *piVar8;\n iVar10 = iVar9;\n if (*piVar8 == 0) goto LAB_001e9af5;\n }" (while "while") (parenthesized_expression "(iVar10 = iVar13, *(uint *)(iVar10 + 0x10) < local_64)" (( "(") (comma_expression "iVar10 = iVar13, *(uint *)(iVar10 + 0x10) < local_64" (assignment_expression "iVar10 = iVar13" (identifier "iVar10") (= "=") (identifier "iVar13")) (, ",") (binary_expression "*(uint *)(iVar10 + 0x10) < local_64" (pointer_expression "*(uint *)(iVar10 + 0x10)" (* "*") (cast_expression "(uint *)(iVar10 + 0x10)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar10 + 0x10)" (( "(") (binary_expression "iVar10 + 0x10" (identifier "iVar10") (+ "+") (number_literal "0x10")) () ")")))) (< "<") (identifier "local_64"))) () ")")) (compound_statement "{\n piVar8 = (int *)(iVar10 + 0xc);\n iVar13 = *piVar8;\n iVar10 = iVar9;\n if (*piVar8 == 0) goto LAB_001e9af5;\n }" ({ "{") (expression_statement "piVar8 = (int *)(iVar10 + 0xc);" (assignment_expression "piVar8 = (int *)(iVar10 + 0xc)" (identifier "piVar8") (= "=") (cast_expression "(int *)(iVar10 + 0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar10 + 0xc)" (( "(") (binary_expression "iVar10 + 0xc" (identifier "iVar10") (+ "+") (number_literal "0xc")) () ")")))) (; ";")) (expression_statement "iVar13 = *piVar8;" (assignment_expression "iVar13 = *piVar8" (identifier "iVar13") (= "=") (pointer_expression "*piVar8" (* "*") (identifier "piVar8"))) (; ";")) (expression_statement "iVar10 = iVar9;" (assignment_expression "iVar10 = iVar9" (identifier "iVar10") (= "=") (identifier "iVar9")) (; ";")) (if_statement "if (*piVar8 == 0) goto LAB_001e9af5;" (if "if") (parenthesized_expression "(*piVar8 == 0)" (( "(") (binary_expression "*piVar8 == 0" (pointer_expression "*piVar8" (* "*") (identifier "piVar8")) (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_001e9af5;" (goto "goto") (statement_identifier "LAB_001e9af5") (; ";"))) (} "}"))) (expression_statement "iVar13 = *(int *)(iVar10 + 8);" (assignment_expression "iVar13 = *(int *)(iVar10 + 8)" (identifier "iVar13") (= "=") (pointer_expression "*(int *)(iVar10 + 8)" (* "*") (cast_expression "(int *)(iVar10 + 8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar10 + 8)" (( "(") (binary_expression "iVar10 + 8" (identifier "iVar10") (+ "+") (number_literal "8")) () ")"))))) (; ";")) (expression_statement "iVar9 = iVar10;" (assignment_expression "iVar9 = iVar10" (identifier "iVar9") (= "=") (identifier "iVar10")) (; ";")) (} "}")) (while "while") (parenthesized_expression "(*(int *)(iVar10 + 8) != 0)" (( "(") (binary_expression "*(int *)(iVar10 + 8) != 0" (pointer_expression "*(int *)(iVar10 + 8)" (* "*") (cast_expression "(int *)(iVar10 + 8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar10 + 8)" (( "(") (binary_expression "iVar10 + 8" (identifier "iVar10") (+ "+") (number_literal "8")) () ")")))) (!= "!=") (number_literal "0")) () ")")) (; ";")) (labeled_statement "LAB_001e9af5:\n if (iVar24 != iVar10) {\n uVar23 = *(uint *)(iVar10 + 0x10);\n while (local_64 == uVar23) {\n iVar13 = thunk_FUN_003af660(iVar10);\n if (*(char *)(iVar10 + 0x18) == 'x') {\n iVar9 = *(int *)(iVar10 + 0x14);\n if ((iVar24 == iVar13) || (*(uint *)(iVar13 + 0x10) != local_64)) {\n local_54 = *(int *)((int)puVar3 + 0x3c);\n }\n else {\n local_54 = *(int *)(iVar13 + 0x14);\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(iVar10 + 0x1671) != '\0') &&\n (uVar23 = local_74 + iVar9, (uVar23 & 3) == 0)) {\n iVar10 = 0;\n if ((uVar23 & 0xfff) < 0xff8) {\n iVar10 = 0xff8 - (uVar23 & 0xfff);\n }\n while (iVar10 + 0xcU <= local_54 - iVar9) {\n puVar22 = (uint *)(iVar18 + iVar9 + iVar10);\n uVar20 = uVar23 + iVar10;\n if ((*puVar22 & 0x9f000000) == 0x90000000) {\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }\n iVar12 = iVar10 + 4;\n iVar10 = iVar10 + 0xffc;\n if ((uVar20 & 0xfff) == 0xff8) {\n iVar10 = iVar12;\n }\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (*(char *)(iVar10 + 0x16ed) != '\0') {\n uVar23 = local_54 - iVar9;\n if (4 < uVar23) {\n local_54 = 4;\n uVar20 = 0;\n do {\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n } while (local_54 < uVar23);\n }\n }\n }\n if (iVar24 == iVar13) break;\n iVar10 = iVar13;\n uVar23 = *(uint *)(iVar13 + 0x10);\n }\n }" (statement_identifier "LAB_001e9af5") (: ":") (if_statement "if (iVar24 != iVar10) {\n uVar23 = *(uint *)(iVar10 + 0x10);\n while (local_64 == uVar23) {\n iVar13 = thunk_FUN_003af660(iVar10);\n if (*(char *)(iVar10 + 0x18) == 'x') {\n iVar9 = *(int *)(iVar10 + 0x14);\n if ((iVar24 == iVar13) || (*(uint *)(iVar13 + 0x10) != local_64)) {\n local_54 = *(int *)((int)puVar3 + 0x3c);\n }\n else {\n local_54 = *(int *)(iVar13 + 0x14);\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(iVar10 + 0x1671) != '\0') &&\n (uVar23 = local_74 + iVar9, (uVar23 & 3) == 0)) {\n iVar10 = 0;\n if ((uVar23 & 0xfff) < 0xff8) {\n iVar10 = 0xff8 - (uVar23 & 0xfff);\n }\n while (iVar10 + 0xcU <= local_54 - iVar9) {\n puVar22 = (uint *)(iVar18 + iVar9 + iVar10);\n uVar20 = uVar23 + iVar10;\n if ((*puVar22 & 0x9f000000) == 0x90000000) {\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }\n iVar12 = iVar10 + 4;\n iVar10 = iVar10 + 0xffc;\n if ((uVar20 & 0xfff) == 0xff8) {\n iVar10 = iVar12;\n }\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (*(char *)(iVar10 + 0x16ed) != '\0') {\n uVar23 = local_54 - iVar9;\n if (4 < uVar23) {\n local_54 = 4;\n uVar20 = 0;\n do {\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n } while (local_54 < uVar23);\n }\n }\n }\n if (iVar24 == iVar13) break;\n iVar10 = iVar13;\n uVar23 = *(uint *)(iVar13 + 0x10);\n }\n }" (if "if") (parenthesized_expression "(iVar24 != iVar10)" (( "(") (binary_expression "iVar24 != iVar10" (identifier "iVar24") (!= "!=") (identifier "iVar10")) () ")")) (compound_statement "{\n uVar23 = *(uint *)(iVar10 + 0x10);\n while (local_64 == uVar23) {\n iVar13 = thunk_FUN_003af660(iVar10);\n if (*(char *)(iVar10 + 0x18) == 'x') {\n iVar9 = *(int *)(iVar10 + 0x14);\n if ((iVar24 == iVar13) || (*(uint *)(iVar13 + 0x10) != local_64)) {\n local_54 = *(int *)((int)puVar3 + 0x3c);\n }\n else {\n local_54 = *(int *)(iVar13 + 0x14);\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(iVar10 + 0x1671) != '\0') &&\n (uVar23 = local_74 + iVar9, (uVar23 & 3) == 0)) {\n iVar10 = 0;\n if ((uVar23 & 0xfff) < 0xff8) {\n iVar10 = 0xff8 - (uVar23 & 0xfff);\n }\n while (iVar10 + 0xcU <= local_54 - iVar9) {\n puVar22 = (uint *)(iVar18 + iVar9 + iVar10);\n uVar20 = uVar23 + iVar10;\n if ((*puVar22 & 0x9f000000) == 0x90000000) {\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }\n iVar12 = iVar10 + 4;\n iVar10 = iVar10 + 0xffc;\n if ((uVar20 & 0xfff) == 0xff8) {\n iVar10 = iVar12;\n }\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (*(char *)(iVar10 + 0x16ed) != '\0') {\n uVar23 = local_54 - iVar9;\n if (4 < uVar23) {\n local_54 = 4;\n uVar20 = 0;\n do {\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n } while (local_54 < uVar23);\n }\n }\n }\n if (iVar24 == iVar13) break;\n iVar10 = iVar13;\n uVar23 = *(uint *)(iVar13 + 0x10);\n }\n }" ({ "{") (expression_statement "uVar23 = *(uint *)(iVar10 + 0x10);" (assignment_expression "uVar23 = *(uint *)(iVar10 + 0x10)" (identifier "uVar23") (= "=") (pointer_expression "*(uint *)(iVar10 + 0x10)" (* "*") (cast_expression "(uint *)(iVar10 + 0x10)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar10 + 0x10)" (( "(") (binary_expression "iVar10 + 0x10" (identifier "iVar10") (+ "+") (number_literal "0x10")) () ")"))))) (; ";")) (while_statement "while (local_64 == uVar23) {\n iVar13 = thunk_FUN_003af660(iVar10);\n if (*(char *)(iVar10 + 0x18) == 'x') {\n iVar9 = *(int *)(iVar10 + 0x14);\n if ((iVar24 == iVar13) || (*(uint *)(iVar13 + 0x10) != local_64)) {\n local_54 = *(int *)((int)puVar3 + 0x3c);\n }\n else {\n local_54 = *(int *)(iVar13 + 0x14);\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(iVar10 + 0x1671) != '\0') &&\n (uVar23 = local_74 + iVar9, (uVar23 & 3) == 0)) {\n iVar10 = 0;\n if ((uVar23 & 0xfff) < 0xff8) {\n iVar10 = 0xff8 - (uVar23 & 0xfff);\n }\n while (iVar10 + 0xcU <= local_54 - iVar9) {\n puVar22 = (uint *)(iVar18 + iVar9 + iVar10);\n uVar20 = uVar23 + iVar10;\n if ((*puVar22 & 0x9f000000) == 0x90000000) {\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }\n iVar12 = iVar10 + 4;\n iVar10 = iVar10 + 0xffc;\n if ((uVar20 & 0xfff) == 0xff8) {\n iVar10 = iVar12;\n }\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (*(char *)(iVar10 + 0x16ed) != '\0') {\n uVar23 = local_54 - iVar9;\n if (4 < uVar23) {\n local_54 = 4;\n uVar20 = 0;\n do {\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n } while (local_54 < uVar23);\n }\n }\n }\n if (iVar24 == iVar13) break;\n iVar10 = iVar13;\n uVar23 = *(uint *)(iVar13 + 0x10);\n }" (while "while") (parenthesized_expression "(local_64 == uVar23)" (( "(") (binary_expression "local_64 == uVar23" (identifier "local_64") (== "==") (identifier "uVar23")) () ")")) (compound_statement "{\n iVar13 = thunk_FUN_003af660(iVar10);\n if (*(char *)(iVar10 + 0x18) == 'x') {\n iVar9 = *(int *)(iVar10 + 0x14);\n if ((iVar24 == iVar13) || (*(uint *)(iVar13 + 0x10) != local_64)) {\n local_54 = *(int *)((int)puVar3 + 0x3c);\n }\n else {\n local_54 = *(int *)(iVar13 + 0x14);\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(iVar10 + 0x1671) != '\0') &&\n (uVar23 = local_74 + iVar9, (uVar23 & 3) == 0)) {\n iVar10 = 0;\n if ((uVar23 & 0xfff) < 0xff8) {\n iVar10 = 0xff8 - (uVar23 & 0xfff);\n }\n while (iVar10 + 0xcU <= local_54 - iVar9) {\n puVar22 = (uint *)(iVar18 + iVar9 + iVar10);\n uVar20 = uVar23 + iVar10;\n if ((*puVar22 & 0x9f000000) == 0x90000000) {\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }\n iVar12 = iVar10 + 4;\n iVar10 = iVar10 + 0xffc;\n if ((uVar20 & 0xfff) == 0xff8) {\n iVar10 = iVar12;\n }\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (*(char *)(iVar10 + 0x16ed) != '\0') {\n uVar23 = local_54 - iVar9;\n if (4 < uVar23) {\n local_54 = 4;\n uVar20 = 0;\n do {\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n } while (local_54 < uVar23);\n }\n }\n }\n if (iVar24 == iVar13) break;\n iVar10 = iVar13;\n uVar23 = *(uint *)(iVar13 + 0x10);\n }" ({ "{") (expression_statement "iVar13 = thunk_FUN_003af660(iVar10);" (assignment_expression "iVar13 = thunk_FUN_003af660(iVar10)" (identifier "iVar13") (= "=") (call_expression "thunk_FUN_003af660(iVar10)" (identifier "thunk_FUN_003af660") (argument_list "(iVar10)" (( "(") (identifier "iVar10") () ")")))) (; ";")) (if_statement "if (*(char *)(iVar10 + 0x18) == 'x') {\n iVar9 = *(int *)(iVar10 + 0x14);\n if ((iVar24 == iVar13) || (*(uint *)(iVar13 + 0x10) != local_64)) {\n local_54 = *(int *)((int)puVar3 + 0x3c);\n }\n else {\n local_54 = *(int *)(iVar13 + 0x14);\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(iVar10 + 0x1671) != '\0') &&\n (uVar23 = local_74 + iVar9, (uVar23 & 3) == 0)) {\n iVar10 = 0;\n if ((uVar23 & 0xfff) < 0xff8) {\n iVar10 = 0xff8 - (uVar23 & 0xfff);\n }\n while (iVar10 + 0xcU <= local_54 - iVar9) {\n puVar22 = (uint *)(iVar18 + iVar9 + iVar10);\n uVar20 = uVar23 + iVar10;\n if ((*puVar22 & 0x9f000000) == 0x90000000) {\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }\n iVar12 = iVar10 + 4;\n iVar10 = iVar10 + 0xffc;\n if ((uVar20 & 0xfff) == 0xff8) {\n iVar10 = iVar12;\n }\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (*(char *)(iVar10 + 0x16ed) != '\0') {\n uVar23 = local_54 - iVar9;\n if (4 < uVar23) {\n local_54 = 4;\n uVar20 = 0;\n do {\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n } while (local_54 < uVar23);\n }\n }\n }" (if "if") (parenthesized_expression "(*(char *)(iVar10 + 0x18) == 'x')" (( "(") (binary_expression "*(char *)(iVar10 + 0x18) == 'x'" (pointer_expression "*(char *)(iVar10 + 0x18)" (* "*") (cast_expression "(char *)(iVar10 + 0x18)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar10 + 0x18)" (( "(") (binary_expression "iVar10 + 0x18" (identifier "iVar10") (+ "+") (number_literal "0x18")) () ")")))) (== "==") (char_literal "'x'" (' "'") (character "x") (' "'"))) () ")")) (compound_statement "{\n iVar9 = *(int *)(iVar10 + 0x14);\n if ((iVar24 == iVar13) || (*(uint *)(iVar13 + 0x10) != local_64)) {\n local_54 = *(int *)((int)puVar3 + 0x3c);\n }\n else {\n local_54 = *(int *)(iVar13 + 0x14);\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(iVar10 + 0x1671) != '\0') &&\n (uVar23 = local_74 + iVar9, (uVar23 & 3) == 0)) {\n iVar10 = 0;\n if ((uVar23 & 0xfff) < 0xff8) {\n iVar10 = 0xff8 - (uVar23 & 0xfff);\n }\n while (iVar10 + 0xcU <= local_54 - iVar9) {\n puVar22 = (uint *)(iVar18 + iVar9 + iVar10);\n uVar20 = uVar23 + iVar10;\n if ((*puVar22 & 0x9f000000) == 0x90000000) {\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }\n iVar12 = iVar10 + 4;\n iVar10 = iVar10 + 0xffc;\n if ((uVar20 & 0xfff) == 0xff8) {\n iVar10 = iVar12;\n }\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n }\n if (*(char *)(iVar10 + 0x16ed) != '\0') {\n uVar23 = local_54 - iVar9;\n if (4 < uVar23) {\n local_54 = 4;\n uVar20 = 0;\n do {\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n } while (local_54 < uVar23);\n }\n }\n }" ({ "{") (expression_statement "iVar9 = *(int *)(iVar10 + 0x14);" (assignment_expression "iVar9 = *(int *)(iVar10 + 0x14)" (identifier "iVar9") (= "=") (pointer_expression "*(int *)(iVar10 + 0x14)" (* "*") (cast_expression "(int *)(iVar10 + 0x14)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar10 + 0x14)" (( "(") (binary_expression "iVar10 + 0x14" (identifier "iVar10") (+ "+") (number_literal "0x14")) () ")"))))) (; ";")) (if_statement "if ((iVar24 == iVar13) || (*(uint *)(iVar13 + 0x10) != local_64)) {\n local_54 = *(int *)((int)puVar3 + 0x3c);\n }\n else {\n local_54 = *(int *)(iVar13 + 0x14);\n }" (if "if") (parenthesized_expression "((iVar24 == iVar13) || (*(uint *)(iVar13 + 0x10) != local_64))" (( "(") (binary_expression "(iVar24 == iVar13) || (*(uint *)(iVar13 + 0x10) != local_64)" (parenthesized_expression "(iVar24 == iVar13)" (( "(") (binary_expression "iVar24 == iVar13" (identifier "iVar24") (== "==") (identifier "iVar13")) () ")")) (|| "||") (parenthesized_expression "(*(uint *)(iVar13 + 0x10) != local_64)" (( "(") (binary_expression "*(uint *)(iVar13 + 0x10) != local_64" (pointer_expression "*(uint *)(iVar13 + 0x10)" (* "*") (cast_expression "(uint *)(iVar13 + 0x10)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar13 + 0x10)" (( "(") (binary_expression "iVar13 + 0x10" (identifier "iVar13") (+ "+") (number_literal "0x10")) () ")")))) (!= "!=") (identifier "local_64")) () ")"))) () ")")) (compound_statement "{\n local_54 = *(int *)((int)puVar3 + 0x3c);\n }" ({ "{") (expression_statement "local_54 = *(int *)((int)puVar3 + 0x3c);" (assignment_expression "local_54 = *(int *)((int)puVar3 + 0x3c)" (identifier "local_54") (= "=") (pointer_expression "*(int *)((int)puVar3 + 0x3c)" (* "*") (cast_expression "(int *)((int)puVar3 + 0x3c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)puVar3 + 0x3c)" (( "(") (binary_expression "(int)puVar3 + 0x3c" (cast_expression "(int)puVar3" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "puVar3")) (+ "+") (number_literal "0x3c")) () ")"))))) (; ";")) (} "}")) (else_clause "else {\n local_54 = *(int *)(iVar13 + 0x14);\n }" (else "else") (compound_statement "{\n local_54 = *(int *)(iVar13 + 0x14);\n }" ({ "{") (expression_statement "local_54 = *(int *)(iVar13 + 0x14);" (assignment_expression "local_54 = *(int *)(iVar13 + 0x14)" (identifier "local_54") (= "=") (pointer_expression "*(int *)(iVar13 + 0x14)" (* "*") (cast_expression "(int *)(iVar13 + 0x14)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar13 + 0x14)" (( "(") (binary_expression "iVar13 + 0x14" (identifier "iVar13") (+ "+") (number_literal "0x14")) () ")"))))) (; ";")) (} "}")))) (expression_statement "iVar10 = *(int *)(DAT_005ea7c8 + 8);" (assignment_expression "iVar10 = *(int *)(DAT_005ea7c8 + 8)" (identifier "iVar10") (= "=") (pointer_expression "*(int *)(DAT_005ea7c8 + 8)" (* "*") (cast_expression "(int *)(DAT_005ea7c8 + 8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_005ea7c8 + 8)" (( "(") (binary_expression "DAT_005ea7c8 + 8" (identifier "DAT_005ea7c8") (+ "+") (number_literal "8")) () ")"))))) (; ";")) (if_statement "if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }" (if "if") (parenthesized_expression "(iVar10 == 0)" (( "(") (binary_expression "iVar10 == 0" (identifier "iVar10") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }" ({ "{") (expression_statement "FUN_002446e0("../../gold/parameters.h",0x5c,"options");" (call_expression "FUN_002446e0("../../gold/parameters.h",0x5c,"options")" (identifier "FUN_002446e0") (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 *)(iVar10 + 0x1671) != '\0') &&\n (uVar23 = local_74 + iVar9, (uVar23 & 3) == 0)) {\n iVar10 = 0;\n if ((uVar23 & 0xfff) < 0xff8) {\n iVar10 = 0xff8 - (uVar23 & 0xfff);\n }\n while (iVar10 + 0xcU <= local_54 - iVar9) {\n puVar22 = (uint *)(iVar18 + iVar9 + iVar10);\n uVar20 = uVar23 + iVar10;\n if ((*puVar22 & 0x9f000000) == 0x90000000) {\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }\n iVar12 = iVar10 + 4;\n iVar10 = iVar10 + 0xffc;\n if ((uVar20 & 0xfff) == 0xff8) {\n iVar10 = iVar12;\n }\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n }" (if "if") (parenthesized_expression "((*(char *)(iVar10 + 0x1671) != '\0') &&\n (uVar23 = local_74 + iVar9, (uVar23 & 3) == 0))" (( "(") (binary_expression "(*(char *)(iVar10 + 0x1671) != '\0') &&\n (uVar23 = local_74 + iVar9, (uVar23 & 3) == 0)" (parenthesized_expression "(*(char *)(iVar10 + 0x1671) != '\0')" (( "(") (binary_expression "*(char *)(iVar10 + 0x1671) != '\0'" (pointer_expression "*(char *)(iVar10 + 0x1671)" (* "*") (cast_expression "(char *)(iVar10 + 0x1671)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar10 + 0x1671)" (( "(") (binary_expression "iVar10 + 0x1671" (identifier "iVar10") (+ "+") (number_literal "0x1671")) () ")")))) (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (&& "&&") (parenthesized_expression "(uVar23 = local_74 + iVar9, (uVar23 & 3) == 0)" (( "(") (comma_expression "uVar23 = local_74 + iVar9, (uVar23 & 3) == 0" (assignment_expression "uVar23 = local_74 + iVar9" (identifier "uVar23") (= "=") (binary_expression "local_74 + iVar9" (identifier "local_74") (+ "+") (identifier "iVar9"))) (, ",") (binary_expression "(uVar23 & 3) == 0" (parenthesized_expression "(uVar23 & 3)" (( "(") (binary_expression "uVar23 & 3" (identifier "uVar23") (& "&") (number_literal "3")) () ")")) (== "==") (number_literal "0"))) () ")"))) () ")")) (compound_statement "{\n iVar10 = 0;\n if ((uVar23 & 0xfff) < 0xff8) {\n iVar10 = 0xff8 - (uVar23 & 0xfff);\n }\n while (iVar10 + 0xcU <= local_54 - iVar9) {\n puVar22 = (uint *)(iVar18 + iVar9 + iVar10);\n uVar20 = uVar23 + iVar10;\n if ((*puVar22 & 0x9f000000) == 0x90000000) {\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }\n iVar12 = iVar10 + 4;\n iVar10 = iVar10 + 0xffc;\n if ((uVar20 & 0xfff) == 0xff8) {\n iVar10 = iVar12;\n }\n }\n iVar10 = *(int *)(DAT_005ea7c8 + 8);\n if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }\n }" ({ "{") (expression_statement "iVar10 = 0;" (assignment_expression "iVar10 = 0" (identifier "iVar10") (= "=") (number_literal "0")) (; ";")) (if_statement "if ((uVar23 & 0xfff) < 0xff8) {\n iVar10 = 0xff8 - (uVar23 & 0xfff);\n }" (if "if") (parenthesized_expression "((uVar23 & 0xfff) < 0xff8)" (( "(") (binary_expression "(uVar23 & 0xfff) < 0xff8" (parenthesized_expression "(uVar23 & 0xfff)" (( "(") (binary_expression "uVar23 & 0xfff" (identifier "uVar23") (& "&") (number_literal "0xfff")) () ")")) (< "<") (number_literal "0xff8")) () ")")) (compound_statement "{\n iVar10 = 0xff8 - (uVar23 & 0xfff);\n }" ({ "{") (expression_statement "iVar10 = 0xff8 - (uVar23 & 0xfff);" (assignment_expression "iVar10 = 0xff8 - (uVar23 & 0xfff)" (identifier "iVar10") (= "=") (binary_expression "0xff8 - (uVar23 & 0xfff)" (number_literal "0xff8") (- "-") (parenthesized_expression "(uVar23 & 0xfff)" (( "(") (binary_expression "uVar23 & 0xfff" (identifier "uVar23") (& "&") (number_literal "0xfff")) () ")")))) (; ";")) (} "}"))) (while_statement "while (iVar10 + 0xcU <= local_54 - iVar9) {\n puVar22 = (uint *)(iVar18 + iVar9 + iVar10);\n uVar20 = uVar23 + iVar10;\n if ((*puVar22 & 0x9f000000) == 0x90000000) {\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }\n iVar12 = iVar10 + 4;\n iVar10 = iVar10 + 0xffc;\n if ((uVar20 & 0xfff) == 0xff8) {\n iVar10 = iVar12;\n }\n }" (while "while") (parenthesized_expression "(iVar10 + 0xcU <= local_54 - iVar9)" (( "(") (binary_expression "iVar10 + 0xcU <= local_54 - iVar9" (binary_expression "iVar10 + 0xcU" (identifier "iVar10") (+ "+") (number_literal "0xcU")) (<= "<=") (binary_expression "local_54 - iVar9" (identifier "local_54") (- "-") (identifier "iVar9"))) () ")")) (compound_statement "{\n puVar22 = (uint *)(iVar18 + iVar9 + iVar10);\n uVar20 = uVar23 + iVar10;\n if ((*puVar22 & 0x9f000000) == 0x90000000) {\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }\n iVar12 = iVar10 + 4;\n iVar10 = iVar10 + 0xffc;\n if ((uVar20 & 0xfff) == 0xff8) {\n iVar10 = iVar12;\n }\n }" ({ "{") (expression_statement "puVar22 = (uint *)(iVar18 + iVar9 + iVar10);" (assignment_expression "puVar22 = (uint *)(iVar18 + iVar9 + iVar10)" (identifier "puVar22") (= "=") (cast_expression "(uint *)(iVar18 + iVar9 + iVar10)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar18 + iVar9 + iVar10)" (( "(") (binary_expression "iVar18 + iVar9 + iVar10" (binary_expression "iVar18 + iVar9" (identifier "iVar18") (+ "+") (identifier "iVar9")) (+ "+") (identifier "iVar10")) () ")")))) (; ";")) (expression_statement "uVar20 = uVar23 + iVar10;" (assignment_expression "uVar20 = uVar23 + iVar10" (identifier "uVar20") (= "=") (binary_expression "uVar23 + iVar10" (identifier "uVar23") (+ "+") (identifier "iVar10"))) (; ";")) (if_statement "if ((*puVar22 & 0x9f000000) == 0x90000000) {\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }" (if "if") (parenthesized_expression "((*puVar22 & 0x9f000000) == 0x90000000)" (( "(") (binary_expression "(*puVar22 & 0x9f000000) == 0x90000000" (parenthesized_expression "(*puVar22 & 0x9f000000)" (( "(") (binary_expression "*puVar22 & 0x9f000000" (pointer_expression "*puVar22" (* "*") (identifier "puVar22")) (& "&") (number_literal "0x9f000000")) () ")")) (== "==") (number_literal "0x90000000")) () ")")) (compound_statement "{\n local_90 = puVar22[2];\n cVar4 = FUN_001e1b20();\n if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }\n }" ({ "{") (expression_statement "local_90 = puVar22[2];" (assignment_expression "local_90 = puVar22[2]" (identifier "local_90") (= "=") (subscript_expression "puVar22[2]" (identifier "puVar22") ([ "[") (number_literal "2") (] "]"))) (; ";")) (expression_statement "cVar4 = FUN_001e1b20();" (assignment_expression "cVar4 = FUN_001e1b20()" (identifier "cVar4") (= "=") (call_expression "FUN_001e1b20()" (identifier "FUN_001e1b20") (argument_list "()" (( "(") () ")")))) (; ";")) (if_statement "if (cVar4 == '\0') {\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }\n else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }" (if "if") (parenthesized_expression "(cVar4 == '\0')" (( "(") (binary_expression "cVar4 == '\0'" (identifier "cVar4") (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }\n }" ({ "{") (if_statement "if (((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)) {\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }" (if "if") (parenthesized_expression "(((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000))" (( "(") (binary_expression "((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)) &&\n ((local_90 & 0xffdffc1f) != 0xd61f0000)" (parenthesized_expression "((iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000))" (( "(") (binary_expression "(iVar10 + 0x10U <= local_54 - iVar9) &&\n ((local_90 & 0x7c000000) != 0x14000000)" (parenthesized_expression "(iVar10 + 0x10U <= local_54 - iVar9)" (( "(") (binary_expression "iVar10 + 0x10U <= local_54 - iVar9" (binary_expression "iVar10 + 0x10U" (identifier "iVar10") (+ "+") (number_literal "0x10U")) (<= "<=") (binary_expression "local_54 - iVar9" (identifier "local_54") (- "-") (identifier "iVar9"))) () ")")) (&& "&&") (parenthesized_expression "((local_90 & 0x7c000000) != 0x14000000)" (( "(") (binary_expression "(local_90 & 0x7c000000) != 0x14000000" (parenthesized_expression "(local_90 & 0x7c000000)" (( "(") (binary_expression "local_90 & 0x7c000000" (identifier "local_90") (& "&") (number_literal "0x7c000000")) () ")")) (!= "!=") (number_literal "0x14000000")) () ")"))) () ")")) (&& "&&") (parenthesized_expression "((local_90 & 0xffdffc1f) != 0xd61f0000)" (( "(") (binary_expression "(local_90 & 0xffdffc1f) != 0xd61f0000" (parenthesized_expression "(local_90 & 0xffdffc1f)" (( "(") (binary_expression "local_90 & 0xffdffc1f" (identifier "local_90") (& "&") (number_literal "0xffdffc1f")) () ")")) (!= "!=") (number_literal "0xd61f0000")) () ")"))) () ")")) (compound_statement "{\n local_90 = puVar22[3];\n cVar4 = FUN_001e1b20();\n if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }\n }" ({ "{") (expression_statement "local_90 = puVar22[3];" (assignment_expression "local_90 = puVar22[3]" (identifier "local_90") (= "=") (subscript_expression "puVar22[3]" (identifier "puVar22") ([ "[") (number_literal "3") (] "]"))) (; ";")) (expression_statement "cVar4 = FUN_001e1b20();" (assignment_expression "cVar4 = FUN_001e1b20()" (identifier "cVar4") (= "=") (call_expression "FUN_001e1b20()" (identifier "FUN_001e1b20") (argument_list "()" (( "(") () ")")))) (; ";")) (if_statement "if (cVar4 != '\0') {\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }" (if "if") (parenthesized_expression "(cVar4 != '\0')" (( "(") (binary_expression "cVar4 != '\0'" (identifier "cVar4") (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n iVar12 = 0xc;\n goto LAB_001e9f35;\n }" ({ "{") (expression_statement "iVar12 = 0xc;" (assignment_expression "iVar12 = 0xc" (identifier "iVar12") (= "=") (number_literal "0xc")) (; ";")) (goto_statement "goto LAB_001e9f35;" (goto "goto") (statement_identifier "LAB_001e9f35") (; ";")) (} "}"))) (} "}"))) (} "}")) (else_clause "else {\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }" (else "else") (compound_statement "{\n iVar12 = 8;\nLAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);\n }" ({ "{") (expression_statement "iVar12 = 8;" (assignment_expression "iVar12 = 8" (identifier "iVar12") (= "=") (number_literal "8")) (; ";")) (labeled_statement "LAB_001e9f35:\n FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);" (statement_identifier "LAB_001e9f35") (: ":") (expression_statement "FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10);" (call_expression "FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10)" (identifier "FUN_001e11a0") (argument_list "(iVar12 + uVar20,local_90,4,iVar9 + iVar10)" (( "(") (binary_expression "iVar12 + uVar20" (identifier "iVar12") (+ "+") (identifier "uVar20")) (, ",") (identifier "local_90") (, ",") (number_literal "4") (, ",") (binary_expression "iVar9 + iVar10" (identifier "iVar9") (+ "+") (identifier "iVar10")) () ")"))) (; ";"))) (} "}")))) (} "}"))) (expression_statement "iVar12 = iVar10 + 4;" (assignment_expression "iVar12 = iVar10 + 4" (identifier "iVar12") (= "=") (binary_expression "iVar10 + 4" (identifier "iVar10") (+ "+") (number_literal "4"))) (; ";")) (expression_statement "iVar10 = iVar10 + 0xffc;" (assignment_expression "iVar10 = iVar10 + 0xffc" (identifier "iVar10") (= "=") (binary_expression "iVar10 + 0xffc" (identifier "iVar10") (+ "+") (number_literal "0xffc"))) (; ";")) (if_statement "if ((uVar20 & 0xfff) == 0xff8) {\n iVar10 = iVar12;\n }" (if "if") (parenthesized_expression "((uVar20 & 0xfff) == 0xff8)" (( "(") (binary_expression "(uVar20 & 0xfff) == 0xff8" (parenthesized_expression "(uVar20 & 0xfff)" (( "(") (binary_expression "uVar20 & 0xfff" (identifier "uVar20") (& "&") (number_literal "0xfff")) () ")")) (== "==") (number_literal "0xff8")) () ")")) (compound_statement "{\n iVar10 = iVar12;\n }" ({ "{") (expression_statement "iVar10 = iVar12;" (assignment_expression "iVar10 = iVar12" (identifier "iVar10") (= "=") (identifier "iVar12")) (; ";")) (} "}"))) (} "}"))) (expression_statement "iVar10 = *(int *)(DAT_005ea7c8 + 8);" (assignment_expression "iVar10 = *(int *)(DAT_005ea7c8 + 8)" (identifier "iVar10") (= "=") (pointer_expression "*(int *)(DAT_005ea7c8 + 8)" (* "*") (cast_expression "(int *)(DAT_005ea7c8 + 8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_005ea7c8 + 8)" (( "(") (binary_expression "DAT_005ea7c8 + 8" (identifier "DAT_005ea7c8") (+ "+") (number_literal "8")) () ")"))))) (; ";")) (if_statement "if (iVar10 == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }" (if "if") (parenthesized_expression "(iVar10 == 0)" (( "(") (binary_expression "iVar10 == 0" (identifier "iVar10") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n \n FUN_002446e0("../../gold/parameters.h",0x5c,"options");\n }" ({ "{") (expression_statement "FUN_002446e0("../../gold/parameters.h",0x5c,"options");" (call_expression "FUN_002446e0("../../gold/parameters.h",0x5c,"options")" (identifier "FUN_002446e0") (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 *)(iVar10 + 0x16ed) != '\0') {\n uVar23 = local_54 - iVar9;\n if (4 < uVar23) {\n local_54 = 4;\n uVar20 = 0;\n do {\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n } while (local_54 < uVar23);\n }\n }" (if "if") (parenthesized_expression "(*(char *)(iVar10 + 0x16ed) != '\0')" (( "(") (binary_expression "*(char *)(iVar10 + 0x16ed) != '\0'" (pointer_expression "*(char *)(iVar10 + 0x16ed)" (* "*") (cast_expression "(char *)(iVar10 + 0x16ed)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar10 + 0x16ed)" (( "(") (binary_expression "iVar10 + 0x16ed" (identifier "iVar10") (+ "+") (number_literal "0x16ed")) () ")")))) (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n uVar23 = local_54 - iVar9;\n if (4 < uVar23) {\n local_54 = 4;\n uVar20 = 0;\n do {\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n } while (local_54 < uVar23);\n }\n }" ({ "{") (expression_statement "uVar23 = local_54 - iVar9;" (assignment_expression "uVar23 = local_54 - iVar9" (identifier "uVar23") (= "=") (binary_expression "local_54 - iVar9" (identifier "local_54") (- "-") (identifier "iVar9"))) (; ";")) (if_statement "if (4 < uVar23) {\n local_54 = 4;\n uVar20 = 0;\n do {\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n } while (local_54 < uVar23);\n }" (if "if") (parenthesized_expression "(4 < uVar23)" (( "(") (binary_expression "4 < uVar23" (number_literal "4") (< "<") (identifier "uVar23")) () ")")) (compound_statement "{\n local_54 = 4;\n uVar20 = 0;\n do {\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n } while (local_54 < uVar23);\n }" ({ "{") (expression_statement "local_54 = 4;" (assignment_expression "local_54 = 4" (identifier "local_54") (= "=") (number_literal "4")) (; ";")) (expression_statement "uVar20 = 0;" (assignment_expression "uVar20 = 0" (identifier "uVar20") (= "=") (number_literal "0")) (; ";")) (do_statement "do {\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n } while (local_54 < uVar23);" (do "do") (compound_statement "{\n uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);\n cVar4 = FUN_001d4700();\n if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }\n local_54 = uVar20 + 8;\n uVar20 = uVar20 + 4;\n }" ({ "{") (expression_statement "uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4);" (assignment_expression "uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4)" (identifier "uVar1") (= "=") (pointer_expression "*(undefined4 *)(iVar18 + iVar9 + uVar20 + 4)" (* "*") (cast_expression "(undefined4 *)(iVar18 + iVar9 + uVar20 + 4)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar18 + iVar9 + uVar20 + 4)" (( "(") (binary_expression "iVar18 + iVar9 + uVar20 + 4" (binary_expression "iVar18 + iVar9 + uVar20" (binary_expression "iVar18 + iVar9" (identifier "iVar18") (+ "+") (identifier "iVar9")) (+ "+") (identifier "uVar20")) (+ "+") (number_literal "4")) () ")"))))) (; ";")) (expression_statement "cVar4 = FUN_001d4700();" (assignment_expression "cVar4 = FUN_001d4700()" (identifier "cVar4") (= "=") (call_expression "FUN_001d4700()" (identifier "FUN_001d4700") (argument_list "()" (( "(") () ")")))) (; ";")) (if_statement "if (cVar4 != '\0') {\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }" (if "if") (parenthesized_expression "(cVar4 != '\0')" (( "(") (binary_expression "cVar4 != '\0'" (identifier "cVar4") (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n uVar2 = *(undefined4 *)(iVar7 + 4);\n uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );\n FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);\n FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);\n uVar20 = local_54;\n }" ({ "{") (expression_statement "uVar2 = *(undefined4 *)(iVar7 + 4);" (assignment_expression "uVar2 = *(undefined4 *)(iVar7 + 4)" (identifier "uVar2") (= "=") (pointer_expression "*(undefined4 *)(iVar7 + 4)" (* "*") (cast_expression "(undefined4 *)(iVar7 + 4)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar7 + 4)" (( "(") (binary_expression "iVar7 + 4" (identifier "iVar7") (+ "+") (number_literal "4")) () ")"))))) (; ";")) (expression_statement "uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n );" (assignment_expression "uVar11 = gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n )" (identifier "uVar11") (= "=") (call_expression "gettext(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n )" (identifier "gettext") (argument_list "(\n "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."\n )" (( "(") (string_literal ""Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."" (" """) (string_content "Erratum 835769 found and fixed at ") (escape_sequence "\"") (string_content "%s") (escape_sequence "\"") (string_content ", section %d, offset 0x%08x.") (" """)) () ")")))) (; ";")) (expression_statement "FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20);" (call_expression "FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20)" (identifier "FUN_0023b870") (argument_list "(uVar11,uVar2,local_64,iVar9 + uVar20)" (( "(") (identifier "uVar11") (, ",") (identifier "uVar2") (, ",") (identifier "local_64") (, ",") (binary_expression "iVar9 + uVar20" (identifier "iVar9") (+ "+") (identifier "uVar20")) () ")"))) (; ";")) (expression_statement "FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0);" (call_expression "FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0)" (identifier "FUN_001e11a0") (argument_list "(uVar20 + local_74 + iVar9 + 4,uVar1,5,0)" (( "(") (binary_expression "uVar20 + local_74 + iVar9 + 4" (binary_expression "uVar20 + local_74 + iVar9" (binary_expression "uVar20 + local_74" (identifier "uVar20") (+ "+") (identifier "local_74")) (+ "+") (identifier "iVar9")) (+ "+") (number_literal "4")) (, ",") (identifier "uVar1") (, ",") (number_literal "5") (, ",") (number_literal "0") () ")"))) (; ";")) (expression_statement "uVar20 = local_54;" (assignment_expression "uVar20 = local_54" (identifier "uVar20") (= "=") (identifier "local_54")) (; ";")) (} "}"))) (expression_statement "local_54 = uVar20 + 8;" (assignment_expression "local_54 = uVar20 + 8" (identifier "local_54") (= "=") (binary_expression "uVar20 + 8" (identifier "uVar20") (+ "+") (number_literal "8"))) (; ";")) (expression_statement "uVar20 = uVar20 + 4;" (assignment_expression "uVar20 = uVar20 + 4" (identifier "uVar20") (= "=") (binary_expression "uVar20 + 4" (identifier "uVar20") (+ "+") (number_literal "4"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(local_54 < uVar23)" (( "(") (binary_expression "local_54 < uVar23" (identifier "local_54") (< "<") (identifier "uVar23")) () ")")) (; ";")) (} "}"))) (} "}"))) (} "}"))) (if_statement "if (iVar24 == iVar13) break;" (if "if") (parenthesized_expression "(iVar24 == iVar13)" (( "(") (binary_expression "iVar24 == iVar13" (identifier "iVar24") (== "==") (identifier "iVar13")) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "iVar10 = iVar13;" (assignment_expression "iVar10 = iVar13" (identifier "iVar10") (= "=") (identifier "iVar13")) (; ";")) (expression_statement "uVar23 = *(uint *)(iVar13 + 0x10);" (assignment_expression "uVar23 = *(uint *)(iVar13 + 0x10)" (identifier "uVar23") (= "=") (pointer_expression "*(uint *)(iVar13 + 0x10)" (* "*") (cast_expression "(uint *)(iVar13 + 0x10)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar13 + 0x10)" (( "(") (binary_expression "iVar13 + 0x10" (identifier "iVar13") (+ "+") (number_literal "0x10")) () ")"))))) (; ";")) (} "}"))) (} "}")))) (} "}"))) (} "}"))) (labeled_statement "LAB_001e9c60:\n iVar9 = *(int *)((int)puVar3 + 0x2c);" (statement_identifier "LAB_001e9c60") (: ":") (expression_statement "iVar9 = *(int *)((int)puVar3 + 0x2c);" (assignment_expression "iVar9 = *(int *)((int)puVar3 + 0x2c)" (identifier "iVar9") (= "=") (pointer_expression "*(int *)((int)puVar3 + 0x2c)" (* "*") (cast_expression "(int *)((int)puVar3 + 0x2c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)puVar3 + 0x2c)" (( "(") (binary_expression "(int)puVar3 + 0x2c" (cast_expression "(int)puVar3" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "puVar3")) (+ "+") (number_literal "0x2c")) () ")"))))) (; ";"))) (} "}"))) (} "}"))) (if_statement "if ((iVar9 == 4) && (iVar13 = *(int *)((int)puVar3 + 0x3c), iVar13 != 0)) {\n uVar23 = *(uint *)((int)puVar3 + 0x40);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if (((*(uint *)(iVar7 + 0xac) == uVar23) && (*(int *)((int)puVar3 + 0x4c) == 0xc)) &&\n (lVar30 = FUN_00442a10(iVar13,0,0xc,0), lVar30 == 0)) {\n local_6c = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < local_6c) {\n \n FUN_00106f60(iVar7 + 0x90);\n local_6c = local_6c + *(int *)(iVar7 + 0xa4);\n }\n if (local_6c < *(uint *)(iVar7 + 0x28)) {\n iVar13 = iVar6 + local_6c * 0x28;\n if ((((*(int *)(iVar13 + 0x14) != 0) && ((*(byte *)(iVar13 + 8) & 2) != 0)) &&\n (*(int *)(iVar13 + 4) == 1)) &&\n (iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_6c * 4), iVar13 != 0)) {\n cVar4 = FUN_0034cd20(param_4,iVar7,local_6c);\n bVar27 = false;\n bVar28 = cVar4 == '\0';\n if (bVar28) {\n iVar9 = 10;\n pbVar21 = *(byte **)(iVar13 + 0x20);\n pbVar25 = (byte *)".eh_frame";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar27 = *pbVar21 < *pbVar25;\n bVar28 = *pbVar21 == *pbVar25;\n pbVar21 = pbVar21 + (uint)bVar29 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar29 * -2 + 1;\n } while (bVar28);\n if ((!bVar27 && !bVar28) != bVar27) {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_6c) {\n \n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset",iVar9);\n }\n if (*(int *)(*(int *)(iVar7 + 0x84) + local_6c * 4) == -1) {\n \n uVar31 = FUN_002cd8b0(iVar13,iVar7,local_6c);\n if ((int)uVar31 == 0) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable",\n (int)((ulonglong)uVar31 >> 0x20));\n }\n }\n uVar23 = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= uVar23) {\n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + uVar23 * 4);\n if (*(int *)(*(int *)(iVar7 + 0x84) + uVar23 * 4) == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,uVar23);\n if (iVar13 == 0) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }\n else if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if (*(int *)(iVar7 + 0x1c) == 0) {\n \n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }\n FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)((int)puVar3 + 0x38),0\n ,*(undefined4 *)((int)puVar3 + 0x3c),1,0);\n local_34 = (int *)0x0;\n FUN_0028b8b0(iVar7,uVar23,&local_34,0);\n if (*(int *)((int)puVar3 + 0x2c) != 4) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }\n }\n }\n }\n }\n }\n }" (if "if") (parenthesized_expression "((iVar9 == 4) && (iVar13 = *(int *)((int)puVar3 + 0x3c), iVar13 != 0))" (( "(") (binary_expression "(iVar9 == 4) && (iVar13 = *(int *)((int)puVar3 + 0x3c), iVar13 != 0)" (parenthesized_expression "(iVar9 == 4)" (( "(") (binary_expression "iVar9 == 4" (identifier "iVar9") (== "==") (number_literal "4")) () ")")) (&& "&&") (parenthesized_expression "(iVar13 = *(int *)((int)puVar3 + 0x3c), iVar13 != 0)" (( "(") (comma_expression "iVar13 = *(int *)((int)puVar3 + 0x3c), iVar13 != 0" (assignment_expression "iVar13 = *(int *)((int)puVar3 + 0x3c)" (identifier "iVar13") (= "=") (pointer_expression "*(int *)((int)puVar3 + 0x3c)" (* "*") (cast_expression "(int *)((int)puVar3 + 0x3c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)puVar3 + 0x3c)" (( "(") (binary_expression "(int)puVar3 + 0x3c" (cast_expression "(int)puVar3" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "puVar3")) (+ "+") (number_literal "0x3c")) () ")"))))) (, ",") (binary_expression "iVar13 != 0" (identifier "iVar13") (!= "!=") (number_literal "0"))) () ")"))) () ")")) (compound_statement "{\n uVar23 = *(uint *)((int)puVar3 + 0x40);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if (((*(uint *)(iVar7 + 0xac) == uVar23) && (*(int *)((int)puVar3 + 0x4c) == 0xc)) &&\n (lVar30 = FUN_00442a10(iVar13,0,0xc,0), lVar30 == 0)) {\n local_6c = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < local_6c) {\n \n FUN_00106f60(iVar7 + 0x90);\n local_6c = local_6c + *(int *)(iVar7 + 0xa4);\n }\n if (local_6c < *(uint *)(iVar7 + 0x28)) {\n iVar13 = iVar6 + local_6c * 0x28;\n if ((((*(int *)(iVar13 + 0x14) != 0) && ((*(byte *)(iVar13 + 8) & 2) != 0)) &&\n (*(int *)(iVar13 + 4) == 1)) &&\n (iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_6c * 4), iVar13 != 0)) {\n cVar4 = FUN_0034cd20(param_4,iVar7,local_6c);\n bVar27 = false;\n bVar28 = cVar4 == '\0';\n if (bVar28) {\n iVar9 = 10;\n pbVar21 = *(byte **)(iVar13 + 0x20);\n pbVar25 = (byte *)".eh_frame";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar27 = *pbVar21 < *pbVar25;\n bVar28 = *pbVar21 == *pbVar25;\n pbVar21 = pbVar21 + (uint)bVar29 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar29 * -2 + 1;\n } while (bVar28);\n if ((!bVar27 && !bVar28) != bVar27) {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_6c) {\n \n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset",iVar9);\n }\n if (*(int *)(*(int *)(iVar7 + 0x84) + local_6c * 4) == -1) {\n \n uVar31 = FUN_002cd8b0(iVar13,iVar7,local_6c);\n if ((int)uVar31 == 0) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable",\n (int)((ulonglong)uVar31 >> 0x20));\n }\n }\n uVar23 = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= uVar23) {\n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + uVar23 * 4);\n if (*(int *)(*(int *)(iVar7 + 0x84) + uVar23 * 4) == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,uVar23);\n if (iVar13 == 0) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }\n else if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if (*(int *)(iVar7 + 0x1c) == 0) {\n \n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }\n FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)((int)puVar3 + 0x38),0\n ,*(undefined4 *)((int)puVar3 + 0x3c),1,0);\n local_34 = (int *)0x0;\n FUN_0028b8b0(iVar7,uVar23,&local_34,0);\n if (*(int *)((int)puVar3 + 0x2c) != 4) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }\n }\n }\n }\n }\n }\n }" ({ "{") (expression_statement "uVar23 = *(uint *)((int)puVar3 + 0x40);" (assignment_expression "uVar23 = *(uint *)((int)puVar3 + 0x40)" (identifier "uVar23") (= "=") (pointer_expression "*(uint *)((int)puVar3 + 0x40)" (* "*") (cast_expression "(uint *)((int)puVar3 + 0x40)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)puVar3 + 0x40)" (( "(") (binary_expression "(int)puVar3 + 0x40" (cast_expression "(int)puVar3" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "puVar3")) (+ "+") (number_literal "0x40")) () ")"))))) (; ";")) (if_statement "if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }" (if "if") (parenthesized_expression "(0xfeff < uVar23)" (( "(") (binary_expression "0xfeff < uVar23" (number_literal "0xfeff") (< "<") (identifier "uVar23")) () ")")) (compound_statement "{\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }" ({ "{") (expression_statement "FUN_00106f60(iVar7 + 0x90);" (call_expression "FUN_00106f60(iVar7 + 0x90)" (identifier "FUN_00106f60") (argument_list "(iVar7 + 0x90)" (( "(") (binary_expression "iVar7 + 0x90" (identifier "iVar7") (+ "+") (number_literal "0x90")) () ")"))) (; ";")) (expression_statement "uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);" (assignment_expression "uVar23 = uVar23 + *(int *)(iVar7 + 0xa4)" (identifier "uVar23") (= "=") (binary_expression "uVar23 + *(int *)(iVar7 + 0xa4)" (identifier "uVar23") (+ "+") (pointer_expression "*(int *)(iVar7 + 0xa4)" (* "*") (cast_expression "(int *)(iVar7 + 0xa4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar7 + 0xa4)" (( "(") (binary_expression "iVar7 + 0xa4" (identifier "iVar7") (+ "+") (number_literal "0xa4")) () ")")))))) (; ";")) (} "}"))) (if_statement "if (((*(uint *)(iVar7 + 0xac) == uVar23) && (*(int *)((int)puVar3 + 0x4c) == 0xc)) &&\n (lVar30 = FUN_00442a10(iVar13,0,0xc,0), lVar30 == 0)) {\n local_6c = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < local_6c) {\n \n FUN_00106f60(iVar7 + 0x90);\n local_6c = local_6c + *(int *)(iVar7 + 0xa4);\n }\n if (local_6c < *(uint *)(iVar7 + 0x28)) {\n iVar13 = iVar6 + local_6c * 0x28;\n if ((((*(int *)(iVar13 + 0x14) != 0) && ((*(byte *)(iVar13 + 8) & 2) != 0)) &&\n (*(int *)(iVar13 + 4) == 1)) &&\n (iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_6c * 4), iVar13 != 0)) {\n cVar4 = FUN_0034cd20(param_4,iVar7,local_6c);\n bVar27 = false;\n bVar28 = cVar4 == '\0';\n if (bVar28) {\n iVar9 = 10;\n pbVar21 = *(byte **)(iVar13 + 0x20);\n pbVar25 = (byte *)".eh_frame";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar27 = *pbVar21 < *pbVar25;\n bVar28 = *pbVar21 == *pbVar25;\n pbVar21 = pbVar21 + (uint)bVar29 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar29 * -2 + 1;\n } while (bVar28);\n if ((!bVar27 && !bVar28) != bVar27) {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_6c) {\n \n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset",iVar9);\n }\n if (*(int *)(*(int *)(iVar7 + 0x84) + local_6c * 4) == -1) {\n \n uVar31 = FUN_002cd8b0(iVar13,iVar7,local_6c);\n if ((int)uVar31 == 0) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable",\n (int)((ulonglong)uVar31 >> 0x20));\n }\n }\n uVar23 = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= uVar23) {\n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + uVar23 * 4);\n if (*(int *)(*(int *)(iVar7 + 0x84) + uVar23 * 4) == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,uVar23);\n if (iVar13 == 0) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }\n else if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if (*(int *)(iVar7 + 0x1c) == 0) {\n \n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }\n FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)((int)puVar3 + 0x38),0\n ,*(undefined4 *)((int)puVar3 + 0x3c),1,0);\n local_34 = (int *)0x0;\n FUN_0028b8b0(iVar7,uVar23,&local_34,0);\n if (*(int *)((int)puVar3 + 0x2c) != 4) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }\n }\n }\n }\n }\n }" (if "if") (parenthesized_expression "(((*(uint *)(iVar7 + 0xac) == uVar23) && (*(int *)((int)puVar3 + 0x4c) == 0xc)) &&\n (lVar30 = FUN_00442a10(iVar13,0,0xc,0), lVar30 == 0))" (( "(") (binary_expression "((*(uint *)(iVar7 + 0xac) == uVar23) && (*(int *)((int)puVar3 + 0x4c) == 0xc)) &&\n (lVar30 = FUN_00442a10(iVar13,0,0xc,0), lVar30 == 0)" (parenthesized_expression "((*(uint *)(iVar7 + 0xac) == uVar23) && (*(int *)((int)puVar3 + 0x4c) == 0xc))" (( "(") (binary_expression "(*(uint *)(iVar7 + 0xac) == uVar23) && (*(int *)((int)puVar3 + 0x4c) == 0xc)" (parenthesized_expression "(*(uint *)(iVar7 + 0xac) == uVar23)" (( "(") (binary_expression "*(uint *)(iVar7 + 0xac) == uVar23" (pointer_expression "*(uint *)(iVar7 + 0xac)" (* "*") (cast_expression "(uint *)(iVar7 + 0xac)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar7 + 0xac)" (( "(") (binary_expression "iVar7 + 0xac" (identifier "iVar7") (+ "+") (number_literal "0xac")) () ")")))) (== "==") (identifier "uVar23")) () ")")) (&& "&&") (parenthesized_expression "(*(int *)((int)puVar3 + 0x4c) == 0xc)" (( "(") (binary_expression "*(int *)((int)puVar3 + 0x4c) == 0xc" (pointer_expression "*(int *)((int)puVar3 + 0x4c)" (* "*") (cast_expression "(int *)((int)puVar3 + 0x4c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)puVar3 + 0x4c)" (( "(") (binary_expression "(int)puVar3 + 0x4c" (cast_expression "(int)puVar3" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "puVar3")) (+ "+") (number_literal "0x4c")) () ")")))) (== "==") (number_literal "0xc")) () ")"))) () ")")) (&& "&&") (parenthesized_expression "(lVar30 = FUN_00442a10(iVar13,0,0xc,0), lVar30 == 0)" (( "(") (comma_expression "lVar30 = FUN_00442a10(iVar13,0,0xc,0), lVar30 == 0" (assignment_expression "lVar30 = FUN_00442a10(iVar13,0,0xc,0)" (identifier "lVar30") (= "=") (call_expression "FUN_00442a10(iVar13,0,0xc,0)" (identifier "FUN_00442a10") (argument_list "(iVar13,0,0xc,0)" (( "(") (identifier "iVar13") (, ",") (number_literal "0") (, ",") (number_literal "0xc") (, ",") (number_literal "0") () ")")))) (, ",") (binary_expression "lVar30 == 0" (identifier "lVar30") (== "==") (number_literal "0"))) () ")"))) () ")")) (compound_statement "{\n local_6c = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < local_6c) {\n \n FUN_00106f60(iVar7 + 0x90);\n local_6c = local_6c + *(int *)(iVar7 + 0xa4);\n }\n if (local_6c < *(uint *)(iVar7 + 0x28)) {\n iVar13 = iVar6 + local_6c * 0x28;\n if ((((*(int *)(iVar13 + 0x14) != 0) && ((*(byte *)(iVar13 + 8) & 2) != 0)) &&\n (*(int *)(iVar13 + 4) == 1)) &&\n (iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_6c * 4), iVar13 != 0)) {\n cVar4 = FUN_0034cd20(param_4,iVar7,local_6c);\n bVar27 = false;\n bVar28 = cVar4 == '\0';\n if (bVar28) {\n iVar9 = 10;\n pbVar21 = *(byte **)(iVar13 + 0x20);\n pbVar25 = (byte *)".eh_frame";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar27 = *pbVar21 < *pbVar25;\n bVar28 = *pbVar21 == *pbVar25;\n pbVar21 = pbVar21 + (uint)bVar29 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar29 * -2 + 1;\n } while (bVar28);\n if ((!bVar27 && !bVar28) != bVar27) {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_6c) {\n \n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset",iVar9);\n }\n if (*(int *)(*(int *)(iVar7 + 0x84) + local_6c * 4) == -1) {\n \n uVar31 = FUN_002cd8b0(iVar13,iVar7,local_6c);\n if ((int)uVar31 == 0) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable",\n (int)((ulonglong)uVar31 >> 0x20));\n }\n }\n uVar23 = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= uVar23) {\n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + uVar23 * 4);\n if (*(int *)(*(int *)(iVar7 + 0x84) + uVar23 * 4) == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,uVar23);\n if (iVar13 == 0) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }\n else if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if (*(int *)(iVar7 + 0x1c) == 0) {\n \n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }\n FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)((int)puVar3 + 0x38),0\n ,*(undefined4 *)((int)puVar3 + 0x3c),1,0);\n local_34 = (int *)0x0;\n FUN_0028b8b0(iVar7,uVar23,&local_34,0);\n if (*(int *)((int)puVar3 + 0x2c) != 4) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }\n }\n }\n }\n }\n }" ({ "{") (expression_statement "local_6c = *(uint *)((int)puVar3 + 0x44);" (assignment_expression "local_6c = *(uint *)((int)puVar3 + 0x44)" (identifier "local_6c") (= "=") (pointer_expression "*(uint *)((int)puVar3 + 0x44)" (* "*") (cast_expression "(uint *)((int)puVar3 + 0x44)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)puVar3 + 0x44)" (( "(") (binary_expression "(int)puVar3 + 0x44" (cast_expression "(int)puVar3" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "puVar3")) (+ "+") (number_literal "0x44")) () ")"))))) (; ";")) (if_statement "if (0xfeff < local_6c) {\n \n FUN_00106f60(iVar7 + 0x90);\n local_6c = local_6c + *(int *)(iVar7 + 0xa4);\n }" (if "if") (parenthesized_expression "(0xfeff < local_6c)" (( "(") (binary_expression "0xfeff < local_6c" (number_literal "0xfeff") (< "<") (identifier "local_6c")) () ")")) (compound_statement "{\n \n FUN_00106f60(iVar7 + 0x90);\n local_6c = local_6c + *(int *)(iVar7 + 0xa4);\n }" ({ "{") (expression_statement "FUN_00106f60(iVar7 + 0x90);" (call_expression "FUN_00106f60(iVar7 + 0x90)" (identifier "FUN_00106f60") (argument_list "(iVar7 + 0x90)" (( "(") (binary_expression "iVar7 + 0x90" (identifier "iVar7") (+ "+") (number_literal "0x90")) () ")"))) (; ";")) (expression_statement "local_6c = local_6c + *(int *)(iVar7 + 0xa4);" (assignment_expression "local_6c = local_6c + *(int *)(iVar7 + 0xa4)" (identifier "local_6c") (= "=") (binary_expression "local_6c + *(int *)(iVar7 + 0xa4)" (identifier "local_6c") (+ "+") (pointer_expression "*(int *)(iVar7 + 0xa4)" (* "*") (cast_expression "(int *)(iVar7 + 0xa4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar7 + 0xa4)" (( "(") (binary_expression "iVar7 + 0xa4" (identifier "iVar7") (+ "+") (number_literal "0xa4")) () ")")))))) (; ";")) (} "}"))) (if_statement "if (local_6c < *(uint *)(iVar7 + 0x28)) {\n iVar13 = iVar6 + local_6c * 0x28;\n if ((((*(int *)(iVar13 + 0x14) != 0) && ((*(byte *)(iVar13 + 8) & 2) != 0)) &&\n (*(int *)(iVar13 + 4) == 1)) &&\n (iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_6c * 4), iVar13 != 0)) {\n cVar4 = FUN_0034cd20(param_4,iVar7,local_6c);\n bVar27 = false;\n bVar28 = cVar4 == '\0';\n if (bVar28) {\n iVar9 = 10;\n pbVar21 = *(byte **)(iVar13 + 0x20);\n pbVar25 = (byte *)".eh_frame";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar27 = *pbVar21 < *pbVar25;\n bVar28 = *pbVar21 == *pbVar25;\n pbVar21 = pbVar21 + (uint)bVar29 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar29 * -2 + 1;\n } while (bVar28);\n if ((!bVar27 && !bVar28) != bVar27) {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_6c) {\n \n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset",iVar9);\n }\n if (*(int *)(*(int *)(iVar7 + 0x84) + local_6c * 4) == -1) {\n \n uVar31 = FUN_002cd8b0(iVar13,iVar7,local_6c);\n if ((int)uVar31 == 0) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable",\n (int)((ulonglong)uVar31 >> 0x20));\n }\n }\n uVar23 = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= uVar23) {\n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + uVar23 * 4);\n if (*(int *)(*(int *)(iVar7 + 0x84) + uVar23 * 4) == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,uVar23);\n if (iVar13 == 0) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }\n else if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if (*(int *)(iVar7 + 0x1c) == 0) {\n \n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }\n FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)((int)puVar3 + 0x38),0\n ,*(undefined4 *)((int)puVar3 + 0x3c),1,0);\n local_34 = (int *)0x0;\n FUN_0028b8b0(iVar7,uVar23,&local_34,0);\n if (*(int *)((int)puVar3 + 0x2c) != 4) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }\n }\n }\n }\n }" (if "if") (parenthesized_expression "(local_6c < *(uint *)(iVar7 + 0x28))" (( "(") (binary_expression "local_6c < *(uint *)(iVar7 + 0x28)" (identifier "local_6c") (< "<") (pointer_expression "*(uint *)(iVar7 + 0x28)" (* "*") (cast_expression "(uint *)(iVar7 + 0x28)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar7 + 0x28)" (( "(") (binary_expression "iVar7 + 0x28" (identifier "iVar7") (+ "+") (number_literal "0x28")) () ")"))))) () ")")) (compound_statement "{\n iVar13 = iVar6 + local_6c * 0x28;\n if ((((*(int *)(iVar13 + 0x14) != 0) && ((*(byte *)(iVar13 + 8) & 2) != 0)) &&\n (*(int *)(iVar13 + 4) == 1)) &&\n (iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_6c * 4), iVar13 != 0)) {\n cVar4 = FUN_0034cd20(param_4,iVar7,local_6c);\n bVar27 = false;\n bVar28 = cVar4 == '\0';\n if (bVar28) {\n iVar9 = 10;\n pbVar21 = *(byte **)(iVar13 + 0x20);\n pbVar25 = (byte *)".eh_frame";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar27 = *pbVar21 < *pbVar25;\n bVar28 = *pbVar21 == *pbVar25;\n pbVar21 = pbVar21 + (uint)bVar29 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar29 * -2 + 1;\n } while (bVar28);\n if ((!bVar27 && !bVar28) != bVar27) {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_6c) {\n \n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset",iVar9);\n }\n if (*(int *)(*(int *)(iVar7 + 0x84) + local_6c * 4) == -1) {\n \n uVar31 = FUN_002cd8b0(iVar13,iVar7,local_6c);\n if ((int)uVar31 == 0) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable",\n (int)((ulonglong)uVar31 >> 0x20));\n }\n }\n uVar23 = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= uVar23) {\n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + uVar23 * 4);\n if (*(int *)(*(int *)(iVar7 + 0x84) + uVar23 * 4) == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,uVar23);\n if (iVar13 == 0) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }\n else if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if (*(int *)(iVar7 + 0x1c) == 0) {\n \n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }\n FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)((int)puVar3 + 0x38),0\n ,*(undefined4 *)((int)puVar3 + 0x3c),1,0);\n local_34 = (int *)0x0;\n FUN_0028b8b0(iVar7,uVar23,&local_34,0);\n if (*(int *)((int)puVar3 + 0x2c) != 4) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }\n }\n }\n }\n }" ({ "{") (expression_statement "iVar13 = iVar6 + local_6c * 0x28;" (assignment_expression "iVar13 = iVar6 + local_6c * 0x28" (identifier "iVar13") (= "=") (binary_expression "iVar6 + local_6c * 0x28" (identifier "iVar6") (+ "+") (binary_expression "local_6c * 0x28" (identifier "local_6c") (* "*") (number_literal "0x28")))) (; ";")) (if_statement "if ((((*(int *)(iVar13 + 0x14) != 0) && ((*(byte *)(iVar13 + 8) & 2) != 0)) &&\n (*(int *)(iVar13 + 4) == 1)) &&\n (iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_6c * 4), iVar13 != 0)) {\n cVar4 = FUN_0034cd20(param_4,iVar7,local_6c);\n bVar27 = false;\n bVar28 = cVar4 == '\0';\n if (bVar28) {\n iVar9 = 10;\n pbVar21 = *(byte **)(iVar13 + 0x20);\n pbVar25 = (byte *)".eh_frame";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar27 = *pbVar21 < *pbVar25;\n bVar28 = *pbVar21 == *pbVar25;\n pbVar21 = pbVar21 + (uint)bVar29 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar29 * -2 + 1;\n } while (bVar28);\n if ((!bVar27 && !bVar28) != bVar27) {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_6c) {\n \n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset",iVar9);\n }\n if (*(int *)(*(int *)(iVar7 + 0x84) + local_6c * 4) == -1) {\n \n uVar31 = FUN_002cd8b0(iVar13,iVar7,local_6c);\n if ((int)uVar31 == 0) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable",\n (int)((ulonglong)uVar31 >> 0x20));\n }\n }\n uVar23 = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= uVar23) {\n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + uVar23 * 4);\n if (*(int *)(*(int *)(iVar7 + 0x84) + uVar23 * 4) == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,uVar23);\n if (iVar13 == 0) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }\n else if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if (*(int *)(iVar7 + 0x1c) == 0) {\n \n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }\n FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)((int)puVar3 + 0x38),0\n ,*(undefined4 *)((int)puVar3 + 0x3c),1,0);\n local_34 = (int *)0x0;\n FUN_0028b8b0(iVar7,uVar23,&local_34,0);\n if (*(int *)((int)puVar3 + 0x2c) != 4) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }\n }\n }\n }" (if "if") (parenthesized_expression "((((*(int *)(iVar13 + 0x14) != 0) && ((*(byte *)(iVar13 + 8) & 2) != 0)) &&\n (*(int *)(iVar13 + 4) == 1)) &&\n (iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_6c * 4), iVar13 != 0))" (( "(") (binary_expression "(((*(int *)(iVar13 + 0x14) != 0) && ((*(byte *)(iVar13 + 8) & 2) != 0)) &&\n (*(int *)(iVar13 + 4) == 1)) &&\n (iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_6c * 4), iVar13 != 0)" (parenthesized_expression "(((*(int *)(iVar13 + 0x14) != 0) && ((*(byte *)(iVar13 + 8) & 2) != 0)) &&\n (*(int *)(iVar13 + 4) == 1))" (( "(") (binary_expression "((*(int *)(iVar13 + 0x14) != 0) && ((*(byte *)(iVar13 + 8) & 2) != 0)) &&\n (*(int *)(iVar13 + 4) == 1)" (parenthesized_expression "((*(int *)(iVar13 + 0x14) != 0) && ((*(byte *)(iVar13 + 8) & 2) != 0))" (( "(") (binary_expression "(*(int *)(iVar13 + 0x14) != 0) && ((*(byte *)(iVar13 + 8) & 2) != 0)" (parenthesized_expression "(*(int *)(iVar13 + 0x14) != 0)" (( "(") (binary_expression "*(int *)(iVar13 + 0x14) != 0" (pointer_expression "*(int *)(iVar13 + 0x14)" (* "*") (cast_expression "(int *)(iVar13 + 0x14)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar13 + 0x14)" (( "(") (binary_expression "iVar13 + 0x14" (identifier "iVar13") (+ "+") (number_literal "0x14")) () ")")))) (!= "!=") (number_literal "0")) () ")")) (&& "&&") (parenthesized_expression "((*(byte *)(iVar13 + 8) & 2) != 0)" (( "(") (binary_expression "(*(byte *)(iVar13 + 8) & 2) != 0" (parenthesized_expression "(*(byte *)(iVar13 + 8) & 2)" (( "(") (binary_expression "*(byte *)(iVar13 + 8) & 2" (pointer_expression "*(byte *)(iVar13 + 8)" (* "*") (cast_expression "(byte *)(iVar13 + 8)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar13 + 8)" (( "(") (binary_expression "iVar13 + 8" (identifier "iVar13") (+ "+") (number_literal "8")) () ")")))) (& "&") (number_literal "2")) () ")")) (!= "!=") (number_literal "0")) () ")"))) () ")")) (&& "&&") (parenthesized_expression "(*(int *)(iVar13 + 4) == 1)" (( "(") (binary_expression "*(int *)(iVar13 + 4) == 1" (pointer_expression "*(int *)(iVar13 + 4)" (* "*") (cast_expression "(int *)(iVar13 + 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar13 + 4)" (( "(") (binary_expression "iVar13 + 4" (identifier "iVar13") (+ "+") (number_literal "4")) () ")")))) (== "==") (number_literal "1")) () ")"))) () ")")) (&& "&&") (parenthesized_expression "(iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_6c * 4), iVar13 != 0)" (( "(") (comma_expression "iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_6c * 4), iVar13 != 0" (assignment_expression "iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_6c * 4)" (identifier "iVar13") (= "=") (pointer_expression "*(int *)(*(int *)(iVar7 + 0x38) + local_6c * 4)" (* "*") (cast_expression "(int *)(*(int *)(iVar7 + 0x38) + local_6c * 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(int *)(iVar7 + 0x38) + local_6c * 4)" (( "(") (binary_expression "*(int *)(iVar7 + 0x38) + local_6c * 4" (pointer_expression "*(int *)(iVar7 + 0x38)" (* "*") (cast_expression "(int *)(iVar7 + 0x38)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar7 + 0x38)" (( "(") (binary_expression "iVar7 + 0x38" (identifier "iVar7") (+ "+") (number_literal "0x38")) () ")")))) (+ "+") (binary_expression "local_6c * 4" (identifier "local_6c") (* "*") (number_literal "4"))) () ")"))))) (, ",") (binary_expression "iVar13 != 0" (identifier "iVar13") (!= "!=") (number_literal "0"))) () ")"))) () ")")) (compound_statement "{\n cVar4 = FUN_0034cd20(param_4,iVar7,local_6c);\n bVar27 = false;\n bVar28 = cVar4 == '\0';\n if (bVar28) {\n iVar9 = 10;\n pbVar21 = *(byte **)(iVar13 + 0x20);\n pbVar25 = (byte *)".eh_frame";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar27 = *pbVar21 < *pbVar25;\n bVar28 = *pbVar21 == *pbVar25;\n pbVar21 = pbVar21 + (uint)bVar29 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar29 * -2 + 1;\n } while (bVar28);\n if ((!bVar27 && !bVar28) != bVar27) {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_6c) {\n \n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset",iVar9);\n }\n if (*(int *)(*(int *)(iVar7 + 0x84) + local_6c * 4) == -1) {\n \n uVar31 = FUN_002cd8b0(iVar13,iVar7,local_6c);\n if ((int)uVar31 == 0) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable",\n (int)((ulonglong)uVar31 >> 0x20));\n }\n }\n uVar23 = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= uVar23) {\n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + uVar23 * 4);\n if (*(int *)(*(int *)(iVar7 + 0x84) + uVar23 * 4) == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,uVar23);\n if (iVar13 == 0) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }\n else if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if (*(int *)(iVar7 + 0x1c) == 0) {\n \n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }\n FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)((int)puVar3 + 0x38),0\n ,*(undefined4 *)((int)puVar3 + 0x3c),1,0);\n local_34 = (int *)0x0;\n FUN_0028b8b0(iVar7,uVar23,&local_34,0);\n if (*(int *)((int)puVar3 + 0x2c) != 4) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }\n }\n }\n }" ({ "{") (expression_statement "cVar4 = FUN_0034cd20(param_4,iVar7,local_6c);" (assignment_expression "cVar4 = FUN_0034cd20(param_4,iVar7,local_6c)" (identifier "cVar4") (= "=") (call_expression "FUN_0034cd20(param_4,iVar7,local_6c)" (identifier "FUN_0034cd20") (argument_list "(param_4,iVar7,local_6c)" (( "(") (identifier "param_4") (, ",") (identifier "iVar7") (, ",") (identifier "local_6c") () ")")))) (; ";")) (expression_statement "bVar27 = false;" (assignment_expression "bVar27 = false" (identifier "bVar27") (= "=") (false "false")) (; ";")) (expression_statement "bVar28 = cVar4 == '\0';" (assignment_expression "bVar28 = cVar4 == '\0'" (identifier "bVar28") (= "=") (binary_expression "cVar4 == '\0'" (identifier "cVar4") (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'")))) (; ";")) (if_statement "if (bVar28) {\n iVar9 = 10;\n pbVar21 = *(byte **)(iVar13 + 0x20);\n pbVar25 = (byte *)".eh_frame";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar27 = *pbVar21 < *pbVar25;\n bVar28 = *pbVar21 == *pbVar25;\n pbVar21 = pbVar21 + (uint)bVar29 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar29 * -2 + 1;\n } while (bVar28);\n if ((!bVar27 && !bVar28) != bVar27) {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_6c) {\n \n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset",iVar9);\n }\n if (*(int *)(*(int *)(iVar7 + 0x84) + local_6c * 4) == -1) {\n \n uVar31 = FUN_002cd8b0(iVar13,iVar7,local_6c);\n if ((int)uVar31 == 0) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable",\n (int)((ulonglong)uVar31 >> 0x20));\n }\n }\n uVar23 = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= uVar23) {\n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + uVar23 * 4);\n if (*(int *)(*(int *)(iVar7 + 0x84) + uVar23 * 4) == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,uVar23);\n if (iVar13 == 0) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }\n else if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if (*(int *)(iVar7 + 0x1c) == 0) {\n \n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }\n FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)((int)puVar3 + 0x38),0\n ,*(undefined4 *)((int)puVar3 + 0x3c),1,0);\n local_34 = (int *)0x0;\n FUN_0028b8b0(iVar7,uVar23,&local_34,0);\n if (*(int *)((int)puVar3 + 0x2c) != 4) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }\n }\n }" (if "if") (parenthesized_expression "(bVar28)" (( "(") (identifier "bVar28") () ")")) (compound_statement "{\n iVar9 = 10;\n pbVar21 = *(byte **)(iVar13 + 0x20);\n pbVar25 = (byte *)".eh_frame";\n do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar27 = *pbVar21 < *pbVar25;\n bVar28 = *pbVar21 == *pbVar25;\n pbVar21 = pbVar21 + (uint)bVar29 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar29 * -2 + 1;\n } while (bVar28);\n if ((!bVar27 && !bVar28) != bVar27) {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_6c) {\n \n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset",iVar9);\n }\n if (*(int *)(*(int *)(iVar7 + 0x84) + local_6c * 4) == -1) {\n \n uVar31 = FUN_002cd8b0(iVar13,iVar7,local_6c);\n if ((int)uVar31 == 0) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable",\n (int)((ulonglong)uVar31 >> 0x20));\n }\n }\n uVar23 = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= uVar23) {\n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + uVar23 * 4);\n if (*(int *)(*(int *)(iVar7 + 0x84) + uVar23 * 4) == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,uVar23);\n if (iVar13 == 0) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }\n else if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if (*(int *)(iVar7 + 0x1c) == 0) {\n \n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }\n FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)((int)puVar3 + 0x38),0\n ,*(undefined4 *)((int)puVar3 + 0x3c),1,0);\n local_34 = (int *)0x0;\n FUN_0028b8b0(iVar7,uVar23,&local_34,0);\n if (*(int *)((int)puVar3 + 0x2c) != 4) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }\n }\n }" ({ "{") (expression_statement "iVar9 = 10;" (assignment_expression "iVar9 = 10" (identifier "iVar9") (= "=") (number_literal "10")) (; ";")) (expression_statement "pbVar21 = *(byte **)(iVar13 + 0x20);" (assignment_expression "pbVar21 = *(byte **)(iVar13 + 0x20)" (identifier "pbVar21") (= "=") (pointer_expression "*(byte **)(iVar13 + 0x20)" (* "*") (cast_expression "(byte **)(iVar13 + 0x20)" (( "(") (type_descriptor "byte **" (type_identifier "byte") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(iVar13 + 0x20)" (( "(") (binary_expression "iVar13 + 0x20" (identifier "iVar13") (+ "+") (number_literal "0x20")) () ")"))))) (; ";")) (expression_statement "pbVar25 = (byte *)".eh_frame";" (assignment_expression "pbVar25 = (byte *)".eh_frame"" (identifier "pbVar25") (= "=") (cast_expression "(byte *)".eh_frame"" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (string_literal "".eh_frame"" (" """) (string_content ".eh_frame") (" """)))) (; ";")) (do_statement "do {\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar27 = *pbVar21 < *pbVar25;\n bVar28 = *pbVar21 == *pbVar25;\n pbVar21 = pbVar21 + (uint)bVar29 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar29 * -2 + 1;\n } while (bVar28);" (do "do") (compound_statement "{\n if (iVar9 == 0) break;\n iVar9 = iVar9 + -1;\n bVar27 = *pbVar21 < *pbVar25;\n bVar28 = *pbVar21 == *pbVar25;\n pbVar21 = pbVar21 + (uint)bVar29 * -2 + 1;\n pbVar25 = pbVar25 + (uint)bVar29 * -2 + 1;\n }" ({ "{") (if_statement "if (iVar9 == 0) break;" (if "if") (parenthesized_expression "(iVar9 == 0)" (( "(") (binary_expression "iVar9 == 0" (identifier "iVar9") (== "==") (number_literal "0")) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "iVar9 = iVar9 + -1;" (assignment_expression "iVar9 = iVar9 + -1" (identifier "iVar9") (= "=") (binary_expression "iVar9 + -1" (identifier "iVar9") (+ "+") (number_literal "-1"))) (; ";")) (expression_statement "bVar27 = *pbVar21 < *pbVar25;" (assignment_expression "bVar27 = *pbVar21 < *pbVar25" (identifier "bVar27") (= "=") (binary_expression "*pbVar21 < *pbVar25" (pointer_expression "*pbVar21" (* "*") (identifier "pbVar21")) (< "<") (pointer_expression "*pbVar25" (* "*") (identifier "pbVar25")))) (; ";")) (expression_statement "bVar28 = *pbVar21 == *pbVar25;" (assignment_expression "bVar28 = *pbVar21 == *pbVar25" (identifier "bVar28") (= "=") (binary_expression "*pbVar21 == *pbVar25" (pointer_expression "*pbVar21" (* "*") (identifier "pbVar21")) (== "==") (pointer_expression "*pbVar25" (* "*") (identifier "pbVar25")))) (; ";")) (expression_statement "pbVar21 = pbVar21 + (uint)bVar29 * -2 + 1;" (assignment_expression "pbVar21 = pbVar21 + (uint)bVar29 * -2 + 1" (identifier "pbVar21") (= "=") (binary_expression "pbVar21 + (uint)bVar29 * -2 + 1" (binary_expression "pbVar21 + (uint)bVar29 * -2" (identifier "pbVar21") (+ "+") (binary_expression "(uint)bVar29 * -2" (cast_expression "(uint)bVar29" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "bVar29")) (* "*") (number_literal "-2"))) (+ "+") (number_literal "1"))) (; ";")) (expression_statement "pbVar25 = pbVar25 + (uint)bVar29 * -2 + 1;" (assignment_expression "pbVar25 = pbVar25 + (uint)bVar29 * -2 + 1" (identifier "pbVar25") (= "=") (binary_expression "pbVar25 + (uint)bVar29 * -2 + 1" (binary_expression "pbVar25 + (uint)bVar29 * -2" (identifier "pbVar25") (+ "+") (binary_expression "(uint)bVar29 * -2" (cast_expression "(uint)bVar29" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "bVar29")) (* "*") (number_literal "-2"))) (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(bVar28)" (( "(") (identifier "bVar28") () ")")) (; ";")) (if_statement "if ((!bVar27 && !bVar28) != bVar27) {\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_6c) {\n \n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset",iVar9);\n }\n if (*(int *)(*(int *)(iVar7 + 0x84) + local_6c * 4) == -1) {\n \n uVar31 = FUN_002cd8b0(iVar13,iVar7,local_6c);\n if ((int)uVar31 == 0) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable",\n (int)((ulonglong)uVar31 >> 0x20));\n }\n }\n uVar23 = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= uVar23) {\n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + uVar23 * 4);\n if (*(int *)(*(int *)(iVar7 + 0x84) + uVar23 * 4) == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,uVar23);\n if (iVar13 == 0) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }\n else if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if (*(int *)(iVar7 + 0x1c) == 0) {\n \n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }\n FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)((int)puVar3 + 0x38),0\n ,*(undefined4 *)((int)puVar3 + 0x3c),1,0);\n local_34 = (int *)0x0;\n FUN_0028b8b0(iVar7,uVar23,&local_34,0);\n if (*(int *)((int)puVar3 + 0x2c) != 4) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }\n }" (if "if") (parenthesized_expression "((!bVar27 && !bVar28) != bVar27)" (( "(") (binary_expression "(!bVar27 && !bVar28) != bVar27" (parenthesized_expression "(!bVar27 && !bVar28)" (( "(") (binary_expression "!bVar27 && !bVar28" (unary_expression "!bVar27" (! "!") (identifier "bVar27")) (&& "&&") (unary_expression "!bVar28" (! "!") (identifier "bVar28"))) () ")")) (!= "!=") (identifier "bVar27")) () ")")) (compound_statement "{\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_6c) {\n \n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset",iVar9);\n }\n if (*(int *)(*(int *)(iVar7 + 0x84) + local_6c * 4) == -1) {\n \n uVar31 = FUN_002cd8b0(iVar13,iVar7,local_6c);\n if ((int)uVar31 == 0) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable",\n (int)((ulonglong)uVar31 >> 0x20));\n }\n }\n uVar23 = *(uint *)((int)puVar3 + 0x44);\n if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }\n if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= uVar23) {\n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + uVar23 * 4);\n if (*(int *)(*(int *)(iVar7 + 0x84) + uVar23 * 4) == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,uVar23);\n if (iVar13 == 0) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }\n else if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n if (*(int *)(iVar7 + 0x1c) == 0) {\n \n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }\n FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)((int)puVar3 + 0x38),0\n ,*(undefined4 *)((int)puVar3 + 0x3c),1,0);\n local_34 = (int *)0x0;\n FUN_0028b8b0(iVar7,uVar23,&local_34,0);\n if (*(int *)((int)puVar3 + 0x2c) != 4) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }\n }" ({ "{") (if_statement "if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_6c) {\n \n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset",iVar9);\n }" (if "if") (parenthesized_expression "((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_6c)" (( "(") (binary_expression "(uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_6c" (call_expression "(uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2)" (( "(") (binary_expression "*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2" (binary_expression "*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84)" (pointer_expression "*(int *)(iVar7 + 0x88)" (* "*") (cast_expression "(int *)(iVar7 + 0x88)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar7 + 0x88)" (( "(") (binary_expression "iVar7 + 0x88" (identifier "iVar7") (+ "+") (number_literal "0x88")) () ")")))) (- "-") (pointer_expression "*(int *)(iVar7 + 0x84)" (* "*") (cast_expression "(int *)(iVar7 + 0x84)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar7 + 0x84)" (( "(") (binary_expression "iVar7 + 0x84" (identifier "iVar7") (+ "+") (number_literal "0x84")) () ")"))))) (>> ">>") (number_literal "2")) () ")"))) (<= "<=") (identifier "local_6c")) () ")")) (compound_statement "{\n \n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset",iVar9);\n }" ({ "{") (expression_statement "FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset",iVar9);" (call_expression "FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset",iVar9)" (identifier "FUN_002446e0") (argument_list "("../../gold/object.h",0x7f7,"get_output_section_offset",iVar9)" (( "(") (string_literal ""../../gold/object.h"" (" """) (string_content "../../gold/object.h") (" """)) (, ",") (number_literal "0x7f7") (, ",") (string_literal ""get_output_section_offset"" (" """) (string_content "get_output_section_offset") (" """)) (, ",") (identifier "iVar9") () ")"))) (; ";")) (} "}"))) (if_statement "if (*(int *)(*(int *)(iVar7 + 0x84) + local_6c * 4) == -1) {\n \n uVar31 = FUN_002cd8b0(iVar13,iVar7,local_6c);\n if ((int)uVar31 == 0) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable",\n (int)((ulonglong)uVar31 >> 0x20));\n }\n }" (if "if") (parenthesized_expression "(*(int *)(*(int *)(iVar7 + 0x84) + local_6c * 4) == -1)" (( "(") (binary_expression "*(int *)(*(int *)(iVar7 + 0x84) + local_6c * 4) == -1" (pointer_expression "*(int *)(*(int *)(iVar7 + 0x84) + local_6c * 4)" (* "*") (cast_expression "(int *)(*(int *)(iVar7 + 0x84) + local_6c * 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(int *)(iVar7 + 0x84) + local_6c * 4)" (( "(") (binary_expression "*(int *)(iVar7 + 0x84) + local_6c * 4" (pointer_expression "*(int *)(iVar7 + 0x84)" (* "*") (cast_expression "(int *)(iVar7 + 0x84)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar7 + 0x84)" (( "(") (binary_expression "iVar7 + 0x84" (identifier "iVar7") (+ "+") (number_literal "0x84")) () ")")))) (+ "+") (binary_expression "local_6c * 4" (identifier "local_6c") (* "*") (number_literal "4"))) () ")")))) (== "==") (number_literal "-1")) () ")")) (compound_statement "{\n \n uVar31 = FUN_002cd8b0(iVar13,iVar7,local_6c);\n if ((int)uVar31 == 0) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable",\n (int)((ulonglong)uVar31 >> 0x20));\n }\n }" ({ "{") (expression_statement "uVar31 = FUN_002cd8b0(iVar13,iVar7,local_6c);" (assignment_expression "uVar31 = FUN_002cd8b0(iVar13,iVar7,local_6c)" (identifier "uVar31") (= "=") (call_expression "FUN_002cd8b0(iVar13,iVar7,local_6c)" (identifier "FUN_002cd8b0") (argument_list "(iVar13,iVar7,local_6c)" (( "(") (identifier "iVar13") (, ",") (identifier "iVar7") (, ",") (identifier "local_6c") () ")")))) (; ";")) (if_statement "if ((int)uVar31 == 0) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable",\n (int)((ulonglong)uVar31 >> 0x20));\n }" (if "if") (parenthesized_expression "((int)uVar31 == 0)" (( "(") (binary_expression "(int)uVar31 == 0" (cast_expression "(int)uVar31" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "uVar31")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n \n FUN_002446e0("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable",\n (int)((ulonglong)uVar31 >> 0x20));\n }" ({ "{") (expression_statement "FUN_002446e0("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable",\n (int)((ulonglong)uVar31 >> 0x20));" (call_expression "FUN_002446e0("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable",\n (int)((ulonglong)uVar31 >> 0x20))" (identifier "FUN_002446e0") (argument_list "("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable",\n (int)((ulonglong)uVar31 >> 0x20))" (( "(") (string_literal ""../../gold/aarch64.cc"" (" """) (string_content "../../gold/aarch64.cc") (" """)) (, ",") (number_literal "0x8bd") (, ",") (string_literal ""text_section_is_scannable"" (" """) (string_content "text_section_is_scannable") (" """)) (, ",") (cast_expression "(int)((ulonglong)uVar31 >> 0x20)" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (parenthesized_expression "((ulonglong)uVar31 >> 0x20)" (( "(") (binary_expression "(ulonglong)uVar31 >> 0x20" (cast_expression "(ulonglong)uVar31" (( "(") (type_descriptor "ulonglong" (type_identifier "ulonglong")) () ")") (identifier "uVar31")) (>> ">>") (number_literal "0x20")) () ")"))) () ")"))) (; ";")) (} "}"))) (} "}"))) (expression_statement "uVar23 = *(uint *)((int)puVar3 + 0x44);" (assignment_expression "uVar23 = *(uint *)((int)puVar3 + 0x44)" (identifier "uVar23") (= "=") (pointer_expression "*(uint *)((int)puVar3 + 0x44)" (* "*") (cast_expression "(uint *)((int)puVar3 + 0x44)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)puVar3 + 0x44)" (( "(") (binary_expression "(int)puVar3 + 0x44" (cast_expression "(int)puVar3" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "puVar3")) (+ "+") (number_literal "0x44")) () ")"))))) (; ";")) (if_statement "if (0xfeff < uVar23) {\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }" (if "if") (parenthesized_expression "(0xfeff < uVar23)" (( "(") (binary_expression "0xfeff < uVar23" (number_literal "0xfeff") (< "<") (identifier "uVar23")) () ")")) (compound_statement "{\n FUN_00106f60(iVar7 + 0x90);\n uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);\n }" ({ "{") (expression_statement "FUN_00106f60(iVar7 + 0x90);" (call_expression "FUN_00106f60(iVar7 + 0x90)" (identifier "FUN_00106f60") (argument_list "(iVar7 + 0x90)" (( "(") (binary_expression "iVar7 + 0x90" (identifier "iVar7") (+ "+") (number_literal "0x90")) () ")"))) (; ";")) (expression_statement "uVar23 = uVar23 + *(int *)(iVar7 + 0xa4);" (assignment_expression "uVar23 = uVar23 + *(int *)(iVar7 + 0xa4)" (identifier "uVar23") (= "=") (binary_expression "uVar23 + *(int *)(iVar7 + 0xa4)" (identifier "uVar23") (+ "+") (pointer_expression "*(int *)(iVar7 + 0xa4)" (* "*") (cast_expression "(int *)(iVar7 + 0xa4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar7 + 0xa4)" (( "(") (binary_expression "iVar7 + 0xa4" (identifier "iVar7") (+ "+") (number_literal "0xa4")) () ")")))))) (; ";")) (} "}"))) (if_statement "if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= uVar23) {\n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }" (if "if") (parenthesized_expression "((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= uVar23)" (( "(") (binary_expression "(uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= uVar23" (call_expression "(uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2)" (( "(") (binary_expression "*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2" (binary_expression "*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84)" (pointer_expression "*(int *)(iVar7 + 0x88)" (* "*") (cast_expression "(int *)(iVar7 + 0x88)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar7 + 0x88)" (( "(") (binary_expression "iVar7 + 0x88" (identifier "iVar7") (+ "+") (number_literal "0x88")) () ")")))) (- "-") (pointer_expression "*(int *)(iVar7 + 0x84)" (* "*") (cast_expression "(int *)(iVar7 + 0x84)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar7 + 0x84)" (( "(") (binary_expression "iVar7 + 0x84" (identifier "iVar7") (+ "+") (number_literal "0x84")) () ")"))))) (>> ">>") (number_literal "2")) () ")"))) (<= "<=") (identifier "uVar23")) () ")")) (compound_statement "{\n \n FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");\n }" ({ "{") (expression_statement "FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset");" (call_expression "FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset")" (identifier "FUN_002446e0") (argument_list "("../../gold/object.h",0x7f7,"get_output_section_offset")" (( "(") (string_literal ""../../gold/object.h"" (" """) (string_content "../../gold/object.h") (" """)) (, ",") (number_literal "0x7f7") (, ",") (string_literal ""get_output_section_offset"" (" """) (string_content "get_output_section_offset") (" """)) () ")"))) (; ";")) (} "}"))) (expression_statement "iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + uVar23 * 4);" (assignment_expression "iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + uVar23 * 4)" (identifier "iVar13") (= "=") (pointer_expression "*(int *)(*(int *)(iVar7 + 0x38) + uVar23 * 4)" (* "*") (cast_expression "(int *)(*(int *)(iVar7 + 0x38) + uVar23 * 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(int *)(iVar7 + 0x38) + uVar23 * 4)" (( "(") (binary_expression "*(int *)(iVar7 + 0x38) + uVar23 * 4" (pointer_expression "*(int *)(iVar7 + 0x38)" (* "*") (cast_expression "(int *)(iVar7 + 0x38)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar7 + 0x38)" (( "(") (binary_expression "iVar7 + 0x38" (identifier "iVar7") (+ "+") (number_literal "0x38")) () ")")))) (+ "+") (binary_expression "uVar23 * 4" (identifier "uVar23") (* "*") (number_literal "4"))) () ")"))))) (; ";")) (if_statement "if (*(int *)(*(int *)(iVar7 + 0x84) + uVar23 * 4) == -1) {\n iVar13 = FUN_002cd8b0(iVar13,iVar7,uVar23);\n if (iVar13 == 0) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }\n else if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }" (if "if") (parenthesized_expression "(*(int *)(*(int *)(iVar7 + 0x84) + uVar23 * 4) == -1)" (( "(") (binary_expression "*(int *)(*(int *)(iVar7 + 0x84) + uVar23 * 4) == -1" (pointer_expression "*(int *)(*(int *)(iVar7 + 0x84) + uVar23 * 4)" (* "*") (cast_expression "(int *)(*(int *)(iVar7 + 0x84) + uVar23 * 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(int *)(iVar7 + 0x84) + uVar23 * 4)" (( "(") (binary_expression "*(int *)(iVar7 + 0x84) + uVar23 * 4" (pointer_expression "*(int *)(iVar7 + 0x84)" (* "*") (cast_expression "(int *)(iVar7 + 0x84)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar7 + 0x84)" (( "(") (binary_expression "iVar7 + 0x84" (identifier "iVar7") (+ "+") (number_literal "0x84")) () ")")))) (+ "+") (binary_expression "uVar23 * 4" (identifier "uVar23") (* "*") (number_literal "4"))) () ")")))) (== "==") (number_literal "-1")) () ")")) (compound_statement "{\n iVar13 = FUN_002cd8b0(iVar13,iVar7,uVar23);\n if (iVar13 == 0) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }\n if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }\n }" ({ "{") (expression_statement "iVar13 = FUN_002cd8b0(iVar13,iVar7,uVar23);" (assignment_expression "iVar13 = FUN_002cd8b0(iVar13,iVar7,uVar23)" (identifier "iVar13") (= "=") (call_expression "FUN_002cd8b0(iVar13,iVar7,uVar23)" (identifier "FUN_002cd8b0") (argument_list "(iVar13,iVar7,uVar23)" (( "(") (identifier "iVar13") (, ",") (identifier "iVar7") (, ",") (identifier "uVar23") () ")")))) (; ";")) (if_statement "if (iVar13 == 0) {\n \n \n FUN_002446e0("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }" (if "if") (parenthesized_expression "(iVar13 == 0)" (( "(") (binary_expression "iVar13 == 0" (identifier "iVar13") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n \n \n FUN_002446e0("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");\n }" ({ "{") (expression_statement "FUN_002446e0("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs");" (call_expression "FUN_002446e0("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs")" (identifier "FUN_002446e0") (argument_list "("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs")" (( "(") (string_literal ""../../gold/aarch64.cc"" (" """) (string_content "../../gold/aarch64.cc") (" """)) (, ",") (number_literal "0x97a") (, ",") (string_literal ""scan_sections_for_stubs"" (" """) (string_content "scan_sections_for_stubs") (" """)) () ")"))) (; ";")) (} "}"))) (if_statement "if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }" (if "if") (parenthesized_expression "((*(byte *)(iVar13 + 0x1c) & 1) == 0)" (( "(") (binary_expression "(*(byte *)(iVar13 + 0x1c) & 1) == 0" (parenthesized_expression "(*(byte *)(iVar13 + 0x1c) & 1)" (( "(") (binary_expression "*(byte *)(iVar13 + 0x1c) & 1" (pointer_expression "*(byte *)(iVar13 + 0x1c)" (* "*") (cast_expression "(byte *)(iVar13 + 0x1c)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar13 + 0x1c)" (( "(") (binary_expression "iVar13 + 0x1c" (identifier "iVar13") (+ "+") (number_literal "0x1c")) () ")")))) (& "&") (number_literal "1")) () ")")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }" ({ "{") (expression_statement "FUN_002446e0("../../gold/output.h",0xc5,"address");" (call_expression "FUN_002446e0("../../gold/output.h",0xc5,"address")" (identifier "FUN_002446e0") (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") (" """)) () ")"))) (; ";")) (} "}"))) (} "}")) (else_clause "else if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }" (else "else") (if_statement "if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) {\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }" (if "if") (parenthesized_expression "((*(byte *)(iVar13 + 0x1c) & 1) == 0)" (( "(") (binary_expression "(*(byte *)(iVar13 + 0x1c) & 1) == 0" (parenthesized_expression "(*(byte *)(iVar13 + 0x1c) & 1)" (( "(") (binary_expression "*(byte *)(iVar13 + 0x1c) & 1" (pointer_expression "*(byte *)(iVar13 + 0x1c)" (* "*") (cast_expression "(byte *)(iVar13 + 0x1c)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar13 + 0x1c)" (( "(") (binary_expression "iVar13 + 0x1c" (identifier "iVar13") (+ "+") (number_literal "0x1c")) () ")")))) (& "&") (number_literal "1")) () ")")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }" ({ "{") (expression_statement "FUN_002446e0("../../gold/output.h",0xc5,"address");" (call_expression "FUN_002446e0("../../gold/output.h",0xc5,"address")" (identifier "FUN_002446e0") (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") (" """)) () ")"))) (; ";")) (} "}"))))) (if_statement "if (*(int *)(iVar7 + 0x1c) == 0) {\n \n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }" (if "if") (parenthesized_expression "(*(int *)(iVar7 + 0x1c) == 0)" (( "(") (binary_expression "*(int *)(iVar7 + 0x1c) == 0" (pointer_expression "*(int *)(iVar7 + 0x1c)" (* "*") (cast_expression "(int *)(iVar7 + 0x1c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar7 + 0x1c)" (( "(") (binary_expression "iVar7 + 0x1c" (identifier "iVar7") (+ "+") (number_literal "0x1c")) () ")")))) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n \n FUN_002446e0("../../gold/object.h",0x1e3,"input_file");\n }" ({ "{") (expression_statement "FUN_002446e0("../../gold/object.h",0x1e3,"input_file");" (call_expression "FUN_002446e0("../../gold/object.h",0x1e3,"input_file")" (identifier "FUN_002446e0") (argument_list "("../../gold/object.h",0x1e3,"input_file")" (( "(") (string_literal ""../../gold/object.h"" (" """) (string_content "../../gold/object.h") (" """)) (, ",") (number_literal "0x1e3") (, ",") (string_literal ""input_file"" (" """) (string_content "input_file") (" """)) () ")"))) (; ";")) (} "}"))) (expression_statement "FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)((int)puVar3 + 0x38),0\n ,*(undefined4 *)((int)puVar3 + 0x3c),1,0);" (call_expression "FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)((int)puVar3 + 0x38),0\n ,*(undefined4 *)((int)puVar3 + 0x3c),1,0)" (identifier "FUN_0023eb50") (argument_list "(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20),\n *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)((int)puVar3 + 0x38),0\n ,*(undefined4 *)((int)puVar3 + 0x3c),1,0)" (( "(") (binary_expression "*(int *)(iVar7 + 0x1c) + 0x1c" (pointer_expression "*(int *)(iVar7 + 0x1c)" (* "*") (cast_expression "(int *)(iVar7 + 0x1c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar7 + 0x1c)" (( "(") (binary_expression "iVar7 + 0x1c" (identifier "iVar7") (+ "+") (number_literal "0x1c")) () ")")))) (+ "+") (number_literal "0x1c")) (, ",") (pointer_expression "*(undefined4 *)(iVar7 + 0x20)" (* "*") (cast_expression "(undefined4 *)(iVar7 + 0x20)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar7 + 0x20)" (( "(") (binary_expression "iVar7 + 0x20" (identifier "iVar7") (+ "+") (number_literal "0x20")) () ")")))) (, ",") (pointer_expression "*(undefined4 *)(iVar7 + 0x24)" (* "*") (cast_expression "(undefined4 *)(iVar7 + 0x24)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar7 + 0x24)" (( "(") (binary_expression "iVar7 + 0x24" (identifier "iVar7") (+ "+") (number_literal "0x24")) () ")")))) (, ",") (pointer_expression "*(undefined4 *)((int)puVar3 + 0x38)" (* "*") (cast_expression "(undefined4 *)((int)puVar3 + 0x38)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)puVar3 + 0x38)" (( "(") (binary_expression "(int)puVar3 + 0x38" (cast_expression "(int)puVar3" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "puVar3")) (+ "+") (number_literal "0x38")) () ")")))) (, ",") (number_literal "0") (, ",") (pointer_expression "*(undefined4 *)((int)puVar3 + 0x3c)" (* "*") (cast_expression "(undefined4 *)((int)puVar3 + 0x3c)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)puVar3 + 0x3c)" (( "(") (binary_expression "(int)puVar3 + 0x3c" (cast_expression "(int)puVar3" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "puVar3")) (+ "+") (number_literal "0x3c")) () ")")))) (, ",") (number_literal "1") (, ",") (number_literal "0") () ")"))) (; ";")) (expression_statement "local_34 = (int *)0x0;" (assignment_expression "local_34 = (int *)0x0" (identifier "local_34") (= "=") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "FUN_0028b8b0(iVar7,uVar23,&local_34,0);" (call_expression "FUN_0028b8b0(iVar7,uVar23,&local_34,0)" (identifier "FUN_0028b8b0") (argument_list "(iVar7,uVar23,&local_34,0)" (( "(") (identifier "iVar7") (, ",") (identifier "uVar23") (, ",") (pointer_expression "&local_34" (& "&") (identifier "local_34")) (, ",") (number_literal "0") () ")"))) (; ";")) (if_statement "if (*(int *)((int)puVar3 + 0x2c) != 4) {\n \n FUN_002446e0("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }" (if "if") (parenthesized_expression "(*(int *)((int)puVar3 + 0x2c) != 4)" (( "(") (binary_expression "*(int *)((int)puVar3 + 0x2c) != 4" (pointer_expression "*(int *)((int)puVar3 + 0x2c)" (* "*") (cast_expression "(int *)((int)puVar3 + 0x2c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)puVar3 + 0x2c)" (( "(") (binary_expression "(int)puVar3 + 0x2c" (cast_expression "(int)puVar3" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "puVar3")) (+ "+") (number_literal "0x2c")) () ")")))) (!= "!=") (number_literal "4")) () ")")) (compound_statement "{\n \n FUN_002446e0("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");\n }" ({ "{") (expression_statement "FUN_002446e0("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs");" (call_expression "FUN_002446e0("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs")" (identifier "FUN_002446e0") (argument_list "("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs")" (( "(") (string_literal ""../../gold/aarch64.cc"" (" """) (string_content "../../gold/aarch64.cc") (" """)) (, ",") (number_literal "0x98c") (, ",") (string_literal ""scan_sections_for_stubs"" (" """) (string_content "scan_sections_for_stubs") (" """)) () ")"))) (; ";")) (} "}"))) (} "}"))) (} "}"))) (} "}"))) (} "}"))) (} "}"))) (} "}"))) (expression_statement "local_64 = local_64 + 1;" (assignment_expression "local_64 = local_64 + 1" (identifier "local_64") (= "=") (binary_expression "local_64 + 1" (identifier "local_64") (+ "+") (number_literal "1"))) (; ";")) (if_statement "if (uVar26 == local_64) break;" (if "if") (parenthesized_expression "(uVar26 == local_64)" (( "(") (binary_expression "uVar26 == local_64" (identifier "uVar26") (== "==") (identifier "local_64")) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "iVar13 = *(int *)(DAT_005ea7c8 + 8);" (assignment_expression "iVar13 = *(int *)(DAT_005ea7c8 + 8)" (identifier "iVar13") (= "=") (pointer_expression "*(int *)(DAT_005ea7c8 + 8)" (* "*") (cast_expression "(int *)(DAT_005ea7c8 + 8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_005ea7c8 + 8)" (( "(") (binary_expression "DAT_005ea7c8 + 8" (identifier "DAT_005ea7c8") (+ "+") (number_literal "8")) () ")"))))) (; ";")) (expression_statement "puVar3 = local_5c;" (assignment_expression "puVar3 = local_5c" (identifier "puVar3") (= "=") (identifier "local_5c")) (; ";")) (if_statement "if (iVar13 == 0) goto LAB_001e9d87;" (if "if") (parenthesized_expression "(iVar13 == 0)" (( "(") (binary_expression "iVar13 == 0" (identifier "iVar13") (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_001e9d87;" (goto "goto") (statement_identifier "LAB_001e9d87") (; ";"))) (} "}")) (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (; ";")) (} "}"))) (if_statement "if (*(int *)(iVar7 + 0x1c) != 0) {\n FUN_0023dd30(*(int *)(iVar7 + 0x1c) + 0x1c,param_6);\n }" (if "if") (parenthesized_expression "(*(int *)(iVar7 + 0x1c) != 0)" (( "(") (binary_expression "*(int *)(iVar7 + 0x1c) != 0" (pointer_expression "*(int *)(iVar7 + 0x1c)" (* "*") (cast_expression "(int *)(iVar7 + 0x1c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar7 + 0x1c)" (( "(") (binary_expression "iVar7 + 0x1c" (identifier "iVar7") (+ "+") (number_literal "0x1c")) () ")")))) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n FUN_0023dd30(*(int *)(iVar7 + 0x1c) + 0x1c,param_6);\n }" ({ "{") (expression_statement "FUN_0023dd30(*(int *)(iVar7 + 0x1c) + 0x1c,param_6);" (call_expression "FUN_0023dd30(*(int *)(iVar7 + 0x1c) + 0x1c,param_6)" (identifier "FUN_0023dd30") (argument_list "(*(int *)(iVar7 + 0x1c) + 0x1c,param_6)" (( "(") (binary_expression "*(int *)(iVar7 + 0x1c) + 0x1c" (pointer_expression "*(int *)(iVar7 + 0x1c)" (* "*") (cast_expression "(int *)(iVar7 + 0x1c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar7 + 0x1c)" (( "(") (binary_expression "iVar7 + 0x1c" (identifier "iVar7") (+ "+") (number_literal "0x1c")) () ")")))) (+ "+") (number_literal "0x1c")) (, ",") (identifier "param_6") () ")"))) (; ";")) (} "}"))) (expression_statement "local_ac = local_ac + 1;" (assignment_expression "local_ac = local_ac + 1" (identifier "local_ac") (= "=") (binary_expression "local_ac + 1" (identifier "local_ac") (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "((int *)param_3[1] != local_ac)" (( "(") (binary_expression "(int *)param_3[1] != local_ac" (cast_expression "(int *)param_3[1]" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_3[1]" (identifier "param_3") ([ "[") (number_literal "1") (] "]"))) (!= "!=") (identifier "local_ac")) () ")")) (; ";")) (labeled_statement "LAB_001e9f98:\n piVar8 = *(int **)(param_1 + 100);" (statement_identifier "LAB_001e9f98") (: ":") (expression_statement "piVar8 = *(int **)(param_1 + 100);" (assignment_expression "piVar8 = *(int **)(param_1 + 100)" (identifier "piVar8") (= "=") (pointer_expression "*(int **)(param_1 + 100)" (* "*") (cast_expression "(int **)(param_1 + 100)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 100)" (( "(") (binary_expression "param_1 + 100" (identifier "param_1") (+ "+") (number_literal "100")) () ")"))))) (; ";"))) (expression_statement "piVar19 = *(int **)(param_1 + 0x60);" (assignment_expression "piVar19 = *(int **)(param_1 + 0x60)" (identifier "piVar19") (= "=") (pointer_expression "*(int **)(param_1 + 0x60)" (* "*") (cast_expression "(int **)(param_1 + 0x60)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x60)" (( "(") (binary_expression "param_1 + 0x60" (identifier "param_1") (+ "+") (number_literal "0x60")) () ")"))))) (; ";")) (while_statement "while( true ) {\n if (piVar19 == piVar8) {\n return 0;\n }\n iVar7 = *piVar19;\n iVar6 = *(int *)(iVar7 + 0x68);\n uVar26 = *(uint *)(iVar7 + 0x58) + 3 & 0xfffffffc;\n iVar13 = *(int *)(iVar7 + 0x6c);\n iVar24 = uVar26 + *(uint *)(iVar7 + 0x60);\n iVar9 = *(int *)(iVar7 + 0x5c) + (uint)(0xfffffffc < *(uint *)(iVar7 + 0x58)) +\n *(int *)(iVar7 + 100) + (uint)CARRY4(uVar26,*(uint *)(iVar7 + 0x60));\n *(int *)(iVar7 + 0x68) = iVar24;\n *(int *)(iVar7 + 0x6c) = iVar9;\n if (iVar13 != iVar9 || iVar6 != iVar24) break;\n piVar19 = piVar19 + 1;\n }" (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (compound_statement "{\n if (piVar19 == piVar8) {\n return 0;\n }\n iVar7 = *piVar19;\n iVar6 = *(int *)(iVar7 + 0x68);\n uVar26 = *(uint *)(iVar7 + 0x58) + 3 & 0xfffffffc;\n iVar13 = *(int *)(iVar7 + 0x6c);\n iVar24 = uVar26 + *(uint *)(iVar7 + 0x60);\n iVar9 = *(int *)(iVar7 + 0x5c) + (uint)(0xfffffffc < *(uint *)(iVar7 + 0x58)) +\n *(int *)(iVar7 + 100) + (uint)CARRY4(uVar26,*(uint *)(iVar7 + 0x60));\n *(int *)(iVar7 + 0x68) = iVar24;\n *(int *)(iVar7 + 0x6c) = iVar9;\n if (iVar13 != iVar9 || iVar6 != iVar24) break;\n piVar19 = piVar19 + 1;\n }" ({ "{") (if_statement "if (piVar19 == piVar8) {\n return 0;\n }" (if "if") (parenthesized_expression "(piVar19 == piVar8)" (( "(") (binary_expression "piVar19 == piVar8" (identifier "piVar19") (== "==") (identifier "piVar8")) () ")")) (compound_statement "{\n return 0;\n }" ({ "{") (return_statement "return 0;" (return "return") (number_literal "0") (; ";")) (} "}"))) (expression_statement "iVar7 = *piVar19;" (assignment_expression "iVar7 = *piVar19" (identifier "iVar7") (= "=") (pointer_expression "*piVar19" (* "*") (identifier "piVar19"))) (; ";")) (expression_statement "iVar6 = *(int *)(iVar7 + 0x68);" (assignment_expression "iVar6 = *(int *)(iVar7 + 0x68)" (identifier "iVar6") (= "=") (pointer_expression "*(int *)(iVar7 + 0x68)" (* "*") (cast_expression "(int *)(iVar7 + 0x68)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar7 + 0x68)" (( "(") (binary_expression "iVar7 + 0x68" (identifier "iVar7") (+ "+") (number_literal "0x68")) () ")"))))) (; ";")) (expression_statement "uVar26 = *(uint *)(iVar7 + 0x58) + 3 & 0xfffffffc;" (assignment_expression "uVar26 = *(uint *)(iVar7 + 0x58) + 3 & 0xfffffffc" (identifier "uVar26") (= "=") (binary_expression "*(uint *)(iVar7 + 0x58) + 3 & 0xfffffffc" (binary_expression "*(uint *)(iVar7 + 0x58) + 3" (pointer_expression "*(uint *)(iVar7 + 0x58)" (* "*") (cast_expression "(uint *)(iVar7 + 0x58)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar7 + 0x58)" (( "(") (binary_expression "iVar7 + 0x58" (identifier "iVar7") (+ "+") (number_literal "0x58")) () ")")))) (+ "+") (number_literal "3")) (& "&") (number_literal "0xfffffffc"))) (; ";")) (expression_statement "iVar13 = *(int *)(iVar7 + 0x6c);" (assignment_expression "iVar13 = *(int *)(iVar7 + 0x6c)" (identifier "iVar13") (= "=") (pointer_expression "*(int *)(iVar7 + 0x6c)" (* "*") (cast_expression "(int *)(iVar7 + 0x6c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar7 + 0x6c)" (( "(") (binary_expression "iVar7 + 0x6c" (identifier "iVar7") (+ "+") (number_literal "0x6c")) () ")"))))) (; ";")) (expression_statement "iVar24 = uVar26 + *(uint *)(iVar7 + 0x60);" (assignment_expression "iVar24 = uVar26 + *(uint *)(iVar7 + 0x60)" (identifier "iVar24") (= "=") (binary_expression "uVar26 + *(uint *)(iVar7 + 0x60)" (identifier "uVar26") (+ "+") (pointer_expression "*(uint *)(iVar7 + 0x60)" (* "*") (cast_expression "(uint *)(iVar7 + 0x60)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar7 + 0x60)" (( "(") (binary_expression "iVar7 + 0x60" (identifier "iVar7") (+ "+") (number_literal "0x60")) () ")")))))) (; ";")) (expression_statement "iVar9 = *(int *)(iVar7 + 0x5c) + (uint)(0xfffffffc < *(uint *)(iVar7 + 0x58)) +\n *(int *)(iVar7 + 100) + (uint)CARRY4(uVar26,*(uint *)(iVar7 + 0x60));" (assignment_expression "iVar9 = *(int *)(iVar7 + 0x5c) + (uint)(0xfffffffc < *(uint *)(iVar7 + 0x58)) +\n *(int *)(iVar7 + 100) + (uint)CARRY4(uVar26,*(uint *)(iVar7 + 0x60))" (identifier "iVar9") (= "=") (binary_expression "*(int *)(iVar7 + 0x5c) + (uint)(0xfffffffc < *(uint *)(iVar7 + 0x58)) +\n *(int *)(iVar7 + 100) + (uint)CARRY4(uVar26,*(uint *)(iVar7 + 0x60))" (binary_expression "*(int *)(iVar7 + 0x5c) + (uint)(0xfffffffc < *(uint *)(iVar7 + 0x58)) +\n *(int *)(iVar7 + 100)" (binary_expression "*(int *)(iVar7 + 0x5c) + (uint)(0xfffffffc < *(uint *)(iVar7 + 0x58))" (pointer_expression "*(int *)(iVar7 + 0x5c)" (* "*") (cast_expression "(int *)(iVar7 + 0x5c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar7 + 0x5c)" (( "(") (binary_expression "iVar7 + 0x5c" (identifier "iVar7") (+ "+") (number_literal "0x5c")) () ")")))) (+ "+") (call_expression "(uint)(0xfffffffc < *(uint *)(iVar7 + 0x58))" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "(0xfffffffc < *(uint *)(iVar7 + 0x58))" (( "(") (binary_expression "0xfffffffc < *(uint *)(iVar7 + 0x58)" (number_literal "0xfffffffc") (< "<") (pointer_expression "*(uint *)(iVar7 + 0x58)" (* "*") (cast_expression "(uint *)(iVar7 + 0x58)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar7 + 0x58)" (( "(") (binary_expression "iVar7 + 0x58" (identifier "iVar7") (+ "+") (number_literal "0x58")) () ")"))))) () ")")))) (+ "+") (pointer_expression "*(int *)(iVar7 + 100)" (* "*") (cast_expression "(int *)(iVar7 + 100)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar7 + 100)" (( "(") (binary_expression "iVar7 + 100" (identifier "iVar7") (+ "+") (number_literal "100")) () ")"))))) (+ "+") (cast_expression "(uint)CARRY4(uVar26,*(uint *)(iVar7 + 0x60))" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (call_expression "CARRY4(uVar26,*(uint *)(iVar7 + 0x60))" (identifier "CARRY4") (argument_list "(uVar26,*(uint *)(iVar7 + 0x60))" (( "(") (identifier "uVar26") (, ",") (pointer_expression "*(uint *)(iVar7 + 0x60)" (* "*") (cast_expression "(uint *)(iVar7 + 0x60)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar7 + 0x60)" (( "(") (binary_expression "iVar7 + 0x60" (identifier "iVar7") (+ "+") (number_literal "0x60")) () ")")))) () ")")))))) (; ";")) (expression_statement "*(int *)(iVar7 + 0x68) = iVar24;" (assignment_expression "*(int *)(iVar7 + 0x68) = iVar24" (pointer_expression "*(int *)(iVar7 + 0x68)" (* "*") (cast_expression "(int *)(iVar7 + 0x68)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar7 + 0x68)" (( "(") (binary_expression "iVar7 + 0x68" (identifier "iVar7") (+ "+") (number_literal "0x68")) () ")")))) (= "=") (identifier "iVar24")) (; ";")) (expression_statement "*(int *)(iVar7 + 0x6c) = iVar9;" (assignment_expression "*(int *)(iVar7 + 0x6c) = iVar9" (pointer_expression "*(int *)(iVar7 + 0x6c)" (* "*") (cast_expression "(int *)(iVar7 + 0x6c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar7 + 0x6c)" (( "(") (binary_expression "iVar7 + 0x6c" (identifier "iVar7") (+ "+") (number_literal "0x6c")) () ")")))) (= "=") (identifier "iVar9")) (; ";")) (if_statement "if (iVar13 != iVar9 || iVar6 != iVar24) break;" (if "if") (parenthesized_expression "(iVar13 != iVar9 || iVar6 != iVar24)" (( "(") (binary_expression "iVar13 != iVar9 || iVar6 != iVar24" (binary_expression "iVar13 != iVar9" (identifier "iVar13") (!= "!=") (identifier "iVar9")) (|| "||") (binary_expression "iVar6 != iVar24" (identifier "iVar6") (!= "!=") (identifier "iVar24"))) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "piVar19 = piVar19 + 1;" (assignment_expression "piVar19 = piVar19 + 1" (identifier "piVar19") (= "=") (binary_expression "piVar19 + 1" (identifier "piVar19") (+ "+") (number_literal "1"))) (; ";")) (} "}"))) (expression_statement "piVar8 = *(int **)(iVar7 + 0x20);" (assignment_expression "piVar8 = *(int **)(iVar7 + 0x20)" (identifier "piVar8") (= "=") (pointer_expression "*(int **)(iVar7 + 0x20)" (* "*") (cast_expression "(int **)(iVar7 + 0x20)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(iVar7 + 0x20)" (( "(") (binary_expression "iVar7 + 0x20" (identifier "iVar7") (+ "+") (number_literal "0x20")) () ")"))))) (; ";")) (expression_statement "bVar29 = *(byte *)(piVar8 + 7);" (assignment_expression "bVar29 = *(byte *)(piVar8 + 7)" (identifier "bVar29") (= "=") (pointer_expression "*(byte *)(piVar8 + 7)" (* "*") (cast_expression "(byte *)(piVar8 + 7)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(piVar8 + 7)" (( "(") (binary_expression "piVar8 + 7" (identifier "piVar8") (+ "+") (number_literal "7")) () ")"))))) (; ";")) (if_statement "if ((bVar29 & 1) == 0) {\nLAB_001ea799:\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }" (if "if") (parenthesized_expression "((bVar29 & 1) == 0)" (( "(") (binary_expression "(bVar29 & 1) == 0" (parenthesized_expression "(bVar29 & 1)" (( "(") (binary_expression "bVar29 & 1" (identifier "bVar29") (& "&") (number_literal "1")) () ")")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\nLAB_001ea799:\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");\n }" ({ "{") (labeled_statement "LAB_001ea799:\n \n FUN_002446e0("../../gold/output.h",0xc5,"address");" (statement_identifier "LAB_001ea799") (: ":") (expression_statement "FUN_002446e0("../../gold/output.h",0xc5,"address");" (call_expression "FUN_002446e0("../../gold/output.h",0xc5,"address")" (identifier "FUN_002446e0") (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 "iVar7 = piVar8[1];" (assignment_expression "iVar7 = piVar8[1]" (identifier "iVar7") (= "=") (subscript_expression "piVar8[1]" (identifier "piVar8") ([ "[") (number_literal "1") (] "]"))) (; ";")) (expression_statement "iVar6 = piVar8[2];" (assignment_expression "iVar6 = piVar8[2]" (identifier "iVar6") (= "=") (subscript_expression "piVar8[2]" (identifier "piVar8") ([ "[") (number_literal "2") (] "]"))) (; ";")) (expression_statement "bVar5 = bVar29 >> 2 & 1;" (assignment_expression "bVar5 = bVar29 >> 2 & 1" (identifier "bVar5") (= "=") (binary_expression "bVar29 >> 2 & 1" (binary_expression "bVar29 >> 2" (identifier "bVar29") (>> ">>") (number_literal "2")) (& "&") (number_literal "1"))) (; ";")) (if_statement "if ((bVar29 >> 2 & 1) != 0) {\n iVar13 = piVar8[5];\n iVar24 = piVar8[6];\n *(byte *)(piVar8 + 7) = bVar29 & 0xfa;\n if ((bVar29 & 8) == 0) {\n *(byte *)(piVar8 + 7) = bVar29 & 0xf8;\n }\n (**(code **)(*piVar8 + 0x3c))(piVar8);\n bVar29 = *(byte *)(piVar8 + 7);\n if ((bVar29 & 1) == 0) {\n piVar8[1] = iVar7;\n piVar8[2] = iVar6;\n *(byte *)(piVar8 + 7) = bVar29 | 1;\n if ((bVar29 & 4) == 0) {\n *(byte *)(piVar8 + 7) = bVar29 | 5;\n piVar8[5] = iVar13;\n piVar8[6] = iVar24;\n if ((bVar29 & 2) != 0) {\n return bVar5;\n }\n (**(code **)(*piVar8 + 0x38))(piVar8);\n if ((*(byte *)(piVar8 + 7) & 2) != 0) {\n return bVar5;\n }\nLAB_001ea0f2:\n \n FUN_002446e0("../../gold/output.h",0x163,"finalize_data_size");\n }\nLAB_001ea77b:\n \n FUN_002446e0("../../gold/output.h",0x14b,"set_file_offset");\n }\nLAB_001ea73f:\n \n FUN_002446e0("../../gold/output.h",0x142,"set_address");\n }" (if "if") (parenthesized_expression "((bVar29 >> 2 & 1) != 0)" (( "(") (binary_expression "(bVar29 >> 2 & 1) != 0" (parenthesized_expression "(bVar29 >> 2 & 1)" (( "(") (binary_expression "bVar29 >> 2 & 1" (binary_expression "bVar29 >> 2" (identifier "bVar29") (>> ">>") (number_literal "2")) (& "&") (number_literal "1")) () ")")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n iVar13 = piVar8[5];\n iVar24 = piVar8[6];\n *(byte *)(piVar8 + 7) = bVar29 & 0xfa;\n if ((bVar29 & 8) == 0) {\n *(byte *)(piVar8 + 7) = bVar29 & 0xf8;\n }\n (**(code **)(*piVar8 + 0x3c))(piVar8);\n bVar29 = *(byte *)(piVar8 + 7);\n if ((bVar29 & 1) == 0) {\n piVar8[1] = iVar7;\n piVar8[2] = iVar6;\n *(byte *)(piVar8 + 7) = bVar29 | 1;\n if ((bVar29 & 4) == 0) {\n *(byte *)(piVar8 + 7) = bVar29 | 5;\n piVar8[5] = iVar13;\n piVar8[6] = iVar24;\n if ((bVar29 & 2) != 0) {\n return bVar5;\n }\n (**(code **)(*piVar8 + 0x38))(piVar8);\n if ((*(byte *)(piVar8 + 7) & 2) != 0) {\n return bVar5;\n }\nLAB_001ea0f2:\n \n FUN_002446e0("../../gold/output.h",0x163,"finalize_data_size");\n }\nLAB_001ea77b:\n \n FUN_002446e0("../../gold/output.h",0x14b,"set_file_offset");\n }\nLAB_001ea73f:\n \n FUN_002446e0("../../gold/output.h",0x142,"set_address");\n }" ({ "{") (expression_statement "iVar13 = piVar8[5];" (assignment_expression "iVar13 = piVar8[5]" (identifier "iVar13") (= "=") (subscript_expression "piVar8[5]" (identifier "piVar8") ([ "[") (number_literal "5") (] "]"))) (; ";")) (expression_statement "iVar24 = piVar8[6];" (assignment_expression "iVar24 = piVar8[6]" (identifier "iVar24") (= "=") (subscript_expression "piVar8[6]" (identifier "piVar8") ([ "[") (number_literal "6") (] "]"))) (; ";")) (expression_statement "*(byte *)(piVar8 + 7) = bVar29 & 0xfa;" (assignment_expression "*(byte *)(piVar8 + 7) = bVar29 & 0xfa" (pointer_expression "*(byte *)(piVar8 + 7)" (* "*") (cast_expression "(byte *)(piVar8 + 7)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(piVar8 + 7)" (( "(") (binary_expression "piVar8 + 7" (identifier "piVar8") (+ "+") (number_literal "7")) () ")")))) (= "=") (binary_expression "bVar29 & 0xfa" (identifier "bVar29") (& "&") (number_literal "0xfa"))) (; ";")) (if_statement "if ((bVar29 & 8) == 0) {\n *(byte *)(piVar8 + 7) = bVar29 & 0xf8;\n }" (if "if") (parenthesized_expression "((bVar29 & 8) == 0)" (( "(") (binary_expression "(bVar29 & 8) == 0" (parenthesized_expression "(bVar29 & 8)" (( "(") (binary_expression "bVar29 & 8" (identifier "bVar29") (& "&") (number_literal "8")) () ")")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n *(byte *)(piVar8 + 7) = bVar29 & 0xf8;\n }" ({ "{") (expression_statement "*(byte *)(piVar8 + 7) = bVar29 & 0xf8;" (assignment_expression "*(byte *)(piVar8 + 7) = bVar29 & 0xf8" (pointer_expression "*(byte *)(piVar8 + 7)" (* "*") (cast_expression "(byte *)(piVar8 + 7)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(piVar8 + 7)" (( "(") (binary_expression "piVar8 + 7" (identifier "piVar8") (+ "+") (number_literal "7")) () ")")))) (= "=") (binary_expression "bVar29 & 0xf8" (identifier "bVar29") (& "&") (number_literal "0xf8"))) (; ";")) (} "}"))) (expression_statement "(**(code **)(*piVar8 + 0x3c))(piVar8);" (call_expression "(**(code **)(*piVar8 + 0x3c))(piVar8)" (parenthesized_expression "(**(code **)(*piVar8 + 0x3c))" (( "(") (pointer_expression "**(code **)(*piVar8 + 0x3c)" (* "*") (pointer_expression "*(code **)(*piVar8 + 0x3c)" (* "*") (cast_expression "(code **)(*piVar8 + 0x3c)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*piVar8 + 0x3c)" (( "(") (binary_expression "*piVar8 + 0x3c" (pointer_expression "*piVar8" (* "*") (identifier "piVar8")) (+ "+") (number_literal "0x3c")) () ")"))))) () ")")) (argument_list "(piVar8)" (( "(") (identifier "piVar8") () ")"))) (; ";")) (expression_statement "bVar29 = *(byte *)(piVar8 + 7);" (assignment_expression "bVar29 = *(byte *)(piVar8 + 7)" (identifier "bVar29") (= "=") (pointer_expression "*(byte *)(piVar8 + 7)" (* "*") (cast_expression "(byte *)(piVar8 + 7)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(piVar8 + 7)" (( "(") (binary_expression "piVar8 + 7" (identifier "piVar8") (+ "+") (number_literal "7")) () ")"))))) (; ";")) (if_statement "if ((bVar29 & 1) == 0) {\n piVar8[1] = iVar7;\n piVar8[2] = iVar6;\n *(byte *)(piVar8 + 7) = bVar29 | 1;\n if ((bVar29 & 4) == 0) {\n *(byte *)(piVar8 + 7) = bVar29 | 5;\n piVar8[5] = iVar13;\n piVar8[6] = iVar24;\n if ((bVar29 & 2) != 0) {\n return bVar5;\n }\n (**(code **)(*piVar8 + 0x38))(piVar8);\n if ((*(byte *)(piVar8 + 7) & 2) != 0) {\n return bVar5;\n }\nLAB_001ea0f2:\n \n FUN_002446e0("../../gold/output.h",0x163,"finalize_data_size");\n }\nLAB_001ea77b:\n \n FUN_002446e0("../../gold/output.h",0x14b,"set_file_offset");\n }" (if "if") (parenthesized_expression "((bVar29 & 1) == 0)" (( "(") (binary_expression "(bVar29 & 1) == 0" (parenthesized_expression "(bVar29 & 1)" (( "(") (binary_expression "bVar29 & 1" (identifier "bVar29") (& "&") (number_literal "1")) () ")")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n piVar8[1] = iVar7;\n piVar8[2] = iVar6;\n *(byte *)(piVar8 + 7) = bVar29 | 1;\n if ((bVar29 & 4) == 0) {\n *(byte *)(piVar8 + 7) = bVar29 | 5;\n piVar8[5] = iVar13;\n piVar8[6] = iVar24;\n if ((bVar29 & 2) != 0) {\n return bVar5;\n }\n (**(code **)(*piVar8 + 0x38))(piVar8);\n if ((*(byte *)(piVar8 + 7) & 2) != 0) {\n return bVar5;\n }\nLAB_001ea0f2:\n \n FUN_002446e0("../../gold/output.h",0x163,"finalize_data_size");\n }\nLAB_001ea77b:\n \n FUN_002446e0("../../gold/output.h",0x14b,"set_file_offset");\n }" ({ "{") (expression_statement "piVar8[1] = iVar7;" (assignment_expression "piVar8[1] = iVar7" (subscript_expression "piVar8[1]" (identifier "piVar8") ([ "[") (number_literal "1") (] "]")) (= "=") (identifier "iVar7")) (; ";")) (expression_statement "piVar8[2] = iVar6;" (assignment_expression "piVar8[2] = iVar6" (subscript_expression "piVar8[2]" (identifier "piVar8") ([ "[") (number_literal "2") (] "]")) (= "=") (identifier "iVar6")) (; ";")) (expression_statement "*(byte *)(piVar8 + 7) = bVar29 | 1;" (assignment_expression "*(byte *)(piVar8 + 7) = bVar29 | 1" (pointer_expression "*(byte *)(piVar8 + 7)" (* "*") (cast_expression "(byte *)(piVar8 + 7)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(piVar8 + 7)" (( "(") (binary_expression "piVar8 + 7" (identifier "piVar8") (+ "+") (number_literal "7")) () ")")))) (= "=") (binary_expression "bVar29 | 1" (identifier "bVar29") (| "|") (number_literal "1"))) (; ";")) (if_statement "if ((bVar29 & 4) == 0) {\n *(byte *)(piVar8 + 7) = bVar29 | 5;\n piVar8[5] = iVar13;\n piVar8[6] = iVar24;\n if ((bVar29 & 2) != 0) {\n return bVar5;\n }\n (**(code **)(*piVar8 + 0x38))(piVar8);\n if ((*(byte *)(piVar8 + 7) & 2) != 0) {\n return bVar5;\n }\nLAB_001ea0f2:\n \n FUN_002446e0("../../gold/output.h",0x163,"finalize_data_size");\n }" (if "if") (parenthesized_expression "((bVar29 & 4) == 0)" (( "(") (binary_expression "(bVar29 & 4) == 0" (parenthesized_expression "(bVar29 & 4)" (( "(") (binary_expression "bVar29 & 4" (identifier "bVar29") (& "&") (number_literal "4")) () ")")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n *(byte *)(piVar8 + 7) = bVar29 | 5;\n piVar8[5] = iVar13;\n piVar8[6] = iVar24;\n if ((bVar29 & 2) != 0) {\n return bVar5;\n }\n (**(code **)(*piVar8 + 0x38))(piVar8);\n if ((*(byte *)(piVar8 + 7) & 2) != 0) {\n return bVar5;\n }\nLAB_001ea0f2:\n \n FUN_002446e0("../../gold/output.h",0x163,"finalize_data_size");\n }" ({ "{") (expression_statement "*(byte *)(piVar8 + 7) = bVar29 | 5;" (assignment_expression "*(byte *)(piVar8 + 7) = bVar29 | 5" (pointer_expression "*(byte *)(piVar8 + 7)" (* "*") (cast_expression "(byte *)(piVar8 + 7)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(piVar8 + 7)" (( "(") (binary_expression "piVar8 + 7" (identifier "piVar8") (+ "+") (number_literal "7")) () ")")))) (= "=") (binary_expression "bVar29 | 5" (identifier "bVar29") (| "|") (number_literal "5"))) (; ";")) (expression_statement "piVar8[5] = iVar13;" (assignment_expression "piVar8[5] = iVar13" (subscript_expression "piVar8[5]" (identifier "piVar8") ([ "[") (number_literal "5") (] "]")) (= "=") (identifier "iVar13")) (; ";")) (expression_statement "piVar8[6] = iVar24;" (assignment_expression "piVar8[6] = iVar24" (subscript_expression "piVar8[6]" (identifier "piVar8") ([ "[") (number_literal "6") (] "]")) (= "=") (identifier "iVar24")) (; ";")) (if_statement "if ((bVar29 & 2) != 0) {\n return bVar5;\n }" (if "if") (parenthesized_expression "((bVar29 & 2) != 0)" (( "(") (binary_expression "(bVar29 & 2) != 0" (parenthesized_expression "(bVar29 & 2)" (( "(") (binary_expression "bVar29 & 2" (identifier "bVar29") (& "&") (number_literal "2")) () ")")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n return bVar5;\n }" ({ "{") (return_statement "return bVar5;" (return "return") (identifier "bVar5") (; ";")) (} "}"))) (expression_statement "(**(code **)(*piVar8 + 0x38))(piVar8);" (call_expression "(**(code **)(*piVar8 + 0x38))(piVar8)" (parenthesized_expression "(**(code **)(*piVar8 + 0x38))" (( "(") (pointer_expression "**(code **)(*piVar8 + 0x38)" (* "*") (pointer_expression "*(code **)(*piVar8 + 0x38)" (* "*") (cast_expression "(code **)(*piVar8 + 0x38)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*piVar8 + 0x38)" (( "(") (binary_expression "*piVar8 + 0x38" (pointer_expression "*piVar8" (* "*") (identifier "piVar8")) (+ "+") (number_literal "0x38")) () ")"))))) () ")")) (argument_list "(piVar8)" (( "(") (identifier "piVar8") () ")"))) (; ";")) (if_statement "if ((*(byte *)(piVar8 + 7) & 2) != 0) {\n return bVar5;\n }" (if "if") (parenthesized_expression "((*(byte *)(piVar8 + 7) & 2) != 0)" (( "(") (binary_expression "(*(byte *)(piVar8 + 7) & 2) != 0" (parenthesized_expression "(*(byte *)(piVar8 + 7) & 2)" (( "(") (binary_expression "*(byte *)(piVar8 + 7) & 2" (pointer_expression "*(byte *)(piVar8 + 7)" (* "*") (cast_expression "(byte *)(piVar8 + 7)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(piVar8 + 7)" (( "(") (binary_expression "piVar8 + 7" (identifier "piVar8") (+ "+") (number_literal "7")) () ")")))) (& "&") (number_literal "2")) () ")")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n return bVar5;\n }" ({ "{") (return_statement "return bVar5;" (return "return") (identifier "bVar5") (; ";")) (} "}"))) (labeled_statement "LAB_001ea0f2:\n \n FUN_002446e0("../../gold/output.h",0x163,"finalize_data_size");" (statement_identifier "LAB_001ea0f2") (: ":") (expression_statement "FUN_002446e0("../../gold/output.h",0x163,"finalize_data_size");" (call_expression "FUN_002446e0("../../gold/output.h",0x163,"finalize_data_size")" (identifier "FUN_002446e0") (argument_list "("../../gold/output.h",0x163,"finalize_data_size")" (( "(") (string_literal ""../../gold/output.h"" (" """) (string_content "../../gold/output.h") (" """)) (, ",") (number_literal "0x163") (, ",") (string_literal ""finalize_data_size"" (" """) (string_content "finalize_data_size") (" """)) () ")"))) (; ";"))) (} "}"))) (labeled_statement "LAB_001ea77b:\n \n FUN_002446e0("../../gold/output.h",0x14b,"set_file_offset");" (statement_identifier "LAB_001ea77b") (: ":") (expression_statement "FUN_002446e0("../../gold/output.h",0x14b,"set_file_offset");" (call_expression "FUN_002446e0("../../gold/output.h",0x14b,"set_file_offset")" (identifier "FUN_002446e0") (argument_list "("../../gold/output.h",0x14b,"set_file_offset")" (( "(") (string_literal ""../../gold/output.h"" (" """) (string_content "../../gold/output.h") (" """)) (, ",") (number_literal "0x14b") (, ",") (string_literal ""set_file_offset"" (" """) (string_content "set_file_offset") (" """)) () ")"))) (; ";"))) (} "}"))) (labeled_statement "LAB_001ea73f:\n \n FUN_002446e0("../../gold/output.h",0x142,"set_address");" (statement_identifier "LAB_001ea73f") (: ":") (expression_statement "FUN_002446e0("../../gold/output.h",0x142,"set_address");" (call_expression "FUN_002446e0("../../gold/output.h",0x142,"set_address")" (identifier "FUN_002446e0") (argument_list "("../../gold/output.h",0x142,"set_address")" (( "(") (string_literal ""../../gold/output.h"" (" """) (string_content "../../gold/output.h") (" """)) (, ",") (number_literal "0x142") (, ",") (string_literal ""set_address"" (" """) (string_content "set_address") (" """)) () ")"))) (; ";"))) (} "}"))) (labeled_statement "LAB_001ea75d:\n \n FUN_002446e0("../../gold/output.h",0xe3,"offset");" (statement_identifier "LAB_001ea75d") (: ":") (expression_statement "FUN_002446e0("../../gold/output.h",0xe3,"offset");" (call_expression "FUN_002446e0("../../gold/output.h",0xe3,"offset")" (identifier "FUN_002446e0") (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") (" """)) () ")"))) (; ";"))) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* WARNING: Type propagation algorithm not settling */ /* WARNING: Enum "DT": Some values do not have unique names */ /* WARNING: Enum "ELFOSABI": Some values do not have unique names */ /* DWARF original prototype: bool do_relax(Target_aarch64<32,_false> * this, int pass, Input_objects * input_objects, Symbol_table * symtab, Layout * layout, Task * task) */ bool __thiscall anon_unknown.dwarf_109b185::var_77<32,var_27>::do_relax (var_77<32,var_27> *this,int var_7,Input_objects *input_objects, Symbol_table *symtab,Layout *layout,type_23 *task) { type_13 *poVar1; uint64_t *puVar2; type_1 *pp_Var3; type_2 *var_20; type_3 var_75; var_1<32,var_27> *var_54; type_4 *pTVar5; type_5 *var_41; type_6 *this_01; type_7 *var_56; type_8 puVar8; type_9 var_68; type_1 p_Var10; var_2<32,var_27> *relobj; type_8 pcVar11; type_10 var_91; type_11 uVar13; type_11 uVar14; type_12 var_22; type_13 oVar16; uint64_t uVar17; type_12 insn_offset; int var_15; type_8 var_36; type_14 *var_85; type_15 *var_70; type_14 *var_74; type_16 *var_3; char *format; type_17 *var_62; type_12 uVar24; type_12 var_23; type_18 var_21; type_18 var_14; type_2 *var_19; int var_47; int var_33; type_10 var_90; int extraout_EDX_00; type_15 *p_Var31; type_15 *p_Var32; type_1 p_Var33; type_18 *var_86; type_12 *puVar35; int var_16; type_12 var_8; type_19 *var_72; type_18 *var_87; type_12 var_24; int var_32; bool var_6; bool var_88; type_18 var_92; type_20 var_84; type_13 var_18; type_6 *a64relobj; var_1<32,var_27> *var_73; type_21 in_stack_ffffff40; var_2<32,var_27> *in_stack_ffffff44; vector<var_39::type_17*,var_40::var_58<var_39::type_17*>var_12> *in_stack_ffffff48; type_22 in_stack_ffffff4c; type_23 *task_00; type_8 var_38; var_2<32,var_27> *local_90; type_8 var_35; type_12 var_9; int var_67; type_12 var_25; type_12 var_44; int var_46; var_1<32,var_27> *var_60; type_12 var_45; type_10 var_49; type_1 var_82; type_2 *var_13; type_12 var_48; type_15 *var_65; type_15 *var_66; type_21 var_63; type_21 group_end; type_3 input_view_size_1; type_8 var_11; type_8 local_2c; type_3 var_30; type_8 var_29; type_8 local_20; var_92 = 0; var_3 = var_39::parameters->options_; if (var_3 == (type_16 *)0x0) { /* WARNING: Subroutine does not return */ gold::var_4("../../gold/parameters.h",0x5c,"options"); } var_6 = (var_3->relocatable_).value; task_00 = (type_23 *)var_5(var_6,in_stack_ffffff4c); if (var_6 != false) { /* WARNING: Subroutine does not return */ gold::var_4("../../gold/aarch64.cc",0x160d,"do_relax"); } if (var_7 == 1) { var_8 = (var_3->stub_group_size_).value >> 0x1f; var_9 = ((var_3->stub_group_size_).value ^ var_8) - var_8; if (var_9 == 1) { var_9 = 0x7ffbffc; this->stub_group_size_ = 0x7ffbffc; } else { this->stub_group_size_ = var_9; } input_view_size_1 = 0; var_11 = (type_8)0x0; local_2c = (type_8)0x0; /* try { // try from 001ea319 to 001ea31d has its CatchHandler @ 001ea8e2 */ gold::Layout::var_10(layout,(type_24 *)&input_view_size_1); var_36 = var_11; if ((type_8)input_view_size_1 != var_11) { var_35 = (type_8)input_view_size_1; do { var_56 = *var_35; var_30 = 0; var_29 = (type_8)0x0; group_end._M_current = (var_56->input_sections_). super__Vector_base<var_39::type_7::type_2,var_40::var_58<var_39::Output_section::type_2>var_12> ._M_impl._M_finish; var_13 = (var_56->input_sections_). super__Vector_base<var_39::Output_section::type_2,var_40::var_58<var_39::Output_section::type_2>var_12> ._M_impl._M_start; local_20 = (type_8)0x0; if (group_end._M_current != var_13) { var_25 = 0; var_6 = false; var_49 = (type_10)0x0; LAB_001ea390: if (var_13->p2align_ != 0) { var_8 = var_13->p2align_ - 1; var_14 = (type_18)var_8; var_88 = (var_8 & 0x20) == 0; var_15 = (type_12)!var_88 << (var_14 & 0x1f); var_16 = (type_12)var_88 << (var_14 & 0x1f); goto LAB_001ea3bd; } LAB_001ea39e: var_8 = var_13->shndx_; var_20 = var_13; joined_r0x001ea3ac: var_13 = var_20; if (var_8 + 4 < 4) { /* try { // try from 001ea3b7 to 001ea632 has its CatchHandler @ 001ea8db */ var_16 = (*(((var_13->u2_).object)->super_Object)._vptr_Object[3]) ((var_13->u2_).object); var_15 = extraout_EDX_00; LAB_001ea3bd: if (var_15 != 0 || var_16 != 0) { var_49 = (type_10)(var_16 + -1 + (int)var_49 & -var_16); } } var_18 = var_39::Output_section::Input_section::var_17(var_13); var_8 = (int)var_49 + (int)var_18; var_24 = var_8; if (var_6) goto LAB_001ea4f0; LAB_001ea3f6: if (var_13->shndx_ < 0xfffffffd) { var_18 = var_39::Output_section::Input_section::var_17(var_13); var_20 = var_13 + 1; var_19 = (var_56->input_sections_). super__Vector_base<var_39::Output_section::type_2,var_40::var_58<var_39::Output_section::type_2>var_12> ._M_impl._M_finish; if (var_18 == 0) goto LAB_001e9783; if (var_6) { group_end._M_current = var_13; if (var_19 == var_20) goto LAB_001ea610; var_19 = var_13 + 1; var_49 = (type_10)var_24; var_13 = var_20; if (var_19->p2align_ != 0) { var_8 = var_19->p2align_ - 1; var_21 = (type_18)var_8; var_14 = var_21 & 0x1f; uVar24 = 1 << (var_21 & 0x1f); var_23 = uVar24; var_22 = 0 << var_14 | 1U >> 0x20 - var_14; if ((var_8 & 0x20) != 0) { var_23 = 0; var_22 = uVar24; } if (var_22 == 0 && var_23 == 0) { var_18 = var_39::Output_section::Input_section::var_17(var_20); var_8 = var_24 + (int)var_18; } else { var_49 = (type_10)((var_23 - 1) + var_24 & -var_23); var_18 = var_39::Output_section::Input_section::var_17(var_20); var_8 = (int)var_49 + (int)var_18; } goto LAB_001ea4f0; } goto LAB_001ea39e; } group_end._M_current = var_13; if (var_19 == var_20) goto LAB_001ea619; if (var_13[1].p2align_ != 0) { var_8 = var_13[1].p2align_ - 1; var_14 = (type_18)var_8; var_6 = (var_8 & 0x20) == 0; var_15 = (type_12)var_6 << (var_14 & 0x1f); if ((type_12)!var_6 << (var_14 & 0x1f) == 0 && var_15 == 0) { var_18 = var_39::Output_section::Input_section::var_17(var_20); var_8 = var_24 + (int)var_18; var_25 = (type_12)var_49; var_49 = (type_10)var_24; var_13 = var_20; } else { var_24 = -var_15 & (var_24 - 1) + var_15; var_18 = var_39::Output_section::Input_section::var_17(var_20); var_8 = var_24 + (int)var_18; var_25 = (type_12)var_49; var_49 = (type_10)var_24; var_13 = var_20; } LAB_001ea4f0: var_24 = var_8; if (var_8 - var_25 < var_9) { var_6 = true; } else { if ((var_56->input_sections_). super__Vector_base<var_39::type_7::type_2,var_40::var_58<var_39::type_7::type_2>var_12> ._M_impl._M_finish == group_end._M_current) { /* WARNING: Subroutine does not return */ /* try { // try from 001ea80c to 001ea810 has its CatchHandler @ 001ea8db */ gold::var_4("../../gold/aarch64.cc",0xaf7,"group_sections"); } var_26<32,var_27>::var_28 ((var_26<32,var_27> *)this, (type_2 *)&var_30,(type_21)task,in_stack_ffffff40, (type_25 *)in_stack_ffffff44,in_stack_ffffff48,task_00); var_6 = false; } goto LAB_001ea3f6; } var_8 = var_20->shndx_; var_6 = true; var_25 = (type_12)var_49; var_49 = (type_10)var_24; goto joined_r0x001ea3ac; } var_19 = (var_56->input_sections_). super__Vector_base<var_39::Output_section::type_2,var_40::var_58<var_39::Output_section::type_2>var_12> ._M_impl._M_finish; LAB_001e9783: var_13 = var_13 + 1; var_49 = (type_10)var_24; if (var_13 != var_19) goto LAB_001ea390; if (var_6) { LAB_001ea610: if (var_19 == group_end._M_current) { /* WARNING: Subroutine does not return */ /* try { // try from 001ea869 to 001ea86d has its CatchHandler @ 001ea8db */ gold::var_4("../../gold/aarch64.cc",0xb32,"group_sections"); } LAB_001ea619: var_26<32,var_27>::var_28 ((var_26<32,var_27> *)this,(type_2 *)&var_30, (type_21)task,in_stack_ffffff40, (type_25 *)in_stack_ffffff44,in_stack_ffffff48,task_00); } if (var_29 == (type_8)var_30) { LAB_001ea600: if (var_30 == 0) goto LAB_001e9844; goto LAB_001e9835; } /* try { // try from 001e97b7 to 001e97bb has its CatchHandler @ 001ea8db */ gold::Output_section::var_31 (var_56,(vector<var_39::type_17*,var_40::var_58<var_39::type_17*>var_12> *var_55)&var_30); var_15 = (int)((int)var_29 - var_30) >> 2; if (var_15 == 0) goto LAB_001ea600; var_16 = *(int *)(*(int *)var_30 + 0x2c); var_8 = *(type_12 *)(*(int *)var_30 + 0x30); var_32 = *(int *)(var_16 + 0x84); if ((type_12)(*(int *)(var_16 + 0x88) - var_32 >> 2) <= var_8) goto LAB_001ea7b7; var_33 = 0; while( true ) { *(type_11 *)(var_32 + var_8 * 4) = 0xffffffff; var_33 = var_33 + 1; *(type_26 *)(var_16 + 0x4c) = 1; if (var_15 == var_33) break; var_32 = *(int *)(var_30 + var_33 * 4); var_16 = *(int *)(var_32 + 0x2c); var_8 = *(type_12 *)(var_32 + 0x30); var_32 = *(int *)(var_16 + 0x84); if ((type_12)(*(int *)(var_16 + 0x88) - var_32 >> 2) <= var_8) { LAB_001ea7b7: /* WARNING: Subroutine does not return */ /* try { // try from 001ea7d0 to 001ea7d4 has its CatchHandler @ 001ea8db */ gold::var_4("../../gold/object.h",0x81f,"do_set_section_offset"); } } LAB_001e9835: var_34((void *)var_30); } LAB_001e9844: var_35 = var_35 + 1; var_36 = (type_8)input_view_size_1; } while (var_11 != var_35); } if (var_36 != (type_8)0x0) { var_34(var_36); } LAB_001e9870: var_38 = (input_objects->relobj_list_). super__Vector_base<var_39::var_37*var_55,var_40::var_58<var_39::var_37*>var_12>._M_impl._M_start; if (var_38 != (input_objects->relobj_list_). super__Vector_base<var_39::var_37*,var_40::var_58<var_39::var_37*>var_12>._M_impl._M_finish) goto LAB_001e98a0; } else { var_49 = (this->stub_tables_). super__Vector_base<(anonymous_namespace)::var_1<32,var_27>*,var_40::var_58<(anonymous_namespace)::var_1<32,var_27>*>var_12> ._M_impl._M_start; if (var_49 != (this->stub_tables_). super__Vector_base<(anonymous_namespace)::var_1<32,var_27>*,var_40::var_58<(anonymous_namespace)::var_1<32,var_27>*>var_12> ._M_impl._M_finish) { do { var_54 = *var_49; pTVar5 = var_54->owner_; var_41 = (var_54->super_Output_data)._vptr_Output_data[3]; if (var_41 == var_1<64,var_27>::var_42) { var_13 = (type_2 *)pTVar5->original_size_; var_60 = (var_1<32,var_27> *)0xfffffffc; var_45 = 0xffffffff; var_44 = 4; var_46 = 0; LAB_001e965f: var_6 = var_43(var_44,(type_12)var_13); var_15 = var_44 + (int)var_13; var_13 = (type_2 *)((type_12)var_60 & var_15 - 1U); var_48 = var_45 & var_46 + (type_12)var_6 + -1 + (type_12)(var_15 != 0); } else { var_44 = (*var_41)(var_54); var_13 = (type_2 *)pTVar5->original_size_; var_48 = 0; if (var_47 != 0 || var_44 != 0) { var_60 = (var_1<32,var_27> *var_55)-var_44; var_45 = -(var_47 + (type_12)(var_44 != 0)); var_46 = var_47; goto LAB_001e965f; } } var_14 = (pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build. super_Output_section_data.super_Output_data.field_0x1c; if ((var_14 & 4) == 0) goto LAB_001ea75d; poVar1 = &(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build. super_Output_section_data.super_Output_data.offset_; var_18 = *poVar1; oVar16 = *poVar1; var_15 = *(int *)((int)&(pTVar5->super_Output_relaxed_input_section). super_Output_section_data_build.super_Output_section_data. super_Output_data.offset_ + 4); if ((var_14 & 1) == 0) goto LAB_001ea799; var_14 = (var_54->super_Output_data).field_0x1c; puVar2 = &(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build. super_Output_section_data.super_Output_data.address_; uVar17 = *puVar2; var_16 = *(int *)((int)&(pTVar5->super_Output_relaxed_input_section). super_Output_section_data_build.super_Output_section_data. super_Output_data.address_ + 4); if ((var_14 & 1) != 0) goto LAB_001ea73f; *(int *)&(var_54->super_Output_data).address_ = (int)var_13 + (int)*puVar2; *(type_12 *)((int)&(var_54->super_Output_data).address_ + 4) = var_48 + var_16 + (type_12)var_43((type_12)var_13,(type_12)uVar17); (var_54->super_Output_data).field_0x1c = var_14 | 1; if ((var_14 & 4) != 0) goto LAB_001ea77b; (var_54->super_Output_data).field_0x1c = var_14 | 5; *(int *)&(var_54->super_Output_data).offset_ = (int)var_13 + (int)oVar16; *(type_12 *)((int)&(var_54->super_Output_data).offset_ + 4) = var_48 + var_15 + (type_12)var_43((type_12)var_13,(type_12)var_18); if (((var_14 & 2) == 0) && ((*(var_54->super_Output_data)._vptr_Output_data[0xe])(var_54), ((var_54->super_Output_data).field_0x1c & 2) == 0)) goto LAB_001ea0f2; var_49 = var_49 + 1; } while ((this->stub_tables_). super__Vector_base<(anonymous_namespace)::var_1<32,var_27>*,var_40::var_58<(anonymous_namespace)::var_1<32,var_27>*>var_12> ._M_impl._M_finish != var_49); goto LAB_001e9870; } var_38 = (input_objects->relobj_list_). super__Vector_base<var_39::var_37*,var_40::var_58<var_39::var_37*>var_12>._M_impl._M_start; if ((input_objects->relobj_list_). super__Vector_base<var_39::var_37*,var_40::var_58<var_39::var_37*>var_12>._M_impl._M_finish == var_38) goto LAB_001ea087; LAB_001e98a0: do { this_01 = (type_6 *)*var_38; if (*(type_27 **)&this_01->field_0x1c == (type_27 *)0x0) { LAB_001ea110: /* WARNING: Subroutine does not return */ /* try { // try from 001ea129 to 001ea2b9 has its CatchHandler @ 001ea8e9 */ gold::var_4("../../gold/object.h",0x1e3,"input_file"); } gold::File_read::var_50(&(*(type_27 **)&this_01->field_0x1c)->file_,task); var_54 = *(var_1<32,var_27> **var_55)&this_01->field_0x28; if (*(type_27 **)&this_01->field_0x1c == (type_27 *)0x0) goto LAB_001ea110; /* try { // try from 001e9908 to 001e9f55 has its CatchHandler @ 001ea8e9 */ var_85 = var_39::File_read::var_51 (&(*(type_27 **)&this_01->field_0x1c)->file_, *(type_13 *)&this_01->field_0x20,*(type_13 *)&this_01->field_0x94, (int)var_54 * 0x28,true,true); gold::var_52<32,var_27>::var_53 ((var_52<32,var_27> *)this_01); if ((var_1<32,var_27> *)0x1 < var_54) { var_3 = var_39::parameters->options_; if (var_3 == (type_16 *)0x0) { LAB_001e9d87: /* WARNING: Subroutine does not return */ gold::var_4("../../gold/parameters.h",0x5c,"options"); } var_60 = (var_1<32,var_27> *)0x1; var_72 = &(this_01->mapping_symbol_info_)._M_t._M_impl.super__Rb_tree_header; var_91 = (type_10)var_85; do { var_49 = (type_10)((int)var_91 + 0x28); var_15 = *(int *)((int)var_91 + 0x2c); if (((((var_3->fix_cortex_a53_843419_).value != false) || ((var_3->fix_cortex_a53_835769_).value != false)) && (*(int *)((int)var_91 + 0x3c) != 0)) && ((*(type_18 *)((int)var_91 + 0x30) & 6) != 0) ) { var_56 = (((type_33 *)&this_01->field_0x38)-> super__Vector_base<var_39::type_7*var_55,var_40::var_58<var_39::type_7*>var_12>var_55 )._M_impl._M_start[(int)var_60]; if ((var_56 != (type_7 *)0x0) && (var_15 == 1)) { a64relobj = this_01; var_73 = var_60; var_6 = var_39::Symbol_table::var_57 (symtab,(var_37 *)this_01,(type_12)var_60); if (!var_6) { puVar8 = (((vector<var_59,var_40::var_58<var_59>var_12> *) &this_01->field_0x84)-> super__Vector_base<var_59,var_40::var_58<var_59>var_12>var_55)._M_impl. _M_start; if ((var_1<32,var_27> *var_55) ((int)*(type_8 *)&this_01->field_0x88 - (int)puVar8 >> 2) <= var_60) { /* WARNING: Subroutine does not return */ gold::var_4("../../gold/object.h",0x7f7,"get_output_section_offset") ; } var_8 = puVar8[(int)var_60]; if (var_8 == 0xffffffff) { a64relobj = this_01; var_73 = var_60; var_62 = var_39::Output_section::var_61 (var_56,(var_37 *)this_01,(type_12)var_60); if (var_62 == (type_17 *)0x0) goto LAB_001e9c60; if (((var_62->super_Output_section_data_build).super_Output_section_data. super_Output_data.field_0x1c & 1) == 0) { /* WARNING: Subroutine does not return */ gold::var_4("../../gold/output.h",0xc5,"address"); } var_67 = (int)(var_62->super_Output_section_data_build). super_Output_section_data.super_Output_data.address_; } else { if (((var_56->super_Output_data).field_0x1c & 1) == 0) goto LAB_001ea816; var_67 = var_8 + (int)(var_56->super_Output_data).address_; } var_90 = (this_01->stub_tables_). super__Vector_base<(anonymous_namespace)::var_1<32,var_27>*,var_40::var_58<(anonymous_namespace)::var_1<32,var_27>*>var_12> ._M_impl._M_start; if ((var_1<32,var_27> *) ((int)(this_01->stub_tables_). super__Vector_base<(anonymous_namespace)::var_1<32,var_27>*,var_40::var_58<(anonymous_namespace)::var_1<32,var_27>*>var_12> ._M_impl._M_finish - (int)var_90 >> 2) <= var_60) { /* try { // try from 001ea811 to 001ea851 has its CatchHandler @ 001ea8e9 */ var_2<32,var_27>::var_63(in_stack_ffffff44,(type_12)in_stack_ffffff48); LAB_001ea816: /* WARNING: Subroutine does not return */ gold::var_4("../../gold/output.h",0xc5,"address"); } if ((var_90[(int)var_60] != (var_1<32,var_27> *)0x0) && (var_1<32,var_27>::var_64 (var_60,a64relobj,(type_12)var_73), var_65 != var_66)) { var_68 = var_65[1]._M_color; var_15 = var_67 + *(int *)(var_68 + 0x18); *(int *)(var_68 + 0x20) = var_15; var_70 = var_65; while( true ) { if (var_15 + 4 == -1) { /* WARNING: Subroutine does not return */ gold::var_4 ("../../gold/aarch64.cc",0x361,"set_destination_address"); } *(int *)(var_68 + 4) = var_15 + 4; var_70 = (type_15 *)std::var_69(var_70); if (var_70 == var_66) break; var_68 = var_70[1]._M_color; var_15 = *(int *)(var_68 + 0x18) + var_67; *(int *)(var_68 + 0x20) = var_15; } } var_30 = 0; var_74 = var_39::Object::var_71 ((type_28 *)this_01,(type_12)var_60,&var_30,false); var_70 = (this_01->mapping_symbol_info_)._M_t._M_impl.super__Rb_tree_header. _M_header._M_parent; p_Var31 = &var_72->_M_header; if (var_70 != (type_15 *)0x0) { do { while (p_Var32 = var_70, var_60 <= (var_1<32,var_27> *)p_Var32[1]._M_color) { var_70 = p_Var32->_M_left; p_Var31 = p_Var32; if (p_Var32->_M_left == (type_1)0x0) goto LAB_001e9af5; } pp_Var3 = &p_Var32->_M_right; var_70 = *pp_Var3; p_Var32 = p_Var31; } while (*pp_Var3 != (type_1)0x0); LAB_001e9af5: if (var_72 != (type_19 *)p_Var32) { var_73 = (var_1<32,var_27> *)p_Var32[1]._M_color; while (var_60 == var_73) { var_70 = (type_15 *)std::var_69(p_Var32); if (*(char *)&p_Var32[1]._M_left == 'x') { p_Var10 = p_Var32[1]._M_parent; if ((var_72 == (type_19 *)var_70) || ((var_1<32,var_27> *)var_70[1]._M_color != var_60)) { var_82 = *(type_1 *)((int)var_91 + 0x3c); } else { var_82 = var_70[1]._M_parent; } var_3 = var_39::parameters->options_; if (var_3 == (type_16 *)0x0) { /* WARNING: Subroutine does not return */ gold::var_4("../../gold/parameters.h",0x5c,"options"); } if (((var_3->fix_cortex_a53_843419_).value != false) && (var_8 = (int)&p_Var10->_M_color + var_67, (var_8 & 3) == 0)) { var_15 = 0; if ((var_8 & 0xfff) < 0xff8) { var_15 = 0xff8 - (var_8 & 0xfff); } while (var_15 + 0xcU <= (type_12)((int)var_82 - (int)p_Var10)) { var_75 = (int)&p_Var10->_M_color + var_15; puVar35 = (type_12 *)(var_74 + var_75); var_24 = var_8 + var_15; if ((*puVar35 & 0x9f000000) == 0x90000000) { local_90 = (var_2<32,var_27> *)puVar35[2]; var_6 = var_76 ((var_77<32,var_27> *)in_stack_ffffff44, (type_29)in_stack_ffffff48,(type_29)task_00, (type_29)var_85); if (var_6) { var_16 = 8; LAB_001e9f35: var_78((var_77<32,var_27> *var_55)(var_16 + var_24), local_90,4,var_75, (type_30)in_stack_ffffff44, (type_31)in_stack_ffffff48,(int)task_00, (type_12)var_85); } else if (((var_15 + 0x10U <= (type_12)((int)var_82 - (int)p_Var10)) && (((type_12)local_90 & 0x7c000000) != 0x14000000)) && (((type_12)local_90 & 0xffdffc1f) != 0xd61f0000)) { local_90 = (var_2<32,var_27> *)puVar35[3]; var_6 = var_76 ((var_77<32,var_27> *)in_stack_ffffff44, (type_29)in_stack_ffffff48,(type_29)task_00, (type_29)var_85); if (var_6) { var_16 = 0xc; goto LAB_001e9f35; } } } var_16 = var_15 + 4; var_15 = var_15 + 0xffc; if ((var_24 & 0xfff) == 0xff8) { var_15 = var_16; } } var_3 = var_39::parameters->options_; if (var_3 == (type_16 *)0x0) { /* WARNING: Subroutine does not return */ gold::var_4("../../gold/parameters.h",0x5c,"options"); } } if (((var_3->fix_cortex_a53_835769_).value != false) && (var_8 = (int)var_82 - (int)p_Var10, 4 < var_8)) { var_82 = (type_1)0x4; p_Var33 = (type_1)0x0; do { var_15 = (int)&p_Var10->_M_color + (int)p_Var33; relobj = *(var_2<32,var_27> **var_55)(var_74 + var_15 + 4); var_6 = var_77<64,var_27>::var_79 ((var_77<64,var_27> *)in_stack_ffffff44, (type_29)in_stack_ffffff48,(type_29)task_00); if (var_6) { pcVar11 = (((type_32 *)&this_01->field_0x4)->_M_dataplus)._M_p; format = (char *)var_80( "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x." ); gold::var_81(format,pcVar11,var_60,var_15); var_78((var_77<32,var_27> *var_55) ((int)&p_Var10->_M_parent + (int)p_Var33 + var_67),relobj,5,0, (type_30)in_stack_ffffff44, (type_31)in_stack_ffffff48,(int)task_00, (type_12)var_85); p_Var33 = var_82; } var_82 = (type_1)((int)p_Var33 + 8); p_Var33 = (type_1)((int)p_Var33 + 4); } while (var_82 < var_8); } } if (var_72 == (type_19 *)var_70) break; p_Var32 = var_70; var_73 = (var_1<32,var_27> *)var_70[1]._M_color; } } } } LAB_001e9c60: var_15 = *(int *)((int)var_91 + 0x2c); } } if ((var_15 == 4) && (var_15 = *(int *)((int)var_91 + 0x3c), var_15 != 0)) { var_8 = *(type_12 *)((int)var_91 + 0x40); if (0xfeff < var_8) { elfcpp::Elf_file<32,var_27,_gold::type_28>::initialize_shnum ((Elf_file<32,var_27,_gold::type_28> *)&this_01->field_0x90); var_8 = var_8 + *(int *)&this_01->field_0xa4; } if (((*(type_12 *)&this_01->field_0xac == var_8) && (*(int *)((int)var_91 + 0x4c) == 0xc)) && (var_84 = var_83(var_15,0,0xc,0), var_84 == 0)) { var_44 = *(type_12 *)((int)var_91 + 0x44); if (0xfeff < var_44) { /* try { // try from 001ea0ad to 001ea0b1 has its CatchHandler @ 001ea8e9 */ elfcpp::Elf_file<32,var_27,_gold::type_28>::initialize_shnum ((Elf_file<32,var_27,_gold::type_28> *)&this_01->field_0x90); var_44 = var_44 + *(int *)&this_01->field_0xa4; } if (((var_44 < *(type_12 *)&this_01->field_0x28) && (*(int *)(var_85 + var_44 * 0x28 + 0x14) != 0)) && (((var_85[var_44 * 0x28 + 8] & 2) != 0 && ((*(int *)(var_85 + var_44 * 0x28 + 4) == 1 && (var_56 = (((type_33 *)&this_01->field_0x38)-> super__Vector_base<var_39::type_7*,var_40::var_58<var_39::type_7*>var_12>var_55 )._M_impl._M_start[var_44], var_56 != (type_7 *)0x0)))))) { var_6 = var_39::Symbol_table::var_57(symtab,(var_37 *)this_01,var_44); var_88 = false; var_6 = !var_6; if (var_6) { var_15 = 10; var_86 = (type_18 *)var_56->name_; var_87 = (type_18 *)".eh_frame"; do { if (var_15 == 0) break; var_15 = var_15 + -1; var_88 = *var_86 < *var_87; var_6 = *var_86 == *var_87; var_86 = var_86 + (type_12)var_92 * -2 + 1; var_87 = var_87 + (type_12)var_92 * -2 + 1; } while (var_6); if ((!var_88 && !var_6) != var_88) { puVar8 = (((vector<var_59,var_40::var_58<var_59>var_12> *) &this_01->field_0x84)-> super__Vector_base<var_59,var_40::var_58<var_59>var_12>var_55). _M_impl._M_start; if ((type_12)((int)*(type_8 *)&this_01->field_0x88 - (int)puVar8 >> 2) <= var_44 ) { /* WARNING: Subroutine does not return */ /* try { // try from 001ea8ba to 001ea8da has its CatchHandler @ 001ea8e9 */ gold::var_4 ("../../gold/object.h",0x7f7,"get_output_section_offset"); } /* try { // try from 001ea64a to 001ea73e has its CatchHandler @ 001ea8e9 */ if ((puVar8[var_44] == 0xffffffff) && (var_62 = var_39::type_7::var_61 (var_56,(var_37 *)this_01,var_44), var_62 == (type_17 *)0x0)) { /* WARNING: Subroutine does not return */ gold::var_4 ("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable"); } var_8 = *(type_12 *)((int)var_91 + 0x44); if (0xfeff < var_8) { elfcpp::Elf_file<32,var_27,_gold::type_28>::initialize_shnum ((Elf_file<32,var_27,_gold::type_28> *)&this_01->field_0x90); var_8 = var_8 + *(int *)&this_01->field_0xa4; } puVar8 = (((vector<var_59,var_40::var_58<var_59>var_12> *) &this_01->field_0x84)-> super__Vector_base<var_59,var_40::var_58<var_59>var_12>var_55). _M_impl._M_start; if ((type_12)((int)*(type_8 *)&this_01->field_0x88 - (int)puVar8 >> 2) <= var_8) { /* WARNING: Subroutine does not return */ gold::var_4 ("../../gold/object.h",0x7f7,"get_output_section_offset"); } var_56 = (((type_33 *)&this_01->field_0x38)-> super__Vector_base<var_39::type_7*,var_40::var_58<var_39::type_7*>var_12>var_55 )._M_impl._M_start[var_8]; if (puVar8[var_8] == 0xffffffff) { var_62 = var_39::Output_section::var_61 (var_56,(var_37 *)this_01,var_8); if (var_62 == (type_17 *)0x0) { /* WARNING: Subroutine does not return */ /* try { // try from 001ea7ee to 001ea7f2 has its CatchHandler @ 001ea8e9 */ gold::var_4 ("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs"); } if (((var_62->super_Output_section_data_build).super_Output_section_data. super_Output_data.field_0x1c & 1) == 0) { /* WARNING: Subroutine does not return */ gold::var_4("../../gold/output.h",0xc5,"address"); } } else if (((var_56->super_Output_data).field_0x1c & 1) == 0) { /* WARNING: Subroutine does not return */ gold::var_4("../../gold/output.h",0xc5,"address"); } if (*(type_27 **)&this_01->field_0x1c == (type_27 *)0x0) { /* WARNING: Subroutine does not return */ gold::var_4("../../gold/object.h",0x1e3,"input_file"); } gold::File_read::var_51 (&(*(type_27 **)&this_01->field_0x1c)->file_, *(type_13 *)&this_01->field_0x20, (ulonglong)*(type_12 *)((int)var_91 + 0x38), *(type_3 *)((int)var_91 + 0x3c),true,false); input_view_size_1 = 0; gold::Object::var_71 ((type_28 *)this_01,var_8,&input_view_size_1,false); if (*(int *)((int)var_91 + 0x2c) != 4) { /* WARNING: Subroutine does not return */ gold::var_4 ("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs"); } } } } } } var_60 = (var_1<32,var_27> *var_55) ((int)&(var_60->super_Output_data)._vptr_Output_data + 1); if (var_54 == var_60) break; var_3 = var_39::parameters->options_; var_91 = var_49; if (var_3 == (type_16 *)0x0) goto LAB_001e9d87; } while( true ); } if (*(type_27 **)&this_01->field_0x1c != (type_27 *)0x0) { gold::File_read::var_89(&(*(type_27 **)&this_01->field_0x1c)->file_,task); } var_38 = var_38 + 1; } while ((input_objects->relobj_list_). super__Vector_base<var_39::var_37*,var_40::var_58<var_39::var_37*>var_12>._M_impl._M_finish != var_38); } var_91 = (this->stub_tables_). super__Vector_base<(anonymous_namespace)::var_1<32,var_27>*,var_40::var_58<(anonymous_namespace)::var_1<32,var_27>*>var_12> ._M_impl._M_finish; for (var_90 = (this->stub_tables_). super__Vector_base<(anonymous_namespace)::var_1<32,var_27>*,var_40::var_58<(anonymous_namespace)::var_1<32,var_27>*>var_12> ._M_impl._M_start; var_90 != var_91; var_90 = var_90 + 1) { var_54 = *var_90; var_8 = (type_12)var_54->reloc_stubs_size_; var_18 = var_54->prev_data_size_; var_24 = var_8 + 3 & 0xfffffffc; var_15 = *(int *)((int)&var_54->prev_data_size_ + 4); var_16 = var_24 + (int)var_54->erratum_stubs_size_; var_32 = *(int *)((int)&var_54->reloc_stubs_size_ + 4) + (type_12)(0xfffffffc < var_8) + *(int *)((int)&var_54->erratum_stubs_size_ + 4) + (type_12)var_43(var_24,(type_12)var_54->erratum_stubs_size_); *(int *)&var_54->prev_data_size_ = var_16; *(int *)((int)&var_54->prev_data_size_ + 4) = var_32; if (var_15 != var_32 || (int)var_18 != var_16) { pTVar5 = var_54->owner_; var_92 = (pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build. super_Output_section_data.super_Output_data.field_0x1c; if ((var_92 & 1) == 0) { LAB_001ea799: /* WARNING: Subroutine does not return */ gold::var_4("../../gold/output.h",0xc5,"address"); } uVar17 = (pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build. super_Output_section_data.super_Output_data.address_; uVar13 = *(type_11 *) ((int)&(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build. super_Output_section_data.super_Output_data.address_ + 4); task_00 = (type_23 *)((var_92 >> 2 & 1) << 0x18); if ((var_92 >> 2 & 1) == 0) { LAB_001ea75d: /* WARNING: Subroutine does not return */ gold::var_4("../../gold/output.h",0xe3,"offset"); } var_18 = (pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build. super_Output_section_data.super_Output_data.offset_; uVar14 = *(type_11 *) ((int)&(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build. super_Output_section_data.super_Output_data.offset_ + 4); (pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build. super_Output_section_data.super_Output_data.field_0x1c = var_92 & 0xfa; if ((var_92 & 8) == 0) { (pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build. super_Output_section_data.super_Output_data.field_0x1c = var_92 & 0xf8; } (*(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build. super_Output_section_data.super_Output_data._vptr_Output_data[0xf])(pTVar5); var_92 = (pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build. super_Output_section_data.super_Output_data.field_0x1c; if ((var_92 & 1) != 0) { LAB_001ea73f: /* WARNING: Subroutine does not return */ gold::var_4("../../gold/output.h",0x142,"set_address"); } *(int *)&(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build. super_Output_section_data.super_Output_data.address_ = (int)uVar17; *(type_11 *) ((int)&(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build. super_Output_section_data.super_Output_data.address_ + 4) = uVar13; (pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build. super_Output_section_data.super_Output_data.field_0x1c = var_92 | 1; if ((var_92 & 4) != 0) { LAB_001ea77b: /* WARNING: Subroutine does not return */ gold::var_4("../../gold/output.h",0x14b,"set_file_offset"); } (pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build. super_Output_section_data.super_Output_data.field_0x1c = var_92 | 5; *(int *)&(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build. super_Output_section_data.super_Output_data.offset_ = (int)var_18; *(type_11 *) ((int)&(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build. super_Output_section_data.super_Output_data.offset_ + 4) = uVar14; if (((var_92 & 2) == 0) && ((*(pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build. super_Output_section_data.super_Output_data._vptr_Output_data[0xe])(pTVar5), ((pTVar5->super_Output_relaxed_input_section).super_Output_section_data_build. super_Output_section_data.super_Output_data.field_0x1c & 2) == 0)) { LAB_001ea0f2: /* WARNING: Subroutine does not return */ gold::var_4("../../gold/output.h",0x163,"finalize_data_size"); } break; } } LAB_001ea087: return (bool)(char)((type_12)task_00 >> 0x18); }
null
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) 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: (type_identifier) declarator: (identifier)) (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: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (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: (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: (type_identifier) 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: (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: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) 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: (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: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) 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: (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: (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)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) 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: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) 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: (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 (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: (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 (string_literal (string_content)) (number_literal) (string_literal (string_content))))))) (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: (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)))) (expression_statement (assignment_expression left: (identifier) right: (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: (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: (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)))) 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: (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (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 (expression_statement (assignment_expression left: (identifier) right: (identifier))) (do_statement body: (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: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (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))) (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 declarator: (abstract_pointer_declarator))) value: (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: (false))) (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: (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))))))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_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 (assignment_expression left: (identifier) right: (binary_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)) value: (identifier)))) (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: (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (unary_expression argument: (identifier))) right: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))) (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) (goto_statement label: (statement_identifier)))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (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: (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: (primitive_type) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal)))) right: (number_literal))))))) arguments: (argument_list (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))))) (labeled_statement label: (statement_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: (parenthesized_expression (binary_expression left: (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal)) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier))) right: (unary_expression argument: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier))))))))))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (identifier)) consequence: (goto_statement label: (statement_identifier))) (labeled_statement label: (statement_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: (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: (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: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (if_statement condition: (parenthesized_expression (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))) (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: (identifier)))) (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 (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (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: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (number_literal) right: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (number_literal) right: (identifier)) right: (binary_expression left: (number_literal) right: (binary_expression left: (number_literal) right: (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: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (identifier))))) (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: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (identifier))))) alternative: (else_clause (compound_statement (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: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (identifier)) right: (unary_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: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (identifier))))))) (goto_statement label: (statement_identifier)))) (goto_statement label: (statement_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))) (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: (binary_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)) value: (identifier)))) (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: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (unary_expression argument: (identifier))) right: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))) right: (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))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (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: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (identifier)))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (unary_expression argument: (identifier)) right: (binary_expression left: (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 (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (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: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (identifier)))))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (identifier)) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (true)))) alternative: (else_clause (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: (identifier) 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 (call_expression function: (identifier) arguments: (argument_list (identifier) (pointer_expression argument: (identifier)) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (false)))))) (goto_statement label: (statement_identifier)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (true))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) (goto_statement label: (statement_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))))))) (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: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (identifier))) consequence: (goto_statement label: (statement_identifier))) (if_statement condition: (parenthesized_expression (identifier)) consequence: (compound_statement (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content)) (binary_expression left: (identifier) right: (number_literal)))))))) (labeled_statement label: (statement_identifier) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (pointer_expression argument: (identifier)) (identifier))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (labeled_statement label: (statement_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)))) (goto_statement label: (statement_identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier))) right: (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: (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: (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: (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)) 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: (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)) right: (number_literal)))) right: (identifier))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (while_statement condition: (parenthesized_expression (true)) 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: (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))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (break_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: (subscript_expression argument: (identifier) index: (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: (subscript_expression argument: (identifier) index: (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)) 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: (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)) right: (number_literal)))) right: (identifier))) 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)))))))))) (labeled_statement label: (statement_identifier) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier))))))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (identifier)))) condition: (parenthesized_expression (binary_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: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (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: (pointer_expression argument: (identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (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: (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: (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))))))) consequence: (compound_statement (do_statement body: (compound_statement (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: (subscript_expression argument: (identifier) index: (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: (pointer_expression argument: (identifier)) right: (number_literal))))) right: (identifier))) 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: (number_literal))) (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)) value: (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: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (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: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (binary_expression left: (binary_expression left: (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier))) right: (number_literal)) right: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (identifier) 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))))) (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))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (unary_expression argument: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (unary_expression argument: (parenthesized_expression (binary_expression left: (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: (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))))))))) (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: (goto_statement label: (statement_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))))))) (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: (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: (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: (goto_statement label: (statement_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))))))) (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: (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: (identifier) right: (number_literal))) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (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: (binary_expression left: (identifier) right: (identifier)) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) (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: (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: (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: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (identifier)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (binary_expression left: (identifier) right: (identifier)) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) (identifier))))))) (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 (comma_expression left: (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))) right: (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: (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: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier)))) (goto_statement label: (statement_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))))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (identifier))) consequence: (compound_statement (return_statement (number_literal))))))) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (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: (identifier) right: (number_literal))))) 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 (call_expression function: (identifier) arguments: (argument_list (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)) (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: (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))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (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)) (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))))) (binary_expression left: (identifier) right: (number_literal)) (number_literal) (number_literal))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (number_literal) right: (identifier))) 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))))))) (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 (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: (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: (identifier)))) (do_statement body: (compound_statement (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: (primitive_type)) value: (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)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (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: (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)))))) 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: (cast_expression type: (type_descriptor type: (primitive_type)) value: (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: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) 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: (primitive_type) declarator: (abstract_pointer_declarator)) value: (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: (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: (identifier) right: (number_literal))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (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: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (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: (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: (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: (primitive_type) declarator: (abstract_pointer_declarator)) value: (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: (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) (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: (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)) (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)))))))) alternative: (else_clause (compound_statement (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: (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: (primitive_type) 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: (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: (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: (identifier))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (labeled_statement label: (statement_identifier) (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: (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)))))) right: (number_literal))) right: (parenthesized_expression (comma_expression left: (call_expression function: (identifier) arguments: (argument_list (identifier))) right: (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: (primitive_type) 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: (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: (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: (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: (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)))) (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: (identifier))) consequence: (break_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: (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: (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))))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (pointer_expression argument: (identifier)) (number_literal))))) (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))) (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 (do_statement body: (compound_statement (while_statement condition: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (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)))) body: (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: (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: (pointer_expression argument: (identifier)) 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: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (identifier)))) 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)))) (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: (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))))))) (while_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) body: (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: (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 (character)))) 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))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) 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: (identifier) right: (number_literal))))) right: (identifier))))) 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: (cast_expression type: (type_descriptor type: (primitive_type)) value: (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: (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: (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 (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 (comma_expression left: (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (identifier))) right: (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: (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 (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (number_literal) right: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) (while_statement condition: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (binary_expression left: (identifier) right: (identifier)))) body: (compound_statement (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: (identifier)) right: (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (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: (subscript_expression argument: (identifier) index: (number_literal)))) (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: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (binary_expression left: (identifier) 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 (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)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (escape_sequence)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (goto_statement label: (statement_identifier))))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (labeled_statement label: (statement_identifier) (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (identifier)) (identifier) (number_literal) (binary_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: (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 (expression_statement (assignment_expression left: (identifier) right: (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: (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: (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: (binary_expression left: (identifier) 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))) (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: (identifier) right: (identifier)) right: (identifier)) right: (number_literal))))))) (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 (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: (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier) (binary_expression left: (identifier) right: (identifier))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (binary_expression left: (binary_expression left: (identifier) right: (identifier)) right: (identifier)) right: (number_literal)) (identifier) (number_literal) (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: (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: (break_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)) value: (parenthesized_expression (binary_expression left: (identifier) right: (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: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal)))))))))))) (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: (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: (primitive_type)) value: (identifier)) right: (number_literal)))))) right: (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: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) 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 (binary_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (binary_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: (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: (identifier))) 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: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal))))) 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) (number_literal)))) right: (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: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) 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 (binary_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (binary_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: (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: (binary_expression left: (identifier) right: (binary_expression left: (identifier) right: (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: (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: (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 (comma_expression left: (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: (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))))))) 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) (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (false))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (char_literal (escape_sequence))))) (if_statement condition: (parenthesized_expression (identifier)) consequence: (compound_statement (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: (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: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (string_literal (string_content))))) (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: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_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))))) condition: (parenthesized_expression (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 (if_statement condition: (parenthesized_expression (binary_expression left: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (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: (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: (identifier))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content)) (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: (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)))))) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier))))) (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 (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content)) (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))))))))))) (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: (primitive_type)) value: (identifier)) 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 (binary_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (binary_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: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (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: (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: (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: (primitive_type) declarator: (abstract_pointer_declarator)) value: (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: (binary_expression left: (identifier) 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: (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)))))) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (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 (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: (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)))))))) alternative: (else_clause (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))))))))) (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 (string_literal (string_content)) (number_literal) (string_literal (string_content))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (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)) (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: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal))))) (number_literal) (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: (primitive_type)) value: (identifier)) right: (number_literal))))) (number_literal) (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (pointer_expression argument: (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: (cast_expression type: (type_descriptor type: (primitive_type)) value: (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)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (break_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))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_identifier)))) condition: (parenthesized_expression (true))))) (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 (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)) (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: (primitive_type) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (identifier)))) (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 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: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (while_statement condition: (parenthesized_expression (true)) body: (compound_statement (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: (pointer_expression argument: (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))))))) (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: (identifier) right: (number_literal))))) right: (number_literal)) 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)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (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)))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (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: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (number_literal) 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))))))))) 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)))))) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (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))))))))))) (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))) (if_statement condition: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (identifier)) right: (binary_expression left: (identifier) right: (identifier)))) consequence: (break_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: (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: (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 (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: (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: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (number_literal))) 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: (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: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (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 (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: (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)))) (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 (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: (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: (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 (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: (identifier) right: (number_literal)))) (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))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (return_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: (identifier)) right: (number_literal))))))) arguments: (argument_list (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 (return_statement (identifier)))) (labeled_statement label: (statement_identifier) (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 (string_literal (string_content)) (number_literal) (string_literal (string_content)))))))) (labeled_statement label: (statement_identifier) (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 (string_literal (string_content)) (number_literal) (string_literal (string_content)))))))))
null
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ byte MASKED(int param_1,int param_2,int *param_3,undefined4 param_4,undefined4 param_5, undefined4 param_6) { undefined4 uVar1; undefined4 uVar2; undefined4 *puVar3; char cVar4; byte bVar5; int iVar6; int iVar7; int *piVar8; int iVar9; int iVar10; undefined4 uVar11; int iVar12; int iVar13; uint uVar14; uint uVar15; byte bVar16; uint *puVar17; undefined4 extraout_ECX; int iVar18; int *piVar19; uint uVar20; byte *pbVar21; uint *puVar22; uint uVar23; int iVar24; byte *pbVar25; uint uVar26; bool bVar27; bool bVar28; byte bVar29; longlong lVar30; undefined8 uVar31; int *local_ac; uint local_90; int *local_84; uint local_7c; int local_74; uint local_70; uint local_6c; int local_68; uint local_64; uint local_60; undefined4 *local_5c; uint local_54; uint *local_4c; uint local_48; int local_44; int local_40; uint *local_38; int *local_34; int *local_30; undefined4 local_2c; int *local_28; int *local_24; undefined4 local_20; bVar29 = 0; iVar7 = *(int *)(DAT_005ea7c8 + 8); if (iVar7 == 0) { /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/parameters.h",0x5c,"options"); } if (*(char *)(iVar7 + 0x318d) != '\0') { /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/aarch64.cc",0x160d,"do_relax"); } if (param_2 == 1) { local_7c = *(int *)(iVar7 + 0x38a8) >> 0x1f; local_7c = (*(uint *)(iVar7 + 0x38a8) ^ local_7c) - local_7c; if (local_7c == 1) { local_7c = 0x7ffbffc; *(undefined4 *)(param_1 + 0x6c) = 0x7ffbffc; } else { *(uint *)(param_1 + 0x6c) = local_7c; } local_34 = (int *)0x0; local_30 = (int *)0x0; local_2c = 0; /* try { // try from 001ea319 to 001ea31d has its CatchHandler @ 001ea8e2 */ FUN_002758a0(param_5,&local_34); piVar8 = local_30; if (local_34 != local_30) { local_84 = local_34; do { iVar7 = *local_84; local_28 = (int *)0x0; local_24 = (int *)0x0; local_38 = *(uint **)(iVar7 + 0x70); local_20 = 0; if (local_38 != *(uint **)(iVar7 + 0x6c)) { local_70 = 0; bVar27 = false; local_5c = (undefined4 *)0x0; puVar22 = *(uint **)(iVar7 + 0x6c); LAB_001ea390: local_4c = puVar22; if (local_4c[1] != 0) { uVar26 = local_4c[1] - 1; bVar5 = (byte)uVar26; bVar28 = (uVar26 & 0x20) == 0; lVar30 = CONCAT44((uint)!bVar28 << (bVar5 & 0x1f),(uint)bVar28 << (bVar5 & 0x1f)); goto LAB_001ea3bd; } LAB_001ea39e: uVar26 = *local_4c; puVar22 = local_4c; joined_r0x001ea3ac: local_4c = puVar22; if (uVar26 + 4 < 4) { /* try { // try from 001ea3b7 to 001ea632 has its CatchHandler @ 001ea8db */ lVar30 = (**(code **)(*(int *)local_4c[4] + 0xc))((int *)local_4c[4]); LAB_001ea3bd: if (lVar30 != 0) { local_5c = (undefined4 *)((int)lVar30 + -1 + (int)local_5c & -(int)lVar30); } } iVar6 = FUN_002c60d0(local_4c); uVar26 = (int)local_5c + iVar6; uVar23 = uVar26; if (bVar27) goto LAB_001ea4f0; LAB_001ea3f6: if (*local_4c < 0xfffffffd) { lVar30 = FUN_002c60d0(local_4c); puVar22 = local_4c + 6; puVar17 = *(uint **)(iVar7 + 0x70); if (lVar30 == 0) goto LAB_001e9783; if (bVar27) { local_38 = local_4c; if (puVar17 == puVar22) goto LAB_001ea610; puVar17 = local_4c + 7; local_5c = (undefined4 *)uVar23; local_4c = puVar22; if (*puVar17 != 0) { uVar26 = *puVar17 - 1; bVar16 = (byte)uVar26; bVar5 = bVar16 & 0x1f; uVar14 = 1 << (bVar16 & 0x1f); uVar15 = uVar14; uVar20 = 0 << bVar5 | 1U >> 0x20 - bVar5; if ((uVar26 & 0x20) != 0) { uVar15 = 0; uVar20 = uVar14; } if (uVar20 == 0 && uVar15 == 0) { iVar6 = FUN_002c60d0(puVar22); uVar26 = uVar23 + iVar6; } else { local_5c = (undefined4 *)((uVar15 - 1) + uVar23 & -uVar15); iVar6 = FUN_002c60d0(puVar22); uVar26 = (int)local_5c + iVar6; } goto LAB_001ea4f0; } goto LAB_001ea39e; } local_38 = local_4c; if (puVar17 == puVar22) goto LAB_001ea619; if (local_4c[7] != 0) { uVar26 = local_4c[7] - 1; bVar5 = (byte)uVar26; bVar27 = (uVar26 & 0x20) == 0; iVar6 = (uint)bVar27 << (bVar5 & 0x1f); if ((uint)!bVar27 << (bVar5 & 0x1f) == 0 && iVar6 == 0) { iVar6 = FUN_002c60d0(puVar22); uVar26 = uVar23 + iVar6; local_70 = (uint)local_5c; local_5c = (undefined4 *)uVar23; local_4c = puVar22; } else { uVar23 = -iVar6 & (uVar23 - 1) + iVar6; iVar6 = FUN_002c60d0(puVar22); uVar26 = uVar23 + iVar6; local_70 = (uint)local_5c; local_5c = (undefined4 *)uVar23; local_4c = puVar22; } LAB_001ea4f0: uVar23 = uVar26; if (uVar26 - local_70 < local_7c) { bVar27 = true; } else { if (*(uint **)(iVar7 + 0x70) == local_38) { /* WARNING: Subroutine does not return */ /* try { // try from 001ea80c to 001ea810 has its CatchHandler @ 001ea8db */ FUN_002446e0("../../gold/aarch64.cc",0xaf7,"group_sections"); } FUN_001e8c30(param_1,&local_28,param_6); bVar27 = false; } goto LAB_001ea3f6; } uVar26 = *puVar22; bVar27 = true; local_70 = (uint)local_5c; local_5c = (undefined4 *)uVar23; goto joined_r0x001ea3ac; } puVar17 = *(uint **)(iVar7 + 0x70); LAB_001e9783: local_5c = (undefined4 *)uVar23; puVar22 = local_4c + 6; if (local_4c + 6 != puVar17) goto LAB_001ea390; if (bVar27) { LAB_001ea610: if (puVar17 == local_38) { /* WARNING: Subroutine does not return */ /* try { // try from 001ea869 to 001ea86d has its CatchHandler @ 001ea8db */ FUN_002446e0("../../gold/aarch64.cc",0xb32,"group_sections",local_4c + 6); } LAB_001ea619: FUN_001e8c30(param_1,&local_28,param_6); } if (local_24 == local_28) { LAB_001ea600: if (local_28 != (int *)0x0) goto LAB_001e9835; goto LAB_001e9844; } /* try { // try from 001e97b7 to 001e97bb has its CatchHandler @ 001ea8db */ FUN_002cdf10(iVar7,&local_28); iVar7 = (int)local_24 - (int)local_28 >> 2; if (iVar7 == 0) goto LAB_001ea600; iVar6 = *(int *)(*local_28 + 0x2c); uVar26 = *(uint *)(*local_28 + 0x30); iVar13 = *(int *)(iVar6 + 0x84); if ((uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26) goto LAB_001ea7b7; iVar24 = 0; while( true ) { *(undefined4 *)(iVar13 + uVar26 * 4) = 0xffffffff; iVar24 = iVar24 + 1; *(undefined1 *)(iVar6 + 0x4c) = 1; if (iVar7 == iVar24) break; iVar6 = *(int *)(local_28[iVar24] + 0x2c); uVar26 = *(uint *)(local_28[iVar24] + 0x30); iVar13 = *(int *)(iVar6 + 0x84); if ((uint)(*(int *)(iVar6 + 0x88) - iVar13 >> 2) <= uVar26) { LAB_001ea7b7: /* WARNING: Subroutine does not return */ /* try { // try from 001ea7d0 to 001ea7d4 has its CatchHandler @ 001ea8db */ FUN_002446e0("../../gold/object.h",0x81f,"do_set_section_offset"); } } LAB_001e9835: FUN_003ae080(local_28); } LAB_001e9844: local_84 = local_84 + 1; piVar8 = local_34; } while (local_30 != local_84); } if (piVar8 != (int *)0x0) { FUN_003ae080(piVar8); } LAB_001e9870: local_ac = (int *)*param_3; if (local_ac == (int *)param_3[1]) goto LAB_001e9f98; } else { local_5c = *(undefined4 **)(param_1 + 0x60); if (local_5c != *(undefined4 **)(param_1 + 100)) { do { piVar8 = (int *)*local_5c; iVar7 = piVar8[8]; if (*(code **)(*piVar8 + 0xc) == FUN_001d1390) { local_4c = *(uint **)(iVar7 + 0x3c); local_64 = 0xfffffffc; local_60 = 0xffffffff; lVar30 = 4; LAB_001e965f: local_68 = (int)((ulonglong)lVar30 >> 0x20); local_6c = (uint)lVar30; bVar27 = CARRY4(local_6c,(uint)local_4c); iVar6 = local_6c + (int)local_4c; local_4c = (uint *)(local_64 & iVar6 - 1U); local_48 = local_60 & local_68 + (uint)bVar27 + -1 + (uint)(iVar6 != 0); } else { lVar30 = (**(code **)(*piVar8 + 0xc))(piVar8); local_4c = *(uint **)(iVar7 + 0x3c); local_48 = 0; if (lVar30 != 0) { local_64 = -(int)lVar30; local_60 = -((int)((ulonglong)lVar30 >> 0x20) + (uint)((int)lVar30 != 0)); goto LAB_001e965f; } } if ((*(byte *)(iVar7 + 0x1c) & 4) == 0) goto LAB_001ea75d; uVar23 = *(uint *)(iVar7 + 0x14); uVar26 = *(uint *)(iVar7 + 0x14); iVar6 = *(int *)(iVar7 + 0x18); if ((*(byte *)(iVar7 + 0x1c) & 1) == 0) goto LAB_001ea799; bVar5 = *(byte *)(piVar8 + 7); uVar20 = *(uint *)(iVar7 + 4); iVar13 = *(int *)(iVar7 + 8); if ((bVar5 & 1) != 0) goto LAB_001ea73f; piVar8[1] = (int)local_4c + *(uint *)(iVar7 + 4); piVar8[2] = local_48 + iVar13 + (uint)CARRY4((uint)local_4c,uVar20); *(byte *)(piVar8 + 7) = bVar5 | 1; if ((bVar5 & 4) != 0) goto LAB_001ea77b; *(byte *)(piVar8 + 7) = bVar5 | 5; piVar8[5] = (int)local_4c + uVar26; piVar8[6] = local_48 + iVar6 + (uint)CARRY4((uint)local_4c,uVar23); if (((bVar5 & 2) == 0) && ((**(code **)(*piVar8 + 0x38))(piVar8), (*(byte *)(piVar8 + 7) & 2) == 0)) goto LAB_001ea0f2; local_5c = local_5c + 1; } while (*(undefined4 **)(param_1 + 100) != local_5c); goto LAB_001e9870; } local_ac = (int *)*param_3; if ((int *)param_3[1] == local_ac) { return 0; } } do { iVar7 = *local_ac; if (*(int *)(iVar7 + 0x1c) == 0) { LAB_001ea110: /* WARNING: Subroutine does not return */ /* try { // try from 001ea129 to 001ea2b9 has its CatchHandler @ 001ea8e9 */ FUN_002446e0("../../gold/object.h",0x1e3,"input_file"); } FUN_0023cd00(*(int *)(iVar7 + 0x1c) + 0x1c,param_6); uVar26 = *(uint *)(iVar7 + 0x28); if (*(int *)(iVar7 + 0x1c) == 0) goto LAB_001ea110; /* try { // try from 001e9908 to 001e9f55 has its CatchHandler @ 001ea8e9 */ iVar6 = FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20), *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)(iVar7 + 0x94), *(undefined4 *)(iVar7 + 0x98),uVar26 * 0x28,1,1); FUN_00318bd0(iVar7); if (1 < uVar26) { iVar13 = *(int *)(DAT_005ea7c8 + 8); if (iVar13 == 0) { LAB_001e9d87: /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/parameters.h",0x5c,"options"); } local_64 = 1; iVar24 = iVar7 + 0x14c; puVar3 = (undefined4 *)iVar6; do { local_5c = (undefined4 *)((int)puVar3 + 0x28); iVar9 = *(int *)((int)puVar3 + 0x2c); if ((((*(char *)(iVar13 + 0x1671) != '\0') || (*(char *)(iVar13 + 0x16ed) != '\0')) && (*(int *)((int)puVar3 + 0x3c) != 0)) && ((*(byte *)((int)puVar3 + 0x30) & 6) != 0)) { iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_64 * 4); if ((iVar13 != 0) && (iVar9 == 1)) { cVar4 = FUN_0034cd20(param_4,iVar7,local_64); if (cVar4 == '\0') { if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_64) { /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset"); } local_74 = *(int *)(*(int *)(iVar7 + 0x84) + local_64 * 4); if (local_74 == -1) { iVar13 = FUN_002cd8b0(iVar13,iVar7,local_64); if (iVar13 == 0) goto LAB_001e9c60; if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) { /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/output.h",0xc5,"address",extraout_ECX); } local_74 = *(int *)(iVar13 + 4); } else { if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) goto LAB_001ea816; local_74 = local_74 + *(int *)(iVar13 + 4); } if ((uint)(*(int *)(iVar7 + 0x140) - *(int *)(iVar7 + 0x13c) >> 2) <= local_64) { /* try { // try from 001ea811 to 001ea851 has its CatchHandler @ 001ea8e9 */ FUN_001d4d60(); LAB_001ea816: /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/output.h",0xc5,"address"); } if ((*(int *)(*(int *)(iVar7 + 0x13c) + local_64 * 4) != 0) && (FUN_001d6c20(local_64), local_44 != local_40)) { iVar13 = *(int *)(local_44 + 0x10); iVar18 = local_74 + *(int *)(iVar13 + 0x18); *(int *)(iVar13 + 0x20) = iVar18; iVar9 = local_44; while( true ) { if (iVar18 + 4 == -1) { /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/aarch64.cc",0x361,"set_destination_address"); } *(int *)(iVar13 + 4) = iVar18 + 4; iVar9 = thunk_FUN_003af660(iVar9); if (iVar9 == local_40) break; iVar13 = *(int *)(iVar9 + 0x10); iVar18 = *(int *)(iVar13 + 0x18) + local_74; *(int *)(iVar13 + 0x20) = iVar18; } } local_28 = (int *)0x0; iVar18 = FUN_0028b8b0(iVar7,local_64,&local_28,0); iVar13 = *(int *)(iVar7 + 0x150); iVar9 = iVar24; if (*(int *)(iVar7 + 0x150) != 0) { do { while (iVar10 = iVar13, *(uint *)(iVar10 + 0x10) < local_64) { piVar8 = (int *)(iVar10 + 0xc); iVar13 = *piVar8; iVar10 = iVar9; if (*piVar8 == 0) goto LAB_001e9af5; } iVar13 = *(int *)(iVar10 + 8); iVar9 = iVar10; } while (*(int *)(iVar10 + 8) != 0); LAB_001e9af5: if (iVar24 != iVar10) { uVar23 = *(uint *)(iVar10 + 0x10); while (local_64 == uVar23) { iVar13 = thunk_FUN_003af660(iVar10); if (*(char *)(iVar10 + 0x18) == 'x') { iVar9 = *(int *)(iVar10 + 0x14); if ((iVar24 == iVar13) || (*(uint *)(iVar13 + 0x10) != local_64)) { local_54 = *(int *)((int)puVar3 + 0x3c); } else { local_54 = *(int *)(iVar13 + 0x14); } iVar10 = *(int *)(DAT_005ea7c8 + 8); if (iVar10 == 0) { /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/parameters.h",0x5c,"options"); } if ((*(char *)(iVar10 + 0x1671) != '\0') && (uVar23 = local_74 + iVar9, (uVar23 & 3) == 0)) { iVar10 = 0; if ((uVar23 & 0xfff) < 0xff8) { iVar10 = 0xff8 - (uVar23 & 0xfff); } while (iVar10 + 0xcU <= local_54 - iVar9) { puVar22 = (uint *)(iVar18 + iVar9 + iVar10); uVar20 = uVar23 + iVar10; if ((*puVar22 & 0x9f000000) == 0x90000000) { local_90 = puVar22[2]; cVar4 = FUN_001e1b20(); if (cVar4 == '\0') { if (((iVar10 + 0x10U <= local_54 - iVar9) && ((local_90 & 0x7c000000) != 0x14000000)) && ((local_90 & 0xffdffc1f) != 0xd61f0000)) { local_90 = puVar22[3]; cVar4 = FUN_001e1b20(); if (cVar4 != '\0') { iVar12 = 0xc; goto LAB_001e9f35; } } } else { iVar12 = 8; LAB_001e9f35: FUN_001e11a0(iVar12 + uVar20,local_90,4,iVar9 + iVar10); } } iVar12 = iVar10 + 4; iVar10 = iVar10 + 0xffc; if ((uVar20 & 0xfff) == 0xff8) { iVar10 = iVar12; } } iVar10 = *(int *)(DAT_005ea7c8 + 8); if (iVar10 == 0) { /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/parameters.h",0x5c,"options"); } } if (*(char *)(iVar10 + 0x16ed) != '\0') { uVar23 = local_54 - iVar9; if (4 < uVar23) { local_54 = 4; uVar20 = 0; do { uVar1 = *(undefined4 *)(iVar18 + iVar9 + uVar20 + 4); cVar4 = FUN_001d4700(); if (cVar4 != '\0') { uVar2 = *(undefined4 *)(iVar7 + 4); uVar11 = gettext( "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x." ); FUN_0023b870(uVar11,uVar2,local_64,iVar9 + uVar20); FUN_001e11a0(uVar20 + local_74 + iVar9 + 4,uVar1,5,0); uVar20 = local_54; } local_54 = uVar20 + 8; uVar20 = uVar20 + 4; } while (local_54 < uVar23); } } } if (iVar24 == iVar13) break; iVar10 = iVar13; uVar23 = *(uint *)(iVar13 + 0x10); } } } } LAB_001e9c60: iVar9 = *(int *)((int)puVar3 + 0x2c); } } if ((iVar9 == 4) && (iVar13 = *(int *)((int)puVar3 + 0x3c), iVar13 != 0)) { uVar23 = *(uint *)((int)puVar3 + 0x40); if (0xfeff < uVar23) { FUN_00106f60(iVar7 + 0x90); uVar23 = uVar23 + *(int *)(iVar7 + 0xa4); } if (((*(uint *)(iVar7 + 0xac) == uVar23) && (*(int *)((int)puVar3 + 0x4c) == 0xc)) && (lVar30 = FUN_00442a10(iVar13,0,0xc,0), lVar30 == 0)) { local_6c = *(uint *)((int)puVar3 + 0x44); if (0xfeff < local_6c) { /* try { // try from 001ea0ad to 001ea0b1 has its CatchHandler @ 001ea8e9 */ FUN_00106f60(iVar7 + 0x90); local_6c = local_6c + *(int *)(iVar7 + 0xa4); } if (local_6c < *(uint *)(iVar7 + 0x28)) { iVar13 = iVar6 + local_6c * 0x28; if ((((*(int *)(iVar13 + 0x14) != 0) && ((*(byte *)(iVar13 + 8) & 2) != 0)) && (*(int *)(iVar13 + 4) == 1)) && (iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + local_6c * 4), iVar13 != 0)) { cVar4 = FUN_0034cd20(param_4,iVar7,local_6c); bVar27 = false; bVar28 = cVar4 == '\0'; if (bVar28) { iVar9 = 10; pbVar21 = *(byte **)(iVar13 + 0x20); pbVar25 = (byte *)".eh_frame"; do { if (iVar9 == 0) break; iVar9 = iVar9 + -1; bVar27 = *pbVar21 < *pbVar25; bVar28 = *pbVar21 == *pbVar25; pbVar21 = pbVar21 + (uint)bVar29 * -2 + 1; pbVar25 = pbVar25 + (uint)bVar29 * -2 + 1; } while (bVar28); if ((!bVar27 && !bVar28) != bVar27) { if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= local_6c) { /* WARNING: Subroutine does not return */ /* try { // try from 001ea8ba to 001ea8da has its CatchHandler @ 001ea8e9 */ FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset",iVar9); } if (*(int *)(*(int *)(iVar7 + 0x84) + local_6c * 4) == -1) { /* try { // try from 001ea64a to 001ea73e has its CatchHandler @ 001ea8e9 */ uVar31 = FUN_002cd8b0(iVar13,iVar7,local_6c); if ((int)uVar31 == 0) { /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/aarch64.cc",0x8bd,"text_section_is_scannable", (int)((ulonglong)uVar31 >> 0x20)); } } uVar23 = *(uint *)((int)puVar3 + 0x44); if (0xfeff < uVar23) { FUN_00106f60(iVar7 + 0x90); uVar23 = uVar23 + *(int *)(iVar7 + 0xa4); } if ((uint)(*(int *)(iVar7 + 0x88) - *(int *)(iVar7 + 0x84) >> 2) <= uVar23) { /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/object.h",0x7f7,"get_output_section_offset"); } iVar13 = *(int *)(*(int *)(iVar7 + 0x38) + uVar23 * 4); if (*(int *)(*(int *)(iVar7 + 0x84) + uVar23 * 4) == -1) { iVar13 = FUN_002cd8b0(iVar13,iVar7,uVar23); if (iVar13 == 0) { /* WARNING: Subroutine does not return */ /* try { // try from 001ea7ee to 001ea7f2 has its CatchHandler @ 001ea8e9 */ FUN_002446e0("../../gold/aarch64.cc",0x97a,"scan_sections_for_stubs"); } if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) { /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/output.h",0xc5,"address"); } } else if ((*(byte *)(iVar13 + 0x1c) & 1) == 0) { /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/output.h",0xc5,"address"); } if (*(int *)(iVar7 + 0x1c) == 0) { /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/object.h",0x1e3,"input_file"); } FUN_0023eb50(*(int *)(iVar7 + 0x1c) + 0x1c,*(undefined4 *)(iVar7 + 0x20), *(undefined4 *)(iVar7 + 0x24),*(undefined4 *)((int)puVar3 + 0x38),0 ,*(undefined4 *)((int)puVar3 + 0x3c),1,0); local_34 = (int *)0x0; FUN_0028b8b0(iVar7,uVar23,&local_34,0); if (*(int *)((int)puVar3 + 0x2c) != 4) { /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/aarch64.cc",0x98c,"scan_sections_for_stubs"); } } } } } } } local_64 = local_64 + 1; if (uVar26 == local_64) break; iVar13 = *(int *)(DAT_005ea7c8 + 8); puVar3 = local_5c; if (iVar13 == 0) goto LAB_001e9d87; } while( true ); } if (*(int *)(iVar7 + 0x1c) != 0) { FUN_0023dd30(*(int *)(iVar7 + 0x1c) + 0x1c,param_6); } local_ac = local_ac + 1; } while ((int *)param_3[1] != local_ac); LAB_001e9f98: piVar8 = *(int **)(param_1 + 100); piVar19 = *(int **)(param_1 + 0x60); while( true ) { if (piVar19 == piVar8) { return 0; } iVar7 = *piVar19; iVar6 = *(int *)(iVar7 + 0x68); uVar26 = *(uint *)(iVar7 + 0x58) + 3 & 0xfffffffc; iVar13 = *(int *)(iVar7 + 0x6c); iVar24 = uVar26 + *(uint *)(iVar7 + 0x60); iVar9 = *(int *)(iVar7 + 0x5c) + (uint)(0xfffffffc < *(uint *)(iVar7 + 0x58)) + *(int *)(iVar7 + 100) + (uint)CARRY4(uVar26,*(uint *)(iVar7 + 0x60)); *(int *)(iVar7 + 0x68) = iVar24; *(int *)(iVar7 + 0x6c) = iVar9; if (iVar13 != iVar9 || iVar6 != iVar24) break; piVar19 = piVar19 + 1; } piVar8 = *(int **)(iVar7 + 0x20); bVar29 = *(byte *)(piVar8 + 7); if ((bVar29 & 1) == 0) { LAB_001ea799: /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/output.h",0xc5,"address"); } iVar7 = piVar8[1]; iVar6 = piVar8[2]; bVar5 = bVar29 >> 2 & 1; if ((bVar29 >> 2 & 1) != 0) { iVar13 = piVar8[5]; iVar24 = piVar8[6]; *(byte *)(piVar8 + 7) = bVar29 & 0xfa; if ((bVar29 & 8) == 0) { *(byte *)(piVar8 + 7) = bVar29 & 0xf8; } (**(code **)(*piVar8 + 0x3c))(piVar8); bVar29 = *(byte *)(piVar8 + 7); if ((bVar29 & 1) == 0) { piVar8[1] = iVar7; piVar8[2] = iVar6; *(byte *)(piVar8 + 7) = bVar29 | 1; if ((bVar29 & 4) == 0) { *(byte *)(piVar8 + 7) = bVar29 | 5; piVar8[5] = iVar13; piVar8[6] = iVar24; if ((bVar29 & 2) != 0) { return bVar5; } (**(code **)(*piVar8 + 0x38))(piVar8); if ((*(byte *)(piVar8 + 7) & 2) != 0) { return bVar5; } LAB_001ea0f2: /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/output.h",0x163,"finalize_data_size"); } LAB_001ea77b: /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/output.h",0x14b,"set_file_offset"); } LAB_001ea73f: /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/output.h",0x142,"set_address"); } LAB_001ea75d: /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/output.h",0xe3,"offset"); }
1369_powerpc64le-linux-gnu-dwp_and_powerpc64le-linux-gnu-dwp_strip.c
~Struct_no_target1_abs
FUN_0003fb50
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* 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_00382410; 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); } return; }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_0003fb50(undefined4 *param_1) { *param_1 = &PTR_FUN_00382410; if ((undefined4 *)param_1[1] != param_1 + 3) { FUN_001e6db0((undefined4 *)param_1[1]); } return; }
PUSH EBX CALL 0x00035840 ADD EBX,0x34f4aa SUB ESP,0x8 MOV EAX,dword ptr [ESP + 0x10] ADD EAX,0xc LEA EDX,[EBX + 0xffff3410] MOV dword ptr [EAX + -0xc],EDX MOV EDX,dword ptr [EAX + -0x8] CMP EDX,EAX JZ 0x0003fb82 SUB ESP,0xc PUSH EDX CALL 0x001e6db0 ADD ESP,0x10 ADD ESP,0x8 POP EBX RET
null
null
null
null
[('const-0', u'RETURN_-1206060050'), ('const-0', u'PTRSUB_-1206059967'), (u'CAST_-1206059953', u'INT_NOTEQUAL_-1206060113'), (u'PTRSUB_-1206059962', u'STORE_-1206060137'), ('tmp_151', u'CBRANCH_-1206060113'), (u'PTRSUB_-1206059967', u'PTRSUB_-1206059962'), (u'LOAD_-1206060133', u'CAST_-1206059953'), ('const-3679248', u'PTRSUB_-1206059970'), ('tmp_276', u'PTRSUB_-1206059963'), ('const-417', u'LOAD_-1206060133'), (u'PTRSUB_-1206059978', u'PTRSUB_-1206059973'), ('const-4', u'PTRSUB_-1206059978'), ('const-0', u'PTRSUB_-1206059956'), ('const-0', u'PTRSUB_-1206059973'), (u'PTRSUB_-1206059973', u'PTRSUB_-1206059969'), (u'CAST_-1206059960', u'STORE_-1206060137'), (u'INT_NOTEQUAL_-1206060113', u'CBRANCH_-1206060113'), (u'PTRSUB_-1206059969', u'INT_NOTEQUAL_-1206060113'), ('const-4', u'PTRSUB_-1206059963'), ('tmp_276', u'PTRSUB_-1206059967'), ('const-8', u'PTRSUB_-1206059969'), ('const-417', u'STORE_-1206060137'), ('const-0', u'PTRSUB_-1206059970'), (u'PTRSUB_-1206059963', u'PTRSUB_-1206059962'), ('const-0', u'PTRSUB_-1206059962'), (u'PTRSUB_-1206059962', u'PTRSUB_-1206059958'), ('const-0', u'PTRSUB_-1206059958'), ('tmp_276', u'PTRSUB_-1206059978'), (u'LOAD_-1206060133', u'CALL_-1206060090'), (u'PTRSUB_-1206059956', u'LOAD_-1206060133'), (u'PTRSUB_-1206059958', u'PTRSUB_-1206059956'), (u'PTRSUB_-1206059970', u'CAST_-1206059960'), ('const-0', u'PTRSUB_-1206059962')]
[('const-0', u'RETURN_-1206060050'), (u'CAST_-1206059968', u'CALL_-1206060090'), (u'PTRSUB_-1206059972', u'STORE_-1206060137'), ('const-1', u'PTRADD_-1206059968'), ('tmp_151', u'CBRANCH_-1206060113'), ('const-3', u'PTRADD_-1206059981'), ('const-417', u'LOAD_-1206060133'), (u'CAST_-1206059968', u'INT_NOTEQUAL_-1206060113'), ('const-0', u'PTRSUB_-1206059972'), (u'PTRADD_-1206059981', u'INT_NOTEQUAL_-1206060113'), ('const-417', u'STORE_-1206060137'), ('tmp_439', u'STORE_-1206060137'), ('const-4', u'PTRADD_-1206059968'), (u'LOAD_-1206060133', u'CAST_-1206059968'), ('tmp_439', u'PTRADD_-1206059981'), ('tmp_439', u'PTRADD_-1206059968'), ('const-3679248', u'PTRSUB_-1206059972'), (u'INT_NOTEQUAL_-1206060113', u'CBRANCH_-1206060113'), (u'PTRADD_-1206059968', u'LOAD_-1206060133'), ('const-4', u'PTRADD_-1206059981')]
null
null
0003fb50
x86
O2
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0003fb50(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_00382410;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }\n return;\n}\n\n" comment (function_definition "void FUN_0003fb50(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_00382410;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }\n return;\n}" primitive_type (function_declarator "FUN_0003fb50(undefined4 *param_1)" identifier (parameter_list "(undefined4 *param_1)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n *param_1 = &PTR_FUN_00382410;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_00382410;" (assignment_expression "*param_1 = &PTR_FUN_00382410" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_00382410" & identifier)) ;) (if_statement "if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }" if (parenthesized_expression "((undefined4 *)param_1[1] != param_1 + 3)" ( (binary_expression "(undefined4 *)param_1[1] != param_1 + 3" (cast_expression "(undefined4 *)param_1[1]" ( (type_descriptor "undefined4 *" 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_001e6db0((undefined4 *)param_1[1]);\n }" { (expression_statement "FUN_001e6db0((undefined4 *)param_1[1]);" (call_expression "FUN_001e6db0((undefined4 *)param_1[1])" identifier (argument_list "((undefined4 *)param_1[1])" ( (cast_expression "(undefined4 *)param_1[1]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) ))) ;) })) (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* 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_00382410;\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 return;\n}\n\n" comment 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_00382410;\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 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_00382410;\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 return;\n}" { (declaration "pointer pcVar1;" type_identifier identifier ;) (expression_statement "(this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_00382410;" (assignment_expression "(this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_00382410" (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_00382410" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&PTR_parse_to_value_00382410" & 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 ))) ;) })) (return_statement "return;" return ;) })))
(translation_unit "void FUN_0003fb50(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_00382410;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }\n return;\n}\n\n" (function_definition "void FUN_0003fb50(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_00382410;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }\n return;\n}" primitive_type (function_declarator "FUN_0003fb50(undefined4 *param_1)" identifier (parameter_list "(undefined4 *param_1)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n *param_1 = &PTR_FUN_00382410;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_00382410;" (assignment_expression "*param_1 = &PTR_FUN_00382410" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_00382410" & identifier)) ;) (if_statement "if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }" if (parenthesized_expression "((undefined4 *)param_1[1] != param_1 + 3)" ( (binary_expression "(undefined4 *)param_1[1] != param_1 + 3" (cast_expression "(undefined4 *)param_1[1]" ( (type_descriptor "undefined4 *" 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_001e6db0((undefined4 *)param_1[1]);\n }" { (expression_statement "FUN_001e6db0((undefined4 *)param_1[1]);" (call_expression "FUN_001e6db0((undefined4 *)param_1[1])" identifier (argument_list "((undefined4 *)param_1[1])" ( (cast_expression "(undefined4 *)param_1[1]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" 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 ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) ))) ;) })) (return_statement return ;) })))
(function_definition "void FUN_0003fb50(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_00382410;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_0003fb50(undefined4 *param_1)" (identifier "FUN_0003fb50") (parameter_list "(undefined4 *param_1)" (( "(") (parameter_declaration "undefined4 *param_1" (type_identifier "undefined4") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n *param_1 = &PTR_FUN_00382410;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }\n return;\n}" ({ "{") (expression_statement "*param_1 = &PTR_FUN_00382410;" (assignment_expression "*param_1 = &PTR_FUN_00382410" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&PTR_FUN_00382410" (& "&") (identifier "PTR_FUN_00382410"))) (; ";")) (if_statement "if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }" (if "if") (parenthesized_expression "((undefined4 *)param_1[1] != param_1 + 3)" (( "(") (binary_expression "(undefined4 *)param_1[1] != param_1 + 3" (cast_expression "(undefined4 *)param_1[1]" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (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_001e6db0((undefined4 *)param_1[1]);\n }" ({ "{") (expression_statement "FUN_001e6db0((undefined4 *)param_1[1]);" (call_expression "FUN_001e6db0((undefined4 *)param_1[1])" (identifier "FUN_001e6db0") (argument_list "((undefined4 *)param_1[1])" (( "(") (cast_expression "(undefined4 *)param_1[1]" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]"))) () ")"))) (; ";")) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* 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_00382410; 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); } 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))))
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(undefined4 *param_1) { *param_1 = &PTR_FUN_00382410; if ((undefined4 *)param_1[1] != param_1 + 3) { FUN_001e6db0((undefined4 *)param_1[1]); } return; }
135_ia64-linux-gnu-ld_and_ia64-linux-gnu-ld_strip.c
bfd_cache_close_all
bfd_cache_close_all
void bfd_cache_close_all(void) { (*(code *)PTR_bfd_cache_close_all_00098244)(); return; }
void bfd_cache_close_all(void) { (*(code *)PTR_bfd_cache_close_all_00098244)(); return; }
JMP dword ptr [EBX + 0x244]
null
null
null
null
[(u'CALLIND_-1205974742', u'INDIRECT_-1205974670'), ('tmp_58', u'CAST_-1205974665'), (u'CAST_-1205974665', u'CALLIND_-1205974742'), ('const-0', u'RETURN_-1205974739'), (u'INDIRECT_-1205974670', u'COPY_-1205974729')]
[(u'CALLIND_-1205974742', u'INDIRECT_-1205974670'), ('tmp_58', u'CAST_-1205974665'), (u'CAST_-1205974665', u'CALLIND_-1205974742'), ('const-0', u'RETURN_-1205974739'), (u'INDIRECT_-1205974670', u'COPY_-1205974729')]
null
null
00014920
x86
O2
(translation_unit "void bfd_cache_close_all(void)\n\n{\n (*(code *)PTR_bfd_cache_close_all_00098244)();\n return;\n}\n\n" (function_definition "void bfd_cache_close_all(void)\n\n{\n (*(code *)PTR_bfd_cache_close_all_00098244)();\n return;\n}" primitive_type (function_declarator "bfd_cache_close_all(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_bfd_cache_close_all_00098244)();\n return;\n}" { (expression_statement "(*(code *)PTR_bfd_cache_close_all_00098244)();" (call_expression "(*(code *)PTR_bfd_cache_close_all_00098244)()" (parenthesized_expression "(*(code *)PTR_bfd_cache_close_all_00098244)" ( (pointer_expression "*(code *)PTR_bfd_cache_close_all_00098244" * (cast_expression "(code *)PTR_bfd_cache_close_all_00098244" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void bfd_cache_close_all(void)\n\n{\n (*(code *)PTR_bfd_cache_close_all_00098244)();\n return;\n}\n\n" (function_definition "void bfd_cache_close_all(void)\n\n{\n (*(code *)PTR_bfd_cache_close_all_00098244)();\n return;\n}" primitive_type (function_declarator "bfd_cache_close_all(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_bfd_cache_close_all_00098244)();\n return;\n}" { (expression_statement "(*(code *)PTR_bfd_cache_close_all_00098244)();" (call_expression "(*(code *)PTR_bfd_cache_close_all_00098244)()" (parenthesized_expression "(*(code *)PTR_bfd_cache_close_all_00098244)" ( (pointer_expression "*(code *)PTR_bfd_cache_close_all_00098244" * (cast_expression "(code *)PTR_bfd_cache_close_all_00098244" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void bfd_cache_close_all(void)\n\n{\n (*(code *)PTR_bfd_cache_close_all_00098244)();\n return;\n}\n\n" (function_definition "void bfd_cache_close_all(void)\n\n{\n (*(code *)PTR_bfd_cache_close_all_00098244)();\n return;\n}" primitive_type (function_declarator "bfd_cache_close_all(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_bfd_cache_close_all_00098244)();\n return;\n}" { (expression_statement "(*(code *)PTR_bfd_cache_close_all_00098244)();" (call_expression "(*(code *)PTR_bfd_cache_close_all_00098244)()" (parenthesized_expression "(*(code *)PTR_bfd_cache_close_all_00098244)" ( (pointer_expression "*(code *)PTR_bfd_cache_close_all_00098244" * (cast_expression "(code *)PTR_bfd_cache_close_all_00098244" ( (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_cache_close_all(void)\n\n{\n (*(code *)PTR_bfd_cache_close_all_00098244)();\n return;\n}" (primitive_type "void") (function_declarator "bfd_cache_close_all(void)" (identifier "bfd_cache_close_all") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR_bfd_cache_close_all_00098244)();\n return;\n}" ({ "{") (expression_statement "(*(code *)PTR_bfd_cache_close_all_00098244)();" (call_expression "(*(code *)PTR_bfd_cache_close_all_00098244)()" (parenthesized_expression "(*(code *)PTR_bfd_cache_close_all_00098244)" (( "(") (pointer_expression "*(code *)PTR_bfd_cache_close_all_00098244" (* "*") (cast_expression "(code *)PTR_bfd_cache_close_all_00098244" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_bfd_cache_close_all_00098244"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
void function_1(void) { (*(type_1 *)PTR_bfd_cache_close_all_00098244)(); 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_00098244)(); return; }